diff --git a/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs b/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs index d17431911e2..d5a1cf01e06 100644 --- a/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs +++ b/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs @@ -7,22 +7,50 @@ namespace Content.Server.DeltaV.Speech.EntitySystems; public sealed class ScottishAccentSystem : EntitySystem { - [Dependency] private readonly ReplacementAccentSystem _replacement = default!; + [Dependency] + private readonly ReplacementAccentSystem _replacement = default!; + + private static readonly Regex RegexCh = new(@"ч", RegexOptions.IgnoreCase); + private static readonly Regex RegexShch = new(@"щ", RegexOptions.IgnoreCase); + private static readonly Regex RegexZh = new(@"ж", RegexOptions.IgnoreCase); + private static readonly Regex RegexR = new(@"р", RegexOptions.IgnoreCase); + private static readonly Regex RegexY = new(@"ы", RegexOptions.IgnoreCase); + private static readonly Regex RegexO = new(@"о", RegexOptions.IgnoreCase); public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnAccentGet); } - // converts left word when typed into the right word. For example typing you becomes ye. public string Accentuate(string message, ScottishAccentComponent component) { var msg = message; - + msg = _replacement.ApplyReplacements(msg, "scottish"); + msg = RegexCh.Replace(msg, "тш"); + msg = RegexShch.Replace(msg, "ш"); + msg = RegexZh.Replace(msg, "дж"); + msg = RegexR.Replace(msg, "рр"); + msg = RegexY.Replace(msg, "и"); + msg = RegexO.Replace(msg, "э"); + + // Добавление случайных американизмов + var words = msg.Split(' '); + for (int i = 0; i < words.Length; i++) + { + if (Random.Shared.NextDouble() < 0.02) + { + words[i] += " йоу"; + } + else if (Random.Shared.NextDouble() < 0.02) + { + words[i] += " мэн"; + } + } + msg = string.Join(" ", words); + return msg; } @@ -30,4 +58,4 @@ private void OnAccentGet(EntityUid uid, ScottishAccentComponent component, Accen { args.Message = Accentuate(args.Message, component); } -} \ No newline at end of file +} diff --git a/Resources/Locale/ru-RU/deltav/accent/scottish.ftl b/Resources/Locale/ru-RU/deltav/accent/scottish.ftl index 368b3e65ba4..00ecfd639be 100644 --- a/Resources/Locale/ru-RU/deltav/accent/scottish.ftl +++ b/Resources/Locale/ru-RU/deltav/accent/scottish.ftl @@ -5,315 +5,329 @@ # Русский постапокалиптический шотландский акцент -accent-scottish-words-1 = девушка -accent-scottish-words-replace-1 = лассочка -accent-scottish-words-2 = парень -accent-scottish-words-replace-2 = хлопец -accent-scottish-words-3 = мужчина -accent-scottish-words-replace-3 = мужик -accent-scottish-words-4 = женщина -accent-scottish-words-replace-4 = бабёха -accent-scottish-words-5 = делать -accent-scottish-words-replace-5 = робить -accent-scottish-words-6 = не -accent-scottish-words-replace-6 = нэ -accent-scottish-words-7 = я -accent-scottish-words-replace-7 = яз -accent-scottish-words-8 = иду -accent-scottish-words-replace-8 = топаю -accent-scottish-words-9 = знать -accent-scottish-words-replace-9 = кумекать -accent-scottish-words-10 = ты -accent-scottish-words-replace-10 = тыж -accent-scottish-words-11 = вы -accent-scottish-words-replace-11 = выж -accent-scottish-words-12 = из -accent-scottish-words-replace-12 = с -accent-scottish-words-13 = был -accent-scottish-words-replace-13 = бывал -accent-scottish-words-14 = не могу -accent-scottish-words-replace-14 = нэ можу -accent-scottish-words-15 = сам -accent-scottish-words-replace-15 = самый -accent-scottish-words-16 = где -accent-scottish-words-replace-16 = дэ -accent-scottish-words-17 = ох -accent-scottish-words-replace-17 = охти -accent-scottish-words-18 = маленький -accent-scottish-words-replace-18 = махонький -accent-scottish-words-19 = дерьмо -accent-scottish-words-replace-19 = говно -accent-scottish-words-20 = да -accent-scottish-words-replace-20 = ага -accent-scottish-words-21 = тоже -accent-scottish-words-replace-21 = такожь -accent-scottish-words-22 = мой -accent-scottish-words-replace-22 = мий -accent-scottish-words-23 = нет -accent-scottish-words-replace-23 = нэма -accent-scottish-words-24 = папа -accent-scottish-words-replace-24 = батя -accent-scottish-words-25 = мама -accent-scottish-words-replace-25 = маманя -accent-scottish-words-26 = новичок -accent-scottish-words-replace-26 = салага -accent-scottish-words-27 = профессионал -accent-scottish-words-replace-27 = бывалый -accent-scottish-words-28 = чёрт -accent-scottish-words-replace-28 = хрен -accent-scottish-words-29 = бы -accent-scottish-words-replace-29 = б -accent-scottish-words-30 = еда -accent-scottish-words-replace-30 = харч -accent-scottish-words-31 = эй -accent-scottish-words-replace-31 = эге -accent-scottish-words-32 = что -accent-scottish-words-replace-32 = шо -accent-scottish-words-33 = когда -accent-scottish-words-replace-33 = колы -accent-scottish-words-34 = себя -accent-scottish-words-replace-34 = сэбэ -accent-scottish-words-35 = двигаться -accent-scottish-words-replace-35 = шевелиться -accent-scottish-words-36 = волшебник -accent-scottish-words-replace-36 = чародий -accent-scottish-words-37 = дурак -accent-scottish-words-replace-37 = балда -accent-scottish-words-38 = для -accent-scottish-words-replace-38 = для -accent-scottish-words-39 = о -accent-scottish-words-replace-39 = про -accent-scottish-words-40 = ой -accent-scottish-words-replace-40 = ёпрст -accent-scottish-words-41 = малыш -accent-scottish-words-replace-41 = малой -accent-scottish-words-42 = после -accent-scottish-words-replace-42 = опосля -accent-scottish-words-43 = собираюсь -accent-scottish-words-replace-43 = намылился -accent-scottish-words-44 = говорить -accent-scottish-words-replace-44 = балакать -accent-scottish-words-45 = сейчас -accent-scottish-words-replace-45 = щас -accent-scottish-words-46 = дай -accent-scottish-words-replace-46 = дай-ка -accent-scottish-words-47 = с -accent-scottish-words-replace-47 = со -accent-scottish-words-48 = без -accent-scottish-words-replace-48 = безо -accent-scottish-words-49 = как -accent-scottish-words-replace-49 = як -accent-scottish-words-50 = думаю -accent-scottish-words-replace-50 = мозгую -accent-scottish-words-51 = хомяк -accent-scottish-words-replace-51 = хомка -accent-scottish-words-52 = ядерщик -accent-scottish-words-replace-52 = атомщик -accent-scottish-words-53 = более -accent-scottish-words-replace-53 = больше -accent-scottish-words-54 = над -accent-scottish-words-replace-54 = надо -accent-scottish-words-55 = человек -accent-scottish-words-replace-55 = чел -accent-scottish-words-56 = гном -accent-scottish-words-replace-56 = коротышка -accent-scottish-words-57 = слизь -accent-scottish-words-replace-57 = слизяка -accent-scottish-words-58 = мышь -accent-scottish-words-replace-58 = пасюк -accent-scottish-words-59 = паук -accent-scottish-words-replace-59 = паучара -accent-scottish-words-60 = зомби -accent-scottish-words-replace-60 = мертвяк -accent-scottish-words-61 = клоун -accent-scottish-words-replace-61 = шут -accent-scottish-words-62 = карпик -accent-scottish-words-replace-62 = рыбина -accent-scottish-words-63 = дробитель -accent-scottish-words-replace-63 = крушила -accent-scottish-words-64 = трус -accent-scottish-words-replace-64 = слабак -accent-scottish-words-65 = долбоёб -accent-scottish-words-replace-65 = дурень -accent-scottish-words-66 = офицер -accent-scottish-words-replace-66 = начальник -accent-scottish-words-67 = определённый -accent-scottish-words-replace-67 = верняк -accent-scottish-words-68 = старик -accent-scottish-words-replace-68 = старьё -accent-scottish-words-69 = грязный -accent-scottish-words-replace-69 = замызганный -accent-scottish-words-70 = я не знаю -accent-scottish-words-replace-70 = я нэ кумекаю -accent-scottish-words-71 = там -accent-scottish-words-replace-71 = тама -accent-scottish-words-72 = от -accent-scottish-words-replace-72 = от -accent-scottish-words-73 = высокий -accent-scottish-words-replace-73 = долговязый -accent-scottish-words-74 = агент синдиката -accent-scottish-words-replace-74 = шпионская морда -accent-scottish-words-75 = синдикат -accent-scottish-words-replace-75 = шайка -accent-scottish-words-76 = синдикаты -accent-scottish-words-replace-76 = шайки -accent-scottish-words-77 = ядерщики -accent-scottish-words-replace-77 = атомщики -accent-scottish-words-78 = агенты синдиката -accent-scottish-words-replace-78 = шпионские морды -accent-scottish-words-79 = маг -accent-scottish-words-replace-79 = колдун -accent-scottish-words-80 = глупец -accent-scottish-words-replace-80 = олух -accent-scottish-words-81 = иметь -accent-scottish-words-replace-81 = владать -accent-scottish-words-82 = для -accent-scottish-words-replace-82 = дле -accent-scottish-words-83 = около -accent-scottish-words-replace-83 = околь -accent-scottish-words-84 = ой -accent-scottish-words-replace-84 = ёксель -accent-scottish-words-85 = мелкий -accent-scottish-words-replace-85 = крохотный -accent-scottish-words-86 = крошечный -accent-scottish-words-replace-86 = малюсенький -accent-scottish-words-87 = младенец -accent-scottish-words-replace-87 = дитё -accent-scottish-words-88 = после -accent-scottish-words-replace-88 = послэ -accent-scottish-words-90 = собираюсь -accent-scottish-words-replace-90 = намерен -accent-scottish-words-91 = иду -accent-scottish-words-replace-91 = тащусь -accent-scottish-words-92 = ушёл -accent-scottish-words-replace-92 = смылся -accent-scottish-words-93 = разговор -accent-scottish-words-replace-93 = трёп -accent-scottish-words-94 = разговаривать -accent-scottish-words-replace-94 = трепаться -accent-scottish-words-95 = теперь -accent-scottish-words-replace-95 = таперича -accent-scottish-words-96 = разговаривал -accent-scottish-words-replace-96 = трепался -accent-scottish-words-97 = давать -accent-scottish-words-replace-97 = вручать -accent-scottish-words-98 = дай мне -accent-scottish-words-replace-98 = гони сюда -accent-scottish-words-99 = дайте мне -accent-scottish-words-replace-99 = одолжите-ка -accent-scottish-words-100 = ты -accent-scottish-words-replace-100 = ты ль -accent-scottish-words-101 = вместе -accent-scottish-words-replace-101 = заодно -accent-scottish-words-102 = без -accent-scottish-words-replace-102 = безо -accent-scottish-words-103 = ли -accent-scottish-words-replace-103 = ль -accent-scottish-words-104 = всегда -accent-scottish-words-replace-104 = завсегда -accent-scottish-words-105 = всякий раз -accent-scottish-words-replace-105 = кажный раз -accent-scottish-words-106 = что бы ни -accent-scottish-words-replace-106 = чё бы ни -accent-scottish-words-107 = каким образом -accent-scottish-words-replace-107 = каким макаром -accent-scottish-words-108 = однако -accent-scottish-words-replace-108 = однакось -accent-scottish-words-109 = думать -accent-scottish-words-replace-109 = смекать -accent-scottish-words-111 = деревня -accent-scottish-words-replace-111 = деревенька -accent-scottish-words-112 = хомяк -accent-scottish-words-replace-112 = хомка -accent-scottish-words-113 = ядерник -accent-scottish-words-replace-113 = атомщик -accent-scottish-words-114 = ядерный оперативник -accent-scottish-words-replace-114 = атомный агент -accent-scottish-words-115 = ядерный оперативник -accent-scottish-words-replace-115 = атомный диверсант -accent-scottish-words-116 = ядерный агент -accent-scottish-words-replace-116 = атомный шпион -accent-scottish-words-121 = больше -accent-scottish-words-replace-121 = болей -accent-scottish-words-122 = более того -accent-scottish-words-replace-122 = мало того -accent-scottish-words-123 = сверх -accent-scottish-words-replace-123 = поверх -accent-scottish-words-125 = человечек -accent-scottish-words-replace-125 = людина -accent-scottish-words-126 = гнум -accent-scottish-words-replace-126 = коротышка -accent-scottish-words-127 = слайм -accent-scottish-words-replace-127 = склизь -accent-scottish-words-128 = крыса -accent-scottish-words-replace-128 = хвостатая -accent-scottish-words-129 = паукообразное -accent-scottish-words-replace-129 = многолапое -accent-scottish-words-130 = паучек -accent-scottish-words-replace-130 = ползун -accent-scottish-words-131 = не является -accent-scottish-words-replace-131 = не будя -accent-scottish-words-132 = не являются -accent-scottish-words-replace-132 = не будут -accent-scottish-words-133 = не -accent-scottish-words-replace-133 = ни -accent-scottish-words-134 = не является -accent-scottish-words-replace-134 = не есть -accent-scottish-words-135 = не являются -accent-scottish-words-replace-135 = не суть -accent-scottish-words-136 = не -accent-scottish-words-replace-136 = ни -accent-scottish-words-137 = зомби -accent-scottish-words-replace-137 = оживляк -accent-scottish-words-138 = зомбак -accent-scottish-words-replace-138 = живой труп -accent-scottish-words-139 = клоун -accent-scottish-words-replace-139 = паяц -accent-scottish-words-140 = клувень -accent-scottish-words-replace-140 = скоморох -accent-scottish-words-141 = карп -accent-scottish-words-replace-141 = чешуйчатый -accent-scottish-words-142 = дробовик -accent-scottish-words-replace-142 = крушила -accent-scottish-words-143 = трусло -accent-scottish-words-replace-143 = пугало -accent-scottish-words-144 = идиот -accent-scottish-words-replace-144 = придурок -accent-scottish-words-145 = тупой -accent-scottish-words-replace-145 = бестолковый -accent-scottish-words-146 = сержант -accent-scottish-words-replace-146 = служивый -accent-scottish-words-147 = охранник -accent-scottish-words-replace-147 = сторожевой -accent-scottish-words-148 = один -accent-scottish-words-replace-148 = един -accent-scottish-words-149 = уверенный -accent-scottish-words-replace-149 = убежденный -accent-scottish-words-150 = всем -accent-scottish-words-replace-150 = всяким -accent-scottish-words-151 = старый -accent-scottish-words-replace-151 = древний -accent-scottish-words-152 = испачканый -accent-scottish-words-replace-152 = чумазый -accent-scottish-words-153 = я не ебу -accent-scottish-words-replace-153 = ума не приложу -accent-scottish-words-154 = тупица -accent-scottish-words-replace-154 = балбес -accent-scottish-words-155 = там -accent-scottish-words-replace-155 = тамотка -accent-scottish-words-156 = из -accent-scottish-words-replace-156 = изо -accent-scottish-words-157 = высокогорье -accent-scottish-words-replace-157 = верхотура -accent-scottish-words-158 = высокий -accent-scottish-words-replace-158 = верхний -accent-scottish-words-159 = агент синди -accent-scottish-words-replace-159 = продажная шкура -accent-scottish-words-160 = синдикат -accent-scottish-words-replace-160 = шарага -accent-scottish-words-161 = синдикаты -accent-scottish-words-replace-161 = шараги -accent-scottish-words-162 = ядерники -accent-scottish-words-replace-162 = атомники -accent-scottish-words-163 = агенты синди -accent-scottish-words-replace-163 = продажные шкуры +accent-scottish-words-1 = я +accent-scottish-words-replace-1 = ай +accent-scottish-words-2 = ты +accent-scottish-words-replace-2 = ю +accent-scottish-words-3 = он +accent-scottish-words-replace-3 = хи +accent-scottish-words-4 = она +accent-scottish-words-replace-4 = ши +accent-scottish-words-5 = мы +accent-scottish-words-replace-5 = ви +accent-scottish-words-6 = вы +accent-scottish-words-replace-6 = ю гайз +accent-scottish-words-7 = они +accent-scottish-words-replace-7 = дэй +accent-scottish-words-8 = привет +accent-scottish-words-replace-8 = хэллоу +accent-scottish-words-9 = пока +accent-scottish-words-replace-9 = бай +accent-scottish-words-10 = спасибо +accent-scottish-words-replace-10 = сэнкс +accent-scottish-words-11 = пожалуйста +accent-scottish-words-replace-11 = плиз +accent-scottish-words-12 = да +accent-scottish-words-replace-12 = йес +accent-scottish-words-13 = нет +accent-scottish-words-replace-13 = ноу +accent-scottish-words-14 = хорошо +accent-scottish-words-replace-14 = окей +accent-scottish-words-15 = плохо +accent-scottish-words-replace-15 = бэд +accent-scottish-words-16 = здравствуйте +accent-scottish-words-replace-16 = хай +accent-scottish-words-17 = извините +accent-scottish-words-replace-17 = сорри +accent-scottish-words-18 = друг +accent-scottish-words-replace-18 = френд +accent-scottish-words-19 = работу +accent-scottish-words-replace-19 = джобу +accent-scottish-words-20 = дом +accent-scottish-words-replace-20 = хоум +accent-scottish-words-21 = семья +accent-scottish-words-replace-21 = фэмили +accent-scottish-words-22 = любовь +accent-scottish-words-replace-22 = лав +accent-scottish-words-23 = время +accent-scottish-words-replace-23 = тайм +accent-scottish-words-24 = деньги +accent-scottish-words-replace-24 = мани +accent-scottish-words-25 = жизнь +accent-scottish-words-replace-25 = лайф +accent-scottish-words-26 = мир +accent-scottish-words-replace-26 = ворлд +accent-scottish-words-27 = школа +accent-scottish-words-replace-27 = скул +accent-scottish-words-28 = университет +accent-scottish-words-replace-28 = юни +accent-scottish-words-29 = компьютер +accent-scottish-words-replace-29 = комп +accent-scottish-words-30 = телефон +accent-scottish-words-replace-30 = фоун +accent-scottish-words-31 = машина +accent-scottish-words-replace-31 = кар +accent-scottish-words-32 = книга +accent-scottish-words-replace-32 = бук +accent-scottish-words-33 = музыка +accent-scottish-words-replace-33 = мьюзик +accent-scottish-words-34 = кино +accent-scottish-words-replace-34 = муви +accent-scottish-words-35 = еда +accent-scottish-words-replace-35 = фуд +accent-scottish-words-36 = вода +accent-scottish-words-replace-36 = вотер +accent-scottish-words-37 = город +accent-scottish-words-replace-37 = сити +accent-scottish-words-38 = страна +accent-scottish-words-replace-38 = кантри +accent-scottish-words-39 = язык +accent-scottish-words-replace-39 = лэнгвидж +accent-scottish-words-40 = история +accent-scottish-words-replace-40 = хистори +accent-scottish-words-41 = наука +accent-scottish-words-replace-41 = сайенс +accent-scottish-words-42 = искусство +accent-scottish-words-replace-42 = арт +accent-scottish-words-43 = спорт +accent-scottish-words-replace-43 = спортс +accent-scottish-words-44 = здоровье +accent-scottish-words-replace-44 = хэлс +accent-scottish-words-45 = природа +accent-scottish-words-replace-45 = нейчер +accent-scottish-words-46 = интернет +accent-scottish-words-replace-46 = нэт +accent-scottish-words-47 = бизнес +accent-scottish-words-replace-47 = бизнес +accent-scottish-words-48 = политика +accent-scottish-words-replace-48 = политикс +accent-scottish-words-49 = религия +accent-scottish-words-replace-49 = релиджен +accent-scottish-words-50 = культура +accent-scottish-words-replace-50 = калчер +accent-scottish-words-51 = фильм +accent-scottish-words-replace-51 = муви +accent-scottish-words-52 = работа +accent-scottish-words-replace-52 = джоб +accent-scottish-words-53 = человек +accent-scottish-words-replace-53 = пёрсон +accent-scottish-words-54 = место +accent-scottish-words-replace-54 = плэйс +accent-scottish-words-55 = вопрос +accent-scottish-words-replace-55 = квесчн +accent-scottish-words-56 = ответ +accent-scottish-words-replace-56 = ансвер +accent-scottish-words-57 = проблема +accent-scottish-words-replace-57 = проблем +accent-scottish-words-58 = воздух +accent-scottish-words-replace-58 = эйр +accent-scottish-words-59 = земля +accent-scottish-words-replace-59 = эрт +accent-scottish-words-60 = огонь +accent-scottish-words-replace-60 = фаер +accent-scottish-words-61 = вода +accent-scottish-words-replace-61 = вотер +accent-scottish-words-62 = солнце +accent-scottish-words-replace-62 = сан +accent-scottish-words-63 = луна +accent-scottish-words-replace-63 = мун +accent-scottish-words-64 = звезда +accent-scottish-words-replace-64 = стар +accent-scottish-words-65 = цвет +accent-scottish-words-replace-65 = калор +accent-scottish-words-66 = музыка +accent-scottish-words-replace-66 = мьюзик +accent-scottish-words-67 = танец +accent-scottish-words-replace-67 = дэнс +accent-scottish-words-68 = поэзия +accent-scottish-words-replace-68 = поэтри +accent-scottish-words-69 = люблю +accent-scottish-words-replace-69 = лав +accent-scottish-words-70 = война +accent-scottish-words-replace-70 = вор +accent-scottish-words-71 = мир +accent-scottish-words-replace-71 = пийс +accent-scottish-words-72 = мечта +accent-scottish-words-replace-72 = дрим +accent-scottish-words-73 = счастье +accent-scottish-words-replace-73 = хапинесс +accent-scottish-words-74 = грусть +accent-scottish-words-replace-74 = сэднесс +accent-scottish-words-75 = улыбка +accent-scottish-words-replace-75 = смайл +accent-scottish-words-76 = слеза +accent-scottish-words-replace-76 = тиа +accent-scottish-words-77 = дорога +accent-scottish-words-replace-77 = роуд +accent-scottish-words-78 = путь +accent-scottish-words-replace-78 = вей +accent-scottish-words-79 = путешествие +accent-scottish-words-replace-79 = трип +accent-scottish-words-80 = карта +accent-scottish-words-replace-80 = мап +accent-scottish-words-81 = приключение +accent-scottish-words-replace-81 = адвенчур +accent-scottish-words-82 = герой +accent-scottish-words-replace-82 = хиро +accent-scottish-words-83 = враг +accent-scottish-words-replace-83 = энеми +accent-scottish-words-84 = сила +accent-scottish-words-replace-84 = пауэр +accent-scottish-words-85 = слабость +accent-scottish-words-replace-85 = викнесс +accent-scottish-words-86 = свобода +accent-scottish-words-replace-86 = фридом +accent-scottish-words-87 = независимость +accent-scottish-words-replace-87 = индипендэнс +accent-scottish-words-88 = любит +accent-scottish-words-replace-88 = лав +accent-scottish-words-89 = ненависть +accent-scottish-words-replace-89 = хейт +accent-scottish-words-90 = житуха +accent-scottish-words-replace-90 = лайф +accent-scottish-words-91 = смерть +accent-scottish-words-replace-91 = дес +accent-scottish-words-92 = правда +accent-scottish-words-replace-92 = труф +accent-scottish-words-93 = ложь +accent-scottish-words-replace-93 = лай +accent-scottish-words-94 = будущее +accent-scottish-words-replace-94 = фьючер +accent-scottish-words-95 = прошлое +accent-scottish-words-replace-95 = паст +accent-scottish-words-96 = настоящее +accent-scottish-words-replace-96 = презент +accent-scottish-words-97 = вопросы +accent-scottish-words-replace-97 = квесчн +accent-scottish-words-98 = ответы +accent-scottish-words-replace-98 = ансверс +accent-scottish-words-99 = правду +accent-scottish-words-replace-99 = труф +accent-scottish-words-100 = лжет +accent-scottish-words-replace-100 = лай +accent-scottish-words-101 = опасность +accent-scottish-words-replace-101 = дэнджер +accent-scottish-words-102 = безопасность +accent-scottish-words-replace-102 = секьюрити +accent-scottish-words-103 = оружие +accent-scottish-words-replace-103 = вэпон +accent-scottish-words-104 = защита +accent-scottish-words-replace-104 = дифенс +accent-scottish-words-105 = атака +accent-scottish-words-replace-105 = атак +accent-scottish-words-106 = силище +accent-scottish-words-replace-106 = пауэр +accent-scottish-words-107 = слабый +accent-scottish-words-replace-107 = викнесс +accent-scottish-words-108 = правде +accent-scottish-words-replace-108 = труф +accent-scottish-words-109 = лги +accent-scottish-words-replace-109 = лай +accent-scottish-words-110 = вера +accent-scottish-words-replace-110 = фэйт +accent-scottish-words-111 = надежда +accent-scottish-words-replace-111 = хоуп +accent-scottish-words-112 = страх +accent-scottish-words-replace-112 = фиар +accent-scottish-words-113 = смелость +accent-scottish-words-replace-113 = каридж +accent-scottish-words-114 = верит +accent-scottish-words-replace-114 = биллиф +accent-scottish-words-115 = честь +accent-scottish-words-replace-115 = хонор +accent-scottish-words-116 = уважение +accent-scottish-words-replace-116 = респект +accent-scottish-words-117 = сильный +accent-scottish-words-replace-117 = стренгт +accent-scottish-words-118 = сон +accent-scottish-words-replace-118 = дрим +accent-scottish-words-119 = судьба +accent-scottish-words-replace-119 = дестини +accent-scottish-words-120 = энергия +accent-scottish-words-replace-120 = энерджи +accent-scottish-words-121 = мощь +accent-scottish-words-replace-121 = майт +accent-scottish-words-122 = контроль +accent-scottish-words-replace-122 = контрол +accent-scottish-words-123 = порядок +accent-scottish-words-replace-123 = ордер +accent-scottish-words-124 = хаос +accent-scottish-words-replace-124 = кейос +accent-scottish-words-125 = цель +accent-scottish-words-replace-125 = гол +accent-scottish-words-126 = сильная +accent-scottish-words-replace-126 = стренгт +accent-scottish-words-127 = скорость +accent-scottish-words-replace-127 = спид +accent-scottish-words-128 = тишина +accent-scottish-words-replace-128 = сайленс +accent-scottish-words-129 = шум +accent-scottish-words-replace-129 = нойз +accent-scottish-words-130 = свет +accent-scottish-words-replace-130 = лайт +accent-scottish-words-131 = тьма +accent-scottish-words-replace-131 = даркнесс +accent-scottish-words-132 = ясность +accent-scottish-words-replace-132 = клэрити +accent-scottish-words-133 = неопределенность +accent-scottish-words-replace-133 = ансертейнти +accent-scottish-words-134 = слава +accent-scottish-words-replace-134 = глори +accent-scottish-words-135 = сильные +accent-scottish-words-replace-135 = пауэрс +accent-scottish-words-136 = слабая +accent-scottish-words-replace-136 = викнесс +accent-scottish-words-137 = мудрость +accent-scottish-words-replace-137 = виздом +accent-scottish-words-138 = знание +accent-scottish-words-replace-138 = ноуледж +accent-scottish-words-139 = выбор +accent-scottish-words-replace-139 = чойс +accent-scottish-words-140 = свободу +accent-scottish-words-replace-140 = фридом +accent-scottish-words-141 = независимости +accent-scottish-words-replace-141 = индипендэнс +accent-scottish-words-142 = рабство +accent-scottish-words-replace-142 = слэйвери +accent-scottish-words-143 = бедность +accent-scottish-words-replace-143 = поор +accent-scottish-words-144 = богатство +accent-scottish-words-replace-144 = рич +accent-scottish-words-145 = образование +accent-scottish-words-replace-145 = эдьюкейшн +accent-scottish-words-146 = опыт +accent-scottish-words-replace-146 = экспириенс +accent-scottish-words-147 = успех +accent-scottish-words-replace-147 = саксесс +accent-scottish-words-148 = неудача +accent-scottish-words-replace-148 = фэйл +accent-scottish-words-149 = мечты +accent-scottish-words-replace-149 = дримс +accent-scottish-words-150 = цель +accent-scottish-words-replace-150 = гол +accent-scottish-words-151 = время +accent-scottish-words-replace-151 = тайм +accent-scottish-words-152 = момент +accent-scottish-words-replace-152 = момент +accent-scottish-words-153 = день +accent-scottish-words-replace-153 = дей +accent-scottish-words-154 = ночь +accent-scottish-words-replace-154 = найт +accent-scottish-words-155 = утро +accent-scottish-words-replace-155 = морнинг +accent-scottish-words-156 = вечер +accent-scottish-words-replace-156 = ивнинг +accent-scottish-words-157 = полдень +accent-scottish-words-replace-157 = нун +accent-scottish-words-158 = рассвет +accent-scottish-words-replace-158 = доун +accent-scottish-words-159 = закат +accent-scottish-words-replace-159 = сансет +accent-scottish-words-160 = дни +accent-scottish-words-replace-160 = дейс +accent-scottish-words-161 = неделя +accent-scottish-words-replace-161 = вик +accent-scottish-words-162 = месяц +accent-scottish-words-replace-162 = манс +accent-scottish-words-163 = год +accent-scottish-words-replace-163 = йир diff --git a/Resources/Locale/ru-RU/deltav/traits/traits.ftl b/Resources/Locale/ru-RU/deltav/traits/traits.ftl index 3f58249ea52..726630b02a4 100644 --- a/Resources/Locale/ru-RU/deltav/traits/traits.ftl +++ b/Resources/Locale/ru-RU/deltav/traits/traits.ftl @@ -1,5 +1,5 @@ -trait-name-ScottishAccent = Шотландский акцент -trait-description-ScottishAccent = Для людей, пришедших из клана Хайленд. +trait-name-ScottishAccent = Американский акцент +trait-description-ScottishAccent = Для настоящих любителей стейков. trait-name-UltraVision = Ультрафиолетовое зрение trait-description-UltraVision = Будь то с помощью специальных бионических глаз, случайной мутации @@ -10,8 +10,8 @@ trait-description-DogVision = В любом случае, из-за этого у вас дальтонизм. trait-name-Uncloneable = Неклонируемый trait-description-Uncloneable = Невозможно клонировать. -trait-scottish-accent-name = Шотландский акцент -trait-scottish-accent-desc = Для людей, пришедших из клана Хайленд. +trait-scottish-accent-name = Американский акцент +trait-scottish-accent-desc = Для настоящих любителей стейков. trait-ultravision-name = Ультрафиолетовое зрение trait-ultravision-desc = Будь то с помощью специальных бионических глаз, случайной мутации diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_nuclear14/entities/structures/doors/access_tall.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_nuclear14/entities/structures/doors/access_tall.ftl index a15910e61c7..feb183257d7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_nuclear14/entities/structures/doors/access_tall.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_nuclear14/entities/structures/doors/access_tall.ftl @@ -1,132 +1,132 @@ -ent-N14DoorWoodSecureLockedNCR = { ent-N14DoorMetalRedTall } +ent-N14DoorWoodSecureLockedNCRTall = { ent-N14DoorMetalRedTall } .suffix = НКР, Закрытый .desc = { ent-N14DoorMetalRedTall.desc } -ent-N14DoorWoodSecureLockedNCRNCO = { ent-N14DoorMetalRedTall } +ent-N14DoorWoodSecureLockedNCRNCOTall = { ent-N14DoorMetalRedTall } .suffix = НКР, Закрытый, Командный .desc = { ent-N14DoorMetalRedTall.desc } -ent-N14DoorWoodSecureLockedNCRMedic = { ent-N14DoorMetalRedTall } +ent-N14DoorWoodSecureLockedNCRMedicTall = { ent-N14DoorMetalRedTall } .suffix = НКР, Закрытый, Медик .desc = { ent-N14DoorMetalRedTall.desc } -ent-N14DoorWoodSecureLockedNCRMP = { ent-N14DoorMetalRedTall } +ent-N14DoorWoodSecureLockedNCRMPTall = { ent-N14DoorMetalRedTall } .suffix = НКР, Закрытый, ВП .desc = { ent-N14DoorMetalRedTall.desc } -ent-N14DoorCellMetalLockedNCRMP = { ent-N14DoorMetalBarTall } +ent-N14DoorCellMetalLockedNCRMPTall = { ent-N14DoorMetalBarTall } .suffix = НКР, Закрытый, ВП .desc = { ent-N14DoorMetalBarTall.desc } -ent-N14DoorWoodSecureLockedNCROfficer = { ent-N14DoorMetalRedTall } +ent-N14DoorWoodSecureLockedNCROfficerTall = { ent-N14DoorMetalRedTall } .suffix = НКР, Закрытый, Офицер .desc = { ent-N14DoorMetalRedTall.desc } -ent-N14DoorWoodSecureLockedNCRRanger = { ent-N14DoorMetalRedTall } +ent-N14DoorWoodSecureLockedNCRRangerTall = { ent-N14DoorMetalRedTall } .suffix = НКР, Закрытый, Рейнджер .desc = { ent-N14DoorMetalRedTall.desc } -ent-N14DoorBunkerLockedBoSMidwest = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSMidwestTall = { ent-N14DoorAirlockTall } .suffix = BoSMidwest, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSMidwest = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSMidwestTall = { ent-N14DoorBunkerGlass } .suffix = BoSMidwest, Закрытый .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorBunkerLockedBoSPaladin = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSPaladinTall = { ent-N14DoorAirlockTall } .suffix = BoSMidwest, Закрытый, Паладин .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSPaladin = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSPaladinTall = { ent-N14DoorBunkerGlass } .suffix = BoSMidwest, Закрытый, Паладин .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorBunkerLockedBoSCommander = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSCommanderTall = { ent-N14DoorAirlockTall } .suffix = СБС, Закрытый, Командный .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSCommander = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSCommanderTall = { ent-N14DoorBunkerGlass } .suffix = СБС, Закрытый, Командный .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorWoodSecureLockedSheriff = { ent-N14DoorWoodWhiteTall } +ent-N14DoorWoodSecureLockedSheriffTall = { ent-N14DoorWoodWhiteTall } .suffix = Оазис, Закрытый, Шериф .desc = { ent-N14DoorWoodWhiteTall.desc } -ent-N14DoorCellMetalLockedSheriff = { ent-N14DoorMetalBarTall } +ent-N14DoorCellMetalLockedSheriffTall = { ent-N14DoorMetalBarTall } .suffix = Оазис, Закрытый, Шериф .desc = { ent-N14DoorMetalBarTall.desc } -ent-N14DoorWoodSecureLockedMayor = { ent-N14DoorWoodWhiteTall } +ent-N14DoorWoodSecureLockedMayorTall = { ent-N14DoorWoodWhiteTall } .suffix = Оазис, Закрытый, Мэр .desc = { ent-N14DoorWoodWhiteTall.desc } -ent-N14DoorBunkerLockedVaultDweller = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedVaultDwellerTall = { ent-N14DoorAirlockTall } .suffix = Убежище, Общий, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerLockedVaultEngineer = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedVaultEngineerTall = { ent-N14DoorAirlockTall } .suffix = Убежище, Инженерный, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerLockedVaultMedical = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedVaultMedicalTall = { ent-N14DoorAirlockTall } .suffix = Убежище, Медицинский, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerLockedVaultSecurity = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedVaultSecurityTall = { ent-N14DoorAirlockTall } .suffix = Убежище, Охрана, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerLockedVaultGatekeeper = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedVaultGatekeeperTall = { ent-N14DoorAirlockTall } .suffix = Убежище, Хранитель Врат, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerLockedVaultOverseer = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedVaultOverseerTall = { ent-N14DoorAirlockTall } .suffix = Убежище, Смотритель, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorWoodSecureLockedIron = { ent-N14DoorWoodGreenTall } +ent-N14DoorWoodSecureLockedIronTall = { ent-N14DoorWoodGreenTall } .suffix = Закрытый, Железный ключ .desc = { ent-N14DoorWoodGreenTall.desc } -ent-N14DoorMetalSecureLockedIron = { ent-N14DoorWoodGreenTall } +ent-N14DoorMetalSecureLockedIronTall = { ent-N14DoorWoodGreenTall } .suffix = Закрытый, Железный ключ .desc = { ent-N14DoorWoodGreenTall.desc } -ent-N14DoorCellMetalLockedIron = { ent-N14DoorMetalBarTall } +ent-N14DoorCellMetalLockedIronTall = { ent-N14DoorMetalBarTall } .suffix = Закрытый, Железный ключ .desc = { ent-N14DoorMetalBarTall.desc } -ent-N14DoorWoodSecureLockedBronze = { ent-N14DoorWoodBlueTall } +ent-N14DoorWoodSecureLockedBronzeTall = { ent-N14DoorWoodBlueTall } .suffix = Закрытый, Бронзовый ключ .desc = { ent-N14DoorWoodBlueTall.desc } -ent-N14DoorMetalSecureLockedBronze = { ent-N14DoorWoodBlueTall } +ent-N14DoorMetalSecureLockedBronzeTall = { ent-N14DoorWoodBlueTall } .suffix = Закрытый, Бронзовый ключ .desc = { ent-N14DoorWoodBlueTall.desc } -ent-N14DoorCellMetalLockedBronze = { ent-N14DoorMetalBarTall } +ent-N14DoorCellMetalLockedBronzeTall = { ent-N14DoorMetalBarTall } .suffix = Закрытый, Бронзовый ключ .desc = { ent-N14DoorMetalBarTall.desc } -ent-N14DoorWoodSecureLockedBrass = { ent-N14DoorWoodTall } +ent-N14DoorWoodSecureLockedBrassTall = { ent-N14DoorWoodTall } .suffix = Закрытый, Латунный ключ .desc = { ent-N14DoorWoodTall.desc } -ent-N14DoorMetalSecureLockedBrass = { ent-N14DoorWoodTall } +ent-N14DoorMetalSecureLockedBrassTall = { ent-N14DoorWoodTall } .suffix = Закрытый, Латунный ключ .desc = { ent-N14DoorWoodTall.desc } -ent-N14DoorCellMetalLockedBrass = { ent-N14DoorMetalBarTall } +ent-N14DoorCellMetalLockedBrassTall = { ent-N14DoorMetalBarTall } .suffix = Закрытый, Латунный ключ .desc = { ent-N14DoorMetalBarTall.desc } -ent-N14DoorWoodSecureLockedSilver = { ent-N14DoorMetalBlueAltTall } +ent-N14DoorWoodSecureLockedSilverTall = { ent-N14DoorMetalBlueAltTall } .suffix = Закрытый, Серебрянный ключ .desc = { ent-N14DoorMetalBlueAltTall.desc } -ent-N14DoorMetalSecureLockedSilver = { ent-N14DoorMetalBlueAltTall } +ent-N14DoorMetalSecureLockedSilverTall = { ent-N14DoorMetalBlueAltTall } .suffix = Закрытый, Серебрянный ключ .desc = { ent-N14DoorMetalBlueAltTall.desc } -ent-N14DoorCellMetalLockedSilver = { ent-N14DoorMetalBarTall } +ent-N14DoorCellMetalLockedSilverTall = { ent-N14DoorMetalBarTall } .suffix = Закрытый, Серебрянный ключ .desc = { ent-N14DoorMetalBarTall.desc } -ent-N14DoorBunkerLockedBoSWashington = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSWashingtonTall = { ent-N14DoorAirlockTall } .suffix = ВБС, Закрытый .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSWashington = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSWashingtonTall = { ent-N14DoorBunkerGlass } .suffix = ВБС, Закрытый, Стеклянный .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorBunkerLockedBoSWashingtonScribe = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSWashingtonScribeTall = { ent-N14DoorAirlockTall } .suffix = ВБС, Закрытый, Скриптер .desc = { ent-N14DoorAirlockTall .desc } -ent-N14DoorBunkerGlassLockedBoSWashingtonScribe = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSWashingtonScribeTall = { ent-N14DoorBunkerGlass } .suffix = ВБС, Закрытый, Скриптер, Стеклянный .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorBunkerLockedBoSWashingtonKnight = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSWashingtonKnightTall = { ent-N14DoorAirlockTall } .suffix = ВБС, Закрытый, Рыцарь .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSWashingtonKnight = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSWashingtonKnightTall = { ent-N14DoorBunkerGlass } .suffix = ВБС, Закрытый, Рыцарь, Стеклянный .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorBunkerLockedBoSWashingtonPaladin = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSWashingtonPaladinTall = { ent-N14DoorAirlockTall } .suffix = ВБС, Закрытый, Паладин .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSWashingtonPaladin = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSWashingtonPaladinTall = { ent-N14DoorBunkerGlass } .suffix = ВБС, Закрытый, Паладин, Стеклянный .desc = { ent-N14DoorBunkerGlass.desc } -ent-N14DoorBunkerLockedBoSWashingtonElder = { ent-N14DoorAirlockTall } +ent-N14DoorBunkerLockedBoSWashingtonElderTall = { ent-N14DoorAirlockTall } .suffix = ВБС, Закрытый, Командный .desc = { ent-N14DoorAirlockTall.desc } -ent-N14DoorBunkerGlassLockedBoSWashingtonElder = { ent-N14DoorBunkerGlass } +ent-N14DoorBunkerGlassLockedBoSWashingtonElderTall = { ent-N14DoorBunkerGlass } .suffix = ВБС, Закрытый, Командный, Стеклянный .desc = { ent-N14DoorBunkerGlass.desc } \ No newline at end of file diff --git a/Resources/Maps/N14/MercerIslandSewers.yml b/Resources/Maps/N14/MercerIslandSewers.yml index eb50d5153ec..23562e85288 100644 --- a/Resources/Maps/N14/MercerIslandSewers.yml +++ b/Resources/Maps/N14/MercerIslandSewers.yml @@ -14,6 +14,7 @@ tilemap: 72: FloorMS13BrickConcrete 73: FloorMS13BrickHorizontal 9: FloorMS13CarpetFancyBlue + 14: FloorMS13CarpetGreen 13: FloorMS13ConcreteIndustrialSplit 86: FloorMS13MetalGrate 87: FloorMS13MetalIndustrial @@ -95,7 +96,6 @@ entities: space: False mixture: volume: 2500 - immutable: True temperature: 293.15 moles: - 21.82478 @@ -213,7 +213,7 @@ entities: version: 6 3,5: ind: 3,5 - tiles: OwAAAAAASAAAAAACBAEAAAACSAAAAAAESAAAAAAGSAAAAAACSAAAAAAISAAAAAAHSAAAAAAEBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABOwAAAAAASAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAEBAEAAAABSAAAAAAHOwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAACOwAAAAAASAAAAAAEBAEAAAABSAAAAAAGOwAAAAAAGwAAAAABGwAAAAADOwAAAAAASAAAAAACBAEAAAACSAAAAAAIOwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADOwAAAAAASAAAAAACBAEAAAADSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAGSAAAAAAGSAAAAAAHBAEAAAABSAAAAAAGSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAGSAAAAAAGOwAAAAAASAAAAAAIBAEAAAACBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADSAAAAAAFOwAAAAAASAAAAAAFSAAAAAAHSAAAAAAHSAAAAAAEBAEAAAADSAAAAAAHSAAAAAAHSAAAAAAFBAEAAAADSAAAAAAGSAAAAAAFSAAAAAAFSAAAAAAHBAEAAAACSAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAACSAAAAAAIOwAAAAAASAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAADGwAAAAAFGwAAAAAGGwAAAAAGOwAAAAAASAAAAAAHBAEAAAADSAAAAAAHOwAAAAAASAAAAAAGBAEAAAABSAAAAAAHOwAAAAAAOwAAAAAASAAAAAABSAAAAAAGSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAACSAAAAAAFOwAAAAAASAAAAAAGBAEAAAADSAAAAAACOwAAAAAAOwAAAAAAOwAAAAAAVgAAAAACOwAAAAAASAAAAAAGSAAAAAADSAAAAAAHSAAAAAAFSAAAAAAFBAEAAAADSAAAAAAHOwAAAAAASAAAAAAHBAEAAAADSAAAAAAGOwAAAAAAVgAAAAAFVgAAAAADVgAAAAAGOwAAAAAABAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAACSAAAAAAHOwAAAAAASAAAAAAEBAEAAAADSAAAAAAHOwAAAAAAVgAAAAAHVgAAAAAFVgAAAAAFOwAAAAAASAAAAAAISAAAAAAFSAAAAAAHSAAAAAAGSAAAAAADSAAAAAAHSAAAAAAIOwAAAAAASAAAAAABBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAwAAAAAADOwAAAAAAOwAAAAAASAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAFGwAAAAAESAAAAAAEOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAOwAAAAAASAAAAAADSAAAAAADBAEAAAABSAAAAAAGSAAAAAAEOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAABOwAAAAAASAAAAAADBAEAAAADBAEAAAADBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAG + tiles: OwAAAAAASAAAAAACBAEAAAACSAAAAAAESAAAAAAGSAAAAAACSAAAAAAISAAAAAAHSAAAAAAEBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABOwAAAAAASAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAEBAEAAAABSAAAAAAHOwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAACOwAAAAAASAAAAAAEBAEAAAABSAAAAAAGOwAAAAAAGwAAAAABGwAAAAADOwAAAAAASAAAAAACBAEAAAACSAAAAAAIOwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADOwAAAAAASAAAAAACBAEAAAADSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAGSAAAAAAGSAAAAAAHBAEAAAABSAAAAAAGSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAGSAAAAAAGOwAAAAAASAAAAAAIBAEAAAACBAEAAAADBAEAAAABBAEAAAACDgAAAAAABAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADSAAAAAAFOwAAAAAASAAAAAAFSAAAAAAHSAAAAAAHSAAAAAAEBAEAAAADSAAAAAAHSAAAAAAHSAAAAAAFBAEAAAADSAAAAAAGSAAAAAAFSAAAAAAFSAAAAAAHBAEAAAACSAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAACSAAAAAAIOwAAAAAASAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAADGwAAAAAFGwAAAAAGGwAAAAAGOwAAAAAASAAAAAAHBAEAAAADSAAAAAAHOwAAAAAASAAAAAAGBAEAAAABSAAAAAAHOwAAAAAAOwAAAAAASAAAAAABSAAAAAAGSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAACSAAAAAAFOwAAAAAASAAAAAAGBAEAAAADSAAAAAACOwAAAAAAOwAAAAAAOwAAAAAAVgAAAAACOwAAAAAASAAAAAAGSAAAAAADSAAAAAAHSAAAAAAFSAAAAAAFBAEAAAADSAAAAAAHOwAAAAAASAAAAAAHBAEAAAADSAAAAAAGOwAAAAAAVgAAAAAFVgAAAAADVgAAAAAGOwAAAAAABAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAACSAAAAAAHOwAAAAAASAAAAAAEBAEAAAADSAAAAAAHOwAAAAAAVgAAAAAHVgAAAAAFVgAAAAAFOwAAAAAASAAAAAAISAAAAAAFSAAAAAAHSAAAAAAGSAAAAAADSAAAAAAHSAAAAAAIOwAAAAAASAAAAAABBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAwAAAAAADOwAAAAAAOwAAAAAASAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAFGwAAAAAESAAAAAAEOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAOwAAAAAASAAAAAADSAAAAAADBAEAAAABSAAAAAAGSAAAAAAEOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAABOwAAAAAASAAAAAADBAEAAAADBAEAAAADBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAG version: 6 4,0: ind: 4,0 @@ -249,11 +249,11 @@ entities: version: 6 5,2: ind: 5,2 - tiles: GwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGOwAAAAAAOwAAAAAAGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAADOwAAAAAAGwAAAAAAOwAAAAAABAEAAAABBAEAAAACBAEAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADPAAAAAADOwAAAAAAGwAAAAADOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAABAEAAAACBAEAAAADBAEAAAACBAEAAAADOwAAAAAABAEAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAADOwAAAAAABAEAAAACSAAAAAAHSAAAAAAHSAAAAAAISAAAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAAD + tiles: GwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGOwAAAAAAOwAAAAAAGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAADOwAAAAAAGwAAAAAAOwAAAAAABAEAAAABBAEAAAACBAEAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADPAAAAAADOwAAAAAAGwAAAAADOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAABAEAAAACBAEAAAADBAEAAAACBAEAAAADOwAAAAAABAEAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAADOwAAAAAABAEAAAACSAAAAAAHSAAAAAAHSAAAAAAISAAAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAACBAEAAAACDgAAAAAABAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAAD version: 6 5,3: ind: 5,3 - tiles: SAAAAAAHSAAAAAACBAEAAAADSAAAAAAESAAAAAAESAAAAAACSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAISAAAAAAIBAEAAAADSAAAAAAESAAAAAAFSAAAAAAFSAAAAAAEOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAISAAAAAAGBAEAAAABSAAAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFSAAAAAABSAAAAAADBAEAAAADBAEAAAACBAEAAAADSAAAAAAESAAAAAACSAAAAAAHOwAAAAAASAAAAAAEBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAASAAAAAAHSAAAAAAEBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAABOwAAAAAASAAAAAAEBAEAAAACSAAAAAAHOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADOwAAAAAASAAAAAAIBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAASAAAAAAGBAEAAAACBAEAAAADBAEAAAACBAEAAAACOwAAAAAASAAAAAAGSAAAAAAISAAAAAAGSAAAAAAGOwAAAAAASAAAAAAGBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAASAAAAAABBAEAAAABBAEAAAACBAEAAAADOwAAAAAAOwAAAAAASAAAAAADSAAAAAAESAAAAAAISAAAAAAHOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAOwAAAAAASAAAAAAIBAEAAAABBAEAAAADBAEAAAABSAAAAAAFSAAAAAAHSAAAAAAISAAAAAAHSAAAAAAISAAAAAAHOwAAAAAASAAAAAAGBAEAAAADSAAAAAAIOwAAAAAASAAAAAAESAAAAAAIBAEAAAABBAEAAAADBAEAAAABSAAAAAAFSAAAAAAESAAAAAAESAAAAAAISAAAAAAHSAAAAAAIOwAAAAAASAAAAAAHBAEAAAADSAAAAAAGSAAAAAAFSAAAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADSAAAAAAESAAAAAAISAAAAAABSAAAAAAFSAAAAAABSAAAAAAEOwAAAAAASAAAAAAFBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAABBAEAAAABBAEAAAADOwAAAAAAOwAAAAAASAAAAAAGSAAAAAAISAAAAAAISAAAAAAIOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHSAAAAAAGSAAAAAAHBAEAAAABBAEAAAACBAEAAAACBAEAAAADBAEAAAADOwAAAAAASAAAAAAISAAAAAAHSAAAAAADSAAAAAAHOwAAAAAASAAAAAAFBAEAAAACSAAAAAABOwAAAAAASAAAAAAHSAAAAAAHBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAACOwAAAAAASAAAAAAGBAEAAAABSAAAAAADOwAAAAAASAAAAAAGSAAAAAAFSAAAAAAGBAEAAAACBAEAAAADBAEAAAACBAEAAAABBAEAAAABBAEAAAACBAEAAAADBAEAAAACOwAAAAAASAAAAAABBAEAAAADSAAAAAAFOwAAAAAASAAAAAAGSAAAAAAHSAAAAAADSAAAAAAFSAAAAAACSAAAAAAFSAAAAAAHSAAAAAAFSAAAAAADSAAAAAAISAAAAAAH + tiles: SAAAAAAHSAAAAAACBAEAAAADSAAAAAAESAAAAAAESAAAAAACSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAISAAAAAAIBAEAAAADSAAAAAAESAAAAAAFSAAAAAAFSAAAAAAEOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAISAAAAAAGBAEAAAABSAAAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFSAAAAAABSAAAAAADBAEAAAADBAEAAAACBAEAAAADSAAAAAAESAAAAAACSAAAAAAHOwAAAAAASAAAAAAEBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAASAAAAAAHSAAAAAAEBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAACDgAAAAAADgAAAAAABAEAAAABOwAAAAAASAAAAAAEBAEAAAACSAAAAAAHOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAACDgAAAAAADgAAAAAABAEAAAADOwAAAAAASAAAAAAIBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAASAAAAAAGBAEAAAACBAEAAAADBAEAAAACBAEAAAACOwAAAAAASAAAAAAGSAAAAAAISAAAAAAGSAAAAAAGOwAAAAAASAAAAAAGDgAAAAAASAAAAAAGOwAAAAAAOwAAAAAASAAAAAABBAEAAAABBAEAAAACBAEAAAADOwAAAAAAOwAAAAAASAAAAAADSAAAAAAESAAAAAAISAAAAAAHOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAOwAAAAAASAAAAAAIDgAAAAAADgAAAAAADgAAAAAASAAAAAAFSAAAAAAHSAAAAAAISAAAAAAHSAAAAAAISAAAAAAHOwAAAAAASAAAAAAGBAEAAAADSAAAAAAIOwAAAAAASAAAAAAESAAAAAAIDgAAAAAADgAAAAAADgAAAAAASAAAAAAFSAAAAAAESAAAAAAESAAAAAAISAAAAAAHSAAAAAAIOwAAAAAASAAAAAAHBAEAAAADSAAAAAAGSAAAAAAFSAAAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADSAAAAAAESAAAAAAISAAAAAABSAAAAAAFSAAAAAABSAAAAAAEOwAAAAAASAAAAAAFBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAABBAEAAAABBAEAAAADOwAAAAAAOwAAAAAASAAAAAAGSAAAAAAISAAAAAAISAAAAAAIOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHSAAAAAAGSAAAAAAHBAEAAAABBAEAAAACBAEAAAACBAEAAAADBAEAAAADOwAAAAAASAAAAAAISAAAAAAHSAAAAAADSAAAAAAHOwAAAAAASAAAAAAFBAEAAAACSAAAAAABOwAAAAAASAAAAAAHSAAAAAAHBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAACOwAAAAAASAAAAAAGBAEAAAABSAAAAAADOwAAAAAASAAAAAAGSAAAAAAFSAAAAAAGBAEAAAACBAEAAAADBAEAAAACBAEAAAABBAEAAAABBAEAAAACBAEAAAADBAEAAAACOwAAAAAASAAAAAABBAEAAAADSAAAAAAFOwAAAAAASAAAAAAGSAAAAAAHSAAAAAADSAAAAAAFSAAAAAACSAAAAAAFSAAAAAAHSAAAAAAFSAAAAAADSAAAAAAISAAAAAAH version: 6 5,4: ind: 5,4 @@ -261,7 +261,7 @@ entities: version: 6 5,5: ind: 5,5 - tiles: GwAAAAACOwAAAAAASAAAAAAHBAEAAAADBAEAAAADBAEAAAABSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAADOwAAAAAASAAAAAAHSAAAAAAESAAAAAACBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAACSAAAAAADOwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGSAAAAAAGSAAAAAAHSAAAAAAFSAAAAAAHSAAAAAAHBAEAAAABSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEBAEAAAADBAEAAAABBAEAAAABBAEAAAACBAEAAAABBAEAAAADSAAAAAAIOwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAESAAAAAAFSAAAAAAHSAAAAAAISAAAAAAGSAAAAAAEBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGSAAAAAAEBAEAAAACSAAAAAADOwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEOwAAAAAASAAAAAAHBAEAAAABBAEAAAACSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFOwAAAAAASAAAAAAHBAEAAAACSAAAAAACSAAAAAAEOwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAEBAEAAAACSAAAAAAGOwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAAGSAAAAAABSAAAAAAHSAAAAAAGSAAAAAADBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGSAAAAAAHBAEAAAACBAEAAAACBAEAAAADBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACSAAAAAAGSAAAAAAESAAAAAAHSAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAC + tiles: GwAAAAACOwAAAAAASAAAAAAHBAEAAAADBAEAAAADBAEAAAABSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAADOwAAAAAASAAAAAAHSAAAAAAESAAAAAACBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAACSAAAAAADOwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGSAAAAAAGSAAAAAAHSAAAAAAFSAAAAAAHSAAAAAAHBAEAAAABSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEBAEAAAADBAEAAAABBAEAAAABDgAAAAAADgAAAAAABAEAAAADSAAAAAAIOwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAESAAAAAAFSAAAAAAHSAAAAAAISAAAAAAGSAAAAAAEBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGSAAAAAAEBAEAAAACSAAAAAADOwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEOwAAAAAASAAAAAAHBAEAAAABBAEAAAACSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFOwAAAAAASAAAAAAHBAEAAAACSAAAAAACSAAAAAAEOwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAEBAEAAAACSAAAAAAGOwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAAGSAAAAAABSAAAAAAHSAAAAAAGSAAAAAADBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGSAAAAAAHBAEAAAACBAEAAAACBAEAAAADBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACSAAAAAAGSAAAAAAESAAAAAAHSAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAC version: 6 6,0: ind: 6,0 @@ -437,39 +437,39 @@ entities: version: 6 4,7: ind: 4,7 - tiles: GwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAACOwAAAAAASAAAAAAEBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGOwAAAAAASAAAAAAEBAEAAAACSAAAAAAEOwAAAAAASAAAAAAESAAAAAAESAAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADOwAAAAAASAAAAAAHBAEAAAACSAAAAAAIOwAAAAAASAAAAAADSAAAAAAFSAAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABOwAAAAAASAAAAAABSAAAAAAHSAAAAAAEOwAAAAAASAAAAAADSAAAAAAFSAAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFSAAAAAAESAAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFOwAAAAAASAAAAAAHSAAAAAAHSAAAAAAGSAAAAAAESAAAAAAISAAAAAAGSAAAAAAHSAAAAAAIOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAAOwAAAAAASAAAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADSAAAAAAISAAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACOwAAAAAASAAAAAACBAEAAAADSAAAAAACSAAAAAAHSAAAAAAGSAAAAAAEBAEAAAACBAEAAAADBAEAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAASAAAAAAFBAEAAAABSAAAAAAHSAAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABOwAAAAAASAAAAAAGSAAAAAAISAAAAAAIOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAADOwAAAAAASAAAAAAFBAEAAAACSAAAAAACOwAAAAAA + tiles: GwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAACOwAAAAAASAAAAAAEBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGOwAAAAAASAAAAAAEBAEAAAACSAAAAAAEOwAAAAAASAAAAAAESAAAAAAESAAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADOwAAAAAASAAAAAAHBAEAAAACSAAAAAAIOwAAAAAASAAAAAADSAAAAAAFSAAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABOwAAAAAASAAAAAABSAAAAAAHSAAAAAAEOwAAAAAASAAAAAADSAAAAAAFSAAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFSAAAAAAESAAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFOwAAAAAASAAAAAAHSAAAAAAHSAAAAAAGSAAAAAAESAAAAAAISAAAAAAGSAAAAAAHSAAAAAAIOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAAOwAAAAAASAAAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADSAAAAAAISAAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACOwAAAAAASAAAAAACBAEAAAADSAAAAAACSAAAAAAHSAAAAAAGSAAAAAAEBAEAAAACDgAAAAAABAEAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAASAAAAAAFBAEAAAABSAAAAAAHSAAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABOwAAAAAASAAAAAAGSAAAAAAISAAAAAAIOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAADOwAAAAAASAAAAAAFBAEAAAACSAAAAAACOwAAAAAA version: 6 4,8: ind: 4,8 - tiles: GwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAACOwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFOwAAAAAASAAAAAACBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAFOwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAADOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEOwAAAAAASAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADOwAAAAAASAAAAAACBAEAAAABSAAAAAAFOwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABOwAAAAAASAAAAAAHBAEAAAABSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHOwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACOwAAAAAASAAAAAAIBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABOwAAAAAABAEAAAADBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABOwAAAAAABAEAAAADBAEAAAACBAEAAAABOwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAACOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAOwAAAAAASAAAAAADBAEAAAACBAEAAAACOwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACOwAAAAAASAAAAAAEBAEAAAACSAAAAAADDAAAAAAA + tiles: GwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAACOwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFOwAAAAAASAAAAAACBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAFOwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAADOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEOwAAAAAASAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADOwAAAAAASAAAAAACBAEAAAABSAAAAAAFOwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABOwAAAAAASAAAAAAHBAEAAAABSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHOwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACOwAAAAAASAAAAAAIBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABOwAAAAAADgAAAAAABAEAAAADSAAAAAAEOwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABOwAAAAAADgAAAAAABAEAAAACDgAAAAAAOwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAOwAAAAAADgAAAAAABAEAAAADDgAAAAAAOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAOwAAAAAASAAAAAADBAEAAAACDgAAAAAAOwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACOwAAAAAASAAAAAAEBAEAAAACSAAAAAADDAAAAAAA version: 6 4,9: ind: 4,9 - tiles: GwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFOwAAAAAASAAAAAADBAEAAAACSAAAAAAFDAAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGOwAAAAAASAAAAAAGBAEAAAADSAAAAAAGDAAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHDAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAADSAAAAAAEVwAAAAADSAAAAAAFSAAAAAAHSAAAAAAISAAAAAAGSAAAAAAHSAAAAAAESAAAAAAESAAAAAAISAAAAAAISAAAAAABSAAAAAAISAAAAAAFSAAAAAAEBAEAAAADSAAAAAAEDAAAAAAABAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAACBAEAAAADSAAAAAAHOwAAAAAASAAAAAAFSAAAAAAISAAAAAACBAEAAAADSAAAAAAESAAAAAAISAAAAAAFSAAAAAAISAAAAAAFSAAAAAAISAAAAAAFSAAAAAACSAAAAAAHBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAACBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAFOwAAAAAASAAAAAAIBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGOwAAAAAASAAAAAAGBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAGOwAAAAAASAAAAAAEBAEAAAACSAAAAAAHSAAAAAADOwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEOwAAAAAASAAAAAADBAEAAAABSAAAAAAHOwAAAAAAGwAAAAADOwAAAAAASAAAAAAHBAEAAAADBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAGwAAAAADOwAAAAAASAAAAAADSAAAAAAHBAEAAAACSAAAAAADOwAAAAAAGwAAAAACOwAAAAAASAAAAAAESAAAAAADSAAAAAADSAAAAAAIBAEAAAACSAAAAAAHOwAAAAAAGwAAAAABOwAAAAAAOwAAAAAASAAAAAAIBAEAAAACSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAABBAEAAAADBAEAAAADBAEAAAACSAAAAAABOwAAAAAAGwAAAAAEGwAAAAAEOwAAAAAASAAAAAADBAEAAAADSAAAAAABSAAAAAADOwAAAAAAOwAAAAAASAAAAAAGBAEAAAACSAAAAAAFSAAAAAACSAAAAAAISAAAAAAHOwAAAAAAGwAAAAAGGwAAAAABOwAAAAAASAAAAAAHBAEAAAACBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAAOwAAAAAASAAAAAAHSAAAAAAEBAEAAAADSAAAAAACOwAAAAAAOwAAAAAASAAAAAAHBAEAAAABSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAB + tiles: GwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFOwAAAAAASAAAAAADBAEAAAACSAAAAAAFDAAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGOwAAAAAASAAAAAAGBAEAAAADSAAAAAAGDAAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHDAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAADSAAAAAAEVwAAAAADSAAAAAAFSAAAAAAHSAAAAAAISAAAAAAGSAAAAAAHSAAAAAAESAAAAAAESAAAAAAISAAAAAAISAAAAAABSAAAAAAISAAAAAAFSAAAAAAEBAEAAAADSAAAAAAEDAAAAAAABAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACDgAAAAAABAEAAAACBAEAAAADSAAAAAAHOwAAAAAASAAAAAAFSAAAAAAISAAAAAACBAEAAAADSAAAAAAESAAAAAAISAAAAAAFSAAAAAAISAAAAAAFSAAAAAAISAAAAAAFSAAAAAACSAAAAAAHBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAACBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAFOwAAAAAASAAAAAAIBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGOwAAAAAASAAAAAAGBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAGOwAAAAAASAAAAAAEBAEAAAACSAAAAAAHSAAAAAADOwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEOwAAAAAASAAAAAADBAEAAAABSAAAAAAHOwAAAAAAGwAAAAADOwAAAAAASAAAAAAHBAEAAAADBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAGwAAAAADOwAAAAAASAAAAAADSAAAAAAHBAEAAAACSAAAAAADOwAAAAAAGwAAAAACOwAAAAAASAAAAAAESAAAAAADSAAAAAADSAAAAAAIBAEAAAACSAAAAAAHOwAAAAAAGwAAAAABOwAAAAAAOwAAAAAASAAAAAAIBAEAAAACSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAABBAEAAAADBAEAAAADBAEAAAACSAAAAAABOwAAAAAAGwAAAAAEGwAAAAAEOwAAAAAASAAAAAADBAEAAAADSAAAAAABSAAAAAADOwAAAAAAOwAAAAAASAAAAAAGBAEAAAACSAAAAAAFSAAAAAACSAAAAAAISAAAAAAHOwAAAAAAGwAAAAAGGwAAAAABOwAAAAAASAAAAAAHBAEAAAACBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAAOwAAAAAASAAAAAAHSAAAAAAEBAEAAAADSAAAAAACOwAAAAAAOwAAAAAASAAAAAAHBAEAAAABSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAB version: 6 4,10: ind: 4,10 - tiles: GwAAAAACGwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAAIOwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGOwAAAAAASAAAAAAHBAEAAAADSAAAAAACSAAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAACOwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAADSAAAAAAIOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFOwAAAAAASAAAAAAISAAAAAAHBAEAAAADSAAAAAAGOwAAAAAASAAAAAAHBAEAAAACSAAAAAAEOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAAOwAAAAAASAAAAAACBAEAAAABSAAAAAAIOwAAAAAASAAAAAAIBAEAAAACSAAAAAABOwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGOwAAAAAASAAAAAAGBAEAAAADSAAAAAAISAAAAAABSAAAAAAEBAEAAAACSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAABOwAAAAAASAAAAAADBAEAAAADBAEAAAACSAAAAAAISAAAAAACBAEAAAACSAAAAAAHOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAGOwAAAAAASAAAAAADSAAAAAAFBAEAAAADBAEAAAADBAEAAAABBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAABSAAAAAAESAAAAAAISAAAAAAISAAAAAAGOwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABOwAAAAAASAAAAAAHBAEAAAACSAAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEOwAAAAAASAAAAAAIBAEAAAACSAAAAAACOwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAASAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAABOwAAAAAASAAAAAAGBAEAAAADSAAAAAAFOwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEOwAAAAAASAAAAAAGBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEOwAAAAAASAAAAAADBAEAAAACSAAAAAAIOwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAE + tiles: GwAAAAACGwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAASAAAAAAEBAEAAAADSAAAAAAIOwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGOwAAAAAASAAAAAAHBAEAAAADSAAAAAACSAAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAACOwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAADSAAAAAAIOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFOwAAAAAASAAAAAAISAAAAAAHBAEAAAADSAAAAAAGOwAAAAAASAAAAAAHBAEAAAACSAAAAAAEOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAAOwAAAAAASAAAAAACBAEAAAABSAAAAAAIOwAAAAAASAAAAAAIBAEAAAACSAAAAAABOwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGOwAAAAAASAAAAAAGDgAAAAAASAAAAAAISAAAAAABSAAAAAAEBAEAAAACSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAABOwAAAAAASAAAAAADBAEAAAADBAEAAAACSAAAAAAISAAAAAACDgAAAAAASAAAAAAHOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAGOwAAAAAASAAAAAADSAAAAAAFBAEAAAADBAEAAAADBAEAAAABBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAABSAAAAAAESAAAAAAISAAAAAAISAAAAAAGOwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABOwAAAAAASAAAAAAHBAEAAAACSAAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEOwAAAAAASAAAAAAIBAEAAAACSAAAAAACOwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAASAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAABOwAAAAAASAAAAAAGBAEAAAADSAAAAAAFOwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEOwAAAAAASAAAAAAGBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEOwAAAAAASAAAAAADBAEAAAACSAAAAAAIOwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAE version: 6 4,11: ind: 4,11 - tiles: GwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADOwAAAAAASAAAAAAEBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEOwAAAAAASAAAAAABBAEAAAADSAAAAAAISAAAAAAISAAAAAAHSAAAAAAHSAAAAAAFSAAAAAAISAAAAAADSAAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAACOwAAAAAASAAAAAAFBAEAAAADBAEAAAABBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAABOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAAOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAGSAAAAAACBAEAAAADSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAEBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAACBAEAAAACSAAAAAAEOwAAAAAABAEAAAADSAAAAAAFSAAAAAAESAAAAAAISAAAAAACSAAAAAAFSAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAADSAAAAAAHOwAAAAAABAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACSAAAAAAFSAAAAAACSAAAAAAESAAAAAAISAAAAAADBAEAAAADSAAAAAAHOwAAAAAASAAAAAABSAAAAAAFSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAIBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGSAAAAAAHSAAAAAAESAAAAAAGSAAAAAAISAAAAAAISAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAHBAEAAAABSAAAAAAHOwAAAAAAAQAAAAAAAQAAAAADAQAAAAABAQAAAAADAQAAAAADAQAAAAABOwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABOwAAAAAASAAAAAAGBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAQAAAAADAQAAAAADAQAAAAAAOwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADOwAAAAAASAAAAAAEBAEAAAADSAAAAAADOwAAAAAAOwAAAAAAAQAAAAAAAQAAAAACAQAAAAAAAQAAAAABAQAAAAABOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAOwAAAAAAAQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADOwAAAAAASAAAAAAFBAEAAAABSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEOwAAAAAASAAAAAADBAEAAAADSAAAAAACOwAAAAAA + tiles: GwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADOwAAAAAASAAAAAAEBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEOwAAAAAASAAAAAABBAEAAAADSAAAAAAISAAAAAAISAAAAAAHSAAAAAAHSAAAAAAFSAAAAAAISAAAAAADSAAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAACOwAAAAAASAAAAAAFBAEAAAADBAEAAAABBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAABOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAAOwAAAAAASAAAAAAHBAEAAAACSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAGSAAAAAACBAEAAAADSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAEBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAASAAAAAACBAEAAAACSAAAAAAEOwAAAAAABAEAAAADSAAAAAAFSAAAAAAESAAAAAAISAAAAAACSAAAAAAFSAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADDgAAAAAASAAAAAAHOwAAAAAABAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAABBAEAAAACDgAAAAAABAEAAAACSAAAAAAFSAAAAAACSAAAAAAESAAAAAAISAAAAAADBAEAAAADSAAAAAAHOwAAAAAASAAAAAABSAAAAAAFSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAIBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGSAAAAAAHSAAAAAAESAAAAAAGSAAAAAAISAAAAAAISAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAHBAEAAAABSAAAAAAHOwAAAAAAAQAAAAAAAQAAAAADAQAAAAABAQAAAAADAQAAAAADAQAAAAABOwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABOwAAAAAASAAAAAAGBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAQAAAAADAQAAAAADAQAAAAAAOwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADOwAAAAAASAAAAAAEBAEAAAADSAAAAAADOwAAAAAAOwAAAAAAAQAAAAAAAQAAAAACAQAAAAAAAQAAAAABAQAAAAABOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAOwAAAAAAAQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADOwAAAAAASAAAAAAFBAEAAAABSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEOwAAAAAASAAAAAADBAEAAAADSAAAAAACOwAAAAAA version: 6 5,6: ind: 5,6 - tiles: OwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAABOwAAAAAASAAAAAAGBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADOwAAAAAASAAAAAADBAEAAAADSAAAAAAHSAAAAAAHSAAAAAAESAAAAAADSAAAAAAFSAAAAAAISAAAAAAIOwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEOwAAAAAASAAAAAAFBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAABBAEAAAACBAEAAAADSAAAAAAEOwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAOwAAAAAASAAAAAAISAAAAAAFSAAAAAAISAAAAAAISAAAAAAFBAEAAAACSAAAAAAESAAAAAAFSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAEBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAASAAAAAAHBAEAAAABSAAAAAAIOwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAACOwAAAAAASAAAAAADBAEAAAACSAAAAAAIOwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEOwAAAAAASAAAAAAHBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAABGwAAAAACOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAFGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAFGwAAAAACOwAAAAAAOwAAAAAABAEAAAACOwAAAAAAGwAAAAADGwAAAAACOwAAAAAASAAAAAADSAAAAAADSAAAAAAISAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAADGwAAAAAAOwAAAAAABAEAAAADBAEAAAADOwAAAAAAGwAAAAAEGwAAAAACOwAAAAAASAAAAAAIBAEAAAACBAEAAAADBAEAAAADBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAFOwAAAAAAOwAAAAAABAEAAAADBAEAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGSAAAAAAISAAAAAAESAAAAAAGOwAAAAAAGwAAAAADOwAAAAAASAAAAAADBAEAAAABBAEAAAADSAAAAAAHSAAAAAAFSAAAAAABSAAAAAAHSAAAAAAHBAEAAAACSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAACBAEAAAABBAEAAAACBAEAAAABBAEAAAADBAEAAAACBAEAAAACSAAAAAACSAAAAAAISAAAAAAHSAAAAAAISAAAAAAISAAAAAAFSAAAAAAHSAAAAAAIBAEAAAADBAEAAAACSAAAAAAISAAAAAADSAAAAAACSAAAAAAFSAAAAAAFBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAAC + tiles: OwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAABOwAAAAAASAAAAAAGBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADOwAAAAAASAAAAAADBAEAAAADSAAAAAAHSAAAAAAHSAAAAAAESAAAAAADSAAAAAAFSAAAAAAISAAAAAAIOwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEOwAAAAAASAAAAAAFBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAABBAEAAAACBAEAAAADSAAAAAAEOwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAOwAAAAAASAAAAAAISAAAAAAFSAAAAAAISAAAAAAISAAAAAAFBAEAAAACSAAAAAAESAAAAAAFSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAEBAEAAAACSAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFOwAAAAAASAAAAAAHBAEAAAABSAAAAAAIOwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAACOwAAAAAASAAAAAADBAEAAAACSAAAAAAIOwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEOwAAAAAASAAAAAAHBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAABGwAAAAACOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAFGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAHBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAFGwAAAAACOwAAAAAAOwAAAAAABAEAAAACOwAAAAAAGwAAAAADGwAAAAACOwAAAAAASAAAAAADSAAAAAADSAAAAAAISAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAADGwAAAAAAOwAAAAAABAEAAAADBAEAAAADOwAAAAAAGwAAAAAEGwAAAAACOwAAAAAASAAAAAAIBAEAAAACBAEAAAADDgAAAAAABAEAAAADSAAAAAAFOwAAAAAAGwAAAAAFOwAAAAAAOwAAAAAABAEAAAADBAEAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAFBAEAAAADSAAAAAAGSAAAAAAISAAAAAAESAAAAAAGOwAAAAAAGwAAAAADOwAAAAAASAAAAAADBAEAAAABBAEAAAADSAAAAAAHSAAAAAAFSAAAAAABSAAAAAAHSAAAAAAHBAEAAAACSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAADBAEAAAACBAEAAAABBAEAAAACBAEAAAABDgAAAAAABAEAAAACBAEAAAACSAAAAAACSAAAAAAISAAAAAAHSAAAAAAISAAAAAAISAAAAAAFSAAAAAAHSAAAAAAIBAEAAAADBAEAAAACSAAAAAAISAAAAAADSAAAAAACSAAAAAAFSAAAAAAFBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAAC version: 6 5,7: ind: 5,7 - tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADSAAAAAAGOwAAAAAAGwAAAAACOwAAAAAASAAAAAAIBAEAAAABSAAAAAACOwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAABOwAAAAAABAEAAAABBAEAAAACBAEAAAADSAAAAAACOwAAAAAAGwAAAAAEOwAAAAAASAAAAAAEBAEAAAABSAAAAAAGOwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGOwAAAAAAOwAAAAAABAEAAAADBAEAAAABSAAAAAAIOwAAAAAAGwAAAAAEOwAAAAAASAAAAAAIBAEAAAADSAAAAAAIOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFOwAAAAAABAEAAAADBAEAAAABSAAAAAAEOwAAAAAAGwAAAAADOwAAAAAASAAAAAAHBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAADOwAAAAAAOwAAAAAABAEAAAABOwAAAAAAOwAAAAAAGwAAAAADOwAAAAAASAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABOwAAAAAASAAAAAAIBAEAAAADSAAAAAADOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGOwAAAAAASAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAACBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAASAAAAAABSAAAAAAISAAAAAAFSAAAAAAHSAAAAAACSAAAAAAISAAAAAADSAAAAAAESAAAAAAHSAAAAAAESAAAAAACSAAAAAAFBAEAAAACSAAAAAAESAAAAAAISAAAAAAESAAAAAAFBAEAAAACBAEAAAACBAEAAAABBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAABBAEAAAABBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACBAEAAAACSAAAAAADSAAAAAAHSAAAAAAHSAAAAAACSAAAAAAISAAAAAAHSAAAAAAFSAAAAAACSAAAAAAHSAAAAAAESAAAAAAESAAAAAACSAAAAAADSAAAAAACSAAAAAAGSAAAAAAGSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABDAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABDAAAAAAAVwAAAAAADAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAE + tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAACSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADSAAAAAAGOwAAAAAAGwAAAAACOwAAAAAASAAAAAAIBAEAAAABSAAAAAACOwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAABOwAAAAAABAEAAAABBAEAAAACBAEAAAADSAAAAAACOwAAAAAAGwAAAAAEOwAAAAAASAAAAAAEDgAAAAAASAAAAAAGOwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGOwAAAAAAOwAAAAAABAEAAAADBAEAAAABSAAAAAAIOwAAAAAAGwAAAAAEOwAAAAAASAAAAAAIDgAAAAAASAAAAAAIOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFOwAAAAAABAEAAAADBAEAAAABSAAAAAAEOwAAAAAAGwAAAAADOwAAAAAASAAAAAAHBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAADOwAAAAAAOwAAAAAABAEAAAABOwAAAAAAOwAAAAAAGwAAAAADOwAAAAAASAAAAAAFBAEAAAADSAAAAAAHOwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEOwAAAAAAOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABOwAAAAAASAAAAAAIBAEAAAADSAAAAAADOwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGOwAAAAAASAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAACBAEAAAADSAAAAAAEOwAAAAAAOwAAAAAASAAAAAABSAAAAAAISAAAAAAFSAAAAAAHSAAAAAACSAAAAAAISAAAAAADSAAAAAAESAAAAAAHSAAAAAAESAAAAAACSAAAAAAFBAEAAAACSAAAAAAESAAAAAAISAAAAAAESAAAAAAFBAEAAAACBAEAAAACBAEAAAABBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAABBAEAAAABBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACBAEAAAACSAAAAAADSAAAAAAHSAAAAAAHSAAAAAACSAAAAAAISAAAAAAHSAAAAAAFSAAAAAACSAAAAAAHSAAAAAAESAAAAAAESAAAAAACSAAAAAADSAAAAAACSAAAAAAGSAAAAAAGSAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABDAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABDAAAAAAAVwAAAAAADAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAE version: 6 5,8: ind: 5,8 - tiles: GwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAVwAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAACDAAAAAAAVwAAAAAGVwAAAAAGVwAAAAAGVwAAAAAGVwAAAAADVwAAAAAEVwAAAAAEDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAFDAAAAAAAVwAAAAAEVwAAAAAFVwAAAAAFVwAAAAAGWQAAAAAHVwAAAAACVwAAAAABDAAAAAAAVwAAAAAGVwAAAAAGVwAAAAAHVwAAAAAHVwAAAAAEDAAAAAAAGwAAAAACDAAAAAAAVwAAAAABVwAAAAAEVwAAAAAGVwAAAAAEWQAAAAAEVwAAAAAHVwAAAAAGDAAAAAAAVwAAAAAEVwAAAAADWQAAAAAHVwAAAAACVwAAAAAEDAAAAAAAGwAAAAAGDAAAAAAAVwAAAAAHVwAAAAADVwAAAAADVwAAAAAFWQAAAAAHVwAAAAAGVwAAAAAGDAAAAAAAVwAAAAAFVwAAAAAGWQAAAAABVwAAAAAHVwAAAAAHDAAAAAAAGwAAAAAADAAAAAAAVwAAAAAGWQAAAAAGWQAAAAAHWQAAAAAGWQAAAAADWQAAAAAHDAAAAAAADAAAAAAADAAAAAAADAAAAAAAWQAAAAADDAAAAAAADAAAAAAADAAAAAAAGwAAAAABDAAAAAAAVwAAAAAEVwAAAAAFVwAAAAAHVwAAAAAHVwAAAAACWQAAAAAGDAAAAAAAVwAAAAAGVwAAAAAFDAAAAAAAWQAAAAAFVwAAAAAFVwAAAAAHDAAAAAAAGwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAWQAAAAAEDAAAAAAADAAAAAAAVwAAAAAHDAAAAAAAWQAAAAAGVwAAAAAEVwAAAAAGDAAAAAAAGwAAAAAGGwAAAAACGwAAAAAFDAAAAAAAVwAAAAACVwAAAAAFVwAAAAAGWQAAAAADVwAAAAACVwAAAAAHWQAAAAAHVwAAAAAHWQAAAAAEVwAAAAAGVwAAAAAGDAAAAAAAGwAAAAADGwAAAAABGwAAAAAGDAAAAAAAVwAAAAAEVwAAAAAHVwAAAAAGWQAAAAADWQAAAAACWQAAAAAFWQAAAAAGWQAAAAAHWQAAAAAHVwAAAAAFVwAAAAAEDAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAADAAAAAAAVwAAAAAHWQAAAAACWQAAAAAHWQAAAAABVwAAAAADVwAAAAAFVwAAAAAEWQAAAAAEVwAAAAAHDAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAADAAAAAAAVwAAAAAHWQAAAAAHVwAAAAAHVwAAAAACVwAAAAACVwAAAAAEVwAAAAAGWQAAAAAGWQAAAAACWQAAAAAFWQAAAAAFWQAAAAAFGwAAAAAGGwAAAAAEDAAAAAAADAAAAAAADAAAAAAAVwAAAAAFDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAWQAAAAACVwAAAAAHDAAAAAAAVwAAAAAEVwAAAAAHGwAAAAAEGwAAAAAGDAAAAAAAVwAAAAAGVwAAAAAFVwAAAAAFVwAAAAAFVwAAAAAHDAAAAAAAwAAAAAACDAAAAAAAWQAAAAAGVwAAAAAHDAAAAAAAVwAAAAAHVwAAAAAGPAAAAAAAPAAAAAACDAAAAAAAVwAAAAAGVwAAAAADVwAAAAAHVwAAAAAHVwAAAAACDAAAAAAAwAAAAAABDAAAAAAAWQAAAAAGVwAAAAAEDAAAAAAAVwAAAAAEVwAAAAAEDAAAAAAADAAAAAAADAAAAAAAVwAAAAADVwAAAAADVwAAAAAHVwAAAAAEVwAAAAAFDAAAAAAAwAAAAAABDAAAAAAAWQAAAAAFVwAAAAAHDAAAAAAADAAAAAAADAAAAAAA + tiles: GwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAVwAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAACDAAAAAAAVwAAAAAGVwAAAAAGVwAAAAAGVwAAAAAGVwAAAAADVwAAAAAEVwAAAAAEDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAFDAAAAAAAVwAAAAAEVwAAAAAFVwAAAAAFVwAAAAAGWQAAAAAHVwAAAAACVwAAAAABDAAAAAAAVwAAAAAGVwAAAAAGVwAAAAAHVwAAAAAHVwAAAAAEDAAAAAAAGwAAAAACDAAAAAAAVwAAAAABVwAAAAAEVwAAAAAGVwAAAAAEWQAAAAAEVwAAAAAHVwAAAAAGDAAAAAAAVwAAAAAEVwAAAAADWQAAAAAHVwAAAAACVwAAAAAEDAAAAAAAGwAAAAAGDAAAAAAAVwAAAAAHVwAAAAADVwAAAAADVwAAAAAFWQAAAAAHVwAAAAAGVwAAAAAGDAAAAAAAVwAAAAAFVwAAAAAGWQAAAAABVwAAAAAHVwAAAAAHDAAAAAAAGwAAAAAADAAAAAAAVwAAAAAGWQAAAAAGWQAAAAAHWQAAAAAGWQAAAAADWQAAAAAHDAAAAAAADAAAAAAADAAAAAAADAAAAAAAWQAAAAADDAAAAAAADAAAAAAADAAAAAAAGwAAAAABDAAAAAAAVwAAAAAEVwAAAAAFVwAAAAAHVwAAAAAHVwAAAAACWQAAAAAGDAAAAAAAVwAAAAAGVwAAAAAFDAAAAAAAWQAAAAAFVwAAAAAFVwAAAAAHDAAAAAAAGwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAWQAAAAAEDAAAAAAADAAAAAAAVwAAAAAHDAAAAAAAWQAAAAAGVwAAAAAEVwAAAAAGDAAAAAAAGwAAAAAGGwAAAAACGwAAAAAFDAAAAAAAVwAAAAACVwAAAAAFVwAAAAAGWQAAAAADVwAAAAACVwAAAAAHWQAAAAAHVwAAAAAHWQAAAAAEVwAAAAAGVwAAAAAGDAAAAAAAGwAAAAADGwAAAAABGwAAAAAGDAAAAAAAVwAAAAAEVwAAAAAHVwAAAAAGWQAAAAADWQAAAAACWQAAAAAFWQAAAAAGWQAAAAAHWQAAAAAHVwAAAAAFVwAAAAAEDAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAADAAAAAAAVwAAAAAHWQAAAAACWQAAAAAHWQAAAAABVwAAAAADVwAAAAAFVwAAAAAEWQAAAAAEVwAAAAAHDAAAAAAADAAAAAAADAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAADAAAAAAAVwAAAAAHWQAAAAAHVwAAAAAHVwAAAAACVwAAAAACVwAAAAAEVwAAAAAGWQAAAAAGWQAAAAACWQAAAAAFWQAAAAAFWQAAAAAFGwAAAAAGGwAAAAAEDAAAAAAADAAAAAAADAAAAAAAVwAAAAAFDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAWQAAAAACVwAAAAAHDAAAAAAAVwAAAAAEVwAAAAAHGwAAAAAEGwAAAAAGDAAAAAAAVwAAAAAGVwAAAAAFVwAAAAAFVwAAAAAFVwAAAAAHDAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGVwAAAAAHDAAAAAAAVwAAAAAHVwAAAAAGPAAAAAAAPAAAAAACDAAAAAAAVwAAAAAGVwAAAAADVwAAAAAHVwAAAAAHVwAAAAACDAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGVwAAAAAEDAAAAAAAVwAAAAAEVwAAAAAEDAAAAAAADAAAAAAADAAAAAAAVwAAAAADVwAAAAADVwAAAAAHVwAAAAAEVwAAAAAFDAAAAAAAGwAAAAAADAAAAAAAWQAAAAAFVwAAAAAHDAAAAAAADAAAAAAADAAAAAAA version: 6 5,9: ind: 5,9 - tiles: VwAAAAAHVwAAAAAHVwAAAAAFVwAAAAAHVwAAAAADVwAAAAAFVwAAAAAGVwAAAAAHDAAAAAAAwAAAAAABDAAAAAAAWQAAAAAGDAAAAAAADAAAAAAAVwAAAAAFVwAAAAADVwAAAAAGVwAAAAAGDAAAAAAAVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAAHVwAAAAAGDAAAAAAAwAAAAAADDAAAAAAAWQAAAAAGVwAAAAAFDAAAAAAADAAAAAAAVwAAAAAFDAAAAAAADAAAAAAADAAAAAAAVwAAAAABVwAAAAACVwAAAAAFVwAAAAABVwAAAAAEDAAAAAAAwAAAAAADDAAAAAAAWQAAAAAGWQAAAAAGVwAAAAAHDAAAAAAADAAAAAAAVwAAAAAGVwAAAAADVwAAAAAGVwAAAAAEVwAAAAABVwAAAAAFVwAAAAAHVwAAAAADDAAAAAAAwAAAAAACDAAAAAAAVwAAAAACWQAAAAAGWQAAAAADWQAAAAAFWQAAAAAGDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGVwAAAAAFVwAAAAAFWQAAAAADVwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFDAAAAAAADAAAAAAADAAAAAAAPAAAAAACWQAAAAAGDAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABDAAAAAAAVwAAAAAHVwAAAAADVwAAAAACWQAAAAAGVwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFDAAAAAAAVwAAAAAHVwAAAAAFVwAAAAAFVwAAAAADVwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEDAAAAAAAVwAAAAAHVwAAAAABDAAAAAAADAAAAAAADAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAC + tiles: VwAAAAAHVwAAAAAHVwAAAAAFVwAAAAAHVwAAAAADVwAAAAAFVwAAAAAGVwAAAAAHDAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGDAAAAAAADAAAAAAAVwAAAAAFVwAAAAADVwAAAAAGVwAAAAAGDAAAAAAAVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAAHVwAAAAAGDAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGVwAAAAAFDAAAAAAADAAAAAAAVwAAAAAFDAAAAAAADAAAAAAADAAAAAAAVwAAAAABVwAAAAACVwAAAAAFVwAAAAABVwAAAAAEDAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGWQAAAAAGVwAAAAAHDAAAAAAADAAAAAAAVwAAAAAGVwAAAAADVwAAAAAGVwAAAAAEVwAAAAABVwAAAAAFVwAAAAAHVwAAAAADDAAAAAAAGwAAAAAADAAAAAAAVwAAAAACWQAAAAAGWQAAAAADWQAAAAAFWQAAAAAGDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAADAAAAAAAWQAAAAAGVwAAAAAFVwAAAAAFWQAAAAADVwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFDAAAAAAADAAAAAAADAAAAAAAPAAAAAACWQAAAAAGDAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABDAAAAAAAVwAAAAAHVwAAAAADVwAAAAACWQAAAAAGVwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFDAAAAAAAVwAAAAAHVwAAAAAFVwAAAAAFVwAAAAADVwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEDAAAAAAAVwAAAAAHVwAAAAABDAAAAAAADAAAAAAADAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAC version: 6 5,10: ind: 5,10 @@ -485,7 +485,7 @@ entities: version: 6 6,7: ind: 6,7 - tiles: SAAAAAAHSAAAAAAISAAAAAAGSAAAAAAHSAAAAAAHSAAAAAAHSAAAAAACBAEAAAADBAEAAAADBAEAAAABOwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFSAAAAAAGSAAAAAAESAAAAAAHSAAAAAAISAAAAAAISAAAAAAESAAAAAAEBAEAAAACBAEAAAABBAEAAAADOwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAADBAEAAAACSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAESAAAAAAIBAEAAAACBAEAAAACBAEAAAADOwAAAAAAOwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABBAEAAAADSAAAAAAISAAAAAAGSAAAAAAISAAAAAAFSAAAAAAGBAEAAAACBAEAAAADBAEAAAACOwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAABBAEAAAADOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAESAAAAAAHSAAAAAAISAAAAAAGSAAAAAAESAAAAAAGOwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADSAAAAAAEOwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGSAAAAAAISAAAAAAHSAAAAAAEBAEAAAACSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFOwAAAAAAOwAAAAAASAAAAAACBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGOwAAAAAASAAAAAABBAEAAAACSAAAAAAFOwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAGOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFOwAAAAAASAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAG + tiles: SAAAAAAHSAAAAAAISAAAAAAGSAAAAAAHSAAAAAAHSAAAAAAHSAAAAAACBAEAAAADBAEAAAADBAEAAAABOwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFSAAAAAAGSAAAAAAESAAAAAAHSAAAAAAISAAAAAAISAAAAAAESAAAAAAEBAEAAAACBAEAAAABBAEAAAADOwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAADBAEAAAACSAAAAAAFSAAAAAAGSAAAAAAHSAAAAAAESAAAAAAIBAEAAAACBAEAAAACBAEAAAADOwAAAAAAOwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABBAEAAAADSAAAAAAISAAAAAAGSAAAAAAISAAAAAAFSAAAAAAGBAEAAAACBAEAAAADBAEAAAACOwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAABBAEAAAADOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAESAAAAAAHSAAAAAAISAAAAAAGSAAAAAAESAAAAAAGOwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADSAAAAAAEOwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGSAAAAAAISAAAAAAHSAAAAAAEBAEAAAACSAAAAAAIOwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFOwAAAAAAOwAAAAAASAAAAAACBAEAAAADSAAAAAAHOwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGOwAAAAAASAAAAAABBAEAAAACSAAAAAAFOwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADOwAAAAAASAAAAAAFDgAAAAAASAAAAAAGOwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAGOwAAAAAASAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFOwAAAAAASAAAAAAIBAEAAAADSAAAAAAGOwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAG version: 6 6,8: ind: 6,8 @@ -501,7 +501,7 @@ entities: version: 6 6,11: ind: 6,11 - tiles: GwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABAgAAAAAJAgAAAAAJAgAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEVwAAAAAEGwAAAAAGGwAAAAACGwAAAAADVwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGVwAAAAACVwAAAAAEVwAAAAAHVwAAAAACVwAAAAAFVgAAAAACVgAAAAAGVgAAAAAHVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAAFVwAAAAAFVwAAAAAGVwAAAAAHVwAAAAAGVwAAAAACVwAAAAAFcAAAAAAFcAAAAAADVwAAAAAHVgAAAAACVgAAAAABVgAAAAAFVwAAAAACcAAAAAAFcAAAAAAHVwAAAAAGawAAAAAGawAAAAAHawAAAAAEawAAAAAEVwAAAAAEVwAAAAAHAwEAAAAAAwEAAAAAAwEAAAAAawAAAAADawAAAAAGawAAAAAHAwEAAAAAAwEAAAAAAwEAAAAAVwAAAAAFawAAAAAHawAAAAAEawAAAAAHawAAAAAGVwAAAAADVwAAAAADAwEAAAAAAwEAAAAAAwEAAAAAawAAAAACawAAAAAFawAAAAADAwEAAAAAAwEAAAAAAwEAAAAAVwAAAAAHawAAAAABawAAAAAHawAAAAAGawAAAAACVwAAAAAFVwAAAAAHAwEAAAAAAwEAAAAAAwEAAAAAawAAAAAHawAAAAAGawAAAAACAwEAAAAAAwEAAAAAAwEAAAAAVwAAAAAEawAAAAAEawAAAAACawAAAAAGawAAAAAGVwAAAAADVwAAAAAEVwAAAAAGVwAAAAAHGwAAAAABawAAAAAGawAAAAACawAAAAAHGwAAAAAFVwAAAAAGVwAAAAAHVwAAAAAHVwAAAAAHawAAAAAFawAAAAAEawAAAAAEVwAAAAADVwAAAAAHVwAAAAAHVwAAAAAGVwAAAAAEVwAAAAAHVwAAAAAFVwAAAAAHVwAAAAADVwAAAAAFVwAAAAAFVwAAAAADVwAAAAAGawAAAAAGVwAAAAAGVwAAAAAGVwAAAAAGVwAAAAADVwAAAAAGVwAAAAAFVwAAAAAHVwAAAAADVwAAAAAEVwAAAAAFVwAAAAAGVwAAAAABVwAAAAAFVwAAAAAEVwAAAAAHawAAAAAFawAAAAAHVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAFVwAAAAABVwAAAAAHVwAAAAAFVwAAAAAGVwAAAAADVwAAAAAGVwAAAAAHVwAAAAACVwAAAAAEVwAAAAAHawAAAAAHawAAAAAFVwAAAAAGVwAAAAAFVwAAAAAGVwAAAAAFVwAAAAAFVwAAAAAGVwAAAAAGVwAAAAADVwAAAAABVwAAAAAFVwAAAAACVwAAAAAGVwAAAAAFVwAAAAADBgAAAAAABgAAAAAAVwAAAAAHVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAFVwAAAAACVwAAAAAFAwAAAAADVwAAAAACVwAAAAADVwAAAAAGVwAAAAAFVwAAAAAHVwAAAAAGawAAAAAGawAAAAAF2AAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFVwAAAAAHVwAAAAAHAwAAAAAGVwAAAAAFVwAAAAAGAwAAAAAAVwAAAAAFVwAAAAAFVwAAAAACVwAAAAAEVwAAAAAGVwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEVwAAAAAFAwAAAAAHAwAAAAAGAwAAAAAGVwAAAAAGBgAAAAAABgAAAAAABgAAAAAABgAAAAAAVwAAAAAHAwAAAAAFAwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADVwAAAAAEAwAAAAAAAwAAAAAGAwAAAAAEAwAAAAAHBAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAHAwAAAAAHAwAAAAAH + tiles: GwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABAgAAAAAJAgAAAAAJAgAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEVwAAAAAEGwAAAAAGGwAAAAACGwAAAAADVwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGVwAAAAACVwAAAAAEVwAAAAAHVwAAAAACVwAAAAAFVgAAAAACVgAAAAAGVgAAAAAHVgAAAAAAVwAAAAAHVwAAAAAEVwAAAAAFVwAAAAAFVwAAAAAGVwAAAAAHVwAAAAAGVwAAAAACVwAAAAAFcAAAAAAFcAAAAAADVwAAAAAHVgAAAAACVgAAAAABVgAAAAAFVgAAAAAAcAAAAAAFcAAAAAAHcAAAAAAAVwAAAAAAawAAAAAHawAAAAAEawAAAAAEVwAAAAAEVwAAAAAHAwEAAAAAAwEAAAAAAwEAAAAAawAAAAADawAAAAAGawAAAAAHawAAAAAAAwEAAAAAAwEAAAAAAwEAAAAAVwAAAAAAawAAAAAEawAAAAAHawAAAAAGVwAAAAADVwAAAAADAwEAAAAAAwEAAAAAAwEAAAAAawAAAAACawAAAAAFawAAAAADawAAAAAAAwEAAAAAAwEAAAAAAwEAAAAAVwAAAAAAawAAAAAHawAAAAAGawAAAAACVwAAAAAFVwAAAAAHAwEAAAAAAwEAAAAAAwEAAAAAawAAAAAHawAAAAAGawAAAAACawAAAAAAAwEAAAAAAwEAAAAAAwEAAAAAVwAAAAAAawAAAAACawAAAAAGawAAAAAGVwAAAAADVwAAAAAEVwAAAAAGVwAAAAAHGwAAAAABawAAAAAGawAAAAACawAAAAAHawAAAAAAVwAAAAAGVwAAAAAHVwAAAAAHVwAAAAAHawAAAAAFawAAAAAEawAAAAAEVwAAAAADVwAAAAAHVwAAAAAHVwAAAAAGVwAAAAAEVwAAAAAHVwAAAAAFVwAAAAAHVwAAAAADVwAAAAAFVwAAAAAFVwAAAAADVwAAAAAGawAAAAAGVwAAAAAGVwAAAAAGVwAAAAAGVwAAAAADVwAAAAAGVwAAAAAFVwAAAAAHVwAAAAADVwAAAAAEVwAAAAAFVwAAAAAGVwAAAAABVwAAAAAFVwAAAAAEVwAAAAAHawAAAAAFawAAAAAHVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAFVwAAAAABVwAAAAAHVwAAAAAFVwAAAAAGVwAAAAADVwAAAAAGVwAAAAAHVwAAAAACVwAAAAAEVwAAAAAHawAAAAAHawAAAAAFVwAAAAAGVwAAAAAFVwAAAAAGVwAAAAAFVwAAAAAFVwAAAAAGVwAAAAAGVwAAAAADVwAAAAABVwAAAAAFVwAAAAACVwAAAAAGVwAAAAAFVwAAAAADBgAAAAAABgAAAAAAVwAAAAAHVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAFVwAAAAACVwAAAAAFAwAAAAADVwAAAAACVwAAAAADVwAAAAAGVwAAAAAFVwAAAAAHVwAAAAAGawAAAAAGawAAAAAF2AAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFVwAAAAAHVwAAAAAHAwAAAAAGVwAAAAAFVwAAAAAGAwAAAAAAVwAAAAAFVwAAAAAFVwAAAAACVwAAAAAEVwAAAAAGVwAAAAAGGwAAAAAGVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAFAwAAAAAHAwAAAAAGAwAAAAAGVwAAAAAGBgAAAAAABgAAAAAABgAAAAAABgAAAAAAVwAAAAAHAwAAAAAFAwAAAAAGGwAAAAACVwAAAAAABAAAAAAABAAAAAAAVwAAAAAEAwAAAAAAAwAAAAAGAwAAAAAEAwAAAAAHBAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAHAwAAAAAHAwAAAAAH version: 6 7,6: ind: 7,6 @@ -525,7 +525,7 @@ entities: version: 6 7,11: ind: 7,11 - tiles: GwAAAAAEwAAAAAACAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAACAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAEwAAAAAACGwAAAAACGwAAAAAGGwAAAAAEVwAAAAACVwAAAAAGAgEAAAAAAgEAAAAAVwAAAAAEVwAAAAAHAwAAAAAGAwAAAAAFAwAAAAAHAwAAAAAHAwAAAAAFVwAAAAAGwAAAAAABGwAAAAAGGwAAAAAFGwAAAAAEVwAAAAAHBwAAAAAGBwAAAAAGBwAAAAACBwAAAAAF2AAAAAAAAwAAAAAGBAAAAAAEBAAAAAAHBAAAAAAFBAAAAAAEVwAAAAAFwAAAAAACGwAAAAABGwAAAAAGGwAAAAADVwAAAAACBwAAAAADBwAAAAAHBwAAAAAEBwAAAAACBwAAAAAFBAAAAAAHBAAAAAAFBAAAAAAFBAAAAAAGBAAAAAABVwAAAAACwAAAAAABGwAAAAAFGwAAAAAEGwAAAAAAVwAAAAAGBwAAAAAEBwAAAAAGBwAAAAABBwAAAAAFVwAAAAAGAwAAAAADBAAAAAACBAAAAAAFBAAAAAAFBAAAAAAFVwAAAAADwAAAAAACGwAAAAAFGwAAAAAFGwAAAAABVwAAAAAHVwAAAAAGVwAAAAAGVwAAAAACVwAAAAAHVwAAAAABAwAAAAAHBAAAAAAHBAAAAAAGBAAAAAADBAAAAAAHVwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFVwAAAAADBwAAAAAGBwAAAAAGBwAAAAAGBwAAAAAGVwAAAAAHAwAAAAAGBAAAAAAFBwAAAAADawAAAAAGBAAAAAAGVwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFVwAAAAAHBwAAAAAHBwAAAAAGBwAAAAABBwAAAAADBwAAAAAHBAAAAAAHBAAAAAAEBAAAAAAFBAAAAAAGBAAAAAAGVwAAAAACVwAAAAAFVwAAAAAFVwAAAAAEVwAAAAAEVwAAAAADBwAAAAAEBwAAAAAHBwAAAAAHBwAAAAAFVwAAAAAEAwAAAAAFBAAAAAAGBAAAAAAHBAAAAAAGBAAAAAADGwAAAAADVwAAAAAHVgAAAAAGVwAAAAAFBwAAAAAEVwAAAAAGVwAAAAACVwAAAAAGVwAAAAAGVwAAAAAHVwAAAAAGAwAAAAAHBAAAAAAGBwAAAAAGBwAAAAAHBAAAAAADGwAAAAAFVwAAAAAFBwAAAAAEVwAAAAAGBwAAAAAFVwAAAAAEBwAAAAAGBwAAAAADBwAAAAADBwAAAAAFVwAAAAAFAwAAAAADBAAAAAAHBAAAAAAGBAAAAAAEBAAAAAAFGwAAAAACVwAAAAAFBwAAAAAHBwAAAAAHBwAAAAAHVwAAAAAHBwAAAAAGBwAAAAAFBwAAAAAHBwAAAAAGBwAAAAADBAAAAAACBAAAAAACBAAAAAADBAAAAAADBAAAAAAGGwAAAAAGVwAAAAAHBwAAAAAEBwAAAAAFBwAAAAACVwAAAAAFBwAAAAAGBwAAAAAGBwAAAAAEBwAAAAAHVwAAAAACAwAAAAAHBAAAAAADBAAAAAAEBAAAAAAHBAAAAAADVwAAAAAHVwAAAAAGVwAAAAAEBwAAAAADVwAAAAAGVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAGVwAAAAAHVwAAAAAGAwAAAAAHBAAAAAAGBAAAAAAHBAAAAAAHBAAAAAABAwAAAAAEAwAAAAABAwAAAAAHAwAAAAAHAwAAAAAEAwAAAAADBAAAAAAGBAAAAAAGBAAAAAAEBAAAAAACAwAAAAADAwAAAAAHAwAAAAAHAwAAAAAEAwAAAAAGAwAAAAAGAwAAAAACAwAAAAAHAwAAAAAEAwAAAAAEAwAAAAADAwAAAAADVwAAAAAGBAAAAAAHBAAAAAAGBAAAAAAGAwAAAAAHAwAAAAAFAwAAAAAHAwAAAAACAwAAAAAHAwAAAAAE + tiles: GwAAAAAEwAAAAAACAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAACAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAEwAAAAAACGwAAAAACGwAAAAAGGwAAAAAEVwAAAAACVwAAAAAGAgEAAAAAAgEAAAAAVwAAAAAEVwAAAAAHAwAAAAAGAwAAAAAFAwAAAAAHAwAAAAAHAwAAAAAFVwAAAAAGwAAAAAABGwAAAAAGGwAAAAAFGwAAAAAEVwAAAAAHBwAAAAAGBwAAAAAGBwAAAAACBwAAAAAF2AAAAAAAAwAAAAAGBAAAAAAEBAAAAAAHBAAAAAAFBAAAAAAEVwAAAAAFwAAAAAACGwAAAAABGwAAAAAGGwAAAAADVwAAAAACBwAAAAADBwAAAAAHBwAAAAAEBwAAAAACBwAAAAAFBAAAAAAHBAAAAAAFBAAAAAAFBAAAAAAGBAAAAAABVwAAAAACwAAAAAABGwAAAAAFGwAAAAAEGwAAAAAAVwAAAAAGBwAAAAAEBwAAAAAGBwAAAAABBwAAAAAFVwAAAAAGAwAAAAADBAAAAAACBAAAAAAFBAAAAAAFBAAAAAAFVwAAAAADwAAAAAACGwAAAAAFGwAAAAAFGwAAAAABVwAAAAAHVwAAAAAGVwAAAAAGVwAAAAACVwAAAAAHVwAAAAABAwAAAAAHBAAAAAAHBAAAAAAGBAAAAAADBAAAAAAHVwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFVwAAAAADBwAAAAAGBwAAAAAGBwAAAAAGBwAAAAAGVwAAAAAHAwAAAAAGBAAAAAAFBwAAAAADawAAAAAGBAAAAAAGVwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFVwAAAAAHBwAAAAAHBwAAAAAGBwAAAAABBwAAAAADBwAAAAAHBAAAAAAHBAAAAAAEBAAAAAAFBAAAAAAGBAAAAAAGVwAAAAACVwAAAAAFVwAAAAAFVwAAAAAEVwAAAAAEVwAAAAADBwAAAAAEBwAAAAAHBwAAAAAHBwAAAAAFVwAAAAAEAwAAAAAFBAAAAAAGBAAAAAAHBAAAAAAGBAAAAAADGwAAAAADVwAAAAAHVgAAAAAGVgAAAAAABwAAAAAAVwAAAAAGVwAAAAACVwAAAAAGVwAAAAAGVwAAAAAHVwAAAAAGAwAAAAAHBAAAAAAGBwAAAAAGBwAAAAAHBAAAAAADGwAAAAAFVwAAAAAFBwAAAAAEVwAAAAAGBwAAAAAFVwAAAAAEBwAAAAAGBwAAAAADBwAAAAADBwAAAAAFVwAAAAAFAwAAAAADBAAAAAAHBAAAAAAGBAAAAAAEBAAAAAAFGwAAAAACVwAAAAAFBwAAAAAHBwAAAAAHBwAAAAAHVwAAAAAHBwAAAAAGBwAAAAAFBwAAAAAHBwAAAAAGBwAAAAADBAAAAAACBAAAAAACBAAAAAADBAAAAAADBAAAAAAGGwAAAAAGVwAAAAAHBwAAAAAEBwAAAAAFBwAAAAACVwAAAAAFBwAAAAAGBwAAAAAGBwAAAAAEBwAAAAAHVwAAAAACAwAAAAAHBAAAAAADBAAAAAAEBAAAAAAHBAAAAAADVwAAAAAHVwAAAAAGVwAAAAAEBwAAAAADVwAAAAAGVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAGVwAAAAAHVwAAAAAGAwAAAAAHBAAAAAAGBAAAAAAHBAAAAAAHBAAAAAABAwAAAAAEAwAAAAABAwAAAAAHAwAAAAAHAwAAAAAEAwAAAAADBAAAAAAGBAAAAAAGBAAAAAAEBAAAAAACAwAAAAADAwAAAAAHAwAAAAAHAwAAAAAEAwAAAAAGAwAAAAAGAwAAAAACAwAAAAAHAwAAAAAEAwAAAAAEAwAAAAADAwAAAAADVwAAAAAGBAAAAAAHBAAAAAAGBAAAAAAGAwAAAAAHAwAAAAAFAwAAAAAHAwAAAAACAwAAAAAHAwAAAAAE version: 6 8,6: ind: 8,6 @@ -553,11 +553,11 @@ entities: version: 6 8,12: ind: 8,12 - tiles: VwAAAAAHVwAAAAAFVwAAAAAHVwAAAAAFBAAAAAADBAAAAAAGawAAAAADCAAAAAABCAAAAAAFCAAAAAAGCAAAAAACVwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAACVwAAAAAEBAAAAAAHBAAAAAAFawAAAAABCAAAAAADCAAAAAAGCAAAAAAECAAAAAAEVwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAADBAAAAAACBAAAAAAFBAAAAAADawAAAAAGCAAAAAAGCAAAAAAGCAAAAAAECAAAAAAEVwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAAFawAAAAAFCAAAAAAFCAAAAAAFCAAAAAAHCAAAAAAFCAAAAAADCAAAAAAHCAAAAAAFVwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAAEVwAAAAAGCAAAAAAECAAAAAAGCAAAAAAECAAAAAAHCAAAAAAFCAAAAAAFCAAAAAAGVwAAAAADAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAABCAAAAAADCAAAAAAGCAAAAAAECAAAAAAECAAAAAAGCAAAAAAGCAAAAAACVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAABBAAAAAAFVwAAAAACCAAAAAAGCAAAAAAFCAAAAAAHCAAAAAAHCAAAAAAHCAAAAAADCAAAAAACCAAAAAAFVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAHBAAAAAAGVwAAAAAGCAAAAAAFCAAAAAADCAAAAAABCAAAAAAGCAAAAAAFCAAAAAADCAAAAAABCAAAAAAGVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAFBAAAAAAHVwAAAAAFCAAAAAAHCAAAAAAHCAAAAAAGCAAAAAAFCAAAAAAHCAAAAAABCAAAAAAGCAAAAAAGVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAEBAAAAAAGVwAAAAAGCAAAAAAECAAAAAAECAAAAAAECAAAAAAGCAAAAAACCAAAAAAHCAAAAAACCAAAAAAGVwAAAAAHAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAAVwAAAAAHVwAAAAAFVwAAAAAFAwAAAAABAwAAAAAFawAAAAAHawAAAAAFawAAAAAEawAAAAACawAAAAAFVwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAAVwAAAAAFBgAAAAAAAwAAAAAEAwAAAAAFAwAAAAAFAwAAAAAGAwAAAAAFAwAAAAAEAwAAAAAHVwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAAVwAAAAAFBgAAAAAAAwAAAAAEAwAAAAAHAwAAAAAFVwAAAAAGAwAAAAAHAwAAAAAHAwAAAAAHVwAAAAAGVwAAAAAHVwAAAAAFAgEAAAAAAgEAAAAAVwAAAAACVwAAAAADVwAAAAACVwAAAAAHAwAAAAAHAwAAAAADVwAAAAAGVwAAAAAGBAAAAAAHAwAAAAAFBAAAAAAHBAAAAAAGVwAAAAACVwAAAAAGVwAAAAAFVwAAAAAEBAAAAAAFBAAAAAAEBAAAAAAHBAAAAAAGAwAAAAAFAwAAAAACVwAAAAAEawAAAAAGawAAAAAFawAAAAAFawAAAAAFCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAADBAAAAAABBAAAAAACBAAAAAADAwAAAAAAAwAAAAAHVwAAAAAHawAAAAAFawAAAAAFawAAAAAEawAAAAAFawAAAAAGBAAAAAAHCwAAAAAABgAAAAAACwAAAAAA + tiles: VwAAAAAHVwAAAAAFVwAAAAAHVwAAAAAFBAAAAAADBAAAAAAGawAAAAADCAAAAAABCAAAAAAFCAAAAAAGCAAAAAACVwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAACVwAAAAAEBAAAAAAHBAAAAAAFawAAAAABCAAAAAADCAAAAAAGCAAAAAAECAAAAAAEVwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAADBAAAAAACBAAAAAAFBAAAAAADawAAAAAGCAAAAAAGCAAAAAAGCAAAAAAECAAAAAAEVwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAAFawAAAAAFCAAAAAAFCAAAAAAFCAAAAAAHCAAAAAAFCAAAAAADCAAAAAAHCAAAAAAFVwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACQAAAAAACQAAAAAABAAAAAAEVwAAAAAGCAAAAAAECAAAAAAGCAAAAAAECAAAAAAHCAAAAAAFCAAAAAAFCAAAAAAGVwAAAAADAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAABCAAAAAADCAAAAAAGCAAAAAAECAAAAAAECAAAAAAGCAAAAAAGCAAAAAACAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAABBAAAAAAFVwAAAAACCAAAAAAGCAAAAAAFCAAAAAAHCAAAAAAHCAAAAAAHCAAAAAADCAAAAAACCAAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAHBAAAAAAGVwAAAAAGCAAAAAAFCAAAAAADCAAAAAABCAAAAAAGCAAAAAAFCAAAAAADCAAAAAABCAAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAFBAAAAAAHVwAAAAAFCAAAAAAHCAAAAAAHCAAAAAAGCAAAAAAFCAAAAAAHCAAAAAABCAAAAAAGCAAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAEBAAAAAAGVwAAAAAGCAAAAAAECAAAAAAECAAAAAAECAAAAAAGCAAAAAACCAAAAAAHCAAAAAACCAAAAAAGVwAAAAAHAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAAVwAAAAAHVwAAAAAFVwAAAAAFAwAAAAABAwAAAAAFawAAAAAHawAAAAAFawAAAAAEawAAAAACawAAAAAFVwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAAVwAAAAAFBgAAAAAAAwAAAAAEAwAAAAAFAwAAAAAFAwAAAAAGAwAAAAAFAwAAAAAEAwAAAAAHVwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAAVwAAAAAFBgAAAAAAAwAAAAAEAwAAAAAHAwAAAAAFVwAAAAAGAwAAAAAHAwAAAAAHAwAAAAAHVwAAAAAGVwAAAAAHVwAAAAAFAgEAAAAAAgEAAAAAVwAAAAACVwAAAAADVwAAAAACVwAAAAAHAwAAAAAHAwAAAAADVwAAAAAGVwAAAAAGVwAAAAAAVwAAAAAAVwAAAAAABAAAAAAGVwAAAAACVwAAAAAGVwAAAAAFVwAAAAAEBAAAAAAFBAAAAAAEBAAAAAAHBAAAAAAGAwAAAAAFAwAAAAACVwAAAAAEawAAAAAGawAAAAAFawAAAAAFawAAAAAFCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAADBAAAAAABBAAAAAACBAAAAAADAwAAAAAAAwAAAAAHVwAAAAAHawAAAAAFawAAAAAFawAAAAAEawAAAAAFawAAAAAGBAAAAAAHCwAAAAAABgAAAAAACwAAAAAA version: 6 8,13: ind: 8,13 - tiles: BAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAHawAAAAAHawAAAAAFawAAAAACawAAAAAHawAAAAAGBAAAAAAGCwAAAAAABgAAAAAACwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAVwAAAAAEawAAAAAEawAAAAACawAAAAAGawAAAAAGCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAFVwAAAAAHAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAACVwAAAAAFVwAAAAAEVwAAAAAHVwAAAAACBAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAFVwAAAAAGVwAAAAAGAgEAAAAAAgEAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAA + tiles: VwAAAAAABAAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAHawAAAAAHawAAAAAFawAAAAACawAAAAAHawAAAAAGBAAAAAAGCwAAAAAABgAAAAAACwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAVwAAAAAEawAAAAAEawAAAAACawAAAAAGawAAAAAGCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAFVwAAAAAHAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAACVwAAAAAFVwAAAAAEVwAAAAAHVwAAAAACBAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAFVwAAAAAGVwAAAAAGAgEAAAAAAgEAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAVwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAABAAAAAAABAAAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAVwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAA version: 6 8,14: ind: 8,14 @@ -569,11 +569,11 @@ entities: version: 6 7,12: ind: 7,12 - tiles: VwAAAAAFVwAAAAAGVwAAAAADVwAAAAADVwAAAAAEVwAAAAADVwAAAAABVwAAAAAFVwAAAAADBAAAAAAHVwAAAAAFVwAAAAAHVwAAAAACVwAAAAAFVwAAAAAFVwAAAAAHVwAAAAAFAwAAAAAEAwAAAAAGAwAAAAAHAwAAAAAHAwAAAAADAwAAAAAGVwAAAAADBAAAAAAEBAAAAAAGBAAAAAACVwAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAEAwAAAAAFawAAAAAHawAAAAAGawAAAAAFawAAAAAGAwAAAAACawAAAAABBAAAAAAFBAAAAAAEBAAAAAAGVwAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAGAwAAAAAGawAAAAAHawAAAAAFawAAAAAHawAAAAAHAwAAAAAGVwAAAAADBAAAAAACBAAAAAAEBAAAAAAGVwAAAAAGCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAFAwAAAAAHawAAAAAFawAAAAAHawAAAAAFawAAAAAFAwAAAAAGVwAAAAACBgAAAAAAAwAAAAAGAwAAAAACVwAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAFAwAAAAAEawAAAAAEawAAAAAHawAAAAAHawAAAAAGAwAAAAAGVwAAAAAFBgAAAAAAAwAAAAAGAwAAAAAGVwAAAAAFAwAAAAAHBwAAAAADAwAAAAAHVwAAAAAEVwAAAAAEAwAAAAAGAwAAAAAHAwAAAAAHAwAAAAAHAwAAAAAEAwAAAAAGVwAAAAAEBgAAAAAAAwAAAAAGAwAAAAADVwAAAAAHCQAAAAAACQAAAAAACQAAAAAAVwAAAAAGVwAAAAAHVwAAAAAGVwAAAAAHVwAAAAAEVwAAAAAHVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAAGAwAAAAAGAwAAAAAEVwAAAAACCQAAAAAACQAAAAAACQAAAAAAawAAAAABCgAAAAAACgAAAAAACgAAAAAGCgAAAAAGCgAAAAAFCgAAAAACCgAAAAAHCgAAAAAEAwAAAAAGAwAAAAAHAwAAAAAHVwAAAAACCQAAAAAACQAAAAAACQAAAAAAVwAAAAAHCgAAAAAACgAAAAAACgAAAAAGCgAAAAAGCgAAAAADCgAAAAAFCgAAAAAHVwAAAAAEAwAAAAAFAwAAAAAHAwAAAAACVwAAAAAFCQAAAAAACQAAAAAACQAAAAAAVwAAAAAFCgAAAAAACgAAAAAACgAAAAAFCgAAAAAHCgAAAAAGCgAAAAAHVwAAAAADVwAAAAAEVwAAAAAGAwAAAAAGAwAAAAAHVwAAAAAFVwAAAAABAgEAAAAAAgEAAAAAVwAAAAADCgAAAAAACgAAAAAACgAAAAAGCgAAAAAGCgAAAAAHCgAAAAAHVwAAAAACGwAAAAAEVwAAAAAHAwAAAAAEAwAAAAAGVwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACgAAAAAACgAAAAAACgAAAAADCgAAAAADCgAAAAADCgAAAAAHVwAAAAADGwAAAAACVwAAAAAGAwAAAAADAwAAAAAGVwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAVwAAAAAHVwAAAAAFVwAAAAAGVwAAAAAGAwAAAAAFAwAAAAADVwAAAAADVwAAAAAEVwAAAAAFVwAAAAAHVwAAAAADCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAVwAAAAABBAAAAAAFBAAAAAAFBAAAAAAHAwAAAAADAwAAAAABBAAAAAAGBAAAAAAEBAAAAAAGBAAAAAADBAAAAAAECgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAVwAAAAAFBAAAAAAEBAAAAAAGBAAAAAAGAwAAAAAHAwAAAAABBAAAAAAGBAAAAAAGBAAAAAADBAAAAAADBAAAAAAH + tiles: VwAAAAAFVwAAAAAGVwAAAAADVwAAAAADVwAAAAAEVwAAAAADVwAAAAABVwAAAAAFVwAAAAADBAAAAAAHVwAAAAAFVwAAAAAHVwAAAAACVwAAAAAFVwAAAAAFVwAAAAAHVwAAAAAFAwAAAAAEAwAAAAAGAwAAAAAHAwAAAAAHAwAAAAADAwAAAAAGVwAAAAADBAAAAAAEBAAAAAAGBAAAAAACVwAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAEAwAAAAAFawAAAAAHawAAAAAGawAAAAAFawAAAAAGAwAAAAACawAAAAABBAAAAAAFBAAAAAAEBAAAAAAGVwAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAGAwAAAAAGawAAAAAHawAAAAAFawAAAAAHawAAAAAHAwAAAAAGVwAAAAADBAAAAAACBAAAAAAEBAAAAAAGVwAAAAAGCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAFAwAAAAAHawAAAAAFawAAAAAHawAAAAAFawAAAAAFAwAAAAAGVwAAAAACBgAAAAAAAwAAAAAGAwAAAAACVwAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAAVwAAAAAFAwAAAAAEawAAAAAEawAAAAAHawAAAAAHawAAAAAGAwAAAAAGVwAAAAAFBgAAAAAAAwAAAAAGAwAAAAAGVwAAAAAFAwAAAAAHawAAAAAAAwAAAAAHVwAAAAAEVwAAAAAEAwAAAAAGAwAAAAAHAwAAAAAHAwAAAAAHAwAAAAAEAwAAAAAGVwAAAAAEBgAAAAAAAwAAAAAGAwAAAAADVwAAAAAHCQAAAAAACQAAAAAACQAAAAAAVwAAAAAGVwAAAAAHVwAAAAAGVwAAAAAHVwAAAAAEVwAAAAAHVwAAAAAHVwAAAAAHVwAAAAAEVwAAAAAGAwAAAAAGAwAAAAAEVwAAAAACCQAAAAAACQAAAAAACQAAAAAAawAAAAABGwAAAAAAVwAAAAAACgAAAAAGCgAAAAAGCgAAAAAFCgAAAAACCgAAAAAHCgAAAAAEAwAAAAAGAwAAAAAHAwAAAAAHVwAAAAACCQAAAAAACQAAAAAACQAAAAAAVwAAAAAHGwAAAAAAVwAAAAAACgAAAAAGCgAAAAAGCgAAAAADCgAAAAAFCgAAAAAHVwAAAAAEAwAAAAAFAwAAAAAHAwAAAAACVwAAAAAFCQAAAAAACQAAAAAACQAAAAAAVwAAAAAFGwAAAAAAVwAAAAAACgAAAAAFCgAAAAAHCgAAAAAGCgAAAAAHVwAAAAADVwAAAAAEVwAAAAAGAwAAAAAGAwAAAAAHVwAAAAAFVwAAAAABAgEAAAAAAgEAAAAAVwAAAAADGwAAAAAAVwAAAAAACgAAAAAGCgAAAAAGCgAAAAAHCgAAAAAHVwAAAAACGwAAAAAEVwAAAAAHAwAAAAAEAwAAAAAGVwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAAVwAAAAAACgAAAAADCgAAAAADCgAAAAADCgAAAAAHVwAAAAADGwAAAAACVwAAAAAGAwAAAAADAwAAAAAGVwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAAVwAAAAAACgAAAAAACgAAAAAACgAAAAAAVwAAAAAHVwAAAAAFVwAAAAAGVwAAAAAGAwAAAAAFAwAAAAADVwAAAAADVwAAAAAEVwAAAAAFVwAAAAAHVwAAAAADGwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAABBAAAAAAFBAAAAAAFBAAAAAAHAwAAAAADAwAAAAABBAAAAAAGBAAAAAAEBAAAAAAGBAAAAAADBAAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVwAAAAAFBAAAAAAEBAAAAAAGBAAAAAAGAwAAAAAHAwAAAAABBAAAAAAGBAAAAAAGBAAAAAADBAAAAAADBAAAAAAH version: 6 7,13: ind: 7,13 - tiles: VwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAEBAAAAAAEVwAAAAABVwAAAAAFVwAAAAAGVwAAAAAEVwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAGwAAAAAEGwAAAAAEGwAAAAADVwAAAAABVwAAAAAGVwAAAAADAwAAAAACAwAAAAAGVwAAAAAGGwAAAAAEGwAAAAAFVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAABGwAAAAABGwAAAAAEVwAAAAAHBAAAAAAEAwAAAAAEAwAAAAAHAwAAAAAHVwAAAAAHGwAAAAAEGwAAAAAEVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFVwAAAAAEAwAAAAAGAwAAAAAHAwAAAAADAwAAAAAGVwAAAAAFGwAAAAACGwAAAAAFVwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAGwAAAAAEGwAAAAABGwAAAAAGVwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEVwAAAAAHGwAAAAADGwAAAAAGVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAACVwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVwAAAAAEBAAAAAAEVwAAAAABVwAAAAAFVwAAAAAGVwAAAAAEVwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAGwAAAAAEGwAAAAAEGwAAAAADVwAAAAABVwAAAAAGVwAAAAADAwAAAAACAwAAAAAGVwAAAAAGGwAAAAAEGwAAAAAFVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAABGwAAAAABGwAAAAAEVwAAAAAHBAAAAAAEAwAAAAAEAwAAAAAHAwAAAAAHVwAAAAAHGwAAAAAEGwAAAAAEVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFVwAAAAAEBAAAAAAAAwAAAAAHAwAAAAADAwAAAAAGVwAAAAAFGwAAAAACGwAAAAAFVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAGwAAAAAEGwAAAAABGwAAAAAGVwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEVwAAAAAHGwAAAAADGwAAAAAGVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGVwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAA version: 6 7,14: ind: 7,14 @@ -585,31 +585,31 @@ entities: version: 6 6,12: ind: 6,12 - tiles: GwAAAAADGwAAAAAGGwAAAAAGGwAAAAABVwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAABAwAAAAAFAwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEVwAAAAAHVwAAAAAHVwAAAAAFAwAAAAAAVwAAAAAGBAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAHVwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGVwAAAAAAVwAAAAAAVwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACVwAAAAAACgAAAAAACgAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFVwAAAAAACgAAAAAACgAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAADVwAAAAAACgAAAAAACgAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEVwAAAAAACgAAAAAACgAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFVwAAAAAACgAAAAAACgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGVwAAAAAACgAAAAAACgAAAAAASAAAAAAISAAAAAAFSAAAAAAFSAAAAAAFSAAAAAAISAAAAAAGSAAAAAAHSAAAAAAISAAAAAAISAAAAAAISAAAAAAEOwAAAAAAGwAAAAADVwAAAAAACgAAAAAACgAAAAAABAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAABBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAEVwAAAAAACgAAAAAACgAAAAAA + tiles: GwAAAAADVwAAAAAABAAAAAAABAAAAAAAVwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAABAwAAAAAFAwAAAAAFGwAAAAADVwAAAAAABAAAAAAABAAAAAAAVwAAAAAHVwAAAAAHVwAAAAAFAwAAAAAAVwAAAAAGVwAAAAAABAAAAAAABAAAAAAAAwAAAAAAAwAAAAAAVwAAAAAHVwAAAAAGGwAAAAAAVwAAAAAABAAAAAAABAAAAAAAVwAAAAAAAwAAAAAAAwAAAAAALgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAGwAAAAAEGwAAAAAGLgAAAAAALgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADAwAAAAAALgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADLgAAAAAALgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAVwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADAwAAAAAALgAAAAAAAwAAAAAALgAAAAAAAwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAASAAAAAAISAAAAAAFSAAAAAAFSAAAAAAFSAAAAAAISAAAAAAGSAAAAAAHSAAAAAAISAAAAAAISAAAAAAISAAAAAAEOwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAABAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAABBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAA version: 6 6,13: ind: 6,13 - tiles: BAEAAAACSAAAAAADSAAAAAAGSAAAAAAESAAAAAAISAAAAAAHSAAAAAAISAAAAAAHSAAAAAAGSAAAAAAESAAAAAAHOwAAAAAAGwAAAAAFVwAAAAAAVwAAAAAAVwAAAAAABAEAAAADSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGBAEAAAADSAAAAAAFSAAAAAAGOwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACBAEAAAACBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAESAAAAAAEBAEAAAADSAAAAAAEOwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAASAAAAAACBAEAAAACSAAAAAACOwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAESAAAAAAHBAEAAAACSAAAAAAFOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACSAAAAAAEBAEAAAADSAAAAAACOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAACSAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAGSAAAAAAFBAEAAAACSAAAAAAHOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAACSAAAAAACBAEAAAADSAAAAAAIOwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAADSAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACSAAAAAACBAEAAAABSAAAAAAEOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAESAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABBAEAAAACBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAF + tiles: BAEAAAACSAAAAAADSAAAAAAGSAAAAAAESAAAAAAISAAAAAAHSAAAAAAISAAAAAAHSAAAAAAGSAAAAAAESAAAAAAHOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAABAEAAAADSAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEBAEAAAADSAAAAAAGOwAAAAAAOwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGBAEAAAADSAAAAAAFSAAAAAAGOwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACBAEAAAACBAEAAAADSAAAAAAEOwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAESAAAAAAEBAEAAAADSAAAAAAEOwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAASAAAAAACBAEAAAACSAAAAAACOwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAESAAAAAAHBAEAAAACSAAAAAAFOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACSAAAAAAEBAEAAAADSAAAAAACOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAACSAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAGSAAAAAAFBAEAAAACSAAAAAAHOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAACSAAAAAACBAEAAAADSAAAAAAIOwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAADSAAAAAAGBAEAAAADSAAAAAAHOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACSAAAAAACBAEAAAABSAAAAAAEOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAESAAAAAAGBAEAAAADSAAAAAAIOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABBAEAAAACBAEAAAADSAAAAAAGOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAF version: 6 6,14: ind: 6,14 - tiles: SAAAAAAISAAAAAAHSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAACBAEAAAADOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACOwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFBAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAABBAEAAAACOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAOwAAAAAAOwAAAAAABAEAAAADBAEAAAACBAEAAAADBAEAAAABOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGOwAAAAAABAEAAAADBAEAAAACBAEAAAADBAEAAAABOwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGOwAAAAAABAEAAAADBAEAAAADBAEAAAABBAEAAAACOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAACOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAADOwAAAAAABAEAAAABBAEAAAADBAEAAAADBAEAAAADOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAABOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAC + tiles: SAAAAAAISAAAAAAHSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFBAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAABDgAAAAAAOwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGDgAAAAAADgAAAAAADgAAAAAABAEAAAACBAEAAAABDgAAAAAAOwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAOwAAAAAAOwAAAAAADgAAAAAABAEAAAACBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGOwAAAAAADgAAAAAABAEAAAACBAEAAAADDgAAAAAAOwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGOwAAAAAADgAAAAAABAEAAAADBAEAAAABDgAAAAAAOwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAADOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAC version: 6 6,15: ind: 6,15 - tiles: GwAAAAADOwAAAAAABAEAAAADBAEAAAACBAEAAAACBAEAAAABOwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAACOwAAAAAABAEAAAACBAEAAAABBAEAAAACBAEAAAABOwAAAAAAGwAAAAABGwAAAAABGwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAABOwAAAAAABAEAAAAABAEAAAAABAEAAAAABAEAAAADOwAAAAAAGwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAGOwAAAAAABAEAAAAABAEAAAAABAEAAAAABAEAAAAAOwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAA + tiles: GwAAAAADOwAAAAAADgAAAAAABAEAAAACBAEAAAACDgAAAAAAOwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAACOwAAAAAADgAAAAAABAEAAAABBAEAAAACDgAAAAAAOwAAAAAAGwAAAAABGwAAAAABGwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAABOwAAAAAADgAAAAAABAEAAAAABAEAAAAADgAAAAAAOwAAAAAAGwAAAAAGAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAGwAAAAAGOwAAAAAABAEAAAAABAEAAAAABAEAAAAABAEAAAAAOwAAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAAAgEAAAAA version: 6 5,12: ind: 5,12 - tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAELgAAAAAALgAAAAAASQAAAAAISQAAAAAISQAAAAAHGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACLgAAAAAASQAAAAAGSQAAAAADOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGSQAAAAADSQAAAAAHSQAAAAAISQAAAAAISQAAAAAIOwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGSQAAAAACSQAAAAAESQAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADSQAAAAAESQAAAAAGSQAAAAACLgAAAAAALgAAAAAAOwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAACSQAAAAAISQAAAAABSQAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABSQAAAAADSQAAAAAHSQAAAAAIdAAAAAADdAAAAAACdAAAAAABdQAAAAADOwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFSQAAAAAFSQAAAAAISQAAAAAFOwAAAAAAdAAAAAADdAAAAAACdAAAAAADOwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAASQAAAAAESQAAAAAHLgAAAAAAOwAAAAAAdQAAAAADdAAAAAABdAAAAAABOwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAADSQAAAAAFLgAAAAAALgAAAAAAOwAAAAAAdAAAAAADdAAAAAADdQAAAAADOwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAABAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADOwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAADOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAAOwAAAAAABAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAACBAEAAAABBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAACOwAAAAAAGwAAAAACGwAAAAACOwAAAAAASAAAAAAEBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAADOwAAAAAAGwAAAAABGwAAAAABOwAAAAAASAAAAAAI + tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAELgAAAAAALgAAAAAASQAAAAAISQAAAAAISQAAAAAHGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACLgAAAAAASQAAAAAGSQAAAAADOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGSQAAAAADSQAAAAAHSQAAAAAISQAAAAAISQAAAAAIOwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGSQAAAAACSQAAAAAESQAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADSQAAAAAESQAAAAAGSQAAAAACLgAAAAAALgAAAAAAOwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAACSQAAAAAISQAAAAABSQAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABSQAAAAADSQAAAAAHSQAAAAAIdAAAAAADdAAAAAACdAAAAAABdQAAAAADOwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFSQAAAAAFSQAAAAAISQAAAAAFOwAAAAAAdAAAAAADdAAAAAACdAAAAAADOwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAASQAAAAAESQAAAAAHLgAAAAAAOwAAAAAAdQAAAAADdAAAAAABdAAAAAABOwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAADSQAAAAAFLgAAAAAALgAAAAAAOwAAAAAAdAAAAAADdAAAAAADdQAAAAADOwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAACDgAAAAAABAEAAAADBAEAAAADBAEAAAACDgAAAAAAOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAAOwAAAAAABAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAACBAEAAAABDgAAAAAABAEAAAACBAEAAAADBAEAAAACDgAAAAAAOwAAAAAAGwAAAAACGwAAAAACOwAAAAAASAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAEAAAACBAEAAAADDgAAAAAAOwAAAAAAGwAAAAABGwAAAAABOwAAAAAASAAAAAAI version: 6 5,13: ind: 5,13 - tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAACBAEAAAABBAEAAAACBAEAAAACOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAASAAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEOwAAAAAABAEAAAADBAEAAAACBAEAAAABBAEAAAACOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAASAAAAAAIGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAADOwAAAAAAGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAHOwAAAAAAOwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGOwAAAAAABAEAAAADBAEAAAACBAEAAAADBAEAAAADOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAASAAAAAAHBAEAAAABOwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEOwAAAAAABAEAAAADBAEAAAABBAEAAAABBAEAAAACOwAAAAAAGwAAAAAFGwAAAAACOwAAAAAASAAAAAAIOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAABOwAAAAAABAEAAAACBAEAAAADBAEAAAADBAEAAAADOwAAAAAAGwAAAAABGwAAAAADOwAAAAAASAAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAOwAAAAAABAEAAAABBAEAAAABBAEAAAADBAEAAAADOwAAAAAAGwAAAAAAGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAADOwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFOwAAAAAABAEAAAADOwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEOwAAAAAABAEAAAABBAEAAAADBAEAAAABBAEAAAACOwAAAAAAGwAAAAAGGwAAAAABGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACOwAAAAAABAEAAAADBAEAAAADBAEAAAACBAEAAAADOwAAAAAAGwAAAAADGwAAAAABGwAAAAACOwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACOwAAAAAABAEAAAABBAEAAAACBAEAAAADBAEAAAADOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEOwAAAAAABAEAAAADBAEAAAABBAEAAAADBAEAAAADOwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAACGwAAAAADOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAACOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEOwAAAAAAOwAAAAAABAEAAAADOwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGOwAAAAAABAEAAAADBAEAAAACBAEAAAADBAEAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAACBAEAAAADBAEAAAABBAEAAAACSAAAAAADSAAAAAABSAAAAAAGSAAAAAABSAAAAAAHSAAAAAAIBAEAAAADSAAAAAAHSAAAAAAISAAAAAABSAAAAAABSAAAAAAHBAEAAAABBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAAC + tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAADgAAAAAABAEAAAABBAEAAAACDgAAAAAAOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAASAAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEOwAAAAAADgAAAAAABAEAAAACBAEAAAABDgAAAAAAOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAASAAAAAAIGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAOwAAAAAADgAAAAAABAEAAAADBAEAAAAADgAAAAAAOwAAAAAAGwAAAAAGGwAAAAAAOwAAAAAASAAAAAAHOwAAAAAAOwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGOwAAAAAADgAAAAAABAEAAAACBAEAAAADDgAAAAAAOwAAAAAAGwAAAAADGwAAAAAGOwAAAAAASAAAAAAHBAEAAAABOwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEOwAAAAAADgAAAAAABAEAAAABBAEAAAABDgAAAAAAOwAAAAAAGwAAAAAFGwAAAAACOwAAAAAASAAAAAAIOwAAAAAAOwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAABOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAABGwAAAAADOwAAAAAASAAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAAAGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFOwAAAAAABAEAAAADOwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEOwAAAAAADgAAAAAABAEAAAADBAEAAAABDgAAAAAAOwAAAAAAGwAAAAAGGwAAAAABGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACOwAAAAAADgAAAAAABAEAAAADBAEAAAACDgAAAAAAOwAAAAAAGwAAAAADGwAAAAABGwAAAAACOwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACOwAAAAAADgAAAAAABAEAAAACBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEOwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEOwAAAAAADgAAAAAABAEAAAABBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAABGwAAAAACGwAAAAADOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEOwAAAAAAOwAAAAAABAEAAAADOwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGOwAAAAAADgAAAAAABAEAAAACBAEAAAADDgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAADgAAAAAABAEAAAADBAEAAAABDgAAAAAASAAAAAADSAAAAAABSAAAAAAGSAAAAAABSAAAAAAHSAAAAAAIBAEAAAADSAAAAAAHSAAAAAAISAAAAAABSAAAAAABSAAAAAAHDgAAAAAABAEAAAADBAEAAAACDgAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAAC version: 6 5,14: ind: 5,14 - tiles: BAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAABSAAAAAAHSAAAAAAHSAAAAAABSAAAAAAFSAAAAAAESAAAAAADSAAAAAAFSAAAAAAESAAAAAAISAAAAAAFSAAAAAAHSAAAAAAGBAEAAAACBAEAAAADBAEAAAADBAEAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAADOwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAABAEAAAADBAEAAAABBAEAAAADBAEAAAADOwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAACOwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAOwAAAAAABAEAAAADBAEAAAACBAEAAAACBAEAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAADOwAAAAAABAEAAAADBAEAAAABBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAACBAEAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGOwAAAAAABAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADOwAAAAAABAEAAAADBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFOwAAAAAABAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAC + tiles: BAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADDgAAAAAABAEAAAACBAEAAAADDgAAAAAASAAAAAAHSAAAAAAHSAAAAAABSAAAAAAFSAAAAAAESAAAAAADSAAAAAAFSAAAAAAESAAAAAAISAAAAAAFSAAAAAAHSAAAAAAGDgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFOwAAAAAADgAAAAAABAEAAAADBAEAAAADDgAAAAAAOwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAOwAAAAAADgAAAAAABAEAAAACBAEAAAACDgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAADOwAAAAAADgAAAAAABAEAAAABBAEAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGOwAAAAAADgAAAAAABAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADOwAAAAAADgAAAAAABAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAACBAEAAAABBAEAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFOwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAC version: 6 5,15: ind: 5,15 @@ -617,7 +617,7 @@ entities: version: 6 4,12: ind: 4,12 - tiles: AQAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAACLgAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAISAAAAAAGSAAAAAAGSAAAAAAGBAEAAAADSAAAAAAGSQAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFOwAAAAAASAAAAAAHBAEAAAACBAEAAAADBAEAAAADBAEAAAACSAAAAAAISQAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAACSAAAAAAGSAAAAAAGSAAAAAAGSAAAAAAIOwAAAAAASAAAAAAHSAAAAAAGSAAAAAAISAAAAAAESAAAAAADSAAAAAAHSAAAAAAISAAAAAAESAAAAAAGSAAAAAABBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAABBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAABSAAAAAAEOwAAAAAAGwAAAAAEGwAAAAAEOwAAAAAASAAAAAAGSAAAAAADSAAAAAAISAAAAAABSAAAAAAHSAAAAAADSAAAAAAHSAAAAAAISAAAAAAGSAAAAAAGSAAAAAAISAAAAAAFOwAAAAAAGwAAAAABGwAAAAABOwAAAAAASAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAABOwAAAAAASAAAAAAIOwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEOwAAAAAASAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAACBAEAAAACBAEAAAACBAEAAAABBAEAAAADBAEAAAACBAEAAAACBAEAAAAC + tiles: AQAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACOwAAAAAASAAAAAAEBAEAAAADSAAAAAAFOwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABOwAAAAAASAAAAAAFBAEAAAACSAAAAAAGOwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAGBAEAAAADSAAAAAACLgAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAOwAAAAAASAAAAAAISAAAAAAGSAAAAAAGSAAAAAAGBAEAAAADSAAAAAAGSQAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFOwAAAAAASAAAAAAHBAEAAAACBAEAAAADBAEAAAADBAEAAAACSAAAAAAISQAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAADBAEAAAACSAAAAAAGSAAAAAAGSAAAAAAGSAAAAAAIOwAAAAAASAAAAAAHSAAAAAAGSAAAAAAISAAAAAAESAAAAAADSAAAAAAHSAAAAAAISAAAAAAESAAAAAAGSAAAAAABBAEAAAADSAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAABAEAAAABBAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAADBAEAAAACBAEAAAADBAEAAAABSAAAAAAEOwAAAAAAGwAAAAAEGwAAAAAEOwAAAAAASAAAAAAGSAAAAAADSAAAAAAISAAAAAABSAAAAAAHSAAAAAADSAAAAAAHSAAAAAAISAAAAAAGSAAAAAAGSAAAAAAISAAAAAAFOwAAAAAAGwAAAAABGwAAAAABOwAAAAAASAAAAAAIOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAADGwAAAAABOwAAAAAASAAAAAAIOwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEOwAAAAAASAAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABAEAAAACBAEAAAACBAEAAAADDgAAAAAABAEAAAADBAEAAAABBAEAAAADBAEAAAADBAEAAAABBAEAAAACBAEAAAACBAEAAAACDgAAAAAABAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAACBAEAAAACDgAAAAAABAEAAAADBAEAAAACBAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAADDgAAAAAABAEAAAADBAEAAAADBAEAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,13: ind: 4,13 @@ -633,7 +633,7 @@ entities: version: 6 3,12: ind: 3,12 - tiles: GwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGOwAAAAAABAEAAAADBAEAAAADSAAAAAAIPAAAAAADPAAAAAACPAAAAAACOwAAAAAAAQAAAAADAQAAAAACAQAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADOwAAAAAABAEAAAABBAEAAAABSAAAAAADPAAAAAACPAAAAAACPAAAAAACOwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADOwAAAAAASAAAAAAESAAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAOwAAAAAASAAAAAADBAEAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAAOwAAAAAASAAAAAADBAEAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAFOwAAAAAASAAAAAABBAEAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADOwAAAAAASAAAAAAEBAEAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAOwAAAAAABAEAAAACBAEAAAADBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAABOwAAAAAABAEAAAABBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAOwAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAFOwAAAAAABAEAAAADBAEAAAABBAEAAAACBAEAAAADBAEAAAABBAEAAAADBAEAAAAD + tiles: GwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGOwAAAAAABAEAAAADBAEAAAADSAAAAAAIPAAAAAADPAAAAAACPAAAAAACOwAAAAAAAQAAAAADAQAAAAACAQAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADOwAAAAAABAEAAAABBAEAAAABSAAAAAADPAAAAAACPAAAAAACPAAAAAACOwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACOwAAAAAAOwAAAAAAOwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADOwAAAAAASAAAAAAESAAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAOwAAAAAASAAAAAADBAEAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAAOwAAAAAASAAAAAADBAEAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAFOwAAAAAASAAAAAABBAEAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADOwAAAAAASAAAAAAEBAEAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAASAAAAAAIBAEAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAABOwAAAAAADgAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAOwAAAAAADgAAAAAABAEAAAADBAEAAAADBAEAAAADBAEAAAABBAEAAAADBAEAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAFOwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 3,13: ind: 3,13 @@ -1287,13 +1287,13 @@ entities: color: '#125CFFFF' id: 1 decals: - 331: 127.98648,214.9175 - 332: 127.9995,213.27687 + 328: 127.98648,214.9175 + 329: 127.9995,213.27687 - node: color: '#125CFFFF' id: 2 decals: - 333: 128.97606,213.25082 + 330: 128.97606,213.25082 - node: cleanable: True color: '#B02E26FF' @@ -1304,27 +1304,27 @@ entities: color: '#FFFFFFFF' id: Basalt1 decals: - 293: 116.10227,215.17497 - 299: 107.64092,197.74246 - 303: 108.72621,174.4464 + 292: 116.10227,215.17497 + 298: 107.64092,197.74246 + 300: 108.72621,174.4464 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 294: 109.46165,214.98747 - 300: 107.48467,195.64871 - 304: 96.21059,172.99327 + 293: 109.46165,214.98747 + 299: 107.48467,195.64871 + 301: 96.21059,172.99327 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 295: 113.41477,215.73747 - 305: 105.47621,172.14952 + 294: 113.41477,215.73747 + 302: 105.47621,172.14952 - node: color: '#FFFFFFFF' id: Basalt4 decals: - 306: 106.77309,172.6339 + 303: 106.77309,172.6339 - node: cleanable: True color: '#B02E26FF' @@ -1335,8 +1335,8 @@ entities: color: '#FFFFFFFF' id: Basalt5 decals: - 296: 113.19602,211.28435 - 307: 96.29466,175.5089 + 295: 113.19602,211.28435 + 304: 96.29466,175.5089 - node: cleanable: True color: '#B02E26FF' @@ -1353,13 +1353,13 @@ entities: color: '#FFFFFFFF' id: Basalt6 decals: - 308: 98.15404,174.71202 + 305: 98.15404,174.71202 - node: color: '#FFFFFFFF' id: Basalt7 decals: - 297: 111.72727,215.70622 - 309: 104.31029,174.33702 + 296: 111.72727,215.70622 + 306: 104.31029,174.33702 - node: cleanable: True color: '#B02E26FF' @@ -1371,8 +1371,8 @@ entities: color: '#FFFFFFFF' id: Basalt8 decals: - 298: 108.73467,194.39871 - 310: 106.13841,175.54015 + 297: 108.73467,194.39871 + 307: 106.13841,175.54015 - node: color: '#FFD2CDFF' id: BushCTwo @@ -1383,7 +1383,7 @@ entities: color: '#FFFFFFA5' id: Caution decals: - 290: 82,147 + 289: 82,147 - node: cleanable: True color: '#79150096' @@ -1537,7 +1537,7 @@ entities: 200: 89,104 201: 87,110 202: 88,98 - 311: 74,222 + 308: 74,222 - node: cleanable: True color: '#FFFFFFFF' @@ -1554,18 +1554,18 @@ entities: 211: 81,73 212: 83,81 275: 76,148 - 319: 78,197 - 320: 76,184 - 321: 78,179 - 322: 72,177 - 323: 85,179 - 324: 70,184 - 325: 63,183 - 326: 54,180 - 327: 56,193 - 328: 69,167 - 329: 71,161 - 330: 73,155 + 316: 78,197 + 317: 76,184 + 318: 78,179 + 319: 72,177 + 320: 85,179 + 321: 70,184 + 322: 63,183 + 323: 54,180 + 324: 56,193 + 325: 69,167 + 326: 71,161 + 327: 73,155 - node: cleanable: True color: '#967000FF' @@ -1661,13 +1661,13 @@ entities: 280: 84,117 281: 86,113 282: 98,128 - 312: 74,216 - 313: 76,211 - 314: 78,209 - 315: 62,200 - 316: 64,198 - 317: 66,200 - 318: 73,198 + 309: 74,216 + 310: 76,211 + 311: 78,209 + 312: 62,200 + 313: 64,198 + 314: 66,200 + 315: 73,198 - node: cleanable: True color: '#FFFFFFFF' @@ -1755,6 +1755,12 @@ entities: id: N14GraffitiDonot decals: 56: 98.401405,111.51764 + - node: + angle: -0.3490658503988659 rad + color: '#FF1C00CC' + id: N14GraffitiSkullbones + decals: + 333: 78.08521,147.0744 - node: color: '#FFFFFFFF' id: Rock06 @@ -1763,7 +1769,7 @@ entities: 65: 51.457474,225.53365 68: 90.24379,192.69417 73: 89.06824,200.98262 - 291: 111.12752,208.90067 + 290: 111.12752,208.90067 - node: color: '#FFFFFFFF' id: Rock07 @@ -1772,7 +1778,7 @@ entities: 66: 53.6606,226.5024 67: 86.728165,195.56917 69: 90.134415,196.7723 - 292: 111.34627,213.41629 + 291: 111.34627,213.41629 - node: color: '#FFFFFFA5' id: WarnCornerSmallSE @@ -1783,23 +1789,28 @@ entities: id: WarnCornerSmallSW decals: 283: 104,185 + - node: + color: '#FFFF008F' + id: WarnLineE + decals: + 332: 104,184 - node: color: '#FFFFFFA5' id: WarnLineE decals: 285: 100,184 - node: - color: '#FFFFFFA5' + color: '#FFFF008F' id: WarnLineN decals: - 287: 103,185 - 288: 102,185 - 289: 101,185 + 331: 104,185 - node: color: '#FFFFFFA5' - id: WarnLineS + id: WarnLineN decals: - 286: 104,184 + 286: 103,185 + 287: 102,185 + 288: 101,185 - node: color: '#571212FF' id: splatter @@ -1878,14 +1889,6 @@ entities: parent: 6 - type: InstantAction container: 6 -- proto: AlwaysPoweredlightBlue - entities: - - uid: 8 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,181.5 - parent: 2 - proto: Barricade entities: - uid: 9 @@ -1951,60 +1954,41 @@ entities: - type: Transform pos: 80.29212,201.64035 parent: 2 -- proto: BlastDoorExterior1 - entities: - - uid: 19 - components: - - type: Transform - pos: 101.5,179.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1561 - - uid: 20 - components: - - type: Transform - pos: 102.5,179.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1561 - - uid: 21 - components: - - type: Transform - pos: 103.5,179.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1561 - proto: Bloodpack entities: - - uid: 23 + - uid: 44 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - uid: 24 + - uid: 487 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False -- proto: BoxBodyBag +- proto: BodyBagFolded entities: - - uid: 44 + - uid: 14063 components: - type: Transform - pos: 110.50714,204.02075 + pos: 117.7073,202.4407 + parent: 2 + - uid: 14065 + components: + - type: Transform + pos: 117.7073,202.4407 + parent: 2 + - uid: 14066 + components: + - type: Transform + pos: 117.7073,202.4407 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - proto: BoxFolderBlue entities: - uid: 45 @@ -2013,14 +1997,19 @@ entities: rot: 3.141592653589793 rad pos: 125.33209,193.7543 parent: 2 - - uid: 46 + - uid: 2666 components: - type: Transform - pos: 132.54109,214.21843 + rot: -1.5707963267948966 rad + pos: 132.70595,214.07936 + parent: 2 +- proto: BoxTrashbag + entities: + - uid: 14064 + components: + - type: Transform + pos: 98.21306,194.62788 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - proto: BriefcaseBrownFilled entities: - uid: 47 @@ -2048,6 +2037,11 @@ entities: - type: Transform pos: 132.31947,197.81752 parent: 2 + - uid: 14069 + components: + - type: Transform + pos: 107.7717,194.4969 + parent: 2 - proto: CableApcExtension entities: - uid: 51 @@ -2950,11 +2944,6 @@ entities: - type: Transform pos: 107.5,190.5 parent: 2 - - uid: 231 - components: - - type: Transform - pos: 123.5,176.5 - parent: 2 - uid: 232 components: - type: Transform @@ -2970,11 +2959,6 @@ entities: - type: Transform pos: 105.5,190.5 parent: 2 - - uid: 235 - components: - - type: Transform - pos: 124.5,176.5 - parent: 2 - uid: 236 components: - type: Transform @@ -3845,11 +3829,6 @@ entities: - type: Transform pos: 142.5,206.5 parent: 2 - - uid: 410 - components: - - type: Transform - pos: 125.5,176.5 - parent: 2 - uid: 411 components: - type: Transform @@ -3870,21 +3849,6 @@ entities: - type: Transform pos: 86.5,128.5 parent: 2 - - uid: 415 - components: - - type: Transform - pos: 126.5,176.5 - parent: 2 - - uid: 416 - components: - - type: Transform - pos: 127.5,176.5 - parent: 2 - - uid: 417 - components: - - type: Transform - pos: 128.5,176.5 - parent: 2 - uid: 418 components: - type: Transform @@ -4160,11 +4124,6 @@ entities: - type: Transform pos: 126.5,214.5 parent: 2 - - uid: 473 - components: - - type: Transform - pos: 131.5,215.5 - parent: 2 - uid: 474 components: - type: Transform @@ -4173,22 +4132,17 @@ entities: - uid: 475 components: - type: Transform - pos: 126.5,215.5 + pos: 125.5,215.5 parent: 2 - uid: 476 components: - type: Transform pos: 127.5,215.5 parent: 2 - - uid: 477 - components: - - type: Transform - pos: 128.5,215.5 - parent: 2 - uid: 478 components: - type: Transform - pos: 129.5,215.5 + pos: 128.5,214.5 parent: 2 - uid: 479 components: @@ -4230,80 +4184,190 @@ entities: - type: Transform pos: 131.5,207.5 parent: 2 - - uid: 487 + - uid: 488 components: - type: Transform - pos: 112.5,206.5 + pos: 114.5,205.5 parent: 2 - - uid: 488 + - uid: 496 components: - type: Transform - pos: 114.5,205.5 + pos: 115.5,203.5 parent: 2 - - uid: 489 + - uid: 498 components: - type: Transform - pos: 112.5,202.5 + pos: 114.5,203.5 parent: 2 - - uid: 490 + - uid: 501 components: - type: Transform - pos: 112.5,201.5 + pos: 114.5,204.5 parent: 2 - - uid: 491 + - uid: 603 components: - type: Transform - pos: 112.5,207.5 + pos: 129.5,214.5 parent: 2 - - uid: 492 + - uid: 615 components: - type: Transform - pos: 112.5,205.5 + pos: 127.5,214.5 parent: 2 - - uid: 493 + - uid: 825 components: - type: Transform - pos: 112.5,204.5 + pos: 139.5,211.5 parent: 2 - - uid: 494 + - uid: 1714 components: - type: Transform - pos: 114.5,207.5 + pos: 104.5,177.5 parent: 2 - - uid: 495 + - uid: 1716 components: - type: Transform - pos: 112.5,203.5 + pos: 146.5,210.5 parent: 2 - - uid: 496 + - uid: 2585 components: - type: Transform - pos: 115.5,203.5 + pos: 115.5,211.5 parent: 2 - - uid: 497 + - uid: 2586 components: - type: Transform - pos: 113.5,203.5 + pos: 115.5,212.5 parent: 2 - - uid: 498 + - uid: 2602 components: - type: Transform - pos: 114.5,203.5 + pos: 105.5,195.5 parent: 2 - - uid: 499 + - uid: 2614 components: - type: Transform - pos: 114.5,206.5 + pos: 116.5,211.5 parent: 2 - - uid: 500 + - uid: 2622 components: - type: Transform - pos: 111.5,203.5 + pos: 103.5,182.5 parent: 2 - - uid: 501 + - uid: 2625 components: - type: Transform - pos: 114.5,204.5 + pos: 130.5,214.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: 106.5,197.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: 106.5,196.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: 106.5,195.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + pos: 117.5,210.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: 106.5,191.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: 106.5,192.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: 107.5,195.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: 106.5,194.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + pos: 116.5,210.5 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: 103.5,177.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + pos: 101.5,177.5 + parent: 2 + - uid: 2684 + components: + - type: Transform + pos: 110.5,181.5 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: 104.5,182.5 + parent: 2 + - uid: 2688 + components: + - type: Transform + pos: 106.5,193.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: 137.5,208.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: 125.5,216.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: 101.5,182.5 + parent: 2 + - uid: 14052 + components: + - type: Transform + pos: 125.5,214.5 + parent: 2 + - uid: 14091 + components: + - type: Transform + pos: 141.5,204.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + pos: 141.5,205.5 + parent: 2 + - uid: 14114 + components: + - type: Transform + pos: 141.5,206.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: 110.5,179.5 parent: 2 - proto: CableApcStack entities: @@ -4325,6 +4389,11 @@ entities: parent: 2 - proto: CableHV entities: + - uid: 477 + components: + - type: Transform + pos: 129.5,214.5 + parent: 2 - uid: 507 components: - type: Transform @@ -4805,11 +4874,6 @@ entities: - type: Transform pos: 144.5,206.5 parent: 2 - - uid: 603 - components: - - type: Transform - pos: 129.5,215.5 - parent: 2 - uid: 604 components: - type: Transform @@ -4818,7 +4882,7 @@ entities: - uid: 605 components: - type: Transform - pos: 129.5,215.5 + pos: 127.5,214.5 parent: 2 - uid: 606 components: @@ -4865,31 +4929,16 @@ entities: - type: Transform pos: 126.5,213.5 parent: 2 - - uid: 615 - components: - - type: Transform - pos: 128.5,215.5 - parent: 2 - uid: 616 components: - type: Transform pos: 127.5,215.5 parent: 2 - - uid: 617 - components: - - type: Transform - pos: 126.5,215.5 - parent: 2 - uid: 618 components: - type: Transform pos: 126.5,214.5 parent: 2 - - uid: 619 - components: - - type: Transform - pos: 131.5,215.5 - parent: 2 - uid: 620 components: - type: Transform @@ -4930,6 +4979,16 @@ entities: - type: Transform pos: 131.5,207.5 parent: 2 + - uid: 817 + components: + - type: Transform + pos: 128.5,214.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: 130.5,214.5 + parent: 2 - proto: CableHVStack entities: - uid: 504 @@ -5890,21 +5949,6 @@ entities: - type: Transform pos: 126.5,213.5 parent: 2 - - uid: 817 - components: - - type: Transform - pos: 128.5,215.5 - parent: 2 - - uid: 818 - components: - - type: Transform - pos: 129.5,215.5 - parent: 2 - - uid: 819 - components: - - type: Transform - pos: 126.5,215.5 - parent: 2 - uid: 820 components: - type: Transform @@ -5930,11 +5974,6 @@ entities: - type: Transform pos: 131.5,210.5 parent: 2 - - uid: 825 - components: - - type: Transform - pos: 131.5,215.5 - parent: 2 - uid: 826 components: - type: Transform @@ -5970,6 +6009,26 @@ entities: - type: Transform pos: 126.5,208.5 parent: 2 + - uid: 13687 + components: + - type: Transform + pos: 129.5,214.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + pos: 128.5,214.5 + parent: 2 + - uid: 14049 + components: + - type: Transform + pos: 127.5,214.5 + parent: 2 + - uid: 14110 + components: + - type: Transform + pos: 130.5,214.5 + parent: 2 - proto: CableMVStack entities: - uid: 505 @@ -6136,46 +6195,16 @@ entities: - type: Transform pos: 87.5,207.5 parent: 2 - - uid: 853 - components: - - type: Transform - pos: 78.5,207.5 - parent: 2 - uid: 854 components: - type: Transform pos: 62.5,204.5 parent: 2 - - uid: 855 - components: - - type: Transform - pos: 80.5,207.5 - parent: 2 - - uid: 856 - components: - - type: Transform - pos: 79.5,207.5 - parent: 2 - uid: 857 components: - type: Transform pos: 77.5,207.5 parent: 2 - - uid: 858 - components: - - type: Transform - pos: 82.5,207.5 - parent: 2 - - uid: 859 - components: - - type: Transform - pos: 84.5,207.5 - parent: 2 - - uid: 860 - components: - - type: Transform - pos: 83.5,207.5 - parent: 2 - uid: 861 components: - type: Transform @@ -6211,31 +6240,11 @@ entities: - type: Transform pos: 87.5,217.5 parent: 2 - - uid: 868 - components: - - type: Transform - pos: 81.5,207.5 - parent: 2 - - uid: 869 - components: - - type: Transform - pos: 85.5,207.5 - parent: 2 - - uid: 870 - components: - - type: Transform - pos: 86.5,207.5 - parent: 2 - uid: 871 components: - type: Transform pos: 76.5,207.5 parent: 2 - - uid: 872 - components: - - type: Transform - pos: 86.5,205.5 - parent: 2 - uid: 873 components: - type: Transform @@ -6244,7 +6253,7 @@ entities: - uid: 874 components: - type: Transform - pos: 89.5,214.5 + pos: 76.5,205.5 parent: 2 - uid: 875 components: @@ -6304,8 +6313,7 @@ entities: - uid: 886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,205.5 + pos: 88.5,204.5 parent: 2 - uid: 887 components: @@ -6315,7 +6323,7 @@ entities: - uid: 888 components: - type: Transform - pos: 88.5,227.5 + pos: 90.5,223.5 parent: 2 - uid: 889 components: @@ -6360,12 +6368,7 @@ entities: - uid: 897 components: - type: Transform - pos: 63.5,204.5 - parent: 2 - - uid: 898 - components: - - type: Transform - pos: 64.5,204.5 + pos: 87.5,224.5 parent: 2 - uid: 899 components: @@ -6405,7 +6408,7 @@ entities: - uid: 906 components: - type: Transform - pos: 88.5,204.5 + pos: 86.5,205.5 parent: 2 - uid: 907 components: @@ -6415,7 +6418,7 @@ entities: - uid: 908 components: - type: Transform - pos: 81.5,204.5 + pos: 89.5,56.5 parent: 2 - uid: 909 components: @@ -6545,8 +6548,7 @@ entities: - uid: 934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,206.5 + pos: 85.5,114.5 parent: 2 - uid: 935 components: @@ -6564,11 +6566,6 @@ entities: - type: Transform pos: 95.5,233.5 parent: 2 - - uid: 938 - components: - - type: Transform - pos: 96.5,233.5 - parent: 2 - uid: 939 components: - type: Transform @@ -6597,18 +6594,17 @@ entities: - uid: 944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,206.5 + pos: 89.5,57.5 parent: 2 - uid: 945 components: - type: Transform - pos: 90.5,223.5 + pos: 80.5,47.5 parent: 2 - uid: 946 components: - type: Transform - pos: 87.5,227.5 + pos: 94.5,53.5 parent: 2 - uid: 947 components: @@ -6643,22 +6639,17 @@ entities: - uid: 953 components: - type: Transform - pos: 87.5,223.5 + pos: 82.5,55.5 parent: 2 - uid: 954 components: - type: Transform pos: 87.5,220.5 parent: 2 - - uid: 955 - components: - - type: Transform - pos: 86.5,206.5 - parent: 2 - uid: 956 components: - type: Transform - pos: 88.5,214.5 + pos: 93.5,52.5 parent: 2 - uid: 957 components: @@ -6700,16 +6691,6 @@ entities: - type: Transform pos: 70.5,204.5 parent: 2 - - uid: 965 - components: - - type: Transform - pos: 87.5,224.5 - parent: 2 - - uid: 966 - components: - - type: Transform - pos: 89.5,227.5 - parent: 2 - uid: 967 components: - type: Transform @@ -6785,16 +6766,6 @@ entities: - type: Transform pos: 109.5,187.5 parent: 2 - - uid: 982 - components: - - type: Transform - pos: 75.5,149.5 - parent: 2 - - uid: 983 - components: - - type: Transform - pos: 78.5,122.5 - parent: 2 - uid: 984 components: - type: Transform @@ -6852,12 +6823,6 @@ entities: rot: -1.5707963267948966 rad pos: 98.5,242.5 parent: 2 - - uid: 995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,205.5 - parent: 2 - uid: 996 components: - type: Transform @@ -6979,11 +6944,6 @@ entities: - type: Transform pos: 99.5,230.5 parent: 2 - - uid: 1020 - components: - - type: Transform - pos: 96.5,230.5 - parent: 2 - uid: 1021 components: - type: Transform @@ -7004,16 +6964,6 @@ entities: - type: Transform pos: 91.5,230.5 parent: 2 - - uid: 1025 - components: - - type: Transform - pos: 93.5,230.5 - parent: 2 - - uid: 1026 - components: - - type: Transform - pos: 92.5,230.5 - parent: 2 - uid: 1027 components: - type: Transform @@ -7096,80 +7046,10 @@ entities: - type: Transform pos: 105.5,190.5 parent: 2 - - uid: 1043 - components: - - type: Transform - pos: 83.5,110.5 - parent: 2 - - uid: 1044 - components: - - type: Transform - pos: 93.5,52.5 - parent: 2 - - uid: 1045 - components: - - type: Transform - pos: 88.5,56.5 - parent: 2 - - uid: 1046 - components: - - type: Transform - pos: 87.5,57.5 - parent: 2 - - uid: 1047 - components: - - type: Transform - pos: 87.5,56.5 - parent: 2 - - uid: 1048 - components: - - type: Transform - pos: 89.5,56.5 - parent: 2 - - uid: 1049 - components: - - type: Transform - pos: 94.5,52.5 - parent: 2 - - uid: 1050 - components: - - type: Transform - pos: 93.5,53.5 - parent: 2 - - uid: 1051 - components: - - type: Transform - pos: 89.5,57.5 - parent: 2 - - uid: 1052 - components: - - type: Transform - pos: 88.5,57.5 - parent: 2 - - uid: 1053 - components: - - type: Transform - pos: 94.5,53.5 - parent: 2 - - uid: 1054 - components: - - type: Transform - pos: 84.5,85.5 - parent: 2 - - uid: 1055 - components: - - type: Transform - pos: 82.5,55.5 - parent: 2 - uid: 1056 components: - type: Transform - pos: 83.5,85.5 - parent: 2 - - uid: 1057 - components: - - type: Transform - pos: 80.5,47.5 + pos: 88.5,56.5 parent: 2 - uid: 1058 components: @@ -7211,6 +7091,262 @@ entities: - type: Transform pos: 142.5,207.5 parent: 2 + - uid: 1142 + components: + - type: Transform + pos: 63.5,204.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: 87.5,223.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: 78.5,122.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: 85.5,115.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + pos: 83.5,110.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: 84.5,85.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + pos: 70.5,165.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + pos: 78.5,140.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + pos: 78.5,141.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: 78.5,142.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 76.5,141.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: 75.5,149.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: 87.5,107.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: 54.5,85.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 70.5,182.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: 76.5,139.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: 76.5,140.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + pos: 77.5,181.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + pos: 83.5,85.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,204.5 + parent: 2 + - uid: 1726 + components: + - type: Transform + pos: 86.5,207.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: 93.5,53.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: 85.5,207.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: 80.5,207.5 + parent: 2 + - uid: 1730 + components: + - type: Transform + pos: 81.5,207.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: 79.5,207.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: 78.5,207.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: 82.5,207.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: 84.5,207.5 + parent: 2 + - uid: 1735 + components: + - type: Transform + pos: 99.5,125.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + pos: 83.5,207.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 67.5,206.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: 89.5,227.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + pos: 87.5,227.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + pos: 88.5,214.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: 88.5,227.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: 81.5,204.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + pos: 76.5,206.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: 67.5,205.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: 89.5,214.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: 76.5,205.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + pos: 86.5,206.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: 74.5,166.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: 94.5,52.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 93.5,230.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 96.5,230.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 92.5,230.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: 96.5,233.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + pos: 87.5,56.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + pos: 87.5,57.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + pos: 88.5,57.5 + parent: 2 - proto: ChairOfficeDark entities: - uid: 1066 @@ -7262,84 +7398,57 @@ entities: parent: 2 - proto: ClockworkGrille entities: - - uid: 1074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,192.5 - parent: 2 - - uid: 1075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,192.5 - parent: 2 - - uid: 1076 + - uid: 231 components: - type: Transform - pos: 91.5,149.5 + rot: -1.5707963267948966 rad + pos: 128.5,176.5 parent: 2 - - uid: 1077 + - uid: 415 components: - type: Transform - pos: 92.5,149.5 + rot: -1.5707963267948966 rad + pos: 125.5,176.5 parent: 2 - - uid: 1078 + - uid: 416 components: - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,192.5 + rot: -1.5707963267948966 rad + pos: 126.5,176.5 parent: 2 - - uid: 1079 + - uid: 417 components: - type: Transform - rot: 3.141592653589793 rad + rot: -1.5707963267948966 rad pos: 127.5,176.5 parent: 2 - - uid: 1080 - components: - - type: Transform - pos: 107.5,180.5 - parent: 2 - - uid: 1081 - components: - - type: Transform - pos: 107.5,182.5 - parent: 2 - - uid: 1082 - components: - - type: Transform - pos: 107.5,181.5 - parent: 2 - - uid: 1083 + - uid: 1074 components: - type: Transform rot: 3.141592653589793 rad - pos: 125.5,176.5 + pos: 125.5,192.5 parent: 2 - - uid: 1084 + - uid: 1075 components: - type: Transform rot: 3.141592653589793 rad - pos: 128.5,176.5 + pos: 126.5,192.5 parent: 2 - - uid: 1085 + - uid: 1076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,176.5 + pos: 91.5,149.5 parent: 2 - - uid: 1086 + - uid: 1077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,176.5 + pos: 92.5,149.5 parent: 2 - - uid: 1087 + - uid: 1078 components: - type: Transform rot: 3.141592653589793 rad - pos: 124.5,176.5 + pos: 124.5,192.5 parent: 2 - uid: 1088 components: @@ -7481,6 +7590,119 @@ entities: - type: Transform pos: 142.5,204.5 parent: 2 + - uid: 1721 + components: + - type: Transform + pos: 108.5,181.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + pos: 108.5,180.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + pos: 131.5,208.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: 133.5,208.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: 132.5,208.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: 108.5,197.5 + parent: 2 + - uid: 2672 + components: + - type: Transform + pos: 108.5,196.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + pos: 130.5,208.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + pos: 94.5,140.5 + parent: 2 + - uid: 14086 + components: + - type: Transform + pos: 104.5,193.5 + parent: 2 + - uid: 14087 + components: + - type: Transform + pos: 105.5,193.5 + parent: 2 + - uid: 14088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,200.5 + parent: 2 + - uid: 14089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,197.5 + parent: 2 + - uid: 14090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,199.5 + parent: 2 + - uid: 14097 + components: + - type: Transform + pos: 108.5,182.5 + parent: 2 + - uid: 14109 + components: + - type: Transform + pos: 131.5,215.5 + parent: 2 + - uid: 14112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 123.5,176.5 + parent: 2 + - uid: 14113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 124.5,176.5 + parent: 2 + - uid: 14115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 139.5,198.5 + parent: 2 + - uid: 14123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,215.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,215.5 + parent: 2 - proto: ClockworkGrilleBroken entities: - uid: 1118 @@ -7494,11 +7716,12 @@ entities: - uid: 14473 components: - type: Transform - pos: 107.5,198.5 - parent: 2 + parent: 1107 - type: Physics angularDamping: 0 linearDamping: 0 + canCollide: False + - type: InsideEntityStorage - proto: ClothingHeadHatFedoraChoc entities: - uid: 1119 @@ -7702,28 +7925,18 @@ entities: - type: Transform pos: 115.5,240.5 parent: 2 -- proto: Defibrillator +- proto: DefibrillatorCabinetFilled entities: - - uid: 1142 + - uid: 1044 components: - type: Transform - pos: 110.544174,202.54886 + pos: 118.5,202.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: DefibrillatorCabinetFilled - entities: - uid: 1143 components: - type: Transform pos: 97.5,146.5 parent: 2 - - uid: 1144 - components: - - type: Transform - pos: 117.5,205.5 - parent: 2 - proto: DrinkBeerBottleFull entities: - uid: 1146 @@ -8080,6 +8293,13 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 13777 + components: + - type: Transform + pos: 99.5,193.5 + parent: 2 + - type: Fixtures + fixtures: {} - proto: FoodMeatHumanKebab entities: - uid: 1227 @@ -8216,74 +8436,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#1AD6C4FF' -- proto: N14Bandage - entities: - - uid: 25 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 26 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 27 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 1250 - components: - - type: Transform - parent: 1249 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 1251 - components: - - type: Transform - parent: 1249 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 1252 - components: - - type: Transform - parent: 1249 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 1262 - components: - - type: Transform - pos: 94.47974,186.4902 - parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14Bandage - entities: - - uid: 1263 - components: - - type: Transform - pos: 117.61239,203.67981 - parent: 2 - proto: GeigerCounter entities: - uid: 1264 @@ -8329,13 +8481,6 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage -- proto: N14HandheldHealthAnalyzer - entities: - - uid: 1272 - components: - - type: Transform - pos: 110.491005,201.8493 - parent: 2 - proto: HeadSkeleton entities: - uid: 1273 @@ -8412,6 +8557,12 @@ entities: rot: 1.5707963267948966 rad pos: 80.5,144.5 parent: 2 + - uid: 13771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,191.5 + parent: 2 - proto: KitchenMicrowave entities: - uid: 1282 @@ -8578,6 +8729,21 @@ entities: - type: InsideEntityStorage - proto: MarkerBlocker entities: + - uid: 898 + components: + - type: Transform + pos: 132.5,216.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + pos: 133.5,216.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: 131.5,216.5 + parent: 2 - uid: 1306 components: - type: Transform @@ -8733,108 +8899,6 @@ entities: - type: Transform pos: 144.5,203.5 parent: 2 - - uid: 1337 - components: - - type: Transform - pos: 135.5,213.5 - parent: 2 - - uid: 1338 - components: - - type: Transform - pos: 135.5,215.5 - parent: 2 - - uid: 1339 - components: - - type: Transform - pos: 135.5,212.5 - parent: 2 - - uid: 1340 - components: - - type: Transform - pos: 135.5,214.5 - parent: 2 - - uid: 1341 - components: - - type: Transform - pos: 135.5,211.5 - parent: 2 - - uid: 1342 - components: - - type: Transform - pos: 135.5,216.5 - parent: 2 - - uid: 1343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,216.5 - parent: 2 - - uid: 1344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,216.5 - parent: 2 - - uid: 1345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,216.5 - parent: 2 - - uid: 1346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,216.5 - parent: 2 - - uid: 1347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,216.5 - parent: 2 - - uid: 1348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,216.5 - parent: 2 - - uid: 1349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,216.5 - parent: 2 - - uid: 1350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,216.5 - parent: 2 - - uid: 1351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,216.5 - parent: 2 - - uid: 1352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,216.5 - parent: 2 - - uid: 1353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,216.5 - parent: 2 - - uid: 1354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,216.5 - parent: 2 - proto: Matchbox entities: - uid: 1357 @@ -8887,26 +8951,34 @@ entities: parent: 2 - proto: MedicatedSuture entities: - - uid: 28 + - uid: 36 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - uid: 29 + - uid: 37 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - uid: 30 + - uid: 38 + components: + - type: Transform + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 39 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 @@ -8919,6 +8991,13 @@ entities: rot: -1.5707963267948966 rad pos: 113.5,188.5 parent: 2 +- proto: MopItem + entities: + - uid: 14061 + components: + - type: Transform + pos: 98.37074,191.4445 + parent: 2 - proto: N14APCBreaker entities: - uid: 1369 @@ -8990,11 +9069,71 @@ entities: parent: 2 - proto: N14Bandage entities: + - uid: 1250 + components: + - type: Transform + parent: 1249 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1251 + components: + - type: Transform + parent: 1249 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1252 + components: + - type: Transform + parent: 1249 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1262 + components: + - type: Transform + pos: 94.47974,186.4902 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 1380 components: - type: Transform pos: 77.900635,44.50034 parent: 2 + - uid: 4462 + components: + - type: Transform + pos: 116.61617,204.95389 + parent: 2 + - uid: 13668 + components: + - type: Transform + pos: 116.3818,204.68826 + parent: 2 + - uid: 13676 + components: + - type: Transform + pos: 116.70992,204.61014 + parent: 2 + - uid: 13731 + components: + - type: Transform + pos: 116.36617,204.92264 + parent: 2 + - uid: 13732 + components: + - type: Transform + pos: 116.80367,204.81326 + parent: 2 - proto: N14BarricadeRazorwire entities: - uid: 1381 @@ -9031,24 +9170,12 @@ entities: rot: 3.141592653589793 rad pos: 84.5,142.5 parent: 2 - - uid: 1387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,142.5 - parent: 2 - uid: 1388 components: - type: Transform rot: 3.141592653589793 rad pos: 83.5,142.5 parent: 2 - - uid: 1389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,142.5 - parent: 2 - proto: N14BarricadeWindow entities: - uid: 1390 @@ -9097,6 +9224,30 @@ entities: parent: 2 - proto: N14Bed entities: + - uid: 23 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 114.5,205.5 + parent: 2 + - uid: 499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 114.5,204.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,216.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,209.5 + parent: 2 - uid: 1397 components: - type: Transform @@ -9159,36 +9310,6 @@ entities: rot: 3.141592653589793 rad pos: 118.5,183.5 parent: 2 - - uid: 1408 - components: - - type: Transform - pos: 126.5,213.5 - parent: 2 - - uid: 1409 - components: - - type: Transform - pos: 126.5,210.5 - parent: 2 - - uid: 1410 - components: - - type: Transform - pos: 115.5,206.5 - parent: 2 - - uid: 1411 - components: - - type: Transform - pos: 115.5,207.5 - parent: 2 - - uid: 1412 - components: - - type: Transform - pos: 112.5,206.5 - parent: 2 - - uid: 1413 - components: - - type: Transform - pos: 112.5,207.5 - parent: 2 - proto: N14BedDirty entities: - uid: 1414 @@ -9297,10 +9418,18 @@ entities: parent: 2 - proto: N14BuffoutCanisterFilled entities: - - uid: 31 + - uid: 489 components: - type: Transform - parent: 22 + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 490 + components: + - type: Transform + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 @@ -9400,6 +9529,32 @@ entities: - type: Transform pos: 41.619804,230.45924 parent: 2 +- proto: N14CellBars + entities: + - uid: 819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,211.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,211.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 126.5,214.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 124.5,214.5 + parent: 2 - proto: N14ChairArmchair entities: - uid: 1445 @@ -9490,6 +9645,24 @@ entities: rot: 3.141592653589793 rad pos: 137.5,198.5 parent: 2 + - uid: 13914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 114.5,203.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 116.5,200.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 117.5,200.5 + parent: 2 - proto: N14ChairMetalBlueBroken entities: - uid: 1460 @@ -9507,11 +9680,11 @@ entities: parent: 2 - proto: N14ChairMetalFolding entities: - - uid: 1462 + - uid: 4452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,141.5 + rot: 1.5707963267948966 rad + pos: 83.5,141.5 parent: 2 - proto: N14ChairMetalRed entities: @@ -9545,11 +9718,11 @@ entities: parent: 2 - proto: N14ChairOfficeBlue entities: - - uid: 1468 + - uid: 1345 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.32222,182.12387 + pos: 110.285255,182.05164 parent: 2 - uid: 1469 components: @@ -9586,17 +9759,6 @@ entities: - type: Transform pos: 115.5808,201.79831 parent: 2 - - uid: 1475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 110.51927,200.69305 - parent: 2 - - uid: 1476 - components: - - type: Transform - pos: 112.38883,201.7785 - parent: 2 - proto: N14ChairOfficeBlueBroken entities: - uid: 1477 @@ -9682,22 +9844,6 @@ entities: parent: 2 - proto: N14ChemicalSyringeAntidote entities: - - uid: 32 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 33 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - uid: 1254 components: - type: Transform @@ -9786,32 +9932,17 @@ entities: parent: 2 - type: Physics bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.48 - - 0.25,-0.48 - - 0.25,0.48 - - -0.25,0.48 - mask: - - Impassable - - TableLayer - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 75 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 14473 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 1501 components: - type: Transform @@ -10475,16 +10606,16 @@ entities: - type: Transform pos: 88.5,130.5 parent: 2 - - uid: 1549 + - uid: 1550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,182.5 + pos: 132.5,180.5 parent: 2 - - uid: 1550 + - uid: 3873 components: - type: Transform - pos: 132.5,180.5 + rot: 1.5707963267948966 rad + pos: 109.5,182.5 parent: 2 - proto: N14ComputerTerminalNewBroken entities: @@ -10555,23 +10686,6 @@ entities: parent: 2 - proto: N14ControlTerminalButton entities: - - uid: 1561 - components: - - type: MetaData - desc: It's a terminal for activating something. - name: vault gate terminal - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,183.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 21: - - Pressed: Toggle - 20: - - Pressed: Toggle - 19: - - Pressed: Toggle - uid: 1562 components: - type: Transform @@ -10588,31 +10702,11 @@ entities: parent: 2 - proto: N14CrateArmy entities: - - uid: 1564 + - uid: 7367 components: - type: Transform - pos: 92.23773,142.93126 + pos: 92.5,143.5 parent: 2 - - type: Physics - fixedRotation: False - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31175 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: N14CrateBreakPlainDamaged entities: - uid: 1565 @@ -10923,15 +11017,15 @@ entities: showEnts: False occludes: True ent: null - - uid: 1587 + - uid: 1588 components: - type: Transform - pos: 108.5,179.5 + pos: 138.5,187.5 parent: 2 - - uid: 1588 + - uid: 14140 components: - type: Transform - pos: 138.5,187.5 + pos: 109.5,179.5 parent: 2 - proto: N14CrateVaultLongRusted entities: @@ -11900,21 +11994,13 @@ entities: - type: Transform pos: 114.5,215.5 parent: 2 -- proto: N14DoctorSyringe +- proto: N14DoorBunker entities: - - uid: 1685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 113.518135,202.69708 - parent: 2 - - uid: 1686 + - uid: 1053 components: - type: Transform - pos: 112.549385,202.72833 + pos: 93.5,139.5 parent: 2 -- proto: N14DoorBunker - entities: - uid: 1687 components: - type: Transform @@ -11971,10 +12057,148 @@ entities: parent: 2 - proto: N14DoorBunkerLockedBoSPaladin entities: - - uid: 1696 + - uid: 1055 components: - type: Transform - pos: 93.5,139.5 + pos: 95.5,140.5 + parent: 2 +- proto: N14DoorBunkerVault + entities: + - uid: 1350 + components: + - type: Transform + pos: 128.5,208.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: 129.5,205.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 119.5,200.5 + parent: 2 + - uid: 1717 + components: + - type: Transform + pos: 109.5,184.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + pos: 95.5,184.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: 118.5,208.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: 106.5,193.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,191.5 + parent: 2 + - uid: 14096 + components: + - type: Transform + pos: 119.5,194.5 + parent: 2 + - uid: 14160 + components: + - type: Transform + pos: 102.5,189.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + pos: 115.5,189.5 + parent: 2 + - uid: 14162 + components: + - type: Transform + pos: 118.5,190.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + pos: 121.5,192.5 + parent: 2 + - uid: 14164 + components: + - type: Transform + pos: 122.5,187.5 + parent: 2 + - uid: 14165 + components: + - type: Transform + pos: 122.5,183.5 + parent: 2 + - uid: 14166 + components: + - type: Transform + pos: 122.5,179.5 + parent: 2 + - uid: 14167 + components: + - type: Transform + pos: 129.5,179.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + pos: 129.5,183.5 + parent: 2 + - uid: 14169 + components: + - type: Transform + pos: 129.5,187.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: 130.5,190.5 + parent: 2 + - uid: 14171 + components: + - type: Transform + pos: 137.5,189.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + pos: 131.5,194.5 + parent: 2 + - uid: 14173 + components: + - type: Transform + pos: 125.5,197.5 + parent: 2 + - uid: 14174 + components: + - type: Transform + pos: 127.5,199.5 + parent: 2 + - uid: 14175 + components: + - type: Transform + pos: 135.5,203.5 + parent: 2 + - uid: 14181 + components: + - type: Transform + pos: 137.5,205.5 + parent: 2 + - uid: 14188 + components: + - type: Transform + pos: 133.5,212.5 parent: 2 - proto: N14DoorCellMetal entities: @@ -11998,10 +12222,19 @@ entities: - type: Transform pos: 64.5,86.5 parent: 2 - - uid: 1701 +- proto: N14DoorCellMetalLockedBrass + entities: + - uid: 14183 components: - type: Transform - pos: 95.5,140.5 + rot: 3.141592653589793 rad + pos: 125.5,211.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 125.5,214.5 parent: 2 - proto: N14DoorCellMetalLockedIron entities: @@ -12047,176 +12280,18 @@ entities: rot: 3.141592653589793 rad pos: 116.5,186.5 parent: 2 -- proto: N14DoorMetalRedTall - entities: - - uid: 1709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,199.5 - parent: 2 - - uid: 1710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,197.5 - parent: 2 - - uid: 1711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,194.5 - parent: 2 - - uid: 1712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,212.5 - parent: 2 - - uid: 1713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 121.5,192.5 - parent: 2 - - uid: 1714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,187.5 - parent: 2 - - uid: 1715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,210.5 - parent: 2 - - uid: 1716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,183.5 - parent: 2 - - uid: 1717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,179.5 - parent: 2 - - uid: 1718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,179.5 - parent: 2 - - uid: 1719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,183.5 - parent: 2 - - uid: 1720 - components: - - type: Transform - pos: 115.5,189.5 - parent: 2 - - uid: 1721 - components: - - type: Transform - pos: 129.5,205.5 - parent: 2 - - uid: 1722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,190.5 - parent: 2 - - uid: 1723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,187.5 - parent: 2 - - uid: 1724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,190.5 - parent: 2 - - uid: 1725 - components: - - type: Transform - pos: 137.5,205.5 - parent: 2 - - uid: 1726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,200.5 - parent: 2 - - uid: 1727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,194.5 - parent: 2 - - uid: 1728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 118.5,208.5 - parent: 2 - - uid: 1729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,212.5 - parent: 2 - - uid: 1730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,209.5 - parent: 2 - - uid: 1731 - components: - - type: Transform - pos: 128.5,208.5 - parent: 2 - - uid: 1732 - components: - - type: Transform - pos: 109.5,184.5 - parent: 2 - - uid: 1733 - components: - - type: Transform - pos: 95.5,184.5 - parent: 2 - - uid: 1734 - components: - - type: Transform - pos: 102.5,189.5 - parent: 2 - - uid: 7472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,193.5 - parent: 2 - proto: N14DoorMetalSecure entities: - - uid: 1735 + - uid: 1736 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,89.5 + pos: 84.5,180.5 parent: 2 - - uid: 1736 + - uid: 3810 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,180.5 + pos: 62.5,89.5 parent: 2 - proto: N14DoorMetalSecureBrotherhood entities: @@ -12244,6 +12319,31 @@ entities: - type: Transform pos: 38.5,231.5 parent: 2 +- proto: N14DoorVault + entities: + - uid: 1719 + components: + - type: Transform + pos: 102.5,179.5 + parent: 2 + - type: DeviceLinkSink + links: [] + ports: + - Open + - Close + - Toggle +- proto: N14DoorVaultControlsLocked + entities: + - uid: 1720 + components: + - type: Transform + pos: 109.5,180.5 + parent: 2 + - uid: 14139 + components: + - type: Transform + pos: 104.5,178.5 + parent: 2 - proto: N14DoorWoodRoom entities: - uid: 1741 @@ -12456,6 +12556,22 @@ entities: parent: 2 - proto: N14FixerCanisterFilled entities: + - uid: 493 + components: + - type: Transform + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 494 + components: + - type: Transform + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False - uid: 1255 components: - type: Transform @@ -12492,6 +12608,11 @@ entities: parent: 2 - proto: N14Flashlight entities: + - uid: 856 + components: + - type: Transform + pos: 109.87438,181.00476 + parent: 2 - uid: 1787 components: - type: Transform @@ -12572,16 +12693,6 @@ entities: - type: Transform pos: 116.602295,211.68373 parent: 2 - - uid: 1803 - components: - - type: Transform - pos: 108.6406,180.9797 - parent: 2 - - uid: 1804 - components: - - type: Transform - pos: 108.6781,180.7922 - parent: 2 - uid: 1805 components: - type: Transform @@ -12602,11 +12713,6 @@ entities: - type: Transform pos: 91.57242,148.21109 parent: 2 - - uid: 1809 - components: - - type: Transform - pos: 83.61187,142.55188 - parent: 2 - uid: 1810 components: - type: Transform @@ -12637,6 +12743,16 @@ entities: - type: Transform pos: 42.251,93.81808 parent: 2 + - uid: 7368 + components: + - type: Transform + pos: 84.56734,142.49663 + parent: 2 + - uid: 14099 + components: + - type: Transform + pos: 109.92126,180.72351 + parent: 2 - proto: N14FloorWaterSewerDeep entities: - uid: 1816 @@ -13181,11 +13297,6 @@ entities: - type: Transform pos: 103.5,111.5 parent: 2 - - uid: 1924 - components: - - type: Transform - pos: 64.5,207.5 - parent: 2 - uid: 1925 components: - type: Transform @@ -13198,6 +13309,11 @@ entities: parent: 2 - proto: N14FloorWaterSewerShallow entities: + - uid: 1804 + components: + - type: Transform + pos: 81.5,206.5 + parent: 2 - uid: 1927 components: - type: Transform @@ -13241,11 +13357,6 @@ entities: - type: Transform pos: 82.5,85.5 parent: 2 - - uid: 1935 - components: - - type: Transform - pos: 81.5,122.5 - parent: 2 - uid: 1936 components: - type: Transform @@ -13440,7 +13551,7 @@ entities: - uid: 1974 components: - type: Transform - pos: 78.5,122.5 + pos: 89.5,211.5 parent: 2 - uid: 1975 components: @@ -13602,11 +13713,6 @@ entities: - type: Transform pos: 85.5,116.5 parent: 2 - - uid: 2007 - components: - - type: Transform - pos: 85.5,114.5 - parent: 2 - uid: 2008 components: - type: Transform @@ -13727,11 +13833,6 @@ entities: - type: Transform pos: 85.5,112.5 parent: 2 - - uid: 2032 - components: - - type: Transform - pos: 85.5,115.5 - parent: 2 - uid: 2033 components: - type: Transform @@ -13747,11 +13848,6 @@ entities: - type: Transform pos: 74.5,110.5 parent: 2 - - uid: 2036 - components: - - type: Transform - pos: 83.5,110.5 - parent: 2 - uid: 2037 components: - type: Transform @@ -13932,11 +14028,6 @@ entities: - type: Transform pos: 80.5,85.5 parent: 2 - - uid: 2073 - components: - - type: Transform - pos: 83.5,85.5 - parent: 2 - uid: 2074 components: - type: Transform @@ -14130,7 +14221,7 @@ entities: - uid: 2112 components: - type: Transform - pos: 74.5,166.5 + pos: 81.5,206.5 parent: 2 - uid: 2113 components: @@ -14152,31 +14243,11 @@ entities: - type: Transform pos: 74.5,162.5 parent: 2 - - uid: 2117 - components: - - type: Transform - pos: 76.5,139.5 - parent: 2 - - uid: 2118 - components: - - type: Transform - pos: 76.5,140.5 - parent: 2 - - uid: 2119 - components: - - type: Transform - pos: 76.5,141.5 - parent: 2 - uid: 2120 components: - type: Transform pos: 77.5,140.5 parent: 2 - - uid: 2121 - components: - - type: Transform - pos: 78.5,142.5 - parent: 2 - uid: 2122 components: - type: Transform @@ -14225,7 +14296,7 @@ entities: - uid: 2131 components: - type: Transform - pos: 75.5,149.5 + pos: 89.5,210.5 parent: 2 - uid: 2132 components: @@ -14477,11 +14548,6 @@ entities: - type: Transform pos: 86.5,107.5 parent: 2 - - uid: 2182 - components: - - type: Transform - pos: 87.5,107.5 - parent: 2 - uid: 2183 components: - type: Transform @@ -14557,11 +14623,6 @@ entities: - type: Transform pos: 52.5,85.5 parent: 2 - - uid: 2198 - components: - - type: Transform - pos: 54.5,85.5 - parent: 2 - uid: 2199 components: - type: Transform @@ -14758,11 +14819,6 @@ entities: - type: Transform pos: 69.5,182.5 parent: 2 - - uid: 2238 - components: - - type: Transform - pos: 70.5,182.5 - parent: 2 - uid: 2239 components: - type: Transform @@ -14883,16 +14939,6 @@ entities: - type: Transform pos: 77.5,141.5 parent: 2 - - uid: 2263 - components: - - type: Transform - pos: 78.5,140.5 - parent: 2 - - uid: 2264 - components: - - type: Transform - pos: 78.5,141.5 - parent: 2 - uid: 2265 components: - type: Transform @@ -14959,11 +15005,6 @@ entities: - type: Transform pos: 77.5,182.5 parent: 2 - - uid: 2278 - components: - - type: Transform - pos: 77.5,181.5 - parent: 2 - uid: 2279 components: - type: Transform @@ -15072,11 +15113,6 @@ entities: - type: Transform pos: 62.5,87.5 parent: 2 - - uid: 2300 - components: - - type: Transform - pos: 63.5,87.5 - parent: 2 - uid: 2301 components: - type: Transform @@ -15112,11 +15148,6 @@ entities: - type: Transform pos: 85.5,88.5 parent: 2 - - uid: 2308 - components: - - type: Transform - pos: 84.5,85.5 - parent: 2 - uid: 2309 components: - type: Transform @@ -15357,11 +15388,6 @@ entities: - type: Transform pos: 82.5,56.5 parent: 2 - - uid: 2357 - components: - - type: Transform - pos: 82.5,55.5 - parent: 2 - uid: 2358 components: - type: Transform @@ -15467,11 +15493,6 @@ entities: - type: Transform pos: 99.5,124.5 parent: 2 - - uid: 2379 - components: - - type: Transform - pos: 99.5,125.5 - parent: 2 - uid: 2380 components: - type: Transform @@ -15757,16 +15778,6 @@ entities: - type: Transform pos: 66.5,206.5 parent: 2 - - uid: 2437 - components: - - type: Transform - pos: 67.5,205.5 - parent: 2 - - uid: 2438 - components: - - type: Transform - pos: 67.5,206.5 - parent: 2 - uid: 2439 components: - type: Transform @@ -15847,16 +15858,6 @@ entities: - type: Transform pos: 75.5,206.5 parent: 2 - - uid: 2455 - components: - - type: Transform - pos: 76.5,205.5 - parent: 2 - - uid: 2456 - components: - - type: Transform - pos: 76.5,206.5 - parent: 2 - uid: 2457 components: - type: Transform @@ -15902,11 +15903,6 @@ entities: - type: Transform pos: 81.5,205.5 parent: 2 - - uid: 2466 - components: - - type: Transform - pos: 81.5,206.5 - parent: 2 - uid: 2467 components: - type: Transform @@ -15947,16 +15943,6 @@ entities: - type: Transform pos: 85.5,206.5 parent: 2 - - uid: 2475 - components: - - type: Transform - pos: 86.5,205.5 - parent: 2 - - uid: 2476 - components: - - type: Transform - pos: 86.5,206.5 - parent: 2 - uid: 2477 components: - type: Transform @@ -16002,16 +15988,6 @@ entities: - type: Transform pos: 89.5,209.5 parent: 2 - - uid: 2486 - components: - - type: Transform - pos: 89.5,210.5 - parent: 2 - - uid: 2487 - components: - - type: Transform - pos: 89.5,211.5 - parent: 2 - uid: 2488 components: - type: Transform @@ -16022,11 +15998,6 @@ entities: - type: Transform pos: 89.5,213.5 parent: 2 - - uid: 2490 - components: - - type: Transform - pos: 89.5,214.5 - parent: 2 - uid: 2491 components: - type: Transform @@ -16087,11 +16058,6 @@ entities: - type: Transform pos: 89.5,226.5 parent: 2 - - uid: 2503 - components: - - type: Transform - pos: 89.5,227.5 - parent: 2 - uid: 2504 components: - type: Transform @@ -16152,11 +16118,6 @@ entities: - type: Transform pos: 88.5,213.5 parent: 2 - - uid: 2516 - components: - - type: Transform - pos: 88.5,214.5 - parent: 2 - uid: 2517 components: - type: Transform @@ -16217,11 +16178,6 @@ entities: - type: Transform pos: 88.5,226.5 parent: 2 - - uid: 2529 - components: - - type: Transform - pos: 88.5,227.5 - parent: 2 - uid: 2530 components: - type: Transform @@ -16247,31 +16203,6 @@ entities: - type: Transform pos: 88.5,232.5 parent: 2 - - uid: 2535 - components: - - type: Transform - pos: 57.5,204.5 - parent: 2 - - uid: 2536 - components: - - type: Transform - pos: 57.5,205.5 - parent: 2 - - uid: 2537 - components: - - type: Transform - pos: 57.5,206.5 - parent: 2 - - uid: 2538 - components: - - type: Transform - pos: 57.5,207.5 - parent: 2 - - uid: 2539 - components: - - type: Transform - pos: 58.5,204.5 - parent: 2 - uid: 2540 components: - type: Transform @@ -16282,16 +16213,6 @@ entities: - type: Transform pos: 58.5,206.5 parent: 2 - - uid: 2542 - components: - - type: Transform - pos: 58.5,207.5 - parent: 2 - - uid: 2543 - components: - - type: Transform - pos: 59.5,204.5 - parent: 2 - uid: 2544 components: - type: Transform @@ -16302,16 +16223,6 @@ entities: - type: Transform pos: 59.5,206.5 parent: 2 - - uid: 2546 - components: - - type: Transform - pos: 59.5,207.5 - parent: 2 - - uid: 2547 - components: - - type: Transform - pos: 60.5,204.5 - parent: 2 - uid: 2548 components: - type: Transform @@ -16322,16 +16233,6 @@ entities: - type: Transform pos: 60.5,206.5 parent: 2 - - uid: 2550 - components: - - type: Transform - pos: 60.5,207.5 - parent: 2 - - uid: 2551 - components: - - type: Transform - pos: 61.5,204.5 - parent: 2 - uid: 2552 components: - type: Transform @@ -16342,16 +16243,6 @@ entities: - type: Transform pos: 61.5,206.5 parent: 2 - - uid: 2554 - components: - - type: Transform - pos: 61.5,207.5 - parent: 2 - - uid: 2555 - components: - - type: Transform - pos: 62.5,204.5 - parent: 2 - uid: 2556 components: - type: Transform @@ -16362,16 +16253,6 @@ entities: - type: Transform pos: 62.5,206.5 parent: 2 - - uid: 2558 - components: - - type: Transform - pos: 62.5,207.5 - parent: 2 - - uid: 2559 - components: - - type: Transform - pos: 63.5,204.5 - parent: 2 - uid: 2560 components: - type: Transform @@ -16382,16 +16263,6 @@ entities: - type: Transform pos: 63.5,206.5 parent: 2 - - uid: 2562 - components: - - type: Transform - pos: 63.5,207.5 - parent: 2 - - uid: 2563 - components: - - type: Transform - pos: 64.5,204.5 - parent: 2 - uid: 2564 components: - type: Transform @@ -16402,11 +16273,6 @@ entities: - type: Transform pos: 64.5,206.5 parent: 2 - - uid: 2566 - components: - - type: Transform - pos: 65.5,204.5 - parent: 2 - uid: 2567 components: - type: Transform @@ -16417,16 +16283,6 @@ entities: - type: Transform pos: 65.5,206.5 parent: 2 - - uid: 2569 - components: - - type: Transform - pos: 65.5,207.5 - parent: 2 - - uid: 2570 - components: - - type: Transform - pos: 66.5,204.5 - parent: 2 - uid: 2571 components: - type: Transform @@ -16437,36 +16293,6 @@ entities: - type: Transform pos: 66.5,206.5 parent: 2 - - uid: 2573 - components: - - type: Transform - pos: 66.5,207.5 - parent: 2 - - uid: 2574 - components: - - type: Transform - pos: 67.5,204.5 - parent: 2 - - uid: 2575 - components: - - type: Transform - pos: 67.5,205.5 - parent: 2 - - uid: 2576 - components: - - type: Transform - pos: 67.5,206.5 - parent: 2 - - uid: 2577 - components: - - type: Transform - pos: 67.5,207.5 - parent: 2 - - uid: 2578 - components: - - type: Transform - pos: 68.5,204.5 - parent: 2 - uid: 2579 components: - type: Transform @@ -16477,16 +16303,6 @@ entities: - type: Transform pos: 68.5,206.5 parent: 2 - - uid: 2581 - components: - - type: Transform - pos: 68.5,207.5 - parent: 2 - - uid: 2582 - components: - - type: Transform - pos: 69.5,204.5 - parent: 2 - uid: 2583 components: - type: Transform @@ -16497,16 +16313,6 @@ entities: - type: Transform pos: 69.5,206.5 parent: 2 - - uid: 2585 - components: - - type: Transform - pos: 69.5,207.5 - parent: 2 - - uid: 2586 - components: - - type: Transform - pos: 70.5,204.5 - parent: 2 - uid: 2587 components: - type: Transform @@ -16517,16 +16323,6 @@ entities: - type: Transform pos: 70.5,206.5 parent: 2 - - uid: 2589 - components: - - type: Transform - pos: 70.5,207.5 - parent: 2 - - uid: 2590 - components: - - type: Transform - pos: 71.5,204.5 - parent: 2 - uid: 2591 components: - type: Transform @@ -16537,16 +16333,6 @@ entities: - type: Transform pos: 71.5,206.5 parent: 2 - - uid: 2593 - components: - - type: Transform - pos: 71.5,207.5 - parent: 2 - - uid: 2594 - components: - - type: Transform - pos: 72.5,204.5 - parent: 2 - uid: 2595 components: - type: Transform @@ -16557,16 +16343,6 @@ entities: - type: Transform pos: 72.5,206.5 parent: 2 - - uid: 2597 - components: - - type: Transform - pos: 72.5,207.5 - parent: 2 - - uid: 2598 - components: - - type: Transform - pos: 73.5,204.5 - parent: 2 - uid: 2599 components: - type: Transform @@ -16577,16 +16353,6 @@ entities: - type: Transform pos: 73.5,206.5 parent: 2 - - uid: 2601 - components: - - type: Transform - pos: 73.5,207.5 - parent: 2 - - uid: 2602 - components: - - type: Transform - pos: 74.5,204.5 - parent: 2 - uid: 2603 components: - type: Transform @@ -16597,16 +16363,6 @@ entities: - type: Transform pos: 74.5,206.5 parent: 2 - - uid: 2605 - components: - - type: Transform - pos: 74.5,207.5 - parent: 2 - - uid: 2606 - components: - - type: Transform - pos: 75.5,204.5 - parent: 2 - uid: 2607 components: - type: Transform @@ -16617,530 +16373,215 @@ entities: - type: Transform pos: 75.5,206.5 parent: 2 - - uid: 2609 + - uid: 2615 components: - type: Transform - pos: 75.5,207.5 + pos: 77.5,205.5 parent: 2 - - uid: 2610 + - uid: 2616 components: - type: Transform - pos: 76.5,204.5 + pos: 77.5,206.5 parent: 2 - - uid: 2611 + - uid: 2619 components: - type: Transform - pos: 76.5,205.5 + pos: 78.5,205.5 parent: 2 - - uid: 2612 + - uid: 2620 components: - type: Transform - pos: 76.5,206.5 + pos: 78.5,206.5 parent: 2 - - uid: 2613 + - uid: 2623 components: - type: Transform - pos: 76.5,207.5 + pos: 79.5,205.5 parent: 2 - - uid: 2614 + - uid: 2624 components: - type: Transform - pos: 77.5,204.5 + pos: 79.5,206.5 parent: 2 - - uid: 2615 + - uid: 2627 components: - type: Transform - pos: 77.5,205.5 + pos: 80.5,205.5 parent: 2 - - uid: 2616 + - uid: 2631 components: - type: Transform - pos: 77.5,206.5 + pos: 81.5,205.5 parent: 2 - - uid: 2617 + - uid: 2635 components: - type: Transform - pos: 77.5,207.5 + pos: 82.5,205.5 parent: 2 - - uid: 2618 + - uid: 2636 components: - type: Transform - pos: 78.5,204.5 + pos: 82.5,206.5 parent: 2 - - uid: 2619 + - uid: 2639 components: - type: Transform - pos: 78.5,205.5 + pos: 83.5,205.5 parent: 2 - - uid: 2620 + - uid: 2640 components: - type: Transform - pos: 78.5,206.5 + pos: 83.5,206.5 parent: 2 - - uid: 2621 + - uid: 2643 components: - type: Transform - pos: 78.5,207.5 + pos: 84.5,205.5 parent: 2 - - uid: 2622 + - uid: 2644 components: - type: Transform - pos: 79.5,204.5 + pos: 84.5,206.5 parent: 2 - - uid: 2623 + - uid: 2647 components: - type: Transform - pos: 79.5,205.5 + pos: 85.5,205.5 parent: 2 - - uid: 2624 + - uid: 2648 components: - type: Transform - pos: 79.5,206.5 + pos: 85.5,206.5 parent: 2 - - uid: 2625 + - uid: 2655 components: - type: Transform - pos: 79.5,207.5 + pos: 87.5,205.5 parent: 2 - - uid: 2626 + - uid: 2656 components: - type: Transform - pos: 80.5,204.5 + pos: 87.5,206.5 parent: 2 - - uid: 2627 + - uid: 2659 components: - type: Transform - pos: 80.5,205.5 + pos: 88.5,205.5 parent: 2 - - uid: 2628 + - uid: 2660 components: - type: Transform - pos: 80.5,206.5 + pos: 88.5,206.5 parent: 2 - - uid: 2629 + - uid: 2661 components: - type: Transform - pos: 80.5,207.5 + pos: 88.5,207.5 parent: 2 - - uid: 2630 + - uid: 2663 components: - type: Transform - pos: 81.5,204.5 + pos: 89.5,205.5 parent: 2 - - uid: 2631 + - uid: 2664 components: - type: Transform - pos: 81.5,205.5 + pos: 89.5,206.5 parent: 2 - - uid: 2632 + - uid: 2665 components: - type: Transform - pos: 81.5,206.5 + pos: 89.5,207.5 parent: 2 - - uid: 2633 + - uid: 2691 components: - type: Transform - pos: 81.5,207.5 + pos: 81.5,122.5 parent: 2 - - uid: 2634 + - uid: 2692 components: - type: Transform - pos: 82.5,204.5 + pos: 63.5,87.5 parent: 2 - - uid: 2635 + - uid: 2697 components: - type: Transform - pos: 82.5,205.5 + pos: 88.5,207.5 parent: 2 - - uid: 2636 + - uid: 2698 components: - type: Transform - pos: 82.5,206.5 + pos: 88.5,208.5 parent: 2 - - uid: 2637 + - uid: 2699 components: - type: Transform - pos: 82.5,207.5 + pos: 88.5,209.5 parent: 2 - - uid: 2638 + - uid: 2700 components: - type: Transform - pos: 83.5,204.5 + pos: 88.5,210.5 parent: 2 - - uid: 2639 + - uid: 2701 components: - type: Transform - pos: 83.5,205.5 + pos: 88.5,211.5 parent: 2 - - uid: 2640 + - uid: 2702 components: - type: Transform - pos: 83.5,206.5 + pos: 88.5,212.5 parent: 2 - - uid: 2641 + - uid: 2703 components: - type: Transform - pos: 83.5,207.5 + pos: 88.5,213.5 parent: 2 - - uid: 2642 + - uid: 2705 components: - type: Transform - pos: 84.5,204.5 + pos: 88.5,215.5 parent: 2 - - uid: 2643 + - uid: 2706 components: - type: Transform - pos: 84.5,205.5 + pos: 88.5,216.5 parent: 2 - - uid: 2644 + - uid: 2707 components: - type: Transform - pos: 84.5,206.5 + pos: 88.5,217.5 parent: 2 - - uid: 2645 + - uid: 2708 components: - type: Transform - pos: 84.5,207.5 + pos: 88.5,218.5 parent: 2 - - uid: 2646 + - uid: 2709 components: - type: Transform - pos: 85.5,204.5 + pos: 88.5,219.5 parent: 2 - - uid: 2647 + - uid: 2710 components: - type: Transform - pos: 85.5,205.5 + pos: 88.5,220.5 parent: 2 - - uid: 2648 + - uid: 2711 components: - type: Transform - pos: 85.5,206.5 + pos: 88.5,221.5 parent: 2 - - uid: 2649 + - uid: 2712 components: - type: Transform - pos: 85.5,207.5 + pos: 88.5,222.5 parent: 2 - - uid: 2650 + - uid: 2713 components: - type: Transform - pos: 86.5,204.5 - parent: 2 - - uid: 2651 - components: - - type: Transform - pos: 86.5,205.5 - parent: 2 - - uid: 2652 - components: - - type: Transform - pos: 86.5,206.5 - parent: 2 - - uid: 2653 - components: - - type: Transform - pos: 86.5,207.5 - parent: 2 - - uid: 2654 - components: - - type: Transform - pos: 87.5,204.5 - parent: 2 - - uid: 2655 - components: - - type: Transform - pos: 87.5,205.5 - parent: 2 - - uid: 2656 - components: - - type: Transform - pos: 87.5,206.5 - parent: 2 - - uid: 2657 - components: - - type: Transform - pos: 87.5,207.5 - parent: 2 - - uid: 2658 - components: - - type: Transform - pos: 88.5,204.5 - parent: 2 - - uid: 2659 - components: - - type: Transform - pos: 88.5,205.5 - parent: 2 - - uid: 2660 - components: - - type: Transform - pos: 88.5,206.5 - parent: 2 - - uid: 2661 - components: - - type: Transform - pos: 88.5,207.5 - parent: 2 - - uid: 2662 - components: - - type: Transform - pos: 89.5,204.5 - parent: 2 - - uid: 2663 - components: - - type: Transform - pos: 89.5,205.5 - parent: 2 - - uid: 2664 - components: - - type: Transform - pos: 89.5,206.5 - parent: 2 - - uid: 2665 - components: - - type: Transform - pos: 89.5,207.5 - parent: 2 - - uid: 2666 - components: - - type: Transform - pos: 90.5,204.5 - parent: 2 - - uid: 2667 - components: - - type: Transform - pos: 90.5,205.5 - parent: 2 - - uid: 2668 - components: - - type: Transform - pos: 90.5,206.5 - parent: 2 - - uid: 2669 - components: - - type: Transform - pos: 90.5,207.5 - parent: 2 - - uid: 2670 - components: - - type: Transform - pos: 87.5,207.5 - parent: 2 - - uid: 2671 - components: - - type: Transform - pos: 87.5,208.5 - parent: 2 - - uid: 2672 - components: - - type: Transform - pos: 87.5,209.5 - parent: 2 - - uid: 2673 - components: - - type: Transform - pos: 87.5,210.5 - parent: 2 - - uid: 2674 - components: - - type: Transform - pos: 87.5,211.5 - parent: 2 - - uid: 2675 - components: - - type: Transform - pos: 87.5,212.5 - parent: 2 - - uid: 2676 - components: - - type: Transform - pos: 87.5,213.5 - parent: 2 - - uid: 2677 - components: - - type: Transform - pos: 87.5,214.5 - parent: 2 - - uid: 2678 - components: - - type: Transform - pos: 87.5,215.5 - parent: 2 - - uid: 2679 - components: - - type: Transform - pos: 87.5,216.5 - parent: 2 - - uid: 2680 - components: - - type: Transform - pos: 87.5,217.5 - parent: 2 - - uid: 2681 - components: - - type: Transform - pos: 87.5,218.5 - parent: 2 - - uid: 2682 - components: - - type: Transform - pos: 87.5,219.5 - parent: 2 - - uid: 2683 - components: - - type: Transform - pos: 87.5,220.5 - parent: 2 - - uid: 2684 - components: - - type: Transform - pos: 87.5,221.5 - parent: 2 - - uid: 2685 - components: - - type: Transform - pos: 87.5,222.5 - parent: 2 - - uid: 2686 - components: - - type: Transform - pos: 87.5,223.5 - parent: 2 - - uid: 2687 - components: - - type: Transform - pos: 87.5,224.5 - parent: 2 - - uid: 2688 - components: - - type: Transform - pos: 87.5,225.5 - parent: 2 - - uid: 2689 - components: - - type: Transform - pos: 87.5,226.5 - parent: 2 - - uid: 2690 - components: - - type: Transform - pos: 87.5,227.5 - parent: 2 - - uid: 2691 - components: - - type: Transform - pos: 87.5,228.5 - parent: 2 - - uid: 2692 - components: - - type: Transform - pos: 87.5,229.5 - parent: 2 - - uid: 2693 - components: - - type: Transform - pos: 87.5,230.5 - parent: 2 - - uid: 2694 - components: - - type: Transform - pos: 87.5,231.5 - parent: 2 - - uid: 2695 - components: - - type: Transform - pos: 87.5,232.5 - parent: 2 - - uid: 2696 - components: - - type: Transform - pos: 87.5,233.5 - parent: 2 - - uid: 2697 - components: - - type: Transform - pos: 88.5,207.5 - parent: 2 - - uid: 2698 - components: - - type: Transform - pos: 88.5,208.5 - parent: 2 - - uid: 2699 - components: - - type: Transform - pos: 88.5,209.5 - parent: 2 - - uid: 2700 - components: - - type: Transform - pos: 88.5,210.5 - parent: 2 - - uid: 2701 - components: - - type: Transform - pos: 88.5,211.5 - parent: 2 - - uid: 2702 - components: - - type: Transform - pos: 88.5,212.5 - parent: 2 - - uid: 2703 - components: - - type: Transform - pos: 88.5,213.5 - parent: 2 - - uid: 2704 - components: - - type: Transform - pos: 88.5,214.5 - parent: 2 - - uid: 2705 - components: - - type: Transform - pos: 88.5,215.5 - parent: 2 - - uid: 2706 - components: - - type: Transform - pos: 88.5,216.5 - parent: 2 - - uid: 2707 - components: - - type: Transform - pos: 88.5,217.5 - parent: 2 - - uid: 2708 - components: - - type: Transform - pos: 88.5,218.5 - parent: 2 - - uid: 2709 - components: - - type: Transform - pos: 88.5,219.5 - parent: 2 - - uid: 2710 - components: - - type: Transform - pos: 88.5,220.5 - parent: 2 - - uid: 2711 - components: - - type: Transform - pos: 88.5,221.5 - parent: 2 - - uid: 2712 - components: - - type: Transform - pos: 88.5,222.5 - parent: 2 - - uid: 2713 - components: - - type: Transform - pos: 88.5,223.5 + pos: 88.5,223.5 parent: 2 - uid: 2714 components: @@ -17157,11 +16598,6 @@ entities: - type: Transform pos: 88.5,226.5 parent: 2 - - uid: 2717 - components: - - type: Transform - pos: 88.5,227.5 - parent: 2 - uid: 2718 components: - type: Transform @@ -17187,11 +16623,6 @@ entities: - type: Transform pos: 88.5,232.5 parent: 2 - - uid: 2723 - components: - - type: Transform - pos: 88.5,233.5 - parent: 2 - uid: 2724 components: - type: Transform @@ -17207,16 +16638,6 @@ entities: - type: Transform pos: 89.5,209.5 parent: 2 - - uid: 2727 - components: - - type: Transform - pos: 89.5,210.5 - parent: 2 - - uid: 2728 - components: - - type: Transform - pos: 89.5,211.5 - parent: 2 - uid: 2729 components: - type: Transform @@ -17227,11 +16648,6 @@ entities: - type: Transform pos: 89.5,213.5 parent: 2 - - uid: 2731 - components: - - type: Transform - pos: 89.5,214.5 - parent: 2 - uid: 2732 components: - type: Transform @@ -17292,11 +16708,6 @@ entities: - type: Transform pos: 89.5,226.5 parent: 2 - - uid: 2744 - components: - - type: Transform - pos: 89.5,227.5 - parent: 2 - uid: 2745 components: - type: Transform @@ -17322,131 +16733,6 @@ entities: - type: Transform pos: 89.5,232.5 parent: 2 - - uid: 2750 - components: - - type: Transform - pos: 89.5,233.5 - parent: 2 - - uid: 2751 - components: - - type: Transform - pos: 90.5,207.5 - parent: 2 - - uid: 2752 - components: - - type: Transform - pos: 90.5,208.5 - parent: 2 - - uid: 2753 - components: - - type: Transform - pos: 90.5,209.5 - parent: 2 - - uid: 2754 - components: - - type: Transform - pos: 90.5,210.5 - parent: 2 - - uid: 2755 - components: - - type: Transform - pos: 90.5,211.5 - parent: 2 - - uid: 2756 - components: - - type: Transform - pos: 90.5,212.5 - parent: 2 - - uid: 2757 - components: - - type: Transform - pos: 90.5,213.5 - parent: 2 - - uid: 2758 - components: - - type: Transform - pos: 90.5,214.5 - parent: 2 - - uid: 2759 - components: - - type: Transform - pos: 90.5,215.5 - parent: 2 - - uid: 2760 - components: - - type: Transform - pos: 90.5,216.5 - parent: 2 - - uid: 2761 - components: - - type: Transform - pos: 90.5,217.5 - parent: 2 - - uid: 2762 - components: - - type: Transform - pos: 90.5,218.5 - parent: 2 - - uid: 2763 - components: - - type: Transform - pos: 90.5,219.5 - parent: 2 - - uid: 2764 - components: - - type: Transform - pos: 90.5,220.5 - parent: 2 - - uid: 2765 - components: - - type: Transform - pos: 90.5,221.5 - parent: 2 - - uid: 2766 - components: - - type: Transform - pos: 90.5,222.5 - parent: 2 - - uid: 2767 - components: - - type: Transform - pos: 90.5,223.5 - parent: 2 - - uid: 2768 - components: - - type: Transform - pos: 90.5,224.5 - parent: 2 - - uid: 2769 - components: - - type: Transform - pos: 90.5,225.5 - parent: 2 - - uid: 2770 - components: - - type: Transform - pos: 90.5,226.5 - parent: 2 - - uid: 2771 - components: - - type: Transform - pos: 90.5,227.5 - parent: 2 - - uid: 2772 - components: - - type: Transform - pos: 90.5,228.5 - parent: 2 - - uid: 2773 - components: - - type: Transform - pos: 90.5,229.5 - parent: 2 - - uid: 2774 - components: - - type: Transform - pos: 90.5,230.5 - parent: 2 - uid: 2775 components: - type: Transform @@ -17457,11 +16743,6 @@ entities: - type: Transform pos: 90.5,232.5 parent: 2 - - uid: 2777 - components: - - type: Transform - pos: 90.5,233.5 - parent: 2 - uid: 2778 components: - type: Transform @@ -18358,11 +17639,6 @@ entities: - type: Transform pos: 105.5,207.5 parent: 2 - - uid: 2957 - components: - - type: Transform - pos: 91.5,233.5 - parent: 2 - uid: 2958 components: - type: Transform @@ -18373,16 +17649,6 @@ entities: - type: Transform pos: 91.5,231.5 parent: 2 - - uid: 2960 - components: - - type: Transform - pos: 91.5,230.5 - parent: 2 - - uid: 2961 - components: - - type: Transform - pos: 92.5,233.5 - parent: 2 - uid: 2962 components: - type: Transform @@ -18393,16 +17659,6 @@ entities: - type: Transform pos: 92.5,231.5 parent: 2 - - uid: 2964 - components: - - type: Transform - pos: 92.5,230.5 - parent: 2 - - uid: 2965 - components: - - type: Transform - pos: 93.5,233.5 - parent: 2 - uid: 2966 components: - type: Transform @@ -18413,16 +17669,6 @@ entities: - type: Transform pos: 93.5,231.5 parent: 2 - - uid: 2968 - components: - - type: Transform - pos: 93.5,230.5 - parent: 2 - - uid: 2969 - components: - - type: Transform - pos: 94.5,233.5 - parent: 2 - uid: 2970 components: - type: Transform @@ -18433,16 +17679,6 @@ entities: - type: Transform pos: 94.5,231.5 parent: 2 - - uid: 2972 - components: - - type: Transform - pos: 94.5,230.5 - parent: 2 - - uid: 2973 - components: - - type: Transform - pos: 95.5,233.5 - parent: 2 - uid: 2974 components: - type: Transform @@ -18453,16 +17689,6 @@ entities: - type: Transform pos: 95.5,231.5 parent: 2 - - uid: 2976 - components: - - type: Transform - pos: 95.5,230.5 - parent: 2 - - uid: 2977 - components: - - type: Transform - pos: 96.5,233.5 - parent: 2 - uid: 2978 components: - type: Transform @@ -18473,11 +17699,6 @@ entities: - type: Transform pos: 96.5,231.5 parent: 2 - - uid: 2980 - components: - - type: Transform - pos: 96.5,230.5 - parent: 2 - uid: 2981 components: - type: Transform @@ -18980,21 +18201,11 @@ entities: - type: Transform pos: 69.5,159.5 parent: 2 - - uid: 3079 - components: - - type: Transform - pos: 70.5,165.5 - parent: 2 - uid: 3080 components: - type: Transform pos: 70.5,164.5 parent: 2 - - uid: 3081 - components: - - type: Transform - pos: 89.5,57.5 - parent: 2 - uid: 3082 components: - type: Transform @@ -19020,16 +18231,6 @@ entities: - type: Transform pos: 88.5,55.5 parent: 2 - - uid: 3087 - components: - - type: Transform - pos: 88.5,57.5 - parent: 2 - - uid: 3088 - components: - - type: Transform - pos: 88.5,56.5 - parent: 2 - uid: 3089 components: - type: Transform @@ -19050,11 +18251,6 @@ entities: - type: Transform pos: 88.5,60.5 parent: 2 - - uid: 3093 - components: - - type: Transform - pos: 87.5,56.5 - parent: 2 - uid: 3094 components: - type: Transform @@ -19065,11 +18261,6 @@ entities: - type: Transform pos: 87.5,58.5 parent: 2 - - uid: 3096 - components: - - type: Transform - pos: 87.5,57.5 - parent: 2 - uid: 3097 components: - type: Transform @@ -19260,11 +18451,6 @@ entities: - type: Transform pos: 96.5,61.5 parent: 2 - - uid: 3135 - components: - - type: Transform - pos: 94.5,52.5 - parent: 2 - uid: 3136 components: - type: Transform @@ -19330,16 +18516,6 @@ entities: - type: Transform pos: 99.5,61.5 parent: 2 - - uid: 3149 - components: - - type: Transform - pos: 93.5,52.5 - parent: 2 - - uid: 3150 - components: - - type: Transform - pos: 93.5,53.5 - parent: 2 - uid: 3151 components: - type: Transform @@ -19370,11 +18546,6 @@ entities: - type: Transform pos: 95.5,53.5 parent: 2 - - uid: 3157 - components: - - type: Transform - pos: 94.5,53.5 - parent: 2 - uid: 3158 components: - type: Transform @@ -19545,11 +18716,6 @@ entities: - type: Transform pos: 89.5,53.5 parent: 2 - - uid: 3192 - components: - - type: Transform - pos: 89.5,56.5 - parent: 2 - uid: 3193 components: - type: Transform @@ -19600,11 +18766,6 @@ entities: - type: Transform pos: 88.5,47.5 parent: 2 - - uid: 3203 - components: - - type: Transform - pos: 80.5,47.5 - parent: 2 - uid: 3204 components: - type: Transform @@ -20650,6 +19811,13 @@ entities: - type: Transform pos: 104.5,195.5 parent: 2 +- proto: N14IDKeyBrass + entities: + - uid: 1025 + components: + - type: Transform + pos: 129.69183,212.45236 + parent: 2 - proto: N14IDKeyIron entities: - uid: 1522 @@ -20684,11 +19852,22 @@ entities: parent: 2 - proto: N14JunkAbraxoCleaner entities: + - uid: 2628 + components: + - type: Transform + parent: 2612 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False - uid: 3299 components: - type: Transform - pos: 81.18609,146.11061 - parent: 2 + parent: 3611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False - uid: 3300 components: - type: Transform @@ -20697,8 +19876,11 @@ entities: - uid: 3301 components: - type: Transform - pos: 81.2584,146.13167 - parent: 2 + parent: 3611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False - proto: N14JunkBaseball entities: - uid: 3302 @@ -20787,6 +19969,16 @@ entities: - type: Transform pos: 84.634125,183.94614 parent: 2 +- proto: N14JunkCrutch + entities: + - uid: 14062 + components: + - type: Transform + pos: 114.55291,203.58162 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: N14JunkDuctTape entities: - uid: 3312 @@ -21232,877 +20424,918 @@ entities: parent: 2 - proto: N14LightSmall entities: - - uid: 3352 + - uid: 20 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,145.5 + pos: 107.5,191.5 parent: 2 - - uid: 3353 + - uid: 21 components: - type: Transform - pos: 138.5,203.5 + pos: 116.5,187.5 parent: 2 - - uid: 3354 + - uid: 46 components: - type: Transform - pos: 100.5,180.5 + pos: 120.5,179.5 parent: 2 - - type: Timer - - uid: 3355 + - uid: 1020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,151.5 + rot: -1.5707963267948966 rad + pos: 132.5,210.5 parent: 2 - - uid: 3356 + - uid: 1080 components: - type: Transform - pos: 104.5,180.5 + rot: 1.5707963267948966 rad + pos: 91.5,131.5 parent: 2 - - uid: 3357 + - uid: 1081 components: - type: Transform rot: -1.5707963267948966 rad - pos: 82.5,130.5 + pos: 89.5,134.5 parent: 2 - - uid: 3358 + - uid: 1082 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.5,186.5 + pos: 93.5,136.5 parent: 2 - - uid: 3359 + - uid: 1083 components: - type: Transform - pos: 109.5,179.5 + rot: 1.5707963267948966 rad + pos: 83.5,133.5 parent: 2 - - uid: 3360 + - uid: 1084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,150.5 + rot: 3.141592653589793 rad + pos: 86.5,128.5 parent: 2 - - uid: 3361 + - uid: 1085 components: - type: Transform rot: -1.5707963267948966 rad - pos: 91.5,148.5 + pos: 94.5,142.5 parent: 2 - - uid: 3362 + - uid: 1086 components: - type: Transform - pos: 97.5,144.5 + rot: -1.5707963267948966 rad + pos: 86.5,145.5 parent: 2 - - uid: 3363 + - uid: 1087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,142.5 + rot: 3.141592653589793 rad + pos: 131.5,214.5 parent: 2 - - uid: 3364 + - uid: 1339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,131.5 + rot: 3.141592653589793 rad + pos: 125.5,210.5 parent: 2 - - uid: 3365 + - uid: 1351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,131.5 + rot: -1.5707963267948966 rad + pos: 121.5,196.5 parent: 2 - - uid: 3366 + - uid: 1353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,134.5 + rot: -1.5707963267948966 rad + pos: 118.5,210.5 parent: 2 - - uid: 3367 + - uid: 1468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,136.5 + pos: 116.5,197.5 parent: 2 - - uid: 3368 + - uid: 1561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,139.5 + rot: 3.141592653589793 rad + pos: 116.5,194.5 parent: 2 - - uid: 3369 + - uid: 1712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,140.5 + rot: 3.141592653589793 rad + pos: 121.5,191.5 parent: 2 - - uid: 3370 + - uid: 1713 components: - type: Transform - pos: 89.5,136.5 + rot: -1.5707963267948966 rad + pos: 113.5,212.5 parent: 2 - - uid: 3371 + - uid: 1715 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,145.5 + pos: 136.5,180.5 parent: 2 - - uid: 3372 + - uid: 2264 components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,186.5 + pos: 98.5,192.5 parent: 2 - - uid: 3373 + - uid: 2550 components: - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,191.5 + rot: 1.5707963267948966 rad + pos: 148.5,205.5 parent: 2 - - uid: 3374 + - uid: 2551 components: - type: Transform - pos: 120.5,182.5 + rot: 3.141592653589793 rad + pos: 120.5,187.5 parent: 2 - - uid: 3375 + - uid: 2554 components: - type: Transform rot: 3.141592653589793 rad - pos: 120.5,188.5 + pos: 129.5,194.5 parent: 2 - - uid: 3376 + - uid: 2555 components: - type: Transform - pos: 120.5,206.5 + rot: 1.5707963267948966 rad + pos: 125.5,195.5 parent: 2 - - uid: 3377 + - uid: 2570 components: - type: Transform rot: 3.141592653589793 rad - pos: 112.5,191.5 - parent: 2 - - uid: 3378 - components: - - type: Transform - pos: 131.5,186.5 + pos: 89.5,137.5 parent: 2 - - uid: 3379 + - uid: 2582 components: - type: Transform rot: 3.141592653589793 rad - pos: 129.5,175.5 + pos: 132.5,191.5 parent: 2 - - uid: 3380 + - uid: 2589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,191.5 + rot: 3.141592653589793 rad + pos: 128.5,207.5 parent: 2 - - uid: 3381 + - uid: 2594 components: - type: Transform - pos: 136.5,187.5 + pos: 131.5,179.5 parent: 2 - - uid: 3382 + - uid: 2597 components: - type: Transform rot: -1.5707963267948966 rad - pos: 135.5,180.5 + pos: 127.5,178.5 parent: 2 - - uid: 3383 + - uid: 2601 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,133.5 + pos: 85.5,139.5 parent: 2 - - uid: 3384 + - uid: 2605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,194.5 + rot: 1.5707963267948966 rad + pos: 115.5,185.5 parent: 2 - - uid: 3385 + - uid: 2613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,199.5 + pos: 141.5,209.5 parent: 2 - - uid: 3386 + - uid: 2617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 116.5,188.5 + rot: 1.5707963267948966 rad + pos: 119.5,206.5 parent: 2 - - uid: 3387 + - uid: 2618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,180.5 + rot: 1.5707963267948966 rad + pos: 148.5,210.5 parent: 2 - - uid: 3388 + - uid: 2621 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,119.5 + pos: 129.5,204.5 parent: 2 - - uid: 3389 + - uid: 2629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,187.5 + pos: 132.5,183.5 parent: 2 - - uid: 3390 + - uid: 2634 components: - type: Transform rot: 1.5707963267948966 rad - pos: 107.5,186.5 + pos: 124.5,178.5 parent: 2 - - uid: 3391 + - uid: 2638 components: - type: Transform rot: 3.141592653589793 rad - pos: 120.5,180.5 + pos: 131.5,187.5 parent: 2 - - uid: 3392 + - uid: 2641 components: - type: Transform rot: 1.5707963267948966 rad - pos: 122.5,201.5 + pos: 110.5,195.5 parent: 2 - - uid: 3393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,208.5 - parent: 2 - - uid: 3394 + - uid: 2651 components: - type: Transform - rot: 3.141592653589793 rad - pos: 117.5,211.5 + pos: 102.5,191.5 parent: 2 - - uid: 3395 + - uid: 2653 components: - type: Transform rot: -1.5707963267948966 rad - pos: 131.5,203.5 + pos: 115.5,205.5 parent: 2 - - uid: 3396 + - uid: 2654 components: - type: Transform - pos: 128.5,206.5 + rot: 3.141592653589793 rad + pos: 139.5,213.5 parent: 2 - - uid: 3397 + - uid: 2657 components: - type: Transform - pos: 129.5,193.5 + rot: 3.141592653589793 rad + pos: 138.5,204.5 parent: 2 - - uid: 3398 + - uid: 2667 components: - type: Transform rot: 3.141592653589793 rad - pos: 122.5,175.5 + pos: 130.5,217.5 parent: 2 - - uid: 3399 + - uid: 2668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,196.5 + rot: 3.141592653589793 rad + pos: 141.5,206.5 parent: 2 - - uid: 3400 + - uid: 2673 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,201.5 + rot: 1.5707963267948966 rad + pos: 84.5,145.5 parent: 2 - - uid: 3401 + - uid: 2674 components: - type: Transform - pos: 132.5,190.5 + rot: 1.5707963267948966 rad + pos: 129.5,200.5 parent: 2 - - uid: 3402 + - uid: 2675 components: - type: Transform rot: 1.5707963267948966 rad - pos: 128.5,181.5 + pos: 125.5,200.5 parent: 2 - - uid: 3403 + - uid: 2677 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,184.5 + rot: 1.5707963267948966 rad + pos: 124.5,185.5 parent: 2 - - uid: 3404 + - uid: 2678 components: - type: Transform - pos: 104.5,194.5 + pos: 141.5,202.5 parent: 2 - - uid: 3405 + - uid: 2680 components: - type: Transform rot: -1.5707963267948966 rad - pos: 101.5,191.5 + pos: 127.5,185.5 parent: 2 - - uid: 3406 + - uid: 2681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 116.5,198.5 + rot: 1.5707963267948966 rad + pos: 136.5,208.5 parent: 2 - - uid: 3407 + - uid: 2682 components: - type: Transform - pos: 113.5,193.5 + rot: 3.141592653589793 rad + pos: 114.5,191.5 parent: 2 - - uid: 3408 + - uid: 2687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,200.5 + rot: 3.141592653589793 rad + pos: 120.5,183.5 parent: 2 - - uid: 3409 + - uid: 2689 components: - type: Transform - pos: 121.5,190.5 + pos: 106.5,197.5 parent: 2 - - uid: 3410 + - uid: 2769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,196.5 + pos: 128.5,190.5 parent: 2 - - uid: 3411 + - uid: 3355 components: - type: Transform rot: 3.141592653589793 rad - pos: 111.5,207.5 + pos: 93.5,151.5 parent: 2 - - uid: 3412 + - uid: 3357 components: - type: Transform - pos: 115.5,200.5 + rot: -1.5707963267948966 rad + pos: 82.5,130.5 parent: 2 - - uid: 3413 + - uid: 3358 components: - type: Transform rot: -1.5707963267948966 rad - pos: 123.5,185.5 + pos: 109.5,186.5 parent: 2 - - uid: 3414 + - uid: 3381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 123.5,181.5 + pos: 136.5,187.5 parent: 2 - - uid: 3415 + - uid: 3425 components: - type: Transform - pos: 141.5,205.5 + pos: 118.5,200.5 parent: 2 - - uid: 3416 + - uid: 7537 components: - type: Transform - rot: 3.141592653589793 rad - pos: 141.5,210.5 + rot: -1.5707963267948966 rad + pos: 121.5,205.5 parent: 2 - - uid: 3417 + - uid: 13677 components: - type: Transform - pos: 139.5,212.5 + rot: -1.5707963267948966 rad + pos: 121.5,201.5 parent: 2 - - uid: 3418 + - uid: 13753 components: - type: Transform rot: 1.5707963267948966 rad - pos: 116.5,185.5 + pos: 92.5,148.5 parent: 2 - - uid: 3419 + - uid: 13758 components: - type: Transform rot: -1.5707963267948966 rad - pos: 114.5,185.5 + pos: 98.5,150.5 parent: 2 - - uid: 3420 + - uid: 13759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,185.5 + rot: -1.5707963267948966 rad + pos: 91.5,140.5 parent: 2 - - uid: 3421 + - uid: 13760 components: - type: Transform - pos: 107.5,190.5 + rot: 3.141592653589793 rad + pos: 97.5,145.5 parent: 2 - - uid: 3422 + - uid: 13763 components: - type: Transform - pos: 86.5,127.5 + pos: 129.5,174.5 parent: 2 - - uid: 3423 + - uid: 13846 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,176.5 + rot: -1.5707963267948966 rad + pos: 115.5,185.5 parent: 2 - - uid: 3424 + - uid: 14017 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,176.5 + pos: 122.5,174.5 parent: 2 - - uid: 3425 + - uid: 14050 components: - type: Transform - pos: 118.5,200.5 + rot: -1.5707963267948966 rad + pos: 93.5,131.5 parent: 2 - - uid: 3426 + - uid: 14092 components: - type: Transform - pos: 124.5,212.5 + rot: 1.5707963267948966 rad + pos: 141.5,201.5 parent: 2 - - uid: 3427 + - uid: 14094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 114.5,205.5 + rot: 1.5707963267948966 rad + pos: 141.5,196.5 parent: 2 - - uid: 3428 + - uid: 14095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,205.5 + rot: 1.5707963267948966 rad + pos: 136.5,184.5 parent: 2 - - uid: 3429 + - uid: 14102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,213.5 + pos: 125.5,203.5 parent: 2 - - uid: 3430 + - uid: 14122 components: - type: Transform - rot: 3.141592653589793 rad - pos: 116.5,207.5 + pos: 133.5,175.5 parent: 2 - - uid: 3431 + - uid: 14133 components: - type: Transform - pos: 112.5,200.5 + rot: 3.141592653589793 rad + pos: 134.5,204.5 parent: 2 - - uid: 3432 + - uid: 14135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,204.5 + pos: 118.5,175.5 parent: 2 - - uid: 3433 + - uid: 14143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,203.5 + pos: 100.5,181.5 parent: 2 - - uid: 3434 + - uid: 14144 components: - type: Transform - pos: 130.5,209.5 + pos: 105.5,181.5 parent: 2 - - uid: 3435 + - uid: 14145 components: - type: Transform rot: 3.141592653589793 rad - pos: 130.5,211.5 + pos: 109.5,180.5 parent: 2 - - uid: 3436 + - uid: 14146 components: - type: Transform - pos: 124.5,209.5 + rot: -1.5707963267948966 rad + pos: 106.5,187.5 parent: 2 - - uid: 3437 + - uid: 14147 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,215.5 + rot: 1.5707963267948966 rad + pos: 95.5,186.5 parent: 2 - - uid: 3438 + - uid: 14148 components: - type: Transform - pos: 116.5,192.5 + pos: 100.5,186.5 parent: 2 - - uid: 3439 + - uid: 14149 components: - type: Transform - rot: 3.141592653589793 rad - pos: 116.5,190.5 + rot: -1.5707963267948966 rad + pos: 95.5,181.5 parent: 2 - - uid: 3440 + - uid: 14150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,194.5 + pos: 100.5,175.5 parent: 2 - - uid: 3441 + - uid: 14151 components: - type: Transform - pos: 76.5,198.5 + pos: 105.5,175.5 parent: 2 -- proto: N14LightSmallAlwayson - entities: - - uid: 3442 + - uid: 14152 components: - type: Transform - pos: 78.5,107.5 + rot: 1.5707963267948966 rad + pos: 133.5,196.5 parent: 2 - - uid: 3443 + - uid: 14153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,113.5 + rot: -1.5707963267948966 rad + pos: 137.5,191.5 parent: 2 - - uid: 3444 + - uid: 14154 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,88.5 + pos: 134.5,200.5 parent: 2 - - uid: 3445 + - uid: 14156 components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,108.5 + pos: 128.5,213.5 parent: 2 - - uid: 3446 + - uid: 14186 components: - type: Transform - pos: 78.5,43.5 + pos: 125.5,215.5 parent: 2 - - uid: 3447 +- proto: N14LightSmallAlwayson + entities: + - uid: 1723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,183.5 + rot: 3.141592653589793 rad + pos: 63.5,188.5 parent: 2 - - uid: 3448 + - uid: 1724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,222.5 + rot: -1.5707963267948966 rad + pos: 74.5,165.5 parent: 2 - - uid: 3449 + - uid: 1935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,144.5 + rot: -1.5707963267948966 rad + pos: 89.5,217.5 parent: 2 - - uid: 3450 + - uid: 2300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,158.5 + pos: 103.5,207.5 parent: 2 - - uid: 3451 + - uid: 2535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,214.5 + rot: 3.141592653589793 rad + pos: 87.5,205.5 parent: 2 - - uid: 3452 + - uid: 2543 components: - type: Transform rot: -1.5707963267948966 rad - pos: 81.5,54.5 + pos: 97.5,222.5 parent: 2 - - uid: 3453 + - uid: 2546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,211.5 + pos: 92.5,232.5 parent: 2 - - uid: 3454 + - uid: 2547 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,79.5 + pos: 96.5,211.5 parent: 2 - - uid: 3455 + - uid: 2558 components: - type: Transform - pos: 94.5,46.5 + rot: -1.5707963267948966 rad + pos: 77.5,233.5 parent: 2 - - uid: 3456 + - uid: 2559 components: - type: Transform - pos: 73.5,81.5 + pos: 82.5,224.5 parent: 2 - - uid: 3457 + - uid: 2562 components: - type: Transform - pos: 68.5,204.5 + rot: 3.141592653589793 rad + pos: 72.5,227.5 parent: 2 - - uid: 3458 + - uid: 2563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,123.5 + rot: 3.141592653589793 rad + pos: 101.5,132.5 parent: 2 - - uid: 3459 + - uid: 2566 components: - type: Transform - pos: 54.5,84.5 + pos: 45.5,118.5 parent: 2 - - uid: 3460 + - uid: 2569 components: - type: Transform rot: -1.5707963267948966 rad - pos: 85.5,57.5 + pos: 48.5,110.5 parent: 2 - - uid: 3461 + - uid: 2573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,129.5 + rot: 3.141592653589793 rad + pos: 64.5,199.5 parent: 2 - - uid: 3462 + - uid: 2574 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,257.5 + pos: 47.5,118.5 parent: 2 - - uid: 3463 + - uid: 2577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,105.5 + rot: 1.5707963267948966 rad + pos: 77.5,214.5 parent: 2 - - uid: 3464 + - uid: 2578 components: - type: Transform - pos: 65.5,237.5 + rot: -1.5707963267948966 rad + pos: 77.5,193.5 parent: 2 - - uid: 3465 + - uid: 2609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,233.5 + rot: -1.5707963267948966 rad + pos: 99.5,127.5 parent: 2 - - uid: 3466 + - uid: 2690 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,92.5 + pos: 78.5,108.5 parent: 2 - - uid: 3467 + - uid: 2693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,64.5 + rot: -1.5707963267948966 rad + pos: 77.5,144.5 parent: 2 - - uid: 3468 + - uid: 2694 components: - type: Transform - pos: 87.5,204.5 + rot: 1.5707963267948966 rad + pos: 74.5,112.5 parent: 2 - - uid: 3469 + - uid: 2695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,122.5 + rot: 1.5707963267948966 rad + pos: 88.5,105.5 parent: 2 - - uid: 3470 + - uid: 2696 components: - type: Transform - pos: 101.5,131.5 + rot: -1.5707963267948966 rad + pos: 84.5,183.5 parent: 2 - - uid: 3471 + - uid: 2723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,85.5 + rot: -1.5707963267948966 rad + pos: 100.5,113.5 parent: 2 - - uid: 3472 + - uid: 2750 components: - type: Transform rot: 3.141592653589793 rad - pos: 82.5,225.5 + pos: 67.5,182.5 parent: 2 - - uid: 3473 + - uid: 2751 components: - type: Transform - pos: 52.5,230.5 + rot: 3.141592653589793 rad + pos: 74.5,156.5 parent: 2 - - uid: 3474 + - uid: 2752 components: - type: Transform rot: 1.5707963267948966 rad - pos: 90.5,217.5 + pos: 98.5,108.5 parent: 2 - - uid: 3475 + - uid: 2753 components: - type: Transform - pos: 47.5,117.5 + rot: -1.5707963267948966 rad + pos: 58.5,189.5 parent: 2 - - uid: 3476 + - uid: 2754 components: - type: Transform - pos: 88.5,46.5 + pos: 68.5,206.5 parent: 2 - - uid: 3477 + - uid: 2755 components: - type: Transform rot: 3.141592653589793 rad - pos: 103.5,208.5 + pos: 86.5,99.5 parent: 2 - - uid: 3478 + - uid: 2756 components: - type: Transform rot: -1.5707963267948966 rad - pos: 95.5,211.5 + pos: 77.5,129.5 parent: 2 - - uid: 3479 + - uid: 2757 + components: + - type: Transform + pos: 42.5,233.5 + parent: 2 + - uid: 2758 components: - type: Transform rot: -1.5707963267948966 rad - pos: 73.5,112.5 + pos: 69.5,158.5 parent: 2 - - uid: 3480 + - uid: 2759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,96.5 + pos: 93.5,121.5 parent: 2 - - uid: 3481 + - uid: 2760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,241.5 + rot: 3.141592653589793 rad + pos: 76.5,205.5 parent: 2 - - uid: 3482 + - uid: 2761 components: - type: Transform rot: 3.141592653589793 rad - pos: 90.5,64.5 + pos: 81.5,122.5 parent: 2 - - uid: 3483 + - uid: 2762 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,71.5 + pos: 68.5,188.5 parent: 2 - - uid: 3484 + - uid: 2763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,165.5 + rot: -1.5707963267948966 rad + pos: 72.5,123.5 parent: 2 - - uid: 3485 + - uid: 2764 components: - type: Transform - pos: 77.5,177.5 + rot: 3.141592653589793 rad + pos: 77.5,178.5 parent: 2 - - uid: 3486 + - uid: 2765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,149.5 + parent: 2 + - uid: 2766 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,188.5 + pos: 36.5,233.5 parent: 2 - - uid: 3487 + - uid: 3453 components: - type: Transform - pos: 72.5,226.5 + rot: 3.141592653589793 rad + pos: 61.5,211.5 parent: 2 - - uid: 3488 + - uid: 5813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,233.5 + rot: 3.141592653589793 rad + pos: 54.5,85.5 parent: 2 - - uid: 3489 + - uid: 5915 components: - type: Transform - pos: 68.5,148.5 + rot: 3.141592653589793 rad + pos: 73.5,82.5 parent: 2 - - uid: 3490 + - uid: 5916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,127.5 + rot: -1.5707963267948966 rad + pos: 57.5,79.5 parent: 2 - - uid: 3491 + - uid: 5917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,58.5 + rot: -1.5707963267948966 rad + pos: 85.5,85.5 parent: 2 - - uid: 3492 + - uid: 5918 components: - type: Transform - pos: 97.5,51.5 + rot: 1.5707963267948966 rad + pos: 86.5,57.5 parent: 2 - - uid: 3493 + - uid: 5919 + components: + - type: Transform + pos: 63.5,87.5 + parent: 2 + - uid: 5920 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,197.5 + pos: 96.5,57.5 parent: 2 - - uid: 3494 + - uid: 5921 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,97.5 + pos: 82.5,64.5 parent: 2 - - uid: 3495 + - uid: 5922 components: - type: Transform - pos: 81.5,121.5 + rot: 1.5707963267948966 rad + pos: 82.5,54.5 parent: 2 - - uid: 3496 + - uid: 5923 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,110.5 + pos: 78.5,71.5 parent: 2 - - uid: 3497 + - uid: 5924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,113.5 + pos: 90.5,63.5 parent: 2 - - uid: 3498 + - uid: 5925 components: - type: Transform - pos: 74.5,155.5 + pos: 53.5,91.5 parent: 2 - - uid: 3499 + - uid: 5926 components: - type: Transform - pos: 86.5,98.5 + pos: 57.5,95.5 parent: 2 - - uid: 3500 + - uid: 6049 components: - type: Transform - pos: 63.5,187.5 + rot: -1.5707963267948966 rad + pos: 49.5,97.5 parent: 2 - - uid: 3501 + - uid: 8706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,189.5 + rot: 3.141592653589793 rad + pos: 94.5,47.5 parent: 2 - - uid: 3502 + - uid: 8722 components: - type: Transform - pos: 67.5,181.5 + rot: 3.141592653589793 rad + pos: 97.5,52.5 parent: 2 - - uid: 3503 + - uid: 8724 components: - type: Transform rot: 3.141592653589793 rad - pos: 92.5,233.5 + pos: 88.5,47.5 parent: 2 - - uid: 3504 + - uid: 14142 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,234.5 + pos: 78.5,44.5 + parent: 2 + - uid: 14190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,238.5 + parent: 2 + - uid: 14191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,231.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,241.5 + parent: 2 + - uid: 14193 + components: + - type: Transform + pos: 46.5,256.5 parent: 2 - proto: N14LootClosetCabinetWood entities: @@ -22179,17 +21412,17 @@ entities: parent: 2 - proto: N14MachineRackRecorder entities: - - uid: 3514 + - uid: 617 components: - type: Transform - pos: 137.5,208.5 + pos: 137.5,209.5 parent: 2 - proto: N14MachineRackServer entities: - - uid: 3515 + - uid: 2770 components: - type: Transform - pos: 82.5,185.5 + pos: 83.5,185.5 parent: 2 - uid: 3516 components: @@ -22233,22 +21466,6 @@ entities: - type: InsideEntityStorage - proto: N14Med-X entities: - - uid: 34 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 35 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - uid: 1256 components: - type: Transform @@ -22271,25 +21488,34 @@ entities: - type: Transform pos: 82.509125,184.80551 parent: 2 -- proto: N14Mop +- proto: N14MentatsCanisterFilled entities: - - uid: 3523 + - uid: 495 components: - type: Transform - pos: 81.58887,145.2171 - parent: 2 - - uid: 3524 + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 497 components: - type: Transform - pos: 131.5155,198.74976 - parent: 2 -- proto: N14MopBucketFull + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14Mop entities: - - uid: 3525 + - uid: 3523 components: - type: Transform - pos: 131.5,198.5 + pos: 80.498856,144.56702 parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: N14MortarpestleGrinder entities: - uid: 3526 @@ -22470,14 +21696,6 @@ entities: parent: 2 - proto: N14RadAwayBloodbag entities: - - uid: 36 - components: - - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - uid: 1257 components: - type: Transform @@ -22496,6 +21714,21 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage + - uid: 2744 + components: + - type: Transform + pos: 117.84287,204.79202 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: 117.32725,204.79202 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: 117.56162,204.57327 + parent: 2 - uid: 3549 components: - type: Transform @@ -22518,10 +21751,18 @@ entities: parent: 2 - proto: N14RadXCanisterFilled entities: - - uid: 37 + - uid: 491 + components: + - type: Transform + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 492 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 @@ -22575,6 +21816,12 @@ entities: parent: 2 - proto: N14RugMatRubber1 entities: + - uid: 2771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,184.5 + parent: 2 - uid: 3559 components: - type: Transform @@ -22607,12 +21854,6 @@ entities: - type: Transform pos: 107.5,184.5 parent: 2 - - uid: 3565 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,184.5 - parent: 2 - uid: 3566 components: - type: Transform @@ -22621,6 +21862,11 @@ entities: parent: 2 - proto: N14RugMatRubber2 entities: + - uid: 983 + components: + - type: Transform + pos: 104.5,194.5 + parent: 2 - uid: 3567 components: - type: Transform @@ -22683,6 +21929,46 @@ entities: rot: 3.141592653589793 rad pos: 127.5,207.5 parent: 2 + - uid: 7375 + components: + - type: Transform + pos: 105.5,194.5 + parent: 2 + - uid: 7376 + components: + - type: Transform + pos: 103.5,194.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + pos: 105.5,196.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + pos: 105.5,197.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: 104.5,197.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: 104.5,196.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: 103.5,196.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: 103.5,197.5 + parent: 2 - proto: N14RugMatRubber3 entities: - uid: 3578 @@ -22846,7 +22132,7 @@ entities: parent: 2 - proto: N14RugYellow entities: - - uid: 3606 + - uid: 2606 components: - type: Transform pos: 132.5,183.5 @@ -23144,17 +22430,17 @@ entities: - 1750 - 1751 - 1752 - - uid: 3609 + - uid: 2581 components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.5,148.5 + pos: 82.5,185.5 parent: 2 - - uid: 3610 + - uid: 3609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,185.5 + rot: 1.5707963267948966 rad + pos: 99.5,148.5 parent: 2 - uid: 3611 components: @@ -23162,6 +22448,22 @@ entities: rot: 3.141592653589793 rad pos: 81.5,145.5 parent: 2 + - type: Storage + storedItems: + 3301: + position: 0,0 + _rotation: South + 3299: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 3301 + - 3299 - uid: 3612 components: - type: Transform @@ -23174,6 +22476,22 @@ entities: rot: 3.141592653589793 rad pos: 61.5,91.5 parent: 2 + - type: Storage + storedItems: + 14425: + position: 0,0 + _rotation: South + 14423: + position: 2,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 14425 + - 14423 - uid: 3614 components: - type: Transform @@ -23182,76 +22500,85 @@ entities: parent: 2 - proto: N14ShelfMetalMeds entities: - - uid: 22 + - uid: 29 components: - type: Transform rot: 1.5707963267948966 rad - pos: 116.5,206.5 + pos: 117.5,203.5 parent: 2 - type: Storage storedItems: - 37: - position: 1,3 + 30: + position: 0,0 _rotation: South - 34: + 31: position: 1,0 _rotation: South - 23: - position: 9,2 - _rotation: South - 28: - position: 4,0 - _rotation: South - 31: - position: 1,2 + 32: + position: 2,0 _rotation: South - 25: - position: 6,2 + 33: + position: 3,0 _rotation: South - 32: - position: 8,0 + 34: + position: 4,0 _rotation: South - 42: - position: 7,2 + 35: + position: 5,0 _rotation: South 36: + position: 6,0 + _rotation: East + 37: + position: 8,0 + _rotation: East + 38: + position: 6,1 + _rotation: East + 39: + position: 8,1 + _rotation: East + 40: position: 0,2 _rotation: South - 35: - position: 0,0 + 41: + position: 1,2 _rotation: South - 24: - position: 9,0 + 42: + position: 2,2 _rotation: South - 38: - position: 2,0 + 43: + position: 3,2 _rotation: South - 29: + 44: position: 4,2 _rotation: South - 30: - position: 5,0 + 487: + position: 5,2 _rotation: South - 33: - position: 8,2 + 489: + position: 6,2 _rotation: South - 43: - position: 7,0 + 490: + position: 7,2 _rotation: South - 26: - position: 5,2 + 491: + position: 8,2 _rotation: South - 27: - position: 6,0 + 492: + position: 9,2 _rotation: South - 39: - position: 2,2 + 493: + position: 6,3 _rotation: South - 40: - position: 3,2 + 494: + position: 7,3 _rotation: South - 41: - position: 3,0 + 495: + position: 8,3 + _rotation: South + 497: + position: 9,3 _rotation: South - type: ContainerContainer containers: @@ -23259,31 +22586,51 @@ entities: showEnts: False occludes: True ents: + - 30 + - 31 + - 32 + - 33 - 34 - - 36 - 35 + - 36 - 37 - - 31 - 38 - - 28 - - 29 - - 30 - - 23 - - 24 - - 32 - - 33 - - 42 - - 43 - - 25 - - 26 - - 27 - 39 - 40 - 41 - - type: Physics - angularDamping: 0 - linearDamping: 0 - fixedRotation: False + - 42 + - 43 + - 44 + - 487 + - 489 + - 490 + - 491 + - 492 + - 493 + - 494 + - 495 + - 497 + - uid: 2612 + components: + - type: MetaData + desc: A metal shelf for storing various things. + name: shelf + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.5,194.5 + parent: 2 + - type: Storage + storedItems: + 2628: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2628 - uid: 3263 components: - type: Transform @@ -23378,12 +22725,6 @@ entities: - 3267 - 3268 - 3269 - - uid: 3615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,206.5 - parent: 2 - proto: N14ShelfWood entities: - uid: 3616 @@ -23435,56 +22776,66 @@ entities: canCollide: False - type: Fixtures fixtures: {} - - uid: 3623 + - uid: 3625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,184.5 + rot: 1.5707963267948966 rad + pos: 101.5,184.5 parent: 2 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 3624 + - uid: 3626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,185.5 + rot: 1.5707963267948966 rad + pos: 101.5,185.5 parent: 2 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 3625 + - uid: 3627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,184.5 + rot: -1.5707963267948966 rad + pos: 129.5,199.5 parent: 2 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 3626 + - uid: 7293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,185.5 + rot: -1.5707963267948966 rad + pos: 104.5,184.5 parent: 2 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 3627 + - uid: 13806 components: - type: Transform rot: -1.5707963267948966 rad - pos: 129.5,199.5 + pos: 104.5,185.5 parent: 2 - type: Physics canCollide: False - type: Fixtures fixtures: {} +- proto: N14SignDanger + entities: + - uid: 3088 + components: + - type: MetaData + desc: Attention! Tresspassers will be fired upon, survivors will be shot again! + name: Warning Sign + - type: Transform + pos: 80.5,148.5 + parent: 2 - proto: N14SignMrHandyDamaged2 entities: - uid: 3628 @@ -23506,26 +22857,6 @@ entities: - type: Transform pos: 138.5,194.5 parent: 2 -- proto: N14Sink - entities: - - uid: 3631 - components: - - type: Transform - pos: 125.5,213.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 3632 - components: - - type: Transform - pos: 125.5,214.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - proto: N14SinkFilledWater entities: - uid: 3633 @@ -23578,10 +22909,11 @@ entities: canCollide: False - type: Fixtures fixtures: {} - - uid: 3638 + - uid: 14060 components: - type: Transform - pos: 125.5,214.5 + rot: -1.5707963267948966 rad + pos: 99.5,194.5 parent: 2 - type: Physics canCollide: False @@ -23743,6 +23075,18 @@ entities: parent: 2 - proto: N14SpawnMobRadscorpion entities: + - uid: 2486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 109.5,140.5 + parent: 2 + - uid: 2487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.5,136.5 + parent: 2 - uid: 3668 components: - type: Transform @@ -23951,26 +23295,34 @@ entities: parent: 2 - proto: N14Stimpak entities: - - uid: 38 + - uid: 30 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - uid: 39 + - uid: 31 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - uid: 40 + - uid: 32 + components: + - type: Transform + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 33 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 @@ -24002,10 +23354,15 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 3704 + - uid: 2278 + components: + - type: Transform + pos: 116.41788,205.26248 + parent: 2 + - uid: 3093 components: - type: Transform - pos: 117.50301,203.74231 + pos: 116.46475,205.76248 parent: 2 - uid: 3705 components: @@ -24023,6 +23380,12 @@ entities: - type: Transform pos: 95.48321,187.72661 parent: 2 + - uid: 7355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 116.58975,205.49686 + parent: 2 - proto: N14StimpakDirty entities: - uid: 3708 @@ -24047,6 +23410,11 @@ entities: - type: Transform pos: 94.5,144.5 parent: 2 + - uid: 7354 + components: + - type: Transform + pos: 107.5,195.5 + parent: 2 - proto: N14StoreDeliCounter entities: - uid: 3712 @@ -24095,10 +23463,18 @@ entities: parent: 2 - proto: N14SuperStimpak entities: - - uid: 41 + - uid: 34 + components: + - type: Transform + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 35 components: - type: Transform - parent: 22 + parent: 29 - type: Physics angularDamping: 0 linearDamping: 0 @@ -24137,12 +23513,6 @@ entities: rot: 3.141592653589793 rad pos: 125.5,193.5 parent: 2 - - uid: 3722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,214.5 - parent: 2 - proto: N14TableCounterBend entities: - uid: 3723 @@ -24159,6 +23529,11 @@ entities: parent: 2 - proto: N14TableCounterMetal entities: + - uid: 2455 + components: + - type: Transform + pos: 117.5,204.5 + parent: 2 - uid: 3725 components: - type: Transform @@ -24211,13 +23586,20 @@ entities: rot: 1.5707963267948966 rad pos: 138.5,192.5 parent: 2 - - uid: 3734 + - uid: 7377 components: - type: Transform - pos: 117.5,203.5 + rot: 1.5707963267948966 rad + pos: 116.5,205.5 parent: 2 - proto: N14TableCounterMetalBend entities: + - uid: 2456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 116.5,204.5 + parent: 2 - uid: 3735 components: - type: Transform @@ -24225,11 +23607,11 @@ entities: parent: 2 - proto: N14TableDeskMetalDirty entities: - - uid: 3736 + - uid: 1343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,181.5 + rot: -1.5707963267948966 rad + pos: 109.5,182.5 parent: 2 - uid: 3737 components: @@ -24254,6 +23636,14 @@ entities: rot: 1.5707963267948966 rad pos: 114.5,200.5 parent: 2 +- proto: N14TableDeskMetalSmall + entities: + - uid: 2957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,214.5 + parent: 2 - proto: N14TableDeskWood entities: - uid: 3741 @@ -24414,12 +23804,6 @@ entities: parent: 2 - proto: N14TableMetalWide entities: - - uid: 3767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,204.5 - parent: 2 - uid: 3768 components: - type: Transform @@ -24470,17 +23854,6 @@ entities: - type: Transform pos: 117.5,211.5 parent: 2 - - uid: 3777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,202.5 - parent: 2 - - uid: 3778 - components: - - type: Transform - pos: 112.5,202.5 - parent: 2 - proto: N14TableWoodCabledrum entities: - uid: 3779 @@ -24664,20 +24037,6 @@ entities: - type: Transform pos: 71.5,120.5 parent: 2 -- proto: N14TimedSpawnerRadscorpion - entities: - - uid: 3810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,140.5 - parent: 2 - - uid: 3811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,136.5 - parent: 2 - proto: N14Toilet entities: - uid: 3812 @@ -24688,26 +24047,23 @@ entities: parent: 2 - proto: N14ToiletWater entities: - - uid: 3813 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,134.5 - parent: 2 - - uid: 3814 + - uid: 2773 components: - type: Transform - pos: 124.5,213.5 + rot: -1.5707963267948966 rad + pos: 126.5,216.5 parent: 2 - - uid: 3815 + - uid: 3813 components: - type: Transform - pos: 124.5,210.5 + rot: 1.5707963267948966 rad + pos: 89.5,134.5 parent: 2 - - uid: 3816 + - uid: 14048 components: - type: Transform - pos: 124.5,214.5 + rot: -1.5707963267948966 rad + pos: 126.5,209.5 parent: 2 - proto: N14Torch entities: @@ -24781,6 +24137,16 @@ entities: canCollide: False - type: Fixtures fixtures: {} + - uid: 3903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,114.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} - proto: N14Trashbin entities: - uid: 3824 @@ -24798,16 +24164,49 @@ entities: - type: Transform pos: 134.5,195.5 parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2490 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 3827 components: - type: Transform pos: 124.5,193.5 parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2503 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 3828 components: - type: Transform pos: 129.5,191.5 parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2516 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: N14VendingMachineCigaretteFilled entities: - uid: 3829 @@ -24823,53719 +24222,55384 @@ entities: - type: Transform pos: 125.5,181.5 parent: 2 -- proto: N14WallBrickAltTall +- proto: N14WallBrick entities: - - uid: 3831 + - uid: 2968 components: - type: Transform + rot: 1.5707963267948966 rad pos: 87.5,198.5 parent: 2 - - uid: 3832 + - uid: 2969 components: - type: Transform + rot: 1.5707963267948966 rad pos: 86.5,198.5 parent: 2 - - uid: 3833 + - uid: 2972 components: - type: Transform + rot: 1.5707963267948966 rad pos: 87.5,199.5 parent: 2 - - uid: 3834 + - uid: 2973 components: - type: Transform + rot: 1.5707963267948966 rad pos: 87.5,200.5 parent: 2 - - uid: 3835 + - uid: 2976 components: - type: Transform + rot: 1.5707963267948966 rad pos: 87.5,201.5 parent: 2 - - uid: 3836 + - uid: 2977 components: - type: Transform + rot: 1.5707963267948966 rad pos: 87.5,202.5 parent: 2 - - uid: 3837 + - uid: 2980 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,202.5 parent: 2 - - uid: 3838 + - uid: 3352 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,200.5 parent: 2 - - uid: 3839 + - uid: 3353 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,201.5 parent: 2 -- proto: N14WallBrickTall - entities: - - uid: 3840 + - uid: 3354 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,192.5 parent: 2 - - uid: 3841 + - uid: 3356 components: - type: Transform + rot: 1.5707963267948966 rad pos: 84.5,198.5 parent: 2 - - uid: 3842 + - uid: 3359 components: - type: Transform + rot: 1.5707963267948966 rad pos: 82.5,192.5 parent: 2 - - uid: 3843 + - uid: 3360 components: - type: Transform + rot: 1.5707963267948966 rad pos: 85.5,195.5 parent: 2 - - uid: 3844 + - uid: 3361 components: - type: Transform + rot: 1.5707963267948966 rad pos: 85.5,194.5 parent: 2 - - uid: 3845 + - uid: 3362 components: - type: Transform + rot: 1.5707963267948966 rad pos: 84.5,196.5 parent: 2 - - uid: 3846 + - uid: 3363 components: - type: Transform + rot: 1.5707963267948966 rad pos: 80.5,192.5 parent: 2 - - uid: 3847 + - uid: 3364 components: - type: Transform + rot: 1.5707963267948966 rad pos: 81.5,192.5 parent: 2 - - uid: 3848 + - uid: 3365 components: - type: Transform + rot: 1.5707963267948966 rad pos: 85.5,198.5 parent: 2 - - uid: 3849 + - uid: 3366 components: - type: Transform + rot: 1.5707963267948966 rad pos: 85.5,197.5 parent: 2 - - uid: 3850 + - uid: 3367 components: - type: Transform + rot: 1.5707963267948966 rad pos: 84.5,194.5 parent: 2 - - uid: 3851 + - uid: 3368 components: - type: Transform + rot: 1.5707963267948966 rad pos: 85.5,196.5 parent: 2 - - uid: 3852 + - uid: 3369 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,194.5 parent: 2 - - uid: 3853 + - uid: 3370 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,198.5 parent: 2 - - uid: 3854 + - uid: 3371 components: - type: Transform + rot: 1.5707963267948966 rad pos: 85.5,192.5 parent: 2 - - uid: 3855 + - uid: 3373 components: - type: Transform + rot: 1.5707963267948966 rad pos: 83.5,196.5 parent: 2 - - uid: 3856 + - uid: 3374 components: - type: Transform + rot: 1.5707963267948966 rad pos: 84.5,192.5 parent: 2 -- proto: N14WallDecorClock - entities: - - uid: 3857 + - uid: 12821 components: - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,182.5 + rot: 1.5707963267948966 rad + pos: 79.5,198.5 parent: 2 - - uid: 3858 + - uid: 12822 components: - type: Transform - pos: 127.5,197.5 + rot: 1.5707963267948966 rad + pos: 79.5,197.5 parent: 2 - - uid: 3859 + - uid: 12823 components: - type: Transform - pos: 135.5,202.5 + rot: 1.5707963267948966 rad + pos: 79.5,199.5 parent: 2 - - uid: 3860 + - uid: 12824 components: - type: Transform - pos: 89.5,140.5 + rot: 1.5707963267948966 rad + pos: 79.5,200.5 parent: 2 -- proto: N14WallFenceChainMapBoundary - entities: - - uid: 3861 + - uid: 12825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,232.5 + rot: 1.5707963267948966 rad + pos: 79.5,201.5 parent: 2 - - uid: 3862 + - uid: 12826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,233.5 + rot: 1.5707963267948966 rad + pos: 79.5,202.5 parent: 2 - - uid: 3863 + - uid: 12970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,231.5 + rot: 1.5707963267948966 rad + pos: 79.5,192.5 parent: 2 - - uid: 3864 + - uid: 13279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,230.5 + rot: 1.5707963267948966 rad + pos: 79.5,193.5 parent: 2 - - uid: 3865 +- proto: N14WallConcreteDark + entities: + - uid: 2539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,234.5 + pos: 96.5,229.5 parent: 2 - - uid: 3866 + - uid: 6313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,234.5 + rot: 3.141592653589793 rad + pos: 80.5,214.5 parent: 2 - - uid: 3867 + - uid: 10624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,234.5 + rot: 3.141592653589793 rad + pos: 69.5,85.5 parent: 2 - - uid: 3868 + - uid: 10627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,234.5 + rot: 3.141592653589793 rad + pos: 70.5,85.5 parent: 2 -- proto: N14WallMetalTall - entities: - - uid: 3869 + - uid: 10630 components: - type: Transform - pos: 86.5,148.5 + rot: 3.141592653589793 rad + pos: 71.5,85.5 parent: 2 - - uid: 3870 + - uid: 10633 components: - type: Transform - pos: 88.5,146.5 + rot: 3.141592653589793 rad + pos: 72.5,85.5 parent: 2 - - uid: 3871 + - uid: 10636 components: - type: Transform - pos: 81.5,143.5 + rot: 3.141592653589793 rad + pos: 73.5,85.5 parent: 2 - - uid: 3872 + - uid: 10639 components: - type: Transform - pos: 79.5,148.5 + rot: 3.141592653589793 rad + pos: 74.5,85.5 parent: 2 - - uid: 3873 + - uid: 12009 components: - type: Transform - pos: 80.5,148.5 + rot: 3.141592653589793 rad + pos: 45.5,89.5 parent: 2 - - uid: 3874 + - uid: 12010 components: - type: Transform - pos: 81.5,148.5 + rot: 3.141592653589793 rad + pos: 45.5,91.5 parent: 2 - - uid: 3875 + - uid: 12011 components: - type: Transform - pos: 80.5,146.5 + rot: 3.141592653589793 rad + pos: 64.5,208.5 parent: 2 - - uid: 3876 + - uid: 12012 components: - type: Transform - pos: 81.5,146.5 + rot: 3.141592653589793 rad + pos: 71.5,80.5 parent: 2 - - uid: 3877 + - uid: 12013 components: - type: Transform - pos: 88.5,143.5 + rot: 3.141592653589793 rad + pos: 79.5,80.5 parent: 2 - - uid: 3878 + - uid: 12014 components: - type: Transform - pos: 88.5,141.5 + rot: 3.141592653589793 rad + pos: 72.5,80.5 parent: 2 - - uid: 3879 + - uid: 12015 components: - type: Transform - pos: 88.5,145.5 + rot: 3.141592653589793 rad + pos: 91.5,203.5 parent: 2 - - uid: 3880 + - uid: 12016 components: - type: Transform - pos: 80.5,143.5 + rot: 3.141592653589793 rad + pos: 76.5,73.5 parent: 2 - - uid: 3881 + - uid: 12017 components: - type: Transform - pos: 87.5,148.5 + rot: 3.141592653589793 rad + pos: 76.5,70.5 parent: 2 - - uid: 3882 + - uid: 12018 components: - type: Transform - pos: 88.5,148.5 + rot: 3.141592653589793 rad + pos: 78.5,74.5 parent: 2 - - uid: 3883 + - uid: 12019 components: - type: Transform - pos: 88.5,147.5 + rot: 3.141592653589793 rad + pos: 79.5,83.5 parent: 2 - - uid: 3884 + - uid: 12020 components: - type: Transform - pos: 79.5,145.5 + rot: 3.141592653589793 rad + pos: 82.5,82.5 parent: 2 - - uid: 3885 + - uid: 12021 components: - type: Transform - pos: 83.5,148.5 + rot: 3.141592653589793 rad + pos: 79.5,82.5 parent: 2 - - uid: 3886 + - uid: 12022 components: - type: Transform - pos: 84.5,148.5 + rot: 3.141592653589793 rad + pos: 83.5,82.5 parent: 2 - - uid: 3887 + - uid: 12023 components: - type: Transform - pos: 85.5,148.5 + rot: 3.141592653589793 rad + pos: 72.5,112.5 parent: 2 - - uid: 3888 + - uid: 12024 components: - type: Transform - pos: 88.5,144.5 + rot: 3.141592653589793 rad + pos: 73.5,119.5 parent: 2 - - uid: 3889 + - uid: 12025 components: - type: Transform - pos: 79.5,143.5 + rot: 3.141592653589793 rad + pos: 78.5,119.5 parent: 2 - - uid: 3890 + - uid: 12026 components: - type: Transform - pos: 89.5,133.5 + rot: 3.141592653589793 rad + pos: 70.5,125.5 parent: 2 - - uid: 3891 + - uid: 12027 components: - type: Transform - pos: 96.5,143.5 + rot: 3.141592653589793 rad + pos: 82.5,120.5 parent: 2 - - uid: 3892 + - uid: 12028 components: - type: Transform - pos: 82.5,142.5 + rot: 3.141592653589793 rad + pos: 93.5,229.5 parent: 2 - - uid: 3893 + - uid: 12029 components: - type: Transform - pos: 79.5,144.5 + rot: 3.141592653589793 rad + pos: 91.5,220.5 parent: 2 - - uid: 3894 + - uid: 12030 components: - type: Transform - pos: 87.5,140.5 + rot: 3.141592653589793 rad + pos: 72.5,116.5 parent: 2 - - uid: 3895 + - uid: 12031 components: - type: Transform - pos: 82.5,141.5 + rot: 3.141592653589793 rad + pos: 72.5,109.5 parent: 2 - - uid: 3896 + - uid: 12032 components: - type: Transform - pos: 82.5,145.5 + rot: 3.141592653589793 rad + pos: 72.5,111.5 parent: 2 - - uid: 3897 + - uid: 12033 components: - type: Transform - pos: 98.5,143.5 + rot: 3.141592653589793 rad + pos: 72.5,115.5 parent: 2 - - uid: 3898 + - uid: 12034 components: - type: Transform - pos: 97.5,143.5 + rot: 3.141592653589793 rad + pos: 72.5,114.5 parent: 2 - - uid: 3899 + - uid: 12035 components: - type: Transform - pos: 79.5,146.5 + rot: 3.141592653589793 rad + pos: 72.5,110.5 parent: 2 - - uid: 3900 + - uid: 12036 components: - type: Transform - pos: 82.5,148.5 + rot: 3.141592653589793 rad + pos: 51.5,98.5 parent: 2 - - uid: 3901 + - uid: 12037 components: - type: Transform - pos: 82.5,140.5 + rot: 3.141592653589793 rad + pos: 86.5,101.5 parent: 2 - - uid: 3902 + - uid: 12038 components: - type: Transform - pos: 82.5,146.5 + rot: 3.141592653589793 rad + pos: 85.5,101.5 parent: 2 - - uid: 3903 + - uid: 12039 components: - type: Transform - pos: 82.5,143.5 + rot: 3.141592653589793 rad + pos: 73.5,147.5 parent: 2 - - uid: 3904 + - uid: 12040 components: - type: Transform - pos: 81.5,135.5 + rot: 3.141592653589793 rad + pos: 51.5,100.5 parent: 2 - - uid: 3905 + - uid: 12041 components: - type: Transform - pos: 81.5,134.5 + rot: 3.141592653589793 rad + pos: 50.5,109.5 parent: 2 - - uid: 3906 + - uid: 12042 components: - type: Transform - pos: 81.5,132.5 + rot: 3.141592653589793 rad + pos: 72.5,84.5 parent: 2 - - uid: 3907 + - uid: 12043 components: - type: Transform - pos: 81.5,130.5 + rot: 3.141592653589793 rad + pos: 71.5,84.5 parent: 2 - - uid: 3908 + - uid: 12044 components: - type: Transform - pos: 81.5,129.5 + rot: 3.141592653589793 rad + pos: 70.5,84.5 parent: 2 - - uid: 3909 + - uid: 12045 components: - type: Transform - pos: 81.5,133.5 + rot: 3.141592653589793 rad + pos: 69.5,84.5 parent: 2 - - uid: 3910 + - uid: 12046 components: - type: Transform - pos: 89.5,132.5 + rot: 3.141592653589793 rad + pos: 68.5,84.5 parent: 2 - - uid: 3911 + - uid: 12047 components: - type: Transform - pos: 83.5,140.5 + rot: 3.141592653589793 rad + pos: 68.5,85.5 parent: 2 - - uid: 3912 + - uid: 12048 components: - type: Transform - pos: 88.5,140.5 + rot: 3.141592653589793 rad + pos: 68.5,86.5 parent: 2 - - uid: 3913 + - uid: 12049 components: - type: Transform - pos: 93.5,138.5 + rot: 3.141592653589793 rad + pos: 68.5,87.5 parent: 2 - - uid: 3914 + - uid: 12050 components: - type: Transform - pos: 84.5,140.5 + rot: 3.141592653589793 rad + pos: 48.5,113.5 parent: 2 - - uid: 3915 + - uid: 12051 components: - type: Transform - pos: 86.5,140.5 + rot: 3.141592653589793 rad + pos: 51.5,104.5 parent: 2 - - uid: 3916 + - uid: 12052 components: - type: Transform - pos: 88.5,135.5 + rot: 3.141592653589793 rad + pos: 51.5,97.5 parent: 2 - - uid: 3917 + - uid: 12053 components: - type: Transform - pos: 89.5,130.5 + rot: 3.141592653589793 rad + pos: 50.5,108.5 parent: 2 - - uid: 3918 + - uid: 12054 components: - type: Transform - pos: 91.5,135.5 + rot: 3.141592653589793 rad + pos: 49.5,113.5 parent: 2 - - uid: 3919 + - uid: 12055 components: - type: Transform - pos: 89.5,129.5 + rot: 3.141592653589793 rad + pos: 51.5,106.5 parent: 2 - - uid: 3920 + - uid: 12056 components: - type: Transform - pos: 81.5,128.5 + rot: 3.141592653589793 rad + pos: 51.5,101.5 parent: 2 - - uid: 3921 + - uid: 12057 components: - type: Transform - pos: 82.5,128.5 + rot: 3.141592653589793 rad + pos: 61.5,89.5 parent: 2 - - uid: 3922 + - uid: 12058 components: - type: Transform - pos: 83.5,128.5 + rot: 3.141592653589793 rad + pos: 60.5,89.5 parent: 2 - - uid: 3923 + - uid: 12059 components: - type: Transform - pos: 84.5,128.5 + rot: 3.141592653589793 rad + pos: 59.5,89.5 parent: 2 - - uid: 3924 + - uid: 12060 components: - type: Transform - pos: 85.5,128.5 + rot: 3.141592653589793 rad + pos: 59.5,88.5 parent: 2 - - uid: 3925 + - uid: 12061 components: - type: Transform - pos: 89.5,128.5 + rot: 3.141592653589793 rad + pos: 46.5,115.5 parent: 2 - - uid: 3926 + - uid: 12062 components: - type: Transform - pos: 85.5,135.5 + rot: 3.141592653589793 rad + pos: 68.5,88.5 parent: 2 - - uid: 3927 + - uid: 12063 components: - type: Transform - pos: 89.5,135.5 + rot: 3.141592653589793 rad + pos: 68.5,89.5 parent: 2 - - uid: 3928 + - uid: 12064 components: - type: Transform - pos: 86.5,135.5 + rot: 3.141592653589793 rad + pos: 67.5,89.5 parent: 2 - - uid: 3929 + - uid: 12065 components: - type: Transform - pos: 90.5,129.5 + rot: 3.141592653589793 rad + pos: 66.5,89.5 parent: 2 - - uid: 3930 + - uid: 12066 components: - type: Transform - pos: 91.5,129.5 + rot: 3.141592653589793 rad + pos: 65.5,89.5 parent: 2 - - uid: 3931 + - uid: 12067 components: - type: Transform - pos: 92.5,129.5 + rot: 3.141592653589793 rad + pos: 63.5,89.5 parent: 2 - - uid: 3932 + - uid: 12068 components: - type: Transform - pos: 93.5,129.5 + rot: 3.141592653589793 rad + pos: 59.5,87.5 parent: 2 - - uid: 3933 + - uid: 12069 components: - type: Transform - pos: 94.5,129.5 + rot: 3.141592653589793 rad + pos: 60.5,88.5 parent: 2 - - uid: 3934 + - uid: 12070 components: - type: Transform - pos: 94.5,133.5 + rot: 3.141592653589793 rad + pos: 79.5,154.5 parent: 2 - - uid: 3935 + - uid: 12071 components: - type: Transform - pos: 93.5,133.5 + rot: 3.141592653589793 rad + pos: 79.5,158.5 parent: 2 - - uid: 3936 + - uid: 12072 components: - type: Transform - pos: 91.5,133.5 + rot: 3.141592653589793 rad + pos: 79.5,156.5 parent: 2 - - uid: 3937 + - uid: 12073 components: - type: Transform - pos: 93.5,143.5 + rot: 3.141592653589793 rad + pos: 79.5,155.5 parent: 2 - - uid: 3938 + - uid: 12074 components: - type: Transform - pos: 90.5,133.5 + rot: 3.141592653589793 rad + pos: 86.5,103.5 parent: 2 - - uid: 3939 + - uid: 12075 components: - type: Transform - pos: 99.5,145.5 + rot: 3.141592653589793 rad + pos: 80.5,106.5 parent: 2 - - uid: 3940 + - uid: 12076 components: - type: Transform - pos: 90.5,140.5 + rot: 3.141592653589793 rad + pos: 80.5,107.5 parent: 2 - - uid: 3941 + - uid: 12077 components: - type: Transform - pos: 96.5,142.5 + rot: 3.141592653589793 rad + pos: 80.5,108.5 parent: 2 - - uid: 3942 + - uid: 12078 components: - type: Transform - pos: 83.5,137.5 + pos: 76.5,112.5 parent: 2 - - uid: 3943 + - uid: 12079 components: - type: Transform - pos: 83.5,136.5 + rot: 3.141592653589793 rad + pos: 82.5,108.5 parent: 2 - - uid: 3944 + - uid: 12080 components: - type: Transform - pos: 90.5,141.5 + rot: 3.141592653589793 rad + pos: 81.5,108.5 parent: 2 - - uid: 3945 + - uid: 12081 components: - type: Transform - pos: 90.5,142.5 + rot: 3.141592653589793 rad + pos: 78.5,106.5 parent: 2 - - uid: 3946 + - uid: 12082 components: - type: Transform - pos: 90.5,143.5 + rot: 3.141592653589793 rad + pos: 79.5,106.5 parent: 2 - - uid: 3947 + - uid: 12083 components: - type: Transform - pos: 90.5,144.5 + rot: 3.141592653589793 rad + pos: 83.5,108.5 parent: 2 - - uid: 3948 + - uid: 12084 components: - type: Transform - pos: 90.5,145.5 + pos: 78.5,112.5 parent: 2 - - uid: 3949 + - uid: 12085 components: - type: Transform - pos: 90.5,146.5 + rot: 3.141592653589793 rad + pos: 83.5,107.5 parent: 2 - - uid: 3950 + - uid: 12086 components: - type: Transform - pos: 90.5,147.5 + rot: 3.141592653589793 rad + pos: 86.5,104.5 parent: 2 - - uid: 3951 + - uid: 12087 components: - type: Transform - pos: 85.5,127.5 + rot: 3.141592653589793 rad + pos: 74.5,116.5 parent: 2 - - uid: 3952 + - uid: 12088 components: - type: Transform - pos: 85.5,126.5 + rot: 3.141592653589793 rad + pos: 72.5,113.5 parent: 2 - - uid: 3953 + - uid: 12089 components: - type: Transform - pos: 86.5,126.5 + rot: 3.141592653589793 rad + pos: 83.5,106.5 parent: 2 - - uid: 3954 + - uid: 12090 components: - type: Transform - pos: 87.5,126.5 + rot: 3.141592653589793 rad + pos: 86.5,105.5 parent: 2 - - uid: 3955 + - uid: 12091 components: - type: Transform - pos: 87.5,128.5 + rot: 3.141592653589793 rad + pos: 73.5,116.5 parent: 2 - - uid: 3956 + - uid: 12092 components: - type: Transform - pos: 88.5,134.5 + pos: 76.5,114.5 parent: 2 - - uid: 3957 + - uid: 12093 components: - type: Transform - pos: 95.5,138.5 + pos: 76.5,115.5 parent: 2 - - uid: 3958 + - uid: 12094 components: - type: Transform - pos: 95.5,129.5 + rot: 3.141592653589793 rad + pos: 76.5,116.5 parent: 2 - - uid: 3959 + - uid: 12095 components: - type: Transform - pos: 95.5,131.5 + rot: 3.141592653589793 rad + pos: 83.5,105.5 parent: 2 - - uid: 3960 + - uid: 12096 components: - type: Transform - pos: 93.5,141.5 + rot: 3.141592653589793 rad + pos: 84.5,105.5 parent: 2 - - uid: 3961 + - uid: 12097 components: - type: Transform - pos: 88.5,133.5 + rot: 3.141592653589793 rad + pos: 85.5,105.5 parent: 2 - - uid: 3962 + - uid: 12098 components: - type: Transform - pos: 95.5,132.5 + rot: 3.141592653589793 rad + pos: 76.5,119.5 parent: 2 - - uid: 3963 + - uid: 12099 components: - type: Transform - pos: 95.5,130.5 + rot: 3.141592653589793 rad + pos: 80.5,63.5 parent: 2 - - uid: 3964 + - uid: 12100 components: - type: Transform - pos: 95.5,133.5 + rot: 3.141592653589793 rad + pos: 91.5,226.5 parent: 2 - - uid: 3965 + - uid: 12101 components: - type: Transform - pos: 93.5,144.5 + rot: 3.141592653589793 rad + pos: 73.5,108.5 parent: 2 - - uid: 3966 + - uid: 12102 components: - type: Transform - pos: 94.5,138.5 + rot: 3.141592653589793 rad + pos: 72.5,108.5 parent: 2 - - uid: 3967 + - uid: 12103 components: - type: Transform - pos: 93.5,145.5 + rot: 3.141592653589793 rad + pos: 75.5,108.5 parent: 2 - - uid: 3968 + - uid: 12104 components: - type: Transform - pos: 96.5,141.5 + rot: 3.141592653589793 rad + pos: 76.5,108.5 parent: 2 - - uid: 3969 + - uid: 12105 components: - type: Transform - pos: 97.5,146.5 + rot: 3.141592653589793 rad + pos: 76.5,107.5 parent: 2 - - uid: 3970 + - uid: 12106 components: - type: Transform - pos: 93.5,142.5 + rot: 3.141592653589793 rad + pos: 76.5,106.5 parent: 2 - - uid: 3971 + - uid: 12107 components: - type: Transform - pos: 93.5,140.5 + rot: 3.141592653589793 rad + pos: 86.5,102.5 parent: 2 - - uid: 3972 + - uid: 12108 components: - type: Transform - pos: 99.5,146.5 + pos: 77.5,112.5 parent: 2 - - uid: 3973 + - uid: 12109 components: - type: Transform - pos: 100.5,147.5 + rot: 3.141592653589793 rad + pos: 77.5,106.5 parent: 2 - - uid: 3974 + - uid: 12110 components: - type: Transform - pos: 100.5,148.5 + pos: 76.5,113.5 parent: 2 - - uid: 3975 + - uid: 12111 components: - type: Transform - pos: 100.5,149.5 + rot: 3.141592653589793 rad + pos: 74.5,108.5 parent: 2 - - uid: 3976 + - uid: 12112 components: - type: Transform - pos: 93.5,152.5 + rot: 3.141592653589793 rad + pos: 91.5,212.5 parent: 2 - - uid: 3977 + - uid: 12113 components: - type: Transform - pos: 94.5,152.5 + rot: 3.141592653589793 rad + pos: 92.5,229.5 parent: 2 - - uid: 3978 + - uid: 12114 components: - type: Transform - pos: 97.5,152.5 + rot: 3.141592653589793 rad + pos: 94.5,229.5 parent: 2 - - uid: 3979 + - uid: 12115 components: - type: Transform - pos: 98.5,152.5 + rot: 3.141592653589793 rad + pos: 76.5,74.5 parent: 2 - - uid: 3980 + - uid: 12116 components: - type: Transform - pos: 95.5,152.5 + rot: 3.141592653589793 rad + pos: 76.5,68.5 parent: 2 - - uid: 3981 + - uid: 12117 components: - type: Transform - pos: 96.5,152.5 + rot: 3.141592653589793 rad + pos: 76.5,72.5 parent: 2 - - uid: 3982 + - uid: 12118 components: - type: Transform - pos: 93.5,149.5 + rot: 3.141592653589793 rad + pos: 79.5,150.5 parent: 2 - - uid: 3983 + - uid: 12119 components: - type: Transform - pos: 83.5,135.5 + rot: 3.141592653589793 rad + pos: 79.5,153.5 parent: 2 - - uid: 3984 + - uid: 12120 components: - type: Transform - pos: 89.5,131.5 + rot: 3.141592653589793 rad + pos: 79.5,152.5 parent: 2 - - uid: 3985 + - uid: 12121 components: - type: Transform - pos: 96.5,138.5 + rot: 3.141592653589793 rad + pos: 79.5,151.5 parent: 2 - - uid: 3986 + - uid: 12122 components: - type: Transform - pos: 82.5,135.5 + rot: 3.141592653589793 rad + pos: 79.5,149.5 parent: 2 - - uid: 3987 + - uid: 12123 components: - type: Transform - pos: 90.5,149.5 + rot: 3.141592653589793 rad + pos: 79.5,157.5 parent: 2 - - uid: 3988 + - uid: 12124 components: - type: Transform - pos: 90.5,148.5 + rot: 3.141592653589793 rad + pos: 98.5,229.5 parent: 2 - - uid: 3989 + - uid: 12125 components: - type: Transform - pos: 88.5,128.5 + rot: 3.141592653589793 rad + pos: 91.5,227.5 parent: 2 - - uid: 3990 + - uid: 12126 components: - type: Transform - pos: 96.5,139.5 + rot: 3.141592653589793 rad + pos: 91.5,228.5 parent: 2 - - uid: 3991 + - uid: 12127 components: - type: Transform - pos: 89.5,140.5 + rot: 3.141592653589793 rad + pos: 91.5,229.5 parent: 2 - - uid: 3992 + - uid: 12128 components: - type: Transform - pos: 88.5,142.5 + rot: 3.141592653589793 rad + pos: 91.5,213.5 parent: 2 - - uid: 3993 + - uid: 12129 components: - type: Transform - pos: 96.5,146.5 + rot: 3.141592653589793 rad + pos: 91.5,207.5 parent: 2 - - uid: 3994 + - uid: 12130 components: - type: Transform - pos: 94.5,145.5 + rot: 3.141592653589793 rad + pos: 91.5,215.5 parent: 2 - - uid: 3995 + - uid: 12131 components: - type: Transform - pos: 100.5,146.5 + rot: 3.141592653589793 rad + pos: 91.5,217.5 parent: 2 - - uid: 3996 + - uid: 12132 components: - type: Transform - pos: 94.5,146.5 + rot: 3.141592653589793 rad + pos: 50.5,112.5 parent: 2 - - uid: 3997 + - uid: 12133 components: - type: Transform - pos: 96.5,140.5 + rot: 3.141592653589793 rad + pos: 74.5,119.5 parent: 2 - - uid: 3998 + - uid: 12134 components: - type: Transform - pos: 99.5,152.5 + rot: 3.141592653589793 rad + pos: 71.5,119.5 parent: 2 - - uid: 3999 + - uid: 12135 components: - type: Transform - pos: 100.5,150.5 + rot: 3.141592653589793 rad + pos: 72.5,119.5 parent: 2 - - uid: 4000 + - uid: 12136 components: - type: Transform - pos: 90.5,151.5 + rot: 3.141592653589793 rad + pos: 71.5,125.5 parent: 2 - - uid: 4001 + - uid: 12137 components: - type: Transform - pos: 90.5,150.5 + rot: 3.141592653589793 rad + pos: 77.5,119.5 parent: 2 - - uid: 4002 + - uid: 12138 components: - type: Transform - pos: 96.5,149.5 + rot: 3.141592653589793 rad + pos: 75.5,119.5 parent: 2 - - uid: 4003 + - uid: 12139 components: - type: Transform - pos: 96.5,150.5 + rot: 3.141592653589793 rad + pos: 80.5,82.5 parent: 2 - - uid: 4004 + - uid: 12140 components: - type: Transform - pos: 100.5,151.5 + rot: 3.141592653589793 rad + pos: 81.5,83.5 parent: 2 - - uid: 4005 + - uid: 12141 components: - type: Transform - pos: 83.5,139.5 + rot: 3.141592653589793 rad + pos: 84.5,51.5 parent: 2 - - uid: 4006 + - uid: 12142 components: - type: Transform - pos: 83.5,138.5 + rot: 3.141592653589793 rad + pos: 81.5,80.5 parent: 2 - - uid: 4007 + - uid: 12143 components: - type: Transform - pos: 91.5,134.5 + rot: 3.141592653589793 rad + pos: 81.5,81.5 parent: 2 - - uid: 4008 + - uid: 12144 components: - type: Transform - pos: 99.5,143.5 + rot: 3.141592653589793 rad + pos: 77.5,74.5 parent: 2 - - uid: 4009 + - uid: 12145 components: - type: Transform - pos: 92.5,144.5 + rot: 3.141592653589793 rad + pos: 81.5,76.5 parent: 2 - - uid: 4010 + - uid: 12146 components: - type: Transform - pos: 96.5,151.5 + rot: 3.141592653589793 rad + pos: 83.5,83.5 parent: 2 - - uid: 4011 + - uid: 12147 components: - type: Transform - pos: 93.5,153.5 + rot: 3.141592653589793 rad + pos: 81.5,78.5 parent: 2 - - uid: 4012 + - uid: 12148 components: - type: Transform - pos: 92.5,153.5 + rot: 3.141592653589793 rad + pos: 81.5,77.5 parent: 2 - - uid: 4013 + - uid: 12149 components: - type: Transform - pos: 91.5,153.5 + rot: 3.141592653589793 rad + pos: 81.5,75.5 parent: 2 - - uid: 4014 + - uid: 12150 components: - type: Transform - pos: 90.5,152.5 + rot: 3.141592653589793 rad + pos: 80.5,74.5 parent: 2 - - uid: 4015 + - uid: 12151 components: - type: Transform - pos: 90.5,153.5 + rot: 3.141592653589793 rad + pos: 81.5,74.5 parent: 2 - - uid: 4016 + - uid: 12152 components: - type: Transform - pos: 95.5,149.5 + rot: 3.141592653589793 rad + pos: 70.5,124.5 parent: 2 - - uid: 4017 + - uid: 12153 components: - type: Transform - pos: 99.5,144.5 + rot: 3.141592653589793 rad + pos: 70.5,123.5 parent: 2 - - uid: 4018 + - uid: 12154 components: - type: Transform - pos: 95.5,146.5 + rot: 3.141592653589793 rad + pos: 79.5,119.5 parent: 2 - - uid: 4019 + - uid: 12155 components: - type: Transform - pos: 94.5,143.5 + rot: 3.141592653589793 rad + pos: 80.5,52.5 parent: 2 - - uid: 4020 + - uid: 12156 components: - type: Transform - pos: 95.5,143.5 + rot: 3.141592653589793 rad + pos: 80.5,54.5 parent: 2 - - uid: 4021 + - uid: 12157 components: - type: Transform - pos: 100.5,152.5 + rot: 3.141592653589793 rad + pos: 80.5,53.5 parent: 2 - - uid: 4022 + - uid: 12158 components: - type: Transform - pos: 95.5,135.5 + rot: 3.141592653589793 rad + pos: 60.5,87.5 parent: 2 - - uid: 4023 + - uid: 12159 components: - type: Transform - pos: 95.5,137.5 + rot: 3.141592653589793 rad + pos: 91.5,216.5 parent: 2 - - uid: 4024 + - uid: 12160 components: - type: Transform - pos: 95.5,136.5 + rot: 3.141592653589793 rad + pos: 91.5,214.5 parent: 2 - - uid: 4025 + - uid: 12161 components: - type: Transform - pos: 95.5,134.5 + rot: 3.141592653589793 rad + pos: 76.5,69.5 parent: 2 - - uid: 4026 + - uid: 12162 components: - type: Transform - pos: 87.5,127.5 + rot: 3.141592653589793 rad + pos: 91.5,218.5 parent: 2 - - uid: 4027 + - uid: 12163 components: - type: Transform - pos: 81.5,131.5 + rot: 3.141592653589793 rad + pos: 84.5,62.5 parent: 2 - - uid: 4028 + - uid: 12164 components: - type: Transform - pos: 84.5,135.5 + rot: 3.141592653589793 rad + pos: 84.5,54.5 parent: 2 -- proto: N14WallmountVent - entities: - - uid: 4029 + - uid: 12165 components: - type: Transform rot: 3.141592653589793 rad - pos: 136.5,202.5 + pos: 84.5,56.5 parent: 2 - - uid: 4030 + - uid: 12166 components: - type: Transform - pos: 119.5,189.5 + rot: 3.141592653589793 rad + pos: 80.5,60.5 parent: 2 - - uid: 4031 + - uid: 12167 components: - type: Transform - pos: 132.5,189.5 + rot: 3.141592653589793 rad + pos: 80.5,55.5 parent: 2 - - uid: 4032 + - uid: 12168 components: - type: Transform - pos: 132.5,185.5 + rot: 3.141592653589793 rad + pos: 80.5,51.5 parent: 2 - - uid: 4033 + - uid: 12169 components: - type: Transform - pos: 119.5,181.5 + rot: 3.141592653589793 rad + pos: 80.5,58.5 parent: 2 -- proto: N14WallmountVentDamaged - entities: - - uid: 4034 + - uid: 12170 components: - type: Transform - pos: 119.5,185.5 + rot: 3.141592653589793 rad + pos: 80.5,59.5 parent: 2 -- proto: N14WallmountVentOpen - entities: - - uid: 4035 + - uid: 12171 components: - type: Transform - pos: 102.5,117.5 + rot: 3.141592653589793 rad + pos: 80.5,49.5 parent: 2 - - uid: 4036 + - uid: 12172 components: - type: Transform - pos: 62.5,92.5 + rot: 3.141592653589793 rad + pos: 86.5,78.5 parent: 2 -- proto: N14WallReinfMetalTall - entities: - - uid: 4037 + - uid: 12173 components: - type: Transform - pos: 100.5,183.5 + rot: 3.141592653589793 rad + pos: 84.5,55.5 parent: 2 - - uid: 4038 + - uid: 12174 components: - type: Transform - pos: 110.5,184.5 + rot: 3.141592653589793 rad + pos: 84.5,53.5 parent: 2 - - uid: 4039 + - uid: 12175 components: - type: Transform - pos: 104.5,183.5 + rot: 3.141592653589793 rad + pos: 84.5,52.5 parent: 2 - - uid: 4040 + - uid: 12176 components: - type: Transform - pos: 105.5,187.5 + rot: 3.141592653589793 rad + pos: 84.5,63.5 parent: 2 - - uid: 4041 + - uid: 12177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,186.5 + rot: 3.141592653589793 rad + pos: 84.5,61.5 parent: 2 - - uid: 4042 + - uid: 12178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,187.5 + rot: 3.141592653589793 rad + pos: 84.5,64.5 parent: 2 - - uid: 4043 + - uid: 12179 components: - type: Transform rot: 3.141592653589793 rad - pos: 134.5,194.5 + pos: 76.5,67.5 parent: 2 - - uid: 4044 + - uid: 12180 components: - type: Transform - pos: 135.5,210.5 + rot: 3.141592653589793 rad + pos: 49.5,95.5 parent: 2 -- proto: N14WallRockIndestructible - entities: - - uid: 4045 + - uid: 12181 components: - type: Transform - pos: 122.5,211.5 + rot: 3.141592653589793 rad + pos: 79.5,129.5 parent: 2 - - uid: 4046 + - uid: 12182 components: - type: Transform - pos: 122.5,210.5 + rot: 3.141592653589793 rad + pos: 79.5,120.5 parent: 2 - - uid: 4047 + - uid: 12200 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,229.5 + pos: 75.5,146.5 parent: 2 - - uid: 4048 + - uid: 12201 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,229.5 + pos: 70.5,120.5 parent: 2 - - uid: 4049 + - uid: 12202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,215.5 + rot: 3.141592653589793 rad + pos: 75.5,135.5 parent: 2 - - uid: 4050 + - uid: 12203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,214.5 + rot: 3.141592653589793 rad + pos: 79.5,142.5 parent: 2 - - uid: 4051 + - uid: 12204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,215.5 + rot: 3.141592653589793 rad + pos: 79.5,134.5 parent: 2 - - uid: 4052 + - uid: 12205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 122.5,214.5 + rot: 3.141592653589793 rad + pos: 85.5,71.5 parent: 2 - - uid: 4053 + - uid: 12206 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,224.5 + pos: 85.5,72.5 parent: 2 - - uid: 4054 + - uid: 12207 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,225.5 + pos: 97.5,119.5 parent: 2 - - uid: 4055 + - uid: 12208 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,227.5 + pos: 91.5,97.5 parent: 2 - - uid: 4056 + - uid: 12209 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,228.5 + pos: 92.5,97.5 parent: 2 - - uid: 4057 + - uid: 12210 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,229.5 + pos: 55.5,81.5 parent: 2 - - uid: 4058 + - uid: 12211 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,229.5 + pos: 75.5,137.5 parent: 2 - - uid: 4059 + - uid: 12212 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,226.5 + pos: 87.5,86.5 parent: 2 - - uid: 4060 + - uid: 12213 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,224.5 + pos: 98.5,119.5 parent: 2 - - uid: 4061 + - uid: 12214 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,224.5 + pos: 76.5,66.5 parent: 2 - - uid: 4062 + - uid: 12215 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,224.5 + pos: 70.5,119.5 parent: 2 - - uid: 4063 + - uid: 12216 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,224.5 + pos: 72.5,125.5 parent: 2 - - uid: 4064 + - uid: 12217 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,224.5 + pos: 76.5,65.5 parent: 2 - - uid: 4065 + - uid: 12218 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,224.5 + pos: 80.5,61.5 parent: 2 - - uid: 4066 + - uid: 12219 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,225.5 + pos: 80.5,57.5 parent: 2 - - uid: 4067 + - uid: 12220 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,226.5 + pos: 82.5,91.5 parent: 2 - - uid: 4068 + - uid: 12221 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,227.5 + pos: 82.5,101.5 parent: 2 - - uid: 4069 + - uid: 12222 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,228.5 + pos: 49.5,93.5 parent: 2 - - uid: 4070 + - uid: 12223 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,229.5 + pos: 82.5,99.5 parent: 2 - - uid: 4071 + - uid: 12224 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,229.5 + pos: 82.5,88.5 parent: 2 - - uid: 4072 + - uid: 12225 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,229.5 + pos: 82.5,87.5 parent: 2 - - uid: 4073 + - uid: 12226 components: - type: Transform - pos: 111.5,143.5 + rot: 3.141592653589793 rad + pos: 82.5,96.5 parent: 2 - - uid: 4074 + - uid: 12227 components: - type: Transform - pos: 33.5,97.5 + rot: 3.141592653589793 rad + pos: 84.5,101.5 parent: 2 - - uid: 4075 + - uid: 12228 components: - type: Transform - pos: 113.5,176.5 + rot: 3.141592653589793 rad + pos: 81.5,87.5 parent: 2 - - uid: 4076 + - uid: 12229 components: - type: Transform - pos: 113.5,175.5 + rot: 3.141592653589793 rad + pos: 83.5,101.5 parent: 2 - - uid: 4077 + - uid: 12230 components: - type: Transform - pos: 83.5,125.5 + rot: 3.141592653589793 rad + pos: 82.5,89.5 parent: 2 - - uid: 4078 + - uid: 12231 components: - type: Transform - pos: 111.5,142.5 + rot: 3.141592653589793 rad + pos: 82.5,100.5 parent: 2 - - uid: 4079 + - uid: 12232 components: - type: Transform - pos: 111.5,141.5 + rot: 3.141592653589793 rad + pos: 80.5,96.5 parent: 2 - - uid: 4080 + - uid: 12233 components: - type: Transform - pos: 111.5,140.5 + rot: 3.141592653589793 rad + pos: 48.5,89.5 parent: 2 - - uid: 4081 + - uid: 12234 components: - type: Transform - pos: 111.5,139.5 + rot: 3.141592653589793 rad + pos: 47.5,102.5 parent: 2 - - uid: 4082 + - uid: 12235 components: - type: Transform - pos: 111.5,138.5 + rot: 3.141592653589793 rad + pos: 46.5,107.5 parent: 2 - - uid: 4083 + - uid: 12236 components: - type: Transform - pos: 111.5,137.5 + rot: 3.141592653589793 rad + pos: 91.5,219.5 parent: 2 - - uid: 4084 + - uid: 12237 components: - type: Transform - pos: 111.5,136.5 + rot: 3.141592653589793 rad + pos: 45.5,97.5 parent: 2 - - uid: 4085 + - uid: 12238 components: - type: Transform - pos: 111.5,135.5 + rot: 3.141592653589793 rad + pos: 79.5,96.5 parent: 2 - - uid: 4086 + - uid: 12239 components: - type: Transform - pos: 111.5,134.5 + rot: 3.141592653589793 rad + pos: 55.5,83.5 parent: 2 - - uid: 4087 + - uid: 12240 components: - type: Transform - pos: 111.5,133.5 + rot: 3.141592653589793 rad + pos: 82.5,90.5 parent: 2 - - uid: 4088 + - uid: 12241 components: - type: Transform - pos: 111.5,132.5 + rot: 3.141592653589793 rad + pos: 82.5,98.5 parent: 2 - - uid: 4089 + - uid: 12242 components: - type: Transform - pos: 111.5,131.5 + rot: 3.141592653589793 rad + pos: 82.5,97.5 parent: 2 - - uid: 4090 + - uid: 12243 components: - type: Transform - pos: 112.5,131.5 + rot: 3.141592653589793 rad + pos: 91.5,209.5 parent: 2 - - uid: 4091 + - uid: 12244 components: - type: Transform - pos: 112.5,130.5 + rot: 3.141592653589793 rad + pos: 59.5,79.5 parent: 2 - - uid: 4092 + - uid: 12245 components: - type: Transform - pos: 111.5,144.5 + rot: 3.141592653589793 rad + pos: 50.5,113.5 parent: 2 - - uid: 4093 + - uid: 12246 components: - type: Transform - pos: 110.5,144.5 + rot: 3.141592653589793 rad + pos: 95.5,229.5 parent: 2 - - uid: 4094 + - uid: 12247 components: - type: Transform - pos: 110.5,145.5 + rot: 3.141592653589793 rad + pos: 64.5,83.5 parent: 2 - - uid: 4095 + - uid: 12248 components: - type: Transform - pos: 110.5,146.5 + rot: 3.141592653589793 rad + pos: 51.5,96.5 parent: 2 - - uid: 4096 + - uid: 12249 components: - type: Transform - pos: 110.5,147.5 + rot: 3.141592653589793 rad + pos: 80.5,64.5 parent: 2 - - uid: 4097 + - uid: 12250 components: - type: Transform - pos: 110.5,148.5 + rot: 3.141592653589793 rad + pos: 58.5,76.5 parent: 2 - - uid: 4098 + - uid: 12251 components: - type: Transform - pos: 110.5,149.5 + rot: 3.141592653589793 rad + pos: 70.5,122.5 parent: 2 - - uid: 4099 + - uid: 12252 components: - type: Transform - pos: 110.5,150.5 + rot: 3.141592653589793 rad + pos: 70.5,121.5 parent: 2 - - uid: 4100 + - uid: 12253 components: - type: Transform - pos: 110.5,151.5 + rot: 3.141592653589793 rad + pos: 55.5,91.5 parent: 2 - - uid: 4101 + - uid: 12254 components: - type: Transform - pos: 110.5,152.5 + rot: 3.141592653589793 rad + pos: 55.5,90.5 parent: 2 - - uid: 4102 + - uid: 12255 components: - type: Transform - pos: 110.5,153.5 + rot: 3.141592653589793 rad + pos: 91.5,208.5 parent: 2 - - uid: 4103 + - uid: 12256 components: - type: Transform - pos: 109.5,153.5 + rot: 3.141592653589793 rad + pos: 79.5,81.5 parent: 2 - - uid: 4104 + - uid: 12257 components: - type: Transform - pos: 109.5,154.5 + rot: 3.141592653589793 rad + pos: 43.5,109.5 parent: 2 - - uid: 4105 + - uid: 12258 components: - type: Transform - pos: 109.5,155.5 + rot: 3.141592653589793 rad + pos: 79.5,74.5 parent: 2 - - uid: 4106 + - uid: 12259 components: - type: Transform - pos: 109.5,156.5 + rot: 3.141592653589793 rad + pos: 59.5,78.5 parent: 2 - - uid: 4107 + - uid: 12260 components: - type: Transform - pos: 109.5,157.5 + rot: 3.141592653589793 rad + pos: 81.5,79.5 parent: 2 - - uid: 4108 + - uid: 12261 components: - type: Transform - pos: 109.5,158.5 + rot: 3.141592653589793 rad + pos: 47.5,113.5 parent: 2 - - uid: 4109 + - uid: 12262 components: - type: Transform - pos: 109.5,159.5 + rot: 3.141592653589793 rad + pos: 77.5,65.5 parent: 2 - - uid: 4110 + - uid: 12263 components: - type: Transform - pos: 109.5,160.5 + rot: 3.141592653589793 rad + pos: 79.5,65.5 parent: 2 - - uid: 4111 + - uid: 12264 components: - type: Transform - pos: 109.5,161.5 + rot: 3.141592653589793 rad + pos: 46.5,108.5 parent: 2 - - uid: 4112 + - uid: 12265 components: - type: Transform - pos: 110.5,161.5 + rot: 3.141592653589793 rad + pos: 50.5,116.5 parent: 2 - - uid: 4113 + - uid: 12266 components: - type: Transform - pos: 110.5,162.5 + rot: 3.141592653589793 rad + pos: 80.5,83.5 parent: 2 - - uid: 4114 + - uid: 12267 components: - type: Transform - pos: 110.5,163.5 + rot: 3.141592653589793 rad + pos: 48.5,83.5 parent: 2 - - uid: 4115 + - uid: 12268 components: - type: Transform - pos: 110.5,164.5 + rot: 3.141592653589793 rad + pos: 47.5,103.5 parent: 2 - - uid: 4116 + - uid: 12269 components: - type: Transform - pos: 110.5,165.5 + rot: 3.141592653589793 rad + pos: 54.5,78.5 parent: 2 - - uid: 4117 + - uid: 12270 components: - type: Transform - pos: 111.5,165.5 + rot: 3.141592653589793 rad + pos: 47.5,116.5 parent: 2 - - uid: 4118 + - uid: 12271 components: - type: Transform - pos: 111.5,166.5 + rot: 3.141592653589793 rad + pos: 80.5,56.5 parent: 2 - - uid: 4119 + - uid: 12272 components: - type: Transform - pos: 111.5,167.5 + rot: 3.141592653589793 rad + pos: 76.5,71.5 parent: 2 - - uid: 4120 + - uid: 12273 components: - type: Transform - pos: 112.5,167.5 + rot: 3.141592653589793 rad + pos: 99.5,229.5 parent: 2 - - uid: 4121 + - uid: 12274 components: - type: Transform - pos: 112.5,168.5 + rot: 3.141592653589793 rad + pos: 73.5,125.5 parent: 2 - - uid: 4122 + - uid: 12275 components: - type: Transform - pos: 112.5,169.5 + rot: 3.141592653589793 rad + pos: 74.5,124.5 parent: 2 - - uid: 4123 + - uid: 12276 components: - type: Transform - pos: 112.5,170.5 + rot: 3.141592653589793 rad + pos: 82.5,112.5 parent: 2 - - uid: 4124 + - uid: 12277 components: - type: Transform - pos: 112.5,171.5 + rot: 3.141592653589793 rad + pos: 83.5,118.5 parent: 2 - - uid: 4125 + - uid: 12278 components: - type: Transform - pos: 112.5,172.5 + rot: 3.141592653589793 rad + pos: 74.5,123.5 parent: 2 - - uid: 4126 + - uid: 12279 components: - type: Transform - pos: 112.5,173.5 + rot: 3.141592653589793 rad + pos: 80.5,112.5 parent: 2 - - uid: 4127 + - uid: 12280 components: - type: Transform - pos: 112.5,174.5 + rot: 3.141592653589793 rad + pos: 80.5,87.5 parent: 2 - - uid: 4128 + - uid: 12281 components: - type: Transform - pos: 112.5,129.5 + rot: 3.141592653589793 rad + pos: 75.5,87.5 parent: 2 - - uid: 4129 + - uid: 12282 components: - type: Transform - pos: 112.5,128.5 + rot: 3.141592653589793 rad + pos: 81.5,96.5 parent: 2 - - uid: 4130 + - uid: 12283 components: - type: Transform - pos: 112.5,127.5 + rot: 3.141592653589793 rad + pos: 87.5,90.5 parent: 2 - - uid: 4131 + - uid: 12284 components: - type: Transform - pos: 112.5,126.5 + rot: 3.141592653589793 rad + pos: 86.5,90.5 parent: 2 - - uid: 4132 + - uid: 12285 components: - type: Transform - pos: 114.5,87.5 + rot: 3.141592653589793 rad + pos: 85.5,124.5 parent: 2 - - uid: 4133 + - uid: 12286 components: - type: Transform - pos: 114.5,88.5 + rot: 3.141592653589793 rad + pos: 85.5,76.5 parent: 2 - - uid: 4134 + - uid: 12287 components: - type: Transform - pos: 114.5,92.5 + rot: 3.141592653589793 rad + pos: 85.5,78.5 parent: 2 - - uid: 4135 + - uid: 12288 components: - type: Transform - pos: 113.5,86.5 + rot: 3.141592653589793 rad + pos: 87.5,79.5 parent: 2 - - uid: 4136 + - uid: 12289 components: - type: Transform - pos: 77.5,38.5 + rot: 3.141592653589793 rad + pos: 87.5,78.5 parent: 2 - - uid: 4137 + - uid: 12290 components: - type: Transform - pos: 70.5,59.5 + rot: 3.141592653589793 rad + pos: 87.5,88.5 parent: 2 - - uid: 4138 + - uid: 12291 components: - type: Transform - pos: 70.5,58.5 + rot: 3.141592653589793 rad + pos: 85.5,77.5 parent: 2 - - uid: 4139 + - uid: 12292 components: - type: Transform - pos: 70.5,57.5 + rot: 3.141592653589793 rad + pos: 100.5,229.5 parent: 2 - - uid: 4140 + - uid: 12293 components: - type: Transform - pos: 70.5,56.5 + rot: 3.141592653589793 rad + pos: 86.5,97.5 parent: 2 - - uid: 4141 + - uid: 12294 components: - type: Transform - pos: 70.5,55.5 + rot: 3.141592653589793 rad + pos: 101.5,126.5 parent: 2 - - uid: 4142 + - uid: 12295 components: - type: Transform - pos: 70.5,54.5 + rot: 3.141592653589793 rad + pos: 85.5,73.5 parent: 2 - - uid: 4143 + - uid: 12296 components: - type: Transform - pos: 70.5,53.5 + rot: 3.141592653589793 rad + pos: 102.5,130.5 parent: 2 - - uid: 4144 + - uid: 12297 components: - type: Transform - pos: 31.5,60.5 + rot: 3.141592653589793 rad + pos: 83.5,70.5 parent: 2 - - uid: 4145 + - uid: 12298 components: - type: Transform - pos: 78.5,38.5 + rot: 3.141592653589793 rad + pos: 87.5,82.5 parent: 2 - - uid: 4146 + - uid: 12299 components: - type: Transform - pos: 30.5,60.5 + rot: 3.141592653589793 rad + pos: 83.5,69.5 parent: 2 - - uid: 4147 + - uid: 12300 components: - type: Transform - pos: 71.5,38.5 + rot: 3.141592653589793 rad + pos: 92.5,100.5 parent: 2 - - uid: 4148 + - uid: 12301 components: - type: Transform - pos: 23.5,60.5 + rot: 3.141592653589793 rad + pos: 92.5,99.5 parent: 2 - - uid: 4149 + - uid: 12302 components: - type: Transform - pos: 72.5,38.5 + rot: 3.141592653589793 rad + pos: 87.5,84.5 parent: 2 - - uid: 4150 + - uid: 12303 components: - type: Transform - pos: 24.5,60.5 + rot: 3.141592653589793 rad + pos: 88.5,97.5 parent: 2 - - uid: 4151 + - uid: 12304 components: - type: Transform - pos: 74.5,38.5 + rot: 3.141592653589793 rad + pos: 92.5,98.5 parent: 2 - - uid: 4152 + - uid: 12305 components: - type: Transform - pos: 25.5,60.5 + rot: 3.141592653589793 rad + pos: 85.5,74.5 parent: 2 - - uid: 4153 + - uid: 12306 components: - type: Transform - pos: 73.5,38.5 + rot: 3.141592653589793 rad + pos: 99.5,119.5 parent: 2 - - uid: 4154 + - uid: 12307 components: - type: Transform - pos: 26.5,60.5 + rot: 3.141592653589793 rad + pos: 85.5,75.5 parent: 2 - - uid: 4155 + - uid: 12308 components: - type: Transform - pos: 75.5,38.5 + rot: 3.141592653589793 rad + pos: 101.5,120.5 parent: 2 - - uid: 4156 + - uid: 12309 components: - type: Transform - pos: 28.5,60.5 + rot: 3.141592653589793 rad + pos: 104.5,130.5 parent: 2 - - uid: 4157 + - uid: 12310 components: - type: Transform - pos: 76.5,38.5 + rot: 3.141592653589793 rad + pos: 101.5,119.5 parent: 2 - - uid: 4158 + - uid: 12311 components: - type: Transform - pos: 29.5,60.5 + rot: 3.141592653589793 rad + pos: 100.5,119.5 parent: 2 - - uid: 4159 + - uid: 12312 components: - type: Transform - pos: 111.5,112.5 + rot: 3.141592653589793 rad + pos: 91.5,101.5 parent: 2 - - uid: 4160 + - uid: 12313 components: - type: Transform - pos: 110.5,99.5 + rot: 3.141592653589793 rad + pos: 87.5,97.5 parent: 2 - - uid: 4161 + - uid: 12314 components: - type: Transform - pos: 110.5,100.5 + rot: 3.141592653589793 rad + pos: 92.5,101.5 parent: 2 - - uid: 4162 + - uid: 12315 components: - type: Transform - pos: 110.5,97.5 + rot: 3.141592653589793 rad + pos: 87.5,83.5 parent: 2 - - uid: 4163 + - uid: 12316 components: - type: Transform - pos: 110.5,98.5 + rot: 3.141592653589793 rad + pos: 101.5,130.5 parent: 2 - - uid: 4164 + - uid: 12317 components: - type: Transform - pos: 110.5,96.5 + rot: 3.141592653589793 rad + pos: 87.5,85.5 parent: 2 - - uid: 4165 + - uid: 12318 components: - type: Transform - pos: 111.5,110.5 + rot: 3.141592653589793 rad + pos: 105.5,130.5 parent: 2 - - uid: 4166 + - uid: 12319 components: - type: Transform - pos: 111.5,111.5 + rot: 3.141592653589793 rad + pos: 101.5,127.5 parent: 2 - - uid: 4167 + - uid: 12320 components: - type: Transform - pos: 111.5,109.5 + rot: 3.141592653589793 rad + pos: 101.5,125.5 parent: 2 - - uid: 4168 + - uid: 12321 components: - type: Transform - pos: 111.5,108.5 + rot: 3.141592653589793 rad + pos: 101.5,128.5 parent: 2 - - uid: 4169 + - uid: 12322 components: - type: Transform - pos: 110.5,103.5 + rot: 3.141592653589793 rad + pos: 101.5,129.5 parent: 2 - - uid: 4170 + - uid: 12323 components: - type: Transform - pos: 110.5,102.5 + rot: 3.141592653589793 rad + pos: 103.5,130.5 parent: 2 - - uid: 4171 + - uid: 12324 components: - type: Transform - pos: 110.5,108.5 + rot: 3.141592653589793 rad + pos: 85.5,70.5 parent: 2 - - uid: 4172 + - uid: 12325 components: - type: Transform - pos: 110.5,107.5 + rot: 3.141592653589793 rad + pos: 89.5,97.5 parent: 2 - - uid: 4173 + - uid: 12326 components: - type: Transform - pos: 110.5,101.5 + rot: 3.141592653589793 rad + pos: 90.5,97.5 parent: 2 - - uid: 4174 + - uid: 12327 components: - type: Transform - pos: 110.5,105.5 + rot: 3.141592653589793 rad + pos: 89.5,124.5 parent: 2 - - uid: 4175 + - uid: 12328 components: - type: Transform - pos: 110.5,106.5 + rot: 3.141592653589793 rad + pos: 90.5,124.5 parent: 2 - - uid: 4176 + - uid: 12329 components: - type: Transform - pos: 110.5,104.5 + rot: 3.141592653589793 rad + pos: 101.5,124.5 parent: 2 - - uid: 4177 + - uid: 12330 components: - type: Transform - pos: 70.5,39.5 + rot: 3.141592653589793 rad + pos: 91.5,204.5 parent: 2 - - uid: 4178 + - uid: 12331 components: - type: Transform - pos: 70.5,38.5 + rot: 3.141592653589793 rad + pos: 78.5,65.5 parent: 2 - - uid: 4179 + - uid: 12332 components: - type: Transform - pos: 79.5,38.5 + rot: 3.141592653589793 rad + pos: 50.5,107.5 parent: 2 - - uid: 4180 + - uid: 12333 components: - type: Transform - pos: 70.5,44.5 + rot: 3.141592653589793 rad + pos: 81.5,82.5 parent: 2 - - uid: 4181 + - uid: 12334 components: - type: Transform - pos: 70.5,43.5 + rot: 3.141592653589793 rad + pos: 79.5,95.5 parent: 2 - - uid: 4182 + - uid: 12336 components: - type: Transform - pos: 70.5,42.5 + rot: 3.141592653589793 rad + pos: 59.5,90.5 parent: 2 - - uid: 4183 + - uid: 12337 components: - type: Transform - pos: 70.5,41.5 + rot: 3.141592653589793 rad + pos: 59.5,91.5 parent: 2 - - uid: 4184 + - uid: 12338 components: - type: Transform - pos: 82.5,38.5 + rot: 3.141592653589793 rad + pos: 79.5,93.5 parent: 2 - - uid: 4185 + - uid: 12339 components: - type: Transform - pos: 83.5,38.5 + rot: 3.141592653589793 rad + pos: 50.5,111.5 parent: 2 - - uid: 4186 + - uid: 12340 components: - type: Transform - pos: 80.5,38.5 + rot: 3.141592653589793 rad + pos: 83.5,120.5 parent: 2 - - uid: 4187 + - uid: 12341 components: - type: Transform - pos: 81.5,38.5 + rot: 3.141592653589793 rad + pos: 42.5,111.5 parent: 2 - - uid: 4188 + - uid: 12342 components: - type: Transform - pos: 70.5,40.5 + rot: 3.141592653589793 rad + pos: 74.5,125.5 parent: 2 - - uid: 4189 + - uid: 12343 components: - type: Transform - pos: 34.5,111.5 + rot: 3.141592653589793 rad + pos: 82.5,83.5 parent: 2 - - uid: 4190 + - uid: 12344 components: - type: Transform - pos: 35.5,111.5 + rot: 3.141592653589793 rad + pos: 75.5,124.5 parent: 2 - - uid: 4191 + - uid: 12345 components: - type: Transform - pos: 35.5,112.5 + rot: 3.141592653589793 rad + pos: 80.5,62.5 parent: 2 - - uid: 4192 + - uid: 12346 components: - type: Transform - pos: 34.5,110.5 + rot: 3.141592653589793 rad + pos: 50.5,110.5 parent: 2 - - uid: 4193 + - uid: 12347 components: - type: Transform - pos: 37.5,117.5 + rot: 3.141592653589793 rad + pos: 59.5,77.5 parent: 2 - - uid: 4194 + - uid: 12348 components: - type: Transform - pos: 34.5,109.5 + rot: 3.141592653589793 rad + pos: 80.5,65.5 parent: 2 - - uid: 4195 + - uid: 12349 components: - type: Transform - pos: 41.5,127.5 + rot: 3.141592653589793 rad + pos: 55.5,82.5 parent: 2 - - uid: 4196 + - uid: 12350 components: - type: Transform - pos: 113.5,117.5 + rot: 3.141592653589793 rad + pos: 55.5,93.5 parent: 2 - - uid: 4197 + - uid: 12351 components: - type: Transform - pos: 113.5,115.5 + rot: 3.141592653589793 rad + pos: 51.5,102.5 parent: 2 - - uid: 4198 + - uid: 12352 components: - type: Transform - pos: 122.5,216.5 + rot: 3.141592653589793 rad + pos: 59.5,92.5 parent: 2 - - uid: 4199 + - uid: 12353 components: - type: Transform - pos: 36.5,112.5 + rot: 3.141592653589793 rad + pos: 55.5,92.5 parent: 2 - - uid: 4200 + - uid: 12354 components: - type: Transform - pos: 36.5,115.5 + rot: 3.141592653589793 rad + pos: 50.5,93.5 parent: 2 - - uid: 4201 + - uid: 12355 components: - type: Transform - pos: 36.5,116.5 + rot: 3.141592653589793 rad + pos: 46.5,113.5 parent: 2 - - uid: 4202 + - uid: 12356 components: - type: Transform - pos: 113.5,174.5 + rot: 3.141592653589793 rad + pos: 75.5,139.5 parent: 2 - - uid: 4203 + - uid: 12357 components: - type: Transform - pos: 113.5,177.5 + rot: 3.141592653589793 rad + pos: 75.5,141.5 parent: 2 - - uid: 4204 + - uid: 12358 components: - type: Transform - pos: 113.5,178.5 + rot: 3.141592653589793 rad + pos: 79.5,139.5 parent: 2 - - uid: 4205 + - uid: 12359 components: - type: Transform - pos: 113.5,179.5 + rot: 3.141592653589793 rad + pos: 75.5,147.5 parent: 2 - - uid: 4206 + - uid: 12360 components: - type: Transform - pos: 113.5,180.5 + rot: 3.141592653589793 rad + pos: 75.5,134.5 parent: 2 - - uid: 4207 + - uid: 12361 components: - type: Transform - pos: 113.5,181.5 + rot: 3.141592653589793 rad + pos: 64.5,89.5 parent: 2 - - uid: 4208 + - uid: 12362 components: - type: Transform - pos: 36.5,113.5 + rot: 3.141592653589793 rad + pos: 92.5,114.5 parent: 2 - - uid: 4209 + - uid: 12363 components: - type: Transform - pos: 36.5,114.5 + rot: 3.141592653589793 rad + pos: 63.5,90.5 parent: 2 - - uid: 4210 + - uid: 12364 components: - type: Transform - pos: 38.5,118.5 + rot: 3.141592653589793 rad + pos: 75.5,136.5 parent: 2 - - uid: 4211 + - uid: 12365 components: - type: Transform - pos: 38.5,119.5 + rot: 3.141592653589793 rad + pos: 79.5,141.5 parent: 2 - - uid: 4212 + - uid: 12366 components: - type: Transform - pos: 38.5,120.5 + rot: 3.141592653589793 rad + pos: 90.5,107.5 parent: 2 - - uid: 4213 + - uid: 12367 components: - type: Transform - pos: 38.5,121.5 + rot: 3.141592653589793 rad + pos: 75.5,116.5 parent: 2 - - uid: 4214 + - uid: 12368 components: - type: Transform - pos: 38.5,122.5 + rot: 3.141592653589793 rad + pos: 59.5,93.5 parent: 2 - - uid: 4215 + - uid: 12369 components: - type: Transform - pos: 39.5,122.5 + rot: 3.141592653589793 rad + pos: 64.5,85.5 parent: 2 - - uid: 4216 + - uid: 12370 components: - type: Transform - pos: 39.5,123.5 + rot: 3.141592653589793 rad + pos: 49.5,87.5 parent: 2 - - uid: 4217 + - uid: 12371 components: - type: Transform - pos: 39.5,124.5 + rot: 3.141592653589793 rad + pos: 51.5,107.5 parent: 2 - - uid: 4218 + - uid: 12372 components: - type: Transform - pos: 40.5,125.5 + rot: 3.141592653589793 rad + pos: 51.5,103.5 parent: 2 - - uid: 4219 + - uid: 12373 components: - type: Transform - pos: 40.5,126.5 + rot: 3.141592653589793 rad + pos: 83.5,117.5 parent: 2 - - uid: 4220 + - uid: 12374 components: - type: Transform - pos: 40.5,124.5 + rot: 3.141592653589793 rad + pos: 46.5,114.5 parent: 2 - - uid: 4221 + - uid: 12375 components: - type: Transform - pos: 40.5,127.5 + rot: 3.141592653589793 rad + pos: 75.5,130.5 parent: 2 - - uid: 4222 + - uid: 12376 components: - type: Transform - pos: 41.5,128.5 + rot: 3.141592653589793 rad + pos: 75.5,126.5 parent: 2 - - uid: 4223 + - uid: 12377 components: - type: Transform - pos: 25.5,78.5 + rot: 3.141592653589793 rad + pos: 75.5,127.5 parent: 2 - - uid: 4224 + - uid: 12378 components: - type: Transform - pos: 26.5,78.5 + rot: 3.141592653589793 rad + pos: 75.5,128.5 parent: 2 - - uid: 4225 + - uid: 12379 components: - type: Transform - pos: 25.5,77.5 + rot: 3.141592653589793 rad + pos: 75.5,132.5 parent: 2 - - uid: 4226 + - uid: 12380 components: - type: Transform - pos: 26.5,79.5 + rot: 3.141592653589793 rad + pos: 75.5,131.5 parent: 2 - - uid: 4227 + - uid: 12381 components: - type: Transform - pos: 26.5,80.5 + rot: 3.141592653589793 rad + pos: 79.5,125.5 parent: 2 - - uid: 4228 + - uid: 12382 components: - type: Transform - pos: 27.5,80.5 + rot: 3.141592653589793 rad + pos: 79.5,130.5 parent: 2 - - uid: 4229 + - uid: 12383 components: - type: Transform - pos: 24.5,77.5 + rot: 3.141592653589793 rad + pos: 79.5,140.5 parent: 2 - - uid: 4230 + - uid: 12384 components: - type: Transform - pos: 27.5,81.5 + rot: 3.141592653589793 rad + pos: 79.5,137.5 parent: 2 - - uid: 4231 + - uid: 12385 components: - type: Transform - pos: 28.5,81.5 + rot: 3.141592653589793 rad + pos: 79.5,138.5 parent: 2 - - uid: 4232 + - uid: 12386 components: - type: Transform - pos: 28.5,82.5 + rot: 3.141592653589793 rad + pos: 79.5,135.5 parent: 2 - - uid: 4233 + - uid: 12387 components: - type: Transform - pos: 114.5,91.5 + rot: 3.141592653589793 rad + pos: 81.5,120.5 parent: 2 - - uid: 4234 + - uid: 12388 components: - type: Transform - pos: 114.5,90.5 + rot: 3.141592653589793 rad + pos: 79.5,128.5 parent: 2 - - uid: 4235 + - uid: 12389 components: - type: Transform - pos: 114.5,89.5 + rot: 3.141592653589793 rad + pos: 46.5,116.5 parent: 2 - - uid: 4236 + - uid: 12390 components: - type: Transform - pos: 112.5,85.5 + rot: 3.141592653589793 rad + pos: 80.5,120.5 parent: 2 - - uid: 4237 + - uid: 12391 components: - type: Transform - pos: 113.5,87.5 + rot: 3.141592653589793 rad + pos: 79.5,127.5 parent: 2 - - uid: 4238 + - uid: 12392 components: - type: Transform - pos: 27.5,60.5 + rot: 3.141592653589793 rad + pos: 75.5,133.5 parent: 2 - - uid: 4239 + - uid: 12393 components: - type: Transform - pos: 113.5,93.5 + rot: 3.141592653589793 rad + pos: 81.5,113.5 parent: 2 - - uid: 4240 + - uid: 12394 components: - type: Transform - pos: 113.5,124.5 + rot: 3.141592653589793 rad + pos: 75.5,129.5 parent: 2 - - uid: 4241 + - uid: 12395 components: - type: Transform - pos: 113.5,121.5 + rot: 3.141592653589793 rad + pos: 75.5,144.5 parent: 2 - - uid: 4242 + - uid: 12396 components: - type: Transform - pos: 114.5,93.5 + rot: 3.141592653589793 rad + pos: 75.5,145.5 parent: 2 - - uid: 4243 + - uid: 12397 components: - type: Transform - pos: 112.5,93.5 + rot: 3.141592653589793 rad + pos: 75.5,143.5 parent: 2 - - uid: 4244 + - uid: 12398 components: - type: Transform - pos: 113.5,123.5 + rot: 3.141592653589793 rad + pos: 75.5,142.5 parent: 2 - - uid: 4245 + - uid: 12399 components: - type: Transform - pos: 112.5,125.5 + rot: 3.141592653589793 rad + pos: 75.5,140.5 parent: 2 - - uid: 4246 + - uid: 12400 components: - type: Transform - pos: 111.5,95.5 + rot: 3.141592653589793 rad + pos: 75.5,138.5 parent: 2 - - uid: 4247 + - uid: 12401 components: - type: Transform - pos: 111.5,94.5 + rot: 3.141592653589793 rad + pos: 102.5,205.5 parent: 2 - - uid: 4248 + - uid: 12402 components: - type: Transform - pos: 112.5,94.5 + rot: 3.141592653589793 rad + pos: 79.5,136.5 parent: 2 - - uid: 4249 + - uid: 12403 components: - type: Transform - pos: 113.5,125.5 + rot: 3.141592653589793 rad + pos: 79.5,133.5 parent: 2 - - uid: 4250 + - uid: 12404 components: - type: Transform - pos: 110.5,95.5 + rot: 3.141592653589793 rad + pos: 79.5,132.5 parent: 2 - - uid: 4251 + - uid: 12405 components: - type: Transform - pos: 113.5,113.5 + rot: 3.141592653589793 rad + pos: 83.5,119.5 parent: 2 - - uid: 4252 + - uid: 12406 components: - type: Transform - pos: 113.5,122.5 + rot: 3.141592653589793 rad + pos: 103.5,205.5 parent: 2 - - uid: 4253 + - uid: 12407 components: - type: Transform - pos: 113.5,116.5 + rot: 3.141592653589793 rad + pos: 104.5,205.5 parent: 2 - - uid: 4254 + - uid: 12408 components: - type: Transform - pos: 112.5,112.5 + rot: 3.141592653589793 rad + pos: 99.5,215.5 parent: 2 - - uid: 4255 + - uid: 12409 components: - type: Transform - pos: 113.5,112.5 + rot: 3.141592653589793 rad + pos: 99.5,213.5 parent: 2 - - uid: 4256 + - uid: 12410 components: - type: Transform - pos: 113.5,114.5 + rot: 3.141592653589793 rad + pos: 99.5,212.5 parent: 2 - - uid: 4257 + - uid: 12411 components: - type: Transform - pos: 113.5,118.5 + rot: 3.141592653589793 rad + pos: 92.5,113.5 parent: 2 - - uid: 4258 + - uid: 12412 components: - type: Transform - pos: 113.5,119.5 + rot: 3.141592653589793 rad + pos: 99.5,224.5 parent: 2 - - uid: 4259 + - uid: 12413 components: - type: Transform - pos: 113.5,120.5 + rot: 3.141592653589793 rad + pos: 99.5,220.5 parent: 2 - - uid: 4260 + - uid: 12414 components: - type: Transform - pos: 28.5,83.5 + rot: 3.141592653589793 rad + pos: 105.5,205.5 parent: 2 - - uid: 4261 + - uid: 12415 components: - type: Transform - pos: 29.5,83.5 + rot: 3.141592653589793 rad + pos: 99.5,214.5 parent: 2 - - uid: 4262 + - uid: 12416 components: - type: Transform - pos: 30.5,84.5 + rot: 3.141592653589793 rad + pos: 99.5,217.5 parent: 2 - - uid: 4263 + - uid: 12417 components: - type: Transform - pos: 30.5,85.5 + rot: 3.141592653589793 rad + pos: 99.5,219.5 parent: 2 - - uid: 4264 + - uid: 12418 components: - type: Transform - pos: 29.5,84.5 + rot: 3.141592653589793 rad + pos: 88.5,124.5 parent: 2 - - uid: 4265 + - uid: 12419 components: - type: Transform - pos: 31.5,85.5 + rot: 3.141592653589793 rad + pos: 86.5,124.5 parent: 2 - - uid: 4266 + - uid: 12420 components: - type: Transform - pos: 31.5,86.5 + rot: 3.141592653589793 rad + pos: 75.5,125.5 parent: 2 - - uid: 4267 + - uid: 12421 components: - type: Transform - pos: 31.5,87.5 + rot: 3.141592653589793 rad + pos: 79.5,131.5 parent: 2 - - uid: 4268 + - uid: 12422 components: - type: Transform - pos: 32.5,87.5 + rot: 3.141592653589793 rad + pos: 47.5,100.5 parent: 2 - - uid: 4269 + - uid: 12423 components: - type: Transform - pos: 32.5,88.5 + rot: 3.141592653589793 rad + pos: 47.5,101.5 parent: 2 - - uid: 4270 + - uid: 12424 components: - type: Transform - pos: 33.5,88.5 + rot: 3.141592653589793 rad + pos: 79.5,94.5 parent: 2 - - uid: 4271 + - uid: 12425 components: - type: Transform - pos: 33.5,89.5 + rot: 3.141592653589793 rad + pos: 65.5,80.5 parent: 2 - - uid: 4272 + - uid: 12426 components: - type: Transform - pos: 33.5,93.5 + rot: 3.141592653589793 rad + pos: 62.5,83.5 parent: 2 - - uid: 4273 + - uid: 12427 components: - type: Transform - pos: 33.5,94.5 + rot: 3.141592653589793 rad + pos: 52.5,93.5 parent: 2 - - uid: 4274 + - uid: 12428 components: - type: Transform - pos: 33.5,95.5 + rot: 3.141592653589793 rad + pos: 61.5,83.5 parent: 2 - - uid: 4275 + - uid: 12429 components: - type: Transform - pos: 33.5,92.5 + rot: 3.141592653589793 rad + pos: 54.5,93.5 parent: 2 - - uid: 4276 + - uid: 12430 components: - type: Transform - pos: 33.5,91.5 + rot: 3.141592653589793 rad + pos: 75.5,80.5 parent: 2 - - uid: 4277 + - uid: 12431 components: - type: Transform - pos: 33.5,90.5 + rot: 3.141592653589793 rad + pos: 45.5,109.5 parent: 2 - - uid: 4278 + - uid: 12432 components: - type: Transform - pos: 32.5,86.5 + rot: 3.141592653589793 rad + pos: 47.5,89.5 parent: 2 - - uid: 4279 + - uid: 12433 components: - type: Transform - pos: 36.5,86.5 + rot: 3.141592653589793 rad + pos: 55.5,78.5 parent: 2 - - uid: 4280 + - uid: 12434 components: - type: Transform - pos: 37.5,86.5 + rot: 3.141592653589793 rad + pos: 48.5,86.5 parent: 2 - - uid: 4281 + - uid: 12435 components: - type: Transform - pos: 38.5,86.5 + rot: 3.141592653589793 rad + pos: 48.5,81.5 parent: 2 - - uid: 4282 + - uid: 12436 components: - type: Transform - pos: 39.5,86.5 + rot: 3.141592653589793 rad + pos: 45.5,90.5 parent: 2 - - uid: 4283 + - uid: 12437 components: - type: Transform - pos: 34.5,86.5 + rot: 3.141592653589793 rad + pos: 48.5,85.5 parent: 2 - - uid: 4284 + - uid: 12438 components: - type: Transform - pos: 35.5,86.5 + rot: 3.141592653589793 rad + pos: 51.5,89.5 parent: 2 - - uid: 4285 + - uid: 12439 components: - type: Transform - pos: 40.5,86.5 + rot: 3.141592653589793 rad + pos: 51.5,88.5 parent: 2 - - uid: 4286 + - uid: 12440 components: - type: Transform - pos: 41.5,81.5 + rot: 3.141592653589793 rad + pos: 48.5,82.5 parent: 2 - - uid: 4287 + - uid: 12441 components: - type: Transform - pos: 33.5,96.5 + rot: 3.141592653589793 rad + pos: 48.5,80.5 parent: 2 - - uid: 4288 + - uid: 12442 components: - type: Transform - pos: 41.5,83.5 + rot: 3.141592653589793 rad + pos: 59.5,76.5 parent: 2 - - uid: 4289 + - uid: 12443 components: - type: Transform - pos: 41.5,86.5 + rot: 3.141592653589793 rad + pos: 59.5,83.5 parent: 2 - - uid: 4290 + - uid: 12444 components: - type: Transform - pos: 41.5,82.5 + rot: 3.141592653589793 rad + pos: 63.5,83.5 parent: 2 - - uid: 4291 + - uid: 12445 components: - type: Transform - pos: 41.5,85.5 + rot: 3.141592653589793 rad + pos: 77.5,87.5 parent: 2 - - uid: 4292 + - uid: 12446 components: - type: Transform - pos: 41.5,84.5 + rot: 3.141592653589793 rad + pos: 76.5,87.5 parent: 2 - - uid: 4293 + - uid: 12447 components: - type: Transform - pos: 41.5,80.5 + rot: 3.141592653589793 rad + pos: 60.5,83.5 parent: 2 - - uid: 4294 + - uid: 12448 components: - type: Transform - pos: 41.5,77.5 + rot: 3.141592653589793 rad + pos: 70.5,80.5 parent: 2 - - uid: 4295 + - uid: 12449 components: - type: Transform - pos: 41.5,79.5 + rot: 3.141592653589793 rad + pos: 64.5,81.5 parent: 2 - - uid: 4296 + - uid: 12450 components: - type: Transform - pos: 41.5,78.5 + rot: 3.141592653589793 rad + pos: 64.5,84.5 parent: 2 - - uid: 4297 + - uid: 12451 components: - type: Transform - pos: 33.5,98.5 + rot: 3.141592653589793 rad + pos: 64.5,82.5 parent: 2 - - uid: 4298 + - uid: 12452 components: - type: Transform - pos: 33.5,99.5 + rot: 3.141592653589793 rad + pos: 68.5,80.5 parent: 2 - - uid: 4299 + - uid: 12453 components: - type: Transform - pos: 33.5,102.5 + rot: 3.141592653589793 rad + pos: 66.5,80.5 parent: 2 - - uid: 4300 + - uid: 12454 components: - type: Transform - pos: 33.5,100.5 + rot: 3.141592653589793 rad + pos: 73.5,80.5 parent: 2 - - uid: 4301 + - uid: 12455 components: - type: Transform - pos: 33.5,101.5 + rot: 3.141592653589793 rad + pos: 76.5,80.5 parent: 2 - - uid: 4302 + - uid: 12456 components: - type: Transform - pos: 33.5,105.5 + rot: 3.141592653589793 rad + pos: 64.5,80.5 parent: 2 - - uid: 4303 + - uid: 12457 components: - type: Transform - pos: 33.5,104.5 + rot: 3.141592653589793 rad + pos: 67.5,80.5 parent: 2 - - uid: 4304 + - uid: 12458 components: - type: Transform - pos: 33.5,103.5 + rot: 3.141592653589793 rad + pos: 42.5,109.5 parent: 2 - - uid: 4305 + - uid: 12459 components: - type: Transform - pos: 33.5,106.5 + rot: 3.141592653589793 rad + pos: 52.5,81.5 parent: 2 - - uid: 4306 + - uid: 12460 components: - type: Transform - pos: 33.5,107.5 + rot: 3.141592653589793 rad + pos: 52.5,83.5 parent: 2 - - uid: 4307 + - uid: 12461 components: - type: Transform - pos: 33.5,108.5 + rot: 3.141592653589793 rad + pos: 48.5,87.5 parent: 2 - - uid: 4308 + - uid: 12462 components: - type: Transform - pos: 41.5,130.5 + rot: 3.141592653589793 rad + pos: 48.5,84.5 parent: 2 - - uid: 4309 + - uid: 12463 components: - type: Transform - pos: 33.5,109.5 + rot: 3.141592653589793 rad + pos: 52.5,82.5 parent: 2 - - uid: 4310 + - uid: 12464 components: - type: Transform - pos: 41.5,129.5 + rot: 3.141592653589793 rad + pos: 46.5,106.5 parent: 2 - - uid: 4311 + - uid: 12465 components: - type: Transform - pos: 112.5,86.5 + rot: 3.141592653589793 rad + pos: 48.5,77.5 parent: 2 - - uid: 4312 + - uid: 12466 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,177.5 + pos: 54.5,83.5 parent: 2 - - uid: 4313 + - uid: 12467 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,177.5 + pos: 53.5,83.5 parent: 2 - - uid: 4314 + - uid: 12468 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,177.5 + pos: 46.5,109.5 parent: 2 - - uid: 4315 + - uid: 12469 components: - type: Transform - pos: 112.5,188.5 + rot: 3.141592653589793 rad + pos: 51.5,87.5 parent: 2 - - uid: 4316 + - uid: 12470 components: - type: Transform rot: 3.141592653589793 rad - pos: 112.5,187.5 + pos: 53.5,93.5 parent: 2 - - uid: 4317 + - uid: 12471 components: - type: Transform rot: 3.141592653589793 rad - pos: 112.5,186.5 + pos: 51.5,93.5 parent: 2 - - uid: 4318 + - uid: 12472 components: - type: Transform rot: 3.141592653589793 rad - pos: 112.5,185.5 + pos: 46.5,104.5 parent: 2 - - uid: 4319 + - uid: 12473 components: - type: Transform rot: 3.141592653589793 rad - pos: 113.5,183.5 + pos: 84.5,66.5 parent: 2 - - uid: 4320 + - uid: 12474 components: - type: Transform rot: 3.141592653589793 rad - pos: 113.5,182.5 + pos: 89.5,109.5 parent: 2 - - uid: 4321 + - uid: 12475 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,183.5 + pos: 90.5,108.5 parent: 2 - - uid: 4322 + - uid: 12476 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,182.5 + pos: 88.5,109.5 parent: 2 - - uid: 4323 + - uid: 12477 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,181.5 + pos: 87.5,113.5 parent: 2 - - uid: 4324 + - uid: 12478 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,180.5 + pos: 87.5,112.5 parent: 2 - - uid: 4325 + - uid: 12479 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,179.5 + pos: 91.5,119.5 parent: 2 - - uid: 4326 + - uid: 12480 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,178.5 + pos: 87.5,114.5 parent: 2 - - uid: 4327 + - uid: 12481 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,183.5 + pos: 93.5,119.5 parent: 2 - - uid: 4328 + - uid: 12482 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,182.5 + pos: 87.5,119.5 parent: 2 - - uid: 4329 + - uid: 12483 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,181.5 + pos: 87.5,115.5 parent: 2 - - uid: 4330 + - uid: 12484 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,180.5 + pos: 95.5,119.5 parent: 2 - - uid: 4331 + - uid: 12485 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,179.5 + pos: 87.5,117.5 parent: 2 - - uid: 4332 + - uid: 12486 components: - type: Transform rot: 3.141592653589793 rad - pos: 115.5,178.5 + pos: 87.5,116.5 parent: 2 - - uid: 4333 + - uid: 12487 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,183.5 + pos: 87.5,118.5 parent: 2 - - uid: 4334 + - uid: 12488 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,182.5 + pos: 88.5,119.5 parent: 2 - - uid: 4335 + - uid: 12489 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,181.5 + pos: 89.5,119.5 parent: 2 - - uid: 4336 + - uid: 12490 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,180.5 + pos: 90.5,119.5 parent: 2 - - uid: 4337 + - uid: 12491 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,179.5 + pos: 84.5,65.5 parent: 2 - - uid: 4338 + - uid: 12492 components: - type: Transform rot: 3.141592653589793 rad - pos: 116.5,178.5 + pos: 84.5,69.5 parent: 2 - - uid: 4339 + - uid: 12493 components: - type: Transform - pos: 62.5,269.5 + rot: 3.141592653589793 rad + pos: 84.5,70.5 parent: 2 - - uid: 4340 + - uid: 12494 components: - type: Transform - pos: 37.5,118.5 + rot: 3.141592653589793 rad + pos: 90.5,102.5 parent: 2 - - uid: 4341 + - uid: 12495 components: - type: Transform - pos: 37.5,116.5 + rot: 3.141592653589793 rad + pos: 90.5,103.5 parent: 2 - - uid: 4342 + - uid: 12496 components: - type: Transform - pos: 46.5,194.5 + rot: 3.141592653589793 rad + pos: 90.5,101.5 parent: 2 - - uid: 4343 + - uid: 12497 components: - type: Transform - pos: 49.5,146.5 + rot: 3.141592653589793 rad + pos: 90.5,104.5 parent: 2 - - uid: 4344 + - uid: 12498 components: - type: Transform - pos: 45.5,197.5 + rot: 3.141592653589793 rad + pos: 87.5,109.5 parent: 2 - - uid: 4345 + - uid: 12499 components: - type: Transform - pos: 67.5,265.5 + rot: 3.141592653589793 rad + pos: 86.5,95.5 parent: 2 - - uid: 4346 + - uid: 12500 components: - type: Transform - pos: 50.5,164.5 + rot: 3.141592653589793 rad + pos: 86.5,91.5 parent: 2 - - uid: 4347 + - uid: 12501 components: - type: Transform - pos: 49.5,147.5 + rot: 3.141592653589793 rad + pos: 86.5,92.5 parent: 2 - - uid: 4348 + - uid: 12502 components: - type: Transform - pos: 49.5,149.5 + rot: 3.141592653589793 rad + pos: 86.5,96.5 parent: 2 - - uid: 4349 + - uid: 12503 components: - type: Transform - pos: 49.5,148.5 + rot: 3.141592653589793 rad + pos: 97.5,124.5 parent: 2 - - uid: 4350 + - uid: 12504 components: - type: Transform - pos: 49.5,153.5 + rot: 3.141592653589793 rad + pos: 96.5,123.5 parent: 2 - - uid: 4351 + - uid: 12505 components: - type: Transform - pos: 49.5,154.5 + rot: 3.141592653589793 rad + pos: 97.5,123.5 parent: 2 - - uid: 4352 + - uid: 12506 components: - type: Transform - pos: 49.5,152.5 + rot: 3.141592653589793 rad + pos: 94.5,123.5 parent: 2 - - uid: 4353 + - uid: 12507 components: - type: Transform - pos: 49.5,155.5 + rot: 3.141592653589793 rad + pos: 92.5,119.5 parent: 2 - - uid: 4354 + - uid: 12508 components: - type: Transform - pos: 84.5,125.5 + rot: 3.141592653589793 rad + pos: 87.5,120.5 parent: 2 - - uid: 4355 + - uid: 12509 components: - type: Transform - pos: 49.5,150.5 + rot: 3.141592653589793 rad + pos: 94.5,119.5 parent: 2 - - uid: 4356 + - uid: 12510 components: - type: Transform - pos: 48.5,178.5 + rot: 3.141592653589793 rad + pos: 96.5,119.5 parent: 2 - - uid: 4357 + - uid: 12511 components: - type: Transform - pos: 122.5,214.5 + rot: 3.141592653589793 rad + pos: 93.5,123.5 parent: 2 - - uid: 4358 + - uid: 12512 components: - type: Transform - pos: 122.5,215.5 + rot: 3.141592653589793 rad + pos: 92.5,124.5 parent: 2 - - uid: 4359 + - uid: 12513 components: - type: Transform - pos: 96.5,237.5 + rot: 3.141592653589793 rad + pos: 92.5,123.5 parent: 2 - - uid: 4360 + - uid: 12514 components: - type: Transform - pos: 114.5,228.5 + rot: 3.141592653589793 rad + pos: 98.5,134.5 parent: 2 - - uid: 4361 + - uid: 12515 components: - type: Transform - pos: 121.5,228.5 + rot: 3.141592653589793 rad + pos: 91.5,124.5 parent: 2 - - uid: 4362 + - uid: 12516 components: - type: Transform - pos: 111.5,228.5 + rot: 3.141592653589793 rad + pos: 97.5,133.5 parent: 2 - - uid: 4363 + - uid: 12517 components: - type: Transform - pos: 109.5,228.5 + rot: 3.141592653589793 rad + pos: 97.5,134.5 parent: 2 - - uid: 4364 + - uid: 12518 components: - type: Transform - pos: 107.5,228.5 + rot: 3.141592653589793 rad + pos: 97.5,131.5 parent: 2 - - uid: 4365 + - uid: 12519 components: - type: Transform - pos: 108.5,228.5 + rot: 3.141592653589793 rad + pos: 97.5,132.5 parent: 2 - - uid: 4366 + - uid: 12520 components: - type: Transform - pos: 120.5,230.5 + rot: 3.141592653589793 rad + pos: 97.5,129.5 parent: 2 - - uid: 4367 + - uid: 12521 components: - type: Transform - pos: 106.5,228.5 + rot: 3.141592653589793 rad + pos: 97.5,130.5 parent: 2 - - uid: 4368 + - uid: 12522 components: - type: Transform - pos: 121.5,229.5 + rot: 3.141592653589793 rad + pos: 97.5,128.5 parent: 2 - - uid: 4369 + - uid: 12523 components: - type: Transform - pos: 96.5,235.5 + rot: 3.141592653589793 rad + pos: 97.5,127.5 parent: 2 - - uid: 4370 + - uid: 12524 components: - type: Transform - pos: 103.5,237.5 + rot: 3.141592653589793 rad + pos: 97.5,126.5 parent: 2 - - uid: 4371 + - uid: 12525 components: - type: Transform - pos: 116.5,228.5 + rot: 3.141592653589793 rad + pos: 97.5,125.5 parent: 2 - - uid: 4372 + - uid: 12526 components: - type: Transform - pos: 115.5,228.5 + rot: 3.141592653589793 rad + pos: 74.5,80.5 parent: 2 - - uid: 4373 + - uid: 12527 components: - type: Transform - pos: 96.5,236.5 + rot: 3.141592653589793 rad + pos: 46.5,105.5 parent: 2 - - uid: 4374 + - uid: 12528 components: - type: Transform - pos: 103.5,232.5 + rot: 3.141592653589793 rad + pos: 100.5,205.5 parent: 2 - - uid: 4375 + - uid: 12529 components: - type: Transform - pos: 103.5,229.5 + rot: 3.141592653589793 rad + pos: 69.5,80.5 parent: 2 - - uid: 4376 + - uid: 12530 components: - type: Transform - pos: 103.5,230.5 + rot: 3.141592653589793 rad + pos: 49.5,77.5 parent: 2 - - uid: 4377 + - uid: 12531 components: - type: Transform - pos: 103.5,239.5 + rot: 3.141592653589793 rad + pos: 99.5,216.5 parent: 2 - - uid: 4378 + - uid: 12532 components: - type: Transform - pos: 103.5,233.5 + rot: 3.141592653589793 rad + pos: 99.5,218.5 parent: 2 - - uid: 4379 + - uid: 12533 components: - type: Transform - pos: 103.5,231.5 + rot: 3.141592653589793 rad + pos: 99.5,205.5 parent: 2 - - uid: 4380 + - uid: 12534 components: - type: Transform - pos: 103.5,234.5 + rot: 3.141592653589793 rad + pos: 87.5,124.5 parent: 2 - - uid: 4381 + - uid: 12535 components: - type: Transform - pos: 103.5,235.5 + rot: 3.141592653589793 rad + pos: 79.5,124.5 parent: 2 - - uid: 4382 + - uid: 12536 components: - type: Transform - pos: 103.5,240.5 + rot: 3.141592653589793 rad + pos: 84.5,124.5 parent: 2 - - uid: 4383 + - uid: 12537 components: - type: Transform - pos: 122.5,219.5 + rot: 3.141592653589793 rad + pos: 83.5,124.5 parent: 2 - - uid: 4384 + - uid: 12538 components: - type: Transform - pos: 122.5,228.5 + rot: 3.141592653589793 rad + pos: 95.5,123.5 parent: 2 - - uid: 4385 + - uid: 12539 components: - type: Transform - pos: 117.5,228.5 + rot: 3.141592653589793 rad + pos: 81.5,124.5 parent: 2 - - uid: 4386 + - uid: 12540 components: - type: Transform - pos: 104.5,228.5 + rot: 3.141592653589793 rad + pos: 82.5,124.5 parent: 2 - - uid: 4387 + - uid: 12541 components: - type: Transform - pos: 118.5,228.5 + rot: 3.141592653589793 rad + pos: 80.5,124.5 parent: 2 - - uid: 4388 + - uid: 12542 components: - type: Transform - pos: 105.5,228.5 + rot: 3.141592653589793 rad + pos: 99.5,222.5 parent: 2 - - uid: 4389 + - uid: 12543 components: - type: Transform - pos: 119.5,228.5 + rot: 3.141592653589793 rad + pos: 100.5,134.5 parent: 2 - - uid: 4390 + - uid: 12544 components: - type: Transform - pos: 103.5,228.5 + rot: 3.141592653589793 rad + pos: 99.5,134.5 parent: 2 - - uid: 4391 + - uid: 12545 components: - type: Transform - pos: 120.5,228.5 + rot: 3.141592653589793 rad + pos: 86.5,93.5 parent: 2 - - uid: 4392 + - uid: 12546 components: - type: Transform - pos: 96.5,238.5 + rot: 3.141592653589793 rad + pos: 86.5,94.5 parent: 2 - - uid: 4393 + - uid: 12547 components: - type: Transform - pos: 96.5,240.5 + rot: 3.141592653589793 rad + pos: 87.5,89.5 parent: 2 - - uid: 4394 + - uid: 12548 components: - type: Transform - pos: 96.5,239.5 + rot: 3.141592653589793 rad + pos: 87.5,80.5 parent: 2 - - uid: 4395 + - uid: 12549 components: - type: Transform - pos: 96.5,241.5 + rot: 3.141592653589793 rad + pos: 87.5,81.5 parent: 2 - - uid: 4396 + - uid: 12550 components: - type: Transform - pos: 96.5,242.5 + rot: 3.141592653589793 rad + pos: 80.5,69.5 parent: 2 - - uid: 4397 + - uid: 12551 components: - type: Transform - pos: 106.5,240.5 + rot: 3.141592653589793 rad + pos: 81.5,69.5 parent: 2 - - uid: 4398 + - uid: 12552 components: - type: Transform - pos: 119.5,238.5 + rot: 3.141592653589793 rad + pos: 81.5,70.5 parent: 2 - - uid: 4399 + - uid: 12553 components: - type: Transform - pos: 122.5,227.5 + rot: 3.141592653589793 rad + pos: 49.5,116.5 parent: 2 - - uid: 4400 + - uid: 12554 components: - type: Transform - pos: 120.5,237.5 + rot: 3.141592653589793 rad + pos: 50.5,95.5 parent: 2 - - uid: 4401 + - uid: 12555 components: - type: Transform - pos: 110.5,228.5 + rot: 3.141592653589793 rad + pos: 79.5,92.5 parent: 2 - - uid: 4402 + - uid: 12556 components: - type: Transform - pos: 112.5,228.5 + rot: 3.141592653589793 rad + pos: 79.5,87.5 parent: 2 - - uid: 4403 + - uid: 12557 components: - type: Transform - pos: 113.5,228.5 + rot: 3.141592653589793 rad + pos: 101.5,205.5 parent: 2 - - uid: 4404 + - uid: 12558 components: - type: Transform - pos: 115.5,241.5 + rot: 3.141592653589793 rad + pos: 99.5,223.5 parent: 2 - - uid: 4405 + - uid: 12559 components: - type: Transform - pos: 118.5,238.5 + rot: 3.141592653589793 rad + pos: 55.5,89.5 parent: 2 - - uid: 4406 + - uid: 12560 components: - type: Transform - pos: 112.5,241.5 + rot: 3.141592653589793 rad + pos: 55.5,88.5 parent: 2 - - uid: 4407 + - uid: 12561 components: - type: Transform - pos: 117.5,240.5 + rot: 3.141592653589793 rad + pos: 99.5,221.5 parent: 2 - - uid: 4408 + - uid: 12562 components: - type: Transform - pos: 116.5,240.5 + rot: 3.141592653589793 rad + pos: 75.5,85.5 parent: 2 - - uid: 4409 + - uid: 12563 components: - type: Transform - pos: 118.5,239.5 + rot: 3.141592653589793 rad + pos: 74.5,84.5 parent: 2 - - uid: 4410 + - uid: 12564 components: - type: Transform - pos: 117.5,239.5 + rot: 3.141592653589793 rad + pos: 75.5,86.5 parent: 2 - - uid: 4411 + - uid: 12565 components: - type: Transform - pos: 116.5,241.5 + rot: 3.141592653589793 rad + pos: 81.5,92.5 parent: 2 - - uid: 4412 + - uid: 12566 components: - type: Transform - pos: 107.5,240.5 + rot: 3.141592653589793 rad + pos: 80.5,92.5 parent: 2 - - uid: 4413 + - uid: 12567 components: - type: Transform - pos: 114.5,241.5 + rot: 3.141592653589793 rad + pos: 82.5,92.5 parent: 2 - - uid: 4414 + - uid: 12568 components: - type: Transform - pos: 110.5,240.5 + rot: 3.141592653589793 rad + pos: 99.5,211.5 parent: 2 - - uid: 4415 + - uid: 12569 components: - type: Transform - pos: 109.5,240.5 + rot: 3.141592653589793 rad + pos: 49.5,94.5 parent: 2 - - uid: 4416 + - uid: 12570 components: - type: Transform - pos: 108.5,240.5 + rot: 3.141592653589793 rad + pos: 51.5,95.5 parent: 2 - - uid: 4417 + - uid: 12571 components: - type: Transform - pos: 112.5,240.5 + rot: 3.141592653589793 rad + pos: 83.5,113.5 parent: 2 - - uid: 4418 + - uid: 12572 components: - type: Transform - pos: 111.5,240.5 + rot: 3.141592653589793 rad + pos: 81.5,112.5 parent: 2 - - uid: 4419 + - uid: 12573 components: - type: Transform - pos: 113.5,241.5 + rot: 3.141592653589793 rad + pos: 83.5,112.5 parent: 2 - - uid: 4420 + - uid: 12574 components: - type: Transform - pos: 105.5,240.5 + rot: 3.141592653589793 rad + pos: 51.5,105.5 parent: 2 - - uid: 4421 + - uid: 12575 components: - type: Transform - pos: 96.5,243.5 + rot: 3.141592653589793 rad + pos: 48.5,79.5 parent: 2 - - uid: 4422 + - uid: 12576 components: - type: Transform - pos: 103.5,241.5 + rot: 3.141592653589793 rad + pos: 46.5,89.5 parent: 2 - - uid: 4423 + - uid: 12577 components: - type: Transform - pos: 104.5,241.5 + rot: 3.141592653589793 rad + pos: 83.5,116.5 parent: 2 - - uid: 4424 + - uid: 12578 components: - type: Transform - pos: 105.5,241.5 + rot: 3.141592653589793 rad + pos: 83.5,115.5 parent: 2 - - uid: 4425 + - uid: 12579 components: - type: Transform - pos: 122.5,218.5 + rot: 3.141592653589793 rad + pos: 75.5,123.5 parent: 2 - - uid: 4426 + - uid: 12580 components: - type: Transform - pos: 122.5,217.5 + rot: 3.141592653589793 rad + pos: 83.5,114.5 parent: 2 - - uid: 4427 + - uid: 12581 components: - type: Transform - pos: 122.5,220.5 + rot: 3.141592653589793 rad + pos: 78.5,87.5 parent: 2 - - uid: 4428 + - uid: 12582 components: - type: Transform - pos: 123.5,220.5 + rot: 3.141592653589793 rad + pos: 55.5,87.5 parent: 2 - - uid: 4429 + - uid: 12583 components: - type: Transform - pos: 123.5,221.5 + rot: 3.141592653589793 rad + pos: 75.5,84.5 parent: 2 - - uid: 4430 + - uid: 12584 components: - type: Transform - pos: 124.5,221.5 + rot: 3.141592653589793 rad + pos: 73.5,84.5 parent: 2 - - uid: 4431 + - uid: 12585 components: - type: Transform - pos: 124.5,222.5 + rot: 3.141592653589793 rad + pos: 49.5,89.5 parent: 2 - - uid: 4432 + - uid: 12586 components: - type: Transform - pos: 124.5,223.5 + rot: 3.141592653589793 rad + pos: 82.5,70.5 parent: 2 - - uid: 4433 + - uid: 12587 components: - type: Transform - pos: 124.5,224.5 + rot: 3.141592653589793 rad + pos: 82.5,69.5 parent: 2 - - uid: 4434 + - uid: 12588 components: - type: Transform - pos: 124.5,225.5 + rot: 3.141592653589793 rad + pos: 90.5,109.5 parent: 2 - - uid: 4435 + - uid: 12589 components: - type: Transform - pos: 124.5,226.5 + rot: 3.141592653589793 rad + pos: 84.5,67.5 parent: 2 - - uid: 4436 + - uid: 12590 components: - type: Transform - pos: 124.5,227.5 + rot: 3.141592653589793 rad + pos: 84.5,68.5 parent: 2 - - uid: 4437 + - uid: 12591 components: - type: Transform - pos: 123.5,227.5 + rot: 3.141592653589793 rad + pos: 80.5,70.5 parent: 2 - - uid: 4438 + - uid: 12592 components: - type: Transform - pos: 123.5,228.5 + rot: 3.141592653589793 rad + pos: 87.5,87.5 parent: 2 - - uid: 4439 + - uid: 12593 components: - type: Transform - pos: 119.5,237.5 + rot: 3.141592653589793 rad + pos: 79.5,126.5 parent: 2 - - uid: 4440 + - uid: 12594 components: - type: Transform - pos: 119.5,236.5 + rot: 3.141592653589793 rad + pos: 101.5,134.5 parent: 2 - - uid: 4441 + - uid: 12595 components: - type: Transform - pos: 118.5,236.5 + rot: 3.141592653589793 rad + pos: 80.5,50.5 parent: 2 - - uid: 4442 + - uid: 12596 components: - type: Transform - pos: 118.5,235.5 + rot: 3.141592653589793 rad + pos: 84.5,49.5 parent: 2 - - uid: 4443 + - uid: 12597 components: - type: Transform - pos: 118.5,234.5 + rot: 3.141592653589793 rad + pos: 94.5,105.5 parent: 2 - - uid: 4444 + - uid: 12598 components: - type: Transform - pos: 119.5,234.5 + rot: 3.141592653589793 rad + pos: 81.5,114.5 parent: 2 - - uid: 4445 + - uid: 12599 components: - type: Transform - pos: 119.5,233.5 + rot: 3.141592653589793 rad + pos: 81.5,115.5 parent: 2 - - uid: 4446 + - uid: 12600 components: - type: Transform - pos: 119.5,232.5 + rot: 3.141592653589793 rad + pos: 81.5,116.5 parent: 2 - - uid: 4447 + - uid: 12601 components: - type: Transform - pos: 119.5,231.5 + rot: 3.141592653589793 rad + pos: 80.5,117.5 parent: 2 - - uid: 4448 + - uid: 12602 components: - type: Transform - pos: 120.5,231.5 + rot: 3.141592653589793 rad + pos: 79.5,117.5 parent: 2 - - uid: 4449 + - uid: 12603 components: - type: Transform - pos: 121.5,230.5 + rot: 3.141592653589793 rad + pos: 78.5,117.5 parent: 2 - - uid: 4450 + - uid: 12604 components: - type: Transform - pos: 122.5,229.5 + rot: 3.141592653589793 rad + pos: 77.5,117.5 parent: 2 - - uid: 4451 + - uid: 12605 components: - type: Transform - pos: 114.5,45.5 + rot: 3.141592653589793 rad + pos: 76.5,117.5 parent: 2 - - uid: 4452 + - uid: 12606 components: - type: Transform - pos: 96.5,191.5 + rot: 3.141592653589793 rad + pos: 54.5,95.5 parent: 2 - - uid: 4453 + - uid: 12607 components: - type: Transform - pos: 96.5,192.5 + rot: 3.141592653589793 rad + pos: 60.5,95.5 parent: 2 - - uid: 4454 + - uid: 12608 components: - type: Transform - pos: 96.5,193.5 + rot: 3.141592653589793 rad + pos: 60.5,92.5 parent: 2 - - uid: 4455 + - uid: 12609 components: - type: Transform - pos: 96.5,194.5 + rot: 3.141592653589793 rad + pos: 63.5,91.5 parent: 2 - - uid: 4456 + - uid: 12610 components: - type: Transform - pos: 96.5,195.5 + rot: 3.141592653589793 rad + pos: 62.5,92.5 parent: 2 - - uid: 4457 + - uid: 12611 components: - type: Transform - pos: 96.5,196.5 + rot: 3.141592653589793 rad + pos: 61.5,92.5 parent: 2 - - uid: 4458 + - uid: 12612 components: - type: Transform - pos: 96.5,197.5 + rot: 3.141592653589793 rad + pos: 63.5,92.5 parent: 2 - - uid: 4459 + - uid: 12613 components: - type: Transform - pos: 96.5,198.5 + rot: 3.141592653589793 rad + pos: 88.5,112.5 parent: 2 - - uid: 4460 + - uid: 12614 components: - type: Transform - pos: 96.5,199.5 + rot: 3.141592653589793 rad + pos: 89.5,112.5 parent: 2 - - uid: 4461 + - uid: 12615 components: - type: Transform - pos: 96.5,200.5 + rot: 3.141592653589793 rad + pos: 90.5,112.5 parent: 2 - - uid: 4462 + - uid: 12616 components: - type: Transform - pos: 96.5,201.5 + rot: 3.141592653589793 rad + pos: 91.5,112.5 parent: 2 - - uid: 4463 + - uid: 12617 components: - type: Transform - pos: 96.5,202.5 + rot: 3.141592653589793 rad + pos: 92.5,112.5 parent: 2 - - uid: 4464 + - uid: 12618 components: - type: Transform - pos: 96.5,203.5 + rot: 3.141592653589793 rad + pos: 93.5,114.5 parent: 2 - - uid: 4465 + - uid: 12619 components: - type: Transform - pos: 96.5,204.5 + rot: 3.141592653589793 rad + pos: 93.5,115.5 parent: 2 - - uid: 4466 + - uid: 12620 components: - type: Transform - pos: 96.5,190.5 + rot: 3.141592653589793 rad + pos: 94.5,116.5 parent: 2 - - uid: 4467 + - uid: 12621 components: - type: Transform - pos: 95.5,190.5 + rot: 3.141592653589793 rad + pos: 94.5,117.5 parent: 2 - - uid: 4468 + - uid: 12622 components: - type: Transform - pos: 94.5,190.5 + rot: 3.141592653589793 rad + pos: 95.5,117.5 parent: 2 - - uid: 4469 + - uid: 12623 components: - type: Transform - pos: 93.5,190.5 + rot: 3.141592653589793 rad + pos: 96.5,117.5 parent: 2 - - uid: 4470 + - uid: 12624 components: - type: Transform - pos: 89.5,168.5 + rot: 3.141592653589793 rad + pos: 97.5,117.5 parent: 2 - - uid: 4471 + - uid: 12625 components: - type: Transform - pos: 90.5,168.5 + rot: 3.141592653589793 rad + pos: 98.5,117.5 parent: 2 - - uid: 4472 + - uid: 12626 components: - type: Transform - pos: 91.5,168.5 + rot: 3.141592653589793 rad + pos: 99.5,117.5 parent: 2 - - uid: 4473 + - uid: 12627 components: - type: Transform - pos: 92.5,168.5 + rot: 3.141592653589793 rad + pos: 100.5,117.5 parent: 2 - - uid: 4474 + - uid: 12628 components: - type: Transform - pos: 93.5,168.5 + rot: 3.141592653589793 rad + pos: 101.5,117.5 parent: 2 - - uid: 4475 + - uid: 12629 components: - type: Transform - pos: 94.5,168.5 + rot: 3.141592653589793 rad + pos: 102.5,117.5 parent: 2 - - uid: 4476 + - uid: 12630 components: - type: Transform - pos: 95.5,168.5 + rot: 3.141592653589793 rad + pos: 103.5,117.5 parent: 2 - - uid: 4477 + - uid: 12631 components: - type: Transform - pos: 96.5,168.5 + rot: 3.141592653589793 rad + pos: 104.5,117.5 parent: 2 - - uid: 4478 + - uid: 12632 components: - type: Transform - pos: 97.5,168.5 + rot: 3.141592653589793 rad + pos: 104.5,116.5 parent: 2 - - uid: 4479 + - uid: 12633 components: - type: Transform - pos: 98.5,168.5 + rot: 3.141592653589793 rad + pos: 105.5,116.5 parent: 2 - - uid: 4480 + - uid: 12634 components: - type: Transform - pos: 99.5,168.5 + rot: 3.141592653589793 rad + pos: 105.5,115.5 parent: 2 - - uid: 4481 + - uid: 12635 components: - type: Transform - pos: 100.5,168.5 + rot: 3.141592653589793 rad + pos: 105.5,114.5 parent: 2 - - uid: 4482 + - uid: 12636 components: - type: Transform - pos: 101.5,168.5 + rot: 3.141592653589793 rad + pos: 91.5,109.5 parent: 2 - - uid: 4483 + - uid: 12637 components: - type: Transform - pos: 102.5,168.5 + rot: 3.141592653589793 rad + pos: 92.5,109.5 parent: 2 - - uid: 4484 + - uid: 12638 components: - type: Transform - pos: 103.5,168.5 + rot: 3.141592653589793 rad + pos: 92.5,108.5 parent: 2 - - uid: 4485 + - uid: 12639 components: - type: Transform - pos: 104.5,168.5 + rot: 3.141592653589793 rad + pos: 92.5,107.5 parent: 2 - - uid: 4486 + - uid: 12640 components: - type: Transform - pos: 105.5,168.5 + rot: 3.141592653589793 rad + pos: 93.5,107.5 parent: 2 - - uid: 4487 + - uid: 12641 components: - type: Transform - pos: 106.5,168.5 + rot: 3.141592653589793 rad + pos: 93.5,106.5 parent: 2 - - uid: 4488 + - uid: 12642 components: - type: Transform - pos: 107.5,168.5 + rot: 3.141592653589793 rad + pos: 93.5,105.5 parent: 2 - - uid: 4489 + - uid: 12643 components: - type: Transform - pos: 108.5,168.5 + rot: 3.141592653589793 rad + pos: 94.5,104.5 parent: 2 - - uid: 4490 + - uid: 12644 components: - type: Transform - pos: 109.5,168.5 + rot: 3.141592653589793 rad + pos: 95.5,104.5 parent: 2 - - uid: 4491 + - uid: 12645 components: - type: Transform - pos: 110.5,168.5 + rot: 3.141592653589793 rad + pos: 96.5,104.5 parent: 2 - - uid: 4492 + - uid: 12646 components: - type: Transform - pos: 111.5,168.5 + rot: 3.141592653589793 rad + pos: 97.5,104.5 parent: 2 - - uid: 4493 + - uid: 12647 components: - type: Transform - pos: 108.5,157.5 + rot: 3.141592653589793 rad + pos: 98.5,104.5 parent: 2 - - uid: 4494 + - uid: 12648 components: - type: Transform - pos: 107.5,157.5 + rot: 3.141592653589793 rad + pos: 99.5,104.5 parent: 2 - - uid: 4495 + - uid: 12649 components: - type: Transform - pos: 106.5,157.5 + rot: 3.141592653589793 rad + pos: 100.5,104.5 parent: 2 - - uid: 4496 + - uid: 12650 components: - type: Transform - pos: 105.5,157.5 + rot: 3.141592653589793 rad + pos: 101.5,104.5 parent: 2 - - uid: 4497 + - uid: 12651 components: - type: Transform - pos: 104.5,157.5 + rot: 3.141592653589793 rad + pos: 102.5,104.5 parent: 2 - - uid: 4498 + - uid: 12652 components: - type: Transform - pos: 103.5,157.5 + rot: 3.141592653589793 rad + pos: 103.5,104.5 parent: 2 - - uid: 4499 + - uid: 12653 components: - type: Transform - pos: 102.5,157.5 + rot: 3.141592653589793 rad + pos: 104.5,104.5 parent: 2 - - uid: 4500 + - uid: 12654 components: - type: Transform - pos: 101.5,157.5 + rot: 3.141592653589793 rad + pos: 104.5,105.5 parent: 2 - - uid: 4501 + - uid: 12655 components: - type: Transform - pos: 100.5,157.5 + rot: 3.141592653589793 rad + pos: 105.5,105.5 parent: 2 - - uid: 4502 + - uid: 12656 components: - type: Transform - pos: 99.5,157.5 + rot: 3.141592653589793 rad + pos: 105.5,106.5 parent: 2 - - uid: 4503 + - uid: 12657 components: - type: Transform - pos: 98.5,157.5 + rot: 3.141592653589793 rad + pos: 105.5,107.5 parent: 2 - - uid: 4504 + - uid: 12658 components: - type: Transform - pos: 97.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,107.5 parent: 2 - - uid: 4505 + - uid: 12659 components: - type: Transform - pos: 96.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,108.5 parent: 2 - - uid: 4506 + - uid: 12660 components: - type: Transform - pos: 95.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,109.5 parent: 2 - - uid: 4507 + - uid: 12661 components: - type: Transform - pos: 94.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,110.5 parent: 2 - - uid: 4508 + - uid: 12662 components: - type: Transform - pos: 93.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,111.5 parent: 2 - - uid: 4509 + - uid: 12663 components: - type: Transform - pos: 92.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,112.5 parent: 2 - - uid: 4510 + - uid: 12664 components: - type: Transform - pos: 91.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,113.5 parent: 2 - - uid: 4511 + - uid: 12665 components: - type: Transform - pos: 90.5,157.5 + rot: 3.141592653589793 rad + pos: 106.5,114.5 parent: 2 - - uid: 4512 + - uid: 12666 components: - type: Transform - pos: 89.5,157.5 + rot: 3.141592653589793 rad + pos: 90.5,106.5 parent: 2 - - uid: 4513 + - uid: 12667 components: - type: Transform - pos: 88.5,157.5 + rot: 3.141592653589793 rad + pos: 90.5,105.5 parent: 2 - - uid: 4514 + - uid: 12668 components: - type: Transform - pos: 87.5,157.5 + rot: 3.141592653589793 rad + pos: 54.5,81.5 parent: 2 - - uid: 4515 + - uid: 12669 components: - type: Transform - pos: 86.5,157.5 + rot: 3.141592653589793 rad + pos: 53.5,81.5 parent: 2 - - uid: 4516 + - uid: 12670 components: - type: Transform - pos: 85.5,157.5 + rot: 3.141592653589793 rad + pos: 74.5,147.5 parent: 2 - - uid: 4517 + - uid: 12671 components: - type: Transform - pos: 88.5,168.5 + rot: 3.141592653589793 rad + pos: 98.5,209.5 parent: 2 - - uid: 4518 + - uid: 12672 components: - type: Transform - pos: 87.5,168.5 + rot: 3.141592653589793 rad + pos: 96.5,113.5 parent: 2 - - uid: 4519 + - uid: 12673 components: - type: Transform - pos: 86.5,168.5 + rot: 3.141592653589793 rad + pos: 96.5,108.5 parent: 2 - - uid: 4520 + - uid: 12674 components: - type: Transform - pos: 85.5,168.5 + rot: 3.141592653589793 rad + pos: 102.5,108.5 parent: 2 - - uid: 4521 + - uid: 12675 components: - type: Transform - pos: 84.5,168.5 + rot: 3.141592653589793 rad + pos: 102.5,113.5 parent: 2 - - uid: 4522 + - uid: 12676 components: - type: Transform - pos: 84.5,167.5 + rot: 3.141592653589793 rad + pos: 54.5,94.5 parent: 2 - - uid: 4523 + - uid: 12677 components: - type: Transform - pos: 84.5,166.5 + rot: 3.141592653589793 rad + pos: 75.5,211.5 parent: 2 - - uid: 4524 + - uid: 12679 components: - type: Transform - pos: 84.5,165.5 + rot: 3.141592653589793 rad + pos: 72.5,147.5 parent: 2 - - uid: 4525 + - uid: 12680 components: - type: Transform - pos: 84.5,164.5 + rot: 3.141592653589793 rad + pos: 71.5,147.5 parent: 2 - - uid: 4526 + - uid: 12681 components: - type: Transform - pos: 84.5,163.5 + rot: 3.141592653589793 rad + pos: 70.5,147.5 parent: 2 - - uid: 4527 + - uid: 12682 components: - type: Transform - pos: 84.5,162.5 + rot: 3.141592653589793 rad + pos: 69.5,147.5 parent: 2 - - uid: 4528 + - uid: 12683 components: - type: Transform - pos: 84.5,161.5 + rot: 3.141592653589793 rad + pos: 68.5,147.5 parent: 2 - - uid: 4529 + - uid: 12684 components: - type: Transform - pos: 84.5,160.5 + rot: 3.141592653589793 rad + pos: 67.5,147.5 parent: 2 - - uid: 4530 + - uid: 12685 components: - type: Transform - pos: 84.5,159.5 + rot: 3.141592653589793 rad + pos: 66.5,147.5 parent: 2 - - uid: 4531 + - uid: 12686 components: - type: Transform - pos: 84.5,158.5 + rot: 3.141592653589793 rad + pos: 65.5,147.5 parent: 2 - - uid: 4532 + - uid: 12687 components: - type: Transform - pos: 84.5,157.5 + rot: 3.141592653589793 rad + pos: 64.5,147.5 parent: 2 - - uid: 4533 + - uid: 12688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,242.5 + rot: 3.141592653589793 rad + pos: 63.5,147.5 parent: 2 - - uid: 4534 + - uid: 12689 components: - type: Transform - pos: 49.5,151.5 + rot: 3.141592653589793 rad + pos: 62.5,147.5 parent: 2 - - uid: 4535 + - uid: 12690 components: - type: Transform - pos: 93.5,189.5 + rot: 3.141592653589793 rad + pos: 62.5,148.5 parent: 2 - - uid: 4536 + - uid: 12691 components: - type: Transform - pos: 111.5,84.5 + rot: 3.141592653589793 rad + pos: 62.5,149.5 parent: 2 - - uid: 4537 + - uid: 12692 components: - type: Transform - pos: 111.5,85.5 + rot: 3.141592653589793 rad + pos: 62.5,150.5 parent: 2 - - uid: 4538 + - uid: 12693 components: - type: Transform - pos: 110.5,84.5 + rot: 3.141592653589793 rad + pos: 62.5,151.5 parent: 2 - - uid: 4539 + - uid: 12694 components: - type: Transform - pos: 110.5,83.5 + rot: 3.141592653589793 rad + pos: 63.5,151.5 parent: 2 - - uid: 4540 + - uid: 12695 components: - type: Transform - pos: 110.5,82.5 + rot: 3.141592653589793 rad + pos: 64.5,151.5 parent: 2 - - uid: 4541 + - uid: 12696 components: - type: Transform - pos: 110.5,81.5 + rot: 3.141592653589793 rad + pos: 65.5,151.5 parent: 2 - - uid: 4542 + - uid: 12697 components: - type: Transform - pos: 110.5,80.5 + rot: 3.141592653589793 rad + pos: 70.5,151.5 parent: 2 - - uid: 4543 + - uid: 12698 components: - type: Transform - pos: 110.5,79.5 + rot: 3.141592653589793 rad + pos: 71.5,151.5 parent: 2 - - uid: 4544 + - uid: 12699 components: - type: Transform - pos: 110.5,78.5 + rot: 3.141592653589793 rad + pos: 72.5,151.5 parent: 2 - - uid: 4545 + - uid: 12700 components: - type: Transform - pos: 110.5,77.5 + rot: 3.141592653589793 rad + pos: 73.5,151.5 parent: 2 - - uid: 4546 + - uid: 12701 components: - type: Transform - pos: 110.5,76.5 + rot: 3.141592653589793 rad + pos: 74.5,151.5 parent: 2 - - uid: 4547 + - uid: 12702 components: - type: Transform - pos: 110.5,75.5 + rot: 3.141592653589793 rad + pos: 75.5,151.5 parent: 2 - - uid: 4548 + - uid: 12703 components: - type: Transform - pos: 110.5,74.5 + rot: 3.141592653589793 rad + pos: 75.5,152.5 parent: 2 - - uid: 4549 + - uid: 12704 components: - type: Transform - pos: 110.5,73.5 + rot: 3.141592653589793 rad + pos: 75.5,153.5 parent: 2 - - uid: 4550 + - uid: 12705 components: - type: Transform - pos: 110.5,72.5 + rot: 3.141592653589793 rad + pos: 75.5,154.5 parent: 2 - - uid: 4551 + - uid: 12706 components: - type: Transform - pos: 111.5,72.5 + rot: 3.141592653589793 rad + pos: 74.5,154.5 parent: 2 - - uid: 4552 + - uid: 12707 components: - type: Transform - pos: 111.5,71.5 + rot: 3.141592653589793 rad + pos: 73.5,154.5 parent: 2 - - uid: 4553 + - uid: 12708 components: - type: Transform - pos: 111.5,70.5 + rot: 3.141592653589793 rad + pos: 72.5,154.5 parent: 2 - - uid: 4554 + - uid: 12709 components: - type: Transform - pos: 111.5,69.5 + rot: 3.141592653589793 rad + pos: 72.5,155.5 parent: 2 - - uid: 4555 + - uid: 12710 components: - type: Transform - pos: 112.5,69.5 + rot: 3.141592653589793 rad + pos: 72.5,156.5 parent: 2 - - uid: 4556 + - uid: 12711 components: - type: Transform - pos: 112.5,68.5 + rot: 3.141592653589793 rad + pos: 72.5,157.5 parent: 2 - - uid: 4557 + - uid: 12712 components: - type: Transform - pos: 112.5,67.5 + rot: 3.141592653589793 rad + pos: 72.5,158.5 parent: 2 - - uid: 4558 + - uid: 12713 components: - type: Transform - pos: 112.5,66.5 + rot: 3.141592653589793 rad + pos: 72.5,159.5 parent: 2 - - uid: 4559 + - uid: 12714 components: - type: Transform - pos: 112.5,65.5 + rot: 3.141592653589793 rad + pos: 72.5,160.5 parent: 2 - - uid: 4560 + - uid: 12715 components: - type: Transform - pos: 113.5,65.5 + rot: 3.141592653589793 rad + pos: 72.5,161.5 parent: 2 - - uid: 4561 + - uid: 12716 components: - type: Transform - pos: 113.5,64.5 + rot: 3.141592653589793 rad + pos: 72.5,162.5 parent: 2 - - uid: 4562 + - uid: 12717 components: - type: Transform - pos: 113.5,63.5 + rot: 3.141592653589793 rad + pos: 72.5,163.5 parent: 2 - - uid: 4563 + - uid: 12718 components: - type: Transform - pos: 114.5,63.5 + rot: 3.141592653589793 rad + pos: 85.5,49.5 parent: 2 - - uid: 4564 + - uid: 12719 components: - type: Transform - pos: 115.5,63.5 + rot: 3.141592653589793 rad + pos: 62.5,184.5 parent: 2 - - uid: 4565 + - uid: 12720 components: - type: Transform - pos: 115.5,62.5 + rot: 3.141592653589793 rad + pos: 69.5,168.5 parent: 2 - - uid: 4566 + - uid: 12721 components: - type: Transform - pos: 115.5,61.5 + rot: 3.141592653589793 rad + pos: 73.5,172.5 parent: 2 - - uid: 4567 + - uid: 12722 components: - type: Transform - pos: 115.5,60.5 + rot: 3.141592653589793 rad + pos: 69.5,174.5 parent: 2 - - uid: 4568 + - uid: 12723 components: - type: Transform - pos: 115.5,59.5 + rot: 3.141592653589793 rad + pos: 69.5,170.5 parent: 2 - - uid: 4569 + - uid: 12724 components: - type: Transform - pos: 115.5,58.5 + rot: 3.141592653589793 rad + pos: 69.5,176.5 parent: 2 - - uid: 4570 + - uid: 12725 components: - type: Transform - pos: 116.5,58.5 + rot: 3.141592653589793 rad + pos: 69.5,175.5 parent: 2 - - uid: 4571 + - uid: 12726 components: - type: Transform - pos: 116.5,57.5 + rot: 3.141592653589793 rad + pos: 69.5,172.5 parent: 2 - - uid: 4572 + - uid: 12727 components: - type: Transform - pos: 116.5,56.5 + rot: 3.141592653589793 rad + pos: 69.5,177.5 parent: 2 - - uid: 4573 + - uid: 12728 components: - type: Transform - pos: 116.5,55.5 + rot: 3.141592653589793 rad + pos: 69.5,173.5 parent: 2 - - uid: 4574 + - uid: 12729 components: - type: Transform - pos: 116.5,54.5 + rot: 3.141592653589793 rad + pos: 69.5,171.5 parent: 2 - - uid: 4575 + - uid: 12730 components: - type: Transform - pos: 116.5,53.5 + rot: 3.141592653589793 rad + pos: 73.5,171.5 parent: 2 - - uid: 4576 + - uid: 12731 components: - type: Transform - pos: 116.5,52.5 + rot: 3.141592653589793 rad + pos: 76.5,165.5 parent: 2 - - uid: 4577 + - uid: 12732 components: - type: Transform - pos: 116.5,51.5 + rot: 3.141592653589793 rad + pos: 73.5,170.5 parent: 2 - - uid: 4578 + - uid: 12733 components: - type: Transform - pos: 116.5,50.5 + rot: 3.141592653589793 rad + pos: 68.5,180.5 parent: 2 - - uid: 4579 + - uid: 12734 components: - type: Transform - pos: 116.5,49.5 + rot: 3.141592653589793 rad + pos: 67.5,180.5 parent: 2 - - uid: 4580 + - uid: 12735 components: - type: Transform - pos: 116.5,48.5 + rot: 3.141592653589793 rad + pos: 66.5,180.5 parent: 2 - - uid: 4581 + - uid: 12736 components: - type: Transform - pos: 116.5,47.5 + rot: 3.141592653589793 rad + pos: 63.5,184.5 parent: 2 - - uid: 4582 + - uid: 12737 components: - type: Transform - pos: 115.5,47.5 + rot: 3.141592653589793 rad + pos: 66.5,179.5 parent: 2 - - uid: 4583 + - uid: 12738 components: - type: Transform - pos: 115.5,46.5 + rot: 3.141592653589793 rad + pos: 65.5,179.5 parent: 2 - - uid: 4584 + - uid: 12739 components: - type: Transform - pos: 115.5,45.5 + rot: 3.141592653589793 rad + pos: 64.5,179.5 parent: 2 - - uid: 4585 + - uid: 12740 components: - type: Transform - pos: 114.5,44.5 + rot: 3.141592653589793 rad + pos: 63.5,179.5 parent: 2 - - uid: 4586 + - uid: 12741 components: - type: Transform - pos: 114.5,43.5 + rot: 3.141592653589793 rad + pos: 62.5,179.5 parent: 2 - - uid: 4587 + - uid: 12742 components: - type: Transform - pos: 114.5,42.5 + rot: 3.141592653589793 rad + pos: 61.5,179.5 parent: 2 - - uid: 4588 + - uid: 12743 components: - type: Transform - pos: 114.5,41.5 + rot: 3.141592653589793 rad + pos: 60.5,179.5 parent: 2 - - uid: 4589 + - uid: 12744 components: - type: Transform - pos: 114.5,40.5 + rot: 3.141592653589793 rad + pos: 59.5,179.5 parent: 2 - - uid: 4590 + - uid: 12745 components: - type: Transform - pos: 113.5,40.5 + rot: 3.141592653589793 rad + pos: 58.5,179.5 parent: 2 - - uid: 4591 + - uid: 12746 components: - type: Transform - pos: 113.5,39.5 + rot: 3.141592653589793 rad + pos: 57.5,179.5 parent: 2 - - uid: 4592 + - uid: 12747 components: - type: Transform - pos: 112.5,39.5 + rot: 3.141592653589793 rad + pos: 56.5,179.5 parent: 2 - - uid: 4593 + - uid: 12748 components: - type: Transform - pos: 112.5,38.5 + rot: 3.141592653589793 rad + pos: 55.5,179.5 parent: 2 - - uid: 4594 + - uid: 12749 components: - type: Transform - pos: 112.5,37.5 + rot: 3.141592653589793 rad + pos: 54.5,179.5 parent: 2 - - uid: 4595 + - uid: 12750 components: - type: Transform - pos: 111.5,37.5 + rot: 3.141592653589793 rad + pos: 53.5,179.5 parent: 2 - - uid: 4596 + - uid: 12751 components: - type: Transform - pos: 110.5,37.5 + rot: 3.141592653589793 rad + pos: 53.5,180.5 parent: 2 - - uid: 4597 + - uid: 12752 components: - type: Transform - pos: 110.5,36.5 + rot: 3.141592653589793 rad + pos: 53.5,181.5 parent: 2 - - uid: 4598 + - uid: 12753 components: - type: Transform - pos: 109.5,36.5 + rot: 3.141592653589793 rad + pos: 53.5,182.5 parent: 2 - - uid: 4599 + - uid: 12754 components: - type: Transform - pos: 109.5,35.5 + rot: 3.141592653589793 rad + pos: 53.5,183.5 parent: 2 - - uid: 4600 + - uid: 12755 components: - type: Transform - pos: 108.5,35.5 + rot: 3.141592653589793 rad + pos: 53.5,184.5 parent: 2 - - uid: 4601 + - uid: 12756 components: - type: Transform - pos: 108.5,34.5 + rot: 3.141592653589793 rad + pos: 53.5,185.5 parent: 2 - - uid: 4602 + - uid: 12757 components: - type: Transform - pos: 108.5,33.5 + rot: 3.141592653589793 rad + pos: 53.5,186.5 parent: 2 - - uid: 4603 + - uid: 12758 components: - type: Transform - pos: 107.5,33.5 + rot: 3.141592653589793 rad + pos: 53.5,187.5 parent: 2 - - uid: 4604 + - uid: 12759 components: - type: Transform - pos: 107.5,32.5 + rot: 3.141592653589793 rad + pos: 53.5,188.5 parent: 2 - - uid: 4605 + - uid: 12760 components: - type: Transform - pos: 107.5,31.5 + rot: 3.141592653589793 rad + pos: 83.5,222.5 parent: 2 - - uid: 4606 + - uid: 12761 components: - type: Transform - pos: 106.5,31.5 + rot: 3.141592653589793 rad + pos: 57.5,185.5 parent: 2 - - uid: 4607 + - uid: 12762 components: - type: Transform - pos: 106.5,30.5 + rot: 3.141592653589793 rad + pos: 57.5,184.5 parent: 2 - - uid: 4608 + - uid: 12763 components: - type: Transform - pos: 104.5,30.5 + rot: 3.141592653589793 rad + pos: 57.5,183.5 parent: 2 - - uid: 4609 + - uid: 12764 components: - type: Transform - pos: 105.5,30.5 + rot: 3.141592653589793 rad + pos: 58.5,183.5 parent: 2 - - uid: 4610 + - uid: 12765 components: - type: Transform - pos: 104.5,29.5 + rot: 3.141592653589793 rad + pos: 59.5,183.5 parent: 2 - - uid: 4611 + - uid: 12766 components: - type: Transform - pos: 104.5,28.5 + rot: 3.141592653589793 rad + pos: 60.5,183.5 parent: 2 - - uid: 4612 + - uid: 12767 components: - type: Transform - pos: 103.5,28.5 + rot: 3.141592653589793 rad + pos: 61.5,183.5 parent: 2 - - uid: 4613 + - uid: 12768 components: - type: Transform - pos: 103.5,27.5 + rot: 3.141592653589793 rad + pos: 62.5,183.5 parent: 2 - - uid: 4614 + - uid: 12769 components: - type: Transform - pos: 103.5,26.5 + rot: 3.141592653589793 rad + pos: 64.5,184.5 parent: 2 - - uid: 4615 + - uid: 12770 components: - type: Transform - pos: 102.5,26.5 + rot: 3.141592653589793 rad + pos: 65.5,184.5 parent: 2 - - uid: 4616 + - uid: 12771 components: - type: Transform - pos: 101.5,26.5 + rot: 3.141592653589793 rad + pos: 66.5,184.5 parent: 2 - - uid: 4617 + - uid: 12772 components: - type: Transform - pos: 100.5,26.5 + rot: 3.141592653589793 rad + pos: 67.5,184.5 parent: 2 - - uid: 4618 + - uid: 12773 components: - type: Transform - pos: 99.5,26.5 + rot: 3.141592653589793 rad + pos: 68.5,184.5 parent: 2 - - uid: 4619 + - uid: 12774 components: - type: Transform - pos: 99.5,25.5 + rot: 3.141592653589793 rad + pos: 69.5,184.5 parent: 2 - - uid: 4620 + - uid: 12775 components: - type: Transform - pos: 98.5,25.5 + rot: 3.141592653589793 rad + pos: 69.5,185.5 parent: 2 - - uid: 4621 + - uid: 12776 components: - type: Transform - pos: 97.5,25.5 + rot: 3.141592653589793 rad + pos: 70.5,185.5 parent: 2 - - uid: 4622 + - uid: 12777 components: - type: Transform - pos: 97.5,24.5 + rot: 3.141592653589793 rad + pos: 71.5,185.5 parent: 2 - - uid: 4623 + - uid: 12778 components: - type: Transform - pos: 97.5,23.5 + rot: 3.141592653589793 rad + pos: 72.5,185.5 parent: 2 - - uid: 4624 + - uid: 12779 components: - type: Transform - pos: 95.5,23.5 + rot: 3.141592653589793 rad + pos: 73.5,185.5 parent: 2 - - uid: 4625 + - uid: 12780 components: - type: Transform - pos: 96.5,23.5 + rot: 3.141592653589793 rad + pos: 74.5,185.5 parent: 2 - - uid: 4626 + - uid: 12781 components: - type: Transform - pos: 94.5,23.5 + rot: 3.141592653589793 rad + pos: 75.5,185.5 parent: 2 - - uid: 4627 + - uid: 12782 components: - type: Transform - pos: 94.5,22.5 + rot: 3.141592653589793 rad + pos: 75.5,186.5 parent: 2 - - uid: 4628 + - uid: 12783 components: - type: Transform - pos: 93.5,22.5 + rot: 3.141592653589793 rad + pos: 75.5,187.5 parent: 2 - - uid: 4629 + - uid: 12784 components: - type: Transform - pos: 93.5,21.5 + rot: 3.141592653589793 rad + pos: 75.5,188.5 parent: 2 - - uid: 4630 + - uid: 12785 components: - type: Transform - pos: 92.5,21.5 + rot: 3.141592653589793 rad + pos: 75.5,189.5 parent: 2 - - uid: 4631 + - uid: 12786 components: - type: Transform - pos: 92.5,20.5 + rot: 3.141592653589793 rad + pos: 75.5,190.5 parent: 2 - - uid: 4632 + - uid: 12787 components: - type: Transform - pos: 90.5,20.5 + rot: 3.141592653589793 rad + pos: 75.5,191.5 parent: 2 - - uid: 4633 + - uid: 12788 components: - type: Transform - pos: 91.5,20.5 + rot: 3.141592653589793 rad + pos: 75.5,192.5 parent: 2 - - uid: 4634 + - uid: 12789 components: - type: Transform - pos: 89.5,20.5 + rot: 3.141592653589793 rad + pos: 75.5,193.5 parent: 2 - - uid: 4635 + - uid: 12790 components: - type: Transform - pos: 89.5,19.5 + rot: 3.141592653589793 rad + pos: 75.5,194.5 parent: 2 - - uid: 4636 + - uid: 12791 components: - type: Transform - pos: 88.5,19.5 + rot: 3.141592653589793 rad + pos: 74.5,194.5 parent: 2 - - uid: 4637 + - uid: 12792 components: - type: Transform - pos: 87.5,19.5 + rot: 3.141592653589793 rad + pos: 73.5,194.5 parent: 2 - - uid: 4638 + - uid: 12793 components: - type: Transform - pos: 86.5,19.5 + rot: 3.141592653589793 rad + pos: 72.5,194.5 parent: 2 - - uid: 4639 + - uid: 12794 components: - type: Transform - pos: 86.5,18.5 + rot: 3.141592653589793 rad + pos: 72.5,195.5 parent: 2 - - uid: 4640 + - uid: 12795 components: - type: Transform - pos: 84.5,18.5 + rot: 3.141592653589793 rad + pos: 72.5,196.5 parent: 2 - - uid: 4641 + - uid: 12796 components: - type: Transform - pos: 85.5,18.5 + rot: 3.141592653589793 rad + pos: 72.5,197.5 parent: 2 - - uid: 4642 + - uid: 12797 components: - type: Transform - pos: 84.5,17.5 + rot: 3.141592653589793 rad + pos: 62.5,197.5 parent: 2 - - uid: 4643 + - uid: 12798 components: - type: Transform - pos: 83.5,17.5 + rot: 3.141592653589793 rad + pos: 64.5,197.5 parent: 2 - - uid: 4644 + - uid: 12799 components: - type: Transform - pos: 82.5,17.5 + rot: 3.141592653589793 rad + pos: 63.5,197.5 parent: 2 - - uid: 4645 + - uid: 12800 components: - type: Transform - pos: 81.5,17.5 + rot: 3.141592653589793 rad + pos: 67.5,197.5 parent: 2 - - uid: 4646 + - uid: 12801 components: - type: Transform - pos: 80.5,17.5 + rot: 3.141592653589793 rad + pos: 65.5,197.5 parent: 2 - - uid: 4647 + - uid: 12802 components: - type: Transform - pos: 80.5,16.5 + rot: 3.141592653589793 rad + pos: 66.5,197.5 parent: 2 - - uid: 4648 + - uid: 12803 components: - type: Transform - pos: 79.5,16.5 + rot: 3.141592653589793 rad + pos: 68.5,197.5 parent: 2 - - uid: 4649 + - uid: 12804 components: - type: Transform - pos: 78.5,16.5 + rot: 3.141592653589793 rad + pos: 65.5,201.5 parent: 2 - - uid: 4650 + - uid: 12805 components: - type: Transform - pos: 77.5,16.5 + rot: 3.141592653589793 rad + pos: 66.5,201.5 parent: 2 - - uid: 4651 + - uid: 12806 components: - type: Transform - pos: 76.5,16.5 + rot: 3.141592653589793 rad + pos: 67.5,201.5 parent: 2 - - uid: 4652 + - uid: 12807 components: - type: Transform - pos: 75.5,16.5 + rot: 3.141592653589793 rad + pos: 68.5,201.5 parent: 2 - - uid: 4653 + - uid: 12808 components: - type: Transform - pos: 74.5,16.5 + rot: 3.141592653589793 rad + pos: 69.5,201.5 parent: 2 - - uid: 4654 + - uid: 12809 components: - type: Transform - pos: 74.5,15.5 + rot: 3.141592653589793 rad + pos: 70.5,201.5 parent: 2 - - uid: 4655 + - uid: 12810 components: - type: Transform - pos: 73.5,14.5 + rot: 3.141592653589793 rad + pos: 71.5,201.5 parent: 2 - - uid: 4656 + - uid: 12811 components: - type: Transform - pos: 72.5,14.5 + rot: 3.141592653589793 rad + pos: 72.5,201.5 parent: 2 - - uid: 4657 + - uid: 12812 components: - type: Transform - pos: 73.5,15.5 + rot: 3.141592653589793 rad + pos: 73.5,201.5 parent: 2 - - uid: 4658 + - uid: 12813 components: - type: Transform - pos: 71.5,14.5 + rot: 3.141592653589793 rad + pos: 74.5,201.5 parent: 2 - - uid: 4659 + - uid: 12814 components: - type: Transform - pos: 70.5,14.5 + rot: 3.141592653589793 rad + pos: 75.5,201.5 parent: 2 - - uid: 4660 + - uid: 12815 components: - type: Transform - pos: 69.5,14.5 + rot: 3.141592653589793 rad + pos: 76.5,201.5 parent: 2 - - uid: 4661 + - uid: 12816 components: - type: Transform - pos: 68.5,14.5 + rot: 3.141592653589793 rad + pos: 76.5,200.5 parent: 2 - - uid: 4662 + - uid: 12817 components: - type: Transform - pos: 67.5,14.5 + rot: 3.141592653589793 rad + pos: 76.5,199.5 parent: 2 - - uid: 4663 + - uid: 12818 components: - type: Transform - pos: 67.5,15.5 + rot: 3.141592653589793 rad + pos: 76.5,198.5 parent: 2 - - uid: 4664 + - uid: 12819 components: - type: Transform - pos: 66.5,15.5 + rot: 3.141592653589793 rad + pos: 77.5,198.5 parent: 2 - - uid: 4665 + - uid: 12820 components: - type: Transform - pos: 65.5,15.5 + rot: 3.141592653589793 rad + pos: 78.5,198.5 parent: 2 - - uid: 4666 + - uid: 12827 components: - type: Transform - pos: 65.5,16.5 + rot: 3.141592653589793 rad + pos: 79.5,203.5 parent: 2 - - uid: 4667 + - uid: 12828 components: - type: Transform - pos: 65.5,17.5 + rot: 3.141592653589793 rad + pos: 78.5,203.5 parent: 2 - - uid: 4668 + - uid: 12829 components: - type: Transform - pos: 64.5,17.5 + rot: 3.141592653589793 rad + pos: 77.5,203.5 parent: 2 - - uid: 4669 + - uid: 12830 components: - type: Transform - pos: 63.5,17.5 + rot: 3.141592653589793 rad + pos: 76.5,203.5 parent: 2 - - uid: 4670 + - uid: 12831 components: - type: Transform - pos: 62.5,17.5 + rot: 3.141592653589793 rad + pos: 75.5,203.5 parent: 2 - - uid: 4671 + - uid: 12832 components: - type: Transform - pos: 61.5,17.5 + rot: 3.141592653589793 rad + pos: 74.5,203.5 parent: 2 - - uid: 4672 + - uid: 12833 components: - type: Transform - pos: 60.5,17.5 + rot: 3.141592653589793 rad + pos: 73.5,203.5 parent: 2 - - uid: 4673 + - uid: 12834 components: - type: Transform - pos: 59.5,17.5 + rot: 3.141592653589793 rad + pos: 72.5,203.5 parent: 2 - - uid: 4674 + - uid: 12835 components: - type: Transform - pos: 59.5,18.5 + rot: 3.141592653589793 rad + pos: 71.5,203.5 parent: 2 - - uid: 4675 + - uid: 12836 components: - type: Transform - pos: 58.5,18.5 + rot: 3.141592653589793 rad + pos: 70.5,203.5 parent: 2 - - uid: 4676 + - uid: 12837 components: - type: Transform - pos: 57.5,18.5 + rot: 3.141592653589793 rad + pos: 69.5,203.5 parent: 2 - - uid: 4677 + - uid: 12838 components: - type: Transform - pos: 57.5,19.5 + rot: 3.141592653589793 rad + pos: 68.5,203.5 parent: 2 - - uid: 4678 + - uid: 12839 components: - type: Transform - pos: 56.5,19.5 + rot: 3.141592653589793 rad + pos: 67.5,203.5 parent: 2 - - uid: 4679 + - uid: 12840 components: - type: Transform - pos: 55.5,19.5 + rot: 3.141592653589793 rad + pos: 66.5,203.5 parent: 2 - - uid: 4680 + - uid: 12841 components: - type: Transform - pos: 55.5,20.5 + rot: 3.141592653589793 rad + pos: 65.5,203.5 parent: 2 - - uid: 4681 + - uid: 12843 components: - type: Transform - pos: 54.5,20.5 + rot: 3.141592653589793 rad + pos: 56.5,206.5 parent: 2 - - uid: 4682 + - uid: 12844 components: - type: Transform - pos: 53.5,20.5 + rot: 3.141592653589793 rad + pos: 61.5,201.5 parent: 2 - - uid: 4683 + - uid: 12845 components: - type: Transform - pos: 53.5,21.5 + rot: 3.141592653589793 rad + pos: 61.5,202.5 parent: 2 - - uid: 4684 + - uid: 12846 components: - type: Transform - pos: 53.5,22.5 + rot: 3.141592653589793 rad + pos: 60.5,203.5 parent: 2 - - uid: 4685 + - uid: 12847 components: - type: Transform - pos: 52.5,22.5 + rot: 3.141592653589793 rad + pos: 61.5,203.5 parent: 2 - - uid: 4686 + - uid: 12848 components: - type: Transform - pos: 51.5,22.5 + rot: 3.141592653589793 rad + pos: 91.5,205.5 parent: 2 - - uid: 4687 + - uid: 12849 components: - type: Transform - pos: 51.5,23.5 + rot: 3.141592653589793 rad + pos: 91.5,210.5 parent: 2 - - uid: 4688 + - uid: 12850 components: - type: Transform - pos: 50.5,23.5 + rot: 3.141592653589793 rad + pos: 91.5,211.5 parent: 2 - - uid: 4689 + - uid: 12851 components: - type: Transform - pos: 50.5,24.5 + rot: 3.141592653589793 rad + pos: 60.5,186.5 parent: 2 - - uid: 4690 + - uid: 12852 components: - type: Transform - pos: 49.5,24.5 + rot: 3.141592653589793 rad + pos: 64.5,191.5 parent: 2 - - uid: 4691 + - uid: 12853 components: - type: Transform - pos: 48.5,24.5 + rot: 3.141592653589793 rad + pos: 64.5,190.5 parent: 2 - - uid: 4692 + - uid: 12854 components: - type: Transform - pos: 48.5,25.5 + rot: 3.141592653589793 rad + pos: 102.5,243.5 parent: 2 - - uid: 4693 + - uid: 12855 components: - type: Transform - pos: 48.5,26.5 + rot: 3.141592653589793 rad + pos: 102.5,230.5 parent: 2 - - uid: 4694 + - uid: 12856 components: - type: Transform - pos: 48.5,27.5 + rot: 3.141592653589793 rad + pos: 102.5,231.5 parent: 2 - - uid: 4695 + - uid: 12857 components: - type: Transform - pos: 48.5,28.5 + rot: 3.141592653589793 rad + pos: 102.5,232.5 parent: 2 - - uid: 4696 + - uid: 12858 components: - type: Transform - pos: 48.5,29.5 + rot: 3.141592653589793 rad + pos: 101.5,229.5 parent: 2 - - uid: 4697 + - uid: 12859 components: - type: Transform - pos: 47.5,29.5 + rot: 3.141592653589793 rad + pos: 102.5,229.5 parent: 2 - - uid: 4698 + - uid: 12860 components: - type: Transform - pos: 47.5,30.5 + rot: 3.141592653589793 rad + pos: 61.5,212.5 parent: 2 - - uid: 4699 + - uid: 12861 components: - type: Transform - pos: 47.5,31.5 + rot: 3.141592653589793 rad + pos: 60.5,212.5 parent: 2 - - uid: 4700 + - uid: 12862 components: - type: Transform - pos: 47.5,32.5 + rot: 3.141592653589793 rad + pos: 62.5,212.5 parent: 2 - - uid: 4701 + - uid: 12863 components: - type: Transform - pos: 46.5,32.5 + rot: 3.141592653589793 rad + pos: 62.5,208.5 parent: 2 - - uid: 4702 + - uid: 12864 components: - type: Transform - pos: 46.5,33.5 + rot: 3.141592653589793 rad + pos: 61.5,208.5 parent: 2 - - uid: 4703 + - uid: 12865 components: - type: Transform - pos: 45.5,33.5 + rot: 3.141592653589793 rad + pos: 63.5,208.5 parent: 2 - - uid: 4704 + - uid: 12866 components: - type: Transform - pos: 45.5,34.5 + rot: 3.141592653589793 rad + pos: 59.5,208.5 parent: 2 - - uid: 4705 + - uid: 12867 components: - type: Transform - pos: 44.5,34.5 + rot: 3.141592653589793 rad + pos: 73.5,208.5 parent: 2 - - uid: 4706 + - uid: 12868 components: - type: Transform - pos: 43.5,34.5 + rot: 3.141592653589793 rad + pos: 74.5,208.5 parent: 2 - - uid: 4707 + - uid: 12869 components: - type: Transform - pos: 42.5,34.5 + rot: 3.141592653589793 rad + pos: 57.5,229.5 parent: 2 - - uid: 4708 + - uid: 12870 components: - type: Transform - pos: 42.5,35.5 + rot: 3.141592653589793 rad + pos: 75.5,208.5 parent: 2 - - uid: 4709 + - uid: 12871 components: - type: Transform - pos: 41.5,35.5 + rot: 3.141592653589793 rad + pos: 69.5,208.5 parent: 2 - - uid: 4710 + - uid: 12872 components: - type: Transform - pos: 41.5,36.5 + rot: 3.141592653589793 rad + pos: 71.5,208.5 parent: 2 - - uid: 4711 + - uid: 12873 components: - type: Transform - pos: 40.5,36.5 + rot: 3.141592653589793 rad + pos: 70.5,208.5 parent: 2 - - uid: 4712 + - uid: 12874 components: - type: Transform - pos: 39.5,37.5 + rot: 3.141592653589793 rad + pos: 67.5,208.5 parent: 2 - - uid: 4713 + - uid: 12875 components: - type: Transform - pos: 40.5,37.5 + rot: 3.141592653589793 rad + pos: 72.5,208.5 parent: 2 - - uid: 4714 + - uid: 12876 components: - type: Transform - pos: 39.5,38.5 + rot: 3.141592653589793 rad + pos: 68.5,208.5 parent: 2 - - uid: 4715 + - uid: 12877 components: - type: Transform - pos: 38.5,38.5 + rot: 3.141592653589793 rad + pos: 84.5,222.5 parent: 2 - - uid: 4716 + - uid: 12878 components: - type: Transform - pos: 38.5,39.5 + rot: 3.141592653589793 rad + pos: 58.5,228.5 parent: 2 - - uid: 4717 + - uid: 12879 components: - type: Transform - pos: 37.5,39.5 + rot: 3.141592653589793 rad + pos: 98.5,205.5 parent: 2 - - uid: 4718 + - uid: 12880 components: - type: Transform - pos: 37.5,40.5 + rot: 3.141592653589793 rad + pos: 97.5,205.5 parent: 2 - - uid: 4719 + - uid: 12881 components: - type: Transform - pos: 37.5,41.5 + rot: 3.141592653589793 rad + pos: 96.5,205.5 parent: 2 - - uid: 4720 + - uid: 12882 components: - type: Transform - pos: 36.5,41.5 + rot: 3.141592653589793 rad + pos: 95.5,205.5 parent: 2 - - uid: 4721 + - uid: 12883 components: - type: Transform - pos: 36.5,42.5 + rot: 3.141592653589793 rad + pos: 94.5,205.5 parent: 2 - - uid: 4722 + - uid: 12884 components: - type: Transform - pos: 35.5,42.5 + rot: 3.141592653589793 rad + pos: 94.5,206.5 parent: 2 - - uid: 4723 + - uid: 12885 components: - type: Transform - pos: 35.5,43.5 + rot: 3.141592653589793 rad + pos: 94.5,207.5 parent: 2 - - uid: 4724 + - uid: 12886 components: - type: Transform - pos: 34.5,43.5 + rot: 3.141592653589793 rad + pos: 94.5,208.5 parent: 2 - - uid: 4725 + - uid: 12887 components: - type: Transform - pos: 34.5,44.5 + rot: 3.141592653589793 rad + pos: 94.5,209.5 parent: 2 - - uid: 4726 + - uid: 12888 components: - type: Transform - pos: 34.5,45.5 + rot: 3.141592653589793 rad + pos: 94.5,210.5 parent: 2 - - uid: 4727 + - uid: 12889 components: - type: Transform - pos: 34.5,46.5 + rot: 3.141592653589793 rad + pos: 94.5,211.5 parent: 2 - - uid: 4728 + - uid: 12890 components: - type: Transform - pos: 34.5,47.5 + rot: 3.141592653589793 rad + pos: 94.5,212.5 parent: 2 - - uid: 4729 + - uid: 12891 components: - type: Transform - pos: 34.5,48.5 + rot: 3.141592653589793 rad + pos: 94.5,213.5 parent: 2 - - uid: 4730 + - uid: 12892 components: - type: Transform - pos: 34.5,49.5 + rot: 3.141592653589793 rad + pos: 94.5,214.5 parent: 2 - - uid: 4731 + - uid: 12893 components: - type: Transform - pos: 34.5,50.5 + rot: 3.141592653589793 rad + pos: 95.5,214.5 parent: 2 - - uid: 4732 + - uid: 12894 components: - type: Transform - pos: 33.5,50.5 + rot: 3.141592653589793 rad + pos: 95.5,215.5 parent: 2 - - uid: 4733 + - uid: 12895 components: - type: Transform - pos: 33.5,51.5 + rot: 3.141592653589793 rad + pos: 95.5,216.5 parent: 2 - - uid: 4734 + - uid: 12896 components: - type: Transform - pos: 32.5,51.5 + rot: 3.141592653589793 rad + pos: 95.5,217.5 parent: 2 - - uid: 4735 + - uid: 12897 components: - type: Transform - pos: 31.5,52.5 + rot: 3.141592653589793 rad + pos: 95.5,218.5 parent: 2 - - uid: 4736 + - uid: 12898 components: - type: Transform - pos: 32.5,52.5 + rot: 3.141592653589793 rad + pos: 95.5,219.5 parent: 2 - - uid: 4737 + - uid: 12899 components: - type: Transform - pos: 31.5,53.5 + rot: 3.141592653589793 rad + pos: 95.5,220.5 parent: 2 - - uid: 4738 + - uid: 12900 components: - type: Transform - pos: 30.5,53.5 + rot: 3.141592653589793 rad + pos: 95.5,221.5 parent: 2 - - uid: 4739 + - uid: 12901 components: - type: Transform - pos: 30.5,54.5 + rot: 3.141592653589793 rad + pos: 102.5,233.5 parent: 2 - - uid: 4740 + - uid: 12902 components: - type: Transform - pos: 29.5,54.5 + rot: 3.141592653589793 rad + pos: 91.5,221.5 parent: 2 - - uid: 4741 + - uid: 12903 components: - type: Transform - pos: 28.5,54.5 + rot: 3.141592653589793 rad + pos: 92.5,221.5 parent: 2 - - uid: 4742 + - uid: 12904 components: - type: Transform - pos: 27.5,55.5 + rot: 3.141592653589793 rad + pos: 93.5,221.5 parent: 2 - - uid: 4743 + - uid: 12905 components: - type: Transform - pos: 28.5,55.5 + rot: 3.141592653589793 rad + pos: 94.5,221.5 parent: 2 - - uid: 4744 + - uid: 12906 components: - type: Transform - pos: 26.5,55.5 + rot: 3.141592653589793 rad + pos: 98.5,210.5 parent: 2 - - uid: 4745 + - uid: 12907 components: - type: Transform - pos: 26.5,56.5 + rot: 3.141592653589793 rad + pos: 99.5,209.5 parent: 2 - - uid: 4746 + - uid: 12908 components: - type: Transform - pos: 25.5,56.5 + rot: 3.141592653589793 rad + pos: 100.5,209.5 parent: 2 - - uid: 4747 + - uid: 12909 components: - type: Transform - pos: 25.5,57.5 + rot: 3.141592653589793 rad + pos: 101.5,209.5 parent: 2 - - uid: 4748 + - uid: 12910 components: - type: Transform - pos: 24.5,57.5 + rot: 3.141592653589793 rad + pos: 102.5,209.5 parent: 2 - - uid: 4749 + - uid: 12911 components: - type: Transform - pos: 23.5,57.5 + rot: 3.141592653589793 rad + pos: 103.5,209.5 parent: 2 - - uid: 4750 + - uid: 12912 components: - type: Transform - pos: 23.5,58.5 + rot: 3.141592653589793 rad + pos: 104.5,209.5 parent: 2 - - uid: 4751 + - uid: 12913 components: - type: Transform - pos: 22.5,58.5 + rot: 3.141592653589793 rad + pos: 105.5,209.5 parent: 2 - - uid: 4752 + - uid: 12914 components: - type: Transform - pos: 22.5,59.5 + rot: 3.141592653589793 rad + pos: 81.5,185.5 parent: 2 - - uid: 4753 + - uid: 12915 components: - type: Transform - pos: 21.5,59.5 + rot: 3.141592653589793 rad + pos: 102.5,236.5 parent: 2 - - uid: 4754 + - uid: 12916 components: - type: Transform - pos: 23.5,59.5 + rot: 3.141592653589793 rad + pos: 102.5,235.5 parent: 2 - - uid: 4755 + - uid: 12917 components: - type: Transform - pos: 22.5,60.5 + rot: 3.141592653589793 rad + pos: 102.5,238.5 parent: 2 - - uid: 4756 + - uid: 12918 components: - type: Transform - pos: 21.5,60.5 + rot: 3.141592653589793 rad + pos: 102.5,237.5 parent: 2 - - uid: 4757 + - uid: 12919 components: - type: Transform - pos: 20.5,60.5 + rot: 3.141592653589793 rad + pos: 91.5,206.5 parent: 2 - - uid: 4758 + - uid: 12920 components: - type: Transform - pos: 20.5,61.5 + rot: 3.141592653589793 rad + pos: 82.5,222.5 parent: 2 - - uid: 4759 + - uid: 12921 components: - type: Transform - pos: 20.5,62.5 + rot: 3.141592653589793 rad + pos: 78.5,158.5 parent: 2 - - uid: 4760 + - uid: 12922 components: - type: Transform - pos: 19.5,62.5 + rot: 3.141592653589793 rad + pos: 77.5,158.5 parent: 2 - - uid: 4761 + - uid: 12923 components: - type: Transform - pos: 19.5,63.5 + rot: 3.141592653589793 rad + pos: 76.5,159.5 parent: 2 - - uid: 4762 + - uid: 12924 components: - type: Transform - pos: 19.5,64.5 + rot: 3.141592653589793 rad + pos: 76.5,161.5 parent: 2 - - uid: 4763 + - uid: 12925 components: - type: Transform - pos: 18.5,64.5 + rot: 3.141592653589793 rad + pos: 76.5,160.5 parent: 2 - - uid: 4764 + - uid: 12926 components: - type: Transform - pos: 18.5,65.5 + rot: 3.141592653589793 rad + pos: 76.5,158.5 parent: 2 - - uid: 4765 + - uid: 12927 components: - type: Transform - pos: 18.5,66.5 + rot: 3.141592653589793 rad + pos: 76.5,162.5 parent: 2 - - uid: 4766 + - uid: 12928 components: - type: Transform - pos: 18.5,67.5 + rot: 3.141592653589793 rad + pos: 76.5,163.5 parent: 2 - - uid: 4767 + - uid: 12929 components: - type: Transform - pos: 18.5,68.5 + rot: 3.141592653589793 rad + pos: 76.5,164.5 parent: 2 - - uid: 4768 + - uid: 12930 components: - type: Transform - pos: 18.5,69.5 + rot: 3.141592653589793 rad + pos: 74.5,169.5 parent: 2 - - uid: 4769 + - uid: 12931 components: - type: Transform - pos: 19.5,69.5 + rot: 3.141592653589793 rad + pos: 75.5,169.5 parent: 2 - - uid: 4770 + - uid: 12932 components: - type: Transform - pos: 19.5,70.5 + rot: 3.141592653589793 rad + pos: 80.5,176.5 parent: 2 - - uid: 4771 + - uid: 12933 components: - type: Transform - pos: 20.5,70.5 + rot: 3.141592653589793 rad + pos: 82.5,176.5 parent: 2 - - uid: 4772 + - uid: 12934 components: - type: Transform - pos: 42.5,130.5 + rot: 3.141592653589793 rad + pos: 81.5,176.5 parent: 2 - - uid: 4773 + - uid: 12935 components: - type: Transform - pos: 20.5,71.5 + rot: 3.141592653589793 rad + pos: 84.5,176.5 parent: 2 - - uid: 4774 + - uid: 12936 components: - type: Transform - pos: 21.5,71.5 + rot: 3.141592653589793 rad + pos: 83.5,176.5 parent: 2 - - uid: 4775 + - uid: 12937 components: - type: Transform - pos: 21.5,72.5 + rot: 3.141592653589793 rad + pos: 86.5,176.5 parent: 2 - - uid: 4776 + - uid: 12938 components: - type: Transform - pos: 22.5,72.5 + rot: 3.141592653589793 rad + pos: 85.5,176.5 parent: 2 - - uid: 4777 + - uid: 12939 components: - type: Transform - pos: 22.5,73.5 + rot: 3.141592653589793 rad + pos: 76.5,176.5 parent: 2 - - uid: 4778 + - uid: 12940 components: - type: Transform - pos: 23.5,73.5 + rot: 3.141592653589793 rad + pos: 78.5,176.5 parent: 2 - - uid: 4779 + - uid: 12941 components: - type: Transform - pos: 23.5,74.5 + rot: 3.141592653589793 rad + pos: 79.5,176.5 parent: 2 - - uid: 4780 + - uid: 12942 components: - type: Transform - pos: 23.5,75.5 + rot: 3.141592653589793 rad + pos: 77.5,176.5 parent: 2 - - uid: 4781 + - uid: 12943 components: - type: Transform - pos: 24.5,75.5 + rot: 3.141592653589793 rad + pos: 86.5,177.5 parent: 2 - - uid: 4782 + - uid: 12944 components: - type: Transform - pos: 24.5,76.5 + rot: 3.141592653589793 rad + pos: 86.5,178.5 parent: 2 - - uid: 4783 + - uid: 12945 components: - type: Transform - pos: 42.5,131.5 + rot: 3.141592653589793 rad + pos: 86.5,179.5 parent: 2 - - uid: 4784 + - uid: 12946 components: - type: Transform - pos: 43.5,131.5 + rot: 3.141592653589793 rad + pos: 86.5,180.5 parent: 2 - - uid: 4785 + - uid: 12947 components: - type: Transform - pos: 43.5,132.5 + rot: 3.141592653589793 rad + pos: 86.5,181.5 parent: 2 - - uid: 4786 + - uid: 12948 components: - type: Transform - pos: 43.5,133.5 + rot: 3.141592653589793 rad + pos: 83.5,180.5 parent: 2 - - uid: 4787 + - uid: 12949 components: - type: Transform - pos: 43.5,134.5 + rot: 3.141592653589793 rad + pos: 82.5,180.5 parent: 2 - - uid: 4788 + - uid: 12950 components: - type: Transform - pos: 44.5,134.5 + rot: 3.141592653589793 rad + pos: 81.5,180.5 parent: 2 - - uid: 4789 + - uid: 12951 components: - type: Transform - pos: 44.5,135.5 + rot: 3.141592653589793 rad + pos: 80.5,180.5 parent: 2 - - uid: 4790 + - uid: 12952 components: - type: Transform - pos: 44.5,136.5 + rot: 3.141592653589793 rad + pos: 79.5,180.5 parent: 2 - - uid: 4791 + - uid: 12953 components: - type: Transform - pos: 44.5,137.5 + rot: 3.141592653589793 rad + pos: 75.5,180.5 parent: 2 - - uid: 4792 + - uid: 12954 components: - type: Transform - pos: 44.5,138.5 + rot: 3.141592653589793 rad + pos: 74.5,180.5 parent: 2 - - uid: 4793 + - uid: 12955 components: - type: Transform - pos: 45.5,138.5 + rot: 3.141592653589793 rad + pos: 73.5,180.5 parent: 2 - - uid: 4794 + - uid: 12956 components: - type: Transform - pos: 46.5,138.5 + rot: 3.141592653589793 rad + pos: 73.5,181.5 parent: 2 - - uid: 4795 + - uid: 12957 components: - type: Transform - pos: 46.5,139.5 + rot: 3.141592653589793 rad + pos: 74.5,181.5 parent: 2 - - uid: 4796 + - uid: 12958 components: - type: Transform - pos: 47.5,139.5 + rot: 3.141592653589793 rad + pos: 75.5,181.5 parent: 2 - - uid: 4797 + - uid: 12959 components: - type: Transform - pos: 47.5,140.5 + rot: 3.141592653589793 rad + pos: 79.5,181.5 parent: 2 - - uid: 4798 + - uid: 12960 components: - type: Transform - pos: 48.5,140.5 + rot: 3.141592653589793 rad + pos: 79.5,182.5 parent: 2 - - uid: 4799 + - uid: 12961 components: - type: Transform - pos: 49.5,140.5 + rot: 3.141592653589793 rad + pos: 79.5,183.5 parent: 2 - - uid: 4800 + - uid: 12962 components: - type: Transform - pos: 49.5,141.5 + rot: 3.141592653589793 rad + pos: 79.5,184.5 parent: 2 - - uid: 4801 + - uid: 12963 components: - type: Transform - pos: 49.5,142.5 + rot: 3.141592653589793 rad + pos: 81.5,183.5 parent: 2 - - uid: 4802 + - uid: 12964 components: - type: Transform - pos: 49.5,143.5 + rot: 3.141592653589793 rad + pos: 79.5,186.5 parent: 2 - - uid: 4803 + - uid: 12965 components: - type: Transform - pos: 49.5,144.5 + rot: 3.141592653589793 rad + pos: 79.5,187.5 parent: 2 - - uid: 4804 + - uid: 12966 components: - type: Transform - pos: 49.5,145.5 + rot: 3.141592653589793 rad + pos: 79.5,188.5 parent: 2 - - uid: 4805 + - uid: 12967 components: - type: Transform - pos: 49.5,156.5 + rot: 3.141592653589793 rad + pos: 79.5,189.5 parent: 2 - - uid: 4806 + - uid: 12968 components: - type: Transform - pos: 49.5,157.5 + rot: 3.141592653589793 rad + pos: 79.5,190.5 parent: 2 - - uid: 4807 + - uid: 12969 components: - type: Transform - pos: 49.5,158.5 + rot: 3.141592653589793 rad + pos: 79.5,191.5 parent: 2 - - uid: 4808 + - uid: 12971 components: - type: Transform - pos: 49.5,159.5 + rot: 3.141592653589793 rad + pos: 83.5,203.5 parent: 2 - - uid: 4809 + - uid: 12972 components: - type: Transform - pos: 49.5,160.5 + rot: 3.141592653589793 rad + pos: 84.5,203.5 parent: 2 - - uid: 4810 + - uid: 12973 components: - type: Transform - pos: 49.5,161.5 + rot: 3.141592653589793 rad + pos: 86.5,203.5 parent: 2 - - uid: 4811 + - uid: 12974 components: - type: Transform - pos: 49.5,162.5 + rot: 3.141592653589793 rad + pos: 87.5,203.5 parent: 2 - - uid: 4812 + - uid: 12975 components: - type: Transform - pos: 49.5,163.5 + rot: 3.141592653589793 rad + pos: 85.5,203.5 parent: 2 - - uid: 4813 + - uid: 12976 components: - type: Transform - pos: 49.5,164.5 + rot: 3.141592653589793 rad + pos: 88.5,203.5 parent: 2 - - uid: 4814 + - uid: 12977 components: - type: Transform - pos: 50.5,165.5 + rot: 3.141592653589793 rad + pos: 89.5,203.5 parent: 2 - - uid: 4815 + - uid: 12978 components: - type: Transform - pos: 50.5,166.5 + rot: 3.141592653589793 rad + pos: 90.5,203.5 parent: 2 - - uid: 4816 + - uid: 12979 components: - type: Transform - pos: 50.5,167.5 + rot: 3.141592653589793 rad + pos: 91.5,225.5 parent: 2 - - uid: 4817 + - uid: 12980 components: - type: Transform - pos: 50.5,168.5 + rot: 3.141592653589793 rad + pos: 92.5,225.5 parent: 2 - - uid: 4818 + - uid: 12981 components: - type: Transform - pos: 50.5,169.5 + rot: 3.141592653589793 rad + pos: 93.5,225.5 parent: 2 - - uid: 4819 + - uid: 12982 components: - type: Transform - pos: 50.5,170.5 + rot: 3.141592653589793 rad + pos: 94.5,225.5 parent: 2 - - uid: 4820 + - uid: 12983 components: - type: Transform - pos: 50.5,171.5 + rot: 3.141592653589793 rad + pos: 95.5,225.5 parent: 2 - - uid: 4821 + - uid: 12984 components: - type: Transform - pos: 50.5,172.5 + rot: 3.141592653589793 rad + pos: 96.5,225.5 parent: 2 - - uid: 4822 + - uid: 12985 components: - type: Transform - pos: 50.5,173.5 + rot: 3.141592653589793 rad + pos: 97.5,225.5 parent: 2 - - uid: 4823 + - uid: 12986 components: - type: Transform - pos: 50.5,174.5 + rot: 3.141592653589793 rad + pos: 98.5,225.5 parent: 2 - - uid: 4824 + - uid: 12987 components: - type: Transform - pos: 50.5,175.5 + rot: 3.141592653589793 rad + pos: 99.5,225.5 parent: 2 - - uid: 4825 + - uid: 12988 components: - type: Transform - pos: 49.5,175.5 + rot: 3.141592653589793 rad + pos: 99.5,210.5 parent: 2 - - uid: 4826 + - uid: 12989 components: - type: Transform - pos: 49.5,176.5 + rot: 3.141592653589793 rad + pos: 106.5,209.5 parent: 2 - - uid: 4827 + - uid: 12990 components: - type: Transform - pos: 49.5,177.5 + rot: 3.141592653589793 rad + pos: 107.5,209.5 parent: 2 - - uid: 4828 + - uid: 12991 components: - type: Transform - pos: 49.5,178.5 + rot: 3.141592653589793 rad + pos: 107.5,208.5 parent: 2 - - uid: 4829 + - uid: 12992 components: - type: Transform - pos: 48.5,179.5 + rot: 3.141592653589793 rad + pos: 107.5,207.5 parent: 2 - - uid: 4830 + - uid: 12993 components: - type: Transform - pos: 48.5,180.5 + rot: 3.141592653589793 rad + pos: 107.5,206.5 parent: 2 - - uid: 4831 + - uid: 12994 components: - type: Transform - pos: 47.5,180.5 + rot: 3.141592653589793 rad + pos: 107.5,205.5 parent: 2 - - uid: 4832 + - uid: 12995 components: - type: Transform - pos: 47.5,181.5 + rot: 3.141592653589793 rad + pos: 106.5,205.5 parent: 2 - - uid: 4833 + - uid: 12996 components: - type: Transform - pos: 47.5,182.5 + rot: 3.141592653589793 rad + pos: 80.5,213.5 parent: 2 - - uid: 4834 + - uid: 12997 components: - type: Transform - pos: 47.5,183.5 + rot: 3.141592653589793 rad + pos: 61.5,199.5 parent: 2 - - uid: 4835 + - uid: 12998 components: - type: Transform - pos: 48.5,183.5 + rot: 3.141592653589793 rad + pos: 61.5,197.5 parent: 2 - - uid: 4836 + - uid: 12999 components: - type: Transform - pos: 48.5,184.5 + rot: 3.141592653589793 rad + pos: 61.5,198.5 parent: 2 - - uid: 4837 + - uid: 13000 components: - type: Transform - pos: 48.5,185.5 + rot: 3.141592653589793 rad + pos: 85.5,222.5 parent: 2 - - uid: 4838 + - uid: 13001 components: - type: Transform - pos: 48.5,186.5 + rot: 3.141592653589793 rad + pos: 80.5,211.5 parent: 2 - - uid: 4839 + - uid: 13002 components: - type: Transform - pos: 48.5,187.5 + rot: 3.141592653589793 rad + pos: 81.5,211.5 parent: 2 - - uid: 4840 + - uid: 13003 components: - type: Transform - pos: 48.5,188.5 + rot: 3.141592653589793 rad + pos: 79.5,210.5 parent: 2 - - uid: 4841 + - uid: 13004 components: - type: Transform - pos: 48.5,189.5 + rot: 3.141592653589793 rad + pos: 79.5,211.5 parent: 2 - - uid: 4842 + - uid: 13005 components: - type: Transform - pos: 48.5,190.5 + rot: 3.141592653589793 rad + pos: 86.5,210.5 parent: 2 - - uid: 4843 + - uid: 13006 components: - type: Transform - pos: 48.5,191.5 + rot: 3.141592653589793 rad + pos: 84.5,208.5 parent: 2 - - uid: 4844 + - uid: 13007 components: - type: Transform - pos: 48.5,192.5 + rot: 3.141592653589793 rad + pos: 86.5,211.5 parent: 2 - - uid: 4845 + - uid: 13008 components: - type: Transform - pos: 47.5,192.5 + rot: 3.141592653589793 rad + pos: 86.5,219.5 parent: 2 - - uid: 4846 + - uid: 13009 components: - type: Transform - pos: 47.5,193.5 + rot: 3.141592653589793 rad + pos: 85.5,208.5 parent: 2 - - uid: 4847 + - uid: 13010 components: - type: Transform - pos: 47.5,194.5 + rot: 3.141592653589793 rad + pos: 86.5,222.5 parent: 2 - - uid: 4848 + - uid: 13011 components: - type: Transform - pos: 46.5,195.5 + rot: 3.141592653589793 rad + pos: 86.5,221.5 parent: 2 - - uid: 4849 + - uid: 13012 components: - type: Transform - pos: 46.5,196.5 + rot: 3.141592653589793 rad + pos: 86.5,216.5 parent: 2 - - uid: 4850 + - uid: 13013 components: - type: Transform - pos: 46.5,197.5 + rot: 3.141592653589793 rad + pos: 86.5,208.5 parent: 2 - - uid: 4851 + - uid: 13014 components: - type: Transform - pos: 45.5,198.5 + rot: 3.141592653589793 rad + pos: 79.5,209.5 parent: 2 - - uid: 4852 + - uid: 13015 components: - type: Transform - pos: 45.5,199.5 + rot: 3.141592653589793 rad + pos: 86.5,217.5 parent: 2 - - uid: 4853 + - uid: 13016 components: - type: Transform - pos: 44.5,199.5 + rot: 3.141592653589793 rad + pos: 86.5,212.5 parent: 2 - - uid: 4854 + - uid: 13017 components: - type: Transform - pos: 44.5,200.5 + rot: 3.141592653589793 rad + pos: 86.5,214.5 parent: 2 - - uid: 4855 + - uid: 13018 components: - type: Transform - pos: 44.5,201.5 + rot: 3.141592653589793 rad + pos: 86.5,213.5 parent: 2 - - uid: 4856 + - uid: 13019 components: - type: Transform - pos: 44.5,202.5 + rot: 3.141592653589793 rad + pos: 86.5,215.5 parent: 2 - - uid: 4857 + - uid: 13020 components: - type: Transform - pos: 43.5,202.5 + rot: 3.141592653589793 rad + pos: 86.5,218.5 parent: 2 - - uid: 4858 + - uid: 13021 components: - type: Transform - pos: 43.5,203.5 + rot: 3.141592653589793 rad + pos: 56.5,205.5 parent: 2 - - uid: 4859 + - uid: 13022 components: - type: Transform - pos: 43.5,204.5 + rot: 3.141592653589793 rad + pos: 71.5,197.5 parent: 2 - - uid: 4860 + - uid: 13023 components: - type: Transform - pos: 43.5,205.5 + rot: 3.141592653589793 rad + pos: 69.5,197.5 parent: 2 - - uid: 4861 + - uid: 13024 components: - type: Transform - pos: 42.5,205.5 + rot: 3.141592653589793 rad + pos: 81.5,213.5 parent: 2 - - uid: 4862 + - uid: 13025 components: - type: Transform - pos: 41.5,205.5 + rot: 3.141592653589793 rad + pos: 81.5,212.5 parent: 2 - - uid: 4863 + - uid: 13026 components: - type: Transform - pos: 41.5,206.5 + rot: 3.141592653589793 rad + pos: 86.5,209.5 parent: 2 - - uid: 4864 + - uid: 13027 components: - type: Transform - pos: 41.5,207.5 + rot: 3.141592653589793 rad + pos: 53.5,189.5 parent: 2 - - uid: 4865 + - uid: 13028 components: - type: Transform - pos: 40.5,207.5 + rot: 3.141592653589793 rad + pos: 53.5,190.5 parent: 2 - - uid: 4866 + - uid: 13029 components: - type: Transform - pos: 40.5,208.5 + rot: 3.141592653589793 rad + pos: 53.5,191.5 parent: 2 - - uid: 4867 + - uid: 13030 components: - type: Transform - pos: 39.5,208.5 + rot: 3.141592653589793 rad + pos: 80.5,208.5 parent: 2 - - uid: 4868 + - uid: 13031 components: - type: Transform - pos: 38.5,208.5 + rot: 3.141592653589793 rad + pos: 79.5,208.5 parent: 2 - - uid: 4869 + - uid: 13032 components: - type: Transform - pos: 38.5,209.5 + rot: 3.141592653589793 rad + pos: 82.5,208.5 parent: 2 - - uid: 4870 + - uid: 13033 components: - type: Transform - pos: 37.5,209.5 + rot: 3.141592653589793 rad + pos: 81.5,208.5 parent: 2 - - uid: 4871 + - uid: 13034 components: - type: Transform - pos: 36.5,209.5 + rot: 3.141592653589793 rad + pos: 83.5,208.5 parent: 2 - - uid: 4872 + - uid: 13035 components: - type: Transform - pos: 36.5,210.5 + rot: 3.141592653589793 rad + pos: 86.5,220.5 parent: 2 - - uid: 4873 + - uid: 13036 components: - type: Transform - pos: 35.5,210.5 + rot: 3.141592653589793 rad + pos: 79.5,213.5 parent: 2 - - uid: 4874 + - uid: 13037 components: - type: Transform - pos: 35.5,211.5 + rot: 3.141592653589793 rad + pos: 79.5,214.5 parent: 2 - - uid: 4875 + - uid: 13038 components: - type: Transform - pos: 35.5,212.5 + rot: 3.141592653589793 rad + pos: 79.5,215.5 parent: 2 - - uid: 4876 + - uid: 13039 components: - type: Transform - pos: 34.5,212.5 + rot: 3.141592653589793 rad + pos: 80.5,215.5 parent: 2 - - uid: 4877 + - uid: 13040 components: - type: Transform - pos: 34.5,213.5 + rot: 3.141592653589793 rad + pos: 81.5,215.5 parent: 2 - - uid: 4878 + - uid: 13041 components: - type: Transform - pos: 34.5,214.5 + rot: 3.141592653589793 rad + pos: 81.5,216.5 parent: 2 - - uid: 4879 + - uid: 13042 components: - type: Transform - pos: 33.5,214.5 + rot: 3.141592653589793 rad + pos: 81.5,217.5 parent: 2 - - uid: 4880 + - uid: 13043 components: - type: Transform - pos: 33.5,215.5 + rot: 3.141592653589793 rad + pos: 80.5,217.5 parent: 2 - - uid: 4881 + - uid: 13044 components: - type: Transform - pos: 32.5,215.5 + rot: 3.141592653589793 rad + pos: 79.5,217.5 parent: 2 - - uid: 4882 + - uid: 13045 components: - type: Transform - pos: 32.5,216.5 + rot: 3.141592653589793 rad + pos: 80.5,220.5 parent: 2 - - uid: 4883 + - uid: 13046 components: - type: Transform - pos: 31.5,216.5 + rot: 3.141592653589793 rad + pos: 80.5,221.5 parent: 2 - - uid: 4884 + - uid: 13047 components: - type: Transform - pos: 31.5,217.5 + rot: 3.141592653589793 rad + pos: 80.5,222.5 parent: 2 - - uid: 4885 + - uid: 13048 components: - type: Transform - pos: 30.5,217.5 + rot: 3.141592653589793 rad + pos: 81.5,220.5 parent: 2 - - uid: 4886 + - uid: 13049 components: - type: Transform - pos: 14.5,261.5 + rot: 3.141592653589793 rad + pos: 82.5,220.5 parent: 2 - - uid: 4887 + - uid: 13050 components: - type: Transform - pos: 30.5,218.5 + rot: 3.141592653589793 rad + pos: 82.5,221.5 parent: 2 - - uid: 4888 + - uid: 13051 components: - type: Transform - pos: 29.5,218.5 + rot: 3.141592653589793 rad + pos: 79.5,222.5 parent: 2 - - uid: 4889 + - uid: 13052 components: - type: Transform - pos: 28.5,218.5 + rot: 3.141592653589793 rad + pos: 78.5,222.5 parent: 2 - - uid: 4890 + - uid: 13053 components: - type: Transform - pos: 27.5,218.5 + rot: 3.141592653589793 rad + pos: 77.5,222.5 parent: 2 - - uid: 4891 + - uid: 13054 components: - type: Transform - pos: 27.5,219.5 + rot: 3.141592653589793 rad + pos: 77.5,221.5 parent: 2 - - uid: 4892 + - uid: 13055 components: - type: Transform - pos: 14.5,260.5 + rot: 3.141592653589793 rad + pos: 77.5,220.5 parent: 2 - - uid: 4893 + - uid: 13056 components: - type: Transform - pos: 26.5,219.5 + rot: 3.141592653589793 rad + pos: 77.5,219.5 parent: 2 - - uid: 4894 + - uid: 13057 components: - type: Transform - pos: 26.5,220.5 + rot: 3.141592653589793 rad + pos: 77.5,218.5 parent: 2 - - uid: 4895 + - uid: 13058 components: - type: Transform - pos: 25.5,220.5 + rot: 3.141592653589793 rad + pos: 78.5,218.5 parent: 2 - - uid: 4896 + - uid: 13059 components: - type: Transform - pos: 25.5,221.5 + rot: 3.141592653589793 rad + pos: 79.5,218.5 parent: 2 - - uid: 4897 + - uid: 13060 components: - type: Transform - pos: 14.5,262.5 + rot: 3.141592653589793 rad + pos: 58.5,227.5 parent: 2 - - uid: 4898 + - uid: 13061 components: - type: Transform - pos: 24.5,221.5 + rot: 3.141592653589793 rad + pos: 48.5,235.5 parent: 2 - - uid: 4899 + - uid: 13062 components: - type: Transform - pos: 24.5,222.5 + rot: 3.141592653589793 rad + pos: 74.5,214.5 parent: 2 - - uid: 4900 + - uid: 13063 components: - type: Transform - pos: 23.5,222.5 + rot: 3.141592653589793 rad + pos: 73.5,216.5 parent: 2 - - uid: 4901 + - uid: 13064 components: - type: Transform - pos: 23.5,223.5 + rot: 3.141592653589793 rad + pos: 73.5,215.5 parent: 2 - - uid: 4902 + - uid: 13065 components: - type: Transform - pos: 22.5,223.5 + rot: 3.141592653589793 rad + pos: 73.5,225.5 parent: 2 - - uid: 4903 + - uid: 13066 components: - type: Transform - pos: 21.5,223.5 + rot: 3.141592653589793 rad + pos: 73.5,222.5 parent: 2 - - uid: 4904 + - uid: 13067 components: - type: Transform - pos: 21.5,224.5 + rot: 3.141592653589793 rad + pos: 73.5,219.5 parent: 2 - - uid: 4905 + - uid: 13068 components: - type: Transform - pos: 20.5,224.5 + rot: 3.141592653589793 rad + pos: 73.5,223.5 parent: 2 - - uid: 4906 + - uid: 13069 components: - type: Transform - pos: 19.5,224.5 + rot: 3.141592653589793 rad + pos: 73.5,218.5 parent: 2 - - uid: 4907 + - uid: 13070 components: - type: Transform - pos: 19.5,225.5 + rot: 3.141592653589793 rad + pos: 73.5,220.5 parent: 2 - - uid: 4908 + - uid: 13071 components: - type: Transform - pos: 18.5,225.5 + rot: 3.141592653589793 rad + pos: 73.5,221.5 parent: 2 - - uid: 4909 + - uid: 13072 components: - type: Transform - pos: 17.5,225.5 + rot: 3.141592653589793 rad + pos: 73.5,224.5 parent: 2 - - uid: 4910 + - uid: 13073 components: - type: Transform - pos: 17.5,226.5 + rot: 3.141592653589793 rad + pos: 73.5,217.5 parent: 2 - - uid: 4911 + - uid: 13074 components: - type: Transform - pos: 16.5,226.5 + rot: 3.141592653589793 rad + pos: 65.5,225.5 parent: 2 - - uid: 4912 + - uid: 13075 components: - type: Transform - pos: 16.5,227.5 + rot: 3.141592653589793 rad + pos: 64.5,225.5 parent: 2 - - uid: 4913 + - uid: 13076 components: - type: Transform - pos: 15.5,227.5 + rot: 3.141592653589793 rad + pos: 67.5,225.5 parent: 2 - - uid: 4914 + - uid: 13077 components: - type: Transform - pos: 15.5,228.5 + rot: 3.141592653589793 rad + pos: 66.5,225.5 parent: 2 - - uid: 4915 + - uid: 13078 components: - type: Transform - pos: 15.5,229.5 + rot: 3.141592653589793 rad + pos: 68.5,225.5 parent: 2 - - uid: 4916 + - uid: 13079 components: - type: Transform - pos: 14.5,258.5 + rot: 3.141592653589793 rad + pos: 61.5,225.5 parent: 2 - - uid: 4917 + - uid: 13080 components: - type: Transform - pos: 14.5,229.5 + rot: 3.141592653589793 rad + pos: 69.5,225.5 parent: 2 - - uid: 4918 + - uid: 13081 components: - type: Transform - pos: 13.5,229.5 + rot: 3.141592653589793 rad + pos: 58.5,225.5 parent: 2 - - uid: 4919 + - uid: 13082 components: - type: Transform - pos: 13.5,230.5 + rot: 3.141592653589793 rad + pos: 63.5,225.5 parent: 2 - - uid: 4920 + - uid: 13083 components: - type: Transform - pos: 12.5,230.5 + rot: 3.141592653589793 rad + pos: 59.5,225.5 parent: 2 - - uid: 4921 + - uid: 13084 components: - type: Transform - pos: 12.5,231.5 + rot: 3.141592653589793 rad + pos: 60.5,225.5 parent: 2 - - uid: 4922 + - uid: 13085 components: - type: Transform - pos: 12.5,232.5 + rot: 3.141592653589793 rad + pos: 62.5,225.5 parent: 2 - - uid: 4923 + - uid: 13086 components: - type: Transform - pos: 11.5,232.5 + rot: 3.141592653589793 rad + pos: 58.5,229.5 parent: 2 - - uid: 4924 + - uid: 13087 components: - type: Transform - pos: 14.5,259.5 + rot: 3.141592653589793 rad + pos: 50.5,229.5 parent: 2 - - uid: 4925 + - uid: 13088 components: - type: Transform - pos: 11.5,233.5 + rot: 3.141592653589793 rad + pos: 52.5,229.5 parent: 2 - - uid: 4926 + - uid: 13089 components: - type: Transform - pos: 11.5,234.5 + rot: 3.141592653589793 rad + pos: 51.5,229.5 parent: 2 - - uid: 4927 + - uid: 13090 components: - type: Transform - pos: 10.5,234.5 + rot: 3.141592653589793 rad + pos: 53.5,229.5 parent: 2 - - uid: 4928 + - uid: 13091 components: - type: Transform - pos: 9.5,234.5 + rot: 3.141592653589793 rad + pos: 50.5,230.5 parent: 2 - - uid: 4929 + - uid: 13092 components: - type: Transform - pos: 14.5,263.5 + rot: 3.141592653589793 rad + pos: 50.5,231.5 parent: 2 - - uid: 4930 + - uid: 13093 components: - type: Transform - pos: 9.5,235.5 + rot: 3.141592653589793 rad + pos: 50.5,232.5 parent: 2 - - uid: 4931 + - uid: 13094 components: - type: Transform - pos: 8.5,235.5 + rot: 3.141592653589793 rad + pos: 50.5,233.5 parent: 2 - - uid: 4932 + - uid: 13095 components: - type: Transform - pos: 8.5,236.5 + rot: 3.141592653589793 rad + pos: 50.5,234.5 parent: 2 - - uid: 4933 + - uid: 13096 components: - type: Transform - pos: 8.5,237.5 + rot: 3.141592653589793 rad + pos: 50.5,235.5 parent: 2 - - uid: 4934 + - uid: 13097 components: - type: Transform - pos: 8.5,238.5 + rot: 3.141592653589793 rad + pos: 49.5,235.5 parent: 2 - - uid: 4935 + - uid: 13098 components: - type: Transform - pos: 8.5,239.5 + rot: 3.141592653589793 rad + pos: 47.5,235.5 parent: 2 - - uid: 4936 + - uid: 13100 components: - type: Transform - pos: 8.5,240.5 + rot: 3.141592653589793 rad + pos: 45.5,250.5 parent: 2 - - uid: 4937 + - uid: 13101 components: - type: Transform - pos: 8.5,241.5 + rot: 3.141592653589793 rad + pos: 45.5,249.5 parent: 2 - - uid: 4938 + - uid: 13102 components: - type: Transform - pos: 8.5,242.5 + rot: 3.141592653589793 rad + pos: 45.5,248.5 parent: 2 - - uid: 4939 + - uid: 13103 components: - type: Transform - pos: 9.5,242.5 + rot: 3.141592653589793 rad + pos: 45.5,241.5 parent: 2 - - uid: 4940 + - uid: 13104 components: - type: Transform - pos: 9.5,243.5 + rot: 3.141592653589793 rad + pos: 45.5,247.5 parent: 2 - - uid: 4941 + - uid: 13105 components: - type: Transform - pos: 9.5,244.5 + rot: 3.141592653589793 rad + pos: 45.5,246.5 parent: 2 - - uid: 4942 + - uid: 13106 components: - type: Transform - pos: 10.5,244.5 + rot: 3.141592653589793 rad + pos: 45.5,240.5 parent: 2 - - uid: 4943 + - uid: 13107 components: - type: Transform - pos: 10.5,245.5 + rot: 3.141592653589793 rad + pos: 45.5,239.5 parent: 2 - - uid: 4944 + - uid: 13108 components: - type: Transform - pos: 10.5,246.5 + rot: 3.141592653589793 rad + pos: 45.5,244.5 parent: 2 - - uid: 4945 + - uid: 13109 components: - type: Transform - pos: 11.5,246.5 + rot: 3.141592653589793 rad + pos: 45.5,245.5 parent: 2 - - uid: 4946 + - uid: 13110 components: - type: Transform - pos: 11.5,247.5 + rot: 3.141592653589793 rad + pos: 45.5,243.5 parent: 2 - - uid: 4947 + - uid: 13111 components: - type: Transform - pos: 11.5,248.5 + rot: 3.141592653589793 rad + pos: 45.5,242.5 parent: 2 - - uid: 4948 + - uid: 13112 components: - type: Transform - pos: 12.5,248.5 + rot: 3.141592653589793 rad + pos: 45.5,238.5 parent: 2 - - uid: 4949 + - uid: 13113 components: - type: Transform - pos: 12.5,249.5 + rot: 3.141592653589793 rad + pos: 45.5,236.5 parent: 2 - - uid: 4950 + - uid: 13114 components: - type: Transform - pos: 12.5,250.5 + rot: 3.141592653589793 rad + pos: 45.5,237.5 parent: 2 - - uid: 4951 + - uid: 13115 components: - type: Transform - pos: 12.5,251.5 + rot: 3.141592653589793 rad + pos: 49.5,252.5 parent: 2 - - uid: 4952 + - uid: 13116 components: - type: Transform - pos: 12.5,252.5 + rot: 3.141592653589793 rad + pos: 49.5,251.5 parent: 2 - - uid: 4953 + - uid: 13117 components: - type: Transform - pos: 12.5,253.5 + rot: 3.141592653589793 rad + pos: 49.5,253.5 parent: 2 - - uid: 4954 + - uid: 13118 components: - type: Transform - pos: 11.5,253.5 + rot: 3.141592653589793 rad + pos: 49.5,254.5 parent: 2 - - uid: 4955 + - uid: 13119 components: - type: Transform - pos: 11.5,254.5 + rot: 3.141592653589793 rad + pos: 49.5,250.5 parent: 2 - - uid: 4956 + - uid: 13120 components: - type: Transform - pos: 14.5,257.5 + rot: 3.141592653589793 rad + pos: 44.5,251.5 parent: 2 - - uid: 4957 + - uid: 13121 components: - type: Transform - pos: 12.5,255.5 + rot: 3.141592653589793 rad + pos: 49.5,255.5 parent: 2 - - uid: 4958 + - uid: 13122 components: - type: Transform - pos: 11.5,254.5 + rot: 3.141592653589793 rad + pos: 44.5,255.5 parent: 2 - - uid: 4959 + - uid: 13124 components: - type: Transform - pos: 11.5,255.5 + rot: 3.141592653589793 rad + pos: 44.5,250.5 parent: 2 - - uid: 4960 + - uid: 13125 components: - type: Transform - pos: 13.5,256.5 + rot: 3.141592653589793 rad + pos: 44.5,253.5 parent: 2 - - uid: 4961 + - uid: 13126 components: - type: Transform - pos: 12.5,256.5 + rot: 3.141592653589793 rad + pos: 44.5,254.5 parent: 2 - - uid: 4962 + - uid: 13127 components: - type: Transform - pos: 13.5,257.5 + rot: 3.141592653589793 rad + pos: 49.5,256.5 parent: 2 - - uid: 4963 + - uid: 13128 components: - type: Transform - pos: 15.5,265.5 + rot: 3.141592653589793 rad + pos: 44.5,252.5 parent: 2 - - uid: 4964 + - uid: 13129 components: - type: Transform - pos: 15.5,264.5 + rot: 3.141592653589793 rad + pos: 49.5,258.5 parent: 2 - - uid: 4965 + - uid: 13130 components: - type: Transform - pos: 15.5,263.5 + rot: 3.141592653589793 rad + pos: 49.5,257.5 parent: 2 - - uid: 4966 + - uid: 13131 components: - type: Transform - pos: 16.5,266.5 + rot: 3.141592653589793 rad + pos: 44.5,256.5 parent: 2 - - uid: 4967 + - uid: 13132 components: - type: Transform - pos: 16.5,265.5 + rot: 3.141592653589793 rad + pos: 48.5,258.5 parent: 2 - - uid: 4968 + - uid: 13133 components: - type: Transform - pos: 17.5,268.5 + rot: 3.141592653589793 rad + pos: 44.5,258.5 parent: 2 - - uid: 4969 + - uid: 13134 components: - type: Transform - pos: 17.5,267.5 + rot: 3.141592653589793 rad + pos: 44.5,257.5 parent: 2 - - uid: 4970 + - uid: 13135 components: - type: Transform - pos: 17.5,266.5 + rot: 3.141592653589793 rad + pos: 45.5,258.5 parent: 2 - - uid: 4971 + - uid: 13136 components: - type: Transform - pos: 18.5,269.5 + rot: 3.141592653589793 rad + pos: 46.5,258.5 parent: 2 - - uid: 4972 + - uid: 13137 components: - type: Transform - pos: 19.5,269.5 + rot: 3.141592653589793 rad + pos: 47.5,258.5 parent: 2 - - uid: 4973 + - uid: 13138 components: - type: Transform - pos: 20.5,269.5 + rot: 3.141592653589793 rad + pos: 71.5,237.5 parent: 2 - - uid: 4974 + - uid: 13139 components: - type: Transform - pos: 21.5,269.5 + rot: 3.141592653589793 rad + pos: 71.5,236.5 parent: 2 - - uid: 4975 + - uid: 13140 components: - type: Transform - pos: 21.5,268.5 + rot: 3.141592653589793 rad + pos: 71.5,240.5 parent: 2 - - uid: 4976 + - uid: 13141 components: - type: Transform - pos: 18.5,268.5 + rot: 3.141592653589793 rad + pos: 71.5,238.5 parent: 2 - - uid: 4977 + - uid: 13142 components: - type: Transform - pos: 22.5,268.5 + rot: 3.141592653589793 rad + pos: 71.5,239.5 parent: 2 - - uid: 4978 + - uid: 13143 components: - type: Transform - pos: 23.5,268.5 + rot: 3.141592653589793 rad + pos: 63.5,240.5 parent: 2 - - uid: 4979 + - uid: 13144 components: - type: Transform - pos: 24.5,268.5 + rot: 3.141592653589793 rad + pos: 62.5,240.5 parent: 2 - - uid: 4980 + - uid: 13145 components: - type: Transform - pos: 28.5,264.5 + rot: 3.141592653589793 rad + pos: 65.5,240.5 parent: 2 - - uid: 4981 + - uid: 13146 components: - type: Transform - pos: 24.5,267.5 + rot: 3.141592653589793 rad + pos: 64.5,240.5 parent: 2 - - uid: 4982 + - uid: 13147 components: - type: Transform - pos: 24.5,266.5 + rot: 3.141592653589793 rad + pos: 67.5,240.5 parent: 2 - - uid: 4983 + - uid: 13148 components: - type: Transform - pos: 24.5,265.5 + rot: 3.141592653589793 rad + pos: 66.5,240.5 parent: 2 - - uid: 4984 + - uid: 13149 components: - type: Transform - pos: 25.5,265.5 + rot: 3.141592653589793 rad + pos: 69.5,240.5 parent: 2 - - uid: 4985 + - uid: 13150 components: - type: Transform - pos: 26.5,265.5 + rot: 3.141592653589793 rad + pos: 68.5,240.5 parent: 2 - - uid: 4986 + - uid: 13151 components: - type: Transform - pos: 27.5,265.5 + rot: 3.141592653589793 rad + pos: 58.5,240.5 parent: 2 - - uid: 4987 + - uid: 13152 components: - type: Transform - pos: 28.5,265.5 + rot: 3.141592653589793 rad + pos: 70.5,240.5 parent: 2 - - uid: 4988 + - uid: 13153 components: - type: Transform - pos: 29.5,264.5 + rot: 3.141592653589793 rad + pos: 60.5,240.5 parent: 2 - - uid: 4989 + - uid: 13154 components: - type: Transform - pos: 29.5,263.5 + rot: 3.141592653589793 rad + pos: 59.5,240.5 parent: 2 - - uid: 4990 + - uid: 13155 components: - type: Transform - pos: 30.5,263.5 + rot: 3.141592653589793 rad + pos: 56.5,239.5 parent: 2 - - uid: 4991 + - uid: 13156 components: - type: Transform - pos: 31.5,263.5 + rot: 3.141592653589793 rad + pos: 61.5,240.5 parent: 2 - - uid: 4992 + - uid: 13157 components: - type: Transform - pos: 32.5,263.5 + rot: 3.141592653589793 rad + pos: 57.5,240.5 parent: 2 - - uid: 4993 + - uid: 13158 components: - type: Transform - pos: 33.5,263.5 + rot: 3.141592653589793 rad + pos: 56.5,240.5 parent: 2 - - uid: 4994 + - uid: 13159 components: - type: Transform - pos: 33.5,264.5 + rot: 3.141592653589793 rad + pos: 54.5,239.5 parent: 2 - - uid: 4995 + - uid: 13160 components: - type: Transform - pos: 34.5,264.5 + rot: 3.141592653589793 rad + pos: 52.5,239.5 parent: 2 - - uid: 4996 + - uid: 13161 components: - type: Transform - pos: 34.5,265.5 + rot: 3.141592653589793 rad + pos: 53.5,239.5 parent: 2 - - uid: 4997 + - uid: 13162 components: - type: Transform - pos: 35.5,265.5 + rot: 3.141592653589793 rad + pos: 55.5,239.5 parent: 2 - - uid: 4998 + - uid: 13163 components: - type: Transform - pos: 35.5,266.5 + rot: 3.141592653589793 rad + pos: 72.5,236.5 parent: 2 - - uid: 4999 + - uid: 13164 components: - type: Transform - pos: 35.5,267.5 + rot: 3.141592653589793 rad + pos: 73.5,236.5 parent: 2 - - uid: 5000 + - uid: 13165 components: - type: Transform - pos: 36.5,267.5 + rot: 3.141592653589793 rad + pos: 74.5,236.5 parent: 2 - - uid: 5001 + - uid: 13166 components: - type: Transform - pos: 36.5,268.5 + rot: 3.141592653589793 rad + pos: 75.5,236.5 parent: 2 - - uid: 5002 + - uid: 13167 components: - type: Transform - pos: 36.5,269.5 + rot: 3.141592653589793 rad + pos: 76.5,236.5 parent: 2 - - uid: 5003 + - uid: 13168 components: - type: Transform - pos: 36.5,270.5 + rot: 3.141592653589793 rad + pos: 77.5,236.5 parent: 2 - - uid: 5004 + - uid: 13169 components: - type: Transform - pos: 39.5,271.5 + rot: 3.141592653589793 rad + pos: 78.5,236.5 parent: 2 - - uid: 5005 + - uid: 13170 components: - type: Transform - pos: 37.5,270.5 + rot: 3.141592653589793 rad + pos: 79.5,236.5 parent: 2 - - uid: 5006 + - uid: 13171 components: - type: Transform - pos: 37.5,271.5 + rot: 3.141592653589793 rad + pos: 79.5,227.5 parent: 2 - - uid: 5007 + - uid: 13172 components: - type: Transform - pos: 38.5,272.5 + rot: 3.141592653589793 rad + pos: 79.5,234.5 parent: 2 - - uid: 5008 + - uid: 13173 components: - type: Transform - pos: 39.5,272.5 + rot: 3.141592653589793 rad + pos: 79.5,228.5 parent: 2 - - uid: 5009 + - uid: 13174 components: - type: Transform - pos: 38.5,271.5 + rot: 3.141592653589793 rad + pos: 79.5,235.5 parent: 2 - - uid: 5010 + - uid: 13175 components: - type: Transform - pos: 40.5,271.5 + rot: 3.141592653589793 rad + pos: 79.5,230.5 parent: 2 - - uid: 5011 + - uid: 13176 components: - type: Transform - pos: 41.5,271.5 + rot: 3.141592653589793 rad + pos: 79.5,229.5 parent: 2 - - uid: 5012 + - uid: 13177 components: - type: Transform - pos: 41.5,270.5 + rot: 3.141592653589793 rad + pos: 79.5,232.5 parent: 2 - - uid: 5013 + - uid: 13178 components: - type: Transform - pos: 42.5,270.5 + rot: 3.141592653589793 rad + pos: 79.5,231.5 parent: 2 - - uid: 5014 + - uid: 13179 components: - type: Transform - pos: 42.5,269.5 + rot: 3.141592653589793 rad + pos: 79.5,233.5 parent: 2 - - uid: 5015 + - uid: 13180 components: - type: Transform - pos: 43.5,268.5 + rot: 3.141592653589793 rad + pos: 86.5,228.5 parent: 2 - - uid: 5016 + - uid: 13181 components: - type: Transform - pos: 44.5,268.5 + rot: 3.141592653589793 rad + pos: 86.5,230.5 parent: 2 - - uid: 5017 + - uid: 13182 components: - type: Transform - pos: 42.5,268.5 + rot: 3.141592653589793 rad + pos: 86.5,229.5 parent: 2 - - uid: 5018 + - uid: 13183 components: - type: Transform - pos: 44.5,267.5 + rot: 3.141592653589793 rad + pos: 86.5,232.5 parent: 2 - - uid: 5019 + - uid: 13184 components: - type: Transform - pos: 45.5,267.5 + rot: 3.141592653589793 rad + pos: 86.5,231.5 parent: 2 - - uid: 5020 + - uid: 13185 components: - type: Transform - pos: 45.5,266.5 + rot: 3.141592653589793 rad + pos: 86.5,233.5 parent: 2 - - uid: 5021 + - uid: 13186 components: - type: Transform - pos: 46.5,266.5 + rot: 3.141592653589793 rad + pos: 86.5,234.5 parent: 2 - - uid: 5022 + - uid: 13187 components: - type: Transform - pos: 47.5,266.5 + rot: 3.141592653589793 rad + pos: 81.5,226.5 parent: 2 - - uid: 5023 + - uid: 13188 components: - type: Transform - pos: 48.5,266.5 + rot: 3.141592653589793 rad + pos: 80.5,226.5 parent: 2 - - uid: 5024 + - uid: 13189 components: - type: Transform - pos: 49.5,266.5 + rot: 3.141592653589793 rad + pos: 82.5,226.5 parent: 2 - - uid: 5025 + - uid: 13190 components: - type: Transform - pos: 57.5,264.5 + rot: 3.141592653589793 rad + pos: 84.5,226.5 parent: 2 - - uid: 5026 + - uid: 13191 components: - type: Transform - pos: 49.5,265.5 + rot: 3.141592653589793 rad + pos: 86.5,226.5 parent: 2 - - uid: 5027 + - uid: 13192 components: - type: Transform - pos: 50.5,265.5 + rot: 3.141592653589793 rad + pos: 83.5,226.5 parent: 2 - - uid: 5028 + - uid: 13193 components: - type: Transform - pos: 51.5,265.5 + rot: 3.141592653589793 rad + pos: 85.5,226.5 parent: 2 - - uid: 5029 + - uid: 13194 components: - type: Transform - pos: 52.5,265.5 + rot: 3.141592653589793 rad + pos: 87.5,234.5 parent: 2 - - uid: 5030 + - uid: 13195 components: - type: Transform - pos: 53.5,265.5 + rot: 3.141592653589793 rad + pos: 88.5,234.5 parent: 2 - - uid: 5031 + - uid: 13196 components: - type: Transform - pos: 54.5,265.5 + rot: 3.141592653589793 rad + pos: 89.5,234.5 parent: 2 - - uid: 5032 + - uid: 13197 components: - type: Transform - pos: 55.5,265.5 + rot: 3.141592653589793 rad + pos: 90.5,234.5 parent: 2 - - uid: 5033 + - uid: 13198 components: - type: Transform - pos: 56.5,265.5 + rot: 3.141592653589793 rad + pos: 91.5,234.5 parent: 2 - - uid: 5034 + - uid: 13199 components: - type: Transform - pos: 57.5,265.5 + rot: 3.141592653589793 rad + pos: 92.5,234.5 parent: 2 - - uid: 5035 + - uid: 13200 components: - type: Transform - pos: 58.5,264.5 + rot: 3.141592653589793 rad + pos: 93.5,234.5 parent: 2 - - uid: 5036 + - uid: 13201 components: - type: Transform - pos: 59.5,264.5 + rot: 3.141592653589793 rad + pos: 94.5,234.5 parent: 2 - - uid: 5037 + - uid: 13202 components: - type: Transform - pos: 60.5,264.5 + rot: 3.141592653589793 rad + pos: 95.5,234.5 parent: 2 - - uid: 5038 + - uid: 13203 components: - type: Transform - pos: 60.5,265.5 + rot: 3.141592653589793 rad + pos: 96.5,234.5 parent: 2 - - uid: 5039 + - uid: 13204 components: - type: Transform - pos: 61.5,265.5 + rot: 3.141592653589793 rad + pos: 97.5,236.5 parent: 2 - - uid: 5040 + - uid: 13205 components: - type: Transform - pos: 61.5,266.5 - parent: 2 - - uid: 5041 + rot: 3.141592653589793 rad + pos: 97.5,237.5 + parent: 2 + - uid: 13206 components: - type: Transform - pos: 62.5,266.5 + rot: 3.141592653589793 rad + pos: 97.5,238.5 parent: 2 - - uid: 5042 + - uid: 13207 components: - type: Transform - pos: 66.5,268.5 + rot: 3.141592653589793 rad + pos: 97.5,239.5 parent: 2 - - uid: 5043 + - uid: 13208 components: - type: Transform - pos: 62.5,267.5 + rot: 3.141592653589793 rad + pos: 97.5,240.5 parent: 2 - - uid: 5044 + - uid: 13209 components: - type: Transform - pos: 62.5,268.5 + rot: 3.141592653589793 rad + pos: 57.5,203.5 parent: 2 - - uid: 5045 + - uid: 13210 components: - type: Transform - pos: 63.5,269.5 + rot: 3.141592653589793 rad + pos: 56.5,204.5 parent: 2 - - uid: 5046 + - uid: 13211 components: - type: Transform - pos: 63.5,270.5 + rot: 3.141592653589793 rad + pos: 61.5,200.5 parent: 2 - - uid: 5047 + - uid: 13212 components: - type: Transform - pos: 64.5,269.5 + rot: 3.141592653589793 rad + pos: 56.5,203.5 parent: 2 - - uid: 5048 + - uid: 13213 components: - type: Transform - pos: 65.5,269.5 + rot: 3.141592653589793 rad + pos: 58.5,203.5 parent: 2 - - uid: 5049 + - uid: 13214 components: - type: Transform - pos: 65.5,268.5 + rot: 3.141592653589793 rad + pos: 59.5,203.5 parent: 2 - - uid: 5050 + - uid: 13215 components: - type: Transform - pos: 66.5,267.5 + rot: 3.141592653589793 rad + pos: 102.5,240.5 parent: 2 - - uid: 5051 + - uid: 13216 components: - type: Transform - pos: 66.5,266.5 + rot: 3.141592653589793 rad + pos: 102.5,239.5 parent: 2 - - uid: 5052 + - uid: 13217 components: - type: Transform - pos: 67.5,266.5 + rot: 3.141592653589793 rad + pos: 102.5,241.5 parent: 2 - - uid: 5053 + - uid: 13218 components: - type: Transform - pos: 67.5,264.5 + rot: 3.141592653589793 rad + pos: 86.5,182.5 parent: 2 - - uid: 5054 + - uid: 13219 components: - type: Transform - pos: 67.5,263.5 + rot: 3.141592653589793 rad + pos: 86.5,183.5 parent: 2 - - uid: 5055 + - uid: 13220 components: - type: Transform - pos: 68.5,263.5 + rot: 3.141592653589793 rad + pos: 86.5,184.5 parent: 2 - - uid: 5056 + - uid: 13221 components: - type: Transform - pos: 68.5,262.5 + rot: 3.141592653589793 rad + pos: 84.5,186.5 parent: 2 - - uid: 5057 + - uid: 13222 components: - type: Transform - pos: 68.5,261.5 + rot: 3.141592653589793 rad + pos: 85.5,186.5 parent: 2 - - uid: 5058 + - uid: 13223 components: - type: Transform - pos: 68.5,260.5 + rot: 3.141592653589793 rad + pos: 83.5,186.5 parent: 2 - - uid: 5059 + - uid: 13224 components: - type: Transform - pos: 68.5,259.5 + rot: 3.141592653589793 rad + pos: 81.5,186.5 parent: 2 - - uid: 5060 + - uid: 13225 components: - type: Transform - pos: 68.5,258.5 + rot: 3.141592653589793 rad + pos: 81.5,184.5 parent: 2 - - uid: 5061 + - uid: 13226 components: - type: Transform - pos: 68.5,257.5 + rot: 3.141592653589793 rad + pos: 79.5,185.5 parent: 2 - - uid: 5062 + - uid: 13227 components: - type: Transform - pos: 68.5,256.5 + rot: 3.141592653589793 rad + pos: 82.5,186.5 parent: 2 - - uid: 5063 + - uid: 13228 components: - type: Transform - pos: 69.5,256.5 + rot: 3.141592653589793 rad + pos: 86.5,186.5 parent: 2 - - uid: 5064 + - uid: 13229 components: - type: Transform - pos: 69.5,255.5 + rot: 3.141592653589793 rad + pos: 81.5,182.5 parent: 2 - - uid: 5065 + - uid: 13230 components: - type: Transform - pos: 69.5,254.5 + rot: 3.141592653589793 rad + pos: 81.5,181.5 parent: 2 - - uid: 5066 + - uid: 13231 components: - type: Transform - pos: 69.5,253.5 + rot: 3.141592653589793 rad + pos: 86.5,185.5 parent: 2 - - uid: 5067 + - uid: 13232 components: - type: Transform - pos: 69.5,252.5 + rot: 3.141592653589793 rad + pos: 102.5,242.5 parent: 2 - - uid: 5068 + - uid: 13267 components: - type: Transform - pos: 68.5,252.5 + rot: 3.141592653589793 rad + pos: 49.5,243.5 parent: 2 - - uid: 5069 + - uid: 13268 components: - type: Transform - pos: 68.5,251.5 + rot: 3.141592653589793 rad + pos: 49.5,249.5 parent: 2 - - uid: 5070 + - uid: 13269 components: - type: Transform - pos: 67.5,251.5 + rot: 3.141592653589793 rad + pos: 49.5,246.5 parent: 2 - - uid: 5071 + - uid: 13270 components: - type: Transform - pos: 67.5,250.5 + rot: 3.141592653589793 rad + pos: 49.5,245.5 parent: 2 - - uid: 5072 + - uid: 13271 components: - type: Transform - pos: 67.5,249.5 + rot: 3.141592653589793 rad + pos: 49.5,244.5 parent: 2 - - uid: 5073 + - uid: 13272 components: - type: Transform - pos: 68.5,249.5 + rot: 3.141592653589793 rad + pos: 49.5,242.5 parent: 2 - - uid: 5074 + - uid: 13273 components: - type: Transform - pos: 80.5,249.5 + rot: 3.141592653589793 rad + pos: 49.5,241.5 parent: 2 - - uid: 5075 + - uid: 13274 components: - type: Transform - pos: 68.5,248.5 + rot: 3.141592653589793 rad + pos: 49.5,248.5 parent: 2 - - uid: 5076 + - uid: 13275 components: - type: Transform - pos: 69.5,248.5 + rot: 3.141592653589793 rad + pos: 49.5,247.5 parent: 2 - - uid: 5077 + - uid: 13276 components: - type: Transform - pos: 69.5,247.5 + rot: 3.141592653589793 rad + pos: 81.5,203.5 parent: 2 - - uid: 5078 + - uid: 13277 components: - type: Transform - pos: 70.5,247.5 + rot: 3.141592653589793 rad + pos: 80.5,203.5 parent: 2 - - uid: 5079 + - uid: 13278 components: - type: Transform - pos: 71.5,247.5 + rot: 3.141592653589793 rad + pos: 82.5,203.5 parent: 2 - - uid: 5080 + - uid: 13280 components: - type: Transform - pos: 72.5,247.5 + rot: 3.141592653589793 rad + pos: 70.5,197.5 parent: 2 - - uid: 5081 + - uid: 13281 components: - type: Transform - pos: 73.5,247.5 + rot: 3.141592653589793 rad + pos: 65.5,202.5 parent: 2 - - uid: 5082 + - uid: 13282 components: - type: Transform - pos: 73.5,248.5 + rot: 3.141592653589793 rad + pos: 51.5,99.5 parent: 2 - - uid: 5083 + - uid: 13283 components: - type: Transform - pos: 74.5,248.5 + rot: 3.141592653589793 rad + pos: 60.5,93.5 parent: 2 - - uid: 5084 + - uid: 13284 components: - type: Transform - pos: 75.5,248.5 + rot: 3.141592653589793 rad + pos: 60.5,94.5 parent: 2 - - uid: 5085 + - uid: 13285 components: - type: Transform - pos: 76.5,248.5 + rot: 3.141592653589793 rad + pos: 60.5,96.5 parent: 2 - - uid: 5086 + - uid: 13286 components: - type: Transform - pos: 77.5,248.5 + rot: 3.141592653589793 rad + pos: 60.5,97.5 parent: 2 - - uid: 5087 + - uid: 13287 components: - type: Transform - pos: 78.5,248.5 + rot: 3.141592653589793 rad + pos: 59.5,97.5 parent: 2 - - uid: 5088 + - uid: 13288 components: - type: Transform - pos: 79.5,248.5 + rot: 3.141592653589793 rad + pos: 58.5,97.5 parent: 2 - - uid: 5089 + - uid: 13289 components: - type: Transform - pos: 79.5,249.5 + rot: 3.141592653589793 rad + pos: 57.5,97.5 parent: 2 - - uid: 5090 + - uid: 13290 components: - type: Transform - pos: 81.5,249.5 + rot: 3.141592653589793 rad + pos: 56.5,97.5 parent: 2 - - uid: 5091 + - uid: 13291 components: - type: Transform - pos: 81.5,248.5 + rot: 3.141592653589793 rad + pos: 55.5,97.5 parent: 2 - - uid: 5092 + - uid: 13292 components: - type: Transform - pos: 82.5,248.5 + rot: 3.141592653589793 rad + pos: 54.5,97.5 parent: 2 - - uid: 5093 + - uid: 13293 components: - type: Transform - pos: 83.5,248.5 + rot: 3.141592653589793 rad + pos: 54.5,96.5 parent: 2 - - uid: 5094 + - uid: 13294 components: - type: Transform - pos: 84.5,248.5 + rot: 3.141592653589793 rad + pos: 101.5,123.5 parent: 2 - - uid: 5095 + - uid: 13295 components: - type: Transform - pos: 85.5,248.5 + rot: 3.141592653589793 rad + pos: 101.5,121.5 parent: 2 - - uid: 5096 + - uid: 13296 components: - type: Transform - pos: 86.5,248.5 + rot: 3.141592653589793 rad + pos: 101.5,122.5 parent: 2 - - uid: 5097 + - uid: 13297 components: - type: Transform - pos: 87.5,248.5 + rot: 3.141592653589793 rad + pos: 88.5,120.5 parent: 2 - - uid: 5098 + - uid: 13298 components: - type: Transform - pos: 87.5,247.5 + rot: 3.141592653589793 rad + pos: 97.5,243.5 parent: 2 - - uid: 5099 + - uid: 13299 components: - type: Transform - pos: 88.5,247.5 + rot: 3.141592653589793 rad + pos: 64.5,229.5 parent: 2 - - uid: 5100 + - uid: 13300 components: - type: Transform - pos: 89.5,247.5 + rot: 3.141592653589793 rad + pos: 102.5,234.5 parent: 2 - - uid: 5101 + - uid: 13301 components: - type: Transform - pos: 90.5,246.5 + rot: 3.141592653589793 rad + pos: 97.5,242.5 parent: 2 - - uid: 5102 + - uid: 13302 components: - type: Transform - pos: 91.5,246.5 + rot: 3.141592653589793 rad + pos: 71.5,229.5 parent: 2 - - uid: 5103 + - uid: 13303 components: - type: Transform - pos: 91.5,245.5 + rot: 3.141592653589793 rad + pos: 62.5,229.5 parent: 2 - - uid: 5104 + - uid: 13304 components: - type: Transform - pos: 92.5,245.5 + rot: 3.141592653589793 rad + pos: 81.5,117.5 parent: 2 - - uid: 5105 + - uid: 13305 components: - type: Transform - pos: 93.5,245.5 + rot: 3.141592653589793 rad + pos: 97.5,241.5 parent: 2 - - uid: 5106 + - uid: 13306 components: - type: Transform - pos: 94.5,245.5 + rot: 3.141592653589793 rad + pos: 69.5,229.5 parent: 2 - - uid: 5107 + - uid: 13307 components: - type: Transform - pos: 95.5,245.5 + rot: 3.141592653589793 rad + pos: 66.5,229.5 parent: 2 - - uid: 5108 + - uid: 13308 components: - type: Transform - pos: 95.5,244.5 + rot: 3.141592653589793 rad + pos: 72.5,229.5 parent: 2 - - uid: 5109 + - uid: 13309 components: - type: Transform - pos: 95.5,243.5 + rot: 3.141592653589793 rad + pos: 65.5,229.5 parent: 2 - - uid: 5110 + - uid: 13310 components: - type: Transform - pos: 55.5,253.5 + rot: 3.141592653589793 rad + pos: 67.5,229.5 parent: 2 - - uid: 5111 + - uid: 13311 components: - type: Transform - pos: 85.5,125.5 + rot: 3.141592653589793 rad + pos: 68.5,229.5 parent: 2 - - uid: 5112 + - uid: 13312 components: - type: Transform - pos: 86.5,125.5 + rot: 3.141592653589793 rad + pos: 63.5,229.5 parent: 2 - - uid: 5113 + - uid: 13313 components: - type: Transform - pos: 103.5,236.5 + rot: 3.141592653589793 rad + pos: 70.5,229.5 parent: 2 - - uid: 5114 + - uid: 13314 components: - type: Transform - pos: 103.5,238.5 + rot: 3.141592653589793 rad + pos: 73.5,229.5 parent: 2 - - uid: 5115 + - uid: 13315 components: - type: Transform - pos: 59.5,160.5 + rot: 3.141592653589793 rad + pos: 74.5,229.5 parent: 2 - - uid: 5116 + - uid: 13316 components: - type: Transform - pos: 59.5,161.5 + rot: 3.141592653589793 rad + pos: 75.5,229.5 parent: 2 - - uid: 5117 + - uid: 13317 components: - type: Transform - pos: 59.5,171.5 + rot: 3.141592653589793 rad + pos: 75.5,230.5 parent: 2 - - uid: 5118 + - uid: 13318 components: - type: Transform - pos: 59.5,172.5 + rot: 3.141592653589793 rad + pos: 75.5,231.5 parent: 2 - - uid: 5119 + - uid: 13319 components: - type: Transform - pos: 59.5,166.5 + rot: 3.141592653589793 rad + pos: 75.5,232.5 parent: 2 - - uid: 5120 + - uid: 13320 components: - type: Transform - pos: 59.5,167.5 + rot: 3.141592653589793 rad + pos: 74.5,232.5 parent: 2 - - uid: 5121 + - uid: 13321 components: - type: Transform - pos: 59.5,170.5 + rot: 3.141592653589793 rad + pos: 73.5,232.5 parent: 2 - - uid: 5122 + - uid: 13322 components: - type: Transform - pos: 59.5,168.5 + rot: 3.141592653589793 rad + pos: 72.5,232.5 parent: 2 - - uid: 5123 + - uid: 13323 components: - type: Transform - pos: 59.5,169.5 + rot: 3.141592653589793 rad + pos: 71.5,232.5 parent: 2 - - uid: 5124 + - uid: 13324 components: - type: Transform - pos: 59.5,163.5 + rot: 3.141592653589793 rad + pos: 70.5,232.5 parent: 2 - - uid: 5125 + - uid: 13325 components: - type: Transform - pos: 59.5,162.5 + rot: 3.141592653589793 rad + pos: 69.5,232.5 parent: 2 - - uid: 5126 + - uid: 13326 components: - type: Transform - pos: 59.5,165.5 + rot: 3.141592653589793 rad + pos: 68.5,232.5 parent: 2 - - uid: 5127 + - uid: 13327 components: - type: Transform - pos: 59.5,164.5 + rot: 3.141592653589793 rad + pos: 67.5,232.5 parent: 2 - - uid: 5128 + - uid: 13328 components: - type: Transform - pos: 57.5,159.5 + rot: 3.141592653589793 rad + pos: 67.5,233.5 parent: 2 - - uid: 5129 + - uid: 13329 components: - type: Transform - pos: 58.5,159.5 + rot: 3.141592653589793 rad + pos: 67.5,234.5 parent: 2 - - uid: 5130 + - uid: 13330 components: - type: Transform - pos: 59.5,159.5 + rot: 3.141592653589793 rad + pos: 67.5,235.5 parent: 2 - - uid: 5131 + - uid: 13331 components: - type: Transform - pos: 59.5,173.5 + rot: 3.141592653589793 rad + pos: 67.5,236.5 parent: 2 - - uid: 5132 + - uid: 13332 components: - type: Transform - pos: 59.5,175.5 + rot: 3.141592653589793 rad + pos: 66.5,236.5 parent: 2 - - uid: 5133 + - uid: 13333 components: - type: Transform - pos: 59.5,174.5 + rot: 3.141592653589793 rad + pos: 65.5,236.5 parent: 2 - - uid: 5134 + - uid: 13334 components: - type: Transform - pos: 56.5,159.5 + rot: 3.141592653589793 rad + pos: 64.5,236.5 parent: 2 - - uid: 5135 + - uid: 13335 components: - type: Transform - pos: 51.5,214.5 + rot: 3.141592653589793 rad + pos: 63.5,236.5 parent: 2 - - uid: 5136 + - uid: 13336 components: - type: Transform - pos: 51.5,213.5 + rot: 3.141592653589793 rad + pos: 62.5,236.5 parent: 2 - - uid: 5137 + - uid: 13337 components: - type: Transform - pos: 51.5,212.5 + rot: 3.141592653589793 rad + pos: 61.5,236.5 parent: 2 - - uid: 5138 + - uid: 13338 components: - type: Transform - pos: 51.5,210.5 + rot: 3.141592653589793 rad + pos: 60.5,236.5 parent: 2 - - uid: 5139 + - uid: 13339 components: - type: Transform - pos: 51.5,211.5 + rot: 3.141592653589793 rad + pos: 60.5,235.5 parent: 2 - - uid: 5140 + - uid: 13340 components: - type: Transform - pos: 55.5,252.5 + rot: 3.141592653589793 rad + pos: 59.5,235.5 parent: 2 - - uid: 5141 + - uid: 13341 components: - type: Transform - pos: 55.5,248.5 + rot: 3.141592653589793 rad + pos: 58.5,235.5 parent: 2 - - uid: 5142 + - uid: 13342 components: - type: Transform - pos: 55.5,250.5 - parent: 2 - - uid: 5143 + rot: 3.141592653589793 rad + pos: 57.5,235.5 + parent: 2 + - uid: 13343 components: - type: Transform - pos: 55.5,251.5 + rot: 3.141592653589793 rad + pos: 56.5,235.5 parent: 2 - - uid: 5144 + - uid: 13344 components: - type: Transform - pos: 55.5,249.5 + rot: 3.141592653589793 rad + pos: 55.5,235.5 parent: 2 - - uid: 5145 + - uid: 13345 components: - type: Transform - pos: 55.5,256.5 + rot: 3.141592653589793 rad + pos: 54.5,235.5 parent: 2 - - uid: 5146 + - uid: 13346 components: - type: Transform - pos: 55.5,258.5 + rot: 3.141592653589793 rad + pos: 54.5,234.5 parent: 2 - - uid: 5147 + - uid: 13347 components: - type: Transform - pos: 55.5,254.5 + rot: 3.141592653589793 rad + pos: 54.5,233.5 parent: 2 - - uid: 5148 + - uid: 13348 components: - type: Transform - pos: 55.5,257.5 + rot: 3.141592653589793 rad + pos: 55.5,233.5 parent: 2 - - uid: 5149 + - uid: 13349 components: - type: Transform - pos: 55.5,255.5 + rot: 3.141592653589793 rad + pos: 56.5,233.5 parent: 2 - - uid: 5150 + - uid: 13350 components: - type: Transform - pos: 55.5,262.5 + rot: 3.141592653589793 rad + pos: 57.5,233.5 parent: 2 - - uid: 5151 + - uid: 13351 components: - type: Transform - pos: 55.5,260.5 + rot: 3.141592653589793 rad + pos: 58.5,233.5 parent: 2 - - uid: 5152 + - uid: 13352 components: - type: Transform - pos: 55.5,261.5 + rot: 3.141592653589793 rad + pos: 59.5,233.5 parent: 2 - - uid: 5153 + - uid: 13353 components: - type: Transform - pos: 55.5,259.5 + rot: 3.141592653589793 rad + pos: 60.5,233.5 parent: 2 - - uid: 5154 + - uid: 13354 components: - type: Transform - pos: 55.5,247.5 + rot: 3.141592653589793 rad + pos: 61.5,233.5 parent: 2 - - uid: 5155 + - uid: 13355 components: - type: Transform - pos: 56.5,247.5 + rot: 3.141592653589793 rad + pos: 62.5,233.5 parent: 2 - - uid: 5156 + - uid: 13356 components: - type: Transform - pos: 57.5,247.5 + rot: 3.141592653589793 rad + pos: 62.5,232.5 parent: 2 - - uid: 5157 + - uid: 13357 components: - type: Transform - pos: 58.5,247.5 + rot: 3.141592653589793 rad + pos: 62.5,231.5 parent: 2 - - uid: 5158 + - uid: 13358 components: - type: Transform - pos: 60.5,247.5 + rot: 3.141592653589793 rad + pos: 62.5,230.5 parent: 2 - - uid: 5159 + - uid: 13359 components: - type: Transform - pos: 59.5,247.5 + rot: 3.141592653589793 rad + pos: 59.5,212.5 parent: 2 - - uid: 5160 + - uid: 13360 components: - type: Transform - pos: 61.5,247.5 + rot: 3.141592653589793 rad + pos: 56.5,207.5 parent: 2 - - uid: 5161 + - uid: 13361 components: - type: Transform - pos: 62.5,247.5 + rot: 3.141592653589793 rad + pos: 57.5,208.5 parent: 2 - - uid: 5162 + - uid: 13362 components: - type: Transform - pos: 63.5,247.5 + rot: 3.141592653589793 rad + pos: 56.5,208.5 parent: 2 - - uid: 5163 + - uid: 13363 components: - type: Transform - pos: 64.5,247.5 + rot: 3.141592653589793 rad + pos: 58.5,210.5 parent: 2 - - uid: 5164 + - uid: 13364 components: - type: Transform - pos: 67.5,247.5 + rot: 3.141592653589793 rad + pos: 58.5,212.5 parent: 2 - - uid: 5165 + - uid: 13365 components: - type: Transform - pos: 68.5,247.5 + rot: 3.141592653589793 rad + pos: 58.5,208.5 parent: 2 - - uid: 5166 + - uid: 13366 components: - type: Transform - pos: 65.5,247.5 + rot: 3.141592653589793 rad + pos: 58.5,209.5 parent: 2 - - uid: 5167 + - uid: 13367 components: - type: Transform - pos: 66.5,247.5 + rot: 3.141592653589793 rad + pos: 58.5,211.5 parent: 2 - - uid: 5168 + - uid: 13368 components: - type: Transform - pos: 97.5,234.5 + rot: 3.141592653589793 rad + pos: 70.5,189.5 parent: 2 - - uid: 5169 + - uid: 13369 components: - type: Transform - pos: 102.5,228.5 + rot: 3.141592653589793 rad + pos: 70.5,188.5 parent: 2 - - uid: 5170 + - uid: 13370 components: - type: Transform - pos: 101.5,228.5 + rot: 3.141592653589793 rad + pos: 70.5,186.5 parent: 2 - - uid: 5171 + - uid: 13371 components: - type: Transform - pos: 99.5,228.5 + rot: 3.141592653589793 rad + pos: 70.5,187.5 parent: 2 - - uid: 5172 + - uid: 13372 components: - type: Transform - pos: 100.5,228.5 + rot: 3.141592653589793 rad + pos: 70.5,190.5 parent: 2 - - uid: 5173 + - uid: 13373 components: - type: Transform - pos: 98.5,228.5 + rot: 3.141592653589793 rad + pos: 69.5,186.5 parent: 2 - - uid: 5174 + - uid: 13374 components: - type: Transform - pos: 97.5,229.5 + rot: 3.141592653589793 rad + pos: 69.5,190.5 parent: 2 - - uid: 5175 + - uid: 13375 components: - type: Transform - pos: 97.5,228.5 + rot: 3.141592653589793 rad + pos: 57.5,186.5 parent: 2 - - uid: 5176 + - uid: 13376 components: - type: Transform - pos: 116.5,239.5 + rot: 3.141592653589793 rad + pos: 58.5,186.5 parent: 2 - - uid: 5177 + - uid: 13377 components: - type: Transform - pos: 53.5,262.5 + rot: 3.141592653589793 rad + pos: 59.5,186.5 parent: 2 - - uid: 5178 + - uid: 13378 components: - type: Transform - pos: 46.5,262.5 + rot: 3.141592653589793 rad + pos: 64.5,189.5 parent: 2 - - uid: 5179 + - uid: 13379 components: - type: Transform - pos: 44.5,262.5 + rot: 3.141592653589793 rad + pos: 60.5,192.5 parent: 2 - - uid: 5180 + - uid: 13380 components: - type: Transform - pos: 45.5,262.5 + rot: 3.141592653589793 rad + pos: 60.5,189.5 parent: 2 - - uid: 5181 + - uid: 13381 components: - type: Transform - pos: 43.5,262.5 + rot: 3.141592653589793 rad + pos: 56.5,194.5 parent: 2 - - uid: 5182 + - uid: 13382 components: - type: Transform - pos: 47.5,262.5 + rot: 3.141592653589793 rad + pos: 53.5,192.5 parent: 2 - - uid: 5183 + - uid: 13383 components: - type: Transform - pos: 54.5,262.5 + rot: 3.141592653589793 rad + pos: 60.5,193.5 parent: 2 - - uid: 5184 + - uid: 13384 components: - type: Transform - pos: 52.5,262.5 + rot: 3.141592653589793 rad + pos: 59.5,194.5 parent: 2 - - uid: 5185 + - uid: 13385 components: - type: Transform - pos: 51.5,262.5 + rot: 3.141592653589793 rad + pos: 53.5,193.5 parent: 2 - - uid: 5186 + - uid: 13386 components: - type: Transform - pos: 50.5,262.5 + rot: 3.141592653589793 rad + pos: 54.5,194.5 parent: 2 - - uid: 5187 + - uid: 13387 components: - type: Transform - pos: 48.5,262.5 + rot: 3.141592653589793 rad + pos: 58.5,194.5 parent: 2 - - uid: 5188 + - uid: 13388 components: - type: Transform - pos: 49.5,262.5 + rot: 3.141592653589793 rad + pos: 60.5,194.5 parent: 2 - - uid: 5189 + - uid: 13389 components: - type: Transform - pos: 42.5,262.5 + rot: 3.141592653589793 rad + pos: 55.5,194.5 parent: 2 - - uid: 5190 + - uid: 13390 components: - type: Transform - pos: 41.5,262.5 + rot: 3.141592653589793 rad + pos: 53.5,194.5 parent: 2 - - uid: 5191 + - uid: 13391 components: - type: Transform - pos: 40.5,262.5 + rot: 3.141592653589793 rad + pos: 57.5,194.5 parent: 2 - - uid: 5192 + - uid: 13392 components: - type: Transform - pos: 39.5,258.5 + rot: 3.141592653589793 rad + pos: 63.5,191.5 parent: 2 - - uid: 5193 + - uid: 13393 components: - type: Transform - pos: 39.5,260.5 + rot: 3.141592653589793 rad + pos: 61.5,186.5 parent: 2 - - uid: 5194 + - uid: 13394 components: - type: Transform - pos: 39.5,261.5 + rot: 3.141592653589793 rad + pos: 62.5,186.5 parent: 2 - - uid: 5195 + - uid: 13395 components: - type: Transform - pos: 39.5,262.5 + rot: 3.141592653589793 rad + pos: 60.5,187.5 parent: 2 - - uid: 5196 + - uid: 13396 components: - type: Transform - pos: 39.5,259.5 + rot: 3.141592653589793 rad + pos: 63.5,186.5 parent: 2 - - uid: 5197 + - uid: 13397 components: - type: Transform - pos: 39.5,257.5 + rot: 3.141592653589793 rad + pos: 64.5,186.5 parent: 2 - - uid: 5198 + - uid: 13398 components: - type: Transform - pos: 39.5,256.5 + rot: 3.141592653589793 rad + pos: 60.5,191.5 parent: 2 - - uid: 5199 + - uid: 13399 components: - type: Transform - pos: 39.5,242.5 + rot: 3.141592653589793 rad + pos: 65.5,186.5 parent: 2 - - uid: 5200 + - uid: 13400 components: - type: Transform - pos: 39.5,255.5 + rot: 3.141592653589793 rad + pos: 62.5,191.5 parent: 2 - - uid: 5201 + - uid: 13401 components: - type: Transform - pos: 39.5,253.5 + rot: 3.141592653589793 rad + pos: 66.5,188.5 parent: 2 - - uid: 5202 + - uid: 13402 components: - type: Transform - pos: 39.5,254.5 + rot: 3.141592653589793 rad + pos: 65.5,191.5 parent: 2 - - uid: 5203 + - uid: 13403 components: - type: Transform - pos: 39.5,239.5 + rot: 3.141592653589793 rad + pos: 66.5,186.5 parent: 2 - - uid: 5204 + - uid: 13404 components: - type: Transform - pos: 39.5,252.5 + rot: 3.141592653589793 rad + pos: 64.5,188.5 parent: 2 - - uid: 5205 + - uid: 13405 components: - type: Transform - pos: 39.5,240.5 + rot: 3.141592653589793 rad + pos: 68.5,190.5 parent: 2 - - uid: 5206 + - uid: 13406 components: - type: Transform - pos: 39.5,241.5 + rot: 3.141592653589793 rad + pos: 67.5,186.5 parent: 2 - - uid: 5207 + - uid: 13407 components: - type: Transform - pos: 41.5,238.5 + rot: 3.141592653589793 rad + pos: 67.5,190.5 parent: 2 - - uid: 5208 + - uid: 13408 components: - type: Transform - pos: 40.5,238.5 + rot: 3.141592653589793 rad + pos: 68.5,186.5 parent: 2 - - uid: 5209 + - uid: 13409 components: - type: Transform - pos: 39.5,248.5 + rot: 3.141592653589793 rad + pos: 61.5,191.5 parent: 2 - - uid: 5210 + - uid: 13410 components: - type: Transform - pos: 39.5,249.5 + rot: 3.141592653589793 rad + pos: 66.5,190.5 parent: 2 - - uid: 5211 + - uid: 13411 components: - type: Transform - pos: 39.5,245.5 + rot: 3.141592653589793 rad + pos: 65.5,188.5 parent: 2 - - uid: 5212 + - uid: 13412 components: - type: Transform - pos: 39.5,247.5 + rot: 3.141592653589793 rad + pos: 66.5,191.5 parent: 2 - - uid: 5213 + - uid: 13413 components: - type: Transform - pos: 39.5,243.5 + rot: 3.141592653589793 rad + pos: 70.5,152.5 parent: 2 - - uid: 5214 + - uid: 13414 components: - type: Transform - pos: 39.5,244.5 + rot: 3.141592653589793 rad + pos: 70.5,153.5 parent: 2 - - uid: 5215 + - uid: 13415 components: - type: Transform - pos: 39.5,251.5 + rot: 3.141592653589793 rad + pos: 68.5,168.5 parent: 2 - - uid: 5216 + - uid: 13416 components: - type: Transform - pos: 39.5,246.5 + rot: 3.141592653589793 rad + pos: 65.5,155.5 parent: 2 - - uid: 5217 + - uid: 13417 components: - type: Transform - pos: 39.5,250.5 + rot: 3.141592653589793 rad + pos: 65.5,156.5 parent: 2 - - uid: 5218 + - uid: 13418 components: - type: Transform - pos: 36.5,238.5 + rot: 3.141592653589793 rad + pos: 66.5,156.5 parent: 2 - - uid: 5219 + - uid: 13419 components: - type: Transform - pos: 35.5,238.5 + rot: 3.141592653589793 rad + pos: 70.5,156.5 parent: 2 - - uid: 5220 + - uid: 13420 components: - type: Transform - pos: 38.5,238.5 + rot: 3.141592653589793 rad + pos: 70.5,155.5 parent: 2 - - uid: 5221 + - uid: 13421 components: - type: Transform - pos: 39.5,238.5 + rot: 3.141592653589793 rad + pos: 66.5,157.5 parent: 2 - - uid: 5222 + - uid: 13422 components: - type: Transform - pos: 37.5,238.5 + rot: 3.141592653589793 rad + pos: 66.5,159.5 parent: 2 - - uid: 5223 + - uid: 13423 components: - type: Transform - pos: 34.5,238.5 + rot: 3.141592653589793 rad + pos: 68.5,167.5 parent: 2 - - uid: 5224 + - uid: 13424 components: - type: Transform - pos: 33.5,238.5 + rot: 3.141592653589793 rad + pos: 66.5,160.5 parent: 2 - - uid: 5225 + - uid: 13425 components: - type: Transform - pos: 32.5,238.5 + rot: 3.141592653589793 rad + pos: 67.5,160.5 parent: 2 - - uid: 5226 + - uid: 13426 components: - type: Transform - pos: 114.5,239.5 + rot: 3.141592653589793 rad + pos: 71.5,160.5 parent: 2 - - uid: 5227 + - uid: 13427 components: - type: Transform - pos: 114.5,240.5 + rot: 3.141592653589793 rad + pos: 67.5,163.5 parent: 2 - - uid: 5228 + - uid: 13428 components: - type: Transform - pos: 115.5,239.5 + rot: 3.141592653589793 rad + pos: 68.5,164.5 parent: 2 - - uid: 5229 + - uid: 13429 components: - type: Transform - pos: 68.5,66.5 + rot: 3.141592653589793 rad + pos: 67.5,164.5 parent: 2 - - uid: 5230 + - uid: 13430 components: - type: Transform - pos: 68.5,72.5 + rot: 3.141592653589793 rad + pos: 68.5,165.5 parent: 2 - - uid: 5231 + - uid: 13431 components: - type: Transform - pos: 68.5,71.5 + rot: 3.141592653589793 rad + pos: 68.5,166.5 parent: 2 - - uid: 5232 + - uid: 13432 components: - type: Transform - pos: 68.5,70.5 + rot: 3.141592653589793 rad + pos: 65.5,152.5 parent: 2 - - uid: 5233 + - uid: 13433 components: - type: Transform - pos: 68.5,67.5 + rot: 3.141592653589793 rad + pos: 65.5,153.5 parent: 2 - - uid: 5234 + - uid: 13434 components: - type: Transform - pos: 68.5,65.5 + rot: 3.141592653589793 rad + pos: 71.5,156.5 parent: 2 - - uid: 5235 + - uid: 13435 components: - type: Transform - pos: 68.5,68.5 + rot: 3.141592653589793 rad + pos: 71.5,159.5 parent: 2 - - uid: 5236 + - uid: 13436 components: - type: Transform - pos: 68.5,69.5 + rot: 3.141592653589793 rad + pos: 66.5,158.5 parent: 2 - - uid: 5237 + - uid: 13437 components: - type: Transform - pos: 52.5,198.5 + rot: 3.141592653589793 rad + pos: 67.5,161.5 parent: 2 - - uid: 5238 + - uid: 13438 components: - type: Transform - pos: 30.5,230.5 + rot: 3.141592653589793 rad + pos: 67.5,162.5 parent: 2 - - uid: 5239 + - uid: 13439 components: - type: Transform - pos: 30.5,231.5 + rot: 3.141592653589793 rad + pos: 72.5,164.5 parent: 2 - - uid: 5240 + - uid: 13440 components: - type: Transform - pos: 52.5,199.5 + rot: 3.141592653589793 rad + pos: 65.5,154.5 parent: 2 - - uid: 5241 + - uid: 13441 components: - type: Transform - pos: 30.5,238.5 + rot: 3.141592653589793 rad + pos: 70.5,154.5 parent: 2 - - uid: 5242 + - uid: 13442 components: - type: Transform - pos: 30.5,229.5 + rot: 3.141592653589793 rad + pos: 71.5,157.5 parent: 2 - - uid: 5243 + - uid: 13443 components: - type: Transform - pos: 52.5,197.5 + rot: 3.141592653589793 rad + pos: 71.5,158.5 parent: 2 - - uid: 5244 + - uid: 13444 components: - type: Transform - pos: 51.5,197.5 - parent: 2 - - uid: 5245 + rot: 3.141592653589793 rad + pos: 69.5,152.5 + parent: 2 + - uid: 13445 components: - type: Transform - pos: 50.5,197.5 + rot: 3.141592653589793 rad + pos: 69.5,151.5 parent: 2 - - uid: 5246 + - uid: 13446 components: - type: Transform - pos: 52.5,205.5 + rot: 3.141592653589793 rad + pos: 98.5,64.5 parent: 2 - - uid: 5247 + - uid: 13447 components: - type: Transform - pos: 52.5,201.5 + rot: 3.141592653589793 rad + pos: 85.5,64.5 parent: 2 - - uid: 5248 + - uid: 13448 components: - type: Transform - pos: 52.5,203.5 + rot: 3.141592653589793 rad + pos: 91.5,54.5 parent: 2 - - uid: 5249 + - uid: 13449 components: - type: Transform - pos: 52.5,204.5 + rot: 3.141592653589793 rad + pos: 101.5,63.5 parent: 2 - - uid: 5250 + - uid: 13450 components: - type: Transform - pos: 52.5,202.5 + rot: 3.141592653589793 rad + pos: 90.5,59.5 parent: 2 - - uid: 5251 + - uid: 13451 components: - type: Transform - pos: 52.5,200.5 + rot: 3.141592653589793 rad + pos: 90.5,55.5 parent: 2 - - uid: 5252 + - uid: 13452 components: - type: Transform - pos: 85.5,156.5 + rot: 3.141592653589793 rad + pos: 97.5,59.5 parent: 2 - - uid: 5253 + - uid: 13453 components: - type: Transform - pos: 85.5,155.5 + rot: 3.141592653589793 rad + pos: 97.5,55.5 parent: 2 - - uid: 5254 + - uid: 13454 components: - type: Transform - pos: 85.5,154.5 + rot: 3.141592653589793 rad + pos: 94.5,49.5 parent: 2 - - uid: 5255 + - uid: 13455 components: - type: Transform - pos: 85.5,152.5 + rot: 3.141592653589793 rad + pos: 96.5,55.5 parent: 2 - - uid: 5256 + - uid: 13456 components: - type: Transform - pos: 85.5,153.5 + rot: 3.141592653589793 rad + pos: 96.5,54.5 parent: 2 - - uid: 5257 + - uid: 13457 components: - type: Transform - pos: 85.5,151.5 + rot: 3.141592653589793 rad + pos: 96.5,59.5 parent: 2 - - uid: 5258 + - uid: 13458 components: - type: Transform - pos: 97.5,235.5 + rot: 3.141592653589793 rad + pos: 96.5,60.5 parent: 2 - - uid: 5259 + - uid: 13459 components: - type: Transform - pos: 30.5,236.5 + rot: 3.141592653589793 rad + pos: 91.5,59.5 parent: 2 - - uid: 5260 + - uid: 13460 components: - type: Transform - pos: 30.5,237.5 + rot: 3.141592653589793 rad + pos: 97.5,50.5 parent: 2 - - uid: 5261 + - uid: 13461 components: - type: Transform - pos: 30.5,235.5 + rot: 3.141592653589793 rad + pos: 91.5,60.5 parent: 2 - - uid: 5262 + - uid: 13462 components: - type: Transform - pos: 30.5,232.5 + rot: 3.141592653589793 rad + pos: 91.5,55.5 parent: 2 - - uid: 5263 + - uid: 13463 components: - type: Transform - pos: 30.5,233.5 + rot: 3.141592653589793 rad + pos: 98.5,50.5 parent: 2 - - uid: 5264 + - uid: 13464 components: - type: Transform - pos: 30.5,234.5 + rot: 3.141592653589793 rad + pos: 95.5,50.5 parent: 2 - - uid: 5265 + - uid: 13465 components: - type: Transform - pos: 68.5,63.5 + rot: 3.141592653589793 rad + pos: 96.5,50.5 parent: 2 - - uid: 5266 + - uid: 13466 components: - type: Transform - pos: 68.5,62.5 + rot: 3.141592653589793 rad + pos: 85.5,56.5 parent: 2 - - uid: 5267 + - uid: 13467 components: - type: Transform - pos: 68.5,61.5 + rot: 3.141592653589793 rad + pos: 85.5,51.5 parent: 2 - - uid: 5268 + - uid: 13468 components: - type: Transform - pos: 68.5,64.5 + rot: 3.141592653589793 rad + pos: 101.5,50.5 parent: 2 - - uid: 5269 + - uid: 13469 components: - type: Transform - pos: 30.5,221.5 + rot: 3.141592653589793 rad + pos: 85.5,54.5 parent: 2 - - uid: 5270 + - uid: 13470 components: - type: Transform - pos: 30.5,222.5 + rot: 3.141592653589793 rad + pos: 85.5,55.5 parent: 2 - - uid: 5271 + - uid: 13471 components: - type: Transform - pos: 30.5,223.5 + rot: 3.141592653589793 rad + pos: 99.5,50.5 parent: 2 - - uid: 5272 + - uid: 13472 components: - type: Transform - pos: 30.5,224.5 + rot: 3.141592653589793 rad + pos: 85.5,52.5 parent: 2 - - uid: 5273 + - uid: 13473 components: - type: Transform - pos: 30.5,220.5 + rot: 3.141592653589793 rad + pos: 85.5,53.5 parent: 2 - - uid: 5274 + - uid: 13474 components: - type: Transform - pos: 30.5,228.5 + rot: 3.141592653589793 rad + pos: 100.5,50.5 parent: 2 - - uid: 5275 + - uid: 13475 components: - type: Transform - pos: 30.5,226.5 + rot: 3.141592653589793 rad + pos: 92.5,65.5 parent: 2 - - uid: 5276 + - uid: 13476 components: - type: Transform - pos: 31.5,220.5 + rot: 3.141592653589793 rad + pos: 93.5,65.5 parent: 2 - - uid: 5277 + - uid: 13477 components: - type: Transform - pos: 32.5,220.5 + rot: 3.141592653589793 rad + pos: 101.5,51.5 parent: 2 - - uid: 5278 + - uid: 13478 components: - type: Transform - pos: 36.5,220.5 + rot: 3.141592653589793 rad + pos: 90.5,65.5 parent: 2 - - uid: 5279 + - uid: 13479 components: - type: Transform - pos: 38.5,220.5 + rot: 3.141592653589793 rad + pos: 91.5,65.5 parent: 2 - - uid: 5280 + - uid: 13480 components: - type: Transform - pos: 37.5,220.5 + rot: 3.141592653589793 rad + pos: 88.5,65.5 parent: 2 - - uid: 5281 + - uid: 13481 components: - type: Transform - pos: 34.5,220.5 + rot: 3.141592653589793 rad + pos: 89.5,65.5 parent: 2 - - uid: 5282 + - uid: 13482 components: - type: Transform - pos: 39.5,220.5 + rot: 3.141592653589793 rad + pos: 86.5,51.5 parent: 2 - - uid: 5283 + - uid: 13483 components: - type: Transform - pos: 35.5,220.5 + rot: 3.141592653589793 rad + pos: 86.5,65.5 parent: 2 - - uid: 5284 + - uid: 13484 components: - type: Transform - pos: 33.5,220.5 + rot: 3.141592653589793 rad + pos: 87.5,65.5 parent: 2 - - uid: 5285 + - uid: 13485 components: - type: Transform - pos: 30.5,227.5 + rot: 3.141592653589793 rad + pos: 102.5,57.5 parent: 2 - - uid: 5286 + - uid: 13486 components: - type: Transform - pos: 30.5,225.5 + rot: 3.141592653589793 rad + pos: 102.5,51.5 parent: 2 - - uid: 5287 + - uid: 13487 components: - type: Transform - pos: 51.5,218.5 + rot: 3.141592653589793 rad + pos: 85.5,65.5 parent: 2 - - uid: 5288 + - uid: 13488 components: - type: Transform - pos: 51.5,219.5 + rot: 3.141592653589793 rad + pos: 98.5,65.5 parent: 2 - - uid: 5289 + - uid: 13489 components: - type: Transform - pos: 51.5,217.5 + rot: 3.141592653589793 rad + pos: 102.5,58.5 parent: 2 - - uid: 5290 + - uid: 13490 components: - type: Transform - pos: 47.5,219.5 + rot: 3.141592653589793 rad + pos: 102.5,52.5 parent: 2 - - uid: 5291 + - uid: 13491 components: - type: Transform - pos: 49.5,219.5 + rot: 3.141592653589793 rad + pos: 97.5,65.5 parent: 2 - - uid: 5292 + - uid: 13492 components: - type: Transform - pos: 48.5,219.5 + rot: 3.141592653589793 rad + pos: 102.5,59.5 parent: 2 - - uid: 5293 + - uid: 13493 components: - type: Transform - pos: 50.5,219.5 + rot: 3.141592653589793 rad + pos: 102.5,54.5 parent: 2 - - uid: 5294 + - uid: 13494 components: - type: Transform - pos: 51.5,216.5 + rot: 3.141592653589793 rad + pos: 102.5,53.5 parent: 2 - - uid: 5295 + - uid: 13495 components: - type: Transform - pos: 82.5,238.5 + rot: 3.141592653589793 rad + pos: 96.5,65.5 parent: 2 - - uid: 5296 + - uid: 13496 components: - type: Transform - pos: 82.5,239.5 + rot: 3.141592653589793 rad + pos: 102.5,60.5 parent: 2 - - uid: 5297 + - uid: 13497 components: - type: Transform - pos: 82.5,240.5 + rot: 3.141592653589793 rad + pos: 102.5,56.5 parent: 2 - - uid: 5298 + - uid: 13498 components: - type: Transform - pos: 82.5,242.5 + rot: 3.141592653589793 rad + pos: 102.5,55.5 parent: 2 - - uid: 5299 + - uid: 13499 components: - type: Transform - pos: 82.5,241.5 + rot: 3.141592653589793 rad + pos: 95.5,65.5 parent: 2 - - uid: 5300 + - uid: 13500 components: - type: Transform - pos: 81.5,242.5 + rot: 3.141592653589793 rad + pos: 102.5,61.5 parent: 2 - - uid: 5301 + - uid: 13501 components: - type: Transform - pos: 80.5,242.5 + rot: 3.141592653589793 rad + pos: 99.5,64.5 parent: 2 - - uid: 5302 + - uid: 13502 components: - type: Transform - pos: 79.5,242.5 + rot: 3.141592653589793 rad + pos: 102.5,63.5 parent: 2 - - uid: 5303 + - uid: 13503 components: - type: Transform - pos: 77.5,242.5 + rot: 3.141592653589793 rad + pos: 94.5,65.5 parent: 2 - - uid: 5304 + - uid: 13504 components: - type: Transform - pos: 78.5,242.5 + rot: 3.141592653589793 rad + pos: 102.5,62.5 parent: 2 - - uid: 5305 + - uid: 13505 components: - type: Transform - pos: 76.5,242.5 + rot: 3.141592653589793 rad + pos: 100.5,64.5 parent: 2 - - uid: 5306 + - uid: 13506 components: - type: Transform - pos: 75.5,242.5 + rot: 3.141592653589793 rad + pos: 101.5,64.5 parent: 2 - - uid: 5307 + - uid: 13507 components: - type: Transform - pos: 74.5,242.5 + rot: 3.141592653589793 rad + pos: 86.5,49.5 parent: 2 - - uid: 5308 + - uid: 13508 components: - type: Transform - pos: 73.5,242.5 + rot: 3.141592653589793 rad + pos: 87.5,49.5 parent: 2 - - uid: 5309 + - uid: 13509 components: - type: Transform - pos: 44.5,219.5 + rot: 3.141592653589793 rad + pos: 79.5,49.5 parent: 2 - - uid: 5310 + - uid: 13510 components: - type: Transform - pos: 45.5,219.5 + rot: 3.141592653589793 rad + pos: 79.5,48.5 parent: 2 - - uid: 5311 + - uid: 13511 components: - type: Transform - pos: 46.5,219.5 + rot: 3.141592653589793 rad + pos: 87.5,42.5 parent: 2 - - uid: 5312 + - uid: 13512 components: - type: Transform - pos: 73.5,243.5 + rot: 3.141592653589793 rad + pos: 84.5,42.5 parent: 2 - - uid: 5313 + - uid: 13513 components: - type: Transform - pos: 73.5,244.5 + rot: 3.141592653589793 rad + pos: 89.5,42.5 parent: 2 - - uid: 5314 + - uid: 13514 components: - type: Transform - pos: 73.5,246.5 + rot: 3.141592653589793 rad + pos: 86.5,42.5 parent: 2 - - uid: 5315 + - uid: 13515 components: - type: Transform - pos: 73.5,245.5 + rot: 3.141592653589793 rad + pos: 85.5,42.5 parent: 2 - - uid: 5316 + - uid: 13516 components: - type: Transform - pos: 39.5,219.5 + rot: 3.141592653589793 rad + pos: 99.5,49.5 parent: 2 - - uid: 5317 + - uid: 13517 components: - type: Transform - pos: 40.5,219.5 + rot: 3.141592653589793 rad + pos: 91.5,42.5 parent: 2 - - uid: 5318 + - uid: 13518 components: - type: Transform - pos: 41.5,219.5 + rot: 3.141592653589793 rad + pos: 99.5,47.5 parent: 2 - - uid: 5319 + - uid: 13519 components: - type: Transform - pos: 43.5,219.5 + rot: 3.141592653589793 rad + pos: 92.5,42.5 parent: 2 - - uid: 5320 + - uid: 13520 components: - type: Transform - pos: 42.5,219.5 + rot: 3.141592653589793 rad + pos: 99.5,48.5 parent: 2 - - uid: 5321 + - uid: 13521 components: - type: Transform - pos: 51.5,209.5 + rot: 3.141592653589793 rad + pos: 90.5,42.5 parent: 2 - - uid: 5322 + - uid: 13522 components: - type: Transform - pos: 51.5,207.5 + rot: 3.141592653589793 rad + pos: 99.5,45.5 parent: 2 - - uid: 5323 + - uid: 13523 components: - type: Transform - pos: 51.5,208.5 + rot: 3.141592653589793 rad + pos: 88.5,42.5 parent: 2 - - uid: 5324 + - uid: 13524 components: - type: Transform - pos: 51.5,206.5 + rot: 3.141592653589793 rad + pos: 99.5,46.5 parent: 2 - - uid: 5325 + - uid: 13525 components: - type: Transform - pos: 51.5,205.5 + rot: 3.141592653589793 rad + pos: 74.5,45.5 parent: 2 - - uid: 5326 + - uid: 13526 components: - type: Transform - pos: 51.5,175.5 + rot: 3.141592653589793 rad + pos: 89.5,49.5 parent: 2 - - uid: 5327 + - uid: 13527 components: - type: Transform - pos: 95.5,237.5 + rot: 3.141592653589793 rad + pos: 76.5,50.5 parent: 2 - - uid: 5328 + - uid: 13528 components: - type: Transform - pos: 90.5,237.5 + rot: 3.141592653589793 rad + pos: 83.5,45.5 parent: 2 - - uid: 5329 + - uid: 13529 components: - type: Transform - pos: 89.5,237.5 + rot: 3.141592653589793 rad + pos: 76.5,42.5 parent: 2 - - uid: 5330 + - uid: 13530 components: - type: Transform - pos: 94.5,237.5 + rot: 3.141592653589793 rad + pos: 81.5,42.5 parent: 2 - - uid: 5331 + - uid: 13531 components: - type: Transform - pos: 93.5,237.5 + rot: 3.141592653589793 rad + pos: 82.5,45.5 parent: 2 - - uid: 5332 + - uid: 13532 components: - type: Transform - pos: 92.5,237.5 + rot: 3.141592653589793 rad + pos: 94.5,45.5 parent: 2 - - uid: 5333 + - uid: 13533 components: - type: Transform - pos: 91.5,237.5 + rot: 3.141592653589793 rad + pos: 79.5,42.5 parent: 2 - - uid: 5334 + - uid: 13534 components: - type: Transform - pos: 88.5,237.5 + rot: 3.141592653589793 rad + pos: 81.5,45.5 parent: 2 - - uid: 5335 + - uid: 13535 components: - type: Transform - pos: 87.5,237.5 + rot: 3.141592653589793 rad + pos: 77.5,42.5 parent: 2 - - uid: 5336 + - uid: 13536 components: - type: Transform - pos: 86.5,237.5 + rot: 3.141592653589793 rad + pos: 73.5,49.5 parent: 2 - - uid: 5337 + - uid: 13537 components: - type: Transform - pos: 55.5,159.5 + rot: 3.141592653589793 rad + pos: 93.5,49.5 parent: 2 - - uid: 5338 + - uid: 13538 components: - type: Transform - pos: 55.5,144.5 + rot: 3.141592653589793 rad + pos: 96.5,49.5 parent: 2 - - uid: 5339 + - uid: 13539 components: - type: Transform - pos: 55.5,145.5 + rot: 3.141592653589793 rad + pos: 98.5,49.5 parent: 2 - - uid: 5340 + - uid: 13540 components: - type: Transform - pos: 55.5,146.5 + rot: 3.141592653589793 rad + pos: 95.5,49.5 parent: 2 - - uid: 5341 + - uid: 13541 components: - type: Transform - pos: 55.5,147.5 + rot: 3.141592653589793 rad + pos: 88.5,49.5 parent: 2 - - uid: 5342 + - uid: 13542 components: - type: Transform - pos: 58.5,175.5 + rot: 3.141592653589793 rad + pos: 94.5,50.5 parent: 2 - - uid: 5343 + - uid: 13543 components: - type: Transform - pos: 55.5,153.5 + rot: 3.141592653589793 rad + pos: 88.5,45.5 parent: 2 - - uid: 5344 + - uid: 13544 components: - type: Transform - pos: 55.5,151.5 + rot: 3.141592653589793 rad + pos: 97.5,49.5 parent: 2 - - uid: 5345 + - uid: 13545 components: - type: Transform - pos: 55.5,156.5 + rot: 3.141592653589793 rad + pos: 73.5,45.5 parent: 2 - - uid: 5346 + - uid: 13546 components: - type: Transform - pos: 57.5,175.5 - parent: 2 - - uid: 5347 + rot: 3.141592653589793 rad + pos: 75.5,42.5 + parent: 2 + - uid: 13547 components: - type: Transform - pos: 55.5,152.5 + rot: 3.141592653589793 rad + pos: 75.5,44.5 parent: 2 - - uid: 5348 + - uid: 13548 components: - type: Transform - pos: 55.5,148.5 + rot: 3.141592653589793 rad + pos: 81.5,43.5 parent: 2 - - uid: 5349 + - uid: 13549 components: - type: Transform - pos: 56.5,175.5 + rot: 3.141592653589793 rad + pos: 73.5,50.5 parent: 2 - - uid: 5350 + - uid: 13550 components: - type: Transform - pos: 55.5,149.5 + rot: 3.141592653589793 rad + pos: 78.5,50.5 parent: 2 - - uid: 5351 + - uid: 13551 components: - type: Transform - pos: 55.5,150.5 + rot: 3.141592653589793 rad + pos: 73.5,47.5 parent: 2 - - uid: 5352 + - uid: 13552 components: - type: Transform - pos: 55.5,158.5 + rot: 3.141592653589793 rad + pos: 95.5,42.5 parent: 2 - - uid: 5353 + - uid: 13553 components: - type: Transform - pos: 52.5,175.5 + rot: 3.141592653589793 rad + pos: 75.5,50.5 parent: 2 - - uid: 5354 + - uid: 13554 components: - type: Transform - pos: 55.5,154.5 + rot: 3.141592653589793 rad + pos: 74.5,50.5 parent: 2 - - uid: 5355 + - uid: 13555 components: - type: Transform - pos: 55.5,155.5 + rot: 3.141592653589793 rad + pos: 97.5,42.5 parent: 2 - - uid: 5356 + - uid: 13556 components: - type: Transform - pos: 55.5,157.5 + rot: 3.141592653589793 rad + pos: 73.5,48.5 parent: 2 - - uid: 5357 + - uid: 13557 components: - type: Transform - pos: 53.5,175.5 + rot: 3.141592653589793 rad + pos: 94.5,42.5 parent: 2 - - uid: 5358 + - uid: 13558 components: - type: Transform - pos: 55.5,175.5 + rot: 3.141592653589793 rad + pos: 93.5,42.5 parent: 2 - - uid: 5359 + - uid: 13559 components: - type: Transform - pos: 54.5,175.5 + rot: 3.141592653589793 rad + pos: 75.5,43.5 parent: 2 - - uid: 5360 + - uid: 13560 components: - type: Transform - pos: 85.5,237.5 + rot: 3.141592653589793 rad + pos: 99.5,44.5 parent: 2 - - uid: 5361 + - uid: 13561 components: - type: Transform - pos: 84.5,237.5 + rot: 3.141592653589793 rad + pos: 77.5,50.5 parent: 2 - - uid: 5362 + - uid: 13562 components: - type: Transform - pos: 83.5,237.5 + rot: 3.141592653589793 rad + pos: 79.5,50.5 parent: 2 - - uid: 5363 + - uid: 13563 components: - type: Transform - pos: 51.5,215.5 + rot: 3.141592653589793 rad + pos: 81.5,44.5 parent: 2 - - uid: 5364 + - uid: 13564 components: - type: Transform - pos: 82.5,237.5 + rot: 3.141592653589793 rad + pos: 80.5,42.5 parent: 2 - - uid: 5365 + - uid: 13565 components: - type: Transform - pos: 53.5,131.5 + rot: 3.141592653589793 rad + pos: 99.5,43.5 parent: 2 - - uid: 5366 + - uid: 13566 components: - type: Transform - pos: 66.5,131.5 + rot: 3.141592653589793 rad + pos: 96.5,42.5 parent: 2 - - uid: 5367 + - uid: 13567 components: - type: Transform - pos: 65.5,131.5 + rot: 3.141592653589793 rad + pos: 78.5,42.5 parent: 2 - - uid: 5368 + - uid: 13568 components: - type: Transform - pos: 64.5,131.5 + rot: 3.141592653589793 rad + pos: 75.5,45.5 parent: 2 - - uid: 5369 + - uid: 13569 components: - type: Transform - pos: 63.5,131.5 + rot: 3.141592653589793 rad + pos: 73.5,46.5 parent: 2 - - uid: 5370 + - uid: 13570 components: - type: Transform - pos: 62.5,131.5 + rot: 3.141592653589793 rad + pos: 93.5,116.5 parent: 2 - - uid: 5371 + - uid: 13571 components: - type: Transform - pos: 61.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,87.5 parent: 2 - - uid: 5372 + - uid: 13572 components: - type: Transform - pos: 60.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,89.5 parent: 2 - - uid: 5373 + - uid: 13573 components: - type: Transform - pos: 59.5,131.5 + rot: 3.141592653589793 rad + pos: 98.5,42.5 parent: 2 - - uid: 5374 + - uid: 13574 components: - type: Transform - pos: 58.5,131.5 + rot: 3.141592653589793 rad + pos: 46.5,121.5 parent: 2 - - uid: 5375 + - uid: 13575 components: - type: Transform - pos: 57.5,131.5 + rot: 3.141592653589793 rad + pos: 46.5,124.5 parent: 2 - - uid: 5376 + - uid: 13576 components: - type: Transform - pos: 56.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,119.5 parent: 2 - - uid: 5377 + - uid: 13577 components: - type: Transform - pos: 55.5,131.5 + rot: 3.141592653589793 rad + pos: 48.5,124.5 parent: 2 - - uid: 5378 + - uid: 13578 components: - type: Transform - pos: 54.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,118.5 parent: 2 - - uid: 5379 + - uid: 13579 components: - type: Transform - pos: 52.5,131.5 + rot: 3.141592653589793 rad + pos: 47.5,124.5 parent: 2 - - uid: 5380 + - uid: 13580 components: - type: Transform - pos: 50.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,117.5 parent: 2 - - uid: 5381 + - uid: 13581 components: - type: Transform - pos: 51.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,121.5 parent: 2 - - uid: 5382 + - uid: 13582 components: - type: Transform - pos: 49.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,123.5 parent: 2 - - uid: 5383 + - uid: 13583 components: - type: Transform - pos: 66.5,135.5 + rot: 3.141592653589793 rad + pos: 50.5,124.5 parent: 2 - - uid: 5384 + - uid: 13584 components: - type: Transform - pos: 66.5,138.5 + rot: 3.141592653589793 rad + pos: 50.5,122.5 parent: 2 - - uid: 5385 + - uid: 13585 components: - type: Transform - pos: 48.5,131.5 + rot: 3.141592653589793 rad + pos: 50.5,120.5 parent: 2 - - uid: 5386 + - uid: 13586 components: - type: Transform - pos: 45.5,131.5 + rot: 3.141592653589793 rad + pos: 49.5,124.5 parent: 2 - - uid: 5387 + - uid: 13587 components: - type: Transform - pos: 44.5,131.5 + rot: 3.141592653589793 rad + pos: 46.5,120.5 parent: 2 - - uid: 5388 + - uid: 13588 components: - type: Transform - pos: 47.5,131.5 + rot: 3.141592653589793 rad + pos: 42.5,120.5 parent: 2 - - uid: 5389 + - uid: 13589 components: - type: Transform - pos: 46.5,131.5 + rot: 3.141592653589793 rad + pos: 42.5,118.5 parent: 2 - - uid: 5390 + - uid: 13590 components: - type: Transform - pos: 66.5,132.5 + rot: 3.141592653589793 rad + pos: 43.5,120.5 parent: 2 - - uid: 5391 + - uid: 13591 components: - type: Transform - pos: 66.5,134.5 + rot: 3.141592653589793 rad + pos: 45.5,120.5 parent: 2 - - uid: 5392 + - uid: 13592 components: - type: Transform - pos: 66.5,133.5 + rot: 3.141592653589793 rad + pos: 44.5,120.5 parent: 2 - - uid: 5393 + - uid: 13593 components: - type: Transform - pos: 66.5,139.5 + rot: 3.141592653589793 rad + pos: 46.5,123.5 parent: 2 - - uid: 5394 + - uid: 13594 components: - type: Transform - pos: 66.5,140.5 + rot: 3.141592653589793 rad + pos: 42.5,117.5 parent: 2 - - uid: 5395 + - uid: 13595 components: - type: Transform - pos: 66.5,141.5 + rot: 3.141592653589793 rad + pos: 42.5,119.5 parent: 2 - - uid: 5396 + - uid: 13596 components: - type: Transform - pos: 66.5,142.5 + rot: 3.141592653589793 rad + pos: 73.5,214.5 parent: 2 - - uid: 5397 + - uid: 13597 components: - type: Transform - pos: 66.5,143.5 + rot: 3.141592653589793 rad + pos: 49.5,240.5 parent: 2 - - uid: 5398 + - uid: 13598 components: - type: Transform - pos: 65.5,143.5 + rot: 3.141592653589793 rad + pos: 86.5,227.5 parent: 2 - - uid: 5399 + - uid: 13599 components: - type: Transform - pos: 64.5,143.5 + rot: 3.141592653589793 rad + pos: 79.5,226.5 parent: 2 - - uid: 5400 + - uid: 13600 components: - type: Transform - pos: 63.5,143.5 + rot: 3.141592653589793 rad + pos: 53.5,78.5 parent: 2 - - uid: 5401 + - uid: 13601 components: - type: Transform - pos: 62.5,143.5 + rot: 3.141592653589793 rad + pos: 49.5,239.5 parent: 2 - - uid: 5402 + - uid: 13602 components: - type: Transform - pos: 61.5,143.5 + rot: 3.141592653589793 rad + pos: 74.5,176.5 parent: 2 - - uid: 5403 + - uid: 13603 components: - type: Transform - pos: 66.5,136.5 + rot: 3.141592653589793 rad + pos: 75.5,176.5 parent: 2 - - uid: 5404 + - uid: 13604 components: - type: Transform - pos: 60.5,143.5 + rot: 3.141592653589793 rad + pos: 73.5,176.5 parent: 2 - - uid: 5405 + - uid: 13605 components: - type: Transform - pos: 66.5,137.5 + rot: 3.141592653589793 rad + pos: 73.5,175.5 parent: 2 - - uid: 5406 + - uid: 13606 components: - type: Transform - pos: 59.5,143.5 + rot: 3.141592653589793 rad + pos: 69.5,178.5 parent: 2 - - uid: 5407 + - uid: 13607 components: - type: Transform - pos: 58.5,143.5 + rot: 3.141592653589793 rad + pos: 69.5,179.5 parent: 2 - - uid: 5408 + - uid: 13608 components: - type: Transform - pos: 57.5,143.5 + rot: 3.141592653589793 rad + pos: 69.5,180.5 parent: 2 - - uid: 5409 + - uid: 13609 components: - type: Transform - pos: 56.5,143.5 + rot: 3.141592653589793 rad + pos: 69.5,169.5 parent: 2 - - uid: 5410 + - uid: 13610 components: - type: Transform - pos: 55.5,143.5 + rot: 3.141592653589793 rad + pos: 73.5,173.5 parent: 2 - - uid: 5411 + - uid: 13611 components: - type: Transform - pos: 41.5,76.5 + rot: 3.141592653589793 rad + pos: 73.5,174.5 parent: 2 - - uid: 5412 + - uid: 13612 components: - type: Transform - pos: 41.5,75.5 + rot: 3.141592653589793 rad + pos: 73.5,169.5 parent: 2 - - uid: 5413 + - uid: 13613 components: - type: Transform - pos: 41.5,74.5 + rot: 3.141592653589793 rad + pos: 76.5,169.5 parent: 2 - - uid: 5414 + - uid: 13614 components: - type: Transform - pos: 62.5,73.5 + rot: 3.141592653589793 rad + pos: 76.5,166.5 parent: 2 - - uid: 5415 + - uid: 13615 components: - type: Transform - pos: 68.5,73.5 + rot: 3.141592653589793 rad + pos: 76.5,167.5 parent: 2 - - uid: 5416 + - uid: 13616 components: - type: Transform - pos: 48.5,73.5 + rot: 3.141592653589793 rad + pos: 76.5,168.5 parent: 2 - - uid: 5417 + - uid: 13617 components: - type: Transform - pos: 53.5,73.5 + rot: 3.141592653589793 rad + pos: 51.5,239.5 parent: 2 - - uid: 5418 + - uid: 13618 components: - type: Transform - pos: 50.5,73.5 + rot: 3.141592653589793 rad + pos: 50.5,77.5 parent: 2 - - uid: 5419 + - uid: 13619 components: - type: Transform - pos: 42.5,73.5 + rot: 3.141592653589793 rad + pos: 51.5,77.5 parent: 2 - - uid: 5420 + - uid: 13620 components: - type: Transform - pos: 41.5,73.5 + rot: 3.141592653589793 rad + pos: 44.5,109.5 parent: 2 - - uid: 5421 + - uid: 13621 components: - type: Transform - pos: 44.5,73.5 + rot: 3.141592653589793 rad + pos: 45.5,99.5 parent: 2 - - uid: 5422 + - uid: 13622 components: - type: Transform - pos: 43.5,73.5 + rot: 3.141592653589793 rad + pos: 47.5,99.5 parent: 2 - - uid: 5423 + - uid: 13623 components: - type: Transform - pos: 46.5,73.5 + rot: 3.141592653589793 rad + pos: 46.5,99.5 parent: 2 - - uid: 5424 + - uid: 13624 components: - type: Transform - pos: 45.5,73.5 + rot: 3.141592653589793 rad + pos: 46.5,103.5 parent: 2 - - uid: 5425 + - uid: 13625 components: - type: Transform - pos: 47.5,73.5 + rot: 3.141592653589793 rad + pos: 83.5,44.5 parent: 2 - - uid: 5426 + - uid: 13626 components: - type: Transform - pos: 63.5,73.5 + rot: 3.141592653589793 rad + pos: 52.5,77.5 parent: 2 - - uid: 5427 + - uid: 13627 components: - type: Transform - pos: 64.5,73.5 + rot: 3.141592653589793 rad + pos: 83.5,43.5 parent: 2 - - uid: 5428 + - uid: 13628 components: - type: Transform - pos: 65.5,73.5 + rot: 3.141592653589793 rad + pos: 48.5,78.5 parent: 2 - - uid: 5429 + - uid: 13629 components: - type: Transform - pos: 66.5,73.5 + rot: 3.141592653589793 rad + pos: 55.5,76.5 parent: 2 - - uid: 5430 + - uid: 13630 components: - type: Transform - pos: 67.5,73.5 + rot: 3.141592653589793 rad + pos: 55.5,77.5 parent: 2 - - uid: 5431 + - uid: 13631 components: - type: Transform - pos: 54.5,73.5 + rot: 3.141592653589793 rad + pos: 75.5,210.5 parent: 2 - - uid: 5432 + - uid: 13632 components: - type: Transform - pos: 55.5,73.5 + rot: 3.141592653589793 rad + pos: 59.5,81.5 parent: 2 - - uid: 5433 + - uid: 13633 components: - type: Transform - pos: 49.5,73.5 + rot: 3.141592653589793 rad + pos: 59.5,80.5 parent: 2 - - uid: 5434 + - uid: 13634 components: - type: Transform - pos: 51.5,73.5 + rot: 3.141592653589793 rad + pos: 83.5,42.5 parent: 2 - - uid: 5435 + - uid: 13635 components: - type: Transform - pos: 52.5,73.5 + rot: 3.141592653589793 rad + pos: 78.5,80.5 parent: 2 - - uid: 5436 + - uid: 13636 components: - type: Transform - pos: 56.5,73.5 + rot: 3.141592653589793 rad + pos: 75.5,214.5 parent: 2 - - uid: 5437 + - uid: 13637 components: - type: Transform - pos: 58.5,73.5 + rot: 3.141592653589793 rad + pos: 75.5,213.5 parent: 2 - - uid: 5438 + - uid: 13638 components: - type: Transform - pos: 57.5,73.5 + rot: 3.141592653589793 rad + pos: 75.5,209.5 parent: 2 - - uid: 5439 + - uid: 13639 components: - type: Transform - pos: 59.5,73.5 + rot: 3.141592653589793 rad + pos: 55.5,229.5 parent: 2 - - uid: 5440 + - uid: 13640 components: - type: Transform - pos: 60.5,73.5 + rot: 3.141592653589793 rad + pos: 54.5,229.5 parent: 2 - - uid: 5441 + - uid: 13641 components: - type: Transform - pos: 61.5,73.5 + rot: 3.141592653589793 rad + pos: 56.5,229.5 parent: 2 - - uid: 5442 + - uid: 13642 components: - type: Transform - pos: 35.5,60.5 + rot: 3.141592653589793 rad + pos: 45.5,98.5 parent: 2 - - uid: 5443 + - uid: 13643 components: - type: Transform - pos: 36.5,60.5 + rot: 3.141592653589793 rad + pos: 52.5,78.5 parent: 2 - - uid: 5444 + - uid: 13644 components: - type: Transform - pos: 37.5,60.5 + rot: 3.141592653589793 rad + pos: 75.5,212.5 parent: 2 - - uid: 5445 + - uid: 13645 components: - type: Transform - pos: 38.5,60.5 + rot: 3.141592653589793 rad + pos: 72.5,225.5 parent: 2 - - uid: 5446 + - uid: 13646 components: - type: Transform - pos: 39.5,60.5 + rot: 3.141592653589793 rad + pos: 71.5,225.5 parent: 2 - - uid: 5447 + - uid: 13647 components: - type: Transform - pos: 40.5,60.5 + rot: 3.141592653589793 rad + pos: 70.5,225.5 parent: 2 - - uid: 5448 + - uid: 13648 components: - type: Transform - pos: 41.5,60.5 - parent: 2 - - uid: 5449 - components: - - type: Transform - pos: 42.5,60.5 + rot: 3.141592653589793 rad + pos: 77.5,80.5 parent: 2 - - uid: 5450 + - uid: 13649 components: - type: Transform - pos: 32.5,60.5 + rot: 3.141592653589793 rad + pos: 65.5,208.5 parent: 2 - - uid: 5451 + - uid: 13650 components: - type: Transform - pos: 33.5,60.5 + rot: 3.141592653589793 rad + pos: 42.5,110.5 parent: 2 - - uid: 5452 + - uid: 13651 components: - type: Transform - pos: 34.5,60.5 + rot: 3.141592653589793 rad + pos: 59.5,82.5 parent: 2 - - uid: 5453 + - uid: 13652 components: - type: Transform - pos: 43.5,60.5 + rot: 3.141592653589793 rad + pos: 56.5,76.5 parent: 2 - - uid: 5454 + - uid: 13653 components: - type: Transform - pos: 44.5,60.5 + rot: 3.141592653589793 rad + pos: 50.5,239.5 parent: 2 - - uid: 5455 + - uid: 13654 components: - type: Transform - pos: 45.5,60.5 + rot: 3.141592653589793 rad + pos: 57.5,76.5 parent: 2 - - uid: 5456 + - uid: 13655 components: - type: Transform - pos: 46.5,60.5 + rot: 3.141592653589793 rad + pos: 99.5,42.5 parent: 2 - - uid: 5457 + - uid: 13656 components: - type: Transform - pos: 47.5,60.5 + rot: 3.141592653589793 rad + pos: 84.5,50.5 parent: 2 - - uid: 5458 + - uid: 13657 components: - type: Transform - pos: 48.5,60.5 + rot: 3.141592653589793 rad + pos: 84.5,57.5 parent: 2 - - uid: 5459 + - uid: 13658 components: - type: Transform - pos: 105.5,51.5 + rot: 3.141592653589793 rad + pos: 66.5,208.5 parent: 2 - - uid: 5460 + - uid: 13659 components: - type: Transform - pos: 105.5,57.5 + rot: 3.141592653589793 rad + pos: 87.5,50.5 parent: 2 - - uid: 5461 + - uid: 13660 components: - type: Transform - pos: 105.5,58.5 + rot: 3.141592653589793 rad + pos: 88.5,50.5 parent: 2 - - uid: 5462 + - uid: 13661 components: - type: Transform - pos: 105.5,53.5 + rot: 3.141592653589793 rad + pos: 86.5,50.5 parent: 2 - - uid: 5463 +- proto: N14WallDecorClock + entities: + - uid: 3857 components: - type: Transform - pos: 105.5,40.5 + rot: 3.141592653589793 rad + pos: 126.5,182.5 parent: 2 - - uid: 5464 + - uid: 3858 components: - type: Transform - pos: 105.5,43.5 + pos: 127.5,197.5 parent: 2 - - uid: 5465 + - uid: 3859 components: - type: Transform - pos: 105.5,42.5 + pos: 135.5,202.5 parent: 2 - - uid: 5466 + - uid: 3860 components: - type: Transform - pos: 105.5,44.5 + pos: 89.5,140.5 parent: 2 - - uid: 5467 +- proto: N14WallFenceChainMapBoundary + entities: + - uid: 3861 components: - type: Transform - pos: 105.5,45.5 + rot: -1.5707963267948966 rad + pos: 97.5,232.5 parent: 2 - - uid: 5468 + - uid: 3862 components: - type: Transform - pos: 105.5,46.5 + rot: -1.5707963267948966 rad + pos: 97.5,233.5 parent: 2 - - uid: 5469 + - uid: 3863 components: - type: Transform - pos: 105.5,47.5 + rot: -1.5707963267948966 rad + pos: 97.5,231.5 parent: 2 - - uid: 5470 + - uid: 3864 components: - type: Transform - pos: 105.5,48.5 + rot: -1.5707963267948966 rad + pos: 97.5,230.5 parent: 2 - - uid: 5471 + - uid: 3865 components: - type: Transform - pos: 105.5,49.5 + rot: -1.5707963267948966 rad + pos: 101.5,234.5 parent: 2 - - uid: 5472 + - uid: 3866 components: - type: Transform - pos: 105.5,50.5 + rot: -1.5707963267948966 rad + pos: 100.5,234.5 parent: 2 - - uid: 5473 + - uid: 3867 components: - type: Transform - pos: 84.5,38.5 + rot: -1.5707963267948966 rad + pos: 99.5,234.5 parent: 2 - - uid: 5474 + - uid: 3868 components: - type: Transform - pos: 105.5,41.5 + rot: -1.5707963267948966 rad + pos: 98.5,234.5 parent: 2 - - uid: 5475 +- proto: N14WallmountVent + entities: + - uid: 4029 components: - type: Transform - pos: 105.5,52.5 + rot: 3.141592653589793 rad + pos: 136.5,202.5 parent: 2 - - uid: 5476 + - uid: 4030 components: - type: Transform - pos: 99.5,69.5 + pos: 119.5,189.5 parent: 2 - - uid: 5477 + - uid: 4031 components: - type: Transform - pos: 100.5,69.5 + pos: 132.5,189.5 parent: 2 - - uid: 5478 + - uid: 4032 components: - type: Transform - pos: 101.5,69.5 + pos: 132.5,185.5 parent: 2 - - uid: 5479 + - uid: 4033 components: - type: Transform - pos: 97.5,69.5 + pos: 119.5,181.5 parent: 2 - - uid: 5480 +- proto: N14WallmountVentDamaged + entities: + - uid: 4034 components: - type: Transform - pos: 98.5,69.5 + pos: 119.5,185.5 parent: 2 - - uid: 5481 +- proto: N14WallmountVentOpen + entities: + - uid: 4035 components: - type: Transform - pos: 96.5,69.5 + pos: 102.5,117.5 parent: 2 - - uid: 5482 + - uid: 4036 components: - type: Transform - pos: 94.5,69.5 + pos: 62.5,92.5 parent: 2 - - uid: 5483 +- proto: N14WallRockBasalt + entities: + - uid: 19 components: - type: Transform - pos: 105.5,54.5 + pos: 109.5,207.5 parent: 2 - - uid: 5484 + - uid: 28 components: - type: Transform - pos: 105.5,55.5 + pos: 112.5,200.5 parent: 2 - - uid: 5485 + - uid: 872 components: - type: Transform - pos: 105.5,56.5 + pos: 111.5,200.5 parent: 2 - - uid: 5486 + - uid: 955 components: - type: Transform - pos: 93.5,69.5 + pos: 54.5,82.5 parent: 2 - - uid: 5487 + - uid: 965 components: - type: Transform - pos: 95.5,69.5 + pos: 116.5,208.5 parent: 2 - - uid: 5488 + - uid: 982 components: - type: Transform - pos: 104.5,127.5 + pos: 109.5,206.5 parent: 2 - - uid: 5489 + - uid: 1045 components: - type: Transform - pos: 92.5,69.5 + pos: 112.5,208.5 parent: 2 - - uid: 5490 + - uid: 1046 components: - type: Transform - pos: 91.5,69.5 + pos: 111.5,203.5 parent: 2 - - uid: 5491 + - uid: 1047 components: - type: Transform - pos: 104.5,123.5 + pos: 111.5,204.5 parent: 2 - - uid: 5492 + - uid: 1049 components: - type: Transform - pos: 104.5,126.5 + pos: 109.5,208.5 parent: 2 - - uid: 5493 + - uid: 1050 components: - type: Transform - pos: 104.5,124.5 + pos: 116.5,207.5 parent: 2 - - uid: 5494 + - uid: 1051 components: - type: Transform - pos: 104.5,125.5 + pos: 109.5,204.5 parent: 2 - - uid: 5495 + - uid: 1052 components: - type: Transform - pos: 104.5,122.5 + pos: 109.5,205.5 parent: 2 - - uid: 5496 + - uid: 1054 components: - type: Transform - pos: 91.5,77.5 + pos: 112.5,204.5 parent: 2 - - uid: 5497 + - uid: 2308 components: - type: Transform - pos: 91.5,78.5 + pos: 115.5,208.5 parent: 2 - - uid: 5498 + - uid: 2357 components: - type: Transform - pos: 91.5,79.5 + pos: 115.5,207.5 parent: 2 - - uid: 5499 + - uid: 2438 components: - type: Transform - pos: 91.5,80.5 + pos: 111.5,206.5 parent: 2 - - uid: 5500 + - uid: 2466 components: - type: Transform - pos: 91.5,82.5 + pos: 111.5,201.5 parent: 2 - - uid: 5501 + - uid: 2475 components: - type: Transform - pos: 91.5,81.5 + pos: 111.5,202.5 parent: 2 - - uid: 5502 + - uid: 2476 components: - type: Transform - pos: 91.5,75.5 + pos: 111.5,205.5 parent: 2 - - uid: 5503 + - uid: 2529 components: - type: Transform - pos: 91.5,76.5 + pos: 110.5,142.5 parent: 2 - - uid: 5504 + - uid: 2575 components: - type: Transform - pos: 91.5,74.5 + pos: 110.5,143.5 parent: 2 - - uid: 5505 + - uid: 3135 components: - type: Transform - pos: 105.5,38.5 + pos: 96.5,200.5 parent: 2 - - uid: 5506 + - uid: 3149 components: - type: Transform - pos: 102.5,38.5 + pos: 96.5,198.5 parent: 2 - - uid: 5507 + - uid: 3150 components: - type: Transform - pos: 103.5,38.5 + pos: 96.5,197.5 parent: 2 - - uid: 5508 + - uid: 3157 components: - type: Transform - pos: 105.5,39.5 + pos: 96.5,202.5 parent: 2 - - uid: 5509 + - uid: 3192 components: - type: Transform - pos: 104.5,38.5 + pos: 96.5,201.5 parent: 2 - - uid: 5510 + - uid: 3203 components: - type: Transform - pos: 85.5,38.5 + pos: 96.5,203.5 parent: 2 - - uid: 5511 + - uid: 3372 components: - type: Transform - pos: 88.5,38.5 + pos: 96.5,204.5 parent: 2 - - uid: 5512 + - uid: 3384 components: - type: Transform - pos: 87.5,38.5 + pos: 96.5,191.5 parent: 2 - - uid: 5513 + - uid: 3446 components: - type: Transform - pos: 86.5,38.5 + pos: 85.5,50.5 parent: 2 - - uid: 5514 + - uid: 3452 components: - type: Transform - pos: 65.5,60.5 + pos: 110.5,194.5 parent: 2 - - uid: 5515 + - uid: 3455 components: - type: Transform - pos: 61.5,60.5 + pos: 111.5,198.5 parent: 2 - - uid: 5516 + - uid: 3460 components: - type: Transform - pos: 62.5,60.5 + pos: 111.5,197.5 parent: 2 - - uid: 5517 + - uid: 3467 components: - type: Transform - pos: 64.5,60.5 + pos: 111.5,196.5 parent: 2 - - uid: 5518 + - uid: 3468 components: - type: Transform - pos: 63.5,60.5 + pos: 96.5,193.5 parent: 2 - - uid: 5519 + - uid: 3476 components: - type: Transform - pos: 60.5,60.5 + pos: 111.5,195.5 parent: 2 - - uid: 5520 + - uid: 3482 components: - type: Transform - pos: 104.5,121.5 + pos: 111.5,194.5 parent: 2 - - uid: 5521 + - uid: 3483 components: - type: Transform - pos: 105.5,120.5 + pos: 96.5,194.5 parent: 2 - - uid: 5522 + - uid: 3491 components: - type: Transform - pos: 104.5,120.5 + pos: 96.5,192.5 parent: 2 - - uid: 5523 + - uid: 3492 components: - type: Transform - pos: 107.5,120.5 + pos: 96.5,195.5 parent: 2 - - uid: 5524 + - uid: 3524 components: - type: Transform - pos: 106.5,120.5 + pos: 96.5,196.5 parent: 2 - - uid: 5525 + - uid: 3525 components: - type: Transform - pos: 109.5,120.5 + pos: 96.5,190.5 parent: 2 - - uid: 5526 + - uid: 3615 components: - type: Transform - pos: 108.5,120.5 + pos: 96.5,199.5 parent: 2 - - uid: 5527 + - uid: 3704 components: - type: Transform - pos: 111.5,120.5 + pos: 93.5,190.5 parent: 2 - - uid: 5528 + - uid: 3734 components: - type: Transform - pos: 110.5,120.5 + pos: 95.5,190.5 parent: 2 - - uid: 5529 + - uid: 3767 components: - type: Transform - pos: 91.5,70.5 + pos: 94.5,190.5 parent: 2 - - uid: 5530 + - uid: 3777 components: - type: Transform - pos: 112.5,120.5 + pos: 93.5,189.5 parent: 2 - - uid: 5531 + - uid: 3778 components: - type: Transform - pos: 91.5,72.5 + pos: 53.5,82.5 parent: 2 - - uid: 5532 + - uid: 3881 components: - type: Transform - pos: 91.5,71.5 + pos: 80.5,79.5 parent: 2 - - uid: 5533 + - uid: 3882 components: - type: Transform - pos: 91.5,73.5 + pos: 88.5,117.5 parent: 2 - - uid: 5534 + - uid: 3883 components: - type: Transform - pos: 91.5,83.5 + pos: 79.5,79.5 parent: 2 - - uid: 5535 + - uid: 3884 components: - type: Transform - pos: 91.5,86.5 + pos: 80.5,80.5 parent: 2 - - uid: 5536 + - uid: 3885 components: - type: Transform - pos: 91.5,87.5 + pos: 80.5,81.5 parent: 2 - - uid: 5537 + - uid: 3886 components: - type: Transform - pos: 91.5,85.5 + pos: 88.5,118.5 parent: 2 - - uid: 5538 + - uid: 3887 components: - type: Transform - pos: 91.5,84.5 + pos: 40.5,119.5 parent: 2 - - uid: 5539 + - uid: 3888 components: - type: Transform - pos: 91.5,91.5 + pos: 91.5,192.5 parent: 2 - - uid: 5540 + - uid: 3889 components: - type: Transform - pos: 91.5,89.5 + pos: 53.5,77.5 parent: 2 - - uid: 5541 + - uid: 3890 components: - type: Transform - pos: 91.5,90.5 + pos: 40.5,120.5 parent: 2 - - uid: 5542 + - uid: 3891 components: - type: Transform - pos: 91.5,88.5 + pos: 49.5,76.5 parent: 2 - - uid: 5543 + - uid: 3892 components: - type: Transform - pos: 109.5,100.5 + pos: 90.5,115.5 parent: 2 - - uid: 5544 + - uid: 3893 components: - type: Transform - pos: 91.5,92.5 + pos: 48.5,76.5 parent: 2 - - uid: 5545 + - uid: 3894 components: - type: Transform - pos: 91.5,94.5 + pos: 102.5,135.5 parent: 2 - - uid: 5546 + - uid: 3895 components: - type: Transform - pos: 91.5,93.5 + pos: 84.5,127.5 parent: 2 - - uid: 5547 + - uid: 3896 components: - type: Transform - pos: 105.5,66.5 + pos: 81.5,127.5 parent: 2 - - uid: 5548 + - uid: 3897 components: - type: Transform - pos: 105.5,65.5 + pos: 80.5,127.5 parent: 2 - - uid: 5549 + - uid: 3898 components: - type: Transform - pos: 105.5,68.5 + pos: 84.5,126.5 parent: 2 - - uid: 5550 + - uid: 3899 components: - type: Transform - pos: 105.5,67.5 + pos: 82.5,125.5 parent: 2 - - uid: 5551 + - uid: 3900 components: - type: Transform - pos: 108.5,100.5 + pos: 83.5,127.5 parent: 2 - - uid: 5552 + - uid: 3901 components: - type: Transform - pos: 107.5,100.5 + pos: 81.5,125.5 parent: 2 - - uid: 5553 + - uid: 3902 components: - type: Transform - pos: 105.5,60.5 + pos: 80.5,126.5 parent: 2 - - uid: 5554 + - uid: 3904 components: - type: Transform - pos: 105.5,59.5 + pos: 51.5,197.5 parent: 2 - - uid: 5555 + - uid: 3905 components: - type: Transform - pos: 105.5,61.5 + pos: 102.5,134.5 parent: 2 - - uid: 5556 + - uid: 3906 components: - type: Transform - pos: 105.5,62.5 + pos: 77.5,118.5 parent: 2 - - uid: 5557 + - uid: 3907 components: - type: Transform - pos: 105.5,63.5 + pos: 103.5,123.5 parent: 2 - - uid: 5558 + - uid: 3908 components: - type: Transform - pos: 105.5,64.5 + pos: 103.5,124.5 parent: 2 - - uid: 5559 + - uid: 3909 components: - type: Transform - pos: 100.5,38.5 + pos: 103.5,122.5 parent: 2 - - uid: 5560 + - uid: 3910 components: - type: Transform - pos: 99.5,38.5 + pos: 103.5,126.5 parent: 2 - - uid: 5561 + - uid: 3911 components: - type: Transform - pos: 101.5,38.5 + pos: 103.5,125.5 parent: 2 - - uid: 5562 + - uid: 3912 components: - type: Transform - pos: 89.5,38.5 + pos: 106.5,118.5 parent: 2 - - uid: 5563 + - uid: 3913 components: - type: Transform - pos: 90.5,38.5 + pos: 106.5,119.5 parent: 2 - - uid: 5564 + - uid: 3914 components: - type: Transform - pos: 92.5,38.5 + pos: 105.5,118.5 parent: 2 - - uid: 5565 + - uid: 3915 components: - type: Transform - pos: 91.5,38.5 + pos: 103.5,120.5 parent: 2 - - uid: 5566 + - uid: 3916 components: - type: Transform - pos: 98.5,38.5 + pos: 107.5,131.5 parent: 2 - - uid: 5567 + - uid: 3917 components: - type: Transform - pos: 93.5,38.5 + pos: 103.5,119.5 parent: 2 - - uid: 5568 + - uid: 3918 components: - type: Transform - pos: 96.5,38.5 + pos: 103.5,121.5 parent: 2 - - uid: 5569 + - uid: 3919 components: - type: Transform - pos: 95.5,38.5 + pos: 104.5,119.5 parent: 2 - - uid: 5570 + - uid: 3920 components: - type: Transform - pos: 94.5,38.5 + pos: 105.5,119.5 parent: 2 - - uid: 5571 + - uid: 3921 components: - type: Transform - pos: 97.5,38.5 + pos: 107.5,118.5 parent: 2 - - uid: 5572 + - uid: 3922 components: - type: Transform - pos: 104.5,100.5 + pos: 107.5,117.5 parent: 2 - - uid: 5573 + - uid: 3923 components: - type: Transform - pos: 106.5,100.5 + pos: 107.5,116.5 parent: 2 - - uid: 5574 + - uid: 3924 components: - type: Transform - pos: 105.5,100.5 + pos: 106.5,117.5 parent: 2 - - uid: 5575 + - uid: 3925 components: - type: Transform - pos: 103.5,100.5 + pos: 104.5,129.5 parent: 2 - - uid: 5576 + - uid: 3926 components: - type: Transform - pos: 102.5,100.5 + pos: 104.5,118.5 parent: 2 - - uid: 5577 + - uid: 3927 components: - type: Transform - pos: 93.5,94.5 + pos: 105.5,129.5 parent: 2 - - uid: 5578 + - uid: 3928 components: - type: Transform - pos: 52.5,60.5 + pos: 103.5,128.5 parent: 2 - - uid: 5579 + - uid: 3929 components: - type: Transform - pos: 49.5,60.5 + pos: 103.5,127.5 parent: 2 - - uid: 5580 + - uid: 3930 components: - type: Transform - pos: 50.5,60.5 + pos: 102.5,120.5 parent: 2 - - uid: 5581 + - uid: 3931 components: - type: Transform - pos: 51.5,60.5 + pos: 102.5,119.5 parent: 2 - - uid: 5582 + - uid: 3932 components: - type: Transform - pos: 53.5,60.5 + pos: 103.5,129.5 parent: 2 - - uid: 5583 + - uid: 3933 components: - type: Transform - pos: 54.5,60.5 + pos: 106.5,116.5 parent: 2 - - uid: 5584 + - uid: 3934 components: - type: Transform - pos: 55.5,60.5 + pos: 94.5,118.5 parent: 2 - - uid: 5585 + - uid: 3935 components: - type: Transform - pos: 56.5,60.5 + pos: 93.5,118.5 parent: 2 - - uid: 5586 + - uid: 3936 components: - type: Transform - pos: 57.5,60.5 + pos: 93.5,117.5 parent: 2 - - uid: 5587 + - uid: 3937 components: - type: Transform - pos: 58.5,60.5 + pos: 92.5,117.5 parent: 2 - - uid: 5588 + - uid: 3938 components: - type: Transform - pos: 59.5,60.5 + pos: 92.5,118.5 parent: 2 - - uid: 5589 + - uid: 3939 components: - type: Transform - pos: 70.5,45.5 + pos: 97.5,118.5 parent: 2 - - uid: 5590 + - uid: 3940 components: - type: Transform - pos: 70.5,46.5 + pos: 95.5,118.5 parent: 2 - - uid: 5591 + - uid: 3941 components: - type: Transform - pos: 66.5,60.5 + pos: 96.5,118.5 parent: 2 - - uid: 5592 + - uid: 3942 components: - type: Transform - pos: 67.5,60.5 + pos: 99.5,118.5 parent: 2 - - uid: 5593 + - uid: 3943 components: - type: Transform - pos: 68.5,60.5 + pos: 98.5,118.5 parent: 2 - - uid: 5594 + - uid: 3944 components: - type: Transform - pos: 69.5,60.5 + pos: 102.5,118.5 parent: 2 - - uid: 5595 + - uid: 3945 components: - type: Transform - pos: 70.5,60.5 + pos: 100.5,118.5 parent: 2 - - uid: 5596 + - uid: 3946 components: - type: Transform - pos: 105.5,69.5 + pos: 101.5,118.5 parent: 2 - - uid: 5597 + - uid: 3947 components: - type: Transform - pos: 111.5,128.5 + pos: 103.5,118.5 parent: 2 - - uid: 5598 + - uid: 3948 components: - type: Transform - pos: 109.5,128.5 + pos: 91.5,115.5 parent: 2 - - uid: 5599 + - uid: 3949 components: - type: Transform - pos: 110.5,128.5 + pos: 91.5,116.5 parent: 2 - - uid: 5600 + - uid: 3950 components: - type: Transform - pos: 107.5,128.5 + pos: 91.5,114.5 parent: 2 - - uid: 5601 + - uid: 3951 components: - type: Transform - pos: 108.5,128.5 + pos: 91.5,113.5 parent: 2 - - uid: 5602 + - uid: 3952 components: - type: Transform - pos: 106.5,128.5 + pos: 90.5,114.5 parent: 2 - - uid: 5603 + - uid: 3953 components: - type: Transform - pos: 102.5,69.5 + pos: 90.5,116.5 parent: 2 - - uid: 5604 + - uid: 3954 components: - type: Transform - pos: 105.5,128.5 + pos: 91.5,118.5 parent: 2 - - uid: 5605 + - uid: 3955 components: - type: Transform - pos: 104.5,128.5 + pos: 90.5,113.5 parent: 2 - - uid: 5606 + - uid: 3956 components: - type: Transform - pos: 103.5,69.5 + pos: 88.5,116.5 parent: 2 - - uid: 5607 + - uid: 3957 components: - type: Transform - pos: 104.5,69.5 + pos: 91.5,117.5 parent: 2 - - uid: 5608 + - uid: 3958 components: - type: Transform - pos: 95.5,94.5 + pos: 88.5,113.5 parent: 2 - - uid: 5609 + - uid: 3959 components: - type: Transform - pos: 96.5,94.5 + pos: 92.5,115.5 parent: 2 - - uid: 5610 + - uid: 3960 components: - type: Transform - pos: 97.5,94.5 + pos: 88.5,115.5 parent: 2 - - uid: 5611 + - uid: 3961 components: - type: Transform - pos: 98.5,94.5 + pos: 92.5,116.5 parent: 2 - - uid: 5612 + - uid: 3962 components: - type: Transform - pos: 99.5,94.5 + pos: 88.5,114.5 parent: 2 - - uid: 5613 + - uid: 3963 components: - type: Transform - pos: 100.5,94.5 + pos: 90.5,118.5 parent: 2 - - uid: 5614 + - uid: 3964 components: - type: Transform - pos: 102.5,94.5 + pos: 89.5,118.5 parent: 2 - - uid: 5615 + - uid: 3965 components: - type: Transform - pos: 102.5,98.5 + pos: 89.5,114.5 parent: 2 - - uid: 5616 + - uid: 3966 components: - type: Transform - pos: 102.5,99.5 + pos: 89.5,117.5 parent: 2 - - uid: 5617 + - uid: 3967 components: - type: Transform - pos: 102.5,97.5 + pos: 90.5,117.5 parent: 2 - - uid: 5618 + - uid: 3968 components: - type: Transform - pos: 102.5,96.5 + pos: 89.5,116.5 parent: 2 - - uid: 5619 + - uid: 3969 components: - type: Transform - pos: 102.5,95.5 + pos: 89.5,115.5 parent: 2 - - uid: 5620 + - uid: 3970 components: - type: Transform - pos: 101.5,94.5 + pos: 89.5,113.5 parent: 2 - - uid: 5621 + - uid: 3971 components: - type: Transform - pos: 94.5,94.5 + pos: 102.5,122.5 parent: 2 - - uid: 5622 + - uid: 3972 components: - type: Transform - pos: 92.5,94.5 + pos: 102.5,121.5 parent: 2 - - uid: 5623 + - uid: 3973 components: - type: Transform - pos: 70.5,49.5 + pos: 102.5,124.5 parent: 2 - - uid: 5624 + - uid: 3974 components: - type: Transform - pos: 70.5,48.5 + pos: 102.5,123.5 parent: 2 - - uid: 5625 + - uid: 3975 components: - type: Transform - pos: 70.5,47.5 + pos: 102.5,125.5 parent: 2 - - uid: 5626 + - uid: 3976 components: - type: Transform - pos: 70.5,52.5 + pos: 102.5,126.5 parent: 2 - - uid: 5627 + - uid: 3977 components: - type: Transform - pos: 70.5,50.5 + pos: 102.5,127.5 parent: 2 - - uid: 5628 + - uid: 3978 components: - type: Transform - pos: 70.5,51.5 + pos: 102.5,128.5 parent: 2 - - uid: 5629 + - uid: 3979 components: - type: Transform - pos: 33.5,86.5 + pos: 102.5,129.5 parent: 2 - - uid: 5630 + - uid: 3980 components: - type: Transform - pos: 31.5,238.5 + pos: 76.5,118.5 parent: 2 - - uid: 5631 + - uid: 3981 components: - type: Transform - pos: 49.5,197.5 + pos: 82.5,113.5 parent: 2 - - uid: 5632 + - uid: 3982 components: - type: Transform - pos: 48.5,197.5 + pos: 82.5,114.5 parent: 2 - - uid: 5633 + - uid: 3983 components: - type: Transform - pos: 47.5,197.5 + pos: 82.5,115.5 parent: 2 - - uid: 5634 + - uid: 3984 components: - type: Transform - pos: 87.5,125.5 + pos: 82.5,116.5 parent: 2 - - uid: 5635 + - uid: 3985 components: - type: Transform - pos: 88.5,125.5 + pos: 82.5,117.5 parent: 2 - - uid: 5636 + - uid: 3986 components: - type: Transform - pos: 89.5,125.5 + pos: 82.5,118.5 parent: 2 - - uid: 5637 + - uid: 3987 components: - type: Transform - pos: 90.5,125.5 + pos: 82.5,119.5 parent: 2 - - uid: 5638 + - uid: 3988 components: - type: Transform - pos: 90.5,126.5 + pos: 80.5,119.5 parent: 2 - - uid: 5639 + - uid: 3989 components: - type: Transform - pos: 90.5,127.5 + pos: 80.5,118.5 parent: 2 - - uid: 5640 + - uid: 3990 components: - type: Transform - pos: 91.5,127.5 + pos: 81.5,119.5 parent: 2 - - uid: 5641 + - uid: 3991 components: - type: Transform - pos: 92.5,127.5 + pos: 81.5,118.5 parent: 2 - - uid: 5642 + - uid: 3992 components: - type: Transform - pos: 93.5,127.5 + pos: 72.5,117.5 parent: 2 - - uid: 5643 + - uid: 3993 components: - type: Transform - pos: 94.5,127.5 + pos: 72.5,118.5 parent: 2 - - uid: 5644 + - uid: 3994 components: - type: Transform - pos: 83.5,126.5 + pos: 73.5,117.5 parent: 2 - - uid: 5645 + - uid: 3995 components: - type: Transform - pos: 82.5,126.5 + pos: 73.5,118.5 parent: 2 - - uid: 5646 + - uid: 3996 components: - type: Transform - pos: 81.5,126.5 + pos: 74.5,117.5 parent: 2 - - uid: 5647 + - uid: 3997 components: - type: Transform - pos: 122.5,211.5 + pos: 74.5,118.5 parent: 2 - - uid: 5648 + - uid: 3998 components: - type: Transform - pos: 122.5,209.5 + pos: 75.5,117.5 parent: 2 - - uid: 5649 + - uid: 3999 components: - type: Transform - pos: 122.5,213.5 + pos: 75.5,118.5 parent: 2 - - uid: 5650 + - uid: 4000 components: - type: Transform - pos: 122.5,212.5 + pos: 78.5,118.5 parent: 2 -- proto: N14WallRockTall - entities: - - uid: 5651 + - uid: 4001 components: - type: Transform - pos: 85.5,50.5 + pos: 79.5,118.5 parent: 2 - - uid: 5652 + - uid: 4002 components: - type: Transform - pos: 80.5,79.5 + pos: 72.5,107.5 parent: 2 - - uid: 5653 + - uid: 4003 components: - type: Transform - pos: 88.5,117.5 + pos: 73.5,107.5 parent: 2 - - uid: 5654 + - uid: 4004 components: - type: Transform - pos: 79.5,79.5 + pos: 74.5,107.5 parent: 2 - - uid: 5655 + - uid: 4005 components: - type: Transform - pos: 80.5,80.5 + pos: 75.5,105.5 parent: 2 - - uid: 5656 + - uid: 4006 components: - type: Transform - pos: 80.5,81.5 + pos: 75.5,106.5 parent: 2 - - uid: 5657 + - uid: 4007 components: - type: Transform - pos: 88.5,118.5 + pos: 75.5,107.5 parent: 2 - - uid: 5658 + - uid: 4008 components: - type: Transform - pos: 40.5,119.5 + pos: 71.5,118.5 parent: 2 - - uid: 5659 + - uid: 4009 components: - type: Transform - pos: 91.5,192.5 + pos: 71.5,117.5 parent: 2 - - uid: 5660 + - uid: 4010 components: - type: Transform - pos: 53.5,77.5 + pos: 70.5,118.5 parent: 2 - - uid: 5661 + - uid: 4011 components: - type: Transform - pos: 40.5,120.5 + pos: 70.5,117.5 parent: 2 - - uid: 5662 + - uid: 4012 components: - type: Transform - pos: 49.5,76.5 + pos: 76.5,105.5 parent: 2 - - uid: 5663 + - uid: 4013 components: - type: Transform - pos: 90.5,115.5 + pos: 77.5,105.5 parent: 2 - - uid: 5664 + - uid: 4014 components: - type: Transform - pos: 48.5,76.5 + pos: 78.5,105.5 parent: 2 - - uid: 5665 + - uid: 4015 components: - type: Transform - pos: 102.5,135.5 + pos: 79.5,105.5 parent: 2 - - uid: 5666 + - uid: 4016 components: - type: Transform - pos: 80.5,127.5 + pos: 80.5,105.5 parent: 2 - - uid: 5667 + - uid: 4017 components: - type: Transform - pos: 80.5,126.5 + pos: 81.5,105.5 parent: 2 - - uid: 5668 + - uid: 4018 components: - type: Transform - pos: 80.5,125.5 + pos: 81.5,106.5 parent: 2 - - uid: 5669 + - uid: 4019 components: - type: Transform - pos: 81.5,127.5 + pos: 81.5,107.5 parent: 2 - - uid: 5670 + - uid: 4020 components: - type: Transform - pos: 81.5,125.5 + pos: 82.5,106.5 parent: 2 - - uid: 5671 + - uid: 4021 components: - type: Transform - pos: 82.5,127.5 + pos: 82.5,107.5 parent: 2 - - uid: 5672 + - uid: 4022 components: - type: Transform - pos: 82.5,125.5 + pos: 82.5,105.5 parent: 2 - - uid: 5673 + - uid: 4023 components: - type: Transform - pos: 83.5,127.5 + pos: 82.5,104.5 parent: 2 - - uid: 5674 + - uid: 4024 components: - type: Transform - pos: 84.5,127.5 + pos: 83.5,104.5 parent: 2 - - uid: 5675 + - uid: 4025 components: - type: Transform - pos: 84.5,126.5 + pos: 84.5,104.5 parent: 2 - - uid: 5676 + - uid: 4026 components: - type: Transform - pos: 102.5,134.5 + pos: 85.5,104.5 parent: 2 - - uid: 5677 + - uid: 4027 components: - type: Transform - pos: 77.5,118.5 + pos: 59.5,75.5 parent: 2 - - uid: 5678 + - uid: 4028 components: - type: Transform - pos: 103.5,123.5 + pos: 53.5,76.5 parent: 2 - - uid: 5679 + - uid: 4037 components: - type: Transform - pos: 103.5,124.5 + pos: 57.5,75.5 parent: 2 - - uid: 5680 + - uid: 4038 components: - type: Transform - pos: 103.5,122.5 + pos: 62.5,81.5 parent: 2 - - uid: 5681 + - uid: 4039 components: - type: Transform - pos: 103.5,126.5 + pos: 61.5,80.5 parent: 2 - - uid: 5682 + - uid: 4040 components: - type: Transform - pos: 103.5,125.5 + pos: 65.5,79.5 parent: 2 - - uid: 5683 + - uid: 4041 components: - type: Transform - pos: 106.5,118.5 + pos: 61.5,79.5 parent: 2 - - uid: 5684 + - uid: 4042 components: - type: Transform - pos: 106.5,119.5 + pos: 62.5,82.5 parent: 2 - - uid: 5685 + - uid: 4043 components: - type: Transform - pos: 105.5,118.5 + pos: 60.5,82.5 parent: 2 - - uid: 5686 + - uid: 4044 components: - type: Transform - pos: 103.5,120.5 + pos: 62.5,80.5 parent: 2 - - uid: 5687 + - uid: 4442 components: - type: Transform - pos: 107.5,131.5 + pos: 61.5,82.5 parent: 2 - - uid: 5688 + - uid: 4457 components: - type: Transform - pos: 103.5,119.5 + pos: 109.5,198.5 parent: 2 - - uid: 5689 + - uid: 4458 components: - type: Transform - pos: 103.5,121.5 + pos: 112.5,201.5 parent: 2 - - uid: 5690 + - uid: 4459 components: - type: Transform - pos: 104.5,119.5 + pos: 111.5,207.5 parent: 2 - - uid: 5691 + - uid: 4460 components: - type: Transform - pos: 105.5,119.5 + pos: 112.5,205.5 parent: 2 - - uid: 5692 + - uid: 4461 components: - type: Transform - pos: 107.5,118.5 + pos: 112.5,203.5 parent: 2 - - uid: 5693 + - uid: 4463 components: - type: Transform - pos: 107.5,117.5 + pos: 110.5,203.5 parent: 2 - - uid: 5694 + - uid: 4464 components: - type: Transform - pos: 107.5,116.5 + pos: 112.5,206.5 parent: 2 - - uid: 5695 + - uid: 4465 components: - type: Transform - pos: 106.5,117.5 + pos: 112.5,202.5 parent: 2 - - uid: 5696 + - uid: 4466 components: - type: Transform - pos: 104.5,129.5 + pos: 112.5,207.5 parent: 2 - - uid: 5697 + - uid: 4467 components: - type: Transform - pos: 104.5,118.5 + pos: 110.5,200.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + pos: 110.5,208.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: 110.5,199.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + pos: 109.5,203.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: 109.5,201.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + pos: 60.5,81.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + pos: 60.5,79.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + pos: 61.5,81.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + pos: 60.5,80.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + pos: 54.5,75.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 56.5,75.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: 55.5,75.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + pos: 58.5,75.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + pos: 67.5,79.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + pos: 66.5,79.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + pos: 69.5,79.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: 68.5,79.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + pos: 71.5,79.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: 70.5,79.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: 75.5,79.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + pos: 72.5,79.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: 74.5,79.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: 73.5,79.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + pos: 63.5,80.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: 62.5,79.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: 63.5,79.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: 63.5,81.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + pos: 63.5,82.5 + parent: 2 + - uid: 5675 + components: + - type: Transform + pos: 64.5,79.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + pos: 76.5,79.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + pos: 77.5,79.5 + parent: 2 + - uid: 5678 + components: + - type: Transform + pos: 78.5,79.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + pos: 100.5,49.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + pos: 85.5,67.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + pos: 85.5,68.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + pos: 85.5,69.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + pos: 85.5,66.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: 102.5,49.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + pos: 101.5,49.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + pos: 102.5,50.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + pos: 76.5,64.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + pos: 96.5,41.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: 78.5,64.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + pos: 95.5,41.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + pos: 77.5,64.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + pos: 97.5,41.5 + parent: 2 + - uid: 5693 + components: + - type: Transform + pos: 79.5,64.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: 98.5,41.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + pos: 99.5,41.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 74.5,41.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: 74.5,44.5 parent: 2 - uid: 5698 components: - type: Transform - pos: 105.5,129.5 + pos: 74.5,43.5 parent: 2 - uid: 5699 components: - type: Transform - pos: 103.5,128.5 + pos: 73.5,44.5 parent: 2 - uid: 5700 components: - type: Transform - pos: 103.5,127.5 + pos: 73.5,42.5 parent: 2 - uid: 5701 components: - type: Transform - pos: 102.5,120.5 + pos: 73.5,41.5 parent: 2 - uid: 5702 components: - type: Transform - pos: 102.5,119.5 + pos: 73.5,43.5 parent: 2 - uid: 5703 components: - type: Transform - pos: 103.5,129.5 + pos: 75.5,41.5 parent: 2 - uid: 5704 components: - type: Transform - pos: 106.5,116.5 + pos: 82.5,41.5 parent: 2 - uid: 5705 components: - type: Transform - pos: 94.5,118.5 + pos: 81.5,41.5 parent: 2 - uid: 5706 components: - type: Transform - pos: 93.5,118.5 + pos: 87.5,41.5 parent: 2 - uid: 5707 components: - type: Transform - pos: 93.5,117.5 + pos: 74.5,42.5 parent: 2 - uid: 5708 components: - type: Transform - pos: 92.5,117.5 + pos: 83.5,41.5 parent: 2 - uid: 5709 components: - type: Transform - pos: 92.5,118.5 + pos: 85.5,41.5 parent: 2 - uid: 5710 components: - type: Transform - pos: 97.5,118.5 + pos: 84.5,41.5 parent: 2 - uid: 5711 components: - type: Transform - pos: 95.5,118.5 + pos: 88.5,41.5 parent: 2 - uid: 5712 components: - type: Transform - pos: 96.5,118.5 + pos: 86.5,41.5 parent: 2 - uid: 5713 components: - type: Transform - pos: 99.5,118.5 + pos: 89.5,41.5 parent: 2 - uid: 5714 components: - type: Transform - pos: 98.5,118.5 + pos: 91.5,41.5 parent: 2 - uid: 5715 components: - type: Transform - pos: 102.5,118.5 + pos: 92.5,41.5 parent: 2 - uid: 5716 components: - type: Transform - pos: 100.5,118.5 + pos: 90.5,41.5 parent: 2 - uid: 5717 components: - type: Transform - pos: 101.5,118.5 + pos: 93.5,41.5 parent: 2 - uid: 5718 components: - type: Transform - pos: 103.5,118.5 + pos: 94.5,41.5 parent: 2 - uid: 5719 components: - type: Transform - pos: 91.5,115.5 + pos: 76.5,41.5 parent: 2 - uid: 5720 components: - type: Transform - pos: 91.5,116.5 + pos: 77.5,41.5 parent: 2 - uid: 5721 components: - type: Transform - pos: 91.5,114.5 + pos: 79.5,41.5 parent: 2 - uid: 5722 components: - type: Transform - pos: 91.5,113.5 + pos: 78.5,41.5 parent: 2 - uid: 5723 components: - type: Transform - pos: 90.5,114.5 + pos: 80.5,41.5 parent: 2 - uid: 5724 components: - type: Transform - pos: 90.5,116.5 + pos: 49.5,88.5 parent: 2 - uid: 5725 components: - type: Transform - pos: 91.5,118.5 + pos: 50.5,88.5 parent: 2 - uid: 5726 components: - type: Transform - pos: 90.5,113.5 + pos: 106.5,131.5 parent: 2 - uid: 5727 components: - type: Transform - pos: 88.5,116.5 + pos: 92.5,154.5 parent: 2 - uid: 5728 components: - type: Transform - pos: 91.5,117.5 + pos: 91.5,199.5 parent: 2 - uid: 5729 components: - type: Transform - pos: 88.5,113.5 + pos: 74.5,213.5 parent: 2 - uid: 5730 components: - type: Transform - pos: 92.5,115.5 + pos: 90.5,172.5 parent: 2 - uid: 5731 components: - type: Transform - pos: 88.5,115.5 + pos: 82.5,44.5 parent: 2 - uid: 5732 components: - type: Transform - pos: 92.5,116.5 + pos: 82.5,43.5 parent: 2 - uid: 5733 components: - type: Transform - pos: 88.5,114.5 + pos: 54.5,77.5 parent: 2 - uid: 5734 components: - type: Transform - pos: 90.5,118.5 + pos: 52.5,76.5 parent: 2 - uid: 5735 components: - type: Transform - pos: 89.5,118.5 + pos: 51.5,76.5 parent: 2 - uid: 5736 components: - type: Transform - pos: 89.5,114.5 + pos: 50.5,76.5 parent: 2 - uid: 5737 components: - type: Transform - pos: 89.5,117.5 + pos: 82.5,42.5 parent: 2 - uid: 5738 components: - type: Transform - pos: 90.5,117.5 + pos: 54.5,76.5 parent: 2 - uid: 5739 components: - type: Transform - pos: 89.5,116.5 + pos: 101.5,135.5 parent: 2 - uid: 5740 components: - type: Transform - pos: 89.5,115.5 + pos: 41.5,118.5 parent: 2 - uid: 5741 components: - type: Transform - pos: 89.5,113.5 + pos: 41.5,119.5 parent: 2 - uid: 5742 components: - type: Transform - pos: 102.5,122.5 + pos: 91.5,108.5 parent: 2 - uid: 5743 components: - type: Transform - pos: 102.5,121.5 + pos: 91.5,107.5 parent: 2 - uid: 5744 components: - type: Transform - pos: 102.5,124.5 + pos: 91.5,106.5 parent: 2 - uid: 5745 components: - type: Transform - pos: 102.5,123.5 + pos: 91.5,105.5 parent: 2 - uid: 5746 components: - type: Transform - pos: 102.5,125.5 + pos: 91.5,104.5 parent: 2 - uid: 5747 components: - type: Transform - pos: 102.5,126.5 + pos: 91.5,103.5 parent: 2 - uid: 5748 components: - type: Transform - pos: 102.5,127.5 + pos: 91.5,102.5 parent: 2 - uid: 5749 components: - type: Transform - pos: 102.5,128.5 + pos: 92.5,106.5 parent: 2 - uid: 5750 components: - type: Transform - pos: 102.5,129.5 + pos: 92.5,105.5 parent: 2 - uid: 5751 components: - type: Transform - pos: 76.5,118.5 + pos: 92.5,104.5 parent: 2 - uid: 5752 components: - type: Transform - pos: 82.5,113.5 + pos: 92.5,103.5 parent: 2 - uid: 5753 components: - type: Transform - pos: 82.5,114.5 + pos: 92.5,102.5 parent: 2 - uid: 5754 components: - type: Transform - pos: 82.5,115.5 + pos: 93.5,104.5 parent: 2 - uid: 5755 components: - type: Transform - pos: 82.5,116.5 + pos: 93.5,103.5 parent: 2 - uid: 5756 components: - type: Transform - pos: 82.5,117.5 + pos: 93.5,102.5 parent: 2 - uid: 5757 components: - type: Transform - pos: 82.5,118.5 + pos: 94.5,103.5 parent: 2 - uid: 5758 components: - type: Transform - pos: 82.5,119.5 + pos: 94.5,102.5 parent: 2 - uid: 5759 components: - type: Transform - pos: 80.5,119.5 + pos: 95.5,103.5 parent: 2 - uid: 5760 components: - type: Transform - pos: 80.5,118.5 + pos: 95.5,102.5 parent: 2 - uid: 5761 components: - type: Transform - pos: 81.5,119.5 + pos: 96.5,103.5 parent: 2 - uid: 5762 components: - type: Transform - pos: 81.5,118.5 + pos: 96.5,102.5 parent: 2 - uid: 5763 components: - type: Transform - pos: 72.5,117.5 + pos: 97.5,103.5 parent: 2 - uid: 5764 components: - type: Transform - pos: 72.5,118.5 + pos: 97.5,102.5 parent: 2 - uid: 5765 components: - type: Transform - pos: 73.5,117.5 + pos: 98.5,103.5 parent: 2 - uid: 5766 components: - type: Transform - pos: 73.5,118.5 + pos: 98.5,102.5 parent: 2 - uid: 5767 components: - type: Transform - pos: 74.5,117.5 + pos: 99.5,103.5 parent: 2 - uid: 5768 components: - type: Transform - pos: 74.5,118.5 + pos: 99.5,102.5 parent: 2 - uid: 5769 components: - type: Transform - pos: 75.5,117.5 + pos: 100.5,103.5 parent: 2 - uid: 5770 components: - type: Transform - pos: 75.5,118.5 + pos: 100.5,102.5 parent: 2 - uid: 5771 components: - type: Transform - pos: 78.5,118.5 + pos: 101.5,103.5 parent: 2 - uid: 5772 components: - type: Transform - pos: 79.5,118.5 + pos: 101.5,102.5 parent: 2 - uid: 5773 components: - type: Transform - pos: 72.5,107.5 + pos: 102.5,103.5 parent: 2 - uid: 5774 components: - type: Transform - pos: 73.5,107.5 + pos: 102.5,102.5 parent: 2 - uid: 5775 components: - type: Transform - pos: 74.5,107.5 + pos: 103.5,103.5 parent: 2 - uid: 5776 components: - type: Transform - pos: 75.5,105.5 + pos: 103.5,102.5 parent: 2 - uid: 5777 components: - type: Transform - pos: 75.5,106.5 + pos: 104.5,103.5 parent: 2 - uid: 5778 components: - type: Transform - pos: 75.5,107.5 + pos: 104.5,102.5 parent: 2 - uid: 5779 components: - type: Transform - pos: 71.5,118.5 + pos: 105.5,103.5 parent: 2 - uid: 5780 components: - type: Transform - pos: 71.5,117.5 + pos: 105.5,102.5 parent: 2 - uid: 5781 components: - type: Transform - pos: 70.5,118.5 + pos: 106.5,103.5 parent: 2 - uid: 5782 components: - type: Transform - pos: 70.5,117.5 + pos: 106.5,102.5 parent: 2 - uid: 5783 components: - type: Transform - pos: 76.5,105.5 + pos: 105.5,104.5 parent: 2 - uid: 5784 components: - type: Transform - pos: 77.5,105.5 + pos: 106.5,104.5 parent: 2 - uid: 5785 components: - type: Transform - pos: 78.5,105.5 + pos: 106.5,105.5 parent: 2 - uid: 5786 components: - type: Transform - pos: 79.5,105.5 + pos: 106.5,106.5 parent: 2 - uid: 5787 components: - type: Transform - pos: 80.5,105.5 + pos: 103.5,133.5 parent: 2 - uid: 5788 components: - type: Transform - pos: 81.5,105.5 + pos: 105.5,132.5 parent: 2 - uid: 5789 components: - type: Transform - pos: 81.5,106.5 + pos: 105.5,131.5 parent: 2 - uid: 5790 components: - type: Transform - pos: 81.5,107.5 + pos: 104.5,132.5 parent: 2 - uid: 5791 components: - type: Transform - pos: 82.5,106.5 + pos: 102.5,144.5 parent: 2 - uid: 5792 components: - type: Transform - pos: 82.5,107.5 + pos: 91.5,154.5 parent: 2 - uid: 5793 components: - type: Transform - pos: 82.5,105.5 + pos: 91.5,201.5 parent: 2 - uid: 5794 components: - type: Transform - pos: 82.5,104.5 + pos: 91.5,198.5 parent: 2 - uid: 5795 components: - type: Transform - pos: 83.5,104.5 + pos: 86.5,192.5 parent: 2 - uid: 5796 components: - type: Transform - pos: 84.5,104.5 + pos: 91.5,197.5 parent: 2 - uid: 5797 components: - type: Transform - pos: 85.5,104.5 + pos: 100.5,144.5 parent: 2 - uid: 5798 components: - type: Transform - pos: 59.5,75.5 + pos: 81.5,161.5 parent: 2 - uid: 5799 components: - type: Transform - pos: 53.5,76.5 + pos: 81.5,162.5 parent: 2 - uid: 5800 components: - type: Transform - pos: 57.5,75.5 + pos: 100.5,143.5 parent: 2 - uid: 5801 components: - type: Transform - pos: 62.5,81.5 + pos: 101.5,144.5 parent: 2 - uid: 5802 components: - type: Transform - pos: 61.5,80.5 + pos: 110.5,135.5 parent: 2 - uid: 5803 components: - type: Transform - pos: 65.5,79.5 + pos: 80.5,149.5 parent: 2 - uid: 5804 components: - type: Transform - pos: 61.5,79.5 + pos: 80.5,150.5 parent: 2 - uid: 5805 components: - type: Transform - pos: 62.5,82.5 + pos: 80.5,162.5 parent: 2 - uid: 5806 components: - type: Transform - pos: 60.5,82.5 + pos: 80.5,160.5 parent: 2 - uid: 5807 components: - type: Transform - pos: 62.5,80.5 + pos: 80.5,159.5 parent: 2 - uid: 5808 components: - type: Transform - pos: 61.5,82.5 + pos: 80.5,161.5 parent: 2 - uid: 5809 components: - type: Transform - pos: 60.5,81.5 + pos: 81.5,159.5 parent: 2 - uid: 5810 components: - type: Transform - pos: 60.5,79.5 + pos: 121.5,211.5 parent: 2 - uid: 5811 components: - type: Transform - pos: 61.5,81.5 + pos: 121.5,210.5 parent: 2 - - uid: 5812 + - uid: 5815 components: - type: Transform - pos: 60.5,80.5 + pos: 81.5,150.5 parent: 2 - - uid: 5813 + - uid: 5817 components: - type: Transform - pos: 54.5,75.5 + pos: 97.5,142.5 parent: 2 - - uid: 5814 + - uid: 5818 components: - type: Transform - pos: 56.5,75.5 + pos: 96.5,125.5 parent: 2 - - uid: 5815 + - uid: 5819 components: - type: Transform - pos: 55.5,75.5 + pos: 95.5,127.5 parent: 2 - - uid: 5816 + - uid: 5823 components: - type: Transform - pos: 58.5,75.5 + pos: 95.5,128.5 parent: 2 - - uid: 5817 + - uid: 5824 components: - type: Transform - pos: 67.5,79.5 + pos: 96.5,126.5 parent: 2 - - uid: 5818 + - uid: 5825 components: - type: Transform - pos: 66.5,79.5 + pos: 82.5,136.5 parent: 2 - - uid: 5819 + - uid: 5826 components: - type: Transform - pos: 69.5,79.5 - parent: 2 - - uid: 5820 - components: - - type: Transform - pos: 68.5,79.5 - parent: 2 - - uid: 5821 - components: - - type: Transform - pos: 71.5,79.5 - parent: 2 - - uid: 5822 - components: - - type: Transform - pos: 70.5,79.5 - parent: 2 - - uid: 5823 - components: - - type: Transform - pos: 75.5,79.5 - parent: 2 - - uid: 5824 - components: - - type: Transform - pos: 72.5,79.5 - parent: 2 - - uid: 5825 - components: - - type: Transform - pos: 74.5,79.5 - parent: 2 - - uid: 5826 - components: - - type: Transform - pos: 73.5,79.5 + pos: 95.5,126.5 parent: 2 - uid: 5827 components: - type: Transform - pos: 63.5,80.5 + pos: 95.5,125.5 parent: 2 - uid: 5828 components: - type: Transform - pos: 62.5,79.5 + pos: 80.5,128.5 parent: 2 - uid: 5829 components: - type: Transform - pos: 63.5,79.5 + pos: 80.5,129.5 parent: 2 - uid: 5830 components: - type: Transform - pos: 63.5,81.5 + pos: 80.5,130.5 parent: 2 - uid: 5831 components: - type: Transform - pos: 63.5,82.5 + pos: 80.5,131.5 parent: 2 - uid: 5832 components: - type: Transform - pos: 64.5,79.5 + pos: 80.5,132.5 parent: 2 - uid: 5833 components: - type: Transform - pos: 76.5,79.5 + pos: 80.5,133.5 parent: 2 - uid: 5834 components: - type: Transform - pos: 77.5,79.5 + pos: 80.5,134.5 parent: 2 - uid: 5835 components: - type: Transform - pos: 78.5,79.5 + pos: 80.5,135.5 parent: 2 - uid: 5836 components: - type: Transform - pos: 100.5,49.5 + pos: 80.5,136.5 parent: 2 - uid: 5837 components: - type: Transform - pos: 85.5,67.5 + pos: 80.5,137.5 parent: 2 - uid: 5838 components: - type: Transform - pos: 85.5,68.5 + pos: 80.5,138.5 parent: 2 - uid: 5839 components: - type: Transform - pos: 85.5,69.5 + pos: 80.5,139.5 parent: 2 - uid: 5840 components: - type: Transform - pos: 85.5,66.5 + pos: 80.5,141.5 parent: 2 - uid: 5841 components: - type: Transform - pos: 102.5,49.5 + pos: 80.5,142.5 parent: 2 - uid: 5842 components: - type: Transform - pos: 101.5,49.5 + pos: 81.5,142.5 parent: 2 - uid: 5843 components: - type: Transform - pos: 102.5,50.5 + pos: 81.5,141.5 parent: 2 - uid: 5844 components: - type: Transform - pos: 76.5,64.5 + pos: 82.5,127.5 parent: 2 - uid: 5845 components: - type: Transform - pos: 96.5,41.5 + pos: 80.5,125.5 parent: 2 - uid: 5846 components: - type: Transform - pos: 78.5,64.5 + pos: 52.5,197.5 parent: 2 - uid: 5847 components: - type: Transform - pos: 95.5,41.5 + pos: 50.5,197.5 parent: 2 - uid: 5848 components: - type: Transform - pos: 77.5,64.5 + pos: 49.5,197.5 parent: 2 - uid: 5849 components: - type: Transform - pos: 97.5,41.5 - parent: 2 - - uid: 5850 - components: - - type: Transform - pos: 79.5,64.5 + pos: 68.5,185.5 parent: 2 - uid: 5851 components: - type: Transform - pos: 98.5,41.5 - parent: 2 - - uid: 5852 - components: - - type: Transform - pos: 99.5,41.5 + pos: 90.5,128.5 parent: 2 - uid: 5853 components: - type: Transform - pos: 74.5,41.5 + pos: 89.5,126.5 parent: 2 - uid: 5854 components: - type: Transform - pos: 74.5,44.5 + pos: 88.5,125.5 parent: 2 - uid: 5855 components: - type: Transform - pos: 74.5,43.5 + pos: 89.5,127.5 parent: 2 - uid: 5856 components: - type: Transform - pos: 73.5,44.5 + pos: 89.5,125.5 parent: 2 - uid: 5857 components: - type: Transform - pos: 73.5,42.5 + pos: 82.5,139.5 parent: 2 - uid: 5858 components: - type: Transform - pos: 73.5,41.5 + pos: 97.5,140.5 parent: 2 - uid: 5859 components: - type: Transform - pos: 73.5,43.5 + pos: 97.5,141.5 parent: 2 - uid: 5860 components: - type: Transform - pos: 75.5,41.5 + pos: 97.5,139.5 parent: 2 - uid: 5861 components: - type: Transform - pos: 82.5,41.5 + pos: 83.5,149.5 parent: 2 - uid: 5862 components: - type: Transform - pos: 81.5,41.5 + pos: 96.5,127.5 parent: 2 - uid: 5863 components: - type: Transform - pos: 87.5,41.5 + pos: 96.5,128.5 parent: 2 - uid: 5864 components: - type: Transform - pos: 74.5,42.5 + pos: 82.5,137.5 parent: 2 - uid: 5865 components: - type: Transform - pos: 83.5,41.5 + pos: 121.5,212.5 parent: 2 - uid: 5866 components: - type: Transform - pos: 85.5,41.5 + pos: 94.5,128.5 parent: 2 - uid: 5867 components: - type: Transform - pos: 84.5,41.5 + pos: 94.5,127.5 parent: 2 - uid: 5868 components: - type: Transform - pos: 88.5,41.5 + pos: 94.5,126.5 parent: 2 - uid: 5869 components: - type: Transform - pos: 86.5,41.5 + pos: 94.5,125.5 parent: 2 - uid: 5870 components: - type: Transform - pos: 89.5,41.5 + pos: 93.5,128.5 parent: 2 - uid: 5871 components: - type: Transform - pos: 91.5,41.5 + pos: 93.5,127.5 parent: 2 - uid: 5872 components: - type: Transform - pos: 92.5,41.5 + pos: 93.5,126.5 parent: 2 - uid: 5873 components: - type: Transform - pos: 90.5,41.5 + pos: 93.5,125.5 parent: 2 - uid: 5874 components: - type: Transform - pos: 93.5,41.5 + pos: 92.5,128.5 parent: 2 - uid: 5875 components: - type: Transform - pos: 94.5,41.5 + pos: 92.5,127.5 parent: 2 - uid: 5876 components: - type: Transform - pos: 76.5,41.5 + pos: 92.5,126.5 parent: 2 - uid: 5877 components: - type: Transform - pos: 77.5,41.5 + pos: 92.5,125.5 parent: 2 - uid: 5878 components: - type: Transform - pos: 79.5,41.5 + pos: 91.5,128.5 parent: 2 - uid: 5879 components: - type: Transform - pos: 78.5,41.5 + pos: 91.5,127.5 parent: 2 - uid: 5880 components: - type: Transform - pos: 80.5,41.5 + pos: 91.5,126.5 parent: 2 - uid: 5881 components: - type: Transform - pos: 53.5,82.5 + pos: 110.5,204.5 parent: 2 - uid: 5882 components: - type: Transform - pos: 54.5,82.5 + pos: 109.5,200.5 parent: 2 - uid: 5883 components: - type: Transform - pos: 49.5,88.5 + pos: 91.5,125.5 parent: 2 - uid: 5884 components: - type: Transform - pos: 50.5,88.5 + pos: 90.5,127.5 parent: 2 - uid: 5885 components: - type: Transform - pos: 106.5,131.5 + pos: 90.5,126.5 parent: 2 - uid: 5886 components: - type: Transform - pos: 92.5,154.5 + pos: 90.5,125.5 parent: 2 - uid: 5887 components: - type: Transform - pos: 91.5,199.5 + pos: 93.5,124.5 parent: 2 - uid: 5888 components: - type: Transform - pos: 74.5,213.5 + pos: 94.5,124.5 parent: 2 - uid: 5889 components: - type: Transform - pos: 90.5,172.5 + pos: 95.5,124.5 parent: 2 - uid: 5890 components: - type: Transform - pos: 82.5,44.5 + pos: 96.5,124.5 parent: 2 - uid: 5891 components: - type: Transform - pos: 82.5,43.5 + pos: 96.5,134.5 parent: 2 - uid: 5892 components: - type: Transform - pos: 54.5,77.5 + pos: 96.5,133.5 parent: 2 - uid: 5893 components: - type: Transform - pos: 52.5,76.5 + pos: 96.5,132.5 parent: 2 - uid: 5894 components: - type: Transform - pos: 51.5,76.5 + pos: 96.5,131.5 parent: 2 - uid: 5895 components: - type: Transform - pos: 50.5,76.5 + pos: 96.5,130.5 parent: 2 - uid: 5896 components: - type: Transform - pos: 82.5,42.5 + pos: 96.5,129.5 parent: 2 - uid: 5897 components: - type: Transform - pos: 54.5,76.5 + pos: 82.5,138.5 parent: 2 - uid: 5898 components: - type: Transform - pos: 101.5,135.5 + pos: 97.5,136.5 parent: 2 - uid: 5899 components: - type: Transform - pos: 41.5,118.5 + pos: 97.5,135.5 parent: 2 - uid: 5900 components: - type: Transform - pos: 41.5,119.5 + pos: 98.5,136.5 parent: 2 - uid: 5901 components: - type: Transform - pos: 91.5,108.5 + pos: 98.5,135.5 parent: 2 - uid: 5902 components: - type: Transform - pos: 91.5,107.5 + pos: 103.5,148.5 parent: 2 - uid: 5903 components: - type: Transform - pos: 91.5,106.5 + pos: 99.5,135.5 parent: 2 - uid: 5904 components: - type: Transform - pos: 91.5,105.5 + pos: 100.5,136.5 parent: 2 - uid: 5905 components: - type: Transform - pos: 91.5,104.5 + pos: 100.5,135.5 parent: 2 - uid: 5906 components: - type: Transform - pos: 91.5,103.5 + pos: 97.5,137.5 parent: 2 - uid: 5907 components: - type: Transform - pos: 91.5,102.5 + pos: 97.5,138.5 parent: 2 - uid: 5908 components: - type: Transform - pos: 92.5,106.5 + pos: 84.5,150.5 parent: 2 - uid: 5909 components: - type: Transform - pos: 92.5,105.5 + pos: 83.5,150.5 parent: 2 - uid: 5910 components: - type: Transform - pos: 92.5,104.5 + pos: 89.5,149.5 parent: 2 - uid: 5911 components: - type: Transform - pos: 92.5,103.5 + pos: 83.5,151.5 parent: 2 - uid: 5912 components: - type: Transform - pos: 92.5,102.5 + pos: 83.5,155.5 parent: 2 - uid: 5913 components: - type: Transform - pos: 93.5,104.5 + pos: 84.5,149.5 parent: 2 - uid: 5914 components: - type: Transform - pos: 93.5,103.5 - parent: 2 - - uid: 5915 - components: - - type: Transform - pos: 93.5,102.5 - parent: 2 - - uid: 5916 - components: - - type: Transform - pos: 94.5,103.5 - parent: 2 - - uid: 5917 - components: - - type: Transform - pos: 94.5,102.5 - parent: 2 - - uid: 5918 - components: - - type: Transform - pos: 95.5,103.5 - parent: 2 - - uid: 5919 - components: - - type: Transform - pos: 95.5,102.5 - parent: 2 - - uid: 5920 - components: - - type: Transform - pos: 96.5,103.5 - parent: 2 - - uid: 5921 - components: - - type: Transform - pos: 96.5,102.5 - parent: 2 - - uid: 5922 - components: - - type: Transform - pos: 97.5,103.5 - parent: 2 - - uid: 5923 - components: - - type: Transform - pos: 97.5,102.5 - parent: 2 - - uid: 5924 - components: - - type: Transform - pos: 98.5,103.5 - parent: 2 - - uid: 5925 - components: - - type: Transform - pos: 98.5,102.5 - parent: 2 - - uid: 5926 - components: - - type: Transform - pos: 99.5,103.5 + pos: 88.5,149.5 parent: 2 - uid: 5927 components: - type: Transform - pos: 99.5,102.5 + pos: 96.5,136.5 parent: 2 - uid: 5928 components: - type: Transform - pos: 100.5,103.5 + pos: 96.5,135.5 parent: 2 - uid: 5929 components: - type: Transform - pos: 100.5,102.5 + pos: 81.5,140.5 parent: 2 - uid: 5930 components: - type: Transform - pos: 101.5,103.5 + pos: 81.5,137.5 parent: 2 - uid: 5931 components: - type: Transform - pos: 101.5,102.5 + pos: 81.5,139.5 parent: 2 - uid: 5932 components: - type: Transform - pos: 102.5,103.5 + pos: 81.5,138.5 parent: 2 - uid: 5933 components: - type: Transform - pos: 102.5,102.5 + pos: 81.5,136.5 parent: 2 - uid: 5934 components: - type: Transform - pos: 103.5,103.5 + pos: 80.5,140.5 parent: 2 - uid: 5935 components: - type: Transform - pos: 103.5,102.5 + pos: 100.5,145.5 parent: 2 - uid: 5936 components: - type: Transform - pos: 104.5,103.5 + pos: 101.5,145.5 parent: 2 - uid: 5937 components: - type: Transform - pos: 104.5,102.5 + pos: 101.5,146.5 parent: 2 - uid: 5938 components: - type: Transform - pos: 105.5,103.5 + pos: 101.5,147.5 parent: 2 - uid: 5939 components: - type: Transform - pos: 105.5,102.5 + pos: 101.5,148.5 parent: 2 - uid: 5940 components: - type: Transform - pos: 106.5,103.5 + pos: 101.5,149.5 parent: 2 - uid: 5941 components: - type: Transform - pos: 106.5,102.5 + pos: 101.5,150.5 parent: 2 - uid: 5942 components: - type: Transform - pos: 105.5,104.5 + pos: 110.5,134.5 parent: 2 - uid: 5943 components: - type: Transform - pos: 106.5,104.5 + pos: 101.5,152.5 parent: 2 - uid: 5944 components: - type: Transform - pos: 106.5,105.5 + pos: 101.5,151.5 parent: 2 - uid: 5945 components: - type: Transform - pos: 106.5,106.5 + pos: 101.5,153.5 parent: 2 - uid: 5946 components: - type: Transform - pos: 103.5,133.5 + pos: 100.5,153.5 parent: 2 - uid: 5947 components: - type: Transform - pos: 105.5,132.5 + pos: 99.5,153.5 parent: 2 - uid: 5948 components: - type: Transform - pos: 105.5,131.5 + pos: 98.5,153.5 parent: 2 - uid: 5949 components: - type: Transform - pos: 104.5,132.5 + pos: 97.5,153.5 parent: 2 - uid: 5950 components: - type: Transform - pos: 102.5,144.5 + pos: 96.5,153.5 parent: 2 - uid: 5951 components: - type: Transform - pos: 91.5,154.5 + pos: 95.5,153.5 parent: 2 - uid: 5952 components: - type: Transform - pos: 91.5,201.5 + pos: 94.5,153.5 parent: 2 - uid: 5953 components: - type: Transform - pos: 91.5,198.5 + pos: 96.5,137.5 parent: 2 - uid: 5954 components: - type: Transform - pos: 86.5,192.5 + pos: 102.5,143.5 parent: 2 - uid: 5955 components: - type: Transform - pos: 91.5,197.5 + pos: 103.5,143.5 parent: 2 - uid: 5956 components: - type: Transform - pos: 100.5,144.5 + pos: 104.5,143.5 parent: 2 - uid: 5957 components: - type: Transform - pos: 111.5,134.5 + pos: 94.5,154.5 parent: 2 - uid: 5958 components: - type: Transform - pos: 111.5,133.5 + pos: 102.5,145.5 parent: 2 - uid: 5959 components: - type: Transform - pos: 100.5,143.5 + pos: 102.5,146.5 parent: 2 - uid: 5960 components: - type: Transform - pos: 101.5,144.5 + pos: 102.5,147.5 parent: 2 - uid: 5961 components: - type: Transform - pos: 110.5,135.5 + pos: 90.5,154.5 parent: 2 - uid: 5962 components: - type: Transform - pos: 111.5,132.5 + pos: 103.5,146.5 parent: 2 - uid: 5963 components: - type: Transform - pos: 111.5,131.5 + pos: 103.5,147.5 parent: 2 - uid: 5964 components: - type: Transform - pos: 108.5,130.5 + pos: 104.5,145.5 parent: 2 - uid: 5965 components: - type: Transform - pos: 110.5,130.5 + pos: 104.5,146.5 parent: 2 - uid: 5966 components: - type: Transform - pos: 109.5,130.5 + pos: 104.5,147.5 parent: 2 - uid: 5967 components: - type: Transform - pos: 107.5,130.5 + pos: 105.5,145.5 parent: 2 - uid: 5968 components: - type: Transform - pos: 111.5,135.5 + pos: 105.5,146.5 parent: 2 - uid: 5969 components: - type: Transform - pos: 121.5,211.5 + pos: 105.5,147.5 parent: 2 - uid: 5970 components: - type: Transform - pos: 121.5,210.5 + pos: 93.5,154.5 parent: 2 - uid: 5971 components: - type: Transform - pos: 89.5,141.5 + pos: 89.5,154.5 parent: 2 - uid: 5972 components: - type: Transform - pos: 89.5,147.5 + pos: 89.5,153.5 parent: 2 - uid: 5973 components: - type: Transform - pos: 89.5,142.5 + pos: 105.5,140.5 parent: 2 - uid: 5974 components: - type: Transform - pos: 110.5,144.5 + pos: 106.5,140.5 parent: 2 - uid: 5975 components: - type: Transform - pos: 89.5,146.5 + pos: 82.5,161.5 parent: 2 - uid: 5976 components: - type: Transform - pos: 97.5,142.5 + pos: 107.5,137.5 parent: 2 - uid: 5977 components: - type: Transform - pos: 96.5,125.5 + pos: 109.5,202.5 parent: 2 - uid: 5978 components: - type: Transform - pos: 95.5,127.5 + pos: 108.5,148.5 parent: 2 - uid: 5979 components: - type: Transform - pos: 89.5,145.5 + pos: 108.5,137.5 parent: 2 - uid: 5980 components: - type: Transform - pos: 89.5,143.5 + pos: 99.5,142.5 parent: 2 - uid: 5981 components: - type: Transform - pos: 89.5,144.5 + pos: 109.5,135.5 parent: 2 - uid: 5982 components: - type: Transform - pos: 95.5,128.5 + pos: 110.5,136.5 parent: 2 - uid: 5983 components: - type: Transform - pos: 96.5,126.5 + pos: 81.5,160.5 parent: 2 - uid: 5984 components: - type: Transform - pos: 82.5,136.5 + pos: 81.5,158.5 parent: 2 - uid: 5985 components: - type: Transform - pos: 95.5,126.5 + pos: 81.5,156.5 parent: 2 - uid: 5986 components: - type: Transform - pos: 95.5,125.5 + pos: 81.5,157.5 parent: 2 - uid: 5987 components: - type: Transform - pos: 80.5,128.5 + pos: 81.5,155.5 parent: 2 - uid: 5988 components: - type: Transform - pos: 80.5,129.5 + pos: 81.5,154.5 parent: 2 - uid: 5989 components: - type: Transform - pos: 80.5,130.5 + pos: 81.5,153.5 parent: 2 - uid: 5990 components: - type: Transform - pos: 80.5,131.5 + pos: 110.5,137.5 parent: 2 - uid: 5991 components: - type: Transform - pos: 80.5,132.5 + pos: 110.5,138.5 parent: 2 - uid: 5992 components: - type: Transform - pos: 80.5,133.5 + pos: 110.5,139.5 parent: 2 - uid: 5993 components: - type: Transform - pos: 80.5,134.5 + pos: 110.5,140.5 parent: 2 - uid: 5994 components: - type: Transform - pos: 80.5,135.5 + pos: 110.5,141.5 parent: 2 - uid: 5995 components: - type: Transform - pos: 80.5,136.5 + pos: 81.5,152.5 parent: 2 - uid: 5996 components: - type: Transform - pos: 80.5,137.5 + pos: 109.5,137.5 parent: 2 - uid: 5997 components: - type: Transform - pos: 80.5,138.5 + pos: 109.5,138.5 parent: 2 - uid: 5998 components: - type: Transform - pos: 80.5,139.5 + pos: 109.5,139.5 parent: 2 - uid: 5999 components: - type: Transform - pos: 80.5,141.5 + pos: 109.5,141.5 parent: 2 - uid: 6000 components: - type: Transform - pos: 80.5,142.5 + pos: 109.5,142.5 parent: 2 - uid: 6001 components: - type: Transform - pos: 81.5,142.5 + pos: 108.5,138.5 parent: 2 - uid: 6002 components: - type: Transform - pos: 81.5,141.5 + pos: 108.5,142.5 parent: 2 - uid: 6003 components: - type: Transform - pos: 81.5,126.5 + pos: 81.5,151.5 parent: 2 - uid: 6004 components: - type: Transform - pos: 82.5,126.5 + pos: 106.5,144.5 parent: 2 - uid: 6005 components: - type: Transform - pos: 83.5,126.5 + pos: 103.5,135.5 parent: 2 - uid: 6006 components: - type: Transform - pos: 83.5,125.5 + pos: 106.5,146.5 parent: 2 - uid: 6007 components: - type: Transform - pos: 84.5,125.5 + pos: 108.5,144.5 parent: 2 - uid: 6008 components: - type: Transform - pos: 85.5,125.5 + pos: 108.5,145.5 parent: 2 - uid: 6009 components: - type: Transform - pos: 86.5,125.5 + pos: 108.5,146.5 parent: 2 - uid: 6010 components: - type: Transform - pos: 90.5,128.5 + pos: 109.5,144.5 parent: 2 - uid: 6011 components: - type: Transform - pos: 87.5,125.5 + pos: 109.5,145.5 parent: 2 - uid: 6012 components: - type: Transform - pos: 89.5,126.5 + pos: 109.5,146.5 parent: 2 - uid: 6013 components: - type: Transform - pos: 88.5,125.5 + pos: 106.5,147.5 parent: 2 - uid: 6014 components: - type: Transform - pos: 89.5,127.5 + pos: 107.5,147.5 parent: 2 - uid: 6015 components: - type: Transform - pos: 89.5,125.5 + pos: 108.5,147.5 parent: 2 - uid: 6016 components: - type: Transform - pos: 82.5,139.5 + pos: 109.5,147.5 parent: 2 - uid: 6017 components: - type: Transform - pos: 97.5,140.5 + pos: 106.5,141.5 parent: 2 - uid: 6018 components: - type: Transform - pos: 97.5,141.5 + pos: 89.5,152.5 parent: 2 - uid: 6019 components: - type: Transform - pos: 97.5,139.5 + pos: 104.5,140.5 parent: 2 - uid: 6020 components: - type: Transform - pos: 80.5,149.5 + pos: 103.5,140.5 parent: 2 - uid: 6021 components: - type: Transform - pos: 96.5,127.5 + pos: 102.5,142.5 parent: 2 - uid: 6022 components: - type: Transform - pos: 96.5,128.5 + pos: 104.5,133.5 parent: 2 - uid: 6023 components: - type: Transform - pos: 82.5,137.5 + pos: 108.5,131.5 parent: 2 - uid: 6024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,212.5 + pos: 104.5,134.5 parent: 2 - uid: 6025 components: - type: Transform - pos: 94.5,128.5 + pos: 98.5,142.5 parent: 2 - uid: 6026 components: - type: Transform - pos: 94.5,127.5 + pos: 98.5,141.5 parent: 2 - uid: 6027 components: - type: Transform - pos: 94.5,126.5 + pos: 98.5,140.5 parent: 2 - uid: 6028 components: - type: Transform - pos: 94.5,125.5 + pos: 98.5,139.5 parent: 2 - uid: 6029 components: - type: Transform - pos: 93.5,128.5 + pos: 98.5,138.5 parent: 2 - uid: 6030 components: - type: Transform - pos: 93.5,127.5 + pos: 98.5,137.5 parent: 2 - uid: 6031 components: - type: Transform - pos: 93.5,126.5 + pos: 104.5,148.5 parent: 2 - uid: 6032 components: - type: Transform - pos: 93.5,125.5 + pos: 105.5,148.5 parent: 2 - uid: 6033 components: - type: Transform - pos: 92.5,128.5 + pos: 106.5,148.5 parent: 2 - uid: 6034 components: - type: Transform - pos: 92.5,127.5 + pos: 100.5,142.5 parent: 2 - uid: 6035 components: - type: Transform - pos: 92.5,126.5 + pos: 102.5,148.5 parent: 2 - uid: 6036 components: - type: Transform - pos: 92.5,125.5 + pos: 100.5,137.5 parent: 2 - uid: 6037 components: - type: Transform - pos: 91.5,128.5 + pos: 101.5,138.5 parent: 2 - uid: 6038 components: - type: Transform - pos: 91.5,127.5 + pos: 101.5,137.5 parent: 2 - uid: 6039 components: - type: Transform - pos: 91.5,126.5 + pos: 101.5,136.5 parent: 2 - uid: 6040 components: - type: Transform - pos: 91.5,125.5 + pos: 107.5,148.5 parent: 2 - uid: 6041 components: - type: Transform - pos: 90.5,127.5 + pos: 102.5,137.5 parent: 2 - uid: 6042 components: - type: Transform - pos: 90.5,126.5 + pos: 102.5,136.5 parent: 2 - uid: 6043 components: - type: Transform - pos: 90.5,125.5 + pos: 104.5,135.5 parent: 2 - uid: 6044 components: - type: Transform - pos: 93.5,124.5 + pos: 104.5,136.5 parent: 2 - uid: 6045 components: - type: Transform - pos: 94.5,124.5 + pos: 105.5,133.5 parent: 2 - uid: 6046 components: - type: Transform - pos: 95.5,124.5 + pos: 105.5,134.5 parent: 2 - uid: 6047 components: - type: Transform - pos: 96.5,124.5 + pos: 105.5,135.5 parent: 2 - uid: 6048 components: - type: Transform - pos: 96.5,134.5 - parent: 2 - - uid: 6049 - components: - - type: Transform - pos: 96.5,133.5 + pos: 106.5,133.5 parent: 2 - uid: 6050 components: - type: Transform - pos: 96.5,132.5 + pos: 111.5,208.5 parent: 2 - uid: 6051 components: - type: Transform - pos: 96.5,131.5 + pos: 109.5,148.5 parent: 2 - uid: 6052 components: - type: Transform - pos: 96.5,130.5 + pos: 89.5,151.5 parent: 2 - uid: 6053 components: - type: Transform - pos: 96.5,129.5 + pos: 104.5,137.5 parent: 2 - uid: 6054 components: - type: Transform - pos: 82.5,138.5 + pos: 105.5,137.5 parent: 2 - uid: 6055 components: - type: Transform - pos: 97.5,136.5 + pos: 80.5,151.5 parent: 2 - uid: 6056 components: - type: Transform - pos: 97.5,135.5 + pos: 110.5,201.5 parent: 2 - uid: 6057 components: - type: Transform - pos: 98.5,136.5 + pos: 81.5,149.5 parent: 2 - uid: 6058 components: - type: Transform - pos: 98.5,135.5 + pos: 107.5,132.5 parent: 2 - uid: 6059 components: - type: Transform - pos: 103.5,148.5 + pos: 82.5,160.5 parent: 2 - uid: 6060 components: - type: Transform - pos: 99.5,135.5 + pos: 108.5,133.5 parent: 2 - uid: 6061 components: - type: Transform - pos: 100.5,136.5 + pos: 108.5,132.5 parent: 2 - uid: 6062 components: - type: Transform - pos: 100.5,135.5 + pos: 106.5,132.5 parent: 2 - uid: 6063 components: - type: Transform - pos: 97.5,137.5 + pos: 110.5,133.5 parent: 2 - uid: 6064 components: - type: Transform - pos: 97.5,138.5 + pos: 110.5,132.5 parent: 2 - uid: 6065 components: - type: Transform - pos: 80.5,150.5 + pos: 110.5,131.5 parent: 2 - uid: 6066 components: - type: Transform - pos: 81.5,149.5 + pos: 82.5,162.5 parent: 2 - uid: 6067 components: - type: Transform - pos: 81.5,150.5 + pos: 109.5,133.5 parent: 2 - uid: 6068 components: - type: Transform - pos: 82.5,149.5 + pos: 109.5,132.5 parent: 2 - uid: 6069 components: - type: Transform - pos: 82.5,150.5 + pos: 109.5,131.5 parent: 2 - uid: 6070 components: - type: Transform - pos: 83.5,149.5 + pos: 80.5,152.5 parent: 2 - uid: 6071 components: - type: Transform - pos: 83.5,150.5 + pos: 80.5,158.5 parent: 2 - uid: 6072 components: - type: Transform - pos: 84.5,149.5 + pos: 106.5,130.5 parent: 2 - uid: 6073 components: - type: Transform - pos: 84.5,150.5 + pos: 103.5,136.5 parent: 2 - uid: 6074 components: - type: Transform - pos: 85.5,149.5 + pos: 67.5,165.5 parent: 2 - uid: 6075 components: - type: Transform - pos: 85.5,150.5 + pos: 103.5,51.5 parent: 2 - uid: 6076 components: - type: Transform - pos: 86.5,149.5 + pos: 103.5,52.5 parent: 2 - uid: 6077 components: - type: Transform - pos: 86.5,150.5 + pos: 103.5,50.5 parent: 2 - uid: 6078 components: - type: Transform - pos: 87.5,149.5 + pos: 103.5,55.5 parent: 2 - uid: 6079 components: - type: Transform - pos: 87.5,150.5 + pos: 41.5,111.5 parent: 2 - uid: 6080 components: - type: Transform - pos: 88.5,149.5 + pos: 41.5,117.5 parent: 2 - uid: 6081 components: - type: Transform - pos: 88.5,150.5 + pos: 40.5,111.5 parent: 2 - uid: 6082 components: - type: Transform - pos: 89.5,148.5 + pos: 86.5,197.5 parent: 2 - uid: 6083 components: - type: Transform - pos: 89.5,149.5 + pos: 86.5,196.5 parent: 2 - uid: 6084 components: - type: Transform - pos: 96.5,136.5 + pos: 86.5,169.5 parent: 2 - uid: 6085 components: - type: Transform - pos: 96.5,135.5 + pos: 121.5,213.5 parent: 2 - uid: 6086 components: - type: Transform - pos: 81.5,140.5 + pos: 62.5,192.5 parent: 2 - uid: 6087 components: - type: Transform - pos: 81.5,137.5 + pos: 106.5,129.5 parent: 2 - uid: 6088 components: - type: Transform - pos: 81.5,139.5 + pos: 88.5,191.5 parent: 2 - uid: 6089 components: - type: Transform - pos: 81.5,138.5 + pos: 80.5,155.5 parent: 2 - uid: 6090 components: - type: Transform - pos: 81.5,136.5 + pos: 107.5,119.5 parent: 2 - uid: 6091 components: - type: Transform - pos: 80.5,140.5 + pos: 80.5,157.5 parent: 2 - uid: 6092 components: - type: Transform - pos: 100.5,145.5 + pos: 108.5,119.5 parent: 2 - uid: 6093 components: - type: Transform - pos: 101.5,145.5 + pos: 80.5,156.5 parent: 2 - uid: 6094 components: - type: Transform - pos: 101.5,146.5 + pos: 109.5,119.5 parent: 2 - uid: 6095 components: - type: Transform - pos: 101.5,147.5 + pos: 80.5,154.5 parent: 2 - uid: 6096 components: - type: Transform - pos: 101.5,148.5 + pos: 110.5,119.5 parent: 2 - uid: 6097 components: - type: Transform - pos: 101.5,149.5 + pos: 80.5,153.5 parent: 2 - uid: 6098 components: - type: Transform - pos: 101.5,150.5 + pos: 111.5,119.5 parent: 2 - uid: 6099 components: - type: Transform - pos: 110.5,134.5 + pos: 91.5,202.5 parent: 2 - uid: 6100 components: - type: Transform - pos: 101.5,152.5 + pos: 86.5,195.5 parent: 2 - uid: 6101 components: - type: Transform - pos: 101.5,151.5 + pos: 86.5,194.5 parent: 2 - uid: 6102 components: - type: Transform - pos: 101.5,153.5 + pos: 91.5,196.5 parent: 2 - uid: 6103 components: - type: Transform - pos: 100.5,153.5 + pos: 91.5,193.5 parent: 2 - uid: 6104 components: - type: Transform - pos: 99.5,153.5 + pos: 91.5,194.5 parent: 2 - uid: 6105 components: - type: Transform - pos: 98.5,153.5 + pos: 91.5,195.5 parent: 2 - uid: 6106 components: - type: Transform - pos: 97.5,153.5 + pos: 111.5,118.5 parent: 2 - uid: 6107 components: - type: Transform - pos: 96.5,153.5 + pos: 110.5,118.5 parent: 2 - uid: 6108 components: - type: Transform - pos: 95.5,153.5 + pos: 109.5,118.5 parent: 2 - uid: 6109 components: - type: Transform - pos: 94.5,153.5 + pos: 108.5,118.5 parent: 2 - uid: 6110 components: - type: Transform - pos: 96.5,137.5 + pos: 105.5,117.5 parent: 2 - uid: 6111 components: - type: Transform - pos: 102.5,143.5 + pos: 108.5,117.5 parent: 2 - uid: 6112 components: - type: Transform - pos: 103.5,143.5 + pos: 109.5,117.5 parent: 2 - uid: 6113 components: - type: Transform - pos: 104.5,143.5 + pos: 110.5,117.5 parent: 2 - uid: 6114 components: - type: Transform - pos: 94.5,154.5 + pos: 111.5,117.5 parent: 2 - uid: 6115 components: - type: Transform - pos: 102.5,145.5 + pos: 112.5,117.5 parent: 2 - uid: 6116 components: - type: Transform - pos: 102.5,146.5 + pos: 108.5,116.5 parent: 2 - uid: 6117 components: - type: Transform - pos: 102.5,147.5 + pos: 109.5,116.5 parent: 2 - uid: 6118 components: - type: Transform - pos: 90.5,154.5 + pos: 110.5,116.5 parent: 2 - uid: 6119 components: - type: Transform - pos: 103.5,146.5 + pos: 111.5,116.5 parent: 2 - uid: 6120 components: - type: Transform - pos: 103.5,147.5 + pos: 112.5,116.5 parent: 2 - uid: 6121 components: - type: Transform - pos: 104.5,145.5 + pos: 106.5,115.5 parent: 2 - uid: 6122 components: - type: Transform - pos: 104.5,146.5 + pos: 107.5,115.5 parent: 2 - uid: 6123 components: - type: Transform - pos: 104.5,147.5 + pos: 108.5,115.5 parent: 2 - uid: 6124 components: - type: Transform - pos: 105.5,145.5 + pos: 109.5,115.5 parent: 2 - uid: 6125 components: - type: Transform - pos: 105.5,146.5 + pos: 110.5,115.5 parent: 2 - uid: 6126 components: - type: Transform - pos: 105.5,147.5 + pos: 111.5,115.5 parent: 2 - uid: 6127 components: - type: Transform - pos: 93.5,154.5 + pos: 112.5,115.5 parent: 2 - uid: 6128 components: - type: Transform - pos: 89.5,154.5 + pos: 107.5,114.5 parent: 2 - uid: 6129 components: - type: Transform - pos: 89.5,153.5 + pos: 107.5,113.5 parent: 2 - uid: 6130 components: - type: Transform - pos: 105.5,140.5 + pos: 107.5,112.5 parent: 2 - uid: 6131 components: - type: Transform - pos: 106.5,140.5 + pos: 107.5,111.5 parent: 2 - uid: 6132 components: - type: Transform - pos: 110.5,147.5 + pos: 107.5,110.5 parent: 2 - uid: 6133 components: - type: Transform - pos: 107.5,137.5 + pos: 107.5,109.5 parent: 2 - uid: 6134 components: - type: Transform - pos: 107.5,139.5 + pos: 107.5,108.5 parent: 2 - uid: 6135 components: - type: Transform - pos: 108.5,148.5 + pos: 108.5,114.5 parent: 2 - uid: 6136 components: - type: Transform - pos: 108.5,137.5 + pos: 108.5,113.5 parent: 2 - uid: 6137 components: - type: Transform - pos: 99.5,142.5 + pos: 108.5,112.5 parent: 2 - uid: 6138 components: - type: Transform - pos: 109.5,135.5 + pos: 108.5,111.5 parent: 2 - uid: 6139 components: - type: Transform - pos: 110.5,136.5 + pos: 108.5,110.5 parent: 2 - uid: 6140 components: - type: Transform - pos: 111.5,136.5 + pos: 108.5,109.5 parent: 2 - uid: 6141 components: - type: Transform - pos: 111.5,137.5 + pos: 108.5,108.5 parent: 2 - uid: 6142 components: - type: Transform - pos: 111.5,138.5 + pos: 109.5,114.5 parent: 2 - uid: 6143 components: - type: Transform - pos: 111.5,139.5 + pos: 109.5,113.5 parent: 2 - uid: 6144 components: - type: Transform - pos: 111.5,140.5 + pos: 109.5,112.5 parent: 2 - uid: 6145 components: - type: Transform - pos: 111.5,141.5 + pos: 109.5,111.5 parent: 2 - uid: 6146 components: - type: Transform - pos: 111.5,142.5 + pos: 109.5,110.5 parent: 2 - uid: 6147 components: - type: Transform - pos: 110.5,137.5 + pos: 109.5,109.5 parent: 2 - uid: 6148 components: - type: Transform - pos: 110.5,138.5 + pos: 109.5,108.5 parent: 2 - uid: 6149 components: - type: Transform - pos: 110.5,139.5 + pos: 110.5,114.5 parent: 2 - uid: 6150 components: - type: Transform - pos: 110.5,140.5 + pos: 110.5,113.5 parent: 2 - uid: 6151 components: - type: Transform - pos: 110.5,141.5 + pos: 110.5,112.5 parent: 2 - uid: 6152 components: - type: Transform - pos: 110.5,142.5 + pos: 110.5,111.5 parent: 2 - uid: 6153 components: - type: Transform - pos: 109.5,137.5 + pos: 110.5,110.5 parent: 2 - uid: 6154 components: - type: Transform - pos: 109.5,138.5 + pos: 110.5,109.5 parent: 2 - uid: 6155 components: - type: Transform - pos: 109.5,139.5 + pos: 111.5,114.5 parent: 2 - uid: 6156 components: - type: Transform - pos: 109.5,141.5 + pos: 111.5,113.5 parent: 2 - uid: 6157 components: - type: Transform - pos: 109.5,142.5 + pos: 123.5,225.5 parent: 2 - uid: 6158 components: - type: Transform - pos: 108.5,138.5 + pos: 109.5,107.5 parent: 2 - uid: 6159 components: - type: Transform - pos: 108.5,142.5 + pos: 109.5,106.5 parent: 2 - uid: 6160 components: - type: Transform - pos: 110.5,143.5 + pos: 109.5,105.5 parent: 2 - uid: 6161 components: - type: Transform - pos: 106.5,144.5 + pos: 109.5,104.5 parent: 2 - uid: 6162 components: - type: Transform - pos: 103.5,135.5 + pos: 109.5,103.5 parent: 2 - uid: 6163 components: - type: Transform - pos: 106.5,146.5 + pos: 109.5,102.5 parent: 2 - uid: 6164 components: - type: Transform - pos: 108.5,144.5 + pos: 109.5,101.5 parent: 2 - uid: 6165 components: - type: Transform - pos: 108.5,145.5 + pos: 108.5,107.5 parent: 2 - uid: 6166 components: - type: Transform - pos: 108.5,146.5 + pos: 108.5,106.5 parent: 2 - uid: 6167 components: - type: Transform - pos: 109.5,144.5 + pos: 108.5,105.5 parent: 2 - uid: 6168 components: - type: Transform - pos: 109.5,145.5 + pos: 108.5,104.5 parent: 2 - uid: 6169 components: - type: Transform - pos: 109.5,146.5 + pos: 108.5,103.5 parent: 2 - uid: 6170 components: - type: Transform - pos: 106.5,147.5 + pos: 108.5,102.5 parent: 2 - uid: 6171 components: - type: Transform - pos: 107.5,147.5 + pos: 108.5,101.5 parent: 2 - uid: 6172 components: - type: Transform - pos: 108.5,147.5 + pos: 107.5,107.5 parent: 2 - uid: 6173 components: - type: Transform - pos: 109.5,147.5 + pos: 107.5,106.5 parent: 2 - uid: 6174 components: - type: Transform - pos: 106.5,141.5 + pos: 107.5,105.5 parent: 2 - uid: 6175 components: - type: Transform - pos: 89.5,152.5 + pos: 107.5,104.5 parent: 2 - uid: 6176 components: - type: Transform - pos: 104.5,140.5 + pos: 107.5,103.5 parent: 2 - uid: 6177 components: - type: Transform - pos: 103.5,140.5 + pos: 107.5,102.5 parent: 2 - uid: 6178 components: - type: Transform - pos: 102.5,142.5 + pos: 107.5,101.5 parent: 2 - uid: 6179 components: - type: Transform - pos: 104.5,133.5 + pos: 106.5,101.5 parent: 2 - uid: 6180 components: - type: Transform - pos: 108.5,131.5 + pos: 105.5,101.5 parent: 2 - uid: 6181 components: - type: Transform - pos: 104.5,134.5 + pos: 104.5,101.5 parent: 2 - uid: 6182 components: - type: Transform - pos: 98.5,142.5 + pos: 103.5,101.5 parent: 2 - uid: 6183 components: - type: Transform - pos: 98.5,141.5 + pos: 39.5,120.5 parent: 2 - uid: 6184 components: - type: Transform - pos: 98.5,140.5 + pos: 39.5,119.5 parent: 2 - uid: 6185 components: - type: Transform - pos: 98.5,139.5 + pos: 102.5,101.5 parent: 2 - uid: 6186 components: - type: Transform - pos: 98.5,138.5 + pos: 101.5,96.5 parent: 2 - uid: 6187 components: - type: Transform - pos: 98.5,137.5 + pos: 101.5,97.5 parent: 2 - uid: 6188 components: - type: Transform - pos: 104.5,148.5 + pos: 101.5,98.5 parent: 2 - uid: 6189 components: - type: Transform - pos: 105.5,148.5 + pos: 101.5,99.5 parent: 2 - uid: 6190 components: - type: Transform - pos: 106.5,148.5 + pos: 101.5,100.5 parent: 2 - uid: 6191 components: - type: Transform - pos: 100.5,142.5 + pos: 101.5,101.5 parent: 2 - uid: 6192 components: - type: Transform - pos: 102.5,148.5 + pos: 100.5,96.5 parent: 2 - uid: 6193 components: - type: Transform - pos: 100.5,137.5 + pos: 100.5,97.5 parent: 2 - uid: 6194 components: - type: Transform - pos: 101.5,138.5 + pos: 100.5,98.5 parent: 2 - uid: 6195 components: - type: Transform - pos: 101.5,137.5 + pos: 100.5,99.5 parent: 2 - uid: 6196 components: - type: Transform - pos: 101.5,136.5 + pos: 100.5,100.5 parent: 2 - uid: 6197 components: - type: Transform - pos: 107.5,148.5 + pos: 100.5,101.5 parent: 2 - uid: 6198 components: - type: Transform - pos: 102.5,137.5 + pos: 99.5,96.5 parent: 2 - uid: 6199 components: - type: Transform - pos: 102.5,136.5 + pos: 99.5,97.5 parent: 2 - uid: 6200 components: - type: Transform - pos: 104.5,135.5 + pos: 99.5,98.5 parent: 2 - uid: 6201 components: - type: Transform - pos: 104.5,136.5 + pos: 99.5,99.5 parent: 2 - uid: 6202 components: - type: Transform - pos: 105.5,133.5 + pos: 99.5,100.5 parent: 2 - uid: 6203 components: - type: Transform - pos: 105.5,134.5 + pos: 99.5,101.5 parent: 2 - uid: 6204 components: - type: Transform - pos: 105.5,135.5 + pos: 98.5,96.5 parent: 2 - uid: 6205 components: - type: Transform - pos: 106.5,133.5 + pos: 98.5,97.5 parent: 2 - uid: 6206 components: - type: Transform - pos: 89.5,150.5 + pos: 98.5,98.5 parent: 2 - uid: 6207 components: - type: Transform - pos: 107.5,138.5 + pos: 98.5,99.5 parent: 2 - uid: 6208 components: - type: Transform - pos: 109.5,148.5 + pos: 98.5,100.5 parent: 2 - uid: 6209 components: - type: Transform - pos: 89.5,151.5 + pos: 98.5,101.5 parent: 2 - uid: 6210 components: - type: Transform - pos: 104.5,137.5 + pos: 97.5,96.5 parent: 2 - uid: 6211 components: - type: Transform - pos: 105.5,137.5 + pos: 97.5,97.5 parent: 2 - uid: 6212 components: - type: Transform - pos: 112.5,131.5 + pos: 97.5,98.5 parent: 2 - uid: 6213 components: - type: Transform - pos: 107.5,140.5 + pos: 97.5,99.5 parent: 2 - uid: 6214 components: - type: Transform - pos: 110.5,145.5 + pos: 97.5,100.5 parent: 2 - uid: 6215 components: - type: Transform - pos: 107.5,132.5 + pos: 97.5,101.5 parent: 2 - uid: 6216 components: - type: Transform - pos: 110.5,148.5 + pos: 96.5,96.5 parent: 2 - uid: 6217 components: - type: Transform - pos: 108.5,133.5 + pos: 96.5,97.5 parent: 2 - uid: 6218 components: - type: Transform - pos: 108.5,132.5 + pos: 96.5,98.5 parent: 2 - uid: 6219 components: - type: Transform - pos: 106.5,132.5 + pos: 96.5,99.5 parent: 2 - uid: 6220 components: - type: Transform - pos: 110.5,133.5 + pos: 96.5,100.5 parent: 2 - uid: 6221 components: - type: Transform - pos: 110.5,132.5 + pos: 96.5,101.5 parent: 2 - uid: 6222 components: - type: Transform - pos: 110.5,131.5 + pos: 95.5,96.5 parent: 2 - uid: 6223 components: - type: Transform - pos: 110.5,146.5 + pos: 95.5,97.5 parent: 2 - uid: 6224 components: - type: Transform - pos: 109.5,133.5 + pos: 95.5,98.5 parent: 2 - uid: 6225 components: - type: Transform - pos: 109.5,132.5 + pos: 95.5,99.5 parent: 2 - uid: 6226 components: - type: Transform - pos: 109.5,131.5 + pos: 95.5,100.5 parent: 2 - uid: 6227 components: - type: Transform - pos: 112.5,130.5 + pos: 95.5,101.5 parent: 2 - uid: 6228 components: - type: Transform - pos: 111.5,130.5 + pos: 94.5,96.5 parent: 2 - uid: 6229 components: - type: Transform - pos: 106.5,130.5 + pos: 94.5,97.5 parent: 2 - uid: 6230 components: - type: Transform - pos: 103.5,136.5 + pos: 94.5,98.5 parent: 2 - uid: 6231 components: - type: Transform - pos: 67.5,165.5 + pos: 94.5,99.5 parent: 2 - uid: 6232 components: - type: Transform - pos: 103.5,51.5 + pos: 94.5,100.5 parent: 2 - uid: 6233 components: - type: Transform - pos: 103.5,52.5 + pos: 94.5,101.5 parent: 2 - uid: 6234 components: - type: Transform - pos: 103.5,50.5 + pos: 93.5,96.5 parent: 2 - uid: 6235 components: - type: Transform - pos: 103.5,55.5 + pos: 93.5,97.5 parent: 2 - uid: 6236 components: - type: Transform - pos: 41.5,111.5 + pos: 93.5,98.5 parent: 2 - uid: 6237 components: - type: Transform - pos: 41.5,117.5 + pos: 93.5,99.5 parent: 2 - uid: 6238 components: - type: Transform - pos: 40.5,111.5 + pos: 93.5,100.5 parent: 2 - uid: 6239 components: - type: Transform - pos: 86.5,197.5 + pos: 93.5,101.5 parent: 2 - uid: 6240 components: - type: Transform - pos: 86.5,196.5 + pos: 40.5,118.5 parent: 2 - uid: 6241 components: - type: Transform - pos: 86.5,169.5 + pos: 41.5,120.5 parent: 2 - uid: 6242 components: - type: Transform - pos: 121.5,213.5 + pos: 39.5,118.5 parent: 2 - uid: 6243 components: - type: Transform - pos: 62.5,192.5 + pos: 88.5,198.5 parent: 2 - uid: 6244 components: - type: Transform - pos: 106.5,129.5 + pos: 87.5,197.5 parent: 2 - uid: 6245 components: - type: Transform - pos: 88.5,191.5 + pos: 37.5,115.5 parent: 2 - uid: 6246 components: - type: Transform - pos: 107.5,129.5 + pos: 37.5,114.5 parent: 2 - uid: 6247 components: - type: Transform - pos: 107.5,119.5 + pos: 37.5,113.5 parent: 2 - uid: 6248 components: - type: Transform - pos: 108.5,129.5 + pos: 37.5,112.5 parent: 2 - uid: 6249 components: - type: Transform - pos: 108.5,119.5 + pos: 78.5,221.5 parent: 2 - uid: 6250 components: - type: Transform - pos: 109.5,129.5 + pos: 78.5,220.5 parent: 2 - uid: 6251 components: - type: Transform - pos: 109.5,119.5 + pos: 78.5,219.5 parent: 2 - uid: 6252 components: - type: Transform - pos: 110.5,129.5 + pos: 79.5,221.5 parent: 2 - uid: 6253 components: - type: Transform - pos: 110.5,119.5 + pos: 79.5,220.5 parent: 2 - uid: 6254 components: - type: Transform - pos: 111.5,129.5 + pos: 79.5,219.5 parent: 2 - uid: 6255 components: - type: Transform - pos: 111.5,119.5 + pos: 80.5,219.5 parent: 2 - uid: 6256 components: - type: Transform - pos: 91.5,202.5 + pos: 80.5,218.5 parent: 2 - uid: 6257 components: - type: Transform - pos: 86.5,195.5 + pos: 81.5,219.5 parent: 2 - uid: 6258 components: - type: Transform - pos: 86.5,194.5 + pos: 81.5,218.5 parent: 2 - uid: 6259 components: - type: Transform - pos: 91.5,196.5 + pos: 82.5,219.5 parent: 2 - uid: 6260 components: - type: Transform - pos: 91.5,193.5 + pos: 82.5,218.5 parent: 2 - uid: 6261 components: - type: Transform - pos: 91.5,194.5 + pos: 83.5,219.5 parent: 2 - uid: 6262 components: - type: Transform - pos: 91.5,195.5 + pos: 83.5,218.5 parent: 2 - uid: 6263 components: - type: Transform - pos: 111.5,118.5 + pos: 84.5,219.5 parent: 2 - uid: 6264 components: - type: Transform - pos: 110.5,118.5 + pos: 84.5,218.5 parent: 2 - uid: 6265 components: - type: Transform - pos: 109.5,118.5 + pos: 85.5,219.5 parent: 2 - uid: 6266 components: - type: Transform - pos: 108.5,118.5 + pos: 85.5,218.5 parent: 2 - uid: 6267 components: - type: Transform - pos: 105.5,117.5 + pos: 83.5,220.5 parent: 2 - uid: 6268 components: - type: Transform - pos: 108.5,117.5 + pos: 83.5,221.5 parent: 2 - uid: 6269 components: - type: Transform - pos: 109.5,117.5 + pos: 84.5,220.5 parent: 2 - uid: 6270 components: - type: Transform - pos: 110.5,117.5 + pos: 84.5,221.5 parent: 2 - uid: 6271 components: - type: Transform - pos: 111.5,117.5 + pos: 85.5,220.5 parent: 2 - uid: 6272 components: - type: Transform - pos: 112.5,117.5 + pos: 85.5,221.5 parent: 2 - uid: 6273 components: - type: Transform - pos: 108.5,116.5 + pos: 82.5,217.5 parent: 2 - uid: 6274 components: - type: Transform - pos: 109.5,116.5 + pos: 82.5,216.5 parent: 2 - uid: 6275 components: - type: Transform - pos: 110.5,116.5 + pos: 82.5,215.5 parent: 2 - uid: 6276 components: - type: Transform - pos: 111.5,116.5 + pos: 82.5,214.5 parent: 2 - uid: 6277 components: - type: Transform - pos: 112.5,116.5 + pos: 82.5,213.5 parent: 2 - uid: 6278 components: - type: Transform - pos: 106.5,115.5 + pos: 82.5,212.5 parent: 2 - uid: 6279 components: - type: Transform - pos: 107.5,115.5 + pos: 82.5,211.5 parent: 2 - uid: 6280 components: - type: Transform - pos: 108.5,115.5 + pos: 82.5,210.5 parent: 2 - uid: 6281 components: - type: Transform - pos: 109.5,115.5 + pos: 82.5,209.5 parent: 2 - uid: 6282 components: - type: Transform - pos: 110.5,115.5 + pos: 83.5,217.5 parent: 2 - uid: 6283 components: - type: Transform - pos: 111.5,115.5 + pos: 83.5,216.5 parent: 2 - uid: 6284 components: - type: Transform - pos: 112.5,115.5 + pos: 83.5,215.5 parent: 2 - uid: 6285 components: - type: Transform - pos: 107.5,114.5 + pos: 83.5,214.5 parent: 2 - uid: 6286 components: - type: Transform - pos: 107.5,113.5 + pos: 83.5,213.5 parent: 2 - uid: 6287 components: - type: Transform - pos: 107.5,112.5 + pos: 83.5,212.5 parent: 2 - uid: 6288 components: - type: Transform - pos: 107.5,111.5 + pos: 83.5,211.5 parent: 2 - uid: 6289 components: - type: Transform - pos: 107.5,110.5 + pos: 83.5,210.5 parent: 2 - uid: 6290 components: - type: Transform - pos: 107.5,109.5 + pos: 83.5,209.5 parent: 2 - uid: 6291 components: - type: Transform - pos: 107.5,108.5 + pos: 84.5,217.5 parent: 2 - uid: 6292 components: - type: Transform - pos: 108.5,114.5 + pos: 84.5,216.5 parent: 2 - uid: 6293 components: - type: Transform - pos: 108.5,113.5 + pos: 84.5,215.5 parent: 2 - uid: 6294 components: - type: Transform - pos: 108.5,112.5 + pos: 84.5,214.5 parent: 2 - uid: 6295 components: - type: Transform - pos: 108.5,111.5 + pos: 84.5,213.5 parent: 2 - uid: 6296 components: - type: Transform - pos: 108.5,110.5 + pos: 84.5,212.5 parent: 2 - uid: 6297 components: - type: Transform - pos: 108.5,109.5 + pos: 84.5,211.5 parent: 2 - uid: 6298 components: - type: Transform - pos: 108.5,108.5 + pos: 84.5,210.5 parent: 2 - uid: 6299 components: - type: Transform - pos: 109.5,114.5 + pos: 84.5,209.5 parent: 2 - uid: 6300 components: - type: Transform - pos: 109.5,113.5 + pos: 85.5,217.5 parent: 2 - uid: 6301 components: - type: Transform - pos: 109.5,112.5 + pos: 85.5,216.5 parent: 2 - uid: 6302 components: - type: Transform - pos: 109.5,111.5 + pos: 85.5,215.5 parent: 2 - uid: 6303 components: - type: Transform - pos: 109.5,110.5 + pos: 85.5,214.5 parent: 2 - uid: 6304 components: - type: Transform - pos: 109.5,109.5 + pos: 85.5,213.5 parent: 2 - uid: 6305 components: - type: Transform - pos: 109.5,108.5 + pos: 85.5,212.5 parent: 2 - uid: 6306 components: - type: Transform - pos: 110.5,114.5 + pos: 85.5,211.5 parent: 2 - uid: 6307 components: - type: Transform - pos: 110.5,113.5 + pos: 85.5,210.5 parent: 2 - uid: 6308 components: - type: Transform - pos: 110.5,112.5 + pos: 85.5,209.5 parent: 2 - uid: 6309 components: - type: Transform - pos: 110.5,111.5 + pos: 81.5,209.5 parent: 2 - uid: 6310 components: - type: Transform - pos: 110.5,110.5 + pos: 81.5,210.5 parent: 2 - uid: 6311 components: - type: Transform - pos: 110.5,109.5 + pos: 80.5,209.5 parent: 2 - uid: 6312 components: - type: Transform - pos: 111.5,114.5 - parent: 2 - - uid: 6313 - components: - - type: Transform - pos: 111.5,113.5 + pos: 80.5,210.5 parent: 2 - uid: 6314 components: - type: Transform - pos: 123.5,225.5 + pos: 81.5,214.5 parent: 2 - uid: 6315 components: - type: Transform - pos: 109.5,107.5 + pos: 88.5,197.5 parent: 2 - uid: 6316 components: - type: Transform - pos: 109.5,106.5 + pos: 57.5,228.5 parent: 2 - uid: 6317 components: - type: Transform - pos: 109.5,105.5 + pos: 47.5,233.5 parent: 2 - uid: 6318 components: - type: Transform - pos: 109.5,104.5 + pos: 90.5,192.5 parent: 2 - uid: 6319 components: - type: Transform - pos: 109.5,103.5 + pos: 38.5,117.5 parent: 2 - uid: 6320 components: - type: Transform - pos: 109.5,102.5 + pos: 87.5,192.5 parent: 2 - uid: 6321 components: - type: Transform - pos: 109.5,101.5 + pos: 89.5,192.5 parent: 2 - uid: 6322 components: - type: Transform - pos: 108.5,107.5 + pos: 88.5,192.5 parent: 2 - uid: 6323 components: - type: Transform - pos: 108.5,106.5 + pos: 38.5,111.5 parent: 2 - uid: 6324 components: - type: Transform - pos: 108.5,105.5 + pos: 37.5,111.5 parent: 2 - uid: 6325 components: - type: Transform - pos: 108.5,104.5 + pos: 36.5,111.5 parent: 2 - uid: 6326 components: - type: Transform - pos: 108.5,103.5 + pos: 80.5,181.5 parent: 2 - uid: 6327 components: - type: Transform - pos: 108.5,102.5 + pos: 80.5,182.5 parent: 2 - uid: 6328 components: - type: Transform - pos: 108.5,101.5 + pos: 80.5,183.5 parent: 2 - uid: 6329 components: - type: Transform - pos: 107.5,107.5 + pos: 80.5,184.5 parent: 2 - uid: 6330 components: - type: Transform - pos: 107.5,106.5 + pos: 80.5,185.5 parent: 2 - uid: 6331 components: - type: Transform - pos: 107.5,105.5 + pos: 80.5,186.5 parent: 2 - uid: 6332 components: - type: Transform - pos: 107.5,104.5 + pos: 47.5,234.5 parent: 2 - uid: 6333 components: - type: Transform - pos: 107.5,103.5 + pos: 48.5,234.5 parent: 2 - uid: 6334 components: - type: Transform - pos: 107.5,102.5 + pos: 48.5,233.5 parent: 2 - uid: 6335 components: - type: Transform - pos: 107.5,101.5 + pos: 49.5,234.5 parent: 2 - uid: 6336 components: - type: Transform - pos: 106.5,101.5 + pos: 49.5,233.5 parent: 2 - uid: 6337 components: - type: Transform - pos: 105.5,101.5 + pos: 35.5,110.5 parent: 2 - uid: 6338 components: - type: Transform - pos: 104.5,101.5 + pos: 91.5,200.5 parent: 2 - uid: 6339 components: - type: Transform - pos: 103.5,101.5 + pos: 35.5,109.5 parent: 2 - uid: 6340 components: - type: Transform - pos: 39.5,120.5 + pos: 57.5,225.5 parent: 2 - uid: 6341 components: - type: Transform - pos: 39.5,119.5 + pos: 57.5,227.5 parent: 2 - uid: 6342 components: - type: Transform - pos: 102.5,101.5 + pos: 56.5,225.5 parent: 2 - uid: 6343 components: - type: Transform - pos: 101.5,96.5 + pos: 55.5,226.5 parent: 2 - uid: 6344 components: - type: Transform - pos: 101.5,97.5 + pos: 56.5,228.5 parent: 2 - uid: 6345 components: - type: Transform - pos: 101.5,98.5 + pos: 55.5,228.5 parent: 2 - uid: 6346 components: - type: Transform - pos: 101.5,99.5 + pos: 54.5,228.5 parent: 2 - uid: 6347 components: - type: Transform - pos: 101.5,100.5 + pos: 53.5,228.5 parent: 2 - uid: 6348 components: - type: Transform - pos: 101.5,101.5 + pos: 52.5,228.5 parent: 2 - uid: 6349 components: - type: Transform - pos: 100.5,96.5 + pos: 51.5,228.5 parent: 2 - uid: 6350 components: - type: Transform - pos: 100.5,97.5 + pos: 50.5,228.5 parent: 2 - uid: 6351 components: - type: Transform - pos: 100.5,98.5 + pos: 48.5,227.5 parent: 2 - uid: 6352 components: - type: Transform - pos: 100.5,99.5 + pos: 55.5,225.5 parent: 2 - uid: 6353 components: - type: Transform - pos: 100.5,100.5 + pos: 55.5,224.5 parent: 2 - uid: 6354 components: - type: Transform - pos: 100.5,101.5 + pos: 54.5,224.5 parent: 2 - uid: 6355 components: - type: Transform - pos: 99.5,96.5 + pos: 48.5,228.5 parent: 2 - uid: 6356 components: - type: Transform - pos: 99.5,97.5 + pos: 54.5,225.5 parent: 2 - uid: 6357 components: - type: Transform - pos: 99.5,98.5 + pos: 54.5,226.5 parent: 2 - uid: 6358 components: - type: Transform - pos: 99.5,99.5 + pos: 52.5,221.5 parent: 2 - uid: 6359 components: - type: Transform - pos: 99.5,100.5 + pos: 36.5,110.5 parent: 2 - uid: 6360 components: - type: Transform - pos: 99.5,101.5 + pos: 56.5,224.5 parent: 2 - uid: 6361 components: - type: Transform - pos: 98.5,96.5 + pos: 56.5,223.5 parent: 2 - uid: 6362 components: - type: Transform - pos: 98.5,97.5 + pos: 55.5,223.5 parent: 2 - uid: 6363 components: - type: Transform - pos: 98.5,98.5 + pos: 54.5,223.5 parent: 2 - uid: 6364 components: - type: Transform - pos: 98.5,99.5 + pos: 53.5,223.5 parent: 2 - uid: 6365 components: - type: Transform - pos: 98.5,100.5 + pos: 53.5,221.5 parent: 2 - uid: 6366 components: - type: Transform - pos: 98.5,101.5 + pos: 54.5,222.5 parent: 2 - uid: 6367 components: - type: Transform - pos: 97.5,96.5 + pos: 53.5,222.5 parent: 2 - uid: 6368 components: - type: Transform - pos: 97.5,97.5 + pos: 47.5,223.5 parent: 2 - uid: 6369 components: - type: Transform - pos: 97.5,98.5 + pos: 47.5,224.5 parent: 2 - uid: 6370 components: - type: Transform - pos: 97.5,99.5 + pos: 47.5,225.5 parent: 2 - uid: 6371 components: - type: Transform - pos: 97.5,100.5 + pos: 47.5,226.5 parent: 2 - uid: 6372 components: - type: Transform - pos: 97.5,101.5 + pos: 47.5,227.5 parent: 2 - uid: 6373 components: - type: Transform - pos: 96.5,96.5 + pos: 49.5,228.5 parent: 2 - uid: 6374 components: - type: Transform - pos: 96.5,97.5 + pos: 49.5,229.5 parent: 2 - uid: 6375 components: - type: Transform - pos: 96.5,98.5 + pos: 51.5,225.5 parent: 2 - uid: 6376 components: - type: Transform - pos: 96.5,99.5 + pos: 51.5,221.5 parent: 2 - uid: 6377 components: - type: Transform - pos: 96.5,100.5 + pos: 36.5,109.5 parent: 2 - uid: 6378 components: - type: Transform - pos: 96.5,101.5 + pos: 50.5,221.5 parent: 2 - uid: 6379 components: - type: Transform - pos: 95.5,96.5 + pos: 49.5,221.5 parent: 2 - uid: 6380 components: - type: Transform - pos: 95.5,97.5 + pos: 48.5,221.5 parent: 2 - uid: 6381 components: - type: Transform - pos: 95.5,98.5 + pos: 48.5,222.5 parent: 2 - uid: 6382 components: - type: Transform - pos: 95.5,99.5 + pos: 47.5,222.5 parent: 2 - uid: 6383 components: - type: Transform - pos: 95.5,100.5 + pos: 47.5,221.5 parent: 2 - uid: 6384 components: - type: Transform - pos: 95.5,101.5 + pos: 37.5,110.5 parent: 2 - uid: 6385 components: - type: Transform - pos: 94.5,96.5 + pos: 37.5,109.5 parent: 2 - uid: 6386 components: - type: Transform - pos: 94.5,97.5 + pos: 38.5,110.5 parent: 2 - uid: 6387 components: - type: Transform - pos: 94.5,98.5 + pos: 50.5,225.5 parent: 2 - uid: 6388 components: - type: Transform - pos: 94.5,99.5 + pos: 38.5,109.5 parent: 2 - uid: 6389 components: - type: Transform - pos: 94.5,100.5 + pos: 39.5,110.5 parent: 2 - uid: 6390 components: - type: Transform - pos: 94.5,101.5 + pos: 88.5,199.5 parent: 2 - uid: 6391 components: - type: Transform - pos: 93.5,96.5 + pos: 88.5,200.5 parent: 2 - uid: 6392 components: - type: Transform - pos: 93.5,97.5 + pos: 88.5,201.5 parent: 2 - uid: 6393 components: - type: Transform - pos: 93.5,98.5 + pos: 88.5,202.5 parent: 2 - uid: 6394 components: - type: Transform - pos: 93.5,99.5 + pos: 89.5,202.5 parent: 2 - uid: 6395 components: - type: Transform - pos: 93.5,100.5 + pos: 90.5,202.5 parent: 2 - uid: 6396 components: - type: Transform - pos: 93.5,101.5 + pos: 88.5,196.5 parent: 2 - uid: 6397 components: - type: Transform - pos: 40.5,118.5 + pos: 90.5,194.5 parent: 2 - uid: 6398 components: - type: Transform - pos: 41.5,120.5 + pos: 89.5,194.5 parent: 2 - uid: 6399 components: - type: Transform - pos: 39.5,118.5 + pos: 90.5,198.5 parent: 2 - uid: 6400 components: - type: Transform - pos: 88.5,198.5 + pos: 90.5,196.5 parent: 2 - uid: 6401 components: - type: Transform - pos: 87.5,197.5 + pos: 39.5,109.5 parent: 2 - uid: 6402 components: - type: Transform - pos: 37.5,115.5 + pos: 40.5,110.5 parent: 2 - uid: 6403 components: - type: Transform - pos: 37.5,114.5 + pos: 40.5,109.5 parent: 2 - uid: 6404 components: - type: Transform - pos: 37.5,113.5 + pos: 41.5,110.5 parent: 2 - uid: 6405 components: - type: Transform - pos: 37.5,112.5 + pos: 41.5,109.5 parent: 2 - uid: 6406 components: - type: Transform - pos: 78.5,221.5 + pos: 41.5,124.5 parent: 2 - uid: 6407 components: - type: Transform - pos: 78.5,220.5 + pos: 41.5,123.5 parent: 2 - uid: 6408 components: - type: Transform - pos: 78.5,219.5 + pos: 41.5,122.5 parent: 2 - uid: 6409 components: - type: Transform - pos: 79.5,221.5 + pos: 41.5,121.5 parent: 2 - uid: 6410 components: - type: Transform - pos: 79.5,220.5 + pos: 40.5,123.5 parent: 2 - uid: 6411 components: - type: Transform - pos: 79.5,219.5 + pos: 40.5,122.5 parent: 2 - uid: 6412 components: - type: Transform - pos: 80.5,219.5 + pos: 40.5,121.5 parent: 2 - uid: 6413 components: - type: Transform - pos: 80.5,218.5 + pos: 39.5,121.5 parent: 2 - uid: 6414 components: - type: Transform - pos: 81.5,219.5 + pos: 34.5,108.5 parent: 2 - uid: 6415 components: - type: Transform - pos: 81.5,218.5 + pos: 34.5,107.5 parent: 2 - uid: 6416 components: - type: Transform - pos: 82.5,219.5 + pos: 41.5,125.5 parent: 2 - uid: 6417 components: - type: Transform - pos: 82.5,218.5 + pos: 41.5,126.5 parent: 2 - uid: 6418 components: - type: Transform - pos: 83.5,219.5 + pos: 34.5,106.5 parent: 2 - uid: 6419 components: - type: Transform - pos: 83.5,218.5 + pos: 42.5,125.5 parent: 2 - uid: 6420 components: - type: Transform - pos: 84.5,219.5 + pos: 42.5,126.5 parent: 2 - uid: 6421 components: - type: Transform - pos: 84.5,218.5 + pos: 42.5,127.5 parent: 2 - uid: 6422 components: - type: Transform - pos: 85.5,219.5 + pos: 43.5,125.5 parent: 2 - uid: 6423 components: - type: Transform - pos: 85.5,218.5 + pos: 43.5,126.5 parent: 2 - uid: 6424 components: - type: Transform - pos: 83.5,220.5 + pos: 43.5,127.5 parent: 2 - uid: 6425 components: - type: Transform - pos: 83.5,221.5 + pos: 44.5,125.5 parent: 2 - uid: 6426 components: - type: Transform - pos: 84.5,220.5 + pos: 44.5,126.5 parent: 2 - uid: 6427 components: - type: Transform - pos: 84.5,221.5 + pos: 44.5,127.5 parent: 2 - uid: 6428 components: - type: Transform - pos: 85.5,220.5 + pos: 45.5,125.5 parent: 2 - uid: 6429 components: - type: Transform - pos: 85.5,221.5 + pos: 45.5,126.5 parent: 2 - uid: 6430 components: - type: Transform - pos: 82.5,217.5 + pos: 45.5,127.5 parent: 2 - uid: 6431 components: - type: Transform - pos: 82.5,216.5 + pos: 46.5,127.5 parent: 2 - uid: 6432 components: - type: Transform - pos: 82.5,215.5 + pos: 46.5,126.5 parent: 2 - uid: 6433 components: - type: Transform - pos: 82.5,214.5 + pos: 46.5,125.5 parent: 2 - uid: 6434 components: - type: Transform - pos: 82.5,213.5 + pos: 47.5,127.5 parent: 2 - uid: 6435 components: - type: Transform - pos: 82.5,212.5 + pos: 47.5,126.5 parent: 2 - uid: 6436 components: - type: Transform - pos: 82.5,211.5 + pos: 47.5,125.5 parent: 2 - uid: 6437 components: - type: Transform - pos: 82.5,210.5 + pos: 48.5,127.5 parent: 2 - uid: 6438 components: - type: Transform - pos: 82.5,209.5 + pos: 48.5,126.5 parent: 2 - uid: 6439 components: - type: Transform - pos: 83.5,217.5 + pos: 48.5,125.5 parent: 2 - uid: 6440 components: - type: Transform - pos: 83.5,216.5 + pos: 49.5,127.5 parent: 2 - uid: 6441 components: - type: Transform - pos: 83.5,215.5 + pos: 49.5,126.5 parent: 2 - uid: 6442 components: - type: Transform - pos: 83.5,214.5 + pos: 49.5,125.5 parent: 2 - uid: 6443 components: - type: Transform - pos: 83.5,213.5 + pos: 50.5,127.5 parent: 2 - uid: 6444 components: - type: Transform - pos: 83.5,212.5 + pos: 50.5,126.5 parent: 2 - uid: 6445 components: - type: Transform - pos: 83.5,211.5 + pos: 50.5,125.5 parent: 2 - uid: 6446 components: - type: Transform - pos: 83.5,210.5 + pos: 51.5,127.5 parent: 2 - uid: 6447 components: - type: Transform - pos: 83.5,209.5 + pos: 51.5,126.5 parent: 2 - uid: 6448 components: - type: Transform - pos: 84.5,217.5 + pos: 51.5,125.5 parent: 2 - uid: 6449 components: - type: Transform - pos: 84.5,216.5 + pos: 34.5,105.5 parent: 2 - uid: 6450 components: - type: Transform - pos: 84.5,215.5 + pos: 50.5,114.5 parent: 2 - uid: 6451 components: - type: Transform - pos: 84.5,214.5 + pos: 51.5,116.5 parent: 2 - uid: 6452 components: - type: Transform - pos: 84.5,213.5 + pos: 51.5,115.5 parent: 2 - uid: 6453 components: - type: Transform - pos: 84.5,212.5 + pos: 51.5,114.5 parent: 2 - uid: 6454 components: - type: Transform - pos: 84.5,211.5 + pos: 51.5,113.5 parent: 2 - uid: 6455 components: - type: Transform - pos: 84.5,210.5 + pos: 51.5,112.5 parent: 2 - uid: 6456 components: - type: Transform - pos: 84.5,209.5 + pos: 51.5,111.5 parent: 2 - uid: 6457 components: - type: Transform - pos: 85.5,217.5 + pos: 51.5,110.5 parent: 2 - uid: 6458 components: - type: Transform - pos: 85.5,216.5 + pos: 51.5,109.5 parent: 2 - uid: 6459 components: - type: Transform - pos: 85.5,215.5 + pos: 51.5,108.5 parent: 2 - uid: 6460 components: - type: Transform - pos: 85.5,214.5 + pos: 52.5,116.5 parent: 2 - uid: 6461 components: - type: Transform - pos: 85.5,213.5 + pos: 52.5,115.5 parent: 2 - uid: 6462 components: - type: Transform - pos: 85.5,212.5 + pos: 52.5,114.5 parent: 2 - uid: 6463 components: - type: Transform - pos: 85.5,211.5 + pos: 52.5,113.5 parent: 2 - uid: 6464 components: - type: Transform - pos: 85.5,210.5 + pos: 52.5,112.5 parent: 2 - uid: 6465 components: - type: Transform - pos: 85.5,209.5 + pos: 52.5,111.5 parent: 2 - uid: 6466 components: - type: Transform - pos: 81.5,209.5 + pos: 52.5,110.5 parent: 2 - uid: 6467 components: - type: Transform - pos: 81.5,210.5 + pos: 52.5,109.5 parent: 2 - uid: 6468 components: - type: Transform - pos: 80.5,209.5 + pos: 52.5,108.5 parent: 2 - uid: 6469 components: - type: Transform - pos: 80.5,210.5 + pos: 52.5,117.5 parent: 2 - uid: 6470 components: - type: Transform - pos: 80.5,214.5 + pos: 52.5,118.5 parent: 2 - uid: 6471 components: - type: Transform - pos: 81.5,214.5 + pos: 52.5,119.5 parent: 2 - uid: 6472 components: - type: Transform - pos: 88.5,197.5 + pos: 52.5,120.5 parent: 2 - uid: 6473 components: - type: Transform - pos: 57.5,228.5 + pos: 52.5,121.5 parent: 2 - uid: 6474 components: - type: Transform - pos: 47.5,233.5 + pos: 52.5,122.5 parent: 2 - uid: 6475 components: - type: Transform - pos: 90.5,192.5 + pos: 52.5,123.5 parent: 2 - uid: 6476 components: - type: Transform - pos: 38.5,117.5 + pos: 52.5,124.5 parent: 2 - uid: 6477 components: - type: Transform - pos: 87.5,192.5 + pos: 51.5,117.5 parent: 2 - uid: 6478 components: - type: Transform - pos: 89.5,192.5 + pos: 51.5,118.5 parent: 2 - uid: 6479 components: - type: Transform - pos: 88.5,192.5 + pos: 51.5,119.5 parent: 2 - uid: 6480 components: - type: Transform - pos: 38.5,111.5 + pos: 51.5,120.5 parent: 2 - uid: 6481 components: - type: Transform - pos: 37.5,111.5 + pos: 51.5,121.5 parent: 2 - uid: 6482 components: - type: Transform - pos: 36.5,111.5 + pos: 51.5,122.5 parent: 2 - uid: 6483 components: - type: Transform - pos: 80.5,181.5 + pos: 51.5,123.5 parent: 2 - uid: 6484 components: - type: Transform - pos: 80.5,182.5 + pos: 51.5,124.5 parent: 2 - uid: 6485 components: - type: Transform - pos: 80.5,183.5 + pos: 52.5,125.5 parent: 2 - uid: 6486 components: - type: Transform - pos: 80.5,184.5 + pos: 52.5,127.5 parent: 2 - uid: 6487 components: - type: Transform - pos: 80.5,185.5 + pos: 40.5,117.5 parent: 2 - uid: 6488 components: - type: Transform - pos: 80.5,186.5 + pos: 39.5,117.5 parent: 2 - uid: 6489 components: - type: Transform - pos: 47.5,234.5 + pos: 39.5,116.5 parent: 2 - uid: 6490 components: - type: Transform - pos: 48.5,234.5 + pos: 38.5,116.5 parent: 2 - uid: 6491 components: - type: Transform - pos: 48.5,233.5 + pos: 38.5,115.5 parent: 2 - uid: 6492 components: - type: Transform - pos: 49.5,234.5 + pos: 38.5,114.5 parent: 2 - uid: 6493 components: - type: Transform - pos: 49.5,233.5 + pos: 38.5,113.5 parent: 2 - uid: 6494 components: - type: Transform - pos: 35.5,110.5 + pos: 38.5,112.5 parent: 2 - uid: 6495 components: - type: Transform - pos: 91.5,200.5 + pos: 39.5,112.5 parent: 2 - uid: 6496 components: - type: Transform - pos: 35.5,109.5 + pos: 39.5,111.5 parent: 2 - uid: 6497 components: - type: Transform - pos: 57.5,225.5 + pos: 34.5,104.5 parent: 2 - uid: 6498 components: - type: Transform - pos: 57.5,227.5 + pos: 34.5,103.5 parent: 2 - uid: 6499 components: - type: Transform - pos: 56.5,225.5 + pos: 34.5,102.5 parent: 2 - uid: 6500 components: - type: Transform - pos: 55.5,226.5 + pos: 34.5,101.5 parent: 2 - uid: 6501 components: - type: Transform - pos: 56.5,228.5 + pos: 34.5,100.5 parent: 2 - uid: 6502 components: - type: Transform - pos: 55.5,228.5 + pos: 35.5,108.5 parent: 2 - uid: 6503 components: - type: Transform - pos: 54.5,228.5 + pos: 35.5,107.5 parent: 2 - uid: 6504 components: - type: Transform - pos: 53.5,228.5 + pos: 35.5,106.5 parent: 2 - uid: 6505 components: - type: Transform - pos: 52.5,228.5 + pos: 35.5,105.5 parent: 2 - uid: 6506 components: - type: Transform - pos: 51.5,228.5 + pos: 35.5,104.5 parent: 2 - uid: 6507 components: - type: Transform - pos: 50.5,228.5 + pos: 35.5,103.5 parent: 2 - uid: 6508 components: - type: Transform - pos: 48.5,227.5 + pos: 35.5,102.5 parent: 2 - uid: 6509 components: - type: Transform - pos: 55.5,225.5 + pos: 35.5,101.5 parent: 2 - uid: 6510 components: - type: Transform - pos: 55.5,224.5 + pos: 35.5,100.5 parent: 2 - uid: 6511 components: - type: Transform - pos: 54.5,224.5 + pos: 36.5,108.5 parent: 2 - uid: 6512 components: - type: Transform - pos: 48.5,228.5 + pos: 36.5,107.5 parent: 2 - uid: 6513 components: - type: Transform - pos: 54.5,225.5 + pos: 36.5,106.5 parent: 2 - uid: 6514 components: - type: Transform - pos: 54.5,226.5 + pos: 36.5,105.5 parent: 2 - uid: 6515 components: - type: Transform - pos: 52.5,221.5 + pos: 36.5,104.5 parent: 2 - uid: 6516 components: - type: Transform - pos: 36.5,110.5 + pos: 36.5,103.5 parent: 2 - uid: 6517 components: - type: Transform - pos: 56.5,224.5 + pos: 36.5,102.5 parent: 2 - uid: 6518 components: - type: Transform - pos: 56.5,223.5 + pos: 36.5,101.5 parent: 2 - uid: 6519 components: - type: Transform - pos: 55.5,223.5 + pos: 36.5,100.5 parent: 2 - uid: 6520 components: - type: Transform - pos: 54.5,223.5 + pos: 37.5,108.5 parent: 2 - uid: 6521 components: - type: Transform - pos: 53.5,223.5 + pos: 37.5,107.5 parent: 2 - uid: 6522 components: - type: Transform - pos: 53.5,221.5 + pos: 37.5,106.5 parent: 2 - uid: 6523 components: - type: Transform - pos: 54.5,222.5 + pos: 37.5,105.5 parent: 2 - uid: 6524 components: - type: Transform - pos: 53.5,222.5 + pos: 37.5,104.5 parent: 2 - uid: 6525 components: - type: Transform - pos: 47.5,223.5 + pos: 37.5,103.5 parent: 2 - uid: 6526 components: - type: Transform - pos: 47.5,224.5 + pos: 37.5,102.5 parent: 2 - uid: 6527 components: - type: Transform - pos: 47.5,225.5 + pos: 37.5,101.5 parent: 2 - uid: 6528 components: - type: Transform - pos: 47.5,226.5 + pos: 37.5,100.5 parent: 2 - uid: 6529 components: - type: Transform - pos: 47.5,227.5 + pos: 38.5,108.5 parent: 2 - uid: 6530 components: - type: Transform - pos: 49.5,228.5 + pos: 38.5,107.5 parent: 2 - uid: 6531 components: - type: Transform - pos: 49.5,229.5 + pos: 38.5,106.5 parent: 2 - uid: 6532 components: - type: Transform - pos: 51.5,225.5 + pos: 38.5,105.5 parent: 2 - uid: 6533 components: - type: Transform - pos: 51.5,221.5 + pos: 38.5,104.5 parent: 2 - uid: 6534 components: - type: Transform - pos: 36.5,109.5 + pos: 38.5,103.5 parent: 2 - uid: 6535 components: - type: Transform - pos: 50.5,221.5 + pos: 38.5,102.5 parent: 2 - uid: 6536 components: - type: Transform - pos: 49.5,221.5 + pos: 38.5,101.5 parent: 2 - uid: 6537 components: - type: Transform - pos: 48.5,221.5 + pos: 38.5,100.5 parent: 2 - uid: 6538 components: - type: Transform - pos: 48.5,222.5 + pos: 39.5,108.5 parent: 2 - uid: 6539 components: - type: Transform - pos: 47.5,222.5 + pos: 39.5,107.5 parent: 2 - uid: 6540 components: - type: Transform - pos: 47.5,221.5 + pos: 39.5,106.5 parent: 2 - uid: 6541 components: - type: Transform - pos: 37.5,110.5 + pos: 39.5,105.5 parent: 2 - uid: 6542 components: - type: Transform - pos: 37.5,109.5 + pos: 39.5,104.5 parent: 2 - uid: 6543 components: - type: Transform - pos: 38.5,110.5 + pos: 39.5,103.5 parent: 2 - uid: 6544 components: - type: Transform - pos: 50.5,225.5 + pos: 39.5,102.5 parent: 2 - uid: 6545 components: - type: Transform - pos: 38.5,109.5 + pos: 39.5,101.5 parent: 2 - uid: 6546 components: - type: Transform - pos: 39.5,110.5 + pos: 39.5,100.5 parent: 2 - uid: 6547 components: - type: Transform - pos: 88.5,199.5 + pos: 40.5,108.5 parent: 2 - uid: 6548 components: - type: Transform - pos: 88.5,200.5 + pos: 40.5,107.5 parent: 2 - uid: 6549 components: - type: Transform - pos: 88.5,201.5 + pos: 40.5,106.5 parent: 2 - uid: 6550 components: - type: Transform - pos: 88.5,202.5 + pos: 40.5,105.5 parent: 2 - uid: 6551 components: - type: Transform - pos: 89.5,202.5 + pos: 40.5,104.5 parent: 2 - uid: 6552 components: - type: Transform - pos: 90.5,202.5 + pos: 40.5,103.5 parent: 2 - uid: 6553 components: - type: Transform - pos: 88.5,196.5 + pos: 40.5,102.5 parent: 2 - uid: 6554 components: - type: Transform - pos: 90.5,194.5 + pos: 40.5,101.5 parent: 2 - uid: 6555 components: - type: Transform - pos: 89.5,194.5 + pos: 40.5,100.5 parent: 2 - uid: 6556 components: - type: Transform - pos: 90.5,198.5 + pos: 41.5,108.5 parent: 2 - uid: 6557 components: - type: Transform - pos: 90.5,196.5 + pos: 41.5,107.5 parent: 2 - uid: 6558 components: - type: Transform - pos: 39.5,109.5 + pos: 41.5,106.5 parent: 2 - uid: 6559 components: - type: Transform - pos: 40.5,110.5 + pos: 41.5,105.5 parent: 2 - uid: 6560 components: - type: Transform - pos: 40.5,109.5 + pos: 41.5,104.5 parent: 2 - uid: 6561 components: - type: Transform - pos: 41.5,110.5 + pos: 41.5,103.5 parent: 2 - uid: 6562 components: - type: Transform - pos: 41.5,109.5 + pos: 41.5,102.5 parent: 2 - uid: 6563 components: - type: Transform - pos: 41.5,124.5 + pos: 41.5,101.5 parent: 2 - uid: 6564 components: - type: Transform - pos: 41.5,123.5 + pos: 41.5,100.5 parent: 2 - uid: 6565 components: - type: Transform - pos: 41.5,122.5 + pos: 42.5,108.5 parent: 2 - uid: 6566 components: - type: Transform - pos: 41.5,121.5 + pos: 42.5,107.5 parent: 2 - uid: 6567 components: - type: Transform - pos: 40.5,123.5 + pos: 42.5,106.5 parent: 2 - uid: 6568 components: - type: Transform - pos: 40.5,122.5 + pos: 42.5,105.5 parent: 2 - uid: 6569 components: - type: Transform - pos: 40.5,121.5 + pos: 42.5,104.5 parent: 2 - uid: 6570 components: - type: Transform - pos: 39.5,121.5 + pos: 42.5,103.5 parent: 2 - uid: 6571 components: - type: Transform - pos: 34.5,108.5 + pos: 42.5,102.5 parent: 2 - uid: 6572 components: - type: Transform - pos: 34.5,107.5 + pos: 42.5,101.5 parent: 2 - uid: 6573 components: - type: Transform - pos: 41.5,125.5 + pos: 42.5,100.5 parent: 2 - uid: 6574 components: - type: Transform - pos: 41.5,126.5 + pos: 43.5,108.5 parent: 2 - uid: 6575 components: - type: Transform - pos: 34.5,106.5 + pos: 43.5,107.5 parent: 2 - uid: 6576 components: - type: Transform - pos: 42.5,125.5 + pos: 43.5,106.5 parent: 2 - uid: 6577 components: - type: Transform - pos: 42.5,126.5 + pos: 43.5,105.5 parent: 2 - uid: 6578 components: - type: Transform - pos: 42.5,127.5 + pos: 43.5,104.5 parent: 2 - uid: 6579 components: - type: Transform - pos: 43.5,125.5 + pos: 43.5,103.5 parent: 2 - uid: 6580 components: - type: Transform - pos: 43.5,126.5 + pos: 43.5,102.5 parent: 2 - uid: 6581 components: - type: Transform - pos: 43.5,127.5 + pos: 43.5,101.5 parent: 2 - uid: 6582 components: - type: Transform - pos: 44.5,125.5 + pos: 43.5,100.5 parent: 2 - uid: 6583 components: - type: Transform - pos: 44.5,126.5 + pos: 44.5,108.5 parent: 2 - uid: 6584 components: - type: Transform - pos: 44.5,127.5 + pos: 44.5,107.5 parent: 2 - uid: 6585 components: - type: Transform - pos: 45.5,125.5 + pos: 44.5,106.5 parent: 2 - uid: 6586 components: - type: Transform - pos: 45.5,126.5 + pos: 44.5,105.5 parent: 2 - uid: 6587 components: - type: Transform - pos: 45.5,127.5 + pos: 44.5,104.5 parent: 2 - uid: 6588 components: - type: Transform - pos: 46.5,127.5 + pos: 44.5,103.5 parent: 2 - uid: 6589 components: - type: Transform - pos: 46.5,126.5 + pos: 44.5,102.5 parent: 2 - uid: 6590 components: - type: Transform - pos: 46.5,125.5 + pos: 44.5,101.5 parent: 2 - uid: 6591 components: - type: Transform - pos: 47.5,127.5 + pos: 44.5,100.5 parent: 2 - uid: 6592 components: - type: Transform - pos: 47.5,126.5 + pos: 45.5,108.5 parent: 2 - uid: 6593 components: - type: Transform - pos: 47.5,125.5 + pos: 45.5,107.5 parent: 2 - uid: 6594 components: - type: Transform - pos: 48.5,127.5 + pos: 45.5,106.5 parent: 2 - uid: 6595 components: - type: Transform - pos: 48.5,126.5 + pos: 45.5,105.5 parent: 2 - uid: 6596 components: - type: Transform - pos: 48.5,125.5 + pos: 45.5,104.5 parent: 2 - uid: 6597 components: - type: Transform - pos: 49.5,127.5 + pos: 45.5,103.5 parent: 2 - uid: 6598 components: - type: Transform - pos: 49.5,126.5 + pos: 45.5,102.5 parent: 2 - uid: 6599 components: - type: Transform - pos: 49.5,125.5 + pos: 45.5,101.5 parent: 2 - uid: 6600 components: - type: Transform - pos: 50.5,127.5 + pos: 45.5,100.5 parent: 2 - uid: 6601 components: - type: Transform - pos: 50.5,126.5 + pos: 46.5,102.5 parent: 2 - uid: 6602 components: - type: Transform - pos: 50.5,125.5 + pos: 46.5,101.5 parent: 2 - uid: 6603 components: - type: Transform - pos: 51.5,127.5 + pos: 46.5,100.5 parent: 2 - uid: 6604 components: - type: Transform - pos: 51.5,126.5 + pos: 44.5,99.5 parent: 2 - uid: 6605 components: - type: Transform - pos: 51.5,125.5 + pos: 44.5,98.5 parent: 2 - uid: 6606 components: - type: Transform - pos: 34.5,105.5 + pos: 44.5,97.5 parent: 2 - uid: 6607 components: - type: Transform - pos: 50.5,114.5 + pos: 44.5,90.5 parent: 2 - uid: 6608 components: - type: Transform - pos: 51.5,116.5 + pos: 44.5,89.5 parent: 2 - uid: 6609 components: - type: Transform - pos: 51.5,115.5 + pos: 43.5,99.5 parent: 2 - uid: 6610 components: - type: Transform - pos: 51.5,114.5 + pos: 43.5,98.5 parent: 2 - uid: 6611 components: - type: Transform - pos: 51.5,113.5 + pos: 43.5,97.5 parent: 2 - uid: 6612 components: - type: Transform - pos: 51.5,112.5 + pos: 43.5,95.5 parent: 2 - uid: 6613 components: - type: Transform - pos: 51.5,111.5 + pos: 43.5,94.5 parent: 2 - uid: 6614 components: - type: Transform - pos: 51.5,110.5 + pos: 43.5,91.5 parent: 2 - uid: 6615 components: - type: Transform - pos: 51.5,109.5 + pos: 43.5,90.5 parent: 2 - uid: 6616 components: - type: Transform - pos: 51.5,108.5 + pos: 43.5,89.5 parent: 2 - uid: 6617 components: - type: Transform - pos: 52.5,116.5 + pos: 42.5,99.5 parent: 2 - uid: 6618 components: - type: Transform - pos: 52.5,115.5 + pos: 42.5,98.5 parent: 2 - uid: 6619 components: - type: Transform - pos: 52.5,114.5 + pos: 42.5,97.5 parent: 2 - uid: 6620 components: - type: Transform - pos: 52.5,113.5 + pos: 42.5,95.5 parent: 2 - uid: 6621 components: - type: Transform - pos: 52.5,112.5 + pos: 42.5,94.5 parent: 2 - uid: 6622 components: - type: Transform - pos: 52.5,111.5 + pos: 112.5,119.5 parent: 2 - uid: 6623 components: - type: Transform - pos: 52.5,110.5 + pos: 42.5,91.5 parent: 2 - uid: 6624 components: - type: Transform - pos: 52.5,109.5 + pos: 42.5,90.5 parent: 2 - uid: 6625 components: - type: Transform - pos: 52.5,108.5 + pos: 42.5,89.5 parent: 2 - uid: 6626 components: - type: Transform - pos: 52.5,117.5 + pos: 41.5,99.5 parent: 2 - uid: 6627 components: - type: Transform - pos: 52.5,118.5 + pos: 41.5,98.5 parent: 2 - uid: 6628 components: - type: Transform - pos: 52.5,119.5 + pos: 112.5,118.5 parent: 2 - uid: 6629 components: - type: Transform - pos: 52.5,120.5 + pos: 41.5,91.5 parent: 2 - uid: 6630 components: - type: Transform - pos: 52.5,121.5 + pos: 41.5,90.5 parent: 2 - uid: 6631 components: - type: Transform - pos: 52.5,122.5 + pos: 41.5,89.5 parent: 2 - uid: 6632 components: - type: Transform - pos: 52.5,123.5 + pos: 40.5,99.5 parent: 2 - uid: 6633 components: - type: Transform - pos: 52.5,124.5 + pos: 112.5,114.5 parent: 2 - uid: 6634 components: - type: Transform - pos: 51.5,117.5 + pos: 40.5,92.5 parent: 2 - uid: 6635 components: - type: Transform - pos: 51.5,118.5 + pos: 40.5,91.5 parent: 2 - uid: 6636 components: - type: Transform - pos: 51.5,119.5 + pos: 40.5,90.5 parent: 2 - uid: 6637 components: - type: Transform - pos: 51.5,120.5 + pos: 40.5,89.5 parent: 2 - uid: 6638 components: - type: Transform - pos: 51.5,121.5 + pos: 39.5,99.5 parent: 2 - uid: 6639 components: - type: Transform - pos: 51.5,122.5 + pos: 39.5,98.5 parent: 2 - uid: 6640 components: - type: Transform - pos: 51.5,123.5 + pos: 112.5,113.5 parent: 2 - uid: 6641 components: - type: Transform - pos: 51.5,124.5 + pos: 39.5,92.5 parent: 2 - uid: 6642 components: - type: Transform - pos: 52.5,125.5 + pos: 39.5,91.5 parent: 2 - uid: 6643 components: - type: Transform - pos: 52.5,127.5 + pos: 39.5,90.5 parent: 2 - uid: 6644 components: - type: Transform - pos: 40.5,117.5 + pos: 39.5,89.5 parent: 2 - uid: 6645 components: - type: Transform - pos: 39.5,117.5 + pos: 38.5,99.5 parent: 2 - uid: 6646 components: - type: Transform - pos: 39.5,116.5 + pos: 38.5,98.5 parent: 2 - uid: 6647 components: - type: Transform - pos: 38.5,116.5 + pos: 38.5,92.5 parent: 2 - uid: 6648 components: - type: Transform - pos: 38.5,115.5 + pos: 38.5,91.5 parent: 2 - uid: 6649 components: - type: Transform - pos: 38.5,114.5 + pos: 38.5,90.5 parent: 2 - uid: 6650 components: - type: Transform - pos: 38.5,113.5 + pos: 38.5,89.5 parent: 2 - uid: 6651 components: - type: Transform - pos: 38.5,112.5 + pos: 37.5,99.5 parent: 2 - uid: 6652 components: - type: Transform - pos: 39.5,112.5 + pos: 37.5,98.5 parent: 2 - uid: 6653 components: - type: Transform - pos: 39.5,111.5 + pos: 37.5,97.5 parent: 2 - uid: 6654 components: - type: Transform - pos: 34.5,104.5 + pos: 37.5,93.5 parent: 2 - uid: 6655 components: - type: Transform - pos: 34.5,103.5 + pos: 37.5,92.5 parent: 2 - uid: 6656 components: - type: Transform - pos: 34.5,102.5 + pos: 37.5,91.5 parent: 2 - uid: 6657 components: - type: Transform - pos: 34.5,101.5 + pos: 37.5,90.5 parent: 2 - uid: 6658 components: - type: Transform - pos: 34.5,100.5 + pos: 37.5,89.5 parent: 2 - uid: 6659 components: - type: Transform - pos: 35.5,108.5 + pos: 36.5,99.5 parent: 2 - uid: 6660 components: - type: Transform - pos: 35.5,107.5 + pos: 36.5,98.5 parent: 2 - uid: 6661 components: - type: Transform - pos: 35.5,106.5 + pos: 36.5,97.5 parent: 2 - uid: 6662 components: - type: Transform - pos: 35.5,105.5 + pos: 36.5,96.5 parent: 2 - uid: 6663 components: - type: Transform - pos: 35.5,104.5 + pos: 36.5,95.5 parent: 2 - uid: 6664 components: - type: Transform - pos: 35.5,103.5 + pos: 36.5,94.5 parent: 2 - uid: 6665 components: - type: Transform - pos: 35.5,102.5 + pos: 36.5,93.5 parent: 2 - uid: 6666 components: - type: Transform - pos: 35.5,101.5 + pos: 36.5,92.5 parent: 2 - uid: 6667 components: - type: Transform - pos: 35.5,100.5 + pos: 36.5,91.5 parent: 2 - uid: 6668 components: - type: Transform - pos: 36.5,108.5 + pos: 36.5,90.5 parent: 2 - uid: 6669 components: - type: Transform - pos: 36.5,107.5 + pos: 36.5,89.5 parent: 2 - uid: 6670 components: - type: Transform - pos: 36.5,106.5 + pos: 35.5,99.5 parent: 2 - uid: 6671 components: - type: Transform - pos: 36.5,105.5 + pos: 35.5,98.5 parent: 2 - uid: 6672 components: - type: Transform - pos: 36.5,104.5 + pos: 35.5,97.5 parent: 2 - uid: 6673 components: - type: Transform - pos: 36.5,103.5 + pos: 35.5,96.5 parent: 2 - uid: 6674 components: - type: Transform - pos: 36.5,102.5 + pos: 35.5,95.5 parent: 2 - uid: 6675 components: - type: Transform - pos: 36.5,101.5 + pos: 35.5,94.5 parent: 2 - uid: 6676 components: - type: Transform - pos: 36.5,100.5 + pos: 35.5,93.5 parent: 2 - uid: 6677 components: - type: Transform - pos: 37.5,108.5 + pos: 35.5,92.5 parent: 2 - uid: 6678 components: - type: Transform - pos: 37.5,107.5 + pos: 35.5,91.5 parent: 2 - uid: 6679 components: - type: Transform - pos: 37.5,106.5 + pos: 35.5,90.5 parent: 2 - uid: 6680 components: - type: Transform - pos: 37.5,105.5 + pos: 35.5,89.5 parent: 2 - uid: 6681 components: - type: Transform - pos: 37.5,104.5 + pos: 34.5,99.5 parent: 2 - uid: 6682 components: - type: Transform - pos: 37.5,103.5 + pos: 34.5,98.5 parent: 2 - uid: 6683 components: - type: Transform - pos: 37.5,102.5 + pos: 34.5,97.5 parent: 2 - uid: 6684 components: - type: Transform - pos: 37.5,101.5 + pos: 34.5,96.5 parent: 2 - uid: 6685 components: - type: Transform - pos: 37.5,100.5 + pos: 34.5,95.5 parent: 2 - uid: 6686 components: - type: Transform - pos: 38.5,108.5 + pos: 34.5,94.5 parent: 2 - uid: 6687 components: - type: Transform - pos: 38.5,107.5 + pos: 34.5,93.5 parent: 2 - uid: 6688 components: - type: Transform - pos: 38.5,106.5 + pos: 34.5,92.5 parent: 2 - uid: 6689 components: - type: Transform - pos: 38.5,105.5 + pos: 34.5,91.5 parent: 2 - uid: 6690 components: - type: Transform - pos: 38.5,104.5 + pos: 34.5,90.5 parent: 2 - uid: 6691 components: - type: Transform - pos: 38.5,103.5 + pos: 34.5,89.5 parent: 2 - uid: 6692 components: - type: Transform - pos: 38.5,102.5 + pos: 47.5,231.5 parent: 2 - uid: 6693 components: - type: Transform - pos: 38.5,101.5 + pos: 47.5,230.5 parent: 2 - uid: 6694 components: - type: Transform - pos: 38.5,100.5 + pos: 47.5,232.5 parent: 2 - uid: 6695 components: - type: Transform - pos: 39.5,108.5 + pos: 48.5,230.5 parent: 2 - uid: 6696 components: - type: Transform - pos: 39.5,107.5 + pos: 48.5,231.5 parent: 2 - uid: 6697 components: - type: Transform - pos: 39.5,106.5 + pos: 48.5,232.5 parent: 2 - uid: 6698 components: - type: Transform - pos: 39.5,105.5 + pos: 49.5,230.5 parent: 2 - uid: 6699 components: - type: Transform - pos: 39.5,104.5 + pos: 49.5,231.5 parent: 2 - uid: 6700 components: - type: Transform - pos: 39.5,103.5 + pos: 49.5,232.5 parent: 2 - uid: 6701 components: - type: Transform - pos: 39.5,102.5 + pos: 47.5,229.5 parent: 2 - uid: 6702 components: - type: Transform - pos: 39.5,101.5 + pos: 47.5,228.5 parent: 2 - uid: 6703 components: - type: Transform - pos: 39.5,100.5 + pos: 48.5,229.5 parent: 2 - uid: 6704 components: - type: Transform - pos: 40.5,108.5 + pos: 54.5,221.5 parent: 2 - uid: 6705 components: - type: Transform - pos: 40.5,107.5 + pos: 55.5,222.5 parent: 2 - uid: 6706 components: - type: Transform - pos: 40.5,106.5 + pos: 55.5,221.5 parent: 2 - uid: 6707 components: - type: Transform - pos: 40.5,105.5 + pos: 56.5,222.5 parent: 2 - uid: 6708 components: - type: Transform - pos: 40.5,104.5 + pos: 56.5,221.5 parent: 2 - uid: 6709 components: - type: Transform - pos: 40.5,103.5 + pos: 57.5,222.5 parent: 2 - uid: 6710 components: - type: Transform - pos: 40.5,102.5 + pos: 57.5,221.5 parent: 2 - uid: 6711 components: - type: Transform - pos: 40.5,101.5 + pos: 57.5,223.5 parent: 2 - uid: 6712 components: - type: Transform - pos: 40.5,100.5 + pos: 57.5,224.5 parent: 2 - uid: 6713 components: - type: Transform - pos: 41.5,108.5 + pos: 48.5,88.5 parent: 2 - uid: 6714 components: - type: Transform - pos: 41.5,107.5 + pos: 47.5,88.5 parent: 2 - uid: 6715 components: - type: Transform - pos: 41.5,106.5 + pos: 46.5,88.5 parent: 2 - uid: 6716 components: - type: Transform - pos: 41.5,105.5 + pos: 45.5,88.5 parent: 2 - uid: 6717 components: - type: Transform - pos: 41.5,104.5 + pos: 44.5,88.5 parent: 2 - uid: 6718 components: - type: Transform - pos: 41.5,103.5 + pos: 43.5,88.5 parent: 2 - uid: 6719 components: - type: Transform - pos: 41.5,102.5 + pos: 42.5,88.5 parent: 2 - uid: 6720 components: - type: Transform - pos: 41.5,101.5 + pos: 41.5,88.5 parent: 2 - uid: 6721 components: - type: Transform - pos: 41.5,100.5 + pos: 40.5,88.5 parent: 2 - uid: 6722 components: - type: Transform - pos: 42.5,108.5 + pos: 39.5,88.5 parent: 2 - uid: 6723 components: - type: Transform - pos: 42.5,107.5 + pos: 38.5,88.5 parent: 2 - uid: 6724 components: - type: Transform - pos: 42.5,106.5 + pos: 37.5,88.5 parent: 2 - uid: 6725 components: - type: Transform - pos: 42.5,105.5 + pos: 36.5,88.5 parent: 2 - uid: 6726 components: - type: Transform - pos: 42.5,104.5 + pos: 35.5,88.5 parent: 2 - uid: 6727 components: - type: Transform - pos: 42.5,103.5 + pos: 34.5,88.5 parent: 2 - uid: 6728 components: - type: Transform - pos: 42.5,102.5 + pos: 34.5,87.5 parent: 2 - uid: 6729 components: - type: Transform - pos: 42.5,101.5 + pos: 35.5,87.5 parent: 2 - uid: 6730 components: - type: Transform - pos: 42.5,100.5 + pos: 36.5,87.5 parent: 2 - uid: 6731 components: - type: Transform - pos: 43.5,108.5 + pos: 37.5,87.5 parent: 2 - uid: 6732 components: - type: Transform - pos: 43.5,107.5 + pos: 38.5,87.5 parent: 2 - uid: 6733 components: - type: Transform - pos: 43.5,106.5 + pos: 39.5,87.5 parent: 2 - uid: 6734 components: - type: Transform - pos: 43.5,105.5 + pos: 40.5,87.5 parent: 2 - uid: 6735 components: - type: Transform - pos: 43.5,104.5 + pos: 41.5,87.5 parent: 2 - uid: 6736 components: - type: Transform - pos: 43.5,103.5 + pos: 42.5,87.5 parent: 2 - uid: 6737 components: - type: Transform - pos: 43.5,102.5 + pos: 42.5,86.5 parent: 2 - uid: 6738 components: - type: Transform - pos: 43.5,101.5 + pos: 43.5,87.5 parent: 2 - uid: 6739 components: - type: Transform - pos: 43.5,100.5 + pos: 43.5,86.5 parent: 2 - uid: 6740 components: - type: Transform - pos: 44.5,108.5 + pos: 44.5,87.5 parent: 2 - uid: 6741 components: - type: Transform - pos: 44.5,107.5 + pos: 44.5,86.5 parent: 2 - uid: 6742 components: - type: Transform - pos: 44.5,106.5 + pos: 45.5,87.5 parent: 2 - uid: 6743 components: - type: Transform - pos: 44.5,105.5 + pos: 45.5,86.5 parent: 2 - uid: 6744 components: - type: Transform - pos: 44.5,104.5 + pos: 46.5,87.5 parent: 2 - uid: 6745 components: - type: Transform - pos: 44.5,103.5 + pos: 46.5,86.5 parent: 2 - uid: 6746 components: - type: Transform - pos: 44.5,102.5 + pos: 47.5,87.5 parent: 2 - uid: 6747 components: - type: Transform - pos: 44.5,101.5 + pos: 47.5,86.5 parent: 2 - uid: 6748 components: - type: Transform - pos: 44.5,100.5 + pos: 30.5,83.5 parent: 2 - uid: 6749 components: - type: Transform - pos: 45.5,108.5 + pos: 30.5,82.5 parent: 2 - uid: 6750 components: - type: Transform - pos: 45.5,107.5 + pos: 30.5,81.5 parent: 2 - uid: 6751 components: - type: Transform - pos: 45.5,106.5 + pos: 30.5,80.5 parent: 2 - uid: 6752 components: - type: Transform - pos: 45.5,105.5 + pos: 30.5,79.5 parent: 2 - uid: 6753 components: - type: Transform - pos: 45.5,104.5 + pos: 30.5,78.5 parent: 2 - uid: 6754 components: - type: Transform - pos: 45.5,103.5 + pos: 30.5,77.5 parent: 2 - uid: 6755 components: - type: Transform - pos: 45.5,102.5 + pos: 31.5,84.5 parent: 2 - uid: 6756 components: - type: Transform - pos: 45.5,101.5 + pos: 31.5,83.5 parent: 2 - uid: 6757 components: - type: Transform - pos: 45.5,100.5 + pos: 31.5,82.5 parent: 2 - uid: 6758 components: - type: Transform - pos: 46.5,102.5 + pos: 31.5,81.5 parent: 2 - uid: 6759 components: - type: Transform - pos: 46.5,101.5 + pos: 31.5,80.5 parent: 2 - uid: 6760 components: - type: Transform - pos: 46.5,100.5 + pos: 31.5,79.5 parent: 2 - uid: 6761 components: - type: Transform - pos: 44.5,99.5 + pos: 31.5,78.5 parent: 2 - uid: 6762 components: - type: Transform - pos: 44.5,98.5 + pos: 31.5,77.5 parent: 2 - uid: 6763 components: - type: Transform - pos: 44.5,97.5 + pos: 32.5,85.5 parent: 2 - uid: 6764 components: - type: Transform - pos: 44.5,90.5 + pos: 32.5,84.5 parent: 2 - uid: 6765 components: - type: Transform - pos: 44.5,89.5 + pos: 32.5,83.5 parent: 2 - uid: 6766 components: - type: Transform - pos: 43.5,99.5 + pos: 32.5,82.5 parent: 2 - uid: 6767 components: - type: Transform - pos: 43.5,98.5 + pos: 32.5,81.5 parent: 2 - uid: 6768 components: - type: Transform - pos: 43.5,97.5 + pos: 32.5,80.5 parent: 2 - uid: 6769 components: - type: Transform - pos: 43.5,95.5 + pos: 32.5,79.5 parent: 2 - uid: 6770 components: - type: Transform - pos: 43.5,94.5 + pos: 32.5,78.5 parent: 2 - uid: 6771 components: - type: Transform - pos: 43.5,91.5 + pos: 32.5,77.5 parent: 2 - uid: 6772 components: - type: Transform - pos: 43.5,90.5 + pos: 33.5,85.5 parent: 2 - uid: 6773 components: - type: Transform - pos: 43.5,89.5 + pos: 33.5,84.5 parent: 2 - uid: 6774 components: - type: Transform - pos: 42.5,99.5 + pos: 33.5,83.5 parent: 2 - uid: 6775 components: - type: Transform - pos: 42.5,98.5 + pos: 33.5,82.5 parent: 2 - uid: 6776 components: - type: Transform - pos: 42.5,97.5 + pos: 33.5,81.5 parent: 2 - uid: 6777 components: - type: Transform - pos: 42.5,95.5 + pos: 33.5,80.5 parent: 2 - uid: 6778 components: - type: Transform - pos: 42.5,94.5 + pos: 33.5,79.5 parent: 2 - uid: 6779 components: - type: Transform - pos: 112.5,119.5 + pos: 33.5,78.5 parent: 2 - uid: 6780 components: - type: Transform - pos: 42.5,91.5 + pos: 33.5,77.5 parent: 2 - uid: 6781 components: - type: Transform - pos: 42.5,90.5 + pos: 34.5,85.5 parent: 2 - uid: 6782 components: - type: Transform - pos: 42.5,89.5 + pos: 34.5,84.5 parent: 2 - uid: 6783 components: - type: Transform - pos: 41.5,99.5 + pos: 34.5,83.5 parent: 2 - uid: 6784 components: - type: Transform - pos: 41.5,98.5 + pos: 34.5,82.5 parent: 2 - uid: 6785 components: - type: Transform - pos: 112.5,118.5 + pos: 34.5,81.5 parent: 2 - uid: 6786 components: - type: Transform - pos: 41.5,91.5 + pos: 34.5,80.5 parent: 2 - uid: 6787 components: - type: Transform - pos: 41.5,90.5 + pos: 34.5,79.5 parent: 2 - uid: 6788 components: - type: Transform - pos: 41.5,89.5 + pos: 34.5,78.5 parent: 2 - uid: 6789 components: - type: Transform - pos: 40.5,99.5 + pos: 34.5,77.5 parent: 2 - uid: 6790 components: - type: Transform - pos: 112.5,114.5 + pos: 35.5,85.5 parent: 2 - uid: 6791 components: - type: Transform - pos: 40.5,92.5 + pos: 35.5,84.5 parent: 2 - uid: 6792 components: - type: Transform - pos: 40.5,91.5 + pos: 35.5,83.5 parent: 2 - uid: 6793 components: - type: Transform - pos: 40.5,90.5 + pos: 35.5,82.5 parent: 2 - uid: 6794 components: - type: Transform - pos: 40.5,89.5 + pos: 35.5,81.5 parent: 2 - uid: 6795 components: - type: Transform - pos: 39.5,99.5 + pos: 35.5,80.5 parent: 2 - uid: 6796 components: - type: Transform - pos: 39.5,98.5 + pos: 35.5,79.5 parent: 2 - uid: 6797 components: - type: Transform - pos: 112.5,113.5 + pos: 35.5,78.5 parent: 2 - uid: 6798 components: - type: Transform - pos: 39.5,92.5 + pos: 35.5,77.5 parent: 2 - uid: 6799 components: - type: Transform - pos: 39.5,91.5 + pos: 36.5,85.5 parent: 2 - uid: 6800 components: - type: Transform - pos: 39.5,90.5 + pos: 36.5,84.5 parent: 2 - uid: 6801 components: - type: Transform - pos: 39.5,89.5 + pos: 36.5,83.5 parent: 2 - uid: 6802 components: - type: Transform - pos: 38.5,99.5 + pos: 36.5,82.5 parent: 2 - uid: 6803 components: - type: Transform - pos: 38.5,98.5 + pos: 36.5,81.5 parent: 2 - uid: 6804 components: - type: Transform - pos: 38.5,92.5 + pos: 36.5,80.5 parent: 2 - uid: 6805 components: - type: Transform - pos: 38.5,91.5 + pos: 36.5,79.5 parent: 2 - uid: 6806 components: - type: Transform - pos: 38.5,90.5 + pos: 36.5,78.5 parent: 2 - uid: 6807 components: - type: Transform - pos: 38.5,89.5 + pos: 36.5,77.5 parent: 2 - uid: 6808 components: - type: Transform - pos: 37.5,99.5 + pos: 37.5,85.5 parent: 2 - uid: 6809 components: - type: Transform - pos: 37.5,98.5 + pos: 37.5,84.5 parent: 2 - uid: 6810 components: - type: Transform - pos: 37.5,97.5 + pos: 37.5,83.5 parent: 2 - uid: 6811 components: - type: Transform - pos: 37.5,93.5 + pos: 37.5,82.5 parent: 2 - uid: 6812 components: - type: Transform - pos: 37.5,92.5 + pos: 37.5,81.5 parent: 2 - uid: 6813 components: - type: Transform - pos: 37.5,91.5 + pos: 37.5,80.5 parent: 2 - uid: 6814 components: - type: Transform - pos: 37.5,90.5 + pos: 37.5,79.5 parent: 2 - uid: 6815 components: - type: Transform - pos: 37.5,89.5 + pos: 37.5,78.5 parent: 2 - uid: 6816 components: - type: Transform - pos: 36.5,99.5 + pos: 37.5,77.5 parent: 2 - uid: 6817 components: - type: Transform - pos: 36.5,98.5 + pos: 38.5,85.5 parent: 2 - uid: 6818 components: - type: Transform - pos: 36.5,97.5 + pos: 38.5,84.5 parent: 2 - uid: 6819 components: - type: Transform - pos: 36.5,96.5 + pos: 38.5,83.5 parent: 2 - uid: 6820 components: - type: Transform - pos: 36.5,95.5 + pos: 38.5,82.5 parent: 2 - uid: 6821 components: - type: Transform - pos: 36.5,94.5 + pos: 38.5,81.5 parent: 2 - uid: 6822 components: - type: Transform - pos: 36.5,93.5 + pos: 38.5,80.5 parent: 2 - uid: 6823 components: - type: Transform - pos: 36.5,92.5 + pos: 38.5,79.5 parent: 2 - uid: 6824 components: - type: Transform - pos: 36.5,91.5 + pos: 38.5,78.5 parent: 2 - uid: 6825 components: - type: Transform - pos: 36.5,90.5 + pos: 38.5,77.5 parent: 2 - uid: 6826 components: - type: Transform - pos: 36.5,89.5 + pos: 39.5,85.5 parent: 2 - uid: 6827 components: - type: Transform - pos: 35.5,99.5 + pos: 39.5,84.5 parent: 2 - uid: 6828 components: - type: Transform - pos: 35.5,98.5 + pos: 39.5,83.5 parent: 2 - uid: 6829 components: - type: Transform - pos: 35.5,97.5 + pos: 39.5,82.5 parent: 2 - uid: 6830 components: - type: Transform - pos: 35.5,96.5 + pos: 39.5,81.5 parent: 2 - uid: 6831 components: - type: Transform - pos: 35.5,95.5 + pos: 39.5,80.5 parent: 2 - uid: 6832 components: - type: Transform - pos: 35.5,94.5 + pos: 39.5,79.5 parent: 2 - uid: 6833 components: - type: Transform - pos: 35.5,93.5 + pos: 39.5,78.5 parent: 2 - uid: 6834 components: - type: Transform - pos: 35.5,92.5 + pos: 39.5,77.5 parent: 2 - uid: 6835 components: - type: Transform - pos: 35.5,91.5 + pos: 40.5,85.5 parent: 2 - uid: 6836 components: - type: Transform - pos: 35.5,90.5 + pos: 40.5,84.5 parent: 2 - uid: 6837 components: - type: Transform - pos: 35.5,89.5 + pos: 40.5,83.5 parent: 2 - uid: 6838 components: - type: Transform - pos: 34.5,99.5 + pos: 40.5,82.5 parent: 2 - uid: 6839 components: - type: Transform - pos: 34.5,98.5 + pos: 40.5,81.5 parent: 2 - uid: 6840 components: - type: Transform - pos: 34.5,97.5 + pos: 40.5,80.5 parent: 2 - uid: 6841 components: - type: Transform - pos: 34.5,96.5 + pos: 40.5,79.5 parent: 2 - uid: 6842 components: - type: Transform - pos: 34.5,95.5 + pos: 40.5,78.5 parent: 2 - uid: 6843 components: - type: Transform - pos: 34.5,94.5 + pos: 40.5,77.5 parent: 2 - uid: 6844 components: - type: Transform - pos: 34.5,93.5 + pos: 42.5,85.5 parent: 2 - uid: 6845 components: - type: Transform - pos: 34.5,92.5 + pos: 42.5,84.5 parent: 2 - uid: 6846 components: - type: Transform - pos: 34.5,91.5 + pos: 42.5,83.5 parent: 2 - uid: 6847 components: - type: Transform - pos: 34.5,90.5 + pos: 42.5,82.5 parent: 2 - uid: 6848 components: - type: Transform - pos: 34.5,89.5 + pos: 42.5,81.5 parent: 2 - uid: 6849 components: - type: Transform - pos: 47.5,231.5 + pos: 42.5,80.5 parent: 2 - uid: 6850 components: - type: Transform - pos: 47.5,230.5 + pos: 42.5,79.5 parent: 2 - uid: 6851 components: - type: Transform - pos: 47.5,232.5 + pos: 42.5,78.5 parent: 2 - uid: 6852 components: - type: Transform - pos: 48.5,230.5 + pos: 42.5,77.5 parent: 2 - uid: 6853 components: - type: Transform - pos: 48.5,231.5 + pos: 43.5,85.5 parent: 2 - uid: 6854 components: - type: Transform - pos: 48.5,232.5 + pos: 43.5,84.5 parent: 2 - uid: 6855 components: - type: Transform - pos: 49.5,230.5 + pos: 43.5,83.5 parent: 2 - uid: 6856 components: - type: Transform - pos: 49.5,231.5 + pos: 43.5,82.5 parent: 2 - uid: 6857 components: - type: Transform - pos: 49.5,232.5 + pos: 43.5,81.5 parent: 2 - uid: 6858 components: - type: Transform - pos: 47.5,229.5 + pos: 43.5,80.5 parent: 2 - uid: 6859 components: - type: Transform - pos: 47.5,228.5 + pos: 43.5,79.5 parent: 2 - uid: 6860 components: - type: Transform - pos: 48.5,229.5 + pos: 43.5,78.5 parent: 2 - uid: 6861 components: - type: Transform - pos: 54.5,221.5 + pos: 43.5,77.5 parent: 2 - uid: 6862 components: - type: Transform - pos: 55.5,222.5 + pos: 44.5,85.5 parent: 2 - uid: 6863 components: - type: Transform - pos: 55.5,221.5 + pos: 44.5,84.5 parent: 2 - uid: 6864 components: - type: Transform - pos: 56.5,222.5 + pos: 44.5,83.5 parent: 2 - uid: 6865 components: - type: Transform - pos: 56.5,221.5 + pos: 44.5,82.5 parent: 2 - uid: 6866 components: - type: Transform - pos: 57.5,222.5 + pos: 44.5,81.5 parent: 2 - uid: 6867 components: - type: Transform - pos: 57.5,221.5 + pos: 44.5,80.5 parent: 2 - uid: 6868 components: - type: Transform - pos: 57.5,223.5 + pos: 44.5,79.5 parent: 2 - uid: 6869 components: - type: Transform - pos: 57.5,224.5 + pos: 44.5,78.5 parent: 2 - uid: 6870 components: - type: Transform - pos: 48.5,88.5 + pos: 44.5,77.5 parent: 2 - uid: 6871 components: - type: Transform - pos: 47.5,88.5 + pos: 45.5,85.5 parent: 2 - uid: 6872 components: - type: Transform - pos: 46.5,88.5 + pos: 45.5,84.5 parent: 2 - uid: 6873 components: - type: Transform - pos: 45.5,88.5 + pos: 45.5,83.5 parent: 2 - uid: 6874 components: - type: Transform - pos: 44.5,88.5 + pos: 45.5,82.5 parent: 2 - uid: 6875 components: - type: Transform - pos: 43.5,88.5 + pos: 45.5,81.5 parent: 2 - uid: 6876 components: - type: Transform - pos: 42.5,88.5 + pos: 45.5,80.5 parent: 2 - uid: 6877 components: - type: Transform - pos: 41.5,88.5 + pos: 45.5,79.5 parent: 2 - uid: 6878 components: - type: Transform - pos: 40.5,88.5 + pos: 45.5,78.5 parent: 2 - uid: 6879 components: - type: Transform - pos: 39.5,88.5 + pos: 45.5,77.5 parent: 2 - uid: 6880 components: - type: Transform - pos: 38.5,88.5 + pos: 46.5,85.5 parent: 2 - uid: 6881 components: - type: Transform - pos: 37.5,88.5 + pos: 46.5,84.5 parent: 2 - uid: 6882 components: - type: Transform - pos: 36.5,88.5 + pos: 46.5,83.5 parent: 2 - uid: 6883 components: - type: Transform - pos: 35.5,88.5 + pos: 46.5,82.5 parent: 2 - uid: 6884 components: - type: Transform - pos: 34.5,88.5 + pos: 46.5,81.5 parent: 2 - uid: 6885 components: - type: Transform - pos: 34.5,87.5 + pos: 46.5,80.5 parent: 2 - uid: 6886 components: - type: Transform - pos: 35.5,87.5 + pos: 46.5,79.5 parent: 2 - uid: 6887 components: - type: Transform - pos: 36.5,87.5 + pos: 46.5,78.5 parent: 2 - uid: 6888 components: - type: Transform - pos: 37.5,87.5 + pos: 46.5,77.5 parent: 2 - uid: 6889 components: - type: Transform - pos: 38.5,87.5 + pos: 47.5,85.5 parent: 2 - uid: 6890 components: - type: Transform - pos: 39.5,87.5 + pos: 47.5,84.5 parent: 2 - uid: 6891 components: - type: Transform - pos: 40.5,87.5 + pos: 47.5,83.5 parent: 2 - uid: 6892 components: - type: Transform - pos: 41.5,87.5 + pos: 47.5,82.5 parent: 2 - uid: 6893 components: - type: Transform - pos: 42.5,87.5 + pos: 47.5,81.5 parent: 2 - uid: 6894 components: - type: Transform - pos: 42.5,86.5 + pos: 47.5,80.5 parent: 2 - uid: 6895 components: - type: Transform - pos: 43.5,87.5 + pos: 47.5,79.5 parent: 2 - uid: 6896 components: - type: Transform - pos: 43.5,86.5 + pos: 47.5,78.5 parent: 2 - uid: 6897 components: - type: Transform - pos: 44.5,87.5 + pos: 47.5,77.5 parent: 2 - uid: 6898 components: - type: Transform - pos: 44.5,86.5 + pos: 29.5,82.5 parent: 2 - uid: 6899 components: - type: Transform - pos: 45.5,87.5 + pos: 29.5,81.5 parent: 2 - uid: 6900 components: - type: Transform - pos: 45.5,86.5 + pos: 29.5,80.5 parent: 2 - uid: 6901 components: - type: Transform - pos: 46.5,87.5 + pos: 29.5,79.5 parent: 2 - uid: 6902 components: - type: Transform - pos: 46.5,86.5 + pos: 29.5,78.5 parent: 2 - uid: 6903 components: - type: Transform - pos: 47.5,87.5 + pos: 29.5,77.5 parent: 2 - uid: 6904 components: - type: Transform - pos: 47.5,86.5 + pos: 28.5,80.5 parent: 2 - uid: 6905 components: - type: Transform - pos: 30.5,83.5 + pos: 28.5,79.5 parent: 2 - uid: 6906 components: - type: Transform - pos: 30.5,82.5 + pos: 28.5,78.5 parent: 2 - uid: 6907 components: - type: Transform - pos: 30.5,81.5 + pos: 28.5,77.5 parent: 2 - uid: 6908 components: - type: Transform - pos: 30.5,80.5 + pos: 27.5,78.5 parent: 2 - uid: 6909 components: - type: Transform - pos: 30.5,79.5 + pos: 27.5,77.5 parent: 2 - uid: 6910 components: - type: Transform - pos: 30.5,78.5 + pos: 26.5,77.5 parent: 2 - uid: 6911 components: - type: Transform - pos: 30.5,77.5 + pos: 52.5,126.5 parent: 2 - uid: 6912 components: - type: Transform - pos: 31.5,84.5 + pos: 90.5,171.5 parent: 2 - uid: 6913 components: - type: Transform - pos: 31.5,83.5 + pos: 90.5,173.5 parent: 2 - uid: 6914 components: - type: Transform - pos: 31.5,82.5 + pos: 90.5,175.5 parent: 2 - uid: 6915 components: - type: Transform - pos: 31.5,81.5 + pos: 90.5,174.5 parent: 2 - uid: 6916 components: - type: Transform - pos: 31.5,80.5 + pos: 119.5,213.5 parent: 2 - uid: 6917 components: - type: Transform - pos: 31.5,79.5 + pos: 119.5,214.5 parent: 2 - uid: 6918 components: - type: Transform - pos: 31.5,78.5 + pos: 123.5,226.5 parent: 2 - uid: 6919 components: - type: Transform - pos: 31.5,77.5 + pos: 116.5,217.5 parent: 2 - uid: 6920 components: - type: Transform - pos: 32.5,85.5 + pos: 119.5,216.5 parent: 2 - uid: 6921 components: - type: Transform - pos: 32.5,84.5 + pos: 119.5,215.5 parent: 2 - uid: 6922 components: - type: Transform - pos: 32.5,83.5 + pos: 110.5,212.5 parent: 2 - uid: 6923 components: - type: Transform - pos: 32.5,82.5 + pos: 59.5,65.5 parent: 2 - uid: 6924 components: - type: Transform - pos: 32.5,81.5 + pos: 110.5,211.5 parent: 2 - uid: 6925 components: - type: Transform - pos: 32.5,80.5 + pos: 108.5,206.5 parent: 2 - uid: 6926 components: - type: Transform - pos: 32.5,79.5 + pos: 108.5,207.5 parent: 2 - uid: 6927 components: - type: Transform - pos: 32.5,78.5 + pos: 108.5,208.5 parent: 2 - uid: 6928 components: - type: Transform - pos: 32.5,77.5 + pos: 110.5,210.5 parent: 2 - uid: 6929 components: - type: Transform - pos: 33.5,85.5 + pos: 110.5,209.5 parent: 2 - uid: 6930 components: - type: Transform - pos: 33.5,84.5 + pos: 110.5,213.5 parent: 2 - uid: 6931 components: - type: Transform - pos: 33.5,83.5 + pos: 110.5,214.5 parent: 2 - uid: 6932 components: - type: Transform - pos: 33.5,82.5 + pos: 109.5,209.5 parent: 2 - uid: 6933 components: - type: Transform - pos: 33.5,81.5 + pos: 109.5,210.5 parent: 2 - uid: 6934 components: - type: Transform - pos: 33.5,80.5 + pos: 109.5,211.5 parent: 2 - uid: 6935 components: - type: Transform - pos: 33.5,79.5 + pos: 109.5,212.5 parent: 2 - uid: 6936 components: - type: Transform - pos: 33.5,78.5 + pos: 109.5,213.5 parent: 2 - uid: 6937 components: - type: Transform - pos: 33.5,77.5 + pos: 109.5,214.5 parent: 2 - uid: 6938 components: - type: Transform - pos: 34.5,85.5 + pos: 108.5,209.5 parent: 2 - uid: 6939 components: - type: Transform - pos: 34.5,84.5 + pos: 108.5,210.5 parent: 2 - uid: 6940 components: - type: Transform - pos: 34.5,83.5 + pos: 108.5,211.5 parent: 2 - uid: 6941 components: - type: Transform - pos: 34.5,82.5 + pos: 108.5,212.5 parent: 2 - uid: 6942 components: - type: Transform - pos: 34.5,81.5 + pos: 108.5,213.5 parent: 2 - uid: 6943 components: - type: Transform - pos: 34.5,80.5 + pos: 108.5,214.5 parent: 2 - uid: 6944 components: - type: Transform - pos: 34.5,79.5 + pos: 119.5,217.5 parent: 2 - uid: 6945 components: - type: Transform - pos: 34.5,78.5 + pos: 119.5,218.5 parent: 2 - uid: 6946 components: - type: Transform - pos: 34.5,77.5 + pos: 118.5,213.5 parent: 2 - uid: 6947 components: - type: Transform - pos: 35.5,85.5 + pos: 118.5,214.5 parent: 2 - uid: 6948 components: - type: Transform - pos: 35.5,84.5 + pos: 118.5,215.5 parent: 2 - uid: 6949 components: - type: Transform - pos: 35.5,83.5 + pos: 118.5,216.5 parent: 2 - uid: 6950 components: - type: Transform - pos: 35.5,82.5 + pos: 118.5,217.5 parent: 2 - uid: 6951 components: - type: Transform - pos: 35.5,81.5 + pos: 118.5,218.5 parent: 2 - uid: 6952 components: - type: Transform - pos: 35.5,80.5 + pos: 117.5,213.5 parent: 2 - uid: 6953 components: - type: Transform - pos: 35.5,79.5 + pos: 117.5,214.5 parent: 2 - uid: 6954 components: - type: Transform - pos: 35.5,78.5 + pos: 117.5,215.5 parent: 2 - uid: 6955 components: - type: Transform - pos: 35.5,77.5 + pos: 117.5,216.5 parent: 2 - uid: 6956 components: - type: Transform - pos: 36.5,85.5 + pos: 117.5,217.5 parent: 2 - uid: 6957 components: - type: Transform - pos: 36.5,84.5 + pos: 117.5,218.5 parent: 2 - uid: 6958 components: - type: Transform - pos: 36.5,83.5 + pos: 116.5,218.5 parent: 2 - uid: 6959 components: - type: Transform - pos: 36.5,82.5 + pos: 116.5,219.5 parent: 2 - uid: 6960 components: - type: Transform - pos: 36.5,81.5 + pos: 115.5,217.5 parent: 2 - uid: 6961 components: - type: Transform - pos: 36.5,80.5 + pos: 115.5,218.5 parent: 2 - uid: 6962 components: - type: Transform - pos: 36.5,79.5 + pos: 115.5,219.5 parent: 2 - uid: 6963 components: - type: Transform - pos: 36.5,78.5 + pos: 114.5,217.5 parent: 2 - uid: 6964 components: - type: Transform - pos: 36.5,77.5 + pos: 114.5,218.5 parent: 2 - uid: 6965 components: - type: Transform - pos: 37.5,85.5 + pos: 114.5,219.5 parent: 2 - uid: 6966 components: - type: Transform - pos: 37.5,84.5 + pos: 113.5,217.5 parent: 2 - uid: 6967 components: - type: Transform - pos: 37.5,83.5 + pos: 113.5,218.5 parent: 2 - uid: 6968 components: - type: Transform - pos: 37.5,82.5 + pos: 113.5,219.5 parent: 2 - uid: 6969 components: - type: Transform - pos: 37.5,81.5 + pos: 112.5,217.5 parent: 2 - uid: 6970 components: - type: Transform - pos: 37.5,80.5 + pos: 112.5,218.5 parent: 2 - uid: 6971 components: - type: Transform - pos: 37.5,79.5 + pos: 112.5,219.5 parent: 2 - uid: 6972 components: - type: Transform - pos: 37.5,78.5 + pos: 111.5,217.5 parent: 2 - uid: 6973 components: - type: Transform - pos: 37.5,77.5 + pos: 111.5,218.5 parent: 2 - uid: 6974 components: - type: Transform - pos: 38.5,85.5 + pos: 111.5,219.5 parent: 2 - uid: 6975 components: - type: Transform - pos: 38.5,84.5 + pos: 110.5,217.5 parent: 2 - uid: 6976 components: - type: Transform - pos: 38.5,83.5 + pos: 110.5,218.5 parent: 2 - uid: 6977 components: - type: Transform - pos: 38.5,82.5 + pos: 110.5,219.5 parent: 2 - uid: 6978 components: - type: Transform - pos: 38.5,81.5 + pos: 109.5,217.5 parent: 2 - uid: 6979 components: - type: Transform - pos: 38.5,80.5 + pos: 109.5,218.5 parent: 2 - uid: 6980 components: - type: Transform - pos: 38.5,79.5 + pos: 109.5,219.5 parent: 2 - uid: 6981 components: - type: Transform - pos: 38.5,78.5 + pos: 108.5,217.5 parent: 2 - uid: 6982 components: - type: Transform - pos: 38.5,77.5 + pos: 108.5,218.5 parent: 2 - uid: 6983 components: - type: Transform - pos: 39.5,85.5 + pos: 108.5,219.5 parent: 2 - uid: 6984 components: - type: Transform - pos: 39.5,84.5 + pos: 107.5,217.5 parent: 2 - uid: 6985 components: - type: Transform - pos: 39.5,83.5 + pos: 107.5,218.5 parent: 2 - uid: 6986 components: - type: Transform - pos: 39.5,82.5 + pos: 107.5,219.5 parent: 2 - uid: 6987 components: - type: Transform - pos: 39.5,81.5 + pos: 108.5,215.5 parent: 2 - uid: 6988 components: - type: Transform - pos: 39.5,80.5 + pos: 108.5,216.5 parent: 2 - uid: 6989 components: - type: Transform - pos: 39.5,79.5 + pos: 107.5,215.5 parent: 2 - uid: 6990 components: - type: Transform - pos: 39.5,78.5 + pos: 107.5,216.5 parent: 2 - uid: 6991 components: - type: Transform - pos: 39.5,77.5 + pos: 106.5,215.5 parent: 2 - uid: 6992 components: - type: Transform - pos: 40.5,85.5 + pos: 106.5,216.5 parent: 2 - uid: 6993 components: - type: Transform - pos: 40.5,84.5 + pos: 105.5,215.5 parent: 2 - uid: 6994 components: - type: Transform - pos: 40.5,83.5 + pos: 105.5,216.5 parent: 2 - uid: 6995 components: - type: Transform - pos: 40.5,82.5 + pos: 104.5,215.5 parent: 2 - uid: 6996 components: - type: Transform - pos: 40.5,81.5 + pos: 104.5,216.5 parent: 2 - uid: 6997 components: - type: Transform - pos: 40.5,80.5 + pos: 103.5,215.5 parent: 2 - uid: 6998 components: - type: Transform - pos: 40.5,79.5 + pos: 103.5,216.5 parent: 2 - uid: 6999 components: - type: Transform - pos: 40.5,78.5 + pos: 107.5,210.5 parent: 2 - uid: 7000 components: - type: Transform - pos: 40.5,77.5 + pos: 107.5,211.5 parent: 2 - uid: 7001 components: - type: Transform - pos: 42.5,85.5 + pos: 107.5,212.5 parent: 2 - uid: 7002 components: - type: Transform - pos: 42.5,84.5 + pos: 107.5,213.5 parent: 2 - uid: 7003 components: - type: Transform - pos: 42.5,83.5 + pos: 107.5,214.5 parent: 2 - uid: 7004 components: - type: Transform - pos: 42.5,82.5 + pos: 106.5,210.5 parent: 2 - uid: 7005 components: - type: Transform - pos: 42.5,81.5 + pos: 106.5,213.5 parent: 2 - uid: 7006 components: - type: Transform - pos: 42.5,80.5 + pos: 106.5,214.5 parent: 2 - uid: 7007 components: - type: Transform - pos: 42.5,79.5 + pos: 105.5,210.5 parent: 2 - uid: 7008 components: - type: Transform - pos: 42.5,78.5 + pos: 105.5,211.5 parent: 2 - uid: 7009 components: - type: Transform - pos: 42.5,77.5 + pos: 105.5,213.5 parent: 2 - uid: 7010 components: - type: Transform - pos: 43.5,85.5 + pos: 105.5,214.5 parent: 2 - uid: 7011 components: - type: Transform - pos: 43.5,84.5 + pos: 104.5,210.5 parent: 2 - uid: 7012 components: - type: Transform - pos: 43.5,83.5 + pos: 104.5,211.5 parent: 2 - uid: 7013 components: - type: Transform - pos: 43.5,82.5 + pos: 104.5,212.5 parent: 2 - uid: 7014 components: - type: Transform - pos: 43.5,81.5 + pos: 104.5,213.5 parent: 2 - uid: 7015 components: - type: Transform - pos: 43.5,80.5 + pos: 104.5,214.5 parent: 2 - uid: 7016 components: - type: Transform - pos: 43.5,79.5 + pos: 103.5,210.5 parent: 2 - uid: 7017 components: - type: Transform - pos: 43.5,78.5 + pos: 103.5,211.5 parent: 2 - uid: 7018 components: - type: Transform - pos: 43.5,77.5 + pos: 103.5,212.5 parent: 2 - uid: 7019 components: - type: Transform - pos: 44.5,85.5 + pos: 103.5,213.5 parent: 2 - uid: 7020 components: - type: Transform - pos: 44.5,84.5 + pos: 103.5,214.5 parent: 2 - uid: 7021 components: - type: Transform - pos: 44.5,83.5 + pos: 102.5,210.5 parent: 2 - uid: 7022 components: - type: Transform - pos: 44.5,82.5 + pos: 102.5,211.5 parent: 2 - uid: 7023 components: - type: Transform - pos: 44.5,81.5 + pos: 102.5,212.5 parent: 2 - uid: 7024 components: - type: Transform - pos: 44.5,80.5 + pos: 102.5,213.5 parent: 2 - uid: 7025 components: - type: Transform - pos: 44.5,79.5 + pos: 102.5,214.5 parent: 2 - uid: 7026 components: - type: Transform - pos: 44.5,78.5 + pos: 101.5,210.5 parent: 2 - uid: 7027 components: - type: Transform - pos: 44.5,77.5 + pos: 101.5,211.5 parent: 2 - uid: 7028 components: - type: Transform - pos: 45.5,85.5 + pos: 101.5,212.5 parent: 2 - uid: 7029 components: - type: Transform - pos: 45.5,84.5 + pos: 101.5,213.5 parent: 2 - uid: 7030 components: - type: Transform - pos: 45.5,83.5 + pos: 101.5,214.5 parent: 2 - uid: 7031 components: - type: Transform - pos: 45.5,82.5 + pos: 100.5,210.5 parent: 2 - uid: 7032 components: - type: Transform - pos: 45.5,81.5 + pos: 100.5,211.5 parent: 2 - uid: 7033 components: - type: Transform - pos: 45.5,80.5 + pos: 100.5,212.5 parent: 2 - uid: 7034 components: - type: Transform - pos: 45.5,79.5 + pos: 100.5,213.5 parent: 2 - uid: 7035 components: - type: Transform - pos: 45.5,78.5 + pos: 100.5,214.5 parent: 2 - uid: 7036 components: - type: Transform - pos: 45.5,77.5 + pos: 102.5,215.5 parent: 2 - uid: 7037 components: - type: Transform - pos: 46.5,85.5 + pos: 102.5,217.5 parent: 2 - uid: 7038 components: - type: Transform - pos: 46.5,84.5 + pos: 102.5,218.5 parent: 2 - uid: 7039 components: - type: Transform - pos: 46.5,83.5 + pos: 102.5,219.5 parent: 2 - uid: 7040 components: - type: Transform - pos: 46.5,82.5 + pos: 102.5,220.5 parent: 2 - uid: 7041 components: - type: Transform - pos: 46.5,81.5 + pos: 102.5,221.5 parent: 2 - uid: 7042 components: - type: Transform - pos: 46.5,80.5 + pos: 102.5,222.5 parent: 2 - uid: 7043 components: - type: Transform - pos: 46.5,79.5 + pos: 102.5,223.5 parent: 2 - uid: 7044 components: - type: Transform - pos: 46.5,78.5 + pos: 102.5,224.5 parent: 2 - uid: 7045 components: - type: Transform - pos: 46.5,77.5 + pos: 102.5,225.5 parent: 2 - uid: 7046 components: - type: Transform - pos: 47.5,85.5 + pos: 102.5,226.5 parent: 2 - uid: 7047 components: - type: Transform - pos: 47.5,84.5 + pos: 101.5,215.5 parent: 2 - uid: 7048 components: - type: Transform - pos: 47.5,83.5 + pos: 101.5,218.5 parent: 2 - uid: 7049 components: - type: Transform - pos: 47.5,82.5 + pos: 101.5,219.5 parent: 2 - uid: 7050 components: - type: Transform - pos: 47.5,81.5 + pos: 101.5,220.5 parent: 2 - uid: 7051 components: - type: Transform - pos: 47.5,80.5 + pos: 101.5,221.5 parent: 2 - uid: 7052 components: - type: Transform - pos: 47.5,79.5 + pos: 101.5,222.5 parent: 2 - uid: 7053 components: - type: Transform - pos: 47.5,78.5 + pos: 101.5,223.5 parent: 2 - uid: 7054 components: - type: Transform - pos: 47.5,77.5 + pos: 101.5,224.5 parent: 2 - uid: 7055 components: - type: Transform - pos: 29.5,82.5 + pos: 101.5,225.5 parent: 2 - uid: 7056 components: - type: Transform - pos: 29.5,81.5 + pos: 101.5,226.5 parent: 2 - uid: 7057 components: - type: Transform - pos: 29.5,80.5 + pos: 100.5,215.5 parent: 2 - uid: 7058 components: - type: Transform - pos: 29.5,79.5 + pos: 100.5,216.5 parent: 2 - uid: 7059 components: - type: Transform - pos: 29.5,78.5 + pos: 100.5,217.5 parent: 2 - uid: 7060 components: - type: Transform - pos: 29.5,77.5 + pos: 100.5,218.5 parent: 2 - uid: 7061 components: - type: Transform - pos: 28.5,80.5 + pos: 100.5,219.5 parent: 2 - uid: 7062 components: - type: Transform - pos: 28.5,79.5 + pos: 100.5,220.5 parent: 2 - uid: 7063 components: - type: Transform - pos: 28.5,78.5 + pos: 100.5,221.5 parent: 2 - uid: 7064 components: - type: Transform - pos: 28.5,77.5 + pos: 100.5,222.5 parent: 2 - uid: 7065 components: - type: Transform - pos: 27.5,78.5 + pos: 100.5,223.5 parent: 2 - uid: 7066 components: - type: Transform - pos: 27.5,77.5 + pos: 100.5,224.5 parent: 2 - uid: 7067 components: - type: Transform - pos: 26.5,77.5 + pos: 100.5,225.5 parent: 2 - uid: 7068 components: - type: Transform - pos: 52.5,126.5 + pos: 100.5,226.5 parent: 2 - uid: 7069 components: - type: Transform - pos: 90.5,171.5 + pos: 106.5,217.5 parent: 2 - uid: 7070 components: - type: Transform - pos: 90.5,173.5 + pos: 106.5,218.5 parent: 2 - uid: 7071 components: - type: Transform - pos: 90.5,175.5 + pos: 106.5,221.5 parent: 2 - uid: 7072 components: - type: Transform - pos: 90.5,174.5 + pos: 106.5,222.5 parent: 2 - uid: 7073 components: - type: Transform - pos: 119.5,213.5 + pos: 106.5,223.5 parent: 2 - uid: 7074 components: - type: Transform - pos: 119.5,214.5 + pos: 106.5,224.5 parent: 2 - uid: 7075 components: - type: Transform - pos: 123.5,226.5 + pos: 106.5,225.5 parent: 2 - uid: 7076 components: - type: Transform - pos: 116.5,217.5 + pos: 106.5,226.5 parent: 2 - uid: 7077 components: - type: Transform - pos: 119.5,216.5 + pos: 105.5,217.5 parent: 2 - uid: 7078 components: - type: Transform - pos: 119.5,215.5 + pos: 105.5,218.5 parent: 2 - uid: 7079 components: - type: Transform - pos: 110.5,212.5 + pos: 105.5,221.5 parent: 2 - uid: 7080 components: - type: Transform - pos: 59.5,65.5 + pos: 105.5,222.5 parent: 2 - uid: 7081 components: - type: Transform - pos: 110.5,211.5 + pos: 105.5,223.5 parent: 2 - uid: 7082 components: - type: Transform - pos: 108.5,206.5 + pos: 105.5,224.5 parent: 2 - uid: 7083 components: - type: Transform - pos: 108.5,207.5 + pos: 105.5,225.5 parent: 2 - uid: 7084 components: - type: Transform - pos: 108.5,208.5 + pos: 105.5,226.5 parent: 2 - uid: 7085 components: - type: Transform - pos: 110.5,210.5 + pos: 104.5,217.5 parent: 2 - uid: 7086 components: - type: Transform - pos: 110.5,209.5 + pos: 104.5,218.5 parent: 2 - uid: 7087 components: - type: Transform - pos: 110.5,213.5 + pos: 104.5,219.5 parent: 2 - uid: 7088 components: - type: Transform - pos: 110.5,214.5 + pos: 104.5,220.5 parent: 2 - uid: 7089 components: - type: Transform - pos: 109.5,209.5 + pos: 104.5,221.5 parent: 2 - uid: 7090 components: - type: Transform - pos: 109.5,210.5 + pos: 104.5,222.5 parent: 2 - uid: 7091 components: - type: Transform - pos: 109.5,211.5 + pos: 104.5,223.5 parent: 2 - uid: 7092 components: - type: Transform - pos: 109.5,212.5 + pos: 104.5,224.5 parent: 2 - uid: 7093 components: - type: Transform - pos: 109.5,213.5 + pos: 104.5,225.5 parent: 2 - uid: 7094 components: - type: Transform - pos: 109.5,214.5 + pos: 104.5,226.5 parent: 2 - uid: 7095 components: - type: Transform - pos: 108.5,209.5 + pos: 97.5,227.5 parent: 2 - uid: 7096 components: - type: Transform - pos: 108.5,210.5 + pos: 103.5,217.5 parent: 2 - uid: 7097 components: - type: Transform - pos: 108.5,211.5 + pos: 103.5,218.5 parent: 2 - uid: 7098 components: - type: Transform - pos: 108.5,212.5 + pos: 103.5,219.5 parent: 2 - uid: 7099 components: - type: Transform - pos: 108.5,213.5 + pos: 103.5,220.5 parent: 2 - uid: 7100 components: - type: Transform - pos: 108.5,214.5 + pos: 103.5,221.5 parent: 2 - uid: 7101 components: - type: Transform - pos: 119.5,217.5 + pos: 103.5,222.5 parent: 2 - uid: 7102 components: - type: Transform - pos: 119.5,218.5 + pos: 103.5,223.5 parent: 2 - uid: 7103 components: - type: Transform - pos: 118.5,213.5 + pos: 103.5,224.5 parent: 2 - uid: 7104 components: - type: Transform - pos: 118.5,214.5 + pos: 103.5,225.5 parent: 2 - uid: 7105 components: - type: Transform - pos: 118.5,215.5 + pos: 103.5,226.5 parent: 2 - uid: 7106 components: - type: Transform - pos: 118.5,216.5 + pos: 113.5,227.5 parent: 2 - uid: 7107 components: - type: Transform - pos: 118.5,217.5 + pos: 107.5,226.5 parent: 2 - uid: 7108 components: - type: Transform - pos: 118.5,218.5 + pos: 107.5,225.5 parent: 2 - uid: 7109 components: - type: Transform - pos: 117.5,213.5 + pos: 107.5,224.5 parent: 2 - uid: 7110 components: - type: Transform - pos: 117.5,214.5 + pos: 107.5,223.5 parent: 2 - uid: 7111 components: - type: Transform - pos: 117.5,215.5 + pos: 107.5,222.5 parent: 2 - uid: 7112 components: - type: Transform - pos: 117.5,216.5 + pos: 107.5,221.5 parent: 2 - uid: 7113 components: - type: Transform - pos: 117.5,217.5 + pos: 109.5,227.5 parent: 2 - uid: 7114 components: - type: Transform - pos: 117.5,218.5 + pos: 116.5,216.5 parent: 2 - uid: 7115 components: - type: Transform - pos: 116.5,218.5 + pos: 108.5,226.5 parent: 2 - uid: 7116 components: - type: Transform - pos: 116.5,219.5 + pos: 108.5,225.5 parent: 2 - uid: 7117 components: - type: Transform - pos: 115.5,217.5 + pos: 108.5,224.5 parent: 2 - uid: 7118 components: - type: Transform - pos: 115.5,218.5 + pos: 108.5,223.5 parent: 2 - uid: 7119 components: - type: Transform - pos: 115.5,219.5 + pos: 108.5,222.5 parent: 2 - uid: 7120 components: - type: Transform - pos: 114.5,217.5 + pos: 108.5,221.5 parent: 2 - uid: 7121 components: - type: Transform - pos: 114.5,218.5 + pos: 108.5,220.5 parent: 2 - uid: 7122 components: - type: Transform - pos: 114.5,219.5 + pos: 112.5,227.5 parent: 2 - uid: 7123 components: - type: Transform - pos: 113.5,217.5 + pos: 109.5,226.5 parent: 2 - uid: 7124 components: - type: Transform - pos: 113.5,218.5 + pos: 109.5,225.5 parent: 2 - uid: 7125 components: - type: Transform - pos: 113.5,219.5 + pos: 109.5,224.5 parent: 2 - uid: 7126 components: - type: Transform - pos: 112.5,217.5 + pos: 109.5,223.5 parent: 2 - uid: 7127 components: - type: Transform - pos: 112.5,218.5 + pos: 109.5,222.5 parent: 2 - uid: 7128 components: - type: Transform - pos: 112.5,219.5 + pos: 109.5,221.5 parent: 2 - uid: 7129 components: - type: Transform - pos: 111.5,217.5 + pos: 109.5,220.5 parent: 2 - uid: 7130 components: - type: Transform - pos: 111.5,218.5 + pos: 111.5,227.5 parent: 2 - uid: 7131 components: - type: Transform - pos: 111.5,219.5 + pos: 110.5,226.5 parent: 2 - uid: 7132 components: - type: Transform - pos: 110.5,217.5 + pos: 110.5,225.5 parent: 2 - uid: 7133 components: - type: Transform - pos: 110.5,218.5 + pos: 110.5,224.5 parent: 2 - uid: 7134 components: - type: Transform - pos: 110.5,219.5 + pos: 110.5,223.5 parent: 2 - uid: 7135 components: - type: Transform - pos: 109.5,217.5 + pos: 110.5,222.5 parent: 2 - uid: 7136 components: - type: Transform - pos: 109.5,218.5 + pos: 110.5,221.5 parent: 2 - uid: 7137 components: - type: Transform - pos: 109.5,219.5 + pos: 110.5,220.5 parent: 2 - uid: 7138 components: - type: Transform - pos: 108.5,217.5 + pos: 101.5,227.5 parent: 2 - uid: 7139 components: - type: Transform - pos: 108.5,218.5 + pos: 111.5,226.5 parent: 2 - uid: 7140 components: - type: Transform - pos: 108.5,219.5 + pos: 111.5,225.5 parent: 2 - uid: 7141 components: - type: Transform - pos: 107.5,217.5 + pos: 111.5,224.5 parent: 2 - uid: 7142 components: - type: Transform - pos: 107.5,218.5 + pos: 111.5,223.5 parent: 2 - uid: 7143 components: - type: Transform - pos: 107.5,219.5 + pos: 111.5,222.5 parent: 2 - uid: 7144 components: - type: Transform - pos: 108.5,215.5 + pos: 111.5,221.5 parent: 2 - uid: 7145 components: - type: Transform - pos: 108.5,216.5 + pos: 111.5,220.5 parent: 2 - uid: 7146 components: - type: Transform - pos: 107.5,215.5 + pos: 103.5,227.5 parent: 2 - uid: 7147 components: - type: Transform - pos: 107.5,216.5 + pos: 112.5,226.5 parent: 2 - uid: 7148 components: - type: Transform - pos: 106.5,215.5 + pos: 112.5,225.5 parent: 2 - uid: 7149 components: - type: Transform - pos: 106.5,216.5 + pos: 112.5,224.5 parent: 2 - uid: 7150 components: - type: Transform - pos: 105.5,215.5 + pos: 112.5,223.5 parent: 2 - uid: 7151 components: - type: Transform - pos: 105.5,216.5 + pos: 112.5,222.5 parent: 2 - uid: 7152 components: - type: Transform - pos: 104.5,215.5 + pos: 112.5,221.5 parent: 2 - uid: 7153 components: - type: Transform - pos: 104.5,216.5 + pos: 112.5,220.5 parent: 2 - uid: 7154 components: - type: Transform - pos: 103.5,215.5 + pos: 104.5,227.5 parent: 2 - uid: 7155 components: - type: Transform - pos: 103.5,216.5 + pos: 113.5,226.5 parent: 2 - uid: 7156 components: - type: Transform - pos: 107.5,210.5 + pos: 113.5,225.5 parent: 2 - uid: 7157 components: - type: Transform - pos: 107.5,211.5 + pos: 113.5,224.5 parent: 2 - uid: 7158 components: - type: Transform - pos: 107.5,212.5 + pos: 113.5,223.5 parent: 2 - uid: 7159 components: - type: Transform - pos: 107.5,213.5 + pos: 113.5,222.5 parent: 2 - uid: 7160 components: - type: Transform - pos: 107.5,214.5 + pos: 113.5,221.5 parent: 2 - uid: 7161 components: - type: Transform - pos: 106.5,210.5 + pos: 113.5,220.5 parent: 2 - uid: 7162 components: - type: Transform - pos: 106.5,213.5 + pos: 102.5,227.5 parent: 2 - uid: 7163 components: - type: Transform - pos: 106.5,214.5 + pos: 114.5,226.5 parent: 2 - uid: 7164 components: - type: Transform - pos: 105.5,210.5 + pos: 114.5,225.5 parent: 2 - uid: 7165 components: - type: Transform - pos: 105.5,211.5 + pos: 114.5,224.5 parent: 2 - uid: 7166 components: - type: Transform - pos: 105.5,213.5 + pos: 114.5,223.5 parent: 2 - uid: 7167 components: - type: Transform - pos: 105.5,214.5 + pos: 114.5,222.5 parent: 2 - uid: 7168 components: - type: Transform - pos: 104.5,210.5 + pos: 114.5,221.5 parent: 2 - uid: 7169 components: - type: Transform - pos: 104.5,211.5 + pos: 114.5,220.5 parent: 2 - uid: 7170 components: - type: Transform - pos: 104.5,212.5 + pos: 105.5,227.5 parent: 2 - uid: 7171 components: - type: Transform - pos: 104.5,213.5 + pos: 115.5,226.5 parent: 2 - uid: 7172 components: - type: Transform - pos: 104.5,214.5 + pos: 115.5,225.5 parent: 2 - uid: 7173 components: - type: Transform - pos: 103.5,210.5 + pos: 115.5,224.5 parent: 2 - uid: 7174 components: - type: Transform - pos: 103.5,211.5 + pos: 115.5,223.5 parent: 2 - uid: 7175 components: - type: Transform - pos: 103.5,212.5 + pos: 115.5,222.5 parent: 2 - uid: 7176 components: - type: Transform - pos: 103.5,213.5 + pos: 115.5,221.5 parent: 2 - uid: 7177 components: - type: Transform - pos: 103.5,214.5 + pos: 115.5,220.5 parent: 2 - uid: 7178 components: - type: Transform - pos: 102.5,210.5 + pos: 106.5,227.5 parent: 2 - uid: 7179 components: - type: Transform - pos: 102.5,211.5 + pos: 116.5,226.5 parent: 2 - uid: 7180 components: - type: Transform - pos: 102.5,212.5 + pos: 116.5,225.5 parent: 2 - uid: 7181 components: - type: Transform - pos: 102.5,213.5 + pos: 116.5,224.5 parent: 2 - uid: 7182 components: - type: Transform - pos: 102.5,214.5 + pos: 116.5,223.5 parent: 2 - uid: 7183 components: - type: Transform - pos: 101.5,210.5 + pos: 116.5,222.5 parent: 2 - uid: 7184 components: - type: Transform - pos: 101.5,211.5 + pos: 116.5,221.5 parent: 2 - uid: 7185 components: - type: Transform - pos: 101.5,212.5 + pos: 116.5,220.5 parent: 2 - uid: 7186 components: - type: Transform - pos: 101.5,213.5 + pos: 122.5,221.5 parent: 2 - uid: 7187 components: - type: Transform - pos: 101.5,214.5 + pos: 122.5,222.5 parent: 2 - uid: 7188 components: - type: Transform - pos: 100.5,210.5 + pos: 122.5,223.5 parent: 2 - uid: 7189 components: - type: Transform - pos: 100.5,211.5 + pos: 122.5,224.5 parent: 2 - uid: 7190 components: - type: Transform - pos: 100.5,212.5 + pos: 122.5,225.5 parent: 2 - uid: 7191 components: - type: Transform - pos: 100.5,213.5 + pos: 122.5,226.5 parent: 2 - uid: 7192 components: - type: Transform - pos: 100.5,214.5 + pos: 121.5,219.5 parent: 2 - uid: 7193 components: - type: Transform - pos: 102.5,215.5 + pos: 121.5,220.5 parent: 2 - uid: 7194 components: - type: Transform - pos: 102.5,217.5 + pos: 121.5,221.5 parent: 2 - uid: 7195 components: - type: Transform - pos: 102.5,218.5 + pos: 121.5,222.5 parent: 2 - uid: 7196 components: - type: Transform - pos: 102.5,219.5 + pos: 121.5,223.5 parent: 2 - uid: 7197 components: - type: Transform - pos: 102.5,220.5 + pos: 121.5,224.5 parent: 2 - uid: 7198 components: - type: Transform - pos: 102.5,221.5 + pos: 121.5,225.5 parent: 2 - uid: 7199 components: - type: Transform - pos: 102.5,222.5 + pos: 121.5,226.5 parent: 2 - uid: 7200 components: - type: Transform - pos: 102.5,223.5 + pos: 120.5,219.5 parent: 2 - uid: 7201 components: - type: Transform - pos: 102.5,224.5 + pos: 120.5,220.5 parent: 2 - uid: 7202 components: - type: Transform - pos: 102.5,225.5 + pos: 120.5,221.5 parent: 2 - uid: 7203 components: - type: Transform - pos: 102.5,226.5 + pos: 120.5,222.5 parent: 2 - uid: 7204 components: - type: Transform - pos: 101.5,215.5 + pos: 120.5,223.5 parent: 2 - uid: 7205 components: - type: Transform - pos: 101.5,218.5 + pos: 120.5,224.5 parent: 2 - uid: 7206 components: - type: Transform - pos: 101.5,219.5 + pos: 120.5,225.5 parent: 2 - uid: 7207 components: - type: Transform - pos: 101.5,220.5 + pos: 120.5,226.5 parent: 2 - uid: 7208 components: - type: Transform - pos: 101.5,221.5 + pos: 119.5,219.5 parent: 2 - uid: 7209 components: - type: Transform - pos: 101.5,222.5 + pos: 119.5,220.5 parent: 2 - uid: 7210 components: - type: Transform - pos: 101.5,223.5 + pos: 119.5,221.5 parent: 2 - uid: 7211 components: - type: Transform - pos: 101.5,224.5 + pos: 119.5,222.5 parent: 2 - uid: 7212 components: - type: Transform - pos: 101.5,225.5 + pos: 119.5,223.5 parent: 2 - uid: 7213 components: - type: Transform - pos: 101.5,226.5 + pos: 119.5,224.5 parent: 2 - uid: 7214 components: - type: Transform - pos: 100.5,215.5 + pos: 119.5,225.5 parent: 2 - uid: 7215 components: - type: Transform - pos: 100.5,216.5 + pos: 119.5,226.5 parent: 2 - uid: 7216 components: - type: Transform - pos: 100.5,217.5 + pos: 100.5,227.5 parent: 2 - uid: 7217 components: - type: Transform - pos: 100.5,218.5 + pos: 118.5,219.5 parent: 2 - uid: 7218 components: - type: Transform - pos: 100.5,219.5 + pos: 118.5,220.5 parent: 2 - uid: 7219 components: - type: Transform - pos: 100.5,220.5 + pos: 118.5,221.5 parent: 2 - uid: 7220 components: - type: Transform - pos: 100.5,221.5 + pos: 118.5,222.5 parent: 2 - uid: 7221 components: - type: Transform - pos: 100.5,222.5 + pos: 118.5,223.5 parent: 2 - uid: 7222 components: - type: Transform - pos: 100.5,223.5 + pos: 118.5,224.5 parent: 2 - uid: 7223 components: - type: Transform - pos: 100.5,224.5 + pos: 118.5,225.5 parent: 2 - uid: 7224 components: - type: Transform - pos: 100.5,225.5 + pos: 118.5,226.5 parent: 2 - uid: 7225 components: - type: Transform - pos: 100.5,226.5 + pos: 98.5,227.5 parent: 2 - uid: 7226 components: - type: Transform - pos: 106.5,217.5 + pos: 117.5,219.5 parent: 2 - uid: 7227 components: - type: Transform - pos: 106.5,218.5 + pos: 117.5,220.5 parent: 2 - uid: 7228 components: - type: Transform - pos: 106.5,221.5 + pos: 117.5,221.5 parent: 2 - uid: 7229 components: - type: Transform - pos: 106.5,222.5 + pos: 117.5,222.5 parent: 2 - uid: 7230 components: - type: Transform - pos: 106.5,223.5 + pos: 117.5,223.5 parent: 2 - uid: 7231 components: - type: Transform - pos: 106.5,224.5 + pos: 117.5,224.5 parent: 2 - uid: 7232 components: - type: Transform - pos: 106.5,225.5 + pos: 117.5,225.5 parent: 2 - uid: 7233 components: - type: Transform - pos: 106.5,226.5 + pos: 117.5,226.5 parent: 2 - uid: 7234 components: - type: Transform - pos: 105.5,217.5 + pos: 99.5,227.5 parent: 2 - uid: 7235 components: - type: Transform - pos: 105.5,218.5 + pos: 92.5,190.5 parent: 2 - uid: 7236 components: - type: Transform - pos: 105.5,221.5 + pos: 91.5,190.5 parent: 2 - uid: 7237 components: - type: Transform - pos: 105.5,222.5 + pos: 89.5,189.5 parent: 2 - uid: 7238 components: - type: Transform - pos: 105.5,223.5 + pos: 89.5,188.5 parent: 2 - uid: 7239 components: - type: Transform - pos: 105.5,224.5 + pos: 89.5,187.5 parent: 2 - uid: 7240 components: - type: Transform - pos: 105.5,225.5 + pos: 89.5,179.5 parent: 2 - uid: 7241 components: - type: Transform - pos: 105.5,226.5 + pos: 89.5,180.5 parent: 2 - uid: 7242 components: - type: Transform - pos: 104.5,217.5 + pos: 89.5,183.5 parent: 2 - uid: 7243 components: - type: Transform - pos: 104.5,218.5 + pos: 89.5,184.5 parent: 2 - uid: 7244 components: - type: Transform - pos: 104.5,219.5 + pos: 89.5,181.5 parent: 2 - uid: 7245 components: - type: Transform - pos: 104.5,220.5 + pos: 89.5,182.5 parent: 2 - uid: 7246 components: - type: Transform - pos: 104.5,221.5 + pos: 89.5,177.5 parent: 2 - uid: 7247 components: - type: Transform - pos: 104.5,222.5 + pos: 89.5,175.5 parent: 2 - uid: 7248 components: - type: Transform - pos: 104.5,223.5 + pos: 89.5,178.5 parent: 2 - uid: 7249 components: - type: Transform - pos: 104.5,224.5 + pos: 89.5,176.5 parent: 2 - uid: 7250 components: - type: Transform - pos: 104.5,225.5 + pos: 89.5,174.5 parent: 2 - uid: 7251 components: - type: Transform - pos: 104.5,226.5 + pos: 89.5,172.5 parent: 2 - uid: 7252 components: - type: Transform - pos: 97.5,227.5 + pos: 89.5,173.5 parent: 2 - uid: 7253 components: - type: Transform - pos: 103.5,217.5 + pos: 89.5,171.5 parent: 2 - uid: 7254 components: - type: Transform - pos: 103.5,218.5 + pos: 89.5,170.5 parent: 2 - uid: 7255 components: - type: Transform - pos: 103.5,219.5 + pos: 89.5,169.5 parent: 2 - uid: 7256 components: - type: Transform - pos: 103.5,220.5 + pos: 108.5,205.5 parent: 2 - uid: 7257 components: - type: Transform - pos: 103.5,221.5 + pos: 108.5,204.5 parent: 2 - uid: 7258 components: - type: Transform - pos: 103.5,222.5 + pos: 108.5,203.5 parent: 2 - uid: 7259 components: - type: Transform - pos: 103.5,223.5 + pos: 108.5,202.5 parent: 2 - uid: 7260 components: - type: Transform - pos: 103.5,224.5 + pos: 108.5,201.5 parent: 2 - uid: 7261 components: - type: Transform - pos: 103.5,225.5 + pos: 108.5,200.5 parent: 2 - uid: 7262 components: - type: Transform - pos: 103.5,226.5 + pos: 107.5,204.5 parent: 2 - uid: 7263 components: - type: Transform - pos: 113.5,227.5 + pos: 107.5,203.5 parent: 2 - uid: 7264 components: - type: Transform - pos: 107.5,226.5 + pos: 107.5,202.5 parent: 2 - uid: 7265 components: - type: Transform - pos: 107.5,225.5 + pos: 107.5,201.5 parent: 2 - uid: 7266 components: - type: Transform - pos: 107.5,224.5 + pos: 107.5,200.5 parent: 2 - uid: 7267 components: - type: Transform - pos: 107.5,223.5 + pos: 96.5,189.5 parent: 2 - uid: 7268 components: - type: Transform - pos: 107.5,222.5 + pos: 90.5,187.5 parent: 2 - uid: 7269 components: - type: Transform - pos: 107.5,221.5 + pos: 90.5,183.5 parent: 2 - uid: 7270 components: - type: Transform - pos: 109.5,227.5 + pos: 90.5,176.5 parent: 2 - uid: 7271 components: - type: Transform - pos: 116.5,216.5 + pos: 106.5,204.5 parent: 2 - uid: 7272 components: - type: Transform - pos: 108.5,226.5 + pos: 106.5,203.5 parent: 2 - uid: 7273 components: - type: Transform - pos: 108.5,225.5 + pos: 106.5,202.5 parent: 2 - uid: 7274 components: - type: Transform - pos: 108.5,224.5 + pos: 106.5,201.5 parent: 2 - uid: 7275 components: - type: Transform - pos: 108.5,223.5 + pos: 106.5,200.5 parent: 2 - uid: 7276 components: - type: Transform - pos: 108.5,222.5 + pos: 90.5,186.5 parent: 2 - uid: 7277 components: - type: Transform - pos: 108.5,221.5 + pos: 90.5,177.5 parent: 2 - uid: 7278 components: - type: Transform - pos: 108.5,220.5 + pos: 90.5,178.5 parent: 2 - uid: 7279 components: - type: Transform - pos: 112.5,227.5 + pos: 105.5,204.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: 105.5,203.5 parent: 2 - uid: 7281 components: - type: Transform - pos: 109.5,226.5 + pos: 105.5,202.5 parent: 2 - uid: 7282 components: - type: Transform - pos: 109.5,225.5 + pos: 105.5,201.5 parent: 2 - uid: 7283 components: - type: Transform - pos: 109.5,224.5 + pos: 105.5,200.5 parent: 2 - uid: 7284 components: - type: Transform - pos: 109.5,223.5 + pos: 110.5,227.5 parent: 2 - uid: 7285 components: - type: Transform - pos: 109.5,222.5 + pos: 90.5,180.5 parent: 2 - uid: 7286 components: - type: Transform - pos: 109.5,221.5 + pos: 90.5,179.5 parent: 2 - uid: 7287 components: - type: Transform - pos: 109.5,220.5 + pos: 104.5,204.5 parent: 2 - uid: 7288 components: - type: Transform - pos: 111.5,227.5 + pos: 104.5,203.5 parent: 2 - uid: 7289 components: - type: Transform - pos: 110.5,226.5 + pos: 104.5,202.5 parent: 2 - uid: 7290 components: - type: Transform - pos: 110.5,225.5 + pos: 104.5,201.5 parent: 2 - uid: 7291 components: - type: Transform - pos: 110.5,224.5 + pos: 104.5,200.5 parent: 2 - uid: 7292 components: - type: Transform - pos: 110.5,223.5 - parent: 2 - - uid: 7293 - components: - - type: Transform - pos: 110.5,222.5 + pos: 90.5,190.5 parent: 2 - uid: 7294 components: - type: Transform - pos: 110.5,221.5 + pos: 90.5,188.5 parent: 2 - uid: 7295 components: - type: Transform - pos: 110.5,220.5 + pos: 103.5,204.5 parent: 2 - uid: 7296 components: - type: Transform - pos: 101.5,227.5 + pos: 103.5,203.5 parent: 2 - uid: 7297 components: - type: Transform - pos: 111.5,226.5 + pos: 103.5,202.5 parent: 2 - uid: 7298 components: - type: Transform - pos: 111.5,225.5 + pos: 103.5,201.5 parent: 2 - uid: 7299 components: - type: Transform - pos: 111.5,224.5 + pos: 103.5,200.5 parent: 2 - uid: 7300 components: - type: Transform - pos: 111.5,223.5 + pos: 102.5,204.5 parent: 2 - uid: 7301 components: - type: Transform - pos: 111.5,222.5 + pos: 102.5,203.5 parent: 2 - uid: 7302 components: - type: Transform - pos: 111.5,221.5 + pos: 102.5,202.5 parent: 2 - uid: 7303 components: - type: Transform - pos: 111.5,220.5 + pos: 102.5,201.5 parent: 2 - uid: 7304 components: - type: Transform - pos: 103.5,227.5 + pos: 102.5,200.5 parent: 2 - uid: 7305 components: - type: Transform - pos: 112.5,226.5 + pos: 97.5,196.5 parent: 2 - uid: 7306 components: - type: Transform - pos: 112.5,225.5 + pos: 101.5,204.5 parent: 2 - uid: 7307 components: - type: Transform - pos: 112.5,224.5 + pos: 101.5,203.5 parent: 2 - uid: 7308 components: - type: Transform - pos: 112.5,223.5 + pos: 101.5,202.5 parent: 2 - uid: 7309 components: - type: Transform - pos: 112.5,222.5 + pos: 101.5,201.5 parent: 2 - uid: 7310 components: - type: Transform - pos: 112.5,221.5 + pos: 101.5,200.5 parent: 2 - uid: 7311 components: - type: Transform - pos: 112.5,220.5 + pos: 101.5,198.5 parent: 2 - uid: 7312 components: - type: Transform - pos: 104.5,227.5 + pos: 101.5,197.5 parent: 2 - uid: 7313 components: - type: Transform - pos: 113.5,226.5 + pos: 101.5,196.5 parent: 2 - uid: 7314 components: - type: Transform - pos: 113.5,225.5 + pos: 101.5,195.5 parent: 2 - uid: 7315 components: - type: Transform - pos: 113.5,224.5 + pos: 101.5,194.5 parent: 2 - uid: 7316 components: - type: Transform - pos: 113.5,223.5 + pos: 100.5,204.5 parent: 2 - uid: 7317 components: - type: Transform - pos: 113.5,222.5 + pos: 100.5,203.5 parent: 2 - uid: 7318 components: - type: Transform - pos: 113.5,221.5 + pos: 100.5,202.5 parent: 2 - uid: 7319 components: - type: Transform - pos: 113.5,220.5 + pos: 100.5,201.5 parent: 2 - uid: 7320 components: - type: Transform - pos: 102.5,227.5 + pos: 100.5,200.5 parent: 2 - uid: 7321 components: - type: Transform - pos: 114.5,226.5 + pos: 100.5,198.5 parent: 2 - uid: 7322 components: - type: Transform - pos: 114.5,225.5 + pos: 100.5,197.5 parent: 2 - uid: 7323 components: - type: Transform - pos: 114.5,224.5 + pos: 100.5,196.5 parent: 2 - uid: 7324 components: - type: Transform - pos: 114.5,223.5 + pos: 110.5,202.5 parent: 2 - uid: 7325 components: - type: Transform - pos: 114.5,222.5 + pos: 110.5,206.5 parent: 2 - uid: 7326 components: - type: Transform - pos: 114.5,221.5 + pos: 99.5,204.5 parent: 2 - uid: 7327 components: - type: Transform - pos: 114.5,220.5 + pos: 99.5,203.5 parent: 2 - uid: 7328 components: - type: Transform - pos: 105.5,227.5 + pos: 99.5,202.5 parent: 2 - uid: 7329 components: - type: Transform - pos: 115.5,226.5 + pos: 99.5,201.5 parent: 2 - uid: 7330 components: - type: Transform - pos: 115.5,225.5 + pos: 99.5,200.5 parent: 2 - uid: 7331 components: - type: Transform - pos: 115.5,224.5 + pos: 123.5,222.5 parent: 2 - uid: 7332 components: - type: Transform - pos: 115.5,223.5 + pos: 99.5,198.5 parent: 2 - uid: 7333 components: - type: Transform - pos: 115.5,222.5 + pos: 99.5,197.5 parent: 2 - uid: 7334 components: - type: Transform - pos: 115.5,221.5 + pos: 99.5,196.5 parent: 2 - uid: 7335 components: - type: Transform - pos: 115.5,220.5 + pos: 110.5,205.5 parent: 2 - uid: 7336 components: - type: Transform - pos: 106.5,227.5 + pos: 110.5,207.5 parent: 2 - uid: 7337 components: - type: Transform - pos: 116.5,226.5 + pos: 98.5,204.5 parent: 2 - uid: 7338 components: - type: Transform - pos: 116.5,225.5 + pos: 98.5,203.5 parent: 2 - uid: 7339 components: - type: Transform - pos: 116.5,224.5 + pos: 98.5,202.5 parent: 2 - uid: 7340 components: - type: Transform - pos: 116.5,223.5 + pos: 98.5,201.5 parent: 2 - uid: 7341 components: - type: Transform - pos: 116.5,222.5 + pos: 98.5,200.5 parent: 2 - uid: 7342 components: - type: Transform - pos: 116.5,221.5 + pos: 98.5,198.5 parent: 2 - uid: 7343 components: - type: Transform - pos: 116.5,220.5 + pos: 98.5,197.5 parent: 2 - uid: 7344 components: - type: Transform - pos: 122.5,221.5 + pos: 98.5,196.5 parent: 2 - uid: 7345 components: - type: Transform - pos: 122.5,222.5 + pos: 109.5,199.5 parent: 2 - uid: 7346 components: - type: Transform - pos: 122.5,223.5 + pos: 111.5,199.5 parent: 2 - uid: 7347 components: - type: Transform - pos: 122.5,224.5 + pos: 97.5,204.5 parent: 2 - uid: 7348 components: - type: Transform - pos: 122.5,225.5 + pos: 97.5,203.5 parent: 2 - uid: 7349 components: - type: Transform - pos: 122.5,226.5 + pos: 97.5,202.5 parent: 2 - uid: 7350 components: - type: Transform - pos: 121.5,219.5 + pos: 97.5,201.5 parent: 2 - uid: 7351 components: - type: Transform - pos: 121.5,220.5 + pos: 97.5,200.5 parent: 2 - uid: 7352 components: - type: Transform - pos: 121.5,221.5 + pos: 97.5,198.5 parent: 2 - uid: 7353 components: - type: Transform - pos: 121.5,222.5 - parent: 2 - - uid: 7354 - components: - - type: Transform - pos: 121.5,223.5 - parent: 2 - - uid: 7355 - components: - - type: Transform - pos: 121.5,224.5 + pos: 97.5,197.5 parent: 2 - uid: 7356 components: - type: Transform - pos: 121.5,225.5 + pos: 109.5,216.5 parent: 2 - uid: 7357 components: - type: Transform - pos: 121.5,226.5 + pos: 95.5,189.5 parent: 2 - uid: 7358 components: - type: Transform - pos: 120.5,219.5 + pos: 90.5,184.5 parent: 2 - uid: 7359 components: - type: Transform - pos: 120.5,220.5 + pos: 90.5,182.5 parent: 2 - uid: 7360 components: - type: Transform - pos: 120.5,221.5 + pos: 90.5,181.5 parent: 2 - uid: 7361 components: - type: Transform - pos: 120.5,222.5 + pos: 91.5,189.5 parent: 2 - uid: 7362 components: - type: Transform - pos: 120.5,223.5 + pos: 92.5,189.5 parent: 2 - uid: 7363 components: - type: Transform - pos: 120.5,224.5 + pos: 94.5,189.5 parent: 2 - uid: 7364 components: - type: Transform - pos: 120.5,225.5 + pos: 117.5,227.5 parent: 2 - uid: 7365 components: - type: Transform - pos: 120.5,226.5 + pos: 114.5,208.5 parent: 2 - uid: 7366 components: - type: Transform - pos: 119.5,219.5 - parent: 2 - - uid: 7367 - components: - - type: Transform - pos: 119.5,220.5 - parent: 2 - - uid: 7368 - components: - - type: Transform - pos: 119.5,221.5 + pos: 114.5,207.5 parent: 2 - uid: 7369 components: - type: Transform - pos: 119.5,222.5 + pos: 97.5,189.5 parent: 2 - uid: 7370 components: - type: Transform - pos: 119.5,223.5 + pos: 113.5,207.5 parent: 2 - uid: 7371 components: - type: Transform - pos: 119.5,224.5 + pos: 113.5,208.5 parent: 2 - uid: 7372 components: - type: Transform - pos: 119.5,225.5 + pos: 114.5,209.5 parent: 2 - uid: 7373 components: - type: Transform - pos: 119.5,226.5 + pos: 111.5,209.5 parent: 2 - uid: 7374 components: - type: Transform - pos: 100.5,227.5 - parent: 2 - - uid: 7375 - components: - - type: Transform - pos: 118.5,219.5 - parent: 2 - - uid: 7376 - components: - - type: Transform - pos: 118.5,220.5 - parent: 2 - - uid: 7377 - components: - - type: Transform - pos: 118.5,221.5 - parent: 2 - - uid: 7378 - components: - - type: Transform - pos: 118.5,222.5 + pos: 98.5,189.5 parent: 2 - uid: 7379 components: - type: Transform - pos: 118.5,223.5 + pos: 99.5,189.5 parent: 2 - uid: 7380 components: - type: Transform - pos: 118.5,224.5 + pos: 90.5,170.5 parent: 2 - uid: 7381 components: - type: Transform - pos: 118.5,225.5 + pos: 90.5,169.5 parent: 2 - uid: 7382 components: - type: Transform - pos: 118.5,226.5 + pos: 91.5,188.5 parent: 2 - uid: 7383 components: - type: Transform - pos: 98.5,227.5 + pos: 91.5,187.5 parent: 2 - uid: 7384 components: - type: Transform - pos: 117.5,219.5 + pos: 91.5,186.5 parent: 2 - uid: 7385 components: - type: Transform - pos: 117.5,220.5 + pos: 91.5,185.5 parent: 2 - uid: 7386 components: - type: Transform - pos: 117.5,221.5 + pos: 91.5,184.5 parent: 2 - uid: 7387 components: - type: Transform - pos: 117.5,222.5 + pos: 91.5,183.5 parent: 2 - uid: 7388 components: - type: Transform - pos: 117.5,223.5 + pos: 91.5,182.5 parent: 2 - uid: 7389 components: - type: Transform - pos: 117.5,224.5 + pos: 91.5,181.5 parent: 2 - uid: 7390 components: - type: Transform - pos: 117.5,225.5 + pos: 91.5,180.5 parent: 2 - uid: 7391 components: - type: Transform - pos: 117.5,226.5 + pos: 91.5,179.5 parent: 2 - uid: 7392 components: - type: Transform - pos: 99.5,227.5 + pos: 91.5,178.5 parent: 2 - uid: 7393 components: - type: Transform - pos: 92.5,190.5 + pos: 91.5,177.5 parent: 2 - uid: 7394 components: - type: Transform - pos: 91.5,190.5 + pos: 91.5,176.5 parent: 2 - uid: 7395 components: - type: Transform - pos: 89.5,189.5 + pos: 91.5,175.5 parent: 2 - uid: 7396 components: - type: Transform - pos: 89.5,188.5 + pos: 91.5,174.5 parent: 2 - uid: 7397 components: - type: Transform - pos: 89.5,187.5 + pos: 91.5,173.5 parent: 2 - uid: 7398 components: - type: Transform - pos: 89.5,179.5 + pos: 91.5,172.5 parent: 2 - uid: 7399 components: - type: Transform - pos: 89.5,180.5 + pos: 91.5,171.5 parent: 2 - uid: 7400 components: - type: Transform - pos: 89.5,183.5 + pos: 91.5,170.5 parent: 2 - uid: 7401 components: - type: Transform - pos: 89.5,184.5 + pos: 91.5,169.5 parent: 2 - uid: 7402 components: - type: Transform - pos: 89.5,181.5 + pos: 92.5,188.5 parent: 2 - uid: 7403 components: - type: Transform - pos: 89.5,182.5 + pos: 92.5,187.5 parent: 2 - uid: 7404 components: - type: Transform - pos: 89.5,177.5 + pos: 92.5,186.5 parent: 2 - uid: 7405 components: - type: Transform - pos: 89.5,175.5 + pos: 92.5,185.5 parent: 2 - uid: 7406 components: - type: Transform - pos: 89.5,178.5 + pos: 92.5,184.5 parent: 2 - uid: 7407 components: - type: Transform - pos: 89.5,176.5 + pos: 92.5,183.5 parent: 2 - uid: 7408 components: - type: Transform - pos: 89.5,174.5 + pos: 92.5,182.5 parent: 2 - uid: 7409 components: - type: Transform - pos: 89.5,172.5 + pos: 92.5,181.5 parent: 2 - uid: 7410 components: - type: Transform - pos: 89.5,173.5 + pos: 92.5,180.5 parent: 2 - uid: 7411 components: - type: Transform - pos: 89.5,171.5 + pos: 92.5,179.5 parent: 2 - uid: 7412 components: - type: Transform - pos: 89.5,170.5 + pos: 92.5,178.5 parent: 2 - uid: 7413 components: - type: Transform - pos: 89.5,169.5 + pos: 92.5,177.5 parent: 2 - uid: 7414 components: - type: Transform - pos: 108.5,205.5 + pos: 92.5,176.5 parent: 2 - uid: 7415 components: - type: Transform - pos: 108.5,204.5 + pos: 92.5,175.5 parent: 2 - uid: 7416 components: - type: Transform - pos: 108.5,203.5 + pos: 92.5,174.5 parent: 2 - uid: 7417 components: - type: Transform - pos: 108.5,202.5 + pos: 92.5,173.5 parent: 2 - uid: 7418 components: - type: Transform - pos: 108.5,201.5 + pos: 92.5,172.5 parent: 2 - uid: 7419 components: - type: Transform - pos: 108.5,200.5 + pos: 92.5,171.5 parent: 2 - uid: 7420 components: - type: Transform - pos: 107.5,204.5 + pos: 92.5,170.5 parent: 2 - uid: 7421 components: - type: Transform - pos: 107.5,203.5 + pos: 92.5,169.5 parent: 2 - uid: 7422 components: - type: Transform - pos: 107.5,202.5 + pos: 99.5,177.5 parent: 2 - uid: 7423 components: - type: Transform - pos: 107.5,201.5 + pos: 93.5,172.5 parent: 2 - uid: 7424 components: - type: Transform - pos: 107.5,200.5 + pos: 93.5,171.5 parent: 2 - uid: 7425 components: - type: Transform - pos: 96.5,189.5 + pos: 93.5,170.5 parent: 2 - uid: 7426 components: - type: Transform - pos: 90.5,187.5 + pos: 93.5,169.5 parent: 2 - uid: 7427 components: - type: Transform - pos: 90.5,183.5 + pos: 94.5,172.5 parent: 2 - uid: 7428 components: - type: Transform - pos: 90.5,176.5 + pos: 94.5,171.5 parent: 2 - uid: 7429 components: - type: Transform - pos: 106.5,204.5 + pos: 94.5,170.5 parent: 2 - uid: 7430 components: - type: Transform - pos: 106.5,203.5 + pos: 94.5,169.5 parent: 2 - uid: 7431 components: - type: Transform - pos: 106.5,202.5 + pos: 95.5,172.5 parent: 2 - uid: 7432 components: - type: Transform - pos: 106.5,201.5 + pos: 95.5,171.5 parent: 2 - uid: 7433 components: - type: Transform - pos: 106.5,200.5 + pos: 95.5,170.5 parent: 2 - uid: 7434 components: - type: Transform - pos: 90.5,186.5 + pos: 95.5,169.5 parent: 2 - uid: 7435 components: - type: Transform - pos: 90.5,177.5 + pos: 93.5,173.5 parent: 2 - uid: 7436 components: - type: Transform - pos: 90.5,178.5 + pos: 94.5,173.5 parent: 2 - uid: 7437 components: - type: Transform - pos: 105.5,204.5 + pos: 93.5,174.5 parent: 2 - uid: 7438 components: - type: Transform - pos: 105.5,203.5 + pos: 96.5,170.5 parent: 2 - uid: 7439 components: - type: Transform - pos: 105.5,202.5 + pos: 96.5,169.5 parent: 2 - uid: 7440 components: - type: Transform - pos: 105.5,201.5 + pos: 97.5,170.5 parent: 2 - uid: 7441 components: - type: Transform - pos: 105.5,200.5 + pos: 97.5,169.5 parent: 2 - uid: 7442 components: - type: Transform - pos: 110.5,227.5 + pos: 98.5,170.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + pos: 98.5,169.5 parent: 2 - uid: 7444 components: - type: Transform - pos: 90.5,180.5 + pos: 99.5,170.5 parent: 2 - uid: 7445 components: - type: Transform - pos: 90.5,179.5 + pos: 99.5,169.5 parent: 2 - uid: 7446 components: - type: Transform - pos: 104.5,204.5 + pos: 100.5,170.5 parent: 2 - uid: 7447 components: - type: Transform - pos: 104.5,203.5 + pos: 100.5,169.5 parent: 2 - uid: 7448 components: - type: Transform - pos: 104.5,202.5 + pos: 101.5,170.5 parent: 2 - uid: 7449 components: - type: Transform - pos: 104.5,201.5 + pos: 101.5,169.5 parent: 2 - uid: 7450 components: - type: Transform - pos: 104.5,200.5 + pos: 102.5,170.5 + parent: 2 + - uid: 7451 + components: + - type: Transform + pos: 102.5,169.5 parent: 2 - uid: 7452 components: - type: Transform - pos: 90.5,190.5 + pos: 103.5,170.5 parent: 2 - uid: 7453 components: - type: Transform - pos: 105.5,177.5 + pos: 103.5,169.5 parent: 2 - uid: 7454 components: - type: Transform - pos: 90.5,188.5 + pos: 104.5,170.5 parent: 2 - uid: 7455 components: - type: Transform - pos: 103.5,204.5 + pos: 104.5,169.5 parent: 2 - uid: 7456 components: - type: Transform - pos: 103.5,203.5 + pos: 105.5,170.5 parent: 2 - uid: 7457 components: - type: Transform - pos: 103.5,202.5 + pos: 105.5,169.5 parent: 2 - uid: 7458 components: - type: Transform - pos: 103.5,201.5 + pos: 106.5,170.5 parent: 2 - uid: 7459 components: - type: Transform - pos: 103.5,200.5 + pos: 106.5,169.5 + parent: 2 + - uid: 7460 + components: + - type: Transform + pos: 107.5,170.5 + parent: 2 + - uid: 7461 + components: + - type: Transform + pos: 107.5,169.5 parent: 2 - uid: 7463 components: - type: Transform - pos: 102.5,204.5 + pos: 108.5,170.5 parent: 2 - uid: 7464 components: - type: Transform - pos: 102.5,203.5 + pos: 108.5,169.5 parent: 2 - uid: 7465 components: - type: Transform - pos: 102.5,202.5 + pos: 109.5,170.5 parent: 2 - uid: 7466 components: - type: Transform - pos: 102.5,201.5 + pos: 109.5,169.5 parent: 2 - uid: 7467 components: - type: Transform - pos: 102.5,200.5 + pos: 110.5,170.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: 110.5,169.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: 111.5,170.5 parent: 2 - uid: 7471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,196.5 + pos: 111.5,169.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: 96.5,171.5 parent: 2 - uid: 7473 components: - type: Transform - pos: 101.5,204.5 + pos: 97.5,171.5 parent: 2 - uid: 7474 components: - type: Transform - pos: 101.5,203.5 + pos: 98.5,171.5 parent: 2 - uid: 7475 components: - type: Transform - pos: 101.5,202.5 + pos: 99.5,171.5 parent: 2 - uid: 7476 components: - type: Transform - pos: 101.5,201.5 + pos: 101.5,171.5 parent: 2 - uid: 7477 components: - type: Transform - pos: 101.5,200.5 + pos: 102.5,171.5 parent: 2 - uid: 7478 components: - type: Transform - pos: 101.5,198.5 + pos: 103.5,171.5 parent: 2 - uid: 7479 components: - type: Transform - pos: 101.5,197.5 + pos: 105.5,171.5 parent: 2 - uid: 7480 components: - type: Transform - pos: 101.5,196.5 + pos: 106.5,171.5 parent: 2 - uid: 7481 components: - type: Transform - pos: 101.5,195.5 + pos: 107.5,171.5 parent: 2 - uid: 7482 components: - type: Transform - pos: 101.5,194.5 + pos: 108.5,171.5 parent: 2 - uid: 7483 components: - type: Transform - pos: 100.5,204.5 + pos: 109.5,171.5 parent: 2 - uid: 7484 components: - type: Transform - pos: 100.5,203.5 + pos: 110.5,171.5 parent: 2 - uid: 7485 components: - type: Transform - pos: 100.5,202.5 + pos: 111.5,171.5 parent: 2 - uid: 7486 components: - type: Transform - pos: 100.5,201.5 + pos: 111.5,172.5 parent: 2 - uid: 7487 components: - type: Transform - pos: 100.5,200.5 + pos: 111.5,173.5 parent: 2 - uid: 7488 components: - type: Transform - pos: 100.5,198.5 + pos: 111.5,174.5 parent: 2 - uid: 7489 components: - type: Transform - pos: 100.5,197.5 + pos: 111.5,175.5 parent: 2 - uid: 7490 components: - type: Transform - pos: 100.5,196.5 + pos: 111.5,176.5 parent: 2 - uid: 7491 components: - type: Transform - pos: 100.5,195.5 + pos: 110.5,172.5 parent: 2 - uid: 7492 components: - type: Transform - pos: 100.5,194.5 + pos: 110.5,173.5 parent: 2 - uid: 7493 components: - type: Transform - pos: 99.5,204.5 + pos: 110.5,174.5 parent: 2 - uid: 7494 components: - type: Transform - pos: 99.5,203.5 + pos: 110.5,175.5 parent: 2 - uid: 7495 components: - type: Transform - pos: 99.5,202.5 + pos: 110.5,176.5 parent: 2 - uid: 7496 components: - type: Transform - pos: 99.5,201.5 + pos: 109.5,176.5 parent: 2 - uid: 7497 components: - type: Transform - pos: 99.5,200.5 + pos: 112.5,175.5 parent: 2 - uid: 7498 components: - type: Transform - pos: 123.5,222.5 + pos: 112.5,176.5 parent: 2 - uid: 7499 components: - type: Transform - pos: 99.5,198.5 + pos: 112.5,177.5 parent: 2 - uid: 7500 components: - type: Transform - pos: 99.5,197.5 + pos: 111.5,177.5 parent: 2 - uid: 7501 components: - type: Transform - pos: 99.5,196.5 + pos: 110.5,177.5 parent: 2 - uid: 7502 components: - type: Transform - pos: 99.5,195.5 + pos: 109.5,177.5 parent: 2 - uid: 7503 components: - type: Transform - pos: 99.5,194.5 + pos: 108.5,177.5 parent: 2 - uid: 7504 components: - type: Transform - pos: 98.5,204.5 + pos: 107.5,177.5 parent: 2 - uid: 7505 components: - type: Transform - pos: 98.5,203.5 + pos: 106.5,177.5 parent: 2 - uid: 7506 components: - type: Transform - pos: 98.5,202.5 + pos: 108.5,176.5 parent: 2 - uid: 7507 components: - type: Transform - pos: 98.5,201.5 + pos: 109.5,172.5 parent: 2 - uid: 7508 components: - type: Transform - pos: 98.5,200.5 + pos: 98.5,177.5 parent: 2 - uid: 7509 components: - type: Transform - pos: 98.5,198.5 + pos: 97.5,177.5 parent: 2 - uid: 7510 components: - type: Transform - pos: 98.5,197.5 + pos: 96.5,177.5 parent: 2 - uid: 7511 components: - type: Transform - pos: 98.5,196.5 + pos: 95.5,177.5 parent: 2 - uid: 7512 components: - type: Transform - pos: 98.5,195.5 + pos: 94.5,177.5 parent: 2 - uid: 7513 components: - type: Transform - pos: 98.5,194.5 + pos: 93.5,177.5 parent: 2 - uid: 7514 components: - type: Transform - pos: 97.5,204.5 + pos: 93.5,176.5 parent: 2 - uid: 7515 components: - type: Transform - pos: 97.5,203.5 + pos: 109.5,173.5 parent: 2 - uid: 7516 components: - type: Transform - pos: 97.5,202.5 + pos: 98.5,172.5 parent: 2 - uid: 7517 components: - type: Transform - pos: 97.5,201.5 + pos: 99.5,172.5 parent: 2 - uid: 7518 components: - type: Transform - pos: 97.5,200.5 + pos: 98.5,173.5 parent: 2 - uid: 7519 components: - type: Transform - pos: 97.5,198.5 + pos: 97.5,172.5 parent: 2 - uid: 7520 components: - type: Transform - pos: 97.5,197.5 + pos: 107.5,173.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: 95.5,175.5 parent: 2 - uid: 7522 components: - type: Transform - pos: 97.5,195.5 + pos: 116.5,213.5 parent: 2 - uid: 7523 components: - type: Transform - pos: 97.5,194.5 + pos: 116.5,214.5 parent: 2 - uid: 7524 components: - type: Transform - pos: 109.5,216.5 + pos: 119.5,204.5 parent: 2 - uid: 7525 components: - type: Transform - pos: 95.5,189.5 + pos: 119.5,203.5 parent: 2 - uid: 7526 components: - type: Transform - pos: 90.5,184.5 + pos: 123.5,224.5 parent: 2 - uid: 7527 components: - type: Transform - pos: 90.5,182.5 + pos: 123.5,223.5 parent: 2 - uid: 7528 components: - type: Transform - pos: 90.5,181.5 + pos: 80.5,39.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: 114.5,227.5 parent: 2 - uid: 7530 components: - type: Transform - pos: 91.5,189.5 + pos: 116.5,227.5 parent: 2 - uid: 7531 components: - type: Transform - pos: 92.5,189.5 + pos: 115.5,227.5 parent: 2 - uid: 7532 components: - type: Transform - pos: 94.5,189.5 + pos: 107.5,227.5 parent: 2 - - uid: 7533 + - uid: 7534 components: - type: Transform - pos: 110.5,194.5 + pos: 108.5,227.5 parent: 2 - - uid: 7534 + - uid: 7540 components: - type: Transform - pos: 117.5,227.5 + pos: 101.5,199.5 parent: 2 - - uid: 7535 + - uid: 7541 components: - type: Transform - pos: 111.5,198.5 + pos: 98.5,199.5 parent: 2 - - uid: 7536 + - uid: 7542 components: - type: Transform - pos: 111.5,197.5 + pos: 100.5,199.5 parent: 2 - - uid: 7537 + - uid: 7543 components: - type: Transform - pos: 111.5,196.5 + pos: 99.5,199.5 parent: 2 - - uid: 7538 + - uid: 7544 components: - type: Transform - pos: 111.5,195.5 + pos: 97.5,199.5 parent: 2 - - uid: 7539 + - uid: 7545 components: - type: Transform - pos: 111.5,194.5 + pos: 119.5,227.5 parent: 2 - - uid: 7540 + - uid: 7546 components: - type: Transform - pos: 97.5,193.5 + pos: 118.5,227.5 parent: 2 - - uid: 7541 + - uid: 7547 components: - type: Transform - pos: 97.5,192.5 + pos: 120.5,227.5 parent: 2 - - uid: 7542 + - uid: 7548 components: - type: Transform - pos: 97.5,191.5 + pos: 121.5,227.5 parent: 2 - - uid: 7543 + - uid: 7549 components: - type: Transform - pos: 97.5,190.5 - parent: 2 - - uid: 7544 - components: - - type: Transform - pos: 97.5,189.5 - parent: 2 - - uid: 7545 - components: - - type: Transform - pos: 98.5,193.5 - parent: 2 - - uid: 7546 - components: - - type: Transform - pos: 98.5,192.5 - parent: 2 - - uid: 7547 - components: - - type: Transform - pos: 98.5,191.5 - parent: 2 - - uid: 7548 - components: - - type: Transform - pos: 98.5,190.5 - parent: 2 - - uid: 7549 - components: - - type: Transform - pos: 98.5,189.5 + pos: 99.5,226.5 parent: 2 - uid: 7550 components: - type: Transform - pos: 99.5,193.5 + pos: 98.5,226.5 parent: 2 - uid: 7551 components: - type: Transform - pos: 99.5,192.5 + pos: 95.5,226.5 parent: 2 - uid: 7552 components: - type: Transform - pos: 99.5,191.5 + pos: 95.5,227.5 parent: 2 - uid: 7553 components: - type: Transform - pos: 99.5,190.5 + pos: 95.5,228.5 parent: 2 - uid: 7554 components: - type: Transform - pos: 99.5,189.5 + pos: 96.5,226.5 parent: 2 - uid: 7555 components: - type: Transform - pos: 90.5,170.5 + pos: 96.5,227.5 parent: 2 - uid: 7556 components: - type: Transform - pos: 90.5,169.5 + pos: 96.5,228.5 parent: 2 - uid: 7557 components: - type: Transform - pos: 91.5,188.5 + pos: 94.5,228.5 parent: 2 - uid: 7558 components: - type: Transform - pos: 91.5,187.5 + pos: 94.5,227.5 parent: 2 - uid: 7559 components: - type: Transform - pos: 91.5,186.5 + pos: 94.5,226.5 parent: 2 - uid: 7560 components: - type: Transform - pos: 91.5,185.5 + pos: 93.5,228.5 parent: 2 - uid: 7561 components: - type: Transform - pos: 91.5,184.5 + pos: 93.5,227.5 parent: 2 - uid: 7562 components: - type: Transform - pos: 91.5,183.5 + pos: 93.5,226.5 parent: 2 - uid: 7563 components: - type: Transform - pos: 91.5,182.5 + pos: 92.5,228.5 parent: 2 - uid: 7564 components: - type: Transform - pos: 91.5,181.5 + pos: 92.5,227.5 parent: 2 - uid: 7565 components: - type: Transform - pos: 91.5,180.5 + pos: 92.5,226.5 parent: 2 - uid: 7566 components: - type: Transform - pos: 91.5,179.5 + pos: 97.5,226.5 parent: 2 - uid: 7567 components: - type: Transform - pos: 91.5,178.5 + pos: 95.5,235.5 parent: 2 - uid: 7568 components: - type: Transform - pos: 91.5,177.5 + pos: 95.5,236.5 parent: 2 - uid: 7569 components: - type: Transform - pos: 91.5,176.5 + pos: 94.5,236.5 parent: 2 - uid: 7570 components: - type: Transform - pos: 91.5,175.5 + pos: 94.5,235.5 parent: 2 - uid: 7571 components: - type: Transform - pos: 91.5,174.5 + pos: 93.5,236.5 parent: 2 - uid: 7572 components: - type: Transform - pos: 91.5,173.5 + pos: 93.5,235.5 parent: 2 - uid: 7573 components: - type: Transform - pos: 91.5,172.5 + pos: 92.5,236.5 parent: 2 - uid: 7574 components: - type: Transform - pos: 91.5,171.5 + pos: 92.5,235.5 parent: 2 - uid: 7575 components: - type: Transform - pos: 91.5,170.5 + pos: 91.5,236.5 parent: 2 - uid: 7576 components: - type: Transform - pos: 91.5,169.5 + pos: 91.5,235.5 parent: 2 - uid: 7577 components: - type: Transform - pos: 92.5,188.5 + pos: 90.5,236.5 parent: 2 - uid: 7578 components: - type: Transform - pos: 92.5,187.5 + pos: 90.5,235.5 parent: 2 - uid: 7579 components: - type: Transform - pos: 92.5,186.5 + pos: 89.5,235.5 parent: 2 - uid: 7580 components: - type: Transform - pos: 92.5,185.5 + pos: 89.5,236.5 parent: 2 - uid: 7581 components: - type: Transform - pos: 92.5,184.5 + pos: 88.5,235.5 parent: 2 - uid: 7582 components: - type: Transform - pos: 92.5,183.5 + pos: 88.5,236.5 parent: 2 - uid: 7583 components: - type: Transform - pos: 92.5,182.5 + pos: 87.5,235.5 parent: 2 - uid: 7584 components: - type: Transform - pos: 92.5,181.5 + pos: 87.5,236.5 parent: 2 - uid: 7585 components: - type: Transform - pos: 92.5,180.5 + pos: 86.5,235.5 parent: 2 - uid: 7586 components: - type: Transform - pos: 92.5,179.5 + pos: 86.5,236.5 parent: 2 - uid: 7587 components: - type: Transform - pos: 92.5,178.5 + pos: 85.5,236.5 parent: 2 - uid: 7588 components: - type: Transform - pos: 92.5,177.5 + pos: 85.5,235.5 parent: 2 - uid: 7589 components: - type: Transform - pos: 92.5,176.5 + pos: 85.5,234.5 parent: 2 - uid: 7590 components: - type: Transform - pos: 92.5,175.5 + pos: 85.5,233.5 parent: 2 - uid: 7591 components: - type: Transform - pos: 92.5,174.5 + pos: 85.5,232.5 parent: 2 - uid: 7592 components: - type: Transform - pos: 92.5,173.5 + pos: 85.5,231.5 parent: 2 - uid: 7593 components: - type: Transform - pos: 92.5,172.5 + pos: 85.5,230.5 parent: 2 - uid: 7594 components: - type: Transform - pos: 92.5,171.5 + pos: 85.5,229.5 parent: 2 - uid: 7595 components: - type: Transform - pos: 92.5,170.5 + pos: 85.5,228.5 parent: 2 - uid: 7596 components: - type: Transform - pos: 92.5,169.5 + pos: 85.5,227.5 parent: 2 - uid: 7597 components: - type: Transform - pos: 99.5,177.5 + pos: 84.5,236.5 parent: 2 - uid: 7598 components: - type: Transform - pos: 93.5,172.5 + pos: 84.5,235.5 parent: 2 - uid: 7599 components: - type: Transform - pos: 93.5,171.5 + pos: 84.5,234.5 parent: 2 - uid: 7600 components: - type: Transform - pos: 93.5,170.5 + pos: 84.5,233.5 parent: 2 - uid: 7601 components: - type: Transform - pos: 93.5,169.5 + pos: 84.5,232.5 parent: 2 - uid: 7602 components: - type: Transform - pos: 94.5,172.5 + pos: 84.5,231.5 parent: 2 - uid: 7603 components: - type: Transform - pos: 94.5,171.5 + pos: 84.5,230.5 parent: 2 - uid: 7604 components: - type: Transform - pos: 94.5,170.5 + pos: 84.5,229.5 parent: 2 - uid: 7605 components: - type: Transform - pos: 94.5,169.5 + pos: 84.5,228.5 parent: 2 - uid: 7606 components: - type: Transform - pos: 95.5,172.5 + pos: 84.5,227.5 parent: 2 - uid: 7607 components: - type: Transform - pos: 95.5,171.5 + pos: 83.5,236.5 parent: 2 - uid: 7608 components: - type: Transform - pos: 95.5,170.5 + pos: 83.5,235.5 parent: 2 - uid: 7609 components: - type: Transform - pos: 95.5,169.5 + pos: 83.5,234.5 parent: 2 - uid: 7610 components: - type: Transform - pos: 93.5,173.5 + pos: 83.5,233.5 parent: 2 - uid: 7611 components: - type: Transform - pos: 94.5,173.5 + pos: 83.5,232.5 parent: 2 - uid: 7612 components: - type: Transform - pos: 93.5,174.5 + pos: 83.5,231.5 parent: 2 - uid: 7613 components: - type: Transform - pos: 96.5,170.5 + pos: 83.5,230.5 parent: 2 - uid: 7614 components: - type: Transform - pos: 96.5,169.5 + pos: 83.5,229.5 parent: 2 - uid: 7615 components: - type: Transform - pos: 97.5,170.5 + pos: 83.5,228.5 parent: 2 - uid: 7616 components: - type: Transform - pos: 97.5,169.5 + pos: 83.5,227.5 parent: 2 - uid: 7617 components: - type: Transform - pos: 98.5,170.5 + pos: 82.5,236.5 parent: 2 - uid: 7618 components: - type: Transform - pos: 98.5,169.5 + pos: 82.5,235.5 parent: 2 - uid: 7619 components: - type: Transform - pos: 99.5,170.5 + pos: 82.5,234.5 parent: 2 - uid: 7620 components: - type: Transform - pos: 99.5,169.5 + pos: 82.5,233.5 parent: 2 - uid: 7621 components: - type: Transform - pos: 100.5,170.5 + pos: 82.5,232.5 parent: 2 - uid: 7622 components: - type: Transform - pos: 100.5,169.5 + pos: 82.5,231.5 parent: 2 - uid: 7623 components: - type: Transform - pos: 101.5,170.5 + pos: 82.5,230.5 parent: 2 - uid: 7624 components: - type: Transform - pos: 101.5,169.5 + pos: 82.5,229.5 parent: 2 - uid: 7625 components: - type: Transform - pos: 102.5,170.5 + pos: 82.5,228.5 parent: 2 - uid: 7626 components: - type: Transform - pos: 102.5,169.5 + pos: 82.5,227.5 parent: 2 - uid: 7627 components: - type: Transform - pos: 103.5,170.5 + pos: 81.5,241.5 parent: 2 - uid: 7628 components: - type: Transform - pos: 103.5,169.5 + pos: 81.5,240.5 parent: 2 - uid: 7629 components: - type: Transform - pos: 104.5,170.5 + pos: 81.5,239.5 parent: 2 - uid: 7630 components: - type: Transform - pos: 104.5,169.5 + pos: 81.5,238.5 parent: 2 - uid: 7631 components: - type: Transform - pos: 105.5,170.5 + pos: 81.5,237.5 parent: 2 - uid: 7632 components: - type: Transform - pos: 105.5,169.5 + pos: 81.5,236.5 parent: 2 - uid: 7633 components: - type: Transform - pos: 106.5,170.5 + pos: 81.5,235.5 parent: 2 - uid: 7634 components: - type: Transform - pos: 106.5,169.5 + pos: 81.5,234.5 parent: 2 - uid: 7635 components: - type: Transform - pos: 107.5,170.5 + pos: 81.5,233.5 parent: 2 - uid: 7636 components: - type: Transform - pos: 107.5,169.5 + pos: 81.5,232.5 parent: 2 - uid: 7637 components: - type: Transform - pos: 108.5,170.5 + pos: 81.5,231.5 parent: 2 - uid: 7638 components: - type: Transform - pos: 108.5,169.5 + pos: 81.5,230.5 parent: 2 - uid: 7639 components: - type: Transform - pos: 109.5,170.5 + pos: 81.5,229.5 parent: 2 - uid: 7640 components: - type: Transform - pos: 109.5,169.5 + pos: 81.5,228.5 parent: 2 - uid: 7641 components: - type: Transform - pos: 110.5,170.5 + pos: 81.5,227.5 parent: 2 - uid: 7642 components: - type: Transform - pos: 110.5,169.5 + pos: 80.5,241.5 parent: 2 - uid: 7643 components: - type: Transform - pos: 111.5,170.5 + pos: 80.5,240.5 parent: 2 - uid: 7644 components: - type: Transform - pos: 111.5,169.5 + pos: 80.5,239.5 parent: 2 - uid: 7645 components: - type: Transform - pos: 96.5,171.5 + pos: 80.5,238.5 parent: 2 - uid: 7646 components: - type: Transform - pos: 97.5,171.5 + pos: 80.5,237.5 parent: 2 - uid: 7647 components: - type: Transform - pos: 98.5,171.5 + pos: 80.5,236.5 parent: 2 - uid: 7648 components: - type: Transform - pos: 99.5,171.5 + pos: 80.5,235.5 parent: 2 - uid: 7649 components: - type: Transform - pos: 101.5,171.5 + pos: 80.5,234.5 parent: 2 - uid: 7650 components: - type: Transform - pos: 102.5,171.5 + pos: 80.5,233.5 parent: 2 - uid: 7651 components: - type: Transform - pos: 103.5,171.5 + pos: 80.5,232.5 parent: 2 - uid: 7652 components: - type: Transform - pos: 105.5,171.5 + pos: 80.5,231.5 parent: 2 - uid: 7653 components: - type: Transform - pos: 106.5,171.5 + pos: 80.5,230.5 parent: 2 - uid: 7654 components: - type: Transform - pos: 107.5,171.5 + pos: 80.5,229.5 parent: 2 - uid: 7655 components: - type: Transform - pos: 108.5,171.5 + pos: 80.5,228.5 parent: 2 - uid: 7656 components: - type: Transform - pos: 109.5,171.5 + pos: 80.5,227.5 parent: 2 - uid: 7657 components: - type: Transform - pos: 110.5,171.5 + pos: 79.5,237.5 parent: 2 - uid: 7658 components: - type: Transform - pos: 111.5,171.5 + pos: 79.5,238.5 parent: 2 - uid: 7659 components: - type: Transform - pos: 111.5,172.5 + pos: 79.5,239.5 parent: 2 - uid: 7660 components: - type: Transform - pos: 111.5,173.5 + pos: 79.5,240.5 parent: 2 - uid: 7661 components: - type: Transform - pos: 111.5,174.5 + pos: 79.5,241.5 parent: 2 - uid: 7662 components: - type: Transform - pos: 111.5,175.5 + pos: 78.5,237.5 parent: 2 - uid: 7663 components: - type: Transform - pos: 111.5,176.5 + pos: 78.5,238.5 parent: 2 - uid: 7664 components: - type: Transform - pos: 110.5,172.5 + pos: 78.5,239.5 parent: 2 - uid: 7665 components: - type: Transform - pos: 110.5,173.5 + pos: 78.5,240.5 parent: 2 - uid: 7666 components: - type: Transform - pos: 110.5,174.5 + pos: 78.5,241.5 parent: 2 - uid: 7667 components: - type: Transform - pos: 110.5,175.5 + pos: 77.5,237.5 parent: 2 - uid: 7668 components: - type: Transform - pos: 110.5,176.5 + pos: 77.5,238.5 parent: 2 - uid: 7669 components: - type: Transform - pos: 109.5,176.5 + pos: 77.5,239.5 parent: 2 - uid: 7670 components: - type: Transform - pos: 112.5,175.5 + pos: 77.5,240.5 parent: 2 - uid: 7671 components: - type: Transform - pos: 112.5,176.5 + pos: 77.5,241.5 parent: 2 - uid: 7672 components: - type: Transform - pos: 112.5,177.5 + pos: 76.5,237.5 parent: 2 - uid: 7673 components: - type: Transform - pos: 111.5,177.5 + pos: 76.5,238.5 parent: 2 - uid: 7674 components: - type: Transform - pos: 110.5,177.5 + pos: 76.5,239.5 parent: 2 - uid: 7675 components: - type: Transform - pos: 109.5,177.5 + pos: 76.5,240.5 parent: 2 - uid: 7676 components: - type: Transform - pos: 108.5,177.5 + pos: 76.5,241.5 parent: 2 - uid: 7677 components: - type: Transform - pos: 107.5,177.5 + pos: 60.5,175.5 parent: 2 - uid: 7678 components: - type: Transform - pos: 106.5,177.5 + pos: 75.5,237.5 parent: 2 - uid: 7679 components: - type: Transform - pos: 108.5,176.5 + pos: 75.5,238.5 parent: 2 - uid: 7680 components: - type: Transform - pos: 109.5,172.5 + pos: 75.5,239.5 parent: 2 - uid: 7681 components: - type: Transform - pos: 98.5,177.5 + pos: 75.5,240.5 parent: 2 - uid: 7682 components: - type: Transform - pos: 97.5,177.5 + pos: 75.5,241.5 parent: 2 - uid: 7683 components: - type: Transform - pos: 96.5,177.5 + pos: 62.5,175.5 parent: 2 - uid: 7684 components: - type: Transform - pos: 95.5,177.5 + pos: 74.5,237.5 parent: 2 - uid: 7685 components: - type: Transform - pos: 94.5,177.5 + pos: 74.5,238.5 parent: 2 - uid: 7686 components: - type: Transform - pos: 93.5,177.5 + pos: 74.5,239.5 parent: 2 - uid: 7687 components: - type: Transform - pos: 93.5,176.5 + pos: 74.5,240.5 parent: 2 - uid: 7688 components: - type: Transform - pos: 109.5,173.5 + pos: 74.5,241.5 parent: 2 - uid: 7689 components: - type: Transform - pos: 98.5,172.5 + pos: 73.5,237.5 parent: 2 - uid: 7690 components: - type: Transform - pos: 99.5,172.5 + pos: 73.5,238.5 parent: 2 - uid: 7691 components: - type: Transform - pos: 98.5,173.5 + pos: 73.5,239.5 parent: 2 - uid: 7692 components: - type: Transform - pos: 97.5,172.5 + pos: 73.5,240.5 parent: 2 - uid: 7693 components: - type: Transform - pos: 107.5,173.5 + pos: 73.5,241.5 parent: 2 - uid: 7694 components: - type: Transform - pos: 95.5,175.5 + pos: 72.5,237.5 parent: 2 - uid: 7695 components: - type: Transform - pos: 116.5,213.5 + pos: 72.5,238.5 parent: 2 - uid: 7696 components: - type: Transform - pos: 116.5,214.5 + pos: 72.5,239.5 parent: 2 - uid: 7697 components: - type: Transform - pos: 119.5,204.5 + pos: 72.5,240.5 parent: 2 - uid: 7698 components: - type: Transform - pos: 119.5,203.5 + pos: 72.5,241.5 parent: 2 - uid: 7699 components: - type: Transform - pos: 123.5,224.5 + pos: 72.5,242.5 parent: 2 - uid: 7700 components: - type: Transform - pos: 123.5,223.5 + pos: 72.5,243.5 parent: 2 - uid: 7701 components: - type: Transform - pos: 80.5,39.5 + pos: 72.5,244.5 parent: 2 - uid: 7702 components: - type: Transform - pos: 114.5,227.5 + pos: 72.5,245.5 parent: 2 - uid: 7703 components: - type: Transform - pos: 116.5,227.5 + pos: 72.5,246.5 parent: 2 - uid: 7704 components: - type: Transform - pos: 115.5,227.5 + pos: 70.5,241.5 parent: 2 - uid: 7705 components: - type: Transform - pos: 107.5,227.5 + pos: 70.5,242.5 parent: 2 - uid: 7706 components: - type: Transform - pos: 108.5,227.5 + pos: 70.5,243.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: 70.5,244.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: 70.5,245.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: 70.5,246.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: 69.5,241.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: 69.5,242.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: 69.5,243.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: 69.5,244.5 parent: 2 - uid: 7714 components: - type: Transform - pos: 101.5,199.5 + pos: 69.5,245.5 parent: 2 - uid: 7715 components: - type: Transform - pos: 98.5,199.5 + pos: 69.5,246.5 parent: 2 - uid: 7716 components: - type: Transform - pos: 100.5,199.5 + pos: 68.5,241.5 parent: 2 - uid: 7717 components: - type: Transform - pos: 99.5,199.5 + pos: 68.5,242.5 parent: 2 - uid: 7718 components: - type: Transform - pos: 97.5,199.5 + pos: 68.5,243.5 parent: 2 - uid: 7719 components: - type: Transform - pos: 119.5,227.5 + pos: 68.5,244.5 parent: 2 - uid: 7720 components: - type: Transform - pos: 118.5,227.5 + pos: 68.5,245.5 parent: 2 - uid: 7721 components: - type: Transform - pos: 120.5,227.5 + pos: 68.5,246.5 parent: 2 - uid: 7722 components: - type: Transform - pos: 121.5,227.5 + pos: 67.5,241.5 parent: 2 - uid: 7723 components: - type: Transform - pos: 99.5,226.5 + pos: 67.5,242.5 parent: 2 - uid: 7724 components: - type: Transform - pos: 98.5,226.5 + pos: 67.5,243.5 parent: 2 - uid: 7725 components: - type: Transform - pos: 95.5,226.5 + pos: 67.5,244.5 parent: 2 - uid: 7726 components: - type: Transform - pos: 95.5,227.5 + pos: 67.5,245.5 parent: 2 - uid: 7727 components: - type: Transform - pos: 95.5,228.5 + pos: 67.5,246.5 parent: 2 - uid: 7728 components: - type: Transform - pos: 96.5,226.5 + pos: 66.5,241.5 parent: 2 - uid: 7729 components: - type: Transform - pos: 96.5,227.5 + pos: 66.5,242.5 parent: 2 - uid: 7730 components: - type: Transform - pos: 96.5,228.5 + pos: 66.5,243.5 parent: 2 - uid: 7731 components: - type: Transform - pos: 94.5,228.5 + pos: 66.5,244.5 parent: 2 - uid: 7732 components: - type: Transform - pos: 94.5,227.5 + pos: 66.5,245.5 parent: 2 - uid: 7733 components: - type: Transform - pos: 94.5,226.5 + pos: 66.5,246.5 parent: 2 - uid: 7734 components: - type: Transform - pos: 93.5,228.5 + pos: 65.5,241.5 parent: 2 - uid: 7735 components: - type: Transform - pos: 93.5,227.5 + pos: 65.5,242.5 parent: 2 - uid: 7736 components: - type: Transform - pos: 93.5,226.5 + pos: 65.5,243.5 parent: 2 - uid: 7737 components: - type: Transform - pos: 92.5,228.5 + pos: 65.5,244.5 parent: 2 - uid: 7738 components: - type: Transform - pos: 92.5,227.5 + pos: 65.5,245.5 parent: 2 - uid: 7739 components: - type: Transform - pos: 92.5,226.5 + pos: 65.5,246.5 parent: 2 - uid: 7740 components: - type: Transform - pos: 97.5,226.5 + pos: 64.5,241.5 parent: 2 - uid: 7741 components: - type: Transform - pos: 95.5,235.5 + pos: 64.5,242.5 parent: 2 - uid: 7742 components: - type: Transform - pos: 95.5,236.5 + pos: 64.5,243.5 parent: 2 - uid: 7743 components: - type: Transform - pos: 94.5,236.5 + pos: 64.5,244.5 parent: 2 - uid: 7744 components: - type: Transform - pos: 94.5,235.5 + pos: 64.5,245.5 parent: 2 - uid: 7745 components: - type: Transform - pos: 93.5,236.5 + pos: 64.5,246.5 parent: 2 - uid: 7746 components: - type: Transform - pos: 93.5,235.5 + pos: 63.5,241.5 parent: 2 - uid: 7747 components: - type: Transform - pos: 92.5,236.5 + pos: 63.5,242.5 parent: 2 - uid: 7748 components: - type: Transform - pos: 92.5,235.5 + pos: 63.5,243.5 parent: 2 - uid: 7749 components: - type: Transform - pos: 91.5,236.5 + pos: 63.5,244.5 parent: 2 - uid: 7750 components: - type: Transform - pos: 91.5,235.5 + pos: 63.5,245.5 parent: 2 - uid: 7751 components: - type: Transform - pos: 90.5,236.5 + pos: 63.5,246.5 parent: 2 - uid: 7752 components: - type: Transform - pos: 90.5,235.5 + pos: 62.5,241.5 parent: 2 - uid: 7753 components: - type: Transform - pos: 89.5,235.5 + pos: 62.5,242.5 parent: 2 - uid: 7754 components: - type: Transform - pos: 89.5,236.5 + pos: 62.5,243.5 parent: 2 - uid: 7755 components: - type: Transform - pos: 88.5,235.5 + pos: 62.5,244.5 parent: 2 - uid: 7756 components: - type: Transform - pos: 88.5,236.5 + pos: 62.5,245.5 parent: 2 - uid: 7757 components: - type: Transform - pos: 87.5,235.5 + pos: 62.5,246.5 parent: 2 - uid: 7758 components: - type: Transform - pos: 87.5,236.5 + pos: 61.5,241.5 parent: 2 - uid: 7759 components: - type: Transform - pos: 86.5,235.5 + pos: 61.5,242.5 parent: 2 - uid: 7760 components: - type: Transform - pos: 86.5,236.5 + pos: 61.5,243.5 parent: 2 - uid: 7761 components: - type: Transform - pos: 85.5,236.5 + pos: 61.5,244.5 parent: 2 - uid: 7762 components: - type: Transform - pos: 85.5,235.5 + pos: 61.5,245.5 parent: 2 - uid: 7763 components: - type: Transform - pos: 85.5,234.5 + pos: 61.5,246.5 parent: 2 - uid: 7764 components: - type: Transform - pos: 85.5,233.5 + pos: 60.5,241.5 parent: 2 - uid: 7765 components: - type: Transform - pos: 85.5,232.5 + pos: 60.5,242.5 parent: 2 - uid: 7766 components: - type: Transform - pos: 85.5,231.5 + pos: 60.5,243.5 parent: 2 - uid: 7767 components: - type: Transform - pos: 85.5,230.5 + pos: 60.5,244.5 parent: 2 - uid: 7768 components: - type: Transform - pos: 85.5,229.5 + pos: 60.5,245.5 parent: 2 - uid: 7769 components: - type: Transform - pos: 85.5,228.5 + pos: 60.5,246.5 parent: 2 - uid: 7770 components: - type: Transform - pos: 85.5,227.5 + pos: 59.5,241.5 parent: 2 - uid: 7771 components: - type: Transform - pos: 84.5,236.5 + pos: 59.5,242.5 parent: 2 - uid: 7772 components: - type: Transform - pos: 84.5,235.5 + pos: 59.5,243.5 parent: 2 - uid: 7773 components: - type: Transform - pos: 84.5,234.5 + pos: 59.5,244.5 parent: 2 - uid: 7774 components: - type: Transform - pos: 84.5,233.5 + pos: 59.5,245.5 parent: 2 - uid: 7775 components: - type: Transform - pos: 84.5,232.5 + pos: 59.5,246.5 parent: 2 - uid: 7776 components: - type: Transform - pos: 84.5,231.5 + pos: 58.5,241.5 parent: 2 - uid: 7777 components: - type: Transform - pos: 84.5,230.5 + pos: 58.5,242.5 parent: 2 - uid: 7778 components: - type: Transform - pos: 84.5,229.5 + pos: 58.5,243.5 parent: 2 - uid: 7779 components: - type: Transform - pos: 84.5,228.5 + pos: 58.5,244.5 parent: 2 - uid: 7780 components: - type: Transform - pos: 84.5,227.5 + pos: 58.5,245.5 parent: 2 - uid: 7781 components: - type: Transform - pos: 83.5,236.5 + pos: 58.5,246.5 parent: 2 - uid: 7782 components: - type: Transform - pos: 83.5,235.5 + pos: 71.5,246.5 parent: 2 - uid: 7783 components: - type: Transform - pos: 83.5,234.5 + pos: 71.5,245.5 parent: 2 - uid: 7784 components: - type: Transform - pos: 83.5,233.5 + pos: 71.5,244.5 parent: 2 - uid: 7785 components: - type: Transform - pos: 83.5,232.5 + pos: 71.5,243.5 parent: 2 - uid: 7786 components: - type: Transform - pos: 83.5,231.5 + pos: 71.5,242.5 parent: 2 - uid: 7787 components: - type: Transform - pos: 83.5,230.5 + pos: 71.5,241.5 parent: 2 - uid: 7788 components: - type: Transform - pos: 83.5,229.5 + pos: 57.5,241.5 parent: 2 - uid: 7789 components: - type: Transform - pos: 83.5,228.5 + pos: 57.5,242.5 parent: 2 - uid: 7790 components: - type: Transform - pos: 83.5,227.5 + pos: 57.5,243.5 parent: 2 - uid: 7791 components: - type: Transform - pos: 82.5,236.5 + pos: 57.5,244.5 parent: 2 - uid: 7792 components: - type: Transform - pos: 82.5,235.5 + pos: 57.5,245.5 parent: 2 - uid: 7793 components: - type: Transform - pos: 82.5,234.5 + pos: 57.5,246.5 parent: 2 - uid: 7794 components: - type: Transform - pos: 82.5,233.5 + pos: 56.5,241.5 parent: 2 - uid: 7795 components: - type: Transform - pos: 82.5,232.5 + pos: 56.5,242.5 parent: 2 - uid: 7796 components: - type: Transform - pos: 82.5,231.5 + pos: 56.5,243.5 parent: 2 - uid: 7797 components: - type: Transform - pos: 82.5,230.5 + pos: 56.5,244.5 parent: 2 - uid: 7798 components: - type: Transform - pos: 82.5,229.5 + pos: 56.5,245.5 parent: 2 - uid: 7799 components: - type: Transform - pos: 82.5,228.5 + pos: 56.5,246.5 parent: 2 - uid: 7800 components: - type: Transform - pos: 82.5,227.5 + pos: 55.5,241.5 parent: 2 - uid: 7801 components: - type: Transform - pos: 81.5,241.5 + pos: 55.5,242.5 parent: 2 - uid: 7802 components: - type: Transform - pos: 81.5,240.5 + pos: 55.5,243.5 parent: 2 - uid: 7803 components: - type: Transform - pos: 81.5,239.5 + pos: 55.5,244.5 parent: 2 - uid: 7804 components: - type: Transform - pos: 81.5,238.5 + pos: 55.5,245.5 parent: 2 - uid: 7805 components: - type: Transform - pos: 81.5,237.5 + pos: 55.5,246.5 parent: 2 - uid: 7806 components: - type: Transform - pos: 81.5,236.5 + pos: 55.5,240.5 parent: 2 - uid: 7807 components: - type: Transform - pos: 81.5,235.5 + pos: 54.5,240.5 parent: 2 - uid: 7808 components: - type: Transform - pos: 81.5,234.5 + pos: 53.5,240.5 parent: 2 - uid: 7809 components: - type: Transform - pos: 81.5,233.5 + pos: 52.5,240.5 parent: 2 - uid: 7810 components: - type: Transform - pos: 81.5,232.5 + pos: 51.5,240.5 parent: 2 - uid: 7811 components: - type: Transform - pos: 81.5,231.5 + pos: 50.5,240.5 parent: 2 - uid: 7812 components: - type: Transform - pos: 81.5,230.5 + pos: 50.5,241.5 parent: 2 - uid: 7813 components: - type: Transform - pos: 81.5,229.5 + pos: 50.5,242.5 parent: 2 - uid: 7814 components: - type: Transform - pos: 81.5,228.5 + pos: 50.5,243.5 parent: 2 - uid: 7815 components: - type: Transform - pos: 81.5,227.5 + pos: 50.5,244.5 parent: 2 - uid: 7816 components: - type: Transform - pos: 80.5,241.5 + pos: 50.5,245.5 parent: 2 - uid: 7817 components: - type: Transform - pos: 80.5,240.5 + pos: 50.5,246.5 parent: 2 - uid: 7818 components: - type: Transform - pos: 80.5,239.5 + pos: 50.5,247.5 parent: 2 - uid: 7819 components: - type: Transform - pos: 80.5,238.5 + pos: 50.5,248.5 parent: 2 - uid: 7820 components: - type: Transform - pos: 80.5,237.5 + pos: 50.5,249.5 parent: 2 - uid: 7821 components: - type: Transform - pos: 80.5,236.5 + pos: 50.5,250.5 parent: 2 - uid: 7822 components: - type: Transform - pos: 80.5,235.5 + pos: 50.5,251.5 parent: 2 - uid: 7823 components: - type: Transform - pos: 80.5,234.5 + pos: 50.5,252.5 parent: 2 - uid: 7824 components: - type: Transform - pos: 80.5,233.5 + pos: 50.5,253.5 parent: 2 - uid: 7825 components: - type: Transform - pos: 80.5,232.5 + pos: 50.5,254.5 parent: 2 - uid: 7826 components: - type: Transform - pos: 80.5,231.5 + pos: 50.5,255.5 parent: 2 - uid: 7827 components: - type: Transform - pos: 80.5,230.5 + pos: 50.5,256.5 parent: 2 - uid: 7828 components: - type: Transform - pos: 80.5,229.5 + pos: 50.5,257.5 parent: 2 - uid: 7829 components: - type: Transform - pos: 80.5,228.5 + pos: 50.5,258.5 parent: 2 - uid: 7830 components: - type: Transform - pos: 80.5,227.5 + pos: 50.5,259.5 parent: 2 - uid: 7831 components: - type: Transform - pos: 79.5,237.5 + pos: 50.5,260.5 parent: 2 - uid: 7832 components: - type: Transform - pos: 79.5,238.5 + pos: 50.5,261.5 parent: 2 - uid: 7833 components: - type: Transform - pos: 79.5,239.5 + pos: 51.5,241.5 parent: 2 - uid: 7834 components: - type: Transform - pos: 79.5,240.5 + pos: 51.5,242.5 parent: 2 - uid: 7835 components: - type: Transform - pos: 79.5,241.5 + pos: 51.5,243.5 parent: 2 - uid: 7836 components: - type: Transform - pos: 78.5,237.5 + pos: 51.5,244.5 parent: 2 - uid: 7837 components: - type: Transform - pos: 78.5,238.5 + pos: 51.5,245.5 parent: 2 - uid: 7838 components: - type: Transform - pos: 78.5,239.5 + pos: 51.5,246.5 parent: 2 - uid: 7839 components: - type: Transform - pos: 78.5,240.5 + pos: 51.5,247.5 parent: 2 - uid: 7840 components: - type: Transform - pos: 78.5,241.5 + pos: 51.5,248.5 parent: 2 - uid: 7841 components: - type: Transform - pos: 77.5,237.5 + pos: 51.5,249.5 parent: 2 - uid: 7842 components: - type: Transform - pos: 77.5,238.5 + pos: 51.5,250.5 parent: 2 - uid: 7843 components: - type: Transform - pos: 77.5,239.5 + pos: 51.5,251.5 parent: 2 - uid: 7844 components: - type: Transform - pos: 77.5,240.5 + pos: 51.5,252.5 parent: 2 - uid: 7845 components: - type: Transform - pos: 77.5,241.5 + pos: 51.5,253.5 parent: 2 - uid: 7846 components: - type: Transform - pos: 76.5,237.5 + pos: 51.5,254.5 parent: 2 - uid: 7847 components: - type: Transform - pos: 76.5,238.5 + pos: 51.5,255.5 parent: 2 - uid: 7848 components: - type: Transform - pos: 76.5,239.5 + pos: 51.5,256.5 parent: 2 - uid: 7849 components: - type: Transform - pos: 76.5,240.5 + pos: 51.5,257.5 parent: 2 - uid: 7850 components: - type: Transform - pos: 76.5,241.5 + pos: 51.5,258.5 parent: 2 - uid: 7851 components: - type: Transform - pos: 60.5,175.5 + pos: 51.5,259.5 parent: 2 - uid: 7852 components: - type: Transform - pos: 75.5,237.5 + pos: 51.5,260.5 parent: 2 - uid: 7853 components: - type: Transform - pos: 75.5,238.5 + pos: 51.5,261.5 parent: 2 - uid: 7854 components: - type: Transform - pos: 75.5,239.5 + pos: 52.5,241.5 parent: 2 - uid: 7855 components: - type: Transform - pos: 75.5,240.5 + pos: 52.5,242.5 parent: 2 - uid: 7856 components: - type: Transform - pos: 75.5,241.5 + pos: 52.5,243.5 parent: 2 - uid: 7857 components: - type: Transform - pos: 62.5,175.5 + pos: 52.5,244.5 parent: 2 - uid: 7858 components: - type: Transform - pos: 74.5,237.5 + pos: 52.5,245.5 parent: 2 - uid: 7859 components: - type: Transform - pos: 74.5,238.5 + pos: 52.5,246.5 parent: 2 - uid: 7860 components: - type: Transform - pos: 74.5,239.5 + pos: 52.5,247.5 parent: 2 - uid: 7861 components: - type: Transform - pos: 74.5,240.5 + pos: 52.5,248.5 parent: 2 - uid: 7862 components: - type: Transform - pos: 74.5,241.5 + pos: 52.5,249.5 parent: 2 - uid: 7863 components: - type: Transform - pos: 73.5,237.5 + pos: 52.5,250.5 parent: 2 - uid: 7864 components: - type: Transform - pos: 73.5,238.5 + pos: 52.5,251.5 parent: 2 - uid: 7865 components: - type: Transform - pos: 73.5,239.5 + pos: 52.5,252.5 parent: 2 - uid: 7866 components: - type: Transform - pos: 73.5,240.5 + pos: 52.5,253.5 parent: 2 - uid: 7867 components: - type: Transform - pos: 73.5,241.5 + pos: 52.5,254.5 parent: 2 - uid: 7868 components: - type: Transform - pos: 72.5,237.5 + pos: 52.5,255.5 parent: 2 - uid: 7869 components: - type: Transform - pos: 72.5,238.5 + pos: 52.5,256.5 parent: 2 - uid: 7870 components: - type: Transform - pos: 72.5,239.5 + pos: 52.5,257.5 parent: 2 - uid: 7871 components: - type: Transform - pos: 72.5,240.5 + pos: 52.5,258.5 parent: 2 - uid: 7872 components: - type: Transform - pos: 72.5,241.5 + pos: 52.5,259.5 parent: 2 - uid: 7873 components: - type: Transform - pos: 72.5,242.5 + pos: 52.5,260.5 parent: 2 - uid: 7874 components: - type: Transform - pos: 72.5,243.5 + pos: 52.5,261.5 parent: 2 - uid: 7875 components: - type: Transform - pos: 72.5,244.5 + pos: 53.5,241.5 parent: 2 - uid: 7876 components: - type: Transform - pos: 72.5,245.5 + pos: 53.5,242.5 parent: 2 - uid: 7877 components: - type: Transform - pos: 72.5,246.5 + pos: 53.5,243.5 parent: 2 - uid: 7878 components: - type: Transform - pos: 70.5,241.5 + pos: 53.5,244.5 parent: 2 - uid: 7879 components: - type: Transform - pos: 70.5,242.5 + pos: 53.5,245.5 parent: 2 - uid: 7880 components: - type: Transform - pos: 70.5,243.5 + pos: 53.5,246.5 parent: 2 - uid: 7881 components: - type: Transform - pos: 70.5,244.5 + pos: 53.5,247.5 parent: 2 - uid: 7882 components: - type: Transform - pos: 70.5,245.5 + pos: 53.5,248.5 parent: 2 - uid: 7883 components: - type: Transform - pos: 70.5,246.5 + pos: 53.5,249.5 parent: 2 - uid: 7884 components: - type: Transform - pos: 69.5,241.5 + pos: 53.5,250.5 parent: 2 - uid: 7885 components: - type: Transform - pos: 69.5,242.5 + pos: 53.5,251.5 parent: 2 - uid: 7886 components: - type: Transform - pos: 69.5,243.5 + pos: 53.5,252.5 parent: 2 - uid: 7887 components: - type: Transform - pos: 69.5,244.5 + pos: 53.5,253.5 parent: 2 - uid: 7888 components: - type: Transform - pos: 69.5,245.5 + pos: 53.5,254.5 parent: 2 - uid: 7889 components: - type: Transform - pos: 69.5,246.5 + pos: 53.5,255.5 parent: 2 - uid: 7890 components: - type: Transform - pos: 68.5,241.5 + pos: 53.5,256.5 parent: 2 - uid: 7891 components: - type: Transform - pos: 68.5,242.5 + pos: 53.5,257.5 parent: 2 - uid: 7892 components: - type: Transform - pos: 68.5,243.5 + pos: 53.5,258.5 parent: 2 - uid: 7893 components: - type: Transform - pos: 68.5,244.5 + pos: 53.5,259.5 parent: 2 - uid: 7894 components: - type: Transform - pos: 68.5,245.5 + pos: 53.5,260.5 parent: 2 - uid: 7895 components: - type: Transform - pos: 68.5,246.5 + pos: 53.5,261.5 parent: 2 - uid: 7896 components: - type: Transform - pos: 67.5,241.5 + pos: 54.5,241.5 parent: 2 - uid: 7897 components: - type: Transform - pos: 67.5,242.5 + pos: 54.5,242.5 parent: 2 - uid: 7898 components: - type: Transform - pos: 67.5,243.5 + pos: 54.5,243.5 parent: 2 - uid: 7899 components: - type: Transform - pos: 67.5,244.5 + pos: 54.5,244.5 parent: 2 - uid: 7900 components: - type: Transform - pos: 67.5,245.5 + pos: 54.5,245.5 parent: 2 - uid: 7901 components: - type: Transform - pos: 67.5,246.5 + pos: 54.5,246.5 parent: 2 - uid: 7902 components: - type: Transform - pos: 66.5,241.5 + pos: 54.5,247.5 parent: 2 - uid: 7903 components: - type: Transform - pos: 66.5,242.5 + pos: 54.5,248.5 parent: 2 - uid: 7904 components: - type: Transform - pos: 66.5,243.5 + pos: 54.5,249.5 parent: 2 - uid: 7905 components: - type: Transform - pos: 66.5,244.5 + pos: 54.5,250.5 parent: 2 - uid: 7906 components: - type: Transform - pos: 66.5,245.5 + pos: 54.5,251.5 parent: 2 - uid: 7907 components: - type: Transform - pos: 66.5,246.5 + pos: 54.5,252.5 parent: 2 - uid: 7908 components: - type: Transform - pos: 65.5,241.5 + pos: 54.5,253.5 parent: 2 - uid: 7909 components: - type: Transform - pos: 65.5,242.5 + pos: 54.5,254.5 parent: 2 - uid: 7910 components: - type: Transform - pos: 65.5,243.5 + pos: 54.5,255.5 parent: 2 - uid: 7911 components: - type: Transform - pos: 65.5,244.5 + pos: 54.5,256.5 parent: 2 - uid: 7912 components: - type: Transform - pos: 65.5,245.5 + pos: 54.5,257.5 parent: 2 - uid: 7913 components: - type: Transform - pos: 65.5,246.5 + pos: 54.5,258.5 parent: 2 - uid: 7914 components: - type: Transform - pos: 64.5,241.5 + pos: 54.5,259.5 parent: 2 - uid: 7915 components: - type: Transform - pos: 64.5,242.5 + pos: 54.5,260.5 parent: 2 - uid: 7916 components: - type: Transform - pos: 64.5,243.5 + pos: 54.5,261.5 parent: 2 - uid: 7917 components: - type: Transform - pos: 64.5,244.5 + pos: 49.5,259.5 parent: 2 - uid: 7918 components: - type: Transform - pos: 64.5,245.5 + pos: 49.5,260.5 parent: 2 - uid: 7919 components: - type: Transform - pos: 64.5,246.5 + pos: 49.5,261.5 parent: 2 - uid: 7920 components: - type: Transform - pos: 63.5,241.5 + pos: 48.5,259.5 parent: 2 - uid: 7921 components: - type: Transform - pos: 63.5,242.5 + pos: 48.5,260.5 parent: 2 - uid: 7922 components: - type: Transform - pos: 63.5,243.5 + pos: 48.5,261.5 parent: 2 - uid: 7923 components: - type: Transform - pos: 63.5,244.5 + pos: 47.5,259.5 parent: 2 - uid: 7924 components: - type: Transform - pos: 63.5,245.5 + pos: 47.5,260.5 parent: 2 - uid: 7925 components: - type: Transform - pos: 63.5,246.5 + pos: 47.5,261.5 parent: 2 - uid: 7926 components: - type: Transform - pos: 62.5,241.5 + pos: 46.5,259.5 parent: 2 - uid: 7927 components: - type: Transform - pos: 62.5,242.5 + pos: 46.5,260.5 parent: 2 - uid: 7928 components: - type: Transform - pos: 62.5,243.5 + pos: 46.5,261.5 parent: 2 - uid: 7929 components: - type: Transform - pos: 62.5,244.5 + pos: 45.5,259.5 parent: 2 - uid: 7930 components: - type: Transform - pos: 62.5,245.5 + pos: 45.5,260.5 parent: 2 - uid: 7931 components: - type: Transform - pos: 62.5,246.5 + pos: 45.5,261.5 parent: 2 - uid: 7932 components: - type: Transform - pos: 61.5,241.5 + pos: 44.5,259.5 parent: 2 - uid: 7933 components: - type: Transform - pos: 61.5,242.5 + pos: 44.5,260.5 parent: 2 - uid: 7934 components: - type: Transform - pos: 61.5,243.5 + pos: 44.5,261.5 parent: 2 - uid: 7935 components: - type: Transform - pos: 61.5,244.5 + pos: 121.5,218.5 parent: 2 - uid: 7936 components: - type: Transform - pos: 61.5,245.5 + pos: 120.5,213.5 parent: 2 - uid: 7937 components: - type: Transform - pos: 61.5,246.5 + pos: 43.5,259.5 parent: 2 - uid: 7938 components: - type: Transform - pos: 60.5,241.5 + pos: 43.5,260.5 parent: 2 - uid: 7939 components: - type: Transform - pos: 60.5,242.5 + pos: 43.5,261.5 parent: 2 - uid: 7940 components: - type: Transform - pos: 60.5,243.5 + pos: 120.5,217.5 parent: 2 - uid: 7941 components: - type: Transform - pos: 60.5,244.5 + pos: 42.5,259.5 parent: 2 - uid: 7942 components: - type: Transform - pos: 60.5,245.5 + pos: 42.5,260.5 parent: 2 - uid: 7943 components: - type: Transform - pos: 60.5,246.5 + pos: 42.5,261.5 parent: 2 - uid: 7944 components: - type: Transform - pos: 59.5,241.5 + pos: 41.5,259.5 parent: 2 - uid: 7945 components: - type: Transform - pos: 59.5,242.5 + pos: 41.5,260.5 parent: 2 - uid: 7946 components: - type: Transform - pos: 59.5,243.5 + pos: 41.5,261.5 parent: 2 - uid: 7947 components: - type: Transform - pos: 59.5,244.5 + pos: 86.5,151.5 parent: 2 - uid: 7948 components: - type: Transform - pos: 59.5,245.5 + pos: 40.5,259.5 parent: 2 - uid: 7949 components: - type: Transform - pos: 59.5,246.5 + pos: 40.5,260.5 parent: 2 - uid: 7950 components: - type: Transform - pos: 58.5,241.5 + pos: 40.5,261.5 parent: 2 - uid: 7951 components: - type: Transform - pos: 58.5,242.5 + pos: 120.5,215.5 parent: 2 - uid: 7952 components: - type: Transform - pos: 58.5,243.5 + pos: 120.5,214.5 parent: 2 - uid: 7953 components: - type: Transform - pos: 58.5,244.5 + pos: 120.5,216.5 parent: 2 - uid: 7954 components: - type: Transform - pos: 58.5,245.5 + pos: 121.5,217.5 parent: 2 - uid: 7955 components: - type: Transform - pos: 58.5,246.5 + pos: 121.5,216.5 parent: 2 - uid: 7956 components: - type: Transform - pos: 71.5,246.5 + pos: 121.5,215.5 parent: 2 - uid: 7957 components: - type: Transform - pos: 71.5,245.5 + pos: 121.5,214.5 parent: 2 - uid: 7958 components: - type: Transform - pos: 71.5,244.5 + pos: 121.5,209.5 parent: 2 - uid: 7959 components: - type: Transform - pos: 71.5,243.5 + pos: 86.5,155.5 parent: 2 - uid: 7960 components: - type: Transform - pos: 71.5,242.5 + pos: 86.5,156.5 parent: 2 - uid: 7961 components: - type: Transform - pos: 71.5,241.5 + pos: 86.5,153.5 parent: 2 - uid: 7962 components: - type: Transform - pos: 57.5,241.5 + pos: 86.5,154.5 parent: 2 - uid: 7963 components: - type: Transform - pos: 57.5,242.5 + pos: 86.5,152.5 parent: 2 - uid: 7964 components: - type: Transform - pos: 57.5,243.5 + pos: 40.5,258.5 parent: 2 - uid: 7965 components: - type: Transform - pos: 57.5,244.5 + pos: 40.5,257.5 parent: 2 - uid: 7966 components: - type: Transform - pos: 57.5,245.5 + pos: 40.5,256.5 parent: 2 - uid: 7967 components: - type: Transform - pos: 57.5,246.5 + pos: 41.5,258.5 parent: 2 - uid: 7968 components: - type: Transform - pos: 56.5,241.5 + pos: 41.5,257.5 parent: 2 - uid: 7969 components: - type: Transform - pos: 56.5,242.5 + pos: 41.5,256.5 parent: 2 - uid: 7970 components: - type: Transform - pos: 56.5,243.5 + pos: 42.5,258.5 parent: 2 - uid: 7971 components: - type: Transform - pos: 56.5,244.5 + pos: 42.5,257.5 parent: 2 - uid: 7972 components: - type: Transform - pos: 56.5,245.5 + pos: 42.5,256.5 parent: 2 - uid: 7973 components: - type: Transform - pos: 56.5,246.5 + pos: 43.5,258.5 parent: 2 - uid: 7974 components: - type: Transform - pos: 55.5,241.5 + pos: 43.5,257.5 parent: 2 - uid: 7975 components: - type: Transform - pos: 55.5,242.5 + pos: 43.5,256.5 parent: 2 - uid: 7976 components: - type: Transform - pos: 55.5,243.5 + pos: 43.5,255.5 parent: 2 - uid: 7977 components: - type: Transform - pos: 55.5,244.5 + pos: 43.5,254.5 parent: 2 - uid: 7978 components: - type: Transform - pos: 55.5,245.5 + pos: 43.5,253.5 parent: 2 - uid: 7979 components: - type: Transform - pos: 55.5,246.5 + pos: 43.5,252.5 parent: 2 - uid: 7980 components: - type: Transform - pos: 55.5,240.5 + pos: 42.5,255.5 parent: 2 - uid: 7981 components: - type: Transform - pos: 54.5,240.5 + pos: 42.5,254.5 parent: 2 - uid: 7982 components: - type: Transform - pos: 53.5,240.5 + pos: 42.5,253.5 parent: 2 - uid: 7983 components: - type: Transform - pos: 52.5,240.5 + pos: 42.5,252.5 parent: 2 - uid: 7984 components: - type: Transform - pos: 51.5,240.5 + pos: 41.5,255.5 parent: 2 - uid: 7985 components: - type: Transform - pos: 50.5,240.5 + pos: 41.5,254.5 parent: 2 - uid: 7986 components: - type: Transform - pos: 50.5,241.5 + pos: 41.5,253.5 parent: 2 - uid: 7987 components: - type: Transform - pos: 50.5,242.5 + pos: 41.5,252.5 parent: 2 - uid: 7988 components: - type: Transform - pos: 50.5,243.5 + pos: 40.5,255.5 parent: 2 - uid: 7989 components: - type: Transform - pos: 50.5,244.5 + pos: 40.5,254.5 parent: 2 - uid: 7990 components: - type: Transform - pos: 50.5,245.5 + pos: 40.5,253.5 parent: 2 - uid: 7991 components: - type: Transform - pos: 50.5,246.5 + pos: 40.5,252.5 parent: 2 - uid: 7992 components: - type: Transform - pos: 50.5,247.5 + pos: 120.5,218.5 parent: 2 - uid: 7993 components: - type: Transform - pos: 50.5,248.5 + pos: 40.5,251.5 parent: 2 - uid: 7994 components: - type: Transform - pos: 50.5,249.5 + pos: 40.5,250.5 parent: 2 - uid: 7995 components: - type: Transform - pos: 50.5,250.5 + pos: 40.5,249.5 parent: 2 - uid: 7996 components: - type: Transform - pos: 50.5,251.5 + pos: 40.5,248.5 parent: 2 - uid: 7997 components: - type: Transform - pos: 50.5,252.5 + pos: 41.5,251.5 parent: 2 - uid: 7998 components: - type: Transform - pos: 50.5,253.5 + pos: 41.5,250.5 parent: 2 - uid: 7999 components: - type: Transform - pos: 50.5,254.5 + pos: 41.5,249.5 parent: 2 - uid: 8000 components: - type: Transform - pos: 50.5,255.5 + pos: 41.5,248.5 parent: 2 - uid: 8001 components: - type: Transform - pos: 50.5,256.5 + pos: 42.5,251.5 parent: 2 - uid: 8002 components: - type: Transform - pos: 50.5,257.5 + pos: 42.5,250.5 parent: 2 - uid: 8003 components: - type: Transform - pos: 50.5,258.5 + pos: 42.5,249.5 parent: 2 - uid: 8004 components: - type: Transform - pos: 50.5,259.5 + pos: 42.5,248.5 parent: 2 - uid: 8005 components: - type: Transform - pos: 50.5,260.5 + pos: 43.5,251.5 parent: 2 - uid: 8006 components: - type: Transform - pos: 50.5,261.5 + pos: 43.5,250.5 parent: 2 - uid: 8007 components: - type: Transform - pos: 51.5,241.5 + pos: 43.5,249.5 parent: 2 - uid: 8008 components: - type: Transform - pos: 51.5,242.5 + pos: 43.5,248.5 parent: 2 - uid: 8009 components: - type: Transform - pos: 51.5,243.5 + pos: 44.5,249.5 parent: 2 - uid: 8010 components: - type: Transform - pos: 51.5,244.5 + pos: 44.5,248.5 parent: 2 - uid: 8011 components: - type: Transform - pos: 51.5,245.5 + pos: 44.5,247.5 parent: 2 - uid: 8012 components: - type: Transform - pos: 51.5,246.5 + pos: 44.5,246.5 parent: 2 - uid: 8013 components: - type: Transform - pos: 51.5,247.5 + pos: 44.5,245.5 parent: 2 - uid: 8014 components: - type: Transform - pos: 51.5,248.5 + pos: 44.5,244.5 parent: 2 - uid: 8015 components: - type: Transform - pos: 51.5,249.5 + pos: 44.5,243.5 parent: 2 - uid: 8016 components: - type: Transform - pos: 51.5,250.5 + pos: 44.5,242.5 parent: 2 - uid: 8017 components: - type: Transform - pos: 51.5,251.5 + pos: 44.5,241.5 parent: 2 - uid: 8018 components: - type: Transform - pos: 51.5,252.5 + pos: 44.5,240.5 parent: 2 - uid: 8019 components: - type: Transform - pos: 51.5,253.5 + pos: 44.5,239.5 parent: 2 - uid: 8020 components: - type: Transform - pos: 51.5,254.5 + pos: 44.5,238.5 parent: 2 - uid: 8021 components: - type: Transform - pos: 51.5,255.5 + pos: 44.5,237.5 parent: 2 - uid: 8022 components: - type: Transform - pos: 51.5,256.5 + pos: 44.5,236.5 parent: 2 - uid: 8023 components: - type: Transform - pos: 51.5,257.5 + pos: 43.5,247.5 parent: 2 - uid: 8024 components: - type: Transform - pos: 51.5,258.5 + pos: 43.5,246.5 parent: 2 - uid: 8025 components: - type: Transform - pos: 51.5,259.5 + pos: 43.5,245.5 parent: 2 - uid: 8026 components: - type: Transform - pos: 51.5,260.5 + pos: 43.5,244.5 parent: 2 - uid: 8027 components: - type: Transform - pos: 51.5,261.5 + pos: 43.5,243.5 parent: 2 - uid: 8028 components: - type: Transform - pos: 52.5,241.5 + pos: 43.5,242.5 parent: 2 - uid: 8029 components: - type: Transform - pos: 52.5,242.5 + pos: 43.5,241.5 parent: 2 - uid: 8030 components: - type: Transform - pos: 52.5,243.5 + pos: 43.5,240.5 parent: 2 - uid: 8031 components: - type: Transform - pos: 52.5,244.5 + pos: 43.5,239.5 parent: 2 - uid: 8032 components: - type: Transform - pos: 52.5,245.5 + pos: 43.5,238.5 parent: 2 - uid: 8033 components: - type: Transform - pos: 52.5,246.5 + pos: 43.5,237.5 parent: 2 - uid: 8034 components: - type: Transform - pos: 52.5,247.5 + pos: 43.5,236.5 parent: 2 - uid: 8035 components: - type: Transform - pos: 52.5,248.5 + pos: 42.5,247.5 parent: 2 - uid: 8036 components: - type: Transform - pos: 52.5,249.5 + pos: 42.5,246.5 parent: 2 - uid: 8037 components: - type: Transform - pos: 52.5,250.5 + pos: 42.5,245.5 parent: 2 - uid: 8038 components: - type: Transform - pos: 52.5,251.5 + pos: 42.5,244.5 parent: 2 - uid: 8039 components: - type: Transform - pos: 52.5,252.5 + pos: 42.5,243.5 parent: 2 - uid: 8040 components: - type: Transform - pos: 52.5,253.5 + pos: 42.5,242.5 parent: 2 - uid: 8041 components: - type: Transform - pos: 52.5,254.5 + pos: 42.5,241.5 parent: 2 - uid: 8042 components: - type: Transform - pos: 52.5,255.5 + pos: 42.5,240.5 parent: 2 - uid: 8043 components: - type: Transform - pos: 52.5,256.5 + pos: 42.5,239.5 parent: 2 - uid: 8044 components: - type: Transform - pos: 52.5,257.5 + pos: 42.5,238.5 parent: 2 - uid: 8045 components: - type: Transform - pos: 52.5,258.5 + pos: 42.5,237.5 parent: 2 - uid: 8046 components: - type: Transform - pos: 52.5,259.5 + pos: 42.5,236.5 parent: 2 - uid: 8047 components: - type: Transform - pos: 52.5,260.5 + pos: 41.5,247.5 parent: 2 - uid: 8048 components: - type: Transform - pos: 52.5,261.5 + pos: 41.5,246.5 parent: 2 - uid: 8049 components: - type: Transform - pos: 53.5,241.5 + pos: 41.5,245.5 parent: 2 - uid: 8050 components: - type: Transform - pos: 53.5,242.5 + pos: 41.5,244.5 parent: 2 - uid: 8051 components: - type: Transform - pos: 53.5,243.5 + pos: 41.5,243.5 parent: 2 - uid: 8052 components: - type: Transform - pos: 53.5,244.5 + pos: 41.5,242.5 parent: 2 - uid: 8053 components: - type: Transform - pos: 53.5,245.5 + pos: 41.5,241.5 parent: 2 - uid: 8054 components: - type: Transform - pos: 53.5,246.5 + pos: 41.5,240.5 parent: 2 - uid: 8055 components: - type: Transform - pos: 53.5,247.5 + pos: 41.5,239.5 parent: 2 - uid: 8056 components: - type: Transform - pos: 53.5,248.5 + pos: 41.5,237.5 parent: 2 - uid: 8057 components: - type: Transform - pos: 53.5,249.5 + pos: 41.5,236.5 parent: 2 - uid: 8058 components: - type: Transform - pos: 53.5,250.5 + pos: 40.5,247.5 parent: 2 - uid: 8059 components: - type: Transform - pos: 53.5,251.5 + pos: 40.5,246.5 parent: 2 - uid: 8060 components: - type: Transform - pos: 53.5,252.5 + pos: 40.5,245.5 parent: 2 - uid: 8061 components: - type: Transform - pos: 53.5,253.5 + pos: 40.5,244.5 parent: 2 - uid: 8062 components: - type: Transform - pos: 53.5,254.5 + pos: 40.5,243.5 parent: 2 - uid: 8063 components: - type: Transform - pos: 53.5,255.5 + pos: 40.5,242.5 parent: 2 - uid: 8064 components: - type: Transform - pos: 53.5,256.5 + pos: 40.5,241.5 parent: 2 - uid: 8065 components: - type: Transform - pos: 53.5,257.5 + pos: 40.5,240.5 parent: 2 - uid: 8066 components: - type: Transform - pos: 53.5,258.5 + pos: 40.5,239.5 parent: 2 - uid: 8067 components: - type: Transform - pos: 53.5,259.5 + pos: 40.5,237.5 parent: 2 - uid: 8068 components: - type: Transform - pos: 53.5,260.5 + pos: 40.5,236.5 parent: 2 - uid: 8069 components: - type: Transform - pos: 53.5,261.5 + pos: 39.5,237.5 parent: 2 - uid: 8070 components: - type: Transform - pos: 54.5,241.5 + pos: 39.5,236.5 parent: 2 - uid: 8071 components: - type: Transform - pos: 54.5,242.5 + pos: 38.5,237.5 parent: 2 - uid: 8072 components: - type: Transform - pos: 54.5,243.5 + pos: 38.5,236.5 parent: 2 - uid: 8073 components: - type: Transform - pos: 54.5,244.5 + pos: 37.5,237.5 parent: 2 - uid: 8074 components: - type: Transform - pos: 54.5,245.5 + pos: 37.5,236.5 parent: 2 - uid: 8075 components: - type: Transform - pos: 54.5,246.5 + pos: 36.5,237.5 parent: 2 - uid: 8076 components: - type: Transform - pos: 54.5,247.5 + pos: 36.5,236.5 parent: 2 - uid: 8077 components: - type: Transform - pos: 54.5,248.5 + pos: 35.5,237.5 parent: 2 - uid: 8078 components: - type: Transform - pos: 54.5,249.5 + pos: 35.5,236.5 parent: 2 - uid: 8079 components: - type: Transform - pos: 54.5,250.5 + pos: 34.5,237.5 parent: 2 - uid: 8080 components: - type: Transform - pos: 54.5,251.5 + pos: 34.5,236.5 parent: 2 - uid: 8081 components: - type: Transform - pos: 54.5,252.5 + pos: 33.5,237.5 parent: 2 - uid: 8082 components: - type: Transform - pos: 54.5,253.5 + pos: 33.5,236.5 parent: 2 - uid: 8083 components: - type: Transform - pos: 54.5,254.5 + pos: 32.5,237.5 parent: 2 - uid: 8084 components: - type: Transform - pos: 54.5,255.5 + pos: 32.5,236.5 parent: 2 - uid: 8085 components: - type: Transform - pos: 54.5,256.5 + pos: 31.5,237.5 parent: 2 - uid: 8086 components: - type: Transform - pos: 54.5,257.5 + pos: 31.5,236.5 parent: 2 - uid: 8087 components: - type: Transform - pos: 54.5,258.5 + pos: 31.5,235.5 parent: 2 - uid: 8088 components: - type: Transform - pos: 54.5,259.5 + pos: 32.5,235.5 parent: 2 - uid: 8089 components: - type: Transform - pos: 54.5,260.5 + pos: 33.5,235.5 parent: 2 - uid: 8090 components: - type: Transform - pos: 54.5,261.5 + pos: 33.5,234.5 parent: 2 - uid: 8091 components: - type: Transform - pos: 49.5,259.5 + pos: 33.5,233.5 parent: 2 - uid: 8092 components: - type: Transform - pos: 49.5,260.5 + pos: 33.5,232.5 parent: 2 - uid: 8093 components: - type: Transform - pos: 49.5,261.5 + pos: 33.5,231.5 parent: 2 - uid: 8094 components: - type: Transform - pos: 48.5,259.5 + pos: 33.5,230.5 parent: 2 - uid: 8095 components: - type: Transform - pos: 48.5,260.5 + pos: 33.5,229.5 parent: 2 - uid: 8096 components: - type: Transform - pos: 48.5,261.5 + pos: 33.5,228.5 parent: 2 - uid: 8097 components: - type: Transform - pos: 47.5,259.5 + pos: 32.5,234.5 parent: 2 - uid: 8098 components: - type: Transform - pos: 47.5,260.5 + pos: 32.5,233.5 parent: 2 - uid: 8099 components: - type: Transform - pos: 47.5,261.5 + pos: 32.5,232.5 parent: 2 - uid: 8100 components: - type: Transform - pos: 46.5,259.5 + pos: 32.5,231.5 parent: 2 - uid: 8101 components: - type: Transform - pos: 46.5,260.5 + pos: 32.5,230.5 parent: 2 - uid: 8102 components: - type: Transform - pos: 46.5,261.5 + pos: 32.5,229.5 parent: 2 - uid: 8103 components: - type: Transform - pos: 45.5,259.5 + pos: 32.5,228.5 parent: 2 - uid: 8104 components: - type: Transform - pos: 45.5,260.5 + pos: 31.5,234.5 parent: 2 - uid: 8105 components: - type: Transform - pos: 45.5,261.5 + pos: 31.5,233.5 parent: 2 - uid: 8106 components: - type: Transform - pos: 44.5,259.5 + pos: 31.5,232.5 parent: 2 - uid: 8107 components: - type: Transform - pos: 44.5,260.5 + pos: 31.5,231.5 parent: 2 - uid: 8108 components: - type: Transform - pos: 44.5,261.5 + pos: 31.5,230.5 parent: 2 - uid: 8109 components: - type: Transform - pos: 121.5,218.5 + pos: 31.5,229.5 parent: 2 - uid: 8110 components: - type: Transform - pos: 120.5,213.5 + pos: 31.5,228.5 parent: 2 - uid: 8111 components: - type: Transform - pos: 43.5,259.5 + pos: 31.5,227.5 parent: 2 - uid: 8112 components: - type: Transform - pos: 43.5,260.5 + pos: 32.5,227.5 parent: 2 - uid: 8113 components: - type: Transform - pos: 43.5,261.5 + pos: 33.5,227.5 parent: 2 - uid: 8114 components: - type: Transform - pos: 120.5,217.5 + pos: 31.5,226.5 parent: 2 - uid: 8115 components: - type: Transform - pos: 42.5,259.5 + pos: 32.5,226.5 parent: 2 - uid: 8116 components: - type: Transform - pos: 42.5,260.5 + pos: 33.5,226.5 parent: 2 - uid: 8117 components: - type: Transform - pos: 42.5,261.5 + pos: 34.5,228.5 parent: 2 - uid: 8118 components: - type: Transform - pos: 41.5,259.5 + pos: 34.5,227.5 parent: 2 - uid: 8119 components: - type: Transform - pos: 41.5,260.5 + pos: 34.5,226.5 parent: 2 - uid: 8120 components: - type: Transform - pos: 41.5,261.5 + pos: 34.5,225.5 parent: 2 - uid: 8121 components: - type: Transform - pos: 86.5,151.5 + pos: 34.5,224.5 parent: 2 - uid: 8122 components: - type: Transform - pos: 40.5,259.5 + pos: 34.5,223.5 parent: 2 - uid: 8123 components: - type: Transform - pos: 40.5,260.5 + pos: 34.5,222.5 parent: 2 - uid: 8124 components: - type: Transform - pos: 40.5,261.5 + pos: 34.5,221.5 parent: 2 - uid: 8125 components: - type: Transform - pos: 120.5,215.5 + pos: 35.5,228.5 parent: 2 - uid: 8126 components: - type: Transform - pos: 120.5,214.5 + pos: 35.5,227.5 parent: 2 - uid: 8127 components: - type: Transform - pos: 120.5,216.5 + pos: 35.5,226.5 parent: 2 - uid: 8128 components: - type: Transform - pos: 121.5,217.5 + pos: 35.5,225.5 parent: 2 - uid: 8129 components: - type: Transform - pos: 121.5,216.5 + pos: 35.5,224.5 parent: 2 - uid: 8130 components: - type: Transform - pos: 121.5,215.5 + pos: 35.5,223.5 parent: 2 - uid: 8131 components: - type: Transform - pos: 121.5,214.5 + pos: 35.5,222.5 parent: 2 - uid: 8132 components: - type: Transform - pos: 121.5,209.5 + pos: 35.5,221.5 parent: 2 - uid: 8133 components: - type: Transform - pos: 86.5,155.5 + pos: 36.5,228.5 parent: 2 - uid: 8134 components: - type: Transform - pos: 86.5,156.5 + pos: 36.5,227.5 parent: 2 - uid: 8135 components: - type: Transform - pos: 86.5,153.5 + pos: 36.5,226.5 parent: 2 - uid: 8136 components: - type: Transform - pos: 86.5,154.5 + pos: 36.5,225.5 parent: 2 - uid: 8137 components: - type: Transform - pos: 86.5,152.5 + pos: 36.5,224.5 parent: 2 - uid: 8138 components: - type: Transform - pos: 40.5,258.5 + pos: 36.5,223.5 parent: 2 - uid: 8139 components: - type: Transform - pos: 40.5,257.5 + pos: 36.5,222.5 parent: 2 - uid: 8140 components: - type: Transform - pos: 40.5,256.5 + pos: 36.5,221.5 parent: 2 - uid: 8141 components: - type: Transform - pos: 41.5,258.5 + pos: 37.5,228.5 parent: 2 - uid: 8142 components: - type: Transform - pos: 41.5,257.5 + pos: 37.5,227.5 parent: 2 - uid: 8143 components: - type: Transform - pos: 41.5,256.5 + pos: 37.5,226.5 parent: 2 - uid: 8144 components: - type: Transform - pos: 42.5,258.5 + pos: 37.5,225.5 parent: 2 - uid: 8145 components: - type: Transform - pos: 42.5,257.5 + pos: 37.5,224.5 parent: 2 - uid: 8146 components: - type: Transform - pos: 42.5,256.5 + pos: 37.5,223.5 parent: 2 - uid: 8147 components: - type: Transform - pos: 43.5,258.5 + pos: 37.5,222.5 parent: 2 - uid: 8148 components: - type: Transform - pos: 43.5,257.5 + pos: 37.5,221.5 parent: 2 - uid: 8149 components: - type: Transform - pos: 43.5,256.5 + pos: 38.5,228.5 parent: 2 - uid: 8150 components: - type: Transform - pos: 43.5,255.5 + pos: 38.5,227.5 parent: 2 - uid: 8151 components: - type: Transform - pos: 43.5,254.5 + pos: 38.5,226.5 parent: 2 - uid: 8152 components: - type: Transform - pos: 43.5,253.5 + pos: 38.5,225.5 parent: 2 - uid: 8153 components: - type: Transform - pos: 43.5,252.5 + pos: 38.5,224.5 parent: 2 - uid: 8154 components: - type: Transform - pos: 42.5,255.5 + pos: 38.5,223.5 parent: 2 - uid: 8155 components: - type: Transform - pos: 42.5,254.5 + pos: 38.5,222.5 parent: 2 - uid: 8156 components: - type: Transform - pos: 42.5,253.5 + pos: 38.5,221.5 parent: 2 - uid: 8157 components: - type: Transform - pos: 42.5,252.5 + pos: 39.5,228.5 parent: 2 - uid: 8158 components: - type: Transform - pos: 41.5,255.5 + pos: 39.5,227.5 parent: 2 - uid: 8159 components: - type: Transform - pos: 41.5,254.5 + pos: 39.5,226.5 parent: 2 - uid: 8160 components: - type: Transform - pos: 41.5,253.5 + pos: 39.5,225.5 parent: 2 - uid: 8161 components: - type: Transform - pos: 41.5,252.5 + pos: 39.5,224.5 parent: 2 - uid: 8162 components: - type: Transform - pos: 40.5,255.5 + pos: 39.5,223.5 parent: 2 - uid: 8163 components: - type: Transform - pos: 40.5,254.5 + pos: 39.5,222.5 parent: 2 - uid: 8164 components: - type: Transform - pos: 40.5,253.5 + pos: 39.5,221.5 parent: 2 - uid: 8165 components: - type: Transform - pos: 40.5,252.5 + pos: 40.5,228.5 parent: 2 - uid: 8166 components: - type: Transform - pos: 120.5,218.5 + pos: 40.5,227.5 parent: 2 - uid: 8167 components: - type: Transform - pos: 40.5,251.5 + pos: 40.5,226.5 parent: 2 - uid: 8168 components: - type: Transform - pos: 40.5,250.5 + pos: 40.5,225.5 parent: 2 - uid: 8169 components: - type: Transform - pos: 40.5,249.5 + pos: 40.5,224.5 parent: 2 - uid: 8170 components: - type: Transform - pos: 40.5,248.5 + pos: 40.5,223.5 parent: 2 - uid: 8171 components: - type: Transform - pos: 41.5,251.5 + pos: 40.5,222.5 parent: 2 - uid: 8172 components: - type: Transform - pos: 41.5,250.5 + pos: 40.5,221.5 parent: 2 - uid: 8173 components: - type: Transform - pos: 41.5,249.5 + pos: 41.5,228.5 parent: 2 - uid: 8174 components: - type: Transform - pos: 41.5,248.5 + pos: 41.5,227.5 parent: 2 - uid: 8175 components: - type: Transform - pos: 42.5,251.5 + pos: 41.5,226.5 parent: 2 - uid: 8176 components: - type: Transform - pos: 42.5,250.5 + pos: 41.5,225.5 parent: 2 - uid: 8177 components: - type: Transform - pos: 42.5,249.5 + pos: 41.5,224.5 parent: 2 - uid: 8178 components: - type: Transform - pos: 42.5,248.5 + pos: 41.5,223.5 parent: 2 - uid: 8179 components: - type: Transform - pos: 43.5,251.5 + pos: 41.5,222.5 parent: 2 - uid: 8180 components: - type: Transform - pos: 43.5,250.5 + pos: 41.5,221.5 parent: 2 - uid: 8181 components: - type: Transform - pos: 43.5,249.5 + pos: 42.5,228.5 parent: 2 - uid: 8182 components: - type: Transform - pos: 43.5,248.5 + pos: 42.5,227.5 parent: 2 - uid: 8183 components: - type: Transform - pos: 44.5,249.5 + pos: 42.5,226.5 parent: 2 - uid: 8184 components: - type: Transform - pos: 44.5,248.5 + pos: 42.5,225.5 parent: 2 - uid: 8185 components: - type: Transform - pos: 44.5,247.5 + pos: 42.5,224.5 parent: 2 - uid: 8186 components: - type: Transform - pos: 44.5,246.5 + pos: 42.5,223.5 parent: 2 - uid: 8187 components: - type: Transform - pos: 44.5,245.5 + pos: 42.5,222.5 parent: 2 - uid: 8188 components: - type: Transform - pos: 44.5,244.5 + pos: 42.5,221.5 parent: 2 - uid: 8189 components: - type: Transform - pos: 44.5,243.5 + pos: 43.5,228.5 parent: 2 - uid: 8190 components: - type: Transform - pos: 44.5,242.5 + pos: 43.5,227.5 parent: 2 - uid: 8191 components: - type: Transform - pos: 44.5,241.5 + pos: 43.5,226.5 parent: 2 - uid: 8192 components: - type: Transform - pos: 44.5,240.5 + pos: 43.5,225.5 parent: 2 - uid: 8193 components: - type: Transform - pos: 44.5,239.5 + pos: 43.5,224.5 parent: 2 - uid: 8194 components: - type: Transform - pos: 44.5,238.5 + pos: 43.5,223.5 parent: 2 - uid: 8195 components: - type: Transform - pos: 44.5,237.5 + pos: 43.5,222.5 parent: 2 - uid: 8196 components: - type: Transform - pos: 44.5,236.5 + pos: 43.5,221.5 parent: 2 - uid: 8197 components: - type: Transform - pos: 43.5,247.5 + pos: 44.5,228.5 parent: 2 - uid: 8198 components: - type: Transform - pos: 43.5,246.5 + pos: 44.5,227.5 parent: 2 - uid: 8199 components: - type: Transform - pos: 43.5,245.5 + pos: 44.5,226.5 parent: 2 - uid: 8200 components: - type: Transform - pos: 43.5,244.5 + pos: 44.5,225.5 parent: 2 - uid: 8201 components: - type: Transform - pos: 43.5,243.5 + pos: 44.5,224.5 parent: 2 - uid: 8202 components: - type: Transform - pos: 43.5,242.5 + pos: 44.5,223.5 parent: 2 - uid: 8203 components: - type: Transform - pos: 43.5,241.5 + pos: 44.5,222.5 parent: 2 - uid: 8204 components: - type: Transform - pos: 43.5,240.5 + pos: 44.5,221.5 parent: 2 - uid: 8205 components: - type: Transform - pos: 43.5,239.5 + pos: 45.5,228.5 parent: 2 - uid: 8206 components: - type: Transform - pos: 43.5,238.5 + pos: 45.5,227.5 parent: 2 - uid: 8207 components: - type: Transform - pos: 43.5,237.5 + pos: 45.5,226.5 parent: 2 - uid: 8208 components: - type: Transform - pos: 43.5,236.5 + pos: 45.5,225.5 parent: 2 - uid: 8209 components: - type: Transform - pos: 42.5,247.5 + pos: 45.5,224.5 parent: 2 - uid: 8210 components: - type: Transform - pos: 42.5,246.5 + pos: 45.5,223.5 parent: 2 - uid: 8211 components: - type: Transform - pos: 42.5,245.5 + pos: 45.5,222.5 parent: 2 - uid: 8212 components: - type: Transform - pos: 42.5,244.5 + pos: 45.5,221.5 parent: 2 - uid: 8213 components: - type: Transform - pos: 42.5,243.5 + pos: 46.5,228.5 parent: 2 - uid: 8214 components: - type: Transform - pos: 42.5,242.5 + pos: 46.5,227.5 parent: 2 - uid: 8215 components: - type: Transform - pos: 42.5,241.5 + pos: 46.5,226.5 parent: 2 - uid: 8216 components: - type: Transform - pos: 42.5,240.5 + pos: 46.5,225.5 parent: 2 - uid: 8217 components: - type: Transform - pos: 42.5,239.5 + pos: 46.5,224.5 parent: 2 - uid: 8218 components: - type: Transform - pos: 42.5,238.5 + pos: 46.5,223.5 parent: 2 - uid: 8219 components: - type: Transform - pos: 42.5,237.5 + pos: 46.5,222.5 parent: 2 - uid: 8220 components: - type: Transform - pos: 42.5,236.5 + pos: 46.5,221.5 parent: 2 - uid: 8221 components: - type: Transform - pos: 41.5,247.5 + pos: 31.5,225.5 parent: 2 - uid: 8222 components: - type: Transform - pos: 41.5,246.5 + pos: 32.5,225.5 parent: 2 - uid: 8223 components: - type: Transform - pos: 41.5,245.5 + pos: 33.5,225.5 parent: 2 - uid: 8224 components: - type: Transform - pos: 41.5,244.5 + pos: 31.5,224.5 parent: 2 - uid: 8225 components: - type: Transform - pos: 41.5,243.5 + pos: 32.5,224.5 parent: 2 - uid: 8226 components: - type: Transform - pos: 41.5,242.5 + pos: 33.5,224.5 parent: 2 - uid: 8227 components: - type: Transform - pos: 41.5,241.5 + pos: 31.5,223.5 parent: 2 - uid: 8228 components: - type: Transform - pos: 41.5,240.5 + pos: 32.5,223.5 parent: 2 - uid: 8229 components: - type: Transform - pos: 41.5,239.5 + pos: 33.5,223.5 parent: 2 - uid: 8230 components: - type: Transform - pos: 41.5,237.5 + pos: 31.5,222.5 parent: 2 - uid: 8231 components: - type: Transform - pos: 41.5,236.5 + pos: 32.5,222.5 parent: 2 - uid: 8232 components: - type: Transform - pos: 40.5,247.5 + pos: 33.5,222.5 parent: 2 - uid: 8233 components: - type: Transform - pos: 40.5,246.5 + pos: 31.5,221.5 parent: 2 - uid: 8234 components: - type: Transform - pos: 40.5,245.5 + pos: 32.5,221.5 parent: 2 - uid: 8235 components: - type: Transform - pos: 40.5,244.5 + pos: 33.5,221.5 parent: 2 - uid: 8236 components: - type: Transform - pos: 40.5,243.5 + pos: 40.5,220.5 parent: 2 - uid: 8237 components: - type: Transform - pos: 40.5,242.5 + pos: 41.5,220.5 parent: 2 - uid: 8238 components: - type: Transform - pos: 40.5,241.5 + pos: 42.5,220.5 parent: 2 - uid: 8239 components: - type: Transform - pos: 40.5,240.5 + pos: 43.5,220.5 parent: 2 - uid: 8240 components: - type: Transform - pos: 40.5,239.5 + pos: 44.5,220.5 parent: 2 - uid: 8241 components: - type: Transform - pos: 40.5,237.5 + pos: 45.5,220.5 parent: 2 - uid: 8242 components: - type: Transform - pos: 40.5,236.5 + pos: 46.5,220.5 parent: 2 - uid: 8243 components: - type: Transform - pos: 39.5,237.5 + pos: 47.5,220.5 parent: 2 - uid: 8244 components: - type: Transform - pos: 39.5,236.5 + pos: 48.5,220.5 parent: 2 - uid: 8245 components: - type: Transform - pos: 38.5,237.5 + pos: 49.5,220.5 parent: 2 - uid: 8246 components: - type: Transform - pos: 38.5,236.5 + pos: 50.5,220.5 parent: 2 - uid: 8247 components: - type: Transform - pos: 37.5,237.5 + pos: 51.5,220.5 parent: 2 - uid: 8248 components: - type: Transform - pos: 37.5,236.5 + pos: 52.5,220.5 parent: 2 - uid: 8249 components: - type: Transform - pos: 36.5,237.5 + pos: 53.5,220.5 parent: 2 - uid: 8250 components: - type: Transform - pos: 36.5,236.5 + pos: 54.5,220.5 parent: 2 - uid: 8251 components: - type: Transform - pos: 35.5,237.5 + pos: 55.5,220.5 parent: 2 - uid: 8252 components: - type: Transform - pos: 35.5,236.5 + pos: 56.5,220.5 parent: 2 - uid: 8253 components: - type: Transform - pos: 34.5,237.5 + pos: 57.5,220.5 parent: 2 - uid: 8254 components: - type: Transform - pos: 34.5,236.5 + pos: 53.5,199.5 parent: 2 - uid: 8255 components: - type: Transform - pos: 33.5,237.5 + pos: 53.5,198.5 parent: 2 - uid: 8256 components: - type: Transform - pos: 33.5,236.5 + pos: 52.5,206.5 parent: 2 - uid: 8257 components: - type: Transform - pos: 32.5,237.5 + pos: 52.5,207.5 parent: 2 - uid: 8258 components: - type: Transform - pos: 32.5,236.5 + pos: 52.5,208.5 parent: 2 - uid: 8259 components: - type: Transform - pos: 31.5,237.5 + pos: 52.5,209.5 parent: 2 - uid: 8260 components: - type: Transform - pos: 31.5,236.5 + pos: 52.5,210.5 parent: 2 - uid: 8261 components: - type: Transform - pos: 31.5,235.5 + pos: 52.5,211.5 parent: 2 - uid: 8262 components: - type: Transform - pos: 32.5,235.5 + pos: 52.5,212.5 parent: 2 - uid: 8263 components: - type: Transform - pos: 33.5,235.5 + pos: 52.5,213.5 parent: 2 - uid: 8264 components: - type: Transform - pos: 33.5,234.5 + pos: 52.5,214.5 parent: 2 - uid: 8265 components: - type: Transform - pos: 33.5,233.5 + pos: 52.5,215.5 parent: 2 - uid: 8266 components: - type: Transform - pos: 33.5,232.5 + pos: 52.5,216.5 parent: 2 - uid: 8267 components: - type: Transform - pos: 33.5,231.5 + pos: 52.5,217.5 parent: 2 - uid: 8268 components: - type: Transform - pos: 33.5,230.5 + pos: 52.5,218.5 parent: 2 - uid: 8269 components: - type: Transform - pos: 33.5,229.5 + pos: 52.5,219.5 parent: 2 - uid: 8270 components: - type: Transform - pos: 33.5,228.5 + pos: 53.5,200.5 parent: 2 - uid: 8271 components: - type: Transform - pos: 32.5,234.5 + pos: 53.5,201.5 parent: 2 - uid: 8272 components: - type: Transform - pos: 32.5,233.5 + pos: 53.5,202.5 parent: 2 - uid: 8273 components: - type: Transform - pos: 32.5,232.5 + pos: 53.5,203.5 parent: 2 - uid: 8274 components: - type: Transform - pos: 32.5,231.5 + pos: 53.5,204.5 parent: 2 - uid: 8275 components: - type: Transform - pos: 32.5,230.5 + pos: 53.5,205.5 parent: 2 - uid: 8276 components: - type: Transform - pos: 32.5,229.5 + pos: 53.5,206.5 parent: 2 - uid: 8277 components: - type: Transform - pos: 32.5,228.5 + pos: 53.5,207.5 parent: 2 - uid: 8278 components: - type: Transform - pos: 31.5,234.5 + pos: 53.5,208.5 parent: 2 - uid: 8279 components: - type: Transform - pos: 31.5,233.5 + pos: 53.5,209.5 parent: 2 - uid: 8280 components: - type: Transform - pos: 31.5,232.5 + pos: 53.5,210.5 parent: 2 - uid: 8281 components: - type: Transform - pos: 31.5,231.5 + pos: 53.5,211.5 parent: 2 - uid: 8282 components: - type: Transform - pos: 31.5,230.5 + pos: 53.5,212.5 parent: 2 - uid: 8283 components: - type: Transform - pos: 31.5,229.5 + pos: 53.5,213.5 parent: 2 - uid: 8284 components: - type: Transform - pos: 31.5,228.5 + pos: 53.5,214.5 parent: 2 - uid: 8285 components: - type: Transform - pos: 31.5,227.5 + pos: 53.5,215.5 parent: 2 - uid: 8286 components: - type: Transform - pos: 32.5,227.5 + pos: 53.5,216.5 parent: 2 - uid: 8287 components: - type: Transform - pos: 33.5,227.5 + pos: 53.5,217.5 parent: 2 - uid: 8288 components: - type: Transform - pos: 31.5,226.5 + pos: 53.5,218.5 parent: 2 - uid: 8289 components: - type: Transform - pos: 32.5,226.5 + pos: 53.5,219.5 parent: 2 - uid: 8290 components: - type: Transform - pos: 33.5,226.5 + pos: 54.5,200.5 parent: 2 - uid: 8291 components: - type: Transform - pos: 34.5,228.5 + pos: 54.5,201.5 parent: 2 - uid: 8292 components: - type: Transform - pos: 34.5,227.5 + pos: 54.5,202.5 parent: 2 - uid: 8293 components: - type: Transform - pos: 34.5,226.5 + pos: 54.5,203.5 parent: 2 - uid: 8294 components: - type: Transform - pos: 34.5,225.5 + pos: 54.5,204.5 parent: 2 - uid: 8295 components: - type: Transform - pos: 34.5,224.5 + pos: 54.5,205.5 parent: 2 - uid: 8296 components: - type: Transform - pos: 34.5,223.5 + pos: 54.5,206.5 parent: 2 - uid: 8297 components: - type: Transform - pos: 34.5,222.5 + pos: 54.5,207.5 parent: 2 - uid: 8298 components: - type: Transform - pos: 34.5,221.5 + pos: 54.5,208.5 parent: 2 - uid: 8299 components: - type: Transform - pos: 35.5,228.5 + pos: 54.5,209.5 parent: 2 - uid: 8300 components: - type: Transform - pos: 35.5,227.5 + pos: 54.5,210.5 parent: 2 - uid: 8301 components: - type: Transform - pos: 35.5,226.5 + pos: 54.5,211.5 parent: 2 - uid: 8302 components: - type: Transform - pos: 35.5,225.5 + pos: 54.5,212.5 parent: 2 - uid: 8303 components: - type: Transform - pos: 35.5,224.5 + pos: 54.5,213.5 parent: 2 - uid: 8304 components: - type: Transform - pos: 35.5,223.5 + pos: 54.5,214.5 parent: 2 - uid: 8305 components: - type: Transform - pos: 35.5,222.5 + pos: 54.5,215.5 parent: 2 - uid: 8306 components: - type: Transform - pos: 35.5,221.5 + pos: 54.5,216.5 parent: 2 - uid: 8307 components: - type: Transform - pos: 36.5,228.5 + pos: 54.5,217.5 parent: 2 - uid: 8308 components: - type: Transform - pos: 36.5,227.5 + pos: 54.5,218.5 parent: 2 - uid: 8309 components: - type: Transform - pos: 36.5,226.5 + pos: 54.5,219.5 parent: 2 - uid: 8310 components: - type: Transform - pos: 36.5,225.5 + pos: 55.5,200.5 parent: 2 - uid: 8311 components: - type: Transform - pos: 36.5,224.5 + pos: 55.5,201.5 parent: 2 - uid: 8312 components: - type: Transform - pos: 36.5,223.5 + pos: 55.5,202.5 parent: 2 - uid: 8313 components: - type: Transform - pos: 36.5,222.5 + pos: 55.5,203.5 parent: 2 - uid: 8314 components: - type: Transform - pos: 36.5,221.5 + pos: 55.5,204.5 parent: 2 - uid: 8315 components: - type: Transform - pos: 37.5,228.5 + pos: 55.5,205.5 parent: 2 - uid: 8316 components: - type: Transform - pos: 37.5,227.5 + pos: 55.5,206.5 parent: 2 - uid: 8317 components: - type: Transform - pos: 37.5,226.5 + pos: 55.5,207.5 parent: 2 - uid: 8318 components: - type: Transform - pos: 37.5,225.5 + pos: 55.5,208.5 parent: 2 - uid: 8319 components: - type: Transform - pos: 37.5,224.5 + pos: 55.5,209.5 parent: 2 - uid: 8320 components: - type: Transform - pos: 37.5,223.5 + pos: 55.5,210.5 parent: 2 - uid: 8321 components: - type: Transform - pos: 37.5,222.5 + pos: 55.5,211.5 parent: 2 - uid: 8322 components: - type: Transform - pos: 37.5,221.5 + pos: 55.5,212.5 parent: 2 - uid: 8323 components: - type: Transform - pos: 38.5,228.5 + pos: 55.5,213.5 parent: 2 - uid: 8324 components: - type: Transform - pos: 38.5,227.5 + pos: 55.5,214.5 parent: 2 - uid: 8325 components: - type: Transform - pos: 38.5,226.5 + pos: 55.5,215.5 parent: 2 - uid: 8326 components: - type: Transform - pos: 38.5,225.5 + pos: 55.5,216.5 parent: 2 - uid: 8327 components: - type: Transform - pos: 38.5,224.5 + pos: 55.5,217.5 parent: 2 - uid: 8328 components: - type: Transform - pos: 38.5,223.5 + pos: 55.5,218.5 parent: 2 - uid: 8329 components: - type: Transform - pos: 38.5,222.5 + pos: 55.5,219.5 parent: 2 - uid: 8330 components: - type: Transform - pos: 38.5,221.5 + pos: 47.5,196.5 parent: 2 - uid: 8331 components: - type: Transform - pos: 39.5,228.5 + pos: 47.5,195.5 parent: 2 - uid: 8332 components: - type: Transform - pos: 39.5,227.5 + pos: 48.5,196.5 parent: 2 - uid: 8333 components: - type: Transform - pos: 39.5,226.5 + pos: 48.5,195.5 parent: 2 - uid: 8334 components: - type: Transform - pos: 39.5,225.5 + pos: 49.5,196.5 parent: 2 - uid: 8335 components: - type: Transform - pos: 39.5,224.5 + pos: 49.5,195.5 parent: 2 - uid: 8336 components: - type: Transform - pos: 39.5,223.5 + pos: 50.5,196.5 parent: 2 - uid: 8337 components: - type: Transform - pos: 39.5,222.5 + pos: 50.5,195.5 parent: 2 - uid: 8338 components: - type: Transform - pos: 39.5,221.5 + pos: 51.5,196.5 parent: 2 - uid: 8339 components: - type: Transform - pos: 40.5,228.5 + pos: 51.5,195.5 parent: 2 - uid: 8340 components: - type: Transform - pos: 40.5,227.5 + pos: 52.5,196.5 parent: 2 - uid: 8341 components: - type: Transform - pos: 40.5,226.5 + pos: 52.5,195.5 parent: 2 - uid: 8342 components: - type: Transform - pos: 40.5,225.5 + pos: 53.5,197.5 parent: 2 - uid: 8343 components: - type: Transform - pos: 40.5,224.5 + pos: 53.5,196.5 parent: 2 - uid: 8344 components: - type: Transform - pos: 40.5,223.5 + pos: 53.5,195.5 parent: 2 - uid: 8345 components: - type: Transform - pos: 40.5,222.5 + pos: 54.5,197.5 parent: 2 - uid: 8346 components: - type: Transform - pos: 40.5,221.5 + pos: 54.5,196.5 parent: 2 - uid: 8347 components: - type: Transform - pos: 41.5,228.5 + pos: 54.5,195.5 parent: 2 - uid: 8348 components: - type: Transform - pos: 41.5,227.5 + pos: 55.5,197.5 parent: 2 - uid: 8349 components: - type: Transform - pos: 41.5,226.5 + pos: 55.5,196.5 parent: 2 - uid: 8350 components: - type: Transform - pos: 41.5,225.5 + pos: 55.5,195.5 parent: 2 - uid: 8351 components: - type: Transform - pos: 41.5,224.5 + pos: 56.5,197.5 parent: 2 - uid: 8352 components: - type: Transform - pos: 41.5,223.5 + pos: 56.5,196.5 parent: 2 - uid: 8353 components: - type: Transform - pos: 41.5,222.5 + pos: 56.5,195.5 parent: 2 - uid: 8354 components: - type: Transform - pos: 41.5,221.5 + pos: 57.5,197.5 parent: 2 - uid: 8355 components: - type: Transform - pos: 42.5,228.5 + pos: 57.5,196.5 parent: 2 - uid: 8356 components: - type: Transform - pos: 42.5,227.5 + pos: 57.5,195.5 parent: 2 - uid: 8357 components: - type: Transform - pos: 42.5,226.5 + pos: 58.5,197.5 parent: 2 - uid: 8358 components: - type: Transform - pos: 42.5,225.5 + pos: 58.5,196.5 parent: 2 - uid: 8359 components: - type: Transform - pos: 42.5,224.5 + pos: 58.5,195.5 parent: 2 - uid: 8360 components: - type: Transform - pos: 42.5,223.5 + pos: 59.5,197.5 parent: 2 - uid: 8361 components: - type: Transform - pos: 42.5,222.5 + pos: 59.5,196.5 parent: 2 - uid: 8362 components: - type: Transform - pos: 42.5,221.5 + pos: 59.5,195.5 parent: 2 - uid: 8363 components: - type: Transform - pos: 43.5,228.5 + pos: 60.5,197.5 parent: 2 - uid: 8364 components: - type: Transform - pos: 43.5,227.5 + pos: 60.5,196.5 parent: 2 - uid: 8365 components: - type: Transform - pos: 43.5,226.5 + pos: 60.5,195.5 parent: 2 - uid: 8366 components: - type: Transform - pos: 43.5,225.5 + pos: 60.5,198.5 parent: 2 - uid: 8367 components: - type: Transform - pos: 43.5,224.5 + pos: 60.5,199.5 parent: 2 - uid: 8368 components: - type: Transform - pos: 43.5,223.5 + pos: 60.5,200.5 parent: 2 - uid: 8369 components: - type: Transform - pos: 43.5,222.5 + pos: 60.5,201.5 parent: 2 - uid: 8370 components: - type: Transform - pos: 43.5,221.5 + pos: 60.5,202.5 parent: 2 - uid: 8371 components: - type: Transform - pos: 44.5,228.5 + pos: 59.5,198.5 parent: 2 - uid: 8372 components: - type: Transform - pos: 44.5,227.5 + pos: 59.5,199.5 parent: 2 - uid: 8373 components: - type: Transform - pos: 44.5,226.5 + pos: 59.5,200.5 parent: 2 - uid: 8374 components: - type: Transform - pos: 44.5,225.5 + pos: 59.5,201.5 parent: 2 - uid: 8375 components: - type: Transform - pos: 44.5,224.5 + pos: 59.5,202.5 parent: 2 - uid: 8376 components: - type: Transform - pos: 44.5,223.5 + pos: 58.5,198.5 parent: 2 - uid: 8377 components: - type: Transform - pos: 44.5,222.5 + pos: 58.5,199.5 parent: 2 - uid: 8378 components: - type: Transform - pos: 44.5,221.5 + pos: 58.5,200.5 parent: 2 - uid: 8379 components: - type: Transform - pos: 45.5,228.5 + pos: 58.5,201.5 parent: 2 - uid: 8380 components: - type: Transform - pos: 45.5,227.5 + pos: 58.5,202.5 parent: 2 - uid: 8381 components: - type: Transform - pos: 45.5,226.5 + pos: 57.5,198.5 parent: 2 - uid: 8382 components: - type: Transform - pos: 45.5,225.5 + pos: 57.5,199.5 parent: 2 - uid: 8383 components: - type: Transform - pos: 45.5,224.5 + pos: 57.5,200.5 parent: 2 - uid: 8384 components: - type: Transform - pos: 45.5,223.5 + pos: 57.5,201.5 parent: 2 - uid: 8385 components: - type: Transform - pos: 45.5,222.5 + pos: 57.5,202.5 parent: 2 - uid: 8386 components: - type: Transform - pos: 45.5,221.5 + pos: 56.5,198.5 parent: 2 - uid: 8387 components: - type: Transform - pos: 46.5,228.5 + pos: 56.5,199.5 parent: 2 - uid: 8388 components: - type: Transform - pos: 46.5,227.5 + pos: 56.5,200.5 parent: 2 - uid: 8389 components: - type: Transform - pos: 46.5,226.5 + pos: 56.5,201.5 parent: 2 - uid: 8390 components: - type: Transform - pos: 46.5,225.5 + pos: 56.5,202.5 parent: 2 - uid: 8391 components: - type: Transform - pos: 46.5,224.5 + pos: 55.5,199.5 parent: 2 - uid: 8392 components: - type: Transform - pos: 46.5,223.5 + pos: 54.5,199.5 parent: 2 - uid: 8393 components: - type: Transform - pos: 46.5,222.5 + pos: 54.5,198.5 parent: 2 - uid: 8394 components: - type: Transform - pos: 46.5,221.5 + pos: 55.5,198.5 parent: 2 - uid: 8395 components: - type: Transform - pos: 31.5,225.5 + pos: 48.5,194.5 parent: 2 - uid: 8396 components: - type: Transform - pos: 32.5,225.5 + pos: 48.5,193.5 parent: 2 - uid: 8397 components: - type: Transform - pos: 33.5,225.5 + pos: 49.5,194.5 parent: 2 - uid: 8398 components: - type: Transform - pos: 31.5,224.5 + pos: 49.5,193.5 parent: 2 - uid: 8399 components: - type: Transform - pos: 32.5,224.5 + pos: 49.5,192.5 parent: 2 - uid: 8400 components: - type: Transform - pos: 33.5,224.5 + pos: 49.5,191.5 parent: 2 - uid: 8401 components: - type: Transform - pos: 31.5,223.5 + pos: 49.5,190.5 parent: 2 - uid: 8402 components: - type: Transform - pos: 32.5,223.5 + pos: 49.5,189.5 parent: 2 - uid: 8403 components: - type: Transform - pos: 33.5,223.5 + pos: 49.5,188.5 parent: 2 - uid: 8404 components: - type: Transform - pos: 31.5,222.5 + pos: 49.5,187.5 parent: 2 - uid: 8405 components: - type: Transform - pos: 32.5,222.5 + pos: 49.5,186.5 parent: 2 - uid: 8406 components: - type: Transform - pos: 33.5,222.5 + pos: 49.5,185.5 parent: 2 - uid: 8407 components: - type: Transform - pos: 31.5,221.5 + pos: 49.5,184.5 parent: 2 - uid: 8408 components: - type: Transform - pos: 32.5,221.5 + pos: 49.5,183.5 parent: 2 - uid: 8409 components: - type: Transform - pos: 33.5,221.5 + pos: 49.5,182.5 parent: 2 - uid: 8410 components: - type: Transform - pos: 40.5,220.5 + pos: 49.5,181.5 parent: 2 - uid: 8411 components: - type: Transform - pos: 41.5,220.5 + pos: 49.5,180.5 parent: 2 - uid: 8412 components: - type: Transform - pos: 42.5,220.5 + pos: 49.5,179.5 parent: 2 - uid: 8413 components: - type: Transform - pos: 43.5,220.5 + pos: 50.5,194.5 parent: 2 - uid: 8414 components: - type: Transform - pos: 44.5,220.5 + pos: 50.5,193.5 parent: 2 - uid: 8415 components: - type: Transform - pos: 45.5,220.5 + pos: 50.5,192.5 parent: 2 - uid: 8416 components: - type: Transform - pos: 46.5,220.5 + pos: 50.5,191.5 parent: 2 - uid: 8417 components: - type: Transform - pos: 47.5,220.5 + pos: 50.5,190.5 parent: 2 - uid: 8418 components: - type: Transform - pos: 48.5,220.5 + pos: 50.5,189.5 parent: 2 - uid: 8419 components: - type: Transform - pos: 49.5,220.5 + pos: 50.5,188.5 parent: 2 - uid: 8420 components: - type: Transform - pos: 50.5,220.5 + pos: 50.5,187.5 parent: 2 - uid: 8421 components: - type: Transform - pos: 51.5,220.5 + pos: 50.5,186.5 parent: 2 - uid: 8422 components: - type: Transform - pos: 52.5,220.5 + pos: 50.5,185.5 parent: 2 - uid: 8423 components: - type: Transform - pos: 53.5,220.5 + pos: 50.5,184.5 parent: 2 - uid: 8424 components: - type: Transform - pos: 54.5,220.5 + pos: 50.5,183.5 parent: 2 - uid: 8425 components: - type: Transform - pos: 55.5,220.5 + pos: 50.5,182.5 parent: 2 - uid: 8426 components: - type: Transform - pos: 56.5,220.5 + pos: 50.5,181.5 parent: 2 - uid: 8427 components: - type: Transform - pos: 57.5,220.5 + pos: 50.5,180.5 parent: 2 - uid: 8428 components: - type: Transform - pos: 53.5,199.5 + pos: 50.5,179.5 parent: 2 - uid: 8429 components: - type: Transform - pos: 53.5,198.5 + pos: 51.5,194.5 parent: 2 - uid: 8430 components: - type: Transform - pos: 52.5,206.5 + pos: 51.5,193.5 parent: 2 - uid: 8431 components: - type: Transform - pos: 52.5,207.5 + pos: 51.5,192.5 parent: 2 - uid: 8432 components: - type: Transform - pos: 52.5,208.5 + pos: 51.5,191.5 parent: 2 - uid: 8433 components: - type: Transform - pos: 52.5,209.5 + pos: 51.5,190.5 parent: 2 - uid: 8434 components: - type: Transform - pos: 52.5,210.5 + pos: 51.5,189.5 parent: 2 - uid: 8435 components: - type: Transform - pos: 52.5,211.5 + pos: 51.5,188.5 parent: 2 - uid: 8436 components: - type: Transform - pos: 52.5,212.5 + pos: 51.5,187.5 parent: 2 - uid: 8437 components: - type: Transform - pos: 52.5,213.5 + pos: 51.5,186.5 parent: 2 - uid: 8438 components: - type: Transform - pos: 52.5,214.5 + pos: 51.5,185.5 parent: 2 - uid: 8439 components: - type: Transform - pos: 52.5,215.5 + pos: 51.5,184.5 parent: 2 - uid: 8440 components: - type: Transform - pos: 52.5,216.5 + pos: 51.5,183.5 parent: 2 - uid: 8441 components: - type: Transform - pos: 52.5,217.5 + pos: 51.5,182.5 parent: 2 - uid: 8442 components: - type: Transform - pos: 52.5,218.5 + pos: 51.5,181.5 parent: 2 - uid: 8443 components: - type: Transform - pos: 52.5,219.5 + pos: 51.5,180.5 parent: 2 - uid: 8444 components: - type: Transform - pos: 53.5,200.5 + pos: 51.5,179.5 parent: 2 - uid: 8445 components: - type: Transform - pos: 53.5,201.5 + pos: 52.5,194.5 parent: 2 - uid: 8446 components: - type: Transform - pos: 53.5,202.5 + pos: 52.5,193.5 parent: 2 - uid: 8447 components: - type: Transform - pos: 53.5,203.5 + pos: 52.5,192.5 parent: 2 - uid: 8448 components: - type: Transform - pos: 53.5,204.5 + pos: 52.5,191.5 parent: 2 - uid: 8449 components: - type: Transform - pos: 53.5,205.5 + pos: 52.5,190.5 parent: 2 - uid: 8450 components: - type: Transform - pos: 53.5,206.5 + pos: 52.5,189.5 parent: 2 - uid: 8451 components: - type: Transform - pos: 53.5,207.5 + pos: 52.5,188.5 parent: 2 - uid: 8452 components: - type: Transform - pos: 53.5,208.5 + pos: 52.5,187.5 parent: 2 - uid: 8453 components: - type: Transform - pos: 53.5,209.5 + pos: 52.5,186.5 parent: 2 - uid: 8454 components: - type: Transform - pos: 53.5,210.5 + pos: 52.5,185.5 parent: 2 - uid: 8455 components: - type: Transform - pos: 53.5,211.5 + pos: 52.5,184.5 parent: 2 - uid: 8456 components: - type: Transform - pos: 53.5,212.5 + pos: 52.5,183.5 parent: 2 - uid: 8457 components: - type: Transform - pos: 53.5,213.5 + pos: 52.5,182.5 parent: 2 - uid: 8458 components: - type: Transform - pos: 53.5,214.5 + pos: 52.5,181.5 parent: 2 - uid: 8459 components: - type: Transform - pos: 53.5,215.5 + pos: 52.5,180.5 parent: 2 - uid: 8460 components: - type: Transform - pos: 53.5,216.5 + pos: 52.5,179.5 parent: 2 - uid: 8461 components: - type: Transform - pos: 53.5,217.5 + pos: 48.5,181.5 parent: 2 - uid: 8462 components: - type: Transform - pos: 53.5,218.5 + pos: 48.5,182.5 parent: 2 - uid: 8463 components: - type: Transform - pos: 53.5,219.5 + pos: 88.5,190.5 parent: 2 - uid: 8464 components: - type: Transform - pos: 54.5,200.5 + pos: 88.5,189.5 parent: 2 - uid: 8465 components: - type: Transform - pos: 54.5,201.5 + pos: 88.5,188.5 parent: 2 - uid: 8466 components: - type: Transform - pos: 54.5,202.5 + pos: 88.5,187.5 parent: 2 - uid: 8467 components: - type: Transform - pos: 54.5,203.5 + pos: 87.5,191.5 parent: 2 - uid: 8468 components: - type: Transform - pos: 54.5,204.5 + pos: 87.5,190.5 parent: 2 - uid: 8469 components: - type: Transform - pos: 54.5,205.5 + pos: 87.5,189.5 parent: 2 - uid: 8470 components: - type: Transform - pos: 54.5,206.5 + pos: 87.5,188.5 parent: 2 - uid: 8471 components: - type: Transform - pos: 54.5,207.5 + pos: 87.5,187.5 parent: 2 - uid: 8472 components: - type: Transform - pos: 54.5,208.5 + pos: 86.5,191.5 parent: 2 - uid: 8473 components: - type: Transform - pos: 54.5,209.5 + pos: 86.5,190.5 parent: 2 - uid: 8474 components: - type: Transform - pos: 54.5,210.5 + pos: 86.5,189.5 parent: 2 - uid: 8475 components: - type: Transform - pos: 54.5,211.5 + pos: 86.5,188.5 parent: 2 - uid: 8476 components: - type: Transform - pos: 54.5,212.5 + pos: 86.5,187.5 parent: 2 - uid: 8477 components: - type: Transform - pos: 54.5,213.5 + pos: 85.5,191.5 parent: 2 - uid: 8478 components: - type: Transform - pos: 54.5,214.5 + pos: 85.5,190.5 parent: 2 - uid: 8479 components: - type: Transform - pos: 54.5,215.5 + pos: 85.5,189.5 parent: 2 - uid: 8480 components: - type: Transform - pos: 54.5,216.5 + pos: 85.5,188.5 parent: 2 - uid: 8481 components: - type: Transform - pos: 54.5,217.5 + pos: 85.5,187.5 parent: 2 - uid: 8482 components: - type: Transform - pos: 54.5,218.5 + pos: 84.5,191.5 parent: 2 - uid: 8483 components: - type: Transform - pos: 54.5,219.5 + pos: 84.5,190.5 parent: 2 - uid: 8484 components: - type: Transform - pos: 55.5,200.5 + pos: 84.5,189.5 parent: 2 - uid: 8485 components: - type: Transform - pos: 55.5,201.5 + pos: 84.5,188.5 parent: 2 - uid: 8486 components: - type: Transform - pos: 55.5,202.5 + pos: 84.5,187.5 parent: 2 - uid: 8487 components: - type: Transform - pos: 55.5,203.5 + pos: 83.5,191.5 parent: 2 - uid: 8488 components: - type: Transform - pos: 55.5,204.5 + pos: 83.5,190.5 parent: 2 - uid: 8489 components: - type: Transform - pos: 55.5,205.5 + pos: 83.5,189.5 parent: 2 - uid: 8490 components: - type: Transform - pos: 55.5,206.5 + pos: 83.5,188.5 parent: 2 - uid: 8491 components: - type: Transform - pos: 55.5,207.5 + pos: 83.5,187.5 parent: 2 - uid: 8492 components: - type: Transform - pos: 55.5,208.5 + pos: 82.5,191.5 parent: 2 - uid: 8493 components: - type: Transform - pos: 55.5,209.5 + pos: 82.5,190.5 parent: 2 - uid: 8494 components: - type: Transform - pos: 55.5,210.5 + pos: 82.5,189.5 parent: 2 - uid: 8495 components: - type: Transform - pos: 55.5,211.5 + pos: 82.5,188.5 parent: 2 - uid: 8496 components: - type: Transform - pos: 55.5,212.5 + pos: 82.5,187.5 parent: 2 - uid: 8497 components: - type: Transform - pos: 55.5,213.5 + pos: 81.5,191.5 parent: 2 - uid: 8498 components: - type: Transform - pos: 55.5,214.5 + pos: 81.5,190.5 parent: 2 - uid: 8499 components: - type: Transform - pos: 55.5,215.5 + pos: 81.5,189.5 parent: 2 - uid: 8500 components: - type: Transform - pos: 55.5,216.5 + pos: 81.5,188.5 parent: 2 - uid: 8501 components: - type: Transform - pos: 55.5,217.5 + pos: 81.5,187.5 parent: 2 - uid: 8502 components: - type: Transform - pos: 55.5,218.5 + pos: 80.5,191.5 parent: 2 - uid: 8503 components: - type: Transform - pos: 55.5,219.5 + pos: 80.5,190.5 parent: 2 - uid: 8504 components: - type: Transform - pos: 47.5,196.5 + pos: 80.5,189.5 parent: 2 - uid: 8505 components: - type: Transform - pos: 47.5,195.5 + pos: 80.5,188.5 parent: 2 - uid: 8506 components: - type: Transform - pos: 48.5,196.5 + pos: 80.5,187.5 parent: 2 - uid: 8507 components: - type: Transform - pos: 48.5,195.5 + pos: 87.5,186.5 parent: 2 - uid: 8508 components: - type: Transform - pos: 49.5,196.5 + pos: 87.5,185.5 parent: 2 - uid: 8509 components: - type: Transform - pos: 49.5,195.5 + pos: 87.5,184.5 parent: 2 - uid: 8510 components: - type: Transform - pos: 50.5,196.5 + pos: 87.5,183.5 parent: 2 - uid: 8511 components: - type: Transform - pos: 50.5,195.5 + pos: 87.5,182.5 parent: 2 - uid: 8512 components: - type: Transform - pos: 51.5,196.5 + pos: 87.5,181.5 parent: 2 - uid: 8513 components: - type: Transform - pos: 51.5,195.5 + pos: 87.5,180.5 parent: 2 - uid: 8514 components: - type: Transform - pos: 52.5,196.5 + pos: 87.5,179.5 parent: 2 - uid: 8515 components: - type: Transform - pos: 52.5,195.5 + pos: 87.5,178.5 parent: 2 - uid: 8516 components: - type: Transform - pos: 53.5,197.5 + pos: 87.5,177.5 parent: 2 - uid: 8517 components: - type: Transform - pos: 53.5,196.5 + pos: 87.5,176.5 parent: 2 - uid: 8518 components: - type: Transform - pos: 53.5,195.5 + pos: 87.5,175.5 parent: 2 - uid: 8519 components: - type: Transform - pos: 54.5,197.5 + pos: 87.5,174.5 parent: 2 - uid: 8520 components: - type: Transform - pos: 54.5,196.5 + pos: 87.5,173.5 parent: 2 - uid: 8521 components: - type: Transform - pos: 54.5,195.5 + pos: 87.5,172.5 parent: 2 - uid: 8522 components: - type: Transform - pos: 55.5,197.5 + pos: 87.5,171.5 parent: 2 - uid: 8523 components: - type: Transform - pos: 55.5,196.5 + pos: 87.5,170.5 parent: 2 - uid: 8524 components: - type: Transform - pos: 55.5,195.5 + pos: 87.5,169.5 parent: 2 - uid: 8525 components: - type: Transform - pos: 56.5,197.5 + pos: 88.5,186.5 parent: 2 - uid: 8526 components: - type: Transform - pos: 56.5,196.5 + pos: 88.5,185.5 parent: 2 - uid: 8527 components: - type: Transform - pos: 56.5,195.5 + pos: 88.5,184.5 parent: 2 - uid: 8528 components: - type: Transform - pos: 57.5,197.5 + pos: 88.5,183.5 parent: 2 - uid: 8529 components: - type: Transform - pos: 57.5,196.5 + pos: 88.5,182.5 parent: 2 - uid: 8530 components: - type: Transform - pos: 57.5,195.5 + pos: 88.5,181.5 parent: 2 - uid: 8531 components: - type: Transform - pos: 58.5,197.5 + pos: 88.5,180.5 parent: 2 - uid: 8532 components: - type: Transform - pos: 58.5,196.5 + pos: 88.5,179.5 parent: 2 - uid: 8533 components: - type: Transform - pos: 58.5,195.5 + pos: 88.5,178.5 parent: 2 - uid: 8534 components: - type: Transform - pos: 59.5,197.5 + pos: 88.5,177.5 parent: 2 - uid: 8535 components: - type: Transform - pos: 59.5,196.5 + pos: 88.5,176.5 parent: 2 - uid: 8536 components: - type: Transform - pos: 59.5,195.5 + pos: 88.5,175.5 parent: 2 - uid: 8537 components: - type: Transform - pos: 60.5,197.5 + pos: 88.5,174.5 parent: 2 - uid: 8538 components: - type: Transform - pos: 60.5,196.5 + pos: 88.5,173.5 parent: 2 - uid: 8539 components: - type: Transform - pos: 60.5,195.5 + pos: 88.5,172.5 parent: 2 - uid: 8540 components: - type: Transform - pos: 60.5,198.5 + pos: 88.5,171.5 parent: 2 - uid: 8541 components: - type: Transform - pos: 60.5,199.5 + pos: 88.5,170.5 parent: 2 - uid: 8542 components: - type: Transform - pos: 60.5,200.5 + pos: 88.5,169.5 parent: 2 - uid: 8543 components: - type: Transform - pos: 60.5,201.5 + pos: 86.5,175.5 parent: 2 - uid: 8544 components: - type: Transform - pos: 60.5,202.5 + pos: 86.5,174.5 parent: 2 - uid: 8545 components: - type: Transform - pos: 59.5,198.5 + pos: 86.5,173.5 parent: 2 - uid: 8546 components: - type: Transform - pos: 59.5,199.5 + pos: 86.5,172.5 parent: 2 - uid: 8547 components: - type: Transform - pos: 59.5,200.5 + pos: 86.5,171.5 parent: 2 - uid: 8548 components: - type: Transform - pos: 59.5,201.5 + pos: 86.5,170.5 parent: 2 - uid: 8549 components: - type: Transform - pos: 59.5,202.5 + pos: 85.5,175.5 parent: 2 - uid: 8550 components: - type: Transform - pos: 58.5,198.5 + pos: 85.5,174.5 parent: 2 - uid: 8551 components: - type: Transform - pos: 58.5,199.5 + pos: 85.5,173.5 parent: 2 - uid: 8552 components: - type: Transform - pos: 58.5,200.5 + pos: 85.5,172.5 parent: 2 - uid: 8553 components: - type: Transform - pos: 58.5,201.5 + pos: 85.5,171.5 parent: 2 - uid: 8554 components: - type: Transform - pos: 58.5,202.5 + pos: 85.5,170.5 parent: 2 - uid: 8555 components: - type: Transform - pos: 57.5,198.5 + pos: 84.5,175.5 parent: 2 - uid: 8556 components: - type: Transform - pos: 57.5,199.5 + pos: 84.5,174.5 parent: 2 - uid: 8557 components: - type: Transform - pos: 57.5,200.5 + pos: 84.5,173.5 parent: 2 - uid: 8558 components: - type: Transform - pos: 57.5,201.5 + pos: 84.5,172.5 parent: 2 - uid: 8559 components: - type: Transform - pos: 57.5,202.5 + pos: 84.5,171.5 parent: 2 - uid: 8560 components: - type: Transform - pos: 56.5,198.5 + pos: 84.5,170.5 parent: 2 - uid: 8561 components: - type: Transform - pos: 56.5,199.5 + pos: 83.5,175.5 parent: 2 - uid: 8562 components: - type: Transform - pos: 56.5,200.5 + pos: 83.5,174.5 parent: 2 - uid: 8563 components: - type: Transform - pos: 56.5,201.5 + pos: 83.5,173.5 parent: 2 - uid: 8564 components: - type: Transform - pos: 56.5,202.5 + pos: 83.5,170.5 parent: 2 - uid: 8565 components: - type: Transform - pos: 55.5,199.5 + pos: 82.5,175.5 parent: 2 - uid: 8566 components: - type: Transform - pos: 54.5,199.5 + pos: 82.5,174.5 parent: 2 - uid: 8567 components: - type: Transform - pos: 54.5,198.5 + pos: 82.5,173.5 parent: 2 - uid: 8568 components: - type: Transform - pos: 55.5,198.5 + pos: 82.5,170.5 parent: 2 - uid: 8569 components: - type: Transform - pos: 48.5,194.5 + pos: 81.5,175.5 parent: 2 - uid: 8570 components: - type: Transform - pos: 48.5,193.5 + pos: 81.5,174.5 parent: 2 - uid: 8571 components: - type: Transform - pos: 49.5,194.5 + pos: 81.5,173.5 parent: 2 - uid: 8572 components: - type: Transform - pos: 49.5,193.5 + pos: 81.5,171.5 parent: 2 - uid: 8573 components: - type: Transform - pos: 49.5,192.5 + pos: 81.5,170.5 parent: 2 - uid: 8574 components: - type: Transform - pos: 49.5,191.5 + pos: 80.5,175.5 parent: 2 - uid: 8575 components: - type: Transform - pos: 49.5,190.5 + pos: 80.5,174.5 parent: 2 - uid: 8576 components: - type: Transform - pos: 49.5,189.5 + pos: 80.5,173.5 parent: 2 - uid: 8577 components: - type: Transform - pos: 49.5,188.5 + pos: 80.5,172.5 parent: 2 - uid: 8578 components: - type: Transform - pos: 49.5,187.5 + pos: 80.5,171.5 parent: 2 - uid: 8579 components: - type: Transform - pos: 49.5,186.5 + pos: 80.5,170.5 parent: 2 - uid: 8580 components: - type: Transform - pos: 49.5,185.5 + pos: 79.5,175.5 parent: 2 - uid: 8581 components: - type: Transform - pos: 49.5,184.5 + pos: 79.5,174.5 parent: 2 - uid: 8582 components: - type: Transform - pos: 49.5,183.5 + pos: 79.5,173.5 parent: 2 - uid: 8583 components: - type: Transform - pos: 49.5,182.5 + pos: 79.5,172.5 parent: 2 - uid: 8584 components: - type: Transform - pos: 49.5,181.5 + pos: 79.5,171.5 parent: 2 - uid: 8585 components: - type: Transform - pos: 49.5,180.5 + pos: 79.5,170.5 parent: 2 - uid: 8586 components: - type: Transform - pos: 49.5,179.5 + pos: 78.5,175.5 parent: 2 - uid: 8587 components: - type: Transform - pos: 50.5,194.5 + pos: 78.5,174.5 parent: 2 - uid: 8588 components: - type: Transform - pos: 50.5,193.5 + pos: 78.5,173.5 parent: 2 - uid: 8589 components: - type: Transform - pos: 50.5,192.5 + pos: 78.5,172.5 parent: 2 - uid: 8590 components: - type: Transform - pos: 50.5,191.5 + pos: 78.5,171.5 parent: 2 - uid: 8591 components: - type: Transform - pos: 50.5,190.5 + pos: 78.5,170.5 parent: 2 - uid: 8592 components: - type: Transform - pos: 50.5,189.5 + pos: 77.5,175.5 parent: 2 - uid: 8593 components: - type: Transform - pos: 50.5,188.5 + pos: 77.5,174.5 parent: 2 - uid: 8594 components: - type: Transform - pos: 50.5,187.5 + pos: 77.5,173.5 parent: 2 - uid: 8595 components: - type: Transform - pos: 50.5,186.5 + pos: 77.5,172.5 parent: 2 - uid: 8596 components: - type: Transform - pos: 50.5,185.5 + pos: 77.5,171.5 parent: 2 - uid: 8597 components: - type: Transform - pos: 50.5,184.5 + pos: 77.5,170.5 parent: 2 - uid: 8598 components: - type: Transform - pos: 50.5,183.5 + pos: 76.5,175.5 parent: 2 - uid: 8599 components: - type: Transform - pos: 50.5,182.5 + pos: 76.5,174.5 parent: 2 - uid: 8600 components: - type: Transform - pos: 50.5,181.5 + pos: 76.5,173.5 parent: 2 - uid: 8601 components: - type: Transform - pos: 50.5,180.5 + pos: 76.5,172.5 parent: 2 - uid: 8602 components: - type: Transform - pos: 50.5,179.5 + pos: 76.5,171.5 parent: 2 - uid: 8603 components: - type: Transform - pos: 51.5,194.5 + pos: 76.5,170.5 parent: 2 - uid: 8604 components: - type: Transform - pos: 51.5,193.5 + pos: 75.5,175.5 parent: 2 - uid: 8605 components: - type: Transform - pos: 51.5,192.5 + pos: 75.5,174.5 parent: 2 - uid: 8606 components: - type: Transform - pos: 51.5,191.5 + pos: 75.5,173.5 parent: 2 - uid: 8607 components: - type: Transform - pos: 51.5,190.5 + pos: 75.5,172.5 parent: 2 - uid: 8608 components: - type: Transform - pos: 51.5,189.5 + pos: 75.5,171.5 parent: 2 - uid: 8609 components: - type: Transform - pos: 51.5,188.5 + pos: 75.5,170.5 parent: 2 - uid: 8610 components: - type: Transform - pos: 51.5,187.5 + pos: 74.5,175.5 parent: 2 - uid: 8611 components: - type: Transform - pos: 51.5,186.5 + pos: 74.5,174.5 parent: 2 - uid: 8612 components: - type: Transform - pos: 51.5,185.5 + pos: 74.5,173.5 parent: 2 - uid: 8613 components: - type: Transform - pos: 51.5,184.5 + pos: 74.5,172.5 parent: 2 - uid: 8614 components: - type: Transform - pos: 51.5,183.5 + pos: 74.5,171.5 parent: 2 - uid: 8615 components: - type: Transform - pos: 51.5,182.5 + pos: 74.5,170.5 parent: 2 - uid: 8616 components: - type: Transform - pos: 51.5,181.5 + pos: 85.5,169.5 parent: 2 - uid: 8617 components: - type: Transform - pos: 51.5,180.5 + pos: 84.5,169.5 parent: 2 - uid: 8618 components: - type: Transform - pos: 51.5,179.5 + pos: 83.5,169.5 parent: 2 - uid: 8619 components: - type: Transform - pos: 52.5,194.5 + pos: 82.5,169.5 parent: 2 - uid: 8620 components: - type: Transform - pos: 52.5,193.5 + pos: 81.5,169.5 parent: 2 - uid: 8621 components: - type: Transform - pos: 52.5,192.5 + pos: 80.5,169.5 parent: 2 - uid: 8622 components: - type: Transform - pos: 52.5,191.5 + pos: 79.5,169.5 parent: 2 - uid: 8623 components: - type: Transform - pos: 52.5,190.5 + pos: 78.5,169.5 parent: 2 - uid: 8624 components: - type: Transform - pos: 52.5,189.5 + pos: 77.5,169.5 parent: 2 - uid: 8625 components: - type: Transform - pos: 52.5,188.5 + pos: 77.5,168.5 parent: 2 - uid: 8626 components: - type: Transform - pos: 52.5,187.5 + pos: 77.5,167.5 parent: 2 - uid: 8627 components: - type: Transform - pos: 52.5,186.5 + pos: 77.5,166.5 parent: 2 - uid: 8628 components: - type: Transform - pos: 52.5,185.5 + pos: 77.5,165.5 parent: 2 - uid: 8629 components: - type: Transform - pos: 52.5,184.5 + pos: 77.5,164.5 parent: 2 - uid: 8630 components: - type: Transform - pos: 52.5,183.5 + pos: 77.5,163.5 parent: 2 - uid: 8631 components: - type: Transform - pos: 52.5,182.5 + pos: 77.5,162.5 parent: 2 - uid: 8632 components: - type: Transform - pos: 52.5,181.5 + pos: 77.5,161.5 parent: 2 - uid: 8633 components: - type: Transform - pos: 52.5,180.5 + pos: 77.5,160.5 parent: 2 - uid: 8634 components: - type: Transform - pos: 52.5,179.5 + pos: 77.5,159.5 parent: 2 - uid: 8635 components: - type: Transform - pos: 48.5,181.5 + pos: 78.5,168.5 parent: 2 - uid: 8636 components: - type: Transform - pos: 48.5,182.5 + pos: 78.5,167.5 parent: 2 - uid: 8637 components: - type: Transform - pos: 88.5,190.5 + pos: 78.5,166.5 parent: 2 - uid: 8638 components: - type: Transform - pos: 88.5,189.5 + pos: 78.5,165.5 parent: 2 - uid: 8639 components: - type: Transform - pos: 88.5,188.5 + pos: 78.5,164.5 parent: 2 - uid: 8640 components: - type: Transform - pos: 88.5,187.5 + pos: 78.5,163.5 parent: 2 - uid: 8641 components: - type: Transform - pos: 87.5,191.5 + pos: 78.5,162.5 parent: 2 - uid: 8642 components: - type: Transform - pos: 87.5,190.5 + pos: 78.5,161.5 parent: 2 - uid: 8643 components: - type: Transform - pos: 87.5,189.5 + pos: 78.5,160.5 parent: 2 - uid: 8644 components: - type: Transform - pos: 87.5,188.5 + pos: 78.5,159.5 parent: 2 - uid: 8645 components: - type: Transform - pos: 87.5,187.5 + pos: 79.5,168.5 parent: 2 - uid: 8646 components: - type: Transform - pos: 86.5,191.5 + pos: 79.5,167.5 parent: 2 - uid: 8647 components: - type: Transform - pos: 86.5,190.5 + pos: 79.5,166.5 parent: 2 - uid: 8648 components: - type: Transform - pos: 86.5,189.5 + pos: 79.5,165.5 parent: 2 - uid: 8649 components: - type: Transform - pos: 86.5,188.5 + pos: 79.5,164.5 parent: 2 - uid: 8650 components: - type: Transform - pos: 86.5,187.5 + pos: 79.5,163.5 parent: 2 - uid: 8651 components: - type: Transform - pos: 85.5,191.5 + pos: 79.5,162.5 parent: 2 - uid: 8652 components: - type: Transform - pos: 85.5,190.5 + pos: 79.5,161.5 parent: 2 - uid: 8653 components: - type: Transform - pos: 85.5,189.5 + pos: 79.5,160.5 parent: 2 - uid: 8654 components: - type: Transform - pos: 85.5,188.5 + pos: 79.5,159.5 parent: 2 - uid: 8655 components: - type: Transform - pos: 85.5,187.5 + pos: 80.5,168.5 parent: 2 - uid: 8656 components: - type: Transform - pos: 84.5,191.5 + pos: 80.5,167.5 parent: 2 - uid: 8657 components: - type: Transform - pos: 84.5,190.5 + pos: 80.5,166.5 parent: 2 - uid: 8658 components: - type: Transform - pos: 84.5,189.5 + pos: 80.5,165.5 parent: 2 - uid: 8659 components: - type: Transform - pos: 84.5,188.5 + pos: 80.5,164.5 parent: 2 - uid: 8660 components: - type: Transform - pos: 84.5,187.5 + pos: 80.5,163.5 parent: 2 - uid: 8661 components: - type: Transform - pos: 83.5,191.5 + pos: 82.5,151.5 parent: 2 - uid: 8662 components: - type: Transform - pos: 83.5,190.5 + pos: 83.5,162.5 parent: 2 - uid: 8663 components: - type: Transform - pos: 83.5,189.5 + pos: 82.5,149.5 parent: 2 - uid: 8664 components: - type: Transform - pos: 83.5,188.5 + pos: 83.5,160.5 parent: 2 - uid: 8665 components: - type: Transform - pos: 83.5,187.5 + pos: 81.5,168.5 parent: 2 - uid: 8666 components: - type: Transform - pos: 82.5,191.5 + pos: 81.5,167.5 parent: 2 - uid: 8667 components: - type: Transform - pos: 82.5,190.5 + pos: 81.5,166.5 parent: 2 - uid: 8668 components: - type: Transform - pos: 82.5,189.5 + pos: 81.5,165.5 parent: 2 - uid: 8669 components: - type: Transform - pos: 82.5,188.5 + pos: 81.5,164.5 parent: 2 - uid: 8670 components: - type: Transform - pos: 82.5,187.5 + pos: 81.5,163.5 parent: 2 - uid: 8671 components: - type: Transform - pos: 81.5,191.5 + pos: 82.5,150.5 parent: 2 - uid: 8672 components: - type: Transform - pos: 81.5,190.5 + pos: 83.5,161.5 parent: 2 - uid: 8673 components: - type: Transform - pos: 81.5,189.5 + pos: 83.5,159.5 parent: 2 - uid: 8674 components: - type: Transform - pos: 81.5,188.5 + pos: 83.5,158.5 parent: 2 - uid: 8675 components: - type: Transform - pos: 81.5,187.5 + pos: 82.5,168.5 parent: 2 - uid: 8676 components: - type: Transform - pos: 80.5,191.5 + pos: 82.5,167.5 parent: 2 - uid: 8677 components: - type: Transform - pos: 80.5,190.5 + pos: 82.5,166.5 parent: 2 - uid: 8678 components: - type: Transform - pos: 80.5,189.5 + pos: 82.5,165.5 parent: 2 - uid: 8679 components: - type: Transform - pos: 80.5,188.5 + pos: 82.5,164.5 parent: 2 - uid: 8680 components: - type: Transform - pos: 80.5,187.5 + pos: 82.5,163.5 parent: 2 - uid: 8681 components: - type: Transform - pos: 87.5,186.5 + pos: 82.5,156.5 parent: 2 - uid: 8682 components: - type: Transform - pos: 87.5,185.5 + pos: 82.5,159.5 parent: 2 - uid: 8683 components: - type: Transform - pos: 87.5,184.5 + pos: 82.5,157.5 parent: 2 - uid: 8684 components: - type: Transform - pos: 87.5,183.5 + pos: 82.5,158.5 parent: 2 - uid: 8685 components: - type: Transform - pos: 87.5,182.5 + pos: 83.5,168.5 parent: 2 - uid: 8686 components: - type: Transform - pos: 87.5,181.5 + pos: 83.5,167.5 parent: 2 - uid: 8687 components: - type: Transform - pos: 87.5,180.5 + pos: 83.5,166.5 parent: 2 - uid: 8688 components: - type: Transform - pos: 87.5,179.5 + pos: 83.5,165.5 parent: 2 - uid: 8689 components: - type: Transform - pos: 87.5,178.5 + pos: 83.5,164.5 parent: 2 - uid: 8690 components: - type: Transform - pos: 87.5,177.5 + pos: 83.5,163.5 parent: 2 - uid: 8691 components: - type: Transform - pos: 87.5,176.5 + pos: 82.5,154.5 parent: 2 - uid: 8692 components: - type: Transform - pos: 87.5,175.5 + pos: 82.5,155.5 parent: 2 - uid: 8693 components: - type: Transform - pos: 87.5,174.5 + pos: 82.5,153.5 parent: 2 - uid: 8694 components: - type: Transform - pos: 87.5,173.5 + pos: 82.5,152.5 parent: 2 - uid: 8695 components: - type: Transform - pos: 87.5,172.5 + pos: 85.5,149.5 parent: 2 - uid: 8696 components: - type: Transform - pos: 87.5,171.5 + pos: 83.5,157.5 parent: 2 - uid: 8697 components: - type: Transform - pos: 87.5,170.5 + pos: 109.5,130.5 parent: 2 - uid: 8698 components: - type: Transform - pos: 87.5,169.5 + pos: 83.5,153.5 parent: 2 - uid: 8699 components: - type: Transform - pos: 88.5,186.5 + pos: 83.5,156.5 parent: 2 - uid: 8700 components: - type: Transform - pos: 88.5,185.5 + pos: 83.5,154.5 parent: 2 - uid: 8701 components: - type: Transform - pos: 88.5,184.5 + pos: 83.5,152.5 parent: 2 - uid: 8702 components: - type: Transform - pos: 88.5,183.5 + pos: 87.5,149.5 parent: 2 - uid: 8703 components: - type: Transform - pos: 88.5,182.5 + pos: 111.5,130.5 parent: 2 - uid: 8704 components: - type: Transform - pos: 88.5,181.5 + pos: 107.5,130.5 parent: 2 - uid: 8705 components: - type: Transform - pos: 88.5,180.5 - parent: 2 - - uid: 8706 - components: - - type: Transform - pos: 88.5,179.5 + pos: 108.5,130.5 parent: 2 - uid: 8707 components: - type: Transform - pos: 88.5,178.5 - parent: 2 - - uid: 8708 - components: - - type: Transform - pos: 88.5,177.5 + pos: 107.5,129.5 parent: 2 - uid: 8709 components: - type: Transform - pos: 88.5,176.5 + pos: 86.5,150.5 parent: 2 - uid: 8710 components: - type: Transform - pos: 88.5,175.5 + pos: 89.5,148.5 parent: 2 - uid: 8711 components: - type: Transform - pos: 88.5,174.5 + pos: 85.5,150.5 parent: 2 - uid: 8712 components: - type: Transform - pos: 88.5,173.5 + pos: 110.5,130.5 parent: 2 - uid: 8713 components: - type: Transform - pos: 88.5,172.5 - parent: 2 - - uid: 8714 - components: - - type: Transform - pos: 88.5,171.5 - parent: 2 - - uid: 8715 - components: - - type: Transform - pos: 88.5,170.5 - parent: 2 - - uid: 8716 - components: - - type: Transform - pos: 88.5,169.5 + pos: 109.5,129.5 parent: 2 - uid: 8717 components: - type: Transform - pos: 86.5,175.5 + pos: 87.5,150.5 parent: 2 - uid: 8718 components: - type: Transform - pos: 86.5,174.5 + pos: 88.5,150.5 parent: 2 - uid: 8719 components: - type: Transform - pos: 86.5,173.5 + pos: 111.5,129.5 parent: 2 - uid: 8720 components: - type: Transform - pos: 86.5,172.5 + pos: 110.5,129.5 parent: 2 - uid: 8721 components: - type: Transform - pos: 86.5,171.5 - parent: 2 - - uid: 8722 - components: - - type: Transform - pos: 86.5,170.5 - parent: 2 - - uid: 8723 - components: - - type: Transform - pos: 85.5,175.5 - parent: 2 - - uid: 8724 - components: - - type: Transform - pos: 85.5,174.5 + pos: 108.5,129.5 parent: 2 - uid: 8725 components: - type: Transform - pos: 85.5,173.5 + pos: 86.5,149.5 parent: 2 - uid: 8726 components: - type: Transform - pos: 85.5,172.5 + pos: 89.5,150.5 parent: 2 - uid: 8727 components: - type: Transform - pos: 85.5,171.5 + pos: 84.5,156.5 parent: 2 - uid: 8728 components: - type: Transform - pos: 85.5,170.5 + pos: 84.5,155.5 parent: 2 - uid: 8729 components: - type: Transform - pos: 84.5,175.5 + pos: 84.5,154.5 parent: 2 - uid: 8730 components: - type: Transform - pos: 84.5,174.5 + pos: 84.5,153.5 parent: 2 - uid: 8731 components: - type: Transform - pos: 84.5,173.5 + pos: 84.5,152.5 parent: 2 - uid: 8732 components: - type: Transform - pos: 84.5,172.5 + pos: 84.5,151.5 parent: 2 - uid: 8733 components: - type: Transform - pos: 84.5,171.5 + pos: 87.5,156.5 parent: 2 - uid: 8734 components: - type: Transform - pos: 84.5,170.5 + pos: 87.5,155.5 parent: 2 - uid: 8735 components: - type: Transform - pos: 83.5,175.5 + pos: 87.5,154.5 parent: 2 - uid: 8736 components: - type: Transform - pos: 83.5,174.5 + pos: 87.5,153.5 parent: 2 - uid: 8737 components: - type: Transform - pos: 83.5,173.5 + pos: 87.5,152.5 parent: 2 - uid: 8738 components: - type: Transform - pos: 83.5,170.5 + pos: 87.5,151.5 parent: 2 - uid: 8739 components: - type: Transform - pos: 82.5,175.5 + pos: 88.5,156.5 parent: 2 - uid: 8740 components: - type: Transform - pos: 82.5,174.5 + pos: 88.5,155.5 parent: 2 - uid: 8741 components: - type: Transform - pos: 82.5,173.5 + pos: 88.5,154.5 parent: 2 - uid: 8742 components: - type: Transform - pos: 82.5,170.5 + pos: 88.5,153.5 parent: 2 - uid: 8743 components: - type: Transform - pos: 81.5,175.5 + pos: 88.5,152.5 parent: 2 - uid: 8744 components: - type: Transform - pos: 81.5,174.5 + pos: 88.5,151.5 parent: 2 - uid: 8745 components: - type: Transform - pos: 81.5,173.5 + pos: 89.5,156.5 parent: 2 - uid: 8746 components: - type: Transform - pos: 81.5,171.5 + pos: 89.5,155.5 parent: 2 - uid: 8747 components: - type: Transform - pos: 81.5,170.5 + pos: 90.5,156.5 parent: 2 - uid: 8748 components: - type: Transform - pos: 80.5,175.5 + pos: 90.5,155.5 parent: 2 - uid: 8749 components: - type: Transform - pos: 80.5,174.5 + pos: 91.5,156.5 parent: 2 - uid: 8750 components: - type: Transform - pos: 80.5,173.5 + pos: 91.5,155.5 parent: 2 - uid: 8751 components: - type: Transform - pos: 80.5,172.5 + pos: 92.5,156.5 parent: 2 - uid: 8752 components: - type: Transform - pos: 80.5,171.5 + pos: 92.5,155.5 parent: 2 - uid: 8753 components: - type: Transform - pos: 80.5,170.5 + pos: 93.5,156.5 parent: 2 - uid: 8754 components: - type: Transform - pos: 79.5,175.5 + pos: 93.5,155.5 parent: 2 - uid: 8755 components: - type: Transform - pos: 79.5,174.5 + pos: 94.5,156.5 parent: 2 - uid: 8756 components: - type: Transform - pos: 79.5,173.5 + pos: 94.5,155.5 parent: 2 - uid: 8757 components: - type: Transform - pos: 79.5,172.5 + pos: 95.5,156.5 parent: 2 - uid: 8758 components: - type: Transform - pos: 79.5,171.5 + pos: 95.5,155.5 parent: 2 - uid: 8759 components: - type: Transform - pos: 79.5,170.5 + pos: 96.5,156.5 parent: 2 - uid: 8760 components: - type: Transform - pos: 78.5,175.5 + pos: 96.5,155.5 parent: 2 - uid: 8761 components: - type: Transform - pos: 78.5,174.5 + pos: 97.5,156.5 parent: 2 - uid: 8762 components: - type: Transform - pos: 78.5,173.5 + pos: 97.5,155.5 parent: 2 - uid: 8763 components: - type: Transform - pos: 78.5,172.5 + pos: 98.5,156.5 parent: 2 - uid: 8764 components: - type: Transform - pos: 78.5,171.5 + pos: 98.5,155.5 parent: 2 - uid: 8765 components: - type: Transform - pos: 78.5,170.5 + pos: 99.5,156.5 parent: 2 - uid: 8766 components: - type: Transform - pos: 77.5,175.5 + pos: 99.5,155.5 parent: 2 - uid: 8767 components: - type: Transform - pos: 77.5,174.5 + pos: 100.5,156.5 parent: 2 - uid: 8768 components: - type: Transform - pos: 77.5,173.5 + pos: 100.5,155.5 parent: 2 - uid: 8769 components: - type: Transform - pos: 77.5,172.5 + pos: 101.5,156.5 parent: 2 - uid: 8770 components: - type: Transform - pos: 77.5,171.5 + pos: 101.5,155.5 parent: 2 - uid: 8771 components: - type: Transform - pos: 77.5,170.5 + pos: 102.5,156.5 parent: 2 - uid: 8772 components: - type: Transform - pos: 76.5,175.5 + pos: 102.5,155.5 parent: 2 - uid: 8773 components: - type: Transform - pos: 76.5,174.5 + pos: 103.5,156.5 parent: 2 - uid: 8774 components: - type: Transform - pos: 76.5,173.5 + pos: 103.5,155.5 parent: 2 - uid: 8775 components: - type: Transform - pos: 76.5,172.5 + pos: 104.5,156.5 parent: 2 - uid: 8776 components: - type: Transform - pos: 76.5,171.5 + pos: 104.5,155.5 parent: 2 - uid: 8777 components: - type: Transform - pos: 76.5,170.5 + pos: 105.5,156.5 parent: 2 - uid: 8778 components: - type: Transform - pos: 75.5,175.5 + pos: 105.5,155.5 parent: 2 - uid: 8779 components: - type: Transform - pos: 75.5,174.5 + pos: 106.5,156.5 parent: 2 - uid: 8780 components: - type: Transform - pos: 75.5,173.5 + pos: 106.5,155.5 parent: 2 - uid: 8781 components: - type: Transform - pos: 75.5,172.5 + pos: 107.5,156.5 parent: 2 - uid: 8782 components: - type: Transform - pos: 75.5,171.5 + pos: 107.5,155.5 parent: 2 - uid: 8783 components: - type: Transform - pos: 75.5,170.5 + pos: 108.5,156.5 parent: 2 - uid: 8784 components: - type: Transform - pos: 74.5,175.5 + pos: 108.5,155.5 parent: 2 - uid: 8785 components: - type: Transform - pos: 74.5,174.5 + pos: 109.5,152.5 parent: 2 - uid: 8786 components: - type: Transform - pos: 74.5,173.5 + pos: 109.5,151.5 parent: 2 - uid: 8787 components: - type: Transform - pos: 74.5,172.5 + pos: 109.5,150.5 parent: 2 - uid: 8788 components: - type: Transform - pos: 74.5,171.5 + pos: 109.5,149.5 parent: 2 - uid: 8789 components: - type: Transform - pos: 74.5,170.5 + pos: 108.5,152.5 parent: 2 - uid: 8790 components: - type: Transform - pos: 85.5,169.5 + pos: 108.5,151.5 parent: 2 - uid: 8791 components: - type: Transform - pos: 84.5,169.5 + pos: 108.5,150.5 parent: 2 - uid: 8792 components: - type: Transform - pos: 83.5,169.5 + pos: 108.5,149.5 parent: 2 - uid: 8793 components: - type: Transform - pos: 82.5,169.5 + pos: 107.5,152.5 parent: 2 - uid: 8794 components: - type: Transform - pos: 81.5,169.5 + pos: 107.5,151.5 parent: 2 - uid: 8795 components: - type: Transform - pos: 80.5,169.5 + pos: 107.5,150.5 parent: 2 - uid: 8796 components: - type: Transform - pos: 79.5,169.5 + pos: 107.5,149.5 parent: 2 - uid: 8797 components: - type: Transform - pos: 78.5,169.5 + pos: 106.5,152.5 parent: 2 - uid: 8798 components: - type: Transform - pos: 77.5,169.5 + pos: 106.5,151.5 parent: 2 - uid: 8799 components: - type: Transform - pos: 77.5,168.5 + pos: 106.5,150.5 parent: 2 - uid: 8800 components: - type: Transform - pos: 77.5,167.5 + pos: 106.5,149.5 parent: 2 - uid: 8801 components: - type: Transform - pos: 77.5,166.5 + pos: 105.5,152.5 parent: 2 - uid: 8802 components: - type: Transform - pos: 77.5,165.5 + pos: 105.5,151.5 parent: 2 - uid: 8803 components: - type: Transform - pos: 77.5,164.5 + pos: 105.5,150.5 parent: 2 - uid: 8804 components: - type: Transform - pos: 77.5,163.5 + pos: 105.5,149.5 parent: 2 - uid: 8805 components: - type: Transform - pos: 77.5,162.5 + pos: 104.5,152.5 parent: 2 - uid: 8806 components: - type: Transform - pos: 77.5,161.5 + pos: 104.5,151.5 parent: 2 - uid: 8807 components: - type: Transform - pos: 77.5,160.5 + pos: 104.5,150.5 parent: 2 - uid: 8808 components: - type: Transform - pos: 77.5,159.5 + pos: 104.5,149.5 parent: 2 - uid: 8809 components: - type: Transform - pos: 78.5,168.5 + pos: 103.5,152.5 parent: 2 - uid: 8810 components: - type: Transform - pos: 78.5,167.5 + pos: 103.5,151.5 parent: 2 - uid: 8811 components: - type: Transform - pos: 78.5,166.5 + pos: 103.5,150.5 parent: 2 - uid: 8812 components: - type: Transform - pos: 78.5,165.5 + pos: 103.5,149.5 parent: 2 - uid: 8813 components: - type: Transform - pos: 78.5,164.5 + pos: 102.5,152.5 parent: 2 - uid: 8814 components: - type: Transform - pos: 78.5,163.5 + pos: 102.5,151.5 parent: 2 - uid: 8815 components: - type: Transform - pos: 78.5,162.5 + pos: 102.5,150.5 parent: 2 - uid: 8816 components: - type: Transform - pos: 78.5,161.5 + pos: 102.5,149.5 parent: 2 - uid: 8817 components: - type: Transform - pos: 78.5,160.5 + pos: 108.5,154.5 parent: 2 - uid: 8818 components: - type: Transform - pos: 78.5,159.5 + pos: 108.5,153.5 parent: 2 - uid: 8819 components: - type: Transform - pos: 79.5,168.5 + pos: 107.5,154.5 parent: 2 - uid: 8820 components: - type: Transform - pos: 79.5,167.5 + pos: 107.5,153.5 parent: 2 - uid: 8821 components: - type: Transform - pos: 79.5,166.5 + pos: 106.5,154.5 parent: 2 - uid: 8822 components: - type: Transform - pos: 79.5,165.5 + pos: 106.5,153.5 parent: 2 - uid: 8823 components: - type: Transform - pos: 79.5,164.5 + pos: 105.5,154.5 parent: 2 - uid: 8824 components: - type: Transform - pos: 79.5,163.5 + pos: 105.5,153.5 parent: 2 - uid: 8825 components: - type: Transform - pos: 79.5,162.5 + pos: 104.5,154.5 parent: 2 - uid: 8826 components: - type: Transform - pos: 79.5,161.5 + pos: 104.5,153.5 parent: 2 - uid: 8827 components: - type: Transform - pos: 79.5,160.5 + pos: 103.5,154.5 parent: 2 - uid: 8828 components: - type: Transform - pos: 79.5,159.5 + pos: 103.5,153.5 parent: 2 - uid: 8829 components: - type: Transform - pos: 80.5,168.5 + pos: 102.5,154.5 parent: 2 - uid: 8830 components: - type: Transform - pos: 80.5,167.5 + pos: 102.5,153.5 parent: 2 - uid: 8831 components: - type: Transform - pos: 80.5,166.5 + pos: 101.5,154.5 parent: 2 - uid: 8832 components: - type: Transform - pos: 80.5,165.5 + pos: 100.5,154.5 parent: 2 - uid: 8833 components: - type: Transform - pos: 80.5,164.5 + pos: 99.5,154.5 parent: 2 - uid: 8834 components: - type: Transform - pos: 80.5,163.5 + pos: 98.5,154.5 parent: 2 - uid: 8835 components: - type: Transform - pos: 80.5,162.5 + pos: 97.5,154.5 parent: 2 - uid: 8836 components: - type: Transform - pos: 80.5,161.5 + pos: 96.5,154.5 parent: 2 - uid: 8837 components: - type: Transform - pos: 80.5,160.5 + pos: 95.5,154.5 parent: 2 - uid: 8838 components: - type: Transform - pos: 80.5,159.5 + pos: 89.5,190.5 parent: 2 - uid: 8839 components: - type: Transform - pos: 81.5,168.5 + pos: 90.5,191.5 parent: 2 - uid: 8840 components: - type: Transform - pos: 81.5,167.5 + pos: 91.5,191.5 parent: 2 - uid: 8841 components: - type: Transform - pos: 81.5,166.5 + pos: 92.5,191.5 parent: 2 - uid: 8842 components: - type: Transform - pos: 81.5,165.5 + pos: 93.5,191.5 parent: 2 - uid: 8843 components: - type: Transform - pos: 81.5,164.5 + pos: 94.5,191.5 parent: 2 - uid: 8844 components: - type: Transform - pos: 81.5,163.5 + pos: 95.5,191.5 parent: 2 - uid: 8845 components: - type: Transform - pos: 81.5,162.5 + pos: 95.5,192.5 parent: 2 - uid: 8846 components: - type: Transform - pos: 81.5,161.5 + pos: 95.5,193.5 parent: 2 - uid: 8847 components: - type: Transform - pos: 81.5,160.5 + pos: 95.5,194.5 parent: 2 - uid: 8848 components: - type: Transform - pos: 81.5,159.5 + pos: 95.5,195.5 parent: 2 - uid: 8849 components: - type: Transform - pos: 82.5,168.5 + pos: 95.5,196.5 parent: 2 - uid: 8850 components: - type: Transform - pos: 82.5,167.5 + pos: 95.5,197.5 parent: 2 - uid: 8851 components: - type: Transform - pos: 82.5,166.5 + pos: 95.5,198.5 parent: 2 - uid: 8852 components: - type: Transform - pos: 82.5,165.5 + pos: 95.5,199.5 parent: 2 - uid: 8853 components: - type: Transform - pos: 82.5,164.5 + pos: 95.5,200.5 parent: 2 - uid: 8854 components: - type: Transform - pos: 82.5,163.5 + pos: 95.5,201.5 parent: 2 - uid: 8855 components: - type: Transform - pos: 82.5,162.5 + pos: 95.5,202.5 parent: 2 - uid: 8856 components: - type: Transform - pos: 82.5,161.5 + pos: 95.5,203.5 parent: 2 - uid: 8857 components: - type: Transform - pos: 82.5,160.5 + pos: 95.5,204.5 parent: 2 - uid: 8858 components: - type: Transform - pos: 82.5,159.5 + pos: 94.5,192.5 parent: 2 - uid: 8859 components: - type: Transform - pos: 83.5,168.5 + pos: 94.5,193.5 parent: 2 - uid: 8860 components: - type: Transform - pos: 83.5,167.5 + pos: 94.5,194.5 parent: 2 - uid: 8861 components: - type: Transform - pos: 83.5,166.5 + pos: 94.5,195.5 parent: 2 - uid: 8862 components: - type: Transform - pos: 83.5,165.5 + pos: 94.5,196.5 parent: 2 - uid: 8863 components: - type: Transform - pos: 83.5,164.5 + pos: 94.5,197.5 parent: 2 - uid: 8864 components: - type: Transform - pos: 83.5,163.5 + pos: 94.5,198.5 parent: 2 - uid: 8865 components: - type: Transform - pos: 83.5,162.5 + pos: 94.5,199.5 parent: 2 - uid: 8866 components: - type: Transform - pos: 83.5,161.5 + pos: 94.5,200.5 parent: 2 - uid: 8867 components: - type: Transform - pos: 83.5,160.5 + pos: 94.5,201.5 parent: 2 - uid: 8868 components: - type: Transform - pos: 83.5,159.5 + pos: 94.5,202.5 parent: 2 - uid: 8869 components: - type: Transform - pos: 80.5,158.5 + pos: 94.5,203.5 parent: 2 - uid: 8870 components: - type: Transform - pos: 80.5,157.5 + pos: 94.5,204.5 parent: 2 - uid: 8871 components: - type: Transform - pos: 80.5,156.5 + pos: 93.5,192.5 parent: 2 - uid: 8872 components: - type: Transform - pos: 80.5,155.5 + pos: 93.5,193.5 parent: 2 - uid: 8873 components: - type: Transform - pos: 80.5,154.5 + pos: 93.5,194.5 parent: 2 - uid: 8874 components: - type: Transform - pos: 80.5,153.5 + pos: 93.5,195.5 parent: 2 - uid: 8875 components: - type: Transform - pos: 80.5,152.5 + pos: 93.5,196.5 parent: 2 - uid: 8876 components: - type: Transform - pos: 80.5,151.5 + pos: 93.5,197.5 parent: 2 - uid: 8877 components: - type: Transform - pos: 81.5,158.5 + pos: 93.5,198.5 parent: 2 - uid: 8878 components: - type: Transform - pos: 81.5,157.5 + pos: 93.5,199.5 parent: 2 - uid: 8879 components: - type: Transform - pos: 81.5,156.5 + pos: 93.5,200.5 parent: 2 - uid: 8880 components: - type: Transform - pos: 81.5,155.5 + pos: 93.5,201.5 parent: 2 - uid: 8881 components: - type: Transform - pos: 81.5,154.5 + pos: 93.5,202.5 parent: 2 - uid: 8882 components: - type: Transform - pos: 81.5,153.5 + pos: 93.5,203.5 parent: 2 - uid: 8883 components: - type: Transform - pos: 81.5,152.5 + pos: 93.5,204.5 parent: 2 - uid: 8884 components: - type: Transform - pos: 81.5,151.5 + pos: 92.5,192.5 parent: 2 - uid: 8885 components: - type: Transform - pos: 82.5,158.5 + pos: 92.5,193.5 parent: 2 - uid: 8886 components: - type: Transform - pos: 82.5,157.5 + pos: 92.5,194.5 parent: 2 - uid: 8887 components: - type: Transform - pos: 82.5,156.5 + pos: 92.5,195.5 parent: 2 - uid: 8888 components: - type: Transform - pos: 82.5,155.5 + pos: 92.5,196.5 parent: 2 - uid: 8889 components: - type: Transform - pos: 82.5,154.5 + pos: 92.5,197.5 parent: 2 - uid: 8890 components: - type: Transform - pos: 82.5,153.5 + pos: 92.5,198.5 parent: 2 - uid: 8891 components: - type: Transform - pos: 82.5,152.5 + pos: 92.5,199.5 parent: 2 - uid: 8892 components: - type: Transform - pos: 82.5,151.5 + pos: 92.5,200.5 parent: 2 - uid: 8893 components: - type: Transform - pos: 83.5,158.5 + pos: 92.5,201.5 parent: 2 - uid: 8894 components: - type: Transform - pos: 83.5,157.5 + pos: 92.5,202.5 parent: 2 - uid: 8895 components: - type: Transform - pos: 83.5,156.5 + pos: 92.5,203.5 parent: 2 - uid: 8896 components: - type: Transform - pos: 83.5,155.5 + pos: 92.5,204.5 parent: 2 - uid: 8897 components: - type: Transform - pos: 83.5,154.5 + pos: 93.5,205.5 parent: 2 - uid: 8898 components: - type: Transform - pos: 83.5,153.5 + pos: 93.5,206.5 parent: 2 - uid: 8899 components: - type: Transform - pos: 83.5,152.5 + pos: 93.5,207.5 parent: 2 - uid: 8900 components: - type: Transform - pos: 83.5,151.5 + pos: 93.5,208.5 parent: 2 - uid: 8901 components: - type: Transform - pos: 84.5,156.5 + pos: 93.5,209.5 parent: 2 - uid: 8902 components: - type: Transform - pos: 84.5,155.5 + pos: 93.5,210.5 parent: 2 - uid: 8903 components: - type: Transform - pos: 84.5,154.5 + pos: 93.5,211.5 parent: 2 - uid: 8904 components: - type: Transform - pos: 84.5,153.5 + pos: 93.5,212.5 parent: 2 - uid: 8905 components: - type: Transform - pos: 84.5,152.5 + pos: 93.5,213.5 parent: 2 - uid: 8906 components: - type: Transform - pos: 84.5,151.5 + pos: 93.5,214.5 parent: 2 - uid: 8907 components: - type: Transform - pos: 87.5,156.5 + pos: 93.5,215.5 parent: 2 - uid: 8908 components: - type: Transform - pos: 87.5,155.5 + pos: 93.5,216.5 parent: 2 - uid: 8909 components: - type: Transform - pos: 87.5,154.5 + pos: 93.5,217.5 parent: 2 - uid: 8910 components: - type: Transform - pos: 87.5,153.5 + pos: 93.5,218.5 parent: 2 - uid: 8911 components: - type: Transform - pos: 87.5,152.5 + pos: 93.5,219.5 parent: 2 - uid: 8912 components: - type: Transform - pos: 87.5,151.5 + pos: 93.5,220.5 parent: 2 - uid: 8913 components: - type: Transform - pos: 88.5,156.5 + pos: 92.5,205.5 parent: 2 - uid: 8914 components: - type: Transform - pos: 88.5,155.5 + pos: 92.5,206.5 parent: 2 - uid: 8915 components: - type: Transform - pos: 88.5,154.5 + pos: 92.5,207.5 parent: 2 - uid: 8916 components: - type: Transform - pos: 88.5,153.5 + pos: 92.5,208.5 parent: 2 - uid: 8917 components: - type: Transform - pos: 88.5,152.5 + pos: 92.5,209.5 parent: 2 - uid: 8918 components: - type: Transform - pos: 88.5,151.5 + pos: 92.5,210.5 parent: 2 - uid: 8919 components: - type: Transform - pos: 89.5,156.5 + pos: 92.5,211.5 parent: 2 - uid: 8920 components: - type: Transform - pos: 89.5,155.5 + pos: 92.5,212.5 parent: 2 - uid: 8921 components: - type: Transform - pos: 90.5,156.5 + pos: 92.5,213.5 parent: 2 - uid: 8922 components: - type: Transform - pos: 90.5,155.5 + pos: 92.5,214.5 parent: 2 - uid: 8923 components: - type: Transform - pos: 91.5,156.5 + pos: 92.5,215.5 parent: 2 - uid: 8924 components: - type: Transform - pos: 91.5,155.5 + pos: 92.5,216.5 parent: 2 - uid: 8925 components: - type: Transform - pos: 92.5,156.5 + pos: 92.5,217.5 parent: 2 - uid: 8926 components: - type: Transform - pos: 92.5,155.5 + pos: 92.5,218.5 parent: 2 - uid: 8927 components: - type: Transform - pos: 93.5,156.5 + pos: 92.5,219.5 parent: 2 - uid: 8928 components: - type: Transform - pos: 93.5,155.5 + pos: 92.5,220.5 parent: 2 - uid: 8929 components: - type: Transform - pos: 94.5,156.5 + pos: 94.5,220.5 parent: 2 - uid: 8930 components: - type: Transform - pos: 94.5,155.5 + pos: 94.5,219.5 parent: 2 - uid: 8931 components: - type: Transform - pos: 95.5,156.5 + pos: 94.5,218.5 parent: 2 - uid: 8932 components: - type: Transform - pos: 95.5,155.5 + pos: 94.5,217.5 parent: 2 - uid: 8933 components: - type: Transform - pos: 96.5,156.5 + pos: 94.5,216.5 parent: 2 - uid: 8934 components: - type: Transform - pos: 96.5,155.5 + pos: 94.5,215.5 parent: 2 - uid: 8935 components: - type: Transform - pos: 97.5,156.5 + pos: 58.5,224.5 parent: 2 - uid: 8936 components: - type: Transform - pos: 97.5,155.5 + pos: 58.5,222.5 parent: 2 - uid: 8937 components: - type: Transform - pos: 98.5,156.5 + pos: 58.5,223.5 parent: 2 - uid: 8938 components: - type: Transform - pos: 98.5,155.5 + pos: 58.5,221.5 parent: 2 - uid: 8939 components: - type: Transform - pos: 99.5,156.5 + pos: 58.5,220.5 parent: 2 - uid: 8940 components: - type: Transform - pos: 99.5,155.5 + pos: 58.5,218.5 parent: 2 - uid: 8941 components: - type: Transform - pos: 100.5,156.5 + pos: 58.5,217.5 parent: 2 - uid: 8942 components: - type: Transform - pos: 100.5,155.5 + pos: 58.5,216.5 parent: 2 - uid: 8943 components: - type: Transform - pos: 101.5,156.5 + pos: 58.5,215.5 parent: 2 - uid: 8944 components: - type: Transform - pos: 101.5,155.5 + pos: 58.5,214.5 parent: 2 - uid: 8945 components: - type: Transform - pos: 102.5,156.5 + pos: 59.5,224.5 parent: 2 - uid: 8946 components: - type: Transform - pos: 102.5,155.5 + pos: 59.5,223.5 parent: 2 - uid: 8947 components: - type: Transform - pos: 103.5,156.5 + pos: 59.5,222.5 parent: 2 - uid: 8948 components: - type: Transform - pos: 103.5,155.5 + pos: 59.5,221.5 parent: 2 - uid: 8949 components: - type: Transform - pos: 104.5,156.5 + pos: 59.5,220.5 parent: 2 - uid: 8950 components: - type: Transform - pos: 104.5,155.5 + pos: 59.5,219.5 parent: 2 - uid: 8951 components: - type: Transform - pos: 105.5,156.5 + pos: 59.5,218.5 parent: 2 - uid: 8952 components: - type: Transform - pos: 105.5,155.5 + pos: 59.5,217.5 parent: 2 - uid: 8953 components: - type: Transform - pos: 106.5,156.5 + pos: 59.5,216.5 parent: 2 - uid: 8954 components: - type: Transform - pos: 106.5,155.5 + pos: 59.5,215.5 parent: 2 - uid: 8955 components: - type: Transform - pos: 107.5,156.5 + pos: 59.5,214.5 parent: 2 - uid: 8956 components: - type: Transform - pos: 107.5,155.5 + pos: 60.5,224.5 parent: 2 - uid: 8957 components: - type: Transform - pos: 108.5,156.5 + pos: 60.5,223.5 parent: 2 - uid: 8958 components: - type: Transform - pos: 108.5,155.5 + pos: 60.5,222.5 parent: 2 - uid: 8959 components: - type: Transform - pos: 109.5,152.5 + pos: 60.5,221.5 parent: 2 - uid: 8960 components: - type: Transform - pos: 109.5,151.5 + pos: 60.5,220.5 parent: 2 - uid: 8961 components: - type: Transform - pos: 109.5,150.5 + pos: 60.5,219.5 parent: 2 - uid: 8962 components: - type: Transform - pos: 109.5,149.5 + pos: 60.5,218.5 parent: 2 - uid: 8963 components: - type: Transform - pos: 108.5,152.5 + pos: 60.5,217.5 parent: 2 - uid: 8964 components: - type: Transform - pos: 108.5,151.5 + pos: 60.5,216.5 parent: 2 - uid: 8965 components: - type: Transform - pos: 108.5,150.5 + pos: 60.5,215.5 parent: 2 - uid: 8966 components: - type: Transform - pos: 108.5,149.5 + pos: 60.5,214.5 parent: 2 - uid: 8967 components: - type: Transform - pos: 107.5,152.5 + pos: 61.5,224.5 parent: 2 - uid: 8968 components: - type: Transform - pos: 107.5,151.5 + pos: 61.5,223.5 parent: 2 - uid: 8969 components: - type: Transform - pos: 107.5,150.5 + pos: 61.5,222.5 parent: 2 - uid: 8970 components: - type: Transform - pos: 107.5,149.5 + pos: 61.5,221.5 parent: 2 - uid: 8971 components: - type: Transform - pos: 106.5,152.5 + pos: 61.5,220.5 parent: 2 - uid: 8972 components: - type: Transform - pos: 106.5,151.5 + pos: 61.5,219.5 parent: 2 - uid: 8973 components: - type: Transform - pos: 106.5,150.5 + pos: 61.5,218.5 parent: 2 - uid: 8974 components: - type: Transform - pos: 106.5,149.5 + pos: 61.5,217.5 parent: 2 - uid: 8975 components: - type: Transform - pos: 105.5,152.5 + pos: 61.5,216.5 parent: 2 - uid: 8976 components: - type: Transform - pos: 105.5,151.5 + pos: 61.5,215.5 parent: 2 - uid: 8977 components: - type: Transform - pos: 105.5,150.5 + pos: 61.5,214.5 parent: 2 - uid: 8978 components: - type: Transform - pos: 105.5,149.5 + pos: 62.5,224.5 parent: 2 - uid: 8979 components: - type: Transform - pos: 104.5,152.5 + pos: 62.5,223.5 parent: 2 - uid: 8980 components: - type: Transform - pos: 104.5,151.5 + pos: 62.5,222.5 parent: 2 - uid: 8981 components: - type: Transform - pos: 104.5,150.5 + pos: 62.5,221.5 parent: 2 - uid: 8982 components: - type: Transform - pos: 104.5,149.5 + pos: 62.5,220.5 parent: 2 - uid: 8983 components: - type: Transform - pos: 103.5,152.5 + pos: 62.5,219.5 parent: 2 - uid: 8984 components: - type: Transform - pos: 103.5,151.5 + pos: 62.5,218.5 parent: 2 - uid: 8985 components: - type: Transform - pos: 103.5,150.5 + pos: 62.5,217.5 parent: 2 - uid: 8986 components: - type: Transform - pos: 103.5,149.5 + pos: 62.5,216.5 parent: 2 - uid: 8987 components: - type: Transform - pos: 102.5,152.5 + pos: 62.5,215.5 parent: 2 - uid: 8988 components: - type: Transform - pos: 102.5,151.5 + pos: 62.5,214.5 parent: 2 - uid: 8989 components: - type: Transform - pos: 102.5,150.5 + pos: 63.5,224.5 parent: 2 - uid: 8990 components: - type: Transform - pos: 102.5,149.5 + pos: 63.5,223.5 parent: 2 - uid: 8991 components: - type: Transform - pos: 108.5,154.5 + pos: 63.5,222.5 parent: 2 - uid: 8992 components: - type: Transform - pos: 108.5,153.5 + pos: 63.5,221.5 parent: 2 - uid: 8993 components: - type: Transform - pos: 107.5,154.5 + pos: 63.5,220.5 parent: 2 - uid: 8994 components: - type: Transform - pos: 107.5,153.5 + pos: 63.5,219.5 parent: 2 - uid: 8995 components: - type: Transform - pos: 106.5,154.5 + pos: 63.5,218.5 parent: 2 - uid: 8996 components: - type: Transform - pos: 106.5,153.5 + pos: 63.5,217.5 parent: 2 - uid: 8997 components: - type: Transform - pos: 105.5,154.5 + pos: 63.5,216.5 parent: 2 - uid: 8998 components: - type: Transform - pos: 105.5,153.5 + pos: 63.5,215.5 parent: 2 - uid: 8999 components: - type: Transform - pos: 104.5,154.5 + pos: 63.5,214.5 parent: 2 - uid: 9000 components: - type: Transform - pos: 104.5,153.5 + pos: 64.5,224.5 parent: 2 - uid: 9001 components: - type: Transform - pos: 103.5,154.5 + pos: 64.5,223.5 parent: 2 - uid: 9002 components: - type: Transform - pos: 103.5,153.5 + pos: 64.5,222.5 parent: 2 - uid: 9003 components: - type: Transform - pos: 102.5,154.5 + pos: 64.5,221.5 parent: 2 - uid: 9004 components: - type: Transform - pos: 102.5,153.5 + pos: 64.5,220.5 parent: 2 - uid: 9005 components: - type: Transform - pos: 101.5,154.5 + pos: 64.5,219.5 parent: 2 - uid: 9006 components: - type: Transform - pos: 100.5,154.5 + pos: 64.5,218.5 parent: 2 - uid: 9007 components: - type: Transform - pos: 99.5,154.5 + pos: 64.5,217.5 parent: 2 - uid: 9008 components: - type: Transform - pos: 98.5,154.5 + pos: 66.5,211.5 parent: 2 - uid: 9009 components: - type: Transform - pos: 97.5,154.5 + pos: 64.5,214.5 parent: 2 - uid: 9010 components: - type: Transform - pos: 96.5,154.5 + pos: 65.5,224.5 parent: 2 - uid: 9011 components: - type: Transform - pos: 95.5,154.5 + pos: 65.5,223.5 parent: 2 - uid: 9012 components: - type: Transform - pos: 89.5,190.5 + pos: 65.5,222.5 parent: 2 - uid: 9013 components: - type: Transform - pos: 90.5,191.5 + pos: 65.5,221.5 parent: 2 - uid: 9014 components: - type: Transform - pos: 91.5,191.5 + pos: 65.5,220.5 parent: 2 - uid: 9015 components: - type: Transform - pos: 92.5,191.5 + pos: 65.5,219.5 parent: 2 - uid: 9016 components: - type: Transform - pos: 93.5,191.5 + pos: 65.5,218.5 parent: 2 - uid: 9017 components: - type: Transform - pos: 94.5,191.5 + pos: 64.5,215.5 parent: 2 - uid: 9018 components: - type: Transform - pos: 95.5,191.5 + pos: 66.5,212.5 parent: 2 - uid: 9019 components: - type: Transform - pos: 95.5,192.5 + pos: 66.5,224.5 parent: 2 - uid: 9020 components: - type: Transform - pos: 95.5,193.5 + pos: 66.5,223.5 parent: 2 - uid: 9021 components: - type: Transform - pos: 95.5,194.5 + pos: 66.5,222.5 parent: 2 - uid: 9022 components: - type: Transform - pos: 95.5,195.5 + pos: 66.5,221.5 parent: 2 - uid: 9023 components: - type: Transform - pos: 95.5,196.5 + pos: 66.5,220.5 parent: 2 - uid: 9024 components: - type: Transform - pos: 95.5,197.5 + pos: 66.5,219.5 parent: 2 - uid: 9025 components: - type: Transform - pos: 95.5,198.5 + pos: 66.5,218.5 parent: 2 - uid: 9026 components: - type: Transform - pos: 95.5,199.5 + pos: 67.5,224.5 parent: 2 - uid: 9027 components: - type: Transform - pos: 95.5,200.5 + pos: 67.5,223.5 parent: 2 - uid: 9028 components: - type: Transform - pos: 95.5,201.5 + pos: 67.5,222.5 parent: 2 - uid: 9029 components: - type: Transform - pos: 95.5,202.5 + pos: 67.5,221.5 parent: 2 - uid: 9030 components: - type: Transform - pos: 95.5,203.5 + pos: 67.5,220.5 parent: 2 - uid: 9031 components: - type: Transform - pos: 95.5,204.5 + pos: 67.5,219.5 parent: 2 - uid: 9032 components: - type: Transform - pos: 94.5,192.5 + pos: 67.5,218.5 parent: 2 - uid: 9033 components: - type: Transform - pos: 94.5,193.5 + pos: 67.5,217.5 parent: 2 - uid: 9034 components: - type: Transform - pos: 94.5,194.5 + pos: 68.5,224.5 parent: 2 - uid: 9035 components: - type: Transform - pos: 94.5,195.5 + pos: 68.5,223.5 parent: 2 - uid: 9036 components: - type: Transform - pos: 94.5,196.5 + pos: 68.5,222.5 parent: 2 - uid: 9037 components: - type: Transform - pos: 94.5,197.5 + pos: 68.5,221.5 parent: 2 - uid: 9038 components: - type: Transform - pos: 94.5,198.5 + pos: 68.5,220.5 parent: 2 - uid: 9039 components: - type: Transform - pos: 94.5,199.5 + pos: 68.5,219.5 parent: 2 - uid: 9040 components: - type: Transform - pos: 94.5,200.5 + pos: 68.5,218.5 parent: 2 - uid: 9041 components: - type: Transform - pos: 94.5,201.5 + pos: 68.5,217.5 parent: 2 - uid: 9042 components: - type: Transform - pos: 94.5,202.5 + pos: 68.5,216.5 parent: 2 - uid: 9043 components: - type: Transform - pos: 94.5,203.5 + pos: 68.5,215.5 parent: 2 - uid: 9044 components: - type: Transform - pos: 94.5,204.5 + pos: 68.5,214.5 parent: 2 - uid: 9045 components: - type: Transform - pos: 93.5,192.5 + pos: 69.5,224.5 parent: 2 - uid: 9046 components: - type: Transform - pos: 93.5,193.5 + pos: 69.5,223.5 parent: 2 - uid: 9047 components: - type: Transform - pos: 93.5,194.5 + pos: 69.5,222.5 parent: 2 - uid: 9048 components: - type: Transform - pos: 93.5,195.5 + pos: 69.5,221.5 parent: 2 - uid: 9049 components: - type: Transform - pos: 93.5,196.5 + pos: 69.5,220.5 parent: 2 - uid: 9050 components: - type: Transform - pos: 93.5,197.5 + pos: 69.5,219.5 parent: 2 - uid: 9051 components: - type: Transform - pos: 93.5,198.5 + pos: 69.5,218.5 parent: 2 - uid: 9052 components: - type: Transform - pos: 93.5,199.5 + pos: 69.5,217.5 parent: 2 - uid: 9053 components: - type: Transform - pos: 93.5,200.5 + pos: 69.5,216.5 parent: 2 - uid: 9054 components: - type: Transform - pos: 93.5,201.5 + pos: 69.5,215.5 parent: 2 - uid: 9055 components: - type: Transform - pos: 93.5,202.5 + pos: 69.5,214.5 parent: 2 - uid: 9056 components: - type: Transform - pos: 93.5,203.5 + pos: 70.5,224.5 parent: 2 - uid: 9057 components: - type: Transform - pos: 93.5,204.5 + pos: 70.5,223.5 parent: 2 - uid: 9058 components: - type: Transform - pos: 92.5,192.5 + pos: 70.5,222.5 parent: 2 - uid: 9059 components: - type: Transform - pos: 92.5,193.5 + pos: 70.5,221.5 parent: 2 - uid: 9060 components: - type: Transform - pos: 92.5,194.5 + pos: 70.5,220.5 parent: 2 - uid: 9061 components: - type: Transform - pos: 92.5,195.5 + pos: 70.5,219.5 parent: 2 - uid: 9062 components: - type: Transform - pos: 92.5,196.5 + pos: 70.5,218.5 parent: 2 - uid: 9063 components: - type: Transform - pos: 92.5,197.5 + pos: 70.5,217.5 parent: 2 - uid: 9064 components: - type: Transform - pos: 92.5,198.5 + pos: 70.5,216.5 parent: 2 - uid: 9065 components: - type: Transform - pos: 92.5,199.5 + pos: 70.5,215.5 parent: 2 - uid: 9066 components: - type: Transform - pos: 92.5,200.5 + pos: 70.5,214.5 parent: 2 - uid: 9067 components: - type: Transform - pos: 92.5,201.5 + pos: 71.5,224.5 parent: 2 - uid: 9068 components: - type: Transform - pos: 92.5,202.5 + pos: 71.5,223.5 parent: 2 - uid: 9069 components: - type: Transform - pos: 92.5,203.5 + pos: 71.5,222.5 parent: 2 - uid: 9070 components: - type: Transform - pos: 92.5,204.5 + pos: 71.5,221.5 parent: 2 - uid: 9071 components: - type: Transform - pos: 93.5,205.5 + pos: 71.5,220.5 parent: 2 - uid: 9072 components: - type: Transform - pos: 93.5,206.5 + pos: 71.5,219.5 parent: 2 - uid: 9073 components: - type: Transform - pos: 93.5,207.5 + pos: 71.5,218.5 parent: 2 - uid: 9074 components: - type: Transform - pos: 93.5,208.5 + pos: 71.5,217.5 parent: 2 - uid: 9075 components: - type: Transform - pos: 93.5,209.5 + pos: 71.5,216.5 parent: 2 - uid: 9076 components: - type: Transform - pos: 93.5,210.5 + pos: 71.5,215.5 parent: 2 - uid: 9077 components: - type: Transform - pos: 93.5,211.5 + pos: 71.5,214.5 parent: 2 - uid: 9078 components: - type: Transform - pos: 93.5,212.5 + pos: 72.5,224.5 parent: 2 - uid: 9079 components: - type: Transform - pos: 93.5,213.5 + pos: 72.5,223.5 parent: 2 - uid: 9080 components: - type: Transform - pos: 93.5,214.5 + pos: 72.5,222.5 parent: 2 - uid: 9081 components: - type: Transform - pos: 93.5,215.5 + pos: 72.5,221.5 parent: 2 - uid: 9082 components: - type: Transform - pos: 93.5,216.5 + pos: 72.5,220.5 parent: 2 - uid: 9083 components: - type: Transform - pos: 93.5,217.5 + pos: 72.5,219.5 parent: 2 - uid: 9084 components: - type: Transform - pos: 93.5,218.5 + pos: 72.5,218.5 parent: 2 - uid: 9085 components: - type: Transform - pos: 93.5,219.5 + pos: 72.5,217.5 parent: 2 - uid: 9086 components: - type: Transform - pos: 93.5,220.5 + pos: 72.5,216.5 parent: 2 - uid: 9087 components: - type: Transform - pos: 92.5,205.5 + pos: 72.5,215.5 parent: 2 - uid: 9088 components: - type: Transform - pos: 92.5,206.5 + pos: 72.5,214.5 parent: 2 - uid: 9089 components: - type: Transform - pos: 92.5,207.5 + pos: 74.5,212.5 parent: 2 - uid: 9090 components: - type: Transform - pos: 92.5,208.5 + pos: 74.5,211.5 parent: 2 - uid: 9091 components: - type: Transform - pos: 92.5,209.5 + pos: 74.5,210.5 parent: 2 - uid: 9092 components: - type: Transform - pos: 92.5,210.5 + pos: 74.5,209.5 parent: 2 - uid: 9093 components: - type: Transform - pos: 92.5,211.5 + pos: 73.5,213.5 parent: 2 - uid: 9094 components: - type: Transform - pos: 92.5,212.5 + pos: 73.5,212.5 parent: 2 - uid: 9095 components: - type: Transform - pos: 92.5,213.5 + pos: 73.5,211.5 parent: 2 - uid: 9096 components: - type: Transform - pos: 92.5,214.5 + pos: 73.5,210.5 parent: 2 - uid: 9097 components: - type: Transform - pos: 92.5,215.5 + pos: 73.5,209.5 parent: 2 - uid: 9098 components: - type: Transform - pos: 92.5,216.5 + pos: 72.5,213.5 parent: 2 - uid: 9099 components: - type: Transform - pos: 92.5,217.5 + pos: 72.5,212.5 parent: 2 - uid: 9100 components: - type: Transform - pos: 92.5,218.5 + pos: 72.5,211.5 parent: 2 - uid: 9101 components: - type: Transform - pos: 92.5,219.5 + pos: 72.5,210.5 parent: 2 - uid: 9102 components: - type: Transform - pos: 92.5,220.5 + pos: 72.5,209.5 parent: 2 - uid: 9103 components: - type: Transform - pos: 94.5,220.5 + pos: 71.5,213.5 parent: 2 - uid: 9104 components: - type: Transform - pos: 94.5,219.5 + pos: 71.5,212.5 parent: 2 - uid: 9105 components: - type: Transform - pos: 94.5,218.5 + pos: 71.5,211.5 parent: 2 - uid: 9106 components: - type: Transform - pos: 94.5,217.5 + pos: 71.5,210.5 parent: 2 - uid: 9107 components: - type: Transform - pos: 94.5,216.5 + pos: 71.5,209.5 parent: 2 - uid: 9108 components: - type: Transform - pos: 94.5,215.5 + pos: 70.5,213.5 parent: 2 - uid: 9109 components: - type: Transform - pos: 58.5,224.5 + pos: 70.5,212.5 parent: 2 - uid: 9110 components: - type: Transform - pos: 58.5,222.5 + pos: 70.5,211.5 parent: 2 - uid: 9111 components: - type: Transform - pos: 58.5,223.5 + pos: 70.5,210.5 parent: 2 - uid: 9112 components: - type: Transform - pos: 58.5,221.5 + pos: 70.5,209.5 parent: 2 - uid: 9113 components: - type: Transform - pos: 58.5,220.5 + pos: 69.5,213.5 parent: 2 - uid: 9114 components: - type: Transform - pos: 58.5,218.5 + pos: 69.5,212.5 parent: 2 - uid: 9115 components: - type: Transform - pos: 58.5,217.5 + pos: 69.5,211.5 parent: 2 - uid: 9116 components: - type: Transform - pos: 58.5,216.5 + pos: 69.5,210.5 parent: 2 - uid: 9117 components: - type: Transform - pos: 58.5,215.5 + pos: 69.5,209.5 parent: 2 - uid: 9118 components: - type: Transform - pos: 58.5,214.5 + pos: 68.5,213.5 parent: 2 - uid: 9119 components: - type: Transform - pos: 59.5,224.5 + pos: 68.5,212.5 parent: 2 - uid: 9120 components: - type: Transform - pos: 59.5,223.5 + pos: 68.5,211.5 parent: 2 - uid: 9121 components: - type: Transform - pos: 59.5,222.5 + pos: 68.5,210.5 parent: 2 - uid: 9122 components: - type: Transform - pos: 59.5,221.5 + pos: 68.5,209.5 parent: 2 - uid: 9123 components: - type: Transform - pos: 59.5,220.5 + pos: 67.5,213.5 parent: 2 - uid: 9124 components: - type: Transform - pos: 59.5,219.5 + pos: 67.5,212.5 parent: 2 - uid: 9125 components: - type: Transform - pos: 59.5,218.5 + pos: 67.5,211.5 parent: 2 - uid: 9126 components: - type: Transform - pos: 59.5,217.5 + pos: 67.5,210.5 parent: 2 - uid: 9127 components: - type: Transform - pos: 59.5,216.5 + pos: 67.5,209.5 parent: 2 - uid: 9128 components: - type: Transform - pos: 59.5,215.5 + pos: 58.5,213.5 parent: 2 - uid: 9129 components: - type: Transform - pos: 59.5,214.5 + pos: 66.5,210.5 parent: 2 - uid: 9130 components: - type: Transform - pos: 60.5,224.5 + pos: 65.5,210.5 parent: 2 - uid: 9131 components: - type: Transform - pos: 60.5,223.5 + pos: 65.5,209.5 parent: 2 - uid: 9132 components: - type: Transform - pos: 60.5,222.5 + pos: 66.5,209.5 parent: 2 - uid: 9133 components: - type: Transform - pos: 60.5,221.5 + pos: 61.5,213.5 parent: 2 - uid: 9134 components: - type: Transform - pos: 60.5,220.5 + pos: 62.5,213.5 parent: 2 - uid: 9135 components: - type: Transform - pos: 60.5,219.5 + pos: 63.5,213.5 parent: 2 - uid: 9136 components: - type: Transform - pos: 60.5,218.5 + pos: 59.5,213.5 parent: 2 - uid: 9137 components: - type: Transform - pos: 60.5,217.5 + pos: 60.5,213.5 parent: 2 - uid: 9138 components: - type: Transform - pos: 60.5,216.5 + pos: 57.5,213.5 parent: 2 - uid: 9139 components: - type: Transform - pos: 60.5,215.5 + pos: 57.5,212.5 parent: 2 - uid: 9140 components: - type: Transform - pos: 60.5,214.5 + pos: 57.5,211.5 parent: 2 - uid: 9141 components: - type: Transform - pos: 61.5,224.5 + pos: 57.5,210.5 parent: 2 - uid: 9142 components: - type: Transform - pos: 61.5,223.5 + pos: 57.5,209.5 parent: 2 - uid: 9143 components: - type: Transform - pos: 61.5,222.5 + pos: 56.5,213.5 parent: 2 - uid: 9144 components: - type: Transform - pos: 61.5,221.5 + pos: 56.5,212.5 parent: 2 - uid: 9145 components: - type: Transform - pos: 61.5,220.5 + pos: 56.5,211.5 parent: 2 - uid: 9146 components: - type: Transform - pos: 61.5,219.5 + pos: 56.5,210.5 parent: 2 - uid: 9147 components: - type: Transform - pos: 61.5,218.5 + pos: 56.5,209.5 parent: 2 - uid: 9148 components: - type: Transform - pos: 61.5,217.5 + pos: 56.5,214.5 parent: 2 - uid: 9149 components: - type: Transform - pos: 61.5,216.5 + pos: 56.5,215.5 parent: 2 - uid: 9150 components: - type: Transform - pos: 61.5,215.5 + pos: 56.5,216.5 parent: 2 - uid: 9151 components: - type: Transform - pos: 61.5,214.5 + pos: 56.5,217.5 parent: 2 - uid: 9152 components: - type: Transform - pos: 62.5,224.5 + pos: 56.5,218.5 parent: 2 - uid: 9153 components: - type: Transform - pos: 62.5,223.5 + pos: 57.5,214.5 parent: 2 - uid: 9154 components: - type: Transform - pos: 62.5,222.5 + pos: 57.5,215.5 parent: 2 - uid: 9155 components: - type: Transform - pos: 62.5,221.5 + pos: 57.5,216.5 parent: 2 - uid: 9156 components: - type: Transform - pos: 62.5,220.5 + pos: 57.5,217.5 parent: 2 - uid: 9157 components: - type: Transform - pos: 62.5,219.5 + pos: 56.5,219.5 parent: 2 - uid: 9158 components: - type: Transform - pos: 62.5,218.5 + pos: 74.5,186.5 parent: 2 - uid: 9159 components: - type: Transform - pos: 62.5,217.5 + pos: 74.5,187.5 parent: 2 - uid: 9160 components: - type: Transform - pos: 62.5,216.5 + pos: 74.5,188.5 parent: 2 - uid: 9161 components: - type: Transform - pos: 62.5,215.5 + pos: 74.5,189.5 parent: 2 - uid: 9162 components: - type: Transform - pos: 62.5,214.5 + pos: 74.5,190.5 parent: 2 - uid: 9163 components: - type: Transform - pos: 63.5,224.5 + pos: 74.5,191.5 parent: 2 - uid: 9164 components: - type: Transform - pos: 63.5,223.5 + pos: 74.5,192.5 parent: 2 - uid: 9165 components: - type: Transform - pos: 63.5,222.5 + pos: 74.5,193.5 parent: 2 - uid: 9166 components: - type: Transform - pos: 63.5,221.5 + pos: 73.5,186.5 parent: 2 - uid: 9167 components: - type: Transform - pos: 63.5,220.5 + pos: 73.5,187.5 parent: 2 - uid: 9168 components: - type: Transform - pos: 63.5,219.5 + pos: 73.5,188.5 parent: 2 - uid: 9169 components: - type: Transform - pos: 63.5,218.5 + pos: 73.5,189.5 parent: 2 - uid: 9170 components: - type: Transform - pos: 63.5,217.5 + pos: 73.5,190.5 parent: 2 - uid: 9171 components: - type: Transform - pos: 63.5,216.5 + pos: 73.5,191.5 parent: 2 - uid: 9172 components: - type: Transform - pos: 63.5,215.5 + pos: 73.5,192.5 parent: 2 - uid: 9173 components: - type: Transform - pos: 63.5,214.5 + pos: 73.5,193.5 parent: 2 - uid: 9174 components: - type: Transform - pos: 64.5,224.5 + pos: 72.5,186.5 parent: 2 - uid: 9175 components: - type: Transform - pos: 64.5,223.5 + pos: 72.5,187.5 parent: 2 - uid: 9176 components: - type: Transform - pos: 64.5,222.5 + pos: 72.5,188.5 parent: 2 - uid: 9177 components: - type: Transform - pos: 64.5,221.5 + pos: 72.5,189.5 parent: 2 - uid: 9178 components: - type: Transform - pos: 64.5,220.5 + pos: 72.5,190.5 parent: 2 - uid: 9179 components: - type: Transform - pos: 64.5,219.5 + pos: 72.5,191.5 parent: 2 - uid: 9180 components: - type: Transform - pos: 64.5,218.5 + pos: 72.5,192.5 parent: 2 - uid: 9181 components: - type: Transform - pos: 64.5,217.5 + pos: 72.5,193.5 parent: 2 - uid: 9182 components: - type: Transform - pos: 66.5,211.5 + pos: 71.5,186.5 parent: 2 - uid: 9183 components: - type: Transform - pos: 64.5,214.5 + pos: 71.5,190.5 parent: 2 - uid: 9184 components: - type: Transform - pos: 65.5,224.5 + pos: 71.5,191.5 parent: 2 - uid: 9185 components: - type: Transform - pos: 65.5,223.5 + pos: 71.5,192.5 parent: 2 - uid: 9186 components: - type: Transform - pos: 65.5,222.5 + pos: 71.5,193.5 parent: 2 - uid: 9187 components: - type: Transform - pos: 65.5,221.5 + pos: 71.5,188.5 parent: 2 - uid: 9188 components: - type: Transform - pos: 65.5,220.5 + pos: 71.5,189.5 parent: 2 - uid: 9189 components: - type: Transform - pos: 65.5,219.5 + pos: 70.5,191.5 parent: 2 - uid: 9190 components: - type: Transform - pos: 65.5,218.5 + pos: 70.5,192.5 parent: 2 - uid: 9191 components: - type: Transform - pos: 64.5,215.5 + pos: 70.5,193.5 parent: 2 - uid: 9192 components: - type: Transform - pos: 66.5,212.5 + pos: 71.5,187.5 parent: 2 - uid: 9193 components: - type: Transform - pos: 66.5,224.5 + pos: 62.5,193.5 parent: 2 - uid: 9194 components: - type: Transform - pos: 66.5,223.5 + pos: 67.5,191.5 parent: 2 - uid: 9195 components: - type: Transform - pos: 66.5,222.5 + pos: 66.5,193.5 parent: 2 - uid: 9196 components: - type: Transform - pos: 66.5,221.5 + pos: 67.5,192.5 parent: 2 - uid: 9197 components: - type: Transform - pos: 66.5,220.5 + pos: 71.5,194.5 parent: 2 - uid: 9198 components: - type: Transform - pos: 66.5,219.5 + pos: 71.5,195.5 parent: 2 - uid: 9199 components: - type: Transform - pos: 66.5,218.5 + pos: 71.5,196.5 parent: 2 - uid: 9200 components: - type: Transform - pos: 67.5,224.5 + pos: 70.5,194.5 parent: 2 - uid: 9201 components: - type: Transform - pos: 67.5,223.5 + pos: 70.5,195.5 parent: 2 - uid: 9202 components: - type: Transform - pos: 67.5,222.5 + pos: 70.5,196.5 parent: 2 - uid: 9203 components: - type: Transform - pos: 67.5,221.5 + pos: 69.5,194.5 parent: 2 - uid: 9204 components: - type: Transform - pos: 67.5,220.5 + pos: 69.5,195.5 parent: 2 - uid: 9205 components: - type: Transform - pos: 67.5,219.5 + pos: 69.5,196.5 parent: 2 - uid: 9206 components: - type: Transform - pos: 67.5,218.5 + pos: 68.5,194.5 parent: 2 - uid: 9207 components: - type: Transform - pos: 67.5,217.5 + pos: 68.5,195.5 parent: 2 - uid: 9208 components: - type: Transform - pos: 68.5,224.5 + pos: 68.5,196.5 parent: 2 - uid: 9209 components: - type: Transform - pos: 68.5,223.5 + pos: 67.5,194.5 parent: 2 - uid: 9210 components: - type: Transform - pos: 68.5,222.5 + pos: 67.5,195.5 parent: 2 - uid: 9211 components: - type: Transform - pos: 68.5,221.5 + pos: 67.5,196.5 parent: 2 - uid: 9212 components: - type: Transform - pos: 68.5,220.5 + pos: 66.5,194.5 parent: 2 - uid: 9213 components: - type: Transform - pos: 68.5,219.5 + pos: 66.5,195.5 parent: 2 - uid: 9214 components: - type: Transform - pos: 68.5,218.5 + pos: 66.5,196.5 parent: 2 - uid: 9215 components: - type: Transform - pos: 68.5,217.5 + pos: 65.5,194.5 parent: 2 - uid: 9216 components: - type: Transform - pos: 68.5,216.5 + pos: 65.5,195.5 parent: 2 - uid: 9217 components: - type: Transform - pos: 68.5,215.5 + pos: 65.5,196.5 parent: 2 - uid: 9218 components: - type: Transform - pos: 68.5,214.5 + pos: 64.5,194.5 parent: 2 - uid: 9219 components: - type: Transform - pos: 69.5,224.5 + pos: 64.5,195.5 parent: 2 - uid: 9220 components: - type: Transform - pos: 69.5,223.5 + pos: 64.5,196.5 parent: 2 - uid: 9221 components: - type: Transform - pos: 69.5,222.5 + pos: 63.5,194.5 parent: 2 - uid: 9222 components: - type: Transform - pos: 69.5,221.5 + pos: 63.5,195.5 parent: 2 - uid: 9223 components: - type: Transform - pos: 69.5,220.5 + pos: 63.5,196.5 parent: 2 - uid: 9224 components: - type: Transform - pos: 69.5,219.5 + pos: 62.5,194.5 parent: 2 - uid: 9225 components: - type: Transform - pos: 69.5,218.5 + pos: 62.5,195.5 parent: 2 - uid: 9226 components: - type: Transform - pos: 69.5,217.5 + pos: 62.5,196.5 parent: 2 - uid: 9227 components: - type: Transform - pos: 69.5,216.5 + pos: 61.5,194.5 parent: 2 - uid: 9228 components: - type: Transform - pos: 69.5,215.5 + pos: 61.5,195.5 parent: 2 - uid: 9229 components: - type: Transform - pos: 69.5,214.5 + pos: 61.5,196.5 parent: 2 - uid: 9230 components: - type: Transform - pos: 70.5,224.5 + pos: 58.5,185.5 parent: 2 - uid: 9231 components: - type: Transform - pos: 70.5,223.5 + pos: 58.5,184.5 parent: 2 - uid: 9232 components: - type: Transform - pos: 70.5,222.5 + pos: 59.5,185.5 parent: 2 - uid: 9233 components: - type: Transform - pos: 70.5,221.5 + pos: 59.5,184.5 parent: 2 - uid: 9234 components: - type: Transform - pos: 70.5,220.5 + pos: 60.5,185.5 parent: 2 - uid: 9235 components: - type: Transform - pos: 70.5,219.5 + pos: 60.5,184.5 parent: 2 - uid: 9236 components: - type: Transform - pos: 70.5,218.5 + pos: 61.5,185.5 parent: 2 - uid: 9237 components: - type: Transform - pos: 70.5,217.5 + pos: 61.5,184.5 parent: 2 - uid: 9238 components: - type: Transform - pos: 70.5,216.5 + pos: 62.5,185.5 parent: 2 - uid: 9239 components: - type: Transform - pos: 70.5,215.5 + pos: 65.5,193.5 parent: 2 - uid: 9240 components: - type: Transform - pos: 70.5,214.5 + pos: 63.5,185.5 parent: 2 - uid: 9241 components: - type: Transform - pos: 71.5,224.5 + pos: 61.5,193.5 parent: 2 - uid: 9242 components: - type: Transform - pos: 71.5,223.5 + pos: 61.5,192.5 parent: 2 - uid: 9243 components: - type: Transform - pos: 71.5,222.5 + pos: 64.5,193.5 parent: 2 - uid: 9244 components: - type: Transform - pos: 71.5,221.5 + pos: 64.5,185.5 parent: 2 - uid: 9245 components: - type: Transform - pos: 71.5,220.5 + pos: 65.5,192.5 parent: 2 - uid: 9246 components: - type: Transform - pos: 71.5,219.5 + pos: 65.5,185.5 parent: 2 - uid: 9247 components: - type: Transform - pos: 71.5,218.5 + pos: 63.5,192.5 parent: 2 - uid: 9248 components: - type: Transform - pos: 71.5,217.5 + pos: 63.5,193.5 parent: 2 - uid: 9249 components: - type: Transform - pos: 71.5,216.5 + pos: 66.5,185.5 parent: 2 - uid: 9250 components: - type: Transform - pos: 71.5,215.5 + pos: 69.5,193.5 parent: 2 - uid: 9251 components: - type: Transform - pos: 71.5,214.5 + pos: 68.5,192.5 parent: 2 - uid: 9252 components: - type: Transform - pos: 72.5,224.5 + pos: 68.5,191.5 parent: 2 - uid: 9253 components: - type: Transform - pos: 72.5,223.5 + pos: 66.5,192.5 parent: 2 - uid: 9254 components: - type: Transform - pos: 72.5,222.5 + pos: 67.5,185.5 parent: 2 - uid: 9255 components: - type: Transform - pos: 72.5,221.5 + pos: 69.5,191.5 parent: 2 - uid: 9256 components: - type: Transform - pos: 72.5,220.5 + pos: 69.5,192.5 parent: 2 - uid: 9257 components: - type: Transform - pos: 72.5,219.5 + pos: 67.5,193.5 parent: 2 - uid: 9258 components: - type: Transform - pos: 72.5,218.5 + pos: 68.5,193.5 parent: 2 - uid: 9259 components: - type: Transform - pos: 72.5,217.5 + pos: 64.5,192.5 parent: 2 - uid: 9260 components: - type: Transform - pos: 72.5,216.5 + pos: 50.5,178.5 parent: 2 - uid: 9261 components: - type: Transform - pos: 72.5,215.5 + pos: 50.5,177.5 parent: 2 - uid: 9262 components: - type: Transform - pos: 72.5,214.5 + pos: 50.5,176.5 parent: 2 - uid: 9263 components: - type: Transform - pos: 74.5,212.5 + pos: 51.5,178.5 parent: 2 - uid: 9264 components: - type: Transform - pos: 74.5,211.5 + pos: 51.5,177.5 parent: 2 - uid: 9265 components: - type: Transform - pos: 74.5,210.5 + pos: 51.5,176.5 parent: 2 - uid: 9266 components: - type: Transform - pos: 74.5,209.5 + pos: 52.5,178.5 parent: 2 - uid: 9267 components: - type: Transform - pos: 73.5,213.5 + pos: 52.5,177.5 parent: 2 - uid: 9268 components: - type: Transform - pos: 73.5,212.5 + pos: 52.5,176.5 parent: 2 - uid: 9269 components: - type: Transform - pos: 73.5,211.5 + pos: 53.5,178.5 parent: 2 - uid: 9270 components: - type: Transform - pos: 73.5,210.5 + pos: 53.5,177.5 parent: 2 - uid: 9271 components: - type: Transform - pos: 73.5,209.5 + pos: 53.5,176.5 parent: 2 - uid: 9272 components: - type: Transform - pos: 72.5,213.5 + pos: 54.5,178.5 parent: 2 - uid: 9273 components: - type: Transform - pos: 72.5,212.5 + pos: 54.5,177.5 parent: 2 - uid: 9274 components: - type: Transform - pos: 72.5,211.5 + pos: 54.5,176.5 parent: 2 - uid: 9275 components: - type: Transform - pos: 72.5,210.5 + pos: 55.5,178.5 parent: 2 - uid: 9276 components: - type: Transform - pos: 72.5,209.5 + pos: 55.5,177.5 parent: 2 - uid: 9277 components: - type: Transform - pos: 71.5,213.5 + pos: 55.5,176.5 parent: 2 - uid: 9278 components: - type: Transform - pos: 71.5,212.5 + pos: 56.5,178.5 parent: 2 - uid: 9279 components: - type: Transform - pos: 71.5,211.5 + pos: 56.5,177.5 parent: 2 - uid: 9280 components: - type: Transform - pos: 71.5,210.5 + pos: 56.5,176.5 parent: 2 - uid: 9281 components: - type: Transform - pos: 71.5,209.5 + pos: 57.5,178.5 parent: 2 - uid: 9282 components: - type: Transform - pos: 70.5,213.5 + pos: 57.5,177.5 parent: 2 - uid: 9283 components: - type: Transform - pos: 70.5,212.5 + pos: 57.5,176.5 parent: 2 - uid: 9284 components: - type: Transform - pos: 70.5,211.5 + pos: 58.5,178.5 parent: 2 - uid: 9285 components: - type: Transform - pos: 70.5,210.5 + pos: 58.5,177.5 parent: 2 - uid: 9286 components: - type: Transform - pos: 70.5,209.5 + pos: 58.5,176.5 parent: 2 - uid: 9287 components: - type: Transform - pos: 69.5,213.5 + pos: 59.5,178.5 parent: 2 - uid: 9288 components: - type: Transform - pos: 69.5,212.5 + pos: 59.5,177.5 parent: 2 - uid: 9289 components: - type: Transform - pos: 69.5,211.5 + pos: 59.5,176.5 parent: 2 - uid: 9290 components: - type: Transform - pos: 69.5,210.5 + pos: 60.5,178.5 parent: 2 - uid: 9291 components: - type: Transform - pos: 69.5,209.5 + pos: 60.5,177.5 parent: 2 - uid: 9292 components: - type: Transform - pos: 68.5,213.5 + pos: 60.5,176.5 parent: 2 - uid: 9293 components: - type: Transform - pos: 68.5,212.5 + pos: 61.5,178.5 parent: 2 - uid: 9294 components: - type: Transform - pos: 68.5,211.5 + pos: 61.5,177.5 parent: 2 - uid: 9295 components: - type: Transform - pos: 68.5,210.5 + pos: 61.5,176.5 parent: 2 - uid: 9296 components: - type: Transform - pos: 68.5,209.5 + pos: 62.5,178.5 parent: 2 - uid: 9297 components: - type: Transform - pos: 67.5,213.5 + pos: 62.5,177.5 parent: 2 - uid: 9298 components: - type: Transform - pos: 67.5,212.5 + pos: 62.5,176.5 parent: 2 - uid: 9299 components: - type: Transform - pos: 67.5,211.5 + pos: 63.5,178.5 parent: 2 - uid: 9300 components: - type: Transform - pos: 67.5,210.5 + pos: 63.5,177.5 parent: 2 - uid: 9301 components: - type: Transform - pos: 67.5,209.5 + pos: 63.5,176.5 parent: 2 - uid: 9302 components: - type: Transform - pos: 58.5,213.5 + pos: 64.5,178.5 parent: 2 - uid: 9303 components: - type: Transform - pos: 66.5,210.5 + pos: 64.5,177.5 parent: 2 - uid: 9304 components: - type: Transform - pos: 65.5,210.5 + pos: 64.5,176.5 parent: 2 - uid: 9305 components: - type: Transform - pos: 65.5,209.5 + pos: 65.5,178.5 parent: 2 - uid: 9306 components: - type: Transform - pos: 66.5,209.5 + pos: 65.5,177.5 parent: 2 - uid: 9307 components: - type: Transform - pos: 61.5,213.5 + pos: 65.5,176.5 parent: 2 - uid: 9308 components: - type: Transform - pos: 62.5,213.5 + pos: 66.5,178.5 parent: 2 - uid: 9309 components: - type: Transform - pos: 63.5,213.5 + pos: 66.5,177.5 parent: 2 - uid: 9310 components: - type: Transform - pos: 59.5,213.5 + pos: 66.5,176.5 parent: 2 - uid: 9311 components: - type: Transform - pos: 60.5,213.5 + pos: 67.5,178.5 parent: 2 - uid: 9312 components: - type: Transform - pos: 57.5,213.5 + pos: 67.5,177.5 parent: 2 - uid: 9313 components: - type: Transform - pos: 57.5,212.5 + pos: 67.5,176.5 parent: 2 - uid: 9314 components: - type: Transform - pos: 57.5,211.5 + pos: 68.5,178.5 parent: 2 - uid: 9315 components: - type: Transform - pos: 57.5,210.5 + pos: 68.5,177.5 parent: 2 - uid: 9316 components: - type: Transform - pos: 57.5,209.5 + pos: 68.5,176.5 parent: 2 - uid: 9317 components: - type: Transform - pos: 56.5,213.5 + pos: 67.5,179.5 parent: 2 - uid: 9318 components: - type: Transform - pos: 56.5,212.5 + pos: 68.5,179.5 parent: 2 - uid: 9319 components: - type: Transform - pos: 56.5,211.5 + pos: 60.5,174.5 parent: 2 - uid: 9320 components: - type: Transform - pos: 56.5,210.5 + pos: 60.5,173.5 parent: 2 - uid: 9321 components: - type: Transform - pos: 56.5,209.5 + pos: 60.5,172.5 parent: 2 - uid: 9322 components: - type: Transform - pos: 56.5,214.5 + pos: 60.5,171.5 parent: 2 - uid: 9323 components: - type: Transform - pos: 56.5,215.5 + pos: 60.5,170.5 parent: 2 - uid: 9324 components: - type: Transform - pos: 56.5,216.5 + pos: 60.5,169.5 parent: 2 - uid: 9325 components: - type: Transform - pos: 56.5,217.5 + pos: 60.5,168.5 parent: 2 - uid: 9326 components: - type: Transform - pos: 56.5,218.5 + pos: 60.5,167.5 parent: 2 - uid: 9327 components: - type: Transform - pos: 57.5,214.5 + pos: 60.5,166.5 parent: 2 - uid: 9328 components: - type: Transform - pos: 57.5,215.5 + pos: 60.5,165.5 parent: 2 - uid: 9329 components: - type: Transform - pos: 57.5,216.5 + pos: 60.5,164.5 parent: 2 - uid: 9330 components: - type: Transform - pos: 57.5,217.5 + pos: 61.5,174.5 parent: 2 - uid: 9331 components: - type: Transform - pos: 56.5,219.5 + pos: 61.5,173.5 parent: 2 - uid: 9332 components: - type: Transform - pos: 74.5,186.5 + pos: 61.5,172.5 parent: 2 - uid: 9333 components: - type: Transform - pos: 74.5,187.5 + pos: 61.5,171.5 parent: 2 - uid: 9334 components: - type: Transform - pos: 74.5,188.5 + pos: 61.5,170.5 parent: 2 - uid: 9335 components: - type: Transform - pos: 74.5,189.5 + pos: 61.5,169.5 parent: 2 - uid: 9336 components: - type: Transform - pos: 74.5,190.5 + pos: 61.5,168.5 parent: 2 - uid: 9337 components: - type: Transform - pos: 74.5,191.5 + pos: 61.5,167.5 parent: 2 - uid: 9338 components: - type: Transform - pos: 74.5,192.5 + pos: 61.5,166.5 parent: 2 - uid: 9339 components: - type: Transform - pos: 74.5,193.5 + pos: 61.5,165.5 parent: 2 - uid: 9340 components: - type: Transform - pos: 73.5,186.5 + pos: 61.5,164.5 parent: 2 - uid: 9341 components: - type: Transform - pos: 73.5,187.5 + pos: 62.5,174.5 parent: 2 - uid: 9342 components: - type: Transform - pos: 73.5,188.5 + pos: 62.5,173.5 parent: 2 - uid: 9343 components: - type: Transform - pos: 73.5,189.5 + pos: 62.5,172.5 parent: 2 - uid: 9344 components: - type: Transform - pos: 73.5,190.5 + pos: 62.5,171.5 parent: 2 - uid: 9345 components: - type: Transform - pos: 73.5,191.5 + pos: 62.5,170.5 parent: 2 - uid: 9346 components: - type: Transform - pos: 73.5,192.5 + pos: 62.5,169.5 parent: 2 - uid: 9347 components: - type: Transform - pos: 73.5,193.5 + pos: 62.5,168.5 parent: 2 - uid: 9348 components: - type: Transform - pos: 72.5,186.5 + pos: 62.5,167.5 parent: 2 - uid: 9349 components: - type: Transform - pos: 72.5,187.5 + pos: 62.5,166.5 parent: 2 - uid: 9350 components: - type: Transform - pos: 72.5,188.5 + pos: 62.5,165.5 parent: 2 - uid: 9351 components: - type: Transform - pos: 72.5,189.5 + pos: 62.5,164.5 parent: 2 - uid: 9352 components: - type: Transform - pos: 72.5,190.5 + pos: 63.5,175.5 parent: 2 - uid: 9353 components: - type: Transform - pos: 72.5,191.5 + pos: 63.5,174.5 parent: 2 - uid: 9354 components: - type: Transform - pos: 72.5,192.5 + pos: 63.5,173.5 parent: 2 - uid: 9355 components: - type: Transform - pos: 72.5,193.5 + pos: 63.5,172.5 parent: 2 - uid: 9356 components: - type: Transform - pos: 71.5,186.5 + pos: 63.5,171.5 parent: 2 - uid: 9357 components: - type: Transform - pos: 71.5,190.5 + pos: 63.5,170.5 parent: 2 - uid: 9358 components: - type: Transform - pos: 71.5,191.5 + pos: 63.5,169.5 parent: 2 - uid: 9359 components: - type: Transform - pos: 71.5,192.5 + pos: 63.5,168.5 parent: 2 - uid: 9360 components: - type: Transform - pos: 71.5,193.5 + pos: 63.5,167.5 parent: 2 - uid: 9361 components: - type: Transform - pos: 71.5,188.5 + pos: 63.5,166.5 parent: 2 - uid: 9362 components: - type: Transform - pos: 71.5,189.5 + pos: 64.5,175.5 parent: 2 - uid: 9363 components: - type: Transform - pos: 70.5,191.5 + pos: 64.5,174.5 parent: 2 - uid: 9364 components: - type: Transform - pos: 70.5,192.5 + pos: 64.5,173.5 parent: 2 - uid: 9365 components: - type: Transform - pos: 70.5,193.5 + pos: 64.5,172.5 parent: 2 - uid: 9366 components: - type: Transform - pos: 71.5,187.5 + pos: 64.5,171.5 parent: 2 - uid: 9367 components: - type: Transform - pos: 62.5,193.5 + pos: 64.5,170.5 parent: 2 - uid: 9368 components: - type: Transform - pos: 67.5,191.5 + pos: 64.5,169.5 parent: 2 - uid: 9369 components: - type: Transform - pos: 66.5,193.5 + pos: 64.5,168.5 parent: 2 - uid: 9370 components: - type: Transform - pos: 67.5,192.5 + pos: 64.5,167.5 parent: 2 - uid: 9371 components: - type: Transform - pos: 71.5,194.5 + pos: 64.5,166.5 parent: 2 - uid: 9372 components: - type: Transform - pos: 71.5,195.5 + pos: 65.5,175.5 parent: 2 - uid: 9373 components: - type: Transform - pos: 71.5,196.5 + pos: 65.5,174.5 parent: 2 - uid: 9374 components: - type: Transform - pos: 70.5,194.5 + pos: 65.5,173.5 parent: 2 - uid: 9375 components: - type: Transform - pos: 70.5,195.5 + pos: 65.5,172.5 parent: 2 - uid: 9376 components: - type: Transform - pos: 70.5,196.5 + pos: 65.5,171.5 parent: 2 - uid: 9377 components: - type: Transform - pos: 69.5,194.5 + pos: 65.5,170.5 parent: 2 - uid: 9378 components: - type: Transform - pos: 69.5,195.5 + pos: 65.5,169.5 parent: 2 - uid: 9379 components: - type: Transform - pos: 69.5,196.5 + pos: 65.5,168.5 parent: 2 - uid: 9380 components: - type: Transform - pos: 68.5,194.5 + pos: 65.5,167.5 parent: 2 - uid: 9381 components: - type: Transform - pos: 68.5,195.5 + pos: 65.5,166.5 parent: 2 - uid: 9382 components: - type: Transform - pos: 68.5,196.5 + pos: 66.5,175.5 parent: 2 - uid: 9383 components: - type: Transform - pos: 67.5,194.5 + pos: 66.5,174.5 parent: 2 - uid: 9384 components: - type: Transform - pos: 67.5,195.5 + pos: 66.5,173.5 parent: 2 - uid: 9385 components: - type: Transform - pos: 67.5,196.5 + pos: 66.5,172.5 parent: 2 - uid: 9386 components: - type: Transform - pos: 66.5,194.5 + pos: 66.5,171.5 parent: 2 - uid: 9387 components: - type: Transform - pos: 66.5,195.5 + pos: 66.5,170.5 parent: 2 - uid: 9388 components: - type: Transform - pos: 66.5,196.5 + pos: 66.5,169.5 parent: 2 - uid: 9389 components: - type: Transform - pos: 65.5,194.5 + pos: 66.5,168.5 parent: 2 - uid: 9390 components: - type: Transform - pos: 65.5,195.5 + pos: 66.5,167.5 parent: 2 - uid: 9391 components: - type: Transform - pos: 65.5,196.5 + pos: 66.5,166.5 parent: 2 - uid: 9392 components: - type: Transform - pos: 64.5,194.5 + pos: 67.5,175.5 parent: 2 - uid: 9393 components: - type: Transform - pos: 64.5,195.5 + pos: 67.5,174.5 parent: 2 - uid: 9394 components: - type: Transform - pos: 64.5,196.5 + pos: 67.5,173.5 parent: 2 - uid: 9395 components: - type: Transform - pos: 63.5,194.5 + pos: 67.5,172.5 parent: 2 - uid: 9396 components: - type: Transform - pos: 63.5,195.5 + pos: 67.5,171.5 parent: 2 - uid: 9397 components: - type: Transform - pos: 63.5,196.5 + pos: 67.5,170.5 parent: 2 - uid: 9398 components: - type: Transform - pos: 62.5,194.5 + pos: 67.5,169.5 parent: 2 - uid: 9399 components: - type: Transform - pos: 62.5,195.5 + pos: 67.5,168.5 parent: 2 - uid: 9400 components: - type: Transform - pos: 62.5,196.5 + pos: 67.5,167.5 parent: 2 - uid: 9401 components: - type: Transform - pos: 61.5,194.5 + pos: 67.5,166.5 parent: 2 - uid: 9402 components: - type: Transform - pos: 61.5,195.5 + pos: 68.5,175.5 parent: 2 - uid: 9403 components: - type: Transform - pos: 61.5,196.5 + pos: 68.5,174.5 parent: 2 - uid: 9404 components: - type: Transform - pos: 58.5,185.5 + pos: 68.5,173.5 parent: 2 - uid: 9405 components: - type: Transform - pos: 58.5,184.5 + pos: 68.5,172.5 parent: 2 - uid: 9406 components: - type: Transform - pos: 59.5,185.5 + pos: 68.5,171.5 parent: 2 - uid: 9407 components: - type: Transform - pos: 59.5,184.5 + pos: 68.5,170.5 parent: 2 - uid: 9408 components: - type: Transform - pos: 60.5,185.5 + pos: 68.5,169.5 parent: 2 - uid: 9409 components: - type: Transform - pos: 60.5,184.5 + pos: 61.5,175.5 parent: 2 - uid: 9410 components: - type: Transform - pos: 61.5,185.5 + pos: 56.5,158.5 parent: 2 - uid: 9411 components: - type: Transform - pos: 61.5,184.5 + pos: 56.5,157.5 parent: 2 - uid: 9412 components: - type: Transform - pos: 62.5,185.5 + pos: 56.5,156.5 parent: 2 - uid: 9413 components: - type: Transform - pos: 65.5,193.5 + pos: 56.5,155.5 parent: 2 - uid: 9414 components: - type: Transform - pos: 63.5,185.5 + pos: 56.5,154.5 parent: 2 - uid: 9415 components: - type: Transform - pos: 61.5,193.5 + pos: 56.5,153.5 parent: 2 - uid: 9416 components: - type: Transform - pos: 61.5,192.5 + pos: 56.5,152.5 parent: 2 - uid: 9417 components: - type: Transform - pos: 64.5,193.5 + pos: 57.5,158.5 parent: 2 - uid: 9418 components: - type: Transform - pos: 64.5,185.5 + pos: 57.5,157.5 parent: 2 - uid: 9419 components: - type: Transform - pos: 65.5,192.5 + pos: 57.5,156.5 parent: 2 - uid: 9420 components: - type: Transform - pos: 65.5,185.5 + pos: 57.5,155.5 parent: 2 - uid: 9421 components: - type: Transform - pos: 63.5,192.5 + pos: 57.5,154.5 parent: 2 - uid: 9422 components: - type: Transform - pos: 63.5,193.5 + pos: 57.5,153.5 parent: 2 - uid: 9423 components: - type: Transform - pos: 66.5,185.5 + pos: 57.5,152.5 parent: 2 - uid: 9424 components: - type: Transform - pos: 69.5,193.5 + pos: 58.5,158.5 parent: 2 - uid: 9425 components: - type: Transform - pos: 68.5,192.5 + pos: 58.5,157.5 parent: 2 - uid: 9426 components: - type: Transform - pos: 68.5,191.5 + pos: 58.5,156.5 parent: 2 - uid: 9427 components: - type: Transform - pos: 66.5,192.5 + pos: 58.5,155.5 parent: 2 - uid: 9428 components: - type: Transform - pos: 67.5,185.5 + pos: 58.5,154.5 parent: 2 - uid: 9429 components: - type: Transform - pos: 69.5,191.5 + pos: 58.5,153.5 parent: 2 - uid: 9430 components: - type: Transform - pos: 69.5,192.5 + pos: 58.5,152.5 parent: 2 - uid: 9431 components: - type: Transform - pos: 67.5,193.5 + pos: 59.5,158.5 parent: 2 - uid: 9432 components: - type: Transform - pos: 68.5,193.5 + pos: 59.5,157.5 parent: 2 - uid: 9433 components: - type: Transform - pos: 64.5,192.5 + pos: 59.5,156.5 parent: 2 - uid: 9434 components: - type: Transform - pos: 50.5,178.5 + pos: 59.5,155.5 parent: 2 - uid: 9435 components: - type: Transform - pos: 50.5,177.5 + pos: 59.5,154.5 parent: 2 - uid: 9436 components: - type: Transform - pos: 50.5,176.5 + pos: 59.5,153.5 parent: 2 - uid: 9437 components: - type: Transform - pos: 51.5,178.5 + pos: 59.5,152.5 parent: 2 - uid: 9438 components: - type: Transform - pos: 51.5,177.5 + pos: 60.5,163.5 parent: 2 - uid: 9439 components: - type: Transform - pos: 51.5,176.5 + pos: 60.5,162.5 parent: 2 - uid: 9440 components: - type: Transform - pos: 52.5,178.5 + pos: 60.5,161.5 parent: 2 - uid: 9441 components: - type: Transform - pos: 52.5,177.5 + pos: 60.5,160.5 parent: 2 - uid: 9442 components: - type: Transform - pos: 52.5,176.5 + pos: 60.5,159.5 parent: 2 - uid: 9443 components: - type: Transform - pos: 53.5,178.5 + pos: 60.5,158.5 parent: 2 - uid: 9444 components: - type: Transform - pos: 53.5,177.5 + pos: 60.5,157.5 parent: 2 - uid: 9445 components: - type: Transform - pos: 53.5,176.5 + pos: 60.5,156.5 parent: 2 - uid: 9446 components: - type: Transform - pos: 54.5,178.5 + pos: 60.5,155.5 parent: 2 - uid: 9447 components: - type: Transform - pos: 54.5,177.5 + pos: 60.5,154.5 parent: 2 - uid: 9448 components: - type: Transform - pos: 54.5,176.5 + pos: 60.5,153.5 parent: 2 - uid: 9449 components: - type: Transform - pos: 55.5,178.5 + pos: 60.5,152.5 parent: 2 - uid: 9450 components: - type: Transform - pos: 55.5,177.5 + pos: 61.5,163.5 parent: 2 - uid: 9451 components: - type: Transform - pos: 55.5,176.5 + pos: 61.5,162.5 parent: 2 - uid: 9452 components: - type: Transform - pos: 56.5,178.5 + pos: 61.5,161.5 parent: 2 - uid: 9453 components: - type: Transform - pos: 56.5,177.5 + pos: 61.5,160.5 parent: 2 - uid: 9454 components: - type: Transform - pos: 56.5,176.5 + pos: 61.5,159.5 parent: 2 - uid: 9455 components: - type: Transform - pos: 57.5,178.5 + pos: 61.5,158.5 parent: 2 - uid: 9456 components: - type: Transform - pos: 57.5,177.5 + pos: 61.5,157.5 parent: 2 - uid: 9457 components: - type: Transform - pos: 57.5,176.5 + pos: 61.5,156.5 parent: 2 - uid: 9458 components: - type: Transform - pos: 58.5,178.5 + pos: 61.5,155.5 parent: 2 - uid: 9459 components: - type: Transform - pos: 58.5,177.5 + pos: 61.5,154.5 parent: 2 - uid: 9460 components: - type: Transform - pos: 58.5,176.5 + pos: 61.5,153.5 parent: 2 - uid: 9461 components: - type: Transform - pos: 59.5,178.5 + pos: 61.5,152.5 parent: 2 - uid: 9462 components: - type: Transform - pos: 59.5,177.5 + pos: 62.5,163.5 parent: 2 - uid: 9463 components: - type: Transform - pos: 59.5,176.5 + pos: 62.5,162.5 parent: 2 - uid: 9464 components: - type: Transform - pos: 60.5,178.5 + pos: 62.5,161.5 parent: 2 - uid: 9465 components: - type: Transform - pos: 60.5,177.5 + pos: 62.5,160.5 parent: 2 - uid: 9466 components: - type: Transform - pos: 60.5,176.5 + pos: 62.5,159.5 parent: 2 - uid: 9467 components: - type: Transform - pos: 61.5,178.5 + pos: 62.5,158.5 parent: 2 - uid: 9468 components: - type: Transform - pos: 61.5,177.5 + pos: 62.5,157.5 parent: 2 - uid: 9469 components: - type: Transform - pos: 61.5,176.5 + pos: 62.5,156.5 parent: 2 - uid: 9470 components: - type: Transform - pos: 62.5,178.5 + pos: 62.5,155.5 parent: 2 - uid: 9471 components: - type: Transform - pos: 62.5,177.5 + pos: 62.5,154.5 parent: 2 - uid: 9472 components: - type: Transform - pos: 62.5,176.5 + pos: 62.5,153.5 parent: 2 - uid: 9473 components: - type: Transform - pos: 63.5,178.5 + pos: 62.5,152.5 parent: 2 - uid: 9474 components: - type: Transform - pos: 63.5,177.5 + pos: 71.5,155.5 parent: 2 - uid: 9475 components: - type: Transform - pos: 63.5,176.5 + pos: 64.5,163.5 parent: 2 - uid: 9476 components: - type: Transform - pos: 64.5,178.5 + pos: 63.5,161.5 parent: 2 - uid: 9477 components: - type: Transform - pos: 64.5,177.5 + pos: 64.5,164.5 parent: 2 - uid: 9478 components: - type: Transform - pos: 64.5,176.5 + pos: 64.5,165.5 parent: 2 - uid: 9479 components: - type: Transform - pos: 65.5,178.5 + pos: 64.5,162.5 parent: 2 - uid: 9480 components: - type: Transform - pos: 65.5,177.5 + pos: 65.5,159.5 parent: 2 - uid: 9481 components: - type: Transform - pos: 65.5,176.5 + pos: 65.5,157.5 parent: 2 - uid: 9482 components: - type: Transform - pos: 66.5,178.5 + pos: 64.5,157.5 parent: 2 - uid: 9483 components: - type: Transform - pos: 66.5,177.5 + pos: 63.5,153.5 parent: 2 - uid: 9484 components: - type: Transform - pos: 66.5,176.5 + pos: 63.5,152.5 parent: 2 - uid: 9485 components: - type: Transform - pos: 67.5,178.5 + pos: 65.5,158.5 parent: 2 - uid: 9486 components: - type: Transform - pos: 67.5,177.5 + pos: 65.5,160.5 parent: 2 - uid: 9487 components: - type: Transform - pos: 67.5,176.5 + pos: 64.5,158.5 parent: 2 - uid: 9488 components: - type: Transform - pos: 68.5,178.5 + pos: 64.5,153.5 parent: 2 - uid: 9489 components: - type: Transform - pos: 68.5,177.5 + pos: 64.5,152.5 parent: 2 - uid: 9490 components: - type: Transform - pos: 68.5,176.5 + pos: 71.5,154.5 parent: 2 - uid: 9491 components: - type: Transform - pos: 67.5,179.5 + pos: 63.5,157.5 parent: 2 - uid: 9492 components: - type: Transform - pos: 68.5,179.5 + pos: 64.5,154.5 parent: 2 - uid: 9493 components: - type: Transform - pos: 60.5,174.5 + pos: 63.5,162.5 parent: 2 - uid: 9494 components: - type: Transform - pos: 60.5,173.5 + pos: 66.5,161.5 parent: 2 - uid: 9495 components: - type: Transform - pos: 60.5,172.5 + pos: 65.5,163.5 parent: 2 - uid: 9496 components: - type: Transform - pos: 60.5,171.5 + pos: 64.5,160.5 parent: 2 - uid: 9497 components: - type: Transform - pos: 60.5,170.5 + pos: 63.5,160.5 parent: 2 - uid: 9498 components: - type: Transform - pos: 60.5,169.5 + pos: 63.5,163.5 parent: 2 - uid: 9499 components: - type: Transform - pos: 60.5,168.5 + pos: 66.5,162.5 parent: 2 - uid: 9500 components: - type: Transform - pos: 60.5,167.5 + pos: 66.5,163.5 parent: 2 - uid: 9501 components: - type: Transform - pos: 60.5,166.5 + pos: 65.5,162.5 parent: 2 - uid: 9502 components: - type: Transform - pos: 60.5,165.5 + pos: 65.5,161.5 parent: 2 - uid: 9503 components: - type: Transform - pos: 60.5,164.5 + pos: 63.5,158.5 parent: 2 - uid: 9504 components: - type: Transform - pos: 61.5,174.5 + pos: 64.5,155.5 parent: 2 - uid: 9505 components: - type: Transform - pos: 61.5,173.5 + pos: 63.5,165.5 parent: 2 - uid: 9506 components: - type: Transform - pos: 61.5,172.5 + pos: 66.5,164.5 parent: 2 - uid: 9507 components: - type: Transform - pos: 61.5,171.5 + pos: 66.5,165.5 parent: 2 - uid: 9508 components: - type: Transform - pos: 61.5,170.5 + pos: 65.5,165.5 parent: 2 - uid: 9509 components: - type: Transform - pos: 61.5,169.5 + pos: 65.5,164.5 parent: 2 - uid: 9510 components: - type: Transform - pos: 61.5,168.5 + pos: 64.5,161.5 parent: 2 - uid: 9511 components: - type: Transform - pos: 61.5,167.5 + pos: 64.5,159.5 parent: 2 - uid: 9512 components: - type: Transform - pos: 61.5,166.5 + pos: 63.5,159.5 parent: 2 - uid: 9513 components: - type: Transform - pos: 61.5,165.5 + pos: 63.5,164.5 parent: 2 - uid: 9514 components: - type: Transform - pos: 61.5,164.5 + pos: 64.5,156.5 parent: 2 - uid: 9515 components: - type: Transform - pos: 62.5,174.5 + pos: 63.5,154.5 parent: 2 - uid: 9516 components: - type: Transform - pos: 62.5,173.5 + pos: 63.5,155.5 parent: 2 - uid: 9517 components: - type: Transform - pos: 62.5,172.5 + pos: 63.5,156.5 parent: 2 - uid: 9518 components: - type: Transform - pos: 62.5,171.5 + pos: 71.5,153.5 parent: 2 - uid: 9519 components: - type: Transform - pos: 62.5,170.5 + pos: 71.5,152.5 parent: 2 - uid: 9520 components: - type: Transform - pos: 62.5,169.5 + pos: 72.5,153.5 parent: 2 - uid: 9521 components: - type: Transform - pos: 62.5,168.5 + pos: 72.5,152.5 parent: 2 - uid: 9522 components: - type: Transform - pos: 62.5,167.5 + pos: 74.5,152.5 parent: 2 - uid: 9523 components: - type: Transform - pos: 62.5,166.5 + pos: 74.5,153.5 parent: 2 - uid: 9524 components: - type: Transform - pos: 62.5,165.5 + pos: 73.5,153.5 parent: 2 - uid: 9525 components: - type: Transform - pos: 62.5,164.5 + pos: 73.5,152.5 parent: 2 - uid: 9526 components: - type: Transform - pos: 63.5,175.5 + pos: 61.5,151.5 parent: 2 - uid: 9527 components: - type: Transform - pos: 63.5,174.5 + pos: 61.5,150.5 parent: 2 - uid: 9528 components: - type: Transform - pos: 63.5,173.5 + pos: 61.5,149.5 parent: 2 - uid: 9529 components: - type: Transform - pos: 63.5,172.5 + pos: 61.5,148.5 parent: 2 - uid: 9530 components: - type: Transform - pos: 63.5,171.5 + pos: 61.5,147.5 parent: 2 - uid: 9531 components: - type: Transform - pos: 63.5,170.5 + pos: 61.5,146.5 parent: 2 - uid: 9532 components: - type: Transform - pos: 63.5,169.5 + pos: 61.5,145.5 parent: 2 - uid: 9533 components: - type: Transform - pos: 63.5,168.5 + pos: 61.5,144.5 parent: 2 - uid: 9534 components: - type: Transform - pos: 63.5,167.5 + pos: 68.5,131.5 parent: 2 - uid: 9535 components: - type: Transform - pos: 63.5,166.5 + pos: 60.5,151.5 parent: 2 - uid: 9536 components: - type: Transform - pos: 64.5,175.5 + pos: 60.5,150.5 parent: 2 - uid: 9537 components: - type: Transform - pos: 64.5,174.5 + pos: 60.5,149.5 parent: 2 - uid: 9538 components: - type: Transform - pos: 64.5,173.5 + pos: 60.5,148.5 parent: 2 - uid: 9539 components: - type: Transform - pos: 64.5,172.5 + pos: 60.5,147.5 parent: 2 - uid: 9540 components: - type: Transform - pos: 64.5,171.5 + pos: 60.5,146.5 parent: 2 - uid: 9541 components: - type: Transform - pos: 64.5,170.5 + pos: 60.5,145.5 parent: 2 - uid: 9542 components: - type: Transform - pos: 64.5,169.5 + pos: 60.5,144.5 parent: 2 - uid: 9543 components: - type: Transform - pos: 64.5,168.5 + pos: 59.5,151.5 parent: 2 - uid: 9544 components: - type: Transform - pos: 64.5,167.5 + pos: 59.5,150.5 parent: 2 - uid: 9545 components: - type: Transform - pos: 64.5,166.5 + pos: 59.5,149.5 parent: 2 - uid: 9546 components: - type: Transform - pos: 65.5,175.5 + pos: 59.5,148.5 parent: 2 - uid: 9547 components: - type: Transform - pos: 65.5,174.5 + pos: 59.5,147.5 parent: 2 - uid: 9548 components: - type: Transform - pos: 65.5,173.5 + pos: 59.5,146.5 parent: 2 - uid: 9549 components: - type: Transform - pos: 65.5,172.5 + pos: 59.5,145.5 parent: 2 - uid: 9550 components: - type: Transform - pos: 65.5,171.5 + pos: 59.5,144.5 parent: 2 - uid: 9551 components: - type: Transform - pos: 65.5,170.5 + pos: 58.5,151.5 parent: 2 - uid: 9552 components: - type: Transform - pos: 65.5,169.5 + pos: 58.5,150.5 parent: 2 - uid: 9553 components: - type: Transform - pos: 65.5,168.5 + pos: 58.5,149.5 parent: 2 - uid: 9554 components: - type: Transform - pos: 65.5,167.5 + pos: 58.5,148.5 parent: 2 - uid: 9555 components: - type: Transform - pos: 65.5,166.5 + pos: 58.5,147.5 parent: 2 - uid: 9556 components: - type: Transform - pos: 66.5,175.5 + pos: 58.5,146.5 parent: 2 - uid: 9557 components: - type: Transform - pos: 66.5,174.5 + pos: 58.5,145.5 parent: 2 - uid: 9558 components: - type: Transform - pos: 66.5,173.5 + pos: 58.5,144.5 parent: 2 - uid: 9559 components: - type: Transform - pos: 66.5,172.5 + pos: 67.5,131.5 parent: 2 - uid: 9560 components: - type: Transform - pos: 66.5,171.5 + pos: 57.5,151.5 parent: 2 - uid: 9561 components: - type: Transform - pos: 66.5,170.5 + pos: 57.5,150.5 parent: 2 - uid: 9562 components: - type: Transform - pos: 66.5,169.5 + pos: 57.5,149.5 parent: 2 - uid: 9563 components: - type: Transform - pos: 66.5,168.5 + pos: 57.5,148.5 parent: 2 - uid: 9564 components: - type: Transform - pos: 66.5,167.5 + pos: 57.5,147.5 parent: 2 - uid: 9565 components: - type: Transform - pos: 66.5,166.5 + pos: 57.5,146.5 parent: 2 - uid: 9566 components: - type: Transform - pos: 67.5,175.5 + pos: 57.5,145.5 parent: 2 - uid: 9567 components: - type: Transform - pos: 67.5,174.5 + pos: 57.5,144.5 parent: 2 - uid: 9568 components: - type: Transform - pos: 67.5,173.5 + pos: 56.5,151.5 parent: 2 - uid: 9569 components: - type: Transform - pos: 67.5,172.5 + pos: 56.5,150.5 parent: 2 - uid: 9570 components: - type: Transform - pos: 67.5,171.5 + pos: 56.5,149.5 parent: 2 - uid: 9571 components: - type: Transform - pos: 67.5,170.5 + pos: 56.5,148.5 parent: 2 - uid: 9572 components: - type: Transform - pos: 67.5,169.5 + pos: 56.5,147.5 parent: 2 - uid: 9573 components: - type: Transform - pos: 67.5,168.5 + pos: 56.5,146.5 parent: 2 - uid: 9574 components: - type: Transform - pos: 67.5,167.5 + pos: 56.5,145.5 parent: 2 - uid: 9575 components: - type: Transform - pos: 67.5,166.5 + pos: 56.5,144.5 parent: 2 - uid: 9576 components: - type: Transform - pos: 68.5,175.5 + pos: 62.5,146.5 parent: 2 - uid: 9577 components: - type: Transform - pos: 68.5,174.5 + pos: 62.5,145.5 parent: 2 - uid: 9578 components: - type: Transform - pos: 68.5,173.5 + pos: 62.5,144.5 parent: 2 - uid: 9579 components: - type: Transform - pos: 68.5,172.5 + pos: 63.5,146.5 parent: 2 - uid: 9580 components: - type: Transform - pos: 68.5,171.5 + pos: 63.5,145.5 parent: 2 - uid: 9581 components: - type: Transform - pos: 68.5,170.5 + pos: 63.5,144.5 parent: 2 - uid: 9582 components: - type: Transform - pos: 68.5,169.5 + pos: 64.5,146.5 parent: 2 - uid: 9583 components: - type: Transform - pos: 61.5,175.5 + pos: 64.5,145.5 parent: 2 - uid: 9584 components: - type: Transform - pos: 56.5,158.5 + pos: 64.5,144.5 parent: 2 - uid: 9585 components: - type: Transform - pos: 56.5,157.5 + pos: 65.5,146.5 parent: 2 - uid: 9586 components: - type: Transform - pos: 56.5,156.5 + pos: 65.5,145.5 parent: 2 - uid: 9587 components: - type: Transform - pos: 56.5,155.5 + pos: 65.5,144.5 parent: 2 - uid: 9588 components: - type: Transform - pos: 56.5,154.5 + pos: 66.5,146.5 parent: 2 - uid: 9589 components: - type: Transform - pos: 56.5,153.5 + pos: 66.5,145.5 parent: 2 - uid: 9590 components: - type: Transform - pos: 56.5,152.5 + pos: 66.5,144.5 parent: 2 - uid: 9591 components: - type: Transform - pos: 57.5,158.5 + pos: 67.5,146.5 parent: 2 - uid: 9592 components: - type: Transform - pos: 57.5,157.5 + pos: 67.5,145.5 parent: 2 - uid: 9593 components: - type: Transform - pos: 57.5,156.5 + pos: 67.5,144.5 parent: 2 - uid: 9594 components: - type: Transform - pos: 57.5,155.5 + pos: 67.5,143.5 parent: 2 - uid: 9595 components: - type: Transform - pos: 57.5,154.5 + pos: 67.5,142.5 parent: 2 - uid: 9596 components: - type: Transform - pos: 57.5,153.5 + pos: 67.5,141.5 parent: 2 - uid: 9597 components: - type: Transform - pos: 57.5,152.5 + pos: 67.5,140.5 parent: 2 - uid: 9598 components: - type: Transform - pos: 58.5,158.5 + pos: 68.5,146.5 parent: 2 - uid: 9599 components: - type: Transform - pos: 58.5,157.5 + pos: 68.5,145.5 parent: 2 - uid: 9600 components: - type: Transform - pos: 58.5,156.5 + pos: 68.5,144.5 parent: 2 - uid: 9601 components: - type: Transform - pos: 58.5,155.5 + pos: 68.5,143.5 parent: 2 - uid: 9602 components: - type: Transform - pos: 58.5,154.5 + pos: 68.5,142.5 parent: 2 - uid: 9603 components: - type: Transform - pos: 58.5,153.5 + pos: 68.5,141.5 parent: 2 - uid: 9604 components: - type: Transform - pos: 58.5,152.5 + pos: 68.5,140.5 parent: 2 - uid: 9605 components: - type: Transform - pos: 59.5,158.5 + pos: 69.5,146.5 parent: 2 - uid: 9606 components: - type: Transform - pos: 59.5,157.5 + pos: 69.5,145.5 parent: 2 - uid: 9607 components: - type: Transform - pos: 59.5,156.5 + pos: 69.5,144.5 parent: 2 - uid: 9608 components: - type: Transform - pos: 59.5,155.5 + pos: 69.5,143.5 parent: 2 - uid: 9609 components: - type: Transform - pos: 59.5,154.5 + pos: 69.5,142.5 parent: 2 - uid: 9610 components: - type: Transform - pos: 59.5,153.5 + pos: 69.5,141.5 parent: 2 - uid: 9611 components: - type: Transform - pos: 59.5,152.5 + pos: 69.5,140.5 parent: 2 - uid: 9612 components: - type: Transform - pos: 60.5,163.5 + pos: 70.5,146.5 parent: 2 - uid: 9613 components: - type: Transform - pos: 60.5,162.5 + pos: 70.5,145.5 parent: 2 - uid: 9614 components: - type: Transform - pos: 60.5,161.5 + pos: 70.5,144.5 parent: 2 - uid: 9615 components: - type: Transform - pos: 60.5,160.5 + pos: 70.5,143.5 parent: 2 - uid: 9616 components: - type: Transform - pos: 60.5,159.5 + pos: 70.5,142.5 parent: 2 - uid: 9617 components: - type: Transform - pos: 60.5,158.5 + pos: 70.5,141.5 parent: 2 - uid: 9618 components: - type: Transform - pos: 60.5,157.5 + pos: 70.5,140.5 parent: 2 - uid: 9619 components: - type: Transform - pos: 60.5,156.5 + pos: 71.5,146.5 parent: 2 - uid: 9620 components: - type: Transform - pos: 60.5,155.5 + pos: 71.5,145.5 parent: 2 - uid: 9621 components: - type: Transform - pos: 60.5,154.5 + pos: 71.5,144.5 parent: 2 - uid: 9622 components: - type: Transform - pos: 60.5,153.5 + pos: 71.5,143.5 parent: 2 - uid: 9623 components: - type: Transform - pos: 60.5,152.5 + pos: 71.5,142.5 parent: 2 - uid: 9624 components: - type: Transform - pos: 61.5,163.5 + pos: 71.5,141.5 parent: 2 - uid: 9625 components: - type: Transform - pos: 61.5,162.5 + pos: 71.5,140.5 parent: 2 - uid: 9626 components: - type: Transform - pos: 61.5,161.5 + pos: 72.5,146.5 parent: 2 - uid: 9627 components: - type: Transform - pos: 61.5,160.5 + pos: 72.5,145.5 parent: 2 - uid: 9628 components: - type: Transform - pos: 61.5,159.5 + pos: 72.5,144.5 parent: 2 - uid: 9629 components: - type: Transform - pos: 61.5,158.5 + pos: 72.5,143.5 parent: 2 - uid: 9630 components: - type: Transform - pos: 61.5,157.5 + pos: 72.5,142.5 parent: 2 - uid: 9631 components: - type: Transform - pos: 61.5,156.5 + pos: 72.5,141.5 parent: 2 - uid: 9632 components: - type: Transform - pos: 61.5,155.5 + pos: 72.5,140.5 parent: 2 - uid: 9633 components: - type: Transform - pos: 61.5,154.5 + pos: 73.5,146.5 parent: 2 - uid: 9634 components: - type: Transform - pos: 61.5,153.5 + pos: 73.5,145.5 parent: 2 - uid: 9635 components: - type: Transform - pos: 61.5,152.5 + pos: 73.5,144.5 parent: 2 - uid: 9636 components: - type: Transform - pos: 62.5,163.5 + pos: 73.5,143.5 parent: 2 - uid: 9637 components: - type: Transform - pos: 62.5,162.5 + pos: 73.5,142.5 parent: 2 - uid: 9638 components: - type: Transform - pos: 62.5,161.5 + pos: 73.5,141.5 parent: 2 - uid: 9639 components: - type: Transform - pos: 62.5,160.5 + pos: 73.5,140.5 parent: 2 - uid: 9640 components: - type: Transform - pos: 62.5,159.5 + pos: 74.5,146.5 parent: 2 - uid: 9641 components: - type: Transform - pos: 62.5,158.5 + pos: 74.5,145.5 parent: 2 - uid: 9642 components: - type: Transform - pos: 62.5,157.5 + pos: 74.5,144.5 parent: 2 - uid: 9643 components: - type: Transform - pos: 62.5,156.5 + pos: 74.5,143.5 parent: 2 - uid: 9644 components: - type: Transform - pos: 62.5,155.5 + pos: 74.5,142.5 parent: 2 - uid: 9645 components: - type: Transform - pos: 62.5,154.5 + pos: 74.5,141.5 parent: 2 - uid: 9646 components: - type: Transform - pos: 62.5,153.5 + pos: 74.5,140.5 parent: 2 - uid: 9647 components: - type: Transform - pos: 62.5,152.5 + pos: 74.5,139.5 parent: 2 - uid: 9648 components: - type: Transform - pos: 71.5,155.5 + pos: 74.5,138.5 parent: 2 - uid: 9649 components: - type: Transform - pos: 64.5,163.5 + pos: 74.5,137.5 parent: 2 - uid: 9650 components: - type: Transform - pos: 63.5,161.5 + pos: 74.5,136.5 parent: 2 - uid: 9651 components: - type: Transform - pos: 64.5,164.5 + pos: 74.5,135.5 parent: 2 - uid: 9652 components: - type: Transform - pos: 64.5,165.5 + pos: 74.5,134.5 parent: 2 - uid: 9653 components: - type: Transform - pos: 64.5,162.5 + pos: 74.5,133.5 parent: 2 - uid: 9654 components: - type: Transform - pos: 65.5,159.5 + pos: 74.5,132.5 parent: 2 - uid: 9655 components: - type: Transform - pos: 65.5,157.5 + pos: 74.5,131.5 parent: 2 - uid: 9656 components: - type: Transform - pos: 64.5,157.5 + pos: 74.5,130.5 parent: 2 - uid: 9657 components: - type: Transform - pos: 63.5,153.5 + pos: 74.5,129.5 parent: 2 - uid: 9658 components: - type: Transform - pos: 63.5,152.5 + pos: 74.5,128.5 parent: 2 - uid: 9659 components: - type: Transform - pos: 65.5,158.5 + pos: 74.5,127.5 parent: 2 - uid: 9660 components: - type: Transform - pos: 65.5,160.5 + pos: 74.5,126.5 parent: 2 - uid: 9661 components: - type: Transform - pos: 64.5,158.5 + pos: 73.5,139.5 parent: 2 - uid: 9662 components: - type: Transform - pos: 64.5,153.5 + pos: 73.5,138.5 parent: 2 - uid: 9663 components: - type: Transform - pos: 64.5,152.5 + pos: 73.5,137.5 parent: 2 - uid: 9664 components: - type: Transform - pos: 71.5,154.5 + pos: 73.5,136.5 parent: 2 - uid: 9665 components: - type: Transform - pos: 63.5,157.5 + pos: 73.5,135.5 parent: 2 - uid: 9666 components: - type: Transform - pos: 64.5,154.5 + pos: 73.5,134.5 parent: 2 - uid: 9667 components: - type: Transform - pos: 63.5,162.5 + pos: 73.5,133.5 parent: 2 - uid: 9668 components: - type: Transform - pos: 66.5,161.5 + pos: 73.5,132.5 parent: 2 - uid: 9669 components: - type: Transform - pos: 65.5,163.5 + pos: 73.5,131.5 parent: 2 - uid: 9670 components: - type: Transform - pos: 64.5,160.5 + pos: 73.5,130.5 parent: 2 - uid: 9671 components: - type: Transform - pos: 63.5,160.5 + pos: 73.5,129.5 parent: 2 - uid: 9672 components: - type: Transform - pos: 63.5,163.5 + pos: 73.5,128.5 parent: 2 - uid: 9673 components: - type: Transform - pos: 66.5,162.5 + pos: 73.5,127.5 parent: 2 - uid: 9674 components: - type: Transform - pos: 66.5,163.5 + pos: 73.5,126.5 parent: 2 - uid: 9675 components: - type: Transform - pos: 65.5,162.5 + pos: 72.5,139.5 parent: 2 - uid: 9676 components: - type: Transform - pos: 65.5,161.5 + pos: 72.5,138.5 parent: 2 - uid: 9677 components: - type: Transform - pos: 63.5,158.5 + pos: 72.5,137.5 parent: 2 - uid: 9678 components: - type: Transform - pos: 64.5,155.5 + pos: 72.5,136.5 parent: 2 - uid: 9679 components: - type: Transform - pos: 63.5,165.5 + pos: 72.5,135.5 parent: 2 - uid: 9680 components: - type: Transform - pos: 66.5,164.5 + pos: 72.5,134.5 parent: 2 - uid: 9681 components: - type: Transform - pos: 66.5,165.5 + pos: 72.5,133.5 parent: 2 - uid: 9682 components: - type: Transform - pos: 65.5,165.5 + pos: 72.5,132.5 parent: 2 - uid: 9683 components: - type: Transform - pos: 65.5,164.5 + pos: 72.5,131.5 parent: 2 - uid: 9684 components: - type: Transform - pos: 64.5,161.5 + pos: 72.5,130.5 parent: 2 - uid: 9685 components: - type: Transform - pos: 64.5,159.5 + pos: 72.5,129.5 parent: 2 - uid: 9686 components: - type: Transform - pos: 63.5,159.5 + pos: 72.5,128.5 parent: 2 - uid: 9687 components: - type: Transform - pos: 63.5,164.5 + pos: 72.5,127.5 parent: 2 - uid: 9688 components: - type: Transform - pos: 64.5,156.5 + pos: 72.5,126.5 parent: 2 - uid: 9689 components: - type: Transform - pos: 63.5,154.5 + pos: 71.5,139.5 parent: 2 - uid: 9690 components: - type: Transform - pos: 63.5,155.5 + pos: 71.5,138.5 parent: 2 - uid: 9691 components: - type: Transform - pos: 63.5,156.5 + pos: 71.5,137.5 parent: 2 - uid: 9692 components: - type: Transform - pos: 71.5,153.5 + pos: 71.5,136.5 parent: 2 - uid: 9693 components: - type: Transform - pos: 71.5,152.5 + pos: 71.5,135.5 parent: 2 - uid: 9694 components: - type: Transform - pos: 72.5,153.5 + pos: 71.5,134.5 parent: 2 - uid: 9695 components: - type: Transform - pos: 72.5,152.5 + pos: 71.5,133.5 parent: 2 - uid: 9696 components: - type: Transform - pos: 74.5,152.5 + pos: 71.5,132.5 parent: 2 - uid: 9697 components: - type: Transform - pos: 74.5,153.5 + pos: 71.5,131.5 parent: 2 - uid: 9698 components: - type: Transform - pos: 73.5,153.5 + pos: 71.5,130.5 parent: 2 - uid: 9699 components: - type: Transform - pos: 73.5,152.5 + pos: 71.5,129.5 parent: 2 - uid: 9700 components: - type: Transform - pos: 61.5,151.5 + pos: 71.5,128.5 parent: 2 - uid: 9701 components: - type: Transform - pos: 61.5,150.5 + pos: 71.5,127.5 parent: 2 - uid: 9702 components: - type: Transform - pos: 61.5,149.5 + pos: 71.5,126.5 parent: 2 - uid: 9703 components: - type: Transform - pos: 61.5,148.5 + pos: 70.5,139.5 parent: 2 - uid: 9704 components: - type: Transform - pos: 61.5,147.5 + pos: 70.5,138.5 parent: 2 - uid: 9705 components: - type: Transform - pos: 61.5,146.5 + pos: 70.5,137.5 parent: 2 - uid: 9706 components: - type: Transform - pos: 61.5,145.5 + pos: 70.5,136.5 parent: 2 - uid: 9707 components: - type: Transform - pos: 61.5,144.5 + pos: 70.5,135.5 parent: 2 - uid: 9708 components: - type: Transform - pos: 68.5,131.5 + pos: 70.5,134.5 parent: 2 - uid: 9709 components: - type: Transform - pos: 60.5,151.5 + pos: 70.5,133.5 parent: 2 - uid: 9710 components: - type: Transform - pos: 60.5,150.5 + pos: 70.5,132.5 parent: 2 - uid: 9711 components: - type: Transform - pos: 60.5,149.5 + pos: 70.5,131.5 parent: 2 - uid: 9712 components: - type: Transform - pos: 60.5,148.5 + pos: 70.5,130.5 parent: 2 - uid: 9713 components: - type: Transform - pos: 60.5,147.5 + pos: 70.5,129.5 parent: 2 - uid: 9714 components: - type: Transform - pos: 60.5,146.5 + pos: 70.5,128.5 parent: 2 - uid: 9715 components: - type: Transform - pos: 60.5,145.5 + pos: 70.5,127.5 parent: 2 - uid: 9716 components: - type: Transform - pos: 60.5,144.5 + pos: 70.5,126.5 parent: 2 - uid: 9717 components: - type: Transform - pos: 59.5,151.5 + pos: 69.5,139.5 parent: 2 - uid: 9718 components: - type: Transform - pos: 59.5,150.5 + pos: 69.5,138.5 parent: 2 - uid: 9719 components: - type: Transform - pos: 59.5,149.5 + pos: 69.5,137.5 parent: 2 - uid: 9720 components: - type: Transform - pos: 59.5,148.5 + pos: 69.5,136.5 parent: 2 - uid: 9721 components: - type: Transform - pos: 59.5,147.5 + pos: 69.5,135.5 parent: 2 - uid: 9722 components: - type: Transform - pos: 59.5,146.5 + pos: 69.5,134.5 parent: 2 - uid: 9723 components: - type: Transform - pos: 59.5,145.5 + pos: 69.5,133.5 parent: 2 - uid: 9724 components: - type: Transform - pos: 59.5,144.5 + pos: 69.5,132.5 parent: 2 - uid: 9725 components: - type: Transform - pos: 58.5,151.5 + pos: 69.5,131.5 parent: 2 - uid: 9726 components: - type: Transform - pos: 58.5,150.5 + pos: 69.5,130.5 parent: 2 - uid: 9727 components: - type: Transform - pos: 58.5,149.5 + pos: 69.5,129.5 parent: 2 - uid: 9728 components: - type: Transform - pos: 58.5,148.5 + pos: 69.5,128.5 parent: 2 - uid: 9729 components: - type: Transform - pos: 58.5,147.5 + pos: 69.5,127.5 parent: 2 - uid: 9730 components: - type: Transform - pos: 58.5,146.5 + pos: 69.5,126.5 parent: 2 - uid: 9731 components: - type: Transform - pos: 58.5,145.5 + pos: 68.5,139.5 parent: 2 - uid: 9732 components: - type: Transform - pos: 58.5,144.5 + pos: 68.5,138.5 parent: 2 - uid: 9733 components: - type: Transform - pos: 67.5,131.5 + pos: 68.5,137.5 parent: 2 - uid: 9734 components: - type: Transform - pos: 57.5,151.5 + pos: 68.5,136.5 parent: 2 - uid: 9735 components: - type: Transform - pos: 57.5,150.5 + pos: 68.5,135.5 parent: 2 - uid: 9736 components: - type: Transform - pos: 57.5,149.5 + pos: 68.5,134.5 parent: 2 - uid: 9737 components: - type: Transform - pos: 57.5,148.5 + pos: 68.5,133.5 parent: 2 - uid: 9738 components: - type: Transform - pos: 57.5,147.5 + pos: 68.5,132.5 parent: 2 - uid: 9739 components: - type: Transform - pos: 57.5,146.5 + pos: 68.5,130.5 parent: 2 - uid: 9740 components: - type: Transform - pos: 57.5,145.5 + pos: 68.5,129.5 parent: 2 - uid: 9741 components: - type: Transform - pos: 57.5,144.5 + pos: 68.5,128.5 parent: 2 - uid: 9742 components: - type: Transform - pos: 56.5,151.5 + pos: 68.5,127.5 parent: 2 - uid: 9743 components: - type: Transform - pos: 56.5,150.5 + pos: 68.5,126.5 parent: 2 - uid: 9744 components: - type: Transform - pos: 56.5,149.5 + pos: 67.5,139.5 parent: 2 - uid: 9745 components: - type: Transform - pos: 56.5,148.5 + pos: 67.5,138.5 parent: 2 - uid: 9746 components: - type: Transform - pos: 56.5,147.5 + pos: 67.5,137.5 parent: 2 - uid: 9747 components: - type: Transform - pos: 56.5,146.5 + pos: 67.5,136.5 parent: 2 - uid: 9748 components: - type: Transform - pos: 56.5,145.5 + pos: 67.5,135.5 parent: 2 - uid: 9749 components: - type: Transform - pos: 56.5,144.5 + pos: 67.5,134.5 parent: 2 - uid: 9750 components: - type: Transform - pos: 62.5,146.5 + pos: 67.5,133.5 parent: 2 - uid: 9751 components: - type: Transform - pos: 62.5,145.5 + pos: 67.5,132.5 parent: 2 - uid: 9752 components: - type: Transform - pos: 62.5,144.5 + pos: 67.5,130.5 parent: 2 - uid: 9753 components: - type: Transform - pos: 63.5,146.5 + pos: 67.5,129.5 parent: 2 - uid: 9754 components: - type: Transform - pos: 63.5,145.5 + pos: 67.5,128.5 parent: 2 - uid: 9755 components: - type: Transform - pos: 63.5,144.5 + pos: 67.5,127.5 parent: 2 - uid: 9756 components: - type: Transform - pos: 64.5,146.5 + pos: 67.5,126.5 parent: 2 - uid: 9757 components: - type: Transform - pos: 64.5,145.5 + pos: 66.5,130.5 parent: 2 - uid: 9758 components: - type: Transform - pos: 64.5,144.5 + pos: 66.5,129.5 parent: 2 - uid: 9759 components: - type: Transform - pos: 65.5,146.5 + pos: 66.5,128.5 parent: 2 - uid: 9760 components: - type: Transform - pos: 65.5,145.5 + pos: 66.5,127.5 parent: 2 - uid: 9761 components: - type: Transform - pos: 65.5,144.5 + pos: 66.5,126.5 parent: 2 - uid: 9762 components: - type: Transform - pos: 66.5,146.5 + pos: 65.5,130.5 parent: 2 - uid: 9763 components: - type: Transform - pos: 66.5,145.5 + pos: 65.5,129.5 parent: 2 - uid: 9764 components: - type: Transform - pos: 66.5,144.5 + pos: 65.5,128.5 parent: 2 - uid: 9765 components: - type: Transform - pos: 67.5,146.5 + pos: 65.5,127.5 parent: 2 - uid: 9766 components: - type: Transform - pos: 67.5,145.5 + pos: 65.5,126.5 parent: 2 - uid: 9767 components: - type: Transform - pos: 67.5,144.5 + pos: 64.5,130.5 parent: 2 - uid: 9768 components: - type: Transform - pos: 67.5,143.5 + pos: 64.5,129.5 parent: 2 - uid: 9769 components: - type: Transform - pos: 67.5,142.5 + pos: 64.5,128.5 parent: 2 - uid: 9770 components: - type: Transform - pos: 67.5,141.5 + pos: 64.5,127.5 parent: 2 - uid: 9771 components: - type: Transform - pos: 67.5,140.5 + pos: 64.5,126.5 parent: 2 - uid: 9772 components: - type: Transform - pos: 68.5,146.5 + pos: 63.5,130.5 parent: 2 - uid: 9773 components: - type: Transform - pos: 68.5,145.5 + pos: 63.5,129.5 parent: 2 - uid: 9774 components: - type: Transform - pos: 68.5,144.5 + pos: 63.5,128.5 parent: 2 - uid: 9775 components: - type: Transform - pos: 68.5,143.5 + pos: 63.5,127.5 parent: 2 - uid: 9776 components: - type: Transform - pos: 68.5,142.5 + pos: 63.5,126.5 parent: 2 - uid: 9777 components: - type: Transform - pos: 68.5,141.5 + pos: 62.5,130.5 parent: 2 - uid: 9778 components: - type: Transform - pos: 68.5,140.5 + pos: 62.5,129.5 parent: 2 - uid: 9779 components: - type: Transform - pos: 69.5,146.5 + pos: 62.5,128.5 parent: 2 - uid: 9780 components: - type: Transform - pos: 69.5,145.5 + pos: 62.5,127.5 parent: 2 - uid: 9781 components: - type: Transform - pos: 69.5,144.5 + pos: 62.5,126.5 parent: 2 - uid: 9782 components: - type: Transform - pos: 69.5,143.5 + pos: 61.5,130.5 parent: 2 - uid: 9783 components: - type: Transform - pos: 69.5,142.5 + pos: 61.5,129.5 parent: 2 - uid: 9784 components: - type: Transform - pos: 69.5,141.5 + pos: 61.5,128.5 parent: 2 - uid: 9785 components: - type: Transform - pos: 69.5,140.5 + pos: 61.5,127.5 parent: 2 - uid: 9786 components: - type: Transform - pos: 70.5,146.5 + pos: 61.5,126.5 parent: 2 - uid: 9787 components: - type: Transform - pos: 70.5,145.5 + pos: 60.5,130.5 parent: 2 - uid: 9788 components: - type: Transform - pos: 70.5,144.5 + pos: 60.5,129.5 parent: 2 - uid: 9789 components: - type: Transform - pos: 70.5,143.5 + pos: 60.5,128.5 parent: 2 - uid: 9790 components: - type: Transform - pos: 70.5,142.5 + pos: 60.5,127.5 parent: 2 - uid: 9791 components: - type: Transform - pos: 70.5,141.5 + pos: 60.5,126.5 parent: 2 - uid: 9792 components: - type: Transform - pos: 70.5,140.5 + pos: 59.5,130.5 parent: 2 - uid: 9793 components: - type: Transform - pos: 71.5,146.5 + pos: 59.5,129.5 parent: 2 - uid: 9794 components: - type: Transform - pos: 71.5,145.5 + pos: 59.5,128.5 parent: 2 - uid: 9795 components: - type: Transform - pos: 71.5,144.5 + pos: 59.5,127.5 parent: 2 - uid: 9796 components: - type: Transform - pos: 71.5,143.5 + pos: 59.5,126.5 parent: 2 - uid: 9797 components: - type: Transform - pos: 71.5,142.5 + pos: 58.5,130.5 parent: 2 - uid: 9798 components: - type: Transform - pos: 71.5,141.5 + pos: 58.5,129.5 parent: 2 - uid: 9799 components: - type: Transform - pos: 71.5,140.5 + pos: 58.5,128.5 parent: 2 - uid: 9800 components: - type: Transform - pos: 72.5,146.5 + pos: 58.5,127.5 parent: 2 - uid: 9801 components: - type: Transform - pos: 72.5,145.5 + pos: 58.5,126.5 parent: 2 - uid: 9802 components: - type: Transform - pos: 72.5,144.5 + pos: 57.5,130.5 parent: 2 - uid: 9803 components: - type: Transform - pos: 72.5,143.5 + pos: 57.5,129.5 parent: 2 - uid: 9804 components: - type: Transform - pos: 72.5,142.5 + pos: 57.5,128.5 parent: 2 - uid: 9805 components: - type: Transform - pos: 72.5,141.5 + pos: 57.5,127.5 parent: 2 - uid: 9806 components: - type: Transform - pos: 72.5,140.5 + pos: 57.5,126.5 parent: 2 - uid: 9807 components: - type: Transform - pos: 73.5,146.5 + pos: 56.5,130.5 parent: 2 - uid: 9808 components: - type: Transform - pos: 73.5,145.5 + pos: 56.5,129.5 parent: 2 - uid: 9809 components: - type: Transform - pos: 73.5,144.5 + pos: 56.5,128.5 parent: 2 - uid: 9810 components: - type: Transform - pos: 73.5,143.5 + pos: 56.5,127.5 parent: 2 - uid: 9811 components: - type: Transform - pos: 73.5,142.5 + pos: 56.5,126.5 parent: 2 - uid: 9812 components: - type: Transform - pos: 73.5,141.5 + pos: 55.5,130.5 parent: 2 - uid: 9813 components: - type: Transform - pos: 73.5,140.5 + pos: 55.5,129.5 parent: 2 - uid: 9814 components: - type: Transform - pos: 74.5,146.5 + pos: 55.5,128.5 parent: 2 - uid: 9815 components: - type: Transform - pos: 74.5,145.5 + pos: 55.5,127.5 parent: 2 - uid: 9816 components: - type: Transform - pos: 74.5,144.5 + pos: 55.5,126.5 parent: 2 - uid: 9817 components: - type: Transform - pos: 74.5,143.5 + pos: 54.5,130.5 parent: 2 - uid: 9818 components: - type: Transform - pos: 74.5,142.5 + pos: 54.5,129.5 parent: 2 - uid: 9819 components: - type: Transform - pos: 74.5,141.5 + pos: 54.5,128.5 parent: 2 - uid: 9820 components: - type: Transform - pos: 74.5,140.5 + pos: 54.5,127.5 parent: 2 - uid: 9821 components: - type: Transform - pos: 74.5,139.5 + pos: 54.5,126.5 parent: 2 - uid: 9822 components: - type: Transform - pos: 74.5,138.5 + pos: 53.5,130.5 parent: 2 - uid: 9823 components: - type: Transform - pos: 74.5,137.5 + pos: 53.5,129.5 parent: 2 - uid: 9824 components: - type: Transform - pos: 74.5,136.5 + pos: 53.5,128.5 parent: 2 - uid: 9825 components: - type: Transform - pos: 74.5,135.5 + pos: 53.5,127.5 parent: 2 - uid: 9826 components: - type: Transform - pos: 74.5,134.5 + pos: 53.5,126.5 parent: 2 - uid: 9827 components: - type: Transform - pos: 74.5,133.5 + pos: 52.5,130.5 parent: 2 - uid: 9828 components: - type: Transform - pos: 74.5,132.5 + pos: 52.5,129.5 parent: 2 - uid: 9829 components: - type: Transform - pos: 74.5,131.5 + pos: 52.5,128.5 parent: 2 - uid: 9830 components: - type: Transform - pos: 74.5,130.5 + pos: 51.5,130.5 parent: 2 - uid: 9831 components: - type: Transform - pos: 74.5,129.5 + pos: 51.5,129.5 parent: 2 - uid: 9832 components: - type: Transform - pos: 74.5,128.5 + pos: 51.5,128.5 parent: 2 - uid: 9833 components: - type: Transform - pos: 74.5,127.5 + pos: 50.5,130.5 parent: 2 - uid: 9834 components: - type: Transform - pos: 74.5,126.5 + pos: 50.5,129.5 parent: 2 - uid: 9835 components: - type: Transform - pos: 73.5,139.5 + pos: 50.5,128.5 parent: 2 - uid: 9836 components: - type: Transform - pos: 73.5,138.5 + pos: 49.5,130.5 parent: 2 - uid: 9837 components: - type: Transform - pos: 73.5,137.5 + pos: 49.5,129.5 parent: 2 - uid: 9838 components: - type: Transform - pos: 73.5,136.5 + pos: 49.5,128.5 parent: 2 - uid: 9839 components: - type: Transform - pos: 73.5,135.5 + pos: 48.5,130.5 parent: 2 - uid: 9840 components: - type: Transform - pos: 73.5,134.5 + pos: 48.5,129.5 parent: 2 - uid: 9841 components: - type: Transform - pos: 73.5,133.5 + pos: 48.5,128.5 parent: 2 - uid: 9842 components: - type: Transform - pos: 73.5,132.5 + pos: 47.5,130.5 parent: 2 - uid: 9843 components: - type: Transform - pos: 73.5,131.5 + pos: 47.5,129.5 parent: 2 - uid: 9844 components: - type: Transform - pos: 73.5,130.5 + pos: 47.5,128.5 parent: 2 - uid: 9845 components: - type: Transform - pos: 73.5,129.5 + pos: 46.5,130.5 parent: 2 - uid: 9846 components: - type: Transform - pos: 73.5,128.5 + pos: 46.5,129.5 parent: 2 - uid: 9847 components: - type: Transform - pos: 73.5,127.5 + pos: 46.5,128.5 parent: 2 - uid: 9848 components: - type: Transform - pos: 73.5,126.5 + pos: 45.5,130.5 parent: 2 - uid: 9849 components: - type: Transform - pos: 72.5,139.5 + pos: 45.5,129.5 parent: 2 - uid: 9850 components: - type: Transform - pos: 72.5,138.5 + pos: 45.5,128.5 parent: 2 - uid: 9851 components: - type: Transform - pos: 72.5,137.5 + pos: 44.5,130.5 parent: 2 - uid: 9852 components: - type: Transform - pos: 72.5,136.5 + pos: 44.5,129.5 parent: 2 - uid: 9853 components: - type: Transform - pos: 72.5,135.5 + pos: 44.5,128.5 parent: 2 - uid: 9854 components: - type: Transform - pos: 72.5,134.5 + pos: 42.5,128.5 parent: 2 - uid: 9855 components: - type: Transform - pos: 72.5,133.5 + pos: 42.5,129.5 parent: 2 - uid: 9856 components: - type: Transform - pos: 72.5,132.5 + pos: 43.5,129.5 parent: 2 - uid: 9857 components: - type: Transform - pos: 72.5,131.5 + pos: 43.5,128.5 parent: 2 - uid: 9858 components: - type: Transform - pos: 72.5,130.5 + pos: 43.5,130.5 parent: 2 - uid: 9859 components: - type: Transform - pos: 72.5,129.5 + pos: 53.5,125.5 parent: 2 - uid: 9860 components: - type: Transform - pos: 72.5,128.5 + pos: 53.5,124.5 parent: 2 - uid: 9861 components: - type: Transform - pos: 72.5,127.5 + pos: 53.5,123.5 parent: 2 - uid: 9862 components: - type: Transform - pos: 72.5,126.5 + pos: 53.5,122.5 parent: 2 - uid: 9863 components: - type: Transform - pos: 71.5,139.5 + pos: 53.5,121.5 parent: 2 - uid: 9864 components: - type: Transform - pos: 71.5,138.5 + pos: 53.5,120.5 parent: 2 - uid: 9865 components: - type: Transform - pos: 71.5,137.5 + pos: 53.5,119.5 parent: 2 - uid: 9866 components: - type: Transform - pos: 71.5,136.5 + pos: 53.5,118.5 parent: 2 - uid: 9867 components: - type: Transform - pos: 71.5,135.5 + pos: 53.5,117.5 parent: 2 - uid: 9868 components: - type: Transform - pos: 71.5,134.5 + pos: 53.5,116.5 parent: 2 - uid: 9869 components: - type: Transform - pos: 71.5,133.5 + pos: 53.5,115.5 parent: 2 - uid: 9870 components: - type: Transform - pos: 71.5,132.5 + pos: 53.5,114.5 parent: 2 - uid: 9871 components: - type: Transform - pos: 71.5,131.5 + pos: 53.5,113.5 parent: 2 - uid: 9872 components: - type: Transform - pos: 71.5,130.5 + pos: 53.5,112.5 parent: 2 - uid: 9873 components: - type: Transform - pos: 71.5,129.5 + pos: 53.5,111.5 parent: 2 - uid: 9874 components: - type: Transform - pos: 71.5,128.5 + pos: 53.5,110.5 parent: 2 - uid: 9875 components: - type: Transform - pos: 71.5,127.5 + pos: 53.5,109.5 parent: 2 - uid: 9876 components: - type: Transform - pos: 71.5,126.5 + pos: 53.5,108.5 parent: 2 - uid: 9877 components: - type: Transform - pos: 70.5,139.5 + pos: 53.5,107.5 parent: 2 - uid: 9878 components: - type: Transform - pos: 70.5,138.5 + pos: 53.5,106.5 parent: 2 - uid: 9879 components: - type: Transform - pos: 70.5,137.5 + pos: 53.5,105.5 parent: 2 - uid: 9880 components: - type: Transform - pos: 70.5,136.5 + pos: 53.5,104.5 parent: 2 - uid: 9881 components: - type: Transform - pos: 70.5,135.5 + pos: 53.5,103.5 parent: 2 - uid: 9882 components: - type: Transform - pos: 70.5,134.5 + pos: 53.5,102.5 parent: 2 - uid: 9883 components: - type: Transform - pos: 70.5,133.5 + pos: 53.5,101.5 parent: 2 - uid: 9884 components: - type: Transform - pos: 70.5,132.5 + pos: 53.5,100.5 parent: 2 - uid: 9885 components: - type: Transform - pos: 70.5,131.5 + pos: 53.5,99.5 parent: 2 - uid: 9886 components: - type: Transform - pos: 70.5,130.5 + pos: 53.5,98.5 parent: 2 - uid: 9887 components: - type: Transform - pos: 70.5,129.5 + pos: 54.5,125.5 parent: 2 - uid: 9888 components: - type: Transform - pos: 70.5,128.5 + pos: 54.5,124.5 parent: 2 - uid: 9889 components: - type: Transform - pos: 70.5,127.5 + pos: 54.5,123.5 parent: 2 - uid: 9890 components: - type: Transform - pos: 70.5,126.5 + pos: 54.5,122.5 parent: 2 - uid: 9891 components: - type: Transform - pos: 69.5,139.5 + pos: 54.5,121.5 parent: 2 - uid: 9892 components: - type: Transform - pos: 69.5,138.5 + pos: 54.5,120.5 parent: 2 - uid: 9893 components: - type: Transform - pos: 69.5,137.5 + pos: 54.5,119.5 parent: 2 - uid: 9894 components: - type: Transform - pos: 69.5,136.5 + pos: 54.5,118.5 parent: 2 - uid: 9895 components: - type: Transform - pos: 69.5,135.5 + pos: 54.5,117.5 parent: 2 - uid: 9896 components: - type: Transform - pos: 69.5,134.5 + pos: 54.5,116.5 parent: 2 - uid: 9897 components: - type: Transform - pos: 69.5,133.5 + pos: 54.5,115.5 parent: 2 - uid: 9898 components: - type: Transform - pos: 69.5,132.5 + pos: 54.5,114.5 parent: 2 - uid: 9899 components: - type: Transform - pos: 69.5,131.5 + pos: 54.5,113.5 parent: 2 - uid: 9900 components: - type: Transform - pos: 69.5,130.5 + pos: 54.5,112.5 parent: 2 - uid: 9901 components: - type: Transform - pos: 69.5,129.5 + pos: 54.5,111.5 parent: 2 - uid: 9902 components: - type: Transform - pos: 69.5,128.5 + pos: 54.5,110.5 parent: 2 - uid: 9903 components: - type: Transform - pos: 69.5,127.5 + pos: 54.5,109.5 parent: 2 - uid: 9904 components: - type: Transform - pos: 69.5,126.5 + pos: 54.5,108.5 parent: 2 - uid: 9905 components: - type: Transform - pos: 68.5,139.5 + pos: 54.5,107.5 parent: 2 - uid: 9906 components: - type: Transform - pos: 68.5,138.5 + pos: 54.5,106.5 parent: 2 - uid: 9907 components: - type: Transform - pos: 68.5,137.5 + pos: 54.5,105.5 parent: 2 - uid: 9908 components: - type: Transform - pos: 68.5,136.5 + pos: 54.5,104.5 parent: 2 - uid: 9909 components: - type: Transform - pos: 68.5,135.5 + pos: 54.5,103.5 parent: 2 - uid: 9910 components: - type: Transform - pos: 68.5,134.5 + pos: 54.5,102.5 parent: 2 - uid: 9911 components: - type: Transform - pos: 68.5,133.5 + pos: 54.5,101.5 parent: 2 - uid: 9912 components: - type: Transform - pos: 68.5,132.5 + pos: 54.5,100.5 parent: 2 - uid: 9913 components: - type: Transform - pos: 68.5,130.5 + pos: 54.5,99.5 parent: 2 - uid: 9914 components: - type: Transform - pos: 68.5,129.5 + pos: 54.5,98.5 parent: 2 - uid: 9915 components: - type: Transform - pos: 68.5,128.5 + pos: 55.5,125.5 parent: 2 - uid: 9916 components: - type: Transform - pos: 68.5,127.5 + pos: 55.5,124.5 parent: 2 - uid: 9917 components: - type: Transform - pos: 68.5,126.5 + pos: 55.5,123.5 parent: 2 - uid: 9918 components: - type: Transform - pos: 67.5,139.5 + pos: 55.5,122.5 parent: 2 - uid: 9919 components: - type: Transform - pos: 67.5,138.5 + pos: 55.5,121.5 parent: 2 - uid: 9920 components: - type: Transform - pos: 67.5,137.5 + pos: 55.5,120.5 parent: 2 - uid: 9921 components: - type: Transform - pos: 67.5,136.5 + pos: 55.5,119.5 parent: 2 - uid: 9922 components: - type: Transform - pos: 67.5,135.5 + pos: 55.5,118.5 parent: 2 - uid: 9923 components: - type: Transform - pos: 67.5,134.5 + pos: 55.5,117.5 parent: 2 - uid: 9924 components: - type: Transform - pos: 67.5,133.5 + pos: 55.5,116.5 parent: 2 - uid: 9925 components: - type: Transform - pos: 67.5,132.5 + pos: 55.5,115.5 parent: 2 - uid: 9926 components: - type: Transform - pos: 67.5,130.5 + pos: 55.5,114.5 parent: 2 - uid: 9927 components: - type: Transform - pos: 67.5,129.5 + pos: 55.5,113.5 parent: 2 - uid: 9928 components: - type: Transform - pos: 67.5,128.5 + pos: 55.5,112.5 parent: 2 - uid: 9929 components: - type: Transform - pos: 67.5,127.5 + pos: 55.5,111.5 parent: 2 - uid: 9930 components: - type: Transform - pos: 67.5,126.5 + pos: 55.5,110.5 parent: 2 - uid: 9931 components: - type: Transform - pos: 66.5,130.5 + pos: 55.5,109.5 parent: 2 - uid: 9932 components: - type: Transform - pos: 66.5,129.5 + pos: 55.5,108.5 parent: 2 - uid: 9933 components: - type: Transform - pos: 66.5,128.5 + pos: 55.5,107.5 parent: 2 - uid: 9934 components: - type: Transform - pos: 66.5,127.5 + pos: 55.5,106.5 parent: 2 - uid: 9935 components: - type: Transform - pos: 66.5,126.5 + pos: 55.5,105.5 parent: 2 - uid: 9936 components: - type: Transform - pos: 65.5,130.5 + pos: 55.5,104.5 parent: 2 - uid: 9937 components: - type: Transform - pos: 65.5,129.5 + pos: 55.5,103.5 parent: 2 - uid: 9938 components: - type: Transform - pos: 65.5,128.5 + pos: 55.5,102.5 parent: 2 - uid: 9939 components: - type: Transform - pos: 65.5,127.5 + pos: 55.5,101.5 parent: 2 - uid: 9940 components: - type: Transform - pos: 65.5,126.5 + pos: 55.5,100.5 parent: 2 - uid: 9941 components: - type: Transform - pos: 64.5,130.5 + pos: 55.5,99.5 parent: 2 - uid: 9942 components: - type: Transform - pos: 64.5,129.5 + pos: 55.5,98.5 parent: 2 - uid: 9943 components: - type: Transform - pos: 64.5,128.5 + pos: 56.5,125.5 parent: 2 - uid: 9944 components: - type: Transform - pos: 64.5,127.5 + pos: 56.5,124.5 parent: 2 - uid: 9945 components: - type: Transform - pos: 64.5,126.5 + pos: 56.5,123.5 parent: 2 - uid: 9946 components: - type: Transform - pos: 63.5,130.5 + pos: 56.5,122.5 parent: 2 - uid: 9947 components: - type: Transform - pos: 63.5,129.5 + pos: 56.5,121.5 parent: 2 - uid: 9948 components: - type: Transform - pos: 63.5,128.5 + pos: 56.5,120.5 parent: 2 - uid: 9949 components: - type: Transform - pos: 63.5,127.5 + pos: 56.5,119.5 parent: 2 - uid: 9950 components: - type: Transform - pos: 63.5,126.5 + pos: 56.5,118.5 parent: 2 - uid: 9951 components: - type: Transform - pos: 62.5,130.5 + pos: 56.5,117.5 parent: 2 - uid: 9952 components: - type: Transform - pos: 62.5,129.5 + pos: 56.5,116.5 parent: 2 - uid: 9953 components: - type: Transform - pos: 62.5,128.5 + pos: 56.5,115.5 parent: 2 - uid: 9954 components: - type: Transform - pos: 62.5,127.5 + pos: 56.5,114.5 parent: 2 - uid: 9955 components: - type: Transform - pos: 62.5,126.5 + pos: 56.5,113.5 parent: 2 - uid: 9956 components: - type: Transform - pos: 61.5,130.5 + pos: 56.5,112.5 parent: 2 - uid: 9957 components: - type: Transform - pos: 61.5,129.5 + pos: 56.5,111.5 parent: 2 - uid: 9958 components: - type: Transform - pos: 61.5,128.5 + pos: 56.5,110.5 parent: 2 - uid: 9959 components: - type: Transform - pos: 61.5,127.5 + pos: 56.5,109.5 parent: 2 - uid: 9960 components: - type: Transform - pos: 61.5,126.5 + pos: 56.5,108.5 parent: 2 - uid: 9961 components: - type: Transform - pos: 60.5,130.5 + pos: 56.5,107.5 parent: 2 - uid: 9962 components: - type: Transform - pos: 60.5,129.5 + pos: 56.5,106.5 parent: 2 - uid: 9963 components: - type: Transform - pos: 60.5,128.5 + pos: 56.5,105.5 parent: 2 - uid: 9964 components: - type: Transform - pos: 60.5,127.5 + pos: 56.5,104.5 parent: 2 - uid: 9965 components: - type: Transform - pos: 60.5,126.5 + pos: 56.5,103.5 parent: 2 - uid: 9966 components: - type: Transform - pos: 59.5,130.5 + pos: 56.5,102.5 parent: 2 - uid: 9967 components: - type: Transform - pos: 59.5,129.5 + pos: 56.5,101.5 parent: 2 - uid: 9968 components: - type: Transform - pos: 59.5,128.5 + pos: 56.5,100.5 parent: 2 - uid: 9969 components: - type: Transform - pos: 59.5,127.5 + pos: 56.5,99.5 parent: 2 - uid: 9970 components: - type: Transform - pos: 59.5,126.5 + pos: 56.5,98.5 parent: 2 - uid: 9971 components: - type: Transform - pos: 58.5,130.5 + pos: 57.5,125.5 parent: 2 - uid: 9972 components: - type: Transform - pos: 58.5,129.5 + pos: 57.5,124.5 parent: 2 - uid: 9973 components: - type: Transform - pos: 58.5,128.5 + pos: 57.5,123.5 parent: 2 - uid: 9974 components: - type: Transform - pos: 58.5,127.5 + pos: 57.5,122.5 parent: 2 - uid: 9975 components: - type: Transform - pos: 58.5,126.5 + pos: 57.5,121.5 parent: 2 - uid: 9976 components: - type: Transform - pos: 57.5,130.5 + pos: 57.5,120.5 parent: 2 - uid: 9977 components: - type: Transform - pos: 57.5,129.5 + pos: 57.5,119.5 parent: 2 - uid: 9978 components: - type: Transform - pos: 57.5,128.5 + pos: 57.5,118.5 parent: 2 - uid: 9979 components: - type: Transform - pos: 57.5,127.5 + pos: 57.5,117.5 parent: 2 - uid: 9980 components: - type: Transform - pos: 57.5,126.5 + pos: 57.5,116.5 parent: 2 - uid: 9981 components: - type: Transform - pos: 56.5,130.5 + pos: 57.5,115.5 parent: 2 - uid: 9982 components: - type: Transform - pos: 56.5,129.5 + pos: 57.5,114.5 parent: 2 - uid: 9983 components: - type: Transform - pos: 56.5,128.5 + pos: 57.5,113.5 parent: 2 - uid: 9984 components: - type: Transform - pos: 56.5,127.5 + pos: 57.5,112.5 parent: 2 - uid: 9985 components: - type: Transform - pos: 56.5,126.5 + pos: 57.5,111.5 parent: 2 - uid: 9986 components: - type: Transform - pos: 55.5,130.5 + pos: 57.5,110.5 parent: 2 - uid: 9987 components: - type: Transform - pos: 55.5,129.5 + pos: 57.5,109.5 parent: 2 - uid: 9988 components: - type: Transform - pos: 55.5,128.5 + pos: 57.5,108.5 parent: 2 - uid: 9989 components: - type: Transform - pos: 55.5,127.5 + pos: 57.5,107.5 parent: 2 - uid: 9990 components: - type: Transform - pos: 55.5,126.5 + pos: 57.5,106.5 parent: 2 - uid: 9991 components: - type: Transform - pos: 54.5,130.5 + pos: 57.5,105.5 parent: 2 - uid: 9992 components: - type: Transform - pos: 54.5,129.5 + pos: 57.5,104.5 parent: 2 - uid: 9993 components: - type: Transform - pos: 54.5,128.5 + pos: 57.5,103.5 parent: 2 - uid: 9994 components: - type: Transform - pos: 54.5,127.5 + pos: 57.5,102.5 parent: 2 - uid: 9995 components: - type: Transform - pos: 54.5,126.5 + pos: 57.5,101.5 parent: 2 - uid: 9996 components: - type: Transform - pos: 53.5,130.5 + pos: 57.5,100.5 parent: 2 - uid: 9997 components: - type: Transform - pos: 53.5,129.5 + pos: 57.5,99.5 parent: 2 - uid: 9998 components: - type: Transform - pos: 53.5,128.5 + pos: 57.5,98.5 parent: 2 - uid: 9999 components: - type: Transform - pos: 53.5,127.5 + pos: 58.5,125.5 parent: 2 - uid: 10000 components: - type: Transform - pos: 53.5,126.5 + pos: 58.5,124.5 parent: 2 - uid: 10001 components: - type: Transform - pos: 52.5,130.5 + pos: 58.5,123.5 parent: 2 - uid: 10002 components: - type: Transform - pos: 52.5,129.5 + pos: 58.5,122.5 parent: 2 - uid: 10003 components: - type: Transform - pos: 52.5,128.5 + pos: 58.5,121.5 parent: 2 - uid: 10004 components: - type: Transform - pos: 51.5,130.5 + pos: 58.5,120.5 parent: 2 - uid: 10005 components: - type: Transform - pos: 51.5,129.5 + pos: 58.5,119.5 parent: 2 - uid: 10006 components: - type: Transform - pos: 51.5,128.5 + pos: 58.5,118.5 parent: 2 - uid: 10007 components: - type: Transform - pos: 50.5,130.5 + pos: 58.5,117.5 parent: 2 - uid: 10008 components: - type: Transform - pos: 50.5,129.5 + pos: 58.5,116.5 parent: 2 - uid: 10009 components: - type: Transform - pos: 50.5,128.5 + pos: 58.5,115.5 parent: 2 - uid: 10010 components: - type: Transform - pos: 49.5,130.5 + pos: 58.5,114.5 parent: 2 - uid: 10011 components: - type: Transform - pos: 49.5,129.5 + pos: 58.5,113.5 parent: 2 - uid: 10012 components: - type: Transform - pos: 49.5,128.5 + pos: 58.5,112.5 parent: 2 - uid: 10013 components: - type: Transform - pos: 48.5,130.5 + pos: 58.5,111.5 parent: 2 - uid: 10014 components: - type: Transform - pos: 48.5,129.5 + pos: 58.5,110.5 parent: 2 - uid: 10015 components: - type: Transform - pos: 48.5,128.5 + pos: 58.5,109.5 parent: 2 - uid: 10016 components: - type: Transform - pos: 47.5,130.5 + pos: 58.5,108.5 parent: 2 - uid: 10017 components: - type: Transform - pos: 47.5,129.5 + pos: 58.5,107.5 parent: 2 - uid: 10018 components: - type: Transform - pos: 47.5,128.5 + pos: 58.5,106.5 parent: 2 - uid: 10019 components: - type: Transform - pos: 46.5,130.5 + pos: 58.5,105.5 parent: 2 - uid: 10020 components: - type: Transform - pos: 46.5,129.5 + pos: 58.5,104.5 parent: 2 - uid: 10021 components: - type: Transform - pos: 46.5,128.5 + pos: 58.5,103.5 parent: 2 - uid: 10022 components: - type: Transform - pos: 45.5,130.5 + pos: 58.5,102.5 parent: 2 - uid: 10023 components: - type: Transform - pos: 45.5,129.5 + pos: 58.5,101.5 parent: 2 - uid: 10024 components: - type: Transform - pos: 45.5,128.5 + pos: 58.5,100.5 parent: 2 - uid: 10025 components: - type: Transform - pos: 44.5,130.5 + pos: 58.5,99.5 parent: 2 - uid: 10026 components: - type: Transform - pos: 44.5,129.5 + pos: 58.5,98.5 parent: 2 - uid: 10027 components: - type: Transform - pos: 44.5,128.5 + pos: 59.5,125.5 parent: 2 - uid: 10028 components: - type: Transform - pos: 42.5,128.5 + pos: 59.5,124.5 parent: 2 - uid: 10029 components: - type: Transform - pos: 42.5,129.5 + pos: 59.5,123.5 parent: 2 - uid: 10030 components: - type: Transform - pos: 43.5,129.5 + pos: 59.5,122.5 parent: 2 - uid: 10031 components: - type: Transform - pos: 43.5,128.5 + pos: 59.5,121.5 parent: 2 - uid: 10032 components: - type: Transform - pos: 43.5,130.5 + pos: 59.5,120.5 parent: 2 - uid: 10033 components: - type: Transform - pos: 53.5,125.5 + pos: 59.5,119.5 parent: 2 - uid: 10034 components: - type: Transform - pos: 53.5,124.5 + pos: 59.5,118.5 parent: 2 - uid: 10035 components: - type: Transform - pos: 53.5,123.5 + pos: 59.5,117.5 parent: 2 - uid: 10036 components: - type: Transform - pos: 53.5,122.5 + pos: 59.5,116.5 parent: 2 - uid: 10037 components: - type: Transform - pos: 53.5,121.5 + pos: 59.5,115.5 parent: 2 - uid: 10038 components: - type: Transform - pos: 53.5,120.5 + pos: 59.5,114.5 parent: 2 - uid: 10039 components: - type: Transform - pos: 53.5,119.5 + pos: 59.5,113.5 parent: 2 - uid: 10040 components: - type: Transform - pos: 53.5,118.5 + pos: 59.5,112.5 parent: 2 - uid: 10041 components: - type: Transform - pos: 53.5,117.5 + pos: 59.5,111.5 parent: 2 - uid: 10042 components: - type: Transform - pos: 53.5,116.5 + pos: 59.5,110.5 parent: 2 - uid: 10043 components: - type: Transform - pos: 53.5,115.5 + pos: 59.5,109.5 parent: 2 - uid: 10044 components: - type: Transform - pos: 53.5,114.5 + pos: 59.5,108.5 parent: 2 - uid: 10045 components: - type: Transform - pos: 53.5,113.5 + pos: 59.5,107.5 parent: 2 - uid: 10046 components: - type: Transform - pos: 53.5,112.5 + pos: 59.5,106.5 parent: 2 - uid: 10047 components: - type: Transform - pos: 53.5,111.5 + pos: 59.5,105.5 parent: 2 - uid: 10048 components: - type: Transform - pos: 53.5,110.5 + pos: 59.5,104.5 parent: 2 - uid: 10049 components: - type: Transform - pos: 53.5,109.5 + pos: 59.5,103.5 parent: 2 - uid: 10050 components: - type: Transform - pos: 53.5,108.5 + pos: 59.5,102.5 parent: 2 - uid: 10051 components: - type: Transform - pos: 53.5,107.5 + pos: 59.5,101.5 parent: 2 - uid: 10052 components: - type: Transform - pos: 53.5,106.5 + pos: 59.5,100.5 parent: 2 - uid: 10053 components: - type: Transform - pos: 53.5,105.5 + pos: 59.5,99.5 parent: 2 - uid: 10054 components: - type: Transform - pos: 53.5,104.5 + pos: 59.5,98.5 parent: 2 - uid: 10055 components: - type: Transform - pos: 53.5,103.5 + pos: 60.5,125.5 parent: 2 - uid: 10056 components: - type: Transform - pos: 53.5,102.5 + pos: 60.5,124.5 parent: 2 - uid: 10057 components: - type: Transform - pos: 53.5,101.5 + pos: 60.5,123.5 parent: 2 - uid: 10058 components: - type: Transform - pos: 53.5,100.5 + pos: 60.5,122.5 parent: 2 - uid: 10059 components: - type: Transform - pos: 53.5,99.5 + pos: 60.5,121.5 parent: 2 - uid: 10060 components: - type: Transform - pos: 53.5,98.5 + pos: 60.5,120.5 parent: 2 - uid: 10061 components: - type: Transform - pos: 54.5,125.5 + pos: 60.5,119.5 parent: 2 - uid: 10062 components: - type: Transform - pos: 54.5,124.5 + pos: 60.5,118.5 parent: 2 - uid: 10063 components: - type: Transform - pos: 54.5,123.5 + pos: 60.5,117.5 parent: 2 - uid: 10064 components: - type: Transform - pos: 54.5,122.5 + pos: 60.5,116.5 parent: 2 - uid: 10065 components: - type: Transform - pos: 54.5,121.5 + pos: 60.5,115.5 parent: 2 - uid: 10066 components: - type: Transform - pos: 54.5,120.5 + pos: 60.5,114.5 parent: 2 - uid: 10067 components: - type: Transform - pos: 54.5,119.5 + pos: 60.5,113.5 parent: 2 - uid: 10068 components: - type: Transform - pos: 54.5,118.5 + pos: 60.5,112.5 parent: 2 - uid: 10069 components: - type: Transform - pos: 54.5,117.5 + pos: 60.5,111.5 parent: 2 - uid: 10070 components: - type: Transform - pos: 54.5,116.5 + pos: 60.5,110.5 parent: 2 - uid: 10071 components: - type: Transform - pos: 54.5,115.5 + pos: 60.5,109.5 parent: 2 - uid: 10072 components: - type: Transform - pos: 54.5,114.5 + pos: 60.5,108.5 parent: 2 - uid: 10073 components: - type: Transform - pos: 54.5,113.5 + pos: 60.5,107.5 parent: 2 - uid: 10074 components: - type: Transform - pos: 54.5,112.5 + pos: 60.5,106.5 parent: 2 - uid: 10075 components: - type: Transform - pos: 54.5,111.5 + pos: 60.5,105.5 parent: 2 - uid: 10076 components: - type: Transform - pos: 54.5,110.5 + pos: 60.5,104.5 parent: 2 - uid: 10077 components: - type: Transform - pos: 54.5,109.5 + pos: 60.5,103.5 parent: 2 - uid: 10078 components: - type: Transform - pos: 54.5,108.5 + pos: 60.5,102.5 parent: 2 - uid: 10079 components: - type: Transform - pos: 54.5,107.5 + pos: 60.5,101.5 parent: 2 - uid: 10080 components: - type: Transform - pos: 54.5,106.5 + pos: 60.5,100.5 parent: 2 - uid: 10081 components: - type: Transform - pos: 54.5,105.5 + pos: 60.5,99.5 parent: 2 - uid: 10082 components: - type: Transform - pos: 54.5,104.5 + pos: 60.5,98.5 parent: 2 - uid: 10083 components: - type: Transform - pos: 54.5,103.5 + pos: 61.5,125.5 parent: 2 - uid: 10084 components: - type: Transform - pos: 54.5,102.5 + pos: 61.5,124.5 parent: 2 - uid: 10085 components: - type: Transform - pos: 54.5,101.5 + pos: 61.5,123.5 parent: 2 - uid: 10086 components: - type: Transform - pos: 54.5,100.5 + pos: 61.5,122.5 parent: 2 - uid: 10087 components: - type: Transform - pos: 54.5,99.5 + pos: 61.5,121.5 parent: 2 - uid: 10088 components: - type: Transform - pos: 54.5,98.5 + pos: 61.5,120.5 parent: 2 - uid: 10089 components: - type: Transform - pos: 55.5,125.5 + pos: 61.5,119.5 parent: 2 - uid: 10090 components: - type: Transform - pos: 55.5,124.5 + pos: 61.5,118.5 parent: 2 - uid: 10091 components: - type: Transform - pos: 55.5,123.5 + pos: 61.5,117.5 parent: 2 - uid: 10092 components: - type: Transform - pos: 55.5,122.5 + pos: 61.5,116.5 parent: 2 - uid: 10093 components: - type: Transform - pos: 55.5,121.5 + pos: 61.5,115.5 parent: 2 - uid: 10094 components: - type: Transform - pos: 55.5,120.5 + pos: 61.5,114.5 parent: 2 - uid: 10095 components: - type: Transform - pos: 55.5,119.5 + pos: 61.5,113.5 parent: 2 - uid: 10096 components: - type: Transform - pos: 55.5,118.5 + pos: 61.5,112.5 parent: 2 - uid: 10097 components: - type: Transform - pos: 55.5,117.5 + pos: 61.5,111.5 parent: 2 - uid: 10098 components: - type: Transform - pos: 55.5,116.5 + pos: 61.5,110.5 parent: 2 - uid: 10099 components: - type: Transform - pos: 55.5,115.5 + pos: 61.5,109.5 parent: 2 - uid: 10100 components: - type: Transform - pos: 55.5,114.5 + pos: 61.5,108.5 parent: 2 - uid: 10101 components: - type: Transform - pos: 55.5,113.5 + pos: 61.5,107.5 parent: 2 - uid: 10102 components: - type: Transform - pos: 55.5,112.5 + pos: 61.5,106.5 parent: 2 - uid: 10103 components: - type: Transform - pos: 55.5,111.5 + pos: 61.5,105.5 parent: 2 - uid: 10104 components: - type: Transform - pos: 55.5,110.5 + pos: 61.5,104.5 parent: 2 - uid: 10105 components: - type: Transform - pos: 55.5,109.5 + pos: 61.5,103.5 parent: 2 - uid: 10106 components: - type: Transform - pos: 55.5,108.5 + pos: 61.5,102.5 parent: 2 - uid: 10107 components: - type: Transform - pos: 55.5,107.5 + pos: 61.5,101.5 parent: 2 - uid: 10108 components: - type: Transform - pos: 55.5,106.5 + pos: 61.5,100.5 parent: 2 - uid: 10109 components: - type: Transform - pos: 55.5,105.5 + pos: 61.5,99.5 parent: 2 - uid: 10110 components: - type: Transform - pos: 55.5,104.5 + pos: 61.5,98.5 parent: 2 - uid: 10111 components: - type: Transform - pos: 55.5,103.5 + pos: 62.5,125.5 parent: 2 - uid: 10112 components: - type: Transform - pos: 55.5,102.5 + pos: 62.5,124.5 parent: 2 - uid: 10113 components: - type: Transform - pos: 55.5,101.5 + pos: 62.5,123.5 parent: 2 - uid: 10114 components: - type: Transform - pos: 55.5,100.5 + pos: 62.5,122.5 parent: 2 - uid: 10115 components: - type: Transform - pos: 55.5,99.5 + pos: 62.5,121.5 parent: 2 - uid: 10116 components: - type: Transform - pos: 55.5,98.5 + pos: 62.5,120.5 parent: 2 - uid: 10117 components: - type: Transform - pos: 56.5,125.5 + pos: 62.5,119.5 parent: 2 - uid: 10118 components: - type: Transform - pos: 56.5,124.5 + pos: 62.5,118.5 parent: 2 - uid: 10119 components: - type: Transform - pos: 56.5,123.5 + pos: 62.5,117.5 parent: 2 - uid: 10120 components: - type: Transform - pos: 56.5,122.5 + pos: 62.5,116.5 parent: 2 - uid: 10121 components: - type: Transform - pos: 56.5,121.5 + pos: 62.5,115.5 parent: 2 - uid: 10122 components: - type: Transform - pos: 56.5,120.5 + pos: 62.5,114.5 parent: 2 - uid: 10123 components: - type: Transform - pos: 56.5,119.5 + pos: 62.5,113.5 parent: 2 - uid: 10124 components: - type: Transform - pos: 56.5,118.5 + pos: 62.5,112.5 parent: 2 - uid: 10125 components: - type: Transform - pos: 56.5,117.5 + pos: 62.5,111.5 parent: 2 - uid: 10126 components: - type: Transform - pos: 56.5,116.5 + pos: 62.5,110.5 parent: 2 - uid: 10127 components: - type: Transform - pos: 56.5,115.5 + pos: 62.5,109.5 parent: 2 - uid: 10128 components: - type: Transform - pos: 56.5,114.5 + pos: 62.5,108.5 parent: 2 - uid: 10129 components: - type: Transform - pos: 56.5,113.5 + pos: 62.5,107.5 parent: 2 - uid: 10130 components: - type: Transform - pos: 56.5,112.5 + pos: 62.5,106.5 parent: 2 - uid: 10131 components: - type: Transform - pos: 56.5,111.5 + pos: 62.5,105.5 parent: 2 - uid: 10132 components: - type: Transform - pos: 56.5,110.5 + pos: 62.5,104.5 parent: 2 - uid: 10133 components: - type: Transform - pos: 56.5,109.5 + pos: 62.5,103.5 parent: 2 - uid: 10134 components: - type: Transform - pos: 56.5,108.5 + pos: 62.5,102.5 parent: 2 - uid: 10135 components: - type: Transform - pos: 56.5,107.5 + pos: 62.5,101.5 parent: 2 - uid: 10136 components: - type: Transform - pos: 56.5,106.5 + pos: 62.5,100.5 parent: 2 - uid: 10137 components: - type: Transform - pos: 56.5,105.5 + pos: 62.5,99.5 parent: 2 - uid: 10138 components: - type: Transform - pos: 56.5,104.5 + pos: 62.5,98.5 parent: 2 - uid: 10139 components: - type: Transform - pos: 56.5,103.5 + pos: 63.5,125.5 parent: 2 - uid: 10140 components: - type: Transform - pos: 56.5,102.5 + pos: 63.5,124.5 parent: 2 - uid: 10141 components: - type: Transform - pos: 56.5,101.5 + pos: 63.5,123.5 parent: 2 - uid: 10142 components: - type: Transform - pos: 56.5,100.5 + pos: 63.5,122.5 parent: 2 - uid: 10143 components: - type: Transform - pos: 56.5,99.5 + pos: 63.5,121.5 parent: 2 - uid: 10144 components: - type: Transform - pos: 56.5,98.5 + pos: 63.5,120.5 parent: 2 - uid: 10145 components: - type: Transform - pos: 57.5,125.5 + pos: 63.5,119.5 parent: 2 - uid: 10146 components: - type: Transform - pos: 57.5,124.5 + pos: 63.5,118.5 parent: 2 - uid: 10147 components: - type: Transform - pos: 57.5,123.5 + pos: 63.5,117.5 parent: 2 - uid: 10148 components: - type: Transform - pos: 57.5,122.5 + pos: 63.5,116.5 parent: 2 - uid: 10149 components: - type: Transform - pos: 57.5,121.5 + pos: 63.5,115.5 parent: 2 - uid: 10150 components: - type: Transform - pos: 57.5,120.5 + pos: 63.5,114.5 parent: 2 - uid: 10151 components: - type: Transform - pos: 57.5,119.5 + pos: 63.5,113.5 parent: 2 - uid: 10152 components: - type: Transform - pos: 57.5,118.5 + pos: 63.5,112.5 parent: 2 - uid: 10153 components: - type: Transform - pos: 57.5,117.5 + pos: 63.5,111.5 parent: 2 - uid: 10154 components: - type: Transform - pos: 57.5,116.5 + pos: 63.5,110.5 parent: 2 - uid: 10155 components: - type: Transform - pos: 57.5,115.5 + pos: 63.5,109.5 parent: 2 - uid: 10156 components: - type: Transform - pos: 57.5,114.5 + pos: 63.5,108.5 parent: 2 - uid: 10157 components: - type: Transform - pos: 57.5,113.5 + pos: 63.5,107.5 parent: 2 - uid: 10158 components: - type: Transform - pos: 57.5,112.5 + pos: 63.5,106.5 parent: 2 - uid: 10159 components: - type: Transform - pos: 57.5,111.5 + pos: 63.5,105.5 parent: 2 - uid: 10160 components: - type: Transform - pos: 57.5,110.5 + pos: 63.5,104.5 parent: 2 - uid: 10161 components: - type: Transform - pos: 57.5,109.5 + pos: 63.5,103.5 parent: 2 - uid: 10162 components: - type: Transform - pos: 57.5,108.5 + pos: 63.5,102.5 parent: 2 - uid: 10163 components: - type: Transform - pos: 57.5,107.5 + pos: 63.5,101.5 parent: 2 - uid: 10164 components: - type: Transform - pos: 57.5,106.5 + pos: 63.5,100.5 parent: 2 - uid: 10165 components: - type: Transform - pos: 57.5,105.5 + pos: 63.5,99.5 parent: 2 - uid: 10166 components: - type: Transform - pos: 57.5,104.5 + pos: 63.5,98.5 parent: 2 - uid: 10167 components: - type: Transform - pos: 57.5,103.5 + pos: 64.5,125.5 parent: 2 - uid: 10168 components: - type: Transform - pos: 57.5,102.5 + pos: 64.5,124.5 parent: 2 - uid: 10169 components: - type: Transform - pos: 57.5,101.5 + pos: 64.5,123.5 parent: 2 - uid: 10170 components: - type: Transform - pos: 57.5,100.5 + pos: 64.5,122.5 parent: 2 - uid: 10171 components: - type: Transform - pos: 57.5,99.5 + pos: 64.5,121.5 parent: 2 - uid: 10172 components: - type: Transform - pos: 57.5,98.5 + pos: 64.5,120.5 parent: 2 - uid: 10173 components: - type: Transform - pos: 58.5,125.5 + pos: 64.5,119.5 parent: 2 - uid: 10174 components: - type: Transform - pos: 58.5,124.5 + pos: 64.5,118.5 parent: 2 - uid: 10175 components: - type: Transform - pos: 58.5,123.5 + pos: 64.5,117.5 parent: 2 - uid: 10176 components: - type: Transform - pos: 58.5,122.5 + pos: 64.5,116.5 parent: 2 - uid: 10177 components: - type: Transform - pos: 58.5,121.5 + pos: 64.5,115.5 parent: 2 - uid: 10178 components: - type: Transform - pos: 58.5,120.5 + pos: 64.5,114.5 parent: 2 - uid: 10179 components: - type: Transform - pos: 58.5,119.5 + pos: 64.5,113.5 parent: 2 - uid: 10180 components: - type: Transform - pos: 58.5,118.5 + pos: 64.5,112.5 parent: 2 - uid: 10181 components: - type: Transform - pos: 58.5,117.5 + pos: 64.5,111.5 parent: 2 - uid: 10182 components: - type: Transform - pos: 58.5,116.5 + pos: 64.5,110.5 parent: 2 - uid: 10183 components: - type: Transform - pos: 58.5,115.5 + pos: 64.5,109.5 parent: 2 - uid: 10184 components: - type: Transform - pos: 58.5,114.5 + pos: 64.5,108.5 parent: 2 - uid: 10185 components: - type: Transform - pos: 58.5,113.5 + pos: 64.5,107.5 parent: 2 - uid: 10186 components: - type: Transform - pos: 58.5,112.5 + pos: 64.5,106.5 parent: 2 - uid: 10187 components: - type: Transform - pos: 58.5,111.5 + pos: 64.5,105.5 parent: 2 - uid: 10188 components: - type: Transform - pos: 58.5,110.5 + pos: 64.5,104.5 parent: 2 - uid: 10189 components: - type: Transform - pos: 58.5,109.5 + pos: 64.5,103.5 parent: 2 - uid: 10190 components: - type: Transform - pos: 58.5,108.5 + pos: 64.5,102.5 parent: 2 - uid: 10191 components: - type: Transform - pos: 58.5,107.5 + pos: 64.5,101.5 parent: 2 - uid: 10192 components: - type: Transform - pos: 58.5,106.5 + pos: 64.5,100.5 parent: 2 - uid: 10193 components: - type: Transform - pos: 58.5,105.5 + pos: 64.5,99.5 parent: 2 - uid: 10194 components: - type: Transform - pos: 58.5,104.5 + pos: 64.5,98.5 parent: 2 - uid: 10195 components: - type: Transform - pos: 58.5,103.5 + pos: 65.5,125.5 parent: 2 - uid: 10196 components: - type: Transform - pos: 58.5,102.5 + pos: 65.5,124.5 parent: 2 - uid: 10197 components: - type: Transform - pos: 58.5,101.5 + pos: 65.5,123.5 parent: 2 - uid: 10198 components: - type: Transform - pos: 58.5,100.5 + pos: 65.5,122.5 parent: 2 - uid: 10199 components: - type: Transform - pos: 58.5,99.5 + pos: 65.5,121.5 parent: 2 - uid: 10200 components: - type: Transform - pos: 58.5,98.5 + pos: 65.5,120.5 parent: 2 - uid: 10201 components: - type: Transform - pos: 59.5,125.5 + pos: 65.5,119.5 parent: 2 - uid: 10202 components: - type: Transform - pos: 59.5,124.5 + pos: 65.5,118.5 parent: 2 - uid: 10203 components: - type: Transform - pos: 59.5,123.5 + pos: 65.5,117.5 parent: 2 - uid: 10204 components: - type: Transform - pos: 59.5,122.5 + pos: 65.5,116.5 parent: 2 - uid: 10205 components: - type: Transform - pos: 59.5,121.5 + pos: 65.5,115.5 parent: 2 - uid: 10206 components: - type: Transform - pos: 59.5,120.5 + pos: 65.5,114.5 parent: 2 - uid: 10207 components: - type: Transform - pos: 59.5,119.5 + pos: 65.5,113.5 parent: 2 - uid: 10208 components: - type: Transform - pos: 59.5,118.5 + pos: 65.5,112.5 parent: 2 - uid: 10209 components: - type: Transform - pos: 59.5,117.5 + pos: 65.5,111.5 parent: 2 - uid: 10210 components: - type: Transform - pos: 59.5,116.5 + pos: 65.5,110.5 parent: 2 - uid: 10211 components: - type: Transform - pos: 59.5,115.5 + pos: 65.5,109.5 parent: 2 - uid: 10212 components: - type: Transform - pos: 59.5,114.5 + pos: 65.5,108.5 parent: 2 - uid: 10213 components: - type: Transform - pos: 59.5,113.5 + pos: 65.5,107.5 parent: 2 - uid: 10214 components: - type: Transform - pos: 59.5,112.5 + pos: 65.5,106.5 parent: 2 - uid: 10215 components: - type: Transform - pos: 59.5,111.5 + pos: 65.5,105.5 parent: 2 - uid: 10216 components: - type: Transform - pos: 59.5,110.5 + pos: 65.5,104.5 parent: 2 - uid: 10217 components: - type: Transform - pos: 59.5,109.5 + pos: 65.5,103.5 parent: 2 - uid: 10218 components: - type: Transform - pos: 59.5,108.5 + pos: 65.5,102.5 parent: 2 - uid: 10219 components: - type: Transform - pos: 59.5,107.5 + pos: 65.5,101.5 parent: 2 - uid: 10220 components: - type: Transform - pos: 59.5,106.5 + pos: 65.5,100.5 parent: 2 - uid: 10221 components: - type: Transform - pos: 59.5,105.5 + pos: 65.5,99.5 parent: 2 - uid: 10222 components: - type: Transform - pos: 59.5,104.5 + pos: 65.5,98.5 parent: 2 - uid: 10223 components: - type: Transform - pos: 59.5,103.5 + pos: 66.5,125.5 parent: 2 - uid: 10224 components: - type: Transform - pos: 59.5,102.5 + pos: 66.5,124.5 parent: 2 - uid: 10225 components: - type: Transform - pos: 59.5,101.5 + pos: 66.5,123.5 parent: 2 - uid: 10226 components: - type: Transform - pos: 59.5,100.5 + pos: 66.5,122.5 parent: 2 - uid: 10227 components: - type: Transform - pos: 59.5,99.5 + pos: 66.5,121.5 parent: 2 - uid: 10228 components: - type: Transform - pos: 59.5,98.5 + pos: 66.5,120.5 parent: 2 - uid: 10229 components: - type: Transform - pos: 60.5,125.5 + pos: 66.5,119.5 parent: 2 - uid: 10230 components: - type: Transform - pos: 60.5,124.5 + pos: 66.5,118.5 parent: 2 - uid: 10231 components: - type: Transform - pos: 60.5,123.5 + pos: 66.5,117.5 parent: 2 - uid: 10232 components: - type: Transform - pos: 60.5,122.5 + pos: 66.5,116.5 parent: 2 - uid: 10233 components: - type: Transform - pos: 60.5,121.5 + pos: 66.5,115.5 parent: 2 - uid: 10234 components: - type: Transform - pos: 60.5,120.5 + pos: 66.5,114.5 parent: 2 - uid: 10235 components: - type: Transform - pos: 60.5,119.5 + pos: 66.5,113.5 parent: 2 - uid: 10236 components: - type: Transform - pos: 60.5,118.5 + pos: 66.5,112.5 parent: 2 - uid: 10237 components: - type: Transform - pos: 60.5,117.5 + pos: 66.5,111.5 parent: 2 - uid: 10238 components: - type: Transform - pos: 60.5,116.5 + pos: 66.5,110.5 parent: 2 - uid: 10239 components: - type: Transform - pos: 60.5,115.5 + pos: 66.5,109.5 parent: 2 - uid: 10240 components: - type: Transform - pos: 60.5,114.5 + pos: 66.5,108.5 parent: 2 - uid: 10241 components: - type: Transform - pos: 60.5,113.5 + pos: 66.5,107.5 parent: 2 - uid: 10242 components: - type: Transform - pos: 60.5,112.5 + pos: 66.5,106.5 parent: 2 - uid: 10243 components: - type: Transform - pos: 60.5,111.5 + pos: 66.5,105.5 parent: 2 - uid: 10244 components: - type: Transform - pos: 60.5,110.5 + pos: 66.5,104.5 parent: 2 - uid: 10245 components: - type: Transform - pos: 60.5,109.5 + pos: 66.5,103.5 parent: 2 - uid: 10246 components: - type: Transform - pos: 60.5,108.5 + pos: 66.5,102.5 parent: 2 - uid: 10247 components: - type: Transform - pos: 60.5,107.5 + pos: 66.5,101.5 parent: 2 - uid: 10248 components: - type: Transform - pos: 60.5,106.5 + pos: 66.5,100.5 parent: 2 - uid: 10249 components: - type: Transform - pos: 60.5,105.5 + pos: 66.5,99.5 parent: 2 - uid: 10250 components: - type: Transform - pos: 60.5,104.5 + pos: 66.5,98.5 parent: 2 - uid: 10251 components: - type: Transform - pos: 60.5,103.5 + pos: 67.5,125.5 parent: 2 - uid: 10252 components: - type: Transform - pos: 60.5,102.5 + pos: 67.5,124.5 parent: 2 - uid: 10253 components: - type: Transform - pos: 60.5,101.5 + pos: 67.5,123.5 parent: 2 - uid: 10254 components: - type: Transform - pos: 60.5,100.5 + pos: 67.5,122.5 parent: 2 - uid: 10255 components: - type: Transform - pos: 60.5,99.5 + pos: 67.5,121.5 parent: 2 - uid: 10256 components: - type: Transform - pos: 60.5,98.5 + pos: 67.5,120.5 parent: 2 - uid: 10257 components: - type: Transform - pos: 61.5,125.5 + pos: 67.5,119.5 parent: 2 - uid: 10258 components: - type: Transform - pos: 61.5,124.5 + pos: 67.5,118.5 parent: 2 - uid: 10259 components: - type: Transform - pos: 61.5,123.5 + pos: 67.5,117.5 parent: 2 - uid: 10260 components: - type: Transform - pos: 61.5,122.5 + pos: 67.5,116.5 parent: 2 - uid: 10261 components: - type: Transform - pos: 61.5,121.5 + pos: 67.5,115.5 parent: 2 - uid: 10262 components: - type: Transform - pos: 61.5,120.5 + pos: 67.5,114.5 parent: 2 - uid: 10263 components: - type: Transform - pos: 61.5,119.5 + pos: 67.5,113.5 parent: 2 - uid: 10264 components: - type: Transform - pos: 61.5,118.5 + pos: 67.5,112.5 parent: 2 - uid: 10265 components: - type: Transform - pos: 61.5,117.5 + pos: 67.5,111.5 parent: 2 - uid: 10266 components: - type: Transform - pos: 61.5,116.5 + pos: 67.5,110.5 parent: 2 - uid: 10267 components: - type: Transform - pos: 61.5,115.5 + pos: 67.5,109.5 parent: 2 - uid: 10268 components: - type: Transform - pos: 61.5,114.5 + pos: 67.5,108.5 parent: 2 - uid: 10269 components: - type: Transform - pos: 61.5,113.5 + pos: 67.5,107.5 parent: 2 - uid: 10270 components: - type: Transform - pos: 61.5,112.5 + pos: 67.5,106.5 parent: 2 - uid: 10271 components: - type: Transform - pos: 61.5,111.5 + pos: 67.5,105.5 parent: 2 - uid: 10272 components: - type: Transform - pos: 61.5,110.5 + pos: 67.5,104.5 parent: 2 - uid: 10273 components: - type: Transform - pos: 61.5,109.5 + pos: 67.5,103.5 parent: 2 - uid: 10274 components: - type: Transform - pos: 61.5,108.5 + pos: 67.5,102.5 parent: 2 - uid: 10275 components: - type: Transform - pos: 61.5,107.5 + pos: 67.5,101.5 parent: 2 - uid: 10276 components: - type: Transform - pos: 61.5,106.5 + pos: 67.5,100.5 parent: 2 - uid: 10277 components: - type: Transform - pos: 61.5,105.5 + pos: 67.5,99.5 parent: 2 - uid: 10278 components: - type: Transform - pos: 61.5,104.5 + pos: 67.5,98.5 parent: 2 - uid: 10279 components: - type: Transform - pos: 61.5,103.5 + pos: 68.5,125.5 parent: 2 - uid: 10280 components: - type: Transform - pos: 61.5,102.5 + pos: 68.5,124.5 parent: 2 - uid: 10281 components: - type: Transform - pos: 61.5,101.5 + pos: 68.5,123.5 parent: 2 - uid: 10282 components: - type: Transform - pos: 61.5,100.5 + pos: 68.5,122.5 parent: 2 - uid: 10283 components: - type: Transform - pos: 61.5,99.5 + pos: 68.5,121.5 parent: 2 - uid: 10284 components: - type: Transform - pos: 61.5,98.5 + pos: 68.5,120.5 parent: 2 - uid: 10285 components: - type: Transform - pos: 62.5,125.5 + pos: 68.5,119.5 parent: 2 - uid: 10286 components: - type: Transform - pos: 62.5,124.5 + pos: 68.5,118.5 parent: 2 - uid: 10287 components: - type: Transform - pos: 62.5,123.5 + pos: 68.5,117.5 parent: 2 - uid: 10288 components: - type: Transform - pos: 62.5,122.5 + pos: 68.5,116.5 parent: 2 - uid: 10289 components: - type: Transform - pos: 62.5,121.5 + pos: 68.5,115.5 parent: 2 - uid: 10290 components: - type: Transform - pos: 62.5,120.5 + pos: 68.5,114.5 parent: 2 - uid: 10291 components: - type: Transform - pos: 62.5,119.5 + pos: 68.5,113.5 parent: 2 - uid: 10292 components: - type: Transform - pos: 62.5,118.5 + pos: 68.5,112.5 parent: 2 - uid: 10293 components: - type: Transform - pos: 62.5,117.5 + pos: 68.5,111.5 parent: 2 - uid: 10294 components: - type: Transform - pos: 62.5,116.5 + pos: 68.5,110.5 parent: 2 - uid: 10295 components: - type: Transform - pos: 62.5,115.5 + pos: 68.5,109.5 parent: 2 - uid: 10296 components: - type: Transform - pos: 62.5,114.5 + pos: 68.5,108.5 parent: 2 - uid: 10297 components: - type: Transform - pos: 62.5,113.5 + pos: 68.5,107.5 parent: 2 - uid: 10298 components: - type: Transform - pos: 62.5,112.5 + pos: 68.5,106.5 parent: 2 - uid: 10299 components: - type: Transform - pos: 62.5,111.5 + pos: 68.5,105.5 parent: 2 - uid: 10300 components: - type: Transform - pos: 62.5,110.5 + pos: 68.5,104.5 parent: 2 - uid: 10301 components: - type: Transform - pos: 62.5,109.5 + pos: 68.5,103.5 parent: 2 - uid: 10302 components: - type: Transform - pos: 62.5,108.5 + pos: 68.5,102.5 parent: 2 - uid: 10303 components: - type: Transform - pos: 62.5,107.5 + pos: 68.5,101.5 parent: 2 - uid: 10304 components: - type: Transform - pos: 62.5,106.5 + pos: 68.5,100.5 parent: 2 - uid: 10305 components: - type: Transform - pos: 62.5,105.5 + pos: 68.5,99.5 parent: 2 - uid: 10306 components: - type: Transform - pos: 62.5,104.5 + pos: 68.5,98.5 parent: 2 - uid: 10307 components: - type: Transform - pos: 62.5,103.5 + pos: 69.5,125.5 parent: 2 - uid: 10308 components: - type: Transform - pos: 62.5,102.5 + pos: 69.5,124.5 parent: 2 - uid: 10309 components: - type: Transform - pos: 62.5,101.5 + pos: 69.5,123.5 parent: 2 - uid: 10310 components: - type: Transform - pos: 62.5,100.5 + pos: 69.5,122.5 parent: 2 - uid: 10311 components: - type: Transform - pos: 62.5,99.5 + pos: 69.5,121.5 parent: 2 - uid: 10312 components: - type: Transform - pos: 62.5,98.5 + pos: 69.5,120.5 parent: 2 - uid: 10313 components: - type: Transform - pos: 63.5,125.5 + pos: 69.5,119.5 parent: 2 - uid: 10314 components: - type: Transform - pos: 63.5,124.5 + pos: 69.5,118.5 parent: 2 - uid: 10315 components: - type: Transform - pos: 63.5,123.5 + pos: 69.5,117.5 parent: 2 - uid: 10316 components: - type: Transform - pos: 63.5,122.5 + pos: 69.5,116.5 parent: 2 - uid: 10317 components: - type: Transform - pos: 63.5,121.5 + pos: 69.5,115.5 parent: 2 - uid: 10318 components: - type: Transform - pos: 63.5,120.5 + pos: 69.5,114.5 parent: 2 - uid: 10319 components: - type: Transform - pos: 63.5,119.5 + pos: 69.5,113.5 parent: 2 - uid: 10320 components: - type: Transform - pos: 63.5,118.5 + pos: 69.5,112.5 parent: 2 - uid: 10321 components: - type: Transform - pos: 63.5,117.5 + pos: 69.5,111.5 parent: 2 - uid: 10322 components: - type: Transform - pos: 63.5,116.5 + pos: 69.5,110.5 parent: 2 - uid: 10323 components: - type: Transform - pos: 63.5,115.5 + pos: 69.5,109.5 parent: 2 - uid: 10324 components: - type: Transform - pos: 63.5,114.5 + pos: 69.5,108.5 parent: 2 - uid: 10325 components: - type: Transform - pos: 63.5,113.5 + pos: 69.5,107.5 parent: 2 - uid: 10326 components: - type: Transform - pos: 63.5,112.5 + pos: 69.5,106.5 parent: 2 - uid: 10327 components: - type: Transform - pos: 63.5,111.5 + pos: 69.5,105.5 parent: 2 - uid: 10328 components: - type: Transform - pos: 63.5,110.5 + pos: 69.5,104.5 parent: 2 - uid: 10329 components: - type: Transform - pos: 63.5,109.5 + pos: 69.5,103.5 parent: 2 - uid: 10330 components: - type: Transform - pos: 63.5,108.5 + pos: 69.5,102.5 parent: 2 - uid: 10331 components: - type: Transform - pos: 63.5,107.5 + pos: 69.5,101.5 parent: 2 - uid: 10332 components: - type: Transform - pos: 63.5,106.5 + pos: 69.5,100.5 parent: 2 - uid: 10333 components: - type: Transform - pos: 63.5,105.5 + pos: 69.5,99.5 parent: 2 - uid: 10334 components: - type: Transform - pos: 63.5,104.5 + pos: 69.5,98.5 parent: 2 - uid: 10335 components: - type: Transform - pos: 63.5,103.5 + pos: 52.5,107.5 parent: 2 - uid: 10336 components: - type: Transform - pos: 63.5,102.5 + pos: 52.5,106.5 parent: 2 - uid: 10337 components: - type: Transform - pos: 63.5,101.5 + pos: 52.5,105.5 parent: 2 - uid: 10338 components: - type: Transform - pos: 63.5,100.5 + pos: 52.5,104.5 parent: 2 - uid: 10339 components: - type: Transform - pos: 63.5,99.5 + pos: 52.5,103.5 parent: 2 - uid: 10340 components: - type: Transform - pos: 63.5,98.5 + pos: 52.5,102.5 parent: 2 - uid: 10341 components: - type: Transform - pos: 64.5,125.5 + pos: 52.5,101.5 parent: 2 - uid: 10342 components: - type: Transform - pos: 64.5,124.5 + pos: 52.5,100.5 parent: 2 - uid: 10343 components: - type: Transform - pos: 64.5,123.5 + pos: 52.5,99.5 parent: 2 - uid: 10344 components: - type: Transform - pos: 64.5,122.5 + pos: 52.5,98.5 parent: 2 - uid: 10345 components: - type: Transform - pos: 64.5,121.5 + pos: 52.5,97.5 parent: 2 - uid: 10346 components: - type: Transform - pos: 64.5,120.5 + pos: 52.5,96.5 parent: 2 - uid: 10347 components: - type: Transform - pos: 64.5,119.5 + pos: 52.5,95.5 parent: 2 - uid: 10348 components: - type: Transform - pos: 64.5,118.5 + pos: 52.5,94.5 parent: 2 - uid: 10349 components: - type: Transform - pos: 64.5,117.5 + pos: 50.5,94.5 parent: 2 - uid: 10350 components: - type: Transform - pos: 64.5,116.5 + pos: 51.5,94.5 parent: 2 - uid: 10351 components: - type: Transform - pos: 64.5,115.5 + pos: 53.5,97.5 parent: 2 - uid: 10352 components: - type: Transform - pos: 64.5,114.5 + pos: 53.5,96.5 parent: 2 - uid: 10353 components: - type: Transform - pos: 64.5,113.5 + pos: 53.5,95.5 parent: 2 - uid: 10354 components: - type: Transform - pos: 64.5,112.5 + pos: 53.5,94.5 parent: 2 - uid: 10355 components: - type: Transform - pos: 64.5,111.5 + pos: 61.5,97.5 parent: 2 - uid: 10356 components: - type: Transform - pos: 64.5,110.5 + pos: 61.5,96.5 parent: 2 - uid: 10357 components: - type: Transform - pos: 64.5,109.5 + pos: 61.5,95.5 parent: 2 - uid: 10358 components: - type: Transform - pos: 64.5,108.5 + pos: 61.5,94.5 parent: 2 - uid: 10359 components: - type: Transform - pos: 64.5,107.5 + pos: 61.5,93.5 parent: 2 - uid: 10360 components: - type: Transform - pos: 64.5,106.5 + pos: 62.5,97.5 parent: 2 - uid: 10361 components: - type: Transform - pos: 64.5,105.5 + pos: 62.5,96.5 parent: 2 - uid: 10362 components: - type: Transform - pos: 64.5,104.5 + pos: 62.5,95.5 parent: 2 - uid: 10363 components: - type: Transform - pos: 64.5,103.5 + pos: 62.5,94.5 parent: 2 - uid: 10364 components: - type: Transform - pos: 64.5,102.5 + pos: 62.5,93.5 parent: 2 - uid: 10365 components: - type: Transform - pos: 64.5,101.5 + pos: 63.5,97.5 parent: 2 - uid: 10366 components: - type: Transform - pos: 64.5,100.5 + pos: 63.5,96.5 parent: 2 - uid: 10367 components: - type: Transform - pos: 64.5,99.5 + pos: 63.5,95.5 parent: 2 - uid: 10368 components: - type: Transform - pos: 64.5,98.5 + pos: 63.5,94.5 parent: 2 - uid: 10369 components: - type: Transform - pos: 65.5,125.5 + pos: 63.5,93.5 parent: 2 - uid: 10370 components: - type: Transform - pos: 65.5,124.5 + pos: 64.5,97.5 parent: 2 - uid: 10371 components: - type: Transform - pos: 65.5,123.5 + pos: 64.5,96.5 parent: 2 - uid: 10372 components: - type: Transform - pos: 65.5,122.5 + pos: 64.5,95.5 parent: 2 - uid: 10373 components: - type: Transform - pos: 65.5,121.5 + pos: 64.5,94.5 parent: 2 - uid: 10374 components: - type: Transform - pos: 65.5,120.5 + pos: 64.5,93.5 parent: 2 - uid: 10375 components: - type: Transform - pos: 65.5,119.5 + pos: 65.5,97.5 parent: 2 - uid: 10376 components: - type: Transform - pos: 65.5,118.5 + pos: 65.5,96.5 parent: 2 - uid: 10377 components: - type: Transform - pos: 65.5,117.5 + pos: 65.5,95.5 parent: 2 - uid: 10378 components: - type: Transform - pos: 65.5,116.5 + pos: 65.5,94.5 parent: 2 - uid: 10379 components: - type: Transform - pos: 65.5,115.5 + pos: 65.5,93.5 parent: 2 - uid: 10380 components: - type: Transform - pos: 65.5,114.5 + pos: 66.5,97.5 parent: 2 - uid: 10381 components: - type: Transform - pos: 65.5,113.5 + pos: 66.5,96.5 parent: 2 - uid: 10382 components: - type: Transform - pos: 65.5,112.5 + pos: 66.5,95.5 parent: 2 - uid: 10383 components: - type: Transform - pos: 65.5,111.5 + pos: 66.5,94.5 parent: 2 - uid: 10384 components: - type: Transform - pos: 65.5,110.5 + pos: 66.5,93.5 parent: 2 - uid: 10385 components: - type: Transform - pos: 65.5,109.5 + pos: 67.5,97.5 parent: 2 - uid: 10386 components: - type: Transform - pos: 65.5,108.5 + pos: 67.5,96.5 parent: 2 - uid: 10387 components: - type: Transform - pos: 65.5,107.5 + pos: 67.5,95.5 parent: 2 - uid: 10388 components: - type: Transform - pos: 65.5,106.5 + pos: 67.5,94.5 parent: 2 - uid: 10389 components: - type: Transform - pos: 65.5,105.5 + pos: 67.5,93.5 parent: 2 - uid: 10390 components: - type: Transform - pos: 65.5,104.5 + pos: 68.5,97.5 parent: 2 - uid: 10391 components: - type: Transform - pos: 65.5,103.5 + pos: 68.5,96.5 parent: 2 - uid: 10392 components: - type: Transform - pos: 65.5,102.5 + pos: 68.5,95.5 parent: 2 - uid: 10393 components: - type: Transform - pos: 65.5,101.5 + pos: 68.5,94.5 parent: 2 - uid: 10394 components: - type: Transform - pos: 65.5,100.5 + pos: 68.5,93.5 parent: 2 - uid: 10395 components: - type: Transform - pos: 65.5,99.5 + pos: 69.5,97.5 parent: 2 - uid: 10396 components: - type: Transform - pos: 65.5,98.5 + pos: 69.5,96.5 parent: 2 - uid: 10397 components: - type: Transform - pos: 66.5,125.5 + pos: 69.5,95.5 parent: 2 - uid: 10398 components: - type: Transform - pos: 66.5,124.5 + pos: 69.5,94.5 parent: 2 - uid: 10399 components: - type: Transform - pos: 66.5,123.5 + pos: 69.5,93.5 parent: 2 - uid: 10400 components: - type: Transform - pos: 66.5,122.5 + pos: 70.5,97.5 parent: 2 - uid: 10401 components: - type: Transform - pos: 66.5,121.5 + pos: 70.5,96.5 parent: 2 - uid: 10402 components: - type: Transform - pos: 66.5,120.5 + pos: 70.5,95.5 parent: 2 - uid: 10403 components: - type: Transform - pos: 66.5,119.5 + pos: 70.5,94.5 parent: 2 - uid: 10404 components: - type: Transform - pos: 66.5,118.5 + pos: 70.5,93.5 parent: 2 - uid: 10405 components: - type: Transform - pos: 66.5,117.5 + pos: 71.5,97.5 parent: 2 - uid: 10406 components: - type: Transform - pos: 66.5,116.5 + pos: 71.5,96.5 parent: 2 - uid: 10407 components: - type: Transform - pos: 66.5,115.5 + pos: 71.5,95.5 parent: 2 - uid: 10408 components: - type: Transform - pos: 66.5,114.5 + pos: 71.5,94.5 parent: 2 - uid: 10409 components: - type: Transform - pos: 66.5,113.5 + pos: 71.5,93.5 parent: 2 - uid: 10410 components: - type: Transform - pos: 66.5,112.5 + pos: 72.5,97.5 parent: 2 - uid: 10411 components: - type: Transform - pos: 66.5,111.5 + pos: 72.5,96.5 parent: 2 - uid: 10412 components: - type: Transform - pos: 66.5,110.5 + pos: 72.5,95.5 parent: 2 - uid: 10413 components: - type: Transform - pos: 66.5,109.5 + pos: 72.5,94.5 parent: 2 - uid: 10414 components: - type: Transform - pos: 66.5,108.5 + pos: 72.5,93.5 parent: 2 - uid: 10415 components: - type: Transform - pos: 66.5,107.5 + pos: 73.5,97.5 parent: 2 - uid: 10416 components: - type: Transform - pos: 66.5,106.5 + pos: 73.5,96.5 parent: 2 - uid: 10417 components: - type: Transform - pos: 66.5,105.5 + pos: 73.5,95.5 parent: 2 - uid: 10418 components: - type: Transform - pos: 66.5,104.5 + pos: 73.5,94.5 parent: 2 - uid: 10419 components: - type: Transform - pos: 66.5,103.5 + pos: 73.5,93.5 parent: 2 - uid: 10420 components: - type: Transform - pos: 66.5,102.5 + pos: 74.5,97.5 parent: 2 - uid: 10421 components: - type: Transform - pos: 66.5,101.5 + pos: 74.5,96.5 parent: 2 - uid: 10422 components: - type: Transform - pos: 66.5,100.5 + pos: 74.5,95.5 parent: 2 - uid: 10423 components: - type: Transform - pos: 66.5,99.5 + pos: 74.5,94.5 parent: 2 - uid: 10424 components: - type: Transform - pos: 66.5,98.5 + pos: 74.5,93.5 parent: 2 - uid: 10425 components: - type: Transform - pos: 67.5,125.5 + pos: 75.5,97.5 parent: 2 - uid: 10426 components: - type: Transform - pos: 67.5,124.5 + pos: 75.5,96.5 parent: 2 - uid: 10427 components: - type: Transform - pos: 67.5,123.5 + pos: 75.5,95.5 parent: 2 - uid: 10428 components: - type: Transform - pos: 67.5,122.5 + pos: 75.5,94.5 parent: 2 - uid: 10429 components: - type: Transform - pos: 67.5,121.5 + pos: 75.5,93.5 parent: 2 - uid: 10430 components: - type: Transform - pos: 67.5,120.5 + pos: 76.5,97.5 parent: 2 - uid: 10431 components: - type: Transform - pos: 67.5,119.5 + pos: 76.5,96.5 parent: 2 - uid: 10432 components: - type: Transform - pos: 67.5,118.5 + pos: 76.5,95.5 parent: 2 - uid: 10433 components: - type: Transform - pos: 67.5,117.5 + pos: 76.5,94.5 parent: 2 - uid: 10434 components: - type: Transform - pos: 67.5,116.5 + pos: 76.5,93.5 parent: 2 - uid: 10435 components: - type: Transform - pos: 67.5,115.5 + pos: 77.5,97.5 parent: 2 - uid: 10436 components: - type: Transform - pos: 67.5,114.5 + pos: 77.5,96.5 parent: 2 - uid: 10437 components: - type: Transform - pos: 67.5,113.5 + pos: 77.5,95.5 parent: 2 - uid: 10438 components: - type: Transform - pos: 67.5,112.5 + pos: 77.5,94.5 parent: 2 - uid: 10439 components: - type: Transform - pos: 67.5,111.5 + pos: 77.5,93.5 parent: 2 - uid: 10440 components: - type: Transform - pos: 67.5,110.5 + pos: 78.5,97.5 parent: 2 - uid: 10441 components: - type: Transform - pos: 67.5,109.5 + pos: 78.5,96.5 parent: 2 - uid: 10442 components: - type: Transform - pos: 67.5,108.5 + pos: 78.5,95.5 parent: 2 - uid: 10443 components: - type: Transform - pos: 67.5,107.5 + pos: 78.5,94.5 parent: 2 - uid: 10444 components: - type: Transform - pos: 67.5,106.5 + pos: 78.5,93.5 parent: 2 - uid: 10445 components: - type: Transform - pos: 67.5,105.5 + pos: 70.5,98.5 parent: 2 - uid: 10446 components: - type: Transform - pos: 67.5,104.5 + pos: 70.5,99.5 parent: 2 - uid: 10447 components: - type: Transform - pos: 67.5,103.5 + pos: 70.5,100.5 parent: 2 - uid: 10448 components: - type: Transform - pos: 67.5,102.5 + pos: 70.5,101.5 parent: 2 - uid: 10449 components: - type: Transform - pos: 67.5,101.5 + pos: 70.5,102.5 parent: 2 - uid: 10450 components: - type: Transform - pos: 67.5,100.5 + pos: 70.5,103.5 parent: 2 - uid: 10451 components: - type: Transform - pos: 67.5,99.5 + pos: 70.5,104.5 parent: 2 - uid: 10452 components: - type: Transform - pos: 67.5,98.5 + pos: 70.5,105.5 parent: 2 - uid: 10453 components: - type: Transform - pos: 68.5,125.5 + pos: 70.5,106.5 parent: 2 - uid: 10454 components: - type: Transform - pos: 68.5,124.5 + pos: 70.5,107.5 parent: 2 - uid: 10455 components: - type: Transform - pos: 68.5,123.5 + pos: 71.5,98.5 parent: 2 - uid: 10456 components: - type: Transform - pos: 68.5,122.5 + pos: 71.5,99.5 parent: 2 - uid: 10457 components: - type: Transform - pos: 68.5,121.5 + pos: 71.5,100.5 parent: 2 - uid: 10458 components: - type: Transform - pos: 68.5,120.5 + pos: 71.5,101.5 parent: 2 - uid: 10459 components: - type: Transform - pos: 68.5,119.5 + pos: 71.5,102.5 parent: 2 - uid: 10460 components: - type: Transform - pos: 68.5,118.5 + pos: 71.5,103.5 parent: 2 - uid: 10461 components: - type: Transform - pos: 68.5,117.5 + pos: 71.5,104.5 parent: 2 - uid: 10462 components: - type: Transform - pos: 68.5,116.5 + pos: 71.5,105.5 parent: 2 - uid: 10463 components: - type: Transform - pos: 68.5,115.5 + pos: 71.5,106.5 parent: 2 - uid: 10464 components: - type: Transform - pos: 68.5,114.5 + pos: 71.5,107.5 parent: 2 - uid: 10465 components: - type: Transform - pos: 68.5,113.5 + pos: 72.5,98.5 parent: 2 - uid: 10466 components: - type: Transform - pos: 68.5,112.5 + pos: 72.5,99.5 parent: 2 - uid: 10467 components: - type: Transform - pos: 68.5,111.5 + pos: 72.5,100.5 parent: 2 - uid: 10468 components: - type: Transform - pos: 68.5,110.5 + pos: 72.5,101.5 parent: 2 - uid: 10469 components: - type: Transform - pos: 68.5,109.5 + pos: 72.5,102.5 parent: 2 - uid: 10470 components: - type: Transform - pos: 68.5,108.5 + pos: 72.5,103.5 parent: 2 - uid: 10471 components: - type: Transform - pos: 68.5,107.5 + pos: 72.5,104.5 parent: 2 - uid: 10472 components: - type: Transform - pos: 68.5,106.5 + pos: 72.5,105.5 parent: 2 - uid: 10473 components: - type: Transform - pos: 68.5,105.5 + pos: 72.5,106.5 parent: 2 - uid: 10474 components: - type: Transform - pos: 68.5,104.5 + pos: 73.5,98.5 parent: 2 - uid: 10475 components: - type: Transform - pos: 68.5,103.5 + pos: 73.5,99.5 parent: 2 - uid: 10476 components: - type: Transform - pos: 68.5,102.5 + pos: 73.5,100.5 parent: 2 - uid: 10477 components: - type: Transform - pos: 68.5,101.5 + pos: 73.5,101.5 parent: 2 - uid: 10478 components: - type: Transform - pos: 68.5,100.5 + pos: 73.5,102.5 parent: 2 - uid: 10479 components: - type: Transform - pos: 68.5,99.5 + pos: 73.5,103.5 parent: 2 - uid: 10480 components: - type: Transform - pos: 68.5,98.5 + pos: 73.5,104.5 parent: 2 - uid: 10481 components: - type: Transform - pos: 69.5,125.5 + pos: 73.5,105.5 parent: 2 - uid: 10482 components: - type: Transform - pos: 69.5,124.5 + pos: 73.5,106.5 parent: 2 - uid: 10483 components: - type: Transform - pos: 69.5,123.5 + pos: 74.5,98.5 parent: 2 - uid: 10484 components: - type: Transform - pos: 69.5,122.5 + pos: 74.5,99.5 parent: 2 - uid: 10485 components: - type: Transform - pos: 69.5,121.5 + pos: 74.5,100.5 parent: 2 - uid: 10486 components: - type: Transform - pos: 69.5,120.5 + pos: 74.5,101.5 parent: 2 - uid: 10487 components: - type: Transform - pos: 69.5,119.5 + pos: 74.5,102.5 parent: 2 - uid: 10488 components: - type: Transform - pos: 69.5,118.5 + pos: 74.5,103.5 parent: 2 - uid: 10489 components: - type: Transform - pos: 69.5,117.5 + pos: 74.5,104.5 parent: 2 - uid: 10490 components: - type: Transform - pos: 69.5,116.5 + pos: 74.5,105.5 parent: 2 - uid: 10491 components: - type: Transform - pos: 69.5,115.5 + pos: 74.5,106.5 parent: 2 - uid: 10492 components: - type: Transform - pos: 69.5,114.5 + pos: 75.5,98.5 parent: 2 - uid: 10493 components: - type: Transform - pos: 69.5,113.5 + pos: 75.5,99.5 parent: 2 - uid: 10494 components: - type: Transform - pos: 69.5,112.5 + pos: 75.5,100.5 parent: 2 - uid: 10495 components: - type: Transform - pos: 69.5,111.5 + pos: 75.5,101.5 parent: 2 - uid: 10496 components: - type: Transform - pos: 69.5,110.5 + pos: 75.5,102.5 parent: 2 - uid: 10497 components: - type: Transform - pos: 69.5,109.5 + pos: 75.5,103.5 parent: 2 - uid: 10498 components: - type: Transform - pos: 69.5,108.5 + pos: 75.5,104.5 parent: 2 - uid: 10499 components: - type: Transform - pos: 69.5,107.5 + pos: 71.5,116.5 parent: 2 - uid: 10500 components: - type: Transform - pos: 69.5,106.5 + pos: 71.5,115.5 parent: 2 - uid: 10501 components: - type: Transform - pos: 69.5,105.5 + pos: 71.5,114.5 parent: 2 - uid: 10502 components: - type: Transform - pos: 69.5,104.5 + pos: 71.5,113.5 parent: 2 - uid: 10503 components: - type: Transform - pos: 69.5,103.5 + pos: 71.5,112.5 parent: 2 - uid: 10504 components: - type: Transform - pos: 69.5,102.5 + pos: 71.5,111.5 parent: 2 - uid: 10505 components: - type: Transform - pos: 69.5,101.5 + pos: 71.5,110.5 parent: 2 - uid: 10506 components: - type: Transform - pos: 69.5,100.5 + pos: 71.5,109.5 parent: 2 - uid: 10507 components: - type: Transform - pos: 69.5,99.5 + pos: 71.5,108.5 parent: 2 - uid: 10508 components: - type: Transform - pos: 69.5,98.5 + pos: 70.5,116.5 parent: 2 - uid: 10509 components: - type: Transform - pos: 52.5,107.5 + pos: 70.5,115.5 parent: 2 - uid: 10510 components: - type: Transform - pos: 52.5,106.5 + pos: 70.5,114.5 parent: 2 - uid: 10511 components: - type: Transform - pos: 52.5,105.5 + pos: 70.5,113.5 parent: 2 - uid: 10512 components: - type: Transform - pos: 52.5,104.5 + pos: 70.5,112.5 parent: 2 - uid: 10513 components: - type: Transform - pos: 52.5,103.5 + pos: 70.5,111.5 parent: 2 - uid: 10514 components: - type: Transform - pos: 52.5,102.5 + pos: 70.5,110.5 parent: 2 - uid: 10515 components: - type: Transform - pos: 52.5,101.5 + pos: 70.5,109.5 parent: 2 - uid: 10516 components: - type: Transform - pos: 52.5,100.5 + pos: 70.5,108.5 parent: 2 - uid: 10517 components: - type: Transform - pos: 52.5,99.5 + pos: 76.5,104.5 parent: 2 - uid: 10518 components: - type: Transform - pos: 52.5,98.5 + pos: 76.5,103.5 parent: 2 - uid: 10519 components: - type: Transform - pos: 52.5,97.5 + pos: 76.5,102.5 parent: 2 - uid: 10520 components: - type: Transform - pos: 52.5,96.5 + pos: 76.5,101.5 parent: 2 - uid: 10521 components: - type: Transform - pos: 52.5,95.5 + pos: 76.5,100.5 parent: 2 - uid: 10522 components: - type: Transform - pos: 52.5,94.5 + pos: 76.5,99.5 parent: 2 - uid: 10523 components: - type: Transform - pos: 50.5,94.5 + pos: 76.5,98.5 parent: 2 - uid: 10524 components: - type: Transform - pos: 51.5,94.5 + pos: 77.5,104.5 parent: 2 - uid: 10525 components: - type: Transform - pos: 53.5,97.5 + pos: 77.5,103.5 parent: 2 - uid: 10526 components: - type: Transform - pos: 53.5,96.5 + pos: 77.5,102.5 parent: 2 - uid: 10527 components: - type: Transform - pos: 53.5,95.5 + pos: 77.5,101.5 parent: 2 - uid: 10528 components: - type: Transform - pos: 53.5,94.5 + pos: 77.5,100.5 parent: 2 - uid: 10529 components: - type: Transform - pos: 61.5,97.5 + pos: 77.5,99.5 parent: 2 - uid: 10530 components: - type: Transform - pos: 61.5,96.5 + pos: 77.5,98.5 parent: 2 - uid: 10531 components: - type: Transform - pos: 61.5,95.5 + pos: 78.5,104.5 parent: 2 - uid: 10532 components: - type: Transform - pos: 61.5,94.5 + pos: 78.5,103.5 parent: 2 - uid: 10533 components: - type: Transform - pos: 61.5,93.5 + pos: 78.5,102.5 parent: 2 - uid: 10534 components: - type: Transform - pos: 62.5,97.5 + pos: 78.5,101.5 parent: 2 - uid: 10535 components: - type: Transform - pos: 62.5,96.5 + pos: 78.5,100.5 parent: 2 - uid: 10536 components: - type: Transform - pos: 62.5,95.5 + pos: 78.5,99.5 parent: 2 - uid: 10537 components: - type: Transform - pos: 62.5,94.5 + pos: 78.5,98.5 parent: 2 - uid: 10538 components: - type: Transform - pos: 62.5,93.5 + pos: 79.5,104.5 parent: 2 - uid: 10539 components: - type: Transform - pos: 63.5,97.5 + pos: 79.5,103.5 parent: 2 - uid: 10540 components: - type: Transform - pos: 63.5,96.5 + pos: 79.5,102.5 parent: 2 - uid: 10541 components: - type: Transform - pos: 63.5,95.5 + pos: 79.5,101.5 parent: 2 - uid: 10542 components: - type: Transform - pos: 63.5,94.5 + pos: 79.5,100.5 parent: 2 - uid: 10543 components: - type: Transform - pos: 63.5,93.5 + pos: 79.5,99.5 parent: 2 - uid: 10544 components: - type: Transform - pos: 64.5,97.5 + pos: 79.5,98.5 parent: 2 - uid: 10545 components: - type: Transform - pos: 64.5,96.5 + pos: 80.5,104.5 parent: 2 - uid: 10546 components: - type: Transform - pos: 64.5,95.5 + pos: 80.5,103.5 parent: 2 - uid: 10547 components: - type: Transform - pos: 64.5,94.5 + pos: 80.5,102.5 parent: 2 - uid: 10548 components: - type: Transform - pos: 64.5,93.5 + pos: 80.5,101.5 parent: 2 - uid: 10549 components: - type: Transform - pos: 65.5,97.5 + pos: 80.5,100.5 parent: 2 - uid: 10550 components: - type: Transform - pos: 65.5,96.5 + pos: 80.5,99.5 parent: 2 - uid: 10551 components: - type: Transform - pos: 65.5,95.5 + pos: 80.5,98.5 parent: 2 - uid: 10552 components: - type: Transform - pos: 65.5,94.5 + pos: 81.5,104.5 parent: 2 - uid: 10553 components: - type: Transform - pos: 65.5,93.5 + pos: 81.5,103.5 parent: 2 - uid: 10554 components: - type: Transform - pos: 66.5,97.5 + pos: 81.5,102.5 parent: 2 - uid: 10555 components: - type: Transform - pos: 66.5,96.5 + pos: 81.5,101.5 parent: 2 - uid: 10556 components: - type: Transform - pos: 66.5,95.5 + pos: 81.5,100.5 parent: 2 - uid: 10557 components: - type: Transform - pos: 66.5,94.5 + pos: 81.5,99.5 parent: 2 - uid: 10558 components: - type: Transform - pos: 66.5,93.5 + pos: 81.5,98.5 parent: 2 - uid: 10559 components: - type: Transform - pos: 67.5,97.5 + pos: 82.5,103.5 parent: 2 - uid: 10560 components: - type: Transform - pos: 67.5,96.5 + pos: 82.5,102.5 parent: 2 - uid: 10561 components: - type: Transform - pos: 67.5,95.5 + pos: 83.5,103.5 parent: 2 - uid: 10562 components: - type: Transform - pos: 67.5,94.5 + pos: 83.5,102.5 parent: 2 - uid: 10563 components: - type: Transform - pos: 67.5,93.5 + pos: 84.5,103.5 parent: 2 - uid: 10564 components: - type: Transform - pos: 68.5,97.5 + pos: 84.5,102.5 parent: 2 - uid: 10565 components: - type: Transform - pos: 68.5,96.5 + pos: 85.5,103.5 parent: 2 - uid: 10566 components: - type: Transform - pos: 68.5,95.5 + pos: 85.5,102.5 parent: 2 - uid: 10567 components: - type: Transform - pos: 68.5,94.5 + pos: 81.5,97.5 parent: 2 - uid: 10568 components: - type: Transform - pos: 68.5,93.5 + pos: 80.5,97.5 parent: 2 - uid: 10569 components: - type: Transform - pos: 69.5,97.5 + pos: 79.5,97.5 parent: 2 - uid: 10570 components: - type: Transform - pos: 69.5,96.5 + pos: 81.5,91.5 parent: 2 - uid: 10571 components: - type: Transform - pos: 69.5,95.5 + pos: 81.5,90.5 parent: 2 - uid: 10572 components: - type: Transform - pos: 69.5,94.5 + pos: 81.5,89.5 parent: 2 - uid: 10573 components: - type: Transform - pos: 69.5,93.5 + pos: 81.5,88.5 parent: 2 - uid: 10574 components: - type: Transform - pos: 70.5,97.5 + pos: 80.5,91.5 parent: 2 - uid: 10575 components: - type: Transform - pos: 70.5,96.5 + pos: 80.5,90.5 parent: 2 - uid: 10576 components: - type: Transform - pos: 70.5,95.5 + pos: 80.5,89.5 parent: 2 - uid: 10577 components: - type: Transform - pos: 70.5,94.5 + pos: 80.5,88.5 parent: 2 - uid: 10578 components: - type: Transform - pos: 70.5,93.5 + pos: 79.5,91.5 parent: 2 - uid: 10579 components: - type: Transform - pos: 71.5,97.5 + pos: 79.5,90.5 parent: 2 - uid: 10580 components: - type: Transform - pos: 71.5,96.5 + pos: 79.5,89.5 parent: 2 - uid: 10581 components: - type: Transform - pos: 71.5,95.5 + pos: 79.5,88.5 parent: 2 - uid: 10582 components: - type: Transform - pos: 71.5,94.5 + pos: 78.5,91.5 parent: 2 - uid: 10583 components: - type: Transform - pos: 71.5,93.5 + pos: 78.5,90.5 parent: 2 - uid: 10584 components: - type: Transform - pos: 72.5,97.5 + pos: 78.5,89.5 parent: 2 - uid: 10585 components: - type: Transform - pos: 72.5,96.5 + pos: 78.5,88.5 parent: 2 - uid: 10586 components: - type: Transform - pos: 72.5,95.5 + pos: 77.5,91.5 parent: 2 - uid: 10587 components: - type: Transform - pos: 72.5,94.5 + pos: 77.5,90.5 parent: 2 - uid: 10588 components: - type: Transform - pos: 72.5,93.5 + pos: 77.5,89.5 parent: 2 - uid: 10589 components: - type: Transform - pos: 73.5,97.5 + pos: 77.5,88.5 parent: 2 - uid: 10590 components: - type: Transform - pos: 73.5,96.5 + pos: 76.5,91.5 parent: 2 - uid: 10591 components: - type: Transform - pos: 73.5,95.5 + pos: 76.5,90.5 parent: 2 - uid: 10592 components: - type: Transform - pos: 73.5,94.5 + pos: 76.5,89.5 parent: 2 - uid: 10593 components: - type: Transform - pos: 73.5,93.5 + pos: 76.5,88.5 parent: 2 - uid: 10594 components: - type: Transform - pos: 74.5,97.5 + pos: 75.5,91.5 parent: 2 - uid: 10595 components: - type: Transform - pos: 74.5,96.5 + pos: 75.5,90.5 parent: 2 - uid: 10596 components: - type: Transform - pos: 74.5,95.5 + pos: 75.5,89.5 parent: 2 - uid: 10597 components: - type: Transform - pos: 74.5,94.5 + pos: 75.5,88.5 parent: 2 - uid: 10598 components: - type: Transform - pos: 74.5,93.5 + pos: 74.5,91.5 parent: 2 - uid: 10599 components: - type: Transform - pos: 75.5,97.5 + pos: 74.5,90.5 parent: 2 - uid: 10600 components: - type: Transform - pos: 75.5,96.5 + pos: 74.5,89.5 parent: 2 - uid: 10601 components: - type: Transform - pos: 75.5,95.5 + pos: 74.5,88.5 parent: 2 - uid: 10602 components: - type: Transform - pos: 75.5,94.5 + pos: 73.5,91.5 parent: 2 - uid: 10603 components: - type: Transform - pos: 75.5,93.5 + pos: 73.5,90.5 parent: 2 - uid: 10604 components: - type: Transform - pos: 76.5,97.5 + pos: 73.5,89.5 parent: 2 - uid: 10605 components: - type: Transform - pos: 76.5,96.5 + pos: 73.5,88.5 parent: 2 - uid: 10606 components: - type: Transform - pos: 76.5,95.5 + pos: 72.5,91.5 parent: 2 - uid: 10607 components: - type: Transform - pos: 76.5,94.5 + pos: 72.5,90.5 parent: 2 - uid: 10608 components: - type: Transform - pos: 76.5,93.5 + pos: 72.5,89.5 parent: 2 - uid: 10609 components: - type: Transform - pos: 77.5,97.5 + pos: 72.5,88.5 parent: 2 - uid: 10610 components: - type: Transform - pos: 77.5,96.5 + pos: 71.5,91.5 parent: 2 - uid: 10611 components: - type: Transform - pos: 77.5,95.5 + pos: 71.5,90.5 parent: 2 - uid: 10612 components: - type: Transform - pos: 77.5,94.5 + pos: 71.5,89.5 parent: 2 - uid: 10613 components: - type: Transform - pos: 77.5,93.5 + pos: 71.5,88.5 parent: 2 - uid: 10614 components: - type: Transform - pos: 78.5,97.5 + pos: 70.5,91.5 parent: 2 - uid: 10615 components: - type: Transform - pos: 78.5,96.5 + pos: 70.5,90.5 parent: 2 - uid: 10616 components: - type: Transform - pos: 78.5,95.5 + pos: 70.5,89.5 parent: 2 - uid: 10617 components: - type: Transform - pos: 78.5,94.5 + pos: 70.5,88.5 parent: 2 - uid: 10618 components: - type: Transform - pos: 78.5,93.5 + pos: 69.5,91.5 parent: 2 - uid: 10619 components: - type: Transform - pos: 70.5,98.5 + pos: 69.5,90.5 parent: 2 - uid: 10620 components: - type: Transform - pos: 70.5,99.5 + pos: 69.5,89.5 parent: 2 - uid: 10621 components: - type: Transform - pos: 70.5,100.5 + pos: 69.5,88.5 parent: 2 - uid: 10622 components: - type: Transform - pos: 70.5,101.5 + pos: 69.5,87.5 parent: 2 - uid: 10623 components: - type: Transform - pos: 70.5,102.5 - parent: 2 - - uid: 10624 - components: - - type: Transform - pos: 70.5,103.5 + pos: 69.5,86.5 parent: 2 - uid: 10625 components: - type: Transform - pos: 70.5,104.5 + pos: 70.5,87.5 parent: 2 - uid: 10626 components: - type: Transform - pos: 70.5,105.5 - parent: 2 - - uid: 10627 - components: - - type: Transform - pos: 70.5,106.5 + pos: 70.5,86.5 parent: 2 - uid: 10628 components: - type: Transform - pos: 70.5,107.5 + pos: 71.5,87.5 parent: 2 - uid: 10629 components: - type: Transform - pos: 71.5,98.5 - parent: 2 - - uid: 10630 - components: - - type: Transform - pos: 71.5,99.5 + pos: 71.5,86.5 parent: 2 - uid: 10631 components: - type: Transform - pos: 71.5,100.5 + pos: 72.5,87.5 parent: 2 - uid: 10632 components: - type: Transform - pos: 71.5,101.5 - parent: 2 - - uid: 10633 - components: - - type: Transform - pos: 71.5,102.5 + pos: 72.5,86.5 parent: 2 - uid: 10634 components: - type: Transform - pos: 71.5,103.5 + pos: 73.5,87.5 parent: 2 - uid: 10635 components: - type: Transform - pos: 71.5,104.5 - parent: 2 - - uid: 10636 - components: - - type: Transform - pos: 71.5,105.5 + pos: 73.5,86.5 parent: 2 - uid: 10637 components: - type: Transform - pos: 71.5,106.5 + pos: 74.5,87.5 parent: 2 - uid: 10638 components: - type: Transform - pos: 71.5,107.5 - parent: 2 - - uid: 10639 - components: - - type: Transform - pos: 72.5,98.5 + pos: 74.5,86.5 parent: 2 - uid: 10640 components: - type: Transform - pos: 72.5,99.5 + pos: 78.5,92.5 parent: 2 - uid: 10641 components: - type: Transform - pos: 72.5,100.5 + pos: 77.5,92.5 parent: 2 - uid: 10642 components: - type: Transform - pos: 72.5,101.5 + pos: 76.5,92.5 parent: 2 - uid: 10643 components: - type: Transform - pos: 72.5,102.5 + pos: 75.5,92.5 parent: 2 - uid: 10644 components: - type: Transform - pos: 72.5,103.5 + pos: 74.5,92.5 parent: 2 - uid: 10645 components: - type: Transform - pos: 72.5,104.5 + pos: 73.5,92.5 parent: 2 - uid: 10646 components: - type: Transform - pos: 72.5,105.5 + pos: 72.5,92.5 parent: 2 - uid: 10647 components: - type: Transform - pos: 72.5,106.5 + pos: 71.5,92.5 parent: 2 - uid: 10648 components: - type: Transform - pos: 73.5,98.5 + pos: 70.5,92.5 parent: 2 - uid: 10649 components: - type: Transform - pos: 73.5,99.5 + pos: 69.5,92.5 parent: 2 - uid: 10650 components: - type: Transform - pos: 73.5,100.5 + pos: 68.5,92.5 parent: 2 - uid: 10651 components: - type: Transform - pos: 73.5,101.5 + pos: 67.5,92.5 parent: 2 - uid: 10652 components: - type: Transform - pos: 73.5,102.5 + pos: 66.5,92.5 parent: 2 - uid: 10653 components: - type: Transform - pos: 73.5,103.5 + pos: 65.5,92.5 parent: 2 - uid: 10654 components: - type: Transform - pos: 73.5,104.5 + pos: 64.5,92.5 parent: 2 - uid: 10655 components: - type: Transform - pos: 73.5,105.5 + pos: 68.5,90.5 parent: 2 - uid: 10656 components: - type: Transform - pos: 73.5,106.5 + pos: 68.5,91.5 parent: 2 - uid: 10657 components: - type: Transform - pos: 74.5,98.5 + pos: 67.5,90.5 parent: 2 - uid: 10658 components: - type: Transform - pos: 74.5,99.5 + pos: 67.5,91.5 parent: 2 - uid: 10659 components: - type: Transform - pos: 74.5,100.5 + pos: 66.5,90.5 parent: 2 - uid: 10660 components: - type: Transform - pos: 74.5,101.5 + pos: 66.5,91.5 parent: 2 - uid: 10661 components: - type: Transform - pos: 74.5,102.5 + pos: 65.5,90.5 parent: 2 - uid: 10662 components: - type: Transform - pos: 74.5,103.5 + pos: 65.5,91.5 parent: 2 - uid: 10663 components: - type: Transform - pos: 74.5,104.5 + pos: 64.5,90.5 parent: 2 - uid: 10664 components: - type: Transform - pos: 74.5,105.5 + pos: 64.5,91.5 parent: 2 - uid: 10665 components: - type: Transform - pos: 74.5,106.5 + pos: 25.5,76.5 parent: 2 - uid: 10666 components: - type: Transform - pos: 75.5,98.5 + pos: 25.5,75.5 parent: 2 - uid: 10667 components: - type: Transform - pos: 75.5,99.5 + pos: 25.5,74.5 parent: 2 - uid: 10668 components: - type: Transform - pos: 75.5,100.5 + pos: 26.5,76.5 parent: 2 - uid: 10669 components: - type: Transform - pos: 75.5,101.5 + pos: 26.5,75.5 parent: 2 - uid: 10670 components: - type: Transform - pos: 75.5,102.5 + pos: 26.5,74.5 parent: 2 - uid: 10671 components: - type: Transform - pos: 75.5,103.5 + pos: 27.5,76.5 parent: 2 - uid: 10672 components: - type: Transform - pos: 75.5,104.5 + pos: 27.5,75.5 parent: 2 - uid: 10673 components: - type: Transform - pos: 71.5,116.5 + pos: 27.5,74.5 parent: 2 - uid: 10674 components: - type: Transform - pos: 71.5,115.5 + pos: 28.5,76.5 parent: 2 - uid: 10675 components: - type: Transform - pos: 71.5,114.5 + pos: 28.5,75.5 parent: 2 - uid: 10676 components: - type: Transform - pos: 71.5,113.5 + pos: 28.5,74.5 parent: 2 - uid: 10677 components: - type: Transform - pos: 71.5,112.5 + pos: 29.5,76.5 parent: 2 - uid: 10678 components: - type: Transform - pos: 71.5,111.5 + pos: 29.5,75.5 parent: 2 - uid: 10679 components: - type: Transform - pos: 71.5,110.5 + pos: 29.5,74.5 parent: 2 - uid: 10680 components: - type: Transform - pos: 71.5,109.5 + pos: 30.5,76.5 parent: 2 - uid: 10681 components: - type: Transform - pos: 71.5,108.5 + pos: 30.5,75.5 parent: 2 - uid: 10682 components: - type: Transform - pos: 70.5,116.5 + pos: 30.5,74.5 parent: 2 - uid: 10683 components: - type: Transform - pos: 70.5,115.5 + pos: 31.5,76.5 parent: 2 - uid: 10684 components: - type: Transform - pos: 70.5,114.5 + pos: 31.5,75.5 parent: 2 - uid: 10685 components: - type: Transform - pos: 70.5,113.5 + pos: 31.5,74.5 parent: 2 - uid: 10686 components: - type: Transform - pos: 70.5,112.5 + pos: 32.5,76.5 parent: 2 - uid: 10687 components: - type: Transform - pos: 70.5,111.5 + pos: 32.5,75.5 parent: 2 - uid: 10688 components: - type: Transform - pos: 70.5,110.5 + pos: 32.5,74.5 parent: 2 - uid: 10689 components: - type: Transform - pos: 70.5,109.5 + pos: 33.5,76.5 parent: 2 - uid: 10690 components: - type: Transform - pos: 70.5,108.5 + pos: 33.5,75.5 parent: 2 - uid: 10691 components: - type: Transform - pos: 76.5,104.5 + pos: 33.5,74.5 parent: 2 - uid: 10692 components: - type: Transform - pos: 76.5,103.5 + pos: 34.5,76.5 parent: 2 - uid: 10693 components: - type: Transform - pos: 76.5,102.5 + pos: 34.5,75.5 parent: 2 - uid: 10694 components: - type: Transform - pos: 76.5,101.5 + pos: 34.5,74.5 parent: 2 - uid: 10695 components: - type: Transform - pos: 76.5,100.5 + pos: 35.5,76.5 parent: 2 - uid: 10696 components: - type: Transform - pos: 76.5,99.5 + pos: 35.5,75.5 parent: 2 - uid: 10697 components: - type: Transform - pos: 76.5,98.5 + pos: 35.5,74.5 parent: 2 - uid: 10698 components: - type: Transform - pos: 77.5,104.5 + pos: 36.5,76.5 parent: 2 - uid: 10699 components: - type: Transform - pos: 77.5,103.5 + pos: 36.5,75.5 parent: 2 - uid: 10700 components: - type: Transform - pos: 77.5,102.5 + pos: 36.5,74.5 parent: 2 - uid: 10701 components: - type: Transform - pos: 77.5,101.5 + pos: 37.5,76.5 parent: 2 - uid: 10702 components: - type: Transform - pos: 77.5,100.5 + pos: 37.5,75.5 parent: 2 - uid: 10703 components: - type: Transform - pos: 77.5,99.5 + pos: 37.5,74.5 parent: 2 - uid: 10704 components: - type: Transform - pos: 77.5,98.5 + pos: 38.5,76.5 parent: 2 - uid: 10705 components: - type: Transform - pos: 78.5,104.5 + pos: 38.5,75.5 parent: 2 - uid: 10706 components: - type: Transform - pos: 78.5,103.5 + pos: 38.5,74.5 parent: 2 - uid: 10707 components: - type: Transform - pos: 78.5,102.5 + pos: 39.5,76.5 parent: 2 - uid: 10708 components: - type: Transform - pos: 78.5,101.5 + pos: 39.5,75.5 parent: 2 - uid: 10709 components: - type: Transform - pos: 78.5,100.5 + pos: 39.5,74.5 parent: 2 - uid: 10710 components: - type: Transform - pos: 78.5,99.5 + pos: 40.5,76.5 parent: 2 - uid: 10711 components: - type: Transform - pos: 78.5,98.5 + pos: 40.5,75.5 parent: 2 - uid: 10712 components: - type: Transform - pos: 79.5,104.5 + pos: 40.5,74.5 parent: 2 - uid: 10713 components: - type: Transform - pos: 79.5,103.5 + pos: 42.5,76.5 parent: 2 - uid: 10714 components: - type: Transform - pos: 79.5,102.5 + pos: 42.5,75.5 parent: 2 - uid: 10715 components: - type: Transform - pos: 79.5,101.5 + pos: 42.5,74.5 parent: 2 - uid: 10716 components: - type: Transform - pos: 79.5,100.5 + pos: 43.5,76.5 parent: 2 - uid: 10717 components: - type: Transform - pos: 79.5,99.5 + pos: 43.5,75.5 parent: 2 - uid: 10718 components: - type: Transform - pos: 79.5,98.5 + pos: 43.5,74.5 parent: 2 - uid: 10719 components: - type: Transform - pos: 80.5,104.5 + pos: 44.5,76.5 parent: 2 - uid: 10720 components: - type: Transform - pos: 80.5,103.5 + pos: 44.5,75.5 parent: 2 - uid: 10721 components: - type: Transform - pos: 80.5,102.5 + pos: 44.5,74.5 parent: 2 - uid: 10722 components: - type: Transform - pos: 80.5,101.5 + pos: 45.5,76.5 parent: 2 - uid: 10723 components: - type: Transform - pos: 80.5,100.5 + pos: 45.5,75.5 parent: 2 - uid: 10724 components: - type: Transform - pos: 80.5,99.5 + pos: 45.5,74.5 parent: 2 - uid: 10725 components: - type: Transform - pos: 80.5,98.5 + pos: 46.5,76.5 parent: 2 - uid: 10726 components: - type: Transform - pos: 81.5,104.5 + pos: 46.5,75.5 parent: 2 - uid: 10727 components: - type: Transform - pos: 81.5,103.5 + pos: 46.5,74.5 parent: 2 - uid: 10728 components: - type: Transform - pos: 81.5,102.5 + pos: 47.5,76.5 parent: 2 - uid: 10729 components: - type: Transform - pos: 81.5,101.5 + pos: 47.5,75.5 parent: 2 - uid: 10730 components: - type: Transform - pos: 81.5,100.5 + pos: 47.5,74.5 parent: 2 - uid: 10731 components: - type: Transform - pos: 81.5,99.5 + pos: 48.5,75.5 parent: 2 - uid: 10732 components: - type: Transform - pos: 81.5,98.5 + pos: 48.5,74.5 parent: 2 - uid: 10733 components: - type: Transform - pos: 82.5,103.5 + pos: 49.5,75.5 parent: 2 - uid: 10734 components: - type: Transform - pos: 82.5,102.5 + pos: 49.5,74.5 parent: 2 - uid: 10735 components: - type: Transform - pos: 83.5,103.5 + pos: 50.5,75.5 parent: 2 - uid: 10736 components: - type: Transform - pos: 83.5,102.5 + pos: 50.5,74.5 parent: 2 - uid: 10737 components: - type: Transform - pos: 84.5,103.5 + pos: 51.5,75.5 parent: 2 - uid: 10738 components: - type: Transform - pos: 84.5,102.5 + pos: 51.5,74.5 parent: 2 - uid: 10739 components: - type: Transform - pos: 85.5,103.5 + pos: 52.5,75.5 parent: 2 - uid: 10740 components: - type: Transform - pos: 85.5,102.5 + pos: 52.5,74.5 parent: 2 - uid: 10741 components: - type: Transform - pos: 81.5,97.5 + pos: 53.5,75.5 parent: 2 - uid: 10742 components: - type: Transform - pos: 80.5,97.5 + pos: 53.5,74.5 parent: 2 - uid: 10743 components: - type: Transform - pos: 79.5,97.5 + pos: 54.5,74.5 parent: 2 - uid: 10744 components: - type: Transform - pos: 81.5,91.5 + pos: 27.5,79.5 parent: 2 - uid: 10745 components: - type: Transform - pos: 81.5,90.5 + pos: 24.5,74.5 parent: 2 - uid: 10746 components: - type: Transform - pos: 81.5,89.5 + pos: 24.5,73.5 parent: 2 - uid: 10747 components: - type: Transform - pos: 81.5,88.5 + pos: 25.5,73.5 parent: 2 - uid: 10748 components: - type: Transform - pos: 80.5,91.5 + pos: 26.5,73.5 parent: 2 - uid: 10749 components: - type: Transform - pos: 80.5,90.5 + pos: 27.5,73.5 parent: 2 - uid: 10750 components: - type: Transform - pos: 80.5,89.5 + pos: 28.5,73.5 parent: 2 - uid: 10751 components: - type: Transform - pos: 80.5,88.5 + pos: 29.5,73.5 parent: 2 - uid: 10752 components: - type: Transform - pos: 79.5,91.5 + pos: 30.5,73.5 parent: 2 - uid: 10753 components: - type: Transform - pos: 79.5,90.5 + pos: 31.5,73.5 parent: 2 - uid: 10754 components: - type: Transform - pos: 79.5,89.5 + pos: 32.5,73.5 parent: 2 - uid: 10755 components: - type: Transform - pos: 79.5,88.5 + pos: 33.5,73.5 parent: 2 - uid: 10756 components: - type: Transform - pos: 78.5,91.5 + pos: 34.5,73.5 parent: 2 - uid: 10757 components: - type: Transform - pos: 78.5,90.5 + pos: 35.5,73.5 parent: 2 - uid: 10758 components: - type: Transform - pos: 78.5,89.5 + pos: 36.5,73.5 parent: 2 - uid: 10759 components: - type: Transform - pos: 78.5,88.5 + pos: 37.5,73.5 parent: 2 - uid: 10760 components: - type: Transform - pos: 77.5,91.5 + pos: 68.5,75.5 parent: 2 - uid: 10761 components: - type: Transform - pos: 77.5,90.5 + pos: 68.5,74.5 parent: 2 - uid: 10762 components: - type: Transform - pos: 77.5,89.5 + pos: 38.5,73.5 parent: 2 - uid: 10763 components: - type: Transform - pos: 77.5,88.5 + pos: 40.5,73.5 parent: 2 - uid: 10764 components: - type: Transform - pos: 76.5,91.5 + pos: 23.5,72.5 parent: 2 - uid: 10765 components: - type: Transform - pos: 76.5,90.5 + pos: 23.5,71.5 parent: 2 - uid: 10766 components: - type: Transform - pos: 76.5,89.5 + pos: 23.5,70.5 parent: 2 - uid: 10767 components: - type: Transform - pos: 76.5,88.5 + pos: 22.5,71.5 parent: 2 - uid: 10768 components: - type: Transform - pos: 75.5,91.5 + pos: 22.5,70.5 parent: 2 - uid: 10769 components: - type: Transform - pos: 75.5,90.5 + pos: 22.5,69.5 parent: 2 - uid: 10770 components: - type: Transform - pos: 75.5,89.5 + pos: 22.5,68.5 parent: 2 - uid: 10771 components: - type: Transform - pos: 75.5,88.5 + pos: 22.5,67.5 parent: 2 - uid: 10772 components: - type: Transform - pos: 74.5,91.5 + pos: 22.5,66.5 parent: 2 - uid: 10773 components: - type: Transform - pos: 74.5,90.5 + pos: 22.5,65.5 parent: 2 - uid: 10774 components: - type: Transform - pos: 74.5,89.5 + pos: 22.5,64.5 parent: 2 - uid: 10775 components: - type: Transform - pos: 74.5,88.5 + pos: 22.5,63.5 parent: 2 - uid: 10776 components: - type: Transform - pos: 73.5,91.5 + pos: 22.5,62.5 parent: 2 - uid: 10777 components: - type: Transform - pos: 73.5,90.5 + pos: 22.5,61.5 parent: 2 - uid: 10778 components: - type: Transform - pos: 73.5,89.5 + pos: 21.5,61.5 parent: 2 - uid: 10779 components: - type: Transform - pos: 73.5,88.5 + pos: 21.5,62.5 parent: 2 - uid: 10780 components: - type: Transform - pos: 72.5,91.5 + pos: 21.5,63.5 parent: 2 - uid: 10781 components: - type: Transform - pos: 72.5,90.5 + pos: 21.5,64.5 parent: 2 - uid: 10782 components: - type: Transform - pos: 72.5,89.5 + pos: 21.5,65.5 parent: 2 - uid: 10783 components: - type: Transform - pos: 72.5,88.5 + pos: 21.5,66.5 parent: 2 - uid: 10784 components: - type: Transform - pos: 71.5,91.5 + pos: 21.5,67.5 parent: 2 - uid: 10785 components: - type: Transform - pos: 71.5,90.5 + pos: 21.5,68.5 parent: 2 - uid: 10786 components: - type: Transform - pos: 71.5,89.5 + pos: 21.5,69.5 parent: 2 - uid: 10787 components: - type: Transform - pos: 71.5,88.5 + pos: 21.5,70.5 parent: 2 - uid: 10788 components: - type: Transform - pos: 70.5,91.5 + pos: 20.5,69.5 parent: 2 - uid: 10789 components: - type: Transform - pos: 70.5,90.5 + pos: 20.5,68.5 parent: 2 - uid: 10790 components: - type: Transform - pos: 70.5,89.5 + pos: 20.5,67.5 parent: 2 - uid: 10791 components: - type: Transform - pos: 70.5,88.5 + pos: 20.5,66.5 parent: 2 - uid: 10792 components: - type: Transform - pos: 69.5,91.5 + pos: 20.5,65.5 parent: 2 - uid: 10793 components: - type: Transform - pos: 69.5,90.5 + pos: 20.5,64.5 parent: 2 - uid: 10794 components: - type: Transform - pos: 69.5,89.5 + pos: 20.5,63.5 parent: 2 - uid: 10795 components: - type: Transform - pos: 69.5,88.5 + pos: 19.5,65.5 parent: 2 - uid: 10796 components: - type: Transform - pos: 69.5,87.5 + pos: 19.5,66.5 parent: 2 - uid: 10797 components: - type: Transform - pos: 69.5,86.5 + pos: 19.5,67.5 parent: 2 - uid: 10798 components: - type: Transform - pos: 69.5,85.5 + pos: 19.5,68.5 parent: 2 - uid: 10799 components: - type: Transform - pos: 70.5,87.5 + pos: 24.5,70.5 parent: 2 - uid: 10800 components: - type: Transform - pos: 70.5,86.5 + pos: 24.5,71.5 parent: 2 - uid: 10801 components: - type: Transform - pos: 70.5,85.5 + pos: 24.5,72.5 parent: 2 - uid: 10802 components: - type: Transform - pos: 71.5,87.5 + pos: 25.5,70.5 parent: 2 - uid: 10803 components: - type: Transform - pos: 71.5,86.5 + pos: 25.5,71.5 parent: 2 - uid: 10804 components: - type: Transform - pos: 71.5,85.5 + pos: 25.5,72.5 parent: 2 - uid: 10805 components: - type: Transform - pos: 72.5,87.5 + pos: 26.5,70.5 parent: 2 - uid: 10806 components: - type: Transform - pos: 72.5,86.5 + pos: 26.5,71.5 parent: 2 - uid: 10807 components: - type: Transform - pos: 72.5,85.5 + pos: 26.5,72.5 parent: 2 - uid: 10808 components: - type: Transform - pos: 73.5,87.5 + pos: 27.5,70.5 parent: 2 - uid: 10809 components: - type: Transform - pos: 73.5,86.5 + pos: 27.5,71.5 parent: 2 - uid: 10810 components: - type: Transform - pos: 73.5,85.5 + pos: 27.5,72.5 parent: 2 - uid: 10811 components: - type: Transform - pos: 74.5,87.5 + pos: 28.5,70.5 parent: 2 - uid: 10812 components: - type: Transform - pos: 74.5,86.5 + pos: 28.5,71.5 parent: 2 - uid: 10813 components: - type: Transform - pos: 74.5,85.5 + pos: 28.5,72.5 parent: 2 - uid: 10814 components: - type: Transform - pos: 78.5,92.5 + pos: 29.5,70.5 parent: 2 - uid: 10815 components: - type: Transform - pos: 77.5,92.5 + pos: 29.5,71.5 parent: 2 - uid: 10816 components: - type: Transform - pos: 76.5,92.5 + pos: 29.5,72.5 parent: 2 - uid: 10817 components: - type: Transform - pos: 75.5,92.5 + pos: 30.5,70.5 parent: 2 - uid: 10818 components: - type: Transform - pos: 74.5,92.5 + pos: 30.5,71.5 parent: 2 - uid: 10819 components: - type: Transform - pos: 73.5,92.5 + pos: 30.5,72.5 parent: 2 - uid: 10820 components: - type: Transform - pos: 72.5,92.5 + pos: 31.5,70.5 parent: 2 - uid: 10821 components: - type: Transform - pos: 71.5,92.5 + pos: 31.5,71.5 parent: 2 - uid: 10822 components: - type: Transform - pos: 70.5,92.5 + pos: 31.5,72.5 parent: 2 - uid: 10823 components: - type: Transform - pos: 69.5,92.5 + pos: 32.5,70.5 parent: 2 - uid: 10824 components: - type: Transform - pos: 68.5,92.5 + pos: 32.5,71.5 parent: 2 - uid: 10825 components: - type: Transform - pos: 67.5,92.5 + pos: 32.5,72.5 parent: 2 - uid: 10826 components: - type: Transform - pos: 66.5,92.5 + pos: 33.5,70.5 parent: 2 - uid: 10827 components: - type: Transform - pos: 65.5,92.5 + pos: 33.5,71.5 parent: 2 - uid: 10828 components: - type: Transform - pos: 64.5,92.5 + pos: 33.5,72.5 parent: 2 - uid: 10829 components: - type: Transform - pos: 68.5,90.5 + pos: 34.5,70.5 parent: 2 - uid: 10830 components: - type: Transform - pos: 68.5,91.5 + pos: 34.5,71.5 parent: 2 - uid: 10831 components: - type: Transform - pos: 67.5,90.5 + pos: 34.5,72.5 parent: 2 - uid: 10832 components: - type: Transform - pos: 67.5,91.5 + pos: 35.5,70.5 parent: 2 - uid: 10833 components: - type: Transform - pos: 66.5,90.5 + pos: 35.5,71.5 parent: 2 - uid: 10834 components: - type: Transform - pos: 66.5,91.5 + pos: 35.5,72.5 parent: 2 - uid: 10835 components: - type: Transform - pos: 65.5,90.5 + pos: 36.5,70.5 parent: 2 - uid: 10836 components: - type: Transform - pos: 65.5,91.5 + pos: 36.5,71.5 parent: 2 - uid: 10837 components: - type: Transform - pos: 64.5,90.5 + pos: 36.5,72.5 parent: 2 - uid: 10838 components: - type: Transform - pos: 64.5,91.5 + pos: 37.5,70.5 parent: 2 - uid: 10839 components: - type: Transform - pos: 25.5,76.5 + pos: 37.5,71.5 parent: 2 - uid: 10840 components: - type: Transform - pos: 25.5,75.5 + pos: 37.5,72.5 parent: 2 - uid: 10841 components: - type: Transform - pos: 25.5,74.5 + pos: 38.5,70.5 parent: 2 - uid: 10842 components: - type: Transform - pos: 26.5,76.5 + pos: 38.5,71.5 parent: 2 - uid: 10843 components: - type: Transform - pos: 26.5,75.5 + pos: 39.5,70.5 parent: 2 - uid: 10844 components: - type: Transform - pos: 26.5,74.5 + pos: 39.5,71.5 parent: 2 - uid: 10845 components: - type: Transform - pos: 27.5,76.5 + pos: 40.5,70.5 parent: 2 - uid: 10846 components: - type: Transform - pos: 27.5,75.5 + pos: 40.5,71.5 parent: 2 - uid: 10847 components: - type: Transform - pos: 27.5,74.5 + pos: 41.5,70.5 parent: 2 - uid: 10848 components: - type: Transform - pos: 28.5,76.5 + pos: 41.5,71.5 parent: 2 - uid: 10849 components: - type: Transform - pos: 28.5,75.5 + pos: 42.5,70.5 parent: 2 - uid: 10850 components: - type: Transform - pos: 28.5,74.5 + pos: 42.5,71.5 parent: 2 - uid: 10851 components: - type: Transform - pos: 29.5,76.5 + pos: 43.5,70.5 parent: 2 - uid: 10852 components: - type: Transform - pos: 29.5,75.5 + pos: 43.5,71.5 parent: 2 - uid: 10853 components: - type: Transform - pos: 29.5,74.5 + pos: 44.5,70.5 parent: 2 - uid: 10854 components: - type: Transform - pos: 30.5,76.5 + pos: 44.5,71.5 parent: 2 - uid: 10855 components: - type: Transform - pos: 30.5,75.5 + pos: 39.5,73.5 parent: 2 - uid: 10856 components: - type: Transform - pos: 30.5,74.5 + pos: 45.5,70.5 parent: 2 - uid: 10857 components: - type: Transform - pos: 31.5,76.5 + pos: 45.5,71.5 parent: 2 - uid: 10858 components: - type: Transform - pos: 31.5,75.5 + pos: 46.5,70.5 parent: 2 - uid: 10859 components: - type: Transform - pos: 31.5,74.5 + pos: 46.5,71.5 parent: 2 - uid: 10860 components: - type: Transform - pos: 32.5,76.5 + pos: 47.5,70.5 parent: 2 - uid: 10861 components: - type: Transform - pos: 32.5,75.5 + pos: 47.5,71.5 parent: 2 - uid: 10862 components: - type: Transform - pos: 32.5,74.5 + pos: 48.5,70.5 parent: 2 - uid: 10863 components: - type: Transform - pos: 33.5,76.5 + pos: 48.5,71.5 parent: 2 - uid: 10864 components: - type: Transform - pos: 33.5,75.5 + pos: 49.5,70.5 parent: 2 - uid: 10865 components: - type: Transform - pos: 33.5,74.5 + pos: 49.5,71.5 parent: 2 - uid: 10866 components: - type: Transform - pos: 34.5,76.5 + pos: 50.5,70.5 parent: 2 - uid: 10867 components: - type: Transform - pos: 34.5,75.5 + pos: 50.5,71.5 parent: 2 - uid: 10868 components: - type: Transform - pos: 34.5,74.5 + pos: 51.5,70.5 parent: 2 - uid: 10869 components: - type: Transform - pos: 35.5,76.5 + pos: 51.5,71.5 parent: 2 - uid: 10870 components: - type: Transform - pos: 35.5,75.5 + pos: 52.5,70.5 parent: 2 - uid: 10871 components: - type: Transform - pos: 35.5,74.5 + pos: 52.5,71.5 parent: 2 - uid: 10872 components: - type: Transform - pos: 36.5,76.5 + pos: 53.5,70.5 parent: 2 - uid: 10873 components: - type: Transform - pos: 36.5,75.5 + pos: 53.5,71.5 parent: 2 - uid: 10874 components: - type: Transform - pos: 36.5,74.5 + pos: 54.5,70.5 parent: 2 - uid: 10875 components: - type: Transform - pos: 37.5,76.5 + pos: 54.5,71.5 parent: 2 - uid: 10876 components: - type: Transform - pos: 37.5,75.5 + pos: 55.5,70.5 parent: 2 - uid: 10877 components: - type: Transform - pos: 37.5,74.5 + pos: 55.5,71.5 parent: 2 - uid: 10878 components: - type: Transform - pos: 38.5,76.5 + pos: 23.5,64.5 parent: 2 - uid: 10879 components: - type: Transform - pos: 38.5,75.5 + pos: 23.5,63.5 parent: 2 - uid: 10880 components: - type: Transform - pos: 38.5,74.5 + pos: 23.5,62.5 parent: 2 - uid: 10881 components: - type: Transform - pos: 39.5,76.5 + pos: 23.5,61.5 parent: 2 - uid: 10882 components: - type: Transform - pos: 39.5,75.5 + pos: 24.5,64.5 parent: 2 - uid: 10883 components: - type: Transform - pos: 39.5,74.5 + pos: 24.5,63.5 parent: 2 - uid: 10884 components: - type: Transform - pos: 40.5,76.5 + pos: 24.5,62.5 parent: 2 - uid: 10885 components: - type: Transform - pos: 40.5,75.5 + pos: 24.5,61.5 parent: 2 - uid: 10886 components: - type: Transform - pos: 40.5,74.5 + pos: 25.5,64.5 parent: 2 - uid: 10887 components: - type: Transform - pos: 42.5,76.5 + pos: 25.5,63.5 parent: 2 - uid: 10888 components: - type: Transform - pos: 42.5,75.5 + pos: 25.5,62.5 parent: 2 - uid: 10889 components: - type: Transform - pos: 42.5,74.5 + pos: 25.5,61.5 parent: 2 - uid: 10890 components: - type: Transform - pos: 43.5,76.5 + pos: 26.5,64.5 parent: 2 - uid: 10891 components: - type: Transform - pos: 43.5,75.5 + pos: 26.5,63.5 parent: 2 - uid: 10892 components: - type: Transform - pos: 43.5,74.5 + pos: 26.5,62.5 parent: 2 - uid: 10893 components: - type: Transform - pos: 44.5,76.5 + pos: 26.5,61.5 parent: 2 - uid: 10894 components: - type: Transform - pos: 44.5,75.5 + pos: 27.5,64.5 parent: 2 - uid: 10895 components: - type: Transform - pos: 44.5,74.5 + pos: 27.5,63.5 parent: 2 - uid: 10896 components: - type: Transform - pos: 45.5,76.5 + pos: 27.5,62.5 parent: 2 - uid: 10897 components: - type: Transform - pos: 45.5,75.5 + pos: 27.5,61.5 parent: 2 - uid: 10898 components: - type: Transform - pos: 45.5,74.5 + pos: 28.5,64.5 parent: 2 - uid: 10899 components: - type: Transform - pos: 46.5,76.5 + pos: 28.5,63.5 parent: 2 - uid: 10900 components: - type: Transform - pos: 46.5,75.5 + pos: 28.5,62.5 parent: 2 - uid: 10901 components: - type: Transform - pos: 46.5,74.5 + pos: 28.5,61.5 parent: 2 - uid: 10902 components: - type: Transform - pos: 47.5,76.5 + pos: 29.5,64.5 parent: 2 - uid: 10903 components: - type: Transform - pos: 47.5,75.5 + pos: 29.5,63.5 parent: 2 - uid: 10904 components: - type: Transform - pos: 47.5,74.5 + pos: 29.5,62.5 parent: 2 - uid: 10905 components: - type: Transform - pos: 48.5,75.5 + pos: 29.5,61.5 parent: 2 - uid: 10906 components: - type: Transform - pos: 48.5,74.5 + pos: 30.5,64.5 parent: 2 - uid: 10907 components: - type: Transform - pos: 49.5,75.5 + pos: 30.5,63.5 parent: 2 - uid: 10908 components: - type: Transform - pos: 49.5,74.5 + pos: 30.5,62.5 parent: 2 - uid: 10909 components: - type: Transform - pos: 50.5,75.5 + pos: 30.5,61.5 parent: 2 - uid: 10910 components: - type: Transform - pos: 50.5,74.5 + pos: 31.5,64.5 parent: 2 - uid: 10911 components: - type: Transform - pos: 51.5,75.5 + pos: 31.5,63.5 parent: 2 - uid: 10912 components: - type: Transform - pos: 51.5,74.5 + pos: 31.5,62.5 parent: 2 - uid: 10913 components: - type: Transform - pos: 52.5,75.5 + pos: 31.5,61.5 parent: 2 - uid: 10914 components: - type: Transform - pos: 52.5,74.5 + pos: 32.5,64.5 parent: 2 - uid: 10915 components: - type: Transform - pos: 53.5,75.5 + pos: 32.5,63.5 parent: 2 - uid: 10916 components: - type: Transform - pos: 53.5,74.5 + pos: 32.5,62.5 parent: 2 - uid: 10917 components: - type: Transform - pos: 54.5,74.5 + pos: 32.5,61.5 parent: 2 - uid: 10918 components: - type: Transform - pos: 27.5,79.5 + pos: 33.5,64.5 parent: 2 - uid: 10919 components: - type: Transform - pos: 24.5,74.5 + pos: 33.5,63.5 parent: 2 - uid: 10920 components: - type: Transform - pos: 24.5,73.5 + pos: 33.5,62.5 parent: 2 - uid: 10921 components: - type: Transform - pos: 25.5,73.5 + pos: 33.5,61.5 parent: 2 - uid: 10922 components: - type: Transform - pos: 26.5,73.5 + pos: 34.5,64.5 parent: 2 - uid: 10923 components: - type: Transform - pos: 27.5,73.5 + pos: 34.5,63.5 parent: 2 - uid: 10924 components: - type: Transform - pos: 28.5,73.5 + pos: 34.5,62.5 parent: 2 - uid: 10925 components: - type: Transform - pos: 29.5,73.5 + pos: 34.5,61.5 parent: 2 - uid: 10926 components: - type: Transform - pos: 30.5,73.5 + pos: 35.5,64.5 parent: 2 - uid: 10927 components: - type: Transform - pos: 31.5,73.5 + pos: 35.5,63.5 parent: 2 - uid: 10928 components: - type: Transform - pos: 32.5,73.5 + pos: 35.5,62.5 parent: 2 - uid: 10929 components: - type: Transform - pos: 33.5,73.5 + pos: 35.5,61.5 parent: 2 - uid: 10930 components: - type: Transform - pos: 34.5,73.5 + pos: 36.5,64.5 parent: 2 - uid: 10931 components: - type: Transform - pos: 35.5,73.5 + pos: 36.5,63.5 parent: 2 - uid: 10932 components: - type: Transform - pos: 36.5,73.5 + pos: 36.5,62.5 parent: 2 - uid: 10933 components: - type: Transform - pos: 37.5,73.5 + pos: 36.5,61.5 parent: 2 - uid: 10934 components: - type: Transform - pos: 68.5,75.5 + pos: 37.5,64.5 parent: 2 - uid: 10935 components: - type: Transform - pos: 68.5,74.5 + pos: 37.5,63.5 parent: 2 - uid: 10936 components: - type: Transform - pos: 38.5,73.5 + pos: 37.5,62.5 parent: 2 - uid: 10937 components: - type: Transform - pos: 40.5,73.5 + pos: 37.5,61.5 parent: 2 - uid: 10938 components: - type: Transform - pos: 23.5,72.5 + pos: 38.5,64.5 parent: 2 - uid: 10939 components: - type: Transform - pos: 23.5,71.5 + pos: 38.5,63.5 parent: 2 - uid: 10940 components: - type: Transform - pos: 23.5,70.5 + pos: 38.5,62.5 parent: 2 - uid: 10941 components: - type: Transform - pos: 22.5,71.5 + pos: 38.5,61.5 parent: 2 - uid: 10942 components: - type: Transform - pos: 22.5,70.5 + pos: 39.5,64.5 parent: 2 - uid: 10943 components: - type: Transform - pos: 22.5,69.5 + pos: 39.5,63.5 parent: 2 - uid: 10944 components: - type: Transform - pos: 22.5,68.5 + pos: 39.5,62.5 parent: 2 - uid: 10945 components: - type: Transform - pos: 22.5,67.5 + pos: 39.5,61.5 parent: 2 - uid: 10946 components: - type: Transform - pos: 22.5,66.5 + pos: 67.5,72.5 parent: 2 - uid: 10947 components: - type: Transform - pos: 22.5,65.5 + pos: 66.5,72.5 parent: 2 - uid: 10948 components: - type: Transform - pos: 22.5,64.5 + pos: 65.5,72.5 parent: 2 - uid: 10949 components: - type: Transform - pos: 22.5,63.5 + pos: 64.5,72.5 parent: 2 - uid: 10950 components: - type: Transform - pos: 22.5,62.5 + pos: 63.5,72.5 parent: 2 - uid: 10951 components: - type: Transform - pos: 22.5,61.5 + pos: 62.5,72.5 parent: 2 - uid: 10952 components: - type: Transform - pos: 21.5,61.5 + pos: 57.5,72.5 parent: 2 - uid: 10953 components: - type: Transform - pos: 21.5,62.5 + pos: 56.5,72.5 parent: 2 - uid: 10954 components: - type: Transform - pos: 21.5,63.5 + pos: 58.5,72.5 parent: 2 - uid: 10955 components: - type: Transform - pos: 21.5,64.5 + pos: 55.5,72.5 parent: 2 - uid: 10956 components: - type: Transform - pos: 21.5,65.5 + pos: 48.5,72.5 parent: 2 - uid: 10957 components: - type: Transform - pos: 21.5,66.5 + pos: 46.5,72.5 parent: 2 - uid: 10958 components: - type: Transform - pos: 21.5,67.5 + pos: 47.5,72.5 parent: 2 - uid: 10959 components: - type: Transform - pos: 21.5,68.5 + pos: 45.5,72.5 parent: 2 - uid: 10960 components: - type: Transform - pos: 21.5,69.5 + pos: 41.5,72.5 parent: 2 - uid: 10961 components: - type: Transform - pos: 21.5,70.5 + pos: 39.5,72.5 parent: 2 - uid: 10962 components: - type: Transform - pos: 20.5,69.5 + pos: 61.5,72.5 parent: 2 - uid: 10963 components: - type: Transform - pos: 20.5,68.5 + pos: 54.5,72.5 parent: 2 - uid: 10964 components: - type: Transform - pos: 20.5,67.5 + pos: 53.5,72.5 parent: 2 - uid: 10965 components: - type: Transform - pos: 20.5,66.5 + pos: 44.5,72.5 parent: 2 - uid: 10966 components: - type: Transform - pos: 20.5,65.5 + pos: 43.5,72.5 parent: 2 - uid: 10967 components: - type: Transform - pos: 20.5,64.5 + pos: 59.5,72.5 parent: 2 - uid: 10968 components: - type: Transform - pos: 20.5,63.5 + pos: 60.5,72.5 parent: 2 - uid: 10969 components: - type: Transform - pos: 19.5,65.5 + pos: 52.5,72.5 parent: 2 - uid: 10970 components: - type: Transform - pos: 19.5,66.5 + pos: 50.5,72.5 parent: 2 - uid: 10971 components: - type: Transform - pos: 19.5,67.5 + pos: 42.5,72.5 parent: 2 - uid: 10972 components: - type: Transform - pos: 19.5,68.5 + pos: 38.5,72.5 parent: 2 - uid: 10973 components: - type: Transform - pos: 24.5,70.5 + pos: 51.5,72.5 parent: 2 - uid: 10974 components: - type: Transform - pos: 24.5,71.5 + pos: 49.5,72.5 parent: 2 - uid: 10975 components: - type: Transform - pos: 24.5,72.5 + pos: 40.5,72.5 parent: 2 - uid: 10976 components: - type: Transform - pos: 25.5,70.5 + pos: 78.5,199.5 parent: 2 - uid: 10977 components: - type: Transform - pos: 25.5,71.5 + pos: 78.5,200.5 parent: 2 - uid: 10978 components: - type: Transform - pos: 25.5,72.5 + pos: 78.5,201.5 parent: 2 - uid: 10979 components: - type: Transform - pos: 26.5,70.5 + pos: 78.5,202.5 parent: 2 - uid: 10980 components: - type: Transform - pos: 26.5,71.5 + pos: 77.5,199.5 parent: 2 - uid: 10981 components: - type: Transform - pos: 26.5,72.5 + pos: 77.5,200.5 parent: 2 - uid: 10982 components: - type: Transform - pos: 27.5,70.5 + pos: 77.5,201.5 parent: 2 - uid: 10983 components: - type: Transform - pos: 27.5,71.5 + pos: 77.5,202.5 parent: 2 - uid: 10984 components: - type: Transform - pos: 27.5,72.5 + pos: 76.5,202.5 parent: 2 - uid: 10985 components: - type: Transform - pos: 28.5,70.5 + pos: 75.5,202.5 parent: 2 - uid: 10986 components: - type: Transform - pos: 28.5,71.5 + pos: 74.5,202.5 parent: 2 - uid: 10987 components: - type: Transform - pos: 28.5,72.5 + pos: 73.5,202.5 parent: 2 - uid: 10988 components: - type: Transform - pos: 29.5,70.5 + pos: 72.5,202.5 parent: 2 - uid: 10989 components: - type: Transform - pos: 29.5,71.5 + pos: 71.5,202.5 parent: 2 - uid: 10990 components: - type: Transform - pos: 29.5,72.5 + pos: 70.5,202.5 parent: 2 - uid: 10991 components: - type: Transform - pos: 30.5,70.5 + pos: 69.5,202.5 parent: 2 - uid: 10992 components: - type: Transform - pos: 30.5,71.5 + pos: 68.5,202.5 parent: 2 - uid: 10993 components: - type: Transform - pos: 30.5,72.5 + pos: 67.5,202.5 parent: 2 - uid: 10994 components: - type: Transform - pos: 31.5,70.5 + pos: 66.5,202.5 parent: 2 - uid: 10995 components: - type: Transform - pos: 31.5,71.5 + pos: 87.5,96.5 parent: 2 - uid: 10996 components: - type: Transform - pos: 31.5,72.5 + pos: 87.5,95.5 parent: 2 - uid: 10997 components: - type: Transform - pos: 32.5,70.5 + pos: 87.5,94.5 parent: 2 - uid: 10998 components: - type: Transform - pos: 32.5,71.5 + pos: 87.5,93.5 parent: 2 - uid: 10999 components: - type: Transform - pos: 32.5,72.5 + pos: 87.5,92.5 parent: 2 - uid: 11000 components: - type: Transform - pos: 33.5,70.5 + pos: 87.5,91.5 parent: 2 - uid: 11001 components: - type: Transform - pos: 33.5,71.5 + pos: 88.5,96.5 parent: 2 - uid: 11002 components: - type: Transform - pos: 33.5,72.5 + pos: 88.5,95.5 parent: 2 - uid: 11003 components: - type: Transform - pos: 34.5,70.5 + pos: 88.5,94.5 parent: 2 - uid: 11004 components: - type: Transform - pos: 34.5,71.5 + pos: 88.5,93.5 parent: 2 - uid: 11005 components: - type: Transform - pos: 34.5,72.5 + pos: 88.5,92.5 parent: 2 - uid: 11006 components: - type: Transform - pos: 35.5,70.5 + pos: 88.5,91.5 parent: 2 - uid: 11007 components: - type: Transform - pos: 35.5,71.5 + pos: 89.5,96.5 parent: 2 - uid: 11008 components: - type: Transform - pos: 35.5,72.5 + pos: 89.5,95.5 parent: 2 - uid: 11009 components: - type: Transform - pos: 36.5,70.5 + pos: 89.5,94.5 parent: 2 - uid: 11010 components: - type: Transform - pos: 36.5,71.5 + pos: 89.5,93.5 parent: 2 - uid: 11011 components: - type: Transform - pos: 36.5,72.5 + pos: 89.5,92.5 parent: 2 - uid: 11012 components: - type: Transform - pos: 37.5,70.5 + pos: 89.5,91.5 parent: 2 - uid: 11013 components: - type: Transform - pos: 37.5,71.5 + pos: 90.5,96.5 parent: 2 - uid: 11014 components: - type: Transform - pos: 37.5,72.5 + pos: 90.5,95.5 parent: 2 - uid: 11015 components: - type: Transform - pos: 38.5,70.5 + pos: 90.5,94.5 parent: 2 - uid: 11016 components: - type: Transform - pos: 38.5,71.5 + pos: 90.5,93.5 parent: 2 - uid: 11017 components: - type: Transform - pos: 39.5,70.5 + pos: 90.5,92.5 parent: 2 - uid: 11018 components: - type: Transform - pos: 39.5,71.5 + pos: 90.5,91.5 parent: 2 - uid: 11019 components: - type: Transform - pos: 40.5,70.5 + pos: 91.5,96.5 parent: 2 - uid: 11020 components: - type: Transform - pos: 40.5,71.5 + pos: 91.5,95.5 parent: 2 - uid: 11021 components: - type: Transform - pos: 41.5,70.5 + pos: 92.5,96.5 parent: 2 - uid: 11022 components: - type: Transform - pos: 41.5,71.5 + pos: 92.5,95.5 parent: 2 - uid: 11023 components: - type: Transform - pos: 42.5,70.5 + pos: 93.5,95.5 parent: 2 - uid: 11024 components: - type: Transform - pos: 42.5,71.5 + pos: 94.5,95.5 parent: 2 - uid: 11025 components: - type: Transform - pos: 43.5,70.5 + pos: 95.5,95.5 parent: 2 - uid: 11026 components: - type: Transform - pos: 43.5,71.5 + pos: 96.5,95.5 parent: 2 - uid: 11027 components: - type: Transform - pos: 44.5,70.5 + pos: 97.5,95.5 parent: 2 - uid: 11028 components: - type: Transform - pos: 44.5,71.5 + pos: 98.5,95.5 parent: 2 - uid: 11029 components: - type: Transform - pos: 39.5,73.5 + pos: 99.5,95.5 parent: 2 - uid: 11030 components: - type: Transform - pos: 45.5,70.5 + pos: 100.5,95.5 parent: 2 - uid: 11031 components: - type: Transform - pos: 45.5,71.5 + pos: 101.5,95.5 parent: 2 - uid: 11032 components: - type: Transform - pos: 46.5,70.5 + pos: 90.5,87.5 parent: 2 - uid: 11033 components: - type: Transform - pos: 46.5,71.5 + pos: 90.5,86.5 parent: 2 - uid: 11034 components: - type: Transform - pos: 47.5,70.5 + pos: 90.5,85.5 parent: 2 - uid: 11035 components: - type: Transform - pos: 47.5,71.5 + pos: 90.5,84.5 parent: 2 - uid: 11036 components: - type: Transform - pos: 48.5,70.5 + pos: 90.5,83.5 parent: 2 - uid: 11037 components: - type: Transform - pos: 48.5,71.5 + pos: 90.5,82.5 parent: 2 - uid: 11038 components: - type: Transform - pos: 49.5,70.5 + pos: 90.5,81.5 parent: 2 - uid: 11039 components: - type: Transform - pos: 49.5,71.5 + pos: 90.5,80.5 parent: 2 - uid: 11040 components: - type: Transform - pos: 50.5,70.5 + pos: 89.5,87.5 parent: 2 - uid: 11041 components: - type: Transform - pos: 50.5,71.5 + pos: 89.5,86.5 parent: 2 - uid: 11042 components: - type: Transform - pos: 51.5,70.5 + pos: 89.5,85.5 parent: 2 - uid: 11043 components: - type: Transform - pos: 51.5,71.5 + pos: 89.5,84.5 parent: 2 - uid: 11044 components: - type: Transform - pos: 52.5,70.5 + pos: 89.5,83.5 parent: 2 - uid: 11045 components: - type: Transform - pos: 52.5,71.5 + pos: 89.5,82.5 parent: 2 - uid: 11046 components: - type: Transform - pos: 53.5,70.5 + pos: 89.5,81.5 parent: 2 - uid: 11047 components: - type: Transform - pos: 53.5,71.5 + pos: 89.5,80.5 parent: 2 - uid: 11048 components: - type: Transform - pos: 54.5,70.5 + pos: 88.5,87.5 parent: 2 - uid: 11049 components: - type: Transform - pos: 54.5,71.5 + pos: 88.5,86.5 parent: 2 - uid: 11050 components: - type: Transform - pos: 55.5,70.5 + pos: 88.5,85.5 parent: 2 - uid: 11051 components: - type: Transform - pos: 55.5,71.5 + pos: 88.5,84.5 parent: 2 - uid: 11052 components: - type: Transform - pos: 23.5,64.5 + pos: 88.5,83.5 parent: 2 - uid: 11053 components: - type: Transform - pos: 23.5,63.5 + pos: 88.5,82.5 parent: 2 - uid: 11054 components: - type: Transform - pos: 23.5,62.5 + pos: 88.5,81.5 parent: 2 - uid: 11055 components: - type: Transform - pos: 23.5,61.5 + pos: 88.5,80.5 parent: 2 - uid: 11056 components: - type: Transform - pos: 24.5,64.5 + pos: 90.5,90.5 parent: 2 - uid: 11057 components: - type: Transform - pos: 24.5,63.5 + pos: 90.5,89.5 parent: 2 - uid: 11058 components: - type: Transform - pos: 24.5,62.5 + pos: 90.5,88.5 parent: 2 - uid: 11059 components: - type: Transform - pos: 24.5,61.5 + pos: 89.5,90.5 parent: 2 - uid: 11060 components: - type: Transform - pos: 25.5,64.5 + pos: 89.5,89.5 parent: 2 - uid: 11061 components: - type: Transform - pos: 25.5,63.5 + pos: 89.5,88.5 parent: 2 - uid: 11062 components: - type: Transform - pos: 25.5,62.5 + pos: 88.5,90.5 parent: 2 - uid: 11063 components: - type: Transform - pos: 25.5,61.5 + pos: 88.5,89.5 parent: 2 - uid: 11064 components: - type: Transform - pos: 26.5,64.5 + pos: 88.5,88.5 parent: 2 - uid: 11065 components: - type: Transform - pos: 26.5,63.5 + pos: 30.5,69.5 parent: 2 - uid: 11066 components: - type: Transform - pos: 26.5,62.5 + pos: 30.5,68.5 parent: 2 - uid: 11067 components: - type: Transform - pos: 26.5,61.5 + pos: 30.5,67.5 parent: 2 - uid: 11068 components: - type: Transform - pos: 27.5,64.5 + pos: 30.5,66.5 parent: 2 - uid: 11069 components: - type: Transform - pos: 27.5,63.5 + pos: 30.5,65.5 parent: 2 - uid: 11070 components: - type: Transform - pos: 27.5,62.5 + pos: 31.5,69.5 parent: 2 - uid: 11071 components: - type: Transform - pos: 27.5,61.5 + pos: 31.5,68.5 parent: 2 - uid: 11072 components: - type: Transform - pos: 28.5,64.5 + pos: 31.5,67.5 parent: 2 - uid: 11073 components: - type: Transform - pos: 28.5,63.5 + pos: 31.5,66.5 parent: 2 - uid: 11074 components: - type: Transform - pos: 28.5,62.5 + pos: 31.5,65.5 parent: 2 - uid: 11075 components: - type: Transform - pos: 28.5,61.5 + pos: 32.5,69.5 parent: 2 - uid: 11076 components: - type: Transform - pos: 29.5,64.5 + pos: 32.5,68.5 parent: 2 - uid: 11077 components: - type: Transform - pos: 29.5,63.5 + pos: 32.5,67.5 parent: 2 - uid: 11078 components: - type: Transform - pos: 29.5,62.5 + pos: 32.5,66.5 parent: 2 - uid: 11079 components: - type: Transform - pos: 29.5,61.5 + pos: 32.5,65.5 parent: 2 - uid: 11080 components: - type: Transform - pos: 30.5,64.5 + pos: 33.5,69.5 parent: 2 - uid: 11081 components: - type: Transform - pos: 30.5,63.5 + pos: 33.5,68.5 parent: 2 - uid: 11082 components: - type: Transform - pos: 30.5,62.5 + pos: 33.5,67.5 parent: 2 - uid: 11083 components: - type: Transform - pos: 30.5,61.5 + pos: 33.5,66.5 parent: 2 - uid: 11084 components: - type: Transform - pos: 31.5,64.5 + pos: 33.5,65.5 parent: 2 - uid: 11085 components: - type: Transform - pos: 31.5,63.5 + pos: 34.5,69.5 parent: 2 - uid: 11086 components: - type: Transform - pos: 31.5,62.5 + pos: 34.5,68.5 parent: 2 - uid: 11087 components: - type: Transform - pos: 31.5,61.5 + pos: 34.5,67.5 parent: 2 - uid: 11088 components: - type: Transform - pos: 32.5,64.5 + pos: 34.5,66.5 parent: 2 - uid: 11089 components: - type: Transform - pos: 32.5,63.5 + pos: 34.5,65.5 parent: 2 - uid: 11090 components: - type: Transform - pos: 32.5,62.5 + pos: 35.5,69.5 parent: 2 - uid: 11091 components: - type: Transform - pos: 32.5,61.5 + pos: 35.5,68.5 parent: 2 - uid: 11092 components: - type: Transform - pos: 33.5,64.5 + pos: 35.5,67.5 parent: 2 - uid: 11093 components: - type: Transform - pos: 33.5,63.5 + pos: 35.5,66.5 parent: 2 - uid: 11094 components: - type: Transform - pos: 33.5,62.5 + pos: 35.5,65.5 parent: 2 - uid: 11095 components: - type: Transform - pos: 33.5,61.5 + pos: 36.5,69.5 parent: 2 - uid: 11096 components: - type: Transform - pos: 34.5,64.5 + pos: 36.5,68.5 parent: 2 - uid: 11097 components: - type: Transform - pos: 34.5,63.5 + pos: 36.5,67.5 parent: 2 - uid: 11098 components: - type: Transform - pos: 34.5,62.5 + pos: 36.5,66.5 parent: 2 - uid: 11099 components: - type: Transform - pos: 34.5,61.5 + pos: 36.5,65.5 parent: 2 - uid: 11100 components: - type: Transform - pos: 35.5,64.5 + pos: 37.5,69.5 parent: 2 - uid: 11101 components: - type: Transform - pos: 35.5,63.5 + pos: 37.5,68.5 parent: 2 - uid: 11102 components: - type: Transform - pos: 35.5,62.5 + pos: 37.5,67.5 parent: 2 - uid: 11103 components: - type: Transform - pos: 35.5,61.5 + pos: 37.5,66.5 parent: 2 - uid: 11104 components: - type: Transform - pos: 36.5,64.5 + pos: 37.5,65.5 parent: 2 - uid: 11105 components: - type: Transform - pos: 36.5,63.5 + pos: 38.5,69.5 parent: 2 - uid: 11106 components: - type: Transform - pos: 36.5,62.5 + pos: 38.5,68.5 parent: 2 - uid: 11107 components: - type: Transform - pos: 36.5,61.5 + pos: 38.5,67.5 parent: 2 - uid: 11108 components: - type: Transform - pos: 37.5,64.5 + pos: 38.5,66.5 parent: 2 - uid: 11109 components: - type: Transform - pos: 37.5,63.5 + pos: 38.5,65.5 parent: 2 - uid: 11110 components: - type: Transform - pos: 37.5,62.5 + pos: 39.5,69.5 parent: 2 - uid: 11111 components: - type: Transform - pos: 37.5,61.5 + pos: 39.5,68.5 parent: 2 - uid: 11112 components: - type: Transform - pos: 38.5,64.5 + pos: 39.5,67.5 parent: 2 - uid: 11113 components: - type: Transform - pos: 38.5,63.5 + pos: 39.5,66.5 parent: 2 - uid: 11114 components: - type: Transform - pos: 38.5,62.5 + pos: 39.5,65.5 parent: 2 - uid: 11115 components: - type: Transform - pos: 38.5,61.5 + pos: 40.5,69.5 parent: 2 - uid: 11116 components: - type: Transform - pos: 39.5,64.5 + pos: 40.5,68.5 parent: 2 - uid: 11117 components: - type: Transform - pos: 39.5,63.5 + pos: 40.5,67.5 parent: 2 - uid: 11118 components: - type: Transform - pos: 39.5,62.5 + pos: 40.5,66.5 parent: 2 - uid: 11119 components: - type: Transform - pos: 39.5,61.5 + pos: 40.5,65.5 parent: 2 - uid: 11120 components: - type: Transform - pos: 67.5,72.5 + pos: 41.5,69.5 parent: 2 - uid: 11121 components: - type: Transform - pos: 66.5,72.5 + pos: 41.5,68.5 parent: 2 - uid: 11122 components: - type: Transform - pos: 65.5,72.5 + pos: 41.5,67.5 parent: 2 - uid: 11123 components: - type: Transform - pos: 64.5,72.5 + pos: 41.5,66.5 parent: 2 - uid: 11124 components: - type: Transform - pos: 63.5,72.5 + pos: 41.5,65.5 parent: 2 - uid: 11125 components: - type: Transform - pos: 62.5,72.5 + pos: 42.5,69.5 parent: 2 - uid: 11126 components: - type: Transform - pos: 57.5,72.5 + pos: 42.5,68.5 parent: 2 - uid: 11127 components: - type: Transform - pos: 56.5,72.5 + pos: 42.5,67.5 parent: 2 - uid: 11128 components: - type: Transform - pos: 58.5,72.5 + pos: 42.5,66.5 parent: 2 - uid: 11129 components: - type: Transform - pos: 55.5,72.5 + pos: 42.5,65.5 parent: 2 - uid: 11130 components: - type: Transform - pos: 48.5,72.5 + pos: 43.5,69.5 parent: 2 - uid: 11131 components: - type: Transform - pos: 46.5,72.5 + pos: 43.5,68.5 parent: 2 - uid: 11132 components: - type: Transform - pos: 47.5,72.5 + pos: 43.5,67.5 parent: 2 - uid: 11133 components: - type: Transform - pos: 45.5,72.5 + pos: 43.5,66.5 parent: 2 - uid: 11134 components: - type: Transform - pos: 41.5,72.5 + pos: 43.5,65.5 parent: 2 - uid: 11135 components: - type: Transform - pos: 39.5,72.5 + pos: 44.5,69.5 parent: 2 - uid: 11136 components: - type: Transform - pos: 61.5,72.5 + pos: 44.5,68.5 parent: 2 - uid: 11137 components: - type: Transform - pos: 54.5,72.5 + pos: 44.5,67.5 parent: 2 - uid: 11138 components: - type: Transform - pos: 53.5,72.5 + pos: 44.5,66.5 parent: 2 - uid: 11139 components: - type: Transform - pos: 44.5,72.5 + pos: 44.5,65.5 parent: 2 - uid: 11140 components: - type: Transform - pos: 43.5,72.5 + pos: 45.5,69.5 parent: 2 - uid: 11141 components: - type: Transform - pos: 59.5,72.5 + pos: 45.5,68.5 parent: 2 - uid: 11142 components: - type: Transform - pos: 60.5,72.5 + pos: 45.5,67.5 parent: 2 - uid: 11143 components: - type: Transform - pos: 52.5,72.5 + pos: 45.5,66.5 parent: 2 - uid: 11144 components: - type: Transform - pos: 50.5,72.5 + pos: 45.5,65.5 parent: 2 - uid: 11145 components: - type: Transform - pos: 42.5,72.5 + pos: 46.5,69.5 parent: 2 - uid: 11146 components: - type: Transform - pos: 38.5,72.5 + pos: 46.5,68.5 parent: 2 - uid: 11147 components: - type: Transform - pos: 51.5,72.5 + pos: 46.5,67.5 parent: 2 - uid: 11148 components: - type: Transform - pos: 49.5,72.5 + pos: 46.5,66.5 parent: 2 - uid: 11149 components: - type: Transform - pos: 40.5,72.5 + pos: 46.5,65.5 parent: 2 - uid: 11150 components: - type: Transform - pos: 78.5,199.5 + pos: 47.5,69.5 parent: 2 - uid: 11151 components: - type: Transform - pos: 78.5,200.5 + pos: 47.5,68.5 parent: 2 - uid: 11152 components: - type: Transform - pos: 78.5,201.5 + pos: 47.5,67.5 parent: 2 - uid: 11153 components: - type: Transform - pos: 78.5,202.5 + pos: 47.5,66.5 parent: 2 - uid: 11154 components: - type: Transform - pos: 77.5,199.5 + pos: 47.5,65.5 parent: 2 - uid: 11155 components: - type: Transform - pos: 77.5,200.5 + pos: 48.5,69.5 parent: 2 - uid: 11156 components: - type: Transform - pos: 77.5,201.5 + pos: 48.5,68.5 parent: 2 - uid: 11157 components: - type: Transform - pos: 77.5,202.5 + pos: 48.5,67.5 parent: 2 - uid: 11158 components: - type: Transform - pos: 76.5,202.5 + pos: 48.5,66.5 parent: 2 - uid: 11159 components: - type: Transform - pos: 75.5,202.5 + pos: 48.5,65.5 parent: 2 - uid: 11160 components: - type: Transform - pos: 74.5,202.5 + pos: 49.5,69.5 parent: 2 - uid: 11161 components: - type: Transform - pos: 73.5,202.5 + pos: 49.5,68.5 parent: 2 - uid: 11162 components: - type: Transform - pos: 72.5,202.5 + pos: 49.5,67.5 parent: 2 - uid: 11163 components: - type: Transform - pos: 71.5,202.5 + pos: 49.5,66.5 parent: 2 - uid: 11164 components: - type: Transform - pos: 70.5,202.5 + pos: 49.5,65.5 parent: 2 - uid: 11165 components: - type: Transform - pos: 69.5,202.5 + pos: 50.5,69.5 parent: 2 - uid: 11166 components: - type: Transform - pos: 68.5,202.5 + pos: 50.5,68.5 parent: 2 - uid: 11167 components: - type: Transform - pos: 67.5,202.5 + pos: 50.5,67.5 parent: 2 - uid: 11168 components: - type: Transform - pos: 66.5,202.5 + pos: 50.5,66.5 parent: 2 - uid: 11169 components: - type: Transform - pos: 87.5,96.5 + pos: 50.5,65.5 parent: 2 - uid: 11170 components: - type: Transform - pos: 87.5,95.5 + pos: 51.5,69.5 parent: 2 - uid: 11171 components: - type: Transform - pos: 87.5,94.5 + pos: 51.5,68.5 parent: 2 - uid: 11172 components: - type: Transform - pos: 87.5,93.5 + pos: 51.5,67.5 parent: 2 - uid: 11173 components: - type: Transform - pos: 87.5,92.5 + pos: 51.5,66.5 parent: 2 - uid: 11174 components: - type: Transform - pos: 87.5,91.5 + pos: 51.5,65.5 parent: 2 - uid: 11175 components: - type: Transform - pos: 88.5,96.5 + pos: 52.5,69.5 parent: 2 - uid: 11176 components: - type: Transform - pos: 88.5,95.5 + pos: 52.5,68.5 parent: 2 - uid: 11177 components: - type: Transform - pos: 88.5,94.5 + pos: 52.5,67.5 parent: 2 - uid: 11178 components: - type: Transform - pos: 88.5,93.5 + pos: 52.5,66.5 parent: 2 - uid: 11179 components: - type: Transform - pos: 88.5,92.5 + pos: 52.5,65.5 parent: 2 - uid: 11180 components: - type: Transform - pos: 88.5,91.5 + pos: 53.5,69.5 parent: 2 - uid: 11181 components: - type: Transform - pos: 89.5,96.5 + pos: 53.5,68.5 parent: 2 - uid: 11182 components: - type: Transform - pos: 89.5,95.5 + pos: 53.5,67.5 parent: 2 - uid: 11183 components: - type: Transform - pos: 89.5,94.5 + pos: 53.5,66.5 parent: 2 - uid: 11184 components: - type: Transform - pos: 89.5,93.5 + pos: 53.5,65.5 parent: 2 - uid: 11185 components: - type: Transform - pos: 89.5,92.5 + pos: 54.5,69.5 parent: 2 - uid: 11186 components: - type: Transform - pos: 89.5,91.5 + pos: 54.5,68.5 parent: 2 - uid: 11187 components: - type: Transform - pos: 90.5,96.5 + pos: 54.5,67.5 parent: 2 - uid: 11188 components: - type: Transform - pos: 90.5,95.5 + pos: 54.5,66.5 parent: 2 - uid: 11189 components: - type: Transform - pos: 90.5,94.5 + pos: 54.5,65.5 parent: 2 - uid: 11190 components: - type: Transform - pos: 90.5,93.5 + pos: 55.5,69.5 parent: 2 - uid: 11191 components: - type: Transform - pos: 90.5,92.5 + pos: 55.5,68.5 parent: 2 - uid: 11192 components: - type: Transform - pos: 90.5,91.5 + pos: 55.5,67.5 parent: 2 - uid: 11193 components: - type: Transform - pos: 91.5,96.5 + pos: 55.5,66.5 parent: 2 - uid: 11194 components: - type: Transform - pos: 91.5,95.5 + pos: 55.5,65.5 parent: 2 - uid: 11195 components: - type: Transform - pos: 92.5,96.5 + pos: 90.5,79.5 parent: 2 - uid: 11196 components: - type: Transform - pos: 92.5,95.5 + pos: 90.5,78.5 parent: 2 - uid: 11197 components: - type: Transform - pos: 93.5,95.5 + pos: 90.5,77.5 parent: 2 - uid: 11198 components: - type: Transform - pos: 94.5,95.5 + pos: 90.5,76.5 parent: 2 - uid: 11199 components: - type: Transform - pos: 95.5,95.5 + pos: 90.5,75.5 parent: 2 - uid: 11200 components: - type: Transform - pos: 96.5,95.5 + pos: 90.5,74.5 parent: 2 - uid: 11201 components: - type: Transform - pos: 97.5,95.5 + pos: 90.5,73.5 parent: 2 - uid: 11202 components: - type: Transform - pos: 98.5,95.5 + pos: 90.5,72.5 parent: 2 - uid: 11203 components: - type: Transform - pos: 99.5,95.5 + pos: 90.5,71.5 parent: 2 - uid: 11204 components: - type: Transform - pos: 100.5,95.5 + pos: 89.5,79.5 parent: 2 - uid: 11205 components: - type: Transform - pos: 101.5,95.5 + pos: 89.5,78.5 parent: 2 - uid: 11206 components: - type: Transform - pos: 90.5,87.5 + pos: 89.5,77.5 parent: 2 - uid: 11207 components: - type: Transform - pos: 90.5,86.5 + pos: 89.5,76.5 parent: 2 - uid: 11208 components: - type: Transform - pos: 90.5,85.5 + pos: 89.5,75.5 parent: 2 - uid: 11209 components: - type: Transform - pos: 90.5,84.5 + pos: 89.5,74.5 parent: 2 - uid: 11210 components: - type: Transform - pos: 90.5,83.5 + pos: 89.5,73.5 parent: 2 - uid: 11211 components: - type: Transform - pos: 90.5,82.5 + pos: 89.5,72.5 parent: 2 - uid: 11212 components: - type: Transform - pos: 90.5,81.5 + pos: 89.5,71.5 parent: 2 - uid: 11213 components: - type: Transform - pos: 90.5,80.5 + pos: 88.5,79.5 parent: 2 - uid: 11214 components: - type: Transform - pos: 89.5,87.5 + pos: 88.5,78.5 parent: 2 - uid: 11215 components: - type: Transform - pos: 89.5,86.5 + pos: 88.5,77.5 parent: 2 - uid: 11216 components: - type: Transform - pos: 89.5,85.5 + pos: 88.5,76.5 parent: 2 - uid: 11217 components: - type: Transform - pos: 89.5,84.5 + pos: 88.5,75.5 parent: 2 - uid: 11218 components: - type: Transform - pos: 89.5,83.5 + pos: 88.5,74.5 parent: 2 - uid: 11219 components: - type: Transform - pos: 89.5,82.5 + pos: 88.5,73.5 parent: 2 - uid: 11220 components: - type: Transform - pos: 89.5,81.5 + pos: 88.5,72.5 parent: 2 - uid: 11221 components: - type: Transform - pos: 89.5,80.5 + pos: 88.5,71.5 parent: 2 - uid: 11222 components: - type: Transform - pos: 88.5,87.5 + pos: 86.5,77.5 parent: 2 - uid: 11223 components: - type: Transform - pos: 88.5,86.5 + pos: 86.5,76.5 parent: 2 - uid: 11224 components: - type: Transform - pos: 88.5,85.5 + pos: 86.5,75.5 parent: 2 - uid: 11225 components: - type: Transform - pos: 88.5,84.5 + pos: 86.5,74.5 parent: 2 - uid: 11226 components: - type: Transform - pos: 88.5,83.5 + pos: 86.5,73.5 parent: 2 - uid: 11227 components: - type: Transform - pos: 88.5,82.5 + pos: 86.5,72.5 parent: 2 - uid: 11228 components: - type: Transform - pos: 88.5,81.5 + pos: 86.5,71.5 parent: 2 - uid: 11229 components: - type: Transform - pos: 88.5,80.5 + pos: 86.5,70.5 parent: 2 - uid: 11230 components: - type: Transform - pos: 90.5,90.5 + pos: 87.5,77.5 parent: 2 - uid: 11231 components: - type: Transform - pos: 90.5,89.5 + pos: 87.5,76.5 parent: 2 - uid: 11232 components: - type: Transform - pos: 90.5,88.5 + pos: 87.5,75.5 parent: 2 - uid: 11233 components: - type: Transform - pos: 89.5,90.5 + pos: 87.5,74.5 parent: 2 - uid: 11234 components: - type: Transform - pos: 89.5,89.5 + pos: 87.5,73.5 parent: 2 - uid: 11235 components: - type: Transform - pos: 89.5,88.5 + pos: 87.5,72.5 parent: 2 - uid: 11236 components: - type: Transform - pos: 88.5,90.5 + pos: 87.5,71.5 parent: 2 - uid: 11237 components: - type: Transform - pos: 88.5,89.5 + pos: 87.5,70.5 parent: 2 - uid: 11238 components: - type: Transform - pos: 88.5,88.5 + pos: 63.5,78.5 parent: 2 - uid: 11239 components: - type: Transform - pos: 30.5,69.5 + pos: 63.5,77.5 parent: 2 - uid: 11240 components: - type: Transform - pos: 30.5,68.5 + pos: 63.5,76.5 parent: 2 - uid: 11241 components: - type: Transform - pos: 30.5,67.5 + pos: 63.5,75.5 parent: 2 - uid: 11242 components: - type: Transform - pos: 30.5,66.5 + pos: 63.5,74.5 parent: 2 - uid: 11243 components: - type: Transform - pos: 30.5,65.5 + pos: 63.5,71.5 parent: 2 - uid: 11244 components: - type: Transform - pos: 31.5,69.5 + pos: 63.5,70.5 parent: 2 - uid: 11245 components: - type: Transform - pos: 31.5,68.5 + pos: 63.5,69.5 parent: 2 - uid: 11246 components: - type: Transform - pos: 31.5,67.5 + pos: 63.5,68.5 parent: 2 - uid: 11247 components: - type: Transform - pos: 31.5,66.5 + pos: 63.5,67.5 parent: 2 - uid: 11248 components: - type: Transform - pos: 31.5,65.5 + pos: 63.5,66.5 parent: 2 - uid: 11249 components: - type: Transform - pos: 32.5,69.5 + pos: 62.5,78.5 parent: 2 - uid: 11250 components: - type: Transform - pos: 32.5,68.5 + pos: 62.5,77.5 parent: 2 - uid: 11251 components: - type: Transform - pos: 32.5,67.5 + pos: 62.5,76.5 parent: 2 - uid: 11252 components: - type: Transform - pos: 32.5,66.5 + pos: 62.5,75.5 parent: 2 - uid: 11253 components: - type: Transform - pos: 32.5,65.5 + pos: 62.5,74.5 parent: 2 - uid: 11254 components: - type: Transform - pos: 33.5,69.5 + pos: 62.5,71.5 parent: 2 - uid: 11255 components: - type: Transform - pos: 33.5,68.5 + pos: 62.5,70.5 parent: 2 - uid: 11256 components: - type: Transform - pos: 33.5,67.5 + pos: 62.5,69.5 parent: 2 - uid: 11257 components: - type: Transform - pos: 33.5,66.5 + pos: 62.5,68.5 parent: 2 - uid: 11258 components: - type: Transform - pos: 33.5,65.5 + pos: 62.5,67.5 parent: 2 - uid: 11259 components: - type: Transform - pos: 34.5,69.5 + pos: 62.5,66.5 parent: 2 - uid: 11260 components: - type: Transform - pos: 34.5,68.5 + pos: 61.5,78.5 parent: 2 - uid: 11261 components: - type: Transform - pos: 34.5,67.5 + pos: 61.5,77.5 parent: 2 - uid: 11262 components: - type: Transform - pos: 34.5,66.5 + pos: 61.5,76.5 parent: 2 - uid: 11263 components: - type: Transform - pos: 34.5,65.5 + pos: 61.5,75.5 parent: 2 - uid: 11264 components: - type: Transform - pos: 35.5,69.5 + pos: 61.5,74.5 parent: 2 - uid: 11265 components: - type: Transform - pos: 35.5,68.5 + pos: 61.5,71.5 parent: 2 - uid: 11266 components: - type: Transform - pos: 35.5,67.5 + pos: 61.5,70.5 parent: 2 - uid: 11267 components: - type: Transform - pos: 35.5,66.5 + pos: 61.5,69.5 parent: 2 - uid: 11268 components: - type: Transform - pos: 35.5,65.5 + pos: 61.5,68.5 parent: 2 - uid: 11269 components: - type: Transform - pos: 36.5,69.5 + pos: 61.5,67.5 parent: 2 - uid: 11270 components: - type: Transform - pos: 36.5,68.5 + pos: 61.5,66.5 parent: 2 - uid: 11271 components: - type: Transform - pos: 36.5,67.5 + pos: 60.5,78.5 parent: 2 - uid: 11272 components: - type: Transform - pos: 36.5,66.5 + pos: 60.5,77.5 parent: 2 - uid: 11273 components: - type: Transform - pos: 36.5,65.5 + pos: 60.5,76.5 parent: 2 - uid: 11274 components: - type: Transform - pos: 37.5,69.5 + pos: 60.5,75.5 parent: 2 - uid: 11275 components: - type: Transform - pos: 37.5,68.5 + pos: 60.5,74.5 parent: 2 - uid: 11276 components: - type: Transform - pos: 37.5,67.5 + pos: 60.5,71.5 parent: 2 - uid: 11277 components: - type: Transform - pos: 37.5,66.5 + pos: 60.5,70.5 parent: 2 - uid: 11278 components: - type: Transform - pos: 37.5,65.5 + pos: 60.5,69.5 parent: 2 - uid: 11279 components: - type: Transform - pos: 38.5,69.5 + pos: 60.5,68.5 parent: 2 - uid: 11280 components: - type: Transform - pos: 38.5,68.5 + pos: 60.5,67.5 parent: 2 - uid: 11281 components: - type: Transform - pos: 38.5,67.5 + pos: 60.5,66.5 parent: 2 - uid: 11282 components: - type: Transform - pos: 38.5,66.5 + pos: 59.5,74.5 parent: 2 - uid: 11283 components: - type: Transform - pos: 38.5,65.5 + pos: 59.5,71.5 parent: 2 - uid: 11284 components: - type: Transform - pos: 39.5,69.5 + pos: 59.5,70.5 parent: 2 - uid: 11285 components: - type: Transform - pos: 39.5,68.5 + pos: 59.5,69.5 parent: 2 - uid: 11286 components: - type: Transform - pos: 39.5,67.5 + pos: 59.5,68.5 parent: 2 - uid: 11287 components: - type: Transform - pos: 39.5,66.5 + pos: 59.5,67.5 parent: 2 - uid: 11288 components: - type: Transform - pos: 39.5,65.5 + pos: 59.5,66.5 parent: 2 - uid: 11289 components: - type: Transform - pos: 40.5,69.5 + pos: 58.5,74.5 parent: 2 - uid: 11290 components: - type: Transform - pos: 40.5,68.5 + pos: 58.5,71.5 parent: 2 - uid: 11291 components: - type: Transform - pos: 40.5,67.5 + pos: 58.5,70.5 parent: 2 - uid: 11292 components: - type: Transform - pos: 40.5,66.5 + pos: 58.5,69.5 parent: 2 - uid: 11293 components: - type: Transform - pos: 40.5,65.5 + pos: 58.5,68.5 parent: 2 - uid: 11294 components: - type: Transform - pos: 41.5,69.5 + pos: 58.5,67.5 parent: 2 - uid: 11295 components: - type: Transform - pos: 41.5,68.5 + pos: 58.5,66.5 parent: 2 - uid: 11296 components: - type: Transform - pos: 41.5,67.5 + pos: 57.5,74.5 parent: 2 - uid: 11297 components: - type: Transform - pos: 41.5,66.5 + pos: 57.5,71.5 parent: 2 - uid: 11298 components: - type: Transform - pos: 41.5,65.5 + pos: 57.5,70.5 parent: 2 - uid: 11299 components: - type: Transform - pos: 42.5,69.5 + pos: 57.5,69.5 parent: 2 - uid: 11300 components: - type: Transform - pos: 42.5,68.5 + pos: 57.5,68.5 parent: 2 - uid: 11301 components: - type: Transform - pos: 42.5,67.5 + pos: 57.5,67.5 parent: 2 - uid: 11302 components: - type: Transform - pos: 42.5,66.5 + pos: 57.5,66.5 parent: 2 - uid: 11303 components: - type: Transform - pos: 42.5,65.5 + pos: 56.5,74.5 parent: 2 - uid: 11304 components: - type: Transform - pos: 43.5,69.5 + pos: 56.5,71.5 parent: 2 - uid: 11305 components: - type: Transform - pos: 43.5,68.5 + pos: 56.5,70.5 parent: 2 - uid: 11306 components: - type: Transform - pos: 43.5,67.5 + pos: 56.5,69.5 parent: 2 - uid: 11307 components: - type: Transform - pos: 43.5,66.5 + pos: 56.5,68.5 parent: 2 - uid: 11308 components: - type: Transform - pos: 43.5,65.5 + pos: 56.5,67.5 parent: 2 - uid: 11309 components: - type: Transform - pos: 44.5,69.5 + pos: 56.5,66.5 parent: 2 - uid: 11310 components: - type: Transform - pos: 44.5,68.5 + pos: 88.5,70.5 parent: 2 - uid: 11311 components: - type: Transform - pos: 44.5,67.5 + pos: 89.5,70.5 parent: 2 - uid: 11312 components: - type: Transform - pos: 44.5,66.5 + pos: 90.5,70.5 parent: 2 - uid: 11313 components: - type: Transform - pos: 44.5,65.5 + pos: 55.5,74.5 parent: 2 - uid: 11314 components: - type: Transform - pos: 45.5,69.5 + pos: 64.5,78.5 parent: 2 - uid: 11315 components: - type: Transform - pos: 45.5,68.5 + pos: 64.5,77.5 parent: 2 - uid: 11316 components: - type: Transform - pos: 45.5,67.5 + pos: 64.5,76.5 parent: 2 - uid: 11317 components: - type: Transform - pos: 45.5,66.5 + pos: 64.5,75.5 parent: 2 - uid: 11318 components: - type: Transform - pos: 45.5,65.5 + pos: 65.5,78.5 parent: 2 - uid: 11319 components: - type: Transform - pos: 46.5,69.5 + pos: 65.5,77.5 parent: 2 - uid: 11320 components: - type: Transform - pos: 46.5,68.5 + pos: 65.5,76.5 parent: 2 - uid: 11321 components: - type: Transform - pos: 46.5,67.5 + pos: 65.5,75.5 parent: 2 - uid: 11322 components: - type: Transform - pos: 46.5,66.5 + pos: 66.5,78.5 parent: 2 - uid: 11323 components: - type: Transform - pos: 46.5,65.5 + pos: 66.5,77.5 parent: 2 - uid: 11324 components: - type: Transform - pos: 47.5,69.5 + pos: 66.5,76.5 parent: 2 - uid: 11325 components: - type: Transform - pos: 47.5,68.5 + pos: 66.5,75.5 parent: 2 - uid: 11326 components: - type: Transform - pos: 47.5,67.5 + pos: 67.5,78.5 parent: 2 - uid: 11327 components: - type: Transform - pos: 47.5,66.5 + pos: 67.5,77.5 parent: 2 - uid: 11328 components: - type: Transform - pos: 47.5,65.5 + pos: 67.5,76.5 parent: 2 - uid: 11329 components: - type: Transform - pos: 48.5,69.5 + pos: 67.5,75.5 parent: 2 - uid: 11330 components: - type: Transform - pos: 48.5,68.5 + pos: 68.5,78.5 parent: 2 - uid: 11331 components: - type: Transform - pos: 48.5,67.5 + pos: 68.5,77.5 parent: 2 - uid: 11332 components: - type: Transform - pos: 48.5,66.5 + pos: 68.5,76.5 parent: 2 - uid: 11333 components: - type: Transform - pos: 48.5,65.5 + pos: 69.5,78.5 parent: 2 - uid: 11334 components: - type: Transform - pos: 49.5,69.5 + pos: 69.5,77.5 parent: 2 - uid: 11335 components: - type: Transform - pos: 49.5,68.5 + pos: 69.5,76.5 parent: 2 - uid: 11336 components: - type: Transform - pos: 49.5,67.5 + pos: 69.5,75.5 parent: 2 - uid: 11337 components: - type: Transform - pos: 49.5,66.5 + pos: 70.5,78.5 parent: 2 - uid: 11338 components: - type: Transform - pos: 49.5,65.5 + pos: 70.5,77.5 parent: 2 - uid: 11339 components: - type: Transform - pos: 50.5,69.5 + pos: 70.5,76.5 parent: 2 - uid: 11340 components: - type: Transform - pos: 50.5,68.5 + pos: 70.5,75.5 parent: 2 - uid: 11341 components: - type: Transform - pos: 50.5,67.5 + pos: 71.5,78.5 parent: 2 - uid: 11342 components: - type: Transform - pos: 50.5,66.5 + pos: 71.5,77.5 parent: 2 - uid: 11343 components: - type: Transform - pos: 50.5,65.5 + pos: 71.5,76.5 parent: 2 - uid: 11344 components: - type: Transform - pos: 51.5,69.5 + pos: 71.5,75.5 parent: 2 - uid: 11345 components: - type: Transform - pos: 51.5,68.5 + pos: 72.5,78.5 parent: 2 - uid: 11346 components: - type: Transform - pos: 51.5,67.5 + pos: 72.5,77.5 parent: 2 - uid: 11347 components: - type: Transform - pos: 51.5,66.5 + pos: 72.5,76.5 parent: 2 - uid: 11348 components: - type: Transform - pos: 51.5,65.5 + pos: 72.5,75.5 parent: 2 - uid: 11349 components: - type: Transform - pos: 52.5,69.5 + pos: 73.5,78.5 parent: 2 - uid: 11350 components: - type: Transform - pos: 52.5,68.5 + pos: 73.5,77.5 parent: 2 - uid: 11351 components: - type: Transform - pos: 52.5,67.5 + pos: 73.5,76.5 parent: 2 - uid: 11352 components: - type: Transform - pos: 52.5,66.5 + pos: 73.5,75.5 parent: 2 - uid: 11353 components: - type: Transform - pos: 52.5,65.5 + pos: 74.5,78.5 parent: 2 - uid: 11354 components: - type: Transform - pos: 53.5,69.5 + pos: 74.5,77.5 parent: 2 - uid: 11355 components: - type: Transform - pos: 53.5,68.5 + pos: 74.5,76.5 parent: 2 - uid: 11356 components: - type: Transform - pos: 53.5,67.5 + pos: 74.5,75.5 parent: 2 - uid: 11357 components: - type: Transform - pos: 53.5,66.5 + pos: 75.5,78.5 parent: 2 - uid: 11358 components: - type: Transform - pos: 53.5,65.5 + pos: 75.5,77.5 parent: 2 - uid: 11359 components: - type: Transform - pos: 54.5,69.5 + pos: 75.5,76.5 parent: 2 - uid: 11360 components: - type: Transform - pos: 54.5,68.5 + pos: 75.5,75.5 parent: 2 - uid: 11361 components: - type: Transform - pos: 54.5,67.5 + pos: 76.5,78.5 parent: 2 - uid: 11362 components: - type: Transform - pos: 54.5,66.5 + pos: 76.5,77.5 parent: 2 - uid: 11363 components: - type: Transform - pos: 54.5,65.5 + pos: 76.5,76.5 parent: 2 - uid: 11364 components: - type: Transform - pos: 55.5,69.5 + pos: 76.5,75.5 parent: 2 - uid: 11365 components: - type: Transform - pos: 55.5,68.5 + pos: 77.5,78.5 parent: 2 - uid: 11366 components: - type: Transform - pos: 55.5,67.5 + pos: 77.5,77.5 parent: 2 - uid: 11367 components: - type: Transform - pos: 55.5,66.5 + pos: 77.5,76.5 parent: 2 - uid: 11368 components: - type: Transform - pos: 55.5,65.5 + pos: 77.5,75.5 parent: 2 - uid: 11369 components: - type: Transform - pos: 90.5,79.5 + pos: 78.5,78.5 parent: 2 - uid: 11370 components: - type: Transform - pos: 90.5,78.5 + pos: 78.5,77.5 parent: 2 - uid: 11371 components: - type: Transform - pos: 90.5,77.5 + pos: 78.5,76.5 parent: 2 - uid: 11372 components: - type: Transform - pos: 90.5,76.5 + pos: 78.5,75.5 parent: 2 - uid: 11373 components: - type: Transform - pos: 90.5,75.5 + pos: 79.5,78.5 parent: 2 - uid: 11374 components: - type: Transform - pos: 90.5,74.5 + pos: 79.5,77.5 parent: 2 - uid: 11375 components: - type: Transform - pos: 90.5,73.5 + pos: 79.5,76.5 parent: 2 - uid: 11376 components: - type: Transform - pos: 90.5,72.5 + pos: 79.5,75.5 parent: 2 - uid: 11377 components: - type: Transform - pos: 90.5,71.5 + pos: 80.5,78.5 parent: 2 - uid: 11378 components: - type: Transform - pos: 89.5,79.5 + pos: 80.5,77.5 parent: 2 - uid: 11379 components: - type: Transform - pos: 89.5,78.5 + pos: 80.5,76.5 parent: 2 - uid: 11380 components: - type: Transform - pos: 89.5,77.5 + pos: 80.5,75.5 parent: 2 - uid: 11381 components: - type: Transform - pos: 89.5,76.5 + pos: 104.5,68.5 parent: 2 - uid: 11382 components: - type: Transform - pos: 89.5,75.5 + pos: 104.5,67.5 parent: 2 - uid: 11383 components: - type: Transform - pos: 89.5,74.5 + pos: 104.5,66.5 parent: 2 - uid: 11384 components: - type: Transform - pos: 89.5,73.5 + pos: 104.5,65.5 parent: 2 - uid: 11385 components: - type: Transform - pos: 89.5,72.5 + pos: 104.5,64.5 parent: 2 - uid: 11386 components: - type: Transform - pos: 89.5,71.5 + pos: 104.5,63.5 parent: 2 - uid: 11387 components: - type: Transform - pos: 88.5,79.5 + pos: 104.5,62.5 parent: 2 - uid: 11388 components: - type: Transform - pos: 88.5,78.5 + pos: 104.5,61.5 parent: 2 - uid: 11389 components: - type: Transform - pos: 88.5,77.5 + pos: 104.5,60.5 parent: 2 - uid: 11390 components: - type: Transform - pos: 88.5,76.5 + pos: 103.5,68.5 parent: 2 - uid: 11391 components: - type: Transform - pos: 88.5,75.5 + pos: 103.5,67.5 parent: 2 - uid: 11392 components: - type: Transform - pos: 88.5,74.5 + pos: 103.5,66.5 parent: 2 - uid: 11393 components: - type: Transform - pos: 88.5,73.5 + pos: 103.5,65.5 parent: 2 - uid: 11394 components: - type: Transform - pos: 88.5,72.5 + pos: 102.5,68.5 parent: 2 - uid: 11395 components: - type: Transform - pos: 88.5,71.5 + pos: 102.5,67.5 parent: 2 - uid: 11396 components: - type: Transform - pos: 86.5,77.5 + pos: 102.5,66.5 parent: 2 - uid: 11397 components: - type: Transform - pos: 86.5,76.5 + pos: 102.5,64.5 parent: 2 - uid: 11398 components: - type: Transform - pos: 86.5,75.5 + pos: 101.5,68.5 parent: 2 - uid: 11399 components: - type: Transform - pos: 86.5,74.5 + pos: 101.5,67.5 parent: 2 - uid: 11400 components: - type: Transform - pos: 86.5,73.5 + pos: 101.5,66.5 parent: 2 - uid: 11401 components: - type: Transform - pos: 86.5,72.5 + pos: 100.5,68.5 parent: 2 - uid: 11402 components: - type: Transform - pos: 86.5,71.5 + pos: 100.5,67.5 parent: 2 - uid: 11403 components: - type: Transform - pos: 86.5,70.5 + pos: 100.5,66.5 parent: 2 - uid: 11404 components: - type: Transform - pos: 87.5,77.5 + pos: 99.5,68.5 parent: 2 - uid: 11405 components: - type: Transform - pos: 87.5,76.5 + pos: 99.5,67.5 parent: 2 - uid: 11406 components: - type: Transform - pos: 87.5,75.5 + pos: 99.5,66.5 parent: 2 - uid: 11407 components: - type: Transform - pos: 87.5,74.5 + pos: 103.5,57.5 parent: 2 - uid: 11408 components: - type: Transform - pos: 87.5,73.5 + pos: 103.5,60.5 parent: 2 - uid: 11409 components: - type: Transform - pos: 87.5,72.5 + pos: 103.5,56.5 parent: 2 - uid: 11410 components: - type: Transform - pos: 87.5,71.5 + pos: 98.5,68.5 parent: 2 - uid: 11411 components: - type: Transform - pos: 87.5,70.5 + pos: 98.5,67.5 parent: 2 - uid: 11412 components: - type: Transform - pos: 63.5,78.5 + pos: 98.5,66.5 parent: 2 - uid: 11413 components: - type: Transform - pos: 63.5,77.5 + pos: 103.5,58.5 parent: 2 - uid: 11414 components: - type: Transform - pos: 63.5,76.5 + pos: 103.5,59.5 parent: 2 - uid: 11415 components: - type: Transform - pos: 63.5,75.5 + pos: 103.5,61.5 parent: 2 - uid: 11416 components: - type: Transform - pos: 63.5,74.5 + pos: 97.5,68.5 parent: 2 - uid: 11417 components: - type: Transform - pos: 63.5,71.5 + pos: 97.5,67.5 parent: 2 - uid: 11418 components: - type: Transform - pos: 63.5,70.5 + pos: 97.5,66.5 parent: 2 - uid: 11419 components: - type: Transform - pos: 63.5,69.5 + pos: 103.5,63.5 parent: 2 - uid: 11420 components: - type: Transform - pos: 63.5,68.5 + pos: 96.5,68.5 parent: 2 - uid: 11421 components: - type: Transform - pos: 63.5,67.5 + pos: 96.5,67.5 parent: 2 - uid: 11422 components: - type: Transform - pos: 63.5,66.5 + pos: 96.5,66.5 parent: 2 - uid: 11423 components: - type: Transform - pos: 62.5,78.5 + pos: 103.5,64.5 parent: 2 - uid: 11424 components: - type: Transform - pos: 62.5,77.5 + pos: 95.5,68.5 parent: 2 - uid: 11425 components: - type: Transform - pos: 62.5,76.5 + pos: 95.5,67.5 parent: 2 - uid: 11426 components: - type: Transform - pos: 62.5,75.5 + pos: 95.5,66.5 parent: 2 - uid: 11427 components: - type: Transform - pos: 62.5,74.5 + pos: 94.5,68.5 parent: 2 - uid: 11428 components: - type: Transform - pos: 62.5,71.5 + pos: 94.5,67.5 parent: 2 - uid: 11429 components: - type: Transform - pos: 62.5,70.5 + pos: 94.5,66.5 parent: 2 - uid: 11430 components: - type: Transform - pos: 62.5,69.5 + pos: 103.5,62.5 parent: 2 - uid: 11431 components: - type: Transform - pos: 62.5,68.5 + pos: 93.5,68.5 parent: 2 - uid: 11432 components: - type: Transform - pos: 62.5,67.5 + pos: 93.5,67.5 parent: 2 - uid: 11433 components: - type: Transform - pos: 62.5,66.5 + pos: 93.5,66.5 parent: 2 - uid: 11434 components: - type: Transform - pos: 61.5,78.5 + pos: 92.5,68.5 parent: 2 - uid: 11435 components: - type: Transform - pos: 61.5,77.5 + pos: 92.5,67.5 parent: 2 - uid: 11436 components: - type: Transform - pos: 61.5,76.5 + pos: 92.5,66.5 parent: 2 - uid: 11437 components: - type: Transform - pos: 61.5,75.5 + pos: 100.5,65.5 parent: 2 - uid: 11438 components: - type: Transform - pos: 61.5,74.5 + pos: 91.5,68.5 parent: 2 - uid: 11439 components: - type: Transform - pos: 61.5,71.5 + pos: 91.5,67.5 parent: 2 - uid: 11440 components: - type: Transform - pos: 61.5,70.5 + pos: 91.5,66.5 parent: 2 - uid: 11441 components: - type: Transform - pos: 61.5,69.5 + pos: 101.5,65.5 parent: 2 - uid: 11442 components: - type: Transform - pos: 61.5,68.5 + pos: 90.5,68.5 parent: 2 - uid: 11443 components: - type: Transform - pos: 61.5,67.5 + pos: 90.5,67.5 parent: 2 - uid: 11444 components: - type: Transform - pos: 61.5,66.5 + pos: 90.5,66.5 parent: 2 - uid: 11445 components: - type: Transform - pos: 60.5,78.5 + pos: 99.5,65.5 parent: 2 - uid: 11446 components: - type: Transform - pos: 60.5,77.5 + pos: 89.5,68.5 parent: 2 - uid: 11447 components: - type: Transform - pos: 60.5,76.5 + pos: 89.5,67.5 parent: 2 - uid: 11448 components: - type: Transform - pos: 60.5,75.5 + pos: 89.5,66.5 parent: 2 - uid: 11449 components: - type: Transform - pos: 60.5,74.5 + pos: 102.5,65.5 parent: 2 - uid: 11450 components: - type: Transform - pos: 60.5,71.5 + pos: 88.5,68.5 parent: 2 - uid: 11451 components: - type: Transform - pos: 60.5,70.5 + pos: 88.5,67.5 parent: 2 - uid: 11452 components: - type: Transform - pos: 60.5,69.5 + pos: 88.5,66.5 parent: 2 - uid: 11453 components: - type: Transform - pos: 60.5,68.5 + pos: 87.5,68.5 parent: 2 - uid: 11454 components: - type: Transform - pos: 60.5,67.5 + pos: 87.5,67.5 parent: 2 - uid: 11455 components: - type: Transform - pos: 60.5,66.5 + pos: 87.5,66.5 parent: 2 - uid: 11456 components: - type: Transform - pos: 59.5,74.5 + pos: 86.5,68.5 parent: 2 - uid: 11457 components: - type: Transform - pos: 59.5,71.5 + pos: 86.5,67.5 parent: 2 - uid: 11458 components: - type: Transform - pos: 59.5,70.5 + pos: 86.5,66.5 parent: 2 - uid: 11459 components: - type: Transform - pos: 59.5,69.5 + pos: 75.5,74.5 parent: 2 - uid: 11460 components: - type: Transform - pos: 59.5,68.5 + pos: 75.5,73.5 parent: 2 - uid: 11461 components: - type: Transform - pos: 59.5,67.5 + pos: 75.5,72.5 parent: 2 - uid: 11462 components: - type: Transform - pos: 59.5,66.5 + pos: 75.5,71.5 parent: 2 - uid: 11463 components: - type: Transform - pos: 58.5,74.5 + pos: 75.5,70.5 parent: 2 - uid: 11464 components: - type: Transform - pos: 58.5,71.5 + pos: 75.5,69.5 parent: 2 - uid: 11465 components: - type: Transform - pos: 58.5,70.5 + pos: 75.5,68.5 parent: 2 - uid: 11466 components: - type: Transform - pos: 58.5,69.5 + pos: 75.5,67.5 parent: 2 - uid: 11467 components: - type: Transform - pos: 58.5,68.5 + pos: 75.5,66.5 parent: 2 - uid: 11468 components: - type: Transform - pos: 58.5,67.5 + pos: 75.5,65.5 parent: 2 - uid: 11469 components: - type: Transform - pos: 58.5,66.5 + pos: 75.5,64.5 parent: 2 - uid: 11470 components: - type: Transform - pos: 57.5,74.5 + pos: 75.5,63.5 parent: 2 - uid: 11471 components: - type: Transform - pos: 57.5,71.5 + pos: 75.5,62.5 parent: 2 - uid: 11472 components: - type: Transform - pos: 57.5,70.5 + pos: 75.5,61.5 parent: 2 - uid: 11473 components: - type: Transform - pos: 57.5,69.5 + pos: 75.5,60.5 parent: 2 - uid: 11474 components: - type: Transform - pos: 57.5,68.5 + pos: 75.5,59.5 parent: 2 - uid: 11475 components: - type: Transform - pos: 57.5,67.5 + pos: 75.5,58.5 parent: 2 - uid: 11476 components: - type: Transform - pos: 57.5,66.5 + pos: 75.5,57.5 parent: 2 - uid: 11477 components: - type: Transform - pos: 56.5,74.5 + pos: 75.5,56.5 parent: 2 - uid: 11478 components: - type: Transform - pos: 56.5,71.5 + pos: 75.5,55.5 parent: 2 - uid: 11479 components: - type: Transform - pos: 56.5,70.5 + pos: 75.5,54.5 parent: 2 - uid: 11480 components: - type: Transform - pos: 56.5,69.5 + pos: 75.5,53.5 parent: 2 - uid: 11481 components: - type: Transform - pos: 56.5,68.5 + pos: 75.5,52.5 parent: 2 - uid: 11482 components: - type: Transform - pos: 56.5,67.5 + pos: 74.5,74.5 parent: 2 - uid: 11483 components: - type: Transform - pos: 56.5,66.5 + pos: 74.5,73.5 parent: 2 - uid: 11484 components: - type: Transform - pos: 88.5,70.5 + pos: 74.5,72.5 parent: 2 - uid: 11485 components: - type: Transform - pos: 89.5,70.5 + pos: 74.5,71.5 parent: 2 - uid: 11486 components: - type: Transform - pos: 90.5,70.5 + pos: 74.5,70.5 parent: 2 - uid: 11487 components: - type: Transform - pos: 55.5,74.5 + pos: 74.5,69.5 parent: 2 - uid: 11488 components: - type: Transform - pos: 64.5,78.5 + pos: 74.5,68.5 parent: 2 - uid: 11489 components: - type: Transform - pos: 64.5,77.5 + pos: 74.5,67.5 parent: 2 - uid: 11490 components: - type: Transform - pos: 64.5,76.5 + pos: 74.5,66.5 parent: 2 - uid: 11491 components: - type: Transform - pos: 64.5,75.5 + pos: 74.5,65.5 parent: 2 - uid: 11492 components: - type: Transform - pos: 65.5,78.5 + pos: 74.5,64.5 parent: 2 - uid: 11493 components: - type: Transform - pos: 65.5,77.5 + pos: 74.5,63.5 parent: 2 - uid: 11494 components: - type: Transform - pos: 65.5,76.5 + pos: 74.5,62.5 parent: 2 - uid: 11495 components: - type: Transform - pos: 65.5,75.5 + pos: 74.5,61.5 parent: 2 - uid: 11496 components: - type: Transform - pos: 66.5,78.5 + pos: 74.5,60.5 parent: 2 - uid: 11497 components: - type: Transform - pos: 66.5,77.5 + pos: 74.5,59.5 parent: 2 - uid: 11498 components: - type: Transform - pos: 66.5,76.5 + pos: 74.5,58.5 parent: 2 - uid: 11499 components: - type: Transform - pos: 66.5,75.5 + pos: 74.5,57.5 parent: 2 - uid: 11500 components: - type: Transform - pos: 67.5,78.5 + pos: 74.5,56.5 parent: 2 - uid: 11501 components: - type: Transform - pos: 67.5,77.5 + pos: 74.5,55.5 parent: 2 - uid: 11502 components: - type: Transform - pos: 67.5,76.5 + pos: 74.5,54.5 parent: 2 - uid: 11503 components: - type: Transform - pos: 67.5,75.5 + pos: 74.5,53.5 parent: 2 - uid: 11504 components: - type: Transform - pos: 68.5,78.5 + pos: 74.5,52.5 parent: 2 - uid: 11505 components: - type: Transform - pos: 68.5,77.5 + pos: 73.5,74.5 parent: 2 - uid: 11506 components: - type: Transform - pos: 68.5,76.5 + pos: 73.5,73.5 parent: 2 - uid: 11507 components: - type: Transform - pos: 69.5,78.5 + pos: 73.5,72.5 parent: 2 - uid: 11508 components: - type: Transform - pos: 69.5,77.5 + pos: 73.5,71.5 parent: 2 - uid: 11509 components: - type: Transform - pos: 69.5,76.5 + pos: 73.5,70.5 parent: 2 - uid: 11510 components: - type: Transform - pos: 69.5,75.5 + pos: 73.5,69.5 parent: 2 - uid: 11511 components: - type: Transform - pos: 70.5,78.5 + pos: 73.5,68.5 parent: 2 - uid: 11512 components: - type: Transform - pos: 70.5,77.5 + pos: 73.5,67.5 parent: 2 - uid: 11513 components: - type: Transform - pos: 70.5,76.5 + pos: 73.5,66.5 parent: 2 - uid: 11514 components: - type: Transform - pos: 70.5,75.5 + pos: 73.5,65.5 parent: 2 - uid: 11515 components: - type: Transform - pos: 71.5,78.5 + pos: 73.5,64.5 parent: 2 - uid: 11516 components: - type: Transform - pos: 71.5,77.5 + pos: 73.5,63.5 parent: 2 - uid: 11517 components: - type: Transform - pos: 71.5,76.5 + pos: 73.5,62.5 parent: 2 - uid: 11518 components: - type: Transform - pos: 71.5,75.5 + pos: 73.5,61.5 parent: 2 - uid: 11519 components: - type: Transform - pos: 72.5,78.5 + pos: 73.5,60.5 parent: 2 - uid: 11520 components: - type: Transform - pos: 72.5,77.5 + pos: 73.5,59.5 parent: 2 - uid: 11521 components: - type: Transform - pos: 72.5,76.5 + pos: 73.5,58.5 parent: 2 - uid: 11522 components: - type: Transform - pos: 72.5,75.5 + pos: 73.5,57.5 parent: 2 - uid: 11523 components: - type: Transform - pos: 73.5,78.5 + pos: 73.5,56.5 parent: 2 - uid: 11524 components: - type: Transform - pos: 73.5,77.5 + pos: 73.5,55.5 parent: 2 - uid: 11525 components: - type: Transform - pos: 73.5,76.5 + pos: 73.5,54.5 parent: 2 - uid: 11526 components: - type: Transform - pos: 73.5,75.5 + pos: 73.5,53.5 parent: 2 - uid: 11527 components: - type: Transform - pos: 74.5,78.5 + pos: 73.5,52.5 parent: 2 - uid: 11528 components: - type: Transform - pos: 74.5,77.5 + pos: 72.5,74.5 parent: 2 - uid: 11529 components: - type: Transform - pos: 74.5,76.5 + pos: 72.5,73.5 parent: 2 - uid: 11530 components: - type: Transform - pos: 74.5,75.5 + pos: 72.5,72.5 parent: 2 - uid: 11531 components: - type: Transform - pos: 75.5,78.5 + pos: 72.5,71.5 parent: 2 - uid: 11532 components: - type: Transform - pos: 75.5,77.5 + pos: 72.5,70.5 parent: 2 - uid: 11533 components: - type: Transform - pos: 75.5,76.5 + pos: 72.5,69.5 parent: 2 - uid: 11534 components: - type: Transform - pos: 75.5,75.5 + pos: 72.5,68.5 parent: 2 - uid: 11535 components: - type: Transform - pos: 76.5,78.5 + pos: 72.5,67.5 parent: 2 - uid: 11536 components: - type: Transform - pos: 76.5,77.5 + pos: 72.5,66.5 parent: 2 - uid: 11537 components: - type: Transform - pos: 76.5,76.5 + pos: 72.5,65.5 parent: 2 - uid: 11538 components: - type: Transform - pos: 76.5,75.5 + pos: 72.5,64.5 parent: 2 - uid: 11539 components: - type: Transform - pos: 77.5,78.5 + pos: 72.5,63.5 parent: 2 - uid: 11540 components: - type: Transform - pos: 77.5,77.5 + pos: 72.5,62.5 parent: 2 - uid: 11541 components: - type: Transform - pos: 77.5,76.5 + pos: 72.5,61.5 parent: 2 - uid: 11542 components: - type: Transform - pos: 77.5,75.5 + pos: 72.5,60.5 parent: 2 - uid: 11543 components: - type: Transform - pos: 78.5,78.5 + pos: 72.5,59.5 parent: 2 - uid: 11544 components: - type: Transform - pos: 78.5,77.5 + pos: 72.5,58.5 parent: 2 - uid: 11545 components: - type: Transform - pos: 78.5,76.5 + pos: 72.5,57.5 parent: 2 - uid: 11546 components: - type: Transform - pos: 78.5,75.5 + pos: 72.5,56.5 parent: 2 - uid: 11547 components: - type: Transform - pos: 79.5,78.5 + pos: 72.5,55.5 parent: 2 - uid: 11548 components: - type: Transform - pos: 79.5,77.5 + pos: 72.5,54.5 parent: 2 - uid: 11549 components: - type: Transform - pos: 79.5,76.5 + pos: 72.5,53.5 parent: 2 - uid: 11550 components: - type: Transform - pos: 79.5,75.5 + pos: 72.5,52.5 parent: 2 - uid: 11551 components: - type: Transform - pos: 80.5,78.5 + pos: 71.5,74.5 parent: 2 - uid: 11552 components: - type: Transform - pos: 80.5,77.5 + pos: 71.5,73.5 parent: 2 - uid: 11553 components: - type: Transform - pos: 80.5,76.5 + pos: 71.5,72.5 parent: 2 - uid: 11554 components: - type: Transform - pos: 80.5,75.5 + pos: 71.5,71.5 parent: 2 - uid: 11555 components: - type: Transform - pos: 104.5,68.5 + pos: 71.5,70.5 parent: 2 - uid: 11556 components: - type: Transform - pos: 104.5,67.5 + pos: 71.5,69.5 parent: 2 - uid: 11557 components: - type: Transform - pos: 104.5,66.5 + pos: 71.5,68.5 parent: 2 - uid: 11558 components: - type: Transform - pos: 104.5,65.5 + pos: 71.5,67.5 parent: 2 - uid: 11559 components: - type: Transform - pos: 104.5,64.5 + pos: 71.5,66.5 parent: 2 - uid: 11560 components: - type: Transform - pos: 104.5,63.5 + pos: 71.5,65.5 parent: 2 - uid: 11561 components: - type: Transform - pos: 104.5,62.5 + pos: 71.5,64.5 parent: 2 - uid: 11562 components: - type: Transform - pos: 104.5,61.5 + pos: 71.5,63.5 parent: 2 - uid: 11563 components: - type: Transform - pos: 104.5,60.5 + pos: 71.5,62.5 parent: 2 - uid: 11564 components: - type: Transform - pos: 103.5,68.5 + pos: 71.5,61.5 parent: 2 - uid: 11565 components: - type: Transform - pos: 103.5,67.5 + pos: 71.5,60.5 parent: 2 - uid: 11566 components: - type: Transform - pos: 103.5,66.5 + pos: 71.5,59.5 parent: 2 - uid: 11567 components: - type: Transform - pos: 103.5,65.5 + pos: 71.5,58.5 parent: 2 - uid: 11568 components: - type: Transform - pos: 102.5,68.5 + pos: 71.5,57.5 parent: 2 - uid: 11569 components: - type: Transform - pos: 102.5,67.5 + pos: 71.5,56.5 parent: 2 - uid: 11570 components: - type: Transform - pos: 102.5,66.5 + pos: 71.5,55.5 parent: 2 - uid: 11571 components: - type: Transform - pos: 102.5,64.5 + pos: 71.5,54.5 parent: 2 - uid: 11572 components: - type: Transform - pos: 101.5,68.5 + pos: 71.5,53.5 parent: 2 - uid: 11573 components: - type: Transform - pos: 101.5,67.5 + pos: 71.5,52.5 parent: 2 - uid: 11574 components: - type: Transform - pos: 101.5,66.5 + pos: 70.5,74.5 parent: 2 - uid: 11575 components: - type: Transform - pos: 100.5,68.5 + pos: 70.5,73.5 parent: 2 - uid: 11576 components: - type: Transform - pos: 100.5,67.5 + pos: 70.5,72.5 parent: 2 - uid: 11577 components: - type: Transform - pos: 100.5,66.5 + pos: 70.5,71.5 parent: 2 - uid: 11578 components: - type: Transform - pos: 99.5,68.5 + pos: 70.5,70.5 parent: 2 - uid: 11579 components: - type: Transform - pos: 99.5,67.5 + pos: 70.5,69.5 parent: 2 - uid: 11580 components: - type: Transform - pos: 99.5,66.5 + pos: 70.5,68.5 parent: 2 - uid: 11581 components: - type: Transform - pos: 103.5,57.5 + pos: 70.5,67.5 parent: 2 - uid: 11582 components: - type: Transform - pos: 103.5,60.5 + pos: 70.5,66.5 parent: 2 - uid: 11583 components: - type: Transform - pos: 103.5,56.5 + pos: 70.5,65.5 parent: 2 - uid: 11584 components: - type: Transform - pos: 98.5,68.5 + pos: 70.5,64.5 parent: 2 - uid: 11585 components: - type: Transform - pos: 98.5,67.5 + pos: 70.5,63.5 parent: 2 - uid: 11586 components: - type: Transform - pos: 98.5,66.5 + pos: 70.5,62.5 parent: 2 - uid: 11587 components: - type: Transform - pos: 103.5,58.5 + pos: 70.5,61.5 parent: 2 - uid: 11588 components: - type: Transform - pos: 103.5,59.5 + pos: 69.5,74.5 parent: 2 - uid: 11589 components: - type: Transform - pos: 103.5,61.5 + pos: 69.5,73.5 parent: 2 - uid: 11590 components: - type: Transform - pos: 97.5,68.5 + pos: 69.5,72.5 parent: 2 - uid: 11591 components: - type: Transform - pos: 97.5,67.5 + pos: 69.5,71.5 parent: 2 - uid: 11592 components: - type: Transform - pos: 97.5,66.5 + pos: 69.5,70.5 parent: 2 - uid: 11593 components: - type: Transform - pos: 103.5,63.5 + pos: 69.5,69.5 parent: 2 - uid: 11594 components: - type: Transform - pos: 96.5,68.5 + pos: 69.5,68.5 parent: 2 - uid: 11595 components: - type: Transform - pos: 96.5,67.5 + pos: 69.5,67.5 parent: 2 - uid: 11596 components: - type: Transform - pos: 96.5,66.5 + pos: 69.5,66.5 parent: 2 - uid: 11597 components: - type: Transform - pos: 103.5,64.5 + pos: 69.5,65.5 parent: 2 - uid: 11598 components: - type: Transform - pos: 95.5,68.5 + pos: 69.5,64.5 parent: 2 - uid: 11599 components: - type: Transform - pos: 95.5,67.5 + pos: 69.5,63.5 parent: 2 - uid: 11600 components: - type: Transform - pos: 95.5,66.5 + pos: 69.5,62.5 parent: 2 - uid: 11601 components: - type: Transform - pos: 94.5,68.5 + pos: 69.5,61.5 parent: 2 - uid: 11602 components: - type: Transform - pos: 94.5,67.5 + pos: 67.5,74.5 parent: 2 - uid: 11603 components: - type: Transform - pos: 94.5,66.5 + pos: 67.5,71.5 parent: 2 - uid: 11604 components: - type: Transform - pos: 103.5,62.5 + pos: 67.5,70.5 parent: 2 - uid: 11605 components: - type: Transform - pos: 93.5,68.5 + pos: 67.5,69.5 parent: 2 - uid: 11606 components: - type: Transform - pos: 93.5,67.5 + pos: 67.5,68.5 parent: 2 - uid: 11607 components: - type: Transform - pos: 93.5,66.5 + pos: 67.5,67.5 parent: 2 - uid: 11608 components: - type: Transform - pos: 92.5,68.5 + pos: 67.5,66.5 parent: 2 - uid: 11609 components: - type: Transform - pos: 92.5,67.5 + pos: 67.5,65.5 parent: 2 - uid: 11610 components: - type: Transform - pos: 92.5,66.5 + pos: 67.5,64.5 parent: 2 - uid: 11611 components: - type: Transform - pos: 100.5,65.5 + pos: 67.5,63.5 parent: 2 - uid: 11612 components: - type: Transform - pos: 91.5,68.5 + pos: 67.5,62.5 parent: 2 - uid: 11613 components: - type: Transform - pos: 91.5,67.5 + pos: 67.5,61.5 parent: 2 - uid: 11614 components: - type: Transform - pos: 91.5,66.5 + pos: 66.5,74.5 parent: 2 - uid: 11615 components: - type: Transform - pos: 101.5,65.5 + pos: 66.5,71.5 parent: 2 - uid: 11616 components: - type: Transform - pos: 90.5,68.5 + pos: 66.5,70.5 parent: 2 - uid: 11617 components: - type: Transform - pos: 90.5,67.5 + pos: 66.5,69.5 parent: 2 - uid: 11618 components: - type: Transform - pos: 90.5,66.5 + pos: 66.5,68.5 parent: 2 - uid: 11619 components: - type: Transform - pos: 99.5,65.5 + pos: 66.5,67.5 parent: 2 - uid: 11620 components: - type: Transform - pos: 89.5,68.5 + pos: 66.5,66.5 parent: 2 - uid: 11621 components: - type: Transform - pos: 89.5,67.5 + pos: 66.5,65.5 parent: 2 - uid: 11622 components: - type: Transform - pos: 89.5,66.5 + pos: 66.5,64.5 parent: 2 - uid: 11623 components: - type: Transform - pos: 102.5,65.5 + pos: 66.5,63.5 parent: 2 - uid: 11624 components: - type: Transform - pos: 88.5,68.5 + pos: 66.5,62.5 parent: 2 - uid: 11625 components: - type: Transform - pos: 88.5,67.5 + pos: 66.5,61.5 parent: 2 - uid: 11626 components: - type: Transform - pos: 88.5,66.5 + pos: 65.5,74.5 parent: 2 - uid: 11627 components: - type: Transform - pos: 87.5,68.5 + pos: 65.5,71.5 parent: 2 - uid: 11628 components: - type: Transform - pos: 87.5,67.5 + pos: 65.5,70.5 parent: 2 - uid: 11629 components: - type: Transform - pos: 87.5,66.5 + pos: 65.5,69.5 parent: 2 - uid: 11630 components: - type: Transform - pos: 86.5,68.5 + pos: 65.5,68.5 parent: 2 - uid: 11631 components: - type: Transform - pos: 86.5,67.5 + pos: 65.5,67.5 parent: 2 - uid: 11632 components: - type: Transform - pos: 86.5,66.5 + pos: 65.5,66.5 parent: 2 - uid: 11633 components: - type: Transform - pos: 75.5,74.5 + pos: 65.5,65.5 parent: 2 - uid: 11634 components: - type: Transform - pos: 75.5,73.5 + pos: 65.5,64.5 parent: 2 - uid: 11635 components: - type: Transform - pos: 75.5,72.5 + pos: 65.5,63.5 parent: 2 - uid: 11636 components: - type: Transform - pos: 75.5,71.5 + pos: 65.5,62.5 parent: 2 - uid: 11637 components: - type: Transform - pos: 75.5,70.5 + pos: 65.5,61.5 parent: 2 - uid: 11638 components: - type: Transform - pos: 75.5,69.5 + pos: 64.5,74.5 parent: 2 - uid: 11639 components: - type: Transform - pos: 75.5,68.5 + pos: 64.5,71.5 parent: 2 - uid: 11640 components: - type: Transform - pos: 75.5,67.5 + pos: 64.5,70.5 parent: 2 - uid: 11641 components: - type: Transform - pos: 75.5,66.5 + pos: 64.5,69.5 parent: 2 - uid: 11642 components: - type: Transform - pos: 75.5,65.5 + pos: 64.5,68.5 parent: 2 - uid: 11643 components: - type: Transform - pos: 75.5,64.5 + pos: 64.5,67.5 parent: 2 - uid: 11644 components: - type: Transform - pos: 75.5,63.5 + pos: 64.5,66.5 parent: 2 - uid: 11645 components: - type: Transform - pos: 75.5,62.5 + pos: 64.5,65.5 parent: 2 - uid: 11646 components: - type: Transform - pos: 75.5,61.5 + pos: 64.5,64.5 parent: 2 - uid: 11647 components: - type: Transform - pos: 75.5,60.5 + pos: 64.5,63.5 parent: 2 - uid: 11648 components: - type: Transform - pos: 75.5,59.5 + pos: 64.5,62.5 parent: 2 - uid: 11649 components: - type: Transform - pos: 75.5,58.5 + pos: 64.5,61.5 parent: 2 - uid: 11650 components: - type: Transform - pos: 75.5,57.5 + pos: 86.5,69.5 parent: 2 - uid: 11651 components: - type: Transform - pos: 75.5,56.5 + pos: 87.5,69.5 parent: 2 - uid: 11652 components: - type: Transform - pos: 75.5,55.5 + pos: 88.5,69.5 parent: 2 - uid: 11653 components: - type: Transform - pos: 75.5,54.5 + pos: 89.5,69.5 parent: 2 - uid: 11654 components: - type: Transform - pos: 75.5,53.5 + pos: 90.5,69.5 parent: 2 - uid: 11655 components: - type: Transform - pos: 75.5,52.5 + pos: 104.5,58.5 parent: 2 - uid: 11656 components: - type: Transform - pos: 74.5,74.5 + pos: 104.5,59.5 parent: 2 - uid: 11657 components: - type: Transform - pos: 74.5,73.5 + pos: 100.5,48.5 parent: 2 - uid: 11658 components: - type: Transform - pos: 74.5,72.5 + pos: 101.5,48.5 parent: 2 - uid: 11659 components: - type: Transform - pos: 74.5,71.5 + pos: 102.5,48.5 parent: 2 - uid: 11660 components: - type: Transform - pos: 74.5,70.5 + pos: 103.5,49.5 parent: 2 - uid: 11661 components: - type: Transform - pos: 74.5,69.5 + pos: 103.5,48.5 parent: 2 - uid: 11662 components: - type: Transform - pos: 74.5,68.5 + pos: 104.5,57.5 parent: 2 - uid: 11663 components: - type: Transform - pos: 74.5,67.5 + pos: 104.5,56.5 parent: 2 - uid: 11664 components: - type: Transform - pos: 74.5,66.5 + pos: 104.5,55.5 parent: 2 - uid: 11665 components: - type: Transform - pos: 74.5,65.5 + pos: 104.5,54.5 parent: 2 - uid: 11666 components: - type: Transform - pos: 74.5,64.5 + pos: 104.5,53.5 parent: 2 - uid: 11667 components: - type: Transform - pos: 74.5,63.5 + pos: 104.5,52.5 parent: 2 - uid: 11668 components: - type: Transform - pos: 74.5,62.5 + pos: 104.5,51.5 parent: 2 - uid: 11669 components: - type: Transform - pos: 74.5,61.5 + pos: 104.5,50.5 parent: 2 - uid: 11670 components: - type: Transform - pos: 74.5,60.5 + pos: 104.5,49.5 parent: 2 - uid: 11671 components: - type: Transform - pos: 74.5,59.5 + pos: 104.5,48.5 parent: 2 - uid: 11672 components: - type: Transform - pos: 74.5,58.5 + pos: 79.5,63.5 parent: 2 - uid: 11673 components: - type: Transform - pos: 74.5,57.5 + pos: 79.5,62.5 parent: 2 - uid: 11674 components: - type: Transform - pos: 74.5,56.5 + pos: 79.5,61.5 parent: 2 - uid: 11675 components: - type: Transform - pos: 74.5,55.5 + pos: 79.5,60.5 parent: 2 - uid: 11676 components: - type: Transform - pos: 74.5,54.5 + pos: 79.5,59.5 parent: 2 - uid: 11677 components: - type: Transform - pos: 74.5,53.5 + pos: 79.5,58.5 parent: 2 - uid: 11678 components: - type: Transform - pos: 74.5,52.5 + pos: 79.5,57.5 parent: 2 - uid: 11679 components: - type: Transform - pos: 73.5,74.5 + pos: 79.5,56.5 parent: 2 - uid: 11680 components: - type: Transform - pos: 73.5,73.5 + pos: 79.5,55.5 parent: 2 - uid: 11681 components: - type: Transform - pos: 73.5,72.5 + pos: 79.5,54.5 parent: 2 - uid: 11682 components: - type: Transform - pos: 73.5,71.5 + pos: 79.5,53.5 parent: 2 - uid: 11683 components: - type: Transform - pos: 73.5,70.5 + pos: 79.5,52.5 parent: 2 - uid: 11684 components: - type: Transform - pos: 73.5,69.5 + pos: 79.5,51.5 parent: 2 - uid: 11685 components: - type: Transform - pos: 73.5,68.5 + pos: 79.5,40.5 parent: 2 - uid: 11686 components: - type: Transform - pos: 73.5,67.5 + pos: 79.5,39.5 parent: 2 - uid: 11687 components: - type: Transform - pos: 73.5,66.5 + pos: 78.5,63.5 parent: 2 - uid: 11688 components: - type: Transform - pos: 73.5,65.5 + pos: 78.5,62.5 parent: 2 - uid: 11689 components: - type: Transform - pos: 73.5,64.5 + pos: 78.5,61.5 parent: 2 - uid: 11690 components: - type: Transform - pos: 73.5,63.5 + pos: 78.5,60.5 parent: 2 - uid: 11691 components: - type: Transform - pos: 73.5,62.5 + pos: 78.5,59.5 parent: 2 - uid: 11692 components: - type: Transform - pos: 73.5,61.5 + pos: 78.5,58.5 parent: 2 - uid: 11693 components: - type: Transform - pos: 73.5,60.5 + pos: 78.5,57.5 parent: 2 - uid: 11694 components: - type: Transform - pos: 73.5,59.5 + pos: 78.5,56.5 parent: 2 - uid: 11695 components: - type: Transform - pos: 73.5,58.5 + pos: 78.5,55.5 parent: 2 - uid: 11696 components: - type: Transform - pos: 73.5,57.5 + pos: 78.5,54.5 parent: 2 - uid: 11697 components: - type: Transform - pos: 73.5,56.5 + pos: 78.5,53.5 parent: 2 - uid: 11698 components: - type: Transform - pos: 73.5,55.5 + pos: 78.5,52.5 parent: 2 - uid: 11699 components: - type: Transform - pos: 73.5,54.5 + pos: 78.5,51.5 parent: 2 - uid: 11700 components: - type: Transform - pos: 73.5,53.5 + pos: 78.5,40.5 parent: 2 - uid: 11701 components: - type: Transform - pos: 73.5,52.5 + pos: 78.5,39.5 parent: 2 - uid: 11702 components: - type: Transform - pos: 72.5,74.5 + pos: 77.5,63.5 parent: 2 - uid: 11703 components: - type: Transform - pos: 72.5,73.5 + pos: 77.5,62.5 parent: 2 - uid: 11704 components: - type: Transform - pos: 72.5,72.5 + pos: 77.5,61.5 parent: 2 - uid: 11705 components: - type: Transform - pos: 72.5,71.5 + pos: 77.5,60.5 parent: 2 - uid: 11706 components: - type: Transform - pos: 72.5,70.5 + pos: 77.5,59.5 parent: 2 - uid: 11707 components: - type: Transform - pos: 72.5,69.5 + pos: 77.5,58.5 parent: 2 - uid: 11708 components: - type: Transform - pos: 72.5,68.5 + pos: 77.5,57.5 parent: 2 - uid: 11709 components: - type: Transform - pos: 72.5,67.5 + pos: 77.5,56.5 parent: 2 - uid: 11710 components: - type: Transform - pos: 72.5,66.5 + pos: 77.5,55.5 parent: 2 - uid: 11711 components: - type: Transform - pos: 72.5,65.5 + pos: 77.5,54.5 parent: 2 - uid: 11712 components: - type: Transform - pos: 72.5,64.5 + pos: 77.5,53.5 parent: 2 - uid: 11713 components: - type: Transform - pos: 72.5,63.5 + pos: 77.5,52.5 parent: 2 - uid: 11714 components: - type: Transform - pos: 72.5,62.5 + pos: 77.5,51.5 parent: 2 - uid: 11715 components: - type: Transform - pos: 72.5,61.5 + pos: 77.5,40.5 parent: 2 - uid: 11716 components: - type: Transform - pos: 72.5,60.5 + pos: 77.5,39.5 parent: 2 - uid: 11717 components: - type: Transform - pos: 72.5,59.5 + pos: 76.5,63.5 parent: 2 - uid: 11718 components: - type: Transform - pos: 72.5,58.5 + pos: 76.5,62.5 parent: 2 - uid: 11719 components: - type: Transform - pos: 72.5,57.5 + pos: 76.5,61.5 parent: 2 - uid: 11720 components: - type: Transform - pos: 72.5,56.5 + pos: 76.5,60.5 parent: 2 - uid: 11721 components: - type: Transform - pos: 72.5,55.5 + pos: 76.5,59.5 parent: 2 - uid: 11722 components: - type: Transform - pos: 72.5,54.5 + pos: 76.5,58.5 parent: 2 - uid: 11723 components: - type: Transform - pos: 72.5,53.5 + pos: 76.5,57.5 parent: 2 - uid: 11724 components: - type: Transform - pos: 72.5,52.5 + pos: 76.5,56.5 parent: 2 - uid: 11725 components: - type: Transform - pos: 71.5,74.5 + pos: 76.5,55.5 parent: 2 - uid: 11726 components: - type: Transform - pos: 71.5,73.5 + pos: 76.5,54.5 parent: 2 - uid: 11727 components: - type: Transform - pos: 71.5,72.5 + pos: 76.5,53.5 parent: 2 - uid: 11728 components: - type: Transform - pos: 71.5,71.5 + pos: 76.5,52.5 parent: 2 - uid: 11729 components: - type: Transform - pos: 71.5,70.5 + pos: 76.5,51.5 parent: 2 - uid: 11730 components: - type: Transform - pos: 71.5,69.5 + pos: 76.5,40.5 parent: 2 - uid: 11731 components: - type: Transform - pos: 71.5,68.5 + pos: 76.5,39.5 parent: 2 - uid: 11732 components: - type: Transform - pos: 71.5,67.5 + pos: 104.5,47.5 parent: 2 - uid: 11733 components: - type: Transform - pos: 71.5,66.5 + pos: 104.5,46.5 parent: 2 - uid: 11734 components: - type: Transform - pos: 71.5,65.5 + pos: 103.5,47.5 parent: 2 - uid: 11735 components: - type: Transform - pos: 71.5,64.5 + pos: 103.5,46.5 parent: 2 - uid: 11736 components: - type: Transform - pos: 71.5,63.5 + pos: 102.5,47.5 parent: 2 - uid: 11737 components: - type: Transform - pos: 71.5,62.5 + pos: 102.5,46.5 parent: 2 - uid: 11738 components: - type: Transform - pos: 71.5,61.5 + pos: 101.5,47.5 parent: 2 - uid: 11739 components: - type: Transform - pos: 71.5,60.5 + pos: 101.5,46.5 parent: 2 - uid: 11740 components: - type: Transform - pos: 71.5,59.5 + pos: 100.5,47.5 parent: 2 - uid: 11741 components: - type: Transform - pos: 71.5,58.5 + pos: 100.5,46.5 parent: 2 - uid: 11742 components: - type: Transform - pos: 71.5,57.5 + pos: 103.5,53.5 parent: 2 - uid: 11743 components: - type: Transform - pos: 71.5,56.5 + pos: 103.5,54.5 parent: 2 - uid: 11744 components: - type: Transform - pos: 71.5,55.5 + pos: 75.5,39.5 parent: 2 - uid: 11745 components: - type: Transform - pos: 71.5,54.5 + pos: 75.5,40.5 parent: 2 - uid: 11746 components: - type: Transform - pos: 71.5,53.5 + pos: 75.5,51.5 parent: 2 - uid: 11747 components: - type: Transform - pos: 71.5,52.5 + pos: 74.5,39.5 parent: 2 - uid: 11748 components: - type: Transform - pos: 70.5,74.5 + pos: 74.5,40.5 parent: 2 - uid: 11749 components: - type: Transform - pos: 70.5,73.5 + pos: 74.5,51.5 parent: 2 - uid: 11750 components: - type: Transform - pos: 70.5,72.5 + pos: 73.5,39.5 parent: 2 - uid: 11751 components: - type: Transform - pos: 70.5,71.5 + pos: 73.5,40.5 parent: 2 - uid: 11752 components: - type: Transform - pos: 70.5,70.5 + pos: 73.5,51.5 parent: 2 - uid: 11753 components: - type: Transform - pos: 70.5,69.5 + pos: 72.5,39.5 parent: 2 - uid: 11754 components: - type: Transform - pos: 70.5,68.5 + pos: 72.5,40.5 parent: 2 - uid: 11755 components: - type: Transform - pos: 70.5,67.5 + pos: 72.5,41.5 parent: 2 - uid: 11756 components: - type: Transform - pos: 70.5,66.5 + pos: 72.5,42.5 parent: 2 - uid: 11757 components: - type: Transform - pos: 70.5,65.5 + pos: 72.5,43.5 parent: 2 - uid: 11758 components: - type: Transform - pos: 70.5,64.5 + pos: 72.5,44.5 parent: 2 - uid: 11759 components: - type: Transform - pos: 70.5,63.5 + pos: 72.5,45.5 parent: 2 - uid: 11760 components: - type: Transform - pos: 70.5,62.5 + pos: 72.5,46.5 parent: 2 - uid: 11761 components: - type: Transform - pos: 70.5,61.5 + pos: 72.5,47.5 parent: 2 - uid: 11762 components: - type: Transform - pos: 69.5,74.5 + pos: 72.5,48.5 parent: 2 - uid: 11763 components: - type: Transform - pos: 69.5,73.5 + pos: 72.5,49.5 parent: 2 - uid: 11764 components: - type: Transform - pos: 69.5,72.5 + pos: 72.5,50.5 parent: 2 - uid: 11765 components: - type: Transform - pos: 69.5,71.5 + pos: 72.5,51.5 parent: 2 - uid: 11766 components: - type: Transform - pos: 69.5,70.5 + pos: 71.5,39.5 parent: 2 - uid: 11767 components: - type: Transform - pos: 69.5,69.5 + pos: 71.5,40.5 parent: 2 - uid: 11768 components: - type: Transform - pos: 69.5,68.5 + pos: 71.5,41.5 parent: 2 - uid: 11769 components: - type: Transform - pos: 69.5,67.5 + pos: 71.5,42.5 parent: 2 - uid: 11770 components: - type: Transform - pos: 69.5,66.5 + pos: 71.5,43.5 parent: 2 - uid: 11771 components: - type: Transform - pos: 69.5,65.5 + pos: 71.5,44.5 parent: 2 - uid: 11772 components: - type: Transform - pos: 69.5,64.5 + pos: 71.5,45.5 parent: 2 - uid: 11773 components: - type: Transform - pos: 69.5,63.5 + pos: 71.5,46.5 parent: 2 - uid: 11774 components: - type: Transform - pos: 69.5,62.5 + pos: 71.5,47.5 parent: 2 - uid: 11775 components: - type: Transform - pos: 69.5,61.5 + pos: 71.5,48.5 parent: 2 - uid: 11776 components: - type: Transform - pos: 67.5,74.5 + pos: 71.5,49.5 parent: 2 - uid: 11777 components: - type: Transform - pos: 67.5,71.5 + pos: 71.5,50.5 parent: 2 - uid: 11778 components: - type: Transform - pos: 67.5,70.5 + pos: 71.5,51.5 parent: 2 - uid: 11779 components: - type: Transform - pos: 67.5,69.5 + pos: 100.5,45.5 parent: 2 - uid: 11780 components: - type: Transform - pos: 67.5,68.5 + pos: 100.5,44.5 parent: 2 - uid: 11781 components: - type: Transform - pos: 67.5,67.5 + pos: 100.5,43.5 parent: 2 - uid: 11782 components: - type: Transform - pos: 67.5,66.5 + pos: 100.5,42.5 parent: 2 - uid: 11783 components: - type: Transform - pos: 67.5,65.5 + pos: 100.5,41.5 parent: 2 - uid: 11784 components: - type: Transform - pos: 67.5,64.5 + pos: 101.5,45.5 parent: 2 - uid: 11785 components: - type: Transform - pos: 67.5,63.5 + pos: 101.5,44.5 parent: 2 - uid: 11786 components: - type: Transform - pos: 67.5,62.5 + pos: 101.5,43.5 parent: 2 - uid: 11787 components: - type: Transform - pos: 67.5,61.5 + pos: 101.5,42.5 parent: 2 - uid: 11788 components: - type: Transform - pos: 66.5,74.5 + pos: 101.5,41.5 parent: 2 - uid: 11789 components: - type: Transform - pos: 66.5,71.5 + pos: 102.5,45.5 parent: 2 - uid: 11790 components: - type: Transform - pos: 66.5,70.5 + pos: 102.5,44.5 parent: 2 - uid: 11791 components: - type: Transform - pos: 66.5,69.5 + pos: 102.5,43.5 parent: 2 - uid: 11792 components: - type: Transform - pos: 66.5,68.5 + pos: 102.5,42.5 parent: 2 - uid: 11793 components: - type: Transform - pos: 66.5,67.5 + pos: 102.5,41.5 parent: 2 - uid: 11794 components: - type: Transform - pos: 66.5,66.5 + pos: 103.5,45.5 parent: 2 - uid: 11795 components: - type: Transform - pos: 66.5,65.5 + pos: 103.5,44.5 parent: 2 - uid: 11796 components: - type: Transform - pos: 66.5,64.5 + pos: 103.5,43.5 parent: 2 - uid: 11797 components: - type: Transform - pos: 66.5,63.5 + pos: 103.5,42.5 parent: 2 - uid: 11798 components: - type: Transform - pos: 66.5,62.5 + pos: 103.5,41.5 parent: 2 - uid: 11799 components: - type: Transform - pos: 66.5,61.5 + pos: 104.5,45.5 parent: 2 - uid: 11800 components: - type: Transform - pos: 65.5,74.5 + pos: 104.5,44.5 parent: 2 - uid: 11801 components: - type: Transform - pos: 65.5,71.5 + pos: 104.5,43.5 parent: 2 - uid: 11802 components: - type: Transform - pos: 65.5,70.5 + pos: 104.5,42.5 parent: 2 - uid: 11803 components: - type: Transform - pos: 65.5,69.5 + pos: 104.5,41.5 parent: 2 - uid: 11804 components: - type: Transform - pos: 65.5,68.5 + pos: 104.5,40.5 parent: 2 - uid: 11805 components: - type: Transform - pos: 65.5,67.5 + pos: 103.5,40.5 parent: 2 - uid: 11806 components: - type: Transform - pos: 65.5,66.5 + pos: 102.5,40.5 parent: 2 - uid: 11807 components: - type: Transform - pos: 65.5,65.5 + pos: 101.5,40.5 parent: 2 - uid: 11808 components: - type: Transform - pos: 65.5,64.5 + pos: 100.5,40.5 parent: 2 - uid: 11809 components: - type: Transform - pos: 65.5,63.5 + pos: 99.5,40.5 parent: 2 - uid: 11810 components: - type: Transform - pos: 65.5,62.5 + pos: 98.5,40.5 parent: 2 - uid: 11811 components: - type: Transform - pos: 65.5,61.5 + pos: 97.5,40.5 parent: 2 - uid: 11812 components: - type: Transform - pos: 64.5,74.5 + pos: 96.5,40.5 parent: 2 - uid: 11813 components: - type: Transform - pos: 64.5,71.5 + pos: 95.5,40.5 parent: 2 - uid: 11814 components: - type: Transform - pos: 64.5,70.5 + pos: 94.5,40.5 parent: 2 - uid: 11815 components: - type: Transform - pos: 64.5,69.5 + pos: 93.5,40.5 parent: 2 - uid: 11816 components: - type: Transform - pos: 64.5,68.5 + pos: 92.5,40.5 parent: 2 - uid: 11817 components: - type: Transform - pos: 64.5,67.5 + pos: 91.5,40.5 parent: 2 - uid: 11818 components: - type: Transform - pos: 64.5,66.5 + pos: 90.5,40.5 parent: 2 - uid: 11819 components: - type: Transform - pos: 64.5,65.5 + pos: 89.5,40.5 parent: 2 - uid: 11820 components: - type: Transform - pos: 64.5,64.5 + pos: 88.5,40.5 parent: 2 - uid: 11821 components: - type: Transform - pos: 64.5,63.5 + pos: 87.5,40.5 parent: 2 - uid: 11822 components: - type: Transform - pos: 64.5,62.5 + pos: 86.5,40.5 parent: 2 - uid: 11823 components: - type: Transform - pos: 64.5,61.5 + pos: 85.5,40.5 parent: 2 - uid: 11824 components: - type: Transform - pos: 86.5,69.5 + pos: 84.5,40.5 parent: 2 - uid: 11825 components: - type: Transform - pos: 87.5,69.5 + pos: 83.5,40.5 parent: 2 - uid: 11826 components: - type: Transform - pos: 88.5,69.5 + pos: 82.5,40.5 parent: 2 - uid: 11827 components: - type: Transform - pos: 89.5,69.5 + pos: 81.5,40.5 parent: 2 - uid: 11828 components: - type: Transform - pos: 90.5,69.5 + pos: 80.5,40.5 parent: 2 - uid: 11829 components: - type: Transform - pos: 104.5,58.5 + pos: 40.5,64.5 parent: 2 - uid: 11830 components: - type: Transform - pos: 104.5,59.5 + pos: 40.5,63.5 parent: 2 - uid: 11831 components: - type: Transform - pos: 100.5,48.5 + pos: 40.5,62.5 parent: 2 - uid: 11832 components: - type: Transform - pos: 101.5,48.5 + pos: 40.5,61.5 parent: 2 - uid: 11833 components: - type: Transform - pos: 102.5,48.5 + pos: 41.5,64.5 parent: 2 - uid: 11834 components: - type: Transform - pos: 103.5,49.5 + pos: 41.5,63.5 parent: 2 - uid: 11835 components: - type: Transform - pos: 103.5,48.5 + pos: 41.5,62.5 parent: 2 - uid: 11836 components: - type: Transform - pos: 104.5,57.5 + pos: 41.5,61.5 parent: 2 - uid: 11837 components: - type: Transform - pos: 104.5,56.5 + pos: 42.5,64.5 parent: 2 - uid: 11838 components: - type: Transform - pos: 104.5,55.5 + pos: 42.5,63.5 parent: 2 - uid: 11839 components: - type: Transform - pos: 104.5,54.5 + pos: 42.5,62.5 parent: 2 - uid: 11840 components: - type: Transform - pos: 104.5,53.5 + pos: 42.5,61.5 parent: 2 - uid: 11841 components: - type: Transform - pos: 104.5,52.5 + pos: 43.5,64.5 parent: 2 - uid: 11842 components: - type: Transform - pos: 104.5,51.5 + pos: 43.5,63.5 parent: 2 - uid: 11843 components: - type: Transform - pos: 104.5,50.5 + pos: 43.5,62.5 parent: 2 - uid: 11844 components: - type: Transform - pos: 104.5,49.5 + pos: 43.5,61.5 parent: 2 - uid: 11845 components: - type: Transform - pos: 104.5,48.5 + pos: 44.5,64.5 parent: 2 - uid: 11846 components: - type: Transform - pos: 79.5,63.5 + pos: 44.5,63.5 parent: 2 - uid: 11847 components: - type: Transform - pos: 79.5,62.5 + pos: 44.5,62.5 parent: 2 - uid: 11848 components: - type: Transform - pos: 79.5,61.5 + pos: 44.5,61.5 parent: 2 - uid: 11849 components: - type: Transform - pos: 79.5,60.5 + pos: 45.5,64.5 parent: 2 - uid: 11850 components: - type: Transform - pos: 79.5,59.5 + pos: 45.5,63.5 parent: 2 - uid: 11851 components: - type: Transform - pos: 79.5,58.5 + pos: 45.5,62.5 parent: 2 - uid: 11852 components: - type: Transform - pos: 79.5,57.5 + pos: 45.5,61.5 parent: 2 - uid: 11853 components: - type: Transform - pos: 79.5,56.5 + pos: 46.5,64.5 parent: 2 - uid: 11854 components: - type: Transform - pos: 79.5,55.5 + pos: 46.5,63.5 parent: 2 - uid: 11855 components: - type: Transform - pos: 79.5,54.5 + pos: 46.5,62.5 parent: 2 - uid: 11856 components: - type: Transform - pos: 79.5,53.5 + pos: 46.5,61.5 parent: 2 - uid: 11857 components: - type: Transform - pos: 79.5,52.5 + pos: 47.5,64.5 parent: 2 - uid: 11858 components: - type: Transform - pos: 79.5,51.5 + pos: 47.5,63.5 parent: 2 - uid: 11859 components: - type: Transform - pos: 79.5,40.5 + pos: 47.5,62.5 parent: 2 - uid: 11860 components: - type: Transform - pos: 79.5,39.5 + pos: 47.5,61.5 parent: 2 - uid: 11861 components: - type: Transform - pos: 78.5,63.5 + pos: 48.5,64.5 parent: 2 - uid: 11862 components: - type: Transform - pos: 78.5,62.5 + pos: 48.5,63.5 parent: 2 - uid: 11863 components: - type: Transform - pos: 78.5,61.5 + pos: 48.5,62.5 parent: 2 - uid: 11864 components: - type: Transform - pos: 78.5,60.5 + pos: 48.5,61.5 parent: 2 - uid: 11865 components: - type: Transform - pos: 78.5,59.5 + pos: 49.5,64.5 parent: 2 - uid: 11866 components: - type: Transform - pos: 78.5,58.5 + pos: 49.5,63.5 parent: 2 - uid: 11867 components: - type: Transform - pos: 78.5,57.5 + pos: 49.5,62.5 parent: 2 - uid: 11868 components: - type: Transform - pos: 78.5,56.5 + pos: 49.5,61.5 parent: 2 - uid: 11869 components: - type: Transform - pos: 78.5,55.5 + pos: 50.5,64.5 parent: 2 - uid: 11870 components: - type: Transform - pos: 78.5,54.5 + pos: 50.5,63.5 parent: 2 - uid: 11871 components: - type: Transform - pos: 78.5,53.5 + pos: 50.5,62.5 parent: 2 - uid: 11872 components: - type: Transform - pos: 78.5,52.5 + pos: 50.5,61.5 parent: 2 - uid: 11873 components: - type: Transform - pos: 78.5,51.5 + pos: 51.5,64.5 parent: 2 - uid: 11874 components: - type: Transform - pos: 78.5,40.5 + pos: 51.5,63.5 parent: 2 - uid: 11875 components: - type: Transform - pos: 78.5,39.5 + pos: 51.5,62.5 parent: 2 - uid: 11876 components: - type: Transform - pos: 77.5,63.5 + pos: 51.5,61.5 parent: 2 - uid: 11877 components: - type: Transform - pos: 77.5,62.5 + pos: 52.5,64.5 parent: 2 - uid: 11878 components: - type: Transform - pos: 77.5,61.5 + pos: 52.5,63.5 parent: 2 - uid: 11879 components: - type: Transform - pos: 77.5,60.5 + pos: 52.5,62.5 parent: 2 - uid: 11880 components: - type: Transform - pos: 77.5,59.5 + pos: 52.5,61.5 parent: 2 - uid: 11881 components: - type: Transform - pos: 77.5,58.5 + pos: 53.5,64.5 parent: 2 - uid: 11882 components: - type: Transform - pos: 77.5,57.5 + pos: 53.5,63.5 parent: 2 - uid: 11883 components: - type: Transform - pos: 77.5,56.5 + pos: 53.5,62.5 parent: 2 - uid: 11884 components: - type: Transform - pos: 77.5,55.5 + pos: 53.5,61.5 parent: 2 - uid: 11885 components: - type: Transform - pos: 77.5,54.5 + pos: 63.5,61.5 parent: 2 - uid: 11886 components: - type: Transform - pos: 77.5,53.5 + pos: 63.5,62.5 parent: 2 - uid: 11887 components: - type: Transform - pos: 77.5,52.5 + pos: 63.5,63.5 parent: 2 - uid: 11888 components: - type: Transform - pos: 77.5,51.5 + pos: 63.5,64.5 parent: 2 - uid: 11889 components: - type: Transform - pos: 77.5,40.5 + pos: 63.5,65.5 parent: 2 - uid: 11890 components: - type: Transform - pos: 77.5,39.5 + pos: 62.5,61.5 parent: 2 - uid: 11891 components: - type: Transform - pos: 76.5,63.5 + pos: 62.5,62.5 parent: 2 - uid: 11892 components: - type: Transform - pos: 76.5,62.5 + pos: 62.5,63.5 parent: 2 - uid: 11893 components: - type: Transform - pos: 76.5,61.5 + pos: 62.5,64.5 parent: 2 - uid: 11894 components: - type: Transform - pos: 76.5,60.5 + pos: 62.5,65.5 parent: 2 - uid: 11895 components: - type: Transform - pos: 76.5,59.5 + pos: 61.5,61.5 parent: 2 - uid: 11896 components: - type: Transform - pos: 76.5,58.5 + pos: 61.5,62.5 parent: 2 - uid: 11897 components: - type: Transform - pos: 76.5,57.5 + pos: 61.5,63.5 parent: 2 - uid: 11898 components: - type: Transform - pos: 76.5,56.5 + pos: 61.5,64.5 parent: 2 - uid: 11899 components: - type: Transform - pos: 76.5,55.5 + pos: 61.5,65.5 parent: 2 - uid: 11900 components: - type: Transform - pos: 76.5,54.5 + pos: 60.5,61.5 parent: 2 - uid: 11901 components: - type: Transform - pos: 76.5,53.5 + pos: 60.5,62.5 parent: 2 - uid: 11902 components: - type: Transform - pos: 76.5,52.5 + pos: 60.5,63.5 parent: 2 - uid: 11903 components: - type: Transform - pos: 76.5,51.5 + pos: 60.5,64.5 parent: 2 - uid: 11904 components: - type: Transform - pos: 76.5,40.5 + pos: 60.5,65.5 parent: 2 - uid: 11905 components: - type: Transform - pos: 76.5,39.5 + pos: 81.5,39.5 parent: 2 - uid: 11906 components: - type: Transform - pos: 104.5,47.5 + pos: 82.5,39.5 parent: 2 - uid: 11907 components: - type: Transform - pos: 104.5,46.5 + pos: 83.5,39.5 parent: 2 - uid: 11908 components: - type: Transform - pos: 103.5,47.5 + pos: 84.5,39.5 parent: 2 - uid: 11909 components: - type: Transform - pos: 103.5,46.5 + pos: 85.5,39.5 parent: 2 - uid: 11910 components: - type: Transform - pos: 102.5,47.5 + pos: 86.5,39.5 parent: 2 - uid: 11911 components: - type: Transform - pos: 102.5,46.5 + pos: 87.5,39.5 parent: 2 - uid: 11912 components: - type: Transform - pos: 101.5,47.5 + pos: 88.5,39.5 parent: 2 - uid: 11913 components: - type: Transform - pos: 101.5,46.5 + pos: 89.5,39.5 parent: 2 - uid: 11914 components: - type: Transform - pos: 100.5,47.5 + pos: 90.5,39.5 parent: 2 - uid: 11915 components: - type: Transform - pos: 100.5,46.5 + pos: 91.5,39.5 parent: 2 - uid: 11916 components: - type: Transform - pos: 103.5,53.5 + pos: 92.5,39.5 parent: 2 - uid: 11917 components: - type: Transform - pos: 103.5,54.5 + pos: 93.5,39.5 parent: 2 - uid: 11918 components: - type: Transform - pos: 75.5,39.5 + pos: 94.5,39.5 parent: 2 - uid: 11919 components: - type: Transform - pos: 75.5,40.5 + pos: 95.5,39.5 parent: 2 - uid: 11920 components: - type: Transform - pos: 75.5,51.5 + pos: 96.5,39.5 parent: 2 - uid: 11921 components: - type: Transform - pos: 74.5,39.5 + pos: 97.5,39.5 parent: 2 - uid: 11922 components: - type: Transform - pos: 74.5,40.5 + pos: 98.5,39.5 parent: 2 - uid: 11923 components: - type: Transform - pos: 74.5,51.5 + pos: 99.5,39.5 parent: 2 - uid: 11924 components: - type: Transform - pos: 73.5,39.5 + pos: 100.5,39.5 parent: 2 - uid: 11925 components: - type: Transform - pos: 73.5,40.5 + pos: 101.5,39.5 parent: 2 - uid: 11926 components: - type: Transform - pos: 73.5,51.5 + pos: 102.5,39.5 parent: 2 - uid: 11927 components: - type: Transform - pos: 72.5,39.5 + pos: 103.5,39.5 parent: 2 - uid: 11928 components: - type: Transform - pos: 72.5,40.5 + pos: 104.5,39.5 parent: 2 - uid: 11929 components: - type: Transform - pos: 72.5,41.5 + pos: 59.5,64.5 parent: 2 - uid: 11930 components: - type: Transform - pos: 72.5,42.5 + pos: 59.5,63.5 parent: 2 - uid: 11931 components: - type: Transform - pos: 72.5,43.5 + pos: 59.5,62.5 parent: 2 - uid: 11932 components: - type: Transform - pos: 72.5,44.5 + pos: 59.5,61.5 parent: 2 - uid: 11933 components: - type: Transform - pos: 72.5,45.5 + pos: 58.5,65.5 parent: 2 - uid: 11934 components: - type: Transform - pos: 72.5,46.5 + pos: 58.5,64.5 parent: 2 - uid: 11935 components: - type: Transform - pos: 72.5,47.5 + pos: 58.5,63.5 parent: 2 - uid: 11936 components: - type: Transform - pos: 72.5,48.5 + pos: 58.5,62.5 parent: 2 - uid: 11937 components: - type: Transform - pos: 72.5,49.5 + pos: 58.5,61.5 parent: 2 - uid: 11938 components: - type: Transform - pos: 72.5,50.5 + pos: 57.5,65.5 parent: 2 - uid: 11939 components: - type: Transform - pos: 72.5,51.5 + pos: 57.5,64.5 parent: 2 - uid: 11940 components: - type: Transform - pos: 71.5,39.5 + pos: 57.5,63.5 parent: 2 - uid: 11941 components: - type: Transform - pos: 71.5,40.5 + pos: 57.5,62.5 parent: 2 - uid: 11942 components: - type: Transform - pos: 71.5,41.5 + pos: 57.5,61.5 parent: 2 - uid: 11943 components: - type: Transform - pos: 71.5,42.5 + pos: 56.5,65.5 parent: 2 - uid: 11944 components: - type: Transform - pos: 71.5,43.5 + pos: 56.5,64.5 parent: 2 - uid: 11945 components: - type: Transform - pos: 71.5,44.5 + pos: 56.5,63.5 parent: 2 - uid: 11946 components: - type: Transform - pos: 71.5,45.5 + pos: 56.5,62.5 parent: 2 - uid: 11947 components: - type: Transform - pos: 71.5,46.5 + pos: 56.5,61.5 parent: 2 - uid: 11948 components: - type: Transform - pos: 71.5,47.5 + pos: 55.5,61.5 parent: 2 - uid: 11949 components: - type: Transform - pos: 71.5,48.5 + pos: 55.5,62.5 parent: 2 - uid: 11950 components: - type: Transform - pos: 71.5,49.5 + pos: 55.5,63.5 parent: 2 - uid: 11951 components: - type: Transform - pos: 71.5,50.5 + pos: 55.5,64.5 parent: 2 - uid: 11952 components: - type: Transform - pos: 71.5,51.5 + pos: 54.5,64.5 parent: 2 - uid: 11953 components: - type: Transform - pos: 100.5,45.5 + pos: 54.5,63.5 parent: 2 - uid: 11954 components: - type: Transform - pos: 100.5,44.5 + pos: 54.5,62.5 parent: 2 - uid: 11955 components: - type: Transform - pos: 100.5,43.5 + pos: 54.5,61.5 parent: 2 - uid: 11956 components: - type: Transform - pos: 100.5,42.5 + pos: 33.5,87.5 parent: 2 - uid: 11957 components: - type: Transform - pos: 100.5,41.5 + pos: 74.5,230.5 parent: 2 - uid: 11958 components: - type: Transform - pos: 101.5,45.5 + pos: 74.5,231.5 parent: 2 - uid: 11959 components: - type: Transform - pos: 101.5,44.5 + pos: 73.5,230.5 parent: 2 - uid: 11960 components: - type: Transform - pos: 101.5,43.5 + pos: 73.5,231.5 parent: 2 - uid: 11961 components: - type: Transform - pos: 101.5,42.5 + pos: 72.5,230.5 parent: 2 - uid: 11962 components: - type: Transform - pos: 101.5,41.5 + pos: 72.5,231.5 parent: 2 - uid: 11963 components: - type: Transform - pos: 102.5,45.5 + pos: 71.5,230.5 parent: 2 - uid: 11964 components: - type: Transform - pos: 102.5,44.5 + pos: 71.5,231.5 parent: 2 - uid: 11965 components: - type: Transform - pos: 102.5,43.5 + pos: 70.5,230.5 parent: 2 - uid: 11966 components: - type: Transform - pos: 102.5,42.5 + pos: 70.5,231.5 parent: 2 - uid: 11967 components: - type: Transform - pos: 102.5,41.5 + pos: 69.5,230.5 parent: 2 - uid: 11968 components: - type: Transform - pos: 103.5,45.5 + pos: 69.5,231.5 parent: 2 - uid: 11969 components: - type: Transform - pos: 103.5,44.5 + pos: 68.5,230.5 parent: 2 - uid: 11970 components: - type: Transform - pos: 103.5,43.5 + pos: 68.5,231.5 parent: 2 - uid: 11971 components: - type: Transform - pos: 103.5,42.5 + pos: 67.5,230.5 parent: 2 - uid: 11972 components: - type: Transform - pos: 103.5,41.5 + pos: 67.5,231.5 parent: 2 - uid: 11973 components: - type: Transform - pos: 104.5,45.5 + pos: 66.5,230.5 parent: 2 - uid: 11974 components: - type: Transform - pos: 104.5,44.5 + pos: 66.5,231.5 parent: 2 - uid: 11975 components: - type: Transform - pos: 104.5,43.5 + pos: 65.5,230.5 parent: 2 - uid: 11976 components: - type: Transform - pos: 104.5,42.5 + pos: 65.5,231.5 parent: 2 - uid: 11977 components: - type: Transform - pos: 104.5,41.5 + pos: 64.5,230.5 parent: 2 - uid: 11978 components: - type: Transform - pos: 104.5,40.5 + pos: 64.5,231.5 parent: 2 - uid: 11979 components: - type: Transform - pos: 103.5,40.5 + pos: 63.5,230.5 parent: 2 - uid: 11980 components: - type: Transform - pos: 102.5,40.5 + pos: 63.5,231.5 parent: 2 - uid: 11981 components: - type: Transform - pos: 101.5,40.5 + pos: 66.5,232.5 parent: 2 - uid: 11982 components: - type: Transform - pos: 100.5,40.5 + pos: 66.5,233.5 parent: 2 - uid: 11983 components: - type: Transform - pos: 99.5,40.5 + pos: 66.5,234.5 parent: 2 - uid: 11984 components: - type: Transform - pos: 98.5,40.5 + pos: 66.5,235.5 parent: 2 - uid: 11985 components: - type: Transform - pos: 97.5,40.5 + pos: 65.5,232.5 parent: 2 - uid: 11986 components: - type: Transform - pos: 96.5,40.5 + pos: 65.5,233.5 parent: 2 - uid: 11987 components: - type: Transform - pos: 95.5,40.5 + pos: 65.5,234.5 parent: 2 - uid: 11988 components: - type: Transform - pos: 94.5,40.5 + pos: 65.5,235.5 parent: 2 - uid: 11989 components: - type: Transform - pos: 93.5,40.5 + pos: 64.5,232.5 parent: 2 - uid: 11990 components: - type: Transform - pos: 92.5,40.5 + pos: 64.5,233.5 parent: 2 - uid: 11991 components: - type: Transform - pos: 91.5,40.5 + pos: 64.5,234.5 parent: 2 - uid: 11992 components: - type: Transform - pos: 90.5,40.5 + pos: 64.5,235.5 parent: 2 - uid: 11993 components: - type: Transform - pos: 89.5,40.5 + pos: 63.5,232.5 parent: 2 - uid: 11994 components: - type: Transform - pos: 88.5,40.5 + pos: 63.5,233.5 parent: 2 - uid: 11995 components: - type: Transform - pos: 87.5,40.5 + pos: 63.5,234.5 parent: 2 - uid: 11996 components: - type: Transform - pos: 86.5,40.5 + pos: 63.5,235.5 parent: 2 - uid: 11997 components: - type: Transform - pos: 85.5,40.5 + pos: 62.5,234.5 parent: 2 - uid: 11998 components: - type: Transform - pos: 84.5,40.5 + pos: 62.5,235.5 parent: 2 - uid: 11999 components: - type: Transform - pos: 83.5,40.5 + pos: 61.5,234.5 parent: 2 - uid: 12000 components: - type: Transform - pos: 82.5,40.5 + pos: 61.5,235.5 parent: 2 - uid: 12001 components: - type: Transform - pos: 81.5,40.5 + pos: 60.5,234.5 parent: 2 - uid: 12002 components: - type: Transform - pos: 80.5,40.5 + pos: 59.5,234.5 parent: 2 - uid: 12003 components: - type: Transform - pos: 40.5,64.5 + pos: 58.5,234.5 parent: 2 - uid: 12004 components: - type: Transform - pos: 40.5,63.5 + pos: 57.5,234.5 parent: 2 - uid: 12005 components: - type: Transform - pos: 40.5,62.5 + pos: 56.5,234.5 parent: 2 - uid: 12006 components: - type: Transform - pos: 40.5,61.5 + pos: 55.5,234.5 parent: 2 - uid: 12007 components: - type: Transform - pos: 41.5,64.5 + pos: 88.5,127.5 parent: 2 - uid: 12008 components: - type: Transform - pos: 41.5,63.5 + pos: 88.5,126.5 parent: 2 - - uid: 12009 +- proto: N14WallRockIndestructible + entities: + - uid: 1043 components: - type: Transform - pos: 41.5,62.5 + rot: 3.141592653589793 rad + pos: 89.5,141.5 parent: 2 - - uid: 12010 + - uid: 3880 components: - type: Transform - pos: 41.5,61.5 + pos: 118.5,235.5 parent: 2 - - uid: 12011 + - uid: 4045 components: - type: Transform - pos: 42.5,64.5 + pos: 122.5,211.5 parent: 2 - - uid: 12012 + - uid: 4046 components: - type: Transform - pos: 42.5,63.5 + pos: 122.5,210.5 parent: 2 - - uid: 12013 + - uid: 4047 components: - type: Transform - pos: 42.5,62.5 + rot: 3.141592653589793 rad + pos: 1.5,229.5 parent: 2 - - uid: 12014 + - uid: 4048 components: - type: Transform - pos: 42.5,61.5 + rot: 3.141592653589793 rad + pos: 2.5,229.5 parent: 2 - - uid: 12015 + - uid: 4049 components: - type: Transform - pos: 43.5,64.5 + rot: -1.5707963267948966 rad + pos: 122.5,215.5 parent: 2 - - uid: 12016 + - uid: 4050 components: - type: Transform - pos: 43.5,63.5 + rot: -1.5707963267948966 rad + pos: 122.5,214.5 parent: 2 - - uid: 12017 + - uid: 4051 components: - type: Transform - pos: 43.5,62.5 + rot: -1.5707963267948966 rad + pos: 122.5,215.5 parent: 2 - - uid: 12018 + - uid: 4052 components: - type: Transform - pos: 43.5,61.5 + rot: -1.5707963267948966 rad + pos: 122.5,214.5 parent: 2 - - uid: 12019 + - uid: 4053 components: - type: Transform - pos: 44.5,64.5 + rot: 3.141592653589793 rad + pos: -0.5,224.5 parent: 2 - - uid: 12020 + - uid: 4054 components: - type: Transform - pos: 44.5,63.5 + rot: 3.141592653589793 rad + pos: -0.5,225.5 parent: 2 - - uid: 12021 + - uid: 4055 components: - type: Transform - pos: 44.5,62.5 + rot: 3.141592653589793 rad + pos: -0.5,227.5 parent: 2 - - uid: 12022 + - uid: 4056 components: - type: Transform - pos: 44.5,61.5 + rot: 3.141592653589793 rad + pos: -0.5,228.5 parent: 2 - - uid: 12023 + - uid: 4057 components: - type: Transform - pos: 45.5,64.5 + rot: 3.141592653589793 rad + pos: -0.5,229.5 parent: 2 - - uid: 12024 + - uid: 4058 components: - type: Transform - pos: 45.5,63.5 + rot: 3.141592653589793 rad + pos: 0.5,229.5 parent: 2 - - uid: 12025 + - uid: 4059 components: - type: Transform - pos: 45.5,62.5 + rot: 3.141592653589793 rad + pos: -0.5,226.5 parent: 2 - - uid: 12026 + - uid: 4060 components: - type: Transform - pos: 45.5,61.5 + rot: 3.141592653589793 rad + pos: 0.5,224.5 parent: 2 - - uid: 12027 + - uid: 4061 components: - type: Transform - pos: 46.5,64.5 + rot: 3.141592653589793 rad + pos: 1.5,224.5 parent: 2 - - uid: 12028 + - uid: 4062 components: - type: Transform - pos: 46.5,63.5 + rot: 3.141592653589793 rad + pos: 2.5,224.5 parent: 2 - - uid: 12029 + - uid: 4063 components: - type: Transform - pos: 46.5,62.5 + rot: 3.141592653589793 rad + pos: 3.5,224.5 parent: 2 - - uid: 12030 + - uid: 4064 components: - type: Transform - pos: 46.5,61.5 + rot: 3.141592653589793 rad + pos: 4.5,224.5 parent: 2 - - uid: 12031 + - uid: 4065 components: - type: Transform - pos: 47.5,64.5 + rot: 3.141592653589793 rad + pos: 5.5,224.5 parent: 2 - - uid: 12032 + - uid: 4066 components: - type: Transform - pos: 47.5,63.5 + rot: 3.141592653589793 rad + pos: 5.5,225.5 parent: 2 - - uid: 12033 + - uid: 4067 components: - type: Transform - pos: 47.5,62.5 + rot: 3.141592653589793 rad + pos: 5.5,226.5 parent: 2 - - uid: 12034 + - uid: 4068 components: - type: Transform - pos: 47.5,61.5 + rot: 3.141592653589793 rad + pos: 5.5,227.5 parent: 2 - - uid: 12035 + - uid: 4069 components: - type: Transform - pos: 48.5,64.5 + rot: 3.141592653589793 rad + pos: 5.5,228.5 parent: 2 - - uid: 12036 + - uid: 4070 components: - type: Transform - pos: 48.5,63.5 + rot: 3.141592653589793 rad + pos: 5.5,229.5 parent: 2 - - uid: 12037 + - uid: 4071 components: - type: Transform - pos: 48.5,62.5 + rot: 3.141592653589793 rad + pos: 4.5,229.5 parent: 2 - - uid: 12038 + - uid: 4072 components: - type: Transform - pos: 48.5,61.5 + rot: 3.141592653589793 rad + pos: 3.5,229.5 parent: 2 - - uid: 12039 + - uid: 4073 components: - type: Transform - pos: 49.5,64.5 + pos: 111.5,143.5 parent: 2 - - uid: 12040 + - uid: 4074 components: - type: Transform - pos: 49.5,63.5 + pos: 33.5,97.5 parent: 2 - - uid: 12041 + - uid: 4075 components: - type: Transform - pos: 49.5,62.5 + pos: 113.5,176.5 parent: 2 - - uid: 12042 + - uid: 4076 components: - type: Transform - pos: 49.5,61.5 + pos: 113.5,175.5 parent: 2 - - uid: 12043 + - uid: 4077 components: - type: Transform - pos: 50.5,64.5 + pos: 83.5,125.5 parent: 2 - - uid: 12044 + - uid: 4078 components: - type: Transform - pos: 50.5,63.5 + pos: 111.5,142.5 parent: 2 - - uid: 12045 + - uid: 4079 components: - type: Transform - pos: 50.5,62.5 + pos: 111.5,141.5 parent: 2 - - uid: 12046 + - uid: 4080 components: - type: Transform - pos: 50.5,61.5 + pos: 111.5,140.5 parent: 2 - - uid: 12047 + - uid: 4081 components: - type: Transform - pos: 51.5,64.5 + pos: 111.5,139.5 parent: 2 - - uid: 12048 + - uid: 4082 components: - type: Transform - pos: 51.5,63.5 + pos: 111.5,138.5 parent: 2 - - uid: 12049 + - uid: 4083 components: - type: Transform - pos: 51.5,62.5 + pos: 111.5,137.5 parent: 2 - - uid: 12050 + - uid: 4084 components: - type: Transform - pos: 51.5,61.5 + pos: 111.5,136.5 parent: 2 - - uid: 12051 + - uid: 4085 components: - type: Transform - pos: 52.5,64.5 + pos: 111.5,135.5 parent: 2 - - uid: 12052 + - uid: 4086 components: - type: Transform - pos: 52.5,63.5 + pos: 111.5,134.5 parent: 2 - - uid: 12053 + - uid: 4087 components: - type: Transform - pos: 52.5,62.5 + pos: 111.5,133.5 parent: 2 - - uid: 12054 + - uid: 4088 components: - type: Transform - pos: 52.5,61.5 + pos: 111.5,132.5 parent: 2 - - uid: 12055 + - uid: 4089 components: - type: Transform - pos: 53.5,64.5 + pos: 111.5,131.5 parent: 2 - - uid: 12056 + - uid: 4090 components: - type: Transform - pos: 53.5,63.5 + pos: 112.5,131.5 parent: 2 - - uid: 12057 + - uid: 4091 components: - type: Transform - pos: 53.5,62.5 + pos: 112.5,130.5 parent: 2 - - uid: 12058 + - uid: 4092 components: - type: Transform - pos: 53.5,61.5 + pos: 111.5,144.5 parent: 2 - - uid: 12059 + - uid: 4093 components: - type: Transform - pos: 63.5,61.5 + pos: 110.5,144.5 parent: 2 - - uid: 12060 + - uid: 4094 components: - type: Transform - pos: 63.5,62.5 + pos: 110.5,145.5 parent: 2 - - uid: 12061 + - uid: 4095 components: - type: Transform - pos: 63.5,63.5 + pos: 110.5,146.5 parent: 2 - - uid: 12062 + - uid: 4096 components: - type: Transform - pos: 63.5,64.5 + pos: 110.5,147.5 parent: 2 - - uid: 12063 + - uid: 4097 components: - type: Transform - pos: 63.5,65.5 + pos: 110.5,148.5 parent: 2 - - uid: 12064 + - uid: 4098 components: - type: Transform - pos: 62.5,61.5 + pos: 110.5,149.5 parent: 2 - - uid: 12065 + - uid: 4099 components: - type: Transform - pos: 62.5,62.5 + pos: 110.5,150.5 parent: 2 - - uid: 12066 + - uid: 4100 components: - type: Transform - pos: 62.5,63.5 + pos: 110.5,151.5 parent: 2 - - uid: 12067 + - uid: 4101 components: - type: Transform - pos: 62.5,64.5 + pos: 110.5,152.5 parent: 2 - - uid: 12068 + - uid: 4102 components: - type: Transform - pos: 62.5,65.5 + pos: 110.5,153.5 parent: 2 - - uid: 12069 + - uid: 4103 components: - type: Transform - pos: 61.5,61.5 + pos: 109.5,153.5 parent: 2 - - uid: 12070 + - uid: 4104 components: - type: Transform - pos: 61.5,62.5 + pos: 109.5,154.5 parent: 2 - - uid: 12071 + - uid: 4105 components: - type: Transform - pos: 61.5,63.5 + pos: 109.5,155.5 parent: 2 - - uid: 12072 + - uid: 4106 components: - type: Transform - pos: 61.5,64.5 + pos: 109.5,156.5 parent: 2 - - uid: 12073 + - uid: 4107 components: - type: Transform - pos: 61.5,65.5 + pos: 109.5,157.5 parent: 2 - - uid: 12074 + - uid: 4108 components: - type: Transform - pos: 60.5,61.5 + pos: 109.5,158.5 parent: 2 - - uid: 12075 + - uid: 4109 components: - type: Transform - pos: 60.5,62.5 + pos: 109.5,159.5 parent: 2 - - uid: 12076 + - uid: 4110 components: - type: Transform - pos: 60.5,63.5 + pos: 109.5,160.5 parent: 2 - - uid: 12077 + - uid: 4111 components: - type: Transform - pos: 60.5,64.5 + pos: 109.5,161.5 parent: 2 - - uid: 12078 + - uid: 4112 components: - type: Transform - pos: 60.5,65.5 + pos: 110.5,161.5 parent: 2 - - uid: 12079 + - uid: 4113 components: - type: Transform - pos: 81.5,39.5 + pos: 110.5,162.5 parent: 2 - - uid: 12080 + - uid: 4114 components: - type: Transform - pos: 82.5,39.5 + pos: 110.5,163.5 parent: 2 - - uid: 12081 + - uid: 4115 components: - type: Transform - pos: 83.5,39.5 + pos: 110.5,164.5 parent: 2 - - uid: 12082 + - uid: 4116 components: - type: Transform - pos: 84.5,39.5 + pos: 110.5,165.5 parent: 2 - - uid: 12083 + - uid: 4117 components: - type: Transform - pos: 85.5,39.5 + pos: 111.5,165.5 parent: 2 - - uid: 12084 + - uid: 4118 components: - type: Transform - pos: 86.5,39.5 + pos: 111.5,166.5 parent: 2 - - uid: 12085 + - uid: 4119 components: - type: Transform - pos: 87.5,39.5 + pos: 111.5,167.5 parent: 2 - - uid: 12086 + - uid: 4120 components: - type: Transform - pos: 88.5,39.5 + pos: 112.5,167.5 parent: 2 - - uid: 12087 + - uid: 4121 components: - type: Transform - pos: 89.5,39.5 + pos: 112.5,168.5 parent: 2 - - uid: 12088 + - uid: 4122 components: - type: Transform - pos: 90.5,39.5 + pos: 112.5,169.5 parent: 2 - - uid: 12089 + - uid: 4123 components: - type: Transform - pos: 91.5,39.5 + pos: 112.5,170.5 parent: 2 - - uid: 12090 + - uid: 4124 components: - type: Transform - pos: 92.5,39.5 + pos: 112.5,171.5 parent: 2 - - uid: 12091 + - uid: 4125 components: - type: Transform - pos: 93.5,39.5 + pos: 112.5,172.5 parent: 2 - - uid: 12092 + - uid: 4126 components: - type: Transform - pos: 94.5,39.5 + pos: 112.5,173.5 parent: 2 - - uid: 12093 + - uid: 4127 components: - type: Transform - pos: 95.5,39.5 + pos: 112.5,174.5 parent: 2 - - uid: 12094 + - uid: 4128 components: - type: Transform - pos: 96.5,39.5 + pos: 112.5,129.5 parent: 2 - - uid: 12095 + - uid: 4129 components: - type: Transform - pos: 97.5,39.5 + pos: 112.5,128.5 parent: 2 - - uid: 12096 + - uid: 4130 components: - type: Transform - pos: 98.5,39.5 + pos: 112.5,127.5 parent: 2 - - uid: 12097 + - uid: 4131 components: - type: Transform - pos: 99.5,39.5 + pos: 112.5,126.5 parent: 2 - - uid: 12098 + - uid: 4132 components: - type: Transform - pos: 100.5,39.5 + pos: 114.5,87.5 parent: 2 - - uid: 12099 + - uid: 4133 components: - type: Transform - pos: 101.5,39.5 + pos: 114.5,88.5 parent: 2 - - uid: 12100 + - uid: 4134 components: - type: Transform - pos: 102.5,39.5 + pos: 114.5,92.5 parent: 2 - - uid: 12101 + - uid: 4135 components: - type: Transform - pos: 103.5,39.5 + pos: 113.5,86.5 parent: 2 - - uid: 12102 + - uid: 4136 components: - type: Transform - pos: 104.5,39.5 + pos: 77.5,38.5 parent: 2 - - uid: 12103 + - uid: 4137 components: - type: Transform - pos: 59.5,64.5 + pos: 70.5,59.5 parent: 2 - - uid: 12104 + - uid: 4138 components: - type: Transform - pos: 59.5,63.5 + pos: 70.5,58.5 parent: 2 - - uid: 12105 + - uid: 4139 components: - type: Transform - pos: 59.5,62.5 + pos: 70.5,57.5 parent: 2 - - uid: 12106 + - uid: 4140 components: - type: Transform - pos: 59.5,61.5 + pos: 70.5,56.5 parent: 2 - - uid: 12107 + - uid: 4141 components: - type: Transform - pos: 58.5,65.5 + pos: 70.5,55.5 parent: 2 - - uid: 12108 + - uid: 4142 components: - type: Transform - pos: 58.5,64.5 + pos: 70.5,54.5 parent: 2 - - uid: 12109 + - uid: 4143 components: - type: Transform - pos: 58.5,63.5 + pos: 70.5,53.5 parent: 2 - - uid: 12110 + - uid: 4144 components: - type: Transform - pos: 58.5,62.5 + pos: 31.5,60.5 parent: 2 - - uid: 12111 + - uid: 4145 components: - type: Transform - pos: 58.5,61.5 + pos: 78.5,38.5 parent: 2 - - uid: 12112 + - uid: 4146 components: - type: Transform - pos: 57.5,65.5 + pos: 30.5,60.5 parent: 2 - - uid: 12113 + - uid: 4147 components: - type: Transform - pos: 57.5,64.5 + pos: 71.5,38.5 parent: 2 - - uid: 12114 + - uid: 4148 components: - type: Transform - pos: 57.5,63.5 + pos: 23.5,60.5 parent: 2 - - uid: 12115 + - uid: 4149 components: - type: Transform - pos: 57.5,62.5 + pos: 72.5,38.5 parent: 2 - - uid: 12116 + - uid: 4150 components: - type: Transform - pos: 57.5,61.5 + pos: 24.5,60.5 parent: 2 - - uid: 12117 + - uid: 4151 components: - type: Transform - pos: 56.5,65.5 + pos: 74.5,38.5 parent: 2 - - uid: 12118 + - uid: 4152 components: - type: Transform - pos: 56.5,64.5 + pos: 25.5,60.5 parent: 2 - - uid: 12119 + - uid: 4153 components: - type: Transform - pos: 56.5,63.5 + pos: 73.5,38.5 parent: 2 - - uid: 12120 + - uid: 4154 components: - type: Transform - pos: 56.5,62.5 + pos: 26.5,60.5 parent: 2 - - uid: 12121 + - uid: 4155 components: - type: Transform - pos: 56.5,61.5 + pos: 75.5,38.5 parent: 2 - - uid: 12122 + - uid: 4156 components: - type: Transform - pos: 55.5,61.5 + pos: 28.5,60.5 parent: 2 - - uid: 12123 + - uid: 4157 components: - type: Transform - pos: 55.5,62.5 + pos: 76.5,38.5 parent: 2 - - uid: 12124 + - uid: 4158 components: - type: Transform - pos: 55.5,63.5 + pos: 29.5,60.5 parent: 2 - - uid: 12125 + - uid: 4159 components: - type: Transform - pos: 55.5,64.5 + pos: 111.5,112.5 parent: 2 - - uid: 12126 + - uid: 4160 components: - type: Transform - pos: 54.5,64.5 + pos: 110.5,99.5 parent: 2 - - uid: 12127 + - uid: 4161 components: - type: Transform - pos: 54.5,63.5 + pos: 110.5,100.5 parent: 2 - - uid: 12128 + - uid: 4162 components: - type: Transform - pos: 54.5,62.5 + pos: 110.5,97.5 parent: 2 - - uid: 12129 + - uid: 4163 components: - type: Transform - pos: 54.5,61.5 + pos: 110.5,98.5 parent: 2 - - uid: 12130 + - uid: 4164 components: - type: Transform - pos: 33.5,87.5 + pos: 110.5,96.5 parent: 2 - - uid: 12131 + - uid: 4165 components: - type: Transform - pos: 74.5,230.5 + pos: 111.5,110.5 parent: 2 - - uid: 12132 + - uid: 4166 components: - type: Transform - pos: 74.5,231.5 + pos: 111.5,111.5 parent: 2 - - uid: 12133 + - uid: 4167 components: - type: Transform - pos: 73.5,230.5 + pos: 111.5,109.5 parent: 2 - - uid: 12134 + - uid: 4168 components: - type: Transform - pos: 73.5,231.5 + pos: 111.5,108.5 parent: 2 - - uid: 12135 + - uid: 4169 components: - type: Transform - pos: 72.5,230.5 + pos: 110.5,103.5 parent: 2 - - uid: 12136 + - uid: 4170 components: - type: Transform - pos: 72.5,231.5 + pos: 110.5,102.5 parent: 2 - - uid: 12137 + - uid: 4171 components: - type: Transform - pos: 71.5,230.5 + pos: 110.5,108.5 parent: 2 - - uid: 12138 + - uid: 4172 components: - type: Transform - pos: 71.5,231.5 + pos: 110.5,107.5 parent: 2 - - uid: 12139 + - uid: 4173 components: - type: Transform - pos: 70.5,230.5 + pos: 110.5,101.5 parent: 2 - - uid: 12140 + - uid: 4174 components: - type: Transform - pos: 70.5,231.5 + pos: 110.5,105.5 parent: 2 - - uid: 12141 + - uid: 4175 components: - type: Transform - pos: 69.5,230.5 + pos: 110.5,106.5 parent: 2 - - uid: 12142 + - uid: 4176 components: - type: Transform - pos: 69.5,231.5 + pos: 110.5,104.5 parent: 2 - - uid: 12143 + - uid: 4177 components: - type: Transform - pos: 68.5,230.5 + pos: 70.5,39.5 parent: 2 - - uid: 12144 + - uid: 4178 components: - type: Transform - pos: 68.5,231.5 + pos: 70.5,38.5 parent: 2 - - uid: 12145 + - uid: 4179 components: - type: Transform - pos: 67.5,230.5 + pos: 79.5,38.5 parent: 2 - - uid: 12146 + - uid: 4180 components: - type: Transform - pos: 67.5,231.5 + pos: 70.5,44.5 parent: 2 - - uid: 12147 + - uid: 4181 components: - type: Transform - pos: 66.5,230.5 + pos: 70.5,43.5 parent: 2 - - uid: 12148 + - uid: 4182 components: - type: Transform - pos: 66.5,231.5 + pos: 70.5,42.5 parent: 2 - - uid: 12149 + - uid: 4183 components: - type: Transform - pos: 65.5,230.5 + pos: 70.5,41.5 parent: 2 - - uid: 12150 + - uid: 4184 components: - type: Transform - pos: 65.5,231.5 + pos: 82.5,38.5 parent: 2 - - uid: 12151 + - uid: 4185 components: - type: Transform - pos: 64.5,230.5 + pos: 83.5,38.5 parent: 2 - - uid: 12152 + - uid: 4186 components: - type: Transform - pos: 64.5,231.5 + pos: 80.5,38.5 parent: 2 - - uid: 12153 + - uid: 4187 components: - type: Transform - pos: 63.5,230.5 + pos: 81.5,38.5 parent: 2 - - uid: 12154 + - uid: 4188 components: - type: Transform - pos: 63.5,231.5 + pos: 70.5,40.5 parent: 2 - - uid: 12155 + - uid: 4189 components: - type: Transform - pos: 66.5,232.5 + pos: 34.5,111.5 parent: 2 - - uid: 12156 + - uid: 4190 components: - type: Transform - pos: 66.5,233.5 + pos: 35.5,111.5 parent: 2 - - uid: 12157 + - uid: 4191 components: - type: Transform - pos: 66.5,234.5 + pos: 35.5,112.5 parent: 2 - - uid: 12158 + - uid: 4192 components: - type: Transform - pos: 66.5,235.5 + pos: 34.5,110.5 parent: 2 - - uid: 12159 + - uid: 4193 components: - type: Transform - pos: 65.5,232.5 + pos: 37.5,117.5 parent: 2 - - uid: 12160 + - uid: 4194 components: - type: Transform - pos: 65.5,233.5 + pos: 34.5,109.5 parent: 2 - - uid: 12161 + - uid: 4195 components: - type: Transform - pos: 65.5,234.5 + pos: 41.5,127.5 parent: 2 - - uid: 12162 + - uid: 4196 components: - type: Transform - pos: 65.5,235.5 + pos: 113.5,117.5 parent: 2 - - uid: 12163 + - uid: 4197 components: - type: Transform - pos: 64.5,232.5 + pos: 113.5,115.5 parent: 2 - - uid: 12164 + - uid: 4198 components: - type: Transform - pos: 64.5,233.5 + pos: 122.5,216.5 parent: 2 - - uid: 12165 + - uid: 4199 components: - type: Transform - pos: 64.5,234.5 + pos: 36.5,112.5 parent: 2 - - uid: 12166 + - uid: 4200 components: - type: Transform - pos: 64.5,235.5 + pos: 36.5,115.5 parent: 2 - - uid: 12167 + - uid: 4201 components: - type: Transform - pos: 63.5,232.5 + pos: 36.5,116.5 parent: 2 - - uid: 12168 + - uid: 4202 components: - type: Transform - pos: 63.5,233.5 + pos: 113.5,174.5 parent: 2 - - uid: 12169 + - uid: 4203 components: - type: Transform - pos: 63.5,234.5 + pos: 113.5,177.5 parent: 2 - - uid: 12170 + - uid: 4204 components: - type: Transform - pos: 63.5,235.5 + pos: 113.5,178.5 parent: 2 - - uid: 12171 + - uid: 4205 components: - type: Transform - pos: 62.5,234.5 + pos: 113.5,179.5 parent: 2 - - uid: 12172 + - uid: 4206 components: - type: Transform - pos: 62.5,235.5 + pos: 113.5,180.5 parent: 2 - - uid: 12173 + - uid: 4207 components: - type: Transform - pos: 61.5,234.5 + pos: 113.5,181.5 parent: 2 - - uid: 12174 + - uid: 4208 components: - type: Transform - pos: 61.5,235.5 + pos: 36.5,113.5 parent: 2 - - uid: 12175 + - uid: 4209 components: - type: Transform - pos: 60.5,234.5 + pos: 36.5,114.5 parent: 2 - - uid: 12176 + - uid: 4210 components: - type: Transform - pos: 59.5,234.5 + pos: 38.5,118.5 parent: 2 - - uid: 12177 + - uid: 4211 components: - type: Transform - pos: 58.5,234.5 + pos: 38.5,119.5 parent: 2 - - uid: 12178 + - uid: 4212 components: - type: Transform - pos: 57.5,234.5 + pos: 38.5,120.5 parent: 2 - - uid: 12179 + - uid: 4213 components: - type: Transform - pos: 56.5,234.5 + pos: 38.5,121.5 parent: 2 - - uid: 12180 + - uid: 4214 components: - type: Transform - pos: 55.5,234.5 + pos: 38.5,122.5 parent: 2 - - uid: 12181 + - uid: 4215 components: - type: Transform - pos: 88.5,127.5 + pos: 39.5,122.5 parent: 2 - - uid: 12182 + - uid: 4216 components: - type: Transform - pos: 88.5,126.5 + pos: 39.5,123.5 parent: 2 -- proto: N14WallRuins - entities: - - uid: 12183 + - uid: 4217 components: - type: Transform - pos: 28.5,69.5 + pos: 39.5,124.5 parent: 2 - - uid: 12184 + - uid: 4218 components: - type: Transform - pos: 27.5,69.5 + pos: 40.5,125.5 parent: 2 - - uid: 12185 + - uid: 4219 components: - type: Transform - pos: 25.5,65.5 + pos: 40.5,126.5 parent: 2 - - uid: 12186 + - uid: 4220 components: - type: Transform - pos: 27.5,65.5 + pos: 40.5,124.5 parent: 2 - - uid: 12187 + - uid: 4221 components: - type: Transform - pos: 24.5,65.5 + pos: 40.5,127.5 parent: 2 - - uid: 12188 + - uid: 4222 components: - type: Transform - pos: 26.5,65.5 + pos: 41.5,128.5 parent: 2 - - uid: 12189 + - uid: 4223 components: - type: Transform - pos: 24.5,69.5 + pos: 25.5,78.5 parent: 2 - - uid: 12190 + - uid: 4224 components: - type: Transform - pos: 26.5,69.5 + pos: 26.5,78.5 parent: 2 - - uid: 12191 + - uid: 4225 components: - type: Transform - pos: 25.5,69.5 + pos: 25.5,77.5 parent: 2 - - uid: 12192 + - uid: 4226 components: - type: Transform - pos: 23.5,67.5 + pos: 26.5,79.5 parent: 2 - - uid: 12193 + - uid: 4227 components: - type: Transform - pos: 23.5,65.5 + pos: 26.5,80.5 parent: 2 - - uid: 12194 + - uid: 4228 components: - type: Transform - pos: 23.5,69.5 + pos: 27.5,80.5 parent: 2 - - uid: 12195 + - uid: 4229 components: - type: Transform - pos: 23.5,68.5 + pos: 24.5,77.5 parent: 2 - - uid: 12196 + - uid: 4230 components: - type: Transform - pos: 23.5,66.5 + pos: 27.5,81.5 parent: 2 - - uid: 12197 + - uid: 4231 components: - type: Transform - pos: 28.5,65.5 + pos: 28.5,81.5 parent: 2 - - uid: 12198 + - uid: 4232 components: - type: Transform - pos: 29.5,65.5 + pos: 28.5,82.5 parent: 2 - - uid: 12199 + - uid: 4233 components: - type: Transform - pos: 29.5,69.5 + pos: 114.5,91.5 parent: 2 -- proto: N14WallSewerTall - entities: - - uid: 12200 + - uid: 4234 components: - type: Transform - pos: 45.5,89.5 + pos: 114.5,90.5 parent: 2 - - uid: 12201 + - uid: 4235 components: - type: Transform - pos: 45.5,91.5 + pos: 114.5,89.5 parent: 2 - - uid: 12202 + - uid: 4236 components: - type: Transform - pos: 64.5,208.5 + pos: 112.5,85.5 parent: 2 - - uid: 12203 + - uid: 4237 components: - type: Transform - pos: 71.5,80.5 + pos: 113.5,87.5 parent: 2 - - uid: 12204 + - uid: 4238 components: - type: Transform - pos: 79.5,80.5 + pos: 27.5,60.5 parent: 2 - - uid: 12205 + - uid: 4239 components: - type: Transform - pos: 72.5,80.5 + pos: 113.5,93.5 parent: 2 - - uid: 12206 + - uid: 4240 components: - type: Transform - pos: 91.5,203.5 + pos: 113.5,124.5 parent: 2 - - uid: 12207 + - uid: 4241 components: - type: Transform - pos: 76.5,73.5 + pos: 113.5,121.5 parent: 2 - - uid: 12208 + - uid: 4242 components: - type: Transform - pos: 76.5,70.5 + pos: 114.5,93.5 parent: 2 - - uid: 12209 + - uid: 4243 components: - type: Transform - pos: 78.5,74.5 + pos: 112.5,93.5 parent: 2 - - uid: 12210 + - uid: 4244 components: - type: Transform - pos: 79.5,83.5 + pos: 113.5,123.5 parent: 2 - - uid: 12211 + - uid: 4245 components: - type: Transform - pos: 82.5,82.5 + pos: 112.5,125.5 parent: 2 - - uid: 12212 + - uid: 4246 components: - type: Transform - pos: 79.5,82.5 + pos: 111.5,95.5 parent: 2 - - uid: 12213 + - uid: 4247 components: - type: Transform - pos: 83.5,82.5 + pos: 111.5,94.5 parent: 2 - - uid: 12214 + - uid: 4248 components: - type: Transform - pos: 72.5,112.5 + pos: 112.5,94.5 parent: 2 - - uid: 12215 + - uid: 4249 components: - type: Transform - pos: 73.5,119.5 + pos: 113.5,125.5 parent: 2 - - uid: 12216 + - uid: 4250 components: - type: Transform - pos: 78.5,119.5 + pos: 110.5,95.5 parent: 2 - - uid: 12217 + - uid: 4251 components: - type: Transform - pos: 70.5,125.5 + pos: 113.5,113.5 parent: 2 - - uid: 12218 + - uid: 4252 components: - type: Transform - pos: 82.5,120.5 + pos: 113.5,122.5 parent: 2 - - uid: 12219 + - uid: 4253 components: - type: Transform - pos: 93.5,229.5 + pos: 113.5,116.5 parent: 2 - - uid: 12220 + - uid: 4254 components: - type: Transform - pos: 91.5,220.5 + pos: 112.5,112.5 parent: 2 - - uid: 12221 + - uid: 4255 components: - type: Transform - pos: 72.5,116.5 + pos: 113.5,112.5 parent: 2 - - uid: 12222 + - uid: 4256 components: - type: Transform - pos: 72.5,109.5 + pos: 113.5,114.5 parent: 2 - - uid: 12223 + - uid: 4257 components: - type: Transform - pos: 72.5,111.5 + pos: 113.5,118.5 parent: 2 - - uid: 12224 + - uid: 4258 components: - type: Transform - pos: 72.5,115.5 + pos: 113.5,119.5 parent: 2 - - uid: 12225 + - uid: 4259 components: - type: Transform - pos: 72.5,114.5 + pos: 113.5,120.5 parent: 2 - - uid: 12226 + - uid: 4260 components: - type: Transform - pos: 72.5,110.5 + pos: 28.5,83.5 parent: 2 - - uid: 12227 + - uid: 4261 components: - type: Transform - pos: 51.5,98.5 + pos: 29.5,83.5 parent: 2 - - uid: 12228 + - uid: 4262 components: - type: Transform - pos: 86.5,101.5 + pos: 30.5,84.5 parent: 2 - - uid: 12229 + - uid: 4263 components: - type: Transform - pos: 85.5,101.5 + pos: 30.5,85.5 parent: 2 - - uid: 12230 + - uid: 4264 components: - type: Transform - pos: 73.5,147.5 + pos: 29.5,84.5 parent: 2 - - uid: 12231 + - uid: 4265 components: - type: Transform - pos: 51.5,100.5 + pos: 31.5,85.5 parent: 2 - - uid: 12232 + - uid: 4266 components: - type: Transform - pos: 50.5,109.5 + pos: 31.5,86.5 parent: 2 - - uid: 12233 + - uid: 4267 components: - type: Transform - pos: 72.5,84.5 + pos: 31.5,87.5 parent: 2 - - uid: 12234 + - uid: 4268 components: - type: Transform - pos: 71.5,84.5 + pos: 32.5,87.5 parent: 2 - - uid: 12235 + - uid: 4269 components: - type: Transform - pos: 70.5,84.5 + pos: 32.5,88.5 parent: 2 - - uid: 12236 + - uid: 4270 components: - type: Transform - pos: 69.5,84.5 + pos: 33.5,88.5 parent: 2 - - uid: 12237 + - uid: 4271 components: - type: Transform - pos: 68.5,84.5 + pos: 33.5,89.5 parent: 2 - - uid: 12238 + - uid: 4272 components: - type: Transform - pos: 68.5,85.5 + pos: 33.5,93.5 parent: 2 - - uid: 12239 + - uid: 4273 components: - type: Transform - pos: 68.5,86.5 + pos: 33.5,94.5 parent: 2 - - uid: 12240 + - uid: 4274 components: - type: Transform - pos: 68.5,87.5 + pos: 33.5,95.5 parent: 2 - - uid: 12241 + - uid: 4275 components: - type: Transform - pos: 48.5,113.5 + pos: 33.5,92.5 parent: 2 - - uid: 12242 + - uid: 4276 components: - type: Transform - pos: 51.5,104.5 + pos: 33.5,91.5 parent: 2 - - uid: 12243 + - uid: 4277 components: - type: Transform - pos: 51.5,97.5 + pos: 33.5,90.5 parent: 2 - - uid: 12244 + - uid: 4278 components: - type: Transform - pos: 50.5,108.5 + pos: 32.5,86.5 parent: 2 - - uid: 12245 + - uid: 4279 components: - type: Transform - pos: 49.5,113.5 + pos: 36.5,86.5 parent: 2 - - uid: 12246 + - uid: 4280 components: - type: Transform - pos: 51.5,106.5 + pos: 37.5,86.5 parent: 2 - - uid: 12247 + - uid: 4281 components: - type: Transform - pos: 51.5,101.5 + pos: 38.5,86.5 parent: 2 - - uid: 12248 + - uid: 4282 components: - type: Transform - pos: 61.5,89.5 + pos: 39.5,86.5 parent: 2 - - uid: 12249 + - uid: 4283 components: - type: Transform - pos: 60.5,89.5 + pos: 34.5,86.5 parent: 2 - - uid: 12250 + - uid: 4284 components: - type: Transform - pos: 59.5,89.5 + pos: 35.5,86.5 parent: 2 - - uid: 12251 + - uid: 4285 components: - type: Transform - pos: 59.5,88.5 + pos: 40.5,86.5 parent: 2 - - uid: 12252 + - uid: 4286 components: - type: Transform - pos: 46.5,115.5 + pos: 41.5,81.5 parent: 2 - - uid: 12253 + - uid: 4287 components: - type: Transform - pos: 68.5,88.5 + pos: 33.5,96.5 parent: 2 - - uid: 12254 + - uid: 4288 components: - type: Transform - pos: 68.5,89.5 + pos: 41.5,83.5 parent: 2 - - uid: 12255 + - uid: 4289 components: - type: Transform - pos: 67.5,89.5 + pos: 41.5,86.5 parent: 2 - - uid: 12256 + - uid: 4290 components: - type: Transform - pos: 66.5,89.5 + pos: 41.5,82.5 parent: 2 - - uid: 12257 + - uid: 4291 components: - type: Transform - pos: 65.5,89.5 + pos: 41.5,85.5 parent: 2 - - uid: 12258 + - uid: 4292 components: - type: Transform - pos: 63.5,89.5 + pos: 41.5,84.5 parent: 2 - - uid: 12259 + - uid: 4293 components: - type: Transform - pos: 59.5,87.5 + pos: 41.5,80.5 parent: 2 - - uid: 12260 + - uid: 4294 components: - type: Transform - pos: 60.5,88.5 + pos: 41.5,77.5 parent: 2 - - uid: 12261 + - uid: 4295 components: - type: Transform - pos: 79.5,154.5 + pos: 41.5,79.5 parent: 2 - - uid: 12262 + - uid: 4296 components: - type: Transform - pos: 79.5,158.5 + pos: 41.5,78.5 parent: 2 - - uid: 12263 + - uid: 4297 components: - type: Transform - pos: 79.5,156.5 + pos: 33.5,98.5 parent: 2 - - uid: 12264 + - uid: 4298 components: - type: Transform - pos: 79.5,155.5 + pos: 33.5,99.5 parent: 2 - - uid: 12265 + - uid: 4299 components: - type: Transform - pos: 86.5,103.5 + pos: 33.5,102.5 parent: 2 - - uid: 12266 + - uid: 4300 components: - type: Transform - pos: 80.5,106.5 + pos: 33.5,100.5 parent: 2 - - uid: 12267 + - uid: 4301 components: - type: Transform - pos: 80.5,107.5 + pos: 33.5,101.5 parent: 2 - - uid: 12268 + - uid: 4302 components: - type: Transform - pos: 80.5,108.5 + pos: 33.5,105.5 parent: 2 - - uid: 12269 + - uid: 4303 components: - type: Transform - pos: 76.5,112.5 + pos: 33.5,104.5 parent: 2 - - uid: 12270 + - uid: 4304 components: - type: Transform - pos: 82.5,108.5 + pos: 33.5,103.5 parent: 2 - - uid: 12271 + - uid: 4305 components: - type: Transform - pos: 81.5,108.5 + pos: 33.5,106.5 parent: 2 - - uid: 12272 + - uid: 4306 components: - type: Transform - pos: 78.5,106.5 + pos: 33.5,107.5 parent: 2 - - uid: 12273 + - uid: 4307 components: - type: Transform - pos: 79.5,106.5 + pos: 33.5,108.5 parent: 2 - - uid: 12274 + - uid: 4308 components: - type: Transform - pos: 83.5,108.5 + pos: 41.5,130.5 parent: 2 - - uid: 12275 + - uid: 4309 components: - type: Transform - pos: 78.5,112.5 + pos: 33.5,109.5 parent: 2 - - uid: 12276 + - uid: 4310 components: - type: Transform - pos: 83.5,107.5 + pos: 41.5,129.5 parent: 2 - - uid: 12277 + - uid: 4311 components: - type: Transform - pos: 86.5,104.5 + pos: 112.5,86.5 parent: 2 - - uid: 12278 + - uid: 4312 components: - type: Transform - pos: 74.5,116.5 + rot: 3.141592653589793 rad + pos: 116.5,177.5 parent: 2 - - uid: 12279 + - uid: 4313 components: - type: Transform - pos: 72.5,113.5 + rot: 3.141592653589793 rad + pos: 115.5,177.5 parent: 2 - - uid: 12280 + - uid: 4314 components: - type: Transform - pos: 83.5,106.5 + rot: 3.141592653589793 rad + pos: 114.5,177.5 parent: 2 - - uid: 12281 + - uid: 4315 components: - type: Transform - pos: 86.5,105.5 + pos: 112.5,188.5 parent: 2 - - uid: 12282 + - uid: 4316 components: - type: Transform - pos: 73.5,116.5 + rot: 3.141592653589793 rad + pos: 112.5,187.5 parent: 2 - - uid: 12283 + - uid: 4317 components: - type: Transform - pos: 76.5,114.5 + rot: 3.141592653589793 rad + pos: 112.5,186.5 parent: 2 - - uid: 12284 + - uid: 4318 components: - type: Transform - pos: 76.5,115.5 + rot: 3.141592653589793 rad + pos: 112.5,185.5 parent: 2 - - uid: 12285 + - uid: 4319 components: - type: Transform - pos: 76.5,116.5 + rot: 3.141592653589793 rad + pos: 113.5,183.5 parent: 2 - - uid: 12286 + - uid: 4320 components: - type: Transform - pos: 83.5,105.5 + rot: 3.141592653589793 rad + pos: 113.5,182.5 parent: 2 - - uid: 12287 + - uid: 4321 components: - type: Transform - pos: 84.5,105.5 + rot: 3.141592653589793 rad + pos: 114.5,183.5 parent: 2 - - uid: 12288 + - uid: 4322 components: - type: Transform - pos: 85.5,105.5 + rot: 3.141592653589793 rad + pos: 114.5,182.5 parent: 2 - - uid: 12289 + - uid: 4323 components: - type: Transform - pos: 76.5,119.5 + rot: 3.141592653589793 rad + pos: 114.5,181.5 parent: 2 - - uid: 12290 + - uid: 4324 components: - type: Transform - pos: 80.5,63.5 + rot: 3.141592653589793 rad + pos: 114.5,180.5 parent: 2 - - uid: 12291 + - uid: 4325 components: - type: Transform - pos: 91.5,226.5 + rot: 3.141592653589793 rad + pos: 114.5,179.5 parent: 2 - - uid: 12292 + - uid: 4326 components: - type: Transform - pos: 73.5,108.5 + rot: 3.141592653589793 rad + pos: 114.5,178.5 parent: 2 - - uid: 12293 + - uid: 4327 components: - type: Transform - pos: 72.5,108.5 + rot: 3.141592653589793 rad + pos: 115.5,183.5 parent: 2 - - uid: 12294 + - uid: 4328 components: - type: Transform - pos: 75.5,108.5 + rot: 3.141592653589793 rad + pos: 115.5,182.5 parent: 2 - - uid: 12295 + - uid: 4329 components: - type: Transform - pos: 76.5,108.5 + rot: 3.141592653589793 rad + pos: 115.5,181.5 parent: 2 - - uid: 12296 + - uid: 4330 components: - type: Transform - pos: 76.5,107.5 + rot: 3.141592653589793 rad + pos: 115.5,180.5 parent: 2 - - uid: 12297 + - uid: 4331 components: - type: Transform - pos: 76.5,106.5 + rot: 3.141592653589793 rad + pos: 115.5,179.5 parent: 2 - - uid: 12298 + - uid: 4332 components: - type: Transform - pos: 86.5,102.5 + rot: 3.141592653589793 rad + pos: 115.5,178.5 parent: 2 - - uid: 12299 + - uid: 4333 components: - type: Transform - pos: 77.5,112.5 + rot: 3.141592653589793 rad + pos: 116.5,183.5 parent: 2 - - uid: 12300 + - uid: 4334 components: - type: Transform - pos: 77.5,106.5 + rot: 3.141592653589793 rad + pos: 116.5,182.5 parent: 2 - - uid: 12301 + - uid: 4335 components: - type: Transform - pos: 76.5,113.5 + rot: 3.141592653589793 rad + pos: 116.5,181.5 parent: 2 - - uid: 12302 + - uid: 4336 components: - type: Transform - pos: 74.5,108.5 + rot: 3.141592653589793 rad + pos: 116.5,180.5 parent: 2 - - uid: 12303 + - uid: 4337 components: - type: Transform - pos: 91.5,212.5 + rot: 3.141592653589793 rad + pos: 116.5,179.5 parent: 2 - - uid: 12304 + - uid: 4338 components: - type: Transform - pos: 92.5,229.5 + rot: 3.141592653589793 rad + pos: 116.5,178.5 parent: 2 - - uid: 12305 + - uid: 4339 components: - type: Transform - pos: 94.5,229.5 + pos: 62.5,269.5 parent: 2 - - uid: 12306 + - uid: 4340 components: - type: Transform - pos: 76.5,74.5 + pos: 37.5,118.5 parent: 2 - - uid: 12307 + - uid: 4341 components: - type: Transform - pos: 76.5,68.5 + pos: 37.5,116.5 parent: 2 - - uid: 12308 + - uid: 4342 components: - type: Transform - pos: 76.5,72.5 + pos: 46.5,194.5 parent: 2 - - uid: 12309 + - uid: 4343 components: - type: Transform - pos: 79.5,150.5 + pos: 49.5,146.5 parent: 2 - - uid: 12310 + - uid: 4344 components: - type: Transform - pos: 79.5,153.5 + pos: 45.5,197.5 parent: 2 - - uid: 12311 + - uid: 4345 components: - type: Transform - pos: 79.5,152.5 + pos: 67.5,265.5 parent: 2 - - uid: 12312 + - uid: 4346 components: - type: Transform - pos: 79.5,151.5 + pos: 50.5,164.5 parent: 2 - - uid: 12313 + - uid: 4347 components: - type: Transform - pos: 79.5,149.5 + pos: 49.5,147.5 parent: 2 - - uid: 12314 + - uid: 4348 components: - type: Transform - pos: 79.5,157.5 + pos: 49.5,149.5 parent: 2 - - uid: 12315 + - uid: 4349 components: - type: Transform - pos: 98.5,229.5 + pos: 49.5,148.5 parent: 2 - - uid: 12316 + - uid: 4350 components: - type: Transform - pos: 96.5,229.5 + pos: 49.5,153.5 parent: 2 - - uid: 12317 + - uid: 4351 components: - type: Transform - pos: 91.5,227.5 + pos: 49.5,154.5 parent: 2 - - uid: 12318 + - uid: 4352 components: - type: Transform - pos: 91.5,228.5 + pos: 49.5,152.5 parent: 2 - - uid: 12319 + - uid: 4353 components: - type: Transform - pos: 91.5,229.5 + pos: 49.5,155.5 parent: 2 - - uid: 12320 + - uid: 4354 components: - type: Transform - pos: 91.5,213.5 + pos: 84.5,125.5 parent: 2 - - uid: 12321 + - uid: 4355 components: - type: Transform - pos: 91.5,207.5 + pos: 49.5,150.5 parent: 2 - - uid: 12322 + - uid: 4356 components: - type: Transform - pos: 91.5,215.5 + pos: 48.5,178.5 parent: 2 - - uid: 12323 + - uid: 4357 components: - type: Transform - pos: 91.5,217.5 + pos: 122.5,214.5 parent: 2 - - uid: 12324 + - uid: 4358 components: - type: Transform - pos: 50.5,112.5 + pos: 122.5,215.5 parent: 2 - - uid: 12325 + - uid: 4359 components: - type: Transform - pos: 74.5,119.5 + pos: 96.5,237.5 parent: 2 - - uid: 12326 + - uid: 4360 components: - type: Transform - pos: 71.5,119.5 + pos: 114.5,228.5 parent: 2 - - uid: 12327 + - uid: 4361 components: - type: Transform - pos: 72.5,119.5 + pos: 121.5,228.5 parent: 2 - - uid: 12328 + - uid: 4362 components: - type: Transform - pos: 71.5,125.5 + pos: 111.5,228.5 parent: 2 - - uid: 12329 + - uid: 4363 components: - type: Transform - pos: 77.5,119.5 + pos: 109.5,228.5 parent: 2 - - uid: 12330 + - uid: 4364 components: - type: Transform - pos: 75.5,119.5 + pos: 107.5,228.5 parent: 2 - - uid: 12331 + - uid: 4365 components: - type: Transform - pos: 80.5,82.5 + pos: 108.5,228.5 parent: 2 - - uid: 12332 + - uid: 4366 components: - type: Transform - pos: 81.5,83.5 + pos: 120.5,230.5 parent: 2 - - uid: 12333 + - uid: 4367 components: - type: Transform - pos: 84.5,51.5 + pos: 106.5,228.5 parent: 2 - - uid: 12334 + - uid: 4368 components: - type: Transform - pos: 81.5,80.5 + pos: 121.5,229.5 parent: 2 - - uid: 12335 + - uid: 4369 components: - type: Transform - pos: 81.5,81.5 + pos: 96.5,235.5 parent: 2 - - uid: 12336 + - uid: 4370 components: - type: Transform - pos: 77.5,74.5 + pos: 103.5,237.5 parent: 2 - - uid: 12337 + - uid: 4371 components: - type: Transform - pos: 81.5,76.5 + pos: 116.5,228.5 parent: 2 - - uid: 12338 + - uid: 4372 components: - type: Transform - pos: 83.5,83.5 + pos: 115.5,228.5 parent: 2 - - uid: 12339 + - uid: 4373 components: - type: Transform - pos: 81.5,78.5 + pos: 96.5,236.5 parent: 2 - - uid: 12340 + - uid: 4374 components: - type: Transform - pos: 81.5,77.5 + pos: 103.5,232.5 parent: 2 - - uid: 12341 + - uid: 4375 components: - type: Transform - pos: 81.5,75.5 + pos: 103.5,229.5 parent: 2 - - uid: 12342 + - uid: 4376 components: - type: Transform - pos: 80.5,74.5 + pos: 103.5,230.5 parent: 2 - - uid: 12343 + - uid: 4377 components: - type: Transform - pos: 81.5,74.5 + pos: 103.5,239.5 parent: 2 - - uid: 12344 + - uid: 4378 components: - type: Transform - pos: 70.5,124.5 + pos: 103.5,233.5 parent: 2 - - uid: 12345 + - uid: 4379 components: - type: Transform - pos: 70.5,123.5 + pos: 103.5,231.5 parent: 2 - - uid: 12346 + - uid: 4380 components: - type: Transform - pos: 79.5,119.5 + pos: 103.5,234.5 parent: 2 - - uid: 12347 + - uid: 4381 components: - type: Transform - pos: 80.5,52.5 + pos: 103.5,235.5 parent: 2 - - uid: 12348 + - uid: 4382 components: - type: Transform - pos: 80.5,54.5 + pos: 103.5,240.5 parent: 2 - - uid: 12349 + - uid: 4383 components: - type: Transform - pos: 80.5,53.5 + pos: 122.5,219.5 parent: 2 - - uid: 12350 + - uid: 4384 components: - type: Transform - pos: 60.5,87.5 + pos: 122.5,228.5 parent: 2 - - uid: 12351 + - uid: 4385 components: - type: Transform - pos: 91.5,216.5 + pos: 117.5,228.5 parent: 2 - - uid: 12352 + - uid: 4386 components: - type: Transform - pos: 91.5,214.5 + pos: 104.5,228.5 parent: 2 - - uid: 12353 + - uid: 4387 components: - type: Transform - pos: 76.5,69.5 + pos: 118.5,228.5 parent: 2 - - uid: 12354 + - uid: 4388 components: - type: Transform - pos: 91.5,218.5 + pos: 105.5,228.5 parent: 2 - - uid: 12355 + - uid: 4389 components: - type: Transform - pos: 84.5,62.5 + pos: 119.5,228.5 parent: 2 - - uid: 12356 + - uid: 4390 components: - type: Transform - pos: 84.5,54.5 + pos: 103.5,228.5 parent: 2 - - uid: 12357 + - uid: 4391 components: - type: Transform - pos: 84.5,56.5 + pos: 120.5,228.5 parent: 2 - - uid: 12358 + - uid: 4392 components: - type: Transform - pos: 80.5,60.5 + pos: 96.5,238.5 parent: 2 - - uid: 12359 + - uid: 4393 components: - type: Transform - pos: 80.5,55.5 + pos: 96.5,240.5 parent: 2 - - uid: 12360 + - uid: 4394 components: - type: Transform - pos: 80.5,51.5 + pos: 96.5,239.5 parent: 2 - - uid: 12361 + - uid: 4395 components: - type: Transform - pos: 80.5,58.5 + pos: 96.5,241.5 parent: 2 - - uid: 12362 + - uid: 4396 components: - type: Transform - pos: 80.5,59.5 + pos: 96.5,242.5 parent: 2 - - uid: 12363 + - uid: 4397 components: - type: Transform - pos: 80.5,49.5 + pos: 106.5,240.5 parent: 2 - - uid: 12364 + - uid: 4398 components: - type: Transform - pos: 86.5,78.5 + pos: 119.5,238.5 parent: 2 - - uid: 12365 + - uid: 4399 components: - type: Transform - pos: 84.5,55.5 + pos: 122.5,227.5 parent: 2 - - uid: 12366 + - uid: 4400 components: - type: Transform - pos: 84.5,53.5 + pos: 120.5,237.5 parent: 2 - - uid: 12367 + - uid: 4401 components: - type: Transform - pos: 84.5,52.5 + pos: 110.5,228.5 parent: 2 - - uid: 12368 + - uid: 4402 components: - type: Transform - pos: 84.5,63.5 + pos: 112.5,228.5 parent: 2 - - uid: 12369 + - uid: 4403 components: - type: Transform - pos: 84.5,61.5 + pos: 113.5,228.5 parent: 2 - - uid: 12370 + - uid: 4404 components: - type: Transform - pos: 84.5,64.5 + pos: 115.5,241.5 parent: 2 - - uid: 12371 + - uid: 4405 components: - type: Transform - pos: 76.5,67.5 + pos: 118.5,238.5 parent: 2 - - uid: 12372 + - uid: 4406 components: - type: Transform - pos: 49.5,95.5 + pos: 112.5,241.5 parent: 2 - - uid: 12373 + - uid: 4407 components: - type: Transform - pos: 79.5,129.5 + pos: 117.5,240.5 parent: 2 - - uid: 12374 + - uid: 4408 components: - type: Transform - pos: 79.5,120.5 + pos: 116.5,240.5 parent: 2 - - uid: 12375 + - uid: 4409 components: - type: Transform - pos: 75.5,146.5 + pos: 118.5,239.5 parent: 2 - - uid: 12376 + - uid: 4410 components: - type: Transform - pos: 70.5,120.5 + pos: 117.5,239.5 parent: 2 - - uid: 12377 + - uid: 4411 components: - type: Transform - pos: 75.5,135.5 + pos: 116.5,241.5 parent: 2 - - uid: 12378 + - uid: 4412 components: - type: Transform - pos: 79.5,142.5 + pos: 107.5,240.5 parent: 2 - - uid: 12379 + - uid: 4413 components: - type: Transform - pos: 79.5,134.5 + pos: 114.5,241.5 parent: 2 - - uid: 12380 + - uid: 4414 components: - type: Transform - pos: 85.5,71.5 + pos: 110.5,240.5 parent: 2 - - uid: 12381 + - uid: 4415 components: - type: Transform - pos: 85.5,72.5 + pos: 109.5,240.5 parent: 2 - - uid: 12382 + - uid: 4416 components: - type: Transform - pos: 97.5,119.5 + pos: 108.5,240.5 parent: 2 - - uid: 12383 + - uid: 4417 components: - type: Transform - pos: 91.5,97.5 + pos: 112.5,240.5 parent: 2 - - uid: 12384 + - uid: 4418 components: - type: Transform - pos: 92.5,97.5 + pos: 111.5,240.5 parent: 2 - - uid: 12385 + - uid: 4419 components: - type: Transform - pos: 55.5,81.5 + pos: 113.5,241.5 parent: 2 - - uid: 12386 + - uid: 4420 components: - type: Transform - pos: 75.5,137.5 + pos: 105.5,240.5 parent: 2 - - uid: 12387 + - uid: 4421 components: - type: Transform - pos: 87.5,86.5 + pos: 96.5,243.5 parent: 2 - - uid: 12388 + - uid: 4422 components: - type: Transform - pos: 98.5,119.5 + pos: 103.5,241.5 parent: 2 - - uid: 12389 + - uid: 4423 components: - type: Transform - pos: 76.5,66.5 + pos: 104.5,241.5 parent: 2 - - uid: 12390 + - uid: 4424 components: - type: Transform - pos: 70.5,119.5 + pos: 105.5,241.5 parent: 2 - - uid: 12391 + - uid: 4425 components: - type: Transform - pos: 72.5,125.5 + pos: 122.5,218.5 parent: 2 - - uid: 12392 + - uid: 4426 components: - type: Transform - pos: 76.5,65.5 + pos: 122.5,217.5 parent: 2 - - uid: 12393 + - uid: 4427 components: - type: Transform - pos: 80.5,61.5 + pos: 122.5,220.5 parent: 2 - - uid: 12394 + - uid: 4428 components: - type: Transform - pos: 80.5,57.5 + pos: 123.5,220.5 parent: 2 - - uid: 12395 + - uid: 4429 components: - type: Transform - pos: 82.5,91.5 + pos: 123.5,221.5 parent: 2 - - uid: 12396 + - uid: 4430 components: - type: Transform - pos: 82.5,101.5 + pos: 124.5,221.5 parent: 2 - - uid: 12397 + - uid: 4431 components: - type: Transform - pos: 49.5,93.5 + pos: 124.5,222.5 parent: 2 - - uid: 12398 + - uid: 4432 components: - type: Transform - pos: 82.5,99.5 + pos: 124.5,223.5 parent: 2 - - uid: 12399 + - uid: 4433 components: - type: Transform - pos: 82.5,88.5 + pos: 124.5,224.5 parent: 2 - - uid: 12400 + - uid: 4434 components: - type: Transform - pos: 82.5,87.5 + pos: 124.5,225.5 parent: 2 - - uid: 12401 + - uid: 4435 components: - type: Transform - pos: 82.5,96.5 + pos: 124.5,226.5 parent: 2 - - uid: 12402 + - uid: 4436 components: - type: Transform - pos: 84.5,101.5 + pos: 124.5,227.5 parent: 2 - - uid: 12403 + - uid: 4437 components: - type: Transform - pos: 81.5,87.5 + pos: 123.5,227.5 parent: 2 - - uid: 12404 + - uid: 4438 components: - type: Transform - pos: 83.5,101.5 + pos: 123.5,228.5 parent: 2 - - uid: 12405 + - uid: 4439 components: - type: Transform - pos: 82.5,89.5 + pos: 119.5,237.5 parent: 2 - - uid: 12406 + - uid: 4440 components: - type: Transform - pos: 82.5,100.5 + pos: 119.5,236.5 parent: 2 - - uid: 12407 + - uid: 4441 components: - type: Transform - pos: 80.5,96.5 + pos: 118.5,236.5 parent: 2 - - uid: 12408 + - uid: 4443 components: - type: Transform - pos: 48.5,89.5 + pos: 118.5,234.5 parent: 2 - - uid: 12409 + - uid: 4444 components: - type: Transform - pos: 47.5,102.5 + pos: 119.5,234.5 parent: 2 - - uid: 12410 + - uid: 4445 components: - type: Transform - pos: 46.5,107.5 + pos: 119.5,233.5 parent: 2 - - uid: 12411 + - uid: 4446 components: - type: Transform - pos: 91.5,219.5 + pos: 119.5,232.5 parent: 2 - - uid: 12412 + - uid: 4447 components: - type: Transform - pos: 45.5,97.5 + pos: 119.5,231.5 parent: 2 - - uid: 12413 + - uid: 4448 components: - type: Transform - pos: 79.5,96.5 + pos: 120.5,231.5 parent: 2 - - uid: 12414 + - uid: 4449 components: - type: Transform - pos: 55.5,83.5 + pos: 121.5,230.5 parent: 2 - - uid: 12415 + - uid: 4450 components: - type: Transform - pos: 82.5,90.5 + pos: 122.5,229.5 parent: 2 - - uid: 12416 + - uid: 4451 components: - type: Transform - pos: 82.5,98.5 + pos: 114.5,45.5 parent: 2 - - uid: 12417 + - uid: 4470 components: - type: Transform - pos: 82.5,97.5 + pos: 89.5,168.5 parent: 2 - - uid: 12418 + - uid: 4471 components: - type: Transform - pos: 91.5,209.5 + pos: 90.5,168.5 parent: 2 - - uid: 12419 + - uid: 4472 components: - type: Transform - pos: 59.5,79.5 + pos: 91.5,168.5 parent: 2 - - uid: 12420 + - uid: 4473 components: - type: Transform - pos: 50.5,113.5 + pos: 92.5,168.5 parent: 2 - - uid: 12421 + - uid: 4474 components: - type: Transform - pos: 95.5,229.5 + pos: 93.5,168.5 parent: 2 - - uid: 12422 + - uid: 4475 components: - type: Transform - pos: 64.5,83.5 + pos: 94.5,168.5 parent: 2 - - uid: 12423 + - uid: 4476 components: - type: Transform - pos: 51.5,96.5 + pos: 95.5,168.5 parent: 2 - - uid: 12424 + - uid: 4477 components: - type: Transform - pos: 80.5,64.5 + pos: 96.5,168.5 parent: 2 - - uid: 12425 + - uid: 4478 components: - type: Transform - pos: 58.5,76.5 + pos: 97.5,168.5 parent: 2 - - uid: 12426 + - uid: 4479 components: - type: Transform - pos: 70.5,122.5 + pos: 98.5,168.5 parent: 2 - - uid: 12427 + - uid: 4480 components: - type: Transform - pos: 70.5,121.5 + pos: 99.5,168.5 parent: 2 - - uid: 12428 + - uid: 4481 components: - type: Transform - pos: 55.5,91.5 + pos: 100.5,168.5 parent: 2 - - uid: 12429 + - uid: 4482 components: - type: Transform - pos: 55.5,90.5 + pos: 101.5,168.5 parent: 2 - - uid: 12430 + - uid: 4483 components: - type: Transform - pos: 91.5,208.5 + pos: 102.5,168.5 parent: 2 - - uid: 12431 + - uid: 4484 components: - type: Transform - pos: 79.5,81.5 + pos: 103.5,168.5 parent: 2 - - uid: 12432 + - uid: 4485 components: - type: Transform - pos: 43.5,109.5 + pos: 104.5,168.5 parent: 2 - - uid: 12433 + - uid: 4486 components: - type: Transform - pos: 79.5,74.5 + pos: 105.5,168.5 parent: 2 - - uid: 12434 + - uid: 4487 components: - type: Transform - pos: 59.5,78.5 + pos: 106.5,168.5 parent: 2 - - uid: 12435 + - uid: 4488 components: - type: Transform - pos: 81.5,79.5 + pos: 107.5,168.5 parent: 2 - - uid: 12436 + - uid: 4489 components: - type: Transform - pos: 47.5,113.5 + pos: 108.5,168.5 parent: 2 - - uid: 12437 + - uid: 4490 components: - type: Transform - pos: 77.5,65.5 + pos: 109.5,168.5 parent: 2 - - uid: 12438 + - uid: 4491 components: - type: Transform - pos: 79.5,65.5 + pos: 110.5,168.5 parent: 2 - - uid: 12439 + - uid: 4492 components: - type: Transform - pos: 46.5,108.5 + pos: 111.5,168.5 parent: 2 - - uid: 12440 + - uid: 4493 components: - type: Transform - pos: 50.5,116.5 + pos: 108.5,157.5 parent: 2 - - uid: 12441 + - uid: 4494 components: - type: Transform - pos: 80.5,83.5 + pos: 107.5,157.5 parent: 2 - - uid: 12442 + - uid: 4495 components: - type: Transform - pos: 48.5,83.5 + pos: 106.5,157.5 parent: 2 - - uid: 12443 + - uid: 4496 components: - type: Transform - pos: 47.5,103.5 + pos: 105.5,157.5 parent: 2 - - uid: 12444 + - uid: 4497 components: - type: Transform - pos: 54.5,78.5 + pos: 104.5,157.5 parent: 2 - - uid: 12445 + - uid: 4498 components: - type: Transform - pos: 47.5,116.5 + pos: 103.5,157.5 parent: 2 - - uid: 12446 + - uid: 4499 components: - type: Transform - pos: 80.5,56.5 + pos: 102.5,157.5 parent: 2 - - uid: 12447 + - uid: 4500 components: - type: Transform - pos: 76.5,71.5 + pos: 101.5,157.5 parent: 2 - - uid: 12448 + - uid: 4501 components: - type: Transform - pos: 99.5,229.5 + pos: 100.5,157.5 parent: 2 - - uid: 12449 + - uid: 4502 components: - type: Transform - pos: 73.5,125.5 + pos: 99.5,157.5 parent: 2 - - uid: 12450 + - uid: 4503 components: - type: Transform - pos: 74.5,124.5 + pos: 98.5,157.5 parent: 2 - - uid: 12451 + - uid: 4504 components: - type: Transform - pos: 82.5,112.5 + pos: 97.5,157.5 parent: 2 - - uid: 12452 + - uid: 4505 components: - type: Transform - pos: 83.5,118.5 + pos: 96.5,157.5 parent: 2 - - uid: 12453 + - uid: 4506 components: - type: Transform - pos: 74.5,123.5 + pos: 95.5,157.5 parent: 2 - - uid: 12454 + - uid: 4507 components: - type: Transform - pos: 80.5,112.5 + pos: 94.5,157.5 parent: 2 - - uid: 12455 + - uid: 4508 components: - type: Transform - pos: 80.5,87.5 + pos: 93.5,157.5 parent: 2 - - uid: 12456 + - uid: 4509 components: - type: Transform - pos: 75.5,87.5 + pos: 92.5,157.5 parent: 2 - - uid: 12457 + - uid: 4510 components: - type: Transform - pos: 81.5,96.5 + pos: 91.5,157.5 parent: 2 - - uid: 12458 + - uid: 4511 components: - type: Transform - pos: 87.5,90.5 + pos: 90.5,157.5 parent: 2 - - uid: 12459 + - uid: 4512 components: - type: Transform - pos: 86.5,90.5 + pos: 89.5,157.5 parent: 2 - - uid: 12460 + - uid: 4513 components: - type: Transform - pos: 85.5,124.5 + pos: 88.5,157.5 parent: 2 - - uid: 12461 + - uid: 4514 components: - type: Transform - pos: 85.5,76.5 + pos: 87.5,157.5 parent: 2 - - uid: 12462 + - uid: 4515 components: - type: Transform - pos: 85.5,78.5 + pos: 86.5,157.5 parent: 2 - - uid: 12463 + - uid: 4516 components: - type: Transform - pos: 87.5,79.5 + pos: 85.5,157.5 parent: 2 - - uid: 12464 + - uid: 4517 components: - type: Transform - pos: 87.5,78.5 + pos: 88.5,168.5 parent: 2 - - uid: 12465 + - uid: 4518 components: - type: Transform - pos: 87.5,88.5 + pos: 87.5,168.5 parent: 2 - - uid: 12466 + - uid: 4519 components: - type: Transform - pos: 85.5,77.5 + pos: 86.5,168.5 parent: 2 - - uid: 12467 + - uid: 4520 components: - type: Transform - pos: 100.5,229.5 + pos: 85.5,168.5 parent: 2 - - uid: 12468 + - uid: 4521 components: - type: Transform - pos: 86.5,97.5 + pos: 84.5,168.5 parent: 2 - - uid: 12469 + - uid: 4522 components: - type: Transform - pos: 101.5,126.5 + pos: 84.5,167.5 parent: 2 - - uid: 12470 + - uid: 4523 components: - type: Transform - pos: 85.5,73.5 + pos: 84.5,166.5 parent: 2 - - uid: 12471 + - uid: 4524 components: - type: Transform - pos: 102.5,130.5 + pos: 84.5,165.5 parent: 2 - - uid: 12472 + - uid: 4525 components: - type: Transform - pos: 83.5,70.5 + pos: 84.5,164.5 parent: 2 - - uid: 12473 + - uid: 4526 components: - type: Transform - pos: 87.5,82.5 + pos: 84.5,163.5 parent: 2 - - uid: 12474 + - uid: 4527 components: - type: Transform - pos: 83.5,69.5 + pos: 84.5,162.5 parent: 2 - - uid: 12475 + - uid: 4528 components: - type: Transform - pos: 92.5,100.5 + pos: 84.5,161.5 parent: 2 - - uid: 12476 + - uid: 4529 components: - type: Transform - pos: 92.5,99.5 + pos: 84.5,160.5 parent: 2 - - uid: 12477 + - uid: 4530 components: - type: Transform - pos: 87.5,84.5 + pos: 84.5,159.5 parent: 2 - - uid: 12478 + - uid: 4531 components: - type: Transform - pos: 88.5,97.5 + pos: 84.5,158.5 parent: 2 - - uid: 12479 + - uid: 4532 components: - type: Transform - pos: 92.5,98.5 + pos: 84.5,157.5 parent: 2 - - uid: 12480 + - uid: 4533 components: - type: Transform - pos: 85.5,74.5 + rot: -1.5707963267948966 rad + pos: 103.5,242.5 parent: 2 - - uid: 12481 + - uid: 4534 components: - type: Transform - pos: 99.5,119.5 + pos: 49.5,151.5 parent: 2 - - uid: 12482 + - uid: 4536 components: - type: Transform - pos: 85.5,75.5 + pos: 111.5,84.5 parent: 2 - - uid: 12483 + - uid: 4537 components: - type: Transform - pos: 101.5,120.5 + pos: 111.5,85.5 parent: 2 - - uid: 12484 + - uid: 4538 components: - type: Transform - pos: 104.5,130.5 + pos: 110.5,84.5 parent: 2 - - uid: 12485 + - uid: 4539 components: - type: Transform - pos: 101.5,119.5 + pos: 110.5,83.5 parent: 2 - - uid: 12486 + - uid: 4540 components: - type: Transform - pos: 100.5,119.5 + pos: 110.5,82.5 parent: 2 - - uid: 12487 + - uid: 4541 components: - type: Transform - pos: 91.5,101.5 + pos: 110.5,81.5 parent: 2 - - uid: 12488 + - uid: 4542 components: - type: Transform - pos: 87.5,97.5 + pos: 110.5,80.5 parent: 2 - - uid: 12489 + - uid: 4543 components: - type: Transform - pos: 92.5,101.5 + pos: 110.5,79.5 parent: 2 - - uid: 12490 + - uid: 4544 components: - type: Transform - pos: 87.5,83.5 + pos: 110.5,78.5 parent: 2 - - uid: 12491 + - uid: 4545 components: - type: Transform - pos: 101.5,130.5 + pos: 110.5,77.5 parent: 2 - - uid: 12492 + - uid: 4546 components: - type: Transform - pos: 87.5,85.5 + pos: 110.5,76.5 parent: 2 - - uid: 12493 + - uid: 4547 components: - type: Transform - pos: 105.5,130.5 + pos: 110.5,75.5 parent: 2 - - uid: 12494 + - uid: 4548 components: - type: Transform - pos: 101.5,127.5 + pos: 110.5,74.5 parent: 2 - - uid: 12495 + - uid: 4549 components: - type: Transform - pos: 101.5,125.5 + pos: 110.5,73.5 parent: 2 - - uid: 12496 + - uid: 4550 components: - type: Transform - pos: 101.5,128.5 + pos: 110.5,72.5 parent: 2 - - uid: 12497 + - uid: 4551 components: - type: Transform - pos: 101.5,129.5 + pos: 111.5,72.5 parent: 2 - - uid: 12498 + - uid: 4552 components: - type: Transform - pos: 103.5,130.5 + pos: 111.5,71.5 parent: 2 - - uid: 12499 + - uid: 4553 components: - type: Transform - pos: 85.5,70.5 + pos: 111.5,70.5 parent: 2 - - uid: 12500 + - uid: 4554 components: - type: Transform - pos: 89.5,97.5 + pos: 111.5,69.5 parent: 2 - - uid: 12501 + - uid: 4555 components: - type: Transform - pos: 90.5,97.5 + pos: 112.5,69.5 parent: 2 - - uid: 12502 + - uid: 4556 components: - type: Transform - pos: 89.5,124.5 + pos: 112.5,68.5 parent: 2 - - uid: 12503 + - uid: 4557 components: - type: Transform - pos: 90.5,124.5 + pos: 112.5,67.5 parent: 2 - - uid: 12504 + - uid: 4558 components: - type: Transform - pos: 101.5,124.5 + pos: 112.5,66.5 parent: 2 - - uid: 12505 + - uid: 4559 components: - type: Transform - pos: 91.5,204.5 + pos: 112.5,65.5 parent: 2 - - uid: 12506 + - uid: 4560 components: - type: Transform - pos: 78.5,65.5 + pos: 113.5,65.5 parent: 2 - - uid: 12507 + - uid: 4561 components: - type: Transform - pos: 50.5,107.5 + pos: 113.5,64.5 parent: 2 - - uid: 12508 + - uid: 4562 components: - type: Transform - pos: 81.5,82.5 + pos: 113.5,63.5 parent: 2 - - uid: 12509 + - uid: 4563 components: - type: Transform - pos: 79.5,95.5 + pos: 114.5,63.5 parent: 2 - - uid: 12510 + - uid: 4564 components: - type: Transform - pos: 44.5,235.5 + pos: 115.5,63.5 parent: 2 - - uid: 12511 + - uid: 4565 components: - type: Transform - pos: 59.5,90.5 + pos: 115.5,62.5 parent: 2 - - uid: 12512 + - uid: 4566 components: - type: Transform - pos: 59.5,91.5 + pos: 115.5,61.5 parent: 2 - - uid: 12513 + - uid: 4567 components: - type: Transform - pos: 79.5,93.5 + pos: 115.5,60.5 parent: 2 - - uid: 12514 + - uid: 4568 components: - type: Transform - pos: 50.5,111.5 + pos: 115.5,59.5 parent: 2 - - uid: 12515 + - uid: 4569 components: - type: Transform - pos: 83.5,120.5 + pos: 115.5,58.5 parent: 2 - - uid: 12516 + - uid: 4570 components: - type: Transform - pos: 42.5,111.5 + pos: 116.5,58.5 parent: 2 - - uid: 12517 + - uid: 4571 components: - type: Transform - pos: 74.5,125.5 + pos: 116.5,57.5 parent: 2 - - uid: 12518 + - uid: 4572 components: - type: Transform - pos: 82.5,83.5 + pos: 116.5,56.5 parent: 2 - - uid: 12519 + - uid: 4573 components: - type: Transform - pos: 75.5,124.5 + pos: 116.5,55.5 parent: 2 - - uid: 12520 + - uid: 4574 components: - type: Transform - pos: 80.5,62.5 + pos: 116.5,54.5 parent: 2 - - uid: 12521 + - uid: 4575 components: - type: Transform - pos: 50.5,110.5 + pos: 116.5,53.5 parent: 2 - - uid: 12522 + - uid: 4576 components: - type: Transform - pos: 59.5,77.5 + pos: 116.5,52.5 parent: 2 - - uid: 12523 + - uid: 4577 components: - type: Transform - pos: 80.5,65.5 + pos: 116.5,51.5 parent: 2 - - uid: 12524 + - uid: 4578 components: - type: Transform - pos: 55.5,82.5 + pos: 116.5,50.5 parent: 2 - - uid: 12525 + - uid: 4579 components: - type: Transform - pos: 55.5,93.5 + pos: 116.5,49.5 parent: 2 - - uid: 12526 + - uid: 4580 components: - type: Transform - pos: 51.5,102.5 + pos: 116.5,48.5 parent: 2 - - uid: 12527 + - uid: 4581 components: - type: Transform - pos: 59.5,92.5 + pos: 116.5,47.5 parent: 2 - - uid: 12528 + - uid: 4582 components: - type: Transform - pos: 55.5,92.5 + pos: 115.5,47.5 parent: 2 - - uid: 12529 + - uid: 4583 components: - type: Transform - pos: 50.5,93.5 + pos: 115.5,46.5 parent: 2 - - uid: 12530 + - uid: 4584 components: - type: Transform - pos: 46.5,113.5 + pos: 115.5,45.5 parent: 2 - - uid: 12531 + - uid: 4585 components: - type: Transform - pos: 75.5,139.5 + pos: 114.5,44.5 parent: 2 - - uid: 12532 + - uid: 4586 components: - type: Transform - pos: 75.5,141.5 + pos: 114.5,43.5 parent: 2 - - uid: 12533 + - uid: 4587 components: - type: Transform - pos: 79.5,139.5 + pos: 114.5,42.5 parent: 2 - - uid: 12534 + - uid: 4588 components: - type: Transform - pos: 75.5,147.5 + pos: 114.5,41.5 parent: 2 - - uid: 12535 + - uid: 4589 components: - type: Transform - pos: 75.5,134.5 + pos: 114.5,40.5 parent: 2 - - uid: 12536 + - uid: 4590 components: - type: Transform - pos: 64.5,89.5 + pos: 113.5,40.5 parent: 2 - - uid: 12537 + - uid: 4591 components: - type: Transform - pos: 92.5,114.5 + pos: 113.5,39.5 parent: 2 - - uid: 12538 + - uid: 4592 components: - type: Transform - pos: 63.5,90.5 + pos: 112.5,39.5 parent: 2 - - uid: 12539 + - uid: 4593 components: - type: Transform - pos: 75.5,136.5 + pos: 112.5,38.5 parent: 2 - - uid: 12540 + - uid: 4594 components: - type: Transform - pos: 79.5,141.5 + pos: 112.5,37.5 parent: 2 - - uid: 12541 + - uid: 4595 components: - type: Transform - pos: 90.5,107.5 + pos: 111.5,37.5 parent: 2 - - uid: 12542 + - uid: 4596 components: - type: Transform - pos: 75.5,116.5 + pos: 110.5,37.5 parent: 2 - - uid: 12543 + - uid: 4597 components: - type: Transform - pos: 59.5,93.5 + pos: 110.5,36.5 parent: 2 - - uid: 12544 + - uid: 4598 components: - type: Transform - pos: 64.5,85.5 + pos: 109.5,36.5 parent: 2 - - uid: 12545 + - uid: 4599 components: - type: Transform - pos: 49.5,87.5 + pos: 109.5,35.5 parent: 2 - - uid: 12546 + - uid: 4600 components: - type: Transform - pos: 51.5,107.5 + pos: 108.5,35.5 parent: 2 - - uid: 12547 + - uid: 4601 components: - type: Transform - pos: 51.5,103.5 + pos: 108.5,34.5 parent: 2 - - uid: 12548 + - uid: 4602 components: - type: Transform - pos: 83.5,117.5 + pos: 108.5,33.5 parent: 2 - - uid: 12549 + - uid: 4603 components: - type: Transform - pos: 46.5,114.5 + pos: 107.5,33.5 parent: 2 - - uid: 12550 + - uid: 4604 components: - type: Transform - pos: 75.5,130.5 + pos: 107.5,32.5 parent: 2 - - uid: 12551 + - uid: 4605 components: - type: Transform - pos: 75.5,126.5 + pos: 107.5,31.5 parent: 2 - - uid: 12552 + - uid: 4606 components: - type: Transform - pos: 75.5,127.5 + pos: 106.5,31.5 parent: 2 - - uid: 12553 + - uid: 4607 components: - type: Transform - pos: 75.5,128.5 + pos: 106.5,30.5 parent: 2 - - uid: 12554 + - uid: 4608 components: - type: Transform - pos: 75.5,132.5 + pos: 104.5,30.5 parent: 2 - - uid: 12555 + - uid: 4609 components: - type: Transform - pos: 75.5,131.5 + pos: 105.5,30.5 parent: 2 - - uid: 12556 + - uid: 4610 components: - type: Transform - pos: 79.5,125.5 + pos: 104.5,29.5 parent: 2 - - uid: 12557 + - uid: 4611 components: - type: Transform - pos: 79.5,130.5 + pos: 104.5,28.5 parent: 2 - - uid: 12558 + - uid: 4612 components: - type: Transform - pos: 79.5,140.5 + pos: 103.5,28.5 parent: 2 - - uid: 12559 + - uid: 4613 components: - type: Transform - pos: 79.5,137.5 + pos: 103.5,27.5 parent: 2 - - uid: 12560 + - uid: 4614 components: - type: Transform - pos: 79.5,138.5 + pos: 103.5,26.5 parent: 2 - - uid: 12561 + - uid: 4615 components: - type: Transform - pos: 79.5,135.5 + pos: 102.5,26.5 parent: 2 - - uid: 12562 + - uid: 4616 components: - type: Transform - pos: 81.5,120.5 + pos: 101.5,26.5 parent: 2 - - uid: 12563 + - uid: 4617 components: - type: Transform - pos: 79.5,128.5 + pos: 100.5,26.5 parent: 2 - - uid: 12564 + - uid: 4618 components: - type: Transform - pos: 46.5,116.5 + pos: 99.5,26.5 parent: 2 - - uid: 12565 + - uid: 4619 components: - type: Transform - pos: 80.5,120.5 + pos: 99.5,25.5 parent: 2 - - uid: 12566 + - uid: 4620 components: - type: Transform - pos: 79.5,127.5 + pos: 98.5,25.5 parent: 2 - - uid: 12567 + - uid: 4621 components: - type: Transform - pos: 75.5,133.5 + pos: 97.5,25.5 parent: 2 - - uid: 12568 + - uid: 4622 components: - type: Transform - pos: 81.5,113.5 + pos: 97.5,24.5 parent: 2 - - uid: 12569 + - uid: 4623 components: - type: Transform - pos: 75.5,129.5 + pos: 97.5,23.5 parent: 2 - - uid: 12570 + - uid: 4624 components: - type: Transform - pos: 75.5,144.5 + pos: 95.5,23.5 parent: 2 - - uid: 12571 + - uid: 4625 components: - type: Transform - pos: 75.5,145.5 + pos: 96.5,23.5 parent: 2 - - uid: 12572 + - uid: 4626 components: - type: Transform - pos: 75.5,143.5 + pos: 94.5,23.5 parent: 2 - - uid: 12573 + - uid: 4627 components: - type: Transform - pos: 75.5,142.5 + pos: 94.5,22.5 parent: 2 - - uid: 12574 + - uid: 4628 components: - type: Transform - pos: 75.5,140.5 + pos: 93.5,22.5 parent: 2 - - uid: 12575 + - uid: 4629 components: - type: Transform - pos: 75.5,138.5 + pos: 93.5,21.5 parent: 2 - - uid: 12576 + - uid: 4630 components: - type: Transform - pos: 102.5,205.5 + pos: 92.5,21.5 parent: 2 - - uid: 12577 + - uid: 4631 components: - type: Transform - pos: 79.5,136.5 + pos: 92.5,20.5 parent: 2 - - uid: 12578 + - uid: 4632 components: - type: Transform - pos: 79.5,133.5 + pos: 90.5,20.5 parent: 2 - - uid: 12579 + - uid: 4633 components: - type: Transform - pos: 79.5,132.5 + pos: 91.5,20.5 parent: 2 - - uid: 12580 + - uid: 4634 components: - type: Transform - pos: 83.5,119.5 + pos: 89.5,20.5 parent: 2 - - uid: 12581 + - uid: 4635 components: - type: Transform - pos: 103.5,205.5 + pos: 89.5,19.5 parent: 2 - - uid: 12582 + - uid: 4636 components: - type: Transform - pos: 104.5,205.5 + pos: 88.5,19.5 parent: 2 - - uid: 12583 + - uid: 4637 components: - type: Transform - pos: 99.5,215.5 + pos: 87.5,19.5 parent: 2 - - uid: 12584 + - uid: 4638 components: - type: Transform - pos: 99.5,213.5 + pos: 86.5,19.5 parent: 2 - - uid: 12585 + - uid: 4639 components: - type: Transform - pos: 99.5,212.5 + pos: 86.5,18.5 parent: 2 - - uid: 12586 + - uid: 4640 components: - type: Transform - pos: 92.5,113.5 + pos: 84.5,18.5 parent: 2 - - uid: 12587 + - uid: 4641 components: - type: Transform - pos: 99.5,224.5 + pos: 85.5,18.5 parent: 2 - - uid: 12588 + - uid: 4642 components: - type: Transform - pos: 99.5,220.5 + pos: 84.5,17.5 parent: 2 - - uid: 12589 + - uid: 4643 components: - type: Transform - pos: 105.5,205.5 + pos: 83.5,17.5 parent: 2 - - uid: 12590 + - uid: 4644 components: - type: Transform - pos: 99.5,214.5 + pos: 82.5,17.5 parent: 2 - - uid: 12591 + - uid: 4645 components: - type: Transform - pos: 99.5,217.5 + pos: 81.5,17.5 parent: 2 - - uid: 12592 + - uid: 4646 components: - type: Transform - pos: 99.5,219.5 + pos: 80.5,17.5 parent: 2 - - uid: 12593 + - uid: 4647 components: - type: Transform - pos: 88.5,124.5 + pos: 80.5,16.5 parent: 2 - - uid: 12594 + - uid: 4648 components: - type: Transform - pos: 86.5,124.5 + pos: 79.5,16.5 parent: 2 - - uid: 12595 + - uid: 4649 components: - type: Transform - pos: 75.5,125.5 + pos: 78.5,16.5 parent: 2 - - uid: 12596 + - uid: 4650 components: - type: Transform - pos: 79.5,131.5 + pos: 77.5,16.5 parent: 2 - - uid: 12597 + - uid: 4651 components: - type: Transform - pos: 47.5,100.5 + pos: 76.5,16.5 parent: 2 - - uid: 12598 + - uid: 4652 components: - type: Transform - pos: 47.5,101.5 + pos: 75.5,16.5 parent: 2 - - uid: 12599 + - uid: 4653 components: - type: Transform - pos: 79.5,94.5 + pos: 74.5,16.5 parent: 2 - - uid: 12600 + - uid: 4654 components: - type: Transform - pos: 65.5,80.5 + pos: 74.5,15.5 parent: 2 - - uid: 12601 + - uid: 4655 components: - type: Transform - pos: 62.5,83.5 + pos: 73.5,14.5 parent: 2 - - uid: 12602 + - uid: 4656 components: - type: Transform - pos: 52.5,93.5 + pos: 72.5,14.5 parent: 2 - - uid: 12603 + - uid: 4657 components: - type: Transform - pos: 61.5,83.5 + pos: 73.5,15.5 parent: 2 - - uid: 12604 + - uid: 4658 components: - type: Transform - pos: 54.5,93.5 + pos: 71.5,14.5 parent: 2 - - uid: 12605 + - uid: 4659 components: - type: Transform - pos: 75.5,80.5 + pos: 70.5,14.5 parent: 2 - - uid: 12606 + - uid: 4660 components: - type: Transform - pos: 45.5,109.5 + pos: 69.5,14.5 parent: 2 - - uid: 12607 + - uid: 4661 components: - type: Transform - pos: 47.5,89.5 + pos: 68.5,14.5 parent: 2 - - uid: 12608 + - uid: 4662 components: - type: Transform - pos: 55.5,78.5 + pos: 67.5,14.5 parent: 2 - - uid: 12609 + - uid: 4663 components: - type: Transform - pos: 48.5,86.5 + pos: 67.5,15.5 parent: 2 - - uid: 12610 + - uid: 4664 components: - type: Transform - pos: 48.5,81.5 + pos: 66.5,15.5 parent: 2 - - uid: 12611 + - uid: 4665 components: - type: Transform - pos: 45.5,90.5 + pos: 65.5,15.5 parent: 2 - - uid: 12612 + - uid: 4666 components: - type: Transform - pos: 48.5,85.5 + pos: 65.5,16.5 parent: 2 - - uid: 12613 + - uid: 4667 components: - type: Transform - pos: 51.5,89.5 + pos: 65.5,17.5 parent: 2 - - uid: 12614 + - uid: 4668 components: - type: Transform - pos: 51.5,88.5 + pos: 64.5,17.5 parent: 2 - - uid: 12615 + - uid: 4669 components: - type: Transform - pos: 48.5,82.5 + pos: 63.5,17.5 parent: 2 - - uid: 12616 + - uid: 4670 components: - type: Transform - pos: 48.5,80.5 + pos: 62.5,17.5 parent: 2 - - uid: 12617 + - uid: 4671 components: - type: Transform - pos: 59.5,76.5 + pos: 61.5,17.5 parent: 2 - - uid: 12618 + - uid: 4672 components: - type: Transform - pos: 59.5,83.5 + pos: 60.5,17.5 parent: 2 - - uid: 12619 + - uid: 4673 components: - type: Transform - pos: 63.5,83.5 + pos: 59.5,17.5 parent: 2 - - uid: 12620 + - uid: 4674 components: - type: Transform - pos: 77.5,87.5 + pos: 59.5,18.5 parent: 2 - - uid: 12621 + - uid: 4675 components: - type: Transform - pos: 76.5,87.5 + pos: 58.5,18.5 parent: 2 - - uid: 12622 + - uid: 4676 components: - type: Transform - pos: 60.5,83.5 + pos: 57.5,18.5 parent: 2 - - uid: 12623 + - uid: 4677 components: - type: Transform - pos: 70.5,80.5 + pos: 57.5,19.5 parent: 2 - - uid: 12624 + - uid: 4678 components: - type: Transform - pos: 64.5,81.5 + pos: 56.5,19.5 parent: 2 - - uid: 12625 + - uid: 4679 components: - type: Transform - pos: 64.5,84.5 + pos: 55.5,19.5 parent: 2 - - uid: 12626 + - uid: 4680 components: - type: Transform - pos: 64.5,82.5 + pos: 55.5,20.5 parent: 2 - - uid: 12627 + - uid: 4681 components: - type: Transform - pos: 68.5,80.5 + pos: 54.5,20.5 parent: 2 - - uid: 12628 + - uid: 4682 components: - type: Transform - pos: 66.5,80.5 + pos: 53.5,20.5 parent: 2 - - uid: 12629 + - uid: 4683 components: - type: Transform - pos: 73.5,80.5 + pos: 53.5,21.5 parent: 2 - - uid: 12630 + - uid: 4684 components: - type: Transform - pos: 76.5,80.5 + pos: 53.5,22.5 parent: 2 - - uid: 12631 + - uid: 4685 components: - type: Transform - pos: 64.5,80.5 + pos: 52.5,22.5 parent: 2 - - uid: 12632 + - uid: 4686 components: - type: Transform - pos: 67.5,80.5 + pos: 51.5,22.5 parent: 2 - - uid: 12633 + - uid: 4687 components: - type: Transform - pos: 42.5,109.5 + pos: 51.5,23.5 parent: 2 - - uid: 12634 + - uid: 4688 components: - type: Transform - pos: 52.5,81.5 + pos: 50.5,23.5 parent: 2 - - uid: 12635 + - uid: 4689 components: - type: Transform - pos: 52.5,83.5 + pos: 50.5,24.5 parent: 2 - - uid: 12636 + - uid: 4690 components: - type: Transform - pos: 48.5,87.5 + pos: 49.5,24.5 parent: 2 - - uid: 12637 + - uid: 4691 components: - type: Transform - pos: 48.5,84.5 + pos: 48.5,24.5 parent: 2 - - uid: 12638 + - uid: 4692 components: - type: Transform - pos: 52.5,82.5 + pos: 48.5,25.5 parent: 2 - - uid: 12639 + - uid: 4693 components: - type: Transform - pos: 46.5,106.5 + pos: 48.5,26.5 parent: 2 - - uid: 12640 + - uid: 4694 components: - type: Transform - pos: 48.5,77.5 + pos: 48.5,27.5 parent: 2 - - uid: 12641 + - uid: 4695 components: - type: Transform - pos: 54.5,83.5 + pos: 48.5,28.5 parent: 2 - - uid: 12642 + - uid: 4696 components: - type: Transform - pos: 53.5,83.5 + pos: 48.5,29.5 parent: 2 - - uid: 12643 + - uid: 4697 components: - type: Transform - pos: 46.5,109.5 + pos: 47.5,29.5 parent: 2 - - uid: 12644 + - uid: 4698 components: - type: Transform - pos: 51.5,87.5 + pos: 47.5,30.5 parent: 2 - - uid: 12645 + - uid: 4699 components: - type: Transform - pos: 53.5,93.5 + pos: 47.5,31.5 parent: 2 - - uid: 12646 + - uid: 4700 components: - type: Transform - pos: 51.5,93.5 + pos: 47.5,32.5 parent: 2 - - uid: 12647 + - uid: 4701 components: - type: Transform - pos: 46.5,104.5 + pos: 46.5,32.5 parent: 2 - - uid: 12648 + - uid: 4702 components: - type: Transform - pos: 84.5,66.5 + pos: 46.5,33.5 parent: 2 - - uid: 12649 + - uid: 4703 components: - type: Transform - pos: 89.5,109.5 + pos: 45.5,33.5 parent: 2 - - uid: 12650 + - uid: 4704 components: - type: Transform - pos: 90.5,108.5 + pos: 45.5,34.5 parent: 2 - - uid: 12651 + - uid: 4705 components: - type: Transform - pos: 88.5,109.5 + pos: 44.5,34.5 parent: 2 - - uid: 12652 + - uid: 4706 components: - type: Transform - pos: 87.5,113.5 + pos: 43.5,34.5 parent: 2 - - uid: 12653 + - uid: 4707 components: - type: Transform - pos: 87.5,112.5 + pos: 42.5,34.5 parent: 2 - - uid: 12654 + - uid: 4708 components: - type: Transform - pos: 91.5,119.5 + pos: 42.5,35.5 parent: 2 - - uid: 12655 + - uid: 4709 components: - type: Transform - pos: 87.5,114.5 + pos: 41.5,35.5 parent: 2 - - uid: 12656 + - uid: 4710 components: - type: Transform - pos: 93.5,119.5 + pos: 41.5,36.5 parent: 2 - - uid: 12657 + - uid: 4711 components: - type: Transform - pos: 87.5,119.5 + pos: 40.5,36.5 parent: 2 - - uid: 12658 + - uid: 4712 components: - type: Transform - pos: 87.5,115.5 + pos: 39.5,37.5 parent: 2 - - uid: 12659 + - uid: 4713 components: - type: Transform - pos: 95.5,119.5 + pos: 40.5,37.5 parent: 2 - - uid: 12660 + - uid: 4714 components: - type: Transform - pos: 87.5,117.5 + pos: 39.5,38.5 parent: 2 - - uid: 12661 + - uid: 4715 components: - type: Transform - pos: 87.5,116.5 + pos: 38.5,38.5 parent: 2 - - uid: 12662 + - uid: 4716 components: - type: Transform - pos: 87.5,118.5 + pos: 38.5,39.5 parent: 2 - - uid: 12663 + - uid: 4717 components: - type: Transform - pos: 88.5,119.5 + pos: 37.5,39.5 parent: 2 - - uid: 12664 + - uid: 4718 components: - type: Transform - pos: 89.5,119.5 + pos: 37.5,40.5 parent: 2 - - uid: 12665 + - uid: 4719 components: - type: Transform - pos: 90.5,119.5 + pos: 37.5,41.5 parent: 2 - - uid: 12666 + - uid: 4720 components: - type: Transform - pos: 84.5,65.5 + pos: 36.5,41.5 parent: 2 - - uid: 12667 + - uid: 4721 components: - type: Transform - pos: 84.5,69.5 + pos: 36.5,42.5 parent: 2 - - uid: 12668 + - uid: 4722 components: - type: Transform - pos: 84.5,70.5 + pos: 35.5,42.5 parent: 2 - - uid: 12669 + - uid: 4723 components: - type: Transform - pos: 90.5,102.5 + pos: 35.5,43.5 parent: 2 - - uid: 12670 + - uid: 4724 components: - type: Transform - pos: 90.5,103.5 + pos: 34.5,43.5 parent: 2 - - uid: 12671 + - uid: 4725 components: - type: Transform - pos: 90.5,101.5 + pos: 34.5,44.5 parent: 2 - - uid: 12672 + - uid: 4726 components: - type: Transform - pos: 90.5,104.5 + pos: 34.5,45.5 parent: 2 - - uid: 12673 + - uid: 4727 components: - type: Transform - pos: 87.5,109.5 + pos: 34.5,46.5 parent: 2 - - uid: 12674 + - uid: 4728 components: - type: Transform - pos: 86.5,95.5 + pos: 34.5,47.5 parent: 2 - - uid: 12675 + - uid: 4729 components: - type: Transform - pos: 86.5,91.5 + pos: 34.5,48.5 parent: 2 - - uid: 12676 + - uid: 4730 components: - type: Transform - pos: 86.5,92.5 + pos: 34.5,49.5 parent: 2 - - uid: 12677 + - uid: 4731 components: - type: Transform - pos: 86.5,96.5 + pos: 34.5,50.5 parent: 2 - - uid: 12678 + - uid: 4732 components: - type: Transform - pos: 97.5,124.5 + pos: 33.5,50.5 parent: 2 - - uid: 12679 + - uid: 4733 components: - type: Transform - pos: 96.5,123.5 + pos: 33.5,51.5 parent: 2 - - uid: 12680 + - uid: 4734 components: - type: Transform - pos: 97.5,123.5 + pos: 32.5,51.5 parent: 2 - - uid: 12681 + - uid: 4735 components: - type: Transform - pos: 94.5,123.5 + pos: 31.5,52.5 parent: 2 - - uid: 12682 + - uid: 4736 components: - type: Transform - pos: 92.5,119.5 + pos: 32.5,52.5 parent: 2 - - uid: 12683 + - uid: 4737 components: - type: Transform - pos: 87.5,120.5 + pos: 31.5,53.5 parent: 2 - - uid: 12684 + - uid: 4738 components: - type: Transform - pos: 94.5,119.5 + pos: 30.5,53.5 parent: 2 - - uid: 12685 + - uid: 4739 components: - type: Transform - pos: 96.5,119.5 + pos: 30.5,54.5 parent: 2 - - uid: 12686 + - uid: 4740 components: - type: Transform - pos: 93.5,123.5 + pos: 29.5,54.5 parent: 2 - - uid: 12687 + - uid: 4741 components: - type: Transform - pos: 92.5,124.5 + pos: 28.5,54.5 parent: 2 - - uid: 12688 + - uid: 4742 components: - type: Transform - pos: 92.5,123.5 + pos: 27.5,55.5 parent: 2 - - uid: 12689 + - uid: 4743 components: - type: Transform - pos: 98.5,134.5 + pos: 28.5,55.5 parent: 2 - - uid: 12690 + - uid: 4744 components: - type: Transform - pos: 91.5,124.5 + pos: 26.5,55.5 parent: 2 - - uid: 12691 + - uid: 4745 components: - type: Transform - pos: 97.5,133.5 + pos: 26.5,56.5 parent: 2 - - uid: 12692 + - uid: 4746 components: - type: Transform - pos: 97.5,134.5 + pos: 25.5,56.5 parent: 2 - - uid: 12693 + - uid: 4747 components: - type: Transform - pos: 97.5,131.5 + pos: 25.5,57.5 parent: 2 - - uid: 12694 + - uid: 4748 components: - type: Transform - pos: 97.5,132.5 + pos: 24.5,57.5 parent: 2 - - uid: 12695 + - uid: 4749 components: - type: Transform - pos: 97.5,129.5 + pos: 23.5,57.5 parent: 2 - - uid: 12696 + - uid: 4750 components: - type: Transform - pos: 97.5,130.5 + pos: 23.5,58.5 parent: 2 - - uid: 12697 + - uid: 4751 components: - type: Transform - pos: 97.5,128.5 + pos: 22.5,58.5 parent: 2 - - uid: 12698 + - uid: 4752 components: - type: Transform - pos: 97.5,127.5 + pos: 22.5,59.5 parent: 2 - - uid: 12699 + - uid: 4753 components: - type: Transform - pos: 97.5,126.5 + pos: 21.5,59.5 parent: 2 - - uid: 12700 + - uid: 4754 components: - type: Transform - pos: 97.5,125.5 + pos: 23.5,59.5 parent: 2 - - uid: 12701 + - uid: 4755 components: - type: Transform - pos: 74.5,80.5 + pos: 22.5,60.5 parent: 2 - - uid: 12702 + - uid: 4756 components: - type: Transform - pos: 46.5,105.5 + pos: 21.5,60.5 parent: 2 - - uid: 12703 + - uid: 4757 components: - type: Transform - pos: 100.5,205.5 + pos: 20.5,60.5 parent: 2 - - uid: 12704 + - uid: 4758 components: - type: Transform - pos: 69.5,80.5 + pos: 20.5,61.5 parent: 2 - - uid: 12705 + - uid: 4759 components: - type: Transform - pos: 49.5,77.5 + pos: 20.5,62.5 parent: 2 - - uid: 12706 + - uid: 4760 components: - type: Transform - pos: 99.5,216.5 + pos: 19.5,62.5 parent: 2 - - uid: 12707 + - uid: 4761 components: - type: Transform - pos: 99.5,218.5 + pos: 19.5,63.5 parent: 2 - - uid: 12708 + - uid: 4762 components: - type: Transform - pos: 99.5,205.5 + pos: 19.5,64.5 parent: 2 - - uid: 12709 + - uid: 4763 components: - type: Transform - pos: 87.5,124.5 + pos: 18.5,64.5 parent: 2 - - uid: 12710 + - uid: 4764 components: - type: Transform - pos: 79.5,124.5 + pos: 18.5,65.5 parent: 2 - - uid: 12711 + - uid: 4765 components: - type: Transform - pos: 84.5,124.5 + pos: 18.5,66.5 parent: 2 - - uid: 12712 + - uid: 4766 components: - type: Transform - pos: 83.5,124.5 + pos: 18.5,67.5 parent: 2 - - uid: 12713 + - uid: 4767 components: - type: Transform - pos: 95.5,123.5 + pos: 18.5,68.5 parent: 2 - - uid: 12714 + - uid: 4768 components: - type: Transform - pos: 81.5,124.5 + pos: 18.5,69.5 parent: 2 - - uid: 12715 + - uid: 4769 components: - type: Transform - pos: 82.5,124.5 + pos: 19.5,69.5 parent: 2 - - uid: 12716 + - uid: 4770 components: - type: Transform - pos: 80.5,124.5 + pos: 19.5,70.5 parent: 2 - - uid: 12717 + - uid: 4771 components: - type: Transform - pos: 99.5,222.5 + pos: 20.5,70.5 parent: 2 - - uid: 12718 + - uid: 4772 components: - type: Transform - pos: 100.5,134.5 + pos: 42.5,130.5 parent: 2 - - uid: 12719 + - uid: 4773 components: - type: Transform - pos: 99.5,134.5 + pos: 20.5,71.5 parent: 2 - - uid: 12720 + - uid: 4774 components: - type: Transform - pos: 86.5,93.5 + pos: 21.5,71.5 parent: 2 - - uid: 12721 + - uid: 4775 components: - type: Transform - pos: 86.5,94.5 + pos: 21.5,72.5 parent: 2 - - uid: 12722 + - uid: 4776 components: - type: Transform - pos: 87.5,89.5 + pos: 22.5,72.5 parent: 2 - - uid: 12723 + - uid: 4777 components: - type: Transform - pos: 87.5,80.5 + pos: 22.5,73.5 parent: 2 - - uid: 12724 + - uid: 4778 components: - type: Transform - pos: 87.5,81.5 + pos: 23.5,73.5 parent: 2 - - uid: 12725 + - uid: 4779 components: - type: Transform - pos: 80.5,69.5 + pos: 23.5,74.5 parent: 2 - - uid: 12726 + - uid: 4780 components: - type: Transform - pos: 81.5,69.5 + pos: 23.5,75.5 parent: 2 - - uid: 12727 + - uid: 4781 components: - type: Transform - pos: 81.5,70.5 + pos: 24.5,75.5 parent: 2 - - uid: 12728 + - uid: 4782 components: - type: Transform - pos: 49.5,116.5 + pos: 24.5,76.5 parent: 2 - - uid: 12729 + - uid: 4783 components: - type: Transform - pos: 50.5,95.5 + pos: 42.5,131.5 parent: 2 - - uid: 12730 + - uid: 4784 components: - type: Transform - pos: 79.5,92.5 + pos: 43.5,131.5 parent: 2 - - uid: 12731 + - uid: 4785 components: - type: Transform - pos: 79.5,87.5 + pos: 43.5,132.5 parent: 2 - - uid: 12732 + - uid: 4786 components: - type: Transform - pos: 101.5,205.5 + pos: 43.5,133.5 parent: 2 - - uid: 12733 + - uid: 4787 components: - type: Transform - pos: 99.5,223.5 + pos: 43.5,134.5 parent: 2 - - uid: 12734 + - uid: 4788 components: - type: Transform - pos: 55.5,89.5 + pos: 44.5,134.5 parent: 2 - - uid: 12735 + - uid: 4789 components: - type: Transform - pos: 55.5,88.5 + pos: 44.5,135.5 parent: 2 - - uid: 12736 + - uid: 4790 components: - type: Transform - pos: 99.5,221.5 + pos: 44.5,136.5 parent: 2 - - uid: 12737 + - uid: 4791 components: - type: Transform - pos: 75.5,85.5 + pos: 44.5,137.5 parent: 2 - - uid: 12738 + - uid: 4792 components: - type: Transform - pos: 74.5,84.5 + pos: 44.5,138.5 parent: 2 - - uid: 12739 + - uid: 4793 components: - type: Transform - pos: 75.5,86.5 + pos: 45.5,138.5 parent: 2 - - uid: 12740 + - uid: 4794 components: - type: Transform - pos: 81.5,92.5 + pos: 46.5,138.5 parent: 2 - - uid: 12741 + - uid: 4795 components: - type: Transform - pos: 80.5,92.5 + pos: 46.5,139.5 parent: 2 - - uid: 12742 + - uid: 4796 components: - type: Transform - pos: 82.5,92.5 + pos: 47.5,139.5 parent: 2 - - uid: 12743 + - uid: 4797 components: - type: Transform - pos: 99.5,211.5 + pos: 47.5,140.5 parent: 2 - - uid: 12744 + - uid: 4798 components: - type: Transform - pos: 49.5,94.5 + pos: 48.5,140.5 parent: 2 - - uid: 12745 + - uid: 4799 components: - type: Transform - pos: 51.5,95.5 + pos: 49.5,140.5 parent: 2 - - uid: 12746 + - uid: 4800 components: - type: Transform - pos: 83.5,113.5 + pos: 49.5,141.5 parent: 2 - - uid: 12747 + - uid: 4801 components: - type: Transform - pos: 81.5,112.5 + pos: 49.5,142.5 parent: 2 - - uid: 12748 + - uid: 4802 components: - type: Transform - pos: 83.5,112.5 + pos: 49.5,143.5 parent: 2 - - uid: 12749 + - uid: 4803 components: - type: Transform - pos: 51.5,105.5 + pos: 49.5,144.5 parent: 2 - - uid: 12750 + - uid: 4804 components: - type: Transform - pos: 48.5,79.5 + pos: 49.5,145.5 parent: 2 - - uid: 12751 + - uid: 4805 components: - type: Transform - pos: 46.5,89.5 + pos: 49.5,156.5 parent: 2 - - uid: 12752 + - uid: 4806 components: - type: Transform - pos: 83.5,116.5 + pos: 49.5,157.5 parent: 2 - - uid: 12753 + - uid: 4807 components: - type: Transform - pos: 83.5,115.5 + pos: 49.5,158.5 parent: 2 - - uid: 12754 + - uid: 4808 components: - type: Transform - pos: 75.5,123.5 + pos: 49.5,159.5 parent: 2 - - uid: 12755 + - uid: 4809 components: - type: Transform - pos: 83.5,114.5 + pos: 49.5,160.5 parent: 2 - - uid: 12756 + - uid: 4810 components: - type: Transform - pos: 78.5,87.5 + pos: 49.5,161.5 parent: 2 - - uid: 12757 + - uid: 4811 components: - type: Transform - pos: 55.5,87.5 + pos: 49.5,162.5 parent: 2 - - uid: 12758 + - uid: 4812 components: - type: Transform - pos: 75.5,84.5 + pos: 49.5,163.5 parent: 2 - - uid: 12759 + - uid: 4813 components: - type: Transform - pos: 73.5,84.5 + pos: 49.5,164.5 parent: 2 - - uid: 12760 + - uid: 4814 components: - type: Transform - pos: 49.5,89.5 + pos: 50.5,165.5 parent: 2 - - uid: 12761 + - uid: 4815 components: - type: Transform - pos: 82.5,70.5 + pos: 50.5,166.5 parent: 2 - - uid: 12762 + - uid: 4816 components: - type: Transform - pos: 82.5,69.5 + pos: 50.5,167.5 parent: 2 - - uid: 12763 + - uid: 4817 components: - type: Transform - pos: 90.5,109.5 + pos: 50.5,168.5 parent: 2 - - uid: 12764 + - uid: 4818 components: - type: Transform - pos: 84.5,67.5 + pos: 50.5,169.5 parent: 2 - - uid: 12765 + - uid: 4819 components: - type: Transform - pos: 84.5,68.5 + pos: 50.5,170.5 parent: 2 - - uid: 12766 + - uid: 4820 components: - type: Transform - pos: 80.5,70.5 + pos: 50.5,171.5 parent: 2 - - uid: 12767 + - uid: 4821 components: - type: Transform - pos: 87.5,87.5 + pos: 50.5,172.5 parent: 2 - - uid: 12768 + - uid: 4822 components: - type: Transform - pos: 79.5,126.5 + pos: 50.5,173.5 parent: 2 - - uid: 12769 + - uid: 4823 components: - type: Transform - pos: 101.5,134.5 + pos: 50.5,174.5 parent: 2 - - uid: 12770 + - uid: 4824 components: - type: Transform - pos: 80.5,50.5 + pos: 50.5,175.5 parent: 2 - - uid: 12771 + - uid: 4825 components: - type: Transform - pos: 84.5,49.5 + pos: 49.5,175.5 parent: 2 - - uid: 12772 + - uid: 4826 components: - type: Transform - pos: 94.5,105.5 + pos: 49.5,176.5 parent: 2 - - uid: 12773 + - uid: 4827 components: - type: Transform - pos: 81.5,114.5 + pos: 49.5,177.5 parent: 2 - - uid: 12774 + - uid: 4828 components: - type: Transform - pos: 81.5,115.5 + pos: 49.5,178.5 parent: 2 - - uid: 12775 + - uid: 4829 components: - type: Transform - pos: 81.5,116.5 + pos: 48.5,179.5 parent: 2 - - uid: 12776 + - uid: 4830 components: - type: Transform - pos: 80.5,117.5 + pos: 48.5,180.5 parent: 2 - - uid: 12777 + - uid: 4831 components: - type: Transform - pos: 79.5,117.5 + pos: 47.5,180.5 parent: 2 - - uid: 12778 + - uid: 4832 components: - type: Transform - pos: 78.5,117.5 + pos: 47.5,181.5 parent: 2 - - uid: 12779 + - uid: 4833 components: - type: Transform - pos: 77.5,117.5 + pos: 47.5,182.5 parent: 2 - - uid: 12780 + - uid: 4834 components: - type: Transform - pos: 76.5,117.5 + pos: 47.5,183.5 parent: 2 - - uid: 12781 + - uid: 4835 components: - type: Transform - pos: 54.5,95.5 + pos: 48.5,183.5 parent: 2 - - uid: 12782 + - uid: 4836 components: - type: Transform - pos: 60.5,95.5 + pos: 48.5,184.5 parent: 2 - - uid: 12783 + - uid: 4837 components: - type: Transform - pos: 60.5,92.5 + pos: 48.5,185.5 parent: 2 - - uid: 12784 + - uid: 4838 components: - type: Transform - pos: 63.5,91.5 + pos: 48.5,186.5 parent: 2 - - uid: 12785 + - uid: 4839 components: - type: Transform - pos: 62.5,92.5 + pos: 48.5,187.5 parent: 2 - - uid: 12786 + - uid: 4840 components: - type: Transform - pos: 61.5,92.5 + pos: 48.5,188.5 parent: 2 - - uid: 12787 + - uid: 4841 components: - type: Transform - pos: 63.5,92.5 + pos: 48.5,189.5 parent: 2 - - uid: 12788 + - uid: 4842 components: - type: Transform - pos: 88.5,112.5 + pos: 48.5,190.5 parent: 2 - - uid: 12789 + - uid: 4843 components: - type: Transform - pos: 89.5,112.5 + pos: 48.5,191.5 parent: 2 - - uid: 12790 + - uid: 4844 components: - type: Transform - pos: 90.5,112.5 + pos: 48.5,192.5 parent: 2 - - uid: 12791 + - uid: 4845 components: - type: Transform - pos: 91.5,112.5 + pos: 47.5,192.5 parent: 2 - - uid: 12792 + - uid: 4846 components: - type: Transform - pos: 92.5,112.5 + pos: 47.5,193.5 parent: 2 - - uid: 12793 + - uid: 4847 components: - type: Transform - pos: 93.5,114.5 + pos: 47.5,194.5 parent: 2 - - uid: 12794 + - uid: 4848 components: - type: Transform - pos: 93.5,115.5 + pos: 46.5,195.5 parent: 2 - - uid: 12795 + - uid: 4849 components: - type: Transform - pos: 94.5,116.5 + pos: 46.5,196.5 parent: 2 - - uid: 12796 + - uid: 4850 components: - type: Transform - pos: 94.5,117.5 + pos: 46.5,197.5 parent: 2 - - uid: 12797 + - uid: 4851 components: - type: Transform - pos: 95.5,117.5 + pos: 45.5,198.5 parent: 2 - - uid: 12798 + - uid: 4852 components: - type: Transform - pos: 96.5,117.5 + pos: 45.5,199.5 parent: 2 - - uid: 12799 + - uid: 4853 components: - type: Transform - pos: 97.5,117.5 + pos: 44.5,199.5 parent: 2 - - uid: 12800 + - uid: 4854 components: - type: Transform - pos: 98.5,117.5 + pos: 44.5,200.5 parent: 2 - - uid: 12801 + - uid: 4855 components: - type: Transform - pos: 99.5,117.5 + pos: 44.5,201.5 parent: 2 - - uid: 12802 + - uid: 4856 components: - type: Transform - pos: 100.5,117.5 + pos: 44.5,202.5 parent: 2 - - uid: 12803 + - uid: 4857 components: - type: Transform - pos: 101.5,117.5 + pos: 43.5,202.5 parent: 2 - - uid: 12804 + - uid: 4858 components: - type: Transform - pos: 102.5,117.5 + pos: 43.5,203.5 parent: 2 - - uid: 12805 + - uid: 4859 components: - type: Transform - pos: 103.5,117.5 + pos: 43.5,204.5 parent: 2 - - uid: 12806 + - uid: 4860 components: - type: Transform - pos: 104.5,117.5 + pos: 43.5,205.5 parent: 2 - - uid: 12807 + - uid: 4861 components: - type: Transform - pos: 104.5,116.5 + pos: 42.5,205.5 parent: 2 - - uid: 12808 + - uid: 4862 components: - type: Transform - pos: 105.5,116.5 + pos: 41.5,205.5 parent: 2 - - uid: 12809 + - uid: 4863 components: - type: Transform - pos: 105.5,115.5 + pos: 41.5,206.5 parent: 2 - - uid: 12810 + - uid: 4864 components: - type: Transform - pos: 105.5,114.5 + pos: 41.5,207.5 parent: 2 - - uid: 12811 + - uid: 4865 components: - type: Transform - pos: 91.5,109.5 + pos: 40.5,207.5 parent: 2 - - uid: 12812 + - uid: 4866 components: - type: Transform - pos: 92.5,109.5 + pos: 40.5,208.5 parent: 2 - - uid: 12813 + - uid: 4867 components: - type: Transform - pos: 92.5,108.5 + pos: 39.5,208.5 parent: 2 - - uid: 12814 + - uid: 4868 components: - type: Transform - pos: 92.5,107.5 + pos: 38.5,208.5 parent: 2 - - uid: 12815 + - uid: 4869 components: - type: Transform - pos: 93.5,107.5 + pos: 38.5,209.5 parent: 2 - - uid: 12816 + - uid: 4870 components: - type: Transform - pos: 93.5,106.5 + pos: 37.5,209.5 parent: 2 - - uid: 12817 + - uid: 4871 components: - type: Transform - pos: 93.5,105.5 + pos: 36.5,209.5 parent: 2 - - uid: 12818 + - uid: 4872 components: - type: Transform - pos: 94.5,104.5 + pos: 36.5,210.5 parent: 2 - - uid: 12819 + - uid: 4873 components: - type: Transform - pos: 95.5,104.5 + pos: 35.5,210.5 parent: 2 - - uid: 12820 + - uid: 4874 components: - type: Transform - pos: 96.5,104.5 + pos: 35.5,211.5 parent: 2 - - uid: 12821 + - uid: 4875 components: - type: Transform - pos: 97.5,104.5 + pos: 35.5,212.5 parent: 2 - - uid: 12822 + - uid: 4876 components: - type: Transform - pos: 98.5,104.5 + pos: 34.5,212.5 parent: 2 - - uid: 12823 + - uid: 4877 components: - type: Transform - pos: 99.5,104.5 + pos: 34.5,213.5 parent: 2 - - uid: 12824 + - uid: 4878 components: - type: Transform - pos: 100.5,104.5 + pos: 34.5,214.5 parent: 2 - - uid: 12825 + - uid: 4879 components: - type: Transform - pos: 101.5,104.5 + pos: 33.5,214.5 parent: 2 - - uid: 12826 + - uid: 4880 components: - type: Transform - pos: 102.5,104.5 + pos: 33.5,215.5 parent: 2 - - uid: 12827 + - uid: 4881 components: - type: Transform - pos: 103.5,104.5 + pos: 32.5,215.5 parent: 2 - - uid: 12828 + - uid: 4882 components: - type: Transform - pos: 104.5,104.5 + pos: 32.5,216.5 parent: 2 - - uid: 12829 + - uid: 4883 components: - type: Transform - pos: 104.5,105.5 + pos: 31.5,216.5 parent: 2 - - uid: 12830 + - uid: 4884 components: - type: Transform - pos: 105.5,105.5 + pos: 31.5,217.5 parent: 2 - - uid: 12831 + - uid: 4885 components: - type: Transform - pos: 105.5,106.5 + pos: 30.5,217.5 parent: 2 - - uid: 12832 + - uid: 4886 components: - type: Transform - pos: 105.5,107.5 + pos: 14.5,261.5 parent: 2 - - uid: 12833 + - uid: 4887 components: - type: Transform - pos: 106.5,107.5 + pos: 30.5,218.5 parent: 2 - - uid: 12834 + - uid: 4888 components: - type: Transform - pos: 106.5,108.5 + pos: 29.5,218.5 parent: 2 - - uid: 12835 + - uid: 4889 components: - type: Transform - pos: 106.5,109.5 + pos: 28.5,218.5 parent: 2 - - uid: 12836 + - uid: 4890 components: - type: Transform - pos: 106.5,110.5 + pos: 27.5,218.5 parent: 2 - - uid: 12837 + - uid: 4891 components: - type: Transform - pos: 106.5,111.5 + pos: 27.5,219.5 parent: 2 - - uid: 12838 + - uid: 4892 components: - type: Transform - pos: 106.5,112.5 + pos: 14.5,260.5 parent: 2 - - uid: 12839 + - uid: 4893 components: - type: Transform - pos: 106.5,113.5 + pos: 26.5,219.5 parent: 2 - - uid: 12840 + - uid: 4894 components: - type: Transform - pos: 106.5,114.5 + pos: 26.5,220.5 parent: 2 - - uid: 12841 + - uid: 4895 components: - type: Transform - pos: 90.5,106.5 + pos: 25.5,220.5 parent: 2 - - uid: 12842 + - uid: 4896 components: - type: Transform - pos: 90.5,105.5 + pos: 25.5,221.5 parent: 2 - - uid: 12843 + - uid: 4897 components: - type: Transform - pos: 54.5,81.5 + pos: 14.5,262.5 parent: 2 - - uid: 12844 + - uid: 4898 components: - type: Transform - pos: 53.5,81.5 + pos: 24.5,221.5 parent: 2 - - uid: 12845 + - uid: 4899 components: - type: Transform - pos: 74.5,147.5 + pos: 24.5,222.5 parent: 2 - - uid: 12846 + - uid: 4900 components: - type: Transform - pos: 98.5,209.5 + pos: 23.5,222.5 parent: 2 - - uid: 12847 + - uid: 4901 components: - type: Transform - pos: 96.5,113.5 + pos: 23.5,223.5 parent: 2 - - uid: 12848 + - uid: 4902 components: - type: Transform - pos: 96.5,108.5 + pos: 22.5,223.5 parent: 2 - - uid: 12849 + - uid: 4903 components: - type: Transform - pos: 102.5,108.5 + pos: 21.5,223.5 parent: 2 - - uid: 12850 + - uid: 4904 components: - type: Transform - pos: 102.5,113.5 + pos: 21.5,224.5 parent: 2 - - uid: 12851 + - uid: 4905 components: - type: Transform - pos: 54.5,94.5 + pos: 20.5,224.5 parent: 2 - - uid: 12852 + - uid: 4906 components: - type: Transform - pos: 75.5,211.5 + pos: 19.5,224.5 parent: 2 - - uid: 12853 + - uid: 4907 components: - type: Transform - pos: 42.5,235.5 + pos: 19.5,225.5 parent: 2 - - uid: 12854 + - uid: 4908 components: - type: Transform - pos: 72.5,147.5 + pos: 18.5,225.5 parent: 2 - - uid: 12855 + - uid: 4909 components: - type: Transform - pos: 71.5,147.5 + pos: 17.5,225.5 parent: 2 - - uid: 12856 + - uid: 4910 components: - type: Transform - pos: 70.5,147.5 + pos: 17.5,226.5 parent: 2 - - uid: 12857 + - uid: 4911 components: - type: Transform - pos: 69.5,147.5 + pos: 16.5,226.5 parent: 2 - - uid: 12858 + - uid: 4912 components: - type: Transform - pos: 68.5,147.5 + pos: 16.5,227.5 parent: 2 - - uid: 12859 + - uid: 4913 components: - type: Transform - pos: 67.5,147.5 + pos: 15.5,227.5 parent: 2 - - uid: 12860 + - uid: 4914 components: - type: Transform - pos: 66.5,147.5 + pos: 15.5,228.5 parent: 2 - - uid: 12861 + - uid: 4915 components: - type: Transform - pos: 65.5,147.5 + pos: 15.5,229.5 parent: 2 - - uid: 12862 + - uid: 4916 components: - type: Transform - pos: 64.5,147.5 + pos: 14.5,258.5 parent: 2 - - uid: 12863 + - uid: 4917 components: - type: Transform - pos: 63.5,147.5 + pos: 14.5,229.5 parent: 2 - - uid: 12864 + - uid: 4918 components: - type: Transform - pos: 62.5,147.5 + pos: 13.5,229.5 parent: 2 - - uid: 12865 + - uid: 4919 components: - type: Transform - pos: 62.5,148.5 + pos: 13.5,230.5 parent: 2 - - uid: 12866 + - uid: 4920 components: - type: Transform - pos: 62.5,149.5 + pos: 12.5,230.5 parent: 2 - - uid: 12867 + - uid: 4921 components: - type: Transform - pos: 62.5,150.5 + pos: 12.5,231.5 parent: 2 - - uid: 12868 + - uid: 4922 components: - type: Transform - pos: 62.5,151.5 + pos: 12.5,232.5 parent: 2 - - uid: 12869 + - uid: 4923 components: - type: Transform - pos: 63.5,151.5 + pos: 11.5,232.5 parent: 2 - - uid: 12870 + - uid: 4924 components: - type: Transform - pos: 64.5,151.5 + pos: 14.5,259.5 parent: 2 - - uid: 12871 + - uid: 4925 components: - type: Transform - pos: 65.5,151.5 + pos: 11.5,233.5 parent: 2 - - uid: 12872 + - uid: 4926 components: - type: Transform - pos: 70.5,151.5 + pos: 11.5,234.5 parent: 2 - - uid: 12873 + - uid: 4927 components: - type: Transform - pos: 71.5,151.5 + pos: 10.5,234.5 parent: 2 - - uid: 12874 + - uid: 4928 components: - type: Transform - pos: 72.5,151.5 + pos: 9.5,234.5 parent: 2 - - uid: 12875 + - uid: 4929 components: - type: Transform - pos: 73.5,151.5 + pos: 14.5,263.5 parent: 2 - - uid: 12876 + - uid: 4930 components: - type: Transform - pos: 74.5,151.5 + pos: 9.5,235.5 parent: 2 - - uid: 12877 + - uid: 4931 components: - type: Transform - pos: 75.5,151.5 + pos: 8.5,235.5 parent: 2 - - uid: 12878 + - uid: 4932 components: - type: Transform - pos: 75.5,152.5 + pos: 8.5,236.5 parent: 2 - - uid: 12879 + - uid: 4933 components: - type: Transform - pos: 75.5,153.5 + pos: 8.5,237.5 parent: 2 - - uid: 12880 + - uid: 4934 components: - type: Transform - pos: 75.5,154.5 + pos: 8.5,238.5 parent: 2 - - uid: 12881 + - uid: 4935 components: - type: Transform - pos: 74.5,154.5 + pos: 8.5,239.5 parent: 2 - - uid: 12882 + - uid: 4936 components: - type: Transform - pos: 73.5,154.5 + pos: 8.5,240.5 parent: 2 - - uid: 12883 + - uid: 4937 components: - type: Transform - pos: 72.5,154.5 + pos: 8.5,241.5 parent: 2 - - uid: 12884 + - uid: 4938 components: - type: Transform - pos: 72.5,155.5 + pos: 8.5,242.5 parent: 2 - - uid: 12885 + - uid: 4939 components: - type: Transform - pos: 72.5,156.5 + pos: 9.5,242.5 parent: 2 - - uid: 12886 + - uid: 4940 components: - type: Transform - pos: 72.5,157.5 + pos: 9.5,243.5 parent: 2 - - uid: 12887 + - uid: 4941 components: - type: Transform - pos: 72.5,158.5 + pos: 9.5,244.5 parent: 2 - - uid: 12888 + - uid: 4942 components: - type: Transform - pos: 72.5,159.5 + pos: 10.5,244.5 parent: 2 - - uid: 12889 + - uid: 4943 components: - type: Transform - pos: 72.5,160.5 + pos: 10.5,245.5 parent: 2 - - uid: 12890 + - uid: 4944 components: - type: Transform - pos: 72.5,161.5 + pos: 10.5,246.5 parent: 2 - - uid: 12891 + - uid: 4945 components: - type: Transform - pos: 72.5,162.5 + pos: 11.5,246.5 parent: 2 - - uid: 12892 + - uid: 4946 components: - type: Transform - pos: 72.5,163.5 + pos: 11.5,247.5 parent: 2 - - uid: 12893 + - uid: 4947 components: - type: Transform - pos: 85.5,49.5 + pos: 11.5,248.5 parent: 2 - - uid: 12894 + - uid: 4948 components: - type: Transform - pos: 62.5,184.5 + pos: 12.5,248.5 parent: 2 - - uid: 12895 + - uid: 4949 components: - type: Transform - pos: 69.5,168.5 + pos: 12.5,249.5 parent: 2 - - uid: 12896 + - uid: 4950 components: - type: Transform - pos: 73.5,172.5 + pos: 12.5,250.5 parent: 2 - - uid: 12897 + - uid: 4951 components: - type: Transform - pos: 69.5,174.5 + pos: 12.5,251.5 parent: 2 - - uid: 12898 + - uid: 4952 components: - type: Transform - pos: 69.5,170.5 + pos: 12.5,252.5 parent: 2 - - uid: 12899 + - uid: 4953 components: - type: Transform - pos: 69.5,176.5 + pos: 12.5,253.5 parent: 2 - - uid: 12900 + - uid: 4954 components: - type: Transform - pos: 69.5,175.5 + pos: 11.5,253.5 parent: 2 - - uid: 12901 + - uid: 4955 components: - type: Transform - pos: 69.5,172.5 + pos: 11.5,254.5 parent: 2 - - uid: 12902 + - uid: 4956 components: - type: Transform - pos: 69.5,177.5 + pos: 14.5,257.5 parent: 2 - - uid: 12903 + - uid: 4957 components: - type: Transform - pos: 69.5,173.5 + pos: 12.5,255.5 parent: 2 - - uid: 12904 + - uid: 4958 components: - type: Transform - pos: 69.5,171.5 + pos: 11.5,254.5 parent: 2 - - uid: 12905 + - uid: 4959 components: - type: Transform - pos: 73.5,171.5 + pos: 11.5,255.5 parent: 2 - - uid: 12906 + - uid: 4960 components: - type: Transform - pos: 76.5,165.5 + pos: 13.5,256.5 parent: 2 - - uid: 12907 + - uid: 4961 components: - type: Transform - pos: 73.5,170.5 + pos: 12.5,256.5 parent: 2 - - uid: 12908 + - uid: 4962 components: - type: Transform - pos: 68.5,180.5 + pos: 13.5,257.5 parent: 2 - - uid: 12909 + - uid: 4963 components: - type: Transform - pos: 67.5,180.5 + pos: 15.5,265.5 parent: 2 - - uid: 12910 + - uid: 4964 components: - type: Transform - pos: 66.5,180.5 + pos: 15.5,264.5 parent: 2 - - uid: 12911 + - uid: 4965 components: - type: Transform - pos: 63.5,184.5 + pos: 15.5,263.5 parent: 2 - - uid: 12912 + - uid: 4966 components: - type: Transform - pos: 66.5,179.5 + pos: 16.5,266.5 parent: 2 - - uid: 12913 + - uid: 4967 components: - type: Transform - pos: 65.5,179.5 + pos: 16.5,265.5 parent: 2 - - uid: 12914 + - uid: 4968 components: - type: Transform - pos: 64.5,179.5 + pos: 17.5,268.5 parent: 2 - - uid: 12915 + - uid: 4969 components: - type: Transform - pos: 63.5,179.5 + pos: 17.5,267.5 parent: 2 - - uid: 12916 + - uid: 4970 components: - type: Transform - pos: 62.5,179.5 + pos: 17.5,266.5 parent: 2 - - uid: 12917 + - uid: 4971 components: - type: Transform - pos: 61.5,179.5 + pos: 18.5,269.5 parent: 2 - - uid: 12918 + - uid: 4972 components: - type: Transform - pos: 60.5,179.5 + pos: 19.5,269.5 parent: 2 - - uid: 12919 + - uid: 4973 components: - type: Transform - pos: 59.5,179.5 + pos: 20.5,269.5 parent: 2 - - uid: 12920 + - uid: 4974 components: - type: Transform - pos: 58.5,179.5 + pos: 21.5,269.5 parent: 2 - - uid: 12921 + - uid: 4975 components: - type: Transform - pos: 57.5,179.5 + pos: 21.5,268.5 parent: 2 - - uid: 12922 + - uid: 4976 components: - type: Transform - pos: 56.5,179.5 + pos: 18.5,268.5 parent: 2 - - uid: 12923 + - uid: 4977 components: - type: Transform - pos: 55.5,179.5 + pos: 22.5,268.5 parent: 2 - - uid: 12924 + - uid: 4978 components: - type: Transform - pos: 54.5,179.5 + pos: 23.5,268.5 parent: 2 - - uid: 12925 + - uid: 4979 components: - type: Transform - pos: 53.5,179.5 + pos: 24.5,268.5 parent: 2 - - uid: 12926 + - uid: 4980 components: - type: Transform - pos: 53.5,180.5 + pos: 28.5,264.5 parent: 2 - - uid: 12927 + - uid: 4981 components: - type: Transform - pos: 53.5,181.5 + pos: 24.5,267.5 parent: 2 - - uid: 12928 + - uid: 4982 components: - type: Transform - pos: 53.5,182.5 + pos: 24.5,266.5 parent: 2 - - uid: 12929 + - uid: 4983 components: - type: Transform - pos: 53.5,183.5 + pos: 24.5,265.5 parent: 2 - - uid: 12930 + - uid: 4984 components: - type: Transform - pos: 53.5,184.5 + pos: 25.5,265.5 parent: 2 - - uid: 12931 + - uid: 4985 components: - type: Transform - pos: 53.5,185.5 + pos: 26.5,265.5 parent: 2 - - uid: 12932 + - uid: 4986 components: - type: Transform - pos: 53.5,186.5 + pos: 27.5,265.5 parent: 2 - - uid: 12933 + - uid: 4987 components: - type: Transform - pos: 53.5,187.5 + pos: 28.5,265.5 parent: 2 - - uid: 12934 + - uid: 4988 components: - type: Transform - pos: 53.5,188.5 + pos: 29.5,264.5 parent: 2 - - uid: 12935 + - uid: 4989 components: - type: Transform - pos: 83.5,222.5 + pos: 29.5,263.5 parent: 2 - - uid: 12936 + - uid: 4990 components: - type: Transform - pos: 57.5,185.5 + pos: 30.5,263.5 parent: 2 - - uid: 12937 + - uid: 4991 components: - type: Transform - pos: 57.5,184.5 + pos: 31.5,263.5 parent: 2 - - uid: 12938 + - uid: 4992 components: - type: Transform - pos: 57.5,183.5 + pos: 32.5,263.5 parent: 2 - - uid: 12939 + - uid: 4993 components: - type: Transform - pos: 58.5,183.5 + pos: 33.5,263.5 parent: 2 - - uid: 12940 + - uid: 4994 components: - type: Transform - pos: 59.5,183.5 + pos: 33.5,264.5 parent: 2 - - uid: 12941 + - uid: 4995 components: - type: Transform - pos: 60.5,183.5 + pos: 34.5,264.5 parent: 2 - - uid: 12942 + - uid: 4996 components: - type: Transform - pos: 61.5,183.5 + pos: 34.5,265.5 parent: 2 - - uid: 12943 + - uid: 4997 components: - type: Transform - pos: 62.5,183.5 + pos: 35.5,265.5 parent: 2 - - uid: 12944 + - uid: 4998 components: - type: Transform - pos: 64.5,184.5 + pos: 35.5,266.5 parent: 2 - - uid: 12945 + - uid: 4999 components: - type: Transform - pos: 65.5,184.5 + pos: 35.5,267.5 parent: 2 - - uid: 12946 + - uid: 5000 components: - type: Transform - pos: 66.5,184.5 + pos: 36.5,267.5 parent: 2 - - uid: 12947 + - uid: 5001 components: - type: Transform - pos: 67.5,184.5 + pos: 36.5,268.5 parent: 2 - - uid: 12948 + - uid: 5002 components: - type: Transform - pos: 68.5,184.5 + pos: 36.5,269.5 parent: 2 - - uid: 12949 + - uid: 5003 components: - type: Transform - pos: 69.5,184.5 + pos: 36.5,270.5 parent: 2 - - uid: 12950 + - uid: 5004 components: - type: Transform - pos: 69.5,185.5 + pos: 39.5,271.5 parent: 2 - - uid: 12951 + - uid: 5005 components: - type: Transform - pos: 70.5,185.5 + pos: 37.5,270.5 parent: 2 - - uid: 12952 + - uid: 5006 components: - type: Transform - pos: 71.5,185.5 + pos: 37.5,271.5 parent: 2 - - uid: 12953 + - uid: 5007 components: - type: Transform - pos: 72.5,185.5 + pos: 38.5,272.5 parent: 2 - - uid: 12954 + - uid: 5008 components: - type: Transform - pos: 73.5,185.5 + pos: 39.5,272.5 parent: 2 - - uid: 12955 + - uid: 5009 components: - type: Transform - pos: 74.5,185.5 + pos: 38.5,271.5 parent: 2 - - uid: 12956 + - uid: 5010 components: - type: Transform - pos: 75.5,185.5 + pos: 40.5,271.5 parent: 2 - - uid: 12957 + - uid: 5011 components: - type: Transform - pos: 75.5,186.5 + pos: 41.5,271.5 parent: 2 - - uid: 12958 + - uid: 5012 components: - type: Transform - pos: 75.5,187.5 + pos: 41.5,270.5 parent: 2 - - uid: 12959 + - uid: 5013 components: - type: Transform - pos: 75.5,188.5 + pos: 42.5,270.5 parent: 2 - - uid: 12960 + - uid: 5014 components: - type: Transform - pos: 75.5,189.5 + pos: 42.5,269.5 parent: 2 - - uid: 12961 + - uid: 5015 components: - type: Transform - pos: 75.5,190.5 + pos: 43.5,268.5 parent: 2 - - uid: 12962 + - uid: 5016 components: - type: Transform - pos: 75.5,191.5 + pos: 44.5,268.5 parent: 2 - - uid: 12963 + - uid: 5017 components: - type: Transform - pos: 75.5,192.5 + pos: 42.5,268.5 parent: 2 - - uid: 12964 + - uid: 5018 components: - type: Transform - pos: 75.5,193.5 + pos: 44.5,267.5 parent: 2 - - uid: 12965 + - uid: 5019 components: - type: Transform - pos: 75.5,194.5 + pos: 45.5,267.5 parent: 2 - - uid: 12966 + - uid: 5020 components: - type: Transform - pos: 74.5,194.5 + pos: 45.5,266.5 parent: 2 - - uid: 12967 + - uid: 5021 components: - type: Transform - pos: 73.5,194.5 + pos: 46.5,266.5 parent: 2 - - uid: 12968 + - uid: 5022 components: - type: Transform - pos: 72.5,194.5 + pos: 47.5,266.5 parent: 2 - - uid: 12969 + - uid: 5023 components: - type: Transform - pos: 72.5,195.5 + pos: 48.5,266.5 parent: 2 - - uid: 12970 + - uid: 5024 components: - type: Transform - pos: 72.5,196.5 + pos: 49.5,266.5 parent: 2 - - uid: 12971 + - uid: 5025 components: - type: Transform - pos: 72.5,197.5 + pos: 57.5,264.5 parent: 2 - - uid: 12972 + - uid: 5026 components: - type: Transform - pos: 62.5,197.5 + pos: 49.5,265.5 parent: 2 - - uid: 12973 + - uid: 5027 components: - type: Transform - pos: 64.5,197.5 + pos: 50.5,265.5 parent: 2 - - uid: 12974 + - uid: 5028 components: - type: Transform - pos: 63.5,197.5 + pos: 51.5,265.5 parent: 2 - - uid: 12975 + - uid: 5029 components: - type: Transform - pos: 67.5,197.5 + pos: 52.5,265.5 parent: 2 - - uid: 12976 + - uid: 5030 components: - type: Transform - pos: 65.5,197.5 + pos: 53.5,265.5 parent: 2 - - uid: 12977 + - uid: 5031 components: - type: Transform - pos: 66.5,197.5 + pos: 54.5,265.5 parent: 2 - - uid: 12978 + - uid: 5032 components: - type: Transform - pos: 68.5,197.5 + pos: 55.5,265.5 parent: 2 - - uid: 12979 + - uid: 5033 components: - type: Transform - pos: 65.5,201.5 + pos: 56.5,265.5 parent: 2 - - uid: 12980 + - uid: 5034 components: - type: Transform - pos: 66.5,201.5 + pos: 57.5,265.5 parent: 2 - - uid: 12981 + - uid: 5035 components: - type: Transform - pos: 67.5,201.5 + pos: 58.5,264.5 parent: 2 - - uid: 12982 + - uid: 5036 components: - type: Transform - pos: 68.5,201.5 + pos: 59.5,264.5 parent: 2 - - uid: 12983 + - uid: 5037 components: - type: Transform - pos: 69.5,201.5 + pos: 60.5,264.5 parent: 2 - - uid: 12984 + - uid: 5038 components: - type: Transform - pos: 70.5,201.5 + pos: 60.5,265.5 parent: 2 - - uid: 12985 + - uid: 5039 components: - type: Transform - pos: 71.5,201.5 + pos: 61.5,265.5 parent: 2 - - uid: 12986 + - uid: 5040 components: - type: Transform - pos: 72.5,201.5 + pos: 61.5,266.5 parent: 2 - - uid: 12987 + - uid: 5041 components: - type: Transform - pos: 73.5,201.5 + pos: 62.5,266.5 parent: 2 - - uid: 12988 + - uid: 5042 components: - type: Transform - pos: 74.5,201.5 + pos: 66.5,268.5 parent: 2 - - uid: 12989 + - uid: 5043 components: - type: Transform - pos: 75.5,201.5 + pos: 62.5,267.5 parent: 2 - - uid: 12990 + - uid: 5044 components: - type: Transform - pos: 76.5,201.5 + pos: 62.5,268.5 parent: 2 - - uid: 12991 + - uid: 5045 components: - type: Transform - pos: 76.5,200.5 + pos: 63.5,269.5 parent: 2 - - uid: 12992 + - uid: 5046 components: - type: Transform - pos: 76.5,199.5 + pos: 63.5,270.5 parent: 2 - - uid: 12993 + - uid: 5047 components: - type: Transform - pos: 76.5,198.5 + pos: 64.5,269.5 parent: 2 - - uid: 12994 + - uid: 5048 components: - type: Transform - pos: 77.5,198.5 + pos: 65.5,269.5 parent: 2 - - uid: 12995 + - uid: 5049 components: - type: Transform - pos: 78.5,198.5 + pos: 65.5,268.5 parent: 2 - - uid: 12996 + - uid: 5050 components: - type: Transform - pos: 79.5,198.5 + pos: 66.5,267.5 parent: 2 - - uid: 12997 + - uid: 5051 components: - type: Transform - pos: 79.5,197.5 + pos: 66.5,266.5 parent: 2 - - uid: 12998 + - uid: 5052 components: - type: Transform - pos: 79.5,199.5 + pos: 67.5,266.5 parent: 2 - - uid: 12999 + - uid: 5053 components: - type: Transform - pos: 79.5,200.5 + pos: 67.5,264.5 parent: 2 - - uid: 13000 + - uid: 5054 components: - type: Transform - pos: 79.5,201.5 + pos: 67.5,263.5 parent: 2 - - uid: 13001 + - uid: 5055 components: - type: Transform - pos: 79.5,202.5 + pos: 68.5,263.5 parent: 2 - - uid: 13002 + - uid: 5056 components: - type: Transform - pos: 79.5,203.5 + pos: 68.5,262.5 parent: 2 - - uid: 13003 + - uid: 5057 components: - type: Transform - pos: 78.5,203.5 + pos: 68.5,261.5 parent: 2 - - uid: 13004 + - uid: 5058 components: - type: Transform - pos: 77.5,203.5 + pos: 68.5,260.5 parent: 2 - - uid: 13005 + - uid: 5059 components: - type: Transform - pos: 76.5,203.5 + pos: 68.5,259.5 parent: 2 - - uid: 13006 + - uid: 5060 components: - type: Transform - pos: 75.5,203.5 + pos: 68.5,258.5 parent: 2 - - uid: 13007 + - uid: 5061 components: - type: Transform - pos: 74.5,203.5 + pos: 68.5,257.5 parent: 2 - - uid: 13008 + - uid: 5062 components: - type: Transform - pos: 73.5,203.5 + pos: 68.5,256.5 parent: 2 - - uid: 13009 + - uid: 5063 components: - type: Transform - pos: 72.5,203.5 + pos: 69.5,256.5 parent: 2 - - uid: 13010 + - uid: 5064 components: - type: Transform - pos: 71.5,203.5 + pos: 69.5,255.5 parent: 2 - - uid: 13011 + - uid: 5065 components: - type: Transform - pos: 70.5,203.5 + pos: 69.5,254.5 parent: 2 - - uid: 13012 + - uid: 5066 components: - type: Transform - pos: 69.5,203.5 + pos: 69.5,253.5 parent: 2 - - uid: 13013 + - uid: 5067 components: - type: Transform - pos: 68.5,203.5 + pos: 69.5,252.5 parent: 2 - - uid: 13014 + - uid: 5068 components: - type: Transform - pos: 67.5,203.5 + pos: 68.5,252.5 parent: 2 - - uid: 13015 + - uid: 5069 components: - type: Transform - pos: 66.5,203.5 + pos: 68.5,251.5 parent: 2 - - uid: 13016 + - uid: 5070 components: - type: Transform - pos: 65.5,203.5 + pos: 67.5,251.5 parent: 2 - - uid: 13017 + - uid: 5071 components: - type: Transform - pos: 43.5,235.5 + pos: 67.5,250.5 parent: 2 - - uid: 13018 + - uid: 5072 components: - type: Transform - pos: 56.5,206.5 + pos: 67.5,249.5 parent: 2 - - uid: 13019 + - uid: 5073 components: - type: Transform - pos: 61.5,201.5 + pos: 68.5,249.5 parent: 2 - - uid: 13020 + - uid: 5074 components: - type: Transform - pos: 61.5,202.5 + pos: 80.5,249.5 parent: 2 - - uid: 13021 + - uid: 5075 components: - type: Transform - pos: 60.5,203.5 + pos: 68.5,248.5 parent: 2 - - uid: 13022 + - uid: 5076 components: - type: Transform - pos: 61.5,203.5 + pos: 69.5,248.5 parent: 2 - - uid: 13023 + - uid: 5077 components: - type: Transform - pos: 91.5,205.5 + pos: 69.5,247.5 parent: 2 - - uid: 13024 + - uid: 5078 components: - type: Transform - pos: 91.5,210.5 + pos: 70.5,247.5 parent: 2 - - uid: 13025 + - uid: 5079 components: - type: Transform - pos: 91.5,211.5 + pos: 71.5,247.5 parent: 2 - - uid: 13026 + - uid: 5080 components: - type: Transform - pos: 60.5,186.5 + pos: 72.5,247.5 parent: 2 - - uid: 13027 + - uid: 5081 components: - type: Transform - pos: 64.5,191.5 + pos: 73.5,247.5 parent: 2 - - uid: 13028 + - uid: 5082 components: - type: Transform - pos: 64.5,190.5 + pos: 73.5,248.5 parent: 2 - - uid: 13029 + - uid: 5083 components: - type: Transform - pos: 102.5,243.5 + pos: 74.5,248.5 parent: 2 - - uid: 13030 + - uid: 5084 components: - type: Transform - pos: 102.5,230.5 + pos: 75.5,248.5 parent: 2 - - uid: 13031 + - uid: 5085 components: - type: Transform - pos: 102.5,231.5 + pos: 76.5,248.5 parent: 2 - - uid: 13032 + - uid: 5086 components: - type: Transform - pos: 102.5,232.5 + pos: 77.5,248.5 parent: 2 - - uid: 13033 + - uid: 5087 components: - type: Transform - pos: 101.5,229.5 + pos: 78.5,248.5 parent: 2 - - uid: 13034 + - uid: 5088 components: - type: Transform - pos: 102.5,229.5 + pos: 79.5,248.5 parent: 2 - - uid: 13035 + - uid: 5089 components: - type: Transform - pos: 61.5,212.5 + pos: 79.5,249.5 parent: 2 - - uid: 13036 + - uid: 5090 components: - type: Transform - pos: 60.5,212.5 + pos: 81.5,249.5 parent: 2 - - uid: 13037 + - uid: 5091 components: - type: Transform - pos: 62.5,212.5 + pos: 81.5,248.5 parent: 2 - - uid: 13038 + - uid: 5092 components: - type: Transform - pos: 62.5,208.5 + pos: 82.5,248.5 parent: 2 - - uid: 13039 + - uid: 5093 components: - type: Transform - pos: 61.5,208.5 + pos: 83.5,248.5 parent: 2 - - uid: 13040 + - uid: 5094 components: - type: Transform - pos: 63.5,208.5 + pos: 84.5,248.5 parent: 2 - - uid: 13041 + - uid: 5095 components: - type: Transform - pos: 59.5,208.5 + pos: 85.5,248.5 parent: 2 - - uid: 13042 + - uid: 5096 components: - type: Transform - pos: 73.5,208.5 + pos: 86.5,248.5 parent: 2 - - uid: 13043 + - uid: 5097 components: - type: Transform - pos: 74.5,208.5 + pos: 87.5,248.5 parent: 2 - - uid: 13044 + - uid: 5098 components: - type: Transform - pos: 57.5,229.5 + pos: 87.5,247.5 parent: 2 - - uid: 13045 + - uid: 5099 components: - type: Transform - pos: 75.5,208.5 + pos: 88.5,247.5 parent: 2 - - uid: 13046 + - uid: 5100 components: - type: Transform - pos: 69.5,208.5 + pos: 89.5,247.5 parent: 2 - - uid: 13047 + - uid: 5101 components: - type: Transform - pos: 71.5,208.5 + pos: 90.5,246.5 parent: 2 - - uid: 13048 + - uid: 5102 components: - type: Transform - pos: 70.5,208.5 + pos: 91.5,246.5 parent: 2 - - uid: 13049 + - uid: 5103 components: - type: Transform - pos: 67.5,208.5 + pos: 91.5,245.5 parent: 2 - - uid: 13050 + - uid: 5104 components: - type: Transform - pos: 72.5,208.5 + pos: 92.5,245.5 parent: 2 - - uid: 13051 + - uid: 5105 components: - type: Transform - pos: 68.5,208.5 + pos: 93.5,245.5 parent: 2 - - uid: 13052 + - uid: 5106 components: - type: Transform - pos: 84.5,222.5 + pos: 94.5,245.5 parent: 2 - - uid: 13053 + - uid: 5107 components: - type: Transform - pos: 58.5,228.5 + pos: 95.5,245.5 parent: 2 - - uid: 13054 + - uid: 5108 components: - type: Transform - pos: 98.5,205.5 + pos: 95.5,244.5 parent: 2 - - uid: 13055 + - uid: 5109 components: - type: Transform - pos: 97.5,205.5 + pos: 95.5,243.5 parent: 2 - - uid: 13056 + - uid: 5110 components: - type: Transform - pos: 96.5,205.5 + pos: 55.5,253.5 parent: 2 - - uid: 13057 + - uid: 5111 components: - type: Transform - pos: 95.5,205.5 + pos: 85.5,125.5 parent: 2 - - uid: 13058 + - uid: 5112 components: - type: Transform - pos: 94.5,205.5 + pos: 86.5,125.5 parent: 2 - - uid: 13059 + - uid: 5113 components: - type: Transform - pos: 94.5,206.5 + pos: 103.5,236.5 parent: 2 - - uid: 13060 + - uid: 5114 components: - type: Transform - pos: 94.5,207.5 + pos: 103.5,238.5 parent: 2 - - uid: 13061 + - uid: 5115 components: - type: Transform - pos: 94.5,208.5 + pos: 59.5,160.5 parent: 2 - - uid: 13062 + - uid: 5116 components: - type: Transform - pos: 94.5,209.5 + pos: 59.5,161.5 parent: 2 - - uid: 13063 + - uid: 5117 components: - type: Transform - pos: 94.5,210.5 + pos: 59.5,171.5 parent: 2 - - uid: 13064 + - uid: 5118 components: - type: Transform - pos: 94.5,211.5 + pos: 59.5,172.5 parent: 2 - - uid: 13065 + - uid: 5119 components: - type: Transform - pos: 94.5,212.5 + pos: 59.5,166.5 parent: 2 - - uid: 13066 + - uid: 5120 components: - type: Transform - pos: 94.5,213.5 + pos: 59.5,167.5 parent: 2 - - uid: 13067 + - uid: 5121 components: - type: Transform - pos: 94.5,214.5 + pos: 59.5,170.5 parent: 2 - - uid: 13068 + - uid: 5122 components: - type: Transform - pos: 95.5,214.5 + pos: 59.5,168.5 parent: 2 - - uid: 13069 + - uid: 5123 components: - type: Transform - pos: 95.5,215.5 + pos: 59.5,169.5 parent: 2 - - uid: 13070 + - uid: 5124 components: - type: Transform - pos: 95.5,216.5 + pos: 59.5,163.5 parent: 2 - - uid: 13071 + - uid: 5125 components: - type: Transform - pos: 95.5,217.5 + pos: 59.5,162.5 parent: 2 - - uid: 13072 + - uid: 5126 components: - type: Transform - pos: 95.5,218.5 + pos: 59.5,165.5 parent: 2 - - uid: 13073 + - uid: 5127 components: - type: Transform - pos: 95.5,219.5 + pos: 59.5,164.5 parent: 2 - - uid: 13074 + - uid: 5128 components: - type: Transform - pos: 95.5,220.5 + pos: 57.5,159.5 parent: 2 - - uid: 13075 + - uid: 5129 components: - type: Transform - pos: 95.5,221.5 + pos: 58.5,159.5 parent: 2 - - uid: 13076 + - uid: 5130 components: - type: Transform - pos: 102.5,233.5 + pos: 59.5,159.5 parent: 2 - - uid: 13077 + - uid: 5131 components: - type: Transform - pos: 91.5,221.5 + pos: 59.5,173.5 parent: 2 - - uid: 13078 + - uid: 5132 components: - type: Transform - pos: 92.5,221.5 + pos: 59.5,175.5 parent: 2 - - uid: 13079 + - uid: 5133 components: - type: Transform - pos: 93.5,221.5 + pos: 59.5,174.5 parent: 2 - - uid: 13080 + - uid: 5134 components: - type: Transform - pos: 94.5,221.5 + pos: 56.5,159.5 parent: 2 - - uid: 13081 + - uid: 5135 components: - type: Transform - pos: 98.5,210.5 + pos: 51.5,214.5 parent: 2 - - uid: 13082 + - uid: 5136 components: - type: Transform - pos: 99.5,209.5 + pos: 51.5,213.5 parent: 2 - - uid: 13083 + - uid: 5137 components: - type: Transform - pos: 100.5,209.5 + pos: 51.5,212.5 parent: 2 - - uid: 13084 + - uid: 5138 components: - type: Transform - pos: 101.5,209.5 + pos: 51.5,210.5 parent: 2 - - uid: 13085 + - uid: 5139 components: - type: Transform - pos: 102.5,209.5 + pos: 51.5,211.5 parent: 2 - - uid: 13086 + - uid: 5140 components: - type: Transform - pos: 103.5,209.5 + pos: 55.5,252.5 parent: 2 - - uid: 13087 + - uid: 5141 components: - type: Transform - pos: 104.5,209.5 + pos: 55.5,248.5 parent: 2 - - uid: 13088 + - uid: 5142 components: - type: Transform - pos: 105.5,209.5 + pos: 55.5,250.5 parent: 2 - - uid: 13089 + - uid: 5143 components: - type: Transform - pos: 81.5,185.5 + pos: 55.5,251.5 parent: 2 - - uid: 13090 + - uid: 5144 components: - type: Transform - pos: 102.5,236.5 + pos: 55.5,249.5 parent: 2 - - uid: 13091 + - uid: 5145 components: - type: Transform - pos: 102.5,235.5 + pos: 55.5,256.5 parent: 2 - - uid: 13092 + - uid: 5146 components: - type: Transform - pos: 102.5,238.5 + pos: 55.5,258.5 parent: 2 - - uid: 13093 + - uid: 5147 components: - type: Transform - pos: 102.5,237.5 + pos: 55.5,254.5 parent: 2 - - uid: 13094 + - uid: 5148 components: - type: Transform - pos: 91.5,206.5 + pos: 55.5,257.5 parent: 2 - - uid: 13095 + - uid: 5149 components: - type: Transform - pos: 82.5,222.5 + pos: 55.5,255.5 parent: 2 - - uid: 13096 + - uid: 5150 components: - type: Transform - pos: 78.5,158.5 + pos: 55.5,262.5 parent: 2 - - uid: 13097 + - uid: 5151 components: - type: Transform - pos: 77.5,158.5 + pos: 55.5,260.5 parent: 2 - - uid: 13098 + - uid: 5152 components: - type: Transform - pos: 76.5,159.5 + pos: 55.5,261.5 parent: 2 - - uid: 13099 + - uid: 5153 components: - type: Transform - pos: 76.5,161.5 + pos: 55.5,259.5 parent: 2 - - uid: 13100 + - uid: 5154 components: - type: Transform - pos: 76.5,160.5 + pos: 55.5,247.5 parent: 2 - - uid: 13101 + - uid: 5155 components: - type: Transform - pos: 76.5,158.5 + pos: 56.5,247.5 parent: 2 - - uid: 13102 + - uid: 5156 components: - type: Transform - pos: 76.5,162.5 + pos: 57.5,247.5 parent: 2 - - uid: 13103 + - uid: 5157 components: - type: Transform - pos: 76.5,163.5 + pos: 58.5,247.5 parent: 2 - - uid: 13104 + - uid: 5158 components: - type: Transform - pos: 76.5,164.5 + pos: 60.5,247.5 parent: 2 - - uid: 13105 + - uid: 5159 components: - type: Transform - pos: 74.5,169.5 + pos: 59.5,247.5 parent: 2 - - uid: 13106 + - uid: 5160 components: - type: Transform - pos: 75.5,169.5 + pos: 61.5,247.5 parent: 2 - - uid: 13107 + - uid: 5161 components: - type: Transform - pos: 80.5,176.5 + pos: 62.5,247.5 parent: 2 - - uid: 13108 + - uid: 5162 components: - type: Transform - pos: 82.5,176.5 + pos: 63.5,247.5 parent: 2 - - uid: 13109 + - uid: 5163 components: - type: Transform - pos: 81.5,176.5 + pos: 64.5,247.5 parent: 2 - - uid: 13110 + - uid: 5164 components: - type: Transform - pos: 84.5,176.5 + pos: 67.5,247.5 parent: 2 - - uid: 13111 + - uid: 5165 components: - type: Transform - pos: 83.5,176.5 + pos: 68.5,247.5 parent: 2 - - uid: 13112 + - uid: 5166 components: - type: Transform - pos: 86.5,176.5 + pos: 65.5,247.5 parent: 2 - - uid: 13113 + - uid: 5167 components: - type: Transform - pos: 85.5,176.5 + pos: 66.5,247.5 parent: 2 - - uid: 13114 + - uid: 5168 components: - type: Transform - pos: 76.5,176.5 + pos: 97.5,234.5 parent: 2 - - uid: 13115 + - uid: 5169 components: - type: Transform - pos: 78.5,176.5 + pos: 102.5,228.5 parent: 2 - - uid: 13116 + - uid: 5170 components: - type: Transform - pos: 79.5,176.5 + pos: 101.5,228.5 parent: 2 - - uid: 13117 + - uid: 5171 components: - type: Transform - pos: 77.5,176.5 + pos: 99.5,228.5 parent: 2 - - uid: 13118 + - uid: 5172 components: - type: Transform - pos: 86.5,177.5 + pos: 100.5,228.5 parent: 2 - - uid: 13119 + - uid: 5173 components: - type: Transform - pos: 86.5,178.5 + pos: 98.5,228.5 parent: 2 - - uid: 13120 + - uid: 5174 components: - type: Transform - pos: 86.5,179.5 + pos: 97.5,229.5 parent: 2 - - uid: 13121 + - uid: 5175 components: - type: Transform - pos: 86.5,180.5 + pos: 97.5,228.5 parent: 2 - - uid: 13122 + - uid: 5176 components: - type: Transform - pos: 86.5,181.5 + pos: 116.5,239.5 parent: 2 - - uid: 13123 + - uid: 5177 components: - type: Transform - pos: 85.5,180.5 + pos: 53.5,262.5 parent: 2 - - uid: 13124 + - uid: 5178 components: - type: Transform - pos: 83.5,180.5 + pos: 46.5,262.5 parent: 2 - - uid: 13125 + - uid: 5179 components: - type: Transform - pos: 82.5,180.5 + pos: 44.5,262.5 parent: 2 - - uid: 13126 + - uid: 5180 components: - type: Transform - pos: 81.5,180.5 + pos: 45.5,262.5 parent: 2 - - uid: 13127 + - uid: 5181 components: - type: Transform - pos: 80.5,180.5 + pos: 43.5,262.5 parent: 2 - - uid: 13128 + - uid: 5182 components: - type: Transform - pos: 79.5,180.5 + pos: 47.5,262.5 parent: 2 - - uid: 13129 + - uid: 5183 components: - type: Transform - pos: 75.5,180.5 + pos: 54.5,262.5 parent: 2 - - uid: 13130 + - uid: 5184 components: - type: Transform - pos: 74.5,180.5 + pos: 52.5,262.5 parent: 2 - - uid: 13131 + - uid: 5185 components: - type: Transform - pos: 73.5,180.5 + pos: 51.5,262.5 parent: 2 - - uid: 13132 + - uid: 5186 components: - type: Transform - pos: 73.5,181.5 + pos: 50.5,262.5 parent: 2 - - uid: 13133 + - uid: 5187 components: - type: Transform - pos: 74.5,181.5 + pos: 48.5,262.5 parent: 2 - - uid: 13134 + - uid: 5188 components: - type: Transform - pos: 75.5,181.5 + pos: 49.5,262.5 parent: 2 - - uid: 13135 + - uid: 5189 components: - type: Transform - pos: 79.5,181.5 + pos: 42.5,262.5 parent: 2 - - uid: 13136 + - uid: 5190 components: - type: Transform - pos: 79.5,182.5 + pos: 41.5,262.5 parent: 2 - - uid: 13137 + - uid: 5191 components: - type: Transform - pos: 79.5,183.5 + pos: 40.5,262.5 parent: 2 - - uid: 13138 + - uid: 5192 components: - type: Transform - pos: 79.5,184.5 + pos: 39.5,258.5 parent: 2 - - uid: 13139 + - uid: 5193 components: - type: Transform - pos: 81.5,183.5 + pos: 39.5,260.5 parent: 2 - - uid: 13140 + - uid: 5194 components: - type: Transform - pos: 79.5,186.5 + pos: 39.5,261.5 parent: 2 - - uid: 13141 + - uid: 5195 components: - type: Transform - pos: 79.5,187.5 + pos: 39.5,262.5 parent: 2 - - uid: 13142 + - uid: 5196 components: - type: Transform - pos: 79.5,188.5 + pos: 39.5,259.5 parent: 2 - - uid: 13143 + - uid: 5197 components: - type: Transform - pos: 79.5,189.5 + pos: 39.5,257.5 parent: 2 - - uid: 13144 + - uid: 5198 components: - type: Transform - pos: 79.5,190.5 + pos: 39.5,256.5 parent: 2 - - uid: 13145 + - uid: 5199 components: - type: Transform - pos: 79.5,191.5 + pos: 39.5,242.5 parent: 2 - - uid: 13146 + - uid: 5200 components: - type: Transform - pos: 79.5,192.5 + pos: 39.5,255.5 parent: 2 - - uid: 13147 + - uid: 5201 components: - type: Transform - pos: 83.5,203.5 + pos: 39.5,253.5 parent: 2 - - uid: 13148 + - uid: 5202 components: - type: Transform - pos: 84.5,203.5 + pos: 39.5,254.5 parent: 2 - - uid: 13149 + - uid: 5203 components: - type: Transform - pos: 86.5,203.5 + pos: 39.5,239.5 parent: 2 - - uid: 13150 + - uid: 5204 components: - type: Transform - pos: 87.5,203.5 + pos: 39.5,252.5 parent: 2 - - uid: 13151 + - uid: 5205 components: - type: Transform - pos: 85.5,203.5 + pos: 39.5,240.5 parent: 2 - - uid: 13152 + - uid: 5206 components: - type: Transform - pos: 88.5,203.5 + pos: 39.5,241.5 parent: 2 - - uid: 13153 + - uid: 5207 components: - type: Transform - pos: 89.5,203.5 + pos: 41.5,238.5 parent: 2 - - uid: 13154 + - uid: 5208 components: - type: Transform - pos: 90.5,203.5 + pos: 40.5,238.5 parent: 2 - - uid: 13155 + - uid: 5209 components: - type: Transform - pos: 91.5,225.5 + pos: 39.5,248.5 parent: 2 - - uid: 13156 + - uid: 5210 components: - type: Transform - pos: 92.5,225.5 + pos: 39.5,249.5 parent: 2 - - uid: 13157 + - uid: 5211 components: - type: Transform - pos: 93.5,225.5 + pos: 39.5,245.5 parent: 2 - - uid: 13158 + - uid: 5212 components: - type: Transform - pos: 94.5,225.5 + pos: 39.5,247.5 parent: 2 - - uid: 13159 + - uid: 5213 components: - type: Transform - pos: 95.5,225.5 + pos: 39.5,243.5 parent: 2 - - uid: 13160 + - uid: 5214 components: - type: Transform - pos: 96.5,225.5 + pos: 39.5,244.5 parent: 2 - - uid: 13161 + - uid: 5215 components: - type: Transform - pos: 97.5,225.5 + pos: 39.5,251.5 parent: 2 - - uid: 13162 + - uid: 5216 components: - type: Transform - pos: 98.5,225.5 + pos: 39.5,246.5 parent: 2 - - uid: 13163 + - uid: 5217 components: - type: Transform - pos: 99.5,225.5 + pos: 39.5,250.5 parent: 2 - - uid: 13164 + - uid: 5218 components: - type: Transform - pos: 99.5,210.5 + pos: 36.5,238.5 parent: 2 - - uid: 13165 + - uid: 5219 components: - type: Transform - pos: 106.5,209.5 + pos: 35.5,238.5 parent: 2 - - uid: 13166 + - uid: 5220 components: - type: Transform - pos: 107.5,209.5 + pos: 38.5,238.5 parent: 2 - - uid: 13167 + - uid: 5221 components: - type: Transform - pos: 107.5,208.5 + pos: 39.5,238.5 parent: 2 - - uid: 13168 + - uid: 5222 components: - type: Transform - pos: 107.5,207.5 + pos: 37.5,238.5 parent: 2 - - uid: 13169 + - uid: 5223 components: - type: Transform - pos: 107.5,206.5 + pos: 34.5,238.5 parent: 2 - - uid: 13170 + - uid: 5224 components: - type: Transform - pos: 107.5,205.5 + pos: 33.5,238.5 parent: 2 - - uid: 13171 + - uid: 5225 components: - type: Transform - pos: 106.5,205.5 + pos: 32.5,238.5 parent: 2 - - uid: 13172 + - uid: 5226 components: - type: Transform - pos: 80.5,213.5 + pos: 114.5,239.5 parent: 2 - - uid: 13173 + - uid: 5227 components: - type: Transform - pos: 61.5,199.5 + pos: 114.5,240.5 parent: 2 - - uid: 13174 + - uid: 5228 components: - type: Transform - pos: 61.5,197.5 + pos: 115.5,239.5 parent: 2 - - uid: 13175 + - uid: 5229 components: - type: Transform - pos: 61.5,198.5 + pos: 68.5,66.5 parent: 2 - - uid: 13176 + - uid: 5230 components: - type: Transform - pos: 85.5,222.5 + pos: 68.5,72.5 parent: 2 - - uid: 13177 + - uid: 5231 components: - type: Transform - pos: 80.5,211.5 + pos: 68.5,71.5 parent: 2 - - uid: 13178 + - uid: 5232 components: - type: Transform - pos: 81.5,211.5 + pos: 68.5,70.5 parent: 2 - - uid: 13179 + - uid: 5233 components: - type: Transform - pos: 79.5,210.5 + pos: 68.5,67.5 parent: 2 - - uid: 13180 + - uid: 5234 components: - type: Transform - pos: 79.5,211.5 + pos: 68.5,65.5 parent: 2 - - uid: 13181 + - uid: 5235 components: - type: Transform - pos: 86.5,210.5 + pos: 68.5,68.5 parent: 2 - - uid: 13182 + - uid: 5236 components: - type: Transform - pos: 84.5,208.5 + pos: 68.5,69.5 parent: 2 - - uid: 13183 + - uid: 5237 components: - type: Transform - pos: 86.5,211.5 + pos: 52.5,198.5 parent: 2 - - uid: 13184 + - uid: 5238 components: - type: Transform - pos: 86.5,219.5 + pos: 30.5,230.5 parent: 2 - - uid: 13185 + - uid: 5239 components: - type: Transform - pos: 85.5,208.5 + pos: 30.5,231.5 parent: 2 - - uid: 13186 + - uid: 5240 components: - type: Transform - pos: 86.5,222.5 + pos: 52.5,199.5 parent: 2 - - uid: 13187 + - uid: 5241 components: - type: Transform - pos: 86.5,221.5 + pos: 30.5,238.5 parent: 2 - - uid: 13188 + - uid: 5242 components: - type: Transform - pos: 86.5,216.5 + pos: 30.5,229.5 parent: 2 - - uid: 13189 + - uid: 5243 components: - type: Transform - pos: 86.5,208.5 + pos: 52.5,197.5 parent: 2 - - uid: 13190 + - uid: 5244 components: - type: Transform - pos: 79.5,209.5 + pos: 51.5,197.5 parent: 2 - - uid: 13191 + - uid: 5245 components: - type: Transform - pos: 86.5,217.5 + pos: 50.5,197.5 parent: 2 - - uid: 13192 + - uid: 5246 components: - type: Transform - pos: 86.5,212.5 + pos: 52.5,205.5 parent: 2 - - uid: 13193 + - uid: 5247 components: - type: Transform - pos: 86.5,214.5 + pos: 52.5,201.5 parent: 2 - - uid: 13194 + - uid: 5248 components: - type: Transform - pos: 86.5,213.5 + pos: 52.5,203.5 parent: 2 - - uid: 13195 + - uid: 5249 components: - type: Transform - pos: 86.5,215.5 + pos: 52.5,204.5 parent: 2 - - uid: 13196 + - uid: 5250 components: - type: Transform - pos: 86.5,218.5 + pos: 52.5,202.5 parent: 2 - - uid: 13197 + - uid: 5251 components: - type: Transform - pos: 56.5,205.5 + pos: 52.5,200.5 parent: 2 - - uid: 13198 + - uid: 5252 components: - type: Transform - pos: 71.5,197.5 + pos: 85.5,156.5 parent: 2 - - uid: 13199 + - uid: 5253 components: - type: Transform - pos: 69.5,197.5 + pos: 85.5,155.5 parent: 2 - - uid: 13200 + - uid: 5254 components: - type: Transform - pos: 81.5,213.5 + pos: 85.5,154.5 parent: 2 - - uid: 13201 + - uid: 5255 components: - type: Transform - pos: 81.5,212.5 + pos: 85.5,152.5 parent: 2 - - uid: 13202 + - uid: 5256 components: - type: Transform - pos: 86.5,209.5 + pos: 85.5,153.5 parent: 2 - - uid: 13203 + - uid: 5257 components: - type: Transform - pos: 53.5,189.5 + pos: 85.5,151.5 parent: 2 - - uid: 13204 + - uid: 5258 components: - type: Transform - pos: 53.5,190.5 + pos: 97.5,235.5 parent: 2 - - uid: 13205 + - uid: 5259 components: - type: Transform - pos: 53.5,191.5 + pos: 30.5,236.5 parent: 2 - - uid: 13206 + - uid: 5260 components: - type: Transform - pos: 80.5,208.5 + pos: 30.5,237.5 parent: 2 - - uid: 13207 + - uid: 5261 components: - type: Transform - pos: 79.5,208.5 + pos: 30.5,235.5 parent: 2 - - uid: 13208 + - uid: 5262 components: - type: Transform - pos: 82.5,208.5 + pos: 30.5,232.5 parent: 2 - - uid: 13209 + - uid: 5263 components: - type: Transform - pos: 81.5,208.5 + pos: 30.5,233.5 parent: 2 - - uid: 13210 + - uid: 5264 components: - type: Transform - pos: 83.5,208.5 + pos: 30.5,234.5 parent: 2 - - uid: 13211 + - uid: 5265 components: - type: Transform - pos: 86.5,220.5 + pos: 68.5,63.5 parent: 2 - - uid: 13212 + - uid: 5266 components: - type: Transform - pos: 79.5,213.5 + pos: 68.5,62.5 parent: 2 - - uid: 13213 + - uid: 5267 components: - type: Transform - pos: 79.5,214.5 + pos: 68.5,61.5 parent: 2 - - uid: 13214 + - uid: 5268 components: - type: Transform - pos: 79.5,215.5 + pos: 68.5,64.5 parent: 2 - - uid: 13215 + - uid: 5269 components: - type: Transform - pos: 80.5,215.5 + pos: 30.5,221.5 parent: 2 - - uid: 13216 + - uid: 5270 components: - type: Transform - pos: 81.5,215.5 + pos: 30.5,222.5 parent: 2 - - uid: 13217 + - uid: 5271 components: - type: Transform - pos: 81.5,216.5 + pos: 30.5,223.5 parent: 2 - - uid: 13218 + - uid: 5272 components: - type: Transform - pos: 81.5,217.5 + pos: 30.5,224.5 parent: 2 - - uid: 13219 + - uid: 5273 components: - type: Transform - pos: 80.5,217.5 + pos: 30.5,220.5 parent: 2 - - uid: 13220 + - uid: 5274 components: - type: Transform - pos: 79.5,217.5 + pos: 30.5,228.5 parent: 2 - - uid: 13221 + - uid: 5275 components: - type: Transform - pos: 80.5,220.5 + pos: 30.5,226.5 parent: 2 - - uid: 13222 + - uid: 5276 components: - type: Transform - pos: 80.5,221.5 + pos: 31.5,220.5 parent: 2 - - uid: 13223 + - uid: 5277 components: - type: Transform - pos: 80.5,222.5 + pos: 32.5,220.5 parent: 2 - - uid: 13224 + - uid: 5278 components: - type: Transform - pos: 81.5,220.5 + pos: 36.5,220.5 parent: 2 - - uid: 13225 + - uid: 5279 components: - type: Transform - pos: 82.5,220.5 + pos: 38.5,220.5 parent: 2 - - uid: 13226 + - uid: 5280 components: - type: Transform - pos: 82.5,221.5 + pos: 37.5,220.5 parent: 2 - - uid: 13227 + - uid: 5281 components: - type: Transform - pos: 79.5,222.5 + pos: 34.5,220.5 parent: 2 - - uid: 13228 + - uid: 5282 components: - type: Transform - pos: 78.5,222.5 + pos: 39.5,220.5 parent: 2 - - uid: 13229 + - uid: 5283 components: - type: Transform - pos: 77.5,222.5 + pos: 35.5,220.5 parent: 2 - - uid: 13230 + - uid: 5284 components: - type: Transform - pos: 77.5,221.5 + pos: 33.5,220.5 parent: 2 - - uid: 13231 + - uid: 5285 components: - type: Transform - pos: 77.5,220.5 + pos: 30.5,227.5 parent: 2 - - uid: 13232 + - uid: 5286 components: - type: Transform - pos: 77.5,219.5 + pos: 30.5,225.5 parent: 2 - - uid: 13233 + - uid: 5287 components: - type: Transform - pos: 77.5,218.5 + pos: 51.5,218.5 parent: 2 - - uid: 13234 + - uid: 5288 components: - type: Transform - pos: 78.5,218.5 + pos: 51.5,219.5 parent: 2 - - uid: 13235 + - uid: 5289 components: - type: Transform - pos: 79.5,218.5 + pos: 51.5,217.5 parent: 2 - - uid: 13236 + - uid: 5290 components: - type: Transform - pos: 58.5,227.5 + pos: 47.5,219.5 parent: 2 - - uid: 13237 + - uid: 5291 components: - type: Transform - pos: 48.5,235.5 + pos: 49.5,219.5 parent: 2 - - uid: 13238 + - uid: 5292 components: - type: Transform - pos: 74.5,214.5 + pos: 48.5,219.5 parent: 2 - - uid: 13239 + - uid: 5293 components: - type: Transform - pos: 73.5,216.5 + pos: 50.5,219.5 parent: 2 - - uid: 13240 + - uid: 5294 components: - type: Transform - pos: 73.5,215.5 + pos: 51.5,216.5 parent: 2 - - uid: 13241 + - uid: 5295 components: - type: Transform - pos: 73.5,225.5 + pos: 82.5,238.5 parent: 2 - - uid: 13242 + - uid: 5296 components: - type: Transform - pos: 73.5,222.5 + pos: 82.5,239.5 parent: 2 - - uid: 13243 + - uid: 5297 components: - type: Transform - pos: 73.5,219.5 + pos: 82.5,240.5 parent: 2 - - uid: 13244 + - uid: 5298 components: - type: Transform - pos: 73.5,223.5 + pos: 82.5,242.5 parent: 2 - - uid: 13245 + - uid: 5299 components: - type: Transform - pos: 73.5,218.5 + pos: 82.5,241.5 parent: 2 - - uid: 13246 + - uid: 5300 components: - type: Transform - pos: 73.5,220.5 + pos: 81.5,242.5 parent: 2 - - uid: 13247 + - uid: 5301 components: - type: Transform - pos: 73.5,221.5 + pos: 80.5,242.5 parent: 2 - - uid: 13248 + - uid: 5302 components: - type: Transform - pos: 73.5,224.5 + pos: 79.5,242.5 parent: 2 - - uid: 13249 + - uid: 5303 components: - type: Transform - pos: 73.5,217.5 + pos: 77.5,242.5 parent: 2 - - uid: 13250 + - uid: 5304 components: - type: Transform - pos: 65.5,225.5 + pos: 78.5,242.5 parent: 2 - - uid: 13251 + - uid: 5305 components: - type: Transform - pos: 64.5,225.5 + pos: 76.5,242.5 parent: 2 - - uid: 13252 + - uid: 5306 components: - type: Transform - pos: 67.5,225.5 + pos: 75.5,242.5 parent: 2 - - uid: 13253 + - uid: 5307 components: - type: Transform - pos: 66.5,225.5 + pos: 74.5,242.5 parent: 2 - - uid: 13254 + - uid: 5308 components: - type: Transform - pos: 68.5,225.5 + pos: 73.5,242.5 parent: 2 - - uid: 13255 + - uid: 5309 components: - type: Transform - pos: 61.5,225.5 + pos: 44.5,219.5 parent: 2 - - uid: 13256 + - uid: 5310 components: - type: Transform - pos: 69.5,225.5 + pos: 45.5,219.5 parent: 2 - - uid: 13257 + - uid: 5311 components: - type: Transform - pos: 58.5,225.5 + pos: 46.5,219.5 parent: 2 - - uid: 13258 + - uid: 5312 components: - type: Transform - pos: 63.5,225.5 + pos: 73.5,243.5 parent: 2 - - uid: 13259 + - uid: 5313 components: - type: Transform - pos: 59.5,225.5 + pos: 73.5,244.5 parent: 2 - - uid: 13260 + - uid: 5314 components: - type: Transform - pos: 60.5,225.5 + pos: 73.5,246.5 parent: 2 - - uid: 13261 + - uid: 5315 components: - type: Transform - pos: 62.5,225.5 + pos: 73.5,245.5 parent: 2 - - uid: 13262 + - uid: 5316 components: - type: Transform - pos: 58.5,229.5 + pos: 39.5,219.5 parent: 2 - - uid: 13263 + - uid: 5317 components: - type: Transform - pos: 50.5,229.5 + pos: 40.5,219.5 parent: 2 - - uid: 13264 + - uid: 5318 components: - type: Transform - pos: 52.5,229.5 + pos: 41.5,219.5 parent: 2 - - uid: 13265 + - uid: 5319 components: - type: Transform - pos: 51.5,229.5 + pos: 43.5,219.5 parent: 2 - - uid: 13266 + - uid: 5320 components: - type: Transform - pos: 53.5,229.5 + pos: 42.5,219.5 parent: 2 - - uid: 13267 + - uid: 5321 components: - type: Transform - pos: 50.5,230.5 + pos: 51.5,209.5 parent: 2 - - uid: 13268 + - uid: 5322 components: - type: Transform - pos: 50.5,231.5 + pos: 51.5,207.5 parent: 2 - - uid: 13269 + - uid: 5323 components: - type: Transform - pos: 50.5,232.5 + pos: 51.5,208.5 parent: 2 - - uid: 13270 + - uid: 5324 components: - type: Transform - pos: 50.5,233.5 + pos: 51.5,206.5 parent: 2 - - uid: 13271 + - uid: 5325 components: - type: Transform - pos: 50.5,234.5 + pos: 51.5,205.5 parent: 2 - - uid: 13272 + - uid: 5326 components: - type: Transform - pos: 50.5,235.5 + pos: 51.5,175.5 parent: 2 - - uid: 13273 + - uid: 5327 components: - type: Transform - pos: 49.5,235.5 + pos: 95.5,237.5 parent: 2 - - uid: 13274 + - uid: 5328 components: - type: Transform - pos: 47.5,235.5 + pos: 90.5,237.5 parent: 2 - - uid: 13275 + - uid: 5329 components: - type: Transform - pos: 45.5,235.5 + pos: 89.5,237.5 parent: 2 - - uid: 13276 + - uid: 5330 components: - type: Transform - pos: 45.5,250.5 + pos: 94.5,237.5 parent: 2 - - uid: 13277 + - uid: 5331 components: - type: Transform - pos: 45.5,249.5 + pos: 93.5,237.5 parent: 2 - - uid: 13278 + - uid: 5332 components: - type: Transform - pos: 45.5,248.5 + pos: 92.5,237.5 parent: 2 - - uid: 13279 + - uid: 5333 components: - type: Transform - pos: 45.5,241.5 + pos: 91.5,237.5 parent: 2 - - uid: 13280 + - uid: 5334 components: - type: Transform - pos: 45.5,247.5 + pos: 88.5,237.5 parent: 2 - - uid: 13281 + - uid: 5335 components: - type: Transform - pos: 45.5,246.5 + pos: 87.5,237.5 parent: 2 - - uid: 13282 + - uid: 5336 components: - type: Transform - pos: 45.5,240.5 + pos: 86.5,237.5 parent: 2 - - uid: 13283 + - uid: 5337 components: - type: Transform - pos: 45.5,239.5 + pos: 55.5,159.5 parent: 2 - - uid: 13284 + - uid: 5338 components: - type: Transform - pos: 45.5,244.5 + pos: 55.5,144.5 parent: 2 - - uid: 13285 + - uid: 5339 components: - type: Transform - pos: 45.5,245.5 + pos: 55.5,145.5 parent: 2 - - uid: 13286 + - uid: 5340 components: - type: Transform - pos: 45.5,243.5 + pos: 55.5,146.5 parent: 2 - - uid: 13287 + - uid: 5341 components: - type: Transform - pos: 45.5,242.5 + pos: 55.5,147.5 parent: 2 - - uid: 13288 + - uid: 5342 components: - type: Transform - pos: 45.5,238.5 + pos: 58.5,175.5 parent: 2 - - uid: 13289 + - uid: 5343 components: - type: Transform - pos: 45.5,236.5 + pos: 55.5,153.5 parent: 2 - - uid: 13290 + - uid: 5344 components: - type: Transform - pos: 45.5,237.5 + pos: 55.5,151.5 parent: 2 - - uid: 13291 + - uid: 5345 components: - type: Transform - pos: 49.5,252.5 + pos: 55.5,156.5 parent: 2 - - uid: 13292 + - uid: 5346 components: - type: Transform - pos: 49.5,251.5 + pos: 57.5,175.5 parent: 2 - - uid: 13293 + - uid: 5347 components: - type: Transform - pos: 49.5,253.5 + pos: 55.5,152.5 parent: 2 - - uid: 13294 + - uid: 5348 components: - type: Transform - pos: 49.5,254.5 + pos: 55.5,148.5 parent: 2 - - uid: 13295 + - uid: 5349 components: - type: Transform - pos: 49.5,250.5 + pos: 56.5,175.5 parent: 2 - - uid: 13296 + - uid: 5350 components: - type: Transform - pos: 44.5,251.5 + pos: 55.5,149.5 parent: 2 - - uid: 13297 + - uid: 5351 components: - type: Transform - pos: 49.5,255.5 + pos: 55.5,150.5 parent: 2 - - uid: 13298 + - uid: 5352 components: - type: Transform - pos: 44.5,255.5 + pos: 55.5,158.5 parent: 2 - - uid: 13299 + - uid: 5353 components: - type: Transform - pos: 44.5,250.5 + pos: 52.5,175.5 parent: 2 - - uid: 13300 + - uid: 5354 components: - type: Transform - pos: 44.5,253.5 + pos: 55.5,154.5 parent: 2 - - uid: 13301 + - uid: 5355 components: - type: Transform - pos: 44.5,254.5 + pos: 55.5,155.5 parent: 2 - - uid: 13302 + - uid: 5356 components: - type: Transform - pos: 49.5,256.5 + pos: 55.5,157.5 parent: 2 - - uid: 13303 + - uid: 5357 components: - type: Transform - pos: 44.5,252.5 + pos: 53.5,175.5 parent: 2 - - uid: 13304 + - uid: 5358 components: - type: Transform - pos: 49.5,258.5 + pos: 55.5,175.5 parent: 2 - - uid: 13305 + - uid: 5359 components: - type: Transform - pos: 49.5,257.5 + pos: 54.5,175.5 parent: 2 - - uid: 13306 + - uid: 5360 components: - type: Transform - pos: 44.5,256.5 + pos: 85.5,237.5 parent: 2 - - uid: 13307 + - uid: 5361 components: - type: Transform - pos: 48.5,258.5 + pos: 84.5,237.5 parent: 2 - - uid: 13308 + - uid: 5362 components: - type: Transform - pos: 44.5,258.5 + pos: 83.5,237.5 parent: 2 - - uid: 13309 + - uid: 5363 components: - type: Transform - pos: 44.5,257.5 + pos: 51.5,215.5 parent: 2 - - uid: 13310 + - uid: 5364 components: - type: Transform - pos: 45.5,258.5 + pos: 82.5,237.5 parent: 2 - - uid: 13311 + - uid: 5365 components: - type: Transform - pos: 46.5,258.5 + pos: 53.5,131.5 parent: 2 - - uid: 13312 + - uid: 5366 components: - type: Transform - pos: 47.5,258.5 + pos: 66.5,131.5 parent: 2 - - uid: 13313 + - uid: 5367 components: - type: Transform - pos: 71.5,237.5 + pos: 65.5,131.5 parent: 2 - - uid: 13314 + - uid: 5368 components: - type: Transform - pos: 71.5,236.5 + pos: 64.5,131.5 parent: 2 - - uid: 13315 + - uid: 5369 components: - type: Transform - pos: 71.5,240.5 + pos: 63.5,131.5 parent: 2 - - uid: 13316 + - uid: 5370 components: - type: Transform - pos: 71.5,238.5 + pos: 62.5,131.5 parent: 2 - - uid: 13317 + - uid: 5371 components: - type: Transform - pos: 71.5,239.5 + pos: 61.5,131.5 parent: 2 - - uid: 13318 + - uid: 5372 components: - type: Transform - pos: 63.5,240.5 + pos: 60.5,131.5 parent: 2 - - uid: 13319 + - uid: 5373 components: - type: Transform - pos: 62.5,240.5 + pos: 59.5,131.5 parent: 2 - - uid: 13320 + - uid: 5374 components: - type: Transform - pos: 65.5,240.5 + pos: 58.5,131.5 parent: 2 - - uid: 13321 + - uid: 5375 components: - type: Transform - pos: 64.5,240.5 + pos: 57.5,131.5 parent: 2 - - uid: 13322 + - uid: 5376 components: - type: Transform - pos: 67.5,240.5 + pos: 56.5,131.5 parent: 2 - - uid: 13323 + - uid: 5377 components: - type: Transform - pos: 66.5,240.5 + pos: 55.5,131.5 parent: 2 - - uid: 13324 + - uid: 5378 components: - type: Transform - pos: 69.5,240.5 + pos: 54.5,131.5 parent: 2 - - uid: 13325 + - uid: 5379 components: - type: Transform - pos: 68.5,240.5 + pos: 52.5,131.5 parent: 2 - - uid: 13326 + - uid: 5380 components: - type: Transform - pos: 58.5,240.5 + pos: 50.5,131.5 parent: 2 - - uid: 13327 + - uid: 5381 components: - type: Transform - pos: 70.5,240.5 + pos: 51.5,131.5 parent: 2 - - uid: 13328 + - uid: 5382 components: - type: Transform - pos: 60.5,240.5 + pos: 49.5,131.5 parent: 2 - - uid: 13329 + - uid: 5383 components: - type: Transform - pos: 59.5,240.5 + pos: 66.5,135.5 parent: 2 - - uid: 13330 + - uid: 5384 components: - type: Transform - pos: 56.5,239.5 + pos: 66.5,138.5 parent: 2 - - uid: 13331 + - uid: 5385 components: - type: Transform - pos: 61.5,240.5 + pos: 48.5,131.5 parent: 2 - - uid: 13332 + - uid: 5386 components: - type: Transform - pos: 57.5,240.5 + pos: 45.5,131.5 parent: 2 - - uid: 13333 + - uid: 5387 components: - type: Transform - pos: 56.5,240.5 + pos: 44.5,131.5 parent: 2 - - uid: 13334 + - uid: 5388 components: - type: Transform - pos: 54.5,239.5 + pos: 47.5,131.5 parent: 2 - - uid: 13335 + - uid: 5389 components: - type: Transform - pos: 52.5,239.5 + pos: 46.5,131.5 parent: 2 - - uid: 13336 + - uid: 5390 components: - type: Transform - pos: 53.5,239.5 + pos: 66.5,132.5 parent: 2 - - uid: 13337 + - uid: 5391 components: - type: Transform - pos: 55.5,239.5 + pos: 66.5,134.5 parent: 2 - - uid: 13338 + - uid: 5392 components: - type: Transform - pos: 72.5,236.5 + pos: 66.5,133.5 parent: 2 - - uid: 13339 + - uid: 5393 components: - type: Transform - pos: 73.5,236.5 + pos: 66.5,139.5 parent: 2 - - uid: 13340 + - uid: 5394 components: - type: Transform - pos: 74.5,236.5 + pos: 66.5,140.5 parent: 2 - - uid: 13341 + - uid: 5395 components: - type: Transform - pos: 75.5,236.5 + pos: 66.5,141.5 parent: 2 - - uid: 13342 + - uid: 5396 components: - type: Transform - pos: 76.5,236.5 + pos: 66.5,142.5 parent: 2 - - uid: 13343 + - uid: 5397 components: - type: Transform - pos: 77.5,236.5 + pos: 66.5,143.5 parent: 2 - - uid: 13344 + - uid: 5398 components: - type: Transform - pos: 78.5,236.5 + pos: 65.5,143.5 parent: 2 - - uid: 13345 + - uid: 5399 components: - type: Transform - pos: 79.5,236.5 + pos: 64.5,143.5 parent: 2 - - uid: 13346 + - uid: 5400 components: - type: Transform - pos: 79.5,227.5 + pos: 63.5,143.5 parent: 2 - - uid: 13347 + - uid: 5401 components: - type: Transform - pos: 79.5,234.5 + pos: 62.5,143.5 parent: 2 - - uid: 13348 + - uid: 5402 components: - type: Transform - pos: 79.5,228.5 + pos: 61.5,143.5 parent: 2 - - uid: 13349 + - uid: 5403 components: - type: Transform - pos: 79.5,235.5 + pos: 66.5,136.5 parent: 2 - - uid: 13350 + - uid: 5404 components: - type: Transform - pos: 79.5,230.5 + pos: 60.5,143.5 parent: 2 - - uid: 13351 + - uid: 5405 components: - type: Transform - pos: 79.5,229.5 + pos: 66.5,137.5 parent: 2 - - uid: 13352 + - uid: 5406 components: - type: Transform - pos: 79.5,232.5 + pos: 59.5,143.5 parent: 2 - - uid: 13353 + - uid: 5407 components: - type: Transform - pos: 79.5,231.5 + pos: 58.5,143.5 parent: 2 - - uid: 13354 + - uid: 5408 components: - type: Transform - pos: 79.5,233.5 + pos: 57.5,143.5 parent: 2 - - uid: 13355 + - uid: 5409 components: - type: Transform - pos: 86.5,228.5 + pos: 56.5,143.5 parent: 2 - - uid: 13356 + - uid: 5410 components: - type: Transform - pos: 86.5,230.5 + pos: 55.5,143.5 parent: 2 - - uid: 13357 + - uid: 5411 components: - type: Transform - pos: 86.5,229.5 + pos: 41.5,76.5 parent: 2 - - uid: 13358 + - uid: 5412 components: - type: Transform - pos: 86.5,232.5 + pos: 41.5,75.5 parent: 2 - - uid: 13359 + - uid: 5413 components: - type: Transform - pos: 86.5,231.5 + pos: 41.5,74.5 parent: 2 - - uid: 13360 + - uid: 5414 components: - type: Transform - pos: 86.5,233.5 + pos: 62.5,73.5 parent: 2 - - uid: 13361 + - uid: 5415 components: - type: Transform - pos: 86.5,234.5 + pos: 68.5,73.5 parent: 2 - - uid: 13362 + - uid: 5416 components: - type: Transform - pos: 81.5,226.5 + pos: 48.5,73.5 parent: 2 - - uid: 13363 + - uid: 5417 components: - type: Transform - pos: 80.5,226.5 + pos: 53.5,73.5 parent: 2 - - uid: 13364 + - uid: 5418 components: - type: Transform - pos: 82.5,226.5 + pos: 50.5,73.5 parent: 2 - - uid: 13365 + - uid: 5419 components: - type: Transform - pos: 84.5,226.5 + pos: 42.5,73.5 parent: 2 - - uid: 13366 + - uid: 5420 components: - type: Transform - pos: 86.5,226.5 + pos: 41.5,73.5 parent: 2 - - uid: 13367 + - uid: 5421 components: - type: Transform - pos: 83.5,226.5 + pos: 44.5,73.5 parent: 2 - - uid: 13368 + - uid: 5422 components: - type: Transform - pos: 85.5,226.5 + pos: 43.5,73.5 parent: 2 - - uid: 13369 + - uid: 5423 components: - type: Transform - pos: 87.5,234.5 + pos: 46.5,73.5 parent: 2 - - uid: 13370 + - uid: 5424 components: - type: Transform - pos: 88.5,234.5 + pos: 45.5,73.5 parent: 2 - - uid: 13371 + - uid: 5425 components: - type: Transform - pos: 89.5,234.5 + pos: 47.5,73.5 parent: 2 - - uid: 13372 + - uid: 5426 components: - type: Transform - pos: 90.5,234.5 + pos: 63.5,73.5 parent: 2 - - uid: 13373 + - uid: 5427 components: - type: Transform - pos: 91.5,234.5 + pos: 64.5,73.5 parent: 2 - - uid: 13374 + - uid: 5428 components: - type: Transform - pos: 92.5,234.5 + pos: 65.5,73.5 parent: 2 - - uid: 13375 + - uid: 5429 components: - type: Transform - pos: 93.5,234.5 + pos: 66.5,73.5 parent: 2 - - uid: 13376 + - uid: 5430 components: - type: Transform - pos: 94.5,234.5 + pos: 67.5,73.5 parent: 2 - - uid: 13377 + - uid: 5431 components: - type: Transform - pos: 95.5,234.5 + pos: 54.5,73.5 parent: 2 - - uid: 13378 + - uid: 5432 components: - type: Transform - pos: 96.5,234.5 + pos: 55.5,73.5 parent: 2 - - uid: 13379 + - uid: 5433 components: - type: Transform - pos: 97.5,236.5 + pos: 49.5,73.5 parent: 2 - - uid: 13380 + - uid: 5434 components: - type: Transform - pos: 97.5,237.5 + pos: 51.5,73.5 parent: 2 - - uid: 13381 + - uid: 5435 components: - type: Transform - pos: 97.5,238.5 + pos: 52.5,73.5 parent: 2 - - uid: 13382 + - uid: 5436 components: - type: Transform - pos: 97.5,239.5 + pos: 56.5,73.5 parent: 2 - - uid: 13383 + - uid: 5437 components: - type: Transform - pos: 97.5,240.5 + pos: 58.5,73.5 parent: 2 - - uid: 13384 + - uid: 5438 components: - type: Transform - pos: 57.5,203.5 + pos: 57.5,73.5 parent: 2 - - uid: 13385 + - uid: 5439 components: - type: Transform - pos: 56.5,204.5 + pos: 59.5,73.5 parent: 2 - - uid: 13386 + - uid: 5440 components: - type: Transform - pos: 61.5,200.5 + pos: 60.5,73.5 parent: 2 - - uid: 13387 + - uid: 5441 components: - type: Transform - pos: 56.5,203.5 + pos: 61.5,73.5 parent: 2 - - uid: 13388 + - uid: 5442 components: - type: Transform - pos: 58.5,203.5 + pos: 35.5,60.5 parent: 2 - - uid: 13389 + - uid: 5443 components: - type: Transform - pos: 59.5,203.5 + pos: 36.5,60.5 parent: 2 - - uid: 13390 + - uid: 5444 components: - type: Transform - pos: 102.5,240.5 + pos: 37.5,60.5 parent: 2 - - uid: 13391 + - uid: 5445 components: - type: Transform - pos: 102.5,239.5 + pos: 38.5,60.5 parent: 2 - - uid: 13392 + - uid: 5446 components: - type: Transform - pos: 102.5,241.5 + pos: 39.5,60.5 parent: 2 - - uid: 13393 + - uid: 5447 components: - type: Transform - pos: 86.5,182.5 + pos: 40.5,60.5 parent: 2 - - uid: 13394 + - uid: 5448 components: - type: Transform - pos: 86.5,183.5 + pos: 41.5,60.5 parent: 2 - - uid: 13395 + - uid: 5449 components: - type: Transform - pos: 86.5,184.5 + pos: 42.5,60.5 parent: 2 - - uid: 13396 + - uid: 5450 components: - type: Transform - pos: 84.5,186.5 + pos: 32.5,60.5 parent: 2 - - uid: 13397 + - uid: 5451 components: - type: Transform - pos: 85.5,186.5 + pos: 33.5,60.5 parent: 2 - - uid: 13398 + - uid: 5452 components: - type: Transform - pos: 83.5,186.5 + pos: 34.5,60.5 parent: 2 - - uid: 13399 + - uid: 5453 components: - type: Transform - pos: 81.5,186.5 + pos: 43.5,60.5 parent: 2 - - uid: 13400 + - uid: 5454 components: - type: Transform - pos: 81.5,184.5 + pos: 44.5,60.5 parent: 2 - - uid: 13401 + - uid: 5455 components: - type: Transform - pos: 79.5,185.5 + pos: 45.5,60.5 parent: 2 - - uid: 13402 + - uid: 5456 components: - type: Transform - pos: 82.5,186.5 + pos: 46.5,60.5 parent: 2 - - uid: 13403 + - uid: 5457 components: - type: Transform - pos: 86.5,186.5 + pos: 47.5,60.5 parent: 2 - - uid: 13404 + - uid: 5458 components: - type: Transform - pos: 81.5,182.5 + pos: 48.5,60.5 parent: 2 - - uid: 13405 + - uid: 5459 components: - type: Transform - pos: 81.5,181.5 + pos: 105.5,51.5 parent: 2 - - uid: 13406 + - uid: 5460 components: - type: Transform - pos: 86.5,185.5 + pos: 105.5,57.5 parent: 2 - - uid: 13407 + - uid: 5461 components: - type: Transform - pos: 102.5,242.5 + pos: 105.5,58.5 parent: 2 - - uid: 13408 + - uid: 5462 components: - type: Transform - pos: 41.5,235.5 + pos: 105.5,53.5 parent: 2 - - uid: 13409 + - uid: 5463 components: - type: Transform - pos: 40.5,235.5 + pos: 105.5,40.5 parent: 2 - - uid: 13410 + - uid: 5464 components: - type: Transform - pos: 39.5,235.5 + pos: 105.5,43.5 parent: 2 - - uid: 13411 + - uid: 5465 components: - type: Transform - pos: 38.5,235.5 + pos: 105.5,42.5 parent: 2 - - uid: 13412 + - uid: 5466 components: - type: Transform - pos: 37.5,235.5 + pos: 105.5,44.5 parent: 2 - - uid: 13413 + - uid: 5467 components: - type: Transform - pos: 36.5,235.5 + pos: 105.5,45.5 parent: 2 - - uid: 13414 + - uid: 5468 components: - type: Transform - pos: 35.5,235.5 + pos: 105.5,46.5 parent: 2 - - uid: 13415 + - uid: 5469 components: - type: Transform - pos: 34.5,235.5 + pos: 105.5,47.5 parent: 2 - - uid: 13416 + - uid: 5470 components: - type: Transform - pos: 34.5,234.5 + pos: 105.5,48.5 parent: 2 - - uid: 13417 + - uid: 5471 components: - type: Transform - pos: 34.5,233.5 + pos: 105.5,49.5 parent: 2 - - uid: 13418 + - uid: 5472 components: - type: Transform - pos: 34.5,232.5 + pos: 105.5,50.5 parent: 2 - - uid: 13419 + - uid: 5473 components: - type: Transform - pos: 34.5,231.5 + pos: 84.5,38.5 parent: 2 - - uid: 13420 + - uid: 5474 components: - type: Transform - pos: 34.5,230.5 + pos: 105.5,41.5 parent: 2 - - uid: 13421 + - uid: 5475 components: - type: Transform - pos: 34.5,229.5 + pos: 105.5,52.5 parent: 2 - - uid: 13422 + - uid: 5476 components: - type: Transform - pos: 35.5,229.5 + pos: 99.5,69.5 parent: 2 - - uid: 13423 + - uid: 5477 components: - type: Transform - pos: 36.5,229.5 + pos: 100.5,69.5 parent: 2 - - uid: 13424 + - uid: 5478 components: - type: Transform - pos: 37.5,229.5 + pos: 101.5,69.5 parent: 2 - - uid: 13425 + - uid: 5479 components: - type: Transform - pos: 38.5,229.5 + pos: 97.5,69.5 parent: 2 - - uid: 13426 + - uid: 5480 components: - type: Transform - pos: 39.5,229.5 + pos: 98.5,69.5 parent: 2 - - uid: 13427 + - uid: 5481 components: - type: Transform - pos: 40.5,229.5 + pos: 96.5,69.5 parent: 2 - - uid: 13428 + - uid: 5482 components: - type: Transform - pos: 41.5,229.5 + pos: 94.5,69.5 parent: 2 - - uid: 13429 + - uid: 5483 components: - type: Transform - pos: 42.5,229.5 + pos: 105.5,54.5 parent: 2 - - uid: 13430 + - uid: 5484 components: - type: Transform - pos: 43.5,229.5 + pos: 105.5,55.5 parent: 2 - - uid: 13431 + - uid: 5485 components: - type: Transform - pos: 44.5,229.5 + pos: 105.5,56.5 parent: 2 - - uid: 13432 + - uid: 5486 components: - type: Transform - pos: 45.5,229.5 + pos: 93.5,69.5 parent: 2 - - uid: 13433 + - uid: 5487 components: - type: Transform - pos: 46.5,229.5 + pos: 95.5,69.5 parent: 2 - - uid: 13434 + - uid: 5488 components: - type: Transform - pos: 46.5,230.5 + pos: 104.5,127.5 parent: 2 - - uid: 13435 + - uid: 5489 components: - type: Transform - pos: 46.5,231.5 + pos: 92.5,69.5 parent: 2 - - uid: 13436 + - uid: 5490 components: - type: Transform - pos: 46.5,232.5 + pos: 91.5,69.5 parent: 2 - - uid: 13437 + - uid: 5491 components: - type: Transform - pos: 46.5,233.5 + pos: 104.5,123.5 parent: 2 - - uid: 13438 + - uid: 5492 components: - type: Transform - pos: 38.5,232.5 + pos: 104.5,126.5 parent: 2 - - uid: 13439 + - uid: 5493 components: - type: Transform - pos: 38.5,233.5 + pos: 104.5,124.5 parent: 2 - - uid: 13440 + - uid: 5494 components: - type: Transform - pos: 38.5,234.5 + pos: 104.5,125.5 parent: 2 - - uid: 13441 + - uid: 5495 components: - type: Transform - pos: 38.5,230.5 + pos: 104.5,122.5 parent: 2 - - uid: 13442 + - uid: 5496 components: - type: Transform - pos: 49.5,243.5 + pos: 91.5,77.5 parent: 2 - - uid: 13443 + - uid: 5497 components: - type: Transform - pos: 49.5,249.5 + pos: 91.5,78.5 parent: 2 - - uid: 13444 + - uid: 5498 components: - type: Transform - pos: 49.5,246.5 + pos: 91.5,79.5 parent: 2 - - uid: 13445 + - uid: 5499 components: - type: Transform - pos: 49.5,245.5 + pos: 91.5,80.5 parent: 2 - - uid: 13446 + - uid: 5500 components: - type: Transform - pos: 49.5,244.5 + pos: 91.5,82.5 parent: 2 - - uid: 13447 + - uid: 5501 components: - type: Transform - pos: 49.5,242.5 + pos: 91.5,81.5 parent: 2 - - uid: 13448 + - uid: 5502 components: - type: Transform - pos: 49.5,241.5 + pos: 91.5,75.5 parent: 2 - - uid: 13449 + - uid: 5503 components: - type: Transform - pos: 49.5,248.5 + pos: 91.5,76.5 parent: 2 - - uid: 13450 + - uid: 5504 components: - type: Transform - pos: 49.5,247.5 + pos: 91.5,74.5 parent: 2 - - uid: 13451 + - uid: 5505 components: - type: Transform - pos: 81.5,203.5 + pos: 105.5,38.5 parent: 2 - - uid: 13452 + - uid: 5506 components: - type: Transform - pos: 80.5,203.5 + pos: 102.5,38.5 parent: 2 - - uid: 13453 + - uid: 5507 components: - type: Transform - pos: 82.5,203.5 + pos: 103.5,38.5 parent: 2 - - uid: 13454 + - uid: 5508 components: - type: Transform - pos: 79.5,193.5 + pos: 105.5,39.5 parent: 2 - - uid: 13455 + - uid: 5509 components: - type: Transform - pos: 70.5,197.5 + pos: 104.5,38.5 parent: 2 - - uid: 13456 + - uid: 5510 components: - type: Transform - pos: 65.5,202.5 + pos: 85.5,38.5 parent: 2 - - uid: 13457 + - uid: 5511 components: - type: Transform - pos: 51.5,99.5 + pos: 88.5,38.5 parent: 2 - - uid: 13458 + - uid: 5512 components: - type: Transform - pos: 60.5,93.5 + pos: 87.5,38.5 parent: 2 - - uid: 13459 + - uid: 5513 components: - type: Transform - pos: 60.5,94.5 + pos: 86.5,38.5 parent: 2 - - uid: 13460 + - uid: 5514 components: - type: Transform - pos: 60.5,96.5 + pos: 65.5,60.5 parent: 2 - - uid: 13461 + - uid: 5515 components: - type: Transform - pos: 60.5,97.5 + pos: 61.5,60.5 parent: 2 - - uid: 13462 + - uid: 5516 components: - type: Transform - pos: 59.5,97.5 + pos: 62.5,60.5 parent: 2 - - uid: 13463 + - uid: 5517 components: - type: Transform - pos: 58.5,97.5 + pos: 64.5,60.5 parent: 2 - - uid: 13464 + - uid: 5518 components: - type: Transform - pos: 57.5,97.5 + pos: 63.5,60.5 parent: 2 - - uid: 13465 + - uid: 5519 components: - type: Transform - pos: 56.5,97.5 + pos: 60.5,60.5 parent: 2 - - uid: 13466 + - uid: 5520 components: - type: Transform - pos: 55.5,97.5 + pos: 104.5,121.5 parent: 2 - - uid: 13467 + - uid: 5521 components: - type: Transform - pos: 54.5,97.5 + pos: 105.5,120.5 parent: 2 - - uid: 13468 + - uid: 5522 components: - type: Transform - pos: 54.5,96.5 + pos: 104.5,120.5 parent: 2 - - uid: 13469 + - uid: 5523 components: - type: Transform - pos: 101.5,123.5 + pos: 107.5,120.5 parent: 2 - - uid: 13470 + - uid: 5524 components: - type: Transform - pos: 101.5,121.5 + pos: 106.5,120.5 parent: 2 - - uid: 13471 + - uid: 5525 components: - type: Transform - pos: 101.5,122.5 + pos: 109.5,120.5 parent: 2 - - uid: 13472 + - uid: 5526 components: - type: Transform - pos: 88.5,120.5 + pos: 108.5,120.5 parent: 2 - - uid: 13473 + - uid: 5527 components: - type: Transform - pos: 97.5,243.5 + pos: 111.5,120.5 parent: 2 - - uid: 13474 + - uid: 5528 components: - type: Transform - pos: 64.5,229.5 + pos: 110.5,120.5 parent: 2 - - uid: 13475 + - uid: 5529 components: - type: Transform - pos: 102.5,234.5 + pos: 91.5,70.5 parent: 2 - - uid: 13476 + - uid: 5530 components: - type: Transform - pos: 97.5,242.5 + pos: 112.5,120.5 parent: 2 - - uid: 13477 + - uid: 5531 components: - type: Transform - pos: 71.5,229.5 + pos: 91.5,72.5 parent: 2 - - uid: 13478 + - uid: 5532 components: - type: Transform - pos: 62.5,229.5 + pos: 91.5,71.5 parent: 2 - - uid: 13479 + - uid: 5533 components: - type: Transform - pos: 81.5,117.5 + pos: 91.5,73.5 parent: 2 - - uid: 13480 + - uid: 5534 components: - type: Transform - pos: 97.5,241.5 + pos: 91.5,83.5 parent: 2 - - uid: 13481 + - uid: 5535 components: - type: Transform - pos: 69.5,229.5 + pos: 91.5,86.5 parent: 2 - - uid: 13482 + - uid: 5536 components: - type: Transform - pos: 66.5,229.5 + pos: 91.5,87.5 parent: 2 - - uid: 13483 + - uid: 5537 components: - type: Transform - pos: 72.5,229.5 + pos: 91.5,85.5 parent: 2 - - uid: 13484 + - uid: 5538 components: - type: Transform - pos: 65.5,229.5 + pos: 91.5,84.5 parent: 2 - - uid: 13485 + - uid: 5539 components: - type: Transform - pos: 67.5,229.5 + pos: 91.5,91.5 parent: 2 - - uid: 13486 + - uid: 5540 components: - type: Transform - pos: 68.5,229.5 + pos: 91.5,89.5 parent: 2 - - uid: 13487 + - uid: 5541 components: - type: Transform - pos: 63.5,229.5 + pos: 91.5,90.5 parent: 2 - - uid: 13488 + - uid: 5542 components: - type: Transform - pos: 70.5,229.5 + pos: 91.5,88.5 parent: 2 - - uid: 13489 + - uid: 5543 components: - type: Transform - pos: 73.5,229.5 + pos: 109.5,100.5 parent: 2 - - uid: 13490 + - uid: 5544 components: - type: Transform - pos: 74.5,229.5 + pos: 91.5,92.5 parent: 2 - - uid: 13491 + - uid: 5545 components: - type: Transform - pos: 75.5,229.5 + pos: 91.5,94.5 parent: 2 - - uid: 13492 + - uid: 5546 components: - type: Transform - pos: 75.5,230.5 + pos: 91.5,93.5 parent: 2 - - uid: 13493 + - uid: 5547 components: - type: Transform - pos: 75.5,231.5 + pos: 105.5,66.5 parent: 2 - - uid: 13494 + - uid: 5548 components: - type: Transform - pos: 75.5,232.5 + pos: 105.5,65.5 parent: 2 - - uid: 13495 + - uid: 5549 components: - type: Transform - pos: 74.5,232.5 + pos: 105.5,68.5 parent: 2 - - uid: 13496 + - uid: 5550 components: - type: Transform - pos: 73.5,232.5 + pos: 105.5,67.5 parent: 2 - - uid: 13497 + - uid: 5551 components: - type: Transform - pos: 72.5,232.5 + pos: 108.5,100.5 parent: 2 - - uid: 13498 + - uid: 5552 components: - type: Transform - pos: 71.5,232.5 + pos: 107.5,100.5 parent: 2 - - uid: 13499 + - uid: 5553 components: - type: Transform - pos: 70.5,232.5 + pos: 105.5,60.5 parent: 2 - - uid: 13500 + - uid: 5554 components: - type: Transform - pos: 69.5,232.5 + pos: 105.5,59.5 parent: 2 - - uid: 13501 + - uid: 5555 components: - type: Transform - pos: 68.5,232.5 + pos: 105.5,61.5 parent: 2 - - uid: 13502 + - uid: 5556 components: - type: Transform - pos: 67.5,232.5 + pos: 105.5,62.5 parent: 2 - - uid: 13503 + - uid: 5557 components: - type: Transform - pos: 67.5,233.5 + pos: 105.5,63.5 parent: 2 - - uid: 13504 + - uid: 5558 components: - type: Transform - pos: 67.5,234.5 + pos: 105.5,64.5 parent: 2 - - uid: 13505 + - uid: 5559 components: - type: Transform - pos: 67.5,235.5 + pos: 100.5,38.5 parent: 2 - - uid: 13506 + - uid: 5560 components: - type: Transform - pos: 67.5,236.5 + pos: 99.5,38.5 parent: 2 - - uid: 13507 + - uid: 5561 components: - type: Transform - pos: 66.5,236.5 + pos: 101.5,38.5 parent: 2 - - uid: 13508 + - uid: 5562 components: - type: Transform - pos: 65.5,236.5 + pos: 89.5,38.5 parent: 2 - - uid: 13509 + - uid: 5563 components: - type: Transform - pos: 64.5,236.5 + pos: 90.5,38.5 parent: 2 - - uid: 13510 + - uid: 5564 components: - type: Transform - pos: 63.5,236.5 + pos: 92.5,38.5 parent: 2 - - uid: 13511 + - uid: 5565 components: - type: Transform - pos: 62.5,236.5 + pos: 91.5,38.5 parent: 2 - - uid: 13512 + - uid: 5566 components: - type: Transform - pos: 61.5,236.5 + pos: 98.5,38.5 parent: 2 - - uid: 13513 + - uid: 5567 components: - type: Transform - pos: 60.5,236.5 + pos: 93.5,38.5 parent: 2 - - uid: 13514 + - uid: 5568 components: - type: Transform - pos: 60.5,235.5 + pos: 96.5,38.5 parent: 2 - - uid: 13515 + - uid: 5569 components: - type: Transform - pos: 59.5,235.5 + pos: 95.5,38.5 parent: 2 - - uid: 13516 + - uid: 5570 components: - type: Transform - pos: 58.5,235.5 + pos: 94.5,38.5 parent: 2 - - uid: 13517 + - uid: 5571 components: - type: Transform - pos: 57.5,235.5 + pos: 97.5,38.5 parent: 2 - - uid: 13518 + - uid: 5572 components: - type: Transform - pos: 56.5,235.5 + pos: 104.5,100.5 parent: 2 - - uid: 13519 + - uid: 5573 components: - type: Transform - pos: 55.5,235.5 + pos: 106.5,100.5 parent: 2 - - uid: 13520 + - uid: 5574 components: - type: Transform - pos: 54.5,235.5 + pos: 105.5,100.5 parent: 2 - - uid: 13521 + - uid: 5575 components: - type: Transform - pos: 54.5,234.5 + pos: 103.5,100.5 parent: 2 - - uid: 13522 + - uid: 5576 components: - type: Transform - pos: 54.5,233.5 + pos: 102.5,100.5 parent: 2 - - uid: 13523 + - uid: 5577 components: - type: Transform - pos: 55.5,233.5 + pos: 93.5,94.5 parent: 2 - - uid: 13524 + - uid: 5578 components: - type: Transform - pos: 56.5,233.5 + pos: 52.5,60.5 parent: 2 - - uid: 13525 + - uid: 5579 components: - type: Transform - pos: 57.5,233.5 + pos: 49.5,60.5 parent: 2 - - uid: 13526 + - uid: 5580 components: - type: Transform - pos: 58.5,233.5 + pos: 50.5,60.5 parent: 2 - - uid: 13527 + - uid: 5581 components: - type: Transform - pos: 59.5,233.5 + pos: 51.5,60.5 parent: 2 - - uid: 13528 + - uid: 5582 components: - type: Transform - pos: 60.5,233.5 + pos: 53.5,60.5 parent: 2 - - uid: 13529 + - uid: 5583 components: - type: Transform - pos: 61.5,233.5 + pos: 54.5,60.5 parent: 2 - - uid: 13530 + - uid: 5584 components: - type: Transform - pos: 62.5,233.5 + pos: 55.5,60.5 parent: 2 - - uid: 13531 + - uid: 5585 components: - type: Transform - pos: 62.5,232.5 + pos: 56.5,60.5 parent: 2 - - uid: 13532 + - uid: 5586 components: - type: Transform - pos: 62.5,231.5 + pos: 57.5,60.5 parent: 2 - - uid: 13533 + - uid: 5587 components: - type: Transform - pos: 62.5,230.5 + pos: 58.5,60.5 parent: 2 - - uid: 13534 + - uid: 5588 components: - type: Transform - pos: 59.5,212.5 + pos: 59.5,60.5 parent: 2 - - uid: 13535 + - uid: 5589 components: - type: Transform - pos: 56.5,207.5 + pos: 70.5,45.5 parent: 2 - - uid: 13536 + - uid: 5590 components: - type: Transform - pos: 57.5,208.5 + pos: 70.5,46.5 parent: 2 - - uid: 13537 + - uid: 5591 components: - type: Transform - pos: 56.5,208.5 + pos: 66.5,60.5 parent: 2 - - uid: 13538 + - uid: 5592 components: - type: Transform - pos: 58.5,210.5 + pos: 67.5,60.5 parent: 2 - - uid: 13539 + - uid: 5593 components: - type: Transform - pos: 58.5,212.5 + pos: 68.5,60.5 parent: 2 - - uid: 13540 + - uid: 5594 components: - type: Transform - pos: 58.5,208.5 + pos: 69.5,60.5 parent: 2 - - uid: 13541 + - uid: 5595 components: - type: Transform - pos: 58.5,209.5 + pos: 70.5,60.5 parent: 2 - - uid: 13542 + - uid: 5596 components: - type: Transform - pos: 58.5,211.5 + pos: 105.5,69.5 parent: 2 - - uid: 13543 + - uid: 5597 components: - type: Transform - pos: 70.5,189.5 + pos: 111.5,128.5 parent: 2 - - uid: 13544 + - uid: 5598 components: - type: Transform - pos: 70.5,188.5 + pos: 109.5,128.5 parent: 2 - - uid: 13545 + - uid: 5599 components: - type: Transform - pos: 70.5,186.5 + pos: 110.5,128.5 parent: 2 - - uid: 13546 + - uid: 5600 components: - type: Transform - pos: 70.5,187.5 + pos: 107.5,128.5 parent: 2 - - uid: 13547 + - uid: 5601 components: - type: Transform - pos: 70.5,190.5 + pos: 108.5,128.5 parent: 2 - - uid: 13548 + - uid: 5602 components: - type: Transform - pos: 69.5,186.5 + pos: 106.5,128.5 parent: 2 - - uid: 13549 + - uid: 5603 components: - type: Transform - pos: 69.5,190.5 + pos: 102.5,69.5 parent: 2 - - uid: 13550 + - uid: 5604 components: - type: Transform - pos: 57.5,186.5 + pos: 105.5,128.5 parent: 2 - - uid: 13551 + - uid: 5605 components: - type: Transform - pos: 58.5,186.5 + pos: 104.5,128.5 parent: 2 - - uid: 13552 + - uid: 5606 components: - type: Transform - pos: 59.5,186.5 + pos: 103.5,69.5 parent: 2 - - uid: 13553 + - uid: 5607 components: - type: Transform - pos: 64.5,189.5 + pos: 104.5,69.5 parent: 2 - - uid: 13554 + - uid: 5608 components: - type: Transform - pos: 60.5,192.5 + pos: 95.5,94.5 parent: 2 - - uid: 13555 + - uid: 5609 components: - type: Transform - pos: 60.5,189.5 + pos: 96.5,94.5 parent: 2 - - uid: 13556 + - uid: 5610 components: - type: Transform - pos: 56.5,194.5 + pos: 97.5,94.5 parent: 2 - - uid: 13557 + - uid: 5611 components: - type: Transform - pos: 53.5,192.5 + pos: 98.5,94.5 parent: 2 - - uid: 13558 + - uid: 5612 components: - type: Transform - pos: 60.5,193.5 + pos: 99.5,94.5 parent: 2 - - uid: 13559 + - uid: 5613 components: - type: Transform - pos: 59.5,194.5 + pos: 100.5,94.5 parent: 2 - - uid: 13560 + - uid: 5614 components: - type: Transform - pos: 53.5,193.5 + pos: 102.5,94.5 parent: 2 - - uid: 13561 + - uid: 5615 components: - type: Transform - pos: 54.5,194.5 + pos: 102.5,98.5 parent: 2 - - uid: 13562 + - uid: 5616 components: - type: Transform - pos: 58.5,194.5 + pos: 102.5,99.5 parent: 2 - - uid: 13563 + - uid: 5617 components: - type: Transform - pos: 60.5,194.5 + pos: 102.5,97.5 parent: 2 - - uid: 13564 + - uid: 5618 components: - type: Transform - pos: 55.5,194.5 + pos: 102.5,96.5 parent: 2 - - uid: 13565 + - uid: 5619 components: - type: Transform - pos: 53.5,194.5 + pos: 102.5,95.5 parent: 2 - - uid: 13566 + - uid: 5620 components: - type: Transform - pos: 57.5,194.5 + pos: 101.5,94.5 parent: 2 - - uid: 13567 + - uid: 5621 components: - type: Transform - pos: 63.5,191.5 + pos: 94.5,94.5 parent: 2 - - uid: 13568 + - uid: 5622 components: - type: Transform - pos: 61.5,186.5 + pos: 92.5,94.5 parent: 2 - - uid: 13569 + - uid: 5623 components: - type: Transform - pos: 62.5,186.5 + pos: 70.5,49.5 parent: 2 - - uid: 13570 + - uid: 5624 components: - type: Transform - pos: 60.5,187.5 + pos: 70.5,48.5 parent: 2 - - uid: 13571 + - uid: 5625 components: - type: Transform - pos: 63.5,186.5 + pos: 70.5,47.5 parent: 2 - - uid: 13572 + - uid: 5626 components: - type: Transform - pos: 64.5,186.5 + pos: 70.5,52.5 parent: 2 - - uid: 13573 + - uid: 5627 components: - type: Transform - pos: 60.5,191.5 + pos: 70.5,50.5 parent: 2 - - uid: 13574 + - uid: 5628 components: - type: Transform - pos: 65.5,186.5 + pos: 70.5,51.5 parent: 2 - - uid: 13575 + - uid: 5629 components: - type: Transform - pos: 62.5,191.5 + pos: 33.5,86.5 parent: 2 - - uid: 13576 + - uid: 5630 components: - type: Transform - pos: 66.5,188.5 + pos: 31.5,238.5 parent: 2 - - uid: 13577 + - uid: 5631 components: - type: Transform - pos: 65.5,191.5 + pos: 49.5,197.5 parent: 2 - - uid: 13578 + - uid: 5632 components: - type: Transform - pos: 66.5,186.5 + pos: 48.5,197.5 parent: 2 - - uid: 13579 + - uid: 5633 components: - type: Transform - pos: 64.5,188.5 + pos: 47.5,197.5 parent: 2 - - uid: 13580 + - uid: 5634 components: - type: Transform - pos: 68.5,190.5 + pos: 87.5,125.5 parent: 2 - - uid: 13581 + - uid: 5635 components: - type: Transform - pos: 67.5,186.5 + pos: 88.5,125.5 parent: 2 - - uid: 13582 + - uid: 5636 components: - type: Transform - pos: 67.5,190.5 + pos: 89.5,125.5 parent: 2 - - uid: 13583 + - uid: 5637 components: - type: Transform - pos: 68.5,186.5 + pos: 90.5,125.5 parent: 2 - - uid: 13584 + - uid: 5638 components: - type: Transform - pos: 61.5,191.5 + pos: 90.5,126.5 parent: 2 - - uid: 13585 + - uid: 5639 components: - type: Transform - pos: 66.5,190.5 + pos: 90.5,127.5 parent: 2 - - uid: 13586 + - uid: 5640 components: - type: Transform - pos: 65.5,188.5 + pos: 91.5,127.5 parent: 2 - - uid: 13587 + - uid: 5641 components: - type: Transform - pos: 66.5,191.5 + pos: 92.5,127.5 parent: 2 - - uid: 13588 + - uid: 5642 components: - type: Transform - pos: 70.5,152.5 + pos: 93.5,127.5 parent: 2 - - uid: 13589 + - uid: 5643 components: - type: Transform - pos: 70.5,153.5 + pos: 94.5,127.5 parent: 2 - - uid: 13590 + - uid: 5644 components: - type: Transform - pos: 68.5,168.5 + pos: 83.5,126.5 parent: 2 - - uid: 13591 + - uid: 5645 components: - type: Transform - pos: 65.5,155.5 + pos: 82.5,126.5 parent: 2 - - uid: 13592 + - uid: 5646 components: - type: Transform - pos: 65.5,156.5 + pos: 81.5,126.5 parent: 2 - - uid: 13593 + - uid: 5647 components: - type: Transform - pos: 66.5,156.5 + pos: 122.5,211.5 parent: 2 - - uid: 13594 + - uid: 5648 components: - type: Transform - pos: 70.5,156.5 + pos: 122.5,209.5 parent: 2 - - uid: 13595 + - uid: 5649 components: - type: Transform - pos: 70.5,155.5 + pos: 122.5,213.5 parent: 2 - - uid: 13596 + - uid: 5650 components: - type: Transform - pos: 66.5,157.5 + pos: 122.5,212.5 parent: 2 - - uid: 13597 + - uid: 5812 components: - type: Transform - pos: 66.5,159.5 + pos: 89.5,144.5 parent: 2 - - uid: 13598 + - uid: 5814 components: - type: Transform - pos: 68.5,167.5 + pos: 89.5,142.5 parent: 2 - - uid: 13599 + - uid: 5816 components: - type: Transform - pos: 66.5,160.5 + pos: 89.5,146.5 parent: 2 - - uid: 13600 + - uid: 5820 components: - type: Transform - pos: 67.5,160.5 + pos: 89.5,147.5 parent: 2 - - uid: 13601 + - uid: 5821 components: - type: Transform - pos: 71.5,160.5 + pos: 89.5,145.5 parent: 2 - - uid: 13602 + - uid: 5822 components: - type: Transform - pos: 67.5,163.5 + pos: 89.5,143.5 parent: 2 - - uid: 13603 + - uid: 5850 components: - type: Transform - pos: 68.5,164.5 + rot: 1.5707963267948966 rad + pos: 97.5,243.5 parent: 2 - - uid: 13604 + - uid: 5852 components: - type: Transform - pos: 67.5,164.5 + rot: 1.5707963267948966 rad + pos: 98.5,243.5 parent: 2 - - uid: 13605 + - uid: 8708 components: - type: Transform - pos: 68.5,165.5 + rot: 1.5707963267948966 rad + pos: 101.5,243.5 parent: 2 - - uid: 13606 + - uid: 8714 components: - type: Transform - pos: 68.5,166.5 + rot: 1.5707963267948966 rad + pos: 99.5,243.5 parent: 2 - - uid: 13607 + - uid: 8715 components: - type: Transform - pos: 65.5,152.5 + rot: 1.5707963267948966 rad + pos: 102.5,242.5 parent: 2 - - uid: 13608 + - uid: 8716 components: - type: Transform - pos: 65.5,153.5 + rot: 1.5707963267948966 rad + pos: 102.5,243.5 parent: 2 - - uid: 13609 + - uid: 8723 components: - type: Transform - pos: 71.5,156.5 + rot: 1.5707963267948966 rad + pos: 100.5,243.5 parent: 2 - - uid: 13610 +- proto: N14WallRuins + entities: + - uid: 12183 components: - type: Transform - pos: 71.5,159.5 + pos: 28.5,69.5 parent: 2 - - uid: 13611 + - uid: 12184 components: - type: Transform - pos: 66.5,158.5 + pos: 27.5,69.5 parent: 2 - - uid: 13612 + - uid: 12185 components: - type: Transform - pos: 67.5,161.5 + pos: 25.5,65.5 parent: 2 - - uid: 13613 + - uid: 12186 components: - type: Transform - pos: 67.5,162.5 + pos: 27.5,65.5 parent: 2 - - uid: 13614 + - uid: 12187 components: - type: Transform - pos: 72.5,164.5 + pos: 24.5,65.5 parent: 2 - - uid: 13615 + - uid: 12188 components: - type: Transform - pos: 65.5,154.5 + pos: 26.5,65.5 parent: 2 - - uid: 13616 + - uid: 12189 components: - type: Transform - pos: 70.5,154.5 + pos: 24.5,69.5 parent: 2 - - uid: 13617 + - uid: 12190 components: - type: Transform - pos: 71.5,157.5 + pos: 26.5,69.5 parent: 2 - - uid: 13618 + - uid: 12191 components: - type: Transform - pos: 71.5,158.5 + pos: 25.5,69.5 parent: 2 - - uid: 13619 + - uid: 12192 components: - type: Transform - pos: 69.5,152.5 + pos: 23.5,67.5 parent: 2 - - uid: 13620 + - uid: 12193 components: - type: Transform - pos: 69.5,151.5 + pos: 23.5,65.5 parent: 2 - - uid: 13621 + - uid: 12194 components: - type: Transform - pos: 98.5,64.5 + pos: 23.5,69.5 parent: 2 - - uid: 13622 + - uid: 12195 components: - type: Transform - pos: 85.5,64.5 + pos: 23.5,68.5 parent: 2 - - uid: 13623 + - uid: 12196 components: - type: Transform - pos: 91.5,54.5 + pos: 23.5,66.5 parent: 2 - - uid: 13624 + - uid: 12197 components: - type: Transform - pos: 101.5,63.5 + pos: 28.5,65.5 parent: 2 - - uid: 13625 + - uid: 12198 components: - type: Transform - pos: 90.5,59.5 + pos: 29.5,65.5 parent: 2 - - uid: 13626 + - uid: 12199 components: - type: Transform - pos: 90.5,55.5 + pos: 29.5,69.5 parent: 2 - - uid: 13627 +- proto: N14WallSewerTall + entities: + - uid: 13123 components: - type: Transform - pos: 97.5,59.5 + pos: 85.5,180.5 parent: 2 - - uid: 13628 +- proto: N14WallWoodLog + entities: + - uid: 14243 components: - type: Transform - pos: 97.5,55.5 + pos: 45.5,124.5 parent: 2 - - uid: 13629 + - uid: 14244 components: - type: Transform - pos: 94.5,49.5 + pos: 44.5,124.5 parent: 2 - - uid: 13630 + - uid: 14245 components: - type: Transform - pos: 96.5,55.5 + pos: 43.5,124.5 parent: 2 - - uid: 13631 + - uid: 14246 components: - type: Transform - pos: 96.5,54.5 + pos: 42.5,124.5 parent: 2 - - uid: 13632 + - uid: 14247 components: - type: Transform - pos: 96.5,59.5 + pos: 42.5,123.5 parent: 2 - - uid: 13633 + - uid: 14248 components: - type: Transform - pos: 96.5,60.5 + pos: 42.5,122.5 parent: 2 - - uid: 13634 + - uid: 14249 components: - type: Transform - pos: 91.5,59.5 + pos: 42.5,121.5 parent: 2 - - uid: 13635 +- proto: N14WastelandFloraWildCaveFungus + entities: + - uid: 14250 components: - type: Transform - pos: 97.5,50.5 + pos: 109.5,195.5 parent: 2 - - uid: 13636 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14252 components: - type: Transform - pos: 91.5,60.5 + pos: 110.5,215.5 parent: 2 - - uid: 13637 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14253 components: - type: Transform - pos: 91.5,55.5 + pos: 113.5,209.5 parent: 2 - - uid: 13638 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14254 components: - type: Transform - pos: 98.5,50.5 + pos: 106.5,173.5 parent: 2 - - uid: 13639 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14255 components: - type: Transform - pos: 95.5,50.5 + pos: 97.5,173.5 parent: 2 - - uid: 13640 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildCaveFungusRad + entities: + - uid: 14256 components: - type: Transform - pos: 96.5,50.5 + pos: 95.5,105.5 parent: 2 - - uid: 13641 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14257 components: - type: Transform - pos: 85.5,56.5 + pos: 95.5,116.5 parent: 2 - - uid: 13642 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14258 components: - type: Transform - pos: 85.5,51.5 + pos: 104.5,115.5 parent: 2 - - uid: 13643 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14259 components: - type: Transform - pos: 101.5,50.5 + pos: 103.5,105.5 parent: 2 - - uid: 13644 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 14260 components: - type: Transform - pos: 85.5,54.5 + pos: 105.5,111.5 parent: 2 - - uid: 13645 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandTribalSpear + entities: + - uid: 14263 components: - type: Transform - pos: 85.5,55.5 + rot: -1.5707963267948966 rad + pos: 47.30032,115.8841 parent: 2 - - uid: 13646 +- proto: N14weapon10mmpipe + entities: + - uid: 3811 components: - type: Transform - pos: 99.5,50.5 + pos: 48.41085,114.589 parent: 2 - - uid: 13647 + - uid: 14264 components: - type: Transform - pos: 85.5,52.5 + rot: -1.5707963267948966 rad + pos: 51.582474,223.52037 parent: 2 - - uid: 13648 +- proto: N14WeaponCaravanShotgun + entities: + - uid: 14266 components: - type: Transform - pos: 85.5,53.5 + pos: 59.454693,209.89224 parent: 2 - - uid: 13649 +- proto: N14WeaponLaserPistol + entities: + - uid: 14267 components: - type: Transform - pos: 100.5,50.5 + pos: 91.99151,152.64256 parent: 2 - - uid: 13650 +- proto: N14WeaponLaserRifle + entities: + - uid: 14268 components: - type: Transform - pos: 92.5,65.5 + pos: 91.4804,152.80458 parent: 2 - - uid: 13651 +- proto: N14WeaponPistol10mm + entities: + - uid: 14269 components: - type: Transform - pos: 93.5,65.5 + pos: 113.569435,193.91557 parent: 2 - - uid: 13652 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14270 components: - type: Transform - pos: 101.5,51.5 + pos: 113.61631,194.46245 parent: 2 - - uid: 13653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14271 components: - type: Transform - pos: 90.5,65.5 + pos: 113.600685,194.19682 parent: 2 - - uid: 13654 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14WeaponPistol9mm + entities: + - uid: 14272 components: - type: Transform - pos: 91.5,65.5 + pos: 103.55187,142.54205 parent: 2 - - uid: 13655 +- proto: N14WeaponPlasmaRifle + entities: + - uid: 14273 components: - type: Transform - pos: 88.5,65.5 + pos: 105.47975,144.82959 parent: 2 - - uid: 13656 +- proto: N14WeaponRevolver10mm + entities: + - uid: 1298 components: - type: Transform - pos: 89.5,65.5 - parent: 2 - - uid: 13657 + parent: 1295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1299 components: - type: Transform - pos: 86.5,51.5 - parent: 2 - - uid: 13658 + parent: 1295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 14274 components: - type: Transform - pos: 86.5,65.5 + pos: 124.53876,199.71451 parent: 2 - - uid: 13659 + - uid: 14275 components: - type: Transform - pos: 87.5,65.5 + rot: 3.141592653589793 rad + pos: 118.122696,198.54572 parent: 2 - - uid: 13660 +- proto: N14WeaponRevolver9mm + entities: + - uid: 14276 components: - type: Transform - pos: 102.5,57.5 + pos: 41.608955,230.67625 parent: 2 - - uid: 13661 +- proto: N14WeaponSubMachineGun10mm + entities: + - uid: 1305 components: - type: Transform - pos: 102.5,51.5 - parent: 2 - - uid: 13662 + parent: 1302 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponTurretBrotherhoodMidwestSecureArea + entities: + - uid: 995 components: - type: Transform - pos: 85.5,65.5 + rot: 3.141592653589793 rad + pos: 87.5,141.5 parent: 2 - - uid: 13663 +- proto: N14WellBoarded + entities: + - uid: 14277 components: - type: Transform - pos: 98.5,65.5 + pos: 50.5,227.5 parent: 2 - - uid: 13664 +- proto: N14Window + entities: + - uid: 14278 components: - type: Transform - pos: 102.5,58.5 + pos: 60.5,190.5 parent: 2 - - uid: 13665 +- proto: N14WindowBars2 + entities: + - uid: 14280 components: - type: Transform - pos: 102.5,52.5 + pos: 98.5,234.5 parent: 2 - - uid: 13666 + - uid: 14281 components: - type: Transform - pos: 97.5,65.5 + pos: 100.5,234.5 parent: 2 - - uid: 13667 + - uid: 14282 components: - type: Transform - pos: 102.5,59.5 + pos: 101.5,234.5 parent: 2 - - uid: 13668 + - uid: 14283 components: - type: Transform - pos: 102.5,54.5 + pos: 64.5,87.5 parent: 2 - - uid: 13669 + - uid: 14284 components: - type: Transform - pos: 102.5,53.5 + pos: 99.5,234.5 parent: 2 - - uid: 13670 + - uid: 14285 components: - type: Transform - pos: 96.5,65.5 + pos: 59.5,85.5 parent: 2 - - uid: 13671 + - uid: 14286 components: - type: Transform - pos: 102.5,60.5 + pos: 49.5,99.5 parent: 2 - - uid: 13672 + - uid: 14287 components: - type: Transform - pos: 102.5,56.5 + rot: -1.5707963267948966 rad + pos: 97.5,233.5 parent: 2 - - uid: 13673 + - uid: 14288 components: - type: Transform - pos: 102.5,55.5 + rot: -1.5707963267948966 rad + pos: 97.5,231.5 parent: 2 - - uid: 13674 + - uid: 14289 components: - type: Transform - pos: 95.5,65.5 + rot: -1.5707963267948966 rad + pos: 97.5,230.5 parent: 2 - - uid: 13675 + - uid: 14290 components: - type: Transform - pos: 102.5,61.5 + rot: -1.5707963267948966 rad + pos: 97.5,232.5 parent: 2 - - uid: 13676 +- proto: N14Wirecutter + entities: + - uid: 14339 components: - type: Transform - pos: 99.5,64.5 + pos: 85.359276,181.51953 parent: 2 - - uid: 13677 +- proto: N14WorkbenchAmmobench + entities: + - uid: 14340 components: - type: Transform - pos: 102.5,63.5 + pos: 96.5,148.5 parent: 2 - - uid: 13678 - components: - - type: Transform - pos: 94.5,65.5 - parent: 2 - - uid: 13679 +- proto: N14WorkbenchArmorbench + entities: + - uid: 14341 components: - type: Transform - pos: 102.5,62.5 + pos: 87.5,139.5 parent: 2 - - uid: 13680 + - uid: 14342 components: - type: Transform - pos: 100.5,64.5 + pos: 113.5,198.5 parent: 2 - - uid: 13681 +- proto: N14WorkbenchChemistryset + entities: + - uid: 14343 components: - type: Transform - pos: 101.5,64.5 + pos: 97.5,145.5 parent: 2 - - uid: 13682 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} + - uid: 14344 components: - type: Transform - pos: 86.5,49.5 + pos: 115.5,202.5 parent: 2 - - uid: 13683 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} +- proto: N14WorkbenchMetal + entities: + - uid: 14345 components: - type: Transform - pos: 87.5,49.5 + pos: 93.5,137.5 parent: 2 - - uid: 13684 + - uid: 14346 components: - type: Transform - pos: 79.5,49.5 + pos: 115.5,196.5 parent: 2 - - uid: 13685 +- proto: N14WorkbenchTinkerbench + entities: + - uid: 14347 components: - type: Transform - pos: 79.5,48.5 + pos: 84.5,137.5 parent: 2 - - uid: 13686 + - uid: 14348 components: - type: Transform - pos: 87.5,42.5 + pos: 117.5,198.5 parent: 2 - - uid: 13687 +- proto: N14WorkbenchWeaponbench + entities: + - uid: 14349 components: - type: Transform - pos: 84.5,42.5 + pos: 89.5,139.5 parent: 2 - - uid: 13688 + - uid: 14350 components: - type: Transform - pos: 89.5,42.5 + pos: 115.5,198.5 parent: 2 - - uid: 13689 +- proto: N14Wrench + entities: + - uid: 14351 components: - type: Transform - pos: 86.5,42.5 + pos: 118.44417,196.99432 parent: 2 - - uid: 13690 +- proto: N14YellowBarrel + entities: + - uid: 14352 components: - type: Transform - pos: 85.5,42.5 + pos: 93.5,113.5 parent: 2 - - uid: 13691 + - uid: 14353 components: - type: Transform - pos: 99.5,49.5 + pos: 105.5,112.5 parent: 2 - - uid: 13692 + - uid: 14354 components: - type: Transform - pos: 91.5,42.5 + pos: 48.5,223.5 parent: 2 - - uid: 13693 +- proto: N14YellowBarrelFull + entities: + - uid: 2437 components: - type: Transform - pos: 99.5,47.5 + pos: 90.5,201.5 parent: 2 - - uid: 13694 + - uid: 14356 components: - type: Transform - pos: 92.5,42.5 + pos: 105.5,113.5 parent: 2 - - uid: 13695 +- proto: N14YellowBarrelOpen + entities: + - uid: 14357 components: - type: Transform - pos: 99.5,48.5 + pos: 94.5,106.5 parent: 2 - - uid: 13696 + - uid: 14358 components: - type: Transform - pos: 90.5,42.5 + pos: 53.5,224.5 parent: 2 - - uid: 13697 +- proto: OrganHumanAppendix + entities: + - uid: 14359 components: - type: Transform - pos: 99.5,45.5 + pos: 44.99534,119.63544 parent: 2 - - uid: 13698 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: OrganHumanBrain + entities: + - uid: 1523 components: - type: Transform - pos: 88.5,42.5 - parent: 2 - - uid: 13699 + parent: 1519 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: OrganHumanKidneys + entities: + - uid: 14360 components: - type: Transform - pos: 99.5,46.5 + pos: 45.54584,119.78936 parent: 2 - - uid: 13700 +- proto: PaintingPrayerHands + entities: + - uid: 14361 components: - type: Transform - pos: 74.5,45.5 + pos: 124.5,197.5 parent: 2 - - uid: 13701 +- proto: Paper + entities: + - uid: 13812 components: - type: Transform - pos: 89.5,49.5 + rot: 1.5707963267948966 rad + pos: 109.48838,181.75476 parent: 2 - - uid: 13702 + - uid: 14362 components: - type: Transform - pos: 76.5,50.5 + pos: 87.847496,130.63808 parent: 2 - - uid: 13703 + - uid: 14363 components: - type: Transform - pos: 83.5,45.5 + pos: 87.847496,130.63808 parent: 2 - - uid: 13704 + - uid: 14364 components: - type: Transform - pos: 76.5,42.5 + pos: 87.847496,130.63808 parent: 2 - - uid: 13705 + - uid: 14366 components: - type: Transform - pos: 81.5,42.5 + rot: -1.5707963267948966 rad + pos: 126.405846,193.9843 parent: 2 - - uid: 13706 +- proto: PaperBin20 + entities: + - uid: 14368 components: - type: Transform - pos: 82.5,45.5 + rot: 3.141592653589793 rad + pos: 126.5,195.5 parent: 2 - - uid: 13707 + - uid: 14369 components: - type: Transform - pos: 94.5,45.5 + pos: 100.5,185.5 parent: 2 - - uid: 13708 +- proto: PartRodMetal + entities: + - uid: 1362 components: - type: Transform - pos: 79.5,42.5 - parent: 2 - - uid: 13709 + parent: 1359 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: PartRodMetal1 + entities: + - uid: 14370 components: - type: Transform - pos: 81.5,45.5 + pos: 104.65295,111.99236 parent: 2 - - uid: 13710 +- proto: Pen + entities: + - uid: 13835 components: - type: Transform - pos: 77.5,42.5 + pos: 109.45713,182.12976 parent: 2 - - uid: 13711 + - uid: 14371 components: - type: Transform - pos: 73.5,49.5 + pos: 87.659996,130.62245 parent: 2 - - uid: 13712 + - uid: 14372 components: - type: Transform - pos: 93.5,49.5 + rot: -1.5707963267948966 rad + pos: 100.44417,184.98639 parent: 2 - - uid: 13713 +- proto: PianoInstrument + entities: + - uid: 14374 components: - type: Transform - pos: 96.5,49.5 + rot: 3.141592653589793 rad + pos: 131.5,200.5 parent: 2 - - uid: 13714 +- proto: Pickaxe + entities: + - uid: 14375 components: - type: Transform - pos: 98.5,49.5 + pos: 113.73054,213.18555 parent: 2 - - uid: 13715 +- proto: PlastitaniumWindow + entities: + - uid: 235 components: - type: Transform - pos: 95.5,49.5 + rot: -1.5707963267948966 rad + pos: 128.5,176.5 parent: 2 - - uid: 13716 + - uid: 410 components: - type: Transform - pos: 88.5,49.5 + rot: -1.5707963267948966 rad + pos: 127.5,176.5 parent: 2 - - uid: 13717 + - uid: 473 components: - type: Transform - pos: 94.5,50.5 + pos: 132.5,215.5 parent: 2 - - uid: 13718 + - uid: 619 components: - type: Transform - pos: 88.5,45.5 + pos: 131.5,215.5 parent: 2 - - uid: 13719 + - uid: 853 components: - type: Transform - pos: 97.5,49.5 + rot: -1.5707963267948966 rad + pos: 119.5,177.5 parent: 2 - - uid: 13720 + - uid: 859 components: - type: Transform - pos: 73.5,45.5 + rot: -1.5707963267948966 rad + pos: 125.5,176.5 parent: 2 - - uid: 13721 + - uid: 860 components: - type: Transform - pos: 75.5,42.5 + rot: -1.5707963267948966 rad + pos: 126.5,176.5 parent: 2 - - uid: 13722 + - uid: 868 components: - type: Transform - pos: 75.5,44.5 + rot: -1.5707963267948966 rad + pos: 124.5,176.5 parent: 2 - - uid: 13723 + - uid: 869 components: - type: Transform - pos: 81.5,43.5 + rot: -1.5707963267948966 rad + pos: 123.5,176.5 parent: 2 - - uid: 13724 + - uid: 870 components: - type: Transform - pos: 73.5,50.5 + rot: -1.5707963267948966 rad + pos: 120.5,177.5 parent: 2 - - uid: 13725 + - uid: 1347 components: - type: Transform - pos: 78.5,50.5 + pos: 108.5,196.5 parent: 2 - - uid: 13726 + - uid: 1348 components: - type: Transform - pos: 73.5,47.5 + pos: 104.5,193.5 parent: 2 - - uid: 13727 + - uid: 1349 components: - type: Transform - pos: 95.5,42.5 + pos: 124.5,192.5 parent: 2 - - uid: 13728 + - uid: 1352 components: - type: Transform - pos: 75.5,50.5 + pos: 127.5,192.5 parent: 2 - - uid: 13729 + - uid: 1354 components: - type: Transform - pos: 74.5,50.5 + pos: 126.5,202.5 parent: 2 - - uid: 13730 + - uid: 1356 components: - type: Transform - pos: 97.5,42.5 + pos: 134.5,182.5 parent: 2 - - uid: 13731 + - uid: 1408 components: - type: Transform - pos: 73.5,48.5 + pos: 134.5,183.5 parent: 2 - - uid: 13732 + - uid: 1409 components: - type: Transform - pos: 94.5,42.5 + pos: 125.5,202.5 parent: 2 - - uid: 13733 + - uid: 1587 components: - type: Transform - pos: 93.5,42.5 + pos: 126.5,192.5 parent: 2 - - uid: 13734 + - uid: 1709 components: - type: Transform - pos: 75.5,43.5 + pos: 125.5,192.5 parent: 2 - - uid: 13735 + - uid: 1710 components: - type: Transform - pos: 99.5,44.5 + pos: 138.5,205.5 parent: 2 - - uid: 13736 + - uid: 14100 components: - type: Transform - pos: 77.5,50.5 + pos: 139.5,197.5 parent: 2 - - uid: 13737 + - uid: 14101 components: - type: Transform - pos: 79.5,50.5 + pos: 139.5,199.5 parent: 2 - - uid: 13738 + - uid: 14103 components: - type: Transform - pos: 81.5,44.5 + pos: 142.5,204.5 parent: 2 - - uid: 13739 + - uid: 14104 components: - type: Transform - pos: 80.5,42.5 + pos: 139.5,200.5 parent: 2 - - uid: 13740 + - uid: 14105 components: - type: Transform - pos: 99.5,43.5 + pos: 146.5,206.5 parent: 2 - - uid: 13741 + - uid: 14106 components: - type: Transform - pos: 96.5,42.5 + pos: 144.5,204.5 parent: 2 - - uid: 13742 + - uid: 14107 components: - type: Transform - pos: 78.5,42.5 + pos: 139.5,198.5 parent: 2 - - uid: 13743 + - uid: 14108 components: - type: Transform - pos: 75.5,45.5 + pos: 108.5,197.5 parent: 2 - - uid: 13744 + - uid: 14111 components: - type: Transform - pos: 73.5,46.5 + pos: 143.5,204.5 parent: 2 - - uid: 13745 + - uid: 14116 components: - type: Transform - pos: 93.5,116.5 + pos: 146.5,209.5 parent: 2 - - uid: 13746 + - uid: 14117 components: - type: Transform - pos: 50.5,87.5 + pos: 146.5,208.5 parent: 2 - - uid: 13747 + - uid: 14118 components: - type: Transform - pos: 50.5,89.5 + pos: 108.5,181.5 parent: 2 - - uid: 13748 + - uid: 14119 components: - type: Transform - pos: 98.5,42.5 + pos: 108.5,180.5 parent: 2 - - uid: 13749 + - uid: 14120 components: - type: Transform - pos: 46.5,121.5 + pos: 105.5,193.5 parent: 2 - - uid: 13750 + - uid: 14121 components: - type: Transform - pos: 46.5,124.5 + pos: 108.5,182.5 parent: 2 - - uid: 13751 + - uid: 14125 components: - type: Transform - pos: 50.5,119.5 + pos: 146.5,207.5 parent: 2 - - uid: 13752 + - uid: 14126 components: - type: Transform - pos: 48.5,124.5 + pos: 144.5,211.5 parent: 2 - - uid: 13753 + - uid: 14127 components: - type: Transform - pos: 50.5,118.5 + pos: 142.5,211.5 parent: 2 - - uid: 13754 + - uid: 14128 components: - type: Transform - pos: 47.5,124.5 + pos: 138.5,210.5 parent: 2 - - uid: 13755 + - uid: 14129 components: - type: Transform - pos: 50.5,117.5 + pos: 143.5,211.5 parent: 2 - - uid: 13756 + - uid: 14130 components: - type: Transform - pos: 50.5,121.5 + pos: 137.5,210.5 parent: 2 - - uid: 13757 + - uid: 14131 components: - type: Transform - pos: 50.5,123.5 + pos: 136.5,210.5 parent: 2 - - uid: 13758 + - uid: 14132 components: - type: Transform - pos: 50.5,124.5 + pos: 133.5,215.5 parent: 2 - - uid: 13759 + - uid: 14176 components: - type: Transform - pos: 50.5,122.5 + pos: 136.5,205.5 parent: 2 - - uid: 13760 + - uid: 14177 components: - type: Transform - pos: 50.5,120.5 + pos: 133.5,208.5 parent: 2 - - uid: 13761 + - uid: 14178 components: - type: Transform - pos: 49.5,124.5 + pos: 132.5,208.5 parent: 2 - - uid: 13762 + - uid: 14180 components: - type: Transform - pos: 46.5,120.5 + pos: 130.5,208.5 parent: 2 - - uid: 13763 + - uid: 14184 components: - type: Transform - pos: 42.5,120.5 + pos: 131.5,208.5 parent: 2 - - uid: 13764 + - uid: 14187 components: - type: Transform - pos: 42.5,118.5 + pos: 119.5,201.5 parent: 2 - - uid: 13765 + - uid: 14376 components: - type: Transform - pos: 43.5,120.5 + rot: 3.141592653589793 rad + pos: 132.5,177.5 parent: 2 - - uid: 13766 + - uid: 14377 components: - type: Transform - pos: 45.5,120.5 + rot: 3.141592653589793 rad + pos: 131.5,177.5 parent: 2 - - uid: 13767 +- proto: PortableGeneratorJrPacman + entities: + - uid: 14378 components: - type: Transform - pos: 44.5,120.5 + pos: 100.5,113.5 parent: 2 - - uid: 13768 +- proto: PottedPlant1 + entities: + - uid: 14379 components: - type: Transform - pos: 46.5,123.5 + pos: 130.5,193.5 parent: 2 - - uid: 13769 +- proto: PottedPlant12 + entities: + - uid: 14380 components: - type: Transform - pos: 42.5,117.5 + pos: 130.5,186.5 parent: 2 - - uid: 13770 +- proto: PottedPlant15 + entities: + - uid: 14381 components: - type: Transform - pos: 42.5,119.5 + pos: 121.5,182.5 parent: 2 - - uid: 13771 +- proto: PottedPlant21 + entities: + - uid: 14382 components: - type: Transform - pos: 62.5,89.5 + pos: 126.5,189.5 parent: 2 - - uid: 13772 + - uid: 14383 components: - type: Transform - pos: 73.5,214.5 + pos: 131.5,201.5 parent: 2 - - uid: 13773 +- proto: PottedPlant6 + entities: + - uid: 14384 components: - type: Transform - pos: 49.5,240.5 + pos: 130.5,178.5 parent: 2 - - uid: 13774 +- proto: PowerCellMediumPrinted + entities: + - uid: 14385 components: - type: Transform - pos: 86.5,227.5 + pos: 91.63795,148.59264 parent: 2 - - uid: 13775 +- proto: PowerCellRecharger + entities: + - uid: 14386 components: - type: Transform - pos: 79.5,226.5 + rot: -1.5707963267948966 rad + pos: 91.5,148.5 parent: 2 - - uid: 13776 + - uid: 14387 components: - type: Transform - pos: 53.5,78.5 + rot: -1.5707963267948966 rad + pos: 141.5,210.5 parent: 2 - - uid: 13777 + - uid: 14388 components: - type: Transform - pos: 49.5,239.5 + pos: 94.5,185.5 parent: 2 - - uid: 13778 +- proto: Rack + entities: + - uid: 14389 components: - type: Transform - pos: 74.5,176.5 + pos: 93.5,146.5 parent: 2 - - uid: 13779 + - uid: 14390 components: - type: Transform - pos: 75.5,176.5 + pos: 85.5,181.5 parent: 2 - - uid: 13780 + - uid: 14391 components: - type: Transform - pos: 73.5,176.5 + rot: 3.141592653589793 rad + pos: 125.5,184.5 parent: 2 - - uid: 13781 +- proto: RadioHandheld + entities: + - uid: 14392 components: - type: Transform - pos: 73.5,175.5 + pos: 65.635574,190.30353 parent: 2 - - uid: 13782 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14393 components: - type: Transform - pos: 69.5,178.5 + pos: 41.52746,95.0013 parent: 2 - - uid: 13783 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14394 components: - type: Transform - pos: 69.5,179.5 + rot: 1.5707963267948966 rad + pos: 78.99613,116.63344 parent: 2 - - uid: 13784 + - uid: 14395 components: - type: Transform - pos: 69.5,180.5 + pos: 97.6406,111.9435 parent: 2 - - uid: 13785 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: Railing + entities: + - uid: 855 components: - type: Transform - pos: 69.5,169.5 + rot: -1.5707963267948966 rad + pos: 105.5,181.5 parent: 2 - - uid: 13786 + - uid: 858 components: - type: Transform - pos: 73.5,173.5 + rot: -1.5707963267948966 rad + pos: 105.5,180.5 parent: 2 - - uid: 13787 + - uid: 13804 components: - type: Transform - pos: 73.5,174.5 + rot: -1.5707963267948966 rad + pos: 105.5,182.5 parent: 2 - - uid: 13788 + - uid: 14399 components: - type: Transform - pos: 73.5,169.5 + rot: 1.5707963267948966 rad + pos: 100.5,182.5 parent: 2 - - uid: 13789 + - uid: 14400 components: - type: Transform - pos: 76.5,169.5 + rot: 1.5707963267948966 rad + pos: 100.5,181.5 parent: 2 - - uid: 13790 + - uid: 14401 components: - type: Transform - pos: 76.5,166.5 + rot: 1.5707963267948966 rad + pos: 100.5,180.5 parent: 2 - - uid: 13791 + - uid: 14402 components: - type: Transform - pos: 76.5,167.5 + rot: 3.141592653589793 rad + pos: 105.5,190.5 parent: 2 - - uid: 13792 + - uid: 14403 components: - type: Transform - pos: 76.5,168.5 + rot: 3.141592653589793 rad + pos: 106.5,190.5 parent: 2 - - uid: 13793 + - uid: 14404 components: - type: Transform - pos: 51.5,239.5 + rot: 3.141592653589793 rad + pos: 107.5,190.5 parent: 2 - - uid: 13794 + - uid: 14405 components: - type: Transform - pos: 50.5,77.5 + rot: 3.141592653589793 rad + pos: 108.5,190.5 parent: 2 - - uid: 13795 + - uid: 14406 components: - type: Transform - pos: 51.5,77.5 + rot: 1.5707963267948966 rad + pos: 120.5,197.5 parent: 2 - - uid: 13796 + - uid: 14407 components: - type: Transform - pos: 44.5,109.5 + rot: 1.5707963267948966 rad + pos: 120.5,198.5 parent: 2 - - uid: 13797 + - uid: 14408 components: - type: Transform - pos: 45.5,99.5 + pos: 140.5,209.5 parent: 2 - - uid: 13798 + - uid: 14409 components: - type: Transform - pos: 47.5,99.5 + rot: 3.141592653589793 rad + pos: 140.5,206.5 parent: 2 - - uid: 13799 + - uid: 14410 components: - type: Transform - pos: 46.5,99.5 + rot: 1.5707963267948966 rad + pos: 131.5,203.5 parent: 2 - - uid: 13800 + - uid: 14411 components: - type: Transform - pos: 46.5,103.5 + rot: 1.5707963267948966 rad + pos: 131.5,204.5 parent: 2 - - uid: 13801 +- proto: RailingCorner + entities: + - uid: 14412 components: - type: Transform - pos: 83.5,44.5 + pos: 120.5,196.5 parent: 2 - - uid: 13802 + - uid: 14413 components: - type: Transform - pos: 52.5,77.5 + rot: 3.141592653589793 rad + pos: 139.5,206.5 parent: 2 - - uid: 13803 + - uid: 14414 components: - type: Transform - pos: 83.5,43.5 + rot: -1.5707963267948966 rad + pos: 139.5,209.5 parent: 2 - - uid: 13804 +- proto: RailingYellow + entities: + - uid: 3874 components: - type: Transform - pos: 48.5,78.5 + pos: 107.5,183.5 parent: 2 - - uid: 13805 + - uid: 14415 components: - type: Transform - pos: 55.5,76.5 + rot: 3.141592653589793 rad + pos: 99.5,183.5 parent: 2 - - uid: 13806 + - uid: 14416 components: - type: Transform - pos: 55.5,77.5 + rot: 3.141592653589793 rad + pos: 106.5,183.5 parent: 2 - - uid: 13807 + - uid: 14417 components: - type: Transform - pos: 75.5,210.5 + rot: 3.141592653589793 rad + pos: 98.5,183.5 parent: 2 - - uid: 13808 +- proto: ReagentContainerFlour + entities: + - uid: 14419 components: - type: Transform - pos: 59.5,81.5 + pos: 135.69496,189.02155 parent: 2 - - uid: 13809 + - uid: 14420 components: - type: Transform - pos: 59.5,80.5 + pos: 135.92934,189.00592 parent: 2 - - uid: 13810 +- proto: ReagentContainerSugar + entities: + - uid: 14421 components: - type: Transform - pos: 83.5,42.5 + pos: 136.3377,188.991 parent: 2 - - uid: 13811 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: RegenerativeMesh + entities: + - uid: 40 components: - type: Transform - pos: 78.5,80.5 - parent: 2 - - uid: 13812 + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 41 components: - type: Transform - pos: 75.5,214.5 - parent: 2 - - uid: 13813 + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 42 components: - type: Transform - pos: 75.5,213.5 - parent: 2 - - uid: 13814 + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 43 components: - type: Transform - pos: 75.5,209.5 - parent: 2 - - uid: 13815 + parent: 29 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ReinforcedWindow + entities: + - uid: 1048 components: - type: Transform - pos: 55.5,229.5 + pos: 94.5,140.5 parent: 2 - - uid: 13816 +- proto: Screwdriver + entities: + - uid: 14422 components: - type: Transform - pos: 54.5,229.5 + pos: 118.52012,196.79901 parent: 2 - - uid: 13817 +- proto: SheetGlass10 + entities: + - uid: 1591 components: - type: Transform - pos: 56.5,229.5 - parent: 2 - - uid: 13818 + parent: 1590 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: SheetPlasteel10 + entities: + - uid: 1577 components: - type: Transform - pos: 45.5,98.5 - parent: 2 - - uid: 13819 + parent: 1576 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 14423 components: - type: Transform - pos: 52.5,78.5 - parent: 2 - - uid: 13820 + parent: 3613 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: SheetPlastic + entities: + - uid: 1363 components: - type: Transform - pos: 75.5,212.5 - parent: 2 - - uid: 13821 + parent: 1359 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: SheetPlastic10 + entities: + - uid: 1586 components: - type: Transform - pos: 72.5,225.5 - parent: 2 - - uid: 13822 + parent: 1585 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: SheetSteel + entities: + - uid: 1364 components: - type: Transform - pos: 71.5,225.5 - parent: 2 - - uid: 13823 + parent: 1359 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: SheetSteel10 + entities: + - uid: 14425 components: - type: Transform - pos: 70.5,225.5 - parent: 2 - - uid: 13824 + parent: 3613 + - type: Stack + count: 21 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: SignElectricalMed + entities: + - uid: 14426 components: - type: Transform - pos: 77.5,80.5 + pos: 96.5,149.5 parent: 2 - - uid: 13825 +- proto: Sink + entities: + - uid: 14157 components: - type: Transform - pos: 65.5,208.5 + rot: 1.5707963267948966 rad + pos: 124.5,210.5 parent: 2 - - uid: 13826 + - uid: 14158 components: - type: Transform - pos: 42.5,110.5 + rot: 1.5707963267948966 rad + pos: 124.5,215.5 parent: 2 - - uid: 13827 +- proto: SpeedLoader10 + entities: + - uid: 1300 components: - type: Transform - pos: 59.5,82.5 - parent: 2 - - uid: 13828 + parent: 1295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1301 components: - type: Transform - pos: 56.5,76.5 - parent: 2 - - uid: 13829 + parent: 1295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 14428 components: - type: Transform - pos: 50.5,239.5 + pos: 113.76101,193.53616 parent: 2 - - uid: 13830 +- proto: SprayBottle + entities: + - uid: 14429 components: - type: Transform - pos: 57.5,76.5 + pos: 81.41757,145.31895 parent: 2 - - uid: 13831 +- proto: StairDark + entities: + - uid: 14430 components: - type: Transform - pos: 99.5,42.5 + rot: 1.5707963267948966 rad + pos: 140.5,207.5 parent: 2 - - uid: 13832 + - uid: 14431 components: - type: Transform - pos: 84.5,50.5 + rot: 1.5707963267948966 rad + pos: 140.5,208.5 parent: 2 - - uid: 13833 +- proto: StairStageDark + entities: + - uid: 2772 components: - type: Transform - pos: 84.5,57.5 + pos: 104.5,183.5 parent: 2 - - uid: 13834 + - uid: 13714 components: - type: Transform - pos: 66.5,208.5 + pos: 104.5,177.5 parent: 2 - - uid: 13835 + - uid: 14432 components: - type: Transform - pos: 87.5,50.5 + pos: 103.5,183.5 parent: 2 - - uid: 13836 + - uid: 14433 components: - type: Transform - pos: 88.5,50.5 + pos: 103.5,177.5 parent: 2 - - uid: 13837 + - uid: 14434 components: - type: Transform - pos: 86.5,50.5 + pos: 102.5,177.5 parent: 2 -- proto: N14WallVaultTall - entities: - - uid: 1356 + - uid: 14435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,193.5 + pos: 101.5,177.5 parent: 2 - - uid: 7280 + - uid: 14436 components: - type: Transform - pos: 102.5,194.5 + pos: 101.5,183.5 parent: 2 - - uid: 7443 + - uid: 14437 components: - type: Transform - pos: 104.5,199.5 + pos: 102.5,183.5 parent: 2 - - uid: 7460 +- proto: Stunbaton + entities: + - uid: 1270 components: - type: Transform - pos: 108.5,195.5 - parent: 2 - - uid: 7461 + parent: 1266 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1271 components: - type: Transform - pos: 108.5,194.5 - parent: 2 - - uid: 7469 + parent: 1266 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: TelecomServerFilled + entities: + - uid: 14438 components: - type: Transform - pos: 108.5,193.5 + pos: 115.5,240.5 parent: 2 - - uid: 7529 +- proto: TintedWindow + entities: + - uid: 1057 components: - type: Transform - pos: 109.5,198.5 + pos: 92.5,149.5 parent: 2 - - uid: 7707 + - uid: 14440 components: - type: Transform - pos: 108.5,198.5 + rot: 3.141592653589793 rad + pos: 91.5,149.5 parent: 2 - - uid: 7708 +- proto: ToiletEmpty + entities: + - uid: 14441 components: - type: Transform - pos: 103.5,199.5 + rot: 3.141592653589793 rad + pos: 116.5,185.5 parent: 2 - - uid: 7709 +- proto: ToolboxMechanical + entities: + - uid: 14442 components: - type: Transform - pos: 102.5,199.5 + pos: 101.05131,114.763756 parent: 2 - - uid: 7710 + - uid: 14443 components: - type: Transform - pos: 102.5,198.5 + pos: 83.10313,181.2895 parent: 2 - - uid: 7711 +- proto: ToolboxMechanicalFilled + entities: + - uid: 14444 components: - type: Transform - pos: 102.5,197.5 + rot: 6.283185307179586 rad + pos: 140.55977,205.4363 parent: 2 - - uid: 7712 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: Torch + entities: + - uid: 14445 components: - type: Transform - pos: 102.5,196.5 + pos: 41.059216,116.582245 parent: 2 - - uid: 7713 +- proto: TrashBag + entities: + - uid: 2490 components: - type: Transform - pos: 102.5,195.5 - parent: 2 - - uid: 13838 + parent: 3826 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 114.5,206.5 - parent: 2 - - uid: 13839 + parent: 3827 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,206.5 - parent: 2 - - uid: 13840 + parent: 3828 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: WallInvisible + entities: + - uid: 14446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,212.5 + pos: 101.638626,206.05283 parent: 2 - - uid: 13841 +- proto: WallNecropolis + entities: + - uid: 12335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,212.5 + pos: 44.5,235.5 parent: 2 - - uid: 13842 + - uid: 12678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,215.5 + pos: 42.5,235.5 parent: 2 - - uid: 13843 + - uid: 12842 components: - type: Transform - pos: 134.5,211.5 + pos: 43.5,235.5 parent: 2 - - uid: 13844 + - uid: 13099 components: - type: Transform - pos: 134.5,213.5 + pos: 45.5,235.5 parent: 2 - - uid: 13845 + - uid: 13233 components: - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,215.5 + pos: 41.5,235.5 parent: 2 - - uid: 13846 + - uid: 13234 components: - type: Transform - pos: 123.5,211.5 + pos: 40.5,235.5 parent: 2 - - uid: 13847 + - uid: 13235 components: - type: Transform - pos: 124.5,202.5 + pos: 39.5,235.5 parent: 2 - - uid: 13848 + - uid: 13236 components: - type: Transform - pos: 130.5,204.5 + pos: 38.5,235.5 parent: 2 - - uid: 13849 + - uid: 13237 components: - type: Transform - pos: 129.5,215.5 + pos: 37.5,235.5 parent: 2 - - uid: 13850 + - uid: 13238 components: - type: Transform - pos: 138.5,202.5 + pos: 36.5,235.5 parent: 2 - - uid: 13851 + - uid: 13239 components: - type: Transform - pos: 134.5,206.5 + pos: 35.5,235.5 parent: 2 - - uid: 13852 + - uid: 13240 components: - type: Transform - pos: 139.5,210.5 + pos: 34.5,235.5 parent: 2 - - uid: 13853 + - uid: 13241 components: - type: Transform - pos: 128.5,202.5 + pos: 34.5,234.5 parent: 2 - - uid: 13854 + - uid: 13242 components: - type: Transform - pos: 139.5,203.5 + pos: 34.5,233.5 parent: 2 - - uid: 13855 + - uid: 13243 components: - type: Transform - pos: 124.5,205.5 + pos: 34.5,232.5 parent: 2 - - uid: 13856 + - uid: 13244 components: - type: Transform - pos: 131.5,202.5 + pos: 34.5,231.5 parent: 2 - - uid: 13857 + - uid: 13245 components: - type: Transform - pos: 123.5,205.5 + pos: 34.5,230.5 parent: 2 - - uid: 13858 + - uid: 13246 components: - type: Transform - pos: 130.5,203.5 + pos: 34.5,229.5 parent: 2 - - uid: 13859 + - uid: 13247 components: - type: Transform - pos: 145.5,204.5 + pos: 35.5,229.5 parent: 2 - - uid: 13860 + - uid: 13248 components: - type: Transform - pos: 134.5,207.5 + pos: 36.5,229.5 parent: 2 - - uid: 13861 + - uid: 13249 components: - type: Transform - pos: 137.5,202.5 + pos: 37.5,229.5 parent: 2 - - uid: 13862 + - uid: 13250 components: - type: Transform - pos: 139.5,202.5 + pos: 38.5,229.5 parent: 2 - - uid: 13863 + - uid: 13251 components: - type: Transform - pos: 134.5,202.5 + pos: 39.5,229.5 parent: 2 - - uid: 13864 + - uid: 13252 components: - type: Transform - pos: 123.5,204.5 + pos: 40.5,229.5 parent: 2 - - uid: 13865 + - uid: 13253 components: - type: Transform - pos: 127.5,201.5 + pos: 41.5,229.5 parent: 2 - - uid: 13866 + - uid: 13254 components: - type: Transform - pos: 127.5,202.5 + pos: 42.5,229.5 parent: 2 - - uid: 13867 + - uid: 13255 components: - type: Transform - pos: 139.5,201.5 + pos: 43.5,229.5 parent: 2 - - uid: 13868 + - uid: 13256 components: - type: Transform - pos: 125.5,208.5 + pos: 44.5,229.5 parent: 2 - - uid: 13869 + - uid: 13257 components: - type: Transform - pos: 124.5,208.5 + pos: 45.5,229.5 parent: 2 - - uid: 13870 + - uid: 13258 components: - type: Transform - pos: 126.5,211.5 + pos: 46.5,229.5 parent: 2 - - uid: 13871 + - uid: 13259 components: - type: Transform - pos: 131.5,181.5 + pos: 46.5,230.5 parent: 2 - - uid: 13872 + - uid: 13260 components: - type: Transform - pos: 129.5,182.5 + pos: 46.5,231.5 parent: 2 - - uid: 13873 + - uid: 13261 components: - type: Transform - pos: 129.5,181.5 + pos: 46.5,232.5 parent: 2 - - uid: 13874 + - uid: 13262 components: - type: Transform - pos: 130.5,181.5 + pos: 46.5,233.5 parent: 2 - - uid: 13875 + - uid: 13263 components: - type: Transform - pos: 133.5,181.5 + pos: 38.5,232.5 parent: 2 - - uid: 13876 + - uid: 13264 components: - type: Transform - pos: 107.5,179.5 + pos: 38.5,233.5 parent: 2 - - uid: 13877 + - uid: 13265 components: - type: Transform - pos: 129.5,180.5 + pos: 38.5,234.5 parent: 2 - - uid: 13878 + - uid: 13266 components: - type: Transform - pos: 134.5,180.5 + pos: 38.5,230.5 parent: 2 - - uid: 13879 +- proto: WallPlastitanium + entities: + - uid: 8 components: - type: Transform - pos: 134.5,181.5 + pos: 116.5,206.5 parent: 2 - - uid: 13880 + - uid: 22 components: - type: Transform - pos: 120.5,209.5 + pos: 113.5,203.5 parent: 2 - - uid: 13881 + - uid: 24 components: - type: Transform - pos: 120.5,211.5 + pos: 113.5,205.5 parent: 2 - - uid: 13882 + - uid: 25 components: - type: Transform - pos: 120.5,210.5 + pos: 113.5,202.5 parent: 2 - - uid: 13883 + - uid: 26 components: - type: Transform - pos: 120.5,212.5 + pos: 113.5,204.5 parent: 2 - - uid: 13884 + - uid: 27 components: - type: Transform - pos: 122.5,208.5 + pos: 113.5,206.5 parent: 2 - - uid: 13885 + - uid: 500 components: - type: Transform - pos: 121.5,208.5 + pos: 114.5,206.5 parent: 2 - - uid: 13886 + - uid: 818 components: - type: Transform - pos: 117.5,212.5 + pos: 128.5,215.5 parent: 2 - - uid: 13887 + - uid: 938 components: - type: Transform - pos: 119.5,212.5 + pos: 127.5,214.5 parent: 2 - - uid: 13888 + - uid: 966 components: - type: Transform - pos: 118.5,212.5 + pos: 115.5,206.5 parent: 2 - - uid: 13889 + - uid: 1341 components: - type: Transform - pos: 117.5,205.5 + pos: 127.5,209.5 parent: 2 - - uid: 13890 + - uid: 1344 components: - type: Transform - pos: 117.5,207.5 + pos: 108.5,179.5 parent: 2 - - uid: 13891 + - uid: 1346 components: - type: Transform - pos: 117.5,206.5 + pos: 108.5,183.5 parent: 2 - - uid: 13892 + - uid: 2263 components: - type: Transform - pos: 117.5,208.5 + pos: 113.5,200.5 parent: 2 - - uid: 13893 + - uid: 2379 components: - type: Transform - rot: 3.141592653589793 rad - pos: 114.5,207.5 + pos: 113.5,201.5 parent: 2 - - uid: 13894 + - uid: 2576 components: - type: Transform - pos: 115.5,211.5 + rot: 1.5707963267948966 rad + pos: 100.5,195.5 parent: 2 - - uid: 13895 + - uid: 2610 components: - type: Transform - pos: 115.5,212.5 + rot: 1.5707963267948966 rad + pos: 100.5,194.5 parent: 2 - - uid: 13896 + - uid: 2611 components: - type: Transform - pos: 123.5,210.5 + rot: 1.5707963267948966 rad + pos: 99.5,195.5 parent: 2 - - uid: 13897 + - uid: 2632 components: - type: Transform - pos: 134.5,210.5 + rot: 1.5707963267948966 rad + pos: 98.5,195.5 parent: 2 - - uid: 13898 + - uid: 2652 components: - type: Transform - pos: 134.5,209.5 + rot: 1.5707963267948966 rad + pos: 97.5,195.5 parent: 2 - - uid: 13899 + - uid: 2658 components: - type: Transform - pos: 134.5,208.5 + rot: 3.141592653589793 rad + pos: 134.5,190.5 parent: 2 - - uid: 13900 + - uid: 2669 components: - type: Transform rot: 1.5707963267948966 rad - pos: 137.5,186.5 + pos: 97.5,194.5 parent: 2 - - uid: 13901 + - uid: 2671 components: - type: Transform - pos: 134.5,184.5 + rot: 3.141592653589793 rad + pos: 134.5,191.5 parent: 2 - - uid: 13902 + - uid: 2704 components: - type: Transform - pos: 105.5,178.5 + rot: 1.5707963267948966 rad + pos: 97.5,193.5 parent: 2 - - uid: 13903 + - uid: 2717 components: - type: Transform - pos: 123.5,203.5 + rot: 1.5707963267948966 rad + pos: 97.5,192.5 parent: 2 - - uid: 13904 + - uid: 2727 components: - type: Transform - pos: 123.5,201.5 + rot: 1.5707963267948966 rad + pos: 97.5,191.5 parent: 2 - - uid: 13905 + - uid: 2728 components: - type: Transform - pos: 123.5,202.5 + rot: 1.5707963267948966 rad + pos: 97.5,190.5 parent: 2 - - uid: 13906 + - uid: 2731 components: - type: Transform - pos: 123.5,200.5 + rot: 1.5707963267948966 rad + pos: 98.5,190.5 parent: 2 - - uid: 13907 + - uid: 2768 components: - type: Transform - pos: 123.5,199.5 + pos: 105.5,184.5 parent: 2 - - uid: 13908 + - uid: 2774 components: - type: Transform - pos: 126.5,205.5 + rot: -1.5707963267948966 rad + pos: 123.5,215.5 parent: 2 - - uid: 13909 + - uid: 2777 components: - type: Transform - pos: 127.5,205.5 + rot: -1.5707963267948966 rad + pos: 127.5,216.5 parent: 2 - - uid: 13910 + - uid: 2960 components: - type: Transform - pos: 131.5,205.5 + pos: 128.5,204.5 parent: 2 - - uid: 13911 + - uid: 2961 components: - type: Transform - pos: 130.5,205.5 + rot: -1.5707963267948966 rad + pos: 123.5,216.5 parent: 2 - - uid: 13912 + - uid: 3096 components: - type: Transform - pos: 128.5,205.5 + rot: 1.5707963267948966 rad + pos: 99.5,190.5 parent: 2 - - uid: 13913 + - uid: 3872 components: - type: Transform - pos: 125.5,205.5 + pos: 100.5,183.5 parent: 2 - - uid: 13914 + - uid: 3875 components: - type: Transform - pos: 135.5,204.5 + pos: 105.5,187.5 parent: 2 - - uid: 13915 + - uid: 3876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,215.5 + pos: 108.5,186.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + pos: 108.5,187.5 parent: 2 - - uid: 13916 + - uid: 3878 components: - type: Transform - pos: 134.5,205.5 + pos: 134.5,194.5 parent: 2 - - uid: 13917 + - uid: 3879 components: - type: Transform - pos: 135.5,205.5 + pos: 135.5,210.5 parent: 2 - - uid: 13918 + - uid: 13662 components: - type: Transform - pos: 128.5,215.5 + pos: 107.5,193.5 parent: 2 - - uid: 13919 + - uid: 13663 components: - type: Transform - pos: 134.5,212.5 + pos: 102.5,194.5 parent: 2 - - uid: 13920 + - uid: 13664 components: - type: Transform - rot: 3.141592653589793 rad - pos: 124.5,215.5 + pos: 104.5,199.5 parent: 2 - - uid: 13921 + - uid: 13665 components: - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,215.5 + pos: 108.5,195.5 parent: 2 - - uid: 13922 + - uid: 13666 components: - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,215.5 + pos: 108.5,194.5 parent: 2 - - uid: 13923 + - uid: 13667 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,215.5 + pos: 108.5,193.5 parent: 2 - - uid: 13924 + - uid: 13669 components: - type: Transform - pos: 123.5,213.5 + pos: 108.5,198.5 parent: 2 - - uid: 13925 + - uid: 13670 components: - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,215.5 + pos: 103.5,199.5 parent: 2 - - uid: 13926 + - uid: 13671 components: - type: Transform - pos: 134.5,214.5 + pos: 102.5,199.5 parent: 2 - - uid: 13927 + - uid: 13672 components: - type: Transform - pos: 115.5,199.5 + pos: 102.5,198.5 parent: 2 - - uid: 13928 + - uid: 13673 components: - type: Transform - pos: 106.5,189.5 + pos: 102.5,197.5 parent: 2 - - uid: 13929 + - uid: 13674 components: - type: Transform - pos: 103.5,193.5 + pos: 102.5,196.5 parent: 2 - - uid: 13930 + - uid: 13675 components: - type: Transform - pos: 115.5,186.5 + pos: 102.5,195.5 parent: 2 - - uid: 13931 + - uid: 13678 components: - type: Transform - pos: 118.5,199.5 + pos: 130.5,212.5 parent: 2 - - uid: 13932 + - uid: 13679 components: - type: Transform - pos: 100.5,189.5 + pos: 132.5,212.5 parent: 2 - - uid: 13933 + - uid: 13680 components: - type: Transform - pos: 100.5,190.5 + pos: 127.5,215.5 parent: 2 - - uid: 13934 + - uid: 13681 components: - type: Transform - pos: 122.5,176.5 + pos: 134.5,211.5 parent: 2 - - uid: 13935 + - uid: 13682 components: - type: Transform - pos: 101.5,189.5 + pos: 134.5,213.5 parent: 2 - - uid: 13936 + - uid: 13683 components: - type: Transform - pos: 112.5,198.5 + pos: 130.5,215.5 parent: 2 - - uid: 13937 + - uid: 13684 components: - type: Transform - pos: 102.5,193.5 + pos: 123.5,211.5 parent: 2 - - uid: 13938 + - uid: 13685 components: - type: Transform - pos: 100.5,191.5 + rot: -1.5707963267948966 rad + pos: 124.5,202.5 parent: 2 - - uid: 13939 + - uid: 13686 components: - type: Transform - pos: 100.5,192.5 + pos: 130.5,204.5 parent: 2 - - uid: 13940 + - uid: 13688 components: - type: Transform - pos: 104.5,189.5 + pos: 138.5,202.5 parent: 2 - - uid: 13941 + - uid: 13689 components: - type: Transform - pos: 113.5,189.5 + pos: 134.5,206.5 parent: 2 - - uid: 13942 + - uid: 13690 components: - type: Transform - pos: 104.5,190.5 + pos: 139.5,210.5 parent: 2 - - uid: 13943 + - uid: 13691 components: - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,214.5 + pos: 128.5,202.5 parent: 2 - - uid: 13944 + - uid: 13692 components: - type: Transform - pos: 107.5,189.5 + pos: 139.5,203.5 parent: 2 - - uid: 13945 + - uid: 13693 components: - type: Transform - pos: 96.5,184.5 + pos: 124.5,205.5 parent: 2 - - uid: 13946 + - uid: 13694 components: - type: Transform - pos: 94.5,184.5 + pos: 131.5,202.5 parent: 2 - - uid: 13947 + - uid: 13695 components: - type: Transform - pos: 103.5,189.5 + pos: 123.5,205.5 parent: 2 - - uid: 13949 + - uid: 13696 components: - type: Transform - pos: 116.5,199.5 + pos: 130.5,203.5 parent: 2 - - uid: 13950 + - uid: 13697 components: - type: Transform - pos: 129.5,202.5 + pos: 145.5,204.5 parent: 2 - - uid: 13951 + - uid: 13698 components: - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,213.5 + pos: 134.5,207.5 parent: 2 - - uid: 13952 + - uid: 13699 components: - type: Transform - pos: 130.5,202.5 + pos: 137.5,202.5 parent: 2 - - uid: 13953 + - uid: 13700 components: - type: Transform - pos: 114.5,199.5 + pos: 139.5,202.5 parent: 2 - - uid: 13954 + - uid: 13701 components: - type: Transform - pos: 118.5,204.5 + pos: 134.5,202.5 parent: 2 - - uid: 13955 + - uid: 13702 components: - type: Transform - pos: 120.5,203.5 + pos: 123.5,204.5 parent: 2 - - uid: 13956 + - uid: 13703 components: - type: Transform - pos: 118.5,202.5 + pos: 127.5,201.5 parent: 2 - - uid: 13957 + - uid: 13704 components: - type: Transform - pos: 120.5,202.5 + pos: 127.5,202.5 parent: 2 - - uid: 13958 + - uid: 13705 components: - type: Transform - pos: 118.5,203.5 + pos: 139.5,201.5 parent: 2 - - uid: 13959 + - uid: 13706 components: - type: Transform - pos: 117.5,199.5 + pos: 125.5,208.5 parent: 2 - - uid: 13960 + - uid: 13707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,202.5 + pos: 124.5,208.5 parent: 2 - - uid: 13961 + - uid: 13709 components: - type: Transform - pos: 109.5,188.5 + pos: 131.5,181.5 parent: 2 - - uid: 13962 + - uid: 13710 components: - type: Transform - pos: 139.5,194.5 + pos: 129.5,182.5 parent: 2 - - uid: 13963 + - uid: 13711 components: - type: Transform - pos: 100.5,178.5 + pos: 129.5,181.5 parent: 2 - - uid: 13964 + - uid: 13712 components: - type: Transform - pos: 139.5,193.5 + pos: 130.5,181.5 parent: 2 - - uid: 13965 + - uid: 13713 components: - type: Transform - pos: 120.5,205.5 + pos: 133.5,181.5 parent: 2 - - uid: 13966 + - uid: 13715 components: - type: Transform - pos: 104.5,177.5 + pos: 129.5,180.5 parent: 2 - - uid: 13967 + - uid: 13716 components: - type: Transform - pos: 104.5,178.5 + pos: 134.5,180.5 parent: 2 - - uid: 13968 + - uid: 13717 components: - type: Transform - pos: 104.5,179.5 + pos: 134.5,181.5 parent: 2 - - uid: 13969 + - uid: 13718 components: - type: Transform - pos: 106.5,178.5 + pos: 120.5,209.5 parent: 2 - - uid: 13970 + - uid: 13719 components: - type: Transform - pos: 107.5,178.5 + pos: 120.5,211.5 parent: 2 - - uid: 13971 + - uid: 13720 components: - type: Transform - pos: 99.5,178.5 + pos: 120.5,210.5 parent: 2 - - uid: 13972 + - uid: 13721 components: - type: Transform - pos: 100.5,179.5 + pos: 120.5,212.5 parent: 2 - - uid: 13973 + - uid: 13722 components: - type: Transform - pos: 100.5,177.5 + pos: 122.5,208.5 parent: 2 - - uid: 13974 + - uid: 13723 components: - type: Transform - pos: 107.5,183.5 + pos: 121.5,208.5 parent: 2 - - uid: 13975 + - uid: 13724 components: - type: Transform - pos: 108.5,178.5 + pos: 117.5,212.5 parent: 2 - - uid: 13976 + - uid: 13725 components: - type: Transform - pos: 109.5,178.5 + pos: 119.5,212.5 parent: 2 - - uid: 13977 + - uid: 13726 components: - type: Transform - pos: 110.5,178.5 + pos: 118.5,212.5 parent: 2 - - uid: 13978 + - uid: 13727 components: - type: Transform - pos: 111.5,178.5 + pos: 117.5,205.5 parent: 2 - - uid: 13979 + - uid: 13728 components: - type: Transform - pos: 112.5,178.5 + pos: 117.5,207.5 parent: 2 - - uid: 13980 + - uid: 13729 components: - type: Transform - pos: 98.5,178.5 + pos: 117.5,206.5 parent: 2 - - uid: 13981 + - uid: 13730 components: - type: Transform - pos: 97.5,178.5 + pos: 117.5,208.5 parent: 2 - - uid: 13982 + - uid: 13733 components: - type: Transform - pos: 97.5,179.5 + pos: 115.5,212.5 parent: 2 - - uid: 13983 + - uid: 13734 components: - type: Transform - pos: 97.5,180.5 + pos: 123.5,210.5 parent: 2 - - uid: 13984 + - uid: 13735 components: - type: Transform - pos: 97.5,181.5 + pos: 134.5,210.5 parent: 2 - - uid: 13985 + - uid: 13736 components: - type: Transform - pos: 97.5,182.5 + pos: 134.5,209.5 parent: 2 - - uid: 13986 + - uid: 13737 components: - type: Transform - pos: 97.5,183.5 + pos: 134.5,208.5 parent: 2 - - uid: 13987 + - uid: 13738 components: - type: Transform - pos: 96.5,178.5 + pos: 137.5,186.5 parent: 2 - - uid: 13988 + - uid: 13739 components: - type: Transform - pos: 95.5,178.5 + pos: 134.5,184.5 parent: 2 - - uid: 13989 + - uid: 13740 components: - type: Transform - pos: 94.5,178.5 + pos: 105.5,178.5 parent: 2 - - uid: 13990 + - uid: 13741 components: - type: Transform - pos: 93.5,178.5 + pos: 123.5,203.5 parent: 2 - - uid: 13991 + - uid: 13742 components: - type: Transform - pos: 93.5,179.5 + pos: 123.5,201.5 parent: 2 - - uid: 13992 + - uid: 13743 components: - type: Transform - pos: 93.5,180.5 + pos: 123.5,202.5 parent: 2 - - uid: 13993 + - uid: 13744 components: - type: Transform - pos: 93.5,181.5 + pos: 123.5,200.5 parent: 2 - - uid: 13994 + - uid: 13745 components: - type: Transform - pos: 93.5,182.5 + pos: 123.5,199.5 parent: 2 - - uid: 13995 + - uid: 13746 components: - type: Transform - pos: 93.5,183.5 + pos: 126.5,205.5 parent: 2 - - uid: 13996 + - uid: 13747 components: - type: Transform - pos: 97.5,184.5 + pos: 127.5,205.5 parent: 2 - - uid: 13997 + - uid: 13748 components: - type: Transform - pos: 108.5,184.5 + pos: 131.5,205.5 parent: 2 - - uid: 13998 + - uid: 13749 components: - type: Transform - pos: 112.5,179.5 + pos: 130.5,205.5 parent: 2 - - uid: 13999 + - uid: 13750 components: - type: Transform - pos: 112.5,180.5 + pos: 128.5,205.5 parent: 2 - - uid: 14000 + - uid: 13751 components: - type: Transform - pos: 112.5,181.5 + pos: 125.5,205.5 parent: 2 - - uid: 14001 + - uid: 13752 components: - type: Transform - pos: 112.5,182.5 + pos: 135.5,204.5 parent: 2 - - uid: 14002 + - uid: 13754 components: - type: Transform - pos: 112.5,183.5 + pos: 134.5,205.5 parent: 2 - - uid: 14003 + - uid: 13755 components: - type: Transform - pos: 112.5,184.5 + pos: 135.5,205.5 parent: 2 - - uid: 14004 + - uid: 13757 components: - type: Transform - pos: 111.5,187.5 + pos: 134.5,212.5 parent: 2 - - uid: 14005 + - uid: 13761 components: - type: Transform - pos: 111.5,185.5 + pos: 134.5,215.5 parent: 2 - - uid: 14006 + - uid: 13762 components: - type: Transform - pos: 111.5,184.5 + pos: 123.5,213.5 parent: 2 - - uid: 14007 + - uid: 13764 components: - type: Transform - pos: 111.5,186.5 + pos: 134.5,214.5 parent: 2 - - uid: 14008 + - uid: 13765 components: - type: Transform - pos: 108.5,183.5 + pos: 115.5,199.5 parent: 2 - - uid: 14009 + - uid: 13766 components: - type: Transform - pos: 111.5,188.5 + pos: 106.5,189.5 parent: 2 - - uid: 14010 + - uid: 13767 components: - type: Transform - pos: 110.5,188.5 + pos: 103.5,193.5 parent: 2 - - uid: 14011 + - uid: 13768 components: - type: Transform - pos: 108.5,188.5 + pos: 115.5,186.5 parent: 2 - - uid: 14012 + - uid: 13769 components: - type: Transform - pos: 105.5,188.5 + pos: 118.5,199.5 parent: 2 - - uid: 14013 + - uid: 13770 components: - type: Transform - pos: 104.5,188.5 + pos: 100.5,189.5 parent: 2 - - uid: 14014 + - uid: 13772 components: - type: Transform - pos: 103.5,188.5 + pos: 100.5,190.5 parent: 2 - - uid: 14015 + - uid: 13773 components: - type: Transform - pos: 101.5,188.5 + pos: 122.5,176.5 parent: 2 - - uid: 14016 + - uid: 13774 components: - type: Transform - pos: 100.5,188.5 + pos: 101.5,189.5 parent: 2 - - uid: 14017 + - uid: 13775 components: - type: Transform - pos: 99.5,188.5 + pos: 112.5,198.5 parent: 2 - - uid: 14018 + - uid: 13776 components: - type: Transform - pos: 98.5,188.5 + pos: 102.5,193.5 parent: 2 - - uid: 14019 + - uid: 13778 components: - type: Transform - pos: 97.5,188.5 + pos: 100.5,192.5 parent: 2 - - uid: 14020 + - uid: 13779 components: - type: Transform - pos: 96.5,188.5 + pos: 104.5,189.5 parent: 2 - - uid: 14021 + - uid: 13780 components: - type: Transform - pos: 95.5,188.5 + pos: 113.5,189.5 parent: 2 - - uid: 14022 + - uid: 13781 components: - type: Transform - pos: 94.5,188.5 + pos: 104.5,190.5 parent: 2 - - uid: 14023 + - uid: 13782 components: - type: Transform - pos: 93.5,188.5 + pos: 130.5,214.5 parent: 2 - - uid: 14024 + - uid: 13783 components: - type: Transform - pos: 93.5,187.5 + pos: 107.5,189.5 parent: 2 - - uid: 14025 + - uid: 13784 components: - type: Transform - pos: 93.5,186.5 + pos: 96.5,184.5 parent: 2 - - uid: 14026 + - uid: 13785 components: - type: Transform - pos: 93.5,185.5 + pos: 94.5,184.5 parent: 2 - - uid: 14027 + - uid: 13786 components: - type: Transform - pos: 93.5,184.5 + pos: 103.5,189.5 parent: 2 - - uid: 14028 + - uid: 13787 components: - type: Transform - pos: 109.5,190.5 + pos: 116.5,199.5 parent: 2 - - uid: 14029 + - uid: 13788 components: - type: Transform - pos: 100.5,193.5 + pos: 129.5,202.5 parent: 2 - - uid: 14030 + - uid: 13789 components: - type: Transform - pos: 114.5,189.5 + pos: 130.5,213.5 parent: 2 - - uid: 14031 + - uid: 13790 components: - type: Transform - pos: 110.5,189.5 + pos: 130.5,202.5 parent: 2 - - uid: 14032 + - uid: 13791 components: - type: Transform - pos: 111.5,189.5 + pos: 114.5,199.5 parent: 2 - - uid: 14033 + - uid: 13792 components: - type: Transform - pos: 112.5,189.5 + pos: 118.5,204.5 parent: 2 - - uid: 14034 + - uid: 13793 components: - type: Transform - pos: 119.5,193.5 + pos: 120.5,203.5 parent: 2 - - uid: 14035 + - uid: 13794 components: - type: Transform - pos: 119.5,199.5 + pos: 118.5,202.5 parent: 2 - - uid: 14036 + - uid: 13795 components: - type: Transform - pos: 117.5,189.5 + pos: 120.5,202.5 parent: 2 - - uid: 14037 + - uid: 13796 components: - type: Transform - pos: 117.5,188.5 + pos: 118.5,203.5 parent: 2 - - uid: 14038 + - uid: 13797 components: - type: Transform - pos: 113.5,184.5 + pos: 117.5,199.5 parent: 2 - - uid: 14039 + - uid: 13798 components: - type: Transform - pos: 117.5,183.5 + pos: 119.5,202.5 parent: 2 - - uid: 14040 + - uid: 13799 components: - type: Transform - pos: 117.5,182.5 + pos: 109.5,188.5 parent: 2 - - uid: 14041 + - uid: 13800 components: - type: Transform - pos: 117.5,181.5 + pos: 139.5,194.5 parent: 2 - - uid: 14042 + - uid: 13801 components: - type: Transform - pos: 117.5,180.5 + pos: 100.5,178.5 parent: 2 - - uid: 14043 + - uid: 13802 components: - type: Transform - pos: 117.5,179.5 + pos: 139.5,193.5 parent: 2 - - uid: 14044 + - uid: 13803 components: - type: Transform - pos: 117.5,178.5 + pos: 120.5,205.5 parent: 2 - - uid: 14045 + - uid: 13805 components: - type: Transform - pos: 117.5,177.5 + pos: 108.5,184.5 parent: 2 - - uid: 14046 + - uid: 13807 components: - type: Transform - pos: 112.5,193.5 + pos: 106.5,178.5 parent: 2 - - uid: 14047 + - uid: 13808 components: - type: Transform - pos: 115.5,184.5 + pos: 107.5,178.5 parent: 2 - - uid: 14048 + - uid: 13809 components: - type: Transform - pos: 113.5,185.5 + pos: 99.5,178.5 parent: 2 - - uid: 14049 + - uid: 13810 components: - type: Transform - pos: 120.5,199.5 + pos: 100.5,179.5 parent: 2 - - uid: 14050 + - uid: 13811 components: - type: Transform - pos: 117.5,184.5 + pos: 100.5,177.5 parent: 2 - - uid: 14051 + - uid: 13813 components: - type: Transform - pos: 116.5,184.5 + pos: 108.5,178.5 parent: 2 - - uid: 14052 + - uid: 13814 components: - type: Transform - pos: 113.5,188.5 + pos: 109.5,178.5 parent: 2 - - uid: 14053 + - uid: 13815 components: - type: Transform - pos: 113.5,186.5 + pos: 110.5,178.5 parent: 2 - - uid: 14054 + - uid: 13816 components: - type: Transform - pos: 114.5,184.5 + pos: 111.5,178.5 parent: 2 - - uid: 14055 + - uid: 13817 components: - type: Transform - pos: 134.5,188.5 + pos: 112.5,178.5 parent: 2 - - uid: 14056 + - uid: 13818 components: - type: Transform - pos: 122.5,177.5 + pos: 98.5,178.5 parent: 2 - - uid: 14057 + - uid: 13819 components: - type: Transform - pos: 122.5,178.5 + pos: 97.5,178.5 parent: 2 - - uid: 14058 + - uid: 13820 components: - type: Transform - pos: 119.5,198.5 + pos: 97.5,179.5 parent: 2 - - uid: 14059 + - uid: 13821 components: - type: Transform - pos: 122.5,180.5 + pos: 97.5,180.5 parent: 2 - - uid: 14060 + - uid: 13822 components: - type: Transform - pos: 122.5,181.5 + pos: 97.5,181.5 parent: 2 - - uid: 14061 + - uid: 13823 components: - type: Transform - pos: 121.5,181.5 + pos: 97.5,182.5 parent: 2 - - uid: 14062 + - uid: 13824 components: - type: Transform - pos: 120.5,181.5 + pos: 97.5,183.5 parent: 2 - - uid: 14063 + - uid: 13825 components: - type: Transform - pos: 119.5,181.5 + pos: 96.5,178.5 parent: 2 - - uid: 14064 + - uid: 13826 components: - type: Transform - pos: 121.5,177.5 + pos: 95.5,178.5 parent: 2 - - uid: 14065 + - uid: 13827 components: - type: Transform - pos: 119.5,205.5 + pos: 94.5,178.5 parent: 2 - - uid: 14066 + - uid: 13828 components: - type: Transform - pos: 110.5,193.5 + pos: 93.5,178.5 parent: 2 - - uid: 14067 + - uid: 13829 components: - type: Transform - pos: 118.5,177.5 + pos: 93.5,179.5 parent: 2 - - uid: 14068 + - uid: 13830 components: - type: Transform - pos: 118.5,181.5 + pos: 93.5,180.5 parent: 2 - - uid: 14069 + - uid: 13831 components: - type: Transform - pos: 122.5,182.5 + pos: 93.5,181.5 parent: 2 - - uid: 14070 + - uid: 13832 components: - type: Transform - pos: 122.5,184.5 + pos: 93.5,182.5 parent: 2 - - uid: 14071 + - uid: 13833 components: - type: Transform - pos: 121.5,185.5 + pos: 93.5,183.5 parent: 2 - - uid: 14072 + - uid: 13834 components: - type: Transform - pos: 120.5,185.5 + pos: 97.5,184.5 parent: 2 - - uid: 14073 + - uid: 13836 components: - type: Transform - pos: 119.5,185.5 + pos: 112.5,179.5 parent: 2 - - uid: 14074 + - uid: 13837 components: - type: Transform - pos: 118.5,185.5 + pos: 112.5,180.5 parent: 2 - - uid: 14075 + - uid: 13838 components: - type: Transform - pos: 120.5,204.5 + pos: 112.5,181.5 parent: 2 - - uid: 14076 + - uid: 13839 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,207.5 + pos: 112.5,182.5 parent: 2 - - uid: 14077 + - uid: 13840 components: - type: Transform - pos: 118.5,205.5 + pos: 112.5,183.5 parent: 2 - - uid: 14078 + - uid: 13841 components: - type: Transform - pos: 122.5,186.5 + pos: 112.5,184.5 parent: 2 - - uid: 14079 + - uid: 13842 components: - type: Transform - pos: 112.5,195.5 + pos: 111.5,187.5 parent: 2 - - uid: 14080 + - uid: 13843 components: - type: Transform - pos: 122.5,188.5 + pos: 111.5,185.5 parent: 2 - - uid: 14081 + - uid: 13844 components: - type: Transform - pos: 122.5,189.5 + pos: 111.5,184.5 parent: 2 - - uid: 14082 + - uid: 13845 components: - type: Transform - pos: 121.5,189.5 + pos: 111.5,186.5 parent: 2 - - uid: 14083 + - uid: 13847 components: - type: Transform - pos: 120.5,189.5 + pos: 111.5,188.5 parent: 2 - - uid: 14084 + - uid: 13848 components: - type: Transform - pos: 119.5,189.5 + pos: 110.5,188.5 parent: 2 - - uid: 14085 + - uid: 13849 components: - type: Transform - pos: 118.5,189.5 + pos: 108.5,188.5 parent: 2 - - uid: 14086 + - uid: 13850 components: - type: Transform - pos: 129.5,184.5 + pos: 105.5,188.5 parent: 2 - - uid: 14087 + - uid: 13851 components: - type: Transform - pos: 130.5,185.5 + pos: 104.5,188.5 parent: 2 - - uid: 14088 + - uid: 13852 components: - type: Transform - pos: 129.5,186.5 + pos: 103.5,188.5 parent: 2 - - uid: 14089 + - uid: 13853 components: - type: Transform - pos: 120.5,192.5 + pos: 101.5,188.5 parent: 2 - - uid: 14090 + - uid: 13854 components: - type: Transform - pos: 131.5,185.5 + pos: 100.5,188.5 parent: 2 - - uid: 14091 + - uid: 13855 components: - type: Transform - pos: 132.5,185.5 + pos: 99.5,188.5 parent: 2 - - uid: 14092 + - uid: 13856 components: - type: Transform - pos: 133.5,185.5 + pos: 98.5,188.5 parent: 2 - - uid: 14093 + - uid: 13857 components: - type: Transform - pos: 134.5,185.5 + pos: 97.5,188.5 parent: 2 - - uid: 14094 + - uid: 13858 components: - type: Transform - pos: 118.5,192.5 + pos: 96.5,188.5 parent: 2 - - uid: 14095 + - uid: 13859 components: - type: Transform - pos: 134.5,179.5 + pos: 95.5,188.5 parent: 2 - - uid: 14096 + - uid: 13860 components: - type: Transform - pos: 134.5,177.5 + pos: 94.5,188.5 parent: 2 - - uid: 14097 + - uid: 13861 components: - type: Transform - pos: 133.5,177.5 + pos: 93.5,188.5 parent: 2 - - uid: 14098 + - uid: 13862 components: - type: Transform - pos: 130.5,177.5 + pos: 93.5,187.5 parent: 2 - - uid: 14099 + - uid: 13863 components: - type: Transform - pos: 129.5,177.5 + pos: 93.5,186.5 parent: 2 - - uid: 14100 + - uid: 13864 components: - type: Transform - pos: 129.5,176.5 + pos: 93.5,185.5 parent: 2 - - uid: 14101 + - uid: 13865 components: - type: Transform - pos: 129.5,178.5 + pos: 93.5,184.5 parent: 2 - - uid: 14102 + - uid: 13866 components: - type: Transform - pos: 139.5,189.5 + pos: 109.5,190.5 parent: 2 - - uid: 14103 + - uid: 13867 components: - type: Transform - pos: 139.5,190.5 + pos: 100.5,193.5 parent: 2 - - uid: 14104 + - uid: 13868 components: - type: Transform - pos: 139.5,191.5 + pos: 114.5,189.5 parent: 2 - - uid: 14105 + - uid: 13869 components: - type: Transform - pos: 134.5,178.5 + pos: 110.5,189.5 parent: 2 - - uid: 14106 + - uid: 13870 components: - type: Transform - pos: 113.5,187.5 + pos: 111.5,189.5 parent: 2 - - uid: 14107 + - uid: 13871 components: - type: Transform - pos: 101.5,193.5 + pos: 112.5,189.5 parent: 2 - - uid: 14108 + - uid: 13872 components: - type: Transform - pos: 105.5,189.5 + pos: 119.5,193.5 parent: 2 - - uid: 14109 + - uid: 13873 components: - type: Transform - pos: 108.5,189.5 + pos: 119.5,199.5 parent: 2 - - uid: 14110 + - uid: 13874 components: - type: Transform - pos: 123.5,193.5 + pos: 117.5,189.5 parent: 2 - - uid: 14111 + - uid: 13875 components: - type: Transform - pos: 123.5,194.5 + pos: 117.5,188.5 parent: 2 - - uid: 14112 + - uid: 13876 components: - type: Transform - pos: 123.5,192.5 + pos: 113.5,184.5 parent: 2 - - uid: 14113 + - uid: 13877 components: - type: Transform - pos: 131.5,192.5 + pos: 117.5,183.5 parent: 2 - - uid: 14114 + - uid: 13878 components: - type: Transform - pos: 129.5,192.5 + pos: 117.5,182.5 parent: 2 - - uid: 14115 + - uid: 13879 components: - type: Transform - pos: 131.5,193.5 + pos: 117.5,181.5 parent: 2 - - uid: 14116 + - uid: 13880 components: - type: Transform - pos: 128.5,192.5 + pos: 117.5,180.5 parent: 2 - - uid: 14117 + - uid: 13881 components: - type: Transform - pos: 130.5,192.5 + pos: 117.5,179.5 parent: 2 - - uid: 14118 + - uid: 13882 components: - type: Transform - pos: 131.5,196.5 + pos: 117.5,178.5 parent: 2 - - uid: 14119 + - uid: 13883 components: - type: Transform - pos: 122.5,185.5 + pos: 117.5,177.5 parent: 2 - - uid: 14120 + - uid: 13884 components: - type: Transform - pos: 112.5,192.5 + pos: 112.5,193.5 parent: 2 - - uid: 14121 + - uid: 13885 components: - type: Transform - pos: 112.5,194.5 + pos: 115.5,184.5 parent: 2 - - uid: 14122 + - uid: 13886 components: - type: Transform - pos: 109.5,193.5 + pos: 113.5,185.5 parent: 2 - - uid: 14123 + - uid: 13887 components: - type: Transform - pos: 111.5,193.5 + pos: 120.5,199.5 parent: 2 - - uid: 14124 + - uid: 13888 components: - type: Transform - pos: 116.5,189.5 + pos: 117.5,184.5 parent: 2 - - uid: 14125 + - uid: 13889 components: - type: Transform - pos: 119.5,192.5 + pos: 116.5,184.5 parent: 2 - - uid: 14126 + - uid: 13890 components: - type: Transform - pos: 117.5,192.5 + pos: 113.5,188.5 parent: 2 - - uid: 14127 + - uid: 13891 components: - type: Transform - pos: 116.5,192.5 + pos: 113.5,186.5 parent: 2 - - uid: 14128 + - uid: 13892 components: - type: Transform - pos: 115.5,192.5 + pos: 114.5,184.5 parent: 2 - - uid: 14129 + - uid: 13893 components: - type: Transform - pos: 114.5,192.5 + pos: 134.5,188.5 parent: 2 - - uid: 14130 + - uid: 13894 components: - type: Transform - pos: 113.5,192.5 + pos: 122.5,177.5 parent: 2 - - uid: 14131 + - uid: 13895 components: - type: Transform - pos: 127.5,197.5 + pos: 122.5,178.5 parent: 2 - - uid: 14132 + - uid: 13896 components: - type: Transform - pos: 126.5,197.5 + pos: 119.5,198.5 parent: 2 - - uid: 14133 + - uid: 13897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,197.5 + pos: 122.5,180.5 parent: 2 - - uid: 14134 + - uid: 13898 components: - type: Transform - pos: 131.5,195.5 + pos: 122.5,181.5 parent: 2 - - uid: 14135 + - uid: 13899 components: - type: Transform - pos: 131.5,197.5 + pos: 121.5,181.5 parent: 2 - - uid: 14136 + - uid: 13900 components: - type: Transform - pos: 128.5,197.5 + pos: 120.5,181.5 parent: 2 - - uid: 14137 + - uid: 13901 components: - type: Transform - pos: 129.5,197.5 + pos: 119.5,181.5 parent: 2 - - uid: 14138 + - uid: 13902 components: - type: Transform - pos: 130.5,197.5 + pos: 121.5,177.5 parent: 2 - - uid: 14139 + - uid: 13903 components: - type: Transform - pos: 123.5,195.5 + pos: 119.5,205.5 parent: 2 - - uid: 14140 + - uid: 13904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,188.5 + pos: 110.5,193.5 parent: 2 - - uid: 14141 + - uid: 13905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,187.5 + pos: 118.5,177.5 parent: 2 - - uid: 14142 + - uid: 13906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,186.5 + pos: 118.5,181.5 parent: 2 - - uid: 14143 + - uid: 13907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,186.5 + pos: 122.5,182.5 parent: 2 - - uid: 14144 + - uid: 13908 components: - type: Transform - pos: 136.5,189.5 + pos: 122.5,184.5 parent: 2 - - uid: 14145 + - uid: 13909 components: - type: Transform - pos: 138.5,189.5 + pos: 121.5,185.5 parent: 2 - - uid: 14146 + - uid: 13910 components: - type: Transform - pos: 135.5,189.5 + pos: 120.5,185.5 parent: 2 - - uid: 14147 + - uid: 13911 components: - type: Transform - pos: 134.5,187.5 + pos: 119.5,185.5 parent: 2 - - uid: 14148 + - uid: 13912 components: - type: Transform - pos: 134.5,186.5 + pos: 118.5,185.5 parent: 2 - - uid: 14149 + - uid: 13913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,186.5 + pos: 120.5,204.5 parent: 2 - - uid: 14150 + - uid: 13915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,186.5 + pos: 118.5,205.5 parent: 2 - - uid: 14151 + - uid: 13916 components: - type: Transform - pos: 119.5,195.5 + pos: 122.5,186.5 parent: 2 - - uid: 14152 + - uid: 13917 components: - type: Transform - pos: 119.5,196.5 + pos: 112.5,195.5 parent: 2 - - uid: 14153 + - uid: 13918 components: - type: Transform - pos: 122.5,192.5 + pos: 122.5,188.5 parent: 2 - - uid: 14154 + - uid: 13919 components: - type: Transform - pos: 109.5,189.5 + pos: 122.5,189.5 parent: 2 - - uid: 14155 + - uid: 13920 components: - type: Transform - pos: 118.5,191.5 + pos: 121.5,189.5 parent: 2 - - uid: 14156 + - uid: 13921 components: - type: Transform - pos: 130.5,191.5 + pos: 120.5,189.5 parent: 2 - - uid: 14157 + - uid: 13922 components: - type: Transform - pos: 136.5,202.5 + pos: 119.5,189.5 parent: 2 - - uid: 14158 + - uid: 13923 components: - type: Transform - pos: 135.5,202.5 + pos: 118.5,189.5 parent: 2 - - uid: 14159 + - uid: 13924 components: - type: Transform - pos: 123.5,196.5 + pos: 129.5,184.5 parent: 2 - - uid: 14160 + - uid: 13925 components: - type: Transform - pos: 123.5,197.5 + pos: 130.5,185.5 parent: 2 - - uid: 14161 + - uid: 13926 components: - type: Transform - pos: 123.5,198.5 + pos: 129.5,186.5 parent: 2 - - uid: 14162 + - uid: 13927 components: - type: Transform - pos: 130.5,198.5 + pos: 120.5,192.5 parent: 2 - - uid: 14163 + - uid: 13928 components: - type: Transform - pos: 130.5,199.5 + pos: 131.5,185.5 parent: 2 - - uid: 14164 + - uid: 13929 components: - type: Transform - pos: 130.5,200.5 + pos: 132.5,185.5 parent: 2 - - uid: 14165 + - uid: 13930 components: - type: Transform - pos: 130.5,201.5 + pos: 133.5,185.5 parent: 2 - - uid: 14166 + - uid: 13931 components: - type: Transform - pos: 139.5,204.5 + pos: 134.5,185.5 parent: 2 - - uid: 14167 + - uid: 13932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,215.5 + pos: 118.5,192.5 parent: 2 - - uid: 14168 + - uid: 13933 components: - type: Transform - pos: 115.5,209.5 + pos: 134.5,179.5 parent: 2 - - uid: 14169 + - uid: 13934 components: - type: Transform - pos: 116.5,212.5 + pos: 134.5,177.5 parent: 2 - - uid: 14170 + - uid: 13935 components: - type: Transform - pos: 117.5,209.5 + pos: 133.5,177.5 parent: 2 - - uid: 14171 + - uid: 13936 components: - type: Transform - pos: 116.5,209.5 + pos: 130.5,177.5 parent: 2 - - uid: 14172 + - uid: 13937 components: - type: Transform - pos: 113.5,199.5 + pos: 129.5,177.5 parent: 2 - - uid: 14173 + - uid: 13938 components: - type: Transform - pos: 140.5,204.5 + pos: 129.5,176.5 parent: 2 - - uid: 14174 + - uid: 13939 components: - type: Transform - pos: 119.5,197.5 + pos: 129.5,178.5 parent: 2 - - uid: 14175 + - uid: 13940 components: - type: Transform - pos: 112.5,197.5 + pos: 139.5,189.5 parent: 2 - - uid: 14176 + - uid: 13941 components: - type: Transform - pos: 112.5,196.5 + pos: 139.5,190.5 parent: 2 - - uid: 14177 + - uid: 13942 components: - type: Transform - pos: 139.5,211.5 + pos: 139.5,191.5 parent: 2 - - uid: 14178 + - uid: 13943 components: - type: Transform - pos: 120.5,208.5 + pos: 134.5,178.5 parent: 2 - - uid: 14179 + - uid: 13944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,215.5 + pos: 113.5,187.5 parent: 2 - - uid: 14180 + - uid: 13945 components: - type: Transform - pos: 123.5,214.5 + pos: 101.5,193.5 parent: 2 - - uid: 14181 + - uid: 13946 components: - type: Transform - pos: 123.5,212.5 + pos: 105.5,189.5 parent: 2 - - uid: 14182 + - uid: 13947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 141.5,204.5 + pos: 108.5,189.5 parent: 2 - - uid: 14183 + - uid: 13948 components: - type: Transform - pos: 139.5,192.5 + pos: 123.5,193.5 parent: 2 - - uid: 14184 + - uid: 13949 components: - type: Transform - pos: 139.5,195.5 + pos: 123.5,194.5 parent: 2 - - uid: 14185 + - uid: 13950 components: - type: Transform - pos: 139.5,196.5 + pos: 123.5,192.5 parent: 2 - - uid: 14186 + - uid: 13951 components: - type: Transform - pos: 134.5,189.5 + pos: 131.5,192.5 parent: 2 - - uid: 14187 + - uid: 13952 components: - type: Transform - pos: 127.5,200.5 + pos: 129.5,192.5 parent: 2 - - uid: 14188 + - uid: 13953 components: - type: Transform - pos: 127.5,198.5 + pos: 131.5,193.5 parent: 2 - - uid: 14189 + - uid: 13954 components: - type: Transform - pos: 112.5,199.5 + pos: 128.5,192.5 parent: 2 - - uid: 14190 + - uid: 13955 components: - type: Transform - pos: 115.5,185.5 + pos: 130.5,192.5 parent: 2 - - uid: 14191 + - uid: 13956 components: - type: Transform - pos: 117.5,186.5 + rot: -1.5707963267948966 rad + pos: 131.5,196.5 parent: 2 - - uid: 14192 + - uid: 13957 components: - type: Transform - pos: 117.5,185.5 + pos: 122.5,185.5 parent: 2 - - uid: 14193 + - uid: 13958 components: - type: Transform - pos: 117.5,187.5 + pos: 112.5,192.5 parent: 2 - - uid: 14194 + - uid: 13959 components: - type: Transform - pos: 146.5,204.5 + pos: 112.5,194.5 parent: 2 - - uid: 14195 + - uid: 13960 components: - type: Transform - pos: 146.5,211.5 + pos: 109.5,193.5 parent: 2 - - uid: 14196 + - uid: 13961 components: - type: Transform - pos: 145.5,211.5 + pos: 111.5,193.5 parent: 2 - - uid: 14197 + - uid: 13962 components: - type: Transform - pos: 140.5,211.5 + pos: 116.5,189.5 parent: 2 - - uid: 14198 + - uid: 13963 components: - type: Transform - pos: 146.5,210.5 + pos: 119.5,192.5 parent: 2 - - uid: 14199 + - uid: 13964 components: - type: Transform - pos: 141.5,211.5 + pos: 117.5,192.5 parent: 2 - - uid: 14200 + - uid: 13965 components: - type: Transform - pos: 146.5,205.5 + pos: 116.5,192.5 parent: 2 - - uid: 14201 + - uid: 13966 components: - type: Transform - pos: 129.5,185.5 + pos: 115.5,192.5 parent: 2 - - uid: 14202 + - uid: 13967 components: - type: Transform - pos: 123.5,209.5 + pos: 114.5,192.5 parent: 2 - - uid: 14203 + - uid: 13968 components: - type: Transform - pos: 123.5,208.5 + pos: 113.5,192.5 parent: 2 - - uid: 14204 + - uid: 13969 components: - type: Transform - pos: 126.5,208.5 + rot: -1.5707963267948966 rad + pos: 127.5,197.5 parent: 2 - - uid: 14205 + - uid: 13970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,208.5 + rot: -1.5707963267948966 rad + pos: 126.5,197.5 parent: 2 - - uid: 14206 + - uid: 13971 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,208.5 + pos: 124.5,197.5 parent: 2 - - uid: 14207 + - uid: 13972 components: - type: Transform - pos: 131.5,212.5 + rot: -1.5707963267948966 rad + pos: 131.5,195.5 parent: 2 - - uid: 14208 + - uid: 13973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,211.5 + rot: -1.5707963267948966 rad + pos: 131.5,197.5 parent: 2 - - uid: 14209 + - uid: 13974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,211.5 + rot: -1.5707963267948966 rad + pos: 128.5,197.5 parent: 2 - - uid: 14210 + - uid: 13975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,211.5 + rot: -1.5707963267948966 rad + pos: 129.5,197.5 parent: 2 - - uid: 14211 + - uid: 13976 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,214.5 + rot: -1.5707963267948966 rad + pos: 130.5,197.5 parent: 2 - - uid: 14212 + - uid: 13977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,214.5 + pos: 123.5,195.5 parent: 2 - - uid: 14213 + - uid: 13978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 125.5,214.5 + pos: 139.5,188.5 parent: 2 - - uid: 14214 + - uid: 13979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,214.5 + pos: 139.5,187.5 parent: 2 - - uid: 14215 + - uid: 13980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,189.5 + pos: 136.5,186.5 parent: 2 - - uid: 14216 + - uid: 13981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,189.5 + pos: 139.5,186.5 parent: 2 - - uid: 14217 + - uid: 13982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,189.5 + pos: 136.5,189.5 parent: 2 - - uid: 14218 + - uid: 13983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,189.5 + pos: 138.5,189.5 parent: 2 - - uid: 14219 + - uid: 13984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,189.5 + pos: 135.5,189.5 parent: 2 - - uid: 14220 + - uid: 13985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,188.5 + pos: 134.5,187.5 parent: 2 - - uid: 14221 + - uid: 13986 components: - type: Transform - pos: 138.5,194.5 + pos: 134.5,186.5 parent: 2 - - uid: 14222 + - uid: 13987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,208.5 + pos: 135.5,186.5 parent: 2 - - uid: 14223 + - uid: 13988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,208.5 + pos: 138.5,186.5 parent: 2 - - uid: 14224 + - uid: 13989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 116.5,208.5 + pos: 119.5,195.5 parent: 2 - - uid: 14225 + - uid: 13990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 113.5,208.5 + pos: 119.5,196.5 parent: 2 - - uid: 14226 + - uid: 13991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,200.5 + pos: 122.5,192.5 parent: 2 - - uid: 14227 + - uid: 13992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,199.5 + pos: 109.5,189.5 parent: 2 - - uid: 14228 + - uid: 13993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,201.5 + pos: 118.5,191.5 parent: 2 - - uid: 14229 + - uid: 13994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,202.5 + pos: 130.5,191.5 parent: 2 - - uid: 14230 + - uid: 13995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,205.5 + pos: 136.5,202.5 parent: 2 - - uid: 14231 + - uid: 13996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,203.5 + pos: 135.5,202.5 parent: 2 - - uid: 14232 + - uid: 13997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,204.5 + pos: 123.5,196.5 parent: 2 - - uid: 14233 + - uid: 13998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,208.5 + pos: 123.5,197.5 parent: 2 - - uid: 14234 + - uid: 13999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 111.5,208.5 + pos: 123.5,198.5 parent: 2 - - uid: 14235 + - uid: 14000 components: - type: Transform rot: -1.5707963267948966 rad - pos: 110.5,208.5 + pos: 130.5,198.5 parent: 2 - - uid: 14236 + - uid: 14001 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.5,206.5 + pos: 130.5,199.5 parent: 2 - - uid: 14237 + - uid: 14002 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.5,207.5 + pos: 130.5,200.5 parent: 2 - - uid: 14238 + - uid: 14003 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.5,208.5 + pos: 130.5,201.5 parent: 2 - - uid: 14239 + - uid: 14004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 110.5,199.5 + pos: 139.5,204.5 parent: 2 - - uid: 14240 + - uid: 14006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 111.5,199.5 + pos: 115.5,209.5 parent: 2 - - uid: 14241 + - uid: 14007 components: - type: Transform - pos: 139.5,205.5 + pos: 116.5,212.5 parent: 2 - - uid: 14261 + - uid: 14008 components: - type: Transform - pos: 107.5,199.5 + pos: 117.5,209.5 parent: 2 - - uid: 14262 + - uid: 14009 components: - type: Transform - pos: 108.5,199.5 + pos: 116.5,209.5 parent: 2 -- proto: N14WallVaultVentTall - entities: - - uid: 3651 + - uid: 14010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,199.5 + pos: 113.5,199.5 parent: 2 - - uid: 7451 + - uid: 14011 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,199.5 + pos: 140.5,204.5 parent: 2 - - uid: 14242 + - uid: 14012 components: - type: Transform - pos: 132.5,181.5 + pos: 119.5,197.5 parent: 2 -- proto: N14WallWoodLog - entities: - - uid: 14243 + - uid: 14013 components: - type: Transform - pos: 45.5,124.5 + pos: 112.5,197.5 parent: 2 - - uid: 14244 + - uid: 14014 components: - type: Transform - pos: 44.5,124.5 + pos: 112.5,196.5 parent: 2 - - uid: 14245 + - uid: 14015 components: - type: Transform - pos: 43.5,124.5 + pos: 139.5,211.5 parent: 2 - - uid: 14246 + - uid: 14016 components: - type: Transform - pos: 42.5,124.5 + pos: 120.5,208.5 parent: 2 - - uid: 14247 + - uid: 14018 components: - type: Transform - pos: 42.5,123.5 + pos: 123.5,214.5 parent: 2 - - uid: 14248 + - uid: 14019 components: - type: Transform - pos: 42.5,122.5 + pos: 123.5,212.5 parent: 2 - - uid: 14249 + - uid: 14020 components: - type: Transform - pos: 42.5,121.5 + pos: 141.5,204.5 parent: 2 -- proto: N14WastelandFloraWildCaveFungus - entities: - - uid: 14250 + - uid: 14021 components: - type: Transform - pos: 109.5,195.5 + pos: 139.5,192.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14252 + - uid: 14022 components: - type: Transform - pos: 110.5,215.5 + pos: 139.5,195.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14253 + - uid: 14023 components: - type: Transform - pos: 113.5,209.5 + pos: 139.5,196.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14254 + - uid: 14024 components: - type: Transform - pos: 106.5,173.5 + pos: 134.5,189.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14255 + - uid: 14025 components: - type: Transform - pos: 97.5,173.5 + pos: 127.5,200.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildCaveFungusRad - entities: - - uid: 14256 + - uid: 14026 components: - type: Transform - pos: 95.5,105.5 + rot: -1.5707963267948966 rad + pos: 127.5,198.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14257 + - uid: 14027 components: - type: Transform - pos: 95.5,116.5 + pos: 112.5,199.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14258 + - uid: 14028 components: - type: Transform - pos: 104.5,115.5 + pos: 115.5,185.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14259 + - uid: 14029 components: - type: Transform - pos: 103.5,105.5 + pos: 117.5,186.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 14260 + - uid: 14030 components: - type: Transform - pos: 105.5,111.5 + pos: 117.5,185.5 parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandTribalSpear - entities: - - uid: 14263 + - uid: 14031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.30032,115.8841 + pos: 117.5,187.5 parent: 2 -- proto: N14weapon10mmpipe - entities: - - uid: 14264 + - uid: 14032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.582474,223.52037 + pos: 146.5,204.5 parent: 2 -- proto: N14weapon12mmpipe - entities: - - uid: 14265 + - uid: 14033 components: - type: Transform - pos: 48.331734,114.59639 + pos: 146.5,211.5 parent: 2 -- proto: N14WeaponCaravanShotgun - entities: - - uid: 14266 + - uid: 14034 components: - type: Transform - pos: 59.454693,209.89224 + pos: 145.5,211.5 parent: 2 -- proto: N14WeaponLaserPistol - entities: - - uid: 14267 + - uid: 14035 components: - type: Transform - pos: 91.99151,152.64256 + pos: 140.5,211.5 parent: 2 -- proto: N14WeaponLaserRifle - entities: - - uid: 14268 + - uid: 14036 components: - type: Transform - pos: 91.4804,152.80458 + pos: 146.5,210.5 parent: 2 -- proto: N14WeaponPistol10mm - entities: - - uid: 14269 + - uid: 14037 components: - type: Transform - pos: 113.569435,193.91557 + pos: 141.5,211.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 14270 + - uid: 14038 components: - type: Transform - pos: 113.61631,194.46245 + pos: 146.5,205.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 14271 + - uid: 14039 components: - type: Transform - pos: 113.600685,194.19682 + pos: 129.5,185.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14WeaponPistol9mm - entities: - - uid: 14272 + - uid: 14040 components: - type: Transform - pos: 103.55187,142.54205 + pos: 123.5,209.5 parent: 2 -- proto: N14WeaponPlasmaRifle - entities: - - uid: 14273 + - uid: 14041 components: - type: Transform - pos: 105.47975,144.82959 + pos: 123.5,208.5 parent: 2 -- proto: N14WeaponRevolver10mm - entities: - - uid: 1298 + - uid: 14042 components: - type: Transform - parent: 1295 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 1299 + pos: 126.5,208.5 + parent: 2 + - uid: 14043 components: - type: Transform - parent: 1295 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 14274 + pos: 127.5,208.5 + parent: 2 + - uid: 14044 components: - type: Transform - pos: 124.53876,199.71451 + pos: 129.5,208.5 parent: 2 - - uid: 14275 + - uid: 14045 components: - type: Transform - rot: 3.141592653589793 rad - pos: 118.122696,198.54572 + pos: 131.5,212.5 parent: 2 -- proto: N14WeaponRevolver9mm - entities: - - uid: 14276 + - uid: 14046 components: - type: Transform - pos: 41.608955,230.67625 + pos: 127.5,211.5 parent: 2 -- proto: N14WeaponSubMachineGun10mm - entities: - - uid: 1305 + - uid: 14047 components: - type: Transform - parent: 1302 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14WellBoarded - entities: - - uid: 14277 + rot: 1.5707963267948966 rad + pos: 127.5,217.5 + parent: 2 + - uid: 14051 components: - type: Transform - pos: 50.5,227.5 + rot: 1.5707963267948966 rad + pos: 123.5,217.5 parent: 2 -- proto: N14Window - entities: - - uid: 14278 + - uid: 14053 components: - type: Transform - pos: 60.5,190.5 + pos: 133.5,189.5 parent: 2 -- proto: N14WindowBars - entities: - - uid: 14279 + - uid: 14054 components: - type: Transform - pos: 94.5,140.5 + pos: 132.5,189.5 parent: 2 -- proto: N14WindowBars2 - entities: - - uid: 14280 + - uid: 14055 components: - type: Transform - pos: 98.5,234.5 + pos: 131.5,189.5 parent: 2 - - uid: 14281 + - uid: 14056 components: - type: Transform - pos: 100.5,234.5 + pos: 130.5,189.5 parent: 2 - - uid: 14282 + - uid: 14057 components: - type: Transform - pos: 101.5,234.5 + pos: 129.5,189.5 parent: 2 - - uid: 14283 + - uid: 14058 components: - type: Transform - pos: 64.5,87.5 + pos: 129.5,188.5 parent: 2 - - uid: 14284 + - uid: 14059 components: - type: Transform - pos: 99.5,234.5 + pos: 138.5,194.5 parent: 2 - - uid: 14285 + - uid: 14079 components: - type: Transform - pos: 59.5,85.5 + pos: 139.5,205.5 parent: 2 - - uid: 14286 + - uid: 14080 components: - type: Transform - pos: 49.5,99.5 + pos: 107.5,199.5 parent: 2 - - uid: 14287 + - uid: 14081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,233.5 + pos: 108.5,199.5 parent: 2 - - uid: 14288 + - uid: 14082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,231.5 + pos: 105.5,199.5 parent: 2 - - uid: 14289 + - uid: 14083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,230.5 + pos: 106.5,199.5 parent: 2 - - uid: 14290 + - uid: 14084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,232.5 + pos: 132.5,181.5 parent: 2 -- proto: N14WindowVaultTall - entities: - - uid: 7468 + - uid: 14098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,196.5 + pos: 105.5,177.5 parent: 2 - - uid: 7521 + - uid: 14134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,193.5 + pos: 128.5,203.5 parent: 2 - - uid: 13948 + - uid: 14136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,193.5 + pos: 110.5,184.5 parent: 2 - - uid: 14291 + - uid: 14137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,197.5 + pos: 105.5,179.5 parent: 2 - - uid: 14292 + - uid: 14138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,200.5 + pos: 105.5,183.5 parent: 2 - - uid: 14293 + - uid: 14141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,198.5 + pos: 127.5,210.5 parent: 2 - - uid: 14294 + - uid: 14155 components: - type: Transform - pos: 131.5,208.5 + rot: 1.5707963267948966 rad + pos: 124.5,217.5 parent: 2 - - uid: 14295 + - uid: 14179 components: - type: Transform - pos: 130.5,208.5 + rot: 1.5707963267948966 rad + pos: 126.5,217.5 parent: 2 - - uid: 14296 + - uid: 14182 components: - type: Transform - pos: 132.5,208.5 + pos: 129.5,215.5 parent: 2 - - uid: 14297 + - uid: 14185 components: - type: Transform rot: 1.5707963267948966 rad - pos: 127.5,213.5 + pos: 125.5,217.5 parent: 2 - - uid: 14298 + - uid: 14447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,210.5 + pos: 125.5,182.5 parent: 2 - - uid: 14299 + - uid: 14448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,201.5 + pos: 126.5,185.5 parent: 2 - - uid: 14300 + - uid: 14449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,181.5 + pos: 125.5,185.5 parent: 2 - - uid: 14301 + - uid: 14450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,180.5 + pos: 126.5,182.5 parent: 2 - - uid: 14302 + - uid: 14451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,182.5 + pos: 100.5,171.5 parent: 2 - - uid: 14303 + - uid: 14452 components: - type: Transform - pos: 123.5,176.5 + pos: 104.5,171.5 parent: 2 - - uid: 14304 + - uid: 14453 components: - type: Transform - pos: 125.5,176.5 + rot: 3.141592653589793 rad + pos: 119.5,208.5 parent: 2 - - uid: 14305 +- proto: WallReinforced + entities: + - uid: 3375 components: - type: Transform - pos: 126.5,202.5 + pos: 86.5,148.5 parent: 2 - - uid: 14306 + - uid: 3376 components: - type: Transform - pos: 127.5,176.5 + pos: 88.5,146.5 parent: 2 - - uid: 14307 + - uid: 3377 components: - type: Transform - pos: 126.5,176.5 + pos: 81.5,143.5 parent: 2 - - uid: 14308 + - uid: 3378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,183.5 + pos: 79.5,148.5 parent: 2 - - uid: 14310 + - uid: 3379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,182.5 + pos: 80.5,148.5 parent: 2 - - uid: 14311 + - uid: 3380 components: - type: Transform - pos: 124.5,176.5 + pos: 81.5,148.5 parent: 2 - - uid: 14312 + - uid: 3382 components: - type: Transform - pos: 125.5,202.5 + pos: 80.5,146.5 parent: 2 - - uid: 14313 + - uid: 3383 components: - type: Transform - rot: 3.141592653589793 rad - pos: 136.5,205.5 + pos: 81.5,146.5 parent: 2 - - uid: 14314 + - uid: 3385 components: - type: Transform - rot: 3.141592653589793 rad - pos: 138.5,205.5 + pos: 88.5,143.5 parent: 2 - - uid: 14316 + - uid: 3386 components: - type: Transform - pos: 128.5,176.5 + pos: 88.5,141.5 parent: 2 - - uid: 14317 + - uid: 3387 components: - type: Transform - pos: 119.5,177.5 + pos: 88.5,145.5 parent: 2 - - uid: 14318 + - uid: 3388 components: - type: Transform - pos: 120.5,177.5 + pos: 80.5,143.5 parent: 2 - - uid: 14320 + - uid: 3389 components: - type: Transform - pos: 133.5,208.5 + pos: 87.5,148.5 parent: 2 - - uid: 14321 + - uid: 3390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,199.5 + pos: 88.5,148.5 parent: 2 - - uid: 14322 + - uid: 3391 components: - type: Transform - pos: 144.5,211.5 + pos: 88.5,147.5 parent: 2 - - uid: 14323 + - uid: 3392 components: - type: Transform - pos: 143.5,211.5 + pos: 79.5,145.5 parent: 2 - - uid: 14324 + - uid: 3393 components: - type: Transform - pos: 125.5,192.5 + pos: 83.5,148.5 parent: 2 - - uid: 14325 + - uid: 3394 components: - type: Transform - pos: 124.5,192.5 + pos: 84.5,148.5 parent: 2 - - uid: 14326 + - uid: 3395 components: - type: Transform - pos: 127.5,192.5 + pos: 85.5,148.5 parent: 2 - - uid: 14327 + - uid: 3396 components: - type: Transform - pos: 126.5,192.5 + pos: 88.5,144.5 parent: 2 - - uid: 14328 + - uid: 3397 components: - type: Transform - rot: 3.141592653589793 rad - pos: 136.5,210.5 + pos: 79.5,143.5 parent: 2 - - uid: 14329 + - uid: 3398 components: - type: Transform - rot: 3.141592653589793 rad - pos: 137.5,210.5 + pos: 89.5,133.5 parent: 2 - - uid: 14330 + - uid: 3399 components: - type: Transform - rot: 3.141592653589793 rad - pos: 138.5,210.5 + pos: 96.5,143.5 parent: 2 - - uid: 14331 + - uid: 3400 components: - type: Transform - pos: 142.5,211.5 + pos: 82.5,142.5 parent: 2 - - uid: 14332 + - uid: 3401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,209.5 + pos: 79.5,144.5 parent: 2 - - uid: 14333 + - uid: 3402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,207.5 + pos: 87.5,140.5 parent: 2 - - uid: 14334 + - uid: 3403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,206.5 + pos: 82.5,141.5 parent: 2 - - uid: 14335 + - uid: 3404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,208.5 + pos: 82.5,145.5 parent: 2 - - uid: 14336 + - uid: 3405 components: - type: Transform - pos: 142.5,204.5 + pos: 98.5,143.5 parent: 2 - - uid: 14337 + - uid: 3406 components: - type: Transform - pos: 143.5,204.5 + pos: 97.5,143.5 parent: 2 - - uid: 14338 + - uid: 3407 components: - type: Transform - pos: 144.5,204.5 + pos: 79.5,146.5 parent: 2 - - uid: 14467 + - uid: 3408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,197.5 + pos: 82.5,148.5 parent: 2 -- proto: N14Wirecutter - entities: - - uid: 14339 + - uid: 3409 components: - type: Transform - pos: 85.359276,181.51953 + pos: 82.5,140.5 parent: 2 -- proto: N14WorkbenchAmmobench - entities: - - uid: 14340 + - uid: 3410 components: - type: Transform - pos: 96.5,148.5 + pos: 82.5,146.5 parent: 2 -- proto: N14WorkbenchArmorbench - entities: - - uid: 14341 + - uid: 3411 components: - type: Transform - pos: 87.5,139.5 + pos: 82.5,143.5 parent: 2 - - uid: 14342 + - uid: 3412 components: - type: Transform - pos: 113.5,198.5 + pos: 81.5,135.5 parent: 2 -- proto: N14WorkbenchChemistryset - entities: - - uid: 14343 + - uid: 3413 components: - type: Transform - pos: 97.5,145.5 + pos: 81.5,134.5 parent: 2 - - type: ContainerContainer - containers: - beakerSlot: !type:ContainerSlot {} - outputSlot: !type:ContainerSlot {} - - uid: 14344 + - uid: 3414 components: - type: Transform - pos: 115.5,202.5 + pos: 81.5,132.5 parent: 2 - - type: ContainerContainer - containers: - beakerSlot: !type:ContainerSlot {} - outputSlot: !type:ContainerSlot {} -- proto: N14WorkbenchMetal - entities: - - uid: 14345 + - uid: 3415 components: - type: Transform - pos: 93.5,137.5 + pos: 81.5,130.5 parent: 2 - - uid: 14346 + - uid: 3416 components: - type: Transform - pos: 115.5,196.5 + pos: 81.5,129.5 parent: 2 -- proto: N14WorkbenchTinkerbench - entities: - - uid: 14347 + - uid: 3417 components: - type: Transform - pos: 84.5,137.5 + pos: 81.5,133.5 parent: 2 - - uid: 14348 + - uid: 3418 components: - type: Transform - pos: 117.5,198.5 + pos: 89.5,132.5 parent: 2 -- proto: N14WorkbenchWeaponbench - entities: - - uid: 14349 + - uid: 3419 components: - type: Transform - pos: 89.5,139.5 + pos: 83.5,140.5 parent: 2 - - uid: 14350 + - uid: 3420 components: - type: Transform - pos: 115.5,198.5 + pos: 88.5,140.5 parent: 2 -- proto: N14Wrench - entities: - - uid: 14351 + - uid: 3421 components: - type: Transform - pos: 118.44417,196.99432 + pos: 93.5,138.5 parent: 2 -- proto: N14YellowBarrel - entities: - - uid: 14352 + - uid: 3422 components: - type: Transform - pos: 93.5,113.5 + pos: 84.5,140.5 parent: 2 - - uid: 14353 + - uid: 3423 components: - type: Transform - pos: 105.5,112.5 + pos: 86.5,140.5 parent: 2 - - uid: 14354 + - uid: 3424 components: - type: Transform - pos: 48.5,223.5 + pos: 88.5,135.5 parent: 2 - - uid: 14355 + - uid: 3426 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,201.5 + pos: 89.5,130.5 parent: 2 -- proto: N14YellowBarrelFull - entities: - - uid: 14356 + - uid: 3427 components: - type: Transform - pos: 105.5,113.5 + pos: 91.5,135.5 parent: 2 -- proto: N14YellowBarrelOpen - entities: - - uid: 14357 + - uid: 3428 components: - type: Transform - pos: 94.5,106.5 + pos: 89.5,129.5 parent: 2 - - uid: 14358 + - uid: 3429 components: - type: Transform - pos: 53.5,224.5 + pos: 81.5,128.5 parent: 2 -- proto: OrganHumanAppendix - entities: - - uid: 14359 + - uid: 3430 components: - type: Transform - pos: 44.99534,119.63544 + pos: 82.5,128.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: OrganHumanBrain - entities: - - uid: 1523 + - uid: 3431 components: - type: Transform - parent: 1519 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: OrganHumanKidneys - entities: - - uid: 14360 + pos: 83.5,128.5 + parent: 2 + - uid: 3432 components: - type: Transform - pos: 45.54584,119.78936 + pos: 84.5,128.5 parent: 2 -- proto: PaintingPrayerHands - entities: - - uid: 14361 + - uid: 3433 components: - type: Transform - pos: 124.5,197.5 + pos: 85.5,128.5 parent: 2 -- proto: Paper - entities: - - uid: 14362 + - uid: 3434 components: - type: Transform - pos: 87.847496,130.63808 + pos: 89.5,128.5 parent: 2 - - uid: 14363 + - uid: 3435 components: - type: Transform - pos: 87.847496,130.63808 + pos: 85.5,135.5 parent: 2 - - uid: 14364 + - uid: 3436 components: - type: Transform - pos: 87.847496,130.63808 + pos: 89.5,135.5 parent: 2 - - uid: 14365 + - uid: 3437 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.53792,181.84576 + pos: 86.5,135.5 parent: 2 - - uid: 14366 + - uid: 3438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 126.405846,193.9843 + pos: 90.5,129.5 parent: 2 -- proto: PaperBin20 - entities: - - uid: 14367 + - uid: 3439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,214.5 + pos: 91.5,129.5 parent: 2 - - uid: 14368 + - uid: 3440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 126.5,195.5 + pos: 92.5,129.5 parent: 2 - - uid: 14369 + - uid: 3441 components: - type: Transform - pos: 100.5,185.5 + pos: 93.5,129.5 parent: 2 -- proto: PartRodMetal - entities: - - uid: 1362 + - uid: 3442 components: - type: Transform - parent: 1359 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: PartRodMetal1 - entities: - - uid: 14370 + pos: 94.5,129.5 + parent: 2 + - uid: 3443 components: - type: Transform - pos: 104.65295,111.99236 + pos: 94.5,133.5 parent: 2 -- proto: Pen - entities: - - uid: 14371 + - uid: 3444 components: - type: Transform - pos: 87.659996,130.62245 + pos: 93.5,133.5 parent: 2 - - uid: 14372 + - uid: 3445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.44417,184.98639 + pos: 91.5,133.5 parent: 2 - - uid: 14373 + - uid: 3447 components: - type: Transform - pos: 108.53792,182.09576 + pos: 93.5,143.5 parent: 2 -- proto: PianoInstrument - entities: - - uid: 14374 + - uid: 3448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,200.5 + pos: 90.5,133.5 parent: 2 -- proto: Pickaxe - entities: - - uid: 14375 + - uid: 3449 components: - type: Transform - pos: 113.73054,213.18555 + pos: 99.5,145.5 parent: 2 -- proto: PlastitaniumWindow - entities: - - uid: 14376 + - uid: 3450 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,177.5 + pos: 90.5,140.5 parent: 2 - - uid: 14377 + - uid: 3451 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,177.5 + pos: 96.5,142.5 parent: 2 -- proto: PortableGeneratorJrPacman - entities: - - uid: 14378 + - uid: 3454 components: - type: Transform - pos: 100.5,113.5 + pos: 83.5,137.5 parent: 2 -- proto: PottedPlant1 - entities: - - uid: 14379 + - uid: 3456 components: - type: Transform - pos: 130.5,193.5 + pos: 83.5,136.5 parent: 2 -- proto: PottedPlant12 - entities: - - uid: 14380 + - uid: 3457 components: - type: Transform - pos: 130.5,186.5 + pos: 90.5,141.5 parent: 2 -- proto: PottedPlant15 - entities: - - uid: 14381 + - uid: 3458 components: - type: Transform - pos: 121.5,182.5 + pos: 90.5,142.5 parent: 2 -- proto: PottedPlant21 - entities: - - uid: 14382 + - uid: 3459 components: - type: Transform - pos: 126.5,189.5 + pos: 90.5,143.5 parent: 2 - - uid: 14383 + - uid: 3461 components: - type: Transform - pos: 131.5,201.5 + pos: 90.5,144.5 parent: 2 -- proto: PottedPlant6 - entities: - - uid: 14384 + - uid: 3462 components: - type: Transform - pos: 130.5,178.5 + pos: 90.5,145.5 parent: 2 -- proto: PowerCellMediumPrinted - entities: - - uid: 14385 + - uid: 3463 components: - type: Transform - pos: 91.63795,148.59264 + pos: 90.5,146.5 parent: 2 -- proto: PowerCellRecharger - entities: - - uid: 14386 + - uid: 3464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,148.5 + pos: 90.5,147.5 parent: 2 - - uid: 14387 + - uid: 3465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 141.5,210.5 + pos: 85.5,127.5 parent: 2 - - uid: 14388 + - uid: 3466 components: - type: Transform - pos: 94.5,185.5 + pos: 85.5,126.5 parent: 2 -- proto: Rack - entities: - - uid: 14389 + - uid: 3469 components: - type: Transform - pos: 93.5,146.5 + pos: 86.5,126.5 parent: 2 - - uid: 14390 + - uid: 3470 components: - type: Transform - pos: 85.5,181.5 + pos: 87.5,126.5 parent: 2 - - uid: 14391 + - uid: 3471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 125.5,184.5 + pos: 87.5,128.5 parent: 2 -- proto: RadioHandheld - entities: - - uid: 14392 + - uid: 3472 components: - type: Transform - pos: 65.635574,190.30353 + pos: 88.5,134.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 14393 + - uid: 3473 components: - type: Transform - pos: 41.52746,95.0013 + pos: 95.5,138.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 14394 + - uid: 3474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.99613,116.63344 + pos: 95.5,129.5 parent: 2 - - uid: 14395 + - uid: 3475 components: - type: Transform - pos: 97.6406,111.9435 + pos: 95.5,131.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: Railing - entities: - - uid: 14396 + - uid: 3477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,182.5 + pos: 93.5,141.5 parent: 2 - - uid: 14397 + - uid: 3478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,180.5 + pos: 88.5,133.5 parent: 2 - - uid: 14398 + - uid: 3479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,181.5 + pos: 95.5,132.5 parent: 2 - - uid: 14399 + - uid: 3480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,182.5 + pos: 95.5,130.5 parent: 2 - - uid: 14400 + - uid: 3481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,181.5 + pos: 95.5,133.5 parent: 2 - - uid: 14401 + - uid: 3484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,180.5 + pos: 93.5,144.5 parent: 2 - - uid: 14402 + - uid: 3485 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,190.5 + pos: 94.5,138.5 parent: 2 - - uid: 14403 + - uid: 3486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,190.5 + pos: 93.5,145.5 parent: 2 - - uid: 14404 + - uid: 3487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,190.5 + pos: 96.5,141.5 parent: 2 - - uid: 14405 + - uid: 3488 components: - type: Transform - rot: 3.141592653589793 rad - pos: 108.5,190.5 + pos: 97.5,146.5 parent: 2 - - uid: 14406 + - uid: 3489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,197.5 + pos: 93.5,142.5 parent: 2 - - uid: 14407 + - uid: 3490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,198.5 + pos: 93.5,140.5 parent: 2 - - uid: 14408 + - uid: 3493 components: - type: Transform - pos: 140.5,209.5 + pos: 99.5,146.5 parent: 2 - - uid: 14409 + - uid: 3494 components: - type: Transform - rot: 3.141592653589793 rad - pos: 140.5,206.5 + pos: 100.5,147.5 parent: 2 - - uid: 14410 + - uid: 3495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,203.5 + pos: 100.5,148.5 parent: 2 - - uid: 14411 + - uid: 3496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,204.5 + pos: 100.5,149.5 parent: 2 -- proto: RailingCorner - entities: - - uid: 14412 + - uid: 3497 components: - type: Transform - pos: 120.5,196.5 + pos: 93.5,152.5 parent: 2 - - uid: 14413 + - uid: 3498 components: - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,206.5 + pos: 94.5,152.5 parent: 2 - - uid: 14414 + - uid: 3499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 139.5,209.5 + pos: 97.5,152.5 parent: 2 -- proto: RailingYellow - entities: - - uid: 14415 + - uid: 3500 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,183.5 + pos: 98.5,152.5 parent: 2 - - uid: 14416 + - uid: 3501 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,183.5 + pos: 95.5,152.5 parent: 2 - - uid: 14417 + - uid: 3502 components: - type: Transform - rot: 3.141592653589793 rad - pos: 98.5,183.5 + pos: 96.5,152.5 parent: 2 - - uid: 14418 + - uid: 3503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,183.5 + pos: 93.5,149.5 parent: 2 -- proto: ReagentContainerFlour - entities: - - uid: 14419 + - uid: 3504 components: - type: Transform - pos: 135.69496,189.02155 + pos: 83.5,135.5 parent: 2 - - uid: 14420 + - uid: 3514 components: - type: Transform - pos: 135.92934,189.00592 + pos: 89.5,131.5 parent: 2 -- proto: ReagentContainerSugar - entities: - - uid: 14421 + - uid: 3515 components: - type: Transform - pos: 136.3377,188.991 + pos: 96.5,138.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: RegenerativeMesh - entities: - - uid: 42 + - uid: 3565 components: - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 43 + pos: 82.5,135.5 + parent: 2 + - uid: 3606 components: - type: Transform - parent: 22 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: Screwdriver - entities: - - uid: 14422 + pos: 90.5,149.5 + parent: 2 + - uid: 3610 components: - type: Transform - pos: 118.52012,196.79901 + pos: 90.5,148.5 parent: 2 -- proto: SheetGlass10 - entities: - - uid: 1591 + - uid: 3623 components: - type: Transform - parent: 1590 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: SheetPlasteel10 - entities: - - uid: 1577 + pos: 88.5,128.5 + parent: 2 + - uid: 3624 components: - type: Transform - parent: 1576 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 14423 + pos: 96.5,139.5 + parent: 2 + - uid: 3631 components: - type: Transform - pos: 60.469707,91.08347 + pos: 89.5,140.5 parent: 2 -- proto: SheetPlastic - entities: - - uid: 1363 + - uid: 3632 components: - type: Transform - parent: 1359 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: SheetPlastic10 - entities: - - uid: 1586 + pos: 88.5,142.5 + parent: 2 + - uid: 3638 components: - type: Transform - parent: 1585 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: SheetSteel - entities: - - uid: 1364 + pos: 96.5,146.5 + parent: 2 + - uid: 3651 components: - type: Transform - parent: 1359 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: SheetSteel1 - entities: - - uid: 14424 + pos: 94.5,145.5 + parent: 2 + - uid: 3722 components: - type: Transform - pos: 61.620644,91.06473 + pos: 100.5,146.5 parent: 2 -- proto: SheetSteel10 - entities: - - uid: 14425 + - uid: 3736 components: - type: Transform - pos: 61.33893,90.817 + pos: 94.5,146.5 parent: 2 - - type: Stack - count: 20 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: SignElectricalMed - entities: - - uid: 14426 + - uid: 3814 components: - type: Transform - pos: 96.5,149.5 + pos: 96.5,140.5 parent: 2 -- proto: Sink - entities: - - uid: 14427 + - uid: 3815 components: - type: Transform - pos: 125.5,210.5 + pos: 99.5,152.5 parent: 2 -- proto: SpeedLoader10 - entities: - - uid: 1300 + - uid: 3816 components: - type: Transform - parent: 1295 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 1301 + pos: 100.5,150.5 + parent: 2 + - uid: 3831 components: - type: Transform - parent: 1295 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 14428 + pos: 90.5,151.5 + parent: 2 + - uid: 3832 components: - type: Transform - pos: 113.76101,193.53616 + pos: 90.5,150.5 parent: 2 -- proto: SprayBottle - entities: - - uid: 14429 + - uid: 3833 components: - type: Transform - pos: 81.41757,145.31895 + pos: 96.5,149.5 parent: 2 -- proto: StairDark - entities: - - uid: 14430 + - uid: 3834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,207.5 + pos: 96.5,150.5 parent: 2 - - uid: 14431 + - uid: 3835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,208.5 + pos: 100.5,151.5 parent: 2 -- proto: StairStageDark - entities: - - uid: 14432 + - uid: 3836 components: - type: Transform - pos: 103.5,183.5 + pos: 83.5,139.5 parent: 2 - - uid: 14433 + - uid: 3837 components: - type: Transform - pos: 103.5,177.5 + pos: 83.5,138.5 parent: 2 - - uid: 14434 + - uid: 3838 components: - type: Transform - pos: 102.5,177.5 + pos: 91.5,134.5 parent: 2 - - uid: 14435 + - uid: 3839 components: - type: Transform - pos: 101.5,177.5 + pos: 99.5,143.5 parent: 2 - - uid: 14436 + - uid: 3840 components: - type: Transform - pos: 101.5,183.5 + pos: 92.5,144.5 parent: 2 - - uid: 14437 + - uid: 3841 components: - type: Transform - pos: 102.5,183.5 + pos: 96.5,151.5 parent: 2 -- proto: Stunbaton - entities: - - uid: 1270 + - uid: 3842 components: - type: Transform - parent: 1266 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 1271 + pos: 93.5,153.5 + parent: 2 + - uid: 3843 components: - type: Transform - parent: 1266 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: TelecomServerFilled - entities: - - uid: 14438 + pos: 92.5,153.5 + parent: 2 + - uid: 3844 components: - type: Transform - pos: 115.5,240.5 + pos: 91.5,153.5 parent: 2 -- proto: TintedWindow - entities: - - uid: 14439 + - uid: 3845 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,149.5 + pos: 90.5,152.5 parent: 2 - - uid: 14440 + - uid: 3846 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,149.5 + pos: 90.5,153.5 parent: 2 -- proto: ToiletEmpty - entities: - - uid: 14441 + - uid: 3847 components: - type: Transform - rot: 3.141592653589793 rad - pos: 116.5,185.5 + pos: 95.5,149.5 parent: 2 -- proto: ToolboxMechanical - entities: - - uid: 14442 + - uid: 3848 components: - type: Transform - pos: 101.05131,114.763756 + pos: 99.5,144.5 parent: 2 - - uid: 14443 + - uid: 3849 components: - type: Transform - pos: 83.10313,181.2895 + pos: 95.5,146.5 parent: 2 -- proto: ToolboxMechanicalFilled - entities: - - uid: 14444 + - uid: 3850 components: - type: Transform - rot: 6.283185307179586 rad - pos: 140.55977,205.4363 + pos: 94.5,143.5 parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: Torch - entities: - - uid: 14445 + - uid: 3851 components: - type: Transform - pos: 41.059216,116.582245 + pos: 95.5,143.5 parent: 2 -- proto: WallInvisible - entities: - - uid: 14446 + - uid: 3852 components: - type: Transform - pos: 101.638626,206.05283 + pos: 100.5,152.5 parent: 2 -- proto: WallPlastitanium - entities: - - uid: 14447 + - uid: 3853 components: - type: Transform - pos: 125.5,182.5 + pos: 95.5,135.5 parent: 2 - - uid: 14448 + - uid: 3854 components: - type: Transform - pos: 126.5,185.5 + pos: 95.5,137.5 parent: 2 - - uid: 14449 + - uid: 3855 components: - type: Transform - pos: 125.5,185.5 + pos: 95.5,136.5 parent: 2 - - uid: 14450 + - uid: 3856 components: - type: Transform - pos: 126.5,182.5 + pos: 95.5,134.5 parent: 2 - - uid: 14451 + - uid: 3869 components: - type: Transform - pos: 100.5,171.5 + pos: 87.5,127.5 parent: 2 - - uid: 14452 + - uid: 3870 components: - type: Transform - pos: 104.5,171.5 + pos: 81.5,131.5 parent: 2 - - uid: 14453 + - uid: 3871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 119.5,208.5 + pos: 84.5,135.5 parent: 2 - proto: WallWeaponCapacitorRecharger entities: @@ -78589,15 +79653,6 @@ entities: parent: 2 - type: WarpPoint id: fortunaden - - uid: 14460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,67.5 - parent: 2 - - type: WarpPoint - id: southwestmercersewer - location: South West Mercer Sewer - uid: 14461 components: - type: Transform @@ -78623,13 +79678,6 @@ entities: - type: WarpPoint id: vaulthall location: VaultSleep -- proto: WaterTankFull - entities: - - uid: 1355 - components: - - type: Transform - pos: 107.5,195.5 - parent: 2 - proto: WeaponCapacitorRecharger entities: - uid: 14464 diff --git a/Resources/Maps/N14/MercerIslandSurface.yml b/Resources/Maps/N14/MercerIslandSurface.yml index 1c6f1db0de2..80f92a495e8 100644 --- a/Resources/Maps/N14/MercerIslandSurface.yml +++ b/Resources/Maps/N14/MercerIslandSurface.yml @@ -93,6 +93,7 @@ entities: name: MercerIslandSurface - type: Transform - type: Map + mapPaused: True - type: PhysicsMap - type: GridTree - type: MovedGrids @@ -492,7 +493,7 @@ entities: version: 6 4,9: ind: 4,9 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAEUwAAAAAASAAAAAAB5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHUwAAAAAASAAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAIUwAAAAAASAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAGUwAAAAAASAAAAAAHPAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAPAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHUwAAAAAASAAAAAAFPAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHUwAAAAAASAAAAAAH5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAADUwAAAAAASAAAAAAH5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAISAAAAAAHUwAAAAAAYgAAAAACYgAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA7gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAISAAAAAAHSAAAAAAISAAAAAADYgAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAADSAAAAAACSAAAAAAFSAAAAAADYgAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAdQAAAAACdQAAAAADdQAAAAACUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAdQAAAAACdQAAAAACdQAAAAACUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAdQAAAAADdQAAAAADdQAAAAADUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAEUwAAAAAASAAAAAAB5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHUwAAAAAASAAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAIUwAAAAAASAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAGUwAAAAAASAAAAAAHPAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAPAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHUwAAAAAASAAAAAAFPAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHUwAAAAAASAAAAAAH5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAADUwAAAAAASAAAAAAH5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAISAAAAAAHUwAAAAAAYgAAAAACYgAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAISAAAAAAHSAAAAAAISAAAAAADYgAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAASAAAAAADSAAAAAACSAAAAAAFSAAAAAADYgAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAdQAAAAACdQAAAAADdQAAAAACUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAdQAAAAACdQAAAAACdQAAAAACUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAdQAAAAADdQAAAAADdQAAAAADUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 4,10: ind: 4,10 @@ -512,11 +513,11 @@ entities: version: 6 5,8: ind: 5,8 - tiles: SAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACSAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACSAAAAAAIwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADSAAAAAAIwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACSAAAAAAEwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACSAAAAAAHwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADSAAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACSAAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACSAAAAAAGwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACSAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACSAAAAAAEwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADSAAAAAAGwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABSAAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABSAAAAAABOwAAAAABOwAAAAADOwAAAAABOwAAAAAAOwAAAAABOwAAAAABOwAAAAADOwAAAAACOwAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADSAAAAAAFOwAAAAADOwAAAAADOwAAAAABOwAAAAADOwAAAAADOwAAAAAAOwAAAAACOwAAAAAAOwAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABSAAAAAAIOwAAAAAAOwAAAAAAPAAAAAACPAAAAAAAPAAAAAACPAAAAAAAPAAAAAAAOwAAAAABOwAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAB + tiles: SAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACSAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACSAAAAAAIwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADSAAAAAAIwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACSAAAAAAEwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACSAAAAAAHwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADSAAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACSAAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACSAAAAAAGwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACSAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACSAAAAAAEwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADSAAAAAAGwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABSAAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABSAAAAAABOwAAAAABOwAAAAADOwAAAAABOwAAAAAAOwAAAAABOwAAAAABOwAAAAADOwAAAAACOwAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADSAAAAAAFOwAAAAADOwAAAAADOwAAAAAAOwAAAAAAOwAAAAADOwAAAAAAOwAAAAACLwAAAAAAOwAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABSAAAAAAIOwAAAAAAOwAAAAAAPAAAAAACPAAAAAAAPAAAAAACPAAAAAAAPAAAAAAAOwAAAAABOwAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAB version: 6 5,9: ind: 5,9 - tiles: SAAAAAAIOwAAAAADOwAAAAADPAAAAAAAOgAAAAABOgAAAAACOgAAAAABPAAAAAACOwAAAAADOwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADSAAAAAAGOwAAAAADOwAAAAABOgAAAAABOgAAAAAAOgAAAAAAOgAAAAABPAAAAAAAOwAAAAAAOwAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADSAAAAAAFOwAAAAABLwAAAAAAPAAAAAADOgAAAAABOgAAAAACOgAAAAADPAAAAAADOwAAAAACOwAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADSAAAAAADOwAAAAACOwAAAAAAPAAAAAADPAAAAAADPAAAAAADPAAAAAAAPAAAAAACOwAAAAACOwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADSAAAAAAFOwAAAAADOwAAAAABOwAAAAAAOwAAAAADOwAAAAACOwAAAAACOwAAAAACOwAAAAACOwAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADSAAAAAAHOwAAAAACOwAAAAABOwAAAAACOwAAAAAAOwAAAAADOwAAAAADOwAAAAACOwAAAAAAOwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACSAAAAAAGSAAAAAAHSAAAAAAHSAAAAAAGSAAAAAABSAAAAAAISAAAAAAISAAAAAADSAAAAAAIwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAEwAAAAAABdQAAAAACdQAAAAACdQAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHdAAAAAADdQAAAAADdQAAAAACdQAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAADwAAAAAADdQAAAAADdQAAAAADdQAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHwAAAAAACdQAAAAACdQAAAAADdQAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAGwAAAAAADdQAAAAABdQAAAAABdQAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADIQAAAAACIQAAAAABIQAAAAAC4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAFdQAAAAADdQAAAAACdQAAAAADdQAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADIQAAAAACeAAAAAABeAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAIwAAAAAACdQAAAAACdQAAAAABdQAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABIQAAAAAAeAAAAAACeAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACIQAAAAABeAAAAAACeAAAAAAC + tiles: SAAAAAAIOwAAAAADOwAAAAADPAAAAAAAOgAAAAABOgAAAAACOgAAAAABPAAAAAACOwAAAAADOwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADSAAAAAAGOwAAAAADOwAAAAABOgAAAAABOgAAAAAAOgAAAAAAOgAAAAABPAAAAAAAOwAAAAAAOwAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADSAAAAAAFOwAAAAABOwAAAAAAPAAAAAADOgAAAAABOgAAAAACOgAAAAADPAAAAAADOwAAAAACOwAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADSAAAAAADOwAAAAACOwAAAAAAPAAAAAADPAAAAAADPAAAAAADPAAAAAAAPAAAAAACOwAAAAACOwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADSAAAAAAFOwAAAAADOwAAAAABOwAAAAAAOwAAAAADOwAAAAACOwAAAAACOwAAAAACOwAAAAACOwAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADSAAAAAAHOwAAAAACOwAAAAABOwAAAAACOwAAAAAAOwAAAAADOwAAAAADOwAAAAACOwAAAAAAOwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACSAAAAAAGSAAAAAAHSAAAAAAHSAAAAAAGOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAAOwAAAAAAwAAAAAADSAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAEwAAAAAABOwAAAAAAOwAAAAAAOwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHdAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAADwAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAHwAAAAAACdQAAAAACdQAAAAADdQAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAGwAAAAAADdQAAAAABdQAAAAABdQAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADIQAAAAACIQAAAAABIQAAAAAC4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAFdQAAAAADdQAAAAACdQAAAAADdQAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADIQAAAAACeAAAAAABeAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAASAAAAAAIwAAAAAACdQAAAAACdQAAAAABdQAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABIQAAAAAAeAAAAAACeAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACIQAAAAABeAAAAAACeAAAAAAC version: 6 5,10: ind: 5,10 @@ -672,7 +673,7 @@ entities: version: 6 4,14: ind: 4,14 - tiles: wAAAAAADwAAAAAACIAAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAAALwAAAAAALwAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABIAAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAIAAAAAABLwAAAAAALwAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACIAAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAADIAAAAAACcgAAAAADcgAAAAADcgAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADIAAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAACIAAAAAAASAAAAAAISAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADIAAAAAACHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAIAAAAAADSAAAAAAGSAAAAAAH5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAADwAAAAAACIAAAAAACIAAAAAACHwAAAAACIAAAAAAAHwAAAAACHwAAAAAAIAAAAAACSAAAAAAGSAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADSAAAAAAISAAAAAAHSAAAAAAHSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAHSAAAAAACSAAAAAADPAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAISAAAAAAGSAAAAAAISAAAAAACSAAAAAAISAAAAAAESAAAAAAISAAAAAABPAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABSAAAAAABSAAAAAAGcgAAAAACcgAAAAACcgAAAAADcgAAAAABcgAAAAADcgAAAAACcgAAAAADSAAAAAAISAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABSAAAAAADSAAAAAAHcgAAAAADcwAAAAADcgAAAAADcgAAAAABcgAAAAADcwAAAAADcgAAAAADSAAAAAAISAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABSAAAAAAGSAAAAAAGcgAAAAADcgAAAAADcgAAAAADcwAAAAABcwAAAAACcgAAAAADcgAAAAACSAAAAAADSAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACSAAAAAAISAAAAAAHcgAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAADcgAAAAADcgAAAAACSAAAAAAISAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACPAAAAAADPAAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAPAAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAAD + tiles: wAAAAAADwAAAAAACIAAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAAALwAAAAAALwAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABIAAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAIAAAAAABLwAAAAAALwAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACIAAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAADIAAAAAACcgAAAAADcgAAAAADcgAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADIAAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAACIAAAAAAASAAAAAAISAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADIAAAAAACHwAAAAACHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAIAAAAAADSAAAAAAGSAAAAAAH5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAADwAAAAAACIAAAAAACIAAAAAACHwAAAAACIAAAAAAAHwAAAAACHwAAAAAAIAAAAAACSAAAAAAGSAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADSAAAAAAIPAAAAAAASAAAAAAHSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAHSAAAAAAHSAAAAAACSAAAAAADPAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADSAAAAAAFSAAAAAAISAAAAAAASAAAAAAISAAAAAAGSAAAAAAISAAAAAACSAAAAAAISAAAAAAESAAAAAAISAAAAAABPAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABSAAAAAABSAAAAAAGcgAAAAACcgAAAAACcgAAAAADcgAAAAABcgAAAAADcgAAAAACcgAAAAADSAAAAAAISAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABSAAAAAAAPAAAAAAAcgAAAAADcwAAAAADcgAAAAADcgAAAAABcgAAAAADcwAAAAADcgAAAAADSAAAAAAISAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABSAAAAAAGSAAAAAAAcgAAAAADcgAAAAADcgAAAAADcwAAAAABcwAAAAACcgAAAAADcgAAAAACSAAAAAADSAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACSAAAAAAIPAAAAAAAcgAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAADcgAAAAADcgAAAAACSAAAAAAISAAAAAAI5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAAD version: 6 4,15: ind: 4,15 @@ -688,7 +689,7 @@ entities: version: 6 3,14: ind: 3,14 - tiles: wAAAAAABwAAAAAACIAAAAAAAVwAAAAAGVwAAAAAGVwAAAAAFYQAAAAAEVwAAAAAGVwAAAAAGVwAAAAABIAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABSAAAAAAHwAAAAAADIAAAAAAAVwAAAAAHVwAAAAAEIAAAAAADYQAAAAAGIAAAAAACVwAAAAABVwAAAAADIAAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABSAAAAAAFSAAAAAAIIAAAAAADYQAAAAAGYQAAAAAHYQAAAAAEYQAAAAAEYQAAAAAGYQAAAAAHYQAAAAAFIAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADSAAAAAAISAAAAAAGIAAAAAABYQAAAAAHYQAAAAAGYQAAAAADYQAAAAAGYQAAAAAGYQAAAAAGYQAAAAAEIAAAAAABIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAABSAAAAAAGSAAAAAAHIAAAAAABYQAAAAAHYQAAAAADYQAAAAAFYQAAAAADYQAAAAAEYQAAAAAFYQAAAAAFYQAAAAADYQAAAAACYQAAAAACYQAAAAAHYQAAAAAHIAAAAAABSAAAAAAFSAAAAAACIAAAAAAAYQAAAAACYQAAAAAGYQAAAAAHYQAAAAACYQAAAAAHYQAAAAAFYQAAAAAHYQAAAAAHYQAAAAAFYQAAAAADYQAAAAAGYQAAAAAHIAAAAAACSAAAAAAHSAAAAAAGIAAAAAADYQAAAAAGYQAAAAAEYQAAAAAGYQAAAAAFYQAAAAAGYQAAAAAFYQAAAAADYQAAAAAHYQAAAAABYQAAAAAGYQAAAAAGYQAAAAAFYgAAAAABSAAAAAAHSAAAAAAHIAAAAAADYQAAAAACYQAAAAAHYQAAAAAGYQAAAAAGYQAAAAAEYQAAAAAFYQAAAAAHYQAAAAAFYQAAAAAGYQAAAAAHYQAAAAAHYQAAAAAHYgAAAAABSAAAAAAISAAAAAAFIAAAAAACYQAAAAAHYQAAAAAFYQAAAAAEYQAAAAAGYQAAAAAHYQAAAAADYQAAAAAHYQAAAAAFIAAAAAACYQAAAAAHYQAAAAAHIAAAAAAAIAAAAAAASAAAAAAISAAAAAAIYgAAAAACYQAAAAADYQAAAAADYQAAAAAGYQAAAAAGYQAAAAAHYQAAAAAFYQAAAAAFYQAAAAAGIAAAAAABSAAAAAAISAAAAAACSAAAAAAFSAAAAAABSAAAAAAGSAAAAAAIIAAAAAABYQAAAAAHYQAAAAAHYQAAAAABYQAAAAAFYQAAAAAHYQAAAAAESAAAAAAIYQAAAAAFIAAAAAACSAAAAAAFSAAAAAAGSAAAAAAISAAAAAAISAAAAAAFSAAAAAACIAAAAAAAIAAAAAADYgAAAAACYgAAAAABIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABSAAAAAAHSAAAAAAFSAAAAAAGSAAAAAAH3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAPAAAAAABPAAAAAAB3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: wAAAAAABwAAAAAACIAAAAAAAVwAAAAAGVwAAAAAGVwAAAAAFYQAAAAAEVwAAAAAGVwAAAAAGVwAAAAABIAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABSAAAAAAHwAAAAAADIAAAAAAAVwAAAAAHVwAAAAAEIAAAAAADYQAAAAAGIAAAAAACVwAAAAABVwAAAAADIAAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABSAAAAAAFSAAAAAAIIAAAAAADYQAAAAAGYQAAAAAHYQAAAAAEYQAAAAAEYQAAAAAGYQAAAAAHYQAAAAAFIAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADSAAAAAAISAAAAAAGIAAAAAABYQAAAAAHYQAAAAAGYQAAAAADYQAAAAAGYQAAAAAGYQAAAAAGYQAAAAAEIAAAAAABIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAABSAAAAAAGSAAAAAAHIAAAAAABYQAAAAAHYQAAAAADYQAAAAAFYQAAAAADYQAAAAAEYQAAAAAFYQAAAAAFYQAAAAADYQAAAAACYQAAAAACYQAAAAAHYQAAAAAHIAAAAAABSAAAAAAFSAAAAAACIAAAAAAAYQAAAAACYQAAAAAGYQAAAAAHYQAAAAACYQAAAAAHYQAAAAAFYQAAAAAHYQAAAAAHYQAAAAAFYQAAAAADYQAAAAAGYQAAAAAHIAAAAAACSAAAAAAHSAAAAAAGIAAAAAADYQAAAAAGYQAAAAAEYQAAAAAGYQAAAAAFYQAAAAAGYQAAAAAFYQAAAAADYQAAAAAHYQAAAAABYQAAAAAGYQAAAAAGYQAAAAAFYgAAAAABPAAAAAAAPAAAAAAAIAAAAAADYQAAAAACYQAAAAAHYQAAAAAGYQAAAAAGYQAAAAAEYQAAAAAFYQAAAAAHYQAAAAAFYQAAAAAGYQAAAAAHYQAAAAAHYQAAAAAHYgAAAAABSAAAAAAISAAAAAAFIAAAAAACYQAAAAAHYQAAAAAFYQAAAAAEYQAAAAAGYQAAAAAHYQAAAAADYQAAAAAHYQAAAAAFIAAAAAACYQAAAAAHYQAAAAAHIAAAAAAAIAAAAAAASAAAAAAISAAAAAAIYgAAAAACYQAAAAADYQAAAAADYQAAAAAGYQAAAAAGYQAAAAAHYQAAAAAFYQAAAAAFYQAAAAAGIAAAAAABSAAAAAAISAAAAAACSAAAAAAFPAAAAAAASAAAAAAGSAAAAAAIIAAAAAABYQAAAAAHYQAAAAAHYQAAAAABYQAAAAAFYQAAAAAHYQAAAAAESAAAAAAIYQAAAAAFIAAAAAACSAAAAAAFSAAAAAAGSAAAAAAISAAAAAAISAAAAAAFSAAAAAACIAAAAAAAIAAAAAADYgAAAAACYgAAAAABIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABSAAAAAAHSAAAAAAFSAAAAAAGSAAAAAAH3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAPAAAAAABPAAAAAAB3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 3,15: ind: 3,15 @@ -704,7 +705,7 @@ entities: version: 6 2,14: ind: 2,14 - tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACLgAAAAAAOwAAAAACOwAAAAACOwAAAAADOwAAAAABOwAAAAADcgAAAAADOwAAAAACOwAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADLgAAAAAALgAAAAAAOwAAAAAAcwAAAAADcgAAAAACcgAAAAADcgAAAAABcwAAAAABcgAAAAACOwAAAAADSAAAAAAGwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACLgAAAAAALgAAAAAAOwAAAAACcgAAAAACcgAAAAADcgAAAAADcgAAAAACcwAAAAABcgAAAAADOwAAAAACSAAAAAAHwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADLgAAAAAALgAAAAAAOwAAAAABcgAAAAACcgAAAAADcwAAAAADcgAAAAADcwAAAAABcgAAAAACOwAAAAADSAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABLgAAAAAALgAAAAAAOwAAAAAAcgAAAAACcgAAAAACcwAAAAACcgAAAAADcwAAAAACcgAAAAADOwAAAAABSAAAAAAEwAAAAAABwAAAAAABOwAAAAABOwAAAAACOwAAAAADOwAAAAACOwAAAAABOwAAAAABcgAAAAADcwAAAAADcwAAAAACcgAAAAACcwAAAAADcgAAAAABcwAAAAACSAAAAAAHwAAAAAADwAAAAAACOwAAAAABcwAAAAADcgAAAAADcgAAAAACOwAAAAAAcwAAAAABcgAAAAADcwAAAAABcgAAAAADcgAAAAACcgAAAAACcgAAAAADcwAAAAADSAAAAAAFwAAAAAADwAAAAAADOwAAAAACcgAAAAACcgAAAAACcgAAAAACcgAAAAADcwAAAAACcgAAAAADcgAAAAABcgAAAAADcwAAAAACcwAAAAACcgAAAAADcgAAAAADSAAAAAAHwAAAAAACwAAAAAADOwAAAAABcgAAAAADcgAAAAACcwAAAAADOwAAAAADcgAAAAADcgAAAAACcwAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAACOwAAAAABSAAAAAAHwAAAAAABwAAAAAACcgAAAAADcwAAAAACcgAAAAACcgAAAAADOwAAAAACcgAAAAACcgAAAAACcwAAAAACcgAAAAACcgAAAAACcwAAAAADcgAAAAADcwAAAAADSAAAAAAGwAAAAAADwAAAAAADOwAAAAAAcgAAAAACcgAAAAADcwAAAAACOwAAAAABcwAAAAADcwAAAAABcgAAAAACcgAAAAADcgAAAAADcgAAAAADcgAAAAADOwAAAAABSAAAAAAEwAAAAAADwAAAAAADOwAAAAAAOwAAAAACOwAAAAACOwAAAAACOwAAAAABOwAAAAABOwAAAAACOwAAAAAAcgAAAAABcgAAAAADcgAAAAACOwAAAAAAOwAAAAACSAAAAAAIwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAC7AAAAAAA9QAAAAAA3QAAAAAAPAAAAAADPAAAAAAD3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAC+QAAAAAA5QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACLgAAAAAAOwAAAAACOwAAAAACOwAAAAADOwAAAAABOwAAAAADcgAAAAADOwAAAAACOwAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADLgAAAAAALgAAAAAAOwAAAAAAcwAAAAADcgAAAAACcgAAAAADcgAAAAABcwAAAAABcgAAAAACOwAAAAADSAAAAAAGwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACLgAAAAAALgAAAAAAOwAAAAACcgAAAAACcgAAAAADcgAAAAADcgAAAAACcwAAAAABcgAAAAADOwAAAAACSAAAAAAHwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADLgAAAAAALgAAAAAAOwAAAAABcgAAAAACcgAAAAADcwAAAAADcgAAAAADcwAAAAABcgAAAAACOwAAAAADSAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABLgAAAAAALgAAAAAAOwAAAAAAcgAAAAACcgAAAAACcwAAAAACcgAAAAADcwAAAAACcgAAAAADOwAAAAABSAAAAAAEwAAAAAABwAAAAAABOwAAAAABOwAAAAACOwAAAAADOwAAAAACOwAAAAABOwAAAAABcgAAAAADcwAAAAADcwAAAAACcgAAAAACcwAAAAADcgAAAAABcwAAAAACSAAAAAAHwAAAAAADwAAAAAACOwAAAAABcwAAAAADcgAAAAADcgAAAAACOwAAAAAAcwAAAAABcgAAAAADcwAAAAABcgAAAAADcgAAAAACcgAAAAACcgAAAAADcwAAAAADSAAAAAAFwAAAAAADwAAAAAADOwAAAAACcgAAAAACcgAAAAACcgAAAAACcgAAAAADcwAAAAACcgAAAAADcgAAAAABcgAAAAADcwAAAAACcwAAAAACcgAAAAADcgAAAAADPAAAAAAAwAAAAAACwAAAAAADOwAAAAABcgAAAAADcgAAAAACcwAAAAADOwAAAAADcgAAAAADcgAAAAACcwAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAACOwAAAAABSAAAAAAHwAAAAAABwAAAAAACcgAAAAADcwAAAAACcgAAAAACcgAAAAADOwAAAAACcgAAAAACcgAAAAACcwAAAAACcgAAAAACcgAAAAACcwAAAAADcgAAAAADcwAAAAADSAAAAAAGwAAAAAADwAAAAAADOwAAAAAAcgAAAAACcgAAAAADcwAAAAACOwAAAAABcwAAAAADcwAAAAABcgAAAAACcgAAAAADcgAAAAADcgAAAAADcgAAAAADOwAAAAABSAAAAAAEwAAAAAADwAAAAAADOwAAAAAAOwAAAAACOwAAAAACOwAAAAACOwAAAAABOwAAAAABOwAAAAACOwAAAAAAcgAAAAABcgAAAAADcgAAAAACOwAAAAAAOwAAAAACSAAAAAAIwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAC7AAAAAAA9QAAAAAA3QAAAAAAPAAAAAADPAAAAAAD3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAC+QAAAAAA5QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 2,15: ind: 2,15 @@ -5190,6 +5191,18 @@ entities: 3241: 70.98174,112.551414 3245: 71.99737,110.770164 3246: 72.00387,110.5301 + - node: + angle: -0.8726646259971648 rad + color: '#FFFF008F' + id: N14GraffitiArrow + decals: + 3395: 60.4229,232.62633 + - node: + angle: 1.5707963267948966 rad + color: '#FFFF008F' + id: N14GraffitiArrow + decals: + 3396: 48.950283,232.5077 - node: cleanable: True color: '#7A1400F4' @@ -5445,6 +5458,13 @@ entities: id: WoodTrimThinInnerSw decals: 2587: 16,88 + - node: + angle: 0.3490658503988659 rad + color: '#FFFF008F' + id: a + decals: + 3391: 48.94417,231.97772 + 3392: 60.505764,233.22008 - node: angle: -1.5707963267948966 rad color: '#4A4D12FF' @@ -5471,6 +5491,13 @@ entities: id: grasssnow13 decals: 3204: 70.83435,109.70948 + - node: + angle: 0.3490658503988659 rad + color: '#FFFF008F' + id: l + decals: + 3389: 48.721626,232.31021 + 3390: 60.218655,233.43521 - node: angle: -1.5707963267948966 rad color: '#4A4D12FF' @@ -5629,6 +5656,13 @@ entities: id: trade decals: 293: 58.023167,239.09431 + - node: + angle: 0.3490658503988659 rad + color: '#FFFF008F' + id: w + decals: + 3393: 49.193714,231.65758 + 3394: 60.93755,233.07945 - type: BecomesStation id: MercerIsland - type: DayNightCycle @@ -5678,6 +5712,13 @@ entities: rot: 1.5707963267948966 rad pos: 54.51622,176.96442 parent: 2 +- proto: APCBasic + entities: + - uid: 2977 + components: + - type: Transform + pos: 86.5,153.5 + parent: 2 - proto: Ashtray entities: - uid: 799 @@ -5958,6 +5999,11 @@ entities: parent: 2 - proto: CableApcExtension entities: + - uid: 46 + components: + - type: Transform + pos: 76.5,240.5 + parent: 2 - uid: 807 components: - type: Transform @@ -5998,6 +6044,11 @@ entities: - type: Transform pos: 68.5,227.5 parent: 2 + - uid: 951 + components: + - type: Transform + pos: 61.5,229.5 + parent: 2 - uid: 1030 components: - type: Transform @@ -6013,16 +6064,61 @@ entities: - type: Transform pos: 95.5,185.5 parent: 2 + - uid: 1547 + components: + - type: Transform + pos: 53.5,227.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: 52.5,227.5 + parent: 2 - uid: 1559 components: - type: Transform pos: 87.5,201.5 parent: 2 + - uid: 1671 + components: + - type: Transform + pos: 62.5,216.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: 71.5,224.5 + parent: 2 - uid: 1673 components: - type: Transform pos: 81.5,198.5 parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 72.5,224.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: 71.5,226.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: 72.5,226.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + pos: 73.5,226.5 + parent: 2 + - uid: 1723 + components: + - type: Transform + pos: 75.5,226.5 + parent: 2 - uid: 1825 components: - type: Transform @@ -6043,25 +6139,30 @@ entities: - type: Transform pos: 86.5,157.5 parent: 2 - - uid: 1835 + - uid: 1894 components: - type: Transform - pos: 84.5,153.5 + pos: 72.5,240.5 parent: 2 - - uid: 1836 + - uid: 1895 components: - type: Transform - pos: 85.5,153.5 + pos: 73.5,240.5 parent: 2 - - uid: 1837 + - uid: 1899 components: - type: Transform - pos: 86.5,153.5 + pos: 84.5,157.5 parent: 2 - - uid: 1899 + - uid: 1903 components: - type: Transform - pos: 84.5,157.5 + pos: 74.5,240.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + pos: 75.5,240.5 parent: 2 - uid: 1908 components: @@ -6128,6 +6229,11 @@ entities: - type: Transform pos: 62.5,218.5 parent: 2 + - uid: 1931 + components: + - type: Transform + pos: 77.5,240.5 + parent: 2 - uid: 2158 components: - type: Transform @@ -6143,6 +6249,11 @@ entities: - type: Transform pos: 63.5,220.5 parent: 2 + - uid: 2398 + components: + - type: Transform + pos: 78.5,240.5 + parent: 2 - uid: 2429 components: - type: Transform @@ -6213,11 +6324,21 @@ entities: - type: Transform pos: 54.5,227.5 parent: 2 + - uid: 2969 + components: + - type: Transform + pos: 78.5,239.5 + parent: 2 - uid: 2979 components: - type: Transform pos: 97.5,166.5 parent: 2 + - uid: 2980 + components: + - type: Transform + pos: 70.5,240.5 + parent: 2 - uid: 2987 components: - type: Transform @@ -6238,11 +6359,56 @@ entities: - type: Transform pos: 82.5,198.5 parent: 2 + - uid: 3538 + components: + - type: Transform + pos: 71.5,240.5 + parent: 2 + - uid: 3551 + components: + - type: Transform + pos: 68.5,240.5 + parent: 2 + - uid: 3574 + components: + - type: Transform + pos: 66.5,232.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + pos: 69.5,240.5 + parent: 2 + - uid: 3589 + components: + - type: Transform + pos: 67.5,240.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + pos: 66.5,229.5 + parent: 2 + - uid: 3593 + components: + - type: Transform + pos: 66.5,230.5 + parent: 2 - uid: 3670 components: - type: Transform pos: 95.5,163.5 parent: 2 + - uid: 3788 + components: + - type: Transform + pos: 66.5,240.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: 65.5,240.5 + parent: 2 - uid: 4051 components: - type: Transform @@ -6738,6 +6904,11 @@ entities: - type: Transform pos: 45.5,231.5 parent: 2 + - uid: 5141 + components: + - type: Transform + pos: 66.5,235.5 + parent: 2 - uid: 5216 components: - type: Transform @@ -6788,11 +6959,6 @@ entities: - type: Transform pos: 84.5,206.5 parent: 2 - - uid: 5338 - components: - - type: Transform - pos: 71.5,183.5 - parent: 2 - uid: 5354 components: - type: Transform @@ -6978,6 +7144,11 @@ entities: - type: Transform pos: 60.5,151.5 parent: 2 + - uid: 5470 + components: + - type: Transform + pos: 67.5,229.5 + parent: 2 - uid: 5471 components: - type: Transform @@ -7573,6 +7744,11 @@ entities: - type: Transform pos: 105.5,201.5 parent: 2 + - uid: 5821 + components: + - type: Transform + pos: 86.5,150.5 + parent: 2 - uid: 5823 components: - type: Transform @@ -8311,67 +8487,37 @@ entities: - uid: 6198 components: - type: Transform - pos: 62.5,171.5 + pos: 86.5,148.5 parent: 2 - uid: 6199 components: - type: Transform - pos: 62.5,172.5 + pos: 86.5,147.5 parent: 2 - uid: 6200 components: - type: Transform - pos: 62.5,173.5 + pos: 86.5,144.5 parent: 2 - uid: 6201 components: - type: Transform - pos: 63.5,173.5 + pos: 86.5,146.5 parent: 2 - uid: 6202 components: - type: Transform - pos: 63.5,174.5 - parent: 2 - - uid: 6203 - components: - - type: Transform - pos: 63.5,175.5 - parent: 2 - - uid: 6204 - components: - - type: Transform - pos: 63.5,176.5 + pos: 86.5,145.5 parent: 2 - uid: 6205 components: - type: Transform - pos: 63.5,177.5 - parent: 2 - - uid: 6206 - components: - - type: Transform - pos: 63.5,178.5 + pos: 86.5,152.5 parent: 2 - uid: 6207 components: - type: Transform - pos: 63.5,179.5 - parent: 2 - - uid: 6208 - components: - - type: Transform - pos: 63.5,180.5 - parent: 2 - - uid: 6209 - components: - - type: Transform - pos: 62.5,180.5 - parent: 2 - - uid: 6210 - components: - - type: Transform - pos: 61.5,180.5 + pos: 86.5,151.5 parent: 2 - uid: 6211 components: @@ -8438,11 +8584,6 @@ entities: - type: Transform pos: 58.5,174.5 parent: 2 - - uid: 6224 - components: - - type: Transform - pos: 60.5,203.5 - parent: 2 - uid: 6225 components: - type: Transform @@ -8553,16 +8694,6 @@ entities: - type: Transform pos: 67.5,201.5 parent: 2 - - uid: 6247 - components: - - type: Transform - pos: 64.5,198.5 - parent: 2 - - uid: 6248 - components: - - type: Transform - pos: 64.5,199.5 - parent: 2 - uid: 6249 components: - type: Transform @@ -8616,42 +8747,7 @@ entities: - uid: 6259 components: - type: Transform - pos: 73.5,206.5 - parent: 2 - - uid: 6260 - components: - - type: Transform - pos: 74.5,206.5 - parent: 2 - - uid: 6261 - components: - - type: Transform - pos: 75.5,206.5 - parent: 2 - - uid: 6262 - components: - - type: Transform - pos: 75.5,205.5 - parent: 2 - - uid: 6263 - components: - - type: Transform - pos: 75.5,204.5 - parent: 2 - - uid: 6264 - components: - - type: Transform - pos: 75.5,203.5 - parent: 2 - - uid: 6265 - components: - - type: Transform - pos: 75.5,202.5 - parent: 2 - - uid: 6266 - components: - - type: Transform - pos: 75.5,201.5 + pos: 86.5,153.5 parent: 2 - uid: 6267 components: @@ -8673,91 +8769,6 @@ entities: - type: Transform pos: 75.5,197.5 parent: 2 - - uid: 6271 - components: - - type: Transform - pos: 75.5,196.5 - parent: 2 - - uid: 6272 - components: - - type: Transform - pos: 75.5,195.5 - parent: 2 - - uid: 6273 - components: - - type: Transform - pos: 75.5,194.5 - parent: 2 - - uid: 6274 - components: - - type: Transform - pos: 75.5,193.5 - parent: 2 - - uid: 6275 - components: - - type: Transform - pos: 75.5,192.5 - parent: 2 - - uid: 6276 - components: - - type: Transform - pos: 75.5,191.5 - parent: 2 - - uid: 6277 - components: - - type: Transform - pos: 75.5,190.5 - parent: 2 - - uid: 6278 - components: - - type: Transform - pos: 75.5,189.5 - parent: 2 - - uid: 6279 - components: - - type: Transform - pos: 75.5,188.5 - parent: 2 - - uid: 6280 - components: - - type: Transform - pos: 75.5,187.5 - parent: 2 - - uid: 6281 - components: - - type: Transform - pos: 75.5,186.5 - parent: 2 - - uid: 6282 - components: - - type: Transform - pos: 75.5,185.5 - parent: 2 - - uid: 6283 - components: - - type: Transform - pos: 75.5,184.5 - parent: 2 - - uid: 6284 - components: - - type: Transform - pos: 75.5,183.5 - parent: 2 - - uid: 6285 - components: - - type: Transform - pos: 74.5,183.5 - parent: 2 - - uid: 6286 - components: - - type: Transform - pos: 73.5,183.5 - parent: 2 - - uid: 6287 - components: - - type: Transform - pos: 72.5,183.5 - parent: 2 - uid: 6288 components: - type: Transform @@ -8853,41 +8864,16 @@ entities: - type: Transform pos: 72.5,192.5 parent: 2 - - uid: 6310 - components: - - type: Transform - pos: 61.5,183.5 - parent: 2 - uid: 6311 components: - type: Transform - pos: 62.5,183.5 - parent: 2 - - uid: 6312 - components: - - type: Transform - pos: 63.5,183.5 + pos: 86.5,149.5 parent: 2 - uid: 6316 components: - type: Transform pos: 64.5,240.5 parent: 2 - - uid: 6317 - components: - - type: Transform - pos: 68.5,183.5 - parent: 2 - - uid: 6318 - components: - - type: Transform - pos: 69.5,183.5 - parent: 2 - - uid: 6319 - components: - - type: Transform - pos: 70.5,183.5 - parent: 2 - uid: 6320 components: - type: Transform @@ -9578,10 +9564,30 @@ entities: - type: Transform pos: 80.5,93.5 parent: 2 - - uid: 8778 + - uid: 6540 + components: + - type: Transform + pos: 86.5,143.5 + parent: 2 + - uid: 8946 + components: + - type: Transform + pos: 63.5,232.5 + parent: 2 + - uid: 8947 components: - type: Transform - pos: 68.5,230.5 + pos: 62.5,232.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: 62.5,231.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 66.5,234.5 parent: 2 - uid: 12085 components: @@ -9783,20 +9789,15 @@ entities: - type: Transform pos: 51.5,78.5 parent: 2 - - uid: 12136 - components: - - type: Transform - pos: 65.5,234.5 - parent: 2 - uid: 12137 components: - type: Transform pos: 68.5,229.5 parent: 2 - - uid: 12139 + - uid: 12141 components: - type: Transform - pos: 68.5,231.5 + pos: 66.5,233.5 parent: 2 - uid: 12160 components: @@ -9833,31 +9834,11 @@ entities: - type: Transform pos: 64.5,236.5 parent: 2 - - uid: 12169 - components: - - type: Transform - pos: 65.5,231.5 - parent: 2 - - uid: 12170 - components: - - type: Transform - pos: 67.5,231.5 - parent: 2 - uid: 12171 components: - type: Transform pos: 66.5,231.5 parent: 2 - - uid: 12172 - components: - - type: Transform - pos: 65.5,232.5 - parent: 2 - - uid: 12175 - components: - - type: Transform - pos: 61.5,233.5 - parent: 2 - uid: 12176 components: - type: Transform @@ -9868,11 +9849,6 @@ entities: - type: Transform pos: 64.5,233.5 parent: 2 - - uid: 12178 - components: - - type: Transform - pos: 62.5,233.5 - parent: 2 - uid: 12179 components: - type: Transform @@ -10007,6 +9983,11 @@ entities: - type: Transform pos: 63.5,241.5 parent: 2 + - uid: 6247 + components: + - type: Transform + pos: 86.5,153.5 + parent: 2 - uid: 8774 components: - type: Transform @@ -10176,6 +10157,11 @@ entities: - type: Transform pos: 64.5,242.5 parent: 2 + - uid: 6248 + components: + - type: Transform + pos: 86.5,153.5 + parent: 2 - uid: 8772 components: - type: Transform @@ -12608,51 +12594,13 @@ entities: - type: Transform pos: 109.5,229.5 parent: 2 -- proto: N14Bandage +- proto: GeneratorBasic15kW entities: - - uid: 1139 - components: - - type: Transform - parent: 222 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 2325 - components: - - type: Transform - parent: 2323 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 2327 - components: - - type: Transform - parent: 2323 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 2328 - components: - - type: Transform - parent: 2323 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7672 + - uid: 736 components: - type: Transform - pos: 62.320637,221.03421 + pos: 86.5,153.5 parent: 2 -- proto: GeneratorBasic15kW - entities: - uid: 6161 components: - type: Transform @@ -12947,13 +12895,6 @@ entities: - type: Transform pos: 114.625,210.4375 parent: 2 -- proto: MagazineBox12gauge - entities: - - uid: 1166 - components: - - type: Transform - pos: 106.8622,136.23181 - parent: 2 - proto: MagazineBox20gauge entities: - uid: 187 @@ -12972,14 +12913,13 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 - - uid: 1895 +- proto: MagazineBox308 + entities: + - uid: 1392 components: - type: Transform - parent: 1888 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False + pos: 99.51416,133.62384 + parent: 2 - proto: MagazineBox9mm entities: - uid: 574 @@ -18813,11 +18753,6 @@ entities: - type: Transform pos: 77.83331,44.84444 parent: 2 - - uid: 5710 - components: - - type: Transform - pos: 86.34384,153.8036 - parent: 2 - proto: MouseTimedSpawner entities: - uid: 1554 @@ -18983,6 +18918,47 @@ entities: - type: Transform pos: 79.22883,107.90469 parent: 2 + - uid: 1139 + components: + - type: Transform + parent: 222 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2325 + components: + - type: Transform + parent: 2323 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2327 + components: + - type: Transform + parent: 2323 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2328 + components: + - type: Transform + parent: 2323 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7672 + components: + - type: Transform + pos: 62.320637,221.03421 + parent: 2 - proto: N14BarricadeDoor entities: - uid: 827 @@ -19070,6 +19046,12 @@ entities: parent: 2 - proto: N14BarricadeSandbagSingle entities: + - uid: 3720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,140.5 + parent: 2 - uid: 3990 components: - type: Transform @@ -19087,6 +19069,12 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,100.5 parent: 2 + - uid: 4339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,145.5 + parent: 2 - uid: 4429 components: - type: Transform @@ -19334,11 +19322,6 @@ entities: - type: Transform pos: 85.5,150.5 parent: 2 - - uid: 6523 - components: - - type: Transform - pos: 86.5,150.5 - parent: 2 - uid: 6524 components: - type: Transform @@ -19420,12 +19403,6 @@ entities: rot: 3.141592653589793 rad pos: 86.5,140.5 parent: 2 - - uid: 6540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,140.5 - parent: 2 - uid: 6541 components: - type: Transform @@ -19438,6 +19415,12 @@ entities: rot: 3.141592653589793 rad pos: 81.5,140.5 parent: 2 + - uid: 12132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,140.5 + parent: 2 - proto: N14BarricadeTanktrap entities: - uid: 6546 @@ -19447,6 +19430,11 @@ entities: parent: 2 - proto: N14BarricadeTanktrapRusty entities: + - uid: 1166 + components: + - type: Transform + pos: 86.5,150.5 + parent: 2 - uid: 2137 components: - type: Transform @@ -20306,6 +20294,20 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 +- proto: N14CellBarsRust + entities: + - uid: 8944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,225.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,225.5 + parent: 2 - proto: N14ChairArmchair entities: - uid: 1061 @@ -21061,12 +21063,6 @@ entities: rot: -1.5707963267948966 rad pos: 38.386303,249.34947 parent: 2 - - uid: 5363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 87.337555,154.30939 - parent: 2 - uid: 5367 components: - type: Transform @@ -22206,16 +22202,6 @@ entities: - type: Transform pos: 59.57677,187.99255 parent: 2 -- proto: N14ClothingBootsBlack - entities: - - uid: 1894 - components: - - type: Transform - parent: 1888 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - proto: N14ClothingBootsCombatMK2Filled entities: - uid: 1963 @@ -22269,16 +22255,6 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 -- proto: N14ClothingHeadHatArmyBeret - entities: - - uid: 1892 - components: - - type: Transform - parent: 1888 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - proto: N14ClothingHeadHatArmyCap entities: - uid: 1960 @@ -22313,16 +22289,6 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage -- proto: N14ClothingMaskPlate - entities: - - uid: 1890 - components: - - type: Transform - parent: 1888 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - proto: N14ClothingOuterCoatLeatherJacket entities: - uid: 4505 @@ -22384,16 +22350,6 @@ entities: - type: Transform pos: 105.65389,203.3238 parent: 2 -- proto: N14ClothingOuterTownHeavyCoat - entities: - - uid: 1889 - components: - - type: Transform - parent: 1888 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - proto: N14ClothingOuterTribalArmor entities: - uid: 12069 @@ -22467,14 +22423,6 @@ entities: parent: 2 - proto: N14ClothingUniformJumpsuitCombat entities: - - uid: 1893 - components: - - type: Transform - parent: 1888 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - uid: 1956 components: - type: Transform @@ -22642,12 +22590,6 @@ entities: rot: 3.141592653589793 rad pos: 66.5,170.5 parent: 2 - - uid: 5386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,154.5 - parent: 2 - proto: N14ComputerTerminalRustedBroken entities: - uid: 4794 @@ -22886,43 +22828,6 @@ entities: parent: 2 - proto: N14CrateBreakArmyDamaged entities: - - uid: 1888 - components: - - type: Transform - pos: 62.5,169.5 - parent: 2 - - type: Storage - storedItems: - 1889: - position: 0,0 - _rotation: South - 1890: - position: 2,0 - _rotation: South - 1892: - position: 3,0 - _rotation: East - 1893: - position: 5,0 - _rotation: South - 1894: - position: 3,1 - _rotation: South - 1895: - position: 0,2 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 1889 - - 1890 - - 1892 - - 1893 - - 1894 - - 1895 - uid: 12309 components: - type: Transform @@ -23779,6 +23684,17 @@ entities: canCollide: False - type: Fixtures fixtures: {} +- proto: N14DecorationFlagNCR + entities: + - uid: 737 + components: + - type: Transform + pos: 44.5,97.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} - proto: N14DecorConcreteBarrier entities: - uid: 3105 @@ -23885,18 +23801,12 @@ entities: fixtures: {} - type: Physics canCollide: False - - uid: 3538 + - uid: 3588 components: - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: 54.5,109.5 parent: 2 - - uid: 3579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,111.5 - parent: 2 - uid: 3733 components: - type: Transform @@ -23925,6 +23835,12 @@ entities: - type: Transform pos: 79.5,151.5 parent: 2 + - uid: 8941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,111.5 + parent: 2 - proto: N14DecorConcreteBarrierStriped entities: - uid: 2962 @@ -24799,16 +24715,6 @@ entities: canCollide: False - type: Fixtures fixtures: {} - - uid: 5694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,153.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - proto: N14DecorFloorPaper1 entities: - uid: 3176 @@ -25446,13 +25352,11 @@ entities: parent: 2 - proto: N14DoorBunkerLockedBoSMidwest entities: - - uid: 5141 + - uid: 12131 components: - type: Transform - pos: 83.5,145.5 + pos: 85.5,143.5 parent: 2 - - type: ApcPowerReceiver - needsPower: False - proto: N14DoorCellMetal entities: - uid: 2362 @@ -25472,22 +25376,15 @@ entities: - type: Transform pos: 57.5,233.5 parent: 2 - - uid: 1681 + - uid: 12136 components: - type: Transform - pos: 55.5,224.5 + pos: 52.5,225.5 parent: 2 - - type: Door - secondsUntilStateChange: -94168.7 - state: Denying - - type: Physics - canCollide: False - - type: Airtight - airBlocked: False - - uid: 1682 + - uid: 12140 components: - type: Transform - pos: 53.5,224.5 + pos: 56.5,225.5 parent: 2 - proto: N14DoorGlass entities: @@ -25550,7 +25447,7 @@ entities: pos: 72.5,54.5 parent: 2 - type: Door - secondsUntilStateChange: -23520.86 + secondsUntilStateChange: -28141.934 state: Opening - uid: 3873 components: @@ -25605,11 +25502,6 @@ entities: rot: 1.5707963267948966 rad pos: 103.5,91.5 parent: 2 - - uid: 5780 - components: - - type: Transform - pos: 84.5,153.5 - parent: 2 - proto: N14DoorGlassStore entities: - uid: 1150 @@ -25746,7 +25638,7 @@ entities: pos: 31.5,251.5 parent: 2 - type: Door - secondsUntilStateChange: -293322.47 + secondsUntilStateChange: -297943.56 state: Opening - uid: 757 components: @@ -25884,7 +25776,7 @@ entities: pos: 86.5,214.5 parent: 2 - type: Door - secondsUntilStateChange: -219845.52 + secondsUntilStateChange: -224466.6 state: Opening - uid: 3279 components: @@ -25954,99 +25846,93 @@ entities: - type: Transform pos: 72.5,91.5 parent: 2 - - uid: 1034 + - uid: 1289 components: - type: Transform - pos: 85.5,235.5 + pos: 102.5,233.5 parent: 2 - - uid: 1035 + - uid: 1576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,238.5 + pos: 103.5,233.5 parent: 2 - - uid: 1036 + - uid: 2787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,237.5 + pos: 69.5,141.5 parent: 2 - - uid: 1289 + - uid: 2995 components: - type: Transform - pos: 102.5,233.5 + pos: 70.5,141.5 parent: 2 - - uid: 1576 + - uid: 2996 components: - type: Transform - pos: 103.5,233.5 + pos: 71.5,141.5 parent: 2 - - uid: 1668 + - uid: 3964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,236.5 + rot: 1.5707963267948966 rad + pos: 65.5,112.5 parent: 2 - - uid: 1721 + - uid: 3965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,230.5 + rot: 1.5707963267948966 rad + pos: 65.5,113.5 parent: 2 - - uid: 1722 + - uid: 3966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,231.5 + rot: 1.5707963267948966 rad + pos: 65.5,114.5 parent: 2 - - uid: 1723 + - uid: 4340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,232.5 + pos: 83.5,235.5 parent: 2 - - uid: 2787 + - uid: 4341 components: - type: Transform - pos: 69.5,141.5 + pos: 90.5,236.5 parent: 2 - - uid: 2995 + - uid: 4345 components: - type: Transform - pos: 70.5,141.5 + pos: 90.5,237.5 parent: 2 - - uid: 2996 + - uid: 4346 components: - type: Transform - pos: 71.5,141.5 + pos: 90.5,238.5 parent: 2 - - uid: 3834 + - uid: 4349 components: - type: Transform - pos: 84.5,235.5 + pos: 90.5,232.5 parent: 2 - - uid: 3964 + - uid: 4350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,112.5 + pos: 90.5,231.5 parent: 2 - - uid: 3965 + - uid: 4351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,113.5 + pos: 90.5,230.5 parent: 2 - - uid: 3966 + - uid: 4721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,114.5 + pos: 84.5,235.5 parent: 2 - - uid: 4297 + - uid: 4758 components: - type: Transform - pos: 83.5,235.5 + pos: 85.5,235.5 parent: 2 - proto: N14DoorSpikedGate entities: @@ -26069,7 +25955,7 @@ entities: pos: 58.5,240.5 parent: 2 - type: Door - secondsUntilStateChange: -3934.6255 + secondsUntilStateChange: -8555.7 state: Opening - uid: 2251 components: @@ -26352,7 +26238,7 @@ entities: pos: 94.5,173.5 parent: 2 - type: Door - secondsUntilStateChange: -91399.625 + secondsUntilStateChange: -96020.695 state: Opening - uid: 4422 components: @@ -26433,9 +26319,10 @@ entities: parent: 2 - proto: N14DoorWoodSecureLockedSilver entities: - - uid: 793 + - uid: 5780 components: - type: Transform + rot: 1.5707963267948966 rad pos: 73.5,111.5 parent: 2 - proto: N14Dresser @@ -26506,6 +26393,26 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage + - uid: 8950 + components: + - type: Transform + pos: 41.8125,228.69531 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: 45.34375,231.53906 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 41.265625,232.24219 + parent: 2 + - uid: 12072 + components: + - type: Transform + pos: 41.296875,226.86719 + parent: 2 - proto: N14DrinkNukaCola entities: - uid: 790 @@ -26685,11 +26592,6 @@ entities: parent: 2 - proto: N14DrinkNukaColaEmpty entities: - - uid: 792 - components: - - type: Transform - pos: 86.66795,154.30403 - parent: 2 - uid: 798 components: - type: Transform @@ -26921,11 +26823,6 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 1392 - components: - - type: Transform - pos: 57.579327,224.61794 - parent: 2 - uid: 1827 components: - type: Transform @@ -27080,7 +26977,7 @@ entities: pos: 65.5,217.5 parent: 2 - type: Door - secondsUntilStateChange: -234590.8 + secondsUntilStateChange: -239211.88 state: Opening - uid: 218 components: @@ -27113,8 +27010,7 @@ entities: - uid: 3824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,145.5 + pos: 85.5,141.5 parent: 2 - proto: N14FilingCabinetRefilling entities: @@ -42985,6 +42881,18 @@ entities: rot: 3.141592653589793 rad pos: 40.23698,98.931984 parent: 2 +- proto: N14FloraProduceWildOnion + entities: + - uid: 792 + components: + - type: Transform + pos: 91.42776,148.4594 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: 91.467354,148.46944 + parent: 2 - proto: N14FloraTreeBald entities: - uid: 1788 @@ -45245,7 +45153,7 @@ entities: pos: 46.5,253.5 parent: 2 - type: Door - secondsUntilStateChange: -94122.79 + secondsUntilStateChange: -98743.86 state: Opening - uid: 1086 components: @@ -46513,335 +46421,292 @@ entities: parent: 2 - proto: N14LightSmall entities: - - uid: 1547 + - uid: 793 components: - type: Transform rot: -1.5707963267948966 rad - pos: 113.5,218.5 + pos: 62.5,218.5 parent: 2 - - uid: 1556 + - uid: 1563 components: - type: Transform rot: 1.5707963267948966 rad - pos: 102.5,218.5 + pos: 68.5,227.5 parent: 2 - - uid: 1563 + - uid: 1667 components: - type: Transform rot: 1.5707963267948966 rad - pos: 114.5,236.5 + pos: 74.5,223.5 parent: 2 - - uid: 1667 + - uid: 1668 components: - type: Transform - rot: 3.141592653589793 rad - pos: 108.5,238.5 + rot: -1.5707963267948966 rad + pos: 70.5,218.5 parent: 2 - uid: 1669 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,234.5 + pos: 61.5,217.5 parent: 2 - - uid: 1671 + - uid: 1832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,227.5 + pos: 87.5,180.5 parent: 2 - - uid: 1672 + - uid: 1833 components: - type: Transform rot: 1.5707963267948966 rad - pos: 104.5,236.5 + pos: 83.5,171.5 parent: 2 - - uid: 3719 + - uid: 1835 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,117.5 + pos: 51.5,250.5 parent: 2 - - uid: 3720 + - uid: 1836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,115.5 + pos: 60.5,247.5 parent: 2 - - uid: 3721 + - uid: 1840 components: - type: Transform - pos: 95.5,114.5 + pos: 47.5,256.5 parent: 2 - - uid: 4339 + - uid: 1884 components: - type: Transform - pos: 55.5,253.5 + rot: 1.5707963267948966 rad + pos: 47.5,248.5 parent: 2 - - uid: 4340 + - uid: 1888 components: - type: Transform - pos: 60.5,253.5 + pos: 55.5,247.5 parent: 2 - - uid: 4341 + - uid: 3666 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,248.5 + rot: 1.5707963267948966 rad + pos: 66.5,220.5 parent: 2 - - uid: 4345 + - uid: 5239 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,248.5 - parent: 2 - - uid: 4346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,257.5 - parent: 2 - - uid: 4349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,257.5 - parent: 2 - - uid: 4351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,251.5 + pos: 84.5,215.5 parent: 2 - - uid: 5415 + - uid: 5240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,215.5 + pos: 87.5,219.5 parent: 2 - - uid: 5489 + - uid: 5338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,112.5 + rot: -1.5707963267948966 rad + pos: 44.5,232.5 parent: 2 - - uid: 5704 + - uid: 5363 components: - type: Transform rot: 1.5707963267948966 rad - pos: 111.5,201.5 + pos: 40.5,233.5 parent: 2 - - uid: 8781 + - uid: 5386 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,178.5 + rot: -1.5707963267948966 rad + pos: 84.5,211.5 parent: 2 - - uid: 8940 + - uid: 5415 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,78.5 + pos: 78.5,112.5 parent: 2 - - uid: 8943 + - uid: 5417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,83.5 + pos: 78.5,109.5 parent: 2 - - uid: 8945 + - uid: 5418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,78.5 + rot: -1.5707963267948966 rad + pos: 78.5,107.5 parent: 2 - - uid: 8947 + - uid: 5691 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,100.5 + pos: 52.5,227.5 parent: 2 - - uid: 8948 + - uid: 5694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,108.5 + pos: 55.5,233.5 parent: 2 - - uid: 8950 + - uid: 5704 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,100.5 + pos: 61.5,229.5 parent: 2 - - uid: 8951 + - uid: 6203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,107.5 + pos: 61.5,250.5 parent: 2 - - uid: 12038 + - uid: 6206 components: - type: Transform - pos: 96.5,185.5 + rot: -1.5707963267948966 rad + pos: 71.5,138.5 parent: 2 - - uid: 12056 + - uid: 6208 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,124.5 + pos: 61.5,158.5 parent: 2 - - uid: 12059 + - uid: 6209 components: - type: Transform rot: -1.5707963267948966 rad - pos: 65.5,41.5 + pos: 61.5,153.5 parent: 2 - - uid: 12062 + - uid: 6262 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,110.5 + pos: 55.5,254.5 parent: 2 - - uid: 12066 + - uid: 6263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,49.5 + pos: 97.5,176.5 parent: 2 - - uid: 12067 + - uid: 6265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,49.5 + pos: 36.5,233.5 parent: 2 - - uid: 12068 + - uid: 6277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,49.5 + rot: 3.141592653589793 rad + pos: 96.5,162.5 parent: 2 - - uid: 12070 + - uid: 6281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,57.5 + rot: 1.5707963267948966 rad + pos: 95.5,166.5 parent: 2 - - uid: 12075 + - uid: 6287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,105.5 + pos: 95.5,116.5 parent: 2 - - uid: 12076 + - uid: 6310 components: - type: Transform rot: 1.5707963267948966 rad - pos: 77.5,103.5 + pos: 92.5,115.5 parent: 2 - - uid: 12131 + - uid: 6312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,134.5 + rot: 3.141592653589793 rad + pos: 55.5,149.5 parent: 2 - - uid: 12132 + - uid: 6317 components: - type: Transform rot: 1.5707963267948966 rad - pos: 72.5,138.5 - parent: 2 - - uid: 12133 - components: - - type: Transform - pos: 55.5,148.5 + pos: 73.5,105.5 parent: 2 - - uid: 12134 + - uid: 6318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,159.5 + rot: -1.5707963267948966 rad + pos: 76.5,103.5 parent: 2 - - uid: 12135 + - uid: 8778 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,153.5 + pos: 64.5,134.5 parent: 2 - - uid: 12140 + - uid: 8781 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,192.5 + pos: 56.5,178.5 parent: 2 - - uid: 12143 + - uid: 8940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,177.5 + pos: 50.5,256.5 parent: 2 - - uid: 12144 + - uid: 8942 components: - type: Transform rot: 3.141592653589793 rad - pos: 87.5,181.5 + pos: 60.5,254.5 parent: 2 - - uid: 12146 + - uid: 8945 components: - type: Transform rot: 3.141592653589793 rad - pos: 95.5,168.5 + pos: 51.5,78.5 parent: 2 - - uid: 12147 + - uid: 12066 components: - type: Transform - pos: 97.5,161.5 + rot: -1.5707963267948966 rad + pos: 65.5,49.5 parent: 2 - - uid: 12157 + - uid: 12067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,219.5 + rot: -1.5707963267948966 rad + pos: 65.5,49.5 parent: 2 - - uid: 12158 + - uid: 12068 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,229.5 + pos: 83.5,49.5 parent: 2 - - uid: 12186 + - uid: 12142 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,234.5 + pos: 59.5,191.5 parent: 2 - - uid: 12188 + - uid: 12332 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,232.5 - parent: 2 - - uid: 12189 - components: - - type: Transform - pos: 41.5,225.5 + pos: 93.5,217.5 parent: 2 - - uid: 12191 + - uid: 12333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,233.5 + rot: 1.5707963267948966 rad + pos: 82.5,199.5 parent: 2 - proto: N14LightSmallAlwayson entities: - - uid: 5417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,220.5 - parent: 2 - - uid: 12285 + - uid: 6319 components: - type: Transform - pos: 163.5,315.5 + rot: -1.5707963267948966 rad + pos: 163.5,317.5 parent: 2 - uid: 12294 components: @@ -46856,201 +46721,232 @@ entities: parent: 2 - proto: N14LightSmallEmpty entities: - - uid: 1546 + - uid: 3516 components: - type: Transform rot: 3.141592653589793 rad - pos: 94.5,232.5 + pos: 100.5,142.5 parent: 2 - - uid: 3516 + - uid: 3552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 105.5,137.5 + parent: 2 + - uid: 3590 components: - type: Transform rot: 3.141592653589793 rad - pos: 100.5,142.5 + pos: 97.5,158.5 parent: 2 - - uid: 3551 + - uid: 3591 components: - type: Transform rot: -1.5707963267948966 rad - pos: 103.5,141.5 + pos: 97.5,141.5 parent: 2 - - uid: 3552 + - uid: 4772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,137.5 + rot: 1.5707963267948966 rad + pos: 70.5,123.5 parent: 2 - - uid: 3574 + - uid: 6204 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,142.5 + pos: 66.5,121.5 parent: 2 - - uid: 3588 + - uid: 6261 components: - type: Transform rot: 1.5707963267948966 rad - pos: 101.5,137.5 + pos: 95.5,182.5 parent: 2 - - uid: 3589 + - uid: 6264 components: - type: Transform rot: 3.141592653589793 rad - pos: 102.5,134.5 + pos: 96.5,186.5 parent: 2 - - uid: 3590 + - uid: 6274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,171.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: 86.5,141.5 + parent: 2 + - uid: 6276 components: - type: Transform rot: 3.141592653589793 rad - pos: 97.5,134.5 + pos: 70.5,167.5 parent: 2 - - uid: 3591 + - uid: 6278 + components: + - type: Transform + pos: 97.5,133.5 + parent: 2 + - uid: 6279 components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,141.5 + pos: 101.5,218.5 parent: 2 - - uid: 3592 + - uid: 6280 components: - type: Transform rot: -1.5707963267948966 rad - pos: 97.5,136.5 + pos: 113.5,236.5 parent: 2 - - uid: 3593 + - uid: 6282 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,139.5 + rot: -1.5707963267948966 rad + pos: 110.5,201.5 parent: 2 - - uid: 4338 + - uid: 6283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 114.5,218.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: 94.5,231.5 + parent: 2 + - uid: 8782 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,248.5 + pos: 56.5,186.5 parent: 2 - - uid: 4350 + - uid: 12130 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,251.5 + pos: 64.5,113.5 parent: 2 - - uid: 5418 + - uid: 12143 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,211.5 + pos: 66.5,33.5 parent: 2 - - uid: 5419 + - uid: 12144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,217.5 + rot: 1.5707963267948966 rad + pos: 66.5,41.5 parent: 2 - - uid: 5821 + - uid: 12146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,199.5 + pos: 80.5,41.5 parent: 2 - - uid: 8782 + - uid: 12147 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,186.5 + pos: 75.5,56.5 parent: 2 - - uid: 8941 + - uid: 12148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,91.5 + pos: 47.5,82.5 parent: 2 - - uid: 8942 + - uid: 12149 components: - type: Transform rot: -1.5707963267948966 rad - pos: 74.5,95.5 + pos: 60.5,80.5 parent: 2 - - uid: 8944 + - uid: 12150 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,81.5 + pos: 100.5,202.5 parent: 2 - - uid: 8946 + - uid: 12156 components: - type: Transform rot: 1.5707963267948966 rad - pos: 79.5,107.5 + pos: 64.5,78.5 parent: 2 - - uid: 12040 + - uid: 12157 + components: + - type: Transform + pos: 78.5,90.5 + parent: 2 + - uid: 12158 components: - type: Transform rot: -1.5707963267948966 rad - pos: 65.5,33.5 + pos: 76.5,95.5 parent: 2 - - uid: 12061 + - uid: 12169 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,42.5 + rot: -1.5707963267948966 rad + pos: 32.5,100.5 parent: 2 - - uid: 12072 + - uid: 12170 components: - type: Transform - pos: 70.5,166.5 + rot: 1.5707963267948966 rad + pos: 25.5,100.5 parent: 2 - - uid: 12128 + - uid: 12172 components: - type: Transform - pos: 64.5,112.5 + rot: 1.5707963267948966 rad + pos: 25.5,107.5 parent: 2 - - uid: 12129 + - uid: 12175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,122.5 + pos: 35.5,107.5 parent: 2 - - uid: 12130 + - uid: 12178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,123.5 + pos: 54.5,123.5 parent: 2 - - uid: 12141 + - uid: 12186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,171.5 + pos: 115.5,210.5 parent: 2 - - uid: 12142 + - uid: 12188 components: - type: Transform rot: -1.5707963267948966 rad - pos: 82.5,171.5 + pos: 100.5,138.5 parent: 2 - - uid: 12148 + - uid: 12189 components: - type: Transform rot: 3.141592653589793 rad - pos: 97.5,159.5 + pos: 104.5,140.5 parent: 2 - - uid: 12149 + - uid: 12191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,182.5 + pos: 102.5,133.5 parent: 2 - - uid: 12150 + - uid: 12285 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,202.5 + pos: 108.5,237.5 parent: 2 - - uid: 12156 + - uid: 12331 components: - type: Transform - rot: 3.141592653589793 rad - pos: 115.5,211.5 + rot: -1.5707963267948966 rad + pos: 103.5,236.5 parent: 2 - proto: N14LightStreetLampPostAlwaysPoweredLeft2 entities: @@ -47675,7 +47571,7 @@ entities: air: volume: 200 immutable: False - temperature: 75.31175 + temperature: 39.005875 moles: - 0 - 0 @@ -48018,15 +47914,6 @@ entities: angularDamping: 0 linearDamping: 0 canCollide: False - - uid: 5691 - components: - - type: Transform - pos: 85.5,154.5 - parent: 2 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - proto: N14PlantpotBroken2 entities: - uid: 1470 @@ -48784,13 +48671,13 @@ entities: parent: 2 - proto: N14SignDanger entities: - - uid: 6543 + - uid: 6224 components: - type: MetaData desc: Attention! Tresspassers will be fired upon, survivors will be shot again! name: Warning Sign - type: Transform - pos: 83.5,144.5 + pos: 84.5,143.5 parent: 2 - proto: N14SignFloorBazaar entities: @@ -48883,10 +48770,10 @@ entities: fixtures: {} - proto: N14SignStreetNopedestrians entities: - - uid: 6553 + - uid: 739 components: - type: Transform - pos: 82.5,147.5 + pos: 88.5,143.5 parent: 2 - type: Physics canCollide: False @@ -49616,6 +49503,11 @@ entities: parent: 2 - proto: N14SpawnMobRadscorpion entities: + - uid: 1036 + components: + - type: Transform + pos: 105.5,137.5 + parent: 2 - uid: 3002 components: - type: Transform @@ -49795,105 +49687,130 @@ entities: parent: 2 - proto: N14SpawnPointTownsfolkTownDeputy entities: - - uid: 951 + - uid: 6284 components: - type: Transform - pos: 60.5,228.5 + pos: 40.5,226.5 parent: 2 - - uid: 1903 + - uid: 12059 components: - type: Transform - pos: 61.5,228.5 + pos: 44.5,227.5 parent: 2 - - uid: 2970 + - uid: 12062 components: - type: Transform - pos: 62.5,228.5 + pos: 42.5,233.5 parent: 2 - - uid: 3731 + - uid: 12070 components: - type: Transform - pos: 42.5,234.5 + pos: 43.5,234.5 parent: 2 - proto: N14SpawnPointTownsfolkTownDoctor entities: - - uid: 2398 + - uid: 1837 components: - type: Transform - pos: 69.5,220.5 + pos: 40.5,229.5 parent: 2 - - uid: 2969 + - uid: 6266 components: - type: Transform - pos: 66.5,220.5 + pos: 42.5,226.5 parent: 2 - - uid: 3666 + - uid: 8948 components: - type: Transform - pos: 71.5,227.5 + pos: 44.5,228.5 parent: 2 - proto: N14SpawnPointTownsfolkTownMayor entities: - - uid: 1831 + - uid: 4194 components: - type: Transform - pos: 61.5,230.5 + pos: 59.5,256.5 parent: 2 - - uid: 1884 + - uid: 12056 components: - type: Transform - pos: 50.5,242.5 + pos: 60.5,257.5 parent: 2 - - uid: 4194 + - uid: 12076 components: - type: Transform - pos: 59.5,256.5 + pos: 59.5,253.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: 57.5,256.5 parent: 2 - proto: N14SpawnPointTownsfolkTownMechanic entities: - - uid: 1832 + - uid: 5710 components: - type: Transform - pos: 42.5,217.5 + pos: 43.5,225.5 parent: 2 - - uid: 1906 + - uid: 6271 components: - type: Transform - pos: 43.5,217.5 + pos: 44.5,231.5 parent: 2 - - uid: 4758 + - uid: 6272 components: - type: Transform - pos: 40.5,217.5 + pos: 44.5,234.5 parent: 2 - - uid: 4772 + - uid: 6273 components: - type: Transform - pos: 41.5,217.5 + pos: 40.5,227.5 parent: 2 - proto: N14SpawnPointTownsfolkTownSheriff entities: - - uid: 1840 + - uid: 5419 components: - type: Transform - pos: 60.5,230.5 + pos: 44.5,229.5 parent: 2 - - uid: 2980 + - uid: 5489 + components: + - type: Transform + pos: 41.5,225.5 + parent: 2 + - uid: 12061 components: - type: Transform - pos: 62.5,230.5 + pos: 42.5,234.5 parent: 2 - proto: N14SpawnPointTownsfolkTownShopkeeper entities: - - uid: 962 + - uid: 1831 components: - type: Transform - pos: 47.5,242.5 + pos: 43.5,227.5 parent: 2 - - uid: 1833 + - uid: 1889 + components: + - type: Transform + pos: 40.5,232.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + pos: 43.5,228.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + pos: 42.5,228.5 + parent: 2 + - uid: 1893 components: - type: Transform - pos: 59.5,239.5 + pos: 42.5,229.5 parent: 2 - proto: N14SpawnPointTownsfolkTownsperson entities: @@ -49922,6 +49839,16 @@ entities: - type: Transform pos: 42.5,231.5 parent: 2 + - uid: 2970 + components: + - type: Transform + pos: 44.5,233.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: 41.5,230.5 + parent: 2 - proto: N14SpawnPointTribal entities: - uid: 1198 @@ -51056,12 +50983,6 @@ entities: rot: 1.5707963267948966 rad pos: 86.5,156.5 parent: 2 - - uid: 5470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,153.5 - parent: 2 - proto: N14TableDeskWoodSmall entities: - uid: 1498 @@ -52299,11 +52220,6 @@ entities: parent: 2 - proto: N14TimedSpawnerGecko entities: - - uid: 4721 - components: - - type: Transform - pos: 50.5,119.5 - parent: 2 - uid: 4729 components: - type: Transform @@ -52435,6 +52351,15 @@ entities: canCollide: False - type: Fixtures fixtures: {} + - uid: 962 + components: + - type: Transform + pos: 50.5,221.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} - uid: 1115 components: - type: Transform @@ -53828,6 +53753,8 @@ entities: - type: Transform pos: 114.5,238.5 parent: 2 + - type: PointLight + enabled: False - uid: 2502 components: - type: Transform @@ -53838,11 +53765,15 @@ entities: - type: Transform pos: 101.5,177.5 parent: 2 + - type: PointLight + enabled: False - uid: 4903 components: - type: Transform pos: 67.5,131.5 parent: 2 + - type: PointLight + enabled: False - proto: N14VendingMachineVimFilled entities: - uid: 3234 @@ -53856,11 +53787,15 @@ entities: rot: 1.5707963267948966 rad pos: 63.5,185.5 parent: 2 + - type: PointLight + enabled: False - uid: 4478 components: - type: Transform pos: 98.5,172.5 parent: 2 + - type: PointLight + enabled: False - proto: N14WallConcreteDark entities: - uid: 223 @@ -55370,11 +55305,6 @@ entities: - type: Transform pos: 86.5,143.5 parent: 2 - - uid: 3788 - components: - - type: Transform - pos: 85.5,143.5 - parent: 2 - uid: 3789 components: - type: Transform @@ -55395,6 +55325,11 @@ entities: - type: Transform pos: 83.5,146.5 parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 83.5,145.5 + parent: 2 - uid: 3934 components: - type: Transform @@ -59799,11 +59734,6 @@ entities: - type: Transform pos: 86.5,141.5 parent: 2 - - uid: 3813 - components: - - type: Transform - pos: 85.5,141.5 - parent: 2 - uid: 3814 components: - type: Transform @@ -60081,6 +60011,11 @@ entities: rot: 3.141592653589793 rad pos: 63.5,189.5 parent: 2 + - uid: 5238 + components: + - type: Transform + pos: 81.5,145.5 + parent: 2 - proto: N14WallFenceChainMapBoundary entities: - uid: 7324 @@ -67545,8 +67480,23 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,234.5 parent: 2 + - uid: 4297 + components: + - type: Transform + pos: 55.5,224.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: 53.5,224.5 + parent: 2 - proto: N14WallWoodDark entities: + - uid: 43 + components: + - type: Transform + pos: 84.5,153.5 + parent: 2 - uid: 701 components: - type: Transform @@ -68253,24 +68203,6 @@ entities: rot: 1.5707963267948966 rad pos: 84.5,151.5 parent: 2 - - uid: 5238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,151.5 - parent: 2 - - uid: 5239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,151.5 - parent: 2 - - uid: 5240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,151.5 - parent: 2 - uid: 5241 components: - type: Transform @@ -68627,6 +68559,21 @@ entities: rot: -1.5707963267948966 rad pos: 83.5,201.5 parent: 2 + - uid: 6523 + components: + - type: Transform + pos: 86.5,151.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: 87.5,151.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: 85.5,151.5 + parent: 2 - proto: N14WallWoodDarkFrame entities: - uid: 2626 @@ -71513,6 +71460,24 @@ entities: fixtures: {} - proto: N14WastelandFloraWildCabbage entities: + - uid: 1546 + components: + - type: Transform + pos: 21.5,252.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 1834 + components: + - type: Transform + pos: 19.5,251.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} - uid: 5965 components: - type: Transform @@ -71705,6 +71670,15 @@ entities: fixtures: {} - proto: N14WastelandFloraWildMaize entities: + - uid: 3719 + components: + - type: Transform + pos: 24.5,247.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} - uid: 5952 components: - type: Transform @@ -71750,32 +71724,21 @@ entities: canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildMesquite - entities: - - uid: 5957 + - uid: 6210 components: - type: Transform - pos: 81.5,25.5 + pos: 26.5,247.5 parent: 2 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildMutfruit +- proto: N14WastelandFloraWildMesquite entities: - - uid: 736 - components: - - type: Transform - pos: 19.5,251.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 737 + - uid: 5957 components: - type: Transform - pos: 21.5,252.5 + pos: 81.5,25.5 parent: 2 - type: Physics canCollide: False @@ -71846,15 +71809,6 @@ entities: canCollide: False - type: Fixtures fixtures: {} - - uid: 2977 - components: - - type: Transform - pos: 91.5,148.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - uid: 2999 components: - type: Transform @@ -71956,26 +71910,6 @@ entities: canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildRazorgrain - entities: - - uid: 738 - components: - - type: Transform - pos: 26.5,247.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 739 - components: - - type: Transform - pos: 24.5,247.5 - parent: 2 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - proto: N14WastelandFloraWildTarberries entities: - uid: 1900 @@ -72435,6 +72369,13 @@ entities: rot: 1.5707963267948966 rad pos: 52.898277,124.247215 parent: 2 +- proto: N14WeaponLeverRifle + entities: + - uid: 1034 + components: + - type: Transform + pos: 99.561035,133.49884 + parent: 2 - proto: N14WeaponLeverShotgun entities: - uid: 160 @@ -72544,13 +72485,6 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 -- proto: N14WeaponShotgun - entities: - - uid: 1834 - components: - - type: Transform - pos: 106.570595,136.45862 - parent: 2 - proto: N14WeaponSniperVarmint entities: - uid: 1179 @@ -72628,26 +72562,6 @@ entities: parent: 2 - proto: N14WindowBars2 entities: - - uid: 43 - components: - - type: Transform - pos: 52.5,225.5 - parent: 2 - - uid: 44 - components: - - type: Transform - pos: 51.5,225.5 - parent: 2 - - uid: 45 - components: - - type: Transform - pos: 56.5,225.5 - parent: 2 - - uid: 46 - components: - - type: Transform - pos: 57.5,225.5 - parent: 2 - uid: 1144 components: - type: Transform @@ -72666,12 +72580,6 @@ entities: rot: 3.141592653589793 rad pos: 58.5,191.5 parent: 2 - - uid: 1931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,191.5 - parent: 2 - uid: 1932 components: - type: Transform @@ -72752,6 +72660,11 @@ entities: rot: 3.141592653589793 rad pos: 36.5,256.5 parent: 2 + - uid: 6260 + components: + - type: Transform + pos: 59.5,191.5 + parent: 2 - proto: N14WindowHouse entities: - uid: 38 @@ -74897,6 +74810,13 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 +- proto: SubstationBasic + entities: + - uid: 738 + components: + - type: Transform + pos: 86.5,153.5 + parent: 2 - proto: TargetHuman entities: - uid: 1437 @@ -75186,6 +75106,48 @@ entities: - type: Transform pos: 159.5,314.5 parent: 2 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 44 + components: + - type: Transform + pos: 87.5,154.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: 86.5,154.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + pos: 85.5,153.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: 87.5,153.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: 85.5,152.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: 86.5,152.5 + parent: 2 + - uid: 8943 + components: + - type: Transform + pos: 85.5,154.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: 87.5,152.5 + parent: 2 - proto: WarpPoint entities: - uid: 2762 diff --git a/Resources/Maps/N14/sunnyvale2.yml b/Resources/Maps/N14/SunnyvaleSurface.yml similarity index 91% rename from Resources/Maps/N14/sunnyvale2.yml rename to Resources/Maps/N14/SunnyvaleSurface.yml index 689a436aead..b2d21f6bd8b 100644 --- a/Resources/Maps/N14/sunnyvale2.yml +++ b/Resources/Maps/N14/SunnyvaleSurface.yml @@ -20,6 +20,7 @@ tilemap: 33: FloorConcreteSmooth 34: FloorDark 45: FloorDirt + 4: FloorDirtIndoors 47: FloorDirtNew 48: FloorEighties 58: FloorGrayConcrete @@ -43,6 +44,7 @@ tilemap: 85: FloorMS13ConcreteIndustrialSplit 86: FloorMS13MetalGrate 87: FloorMS13MetalIndustrial + 8: FloorMS13MetalSolid 89: FloorMS13MetalTile 90: FloorMS13TileBlack 91: FloorMS13TileBlackFull @@ -75,6 +77,7 @@ tilemap: 120: FloorMS13WoodWide 121: FloorMS13WoodWideDamaged 122: FloorMetalBlue + 3: FloorMetalBlueSolid 124: FloorMetalDiamond 125: FloorMetalFreezer 127: FloorMetalGreenSolid @@ -151,6 +154,7 @@ tilemap: 251: Plating 252: PlatingAsteroid 260: WaterRiver + 1: WaterShallow entities: - proto: "" entities: @@ -160,7 +164,6 @@ entities: name: map 3 - type: Transform - type: Map - mapPaused: True - type: PhysicsMap - type: GridTree - type: MovedGrids @@ -298,7 +301,7 @@ entities: version: 6 8,-1: ind: 8,-1 - tiles: 7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAADwAAAAAACmQAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAAC1gAAAAAE1gAAAAAD1gAAAAAF1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAAD1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAE7AAAAAAAmQAAAAAD0gAAAAAD0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAADYQAAAAAEYQAAAAAHYQAAAAAGYQAAAAAFYQAAAAAHYQAAAAAGYQAAAAAG1gAAAAAF7AAAAAAAmQAAAAAA0gAAAAAC0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAADYQAAAAAHYQAAAAADYQAAAAAEYQAAAAAGYQAAAAAFYQAAAAAGYQAAAAAH1gAAAAAC7AAAAAAAmQAAAAAA0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAADYQAAAAAEYQAAAAAGYQAAAAAFYQAAAAAFYQAAAAAHYQAAAAAHYQAAAAAD1gAAAAAD7AAAAAAAmQAAAAAD0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAADYQAAAAAFYQAAAAAFYQAAAAAGYQAAAAAFYQAAAAAHYQAAAAADYQAAAAAG1gAAAAAE7AAAAAAAmQAAAAAA1gAAAAAE1gAAAAAE1gAAAAAE0gAAAAAC0gAAAAAD0gAAAAABYQAAAAAHYQAAAAAEYQAAAAAEYQAAAAAEYQAAAAAHYQAAAAAGYQAAAAAF1gAAAAAD7AAAAAAAmQAAAAAAAgAAAAAAAgAAAAAA1gAAAAAF0gAAAAAD0gAAAAAC0gAAAAADYQAAAAADYQAAAAAGYQAAAAADYQAAAAAGYQAAAAAFYQAAAAAD1gAAAAAF1gAAAAAF7AAAAAAAmQAAAAADAgAAAAAAAgAAAAAAAgAAAAAA0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAC0gAAAAAB0gAAAAAC0gAAAAADeAAAAAADeAAAAAADeAAAAAAD1gAAAAAF7AAAAAAAmQAAAAAAAgAAAAAAAgAAAAAA1gAAAAAF0gAAAAAB0gAAAAAC0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAABeQAAAAACeAAAAAACeAAAAAAD1gAAAAAC7AAAAAAAmQAAAAAA1gAAAAAF1gAAAAAF1gAAAAAE0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAABeAAAAAADeAAAAAADeAAAAAAC1gAAAAAF7AAAAAAAmQAAAAADMAAAAAAAMAAAAAAA1gAAAAAF0gAAAAAC0gAAAAAB0gAAAAAB0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAABeAAAAAACeAAAAAACeAAAAAAB1gAAAAAE7AAAAAAAmQAAAAACMAAAAAAAMAAAAAAAMAAAAAAA0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAADeAAAAAADeAAAAAADeAAAAAAC1gAAAAAF7AAAAAAAmQAAAAAAMAAAAAAAMAAAAAAA1gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAACeAAAAAADeQAAAAADeAAAAAAB1gAAAAAC7AAAAAAAmQAAAAAA1gAAAAAE1gAAAAAC1gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAC1gAAAAAF1gAAAAAFGgAAAAAA1gAAAAAD1gAAAAAFGgAAAAAA1gAAAAAD1gAAAAAE7AAAAAAAmQAAAAAD + tiles: 7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAAC1gAAAAAE1gAAAAAD1gAAAAAF1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAAD1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAE7AAAAAAAmQAAAAAD0gAAAAAD0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAADYQAAAAAEYQAAAAAHYQAAAAAGYQAAAAAFYQAAAAAHYQAAAAAGYQAAAAAG1gAAAAAF7AAAAAAAmQAAAAAA0gAAAAAC0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAADYQAAAAAHYQAAAAADYQAAAAAEYQAAAAAGYQAAAAAFYQAAAAAGYQAAAAAH1gAAAAAC7AAAAAAAmQAAAAAA0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAADYQAAAAAEYQAAAAAGYQAAAAAFYQAAAAAFYQAAAAAHYQAAAAAHYQAAAAAD1gAAAAAD7AAAAAAAmQAAAAAD0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAADYQAAAAAFYQAAAAAFYQAAAAAGYQAAAAAFYQAAAAAHYQAAAAADYQAAAAAG1gAAAAAE7AAAAAAAmQAAAAAA1gAAAAAE1gAAAAAE1gAAAAAE0gAAAAAC0gAAAAAD0gAAAAABYQAAAAAHYQAAAAAEYQAAAAAEYQAAAAAEYQAAAAAHYQAAAAAGYQAAAAAF1gAAAAAD7AAAAAAAmQAAAAAAAgAAAAAAAgAAAAAA1gAAAAAF0gAAAAAD0gAAAAAC0gAAAAADYQAAAAADYQAAAAAGYQAAAAADYQAAAAAGYQAAAAAFYQAAAAAD1gAAAAAF1gAAAAAF7AAAAAAAmQAAAAADAgAAAAAAAgAAAAAAAgAAAAAA0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAC0gAAAAAB0gAAAAAC0gAAAAADeAAAAAADeAAAAAADeAAAAAAD1gAAAAAF7AAAAAAAmQAAAAAAAgAAAAAAAgAAAAAA1gAAAAAF0gAAAAAB0gAAAAAC0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAABeQAAAAACeAAAAAACeAAAAAAD1gAAAAAC7AAAAAAAmQAAAAAA1gAAAAAF1gAAAAAF1gAAAAAE0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAABeAAAAAADeAAAAAADeAAAAAAC1gAAAAAF7AAAAAAAmQAAAAADMAAAAAAAMAAAAAAA1gAAAAAF0gAAAAAC0gAAAAAB0gAAAAAB0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAABeAAAAAACeAAAAAACeAAAAAAB1gAAAAAE7AAAAAAAmQAAAAACMAAAAAAAMAAAAAAAMAAAAAAA0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAADeAAAAAADeAAAAAADeAAAAAAC1gAAAAAF7AAAAAAAmQAAAAAAMAAAAAAAMAAAAAAA1gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAACeAAAAAADeQAAAAADeAAAAAAB1gAAAAAC7AAAAAAAmQAAAAAA1gAAAAAE1gAAAAAC1gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAC1gAAAAAF1gAAAAAFGgAAAAAA1gAAAAAD1gAAAAAFGgAAAAAA1gAAAAAD1gAAAAAE7AAAAAAAmQAAAAAD version: 6 10,-2: ind: 10,-2 @@ -318,15 +321,15 @@ entities: version: 6 5,-1: ind: 5,-1 - tiles: 7AAAAAAAmQAAAAABmQAAAAABmQAAAAABLQAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAAALQAAAAAC7AAAAAAAmQAAAAABmQAAAAABmQAAAAADLQAAAAACLQAAAAAALQAAAAADLQAAAAABLQAAAAADLQAAAAACLQAAAAACLQAAAAABLQAAAAACLQAAAAAALQAAAAABLQAAAAAC7AAAAAAAmQAAAAABmQAAAAACmQAAAAACLQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAAALQAAAAABLQAAAAABLQAAAAADLQAAAAAALQAAAAACLQAAAAACLQAAAAAC7AAAAAAAmQAAAAADmQAAAAACmQAAAAABLQAAAAAALQAAAAABLQAAAAAALQAAAAADLQAAAAABLQAAAAACLQAAAAABLQAAAAABLQAAAAADLQAAAAACLQAAAAABLQAAAAAA7AAAAAAAmQAAAAADmQAAAAABmQAAAAABSAAAAAAESAAAAAAFSAAAAAAISAAAAAAISAAAAAAESAAAAAAHSAAAAAAHSAAAAAAI1gAAAAAC1gAAAAAC1gAAAAAE1gAAAAAF7AAAAAAAmQAAAAACmQAAAAACmQAAAAADSAAAAAADSAAAAAAFSAAAAAACSAAAAAAISAAAAAAGSAAAAAAFSAAAAAAISAAAAAAIzgAAAAACzwAAAAABzgAAAAACzwAAAAAB7AAAAAAAmQAAAAACmQAAAAADmQAAAAABSAAAAAABSAAAAAAHSAAAAAAISAAAAAAISAAAAAAISAAAAAAISAAAAAAISAAAAAAE1gAAAAADzgAAAAADzgAAAAACzgAAAAAC7AAAAAAAmQAAAAACmQAAAAADmQAAAAAASAAAAAAHSAAAAAACSAAAAAAFSAAAAAAGSAAAAAAFSAAAAAAFSAAAAAADSAAAAAAF1gAAAAACzgAAAAACzgAAAAACzgAAAAAB7AAAAAAAmQAAAAADmQAAAAADmQAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAAC1gAAAAAD1gAAAAAF1gAAAAADzgAAAAAB7AAAAAAAmQAAAAAAmQAAAAABmQAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAAD1gAAAAAFzgAAAAACzwAAAAABzgAAAAAD7AAAAAAAmQAAAAADmQAAAAACmQAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAC1gAAAAADzgAAAAADzgAAAAADzgAAAAACAAAAAAAAmQAAAAABmQAAAAABmQAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAAD1gAAAAAEzgAAAAAD1gAAAAAE1gAAAAAEwAAAAAABmQAAAAADmQAAAAADmQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAAD3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAwAAAAAACmQAAAAACmQAAAAABmQAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADmQAAAAABmQAAAAADmQAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: 7AAAAAAAmQAAAAABmQAAAAABmQAAAAABLQAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAAALQAAAAAC7AAAAAAAmQAAAAABmQAAAAABmQAAAAADLQAAAAACLQAAAAAALQAAAAADLQAAAAABLQAAAAADLQAAAAACLQAAAAACLQAAAAABLQAAAAACLQAAAAAALQAAAAABLQAAAAAC7AAAAAAAmQAAAAABmQAAAAACmQAAAAACLQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAAALQAAAAABLQAAAAABLQAAAAADLQAAAAAALQAAAAACLQAAAAACLQAAAAAC7AAAAAAAmQAAAAADmQAAAAACmQAAAAABLQAAAAAALQAAAAABLQAAAAAALQAAAAADLQAAAAABLQAAAAACLQAAAAABLQAAAAABLQAAAAADLQAAAAACLQAAAAABLQAAAAAA7AAAAAAAmQAAAAADmQAAAAABmQAAAAABSAAAAAAESAAAAAAFSAAAAAAISAAAAAAISAAAAAAESAAAAAAHSAAAAAAHSAAAAAAI1gAAAAAC1gAAAAAC1gAAAAAE1gAAAAAF7AAAAAAAmQAAAAACmQAAAAACmQAAAAADSAAAAAADSAAAAAAFSAAAAAACSAAAAAAISAAAAAAGSAAAAAAFSAAAAAAISAAAAAAIzgAAAAACzgAAAAAAzgAAAAACzgAAAAAA7AAAAAAAmQAAAAACmQAAAAADmQAAAAABSAAAAAABSAAAAAAHSAAAAAAISAAAAAAISAAAAAAISAAAAAAISAAAAAAISAAAAAAE1gAAAAADzgAAAAADzgAAAAACzgAAAAAC7AAAAAAAmQAAAAACmQAAAAADmQAAAAAASAAAAAAHSAAAAAACSAAAAAAFSAAAAAAGSAAAAAAFSAAAAAAFSAAAAAADSAAAAAAF1gAAAAACzgAAAAACzgAAAAACzgAAAAAB7AAAAAAAmQAAAAADmQAAAAADmQAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAA1gAAAAAD1gAAAAAF1gAAAAADzgAAAAAB7AAAAAAAmQAAAAAAmQAAAAABmQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA1gAAAAAFzgAAAAACzgAAAAAAzgAAAAAD7AAAAAAAmQAAAAADmQAAAAACmQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA1gAAAAADzgAAAAADzgAAAAADzgAAAAACAAAAAAAAmQAAAAABmQAAAAABmQAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA1gAAAAAEzgAAAAAD1gAAAAAE1gAAAAAEwAAAAAABmQAAAAADmQAAAAADmQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA4QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAwAAAAAACmQAAAAACmQAAAAABmQAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADmQAAAAABmQAAAAADmQAAAAAB7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 5,0: ind: 5,0 - tiles: AAAAAAAAmQAAAAABmQAAAAAAmQAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAmQAAAAAAmQAAAAAAmQAAAAAB+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAwAAAAAACmQAAAAADmQAAAAAAmQAAAAACwAAAAAABwAAAAAACwAAAAAAD1gAAAAAC1gAAAAAD1gAAAAAD1gAAAAAE1gAAAAAE1gAAAAAD1gAAAAAE1gAAAAADdwAAAAADwAAAAAABmQAAAAAAmQAAAAADmQAAAAADwAAAAAADwAAAAAACwAAAAAAD1gAAAAACkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAA1gAAAAACdgAAAAADdgAAAAADwAAAAAADmQAAAAABmQAAAAADmQAAAAADwAAAAAACwAAAAAADwAAAAAAC1gAAAAAEkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAA1gAAAAAFdgAAAAACdgAAAAADAAAAAAAAmQAAAAACmQAAAAADmQAAAAABwAAAAAACwAAAAAADwAAAAAAC1gAAAAADkAAAAAAAkAAAAAAA1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAABdwAAAAAD1gAAAAAEwAAAAAADmQAAAAAAmQAAAAABmQAAAAACwAAAAAADwAAAAAADwAAAAAAD1gAAAAAFkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAA1gAAAAAFhAAAAAAAhAAAAAAAwAAAAAADmQAAAAAAmQAAAAACmQAAAAAAwAAAAAADwAAAAAACwAAAAAAD1gAAAAACkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAwAAAAAABmQAAAAAAmQAAAAACmQAAAAABwAAAAAADwAAAAAADwAAAAAAD1gAAAAAEkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAA1gAAAAAEhAAAAAAAhAAAAAAAwAAAAAADmQAAAAACmQAAAAAAmQAAAAADwAAAAAADwAAAAAADwAAAAAAB1gAAAAAF1gAAAAAE1gAAAAAF1gAAAAAC1gAAAAAC1gAAAAAF1gAAAAAE1gAAAAAC1gAAAAAFwAAAAAADmQAAAAACmQAAAAACmQAAAAABwAAAAAACmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAADmQAAAAABAAAAAAAAmQAAAAADmQAAAAACmQAAAAABwAAAAAAD1gAAAAAB1gAAAAAD1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAAB1gAAAAAD1gAAAAAE1gAAAAAC1gAAAAAB1gAAAAADwAAAAAACmQAAAAABmQAAAAADmQAAAAADwAAAAAAC1gAAAAAEaQAAAAAGaQAAAAACaQAAAAAG1gAAAAADZwAAAAADZwAAAAAFZwAAAAAHZwAAAAACZwAAAAAHZwAAAAAEAAAAAAAAmQAAAAACmQAAAAACmQAAAAADwAAAAAAC1gAAAAAFaQAAAAAGaQAAAAAFaQAAAAAEaQAAAAAFZwAAAAAEZwAAAAAHZwAAAAAFZwAAAAAGZwAAAAAHZwAAAAAGwAAAAAADmQAAAAADmQAAAAACmQAAAAACwAAAAAAB1gAAAAADaQAAAAADaQAAAAAGaQAAAAAE1gAAAAAEZwAAAAAHZwAAAAAEZwAAAAAHZwAAAAAHZwAAAAAFZwAAAAAGAAAAAAAAmQAAAAABmQAAAAABmQAAAAACwAAAAAAC1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAEaAAAAAAH1gAAAAAD1gAAAAAEZwAAAAAB1gAAAAAD + tiles: AAAAAAAAmQAAAAABmQAAAAAAmQAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAmQAAAAAAmQAAAAAAmQAAAAAB7AAAAAAA7AAAAAAA7AAAAAAA3gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAwAAAAAACmQAAAAADmQAAAAAAmQAAAAAC3QAAAAAA3wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAABmQAAAAAAmQAAAAADmQAAAAADmQAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAAzgAAAAAAwAAAAAADmQAAAAABmQAAAAADmQAAAAADmQAAAAAA1gAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAAzgAAAAAAAAAAAAAAmQAAAAACmQAAAAADmQAAAAABmQAAAAAA1gAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA1gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAAzgAAAAAAwAAAAAADmQAAAAAAmQAAAAABmQAAAAACmQAAAAAA1gAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAA1gAAAAAAwAAAAAADmQAAAAAAmQAAAAACmQAAAAAAmQAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA3QAAAAAA3wAAAAAA7AAAAAAA5wAAAAAAmQAAAAAAwAAAAAABmQAAAAAAmQAAAAACmQAAAAABmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1gAAAAAAzgAAAAAA1gAAAAAAzgAAAAAAwAAAAAADmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1gAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADmQAAAAACmQAAAAACmQAAAAABmQAAAAAAmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADmQAAAAAB1gAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAAAAAAAAAmQAAAAADmQAAAAACmQAAAAABmQAAAAAA1gAAAAAB1gAAAAAD1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAAB1gAAAAAD1gAAAAAE1gAAAAAC1gAAAAAB1gAAAAADwAAAAAACmQAAAAABmQAAAAADmQAAAAADmQAAAAAA1gAAAAAEaQAAAAAGaQAAAAACaQAAAAAG1gAAAAADZwAAAAADZwAAAAAFZwAAAAAHZwAAAAACZwAAAAAHZwAAAAAEAAAAAAAAmQAAAAACmQAAAAACmQAAAAADmQAAAAAA1gAAAAAFaQAAAAAGaQAAAAAFaQAAAAAEaQAAAAAFZwAAAAAEZwAAAAAHZwAAAAAFZwAAAAAGZwAAAAAHZwAAAAAGwAAAAAADwAAAAAAAmQAAAAACmQAAAAACmQAAAAAA1gAAAAADaQAAAAADaQAAAAAGaQAAAAAE1gAAAAAEZwAAAAAHZwAAAAAEZwAAAAAHZwAAAAAHZwAAAAAFZwAAAAAGAAAAAAAAwAAAAAAAmQAAAAABmQAAAAACmQAAAAAA1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAEaAAAAAAH1gAAAAAD1gAAAAAEZwAAAAAB1gAAAAAD version: 6 5,1: ind: 5,1 - tiles: wAAAAAADmQAAAAACmQAAAAACmQAAAAAAwAAAAAABwAAAAAAC1gAAAAAFaAAAAAAFaAAAAAAHaAAAAAAEaAAAAAAGaAAAAAAC1gAAAAAFZgAAAAAGZgAAAAAFZgAAAAAHAAAAAAAAmQAAAAADmQAAAAADmQAAAAADwAAAAAADwAAAAAAD1gAAAAAFaAAAAAAGaAAAAAAFaAAAAAAHaAAAAAAHaAAAAAAGaAAAAAAFZgAAAAAGZgAAAAAGZgAAAAABwAAAAAABmQAAAAACmQAAAAABmQAAAAACwAAAAAADwAAAAAAC1gAAAAACaAAAAAAEaAAAAAAHaAAAAAAFaAAAAAAHaAAAAAACaAAAAAAGZgAAAAAHZgAAAAAGZgAAAAAHAAAAAAAAmQAAAAAAmQAAAAADmQAAAAAAwAAAAAADwAAAAAAC1gAAAAADaAAAAAAHaAAAAAAEaAAAAAAGaAAAAAAFaAAAAAAHaAAAAAAGZgAAAAAGZgAAAAACZgAAAAAGAAAAAAAAmQAAAAACmQAAAAABmQAAAAABwAAAAAACwAAAAAAB1gAAAAAF1gAAAAAE1gAAAAAE1gAAAAAB1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAAD1gAAAAABwAAAAAADmQAAAAADmQAAAAADmQAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAADmQAAAAAAmQAAAAABmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADAAAAAAAAmQAAAAACmQAAAAACmQAAAAAAmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAACmQAAAAACmQAAAAABmQAAAAADmQAAAAADmQAAAAACmQAAAAABmQAAAAADwAAAAAABmQAAAAADmQAAAAADmQAAAAABmQAAAAAAmQAAAAABmQAAAAADmQAAAAACmQAAAAACmQAAAAACmQAAAAACmQAAAAADmQAAAAACmQAAAAADmQAAAAABmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC + tiles: wAAAAAADwAAAAAAAmQAAAAACmQAAAAAAmQAAAAAAmQAAAAAA1gAAAAAFaAAAAAAFaAAAAAAHaAAAAAAEaAAAAAAGaAAAAAAC1gAAAAAFZgAAAAAGZgAAAAAFZgAAAAAHAAAAAAAAwAAAAAAAmQAAAAADmQAAAAADmQAAAAAAmQAAAAAA1gAAAAAFaAAAAAAGaAAAAAAFaAAAAAAHaAAAAAAHaAAAAAAGaAAAAAAFZgAAAAAGZgAAAAAGZgAAAAABwAAAAAABwAAAAAAAmQAAAAABmQAAAAACmQAAAAAAmQAAAAAA1gAAAAACaAAAAAAEaAAAAAAHaAAAAAAFaAAAAAAHaAAAAAACaAAAAAAGZgAAAAAHZgAAAAAGZgAAAAAHAAAAAAAAwAAAAAAAwAAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1gAAAAADaAAAAAAHaAAAAAAEaAAAAAAGaAAAAAAFaAAAAAAHaAAAAAAGZgAAAAAGZgAAAAACZgAAAAAGAAAAAAAAwAAAAAAAwAAAAAAAmQAAAAABmQAAAAAAmQAAAAAA1gAAAAAF1gAAAAAE1gAAAAAE1gAAAAAB1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAAD1gAAAAABwAAAAAADwAAAAAAAwAAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAwAAAAAADwAAAAAAAwAAAAAAAmQAAAAAAmQAAAAAAmQAAAAADmQAAAAAAmQAAAAABmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADmQAAAAAAmQAAAAADAAAAAAAAwAAAAAAAwAAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAACmQAAAAACmQAAAAABmQAAAAADmQAAAAADmQAAAAACmQAAAAABmQAAAAADwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC version: 6 11,-2: ind: 11,-2 @@ -334,11 +337,11 @@ entities: version: 6 6,0: ind: 6,0 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA1gAAAAAC1gAAAAAF1gAAAAAE1gAAAAAFmQAAAAAC1gAAAAAD1gAAAAAC1gAAAAAC1gAAAAAD1gAAAAAFcwAAAAAB1gAAAAAF1gAAAAAC7AAAAAAA1gAAAAAD1gAAAAAFdgAAAAACdgAAAAACdgAAAAAB1gAAAAAFmQAAAAAD1gAAAAAFcgAAAAADcgAAAAACcgAAAAACcgAAAAACcgAAAAACcgAAAAAC1gAAAAAD7AAAAAAA1gAAAAAEegAAAAAAdgAAAAADdwAAAAADdgAAAAAD1gAAAAAFmQAAAAAB1gAAAAAEcgAAAAADcgAAAAACcwAAAAADcgAAAAACcwAAAAADcgAAAAAD1gAAAAAB7AAAAAAA1gAAAAABegAAAAAAdgAAAAADdgAAAAADdgAAAAAD1gAAAAAFmQAAAAAB1gAAAAAFcgAAAAADcgAAAAACcgAAAAABcgAAAAACcgAAAAABcwAAAAAD1gAAAAAF7AAAAAAA1gAAAAAEegAAAAAAhAAAAAAAhAAAAAAAhAAAAAAA1gAAAAAEmQAAAAAB1gAAAAAFcwAAAAADcgAAAAADcgAAAAADcgAAAAADcgAAAAADcgAAAAAD1gAAAAAE7AAAAAAA1gAAAAADegAAAAAAhAAAAAAAhAAAAAAAhAAAAAAA1gAAAAAEmQAAAAAB1gAAAAAD1gAAAAAD1gAAAAAFcgAAAAAB1gAAAAAC1gAAAAAF1gAAAAAF1gAAAAAE7AAAAAAA1gAAAAADegAAAAAAhAAAAAAAhAAAAAAAhAAAAAAA1gAAAAACmQAAAAAD1gAAAAAFcwAAAAADcgAAAAACcwAAAAAB1gAAAAAFZgAAAAAHZgAAAAAD1gAAAAAC7AAAAAAA1gAAAAAFegAAAAAA1gAAAAAE1gAAAAAF1gAAAAAF1gAAAAACmQAAAAAD1gAAAAADcgAAAAACcgAAAAADcgAAAAAD1gAAAAACZgAAAAAFZgAAAAAH1gAAAAAF7AAAAAAA1gAAAAAB1gAAAAAFmQAAAAACmQAAAAABmQAAAAADmQAAAAABmQAAAAAD1gAAAAAEcgAAAAABcgAAAAABcgAAAAAD1gAAAAAEZgAAAAAEZgAAAAAG1gAAAAAD7AAAAAAA1gAAAAADgAAAAAAA1gAAAAAF1gAAAAADmQAAAAADmQAAAAADmQAAAAAB1gAAAAAE1gAAAAAF1gAAAAAFcgAAAAADcwAAAAACZgAAAAAH1gAAAAAC1gAAAAAE7AAAAAAA1gAAAAADgAAAAAAAZwAAAAAC1gAAAAABmQAAAAACmQAAAAABmQAAAAACmQAAAAAC1gAAAAAEcgAAAAACcgAAAAADcgAAAAADcgAAAAADcwAAAAAD1gAAAAAC7AAAAAAA1gAAAAAEgAAAAAAAZwAAAAAGaQAAAAAGmQAAAAAAmQAAAAADmQAAAAABmQAAAAAB1gAAAAABcgAAAAACcwAAAAACcwAAAAADcgAAAAADcgAAAAAD1gAAAAAD7AAAAAAA1gAAAAACgAAAAAAAZwAAAAAH1gAAAAAFmQAAAAAAmQAAAAABmQAAAAADmQAAAAAB1gAAAAABcgAAAAADcgAAAAACcgAAAAABcgAAAAADcgAAAAAC1gAAAAAE7AAAAAAA1gAAAAAFgAAAAAAA1gAAAAAC1gAAAAAC1gAAAAAD1gAAAAAD1gAAAAADmQAAAAAC1gAAAAAD1gAAAAAE1gAAAAACcwAAAAAD1gAAAAAD1gAAAAAC1gAAAAAE7AAAAAAA1gAAAAAFgAAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4QAAAAAA3QAAAAAA1gAAAAAD1gAAAAAC1gAAAAAC1gAAAAAD1gAAAAAFcwAAAAAB1gAAAAAF1gAAAAAC7AAAAAAA1gAAAAAD1gAAAAAFzgAAAAAA1gAAAAAAzgAAAAAA1gAAAAAAmQAAAAAD1gAAAAAFcgAAAAADcgAAAAACcgAAAAACcgAAAAACcgAAAAACcgAAAAAC1gAAAAAD7AAAAAAA1gAAAAAEegAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA1gAAAAAAmQAAAAAB1gAAAAAEcgAAAAADcgAAAAACcwAAAAADcgAAAAACcwAAAAADcgAAAAAD1gAAAAAB7AAAAAAA1gAAAAABegAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA1gAAAAAAmQAAAAAA1gAAAAAFcgAAAAADcgAAAAACcgAAAAABcgAAAAACcgAAAAABcwAAAAAD1gAAAAAF7AAAAAAA1gAAAAAEegAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAAmQAAAAAB1gAAAAAFcwAAAAADcgAAAAADcgAAAAADcgAAAAADcgAAAAADcgAAAAAD1gAAAAAE7AAAAAAA1gAAAAADegAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAB1gAAAAAD1gAAAAAD1gAAAAAFcgAAAAAB1gAAAAAC1gAAAAAF1gAAAAAF1gAAAAAE7AAAAAAA1gAAAAADegAAAAAAzgAAAAAA1gAAAAAAmQAAAAAAmQAAAAAAmQAAAAAD1gAAAAAFcwAAAAADcgAAAAACcwAAAAAB1gAAAAAFZgAAAAAHZgAAAAAD1gAAAAAC7AAAAAAA1gAAAAAFegAAAAAAzgAAAAAA1gAAAAAAmQAAAAAAmQAAAAAAmQAAAAAD1gAAAAADcgAAAAACcgAAAAADcgAAAAAD1gAAAAACZgAAAAAFZgAAAAAH1gAAAAAF7AAAAAAA1gAAAAAB1gAAAAAFzgAAAAAA1gAAAAAAmQAAAAADmQAAAAABmQAAAAAD1gAAAAAEcgAAAAABcgAAAAABcgAAAAAD1gAAAAAEZgAAAAAEZgAAAAAG1gAAAAAD7AAAAAAA1gAAAAADgAAAAAAA1gAAAAAF1gAAAAADmQAAAAADmQAAAAADmQAAAAAB1gAAAAAE1gAAAAAF1gAAAAAFcgAAAAADcwAAAAACZgAAAAAH1gAAAAAC1gAAAAAE7AAAAAAA1gAAAAADgAAAAAAAZwAAAAAC1gAAAAABmQAAAAACmQAAAAABmQAAAAACmQAAAAAC1gAAAAAEcgAAAAACcgAAAAADcgAAAAADcgAAAAADcwAAAAAD1gAAAAAC7AAAAAAA1gAAAAAEgAAAAAAAZwAAAAAGaQAAAAAGmQAAAAAAmQAAAAADmQAAAAABmQAAAAAB1gAAAAABcgAAAAACcwAAAAACcwAAAAADcgAAAAADcgAAAAAD1gAAAAAD7AAAAAAA1gAAAAACgAAAAAAAZwAAAAAH1gAAAAAFmQAAAAAAmQAAAAABmQAAAAADmQAAAAAB1gAAAAABcgAAAAADcgAAAAACcgAAAAABcgAAAAADcgAAAAAC1gAAAAAE7AAAAAAA1gAAAAAFgAAAAAAA1gAAAAAC1gAAAAAC1gAAAAAD1gAAAAAD1gAAAAAD+gAAAAAA1gAAAAAD1gAAAAAE1gAAAAACcwAAAAAD1gAAAAAD1gAAAAAC1gAAAAAE7AAAAAAA1gAAAAAFgAAAAAAA version: 6 6,1: ind: 6,1 - tiles: ZgAAAAAEZgAAAAAGZgAAAAAEZgAAAAADZgAAAAAE7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAFgAAAAAAAZgAAAAAHZgAAAAAHZgAAAAAFZgAAAAAGZgAAAAAF7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAC1gAAAAADZgAAAAAGZgAAAAAEZgAAAAAHZgAAAAAHZgAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAZgAAAAAEZgAAAAAFZgAAAAAGZgAAAAAHZgAAAAAE3QAAAAAA3QAAAAAA3QAAAAAA1gAAAAAD1gAAAAAD1gAAAAADcgAAAAAC1gAAAAAC1gAAAAAE1gAAAAAF1gAAAAAC1gAAAAAC1gAAAAAB1gAAAAAE1gAAAAAB1gAAAAAEwAAAAAADwAAAAAACwAAAAAAD1gAAAAAEcwAAAAADcgAAAAADcwAAAAADcgAAAAAD1gAAAAAEcgAAAAACcgAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAAD1gAAAAAFcgAAAAADcgAAAAACcwAAAAACcgAAAAAD1gAAAAACcgAAAAACcgAAAAADmQAAAAABmQAAAAABmQAAAAACmQAAAAADmQAAAAACmQAAAAAAmQAAAAADmQAAAAABmQAAAAAAmQAAAAABmQAAAAAAmQAAAAACmQAAAAACmQAAAAAAmQAAAAABmQAAAAAAmQAAAAACmQAAAAAAmQAAAAACmQAAAAACmQAAAAACmQAAAAADmQAAAAABmQAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAAAmQAAAAABmQAAAAACmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB + tiles: ZgAAAAAEZgAAAAAGZgAAAAAEZgAAAAADZgAAAAAE7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAFgAAAAAAAZgAAAAAHZgAAAAAHZgAAAAAFZgAAAAAGZgAAAAAF7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAC1gAAAAADZgAAAAAGZgAAAAAEZgAAAAAHZgAAAAAHZgAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAZgAAAAAEZgAAAAAFZgAAAAAGZgAAAAAHZgAAAAAE3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA1gAAAAAC1gAAAAAB1gAAAAAE1gAAAAAB1gAAAAAEmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAzgAAAAAAmQAAAAAAmQAAAAABmQAAAAABmQAAAAACmQAAAAADmQAAAAACmQAAAAAAmQAAAAADmQAAAAABzgAAAAAAzgAAAAAAzgAAAAAAmQAAAAACmQAAAAACmQAAAAAAzgAAAAAAzgAAAAAAmQAAAAACmQAAAAAAmQAAAAACmQAAAAACmQAAAAACmQAAAAADmQAAAAABmQAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAzgAAAAAAzgAAAAAAwAAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAmQAAAAACmQAAAAAAmQAAAAADzgAAAAAAzgAAAAAAwAAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAwAAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB version: 6 7,3: ind: 7,3 @@ -346,19 +349,19 @@ entities: version: 6 7,-2: ind: 7,-2 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAAD1wAAAAAE0gAAAAAD0gAAAAAD0gAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAA1wAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA1wAAAAAE0gAAAAAC0gAAAAAB0gAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAAD1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA1wAAAAAF1wAAAAAD1wAAAAAEOwAAAAAAOwAAAAAA1wAAAAAE1wAAAAAF7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1wAAAAAF1wAAAAAF7AAAAAAAmQAAAAACmQAAAAAC1wAAAAAEmQAAAAABmQAAAAAAmQAAAAACmQAAAAABmQAAAAAAmQAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAABmQAAAAACmQAAAAAAmQAAAAACmQAAAAAAmQAAAAACmQAAAAACmQAAAAAAmQAAAAAAmQAAAAACmQAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAADmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAABmQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAADmQAAAAACmQAAAAAD + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAAD1wAAAAAE0gAAAAAD0gAAAAAD0gAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAA1wAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA1wAAAAAE0gAAAAAC0gAAAAAB0gAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAAD1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA1wAAAAAF1wAAAAAD1wAAAAAEOwAAAAAAOwAAAAAA1wAAAAAE1wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA1wAAAAAF1wAAAAAF7AAAAAAAmQAAAAACmQAAAAAC1wAAAAAEmQAAAAABmQAAAAAAmQAAAAACmQAAAAABmQAAAAAAmQAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABmQAAAAACmQAAAAAAmQAAAAACmQAAAAAAmQAAAAACmQAAAAACmQAAAAAAmQAAAAAAmQAAAAACmQAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAADmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAABmQAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmQAAAAADmQAAAAACmQAAAAAD version: 6 7,-1: ind: 7,-1 - tiles: 1gAAAAAD1gAAAAAF1gAAAAAD1gAAAAAFcgAAAAADcwAAAAABcwAAAAAC1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAcgAAAAADcgAAAAADcgAAAAADcwAAAAABcgAAAAACcgAAAAACcgAAAAAD1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcgAAAAAD1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAB1gAAAAAEUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcgAAAAAD1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAC0gAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcwAAAAAC1gAAAAAB5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAC0gAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcgAAAAAD1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAF0gAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcwAAAAAD1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAC0gAAAAACcgAAAAABcgAAAAABcgAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAAD1gAAAAAE5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAF1gAAAAAFcwAAAAAC1gAAAAAE1gAAAAAD1gAAAAAF1gAAAAAFcwAAAAACcgAAAAAD1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAFAgAAAAAAcgAAAAADcgAAAAADcgAAAAADcgAAAAAC1gAAAAAB1gAAAAAFcgAAAAAD1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAADAgAAAAAAcgAAAAADcwAAAAACcgAAAAACcwAAAAAD1gAAAAAFcgAAAAADcgAAAAAD1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAADAgAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAAD1gAAAAACcgAAAAADcgAAAAAD1gAAAAAE5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAC1gAAAAAC1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAB1gAAAAAF1gAAAAAC1gAAAAAE5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAFMAAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAACMAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAABMAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAF1gAAAAAF + tiles: 1gAAAAAD1gAAAAAF1gAAAAAD1gAAAAAFcgAAAAADcwAAAAABcwAAAAAC1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAcgAAAAADcgAAAAADcgAAAAADcwAAAAABcgAAAAACcgAAAAACcgAAAAAD1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcgAAAAAD1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAB1gAAAAAEUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcgAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAC0gAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcwAAAAAC1gAAAAAB5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAC0gAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcgAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAF0gAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcwAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAC0gAAAAACcgAAAAABcgAAAAABcgAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAAD1gAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAF1gAAAAAFcwAAAAAC1gAAAAAE1gAAAAAD1gAAAAAF1gAAAAAFcwAAAAACcgAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAFAgAAAAAAcgAAAAADcgAAAAADcgAAAAADcgAAAAAC1gAAAAAB1gAAAAAFcgAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAADAgAAAAAAcgAAAAADcwAAAAACcgAAAAACcwAAAAAD1gAAAAAFcgAAAAADcgAAAAAD1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAADAgAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAAD1gAAAAACcgAAAAADcgAAAAAD1gAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAC1gAAAAAC1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAB1gAAAAAF1gAAAAAC1gAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAFMAAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAACMAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAABMAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAF1gAAAAAF version: 6 7,0: ind: 7,0 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAEGQAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAFGQAAAAAA1gAAAAAC1gAAAAAF1gAAAAAE1gAAAAAB1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAACGQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA1gAAAAAE1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAE1gAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA1gAAAAAE1gAAAAAF1gAAAAAE5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAegAAAAAAegAAAAAAegAAAAAA1gAAAAAE1gAAAAAF1gAAAAAE1gAAAAAF1gAAAAAB5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAC1gAAAAAEegAAAAAAegAAAAAAegAAAAAA1gAAAAAF0gAAAAAD0gAAAAAC0gAAAAAD1gAAAAAE5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAABcQAAAAABegAAAAAAegAAAAAAegAAAAAA1gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAC1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAAcwAAAAADcQAAAAAEgAAAAAAA1gAAAAAB1gAAAAAE1gAAAAAF1gAAAAAF0gAAAAAC1gAAAAAE1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAEcQAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAFcQAAAAAFgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAACcQAAAAAEgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF0gAAAAAC0gAAAAAD0gAAAAAD1gAAAAAE5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAEcgAAAAABgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF0gAAAAAD0gAAAAAB0gAAAAAB1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAEcgAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAAB5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAFcgAAAAACgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF0gAAAAAD0gAAAAAC0gAAAAAC1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAFcgAAAAAD + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAEGQAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAFGQAAAAAA1gAAAAAC1gAAAAAF1gAAAAAE1gAAAAAB1gAAAAAF7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAACGQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA1gAAAAAA1gAAAAAA1gAAAAAA1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAE1gAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1gAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAegAAAAAAegAAAAAAegAAAAAA1gAAAAAE1gAAAAAF1gAAAAAE1gAAAAAF1gAAAAAB5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAC1gAAAAAEegAAAAAAegAAAAAAegAAAAAA1gAAAAAF0gAAAAAD0gAAAAAC0gAAAAAD1gAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAABcQAAAAABegAAAAAAegAAAAAAegAAAAAA1gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAC1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAcwAAAAADcQAAAAAEgAAAAAAA1gAAAAAB1gAAAAAE1gAAAAAF1gAAAAAF0gAAAAAC1gAAAAAE1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAEcQAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAFcQAAAAAFgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAACcQAAAAAEgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF0gAAAAAC0gAAAAAD0gAAAAAD1gAAAAAE5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAEcgAAAAABgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF0gAAAAAD0gAAAAAB0gAAAAAB1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAEcgAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAAB5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAFcgAAAAACgAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAF0gAAAAAD0gAAAAAC0gAAAAAC1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAFcgAAAAAD version: 6 7,1: ind: 7,1 - tiles: gAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAE0gAAAAAD0gAAAAAD0gAAAAAD1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAADcgAAAAAD1gAAAAAE1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAE1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA1gAAAAAE1gAAAAAE7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAcwAAAAAD1gAAAAAE1gAAAAAB1gAAAAAF1gAAAAAFcwAAAAAD1gAAAAAF1gAAAAAF5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAAwAAAAAADcwAAAAADcgAAAAAC1gAAAAADcgAAAAADcgAAAAACcwAAAAACcgAAAAAC1gAAAAAD5wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA8QAAAAAA7AAAAAAAwAAAAAACcgAAAAACcwAAAAAC1gAAAAACcwAAAAACcgAAAAACcgAAAAABcgAAAAAD1gAAAAAF3gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4AAAAAAA7AAAAAAAwAAAAAACmQAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAACmQAAAAABmQAAAAACmQAAAAAAmQAAAAADzgAAAAADzgAAAAADmQAAAAACzgAAAAABzgAAAAACmQAAAAAAmQAAAAABmQAAAAABmQAAAAACmQAAAAACmQAAAAAAmQAAAAACmQAAAAACmQAAAAABmQAAAAADzgAAAAACzgAAAAADzgAAAAABzgAAAAACzgAAAAADzgAAAAABzgAAAAACmQAAAAACmQAAAAADmQAAAAABmQAAAAAAmQAAAAACmQAAAAABmQAAAAAAmQAAAAADmQAAAAACzgAAAAABzgAAAAADzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADmQAAAAAB1wAAAAAE1wAAAAAD1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAEzgAAAAACzgAAAAACzgAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAAC1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAAD1wAAAAADzgAAAAACzgAAAAACzgAAAAADzgAAAAABzgAAAAADzgAAAAADzgAAAAAC1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAEAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA1wAAAAAFzgAAAAACzgAAAAADzgAAAAACzgAAAAADzgAAAAACzgAAAAADzgAAAAAD1wAAAAAC1wAAAAAF1wAAAAAE1wAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAACzgAAAAACzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAC1wAAAAAE1wAAAAAD1wAAAAAF1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAD1wAAAAAF1wAAAAAE1wAAAAAE1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAACzgAAAAABzgAAAAABzgAAAAACzgAAAAABzgAAAAADzgAAAAADzgAAAAAB1wAAAAAE1wAAAAAC1wAAAAAE1wAAAAAFwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAACzgAAAAABzgAAAAADzgAAAAACzgAAAAADzgAAAAABzgAAAAABzgAAAAAB1wAAAAAF + tiles: gAAAAAAAgAAAAAAAgAAAAAAA1gAAAAAE0gAAAAAD0gAAAAAD0gAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAADcgAAAAAD1gAAAAAE1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAE1gAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA1gAAAAAE1gAAAAAE7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3wAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA8QAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA6QAAAAAA3wAAAAAA3gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4AAAAAAA7AAAAAAA7AAAAAAAzgAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAACmQAAAAABmQAAAAAAmQAAAAAAmQAAAAADzgAAAAADzgAAAAADmQAAAAACzgAAAAABzgAAAAACmQAAAAAAmQAAAAABzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAADzgAAAAACzgAAAAADzgAAAAABzgAAAAACzgAAAAADzgAAAAABzgAAAAACmQAAAAACzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAACzgAAAAABzgAAAAADzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADmQAAAAABmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1wAAAAAEzgAAAAACzgAAAAACzgAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAAC1wAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAA1wAAAAADzgAAAAACzgAAAAACzgAAAAADzgAAAAABzgAAAAADzgAAAAADzgAAAAAC1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAEwAAAAAADwAAAAAABwAAAAAACwAAAAAAD1wAAAAAFzgAAAAACzgAAAAADzgAAAAACzgAAAAADzgAAAAACzgAAAAADzgAAAAAD1wAAAAAC1wAAAAAF1wAAAAAE1wAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAACzgAAAAACzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAC1wAAAAAE1wAAAAAD1wAAAAAF1wAAAAAEAAAAAAAAAAAAAAAAmgAAAAAAmgAAAAAA1wAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAD1wAAAAAF1wAAAAAE1wAAAAAE1wAAAAAEAAAAAAAAmgAAAAAAmgAAAAAAmgAAAAAA1wAAAAACzgAAAAABzgAAAAABzgAAAAACzgAAAAABzgAAAAADzgAAAAADzgAAAAAB1wAAAAAE1wAAAAAC1wAAAAAE1wAAAAAFwAAAAAADmgAAAAAAmgAAAAAAmgAAAAAA1wAAAAACzgAAAAABzgAAAAADzgAAAAACzgAAAAADzgAAAAABzgAAAAABzgAAAAAB1wAAAAAF version: 6 7,8: ind: 7,8 @@ -370,11 +373,11 @@ entities: version: 6 8,1: ind: 8,1 - tiles: cgAAAAACcgAAAAACcgAAAAACcwAAAAADcQAAAAAHcQAAAAABcQAAAAAGcQAAAAAF1gAAAAAFZwAAAAAHZwAAAAAGZwAAAAAEZwAAAAAG1gAAAAAE7AAAAAAAmQAAAAAA1gAAAAAD1gAAAAAB1gAAAAAC1gAAAAAC1gAAAAAF1gAAAAAC1gAAAAAC1gAAAAAD1gAAAAAF1gAAAAAF1gAAAAAFaAAAAAAF1gAAAAAF1gAAAAAF7AAAAAAAmQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAEcQAAAAADcQAAAAAHcQAAAAAD1gAAAAABaAAAAAACaAAAAAAFaAAAAAAEaAAAAAAE1gAAAAAC7AAAAAAAmQAAAAADwAAAAAABwAAAAAACwAAAAAAB7AAAAAAAcQAAAAAFcQAAAAACcQAAAAAFcQAAAAAG1gAAAAABaAAAAAAFaAAAAAAGaAAAAAAGaAAAAAAE1gAAAAAE7AAAAAAAmQAAAAAAwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAC1gAAAAAD1gAAAAAF1gAAAAAF1gAAAAAC1gAAAAAF1gAAAAAF7AAAAAAAmQAAAAAAwAAAAAADIAAAAAACwAAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAACmQAAAAACHwAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAABmQAAAAADmQAAAAADmQAAAAADmQAAAAABmQAAAAAAmQAAAAABmQAAAAADmQAAAAAAmQAAAAABHwAAAAAAmQAAAAACmQAAAAAAmQAAAAACmQAAAAABmQAAAAAAmQAAAAADmQAAAAADmQAAAAACmQAAAAAAmQAAAAABmQAAAAADmQAAAAACmQAAAAABmQAAAAACmQAAAAABHwAAAAABmQAAAAABmQAAAAABmQAAAAADmQAAAAADmQAAAAACmQAAAAACmQAAAAADmQAAAAACmQAAAAACmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAAAwAAAAAABHwAAAAADHwAAAAADHwAAAAAA1wAAAAAC1wAAAAAE1wAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADHwAAAAACHwAAAAADHwAAAAAB1wAAAAAD1wAAAAAF1wAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAAD1wAAAAAF1wAAAAAE1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD1wAAAAAF1wAAAAAF1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAC1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAF1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAE1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: cgAAAAACcgAAAAACcgAAAAACcwAAAAADcQAAAAAHcQAAAAABcQAAAAAGcQAAAAAF1gAAAAAFZwAAAAAHZwAAAAAGZwAAAAAEZwAAAAAG1gAAAAAE7AAAAAAAmQAAAAAA1gAAAAAD1gAAAAAB1gAAAAAC1gAAAAAC1gAAAAAF1gAAAAAC1gAAAAAC1gAAAAAD1gAAAAAF1gAAAAAF1gAAAAAFaAAAAAAF1gAAAAAF1gAAAAAF7AAAAAAAmQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAEcQAAAAADcQAAAAAHcQAAAAAD1gAAAAABaAAAAAACaAAAAAAFaAAAAAAEaAAAAAAE1gAAAAAC7AAAAAAAmQAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAcQAAAAAFcQAAAAACcQAAAAAFcQAAAAAG1gAAAAABaAAAAAAFaAAAAAAGaAAAAAAGaAAAAAAE1gAAAAAE7AAAAAAAmQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAC1gAAAAAD1gAAAAAF1gAAAAAF1gAAAAAC1gAAAAAF1gAAAAAF7AAAAAAAmQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAACmQAAAAACHwAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAABmQAAAAADmQAAAAADmQAAAAADmQAAAAABmQAAAAAAmQAAAAABmQAAAAADmQAAAAAAmQAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAmQAAAAADmQAAAAADmQAAAAACmQAAAAAAmQAAAAABmQAAAAADmQAAAAACmQAAAAABmQAAAAACmQAAAAABHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAmQAAAAACmQAAAAADmQAAAAACmQAAAAACmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAAAwAAAAAABHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAAD1wAAAAAF1wAAAAAE1wAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA1wAAAAAF1wAAAAAF1wAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA1wAAAAAF1wAAAAAC1wAAAAAFwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAA1wAAAAAE1wAAAAAF1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA1wAAAAAE1wAAAAAE1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,2: ind: 8,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAF1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAC1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC1wAAAAAE1wAAAAAF1wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAD1wAAAAAFAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC1wAAAAAF1wAAAAAF1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAE1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAE1wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAE1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAB1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAB1wAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAF1wAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAC1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAFwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAD1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAD1wAAAAAE1wAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAF1wAAAAAC1wAAAAAD1wAAAAAC1wAAAAAB1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAF1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAC1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC1wAAAAAE1wAAAAAF1wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAD1wAAAAAFAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAAC1wAAAAAF1wAAAAAF1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAE1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAE1wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAE1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAB1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAB1wAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAF1wAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAC1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAFwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAD1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAD1wAAAAAE1wAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAF1wAAAAAC1wAAAAAD1wAAAAAC1wAAAAAB1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA version: 6 9,-1: ind: 9,-1 @@ -410,11 +413,11 @@ entities: version: 6 11,1: ind: 11,1 - tiles: AAAAAAAAAAAAAAAAmQAAAAACwAAAAAACAAAAAAAAmQAAAAACmQAAAAABmQAAAAAAmQAAAAADAAAAAAAAwAAAAAACmQAAAAABwAAAAAADmQAAAAABmQAAAAACmQAAAAACAAAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAAAwAAAAAACAAAAAAAAmQAAAAACAAAAAAAAmQAAAAAAAAAAAAAAmQAAAAADmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAADAAAAAAAAmQAAAAABAAAAAAAAmQAAAAADmQAAAAADmQAAAAABwAAAAAACmQAAAAACAAAAAAAAmQAAAAABAAAAAAAAmQAAAAACmQAAAAACmQAAAAADmQAAAAACmQAAAAACwAAAAAADmQAAAAACmQAAAAACAAAAAAAAmQAAAAADmQAAAAABAAAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAACmQAAAAADmQAAAAADmQAAAAAAmQAAAAACAAAAAAAAmQAAAAAAmQAAAAACmQAAAAAAAAAAAAAAmQAAAAABmQAAAAACmQAAAAADmQAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAmQAAAAACmQAAAAADmQAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAAAmQAAAAABwAAAAAADmQAAAAACmQAAAAAAmQAAAAACmQAAAAABmQAAAAABAAAAAAAAmQAAAAAAmQAAAAAAmQAAAAACwAAAAAADmQAAAAACmQAAAAADmQAAAAACmQAAAAABmQAAAAACmQAAAAADwAAAAAADAAAAAAAAmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAwAAAAAACmQAAAAABmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAABmQAAAAABAAAAAAAAmQAAAAABAAAAAAAAAAAAAAAAmQAAAAADmQAAAAADmQAAAAABAAAAAAAAmQAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAADmQAAAAABmQAAAAADsgAAAAAAmQAAAAADAAAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADmQAAAAAAmQAAAAADmQAAAAADmQAAAAADmQAAAAACsgAAAAADsgAAAAACmQAAAAABwAAAAAADwAAAAAACmQAAAAAAmQAAAAABmQAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAACzwAAAAABzgAAAAADzgAAAAACzgAAAAADmQAAAAADsgAAAAADmQAAAAABmQAAAAADmQAAAAABmQAAAAACmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAABmQAAAAADzgAAAAACzgAAAAADzgAAAAADmQAAAAADmQAAAAACmQAAAAACmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmQAAAAABmQAAAAACAAAAAAAAmQAAAAAAzgAAAAACmQAAAAAAmQAAAAADzwAAAAABXQAAAAAFXQAAAAADmQAAAAAAmQAAAAAAmQAAAAACmQAAAAAAmQAAAAABmQAAAAABmQAAAAADmQAAAAABAAAAAAAAmQAAAAADmQAAAAACzwAAAAABmQAAAAACmQAAAAADXQAAAAAGXQAAAAADmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAABmQAAAAABmQAAAAADmQAAAAADmQAAAAADmQAAAAACAAAAAAAAXQAAAAAGXQAAAAAFmQAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABmQAAAAABmQAAAAAAmQAAAAAAmQAAAAACmQAAAAACzgAAAAACzgAAAAADzgAAAAACwAAAAAAD + tiles: AAAAAAAAAAAAAAAAmQAAAAACwAAAAAACwAAAAAADmQAAAAACmQAAAAABmQAAAAAAmQAAAAADAAAAAAAAwAAAAAACmQAAAAABwAAAAAADmQAAAAABmQAAAAACmQAAAAACAAAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAAAwAAAAAACAAAAAAAAmQAAAAACAAAAAAAAmQAAAAAAAAAAAAAAmQAAAAADmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAADAAAAAAAAmQAAAAABAAAAAAAAmQAAAAADmQAAAAADmQAAAAABwAAAAAACmQAAAAACAAAAAAAAmQAAAAABAAAAAAAAmQAAAAACmQAAAAACmQAAAAADmQAAAAACmQAAAAACwAAAAAADmQAAAAACmQAAAAACAAAAAAAAmQAAAAADmQAAAAABAAAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAACmQAAAAADmQAAAAADmQAAAAAAmQAAAAACAAAAAAAAmQAAAAAAmQAAAAACmQAAAAAAAAAAAAAAmQAAAAABmQAAAAACmQAAAAADmQAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAmQAAAAACmQAAAAADmQAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAAAmQAAAAABwAAAAAADmQAAAAACmQAAAAAAmQAAAAACmQAAAAABmQAAAAABAAAAAAAAmQAAAAAAmQAAAAAAmQAAAAACwAAAAAADmQAAAAACmQAAAAADmQAAAAACmQAAAAABmQAAAAACmQAAAAADwAAAAAADAAAAAAAAmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAwAAAAAACmQAAAAABmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAABmQAAAAABAAAAAAAAmQAAAAABAAAAAAAAAAAAAAAAmQAAAAADmQAAAAADmQAAAAABAAAAAAAAmQAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAADmQAAAAABmQAAAAADsgAAAAAAmQAAAAADAAAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADmQAAAAAAmQAAAAADmQAAAAADmQAAAAADmQAAAAACsgAAAAADsgAAAAACmQAAAAABwAAAAAADwAAAAAACmQAAAAAAmQAAAAABmQAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAACzwAAAAABzgAAAAADzgAAAAACzgAAAAADmQAAAAADsgAAAAADmQAAAAABmQAAAAADmQAAAAABmQAAAAACmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAABmQAAAAADzgAAAAACzgAAAAADzgAAAAADmQAAAAADmQAAAAACmQAAAAACmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmQAAAAABmQAAAAACAAAAAAAAmQAAAAAAzgAAAAACmQAAAAAAmQAAAAADzwAAAAABXQAAAAAFXQAAAAADmQAAAAAAmQAAAAAAmQAAAAACmQAAAAAAmQAAAAABmQAAAAABmQAAAAADmQAAAAABAAAAAAAAmQAAAAADmQAAAAACzwAAAAABmQAAAAACmQAAAAADXQAAAAAGXQAAAAADmQAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAABmQAAAAABmQAAAAADmQAAAAADmQAAAAADmQAAAAACAAAAAAAAXQAAAAAGXQAAAAAFmQAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABmQAAAAABmQAAAAAAmQAAAAAAmQAAAAACmQAAAAACzgAAAAACzgAAAAADzgAAAAACwAAAAAAD version: 6 11,2: ind: 11,2 - tiles: mQAAAAAAmQAAAAABmQAAAAABmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAADmQAAAAAAmQAAAAABmQAAAAAAmQAAAAACmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmQAAAAAAmQAAAAABmQAAAAAAmQAAAAADmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAADmQAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAmQAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmQAAAAABAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAABmQAAAAADmQAAAAAAmQAAAAABmQAAAAACmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAABmQAAAAAAmQAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAACmQAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAABmQAAAAAAmQAAAAABmQAAAAADmQAAAAABmQAAAAADmQAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAmQAAAAADmQAAAAAAwAAAAAADmQAAAAABmQAAAAACmQAAAAACmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAADmQAAAAADmQAAAAACmQAAAAABmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAmQAAAAAAmQAAAAABmQAAAAADmQAAAAAAwAAAAAACwAAAAAACmQAAAAACmQAAAAACAAAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAAAmQAAAAADmQAAAAACmQAAAAAAmQAAAAAAmQAAAAACmQAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADmQAAAAADmQAAAAABmQAAAAADmQAAAAADmQAAAAADmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAADmQAAAAAAmQAAAAABmQAAAAABmQAAAAACmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmAAAAAADmQAAAAADwAAAAAABmAAAAAACwAAAAAADwAAAAAADAAAAAAAAmQAAAAACmQAAAAAAmQAAAAAAAAAAAAAAmQAAAAAB + tiles: mQAAAAAAmQAAAAABmQAAAAABmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAADmQAAAAAAmQAAAAABmQAAAAAAmQAAAAACmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmQAAAAAAmQAAAAABmQAAAAAAmQAAAAADmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAADmQAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAmQAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmQAAAAABAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAABmQAAAAADmQAAAAAAmQAAAAABmQAAAAACmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAABmQAAAAAAmQAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAACmQAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAABmQAAAAAAmQAAAAABmQAAAAADmQAAAAABmQAAAAADmQAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAmQAAAAADmQAAAAAAwAAAAAADmQAAAAABmQAAAAACmQAAAAACmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAADmQAAAAADmQAAAAACmQAAAAABmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAmQAAAAAAmQAAAAABmQAAAAADmQAAAAAAwAAAAAACwAAAAAACmQAAAAACmQAAAAACAAAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAAAmQAAAAADmQAAAAACmQAAAAAAmQAAAAAAmQAAAAACmQAAAAAAmQAAAAADmQAAAAABmQAAAAABmQAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADmQAAAAADmQAAAAABmQAAAAADmQAAAAADmQAAAAADmQAAAAACmQAAAAADmQAAAAAAmQAAAAAAmQAAAAACmQAAAAADmQAAAAADmQAAAAAAmQAAAAABmQAAAAABmQAAAAACmQAAAAABmQAAAAACmQAAAAAAmQAAAAADmAAAAAADmQAAAAADwAAAAAABmAAAAAACwAAAAAADwAAAAAADAAAAAAAAmQAAAAACmQAAAAAAmQAAAAAAAAAAAAAAmQAAAAAB version: 6 8,3: ind: 8,3 @@ -534,7 +537,7 @@ entities: version: 6 7,-8: ind: 7,-8 - tiles: wAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAB + tiles: wAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB version: 6 7,-3: ind: 7,-3 @@ -546,7 +549,7 @@ entities: version: 6 7,-7: ind: 7,-7 - tiles: wAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAD + tiles: AAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,11: ind: 10,11 @@ -562,15 +565,15 @@ entities: version: 6 9,12: ind: 9,12 - tiles: GwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACcgAAAAACcgAAAAADcgAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACcgAAAAADcgAAAAADcgAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACBQAAAAABBQAAAAADBQAAAAACBQAAAAAMBQAAAAAOBQAAAAAGBQAAAAAFBQAAAAAIBQAAAAADBQAAAAABBQAAAAAOBQAAAAAABQAAAAAHBQAAAAABBQAAAAABBQAAAAALAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD + tiles: GwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACcgAAAAACcgAAAAADcgAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACcgAAAAADcgAAAAADcgAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACBQAAAAABBQAAAAADBQAAAAACBQAAAAAMBQAAAAAOBQAAAAAGBQAAAAAFBQAAAAAIBQAAAAADBQAAAAABBQAAAAAOBQAAAAAABQAAAAAHBQAAAAABBQAAAAABBQAAAAALwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD version: 6 10,12: ind: 10,12 - tiles: cgAAAAADcgAAAAABcgAAAAACcgAAAAACcgAAAAADcgAAAAADcgAAAAABcgAAAAADcgAAAAABcgAAAAACcgAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABcgAAAAACcgAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAACcgAAAAADcgAAAAACcgAAAAADcgAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAACBQAAAAAJBQAAAAANBQAAAAAKBQAAAAAGBQAAAAAHBQAAAAAIBQAAAAAEBQAAAAAEBQAAAAALBQAAAAAMBQAAAAADBQAAAAABBQAAAAAKBQAAAAALBQAAAAAEBQAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAA + tiles: cgAAAAADcgAAAAABcgAAAAACcgAAAAACcgAAAAADcgAAAAADcgAAAAABcgAAAAADcgAAAAABcgAAAAACcgAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABcgAAAAACcgAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAACcgAAAAADcgAAAAACcgAAAAADcgAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAACBQAAAAAJBQAAAAANBQAAAAAKBQAAAAAGBQAAAAAHBQAAAAAIBQAAAAAEBQAAAAAEBQAAAAALBQAAAAAMBQAAAAADBQAAAAABBQAAAAAKBQAAAAALBQAAAAAEBQAAAAALwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAA version: 6 11,12: ind: 11,12 - tiles: wAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAwAAAAAACwAAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABBQAAAAAOBQAAAAAOBQAAAAAABQAAAAALBQAAAAAGBQAAAAAEBQAAAAAIBQAAAAALBQAAAAAGBQAAAAACBQAAAAAABQAAAAAHBQAAAAAGBQAAAAAJBQAAAAAIBQAAAAAOwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADHAAAAAAEHAAAAAAEHAAAAAAEHAAAAAAHAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABHAAAAAACHAAAAAAAHAAAAAAHHAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACHAAAAAAAHAAAAAAEHAAAAAABHAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADHAAAAAAAHAAAAAAGHAAAAAABHAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADHAAAAAAGHAAAAAAHHAAAAAACwAAAAAACVwAAAAAEVwAAAAAFVwAAAAADVwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACHAAAAAAGHAAAAAAAHAAAAAADwAAAAAACVwAAAAAFVwAAAAAHVwAAAAAFVwAAAAAH + tiles: wAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAwAAAAAACwAAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABBQAAAAAOBQAAAAAOBQAAAAAABQAAAAALBQAAAAAGBQAAAAAEBQAAAAAIBQAAAAALBQAAAAAGBQAAAAACBQAAAAAABQAAAAAHBQAAAAAGBQAAAAAJBQAAAAAIBQAAAAAOwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADHAAAAAAEHAAAAAAEHAAAAAAEHAAAAAAHAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAA version: 6 9,13: ind: 9,13 @@ -582,7 +585,7 @@ entities: version: 6 11,13: ind: 11,13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADHAAAAAAHHAAAAAAEHAAAAAAGwAAAAAACVwAAAAAHVwAAAAADVwAAAAAHVwAAAAAFAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADHAAAAAAFHAAAAAACHAAAAAAEwAAAAAADVwAAAAADVwAAAAAFVwAAAAACVwAAAAAHAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADHAAAAAAHHAAAAAACHAAAAAAGwAAAAAADVwAAAAAEVwAAAAACVwAAAAAGVwAAAAAGwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACHAAAAAAAHAAAAAADHAAAAAAHwAAAAAADVwAAAAAEVwAAAAAFVwAAAAAGVwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAABHAAAAAAGHAAAAAAAHAAAAAABHAAAAAABVwAAAAAHVwAAAAAHVwAAAAAFVwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADHAAAAAAGHAAAAAACHAAAAAAEwAAAAAADVwAAAAAFVwAAAAAHVwAAAAAEVwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACHAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAywAAAAADywAAAAABywAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAywAAAAABywAAAAADywAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAywAAAAACywAAAAADywAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAD+wAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAA version: 6 9,-3: ind: 9,-3 @@ -606,7 +609,7 @@ entities: version: 6 8,-9: ind: 8,-9 - tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,-4: ind: 8,-4 @@ -622,15 +625,15 @@ entities: version: 6 8,-10: ind: 8,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAAB version: 6 7,-5: ind: 7,-5 - tiles: wAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,-5: ind: 8,-5 - tiles: wAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAEwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABGwAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAA version: 6 -5,-15: ind: -5,-15 @@ -638,7 +641,7 @@ entities: version: 6 8,-11: ind: 8,-11 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAB+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAB+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAA version: 6 11,-5: ind: 11,-5 @@ -646,11 +649,11 @@ entities: version: 6 7,-6: ind: 7,-6 - tiles: wAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: AAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 8,-6: ind: 8,-6 - tiles: wAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAABGwAAAAAFGwAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAAFwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAADmQAAAAAAmQAAAAACmQAAAAADmQAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAmAAAAAABmAAAAAABmAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAE2wAAAAAD2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAC2wAAAAAF2wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAC2wAAAAAF2wAAAAAE4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAE2wAAAAAD2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAE2wAAAAAE2wAAAAAE+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAmAAAAAADmAAAAAABmAAAAAAB7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAADmQAAAAADmQAAAAABmQAAAAABmQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAABGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAADmQAAAAAAmQAAAAACmQAAAAADmQAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAmAAAAAABmAAAAAABmAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAE2wAAAAAD2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAC2wAAAAAF2wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAC2wAAAAAF2wAAAAAE4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAE2wAAAAAD2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAE2wAAAAAE2wAAAAAE+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAmAAAAAADmAAAAAABmAAAAAAB7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmQAAAAADmQAAAAADmQAAAAABmQAAAAABmQAAAAAA version: 6 7,-12: ind: 7,-12 @@ -666,7 +669,7 @@ entities: version: 6 8,-7: ind: 8,-7 - tiles: wAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAG + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAG version: 6 9,-7: ind: 9,-7 @@ -718,7 +721,7 @@ entities: version: 6 11,-10: ind: 11,-10 - tiles: SAAAAAAHSAAAAAAISAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAACwAAAAAACAAAAAAAAGwAAAAAASAAAAAAHSAAAAAAESAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAUgAAAAAAoQAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAVAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADGwAAAAAEwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAGwAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADGwAAAAAAGwAAAAAFwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABGwAAAAAFGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAF + tiles: SAAAAAAHSAAAAAAISAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAACwAAAAAACwAAAAAADGwAAAAAASAAAAAAHSAAAAAAESAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAUgAAAAAAoQAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAVAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAoQAAAAAAoQAAAAAAoQAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADGwAAAAAEwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADGwAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADGwAAAAAAGwAAAAAFwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABGwAAAAAFGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAF version: 6 9,-11: ind: 9,-11 @@ -734,7 +737,7 @@ entities: version: 6 9,-12: ind: 9,-12 - tiles: wAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAA7AAAAAAA9QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA6wAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAC+QAAAAAA5QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA7wAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA5wAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA3gAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7gAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA + tiles: wAAAAAACwAAAAAAB7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA9QAAAAAA6wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA6wAAAAAAwAAAAAADoQAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA+QAAAAAA5QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAA7AAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAAoQAAAAAAoQAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAAD7AAAAAAA7AAAAAAAoQAAAAAAoQAAAAAAoQAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAA7AAAAAAA7AAAAAAAoQAAAAAAoQAAAAAAoQAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAA7AAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA7wAAAAAAoQAAAAAA7AAAAAAAoQAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA5wAAAAAAoQAAAAAA7AAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA3gAAAAAA7AAAAAAAoQAAAAAA7AAAAAAAoQAAAAAAoQAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAoQAAAAAA7AAAAAAAoQAAAAAAoQAAAAAAoQAAAAAA7AAAAAAAoQAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAoQAAAAAA7AAAAAAA7AAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAoQAAAAAAoQAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA6wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAoQAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7gAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA version: 6 10,-12: ind: 10,-12 @@ -754,11 +757,11 @@ entities: version: 6 9,-13: ind: 9,-13 - tiles: wAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADBQAAAAAKBQAAAAAFBQAAAAAMBQAAAAABBQAAAAACBQAAAAAABQAAAAADBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACGwAAAAACwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAAD4QAAAAAA + tiles: wAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADBQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADBQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACBQAAAAAAGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADBQAAAAAAGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADBQAAAAAAGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADBQAAAAAAGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAABQAAAAAKBQAAAAAFBQAAAAAMBQAAAAABBQAAAAACGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAE4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAE7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAGwAAAAACwAAAAAACwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA4QAAAAAA version: 6 10,-13: ind: 10,-13 - tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAA + tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADBQAAAAAABQAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAACGwAAAAAABQAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADGwAAAAAABQAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAABQAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADGwAAAAAABQAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADGwAAAAAABQAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADGwAAAAAABQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAA version: 6 11,-13: ind: 11,-13 @@ -806,19 +809,19 @@ entities: version: 6 6,-11: ind: 6,-11 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-11: ind: 5,-11 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-14: ind: 4,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-13: ind: 4,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAHBQAAAAAFBQAAAAAHBQAAAAAMBQAAAAAMBQAAAAAKBQAAAAAEBQAAAAABBQAAAAAOBQAAAAAFBQAAAAAMBQAAAAABBQAAAAADBQAAAAAHBQAAAAALBQAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAHBQAAAAAFBQAAAAAHBQAAAAAMBQAAAAAMBQAAAAAKBQAAAAAEBQAAAAABBQAAAAAOBQAAAAAFBQAAAAAMBQAAAAABBQAAAAADBQAAAAAHBQAAAAALBQAAAAAIGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-15: ind: -2,-15 @@ -826,7 +829,7 @@ entities: version: 6 -2,-14: ind: -2,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA version: 6 6,-13: ind: 6,-13 @@ -834,39 +837,39 @@ entities: version: 6 3,-13: ind: 3,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAJBQAAAAALBQAAAAAOBQAAAAAEBQAAAAAKBQAAAAACBQAAAAAEBQAAAAAHBQAAAAAGBQAAAAABBQAAAAAIBQAAAAAOBQAAAAAKBQAAAAAEBQAAAAAMBQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAJBQAAAAALBQAAAAAOBQAAAAAEBQAAAAAKBQAAAAACBQAAAAAEBQAAAAAHBQAAAAAGBQAAAAABBQAAAAAIBQAAAAAOBQAAAAAKBQAAAAAEBQAAAAAMBQAAAAAKGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-12: ind: 3,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-11: ind: 3,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-14: ind: 2,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAB version: 6 2,-13: ind: 2,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEBQAAAAABBQAAAAACBQAAAAALBQAAAAAJBQAAAAACBQAAAAANBQAAAAAFBQAAAAAEBQAAAAAHBQAAAAAIBQAAAAAEBQAAAAALBQAAAAANBQAAAAAHBQAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEBQAAAAABBQAAAAACBQAAAAALBQAAAAAJBQAAAAACBQAAAAANBQAAAAAFBQAAAAAEBQAAAAAHBQAAAAAIBQAAAAAEBQAAAAALBQAAAAANBQAAAAAHBQAAAAAOGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 2,-12: ind: 2,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 2,-11: ind: 2,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-14: ind: 1,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAB version: 6 1,-13: ind: 1,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAANBQAAAAAABQAAAAANBQAAAAAEBQAAAAAJBQAAAAAJBQAAAAABBQAAAAAABQAAAAAOBQAAAAAMBQAAAAAFBQAAAAAJBQAAAAAEBQAAAAAABQAAAAAEBQAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAANBQAAAAAABQAAAAANBQAAAAAEBQAAAAAJBQAAAAAJBQAAAAABBQAAAAAABQAAAAAOBQAAAAAMBQAAAAAFBQAAAAAJBQAAAAAEBQAAAAAABQAAAAAEBQAAAAAIGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -5,-14: ind: -5,-14 @@ -882,15 +885,15 @@ entities: version: 6 0,-13: ind: 0,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAMBQAAAAANBQAAAAAMBQAAAAANBQAAAAAIBQAAAAANBQAAAAACBQAAAAALBQAAAAAIBQAAAAANBQAAAAAJBQAAAAAABQAAAAACBQAAAAAHBQAAAAAGBQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAbQAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAbQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAABQAAAAAMBQAAAAANBQAAAAAMBQAAAAANBQAAAAAIBQAAAAANBQAAAAACBQAAAAALBQAAAAAIBQAAAAANBQAAAAAJBQAAAAAABQAAAAACBQAAAAAHBQAAAAAGBQAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 0,-12: ind: 0,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 0,-11: ind: 0,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -1,-15: ind: -1,-15 @@ -898,27 +901,27 @@ entities: version: 6 -1,-14: ind: -1,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAA version: 6 -1,-13: ind: -1,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAJBQAAAAALBQAAAAAFBQAAAAAKBQAAAAAMBQAAAAAJBQAAAAAEBQAAAAAMBQAAAAAGBQAAAAAABQAAAAAFBQAAAAABBQAAAAALBQAAAAADBQAAAAAOBQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAAAwAAAAAAABQAAAAAJBQAAAAALBQAAAAAFBQAAAAAKBQAAAAAMBQAAAAAJBQAAAAAEBQAAAAAMBQAAAAAGBQAAAAAABQAAAAAFBQAAAAABBQAAAAALBQAAAAADBQAAAAAOBQAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -1,-12: ind: -1,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -1,-11: ind: -1,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -2,-13: ind: -2,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAIBQAAAAAOBQAAAAAMBQAAAAADBQAAAAAABQAAAAANBQAAAAACBQAAAAANBQAAAAADBQAAAAALBQAAAAAOBQAAAAALBQAAAAAKBQAAAAAGBQAAAAADBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAIBQAAAAAOBQAAAAAMBQAAAAADBQAAAAAABQAAAAANBQAAAAACBQAAAAANBQAAAAADBQAAAAALBQAAAAAOBQAAAAALBQAAAAAKBQAAAAAGBQAAAAADBQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -2,-12: ind: -2,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -8,-15: ind: -8,-15 @@ -926,19 +929,19 @@ entities: version: 6 -3,-13: ind: -3,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAFBQAAAAALBQAAAAAJBQAAAAAGBQAAAAANBQAAAAAGBQAAAAACBQAAAAAGBQAAAAAEBQAAAAAFBQAAAAAGBQAAAAADBQAAAAABBQAAAAAABQAAAAANBQAAAAALwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAFBQAAAAALBQAAAAAJBQAAAAAGBQAAAAANBQAAAAAGBQAAAAACBQAAAAAGBQAAAAAEBQAAAAAFBQAAAAAGBQAAAAADBQAAAAABBQAAAAAABQAAAAANBQAAAAALGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAA version: 6 -3,-12: ind: -3,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -3,-11: ind: -3,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAAD + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAAD version: 6 -3,-14: ind: -3,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB version: 6 -4,-15: ind: -4,-15 @@ -950,15 +953,15 @@ entities: version: 6 -4,-13: ind: -4,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAADBQAAAAANBQAAAAAOBQAAAAACBQAAAAAKBQAAAAAOBQAAAAAGBQAAAAAFBQAAAAAKBQAAAAAFBQAAAAAGBQAAAAAGBQAAAAAABQAAAAADBQAAAAABBQAAAAAFwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAADBQAAAAANBQAAAAAOBQAAAAACBQAAAAAKBQAAAAAOBQAAAAAGBQAAAAAFBQAAAAAKBQAAAAAFBQAAAAAGBQAAAAAGBQAAAAAABQAAAAADBQAAAAABBQAAAAAFwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAA version: 6 -4,-12: ind: -4,-12 - tiles: wAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAA version: 6 -4,-11: ind: -4,-11 - tiles: wAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAA + tiles: wAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAA version: 6 -11,-14: ind: -11,-14 @@ -1038,7 +1041,7 @@ entities: version: 6 -9,-11: ind: -9,-11 - tiles: GwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -10,-15: ind: -10,-15 @@ -1102,7 +1105,7 @@ entities: version: 6 -14,-9: ind: -14,-9 - tiles: AAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAD + tiles: AAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAD version: 6 -15,-2: ind: -15,-2 @@ -1154,19 +1157,19 @@ entities: version: 6 -13,-9: ind: -13,-9 - tiles: wAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADBQAAAAAJGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAABQAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADBQAAAAAFlwAAAAAClwAAAAADlwAAAAABlwAAAAAAlwAAAAADlwAAAAABlwAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACBQAAAAAHlwAAAAADlwAAAAABlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAAlwAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAABQAAAAAClwAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABBQAAAAAClwAAAAAAwAAAAAACwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACBQAAAAAOlwAAAAABwAAAAAABwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADBQAAAAAKlwAAAAACwAAAAAACwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABBQAAAAAClwAAAAABwAAAAAADwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAACBQAAAAAKlwAAAAACwAAAAAADwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADBQAAAAADlwAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADBQAAAAAElwAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABBQAAAAAElwAAAAABwAAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAACcwAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABBQAAAAAHlwAAAAAAwAAAAAADcwAAAAADcwAAAAACcwAAAAADcwAAAAADcwAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADBQAAAAAKlwAAAAAAwAAAAAACcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADBQAAAAAJlwAAAAACwAAAAAACcwAAAAABcwAAAAADcwAAAAACcwAAAAACcwAAAAAD + tiles: wAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADBQAAAAAJGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADBQAAAAAFlwAAAAAClwAAAAADlwAAAAABlwAAAAAAlwAAAAADlwAAAAABlwAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACBQAAAAAHlwAAAAADlwAAAAABlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAAlwAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADBQAAAAAClwAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABBQAAAAAClwAAAAAAwAAAAAACwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACBQAAAAAOlwAAAAABwAAAAAABwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADBQAAAAAKlwAAAAACwAAAAAACwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABBQAAAAAClwAAAAABwAAAAAADwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACBQAAAAAKlwAAAAACwAAAAAADwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADBQAAAAADlwAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADBQAAAAAElwAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABBQAAAAAElwAAAAABwAAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAACcwAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABBQAAAAAHlwAAAAAAwAAAAAADcwAAAAADcwAAAAACcwAAAAADcwAAAAADcwAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADBQAAAAAKlwAAAAAAwAAAAAACcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADBQAAAAAJlwAAAAACwAAAAAACcwAAAAABcwAAAAADcwAAAAACcwAAAAACcwAAAAAD version: 6 -12,-9: ind: -12,-9 - tiles: GwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAABlwAAAAAClwAAAAADwAAAAAADwAAAAAADlwAAAAAAlwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAAAlwAAAAADlwAAAAADwAAAAAACwAAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAABlwAAAAAClwAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAAClwAAAAABlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAAlwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAABlwAAAAADlwAAAAADlwAAAAAAlwAAAAADlwAAAAAClwAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAAAlwAAAAADlwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAADlwAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAAwAAAAAABwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACLwAAAAAAwAAAAAADwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAABLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACLwAAAAAAAAAAAAAAwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAwAAAAAABLwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACLwAAAAAAwAAAAAABwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADLQAAAAAA + tiles: GwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAABlwAAAAAClwAAAAADwAAAAAADwAAAAAADlwAAAAAAlwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAAAlwAAAAADlwAAAAADwAAAAAACwAAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAABlwAAAAAClwAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAAClwAAAAABlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAAlwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAABlwAAAAADlwAAAAADlwAAAAAAlwAAAAADlwAAAAAClwAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAAAlwAAAAADlwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAADlwAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAAwAAAAAABwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACLwAAAAAAwAAAAAADwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAABLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACLwAAAAAAwAAAAAACwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACLwAAAAAAwAAAAAABwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADLQAAAAAA version: 6 -11,-9: ind: -11,-9 - tiles: AAAAAAAAwAAAAAABAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADLQAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAALQAAAAABLQAAAAADLQAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAAD + tiles: wAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADLQAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADLQAAAAABLQAAAAADLQAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAAD version: 6 -14,-8: ind: -14,-8 - tiles: wAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAA + tiles: wAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAD version: 6 -14,-2: ind: -14,-2 @@ -1174,11 +1177,11 @@ entities: version: 6 -12,-8: ind: -12,-8 - tiles: LwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABLwAAAAAAwAAAAAACwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACLwAAAAAAwAAAAAACwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACLwAAAAAAAAAAAAAAwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAACVwAAAAAFLQAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADLwAAAAAAwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADlwAAAAABlwAAAAAAlwAAAAAAlwAAAAABlwAAAAABlwAAAAADwAAAAAADwAAAAAAD + tiles: LwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAABwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABLwAAAAAAwAAAAAACwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACLwAAAAAAwAAAAAACwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACLwAAAAAAwAAAAAACwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAADLQAAAAAALQAAAAAALwAAAAAAwAAAAAACwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAACVwAAAAAFLQAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAABLQAAAAAALQAAAAAALwAAAAAAwAAAAAADwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAADLwAAAAAAwAAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADlwAAAAABlwAAAAAAlwAAAAAAlwAAAAABlwAAAAABlwAAAAADwAAAAAADwAAAAAAD version: 6 -11,-8: ind: -11,-8 - tiles: wAAAAAADLwAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAAB0AAAAAAC0AAAAAAC0AAAAAAB0AAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADLwAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAA0AAAAAAA0AAAAAAC0AAAAAAB0AAAAAAD0AAAAAAD0AAAAAAD0AAAAAAB0AAAAAAD0AAAAAAA0AAAAAADwAAAAAADLwAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAAB0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAAA0AAAAAAA0AAAAAAD0AAAAAAA0AAAAAAB0AAAAAAA0AAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA0AAAAAAA0AAAAAAB0AAAAAAD0AAAAAAC0AAAAAAB0AAAAAAC0AAAAAAB0AAAAAAC0AAAAAAA0AAAAAABLwAAAAAALwAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAAB0AAAAAAD0AAAAAAB0AAAAAAD0AAAAAAD0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAAC0AAAAAAB0AAAAAACLwAAAAAALwAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAB0AAAAAAC0AAAAAAD0AAAAAAC0AAAAAAB0AAAAAAC0AAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA0AAAAAAA0AAAAAAA0AAAAAAB0AAAAAAC0AAAAAAB0AAAAAAAwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAAD0AAAAAAC0AAAAAAC0AAAAAAA0AAAAAAC0AAAAAAD0AAAAAADwAAAAAADLwAAAAAAwAAAAAABlwAAAAAAlwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAAD0AAAAAAD0AAAAAAD0AAAAAAC0AAAAAAC0AAAAAAD0AAAAAAAwAAAAAACLQAAAAABwAAAAAAClwAAAAAAlwAAAAAAlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAAD0AAAAAAB0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAACwAAAAAADVwAAAAAGwAAAAAADlwAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAAB0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAAA0AAAAAADLQAAAAADLQAAAAACwAAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAD0AAAAAAC0AAAAAADLwAAAAAALwAAAAAAwAAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAAAlwAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAADLwAAAAAALwAAAAAAVwAAAAAGlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAAAlwAAAAAClwAAAAAClwAAAAABLwAAAAAALwAAAAAAwAAAAAADlwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAABLwAAAAAALwAAAAAAwAAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAAClwAAAAAC + tiles: wAAAAAADLwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAB0AAAAAAC0AAAAAAC0AAAAAAB0AAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAAC0AAAAAAA0AAAAAAC0AAAAAAB0AAAAAAD0AAAAAAD0AAAAAAD0AAAAAAB0AAAAAAD0AAAAAAA0AAAAAADwAAAAAADLwAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAAB0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAAA0AAAAAAA0AAAAAAD0AAAAAAA0AAAAAAB0AAAAAAA0AAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA0AAAAAAA0AAAAAAB0AAAAAAD0AAAAAAC0AAAAAAB0AAAAAAC0AAAAAAB0AAAAAAC0AAAAAAA0AAAAAABLwAAAAAALwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAAB0AAAAAAD0AAAAAAB0AAAAAAD0AAAAAAD0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAAC0AAAAAAB0AAAAAACLwAAAAAALwAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAB0AAAAAAC0AAAAAAD0AAAAAAC0AAAAAAB0AAAAAAC0AAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA0AAAAAAA0AAAAAAA0AAAAAAB0AAAAAAC0AAAAAAB0AAAAAAAwAAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAD0AAAAAAC0AAAAAAC0AAAAAAA0AAAAAAC0AAAAAAD0AAAAAADLwAAAAAALwAAAAAALwAAAAAAlwAAAAAAlwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAAD0AAAAAAD0AAAAAAD0AAAAAAC0AAAAAAC0AAAAAAD0AAAAAAALQAAAAAALQAAAAABLQAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAAD0AAAAAAB0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAACLQAAAAAAVwAAAAAGLQAAAAAAlwAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAAB0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAAA0AAAAAADLQAAAAADLQAAAAACLQAAAAAAlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAD0AAAAAAC0AAAAAADLwAAAAAALQAAAAAALQAAAAAAlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAAAlwAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAADLwAAAAAALQAAAAAAVwAAAAAGlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAAAlwAAAAAClwAAAAAClwAAAAABLwAAAAAALQAAAAAALQAAAAAAlwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAABLwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAABlwAAAAADlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAAClwAAAAAC version: 6 -15,5: ind: -15,5 @@ -1186,35 +1189,35 @@ entities: version: 6 -14,-7: ind: -14,-7 - tiles: wAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACwAAAAAABwAAAAAACwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAABAAAAAAAABAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAAD + tiles: wAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABBAEAAAACBAEAAAACBAEAAAACBAEAAAADBAEAAAADBAEAAAACBAEAAAACBAEAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD version: 6 -13,-7: ind: -13,-7 - tiles: wAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAABQAAAAAKlwAAAAADlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAABlwAAAAACwAAAAAABwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADBQAAAAAOlwAAAAAClwAAAAABlwAAAAAAlwAAAAAClwAAAAAAlwAAAAABlwAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADBQAAAAAHlwAAAAAClwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAAClwAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAABQAAAAAIlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAADlwAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACBQAAAAAKlwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAABQAAAAAHlwAAAAABlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAAClwAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAABQAAAAAOlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAlwAAAAABlwAAAAADlwAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABBQAAAAALlwAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAADlwAAAAADlwAAAAABwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAABQAAAAABlwAAAAAClwAAAAADlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADBQAAAAAKlwAAAAAAlwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAAAlwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADBQAAAAAOlwAAAAAClwAAAAAAlwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABBQAAAAALlwAAAAABlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAAClwAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADBQAAAAAClwAAAAAClwAAAAAClwAAAAABlwAAAAADlwAAAAABlwAAAAAAlwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABBQAAAAABlwAAAAABlwAAAAADlwAAAAAClwAAAAABlwAAAAAClwAAAAAClwAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABBQAAAAAOlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAADlwAAAAABlwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAABQAAAAAFwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAAC + tiles: wAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADBQAAAAAKlwAAAAADlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAABlwAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADBQAAAAAOlwAAAAAClwAAAAABlwAAAAAAlwAAAAAClwAAAAAAlwAAAAABlwAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADBQAAAAAHlwAAAAAClwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAAClwAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACBQAAAAAIlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAADlwAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACBQAAAAAKlwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADBQAAAAAHlwAAAAABlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAAClwAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADBQAAAAAOlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAlwAAAAABlwAAAAADlwAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABBQAAAAALlwAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAADlwAAAAADlwAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACBQAAAAABlwAAAAAClwAAAAADlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADBQAAAAAKlwAAAAAAlwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAAAlwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADBQAAAAAOlwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABBQAAAAALlwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADBQAAAAAClwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABBQAAAAABlwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABBQAAAAAOlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAADlwAAAAABlwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADBQAAAAAFwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAAC version: 6 -14,5: ind: -14,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -11,-7: ind: -11,-7 - tiles: LwAAAAAALwAAAAAAwAAAAAADlwAAAAABlwAAAAABlwAAAAADlwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAACLwAAAAAALwAAAAAAwAAAAAADlwAAAAAAlwAAAAAAlwAAAAAClwAAAAABlwAAAAAAlwAAAAADlwAAAAABlwAAAAADlwAAAAAClwAAAAADlwAAAAABlwAAAAAAlwAAAAACLwAAAAAAwAAAAAADwAAAAAADlwAAAAAAlwAAAAAClwAAAAAClwAAAAAAlwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAAAlwAAAAADlwAAAAADLwAAAAAALQAAAAAALQAAAAAAVwAAAAAFlwAAAAAClwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAClwAAAAAClwAAAAAAlwAAAAABLQAAAAABwAAAAAACwAAAAAADwAAAAAAClwAAAAAAlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAAAlwAAAAACVwAAAAAFwAAAAAADlwAAAAADlwAAAAAAlwAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAABlwAAAAADlwAAAAADlwAAAAABlwAAAAADLQAAAAACwAAAAAABlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAABlwAAAAABlwAAAAAAlwAAAAAAlwAAAAABlwAAAAACLwAAAAAAwAAAAAABlwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAADlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAADlwAAAAAAlwAAAAABlwAAAAADLwAAAAAAwAAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAADlwAAAAAAlwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAABwAAAAAADwAAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAAClwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAACwAAAAAACwAAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAADlwAAAAAAlwAAAAAAlwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAAClwAAAAAAlwAAAAAAlwAAAAABwAAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAADlwAAAAADlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAADlwAAAAAClwAAAAAAlwAAAAABwAAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAABlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAAAlwAAAAACwAAAAAABlwAAAAAClwAAAAADlwAAAAAClwAAAAADlwAAAAAClwAAAAAAlwAAAAAAlwAAAAADlwAAAAAClwAAAAABlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAAAwAAAAAAD + tiles: LwAAAAAALwAAAAAAwAAAAAADlwAAAAABlwAAAAABlwAAAAADlwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAACLwAAAAAALwAAAAAAwAAAAAADlwAAAAAAlwAAAAAAlwAAAAAClwAAAAABlwAAAAAAlwAAAAADlwAAAAABlwAAAAADlwAAAAAClwAAAAADlwAAAAABlwAAAAAAlwAAAAACLwAAAAAAwAAAAAADwAAAAAADlwAAAAAAlwAAAAAClwAAAAAClwAAAAAAlwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAADLwAAAAAAwAAAAAADwAAAAAADwAAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAAAlwAAAAADlwAAAAADLwAAAAAALwAAAAAALwAAAAAAVwAAAAAFlwAAAAAClwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAABlwAAAAAAlwAAAAAClwAAAAAClwAAAAAAlwAAAAABLQAAAAAALQAAAAAALwAAAAAAwAAAAAAClwAAAAAAlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAAAlwAAAAACVwAAAAAFLQAAAAAAlwAAAAADlwAAAAAAlwAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAABlwAAAAADlwAAAAADlwAAAAABlwAAAAADLQAAAAAALQAAAAAAlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAABlwAAAAABlwAAAAAAlwAAAAAAlwAAAAABlwAAAAACLwAAAAAALwAAAAAAlwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAADlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAADlwAAAAAAlwAAAAABlwAAAAADLwAAAAAAwAAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAAClwAAAAAClwAAAAADlwAAAAADlwAAAAAAlwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAABwAAAAAADwAAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAAClwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAACwAAAAAACwAAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAADlwAAAAAAlwAAAAAAlwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAAClwAAAAAAlwAAAAAAlwAAAAABwAAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAADlwAAAAADlwAAAAAAlwAAAAAClwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAADlwAAAAAClwAAAAAAlwAAAAABwAAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAABlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAAAlwAAAAACwAAAAAABlwAAAAAClwAAAAADlwAAAAAClwAAAAADlwAAAAAClwAAAAAAlwAAAAAAlwAAAAADlwAAAAAClwAAAAABlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAAAwAAAAAAD version: 6 -14,-6: ind: -14,-6 - tiles: GwAAAAAAGwAAAAABGwAAAAABBAEAAAABBAEAAAACGwAAAAAABAEAAAADBAEAAAADBAEAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAADmAAAAAAAmAAAAAABmAAAAAAAmAAAAAAAmAAAAAADmAAAAAADmAAAAAABmAAAAAACmAAAAAACmAAAAAABmAAAAAABmAAAAAAAmAAAAAACmAAAAAAAmAAAAAAA2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAE2wAAAAAD2wAAAAAC2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAE2wAAAAAE2wAAAAAF2wAAAAAB2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAE2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAD2wAAAAAF2wAAAAAD2wAAAAAD2wAAAAAE2wAAAAAC2wAAAAAB2wAAAAAC2wAAAAAF2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAD2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAC2wAAAAAC2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAE2wAAAAAF2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAB2wAAAAAB2wAAAAAE2wAAAAAE2wAAAAAEmAAAAAABmQAAAAAAmQAAAAACmAAAAAACmAAAAAABmAAAAAAAmAAAAAAAmAAAAAABmAAAAAABmQAAAAADmQAAAAAAmAAAAAACmAAAAAACmAAAAAAAmAAAAAAAmAAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAB + tiles: GwAAAAAAGwAAAAABGwAAAAABBAEAAAABBAEAAAACGwAAAAAABAEAAAADBAEAAAADBAEAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAADmAAAAAAAmAAAAAABmAAAAAAAmAAAAAAAmAAAAAADmAAAAAADmAAAAAABmAAAAAACmAAAAAACmAAAAAABmAAAAAABmAAAAAAAmAAAAAACmAAAAAAAmAAAAAAA2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAE2wAAAAAD2wAAAAAC2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAE2wAAAAAE2wAAAAAF2wAAAAAB2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAE2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAD2wAAAAAF2wAAAAAD2wAAAAAD2wAAAAAE2wAAAAAC2wAAAAAB2wAAAAAC2wAAAAAF2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAD2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAC2wAAAAAC2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAE2wAAAAAF2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAB2wAAAAAB2wAAAAAE2wAAAAAE2wAAAAAEmAAAAAABmQAAAAAAmQAAAAACmAAAAAACmAAAAAABmAAAAAAAmAAAAAAAmAAAAAABmAAAAAABmQAAAAADmQAAAAAAmAAAAAACmAAAAAACmAAAAAAAmAAAAAAAmAAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAB version: 6 -13,-6: ind: -13,-6 - tiles: wAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAADBQAAAAAKGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACBQAAAAAHGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAAIGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADBQAAAAAEGwAAAAAGwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADBQAAAAAEGwAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAABQAAAAAMGwAAAAAFwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAABQAAAAAJwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmAAAAAABmAAAAAADmAAAAAAAmQAAAAACmAAAAAAAmAAAAAADmAAAAAABmAAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA2wAAAAAE2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAE4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAD2wAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAB2wAAAAAF2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAAAmAAAAAADmAAAAAABmAAAAAAAmAAAAAACmAAAAAADmAAAAAACmAAAAAAD+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+wAAAAAAwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: wAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADBQAAAAAKGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACBQAAAAAHGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAAIGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADBQAAAAAEGwAAAAAGwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADBQAAAAAEGwAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAABQAAAAAMGwAAAAAFwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAABQAAAAAJwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmAAAAAABmAAAAAADmAAAAAAAmQAAAAACmAAAAAAAmAAAAAADmAAAAAABmAAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA2wAAAAAE2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAE4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAD2wAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAD2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAB2wAAAAAF2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAAAmAAAAAADmAAAAAABmAAAAAAAmAAAAAACmAAAAAADmAAAAAACmAAAAAAD+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+wAAAAAAwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 -14,0: ind: -14,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -11,-6: ind: -11,-6 - tiles: lwAAAAAClwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAAAlwAAAAAClwAAAAABlwAAAAAAlwAAAAAClwAAAAABlwAAAAADlwAAAAAAlwAAAAADlwAAAAACwAAAAAADlwAAAAADlwAAAAABlwAAAAAAlwAAAAADlwAAAAADlwAAAAABlwAAAAAAlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAADlwAAAAAAlwAAAAAClwAAAAACwAAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAADAAAAAAAAlwAAAAADlwAAAAABlwAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: lwAAAAAClwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAAAlwAAAAAClwAAAAABlwAAAAAAlwAAAAAClwAAAAABlwAAAAADlwAAAAAAlwAAAAADlwAAAAACwAAAAAADlwAAAAADlwAAAAABlwAAAAAAlwAAAAADlwAAAAADlwAAAAABlwAAAAAAlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAADlwAAAAAAlwAAAAAClwAAAAACwAAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAABlwAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAADwAAAAAAClwAAAAADlwAAAAABlwAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 -15,-5: ind: -15,-5 @@ -1222,19 +1225,19 @@ entities: version: 6 -14,-5: ind: -14,-5 - tiles: +wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAAD+wAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: +wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAAD+wAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -13,-5: ind: -13,-5 - tiles: +wAAAAAA+wAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAALwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABBQAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADBQAAAAAHwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACBQAAAAAHGwAAAAAAGwAAAAAEwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADBQAAAAAAGwAAAAADGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACBQAAAAAEGwAAAAAAGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAABQAAAAAKGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAOGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAANGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAMGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACBQAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADBQAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAABQAAAAAHGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACAAAAAAAA + tiles: +wAAAAAA+wAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAALwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABBQAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADBQAAAAAHwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACBQAAAAAHGwAAAAAAGwAAAAAEwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADBQAAAAAAGwAAAAADGwAAAAAFGwAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACBQAAAAAEGwAAAAAAGwAAAAADGwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABBQAAAAAKGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABBQAAAAAOGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAANGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAMGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACBQAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADBQAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAABQAAAAAHGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACAAAAAAAA version: 6 -12,-5: ind: -12,-5 - tiles: wAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: wAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 -11,-5: ind: -11,-5 - tiles: 8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAB0wAAAAAD0wAAAAAB0wAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAAC0wAAAAAD0wAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAC0wAAAAAC0wAAAAAC0wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAAC0wAAAAAC0wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAB0wAAAAAD0wAAAAAD0wAAAAAB0wAAAAAC0wAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD8QAAAAAA7AAAAAAA0wAAAAAC0wAAAAAC0wAAAAAD0gAAAAAC0wAAAAAC0wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAA0wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAAC0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAACAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAD0wAAAAAD0wAAAAADAAAAAAAAwAAAAAAD0wAAAAAD0wAAAAAD0wAAAAAC0wAAAAACwAAAAAADAAAAAAAAwAAAAAAD8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAD0wAAAAAD0wAAAAACAAAAAAAAAAAAAAAA0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAADwAAAAAABAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD0wAAAAADAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAADAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAAD0wAAAAACAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAACAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAAD0wAAAAABAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD + tiles: 8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAB8QAAAAAA7AAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAAB8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAB0wAAAAAD0wAAAAAB0wAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAAD8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAAC0wAAAAAD0wAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAC8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAC0wAAAAAC0wAAAAAC0wAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAAC8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAAC0wAAAAAC0wAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAD8QAAAAAA7AAAAAAA0wAAAAAB0wAAAAAD0wAAAAAD0wAAAAAB0wAAAAAC0wAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAD8QAAAAAA7AAAAAAA0wAAAAAC0wAAAAAC0wAAAAAD0gAAAAAC0wAAAAAC0wAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAD8QAAAAAA7AAAAAAAAAAAAAAA0wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAAC0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAACAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAD0wAAAAAD0wAAAAADAAAAAAAAwAAAAAAD0wAAAAAD0wAAAAAD0wAAAAAC0wAAAAACwAAAAAADAAAAAAAAwAAAAAAD8QAAAAAA7AAAAAAA0wAAAAAD0wAAAAAC0wAAAAAD0wAAAAAD0wAAAAACAAAAAAAAAAAAAAAA0wAAAAAD0wAAAAAD0wAAAAAD0wAAAAADwAAAAAABAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD0wAAAAADAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAADAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAAD0wAAAAACAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAACAAAAAAAAAAAAAAAAAAAAAAAA0wAAAAAD0wAAAAABAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD version: 6 -14,-4: ind: -14,-4 @@ -1266,11 +1269,11 @@ entities: version: 6 -13,-8: ind: -13,-8 - tiles: wAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACBQAAAAADlwAAAAACwAAAAAACcwAAAAADcwAAAAADcwAAAAADcwAAAAABcwAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADBQAAAAALlwAAAAADwAAAAAACcwAAAAACcwAAAAACcwAAAAADcwAAAAADcwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAABQAAAAAClwAAAAABwAAAAAADcwAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACBQAAAAANlwAAAAACwAAAAAACcwAAAAADcwAAAAADcwAAAAACcwAAAAADcwAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABBQAAAAAOlwAAAAACwAAAAAABcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAABQAAAAAAlwAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAABQAAAAAFlwAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAABQAAAAAHlwAAAAADwAAAAAABLQAAAAABLQAAAAADLQAAAAACLQAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAABQAAAAAAlwAAAAAAwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAABBQAAAAAElwAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABBQAAAAAHlwAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAABBQAAAAAJlwAAAAABwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADBQAAAAAIlwAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACBQAAAAAFlwAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADBQAAAAAKlwAAAAAAwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADBQAAAAAKlwAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAAC + tiles: wAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACBQAAAAADlwAAAAACwAAAAAACcwAAAAADcwAAAAADcwAAAAADcwAAAAABcwAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADBQAAAAALlwAAAAADwAAAAAACcwAAAAACcwAAAAACcwAAAAADcwAAAAADcwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACBQAAAAAClwAAAAABwAAAAAADcwAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACBQAAAAANlwAAAAACwAAAAAACcwAAAAADcwAAAAADcwAAAAACcwAAAAADcwAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABBQAAAAAOlwAAAAACwAAAAAABcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADBQAAAAAAlwAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADBQAAAAAFlwAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADBQAAAAAHlwAAAAADwAAAAAABLQAAAAABLQAAAAADLQAAAAACLQAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADBQAAAAAAlwAAAAAAwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAABBQAAAAAElwAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABBQAAAAAHlwAAAAADwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABBQAAAAAJlwAAAAABwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADBQAAAAAIlwAAAAACwAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACBQAAAAAFlwAAAAACwAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADBQAAAAAKlwAAAAAAwAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADBQAAAAAKlwAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAAC version: 6 -11,-3: ind: -11,-3 - tiles: 8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAADmQAAAAADmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: 8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAAAmQAAAAAAmQAAAAADmQAAAAADmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -13,-2: ind: -13,-2 @@ -1282,7 +1285,7 @@ entities: version: 6 -11,-2: ind: -11,-2 - tiles: 8QAAAAAA7AAAAAAAmQAAAAABmQAAAAACmQAAAAACmQAAAAAAmQAAAAACmQAAAAAAmQAAAAADmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAmQAAAAAAmQAAAAABmAAAAAADlwAAAAAAlwAAAAAAmQAAAAACmQAAAAADmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA8QAAAAAA7AAAAAAAmQAAAAAAmQAAAAABmAAAAAAAlwAAAAAClwAAAAACmAAAAAABmAAAAAADmAAAAAABmAAAAAAAmAAAAAAAmAAAAAAAmAAAAAABmAAAAAACmAAAAAAA8QAAAAAA7AAAAAAAmQAAAAACmQAAAAACmAAAAAAClwAAAAAAlwAAAAAAmAAAAAADmAAAAAADmAAAAAACmAAAAAAAmAAAAAACmAAAAAAAmAAAAAABmAAAAAABmAAAAAAC8QAAAAAA7AAAAAAAmAAAAAADmAAAAAABmAAAAAACmAAAAAADmAAAAAADmAAAAAABmAAAAAACmAAAAAACmAAAAAABmAAAAAADmAAAAAABmAAAAAADmAAAAAACmAAAAAAD8QAAAAAA7AAAAAAAmAAAAAABmAAAAAAAmAAAAAACmAAAAAADmAAAAAAAmAAAAAAAmAAAAAABmAAAAAADmQAAAAACmQAAAAAAmQAAAAABmQAAAAABmQAAAAABmQAAAAAB8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAABmQAAAAACXgAAAAAGXgAAAAADXgAAAAAGXgAAAAADmQAAAAAD8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAACmAAAAAABmQAAAAAAXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAFYAAAAAAC8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+wAAAAAA4gAAAAAAmAAAAAABmAAAAAAAmQAAAAADXgAAAAAGXgAAAAAHXgAAAAAFXgAAAAABgAAAAAAAmAAAAAAD7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAADmAAAAAAAmQAAAAACXgAAAAAFXgAAAAAEXgAAAAAGXgAAAAAFgAAAAAAA2wAAAAAD2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAACmAAAAAACmQAAAAADXgAAAAAEXgAAAAACXgAAAAAEXgAAAAAFXgAAAAAC2wAAAAAE2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAADmAAAAAACmQAAAAAAXgAAAAAHXgAAAAAGXgAAAAAFXgAAAAAGXgAAAAAB2wAAAAAB2wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAACmAAAAAABXgAAAAAFXgAAAAAGXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAF7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAAAmQAAAAABXgAAAAABXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAG8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAAAmAAAAAACmQAAAAABXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAHXgAAAAAF8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAACmQAAAAABXgAAAAAEXgAAAAAEXgAAAAAHXgAAAAAGXgAAAAAC + tiles: 8QAAAAAA7AAAAAAAmQAAAAABmQAAAAACmQAAAAACmQAAAAAAmQAAAAACmQAAAAAAmQAAAAADmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8QAAAAAA7AAAAAAAmQAAAAAAmQAAAAABmAAAAAADlwAAAAAAlwAAAAAAmQAAAAACmQAAAAADmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA8QAAAAAA7AAAAAAAmQAAAAAAmQAAAAABmAAAAAAAlwAAAAAClwAAAAACmAAAAAABmAAAAAADmAAAAAABmAAAAAAAmAAAAAAAmAAAAAAAmAAAAAABmAAAAAACmAAAAAAA8QAAAAAA7AAAAAAAmQAAAAACmQAAAAACmAAAAAAClwAAAAAAlwAAAAAAmAAAAAADmAAAAAADmAAAAAACmAAAAAAAmAAAAAACmAAAAAAAmAAAAAABmAAAAAABmAAAAAAC8QAAAAAA7AAAAAAAmAAAAAADmAAAAAABmAAAAAACmAAAAAADmAAAAAADmAAAAAABmAAAAAACmAAAAAACmAAAAAABmAAAAAADmAAAAAABmAAAAAADmAAAAAACmAAAAAAD8QAAAAAA7AAAAAAAmAAAAAABmAAAAAAAmAAAAAACmAAAAAADmAAAAAAAmAAAAAAAmAAAAAABmAAAAAADmQAAAAACmQAAAAAAmQAAAAABmQAAAAABmQAAAAABmQAAAAAB8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAABmQAAAAACXgAAAAAGXgAAAAADXgAAAAAGXgAAAAADmQAAAAAD8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAACmAAAAAABmQAAAAAAXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAFYAAAAAAC8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAAAmQAAAAADXgAAAAAGXgAAAAAHXgAAAAAFXgAAAAABgAAAAAAAmAAAAAAD7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAADmAAAAAAAmQAAAAACXgAAAAAFXgAAAAAEXgAAAAAGXgAAAAAFgAAAAAAA2wAAAAAD2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAACmAAAAAACmQAAAAADXgAAAAAEXgAAAAACXgAAAAAEXgAAAAAFXgAAAAAC2wAAAAAE2wAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAADmAAAAAACmQAAAAAAXgAAAAAHXgAAAAAGXgAAAAAFXgAAAAAGXgAAAAAB2wAAAAAB2wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAACmAAAAAABXgAAAAAFXgAAAAAGXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAF7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAAAmQAAAAABXgAAAAABXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAG8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAAAmAAAAAACmQAAAAABXgAAAAAFXgAAAAAHXgAAAAAHXgAAAAAHXgAAAAAF8QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAmAAAAAABmAAAAAACmQAAAAABXgAAAAAEXgAAAAAEXgAAAAAHXgAAAAAGXgAAAAAC version: 6 -13,-1: ind: -13,-1 @@ -1314,15 +1317,15 @@ entities: version: 6 -14,1: ind: -14,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -13,1: ind: -13,1 - tiles: wAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAABQAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADGwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADBQAAAAAFwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADGwAAAAADGwAAAAAGwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADBQAAAAAEwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAABQAAAAAG1wAAAAAD1wAAAAAF1wAAAAAE1wAAAAAC1wAAAAAD1wAAAAAD1wAAAAAFwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACBQAAAAAF1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAE1wAAAAAF1wAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADBQAAAAAC1wAAAAAD1wAAAAAFWgAAAAAHWgAAAAAEWgAAAAAFWgAAAAAEWgAAAAAGwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABBQAAAAAN1wAAAAAD1wAAAAAFWgAAAAAFWgAAAAAGWgAAAAAGWgAAAAAFWgAAAAAHwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACBQAAAAAC1wAAAAAC1wAAAAAFWgAAAAAGWgAAAAAFWgAAAAAHWgAAAAAFWgAAAAAGAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAACAAAAAAAABQAAAAAC1wAAAAAD1wAAAAADmQAAAAADmQAAAAADmQAAAAADmQAAAAABmQAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADBQAAAAAM1wAAAAAF1wAAAAAESAAAAAAISAAAAAAGSAAAAAAFSAAAAAAESAAAAAAFwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADBQAAAAAN1wAAAAAE1wAAAAAESAAAAAAHSAAAAAAESAAAAAAISAAAAAAESAAAAAAEwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAAC1wAAAAAE1wAAAAABSAAAAAAFSAAAAAACSAAAAAADSAAAAAAISAAAAAAFwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABBQAAAAAC1wAAAAAD1wAAAAAFSAAAAAAHSAAAAAAESAAAAAAGSAAAAAAFSAAAAAAHAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAACBQAAAAAN1wAAAAAD1wAAAAABSAAAAAADSAAAAAACSAAAAAAFSAAAAAAISAAAAAAIwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADBQAAAAAO1wAAAAAC1wAAAAAFSAAAAAAHSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAIAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABBQAAAAAO1wAAAAAD1wAAAAAE1gAAAAAF1gAAAAAD1gAAAAAF1gAAAAAEXAAAAAAH + tiles: wAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAABQAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADGwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADBQAAAAAFwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADGwAAAAADGwAAAAAGwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADBQAAAAAEwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAABGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAABQAAAAAGUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACBQAAAAAFUwAAAAAA1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAE1wAAAAAF1wAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADBQAAAAACUwAAAAAA1wAAAAAFWgAAAAAHWgAAAAAEWgAAAAAFWgAAAAAEWgAAAAAGwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABBQAAAAANUwAAAAAA1wAAAAAFWgAAAAAFWgAAAAAGWgAAAAAGWgAAAAAFWgAAAAAHwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACBQAAAAACUwAAAAAA1wAAAAAFWgAAAAAGWgAAAAAFWgAAAAAHWgAAAAAFWgAAAAAGAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAACAAAAAAAABQAAAAACUwAAAAAA1wAAAAADmQAAAAADmQAAAAADmQAAAAADmQAAAAABmQAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADBQAAAAAMUwAAAAAA1wAAAAAESAAAAAAISAAAAAAGSAAAAAAFSAAAAAAESAAAAAAFwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADBQAAAAANUwAAAAAA1wAAAAAESAAAAAAHSAAAAAAESAAAAAAISAAAAAAESAAAAAAEwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADBQAAAAACUwAAAAAA1wAAAAABSAAAAAAFSAAAAAACSAAAAAADSAAAAAAISAAAAAAFwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABBQAAAAACUwAAAAAA1wAAAAAFSAAAAAAHSAAAAAAESAAAAAAGSAAAAAAFSAAAAAAHAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAACBQAAAAANUwAAAAAA1wAAAAABSAAAAAADSAAAAAACSAAAAAAFSAAAAAAISAAAAAAIwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADBQAAAAAOUwAAAAAA1wAAAAAFSAAAAAAHSAAAAAAHSAAAAAAFSAAAAAAISAAAAAAIAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABBQAAAAAOUwAAAAAA1wAAAAAE1gAAAAAF1gAAAAAD1gAAAAAF1gAAAAAEXAAAAAAH version: 6 -12,1: ind: -12,1 - tiles: wAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAAC1wAAAAAF1wAAAAAE1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAC1wAAAAAE1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAFwAAAAAADwAAAAAADwAAAAAAC1wAAAAAC1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAC1wAAAAAF1wAAAAAF1wAAAAAC1wAAAAAF1wAAAAAF1wAAAAAFWgAAAAAEWgAAAAADWgAAAAAFWgAAAAADWgAAAAACWgAAAAAHWgAAAAADWgAAAAAD1wAAAAAFWQAAAAAGWQAAAAAE1wAAAAAD1wAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAWgAAAAAFWgAAAAAHWgAAAAAGWgAAAAACWgAAAAAHWgAAAAAGWgAAAAAFWgAAAAAF1wAAAAAFWQAAAAABWQAAAAABWQAAAAAF1wAAAAADUgAAAAAAUgAAAAAAUgAAAAAAWgAAAAAFmQAAAAABmQAAAAADWgAAAAAGWgAAAAAHWgAAAAACmQAAAAAAWgAAAAAC1wAAAAADWQAAAAAGUgAAAAAAWQAAAAAD1wAAAAADUgAAAAAAUgAAAAAAUgAAAAAAmQAAAAADmQAAAAACWgAAAAAGWgAAAAAEWgAAAAAGWgAAAAAHWgAAAAACWgAAAAAG1wAAAAADWQAAAAAEUgAAAAAAWQAAAAAD1wAAAAAFUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAFSAAAAAAEWQAAAAACWQAAAAAGWQAAAAADWQAAAAAEWQAAAAAGWQAAAAAGWQAAAAAGWQAAAAAHUgAAAAAAWQAAAAAGWQAAAAAGWQAAAAAFWQAAAAAEWQAAAAAHSAAAAAACSAAAAAAHWQAAAAAHWQAAAAAFWQAAAAAGWQAAAAAGWQAAAAAGWQAAAAAGWQAAAAACWQAAAAAFUgAAAAAAWQAAAAAHWQAAAAAHWQAAAAAGWQAAAAACWQAAAAAGSAAAAAAISAAAAAAH1wAAAAAE1gAAAAAC1gAAAAAE1gAAAAAB1gAAAAAF1gAAAAAF1wAAAAAFWQAAAAAHUgAAAAAAWQAAAAAH1wAAAAAFUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAHSAAAAAAG1wAAAAACXAAAAAAHXAAAAAAHXAAAAAAEXAAAAAAGXAAAAAAG1wAAAAAFWQAAAAAGUgAAAAAAWQAAAAAG1wAAAAACUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAHSAAAAAAH1wAAAAACXAAAAAAGXAAAAAAEXAAAAAAGXAAAAAADXAAAAAAD1wAAAAAFWQAAAAAGUgAAAAAAWQAAAAAG1wAAAAAFUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAHSAAAAAAE1wAAAAAEXAAAAAAFXAAAAAAEXAAAAAADXAAAAAAHXAAAAAAG1wAAAAAEWQAAAAADUgAAAAAAWQAAAAAF1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAE1gAAAAAC1gAAAAAFmQAAAAACWQAAAAAHWQAAAAAFWQAAAAADWQAAAAAFWQAAAAAGWQAAAAACWQAAAAAEUgAAAAAAWQAAAAACWQAAAAACWQAAAAAHWQAAAAAEWQAAAAAG + tiles: wAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAwAAAAAADwAAAAAAC1wAAAAAC1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAC1wAAAAAF1wAAAAAFWQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAEWgAAAAADWgAAAAAFWgAAAAADWgAAAAACWgAAAAAHWgAAAAADWgAAAAAD1wAAAAAFWQAAAAAGWQAAAAAEWQAAAAAA1wAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAWgAAAAAFWgAAAAAHWgAAAAAGWgAAAAACWgAAAAAHWgAAAAAGWgAAAAAFWgAAAAAF1wAAAAAFWQAAAAABWQAAAAABWQAAAAAF1wAAAAADUgAAAAAAUgAAAAAAUgAAAAAAWgAAAAAFmQAAAAABmQAAAAADWgAAAAAGWgAAAAAHWgAAAAACmQAAAAAAVwAAAAAA1wAAAAADWQAAAAAGWQAAAAAAWQAAAAAD1wAAAAADUgAAAAAAUgAAAAAAUgAAAAAAmQAAAAADmQAAAAACWgAAAAAGWgAAAAAEWgAAAAAGWgAAAAAHWgAAAAACWgAAAAAG1wAAAAADWQAAAAAEUgAAAAAAWQAAAAAD1wAAAAAFUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAFSAAAAAAEWQAAAAACWQAAAAAGWQAAAAADWQAAAAAEWQAAAAAGWQAAAAAGVwAAAAAAWQAAAAAHUgAAAAAAWQAAAAAGWQAAAAAGWQAAAAAFWQAAAAAEWQAAAAAHSAAAAAACSAAAAAAHWQAAAAAHWQAAAAAFWQAAAAAGWQAAAAAGWQAAAAAGWQAAAAAGVwAAAAAAWQAAAAAFUgAAAAAAWQAAAAAHWQAAAAAHWQAAAAAGWQAAAAACWQAAAAAGSAAAAAAISAAAAAAH1wAAAAAE1gAAAAAC1gAAAAAE1gAAAAAB1gAAAAAF1gAAAAAF1wAAAAAFWQAAAAAHUgAAAAAAWQAAAAAH1wAAAAAFUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAHSAAAAAAG1wAAAAACXAAAAAAHXAAAAAAHXAAAAAAEXAAAAAAGXAAAAAAG1wAAAAAFWQAAAAAGUgAAAAAAWQAAAAAG1wAAAAACUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAHSAAAAAAH1wAAAAACXAAAAAAGXAAAAAAEXAAAAAAGXAAAAAADXAAAAAAD1wAAAAAFWQAAAAAGUgAAAAAAWQAAAAAG1wAAAAAFUgAAAAAAUgAAAAAAUgAAAAAASAAAAAAHSAAAAAAE1wAAAAAEXAAAAAAFXAAAAAAEXAAAAAADXAAAAAAHXAAAAAAG1wAAAAAEWQAAAAADUgAAAAAAWQAAAAAF1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAE1gAAAAAC1gAAAAAFmQAAAAACWQAAAAAHWQAAAAAFWQAAAAADWQAAAAAFWQAAAAAGVwAAAAAAWQAAAAAEUgAAAAAAWQAAAAACWQAAAAACWQAAAAAHWQAAAAAEWQAAAAAG version: 6 -15,7: ind: -15,7 @@ -1342,7 +1345,7 @@ entities: version: 6 -11,2: ind: -11,2 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAWQAAAAAE1wAAAAAF1wAAAAAC1gAAAAAF1gAAAAAFwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAWQAAAAADWQAAAAAHWQAAAAAFWQAAAAAH1wAAAAAD1wAAAAAF1gAAAAAC1gAAAAAEwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAAC1wAAAAAD1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAFWwAAAAACGwAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADUgAAAAAA1wAAAAADaAAAAAAHaAAAAAAHaAAAAAAHWwAAAAADGwAAAAAFGwAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACWQAAAAACWQAAAAAGaAAAAAADaAAAAAAGaAAAAAADWwAAAAAHGwAAAAAAGwAAAAAEwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACWQAAAAAE1wAAAAAFaAAAAAAGUgAAAAAAaAAAAAAHWwAAAAAFGwAAAAAFGwAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAWQAAAAAG1wAAAAAFaAAAAAAGWwAAAAAGaAAAAAACWwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACWQAAAAAFWwAAAAAHWwAAAAAGWwAAAAAFWwAAAAAHWwAAAAAFGwAAAAABGwAAAAACGwAAAAABwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADWwAAAAAEWwAAAAAHWwAAAAAGWwAAAAAF1wAAAAAF1wAAAAABGwAAAAACGwAAAAAEGwAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABWwAAAAABWwAAAAADWwAAAAAGWwAAAAAF1wAAAAAD1wAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADWwAAAAAEWwAAAAAEWwAAAAABWwAAAAAD1wAAAAAF1wAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAADWwAAAAAFWwAAAAAGWwAAAAAFWwAAAAAH1wAAAAAF1wAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEWwAAAAAHGwAAAAAEGwAAAAADGwAAAAADGwAAAAAG1wAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGWwAAAAAHGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAA1wAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAD1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAC1gAAAAAD1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAWwAAAAAEWwAAAAAEWwAAAAAHWwAAAAAG1wAAAAAC1wAAAAAE1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAG + tiles: UgAAAAAAUgAAAAAAUgAAAAAAWQAAAAAE1wAAAAAFUwAAAAAA1gAAAAAF1gAAAAAFwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAWQAAAAADWQAAAAAHWQAAAAAFWQAAAAAH1wAAAAADUwAAAAAAUwAAAAAA1gAAAAAEwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAAC1wAAAAAD1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAFWwAAAAACUwAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADUgAAAAAA1wAAAAADaAAAAAAHaAAAAAAHaAAAAAAHWwAAAAADUwAAAAAAGwAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACWQAAAAACVwAAAAAAaAAAAAADaAAAAAAGaAAAAAADWwAAAAAHUwAAAAAAGwAAAAAEwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACWQAAAAAE1wAAAAAFaAAAAAAGUgAAAAAAaAAAAAAHWwAAAAAFUwAAAAAAGwAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAVwAAAAAA1wAAAAAFaAAAAAAGWwAAAAAGaAAAAAACWwAAAAAGUwAAAAAAGwAAAAADGwAAAAAFAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACWQAAAAAFWwAAAAAHWwAAAAAGWwAAAAAFWwAAAAAHWwAAAAAFUwAAAAAAGwAAAAACGwAAAAABwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADWwAAAAAEWwAAAAAHWwAAAAAGWwAAAAAF1wAAAAAFUwAAAAAAUwAAAAAAGwAAAAAEGwAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABWwAAAAABWwAAAAADWwAAAAAGWwAAAAAF1wAAAAADUwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADWwAAAAAEWwAAAAAEWwAAAAABWwAAAAAD1wAAAAAFUwAAAAAAGwAAAAAEGwAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWwAAAAAFWwAAAAAGWwAAAAAFWwAAAAAH1wAAAAAFUwAAAAAAGwAAAAABGwAAAAAEUwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAWwAAAAAHGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGUwAAAAAAGwAAAAAFGwAAAAAGUwAAAAAACAAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGWwAAAAAHGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAUwAAAAAAGwAAAAAGGwAAAAAEUwAAAAAACAAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAD1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAC1gAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAACAAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAWwAAAAAEWwAAAAAEWwAAAAAHWwAAAAAGCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAG version: 6 -13,-4: ind: -13,-4 @@ -1354,7 +1357,7 @@ entities: version: 6 -14,3: ind: -14,3 - tiles: AAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -13,3: ind: -13,3 @@ -1362,7 +1365,7 @@ entities: version: 6 -12,3: ind: -12,3 - tiles: YgAAAAACmQAAAAACWQAAAAAEWQAAAAAHmQAAAAADYgAAAAACYgAAAAAC1wAAAAAFcQAAAAAHcQAAAAAHcQAAAAAEcQAAAAAFcQAAAAAFWwAAAAADWQAAAAAGWQAAAAADYgAAAAABYgAAAAABWQAAAAAGWQAAAAAHmQAAAAABmQAAAAADmQAAAAAC1wAAAAACcQAAAAAGcQAAAAAHcQAAAAAEcQAAAAAEcQAAAAAEWwAAAAAEWQAAAAAFWQAAAAAHYgAAAAACmQAAAAACWQAAAAAHWQAAAAAGYgAAAAABYgAAAAABYgAAAAAC1wAAAAABcQAAAAADcQAAAAAFcQAAAAAGcQAAAAAE1wAAAAAEWwAAAAAFWwAAAAAFWwAAAAADmQAAAAACmQAAAAABWQAAAAAEWQAAAAAGmQAAAAAAYgAAAAACYgAAAAAC1wAAAAAD1wAAAAAEcQAAAAAFcQAAAAAFcQAAAAAFcQAAAAAGWwAAAAAHWwAAAAADWwAAAAAGYgAAAAACYgAAAAABWQAAAAAFWQAAAAAEmQAAAAAAmQAAAAADmQAAAAAB1wAAAAAC1wAAAAAF1wAAAAAEcQAAAAAH1wAAAAAE1wAAAAAFWwAAAAAGWwAAAAAHWwAAAAADYgAAAAACmQAAAAABmQAAAAABSAAAAAAHmQAAAAABmQAAAAACmQAAAAAD1wAAAAAE1wAAAAAEcQAAAAAGcQAAAAAFcQAAAAAE1wAAAAAEbQAAAAACbQAAAAADbQAAAAADYgAAAAACmQAAAAACSAAAAAAESAAAAAAISAAAAAAGSAAAAAAGSAAAAAAHSAAAAAAE1wAAAAAFcQAAAAAHcQAAAAAGcQAAAAAG1wAAAAADbQAAAAABbgAAAAAAbQAAAAACmQAAAAACmQAAAAACSAAAAAAGSAAAAAAESAAAAAACSAAAAAAISAAAAAAESAAAAAAI1wAAAAADcQAAAAACcQAAAAAFcQAAAAAC1wAAAAACbQAAAAACbQAAAAADbQAAAAADmQAAAAADmQAAAAABSAAAAAAGSAAAAAAHSAAAAAAHSAAAAAAHSAAAAAAHSAAAAAAI1wAAAAABcQAAAAAFcQAAAAAFcQAAAAAG1wAAAAADbQAAAAABbQAAAAABbQAAAAACmQAAAAAAmQAAAAADSAAAAAADSAAAAAAGSAAAAAAISAAAAAAGSAAAAAAISAAAAAAD1wAAAAACcQAAAAAEcQAAAAACcQAAAAAH1wAAAAABbQAAAAACbgAAAAAAbQAAAAABmQAAAAAAmQAAAAABSAAAAAAISAAAAAAGSAAAAAAGSAAAAAAISAAAAAAFSAAAAAAF1wAAAAADcQAAAAAEcQAAAAACcQAAAAAH1wAAAAACbQAAAAADbQAAAAACbQAAAAACmQAAAAACmQAAAAACSAAAAAAHSAAAAAAISAAAAAAHSAAAAAAImQAAAAAAmQAAAAAA1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAD1wAAAAAF1wAAAAACWwAAAAAH1wAAAAAFmQAAAAABmQAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAADmQAAAAAAdAAAAAABdAAAAAABdAAAAAACdAAAAAADdAAAAAACdAAAAAABmQAAAAACWwAAAAAFWwAAAAAGmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAABmQAAAAADmQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAACdAAAAAACmQAAAAABWwAAAAAFWwAAAAAD1gAAAAAF1gAAAAAF1gAAAAAFGwAAAAACGwAAAAADmQAAAAADmQAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAACdAAAAAACdAAAAAADWwAAAAAEWwAAAAACWwAAAAAH1gAAAAAE1gAAAAAD1gAAAAADGwAAAAADGwAAAAAAmQAAAAABmQAAAAACdAAAAAADdAAAAAADdAAAAAADdAAAAAADdAAAAAACdAAAAAABmQAAAAACWwAAAAAGWwAAAAAH + tiles: YgAAAAACmQAAAAACWQAAAAAEWQAAAAAHmQAAAAADYgAAAAACYgAAAAAC1wAAAAAFcQAAAAAHcQAAAAAHcQAAAAAEcQAAAAAFcQAAAAAFWwAAAAADWQAAAAAGWQAAAAADYgAAAAABVwAAAAAAWQAAAAAGWQAAAAAHmQAAAAABmQAAAAADmQAAAAAC1wAAAAACcQAAAAAGcQAAAAAHcQAAAAAEcQAAAAAEcQAAAAAEWwAAAAAEWQAAAAAFWQAAAAAHYgAAAAACmQAAAAACWQAAAAAHWQAAAAAGVwAAAAAAYgAAAAABYgAAAAAC1wAAAAABcQAAAAADcQAAAAAFcQAAAAAGcQAAAAAE1wAAAAAEWwAAAAAFWwAAAAAFWwAAAAADmQAAAAACmQAAAAABWQAAAAAEWQAAAAAGmQAAAAAAYgAAAAACYgAAAAAC1wAAAAAD1wAAAAAEcQAAAAAFcQAAAAAFcQAAAAAFVwAAAAAAWwAAAAAHWwAAAAADWwAAAAAGYgAAAAACVwAAAAAAWQAAAAAFWQAAAAAEmQAAAAAAmQAAAAADmQAAAAAB1wAAAAAC1wAAAAAF1wAAAAAEVwAAAAAA1wAAAAAE1wAAAAAFWwAAAAAGWwAAAAAHWwAAAAADYgAAAAACmQAAAAABmQAAAAABVwAAAAAAmQAAAAABmQAAAAACmQAAAAAD1wAAAAAE1wAAAAAEcQAAAAAGcQAAAAAFcQAAAAAE1wAAAAAEXAAAAAAAXAAAAAAAXAAAAAAAYgAAAAACmQAAAAACSAAAAAAESAAAAAAISAAAAAAGSAAAAAAGSAAAAAAHSAAAAAAE1wAAAAAFcQAAAAAHcQAAAAAGcQAAAAAG1wAAAAADXAAAAAAAXAAAAAAAXAAAAAAAmQAAAAACmQAAAAACSAAAAAAGSAAAAAAESAAAAAACSAAAAAAISAAAAAAESAAAAAAI1wAAAAADcQAAAAACcQAAAAAFcQAAAAAC1wAAAAACXAAAAAAAXAAAAAAAXAAAAAAAmQAAAAADmQAAAAABSAAAAAAGSAAAAAAHSAAAAAAHSAAAAAAHSAAAAAAHSAAAAAAI1wAAAAABcQAAAAAFcQAAAAAFcQAAAAAG1wAAAAADXAAAAAAAXAAAAAAAXAAAAAAAmQAAAAAAmQAAAAADSAAAAAADSAAAAAAGSAAAAAAISAAAAAAGSAAAAAAISAAAAAAD1wAAAAACcQAAAAAEcQAAAAACcQAAAAAH1wAAAAABXAAAAAAAXAAAAAAAXAAAAAAAmQAAAAAAmQAAAAABSAAAAAAISAAAAAAGSAAAAAAGSAAAAAAISAAAAAAFSAAAAAAF1wAAAAADcQAAAAAEcQAAAAACcQAAAAAH1wAAAAACXAAAAAAAXAAAAAAAXAAAAAAAmQAAAAACmQAAAAACSAAAAAAHSAAAAAAISAAAAAAHSAAAAAAImQAAAAAAmQAAAAAA1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAD1wAAAAAF1wAAAAACVwAAAAAA1wAAAAAFmQAAAAABmQAAAAAAmQAAAAACmQAAAAABmQAAAAABmQAAAAADmQAAAAAAdAAAAAABdAAAAAABdAAAAAACdAAAAAADdAAAAAACdAAAAAABmQAAAAACWwAAAAAFWwAAAAAGmQAAAAAAmQAAAAAAmQAAAAABmQAAAAACmQAAAAABmQAAAAADmQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAACdAAAAAACmQAAAAABWwAAAAAFWwAAAAAD1gAAAAAF1gAAAAAF1gAAAAAFGwAAAAACGwAAAAADmQAAAAADmQAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAACdAAAAAACdAAAAAADVwAAAAAAWwAAAAACWwAAAAAH1gAAAAAE1gAAAAAD1gAAAAADGwAAAAADGwAAAAAAmQAAAAABmQAAAAACdAAAAAADdAAAAAADdAAAAAADdAAAAAADdAAAAAACdAAAAAABmQAAAAACWwAAAAAGWwAAAAAH version: 6 -15,9: ind: -15,9 @@ -1374,7 +1377,7 @@ entities: version: 6 -14,4: ind: -14,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA version: 6 -13,4: ind: -13,4 @@ -1386,7 +1389,7 @@ entities: version: 6 -11,4: ind: -11,4 - tiles: mQAAAAADWwAAAAADWwAAAAAHWwAAAAAHWwAAAAAHWwAAAAAHWwAAAAAHWwAAAAAGWwAAAAAHWwAAAAAFWQAAAAAEWQAAAAAGWwAAAAADWwAAAAACWgAAAAACWgAAAAAHmQAAAAADWwAAAAAHWwAAAAAEWwAAAAABWwAAAAADWwAAAAACWwAAAAAFWwAAAAAFWwAAAAAEWwAAAAAHWQAAAAAEWQAAAAAGWQAAAAAEWQAAAAAHWgAAAAAEWgAAAAAEmQAAAAAAWwAAAAAFWwAAAAADWwAAAAAEWwAAAAAFWwAAAAAFWwAAAAAHWwAAAAAG1wAAAAAD1wAAAAAFWQAAAAADWQAAAAAEWQAAAAAHWQAAAAAGWgAAAAAEWgAAAAAGmQAAAAAAmQAAAAAAmQAAAAABmQAAAAAAmQAAAAAAGwAAAAAEGwAAAAAGGwAAAAAG1wAAAAACWwAAAAAGWQAAAAAHWQAAAAAGWwAAAAADWwAAAAAHWgAAAAAFWgAAAAAGmQAAAAADmQAAAAAAmQAAAAADmQAAAAADmQAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFWwAAAAAHWQAAAAAHWQAAAAAHWwAAAAAEWwAAAAAFWgAAAAACWgAAAAAG1gAAAAAC1gAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAGWwAAAAADWwAAAAAEWwAAAAAGWwAAAAAGWwAAAAAEWwAAAAAHWwAAAAAH1gAAAAAE1gAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADWwAAAAAEWwAAAAAD1gAAAAAE1gAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABmQAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAWwAAAAAGWwAAAAAG1gAAAAAF1gAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAmQAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABmQAAAAADWwAAAAAH1gAAAAAE1gAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABmQAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAABmQAAAAADWwAAAAAC1gAAAAAD1gAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEmQAAAAABWwAAAAAHWwAAAAAGWwAAAAAEWwAAAAAGWwAAAAAEWwAAAAAHWwAAAAAEmQAAAAADWwAAAAAH1gAAAAAE1gAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAFmQAAAAABWwAAAAABWwAAAAAFWwAAAAAEWwAAAAAHWwAAAAAGWwAAAAACWwAAAAAEmQAAAAAD1wAAAAAF1gAAAAAF1gAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAD1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAACWQAAAAAEWQAAAAAC1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAD1gAAAAADmQAAAAABmQAAAAACmQAAAAACmQAAAAADmQAAAAAD1wAAAAAF1wAAAAAD2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA1wAAAAAF1wAAAAAF1gAAAAACmQAAAAABmQAAAAADmQAAAAABmQAAAAACmQAAAAACmQAAAAAC1wAAAAAF2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA1wAAAAAD1wAAAAAC1gAAAAAEmQAAAAACmQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAA1wAAAAAF2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA1wAAAAAF1wAAAAAD + tiles: mQAAAAADWwAAAAADWwAAAAAHVwAAAAAAWwAAAAAHWwAAAAAHWwAAAAAHWwAAAAAGCAAAAAAAWwAAAAAFWQAAAAAEWQAAAAAGCAAAAAAAWwAAAAACWgAAAAACWgAAAAAHmQAAAAADWwAAAAAHWwAAAAAECAAAAAAAWwAAAAAAWwAAAAACWwAAAAAFWwAAAAAFCAAAAAAAWwAAAAAHWQAAAAAEWQAAAAAGVwAAAAAAWQAAAAAHWgAAAAAEWgAAAAAEmQAAAAAAWwAAAAAFWwAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAWQAAAAADWQAAAAAEVwAAAAAAWQAAAAAGWgAAAAAEWgAAAAAGmQAAAAAAmQAAAAAAmQAAAAABmQAAAAAAmQAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGCAAAAAAACAAAAAAAWQAAAAAHWQAAAAAGCAAAAAAAWwAAAAAHWgAAAAAFWgAAAAAGmQAAAAADmQAAAAAAmQAAAAADmQAAAAADmQAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFCAAAAAAAWQAAAAAHWQAAAAAHCAAAAAAACAAAAAAAWgAAAAACWgAAAAAG1gAAAAAC1gAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAGWwAAAAADWwAAAAAEWwAAAAAGWwAAAAAGCAAAAAAACAAAAAAACAAAAAAA1gAAAAAE1gAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADWwAAAAAECAAAAAAA1gAAAAAE1gAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABmQAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAWwAAAAAGCAAAAAAA1gAAAAAF1gAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAmQAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABmQAAAAADCAAAAAAA1gAAAAAE1gAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABmQAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAABmQAAAAADCAAAAAAA1gAAAAAD1gAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEmQAAAAABWwAAAAAHWwAAAAAGWwAAAAAEWwAAAAAGWwAAAAAEWwAAAAAHWwAAAAAEmQAAAAADCAAAAAAA1gAAAAAE1gAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAFmQAAAAABWwAAAAABWwAAAAAFWwAAAAAEWwAAAAAHWwAAAAAGWwAAAAACWwAAAAAEmQAAAAAD1wAAAAAF1gAAAAAF1gAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAD1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAACWQAAAAAEWQAAAAAC1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAD1gAAAAADmQAAAAABmQAAAAACmQAAAAACmQAAAAADmQAAAAAD1wAAAAAF1wAAAAAD2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA1wAAAAAF1wAAAAAF1gAAAAACmQAAAAABmQAAAAADmQAAAAABmQAAAAACmQAAAAACmQAAAAAC1wAAAAAF2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA1wAAAAAD1wAAAAAC1gAAAAAEmQAAAAACmQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAA1wAAAAAF2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA2gAAAAAA1wAAAAAF1wAAAAAD version: 6 -13,5: ind: -13,5 @@ -1454,7 +1457,7 @@ entities: version: 6 -13,2: ind: -13,2 - tiles: wAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAABQAAAAAH1wAAAAAF1wAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAXAAAAAAFAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACBQAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACUgAAAAAAXAAAAAAFwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAABQAAAAANGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAABUgAAAAAAXAAAAAAEwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABBQAAAAAHGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGUgAAAAAAUgAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAABQAAAAALGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAGUgAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAABQAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAB1wAAAAABAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAJGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAD1wAAAAAFwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAABQAAAAAHmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAADmQAAAAACmQAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADBQAAAAAOGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEmQAAAAAAmQAAAAADmQAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACBQAAAAAHGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEmQAAAAADmQAAAAAAYgAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACBQAAAAAOGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAmQAAAAABmQAAAAAAYgAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADBQAAAAAJ1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAFmQAAAAADmQAAAAAAYgAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACBQAAAAAK1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAEmQAAAAABmQAAAAACmQAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAABQAAAAAE1gAAAAAC1gAAAAAF1gAAAAAD1gAAAAACmQAAAAABmQAAAAABYgAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADBQAAAAAF1gAAAAAC1gAAAAAE1gAAAAAD1gAAAAAFmQAAAAADmQAAAAADYgAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABBQAAAAAC1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAEmQAAAAAAmQAAAAACmQAAAAAA + tiles: wAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAABQAAAAAHUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAXAAAAAAFAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACBQAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACUwAAAAAAXAAAAAAFwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAABQAAAAANGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAABUwAAAAAAXAAAAAAEwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABBQAAAAAHGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGUwAAAAAAUwAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAABQAAAAALGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAGUwAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAABQAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAABUwAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAJGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAADUwAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAABQAAAAAHmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAAAmQAAAAADUwAAAAAAUwAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADBQAAAAAOGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEmQAAAAAAmQAAAAADmQAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACBQAAAAAHGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEmQAAAAADmQAAAAAAYgAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACBQAAAAAOGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAmQAAAAABmQAAAAAAYgAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADBQAAAAAJ1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAFmQAAAAADmQAAAAAAYgAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACBQAAAAAK1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAEmQAAAAABmQAAAAACmQAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAABQAAAAAE1gAAAAAC1gAAAAAF1gAAAAAD1gAAAAACmQAAAAABmQAAAAABYgAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADBQAAAAAF1gAAAAAC1gAAAAAE1gAAAAAD1gAAAAAFmQAAAAADmQAAAAADYgAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABBQAAAAAC1gAAAAAF1gAAAAAF1gAAAAAE1gAAAAAEmQAAAAAAmQAAAAACmQAAAAAA version: 6 -15,10: ind: -15,10 @@ -1554,11 +1557,11 @@ entities: version: 6 8,12: ind: 8,12 - tiles: GwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFBQAAAAAABQAAAAAFBQAAAAAFBQAAAAAJBQAAAAAHBQAAAAAJBQAAAAABBQAAAAACBQAAAAANBQAAAAAABQAAAAAIBQAAAAAIBQAAAAABBQAAAAAMBQAAAAAHBQAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFBQAAAAAABQAAAAAFBQAAAAAFBQAAAAAJBQAAAAAHBQAAAAAJBQAAAAABBQAAAAACBQAAAAANBQAAAAAABQAAAAAIBQAAAAAIBQAAAAABBQAAAAAMBQAAAAAHBQAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-10: ind: 5,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC version: 6 -10,12: ind: -10,12 @@ -1754,7 +1757,7 @@ entities: version: 6 1,12: ind: 1,12 - tiles: GwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFBQAAAAAKBQAAAAAABQAAAAABBQAAAAAMBQAAAAAFBQAAAAABBQAAAAAABQAAAAABBQAAAAADBQAAAAALBQAAAAAMBQAAAAAKBQAAAAAOBQAAAAAKBQAAAAAFBQAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFBQAAAAAKBQAAAAAABQAAAAABBQAAAAAMBQAAAAAFBQAAAAABBQAAAAAABQAAAAABBQAAAAADBQAAAAALBQAAAAAMBQAAAAAKBQAAAAAOBQAAAAAKBQAAAAAFBQAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,14: ind: 3,14 @@ -1798,7 +1801,7 @@ entities: version: 6 5,-8: ind: 5,-8 - tiles: zgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAwAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAAALQAAAAAALQAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAAALQAAAAAALQAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAzgAAAAAAzwAAAAAA6AAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA8QAAAAAA3QAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAAdQAAAAAAdQAAAAAA4gAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAAAdQAAAAAAdQAAAAAA + tiles: zgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAwAAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAAALQAAAAAALQAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAzgAAAAAAzwAAAAAA6AAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA8QAAAAAA3QAAAAAA7AAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA5wAAAAAA4gAAAAAA4gAAAAAAwAAAAAAAwAAAAAAALQAAAAAALQAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAAdQAAAAAAdQAAAAAA4gAAAAAA7AAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAAAdQAAAAAAdAAAAAAA version: 6 6,-4: ind: 6,-4 @@ -1806,7 +1809,7 @@ entities: version: 6 5,-5: ind: 5,-5 - tiles: wAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,7: ind: 6,7 @@ -1814,7 +1817,7 @@ entities: version: 6 6,-10: ind: 6,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,3: ind: 5,3 @@ -1830,31 +1833,31 @@ entities: version: 6 6,-5: ind: 6,-5 - tiles: wAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-6: ind: 5,-6 - tiles: wAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: wAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 6,-6: ind: 6,-6 - tiles: wAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: wAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 5,-7: ind: 5,-7 - tiles: 4gAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAAdQAAAAAAdQAAAAAA4gAAAAAA7AAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAAAdQAAAAAAdQAAAAAAzgAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAAdQAAAAAAdQAAAAAAzgAAAAABzwAAAAABzgAAAAADzgAAAAADHwAAAAABHwAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAYgAAAAAAzwAAAAABzgAAAAADzgAAAAADwAAAAAACHwAAAAAAHwAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADYgAAAAAAzgAAAAADzgAAAAACzgAAAAABwAAAAAADHwAAAAAAHwAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADYgAAAAAAzwAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADYgAAAAAAzgAAAAADzgAAAAACzgAAAAACzgAAAAACzgAAAAABzgAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADYgAAAAAARAAAAAAAwAAAAAADzwAAAAABzgAAAAACzgAAAAADzgAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADYgAAAAAAYQAAAAAEwAAAAAACzgAAAAACzgAAAAADzwAAAAABzgAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADdQAAAAAAYQAAAAAGwAAAAAABzgAAAAACzgAAAAACzgAAAAABzgAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAB + tiles: 4gAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAdQAAAAAAdAAAAAAA4gAAAAAA7AAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAAAdQAAAAAAdAAAAAAAzgAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAdQAAAAAAdAAAAAAAzgAAAAABzwAAAAABzgAAAAADzgAAAAADHwAAAAABHwAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAYgAAAAAAzwAAAAABzgAAAAADzgAAAAADwAAAAAACHwAAAAAAHwAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADYgAAAAAAzgAAAAADzgAAAAACzgAAAAABwAAAAAADHwAAAAAAHwAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADYgAAAAAAzwAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADYgAAAAAAzgAAAAADzgAAAAACzgAAAAACzgAAAAACzgAAAAABzgAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADYgAAAAAARAAAAAAAwAAAAAADzwAAAAABzgAAAAACzgAAAAADzgAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADYgAAAAAAYQAAAAAEwAAAAAACzgAAAAACzgAAAAADzwAAAAABzgAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADdQAAAAAAYQAAAAAGwAAAAAABzgAAAAACzgAAAAACzgAAAAABzgAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAAB version: 6 6,-7: ind: 6,-7 - tiles: dQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAHwAAAAAAHwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAHwAAAAAAHwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAdQAAAAAAHwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAAD + tiles: dAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADdQAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAwAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAHwAAAAAAHwAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAHwAAAAAAHwAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAdQAAAAAAHwAAAAAAdQAAAAAAdQAAAAAAdAAAAAAAdQAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAAD version: 6 6,-8: ind: 6,-8 - tiles: LQAAAAAALQAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAACLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAACwAAAAAABwAAAAAADcQAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAACwAAAAAACwAAAAAACcQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAABwAAAAAABwAAAAAADcQAAAAAAwAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAADwAAAAAADwAAAAAADcQAAAAAAwAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAACwAAAAAADwAAAAAADcQAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAAB + tiles: wAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAAAwAAAAAACLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABAEAAAAABAEAAAAABAEAAAAAcQAAAAAAwAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABAEAAAAABAEAAAAABAEAAAAAcQAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABAEAAAAABAEAAAAABAEAAAAAcQAAAAAAwAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABAEAAAAABAEAAAAABAEAAAAAcQAAAAAAwAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADLQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABAEAAAAABAEAAAAABAEAAAAAcQAAAAAAwAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAdAAAAAAAdQAAAAAAwAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdAAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAwAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABdAAAAAAAdQAAAAAAdQAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdQAAAAAAwAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAAB version: 6 5,-9: ind: 5,-9 - tiles: wAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzwAAAAAAzgAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADzwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAAC + tiles: wAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzwAAAAAAzwAAAAAAzgAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAD4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAC4gAAAAAA4gAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAACzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAD4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADzwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAAD4gAAAAAA4gAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAAC version: 6 -2,10: ind: -2,10 @@ -1902,11 +1905,11 @@ entities: version: 6 12,13: ind: 12,13 - tiles: GwAAAAAA+wAAAAAAGwAAAAAFVAAAAAAAVQAAAAAAVQAAAAAAUwAAAAAAGwAAAAAEUwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAE+wAAAAAAGwAAAAAEVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAADVwAAAAAE+wAAAAAAGwAAAAAAugAAAAAAugAAAAAAugAAAAAAugAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAwAAAAAAC+wAAAAAAwAAAAAADZQAAAAAEZQAAAAAHZQAAAAAGZQAAAAAGwAAAAAACZQAAAAAEZQAAAAAGZQAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAAD+wAAAAAAZQAAAAAEZQAAAAAFZQAAAAAHZQAAAAAFZQAAAAAFZQAAAAACZQAAAAAHZQAAAAAHZQAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAB+wAAAAAAwAAAAAACZQAAAAAHZQAAAAAGZQAAAAAEZQAAAAAFwAAAAAACZQAAAAAGZQAAAAAEZQAAAAAHwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAB+wAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACZQAAAAAHZQAAAAAHZQAAAAAGwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAC+wAAAAAAwAAAAAACXgAAAAAHXgAAAAADXgAAAAADXgAAAAAHwAAAAAADZQAAAAAFZQAAAAAEZQAAAAAGwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAAC+wAAAAAAwAAAAAADXgAAAAACXgAAAAAEXgAAAAAGXgAAAAAHwAAAAAADZQAAAAAFZQAAAAACZQAAAAAFwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAC+wAAAAAAXgAAAAAHXgAAAAAEXgAAAAAEXgAAAAAEXgAAAAAFwAAAAAADZQAAAAAFZQAAAAAEZQAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD+wAAAAAAwAAAAAACXgAAAAAHXgAAAAAGXgAAAAAGXgAAAAAHwAAAAAADwAAAAAADfAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAWQAAAAAF+wAAAAAAwAAAAAADXgAAAAACXgAAAAADXgAAAAAHXgAAAAAFwAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADSwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAwAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAwAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAA + tiles: wAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAA version: 6 14,10: ind: 14,10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 @@ -1930,7 +1933,7 @@ entities: version: 6 12,12: ind: 12,12 - tiles: GwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGBgAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEBQAAAAAJBQAAAAACBQAAAAABBQAAAAALBQAAAAADBQAAAAALBQAAAAALBgAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEHAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAGwAAAAAFuQAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEHAAAAAAC+wAAAAAAGwAAAAAFGwAAAAACGwAAAAAAvgAAAAAAGwAAAAAFGwAAAAABVAAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAC+wAAAAAAGwAAAAACVAAAAAAAVAAAAAAAUwAAAAAAVAAAAAAAvgAAAAAAUwAAAAAAVAAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAG+wAAAAAAGwAAAAAD+wAAAAAAVAAAAAAAUwAAAAAAVAAAAAAAGwAAAAADVAAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAC+wAAAAAAGwAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAGwAAAAABUwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAF+wAAAAAAGwAAAAAFVAAAAAAAUwAAAAAAUwAAAAAAVAAAAAAAUwAAAAAAVAAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAD + tiles: GwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGBgAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEBQAAAAAJBQAAAAACBQAAAAABBQAAAAALBQAAAAADBQAAAAALBQAAAAALBgAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAABwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAA version: 6 12,9: ind: 12,9 @@ -1998,11 +2001,11 @@ entities: version: 6 13,12: ind: 13,12 - tiles: GwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAACBAEAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAEWQAAAAAHWQAAAAAHWQAAAAAHGwAAAAAFGwAAAAAGGwAAAAAFwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAABWQAAAAACWQAAAAAHWQAAAAABGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAACBAEAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA version: 6 13,13: ind: 13,13 - tiles: GwAAAAADGwAAAAAAGwAAAAAEGwAAAAADWQAAAAAHWQAAAAAGWQAAAAACWQAAAAAGGwAAAAAAGwAAAAAEGwAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACWQAAAAAFWQAAAAAGWQAAAAAFGwAAAAAEGwAAAAAFGwAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 13,14: ind: 13,14 @@ -2034,7 +2037,7 @@ entities: version: 6 14,-8: ind: 14,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 11,3: ind: 11,3 @@ -2050,7 +2053,7 @@ entities: version: 6 14,-9: ind: 14,-9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 13,-5: ind: 13,-5 @@ -2058,7 +2061,7 @@ entities: version: 6 11,-12: ind: 11,-12 - tiles: kAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAGwAAAAABGwAAAAAFGwAAAAAFkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACGwAAAAAGGwAAAAAGkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAABGwAAAAACGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAADGwAAAAAFGwAAAAACkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACAAAAAAAAGwAAAAACkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACAAAAAAAAGwAAAAAEkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACwAAAAAADGwAAAAADkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAABwAAAAAABwAAAAAADkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACwAAAAAADGwAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABGwAAAAADSAAAAAAFSAAAAAAHSAAAAAAESAAAAAADSAAAAAAHSAAAAAAHwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADSAAAAAAISAAAAAAIwAAAAAACAAAAAAAAGwAAAAAFSAAAAAAISAAAAAABSAAAAAAGVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFwAAAAAABAAAAAAAAGwAAAAACSAAAAAADSAAAAAAESAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAIwAAAAAADwAAAAAACGwAAAAAGSAAAAAAFSAAAAAAHSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAHwAAAAAACGwAAAAABGwAAAAACSAAAAAAGSAAAAAAFSAAAAAAGVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAAFwAAAAAACGwAAAAABGwAAAAABSAAAAAAHSAAAAAAESAAAAAAEVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAABSAAAAAAIGwAAAAAFGwAAAAAGGwAAAAAD + tiles: kAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAGwAAAAABGwAAAAAFGwAAAAAFkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACGwAAAAAGGwAAAAAGkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAABGwAAAAACGwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAADGwAAAAAFGwAAAAACkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACwAAAAAACGwAAAAACkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACwAAAAAADGwAAAAAEkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACwAAAAAADGwAAAAADkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAABwAAAAAABwAAAAAADkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAjwAAAAAAjwAAAAAAjwAAAAAAkAAAAAAAkAAAAAAAkAAAAAAAwAAAAAACwAAAAAADGwAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABGwAAAAADSAAAAAAFSAAAAAAHSAAAAAAESAAAAAADSAAAAAAHSAAAAAAHwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADSAAAAAAISAAAAAAIwAAAAAACwAAAAAADGwAAAAAFSAAAAAAISAAAAAABSAAAAAAGVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFwAAAAAABwAAAAAADGwAAAAACSAAAAAADSAAAAAAESAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAIwAAAAAADwAAAAAACGwAAAAAGSAAAAAAFSAAAAAAHSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAHwAAAAAACGwAAAAABGwAAAAACSAAAAAAGSAAAAAAFSAAAAAAGVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAAFwAAAAAACGwAAAAABGwAAAAABSAAAAAAHSAAAAAAESAAAAAAEVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAABSAAAAAAIGwAAAAAFGwAAAAAGGwAAAAAD version: 6 12,8: ind: 12,8 @@ -2122,7 +2125,7 @@ entities: version: 6 12,-7: ind: 12,-7 - tiles: HAAAAAACHAAAAAAHHAAAAAAFHAAAAAACGwAAAAAAGwAAAAACGwAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAFHAAAAAAAHAAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAABHAAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAACHAAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADHAAAAAABHAAAAAAEHAAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAACBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAAGHAAAAAAGHAAAAAAFGwAAAAAFGwAAAAAEGwAAAAACBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAEHAAAAAAEHAAAAAACHAAAAAAFGwAAAAADGwAAAAAFGwAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAHHAAAAAACHAAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAAHGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFBgAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HAAAAAACHAAAAAAHHAAAAAAFHAAAAAACGwAAAAAAGwAAAAACGwAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAFHAAAAAAAHAAAAAAEHAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAAAGwAAAAAFGwAAAAADGwAAAAAGBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAACHAAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADHAAAAAABHAAAAAAEHAAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAACBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAAGHAAAAAAGHAAAAAAFGwAAAAAFGwAAAAAEGwAAAAACBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAEHAAAAAAEHAAAAAACHAAAAAAFGwAAAAADGwAAAAAFGwAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAHHAAAAAACHAAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAADBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAAHGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFBgAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 12,-8: ind: 12,-8 @@ -2182,7 +2185,7 @@ entities: version: 6 14,-12: ind: 14,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 14,1: ind: 14,1 @@ -2290,7 +2293,7 @@ entities: version: 6 -10,-6: ind: -10,-6 - tiles: wAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: wAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 -2,9: ind: -2,9 @@ -2306,7 +2309,7 @@ entities: version: 6 4,11: ind: 4,11 - tiles: wAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAEwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAEwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABwAAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAACAAAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAC + tiles: wAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAEwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAEwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABwAAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAACAAAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEAAAAAAAAwAAAAAABAAAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAC version: 6 2,7: ind: 2,7 @@ -2318,7 +2321,7 @@ entities: version: 6 -9,-6: ind: -9,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 -3,6: ind: -3,6 @@ -2422,7 +2425,7 @@ entities: version: 6 -10,-3: ind: -10,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-4: ind: 3,-4 @@ -2462,7 +2465,7 @@ entities: version: 6 -12,-6: ind: -12,-6 - tiles: wAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAAClwAAAAABLQAAAAABLQAAAAACLQAAAAABLQAAAAAALQAAAAADlwAAAAAClwAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADlwAAAAABLQAAAAAALQAAAAAALQAAAAADLQAAAAABLQAAAAADlwAAAAAAlwAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAClwAAAAACLQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAAAlwAAAAADlwAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADlwAAAAADlwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAAD7AAAAAAAmAAAAAABmAAAAAACmAAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAA7AAAAAAAmAAAAAACmAAAAAAAmAAAAAAA7AAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAAmAAAAAADmAAAAAAAmAAAAAAB7AAAAAAAwAAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmAAAAAAAmAAAAAADmAAAAAAD7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: wAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAAClwAAAAABLQAAAAABLQAAAAACLQAAAAABLQAAAAAALQAAAAADlwAAAAAClwAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADlwAAAAABLQAAAAAALQAAAAAALQAAAAADLQAAAAABLQAAAAADlwAAAAAAlwAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAClwAAAAACLQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAAAlwAAAAADlwAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADlwAAAAADlwAAAAABlwAAAAAClwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAAD7AAAAAAAmAAAAAABmAAAAAACmAAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAAC7AAAAAAAmAAAAAACmAAAAAAAmAAAAAAA7AAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAD7AAAAAAAmAAAAAADmAAAAAAAmAAAAAAB7AAAAAAAwAAAAAAC7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAmAAAAAAAmAAAAAADmAAAAAAD7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 -5,5: ind: -5,5 @@ -2554,11 +2557,11 @@ entities: version: 6 -9,3: ind: -9,3 - tiles: GwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAG1wAAAAAD1wAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAG1wAAAAAB1wAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAE1wAAAAAF1wAAAAAEGwAAAAAB1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAC1wAAAAAF1wAAAAAD1wAAAAAEGwAAAAAGGwAAAAAG1wAAAAAF1wAAAAAEGwAAAAAG1wAAAAAF1wAAAAAD1wAAAAAD1wAAAAAC1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAE1wAAAAAEGwAAAAAGGwAAAAAG1wAAAAAE1wAAAAADGwAAAAAA1wAAAAAF1wAAAAAEbAAAAAAHbAAAAAAFbAAAAAAHbAAAAAAHbAAAAAAGbAAAAAAH1wAAAAAF1wAAAAAF1wAAAAAFGwAAAAAEGwAAAAAE1wAAAAAF1wAAAAAC1wAAAAAF1wAAAAAC1wAAAAADbAAAAAAHbAAAAAAHbAAAAAAHbAAAAAADbAAAAAAHbAAAAAAF1wAAAAAE1wAAAAAE1wAAAAACGwAAAAAGGwAAAAAG1wAAAAAB1wAAAAAB1wAAAAAF1wAAAAAC1wAAAAAFbAAAAAAHbAAAAAAHbAAAAAADbAAAAAAHbAAAAAAEbAAAAAAEbAAAAAAH1wAAAAAE1wAAAAAEGwAAAAABGwAAAAAB1wAAAAAEbAAAAAADbAAAAAAEbAAAAAAEbAAAAAAHbAAAAAAGbAAAAAAGbAAAAAAHbAAAAAAFbAAAAAAHbAAAAAADbAAAAAAFbAAAAAAH1wAAAAAEGwAAAAAFGwAAAAAFWQAAAAAHWQAAAAAHWQAAAAACWQAAAAAGWQAAAAADbAAAAAADbAAAAAAGbAAAAAABbAAAAAAEbAAAAAACbAAAAAAFbAAAAAADbAAAAAAD1wAAAAAEGwAAAAADGwAAAAAG1wAAAAADbAAAAAADbAAAAAAFbAAAAAAHmQAAAAABbAAAAAAFbAAAAAAFbAAAAAAEbAAAAAAFbAAAAAAHbAAAAAAGbAAAAAAFbAAAAAAE1wAAAAAEGwAAAAABGwAAAAAA1wAAAAAE1wAAAAAD1wAAAAAD1wAAAAADmQAAAAAAWwAAAAABWwAAAAAGbAAAAAACWwAAAAAGWwAAAAACbAAAAAAFbAAAAAAH1wAAAAAD1wAAAAAFGwAAAAAEGwAAAAAE1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAFVgAAAAAGVgAAAAAHVgAAAAAFVgAAAAAFVgAAAAACbAAAAAAH1wAAAAAB1wAAAAAF1wAAAAAFGwAAAAADGwAAAAAG1wAAAAAF1wAAAAADGwAAAAAB1wAAAAAF1wAAAAAEbAAAAAAHVgAAAAABVgAAAAADVgAAAAAFbAAAAAAGbAAAAAAH1wAAAAAD1wAAAAAE1wAAAAADGwAAAAAFGwAAAAAD1wAAAAAC1wAAAAAFGwAAAAAA1wAAAAAF1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAC1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAADGwAAAAAGGwAAAAAC + tiles: GwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGUwAAAAAAUwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGCAAAAAAAUwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAECAAAAAAAUwAAAAAAGwAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA1wAAAAAEGwAAAAAGGwAAAAAGCAAAAAAAUwAAAAAAGwAAAAAGUwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAUwAAAAAA1wAAAAAEGwAAAAAGGwAAAAAGCAAAAAAAUwAAAAAAGwAAAAAAUwAAAAAACAAAAAAAbAAAAAAHbAAAAAAFbAAAAAAHbAAAAAAHbAAAAAAGbAAAAAAHCAAAAAAAUwAAAAAA1wAAAAAFGwAAAAAEGwAAAAAECAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAACAAAAAAAbAAAAAAHbAAAAAAHbAAAAAAHbAAAAAADbAAAAAAHbAAAAAAFCAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAGwAAAAAGCAAAAAAA1wAAAAAB1wAAAAAF1wAAAAACCAAAAAAAbAAAAAAHbAAAAAAHbAAAAAADbAAAAAAHbAAAAAAEbAAAAAAECAAAAAAACAAAAAAACAAAAAAAUwAAAAAAGwAAAAABCAAAAAAAbAAAAAADbAAAAAAEbAAAAAAECAAAAAAAbAAAAAAGbAAAAAAGbAAAAAAHbAAAAAAFbAAAAAAHbAAAAAADbAAAAAAFbAAAAAAHCAAAAAAAUwAAAAAAGwAAAAAFVwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAVwAAAAAAbAAAAAADbAAAAAAGbAAAAAABbAAAAAAEbAAAAAACbAAAAAAFbAAAAAADbAAAAAADCAAAAAAAUwAAAAAAGwAAAAAGCAAAAAAAbAAAAAADbAAAAAAFbAAAAAAHCAAAAAAAbAAAAAAFbAAAAAAFbAAAAAAEbAAAAAAFbAAAAAAHbAAAAAAGbAAAAAAFbAAAAAAECAAAAAAAUwAAAAAAGwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAUwAAAAAAGwAAAAAECAAAAAAA1wAAAAAE1wAAAAAE1wAAAAAECAAAAAAAVgAAAAAGVgAAAAAHVgAAAAAFVgAAAAAFVgAAAAACbAAAAAAHUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAGwAAAAAGCAAAAAAA1wAAAAADGwAAAAAB1wAAAAAFCAAAAAAACAAAAAAAVgAAAAABVgAAAAADVgAAAAAFCAAAAAAACAAAAAAAUwAAAAAA1wAAAAAE1wAAAAADGwAAAAAFGwAAAAADCAAAAAAA1wAAAAAFGwAAAAAA1wAAAAAFCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAUwAAAAAA1wAAAAAD1wAAAAADGwAAAAAGGwAAAAAC version: 6 -9,4: ind: -9,4 - tiles: 1wAAAAAD1wAAAAACGwAAAAAC1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAB1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAE1wAAAAAFGwAAAAAEGwAAAAAC1wAAAAAF1wAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAG1wAAAAAF1wAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CAAAAAAA1wAAAAACGwAAAAAC1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAB1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAB1wAAAAAE1wAAAAAFGwAAAAAEGwAAAAACCAAAAAAA1wAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAG1wAAAAAF1wAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -15,-8: ind: -15,-8 @@ -2570,7 +2573,7 @@ entities: version: 6 -10,-1: ind: -10,-1 - tiles: mQAAAAAAmQAAAAACmQAAAAADmQAAAAADmQAAAAABmQAAAAADmQAAAAABmQAAAAABmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+wAAAAAA4gAAAAAA4gAAAAAA+wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+wAAAAAA+wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAABwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAAC + tiles: mQAAAAAAmQAAAAACmQAAAAADmQAAAAADmQAAAAABmQAAAAADmQAAAAABmQAAAAABmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8AAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAAwAAAAAABwAAAAAAC5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAAC version: 6 -10,0: ind: -10,0 @@ -2582,11 +2585,11 @@ entities: version: 6 -10,2: ind: -10,2 - tiles: wAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAGwAAAAAAGwAAAAAFwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABwAAAAAADwAAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAG + tiles: wAAAAAABAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAUwAAAAAAUwAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABCAAAAAAAUwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADCAAAAAAAUwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABwAAAAAADwAAAAAABGwAAAAACGwAAAAACGwAAAAAACAAAAAAAUwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABCAAAAAAAUwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADCAAAAAAAUwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAG version: 6 -10,3: ind: -10,3 - tiles: GwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAC1wAAAAAF1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAC1wAAAAAB1wAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAD1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAD1wAAAAAF1wAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAA1wAAAAAF1wAAAAAE1wAAAAAC1wAAAAAF1wAAAAAD1wAAAAAD1wAAAAAEbAAAAAAEbAAAAAAHbAAAAAAFbAAAAAAGbAAAAAAH1wAAAAAC1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAACbAAAAAAHbAAAAAAGbAAAAAAHbAAAAAAD1wAAAAAEbAAAAAAGbAAAAAAFbAAAAAACbAAAAAADbAAAAAAE1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAD1wAAAAACbAAAAAAGbAAAAAAEbAAAAAAGbAAAAAAB1wAAAAAFbAAAAAAGbAAAAAAHbAAAAAAHbAAAAAABbAAAAAAGbAAAAAAGbAAAAAAFbAAAAAAF1wAAAAAC1wAAAAAF1wAAAAABbAAAAAAHbAAAAAAHbAAAAAAHbAAAAAAH1wAAAAAFbAAAAAAHbAAAAAAHbAAAAAAHbAAAAAAEbAAAAAABbAAAAAAFbAAAAAAHbAAAAAAH1wAAAAAE1wAAAAAE1wAAAAAC1wAAAAAEWwAAAAAFbAAAAAAD1wAAAAAC1wAAAAAB1wAAAAAF1wAAAAAFWwAAAAAG1wAAAAAE1wAAAAAFWQAAAAAGWQAAAAAEWQAAAAAF1wAAAAADWQAAAAADWQAAAAAGWQAAAAAFWQAAAAAEWQAAAAAGWQAAAAAFWQAAAAAGWQAAAAAFWQAAAAAHWQAAAAADWQAAAAACWQAAAAAGWQAAAAAFWQAAAAAGWQAAAAABWQAAAAAFWQAAAAAGbAAAAAAGbAAAAAADbAAAAAAHbAAAAAAHbAAAAAAFbAAAAAAEbAAAAAAEbAAAAAADbAAAAAAHbAAAAAAGWQAAAAAEbAAAAAAFbAAAAAAHbAAAAAAC1wAAAAADWQAAAAAGWQAAAAADWQAAAAAFWQAAAAAGWQAAAAAFWQAAAAAGWQAAAAAGWQAAAAAFWQAAAAADWQAAAAAFWQAAAAAEWQAAAAACbAAAAAAGbAAAAAAHbAAAAAAF1wAAAAAF1wAAAAAB1wAAAAAF1wAAAAAEbAAAAAAF1wAAAAAF1wAAAAAD1wAAAAAC1wAAAAAEWwAAAAACbAAAAAAHWwAAAAAD1wAAAAADbAAAAAAHbAAAAAAGbAAAAAAF1wAAAAAD1wAAAAAD1wAAAAADbAAAAAAHbAAAAAAGbAAAAAAHbAAAAAAE1wAAAAADbAAAAAAEbAAAAAAFbAAAAAAHbAAAAAAFbAAAAAAG1wAAAAAE1wAAAAAD1wAAAAAD1wAAAAAF1wAAAAAE1wAAAAACbAAAAAAEbAAAAAACbAAAAAAHbAAAAAAC1wAAAAADbAAAAAAHbAAAAAAFbAAAAAAEbAAAAAAHbAAAAAAGWgAAAAAGWgAAAAAFWgAAAAAG2gAAAAAA2gAAAAAA1wAAAAAFbAAAAAABbAAAAAAHbAAAAAAEbAAAAAAG1wAAAAACbAAAAAAEbAAAAAAFbAAAAAAFbAAAAAABbAAAAAAG + tiles: CAAAAAAAUwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAACCAAAAAAAUwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAECAAAAAAAUwAAAAAAGwAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAACAAAAAAAUwAAAAAAGwAAAAABUwAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAUwAAAAAAGwAAAAADUwAAAAAACAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAACAAAAAAAbAAAAAAHbAAAAAAFbAAAAAAGbAAAAAAHUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAACAAAAAAAbAAAAAAAbAAAAAAHbAAAAAAGbAAAAAAHbAAAAAADbAAAAAAACAAAAAAAbAAAAAAFbAAAAAACbAAAAAADbAAAAAAECAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAbAAAAAAAbAAAAAAGbAAAAAAEbAAAAAAGbAAAAAABbAAAAAAACAAAAAAAbAAAAAAHbAAAAAAHbAAAAAABbAAAAAAGbAAAAAAGbAAAAAAFbAAAAAAFCAAAAAAACAAAAAAACAAAAAAAbAAAAAAHbAAAAAAHbAAAAAAHbAAAAAAHbAAAAAAACAAAAAAAbAAAAAAHbAAAAAAHbAAAAAAEbAAAAAABbAAAAAAFbAAAAAAHbAAAAAAHCAAAAAAAWQAAAAAACAAAAAAAWwAAAAAACAAAAAAAVwAAAAAACAAAAAAAWwAAAAAACAAAAAAACAAAAAAAVwAAAAAACAAAAAAAWwAAAAAAWQAAAAAGWQAAAAAEWQAAAAAFCAAAAAAAWQAAAAADWQAAAAAGWQAAAAAFWQAAAAAEWQAAAAAGWQAAAAAFWQAAAAAGWQAAAAAFWQAAAAAHWQAAAAADWQAAAAACWQAAAAAGWQAAAAAFWQAAAAAGWQAAAAABVwAAAAAAWQAAAAAGbAAAAAAGbAAAAAADbAAAAAAHbAAAAAAHbAAAAAAFbAAAAAAEbAAAAAAEbAAAAAADbAAAAAAAbAAAAAAGWQAAAAAEbAAAAAAFbAAAAAAHbAAAAAACCAAAAAAAWQAAAAAGWQAAAAADWQAAAAAFWQAAAAAGWQAAAAAFWQAAAAAGWQAAAAAGWQAAAAAFWQAAAAADWQAAAAAFWQAAAAAEWQAAAAACbAAAAAAGbAAAAAAHbAAAAAAFCAAAAAAACAAAAAAACAAAAAAACAAAAAAAVwAAAAAACAAAAAAACAAAAAAACAAAAAAAWwAAAAAACAAAAAAAVwAAAAAACAAAAAAAWwAAAAAAbAAAAAAHbAAAAAAGbAAAAAAFCAAAAAAA1wAAAAAA1wAAAAADbAAAAAAHbAAAAAAGbAAAAAAHbAAAAAAECAAAAAAAbAAAAAAEbAAAAAAFbAAAAAAHbAAAAAAFbAAAAAAGCAAAAAAACAAAAAAACAAAAAAACAAAAAAA1wAAAAAA1wAAAAACbAAAAAAEbAAAAAACbAAAAAAHbAAAAAACCAAAAAAAbAAAAAAHbAAAAAAFbAAAAAAEbAAAAAAHbAAAAAAGWgAAAAAGWgAAAAAFWgAAAAAGCAAAAAAACAAAAAAACAAAAAAAbAAAAAABbAAAAAAHbAAAAAAEbAAAAAAGCAAAAAAAbAAAAAAEbAAAAAAFbAAAAAAFbAAAAAABbAAAAAAG version: 6 -7,-2: ind: -7,-2 @@ -2598,7 +2601,7 @@ entities: version: 6 -9,-5: ind: -9,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -10,-4: ind: -10,-4 @@ -2606,19 +2609,19 @@ entities: version: 6 -9,-4: ind: -9,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB version: 6 -8,-4: ind: -8,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -9,-3: ind: -9,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,-3: ind: -8,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-3: ind: -7,-3 @@ -2630,7 +2633,7 @@ entities: version: 6 -10,-5: ind: -10,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-5: ind: -7,-5 @@ -2638,7 +2641,7 @@ entities: version: 6 -8,-6: ind: -8,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 -7,-6: ind: -7,-6 @@ -2650,7 +2653,7 @@ entities: version: 6 -10,-9: ind: -10,-9 - tiles: wAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAAB + tiles: wAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAB version: 6 10,4: ind: 10,4 @@ -2658,19 +2661,19 @@ entities: version: 6 -10,-7: ind: -10,-7 - tiles: lwAAAAAAlwAAAAAAlwAAAAABlwAAAAADlwAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABlwAAAAAAlwAAAAADlwAAAAAClwAAAAAAlwAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADlwAAAAABlwAAAAADlwAAAAAClwAAAAAAlwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAAClwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAlwAAAAAClwAAAAAClwAAAAADlwAAAAADlwAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADlwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAABlwAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAClwAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAD + tiles: lwAAAAAAlwAAAAAAlwAAAAABlwAAAAADlwAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABlwAAAAAAlwAAAAADlwAAAAAClwAAAAAAlwAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADlwAAAAABlwAAAAADlwAAAAAClwAAAAAAlwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAAClwAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAAClwAAAAADlwAAAAABlwAAAAAClwAAAAAClwAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAClwAAAAAClwAAAAAClwAAAAADlwAAAAADlwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADlwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADlwAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADlwAAAAADlwAAAAADlwAAAAAClwAAAAABlwAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAClwAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD version: 6 -9,-7: ind: -9,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,-7: ind: -8,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC version: 6 -10,-8: ind: -10,-8 - tiles: wAAAAAACwAAAAAABwAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAAC0AAAAAAA0AAAAAAB0AAAAAACeAAAAAACeAAAAAADeAAAAAADeQAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAD0AAAAAAC0AAAAAAD0AAAAAADeAAAAAADeQAAAAADeAAAAAACeAAAAAACwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAAB0AAAAAAB0AAAAAAA0AAAAAADeAAAAAABeAAAAAADeAAAAAACeAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAAD0AAAAAAC0AAAAAAA0AAAAAAB0AAAAAABeAAAAAAD0AAAAAAD0AAAAAABwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAC0AAAAAAC0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAAB0AAAAAAA0AAAAAAB0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAB0AAAAAAA0AAAAAAD0AAAAAAC0AAAAAAC0AAAAAAA0AAAAAAC0AAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAA0AAAAAAD0AAAAAAD0AAAAAAD0AAAAAAA0AAAAAAB0AAAAAAD0AAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAAC0AAAAAAC0AAAAAAA0AAAAAAC0AAAAAAA0AAAAAAB0AAAAAAD0AAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAAC0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAAC0AAAAAAA0AAAAAAC0AAAAAAD0AAAAAAD0AAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAClwAAAAAAlwAAAAABlwAAAAAClwAAAAAAlwAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABlwAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAABlwAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAABlwAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAAD + tiles: wAAAAAACwAAAAAABwAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAC0AAAAAAA0AAAAAAB0AAAAAACeAAAAAACeAAAAAADeAAAAAADeQAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAAD0AAAAAAC0AAAAAAD0AAAAAADeAAAAAADeQAAAAADeAAAAAACeAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAAB0AAAAAAB0AAAAAAA0AAAAAADeAAAAAABeAAAAAADeAAAAAACeAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAAD0AAAAAAC0AAAAAAA0AAAAAAB0AAAAAABeAAAAAAD0AAAAAAD0AAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAC0AAAAAAC0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAAB0AAAAAAA0AAAAAAB0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAAB0AAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAB0AAAAAAA0AAAAAAD0AAAAAAC0AAAAAAC0AAAAAAA0AAAAAAC0AAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD0AAAAAAD0AAAAAAD0AAAAAAD0AAAAAAA0AAAAAAB0AAAAAAD0AAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAAC0AAAAAAC0AAAAAAA0AAAAAAC0AAAAAAA0AAAAAAB0AAAAAAD0AAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAC0AAAAAAB0AAAAAAB0AAAAAAD0AAAAAAA0AAAAAAB0AAAAAAB0AAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAC0AAAAAAA0AAAAAAC0AAAAAAD0AAAAAAD0AAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAAClwAAAAAAlwAAAAABlwAAAAAClwAAAAAAlwAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADlwAAAAADlwAAAAAAlwAAAAABlwAAAAABlwAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADlwAAAAADlwAAAAABlwAAAAAClwAAAAABlwAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADlwAAAAAAlwAAAAAAlwAAAAAAlwAAAAABlwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD version: 6 2,8: ind: 2,8 @@ -2694,7 +2697,7 @@ entities: version: 6 -9,-10: ind: -9,-10 - tiles: GwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAADwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAEwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABwAAAAAAD + tiles: GwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAADwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAEwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABwAAAAAAD version: 6 -8,-10: ind: -8,-10 @@ -2718,7 +2721,7 @@ entities: version: 6 -3,-10: ind: -3,-10 - tiles: AAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAAD + tiles: AAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAAD version: 6 0,-3: ind: 0,-3 @@ -2746,7 +2749,7 @@ entities: version: 6 -12,-7: ind: -12,-7 - tiles: lwAAAAAAlwAAAAAAlwAAAAAClwAAAAAClwAAAAAAlwAAAAABlwAAAAAAlwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAAAwAAAAAABwAAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAABLwAAAAAALwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAAAwAAAAAADLwAAAAAAlwAAAAABlwAAAAAAlwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAADlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAAAwAAAAAABLwAAAAAAlwAAAAAClwAAAAAAlwAAAAAClwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAAAlwAAAAADlwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAACwAAAAAADLwAAAAAAlwAAAAADlwAAAAABlwAAAAAAlwAAAAAClwAAAAADlwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAADlwAAAAAAlwAAAAAAwAAAAAACLQAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABlwAAAAAClwAAAAAAlwAAAAAAlwAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACVwAAAAAElwAAAAADlwAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAwAAAAAACwAAAAAADwAAAAAADLwAAAAAALwAAAAAALQAAAAACLQAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAADlwAAAAABwAAAAAADLQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAAAVwAAAAAFLQAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAABlwAAAAAClwAAAAAALQAAAAADLQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAADlwAAAAABlwAAAAADlwAAAAADlwAAAAAClwAAAAAAlwAAAAAAlwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAABlwAAAAADlwAAAAABlwAAAAADlwAAAAAAlwAAAAADlwAAAAAAlwAAAAADlwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAABlwAAAAABlwAAAAAAlwAAAAAAlwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAABlwAAAAAClwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAADlwAAAAABlwAAAAADlwAAAAADlwAAAAAAlwAAAAADlwAAAAADlwAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAABLQAAAAADlwAAAAAAlwAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABlwAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAADLQAAAAAAlwAAAAAClwAAAAAD + tiles: lwAAAAAAlwAAAAAAlwAAAAAClwAAAAAClwAAAAAAlwAAAAABlwAAAAAAlwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAAAwAAAAAABwAAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAlwAAAAAAlwAAAAAClwAAAAADlwAAAAADlwAAAAAClwAAAAAClwAAAAABlwAAAAABlwAAAAABlwAAAAABLwAAAAAALwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAAClwAAAAAAlwAAAAABlwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAAAlwAAAAAClwAAAAAAwAAAAAADLwAAAAAAlwAAAAABlwAAAAAAlwAAAAAClwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAADlwAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAAAwAAAAAABLwAAAAAAlwAAAAAClwAAAAAAlwAAAAAClwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAAAlwAAAAADlwAAAAADlwAAAAABlwAAAAABlwAAAAABlwAAAAACLwAAAAAALwAAAAAAlwAAAAADlwAAAAABlwAAAAAAlwAAAAAClwAAAAADlwAAAAAAlwAAAAABlwAAAAAAlwAAAAABlwAAAAADlwAAAAAClwAAAAADlwAAAAAAlwAAAAAALQAAAAAALQAAAAAAlwAAAAAAlwAAAAADlwAAAAAAlwAAAAABlwAAAAABlwAAAAAClwAAAAAAlwAAAAAAlwAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABLwAAAAAALQAAAAAAVwAAAAAElwAAAAADlwAAAAADlwAAAAAClwAAAAABlwAAAAADlwAAAAAAlwAAAAAClwAAAAAAlwAAAAAAwAAAAAACwAAAAAADwAAAAAADLwAAAAAALwAAAAAALQAAAAACLQAAAAAAlwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAAClwAAAAADlwAAAAAClwAAAAADlwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAAClwAAAAABlwAAAAABlwAAAAAClwAAAAADlwAAAAAClwAAAAAClwAAAAAClwAAAAAALQAAAAAALQAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAATgAAAAAATgAAAAAAlwAAAAABlwAAAAABlwAAAAABlwAAAAAAlwAAAAABlwAAAAAClwAAAAAAVwAAAAAALQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAATgAAAAAATgAAAAAAlwAAAAABlwAAAAADlwAAAAADlwAAAAAClwAAAAAAlwAAAAAAlwAAAAABLQAAAAAALQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAATgAAAAAATgAAAAAAlwAAAAABlwAAAAADlwAAAAAAlwAAAAADlwAAAAAAlwAAAAADlwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAABlwAAAAABTgAAAAAATgAAAAAAlwAAAAABlwAAAAABlwAAAAAClwAAAAAClwAAAAABlwAAAAAClwAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAlwAAAAADlwAAAAABlwAAAAAClwAAAAADlwAAAAABlwAAAAADlwAAAAADlwAAAAAAlwAAAAADlwAAAAADlwAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAABLQAAAAADlwAAAAAAlwAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABlwAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAADLQAAAAAAlwAAAAAClwAAAAAD version: 6 -6,-10: ind: -6,-10 @@ -2774,7 +2777,7 @@ entities: version: 6 -9,-9: ind: -9,-9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEwAAAAAACwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADGwAAAAAEwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAABGwAAAAADGwAAAAADGwAAAAAFwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAACAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAFwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEwAAAAAACwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADGwAAAAAEwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABGwAAAAADGwAAAAADGwAAAAAFwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAACAAAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAFwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB version: 6 -3,-9: ind: -3,-9 @@ -2846,7 +2849,7 @@ entities: version: 6 -1,-10: ind: -1,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA version: 6 -5,-11: ind: -5,-11 @@ -2858,7 +2861,7 @@ entities: version: 6 4,-10: ind: 4,-10 - tiles: AAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAA + tiles: AAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAA version: 6 -3,-5: ind: -3,-5 @@ -2890,7 +2893,7 @@ entities: version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD0wAAAAACwAAAAAAC0gAAAAAC0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD0gAAAAAC0wAAAAAD0gAAAAACIQAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAC0wAAAAAC0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAD0wAAAAACIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAD0wAAAAAD0gAAAAAB0gAAAAABIQAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABIQAAAAABIQAAAAAAIQAAAAAD0wAAAAADIQAAAAABIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAIQAAAAAA0gAAAAAD0gAAAAAD0wAAAAAC0gAAAAACIQAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADIQAAAAAD0gAAAAAC0gAAAAAB0gAAAAAC0gAAAAADIQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAD0wAAAAAC0gAAAAAD0gAAAAAD0gAAAAABIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD0wAAAAACwAAAAAAC0gAAAAAC0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD0gAAAAAC0wAAAAAD0gAAAAACIQAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAC0wAAAAAC0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAD0wAAAAACIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAD0wAAAAAD0gAAAAAB0gAAAAABIQAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABIQAAAAABIQAAAAAAIQAAAAAD0wAAAAADIQAAAAABIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAIQAAAAAA0gAAAAAD0gAAAAAD0wAAAAAC0gAAAAACIQAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADIQAAAAAD0gAAAAAC0gAAAAAB0gAAAAAC0gAAAAADIQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAD0wAAAAAC0gAAAAAD0gAAAAAD0gAAAAABIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -9,5: ind: -9,5 @@ -2930,11 +2933,11 @@ entities: version: 6 3,-10: ind: 3,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAA version: 6 2,-10: ind: 2,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 0,-7: ind: 0,-7 @@ -2942,11 +2945,11 @@ entities: version: 6 0,-10: ind: 0,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 0,-9: ind: 0,-9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-8: ind: 0,-8 @@ -2962,11 +2965,11 @@ entities: version: 6 1,-10: ind: 1,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAAD + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 1,-9: ind: 1,-9 - tiles: wAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAAD + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAAD version: 6 1,-8: ind: 1,-8 @@ -2974,7 +2977,7 @@ entities: version: 6 -12,-3: ind: -12,-3 - tiles: GwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: GwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 2,-8: ind: 2,-8 @@ -2982,7 +2985,7 @@ entities: version: 6 3,-9: ind: 3,-9 - tiles: wAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAAD + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAAD version: 6 3,-8: ind: 3,-8 @@ -2990,7 +2993,7 @@ entities: version: 6 4,-9: ind: 4,-9 - tiles: wAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAALwAAAAAAwAAAAAACzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAAALwAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADLwAAAAAALwAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADzgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADzgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADzgAAAAAAzgAAAAAAzgAAAAAAHwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA + tiles: wAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAALwAAAAAAwAAAAAACzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAALwAAAAAALwAAAAAALwAAAAAAwAAAAAAALwAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAAAAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADLwAAAAAALwAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADzgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADzgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAzgAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADzgAAAAAAzgAAAAAAzgAAAAAAHwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAA version: 6 -16,-11: ind: -16,-11 @@ -2998,7 +3001,7 @@ entities: version: 6 4,-7: ind: 4,-7 - tiles: 7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAAD7AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAAD7AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADzgAAAAADzgAAAAADzgAAAAACzwAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAACzgAAAAACzwAAAAABzgAAAAADzwAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADzgAAAAADzgAAAAACzgAAAAACzgAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAACLwAAAAAAzgAAAAADzgAAAAABzgAAAAADzgAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAACLwAAAAAAzgAAAAADzgAAAAACzwAAAAABzgAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAACRAAAAAAARAAAAAAAYQAAAAAHRAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAACRAAAAAAAYQAAAAAFYQAAAAAFYQAAAAADYQAAAAAG7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADRAAAAAAAYQAAAAABYQAAAAAGYQAAAAAHYQAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAD + tiles: 7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAAD7AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAABwAAAAAAD7AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADAAAAAAAAwAAAAAADzgAAAAADzgAAAAADzgAAAAACzwAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADAAAAAAAAwAAAAAACzgAAAAACzwAAAAABzgAAAAADzwAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAADwAAAAAADzgAAAAADzgAAAAACzgAAAAACzgAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAACLwAAAAAAzgAAAAADzgAAAAABzgAAAAADzgAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACAAAAAAAALwAAAAAAzgAAAAADzgAAAAACzwAAAAABzgAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAACRAAAAAAARAAAAAAAYQAAAAAHRAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAACRAAAAAAAYQAAAAAFYQAAAAAFYQAAAAADYQAAAAAG7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADAAAAAAAARAAAAAAAYQAAAAABYQAAAAAGYQAAAAAHYQAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAAD version: 6 1,-7: ind: 1,-7 @@ -3006,11 +3009,11 @@ entities: version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAABIQAAAAAAwAAAAAAD0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAC0gAAAAAC0gAAAAADIQAAAAADwAAAAAAC0gAAAAAD0gAAAAAB0gAAAAAD0wAAAAAD0wAAAAAC0wAAAAAB0gAAAAAC0wAAAAAD0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAAD0wAAAAAC0gAAAAADIQAAAAACAAAAAAAA0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAAC0wAAAAAD0gAAAAAC0gAAAAAD0gAAAAAB0gAAAAAB0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAADIQAAAAADAAAAAAAA0wAAAAAD0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAD0wAAAAAC0gAAAAADIQAAAAADAAAAAAAA0gAAAAAC0gAAAAAD0gAAAAADPgAAAAABPgAAAAABPgAAAAACPgAAAAACPgAAAAAB0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAADIQAAAAADAAAAAAAA0gAAAAAD0gAAAAAD0wAAAAABPgAAAAADPgAAAAABPgAAAAACPgAAAAACPgAAAAAA0gAAAAAC0wAAAAAC0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAADIQAAAAAAAAAAAAAA0gAAAAAC0gAAAAAB0wAAAAACPgAAAAABPgAAAAABPgAAAAABPgAAAAAAPgAAAAAB0gAAAAAB0gAAAAAB0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAACIQAAAAAA7AAAAAAA0gAAAAAC0gAAAAAD0gAAAAACPgAAAAAAPgAAAAACPgAAAAADPgAAAAAAPgAAAAAA0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAADIQAAAAAB7AAAAAAA0gAAAAADwAAAAAAD0wAAAAACPgAAAAADPgAAAAABPgAAAAADPgAAAAAAPgAAAAAB0gAAAAAB0gAAAAAD0gAAAAAD0wAAAAAC0gAAAAAD0gAAAAACIQAAAAACAAAAAAAA0gAAAAAD0gAAAAAB0wAAAAAD0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAB0wAAAAAC0gAAAAAC0gAAAAADIQAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA0gAAAAAB0wAAAAAD0gAAAAAD0wAAAAAD0wAAAAAC0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAADIQAAAAABAAAAAAAA + tiles: AAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAABIQAAAAAAwAAAAAAD0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAC0gAAAAAC0gAAAAADIQAAAAADwAAAAAAC0gAAAAAD0gAAAAAB0gAAAAAD0wAAAAAD0wAAAAAC0wAAAAAB0gAAAAAC0wAAAAAD0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAAD0wAAAAAC0gAAAAADIQAAAAACAAAAAAAA0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAAC0wAAAAAD0gAAAAAC0gAAAAAD0gAAAAAB0gAAAAAB0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAADIQAAAAADAAAAAAAA0wAAAAAD0gAAAAAD0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAB0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAC0gAAAAAD0wAAAAAC0gAAAAADIQAAAAADAAAAAAAA0gAAAAAC0gAAAAAD0gAAAAADPgAAAAABPgAAAAABPgAAAAACPgAAAAACPgAAAAAB0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAADIQAAAAADAAAAAAAA0gAAAAAD0gAAAAAD0wAAAAABPgAAAAADPgAAAAABPgAAAAACPgAAAAACPgAAAAAA0gAAAAAC0wAAAAAC0gAAAAAD0gAAAAAB0gAAAAAD0gAAAAADIQAAAAAAAAAAAAAA0gAAAAAC0gAAAAAB0wAAAAACPgAAAAABPgAAAAABPgAAAAABPgAAAAAAPgAAAAAB0gAAAAAB0gAAAAAB0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAACIQAAAAAA7AAAAAAA0gAAAAAC0gAAAAAD0gAAAAACPgAAAAAAPgAAAAACPgAAAAADPgAAAAAAPgAAAAAA0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAADIQAAAAAB7AAAAAAA0gAAAAADwAAAAAAD0wAAAAACPgAAAAADPgAAAAABPgAAAAADPgAAAAAAPgAAAAAB0gAAAAAB0gAAAAAD0gAAAAAD0wAAAAAC0gAAAAAD0gAAAAACIQAAAAACAAAAAAAA0gAAAAAD0gAAAAAB0wAAAAAD0gAAAAAD0gAAAAAD0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAC0gAAAAAD0gAAAAAB0wAAAAAC0gAAAAAC0gAAAAADIQAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAA0gAAAAAB0wAAAAAD0gAAAAAD0wAAAAAD0wAAAAAC0gAAAAAD0gAAAAAB0gAAAAAC0gAAAAAD0gAAAAAD0gAAAAADIQAAAAABAAAAAAAA version: 6 -1,-7: ind: -1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAAC version: 6 -16,-10: ind: -16,-10 @@ -3018,7 +3021,7 @@ entities: version: 6 -10,4: ind: -10,4 - tiles: WgAAAAAEWgAAAAAFWgAAAAAGWgAAAAAE2gAAAAAAWgAAAAAE1wAAAAAD1wAAAAAE1wAAAAAF1wAAAAAC1wAAAAAEbAAAAAAFbAAAAAAFbAAAAAAFbAAAAAAGbAAAAAAGWgAAAAAGWgAAAAACWgAAAAAGWgAAAAACWwAAAAACWgAAAAADWgAAAAAFWwAAAAAH1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAD1wAAAAAD1wAAAAAE1wAAAAAF1wAAAAAEWgAAAAAEWgAAAAAGWgAAAAACWgAAAAAHWwAAAAAHWgAAAAAGWgAAAAAGWwAAAAAHGwAAAAAB1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAC1wAAAAABWgAAAAADWgAAAAAHWgAAAAAEWgAAAAAG2gAAAAAAWgAAAAAEWwAAAAADWwAAAAAHGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEWgAAAAAFWgAAAAAGWgAAAAAH2gAAAAAA2gAAAAAAWwAAAAADWwAAAAAFWwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGWwAAAAAHWwAAAAAEWwAAAAAGWwAAAAACWwAAAAAHWwAAAAADWwAAAAAEWwAAAAAHGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAABTgAAAAAATgAAAAAATgAAAAAAWwAAAAAFWwAAAAAEWwAAAAADWwAAAAAEWwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFTgAAAAAATgAAAAAATgAAAAAAWwAAAAAEaQAAAAAFWwAAAAAFwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAEaQAAAAAGWwAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAWwAAAAABaQAAAAAHWwAAAAAGwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAWwAAAAACWwAAAAAHWwAAAAAGWwAAAAAFWwAAAAABWwAAAAAHwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAAEWgAAAAAFWgAAAAAGWgAAAAAECAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAbAAAAAAFbAAAAAAFbAAAAAAFbAAAAAAGbAAAAAAGWgAAAAAGWgAAAAACWgAAAAAGWgAAAAACVwAAAAAAWgAAAAADWgAAAAAFCAAAAAAA1wAAAAAF1wAAAAAFCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAWgAAAAAEWgAAAAAGWgAAAAACWgAAAAAHCAAAAAAAWgAAAAAGWgAAAAAGCAAAAAAAGwAAAAAB1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAC1wAAAAABWgAAAAADWgAAAAAHWgAAAAAEWgAAAAAGCAAAAAAAWgAAAAAEWgAAAAAACAAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEWgAAAAAFWgAAAAAGWgAAAAAHCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGCAAAAAAACAAAAAAAVwAAAAAACAAAAAAAWwAAAAAHWwAAAAADWwAAAAAEWwAAAAAHGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAABTgAAAAAATgAAAAAATgAAAAAACAAAAAAACAAAAAAACAAAAAAAWwAAAAAEWwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFTgAAAAAATgAAAAAATgAAAAAACAAAAAAAaQAAAAAFCAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVwAAAAAAaQAAAAAGCAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAACAAAAAAAaQAAAAAHCAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-6: ind: 1,-6 @@ -3090,11 +3093,11 @@ entities: version: 6 4,-6: ind: 4,-6 - tiles: 7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA6wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA + tiles: 7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAAC7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAAB7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAAD7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA3QAAAAAA6wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA7AAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: wAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-6: ind: -3,-6 @@ -3154,7 +3157,7 @@ entities: version: 6 15,5: ind: 15,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -9,7: ind: -9,7 @@ -3214,11 +3217,11 @@ entities: version: 6 -9,-8: ind: -9,-8 - tiles: AAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -11,1: ind: -11,1 - tiles: AAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAAC1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAD1wAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAFAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAA4QAAAAAA3QAAAAAA3QAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAFwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAB5wAAAAAA4gAAAAAA4gAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAC3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7QAAAAAA4gAAAAAA4gAAAAAAWQAAAAAFWQAAAAAFWQAAAAAFWQAAAAAHWQAAAAAF1wAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAWQAAAAAFWQAAAAAGWQAAAAADWQAAAAAFWQAAAAAD1wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAWQAAAAABWQAAAAAFWQAAAAABWQAAAAAEWQAAAAAH1wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAWQAAAAACUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAF1wAAAAAF+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAAWQAAAAACUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAF1wAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAAB5wAAAAAA4gAAAAAA4gAAAAAAWQAAAAAH1wAAAAAF1wAAAAAC1wAAAAAF1wAAAAAD1wAAAAAFwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAAWQAAAAAHWQAAAAAEWQAAAAAEWQAAAAAF1wAAAAAE1wAAAAAE1gAAAAAE1gAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAAC3gAAAAAA+gAAAAAA+gAAAAAA + tiles: AAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACAAAAAAAAwAAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAA4QAAAAAA3QAAAAAA3QAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUwAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAB5wAAAAAA4gAAAAAA4gAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUwAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA7QAAAAAA4gAAAAAA4gAAAAAAWQAAAAAFWQAAAAAFWQAAAAAFWQAAAAAHVwAAAAAA1wAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAWQAAAAAFWQAAAAAGWQAAAAADWQAAAAAFVwAAAAAA1wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAWQAAAAABWQAAAAAFWQAAAAABWQAAAAAEVwAAAAAA1wAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAWQAAAAACUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAFUwAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA7wAAAAAA4gAAAAAA4gAAAAAAWQAAAAACUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAFUwAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAAB5wAAAAAA4gAAAAAA4gAAAAAAVwAAAAAA1wAAAAAF1wAAAAAC1wAAAAAF1wAAAAADUwAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA4gAAAAAAWQAAAAAHWQAAAAAEWQAAAAAEWQAAAAAF1wAAAAAEUwAAAAAA1gAAAAAE1gAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAAC3gAAAAAA+gAAAAAA+gAAAAAA version: 6 -6,-5: ind: -6,-5 @@ -3226,7 +3229,7 @@ entities: version: 6 -8,-5: ind: -8,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,0: ind: -7,0 @@ -3266,7 +3269,7 @@ entities: version: 6 -2,-11: ind: -2,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -4,-9: ind: -4,-9 @@ -3274,7 +3277,7 @@ entities: version: 6 -2,-10: ind: -2,-10 - tiles: wAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA + tiles: wAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA version: 6 -15,-3: ind: -15,-3 @@ -3294,7 +3297,7 @@ entities: version: 6 -14,-1: ind: -14,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,14: ind: 8,14 @@ -3306,7 +3309,7 @@ entities: version: 6 14,9: ind: 14,9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC version: 6 13,7: ind: 13,7 @@ -3330,7 +3333,7 @@ entities: version: 6 -1,-8: ind: -1,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAD version: 6 4,9: ind: 4,9 @@ -3342,7 +3345,7 @@ entities: version: 6 4,-8: ind: 4,-8 - tiles: wAAAAAADwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACzgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADzgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAABzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAAwAAAAAABwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAAB5wAAAAAA4gAAAAAAwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAAwAAAAAADwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAAwAAAAAAB5wAAAAAA4gAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA6wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA6AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA6AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAD7AAAAAAA4gAAAAAA + tiles: AAAAAAAAwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADAAAAAAAAzgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADzgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAABzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAzgAAAAAAwAAAAAADwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAA5wAAAAAA4gAAAAAAwAAAAAABwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAAB5wAAAAAA4gAAAAAAwAAAAAACwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAAAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAAwAAAAAAB5wAAAAAA4gAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA6wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA+gAAAAAA6AAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA6AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAAD7AAAAAAA4gAAAAAA7AAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAA7AAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAA7AAAAAAA4gAAAAAA version: 6 5,-4: ind: 5,-4 @@ -3366,7 +3369,7 @@ entities: version: 6 7,2: ind: 7,2 - tiles: 1wAAAAAC1wAAAAAF1wAAAAAEwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAEzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAADzgAAAAAD1wAAAAAE1wAAAAAE1wAAAAAC1wAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAADzgAAAAADzgAAAAADzgAAAAACzgAAAAABzgAAAAADzgAAAAACzgAAAAAC1wAAAAAD1wAAAAAF1wAAAAAE1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAACzgAAAAACzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAD1wAAAAAC1wAAAAAD1wAAAAAF1wAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAC1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAAD1wAAAAAE1wAAAAAD1wAAAAAC1wAAAAAD1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAF1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA1wAAAAAF1wAAAAAC1wAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAB1wAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAF1wAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAC1wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAB1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAC1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAAE1wAAAAAC1wAAAAAB1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAE1wAAAAAD1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAB1wAAAAAB1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAC1wAAAAAD1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: 1wAAAAAC1wAAAAAF1wAAAAAEwAAAAAADmgAAAAAAmgAAAAAAAAAAAAAA1wAAAAAEzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAADzgAAAAAD1wAAAAAE1wAAAAAE1wAAAAAC1wAAAAADwAAAAAADmgAAAAAAmgAAAAAAAAAAAAAA1wAAAAADzgAAAAADzgAAAAADzgAAAAACzgAAAAABzgAAAAADzgAAAAACzgAAAAAC1wAAAAAD1wAAAAAF1wAAAAAE1wAAAAAFAAAAAAAAmgAAAAAAmgAAAAAAAAAAAAAA1wAAAAACzgAAAAACzgAAAAACzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAD1wAAAAAC1wAAAAAD1wAAAAAF1wAAAAADAAAAAAAAmgAAAAAAmgAAAAAAAAAAAAAA1wAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAADzgAAAAACzgAAAAADzgAAAAAC1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAACwAAAAAADmgAAAAAAmgAAAAAAwAAAAAAD1wAAAAAE1wAAAAAD1wAAAAAC1wAAAAAD1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAF1wAAAAAF1wAAAAAB1wAAAAAFAAAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAA1wAAAAAE1wAAAAAF1wAAAAAFAAAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAmgAAAAAAwAAAAAAA1wAAAAAF1wAAAAAC1wAAAAABAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAB1wAAAAACwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAE1wAAAAAF1wAAAAAEAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1wAAAAAC1wAAAAAC1wAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAB1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAC1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAAE1wAAAAAC1wAAAAAB1wAAAAAE1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAAF1wAAAAAE1wAAAAAD1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAB1wAAAAAB1wAAAAAD1wAAAAAE1wAAAAAE1wAAAAAE1wAAAAAD1wAAAAAF1wAAAAAF1wAAAAAD1wAAAAAC1wAAAAAD1wAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,1: ind: 4,1 @@ -3410,11 +3413,11 @@ entities: version: 6 -14,2: ind: -14,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -12,2: ind: -12,2 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAFWQAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAADWQAAAAAGWQAAAAAGWQAAAAAHWQAAAAAGWQAAAAAHWQAAAAAGWQAAAAAGXAAAAAADmQAAAAACmQAAAAABUgAAAAAA1gAAAAADUgAAAAAAmQAAAAAAmQAAAAAA1wAAAAAB1wAAAAAD1wAAAAAB1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAACWQAAAAAG1gAAAAAFUgAAAAAAUgAAAAAAUgAAAAAA1gAAAAAEUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAADaQAAAAAEaQAAAAADaQAAAAAH1wAAAAAEUgAAAAAAUgAAAAAAWQAAAAAH1gAAAAAFUgAAAAAAUgAAAAAAUgAAAAAA1gAAAAAFUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAEaQAAAAAEaQAAAAAGaQAAAAAEWQAAAAAHWQAAAAAFWQAAAAAFWQAAAAAG1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAFmQAAAAACmQAAAAAAmQAAAAAB1wAAAAAFWQAAAAAGUgAAAAAAUgAAAAAAmQAAAAADYgAAAAACYgAAAAACYgAAAAABYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACmQAAAAAAWQAAAAAC1wAAAAAE1wAAAAADmQAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAACmQAAAAABWQAAAAAFWQAAAAACWQAAAAAGmQAAAAAAmQAAAAADYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACmQAAAAAAmQAAAAABmQAAAAACWQAAAAAHWQAAAAADYgAAAAACmQAAAAADWQAAAAAGWQAAAAAHWQAAAAAHWQAAAAAHWQAAAAAHWQAAAAAGWQAAAAAEWQAAAAAHWQAAAAAHWQAAAAAEWQAAAAAGWQAAAAAGWQAAAAADWQAAAAACYgAAAAACYgAAAAABWQAAAAADWQAAAAAHWQAAAAAFWQAAAAAFWQAAAAAHWQAAAAABWQAAAAAHWQAAAAAHWQAAAAAHWQAAAAACWQAAAAADWQAAAAAEWQAAAAAFWQAAAAAFYgAAAAABmQAAAAACWQAAAAAFWQAAAAAEmQAAAAACYgAAAAACmQAAAAABmQAAAAADYgAAAAACmQAAAAABmQAAAAACYgAAAAACmQAAAAACmQAAAAADWQAAAAAHWQAAAAAEmQAAAAACmQAAAAADWQAAAAAEWQAAAAAGGwAAAAABYgAAAAABYgAAAAABmQAAAAAAYgAAAAACYgAAAAABmQAAAAAAYgAAAAACYgAAAAABmQAAAAADWQAAAAAHWQAAAAADYgAAAAACYgAAAAABWQAAAAAFWQAAAAAHGwAAAAAFYgAAAAABYgAAAAABmQAAAAABYgAAAAACYgAAAAACmQAAAAAAYgAAAAABYgAAAAABmQAAAAADWQAAAAAGWQAAAAAGYgAAAAABmQAAAAABWQAAAAAGWQAAAAAGmQAAAAADmQAAAAAD1wAAAAAE1wAAAAAB1wAAAAAC1wAAAAAD1wAAAAAF1wAAAAAD1wAAAAAC1wAAAAAFWQAAAAAGWQAAAAAHmQAAAAAAmQAAAAACWQAAAAAEWQAAAAADYgAAAAACYgAAAAACYgAAAAAC1wAAAAAEcQAAAAACcQAAAAADcQAAAAAFcQAAAAAG1wAAAAAFWwAAAAAHWQAAAAAGWQAAAAAG + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAFWQAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAADWQAAAAAGWQAAAAAGWQAAAAAHWQAAAAAGWQAAAAAHWQAAAAAGWQAAAAAGXAAAAAADmQAAAAACmQAAAAABVwAAAAAA1gAAAAADVwAAAAAAmQAAAAAAmQAAAAAA1wAAAAAB1wAAAAAD1wAAAAAB1wAAAAAE1wAAAAAF1wAAAAAD1wAAAAACVwAAAAAA1gAAAAAFUgAAAAAAUgAAAAAAUgAAAAAA1gAAAAAEUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAADaQAAAAAEaQAAAAADaQAAAAAH1wAAAAAEUgAAAAAAUgAAAAAAWQAAAAAH1gAAAAAFUgAAAAAAUgAAAAAAUgAAAAAA1gAAAAAFUgAAAAAAUgAAAAAAUgAAAAAA1wAAAAAEaQAAAAAEaQAAAAAGaQAAAAAEVwAAAAAAWQAAAAAFWQAAAAAFWQAAAAAG1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAF1wAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAAFmQAAAAACmQAAAAAAmQAAAAAB1wAAAAAFWQAAAAAGUgAAAAAAUgAAAAAAmQAAAAADYgAAAAACYgAAAAACYgAAAAABYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACmQAAAAAAVwAAAAAA1wAAAAAE1wAAAAADmQAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAACYgAAAAACYgAAAAABYgAAAAACmQAAAAABWQAAAAAFWQAAAAACWQAAAAAGmQAAAAAAmQAAAAADYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAACYgAAAAACmQAAAAAAmQAAAAABWQAAAAAAWQAAAAAHWQAAAAADYgAAAAACmQAAAAADWQAAAAAGWQAAAAAHWQAAAAAHWQAAAAAHWQAAAAAHWQAAAAAGWQAAAAAEWQAAAAAHWQAAAAAHWQAAAAAEWQAAAAAGWQAAAAAGWQAAAAADWQAAAAACYgAAAAACVwAAAAAAWQAAAAADWQAAAAAHWQAAAAAFWQAAAAAFWQAAAAAHWQAAAAABWQAAAAAHWQAAAAAHWQAAAAAHWQAAAAACWQAAAAADWQAAAAAEWQAAAAAFWQAAAAAFYgAAAAABmQAAAAACWQAAAAAFWQAAAAAEmQAAAAACVwAAAAAAmQAAAAABmQAAAAADVwAAAAAAmQAAAAABmQAAAAACVwAAAAAAmQAAAAACmQAAAAADWQAAAAAHWQAAAAAEmQAAAAACmQAAAAADWQAAAAAEWQAAAAAGGwAAAAABYgAAAAABYgAAAAABmQAAAAAAYgAAAAACYgAAAAABmQAAAAAAYgAAAAACYgAAAAABmQAAAAADWQAAAAAHWQAAAAADYgAAAAACVwAAAAAAWQAAAAAFWQAAAAAHGwAAAAAFYgAAAAABYgAAAAABmQAAAAABYgAAAAACYgAAAAACmQAAAAAAYgAAAAABYgAAAAABmQAAAAADWQAAAAAGWQAAAAAGYgAAAAABmQAAAAABWQAAAAAGWQAAAAAGmQAAAAADmQAAAAAD1wAAAAAE1wAAAAAB1wAAAAAC1wAAAAAD1wAAAAAF1wAAAAAD1wAAAAAC1wAAAAAFVwAAAAAAVwAAAAAAmQAAAAAAmQAAAAACWQAAAAAEWQAAAAADVwAAAAAAYgAAAAACYgAAAAAC1wAAAAAEcQAAAAACcQAAAAADcQAAAAAFcQAAAAAG1wAAAAAFWwAAAAAHWQAAAAAGWQAAAAAG version: 6 0,-4: ind: 0,-4 @@ -3434,7 +3437,7 @@ entities: version: 6 8,-8: ind: 8,-8 - tiles: wAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 14,0: ind: 14,0 @@ -3442,19 +3445,19 @@ entities: version: 6 7,-10: ind: 7,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-11: ind: 4,-11 - tiles: AAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,-9: ind: 6,-9 - tiles: wAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAAC + tiles: wAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD4gAAAAAA4gAAAAAA4gAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAAB4gAAAAAA4gAAAAAA4gAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAAC version: 6 7,-9: ind: 7,-9 - tiles: wAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAAD + tiles: wAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD version: 6 10,-10: ind: 10,-10 @@ -3462,7 +3465,7 @@ entities: version: 6 11,-11: ind: 11,-11 - tiles: SAAAAAAISAAAAAADSAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAAHGwAAAAABGwAAAAACGwAAAAAESAAAAAABSAAAAAAISAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFGwAAAAADGwAAAAAAGwAAAAAASAAAAAAGSAAAAAAHSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGwAAAAAADGwAAAAAFGwAAAAACSAAAAAAGSAAAAAAISAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAIwAAAAAADGwAAAAAEGwAAAAADSAAAAAAISAAAAAADSAAAAAAFSAAAAAAHSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAHSAAAAAACSAAAAAAIwAAAAAABAAAAAAAAGwAAAAAASAAAAAAHSAAAAAAISAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGwAAAAAADAAAAAAAAGwAAAAAEgQAAAAAASAAAAAAFSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFwAAAAAADwAAAAAACGwAAAAABgQAAAAAASAAAAAAGSAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAIwAAAAAABGwAAAAACGwAAAAAEgQAAAAAASAAAAAAGSAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAADSAAAAAAIGwAAAAAEGwAAAAACGwAAAAADgQAAAAAASAAAAAAGSAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAADGwAAAAACGwAAAAAEGwAAAAADgQAAAAAASAAAAAABSAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAADGwAAAAAAGwAAAAAFGwAAAAAAgQAAAAAASAAAAAACSAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEgQAAAAAASAAAAAADSAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGGwAAAAACGwAAAAAAGwAAAAAGSAAAAAAHSAAAAAAHSAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFwAAAAAABGwAAAAAGGwAAAAAESAAAAAADSAAAAAADSAAAAAADSAAAAAADSAAAAAAIIAAAAAABVAAAAAAAVAAAAAAAVAAAAAAAIAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADGwAAAAACGwAAAAAASAAAAAAHSAAAAAAFSAAAAAAEVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAACGwAAAAAEGwAAAAAC + tiles: SAAAAAAISAAAAAADSAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAAHGwAAAAABGwAAAAACGwAAAAAESAAAAAABSAAAAAAISAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFGwAAAAADGwAAAAAAGwAAAAAASAAAAAAGSAAAAAAHSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGwAAAAAADGwAAAAAFGwAAAAACSAAAAAAGSAAAAAAISAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAIwAAAAAADGwAAAAAEGwAAAAADSAAAAAAISAAAAAADSAAAAAAFSAAAAAAHSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAHSAAAAAACSAAAAAAIwAAAAAABwAAAAAADGwAAAAAASAAAAAAHSAAAAAAISAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGwAAAAAADwAAAAAADGwAAAAAEgQAAAAAASAAAAAAFSAAAAAAIVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFwAAAAAADwAAAAAACGwAAAAABgQAAAAAASAAAAAAGSAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAIwAAAAAABGwAAAAACGwAAAAAEgQAAAAAASAAAAAAGSAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAADSAAAAAAIGwAAAAAEGwAAAAACGwAAAAADgQAAAAAASAAAAAAGSAAAAAAFVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAADGwAAAAACGwAAAAAEGwAAAAADgQAAAAAASAAAAAABSAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVAAAAAAAVAAAAAAAIAAAAAACSAAAAAADGwAAAAAAGwAAAAAFGwAAAAAAgQAAAAAASAAAAAACSAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEgQAAAAAASAAAAAADSAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAGGwAAAAACGwAAAAAAGwAAAAAGSAAAAAAHSAAAAAAHSAAAAAAHVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASAAAAAAFwAAAAAABGwAAAAAGGwAAAAAESAAAAAADSAAAAAADSAAAAAADSAAAAAADSAAAAAAIIAAAAAABVAAAAAAAVAAAAAAAVAAAAAAAIAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADGwAAAAACGwAAAAAASAAAAAAHSAAAAAAFSAAAAAAEVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAwAAAAAADwAAAAAACGwAAAAAEGwAAAAAC version: 6 14,-5: ind: 14,-5 @@ -3542,7 +3545,7 @@ entities: version: 6 -11,3: ind: -11,3 - tiles: WQAAAAAHWQAAAAAHWQAAAAAFWQAAAAAHWQAAAAAHWQAAAAAFWQAAAAAFWQAAAAAGWwAAAAAHGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEWQAAAAAGWQAAAAABWQAAAAAFWQAAAAACWQAAAAAEWQAAAAACWQAAAAACWQAAAAADWwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFWwAAAAACWwAAAAAHWwAAAAACWwAAAAAH1wAAAAAE1wAAAAACWQAAAAAFWQAAAAAGWwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAAH1wAAAAAEWwAAAAAGWQAAAAAEWQAAAAAHWwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAADWwAAAAABWwAAAAADWwAAAAAGWwAAAAAD1wAAAAAEWwAAAAAEWQAAAAACWQAAAAAFWwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEbgAAAAAAbQAAAAADbQAAAAADbQAAAAAC1wAAAAAFWwAAAAACWQAAAAAEWQAAAAAEWwAAAAAHGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAG1wAAAAAF1wAAAAACbQAAAAADbQAAAAACbgAAAAAAbQAAAAAD1wAAAAAEWwAAAAAHWQAAAAAFWQAAAAAEWwAAAAAFWwAAAAABWwAAAAAHWwAAAAAG1wAAAAAF1gAAAAAC1wAAAAAE1wAAAAAFbgAAAAAAbQAAAAADbQAAAAADbQAAAAAD1wAAAAAEWwAAAAAHWQAAAAAEWQAAAAAGWwAAAAAH1wAAAAADWQAAAAAFWQAAAAAG1wAAAAAE1gAAAAAF1wAAAAACbAAAAAADbQAAAAACbQAAAAACbQAAAAABbQAAAAAC1wAAAAACWwAAAAAGWQAAAAAEWQAAAAAEWQAAAAACWQAAAAAHWQAAAAAEWQAAAAAD1wAAAAAF1wAAAAAD1wAAAAABbAAAAAAHbQAAAAADbQAAAAADbgAAAAAAbQAAAAAD1wAAAAAFWwAAAAAFWQAAAAAEWQAAAAADWQAAAAAFWQAAAAAEWQAAAAAEWQAAAAAHWQAAAAAFWQAAAAAFWQAAAAAGWQAAAAAHbgAAAAAAbQAAAAABbQAAAAADbQAAAAAD1wAAAAABWwAAAAAFWwAAAAAGWwAAAAADWwAAAAAH1wAAAAABWQAAAAACWQAAAAACWQAAAAAHWQAAAAAGWQAAAAAGWQAAAAAH1wAAAAAD1wAAAAAFWwAAAAAG1wAAAAAF1wAAAAACmQAAAAACmQAAAAAAmQAAAAAD1wAAAAAF1wAAAAADWQAAAAAEWQAAAAAH1wAAAAAF1wAAAAAF1wAAAAADbAAAAAAHmQAAAAACWwAAAAAFWwAAAAAGWwAAAAAHWwAAAAAGWwAAAAAHWwAAAAAGWwAAAAADWwAAAAAF1wAAAAAFWQAAAAAEWQAAAAAF1wAAAAAF1wAAAAAD1wAAAAAEbAAAAAAGmQAAAAAAWwAAAAAGWwAAAAAGWwAAAAAHWwAAAAAFWwAAAAADWwAAAAAGWwAAAAACWwAAAAAF1wAAAAADWQAAAAADWQAAAAAE1wAAAAAB1wAAAAAF1wAAAAADbAAAAAAFWwAAAAAFWwAAAAAHWwAAAAAEWwAAAAAFWwAAAAAEWwAAAAAHWwAAAAAHWwAAAAAHWwAAAAAG1wAAAAACWQAAAAAGWQAAAAAF1wAAAAAE1wAAAAAF1wAAAAAE1wAAAAACWwAAAAADWwAAAAADWwAAAAADWwAAAAAEWwAAAAAGWwAAAAAHWwAAAAAFWwAAAAAEWwAAAAAHWwAAAAAEWQAAAAAFWQAAAAAFWwAAAAADWwAAAAACWgAAAAAHWgAAAAAD + tiles: WQAAAAAHWQAAAAAHWQAAAAAFWQAAAAAHVwAAAAAAWQAAAAAFWQAAAAAFWQAAAAAGCAAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEWQAAAAAGWQAAAAABWQAAAAAFWQAAAAACVwAAAAAAWQAAAAACWQAAAAACWQAAAAADCAAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFWwAAAAACWwAAAAAHWwAAAAACWwAAAAAH1wAAAAAE1wAAAAACWQAAAAAFWQAAAAAGCAAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAAH1wAAAAAEWwAAAAAGWQAAAAAEWQAAAAAHCAAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAADWwAAAAABWwAAAAADWwAAAAAGWwAAAAAD1wAAAAAEWwAAAAAEWQAAAAACWQAAAAAFCAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADCAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAA1wAAAAAFWwAAAAACWQAAAAAEWQAAAAAECAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAG1wAAAAAFCAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAA1wAAAAAEWwAAAAAHWQAAAAAFWQAAAAAECAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAA1wAAAAAEWwAAAAAHWQAAAAAEWQAAAAAGWwAAAAAHCAAAAAAAWQAAAAAFWQAAAAAGCAAAAAAA1gAAAAAFCAAAAAAAbAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAA1wAAAAACWwAAAAAGWQAAAAAEWQAAAAAEWQAAAAACVwAAAAAAWQAAAAAEWQAAAAADCAAAAAAACAAAAAAACAAAAAAAbAAAAAAHXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAA1wAAAAAFWwAAAAAFWQAAAAAEWQAAAAADWQAAAAAFVwAAAAAAWQAAAAAEWQAAAAAHWQAAAAAFVwAAAAAAWQAAAAAGWQAAAAAHXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAA1wAAAAABWwAAAAAFWwAAAAAGWwAAAAADWwAAAAAH1wAAAAABWQAAAAACWQAAAAACWQAAAAAHVwAAAAAAWQAAAAAGWQAAAAAH1wAAAAAD1wAAAAAFWwAAAAAG1wAAAAAF1wAAAAACmQAAAAACCAAAAAAACAAAAAAA1wAAAAAF1wAAAAADWQAAAAAEWQAAAAAHCAAAAAAACAAAAAAACAAAAAAAbAAAAAAHmQAAAAACWwAAAAAFWwAAAAAGCAAAAAAAWwAAAAAGWwAAAAAHWwAAAAAGWwAAAAADWwAAAAAF1wAAAAAFWQAAAAAEWQAAAAAFCAAAAAAA1wAAAAADCAAAAAAAbAAAAAAGmQAAAAAAWwAAAAAGWwAAAAAGVwAAAAAAWwAAAAAFWwAAAAADWwAAAAAGWwAAAAACWwAAAAAF1wAAAAADWQAAAAADWQAAAAAECAAAAAAA1wAAAAAFCAAAAAAAbAAAAAAFWwAAAAAFWwAAAAAHWwAAAAAECAAAAAAAWwAAAAAEWwAAAAAHWwAAAAAHWwAAAAAHWwAAAAAG1wAAAAACWQAAAAAGWQAAAAAFCAAAAAAACAAAAAAACAAAAAAACAAAAAAAVwAAAAAAWwAAAAADWwAAAAADVwAAAAAAWwAAAAAGWwAAAAAHWwAAAAAFWwAAAAAEWwAAAAAHWwAAAAAEWQAAAAAFWQAAAAAFCAAAAAAAWwAAAAACWgAAAAAHWgAAAAAD version: 6 -4,4: ind: -4,4 @@ -3642,7 +3645,7 @@ entities: version: 6 11,14: ind: 11,14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 16,1: ind: 16,1 @@ -3650,7 +3653,7 @@ entities: version: 6 15,10: ind: 15,10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 15,1: ind: 15,1 @@ -3670,7 +3673,7 @@ entities: version: 6 15,8: ind: 15,8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 15,14: ind: 15,14 @@ -3702,11 +3705,11 @@ entities: version: 6 14,6: ind: 14,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 15,6: ind: 15,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 8,15: ind: 8,15 @@ -3770,7 +3773,7 @@ entities: version: 6 -18,-5: ind: -18,-5 - tiles: +wAAAAAA+wAAAAAAmAAAAAAC2wAAAAAE2wAAAAAF2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAAFmAAAAAAAmAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAFmAAAAAACwAAAAAACwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACmAAAAAACmAAAAAAA2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAADmAAAAAADmAAAAAACwAAAAAAC+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABmAAAAAAC2wAAAAAC2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAACmAAAAAACmAAAAAAAmAAAAAACwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAABmAAAAAAA2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAABmAAAAAAAmAAAAAAAwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACmAAAAAAC2wAAAAAE2wAAAAAC2wAAAAAC2wAAAAAD2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAB2wAAAAAD2wAAAAAF2wAAAAAB2wAAAAAB2wAAAAAEmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAC2wAAAAAF2wAAAAAB2wAAAAAE2wAAAAAE2wAAAAAEmQAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADmAAAAAAD2wAAAAAC2wAAAAAF2wAAAAAC2wAAAAAC2wAAAAAEmQAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmQAAAAAD2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADmAAAAAAA2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAC2wAAAAAEmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmAAAAAAC2wAAAAAF2wAAAAAC2wAAAAAE2wAAAAAD2wAAAAACmAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAC2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAD2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAFmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmAAAAAAC2wAAAAAE2wAAAAAE2wAAAAAB2wAAAAAD2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmQAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAADmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: +wAAAAAA+wAAAAAAmAAAAAAC2wAAAAAE2wAAAAAF2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAAFmAAAAAAAmAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAFmAAAAAACwAAAAAACwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACmAAAAAACmAAAAAAA2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAADmAAAAAADmAAAAAACwAAAAAAC+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAABmAAAAAAC2wAAAAAC2wAAAAAB2wAAAAAE2wAAAAAF2wAAAAACmAAAAAACmAAAAAAAmAAAAAACwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABmAAAAAAA2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAABmAAAAAAAmAAAAAAAwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACmAAAAAAC2wAAAAAE2wAAAAAC2wAAAAAC2wAAAAAD2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAwAAAAAADmAAAAAAB2wAAAAAD2wAAAAAF2wAAAAAB2wAAAAAB2wAAAAAEmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAC2wAAAAAF2wAAAAAB2wAAAAAE2wAAAAAE2wAAAAAEmQAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADmAAAAAAD2wAAAAAC2wAAAAAF2wAAAAAC2wAAAAAC2wAAAAAEmQAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmQAAAAAD2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADmAAAAAAA2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAC2wAAAAAEmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmAAAAAAC2wAAAAAF2wAAAAAC2wAAAAAE2wAAAAAD2wAAAAACmAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAC2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmAAAAAAD2wAAAAAC2wAAAAAF2wAAAAAF2wAAAAAD2wAAAAAFmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmAAAAAAC2wAAAAAE2wAAAAAE2wAAAAAB2wAAAAAD2wAAAAAFmAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADmQAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAADmAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -18,-4: ind: -18,-4 @@ -3798,7 +3801,7 @@ entities: version: 6 -21,-2: ind: -21,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD version: 6 -20,-6: ind: -20,-6 @@ -3806,7 +3809,7 @@ entities: version: 6 -20,-2: ind: -20,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAD version: 6 -20,-4: ind: -20,-4 @@ -3830,7 +3833,7 @@ entities: version: 6 -19,-2: ind: -19,-2 - tiles: wAAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGmAAAAAAAmAAAAAADmAAAAAABmAAAAAABmAAAAAABmQAAAAAC2wAAAAAB2wAAAAAE2wAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAAmQAAAAAA2wAAAAAE2wAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACmQAAAAADmQAAAAAC2wAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACmAAAAAAC2wAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAD+wAAAAAAwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAAC+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAAB+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAA + tiles: wAAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGmAAAAAAAmAAAAAADmAAAAAABmAAAAAABmAAAAAABmQAAAAAC2wAAAAAB2wAAAAAE2wAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAAmQAAAAAA2wAAAAAE2wAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACmQAAAAADmQAAAAAC2wAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACmAAAAAAC2wAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmQAAAAAAmAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAmAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAD+wAAAAAAwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAAC+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAAC+wAAAAAA+wAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAAB+wAAAAAA+wAAAAAAwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAD+wAAAAAA+wAAAAAA version: 6 -17,-1: ind: -17,-1 @@ -3858,7 +3861,7 @@ entities: version: 6 -22,-2: ind: -22,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC version: 6 -18,-1: ind: -18,-1 @@ -3914,7 +3917,7 @@ entities: version: 6 -22,5: ind: -22,5 - tiles: +gAAAAAA+gAAAAAAmAAAAAACmAAAAAADmAAAAAAAmAAAAAACmAAAAAADmAAAAAADmAAAAAAAmAAAAAADmAAAAAACmAAAAAADmAAAAAACmAAAAAAAmAAAAAABmAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAAD+wAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: +gAAAAAA+gAAAAAAmAAAAAACmAAAAAADmAAAAAAAmAAAAAACmAAAAAADmAAAAAADmAAAAAAAmAAAAAADmAAAAAACmAAAAAADmAAAAAACmAAAAAAAmAAAAAABmAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAAD+wAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAB+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB version: 6 -20,4: ind: -20,4 @@ -3946,7 +3949,7 @@ entities: version: 6 -22,6: ind: -22,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -18,1: ind: -18,1 @@ -3986,7 +3989,7 @@ entities: version: 6 -25,4: ind: -25,4 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAA5wAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 -19,7: ind: -19,7 @@ -4046,7 +4049,7 @@ entities: version: 6 -23,4: ind: -23,4 - tiles: wAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: wAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 -19,-1: ind: -19,-1 @@ -4058,7 +4061,7 @@ entities: version: 6 -22,4: ind: -22,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAAC+wAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAC3QAAAAAA3QAAAAAAmAAAAAACmAAAAAADmAAAAAADmAAAAAADmAAAAAABmAAAAAADmAAAAAACmAAAAAACmAAAAAAAmAAAAAADmAAAAAAAmAAAAAADmAAAAAADmAAAAAAB4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAB2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAF2wAAAAAF4gAAAAAA2wAAAAAE2wAAAAAD2wAAAAAD2wAAAAAF2wAAAAAB2wAAAAAF2wAAAAAC2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAD2wAAAAAE2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAC2wAAAAAE2wAAAAAE2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAE2wAAAAAC2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAE + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAAC+wAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAC3QAAAAAA3QAAAAAAmAAAAAACmAAAAAADmAAAAAADmAAAAAADmAAAAAABmAAAAAADmAAAAAACmAAAAAACmAAAAAAAmAAAAAADmAAAAAAAmAAAAAADmAAAAAADmAAAAAAB4gAAAAAA4gAAAAAA2wAAAAAF2wAAAAAB2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAF2wAAAAAF4gAAAAAA2wAAAAAE2wAAAAAD2wAAAAAD2wAAAAAF2wAAAAAB2wAAAAAF2wAAAAAC2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAD2wAAAAAD2wAAAAAC2wAAAAAD2wAAAAAE2wAAAAAE2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAD2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAE2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAC2wAAAAAE2wAAAAAE2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAE2wAAAAAC2wAAAAAE2wAAAAAE2wAAAAAD2wAAAAAF2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAF2wAAAAAC2wAAAAAD2wAAAAAF2wAAAAAF2wAAAAAE version: 6 -16,7: ind: -16,7 @@ -4074,7 +4077,7 @@ entities: version: 6 -24,8: ind: -24,8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -24,3: ind: -24,3 @@ -4082,15 +4085,15 @@ entities: version: 6 -24,4: ind: -24,4 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAD3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 -24,5: ind: -24,5 - tiles: +gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAAE1gAAAAAC1gAAAAAF1gAAAAAC1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAC1gAAAAAD1gAAAAAE1gAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAADDwAAAAADDwAAAAABDwAAAAABDwAAAAACDwAAAAABDwAAAAADDwAAAAADDwAAAAAADwAAAAAC1gAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAAEDwAAAAACDwAAAAAADwAAAAABDwAAAAACDwAAAAABDwAAAAACDwAAAAAADwAAAAACDwAAAAAB1gAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAAEDwAAAAAADwAAAAADDwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAABDwAAAAABDwAAAAAA1gAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAABDwAAAAACDwAAAAADDwAAAAACDwAAAAADDwAAAAABDwAAAAABDwAAAAADDwAAAAACDwAAAAAC1gAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAAD1gAAAAAFDwAAAAACDwAAAAABDwAAAAAADwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA1gAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAD1gAAAAAE1gAAAAAD1gAAAAAE1gAAAAAF1gAAAAAD1gAAAAAD1gAAAAAE1gAAAAAB1gAAAAAE1gAAAAAC1gAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAACmQAAAAAAAAAAAAAAmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACAAAAAAAAAAAAAAAAmQAAAAADmQAAAAADAAAAAAAAAAAAAAAAmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAABmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAABAAAAAAAAmQAAAAACmQAAAAADAAAAAAAAmQAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAADsQAAAAAAsQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAABmQAAAAABAAAAAAAAmQAAAAABmQAAAAACmQAAAAABAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAsQAAAAABjQAAAAAAjQAAAAAA + tiles: +gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAAD1gAAAAAE1gAAAAAC1gAAAAAF1gAAAAAC1gAAAAAF1gAAAAAF1gAAAAAF1gAAAAAC1gAAAAAD1gAAAAAE1gAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAADDwAAAAADDwAAAAABDwAAAAABDwAAAAACDwAAAAABDwAAAAADDwAAAAADDwAAAAAADwAAAAAC1gAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAA1gAAAAAEDwAAAAACDwAAAAAADwAAAAABDwAAAAACDwAAAAABDwAAAAACDwAAAAAADwAAAAACDwAAAAAB1gAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAAEDwAAAAAADwAAAAADDwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAABDwAAAAABDwAAAAAA1gAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1gAAAAABDwAAAAACDwAAAAADDwAAAAACDwAAAAADDwAAAAABDwAAAAABDwAAAAADDwAAAAACDwAAAAAC1gAAAAABwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAAD1gAAAAAFDwAAAAACDwAAAAABDwAAAAAADwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA1gAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAD1gAAAAAE1gAAAAAD1gAAAAAE1gAAAAAF1gAAAAAD1gAAAAAD1gAAAAAE1gAAAAAB1gAAAAAE1gAAAAAC1gAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAACmQAAAAAAwAAAAAABmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACAAAAAAAAAAAAAAAAmQAAAAADmQAAAAADwAAAAAABAAAAAAAAmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAADmQAAAAABmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAmQAAAAABAAAAAAAAmQAAAAACmQAAAAADAAAAAAAAmQAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAADsQAAAAAAsQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAABmQAAAAABAAAAAAAAmQAAAAABmQAAAAACmQAAAAABwAAAAAADmQAAAAADAAAAAAAAAAAAAAAAsQAAAAABjQAAAAAAjQAAAAAA version: 6 -24,6: ind: -24,6 - tiles: AAAAAAAAmQAAAAAAmQAAAAABmQAAAAADmQAAAAACmQAAAAACmQAAAAAAmQAAAAABmQAAAAADmQAAAAAAmQAAAAACAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAABAAAAAAAAmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAmQAAAAACmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAAAAAAAAAmQAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAABjQAAAAAAjQAAAAAAmQAAAAACmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAsQAAAAABjQAAAAAAjQAAAAAAmQAAAAAAmQAAAAABwAAAAAADeAAAAAACeAAAAAACeAAAAAACeAAAAAABeAAAAAADeAAAAAABeAAAAAADwAAAAAADmQAAAAADwAAAAAABsQAAAAACsQAAAAABsQAAAAAAwAAAAAACmQAAAAACmQAAAAADeAAAAAADeAAAAAABeQAAAAACeAAAAAACeAAAAAADeAAAAAADeAAAAAADwAAAAAADmQAAAAAAwAAAAAADsQAAAAABsQAAAAADsQAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAACAAAAAAAAmQAAAAACAAAAAAAAsQAAAAADsQAAAAACsQAAAAABmQAAAAAAmQAAAAABAAAAAAAAeAAAAAABeAAAAAADeAAAAAACeQAAAAACeAAAAAABeAAAAAACeAAAAAACAAAAAAAAmQAAAAACAAAAAAAAsQAAAAABsQAAAAABsQAAAAAAmQAAAAABmQAAAAAAAAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAACeAAAAAADeAAAAAACAAAAAAAAmQAAAAABmQAAAAADmQAAAAACsQAAAAACsQAAAAADmQAAAAACmQAAAAADmQAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAACeQAAAAADeAAAAAADAAAAAAAAmQAAAAACmQAAAAAAAAAAAAAAsQAAAAAAsQAAAAABAAAAAAAAmQAAAAACmQAAAAABeAAAAAABeAAAAAABeQAAAAADeAAAAAACeAAAAAABeAAAAAACeAAAAAACAAAAAAAAAAAAAAAAmQAAAAACAAAAAAAAsQAAAAADsQAAAAADAAAAAAAAmQAAAAAAAAAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAADAAAAAAAAAAAAAAAAmQAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAmQAAAAABAAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAABAAAAAAAAmQAAAAABmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAAAmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA + tiles: AAAAAAAAmQAAAAAAmQAAAAABmQAAAAADmQAAAAACmQAAAAACmQAAAAAAmQAAAAABmQAAAAADmQAAAAAAmQAAAAACAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAABmQAAAAADmQAAAAABAAAAAAAAmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAmQAAAAACmQAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAAAAAAAAAmQAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAABjQAAAAAAjQAAAAAAmQAAAAACmQAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAADwAAAAAADwAAAAAABsQAAAAABjQAAAAAAjQAAAAAAmQAAAAAAmQAAAAABwAAAAAADeAAAAAACeAAAAAACeAAAAAACeAAAAAABeAAAAAADeAAAAAABeAAAAAADwAAAAAADmQAAAAADwAAAAAABsQAAAAACsQAAAAABsQAAAAAAwAAAAAACmQAAAAACmQAAAAADeAAAAAADeAAAAAABeQAAAAACeAAAAAACeAAAAAADeAAAAAADeAAAAAADwAAAAAADmQAAAAAAwAAAAAADsQAAAAABsQAAAAADsQAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAACAAAAAAAAmQAAAAACAAAAAAAAsQAAAAADsQAAAAACsQAAAAABmQAAAAAAmQAAAAABAAAAAAAAeAAAAAABeAAAAAADeAAAAAACeQAAAAACeAAAAAABeAAAAAACeAAAAAACAAAAAAAAmQAAAAACAAAAAAAAsQAAAAABsQAAAAABsQAAAAAAmQAAAAABmQAAAAAAAAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAACeAAAAAADeAAAAAACAAAAAAAAmQAAAAABmQAAAAADmQAAAAACsQAAAAACsQAAAAADmQAAAAACmQAAAAADmQAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAACeQAAAAADeAAAAAADwAAAAAADmQAAAAACmQAAAAAAAAAAAAAAsQAAAAAAsQAAAAABAAAAAAAAmQAAAAACmQAAAAABeAAAAAABeAAAAAABeQAAAAADeAAAAAACeAAAAAABeAAAAAACeAAAAAACAAAAAAAAAAAAAAAAmQAAAAACAAAAAAAAsQAAAAADsQAAAAADAAAAAAAAmQAAAAAAAAAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAADAAAAAAAAAAAAAAAAmQAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAmQAAAAABAAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAABAAAAAAAAmQAAAAABmQAAAAADmQAAAAABmQAAAAABmQAAAAABmQAAAAAAmQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAA version: 6 -28,1: ind: -28,1 @@ -4102,15 +4105,15 @@ entities: version: 6 -25,5: ind: -25,5 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAZgAAAAADZgAAAAAEZgAAAAAHZgAAAAACZgAAAAAHZgAAAAAHZgAAAAAHZgAAAAACZgAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAZgAAAAAEZgAAAAAHZgAAAAAGZgAAAAAGZgAAAAADZgAAAAACZgAAAAADZgAAAAAGZgAAAAAG4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAACZgAAAAAGZgAAAAAHZgAAAAAFZgAAAAAFZgAAAAAGZgAAAAABZgAAAAAEZgAAAAAGZgAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAZgAAAAAEZgAAAAAHZgAAAAACZgAAAAAGZgAAAAABZgAAAAAGZgAAAAADZgAAAAAFZgAAAAAH4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAABZgAAAAAHZgAAAAAGZgAAAAAHZgAAAAAHZgAAAAAHZgAAAAACZgAAAAAGZgAAAAABZgAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAADAAAAAAAAZgAAAAADZgAAAAAGZgAAAAAFZgAAAAAHZgAAAAAHZgAAAAAGZgAAAAAGZgAAAAADZgAAAAAG4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAADwAAAAAADZgAAAAAGZgAAAAAGZgAAAAAFZgAAAAAFZgAAAAAHZgAAAAADZgAAAAAEZgAAAAAEZgAAAAAE + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA6gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAAAAAAAAAZgAAAAADZgAAAAAEZgAAAAAHZgAAAAACZgAAAAAHZgAAAAAHZgAAAAAHZgAAAAACZgAAAAAD4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAACAAAAAAAAZgAAAAAEZgAAAAAHZgAAAAAGZgAAAAAGZgAAAAADZgAAAAACZgAAAAADZgAAAAAGZgAAAAAG4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAACZgAAAAAGZgAAAAAHZgAAAAAFZgAAAAAFZgAAAAAGZgAAAAABZgAAAAAEZgAAAAAGZgAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAADZgAAAAAEZgAAAAAHZgAAAAACZgAAAAAGZgAAAAABZgAAAAAGZgAAAAADZgAAAAAFZgAAAAAH4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAwAAAAAABZgAAAAAHZgAAAAAGZgAAAAAHZgAAAAAHZgAAAAAHZgAAAAACZgAAAAAGZgAAAAABZgAAAAAF4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAADAAAAAAAAZgAAAAADZgAAAAAGZgAAAAAFZgAAAAAHZgAAAAAHZgAAAAAGZgAAAAAGZgAAAAADZgAAAAAG4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAADwAAAAAADZgAAAAAGZgAAAAAGZgAAAAAFZgAAAAAFZgAAAAAHZgAAAAADZgAAAAAEZgAAAAAEZgAAAAAE version: 6 -25,6: ind: -25,6 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAADAAAAAAAAmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAADmQAAAAADmQAAAAAAAAAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAmQAAAAAAwAAAAAACmQAAAAADmQAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAADmQAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABwAAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAACmQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAmQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAACmQAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4AAAAAAAmQAAAAACAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAmQAAAAADAAAAAAAAmQAAAAABmQAAAAADAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAABmQAAAAABAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAADmQAAAAADwAAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADmQAAAAABwAAAAAACmQAAAAADmQAAAAACAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAAAmQAAAAADmQAAAAACAAAAAAAAmQAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABmQAAAAAAmQAAAAAAmQAAAAADAAAAAAAAmQAAAAACmQAAAAADmQAAAAACAAAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAADAAAAAAAAmQAAAAACmQAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAADmQAAAAADmQAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAwAAAAAACmQAAAAAAwAAAAAACmQAAAAADmQAAAAAAAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAB4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAADmQAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAABwAAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAACmQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAAAAAAAAAmQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA8QAAAAAAmQAAAAACmQAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA4AAAAAAAmQAAAAACAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAmQAAAAADAAAAAAAAmQAAAAABmQAAAAADwAAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAABmQAAAAABAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAwAAAAAADAAAAAAAAmQAAAAACmQAAAAADmQAAAAADwAAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADmQAAAAABwAAAAAACmQAAAAADmQAAAAACwAAAAAADAAAAAAAAmQAAAAAAmQAAAAAAmQAAAAADmQAAAAACAAAAAAAAmQAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABmQAAAAAAmQAAAAAAmQAAAAADAAAAAAAAmQAAAAACmQAAAAADmQAAAAACAAAAAAAA version: 6 -25,7: ind: -25,7 - tiles: mQAAAAADlwAAAAADlwAAAAAClwAAAAADlwAAAAAAmQAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABmQAAAAABlwAAAAADlwAAAAABmQAAAAADlwAAAAAAmQAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAABlwAAAAABlwAAAAAClwAAAAADmQAAAAAAmQAAAAABmQAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACHAAAAAAGmQAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlwAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAlwAAAAAD+wAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAHmQAAAAAD+wAAAAAA+wAAAAAAmQAAAAADlwAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAHHAAAAAAA+wAAAAAAmQAAAAACmQAAAAAAmQAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: mQAAAAADlwAAAAADlwAAAAAClwAAAAADlwAAAAAAmQAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABmQAAAAABlwAAAAADlwAAAAABmQAAAAADlwAAAAAAmQAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAABlwAAAAABlwAAAAAClwAAAAADmQAAAAAAmQAAAAABmQAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACHAAAAAAGmQAAAAAD+wAAAAAA+wAAAAAA+wAAAAAA+wAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlwAAAAAB+wAAAAAA+wAAAAAA+wAAAAAAlwAAAAAD+wAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAHmQAAAAAD+wAAAAAA+wAAAAAAmQAAAAADlwAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAHHAAAAAAA+wAAAAAAmQAAAAACmQAAAAAAmQAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAD version: 6 -25,2: ind: -25,2 @@ -4138,11 +4141,11 @@ entities: version: 6 -26,4: ind: -26,4 - tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAA1gAAAAAC1gAAAAAE1gAAAAACcgAAAAACcgAAAAADcgAAAAAD1gAAAAAE1gAAAAAF5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAHBwAAAAAA/AAAAAAABwAAAAAEIAAAAAAC1gAAAAAFcwAAAAADcwAAAAADcgAAAAADcwAAAAADcwAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAHIAAAAAAD1gAAAAAEcwAAAAACcwAAAAADcgAAAAABcwAAAAADcgAAAAADcgAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAD1gAAAAADcgAAAAADcwAAAAACcgAAAAACcgAAAAADcgAAAAAD1gAAAAAE5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAC1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAF1gAAAAAC1gAAAAAE1gAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAADBwAAAAAA/AAAAAAABwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAIAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAEBwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAE/AAAAAAABwAAAAAEBwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAIBwAAAAAGAAAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA + tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAA1gAAAAAE1gAAAAACcgAAAAACcgAAAAADcgAAAAAD1gAAAAAE1gAAAAAF5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAHBwAAAAAA/AAAAAAABwAAAAAEIAAAAAAC1gAAAAAFcwAAAAADcwAAAAADcgAAAAADcwAAAAADcwAAAAAD1gAAAAAF5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAHIAAAAAAD1gAAAAAEcwAAAAACcwAAAAADcgAAAAABcwAAAAADcgAAAAADcgAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAD1gAAAAADcgAAAAADcwAAAAACcgAAAAACcgAAAAADcgAAAAAD1gAAAAAE5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAC1gAAAAAD1gAAAAAD1gAAAAAD1gAAAAAF1gAAAAAC1gAAAAAE1gAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAADBwAAAAAA/AAAAAAABwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAIAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAEBwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAE/AAAAAAABwAAAAAEBwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAIBwAAAAAGAAAAAAAAwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAAD5wAAAAAA4gAAAAAA version: 6 -26,5: ind: -26,5 - tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAFBwAAAAAA/AAAAAAABwAAAAAABwAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAK/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAADBwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAACgAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAACBwAAAAAA/AAAAAAABwAAAAAABwAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAA1gAAAAAF1gAAAAAE1gAAAAAC1gAAAAAF1gAAAAAD1gAAAAAE1gAAAAAD5wAAAAAA4gAAAAAA + tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAFBwAAAAAA/AAAAAAABwAAAAAABwAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAK/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAADBwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAACgAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAACBwAAAAAA/AAAAAAABwAAAAAABwAAAAACAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAA1gAAAAAF1gAAAAAE1gAAAAAC1gAAAAAF1gAAAAAD1gAAAAAE1gAAAAAD5wAAAAAA4gAAAAAA version: 6 -23,0: ind: -23,0 @@ -4150,15 +4153,15 @@ entities: version: 6 -24,7: ind: -24,7 - tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -23,7: ind: -23,7 - tiles: wAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: wAAAAAACwAAAAAADwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAAD version: 6 -22,7: ind: -22,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -27,2: ind: -27,2 @@ -4166,15 +4169,15 @@ entities: version: 6 -26,3: ind: -26,3 - tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAB/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAALBwAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAAC/AAAAAAACgAAAAAABwAAAAALBwAAAAAB/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAA7AAAAAAA9QAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAA+QAAAAAA5QAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAIBwAAAAAA/AAAAAAABwAAAAAA1gAAAAAD1gAAAAAD1gAAAAAF1gAAAAAE1gAAAAAE1gAAAAAD1gAAAAAF1gAAAAAF5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAADHwAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAADBwAAAAAA/AAAAAAABwAAAAAAIAAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAFIAAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAABHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAACHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAD/AAAAAAABwAAAAAAIAAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAKBwAAAAAA/AAAAAAABwAAAAAAIAAAAAADHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAAIAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAAA5wAAAAAA4gAAAAAA + tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAAB/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAALBwAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAAC/AAAAAAACgAAAAAABwAAAAALBwAAAAAB/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAA7AAAAAAA9QAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADAAAAAAAA+QAAAAAA5QAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAIBwAAAAAA/AAAAAAABwAAAAAAIAAAAAAA1gAAAAAD1gAAAAAF1gAAAAAE1gAAAAAE1gAAAAAD1gAAAAAF1gAAAAAF5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAADHwAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAADBwAAAAAA/AAAAAAABwAAAAAAIAAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAAD5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAFIAAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAABHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAAIAAAAAACHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAAB5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAD/AAAAAAABwAAAAAAIAAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAKBwAAAAAA/AAAAAAABwAAAAAAIAAAAAADHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAAIAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAAA5wAAAAAA4gAAAAAA version: 6 -23,6: ind: -23,6 - tiles: jQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAAAmQAAAAAAmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAABAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACmQAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAADmQAAAAAAmQAAAAADmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAABAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAACjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACsQAAAAACjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACmQAAAAADmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAACsQAAAAACsQAAAAAAkQAAAAAAsQAAAAAAAAAAAAAAmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAABsQAAAAAAsQAAAAABkQAAAAAAsQAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAADsQAAAAAAsQAAAAAAkQAAAAAAsQAAAAADmQAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAAAsQAAAAABsQAAAAAAsQAAAAABmQAAAAABmQAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAAAmQAAAAABmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: jQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAAAmQAAAAAAmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAABAAAAAAAAmQAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACmQAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAADmQAAAAAAmQAAAAADmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAABAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAsQAAAAACjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACsQAAAAACjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACmQAAAAADmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAsQAAAAACsQAAAAACsQAAAAAAkQAAAAAAsQAAAAAAwAAAAAADmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAABsQAAAAAAsQAAAAABkQAAAAAAsQAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAADsQAAAAAAsQAAAAAAkQAAAAAAsQAAAAADmQAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAAAsQAAAAABsQAAAAAAsQAAAAABmQAAAAABmQAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAAAmQAAAAABmQAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAC version: 6 -26,6: ind: -26,6 - tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAF/AAAAAAABwAAAAAEBwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAE/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAL1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAB1gAAAAAD1gAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAG/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAB3gAAAAAA+gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABAAAAAAAAAAAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAAAAAAAAAwAAAAAACGwAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAAAAAAAAAwAAAAAABGwAAAAAGwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAD/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAAAAAAAAAwAAAAAABGwAAAAAFwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAB + tiles: /AAAAAAACgAAAAAABwAAAAAABwAAAAAF/AAAAAAABwAAAAAEBwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAE/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAJBwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA2QAAAAAA5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAL1gAAAAAE1gAAAAAE1gAAAAAE1gAAAAAF1gAAAAAB1gAAAAAD1gAAAAAC5wAAAAAA4gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAG/AAAAAAABwAAAAAABwAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAAB3gAAAAAA+gAAAAAA/AAAAAAACgAAAAAABwAAAAAABwAAAAAA/AAAAAAABwAAAAAABwAAAAAAwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACAAAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAAAAAAAAAwAAAAAACGwAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACAAAAAAAAAAAAAAAA/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAAAAAAAAAwAAAAAABGwAAAAAGwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAAD/AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAAAAAAAAAwAAAAAABGwAAAAAFwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAAB version: 6 -27,7: ind: -27,7 @@ -4186,7 +4189,7 @@ entities: version: 6 -23,8: ind: -23,8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -27,5: ind: -27,5 @@ -4226,7 +4229,7 @@ entities: version: 6 -23,5: ind: -23,5 - tiles: +gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAADAAAAAAAAmQAAAAABmQAAAAABmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsQAAAAADsQAAAAABsQAAAAADsQAAAAAAsQAAAAAAAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: +gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAA+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAACmQAAAAACAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAmQAAAAAAmQAAAAACmQAAAAADAAAAAAAAmQAAAAABmQAAAAABmQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAsQAAAAADsQAAAAABsQAAAAADsQAAAAAAsQAAAAAAAAAAAAAAmQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAjQAAAAAAsQAAAAACAAAAAAAAmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -27,0: ind: -27,0 @@ -4262,7 +4265,7 @@ entities: version: 6 -26,8: ind: -26,8 - tiles: /AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAwAAAAAADwAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAAFHAAAAAAGwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: /AAAAAAACgAAAAAACgAAAAAACgAAAAAA/AAAAAAACgAAAAAACgAAAAAAwAAAAAADwAAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAAFHAAAAAAGwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -27,3: ind: -27,3 @@ -5226,11 +5229,11 @@ entities: version: 6 2,-9: ind: 2,-9 - tiles: wAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAABAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADwAAAAAACwAAAAAACwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAD + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAAD version: 6 7,-11: ind: 7,-11 - tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: 4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 10,-14: ind: 10,-14 @@ -5242,7 +5245,7 @@ entities: version: 6 8,-12: ind: 8,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAADAAAAAAAAwAAAAAAC4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAAD7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAAC7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAwAAAAAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACAAAAAAAAwAAAAAADwAAAAAAD7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACwAAAAAABwAAAAAABwAAAAAAD3QAAAAAA3QAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA4gAAAAAA version: 6 5,-16: ind: 5,-16 @@ -5416,6 +5419,238 @@ entities: ind: 15,-3 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 + 16,3: + ind: 16,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 18,6: + ind: 18,6 + tiles: wAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 18,5: + ind: 18,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAADwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 15,4: + ind: 15,4 + tiles: wAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAABwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA + version: 6 + 16,4: + ind: 16,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 19,6: + ind: 19,6 + tiles: GwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAwAAAAAAAwAAAAAABGwAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVgAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAGwAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAGwAAAAAAwAAAAAAAaQAAAAAAawAAAAAAawAAAAAAaQAAAAAAaQAAAAAAGwAAAAAAaQAAAAAAGwAAAAAAaQAAAAAAaQAAAAAAawAAAAAAawAAAAAAaQAAAAAAwAAAAAACGwAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAGwAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAwAAAAAAAwAAAAAABGwAAAAAAGwAAAAAAwAAAAAAAawAAAAAAawAAAAAAawAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAawAAAAAAawAAAAAAawAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAawAAAAAAawAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAawAAAAAAawAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 16,6: + ind: 16,6 + tiles: AAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 16,7: + ind: 16,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAADwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAADGwAAAAAAGwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 14,8: + ind: 14,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAD + version: 6 + 17,4: + ind: 17,4 + tiles: AAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAA + version: 6 + 22,8: + ind: 22,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,6: + ind: 17,6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAB + version: 6 + 18,2: + ind: 18,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 16,2: + ind: 16,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,2: + ind: 17,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 22,7: + ind: 22,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,7: + ind: 17,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAGwAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAGwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 22,6: + ind: 22,6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 16,5: + ind: 16,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,1: + ind: 17,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 19,7: + ind: 19,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 14,7: + ind: 14,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 19,5: + ind: 19,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 16,8: + ind: 16,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADwAAAAAABwAAAAAADwAAAAAACOgAAAAAAOgAAAAAAAwAAAAAAAwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,8: + ind: 17,8 + tiles: AwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAOgAAAAAAOgAAAAAAwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAwAAAAAAAwAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 18,8: + ind: 18,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,9: + ind: 17,9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 18,9: + ind: 18,9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 19,2: + ind: 19,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 18,10: + ind: 18,10 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 19,9: + ind: 19,9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 20,5: + ind: 20,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,5: + ind: 17,5 + tiles: wAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAADwAAAAAABwAAAAAADwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAADwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 19,3: + ind: 19,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 20,6: + ind: 20,6 + tiles: GwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAADwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAACwAAAAAACwAAAAAACwAAAAAADwAAAAAADwAAAAAACwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 20,7: + ind: 20,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 20,8: + ind: 20,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 16,10: + ind: 16,10 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 15,7: + ind: 15,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 15,9: + ind: 15,9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAA + version: 6 + 18,7: + ind: 18,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 20,4: + ind: 20,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 17,10: + ind: 17,10 + tiles: AAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAwAAAAAABAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 21,6: + ind: 21,6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 16,9: + ind: 16,9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -22,8: + ind: -22,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -25,8: + ind: -25,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-12: + ind: 1,-12 + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 1,-11: + ind: 1,-11 + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 0,-14: + ind: 0,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAwAAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAbgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAwAAAAAAA + version: 6 + 3,-17: + ind: 3,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -24,-4: + ind: -24,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -23,-4: + ind: -23,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 20,3: + ind: 20,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-14: + ind: 3,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAACAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAABAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAwAAAAAADwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAACwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADwAAAAAACwAAAAAACAAAAAAAAwAAAAAACwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAADAAAAAAAAwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAABAAAAAAAAAAAAAAAAwAAAAAADwAAAAAADwAAAAAACwAAAAAABwAAAAAACwAAAAAADwAAAAAADwAAAAAADAAAAAAAA + version: 6 + 2,-19: + ind: 2,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-19: + ind: 3,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 22,3: + ind: 22,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 - type: SpreaderGrid - type: GridPathfinding - type: Gravity @@ -5432,34 +5667,36 @@ entities: color: '#9B0000FF' id: Basalt1 decals: - 6735: 188,140 - 6736: 178,126 + 6707: 188,140 + 6708: 178,126 - node: color: '#FFFFFFFF' id: Basalt2 decals: 136: 139,189 312: 108,206 - 630: -152,-140 - 1035: 126,82 - 2233: 102,32 - 3530: -58,-151 - 3858: 132,-80 - 5574: -202,-216 - 5867: 152,-36 - 7239: -68,204 - 7275: -104,220 - 7335: -124,176 - 8487: -202,21 - 8792: -52,-198 - 9691: 218,-82 - 9772: 230,-16 + 629: -152,-140 + 1034: 126,82 + 2225: 102,32 + 3517: -58,-151 + 3845: 132,-80 + 5546: -202,-216 + 5839: 152,-36 + 7211: -68,204 + 7247: -104,220 + 7307: -124,176 + 8375: -202,21 + 9576: 218,-82 + 9629: 230,-16 + 10224: 265,153 + 10930: -386,82 + 11008: -352,120 - node: cleanable: True color: '#FFFFFFFF' id: Basalt2 decals: - 3983: -55.92563,-125.0845 + 3970: -55.92563,-125.0845 - node: color: '#FFFFFFFF' id: Basalt3 @@ -5479,1151 +5716,1228 @@ entities: 549: -51,-63 558: -28,-63 565: -14,-58 - 572: -153,-98 - 602: -202,-141 - 705: -212,-140 - 820: -192,-92 - 883: 102,112 - 921: 82,88 - 1055: 121,114 - 1058: 121,124 - 1062: 127,127 - 1090: 130,98 - 1091: 130,100 - 1101: 128,119 - 1107: 135,114 - 1130: 137,95 - 1133: 142,90 - 1156: 142,114 - 1157: 143,116 - 1164: 146,78 - 1238: 74,0 - 1257: 90,-29 - 1263: 69,-2 - 1311: 46,146 - 1325: 38,165 - 1361: 24,166 - 1406: 34,138 - 1440: 20,183 - 1490: 12,122 - 1503: 9,153 - 1648: 69,175 - 1665: 14,186 - 1669: 21,191 - 1704: -11,13 - 1765: 6,18 - 1794: 4,27 - 1805: -42,11 - 1952: -91,-34 - 2021: -103,-23 - 2076: -2,71 - 2150: -43,64 - 2152: -48,78 - 2166: -52,58 - 2173: -50,69 - 2184: -64,36 - 2190: -64,69 - 2206: 95,31 - 2223: 118,26 - 2240: 109,37 - 2264: 90,46 - 2385: 152,38 - 3211: -85,-129 - 3216: -99,-137 - 3364: -114,-142 - 3386: -126,-156 - 3405: -128,-123 - 3430: -107,-183 - 3462: -118,-113 - 3534: -60,-144 - 3542: -58,-136 - 3817: 140,-95 - 3824: 134,-110 - 3827: 132,-101 - 3899: 126,-57 - 3988: -69,-103 - 4071: -33,-97 - 4080: -28,-136 - 4083: -32,-124 - 4114: -26,-96 - 4127: -44,-138 - 4188: -19,-91 - 4266: -10,-102 - 4478: 207,41 - 4492: 204,58 - 4509: 148,55 - 4568: 142,58 - 4576: 174,18 - 4588: 162,10 - 4604: 215,41 - 4627: 208,78 - 4667: 210,94 - 4695: 204,97 - 4705: 216,32 - 4709: 217,41 - 4726: 220,59 - 4753: 222,95 - 4756: 218,99 - 4757: 218,101 - 4836: 234,51 - 4982: 24,-90 - 4990: 38,-91 - 5092: 60,76 - 5140: 107,63 - 5142: 110,61 - 5175: -235,-65 - 5216: -222,-118 - 5239: -242,-70 - 5331: -208,-66 - 5387: -266,-102 - 5419: -244,-134 - 5715: -166,-210 - 5729: -154,-224 - 5761: -147,-219 - 5805: 30,24 - 5808: 35,24 - 5820: 52,25 - 5840: 151,-44 - 5879: 165,-34 - 6017: 85,-64 - 6037: 92,-69 - 6074: 76,-70 - 6081: 78,-59 - 6084: 158,152 - 6137: 140,161 - 6171: 132,155 - 6184: 132,176 - 6243: 152,220 - 6253: 165,222 - 6283: 182,149 - 6520: 101,159 - 6551: 88,160 - 6556: 89,169 - 6571: 86,139 - 6590: 87,169 - 6628: 79,169 - 6704: -219,-162 - 6762: 160,120 - 6781: -150,-77 - 6811: -164,-69 - 6813: -163,-66 - 6839: -192,-59 - 7037: -74,168 - 7075: -93,152 - 7085: -76,153 - 7092: -98,152 - 7137: -109,166 - 7154: -106,176 - 7170: -105,212 - 7177: -116,161 - 7205: -69,153 - 7287: -91,222 - 7316: -124,155 - 7407: 157,119 - 7437: 212,115 - 7438: 212,118 - 7513: 223,159 - 7532: 22,117 - 7644: 34,-118 - 7727: 46,-110 - 7799: 64,-92 - 7837: 25,-151 - 7858: 58,-148 - 7898: 86,-117 - 7926: 22,-139 - 7976: -154,32 - 8073: -174,88 - 8090: -204,25 - 8106: -202,40 - 8150: -138,26 - 8452: -180,3 - 8492: -187,-2 - 8493: -186,-8 - 8552: -213,-1 - 8554: -210,-3 - 8702: -107,-193 - 8723: -108,-201 - 8778: -64,-187 - 8800: -50,-187 - 8819: -52,-159 - 8828: -82,18 - 8885: -90,37 - 8908: -104,38 - 9582: 234,-20 - 9612: 235,-65 - 9614: 238,-67 - 9805: 246,-36 - 47474: 102,-144 - 48704: 121,-142 - 48709: 121,-132 - 48727: 128,-137 - 48732: 135,-142 - 48741: 128,-123 - 48965: 106,-77 + 571: -153,-98 + 601: -202,-141 + 704: -212,-140 + 819: -192,-92 + 882: 102,112 + 920: 82,88 + 1054: 121,114 + 1057: 121,124 + 1061: 127,127 + 1089: 130,98 + 1090: 130,100 + 1100: 128,119 + 1106: 135,114 + 1129: 137,95 + 1132: 142,90 + 1155: 142,114 + 1156: 143,116 + 1163: 146,78 + 1237: 74,0 + 1256: 90,-29 + 1262: 69,-2 + 1310: 46,146 + 1324: 38,165 + 1360: 24,166 + 1405: 34,138 + 1439: 20,183 + 1489: 12,122 + 1502: 9,153 + 1647: 69,175 + 1664: 14,186 + 1668: 21,191 + 1703: -11,13 + 1764: 6,18 + 1793: 4,27 + 1804: -42,11 + 1951: -91,-34 + 2020: -103,-23 + 2075: -2,71 + 2149: -43,64 + 2151: -48,78 + 2165: -52,58 + 2172: -50,69 + 2183: -64,36 + 2189: -64,69 + 2203: 95,31 + 2215: 118,26 + 2232: 109,37 + 2254: 90,46 + 2372: 152,38 + 3198: -85,-129 + 3203: -99,-137 + 3351: -114,-142 + 3373: -126,-156 + 3392: -128,-123 + 3417: -107,-183 + 3449: -118,-113 + 3521: -60,-144 + 3529: -58,-136 + 3804: 140,-95 + 3811: 134,-110 + 3814: 132,-101 + 3886: 126,-57 + 3975: -69,-103 + 4058: -33,-97 + 4067: -28,-136 + 4070: -32,-124 + 4101: -26,-96 + 4114: -44,-138 + 4175: -19,-91 + 4242: -10,-102 + 4452: 207,41 + 4466: 204,58 + 4483: 148,55 + 4542: 142,58 + 4550: 174,18 + 4562: 162,10 + 4578: 215,41 + 4601: 208,78 + 4641: 210,94 + 4669: 204,97 + 4679: 216,32 + 4683: 217,41 + 4700: 220,59 + 4727: 222,95 + 4730: 218,99 + 4731: 218,101 + 4810: 234,51 + 4956: 24,-90 + 4964: 38,-91 + 5066: 60,76 + 5114: 107,63 + 5116: 110,61 + 5149: -235,-65 + 5190: -222,-118 + 5213: -242,-70 + 5305: -208,-66 + 5361: -266,-102 + 5393: -244,-134 + 5687: -166,-210 + 5701: -154,-224 + 5733: -147,-219 + 5777: 30,24 + 5780: 35,24 + 5792: 52,25 + 5812: 151,-44 + 5851: 165,-34 + 5989: 85,-64 + 6009: 92,-69 + 6046: 76,-70 + 6053: 78,-59 + 6056: 158,152 + 6109: 140,161 + 6143: 132,155 + 6156: 132,176 + 6215: 152,220 + 6225: 165,222 + 6255: 182,149 + 6492: 101,159 + 6523: 88,160 + 6528: 89,169 + 6543: 86,139 + 6562: 87,169 + 6600: 79,169 + 6676: -219,-162 + 6734: 160,120 + 6753: -150,-77 + 6783: -164,-69 + 6785: -163,-66 + 6811: -192,-59 + 7009: -74,168 + 7047: -93,152 + 7057: -76,153 + 7064: -98,152 + 7109: -109,166 + 7126: -106,176 + 7142: -105,212 + 7149: -116,161 + 7177: -69,153 + 7259: -91,222 + 7288: -124,155 + 7379: 157,119 + 7409: 212,115 + 7410: 212,118 + 7485: 223,159 + 7504: 22,117 + 7607: 34,-118 + 7667: 46,-110 + 7724: 64,-92 + 7771: 58,-148 + 7805: 86,-117 + 7865: -154,32 + 7962: -174,88 + 7979: -204,25 + 7995: -202,40 + 8039: -138,26 + 8340: -180,3 + 8380: -187,-2 + 8381: -186,-8 + 8440: -213,-1 + 8442: -210,-3 + 8590: -107,-193 + 8611: -108,-201 + 8666: -64,-187 + 8685: -50,-187 + 8704: -52,-159 + 8713: -82,18 + 8770: -90,37 + 8793: -104,38 + 9467: 234,-20 + 9497: 235,-65 + 9499: 238,-67 + 9662: 246,-36 + 9836: 102,-144 + 9851: 121,-142 + 9856: 121,-132 + 9870: 128,-137 + 9875: 135,-142 + 9884: 128,-123 + 9900: 106,-77 + 9925: 281,105 + 10011: 278,117 + 10030: 264,112 + 10076: 290,138 + 10088: 256,100 + 10305: 246,154 + 10369: 237,165 + 10400: 280,166 + 10412: 294,165 + 10463: -130,-57 + 10466: -124,-80 + 10491: -124,-101 + 10505: -113,-75 + 10519: -116,-95 + 10539: -122,-110 + 10697: 82,-168 + 10746: -224,-8 + 10775: -221,24 + 10872: -354,103 + 10885: -363,73 + 10910: -375,95 + 10926: -382,100 + 10937: -384,119 + 10948: -369,116 + 10959: -355,119 + 10970: -394,92 + 10982: -391,124 + 10986: -385,127 + 11004: -355,126 + 11022: -341,127 + 11024: -338,125 + 11050: -384,133 + 11077: -352,135 + 11116: 4,-208 + 11128: 15,-203 + 11133: 22,-208 + 11171: -22,-205 + 11190: -39,-215 - node: cleanable: True color: '#9B0000FF' id: Basalt5 decals: - 6734: 189,140 + 6706: 189,140 - node: color: '#FFFFFFFF' id: Basalt5 decals: 128: 139,171 - 651: -144,-149 - 903: 106,108 - 959: 118,92 - 1166: 149,73 - 1240: 76,3 - 1716: 10,15 - 1974: -94,10 - 2013: -104,-36 - 2247: 137,25 - 3289: -71,-127 - 3385: -126,-158 - 3399: -121,-142 - 3928: 147,-56 - 3969: 138,-113 - 4126: -44,-141 - 4390: 197,47 - 4410: 176,62 - 4438: 169,72 - 4500: 206,69 - 4518: 149,63 - 4625: 213,64 - 4660: 201,89 - 4819: 225,102 - 5168: -236,-73 - 5494: -139,-115 - 5638: -190,-214 - 6159: 187,153 - 6203: 151,212 - 6850: -171,-64 - 6881: -215,-56 - 7985: -147,37 - 7999: -196,76 - 8173: -138,92 - 8812: -55,-167 - 9449: 186,-20 - 9677: 201,-82 - 48714: 127,-129 + 650: -144,-149 + 902: 106,108 + 958: 118,92 + 1165: 149,73 + 1239: 76,3 + 1715: 10,15 + 1973: -94,10 + 2012: -104,-36 + 2237: 137,25 + 3276: -71,-127 + 3372: -126,-158 + 3386: -121,-142 + 3915: 147,-56 + 3956: 138,-113 + 4113: -44,-141 + 4366: 197,47 + 4386: 176,62 + 4412: 169,72 + 4474: 206,69 + 4492: 149,63 + 4599: 213,64 + 4634: 201,89 + 4793: 225,102 + 5142: -236,-73 + 5468: -139,-115 + 5610: -190,-214 + 6131: 187,153 + 6175: 151,212 + 6822: -171,-64 + 6853: -215,-56 + 7874: -147,37 + 7888: -196,76 + 8062: -138,92 + 8697: -55,-167 + 9334: 186,-20 + 9562: 201,-82 + 9861: 127,-129 + 10169: 302,146 + 10630: 106,-148 + 10715: 118,-164 + 10730: 130,-158 + 10731: 130,-156 + 10755: -224,7 + 10925: -382,98 - node: cleanable: True color: '#FFFFFFFF' id: Basalt5 decals: - 3982: -52.997265,-126.98288 + 3969: -52.997265,-126.98288 - node: cleanable: True color: '#9B0000FF' id: Basalt6 decals: - 6737: 190,126 - 6738: 192,127 - 6739: 192,128 + 6709: 190,126 + 6710: 192,127 + 6711: 192,128 - node: cleanable: True color: '#FFFFFFFF' id: Basalt7 decals: - 3981: -43.871204,-125.20163 + 3968: -43.871204,-125.20163 - node: color: '#9D9D97DF' id: BotGreyscale decals: - 2890: 110,-37 - 2891: 111,-37 - 2892: 112,-37 - 2893: 112,-38 - 2894: 111,-38 - 2895: 110,-38 - 2896: 115,-37 - 2897: 115,-38 - 2898: 116,-37 - 2899: 116,-38 - 2900: 116,-40 - 2901: 115,-40 - 2902: 107,-41 - 2903: 108,-41 - 2904: 102,-31 - 2905: 103,-31 - 2906: 104,-31 - 2907: 108,-31 - 2908: 107,-31 - 2909: 106,-31 + 2877: 110,-37 + 2878: 111,-37 + 2879: 112,-37 + 2880: 112,-38 + 2881: 111,-38 + 2882: 110,-38 + 2883: 115,-37 + 2884: 115,-38 + 2885: 116,-37 + 2886: 116,-38 + 2887: 116,-40 + 2888: 115,-40 + 2889: 107,-41 + 2890: 108,-41 + 2891: 102,-31 + 2892: 103,-31 + 2893: 104,-31 + 2894: 108,-31 + 2895: 107,-31 + 2896: 106,-31 - node: color: '#EFB34196' id: BotLeft decals: - 4270: -34,-101 - 4271: -38,-115 - 4282: -36,-114 - 4283: -35,-114 - 4284: -36,-116 - 4376: 176,48 - 4377: 177,48 - 4378: 177,49 - 4379: 178,49 - 4380: 179,48 - 4381: 179,49 - 5431: -372,89 - 5434: -371,89 - 5435: -370,89 + 4246: -34,-101 + 4247: -38,-115 + 4258: -36,-114 + 4259: -35,-114 + 4260: -36,-116 + 4352: 176,48 + 4353: 177,48 + 4354: 177,49 + 4355: 178,49 + 4356: 179,48 + 4357: 179,49 + 5405: -372,89 + 5408: -371,89 + 5409: -370,89 + - node: + color: '#FFA500CD' + id: Bushe3 + decals: + 11226: 101.55642,-121.15778 + - node: + color: '#FFA500CD' + id: Bushe4 + decals: + 11225: 104.50017,-121.17653 + - node: + color: '#FFA500CD' + id: Bushg2 + decals: + 11227: 98.4433,-125.50729 + 11234: 103.14676,-120.1623 + - node: + color: '#FFA500CD' + id: Bushh1 + decals: + 11228: 93.68628,-126.49612 + - node: + color: '#FFA500CD' + id: Bushh3 + decals: + 11229: 94.36128,-126.533615 + 11230: 97.73832,-121.83583 + - node: + color: '#FFA500CD' + id: Bushi1 + decals: + 11231: 102.2613,-121.20569 + 11232: 104.586296,-126.62928 + 11233: 101.264824,-123.36678 - node: color: '#EFB34196' id: Delivery decals: - 4281: -38,-115 - 4370: 184,48 - 4371: 188,48 - 4372: 189,49 - 4373: 189,48 - 4374: 190,49 - 4375: 188,47 - 5430: -372,89 - 5432: -371,89 - 5433: -370,89 - 5436: -391,100 - 5437: -391,101 - 5438: -391,102 - 5439: -390,100 - 5440: -390,101 - 5441: -390,102 - 5442: -389,100 - 5443: -389,101 - 5444: -389,102 - 5445: -388,100 - 5446: -388,101 - 5447: -388,102 - 5448: -387,100 - 5449: -387,101 - 5450: -387,102 + 4257: -38,-115 + 4346: 184,48 + 4347: 188,48 + 4348: 189,49 + 4349: 189,48 + 4350: 190,49 + 4351: 188,47 + 5404: -372,89 + 5406: -371,89 + 5407: -370,89 + 5410: -391,100 + 5411: -391,101 + 5412: -391,102 + 5413: -390,100 + 5414: -390,101 + 5415: -390,102 + 5416: -389,100 + 5417: -389,101 + 5418: -389,102 + 5419: -388,100 + 5420: -388,101 + 5421: -388,102 + 5422: -387,100 + 5423: -387,101 + 5424: -387,102 - node: color: '#FED83D79' id: Delivery decals: - 2888: 110,-33 - 2889: 116,-33 + 2875: 110,-33 + 2876: 116,-33 - node: color: '#FFFFFF1B' id: Delivery decals: - 7621: 160,-176 - 7622: 161,-176 + 7593: 160,-176 + 7594: 161,-176 - node: color: '#9D9D97FF' id: DeliveryGreyscale decals: - 2519: 12,-24 - 2520: 13,-24 - 2521: 14,-24 - 2599: 30,-38 - 2600: 30,-39 - 2601: 31,-39 - 2602: 31,-38 - 2603: 32,-38 - 2604: 32,-39 + 2506: 12,-24 + 2507: 13,-24 + 2508: 14,-24 + 2586: 30,-38 + 2587: 30,-39 + 2588: 31,-39 + 2589: 31,-38 + 2590: 32,-38 + 2591: 32,-39 - node: color: '#FED83D79' id: DeliveryGreyscale decals: - 2883: 111,-33 - 2884: 112,-33 - 2885: 113,-33 - 2886: 114,-33 - 2887: 115,-33 + 2870: 111,-33 + 2871: 112,-33 + 2872: 113,-33 + 2873: 114,-33 + 2874: 115,-33 - node: angle: -1.5707963267948966 rad color: '#3F3330D0' id: Dirt decals: - 8181: -196,25 - 8182: -194,26 - 8183: -193,26 - 8184: -192,26 - 8185: -191,26 - 8186: -191,27 - 8187: -192,27 - 8188: -193,27 - 8189: -194,27 - 8190: -195,27 - 8191: -195,26 - 8192: -197,25 - 8193: -197,26 - 8194: -196,26 - 8195: -197,27 - 8196: -196,27 - 8197: -196,28 - 8198: -197,28 - 8199: -197,29 - 8200: -196,29 - 8201: -197,30 - 8202: -196,30 - 8203: -195,30 - 8204: -195,29 - 8205: -195,28 - 8206: -194,28 - 8207: -194,29 - 8208: -194,30 - 8209: -193,30 - 8210: -193,29 - 8211: -193,28 - 8212: -192,28 - 8213: -191,28 - 8214: -191,29 - 8215: -192,29 - 8216: -192,30 - 8217: -191,30 + 8070: -196,25 + 8071: -194,26 + 8072: -193,26 + 8073: -192,26 + 8074: -191,26 + 8075: -191,27 + 8076: -192,27 + 8077: -193,27 + 8078: -194,27 + 8079: -195,27 + 8080: -195,26 + 8081: -197,25 + 8082: -197,26 + 8083: -196,26 + 8084: -197,27 + 8085: -196,27 + 8086: -196,28 + 8087: -197,28 + 8088: -197,29 + 8089: -196,29 + 8090: -197,30 + 8091: -196,30 + 8092: -195,30 + 8093: -195,29 + 8094: -195,28 + 8095: -194,28 + 8096: -194,29 + 8097: -194,30 + 8098: -193,30 + 8099: -193,29 + 8100: -193,28 + 8101: -192,28 + 8102: -191,28 + 8103: -191,29 + 8104: -192,29 + 8105: -192,30 + 8106: -191,30 - node: color: '#3F3330D0' id: Dirt decals: - 8176: -191,25 - 8177: -192,25 - 8178: -193,25 - 8179: -194,25 - 8180: -195,25 + 8065: -191,25 + 8066: -192,25 + 8067: -193,25 + 8068: -194,25 + 8069: -195,25 - node: color: '#50280099' id: Dirt decals: - 9326: 203,177 - 9327: 203,178 - 9328: 202,179 - 9329: 202,181 - 9330: 204,183 - 9331: 205,184 - 9332: 203,183 - 9333: 204,185 - 9334: 205,187 - 9335: 205,189 - 9336: 206,191 - 9337: 205,193 - 9338: 204,195 - 9339: 203,195 - 9340: 201,192 - 9341: 202,193 - 9342: 205,195 - 9343: 203,194 - 9344: 201,193 - 9345: 205,194 - 9346: 204,194 - 9347: 206,193 - 9348: 208,189 - 9349: 210,189 - 9350: 212,189 - 9351: 212,190 - 9352: 209,189 - 9353: 211,190 - 9354: 213,191 - 9355: 213,194 - 9356: 212,197 - 9357: 212,198 - 9358: 215,185 - 9359: 215,183 - 9360: 214,182 - 9361: 215,183 - 9362: 215,184 - 9363: 215,182 - 9364: 214,183 - 9365: 212,186 - 9366: 211,186 - 9367: 210,185 - 9368: 209,185 - 9369: 210,186 - 9370: 204,185 - 9371: 203,184 - 9372: 204,185 - 9373: 203,184 - 9374: 204,184 - 9375: 203,182 - 9376: 204,186 - 9377: 205,186 - 9378: 204,186 - 9379: 204,184 - 9380: 203,185 - 9381: 202,171 - 9382: 203,169 - 9383: 206,167 - 9384: 205,169 - 9385: 203,170 - 9386: 203,170 - 9387: 205,170 - 9388: 207,170 - 9389: 206,166 - 9390: 207,164 - 9391: 208,164 - 9392: 203,167 - 9393: 204,168 - 9394: 204,167 - 9395: 205,169 - 9396: 206,169 - 9397: 206,168 - 9398: 206,170 - 9399: 204,170 - 9400: 206,169 - 9401: 205,170 - 9402: 204,170 - 9403: 202,170 - 9404: 203,171 - 9405: 205,168 - 9406: 205,168 - 9407: 204,169 - 9408: 205,167 - 9409: 205,167 - 9410: 205,167 - 9411: 206,168 - 9412: 206,166 - 9413: 206,167 - 9414: 207,165 - 9415: 202,171 + 9211: 203,177 + 9212: 203,178 + 9213: 202,179 + 9214: 202,181 + 9215: 204,183 + 9216: 205,184 + 9217: 203,183 + 9218: 204,185 + 9219: 205,187 + 9220: 205,189 + 9221: 206,191 + 9222: 205,193 + 9223: 204,195 + 9224: 203,195 + 9225: 201,192 + 9226: 202,193 + 9227: 205,195 + 9228: 203,194 + 9229: 201,193 + 9230: 205,194 + 9231: 204,194 + 9232: 206,193 + 9233: 208,189 + 9234: 210,189 + 9235: 212,189 + 9236: 212,190 + 9237: 209,189 + 9238: 211,190 + 9239: 213,191 + 9240: 213,194 + 9241: 212,197 + 9242: 212,198 + 9243: 215,185 + 9244: 215,183 + 9245: 214,182 + 9246: 215,183 + 9247: 215,184 + 9248: 215,182 + 9249: 214,183 + 9250: 212,186 + 9251: 211,186 + 9252: 210,185 + 9253: 209,185 + 9254: 210,186 + 9255: 204,185 + 9256: 203,184 + 9257: 204,185 + 9258: 203,184 + 9259: 204,184 + 9260: 203,182 + 9261: 204,186 + 9262: 205,186 + 9263: 204,186 + 9264: 204,184 + 9265: 203,185 + 9266: 202,171 + 9267: 203,169 + 9268: 206,167 + 9269: 205,169 + 9270: 203,170 + 9271: 203,170 + 9272: 205,170 + 9273: 207,170 + 9274: 206,166 + 9275: 207,164 + 9276: 208,164 + 9277: 203,167 + 9278: 204,168 + 9279: 204,167 + 9280: 205,169 + 9281: 206,169 + 9282: 206,168 + 9283: 206,170 + 9284: 204,170 + 9285: 206,169 + 9286: 205,170 + 9287: 204,170 + 9288: 202,170 + 9289: 203,171 + 9290: 205,168 + 9291: 205,168 + 9292: 204,169 + 9293: 205,167 + 9294: 205,167 + 9295: 205,167 + 9296: 206,168 + 9297: 206,166 + 9298: 206,167 + 9299: 207,165 + 9300: 202,171 - node: cleanable: True color: '#5F544CFF' id: Dirt decals: - 8420: -163,64 + 8309: -163,64 - node: cleanable: True color: '#9B0000FF' id: Dirt decals: - 6740: 192,127 - 6741: 191,126 - 6742: 197,140 - 6743: 182,132 - 6744: 182,131 - 6745: 183,131 - 6746: 187,141 - 6747: 187,139 + 6712: 192,127 + 6713: 191,126 + 6714: 197,140 + 6715: 182,132 + 6716: 182,131 + 6717: 183,131 + 6718: 187,141 + 6719: 187,139 - node: cleanable: True color: '#A4582FFF' id: Dirt decals: - 9002: 173,134 - 9003: 174,134 - 9004: 175,134 - 9005: 174,133 + 8887: 173,134 + 8888: 174,134 + 8889: 175,134 + 8890: 174,133 - node: cleanable: True color: '#AF9369FF' id: Dirt decals: - 9006: 174,133 - 9007: 175,133 - 9008: 176,133 - 9009: 175,132 - 9010: 176,132 - 9011: 178,132 - 9012: 180,131 - 9013: 177,131 - 9014: 182,133 - 9015: 186,134 - 9016: 186,134 - 9017: 184,131 - 9018: 186,132 - 9019: 188,130 - 9020: 186,129 - 9021: 183,129 - 9022: 189,133 - 9023: 188,134 - 9024: 188,135 - 9025: 189,139 - 9026: 187,140 - 9027: 192,136 - 9028: 192,137 - 9029: 192,139 - 9030: 191,137 - 9031: 192,138 - 9032: 195,135 - 9033: 193,136 - 9034: 192,135 - 9035: 196,136 - 9036: 197,135 - 9037: 195,138 - 9038: 195,139 - 9039: 195,139 - 9040: 196,131 - 9041: 196,130 - 9042: 195,129 - 9043: 194,129 - 9044: 189,125 - 9045: 189,127 - 9046: 190,125 - 9047: 187,126 - 9048: 185,125 - 9049: 188,125 - 9050: 182,129 - 9051: 181,129 - 9052: 181,129 - 9053: 178,128 - 9054: 177,128 - 9055: 177,129 - 9056: 179,126 - 9057: 179,125 - 9058: 181,125 - 9059: 182,125 - 9060: 182,126 - 9061: 189,133 - 9062: 195,136 - 9063: 189,139 - 9064: 189,137 - 9065: 193,140 - 9066: 191,141 - 9067: 190,141 - 9068: 193,135 - 9069: 194,133 - 9070: 193,134 - 9071: 191,131 - 9072: 192,132 - 9073: 187,131 - 9074: 182,134 - 9075: 184,134 - 9076: 184,136 - 9077: 185,126 - 9078: 184,125 - 9079: 184,127 - 9080: 189,126 - 9081: 188,126 - 9082: 193,131 - 9083: 188,131 - 9084: 188,132 - 9085: 184,132 - 9086: 186,130 - 9087: 181,137 - 9088: 189,136 - 9089: 188,136 - 9090: 189,134 - 9091: 162,161 - 9092: 162,160 - 9093: 162,160 - 9094: 166,159 - 9095: 171,162 - 9096: 170,163 - 9097: 170,163 - 9098: 170,162 - 9099: 173,163 - 9100: 170,164 - 9101: 173,161 - 9102: 172,161 - 9103: 172,161 - 9104: 172,163 - 9105: 171,163 - 9106: 172,162 - 9107: 170,161 - 9108: 175,164 - 9109: 177,164 - 9110: 181,164 - 9111: 179,164 - 9112: 178,164 - 9113: 180,157 - 9114: 181,157 - 9115: 179,157 - 9116: 178,157 - 9117: 179,158 - 9118: 170,148 - 9119: 171,147 - 9120: 171,146 - 9121: 171,146 - 9122: 172,146 - 9123: 172,147 - 9124: 171,148 - 9125: 155,152 - 9126: 155,151 - 9127: 154,151 - 9128: 154,150 - 9129: 155,150 - 9130: 154,152 - 9131: 153,166 - 9132: 152,167 - 9133: 153,168 - 9134: 153,167 - 9135: 153,167 - 9136: 153,167 - 9137: 153,168 - 9138: 153,166 - 9139: 153,166 - 9140: 146,173 - 9141: 145,173 - 9142: 145,172 - 9143: 147,172 - 9144: 149,172 - 9145: 149,171 - 9146: 149,170 - 9147: 146,170 - 9148: 145,169 - 9149: 145,167 - 9150: 148,166 - 9151: 148,166 - 9152: 146,165 - 9153: 146,164 - 9154: 146,164 - 9155: 146,167 - 9156: 147,167 - 9157: 149,168 - 9158: 149,166 - 9159: 149,165 - 9160: 146,165 - 9161: 145,165 - 9162: 143,167 - 9163: 143,168 - 9164: 142,166 - 9165: 141,165 - 9166: 140,165 - 9167: 142,165 - 9168: 144,166 - 9169: 144,167 - 9170: 146,169 - 9171: 147,171 - 9172: 148,170 - 9173: 151,166 - 9174: 151,165 - 9175: 152,166 - 9176: 152,167 - 9177: 152,168 - 9178: 145,165 - 9179: 143,166 - 9180: 140,168 - 9181: 140,168 - 9182: 144,169 - 9183: 146,170 - 9184: 147,171 - 9185: 148,170 - 9186: 148,167 - 9187: 147,167 - 9188: 148,168 - 9189: 148,168 - 9190: 145,165 - 9191: 143,165 - 9192: 142,165 - 9193: 147,167 - 9194: 148,165 - 9195: 148,164 - 9196: 147,163 - 9197: 147,162 - 9198: 148,162 - 9199: 143,168 - 9200: 140,167 - 9201: 139,166 - 9202: 145,170 - 9203: 156,181 - 9204: 155,181 - 9205: 154,181 - 9206: 155,182 - 9207: 155,183 - 9208: 156,182 - 9209: 155,181 - 9210: 155,181 - 9211: 153,181 - 9212: 156,181 - 9213: 148,181 - 9214: 147,181 - 9215: 147,182 - 9216: 148,182 - 9217: 147,181 - 9218: 149,181 - 9219: 142,181 - 9220: 141,181 - 9221: 139,183 - 9222: 141,182 - 9223: 140,182 - 9224: 142,183 - 9225: 142,182 - 9226: 141,180 - 9227: 141,180 - 9228: 148,180 - 9229: 148,180 - 9230: 189,188 - 9231: 189,189 - 9232: 190,189 - 9233: 189,188 - 9234: 190,189 - 9235: 189,190 - 9236: 190,190 - 9237: 191,190 - 9238: 192,191 - 9239: 191,191 - 9240: 193,192 - 9241: 193,191 - 9242: 192,192 - 9243: 164,189 - 9244: 163,189 - 9245: 165,189 - 9246: 164,189 - 9247: 164,190 - 9248: 165,190 - 9249: 165,189 - 9250: 164,191 - 9251: 164,191 - 9252: 164,192 - 9253: 163,192 - 9254: 167,189 - 9255: 161,191 - 9256: 161,192 - 9257: 160,190 - 9258: 166,181 - 9259: 166,181 - 9260: 164,181 - 9261: 165,182 - 9262: 166,182 - 9263: 166,182 - 9264: 164,182 - 9265: 165,181 - 9266: 165,181 - 9267: 163,181 - 9268: 166,173 - 9269: 165,173 - 9270: 165,173 - 9271: 164,173 - 9272: 164,174 - 9273: 164,172 - 9274: 165,172 - 9275: 167,174 - 9276: 167,174 - 9277: 166,174 + 8891: 174,133 + 8892: 175,133 + 8893: 176,133 + 8894: 175,132 + 8895: 176,132 + 8896: 178,132 + 8897: 180,131 + 8898: 177,131 + 8899: 182,133 + 8900: 186,134 + 8901: 186,134 + 8902: 184,131 + 8903: 186,132 + 8904: 188,130 + 8905: 186,129 + 8906: 183,129 + 8907: 189,133 + 8908: 188,134 + 8909: 188,135 + 8910: 189,139 + 8911: 187,140 + 8912: 192,136 + 8913: 192,137 + 8914: 192,139 + 8915: 191,137 + 8916: 192,138 + 8917: 195,135 + 8918: 193,136 + 8919: 192,135 + 8920: 196,136 + 8921: 197,135 + 8922: 195,138 + 8923: 195,139 + 8924: 195,139 + 8925: 196,131 + 8926: 196,130 + 8927: 195,129 + 8928: 194,129 + 8929: 189,125 + 8930: 189,127 + 8931: 190,125 + 8932: 187,126 + 8933: 185,125 + 8934: 188,125 + 8935: 182,129 + 8936: 181,129 + 8937: 181,129 + 8938: 178,128 + 8939: 177,128 + 8940: 177,129 + 8941: 179,126 + 8942: 179,125 + 8943: 181,125 + 8944: 182,125 + 8945: 182,126 + 8946: 189,133 + 8947: 195,136 + 8948: 189,139 + 8949: 189,137 + 8950: 193,140 + 8951: 191,141 + 8952: 190,141 + 8953: 193,135 + 8954: 194,133 + 8955: 193,134 + 8956: 191,131 + 8957: 192,132 + 8958: 187,131 + 8959: 182,134 + 8960: 184,134 + 8961: 184,136 + 8962: 185,126 + 8963: 184,125 + 8964: 184,127 + 8965: 189,126 + 8966: 188,126 + 8967: 193,131 + 8968: 188,131 + 8969: 188,132 + 8970: 184,132 + 8971: 186,130 + 8972: 181,137 + 8973: 189,136 + 8974: 188,136 + 8975: 189,134 + 8976: 162,161 + 8977: 162,160 + 8978: 162,160 + 8979: 166,159 + 8980: 171,162 + 8981: 170,163 + 8982: 170,163 + 8983: 170,162 + 8984: 173,163 + 8985: 170,164 + 8986: 173,161 + 8987: 172,161 + 8988: 172,161 + 8989: 172,163 + 8990: 171,163 + 8991: 172,162 + 8992: 170,161 + 8993: 175,164 + 8994: 177,164 + 8995: 181,164 + 8996: 179,164 + 8997: 178,164 + 8998: 180,157 + 8999: 181,157 + 9000: 179,157 + 9001: 178,157 + 9002: 179,158 + 9003: 170,148 + 9004: 171,147 + 9005: 171,146 + 9006: 171,146 + 9007: 172,146 + 9008: 172,147 + 9009: 171,148 + 9010: 155,152 + 9011: 155,151 + 9012: 154,151 + 9013: 154,150 + 9014: 155,150 + 9015: 154,152 + 9016: 153,166 + 9017: 152,167 + 9018: 153,168 + 9019: 153,167 + 9020: 153,167 + 9021: 153,167 + 9022: 153,168 + 9023: 153,166 + 9024: 153,166 + 9025: 146,173 + 9026: 145,173 + 9027: 145,172 + 9028: 147,172 + 9029: 149,172 + 9030: 149,171 + 9031: 149,170 + 9032: 146,170 + 9033: 145,169 + 9034: 145,167 + 9035: 148,166 + 9036: 148,166 + 9037: 146,165 + 9038: 146,164 + 9039: 146,164 + 9040: 146,167 + 9041: 147,167 + 9042: 149,168 + 9043: 149,166 + 9044: 149,165 + 9045: 146,165 + 9046: 145,165 + 9047: 143,167 + 9048: 143,168 + 9049: 142,166 + 9050: 141,165 + 9051: 140,165 + 9052: 142,165 + 9053: 144,166 + 9054: 144,167 + 9055: 146,169 + 9056: 147,171 + 9057: 148,170 + 9058: 151,166 + 9059: 151,165 + 9060: 152,166 + 9061: 152,167 + 9062: 152,168 + 9063: 145,165 + 9064: 143,166 + 9065: 140,168 + 9066: 140,168 + 9067: 144,169 + 9068: 146,170 + 9069: 147,171 + 9070: 148,170 + 9071: 148,167 + 9072: 147,167 + 9073: 148,168 + 9074: 148,168 + 9075: 145,165 + 9076: 143,165 + 9077: 142,165 + 9078: 147,167 + 9079: 148,165 + 9080: 148,164 + 9081: 147,163 + 9082: 147,162 + 9083: 148,162 + 9084: 143,168 + 9085: 140,167 + 9086: 139,166 + 9087: 145,170 + 9088: 156,181 + 9089: 155,181 + 9090: 154,181 + 9091: 155,182 + 9092: 155,183 + 9093: 156,182 + 9094: 155,181 + 9095: 155,181 + 9096: 153,181 + 9097: 156,181 + 9098: 148,181 + 9099: 147,181 + 9100: 147,182 + 9101: 148,182 + 9102: 147,181 + 9103: 149,181 + 9104: 142,181 + 9105: 141,181 + 9106: 139,183 + 9107: 141,182 + 9108: 140,182 + 9109: 142,183 + 9110: 142,182 + 9111: 141,180 + 9112: 141,180 + 9113: 148,180 + 9114: 148,180 + 9115: 189,188 + 9116: 189,189 + 9117: 190,189 + 9118: 189,188 + 9119: 190,189 + 9120: 189,190 + 9121: 190,190 + 9122: 191,190 + 9123: 192,191 + 9124: 191,191 + 9125: 193,192 + 9126: 193,191 + 9127: 192,192 + 9128: 164,189 + 9129: 163,189 + 9130: 165,189 + 9131: 164,189 + 9132: 164,190 + 9133: 165,190 + 9134: 165,189 + 9135: 164,191 + 9136: 164,191 + 9137: 164,192 + 9138: 163,192 + 9139: 167,189 + 9140: 161,191 + 9141: 161,192 + 9142: 160,190 + 9143: 166,181 + 9144: 166,181 + 9145: 164,181 + 9146: 165,182 + 9147: 166,182 + 9148: 166,182 + 9149: 164,182 + 9150: 165,181 + 9151: 165,181 + 9152: 163,181 + 9153: 166,173 + 9154: 165,173 + 9155: 165,173 + 9156: 164,173 + 9157: 164,174 + 9158: 164,172 + 9159: 165,172 + 9160: 167,174 + 9161: 167,174 + 9162: 166,174 - node: cleanable: True color: '#C27D3BFF' id: Dirt decals: - 8218: -191,25 - 8219: -191,26 - 8220: -192,29 - 8221: -196,28 - 8222: -187,25 - 8223: -190,26 - 8224: -185,33 - 8225: -173,22 - 8226: -174,23 - 8227: -173,23 - 8228: -174,24 - 8229: -173,29 - 8230: -178,22 - 8231: -179,22 - 8232: -179,23 - 8233: -177,23 - 8234: -177,22 - 8235: -178,23 - 8236: -178,27 - 8237: -174,22 - 8238: -173,24 - 8239: -178,27 - 8240: -177,28 - 8241: -177,27 - 8242: -182,32 - 8243: -178,32 - 8244: -182,30 - 8245: -181,32 - 8246: -174,32 - 8247: -176,32 - 8248: -173,27 - 8249: -173,26 - 8250: -173,24 - 8251: -174,24 - 8252: -174,25 - 8253: -173,25 - 8254: -174,26 - 8255: -173,28 - 8256: -174,27 - 8257: -177,25 - 8258: -178,24 - 8259: -170,27 - 8260: -170,26 - 8261: -169,25 - 8262: -168,27 - 8263: -169,25 - 8264: -167,25 - 8265: -169,25 - 8266: -171,24 - 8267: -170,26 - 8268: -170,29 - 8269: -167,26 - 8270: -170,26 - 8271: -170,25 - 8272: -168,27 - 8273: -169,26 - 8274: -189,31 - 8275: -185,31 - 8276: -187,29 - 8277: -187,28 - 8278: -188,32 - 8279: -190,33 - 8280: -193,35 - 8281: -194,35 - 8282: -195,35 - 8283: -196,35 - 8284: -197,35 - 8285: -197,36 - 8286: -195,36 - 8287: -193,36 - 8288: -195,34 - 8289: -196,33 - 8290: -196,32 - 8291: -193,32 - 8292: -195,34 - 8293: -193,33 - 8294: -192,32 - 8295: -197,36 - 8296: -190,35 - 8297: -190,36 - 8298: -186,36 - 8299: -185,35 - 8300: -191,35 - 8301: -191,36 - 8302: -184,41 - 8303: -188,42 - 8304: -190,44 - 8305: -182,41 - 8306: -179,42 - 8307: -177,41 - 8308: -178,39 - 8309: -181,42 - 8310: -178,45 - 8311: -176,43 - 8312: -174,40 - 8313: -175,39 - 8314: -174,47 - 8315: -177,49 - 8316: -182,49 - 8317: -183,49 - 8318: -182,50 - 8319: -181,51 - 8320: -181,48 - 8321: -186,47 - 8322: -177,53 - 8323: -178,55 - 8324: -173,52 - 8325: -178,50 - 8326: -182,54 - 8327: -182,53 - 8328: -190,55 - 8329: -190,59 - 8330: -186,57 - 8331: -188,54 - 8332: -188,57 - 8333: -185,56 - 8334: -187,54 - 8335: -188,57 - 8336: -192,49 - 8337: -192,50 - 8338: -193,54 - 8339: -189,51 - 8340: -189,48 - 8341: -190,49 - 8342: -190,48 - 8343: -190,45 - 8344: -189,44 - 8345: -189,46 - 8346: -190,46 - 8347: -187,48 - 8348: -187,47 - 8349: -186,50 - 8350: -187,51 - 8351: -186,51 - 8352: -190,42 - 8353: -190,42 - 8354: -189,41 - 8355: -193,42 - 8356: -191,39 - 8357: -191,38 - 8358: -186,41 - 8359: -187,41 - 8360: -185,42 - 8361: -183,42 - 8362: -178,43 - 8363: -168,49 - 8364: -165,48 - 8365: -165,53 - 8366: -166,54 - 8367: -165,57 - 8368: -165,59 - 8369: -167,59 - 8370: -160,57 - 8371: -159,56 - 8372: -160,56 - 8373: -168,57 - 8374: -170,57 - 8375: -169,53 - 8376: -170,52 - 8377: -169,51 - 8378: -159,56 - 8379: -154,58 - 8380: -149,57 - 8381: -150,58 - 8382: -145,59 - 8383: -145,59 - 8384: -147,57 - 8385: -152,59 - 8386: -155,58 - 8387: -156,57 - 8388: -153,61 - 8389: -151,61 - 8390: -151,63 - 8391: -153,62 - 8392: -161,61 - 8393: -158,55 - 8394: -158,61 - 8395: -161,59 - 8396: -161,55 - 8397: -161,60 - 8398: -158,60 - 8399: -160,56 - 8400: -161,56 - 8401: -163,65 - 8402: -163,67 - 8403: -166,57 - 8404: -161,57 - 8405: -193,45 - 8406: -187,55 - 8407: -182,26 - 8408: -182,22 - 8409: -179,32 - 8410: -197,28 - 8411: -194,22 - 8412: -196,22 - 8413: -192,21 - 8414: -187,22 - 8415: -175,41 - 8416: -174,41 - 8417: -173,41 - 8418: -173,42 - 8419: -181,49 + 8107: -191,25 + 8108: -191,26 + 8109: -192,29 + 8110: -196,28 + 8111: -187,25 + 8112: -190,26 + 8113: -185,33 + 8114: -173,22 + 8115: -174,23 + 8116: -173,23 + 8117: -174,24 + 8118: -173,29 + 8119: -178,22 + 8120: -179,22 + 8121: -179,23 + 8122: -177,23 + 8123: -177,22 + 8124: -178,23 + 8125: -178,27 + 8126: -174,22 + 8127: -173,24 + 8128: -178,27 + 8129: -177,28 + 8130: -177,27 + 8131: -182,32 + 8132: -178,32 + 8133: -182,30 + 8134: -181,32 + 8135: -174,32 + 8136: -176,32 + 8137: -173,27 + 8138: -173,26 + 8139: -173,24 + 8140: -174,24 + 8141: -174,25 + 8142: -173,25 + 8143: -174,26 + 8144: -173,28 + 8145: -174,27 + 8146: -177,25 + 8147: -178,24 + 8148: -170,27 + 8149: -170,26 + 8150: -169,25 + 8151: -168,27 + 8152: -169,25 + 8153: -167,25 + 8154: -169,25 + 8155: -171,24 + 8156: -170,26 + 8157: -170,29 + 8158: -167,26 + 8159: -170,26 + 8160: -170,25 + 8161: -168,27 + 8162: -169,26 + 8163: -189,31 + 8164: -185,31 + 8165: -187,29 + 8166: -187,28 + 8167: -188,32 + 8168: -190,33 + 8169: -193,35 + 8170: -194,35 + 8171: -195,35 + 8172: -196,35 + 8173: -197,35 + 8174: -197,36 + 8175: -195,36 + 8176: -193,36 + 8177: -195,34 + 8178: -196,33 + 8179: -196,32 + 8180: -193,32 + 8181: -195,34 + 8182: -193,33 + 8183: -192,32 + 8184: -197,36 + 8185: -190,35 + 8186: -190,36 + 8187: -186,36 + 8188: -185,35 + 8189: -191,35 + 8190: -191,36 + 8191: -184,41 + 8192: -188,42 + 8193: -190,44 + 8194: -182,41 + 8195: -179,42 + 8196: -177,41 + 8197: -178,39 + 8198: -181,42 + 8199: -178,45 + 8200: -176,43 + 8201: -174,40 + 8202: -175,39 + 8203: -174,47 + 8204: -177,49 + 8205: -182,49 + 8206: -183,49 + 8207: -182,50 + 8208: -181,51 + 8209: -181,48 + 8210: -186,47 + 8211: -177,53 + 8212: -178,55 + 8213: -173,52 + 8214: -178,50 + 8215: -182,54 + 8216: -182,53 + 8217: -190,55 + 8218: -190,59 + 8219: -186,57 + 8220: -188,54 + 8221: -188,57 + 8222: -185,56 + 8223: -187,54 + 8224: -188,57 + 8225: -192,49 + 8226: -192,50 + 8227: -193,54 + 8228: -189,51 + 8229: -189,48 + 8230: -190,49 + 8231: -190,48 + 8232: -190,45 + 8233: -189,44 + 8234: -189,46 + 8235: -190,46 + 8236: -187,48 + 8237: -187,47 + 8238: -186,50 + 8239: -187,51 + 8240: -186,51 + 8241: -190,42 + 8242: -190,42 + 8243: -189,41 + 8244: -193,42 + 8245: -191,39 + 8246: -191,38 + 8247: -186,41 + 8248: -187,41 + 8249: -185,42 + 8250: -183,42 + 8251: -178,43 + 8252: -168,49 + 8253: -165,48 + 8254: -165,53 + 8255: -166,54 + 8256: -165,57 + 8257: -165,59 + 8258: -167,59 + 8259: -160,57 + 8260: -159,56 + 8261: -160,56 + 8262: -168,57 + 8263: -170,57 + 8264: -169,53 + 8265: -170,52 + 8266: -169,51 + 8267: -159,56 + 8268: -154,58 + 8269: -149,57 + 8270: -150,58 + 8271: -145,59 + 8272: -145,59 + 8273: -147,57 + 8274: -152,59 + 8275: -155,58 + 8276: -156,57 + 8277: -153,61 + 8278: -151,61 + 8279: -151,63 + 8280: -153,62 + 8281: -161,61 + 8282: -158,55 + 8283: -158,61 + 8284: -161,59 + 8285: -161,55 + 8286: -161,60 + 8287: -158,60 + 8288: -160,56 + 8289: -161,56 + 8290: -163,65 + 8291: -163,67 + 8292: -166,57 + 8293: -161,57 + 8294: -193,45 + 8295: -187,55 + 8296: -182,26 + 8297: -182,22 + 8298: -179,32 + 8299: -197,28 + 8300: -194,22 + 8301: -196,22 + 8302: -192,21 + 8303: -187,22 + 8304: -175,41 + 8305: -174,41 + 8306: -173,41 + 8307: -173,42 + 8308: -181,49 - node: color: '#FFFFFFFF' id: Dirt decals: - 6730: 198,130 - 6731: 196,141 - 6732: 191,128 - 6733: 181,129 + 6702: 198,130 + 6703: 196,141 + 6704: 191,128 + 6705: 181,129 - node: cleanable: True color: '#FFFFFFFF' id: Dirt decals: - 1812: -61,-11 - 1813: -60,-12 - 1814: -61,-12 - 1815: -61,-13 - 1816: -60,-13 - 1817: -61,-14 - 1818: -60,-14 - 1819: -61,-15 - 1820: -60,-15 - 1821: -59,-15 - 1822: -59,-14 - 1823: -59,-13 - 1824: -59,-12 - 1825: -59,-11 - 1826: -60,-11 - 1827: -58,-11 - 1828: -57,-11 - 1829: -58,-12 - 1830: -57,-12 - 1831: -57,-13 - 1832: -58,-13 - 1833: -58,-14 - 1834: -57,-14 - 1835: -56,-14 - 1836: -57,-15 + 1811: -61,-11 + 1812: -60,-12 + 1813: -61,-12 + 1814: -61,-13 + 1815: -60,-13 + 1816: -61,-14 + 1817: -60,-14 + 1818: -61,-15 + 1819: -60,-15 + 1820: -59,-15 + 1821: -59,-14 + 1822: -59,-13 + 1823: -59,-12 + 1824: -59,-11 + 1825: -60,-11 + 1826: -58,-11 + 1827: -57,-11 + 1828: -58,-12 + 1829: -57,-12 + 1830: -57,-13 + 1831: -58,-13 + 1832: -58,-14 + 1833: -57,-14 + 1834: -56,-14 + 1835: -57,-15 + 1836: -58,-15 1837: -58,-15 - 1838: -58,-15 - 3769: 31,-45 - 3770: 29,-45 - 3771: 28,-45 - 3772: 27,-45 - 3773: 27,-47 - 3774: 30,-47 - 3775: 33,-46 - 3776: 36,-45 - 3777: 38,-43 - 3778: 38,-40 - 3779: 38,-39 - 3780: 32,-42 - 3781: 29,-42 - 3782: 28,-43 - 3783: 37,-48 - 4295: 27,74 - 4296: 29,72 - 4297: 29,73 - 4298: 29,73 - 4299: 28,74 - 4300: 27,75 - 4301: 29,74 - 4302: 31,78 - 4303: 30,78 - 4304: 31,77 - 4305: 27,78 - 4306: 27,77 - 4307: 28,78 - 4308: 30,74 - 4309: 27,74 - 4310: 27,77 - 4311: 28,78 - 4312: 27,78 - 4313: 28,77 - 4314: 27,76 + 3756: 31,-45 + 3757: 29,-45 + 3758: 28,-45 + 3759: 27,-45 + 3760: 27,-47 + 3761: 30,-47 + 3762: 33,-46 + 3763: 36,-45 + 3764: 38,-43 + 3765: 38,-40 + 3766: 38,-39 + 3767: 32,-42 + 3768: 29,-42 + 3769: 28,-43 + 3770: 37,-48 + 4271: 27,74 + 4272: 29,72 + 4273: 29,73 + 4274: 29,73 + 4275: 28,74 + 4276: 27,75 + 4277: 29,74 + 4278: 31,78 + 4279: 30,78 + 4280: 31,77 + 4281: 27,78 + 4282: 27,77 + 4283: 28,78 + 4284: 30,74 + 4285: 27,74 + 4286: 27,77 + 4287: 28,78 + 4288: 27,78 + 4289: 28,77 + 4290: 27,76 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 1839: -60,-13 - 3784: 30,-45 - 3792: 30,-45 - 3793: 31,-46 - 3794: 33,-45 - 3795: 36,-39 - 3796: 26,-42 - 3797: 26,-43 - 3798: 27,-42 + 1838: -60,-13 + 3771: 30,-45 + 3779: 30,-45 + 3780: 31,-46 + 3781: 33,-45 + 3782: 36,-39 + 3783: 26,-42 + 3784: 26,-43 + 3785: 27,-42 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 3789: 41,-41 - 3790: 40,-41 - 3791: 39,-41 + 3776: 41,-41 + 3777: 40,-41 + 3778: 39,-41 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 1840: -61,-12 - 1841: -56,-14 - 1842: -61,-15 - 3799: 26,-45 - 3800: 27,-42 - 3801: 33,-45 + 1839: -61,-12 + 1840: -56,-14 + 1841: -61,-15 + 3786: 26,-45 + 3787: 27,-42 + 3788: 33,-45 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 3785: 32,-44 - 3786: 29,-47 - 3787: 36,-48 - 3788: 36,-39 + 3772: 32,-44 + 3773: 29,-47 + 3774: 36,-48 + 3775: 36,-39 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Drought10 decals: - 13425: 74.17416,-133.15746 + 9782: 74.17416,-133.15746 - node: cleanable: True color: '#FFFFFFFF' id: Drought14 decals: - 4003: -70.8415,-104.16709 + 3990: -70.8415,-104.16709 - node: color: '#FFFFFFFF' id: Drought16 decals: - 13424: 71.87728,-130.34496 + 9781: 71.87728,-130.34496 - node: color: '#FFFFFFFF' id: Drought18 @@ -6647,3996 +6961,4650 @@ entities: color: '#FFFFFFFF' id: Drought32 decals: - 6722: 194.73466,127.949326 - 6723: 187.2581,125.76964 - 6724: 196.21123,137.51183 - 6725: 190.23466,140.7462 - 6726: 180.18622,124.8452 - 6727: 177.25653,127.423325 - 6728: 177.25653,128.80614 - 6729: 174.57645,133.59964 + 6694: 194.73466,127.949326 + 6695: 187.2581,125.76964 + 6696: 196.21123,137.51183 + 6697: 190.23466,140.7462 + 6698: 180.18622,124.8452 + 6699: 177.25653,127.423325 + 6700: 177.25653,128.80614 + 6701: 174.57645,133.59964 - node: color: '#FFFFFFFF' id: Drought8 decals: - 6493: 141.11621,163.9533 + 6465: 141.11621,163.9533 - node: color: '#FFFFFFFF' id: FloraBranchBroken decals: - 4353: 164.08524,16.142038 - 8929: -2.4087338,-39.56856 + 4329: 164.08524,16.142038 + 8814: -2.4087338,-39.56856 - node: angle: -3.141592653589793 rad color: '#FFFFFFFF' id: FloraBranchBrushwood decals: - 8936: -43.947968,-1.0416491 + 8821: -43.947968,-1.0416491 - node: color: '#FFFFFFFF' id: FloraBranchBrushwood decals: - 6495: 139.18073,167.92949 - 6496: 142.11823,166.99199 - 8931: -17.638681,-41.23723 + 6467: 139.18073,167.92949 + 6468: 142.11823,166.99199 + 8816: -17.638681,-41.23723 - node: color: '#FFFFFFFF' id: FloraBranchBrushwoodAlt decals: - 4288: -188.9987,-28.078012 - 6497: 146.08173,169.05942 - 8930: 5.5089436,-44.195198 + 4264: -188.9987,-28.078012 + 6469: 146.08173,169.05942 + 8815: 5.5089436,-44.195198 - node: color: '#FFFFFFFF' id: FloraDeadAgave decals: - 4315: 173.06087,191.1609 - 4316: 170.35774,186.3484 - 4357: 183.94467,18.168613 - 13426: 71.37728,-135.03246 + 4291: 173.06087,191.1609 + 4292: 170.35774,186.3484 + 4333: 183.94467,18.168613 + 9783: 71.37728,-135.03246 - node: color: '#FFFFFFFF' id: FloraTallGrass1 decals: - 4355: 163.25711,13.860788 - 13427: 72.93978,-133.11058 - 14750: 72.8508,-105.11014 - 14791: 85.021194,-99.83035 + 4331: 163.25711,13.860788 + 9784: 72.93978,-133.11058 + 9785: 72.8508,-105.11014 + 9786: 85.021194,-99.83035 - node: color: '#FFFFFFFF' id: FloraTallGrass2 decals: - 772: -201,-131 - 787: -165,-133 - 812: -216,-103 - 816: -208,-93 - 828: -215,-158 - 833: -202,-154 - 834: -146,-153 - 872: 102,104 - 879: 100,112 - 890: 103,126 - 894: 102,101 - 905: 104,119 - 1008: 97,76 - 1099: 132,107 - 1277: 65,21 - 1320: 48,155 - 1389: 48,181 - 1407: 36,139 - 1408: 38,140 - 1520: 11,176 - 1546: 3,145 - 1630: 65,147 - 1696: -18,-25 - 1730: -33,17 - 1903: -78,-46 - 1912: -74,-26 - 1931: -86,-32 - 1947: -95,-38 - 1960: -95,-23 - 1993: -71,12 - 2005: -101,-50 - 2043: -103,11 - 2145: -47,67 - 2160: -54,32 - 2164: -56,63 - 2194: -58,69 - 2333: 145,40 - 2341: 152,-16 - 2363: 154,12 - 3224: -77,-149 - 3228: -92,-153 - 3351: -107,-122 - 3404: -123,-136 - 3439: -82,-181 - 3443: -76,-184 - 3445: -75,-184 - 3453: -128,-120 - 3496: -64,-184 - 3504: -64,-175 - 3549: -62,-114 - 3834: 130,-92 - 3867: 123,-68 - 3889: 144,-67 - 3898: 126,-59 - 4001: -57,-97 - 4012: -67,-94 - 4065: -35,-105 - 4092: -27,-118 - 4098: -26,-108 - 4103: -31,-102 - 4133: -36,-137 - 4202: -44,-152 - 4253: -11,-113 - 4254: -9,-119 - 4265: -13,-97 - 4267: -9,-103 - 4365: 190,45 - 4397: 197,53 - 4422: 172,70 - 4436: 159,77 - 4441: 173,78 - 4481: 200,50 - 4487: 200,57 - 4504: 202,79 - 4559: 139,48 - 4583: 206,23 - 4626: 214,70 - 4641: 194,84 - 4649: 207,83 - 4665: 206,93 - 4790: 228,67 - 4823: 235,33 - 4852: 233,69 - 4871: 234,83 - 4939: 67.92558,119.17541 - 4940: 69.85267,122.88305 - 4941: 79.58344,120.069305 - 4942: 80.906364,116.15533 - 4943: 82.968864,116.058136 - 4967: -20,-41 - 4971: -17,-80 - 5052: 76,108 - 5132: 98,62 - 5159: -220,-76 - 5198: -217,-111 - 5268: -252,-121 - 5338: -192,-73 - 5380: -270,-109 - 5475: -143,-143 - 5487: -140,-126 - 5508: 80,24 - 5509: 80,30 - 5545: -209,-201 - 5607: -200,-224 - 5608: -197,-219 - 5624: -193,-207 - 5665: -179,-210 - 5671: -183,-208 - 5683: -178,-208 - 5757: -151,-222 - 5760: -148,-217 - 5768: -150,-206 - 5814: 42,28 - 5886: 131,-37 - 5912: 166,-29 - 5969: 113,-49 - 5985: 93,-58 - 6069: 72,-65 - 6101: 145,154 - 6130: 175,201 - 6133: 137,159 - 6234: 135,217 - 6271: 143,147 - 6272: 144,145 - 6285: 184,147 - 6376: -59,-72 - 6395: -66,-79 - 6440: -82,-67 - 6547: 90,154 - 6631: 72,178 - 6659: -219,-220 - 6887: -210,-53 - 6891: -204,-56 - 6897: -192,-56 - 6903: -184,-52 - 6922: -156,-53 - 6934: -148,-52 - 7004: -92,184 - 7043: -91,164 - 7087: -74,153 - 7146: -107,168 - 7323: -126,164 - 7363: -125,219 - 7398: 210,107 - 7417: 180,116 - 7449: 213,127 - 7484: 216,118 - 7508: 217,156 - 7526: 158,101 - 7566: 38,96 - 7570: 41,98 - 7678: 25,-117 - 7815: 73,-126 - 7844: 33,-151 - 7848: 41,-147 - 7895: 86,-124 - 7905: 81,-95 - 7981: -150,32 - 8047: -148,87 - 8070: -175,90 - 8151: -137,25 - 8424: -154,20 - 8456: -177,10 - 8468: -194,13 - 8472: -207,5 - 8474: -204,4 - 8722: -110,-204 - 8733: -92,-204 - 8764: -64,-201 - 8801: -56,-180 - 8805: -51,-178 - 8816: -50,-165 - 8859: -75,43 - 9465: 204,-20 - 9514: 226,-60 - 9522: 225,-52 - 9525: 226,-53 - 9549: 230,-27 - 9604: 226,-66 - 9610: 233,-67 - 9625: 168,-31 - 9670: 233,-73 - 9688: 216,-83 - 9838: 204,-4 - 45035: 111,-131 - 47455: 117,-130 - 47463: 116,-120 - 47466: 118,-120 - 48736: 130,-135 + 771: -201,-131 + 786: -165,-133 + 811: -216,-103 + 815: -208,-93 + 827: -215,-158 + 832: -202,-154 + 833: -146,-153 + 871: 102,104 + 878: 100,112 + 889: 103,126 + 893: 102,101 + 904: 104,119 + 1007: 97,76 + 1098: 132,107 + 1276: 65,21 + 1319: 48,155 + 1388: 48,181 + 1406: 36,139 + 1407: 38,140 + 1519: 11,176 + 1545: 3,145 + 1629: 65,147 + 1695: -18,-25 + 1729: -33,17 + 1902: -78,-46 + 1911: -74,-26 + 1930: -86,-32 + 1946: -95,-38 + 1959: -95,-23 + 1992: -71,12 + 2004: -101,-50 + 2042: -103,11 + 2144: -47,67 + 2159: -54,32 + 2163: -56,63 + 2193: -58,69 + 2320: 145,40 + 2328: 152,-16 + 2350: 154,12 + 3211: -77,-149 + 3215: -92,-153 + 3338: -107,-122 + 3391: -123,-136 + 3426: -82,-181 + 3430: -76,-184 + 3432: -75,-184 + 3440: -128,-120 + 3483: -64,-184 + 3491: -64,-175 + 3536: -62,-114 + 3821: 130,-92 + 3854: 123,-68 + 3876: 144,-67 + 3885: 126,-59 + 3988: -57,-97 + 3999: -67,-94 + 4052: -35,-105 + 4079: -27,-118 + 4085: -26,-108 + 4090: -31,-102 + 4120: -36,-137 + 4189: -44,-152 + 4229: -11,-113 + 4230: -9,-119 + 4241: -13,-97 + 4243: -9,-103 + 4341: 190,45 + 4373: 197,53 + 4398: 172,70 + 4410: 159,77 + 4415: 173,78 + 4455: 200,50 + 4461: 200,57 + 4478: 202,79 + 4533: 139,48 + 4557: 206,23 + 4600: 214,70 + 4615: 194,84 + 4623: 207,83 + 4639: 206,93 + 4764: 228,67 + 4797: 235,33 + 4826: 233,69 + 4845: 234,83 + 4913: 67.92558,119.17541 + 4914: 69.85267,122.88305 + 4915: 79.58344,120.069305 + 4916: 80.906364,116.15533 + 4917: 82.968864,116.058136 + 4941: -20,-41 + 4945: -17,-80 + 5026: 76,108 + 5106: 98,62 + 5133: -220,-76 + 5172: -217,-111 + 5242: -252,-121 + 5312: -192,-73 + 5354: -270,-109 + 5449: -143,-143 + 5461: -140,-126 + 5482: 80,24 + 5483: 80,30 + 5517: -209,-201 + 5579: -200,-224 + 5580: -197,-219 + 5596: -193,-207 + 5637: -179,-210 + 5643: -183,-208 + 5655: -178,-208 + 5729: -151,-222 + 5732: -148,-217 + 5740: -150,-206 + 5786: 42,28 + 5858: 131,-37 + 5884: 166,-29 + 5941: 113,-49 + 5957: 93,-58 + 6041: 72,-65 + 6073: 145,154 + 6102: 175,201 + 6105: 137,159 + 6206: 135,217 + 6243: 143,147 + 6244: 144,145 + 6257: 184,147 + 6348: -59,-72 + 6367: -66,-79 + 6412: -82,-67 + 6519: 90,154 + 6603: 72,178 + 6631: -219,-220 + 6859: -210,-53 + 6863: -204,-56 + 6869: -192,-56 + 6875: -184,-52 + 6894: -156,-53 + 6906: -148,-52 + 6976: -92,184 + 7015: -91,164 + 7059: -74,153 + 7118: -107,168 + 7295: -126,164 + 7335: -125,219 + 7370: 210,107 + 7389: 180,116 + 7421: 213,127 + 7456: 216,118 + 7480: 217,156 + 7498: 158,101 + 7538: 38,96 + 7542: 41,98 + 7631: 25,-117 + 7738: 73,-126 + 7759: 33,-151 + 7761: 41,-147 + 7802: 86,-124 + 7811: 81,-95 + 7870: -150,32 + 7936: -148,87 + 7959: -175,90 + 8040: -137,25 + 8312: -154,20 + 8344: -177,10 + 8356: -194,13 + 8360: -207,5 + 8362: -204,4 + 8610: -110,-204 + 8621: -92,-204 + 8652: -64,-201 + 8686: -56,-180 + 8690: -51,-178 + 8701: -50,-165 + 8744: -75,43 + 9350: 204,-20 + 9399: 226,-60 + 9407: 225,-52 + 9410: 226,-53 + 9434: 230,-27 + 9489: 226,-66 + 9495: 233,-67 + 9510: 168,-31 + 9555: 233,-73 + 9573: 216,-83 + 9695: 204,-4 + 9815: 111,-131 + 9819: 117,-130 + 9827: 116,-120 + 9830: 118,-120 + 9879: 130,-135 + 9929: 284,104 + 9962: 290,123 + 9968: 295,126 + 10045: 290,132 + 10061: 276,137 + 10116: 256,133 + 10135: 262,144 + 10188: 250,120 + 10195: 252,133 + 10210: 250,150 + 10240: 283,156 + 10334: 236,134 + 10353: 236,156 + 10358: 72,185 + 10364: 233,162 + 10368: 236,167 + 10395: 277,160 + 10512: -119,-62 + 10576: -149,-48 + 10619: 89,-147 + 10633: 115,-150 + 10647: 75,-155 + 10650: 82,-155 + 10659: 90,-158 + 10680: 119,-153 + 10694: 81,-166 + 10727: 134,-168 + 10739: 132,-149 + 10749: -223,-4 + 10776: -221,27 + 10846: -348,103 + 10867: -358,99 + 10879: -353,111 + 10916: -374,106 + 10991: -379,120 + 11007: -353,127 + 11011: -351,124 + 11013: -350,126 + 11038: -396,130 + 11070: -363,134 + 11131: 20,-205 + 11180: -30,-214 + 11216: 27,-205 + 11256: -135,-115 - node: color: '#FFFFFFFF' id: FloraTallGrass3 decals: - 768: -208,-142 - 774: -201,-128 - 782: -170,-141 - 792: -155,-141 - 796: -178,-145 - 798: -214,-139 - 799: -210,-141 - 802: -215,-135 - 805: -213,-128 - 814: -210,-98 - 819: -195,-96 - 821: -190,-94 - 831: -209,-159 - 841: -147,-123 - 845: -146,-91 - 847: 80,113 - 850: 86,115 - 852: 82,123 - 853: 82,127 - 864: 91,123 - 876: 97,117 - 887: 99,123 - 891: 82,96 - 899: 110,103 - 907: 107,114 - 910: 109,112 - 917: 106,121 - 922: 91,89 - 941: 100,84 - 943: 101,86 - 944: 102,87 - 956: 115,93 - 977: 117,116 - 980: 113,126 - 987: 80,72 - 988: 80,75 - 996: 87,78 - 998: 89,75 - 1000: 90,76 - 1005: 94,74 - 1011: 98,75 - 1020: 113,74 - 1027: 120,79 - 1040: 122,89 - 1042: 123,91 - 1046: 124,102 - 1047: 126,98 - 1064: 88,71 - 1067: 93,71 - 1070: 102,71 - 1076: 129,73 - 1089: 135,95 - 1095: 134,101 - 1100: 135,106 - 1108: 135,118 - 1113: 133,120 - 1117: 136,73 - 1119: 138,74 - 1124: 143,77 - 1126: 139,82 - 1127: 141,86 - 1128: 142,84 - 1129: 137,93 - 1143: 136,109 - 1149: 136,115 - 1154: 139,117 - 1181: 147,105 - 1182: 149,104 - 1187: 148,115 - 1192: 149,122 - 1196: 83,134 - 1198: 90,131 - 1201: 96,133 - 1205: 102,134 - 1211: 107,131 - 1212: 107,134 - 1214: 109,133 - 1220: 116,130 - 1239: 75,1 - 1247: 78,15 - 1251: 74,22 - 1253: 77,18 - 1256: 86,-28 - 1265: 64,2 - 1267: 67,5 - 1268: 68,3 - 1272: 66,8 - 1281: 69,19 - 1283: 118,-39 - 1295: 62,3 - 1298: 62,13 - 1299: 63,22 - 1306: 32,151 - 1308: 37,150 - 1313: 52,148 - 1318: 40,153 - 1327: 41,166 - 1333: 53,166 - 1337: 34,171 - 1346: 46,175 - 1363: 26,163 - 1364: 26,165 - 1368: 24,175 - 1377: 36,180 - 1383: 43,178 - 1398: 26,140 - 1413: 52,139 - 1417: 18,139 - 1420: 23,140 - 1429: 17,165 - 1430: 18,167 - 1435: 17,170 - 1442: 16,133 - 1444: 24,128 - 1445: 25,135 - 1451: 34,132 - 1457: 50,135 - 1465: 25,123 - 1474: 39,120 - 1481: 51,121 - 1492: 14,127 - 1498: 13,138 - 1500: 10,150 - 1505: 12,156 - 1508: 8,163 - 1509: 11,160 - 1530: 0,133 - 1533: 4,129 - 1534: 4,135 - 1536: 6,131 - 1549: 6,144 - 1551: 1,153 - 1554: 4,154 - 1556: 5,159 - 1563: 4,171 - 1564: 6,172 - 1578: 61,123 - 1586: 57,140 - 1587: 58,137 - 1604: 57,171 - 1617: 68,121 - 1618: 69,120 - 1621: 65,132 - 1622: 67,129 - 1623: 67,134 - 1636: 66,158 - 1645: 71,165 - 1662: 10,185 - 1666: 17,187 - 1676: 29,189 - 1683: -29,-40 - 1688: -26,-24 - 1698: 23,-30 - 1710: 3,13 - 1729: -36,19 - 1740: -21,16 - 1741: -21,22 - 1749: -10,19 - 1759: 2,21 - 1781: -38,28 - 1784: -24,26 - 1785: -24,29 - 1787: -22,24 - 1790: -11,26 - 1795: 5,28 - 1799: 13,25 - 1804: -42,4 - 1843: -64,-56 - 1855: -48,-56 - 1856: -48,-53 - 1860: -41,-56 - 1862: -38,-55 - 1898: -75,-53 - 1899: -75,-51 - 1901: -74,-56 - 1909: -80,-25 - 1918: -82,-49 - 1923: -85,-43 - 1924: -86,-40 - 1929: -88,-31 - 1936: -87,-19 - 1940: -81,-19 - 1951: -91,-39 - 1953: -89,-33 - 1957: -90,-32 - 1976: -94,15 - 2000: -59,10 - 2009: -102,-46 - 2010: -102,-41 - 2017: -100,-34 - 2019: -100,-31 - 2025: -100,-24 - 2026: -100,-20 - 2032: -101,-14 - 2033: -101,-11 - 2039: -103,7 - 2044: -102,8 - 2047: -101,9 - 2048: -101,10 - 2058: 2,68 - 2068: -5,60 - 2071: -2,56 - 2072: -7,65 - 2074: -4,67 - 2083: -1,79 - 2085: -13,57 - 2093: -12,68 - 2102: -11,73 - 2103: -11,76 - 2115: -24,78 - 2121: -20,76 - 2125: -25,63 - 2136: -26,78 - 2140: -37,79 - 2141: -47,33 - 2157: -41,76 - 2158: -52,21 - 2171: -53,65 - 2172: -51,67 - 2174: -56,76 - 2192: -60,68 - 2196: -64,72 - 2202: 89,28 - 2214: 103,30 - 2216: 106,25 - 2219: 111,28 - 2226: 92,33 - 2230: 95,34 - 2235: 103,39 - 2237: 106,32 - 2249: 140,28 - 2254: 139,32 - 2260: 143,38 - 2262: 89,45 - 2265: 91,41 - 2273: 101,42 - 2283: 126,42 - 2289: 138,40 - 2294: 148,-20 - 2296: 149,-19 - 2302: 146,-5 - 2312: 151,12 - 2317: 148,20 - 2321: 145,31 - 2325: 145,37 - 2326: 146,32 - 2329: 149,32 - 2334: 145,42 - 2336: 153,-19 - 2338: 155,-20 - 2343: 153,-14 - 2345: 155,-11 - 2358: 155,5 - 2361: 153,11 - 2380: 157,28 - 2381: 157,30 - 2387: 154,37 - 3191: -99,-128 - 3194: -90,-121 - 3198: -85,-124 - 3201: -79,-128 - 3212: -79,-134 - 3214: -76,-134 - 3220: -76,-140 - 3222: -73,-140 - 3227: -93,-154 - 3271: -69,-151 - 3273: -66,-150 - 3276: -71,-141 - 3281: -67,-144 - 3288: -67,-130 - 3343: -107,-132 - 3348: -110,-126 - 3354: -120,-147 - 3369: -119,-126 - 3393: -124,-149 - 3408: -122,-123 - 3423: -120,-177 - 3425: -116,-183 - 3427: -115,-177 - 3428: -113,-183 - 3432: -104,-183 - 3471: -105,-114 - 3472: -104,-117 - 3475: -101,-113 - 3476: -100,-116 - 3505: -64,-170 - 3506: -62,-176 - 3509: -61,-175 - 3511: -60,-169 - 3513: -58,-169 - 3521: -64,-155 - 3524: -62,-153 - 3528: -57,-157 - 3532: -64,-139 - 3533: -62,-141 - 3802: 144,-111 - 3819: 130,-107 - 3829: 133,-100 - 3838: 135,-93 - 3842: 124,-105 - 3844: 123,-104 - 3849: 123,-91 - 3856: 125,-79 - 3861: 134,-75 - 3871: 126,-72 - 3879: 133,-67 - 3881: 135,-68 - 3886: 141,-71 - 3892: 121,-63 - 3895: 123,-58 - 3896: 124,-61 - 3902: 130,-60 - 3903: 132,-57 - 3909: 137,-58 - 3915: 120,-51 - 3919: 127,-49 - 3920: 128,-53 - 3933: 152,-51 - 3944: 168,-51 - 3961: 131,-119 - 3962: 131,-118 - 3972: 144,-114 - 3997: -62,-101 - 4007: -55,-115 - 4017: -62,-90 - 4019: -60,-90 - 4039: -46,-98 - 4051: -41,-96 - 4053: -39,-132 - 4077: -33,-94 - 4093: -29,-108 - 4124: -48,-143 - 4139: -25,-139 - 4143: -18,-137 - 4147: -24,-131 - 4148: -23,-129 - 4157: -21,-128 - 4166: -22,-113 - 4170: -18,-113 - 4171: -17,-119 - 4172: -17,-113 - 4184: -23,-94 - 4185: -22,-96 - 4198: -47,-150 - 4204: -41,-146 - 4208: -39,-150 - 4212: -32,-152 - 4230: -11,-147 - 4233: -9,-146 - 4246: -10,-124 - 4250: -13,-117 - 4264: -13,-102 - 4361: 162,43 - 4382: 152,54 - 4384: 155,50 - 4399: 198,55 - 4405: 157,61 - 4416: 195,62 - 4420: 159,70 - 4425: 178,71 - 4429: 198,71 - 4446: 176,75 - 4455: 185,77 - 4457: 186,73 - 4471: 200,45 - 4479: 207,43 - 4488: 200,63 - 4489: 202,57 - 4494: 207,60 - 4497: 203,65 - 4499: 205,67 - 4507: 144,49 - 4512: 145,59 - 4514: 147,59 - 4525: 186,35 - 4529: 191,33 - 4535: 201,36 - 4541: 204,38 - 4550: 198,26 - 4552: 201,31 - 4562: 137,59 - 4570: 160,23 - 4571: 162,19 - 4572: 165,22 - 4592: 186,9 - 4597: 200,9 - 4615: 213,58 - 4624: 211,67 - 4635: 177,85 - 4636: 178,84 - 4640: 194,80 - 4644: 196,87 - 4658: 196,93 - 4670: 213,91 - 4671: 213,95 - 4672: 215,90 - 4682: 209,37 - 4694: 201,98 - 4697: 206,98 - 4703: 214,100 - 4706: 217,39 - 4712: 223,47 - 4715: 218,54 - 4716: 219,53 - 4735: 222,66 - 4738: 218,72 - 4749: 220,93 - 4768: 225,41 - 4775: 228,55 - 4784: 231,63 - 4787: 227,68 - 4794: 227,77 - 4796: 228,75 - 4804: 231,80 - 4815: 229,88 - 4816: 230,95 - 4824: 237,32 - 4828: 232,47 - 4830: 234,43 - 4835: 239,45 - 4844: 233,57 - 4849: 236,56 - 4851: 237,57 - 4855: 235,69 - 4861: 233,76 - 4863: 236,76 - 4868: 233,80 - 4875: 237,83 - 4876: 238,87 - 4879: 239,84 - 4885: 238,94 - 4945: 69.8054,116.97295 - 4946: 73.83154,119.84784 - 4948: 10,-64 - 4949: 10,-45 - 4955: 8,-93 - 4957: 11,-94 - 4969: -22,-78 - 4994: -30,-80 - 4995: -32,-63 - 5010: -28,-44 - 5011: -27,-46 - 5016: 61,99 - 5023: 57,118 - 5024: 58,112 - 5033: 68,99 - 5035: 70,98 - 5036: 64,111 - 5043: 71,110 - 5057: 78,115 - 5058: 73,125 - 5071: 64,92 - 5096: 65,74 - 5098: 67,73 - 5107: 78,72 - 5118: 73,62 - 5122: 77,59 - 5123: 78,63 - 5124: 79,61 - 5127: 87,62 - 5138: 105,61 - 5141: 109,62 - 5148: 122,58 - 5157: -218,-66 - 5160: -219,-77 - 5161: -232,-74 - 5163: -232,-67 - 5167: -238,-76 - 5178: -236,-102 - 5199: -217,-105 - 5204: -236,-119 - 5210: -230,-116 - 5214: -229,-114 - 5221: -242,-120 - 5223: -242,-99 - 5225: -245,-94 - 5233: -247,-69 - 5235: -246,-71 - 5247: -255,-107 - 5248: -253,-111 - 5256: -250,-76 - 5270: -250,-125 - 5274: -240,-123 - 5280: -229,-123 - 5296: -263,-115 - 5298: -260,-118 - 5304: -259,-110 - 5322: -214,-74 - 5324: -210,-73 - 5334: -204,-70 - 5336: -203,-66 - 5342: -187,-78 - 5348: -184,-78 - 5377: -267,-113 - 5378: -265,-119 - 5379: -272,-111 - 5388: -265,-103 - 5391: -269,-75 - 5397: -222,-133 - 5413: -250,-132 - 5414: -248,-132 - 5421: -242,-129 - 5423: -239,-132 - 5462: 61,-96 - 5476: -140,-140 - 5480: -139,-133 - 5484: -143,-123 - 5486: -141,-127 - 5496: -138,-120 - 5499: -138,-109 - 5513: 85,27 - 5517: 87,29 - 5519: 78,26 - 5527: 62,31 - 5534: -214,-222 - 5535: -214,-217 - 5551: -214,-189 - 5561: -209,-183 - 5565: -213,-171 - 5569: -207,-217 - 5571: -208,-212 - 5573: -205,-216 - 5583: -208,-200 - 5587: -203,-197 - 5592: -207,-187 - 5593: -205,-191 - 5594: -203,-192 - 5601: -203,-179 - 5602: -203,-177 - 5604: -201,-180 - 5605: -206,-174 - 5606: -204,-176 - 5623: -194,-207 - 5628: -190,-222 - 5640: -188,-213 - 5647: -189,-205 - 5659: -181,-222 - 5666: -179,-209 - 5676: -181,-208 - 5680: -179,-205 - 5685: -176,-224 - 5686: -176,-219 - 5699: -173,-201 - 5716: -165,-215 - 5720: -161,-209 - 5722: -167,-206 - 5730: -153,-220 - 5739: -160,-207 - 5742: -158,-203 - 5751: -206,-161 - 5752: -205,-165 - 5755: -203,-166 - 5759: -150,-220 - 5795: 29,9 - 5798: 26,19 - 5813: 38,31 - 5817: 47,28 - 5825: 45,35 - 5834: 75,32 - 5847: 160,-43 - 5848: 161,-41 - 5861: 144,-40 - 5863: 146,-33 - 5873: 158,-36 - 5892: 132,-29 - 5904: 156,-31 - 5913: 162,-18 - 5916: 162,-15 - 5928: 166,-3 - 5932: 162,4 - 5963: 105,-52 - 5965: 108,-52 - 5979: 90,-56 - 5982: 93,-55 - 5988: 97,-59 - 5989: 98,-64 - 5993: 100,-61 - 5999: 105,-59 - 6007: 116,-60 - 6018: 86,-58 - 6024: 87,-52 - 6026: 83,-69 - 6029: 85,-70 - 6032: 88,-71 - 6038: 92,-65 - 6050: 101,-67 - 6056: 107,-65 - 6061: 115,-71 - 6082: 72,-52 - 6086: 158,164 - 6094: 158,173 - 6106: 151,174 - 6107: 144,189 - 6119: 150,207 - 6120: 152,205 - 6122: 155,206 - 6125: 161,203 - 6138: 141,174 - 6149: 177,167 - 6157: 184,157 - 6175: 132,163 - 6181: 135,170 - 6208: 160,213 - 6211: 162,211 - 6218: 171,213 - 6222: 120,205 - 6224: 123,201 - 6228: 124,209 - 6233: 134,220 - 6236: 137,221 - 6239: 146,222 - 6246: 158,220 - 6263: 178,223 - 6264: 179,219 - 6278: 149,147 - 6294: 195,179 - 6300: -39,-74 - 6301: -37,-75 - 6315: -48,-77 - 6316: -46,-76 - 6317: -45,-73 - 6318: -44,-80 - 6330: -43,-58 - 6341: -51,-74 - 6350: -53,-71 - 6352: -50,-65 - 6360: -64,-73 - 6372: -62,-67 - 6381: -58,-59 - 6382: -64,-36 - 6384: -60,-34 - 6396: -65,-79 - 6402: -66,-65 - 6406: -67,-60 - 6416: -79,-66 - 6421: -79,-59 - 6422: -77,-63 - 6433: -81,-76 - 6446: -85,-58 - 6451: -95,-80 - 6455: -89,-75 - 6471: -90,-58 - 6474: -103,-78 - 6479: -103,-72 - 6483: -101,-69 - 6499: 97,138 - 6521: 102,155 - 6528: 102,163 - 6540: 90,147 - 6550: 92,158 - 6552: 89,167 - 6561: 90,182 - 6563: 91,181 - 6564: 93,178 - 6592: 84,176 - 6616: 73,164 - 6617: 74,160 - 6619: 75,164 - 6621: 76,166 - 6622: 72,173 - 6625: 76,172 - 6629: 79,171 - 6636: 48,114 - 6645: 46,115 - 6647: 47,113 - 6651: 34,116 - 6654: 38,114 - 6661: -224,-209 - 6678: -219,-193 - 6688: -223,-181 - 6692: -224,-171 - 6694: -222,-173 - 6698: -220,-171 - 6757: 144,142 - 6758: 145,143 - 6761: 157,137 - 6768: 177,142 - 6771: 203,146 - 6796: -188,-72 - 6799: -184,-65 - 6800: -182,-71 - 6807: -168,-71 - 6821: -153,-65 - 6844: -186,-57 - 6848: -174,-62 - 6858: -158,-64 - 6868: -150,-61 - 6869: -149,-62 - 6870: -149,-59 - 6874: -213,-62 - 6886: -211,-50 - 6916: -165,-49 - 6920: -157,-51 - 6931: -151,-52 - 6946: -79,180 - 6953: -79,190 - 6956: -75,187 - 6959: -79,197 - 6969: -78,203 - 6980: -87,191 - 6983: -82,189 - 6986: -86,195 - 6988: -85,192 - 6992: -88,205 - 6996: -81,201 - 7009: -89,188 - 7035: -77,168 - 7039: -74,175 - 7042: -93,161 - 7045: -90,165 - 7047: -86,162 - 7049: -83,163 - 7053: -79,167 - 7054: -78,163 - 7056: -96,213 - 7057: -95,215 - 7071: -76,208 - 7076: -93,155 - 7082: -81,156 - 7083: -77,155 - 7084: -77,158 - 7100: -104,171 - 7107: -103,178 - 7108: -102,176 - 7117: -104,205 - 7136: -109,161 - 7152: -109,180 - 7178: -116,165 - 7181: -115,174 - 7192: -119,198 - 7203: -72,157 - 7208: -72,160 - 7210: -67,162 - 7211: -67,166 - 7222: -72,185 - 7223: -71,188 - 7225: -67,188 - 7255: -63,202 - 7256: -61,201 - 7261: -64,213 - 7264: -57,215 - 7268: -112,216 - 7270: -110,223 - 7281: -98,220 - 7292: -86,217 - 7295: -78,223 - 7312: -59,221 - 7318: -123,156 - 7324: -126,167 - 7325: -125,167 - 7329: -121,163 - 7338: -122,181 - 7346: -123,189 - 7348: -121,188 - 7350: -126,196 - 7351: -124,199 - 7354: -128,203 - 7373: 158,110 - 7374: 159,111 - 7387: 190,106 - 7393: 207,105 - 7400: 212,104 - 7402: 215,110 - 7403: 154,118 - 7404: 155,117 - 7422: 185,115 - 7427: 189,112 - 7428: 189,117 - 7446: 211,125 - 7457: 210,140 - 7460: 214,143 - 7489: 216,125 - 7490: 217,124 - 7492: 218,126 - 7493: 219,120 - 7496: 218,131 - 7503: 219,142 - 7510: 220,153 - 7512: 222,155 - 7520: 152,102 - 7524: 156,99 - 7527: 159,98 - 7535: 25,114 - 7543: 34,110 - 7568: 38,99 - 7626: 36,-137 - 7631: 34,-132 - 7637: 39,-129 - 7645: 34,-113 - 7650: 32,-105 - 7654: 37,-106 - 7659: 24,-141 - 7664: 27,-139 - 7672: 25,-121 - 7682: 27,-119 - 7689: 27,-106 - 7697: 41,-137 - 7701: 45,-138 - 7704: 47,-143 - 7720: 41,-116 - 7732: 48,-140 - 7742: 55,-134 - 7744: 55,-131 - 7749: 55,-128 - 7753: 52,-109 - 7758: 50,-98 - 7773: 60,-127 - 7778: 63,-113 - 7781: 63,-107 - 7784: 65,-141 - 7787: 71,-132 - 7792: 65,-109 - 7801: 73,-140 - 7803: 74,-141 - 7809: 74,-132 - 7824: 74,-100 - 7827: 72,-95 - 7831: 74,-96 - 7833: 74,-90 - 7838: 25,-147 - 7842: 28,-148 - 7843: 31,-145 - 7845: 34,-146 - 7850: 47,-147 - 7854: 52,-152 - 7856: 56,-151 - 7857: 58,-152 - 7860: 60,-151 - 7861: 64,-145 - 7862: 65,-151 - 7870: 78,-151 - 7871: 78,-145 - 7876: 80,-143 - 7893: 83,-122 - 7896: 83,-120 - 7906: 81,-93 - 7928: 18,-133 - 7944: 18,-117 - 7949: 23,-116 - 7965: -157,41 - 7971: -161,34 - 7980: -151,34 - 7984: -148,39 - 7988: -195,68 - 7992: -182,68 - 8002: -192,72 - 8009: -185,77 - 8020: -198,86 - 8021: -197,85 - 8023: -196,87 - 8038: -156,84 - 8049: -147,86 - 8056: -193,93 - 8058: -188,94 - 8066: -178,88 - 8074: -173,94 - 8076: -171,94 - 8081: -160,91 - 8082: -157,88 - 8087: -150,89 - 8097: -207,39 - 8101: -208,44 - 8103: -205,40 - 8111: -207,52 - 8113: -204,52 - 8115: -208,56 - 8118: -207,62 - 8124: -205,65 - 8135: -203,75 - 8136: -203,77 - 8138: -202,72 - 8146: -203,90 - 8148: -141,26 - 8159: -140,40 - 8161: -137,69 - 8166: -139,77 - 8444: -171,12 - 8453: -178,4 - 8463: -190,8 - 8471: -207,0 - 8473: -205,1 - 8479: -207,14 - 8502: -214,6 - 8503: -213,4 - 8514: -209,28 - 8518: -214,39 - 8520: -214,47 - 8526: -215,63 - 8536: -150,15 - 8539: -146,15 - 8540: -145,9 - 8541: -145,15 - 8547: -215,-3 - 8559: -204,-6 - 8661: -110,-189 - 8665: -85,-190 - 8677: -78,-185 - 8684: -118,-192 - 8697: -118,-199 - 8719: -115,-204 - 8720: -113,-205 - 8734: -91,-208 - 8738: -86,-205 - 8741: -84,-208 - 8750: -71,-206 - 8754: -70,-198 - 8756: -71,-187 - 8767: -61,-207 - 8774: -58,-201 - 8782: -58,-185 - 8784: -56,-206 - 8787: -51,-203 - 8789: -49,-204 - 8790: -56,-193 - 8797: -53,-191 - 8799: -51,-189 - 8807: -54,-171 - 8810: -49,-173 - 8817: -50,-163 - 8841: -78,30 - 8842: -77,26 - 8866: -75,62 - 8868: -96,23 - 8870: -91,22 - 8871: -90,21 - 8873: -89,21 - 8875: -96,27 - 8888: -94,43 - 8894: -91,48 - 8896: -103,18 - 8898: -101,22 - 8909: -102,35 - 8919: -99,41 - 9294: 49,69 - 9300: 9,70 - 9309: 50,75 - 9324: 77,54 - 9325: 78,55 - 9418: 180,-48 - 9420: 178,-33 - 9431: 178,-19 - 9448: 190,-30 - 9450: 192,-43 - 9460: 204,-47 - 9471: 213,-58 - 9473: 208,-56 - 9475: 215,-50 - 9478: 212,-44 - 9479: 212,-41 - 9484: 216,-57 - 9490: 221,-57 - 9497: 222,-54 - 9506: 216,-23 - 9510: 222,-19 - 9512: 224,-63 - 9513: 224,-58 - 9533: 228,-44 - 9535: 229,-42 - 9537: 231,-41 - 9538: 224,-37 - 9544: 230,-33 - 9550: 224,-22 - 9558: 232,-63 - 9561: 235,-60 - 9591: 205,-69 - 9593: 207,-67 - 9596: 214,-72 - 9599: 215,-66 - 9602: 222,-65 - 9613: 237,-66 - 9623: 170,-39 - 9642: 203,-73 - 9646: 205,-74 - 9648: 206,-73 - 9649: 208,-77 - 9652: 211,-73 - 9654: 212,-76 - 9656: 214,-75 - 9657: 215,-74 - 9666: 226,-80 - 9667: 226,-75 - 9674: 239,-80 - 9676: 200,-83 - 9678: 203,-88 - 9689: 217,-83 - 9692: 219,-87 - 9736: 186,-16 - 9749: 205,-12 - 9750: 206,-13 - 9753: 208,-15 - 9766: 225,-11 - 9775: 232,-9 - 9786: 240,-63 - 9791: 247,-59 - 9794: 242,-55 - 9802: 243,-35 - 9827: 187,-4 - 9833: 196,-7 - 9841: 210,-5 - 9842: 210,-1 - 9851: 218,-5 - 9852: 219,-5 - 9858: 227,-5 - 9865: 241,-2 - 9887: 181,-2 - 44987: 92,-109 - 44988: 107,-112 - 47456: 119,-131 - 47457: 115,-127 - 47477: 107,-142 - 48713: 127,-131 - 48716: 122,-125 - 48719: 125,-121 - 48731: 133,-143 - 48747: 135,-122 - 48956: 67,-79 - 48961: 86,-73 - 48963: 100,-73 - 48964: 102,-76 + 767: -208,-142 + 773: -201,-128 + 781: -170,-141 + 791: -155,-141 + 795: -178,-145 + 797: -214,-139 + 798: -210,-141 + 801: -215,-135 + 804: -213,-128 + 813: -210,-98 + 818: -195,-96 + 820: -190,-94 + 830: -209,-159 + 840: -147,-123 + 844: -146,-91 + 846: 80,113 + 849: 86,115 + 851: 82,123 + 852: 82,127 + 863: 91,123 + 875: 97,117 + 886: 99,123 + 890: 82,96 + 898: 110,103 + 906: 107,114 + 909: 109,112 + 916: 106,121 + 921: 91,89 + 940: 100,84 + 942: 101,86 + 943: 102,87 + 955: 115,93 + 976: 117,116 + 979: 113,126 + 986: 80,72 + 987: 80,75 + 995: 87,78 + 997: 89,75 + 999: 90,76 + 1004: 94,74 + 1010: 98,75 + 1019: 113,74 + 1026: 120,79 + 1039: 122,89 + 1041: 123,91 + 1045: 124,102 + 1046: 126,98 + 1063: 88,71 + 1066: 93,71 + 1069: 102,71 + 1075: 129,73 + 1088: 135,95 + 1094: 134,101 + 1099: 135,106 + 1107: 135,118 + 1112: 133,120 + 1116: 136,73 + 1118: 138,74 + 1123: 143,77 + 1125: 139,82 + 1126: 141,86 + 1127: 142,84 + 1128: 137,93 + 1142: 136,109 + 1148: 136,115 + 1153: 139,117 + 1180: 147,105 + 1181: 149,104 + 1186: 148,115 + 1191: 149,122 + 1195: 83,134 + 1197: 90,131 + 1200: 96,133 + 1204: 102,134 + 1210: 107,131 + 1211: 107,134 + 1213: 109,133 + 1219: 116,130 + 1238: 75,1 + 1246: 78,15 + 1250: 74,22 + 1252: 77,18 + 1255: 86,-28 + 1264: 64,2 + 1266: 67,5 + 1267: 68,3 + 1271: 66,8 + 1280: 69,19 + 1282: 118,-39 + 1294: 62,3 + 1297: 62,13 + 1298: 63,22 + 1305: 32,151 + 1307: 37,150 + 1312: 52,148 + 1317: 40,153 + 1326: 41,166 + 1332: 53,166 + 1336: 34,171 + 1345: 46,175 + 1362: 26,163 + 1363: 26,165 + 1367: 24,175 + 1376: 36,180 + 1382: 43,178 + 1397: 26,140 + 1412: 52,139 + 1416: 18,139 + 1419: 23,140 + 1428: 17,165 + 1429: 18,167 + 1434: 17,170 + 1441: 16,133 + 1443: 24,128 + 1444: 25,135 + 1450: 34,132 + 1456: 50,135 + 1464: 25,123 + 1473: 39,120 + 1480: 51,121 + 1491: 14,127 + 1497: 13,138 + 1499: 10,150 + 1504: 12,156 + 1507: 8,163 + 1508: 11,160 + 1529: 0,133 + 1532: 4,129 + 1533: 4,135 + 1535: 6,131 + 1548: 6,144 + 1550: 1,153 + 1553: 4,154 + 1555: 5,159 + 1562: 4,171 + 1563: 6,172 + 1577: 61,123 + 1585: 57,140 + 1586: 58,137 + 1603: 57,171 + 1616: 68,121 + 1617: 69,120 + 1620: 65,132 + 1621: 67,129 + 1622: 67,134 + 1635: 66,158 + 1644: 71,165 + 1661: 10,185 + 1665: 17,187 + 1675: 29,189 + 1682: -29,-40 + 1687: -26,-24 + 1697: 23,-30 + 1709: 3,13 + 1728: -36,19 + 1739: -21,16 + 1740: -21,22 + 1748: -10,19 + 1758: 2,21 + 1780: -38,28 + 1783: -24,26 + 1784: -24,29 + 1786: -22,24 + 1789: -11,26 + 1794: 5,28 + 1798: 13,25 + 1803: -42,4 + 1842: -64,-56 + 1854: -48,-56 + 1855: -48,-53 + 1859: -41,-56 + 1861: -38,-55 + 1897: -75,-53 + 1898: -75,-51 + 1900: -74,-56 + 1908: -80,-25 + 1917: -82,-49 + 1922: -85,-43 + 1923: -86,-40 + 1928: -88,-31 + 1935: -87,-19 + 1939: -81,-19 + 1950: -91,-39 + 1952: -89,-33 + 1956: -90,-32 + 1975: -94,15 + 1999: -59,10 + 2008: -102,-46 + 2009: -102,-41 + 2016: -100,-34 + 2018: -100,-31 + 2024: -100,-24 + 2025: -100,-20 + 2031: -101,-14 + 2032: -101,-11 + 2038: -103,7 + 2043: -102,8 + 2046: -101,9 + 2047: -101,10 + 2057: 2,68 + 2067: -5,60 + 2070: -2,56 + 2071: -7,65 + 2073: -4,67 + 2082: -1,79 + 2084: -13,57 + 2092: -12,68 + 2101: -11,73 + 2102: -11,76 + 2114: -24,78 + 2120: -20,76 + 2124: -25,63 + 2135: -26,78 + 2139: -37,79 + 2140: -47,33 + 2156: -41,76 + 2157: -52,21 + 2170: -53,65 + 2171: -51,67 + 2173: -56,76 + 2191: -60,68 + 2195: -64,72 + 2201: 89,28 + 2209: 103,30 + 2212: 111,28 + 2218: 92,33 + 2222: 95,34 + 2227: 103,39 + 2229: 106,32 + 2239: 140,28 + 2244: 139,32 + 2250: 143,38 + 2252: 89,45 + 2255: 91,41 + 2263: 101,42 + 2276: 138,40 + 2281: 148,-20 + 2283: 149,-19 + 2289: 146,-5 + 2299: 151,12 + 2304: 148,20 + 2308: 145,31 + 2312: 145,37 + 2313: 146,32 + 2316: 149,32 + 2321: 145,42 + 2323: 153,-19 + 2325: 155,-20 + 2330: 153,-14 + 2332: 155,-11 + 2345: 155,5 + 2348: 153,11 + 2367: 157,28 + 2368: 157,30 + 2374: 154,37 + 3178: -99,-128 + 3181: -90,-121 + 3185: -85,-124 + 3188: -79,-128 + 3199: -79,-134 + 3201: -76,-134 + 3207: -76,-140 + 3209: -73,-140 + 3214: -93,-154 + 3258: -69,-151 + 3260: -66,-150 + 3263: -71,-141 + 3268: -67,-144 + 3275: -67,-130 + 3330: -107,-132 + 3335: -110,-126 + 3341: -120,-147 + 3356: -119,-126 + 3380: -124,-149 + 3395: -122,-123 + 3410: -120,-177 + 3412: -116,-183 + 3414: -115,-177 + 3415: -113,-183 + 3419: -104,-183 + 3458: -105,-114 + 3459: -104,-117 + 3462: -101,-113 + 3463: -100,-116 + 3492: -64,-170 + 3493: -62,-176 + 3496: -61,-175 + 3498: -60,-169 + 3500: -58,-169 + 3508: -64,-155 + 3511: -62,-153 + 3515: -57,-157 + 3519: -64,-139 + 3520: -62,-141 + 3789: 144,-111 + 3806: 130,-107 + 3816: 133,-100 + 3825: 135,-93 + 3829: 124,-105 + 3831: 123,-104 + 3836: 123,-91 + 3843: 125,-79 + 3848: 134,-75 + 3858: 126,-72 + 3866: 133,-67 + 3868: 135,-68 + 3873: 141,-71 + 3879: 121,-63 + 3882: 123,-58 + 3883: 124,-61 + 3889: 130,-60 + 3890: 132,-57 + 3896: 137,-58 + 3902: 120,-51 + 3906: 127,-49 + 3907: 128,-53 + 3920: 152,-51 + 3931: 168,-51 + 3948: 131,-119 + 3949: 131,-118 + 3959: 144,-114 + 3984: -62,-101 + 3994: -55,-115 + 4004: -62,-90 + 4006: -60,-90 + 4026: -46,-98 + 4038: -41,-96 + 4040: -39,-132 + 4064: -33,-94 + 4080: -29,-108 + 4111: -48,-143 + 4126: -25,-139 + 4130: -18,-137 + 4134: -24,-131 + 4135: -23,-129 + 4144: -21,-128 + 4153: -22,-113 + 4157: -18,-113 + 4158: -17,-119 + 4159: -17,-113 + 4171: -23,-94 + 4172: -22,-96 + 4185: -47,-150 + 4191: -41,-146 + 4208: -11,-147 + 4209: -9,-146 + 4222: -10,-124 + 4226: -13,-117 + 4240: -13,-102 + 4337: 162,43 + 4358: 152,54 + 4360: 155,50 + 4375: 198,55 + 4381: 157,61 + 4392: 195,62 + 4396: 159,70 + 4401: 178,71 + 4420: 176,75 + 4429: 185,77 + 4431: 186,73 + 4445: 200,45 + 4453: 207,43 + 4462: 200,63 + 4463: 202,57 + 4468: 207,60 + 4471: 203,65 + 4473: 205,67 + 4481: 144,49 + 4486: 145,59 + 4488: 147,59 + 4499: 186,35 + 4503: 191,33 + 4509: 201,36 + 4515: 204,38 + 4524: 198,26 + 4526: 201,31 + 4536: 137,59 + 4544: 160,23 + 4545: 162,19 + 4546: 165,22 + 4566: 186,9 + 4571: 200,9 + 4589: 213,58 + 4598: 211,67 + 4609: 177,85 + 4610: 178,84 + 4614: 194,80 + 4618: 196,87 + 4632: 196,93 + 4644: 213,91 + 4645: 213,95 + 4646: 215,90 + 4656: 209,37 + 4668: 201,98 + 4671: 206,98 + 4677: 214,100 + 4680: 217,39 + 4686: 223,47 + 4689: 218,54 + 4690: 219,53 + 4709: 222,66 + 4712: 218,72 + 4723: 220,93 + 4742: 225,41 + 4749: 228,55 + 4758: 231,63 + 4761: 227,68 + 4768: 227,77 + 4770: 228,75 + 4778: 231,80 + 4789: 229,88 + 4790: 230,95 + 4798: 237,32 + 4802: 232,47 + 4804: 234,43 + 4809: 239,45 + 4818: 233,57 + 4823: 236,56 + 4825: 237,57 + 4829: 235,69 + 4835: 233,76 + 4837: 236,76 + 4842: 233,80 + 4849: 237,83 + 4850: 238,87 + 4853: 239,84 + 4859: 238,94 + 4919: 69.8054,116.97295 + 4920: 73.83154,119.84784 + 4922: 10,-64 + 4923: 10,-45 + 4929: 8,-93 + 4931: 11,-94 + 4943: -22,-78 + 4968: -30,-80 + 4969: -32,-63 + 4984: -28,-44 + 4985: -27,-46 + 4990: 61,99 + 4997: 57,118 + 4998: 58,112 + 5007: 68,99 + 5009: 70,98 + 5010: 64,111 + 5017: 71,110 + 5031: 78,115 + 5032: 73,125 + 5045: 64,92 + 5070: 65,74 + 5072: 67,73 + 5081: 78,72 + 5092: 73,62 + 5096: 77,59 + 5097: 78,63 + 5098: 79,61 + 5101: 87,62 + 5112: 105,61 + 5115: 109,62 + 5122: 122,58 + 5131: -218,-66 + 5134: -219,-77 + 5135: -232,-74 + 5137: -232,-67 + 5141: -238,-76 + 5152: -236,-102 + 5173: -217,-105 + 5178: -236,-119 + 5184: -230,-116 + 5188: -229,-114 + 5195: -242,-120 + 5197: -242,-99 + 5199: -245,-94 + 5207: -247,-69 + 5209: -246,-71 + 5221: -255,-107 + 5222: -253,-111 + 5230: -250,-76 + 5244: -250,-125 + 5248: -240,-123 + 5254: -229,-123 + 5270: -263,-115 + 5272: -260,-118 + 5278: -259,-110 + 5296: -214,-74 + 5298: -210,-73 + 5308: -204,-70 + 5310: -203,-66 + 5316: -187,-78 + 5322: -184,-78 + 5351: -267,-113 + 5352: -265,-119 + 5353: -272,-111 + 5362: -265,-103 + 5365: -269,-75 + 5371: -222,-133 + 5387: -250,-132 + 5388: -248,-132 + 5395: -242,-129 + 5397: -239,-132 + 5436: 61,-96 + 5450: -140,-140 + 5454: -139,-133 + 5458: -143,-123 + 5460: -141,-127 + 5470: -138,-120 + 5473: -138,-109 + 5486: 85,27 + 5489: 87,29 + 5491: 78,26 + 5499: 62,31 + 5506: -214,-222 + 5507: -214,-217 + 5523: -214,-189 + 5533: -209,-183 + 5537: -213,-171 + 5541: -207,-217 + 5543: -208,-212 + 5545: -205,-216 + 5555: -208,-200 + 5559: -203,-197 + 5564: -207,-187 + 5565: -205,-191 + 5566: -203,-192 + 5573: -203,-179 + 5574: -203,-177 + 5576: -201,-180 + 5577: -206,-174 + 5578: -204,-176 + 5595: -194,-207 + 5600: -190,-222 + 5612: -188,-213 + 5619: -189,-205 + 5631: -181,-222 + 5638: -179,-209 + 5648: -181,-208 + 5652: -179,-205 + 5657: -176,-224 + 5658: -176,-219 + 5671: -173,-201 + 5688: -165,-215 + 5692: -161,-209 + 5694: -167,-206 + 5702: -153,-220 + 5711: -160,-207 + 5714: -158,-203 + 5723: -206,-161 + 5724: -205,-165 + 5727: -203,-166 + 5731: -150,-220 + 5767: 29,9 + 5770: 26,19 + 5785: 38,31 + 5789: 47,28 + 5797: 45,35 + 5806: 75,32 + 5819: 160,-43 + 5820: 161,-41 + 5833: 144,-40 + 5835: 146,-33 + 5845: 158,-36 + 5864: 132,-29 + 5876: 156,-31 + 5885: 162,-18 + 5888: 162,-15 + 5900: 166,-3 + 5904: 162,4 + 5935: 105,-52 + 5937: 108,-52 + 5951: 90,-56 + 5954: 93,-55 + 5960: 97,-59 + 5961: 98,-64 + 5965: 100,-61 + 5971: 105,-59 + 5979: 116,-60 + 5990: 86,-58 + 5996: 87,-52 + 5998: 83,-69 + 6001: 85,-70 + 6004: 88,-71 + 6010: 92,-65 + 6022: 101,-67 + 6028: 107,-65 + 6033: 115,-71 + 6054: 72,-52 + 6058: 158,164 + 6066: 158,173 + 6078: 151,174 + 6079: 144,189 + 6091: 150,207 + 6092: 152,205 + 6094: 155,206 + 6097: 161,203 + 6110: 141,174 + 6121: 177,167 + 6129: 184,157 + 6147: 132,163 + 6153: 135,170 + 6180: 160,213 + 6183: 162,211 + 6190: 171,213 + 6194: 120,205 + 6196: 123,201 + 6200: 124,209 + 6205: 134,220 + 6208: 137,221 + 6211: 146,222 + 6218: 158,220 + 6235: 178,223 + 6236: 179,219 + 6250: 149,147 + 6266: 195,179 + 6272: -39,-74 + 6273: -37,-75 + 6287: -48,-77 + 6288: -46,-76 + 6289: -45,-73 + 6290: -44,-80 + 6302: -43,-58 + 6313: -51,-74 + 6322: -53,-71 + 6324: -50,-65 + 6332: -64,-73 + 6344: -62,-67 + 6353: -58,-59 + 6354: -64,-36 + 6356: -60,-34 + 6368: -65,-79 + 6374: -66,-65 + 6378: -67,-60 + 6388: -79,-66 + 6393: -79,-59 + 6394: -77,-63 + 6405: -81,-76 + 6418: -85,-58 + 6423: -95,-80 + 6427: -89,-75 + 6443: -90,-58 + 6446: -103,-78 + 6451: -103,-72 + 6455: -101,-69 + 6471: 97,138 + 6493: 102,155 + 6500: 102,163 + 6512: 90,147 + 6522: 92,158 + 6524: 89,167 + 6533: 90,182 + 6535: 91,181 + 6536: 93,178 + 6564: 84,176 + 6588: 73,164 + 6589: 74,160 + 6591: 75,164 + 6593: 76,166 + 6594: 72,173 + 6597: 76,172 + 6601: 79,171 + 6608: 48,114 + 6617: 46,115 + 6619: 47,113 + 6623: 34,116 + 6626: 38,114 + 6633: -224,-209 + 6650: -219,-193 + 6660: -223,-181 + 6664: -224,-171 + 6666: -222,-173 + 6670: -220,-171 + 6729: 144,142 + 6730: 145,143 + 6733: 157,137 + 6740: 177,142 + 6743: 203,146 + 6768: -188,-72 + 6771: -184,-65 + 6772: -182,-71 + 6779: -168,-71 + 6793: -153,-65 + 6816: -186,-57 + 6820: -174,-62 + 6830: -158,-64 + 6840: -150,-61 + 6841: -149,-62 + 6842: -149,-59 + 6846: -213,-62 + 6858: -211,-50 + 6888: -165,-49 + 6892: -157,-51 + 6903: -151,-52 + 6918: -79,180 + 6925: -79,190 + 6928: -75,187 + 6931: -79,197 + 6941: -78,203 + 6952: -87,191 + 6955: -82,189 + 6958: -86,195 + 6960: -85,192 + 6964: -88,205 + 6968: -81,201 + 6981: -89,188 + 7007: -77,168 + 7011: -74,175 + 7014: -93,161 + 7017: -90,165 + 7019: -86,162 + 7021: -83,163 + 7025: -79,167 + 7026: -78,163 + 7028: -96,213 + 7029: -95,215 + 7043: -76,208 + 7048: -93,155 + 7054: -81,156 + 7055: -77,155 + 7056: -77,158 + 7072: -104,171 + 7079: -103,178 + 7080: -102,176 + 7089: -104,205 + 7108: -109,161 + 7124: -109,180 + 7150: -116,165 + 7153: -115,174 + 7164: -119,198 + 7175: -72,157 + 7180: -72,160 + 7182: -67,162 + 7183: -67,166 + 7194: -72,185 + 7195: -71,188 + 7197: -67,188 + 7227: -63,202 + 7228: -61,201 + 7233: -64,213 + 7236: -57,215 + 7240: -112,216 + 7242: -110,223 + 7253: -98,220 + 7264: -86,217 + 7267: -78,223 + 7284: -59,221 + 7290: -123,156 + 7296: -126,167 + 7297: -125,167 + 7301: -121,163 + 7310: -122,181 + 7318: -123,189 + 7320: -121,188 + 7322: -126,196 + 7323: -124,199 + 7326: -128,203 + 7345: 158,110 + 7346: 159,111 + 7359: 190,106 + 7365: 207,105 + 7372: 212,104 + 7374: 215,110 + 7375: 154,118 + 7376: 155,117 + 7394: 185,115 + 7399: 189,112 + 7400: 189,117 + 7418: 211,125 + 7429: 210,140 + 7432: 214,143 + 7461: 216,125 + 7462: 217,124 + 7464: 218,126 + 7465: 219,120 + 7468: 218,131 + 7475: 219,142 + 7482: 220,153 + 7484: 222,155 + 7492: 152,102 + 7496: 156,99 + 7499: 159,98 + 7507: 25,114 + 7515: 34,110 + 7540: 38,99 + 7597: 34,-132 + 7600: 39,-129 + 7608: 34,-113 + 7613: 32,-105 + 7617: 37,-106 + 7625: 25,-121 + 7635: 27,-119 + 7642: 27,-106 + 7660: 41,-116 + 7673: 55,-131 + 7678: 55,-128 + 7682: 52,-109 + 7687: 50,-98 + 7698: 60,-127 + 7703: 63,-113 + 7706: 63,-107 + 7709: 65,-141 + 7712: 71,-132 + 7717: 65,-109 + 7726: 73,-140 + 7728: 74,-141 + 7734: 74,-132 + 7746: 74,-100 + 7749: 72,-95 + 7753: 74,-96 + 7755: 74,-90 + 7763: 47,-147 + 7767: 52,-152 + 7769: 56,-151 + 7770: 58,-152 + 7773: 60,-151 + 7774: 64,-145 + 7775: 65,-151 + 7783: 78,-151 + 7784: 78,-145 + 7789: 80,-143 + 7800: 83,-122 + 7803: 83,-120 + 7812: 81,-93 + 7818: 18,-133 + 7833: 18,-117 + 7838: 23,-116 + 7854: -157,41 + 7860: -161,34 + 7869: -151,34 + 7873: -148,39 + 7877: -195,68 + 7881: -182,68 + 7891: -192,72 + 7898: -185,77 + 7909: -198,86 + 7910: -197,85 + 7912: -196,87 + 7927: -156,84 + 7938: -147,86 + 7945: -193,93 + 7947: -188,94 + 7955: -178,88 + 7963: -173,94 + 7965: -171,94 + 7970: -160,91 + 7971: -157,88 + 7976: -150,89 + 7986: -207,39 + 7990: -208,44 + 7992: -205,40 + 8000: -207,52 + 8002: -204,52 + 8004: -208,56 + 8007: -207,62 + 8013: -205,65 + 8024: -203,75 + 8025: -203,77 + 8027: -202,72 + 8035: -203,90 + 8037: -141,26 + 8048: -140,40 + 8050: -137,69 + 8055: -139,77 + 8332: -171,12 + 8341: -178,4 + 8351: -190,8 + 8359: -207,0 + 8361: -205,1 + 8367: -207,14 + 8390: -214,6 + 8391: -213,4 + 8402: -209,28 + 8406: -214,39 + 8408: -214,47 + 8414: -215,63 + 8424: -150,15 + 8427: -146,15 + 8428: -145,9 + 8429: -145,15 + 8435: -215,-3 + 8447: -204,-6 + 8549: -110,-189 + 8553: -85,-190 + 8565: -78,-185 + 8572: -118,-192 + 8585: -118,-199 + 8607: -115,-204 + 8608: -113,-205 + 8622: -91,-208 + 8626: -86,-205 + 8629: -84,-208 + 8638: -71,-206 + 8642: -70,-198 + 8644: -71,-187 + 8655: -61,-207 + 8662: -58,-201 + 8670: -58,-185 + 8672: -56,-206 + 8675: -51,-203 + 8677: -49,-204 + 8678: -56,-193 + 8682: -53,-191 + 8684: -51,-189 + 8692: -54,-171 + 8695: -49,-173 + 8702: -50,-163 + 8726: -78,30 + 8727: -77,26 + 8751: -75,62 + 8753: -96,23 + 8755: -91,22 + 8756: -90,21 + 8758: -89,21 + 8760: -96,27 + 8773: -94,43 + 8779: -91,48 + 8781: -103,18 + 8783: -101,22 + 8794: -102,35 + 8804: -99,41 + 9179: 49,69 + 9185: 9,70 + 9194: 50,75 + 9209: 77,54 + 9210: 78,55 + 9303: 180,-48 + 9305: 178,-33 + 9316: 178,-19 + 9333: 190,-30 + 9335: 192,-43 + 9345: 204,-47 + 9356: 213,-58 + 9358: 208,-56 + 9360: 215,-50 + 9363: 212,-44 + 9364: 212,-41 + 9369: 216,-57 + 9375: 221,-57 + 9382: 222,-54 + 9391: 216,-23 + 9395: 222,-19 + 9397: 224,-63 + 9398: 224,-58 + 9418: 228,-44 + 9420: 229,-42 + 9422: 231,-41 + 9423: 224,-37 + 9429: 230,-33 + 9435: 224,-22 + 9443: 232,-63 + 9446: 235,-60 + 9476: 205,-69 + 9478: 207,-67 + 9481: 214,-72 + 9484: 215,-66 + 9487: 222,-65 + 9498: 237,-66 + 9508: 170,-39 + 9527: 203,-73 + 9531: 205,-74 + 9533: 206,-73 + 9534: 208,-77 + 9537: 211,-73 + 9539: 212,-76 + 9541: 214,-75 + 9542: 215,-74 + 9551: 226,-80 + 9552: 226,-75 + 9559: 239,-80 + 9561: 200,-83 + 9563: 203,-88 + 9574: 217,-83 + 9577: 219,-87 + 9593: 186,-16 + 9606: 205,-12 + 9607: 206,-13 + 9610: 208,-15 + 9623: 225,-11 + 9632: 232,-9 + 9643: 240,-63 + 9648: 247,-59 + 9651: 242,-55 + 9659: 243,-35 + 9684: 187,-4 + 9690: 196,-7 + 9698: 210,-5 + 9699: 210,-1 + 9708: 218,-5 + 9709: 219,-5 + 9715: 227,-5 + 9722: 241,-2 + 9744: 181,-2 + 9808: 92,-109 + 9809: 107,-112 + 9820: 119,-131 + 9821: 115,-127 + 9839: 107,-142 + 9860: 127,-131 + 9863: 122,-125 + 9866: 125,-121 + 9874: 133,-143 + 9890: 135,-122 + 9891: 67,-79 + 9896: 86,-73 + 9898: 100,-73 + 9899: 102,-76 + 9922: 281,96 + 9931: 287,111 + 9932: 280,112 + 9941: 287,118 + 9942: 281,123 + 9945: 288,96 + 9949: 294,96 + 9952: 289,105 + 9954: 293,111 + 9958: 292,119 + 9969: 295,127 + 9978: 299,119 + 9982: 303,113 + 9989: 299,127 + 9995: 279,101 + 10000: 277,109 + 10016: 266,97 + 10017: 267,99 + 10018: 267,100 + 10021: 268,102 + 10022: 269,103 + 10044: 285,133 + 10055: 264,140 + 10073: 285,137 + 10080: 294,140 + 10082: 297,140 + 10084: 301,142 + 10086: 303,141 + 10092: 258,98 + 10098: 256,109 + 10112: 257,122 + 10114: 259,120 + 10117: 257,129 + 10118: 260,135 + 10130: 259,145 + 10132: 260,148 + 10145: 276,148 + 10151: 283,148 + 10155: 288,151 + 10157: 290,147 + 10163: 295,151 + 10164: 297,144 + 10166: 298,147 + 10171: 253,96 + 10173: 254,99 + 10185: 254,112 + 10186: 254,113 + 10198: 255,128 + 10199: 255,130 + 10205: 252,138 + 10211: 251,149 + 10216: 252,157 + 10217: 253,159 + 10219: 257,153 + 10233: 273,159 + 10235: 276,154 + 10236: 277,155 + 10237: 280,153 + 10242: 285,158 + 10250: 293,152 + 10255: 297,158 + 10258: 302,158 + 10264: 246,101 + 10266: 243,104 + 10271: 247,108 + 10274: 241,118 + 10282: 243,130 + 10291: 245,141 + 10295: 240,145 + 10304: 243,159 + 10338: 232,141 + 10340: 234,143 + 10343: 238,139 + 10351: 232,159 + 10366: 234,164 + 10371: 247,165 + 10373: 251,163 + 10377: 259,164 + 10385: 267,166 + 10389: 271,166 + 10392: 274,160 + 10394: 274,167 + 10398: 278,164 + 10405: 285,166 + 10417: 26,195 + 10421: -144,-76 + 10426: -141,-71 + 10432: -140,-60 + 10439: -136,-96 + 10445: -135,-79 + 10446: -135,-74 + 10455: -132,-71 + 10458: -130,-72 + 10459: -135,-63 + 10470: -123,-74 + 10477: -123,-67 + 10480: -128,-63 + 10494: -128,-91 + 10497: -124,-93 + 10503: -114,-77 + 10507: -118,-71 + 10515: -116,-49 + 10528: -120,-99 + 10533: -126,-107 + 10537: -124,-110 + 10541: -118,-107 + 10545: -136,-51 + 10547: -133,-55 + 10549: -129,-49 + 10559: -183,-47 + 10560: -182,-43 + 10569: -159,-43 + 10573: -151,-48 + 10583: -144,-46 + 10597: -114,-41 + 10614: -210,79 + 10628: 102,-152 + 10636: 118,-145 + 10652: 83,-159 + 10655: 87,-154 + 10666: 102,-155 + 10668: 105,-158 + 10673: 110,-153 + 10674: 112,-155 + 10681: 122,-157 + 10691: 78,-168 + 10698: 83,-162 + 10700: 85,-162 + 10705: 96,-165 + 10706: 99,-168 + 10711: 106,-167 + 10719: 120,-161 + 10720: 122,-167 + 10722: 123,-167 + 10723: 123,-165 + 10728: 135,-162 + 10743: -213,85 + 10774: -222,30 + 10777: -219,27 + 10779: -218,31 + 10786: -218,37 + 10794: -223,48 + 10797: -217,53 + 10798: -223,62 + 10809: -341,66 + 10814: -339,86 + 10821: -337,98 + 10823: -340,107 + 10829: -348,66 + 10832: -348,70 + 10835: -351,85 + 10847: -348,109 + 10856: -360,73 + 10859: -359,82 + 10866: -354,93 + 10877: -358,110 + 10882: -366,67 + 10883: -361,71 + 10887: -368,85 + 10888: -363,84 + 10895: -362,108 + 10900: -374,64 + 10906: -372,73 + 10907: -369,73 + 10917: -371,110 + 10950: -365,119 + 10954: -361,118 + 10962: -349,118 + 10977: -395,123 + 10999: -363,124 + 11017: -343,125 + 11029: -405,130 + 11033: -403,133 + 11035: -399,133 + 11037: -397,129 + 11042: -390,131 + 11053: -378,133 + 11055: -375,130 + 11067: -366,130 + 11074: -355,128 + 11082: -346,135 + 11086: -341,132 + 11090: -7,-115 + 11091: -6,-119 + 11103: -4,-99 + 11105: -16,-204 + 11109: -7,-207 + 11118: 5,-202 + 11125: 14,-205 + 11127: 14,-202 + 11129: 16,-207 + 11135: -14,-212 + 11140: -5,-215 + 11143: -1,-211 + 11144: 0,-212 + 11154: 15,-211 + 11160: 21,-211 + 11161: 23,-211 + 11163: -24,-209 + 11168: -19,-209 + 11169: -18,-216 + 11192: -34,-210 + 11197: -37,-203 + 11207: 25,-211 + 11208: 26,-215 + 11212: 30,-211 + 11219: -416,133 + 11223: -410,135 + 11246: -134,-125 - node: color: '#FFFFFFFF' id: FloraTallGrass4 decals: - 775: -207,-118 - 777: -205,-105 - 778: -208,-101 - 781: -201,-98 - 786: -166,-133 - 788: -161,-133 - 797: -214,-141 - 803: -211,-130 - 824: -166,-92 - 835: -147,-144 - 836: -146,-140 - 838: -150,-135 - 839: -145,-131 - 844: -149,-112 - 849: 83,118 - 854: 84,121 - 855: 85,120 - 858: 89,114 - 863: 90,123 - 865: 92,125 - 868: 89,109 - 870: 98,107 - 871: 100,106 - 882: 101,115 - 888: 103,121 - 896: 105,98 - 908: 107,117 - 911: 109,119 - 912: 110,116 - 914: 111,116 - 923: 96,91 - 925: 99,88 - 929: 102,95 - 930: 106,89 - 936: 84,84 - 939: 97,84 - 942: 101,82 - 945: 103,87 - 949: 108,87 - 950: 109,86 - 952: 112,85 - 967: 115,106 - 969: 117,107 - 981: 114,126 - 983: 117,123 - 984: 117,126 - 986: 119,125 - 994: 87,72 - 999: 90,73 - 1002: 91,73 - 1003: 93,73 - 1010: 98,74 - 1025: 117,77 - 1032: 122,80 - 1037: 127,86 - 1039: 120,95 - 1043: 122,99 - 1049: 120,108 - 1054: 126,106 - 1060: 126,120 - 1061: 127,125 - 1063: 85,70 - 1074: 112,70 - 1077: 129,79 - 1084: 133,80 - 1088: 135,94 - 1092: 131,101 - 1103: 129,117 - 1105: 133,113 - 1115: 138,64 - 1118: 136,79 - 1120: 140,73 - 1123: 143,73 - 1125: 138,83 - 1131: 138,92 - 1137: 138,102 - 1138: 139,98 - 1140: 139,102 - 1146: 142,111 - 1150: 137,112 - 1158: 136,121 - 1162: 151,71 - 1170: 145,91 - 1171: 147,89 - 1174: 144,96 - 1175: 146,103 - 1183: 149,108 - 1186: 148,112 - 1197: 85,134 - 1206: 102,135 - 1217: 113,133 - 1218: 114,135 - 1219: 115,129 - 1236: 73,2 - 1241: 78,4 - 1243: 79,7 - 1245: 73,13 - 1248: 79,10 - 1252: 75,18 - 1260: 101,-28 - 1270: 70,3 - 1273: 66,14 - 1278: 66,22 - 1282: 118,-40 - 1286: 119,-33 - 1288: 111,-48 - 1289: 112,-46 - 1293: 118,-45 - 1297: 63,4 - 1302: 48,21 - 1312: 52,147 - 1317: 37,152 - 1319: 46,158 - 1321: 50,158 - 1323: 32,161 - 1326: 41,162 - 1328: 48,163 - 1334: 32,170 - 1335: 32,171 - 1336: 32,174 - 1350: 53,171 - 1353: 55,174 - 1354: 27,150 - 1357: 25,156 - 1359: 29,158 - 1371: 24,182 - 1375: 33,178 - 1380: 37,179 - 1381: 39,177 - 1382: 42,179 - 1384: 44,176 - 1387: 46,180 - 1390: 50,177 - 1397: 26,136 - 1400: 27,137 - 1401: 27,138 - 1402: 27,142 - 1403: 29,137 - 1409: 47,141 - 1418: 20,137 - 1427: 20,154 - 1428: 21,155 - 1432: 21,166 - 1437: 23,168 - 1439: 18,180 - 1443: 17,133 - 1447: 27,133 - 1454: 48,128 - 1458: 54,135 - 1459: 55,128 - 1461: 17,124 - 1462: 18,123 - 1463: 20,126 - 1469: 34,123 - 1475: 39,126 - 1476: 39,127 - 1478: 46,122 - 1484: 53,126 - 1485: 55,122 - 1495: 8,140 - 1497: 11,136 - 1499: 14,136 - 1507: 14,157 - 1510: 11,166 - 1511: 8,175 - 1512: 9,172 - 1513: 10,168 - 1514: 10,174 - 1519: 10,179 - 1522: 13,180 - 1524: 1,120 - 1527: 2,126 - 1528: 6,124 - 1531: 1,129 - 1537: 6,133 - 1538: 0,136 - 1541: 6,136 - 1543: 7,141 - 1544: 1,145 - 1545: 1,149 - 1557: 0,163 - 1558: 3,164 - 1560: 5,163 - 1562: 0,169 - 1567: 2,183 - 1570: 6,180 - 1572: 7,176 - 1575: 58,127 - 1580: 60,129 - 1594: 63,149 - 1598: 60,166 - 1599: 61,160 - 1606: 58,178 - 1610: 62,176 - 1616: 67,122 - 1620: 71,124 - 1632: 65,150 - 1634: 67,151 - 1640: 71,158 - 1641: 66,162 - 1642: 67,161 - 1649: 64,183 - 1651: 69,178 - 1657: 4,185 - 1658: 5,187 - 1660: 9,187 - 1672: 24,189 - 1681: 34,187 - 1682: 62,184 - 1687: -28,-22 - 1689: -22,-39 - 1694: -21,-30 - 1699: 21,-24 - 1702: -40,8 - 1718: 15,10 - 1719: 15,14 - 1724: 23,12 - 1731: -32,21 - 1736: -26,22 - 1742: -20,21 - 1743: -19,22 - 1745: -14,20 - 1753: -5,18 - 1763: 4,18 - 1766: 6,23 - 1767: 10,21 - 1771: 15,19 - 1772: 16,17 - 1776: 18,20 - 1796: 7,24 - 1801: 17,26 - 1803: -43,6 - 1810: -64,-43 - 1844: -63,-54 - 1847: -61,-55 - 1848: -61,-50 - 1878: -72,-49 - 1887: -70,-42 - 1888: -69,-43 - 1891: -68,-33 - 1892: -66,-37 - 1895: -66,-32 - 1900: -75,-49 - 1904: -76,-48 - 1905: -78,-33 - 1913: -80,-19 - 1916: -75,-2 - 1920: -81,-55 - 1925: -86,-39 - 1932: -85,-31 - 1934: -81,-31 - 1938: -85,-20 - 1941: -94,-45 - 1954: -96,-32 - 1959: -90,-29 - 1961: -94,-18 - 1962: -91,-17 - 1966: -94,-12 - 1968: -94,4 - 1980: -90,12 - 1982: -87,12 - 1983: -83,14 - 1984: -81,13 - 1986: -79,10 - 1987: -77,12 - 1988: -77,14 - 1991: -76,13 - 1992: -72,13 - 1999: -65,15 - 2001: -56,9 - 2004: -101,-55 - 2006: -100,-54 - 2007: -98,-54 - 2015: -101,-40 - 2022: -103,-19 - 2027: -97,-17 - 2029: -104,-13 - 2035: -98,-15 - 2036: -97,-10 - 2038: -104,0 - 2049: -101,14 - 2052: 3,56 - 2057: 0,65 - 2059: 4,71 - 2060: 6,67 - 2062: 0,75 - 2065: -7,60 - 2075: -2,69 - 2081: -5,73 - 2087: -11,59 - 2091: -14,71 - 2096: -15,79 - 2101: -11,72 - 2106: -21,63 - 2107: -20,60 - 2111: -21,66 - 2118: -22,78 - 2131: -29,77 - 2142: -47,35 - 2147: -46,66 - 2148: -45,67 - 2155: -46,77 - 2159: -55,36 - 2177: -54,79 - 2179: -51,78 - 2180: -64,17 - 2183: -58,26 - 2187: -62,62 - 2188: -61,62 - 2198: -64,75 - 2199: -61,74 - 2204: 92,25 - 2205: 94,27 - 2208: 97,26 - 2209: 98,25 - 2218: 110,26 - 2220: 111,31 - 2236: 105,34 - 2238: 106,36 - 2241: 119,37 - 2242: 125,38 - 2243: 128,35 - 2244: 131,36 - 2245: 143,-21 - 2251: 142,29 - 2252: 143,29 - 2253: 136,35 - 2255: 139,34 - 2256: 139,38 - 2261: 88,45 - 2266: 92,44 - 2269: 96,40 - 2271: 99,41 - 2272: 99,45 - 2278: 107,41 - 2280: 108,47 - 2286: 136,47 - 2288: 137,44 - 2290: 138,46 - 2298: 146,-12 - 2299: 146,-9 - 2307: 148,6 - 2309: 146,11 - 2310: 148,9 - 2315: 147,22 - 2323: 148,26 - 2324: 149,27 - 2328: 146,39 - 2330: 149,38 - 2331: 151,34 - 2335: 151,40 - 2337: 153,-18 - 2339: 156,-20 - 2340: 159,-17 - 2342: 152,-13 - 2350: 153,-5 - 2355: 153,7 - 2359: 157,5 - 2362: 154,8 - 2365: 155,9 - 2366: 155,14 - 2367: 157,9 - 2371: 155,20 - 2372: 155,22 - 2375: 153,28 - 2377: 155,28 - 2383: 159,26 - 2390: 157,38 - 2392: 152,47 - 2394: 157,41 - 3196: -87,-126 - 3208: -90,-134 - 3278: -69,-138 - 3280: -68,-141 - 3282: -67,-139 - 3283: -71,-133 - 3342: -107,-134 - 3352: -117,-174 - 3353: -115,-170 - 3355: -114,-145 - 3357: -120,-141 - 3362: -117,-139 - 3371: -118,-128 - 3374: -115,-121 - 3384: -122,-168 - 3387: -125,-155 - 3389: -122,-155 - 3395: -127,-139 - 3397: -123,-143 - 3400: -121,-138 - 3401: -126,-135 - 3409: -121,-122 - 3419: -127,-177 - 3422: -120,-183 - 3424: -118,-182 - 3431: -106,-181 - 3433: -103,-184 - 3437: -88,-179 - 3438: -83,-181 - 3442: -80,-181 - 3446: -75,-179 - 3449: -67,-183 - 3455: -125,-119 - 3458: -124,-116 - 3466: -112,-114 - 3477: -100,-114 - 3478: -99,-119 - 3488: -79,-114 - 3489: -75,-120 - 3491: -73,-120 - 3493: -71,-114 - 3497: -64,-182 - 3498: -64,-181 - 3499: -61,-182 - 3514: -57,-171 - 3517: -62,-165 - 3518: -60,-163 - 3520: -57,-162 - 3523: -62,-156 - 3536: -59,-143 - 3537: -57,-139 - 3541: -61,-136 - 3545: -61,-123 - 3546: -60,-125 - 3548: -62,-120 - 3804: 138,-107 - 3812: 137,-97 - 3814: 141,-103 - 3818: 128,-111 - 3822: 132,-110 - 3825: 134,-105 - 3831: 135,-104 - 3836: 132,-93 - 3840: 123,-110 - 3845: 124,-97 - 3846: 125,-98 - 3847: 120,-96 - 3853: 121,-79 - 3864: 142,-74 - 3865: 121,-68 - 3876: 131,-72 - 3880: 134,-65 - 3885: 140,-72 - 3890: 146,-69 - 3907: 136,-57 - 3908: 137,-62 - 3912: 145,-62 - 3925: 140,-49 - 3929: 147,-53 - 3935: 155,-50 - 3936: 156,-54 - 3937: 158,-54 - 3939: 161,-53 - 3942: 167,-54 - 3946: 174,-49 - 3949: 181,-51 - 3950: 181,-49 - 3951: 184,-49 - 3955: 121,-115 - 3956: 122,-119 - 3963: 131,-115 - 3971: 143,-114 - 3985: -69,-109 - 3989: -68,-97 - 3990: -66,-97 - 3992: -63,-107 - 3994: -60,-108 - 4006: -49,-121 - 4009: -72,-96 - 4013: -67,-90 - 4022: -58,-91 - 4030: -53,-93 - 4032: -51,-96 - 4035: -41,-121 - 4037: -41,-109 - 4038: -48,-98 - 4042: -42,-103 - 4046: -48,-96 - 4047: -48,-91 - 4049: -45,-95 - 4058: -39,-128 - 4063: -33,-125 - 4064: -36,-118 - 4066: -34,-112 - 4067: -34,-110 - 4070: -34,-104 - 4073: -36,-95 - 4082: -26,-130 - 4086: -30,-124 - 4087: -30,-121 - 4088: -28,-127 - 4096: -27,-111 - 4097: -27,-107 - 4100: -25,-107 - 4105: -30,-103 - 4107: -27,-99 - 4109: -25,-100 - 4110: -25,-98 - 4115: -25,-92 - 4119: -78,-93 - 4128: -41,-137 - 4129: -40,-138 - 4138: -25,-142 - 4141: -20,-144 - 4153: -23,-126 - 4164: -24,-115 - 4177: -24,-97 - 4178: -22,-103 - 4179: -20,-100 - 4180: -18,-102 - 4182: -17,-97 - 4191: -55,-148 - 4195: -49,-151 - 4203: -43,-147 - 4209: -38,-151 - 4211: -36,-148 - 4225: -17,-150 - 4236: -14,-143 - 4242: -14,-123 - 4251: -11,-120 - 4256: -16,-111 - 4257: -14,-109 - 4258: -12,-112 - 4259: -11,-108 - 4356: 185.95459,25.983448 - 4359: 160,43 - 4360: 160,46 - 4363: 179,42 - 4388: 195,42 - 4391: 192,55 - 4395: 197,50 - 4401: 152,61 - 4404: 156,63 - 4406: 162,59 - 4409: 166,62 - 4412: 181,62 - 4414: 193,58 - 4415: 194,62 - 4418: 196,56 - 4423: 173,71 - 4434: 158,78 - 4437: 168,77 - 4443: 174,75 - 4452: 181,72 - 4453: 181,77 - 4461: 190,77 - 4463: 192,72 - 4484: 205,53 - 4485: 206,50 - 4501: 200,76 - 4508: 146,52 - 4522: 176,35 - 4530: 192,33 - 4532: 200,33 - 4539: 203,36 - 4543: 160,27 - 4544: 169,30 - 4546: 179,26 - 4548: 183,30 - 4551: 201,29 - 4553: 202,28 - 4555: 206,29 - 4558: 138,51 - 4560: 141,52 - 4561: 143,51 - 4563: 138,57 - 4578: 193,19 - 4582: 206,20 - 4598: 204,9 - 4603: 213,47 - 4607: 209,52 - 4613: 211,59 - 4614: 212,62 - 4622: 209,70 - 4623: 210,66 - 4634: 176,81 - 4637: 180,81 - 4638: 182,80 - 4639: 192,81 - 4645: 201,81 - 4646: 202,85 - 4647: 202,86 - 4655: 177,92 - 4656: 178,91 - 4661: 201,95 - 4666: 208,90 - 4669: 213,88 - 4674: 215,93 - 4678: 175,95 - 4684: 214,38 - 4685: 215,37 - 4687: 177,98 - 4689: 184,103 - 4692: 194,100 - 4702: 213,96 - 4707: 218,36 - 4711: 222,46 - 4718: 221,50 - 4720: 223,54 - 4721: 216,57 - 4727: 220,63 - 4742: 219,79 - 4745: 216,89 - 4746: 216,95 - 4752: 222,88 - 4761: 224,34 - 4763: 225,33 - 4764: 227,38 - 4766: 230,35 - 4772: 229,47 - 4778: 225,57 - 4780: 226,59 - 4783: 229,61 - 4785: 225,69 - 4786: 226,64 - 4788: 228,64 - 4801: 225,85 - 4805: 231,82 - 4810: 226,91 - 4822: 230,101 - 4827: 239,39 - 4838: 235,55 - 4848: 235,63 - 4854: 235,66 - 4856: 235,70 - 4877: 239,80 - 4880: 232,91 - 4881: 233,93 - 4886: 239,92 - 4890: 234,103 - 4891: 238,100 - 4926: 73.153275,113.32051 - 4927: 73.14285,116.28227 - 4928: 68.581604,116.28227 - 4929: 68.92633,113.17452 - 4936: 81.09776,119.01993 - 4937: 78.111084,122.80931 - 4938: 70.93909,119.94473 - 4951: -5,-93 - 4954: 5,-93 - 4956: 11,-96 - 4960: 18,-96 - 4962: 22,-94 - 4965: -22,-45 - 4975: -21,-60 - 4983: 26,-91 - 4984: 28,-91 - 4992: 26,-29 - 4993: -32,-79 - 4996: -32,-58 - 4997: -30,-60 - 5001: -31,-52 - 5002: -31,-50 - 5003: -30,-54 - 5008: -27,-50 - 5012: -27,-42 - 5015: -25,-41 - 5019: 62,103 - 5021: 60,105 - 5029: 67,100 - 5037: 65,105 - 5039: 69,106 - 5041: 71,106 - 5044: 67,112 - 5047: 75,98 - 5068: 62,91 - 5069: 62,93 - 5077: 69,93 - 5079: 72,88 - 5081: 78,88 - 5091: 79,82 - 5095: 64,72 - 5099: 67,78 - 5101: 71,77 - 5110: 62,63 - 5111: 63,61 - 5113: 66,61 - 5121: 75,57 - 5130: 94,63 - 5133: 100,61 - 5135: 102,58 - 5139: 105,63 - 5147: 121,59 - 5149: 123,60 - 5151: -223,-72 - 5154: -222,-69 - 5156: -220,-66 - 5166: -227,-67 - 5169: -239,-69 - 5171: -237,-69 - 5180: -225,-102 - 5182: -219,-104 - 5185: -237,-106 - 5186: -236,-108 - 5191: -229,-108 - 5192: -229,-106 - 5206: -233,-116 - 5212: -229,-119 - 5213: -229,-118 - 5219: -245,-120 - 5222: -243,-112 - 5230: -243,-76 - 5231: -241,-77 - 5249: -252,-108 - 5264: -256,-123 - 5265: -255,-127 - 5267: -252,-127 - 5271: -250,-123 - 5278: -231,-121 - 5281: -227,-123 - 5287: -261,-128 - 5288: -260,-123 - 5292: -257,-126 - 5297: -262,-119 - 5299: -258,-114 - 5301: -262,-112 - 5303: -261,-107 - 5305: -259,-107 - 5308: -260,-99 - 5309: -259,-97 - 5310: -263,-75 - 5313: -260,-77 - 5314: -258,-73 - 5316: -263,-69 - 5317: -262,-70 - 5318: -262,-65 - 5319: -261,-68 - 5321: -214,-77 - 5327: -215,-66 - 5335: -204,-67 - 5339: -191,-75 - 5345: -187,-74 - 5346: -186,-73 - 5356: -161,-74 - 5360: -154,-76 - 5361: -198,-78 - 5364: -270,-123 - 5366: -269,-121 - 5367: -266,-124 - 5373: -269,-117 - 5375: -267,-120 - 5376: -267,-115 - 5382: -267,-108 - 5385: -269,-102 - 5390: -271,-77 - 5392: -266,-75 - 5393: -265,-75 - 5394: -272,-70 - 5400: -270,-136 - 5403: -262,-136 - 5404: -262,-134 - 5406: -260,-130 - 5407: -255,-136 - 5409: -255,-134 - 5410: -254,-130 - 5411: -253,-136 - 5412: -250,-133 - 5416: -248,-129 - 5425: -236,-130 - 5427: -231,-133 - 5458: 48,-93 - 5461: 60,-90 - 5468: -144,-155 - 5473: -139,-149 - 5474: -144,-139 - 5477: -143,-130 - 5478: -142,-130 - 5481: -139,-130 - 5485: -142,-121 - 5498: -142,-108 - 5500: -137,-110 - 5501: -142,-101 - 5505: -143,-91 - 5515: 86,25 - 5522: 66,27 - 5524: 71,25 - 5526: 71,31 - 5529: 120,-40 - 5530: 120,-35 - 5536: -211,-221 - 5542: -209,-206 - 5544: -209,-204 - 5546: -215,-195 - 5548: -210,-195 - 5549: -216,-189 - 5553: -213,-192 - 5555: -213,-186 - 5557: -209,-186 - 5559: -210,-177 - 5567: -208,-219 - 5575: -202,-209 - 5579: -207,-204 - 5581: -204,-204 - 5585: -207,-194 - 5596: -201,-190 - 5610: -195,-222 - 5611: -195,-218 - 5616: -200,-207 - 5629: -190,-218 - 5631: -188,-221 - 5632: -188,-218 - 5633: -188,-217 - 5635: -186,-219 - 5637: -192,-211 - 5639: -190,-209 - 5642: -186,-214 - 5646: -191,-203 - 5648: -188,-206 - 5655: -183,-221 - 5658: -181,-224 - 5661: -181,-218 - 5662: -179,-224 - 5663: -184,-211 - 5667: -178,-213 - 5670: -184,-208 - 5678: -181,-201 - 5687: -174,-217 - 5688: -173,-223 - 5689: -171,-220 - 5690: -169,-224 - 5691: -176,-212 - 5696: -176,-205 - 5697: -174,-204 - 5700: -172,-208 - 5701: -172,-204 - 5704: -170,-203 - 5705: -169,-202 - 5707: -164,-223 - 5711: -161,-222 - 5713: -167,-211 - 5723: -167,-202 - 5734: -157,-215 - 5735: -157,-211 - 5737: -155,-212 - 5741: -158,-208 - 5744: -216,-163 - 5747: -214,-167 - 5766: -148,-209 - 5767: -151,-201 - 5771: -145,-208 - 5780: 42,19 - 5781: 46,21 - 5782: 47,16 - 5783: 47,18 - 5790: 37,22 - 5791: 39,16 - 5793: 27,15 - 5794: 28,14 - 5796: 30,10 - 5807: 34,30 - 5818: 51,27 - 5821: 19,33 - 5823: 34,32 - 5832: 73,35 - 5835: 75,34 - 5836: 75,35 - 5837: 77,32 - 5838: 144,-43 - 5841: 154,-46 - 5843: 154,-41 - 5849: 163,-44 - 5852: 164,-43 - 5856: 142,-41 - 5862: 146,-34 - 5872: 156,-34 - 5878: 165,-39 - 5880: 167,-33 - 5889: 135,-39 - 5893: 133,-28 - 5894: 139,-29 - 5902: 153,-32 - 5908: 164,-28 - 5910: 166,-32 - 5915: 165,-17 - 5917: 162,-12 - 5919: 164,-9 - 5923: 162,-5 - 5929: 167,-8 - 5930: 167,-2 - 5931: 167,-1 - 5959: 100,-53 - 5975: 117,-56 - 5976: 117,-55 - 5986: 94,-62 - 5990: 99,-60 - 6003: 114,-57 - 6014: 83,-61 - 6021: 82,-51 - 6028: 84,-66 - 6033: 88,-66 - 6044: 97,-71 - 6047: 98,-69 - 6051: 103,-65 - 6053: 105,-71 - 6058: 108,-68 - 6059: 109,-71 - 6067: 72,-71 - 6071: 74,-71 - 6077: 73,-62 - 6089: 152,171 - 6090: 153,170 - 6091: 153,173 - 6092: 154,171 - 6096: 153,178 - 6097: 154,176 - 6099: 175,178 - 6100: 175,180 - 6105: 151,173 - 6117: 149,204 - 6124: 158,202 - 6126: 164,203 - 6128: 168,205 - 6132: 136,157 - 6135: 137,162 - 6143: 140,206 - 6146: 181,154 - 6147: 183,154 - 6150: 177,180 - 6151: 180,180 - 6156: 178,203 - 6160: 188,159 - 6161: 189,153 - 6163: 187,165 - 6166: 190,177 - 6167: 191,177 - 6172: 133,156 - 6173: 135,152 - 6176: 132,164 - 6178: 135,163 - 6187: 133,182 - 6188: 134,181 - 6201: 144,213 - 6204: 154,210 - 6212: 163,212 - 6214: 164,213 - 6220: 178,210 - 6226: 127,207 - 6238: 144,216 - 6240: 146,223 - 6242: 149,219 - 6245: 156,222 - 6248: 161,218 - 6255: 168,221 - 6275: 146,148 - 6284: 182,151 - 6287: 196,163 - 6288: 196,166 - 6293: 193,181 - 6295: 196,178 - 6304: -37,-71 - 6306: -40,-57 - 6308: -36,-63 - 6310: -35,-59 - 6313: -33,-62 - 6321: -42,-75 - 6323: -42,-72 - 6326: -47,-62 - 6334: -55,-80 - 6340: -51,-77 - 6342: -50,-80 - 6343: -50,-73 - 6345: -55,-66 - 6346: -54,-72 - 6351: -51,-69 - 6353: -49,-67 - 6354: -54,-60 - 6363: -63,-75 - 6364: -61,-77 - 6365: -60,-78 - 6377: -58,-69 - 6378: -64,-59 - 6385: -59,-35 - 6388: -72,-79 - 6389: -71,-78 - 6393: -69,-76 - 6398: -71,-68 - 6400: -67,-68 - 6404: -70,-61 - 6405: -68,-59 - 6407: -65,-64 - 6410: -79,-76 - 6412: -76,-76 - 6418: -75,-69 - 6420: -73,-70 - 6425: -75,-64 - 6437: -86,-71 - 6441: -88,-61 - 6443: -86,-61 - 6445: -85,-64 - 6457: -95,-66 - 6459: -94,-67 - 6460: -93,-66 - 6461: -92,-72 - 6464: -91,-65 - 6466: -89,-68 - 6467: -96,-60 - 6473: -89,-59 - 6475: -102,-80 - 6477: -101,-77 - 6478: -100,-74 - 6484: -100,-71 - 6485: -100,-67 - 6488: -102,-61 - 6492: -97,-57 - 6498: 96,137 - 6502: 100,139 - 6507: 99,147 - 6513: 102,150 - 6519: 100,158 - 6522: 96,162 - 6524: 97,161 - 6532: 101,168 - 6533: 101,175 - 6545: 95,145 - 6553: 90,164 - 6558: 94,174 - 6559: 95,175 - 6569: 83,136 - 6572: 80,149 - 6576: 83,157 - 6579: 81,161 - 6581: 81,165 - 6583: 87,165 - 6587: 84,171 - 6588: 85,175 - 6599: 72,137 - 6600: 76,137 - 6602: 76,143 - 6608: 73,157 - 6609: 73,159 - 6610: 74,156 - 6612: 78,157 - 6613: 72,161 - 6624: 74,175 - 6634: 78,178 - 6635: 48,113 - 6637: 48,116 - 6639: 53,116 - 6644: 45,118 - 6650: 34,113 - 6653: 36,119 - 6657: -222,-224 - 6658: -221,-223 - 6660: -218,-219 - 6662: -223,-209 - 6665: -217,-209 - 6666: -223,-208 - 6667: -222,-202 - 6668: -221,-204 - 6671: -223,-194 - 6673: -222,-195 - 6674: -221,-194 - 6675: -220,-200 - 6681: -224,-188 - 6691: -217,-182 - 6705: -217,-161 - 6759: 159,121 - 6770: 202,147 - 6772: 205,146 - 6776: 201,157 - 6779: 203,160 - 6782: -150,-75 - 6784: -148,-75 - 6789: -194,-72 - 6792: -191,-70 - 6794: -189,-66 - 6798: -184,-71 - 6803: -173,-69 - 6804: -172,-66 - 6806: -169,-65 - 6808: -168,-66 - 6816: -159,-71 - 6820: -155,-67 - 6825: -149,-65 - 6832: -206,-57 - 6837: -193,-62 - 6845: -183,-62 - 6849: -173,-61 - 6851: -170,-58 - 6854: -163,-58 - 6855: -162,-62 - 6862: -156,-61 - 6867: -151,-59 - 6871: -149,-58 - 6876: -212,-58 - 6877: -211,-57 - 6879: -209,-59 - 6882: -213,-54 - 6885: -211,-53 - 6888: -208,-53 - 6892: -204,-52 - 6893: -203,-56 - 6894: -203,-51 - 6898: -192,-54 - 6899: -189,-54 - 6910: -169,-52 - 6913: -166,-56 - 6917: -163,-55 - 6928: -152,-50 - 6932: -150,-50 - 6944: -80,176 - 6957: -73,186 - 6960: -77,193 - 6963: -73,194 - 6967: -79,202 - 6972: -75,205 - 6975: -81,178 - 6979: -87,189 - 6989: -85,198 - 6991: -81,198 - 6995: -82,207 - 6997: -95,176 - 6999: -89,181 - 7003: -93,190 - 7006: -92,189 - 7010: -96,196 - 7016: -89,197 - 7017: -95,203 - 7021: -89,202 - 7023: -96,175 - 7024: -95,175 - 7029: -89,175 - 7031: -86,175 - 7033: -80,172 - 7048: -86,167 - 7051: -80,165 - 7059: -93,212 - 7062: -92,213 - 7067: -85,213 - 7070: -78,210 - 7077: -91,155 - 7079: -90,159 - 7080: -86,156 - 7093: -104,163 - 7097: -98,164 - 7098: -97,160 - 7099: -97,164 - 7101: -103,170 - 7102: -103,173 - 7103: -102,169 - 7104: -102,171 - 7112: -103,184 - 7114: -101,184 - 7115: -100,185 - 7120: -101,206 - 7121: -100,202 - 7122: -98,202 - 7124: -102,210 - 7126: -102,215 - 7130: -111,154 - 7134: -106,157 - 7141: -110,169 - 7142: -109,172 - 7147: -107,173 - 7150: -112,177 - 7156: -110,185 - 7163: -109,203 - 7168: -112,213 - 7173: -119,159 - 7175: -115,153 - 7183: -113,173 - 7190: -120,199 - 7191: -119,194 - 7196: -116,207 - 7200: -114,215 - 7206: -67,153 - 7207: -66,159 - 7209: -69,165 - 7215: -72,177 - 7216: -71,178 - 7218: -69,180 - 7227: -66,191 - 7228: -65,189 - 7230: -67,196 - 7232: -65,192 - 7234: -72,207 - 7235: -71,205 - 7236: -70,201 - 7241: -72,214 - 7247: -68,215 - 7251: -64,173 - 7254: -64,197 - 7257: -61,206 - 7259: -57,205 - 7265: -119,221 - 7269: -110,222 - 7280: -100,222 - 7286: -91,217 - 7288: -89,223 - 7296: -77,219 - 7299: -75,218 - 7303: -68,223 - 7304: -66,219 - 7305: -66,221 - 7307: -64,220 - 7320: -121,152 - 7327: -124,163 - 7331: -126,172 - 7333: -121,170 - 7343: -125,184 - 7347: -122,191 - 7352: -122,195 - 7366: -121,217 - 7371: 154,110 - 7376: 172,111 - 7385: 187,105 - 7390: 201,108 - 7396: 209,106 - 7414: 178,112 - 7418: 182,117 - 7424: 187,113 - 7425: 187,118 - 7426: 188,115 - 7430: 194,115 - 7443: 202,121 - 7445: 209,123 - 7451: 215,128 - 7452: 215,135 - 7453: 200,143 - 7455: 207,138 - 7466: 208,152 - 7467: 208,158 - 7474: 215,157 - 7475: 208,160 - 7479: 216,111 - 7481: 218,105 - 7483: 220,108 - 7487: 219,115 - 7488: 220,119 - 7495: 217,128 - 7497: 221,131 - 7498: 222,130 - 7500: 223,131 - 7506: 222,144 - 7507: 222,146 - 7511: 222,152 - 7514: 220,161 - 7518: 223,162 - 7521: 154,99 - 7528: 159,99 - 7529: 160,101 - 7536: 27,114 - 7537: 31,118 - 7541: 31,111 - 7542: 33,105 - 7545: 37,111 - 7553: 10,97 - 7554: 11,99 - 7555: 11,100 - 7560: 13,103 - 7564: 36,100 - 7569: 40,97 - 7577: 48,103 - 7579: 49,102 - 7623: 34,-143 - 7624: 34,-140 - 7627: 38,-142 - 7630: 34,-133 - 7634: 38,-131 - 7635: 39,-136 - 7636: 39,-130 - 7648: 38,-116 - 7651: 33,-107 - 7652: 34,-109 - 7655: 38,-107 - 7661: 25,-142 - 7666: 30,-143 - 7667: 31,-138 - 7671: 24,-128 - 7674: 27,-127 - 7676: 29,-123 - 7679: 26,-120 - 7680: 26,-116 - 7684: 29,-119 - 7687: 25,-110 - 7691: 26,-101 - 7693: 31,-99 - 7695: 37,-104 - 7696: 38,-97 - 7699: 42,-139 - 7700: 43,-137 - 7702: 46,-141 - 7708: 41,-135 - 7710: 41,-129 - 7715: 41,-128 - 7717: 43,-128 - 7718: 43,-126 - 7722: 41,-112 - 7724: 42,-109 - 7730: 48,-143 - 7734: 53,-140 - 7736: 55,-142 - 7738: 51,-135 - 7741: 53,-130 - 7745: 48,-128 - 7747: 48,-123 - 7748: 54,-121 - 7754: 52,-108 - 7755: 52,-106 - 7760: 57,-138 - 7761: 58,-144 - 7764: 61,-137 - 7769: 59,-132 - 7771: 61,-133 - 7774: 62,-126 - 7776: 56,-115 - 7779: 61,-109 - 7790: 64,-111 - 7797: 71,-98 - 7798: 64,-95 - 7804: 77,-140 - 7805: 78,-141 - 7807: 73,-131 - 7808: 74,-135 - 7819: 76,-113 - 7822: 73,-99 - 7826: 78,-99 - 7830: 73,-92 - 7846: 37,-145 - 7849: 43,-148 - 7853: 50,-147 - 7868: 76,-148 - 7877: 82,-140 - 7878: 83,-138 - 7881: 86,-141 - 7886: 85,-136 - 7903: 83,-99 - 7907: 81,-91 - 7909: 86,-90 - 7910: 87,-91 - 7915: 21,-147 - 7919: 16,-140 - 7923: 18,-137 - 7924: 20,-144 - 7937: 17,-123 - 7939: 20,-122 - 7945: 20,-119 - 7953: 19,-106 - 7955: 20,-108 - 7960: 17,-97 - 7961: -166,41 - 7962: -165,41 - 7966: -155,42 - 7968: -164,33 - 7977: -153,36 - 7986: -149,41 - 7989: -192,69 - 7995: -199,77 - 8003: -191,74 - 8025: -192,85 - 8031: -184,86 - 8039: -155,82 - 8041: -155,86 - 8045: -150,83 - 8050: -146,82 - 8053: -196,95 - 8054: -194,91 - 8055: -194,93 - 8057: -192,92 - 8060: -187,93 - 8065: -179,89 - 8075: -172,90 - 8079: -165,89 - 8080: -165,92 - 8086: -154,95 - 8089: -205,30 - 8092: -202,25 - 8098: -206,35 - 8122: -201,58 - 8123: -207,69 - 8125: -203,64 - 8131: -207,74 - 8132: -206,75 - 8137: -203,79 - 8140: -206,82 - 8141: -204,80 - 8142: -206,95 - 8149: -141,31 - 8160: -138,43 - 8168: -144,85 - 8172: -141,94 - 8423: -155,17 - 8425: -166,3 - 8427: -161,3 - 8431: -164,10 - 8435: -162,16 - 8436: -162,18 - 8437: -174,1 - 8438: -169,7 - 8442: -174,12 - 8443: -174,14 - 8446: -170,15 - 8449: -169,19 - 8450: -183,6 - 8451: -181,1 - 8454: -177,7 - 8459: -189,5 - 8470: -208,7 - 8477: -202,6 - 8482: -203,8 - 8488: -202,23 - 8491: -189,-8 - 8498: -171,-1 - 8500: -216,1 - 8501: -215,2 - 8517: -214,34 - 8519: -211,35 - 8523: -209,52 - 8525: -215,61 - 8527: -214,57 - 8529: -210,61 - 8533: -152,8 - 8546: -216,-5 - 8549: -214,-5 - 8551: -213,-3 - 8659: -111,-187 - 8664: -94,-191 - 8685: -117,-191 - 8698: -118,-193 - 8707: -94,-197 - 8711: -76,-198 - 8712: -76,-195 - 8721: -112,-207 - 8739: -86,-202 - 8740: -85,-206 - 8743: -82,-204 - 8746: -80,-203 - 8751: -70,-206 - 8753: -66,-208 - 8757: -70,-190 - 8762: -65,-190 - 8765: -63,-203 - 8770: -59,-206 - 8775: -63,-198 - 8781: -58,-187 - 8794: -49,-196 - 8795: -55,-190 - 8803: -54,-177 - 8806: -55,-175 - 8813: -55,-161 - 8815: -51,-164 - 8818: -55,-158 - 8821: -50,-158 - 8823: -87,16 - 8830: -76,19 - 8831: -76,20 - 8832: -76,22 - 8834: -88,30 - 8835: -87,30 - 8846: -67,19 - 8847: -87,34 - 8850: -80,35 - 8854: -81,42 - 8858: -77,42 - 8861: -73,46 - 8879: -91,24 - 8883: -96,33 - 8897: -101,20 - 8900: -104,25 - 8901: -103,28 - 8902: -102,27 - 8903: -101,28 - 8904: -99,28 - 8906: -97,26 - 8910: -102,37 - 8911: -100,37 - 8920: -100,63 - 9295: 51,65 - 9298: 8,71 - 9299: 9,66 - 9303: 12,78 - 9304: 12,79 - 9306: 46,79 - 9308: 49,74 - 9311: 53,77 - 9312: 53,79 - 9317: 15,84 - 9321: 50,82 - 9417: 178,-46 - 9421: 179,-37 - 9424: 181,-38 - 9427: 177,-26 - 9428: 179,-29 - 9429: 182,-26 - 9430: 176,-19 - 9433: 184,-42 - 9439: 188,-41 - 9442: 188,-33 - 9443: 190,-37 - 9444: 190,-35 - 9452: 192,-36 - 9456: 202,-60 - 9462: 205,-39 - 9463: 206,-40 - 9468: 206,-17 - 9470: 209,-62 - 9477: 211,-42 - 9487: 220,-63 - 9488: 221,-59 - 9492: 222,-61 - 9501: 221,-43 - 9508: 217,-19 - 9511: 223,-19 - 9516: 229,-60 - 9518: 230,-57 - 9524: 226,-54 - 9531: 225,-44 - 9534: 229,-46 - 9536: 230,-41 - 9551: 225,-20 - 9554: 228,-22 - 9555: 230,-24 - 9571: 236,-41 - 9572: 237,-42 - 9573: 238,-46 - 9574: 234,-39 - 9577: 233,-30 - 9578: 235,-30 - 9579: 236,-29 - 9592: 206,-65 - 9605: 228,-67 - 9607: 230,-70 - 9611: 233,-65 - 9618: 171,-43 - 9626: 169,-30 - 9627: 170,-32 - 9629: 173,-27 - 9632: 169,-19 - 9640: 203,-80 - 9650: 210,-76 - 9653: 212,-80 - 9659: 217,-74 - 9664: 223,-73 - 9679: 203,-84 - 9680: 205,-82 - 9682: 206,-81 - 9690: 218,-87 - 9697: 224,-88 - 9702: 235,-87 - 9704: 236,-81 - 9735: 185,-10 - 9737: 186,-12 - 9739: 189,-9 - 9746: 201,-12 - 9757: 214,-13 - 9762: 220,-13 - 9768: 228,-16 - 9769: 228,-12 - 9780: 237,-16 - 9781: 237,-9 - 9783: 238,-12 - 9788: 243,-63 - 9799: 240,-43 - 9813: 243,-22 - 9816: 246,-17 - 9818: 241,-15 - 9820: 244,-12 - 9821: 245,-12 - 9825: 186,-1 - 9829: 189,-5 - 9836: 202,-7 - 9843: 212,-7 - 9844: 213,-8 - 9853: 220,-3 - 9854: 221,-1 - 9855: 223,-5 - 9859: 231,-7 - 9861: 231,-2 - 9863: 239,-3 - 9869: 245,-2 - 9872: 176,-15 - 9873: 176,-14 - 9874: 176,-12 - 9884: 179,-7 - 9888: 183,-6 - 9890: 183,-3 - 9892: 240,-70 - 44989: 107,-106 - 45028: 90,-133 - 45032: 99,-133 - 47453: 114,-130 - 47454: 117,-133 - 47467: 116,-109 - 47472: 96,-143 - 47475: 102,-138 - 47478: 107,-139 - 47480: 110,-140 - 48398: 90,-92 - 48708: 120,-129 - 48712: 126,-136 - 48733: 135,-138 - 48740: 133,-136 - 48746: 134,-123 - 48957: 69,-75 - 48960: 85,-74 - 48962: 93,-78 - 48966: 107,-73 - 48967: 109,-78 - 48970: 112,-76 + 774: -207,-118 + 776: -205,-105 + 777: -208,-101 + 780: -201,-98 + 785: -166,-133 + 787: -161,-133 + 796: -214,-141 + 802: -211,-130 + 823: -166,-92 + 834: -147,-144 + 835: -146,-140 + 837: -150,-135 + 838: -145,-131 + 843: -149,-112 + 848: 83,118 + 853: 84,121 + 854: 85,120 + 857: 89,114 + 862: 90,123 + 864: 92,125 + 867: 89,109 + 869: 98,107 + 870: 100,106 + 881: 101,115 + 887: 103,121 + 895: 105,98 + 907: 107,117 + 910: 109,119 + 911: 110,116 + 913: 111,116 + 922: 96,91 + 924: 99,88 + 928: 102,95 + 929: 106,89 + 935: 84,84 + 938: 97,84 + 941: 101,82 + 944: 103,87 + 948: 108,87 + 949: 109,86 + 951: 112,85 + 966: 115,106 + 968: 117,107 + 980: 114,126 + 982: 117,123 + 983: 117,126 + 985: 119,125 + 993: 87,72 + 998: 90,73 + 1001: 91,73 + 1002: 93,73 + 1009: 98,74 + 1024: 117,77 + 1031: 122,80 + 1036: 127,86 + 1038: 120,95 + 1042: 122,99 + 1048: 120,108 + 1053: 126,106 + 1059: 126,120 + 1060: 127,125 + 1062: 85,70 + 1073: 112,70 + 1076: 129,79 + 1083: 133,80 + 1087: 135,94 + 1091: 131,101 + 1102: 129,117 + 1104: 133,113 + 1114: 138,64 + 1117: 136,79 + 1119: 140,73 + 1122: 143,73 + 1124: 138,83 + 1130: 138,92 + 1136: 138,102 + 1137: 139,98 + 1139: 139,102 + 1145: 142,111 + 1149: 137,112 + 1157: 136,121 + 1161: 151,71 + 1169: 145,91 + 1170: 147,89 + 1173: 144,96 + 1174: 146,103 + 1182: 149,108 + 1185: 148,112 + 1196: 85,134 + 1205: 102,135 + 1216: 113,133 + 1217: 114,135 + 1218: 115,129 + 1235: 73,2 + 1240: 78,4 + 1242: 79,7 + 1244: 73,13 + 1247: 79,10 + 1251: 75,18 + 1259: 101,-28 + 1269: 70,3 + 1272: 66,14 + 1277: 66,22 + 1281: 118,-40 + 1285: 119,-33 + 1287: 111,-48 + 1288: 112,-46 + 1292: 118,-45 + 1296: 63,4 + 1301: 48,21 + 1311: 52,147 + 1316: 37,152 + 1318: 46,158 + 1320: 50,158 + 1322: 32,161 + 1325: 41,162 + 1327: 48,163 + 1333: 32,170 + 1334: 32,171 + 1335: 32,174 + 1349: 53,171 + 1352: 55,174 + 1353: 27,150 + 1356: 25,156 + 1358: 29,158 + 1370: 24,182 + 1374: 33,178 + 1379: 37,179 + 1380: 39,177 + 1381: 42,179 + 1383: 44,176 + 1386: 46,180 + 1389: 50,177 + 1396: 26,136 + 1399: 27,137 + 1400: 27,138 + 1401: 27,142 + 1402: 29,137 + 1408: 47,141 + 1417: 20,137 + 1426: 20,154 + 1427: 21,155 + 1431: 21,166 + 1436: 23,168 + 1438: 18,180 + 1442: 17,133 + 1446: 27,133 + 1453: 48,128 + 1457: 54,135 + 1458: 55,128 + 1460: 17,124 + 1461: 18,123 + 1462: 20,126 + 1468: 34,123 + 1474: 39,126 + 1475: 39,127 + 1477: 46,122 + 1483: 53,126 + 1484: 55,122 + 1494: 8,140 + 1496: 11,136 + 1498: 14,136 + 1506: 14,157 + 1509: 11,166 + 1510: 8,175 + 1511: 9,172 + 1512: 10,168 + 1513: 10,174 + 1518: 10,179 + 1521: 13,180 + 1523: 1,120 + 1526: 2,126 + 1527: 6,124 + 1530: 1,129 + 1536: 6,133 + 1537: 0,136 + 1540: 6,136 + 1542: 7,141 + 1543: 1,145 + 1544: 1,149 + 1556: 0,163 + 1557: 3,164 + 1559: 5,163 + 1561: 0,169 + 1566: 2,183 + 1569: 6,180 + 1571: 7,176 + 1574: 58,127 + 1579: 60,129 + 1593: 63,149 + 1597: 60,166 + 1598: 61,160 + 1605: 58,178 + 1609: 62,176 + 1615: 67,122 + 1619: 71,124 + 1631: 65,150 + 1633: 67,151 + 1639: 71,158 + 1640: 66,162 + 1641: 67,161 + 1648: 64,183 + 1650: 69,178 + 1656: 4,185 + 1657: 5,187 + 1659: 9,187 + 1671: 24,189 + 1680: 34,187 + 1681: 62,184 + 1686: -28,-22 + 1688: -22,-39 + 1693: -21,-30 + 1698: 21,-24 + 1701: -40,8 + 1717: 15,10 + 1718: 15,14 + 1723: 23,12 + 1730: -32,21 + 1735: -26,22 + 1741: -20,21 + 1742: -19,22 + 1744: -14,20 + 1752: -5,18 + 1762: 4,18 + 1765: 6,23 + 1766: 10,21 + 1770: 15,19 + 1771: 16,17 + 1775: 18,20 + 1795: 7,24 + 1800: 17,26 + 1802: -43,6 + 1809: -64,-43 + 1843: -63,-54 + 1846: -61,-55 + 1847: -61,-50 + 1877: -72,-49 + 1886: -70,-42 + 1887: -69,-43 + 1890: -68,-33 + 1891: -66,-37 + 1894: -66,-32 + 1899: -75,-49 + 1903: -76,-48 + 1904: -78,-33 + 1912: -80,-19 + 1915: -75,-2 + 1919: -81,-55 + 1924: -86,-39 + 1931: -85,-31 + 1933: -81,-31 + 1937: -85,-20 + 1940: -94,-45 + 1953: -96,-32 + 1958: -90,-29 + 1960: -94,-18 + 1961: -91,-17 + 1965: -94,-12 + 1967: -94,4 + 1979: -90,12 + 1981: -87,12 + 1982: -83,14 + 1983: -81,13 + 1985: -79,10 + 1986: -77,12 + 1987: -77,14 + 1990: -76,13 + 1991: -72,13 + 1998: -65,15 + 2000: -56,9 + 2003: -101,-55 + 2005: -100,-54 + 2006: -98,-54 + 2014: -101,-40 + 2021: -103,-19 + 2026: -97,-17 + 2028: -104,-13 + 2034: -98,-15 + 2035: -97,-10 + 2037: -104,0 + 2048: -101,14 + 2051: 3,56 + 2056: 0,65 + 2058: 4,71 + 2059: 6,67 + 2061: 0,75 + 2064: -7,60 + 2074: -2,69 + 2080: -5,73 + 2086: -11,59 + 2090: -14,71 + 2095: -15,79 + 2100: -11,72 + 2105: -21,63 + 2106: -20,60 + 2110: -21,66 + 2117: -22,78 + 2130: -29,77 + 2141: -47,35 + 2146: -46,66 + 2147: -45,67 + 2154: -46,77 + 2158: -55,36 + 2176: -54,79 + 2178: -51,78 + 2179: -64,17 + 2182: -58,26 + 2186: -62,62 + 2187: -61,62 + 2197: -64,75 + 2198: -61,74 + 2202: 94,27 + 2213: 111,31 + 2228: 105,34 + 2230: 106,36 + 2233: 128,35 + 2234: 131,36 + 2235: 143,-21 + 2241: 142,29 + 2242: 143,29 + 2243: 136,35 + 2245: 139,34 + 2246: 139,38 + 2251: 88,45 + 2256: 92,44 + 2259: 96,40 + 2261: 99,41 + 2262: 99,45 + 2268: 107,41 + 2270: 108,47 + 2273: 136,47 + 2275: 137,44 + 2277: 138,46 + 2285: 146,-12 + 2286: 146,-9 + 2294: 148,6 + 2296: 146,11 + 2297: 148,9 + 2302: 147,22 + 2310: 148,26 + 2311: 149,27 + 2315: 146,39 + 2317: 149,38 + 2318: 151,34 + 2322: 151,40 + 2324: 153,-18 + 2326: 156,-20 + 2327: 159,-17 + 2329: 152,-13 + 2337: 153,-5 + 2342: 153,7 + 2346: 157,5 + 2349: 154,8 + 2352: 155,9 + 2353: 155,14 + 2354: 157,9 + 2358: 155,20 + 2359: 155,22 + 2362: 153,28 + 2364: 155,28 + 2370: 159,26 + 2377: 157,38 + 2379: 152,47 + 2381: 157,41 + 3183: -87,-126 + 3195: -90,-134 + 3265: -69,-138 + 3267: -68,-141 + 3269: -67,-139 + 3270: -71,-133 + 3329: -107,-134 + 3339: -117,-174 + 3340: -115,-170 + 3342: -114,-145 + 3344: -120,-141 + 3349: -117,-139 + 3358: -118,-128 + 3361: -115,-121 + 3371: -122,-168 + 3374: -125,-155 + 3376: -122,-155 + 3382: -127,-139 + 3384: -123,-143 + 3387: -121,-138 + 3388: -126,-135 + 3396: -121,-122 + 3406: -127,-177 + 3409: -120,-183 + 3411: -118,-182 + 3418: -106,-181 + 3420: -103,-184 + 3424: -88,-179 + 3425: -83,-181 + 3429: -80,-181 + 3433: -75,-179 + 3436: -67,-183 + 3442: -125,-119 + 3445: -124,-116 + 3453: -112,-114 + 3464: -100,-114 + 3465: -99,-119 + 3475: -79,-114 + 3476: -75,-120 + 3478: -73,-120 + 3480: -71,-114 + 3484: -64,-182 + 3485: -64,-181 + 3486: -61,-182 + 3501: -57,-171 + 3504: -62,-165 + 3505: -60,-163 + 3507: -57,-162 + 3510: -62,-156 + 3523: -59,-143 + 3524: -57,-139 + 3528: -61,-136 + 3532: -61,-123 + 3533: -60,-125 + 3535: -62,-120 + 3791: 138,-107 + 3799: 137,-97 + 3801: 141,-103 + 3805: 128,-111 + 3809: 132,-110 + 3812: 134,-105 + 3818: 135,-104 + 3823: 132,-93 + 3827: 123,-110 + 3832: 124,-97 + 3833: 125,-98 + 3834: 120,-96 + 3840: 121,-79 + 3851: 142,-74 + 3852: 121,-68 + 3863: 131,-72 + 3867: 134,-65 + 3872: 140,-72 + 3877: 146,-69 + 3894: 136,-57 + 3895: 137,-62 + 3899: 145,-62 + 3912: 140,-49 + 3916: 147,-53 + 3922: 155,-50 + 3923: 156,-54 + 3924: 158,-54 + 3926: 161,-53 + 3929: 167,-54 + 3933: 174,-49 + 3936: 181,-51 + 3937: 181,-49 + 3938: 184,-49 + 3942: 121,-115 + 3943: 122,-119 + 3950: 131,-115 + 3958: 143,-114 + 3972: -69,-109 + 3976: -68,-97 + 3977: -66,-97 + 3979: -63,-107 + 3981: -60,-108 + 3993: -49,-121 + 3996: -72,-96 + 4000: -67,-90 + 4009: -58,-91 + 4017: -53,-93 + 4019: -51,-96 + 4022: -41,-121 + 4024: -41,-109 + 4025: -48,-98 + 4029: -42,-103 + 4033: -48,-96 + 4034: -48,-91 + 4036: -45,-95 + 4045: -39,-128 + 4050: -33,-125 + 4051: -36,-118 + 4053: -34,-112 + 4054: -34,-110 + 4057: -34,-104 + 4060: -36,-95 + 4069: -26,-130 + 4073: -30,-124 + 4074: -30,-121 + 4075: -28,-127 + 4083: -27,-111 + 4084: -27,-107 + 4087: -25,-107 + 4092: -30,-103 + 4094: -27,-99 + 4096: -25,-100 + 4097: -25,-98 + 4102: -25,-92 + 4106: -78,-93 + 4115: -41,-137 + 4116: -40,-138 + 4125: -25,-142 + 4128: -20,-144 + 4140: -23,-126 + 4151: -24,-115 + 4164: -24,-97 + 4165: -22,-103 + 4166: -20,-100 + 4167: -18,-102 + 4169: -17,-97 + 4178: -55,-148 + 4182: -49,-151 + 4190: -43,-147 + 4204: -17,-150 + 4212: -14,-143 + 4218: -14,-123 + 4227: -11,-120 + 4232: -16,-111 + 4233: -14,-109 + 4234: -12,-112 + 4235: -11,-108 + 4332: 185.95459,25.983448 + 4335: 160,43 + 4336: 160,46 + 4339: 179,42 + 4364: 195,42 + 4367: 192,55 + 4371: 197,50 + 4377: 152,61 + 4380: 156,63 + 4382: 162,59 + 4385: 166,62 + 4388: 181,62 + 4390: 193,58 + 4391: 194,62 + 4394: 196,56 + 4399: 173,71 + 4408: 158,78 + 4411: 168,77 + 4417: 174,75 + 4426: 181,72 + 4427: 181,77 + 4435: 190,77 + 4437: 192,72 + 4458: 205,53 + 4459: 206,50 + 4475: 200,76 + 4482: 146,52 + 4496: 176,35 + 4504: 192,33 + 4506: 200,33 + 4513: 203,36 + 4517: 160,27 + 4518: 169,30 + 4520: 179,26 + 4522: 183,30 + 4525: 201,29 + 4527: 202,28 + 4529: 206,29 + 4532: 138,51 + 4534: 141,52 + 4535: 143,51 + 4537: 138,57 + 4552: 193,19 + 4556: 206,20 + 4572: 204,9 + 4577: 213,47 + 4581: 209,52 + 4587: 211,59 + 4588: 212,62 + 4596: 209,70 + 4597: 210,66 + 4608: 176,81 + 4611: 180,81 + 4612: 182,80 + 4613: 192,81 + 4619: 201,81 + 4620: 202,85 + 4621: 202,86 + 4629: 177,92 + 4630: 178,91 + 4635: 201,95 + 4640: 208,90 + 4643: 213,88 + 4648: 215,93 + 4652: 175,95 + 4658: 214,38 + 4659: 215,37 + 4661: 177,98 + 4663: 184,103 + 4666: 194,100 + 4676: 213,96 + 4681: 218,36 + 4685: 222,46 + 4692: 221,50 + 4694: 223,54 + 4695: 216,57 + 4701: 220,63 + 4716: 219,79 + 4719: 216,89 + 4720: 216,95 + 4726: 222,88 + 4735: 224,34 + 4737: 225,33 + 4738: 227,38 + 4740: 230,35 + 4746: 229,47 + 4752: 225,57 + 4754: 226,59 + 4757: 229,61 + 4759: 225,69 + 4760: 226,64 + 4762: 228,64 + 4775: 225,85 + 4779: 231,82 + 4784: 226,91 + 4796: 230,101 + 4801: 239,39 + 4812: 235,55 + 4822: 235,63 + 4828: 235,66 + 4830: 235,70 + 4851: 239,80 + 4854: 232,91 + 4855: 233,93 + 4860: 239,92 + 4864: 234,103 + 4865: 238,100 + 4900: 73.153275,113.32051 + 4901: 73.14285,116.28227 + 4902: 68.581604,116.28227 + 4903: 68.92633,113.17452 + 4910: 81.09776,119.01993 + 4911: 78.111084,122.80931 + 4912: 70.93909,119.94473 + 4925: -5,-93 + 4928: 5,-93 + 4930: 11,-96 + 4934: 18,-96 + 4936: 22,-94 + 4939: -22,-45 + 4949: -21,-60 + 4957: 26,-91 + 4958: 28,-91 + 4966: 26,-29 + 4967: -32,-79 + 4970: -32,-58 + 4971: -30,-60 + 4975: -31,-52 + 4976: -31,-50 + 4977: -30,-54 + 4982: -27,-50 + 4986: -27,-42 + 4989: -25,-41 + 4993: 62,103 + 4995: 60,105 + 5003: 67,100 + 5011: 65,105 + 5013: 69,106 + 5015: 71,106 + 5018: 67,112 + 5021: 75,98 + 5042: 62,91 + 5043: 62,93 + 5051: 69,93 + 5053: 72,88 + 5055: 78,88 + 5065: 79,82 + 5069: 64,72 + 5073: 67,78 + 5075: 71,77 + 5084: 62,63 + 5085: 63,61 + 5087: 66,61 + 5095: 75,57 + 5104: 94,63 + 5107: 100,61 + 5109: 102,58 + 5113: 105,63 + 5121: 121,59 + 5123: 123,60 + 5125: -223,-72 + 5128: -222,-69 + 5130: -220,-66 + 5140: -227,-67 + 5143: -239,-69 + 5145: -237,-69 + 5154: -225,-102 + 5156: -219,-104 + 5159: -237,-106 + 5160: -236,-108 + 5165: -229,-108 + 5166: -229,-106 + 5180: -233,-116 + 5186: -229,-119 + 5187: -229,-118 + 5193: -245,-120 + 5196: -243,-112 + 5204: -243,-76 + 5205: -241,-77 + 5223: -252,-108 + 5238: -256,-123 + 5239: -255,-127 + 5241: -252,-127 + 5245: -250,-123 + 5252: -231,-121 + 5255: -227,-123 + 5261: -261,-128 + 5262: -260,-123 + 5266: -257,-126 + 5271: -262,-119 + 5273: -258,-114 + 5275: -262,-112 + 5277: -261,-107 + 5279: -259,-107 + 5282: -260,-99 + 5283: -259,-97 + 5284: -263,-75 + 5287: -260,-77 + 5288: -258,-73 + 5290: -263,-69 + 5291: -262,-70 + 5292: -262,-65 + 5293: -261,-68 + 5295: -214,-77 + 5301: -215,-66 + 5309: -204,-67 + 5313: -191,-75 + 5319: -187,-74 + 5320: -186,-73 + 5330: -161,-74 + 5334: -154,-76 + 5335: -198,-78 + 5338: -270,-123 + 5340: -269,-121 + 5341: -266,-124 + 5347: -269,-117 + 5349: -267,-120 + 5350: -267,-115 + 5356: -267,-108 + 5359: -269,-102 + 5364: -271,-77 + 5366: -266,-75 + 5367: -265,-75 + 5368: -272,-70 + 5374: -270,-136 + 5377: -262,-136 + 5378: -262,-134 + 5380: -260,-130 + 5381: -255,-136 + 5383: -255,-134 + 5384: -254,-130 + 5385: -253,-136 + 5386: -250,-133 + 5390: -248,-129 + 5399: -236,-130 + 5401: -231,-133 + 5432: 48,-93 + 5435: 60,-90 + 5442: -144,-155 + 5447: -139,-149 + 5448: -144,-139 + 5451: -143,-130 + 5452: -142,-130 + 5455: -139,-130 + 5459: -142,-121 + 5472: -142,-108 + 5474: -137,-110 + 5475: -142,-101 + 5479: -143,-91 + 5494: 66,27 + 5496: 71,25 + 5498: 71,31 + 5501: 120,-40 + 5502: 120,-35 + 5508: -211,-221 + 5514: -209,-206 + 5516: -209,-204 + 5518: -215,-195 + 5520: -210,-195 + 5521: -216,-189 + 5525: -213,-192 + 5527: -213,-186 + 5529: -209,-186 + 5531: -210,-177 + 5539: -208,-219 + 5547: -202,-209 + 5551: -207,-204 + 5553: -204,-204 + 5557: -207,-194 + 5568: -201,-190 + 5582: -195,-222 + 5583: -195,-218 + 5588: -200,-207 + 5601: -190,-218 + 5603: -188,-221 + 5604: -188,-218 + 5605: -188,-217 + 5607: -186,-219 + 5609: -192,-211 + 5611: -190,-209 + 5614: -186,-214 + 5618: -191,-203 + 5620: -188,-206 + 5627: -183,-221 + 5630: -181,-224 + 5633: -181,-218 + 5634: -179,-224 + 5635: -184,-211 + 5639: -178,-213 + 5642: -184,-208 + 5650: -181,-201 + 5659: -174,-217 + 5660: -173,-223 + 5661: -171,-220 + 5662: -169,-224 + 5663: -176,-212 + 5668: -176,-205 + 5669: -174,-204 + 5672: -172,-208 + 5673: -172,-204 + 5676: -170,-203 + 5677: -169,-202 + 5679: -164,-223 + 5683: -161,-222 + 5685: -167,-211 + 5695: -167,-202 + 5706: -157,-215 + 5707: -157,-211 + 5709: -155,-212 + 5713: -158,-208 + 5716: -216,-163 + 5719: -214,-167 + 5738: -148,-209 + 5739: -151,-201 + 5743: -145,-208 + 5752: 42,19 + 5753: 46,21 + 5754: 47,16 + 5755: 47,18 + 5762: 37,22 + 5763: 39,16 + 5765: 27,15 + 5766: 28,14 + 5768: 30,10 + 5779: 34,30 + 5790: 51,27 + 5793: 19,33 + 5795: 34,32 + 5804: 73,35 + 5807: 75,34 + 5808: 75,35 + 5809: 77,32 + 5810: 144,-43 + 5813: 154,-46 + 5815: 154,-41 + 5821: 163,-44 + 5824: 164,-43 + 5828: 142,-41 + 5834: 146,-34 + 5844: 156,-34 + 5850: 165,-39 + 5852: 167,-33 + 5861: 135,-39 + 5865: 133,-28 + 5866: 139,-29 + 5874: 153,-32 + 5880: 164,-28 + 5882: 166,-32 + 5887: 165,-17 + 5889: 162,-12 + 5891: 164,-9 + 5895: 162,-5 + 5901: 167,-8 + 5902: 167,-2 + 5903: 167,-1 + 5931: 100,-53 + 5947: 117,-56 + 5948: 117,-55 + 5958: 94,-62 + 5962: 99,-60 + 5975: 114,-57 + 5986: 83,-61 + 5993: 82,-51 + 6000: 84,-66 + 6005: 88,-66 + 6016: 97,-71 + 6019: 98,-69 + 6023: 103,-65 + 6025: 105,-71 + 6030: 108,-68 + 6031: 109,-71 + 6039: 72,-71 + 6043: 74,-71 + 6049: 73,-62 + 6061: 152,171 + 6062: 153,170 + 6063: 153,173 + 6064: 154,171 + 6068: 153,178 + 6069: 154,176 + 6071: 175,178 + 6072: 175,180 + 6077: 151,173 + 6089: 149,204 + 6096: 158,202 + 6098: 164,203 + 6100: 168,205 + 6104: 136,157 + 6107: 137,162 + 6115: 140,206 + 6118: 181,154 + 6119: 183,154 + 6122: 177,180 + 6123: 180,180 + 6128: 178,203 + 6132: 188,159 + 6133: 189,153 + 6135: 187,165 + 6138: 190,177 + 6139: 191,177 + 6144: 133,156 + 6145: 135,152 + 6148: 132,164 + 6150: 135,163 + 6159: 133,182 + 6160: 134,181 + 6173: 144,213 + 6176: 154,210 + 6184: 163,212 + 6186: 164,213 + 6192: 178,210 + 6198: 127,207 + 6210: 144,216 + 6212: 146,223 + 6214: 149,219 + 6217: 156,222 + 6220: 161,218 + 6227: 168,221 + 6247: 146,148 + 6256: 182,151 + 6259: 196,163 + 6260: 196,166 + 6265: 193,181 + 6267: 196,178 + 6276: -37,-71 + 6278: -40,-57 + 6280: -36,-63 + 6282: -35,-59 + 6285: -33,-62 + 6293: -42,-75 + 6295: -42,-72 + 6298: -47,-62 + 6306: -55,-80 + 6312: -51,-77 + 6314: -50,-80 + 6315: -50,-73 + 6317: -55,-66 + 6318: -54,-72 + 6323: -51,-69 + 6325: -49,-67 + 6326: -54,-60 + 6335: -63,-75 + 6336: -61,-77 + 6337: -60,-78 + 6349: -58,-69 + 6350: -64,-59 + 6357: -59,-35 + 6360: -72,-79 + 6361: -71,-78 + 6365: -69,-76 + 6370: -71,-68 + 6372: -67,-68 + 6376: -70,-61 + 6377: -68,-59 + 6379: -65,-64 + 6382: -79,-76 + 6384: -76,-76 + 6390: -75,-69 + 6392: -73,-70 + 6397: -75,-64 + 6409: -86,-71 + 6413: -88,-61 + 6415: -86,-61 + 6417: -85,-64 + 6429: -95,-66 + 6431: -94,-67 + 6432: -93,-66 + 6433: -92,-72 + 6436: -91,-65 + 6438: -89,-68 + 6439: -96,-60 + 6445: -89,-59 + 6447: -102,-80 + 6449: -101,-77 + 6450: -100,-74 + 6456: -100,-71 + 6457: -100,-67 + 6460: -102,-61 + 6464: -97,-57 + 6470: 96,137 + 6474: 100,139 + 6479: 99,147 + 6485: 102,150 + 6491: 100,158 + 6494: 96,162 + 6496: 97,161 + 6504: 101,168 + 6505: 101,175 + 6517: 95,145 + 6525: 90,164 + 6530: 94,174 + 6531: 95,175 + 6541: 83,136 + 6544: 80,149 + 6548: 83,157 + 6551: 81,161 + 6553: 81,165 + 6555: 87,165 + 6559: 84,171 + 6560: 85,175 + 6571: 72,137 + 6572: 76,137 + 6574: 76,143 + 6580: 73,157 + 6581: 73,159 + 6582: 74,156 + 6584: 78,157 + 6585: 72,161 + 6596: 74,175 + 6606: 78,178 + 6607: 48,113 + 6609: 48,116 + 6611: 53,116 + 6616: 45,118 + 6622: 34,113 + 6625: 36,119 + 6629: -222,-224 + 6630: -221,-223 + 6632: -218,-219 + 6634: -223,-209 + 6637: -217,-209 + 6638: -223,-208 + 6639: -222,-202 + 6640: -221,-204 + 6643: -223,-194 + 6645: -222,-195 + 6646: -221,-194 + 6647: -220,-200 + 6653: -224,-188 + 6663: -217,-182 + 6677: -217,-161 + 6731: 159,121 + 6742: 202,147 + 6744: 205,146 + 6748: 201,157 + 6751: 203,160 + 6754: -150,-75 + 6756: -148,-75 + 6761: -194,-72 + 6764: -191,-70 + 6766: -189,-66 + 6770: -184,-71 + 6775: -173,-69 + 6776: -172,-66 + 6778: -169,-65 + 6780: -168,-66 + 6788: -159,-71 + 6792: -155,-67 + 6797: -149,-65 + 6804: -206,-57 + 6809: -193,-62 + 6817: -183,-62 + 6821: -173,-61 + 6823: -170,-58 + 6826: -163,-58 + 6827: -162,-62 + 6834: -156,-61 + 6839: -151,-59 + 6843: -149,-58 + 6848: -212,-58 + 6849: -211,-57 + 6851: -209,-59 + 6854: -213,-54 + 6857: -211,-53 + 6860: -208,-53 + 6864: -204,-52 + 6865: -203,-56 + 6866: -203,-51 + 6870: -192,-54 + 6871: -189,-54 + 6882: -169,-52 + 6885: -166,-56 + 6889: -163,-55 + 6900: -152,-50 + 6904: -150,-50 + 6916: -80,176 + 6929: -73,186 + 6932: -77,193 + 6935: -73,194 + 6939: -79,202 + 6944: -75,205 + 6947: -81,178 + 6951: -87,189 + 6961: -85,198 + 6963: -81,198 + 6967: -82,207 + 6969: -95,176 + 6971: -89,181 + 6975: -93,190 + 6978: -92,189 + 6982: -96,196 + 6988: -89,197 + 6989: -95,203 + 6993: -89,202 + 6995: -96,175 + 6996: -95,175 + 7001: -89,175 + 7003: -86,175 + 7005: -80,172 + 7020: -86,167 + 7023: -80,165 + 7031: -93,212 + 7034: -92,213 + 7039: -85,213 + 7042: -78,210 + 7049: -91,155 + 7051: -90,159 + 7052: -86,156 + 7065: -104,163 + 7069: -98,164 + 7070: -97,160 + 7071: -97,164 + 7073: -103,170 + 7074: -103,173 + 7075: -102,169 + 7076: -102,171 + 7084: -103,184 + 7086: -101,184 + 7087: -100,185 + 7092: -101,206 + 7093: -100,202 + 7094: -98,202 + 7096: -102,210 + 7098: -102,215 + 7102: -111,154 + 7106: -106,157 + 7113: -110,169 + 7114: -109,172 + 7119: -107,173 + 7122: -112,177 + 7128: -110,185 + 7135: -109,203 + 7140: -112,213 + 7145: -119,159 + 7147: -115,153 + 7155: -113,173 + 7162: -120,199 + 7163: -119,194 + 7168: -116,207 + 7172: -114,215 + 7178: -67,153 + 7179: -66,159 + 7181: -69,165 + 7187: -72,177 + 7188: -71,178 + 7190: -69,180 + 7199: -66,191 + 7200: -65,189 + 7202: -67,196 + 7204: -65,192 + 7206: -72,207 + 7207: -71,205 + 7208: -70,201 + 7213: -72,214 + 7219: -68,215 + 7223: -64,173 + 7226: -64,197 + 7229: -61,206 + 7231: -57,205 + 7237: -119,221 + 7241: -110,222 + 7252: -100,222 + 7258: -91,217 + 7260: -89,223 + 7268: -77,219 + 7271: -75,218 + 7275: -68,223 + 7276: -66,219 + 7277: -66,221 + 7279: -64,220 + 7292: -121,152 + 7299: -124,163 + 7303: -126,172 + 7305: -121,170 + 7315: -125,184 + 7319: -122,191 + 7324: -122,195 + 7338: -121,217 + 7343: 154,110 + 7348: 172,111 + 7357: 187,105 + 7362: 201,108 + 7368: 209,106 + 7386: 178,112 + 7390: 182,117 + 7396: 187,113 + 7397: 187,118 + 7398: 188,115 + 7402: 194,115 + 7415: 202,121 + 7417: 209,123 + 7423: 215,128 + 7424: 215,135 + 7425: 200,143 + 7427: 207,138 + 7438: 208,152 + 7439: 208,158 + 7446: 215,157 + 7447: 208,160 + 7451: 216,111 + 7453: 218,105 + 7455: 220,108 + 7459: 219,115 + 7460: 220,119 + 7467: 217,128 + 7469: 221,131 + 7470: 222,130 + 7472: 223,131 + 7478: 222,144 + 7479: 222,146 + 7483: 222,152 + 7486: 220,161 + 7490: 223,162 + 7493: 154,99 + 7500: 159,99 + 7501: 160,101 + 7508: 27,114 + 7509: 31,118 + 7513: 31,111 + 7514: 33,105 + 7517: 37,111 + 7525: 10,97 + 7526: 11,99 + 7527: 11,100 + 7532: 13,103 + 7536: 36,100 + 7541: 40,97 + 7549: 48,103 + 7551: 49,102 + 7596: 34,-133 + 7598: 38,-131 + 7599: 39,-130 + 7611: 38,-116 + 7614: 33,-107 + 7615: 34,-109 + 7618: 38,-107 + 7624: 24,-128 + 7627: 27,-127 + 7629: 29,-123 + 7632: 26,-120 + 7633: 26,-116 + 7637: 29,-119 + 7640: 25,-110 + 7644: 26,-101 + 7646: 31,-99 + 7648: 37,-104 + 7649: 38,-97 + 7651: 41,-129 + 7655: 41,-128 + 7657: 43,-128 + 7658: 43,-126 + 7662: 41,-112 + 7664: 42,-109 + 7671: 53,-130 + 7674: 48,-128 + 7676: 48,-123 + 7677: 54,-121 + 7683: 52,-108 + 7684: 52,-106 + 7689: 58,-144 + 7694: 59,-132 + 7696: 61,-133 + 7699: 62,-126 + 7701: 56,-115 + 7704: 61,-109 + 7715: 64,-111 + 7722: 71,-98 + 7723: 64,-95 + 7729: 77,-140 + 7730: 78,-141 + 7732: 73,-131 + 7733: 74,-135 + 7741: 76,-113 + 7744: 73,-99 + 7748: 78,-99 + 7752: 73,-92 + 7762: 43,-148 + 7766: 50,-147 + 7781: 76,-148 + 7790: 82,-140 + 7791: 83,-138 + 7794: 86,-141 + 7796: 85,-136 + 7809: 83,-99 + 7813: 81,-91 + 7815: 86,-90 + 7816: 87,-91 + 7826: 17,-123 + 7828: 20,-122 + 7834: 20,-119 + 7842: 19,-106 + 7844: 20,-108 + 7849: 17,-97 + 7850: -166,41 + 7851: -165,41 + 7855: -155,42 + 7857: -164,33 + 7866: -153,36 + 7875: -149,41 + 7878: -192,69 + 7884: -199,77 + 7892: -191,74 + 7914: -192,85 + 7920: -184,86 + 7928: -155,82 + 7930: -155,86 + 7934: -150,83 + 7939: -146,82 + 7942: -196,95 + 7943: -194,91 + 7944: -194,93 + 7946: -192,92 + 7949: -187,93 + 7954: -179,89 + 7964: -172,90 + 7968: -165,89 + 7969: -165,92 + 7975: -154,95 + 7978: -205,30 + 7981: -202,25 + 7987: -206,35 + 8011: -201,58 + 8012: -207,69 + 8014: -203,64 + 8020: -207,74 + 8021: -206,75 + 8026: -203,79 + 8029: -206,82 + 8030: -204,80 + 8031: -206,95 + 8038: -141,31 + 8049: -138,43 + 8057: -144,85 + 8061: -141,94 + 8311: -155,17 + 8313: -166,3 + 8315: -161,3 + 8319: -164,10 + 8323: -162,16 + 8324: -162,18 + 8325: -174,1 + 8326: -169,7 + 8330: -174,12 + 8331: -174,14 + 8334: -170,15 + 8337: -169,19 + 8338: -183,6 + 8339: -181,1 + 8342: -177,7 + 8347: -189,5 + 8358: -208,7 + 8365: -202,6 + 8370: -203,8 + 8376: -202,23 + 8379: -189,-8 + 8386: -171,-1 + 8388: -216,1 + 8389: -215,2 + 8405: -214,34 + 8407: -211,35 + 8411: -209,52 + 8413: -215,61 + 8415: -214,57 + 8417: -210,61 + 8421: -152,8 + 8434: -216,-5 + 8437: -214,-5 + 8439: -213,-3 + 8547: -111,-187 + 8552: -94,-191 + 8573: -117,-191 + 8586: -118,-193 + 8595: -94,-197 + 8599: -76,-198 + 8600: -76,-195 + 8609: -112,-207 + 8627: -86,-202 + 8628: -85,-206 + 8631: -82,-204 + 8634: -80,-203 + 8639: -70,-206 + 8641: -66,-208 + 8645: -70,-190 + 8650: -65,-190 + 8653: -63,-203 + 8658: -59,-206 + 8663: -63,-198 + 8669: -58,-187 + 8680: -55,-190 + 8688: -54,-177 + 8691: -55,-175 + 8698: -55,-161 + 8700: -51,-164 + 8703: -55,-158 + 8706: -50,-158 + 8708: -87,16 + 8715: -76,19 + 8716: -76,20 + 8717: -76,22 + 8719: -88,30 + 8720: -87,30 + 8731: -67,19 + 8732: -87,34 + 8735: -80,35 + 8739: -81,42 + 8743: -77,42 + 8746: -73,46 + 8764: -91,24 + 8768: -96,33 + 8782: -101,20 + 8785: -104,25 + 8786: -103,28 + 8787: -102,27 + 8788: -101,28 + 8789: -99,28 + 8791: -97,26 + 8795: -102,37 + 8796: -100,37 + 8805: -100,63 + 9180: 51,65 + 9183: 8,71 + 9184: 9,66 + 9188: 12,78 + 9189: 12,79 + 9191: 46,79 + 9193: 49,74 + 9196: 53,77 + 9197: 53,79 + 9202: 15,84 + 9206: 50,82 + 9302: 178,-46 + 9306: 179,-37 + 9309: 181,-38 + 9312: 177,-26 + 9313: 179,-29 + 9314: 182,-26 + 9315: 176,-19 + 9318: 184,-42 + 9324: 188,-41 + 9327: 188,-33 + 9328: 190,-37 + 9329: 190,-35 + 9337: 192,-36 + 9341: 202,-60 + 9347: 205,-39 + 9348: 206,-40 + 9353: 206,-17 + 9355: 209,-62 + 9362: 211,-42 + 9372: 220,-63 + 9373: 221,-59 + 9377: 222,-61 + 9386: 221,-43 + 9393: 217,-19 + 9396: 223,-19 + 9401: 229,-60 + 9403: 230,-57 + 9409: 226,-54 + 9416: 225,-44 + 9419: 229,-46 + 9421: 230,-41 + 9436: 225,-20 + 9439: 228,-22 + 9440: 230,-24 + 9456: 236,-41 + 9457: 237,-42 + 9458: 238,-46 + 9459: 234,-39 + 9462: 233,-30 + 9463: 235,-30 + 9464: 236,-29 + 9477: 206,-65 + 9490: 228,-67 + 9492: 230,-70 + 9496: 233,-65 + 9503: 171,-43 + 9511: 169,-30 + 9512: 170,-32 + 9514: 173,-27 + 9517: 169,-19 + 9525: 203,-80 + 9535: 210,-76 + 9538: 212,-80 + 9544: 217,-74 + 9549: 223,-73 + 9564: 203,-84 + 9565: 205,-82 + 9567: 206,-81 + 9575: 218,-87 + 9582: 224,-88 + 9587: 235,-87 + 9589: 236,-81 + 9592: 185,-10 + 9594: 186,-12 + 9596: 189,-9 + 9603: 201,-12 + 9614: 214,-13 + 9619: 220,-13 + 9625: 228,-16 + 9626: 228,-12 + 9637: 237,-16 + 9638: 237,-9 + 9640: 238,-12 + 9645: 243,-63 + 9656: 240,-43 + 9670: 243,-22 + 9673: 246,-17 + 9675: 241,-15 + 9677: 244,-12 + 9678: 245,-12 + 9682: 186,-1 + 9686: 189,-5 + 9693: 202,-7 + 9700: 212,-7 + 9701: 213,-8 + 9710: 220,-3 + 9711: 221,-1 + 9712: 223,-5 + 9716: 231,-7 + 9718: 231,-2 + 9720: 239,-3 + 9726: 245,-2 + 9729: 176,-15 + 9730: 176,-14 + 9731: 176,-12 + 9741: 179,-7 + 9745: 183,-6 + 9747: 183,-3 + 9749: 240,-70 + 9810: 107,-106 + 9817: 114,-130 + 9818: 117,-133 + 9831: 116,-109 + 9834: 96,-143 + 9837: 102,-138 + 9840: 107,-139 + 9842: 110,-140 + 9846: 90,-92 + 9855: 120,-129 + 9859: 126,-136 + 9876: 135,-138 + 9883: 133,-136 + 9889: 134,-123 + 9892: 69,-75 + 9895: 85,-74 + 9897: 93,-78 + 9901: 107,-73 + 9902: 109,-78 + 9905: 112,-76 + 9923: 284,97 + 9926: 281,109 + 9927: 281,110 + 9928: 283,108 + 9933: 280,115 + 9935: 281,114 + 9937: 283,114 + 9940: 286,113 + 9947: 292,100 + 9951: 294,99 + 9953: 290,110 + 9955: 290,113 + 9956: 290,116 + 9959: 294,114 + 9963: 290,124 + 9966: 294,125 + 9967: 295,120 + 9972: 298,96 + 9974: 297,109 + 9975: 297,119 + 9976: 298,115 + 9977: 298,117 + 9979: 301,118 + 9980: 302,115 + 9991: 302,122 + 9993: 277,99 + 10003: 279,108 + 10004: 272,116 + 10005: 272,117 + 10007: 274,116 + 10009: 276,112 + 10023: 264,109 + 10024: 265,110 + 10029: 271,107 + 10043: 283,133 + 10052: 299,128 + 10053: 299,130 + 10066: 281,139 + 10068: 282,140 + 10070: 283,137 + 10094: 260,99 + 10095: 261,100 + 10100: 258,107 + 10104: 256,119 + 10113: 258,126 + 10125: 263,141 + 10128: 257,145 + 10129: 257,149 + 10137: 269,144 + 10139: 271,150 + 10143: 275,150 + 10152: 283,150 + 10154: 288,147 + 10156: 289,149 + 10172: 253,102 + 10176: 252,104 + 10177: 252,108 + 10178: 253,105 + 10180: 255,107 + 10191: 252,126 + 10194: 251,128 + 10202: 249,141 + 10203: 250,137 + 10208: 249,146 + 10209: 250,144 + 10214: 253,149 + 10221: 260,154 + 10222: 261,159 + 10229: 270,157 + 10230: 271,157 + 10238: 281,156 + 10241: 285,156 + 10245: 287,157 + 10254: 296,158 + 10262: 245,102 + 10269: 245,109 + 10275: 242,113 + 10283: 243,135 + 10290: 245,136 + 10296: 242,147 + 10297: 244,144 + 10306: 247,153 + 10316: 236,112 + 10318: 238,119 + 10320: 239,114 + 10323: 233,127 + 10329: 233,132 + 10341: 236,140 + 10352: 234,153 + 10354: 238,154 + 10357: 239,159 + 10359: 74,185 + 10365: 234,160 + 10374: 253,166 + 10381: 264,163 + 10384: 267,162 + 10390: 273,165 + 10393: 274,161 + 10399: 279,162 + 10401: 282,163 + 10402: 282,165 + 10403: 284,165 + 10414: 297,166 + 10429: -139,-69 + 10436: -132,-97 + 10438: -131,-98 + 10440: -133,-91 + 10449: -131,-79 + 10457: -131,-66 + 10460: -133,-58 + 10462: -130,-59 + 10478: -122,-65 + 10479: -121,-68 + 10482: -124,-57 + 10485: -128,-53 + 10493: -121,-104 + 10496: -126,-92 + 10500: -121,-93 + 10504: -114,-74 + 10509: -116,-72 + 10514: -116,-50 + 10516: -119,-94 + 10520: -116,-91 + 10526: -132,-105 + 10529: -119,-97 + 10531: -115,-103 + 10534: -125,-112 + 10551: -143,-49 + 10555: -140,-50 + 10557: -139,-55 + 10565: -169,-43 + 10572: -153,-48 + 10574: -151,-41 + 10575: -150,-45 + 10579: -146,-41 + 10585: -141,-41 + 10587: -138,-45 + 10588: -138,-43 + 10591: -128,-47 + 10601: -216,67 + 10603: -214,67 + 10605: -213,64 + 10606: -213,70 + 10611: -216,77 + 10617: 88,-151 + 10622: 94,-147 + 10624: 96,-150 + 10625: 97,-148 + 10627: 100,-150 + 10649: 82,-160 + 10651: 82,-153 + 10656: 88,-154 + 10661: 92,-157 + 10664: 97,-157 + 10671: 107,-158 + 10672: 108,-157 + 10678: 117,-159 + 10682: 124,-154 + 10684: 126,-158 + 10690: 77,-167 + 10699: 84,-166 + 10703: 91,-167 + 10704: 91,-164 + 10710: 102,-161 + 10714: 115,-162 + 10718: 120,-163 + 10736: 134,-155 + 10745: 64,-164 + 10751: -222,-2 + 10754: -218,-6 + 10758: -220,3 + 10768: -221,17 + 10783: -221,33 + 10784: -219,36 + 10787: -224,47 + 10793: -217,47 + 10800: -222,61 + 10801: -221,62 + 10802: -220,56 + 10806: -217,60 + 10813: -342,85 + 10815: -337,85 + 10817: -339,89 + 10820: -337,95 + 10824: -340,111 + 10826: -338,104 + 10844: -352,101 + 10852: -354,66 + 10857: -359,72 + 10860: -358,86 + 10861: -355,87 + 10863: -359,92 + 10871: -354,101 + 10874: -353,99 + 10889: -367,91 + 10891: -361,98 + 10893: -363,104 + 10901: -373,65 + 10904: -370,68 + 10905: -376,73 + 10908: -374,83 + 10909: -373,82 + 10932: -385,86 + 10939: -383,117 + 10942: -377,118 + 10943: -376,115 + 10946: -373,117 + 10951: -364,115 + 10955: -358,118 + 10961: -349,114 + 10963: -340,117 + 10974: -399,126 + 10975: -398,126 + 10978: -395,126 + 10981: -392,127 + 10984: -386,120 + 10988: -382,121 + 10998: -363,122 + 11005: -353,121 + 11006: -353,125 + 11015: -346,122 + 11016: -344,123 + 11019: -342,123 + 11026: -403,86 + 11030: -405,131 + 11031: -405,134 + 11036: -398,135 + 11043: -388,134 + 11044: -387,135 + 11054: -377,134 + 11057: -374,128 + 11060: -371,135 + 11078: -349,132 + 11080: -348,131 + 11084: -343,130 + 11094: -2,-114 + 11096: -7,-110 + 11097: -6,-112 + 11098: -6,-106 + 11101: -3,-110 + 11110: -7,-202 + 11114: -3,-201 + 11130: 19,-204 + 11134: 22,-205 + 11136: -12,-215 + 11142: -2,-210 + 11156: 18,-215 + 11158: 20,-213 + 11165: -22,-213 + 11170: -17,-211 + 11172: -22,-203 + 11173: -21,-201 + 11174: -20,-203 + 11179: -31,-215 + 11182: -27,-216 + 11184: -25,-211 + 11186: -28,-201 + 11187: -26,-204 + 11191: -39,-210 + 11196: -38,-202 + 11205: 24,-213 + 11209: 26,-213 + 11213: 25,-206 + 11217: 28,-202 + 11218: -409,87 + 11247: -132,-122 + 11248: -131,-121 + 11255: -135,-116 + 11259: -134,-162 - node: color: '#FFFFFFFF' id: FloraTallGrass5 decals: - 767: -208,-143 - 773: -208,-122 - 779: -205,-102 - 784: -164,-141 - 793: -154,-138 - 795: -156,-98 - 810: -209,-115 - 813: -216,-98 - 827: -157,-90 - 829: -213,-159 - 830: -211,-155 - 848: 82,116 - 861: 88,125 - 867: 95,123 - 875: 96,113 - 878: 98,118 - 880: 100,116 - 884: 102,118 - 889: 103,124 - 897: 107,98 - 898: 108,99 - 918: 111,125 - 919: 81,90 - 946: 106,83 - 951: 110,82 - 957: 115,94 - 961: 112,101 - 965: 117,97 - 971: 118,111 - 974: 113,113 - 976: 116,116 - 995: 87,76 - 1009: 97,78 - 1022: 114,73 - 1028: 121,78 - 1038: 120,93 - 1085: 134,81 - 1087: 134,88 - 1122: 141,79 - 1144: 138,106 - 1145: 141,110 - 1147: 143,105 - 1177: 151,98 - 1178: 144,108 - 1190: 151,118 - 1191: 145,121 - 1203: 100,130 - 1232: 80,21 - 1233: 72,-3 - 1237: 73,6 - 1244: 72,15 - 1249: 79,13 - 1250: 74,19 - 1279: 68,20 - 1284: 119,-38 - 1294: 118,-43 - 1300: 49,14 - 1304: 50,23 - 1329: 49,162 - 1330: 51,163 - 1338: 35,174 - 1347: 47,170 - 1349: 51,170 - 1352: 55,168 - 1358: 26,155 - 1360: 31,157 - 1378: 37,176 - 1396: 25,139 - 1411: 49,138 - 1414: 53,137 - 1423: 20,148 - 1433: 22,164 - 1436: 22,173 - 1438: 16,177 - 1456: 48,133 - 1470: 34,124 - 1473: 38,125 - 1477: 45,126 - 1502: 13,144 - 1515: 12,175 - 1523: 15,179 - 1547: 4,151 - 1550: 7,149 - 1576: 59,124 - 1582: 62,130 - 1583: 62,132 - 1585: 56,141 - 1589: 62,139 - 1591: 63,143 - 1593: 61,147 - 1597: 58,163 - 1600: 62,163 - 1603: 63,161 - 1605: 57,178 - 1627: 69,138 - 1638: 68,157 - 1639: 70,154 - 1646: 67,170 - 1668: 21,186 - 1678: 33,184 - 1686: -26,-33 - 1695: -20,-29 - 1700: -38,3 - 1712: 4,12 - 1720: 16,14 - 1722: 17,15 - 1732: -29,19 - 1735: -28,21 - 1746: -12,19 - 1750: -9,18 - 1755: -4,23 - 1756: 0,17 - 1778: 21,19 - 1780: -38,26 - 1783: -26,27 - 1791: -5,24 - 1854: -50,-56 - 1861: -39,-53 - 1863: -38,-52 - 1883: -66,-50 - 1884: -72,-42 - 1893: -66,-35 - 1894: -65,-35 - 1897: -78,-53 - 1911: -79,-26 - 1933: -83,-27 - 1942: -93,-44 - 1944: -92,-43 - 1965: -94,-15 - 1978: -92,11 - 1994: -70,9 - 1998: -66,11 - 2002: -104,-51 - 2018: -98,-36 - 2024: -101,-20 - 2028: -104,-16 - 2030: -103,-14 - 2041: -101,1 - 2045: -102,12 - 2056: 6,63 - 2069: -4,57 - 2070: -3,62 - 2073: -5,70 - 2079: -8,77 - 2098: -13,73 - 2113: -21,69 - 2114: -21,70 - 2123: -19,78 - 2127: -29,68 - 2133: -28,75 - 2161: -53,36 - 2169: -55,66 - 2185: -61,33 - 2195: -58,71 - 2197: -64,74 - 2213: 103,28 - 2221: 115,26 - 2222: 115,31 - 2234: 103,36 - 2239: 108,39 - 2263: 90,41 - 2268: 95,47 - 2281: 115,40 - 2282: 116,40 - 2291: 140,47 - 2297: 151,-20 - 2300: 148,-16 - 2304: 148,-2 - 2327: 146,33 - 2344: 155,-14 - 2347: 158,-15 - 2348: 159,-10 - 2353: 152,0 - 2368: 153,18 - 2374: 152,25 - 2376: 154,27 - 2384: 159,29 - 2388: 156,37 - 3189: -102,-123 - 3195: -88,-127 - 3197: -86,-122 - 3199: -85,-123 - 3206: -100,-129 - 3213: -79,-129 - 3215: -75,-133 - 3230: -92,-162 - 3268: -65,-169 - 3269: -65,-160 - 3277: -71,-139 - 3284: -69,-132 - 3291: -71,-121 - 3344: -111,-128 - 3346: -111,-122 - 3349: -107,-128 - 3358: -119,-144 - 3365: -120,-135 - 3373: -116,-125 - 3375: -114,-126 - 3376: -114,-123 - 3378: -126,-170 - 3381: -123,-176 - 3382: -122,-175 - 3435: -91,-182 - 3451: -66,-179 - 3456: -125,-118 - 3464: -113,-118 - 3465: -113,-114 - 3468: -111,-113 - 3470: -105,-116 - 3492: -72,-118 - 3495: -69,-117 - 3510: -60,-172 - 3519: -57,-168 - 3529: -60,-149 - 3551: -61,-118 - 3809: 143,-109 - 3815: 137,-94 - 3832: 128,-91 - 3837: 132,-92 - 3851: 127,-92 - 3857: 125,-73 - 3860: 133,-74 - 3863: 141,-73 - 3869: 124,-71 - 3870: 125,-66 - 3883: 138,-71 - 3901: 128,-63 - 3914: 154,-58 - 3917: 123,-55 - 3924: 140,-50 - 3934: 155,-55 - 3941: 164,-53 - 3953: 190,-50 - 3954: 121,-116 - 3959: 128,-120 - 3965: 132,-116 - 3974: 145,-113 - 3986: -72,-99 - 3993: -62,-106 - 4000: -58,-104 - 4008: -53,-119 - 4010: -69,-91 - 4016: -62,-94 - 4018: -60,-93 - 4026: -55,-93 - 4028: -53,-96 - 4029: -53,-94 - 4031: -53,-90 - 4040: -43,-101 - 4050: -43,-92 - 4052: -40,-131 - 4055: -38,-130 - 4056: -37,-136 - 4059: -38,-125 - 4069: -36,-103 - 4081: -28,-133 - 4108: -25,-104 - 4132: -37,-141 - 4135: -31,-144 - 4137: -27,-138 - 4142: -18,-139 - 4145: -17,-142 - 4154: -23,-124 - 4159: -20,-122 - 4163: -24,-120 - 4167: -20,-116 - 4186: -22,-92 - 4207: -40,-145 - 4213: -32,-145 - 4215: -29,-148 - 4232: -9,-148 - 4235: -15,-138 - 4239: -14,-136 - 4243: -13,-126 - 4358: 160,42 - 4392: 195,49 - 4398: 197,54 - 4408: 164,62 - 4427: 189,71 - 4431: 153,72 - 4435: 159,75 - 4439: 171,74 - 4440: 173,75 - 4449: 180,72 - 4451: 180,76 - 4456: 185,79 - 4464: 192,74 - 4465: 192,75 - 4466: 195,74 - 4475: 204,44 - 4486: 207,52 - 4506: 205,78 - 4517: 149,58 - 4523: 177,34 - 4531: 194,34 - 4534: 201,34 - 4569: 160,19 - 4573: 169,16 - 4575: 170,19 - 4579: 197,16 - 4589: 173,14 - 4595: 197,10 - 4599: 204,15 - 4602: 212,43 - 4606: 208,53 - 4608: 212,48 - 4612: 214,55 - 4620: 209,67 - 4630: 210,77 - 4643: 195,81 - 4663: 205,92 - 4664: 206,91 - 4679: 208,39 - 4690: 192,101 - 4693: 194,103 - 4698: 207,102 - 4699: 208,103 - 4700: 209,101 - 4710: 217,46 - 4719: 222,49 - 4722: 216,62 - 4744: 219,86 - 4754: 223,93 - 4769: 226,42 - 4771: 229,40 - 4773: 231,45 - 4799: 230,78 - 4803: 229,86 - 4809: 226,89 - 4811: 226,94 - 4813: 228,89 - 4820: 229,100 - 4825: 238,37 - 4833: 237,47 - 4834: 238,40 - 4837: 234,53 - 4840: 237,50 - 4850: 236,60 - 4853: 234,67 - 4858: 232,78 - 4862: 234,78 - 4865: 237,78 - 4872: 235,80 - 4888: 233,102 - 4930: 71.735855,116.6156 - 4968: -18,-46 - 4985: 29,-90 - 5014: -26,-41 - 5017: 62,96 - 5018: 62,98 - 5031: 67,103 - 5032: 68,96 - 5045: 67,115 - 5046: 69,118 - 5048: 75,101 - 5055: 74,115 - 5059: 74,124 - 5062: 76,124 - 5066: 60,95 - 5075: 68,94 - 5080: 77,89 - 5086: 76,81 - 5088: 77,82 - 5094: 62,78 - 5125: 86,56 - 5129: 91,57 - 5143: 112,58 - 5165: -228,-65 - 5174: -235,-70 - 5179: -232,-103 - 5203: -238,-117 - 5209: -230,-120 - 5215: -227,-119 - 5217: -248,-116 - 5224: -248,-93 - 5240: -256,-120 - 5245: -249,-115 - 5246: -255,-111 - 5253: -254,-73 - 5261: -252,-71 - 5262: -251,-69 - 5275: -239,-123 - 5276: -236,-122 - 5277: -232,-128 - 5279: -229,-127 - 5286: -262,-126 - 5291: -257,-128 - 5300: -263,-110 - 5311: -261,-78 - 5312: -261,-74 - 5323: -210,-76 - 5344: -187,-75 - 5350: -172,-80 - 5354: -163,-78 - 5355: -162,-79 - 5359: -156,-73 - 5381: -268,-112 - 5386: -269,-97 - 5405: -262,-132 - 5424: -238,-133 - 5459: 53,-90 - 5463: 62,-93 - 5464: 62,-72 - 5503: -139,-102 - 5506: -140,-91 - 5507: -138,-94 - 5511: 82,30 - 5523: 70,24 - 5532: 125,-38 - 5538: -214,-209 - 5570: -206,-221 - 5577: -208,-208 - 5598: -207,-182 - 5599: -206,-181 - 5600: -203,-181 - 5603: -202,-184 - 5621: -197,-204 - 5622: -195,-201 - 5643: -192,-201 - 5652: -186,-202 - 5664: -181,-216 - 5668: -178,-209 - 5684: -178,-201 - 5694: -171,-215 - 5712: -168,-211 - 5717: -164,-215 - 5718: -164,-212 - 5726: -161,-201 - 5731: -153,-217 - 5732: -160,-216 - 5736: -155,-214 - 5746: -214,-168 - 5758: -150,-224 - 5764: -149,-215 - 5788: 35,17 - 5792: 24,11 - 5809: 35,27 - 5811: 37,27 - 5819: 51,30 - 5824: 35,33 - 5829: 66,34 - 5858: 143,-44 - 5865: 149,-37 - 5870: 155,-40 - 5888: 134,-36 - 5895: 139,-28 - 5898: 149,-29 - 5920: 166,-14 - 5939: 124,-47 - 5957: 99,-51 - 5971: 115,-55 - 5977: 117,-52 - 5991: 100,-64 - 6001: 107,-62 - 6002: 107,-58 - 6010: 81,-61 - 6012: 81,-58 - 6013: 82,-62 - 6031: 87,-65 - 6057: 108,-72 - 6065: 117,-69 - 6079: 75,-63 - 6080: 77,-61 - 6087: 159,160 - 6108: 146,187 - 6110: 152,189 - 6113: 155,187 - 6123: 156,202 - 6129: 174,207 - 6139: 143,173 - 6141: 138,185 - 6144: 140,207 - 6145: 179,155 - 6154: 177,202 - 6168: 184,185 - 6169: 185,188 - 6174: 131,167 - 6191: 128,209 - 6200: 143,212 - 6205: 154,215 - 6210: 161,215 - 6221: 180,208 - 6231: 131,219 - 6252: 165,217 - 6254: 167,223 - 6258: 170,216 - 6259: 170,217 - 6267: 134,151 - 6268: 138,149 - 6282: 175,144 - 6299: -39,-78 - 6312: -35,-57 - 6319: -44,-76 - 6322: -41,-74 - 6325: -41,-66 - 6332: -56,-80 - 6336: -53,-80 - 6338: -53,-73 - 6368: -58,-74 - 6387: -60,-32 - 6394: -67,-73 - 6397: -72,-71 - 6399: -68,-66 - 6409: -80,-80 - 6431: -81,-78 - 6434: -81,-73 - 6436: -87,-65 - 6449: -81,-58 - 6452: -94,-74 - 6453: -93,-76 - 6462: -92,-67 - 6487: -97,-69 - 6489: -102,-58 - 6504: 102,137 - 6506: 96,149 - 6526: 99,166 - 6529: 102,165 - 6534: 103,173 - 6535: 88,136 - 6539: 89,146 - 6544: 92,147 - 6548: 90,156 - 6557: 89,174 - 6565: 94,177 - 6578: 80,167 - 6580: 81,163 - 6582: 86,166 - 6594: 85,182 - 6596: 86,183 - 6604: 76,149 - 6605: 78,148 - 6615: 73,162 - 6643: 55,114 - 6670: -217,-203 - 6676: -220,-195 - 6685: -218,-186 - 6687: -217,-187 - 6689: -220,-181 - 6693: -223,-169 - 6695: -221,-172 - 6700: -223,-166 - 6703: -219,-167 - 6706: -224,-160 - 6756: 143,142 - 6780: 205,160 - 6783: -149,-73 - 6785: -147,-78 - 6793: -190,-66 - 6812: -164,-65 - 6817: -158,-69 - 6822: -151,-71 - 6826: -148,-72 - 6827: -148,-68 - 6828: -147,-71 - 6834: -202,-62 - 6841: -188,-60 - 6857: -159,-59 - 6859: -157,-60 - 6860: -156,-64 - 6880: -216,-51 - 6908: -174,-51 - 6925: -154,-50 - 6948: -76,180 - 6950: -80,184 - 6961: -75,192 - 6971: -75,203 - 6973: -73,204 - 6977: -81,180 - 6978: -81,183 - 6981: -86,185 - 6998: -94,182 - 7000: -95,190 - 7002: -94,189 - 7008: -91,191 - 7014: -90,198 - 7019: -92,203 - 7020: -90,205 - 7058: -94,211 - 7074: -94,158 - 7086: -75,154 - 7088: -73,154 - 7106: -98,173 - 7110: -101,179 - 7111: -100,182 - 7116: -97,199 - 7119: -101,201 - 7145: -108,171 - 7148: -105,173 - 7149: -105,174 - 7153: -108,179 - 7155: -106,179 - 7157: -109,186 - 7176: -119,162 - 7187: -118,185 - 7195: -116,206 - 7202: -113,212 - 7219: -67,183 - 7221: -65,177 - 7229: -70,195 - 7240: -66,206 - 7252: -64,183 - 7272: -107,219 - 7278: -101,216 - 7289: -88,221 - 7291: -86,216 - 7306: -65,221 - 7310: -60,222 - 7321: -128,165 - 7328: -124,164 - 7330: -128,172 - 7337: -123,182 - 7349: -128,193 - 7365: -122,220 - 7377: 173,109 - 7378: 174,104 - 7380: 177,104 - 7386: 189,105 - 7401: 213,109 - 7405: 156,113 - 7406: 157,115 - 7409: 172,117 - 7410: 173,114 - 7415: 178,114 - 7423: 185,117 - 7429: 192,117 - 7435: 208,113 - 7439: 215,119 - 7440: 200,125 - 7448: 213,122 - 7450: 214,126 - 7454: 206,143 - 7458: 210,142 - 7459: 213,140 - 7463: 208,149 - 7465: 215,147 - 7468: 210,158 - 7470: 213,155 - 7480: 217,106 - 7504: 220,138 - 7530: 18,119 - 7533: 24,115 - 7538: 11,104 - 7540: 15,107 - 7547: 41,104 - 7558: 12,102 - 7571: 42,96 - 7573: 45,101 - 7574: 47,97 - 7581: 54,102 - 7638: 34,-124 - 7646: 36,-117 - 7649: 32,-109 - 7656: 39,-111 - 7657: 39,-105 - 7658: 24,-144 - 7663: 27,-142 - 7668: 25,-133 - 7675: 27,-123 - 7688: 27,-108 - 7712: 45,-130 - 7713: 46,-134 - 7731: 48,-142 - 7757: 48,-101 - 7762: 58,-140 - 7767: 58,-129 - 7775: 62,-124 - 7794: 65,-106 - 7802: 73,-137 - 7823: 73,-97 - 7829: 73,-94 - 7834: 75,-92 - 7836: 76,-90 - 7839: 25,-146 - 7840: 27,-148 - 7841: 28,-152 - 7852: 48,-147 - 7866: 71,-146 - 7874: 85,-152 - 7884: 84,-135 - 7894: 85,-122 - 7902: 82,-97 - 7913: 20,-148 - 7920: 16,-139 - 7922: 18,-140 - 7927: 17,-132 - 7930: 20,-130 - 7933: 16,-123 - 7963: -164,41 - 7964: -160,40 - 7978: -153,39 - 7982: -150,36 - 7987: -196,69 - 7991: -186,69 - 7993: -154,71 - 8001: -194,78 - 8005: -189,73 - 8006: -189,78 - 8013: -155,78 - 8029: -185,87 - 8035: -172,87 - 8042: -154,87 - 8043: -153,87 - 8061: -184,88 - 8091: -203,26 - 8093: -201,26 - 8095: -208,37 - 8108: -202,47 - 8110: -208,48 - 8120: -203,59 - 8127: -201,66 - 8139: -201,76 - 8157: -141,40 - 8162: -143,74 - 8164: -142,73 - 8171: -141,93 - 8422: -155,10 - 8426: -163,3 - 8430: -165,14 - 8455: -181,9 - 8457: -177,13 - 8460: -188,3 - 8462: -186,3 - 8464: -189,10 - 8466: -193,4 - 8484: -201,8 - 8494: -184,-3 - 8499: -170,-2 - 8504: -213,5 - 8512: -214,28 - 8521: -209,50 - 8524: -209,55 - 8534: -152,13 - 8537: -148,12 - 8542: -151,4 - 8544: -148,6 - 8556: -207,-6 - 8557: -207,-1 - 8560: -203,-5 - 8662: -105,-187 - 8666: -81,-187 - 8679: -74,-190 - 8683: -119,-190 - 8704: -100,-193 - 8705: -99,-195 - 8718: -117,-208 - 8726: -104,-202 - 8728: -101,-206 - 8731: -95,-206 - 8736: -91,-205 - 8737: -89,-207 - 8744: -82,-201 - 8747: -78,-207 - 8758: -68,-189 - 8760: -67,-185 - 8766: -63,-201 - 8773: -59,-202 - 8788: -50,-206 - 8808: -54,-170 - 8822: -49,-154 - 8825: -86,19 - 8829: -77,23 - 8839: -82,30 - 8840: -80,27 - 8853: -82,47 - 8865: -78,49 - 8872: -89,17 - 8881: -90,31 - 8886: -96,42 - 8887: -96,43 - 8889: -93,41 - 8890: -93,46 - 8892: -95,50 - 8905: -99,30 - 8912: -99,38 - 9310: 53,75 - 9314: 14,87 - 9319: 43,85 - 9445: 191,-35 - 9458: 206,-56 - 9467: 206,-23 - 9493: 223,-62 - 9496: 221,-55 - 9503: 221,-26 - 9523: 225,-50 - 9539: 227,-40 - 9545: 225,-29 - 9552: 226,-21 - 9568: 234,-45 - 9580: 238,-25 - 9586: 201,-66 - 9587: 202,-72 - 9590: 203,-71 - 9601: 219,-71 - 9620: 168,-35 - 9622: 170,-40 - 9628: 171,-31 - 9630: 175,-31 - 9636: 200,-80 - 9637: 201,-80 - 9644: 205,-77 - 9658: 217,-78 - 9661: 219,-75 - 9665: 224,-79 - 9668: 226,-73 - 9671: 234,-78 - 9681: 205,-81 - 9687: 213,-87 - 9693: 220,-87 - 9694: 220,-84 - 9696: 223,-81 - 9699: 227,-83 - 9700: 229,-84 - 9747: 201,-9 - 9748: 202,-13 - 9755: 210,-12 - 9756: 211,-10 - 9758: 217,-14 - 9764: 224,-15 - 9767: 226,-10 - 9773: 230,-10 - 9776: 235,-14 - 9777: 235,-11 - 9785: 239,-12 - 9787: 240,-58 - 9792: 241,-54 - 9797: 245,-51 - 9803: 243,-34 - 9807: 240,-27 - 9810: 245,-31 - 9814: 245,-21 - 9849: 216,-3 - 9862: 234,-7 - 9866: 242,-2 - 9868: 245,-5 - 9871: 247,-3 - 9877: 181,-12 - 9881: 183,-14 - 44984: 89,-110 - 44985: 90,-109 - 44999: 90,-125 - 45000: 107,-125 - 45029: 91,-133 - 45030: 92,-131 - 45033: 103,-130 - 47470: 89,-142 - 47482: 117,-140 - 48402: 116,-91 - 48718: 124,-122 - 48729: 129,-139 - 48958: 69,-74 + 766: -208,-143 + 772: -208,-122 + 778: -205,-102 + 783: -164,-141 + 792: -154,-138 + 794: -156,-98 + 809: -209,-115 + 812: -216,-98 + 826: -157,-90 + 828: -213,-159 + 829: -211,-155 + 847: 82,116 + 860: 88,125 + 866: 95,123 + 874: 96,113 + 877: 98,118 + 879: 100,116 + 883: 102,118 + 888: 103,124 + 896: 107,98 + 897: 108,99 + 917: 111,125 + 918: 81,90 + 945: 106,83 + 950: 110,82 + 956: 115,94 + 960: 112,101 + 964: 117,97 + 970: 118,111 + 973: 113,113 + 975: 116,116 + 994: 87,76 + 1008: 97,78 + 1021: 114,73 + 1027: 121,78 + 1037: 120,93 + 1084: 134,81 + 1086: 134,88 + 1121: 141,79 + 1143: 138,106 + 1144: 141,110 + 1146: 143,105 + 1176: 151,98 + 1177: 144,108 + 1189: 151,118 + 1190: 145,121 + 1202: 100,130 + 1231: 80,21 + 1232: 72,-3 + 1236: 73,6 + 1243: 72,15 + 1248: 79,13 + 1249: 74,19 + 1278: 68,20 + 1283: 119,-38 + 1293: 118,-43 + 1299: 49,14 + 1303: 50,23 + 1328: 49,162 + 1329: 51,163 + 1337: 35,174 + 1346: 47,170 + 1348: 51,170 + 1351: 55,168 + 1357: 26,155 + 1359: 31,157 + 1377: 37,176 + 1395: 25,139 + 1410: 49,138 + 1413: 53,137 + 1422: 20,148 + 1432: 22,164 + 1435: 22,173 + 1437: 16,177 + 1455: 48,133 + 1469: 34,124 + 1472: 38,125 + 1476: 45,126 + 1501: 13,144 + 1514: 12,175 + 1522: 15,179 + 1546: 4,151 + 1549: 7,149 + 1575: 59,124 + 1581: 62,130 + 1582: 62,132 + 1584: 56,141 + 1588: 62,139 + 1590: 63,143 + 1592: 61,147 + 1596: 58,163 + 1599: 62,163 + 1602: 63,161 + 1604: 57,178 + 1626: 69,138 + 1637: 68,157 + 1638: 70,154 + 1645: 67,170 + 1667: 21,186 + 1677: 33,184 + 1685: -26,-33 + 1694: -20,-29 + 1699: -38,3 + 1711: 4,12 + 1719: 16,14 + 1721: 17,15 + 1731: -29,19 + 1734: -28,21 + 1745: -12,19 + 1749: -9,18 + 1754: -4,23 + 1755: 0,17 + 1777: 21,19 + 1779: -38,26 + 1782: -26,27 + 1790: -5,24 + 1853: -50,-56 + 1860: -39,-53 + 1862: -38,-52 + 1882: -66,-50 + 1883: -72,-42 + 1892: -66,-35 + 1893: -65,-35 + 1896: -78,-53 + 1910: -79,-26 + 1932: -83,-27 + 1941: -93,-44 + 1943: -92,-43 + 1964: -94,-15 + 1977: -92,11 + 1993: -70,9 + 1997: -66,11 + 2001: -104,-51 + 2017: -98,-36 + 2023: -101,-20 + 2027: -104,-16 + 2029: -103,-14 + 2040: -101,1 + 2044: -102,12 + 2055: 6,63 + 2068: -4,57 + 2069: -3,62 + 2072: -5,70 + 2078: -8,77 + 2097: -13,73 + 2112: -21,69 + 2113: -21,70 + 2122: -19,78 + 2126: -29,68 + 2132: -28,75 + 2160: -53,36 + 2168: -55,66 + 2184: -61,33 + 2194: -58,71 + 2196: -64,74 + 2208: 103,28 + 2214: 115,31 + 2226: 103,36 + 2231: 108,39 + 2253: 90,41 + 2258: 95,47 + 2278: 140,47 + 2284: 151,-20 + 2287: 148,-16 + 2291: 148,-2 + 2314: 146,33 + 2331: 155,-14 + 2334: 158,-15 + 2335: 159,-10 + 2340: 152,0 + 2355: 153,18 + 2361: 152,25 + 2363: 154,27 + 2371: 159,29 + 2375: 156,37 + 3176: -102,-123 + 3182: -88,-127 + 3184: -86,-122 + 3186: -85,-123 + 3193: -100,-129 + 3200: -79,-129 + 3202: -75,-133 + 3217: -92,-162 + 3255: -65,-169 + 3256: -65,-160 + 3264: -71,-139 + 3271: -69,-132 + 3278: -71,-121 + 3331: -111,-128 + 3333: -111,-122 + 3336: -107,-128 + 3345: -119,-144 + 3352: -120,-135 + 3360: -116,-125 + 3362: -114,-126 + 3363: -114,-123 + 3365: -126,-170 + 3368: -123,-176 + 3369: -122,-175 + 3422: -91,-182 + 3438: -66,-179 + 3443: -125,-118 + 3451: -113,-118 + 3452: -113,-114 + 3455: -111,-113 + 3457: -105,-116 + 3479: -72,-118 + 3482: -69,-117 + 3497: -60,-172 + 3506: -57,-168 + 3516: -60,-149 + 3538: -61,-118 + 3796: 143,-109 + 3802: 137,-94 + 3819: 128,-91 + 3824: 132,-92 + 3838: 127,-92 + 3844: 125,-73 + 3847: 133,-74 + 3850: 141,-73 + 3856: 124,-71 + 3857: 125,-66 + 3870: 138,-71 + 3888: 128,-63 + 3901: 154,-58 + 3904: 123,-55 + 3911: 140,-50 + 3921: 155,-55 + 3928: 164,-53 + 3940: 190,-50 + 3941: 121,-116 + 3946: 128,-120 + 3952: 132,-116 + 3961: 145,-113 + 3973: -72,-99 + 3980: -62,-106 + 3987: -58,-104 + 3995: -53,-119 + 3997: -69,-91 + 4003: -62,-94 + 4005: -60,-93 + 4013: -55,-93 + 4015: -53,-96 + 4016: -53,-94 + 4018: -53,-90 + 4027: -43,-101 + 4037: -43,-92 + 4039: -40,-131 + 4042: -38,-130 + 4043: -37,-136 + 4046: -38,-125 + 4056: -36,-103 + 4068: -28,-133 + 4095: -25,-104 + 4119: -37,-141 + 4122: -31,-144 + 4124: -27,-138 + 4129: -18,-139 + 4132: -17,-142 + 4141: -23,-124 + 4146: -20,-122 + 4150: -24,-120 + 4154: -20,-116 + 4173: -22,-92 + 4194: -40,-145 + 4196: -32,-145 + 4211: -15,-138 + 4215: -14,-136 + 4219: -13,-126 + 4334: 160,42 + 4368: 195,49 + 4374: 197,54 + 4384: 164,62 + 4403: 189,71 + 4405: 153,72 + 4409: 159,75 + 4413: 171,74 + 4414: 173,75 + 4423: 180,72 + 4425: 180,76 + 4430: 185,79 + 4438: 192,74 + 4439: 192,75 + 4440: 195,74 + 4449: 204,44 + 4460: 207,52 + 4480: 205,78 + 4491: 149,58 + 4497: 177,34 + 4505: 194,34 + 4508: 201,34 + 4543: 160,19 + 4547: 169,16 + 4549: 170,19 + 4553: 197,16 + 4563: 173,14 + 4569: 197,10 + 4573: 204,15 + 4576: 212,43 + 4580: 208,53 + 4582: 212,48 + 4586: 214,55 + 4594: 209,67 + 4604: 210,77 + 4617: 195,81 + 4637: 205,92 + 4638: 206,91 + 4653: 208,39 + 4664: 192,101 + 4667: 194,103 + 4672: 207,102 + 4673: 208,103 + 4674: 209,101 + 4684: 217,46 + 4693: 222,49 + 4696: 216,62 + 4718: 219,86 + 4728: 223,93 + 4743: 226,42 + 4745: 229,40 + 4747: 231,45 + 4773: 230,78 + 4777: 229,86 + 4783: 226,89 + 4785: 226,94 + 4787: 228,89 + 4794: 229,100 + 4799: 238,37 + 4807: 237,47 + 4808: 238,40 + 4811: 234,53 + 4814: 237,50 + 4824: 236,60 + 4827: 234,67 + 4832: 232,78 + 4836: 234,78 + 4839: 237,78 + 4846: 235,80 + 4862: 233,102 + 4904: 71.735855,116.6156 + 4942: -18,-46 + 4959: 29,-90 + 4988: -26,-41 + 4991: 62,96 + 4992: 62,98 + 5005: 67,103 + 5006: 68,96 + 5019: 67,115 + 5020: 69,118 + 5022: 75,101 + 5029: 74,115 + 5033: 74,124 + 5036: 76,124 + 5040: 60,95 + 5049: 68,94 + 5054: 77,89 + 5060: 76,81 + 5062: 77,82 + 5068: 62,78 + 5099: 86,56 + 5103: 91,57 + 5117: 112,58 + 5139: -228,-65 + 5148: -235,-70 + 5153: -232,-103 + 5177: -238,-117 + 5183: -230,-120 + 5189: -227,-119 + 5191: -248,-116 + 5198: -248,-93 + 5214: -256,-120 + 5219: -249,-115 + 5220: -255,-111 + 5227: -254,-73 + 5235: -252,-71 + 5236: -251,-69 + 5249: -239,-123 + 5250: -236,-122 + 5251: -232,-128 + 5253: -229,-127 + 5260: -262,-126 + 5265: -257,-128 + 5274: -263,-110 + 5285: -261,-78 + 5286: -261,-74 + 5297: -210,-76 + 5318: -187,-75 + 5324: -172,-80 + 5328: -163,-78 + 5329: -162,-79 + 5333: -156,-73 + 5355: -268,-112 + 5360: -269,-97 + 5379: -262,-132 + 5398: -238,-133 + 5433: 53,-90 + 5437: 62,-93 + 5438: 62,-72 + 5477: -139,-102 + 5480: -140,-91 + 5481: -138,-94 + 5485: 82,30 + 5495: 70,24 + 5504: 125,-38 + 5510: -214,-209 + 5542: -206,-221 + 5549: -208,-208 + 5570: -207,-182 + 5571: -206,-181 + 5572: -203,-181 + 5575: -202,-184 + 5593: -197,-204 + 5594: -195,-201 + 5615: -192,-201 + 5624: -186,-202 + 5636: -181,-216 + 5640: -178,-209 + 5656: -178,-201 + 5666: -171,-215 + 5684: -168,-211 + 5689: -164,-215 + 5690: -164,-212 + 5698: -161,-201 + 5703: -153,-217 + 5704: -160,-216 + 5708: -155,-214 + 5718: -214,-168 + 5730: -150,-224 + 5736: -149,-215 + 5760: 35,17 + 5764: 24,11 + 5781: 35,27 + 5783: 37,27 + 5791: 51,30 + 5796: 35,33 + 5801: 66,34 + 5830: 143,-44 + 5837: 149,-37 + 5842: 155,-40 + 5860: 134,-36 + 5867: 139,-28 + 5870: 149,-29 + 5892: 166,-14 + 5911: 124,-47 + 5929: 99,-51 + 5943: 115,-55 + 5949: 117,-52 + 5963: 100,-64 + 5973: 107,-62 + 5974: 107,-58 + 5982: 81,-61 + 5984: 81,-58 + 5985: 82,-62 + 6003: 87,-65 + 6029: 108,-72 + 6037: 117,-69 + 6051: 75,-63 + 6052: 77,-61 + 6059: 159,160 + 6080: 146,187 + 6082: 152,189 + 6085: 155,187 + 6095: 156,202 + 6101: 174,207 + 6111: 143,173 + 6113: 138,185 + 6116: 140,207 + 6117: 179,155 + 6126: 177,202 + 6140: 184,185 + 6141: 185,188 + 6146: 131,167 + 6163: 128,209 + 6172: 143,212 + 6177: 154,215 + 6182: 161,215 + 6193: 180,208 + 6203: 131,219 + 6224: 165,217 + 6226: 167,223 + 6230: 170,216 + 6231: 170,217 + 6239: 134,151 + 6240: 138,149 + 6254: 175,144 + 6271: -39,-78 + 6284: -35,-57 + 6291: -44,-76 + 6294: -41,-74 + 6297: -41,-66 + 6304: -56,-80 + 6308: -53,-80 + 6310: -53,-73 + 6340: -58,-74 + 6359: -60,-32 + 6366: -67,-73 + 6369: -72,-71 + 6371: -68,-66 + 6381: -80,-80 + 6403: -81,-78 + 6406: -81,-73 + 6408: -87,-65 + 6421: -81,-58 + 6424: -94,-74 + 6425: -93,-76 + 6434: -92,-67 + 6459: -97,-69 + 6461: -102,-58 + 6476: 102,137 + 6478: 96,149 + 6498: 99,166 + 6501: 102,165 + 6506: 103,173 + 6507: 88,136 + 6511: 89,146 + 6516: 92,147 + 6520: 90,156 + 6529: 89,174 + 6537: 94,177 + 6550: 80,167 + 6552: 81,163 + 6554: 86,166 + 6566: 85,182 + 6568: 86,183 + 6576: 76,149 + 6577: 78,148 + 6587: 73,162 + 6615: 55,114 + 6642: -217,-203 + 6648: -220,-195 + 6657: -218,-186 + 6659: -217,-187 + 6661: -220,-181 + 6665: -223,-169 + 6667: -221,-172 + 6672: -223,-166 + 6675: -219,-167 + 6678: -224,-160 + 6728: 143,142 + 6752: 205,160 + 6755: -149,-73 + 6757: -147,-78 + 6765: -190,-66 + 6784: -164,-65 + 6789: -158,-69 + 6794: -151,-71 + 6798: -148,-72 + 6799: -148,-68 + 6800: -147,-71 + 6806: -202,-62 + 6813: -188,-60 + 6829: -159,-59 + 6831: -157,-60 + 6832: -156,-64 + 6852: -216,-51 + 6880: -174,-51 + 6897: -154,-50 + 6920: -76,180 + 6922: -80,184 + 6933: -75,192 + 6943: -75,203 + 6945: -73,204 + 6949: -81,180 + 6950: -81,183 + 6953: -86,185 + 6970: -94,182 + 6972: -95,190 + 6974: -94,189 + 6980: -91,191 + 6986: -90,198 + 6991: -92,203 + 6992: -90,205 + 7030: -94,211 + 7046: -94,158 + 7058: -75,154 + 7060: -73,154 + 7078: -98,173 + 7082: -101,179 + 7083: -100,182 + 7088: -97,199 + 7091: -101,201 + 7117: -108,171 + 7120: -105,173 + 7121: -105,174 + 7125: -108,179 + 7127: -106,179 + 7129: -109,186 + 7148: -119,162 + 7159: -118,185 + 7167: -116,206 + 7174: -113,212 + 7191: -67,183 + 7193: -65,177 + 7201: -70,195 + 7212: -66,206 + 7224: -64,183 + 7244: -107,219 + 7250: -101,216 + 7261: -88,221 + 7263: -86,216 + 7278: -65,221 + 7282: -60,222 + 7293: -128,165 + 7300: -124,164 + 7302: -128,172 + 7309: -123,182 + 7321: -128,193 + 7337: -122,220 + 7349: 173,109 + 7350: 174,104 + 7352: 177,104 + 7358: 189,105 + 7373: 213,109 + 7377: 156,113 + 7378: 157,115 + 7381: 172,117 + 7382: 173,114 + 7387: 178,114 + 7395: 185,117 + 7401: 192,117 + 7407: 208,113 + 7411: 215,119 + 7412: 200,125 + 7420: 213,122 + 7422: 214,126 + 7426: 206,143 + 7430: 210,142 + 7431: 213,140 + 7435: 208,149 + 7437: 215,147 + 7440: 210,158 + 7442: 213,155 + 7452: 217,106 + 7476: 220,138 + 7502: 18,119 + 7505: 24,115 + 7510: 11,104 + 7512: 15,107 + 7519: 41,104 + 7530: 12,102 + 7543: 42,96 + 7545: 45,101 + 7546: 47,97 + 7553: 54,102 + 7601: 34,-124 + 7609: 36,-117 + 7612: 32,-109 + 7619: 39,-111 + 7620: 39,-105 + 7621: 25,-133 + 7628: 27,-123 + 7641: 27,-108 + 7653: 45,-130 + 7686: 48,-101 + 7692: 58,-129 + 7700: 62,-124 + 7719: 65,-106 + 7727: 73,-137 + 7745: 73,-97 + 7751: 73,-94 + 7756: 75,-92 + 7758: 76,-90 + 7765: 48,-147 + 7779: 71,-146 + 7787: 85,-152 + 7795: 84,-135 + 7801: 85,-122 + 7808: 82,-97 + 7817: 17,-132 + 7819: 20,-130 + 7822: 16,-123 + 7852: -164,41 + 7853: -160,40 + 7867: -153,39 + 7871: -150,36 + 7876: -196,69 + 7880: -186,69 + 7882: -154,71 + 7890: -194,78 + 7894: -189,73 + 7895: -189,78 + 7902: -155,78 + 7918: -185,87 + 7924: -172,87 + 7931: -154,87 + 7932: -153,87 + 7950: -184,88 + 7980: -203,26 + 7982: -201,26 + 7984: -208,37 + 7997: -202,47 + 7999: -208,48 + 8009: -203,59 + 8016: -201,66 + 8028: -201,76 + 8046: -141,40 + 8051: -143,74 + 8053: -142,73 + 8060: -141,93 + 8310: -155,10 + 8314: -163,3 + 8318: -165,14 + 8343: -181,9 + 8345: -177,13 + 8348: -188,3 + 8350: -186,3 + 8352: -189,10 + 8354: -193,4 + 8372: -201,8 + 8382: -184,-3 + 8387: -170,-2 + 8392: -213,5 + 8400: -214,28 + 8409: -209,50 + 8412: -209,55 + 8422: -152,13 + 8425: -148,12 + 8430: -151,4 + 8432: -148,6 + 8444: -207,-6 + 8445: -207,-1 + 8448: -203,-5 + 8550: -105,-187 + 8554: -81,-187 + 8567: -74,-190 + 8571: -119,-190 + 8592: -100,-193 + 8593: -99,-195 + 8606: -117,-208 + 8614: -104,-202 + 8616: -101,-206 + 8619: -95,-206 + 8624: -91,-205 + 8625: -89,-207 + 8632: -82,-201 + 8635: -78,-207 + 8646: -68,-189 + 8648: -67,-185 + 8654: -63,-201 + 8661: -59,-202 + 8676: -50,-206 + 8693: -54,-170 + 8707: -49,-154 + 8710: -86,19 + 8714: -77,23 + 8724: -82,30 + 8725: -80,27 + 8738: -82,47 + 8750: -78,49 + 8757: -89,17 + 8766: -90,31 + 8771: -96,42 + 8772: -96,43 + 8774: -93,41 + 8775: -93,46 + 8777: -95,50 + 8790: -99,30 + 8797: -99,38 + 9195: 53,75 + 9199: 14,87 + 9204: 43,85 + 9330: 191,-35 + 9343: 206,-56 + 9352: 206,-23 + 9378: 223,-62 + 9381: 221,-55 + 9388: 221,-26 + 9408: 225,-50 + 9424: 227,-40 + 9430: 225,-29 + 9437: 226,-21 + 9453: 234,-45 + 9465: 238,-25 + 9471: 201,-66 + 9472: 202,-72 + 9475: 203,-71 + 9486: 219,-71 + 9505: 168,-35 + 9507: 170,-40 + 9513: 171,-31 + 9515: 175,-31 + 9521: 200,-80 + 9522: 201,-80 + 9529: 205,-77 + 9543: 217,-78 + 9546: 219,-75 + 9550: 224,-79 + 9553: 226,-73 + 9556: 234,-78 + 9566: 205,-81 + 9572: 213,-87 + 9578: 220,-87 + 9579: 220,-84 + 9581: 223,-81 + 9584: 227,-83 + 9585: 229,-84 + 9604: 201,-9 + 9605: 202,-13 + 9612: 210,-12 + 9613: 211,-10 + 9615: 217,-14 + 9621: 224,-15 + 9624: 226,-10 + 9630: 230,-10 + 9633: 235,-14 + 9634: 235,-11 + 9642: 239,-12 + 9644: 240,-58 + 9649: 241,-54 + 9654: 245,-51 + 9660: 243,-34 + 9664: 240,-27 + 9667: 245,-31 + 9671: 245,-21 + 9706: 216,-3 + 9719: 234,-7 + 9723: 242,-2 + 9725: 245,-5 + 9728: 247,-3 + 9734: 181,-12 + 9738: 183,-14 + 9805: 89,-110 + 9806: 90,-109 + 9812: 107,-125 + 9814: 92,-131 + 9832: 89,-142 + 9844: 117,-140 + 9850: 116,-91 + 9865: 124,-122 + 9872: 129,-139 + 9893: 69,-74 + 9930: 284,108 + 9938: 283,117 + 9970: 296,97 + 9971: 297,98 + 9973: 297,104 + 9988: 297,127 + 9990: 301,126 + 9998: 276,108 + 10036: 269,118 + 10039: 280,128 + 10040: 281,135 + 10042: 283,129 + 10060: 274,139 + 10067: 282,136 + 10071: 283,138 + 10072: 283,142 + 10077: 290,143 + 10078: 292,139 + 10089: 256,103 + 10097: 262,103 + 10105: 257,117 + 10108: 261,118 + 10110: 257,120 + 10133: 260,151 + 10150: 281,146 + 10159: 293,150 + 10160: 294,149 + 10161: 295,145 + 10162: 295,149 + 10174: 255,97 + 10181: 248,113 + 10182: 249,114 + 10189: 250,122 + 10190: 250,124 + 10193: 250,130 + 10206: 254,142 + 10213: 253,146 + 10226: 268,156 + 10239: 282,155 + 10244: 287,154 + 10252: 294,159 + 10253: 296,153 + 10272: 247,110 + 10278: 242,120 + 10281: 242,133 + 10285: 246,132 + 10289: 243,139 + 10292: 245,143 + 10293: 247,137 + 10298: 245,148 + 10303: 243,154 + 10314: 239,106 + 10322: 232,125 + 10328: 233,130 + 10332: 235,128 + 10335: 238,128 + 10337: 232,136 + 10344: 238,143 + 10345: 239,137 + 10356: 239,156 + 10376: 256,163 + 10396: 277,166 + 10397: 278,162 + 10413: 297,162 + 10419: 30,194 + 10435: -133,-104 + 10443: -129,-92 + 10451: -135,-68 + 10454: -133,-68 + 10461: -132,-61 + 10471: -122,-75 + 10473: -125,-72 + 10483: -122,-61 + 10492: -123,-100 + 10498: -124,-92 + 10502: -115,-73 + 10511: -115,-71 + 10532: -128,-111 + 10540: -122,-105 + 10553: -141,-55 + 10556: -139,-56 + 10558: -139,-52 + 10561: -182,-42 + 10567: -165,-42 + 10571: -155,-42 + 10578: -147,-45 + 10580: -145,-48 + 10582: -145,-44 + 10590: -132,-47 + 10600: -113,-44 + 10610: -209,70 + 10616: -209,73 + 10623: 95,-147 + 10634: 117,-149 + 10637: 120,-148 + 10646: 75,-158 + 10653: 85,-159 + 10654: 86,-158 + 10660: 91,-160 + 10686: 72,-168 + 10713: 115,-163 + 10721: 122,-162 + 10729: 135,-161 + 10740: 135,-150 + 10756: -221,4 + 10760: -218,7 + 10770: -219,22 + 10796: -221,52 + 10803: -220,61 + 10805: -219,63 + 10812: -337,69 + 10825: -339,109 + 10830: -348,67 + 10831: -348,68 + 10834: -352,87 + 10842: -348,94 + 10843: -347,88 + 10854: -353,68 + 10855: -353,70 + 10858: -360,84 + 10862: -354,86 + 10869: -356,99 + 10873: -353,98 + 10878: -354,110 + 10894: -363,108 + 10899: -375,66 + 10913: -373,98 + 10919: -383,73 + 10921: -382,86 + 10923: -378,81 + 10957: -356,113 + 10958: -355,115 + 10964: -339,114 + 10980: -393,125 + 10985: -385,125 + 10992: -376,121 + 10996: -366,124 + 11003: -356,127 + 11059: -372,131 + 11061: -370,130 + 11062: -370,133 + 11063: -367,128 + 11065: -367,134 + 11068: -363,128 + 11072: -358,133 + 11083: -344,129 + 11085: -342,134 + 11087: -341,133 + 11093: -4,-118 + 11099: -5,-107 + 11102: -3,-107 + 11104: -3,-97 + 11119: 6,-203 + 11124: 13,-201 + 11146: 2,-212 + 11159: 21,-216 + 11175: -19,-206 + 11183: -27,-209 + 11193: -33,-209 + 11199: -35,-206 + 11201: -33,-202 + 11206: 25,-214 + 11214: 26,-208 + 11220: -412,130 + 11222: -410,134 + 11257: -134,-119 + 11260: -130,-158 - node: color: '#FFFFFFFF' id: FloraTallGrass6 decals: - 789: -160,-143 - 866: 93,127 - 966: 119,103 - 973: 112,117 - 1014: 101,78 - 1030: 125,79 - 1031: 127,76 - 1041: 122,94 - 1068: 96,70 - 1081: 130,86 - 1110: 130,121 - 1135: 137,101 - 1176: 147,97 - 1185: 147,119 - 1200: 93,134 - 1210: 107,130 - 1223: 119,130 - 1246: 75,9 - 1274: 67,10 - 1365: 28,165 - 1373: 27,178 - 1392: 53,178 - 1422: 19,150 - 1446: 27,129 - 1487: 55,125 - 1526: 1,122 - 1635: 69,144 - 1653: 69,181 - 1675: 28,191 - 1725: 23,14 - 1760: 3,16 - 1786: -23,27 - 1806: -48,21 - 1865: -35,-55 - 1879: -70,-55 - 1902: -73,-52 - 1906: -77,-37 - 1917: -88,-51 - 1930: -87,-30 - 1935: -87,-24 - 1990: -76,11 - 2023: -103,-18 - 2108: -19,57 - 2110: -22,67 - 2116: -23,76 - 2168: -49,60 - 2212: 101,29 - 2217: 108,28 - 2274: 101,44 - 2356: 155,1 - 3204: -103,-129 - 3221: -74,-139 - 3272: -67,-151 - 3447: -71,-179 - 3507: -62,-172 - 3526: -60,-156 - 3543: -64,-126 - 3811: 136,-99 - 3820: 131,-112 - 3931: 149,-52 - 4045: -41,-99 - 4060: -35,-125 - 4061: -34,-126 - 4116: -80,-91 - 4160: -18,-128 - 4200: -46,-149 - 4227: -13,-152 - 4244: -13,-121 - 4252: -11,-115 - 4352: 167.05399,14.970163 - 4386: 165,51 - 4430: 152,73 - 4459: 189,73 - 4474: 202,47 - 4495: 201,66 - 4527: 190,35 - 4536: 202,32 - 4538: 202,38 - 4565: 138,63 - 4577: 180,22 - 4605: 215,44 - 4610: 213,54 - 4618: 215,63 - 4633: 215,76 - 4654: 215,85 - 4680: 209,33 - 4681: 209,35 - 4734: 221,70 - 4767: 230,37 - 4839: 236,53 - 4870: 233,87 - 4961: 18,-95 - 4991: 41,-90 - 5004: -30,-53 - 5026: 61,119 - 5070: 63,93 - 5090: 78,82 - 5190: -231,-110 - 5208: -231,-117 - 5220: -243,-118 - 5228: -246,-77 - 5236: -246,-65 - 5243: -250,-120 - 5251: -250,-112 - 5302: -262,-106 - 5340: -191,-73 - 5352: -166,-74 - 5365: -269,-126 - 5489: -137,-126 - 5525: 71,28 - 5558: -216,-179 - 5589: -201,-198 - 5617: -199,-206 - 5660: -181,-221 - 5682: -179,-202 - 5714: -166,-215 - 5724: -165,-203 - 5743: -158,-201 - 5822: 31,32 - 5875: 161,-38 - 5881: 128,-47 - 5891: 135,-36 - 5900: 151,-31 - 5901: 151,-27 - 5906: 160,-32 - 5924: 162,-4 - 5974: 116,-50 - 6000: 106,-61 - 6076: 79,-68 - 6115: 147,203 - 6127: 166,205 - 6197: 142,215 - 6289: 196,167 - 6403: -65,-67 - 6428: -73,-62 - 6482: -101,-72 - 6511: 100,149 - 6530: 98,170 - 6575: 82,159 - 6591: 87,172 - 6606: 78,151 - 6618: 74,166 - 6680: -217,-196 - 6690: -218,-179 - 6906: -182,-49 - 6984: -88,195 - 7160: -106,199 - 7165: -107,204 - 7167: -106,207 - 7172: -120,157 - 7220: -66,177 - 7244: -70,214 - 7245: -69,213 - 7273: -106,217 - 7283: -95,218 - 7357: -128,209 - 7368: -121,220 - 7419: 183,116 - 7549: 52,104 - 7562: 32,96 - 7572: 43,97 - 7580: 51,99 - 7683: 27,-114 - 7698: 42,-141 - 7711: 43,-129 - 7752: 51,-105 - 7788: 65,-124 - 7847: 41,-152 - 7863: 71,-150 - 7918: 23,-148 - 7996: -198,73 - 8143: -205,91 - 8155: -137,37 - 8495: -182,-7 - 8660: -110,-191 - 8701: -107,-198 - 8717: -118,-205 - 8772: -59,-203 - 8848: -87,38 - 8874: -89,23 - 8907: -97,29 - 9436: 186,-42 - 9437: 187,-43 - 9447: 190,-32 - 9520: 231,-61 - 9529: 229,-50 - 9633: 171,-20 - 9647: 206,-80 - 9684: 208,-84 - 9698: 227,-87 - 9771: 229,-13 - 9811: 247,-25 - 9817: 240,-11 - 9860: 231,-4 - 44990: 109,-106 - 48399: 96,-94 + 788: -160,-143 + 865: 93,127 + 965: 119,103 + 972: 112,117 + 1013: 101,78 + 1029: 125,79 + 1030: 127,76 + 1040: 122,94 + 1067: 96,70 + 1080: 130,86 + 1109: 130,121 + 1134: 137,101 + 1175: 147,97 + 1184: 147,119 + 1199: 93,134 + 1209: 107,130 + 1222: 119,130 + 1245: 75,9 + 1273: 67,10 + 1364: 28,165 + 1372: 27,178 + 1391: 53,178 + 1421: 19,150 + 1445: 27,129 + 1486: 55,125 + 1525: 1,122 + 1634: 69,144 + 1652: 69,181 + 1674: 28,191 + 1724: 23,14 + 1759: 3,16 + 1785: -23,27 + 1805: -48,21 + 1864: -35,-55 + 1878: -70,-55 + 1901: -73,-52 + 1905: -77,-37 + 1916: -88,-51 + 1929: -87,-30 + 1934: -87,-24 + 1989: -76,11 + 2022: -103,-18 + 2107: -19,57 + 2109: -22,67 + 2115: -23,76 + 2167: -49,60 + 2207: 101,29 + 2211: 108,28 + 2264: 101,44 + 2343: 155,1 + 3191: -103,-129 + 3208: -74,-139 + 3259: -67,-151 + 3434: -71,-179 + 3494: -62,-172 + 3513: -60,-156 + 3530: -64,-126 + 3798: 136,-99 + 3807: 131,-112 + 3918: 149,-52 + 4032: -41,-99 + 4047: -35,-125 + 4048: -34,-126 + 4103: -80,-91 + 4147: -18,-128 + 4187: -46,-149 + 4220: -13,-121 + 4228: -11,-115 + 4328: 167.05399,14.970163 + 4362: 165,51 + 4404: 152,73 + 4433: 189,73 + 4448: 202,47 + 4469: 201,66 + 4501: 190,35 + 4510: 202,32 + 4512: 202,38 + 4539: 138,63 + 4551: 180,22 + 4579: 215,44 + 4584: 213,54 + 4592: 215,63 + 4607: 215,76 + 4628: 215,85 + 4654: 209,33 + 4655: 209,35 + 4708: 221,70 + 4741: 230,37 + 4813: 236,53 + 4844: 233,87 + 4935: 18,-95 + 4965: 41,-90 + 4978: -30,-53 + 5000: 61,119 + 5044: 63,93 + 5064: 78,82 + 5164: -231,-110 + 5182: -231,-117 + 5194: -243,-118 + 5202: -246,-77 + 5210: -246,-65 + 5217: -250,-120 + 5225: -250,-112 + 5276: -262,-106 + 5314: -191,-73 + 5326: -166,-74 + 5339: -269,-126 + 5463: -137,-126 + 5497: 71,28 + 5530: -216,-179 + 5561: -201,-198 + 5589: -199,-206 + 5632: -181,-221 + 5654: -179,-202 + 5686: -166,-215 + 5696: -165,-203 + 5715: -158,-201 + 5794: 31,32 + 5847: 161,-38 + 5853: 128,-47 + 5863: 135,-36 + 5872: 151,-31 + 5873: 151,-27 + 5878: 160,-32 + 5896: 162,-4 + 5946: 116,-50 + 5972: 106,-61 + 6048: 79,-68 + 6087: 147,203 + 6099: 166,205 + 6169: 142,215 + 6261: 196,167 + 6375: -65,-67 + 6400: -73,-62 + 6454: -101,-72 + 6483: 100,149 + 6502: 98,170 + 6547: 82,159 + 6563: 87,172 + 6578: 78,151 + 6590: 74,166 + 6652: -217,-196 + 6662: -218,-179 + 6878: -182,-49 + 6956: -88,195 + 7132: -106,199 + 7137: -107,204 + 7139: -106,207 + 7144: -120,157 + 7192: -66,177 + 7216: -70,214 + 7217: -69,213 + 7245: -106,217 + 7255: -95,218 + 7329: -128,209 + 7340: -121,220 + 7391: 183,116 + 7521: 52,104 + 7534: 32,96 + 7544: 43,97 + 7552: 51,99 + 7636: 27,-114 + 7652: 43,-129 + 7681: 51,-105 + 7713: 65,-124 + 7760: 41,-152 + 7776: 71,-150 + 7885: -198,73 + 8032: -205,91 + 8044: -137,37 + 8383: -182,-7 + 8548: -110,-191 + 8589: -107,-198 + 8605: -118,-205 + 8660: -59,-203 + 8733: -87,38 + 8759: -89,23 + 8792: -97,29 + 9321: 186,-42 + 9322: 187,-43 + 9332: 190,-32 + 9405: 231,-61 + 9414: 229,-50 + 9518: 171,-20 + 9532: 206,-80 + 9569: 208,-84 + 9583: 227,-87 + 9628: 229,-13 + 9668: 247,-25 + 9674: 240,-11 + 9717: 231,-4 + 9811: 109,-106 + 9847: 96,-94 + 9986: 297,121 + 9994: 279,97 + 10025: 267,104 + 10050: 297,128 + 10087: 256,97 + 10120: 256,136 + 10136: 266,150 + 10246: 288,155 + 10317: 238,117 + 10346: 239,143 + 10379: 261,163 + 10383: 267,160 + 10408: 288,161 + 10450: -131,-73 + 10481: -126,-60 + 10525: -133,-110 + 10544: -113,-109 + 10626: 98,-149 + 10645: 75,-160 + 10658: 89,-153 + 10732: 131,-155 + 10772: -217,16 + 10782: -222,32 + 10795: -222,54 + 10848: -347,108 + 10850: -358,67 + 10881: -366,65 + 10956: -357,117 + 10971: -395,97 + 10995: -367,121 + 11001: -359,127 + 11021: -341,125 + 11041: -393,130 + 11113: -3,-207 + 11148: 7,-214 + 11162: 23,-210 + 11200: -34,-207 - node: color: '#FFFFFFFF' id: FloraTallGrass7 decals: - 1448: 29,133 - 4169: -18,-117 - 4580: 204,21 - 4931: 77.41958,118.89009 - 4944: 77.439766,117.10837 - 5196: -218,-107 - 6494: 146.00294,171.93767 - 7476: 215,160 - 8538: -146,11 - 9742: 193,-13 + 1447: 29,133 + 4156: -18,-117 + 4554: 204,21 + 4905: 77.41958,118.89009 + 4918: 77.439766,117.10837 + 5170: -218,-107 + 6466: 146.00294,171.93767 + 7448: 215,160 + 8426: -146,11 + 9599: 193,-13 + 10008: 274,119 - node: color: '#D0B52E4D' id: FloraTallGrass8 decals: - 8672: 110.46036,-20.627714 - 8673: 112.258255,-20.64606 - 8674: 113.32232,-20.73779 + 8560: 110.46036,-20.627714 + 8561: 112.258255,-20.64606 + 8562: 113.32232,-20.73779 - node: angle: -3.141592653589793 rad color: '#FFFFFFFF' id: FloraTallGrass8 decals: - 8934: 10.300579,-64.41388 - 8935: 9.658473,-64.76246 + 8819: 10.300579,-64.41388 + 8820: 9.658473,-64.76246 - node: color: '#FFFFFFFF' id: FloraTallGrass8 decals: - 4354: 163.11649,16.017038 - 4400: 189.11343,52.986076 - 4704: 212.75073,74.2021 - 4932: 77.475426,114.16745 - 4933: 83.287926,120.34409 - 4934: 79.15515,122.741066 - 4935: 77.02024,122.11607 - 8932: 10.153812,-65.05599 - 8933: 10.007045,-64.175385 + 4330: 163.11649,16.017038 + 4376: 189.11343,52.986076 + 4678: 212.75073,74.2021 + 4906: 77.475426,114.16745 + 4907: 83.287926,120.34409 + 4908: 79.15515,122.741066 + 4909: 77.02024,122.11607 + 8817: 10.153812,-65.05599 + 8818: 10.007045,-64.175385 - node: color: '#FFFFFFFF' id: Grassa2 decals: - 4285: -183.93709,-21.190992 + 4261: -183.93709,-21.190992 - node: color: '#D0B52E4D' id: Grassa4 decals: - 8671: 111.87299,-20.444256 + 8559: 111.87299,-20.444256 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 4287: -185.11896,-19.25039 + 4263: -185.11896,-19.25039 - node: color: '#FFFFFFFF' id: Grassd3 decals: - 4286: -186.86896,-26.157167 + 4262: -186.86896,-26.157167 - node: color: '#FFFFFFFF' id: Grasse1 @@ -10646,1183 +11614,1203 @@ entities: color: '#DCA24D91' id: Grasse2 decals: - 8655: 110.79059,-20.389217 - 8656: 112.88202,-20.499294 + 8543: 110.79059,-20.389217 + 8544: 112.88202,-20.499294 - node: color: '#A4610696' id: HalfTileOverlayGreyscale decals: - 4366: 175,56 - 4367: 176,56 - 4368: 178,56 - 4369: 179,56 + 4342: 175,56 + 4343: 176,56 + 4344: 178,56 + 4345: 179,56 - node: cleanable: True color: '#FF000028' id: MiniTileLineOverlayE decals: - 4331: -157.75406,-20.068941 - 4332: -157.76968,-19.084566 - 4333: -157.76968,-18.115816 - 4334: -157.76968,-17.100191 + 4307: -157.75406,-20.068941 + 4308: -157.76968,-19.084566 + 4309: -157.76968,-18.115816 + 4310: -157.76968,-17.100191 - node: color: '#FFFFFFFF' id: N14GraffitiArrow decals: - 6937: -174,24 - 6938: -173,24 + 6909: -174,24 + 6910: -173,24 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: N14GraffitiArrow decals: - 6941: -175,27 + 6913: -175,27 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: N14GraffitiArrow decals: - 6939: -179,23 - 6940: -178,23 + 6911: -179,23 + 6912: -178,23 - node: color: '#FFFFFFFF' id: N14GraffitiDeath2 decals: - 5943: -156.01718,-121.95919 + 5915: -156.01718,-121.95919 - node: color: '#FFFFFFFF' id: N14GraffitiDonot decals: - 5774: 56.98954,39.34295 + 5746: 56.98954,39.34295 - node: angle: 2.111848394913139 rad color: '#DF0000FF' id: N14GraffitiMark decals: - 20303: 85.06079,-127.37439 + 9787: 85.06079,-127.37439 - node: color: '#FFFF7FFF' id: N14GraffitiNCR decals: - 5949: -180,-92 + 5921: -180,-92 - node: color: '#FFFF7FFF' id: N14GraffitiNCRBear decals: - 5947: -181,-92 - 5948: -179,-92 + 5919: -181,-92 + 5920: -179,-92 - node: color: '#FFFF7FFF' id: N14GraffitiNCRCaution decals: - 5945: -179,-91 - 5946: -181,-91 + 5917: -179,-91 + 5918: -181,-91 - node: angle: 1.5707963267948966 rad color: '#FFFF7FFF' id: N14GraffitiNCRCaution decals: - 5950: 196,-48 + 5922: 196,-48 - node: cleanable: True angle: 2.652900463031381 rad color: '#57BC8BFF' id: N14GraffitiNCRStop decals: - 9734: 74.94316,-109.12267 + 9591: 74.94316,-109.12267 - node: color: '#FFFF7FFF' id: N14GraffitiNCRStop decals: - 5944: -180,-91 + 5916: -180,-91 - node: angle: 1.5707963267948966 rad color: '#FFFF7FFF' id: N14GraffitiNCRStop decals: - 5951: 196,-49 - 5952: 196,-47 + 5923: 196,-49 + 5924: 196,-47 - node: color: '#FFFFFFFF' id: N14GraffitiReaper decals: - 5775: 56.898357,49.186085 + 5747: 56.898357,49.186085 - node: color: '#FFFFFFFF' id: N14GraffitiSkullbones decals: - 5777: 57.027042,47.049046 - 5942: -155.98593,-122.67794 - 6708: 181.78865,131.6974 + 5749: 57.027042,47.049046 + 5914: -155.98593,-122.67794 + 6680: 181.78865,131.6974 - node: color: '#FFFFFFFF' id: North decals: - 5776: 53.934795,47.156334 + 5748: 53.934795,47.156334 - node: cleanable: True color: '#B13BFFFF' id: Omni decals: - 4337: -154.58844,-15.965361 - 4338: -153.01122,-23.020567 + 4313: -154.58844,-15.965361 + 4314: -153.01122,-23.020567 - node: color: '#DDC3A1BC' id: QuarterTileOverlayGreyscale decals: - 8614: -166.80954,-61.74667 + 8502: -166.80954,-61.74667 - node: color: '#DDC3A1BC' id: QuarterTileOverlayGreyscale180 decals: - 8616: -159.5531,-52.893604 - 8653: -163.64421,-57.07129 + 8504: -159.5531,-52.893604 + 8541: -163.64421,-57.07129 - node: color: '#DDC3A1BC' id: QuarterTileOverlayGreyscale270 decals: - 8617: -166.77899,-52.84673 + 8505: -166.77899,-52.84673 - node: color: '#DDC3A1BC' id: QuarterTileOverlayGreyscale90 decals: - 8615: -159.51651,-61.637295 + 8503: -159.51651,-61.637295 - node: color: '#FFFFA1FF' id: Remains decals: - 4351: 165.56961,15.079538 + 4327: 165.56961,15.079538 - node: color: '#FFFFFFFF' id: Remains decals: - 5956: 195,-114 + 5928: 195,-114 - node: cleanable: True color: '#FFFFFFFF' id: Remains decals: - 4335: -157.95409,-16.977222 + 4311: -157.95409,-16.977222 - node: angle: 3.141592653589793 rad color: '#B89025FF' id: RoadEdgeDouble2 decals: - 10170: 69.9806,-87.25635 - 10171: 68.9806,-87.25635 - 10172: 66.0431,-87.27197 + 9751: 69.9806,-87.25635 + 9752: 68.9806,-87.25635 + 9753: 66.0431,-87.27197 - node: angle: 4.71238898038469 rad color: '#B89025FF' id: RoadEdgeDouble2 decals: - 10406: 70.281166,-116.028824 - 10467: 70.281166,-117.04874 - 10566: 70.281166,-120.00727 - 10567: 70.281166,-118.97618 + 9770: 70.281166,-116.028824 + 9771: 70.281166,-117.04874 + 9772: 70.281166,-120.00727 + 9773: 70.281166,-118.97618 - node: angle: 6.283185307179586 rad color: '#B89025FF' id: RoadEdgeDouble2 decals: - 10403: 70.005775,-115.76885 - 10404: 66.05265,-115.75323 - 10405: 67.0839,-115.75323 + 9767: 70.005775,-115.76885 + 9768: 66.05265,-115.75323 + 9769: 67.0839,-115.75323 - node: angle: 3.141592653589793 rad color: '#B89025FF' id: RoadEdgeDoubleBroken2 decals: - 10569: 71.0672,-117.67959 - 10671: 74.92369,-117.67958 - 10673: 76.97365,-117.67959 - 10700: 81.166336,-117.67959 - 10701: 84.060455,-117.67959 - 10702: 81.24662,-117.679596 - 10753: 85.07627,-117.67314 + 9774: 71.0672,-117.67959 + 9775: 74.92369,-117.67958 + 9776: 76.97365,-117.67959 + 9777: 81.166336,-117.67959 + 9778: 84.060455,-117.67959 + 9779: 81.24662,-117.679596 + 9780: 85.07627,-117.67314 - node: angle: 4.71238898038469 rad color: '#B89025FF' id: RoadEdgeDoubleBroken2 decals: - 10200: 68.01185,-88.3419 - 10201: 68.01185,-89.37732 - 10202: 68.01185,-92.08567 - 10224: 68.00936,-93.11342 - 10225: 68.00936,-95.32633 - 10233: 68.00936,-98.960075 - 10234: 68.00936,-102.641655 - 10278: 68.005775,-103.68159 - 10290: 68.005775,-106.879196 - 10385: 68.005775,-108.300415 - 10386: 68.005775,-110.30028 - 10387: 68.005775,-111.28366 - 10402: 68.005775,-113.45816 + 9754: 68.01185,-88.3419 + 9755: 68.01185,-89.37732 + 9756: 68.01185,-92.08567 + 9757: 68.00936,-93.11342 + 9758: 68.00936,-95.32633 + 9759: 68.00936,-98.960075 + 9760: 68.00936,-102.641655 + 9761: 68.005775,-103.68159 + 9762: 68.005775,-106.879196 + 9763: 68.005775,-108.300415 + 9764: 68.005775,-110.30028 + 9765: 68.005775,-111.28366 + 9766: 68.005775,-113.45816 - node: zIndex: 1 angle: 3.141592653589793 rad color: '#FED83D50' id: RoadEdgeDoubleBroken2 decals: - 2789: 72,-21 - 2790: 73,-21 - 2791: 74,-21 + 2776: 72,-21 + 2777: 73,-21 + 2778: 74,-21 - node: zIndex: 1 color: '#FED83D79' id: RoadEdgeDoubleBroken2 decals: - 2879: 110,-27 - 2880: 111,-27 - 2881: 114,-27 - 2882: 116,-27 + 2866: 110,-27 + 2867: 111,-27 + 2868: 114,-27 + 2869: 116,-27 - node: color: '#FED83D8B' id: RoadEdgeDoubleBroken2 decals: - 3182: -96,-88 - 3183: -95,-88 - 3184: -94,-88 + 3169: -96,-88 + 3170: -95,-88 + 3171: -94,-88 - node: angle: 3.141592653589793 rad color: '#FED83D8B' id: RoadEdgeDoubleBroken2 decals: - 2910: 58,-82 - 2911: 59,-82 - 2912: 55,-82 - 2913: 56,-82 - 3185: -179,-82 - 3186: -178,-82 - 3187: -177,-82 + 2897: 58,-82 + 2898: 59,-82 + 2899: 55,-82 + 2900: 56,-82 + 3172: -179,-82 + 3173: -178,-82 + 3174: -177,-82 - node: angle: 3.141592653589793 rad color: '#FED83D92' id: RoadEdgeDoubleBroken2 decals: - 2590: 21,-50 - 2591: 22,-50 - 2592: 23,-50 + 2577: 21,-50 + 2578: 22,-50 + 2579: 23,-50 - node: angle: 1.5707963267948966 rad color: '#FFFFFF63' id: RoadEdgeDoubleBroken2 decals: - 2396: 60,68 + 2383: 60,68 - node: angle: 1.5707963267948966 rad color: '#FFFFFFC0' id: RoadEdgeDoubleBroken2 decals: - 2397: 60,69 + 2384: 60,69 - node: color: '#9D9D9785' id: RoadEdgeSingle2 decals: - 3747: -51,-24 - 3748: -50,-24 - 3749: -49,-24 + 3734: -51,-24 + 3735: -50,-24 + 3736: -49,-24 - node: angle: 1.5707963267948966 rad color: '#9D9D9785' id: RoadEdgeSingle2 decals: - 3723: -40,-30 - 3724: -40,-29 - 3725: -40,-28 - 3726: -38,-30 - 3727: -38,-29 - 3728: -38,-28 - 3729: -36,-30 - 3730: -36,-29 - 3731: -36,-28 - 3732: -34,-30 - 3733: -34,-29 - 3734: -34,-28 + 3710: -40,-30 + 3711: -40,-29 + 3712: -40,-28 + 3713: -38,-30 + 3714: -38,-29 + 3715: -38,-28 + 3716: -36,-30 + 3717: -36,-29 + 3718: -36,-28 + 3719: -34,-30 + 3720: -34,-29 + 3721: -34,-28 - node: angle: 3.141592653589793 rad color: '#9D9D9785' id: RoadEdgeSingle2 decals: - 3753: -51,-28 - 3754: -50,-28 - 3755: -49,-28 + 3740: -51,-28 + 3741: -50,-28 + 3742: -49,-28 - node: angle: 4.71238898038469 rad color: '#9D9D9785' id: RoadEdgeSingle2 decals: - 3735: -39,-28 - 3736: -39,-29 - 3737: -39,-30 - 3738: -37,-28 - 3739: -37,-29 - 3740: -37,-30 - 3741: -35,-28 - 3742: -35,-29 - 3743: -35,-30 - 3744: -32,-28 - 3745: -32,-29 - 3746: -32,-30 + 3722: -39,-28 + 3723: -39,-29 + 3724: -39,-30 + 3725: -37,-28 + 3726: -37,-29 + 3727: -37,-30 + 3728: -35,-28 + 3729: -35,-29 + 3730: -35,-30 + 3731: -32,-28 + 3732: -32,-29 + 3733: -32,-30 - node: color: '#9D9D978B' id: RoadEdgeSingle2 decals: - 3572: -41,19 - 3573: -42,19 - 3574: -43,19 - 3575: -41,17 - 3576: -42,17 - 3577: -43,17 - 3578: -41,15 - 3579: -42,15 - 3580: -43,15 + 3559: -41,19 + 3560: -42,19 + 3561: -43,19 + 3562: -41,17 + 3563: -42,17 + 3564: -43,17 + 3565: -41,15 + 3566: -42,15 + 3567: -43,15 - node: angle: 1.5707963267948966 rad color: '#9D9D978B' id: RoadEdgeSingle2 decals: - 3554: -62,19 - 3555: -62,18 - 3556: -62,17 - 3557: -60,19 - 3558: -60,18 - 3559: -60,17 - 3560: -58,19 - 3561: -58,18 - 3562: -58,17 - 3563: -56,19 - 3564: -56,18 - 3565: -56,17 - 3566: -54,19 - 3567: -54,18 - 3568: -54,17 - 3569: -52,19 - 3570: -52,18 - 3571: -52,17 + 3541: -62,19 + 3542: -62,18 + 3543: -62,17 + 3544: -60,19 + 3545: -60,18 + 3546: -60,17 + 3547: -58,19 + 3548: -58,18 + 3549: -58,17 + 3550: -56,19 + 3551: -56,18 + 3552: -56,17 + 3553: -54,19 + 3554: -54,18 + 3555: -54,17 + 3556: -52,19 + 3557: -52,18 + 3558: -52,17 - node: angle: 3.141592653589793 rad color: '#9D9D978B' id: RoadEdgeSingle2 decals: - 3581: -43,14 - 3582: -42,14 - 3583: -41,14 - 3584: -43,16 - 3585: -42,16 - 3586: -41,16 - 3587: -43,18 - 3588: -42,18 - 3589: -41,18 + 3568: -43,14 + 3569: -42,14 + 3570: -41,14 + 3571: -43,16 + 3572: -42,16 + 3573: -41,16 + 3574: -43,18 + 3575: -42,18 + 3576: -41,18 - node: angle: 4.71238898038469 rad color: '#9D9D978B' id: RoadEdgeSingle2 decals: - 3590: -61,19 - 3591: -61,17 - 3592: -61,18 - 3593: -59,19 - 3594: -59,18 - 3595: -59,17 - 3596: -57,19 - 3597: -57,18 - 3598: -57,17 - 3599: -55,19 - 3600: -55,18 - 3601: -55,17 - 3602: -53,19 - 3603: -53,18 - 3604: -53,17 - 3605: -51,19 - 3606: -51,18 - 3607: -51,17 + 3577: -61,19 + 3578: -61,17 + 3579: -61,18 + 3580: -59,19 + 3581: -59,18 + 3582: -59,17 + 3583: -57,19 + 3584: -57,18 + 3585: -57,17 + 3586: -55,19 + 3587: -55,18 + 3588: -55,17 + 3589: -53,19 + 3590: -53,18 + 3591: -53,17 + 3592: -51,19 + 3593: -51,18 + 3594: -51,17 - node: zIndex: 1 color: '#9D9D9798' id: RoadEdgeSingle2 decals: - 2792: 78,-8 - 2793: 77,-8 - 2794: 76,-8 - 2795: 78,-10 - 2796: 77,-10 - 2797: 76,-10 - 2798: 78,-12 - 2799: 77,-12 - 2800: 76,-12 - 2801: 78,-14 - 2802: 77,-14 - 2803: 76,-14 - 2804: 78,-16 - 2805: 77,-16 - 2806: 76,-16 - 2807: 78,-18 - 2808: 77,-18 - 2809: 76,-18 - 2810: 66,-8 - 2811: 67,-8 - 2812: 68,-8 - 2813: 66,-10 - 2814: 67,-10 - 2815: 68,-10 - 2816: 66,-12 - 2817: 67,-12 - 2818: 68,-12 - 2819: 66,-14 - 2820: 67,-14 - 2821: 68,-14 - 2822: 66,-16 - 2823: 67,-16 - 2824: 68,-16 - 2825: 66,-18 - 2826: 67,-18 - 2827: 68,-18 + 2779: 78,-8 + 2780: 77,-8 + 2781: 76,-8 + 2782: 78,-10 + 2783: 77,-10 + 2784: 76,-10 + 2785: 78,-12 + 2786: 77,-12 + 2787: 76,-12 + 2788: 78,-14 + 2789: 77,-14 + 2790: 76,-14 + 2791: 78,-16 + 2792: 77,-16 + 2793: 76,-16 + 2794: 78,-18 + 2795: 77,-18 + 2796: 76,-18 + 2797: 66,-8 + 2798: 67,-8 + 2799: 68,-8 + 2800: 66,-10 + 2801: 67,-10 + 2802: 68,-10 + 2803: 66,-12 + 2804: 67,-12 + 2805: 68,-12 + 2806: 66,-14 + 2807: 67,-14 + 2808: 68,-14 + 2809: 66,-16 + 2810: 67,-16 + 2811: 68,-16 + 2812: 66,-18 + 2813: 67,-18 + 2814: 68,-18 - node: zIndex: 1 angle: 3.141592653589793 rad color: '#9D9D9798' id: RoadEdgeSingle2 decals: - 2828: 66,-19 - 2829: 67,-19 - 2830: 68,-19 - 2831: 66,-17 - 2832: 67,-17 - 2833: 68,-17 - 2834: 66,-15 - 2835: 67,-15 - 2836: 68,-15 - 2837: 66,-13 - 2838: 68,-13 - 2839: 67,-13 - 2840: 66,-11 - 2841: 67,-11 - 2842: 68,-11 - 2843: 66,-9 - 2844: 67,-9 - 2845: 68,-9 - 2846: 76,-9 - 2847: 77,-9 - 2848: 78,-9 - 2849: 76,-11 - 2850: 77,-11 - 2851: 78,-11 - 2852: 76,-13 - 2853: 77,-13 - 2854: 78,-13 - 2855: 76,-15 - 2856: 77,-15 - 2857: 78,-15 - 2858: 76,-17 - 2859: 77,-17 - 2860: 78,-17 - 2861: 76,-19 - 2862: 77,-19 - 2863: 78,-19 + 2815: 66,-19 + 2816: 67,-19 + 2817: 68,-19 + 2818: 66,-17 + 2819: 67,-17 + 2820: 68,-17 + 2821: 66,-15 + 2822: 67,-15 + 2823: 68,-15 + 2824: 66,-13 + 2825: 68,-13 + 2826: 67,-13 + 2827: 66,-11 + 2828: 67,-11 + 2829: 68,-11 + 2830: 66,-9 + 2831: 67,-9 + 2832: 68,-9 + 2833: 76,-9 + 2834: 77,-9 + 2835: 78,-9 + 2836: 76,-11 + 2837: 77,-11 + 2838: 78,-11 + 2839: 76,-13 + 2840: 77,-13 + 2841: 78,-13 + 2842: 76,-15 + 2843: 77,-15 + 2844: 78,-15 + 2845: 76,-17 + 2846: 77,-17 + 2847: 78,-17 + 2848: 76,-19 + 2849: 77,-19 + 2850: 78,-19 - node: color: '#9D9D97FF' id: RoadEdgeSingle2 decals: - 2500: 6,-17 - 2501: 7,-17 - 2502: 8,-17 - 2503: 9,-17 - 2504: 6,-19 - 2505: 7,-19 - 2506: 8,-19 - 2507: 9,-19 - 2508: 6,-21 - 2509: 7,-21 - 2510: 9,-21 - 2511: 6,-23 - 2512: 7,-23 - 2513: 8,-23 - 2514: 9,-23 - 2593: 31,-36 - 2594: 30,-36 - 3232: -110,-140 - 3233: -109,-140 - 3234: -108,-140 - 3235: -110,-142 - 3236: -109,-142 - 3237: -108,-142 - 3238: -110,-144 - 3239: -109,-144 - 3240: -108,-144 - 3292: -83,-140 - 3293: -84,-140 - 3294: -85,-140 - 3295: -83,-142 - 3296: -84,-142 - 3297: -85,-142 - 3298: -83,-144 - 3299: -84,-144 - 3300: -85,-144 + 2487: 6,-17 + 2488: 7,-17 + 2489: 8,-17 + 2490: 9,-17 + 2491: 6,-19 + 2492: 7,-19 + 2493: 8,-19 + 2494: 9,-19 + 2495: 6,-21 + 2496: 7,-21 + 2497: 9,-21 + 2498: 6,-23 + 2499: 7,-23 + 2500: 8,-23 + 2501: 9,-23 + 2580: 31,-36 + 2581: 30,-36 + 3219: -110,-140 + 3220: -109,-140 + 3221: -108,-140 + 3222: -110,-142 + 3223: -109,-142 + 3224: -108,-142 + 3225: -110,-144 + 3226: -109,-144 + 3227: -108,-144 + 3279: -83,-140 + 3280: -84,-140 + 3281: -85,-140 + 3282: -83,-142 + 3283: -84,-142 + 3284: -85,-142 + 3285: -83,-144 + 3286: -84,-144 + 3287: -85,-144 - node: zIndex: 1 color: '#9D9D97FF' id: RoadEdgeSingle2 decals: - 2609: 30,-38 - 2610: 31,-38 - 2611: 22,-36 - 2620: 67,-49 - 2621: 68,-49 - 2622: 69,-49 - 2623: 67,-47 - 2624: 68,-47 - 2625: 69,-47 - 2626: 67,-45 - 2627: 68,-45 - 2628: 69,-45 - 2629: 67,-43 - 2630: 68,-43 - 2631: 69,-43 - 2632: 67,-30 - 2633: 68,-30 - 2634: 69,-30 - 2635: 67,-32 - 2636: 68,-32 - 2637: 69,-32 - 2638: 67,-34 - 2639: 68,-34 - 2640: 69,-34 - 2641: 67,-36 - 2642: 68,-36 - 2643: 69,-36 - 2644: 75,-30 - 2645: 74,-30 - 2646: 73,-30 - 2647: 75,-32 - 2648: 74,-32 - 2649: 73,-32 - 2650: 75,-49 - 2651: 74,-49 - 2652: 73,-49 - 2653: 75,-47 - 2654: 74,-47 - 2655: 73,-47 + 2596: 30,-38 + 2597: 31,-38 + 2598: 22,-36 + 2607: 67,-49 + 2608: 68,-49 + 2609: 69,-49 + 2610: 67,-47 + 2611: 68,-47 + 2612: 69,-47 + 2613: 67,-45 + 2614: 68,-45 + 2615: 69,-45 + 2616: 67,-43 + 2617: 68,-43 + 2618: 69,-43 + 2619: 67,-30 + 2620: 68,-30 + 2621: 69,-30 + 2622: 67,-32 + 2623: 68,-32 + 2624: 69,-32 + 2625: 67,-34 + 2626: 68,-34 + 2627: 69,-34 + 2628: 67,-36 + 2629: 68,-36 + 2630: 69,-36 + 2631: 75,-30 + 2632: 74,-30 + 2633: 73,-30 + 2634: 75,-32 + 2635: 74,-32 + 2636: 73,-32 + 2637: 75,-49 + 2638: 74,-49 + 2639: 73,-49 + 2640: 75,-47 + 2641: 74,-47 + 2642: 73,-47 - node: angle: 1.5707963267948966 rad color: '#9D9D97FF' id: RoadEdgeSingle2 decals: - 3241: -86,-147 - 3242: -86,-146 - 3243: -86,-145 - 3244: -92,-147 - 3245: -92,-146 - 3246: -92,-145 - 3247: -94,-147 - 3248: -94,-146 - 3249: -94,-145 - 3250: -96,-147 - 3251: -96,-146 - 3252: -96,-145 - 3253: -98,-147 - 3254: -98,-146 - 3255: -98,-145 - 3256: -100,-147 - 3257: -100,-146 - 3258: -100,-145 - 3259: -102,-147 - 3260: -102,-146 - 3261: -102,-145 - 3262: -104,-147 - 3263: -104,-146 - 3264: -104,-145 - 3265: -106,-147 - 3266: -106,-145 - 3267: -106,-146 + 3228: -86,-147 + 3229: -86,-146 + 3230: -86,-145 + 3231: -92,-147 + 3232: -92,-146 + 3233: -92,-145 + 3234: -94,-147 + 3235: -94,-146 + 3236: -94,-145 + 3237: -96,-147 + 3238: -96,-146 + 3239: -96,-145 + 3240: -98,-147 + 3241: -98,-146 + 3242: -98,-145 + 3243: -100,-147 + 3244: -100,-146 + 3245: -100,-145 + 3246: -102,-147 + 3247: -102,-146 + 3248: -102,-145 + 3249: -104,-147 + 3250: -104,-146 + 3251: -104,-145 + 3252: -106,-147 + 3253: -106,-145 + 3254: -106,-146 - node: angle: 3.141592653589793 rad color: '#9D9D97FF' id: RoadEdgeSingle2 decals: - 2515: 6,-24 - 2516: 7,-24 - 2517: 8,-24 - 2518: 9,-24 - 2595: 30,-37 - 2596: 31,-37 - 3301: -85,-141 - 3302: -84,-141 - 3303: -83,-141 - 3304: -85,-143 - 3305: -84,-143 - 3306: -83,-143 - 3307: -110,-141 - 3308: -109,-141 - 3309: -108,-141 - 3310: -110,-143 - 3311: -109,-143 - 3312: -108,-143 + 2502: 6,-24 + 2503: 7,-24 + 2504: 8,-24 + 2505: 9,-24 + 2582: 30,-37 + 2583: 31,-37 + 3288: -85,-141 + 3289: -84,-141 + 3290: -83,-141 + 3291: -85,-143 + 3292: -84,-143 + 3293: -83,-143 + 3294: -110,-141 + 3295: -109,-141 + 3296: -108,-141 + 3297: -110,-143 + 3298: -109,-143 + 3299: -108,-143 - node: zIndex: 1 angle: 3.141592653589793 rad color: '#9D9D97FF' id: RoadEdgeSingle2 decals: - 2607: 31,-39 - 2608: 30,-39 - 2616: 22,-37 - 2656: 73,-50 - 2657: 74,-50 - 2658: 75,-50 - 2659: 73,-48 - 2660: 74,-48 - 2661: 75,-48 - 2662: 67,-48 - 2663: 68,-48 - 2664: 69,-48 - 2665: 69,-50 - 2666: 68,-50 - 2667: 67,-50 - 2668: 67,-46 - 2669: 68,-46 - 2670: 69,-46 - 2671: 67,-44 - 2672: 68,-44 - 2673: 69,-44 - 2674: 67,-35 - 2675: 68,-35 - 2676: 69,-35 - 2677: 67,-33 - 2678: 68,-33 - 2679: 69,-33 - 2680: 67,-31 - 2681: 69,-31 - 2682: 68,-31 - 2683: 67,-37 - 2684: 68,-37 - 2685: 69,-37 - 2686: 73,-33 - 2687: 74,-33 - 2688: 75,-33 - 2689: 73,-31 - 2690: 74,-31 - 2691: 75,-31 + 2594: 31,-39 + 2595: 30,-39 + 2603: 22,-37 + 2643: 73,-50 + 2644: 74,-50 + 2645: 75,-50 + 2646: 73,-48 + 2647: 74,-48 + 2648: 75,-48 + 2649: 67,-48 + 2650: 68,-48 + 2651: 69,-48 + 2652: 69,-50 + 2653: 68,-50 + 2654: 67,-50 + 2655: 67,-46 + 2656: 68,-46 + 2657: 69,-46 + 2658: 67,-44 + 2659: 68,-44 + 2660: 69,-44 + 2661: 67,-35 + 2662: 68,-35 + 2663: 69,-35 + 2664: 67,-33 + 2665: 68,-33 + 2666: 69,-33 + 2667: 67,-31 + 2668: 69,-31 + 2669: 68,-31 + 2670: 67,-37 + 2671: 68,-37 + 2672: 69,-37 + 2673: 73,-33 + 2674: 74,-33 + 2675: 75,-33 + 2676: 73,-31 + 2677: 74,-31 + 2678: 75,-31 - node: angle: 4.71238898038469 rad color: '#9D9D97FF' id: RoadEdgeSingle2 decals: - 3313: -107,-145 - 3314: -107,-146 - 3315: -107,-147 - 3316: -105,-145 - 3317: -105,-146 - 3318: -105,-147 - 3319: -103,-145 - 3320: -103,-146 - 3321: -103,-147 - 3322: -101,-145 - 3323: -101,-146 - 3324: -101,-147 - 3325: -99,-145 - 3326: -99,-146 - 3327: -99,-147 - 3328: -97,-145 - 3329: -97,-146 - 3330: -97,-147 - 3331: -95,-145 - 3332: -95,-146 - 3333: -95,-147 - 3334: -93,-145 - 3335: -93,-146 - 3336: -93,-147 - 3337: -91,-145 - 3338: -91,-146 - 3339: -91,-147 + 3300: -107,-145 + 3301: -107,-146 + 3302: -107,-147 + 3303: -105,-145 + 3304: -105,-146 + 3305: -105,-147 + 3306: -103,-145 + 3307: -103,-146 + 3308: -103,-147 + 3309: -101,-145 + 3310: -101,-146 + 3311: -101,-147 + 3312: -99,-145 + 3313: -99,-146 + 3314: -99,-147 + 3315: -97,-145 + 3316: -97,-146 + 3317: -97,-147 + 3318: -95,-145 + 3319: -95,-146 + 3320: -95,-147 + 3321: -93,-145 + 3322: -93,-146 + 3323: -93,-147 + 3324: -91,-145 + 3325: -91,-146 + 3326: -91,-147 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#B02E2660' id: RoadEdgeSingle2 decals: - 2864: 110,-28 - 2865: 110,-29 - 2866: 110,-30 - 2867: 110,-31 + 2851: 110,-28 + 2852: 110,-29 + 2853: 110,-30 + 2854: 110,-31 - node: zIndex: 1 angle: 4.71238898038469 rad color: '#B02E2660' id: RoadEdgeSingle2 decals: - 2869: 116,-28 - 2870: 116,-29 - 2871: 116,-30 - 2872: 116,-31 + 2856: 116,-28 + 2857: 116,-29 + 2858: 116,-30 + 2859: 116,-31 - node: angle: 3.141592653589793 rad color: '#FED83D8B' id: RoadEdgeSingle2 decals: - 2914: 55,-82 - 2915: 56,-82 + 2901: 55,-82 + 2902: 56,-82 - node: angle: 3.141592653589793 rad color: '#FED83D92' id: RoadEdgeSingle2 decals: - 2579: 33,-53 + 2566: 33,-53 - node: color: '#FFFFFF1B' id: RoadEdgeSingle2 decals: - 7582: 162,-162 - 7583: 161,-162 - 7584: 160,-162 - 7585: 162,-164 - 7586: 161,-164 - 7587: 160,-164 - 7588: 162,-166 - 7589: 161,-166 - 7590: 160,-166 - 7591: 162,-168 - 7592: 161,-168 - 7593: 160,-168 - 7594: 162,-170 - 7595: 161,-170 - 7596: 160,-170 - 7597: 162,-172 - 7598: 161,-172 - 7599: 160,-172 - 7600: 162,-174 - 7601: 161,-174 - 7602: 160,-174 - 7603: 155,-162 - 7604: 154,-162 - 7605: 153,-162 - 7606: 155,-164 - 7607: 154,-164 - 7608: 153,-164 - 7609: 155,-166 - 7610: 154,-166 - 7611: 153,-166 - 7612: 155,-168 - 7613: 154,-168 - 7614: 153,-168 - 7615: 155,-170 - 7616: 154,-170 - 7617: 153,-170 - 7618: 155,-172 - 7619: 154,-172 - 7620: 153,-172 + 7554: 162,-162 + 7555: 161,-162 + 7556: 160,-162 + 7557: 162,-164 + 7558: 161,-164 + 7559: 160,-164 + 7560: 162,-166 + 7561: 161,-166 + 7562: 160,-166 + 7563: 162,-168 + 7564: 161,-168 + 7565: 160,-168 + 7566: 162,-170 + 7567: 161,-170 + 7568: 160,-170 + 7569: 162,-172 + 7570: 161,-172 + 7571: 160,-172 + 7572: 162,-174 + 7573: 161,-174 + 7574: 160,-174 + 7575: 155,-162 + 7576: 154,-162 + 7577: 153,-162 + 7578: 155,-164 + 7579: 154,-164 + 7580: 153,-164 + 7581: 155,-166 + 7582: 154,-166 + 7583: 153,-166 + 7584: 155,-168 + 7585: 154,-168 + 7586: 153,-168 + 7587: 155,-170 + 7588: 154,-170 + 7589: 153,-170 + 7590: 155,-172 + 7591: 154,-172 + 7592: 153,-172 - node: zIndex: 1 angle: 3.141592653589793 rad color: '#FED83D79' id: RoadEdgeSingleBroken2 decals: - 2874: 111,-32 - 2875: 112,-32 - 2876: 113,-32 - 2877: 114,-32 - 2878: 115,-32 + 2861: 111,-32 + 2862: 112,-32 + 2863: 113,-32 + 2864: 114,-32 + 2865: 115,-32 - node: color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 3340: -86,-144 + 3327: -86,-144 - node: zIndex: 1 color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 2612: 21,-36 + 2599: 21,-36 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 2613: 21,-37 + 2600: 21,-37 - node: angle: 3.141592653589793 rad color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 2597: 32,-37 + 2584: 32,-37 - node: zIndex: 1 angle: 3.141592653589793 rad color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 2606: 32,-39 - 2615: 23,-37 + 2593: 32,-39 + 2602: 23,-37 - node: angle: 4.71238898038469 rad color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 2598: 32,-36 - 3410: -107,-144 + 2585: 32,-36 + 3397: -107,-144 - node: zIndex: 1 angle: 4.71238898038469 rad color: '#9D9D97FF' id: RoadEdgeSingleCorner3 decals: - 2605: 32,-38 - 2614: 23,-36 + 2592: 32,-38 + 2601: 23,-36 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#B02E2660' id: RoadEdgeSingleCorner3 decals: - 2868: 110,-32 + 2855: 110,-32 - node: zIndex: 1 angle: 3.141592653589793 rad color: '#B02E2660' id: RoadEdgeSingleCorner3 decals: - 2873: 116,-32 + 2860: 116,-32 - node: angle: 1.5707963267948966 rad color: '#DDC3A43E' id: RoadMiddleBrokenSplit1 decals: - 8608: -179.36488,-76.008415 + 8496: -179.36488,-76.008415 + - node: + color: '#DDC3A147' + id: RoadMiddleBrokenSplit2 + decals: + 9914: 91.009056,0.37286097 + 9915: 92.015335,0.37286097 - node: angle: 3.141592653589793 rad color: '#DDC3A43E' id: RoadMiddleBrokenSplit2 decals: - 8596: -162.97908,-3.622373 - 8597: 85.01289,-21.62749 - 8598: 86.01289,-21.62749 + 8484: -162.97908,-3.622373 + 8485: 85.01289,-21.62749 + 8486: 86.01289,-21.62749 - node: color: '#FED83D3E' id: RoadMiddleBrokenSplit2 decals: - 2479: 11,-9 - 2480: 12,-9 - 2483: -1,-9 - 2484: 0,-9 + 2466: 11,-9 + 2467: 12,-9 + 2470: -1,-9 + 2471: 0,-9 - node: angle: 1.5707963267948966 rad color: '#FED83D3E' id: RoadMiddleBrokenSplit2 decals: - 2449: 57,-3 - 2450: 57,-9 - 2451: 54,-8 - 2452: 54,-7 + 2436: 57,-3 + 2437: 57,-9 + 2438: 54,-8 + 2439: 54,-7 - node: zIndex: 1 color: '#FED83D50' id: RoadMiddleBrokenSplit2 decals: - 2782: 111,-24 - 2783: 112,-24 - 2784: 114,-24 - 2785: 72,-24 - 2786: 73,-24 - 2787: 74,-24 - 2788: 75,-24 + 2769: 111,-24 + 2770: 112,-24 + 2771: 114,-24 + 2772: 72,-24 + 2773: 73,-24 + 2774: 74,-24 + 2775: 75,-24 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83D50' id: RoadMiddleBrokenSplit2 decals: - 2735: 57,-39 - 2736: 57,-40 - 2737: 57,-41 - 2738: 57,-38 - 2739: 57,-26 - 2740: 57,-25 - 2741: 57,-24 - 2742: 57,-23 - 2745: 60,-26 - 2746: 60,-25 + 2722: 57,-39 + 2723: 57,-40 + 2724: 57,-41 + 2725: 57,-38 + 2726: 57,-26 + 2727: 57,-25 + 2728: 57,-24 + 2729: 57,-23 + 2732: 60,-26 + 2733: 60,-25 - node: color: '#FED83D66' id: RoadMiddleBrokenSplit2 decals: - 3703: -48,-6 - 3704: -47,-6 - 3705: -21,-6 - 3706: -20,-6 - 3707: -19,-6 - 3708: -18,-6 - 3709: -21,-3 - 3710: -20,-3 - 3711: -18,-3 - 3712: -19,-3 - 3713: -17,-3 - 3714: -98,-3 - 3715: -97,-3 - 3716: -97,-6 - 3717: -96,-6 - 3718: -95,-6 - 3719: -99,-6 - 3720: -157,-3 - 3721: -158,-3 - 3722: -159,-3 + 3690: -48,-6 + 3691: -47,-6 + 3692: -21,-6 + 3693: -20,-6 + 3694: -19,-6 + 3695: -18,-6 + 3696: -21,-3 + 3697: -20,-3 + 3698: -18,-3 + 3699: -19,-3 + 3700: -17,-3 + 3701: -98,-3 + 3702: -97,-3 + 3703: -97,-6 + 3704: -96,-6 + 3705: -95,-6 + 3706: -99,-6 + 3707: -157,-3 + 3708: -158,-3 + 3709: -159,-3 - node: color: '#FED83D8B' id: RoadMiddleBrokenSplit2 decals: - 3061: -16,-85 - 3062: -11,-85 - 3063: -9,-85 - 3162: 54,-85 - 3163: 55,-85 - 3164: 58,-85 - 3165: 60,-85 - 3166: 56,-85 - 3167: 57,-85 - 3168: 59,-85 - 3169: 43,-85 - 3170: 44,-85 - 3171: 45,-85 - 3172: 47,-85 - 3173: 48,-85 - 3174: 0,-85 - 3175: 1,-85 - 3176: 2,-85 - 3177: 3,-85 - 3178: -1,-85 - 3179: -94,-85 - 3180: -96,-85 - 3181: -95,-85 + 3048: -16,-85 + 3049: -11,-85 + 3050: -9,-85 + 3149: 54,-85 + 3150: 55,-85 + 3151: 58,-85 + 3152: 60,-85 + 3153: 56,-85 + 3154: 57,-85 + 3155: 59,-85 + 3156: 43,-85 + 3157: 44,-85 + 3158: 45,-85 + 3159: 47,-85 + 3160: 48,-85 + 3161: 0,-85 + 3162: 1,-85 + 3163: 2,-85 + 3164: 3,-85 + 3165: -1,-85 + 3166: -94,-85 + 3167: -96,-85 + 3168: -95,-85 - node: angle: 1.5707963267948966 rad color: '#FED83D92' id: RoadMiddleBrokenSplit2 decals: - 2567: 1,-31 - 2568: 1,-32 - 2569: 1,-30 - 2570: 1,-33 - 2571: 1,-51 - 2572: 1,-52 - 2573: 1,-53 - 2574: 1,-54 - 2575: 1,-50 + 2554: 1,-31 + 2555: 1,-32 + 2556: 1,-30 + 2557: 1,-33 + 2558: 1,-51 + 2559: 1,-52 + 2560: 1,-53 + 2561: 1,-54 + 2562: 1,-50 - node: color: '#FED83DBD' id: RoadMiddleBrokenSplit2 decals: - 3760: -47,-9 - 3761: -47,-3 - 3763: -90,-9 - 3764: -89,-9 - 3765: -88,-9 + 3747: -47,-9 + 3748: -47,-3 + 3750: -90,-9 + 3751: -89,-9 + 3752: -88,-9 + - node: + angle: -1.5707963267948966 rad + color: '#413D32DF' + id: RoadMiddleSolid1 + decals: + 9918: 310.4201,100.000496 + 9919: 311.5451,99.031746 + 9920: 310.42816,99.00801 + 9921: 311.5561,100.01498 - node: color: '#9D9D9785' id: RoadMiddleSolid2 decals: - 3750: -51,-26 - 3751: -50,-26 - 3752: -49,-26 + 3737: -51,-26 + 3738: -50,-26 + 3739: -49,-26 - node: angle: 0.7853981633974483 rad color: '#9D9D97FF' id: RoadMiddleSolid2 decals: - 3411: -107,-144 - 3412: -108,-145 - 3413: -109,-146 - 3414: -110,-147 + 3398: -107,-144 + 3399: -108,-145 + 3400: -109,-146 + 3401: -110,-147 - node: angle: 2.356194490192345 rad color: '#9D9D97FF' id: RoadMiddleSolid2 decals: - 3415: -86,-144 - 3416: -85,-145 - 3417: -84,-146 - 3418: -83,-147 + 3402: -86,-144 + 3403: -85,-145 + 3404: -84,-146 + 3405: -83,-147 + - node: + color: '#DDC3A147' + id: RoadMiddleSolidBrokenSplit1 + decals: + 9916: 93.01523,0.37286097 - node: angle: 3.141592653589793 rad color: '#DDC3A43E' id: RoadMiddleSolidBrokenSplit1 decals: - 8599: 87.01289,-21.62749 + 8487: 87.01289,-21.62749 - node: angle: 1.5707963267948966 rad color: '#B89025FF' id: RoadMiddleSolidBrokenSplit2 decals: - 21432: 86.580956,-122.07648 - 21433: 86.580956,-123.07648 - 25540: 65.39905,-116.03159 - 25541: 65.38342,-118.93784 + 9788: 86.580956,-122.07648 + 9789: 86.580956,-123.07648 + 9797: 65.39905,-116.03159 + 9798: 65.38342,-118.93784 - node: angle: 3.141592653589793 rad color: '#B89025FF' id: RoadMiddleSolidBrokenSplit2 decals: - 25459: 88.51745,-118.045555 - 25485: 90.7284,-118.045555 - 25486: 91.718254,-118.045555 - 25515: 69.989006,-120.64097 - 25516: 68.92358,-120.64097 - 25538: 65.99858,-120.64097 - 25539: 67.02276,-120.64097 - 25639: 64.37064,-118.05612 - 25640: 61.734486,-118.05612 - 25641: 58.394676,-118.05612 - 25699: 57.39013,-118.06129 + 9790: 88.51745,-118.045555 + 9791: 90.7284,-118.045555 + 9792: 91.718254,-118.045555 + 9793: 69.989006,-120.64097 + 9794: 68.92358,-120.64097 + 9795: 65.99858,-120.64097 + 9796: 67.02276,-120.64097 + 9799: 64.37064,-118.05612 + 9800: 61.734486,-118.05612 + 9801: 58.394676,-118.05612 + 9802: 57.39013,-118.06129 - node: angle: 1.5707963267948966 rad color: '#DDC3A43E' id: RoadMiddleSolidBrokenSplit2 decals: - 8607: -179.36488,-77.008415 + 8495: -179.36488,-77.008415 - node: angle: 3.141592653589793 rad color: '#DDC3A43E' id: RoadMiddleSolidBrokenSplit2 decals: - 8600: 88.012276,-21.62749 - 8601: 8.016957,-82.62711 - 8602: 9.016957,-82.62711 + 8488: 88.012276,-21.62749 + 8489: 8.016957,-82.62711 + 8490: 9.016957,-82.62711 - node: color: '#FED83D3E' id: RoadMiddleSolidBrokenSplit2 decals: - 2493: 11,-6 - 2494: 12,-6 - 2495: 10,-6 + 2480: 11,-6 + 2481: 12,-6 + 2482: 10,-6 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83D50' id: RoadMiddleSolidBrokenSplit2 decals: - 2732: 57,-53 - 2733: 57,-52 - 2734: 57,-51 + 2719: 57,-53 + 2720: 57,-52 + 2721: 57,-51 - node: angle: 1.5707963267948966 rad color: '#FED83D92' id: RoadMiddleSolidBrokenSplit2 decals: - 2576: 4,-51 - 2577: 4,-52 - 2578: 4,-53 - 2580: 54,-51 - 2581: 54,-52 - 2582: 54,-53 - 2587: 54,-39 - 2588: 54,-40 - 2589: 54,-41 + 2563: 4,-51 + 2564: 4,-52 + 2565: 4,-53 + 2567: 54,-51 + 2568: 54,-52 + 2569: 54,-53 + 2574: 54,-39 + 2575: 54,-40 + 2576: 54,-41 - node: color: '#FED83DBD' id: RoadMiddleSolidBrokenSplit2 decals: - 3762: -96,-3 + 3749: -96,-3 - node: color: '#DDC3A43E' id: RoadMiddleSolidBrokenSplit4 decals: - 8593: -165.97739,-3.622373 - 8594: -164.97739,-3.6293175 + 8481: -165.97739,-3.622373 + 8482: -164.97739,-3.6293175 - node: angle: 1.5707963267948966 rad color: '#DDC3A43E' id: RoadMiddleSolidBrokenSplit4 decals: - 8605: -179.36488,-79.008415 - 8606: -179.36488,-78.008415 + 8493: -179.36488,-79.008415 + 8494: -179.36488,-78.008415 - node: angle: 3.141592653589793 rad color: '#DDC3A43E' id: RoadMiddleSolidBrokenSplit4 decals: - 8595: -163.97908,-3.622373 - 8603: 10.016957,-82.62711 - 8604: 11.016957,-82.62711 + 8483: -163.97908,-3.622373 + 8491: 10.016957,-82.62711 + 8492: 11.016957,-82.62711 - node: color: '#FED83D3E' id: RoadMiddleSolidBrokenSplit4 decals: - 2481: 14,-9 - 2482: 15,-9 - 2485: 3,-9 - 2486: 2,-9 - 2497: 14,-6 - 2498: 15,-6 - 2499: 16,-6 + 2468: 14,-9 + 2469: 15,-9 + 2472: 3,-9 + 2473: 2,-9 + 2484: 14,-6 + 2485: 15,-6 + 2486: 16,-6 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83D50' id: RoadMiddleSolidBrokenSplit4 decals: - 2743: 60,-22 - 2744: 60,-23 + 2730: 60,-22 + 2731: 60,-23 - node: color: '#FED83D8B' id: RoadMiddleSolidBrokenSplit4 decals: - 3060: -26,-85 + 3047: -26,-85 - node: color: '#FED83D92' id: RoadMiddleSolidBrokenSplit4 decals: - 2583: 42,-50 - 2584: 43,-50 - 2585: 44,-50 - 2586: 45,-50 + 2570: 42,-50 + 2571: 43,-50 + 2572: 44,-50 + 2573: 45,-50 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83DAB' id: RoadMiddleSolidBrokenSplit4 decals: - 2617: 60,-39 - 2618: 60,-40 + 2604: 60,-39 + 2605: 60,-40 - node: color: '#FED83DBD' id: RoadMiddleSolidBrokenSplit4 decals: - 3758: -46,-9 - 3759: -45,-9 - 3766: -82,-9 - 3767: -81,-9 - 3768: -80,-9 + 3745: -46,-9 + 3746: -45,-9 + 3753: -82,-9 + 3754: -81,-9 + 3755: -80,-9 - node: angle: 3.141592653589793 rad color: '#FED83DBD' id: RoadMiddleSolidBrokenSplit4 decals: - 3756: -49,-3 - 3757: -48,-3 + 3743: -49,-3 + 3744: -48,-3 - node: color: '#FFFF0035' id: RoadMiddleSolidBrokenSplit4 decals: - 4925: -230,-85 + 4899: -230,-85 - node: color: '#FFFF000A' id: RoadMiddleSolidSplit1 decals: - 4918: -225,-85 - 4919: -226,-85 + 4892: -225,-85 + 4893: -226,-85 - node: color: '#FFFF0044' id: RoadMiddleSolidSplit1 decals: - 4915: -222,-85 - 4916: -222,-85 - 4917: -224,-85 + 4889: -222,-85 + 4890: -222,-85 + 4891: -224,-85 - node: color: '#FFFF009C' id: RoadMiddleSolidSplit1 decals: - 4912: -219,-85 - 4913: -220,-85 - 4914: -221,-85 + 4886: -219,-85 + 4887: -220,-85 + 4888: -221,-85 - node: color: '#FFFF00FF' id: RoadMiddleSolidSplit1 @@ -11837,626 +12825,631 @@ entities: 449: -191,-85 450: -190,-85 451: -189,-85 - 4892: -199,-85 - 4893: -201,-85 - 4894: -200,-85 - 4895: -202,-85 - 4896: -203,-85 - 4897: -205,-85 - 4898: -207,-85 - 4899: -209,-85 - 4900: -212,-85 - 4901: -214,-85 - 4902: -210,-85 - 4903: -208,-85 - 4904: -206,-85 - 4905: -204,-85 - 4906: -211,-85 - 4907: -213,-85 - 4908: -215,-85 - 4909: -216,-85 - 4910: -218,-85 - 4911: -217,-85 + 4866: -199,-85 + 4867: -201,-85 + 4868: -200,-85 + 4869: -202,-85 + 4870: -203,-85 + 4871: -205,-85 + 4872: -207,-85 + 4873: -209,-85 + 4874: -212,-85 + 4875: -214,-85 + 4876: -210,-85 + 4877: -208,-85 + 4878: -206,-85 + 4879: -204,-85 + 4880: -211,-85 + 4881: -213,-85 + 4882: -215,-85 + 4883: -216,-85 + 4884: -218,-85 + 4885: -217,-85 + - node: + color: '#DDC3A147' + id: RoadMiddleSolidSplit2 + decals: + 9917: 94.01523,0.37286097 - node: color: '#FED83D3E' id: RoadMiddleSolidSplit2 decals: - 2453: 53,-6 - 2454: 51,-6 - 2455: 49,-6 - 2456: 45,-6 - 2457: 42,-6 - 2458: 40,-6 - 2459: 37,-6 - 2460: 35,-6 - 2461: 33,-6 - 2462: 31,-6 - 2463: 29,-6 - 2464: 27,-6 - 2465: 25,-6 - 2466: 23,-6 - 2467: 20,-6 - 2468: 18,-6 - 2469: 19,-6 - 2470: 21,-6 - 2471: 22,-6 - 2472: 30,-6 - 2473: 32,-6 - 2474: 34,-6 - 2475: 41,-6 - 2476: 43,-6 - 2477: 44,-6 - 2478: 50,-6 - 2487: 9,-6 - 2488: 8,-6 - 2489: 7,-6 - 2490: 6,-6 - 2491: 5,-6 - 2492: 4,-6 - 2496: 17,-6 + 2440: 53,-6 + 2441: 51,-6 + 2442: 49,-6 + 2443: 45,-6 + 2444: 42,-6 + 2445: 40,-6 + 2446: 37,-6 + 2447: 35,-6 + 2448: 33,-6 + 2449: 31,-6 + 2450: 29,-6 + 2451: 27,-6 + 2452: 25,-6 + 2453: 23,-6 + 2454: 20,-6 + 2455: 18,-6 + 2456: 19,-6 + 2457: 21,-6 + 2458: 22,-6 + 2459: 30,-6 + 2460: 32,-6 + 2461: 34,-6 + 2462: 41,-6 + 2463: 43,-6 + 2464: 44,-6 + 2465: 50,-6 + 2474: 9,-6 + 2475: 8,-6 + 2476: 7,-6 + 2477: 6,-6 + 2478: 5,-6 + 2479: 4,-6 + 2483: 17,-6 - node: angle: 1.5707963267948966 rad color: '#FED83D3E' id: RoadMiddleSolidSplit2 decals: - 2398: 57,64 - 2399: 57,62 - 2400: 57,60 - 2401: 57,63 - 2402: 57,61 - 2403: 57,59 - 2404: 57,58 - 2405: 57,57 - 2406: 57,56 - 2407: 57,55 - 2408: 57,54 - 2409: 57,53 - 2410: 57,51 - 2411: 57,50 - 2412: 57,49 - 2413: 57,48 - 2414: 57,46 - 2415: 57,45 - 2416: 57,43 - 2417: 57,42 - 2418: 57,41 - 2419: 57,38 - 2420: 57,36 - 2421: 57,35 - 2422: 57,34 - 2423: 57,33 - 2424: 57,32 - 2425: 57,30 - 2426: 57,29 - 2427: 57,28 - 2428: 57,27 - 2429: 57,23 - 2430: 57,22 - 2431: 57,21 - 2432: 57,20 - 2433: 57,18 - 2434: 57,17 - 2435: 57,15 - 2436: 57,13 - 2437: 57,11 - 2438: 57,10 - 2439: 57,8 - 2440: 57,7 - 2441: 57,5 - 2442: 57,3 - 2443: 57,2 - 2444: 57,0 - 2445: 57,-1 - 2446: 57,4 - 2447: 57,6 - 2448: 57,14 + 2385: 57,64 + 2386: 57,62 + 2387: 57,60 + 2388: 57,63 + 2389: 57,61 + 2390: 57,59 + 2391: 57,58 + 2392: 57,57 + 2393: 57,56 + 2394: 57,55 + 2395: 57,54 + 2396: 57,53 + 2397: 57,51 + 2398: 57,50 + 2399: 57,49 + 2400: 57,48 + 2401: 57,46 + 2402: 57,45 + 2403: 57,43 + 2404: 57,42 + 2405: 57,41 + 2406: 57,38 + 2407: 57,36 + 2408: 57,35 + 2409: 57,34 + 2410: 57,33 + 2411: 57,32 + 2412: 57,30 + 2413: 57,29 + 2414: 57,28 + 2415: 57,27 + 2416: 57,23 + 2417: 57,22 + 2418: 57,21 + 2419: 57,20 + 2420: 57,18 + 2421: 57,17 + 2422: 57,15 + 2423: 57,13 + 2424: 57,11 + 2425: 57,10 + 2426: 57,8 + 2427: 57,7 + 2428: 57,5 + 2429: 57,3 + 2430: 57,2 + 2431: 57,0 + 2432: 57,-1 + 2433: 57,4 + 2434: 57,6 + 2435: 57,14 - node: zIndex: 1 color: '#FED83D50' id: RoadMiddleSolidSplit2 decals: - 2747: 61,-24 - 2748: 62,-24 - 2749: 64,-24 - 2750: 66,-24 - 2751: 67,-24 - 2752: 69,-24 - 2753: 70,-24 - 2754: 76,-24 - 2755: 78,-24 - 2756: 79,-24 - 2757: 81,-24 - 2758: 83,-24 - 2759: 85,-24 - 2760: 86,-24 - 2761: 88,-24 - 2762: 90,-24 - 2763: 91,-24 - 2764: 93,-24 - 2765: 95,-24 - 2766: 97,-24 - 2767: 98,-24 - 2768: 100,-24 - 2769: 102,-24 - 2770: 104,-24 - 2771: 106,-24 - 2772: 107,-24 - 2773: 108,-24 - 2774: 117,-24 - 2775: 119,-24 - 2776: 120,-24 - 2777: 122,-24 - 2778: 124,-24 - 2779: 125,-24 - 2780: 126,-24 - 2781: 109,-24 + 2734: 61,-24 + 2735: 62,-24 + 2736: 64,-24 + 2737: 66,-24 + 2738: 67,-24 + 2739: 69,-24 + 2740: 70,-24 + 2741: 76,-24 + 2742: 78,-24 + 2743: 79,-24 + 2744: 81,-24 + 2745: 83,-24 + 2746: 85,-24 + 2747: 86,-24 + 2748: 88,-24 + 2749: 90,-24 + 2750: 91,-24 + 2751: 93,-24 + 2752: 95,-24 + 2753: 97,-24 + 2754: 98,-24 + 2755: 100,-24 + 2756: 102,-24 + 2757: 104,-24 + 2758: 106,-24 + 2759: 107,-24 + 2760: 108,-24 + 2761: 117,-24 + 2762: 119,-24 + 2763: 120,-24 + 2764: 122,-24 + 2765: 124,-24 + 2766: 125,-24 + 2767: 126,-24 + 2768: 109,-24 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83D50' id: RoadMiddleSolidSplit2 decals: - 2703: 57,-28 - 2704: 57,-30 - 2705: 57,-32 - 2706: 57,-37 - 2707: 57,-43 - 2708: 57,-45 - 2709: 57,-46 - 2710: 57,-48 - 2711: 57,-50 - 2712: 57,-55 - 2713: 57,-56 - 2714: 57,-58 - 2715: 57,-60 - 2716: 57,-61 - 2717: 57,-63 - 2718: 57,-65 - 2719: 57,-72 - 2720: 57,-73 - 2721: 57,-75 - 2722: 57,-77 - 2723: 57,-78 - 2724: 57,-80 - 2725: 57,-82 - 2726: 57,-81 - 2727: 57,-76 - 2728: 57,-74 - 2729: 57,-64 - 2730: 57,-62 - 2731: 57,-54 + 2690: 57,-28 + 2691: 57,-30 + 2692: 57,-32 + 2693: 57,-37 + 2694: 57,-43 + 2695: 57,-45 + 2696: 57,-46 + 2697: 57,-48 + 2698: 57,-50 + 2699: 57,-55 + 2700: 57,-56 + 2701: 57,-58 + 2702: 57,-60 + 2703: 57,-61 + 2704: 57,-63 + 2705: 57,-65 + 2706: 57,-72 + 2707: 57,-73 + 2708: 57,-75 + 2709: 57,-77 + 2710: 57,-78 + 2711: 57,-80 + 2712: 57,-82 + 2713: 57,-81 + 2714: 57,-76 + 2715: 57,-74 + 2716: 57,-64 + 2717: 57,-62 + 2718: 57,-54 - node: color: '#FED83D66' id: RoadMiddleSolidSplit2 decals: - 3608: -7,-6 - 3609: -6,-6 - 3610: -2,-6 - 3611: -3,-6 - 3612: -5,-6 - 3613: -9,-6 - 3614: -11,-6 - 3615: -13,-6 - 3616: -16,-6 - 3617: -24,-6 - 3618: -26,-6 - 3619: -28,-6 - 3620: -30,-6 - 3621: -31,-6 - 3622: -33,-6 - 3623: -35,-6 - 3624: -37,-6 - 3625: -38,-6 - 3626: -40,-6 - 3627: -42,-6 - 3628: -54,-6 - 3629: -56,-6 - 3630: -58,-6 - 3631: -60,-6 - 3632: -61,-6 - 3633: -63,-6 - 3634: -68,-6 - 3635: -70,-6 - 3636: -72,-6 - 3637: -74,-6 - 3638: -76,-6 - 3639: -77,-6 - 3640: -81,-6 - 3641: -83,-6 - 3642: -84,-6 - 3643: -88,-6 - 3644: -89,-6 - 3645: -91,-6 - 3646: -93,-6 - 3647: -94,-6 - 3648: -101,-6 - 3649: -103,-6 - 3650: -105,-6 - 3651: -107,-6 - 3652: -108,-6 - 3653: -110,-6 - 3654: -112,-6 - 3655: -114,-6 - 3656: -115,-6 - 3657: -117,-6 - 3658: -119,-6 - 3659: -120,-6 - 3660: -128,-6 - 3661: -130,-6 - 3662: -132,-6 - 3663: -134,-6 - 3664: -135,-6 - 3665: -137,-6 - 3666: -139,-6 - 3667: -141,-6 - 3668: -143,-6 - 3669: -146,-6 - 3670: -148,-6 - 3671: -149,-6 - 3672: -151,-6 - 3673: -153,-6 - 3674: -154,-6 - 3675: -161,-6 - 3676: -162,-6 - 3677: -164,-6 - 3678: -166,-6 - 3679: -168,-6 - 3680: -169,-6 - 3681: -171,-6 - 3682: -173,-6 - 3683: -175,-6 - 3684: -174,-6 - 3685: -170,-6 - 3686: -163,-6 - 3687: -147,-6 - 3688: -144,-6 - 3689: -142,-6 - 3690: -133,-6 - 3691: -118,-6 - 3692: -109,-6 - 3693: -106,-6 - 3694: -104,-6 - 3695: -92,-6 - 3696: -87,-6 - 3697: -85,-6 - 3698: -86,-6 - 3699: -71,-6 - 3700: -69,-6 - 3701: -62,-6 - 3702: -55,-6 + 3595: -7,-6 + 3596: -6,-6 + 3597: -2,-6 + 3598: -3,-6 + 3599: -5,-6 + 3600: -9,-6 + 3601: -11,-6 + 3602: -13,-6 + 3603: -16,-6 + 3604: -24,-6 + 3605: -26,-6 + 3606: -28,-6 + 3607: -30,-6 + 3608: -31,-6 + 3609: -33,-6 + 3610: -35,-6 + 3611: -37,-6 + 3612: -38,-6 + 3613: -40,-6 + 3614: -42,-6 + 3615: -54,-6 + 3616: -56,-6 + 3617: -58,-6 + 3618: -60,-6 + 3619: -61,-6 + 3620: -63,-6 + 3621: -68,-6 + 3622: -70,-6 + 3623: -72,-6 + 3624: -74,-6 + 3625: -76,-6 + 3626: -77,-6 + 3627: -81,-6 + 3628: -83,-6 + 3629: -84,-6 + 3630: -88,-6 + 3631: -89,-6 + 3632: -91,-6 + 3633: -93,-6 + 3634: -94,-6 + 3635: -101,-6 + 3636: -103,-6 + 3637: -105,-6 + 3638: -107,-6 + 3639: -108,-6 + 3640: -110,-6 + 3641: -112,-6 + 3642: -114,-6 + 3643: -115,-6 + 3644: -117,-6 + 3645: -119,-6 + 3646: -120,-6 + 3647: -128,-6 + 3648: -130,-6 + 3649: -132,-6 + 3650: -134,-6 + 3651: -135,-6 + 3652: -137,-6 + 3653: -139,-6 + 3654: -141,-6 + 3655: -143,-6 + 3656: -146,-6 + 3657: -148,-6 + 3658: -149,-6 + 3659: -151,-6 + 3660: -153,-6 + 3661: -154,-6 + 3662: -161,-6 + 3663: -162,-6 + 3664: -164,-6 + 3665: -166,-6 + 3666: -168,-6 + 3667: -169,-6 + 3668: -171,-6 + 3669: -173,-6 + 3670: -175,-6 + 3671: -174,-6 + 3672: -170,-6 + 3673: -163,-6 + 3674: -147,-6 + 3675: -144,-6 + 3676: -142,-6 + 3677: -133,-6 + 3678: -118,-6 + 3679: -109,-6 + 3680: -106,-6 + 3681: -104,-6 + 3682: -92,-6 + 3683: -87,-6 + 3684: -85,-6 + 3685: -86,-6 + 3686: -71,-6 + 3687: -69,-6 + 3688: -62,-6 + 3689: -55,-6 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83D7F' id: RoadMiddleSolidSplit2 decals: - 2692: 57,-35 - 2693: 57,-34 - 2694: 57,-31 - 2695: 57,-29 - 2696: 57,-27 - 2697: 57,-21 - 2698: 57,-19 - 2699: 57,-17 - 2700: 57,-15 - 2701: 57,-14 - 2702: 57,-12 + 2679: 57,-35 + 2680: 57,-34 + 2681: 57,-31 + 2682: 57,-29 + 2683: 57,-27 + 2684: 57,-21 + 2685: 57,-19 + 2686: 57,-17 + 2687: 57,-15 + 2688: 57,-14 + 2689: 57,-12 - node: color: '#FED83D8B' id: RoadMiddleSolidSplit2 decals: - 2916: 53,-85 - 2917: 51,-85 - 2918: 42,-85 - 2919: 40,-85 - 2920: 39,-85 - 2921: 37,-85 - 2922: 35,-85 - 2923: 34,-85 - 2924: 30,-85 - 2925: 29,-85 - 2926: 27,-85 - 2927: 26,-85 - 2928: 24,-85 - 2929: 22,-85 - 2930: 21,-85 - 2931: 19,-85 - 2932: 17,-85 - 2933: 16,-85 - 2934: 14,-85 - 2935: 13,-85 - 2936: 11,-85 - 2937: 10,-85 - 2938: 8,-85 - 2939: 7,-85 - 2940: 5,-85 - 2941: -4,-85 - 2942: -5,-85 - 2943: -7,-85 - 2944: -8,-85 - 2945: -10,-85 - 2946: -12,-85 - 2947: -14,-85 - 2948: -15,-85 - 2949: -17,-85 - 2950: -18,-85 - 2951: -20,-85 - 2952: -22,-85 - 2953: -24,-85 - 2954: -25,-85 - 2955: -27,-85 - 2956: -28,-85 - 2957: -30,-85 - 2958: -32,-85 - 2959: -34,-85 - 2960: -35,-85 - 2961: -37,-85 - 2962: -39,-85 - 2963: -40,-85 - 2964: -42,-85 - 2965: -44,-85 - 2966: -45,-85 - 2967: -47,-85 - 2968: -49,-85 - 2969: -50,-85 - 2970: -52,-85 - 2971: -54,-85 - 2972: -56,-85 - 2973: -61,-85 - 2974: -62,-85 - 2975: -64,-85 - 2976: -66,-85 - 2977: -68,-85 - 2978: -70,-85 - 2979: -71,-85 - 2980: -73,-85 - 2981: -75,-85 - 2982: -78,-85 - 2983: -79,-85 - 2984: -81,-85 - 2985: -82,-85 - 2986: -84,-85 - 2987: -86,-85 - 2988: -87,-85 - 2989: -89,-85 - 2990: -91,-85 - 2991: -93,-85 - 2992: -99,-85 - 2993: -101,-85 - 2994: -103,-85 - 2995: -104,-85 - 2996: -106,-85 - 2997: -108,-85 - 2998: -110,-85 - 2999: -111,-85 - 3000: -113,-85 - 3001: -115,-85 - 3002: -116,-85 - 3003: -118,-85 - 3004: -120,-85 - 3005: -121,-85 - 3006: -123,-85 - 3007: -125,-85 - 3008: -127,-85 - 3009: -129,-85 - 3010: -130,-85 - 3011: -132,-85 - 3012: -138,-85 - 3013: -140,-85 - 3014: -142,-85 - 3015: -143,-85 - 3016: -145,-85 - 3017: -150,-85 - 3018: -152,-85 - 3019: -154,-85 - 3020: -155,-85 - 3021: -157,-85 - 3022: -159,-85 - 3023: -160,-85 - 3024: -162,-85 - 3025: -164,-85 - 3026: -167,-85 - 3027: -169,-85 - 3028: -171,-85 - 3029: -173,-85 - 3030: -174,-85 - 3031: -176,-85 - 3032: -178,-85 - 3033: -180,-85 - 3034: -182,-85 - 3035: -183,-85 - 3036: -184,-85 - 3037: -166,-85 - 3038: -165,-85 - 3039: -161,-85 - 3040: -156,-85 - 3041: -144,-85 - 3042: -141,-85 - 3043: -128,-85 - 3044: -122,-85 - 3045: -109,-85 - 3046: -105,-85 - 3047: -107,-85 - 3048: -100,-85 - 3049: -90,-85 - 3050: -85,-85 - 3051: -77,-85 - 3052: -76,-85 - 3053: -74,-85 - 3054: -67,-85 - 3055: -65,-85 - 3056: -51,-85 - 3057: -48,-85 - 3058: -43,-85 - 3059: -33,-85 - 3064: 15,-85 - 3065: 20,-85 - 3066: 28,-85 - 3067: 36,-85 - 3068: 41,-85 - 3069: 50,-85 - 3070: 62,-85 - 3071: 64,-85 - 3072: 65,-85 - 3073: 67,-85 - 3074: 69,-85 - 3075: 70,-85 - 3076: 72,-85 - 3077: 73,-85 - 3078: 75,-85 - 3079: 76,-85 - 3080: 78,-85 - 3081: 79,-85 - 3082: 81,-85 - 3083: 83,-85 - 3084: 84,-85 - 3085: 86,-85 - 3086: 90,-85 - 3087: 92,-85 - 3088: 93,-85 - 3089: 95,-85 - 3090: 97,-85 - 3091: 98,-85 - 3092: 100,-85 - 3093: 89,-85 - 3094: 91,-85 - 3095: 94,-85 - 3096: 104,-85 - 3097: 105,-85 - 3098: 107,-85 - 3099: 108,-85 - 3100: 110,-85 - 3101: 111,-85 - 3102: 113,-85 - 3103: 109,-85 - 3104: 116,-85 - 3105: 117,-85 - 3106: 119,-85 - 3107: 120,-85 - 3108: 122,-85 - 3109: 125,-85 - 3110: 126,-85 - 3111: 128,-85 - 3112: 123,-85 - 3113: 124,-85 - 3114: 127,-85 - 3115: 130,-85 - 3116: 132,-85 - 3117: 133,-85 - 3118: 135,-85 - 3119: 137,-85 - 3120: 138,-85 - 3121: 140,-85 - 3122: 139,-85 - 3123: 143,-85 - 3124: 144,-85 - 3125: 146,-85 - 3126: 148,-85 - 3127: 149,-85 - 3128: 151,-85 - 3129: 153,-85 - 3130: 154,-85 - 3131: 156,-85 - 3132: 158,-85 - 3133: 159,-85 - 3134: 161,-85 - 3135: 163,-85 - 3136: 164,-85 - 3137: 166,-85 - 3138: 168,-85 - 3139: 170,-85 - 3140: 171,-85 - 3141: 173,-85 - 3142: 175,-85 - 3143: 176,-85 - 3144: 185,-85 - 3145: 189,-85 - 3146: 190,-85 - 3147: 192,-85 - 3148: 184,-85 - 3149: 194,-85 - 3150: 193,-85 - 3151: 177,-85 - 3152: 174,-85 - 3153: 167,-85 - 3154: 165,-85 - 3155: 162,-85 - 3156: 157,-85 - 3157: 155,-85 - 3158: 152,-85 - 3159: 145,-85 - 3160: 141,-85 - 3161: 136,-85 + 2903: 53,-85 + 2904: 51,-85 + 2905: 42,-85 + 2906: 40,-85 + 2907: 39,-85 + 2908: 37,-85 + 2909: 35,-85 + 2910: 34,-85 + 2911: 30,-85 + 2912: 29,-85 + 2913: 27,-85 + 2914: 26,-85 + 2915: 24,-85 + 2916: 22,-85 + 2917: 21,-85 + 2918: 19,-85 + 2919: 17,-85 + 2920: 16,-85 + 2921: 14,-85 + 2922: 13,-85 + 2923: 11,-85 + 2924: 10,-85 + 2925: 8,-85 + 2926: 7,-85 + 2927: 5,-85 + 2928: -4,-85 + 2929: -5,-85 + 2930: -7,-85 + 2931: -8,-85 + 2932: -10,-85 + 2933: -12,-85 + 2934: -14,-85 + 2935: -15,-85 + 2936: -17,-85 + 2937: -18,-85 + 2938: -20,-85 + 2939: -22,-85 + 2940: -24,-85 + 2941: -25,-85 + 2942: -27,-85 + 2943: -28,-85 + 2944: -30,-85 + 2945: -32,-85 + 2946: -34,-85 + 2947: -35,-85 + 2948: -37,-85 + 2949: -39,-85 + 2950: -40,-85 + 2951: -42,-85 + 2952: -44,-85 + 2953: -45,-85 + 2954: -47,-85 + 2955: -49,-85 + 2956: -50,-85 + 2957: -52,-85 + 2958: -54,-85 + 2959: -56,-85 + 2960: -61,-85 + 2961: -62,-85 + 2962: -64,-85 + 2963: -66,-85 + 2964: -68,-85 + 2965: -70,-85 + 2966: -71,-85 + 2967: -73,-85 + 2968: -75,-85 + 2969: -78,-85 + 2970: -79,-85 + 2971: -81,-85 + 2972: -82,-85 + 2973: -84,-85 + 2974: -86,-85 + 2975: -87,-85 + 2976: -89,-85 + 2977: -91,-85 + 2978: -93,-85 + 2979: -99,-85 + 2980: -101,-85 + 2981: -103,-85 + 2982: -104,-85 + 2983: -106,-85 + 2984: -108,-85 + 2985: -110,-85 + 2986: -111,-85 + 2987: -113,-85 + 2988: -115,-85 + 2989: -116,-85 + 2990: -118,-85 + 2991: -120,-85 + 2992: -121,-85 + 2993: -123,-85 + 2994: -125,-85 + 2995: -127,-85 + 2996: -129,-85 + 2997: -130,-85 + 2998: -132,-85 + 2999: -138,-85 + 3000: -140,-85 + 3001: -142,-85 + 3002: -143,-85 + 3003: -145,-85 + 3004: -150,-85 + 3005: -152,-85 + 3006: -154,-85 + 3007: -155,-85 + 3008: -157,-85 + 3009: -159,-85 + 3010: -160,-85 + 3011: -162,-85 + 3012: -164,-85 + 3013: -167,-85 + 3014: -169,-85 + 3015: -171,-85 + 3016: -173,-85 + 3017: -174,-85 + 3018: -176,-85 + 3019: -178,-85 + 3020: -180,-85 + 3021: -182,-85 + 3022: -183,-85 + 3023: -184,-85 + 3024: -166,-85 + 3025: -165,-85 + 3026: -161,-85 + 3027: -156,-85 + 3028: -144,-85 + 3029: -141,-85 + 3030: -128,-85 + 3031: -122,-85 + 3032: -109,-85 + 3033: -105,-85 + 3034: -107,-85 + 3035: -100,-85 + 3036: -90,-85 + 3037: -85,-85 + 3038: -77,-85 + 3039: -76,-85 + 3040: -74,-85 + 3041: -67,-85 + 3042: -65,-85 + 3043: -51,-85 + 3044: -48,-85 + 3045: -43,-85 + 3046: -33,-85 + 3051: 15,-85 + 3052: 20,-85 + 3053: 28,-85 + 3054: 36,-85 + 3055: 41,-85 + 3056: 50,-85 + 3057: 62,-85 + 3058: 64,-85 + 3059: 65,-85 + 3060: 67,-85 + 3061: 69,-85 + 3062: 70,-85 + 3063: 72,-85 + 3064: 73,-85 + 3065: 75,-85 + 3066: 76,-85 + 3067: 78,-85 + 3068: 79,-85 + 3069: 81,-85 + 3070: 83,-85 + 3071: 84,-85 + 3072: 86,-85 + 3073: 90,-85 + 3074: 92,-85 + 3075: 93,-85 + 3076: 95,-85 + 3077: 97,-85 + 3078: 98,-85 + 3079: 100,-85 + 3080: 89,-85 + 3081: 91,-85 + 3082: 94,-85 + 3083: 104,-85 + 3084: 105,-85 + 3085: 107,-85 + 3086: 108,-85 + 3087: 110,-85 + 3088: 111,-85 + 3089: 113,-85 + 3090: 109,-85 + 3091: 116,-85 + 3092: 117,-85 + 3093: 119,-85 + 3094: 120,-85 + 3095: 122,-85 + 3096: 125,-85 + 3097: 126,-85 + 3098: 128,-85 + 3099: 123,-85 + 3100: 124,-85 + 3101: 127,-85 + 3102: 130,-85 + 3103: 132,-85 + 3104: 133,-85 + 3105: 135,-85 + 3106: 137,-85 + 3107: 138,-85 + 3108: 140,-85 + 3109: 139,-85 + 3110: 143,-85 + 3111: 144,-85 + 3112: 146,-85 + 3113: 148,-85 + 3114: 149,-85 + 3115: 151,-85 + 3116: 153,-85 + 3117: 154,-85 + 3118: 156,-85 + 3119: 158,-85 + 3120: 159,-85 + 3121: 161,-85 + 3122: 163,-85 + 3123: 164,-85 + 3124: 166,-85 + 3125: 168,-85 + 3126: 170,-85 + 3127: 171,-85 + 3128: 173,-85 + 3129: 175,-85 + 3130: 176,-85 + 3131: 185,-85 + 3132: 189,-85 + 3133: 190,-85 + 3134: 192,-85 + 3135: 184,-85 + 3136: 194,-85 + 3137: 193,-85 + 3138: 177,-85 + 3139: 174,-85 + 3140: 167,-85 + 3141: 165,-85 + 3142: 162,-85 + 3143: 157,-85 + 3144: 155,-85 + 3145: 152,-85 + 3146: 145,-85 + 3147: 141,-85 + 3148: 136,-85 - node: angle: 1.5707963267948966 rad color: '#FED83D92' id: RoadMiddleSolidSplit2 decals: - 2522: 1,-11 - 2523: 1,-12 - 2524: 1,-14 - 2525: 1,-17 - 2526: 1,-19 - 2527: 1,-21 - 2528: 1,-23 - 2529: 1,-24 - 2530: 1,-26 - 2531: 1,-28 - 2532: 1,-34 - 2533: 1,-36 - 2534: 1,-38 - 2535: 1,-40 - 2536: 1,-42 - 2537: 1,-43 - 2538: 1,-45 - 2539: 1,-47 - 2540: 1,-49 - 2541: 1,-57 - 2542: 1,-59 - 2543: 1,-61 - 2544: 1,-66 - 2545: 1,-68 - 2546: 1,-70 - 2547: 1,-72 - 2548: 1,-73 - 2549: 1,-75 - 2550: 1,-77 - 2551: 1,-78 - 2552: 1,-80 - 2553: 1,-81 - 2554: 1,-76 - 2555: 1,-71 - 2556: 1,-67 - 2557: 1,-60 - 2558: 1,-56 - 2559: 1,-46 - 2560: 1,-41 - 2561: 1,-39 - 2562: 1,-27 - 2563: 1,-22 - 2564: 1,-18 - 2565: 1,-15 - 2566: 1,-13 + 2509: 1,-11 + 2510: 1,-12 + 2511: 1,-14 + 2512: 1,-17 + 2513: 1,-19 + 2514: 1,-21 + 2515: 1,-23 + 2516: 1,-24 + 2517: 1,-26 + 2518: 1,-28 + 2519: 1,-34 + 2520: 1,-36 + 2521: 1,-38 + 2522: 1,-40 + 2523: 1,-42 + 2524: 1,-43 + 2525: 1,-45 + 2526: 1,-47 + 2527: 1,-49 + 2528: 1,-57 + 2529: 1,-59 + 2530: 1,-61 + 2531: 1,-66 + 2532: 1,-68 + 2533: 1,-70 + 2534: 1,-72 + 2535: 1,-73 + 2536: 1,-75 + 2537: 1,-77 + 2538: 1,-78 + 2539: 1,-80 + 2540: 1,-81 + 2541: 1,-76 + 2542: 1,-71 + 2543: 1,-67 + 2544: 1,-60 + 2545: 1,-56 + 2546: 1,-46 + 2547: 1,-41 + 2548: 1,-39 + 2549: 1,-27 + 2550: 1,-22 + 2551: 1,-18 + 2552: 1,-15 + 2553: 1,-13 - node: zIndex: 1 angle: 1.5707963267948966 rad color: '#FED83DAB' id: RoadMiddleSolidSplit2 decals: - 2619: 60,-41 + 2606: 60,-41 - node: color: '#FFFF0035' id: RoadMiddleSolidSplit2 decals: - 4924: -229,-85 + 4898: -229,-85 - node: color: '#FFFF004B' id: RoadMiddleSolidSplit2 decals: - 4920: -223,-85 - 4921: -225,-85 - 4922: -227,-85 - 4923: -228,-85 + 4894: -223,-85 + 4895: -225,-85 + 4896: -227,-85 + 4897: -228,-85 - node: color: '#FFFF005D' id: RoadMiddleSolidSplit2 @@ -12478,285 +13471,298 @@ entities: color: '#860800FF' id: Rock04 decals: - 4004: -82.06909,-102.03878 + 3991: -82.06909,-102.03878 - node: color: '#FFFFFFFF' id: Rock06 decals: - 6709: 175.90851,130.80156 - 6710: 181.9688,134.10631 - 6711: 187.76494,132.15309 - 6712: 181.05159,128.05438 - 6713: 182.0594,124.937195 - 6714: 185.34065,127.749695 - 6715: 196.93549,127.837875 + 6681: 175.90851,130.80156 + 6682: 181.9688,134.10631 + 6683: 187.76494,132.15309 + 6684: 181.05159,128.05438 + 6685: 182.0594,124.937195 + 6686: 185.34065,127.749695 + 6687: 196.93549,127.837875 - node: color: '#FFFFFFFF' id: Rock07 decals: 461: -196,-136 - 6716: 196.04486,132.73631 - 6717: 194.05267,134.93242 - 6718: 191.02924,139.43544 - 6719: 196.18549,139.06044 - 6720: 189.48236,136.64638 - 6721: 191.87529,132.02745 + 6688: 196.04486,132.73631 + 6689: 194.05267,134.93242 + 6690: 191.02924,139.43544 + 6691: 196.18549,139.06044 + 6692: 189.48236,136.64638 + 6693: 191.87529,132.02745 - node: color: '#452D1DB1' id: Rust decals: - 8561: 88,-21 - 8562: 88,-20 - 8563: 87,-20 - 8564: 87,-21 - 8565: 86,-21 - 8566: 86,-20 - 8567: 85,-20 - 8568: 85,-21 - 8569: 11,-82 - 8570: 11,-81 - 8571: 10,-81 - 8572: 9,-81 - 8573: 8,-81 - 8574: 8,-82 - 8575: 9,-82 - 8576: 10,-82 - 8577: -181,-77 - 8578: -180,-77 - 8579: -180,-78 - 8580: -180,-79 - 8581: -181,-79 - 8582: -181,-78 - 8583: -180,-76 - 8584: -181,-76 - 8585: -163,-3 - 8586: -163,-2 - 8587: -164,-2 - 8588: -165,-2 - 8589: -166,-2 - 8590: -166,-3 - 8591: -165,-3 - 8592: -164,-3 + 8449: 88,-21 + 8450: 88,-20 + 8451: 87,-20 + 8452: 87,-21 + 8453: 86,-21 + 8454: 86,-20 + 8455: 85,-20 + 8456: 85,-21 + 8457: 11,-82 + 8458: 11,-81 + 8459: 10,-81 + 8460: 9,-81 + 8461: 8,-81 + 8462: 8,-82 + 8463: 9,-82 + 8464: 10,-82 + 8465: -181,-77 + 8466: -180,-77 + 8467: -180,-78 + 8468: -180,-79 + 8469: -181,-79 + 8470: -181,-78 + 8471: -180,-76 + 8472: -181,-76 + 8473: -163,-3 + 8474: -163,-2 + 8475: -164,-2 + 8476: -165,-2 + 8477: -166,-2 + 8478: -166,-3 + 8479: -165,-3 + 8480: -164,-3 + - node: + color: '#4A4542DF' + id: Rust + decals: + 9906: 91,1 + 9907: 91,2 + 9908: 92,2 + 9909: 93,2 + 9910: 94,2 + 9911: 94,1 + 9912: 93,1 + 9913: 92,1 - node: color: '#EFB34196' id: WarnFull decals: - 4272: -38,-114 - 4273: -38,-116 - 4274: -38,-116 - 4275: -38,-116 - 4276: -38,-116 - 4277: -38,-114 - 4278: -38,-114 - 4279: -38,-114 - 4280: -38,-114 - 5451: -397,115 - 5452: -396,115 - 5453: -395,115 - 5454: -398,116 - 5455: -398,117 - 5456: -398,118 - 5457: -400,100 + 4248: -38,-114 + 4249: -38,-116 + 4250: -38,-116 + 4251: -38,-116 + 4252: -38,-116 + 4253: -38,-114 + 4254: -38,-114 + 4255: -38,-114 + 4256: -38,-114 + 5425: -397,115 + 5426: -396,115 + 5427: -395,115 + 5428: -398,116 + 5429: -398,117 + 5430: -398,118 + 5431: -400,100 - node: color: '#DDC3A1FF' id: WarnLineE decals: - 8687: -86,-186 - 8688: -86,-185 - 8689: -86,-184 - 8690: -86,-187 - 8691: -86,-188 + 8575: -86,-186 + 8576: -86,-185 + 8577: -86,-184 + 8578: -86,-187 + 8579: -86,-188 - node: color: '#CAA82EA5' id: WoodTrimThinCornerNe decals: - 8937: -107,-156 + 8822: -107,-156 - node: color: '#CAA82EC3' id: WoodTrimThinCornerNe decals: - 8938: -106,-157 - 8939: -108,-152 + 8823: -106,-157 + 8824: -108,-152 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 3977: -51.93586,-129.95808 + 3964: -51.93586,-129.95808 - node: color: '#CAA82EC3' id: WoodTrimThinCornerNw decals: - 8940: -102,-157 - 8941: -101,-156 - 8942: -100,-152 - 8966: -110,-161 + 8825: -102,-157 + 8826: -101,-156 + 8827: -100,-152 + 8851: -110,-161 - node: angle: 1.5707963267948966 rad color: '#FFFF7FFF' id: WoodTrimThinCornerNw decals: - 5953: 208,-48 + 5925: 208,-48 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 3976: -57.04766,-129.95808 + 3963: -57.04766,-129.95808 - node: color: '#CAA82EC3' id: WoodTrimThinCornerSw decals: - 8974: -110,-169 + 8859: -110,-169 - node: angle: 1.5707963267948966 rad color: '#FFFF7FFF' id: WoodTrimThinCornerSw decals: - 5954: 210,-48 + 5926: 210,-48 - node: color: '#CAA82EC3' id: WoodTrimThinInnerNe decals: - 8959: -106,-158 - 8960: -107,-157 - 8961: -108,-156 - 8999: -109,-168 + 8844: -106,-158 + 8845: -107,-157 + 8846: -108,-156 + 8884: -109,-168 - node: color: '#CAA82EC3' id: WoodTrimThinInnerNw decals: - 8956: -100,-156 - 8957: -101,-157 - 8958: -102,-158 - 8998: -105,-168 + 8841: -100,-156 + 8842: -101,-157 + 8843: -102,-158 + 8883: -105,-168 - node: color: '#CAA82EC3' id: WoodTrimThinInnerSe decals: - 9000: -109,-162 + 8885: -109,-162 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe decals: - 1876: -66,-20 + 1875: -66,-20 - node: color: '#CAA82EC3' id: WoodTrimThinInnerSw decals: - 8997: -105,-162 + 8882: -105,-162 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: - 1877: -61,-20 + 1876: -61,-20 - node: color: '#CAA82EC3' id: WoodTrimThinLineE decals: - 8950: -108,-153 - 8951: -108,-154 - 8952: -108,-155 - 8989: -109,-167 - 8990: -109,-166 - 8991: -109,-165 - 8992: -109,-164 - 8993: -109,-163 - 9001: -103,-165 + 8835: -108,-153 + 8836: -108,-154 + 8837: -108,-155 + 8874: -109,-167 + 8875: -109,-166 + 8876: -109,-165 + 8877: -109,-164 + 8878: -109,-163 + 8886: -103,-165 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 1866: -66,-23 - 1867: -66,-22 - 1868: -66,-21 + 1865: -66,-23 + 1866: -66,-22 + 1867: -66,-21 - node: color: '#CAA82EC3' id: WoodTrimThinLineN decals: - 8943: -110,-152 - 8944: -109,-152 - 8945: -105,-158 - 8946: -104,-158 - 8947: -103,-158 - 8948: -99,-152 - 8949: -98,-152 - 8962: -106,-161 - 8963: -107,-161 - 8964: -108,-161 - 8965: -109,-161 - 8981: -108,-168 - 8982: -107,-168 - 8983: -106,-168 + 8828: -110,-152 + 8829: -109,-152 + 8830: -105,-158 + 8831: -104,-158 + 8832: -103,-158 + 8833: -99,-152 + 8834: -98,-152 + 8847: -106,-161 + 8848: -107,-161 + 8849: -108,-161 + 8850: -109,-161 + 8866: -108,-168 + 8867: -107,-168 + 8868: -106,-168 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 3978: -56.13063,-129.94246 - 3979: -55.198505,-129.94246 - 3980: -54.292255,-129.94246 + 3965: -56.13063,-129.94246 + 3966: -55.198505,-129.94246 + 3967: -54.292255,-129.94246 - node: color: '#CAA82EC3' id: WoodTrimThinLineS decals: - 8975: -109,-169 - 8976: -108,-169 - 8977: -107,-169 - 8978: -106,-169 - 8979: -105,-169 - 8980: -104,-169 - 8994: -108,-162 - 8995: -107,-162 - 8996: -106,-162 + 8860: -109,-169 + 8861: -108,-169 + 8862: -107,-169 + 8863: -106,-169 + 8864: -105,-169 + 8865: -104,-169 + 8879: -108,-162 + 8880: -107,-162 + 8881: -106,-162 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 1872: -65,-20 - 1873: -64,-20 - 1874: -63,-20 - 1875: -62,-20 - 6748: 84,-12 - 6749: 85,-12 - 6750: 86,-12 - 6751: 87,-12 - 6752: 88,-12 - 6753: 89,-12 - 6754: 90,-12 - 6755: 91,-12 + 1871: -65,-20 + 1872: -64,-20 + 1873: -63,-20 + 1874: -62,-20 + 6720: 84,-12 + 6721: 85,-12 + 6722: 86,-12 + 6723: 87,-12 + 6724: 88,-12 + 6725: 89,-12 + 6726: 90,-12 + 6727: 91,-12 + 11236: 20,-219 - node: color: '#CAA82EC3' id: WoodTrimThinLineW decals: - 8953: -100,-153 - 8954: -100,-154 - 8955: -100,-155 - 8967: -110,-162 - 8968: -110,-163 - 8969: -110,-165 - 8970: -110,-167 - 8971: -110,-166 - 8972: -110,-164 - 8973: -110,-168 - 8984: -105,-167 - 8985: -105,-166 - 8986: -105,-165 - 8987: -105,-164 - 8988: -105,-163 + 8838: -100,-153 + 8839: -100,-154 + 8840: -100,-155 + 8852: -110,-162 + 8853: -110,-163 + 8854: -110,-165 + 8855: -110,-167 + 8856: -110,-166 + 8857: -110,-164 + 8858: -110,-168 + 8869: -105,-167 + 8870: -105,-166 + 8871: -105,-165 + 8872: -105,-164 + 8873: -105,-163 - node: angle: 1.5707963267948966 rad color: '#FFFF7FFF' id: WoodTrimThinLineW decals: - 5955: 209,-48 + 5927: 209,-48 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: - 1869: -61,-23 - 1870: -61,-22 - 1871: -61,-21 + 1868: -61,-23 + 1869: -61,-22 + 1870: -61,-21 - node: color: '#EFB34194' id: bushsnowa2 @@ -12868,37 +13874,37 @@ entities: 556: -31,-58 559: -26,-59 569: -153,-110 - 574: -206,-108 - 580: -205,-97 - 581: -208,-121 - 583: -173,-128 - 589: -169,-134 - 601: -206,-143 - 613: -207,-148 - 619: -161,-146 - 622: -206,-153 - 624: -205,-157 - 632: -149,-137 - 644: -147,-118 - 648: -148,-105 - 657: -142,-138 - 662: -141,-128 - 663: -140,-123 - 666: -137,-120 - 676: -202,-96 - 691: -153,-93 - 703: -211,-148 - 714: -212,-123 - 715: -210,-121 - 723: -212,-110 - 737: -217,-129 - 738: -223,-127 - 742: -224,-116 - 745: -218,-114 - 752: -214,-153 - 753: -212,-153 - 764: -214,-91 - 766: -209,-91 + 573: -206,-108 + 579: -205,-97 + 580: -208,-121 + 582: -173,-128 + 588: -169,-134 + 600: -206,-143 + 612: -207,-148 + 618: -161,-146 + 621: -206,-153 + 623: -205,-157 + 631: -149,-137 + 643: -147,-118 + 647: -148,-105 + 656: -142,-138 + 661: -141,-128 + 662: -140,-123 + 665: -137,-120 + 675: -202,-96 + 690: -153,-93 + 702: -211,-148 + 713: -212,-123 + 714: -210,-121 + 722: -212,-110 + 736: -217,-129 + 737: -223,-127 + 741: -224,-116 + 744: -218,-114 + 751: -214,-153 + 752: -212,-153 + 763: -214,-91 + 765: -209,-91 - node: color: '#EFB34194' id: bushsnowa3 @@ -13104,83 +14110,82 @@ entities: 562: -19,-64 563: -16,-63 566: -12,-59 - 571: -155,-100 - 573: -207,-109 - 578: -203,-112 - 582: -202,-127 - 586: -203,-134 - 588: -201,-133 - 590: -166,-132 - 591: -164,-135 - 593: -163,-136 - 595: -157,-134 - 603: -202,-137 - 610: -160,-141 - 611: -157,-137 - 612: -153,-143 - 615: -205,-146 - 618: -172,-146 - 621: -207,-154 - 625: -201,-159 - 626: -145,-154 - 628: -146,-151 - 631: -150,-138 - 633: -150,-129 - 634: -148,-134 - 637: -145,-135 - 639: -151,-123 - 640: -146,-127 - 641: -152,-113 - 646: -145,-113 - 650: -137,-158 - 653: -143,-147 - 656: -140,-149 - 660: -140,-130 - 661: -138,-130 - 664: -139,-125 - 665: -144,-117 - 669: -139,-108 - 670: -138,-107 - 671: -137,-111 - 672: -137,-109 - 674: -138,-101 - 680: -190,-95 - 682: -188,-95 - 683: -188,-94 - 687: -170,-93 - 688: -169,-90 - 689: -158,-93 - 690: -154,-91 - 693: -145,-94 - 695: -139,-95 - 696: -137,-95 - 698: -215,-148 - 699: -213,-149 - 700: -212,-151 - 702: -211,-152 - 704: -215,-140 - 707: -215,-130 - 709: -209,-132 - 711: -215,-126 - 712: -214,-121 - 713: -212,-127 - 717: -213,-120 - 718: -213,-117 - 727: -215,-100 - 732: -221,-138 - 734: -224,-133 - 739: -222,-124 - 741: -219,-128 - 743: -223,-116 - 746: -224,-112 - 748: -221,-109 - 749: -219,-105 - 751: -219,-99 - 754: -209,-157 - 757: -222,-153 - 759: -218,-157 - 760: -218,-155 - 763: -214,-94 + 572: -207,-109 + 577: -203,-112 + 581: -202,-127 + 585: -203,-134 + 587: -201,-133 + 589: -166,-132 + 590: -164,-135 + 592: -163,-136 + 594: -157,-134 + 602: -202,-137 + 609: -160,-141 + 610: -157,-137 + 611: -153,-143 + 614: -205,-146 + 617: -172,-146 + 620: -207,-154 + 624: -201,-159 + 625: -145,-154 + 627: -146,-151 + 630: -150,-138 + 632: -150,-129 + 633: -148,-134 + 636: -145,-135 + 638: -151,-123 + 639: -146,-127 + 640: -152,-113 + 645: -145,-113 + 649: -137,-158 + 652: -143,-147 + 655: -140,-149 + 659: -140,-130 + 660: -138,-130 + 663: -139,-125 + 664: -144,-117 + 668: -139,-108 + 669: -138,-107 + 670: -137,-111 + 671: -137,-109 + 673: -138,-101 + 679: -190,-95 + 681: -188,-95 + 682: -188,-94 + 686: -170,-93 + 687: -169,-90 + 688: -158,-93 + 689: -154,-91 + 692: -145,-94 + 694: -139,-95 + 695: -137,-95 + 697: -215,-148 + 698: -213,-149 + 699: -212,-151 + 701: -211,-152 + 703: -215,-140 + 706: -215,-130 + 708: -209,-132 + 710: -215,-126 + 711: -214,-121 + 712: -212,-127 + 716: -213,-120 + 717: -213,-117 + 726: -215,-100 + 731: -221,-138 + 733: -224,-133 + 738: -222,-124 + 740: -219,-128 + 742: -223,-116 + 745: -224,-112 + 747: -221,-109 + 748: -219,-105 + 750: -219,-99 + 753: -209,-157 + 756: -222,-153 + 758: -218,-157 + 759: -218,-155 + 762: -214,-94 - node: color: '#EFB34194' id: bushsnowb3 @@ -13196,46 +14201,51 @@ entities: color: '#89FF4EFF' id: corgi decals: - 4340: -158.98544,-25.083067 + 4316: -158.98544,-25.083067 - node: color: '#4633CCAA' id: cyka decals: - 4289: -185.9363,-17.16011 + 4265: -185.9363,-17.16011 - node: cleanable: True color: '#4633CCAA' id: cyka decals: - 4290: -185.56992,-20.725767 + 4266: -185.56992,-20.725767 - node: cleanable: True color: '#893B4E63' id: cyka decals: - 4339: -160.00107,-24.067442 + 4315: -160.00107,-24.067442 - node: cleanable: True angle: 5.253441048502932 rad color: '#DABC8BFF' id: end decals: - 9733: 78.62721,-106.46233 + 9590: 78.62721,-106.46233 - node: color: '#EFB34194' id: grasssnow03 decals: - 1215: 111,128 - 1453: 38,132 - 1486: 55,123 - 2332: 144,46 - 3527: -58,-156 - 4102: -31,-103 - 5294: -257,-123 - 5681: -179,-203 - 7166: -106,203 - 9889: 183,-5 - 47461: 112,-114 + 1214: 111,128 + 1452: 38,132 + 1485: 55,123 + 2319: 144,46 + 3514: -58,-156 + 4089: -31,-103 + 5268: -257,-123 + 5653: -179,-203 + 7138: -106,203 + 9746: 183,-5 + 9825: 112,-114 + 10015: 266,96 + 10243: 286,154 + 10972: -394,107 + 11155: 16,-210 + 11203: -35,-161 - node: color: '#EFB34194' id: grasssnow04 @@ -13328,1147 +14338,1354 @@ entities: 554: -40,-61 561: -20,-57 570: -156,-97 - 575: -205,-112 - 577: -204,-109 - 584: -206,-132 - 594: -160,-133 - 596: -157,-133 - 597: -157,-132 - 598: -156,-136 - 599: -154,-135 - 623: -205,-160 - 642: -151,-115 - 645: -145,-118 - 649: -138,-154 - 652: -143,-151 - 673: -141,-100 - 677: -202,-90 - 678: -197,-93 - 679: -194,-93 - 681: -189,-96 - 684: -187,-96 - 692: -149,-92 - 694: -140,-93 - 697: -216,-146 - 701: -212,-150 - 708: -214,-135 - 716: -216,-113 - 725: -210,-107 - 730: -222,-151 - 731: -221,-150 - 733: -219,-142 - 735: -221,-133 - 736: -219,-131 - 744: -221,-116 - 750: -217,-112 - 761: -224,-90 - 762: -220,-93 - 776: -206,-120 - 783: -171,-135 - 791: -155,-142 - 804: -210,-133 - 815: -214,-96 - 817: -204,-92 - 837: -151,-135 - 840: -148,-124 - 856: 87,123 - 857: 87,124 - 860: 94,118 - 873: 102,109 - 874: 103,108 - 877: 98,114 - 881: 101,114 - 885: 98,120 - 886: 99,121 - 895: 104,102 - 900: 111,100 - 904: 110,108 - 913: 110,117 - 915: 104,126 - 926: 99,92 - 933: 109,94 - 934: 80,83 - 937: 88,82 - 938: 91,87 - 940: 97,85 - 948: 108,86 - 962: 114,100 - 964: 116,99 - 968: 115,108 - 972: 119,104 - 975: 115,112 - 989: 80,78 - 997: 88,79 - 1007: 96,78 - 1015: 105,73 - 1016: 109,73 - 1019: 112,78 - 1026: 118,73 - 1048: 127,96 - 1050: 120,110 - 1051: 121,105 - 1052: 122,108 - 1053: 125,110 - 1056: 123,115 - 1059: 125,126 - 1066: 93,70 - 1071: 106,64 - 1072: 110,70 - 1073: 112,64 - 1082: 131,80 - 1097: 128,110 - 1098: 130,106 - 1104: 132,116 - 1109: 128,126 - 1114: 136,70 - 1121: 140,77 - 1132: 140,92 - 1136: 138,96 - 1142: 142,102 - 1148: 136,112 - 1153: 139,116 - 1161: 139,120 - 1165: 147,76 - 1172: 148,90 - 1188: 148,118 - 1194: 80,134 - 1199: 90,134 - 1213: 108,132 - 1216: 113,129 - 1222: 118,133 - 1224: 126,128 - 1227: 127,131 - 1230: 80,2 - 1231: 80,14 - 1254: 78,20 - 1255: 79,19 - 1258: 94,-28 - 1259: 95,-29 - 1264: 64,1 - 1285: 119,-37 - 1290: 114,-47 - 1291: 115,-45 - 1296: 62,5 - 1303: 50,17 - 1305: 51,19 - 1307: 36,148 - 1322: 55,156 - 1339: 36,170 - 1343: 44,173 - 1345: 46,172 - 1351: 54,171 - 1362: 25,163 - 1367: 24,170 - 1374: 30,182 - 1376: 33,180 - 1379: 37,178 - 1388: 47,179 - 1394: 54,176 - 1395: 24,143 - 1405: 32,142 - 1410: 48,142 - 1415: 17,138 - 1421: 19,144 - 1431: 20,165 - 1434: 16,174 - 1452: 36,130 - 1455: 48,130 - 1466: 25,127 - 1468: 32,126 - 1471: 37,120 - 1472: 37,123 - 1479: 46,123 - 1480: 50,126 - 1482: 51,126 - 1489: 10,124 - 1501: 12,146 - 1504: 10,156 - 1518: 9,179 - 1532: 3,131 - 1539: 2,143 - 1540: 3,143 - 1548: 5,146 - 1559: 4,162 - 1561: 5,166 - 1565: 7,172 - 1566: 0,182 - 1569: 4,180 - 1571: 6,182 - 1579: 57,131 - 1595: 61,154 - 1596: 63,153 - 1607: 59,179 - 1611: 64,126 - 1613: 65,122 - 1625: 66,143 - 1637: 68,155 - 1647: 68,170 - 1654: 0,190 - 1670: 23,187 - 1671: 23,188 - 1673: 26,185 - 1680: 34,184 - 1690: -21,-40 - 1692: -21,-38 - 1693: -24,-26 - 1703: -14,15 - 1708: 1,13 - 1711: 4,10 - 1713: 4,15 - 1715: 7,15 - 1728: -37,23 - 1734: -28,20 - 1744: -17,16 - 1747: -11,22 - 1752: -6,16 - 1761: 3,17 - 1768: 10,22 - 1773: 16,19 - 1775: 18,19 - 1777: 19,16 - 1797: 8,26 - 1798: 10,28 - 1849: -60,-54 - 1850: -57,-53 - 1853: -52,-54 - 1857: -47,-54 - 1858: -46,-56 - 1880: -70,-52 - 1882: -66,-56 - 1886: -70,-48 - 1908: -80,-30 - 1914: -80,-18 - 1919: -81,-56 - 1921: -88,-48 - 1926: -85,-40 - 1928: -81,-37 - 1948: -94,-40 - 1958: -90,-30 - 1963: -89,-21 - 1971: -91,6 - 1972: -90,4 - 1975: -94,11 - 1979: -91,9 - 1989: -77,15 - 1996: -70,12 - 2003: -103,-55 - 2008: -98,-51 - 2012: -98,-45 - 2016: -101,-35 - 2031: -102,-16 - 2042: -104,15 - 2046: -101,8 - 2078: -1,68 - 2080: -6,76 - 2086: -13,62 - 2097: -14,72 - 2105: -22,60 - 2112: -21,67 - 2119: -21,79 - 2122: -19,74 - 2126: -32,67 - 2132: -28,74 - 2134: -27,73 - 2135: -26,72 - 2139: -38,76 - 2154: -46,72 - 2167: -51,59 - 2178: -52,78 - 2182: -59,21 - 2186: -64,62 - 2189: -61,63 - 2191: -61,64 - 2200: -60,74 - 2201: -60,79 - 2207: 96,30 - 2210: 98,28 - 2211: 99,31 - 2225: 89,35 - 2229: 94,36 - 2248: 138,28 - 2250: 142,27 - 2258: 141,37 - 2267: 93,46 - 2285: 135,44 - 2287: 137,41 - 2295: 149,-21 - 2305: 151,-5 - 2311: 149,8 - 2313: 146,23 - 2314: 147,16 - 2316: 147,23 - 2318: 149,22 - 2346: 156,-12 - 2352: 157,-3 - 2364: 155,8 - 2369: 154,16 - 2386: 153,35 - 2391: 152,42 - 3188: -102,-125 - 3192: -99,-122 - 3193: -91,-122 - 3207: -91,-136 - 3209: -86,-134 - 3210: -86,-132 - 3218: -77,-144 - 3226: -93,-157 - 3229: -93,-161 - 3274: -72,-142 - 3279: -69,-137 - 3285: -69,-131 - 3286: -68,-132 - 3290: -71,-125 - 3345: -111,-124 - 3361: -117,-140 - 3363: -116,-138 - 3370: -119,-125 - 3377: -127,-172 - 3380: -124,-172 - 3388: -122,-156 - 3390: -128,-152 - 3391: -128,-146 - 3394: -127,-140 - 3398: -123,-140 - 3402: -125,-129 - 3421: -123,-179 - 3426: -116,-179 - 3429: -109,-180 - 3434: -93,-181 - 3450: -67,-178 - 3454: -126,-113 - 3457: -124,-118 - 3461: -118,-119 - 3467: -111,-119 - 3473: -103,-119 - 3481: -89,-116 - 3483: -85,-120 - 3485: -83,-118 - 3487: -80,-114 - 3490: -74,-114 - 3494: -70,-116 - 3500: -61,-177 - 3501: -60,-182 - 3503: -58,-182 - 3512: -59,-174 - 3525: -60,-158 - 3531: -57,-148 - 3535: -60,-140 - 3538: -64,-130 - 3544: -64,-121 - 3550: -62,-113 - 3552: -60,-118 - 3553: -59,-120 - 3805: 138,-106 - 3806: 140,-111 - 3807: 140,-105 - 3810: 136,-102 - 3813: 138,-100 - 3821: 131,-111 - 3826: 131,-103 - 3828: 133,-104 - 3835: 132,-94 - 3843: 122,-97 - 3852: 120,-78 - 3854: 122,-80 - 3855: 123,-73 - 3859: 132,-76 - 3862: 138,-77 - 3872: 128,-66 - 3873: 129,-71 - 3874: 129,-70 - 3875: 130,-72 - 3877: 131,-68 - 3887: 141,-66 - 3894: 121,-59 - 3910: 138,-63 - 3911: 144,-62 - 3916: 122,-52 - 3926: 144,-50 - 3930: 147,-52 - 3932: 151,-56 - 3938: 158,-51 - 3945: 168,-49 - 3948: 177,-52 - 3958: 127,-113 - 3964: 132,-118 - 3966: 132,-113 - 3968: 138,-119 - 3975: 146,-120 - 3987: -70,-103 - 3996: -62,-104 - 3999: -59,-98 - 4025: -55,-94 - 4027: -54,-96 - 4036: -41,-120 - 4044: -41,-101 - 4054: -38,-135 - 4057: -33,-134 - 4074: -36,-94 - 4078: -33,-93 - 4079: -30,-136 - 4094: -28,-109 - 4111: -32,-93 - 4112: -27,-91 - 4125: -48,-139 - 4131: -38,-144 - 4134: -32,-138 - 4140: -22,-138 - 4144: -17,-144 - 4146: -17,-141 - 4149: -22,-132 - 4150: -21,-136 - 4151: -21,-131 - 4155: -22,-128 - 4156: -22,-121 - 4158: -21,-124 - 4168: -18,-118 - 4173: -23,-109 - 4174: -20,-110 - 4175: -19,-106 - 4181: -18,-100 - 4183: -23,-95 - 4190: -55,-151 - 4192: -55,-147 - 4194: -49,-152 - 4197: -48,-146 - 4199: -47,-146 - 4201: -45,-145 - 4214: -30,-145 - 4216: -28,-150 - 4219: -25,-145 - 4221: -20,-150 - 4223: -18,-148 - 4228: -13,-148 - 4231: -9,-152 - 4234: -16,-139 - 4240: -10,-136 - 4255: -9,-116 - 4362: 167,47 - 4383: 154,50 - 4385: 158,54 - 4387: 192,46 - 4389: 196,42 - 4393: 196,49 - 4394: 196,52 - 4403: 155,56 - 4421: 170,71 - 4426: 181,70 - 4432: 153,77 - 4454: 181,78 - 4470: 198,74 - 4473: 201,47 - 4477: 205,42 - 4480: 200,48 - 4482: 202,55 - 4483: 204,54 - 4491: 203,56 - 4493: 205,59 - 4496: 202,69 - 4498: 204,64 - 4502: 201,78 - 4520: 151,60 - 4521: 160,37 - 4524: 181,34 - 4542: 205,37 - 4545: 171,24 - 4549: 186,25 - 4590: 176,14 - 4591: 179,15 - 4600: 209,42 - 4611: 214,52 - 4616: 215,57 - 4617: 215,59 - 4628: 209,74 - 4629: 210,72 - 4632: 214,75 - 4657: 193,90 - 4676: 171,88 - 4677: 174,92 - 4683: 212,33 - 4688: 180,100 - 4691: 194,97 - 4724: 217,63 - 4725: 218,63 - 4729: 222,62 - 4732: 216,64 - 4739: 218,74 - 4741: 219,72 - 4747: 218,89 - 4750: 221,94 - 4751: 221,95 - 4758: 222,100 - 4774: 225,49 - 4776: 230,53 - 4777: 224,62 - 4779: 225,58 - 4793: 230,68 - 4807: 224,95 - 4808: 225,94 - 4812: 227,95 - 4814: 228,92 - 4817: 231,88 - 4842: 238,53 - 4857: 237,71 - 4859: 232,79 - 4864: 237,74 - 4866: 239,74 - 4873: 235,84 - 4874: 236,86 - 4884: 238,93 - 4950: 6,-62 - 4959: 14,-90 - 4966: -22,-42 - 4970: -19,-79 - 4972: -17,-77 - 4974: -17,-75 - 4977: -19,-57 - 4978: -18,-58 - 4980: -19,-55 - 4981: -19,-51 - 4986: 30,-91 - 4989: 37,-90 - 4998: -29,-57 - 5000: -32,-50 - 5038: 68,106 - 5042: 71,108 - 5050: 73,105 - 5056: 76,114 - 5063: 77,126 - 5083: 60,84 - 5085: 69,82 - 5087: 76,82 - 5093: 62,72 - 5100: 71,75 - 5102: 71,79 - 5104: 74,72 - 5115: 67,63 - 5119: 74,60 - 5126: 87,59 - 5134: 101,56 - 5145: 119,59 - 5150: -224,-66 - 5152: -223,-70 - 5158: -223,-76 - 5170: -238,-70 - 5172: -236,-66 - 5173: -235,-71 - 5188: -235,-105 - 5193: -229,-105 - 5194: -227,-112 - 5202: -238,-120 - 5211: -229,-120 - 5234: -247,-67 - 5238: -242,-72 - 5241: -254,-113 - 5244: -249,-117 - 5252: -256,-74 - 5254: -252,-77 - 5258: -256,-66 - 5263: -256,-126 - 5266: -253,-125 - 5284: -219,-122 - 5306: -262,-97 - 5307: -261,-104 - 5315: -257,-76 - 5325: -209,-77 - 5351: -167,-78 - 5353: -165,-76 - 5358: -156,-77 - 5363: -195,-74 - 5368: -266,-123 - 5369: -265,-125 - 5371: -272,-114 - 5389: -265,-100 - 5395: -265,-67 - 5399: -271,-129 - 5418: -245,-136 - 5429: -227,-131 - 5460: 48,-58 - 5466: 63,-64 - 5472: -141,-148 - 5491: -143,-118 - 5492: -143,-114 - 5502: -141,-98 - 5521: 64,30 - 5537: -214,-215 - 5540: -212,-203 - 5547: -210,-197 - 5554: -213,-188 - 5560: -209,-184 - 5563: -216,-169 - 5564: -215,-173 - 5568: -207,-220 - 5580: -205,-208 - 5591: -207,-191 - 5595: -202,-187 - 5597: -208,-178 - 5613: -198,-212 - 5618: -199,-205 - 5619: -198,-208 - 5625: -192,-221 - 5627: -190,-223 - 5630: -189,-217 - 5634: -186,-220 - 5636: -185,-221 - 5649: -188,-204 - 5654: -183,-223 - 5656: -182,-224 - 5675: -182,-201 - 5679: -180,-202 - 5692: -175,-214 - 5693: -174,-209 - 5695: -170,-209 - 5706: -167,-221 - 5708: -163,-219 - 5709: -162,-224 - 5710: -162,-220 - 5725: -164,-204 - 5738: -153,-213 - 5748: -212,-165 - 5756: -201,-164 - 5762: -150,-215 - 5763: -150,-209 - 5772: -145,-205 - 5778: 43,15 - 5785: 32,14 - 5786: 36,10 - 5787: 39,15 - 5789: 36,20 - 5800: 27,23 - 5802: 24,29 - 5806: 30,28 - 5830: 71,35 - 5831: 73,33 - 5833: 74,32 - 5850: 164,-45 - 5853: 136,-42 - 5864: 148,-38 - 5869: 154,-39 - 5876: 162,-40 - 5877: 163,-36 - 5883: 129,-47 - 5885: 129,-38 - 5896: 140,-28 - 5903: 153,-29 - 5909: 165,-26 - 5911: 166,-30 - 5921: 166,-12 - 5922: 160,-2 - 5926: 165,-8 - 5927: 165,-5 - 5933: 164,2 - 5934: 164,6 - 5935: 166,4 - 5940: 124,-44 - 5958: 100,-54 - 5961: 102,-56 - 5966: 109,-54 - 5968: 112,-50 - 5970: 114,-56 - 5980: 90,-52 - 5981: 91,-56 - 5983: 88,-64 - 5992: 100,-62 - 5994: 101,-61 - 5995: 101,-58 - 5996: 102,-64 - 6020: 82,-56 - 6041: 95,-71 - 6046: 98,-72 - 6048: 99,-68 - 6049: 101,-72 - 6052: 104,-70 - 6055: 106,-68 - 6062: 115,-66 - 6063: 116,-70 - 6064: 116,-66 - 6072: 74,-69 - 6073: 75,-72 - 6075: 77,-69 - 6083: 74,-55 - 6104: 147,175 - 6111: 154,185 - 6114: 145,201 - 6136: 138,160 - 6140: 137,179 - 6148: 183,155 - 6153: 176,206 - 6170: 131,153 - 6177: 134,164 - 6182: 135,171 - 6185: 132,179 - 6186: 133,181 - 6189: 131,206 - 6193: 129,212 - 6194: 140,215 - 6196: 142,212 - 6198: 143,208 - 6202: 147,208 - 6206: 155,215 - 6213: 164,212 - 6215: 165,212 - 6217: 169,211 - 6223: 122,204 - 6229: 128,222 - 6232: 132,219 - 6235: 137,218 - 6237: 142,220 - 6244: 155,221 - 6247: 160,222 - 6262: 175,219 - 6265: 179,222 - 6270: 142,144 - 6280: 159,148 - 6286: 192,158 - 6296: 196,180 - 6305: -40,-58 - 6328: -45,-64 - 6337: -53,-76 - 6349: -53,-72 - 6355: -54,-59 - 6358: -54,-32 - 6359: -64,-74 - 6366: -60,-76 - 6370: -64,-66 - 6371: -63,-71 - 6379: -59,-59 - 6411: -77,-80 - 6413: -75,-74 - 6417: -75,-71 - 6419: -74,-72 - 6423: -76,-60 - 6427: -74,-59 - 6430: -81,-80 - 6432: -81,-77 - 6435: -87,-71 - 6438: -86,-68 - 6439: -82,-69 - 6447: -84,-60 - 6448: -81,-64 - 6458: -94,-72 - 6463: -91,-66 - 6465: -90,-65 - 6480: -102,-71 - 6481: -102,-65 - 6486: -97,-70 - 6491: -97,-60 - 6500: 98,138 - 6501: 99,139 - 6503: 102,136 - 6508: 99,149 - 6515: 97,154 - 6516: 97,156 - 6517: 98,152 - 6525: 99,164 - 6537: 93,139 - 6538: 94,141 - 6542: 91,147 - 6543: 91,151 - 6549: 91,157 - 6566: 97,177 - 6568: 82,136 - 6570: 83,140 - 6573: 83,144 - 6574: 85,150 - 6584: 80,174 - 6585: 81,170 - 6586: 82,172 - 6595: 86,180 - 6597: 72,134 - 6620: 76,164 - 6627: 77,170 - 6630: 72,176 - 6632: 74,183 - 6638: 51,112 - 6642: 54,116 - 6646: 46,117 - 6648: 47,115 - 6655: 38,116 - 6663: -221,-210 - 6664: -217,-213 - 6669: -219,-206 - 6672: -222,-200 - 6677: -219,-194 - 6684: -222,-188 - 6686: -217,-189 - 6697: -220,-172 - 6699: -224,-162 - 6707: -218,-158 - 6763: 160,142 - 6764: 170,137 - 6765: 171,143 - 6766: 175,138 - 6769: 179,143 - 6778: 202,160 - 6787: -146,-75 - 6790: -194,-68 - 6795: -189,-65 - 6797: -188,-69 - 6809: -168,-65 - 6815: -160,-66 - 6819: -155,-72 - 6824: -150,-68 - 6830: -208,-58 - 6836: -193,-64 - 6838: -193,-61 - 6846: -182,-62 - 6856: -161,-59 - 6861: -156,-62 - 6864: -154,-64 - 6865: -154,-60 - 6866: -151,-63 - 6872: -214,-64 - 6890: -207,-54 - 6900: -188,-54 - 6904: -183,-50 - 6905: -182,-55 - 6909: -170,-53 - 6911: -168,-50 - 6912: -168,-49 - 6914: -166,-52 - 6915: -165,-56 - 6919: -160,-50 - 6930: -151,-55 - 6935: -147,-54 - 6945: -80,181 - 6947: -77,176 - 6951: -80,189 - 6952: -80,190 - 6954: -79,191 - 6955: -75,185 - 6968: -79,204 - 6974: -82,180 - 6985: -86,192 - 6987: -86,199 - 7013: -91,198 - 7034: -78,168 - 7038: -74,171 - 7040: -73,168 - 7060: -92,211 - 7068: -81,208 - 7072: -75,214 - 7089: -104,157 - 7094: -100,166 - 7095: -100,167 - 7096: -99,161 - 7123: -98,205 - 7131: -111,155 - 7138: -106,167 - 7144: -108,170 - 7161: -112,206 - 7171: -120,154 - 7174: -118,156 - 7180: -120,175 - 7182: -113,169 - 7184: -118,179 - 7185: -116,178 - 7193: -118,193 - 7197: -120,214 - 7214: -66,173 - 7217: -70,176 - 7224: -69,191 - 7226: -67,190 - 7242: -71,210 - 7243: -70,209 - 7246: -68,212 - 7248: -64,158 - 7249: -64,163 - 7258: -57,203 - 7260: -57,207 - 7277: -102,217 - 7284: -94,216 - 7285: -93,220 - 7297: -77,222 - 7317: -123,152 - 7326: -124,162 - 7332: -124,170 - 7336: -124,180 - 7339: -128,190 - 7340: -127,185 - 7342: -126,184 - 7344: -125,188 - 7359: -127,209 - 7362: -127,218 - 7370: 154,108 - 7381: 177,106 - 7383: 179,108 - 7388: 200,111 - 7391: 201,109 - 7394: 208,105 - 7397: 209,110 - 7399: 211,111 - 7411: 174,116 - 7412: 175,115 - 7420: 184,114 - 7421: 185,113 - 7432: 201,115 - 7436: 208,117 - 7442: 201,125 - 7444: 205,126 - 7464: 211,144 - 7473: 215,155 - 7482: 218,108 - 7485: 217,114 - 7499: 222,133 - 7519: 223,163 - 7534: 24,118 - 7544: 34,111 - 7546: 38,104 - 7548: 50,104 - 7550: 9,97 - 7552: 10,96 - 7557: 12,100 - 7559: 13,101 - 7561: 31,99 - 7565: 37,102 - 7567: 38,98 - 7576: 48,98 - 7578: 49,100 - 7629: 33,-134 - 7641: 38,-124 - 7647: 37,-119 - 7662: 26,-144 - 7669: 26,-129 - 7677: 24,-113 - 7681: 27,-120 - 7686: 24,-110 - 7694: 36,-100 - 7703: 46,-139 - 7705: 47,-141 - 7721: 41,-115 - 7726: 44,-106 - 7728: 46,-99 - 7735: 53,-138 - 7737: 50,-130 - 7740: 52,-134 - 7750: 51,-113 - 7766: 58,-135 - 7782: 61,-102 - 7785: 65,-134 - 7789: 71,-127 - 7793: 65,-108 - 7795: 64,-98 - 7800: 72,-137 - 7810: 75,-136 - 7814: 72,-122 - 7825: 78,-101 - 7828: 73,-95 - 7855: 54,-149 - 7859: 59,-152 - 7865: 71,-148 - 7867: 75,-145 - 7879: 85,-143 - 7880: 85,-138 - 7887: 85,-135 - 7901: 83,-112 - 7908: 84,-95 - 7912: 18,-152 - 7914: 21,-149 - 7916: 22,-146 - 7931: 23,-133 - 7934: 16,-122 - 7941: 16,-114 - 7954: 19,-105 - 7958: 22,-110 - 7959: 16,-98 - 7972: -161,35 - 7973: -160,35 - 7974: -155,37 - 7979: -151,33 - 7990: -187,70 - 7994: -147,71 - 8007: -188,74 - 8008: -185,75 - 8010: -183,74 - 8015: -151,77 - 8016: -147,73 - 8017: -147,77 - 8026: -192,86 - 8030: -184,80 - 8034: -173,87 - 8040: -155,84 - 8046: -150,86 - 8048: -147,80 - 8062: -184,90 - 8063: -182,90 - 8064: -182,92 - 8068: -176,93 - 8069: -176,94 - 8083: -157,95 - 8088: -149,88 - 8094: -201,27 - 8099: -204,35 - 8100: -203,34 - 8102: -206,40 - 8104: -205,44 - 8105: -204,43 - 8109: -201,40 - 8114: -203,54 - 8119: -203,57 - 8121: -202,56 - 8126: -202,69 - 8129: -208,78 - 8154: -140,36 - 8158: -141,44 - 8163: -142,72 - 8167: -144,81 - 8429: -167,13 - 8432: -162,13 - 8433: -166,16 - 8434: -165,23 - 8440: -175,9 - 8447: -169,8 - 8448: -173,16 - 8458: -192,7 - 8461: -187,6 - 8465: -187,8 - 8475: -204,5 - 8478: -208,14 - 8483: -202,14 - 8485: -203,22 - 8486: -202,20 - 8489: -192,-2 - 8505: -211,5 - 8511: -216,30 - 8515: -216,38 - 8522: -209,51 - 8528: -214,60 - 8531: -148,18 - 8543: -150,7 - 8548: -214,-6 - 8550: -214,-4 - 8558: -205,-4 - 8657: -112,-190 - 8658: -111,-191 - 8700: -107,-199 - 8706: -95,-198 - 8715: -119,-207 - 8724: -107,-207 - 8725: -107,-202 - 8730: -95,-207 - 8745: -81,-205 - 8749: -75,-202 - 8755: -66,-196 - 8761: -66,-188 - 8776: -61,-193 - 8786: -52,-202 - 8804: -52,-178 - 8809: -50,-171 - 8814: -54,-164 - 8820: -51,-155 - 8824: -87,19 - 8827: -84,22 - 8838: -82,29 - 8851: -79,39 - 8852: -82,44 - 8855: -79,42 - 8856: -78,40 - 8860: -74,43 - 8877: -93,31 - 8878: -92,28 - 8880: -91,30 - 8882: -96,32 - 8895: -104,18 - 8913: -98,37 - 8914: -97,35 - 8916: -104,42 - 9301: 10,65 - 9305: 15,76 - 9313: 14,84 - 9320: 47,80 - 9322: 76,54 - 9323: 77,53 - 9419: 181,-42 - 9422: 179,-34 - 9423: 181,-39 - 9434: 185,-46 - 9435: 186,-47 - 9438: 188,-44 - 9446: 187,-28 - 9453: 192,-34 - 9457: 202,-56 - 9469: 208,-57 - 9474: 212,-52 - 9476: 211,-48 - 9482: 208,-18 - 9489: 221,-58 - 9494: 216,-49 - 9498: 216,-46 - 9502: 216,-35 - 9505: 223,-28 - 9507: 216,-22 - 9517: 230,-62 - 9532: 225,-43 - 9540: 227,-33 - 9543: 230,-37 - 9546: 229,-27 - 9556: 230,-19 - 9557: 231,-20 - 9560: 235,-61 - 9562: 237,-59 - 9567: 239,-56 - 9570: 236,-42 - 9576: 232,-26 - 9581: 239,-28 - 9594: 210,-70 - 9595: 212,-70 - 9598: 215,-69 - 9606: 229,-72 - 9635: 172,-18 - 9638: 201,-77 - 9639: 202,-77 - 9641: 203,-76 - 9643: 204,-74 - 9645: 205,-75 - 9651: 211,-75 - 9663: 223,-80 - 9672: 236,-78 - 9695: 221,-82 - 9703: 236,-82 - 9741: 192,-11 - 9744: 200,-9 - 9752: 207,-13 - 9763: 222,-10 - 9782: 238,-15 - 9784: 238,-11 - 9789: 244,-59 - 9796: 244,-52 - 9798: 246,-55 - 9808: 242,-28 - 9819: 243,-16 - 9822: 245,-10 - 9826: 187,-6 - 9830: 192,-2 - 9831: 193,-6 - 9832: 195,-7 - 9835: 197,-1 - 9846: 213,-5 - 9847: 215,-5 - 9848: 215,-4 - 9875: 179,-16 - 9883: 178,-2 - 45031: 96,-130 - 45034: 110,-133 - 47459: 118,-123 - 47476: 104,-138 - 48397: 89,-93 - 48401: 104,-94 - 48715: 121,-125 - 48720: 126,-124 - 48728: 129,-142 - 48730: 132,-140 - 48734: 128,-130 - 48738: 131,-129 - 48744: 133,-123 - 48969: 111,-77 + 574: -205,-112 + 576: -204,-109 + 583: -206,-132 + 593: -160,-133 + 595: -157,-133 + 596: -157,-132 + 597: -156,-136 + 598: -154,-135 + 622: -205,-160 + 641: -151,-115 + 644: -145,-118 + 648: -138,-154 + 651: -143,-151 + 672: -141,-100 + 676: -202,-90 + 677: -197,-93 + 678: -194,-93 + 680: -189,-96 + 683: -187,-96 + 691: -149,-92 + 693: -140,-93 + 696: -216,-146 + 700: -212,-150 + 707: -214,-135 + 715: -216,-113 + 724: -210,-107 + 729: -222,-151 + 730: -221,-150 + 732: -219,-142 + 734: -221,-133 + 735: -219,-131 + 743: -221,-116 + 749: -217,-112 + 760: -224,-90 + 761: -220,-93 + 775: -206,-120 + 782: -171,-135 + 790: -155,-142 + 803: -210,-133 + 814: -214,-96 + 816: -204,-92 + 836: -151,-135 + 839: -148,-124 + 855: 87,123 + 856: 87,124 + 859: 94,118 + 872: 102,109 + 873: 103,108 + 876: 98,114 + 880: 101,114 + 884: 98,120 + 885: 99,121 + 894: 104,102 + 899: 111,100 + 903: 110,108 + 912: 110,117 + 914: 104,126 + 925: 99,92 + 932: 109,94 + 933: 80,83 + 936: 88,82 + 937: 91,87 + 939: 97,85 + 947: 108,86 + 961: 114,100 + 963: 116,99 + 967: 115,108 + 971: 119,104 + 974: 115,112 + 988: 80,78 + 996: 88,79 + 1006: 96,78 + 1014: 105,73 + 1015: 109,73 + 1018: 112,78 + 1025: 118,73 + 1047: 127,96 + 1049: 120,110 + 1050: 121,105 + 1051: 122,108 + 1052: 125,110 + 1055: 123,115 + 1058: 125,126 + 1065: 93,70 + 1070: 106,64 + 1071: 110,70 + 1072: 112,64 + 1081: 131,80 + 1096: 128,110 + 1097: 130,106 + 1103: 132,116 + 1108: 128,126 + 1113: 136,70 + 1120: 140,77 + 1131: 140,92 + 1135: 138,96 + 1141: 142,102 + 1147: 136,112 + 1152: 139,116 + 1160: 139,120 + 1164: 147,76 + 1171: 148,90 + 1187: 148,118 + 1193: 80,134 + 1198: 90,134 + 1212: 108,132 + 1215: 113,129 + 1221: 118,133 + 1223: 126,128 + 1226: 127,131 + 1229: 80,2 + 1230: 80,14 + 1253: 78,20 + 1254: 79,19 + 1257: 94,-28 + 1258: 95,-29 + 1263: 64,1 + 1284: 119,-37 + 1289: 114,-47 + 1290: 115,-45 + 1295: 62,5 + 1302: 50,17 + 1304: 51,19 + 1306: 36,148 + 1321: 55,156 + 1338: 36,170 + 1342: 44,173 + 1344: 46,172 + 1350: 54,171 + 1361: 25,163 + 1366: 24,170 + 1373: 30,182 + 1375: 33,180 + 1378: 37,178 + 1387: 47,179 + 1393: 54,176 + 1394: 24,143 + 1404: 32,142 + 1409: 48,142 + 1414: 17,138 + 1420: 19,144 + 1430: 20,165 + 1433: 16,174 + 1451: 36,130 + 1454: 48,130 + 1465: 25,127 + 1467: 32,126 + 1470: 37,120 + 1471: 37,123 + 1478: 46,123 + 1479: 50,126 + 1481: 51,126 + 1488: 10,124 + 1500: 12,146 + 1503: 10,156 + 1517: 9,179 + 1531: 3,131 + 1538: 2,143 + 1539: 3,143 + 1547: 5,146 + 1558: 4,162 + 1560: 5,166 + 1564: 7,172 + 1565: 0,182 + 1568: 4,180 + 1570: 6,182 + 1578: 57,131 + 1594: 61,154 + 1595: 63,153 + 1606: 59,179 + 1610: 64,126 + 1612: 65,122 + 1624: 66,143 + 1636: 68,155 + 1646: 68,170 + 1653: 0,190 + 1669: 23,187 + 1670: 23,188 + 1672: 26,185 + 1679: 34,184 + 1689: -21,-40 + 1691: -21,-38 + 1692: -24,-26 + 1702: -14,15 + 1707: 1,13 + 1710: 4,10 + 1712: 4,15 + 1714: 7,15 + 1727: -37,23 + 1733: -28,20 + 1743: -17,16 + 1746: -11,22 + 1751: -6,16 + 1760: 3,17 + 1767: 10,22 + 1772: 16,19 + 1774: 18,19 + 1776: 19,16 + 1796: 8,26 + 1797: 10,28 + 1848: -60,-54 + 1849: -57,-53 + 1852: -52,-54 + 1856: -47,-54 + 1857: -46,-56 + 1879: -70,-52 + 1881: -66,-56 + 1885: -70,-48 + 1907: -80,-30 + 1913: -80,-18 + 1918: -81,-56 + 1920: -88,-48 + 1925: -85,-40 + 1927: -81,-37 + 1947: -94,-40 + 1957: -90,-30 + 1962: -89,-21 + 1970: -91,6 + 1971: -90,4 + 1974: -94,11 + 1978: -91,9 + 1988: -77,15 + 1995: -70,12 + 2002: -103,-55 + 2007: -98,-51 + 2011: -98,-45 + 2015: -101,-35 + 2030: -102,-16 + 2041: -104,15 + 2045: -101,8 + 2077: -1,68 + 2079: -6,76 + 2085: -13,62 + 2096: -14,72 + 2104: -22,60 + 2111: -21,67 + 2118: -21,79 + 2121: -19,74 + 2125: -32,67 + 2131: -28,74 + 2133: -27,73 + 2134: -26,72 + 2138: -38,76 + 2153: -46,72 + 2166: -51,59 + 2177: -52,78 + 2181: -59,21 + 2185: -64,62 + 2188: -61,63 + 2190: -61,64 + 2199: -60,74 + 2200: -60,79 + 2204: 96,30 + 2205: 98,28 + 2206: 99,31 + 2217: 89,35 + 2221: 94,36 + 2238: 138,28 + 2240: 142,27 + 2248: 141,37 + 2257: 93,46 + 2272: 135,44 + 2274: 137,41 + 2282: 149,-21 + 2292: 151,-5 + 2298: 149,8 + 2300: 146,23 + 2301: 147,16 + 2303: 147,23 + 2305: 149,22 + 2333: 156,-12 + 2339: 157,-3 + 2351: 155,8 + 2356: 154,16 + 2373: 153,35 + 2378: 152,42 + 3175: -102,-125 + 3179: -99,-122 + 3180: -91,-122 + 3194: -91,-136 + 3196: -86,-134 + 3197: -86,-132 + 3205: -77,-144 + 3213: -93,-157 + 3216: -93,-161 + 3261: -72,-142 + 3266: -69,-137 + 3272: -69,-131 + 3273: -68,-132 + 3277: -71,-125 + 3332: -111,-124 + 3348: -117,-140 + 3350: -116,-138 + 3357: -119,-125 + 3364: -127,-172 + 3367: -124,-172 + 3375: -122,-156 + 3377: -128,-152 + 3378: -128,-146 + 3381: -127,-140 + 3385: -123,-140 + 3389: -125,-129 + 3408: -123,-179 + 3413: -116,-179 + 3416: -109,-180 + 3421: -93,-181 + 3437: -67,-178 + 3441: -126,-113 + 3444: -124,-118 + 3448: -118,-119 + 3454: -111,-119 + 3460: -103,-119 + 3468: -89,-116 + 3470: -85,-120 + 3472: -83,-118 + 3474: -80,-114 + 3477: -74,-114 + 3481: -70,-116 + 3487: -61,-177 + 3488: -60,-182 + 3490: -58,-182 + 3499: -59,-174 + 3512: -60,-158 + 3518: -57,-148 + 3522: -60,-140 + 3525: -64,-130 + 3531: -64,-121 + 3537: -62,-113 + 3539: -60,-118 + 3540: -59,-120 + 3792: 138,-106 + 3793: 140,-111 + 3794: 140,-105 + 3797: 136,-102 + 3800: 138,-100 + 3808: 131,-111 + 3813: 131,-103 + 3815: 133,-104 + 3822: 132,-94 + 3830: 122,-97 + 3839: 120,-78 + 3841: 122,-80 + 3842: 123,-73 + 3846: 132,-76 + 3849: 138,-77 + 3859: 128,-66 + 3860: 129,-71 + 3861: 129,-70 + 3862: 130,-72 + 3864: 131,-68 + 3874: 141,-66 + 3881: 121,-59 + 3897: 138,-63 + 3898: 144,-62 + 3903: 122,-52 + 3913: 144,-50 + 3917: 147,-52 + 3919: 151,-56 + 3925: 158,-51 + 3932: 168,-49 + 3935: 177,-52 + 3945: 127,-113 + 3951: 132,-118 + 3953: 132,-113 + 3955: 138,-119 + 3962: 146,-120 + 3974: -70,-103 + 3983: -62,-104 + 3986: -59,-98 + 4012: -55,-94 + 4014: -54,-96 + 4023: -41,-120 + 4031: -41,-101 + 4041: -38,-135 + 4044: -33,-134 + 4061: -36,-94 + 4065: -33,-93 + 4066: -30,-136 + 4081: -28,-109 + 4098: -32,-93 + 4099: -27,-91 + 4112: -48,-139 + 4118: -38,-144 + 4121: -32,-138 + 4127: -22,-138 + 4131: -17,-144 + 4133: -17,-141 + 4136: -22,-132 + 4137: -21,-136 + 4138: -21,-131 + 4142: -22,-128 + 4143: -22,-121 + 4145: -21,-124 + 4155: -18,-118 + 4160: -23,-109 + 4161: -20,-110 + 4162: -19,-106 + 4168: -18,-100 + 4170: -23,-95 + 4177: -55,-151 + 4179: -55,-147 + 4181: -49,-152 + 4184: -48,-146 + 4186: -47,-146 + 4188: -45,-145 + 4197: -30,-145 + 4199: -25,-145 + 4200: -20,-150 + 4202: -18,-148 + 4206: -13,-148 + 4210: -16,-139 + 4216: -10,-136 + 4231: -9,-116 + 4338: 167,47 + 4359: 154,50 + 4361: 158,54 + 4363: 192,46 + 4365: 196,42 + 4369: 196,49 + 4370: 196,52 + 4379: 155,56 + 4397: 170,71 + 4402: 181,70 + 4406: 153,77 + 4428: 181,78 + 4444: 198,74 + 4447: 201,47 + 4451: 205,42 + 4454: 200,48 + 4456: 202,55 + 4457: 204,54 + 4465: 203,56 + 4467: 205,59 + 4470: 202,69 + 4472: 204,64 + 4476: 201,78 + 4494: 151,60 + 4495: 160,37 + 4498: 181,34 + 4516: 205,37 + 4519: 171,24 + 4523: 186,25 + 4564: 176,14 + 4565: 179,15 + 4574: 209,42 + 4585: 214,52 + 4590: 215,57 + 4591: 215,59 + 4602: 209,74 + 4603: 210,72 + 4606: 214,75 + 4631: 193,90 + 4650: 171,88 + 4651: 174,92 + 4657: 212,33 + 4662: 180,100 + 4665: 194,97 + 4698: 217,63 + 4699: 218,63 + 4703: 222,62 + 4706: 216,64 + 4713: 218,74 + 4715: 219,72 + 4721: 218,89 + 4724: 221,94 + 4725: 221,95 + 4732: 222,100 + 4748: 225,49 + 4750: 230,53 + 4751: 224,62 + 4753: 225,58 + 4767: 230,68 + 4781: 224,95 + 4782: 225,94 + 4786: 227,95 + 4788: 228,92 + 4791: 231,88 + 4816: 238,53 + 4831: 237,71 + 4833: 232,79 + 4838: 237,74 + 4840: 239,74 + 4847: 235,84 + 4848: 236,86 + 4858: 238,93 + 4924: 6,-62 + 4933: 14,-90 + 4940: -22,-42 + 4944: -19,-79 + 4946: -17,-77 + 4948: -17,-75 + 4951: -19,-57 + 4952: -18,-58 + 4954: -19,-55 + 4955: -19,-51 + 4960: 30,-91 + 4963: 37,-90 + 4972: -29,-57 + 4974: -32,-50 + 5012: 68,106 + 5016: 71,108 + 5024: 73,105 + 5030: 76,114 + 5037: 77,126 + 5057: 60,84 + 5059: 69,82 + 5061: 76,82 + 5067: 62,72 + 5074: 71,75 + 5076: 71,79 + 5078: 74,72 + 5089: 67,63 + 5093: 74,60 + 5100: 87,59 + 5108: 101,56 + 5119: 119,59 + 5124: -224,-66 + 5126: -223,-70 + 5132: -223,-76 + 5144: -238,-70 + 5146: -236,-66 + 5147: -235,-71 + 5162: -235,-105 + 5167: -229,-105 + 5168: -227,-112 + 5176: -238,-120 + 5185: -229,-120 + 5208: -247,-67 + 5212: -242,-72 + 5215: -254,-113 + 5218: -249,-117 + 5226: -256,-74 + 5228: -252,-77 + 5232: -256,-66 + 5237: -256,-126 + 5240: -253,-125 + 5258: -219,-122 + 5280: -262,-97 + 5281: -261,-104 + 5289: -257,-76 + 5299: -209,-77 + 5325: -167,-78 + 5327: -165,-76 + 5332: -156,-77 + 5337: -195,-74 + 5342: -266,-123 + 5343: -265,-125 + 5345: -272,-114 + 5363: -265,-100 + 5369: -265,-67 + 5373: -271,-129 + 5392: -245,-136 + 5403: -227,-131 + 5434: 48,-58 + 5440: 63,-64 + 5446: -141,-148 + 5465: -143,-118 + 5466: -143,-114 + 5476: -141,-98 + 5493: 64,30 + 5509: -214,-215 + 5512: -212,-203 + 5519: -210,-197 + 5526: -213,-188 + 5532: -209,-184 + 5535: -216,-169 + 5536: -215,-173 + 5540: -207,-220 + 5552: -205,-208 + 5563: -207,-191 + 5567: -202,-187 + 5569: -208,-178 + 5585: -198,-212 + 5590: -199,-205 + 5591: -198,-208 + 5597: -192,-221 + 5599: -190,-223 + 5602: -189,-217 + 5606: -186,-220 + 5608: -185,-221 + 5621: -188,-204 + 5626: -183,-223 + 5628: -182,-224 + 5647: -182,-201 + 5651: -180,-202 + 5664: -175,-214 + 5665: -174,-209 + 5667: -170,-209 + 5678: -167,-221 + 5680: -163,-219 + 5681: -162,-224 + 5682: -162,-220 + 5697: -164,-204 + 5710: -153,-213 + 5720: -212,-165 + 5728: -201,-164 + 5734: -150,-215 + 5735: -150,-209 + 5744: -145,-205 + 5750: 43,15 + 5757: 32,14 + 5758: 36,10 + 5759: 39,15 + 5761: 36,20 + 5772: 27,23 + 5774: 24,29 + 5778: 30,28 + 5802: 71,35 + 5803: 73,33 + 5805: 74,32 + 5822: 164,-45 + 5825: 136,-42 + 5836: 148,-38 + 5841: 154,-39 + 5848: 162,-40 + 5849: 163,-36 + 5855: 129,-47 + 5857: 129,-38 + 5868: 140,-28 + 5875: 153,-29 + 5881: 165,-26 + 5883: 166,-30 + 5893: 166,-12 + 5894: 160,-2 + 5898: 165,-8 + 5899: 165,-5 + 5905: 164,2 + 5906: 164,6 + 5907: 166,4 + 5912: 124,-44 + 5930: 100,-54 + 5933: 102,-56 + 5938: 109,-54 + 5940: 112,-50 + 5942: 114,-56 + 5952: 90,-52 + 5953: 91,-56 + 5955: 88,-64 + 5964: 100,-62 + 5966: 101,-61 + 5967: 101,-58 + 5968: 102,-64 + 5992: 82,-56 + 6013: 95,-71 + 6018: 98,-72 + 6020: 99,-68 + 6021: 101,-72 + 6024: 104,-70 + 6027: 106,-68 + 6034: 115,-66 + 6035: 116,-70 + 6036: 116,-66 + 6044: 74,-69 + 6045: 75,-72 + 6047: 77,-69 + 6055: 74,-55 + 6076: 147,175 + 6083: 154,185 + 6086: 145,201 + 6108: 138,160 + 6112: 137,179 + 6120: 183,155 + 6125: 176,206 + 6142: 131,153 + 6149: 134,164 + 6154: 135,171 + 6157: 132,179 + 6158: 133,181 + 6161: 131,206 + 6165: 129,212 + 6166: 140,215 + 6168: 142,212 + 6170: 143,208 + 6174: 147,208 + 6178: 155,215 + 6185: 164,212 + 6187: 165,212 + 6189: 169,211 + 6195: 122,204 + 6201: 128,222 + 6204: 132,219 + 6207: 137,218 + 6209: 142,220 + 6216: 155,221 + 6219: 160,222 + 6234: 175,219 + 6237: 179,222 + 6242: 142,144 + 6252: 159,148 + 6258: 192,158 + 6268: 196,180 + 6277: -40,-58 + 6300: -45,-64 + 6309: -53,-76 + 6321: -53,-72 + 6327: -54,-59 + 6330: -54,-32 + 6331: -64,-74 + 6338: -60,-76 + 6342: -64,-66 + 6343: -63,-71 + 6351: -59,-59 + 6383: -77,-80 + 6385: -75,-74 + 6389: -75,-71 + 6391: -74,-72 + 6395: -76,-60 + 6399: -74,-59 + 6402: -81,-80 + 6404: -81,-77 + 6407: -87,-71 + 6410: -86,-68 + 6411: -82,-69 + 6419: -84,-60 + 6420: -81,-64 + 6430: -94,-72 + 6435: -91,-66 + 6437: -90,-65 + 6452: -102,-71 + 6453: -102,-65 + 6458: -97,-70 + 6463: -97,-60 + 6472: 98,138 + 6473: 99,139 + 6475: 102,136 + 6480: 99,149 + 6487: 97,154 + 6488: 97,156 + 6489: 98,152 + 6497: 99,164 + 6509: 93,139 + 6510: 94,141 + 6514: 91,147 + 6515: 91,151 + 6521: 91,157 + 6538: 97,177 + 6540: 82,136 + 6542: 83,140 + 6545: 83,144 + 6546: 85,150 + 6556: 80,174 + 6557: 81,170 + 6558: 82,172 + 6567: 86,180 + 6569: 72,134 + 6592: 76,164 + 6599: 77,170 + 6602: 72,176 + 6604: 74,183 + 6610: 51,112 + 6614: 54,116 + 6618: 46,117 + 6620: 47,115 + 6627: 38,116 + 6635: -221,-210 + 6636: -217,-213 + 6641: -219,-206 + 6644: -222,-200 + 6649: -219,-194 + 6656: -222,-188 + 6658: -217,-189 + 6669: -220,-172 + 6671: -224,-162 + 6679: -218,-158 + 6735: 160,142 + 6736: 170,137 + 6737: 171,143 + 6738: 175,138 + 6741: 179,143 + 6750: 202,160 + 6759: -146,-75 + 6762: -194,-68 + 6767: -189,-65 + 6769: -188,-69 + 6781: -168,-65 + 6787: -160,-66 + 6791: -155,-72 + 6796: -150,-68 + 6802: -208,-58 + 6808: -193,-64 + 6810: -193,-61 + 6818: -182,-62 + 6828: -161,-59 + 6833: -156,-62 + 6836: -154,-64 + 6837: -154,-60 + 6838: -151,-63 + 6844: -214,-64 + 6862: -207,-54 + 6872: -188,-54 + 6876: -183,-50 + 6877: -182,-55 + 6881: -170,-53 + 6883: -168,-50 + 6884: -168,-49 + 6886: -166,-52 + 6887: -165,-56 + 6891: -160,-50 + 6902: -151,-55 + 6907: -147,-54 + 6917: -80,181 + 6919: -77,176 + 6923: -80,189 + 6924: -80,190 + 6926: -79,191 + 6927: -75,185 + 6940: -79,204 + 6946: -82,180 + 6957: -86,192 + 6959: -86,199 + 6985: -91,198 + 7006: -78,168 + 7010: -74,171 + 7012: -73,168 + 7032: -92,211 + 7040: -81,208 + 7044: -75,214 + 7061: -104,157 + 7066: -100,166 + 7067: -100,167 + 7068: -99,161 + 7095: -98,205 + 7103: -111,155 + 7110: -106,167 + 7116: -108,170 + 7133: -112,206 + 7143: -120,154 + 7146: -118,156 + 7152: -120,175 + 7154: -113,169 + 7156: -118,179 + 7157: -116,178 + 7165: -118,193 + 7169: -120,214 + 7186: -66,173 + 7189: -70,176 + 7196: -69,191 + 7198: -67,190 + 7214: -71,210 + 7215: -70,209 + 7218: -68,212 + 7220: -64,158 + 7221: -64,163 + 7230: -57,203 + 7232: -57,207 + 7249: -102,217 + 7256: -94,216 + 7257: -93,220 + 7269: -77,222 + 7289: -123,152 + 7298: -124,162 + 7304: -124,170 + 7308: -124,180 + 7311: -128,190 + 7312: -127,185 + 7314: -126,184 + 7316: -125,188 + 7331: -127,209 + 7334: -127,218 + 7342: 154,108 + 7353: 177,106 + 7355: 179,108 + 7360: 200,111 + 7363: 201,109 + 7366: 208,105 + 7369: 209,110 + 7371: 211,111 + 7383: 174,116 + 7384: 175,115 + 7392: 184,114 + 7393: 185,113 + 7404: 201,115 + 7408: 208,117 + 7414: 201,125 + 7416: 205,126 + 7436: 211,144 + 7445: 215,155 + 7454: 218,108 + 7457: 217,114 + 7471: 222,133 + 7491: 223,163 + 7506: 24,118 + 7516: 34,111 + 7518: 38,104 + 7520: 50,104 + 7522: 9,97 + 7524: 10,96 + 7529: 12,100 + 7531: 13,101 + 7533: 31,99 + 7537: 37,102 + 7539: 38,98 + 7548: 48,98 + 7550: 49,100 + 7604: 38,-124 + 7610: 37,-119 + 7622: 26,-129 + 7630: 24,-113 + 7634: 27,-120 + 7639: 24,-110 + 7647: 36,-100 + 7661: 41,-115 + 7666: 44,-106 + 7668: 46,-99 + 7669: 50,-130 + 7679: 51,-113 + 7691: 58,-135 + 7707: 61,-102 + 7710: 65,-134 + 7714: 71,-127 + 7718: 65,-108 + 7720: 64,-98 + 7725: 72,-137 + 7735: 75,-136 + 7737: 72,-122 + 7747: 78,-101 + 7750: 73,-95 + 7768: 54,-149 + 7772: 59,-152 + 7778: 71,-148 + 7780: 75,-145 + 7792: 85,-143 + 7793: 85,-138 + 7797: 85,-135 + 7807: 83,-112 + 7814: 84,-95 + 7820: 23,-133 + 7823: 16,-122 + 7830: 16,-114 + 7843: 19,-105 + 7847: 22,-110 + 7848: 16,-98 + 7861: -161,35 + 7862: -160,35 + 7863: -155,37 + 7868: -151,33 + 7879: -187,70 + 7883: -147,71 + 7896: -188,74 + 7897: -185,75 + 7899: -183,74 + 7904: -151,77 + 7905: -147,73 + 7906: -147,77 + 7915: -192,86 + 7919: -184,80 + 7923: -173,87 + 7929: -155,84 + 7935: -150,86 + 7937: -147,80 + 7951: -184,90 + 7952: -182,90 + 7953: -182,92 + 7957: -176,93 + 7958: -176,94 + 7972: -157,95 + 7977: -149,88 + 7983: -201,27 + 7988: -204,35 + 7989: -203,34 + 7991: -206,40 + 7993: -205,44 + 7994: -204,43 + 7998: -201,40 + 8003: -203,54 + 8008: -203,57 + 8010: -202,56 + 8015: -202,69 + 8018: -208,78 + 8043: -140,36 + 8047: -141,44 + 8052: -142,72 + 8056: -144,81 + 8317: -167,13 + 8320: -162,13 + 8321: -166,16 + 8322: -165,23 + 8328: -175,9 + 8335: -169,8 + 8336: -173,16 + 8346: -192,7 + 8349: -187,6 + 8353: -187,8 + 8363: -204,5 + 8366: -208,14 + 8371: -202,14 + 8373: -203,22 + 8374: -202,20 + 8377: -192,-2 + 8393: -211,5 + 8399: -216,30 + 8403: -216,38 + 8410: -209,51 + 8416: -214,60 + 8419: -148,18 + 8431: -150,7 + 8436: -214,-6 + 8438: -214,-4 + 8446: -205,-4 + 8545: -112,-190 + 8546: -111,-191 + 8588: -107,-199 + 8594: -95,-198 + 8603: -119,-207 + 8612: -107,-207 + 8613: -107,-202 + 8618: -95,-207 + 8633: -81,-205 + 8637: -75,-202 + 8643: -66,-196 + 8649: -66,-188 + 8664: -61,-193 + 8674: -52,-202 + 8689: -52,-178 + 8694: -50,-171 + 8699: -54,-164 + 8705: -51,-155 + 8709: -87,19 + 8712: -84,22 + 8723: -82,29 + 8736: -79,39 + 8737: -82,44 + 8740: -79,42 + 8741: -78,40 + 8745: -74,43 + 8762: -93,31 + 8763: -92,28 + 8765: -91,30 + 8767: -96,32 + 8780: -104,18 + 8798: -98,37 + 8799: -97,35 + 8801: -104,42 + 9186: 10,65 + 9190: 15,76 + 9198: 14,84 + 9205: 47,80 + 9207: 76,54 + 9208: 77,53 + 9304: 181,-42 + 9307: 179,-34 + 9308: 181,-39 + 9319: 185,-46 + 9320: 186,-47 + 9323: 188,-44 + 9331: 187,-28 + 9338: 192,-34 + 9342: 202,-56 + 9354: 208,-57 + 9359: 212,-52 + 9361: 211,-48 + 9367: 208,-18 + 9374: 221,-58 + 9379: 216,-49 + 9383: 216,-46 + 9387: 216,-35 + 9390: 223,-28 + 9392: 216,-22 + 9402: 230,-62 + 9417: 225,-43 + 9425: 227,-33 + 9428: 230,-37 + 9431: 229,-27 + 9441: 230,-19 + 9442: 231,-20 + 9445: 235,-61 + 9447: 237,-59 + 9452: 239,-56 + 9455: 236,-42 + 9461: 232,-26 + 9466: 239,-28 + 9479: 210,-70 + 9480: 212,-70 + 9483: 215,-69 + 9491: 229,-72 + 9520: 172,-18 + 9523: 201,-77 + 9524: 202,-77 + 9526: 203,-76 + 9528: 204,-74 + 9530: 205,-75 + 9536: 211,-75 + 9548: 223,-80 + 9557: 236,-78 + 9580: 221,-82 + 9588: 236,-82 + 9598: 192,-11 + 9601: 200,-9 + 9609: 207,-13 + 9620: 222,-10 + 9639: 238,-15 + 9641: 238,-11 + 9646: 244,-59 + 9653: 244,-52 + 9655: 246,-55 + 9665: 242,-28 + 9676: 243,-16 + 9679: 245,-10 + 9683: 187,-6 + 9687: 192,-2 + 9688: 193,-6 + 9689: 195,-7 + 9692: 197,-1 + 9703: 213,-5 + 9704: 215,-5 + 9705: 215,-4 + 9732: 179,-16 + 9740: 178,-2 + 9823: 118,-123 + 9838: 104,-138 + 9845: 89,-93 + 9849: 104,-94 + 9862: 121,-125 + 9867: 126,-124 + 9871: 129,-142 + 9873: 132,-140 + 9877: 128,-130 + 9881: 131,-129 + 9887: 133,-123 + 9904: 111,-77 + 9924: 285,101 + 9936: 282,112 + 9943: 282,127 + 9944: 285,125 + 9950: 294,98 + 9957: 290,117 + 9965: 293,120 + 9983: 303,115 + 9985: 296,122 + 9987: 297,125 + 9992: 302,123 + 9996: 273,106 + 10013: 279,127 + 10014: 265,97 + 10019: 267,103 + 10026: 269,105 + 10028: 271,106 + 10033: 266,119 + 10035: 269,117 + 10038: 267,120 + 10046: 292,130 + 10049: 295,129 + 10058: 268,141 + 10062: 276,140 + 10069: 283,136 + 10075: 288,136 + 10079: 293,137 + 10081: 297,137 + 10085: 303,136 + 10091: 258,97 + 10093: 259,103 + 10099: 257,111 + 10102: 260,110 + 10106: 260,116 + 10109: 256,126 + 10115: 256,132 + 10121: 258,137 + 10124: 263,140 + 10126: 263,143 + 10138: 271,147 + 10140: 274,147 + 10142: 275,144 + 10144: 275,151 + 10153: 283,151 + 10158: 292,148 + 10175: 249,109 + 10192: 249,135 + 10197: 254,132 + 10201: 248,143 + 10215: 250,159 + 10225: 266,156 + 10227: 269,157 + 10228: 270,155 + 10231: 272,157 + 10234: 275,158 + 10256: 299,152 + 10257: 302,157 + 10260: 241,100 + 10263: 246,100 + 10276: 243,112 + 10284: 245,134 + 10286: 246,133 + 10287: 240,142 + 10294: 247,140 + 10299: 247,145 + 10308: 247,156 + 10324: 234,124 + 10325: 235,120 + 10326: 235,125 + 10331: 234,135 + 10333: 235,132 + 10350: 238,145 + 10355: 238,156 + 10361: 75,184 + 10363: 233,161 + 10375: 255,163 + 10378: 260,162 + 10388: 270,166 + 10406: 286,165 + 10407: 287,164 + 10409: 291,160 + 10422: -141,-80 + 10423: -141,-73 + 10444: -136,-78 + 10448: -133,-73 + 10453: -133,-70 + 10465: -128,-75 + 10468: -124,-76 + 10469: -123,-75 + 10472: -128,-66 + 10474: -125,-71 + 10487: -122,-56 + 10490: -125,-103 + 10495: -126,-95 + 10499: -122,-92 + 10506: -120,-68 + 10510: -116,-69 + 10513: -116,-60 + 10517: -118,-96 + 10518: -118,-91 + 10521: -115,-91 + 10523: -135,-110 + 10554: -141,-49 + 10562: -173,-48 + 10563: -171,-42 + 10570: -156,-44 + 10581: -145,-45 + 10586: -139,-42 + 10589: -133,-48 + 10592: -128,-42 + 10599: -113,-45 + 10602: -214,64 + 10607: -212,68 + 10609: -209,64 + 10615: -209,72 + 10620: 90,-148 + 10621: 93,-148 + 10635: 118,-149 + 10643: 74,-160 + 10648: 76,-156 + 10657: 89,-155 + 10667: 104,-154 + 10676: 116,-157 + 10688: 74,-166 + 10692: 80,-168 + 10693: 80,-162 + 10696: 81,-161 + 10707: 99,-161 + 10708: 100,-164 + 10712: 107,-168 + 10716: 119,-165 + 10726: 128,-162 + 10733: 131,-153 + 10734: 132,-158 + 10735: 134,-156 + 10737: 128,-146 + 10741: -216,80 + 10750: -222,-8 + 10753: -219,-8 + 10757: -221,7 + 10766: -217,12 + 10767: -223,21 + 10769: -220,20 + 10773: -224,30 + 10778: -218,25 + 10780: -224,39 + 10781: -223,33 + 10791: -218,42 + 10792: -217,44 + 10799: -222,56 + 10804: -219,62 + 10807: -342,64 + 10810: -340,68 + 10811: -337,64 + 10816: -341,88 + 10836: -349,84 + 10839: -351,90 + 10840: -349,89 + 10841: -349,95 + 10845: -349,99 + 10864: -357,95 + 10868: -356,97 + 10875: -358,107 + 10880: -367,65 + 10896: -362,111 + 10911: -372,92 + 10915: -372,100 + 10920: -383,84 + 10922: -380,84 + 10927: -378,100 + 10928: -390,82 + 10933: -385,96 + 10936: -387,118 + 10938: -383,116 + 10941: -379,116 + 10945: -373,116 + 10947: -372,118 + 10949: -367,118 + 10960: -353,112 + 10965: -338,116 + 10973: -400,126 + 10989: -381,127 + 11000: -361,123 + 11009: -352,126 + 11012: -350,120 + 11014: -347,120 + 11020: -342,124 + 11032: -404,132 + 11046: -386,132 + 11047: -385,128 + 11056: -375,131 + 11064: -367,132 + 11071: -358,131 + 11075: -355,134 + 11079: -349,135 + 11088: -339,133 + 11089: -8,-113 + 11106: -13,-208 + 11108: -9,-205 + 11115: 1,-203 + 11117: 4,-204 + 11137: -12,-212 + 11138: -10,-214 + 11149: 7,-213 + 11152: 15,-216 + 11153: 15,-215 + 11178: -17,-205 + 11185: -31,-207 + 11188: -26,-203 + 11194: -40,-202 + 11195: -39,-206 + 11198: -36,-204 + 11202: -35,-162 + 11204: -39,-158 + 11221: -411,134 + 11224: -409,131 + 11244: -131,-138 + 11251: -129,-128 + 11258: -131,-116 + 11261: -129,-160 - node: color: '#D0B52E4D' id: grasssnow05 decals: - 8667: 110.90066,-20.4626 - 8668: 112.2766,-20.42591 - 8669: 113.32232,-20.352526 - 8670: 110.68051,-20.132376 + 8555: 110.90066,-20.4626 + 8556: 112.2766,-20.42591 + 8557: 113.32232,-20.352526 + 8558: 110.68051,-20.132376 - node: color: '#EFB34194' id: grasssnow05 @@ -14598,1704 +15815,2001 @@ entities: 557: -29,-64 564: -14,-63 568: -154,-108 - 576: -204,-111 - 579: -207,-101 - 585: -206,-129 - 587: -202,-133 - 592: -164,-134 - 600: -208,-138 - 604: -201,-142 - 605: -173,-144 - 606: -172,-144 - 607: -167,-142 - 608: -166,-137 - 609: -161,-138 - 614: -205,-148 - 616: -205,-145 - 617: -201,-148 - 620: -208,-160 - 627: -148,-145 - 629: -146,-147 - 635: -148,-132 - 638: -145,-129 - 643: -149,-120 - 647: -149,-109 - 654: -141,-150 - 655: -141,-145 - 658: -141,-144 - 659: -139,-138 - 667: -142,-107 - 668: -140,-109 - 675: -203,-90 - 685: -186,-94 - 686: -176,-91 - 706: -212,-139 - 710: -209,-129 - 719: -212,-118 - 720: -212,-117 - 721: -216,-109 - 722: -216,-108 - 724: -210,-111 - 726: -216,-99 - 728: -211,-98 - 729: -223,-145 - 740: -221,-125 - 747: -224,-109 - 755: -209,-155 - 756: -223,-155 - 758: -221,-160 - 765: -210,-95 - 769: -205,-144 - 770: -203,-138 - 771: -205,-130 - 780: -203,-104 - 785: -162,-138 - 790: -158,-142 - 794: -158,-136 - 800: -210,-139 - 801: -209,-140 - 806: -210,-122 - 807: -215,-119 - 808: -214,-119 - 809: -211,-119 - 811: -215,-109 - 818: -203,-94 - 822: -187,-95 - 823: -187,-90 - 825: -160,-90 - 826: -157,-92 - 832: -209,-153 - 842: -145,-120 - 843: -145,-119 - 846: -145,-91 - 851: 82,122 - 859: 90,114 - 862: 90,121 - 869: 90,108 - 892: 96,96 - 893: 102,99 - 901: 104,104 - 902: 105,109 - 906: 106,118 - 909: 108,119 - 916: 105,121 - 920: 81,91 - 924: 97,89 - 927: 100,92 - 928: 101,94 - 931: 107,88 - 932: 107,89 - 935: 83,80 - 947: 106,86 - 953: 112,87 - 954: 117,86 - 955: 114,93 - 958: 117,90 - 960: 112,98 - 970: 118,107 - 978: 117,118 - 979: 112,126 - 982: 115,126 - 985: 119,124 - 990: 81,74 - 991: 83,73 - 992: 83,76 - 993: 84,76 - 1001: 91,72 - 1004: 93,78 - 1006: 95,75 - 1012: 99,78 - 1013: 101,73 - 1017: 109,77 - 1018: 111,72 - 1021: 114,72 - 1023: 115,79 - 1024: 117,75 - 1029: 122,76 - 1033: 122,82 - 1034: 123,84 - 1036: 126,86 - 1044: 123,101 - 1045: 124,98 - 1057: 125,118 - 1065: 90,71 - 1069: 99,71 - 1075: 133,70 - 1078: 130,79 - 1079: 133,77 - 1080: 129,84 - 1086: 128,94 - 1093: 133,97 - 1094: 134,100 - 1096: 128,104 - 1102: 129,116 - 1106: 133,116 - 1111: 131,127 - 1112: 132,123 - 1116: 139,71 - 1134: 142,91 - 1139: 139,100 - 1141: 140,100 - 1151: 137,115 - 1152: 138,119 - 1155: 140,118 - 1159: 136,124 - 1160: 136,126 - 1163: 144,78 - 1167: 151,72 - 1168: 147,80 - 1169: 149,86 - 1173: 151,91 - 1179: 144,110 - 1180: 145,106 - 1184: 145,118 - 1189: 149,118 - 1193: 80,130 - 1195: 81,132 - 1202: 98,129 - 1204: 101,134 - 1207: 103,131 - 1208: 105,129 - 1209: 106,128 - 1221: 116,133 - 1225: 126,132 - 1228: 127,132 - 1229: 131,128 - 1234: 73,-3 - 1235: 72,6 - 1242: 79,4 - 1261: 118,-28 - 1262: 64,-2 - 1266: 64,7 - 1269: 69,6 - 1271: 71,1 - 1276: 65,20 - 1280: 69,18 - 1287: 78,-48 - 1292: 117,-42 - 1301: 51,15 - 1309: 38,144 - 1310: 38,150 - 1314: 33,153 - 1315: 35,155 - 1316: 36,156 - 1324: 37,166 - 1331: 52,163 - 1332: 53,162 - 1340: 37,173 - 1341: 39,171 - 1342: 40,175 - 1344: 45,173 - 1355: 27,151 - 1366: 31,163 - 1369: 26,172 - 1370: 29,172 - 1372: 25,177 - 1385: 44,177 - 1386: 46,176 - 1391: 50,183 - 1393: 53,182 - 1399: 27,136 - 1404: 32,136 - 1412: 50,136 - 1416: 18,136 - 1419: 21,141 - 1424: 21,150 - 1425: 21,151 - 1426: 22,146 - 1441: 21,177 - 1449: 30,129 - 1450: 31,128 - 1460: 16,121 - 1464: 23,123 - 1467: 29,125 - 1483: 52,122 - 1488: 55,127 - 1491: 14,120 - 1493: 11,135 - 1494: 15,132 - 1496: 9,142 - 1506: 14,155 - 1516: 15,168 - 1517: 9,177 - 1521: 11,180 - 1525: 1,121 - 1529: 0,130 - 1535: 5,134 - 1542: 7,139 - 1552: 1,154 - 1553: 3,156 - 1555: 5,152 - 1568: 4,179 - 1573: 56,127 - 1574: 57,122 - 1577: 59,127 - 1581: 62,129 - 1584: 63,132 - 1588: 58,138 - 1590: 63,139 - 1592: 60,148 - 1601: 62,166 - 1602: 63,160 - 1608: 59,183 - 1609: 61,182 - 1612: 65,121 - 1614: 66,120 - 1619: 69,125 - 1624: 71,129 - 1626: 67,142 - 1628: 69,141 - 1629: 65,145 - 1631: 65,148 - 1633: 66,150 - 1643: 69,161 - 1644: 69,166 - 1650: 68,180 - 1652: 69,180 - 1655: 1,186 - 1656: 2,184 - 1659: 8,190 - 1661: 9,189 - 1663: 13,190 - 1664: 14,184 - 1667: 21,185 - 1674: 27,189 - 1677: 32,190 - 1679: 33,186 - 1684: -29,-36 - 1685: -26,-39 - 1691: -21,-39 - 1697: -24,-24 - 1705: -11,14 - 1706: -10,14 - 1707: -5,15 - 1709: 2,15 - 1714: 7,11 - 1717: 12,14 - 1721: 17,10 - 1723: 22,11 - 1726: -38,21 - 1727: -37,19 - 1733: -29,21 - 1737: -24,16 - 1738: -23,19 - 1739: -22,19 - 1748: -11,23 - 1751: -7,18 - 1754: -4,20 - 1757: 0,21 - 1758: 1,20 - 1762: 3,23 - 1764: 5,18 - 1769: 14,16 - 1770: 14,22 - 1774: 16,23 - 1782: -30,24 - 1788: -22,26 - 1789: -22,28 - 1792: 1,26 - 1793: 3,25 - 1800: 16,25 - 1802: 19,30 - 1807: -58,-24 - 1808: -57,-20 - 1809: -53,7 - 1811: -61,-47 - 1845: -63,-49 - 1846: -62,-49 - 1851: -55,-54 - 1852: -55,-53 - 1859: -45,-55 - 1864: -37,-56 - 1881: -69,-49 - 1885: -71,-46 - 1889: -68,-44 - 1890: -66,-42 - 1896: -79,-50 - 1907: -77,-34 - 1910: -79,-28 - 1915: -79,-23 - 1922: -87,-45 - 1927: -83,-34 - 1937: -86,-17 - 1939: -84,-18 - 1943: -92,-44 - 1945: -91,-44 - 1946: -96,-34 - 1949: -94,-36 - 1950: -92,-37 - 1955: -96,-29 - 1956: -91,-26 - 1964: -95,-12 - 1967: -94,-11 - 1969: -92,2 - 1970: -92,6 - 1973: -89,1 - 1977: -93,14 - 1981: -87,9 - 1985: -80,14 - 1995: -70,10 - 1997: -69,15 - 2011: -101,-41 - 2014: -102,-39 - 2020: -99,-27 - 2034: -100,-12 - 2037: -102,-1 - 2040: -102,3 - 2050: 0,62 - 2051: 1,58 - 2053: 3,57 - 2054: 3,60 - 2055: 3,63 - 2061: 7,65 - 2063: 3,78 - 2064: 6,78 - 2066: -6,57 - 2067: -5,58 - 2077: -1,67 - 2082: -5,79 - 2084: -13,55 - 2088: -9,63 - 2089: -16,64 - 2090: -16,70 - 2092: -13,65 - 2094: -11,66 - 2095: -16,78 - 2099: -13,79 - 2100: -12,76 - 2104: -10,78 - 2109: -19,59 - 2117: -22,73 - 2120: -20,75 - 2124: -17,74 - 2128: -26,64 - 2129: -26,68 - 2130: -32,78 - 2137: -25,76 - 2143: -48,58 - 2144: -47,65 - 2146: -47,68 - 2149: -44,68 - 2151: -43,65 - 2153: -47,74 - 2156: -42,75 - 2162: -52,36 - 2163: -56,62 - 2165: -54,59 - 2170: -54,69 - 2175: -55,78 - 2176: -54,73 - 2181: -64,22 - 2193: -59,70 - 2203: 90,25 - 2215: 104,30 - 2224: 131,28 - 2227: 93,37 - 2228: 94,32 - 2231: 96,35 - 2232: 101,38 - 2246: 136,26 - 2257: 140,36 - 2259: 142,38 - 2270: 98,47 - 2275: 103,43 - 2276: 106,41 - 2277: 106,47 - 2279: 108,46 - 2284: 135,43 - 2292: 141,42 - 2293: 143,40 - 2301: 149,-10 - 2303: 148,-6 - 2306: 148,3 - 2308: 146,8 - 2319: 149,23 - 2320: 144,30 - 2322: 147,30 - 2349: 152,-3 - 2351: 154,-1 - 2354: 152,6 - 2357: 155,2 - 2360: 152,15 - 2370: 154,21 - 2373: 155,23 - 2378: 155,31 - 2379: 156,30 - 2382: 158,26 - 2389: 157,33 - 2393: 154,44 - 3190: -102,-121 - 3200: -80,-128 - 3202: -75,-126 - 3203: -73,-128 - 3205: -102,-129 - 3217: -79,-140 - 3219: -77,-137 - 3223: -79,-150 - 3225: -77,-148 - 3231: -88,-161 - 3270: -65,-157 - 3275: -71,-143 - 3287: -68,-130 - 3341: -109,-132 - 3347: -111,-121 - 3350: -107,-124 - 3356: -120,-144 - 3359: -119,-141 - 3360: -118,-137 - 3366: -120,-132 - 3367: -120,-130 - 3368: -117,-136 - 3372: -117,-121 - 3379: -125,-176 - 3383: -128,-162 - 3392: -126,-150 - 3396: -124,-140 - 3403: -124,-133 - 3406: -125,-128 - 3407: -123,-122 - 3420: -126,-177 - 3436: -89,-181 - 3440: -81,-183 - 3441: -80,-183 - 3444: -76,-181 - 3448: -69,-183 - 3452: -65,-177 - 3460: -121,-117 - 3463: -116,-114 - 3469: -106,-117 - 3474: -101,-120 - 3479: -91,-119 - 3480: -90,-120 - 3482: -86,-119 - 3484: -83,-119 - 3486: -81,-118 - 3502: -60,-177 - 3508: -62,-171 - 3515: -63,-167 - 3516: -63,-166 - 3522: -62,-159 - 3539: -63,-134 - 3540: -62,-136 - 3547: -59,-122 - 3803: 144,-109 - 3808: 142,-112 - 3816: 138,-96 - 3823: 133,-110 - 3830: 134,-98 - 3833: 130,-95 - 3839: 122,-110 - 3841: 124,-108 - 3848: 123,-94 - 3850: 126,-95 - 3866: 122,-71 - 3868: 123,-65 - 3878: 131,-65 - 3882: 137,-67 - 3884: 139,-72 - 3888: 142,-68 - 3891: 146,-65 - 3893: 121,-61 - 3897: 126,-64 - 3900: 127,-60 - 3904: 135,-63 - 3905: 136,-62 - 3906: 136,-58 - 3913: 146,-60 - 3918: 123,-49 - 3921: 130,-49 - 3922: 131,-50 - 3923: 138,-55 - 3927: 145,-55 - 3940: 162,-54 - 3943: 167,-52 - 3947: 176,-50 - 3952: 187,-49 - 3957: 123,-119 - 3960: 130,-113 - 3967: 135,-117 - 3970: 140,-114 - 3973: 145,-118 - 3984: -70,-111 - 3991: -63,-108 - 3995: -64,-98 - 3998: -61,-100 - 4011: -69,-90 - 4014: -66,-96 - 4015: -62,-95 - 4020: -59,-90 - 4021: -58,-92 - 4023: -57,-93 - 4024: -55,-95 - 4033: -50,-90 - 4034: -43,-135 - 4041: -43,-98 - 4043: -41,-104 - 4048: -48,-90 - 4062: -34,-123 - 4068: -38,-103 - 4072: -39,-93 - 4075: -35,-91 - 4076: -34,-96 - 4084: -31,-125 - 4085: -30,-127 - 4089: -27,-127 - 4090: -26,-126 - 4091: -30,-118 - 4095: -28,-108 - 4099: -25,-112 - 4101: -32,-98 - 4104: -30,-104 - 4106: -29,-97 - 4113: -27,-90 - 4117: -79,-92 - 4118: -79,-91 - 4120: -56,-144 - 4121: -55,-141 - 4122: -54,-141 - 4123: -51,-143 - 4130: -39,-142 - 4136: -31,-140 - 4152: -18,-133 - 4161: -17,-128 - 4162: -17,-124 - 4165: -24,-113 - 4176: -18,-111 - 4187: -21,-92 - 4193: -52,-149 - 4196: -48,-151 - 4205: -40,-150 - 4206: -40,-146 - 4210: -38,-148 - 4217: -26,-150 - 4218: -25,-149 - 4220: -22,-151 - 4222: -19,-146 - 4224: -18,-147 - 4229: -12,-149 - 4237: -13,-144 - 4238: -16,-130 - 4241: -16,-122 - 4245: -11,-122 - 4247: -10,-123 - 4248: -16,-114 - 4260: -9,-111 - 4261: -9,-108 - 4262: -16,-98 - 4263: -14,-97 - 4268: -9,-101 - 4269: -9,-100 - 4364: 186,44 - 4396: 197,52 - 4402: 154,57 - 4407: 164,60 - 4411: 179,62 - 4413: 190,60 - 4417: 195,63 - 4419: 196,59 - 4424: 176,70 - 4428: 197,70 - 4433: 154,74 - 4442: 174,74 - 4444: 175,73 - 4445: 176,73 - 4447: 176,78 - 4448: 177,74 - 4450: 180,75 - 4458: 187,73 - 4460: 189,78 - 4462: 191,79 - 4467: 195,79 - 4468: 196,74 - 4469: 196,79 - 4472: 201,41 - 4476: 205,41 - 4490: 202,59 - 4503: 202,73 - 4505: 204,78 - 4510: 149,49 - 4511: 149,54 - 4513: 146,58 - 4515: 148,62 - 4516: 149,57 - 4519: 151,59 - 4526: 187,37 - 4528: 190,38 - 4533: 201,33 - 4537: 202,34 - 4540: 204,36 - 4547: 181,24 - 4554: 206,27 - 4556: 137,49 - 4557: 137,51 - 4564: 138,60 - 4566: 141,62 - 4567: 142,56 - 4574: 169,19 - 4581: 205,19 - 4584: 207,16 - 4585: 207,20 - 4586: 160,8 - 4587: 160,14 - 4594: 192,8 - 4596: 197,13 - 4601: 210,44 - 4609: 212,54 - 4619: 208,69 - 4621: 209,68 - 4631: 213,77 - 4642: 194,85 - 4648: 206,85 - 4650: 210,83 - 4651: 210,87 - 4652: 213,86 - 4653: 213,87 - 4659: 200,90 - 4662: 202,92 - 4668: 211,94 - 4673: 215,91 - 4675: 175,80 - 4686: 169,98 - 4696: 205,101 - 4701: 212,100 - 4708: 223,35 - 4713: 216,54 - 4714: 217,50 - 4717: 220,52 - 4723: 216,63 - 4728: 221,61 - 4730: 223,56 - 4731: 223,57 - 4733: 218,67 - 4736: 216,78 - 4737: 216,79 - 4743: 222,77 - 4748: 219,95 - 4755: 217,98 - 4759: 223,99 - 4760: 223,100 - 4762: 224,38 - 4765: 229,38 - 4770: 226,47 - 4781: 227,60 - 4782: 229,56 - 4789: 228,66 - 4791: 229,70 - 4792: 230,64 - 4795: 228,74 - 4797: 229,73 - 4798: 230,72 - 4800: 224,85 - 4806: 224,94 - 4818: 224,103 - 4821: 229,101 - 4826: 239,37 - 4829: 234,41 - 4831: 235,46 - 4832: 236,46 - 4841: 238,52 - 4843: 239,51 - 4845: 233,61 - 4846: 234,58 - 4847: 234,60 - 4860: 233,73 - 4867: 232,80 - 4869: 233,83 - 4882: 234,92 - 4883: 235,88 - 4887: 232,98 - 4889: 234,96 - 4947: 8,-62 - 4952: -1,-93 - 4953: 4,-94 - 4958: 13,-91 - 4963: -24,-48 - 4964: -23,-45 - 4973: -17,-76 - 4976: -20,-60 - 4979: -23,-55 - 4987: 31,-92 - 4988: 27,-33 - 4999: -28,-62 - 5005: -29,-50 - 5006: -28,-56 - 5007: -28,-54 - 5009: -25,-52 - 5013: -26,-43 - 5020: 63,99 - 5022: 56,114 - 5025: 59,116 - 5027: 63,116 - 5028: 67,96 - 5030: 67,101 - 5034: 69,102 - 5040: 70,104 - 5049: 76,100 - 5051: 73,106 - 5053: 72,112 - 5054: 73,115 - 5060: 74,126 - 5061: 75,120 - 5064: 78,124 - 5065: 47,-27 - 5067: 61,93 - 5072: 64,94 - 5073: 65,90 - 5074: 67,95 - 5076: 69,88 - 5078: 71,88 - 5082: 78,93 - 5084: 67,81 - 5089: 78,80 - 5097: 65,79 - 5103: 73,75 - 5105: 76,74 - 5106: 76,77 - 5108: 69,70 - 5109: 75,71 - 5112: 64,62 - 5116: 71,61 - 5117: 72,62 - 5120: 75,56 - 5128: 90,63 - 5131: 97,58 - 5136: 103,59 - 5137: 104,58 - 5144: 116,58 - 5146: 119,61 - 5153: -222,-72 - 5155: -220,-68 - 5162: -226,-74 - 5164: -230,-71 - 5176: -233,-69 - 5177: -233,-68 - 5181: -223,-103 - 5183: -238,-105 - 5184: -237,-112 - 5187: -235,-106 - 5189: -234,-110 - 5195: -218,-112 - 5197: -218,-106 - 5200: -240,-114 - 5201: -239,-118 - 5205: -235,-115 - 5207: -232,-113 - 5218: -247,-114 - 5226: -244,-92 - 5229: -245,-76 - 5232: -248,-66 - 5237: -243,-66 - 5242: -253,-113 - 5250: -251,-110 - 5255: -252,-76 - 5257: -250,-74 - 5259: -255,-70 - 5260: -254,-72 - 5269: -251,-122 - 5272: -245,-121 - 5273: -241,-124 - 5282: -226,-127 - 5283: -225,-128 - 5285: -264,-122 - 5289: -260,-121 - 5290: -259,-127 - 5293: -257,-125 - 5295: -264,-119 - 5320: -259,-65 - 5326: -216,-68 - 5328: -210,-69 - 5330: -203,-74 - 5332: -205,-66 - 5333: -205,-65 - 5337: -201,-68 - 5341: -188,-76 - 5343: -187,-76 - 5347: -184,-80 - 5349: -182,-73 - 5357: -159,-79 - 5362: -197,-77 - 5370: -272,-119 - 5372: -271,-118 - 5374: -268,-117 - 5383: -266,-107 - 5384: -272,-102 - 5396: -224,-130 - 5398: -219,-133 - 5401: -267,-130 - 5402: -266,-136 - 5408: -255,-135 - 5415: -248,-130 - 5417: -246,-132 - 5420: -242,-136 - 5422: -240,-135 - 5426: -233,-133 - 5428: -231,-129 - 5465: 62,-68 - 5467: 63,-61 - 5469: -142,-156 - 5470: -141,-153 - 5471: -140,-157 - 5479: -141,-130 - 5482: -137,-132 - 5483: -143,-127 - 5488: -138,-123 - 5490: -144,-114 - 5493: -142,-113 - 5495: -139,-114 - 5497: -138,-114 - 5504: -137,-100 - 5510: 82,27 - 5512: 84,26 - 5514: 85,30 - 5516: 87,27 - 5518: 87,31 - 5520: 79,30 - 5528: 63,24 - 5531: 122,-39 - 5533: 122,-32 - 5539: -209,-211 - 5541: -209,-208 - 5543: -209,-205 - 5550: -214,-192 - 5552: -214,-185 - 5556: -209,-192 - 5562: -216,-176 - 5566: -209,-176 - 5572: -206,-216 - 5576: -201,-216 - 5578: -208,-203 - 5582: -203,-202 - 5584: -208,-194 - 5586: -203,-199 - 5588: -202,-197 - 5590: -208,-186 - 5609: -197,-218 - 5612: -194,-223 - 5614: -195,-215 - 5615: -194,-211 - 5620: -198,-203 - 5626: -191,-224 - 5641: -187,-215 - 5644: -191,-206 - 5645: -191,-205 - 5650: -187,-206 - 5651: -186,-208 - 5653: -185,-208 - 5657: -182,-217 - 5672: -183,-205 - 5674: -182,-202 - 5677: -181,-204 - 5698: -173,-203 - 5702: -171,-202 - 5703: -170,-204 - 5719: -163,-210 - 5721: -168,-207 - 5727: -160,-221 - 5728: -155,-218 - 5733: -158,-209 - 5740: -159,-204 - 5745: -215,-163 - 5749: -210,-164 - 5750: -208,-168 - 5753: -205,-162 - 5754: -203,-167 - 5765: -148,-210 - 5769: -148,-206 - 5770: -146,-204 - 5773: -145,-203 - 5779: 40,23 - 5784: 47,19 - 5797: 24,18 - 5799: 26,21 - 5801: 31,20 - 5803: 24,31 - 5804: 29,31 - 5810: 36,28 - 5812: 38,27 - 5815: 43,24 - 5816: 43,26 - 5826: 62,33 - 5827: 65,32 - 5828: 66,33 - 5839: 147,-48 - 5842: 154,-43 - 5844: 155,-45 - 5845: 155,-41 - 5846: 157,-42 - 5851: 164,-44 - 5854: 138,-45 - 5855: 140,-46 - 5857: 143,-45 - 5859: 142,-37 - 5860: 143,-37 - 5866: 151,-37 - 5868: 153,-35 - 5871: 155,-35 - 5874: 160,-34 - 5882: 128,-42 - 5884: 129,-44 - 5887: 132,-37 - 5890: 135,-37 - 5897: 148,-28 - 5899: 151,-32 - 5905: 157,-27 - 5907: 160,-29 - 5914: 162,-17 - 5918: 163,-16 - 5925: 163,-7 - 5936: 167,1 - 5937: 122,-47 - 5938: 122,-46 - 5960: 101,-55 - 5962: 103,-52 - 5964: 106,-55 - 5967: 111,-54 - 5972: 115,-49 - 5973: 116,-52 - 5978: 118,-50 - 5984: 90,-61 - 5987: 95,-64 - 5997: 102,-60 - 5998: 103,-63 - 6004: 115,-63 - 6005: 115,-57 - 6006: 116,-63 - 6008: 116,-59 - 6009: 117,-62 - 6011: 81,-60 - 6015: 83,-59 - 6019: 81,-54 - 6022: 85,-51 - 6023: 86,-53 - 6025: 81,-71 - 6027: 83,-66 - 6030: 87,-69 - 6034: 88,-65 - 6035: 89,-65 - 6036: 90,-65 - 6039: 93,-67 - 6040: 95,-72 - 6042: 96,-69 - 6043: 96,-66 - 6054: 106,-70 - 6060: 113,-65 - 6066: 119,-65 - 6068: 72,-66 - 6070: 73,-71 - 6078: 74,-59 - 6085: 157,161 - 6088: 160,167 - 6093: 155,175 - 6095: 175,173 - 6098: 154,178 - 6102: 147,158 - 6103: 144,174 - 6109: 146,191 - 6112: 154,191 - 6116: 147,204 - 6118: 150,203 - 6121: 153,201 - 6131: 136,154 - 6134: 138,156 - 6142: 140,187 - 6152: 176,201 - 6155: 177,206 - 6162: 184,167 - 6164: 190,160 - 6165: 186,181 - 6179: 133,169 - 6180: 134,168 - 6183: 135,172 - 6190: 134,206 - 6192: 128,214 - 6195: 141,211 - 6199: 143,211 - 6207: 158,211 - 6209: 161,212 - 6216: 168,208 - 6219: 172,210 - 6225: 123,207 - 6227: 123,208 - 6230: 129,218 - 6241: 149,217 - 6249: 162,216 - 6250: 162,220 - 6251: 164,219 - 6256: 168,222 - 6257: 169,221 - 6260: 171,216 - 6261: 173,222 - 6269: 138,150 - 6273: 144,147 - 6274: 144,151 - 6276: 147,144 - 6277: 149,145 - 6279: 151,147 - 6281: 173,144 - 6290: 197,166 - 6291: 193,178 - 6292: 193,179 - 6297: 197,178 - 6298: -40,-74 - 6302: -36,-76 - 6303: -38,-65 - 6307: -38,-57 - 6309: -36,-62 - 6311: -35,-58 - 6314: -48,-79 - 6320: -43,-74 - 6324: -41,-69 - 6327: -47,-60 - 6329: -45,-60 - 6331: -42,-60 - 6333: -56,-75 - 6335: -54,-77 - 6339: -52,-74 - 6344: -56,-66 - 6347: -54,-69 - 6348: -54,-68 - 6357: -49,-59 - 6361: -63,-78 - 6362: -63,-77 - 6367: -59,-78 - 6369: -57,-80 - 6373: -62,-66 - 6374: -61,-65 - 6375: -60,-68 - 6380: -59,-58 - 6383: -62,-40 - 6386: -61,-32 - 6390: -70,-80 - 6391: -70,-75 - 6392: -69,-77 - 6401: -67,-66 - 6408: -65,-61 - 6414: -74,-78 - 6415: -80,-66 - 6424: -76,-59 - 6426: -74,-61 - 6429: -84,-79 - 6442: -86,-64 - 6444: -86,-57 - 6450: -96,-78 - 6454: -91,-74 - 6456: -96,-66 - 6468: -96,-57 - 6469: -94,-63 - 6470: -94,-60 - 6476: -102,-78 - 6490: -98,-63 - 6505: 103,140 - 6509: 100,147 - 6510: 100,148 - 6512: 101,148 - 6514: 96,158 - 6518: 99,156 - 6523: 96,166 - 6527: 101,166 - 6531: 98,175 - 6536: 90,140 - 6541: 90,149 - 6546: 90,153 - 6554: 95,163 - 6555: 88,175 - 6560: 89,178 - 6562: 91,180 - 6567: 80,139 - 6577: 87,156 - 6589: 86,171 - 6593: 84,182 - 6598: 75,135 - 6601: 76,140 - 6603: 77,143 - 6607: 72,153 - 6611: 78,155 - 6614: 73,161 - 6623: 72,175 - 6626: 77,169 - 6633: 76,176 - 6640: 53,118 - 6641: 54,112 - 6649: 47,116 - 6652: 35,112 - 6656: -224,-217 - 6682: -224,-185 - 6683: -222,-191 - 6696: -220,-173 - 6701: -222,-168 - 6702: -220,-165 - 6760: 155,136 - 6767: 176,142 - 6773: 206,148 - 6774: 206,149 - 6775: 207,147 - 6777: 204,153 - 6786: -146,-76 - 6788: -145,-77 - 6791: -192,-66 - 6801: -182,-69 - 6802: -182,-68 - 6805: -169,-69 - 6810: -166,-65 - 6814: -161,-71 - 6818: -157,-68 - 6823: -151,-67 - 6829: -147,-69 - 6831: -207,-63 - 6833: -203,-58 - 6835: -202,-59 - 6840: -189,-64 - 6842: -187,-59 - 6843: -187,-58 - 6847: -182,-59 - 6852: -168,-64 - 6853: -166,-61 - 6863: -155,-58 - 6873: -214,-57 - 6875: -212,-60 - 6878: -209,-64 - 6883: -213,-51 - 6884: -213,-50 - 6889: -208,-50 - 6895: -203,-50 - 6896: -201,-52 - 6901: -188,-49 - 6902: -186,-54 - 6907: -174,-56 - 6918: -162,-51 - 6921: -156,-54 - 6924: -154,-56 - 6926: -153,-51 - 6927: -153,-49 - 6929: -152,-49 - 6933: -148,-53 - 6936: -145,-54 - 6949: -75,182 - 6958: -79,193 - 6962: -74,197 - 6964: -73,195 - 6965: -80,206 - 6966: -79,201 - 6970: -76,202 - 6976: -81,179 - 6982: -85,184 - 6990: -81,192 - 6993: -88,207 - 6994: -87,201 - 7001: -94,184 - 7005: -92,188 - 7007: -91,190 - 7011: -94,193 - 7012: -94,196 - 7015: -89,195 - 7018: -94,202 - 7022: -89,204 - 7025: -93,174 - 7026: -92,170 - 7027: -90,170 - 7028: -89,172 - 7030: -86,169 - 7032: -84,173 - 7036: -76,171 - 7041: -96,167 - 7044: -91,165 - 7046: -88,166 - 7050: -81,163 - 7052: -79,164 - 7055: -75,162 - 7061: -92,212 - 7063: -88,208 - 7064: -87,208 - 7065: -87,211 - 7066: -86,215 - 7069: -80,209 - 7073: -95,153 - 7078: -90,153 - 7081: -85,152 - 7090: -104,159 - 7091: -99,159 - 7105: -101,175 - 7109: -102,178 - 7118: -103,205 - 7125: -102,213 - 7127: -101,211 - 7128: -101,215 - 7129: -99,214 - 7132: -109,158 - 7133: -108,158 - 7135: -112,166 - 7139: -112,174 - 7140: -111,174 - 7143: -109,175 - 7151: -110,179 - 7158: -107,185 - 7159: -106,184 - 7162: -111,201 - 7164: -109,204 - 7169: -109,208 - 7179: -114,166 - 7186: -119,189 - 7188: -120,194 - 7189: -120,198 - 7194: -118,201 - 7198: -118,211 - 7199: -116,210 - 7201: -113,211 - 7204: -70,153 - 7212: -70,172 - 7213: -69,168 - 7231: -66,192 - 7233: -65,195 - 7237: -69,201 - 7238: -69,207 - 7250: -64,168 - 7253: -64,190 - 7262: -61,209 - 7263: -59,210 - 7266: -114,219 - 7267: -113,219 - 7271: -108,218 - 7274: -105,219 - 7276: -103,221 - 7279: -101,221 - 7282: -96,222 - 7290: -88,223 - 7293: -84,219 - 7294: -82,220 - 7298: -75,217 - 7300: -73,220 - 7302: -69,216 - 7308: -64,222 - 7309: -63,218 - 7311: -59,216 - 7313: -57,216 - 7314: -127,154 - 7315: -125,153 - 7319: -122,158 - 7322: -126,161 - 7334: -121,172 - 7341: -127,186 - 7345: -125,191 - 7353: -121,193 - 7355: -126,207 - 7356: -125,206 - 7358: -128,214 - 7360: -127,212 - 7361: -128,222 - 7364: -124,219 - 7367: -121,219 - 7369: 154,107 - 7372: 155,111 - 7375: 170,105 - 7379: 174,108 - 7382: 178,108 - 7384: 187,104 - 7389: 201,105 - 7392: 207,104 - 7395: 208,110 - 7408: 159,112 - 7413: 177,116 - 7416: 179,112 - 7431: 200,112 - 7433: 202,115 - 7434: 205,113 - 7441: 200,126 - 7447: 213,121 - 7456: 208,142 - 7461: 215,136 - 7462: 215,138 - 7469: 212,154 - 7471: 213,158 - 7472: 215,152 - 7477: 216,106 - 7478: 216,110 - 7486: 218,112 - 7491: 218,121 - 7494: 223,122 - 7501: 217,137 - 7502: 217,141 - 7505: 221,139 - 7509: 218,153 - 7515: 220,162 - 7516: 221,165 - 7517: 222,160 - 7522: 154,102 - 7523: 156,97 - 7525: 158,96 - 7531: 21,118 - 7539: 15,106 - 7551: 9,98 - 7556: 11,103 - 7563: 32,99 - 7575: 47,103 - 7625: 34,-139 - 7628: 32,-130 - 7632: 35,-135 - 7633: 37,-136 - 7639: 36,-126 - 7640: 36,-122 - 7642: 39,-127 - 7643: 32,-120 - 7653: 36,-108 - 7660: 25,-143 - 7665: 28,-140 - 7670: 29,-131 - 7673: 26,-125 - 7685: 31,-117 - 7690: 27,-105 - 7692: 30,-102 - 7706: 47,-140 - 7707: 40,-134 - 7709: 41,-131 - 7714: 46,-133 - 7716: 41,-127 - 7719: 41,-119 - 7723: 41,-109 - 7725: 43,-108 - 7729: 48,-144 - 7733: 51,-144 - 7739: 51,-130 - 7743: 55,-133 - 7746: 48,-127 - 7751: 51,-112 - 7756: 53,-106 - 7759: 53,-104 - 7763: 59,-140 - 7765: 56,-129 - 7768: 59,-134 - 7770: 59,-129 - 7772: 61,-129 - 7777: 59,-113 - 7780: 62,-106 - 7783: 64,-139 - 7786: 65,-132 - 7791: 64,-106 - 7796: 65,-102 - 7806: 79,-141 - 7813: 72,-126 - 7816: 73,-122 - 7818: 75,-121 - 7820: 79,-112 - 7821: 73,-102 - 7832: 74,-94 - 7835: 76,-92 - 7851: 48,-148 - 7864: 71,-149 - 7869: 77,-146 - 7872: 79,-152 - 7873: 80,-146 - 7875: 86,-151 - 7891: 81,-124 - 7892: 81,-123 - 7897: 83,-116 - 7900: 87,-120 - 7904: 80,-96 - 7911: 17,-150 - 7917: 22,-145 - 7921: 17,-142 - 7925: 21,-138 - 7929: 20,-134 - 7932: 23,-129 - 7935: 16,-121 - 7936: 17,-127 - 7938: 19,-128 - 7940: 21,-126 - 7942: 17,-118 - 7943: 18,-120 - 7946: 20,-116 - 7947: 21,-120 - 7948: 21,-114 - 7950: 18,-109 - 7951: 18,-105 - 7952: 19,-112 - 7956: 21,-106 - 7957: 21,-105 - 7967: -167,35 - 7969: -163,37 - 7970: -162,32 - 7975: -155,38 - 7983: -149,36 - 7997: -198,76 - 7998: -197,74 - 8000: -195,78 - 8011: -182,73 - 8012: -156,74 - 8014: -151,73 - 8018: -199,82 - 8019: -198,82 - 8022: -196,84 - 8024: -194,86 - 8027: -189,81 - 8028: -187,82 - 8032: -176,85 - 8033: -174,87 - 8036: -171,87 - 8037: -165,87 - 8044: -152,80 - 8051: -198,95 - 8052: -197,88 - 8059: -187,88 - 8067: -176,88 - 8071: -175,91 - 8072: -175,95 - 8077: -168,93 - 8078: -168,95 - 8084: -156,92 - 8085: -154,91 - 8096: -207,36 - 8107: -202,43 - 8112: -205,48 - 8116: -208,61 - 8117: -208,62 - 8128: -201,67 - 8130: -207,73 - 8133: -205,76 - 8134: -204,74 - 8144: -205,94 - 8145: -204,88 - 8147: -201,92 - 8152: -137,28 - 8153: -143,36 - 8156: -143,41 - 8165: -141,79 - 8169: -139,86 - 8170: -138,82 - 8174: -137,91 - 8175: -137,92 - 8428: -168,12 - 8439: -176,14 - 8441: -175,14 - 8445: -170,11 - 8467: -195,9 - 8469: -208,0 - 8480: -206,8 - 8481: -205,15 - 8490: -191,-6 - 8496: -179,-2 - 8497: -174,-1 - 8506: -211,7 - 8507: -214,9 - 8508: -211,9 - 8509: -211,10 - 8510: -209,10 - 8513: -213,24 - 8516: -215,34 - 8530: -151,19 - 8532: -146,17 - 8535: -151,10 - 8545: -145,4 - 8553: -211,-5 - 8555: -208,-2 - 8663: -101,-188 - 8675: -80,-186 - 8676: -79,-191 - 8680: -74,-187 - 8681: -120,-190 - 8682: -120,-186 - 8686: -117,-185 - 8699: -110,-198 - 8703: -102,-199 - 8708: -92,-196 - 8709: -88,-196 - 8710: -82,-197 - 8713: -73,-197 - 8714: -73,-196 - 8716: -119,-205 - 8727: -102,-206 - 8729: -98,-202 - 8732: -95,-204 - 8735: -91,-206 - 8742: -82,-208 - 8748: -78,-201 - 8752: -69,-201 - 8759: -67,-191 - 8763: -65,-189 - 8768: -60,-207 - 8769: -60,-204 - 8771: -59,-204 - 8777: -60,-197 - 8779: -61,-192 - 8780: -59,-186 - 8783: -56,-208 - 8785: -54,-201 - 8791: -54,-197 - 8793: -51,-197 - 8796: -54,-187 - 8798: -52,-192 - 8802: -54,-183 - 8811: -56,-166 - 8826: -85,20 - 8833: -75,22 - 8836: -85,24 - 8837: -83,27 - 8844: -70,18 - 8845: -69,16 - 8849: -81,36 - 8857: -77,41 - 8863: -82,48 - 8864: -82,49 - 8867: -72,63 - 8869: -92,20 - 8876: -93,27 - 8884: -91,38 - 8891: -92,42 - 8893: -93,49 - 8899: -101,23 - 8915: -97,36 - 8917: -102,44 - 8918: -101,40 - 9296: 54,69 - 9297: 8,70 - 9302: 12,68 - 9307: 48,78 - 9315: 15,80 - 9316: 15,83 - 9318: 41,83 - 9416: 176,-47 - 9425: 183,-36 - 9426: 177,-28 - 9432: 182,-21 - 9440: 186,-33 - 9441: 187,-40 - 9451: 195,-47 - 9454: 193,-38 - 9455: 201,-62 - 9459: 202,-42 - 9461: 206,-48 - 9464: 203,-17 - 9466: 205,-18 - 9472: 213,-57 - 9480: 213,-42 - 9481: 213,-41 - 9483: 209,-22 - 9485: 218,-61 - 9486: 218,-57 - 9491: 222,-63 - 9495: 219,-56 - 9499: 217,-46 - 9500: 218,-43 - 9504: 222,-28 - 9509: 218,-20 - 9515: 227,-57 - 9519: 231,-63 - 9521: 224,-50 - 9526: 227,-50 - 9527: 228,-54 - 9528: 229,-55 - 9530: 231,-53 - 9541: 228,-36 - 9542: 229,-34 - 9547: 229,-26 - 9548: 230,-29 - 9553: 226,-20 - 9559: 234,-64 - 9563: 238,-58 - 9564: 233,-55 - 9565: 237,-55 - 9566: 237,-51 - 9569: 234,-42 - 9575: 235,-40 - 9583: 238,-20 - 9584: 239,-19 - 9585: 200,-66 - 9588: 202,-68 - 9589: 203,-72 - 9597: 214,-67 - 9603: 225,-70 - 9608: 231,-69 - 9609: 232,-70 - 9615: 168,-48 - 9616: 169,-45 - 9617: 170,-41 - 9619: 175,-48 - 9621: 168,-33 - 9624: 174,-36 - 9631: 168,-19 - 9634: 171,-17 - 9655: 213,-74 - 9660: 218,-80 - 9662: 220,-76 - 9669: 228,-76 - 9673: 238,-76 - 9675: 239,-77 - 9683: 207,-88 - 9685: 209,-86 - 9686: 211,-81 - 9701: 230,-82 - 9738: 187,-12 - 9740: 191,-12 - 9743: 200,-16 - 9745: 201,-13 - 9751: 206,-10 - 9754: 210,-13 - 9759: 217,-9 - 9760: 218,-14 - 9761: 219,-9 - 9765: 225,-15 - 9770: 229,-14 - 9774: 232,-10 - 9778: 236,-15 - 9779: 236,-9 - 9793: 242,-56 - 9795: 243,-49 - 9800: 245,-42 - 9801: 242,-33 - 9804: 245,-38 - 9806: 240,-30 - 9809: 244,-29 - 9815: 246,-21 - 9823: 246,-14 - 9824: 184,-1 - 9828: 187,-1 - 9834: 197,-3 - 9837: 203,-8 - 9839: 205,-2 - 9840: 207,-5 - 9845: 213,-7 - 9850: 218,-7 - 9857: 226,-8 - 9864: 240,-2 - 9867: 243,-2 - 9870: 247,-4 - 9876: 179,-12 - 9878: 181,-10 - 9879: 182,-16 - 9880: 182,-12 - 9882: 183,-11 - 9885: 179,-2 - 9886: 180,-6 - 9891: 183,-1 - 9893: 247,-67 - 44981: 88,-97 - 44982: 110,-104 - 44986: 91,-109 - 45001: 111,-128 - 47452: 112,-130 - 47458: 118,-125 - 47460: 112,-119 - 47462: 113,-118 - 47464: 117,-117 - 47465: 117,-114 - 47471: 91,-137 - 47473: 97,-143 - 47479: 110,-143 - 47481: 114,-137 - 48705: 122,-139 - 48706: 123,-141 - 48707: 125,-138 - 48710: 123,-135 - 48711: 123,-131 - 48717: 124,-127 - 48721: 127,-128 - 48722: 127,-125 - 48735: 129,-135 - 48737: 130,-130 - 48739: 132,-132 - 48742: 131,-128 - 48743: 133,-127 - 48745: 133,-122 - 48959: 72,-80 - 48968: 110,-75 + 575: -204,-111 + 578: -207,-101 + 584: -206,-129 + 586: -202,-133 + 591: -164,-134 + 599: -208,-138 + 603: -201,-142 + 604: -173,-144 + 605: -172,-144 + 606: -167,-142 + 607: -166,-137 + 608: -161,-138 + 613: -205,-148 + 615: -205,-145 + 616: -201,-148 + 619: -208,-160 + 626: -148,-145 + 628: -146,-147 + 634: -148,-132 + 637: -145,-129 + 642: -149,-120 + 646: -149,-109 + 653: -141,-150 + 654: -141,-145 + 657: -141,-144 + 658: -139,-138 + 666: -142,-107 + 667: -140,-109 + 674: -203,-90 + 684: -186,-94 + 685: -176,-91 + 705: -212,-139 + 709: -209,-129 + 718: -212,-118 + 719: -212,-117 + 720: -216,-109 + 721: -216,-108 + 723: -210,-111 + 725: -216,-99 + 727: -211,-98 + 728: -223,-145 + 739: -221,-125 + 746: -224,-109 + 754: -209,-155 + 755: -223,-155 + 757: -221,-160 + 764: -210,-95 + 768: -205,-144 + 769: -203,-138 + 770: -205,-130 + 779: -203,-104 + 784: -162,-138 + 789: -158,-142 + 793: -158,-136 + 799: -210,-139 + 800: -209,-140 + 805: -210,-122 + 806: -215,-119 + 807: -214,-119 + 808: -211,-119 + 810: -215,-109 + 817: -203,-94 + 821: -187,-95 + 822: -187,-90 + 824: -160,-90 + 825: -157,-92 + 831: -209,-153 + 841: -145,-120 + 842: -145,-119 + 845: -145,-91 + 850: 82,122 + 858: 90,114 + 861: 90,121 + 868: 90,108 + 891: 96,96 + 892: 102,99 + 900: 104,104 + 901: 105,109 + 905: 106,118 + 908: 108,119 + 915: 105,121 + 919: 81,91 + 923: 97,89 + 926: 100,92 + 927: 101,94 + 930: 107,88 + 931: 107,89 + 934: 83,80 + 946: 106,86 + 952: 112,87 + 953: 117,86 + 954: 114,93 + 957: 117,90 + 959: 112,98 + 969: 118,107 + 977: 117,118 + 978: 112,126 + 981: 115,126 + 984: 119,124 + 989: 81,74 + 990: 83,73 + 991: 83,76 + 992: 84,76 + 1000: 91,72 + 1003: 93,78 + 1005: 95,75 + 1011: 99,78 + 1012: 101,73 + 1016: 109,77 + 1017: 111,72 + 1020: 114,72 + 1022: 115,79 + 1023: 117,75 + 1028: 122,76 + 1032: 122,82 + 1033: 123,84 + 1035: 126,86 + 1043: 123,101 + 1044: 124,98 + 1056: 125,118 + 1064: 90,71 + 1068: 99,71 + 1074: 133,70 + 1077: 130,79 + 1078: 133,77 + 1079: 129,84 + 1085: 128,94 + 1092: 133,97 + 1093: 134,100 + 1095: 128,104 + 1101: 129,116 + 1105: 133,116 + 1110: 131,127 + 1111: 132,123 + 1115: 139,71 + 1133: 142,91 + 1138: 139,100 + 1140: 140,100 + 1150: 137,115 + 1151: 138,119 + 1154: 140,118 + 1158: 136,124 + 1159: 136,126 + 1162: 144,78 + 1166: 151,72 + 1167: 147,80 + 1168: 149,86 + 1172: 151,91 + 1178: 144,110 + 1179: 145,106 + 1183: 145,118 + 1188: 149,118 + 1192: 80,130 + 1194: 81,132 + 1201: 98,129 + 1203: 101,134 + 1206: 103,131 + 1207: 105,129 + 1208: 106,128 + 1220: 116,133 + 1224: 126,132 + 1227: 127,132 + 1228: 131,128 + 1233: 73,-3 + 1234: 72,6 + 1241: 79,4 + 1260: 118,-28 + 1261: 64,-2 + 1265: 64,7 + 1268: 69,6 + 1270: 71,1 + 1275: 65,20 + 1279: 69,18 + 1286: 78,-48 + 1291: 117,-42 + 1300: 51,15 + 1308: 38,144 + 1309: 38,150 + 1313: 33,153 + 1314: 35,155 + 1315: 36,156 + 1323: 37,166 + 1330: 52,163 + 1331: 53,162 + 1339: 37,173 + 1340: 39,171 + 1341: 40,175 + 1343: 45,173 + 1354: 27,151 + 1365: 31,163 + 1368: 26,172 + 1369: 29,172 + 1371: 25,177 + 1384: 44,177 + 1385: 46,176 + 1390: 50,183 + 1392: 53,182 + 1398: 27,136 + 1403: 32,136 + 1411: 50,136 + 1415: 18,136 + 1418: 21,141 + 1423: 21,150 + 1424: 21,151 + 1425: 22,146 + 1440: 21,177 + 1448: 30,129 + 1449: 31,128 + 1459: 16,121 + 1463: 23,123 + 1466: 29,125 + 1482: 52,122 + 1487: 55,127 + 1490: 14,120 + 1492: 11,135 + 1493: 15,132 + 1495: 9,142 + 1505: 14,155 + 1515: 15,168 + 1516: 9,177 + 1520: 11,180 + 1524: 1,121 + 1528: 0,130 + 1534: 5,134 + 1541: 7,139 + 1551: 1,154 + 1552: 3,156 + 1554: 5,152 + 1567: 4,179 + 1572: 56,127 + 1573: 57,122 + 1576: 59,127 + 1580: 62,129 + 1583: 63,132 + 1587: 58,138 + 1589: 63,139 + 1591: 60,148 + 1600: 62,166 + 1601: 63,160 + 1607: 59,183 + 1608: 61,182 + 1611: 65,121 + 1613: 66,120 + 1618: 69,125 + 1623: 71,129 + 1625: 67,142 + 1627: 69,141 + 1628: 65,145 + 1630: 65,148 + 1632: 66,150 + 1642: 69,161 + 1643: 69,166 + 1649: 68,180 + 1651: 69,180 + 1654: 1,186 + 1655: 2,184 + 1658: 8,190 + 1660: 9,189 + 1662: 13,190 + 1663: 14,184 + 1666: 21,185 + 1673: 27,189 + 1676: 32,190 + 1678: 33,186 + 1683: -29,-36 + 1684: -26,-39 + 1690: -21,-39 + 1696: -24,-24 + 1704: -11,14 + 1705: -10,14 + 1706: -5,15 + 1708: 2,15 + 1713: 7,11 + 1716: 12,14 + 1720: 17,10 + 1722: 22,11 + 1725: -38,21 + 1726: -37,19 + 1732: -29,21 + 1736: -24,16 + 1737: -23,19 + 1738: -22,19 + 1747: -11,23 + 1750: -7,18 + 1753: -4,20 + 1756: 0,21 + 1757: 1,20 + 1761: 3,23 + 1763: 5,18 + 1768: 14,16 + 1769: 14,22 + 1773: 16,23 + 1781: -30,24 + 1787: -22,26 + 1788: -22,28 + 1791: 1,26 + 1792: 3,25 + 1799: 16,25 + 1801: 19,30 + 1806: -58,-24 + 1807: -57,-20 + 1808: -53,7 + 1810: -61,-47 + 1844: -63,-49 + 1845: -62,-49 + 1850: -55,-54 + 1851: -55,-53 + 1858: -45,-55 + 1863: -37,-56 + 1880: -69,-49 + 1884: -71,-46 + 1888: -68,-44 + 1889: -66,-42 + 1895: -79,-50 + 1906: -77,-34 + 1909: -79,-28 + 1914: -79,-23 + 1921: -87,-45 + 1926: -83,-34 + 1936: -86,-17 + 1938: -84,-18 + 1942: -92,-44 + 1944: -91,-44 + 1945: -96,-34 + 1948: -94,-36 + 1949: -92,-37 + 1954: -96,-29 + 1955: -91,-26 + 1963: -95,-12 + 1966: -94,-11 + 1968: -92,2 + 1969: -92,6 + 1972: -89,1 + 1976: -93,14 + 1980: -87,9 + 1984: -80,14 + 1994: -70,10 + 1996: -69,15 + 2010: -101,-41 + 2013: -102,-39 + 2019: -99,-27 + 2033: -100,-12 + 2036: -102,-1 + 2039: -102,3 + 2049: 0,62 + 2050: 1,58 + 2052: 3,57 + 2053: 3,60 + 2054: 3,63 + 2060: 7,65 + 2062: 3,78 + 2063: 6,78 + 2065: -6,57 + 2066: -5,58 + 2076: -1,67 + 2081: -5,79 + 2083: -13,55 + 2087: -9,63 + 2088: -16,64 + 2089: -16,70 + 2091: -13,65 + 2093: -11,66 + 2094: -16,78 + 2098: -13,79 + 2099: -12,76 + 2103: -10,78 + 2108: -19,59 + 2116: -22,73 + 2119: -20,75 + 2123: -17,74 + 2127: -26,64 + 2128: -26,68 + 2129: -32,78 + 2136: -25,76 + 2142: -48,58 + 2143: -47,65 + 2145: -47,68 + 2148: -44,68 + 2150: -43,65 + 2152: -47,74 + 2155: -42,75 + 2161: -52,36 + 2162: -56,62 + 2164: -54,59 + 2169: -54,69 + 2174: -55,78 + 2175: -54,73 + 2180: -64,22 + 2192: -59,70 + 2210: 104,30 + 2216: 131,28 + 2219: 93,37 + 2220: 94,32 + 2223: 96,35 + 2224: 101,38 + 2236: 136,26 + 2247: 140,36 + 2249: 142,38 + 2260: 98,47 + 2265: 103,43 + 2266: 106,41 + 2267: 106,47 + 2269: 108,46 + 2271: 135,43 + 2279: 141,42 + 2280: 143,40 + 2288: 149,-10 + 2290: 148,-6 + 2293: 148,3 + 2295: 146,8 + 2306: 149,23 + 2307: 144,30 + 2309: 147,30 + 2336: 152,-3 + 2338: 154,-1 + 2341: 152,6 + 2344: 155,2 + 2347: 152,15 + 2357: 154,21 + 2360: 155,23 + 2365: 155,31 + 2366: 156,30 + 2369: 158,26 + 2376: 157,33 + 2380: 154,44 + 3177: -102,-121 + 3187: -80,-128 + 3189: -75,-126 + 3190: -73,-128 + 3192: -102,-129 + 3204: -79,-140 + 3206: -77,-137 + 3210: -79,-150 + 3212: -77,-148 + 3218: -88,-161 + 3257: -65,-157 + 3262: -71,-143 + 3274: -68,-130 + 3328: -109,-132 + 3334: -111,-121 + 3337: -107,-124 + 3343: -120,-144 + 3346: -119,-141 + 3347: -118,-137 + 3353: -120,-132 + 3354: -120,-130 + 3355: -117,-136 + 3359: -117,-121 + 3366: -125,-176 + 3370: -128,-162 + 3379: -126,-150 + 3383: -124,-140 + 3390: -124,-133 + 3393: -125,-128 + 3394: -123,-122 + 3407: -126,-177 + 3423: -89,-181 + 3427: -81,-183 + 3428: -80,-183 + 3431: -76,-181 + 3435: -69,-183 + 3439: -65,-177 + 3447: -121,-117 + 3450: -116,-114 + 3456: -106,-117 + 3461: -101,-120 + 3466: -91,-119 + 3467: -90,-120 + 3469: -86,-119 + 3471: -83,-119 + 3473: -81,-118 + 3489: -60,-177 + 3495: -62,-171 + 3502: -63,-167 + 3503: -63,-166 + 3509: -62,-159 + 3526: -63,-134 + 3527: -62,-136 + 3534: -59,-122 + 3790: 144,-109 + 3795: 142,-112 + 3803: 138,-96 + 3810: 133,-110 + 3817: 134,-98 + 3820: 130,-95 + 3826: 122,-110 + 3828: 124,-108 + 3835: 123,-94 + 3837: 126,-95 + 3853: 122,-71 + 3855: 123,-65 + 3865: 131,-65 + 3869: 137,-67 + 3871: 139,-72 + 3875: 142,-68 + 3878: 146,-65 + 3880: 121,-61 + 3884: 126,-64 + 3887: 127,-60 + 3891: 135,-63 + 3892: 136,-62 + 3893: 136,-58 + 3900: 146,-60 + 3905: 123,-49 + 3908: 130,-49 + 3909: 131,-50 + 3910: 138,-55 + 3914: 145,-55 + 3927: 162,-54 + 3930: 167,-52 + 3934: 176,-50 + 3939: 187,-49 + 3944: 123,-119 + 3947: 130,-113 + 3954: 135,-117 + 3957: 140,-114 + 3960: 145,-118 + 3971: -70,-111 + 3978: -63,-108 + 3982: -64,-98 + 3985: -61,-100 + 3998: -69,-90 + 4001: -66,-96 + 4002: -62,-95 + 4007: -59,-90 + 4008: -58,-92 + 4010: -57,-93 + 4011: -55,-95 + 4020: -50,-90 + 4021: -43,-135 + 4028: -43,-98 + 4030: -41,-104 + 4035: -48,-90 + 4049: -34,-123 + 4055: -38,-103 + 4059: -39,-93 + 4062: -35,-91 + 4063: -34,-96 + 4071: -31,-125 + 4072: -30,-127 + 4076: -27,-127 + 4077: -26,-126 + 4078: -30,-118 + 4082: -28,-108 + 4086: -25,-112 + 4088: -32,-98 + 4091: -30,-104 + 4093: -29,-97 + 4100: -27,-90 + 4104: -79,-92 + 4105: -79,-91 + 4107: -56,-144 + 4108: -55,-141 + 4109: -54,-141 + 4110: -51,-143 + 4117: -39,-142 + 4123: -31,-140 + 4139: -18,-133 + 4148: -17,-128 + 4149: -17,-124 + 4152: -24,-113 + 4163: -18,-111 + 4174: -21,-92 + 4180: -52,-149 + 4183: -48,-151 + 4192: -40,-150 + 4193: -40,-146 + 4195: -38,-148 + 4198: -25,-149 + 4201: -19,-146 + 4203: -18,-147 + 4207: -12,-149 + 4213: -13,-144 + 4214: -16,-130 + 4217: -16,-122 + 4221: -11,-122 + 4223: -10,-123 + 4224: -16,-114 + 4236: -9,-111 + 4237: -9,-108 + 4238: -16,-98 + 4239: -14,-97 + 4244: -9,-101 + 4245: -9,-100 + 4340: 186,44 + 4372: 197,52 + 4378: 154,57 + 4383: 164,60 + 4387: 179,62 + 4389: 190,60 + 4393: 195,63 + 4395: 196,59 + 4400: 176,70 + 4407: 154,74 + 4416: 174,74 + 4418: 175,73 + 4419: 176,73 + 4421: 176,78 + 4422: 177,74 + 4424: 180,75 + 4432: 187,73 + 4434: 189,78 + 4436: 191,79 + 4441: 195,79 + 4442: 196,74 + 4443: 196,79 + 4446: 201,41 + 4450: 205,41 + 4464: 202,59 + 4477: 202,73 + 4479: 204,78 + 4484: 149,49 + 4485: 149,54 + 4487: 146,58 + 4489: 148,62 + 4490: 149,57 + 4493: 151,59 + 4500: 187,37 + 4502: 190,38 + 4507: 201,33 + 4511: 202,34 + 4514: 204,36 + 4521: 181,24 + 4528: 206,27 + 4530: 137,49 + 4531: 137,51 + 4538: 138,60 + 4540: 141,62 + 4541: 142,56 + 4548: 169,19 + 4555: 205,19 + 4558: 207,16 + 4559: 207,20 + 4560: 160,8 + 4561: 160,14 + 4568: 192,8 + 4570: 197,13 + 4575: 210,44 + 4583: 212,54 + 4593: 208,69 + 4595: 209,68 + 4605: 213,77 + 4616: 194,85 + 4622: 206,85 + 4624: 210,83 + 4625: 210,87 + 4626: 213,86 + 4627: 213,87 + 4633: 200,90 + 4636: 202,92 + 4642: 211,94 + 4647: 215,91 + 4649: 175,80 + 4660: 169,98 + 4670: 205,101 + 4675: 212,100 + 4682: 223,35 + 4687: 216,54 + 4688: 217,50 + 4691: 220,52 + 4697: 216,63 + 4702: 221,61 + 4704: 223,56 + 4705: 223,57 + 4707: 218,67 + 4710: 216,78 + 4711: 216,79 + 4717: 222,77 + 4722: 219,95 + 4729: 217,98 + 4733: 223,99 + 4734: 223,100 + 4736: 224,38 + 4739: 229,38 + 4744: 226,47 + 4755: 227,60 + 4756: 229,56 + 4763: 228,66 + 4765: 229,70 + 4766: 230,64 + 4769: 228,74 + 4771: 229,73 + 4772: 230,72 + 4774: 224,85 + 4780: 224,94 + 4792: 224,103 + 4795: 229,101 + 4800: 239,37 + 4803: 234,41 + 4805: 235,46 + 4806: 236,46 + 4815: 238,52 + 4817: 239,51 + 4819: 233,61 + 4820: 234,58 + 4821: 234,60 + 4834: 233,73 + 4841: 232,80 + 4843: 233,83 + 4856: 234,92 + 4857: 235,88 + 4861: 232,98 + 4863: 234,96 + 4921: 8,-62 + 4926: -1,-93 + 4927: 4,-94 + 4932: 13,-91 + 4937: -24,-48 + 4938: -23,-45 + 4947: -17,-76 + 4950: -20,-60 + 4953: -23,-55 + 4961: 31,-92 + 4962: 27,-33 + 4973: -28,-62 + 4979: -29,-50 + 4980: -28,-56 + 4981: -28,-54 + 4983: -25,-52 + 4987: -26,-43 + 4994: 63,99 + 4996: 56,114 + 4999: 59,116 + 5001: 63,116 + 5002: 67,96 + 5004: 67,101 + 5008: 69,102 + 5014: 70,104 + 5023: 76,100 + 5025: 73,106 + 5027: 72,112 + 5028: 73,115 + 5034: 74,126 + 5035: 75,120 + 5038: 78,124 + 5039: 47,-27 + 5041: 61,93 + 5046: 64,94 + 5047: 65,90 + 5048: 67,95 + 5050: 69,88 + 5052: 71,88 + 5056: 78,93 + 5058: 67,81 + 5063: 78,80 + 5071: 65,79 + 5077: 73,75 + 5079: 76,74 + 5080: 76,77 + 5082: 69,70 + 5083: 75,71 + 5086: 64,62 + 5090: 71,61 + 5091: 72,62 + 5094: 75,56 + 5102: 90,63 + 5105: 97,58 + 5110: 103,59 + 5111: 104,58 + 5118: 116,58 + 5120: 119,61 + 5127: -222,-72 + 5129: -220,-68 + 5136: -226,-74 + 5138: -230,-71 + 5150: -233,-69 + 5151: -233,-68 + 5155: -223,-103 + 5157: -238,-105 + 5158: -237,-112 + 5161: -235,-106 + 5163: -234,-110 + 5169: -218,-112 + 5171: -218,-106 + 5174: -240,-114 + 5175: -239,-118 + 5179: -235,-115 + 5181: -232,-113 + 5192: -247,-114 + 5200: -244,-92 + 5203: -245,-76 + 5206: -248,-66 + 5211: -243,-66 + 5216: -253,-113 + 5224: -251,-110 + 5229: -252,-76 + 5231: -250,-74 + 5233: -255,-70 + 5234: -254,-72 + 5243: -251,-122 + 5246: -245,-121 + 5247: -241,-124 + 5256: -226,-127 + 5257: -225,-128 + 5259: -264,-122 + 5263: -260,-121 + 5264: -259,-127 + 5267: -257,-125 + 5269: -264,-119 + 5294: -259,-65 + 5300: -216,-68 + 5302: -210,-69 + 5304: -203,-74 + 5306: -205,-66 + 5307: -205,-65 + 5311: -201,-68 + 5315: -188,-76 + 5317: -187,-76 + 5321: -184,-80 + 5323: -182,-73 + 5331: -159,-79 + 5336: -197,-77 + 5344: -272,-119 + 5346: -271,-118 + 5348: -268,-117 + 5357: -266,-107 + 5358: -272,-102 + 5370: -224,-130 + 5372: -219,-133 + 5375: -267,-130 + 5376: -266,-136 + 5382: -255,-135 + 5389: -248,-130 + 5391: -246,-132 + 5394: -242,-136 + 5396: -240,-135 + 5400: -233,-133 + 5402: -231,-129 + 5439: 62,-68 + 5441: 63,-61 + 5443: -142,-156 + 5444: -141,-153 + 5445: -140,-157 + 5453: -141,-130 + 5456: -137,-132 + 5457: -143,-127 + 5462: -138,-123 + 5464: -144,-114 + 5467: -142,-113 + 5469: -139,-114 + 5471: -138,-114 + 5478: -137,-100 + 5484: 82,27 + 5487: 85,30 + 5488: 87,27 + 5490: 87,31 + 5492: 79,30 + 5500: 63,24 + 5503: 122,-39 + 5505: 122,-32 + 5511: -209,-211 + 5513: -209,-208 + 5515: -209,-205 + 5522: -214,-192 + 5524: -214,-185 + 5528: -209,-192 + 5534: -216,-176 + 5538: -209,-176 + 5544: -206,-216 + 5548: -201,-216 + 5550: -208,-203 + 5554: -203,-202 + 5556: -208,-194 + 5558: -203,-199 + 5560: -202,-197 + 5562: -208,-186 + 5581: -197,-218 + 5584: -194,-223 + 5586: -195,-215 + 5587: -194,-211 + 5592: -198,-203 + 5598: -191,-224 + 5613: -187,-215 + 5616: -191,-206 + 5617: -191,-205 + 5622: -187,-206 + 5623: -186,-208 + 5625: -185,-208 + 5629: -182,-217 + 5644: -183,-205 + 5646: -182,-202 + 5649: -181,-204 + 5670: -173,-203 + 5674: -171,-202 + 5675: -170,-204 + 5691: -163,-210 + 5693: -168,-207 + 5699: -160,-221 + 5700: -155,-218 + 5705: -158,-209 + 5712: -159,-204 + 5717: -215,-163 + 5721: -210,-164 + 5722: -208,-168 + 5725: -205,-162 + 5726: -203,-167 + 5737: -148,-210 + 5741: -148,-206 + 5742: -146,-204 + 5745: -145,-203 + 5751: 40,23 + 5756: 47,19 + 5769: 24,18 + 5771: 26,21 + 5773: 31,20 + 5775: 24,31 + 5776: 29,31 + 5782: 36,28 + 5784: 38,27 + 5787: 43,24 + 5788: 43,26 + 5798: 62,33 + 5799: 65,32 + 5800: 66,33 + 5811: 147,-48 + 5814: 154,-43 + 5816: 155,-45 + 5817: 155,-41 + 5818: 157,-42 + 5823: 164,-44 + 5826: 138,-45 + 5827: 140,-46 + 5829: 143,-45 + 5831: 142,-37 + 5832: 143,-37 + 5838: 151,-37 + 5840: 153,-35 + 5843: 155,-35 + 5846: 160,-34 + 5854: 128,-42 + 5856: 129,-44 + 5859: 132,-37 + 5862: 135,-37 + 5869: 148,-28 + 5871: 151,-32 + 5877: 157,-27 + 5879: 160,-29 + 5886: 162,-17 + 5890: 163,-16 + 5897: 163,-7 + 5908: 167,1 + 5909: 122,-47 + 5910: 122,-46 + 5932: 101,-55 + 5934: 103,-52 + 5936: 106,-55 + 5939: 111,-54 + 5944: 115,-49 + 5945: 116,-52 + 5950: 118,-50 + 5956: 90,-61 + 5959: 95,-64 + 5969: 102,-60 + 5970: 103,-63 + 5976: 115,-63 + 5977: 115,-57 + 5978: 116,-63 + 5980: 116,-59 + 5981: 117,-62 + 5983: 81,-60 + 5987: 83,-59 + 5991: 81,-54 + 5994: 85,-51 + 5995: 86,-53 + 5997: 81,-71 + 5999: 83,-66 + 6002: 87,-69 + 6006: 88,-65 + 6007: 89,-65 + 6008: 90,-65 + 6011: 93,-67 + 6012: 95,-72 + 6014: 96,-69 + 6015: 96,-66 + 6026: 106,-70 + 6032: 113,-65 + 6038: 119,-65 + 6040: 72,-66 + 6042: 73,-71 + 6050: 74,-59 + 6057: 157,161 + 6060: 160,167 + 6065: 155,175 + 6067: 175,173 + 6070: 154,178 + 6074: 147,158 + 6075: 144,174 + 6081: 146,191 + 6084: 154,191 + 6088: 147,204 + 6090: 150,203 + 6093: 153,201 + 6103: 136,154 + 6106: 138,156 + 6114: 140,187 + 6124: 176,201 + 6127: 177,206 + 6134: 184,167 + 6136: 190,160 + 6137: 186,181 + 6151: 133,169 + 6152: 134,168 + 6155: 135,172 + 6162: 134,206 + 6164: 128,214 + 6167: 141,211 + 6171: 143,211 + 6179: 158,211 + 6181: 161,212 + 6188: 168,208 + 6191: 172,210 + 6197: 123,207 + 6199: 123,208 + 6202: 129,218 + 6213: 149,217 + 6221: 162,216 + 6222: 162,220 + 6223: 164,219 + 6228: 168,222 + 6229: 169,221 + 6232: 171,216 + 6233: 173,222 + 6241: 138,150 + 6245: 144,147 + 6246: 144,151 + 6248: 147,144 + 6249: 149,145 + 6251: 151,147 + 6253: 173,144 + 6262: 197,166 + 6263: 193,178 + 6264: 193,179 + 6269: 197,178 + 6270: -40,-74 + 6274: -36,-76 + 6275: -38,-65 + 6279: -38,-57 + 6281: -36,-62 + 6283: -35,-58 + 6286: -48,-79 + 6292: -43,-74 + 6296: -41,-69 + 6299: -47,-60 + 6301: -45,-60 + 6303: -42,-60 + 6305: -56,-75 + 6307: -54,-77 + 6311: -52,-74 + 6316: -56,-66 + 6319: -54,-69 + 6320: -54,-68 + 6329: -49,-59 + 6333: -63,-78 + 6334: -63,-77 + 6339: -59,-78 + 6341: -57,-80 + 6345: -62,-66 + 6346: -61,-65 + 6347: -60,-68 + 6352: -59,-58 + 6355: -62,-40 + 6358: -61,-32 + 6362: -70,-80 + 6363: -70,-75 + 6364: -69,-77 + 6373: -67,-66 + 6380: -65,-61 + 6386: -74,-78 + 6387: -80,-66 + 6396: -76,-59 + 6398: -74,-61 + 6401: -84,-79 + 6414: -86,-64 + 6416: -86,-57 + 6422: -96,-78 + 6426: -91,-74 + 6428: -96,-66 + 6440: -96,-57 + 6441: -94,-63 + 6442: -94,-60 + 6448: -102,-78 + 6462: -98,-63 + 6477: 103,140 + 6481: 100,147 + 6482: 100,148 + 6484: 101,148 + 6486: 96,158 + 6490: 99,156 + 6495: 96,166 + 6499: 101,166 + 6503: 98,175 + 6508: 90,140 + 6513: 90,149 + 6518: 90,153 + 6526: 95,163 + 6527: 88,175 + 6532: 89,178 + 6534: 91,180 + 6539: 80,139 + 6549: 87,156 + 6561: 86,171 + 6565: 84,182 + 6570: 75,135 + 6573: 76,140 + 6575: 77,143 + 6579: 72,153 + 6583: 78,155 + 6586: 73,161 + 6595: 72,175 + 6598: 77,169 + 6605: 76,176 + 6612: 53,118 + 6613: 54,112 + 6621: 47,116 + 6624: 35,112 + 6628: -224,-217 + 6654: -224,-185 + 6655: -222,-191 + 6668: -220,-173 + 6673: -222,-168 + 6674: -220,-165 + 6732: 155,136 + 6739: 176,142 + 6745: 206,148 + 6746: 206,149 + 6747: 207,147 + 6749: 204,153 + 6758: -146,-76 + 6760: -145,-77 + 6763: -192,-66 + 6773: -182,-69 + 6774: -182,-68 + 6777: -169,-69 + 6782: -166,-65 + 6786: -161,-71 + 6790: -157,-68 + 6795: -151,-67 + 6801: -147,-69 + 6803: -207,-63 + 6805: -203,-58 + 6807: -202,-59 + 6812: -189,-64 + 6814: -187,-59 + 6815: -187,-58 + 6819: -182,-59 + 6824: -168,-64 + 6825: -166,-61 + 6835: -155,-58 + 6845: -214,-57 + 6847: -212,-60 + 6850: -209,-64 + 6855: -213,-51 + 6856: -213,-50 + 6861: -208,-50 + 6867: -203,-50 + 6868: -201,-52 + 6873: -188,-49 + 6874: -186,-54 + 6879: -174,-56 + 6890: -162,-51 + 6893: -156,-54 + 6896: -154,-56 + 6898: -153,-51 + 6899: -153,-49 + 6901: -152,-49 + 6905: -148,-53 + 6908: -145,-54 + 6921: -75,182 + 6930: -79,193 + 6934: -74,197 + 6936: -73,195 + 6937: -80,206 + 6938: -79,201 + 6942: -76,202 + 6948: -81,179 + 6954: -85,184 + 6962: -81,192 + 6965: -88,207 + 6966: -87,201 + 6973: -94,184 + 6977: -92,188 + 6979: -91,190 + 6983: -94,193 + 6984: -94,196 + 6987: -89,195 + 6990: -94,202 + 6994: -89,204 + 6997: -93,174 + 6998: -92,170 + 6999: -90,170 + 7000: -89,172 + 7002: -86,169 + 7004: -84,173 + 7008: -76,171 + 7013: -96,167 + 7016: -91,165 + 7018: -88,166 + 7022: -81,163 + 7024: -79,164 + 7027: -75,162 + 7033: -92,212 + 7035: -88,208 + 7036: -87,208 + 7037: -87,211 + 7038: -86,215 + 7041: -80,209 + 7045: -95,153 + 7050: -90,153 + 7053: -85,152 + 7062: -104,159 + 7063: -99,159 + 7077: -101,175 + 7081: -102,178 + 7090: -103,205 + 7097: -102,213 + 7099: -101,211 + 7100: -101,215 + 7101: -99,214 + 7104: -109,158 + 7105: -108,158 + 7107: -112,166 + 7111: -112,174 + 7112: -111,174 + 7115: -109,175 + 7123: -110,179 + 7130: -107,185 + 7131: -106,184 + 7134: -111,201 + 7136: -109,204 + 7141: -109,208 + 7151: -114,166 + 7158: -119,189 + 7160: -120,194 + 7161: -120,198 + 7166: -118,201 + 7170: -118,211 + 7171: -116,210 + 7173: -113,211 + 7176: -70,153 + 7184: -70,172 + 7185: -69,168 + 7203: -66,192 + 7205: -65,195 + 7209: -69,201 + 7210: -69,207 + 7222: -64,168 + 7225: -64,190 + 7234: -61,209 + 7235: -59,210 + 7238: -114,219 + 7239: -113,219 + 7243: -108,218 + 7246: -105,219 + 7248: -103,221 + 7251: -101,221 + 7254: -96,222 + 7262: -88,223 + 7265: -84,219 + 7266: -82,220 + 7270: -75,217 + 7272: -73,220 + 7274: -69,216 + 7280: -64,222 + 7281: -63,218 + 7283: -59,216 + 7285: -57,216 + 7286: -127,154 + 7287: -125,153 + 7291: -122,158 + 7294: -126,161 + 7306: -121,172 + 7313: -127,186 + 7317: -125,191 + 7325: -121,193 + 7327: -126,207 + 7328: -125,206 + 7330: -128,214 + 7332: -127,212 + 7333: -128,222 + 7336: -124,219 + 7339: -121,219 + 7341: 154,107 + 7344: 155,111 + 7347: 170,105 + 7351: 174,108 + 7354: 178,108 + 7356: 187,104 + 7361: 201,105 + 7364: 207,104 + 7367: 208,110 + 7380: 159,112 + 7385: 177,116 + 7388: 179,112 + 7403: 200,112 + 7405: 202,115 + 7406: 205,113 + 7413: 200,126 + 7419: 213,121 + 7428: 208,142 + 7433: 215,136 + 7434: 215,138 + 7441: 212,154 + 7443: 213,158 + 7444: 215,152 + 7449: 216,106 + 7450: 216,110 + 7458: 218,112 + 7463: 218,121 + 7466: 223,122 + 7473: 217,137 + 7474: 217,141 + 7477: 221,139 + 7481: 218,153 + 7487: 220,162 + 7488: 221,165 + 7489: 222,160 + 7494: 154,102 + 7495: 156,97 + 7497: 158,96 + 7503: 21,118 + 7511: 15,106 + 7523: 9,98 + 7528: 11,103 + 7535: 32,99 + 7547: 47,103 + 7595: 32,-130 + 7602: 36,-126 + 7603: 36,-122 + 7605: 39,-127 + 7606: 32,-120 + 7616: 36,-108 + 7623: 29,-131 + 7626: 26,-125 + 7638: 31,-117 + 7643: 27,-105 + 7645: 30,-102 + 7650: 41,-131 + 7654: 46,-133 + 7656: 41,-127 + 7659: 41,-119 + 7663: 41,-109 + 7665: 43,-108 + 7670: 51,-130 + 7672: 55,-133 + 7675: 48,-127 + 7680: 51,-112 + 7685: 53,-106 + 7688: 53,-104 + 7690: 56,-129 + 7693: 59,-134 + 7695: 59,-129 + 7697: 61,-129 + 7702: 59,-113 + 7705: 62,-106 + 7708: 64,-139 + 7711: 65,-132 + 7716: 64,-106 + 7721: 65,-102 + 7731: 79,-141 + 7736: 72,-126 + 7739: 73,-122 + 7740: 75,-121 + 7742: 79,-112 + 7743: 73,-102 + 7754: 74,-94 + 7757: 76,-92 + 7764: 48,-148 + 7777: 71,-149 + 7782: 77,-146 + 7785: 79,-152 + 7786: 80,-146 + 7788: 86,-151 + 7798: 81,-124 + 7799: 81,-123 + 7804: 83,-116 + 7806: 87,-120 + 7810: 80,-96 + 7821: 23,-129 + 7824: 16,-121 + 7825: 17,-127 + 7827: 19,-128 + 7829: 21,-126 + 7831: 17,-118 + 7832: 18,-120 + 7835: 20,-116 + 7836: 21,-120 + 7837: 21,-114 + 7839: 18,-109 + 7840: 18,-105 + 7841: 19,-112 + 7845: 21,-106 + 7846: 21,-105 + 7856: -167,35 + 7858: -163,37 + 7859: -162,32 + 7864: -155,38 + 7872: -149,36 + 7886: -198,76 + 7887: -197,74 + 7889: -195,78 + 7900: -182,73 + 7901: -156,74 + 7903: -151,73 + 7907: -199,82 + 7908: -198,82 + 7911: -196,84 + 7913: -194,86 + 7916: -189,81 + 7917: -187,82 + 7921: -176,85 + 7922: -174,87 + 7925: -171,87 + 7926: -165,87 + 7933: -152,80 + 7940: -198,95 + 7941: -197,88 + 7948: -187,88 + 7956: -176,88 + 7960: -175,91 + 7961: -175,95 + 7966: -168,93 + 7967: -168,95 + 7973: -156,92 + 7974: -154,91 + 7985: -207,36 + 7996: -202,43 + 8001: -205,48 + 8005: -208,61 + 8006: -208,62 + 8017: -201,67 + 8019: -207,73 + 8022: -205,76 + 8023: -204,74 + 8033: -205,94 + 8034: -204,88 + 8036: -201,92 + 8041: -137,28 + 8042: -143,36 + 8045: -143,41 + 8054: -141,79 + 8058: -139,86 + 8059: -138,82 + 8063: -137,91 + 8064: -137,92 + 8316: -168,12 + 8327: -176,14 + 8329: -175,14 + 8333: -170,11 + 8355: -195,9 + 8357: -208,0 + 8368: -206,8 + 8369: -205,15 + 8378: -191,-6 + 8384: -179,-2 + 8385: -174,-1 + 8394: -211,7 + 8395: -214,9 + 8396: -211,9 + 8397: -211,10 + 8398: -209,10 + 8401: -213,24 + 8404: -215,34 + 8418: -151,19 + 8420: -146,17 + 8423: -151,10 + 8433: -145,4 + 8441: -211,-5 + 8443: -208,-2 + 8551: -101,-188 + 8563: -80,-186 + 8564: -79,-191 + 8568: -74,-187 + 8569: -120,-190 + 8570: -120,-186 + 8574: -117,-185 + 8587: -110,-198 + 8591: -102,-199 + 8596: -92,-196 + 8597: -88,-196 + 8598: -82,-197 + 8601: -73,-197 + 8602: -73,-196 + 8604: -119,-205 + 8615: -102,-206 + 8617: -98,-202 + 8620: -95,-204 + 8623: -91,-206 + 8630: -82,-208 + 8636: -78,-201 + 8640: -69,-201 + 8647: -67,-191 + 8651: -65,-189 + 8656: -60,-207 + 8657: -60,-204 + 8659: -59,-204 + 8665: -60,-197 + 8667: -61,-192 + 8668: -59,-186 + 8671: -56,-208 + 8673: -54,-201 + 8679: -54,-197 + 8681: -54,-187 + 8683: -52,-192 + 8687: -54,-183 + 8696: -56,-166 + 8711: -85,20 + 8718: -75,22 + 8721: -85,24 + 8722: -83,27 + 8729: -70,18 + 8730: -69,16 + 8734: -81,36 + 8742: -77,41 + 8748: -82,48 + 8749: -82,49 + 8752: -72,63 + 8754: -92,20 + 8761: -93,27 + 8769: -91,38 + 8776: -92,42 + 8778: -93,49 + 8784: -101,23 + 8800: -97,36 + 8802: -102,44 + 8803: -101,40 + 9181: 54,69 + 9182: 8,70 + 9187: 12,68 + 9192: 48,78 + 9200: 15,80 + 9201: 15,83 + 9203: 41,83 + 9301: 176,-47 + 9310: 183,-36 + 9311: 177,-28 + 9317: 182,-21 + 9325: 186,-33 + 9326: 187,-40 + 9336: 195,-47 + 9339: 193,-38 + 9340: 201,-62 + 9344: 202,-42 + 9346: 206,-48 + 9349: 203,-17 + 9351: 205,-18 + 9357: 213,-57 + 9365: 213,-42 + 9366: 213,-41 + 9368: 209,-22 + 9370: 218,-61 + 9371: 218,-57 + 9376: 222,-63 + 9380: 219,-56 + 9384: 217,-46 + 9385: 218,-43 + 9389: 222,-28 + 9394: 218,-20 + 9400: 227,-57 + 9404: 231,-63 + 9406: 224,-50 + 9411: 227,-50 + 9412: 228,-54 + 9413: 229,-55 + 9415: 231,-53 + 9426: 228,-36 + 9427: 229,-34 + 9432: 229,-26 + 9433: 230,-29 + 9438: 226,-20 + 9444: 234,-64 + 9448: 238,-58 + 9449: 233,-55 + 9450: 237,-55 + 9451: 237,-51 + 9454: 234,-42 + 9460: 235,-40 + 9468: 238,-20 + 9469: 239,-19 + 9470: 200,-66 + 9473: 202,-68 + 9474: 203,-72 + 9482: 214,-67 + 9488: 225,-70 + 9493: 231,-69 + 9494: 232,-70 + 9500: 168,-48 + 9501: 169,-45 + 9502: 170,-41 + 9504: 175,-48 + 9506: 168,-33 + 9509: 174,-36 + 9516: 168,-19 + 9519: 171,-17 + 9540: 213,-74 + 9545: 218,-80 + 9547: 220,-76 + 9554: 228,-76 + 9558: 238,-76 + 9560: 239,-77 + 9568: 207,-88 + 9570: 209,-86 + 9571: 211,-81 + 9586: 230,-82 + 9595: 187,-12 + 9597: 191,-12 + 9600: 200,-16 + 9602: 201,-13 + 9608: 206,-10 + 9611: 210,-13 + 9616: 217,-9 + 9617: 218,-14 + 9618: 219,-9 + 9622: 225,-15 + 9627: 229,-14 + 9631: 232,-10 + 9635: 236,-15 + 9636: 236,-9 + 9650: 242,-56 + 9652: 243,-49 + 9657: 245,-42 + 9658: 242,-33 + 9661: 245,-38 + 9663: 240,-30 + 9666: 244,-29 + 9672: 246,-21 + 9680: 246,-14 + 9681: 184,-1 + 9685: 187,-1 + 9691: 197,-3 + 9694: 203,-8 + 9696: 205,-2 + 9697: 207,-5 + 9702: 213,-7 + 9707: 218,-7 + 9714: 226,-8 + 9721: 240,-2 + 9724: 243,-2 + 9727: 247,-4 + 9733: 179,-12 + 9735: 181,-10 + 9736: 182,-16 + 9737: 182,-12 + 9739: 183,-11 + 9742: 179,-2 + 9743: 180,-6 + 9748: 183,-1 + 9750: 247,-67 + 9803: 88,-97 + 9804: 110,-104 + 9807: 91,-109 + 9813: 111,-128 + 9816: 112,-130 + 9822: 118,-125 + 9824: 112,-119 + 9826: 113,-118 + 9828: 117,-117 + 9829: 117,-114 + 9833: 91,-137 + 9835: 97,-143 + 9841: 110,-143 + 9843: 114,-137 + 9852: 122,-139 + 9853: 123,-141 + 9854: 125,-138 + 9857: 123,-135 + 9858: 123,-131 + 9864: 124,-127 + 9868: 127,-128 + 9869: 127,-125 + 9878: 129,-135 + 9880: 130,-130 + 9882: 132,-132 + 9885: 131,-128 + 9886: 133,-127 + 9888: 133,-122 + 9894: 72,-80 + 9903: 110,-75 + 9934: 281,113 + 9939: 284,116 + 9946: 288,99 + 9948: 293,102 + 9960: 288,126 + 9964: 291,121 + 9981: 302,117 + 9984: 303,116 + 9997: 274,104 + 9999: 277,107 + 10001: 278,110 + 10002: 278,111 + 10006: 273,114 + 10010: 277,118 + 10012: 279,123 + 10020: 268,100 + 10027: 269,109 + 10031: 266,115 + 10032: 266,118 + 10034: 268,118 + 10037: 271,115 + 10041: 282,131 + 10047: 292,134 + 10048: 294,132 + 10051: 297,129 + 10054: 302,134 + 10056: 265,139 + 10057: 265,142 + 10059: 272,142 + 10063: 277,136 + 10064: 277,142 + 10065: 280,143 + 10074: 287,139 + 10083: 297,141 + 10090: 257,96 + 10096: 261,102 + 10101: 259,110 + 10103: 263,109 + 10107: 261,114 + 10111: 257,121 + 10119: 261,134 + 10122: 261,141 + 10123: 262,138 + 10127: 256,146 + 10131: 260,147 + 10134: 261,146 + 10141: 274,151 + 10147: 277,151 + 10148: 278,146 + 10149: 280,146 + 10165: 297,147 + 10167: 299,148 + 10168: 300,150 + 10170: 248,102 + 10179: 254,109 + 10183: 249,116 + 10184: 250,117 + 10187: 248,127 + 10196: 252,135 + 10200: 255,131 + 10204: 251,137 + 10207: 255,139 + 10212: 252,148 + 10218: 254,152 + 10220: 257,154 + 10223: 263,152 + 10232: 272,158 + 10247: 291,156 + 10248: 291,159 + 10249: 292,156 + 10251: 293,158 + 10259: 241,97 + 10261: 244,99 + 10265: 241,106 + 10267: 243,108 + 10268: 244,107 + 10270: 247,104 + 10273: 240,117 + 10277: 240,126 + 10279: 246,120 + 10280: 240,134 + 10288: 241,138 + 10300: 247,148 + 10301: 240,158 + 10302: 242,159 + 10307: 247,155 + 10309: 234,105 + 10310: 236,106 + 10311: 237,110 + 10312: 238,108 + 10313: 238,109 + 10315: 234,118 + 10319: 239,112 + 10321: 239,115 + 10327: 238,123 + 10330: 234,128 + 10336: 239,132 + 10339: 232,143 + 10342: 238,138 + 10347: 233,147 + 10348: 236,146 + 10349: 237,150 + 10360: 74,187 + 10362: 76,185 + 10367: 235,164 + 10370: 241,164 + 10372: 250,167 + 10380: 261,166 + 10382: 266,160 + 10386: 268,164 + 10387: 269,165 + 10391: 273,166 + 10404: 284,166 + 10410: 293,165 + 10411: 293,166 + 10415: 299,167 + 10416: 303,164 + 10418: 27,193 + 10420: 31,195 + 10424: -139,-74 + 10425: -137,-77 + 10427: -141,-66 + 10428: -140,-70 + 10430: -144,-58 + 10431: -141,-63 + 10434: -134,-97 + 10437: -131,-99 + 10441: -130,-95 + 10442: -129,-93 + 10447: -134,-78 + 10452: -134,-71 + 10456: -132,-70 + 10464: -129,-61 + 10467: -124,-77 + 10475: -125,-68 + 10476: -125,-65 + 10484: -121,-63 + 10486: -125,-50 + 10488: -122,-50 + 10489: -127,-102 + 10501: -119,-77 + 10508: -117,-72 + 10522: -114,-90 + 10524: -134,-112 + 10527: -120,-102 + 10530: -118,-100 + 10535: -125,-111 + 10536: -125,-105 + 10538: -123,-110 + 10542: -118,-106 + 10543: -114,-112 + 10546: -134,-52 + 10548: -133,-49 + 10550: -144,-50 + 10552: -142,-56 + 10564: -171,-41 + 10566: -166,-43 + 10568: -161,-44 + 10577: -149,-44 + 10584: -141,-48 + 10593: -127,-44 + 10594: -116,-41 + 10595: -115,-45 + 10596: -114,-44 + 10598: -113,-48 + 10604: -214,71 + 10608: -210,69 + 10612: -216,79 + 10613: -215,73 + 10618: 88,-150 + 10629: 103,-148 + 10631: 113,-150 + 10632: 115,-151 + 10638: 121,-151 + 10639: 121,-147 + 10640: 122,-148 + 10641: 125,-146 + 10642: 126,-147 + 10644: 74,-153 + 10662: 93,-159 + 10663: 95,-156 + 10665: 101,-155 + 10669: 106,-160 + 10670: 106,-155 + 10675: 114,-156 + 10677: 116,-156 + 10679: 118,-157 + 10683: 126,-159 + 10685: 127,-160 + 10687: 72,-166 + 10689: 74,-164 + 10695: 81,-165 + 10701: 88,-163 + 10702: 88,-161 + 10709: 102,-165 + 10717: 119,-164 + 10724: 127,-167 + 10725: 127,-166 + 10738: 130,-150 + 10742: -215,83 + 10744: -210,81 + 10747: -224,-2 + 10748: -223,-6 + 10752: -220,-5 + 10759: -219,6 + 10761: -224,14 + 10762: -222,10 + 10763: -220,10 + 10765: -218,8 + 10771: -218,21 + 10785: -219,37 + 10788: -221,46 + 10789: -220,42 + 10790: -219,45 + 10808: -342,69 + 10818: -338,88 + 10819: -338,92 + 10822: -342,105 + 10827: -338,108 + 10828: -351,67 + 10833: -352,85 + 10837: -348,84 + 10838: -352,94 + 10849: -347,109 + 10851: -357,68 + 10853: -353,67 + 10865: -356,94 + 10870: -354,96 + 10876: -358,108 + 10884: -367,73 + 10886: -361,72 + 10890: -361,91 + 10892: -368,110 + 10897: -376,66 + 10898: -376,70 + 10902: -373,71 + 10903: -372,66 + 10912: -370,91 + 10914: -373,100 + 10918: -377,69 + 10924: -384,94 + 10929: -389,84 + 10931: -386,86 + 10934: -392,110 + 10935: -389,115 + 10940: -380,116 + 10944: -374,119 + 10952: -364,118 + 10953: -363,118 + 10966: -337,115 + 10967: -394,73 + 10968: -395,86 + 10969: -395,90 + 10976: -397,126 + 10979: -393,124 + 10983: -387,126 + 10987: -384,126 + 10990: -380,123 + 10993: -376,124 + 10994: -376,126 + 10997: -365,124 + 11002: -358,127 + 11010: -351,122 + 11018: -342,122 + 11023: -339,123 + 11025: -403,73 + 11027: -403,94 + 11028: -402,108 + 11034: -399,129 + 11039: -396,133 + 11040: -394,133 + 11045: -386,128 + 11048: -385,131 + 11049: -385,132 + 11051: -381,128 + 11052: -379,134 + 11058: -373,135 + 11066: -367,135 + 11069: -363,132 + 11073: -358,135 + 11076: -353,128 + 11081: -347,134 + 11092: -5,-119 + 11095: -1,-117 + 11100: -4,-108 + 11107: -11,-202 + 11111: -6,-206 + 11112: -5,-201 + 11120: 6,-202 + 11121: 7,-208 + 11122: 9,-205 + 11123: 11,-207 + 11126: 14,-204 + 11132: 21,-202 + 11139: -5,-216 + 11141: -3,-213 + 11145: 2,-214 + 11147: 5,-215 + 11150: 7,-212 + 11151: 8,-209 + 11157: 19,-209 + 11164: -22,-215 + 11166: -21,-210 + 11167: -20,-210 + 11176: -18,-204 + 11177: -18,-203 + 11181: -30,-209 + 11189: -29,-161 + 11210: 27,-209 + 11211: 30,-212 + 11215: 26,-206 + 11243: -133,-141 + 11245: -131,-130 + 11249: -130,-128 + 11250: -130,-124 + 11252: -129,-125 + 11253: -129,-124 + 11254: -136,-118 - node: color: '#EFB34194' id: grasssnow06 @@ -16303,697 +17817,608 @@ entities: 25: 116,205 109: 134,205 201: 157,194 - 636: -146,-133 - 963: 115,103 - 1083: 132,84 - 1226: 127,128 - 1275: 70,8 - 1348: 49,170 - 1356: 24,159 - 1615: 66,124 - 1701: -38,6 - 1779: 23,19 - 2138: -40,79 - 2395: 157,44 - 3459: -124,-113 - 4189: -56,-145 - 4226: -15,-150 - 4249: -15,-118 - 4593: 186,10 - 4740: 218,76 - 4802: 228,84 - 4878: 239,83 - 5114: 66,62 - 5227: -247,-77 - 5329: -206,-73 - 5669: -177,-214 - 5673: -182,-205 - 6016: 84,-60 - 6045: 97,-70 - 6158: 186,153 - 6266: 131,151 - 6356: -53,-57 - 6472: -89,-61 - 6679: -218,-193 - 6923: -155,-55 - 7113: -102,185 - 7301: -70,223 - 8004: -190,79 - 8476: -203,2 - 8678: -75,-186 - 8843: -75,24 - 8862: -72,47 - 9600: 218,-65 - 9790: 245,-62 - 9812: 241,-22 - 9856: 224,-2 - 48400: 100,-91 + 635: -146,-133 + 962: 115,103 + 1082: 132,84 + 1225: 127,128 + 1274: 70,8 + 1347: 49,170 + 1355: 24,159 + 1614: 66,124 + 1700: -38,6 + 1778: 23,19 + 2137: -40,79 + 2382: 157,44 + 3446: -124,-113 + 4176: -56,-145 + 4205: -15,-150 + 4225: -15,-118 + 4567: 186,10 + 4714: 218,76 + 4776: 228,84 + 4852: 239,83 + 5088: 66,62 + 5201: -247,-77 + 5303: -206,-73 + 5641: -177,-214 + 5645: -182,-205 + 5988: 84,-60 + 6017: 97,-70 + 6130: 186,153 + 6238: 131,151 + 6328: -53,-57 + 6444: -89,-61 + 6651: -218,-193 + 6895: -155,-55 + 7085: -102,185 + 7273: -70,223 + 7893: -190,79 + 8364: -203,2 + 8566: -75,-186 + 8728: -75,24 + 8747: -72,47 + 9485: 218,-65 + 9647: 245,-62 + 9669: 241,-22 + 9713: 224,-2 + 9848: 100,-91 + 9961: 289,122 + 10146: 277,150 + 10433: -139,-62 + 10764: -219,9 - node: angle: 1.710422666954443 rad color: '#DDC3A157' id: i decals: - 8618: -166.40318,-61.51821 - 8619: -165.67935,-61.565086 - 8620: -164.57768,-61.627586 - 8621: -163.64018,-61.627586 - 8622: -161.99231,-61.658836 + 8506: -166.40318,-61.51821 + 8507: -165.67935,-61.565086 + 8508: -164.57768,-61.627586 + 8509: -163.64018,-61.627586 + 8510: -161.99231,-61.658836 - node: angle: 1.8675022996339325 rad color: '#DDC3A157' id: i decals: - 8623: -161.27356,-61.61196 - 8624: -160.55481,-61.565086 - 8625: -162.77356,-61.627586 + 8511: -161.27356,-61.61196 + 8512: -160.55481,-61.565086 + 8513: -162.77356,-61.627586 - node: angle: 3.4382986264288293 rad color: '#DDC3A157' id: i decals: - 8626: -159.1634,-60.55449 - 8627: -159.21028,-59.570114 - 8628: -159.17903,-57.77324 - 8629: -159.2259,-55.85087 - 8633: -166.98682,-54.263466 - 8634: -166.95557,-54.90409 - 8635: -167.00244,-55.857216 - 8636: -167.14307,-60.575966 - 8637: -167.06494,-59.77909 - 8638: -167.09619,-58.56034 + 8514: -159.1634,-60.55449 + 8515: -159.21028,-59.570114 + 8516: -159.17903,-57.77324 + 8517: -159.2259,-55.85087 + 8521: -166.98682,-54.263466 + 8522: -166.95557,-54.90409 + 8523: -167.00244,-55.857216 + 8524: -167.14307,-60.575966 + 8525: -167.06494,-59.77909 + 8526: -167.09619,-58.56034 - node: angle: 4.363323129985824 rad color: '#DDC3A157' id: i decals: - 8654: -163.72574,-57.623665 + 8542: -163.72574,-57.623665 - node: angle: 5.009094953223726 rad color: '#DDC3A157' id: i decals: - 8630: -161.46211,-53.07446 - 8631: -165.39961,-53.121334 - 8632: -163.14961,-53.027584 - - node: - color: '#1D4C6944' - id: largebrush - decals: - 8421: -147.98352,53.03377 + 8518: -161.46211,-53.07446 + 8519: -165.39961,-53.121334 + 8520: -163.14961,-53.027584 - node: cleanable: True color: '#373BBD1E' id: n decals: - 4294: -186.05458,-25.194544 + 4270: -186.05458,-25.194544 - node: color: '#3F3330A5' id: pawprint decals: - 8639: -102.378914,-32.632774 - 8640: -102.2435,-32.247356 - 8641: -102.431,-31.95569 - 8642: -102.253914,-31.632774 - 8643: -102.42058,-31.164024 - 8644: -102.23308,-30.79944 - 8645: -102.439964,-30.434856 - 8646: -102.24204,-30.101524 - 8647: -102.439964,-29.778606 - 8648: -102.20038,-29.476524 - 8649: -102.408714,-29.08069 - 8650: -102.189964,-28.92444 - 8651: -102.42954,-28.58069 - 8652: -102.221214,-28.36194 + 8527: -102.378914,-32.632774 + 8528: -102.2435,-32.247356 + 8529: -102.431,-31.95569 + 8530: -102.253914,-31.632774 + 8531: -102.42058,-31.164024 + 8532: -102.23308,-30.79944 + 8533: -102.439964,-30.434856 + 8534: -102.24204,-30.101524 + 8535: -102.439964,-29.778606 + 8536: -102.20038,-29.476524 + 8537: -102.408714,-29.08069 + 8538: -102.189964,-28.92444 + 8539: -102.42954,-28.58069 + 8540: -102.221214,-28.36194 - node: cleanable: True color: '#860800FF' id: peace decals: - 4002: -74.98876,-102.07302 + 3989: -74.98876,-102.07302 - node: cleanable: True color: '#FF3B0028' id: peace decals: - 4336: -163.63103,-18.990927 + 4312: -163.63103,-18.990927 - node: color: '#FED83D2B' id: radiation decals: - 6943: -175,23 + 6915: -175,23 - node: color: '#FED83D7C' id: radiation decals: - 6942: -175,22 + 6914: -175,22 - node: angle: 1.9198621771937625 rad color: '#452D1DCD' id: slash decals: - 8609: -117.400986,-57.832535 - 8612: -117.07927,-58.39004 - 8613: -117.063644,-57.57754 + 8497: -117.400986,-57.832535 + 8500: -117.07927,-58.39004 + 8501: -117.063644,-57.57754 - node: angle: 1.9198621771937625 rad color: '#452D1DCD' id: splatter decals: - 8610: -118.14177,-57.905666 - 8611: -117.92302,-58.32754 + 8498: -118.14177,-57.905666 + 8499: -117.92302,-58.32754 - node: cleanable: True color: '#46B9191E' id: splatter decals: - 4291: -188.84418,-26.760887 + 4267: -188.84418,-26.760887 - node: color: '#532F1BFF' id: splatter decals: - 8692: -83,-184 - 8693: -83.18349,-183.92993 - 8694: -83.14679,-184.1134 - 8695: -82.92664,-183.98497 - 8696: -82.98168,-184.37024 + 8580: -83,-184 + 8581: -83.18349,-183.92993 + 8582: -83.14679,-184.1134 + 8583: -82.92664,-183.98497 + 8584: -82.98168,-184.37024 - node: color: '#571212FF' id: splatter decals: - 5941: -185.36305,-110.81683 + 5913: -185.36305,-110.81683 - node: angle: 1.5707963267948966 rad color: '#5D000063' id: splatter decals: - 9292: -2.8228548,-32.15811 - 9293: -6.311974,-28.654043 + 9177: -2.8228548,-32.15811 + 9178: -6.311974,-28.654043 - node: angle: 4.71238898038469 rad color: '#5D000063' id: splatter decals: - 9289: -0.1076622,-32.121418 - 9290: -0.492926,-31.7545 - 9291: -2.419245,-32.28653 + 9174: -0.1076622,-32.121418 + 9175: -0.492926,-31.7545 + 9176: -2.419245,-32.28653 - node: color: '#5D000082' id: splatter decals: - 8921: -5.8578544,-35.969387 - 8922: -6.1859794,-35.969387 - 8923: -6.0766044,-35.860012 - 8924: -5.9672294,-35.813137 - 8925: -5.8891044,-35.875637 + 8806: -5.8578544,-35.969387 + 8807: -6.1859794,-35.969387 + 8808: -6.0766044,-35.860012 + 8809: -5.9672294,-35.813137 + 8810: -5.8891044,-35.875637 - node: angle: 1.5707963267948966 rad color: '#5D000082' id: splatter decals: - 8926: -5.9047294,-35.938137 - 8927: -5.9828544,-36.078762 - 8928: -5.9984794,-35.828762 + 8811: -5.9047294,-35.938137 + 8812: -5.9828544,-36.078762 + 8813: -5.9984794,-35.828762 - node: angle: 4.71238898038469 rad color: '#5D0000AF' id: splatter decals: - 9288: -0.052624464,-31.699461 + 9173: -0.052624464,-31.699461 + - node: + color: '#65150049' + id: splatter + decals: + 11237: 156.8922,-187.10255 + - node: + color: '#65150068' + id: splatter + decals: + 11238: 151.84532,-189.05568 + 11242: 147.53278,-190.60893 + - node: + angle: 1.5707963267948966 rad + color: '#65150068' + id: splatter + decals: + 11239: 159.63506,-189.00948 + - node: + angle: 3.141592653589793 rad + color: '#65150068' + id: splatter + decals: + 11240: 151.3915,-185.18448 + - node: + angle: 4.71238898038469 rad + color: '#65150068' + id: splatter + decals: + 11241: 155.05894,-183.76958 - node: cleanable: True color: '#6695442D' id: splatter decals: - 4350: -162.08029,-17.243273 + 4326: -162.08029,-17.243273 - node: angle: 3.141592653589793 rad color: '#76000066' id: splatter decals: - 9286: -2.3197255,-28.551537 - 9287: 0.24843597,-31.864574 + 9171: -2.3197255,-28.551537 + 9172: 0.24843597,-31.864574 - node: cleanable: True color: '#860800FF' id: splatter decals: - 4005: -76.96849,-109.047585 + 3992: -76.96849,-109.047585 - node: angle: 1.5707963267948966 rad color: '#9B000047' id: splatter decals: - 9284: -4.9615345,-30.947634 + 9169: -4.9615345,-30.947634 - node: angle: 3.141592653589793 rad color: '#9B000066' id: splatter decals: - 9285: -5.621987,-30.973194 + 9170: -5.621987,-30.973194 - node: angle: 1.5707963267948966 rad color: '#9B000079' id: splatter decals: - 9280: -5.1444535,-30.881187 - 9281: -2.665934,-28.4159 - 9282: -2.9053204,-33.369293 - 9283: -3.2722383,-33.49771 + 9165: -5.1444535,-30.881187 + 9166: -2.665934,-28.4159 + 9167: -2.9053204,-33.369293 + 9168: -3.2722383,-33.49771 - node: angle: 1.5707963267948966 rad color: '#9B0000BD' id: splatter decals: - 9278: -9.511888,-31.96421 - 9279: -9.420158,-28.570219 + 9163: -9.511888,-31.96421 + 9164: -9.420158,-28.570219 - node: cleanable: True color: '#C548442D' id: splatter decals: - 4343: -164.59781,-22.105635 - 4344: -163.39468,-24.007898 - 4345: -159.55093,-17.16463 - 4346: -160.12906,-17.10213 - 4347: -163.12906,-17.25838 - 4348: -163.19156,-17.25838 - 4349: -163.67593,-16.97713 + 4319: -164.59781,-22.105635 + 4320: -163.39468,-24.007898 + 4321: -159.55093,-17.16463 + 4322: -160.12906,-17.10213 + 4323: -163.12906,-17.25838 + 4324: -163.19156,-17.25838 + 4325: -163.67593,-16.97713 - node: cleanable: True color: '#C5714E30' id: splatter decals: - 4341: -158.94156,-20.90251 + 4317: -158.94156,-20.90251 - node: cleanable: True color: '#C571852D' id: splatter decals: - 4342: -158.09781,-18.043135 + 4318: -158.09781,-18.043135 - node: cleanable: True color: '#DE9A5D28' id: splatter decals: - 4317: -159.54364,-25.93549 - 4318: -159.93427,-25.451115 - 4319: -159.41864,-25.732365 + 4293: -159.54364,-25.93549 + 4294: -159.93427,-25.451115 + 4295: -159.41864,-25.732365 - node: cleanable: True color: '#DEE91C28' id: splatter decals: - 4320: -160.02802,-23.37299 - 4321: -159.12177,-23.62299 - 4322: -158.05927,-23.31049 - 4323: -158.52802,-24.43549 - 4324: -158.68427,-24.15424 - 4325: -158.10614,-25.12299 - 4326: -158.01611,-24.388615 - 4327: -157.79736,-23.90424 - 4328: -158.242,-23.948208 - 4329: -158.64825,-23.573208 - 4330: -158.117,-23.635708 + 4296: -160.02802,-23.37299 + 4297: -159.12177,-23.62299 + 4298: -158.05927,-23.31049 + 4299: -158.52802,-24.43549 + 4300: -158.68427,-24.15424 + 4301: -158.10614,-25.12299 + 4302: -158.01611,-24.388615 + 4303: -157.79736,-23.90424 + 4304: -158.242,-23.948208 + 4305: -158.64825,-23.573208 + 4306: -158.117,-23.635708 - node: cleanable: True color: '#F63B191E' id: splatter decals: - 4292: -186.0702,-19.67393 - 4293: -183.08583,-19.20518 + 4268: -186.0702,-19.67393 + 4269: -183.08583,-19.20518 + - node: + color: '#9FED5896' + id: z + decals: + 11235: 20,-220 - type: Biome forcedMarkerLayers: [] markerLayers: [] loadedMarkers: {} pendingMarkers: {} loadedChunks: - - 128,-88 - - 112,-144 - - 104,-144 - - 96,-144 - - 120,-96 - - 120,-88 - - 120,-104 - - 112,-96 - - 120,-112 - - 128,-80 - - 120,-80 - - 104,-96 - - 96,-96 - - 112,-80 - - 104,-80 - - 120,-120 - - 104,-112 - - 96,-112 - - 88,-112 - - 88,-96 - - 88,-144 - - 80,-96 - - 96,-80 - - 72,-96 - - 120,-128 - - 112,-88 - - 120,-136 - - 88,-80 - - 104,-88 - - 104,-104 - - 96,-88 - - 80,-144 - - 88,-88 - - 96,-104 - - 88,-104 - - 80,-88 - - 72,-88 - - 72,-144 - - 120,-144 - - 80,-80 - - 112,-104 - - 104,-128 - - 104,-120 - - 72,-80 - - 64,-80 - - 128,-96 - - 64,-88 - - 112,-112 - - 96,-128 - - 88,-128 - - 128,-104 - - 128,-112 - - 128,-120 - - 128,-128 - - 96,-120 - - 72,-104 - - 64,-96 - - 128,-136 - - 128,-144 - - 64,-104 - - 64,-112 - - 64,-120 - - 112,-120 - - 80,-128 - - 104,-136 - - 80,-104 - - 72,-112 - - 88,-120 - - 80,-120 - - 80,-112 - - 64,-128 - - 72,-120 - - 96,-136 - - 64,-136 - - 72,-128 - - 64,-144 - - 88,-136 - - 80,-136 - - 112,-128 - - 112,-136 - - 72,-136 + - -152,-144 + - -160,-144 + - -192,-96 + - -152,-88 + - -168,-144 + - -176,-96 + - -176,-144 + - -160,-88 + - -192,-104 + - -168,-88 + - -184,-144 + - -152,-96 + - -192,-112 + - -192,-120 + - -152,-104 + - -160,-96 + - -176,-88 + - -184,-88 + - -200,-96 + - -168,-96 + - -192,-144 + - -160,-104 + - -192,-88 + - -184,-96 + - -184,-104 + - -200,-104 + - -200,-144 + - -200,-88 + - -200,-112 + - -208,-144 + - -152,-112 + - -152,-120 + - -160,-112 + - -160,-120 + - -168,-104 + - -168,-112 + - -152,-128 + - -184,-112 + - -208,-88 + - -176,-104 + - -176,-112 + - -192,-128 + - -176,-120 + - -192,-136 + - -176,-128 + - -216,-80 + - -208,-96 + - -176,-136 + - -208,-104 + - -200,-120 + - -200,-128 + - -208,-112 + - -200,-136 + - -216,-144 + - -152,-80 + - -216,-88 + - -184,-120 + - -160,-80 + - -216,-96 + - -168,-80 + - -176,-80 + - -168,-120 + - -216,-104 + - -184,-128 + - -208,-120 + - -208,-128 + - -208,-136 + - -184,-136 + - -216,-112 + - -168,-128 + - -160,-128 + - -184,-80 + - -192,-80 + - -216,-120 + - -216,-128 + - -216,-136 + - -168,-136 + - -160,-136 + - -152,-136 + - -200,-80 + - -208,-80 entities: - 128,-88: {} - 112,-144: {} - 104,-144: {} - 96,-144: - 65656: 101,-143 - 120,-96: {} - 120,-88: {} - 120,-104: {} - 112,-96: {} - 120,-112: {} - 128,-80: {} - 120,-80: {} - 104,-96: {} - 96,-96: {} - 112,-80: {} - 104,-80: {} - 120,-120: {} - 104,-112: {} - 96,-112: {} - 88,-112: {} - 88,-96: - 65528: 95,-90 - 88,-144: {} - 80,-96: {} - 96,-80: - 65700: 100,-76 - 72,-96: {} - 120,-128: {} - 112,-88: {} - 120,-136: - 65709: 125,-130 - 88,-80: {} - 104,-88: {} - 104,-104: - 65592: 111,-97 - 96,-88: {} - 80,-144: {} - 88,-88: {} - 96,-104: - 65558: 97,-98 - 65544: 103,-98 - 88,-104: {} - 80,-88: {} - 72,-88: {} - 72,-144: {} - 120,-144: - 65702: 120,-143 - 65701: 123,-140 - 80,-80: {} - 112,-104: {} - 104,-128: {} - 104,-120: {} - 72,-80: - 65711: 72,-78 - 64,-80: {} - 128,-96: {} - 64,-88: {} - 112,-112: {} - 96,-128: {} - 88,-128: {} - 128,-104: {} - 128,-112: {} - 128,-120: {} - 128,-128: {} - 96,-120: {} - 72,-104: {} - 64,-96: {} - 128,-136: - 65650: 130,-133 - 65710: 133,-134 - 128,-144: {} - 64,-104: {} - 64,-112: {} - 64,-120: {} - 112,-120: {} - 80,-128: {} - 104,-136: {} - 80,-104: {} - 72,-112: {} - 88,-120: {} - 80,-120: {} - 80,-112: {} - 64,-128: {} - 72,-120: {} - 96,-136: {} - 64,-136: {} - 72,-128: {} - 64,-144: {} - 88,-136: {} - 80,-136: {} - 112,-128: {} - 112,-136: {} - 72,-136: {} + -152,-144: {} + -160,-144: {} + -192,-96: {} + -152,-88: {} + -168,-144: {} + -176,-96: {} + -176,-144: {} + -160,-88: {} + -192,-104: {} + -168,-88: {} + -184,-144: {} + -152,-96: {} + -192,-112: {} + -192,-120: {} + -152,-104: {} + -160,-96: {} + -176,-88: {} + -184,-88: {} + -200,-96: {} + -168,-96: {} + -192,-144: {} + -160,-104: {} + -192,-88: {} + -184,-96: {} + -184,-104: {} + -200,-104: {} + -200,-144: {} + -200,-88: {} + -200,-112: {} + -208,-144: {} + -152,-112: {} + -152,-120: {} + -160,-112: {} + -160,-120: {} + -168,-104: {} + -168,-112: {} + -152,-128: {} + -184,-112: {} + -208,-88: {} + -176,-104: {} + -176,-112: {} + -192,-128: {} + -176,-120: {} + -192,-136: {} + -176,-128: {} + -216,-80: {} + -208,-96: {} + -176,-136: {} + -208,-104: {} + -200,-120: {} + -200,-128: {} + -208,-112: {} + -200,-136: {} + -216,-144: {} + -152,-80: {} + -216,-88: {} + -184,-120: {} + -160,-80: {} + -216,-96: {} + -168,-80: {} + -176,-80: {} + -168,-120: {} + -216,-104: {} + -184,-128: {} + -208,-120: {} + -208,-128: {} + -208,-136: {} + -184,-136: {} + -216,-112: {} + -168,-128: {} + -160,-128: {} + -184,-80: {} + -192,-80: {} + -216,-120: {} + -216,-128: {} + -216,-136: {} + -168,-136: {} + -160,-136: {} + -152,-136: {} + -200,-80: {} + -208,-80: {} decals: - 128,-88: {} - 112,-144: - 47481: 114,-137 - 47482: 117,-140 - 104,-144: - 47476: 104,-138 - 47477: 107,-142 - 47478: 107,-139 - 47479: 110,-143 - 47480: 110,-140 - 96,-144: - 47472: 96,-143 - 47473: 97,-143 - 47474: 102,-144 - 47475: 102,-138 - 120,-96: {} - 120,-88: {} - 120,-104: {} - 112,-96: - 48402: 116,-91 - 120,-112: {} - 128,-80: {} - 120,-80: {} - 104,-96: - 48401: 104,-94 - 96,-96: - 48399: 96,-94 - 48400: 100,-91 - 112,-80: - 48970: 112,-76 - 104,-80: - 48965: 106,-77 - 48966: 107,-73 - 48967: 109,-78 - 48968: 110,-75 - 48969: 111,-77 - 120,-120: {} - 104,-112: - 44988: 107,-112 - 44989: 107,-106 - 44990: 109,-106 - 96,-112: {} - 88,-112: - 44984: 89,-110 - 44985: 90,-109 - 44986: 91,-109 - 44987: 92,-109 - 88,-96: - 48397: 89,-93 - 48398: 90,-92 - 88,-144: - 47470: 89,-142 - 47471: 91,-137 - 80,-96: {} - 96,-80: - 48963: 100,-73 - 48964: 102,-76 - 72,-96: {} - 120,-128: - 48715: 121,-125 - 48716: 122,-125 - 48717: 124,-127 - 48718: 124,-122 - 48719: 125,-121 - 48720: 126,-124 - 48721: 127,-128 - 48722: 127,-125 - 112,-88: {} - 120,-136: - 48708: 120,-129 - 48709: 121,-132 - 48710: 123,-135 - 48711: 123,-131 - 48712: 126,-136 - 48713: 127,-131 - 48714: 127,-129 - 88,-80: - 48962: 93,-78 - 104,-88: {} - 104,-104: - 44982: 110,-104 - 96,-88: {} - 80,-144: {} - 88,-88: {} - 96,-104: {} - 88,-104: - 44981: 88,-97 - 80,-88: {} - 72,-88: {} - 72,-144: {} - 120,-144: - 48704: 121,-142 - 48705: 122,-139 - 48706: 123,-141 - 48707: 125,-138 - 80,-80: - 48960: 85,-74 - 48961: 86,-73 - 112,-104: {} - 104,-128: - 45000: 107,-125 - 45001: 111,-128 - 104,-120: {} - 72,-80: - 48959: 72,-80 - 64,-80: - 48956: 67,-79 - 48957: 69,-75 - 48958: 69,-74 - 128,-96: {} - 64,-88: {} - 112,-112: - 47467: 116,-109 - 96,-128: {} - 88,-128: - 44999: 90,-125 - 128,-104: {} - 128,-112: {} - 128,-120: {} - 128,-128: - 48741: 128,-123 - 48742: 131,-128 - 48743: 133,-127 - 48744: 133,-123 - 48745: 133,-122 - 48746: 134,-123 - 48747: 135,-122 - 96,-120: {} - 72,-104: {} - 64,-96: {} - 128,-136: - 48734: 128,-130 - 48735: 129,-135 - 48736: 130,-135 - 48737: 130,-130 - 48738: 131,-129 - 48739: 132,-132 - 48740: 133,-136 - 128,-144: - 48727: 128,-137 - 48728: 129,-142 - 48729: 129,-139 - 48730: 132,-140 - 48731: 133,-143 - 48732: 135,-142 - 48733: 135,-138 - 64,-104: {} - 64,-112: {} - 64,-120: {} - 112,-120: - 47460: 112,-119 - 47461: 112,-114 - 47462: 113,-118 - 47463: 116,-120 - 47464: 117,-117 - 47465: 117,-114 - 47466: 118,-120 - 80,-128: {} - 104,-136: - 45034: 110,-133 - 45035: 111,-131 - 80,-104: {} - 72,-112: {} - 88,-120: {} - 80,-120: {} - 80,-112: {} - 64,-128: {} - 72,-120: {} - 96,-136: - 45031: 96,-130 - 45032: 99,-133 - 45033: 103,-130 - 64,-136: {} - 72,-128: {} - 64,-144: {} - 88,-136: - 45028: 90,-133 - 45029: 91,-133 - 45030: 92,-131 - 80,-136: {} - 112,-128: - 47457: 115,-127 - 47458: 118,-125 - 47459: 118,-123 - 112,-136: - 47452: 112,-130 - 47453: 114,-130 - 47454: 117,-133 - 47455: 117,-130 - 47456: 119,-131 - 72,-136: {} + -152,-144: {} + -160,-144: {} + -192,-96: {} + -152,-88: {} + -168,-144: {} + -176,-96: {} + -176,-144: {} + -160,-88: {} + -192,-104: {} + -168,-88: {} + -184,-144: {} + -152,-96: {} + -192,-112: {} + -192,-120: {} + -152,-104: {} + -160,-96: {} + -176,-88: {} + -184,-88: {} + -200,-96: {} + -168,-96: {} + -192,-144: {} + -160,-104: {} + -192,-88: {} + -184,-96: {} + -184,-104: {} + -200,-104: {} + -200,-144: {} + -200,-88: {} + -200,-112: {} + -208,-144: {} + -152,-112: {} + -152,-120: {} + -160,-112: {} + -160,-120: {} + -168,-104: {} + -168,-112: {} + -152,-128: {} + -184,-112: {} + -208,-88: {} + -176,-104: {} + -176,-112: {} + -192,-128: {} + -176,-120: {} + -192,-136: {} + -176,-128: {} + -216,-80: {} + -208,-96: {} + -176,-136: {} + -208,-104: {} + -200,-120: {} + -200,-128: {} + -208,-112: {} + -200,-136: {} + -216,-144: {} + -152,-80: {} + -216,-88: {} + -184,-120: {} + -160,-80: {} + -216,-96: {} + -168,-80: {} + -176,-80: {} + -168,-120: {} + -216,-104: {} + -184,-128: {} + -208,-120: {} + -208,-128: {} + -208,-136: {} + -184,-136: {} + -216,-112: {} + -168,-128: {} + -160,-128: {} + -184,-80: {} + -192,-80: {} + -216,-120: {} + -216,-128: {} + -216,-136: {} + -168,-136: {} + -160,-136: {} + -152,-136: {} + -200,-80: {} + -208,-80: {} modifiedTiles: -152,-96: - -152,-96 @@ -19343,6 +20768,8 @@ entities: - -129,-140 - -129,-139 - -129,-138 + - -133,-141 + - -131,-138 -136,-136: - -133,-136 - -133,-135 @@ -19393,6 +20820,7 @@ entities: - -133,-131 - -133,-129 - -129,-129 + - -131,-130 -200,-88: - -200,-88 - -200,-87 @@ -20020,9 +21448,19 @@ entities: - -161,-57 -144,-64: - -142,-57 + - -144,-58 + - -141,-63 + - -140,-60 + - -139,-62 -136,-64: - -131,-61 - -129,-60 + - -135,-63 + - -133,-58 + - -132,-61 + - -130,-59 + - -130,-57 + - -129,-61 -112,-64: - -107,-58 -176,-88: @@ -21922,8 +23360,20 @@ entities: - -111,-72 -120,-104: - -113,-97 + - -120,-102 + - -120,-99 + - -119,-97 + - -118,-100 + - -115,-103 -120,-112: - -116,-111 + - -118,-107 + - -118,-106 + - -114,-112 + - -113,-109 + - -120,-110 + - -119,-108 + - -115,-112 -120,-120: - -117,-117 - -118,-119 @@ -21943,6 +23393,13 @@ entities: - -115,-89 - -114,-89 - -113,-89 + - -119,-94 + - -118,-96 + - -118,-91 + - -116,-95 + - -116,-91 + - -115,-91 + - -114,-90 -120,-88: - -120,-88 - -120,-87 @@ -22011,6 +23468,11 @@ entities: -128,-104: - -126,-103 - -123,-98 + - -127,-102 + - -125,-103 + - -124,-101 + - -123,-100 + - -121,-104 -128,-96: - -128,-89 - -127,-89 @@ -22020,6 +23482,13 @@ entities: - -123,-89 - -122,-89 - -121,-89 + - -128,-91 + - -126,-95 + - -126,-92 + - -124,-93 + - -124,-92 + - -122,-92 + - -121,-93 -128,-88: - -128,-88 - -128,-87 @@ -22087,8 +23556,20 @@ entities: - -121,-81 -128,-72: - -122,-71 + - -128,-66 + - -125,-72 + - -125,-71 + - -125,-68 + - -125,-65 + - -123,-67 + - -122,-65 + - -121,-68 -128,-56: - -122,-54 + - -128,-53 + - -125,-50 + - -122,-56 + - -122,-50 -136,-88: - -136,-88 - -136,-87 @@ -22164,6 +23645,12 @@ entities: - -131,-89 - -130,-89 - -129,-89 + - -136,-96 + - -133,-91 + - -130,-95 + - -129,-93 + - -129,-92 + - -134,-91 -144,-88: - -144,-88 - -144,-87 @@ -22247,6 +23734,10 @@ entities: - -137,-93 -144,-72: - -141,-65 + - -141,-71 + - -141,-66 + - -140,-70 + - -139,-69 -216,-56: - -210,-54 - -210,-50 @@ -22386,6 +23877,7 @@ entities: - -208,-79 - -206,-73 - -203,-74 + - -208,-77 -208,-72: - -207,-68 - -208,-66 @@ -22595,6 +24087,11 @@ entities: - -159,-53 -160,-48: - -153,-46 + - -159,-43 + - -156,-44 + - -155,-42 + - -153,-48 + - -160,-44 -176,-48: - -176,-48 - -176,-47 @@ -22612,6 +24109,10 @@ entities: - -175,-43 - -175,-42 - -175,-41 + - -173,-48 + - -171,-42 + - -171,-41 + - -169,-43 -184,-48: - -181,-48 - -181,-47 @@ -22653,6 +24154,9 @@ entities: - -177,-43 - -177,-42 - -177,-41 + - -183,-47 + - -182,-43 + - -182,-42 -200,-48: - -197,-43 - -195,-45 @@ -25556,6 +27060,8 @@ entities: - -134,-31 -136,-48: - -132,-41 + - -133,-48 + - -132,-47 -64,-40: - -64,-35 - -61,-34 @@ -25849,6 +27355,13 @@ entities: -120,-48: - -120,-42 - -115,-47 + - -116,-41 + - -115,-45 + - -114,-44 + - -114,-41 + - -113,-48 + - -113,-45 + - -113,-44 -64,-56: - -63,-56 - -60,-55 @@ -27842,6 +29355,8 @@ entities: - -129,-159 - -129,-158 - -129,-155 + - -130,-158 + - -129,-160 -136,-168: - -136,-168 - -136,-167 @@ -27899,6 +29414,7 @@ entities: - -132,-161 - -130,-162 - -129,-162 + - -134,-162 -136,-176: - -131,-170 - -136,-176 @@ -33224,6 +34740,9 @@ entities: - -169,-90 - -169,-89 - -173,-93 + - -174,-92 + - -172,-91 + - -171,-91 -168,-96: - -168,-96 - -168,-95 @@ -33279,6 +34798,11 @@ entities: - -166,-93 - -165,-93 - -161,-96 + - -162,-93 + - -161,-94 + - -168,-91 + - -167,-91 + - -161,-91 -160,-96: - -160,-96 - -160,-95 @@ -33323,6 +34847,9 @@ entities: - -160,-90 - -157,-92 - -157,-90 + - -157,-91 + - -155,-96 + - -155,-94 -216,-144: - -216,-144 - -216,-143 @@ -35077,6 +36604,8 @@ entities: - -153,-99 - -153,-98 - -156,-98 + - -155,-99 + - -155,-98 -232,-80: - -229,-76 - -232,-78 @@ -36864,6 +38393,14 @@ entities: - -34,-204 - -40,-205 - -34,-202 + - -40,-202 + - -39,-206 + - -38,-202 + - -37,-203 + - -36,-204 + - -35,-206 + - -34,-207 + - -33,-202 -48,-208: - -47,-206 -40,-200: @@ -36878,6 +38415,59 @@ entities: - -35,-199 - -34,-200 - -33,-200 + - -39,-199 + - -39,-198 + - -39,-197 + - -39,-196 + - -39,-195 + - -39,-194 + - -38,-199 + - -38,-198 + - -38,-197 + - -38,-196 + - -38,-195 + - -38,-194 + - -38,-193 + - -37,-199 + - -37,-198 + - -37,-197 + - -37,-195 + - -37,-194 + - -37,-193 + - -36,-199 + - -36,-198 + - -36,-197 + - -36,-196 + - -36,-195 + - -36,-194 + - -36,-193 + - -35,-198 + - -35,-197 + - -35,-196 + - -35,-195 + - -35,-194 + - -35,-193 + - -34,-199 + - -34,-198 + - -34,-197 + - -34,-196 + - -34,-195 + - -34,-194 + - -34,-193 + - -33,-199 + - -33,-198 + - -33,-197 + - -33,-196 + - -33,-195 + - -33,-194 + - -33,-193 + - -40,-199 + - -40,-198 + - -40,-197 + - -40,-196 + - -40,-195 + - -40,-194 + - -40,-193 -32,-200: - -32,-200 - -31,-200 @@ -36887,6 +38477,62 @@ entities: - -27,-200 - -26,-200 - -25,-200 + - -32,-199 + - -32,-198 + - -32,-197 + - -32,-196 + - -32,-195 + - -32,-194 + - -32,-193 + - -31,-199 + - -31,-198 + - -31,-197 + - -31,-196 + - -31,-195 + - -31,-194 + - -31,-193 + - -30,-199 + - -30,-198 + - -30,-197 + - -30,-196 + - -30,-195 + - -30,-194 + - -30,-193 + - -29,-199 + - -29,-198 + - -29,-197 + - -29,-196 + - -29,-195 + - -29,-194 + - -29,-193 + - -28,-199 + - -28,-198 + - -28,-197 + - -28,-196 + - -28,-195 + - -28,-194 + - -28,-193 + - -27,-199 + - -27,-198 + - -27,-197 + - -27,-196 + - -27,-195 + - -27,-194 + - -27,-193 + - -26,-199 + - -26,-198 + - -26,-197 + - -26,-196 + - -26,-195 + - -26,-194 + - -26,-193 + - -25,-199 + - -25,-198 + - -25,-197 + - -25,-196 + - -25,-195 + - -25,-194 + - -25,-193 -56,-200: - -56,-200 - -55,-200 @@ -36909,6 +38555,29 @@ entities: - -52,-198 - -51,-197 - -49,-196 + - -54,-198 + - -53,-197 + - -53,-196 + - -52,-195 + - -52,-194 + - -51,-194 + - -50,-193 + - -53,-198 + - -52,-197 + - -52,-196 + - -51,-198 + - -51,-196 + - -51,-195 + - -50,-198 + - -50,-197 + - -50,-196 + - -50,-195 + - -50,-194 + - -49,-198 + - -49,-197 + - -49,-195 + - -49,-194 + - -49,-193 -48,-200: - -47,-193 - -48,-200 @@ -36925,8 +38594,120 @@ entities: - -45,-199 - -44,-199 - -43,-199 + - -48,-198 + - -48,-197 + - -48,-196 + - -48,-195 + - -48,-194 + - -48,-193 + - -47,-198 + - -47,-197 + - -47,-196 + - -47,-195 + - -47,-194 + - -46,-198 + - -46,-197 + - -46,-196 + - -46,-195 + - -46,-194 + - -46,-193 + - -45,-198 + - -45,-197 + - -45,-196 + - -45,-195 + - -45,-194 + - -45,-193 + - -44,-198 + - -44,-197 + - -44,-196 + - -44,-195 + - -44,-194 + - -44,-193 + - -43,-198 + - -43,-197 + - -43,-196 + - -43,-195 + - -43,-194 + - -43,-193 + - -42,-199 + - -42,-198 + - -42,-197 + - -42,-196 + - -42,-195 + - -42,-194 + - -42,-193 + - -41,-199 + - -41,-198 + - -41,-197 + - -41,-196 + - -41,-195 + - -41,-194 + - -41,-193 -32,-192: - -28,-186 + - -32,-192 + - -32,-191 + - -32,-190 + - -32,-189 + - -32,-188 + - -32,-187 + - -32,-186 + - -32,-185 + - -31,-192 + - -31,-191 + - -31,-190 + - -31,-189 + - -31,-188 + - -31,-187 + - -31,-186 + - -31,-185 + - -30,-192 + - -30,-191 + - -30,-190 + - -30,-189 + - -30,-188 + - -30,-187 + - -30,-186 + - -30,-185 + - -29,-192 + - -29,-191 + - -29,-190 + - -29,-189 + - -29,-188 + - -29,-187 + - -29,-186 + - -29,-185 + - -28,-192 + - -28,-191 + - -28,-190 + - -28,-189 + - -28,-188 + - -28,-187 + - -28,-185 + - -27,-192 + - -27,-191 + - -27,-190 + - -27,-189 + - -27,-188 + - -27,-187 + - -27,-186 + - -27,-185 + - -26,-192 + - -26,-191 + - -26,-190 + - -26,-189 + - -26,-188 + - -26,-187 + - -26,-186 + - -26,-185 + - -25,-192 + - -25,-191 + - -25,-190 + - -25,-189 + - -25,-188 + - -25,-187 + - -25,-186 + - -25,-185 -56,-192: - -52,-189 - -55,-190 @@ -36935,8 +38716,68 @@ entities: - -52,-192 - -51,-189 - -50,-187 + - -49,-192 -48,-192: - -44,-189 + - -48,-192 + - -48,-191 + - -48,-188 + - -48,-187 + - -47,-191 + - -47,-190 + - -47,-189 + - -47,-188 + - -47,-187 + - -47,-186 + - -47,-185 + - -46,-185 + - -47,-192 + - -46,-192 + - -46,-191 + - -46,-190 + - -46,-189 + - -46,-188 + - -46,-187 + - -46,-186 + - -45,-192 + - -45,-191 + - -45,-190 + - -45,-189 + - -45,-188 + - -45,-187 + - -45,-186 + - -45,-185 + - -44,-192 + - -44,-191 + - -44,-190 + - -44,-188 + - -44,-187 + - -44,-186 + - -44,-185 + - -43,-192 + - -43,-191 + - -43,-190 + - -43,-189 + - -43,-188 + - -43,-187 + - -43,-186 + - -43,-185 + - -42,-192 + - -42,-191 + - -42,-190 + - -42,-189 + - -42,-188 + - -42,-187 + - -42,-186 + - -42,-185 + - -41,-192 + - -41,-191 + - -41,-190 + - -41,-189 + - -41,-188 + - -41,-187 + - -41,-186 + - -41,-185 -32,-168: - -31,-168 - -32,-166 @@ -36982,6 +38823,22 @@ entities: - -25,-165 - -25,-162 - -25,-161 + - -32,-168 + - -25,-164 + - -29,-168 + - -28,-168 + - -27,-168 + - -25,-167 + - -30,-165 + - -29,-161 + - -32,-167 + - -32,-165 + - -31,-167 + - -30,-166 + - -30,-164 + - -29,-165 + - -26,-164 + - -25,-163 -32,-120: - -29,-115 - -30,-118 @@ -37024,6 +38881,69 @@ entities: - -25,-113 -32,-176: - -25,-174 + - -32,-176 + - -32,-175 + - -32,-174 + - -32,-173 + - -32,-172 + - -32,-171 + - -32,-170 + - -32,-169 + - -31,-176 + - -31,-175 + - -31,-174 + - -31,-173 + - -31,-172 + - -31,-171 + - -31,-170 + - -31,-169 + - -30,-176 + - -30,-175 + - -30,-174 + - -30,-173 + - -30,-172 + - -30,-171 + - -30,-170 + - -30,-169 + - -29,-176 + - -29,-175 + - -29,-174 + - -29,-173 + - -29,-172 + - -29,-171 + - -29,-170 + - -29,-169 + - -28,-176 + - -28,-175 + - -28,-174 + - -28,-173 + - -28,-172 + - -28,-171 + - -28,-170 + - -28,-169 + - -27,-176 + - -27,-175 + - -27,-174 + - -27,-173 + - -27,-172 + - -27,-171 + - -27,-170 + - -27,-169 + - -26,-176 + - -26,-175 + - -26,-174 + - -26,-173 + - -26,-172 + - -26,-171 + - -26,-170 + - -26,-169 + - -25,-176 + - -25,-175 + - -25,-173 + - -25,-172 + - -25,-171 + - -25,-170 + - -25,-169 -24,-152: - -22,-149 - -22,-151 @@ -37069,10 +38989,126 @@ entities: - -17,-151 - -17,-149 - -17,-147 + - -24,-152 + - -23,-151 + - -22,-152 + - -21,-151 -40,-184: - -39,-180 + - -39,-184 + - -39,-183 + - -39,-182 + - -39,-181 + - -39,-179 + - -39,-178 + - -39,-177 + - -38,-184 + - -38,-183 + - -38,-182 + - -38,-181 + - -38,-180 + - -38,-179 + - -38,-178 + - -38,-177 + - -37,-184 + - -37,-183 + - -37,-182 + - -37,-181 + - -37,-180 + - -37,-179 + - -37,-178 + - -37,-177 + - -36,-184 + - -36,-183 + - -36,-182 + - -36,-181 + - -36,-180 + - -36,-179 + - -36,-178 + - -36,-177 + - -35,-184 + - -35,-183 + - -35,-182 + - -35,-181 + - -35,-180 + - -35,-179 + - -35,-178 + - -35,-177 + - -34,-184 + - -34,-183 + - -34,-182 + - -34,-181 + - -34,-180 + - -34,-179 + - -34,-178 + - -34,-177 + - -33,-184 + - -33,-183 + - -33,-182 + - -33,-181 + - -33,-180 + - -33,-179 + - -33,-178 + - -33,-177 + - -40,-184 + - -40,-183 + - -40,-182 + - -40,-181 + - -40,-180 + - -40,-179 + - -40,-178 + - -40,-177 -48,-184: - -46,-179 + - -48,-178 + - -48,-177 + - -47,-178 + - -46,-184 + - -46,-183 + - -46,-182 + - -46,-178 + - -45,-182 + - -45,-181 + - -45,-180 + - -45,-179 + - -47,-177 + - -46,-177 + - -45,-184 + - -45,-183 + - -45,-178 + - -45,-177 + - -44,-184 + - -44,-183 + - -44,-182 + - -44,-181 + - -44,-180 + - -44,-179 + - -44,-178 + - -44,-177 + - -43,-184 + - -43,-183 + - -43,-182 + - -43,-181 + - -43,-180 + - -43,-179 + - -43,-178 + - -43,-177 + - -42,-184 + - -42,-183 + - -42,-182 + - -42,-181 + - -42,-180 + - -42,-179 + - -42,-178 + - -42,-177 + - -41,-184 + - -41,-183 + - -41,-182 + - -41,-181 + - -41,-180 + - -41,-179 + - -41,-178 + - -41,-177 -56,-184: - -55,-178 - -56,-180 @@ -37081,6 +39117,7 @@ entities: - -52,-178 - -51,-178 - -50,-179 + - -49,-177 -32,-112: - -28,-105 - -29,-108 @@ -37170,8 +39207,84 @@ entities: - -33,-155 - -33,-154 - -33,-153 + - -39,-158 + - -33,-156 + - -40,-157 + - -40,-156 + - -40,-155 + - -40,-153 + - -39,-154 + - -38,-156 + - -37,-155 + - -37,-154 + - -36,-155 + - -35,-156 + - -34,-155 -40,-176: - -35,-169 + - -40,-169 + - -39,-176 + - -39,-175 + - -39,-174 + - -39,-173 + - -39,-172 + - -39,-171 + - -39,-170 + - -39,-169 + - -38,-176 + - -38,-175 + - -38,-174 + - -38,-173 + - -38,-172 + - -38,-171 + - -38,-170 + - -38,-169 + - -37,-176 + - -37,-175 + - -37,-174 + - -37,-173 + - -37,-172 + - -37,-171 + - -37,-170 + - -37,-169 + - -36,-176 + - -36,-175 + - -36,-174 + - -36,-173 + - -36,-172 + - -36,-171 + - -36,-170 + - -36,-169 + - -35,-176 + - -35,-175 + - -35,-174 + - -35,-173 + - -35,-172 + - -35,-171 + - -35,-170 + - -34,-176 + - -34,-175 + - -34,-174 + - -34,-173 + - -34,-172 + - -34,-171 + - -34,-170 + - -34,-169 + - -33,-176 + - -33,-175 + - -33,-174 + - -33,-173 + - -33,-172 + - -33,-171 + - -33,-170 + - -33,-169 + - -40,-176 + - -40,-175 + - -40,-174 + - -40,-173 + - -40,-172 + - -40,-171 + - -40,-170 -40,-136: - -33,-130 - -33,-129 @@ -37379,6 +39492,8 @@ entities: - -42,-155 - -41,-156 - -41,-153 + - -41,-157 + - -41,-155 -48,-128: - -44,-125 - -48,-126 @@ -37588,8 +39703,133 @@ entities: -8,-168: - -4,-161 - -6,-167 + - -8,-168 + - -8,-167 + - -8,-166 + - -8,-165 + - -8,-164 + - -8,-163 + - -8,-162 + - -8,-161 + - -7,-168 + - -7,-167 + - -7,-166 + - -7,-165 + - -7,-164 + - -7,-163 + - -7,-162 + - -7,-161 + - -6,-168 + - -6,-166 + - -6,-165 + - -6,-164 + - -6,-163 + - -6,-162 + - -6,-161 + - -5,-168 + - -5,-167 + - -5,-166 + - -5,-165 + - -5,-164 + - -5,-163 + - -5,-162 + - -5,-161 + - -4,-168 + - -4,-167 + - -4,-166 + - -4,-165 + - -4,-164 + - -4,-163 + - -4,-162 + - -3,-168 + - -3,-167 + - -3,-166 + - -3,-165 + - -3,-164 + - -3,-163 + - -3,-162 + - -3,-161 + - -2,-168 + - -2,-167 + - -2,-166 + - -2,-165 + - -2,-164 + - -2,-163 + - -2,-162 + - -2,-161 + - -1,-168 + - -1,-167 + - -1,-166 + - -1,-165 + - -1,-164 + - -1,-163 + - -1,-162 + - -1,-161 -8,-192: - -3,-190 + - -8,-192 + - -8,-191 + - -8,-190 + - -8,-189 + - -8,-188 + - -8,-187 + - -8,-186 + - -8,-185 + - -7,-192 + - -7,-191 + - -7,-190 + - -7,-189 + - -7,-188 + - -7,-187 + - -7,-186 + - -7,-185 + - -6,-192 + - -6,-191 + - -6,-190 + - -6,-189 + - -6,-188 + - -6,-187 + - -6,-186 + - -6,-185 + - -5,-192 + - -5,-191 + - -5,-190 + - -5,-189 + - -5,-188 + - -5,-187 + - -5,-186 + - -5,-185 + - -4,-192 + - -4,-191 + - -4,-190 + - -4,-189 + - -4,-188 + - -4,-187 + - -4,-186 + - -4,-185 + - -3,-192 + - -3,-191 + - -3,-189 + - -3,-188 + - -3,-187 + - -3,-186 + - -3,-185 + - -2,-192 + - -2,-191 + - -2,-190 + - -2,-189 + - -2,-188 + - -2,-187 + - -2,-186 + - -2,-185 + - -1,-192 + - -1,-191 + - -1,-190 + - -1,-189 + - -1,-188 + - -1,-187 + - -1,-186 + - -1,-185 -8,-200: - -8,-200 - -7,-200 @@ -37599,20 +39839,223 @@ entities: - -3,-200 - -2,-200 - -1,-200 + - -8,-199 + - -8,-198 + - -8,-197 + - -8,-196 + - -8,-195 + - -8,-194 + - -8,-193 + - -7,-199 + - -7,-198 + - -7,-197 + - -7,-196 + - -7,-195 + - -7,-194 + - -7,-193 + - -6,-199 + - -6,-198 + - -6,-197 + - -6,-196 + - -6,-195 + - -6,-194 + - -6,-193 + - -5,-199 + - -5,-198 + - -5,-197 + - -5,-196 + - -5,-195 + - -5,-194 + - -5,-193 + - -4,-199 + - -4,-198 + - -4,-197 + - -4,-196 + - -4,-195 + - -4,-194 + - -4,-193 + - -3,-199 + - -3,-198 + - -3,-197 + - -3,-196 + - -3,-195 + - -3,-194 + - -3,-193 + - -2,-199 + - -2,-198 + - -2,-197 + - -2,-196 + - -2,-195 + - -2,-194 + - -2,-193 + - -1,-199 + - -1,-198 + - -1,-197 + - -1,-196 + - -1,-195 + - -1,-194 + - -1,-193 -8,-208: - -8,-206 + - -7,-207 + - -7,-202 + - -6,-206 + - -5,-201 + - -3,-207 + - -3,-201 + - -8,-202 + - -2,-208 + - -2,-207 + - -2,-206 + - -2,-205 + - -2,-204 + - -2,-203 + - -2,-202 + - -2,-201 + - -1,-208 + - -1,-207 + - -1,-206 + - -1,-205 + - -1,-204 + - -1,-203 + - -1,-202 + - -1,-201 -8,-224: - -6,-217 - -5,-218 + - -2,-217 -8,-232: - -3,-231 -16,-168: - -16,-162 - -16,-161 - -15,-162 + - -16,-168 + - -16,-167 + - -16,-166 + - -16,-165 + - -16,-164 + - -16,-163 + - -15,-168 + - -15,-167 + - -15,-166 + - -15,-165 + - -15,-164 + - -15,-163 + - -15,-161 + - -14,-168 + - -14,-167 + - -14,-166 + - -14,-165 + - -14,-164 + - -14,-163 + - -14,-162 + - -14,-161 + - -13,-168 + - -13,-167 + - -13,-166 + - -13,-165 + - -13,-164 + - -13,-163 + - -13,-162 + - -13,-161 + - -12,-168 + - -12,-167 + - -12,-166 + - -12,-165 + - -12,-164 + - -12,-163 + - -12,-162 + - -12,-161 + - -11,-168 + - -11,-167 + - -11,-166 + - -11,-165 + - -11,-164 + - -11,-163 + - -11,-162 + - -11,-161 + - -10,-168 + - -10,-167 + - -10,-166 + - -10,-165 + - -10,-164 + - -10,-163 + - -10,-162 + - -10,-161 + - -9,-168 + - -9,-167 + - -9,-166 + - -9,-165 + - -9,-164 + - -9,-163 + - -9,-162 + - -9,-161 -16,-184: - -11,-177 - -9,-183 + - -16,-184 + - -16,-183 + - -16,-182 + - -16,-181 + - -16,-180 + - -16,-179 + - -16,-178 + - -16,-177 + - -15,-184 + - -15,-183 + - -15,-182 + - -15,-181 + - -15,-180 + - -15,-179 + - -15,-178 + - -15,-177 + - -14,-184 + - -14,-183 + - -14,-182 + - -14,-181 + - -14,-180 + - -14,-179 + - -14,-178 + - -14,-177 + - -13,-184 + - -13,-183 + - -13,-182 + - -13,-181 + - -13,-180 + - -13,-179 + - -13,-178 + - -13,-177 + - -12,-184 + - -12,-183 + - -12,-182 + - -12,-181 + - -12,-180 + - -12,-179 + - -12,-178 + - -12,-177 + - -11,-184 + - -11,-183 + - -11,-182 + - -11,-181 + - -11,-180 + - -11,-179 + - -11,-178 + - -10,-184 + - -10,-183 + - -10,-182 + - -10,-181 + - -10,-180 + - -10,-179 + - -10,-178 + - -10,-177 + - -9,-184 + - -9,-182 + - -9,-181 + - -9,-180 + - -9,-179 + - -9,-178 + - -9,-177 -16,-200: - -16,-200 - -15,-200 @@ -37622,12 +40065,140 @@ entities: - -11,-200 - -10,-200 - -9,-200 + - -16,-199 + - -16,-198 + - -16,-197 + - -16,-196 + - -16,-195 + - -16,-194 + - -16,-193 + - -15,-199 + - -15,-198 + - -15,-197 + - -15,-196 + - -15,-195 + - -15,-194 + - -15,-193 + - -14,-199 + - -14,-198 + - -14,-197 + - -14,-196 + - -14,-195 + - -14,-194 + - -14,-193 + - -13,-199 + - -13,-198 + - -13,-197 + - -13,-196 + - -13,-195 + - -13,-194 + - -13,-193 + - -12,-199 + - -12,-198 + - -12,-197 + - -12,-196 + - -12,-195 + - -12,-194 + - -12,-193 + - -11,-199 + - -11,-198 + - -11,-197 + - -11,-196 + - -11,-195 + - -11,-194 + - -11,-193 + - -10,-199 + - -10,-198 + - -10,-197 + - -10,-196 + - -10,-195 + - -10,-194 + - -10,-193 + - -9,-199 + - -9,-198 + - -9,-197 + - -9,-196 + - -9,-195 + - -9,-194 + - -9,-193 -16,-208: - -14,-201 + - -16,-204 + - -13,-208 + - -11,-202 + - -9,-205 + - -16,-203 + - -12,-205 + - -11,-201 + - -10,-205 + - -10,-202 -16,-224: - -15,-219 -24,-192: - -21,-186 + - -24,-192 + - -24,-191 + - -24,-190 + - -24,-189 + - -24,-188 + - -24,-187 + - -24,-186 + - -24,-185 + - -23,-192 + - -23,-191 + - -23,-190 + - -23,-189 + - -23,-188 + - -23,-187 + - -23,-186 + - -23,-185 + - -22,-192 + - -22,-191 + - -22,-190 + - -22,-189 + - -22,-188 + - -22,-187 + - -22,-186 + - -22,-185 + - -21,-192 + - -21,-191 + - -21,-190 + - -21,-189 + - -21,-188 + - -21,-187 + - -21,-185 + - -20,-192 + - -20,-191 + - -20,-190 + - -20,-189 + - -20,-188 + - -20,-187 + - -20,-186 + - -20,-185 + - -19,-192 + - -19,-191 + - -19,-190 + - -19,-189 + - -19,-188 + - -19,-187 + - -19,-186 + - -19,-185 + - -18,-192 + - -18,-191 + - -18,-190 + - -18,-189 + - -18,-188 + - -18,-187 + - -18,-186 + - -18,-185 + - -17,-192 + - -17,-191 + - -17,-190 + - -17,-189 + - -17,-188 + - -17,-187 + - -17,-186 + - -17,-185 -24,-200: - -24,-200 - -23,-200 @@ -37637,8 +40208,72 @@ entities: - -19,-200 - -18,-200 - -17,-200 + - -24,-199 + - -24,-198 + - -24,-197 + - -24,-196 + - -24,-195 + - -24,-194 + - -24,-193 + - -23,-199 + - -23,-198 + - -23,-197 + - -23,-196 + - -23,-195 + - -23,-194 + - -23,-193 + - -22,-199 + - -22,-198 + - -22,-197 + - -22,-196 + - -22,-195 + - -22,-194 + - -22,-193 + - -21,-199 + - -21,-198 + - -21,-197 + - -21,-196 + - -21,-195 + - -21,-194 + - -21,-193 + - -20,-199 + - -20,-198 + - -20,-197 + - -20,-196 + - -20,-195 + - -20,-194 + - -20,-193 + - -19,-199 + - -19,-198 + - -19,-197 + - -19,-196 + - -19,-195 + - -19,-194 + - -19,-193 + - -18,-199 + - -18,-198 + - -18,-197 + - -18,-196 + - -18,-195 + - -18,-194 + - -18,-193 + - -17,-199 + - -17,-198 + - -17,-197 + - -17,-196 + - -17,-195 + - -17,-194 + - -17,-193 -24,-208: - -22,-208 + - -22,-205 + - -22,-203 + - -21,-201 + - -20,-203 + - -19,-206 + - -18,-204 + - -18,-203 + - -17,-205 -24,-224: - -23,-217 -24,-232: @@ -37871,6 +40506,7 @@ entities: - -17,-77 - -17,-76 - -17,-75 + - -18,-80 -24,-88: - -24,-88 - -24,-87 @@ -38064,6 +40700,7 @@ entities: - -28,-54 - -27,-50 - -25,-52 + - -30,-51 -32,-64: - -31,-58 - -29,-64 @@ -38140,6 +40777,7 @@ entities: - -25,-73 - -32,-79 - -30,-80 + - -28,-79 -32,-88: - -32,-88 - -32,-87 @@ -39732,6 +42370,16 @@ entities: - -95,7 -224,-8: - -222,-1 + - -224,-8 + - -224,-2 + - -223,-6 + - -223,-4 + - -222,-8 + - -222,-2 + - -220,-5 + - -219,-8 + - -218,-6 + - -220,-3 -232,-24: - -232,-21 - -225,-19 @@ -42144,6 +44792,12 @@ entities: - 150,203 - 150,207 - 151,202 + - 144,201 + - 146,201 + - 147,201 + - 148,201 + - 149,201 + - 150,201 112,200: - 112,200 - 113,200 @@ -42216,6 +44870,10 @@ entities: - 177,202 - 177,206 - 178,203 + - 177,201 + - 178,201 + - 179,201 + - 180,201 136,200: - 136,200 - 136,205 @@ -42231,6 +44889,9 @@ entities: - 143,200 - 140,206 - 140,207 + - 141,201 + - 142,201 + - 143,201 160,200: - 160,200 - 161,200 @@ -42249,6 +44910,14 @@ entities: - 161,203 - 164,203 - 166,205 + - 160,201 + - 161,201 + - 162,201 + - 163,201 + - 164,201 + - 165,201 + - 166,201 + - 167,201 168,200: - 168,200 - 168,207 @@ -42270,6 +44939,11 @@ entities: - 168,205 - 174,207 - 175,201 + - 168,201 + - 169,201 + - 170,201 + - 172,201 + - 174,201 152,200: - 152,200 - 152,204 @@ -42294,6 +44968,12 @@ entities: - 158,202 - 155,202 - 159,205 + - 152,201 + - 154,201 + - 156,201 + - 157,201 + - 158,201 + - 159,201 112,192: - 112,192 - 112,193 @@ -52597,8 +55277,18 @@ entities: - -1,-99 - -1,-98 - -1,-97 + - -4,-99 + - -3,-97 + - -2,-100 -8,-112: - -6,-111 + - -7,-110 + - -6,-112 + - -6,-106 + - -5,-107 + - -4,-108 + - -3,-110 + - -3,-107 -16,-56: - -14,-51 - -13,-49 @@ -54274,6 +56964,8 @@ entities: - 79,-75 - 79,-74 - 79,-73 + - 72,-80 + - 72,-78 72,-88: - 72,-88 - 72,-87 @@ -54627,6 +57319,9 @@ entities: - 71,-76 - 71,-75 - 71,-73 + - 67,-79 + - 69,-75 + - 69,-74 64,-88: - 64,-88 - 64,-87 @@ -55005,6 +57700,14 @@ entities: - 61,-144 - 61,-140 - 62,-139 + - 57,-139 + - 58,-141 + - 58,-137 + - 61,-143 + - 62,-141 + - 62,-140 + - 63,-144 + - 63,-143 56,-88: - 56,-88 - 56,-87 @@ -55573,6 +58276,7 @@ entities: - 54,-129 - 55,-130 - 55,-129 + - 49,-134 48,-88: - 48,-88 - 48,-87 @@ -55873,6 +58577,12 @@ entities: - 47,-150 - 47,-148 - 47,-146 + - 40,-146 + - 41,-146 + - 42,-145 + - 43,-146 + - 46,-145 + - 47,-145 40,-88: - 40,-88 - 40,-87 @@ -56378,6 +59088,25 @@ entities: - 31,-149 - 31,-148 - 31,-147 + - 24,-146 + - 24,-145 + - 25,-152 + - 25,-148 + - 25,-145 + - 26,-151 + - 26,-149 + - 27,-152 + - 27,-145 + - 28,-149 + - 29,-152 + - 29,-150 + - 29,-149 + - 30,-149 + - 30,-148 + - 30,-146 + - 30,-145 + - 31,-152 + - 31,-146 24,-88: - 24,-88 - 24,-87 @@ -56598,6 +59327,17 @@ entities: - 23,-134 - 23,-132 - 23,-131 + - 16,-136 + - 16,-135 + - 18,-136 + - 19,-135 + - 19,-134 + - 20,-136 + - 21,-135 + - 22,-136 + - 22,-134 + - 23,-136 + - 23,-135 16,-88: - 16,-88 - 16,-87 @@ -56806,6 +59546,27 @@ entities: - 23,-150 - 23,-146 - 23,-145 + - 16,-151 + - 16,-150 + - 17,-151 + - 17,-145 + - 18,-149 + - 18,-146 + - 18,-145 + - 19,-152 + - 19,-149 + - 19,-148 + - 19,-146 + - 20,-149 + - 20,-145 + - 21,-148 + - 21,-146 + - 21,-145 + - 22,-151 + - 22,-147 + - 23,-152 + - 23,-149 + - 23,-147 16,-112: - 22,-105 - 18,-109 @@ -56943,16 +59704,156 @@ entities: - 23,-141 - 23,-140 - 23,-139 + - 17,-140 + - 17,-138 + - 18,-141 + - 18,-138 + - 19,-144 + - 19,-141 + - 19,-139 + - 20,-137 + - 21,-142 + - 21,-140 + - 21,-139 + - 22,-143 + - 22,-142 + - 23,-138 + - 23,-137 8,-136: - 12,-134 - 12,-129 + - 12,-136 + - 12,-135 + - 13,-136 + - 13,-135 + - 13,-134 + - 14,-136 + - 14,-135 + - 14,-134 + - 15,-136 + - 15,-135 + - 15,-134 8,-152: - 15,-145 + - 8,-147 + - 9,-146 + - 11,-152 + - 13,-151 + - 13,-147 + - 15,-150 + - 15,-149 + - 8,-152 + - 8,-151 + - 8,-150 + - 8,-149 + - 8,-148 + - 8,-146 + - 8,-145 + - 9,-152 + - 9,-151 + - 9,-150 + - 9,-149 + - 9,-148 + - 9,-147 + - 9,-145 + - 10,-152 + - 10,-151 + - 10,-150 + - 10,-149 + - 10,-148 + - 10,-147 + - 10,-146 + - 10,-145 + - 11,-151 + - 11,-150 + - 11,-149 + - 11,-148 + - 11,-147 + - 11,-146 + - 11,-145 + - 12,-152 + - 12,-151 + - 12,-150 + - 12,-149 + - 12,-148 + - 12,-147 + - 12,-146 + - 12,-145 + - 13,-152 + - 13,-150 + - 13,-149 + - 13,-148 + - 13,-146 + - 13,-145 + - 14,-152 + - 14,-151 + - 14,-150 + - 14,-149 + - 14,-148 + - 14,-147 + - 14,-146 + - 14,-145 + - 15,-152 + - 15,-151 + - 15,-148 + - 15,-147 + - 15,-146 -8,-144: - -4,-137 - -1,-142 -8,-152: - -7,-147 + - -8,-152 + - -8,-151 + - -8,-150 + - -8,-149 + - -8,-147 + - -8,-146 + - -7,-152 + - -7,-151 + - -7,-150 + - -7,-149 + - -7,-146 + - -6,-152 + - -6,-151 + - -6,-150 + - -6,-149 + - -6,-146 + - -5,-152 + - -5,-151 + - -5,-150 + - -5,-149 + - -5,-147 + - -4,-152 + - -4,-151 + - -4,-150 + - -4,-149 + - -4,-147 + - -3,-152 + - -3,-151 + - -3,-150 + - -3,-149 + - -3,-147 + - -2,-152 + - -2,-151 + - -2,-150 + - -2,-149 + - -2,-147 + - -1,-152 + - -1,-151 + - -1,-150 + - -1,-149 + - -1,-147 + - -8,-148 + - -7,-148 + - -6,-148 + - -6,-147 + - -5,-148 + - -4,-148 + - -3,-148 + - -2,-148 + - -1,-148 + - -3,-145 -16,-152: - -14,-145 - -15,-150 @@ -56965,6 +59866,21 @@ entities: - -9,-146 - -15,-148 - -13,-150 + - -12,-152 + - -12,-151 + - -11,-151 + - -11,-150 + - -11,-149 + - -10,-149 + - -10,-148 + - -9,-147 + - -9,-151 + - -9,-150 + - -9,-149 + - -11,-152 + - -10,-152 + - -10,-151 + - -10,-150 -16,-144: - -15,-139 - -16,-139 @@ -57110,6 +60026,11 @@ entities: - 79,189 - 79,190 - 79,191 + - 72,185 + - 74,185 + - 74,187 + - 75,184 + - 76,185 48,184: - 48,184 - 48,185 @@ -61451,6 +64372,15 @@ entities: - 134,39 - 128,35 - 131,36 + - 128,36 + - 128,37 + - 128,38 + - 129,36 + - 129,37 + - 129,38 + - 129,39 + - 130,36 + - 130,38 128,40: - 130,44 - 128,43 @@ -61485,6 +64415,10 @@ entities: - 135,43 - 135,44 - 128,41 + - 128,40 + - 129,40 + - 129,41 + - 130,40 104,56: - 111,56 - 109,63 @@ -61657,6 +64591,10 @@ entities: - 127,45 - 126,42 - 123,40 + - 122,40 + - 122,41 + - 124,40 + - 124,41 104,48: - 104,55 96,48: @@ -62249,6 +65187,40 @@ entities: - 110,26 - 111,28 - 111,31 + - 104,25 + - 104,26 + - 104,27 + - 104,28 + - 104,29 + - 105,26 + - 105,27 + - 105,28 + - 105,29 + - 106,26 + - 106,27 + - 106,28 + - 106,29 + - 107,25 + - 107,26 + - 107,27 + - 107,28 + - 107,29 + - 108,26 + - 108,27 + - 108,29 + - 109,25 + - 109,26 + - 109,27 + - 109,28 + - 109,29 + - 110,25 + - 110,27 + - 110,28 + - 110,29 + - 111,25 + - 111,26 + - 111,27 + - 111,29 96,24: - 99,25 - 96,24 @@ -62267,6 +65239,40 @@ entities: - 101,29 - 103,28 - 103,30 + - 96,25 + - 96,26 + - 96,27 + - 96,28 + - 96,29 + - 97,25 + - 97,27 + - 97,28 + - 97,29 + - 98,26 + - 98,27 + - 98,29 + - 99,26 + - 99,27 + - 99,28 + - 99,29 + - 100,25 + - 100,26 + - 100,27 + - 100,28 + - 100,29 + - 101,25 + - 101,26 + - 101,27 + - 101,28 + - 102,25 + - 102,26 + - 102,27 + - 102,28 + - 102,29 + - 103,25 + - 103,26 + - 103,27 + - 103,29 56,24: - 56,24 - 56,25 @@ -68351,6 +71357,10 @@ entities: - 24,198 - 24,199 - 25,199 + - 26,195 + - 27,193 + - 30,194 + - 31,195 24,96: - 24,96 - 24,97 @@ -70087,6 +73097,68 @@ entities: -16,-160: - -15,-158 - -14,-159 + - -16,-155 + - -16,-154 + - -15,-154 + - -14,-154 + - -14,-153 + - -9,-160 + - -9,-159 + - -9,-158 + - -9,-157 + - -9,-156 + - -9,-155 + - -9,-154 + - -9,-153 + - -16,-160 + - -16,-159 + - -16,-158 + - -16,-157 + - -16,-156 + - -15,-160 + - -15,-159 + - -15,-157 + - -15,-156 + - -15,-155 + - -14,-160 + - -14,-158 + - -14,-157 + - -14,-156 + - -14,-155 + - -13,-160 + - -13,-159 + - -13,-158 + - -13,-157 + - -13,-156 + - -13,-155 + - -13,-154 + - -13,-153 + - -12,-160 + - -12,-159 + - -12,-158 + - -12,-157 + - -12,-156 + - -12,-155 + - -12,-154 + - -12,-153 + - -11,-160 + - -11,-159 + - -11,-158 + - -11,-157 + - -11,-156 + - -11,-155 + - -11,-154 + - -11,-153 + - -10,-160 + - -10,-159 + - -10,-158 + - -10,-157 + - -10,-156 + - -10,-155 + - -10,-154 + - -10,-153 + - -16,-153 + - -15,-153 -40,-104: - -40,-100 - -39,-104 @@ -70713,11 +73785,199 @@ entities: - -57,-136 0,-160: - 4,-155 + - 0,-160 + - 0,-159 + - 0,-158 + - 0,-157 + - 0,-156 + - 0,-155 + - 0,-154 + - 0,-153 + - 1,-160 + - 1,-159 + - 1,-158 + - 1,-157 + - 1,-156 + - 1,-155 + - 1,-154 + - 1,-153 + - 2,-160 + - 2,-159 + - 2,-158 + - 2,-157 + - 2,-156 + - 2,-155 + - 2,-154 + - 2,-153 + - 3,-160 + - 3,-159 + - 3,-158 + - 3,-157 + - 3,-156 + - 3,-155 + - 3,-154 + - 3,-153 + - 4,-160 + - 4,-159 + - 4,-158 + - 4,-157 + - 4,-156 + - 4,-154 + - 4,-153 + - 5,-160 + - 5,-159 + - 5,-158 + - 5,-157 + - 5,-156 + - 6,-160 + - 6,-159 + - 6,-158 + - 6,-157 + - 7,-160 + - 7,-159 + - 7,-158 + - 5,-154 + - 6,-153 + - 5,-155 + - 5,-153 + - 6,-156 + - 6,-155 + - 6,-154 + - 7,-157 + - 7,-156 + - 7,-155 + - 7,-154 + - 7,-153 -8,-160: - -7,-160 + - -8,-160 + - -8,-159 + - -8,-158 + - -8,-157 + - -8,-156 + - -8,-155 + - -8,-154 + - -8,-153 + - -7,-159 + - -7,-158 + - -7,-157 + - -7,-156 + - -7,-155 + - -7,-154 + - -7,-153 + - -6,-160 + - -6,-159 + - -6,-158 + - -6,-157 + - -6,-156 + - -6,-155 + - -6,-154 + - -6,-153 + - -5,-160 + - -5,-159 + - -5,-158 + - -5,-157 + - -5,-156 + - -5,-155 + - -5,-154 + - -5,-153 + - -4,-160 + - -4,-159 + - -4,-158 + - -4,-157 + - -4,-156 + - -4,-155 + - -4,-154 + - -4,-153 + - -3,-160 + - -3,-159 + - -3,-158 + - -3,-157 + - -3,-156 + - -3,-155 + - -3,-154 + - -3,-153 + - -2,-160 + - -2,-159 + - -2,-158 + - -2,-157 + - -2,-156 + - -2,-155 + - -2,-154 + - -2,-153 + - -1,-160 + - -1,-159 + - -1,-158 + - -1,-157 + - -1,-156 + - -1,-155 + - -1,-154 + - -1,-153 8,-160: - 8,-155 - 9,-157 + - 8,-160 + - 9,-159 + - 10,-160 + - 10,-159 + - 11,-157 + - 11,-156 + - 11,-153 + - 12,-156 + - 12,-154 + - 13,-153 + - 8,-159 + - 8,-158 + - 8,-157 + - 8,-156 + - 8,-154 + - 8,-153 + - 9,-160 + - 9,-158 + - 9,-156 + - 9,-155 + - 9,-154 + - 9,-153 + - 10,-158 + - 10,-157 + - 10,-156 + - 10,-155 + - 10,-154 + - 10,-153 + - 11,-160 + - 11,-159 + - 11,-158 + - 11,-155 + - 11,-154 + - 12,-160 + - 12,-159 + - 12,-158 + - 12,-157 + - 12,-155 + - 12,-153 + - 13,-160 + - 13,-159 + - 13,-158 + - 13,-157 + - 13,-156 + - 13,-155 + - 13,-154 + - 14,-160 + - 14,-159 + - 14,-158 + - 14,-157 + - 14,-156 + - 14,-155 + - 14,-154 + - 14,-153 + - 15,-160 + - 15,-159 + - 15,-158 + - 15,-157 + - 15,-156 + - 15,-155 + - 15,-154 + - 15,-153 8,-48: - 13,-44 - 8,-41 @@ -71996,6 +75256,13 @@ entities: - -229,36 -224,24: - -218,29 + - -224,30 + - -222,30 + - -221,24 + - -221,27 + - -219,27 + - -218,25 + - -218,31 -232,24: - -232,28 - -230,24 @@ -72003,6 +75270,12 @@ entities: -224,16: - -223,19 - -217,22 + - -223,21 + - -221,17 + - -220,20 + - -219,22 + - -218,21 + - -217,16 -232,0: - -231,1 -192,-24: @@ -77433,6 +80706,7 @@ entities: - 94,-118 - 94,-117 - 95,-119 + - 91,-114 88,-96: - 88,-89 - 89,-89 @@ -77470,6 +80744,9 @@ entities: - 95,-95 - 95,-93 - 95,-91 + - 89,-93 + - 90,-92 + - 95,-90 96,-80: - 98,-78 - 96,-80 @@ -77507,6 +80784,9 @@ entities: - 103,-75 - 103,-74 - 103,-73 + - 100,-73 + - 102,-76 + - 100,-76 104,-80: - 109,-73 - 104,-79 @@ -77547,6 +80827,11 @@ entities: - 111,-76 - 111,-75 - 111,-74 + - 106,-77 + - 107,-73 + - 109,-78 + - 110,-75 + - 111,-77 104,-32: - 104,-26 - 104,-25 @@ -78465,6 +81750,7 @@ entities: - 119,-75 - 119,-74 - 119,-73 + - 112,-76 128,-80: - 131,-80 - 133,-80 @@ -79610,6 +82896,34 @@ entities: - 87,29 - 87,31 - 86,27 + - 81,25 + - 81,26 + - 81,27 + - 81,28 + - 81,29 + - 82,25 + - 82,26 + - 82,28 + - 82,29 + - 83,25 + - 83,26 + - 83,27 + - 83,28 + - 83,29 + - 84,27 + - 84,28 + - 84,29 + - 85,28 + - 85,29 + - 86,28 + - 86,29 + - 87,28 + - 84,25 + - 85,25 + - 85,26 + - 86,26 + - 87,25 + - 87,26 184,48: - 191,53 - 191,48 @@ -79876,6 +83190,7 @@ entities: - 182,47 - 183,47 - 178,40 + - 177,44 176,32: - 179,35 - 180,35 @@ -79973,6 +83288,7 @@ entities: - 183,17 - 180,22 - 182,19 + - 180,16 168,48: - 170,53 - 170,49 @@ -80198,6 +83514,14 @@ entities: - 142,27 - 142,29 - 143,29 + - 136,25 + - 136,27 + - 136,28 + - 136,29 + - 137,26 + - 137,27 + - 137,28 + - 137,29 128,24: - 128,24 - 129,24 @@ -80241,6 +83565,26 @@ entities: - 131,26 - 131,27 - 131,28 + - 135,25 + - 135,26 + - 135,27 + - 135,28 + - 135,29 + - 128,28 + - 128,29 + - 128,30 + - 128,31 + - 129,28 + - 129,29 + - 129,30 + - 129,31 + - 130,28 + - 130,29 + - 130,30 + - 130,31 + - 131,29 + - 131,30 + - 131,31 88,24: - 88,24 - 89,24 @@ -80256,6 +83600,41 @@ entities: - 94,27 - 95,31 - 95,29 + - 88,25 + - 88,26 + - 88,27 + - 88,28 + - 88,29 + - 89,25 + - 89,26 + - 89,27 + - 89,29 + - 90,26 + - 90,27 + - 90,28 + - 90,29 + - 91,25 + - 91,26 + - 91,27 + - 91,28 + - 91,29 + - 92,26 + - 92,27 + - 92,28 + - 92,29 + - 93,25 + - 93,26 + - 93,27 + - 93,28 + - 93,29 + - 94,25 + - 94,26 + - 94,28 + - 94,29 + - 95,25 + - 95,26 + - 95,27 + - 95,28 88,16: - 88,22 - 88,23 @@ -80363,6 +83742,23 @@ entities: - 115,26 - 115,31 - 118,26 + - 115,25 + - 115,27 + - 116,25 + - 116,26 + - 116,27 + - 116,30 + - 116,31 + - 117,25 + - 117,26 + - 117,29 + - 117,30 + - 117,31 + - 118,25 + - 118,27 + - 118,29 + - 118,30 + - 118,31 120,24: - 120,24 - 121,24 @@ -82127,6 +85523,7 @@ entities: - 119,-94 - 119,-93 - 119,-91 + - 116,-91 104,-96: - 104,-89 - 105,-89 @@ -82165,6 +85562,7 @@ entities: - 111,-93 - 111,-91 - 111,-90 + - 104,-94 96,-96: - 99,-94 - 96,-89 @@ -82214,18 +85612,343 @@ entities: - 103,-94 - 103,-93 - 103,-92 + - 96,-94 + - 100,-91 32,-160: - 35,-157 + - 32,-160 + - 32,-157 + - 32,-159 + - 32,-158 + - 32,-156 + - 32,-155 + - 32,-154 + - 32,-153 + - 33,-160 + - 33,-159 + - 33,-158 + - 33,-157 + - 33,-156 + - 33,-155 + - 33,-154 + - 33,-153 + - 34,-160 + - 34,-159 + - 34,-158 + - 34,-157 + - 34,-156 + - 34,-155 + - 34,-154 + - 34,-153 + - 35,-160 + - 35,-159 + - 35,-158 + - 35,-156 + - 35,-155 + - 35,-154 + - 35,-153 + - 36,-160 + - 36,-159 + - 36,-158 + - 36,-157 + - 36,-156 + - 36,-155 + - 36,-154 + - 36,-153 + - 37,-160 + - 37,-159 + - 37,-158 + - 37,-157 + - 37,-156 + - 37,-155 + - 37,-154 + - 37,-153 + - 38,-160 + - 38,-159 + - 38,-158 + - 38,-157 + - 38,-156 + - 38,-155 + - 38,-154 + - 38,-153 24,-160: - 31,-159 + - 25,-160 + - 28,-159 + - 29,-155 + - 26,-154 + - 24,-160 + - 24,-159 + - 24,-158 + - 24,-157 + - 24,-156 + - 24,-155 + - 24,-154 + - 24,-153 + - 25,-159 + - 25,-158 + - 25,-157 + - 25,-156 + - 25,-155 + - 25,-154 + - 25,-153 + - 26,-160 + - 26,-159 + - 26,-158 + - 26,-157 + - 26,-156 + - 26,-155 + - 26,-153 + - 27,-160 + - 27,-159 + - 27,-158 + - 27,-157 + - 27,-156 + - 27,-155 + - 27,-154 + - 27,-153 + - 28,-160 + - 28,-158 + - 28,-157 + - 28,-156 + - 28,-155 + - 28,-154 + - 28,-153 + - 29,-160 + - 29,-159 + - 29,-158 + - 29,-157 + - 29,-156 + - 29,-154 + - 29,-153 + - 30,-160 + - 30,-159 + - 30,-158 + - 30,-157 + - 30,-156 + - 30,-155 + - 30,-154 + - 30,-153 + - 31,-160 + - 31,-158 + - 31,-157 + - 31,-156 + - 31,-155 + - 31,-154 + - 31,-153 8,-168: - 9,-163 + - 8,-168 + - 8,-167 + - 8,-166 + - 8,-165 + - 8,-164 + - 8,-163 + - 8,-162 + - 8,-161 + - 9,-168 + - 9,-167 + - 9,-166 + - 9,-165 + - 9,-164 + - 10,-168 + - 10,-167 + - 10,-166 + - 10,-165 + - 10,-164 + - 11,-168 + - 11,-167 + - 11,-166 + - 11,-165 + - 11,-164 + - 12,-168 + - 12,-167 + - 12,-166 + - 12,-165 + - 13,-168 + - 13,-167 + - 13,-166 + - 13,-165 + - 14,-168 + - 14,-167 + - 14,-166 + - 15,-168 + - 15,-167 + - 14,-165 + - 15,-165 + - 9,-162 + - 9,-161 + - 10,-163 + - 10,-162 + - 10,-161 + - 11,-163 + - 11,-162 + - 11,-161 + - 12,-164 + - 12,-163 + - 12,-162 + - 12,-161 + - 13,-164 + - 13,-163 + - 13,-162 + - 13,-161 + - 14,-164 + - 14,-163 + - 14,-162 + - 14,-161 + - 15,-166 + - 15,-164 + - 15,-163 + - 15,-162 + - 15,-161 0,-168: - 5,-168 + - 0,-168 + - 0,-167 + - 0,-166 + - 0,-165 + - 0,-164 + - 0,-163 + - 0,-162 + - 0,-161 + - 1,-168 + - 1,-167 + - 1,-166 + - 1,-165 + - 1,-164 + - 1,-163 + - 1,-162 + - 1,-161 + - 2,-168 + - 2,-167 + - 2,-166 + - 2,-165 + - 2,-164 + - 2,-163 + - 2,-162 + - 2,-161 + - 3,-168 + - 3,-167 + - 3,-166 + - 3,-165 + - 3,-164 + - 3,-163 + - 3,-162 + - 3,-161 + - 4,-168 + - 4,-167 + - 4,-166 + - 4,-165 + - 4,-164 + - 4,-163 + - 4,-162 + - 4,-161 + - 5,-167 + - 5,-166 + - 5,-165 + - 5,-164 + - 5,-163 + - 5,-162 + - 5,-161 + - 6,-168 + - 6,-167 + - 6,-166 + - 6,-165 + - 6,-164 + - 6,-163 + - 6,-162 + - 6,-161 + - 7,-168 + - 7,-167 + - 7,-166 + - 7,-165 + - 7,-164 + - 7,-163 + - 7,-162 + - 7,-161 40,-168: - 44,-166 + - 40,-168 + - 40,-167 + - 41,-168 + - 41,-167 + - 42,-168 + - 42,-167 + - 43,-168 + - 43,-167 + - 44,-168 + - 44,-167 + - 45,-168 + - 45,-167 + - 46,-168 + - 46,-167 + - 47,-168 + - 47,-167 16,-160: - 21,-156 + - 21,-157 + - 23,-159 + - 23,-155 + - 16,-160 + - 16,-159 + - 16,-158 + - 16,-157 + - 16,-156 + - 16,-155 + - 16,-154 + - 16,-153 + - 17,-160 + - 17,-159 + - 17,-158 + - 17,-157 + - 17,-156 + - 17,-155 + - 17,-154 + - 17,-153 + - 18,-160 + - 18,-159 + - 18,-158 + - 18,-157 + - 18,-156 + - 18,-155 + - 18,-154 + - 18,-153 + - 19,-160 + - 19,-159 + - 19,-158 + - 19,-157 + - 19,-156 + - 19,-155 + - 19,-154 + - 19,-153 + - 20,-160 + - 20,-159 + - 20,-158 + - 20,-157 + - 20,-156 + - 20,-155 + - 20,-154 + - 20,-153 + - 21,-160 + - 21,-159 + - 21,-158 + - 21,-155 + - 21,-154 + - 21,-153 + - 22,-160 + - 22,-159 + - 22,-158 + - 22,-157 + - 22,-156 + - 22,-155 + - 22,-154 + - 22,-153 + - 23,-160 + - 23,-158 + - 23,-157 + - 23,-156 + - 23,-154 + - 23,-153 40,-160: - 47,-153 - 41,-155 @@ -82335,6 +86058,13 @@ entities: - 119,-116 - 119,-114 - 119,-113 + - 112,-119 + - 112,-114 + - 113,-118 + - 116,-120 + - 117,-117 + - 117,-114 + - 118,-120 128,-120: - 128,-116 - 128,-120 @@ -82527,6 +86257,9 @@ entities: - 105,-107 - 105,-106 - 106,-108 + - 107,-112 + - 107,-106 + - 109,-106 136,-112: - 136,-111 - 142,-111 @@ -82585,6 +86318,8 @@ entities: - 102,-104 - 102,-102 - 103,-104 + - 97,-98 + - 103,-98 120,-104: - 123,-102 - 120,-100 @@ -82758,6 +86493,8 @@ entities: - 104,-102 - 105,-102 - 106,-102 + - 110,-104 + - 111,-97 120,-96: - 120,-89 - 121,-89 @@ -83553,10 +87290,127 @@ entities: - 5,-200 - 6,-200 - 7,-200 + - 0,-199 + - 0,-198 + - 0,-197 + - 0,-196 + - 0,-195 + - 0,-194 + - 0,-193 + - 1,-199 + - 1,-198 + - 1,-197 + - 1,-196 + - 1,-195 + - 1,-194 + - 1,-193 + - 2,-199 + - 2,-198 + - 2,-197 + - 2,-196 + - 2,-195 + - 2,-194 + - 2,-193 + - 3,-199 + - 3,-198 + - 3,-197 + - 3,-196 + - 3,-195 + - 3,-194 + - 3,-193 + - 4,-199 + - 4,-198 + - 4,-197 + - 4,-196 + - 4,-195 + - 4,-194 + - 4,-193 + - 5,-199 + - 5,-198 + - 5,-197 + - 5,-196 + - 5,-195 + - 5,-194 + - 5,-193 + - 6,-199 + - 6,-198 + - 6,-197 + - 6,-196 + - 6,-195 + - 6,-194 + - 6,-193 + - 7,-199 + - 7,-198 + - 7,-197 + - 7,-196 + - 7,-195 + - 7,-194 + - 7,-193 8,-184: - 9,-178 - 11,-182 - 8,-182 + - 8,-184 + - 8,-183 + - 8,-181 + - 8,-180 + - 8,-179 + - 8,-178 + - 8,-177 + - 9,-184 + - 9,-183 + - 9,-182 + - 9,-181 + - 9,-180 + - 9,-179 + - 9,-177 + - 10,-184 + - 10,-183 + - 10,-182 + - 10,-181 + - 10,-180 + - 10,-179 + - 10,-178 + - 10,-177 + - 11,-184 + - 11,-183 + - 11,-181 + - 11,-180 + - 11,-179 + - 11,-178 + - 11,-177 + - 12,-184 + - 12,-183 + - 12,-182 + - 12,-181 + - 12,-180 + - 12,-179 + - 12,-178 + - 12,-177 + - 13,-184 + - 13,-183 + - 13,-182 + - 13,-181 + - 13,-180 + - 13,-179 + - 13,-178 + - 13,-177 + - 14,-184 + - 14,-183 + - 14,-182 + - 14,-181 + - 14,-180 + - 14,-179 + - 14,-178 + - 14,-177 + - 15,-184 + - 15,-183 + - 15,-182 + - 15,-181 + - 15,-180 + - 15,-179 + - 15,-178 + - 15,-177 8,-200: - 10,-196 - 8,-200 @@ -83567,6 +87421,61 @@ entities: - 13,-200 - 14,-200 - 15,-200 + - 8,-199 + - 8,-198 + - 8,-197 + - 8,-196 + - 8,-195 + - 8,-194 + - 8,-193 + - 9,-199 + - 9,-198 + - 9,-197 + - 9,-196 + - 9,-195 + - 9,-194 + - 9,-193 + - 10,-199 + - 10,-198 + - 10,-197 + - 10,-195 + - 10,-194 + - 10,-193 + - 11,-199 + - 11,-198 + - 11,-197 + - 11,-196 + - 11,-195 + - 11,-194 + - 11,-193 + - 12,-199 + - 12,-198 + - 12,-197 + - 12,-196 + - 12,-195 + - 12,-194 + - 12,-193 + - 13,-199 + - 13,-198 + - 13,-197 + - 13,-196 + - 13,-195 + - 13,-194 + - 13,-193 + - 14,-199 + - 14,-198 + - 14,-197 + - 14,-196 + - 14,-195 + - 14,-194 + - 14,-193 + - 15,-199 + - 15,-198 + - 15,-197 + - 15,-196 + - 15,-195 + - 15,-194 + - 15,-193 16,-200: - 16,-200 - 17,-200 @@ -83576,6 +87485,62 @@ entities: - 21,-200 - 22,-200 - 23,-200 + - 16,-199 + - 16,-198 + - 16,-197 + - 16,-196 + - 16,-195 + - 16,-194 + - 16,-193 + - 17,-199 + - 17,-198 + - 17,-197 + - 17,-196 + - 17,-195 + - 17,-194 + - 17,-193 + - 18,-199 + - 18,-198 + - 18,-197 + - 18,-196 + - 18,-195 + - 18,-194 + - 18,-193 + - 19,-199 + - 19,-198 + - 19,-197 + - 19,-196 + - 19,-195 + - 19,-194 + - 19,-193 + - 20,-199 + - 20,-198 + - 20,-197 + - 20,-196 + - 20,-195 + - 20,-194 + - 20,-193 + - 21,-199 + - 21,-198 + - 21,-197 + - 21,-196 + - 21,-195 + - 21,-194 + - 21,-193 + - 22,-199 + - 22,-198 + - 22,-197 + - 22,-196 + - 22,-195 + - 22,-194 + - 22,-193 + - 23,-199 + - 23,-198 + - 23,-197 + - 23,-196 + - 23,-195 + - 23,-194 + - 23,-193 24,-200: - 24,-200 - 25,-200 @@ -83585,8 +87550,127 @@ entities: - 29,-200 - 30,-200 - 31,-200 + - 24,-199 + - 24,-198 + - 24,-197 + - 24,-196 + - 24,-195 + - 24,-194 + - 24,-193 + - 25,-199 + - 25,-198 + - 25,-197 + - 25,-196 + - 25,-195 + - 25,-194 + - 25,-193 + - 26,-199 + - 26,-198 + - 26,-197 + - 26,-196 + - 26,-195 + - 26,-194 + - 26,-193 + - 27,-199 + - 27,-198 + - 27,-197 + - 27,-196 + - 27,-195 + - 27,-194 + - 27,-193 + - 28,-199 + - 28,-198 + - 28,-197 + - 28,-196 + - 28,-195 + - 28,-194 + - 28,-193 + - 29,-199 + - 29,-198 + - 29,-197 + - 29,-196 + - 29,-195 + - 29,-194 + - 29,-193 + - 30,-199 + - 30,-198 + - 30,-197 + - 30,-196 + - 30,-195 + - 30,-194 + - 30,-193 + - 31,-199 + - 31,-198 + - 31,-197 + - 31,-196 + - 31,-195 + - 31,-194 + - 31,-193 32,-184: - 34,-177 + - 32,-177 + - 33,-177 + - 34,-178 + - 35,-178 + - 36,-178 + - 37,-178 + - 38,-179 + - 38,-178 + - 39,-180 + - 39,-179 + - 32,-184 + - 32,-183 + - 32,-182 + - 32,-181 + - 32,-180 + - 32,-179 + - 32,-178 + - 33,-184 + - 33,-183 + - 33,-182 + - 33,-181 + - 33,-180 + - 33,-179 + - 33,-178 + - 34,-184 + - 34,-183 + - 34,-182 + - 34,-181 + - 34,-180 + - 34,-179 + - 35,-184 + - 35,-183 + - 35,-182 + - 35,-181 + - 35,-180 + - 35,-179 + - 36,-184 + - 36,-183 + - 36,-182 + - 36,-181 + - 36,-180 + - 36,-179 + - 37,-184 + - 37,-183 + - 37,-182 + - 37,-181 + - 37,-180 + - 37,-179 + - 38,-184 + - 38,-183 + - 38,-182 + - 38,-181 + - 38,-180 + - 39,-184 + - 39,-183 + - 39,-182 + - 39,-181 + - 35,-177 + - 36,-177 + - 37,-177 + - 38,-177 + - 39,-178 + - 39,-177 32,-200: - 32,-200 - 33,-200 @@ -83596,11 +87680,192 @@ entities: - 37,-200 - 38,-200 - 39,-200 + - 32,-199 + - 32,-198 + - 32,-197 + - 32,-196 + - 32,-195 + - 32,-194 + - 32,-193 + - 33,-199 + - 33,-198 + - 33,-197 + - 33,-196 + - 33,-195 + - 33,-194 + - 33,-193 + - 34,-199 + - 34,-198 + - 34,-197 + - 34,-196 + - 34,-195 + - 34,-194 + - 34,-193 + - 35,-199 + - 35,-198 + - 35,-197 + - 35,-196 + - 35,-195 + - 35,-194 + - 35,-193 + - 36,-199 + - 36,-198 + - 36,-197 + - 36,-196 + - 36,-195 + - 36,-194 + - 36,-193 + - 37,-199 + - 37,-198 + - 37,-197 + - 37,-196 + - 37,-195 + - 37,-194 + - 37,-193 + - 38,-199 + - 38,-198 + - 38,-197 + - 38,-196 + - 38,-195 + - 38,-194 + - 38,-193 + - 39,-199 + - 39,-198 + - 39,-197 + - 39,-196 + - 39,-195 + - 39,-194 + - 39,-193 40,-176: - 44,-176 + - 40,-176 + - 41,-173 + - 46,-175 + - 40,-175 + - 40,-174 + - 40,-173 + - 40,-172 + - 40,-171 + - 40,-170 + - 40,-169 + - 41,-176 + - 41,-175 + - 41,-174 + - 41,-172 + - 41,-171 + - 41,-170 + - 41,-169 + - 42,-176 + - 42,-175 + - 42,-174 + - 42,-173 + - 42,-172 + - 42,-171 + - 42,-170 + - 42,-169 + - 43,-176 + - 43,-175 + - 43,-174 + - 43,-173 + - 43,-172 + - 43,-171 + - 43,-170 + - 43,-169 + - 44,-175 + - 44,-174 + - 44,-173 + - 44,-172 + - 44,-171 + - 44,-170 + - 44,-169 + - 45,-176 + - 45,-175 + - 45,-174 + - 45,-173 + - 45,-172 + - 45,-171 + - 45,-170 + - 45,-169 + - 46,-176 + - 46,-174 + - 46,-173 + - 46,-172 + - 46,-171 + - 46,-170 + - 46,-169 + - 47,-176 + - 47,-175 + - 47,-174 + - 47,-173 + - 47,-172 + - 47,-171 + - 47,-170 + - 47,-169 40,-184: - 46,-178 - 40,-184 + - 40,-183 + - 40,-182 + - 40,-181 + - 40,-180 + - 41,-184 + - 41,-183 + - 40,-179 + - 40,-177 + - 46,-177 + - 47,-184 + - 47,-183 + - 40,-178 + - 41,-182 + - 41,-181 + - 41,-180 + - 41,-179 + - 41,-178 + - 41,-177 + - 42,-184 + - 42,-183 + - 42,-182 + - 42,-181 + - 42,-180 + - 42,-179 + - 42,-178 + - 42,-177 + - 43,-184 + - 43,-183 + - 43,-182 + - 43,-181 + - 43,-180 + - 43,-179 + - 43,-178 + - 43,-177 + - 44,-184 + - 44,-183 + - 44,-182 + - 44,-181 + - 44,-180 + - 44,-179 + - 44,-178 + - 44,-177 + - 45,-184 + - 45,-183 + - 45,-182 + - 45,-181 + - 45,-180 + - 45,-179 + - 45,-178 + - 45,-177 + - 46,-184 + - 46,-183 + - 46,-182 + - 46,-181 + - 46,-180 + - 46,-179 + - 47,-182 + - 47,-181 + - 47,-180 + - 47,-179 + - 47,-178 + - 47,-177 40,-200: - 40,-200 - 41,-200 @@ -83610,12 +87875,210 @@ entities: - 45,-200 - 46,-200 - 47,-200 + - 46,-198 + - 46,-197 + - 46,-196 + - 46,-195 + - 46,-194 + - 46,-193 + - 47,-199 + - 47,-198 + - 40,-199 + - 40,-198 + - 40,-197 + - 40,-196 + - 40,-195 + - 40,-194 + - 40,-193 + - 41,-199 + - 41,-198 + - 41,-197 + - 41,-196 + - 41,-195 + - 41,-194 + - 41,-193 + - 42,-199 + - 42,-198 + - 42,-197 + - 42,-196 + - 42,-195 + - 42,-194 + - 42,-193 + - 43,-199 + - 43,-198 + - 43,-197 + - 43,-196 + - 43,-195 + - 43,-194 + - 43,-193 + - 44,-199 + - 44,-198 + - 44,-197 + - 44,-196 + - 44,-195 + - 44,-194 + - 44,-193 + - 45,-199 + - 45,-198 + - 45,-197 + - 45,-196 + - 45,-195 + - 45,-194 + - 45,-193 + - 46,-199 + - 47,-197 + - 47,-196 + - 47,-195 + - 47,-194 + - 47,-193 48,-168: - 55,-166 + - 48,-168 + - 48,-167 + - 49,-168 + - 49,-167 + - 50,-168 + - 50,-167 + - 51,-168 + - 51,-167 + - 52,-168 + - 52,-167 + - 53,-168 + - 53,-167 + - 54,-168 + - 54,-167 + - 55,-168 + - 55,-167 48,-184: - 50,-183 + - 48,-178 + - 49,-183 + - 49,-182 + - 50,-181 + - 51,-180 + - 52,-182 + - 53,-181 + - 53,-179 + - 53,-177 + - 54,-184 + - 55,-180 + - 48,-184 + - 48,-183 + - 48,-182 + - 48,-181 + - 48,-180 + - 48,-179 + - 48,-177 + - 49,-184 + - 49,-181 + - 49,-180 + - 49,-179 + - 49,-178 + - 49,-177 + - 50,-184 + - 50,-182 + - 50,-180 + - 50,-179 + - 50,-178 + - 50,-177 + - 51,-184 + - 51,-183 + - 51,-182 + - 51,-181 + - 51,-179 + - 51,-178 + - 51,-177 + - 52,-184 + - 52,-183 + - 52,-181 + - 52,-180 + - 52,-179 + - 52,-178 + - 52,-177 + - 53,-184 + - 53,-183 + - 53,-182 + - 53,-180 + - 53,-178 + - 54,-183 + - 54,-182 + - 54,-181 + - 54,-180 + - 54,-179 + - 54,-178 + - 54,-177 + - 55,-184 + - 55,-183 + - 55,-182 + - 55,-181 + - 55,-179 + - 55,-178 + - 55,-177 48,-192: - 49,-190 + - 49,-187 + - 51,-191 + - 53,-192 + - 54,-187 + - 55,-190 + - 55,-189 + - 48,-192 + - 48,-191 + - 48,-190 + - 48,-189 + - 48,-188 + - 48,-187 + - 48,-186 + - 48,-185 + - 49,-192 + - 49,-191 + - 49,-189 + - 49,-188 + - 49,-186 + - 49,-185 + - 50,-192 + - 50,-191 + - 50,-190 + - 50,-189 + - 50,-188 + - 50,-187 + - 50,-186 + - 50,-185 + - 51,-192 + - 51,-190 + - 51,-189 + - 51,-188 + - 51,-187 + - 51,-186 + - 51,-185 + - 52,-192 + - 52,-191 + - 52,-190 + - 52,-189 + - 52,-188 + - 52,-187 + - 52,-186 + - 52,-185 + - 53,-191 + - 53,-190 + - 53,-189 + - 53,-188 + - 53,-187 + - 53,-186 + - 53,-185 + - 54,-192 + - 54,-191 + - 54,-190 + - 54,-189 + - 54,-188 + - 54,-186 + - 54,-185 + - 55,-192 + - 55,-191 + - 55,-188 + - 55,-187 + - 55,-186 + - 55,-185 48,-200: - 48,-200 - 49,-200 @@ -83625,6 +88088,62 @@ entities: - 53,-200 - 54,-200 - 55,-200 + - 48,-195 + - 48,-194 + - 49,-194 + - 53,-199 + - 55,-198 + - 48,-199 + - 48,-198 + - 48,-197 + - 48,-196 + - 48,-193 + - 49,-199 + - 49,-198 + - 49,-197 + - 49,-196 + - 49,-195 + - 49,-193 + - 50,-199 + - 50,-198 + - 50,-197 + - 50,-196 + - 50,-195 + - 50,-194 + - 50,-193 + - 51,-199 + - 51,-198 + - 51,-197 + - 51,-196 + - 51,-195 + - 51,-194 + - 51,-193 + - 52,-199 + - 52,-198 + - 52,-197 + - 52,-196 + - 52,-195 + - 52,-194 + - 52,-193 + - 53,-198 + - 53,-197 + - 53,-196 + - 53,-195 + - 53,-194 + - 53,-193 + - 54,-199 + - 54,-198 + - 54,-197 + - 54,-196 + - 54,-195 + - 54,-194 + - 54,-193 + - 55,-199 + - 55,-197 + - 55,-196 + - 55,-195 + - 55,-194 + - 55,-193 56,-152: - 57,-148 - 56,-151 @@ -83671,12 +88190,76 @@ entities: - 63,-148 - 63,-147 - 63,-146 + - 62,-145 + - 63,-145 56,-168: - 56,-163 + - 59,-168 + - 62,-165 + - 60,-167 + - 56,-168 + - 56,-167 + - 57,-168 + - 57,-167 + - 58,-168 + - 58,-167 + - 58,-166 + - 59,-167 + - 59,-166 + - 59,-165 + - 60,-168 + - 60,-166 + - 60,-165 + - 61,-168 + - 61,-167 + - 61,-166 + - 61,-165 + - 62,-168 + - 62,-167 + - 62,-166 + - 63,-165 56,-192: - 56,-191 - 58,-186 - 62,-186 + - 58,-189 + - 60,-187 + - 56,-192 + - 56,-190 + - 56,-189 + - 56,-188 + - 56,-187 + - 56,-186 + - 56,-185 + - 57,-192 + - 57,-191 + - 57,-190 + - 57,-189 + - 57,-188 + - 57,-187 + - 57,-186 + - 57,-185 + - 58,-192 + - 58,-191 + - 58,-190 + - 58,-188 + - 58,-187 + - 58,-185 + - 59,-192 + - 59,-191 + - 59,-190 + - 59,-189 + - 59,-188 + - 59,-187 + - 59,-186 + - 59,-185 + - 60,-192 + - 60,-191 + - 60,-190 + - 60,-189 + - 60,-188 + - 60,-186 + - 60,-185 56,-200: - 56,-200 - 57,-200 @@ -83686,6 +88269,59 @@ entities: - 61,-200 - 62,-200 - 63,-200 + - 56,-199 + - 57,-196 + - 60,-194 + - 56,-198 + - 56,-197 + - 56,-196 + - 56,-195 + - 56,-194 + - 56,-193 + - 57,-199 + - 57,-198 + - 57,-197 + - 57,-195 + - 57,-194 + - 57,-193 + - 58,-199 + - 58,-198 + - 58,-197 + - 58,-196 + - 58,-195 + - 58,-194 + - 58,-193 + - 59,-199 + - 59,-198 + - 59,-197 + - 59,-196 + - 59,-195 + - 59,-194 + - 59,-193 + - 60,-199 + - 60,-198 + - 60,-197 + - 60,-196 + - 60,-195 + - 60,-193 + - 61,-196 + - 61,-194 + - 63,-195 + - 61,-199 + - 61,-198 + - 61,-197 + - 61,-195 + - 61,-193 + - 62,-199 + - 62,-198 + - 62,-197 + - 62,-196 + - 62,-195 + - 62,-194 + - 63,-199 + - 63,-198 + - 63,-197 + - 63,-196 64,-152: - 65,-145 - 66,-152 @@ -83786,6 +88422,7 @@ entities: - 70,-155 - 70,-154 - 70,-153 + - 64,-156 64,-184: - 70,-179 - 66,-179 @@ -83815,6 +88452,10 @@ entities: - 69,-200 - 70,-200 - 71,-200 + - 65,-199 + - 65,-198 + - 64,-199 + - 64,-198 72,-176: - 75,-171 - 72,-176 @@ -83844,6 +88485,15 @@ entities: - 79,-200 80,-168: - 80,-163 + - 80,-168 + - 80,-162 + - 81,-166 + - 81,-165 + - 81,-161 + - 82,-168 + - 83,-162 + - 84,-166 + - 85,-162 80,-200: - 80,-200 - 81,-200 @@ -83893,11 +88543,26 @@ entities: - 95,-140 - 95,-139 - 95,-138 + - 89,-142 + - 91,-137 88,-160: - 93,-154 - 92,-154 + - 88,-154 + - 89,-155 + - 89,-153 + - 90,-158 + - 91,-160 + - 92,-157 + - 93,-159 + - 95,-156 + - 88,-156 88,-168: - 94,-166 + - 88,-163 + - 88,-161 + - 91,-167 + - 91,-164 88,-176: - 91,-174 - 95,-176 @@ -83968,11 +88633,33 @@ entities: - 103,-132 - 103,-131 - 103,-129 + - 96,-130 + - 99,-133 + - 103,-130 + - 96,-133 + - 97,-134 + - 99,-132 + - 100,-131 + - 99,-134 + - 100,-133 + - 101,-134 + - 101,-132 + - 101,-130 + - 103,-134 96,-160: - 96,-157 - 101,-160 + - 97,-157 + - 101,-155 + - 102,-155 96,-168: - 103,-165 + - 96,-165 + - 99,-168 + - 99,-161 + - 100,-164 + - 102,-165 + - 102,-161 96,-176: - 100,-174 - 100,-173 @@ -84043,10 +88730,24 @@ entities: - 111,-134 - 111,-132 - 111,-129 + - 110,-133 + - 111,-131 + - 104,-133 + - 105,-130 + - 106,-133 104,-160: - 107,-154 + - 104,-154 + - 105,-158 + - 106,-160 + - 106,-155 + - 107,-158 + - 108,-157 + - 110,-153 104,-168: - 111,-162 + - 106,-167 + - 107,-168 104,-192: - 109,-190 104,-200: @@ -84103,6 +88804,11 @@ entities: - 119,-132 - 119,-130 - 119,-129 + - 112,-130 + - 114,-130 + - 117,-133 + - 117,-130 + - 119,-131 112,-200: - 112,-200 - 112,-193 @@ -84115,6 +88821,13 @@ entities: - 119,-200 120,-152: - 126,-150 + - 120,-148 + - 121,-151 + - 121,-147 + - 122,-148 + - 125,-146 + - 126,-147 + - 127,-147 120,-184: - 127,-184 - 120,-179 @@ -84192,6 +88905,9 @@ entities: - 119,45 - 115,40 - 116,40 + - 117,40 + - 117,41 + - 118,40 120,32: - 122,32 - 120,32 @@ -84234,6 +88950,23 @@ entities: - 127,35 - 127,36 - 125,38 + - 123,38 + - 120,37 + - 120,38 + - 121,37 + - 121,38 + - 122,37 + - 122,38 + - 122,39 + - 123,37 + - 124,37 + - 124,38 + - 124,39 + - 125,37 + - 126,37 + - 126,38 + - 127,37 + - 127,38 112,32: - 112,39 - 116,36 @@ -84271,10 +89004,33 @@ entities: - 117,36 - 118,36 - 119,37 + - 117,32 + - 116,32 + - 116,33 + - 116,34 + - 116,35 + - 116,37 + - 116,38 + - 117,33 + - 117,34 + - 117,35 + - 117,37 + - 117,38 + - 117,39 + - 118,37 + - 118,38 + - 119,38 152,-136: - 152,-134 128,-144: - 135,-143 + - 128,-137 + - 129,-142 + - 129,-139 + - 132,-140 + - 133,-143 + - 135,-142 + - 135,-138 168,-136: - 171,-131 168,-144: @@ -85175,6 +89931,8 @@ entities: - 190,-184 - 190,-183 - 190,-180 + - 190,-182 + - 190,-181 136,-144: - 138,-139 176,-152: @@ -85426,6 +90184,10 @@ entities: 128,-168: - 130,-162 - 132,-167 + - 128,-162 + - 134,-168 + - 135,-162 + - 135,-161 128,-176: - 133,-171 - 135,-171 @@ -85820,6 +90582,10 @@ entities: - 148,-183 - 148,-180 - 149,-180 + - 145,-184 + - 147,-184 + - 147,-182 + - 148,-182 168,-200: - 175,-196 - 168,-200 @@ -85948,6 +90714,8 @@ entities: - 190,-186 - 190,-185 - 191,-185 + - 190,-188 + - 190,-187 184,-200: - 184,-200 - 185,-200 @@ -86198,6 +90966,14 @@ entities: - 149,-189 - 149,-187 - 149,-186 + - 145,-186 + - 146,-192 + - 146,-188 + - 147,-190 + - 147,-189 + - 148,-185 + - 149,-192 + - 146,-185 152,-200: - 159,-199 - 152,-200 @@ -86262,6 +91038,7 @@ entities: - 156,-193 - 157,-194 - 157,-193 + - 153,-193 144,-200: - 144,-200 - 145,-200 @@ -86326,6 +91103,7 @@ entities: - 148,-194 - 148,-193 - 149,-193 + - 147,-193 136,-168: - 137,-161 - 136,-168 @@ -89868,6 +94646,7 @@ entities: - 186,-148 - 187,-150 - 188,-149 + - 190,-151 200,-152: - 204,-147 - 200,-152 @@ -89982,6 +94761,12 @@ entities: - 191,-157 - 191,-155 - 191,-153 + - 190,-160 + - 190,-159 + - 190,-156 + - 190,-154 + - 191,-156 + - 191,-154 208,-160: - 211,-160 200,-160: @@ -90297,6 +95082,8 @@ entities: - 188,-171 - 188,-170 - 190,-170 + - 190,-172 + - 190,-171 184,-224: - 184,-220 - 187,-223 @@ -90660,6 +95447,11 @@ entities: - 151,-207 - 151,-205 - 151,-202 + - 148,-205 + - 148,-204 + - 149,-205 + - 149,-203 + - 151,-206 144,-216: - 150,-214 - 144,-214 @@ -90820,6 +95612,10 @@ entities: - 166,-202 - 167,-207 - 167,-204 + - 160,-202 + - 160,-201 + - 161,-206 + - 161,-203 184,-112: - 186,-112 - 186,-111 @@ -93114,6 +97910,7 @@ entities: - 179,26 - 181,24 - 183,30 + - 180,30 168,24: - 168,24 - 168,25 @@ -95369,6 +100166,11 @@ entities: - 94,-121 - 95,-124 - 95,-123 + - 90,-125 + - 90,-128 + - 90,-124 + - 90,-123 + - 91,-126 224,-208: - 225,-204 224,-192: @@ -95835,6 +100637,68 @@ entities: 0,-208: - 4,-203 - 0,-201 + - 1,-203 + - 4,-208 + - 4,-204 + - 5,-202 + - 6,-203 + - 6,-202 + - 7,-208 + - 0,-208 + - 0,-207 + - 0,-206 + - 0,-205 + - 0,-204 + - 0,-203 + - 0,-202 + - 1,-208 + - 1,-207 + - 1,-206 + - 1,-205 + - 1,-204 + - 1,-202 + - 1,-201 + - 2,-208 + - 2,-207 + - 2,-206 + - 2,-205 + - 2,-204 + - 2,-203 + - 2,-202 + - 2,-201 + - 3,-208 + - 3,-207 + - 3,-206 + - 3,-205 + - 3,-204 + - 3,-203 + - 3,-202 + - 3,-201 + - 4,-207 + - 4,-206 + - 4,-205 + - 4,-202 + - 4,-201 + - 5,-208 + - 5,-207 + - 5,-206 + - 5,-205 + - 5,-204 + - 5,-203 + - 5,-201 + - 6,-208 + - 6,-207 + - 6,-206 + - 6,-205 + - 6,-204 + - 6,-201 + - 7,-207 + - 7,-206 + - 7,-205 + - 7,-204 + - 7,-203 + - 7,-202 + - 7,-201 264,0: - 264,6 264,-32: @@ -102615,6 +107479,13 @@ entities: - -145,16 -224,48: - -222,48 + - -223,48 + - -222,54 + - -221,52 + - -217,53 + - -223,49 + - -222,49 + - -218,49 -224,64: - -217,69 - -222,68 @@ -102627,6 +107498,17 @@ entities: - -209,55 -216,64: - -209,68 + - -216,67 + - -214,64 + - -214,67 + - -214,71 + - -213,64 + - -213,70 + - -212,68 + - -210,69 + - -209,64 + - -209,70 + - -212,64 -200,80: - -200,80 - -200,81 @@ -103052,6 +107934,10 @@ entities: - -145,63 -216,80: - -213,81 + - -216,80 + - -215,83 + - -213,85 + - -210,81 -160,48: - -154,52 - -160,53 @@ -109204,8 +114090,42 @@ entities: - 23,-97 48,-208: - 49,-207 + - 48,-208 + - 48,-203 + - 48,-202 + - 49,-208 + - 49,-203 + - 49,-202 + - 50,-208 + - 50,-203 + - 50,-202 + - 51,-208 + - 51,-203 + - 51,-202 + - 52,-208 + - 52,-207 + - 52,-206 + - 52,-205 + - 52,-204 + - 52,-203 + - 52,-202 + - 53,-208 + - 53,-207 + - 53,-206 + - 53,-205 + - 53,-204 + - 53,-203 + - 55,-208 + - 55,-207 + - 55,-206 + - 55,-205 + - 55,-204 + - 55,-203 + - 55,-202 64,-224: - 70,-218 + - 67,-217 + - 68,-217 72,-224: - 78,-223 - 74,-218 @@ -109315,6 +114235,16 @@ entities: - -25,-151 - -25,-148 - -25,-146 + - -32,-147 + - -31,-149 + - -31,-147 + - -30,-152 + - -30,-151 + - -30,-150 + - -29,-151 + - -27,-151 + - -27,-149 + - -25,-150 -40,-152: - -40,-150 - -40,-146 @@ -109354,6 +114284,24 @@ entities: - -33,-152 - -33,-147 - -33,-145 + - -38,-152 + - -37,-151 + - -37,-150 + - -37,-149 + - -36,-152 + - -36,-151 + - -36,-149 + - -35,-152 + - -35,-151 + - -35,-150 + - -35,-147 + - -34,-152 + - -34,-150 + - -34,-147 + - -33,-151 + - -33,-150 + - -33,-149 + - -33,-148 -56,-152: - -56,-145 - -55,-151 @@ -110254,6 +115202,13 @@ entities: - 250,199 248,136: - 252,141 + - 248,143 + - 249,141 + - 250,137 + - 251,137 + - 252,138 + - 254,142 + - 255,139 240,232: - 241,232 224,232: @@ -110775,6 +115730,13 @@ entities: 240,96: - 245,103 - 246,99 + - 241,97 + - 241,100 + - 244,99 + - 245,102 + - 246,100 + - 246,101 + - 241,98 240,88: - 246,91 - 247,90 @@ -111266,6 +116228,12 @@ entities: - 183,225 248,96: - 255,101 + - 248,102 + - 253,96 + - 253,102 + - 254,99 + - 255,97 + - 252,100 -248,-96: - -246,-96 - -248,-89 @@ -111686,6 +116654,11 @@ entities: - -275,-79 - -274,-80 - -273,-80 + - -275,-74 + - -275,-73 + - -274,-76 + - -274,-75 + - -273,-77 -280,-88: - -275,-82 - -277,-81 @@ -113031,6 +118004,8 @@ entities: - -278,-67 - -278,-66 - -278,-65 + - -276,-72 + - -276,-71 -280,-96: - -280,-89 - -279,-89 @@ -114907,6 +119882,12 @@ entities: - -305,-27 - -305,-26 - -305,-25 + - -312,-28 + - -311,-28 + - -310,-28 + - -309,-28 + - -308,-28 + - -307,-28 -312,-40: - -312,-40 - -312,-39 @@ -117257,11 +122238,99 @@ entities: 32,-216: - 35,-215 - 37,-215 + - 32,-209 + - 34,-216 + - 34,-215 + - 34,-214 + - 34,-213 + - 34,-212 + - 34,-211 + - 35,-216 + - 35,-214 + - 35,-213 + - 35,-212 + - 35,-211 + - 35,-210 + - 35,-209 + - 36,-211 + - 36,-210 + - 36,-209 + - 37,-211 + - 37,-210 + - 38,-211 + - 38,-210 + - 39,-211 + - 39,-210 40,-216: - 47,-214 + - 40,-211 + - 40,-210 + - 41,-211 + - 41,-210 + - 42,-211 + - 42,-210 + - 42,-209 + - 43,-216 + - 43,-215 + - 43,-214 + - 43,-213 + - 43,-212 + - 43,-211 + - 43,-210 + - 43,-209 + - 44,-216 + - 44,-215 + - 44,-214 + - 44,-213 + - 44,-212 + - 44,-211 + - 46,-216 + - 46,-215 + - 46,-214 + - 46,-213 + - 46,-212 + - 46,-211 + - 46,-210 + - 46,-209 + - 47,-216 + - 47,-215 + - 47,-213 + - 47,-212 + - 47,-211 + - 47,-210 + - 47,-209 40,-208: - 40,-203 - 40,-207 + - 40,-202 + - 41,-205 + - 41,-204 + - 41,-203 + - 41,-202 + - 42,-208 + - 42,-207 + - 42,-206 + - 42,-205 + - 42,-204 + - 42,-203 + - 43,-208 + - 43,-207 + - 43,-206 + - 43,-205 + - 46,-208 + - 46,-207 + - 46,-206 + - 46,-205 + - 46,-204 + - 46,-203 + - 46,-202 + - 47,-208 + - 47,-207 + - 47,-206 + - 47,-205 + - 47,-204 + - 47,-203 + - 47,-202 -296,56: - -290,56 - -290,57 @@ -117691,6 +122760,13 @@ entities: - -360,69 - -359,69 - -358,69 + - -358,67 + - -357,68 + - -354,66 + - -353,67 + - -353,68 + - -353,70 + - -356,71 -360,56: - -359,58 - -360,56 @@ -117751,6 +122827,10 @@ entities: - -345,100 - -345,101 - -345,103 + - -352,101 + - -349,99 + - -348,103 + - -349,98 -352,56: - -351,59 - -352,56 @@ -117855,6 +122935,8 @@ entities: - -370,111 - -369,109 - -369,110 + - -374,106 + - -371,110 -376,88: - -376,90 - -376,94 @@ -117899,6 +122981,9 @@ entities: - -371,91 - -370,92 - -369,91 + - -375,95 + - -372,92 + - -370,91 -376,48: - -369,53 - -376,48 @@ -117944,6 +123029,11 @@ entities: - -345,84 - -345,86 - -345,87 + - -352,85 + - -352,87 + - -351,85 + - -349,84 + - -348,84 -352,72: - -349,73 - -348,73 @@ -118019,6 +123109,12 @@ entities: - -345,68 - -345,69 - -345,70 + - -351,67 + - -348,66 + - -348,67 + - -348,68 + - -348,70 + - -350,65 -304,80: - -304,83 - -303,83 @@ -118377,6 +123473,7 @@ entities: - -382,89 - -381,89 - -380,89 + - -384,94 -384,48: - -384,53 - -384,48 @@ -118489,6 +123586,9 @@ entities: - -344,85 - -344,86 - -344,87 + - -342,85 + - -339,86 + - -337,85 -344,72: - -344,73 - -343,73 @@ -118576,6 +123676,12 @@ entities: - -339,70 - -338,70 - -337,70 + - -342,64 + - -342,69 + - -341,66 + - -340,68 + - -337,64 + - -337,69 -336,64: - -336,71 - -335,71 @@ -118768,6 +123874,7 @@ entities: - -394,103 - -393,96 - -393,97 + - -395,97 -400,88: - -395,94 - -400,88 @@ -118821,6 +123928,8 @@ entities: - -394,95 - -394,91 - -394,93 + - -395,90 + - -394,92 -400,56: - -396,59 - -400,56 @@ -118959,6 +124068,8 @@ entities: - -386,113 - -385,112 - -385,113 + - -389,115 + - -387,118 -368,32: - -363,33 - -361,34 @@ -118984,6 +124095,11 @@ entities: - -344,93 - -344,94 - -344,95 + - -341,88 + - -339,89 + - -338,88 + - -338,92 + - -337,95 -336,16: - -335,17 - -336,16 @@ -119269,6 +124385,15 @@ entities: - -401,119 -344,120: - -339,120 + - -344,123 + - -343,125 + - -342,122 + - -342,123 + - -342,124 + - -341,125 + - -341,127 + - -339,123 + - -338,125 -344,96: - -343,96 - -343,97 @@ -119286,12 +124411,29 @@ entities: - -344,101 - -344,102 - -344,103 + - -337,98 + - -337,103 -360,120: - -357,125 + - -359,127 + - -358,127 + - -356,127 + - -355,126 + - -353,121 + - -353,125 + - -353,127 -376,120: - -373,120 + - -376,121 + - -376,124 + - -376,126 -384,120: - -381,122 + - -384,126 + - -382,121 + - -381,127 + - -380,123 + - -379,120 -360,96: - -360,102 - -359,102 @@ -119301,6 +124443,14 @@ entities: - -355,102 - -354,102 - -353,102 + - -358,99 + - -356,97 + - -356,99 + - -354,96 + - -354,101 + - -354,103 + - -353,98 + - -353,99 -368,96: - -368,102 - -367,102 @@ -119356,6 +124506,7 @@ entities: - -362,101 - -362,103 - -361,100 + - -361,98 -376,96: - -376,102 - -375,102 @@ -119401,6 +124552,9 @@ entities: - -374,97 - -374,100 - -373,103 + - -373,98 + - -373,100 + - -372,100 -384,96: - -384,102 - -383,102 @@ -119444,6 +124598,9 @@ entities: - -377,96 - -377,97 - -377,98 + - -382,98 + - -382,100 + - -378,100 -392,96: - -392,102 - -391,102 @@ -119502,6 +124659,7 @@ entities: - -387,96 - -386,96 - -385,97 + - -385,96 -360,72: - -360,75 - -360,76 @@ -119551,6 +124709,8 @@ entities: - -355,74 - -354,74 - -353,74 + - -360,73 + - -359,72 -432,32: - -432,32 -408,40: @@ -119800,6 +124960,9 @@ entities: - -363,74 - -362,74 - -361,74 + - -367,73 + - -363,73 + - -361,72 -440,104: - -439,106 -440,32: @@ -119853,6 +125016,9 @@ entities: - -371,74 - -370,74 - -369,74 + - -376,73 + - -372,73 + - -369,73 -448,104: - -442,105 -448,88: @@ -120047,6 +125213,7 @@ entities: - -408,94 - -408,95 - -403,95 + - -403,94 -408,80: - -406,80 - -406,81 @@ -120104,6 +125271,7 @@ entities: - -408,85 - -408,86 - -408,87 + - -403,86 -408,72: - -406,72 - -406,73 @@ -120166,6 +125334,7 @@ entities: - -401,74 - -402,72 - -402,73 + - -403,73 -408,64: - -406,64 - -406,65 @@ -120291,6 +125460,7 @@ entities: - -387,111 - -386,111 - -385,110 + - -392,110 -368,136: - -362,143 -376,136: @@ -120303,6 +125473,10 @@ entities: - -343,114 - -344,112 - -344,113 + - -340,117 + - -339,114 + - -338,116 + - -337,115 -344,104: - -343,104 - -343,105 @@ -120320,6 +125494,14 @@ entities: - -344,109 - -344,110 - -344,111 + - -342,105 + - -340,107 + - -340,111 + - -339,109 + - -338,104 + - -338,108 + - -342,109 + - -337,107 -432,136: - -429,141 -368,112: @@ -120347,6 +125529,13 @@ entities: - -362,113 - -361,112 - -361,113 + - -367,118 + - -365,119 + - -364,115 + - -364,118 + - -363,118 + - -361,118 + - -361,117 -376,112: - -376,114 - -375,114 @@ -120373,6 +125562,12 @@ entities: - -369,112 - -369,113 - -375,115 + - -376,115 + - -374,119 + - -373,116 + - -373,117 + - -372,118 + - -369,116 -384,112: - -384,114 - -383,114 @@ -120398,6 +125593,12 @@ entities: - -378,113 - -377,112 - -377,113 + - -384,119 + - -383,116 + - -383,117 + - -380,116 + - -379,116 + - -377,118 -400,112: - -400,114 - -399,114 @@ -120587,6 +125788,7 @@ entities: - -403,110 - -402,110 - -401,110 + - -402,108 -424,16: - -424,22 -448,16: @@ -120649,6 +125851,7 @@ entities: - -410,86 - -410,87 - -409,80 + - -409,87 -384,8: - -382,15 -392,8: @@ -121144,11 +126347,14 @@ entities: - -395,74 - -394,74 - -393,74 + - -394,73 -352,112: - -346,112 - -346,113 - -345,112 - -345,113 + - -349,114 + - -349,118 -352,104: - -346,104 - -346,105 @@ -121166,6 +126372,9 @@ entities: - -345,109 - -345,110 - -345,111 + - -348,109 + - -347,108 + - -347,109 -352,88: - -346,88 - -346,89 @@ -121183,6 +126392,13 @@ entities: - -345,93 - -345,94 - -345,95 + - -352,94 + - -351,90 + - -349,89 + - -349,95 + - -348,94 + - -347,88 + - -350,95 -408,48: - -405,48 - -405,49 @@ -121363,6 +126579,7 @@ entities: - -379,74 - -378,74 - -377,74 + - -383,73 -448,0: - -441,2 -392,48: @@ -121852,6 +127069,8 @@ entities: - -397,110 - -395,110 - -394,109 + - -394,107 + - -399,109 -384,56: - -384,56 - -384,57 @@ -122051,6 +127270,8 @@ entities: - -361,85 - -361,86 - -361,87 + - -368,85 + - -363,84 -360,80: - -360,80 - -359,80 @@ -122066,6 +127287,12 @@ entities: - -359,85 - -359,86 - -359,87 + - -360,84 + - -359,82 + - -358,86 + - -355,87 + - -354,86 + - -358,85 -368,64: - -368,64 - -368,65 @@ -122081,6 +127308,10 @@ entities: - -363,69 - -362,69 - -361,69 + - -367,65 + - -366,65 + - -366,67 + - -361,71 -376,56: - -376,58 - -376,59 @@ -122140,6 +127371,8 @@ entities: - -395,80 - -394,80 - -393,80 + - -395,86 + - -394,82 -376,80: - -376,80 - -375,80 @@ -122181,6 +127414,12 @@ entities: - -370,85 - -370,86 - -370,87 + - -374,83 + - -373,82 + - -375,81 + - -373,83 + - -371,81 + - -370,81 -384,80: - -384,80 - -383,80 @@ -122202,6 +127441,10 @@ entities: - -377,85 - -377,86 - -377,87 + - -383,84 + - -382,86 + - -380,84 + - -378,81 -392,80: - -392,80 - -391,80 @@ -122211,6 +127454,11 @@ entities: - -387,80 - -386,80 - -385,80 + - -390,82 + - -389,84 + - -386,82 + - -386,86 + - -385,86 -384,64: - -384,64 - -384,65 @@ -122261,6 +127509,7 @@ entities: - -378,68 - -378,69 - -378,70 + - -377,69 -392,64: - -392,64 - -392,65 @@ -122440,6 +127689,11 @@ entities: - -361,109 - -361,110 - -361,111 + - -368,110 + - -363,104 + - -363,108 + - -362,108 + - -362,111 -368,88: - -368,94 - -367,94 @@ -122477,6 +127731,8 @@ entities: - -361,88 - -361,89 - -361,90 + - -367,91 + - -361,91 -424,72: - -417,72 - -417,73 @@ -122536,6 +127792,11 @@ entities: - -402,129 - -401,128 - -401,129 + - -405,130 + - -405,131 + - -405,134 + - -404,132 + - -403,133 -416,128: - -414,128 - -409,128 @@ -122553,6 +127814,12 @@ entities: - -410,128 - -410,129 - -409,129 + - -416,133 + - -412,130 + - -411,134 + - -410,134 + - -410,135 + - -409,131 -424,128: - -420,128 - -420,129 @@ -122609,6 +127876,14 @@ entities: - -395,120 - -394,120 - -393,120 + - -400,126 + - -399,126 + - -398,126 + - -397,126 + - -395,123 + - -395,126 + - -393,124 + - -393,125 -408,120: - -407,121 - -406,121 @@ -122862,6 +128137,11 @@ entities: - -357,109 - -357,110 - -357,111 + - -358,107 + - -358,108 + - -358,110 + - -354,110 + - -353,111 72,24: - 78,26 - 79,30 @@ -123295,6 +128575,13 @@ entities: - -337,-27 - -337,-26 - -337,-25 + - -343,-28 + - -342,-28 + - -341,-28 + - -340,-28 + - -339,-28 + - -338,-28 + - -337,-28 -320,16: - -320,16 - -320,17 @@ -123450,6 +128737,14 @@ entities: - -329,-27 - -329,-26 - -329,-25 + - -336,-28 + - -335,-28 + - -334,-28 + - -333,-28 + - -332,-28 + - -331,-28 + - -330,-28 + - -329,-28 -336,-16: - -336,-16 - -336,-15 @@ -123735,6 +129030,14 @@ entities: - -313,-27 - -313,-26 - -313,-25 + - -320,-28 + - -319,-28 + - -318,-28 + - -317,-28 + - -316,-28 + - -315,-28 + - -314,-28 + - -313,-28 -328,-32: - -328,-27 - -328,-26 @@ -123760,6 +129063,14 @@ entities: - -321,-27 - -321,-26 - -321,-25 + - -328,-28 + - -327,-28 + - -326,-28 + - -325,-28 + - -324,-28 + - -323,-28 + - -322,-28 + - -321,-28 -304,-24: - -304,-24 - -304,-23 @@ -124677,6 +129988,11 @@ entities: - -359,88 - -359,89 - -359,90 + - -359,92 + - -357,95 + - -356,94 + - -354,93 + - -356,92 152,-48: - 154,-46 - 154,-43 @@ -127096,12 +132412,41 @@ entities: - 41,-223 - 46,-220 - 47,-220 + - 43,-217 + - 44,-217 + - 46,-217 + - 47,-217 32,-224: - 36,-222 + - 34,-217 + - 35,-217 24,-224: - 31,-224 + - 24,-217 16,-216: - 22,-211 + - 16,-210 + - 18,-215 + - 19,-209 + - 20,-213 + - 21,-216 + - 21,-211 + - 23,-211 + - 23,-210 + - 19,-212 + - 16,-216 + - 16,-215 + - 16,-214 + - 16,-213 + - 16,-212 + - 16,-211 + - 16,-209 + - 23,-216 + - 23,-215 + - 23,-214 + - 23,-213 + - 23,-212 + - 23,-209 96,-184: - 101,-180 - 96,-179 @@ -127175,6 +132520,7 @@ entities: - 95,-76 - 95,-74 - 95,-73 + - 93,-78 208,128: - 208,129 - 208,130 @@ -129099,6 +134445,7 @@ entities: - 70,-163 - 70,-162 - 70,-161 + - 64,-164 120,-176: - 120,-176 - 120,-175 @@ -129296,6 +134643,8 @@ entities: - 141,-180 - 142,-183 - 143,-180 + - 143,-183 + - 142,-180 200,-168: - 200,-168 - 200,-167 @@ -129947,6 +135296,12 @@ entities: - 158,-206 - 158,-201 - 159,-201 + - 153,-204 + - 153,-201 + - 155,-206 + - 155,-205 + - 159,-205 + - 159,-203 136,-160: - 136,-160 - 136,-158 @@ -130056,6 +135411,7 @@ entities: - 141,-188 - 141,-186 - 142,-187 + - 143,-185 160,-152: - 160,-151 - 160,-150 @@ -130769,6 +136125,7 @@ entities: - 44,-133 - 45,-135 - 45,-133 + - 43,-134 72,-104: - 73,-102 - 73,-99 @@ -131156,6 +136513,13 @@ entities: - 46,-138 - 47,-144 - 47,-137 + - 40,-142 + - 41,-143 + - 42,-140 + - 42,-137 + - 43,-142 + - 44,-138 + - 45,-140 48,-152: - 48,-148 - 48,-147 @@ -131203,6 +136567,9 @@ entities: - 55,-148 - 55,-147 - 55,-145 + - 52,-146 + - 54,-145 + - 55,-146 24,-112: - 24,-110 - 25,-110 @@ -131647,6 +137014,31 @@ entities: - 39,-149 - 39,-147 - 39,-145 + - 32,-151 + - 32,-150 + - 32,-148 + - 32,-146 + - 33,-152 + - 33,-148 + - 33,-145 + - 34,-149 + - 34,-148 + - 34,-145 + - 35,-150 + - 35,-149 + - 35,-148 + - 36,-152 + - 36,-151 + - 36,-147 + - 36,-145 + - 37,-150 + - 37,-147 + - 38,-151 + - 38,-150 + - 38,-149 + - 38,-147 + - 38,-145 + - 39,-146 32,-136: - 32,-130 - 33,-134 @@ -131691,6 +137083,12 @@ entities: - 38,-129 - 39,-135 - 39,-134 + - 32,-135 + - 32,-134 + - 33,-135 + - 35,-134 + - 37,-134 + - 38,-134 24,-136: - 25,-133 - 26,-129 @@ -131733,6 +137131,12 @@ entities: - 31,-133 - 31,-131 - 31,-129 + - 24,-135 + - 24,-134 + - 25,-136 + - 25,-134 + - 26,-135 + - 30,-136 80,-152: - 80,-146 - 85,-152 @@ -131818,6 +137222,29 @@ entities: - 39,-139 - 39,-138 - 39,-137 + - 32,-143 + - 32,-137 + - 33,-144 + - 33,-143 + - 33,-142 + - 33,-141 + - 33,-140 + - 34,-144 + - 34,-138 + - 34,-137 + - 35,-143 + - 35,-142 + - 35,-141 + - 35,-137 + - 36,-144 + - 36,-141 + - 36,-139 + - 37,-143 + - 37,-142 + - 38,-143 + - 38,-140 + - 39,-143 + - 39,-141 24,-144: - 24,-144 - 24,-141 @@ -131861,6 +137288,28 @@ entities: - 31,-140 - 31,-139 - 31,-137 + - 24,-143 + - 24,-138 + - 25,-144 + - 25,-141 + - 25,-140 + - 25,-139 + - 26,-143 + - 26,-141 + - 26,-140 + - 27,-138 + - 27,-137 + - 28,-143 + - 28,-142 + - 28,-141 + - 28,-137 + - 29,-143 + - 30,-144 + - 30,-141 + - 30,-139 + - 30,-138 + - 30,-137 + - 31,-144 48,-144: - 48,-144 - 48,-143 @@ -131918,6 +137367,14 @@ entities: - 54,-143 - 54,-141 - 55,-138 + - 49,-137 + - 50,-143 + - 51,-142 + - 51,-141 + - 52,-138 + - 53,-139 + - 55,-140 + - 55,-139 72,-184: - 72,-179 - 72,-178 @@ -132453,6 +137910,11 @@ entities: - -209,28 -128,-64: - -121,-59 + - -128,-63 + - -126,-60 + - -124,-57 + - -122,-61 + - -121,-63 -120,-64: - -120,-58 - -120,-57 @@ -132475,6 +137937,9 @@ entities: - -114,-58 - -114,-57 - -119,-59 + - -119,-62 + - -116,-60 + - -113,-60 -112,-32: - -111,-32 - -111,-31 @@ -132707,6 +138172,8 @@ entities: - -50,-171 - -49,-173 - -56,-171 + - -49,-176 + - -49,-175 -72,-208: - -71,-206 - -70,-206 @@ -132716,6 +138183,17 @@ entities: - 166,262 -152,-48: - -145,-47 + - -151,-48 + - -151,-41 + - -150,-45 + - -149,-48 + - -149,-44 + - -147,-45 + - -146,-41 + - -145,-48 + - -145,-45 + - -145,-44 + - -152,-48 -480,64: - -477,65 -472,40: @@ -132762,6 +138240,20 @@ entities: - -33,-164 - -33,-163 - -33,-161 + - -39,-168 + - -36,-168 + - -35,-168 + - -34,-168 + - -33,-168 + - -38,-167 + - -35,-162 + - -35,-161 + - -40,-166 + - -38,-166 + - -35,-167 + - -35,-166 + - -34,-166 + - -34,-165 -24,-168: - -24,-168 - -24,-166 @@ -132803,6 +138295,30 @@ entities: - -17,-166 - -17,-164 - -17,-163 + - -23,-168 + - -23,-167 + - -23,-164 + - -23,-163 + - -23,-161 + - -22,-166 + - -21,-166 + - -20,-167 + - -20,-166 + - -20,-165 + - -20,-164 + - -20,-163 + - -20,-161 + - -19,-166 + - -19,-165 + - -19,-164 + - -19,-163 + - -18,-166 + - -18,-165 + - -17,-165 + - -17,-162 + - -17,-161 + - -24,-167 + - -24,-165 -48,-168: - -48,-167 - -48,-166 @@ -132880,6 +138396,34 @@ entities: - -17,-159 - -17,-156 - -17,-153 + - -24,-160 + - -23,-159 + - -19,-157 + - -19,-156 + - -17,-155 + - -21,-160 + - -21,-159 + - -21,-158 + - -20,-160 + - -19,-160 + - -18,-159 + - -18,-158 + - -17,-158 + - -17,-157 + - -24,-159 + - -24,-156 + - -24,-155 + - -24,-154 + - -23,-156 + - -22,-157 + - -22,-156 + - -21,-156 + - -21,-155 + - -21,-153 + - -20,-156 + - -20,-153 + - -19,-154 + - -17,-154 -32,-160: - -32,-160 - -32,-159 @@ -132926,6 +138470,21 @@ entities: - -25,-158 - -25,-155 - -25,-153 + - -31,-154 + - -31,-155 + - -31,-153 + - -30,-157 + - -30,-156 + - -30,-155 + - -30,-154 + - -30,-153 + - -27,-153 + - -26,-159 + - -26,-156 + - -25,-159 + - -25,-157 + - -25,-156 + - -25,-154 128,240: - 134,244 120,232: @@ -133175,6 +138734,12 @@ entities: - -47,-236 72,-160: - 72,-153 + - 74,-160 + - 74,-153 + - 75,-160 + - 75,-158 + - 75,-155 + - 76,-156 112,-112: - 112,-111 - 112,-109 @@ -133217,6 +138782,7 @@ entities: - 119,-109 - 119,-108 - 119,-106 + - 116,-109 112,-128: - 112,-128 - 112,-127 @@ -133259,6 +138825,9 @@ entities: - 119,-126 - 119,-125 - 119,-123 + - 115,-127 + - 118,-125 + - 118,-123 112,-144: - 112,-144 - 112,-143 @@ -133296,6 +138865,8 @@ entities: - 119,-143 - 119,-142 - 119,-139 + - 114,-137 + - 117,-140 104,-144: - 104,-140 - 104,-139 @@ -133338,6 +138909,11 @@ entities: - 111,-140 - 111,-138 - 111,-137 + - 104,-138 + - 107,-142 + - 107,-139 + - 110,-143 + - 110,-140 96,-144: - 96,-144 - 96,-141 @@ -133378,6 +138954,11 @@ entities: - 103,-139 - 103,-138 - 103,-137 + - 96,-143 + - 97,-143 + - 102,-144 + - 102,-138 + - 101,-143 88,-136: - 88,-136 - 88,-135 @@ -133424,6 +139005,18 @@ entities: - 88,-134 - 88,-131 - 88,-129 + - 90,-133 + - 91,-133 + - 92,-131 + - 90,-131 + - 91,-130 + - 91,-129 + - 92,-134 + - 93,-134 + - 93,-133 + - 94,-134 + - 95,-134 + - 95,-131 104,-120: - 104,-120 - 104,-119 @@ -133522,6 +139115,8 @@ entities: - 106,-126 - 106,-123 - 108,-128 + - 107,-125 + - 111,-128 80,-80: - 80,-79 - 80,-78 @@ -133570,6 +139165,8 @@ entities: - 87,-76 - 87,-74 - 87,-73 + - 85,-74 + - 86,-73 88,-104: - 88,-98 - 89,-104 @@ -133606,6 +139203,7 @@ entities: - 95,-97 - 93,-104 - 95,-103 + - 88,-97 96,-112: - 96,-112 - 96,-110 @@ -133718,6 +139316,10 @@ entities: - 94,-106 - 95,-108 - 95,-106 + - 89,-110 + - 90,-109 + - 91,-109 + - 92,-109 224,-16: - 224,-15 - 225,-15 @@ -133867,6 +139469,4588 @@ entities: - 238,-12 - 238,-11 - 239,-12 + 120,-128: + - 121,-125 + - 122,-125 + - 124,-127 + - 124,-122 + - 125,-121 + - 126,-124 + - 127,-128 + - 127,-125 + 120,-136: + - 120,-129 + - 121,-132 + - 123,-135 + - 123,-131 + - 126,-136 + - 127,-131 + - 127,-129 + - 125,-130 + 120,-144: + - 121,-142 + - 122,-139 + - 123,-141 + - 125,-138 + - 120,-143 + - 123,-140 + 128,-128: + - 128,-123 + - 131,-128 + - 133,-127 + - 133,-123 + - 133,-122 + - 134,-123 + - 135,-122 + 128,-136: + - 128,-130 + - 129,-135 + - 130,-135 + - 130,-130 + - 131,-129 + - 132,-132 + - 133,-136 + - 130,-133 + - 133,-134 + 256,48: + - 260,55 + 256,120: + - 257,123 + - 262,123 + - 262,124 + - 258,124 + - 259,121 + - 259,122 + - 259,123 + - 259,124 + - 259,125 + - 259,126 + - 259,127 + - 260,121 + - 260,122 + - 260,123 + - 260,124 + - 260,125 + - 260,126 + - 260,127 + - 261,121 + - 261,122 + - 261,123 + - 261,124 + - 261,125 + - 261,126 + - 261,127 + - 262,121 + - 262,122 + - 262,125 + - 262,126 + - 262,127 + - 263,121 + - 263,122 + - 263,123 + - 263,124 + - 263,125 + - 263,126 + - 263,127 + - 256,126 + - 257,120 + - 257,121 + - 257,122 + - 258,126 + - 259,120 + 272,40: + - 278,42 + 264,40: + - 270,45 + 280,104: + - 286,107 + - 281,105 + - 281,109 + - 281,110 + - 283,108 + - 284,104 + - 284,108 + - 287,111 + 288,32: + - 292,34 + 256,96: + - 256,101 + - 256,97 + - 256,100 + - 256,103 + - 257,96 + - 258,97 + - 258,98 + - 259,103 + - 260,99 + - 261,100 + - 261,102 + - 262,103 + - 259,102 + 272,64: + - 274,64 + 272,24: + - 275,25 + 264,56: + - 269,57 + 264,32: + - 265,32 + 256,72: + - 260,77 + 248,80: + - 255,83 + - 248,80 + - 249,80 + - 250,80 + - 251,80 + - 252,80 + - 253,80 + 296,160: + - 303,162 + - 297,162 + - 297,166 + - 299,167 + - 303,164 + - 296,161 + - 300,160 + 240,80: + - 240,80 + - 241,80 + - 242,80 + - 243,80 + - 244,80 + - 245,80 + - 246,80 + - 247,80 + 240,72: + - 240,72 + - 240,73 + - 240,74 + - 240,75 + - 240,76 + - 240,77 + - 240,78 + - 240,79 + 240,64: + - 240,64 + - 240,65 + - 240,66 + - 240,67 + - 240,68 + - 240,69 + - 240,70 + - 240,71 + - 241,64 + - 242,64 + - 243,64 + - 244,64 + - 245,64 + - 246,64 + - 247,64 + 248,72: + - 253,72 + - 253,73 + - 253,74 + - 253,75 + - 253,76 + - 253,77 + - 253,78 + - 253,79 + 248,64: + - 248,64 + - 249,64 + - 250,64 + - 251,64 + - 252,64 + - 253,64 + - 253,65 + - 253,66 + - 253,67 + - 253,68 + - 253,69 + - 253,70 + - 253,71 + 304,152: + - 308,156 + - 311,153 + 304,112: + - 307,116 + 304,96: + - 310,98 + - 304,103 + - 305,100 + - 305,102 + - 307,99 + - 310,102 + - 304,96 + - 304,97 + - 304,98 + - 304,99 + - 304,100 + - 304,101 + - 304,102 + - 305,96 + - 305,97 + - 305,98 + - 305,99 + - 305,101 + - 305,103 + - 306,96 + - 306,97 + - 306,98 + - 306,99 + - 306,100 + - 306,101 + - 306,102 + - 306,103 + - 307,96 + - 307,97 + - 307,98 + - 307,100 + - 307,101 + - 307,102 + - 307,103 + - 308,96 + - 308,97 + - 308,98 + - 308,99 + - 308,100 + - 308,101 + - 308,102 + - 308,103 + - 309,96 + - 309,97 + - 309,98 + - 309,99 + - 309,100 + - 309,101 + - 309,102 + - 309,103 + - 310,96 + - 310,97 + - 310,99 + - 310,100 + - 310,101 + - 310,103 + - 311,96 + - 311,97 + - 311,98 + - 311,99 + - 311,100 + - 311,101 + - 311,102 + - 311,103 + 312,56: + - 312,56 + - 313,59 + 312,48: + - 317,55 + 312,40: + - 312,47 + 280,72: + - 286,73 + - 286,79 + 280,80: + - 280,80 + - 281,80 + - 282,80 + - 283,80 + - 284,80 + - 285,80 + - 286,80 + 264,80: + - 268,80 + - 269,80 + - 270,80 + - 271,80 + 272,80: + - 277,80 + - 272,80 + - 273,80 + - 274,80 + - 275,80 + - 276,80 + - 278,80 + - 279,80 + 312,144: + - 313,145 + 320,136: + - 321,143 + 288,152: + - 295,154 + - 288,155 + - 291,156 + - 291,159 + - 292,156 + - 293,152 + - 293,158 + - 294,159 + 280,152: + - 281,157 + - 280,153 + - 281,156 + - 282,155 + - 283,156 + - 285,156 + - 285,158 + - 286,154 + - 287,154 + - 287,157 + - 284,159 + 296,152: + - 298,158 + - 296,153 + - 296,158 + - 297,158 + - 299,152 + - 302,157 + - 302,158 + - 296,154 + - 301,153 + 280,144: + - 282,150 + - 280,146 + - 281,146 + - 283,148 + - 283,150 + - 283,151 + - 281,149 + 264,136: + - 267,136 + - 270,136 + - 264,136 + - 264,137 + - 265,136 + - 265,137 + - 265,138 + - 266,136 + - 266,137 + - 266,138 + - 267,137 + - 267,138 + - 268,136 + - 268,137 + - 268,138 + - 269,136 + - 269,137 + - 269,138 + - 270,137 + - 270,138 + - 271,136 + - 271,137 + - 271,138 + - 264,140 + - 265,139 + - 265,142 + - 268,141 + - 265,141 + 256,136: + - 262,136 + - 263,136 + - 263,137 + - 256,136 + - 258,137 + - 261,141 + - 262,138 + - 263,140 + - 263,141 + - 263,143 + 264,128: + - 265,130 + - 266,130 + - 267,134 + - 271,131 + - 264,128 + - 264,129 + - 264,130 + - 264,131 + - 264,132 + - 264,133 + - 264,134 + - 264,135 + - 265,128 + - 265,129 + - 265,131 + - 265,132 + - 265,133 + - 265,134 + - 265,135 + - 266,128 + - 266,129 + - 266,131 + - 266,132 + - 266,133 + - 266,134 + - 266,135 + - 267,128 + - 267,129 + - 267,130 + - 267,131 + - 267,132 + - 267,133 + - 267,135 + - 268,128 + - 268,129 + - 268,130 + - 268,131 + - 268,132 + - 268,133 + - 268,134 + - 268,135 + - 269,128 + - 269,129 + - 269,130 + - 269,131 + - 269,132 + - 269,133 + - 269,134 + - 269,135 + - 270,128 + - 270,129 + - 270,130 + - 270,131 + - 270,132 + - 270,133 + - 270,134 + - 270,135 + - 271,128 + - 271,129 + - 271,130 + - 271,132 + - 271,133 + - 271,134 + - 271,135 + 256,128: + - 259,128 + - 259,129 + - 260,128 + - 260,129 + - 261,128 + - 261,129 + - 262,128 + - 262,129 + - 262,130 + - 262,131 + - 262,132 + - 262,133 + - 262,134 + - 262,135 + - 263,128 + - 263,129 + - 263,130 + - 263,131 + - 263,132 + - 263,133 + - 263,134 + - 263,135 + - 256,132 + - 256,133 + - 257,129 + - 260,135 + - 261,134 + - 256,135 + 264,120: + - 264,124 + - 264,127 + - 268,122 + - 270,127 + - 271,125 + - 264,121 + - 264,122 + - 264,123 + - 264,125 + - 264,126 + - 265,121 + - 265,122 + - 265,123 + - 265,124 + - 265,125 + - 265,126 + - 265,127 + - 266,121 + - 266,122 + - 266,123 + - 266,124 + - 266,125 + - 266,126 + - 266,127 + - 267,121 + - 267,122 + - 267,123 + - 267,124 + - 267,125 + - 267,126 + - 267,127 + - 268,121 + - 268,123 + - 268,124 + - 268,125 + - 268,126 + - 268,127 + - 269,121 + - 269,122 + - 269,123 + - 269,124 + - 269,125 + - 269,126 + - 269,127 + - 270,121 + - 270,122 + - 270,123 + - 270,124 + - 270,125 + - 270,126 + - 271,121 + - 271,122 + - 271,123 + - 271,124 + - 271,126 + - 271,127 + - 267,120 + 296,136: + - 299,139 + - 297,137 + - 297,140 + - 297,141 + - 301,142 + - 303,136 + - 303,141 + - 298,141 + 280,136: + - 280,139 + - 280,143 + - 281,139 + - 282,136 + - 282,140 + - 283,136 + - 283,137 + - 283,138 + - 283,142 + - 285,137 + - 287,139 + 272,136: + - 274,136 + - 279,140 + - 272,136 + - 272,137 + - 272,138 + - 273,136 + - 273,137 + - 273,138 + - 274,137 + - 275,136 + - 275,137 + - 276,136 + - 272,142 + - 274,139 + - 276,137 + - 276,140 + - 277,136 + - 277,142 + - 279,136 + 272,128: + - 272,133 + - 272,134 + - 272,135 + - 273,129 + - 273,133 + - 275,128 + - 272,128 + - 272,129 + - 272,130 + - 272,131 + - 272,132 + - 273,128 + - 273,130 + - 273,131 + - 273,132 + - 273,134 + - 273,135 + - 274,128 + - 274,129 + - 274,130 + - 274,131 + - 274,132 + - 274,133 + - 274,134 + - 274,135 + - 275,129 + - 275,130 + - 275,131 + - 275,132 + - 275,133 + - 275,134 + - 275,135 + - 276,128 + - 276,129 + - 276,130 + - 276,131 + - 276,132 + - 276,133 + - 276,134 + - 276,135 + - 277,128 + - 277,129 + - 277,130 + - 277,131 + - 277,132 + - 277,133 + - 277,134 + - 278,128 + - 278,129 + - 278,130 + - 278,131 + - 278,132 + - 278,133 + - 278,134 + - 279,130 + - 279,131 + - 279,132 + - 279,133 + - 279,134 + 272,120: + - 273,124 + - 274,123 + - 276,122 + - 276,126 + - 272,121 + - 272,122 + - 272,123 + - 272,124 + - 272,125 + - 272,126 + - 272,127 + - 273,121 + - 273,122 + - 273,123 + - 273,125 + - 273,126 + - 273,127 + - 274,121 + - 274,122 + - 274,124 + - 274,125 + - 274,126 + - 274,127 + - 275,121 + - 275,122 + - 275,123 + - 275,124 + - 275,125 + - 275,126 + - 275,127 + - 276,121 + - 276,123 + - 276,124 + - 276,125 + - 276,127 + - 277,121 + - 277,122 + - 277,123 + - 277,124 + - 277,125 + - 277,126 + - 277,127 + - 278,121 + - 278,122 + - 278,123 + - 278,124 + - 278,125 + - 278,126 + - 278,127 + - 279,123 + - 279,127 + 344,96: + - 349,98 + 352,120: + - 352,124 + 352,104: + - 358,107 + 352,136: + - 354,138 + - 359,138 + 280,128: + - 285,128 + - 280,130 + - 280,131 + - 280,132 + - 280,133 + - 280,134 + - 280,128 + - 281,135 + - 282,131 + - 283,129 + - 283,133 + - 285,133 + 288,128: + - 290,129 + - 291,128 + - 295,128 + - 290,132 + - 292,130 + - 292,134 + - 294,132 + - 295,129 + - 289,130 + - 290,130 + 328,104: + - 330,108 + - 334,104 + - 328,104 + - 328,105 + - 328,106 + - 328,107 + - 329,104 + - 329,105 + - 329,106 + - 329,107 + - 330,104 + - 330,105 + - 330,106 + 328,96: + - 328,97 + - 328,98 + - 328,99 + - 328,100 + - 328,101 + - 328,102 + - 328,103 + - 329,97 + - 329,98 + - 329,99 + - 329,100 + - 329,101 + - 329,102 + - 329,103 + - 330,98 + - 330,99 + - 330,100 + - 330,101 + - 330,102 + - 330,103 + 328,88: + - 332,91 + 320,120: + - 322,127 + 320,72: + - 320,78 + 304,88: + - 306,95 + - 307,94 + - 309,93 + - 304,93 + - 304,94 + - 304,95 + - 305,93 + - 305,94 + - 305,95 + - 306,93 + - 306,94 + - 307,93 + - 307,95 + - 308,93 + - 308,94 + - 308,95 + - 309,94 + - 309,95 + - 310,93 + - 310,94 + - 310,95 + - 311,93 + - 311,94 + - 311,95 + 296,88: + - 301,94 + - 299,93 + - 299,94 + - 299,95 + - 300,93 + - 300,94 + - 300,95 + - 301,93 + - 301,95 + - 302,93 + - 302,94 + - 302,95 + - 303,93 + - 303,94 + - 303,95 + 296,104: + - 303,109 + - 299,104 + - 299,105 + - 299,106 + - 299,107 + - 299,108 + - 299,109 + - 299,110 + - 300,104 + - 300,105 + - 300,106 + - 300,107 + - 300,108 + - 300,109 + - 300,110 + - 301,104 + - 301,105 + - 301,106 + - 301,107 + - 301,108 + - 301,109 + - 301,110 + - 302,104 + - 302,105 + - 302,106 + - 302,107 + - 302,108 + - 302,109 + - 302,110 + - 303,104 + - 303,105 + - 303,106 + - 303,107 + - 303,108 + - 303,110 + - 297,104 + - 297,109 + 320,104: + - 321,105 + - 324,106 + - 325,106 + - 327,106 + - 320,104 + - 320,105 + - 320,106 + - 320,107 + - 320,108 + - 320,109 + - 320,110 + - 321,104 + - 321,106 + - 321,107 + - 321,108 + - 321,109 + - 321,110 + - 322,104 + - 322,105 + - 322,106 + - 322,107 + - 323,104 + - 323,105 + - 323,106 + - 323,107 + - 324,104 + - 324,105 + - 324,107 + - 325,104 + - 325,105 + - 325,107 + - 326,104 + - 326,105 + - 326,106 + - 326,107 + - 327,104 + - 327,105 + - 327,107 + 336,104: + - 343,104 + 296,96: + - 300,98 + - 301,101 + - 303,97 + - 299,96 + - 299,97 + - 299,98 + - 299,99 + - 299,100 + - 299,101 + - 299,102 + - 299,103 + - 300,96 + - 300,97 + - 300,99 + - 300,100 + - 300,101 + - 300,102 + - 300,103 + - 301,96 + - 301,97 + - 301,98 + - 301,99 + - 301,100 + - 301,102 + - 301,103 + - 302,96 + - 302,97 + - 302,98 + - 302,99 + - 302,100 + - 302,101 + - 302,102 + - 302,103 + - 303,96 + - 303,98 + - 303,99 + - 303,100 + - 303,101 + - 303,102 + - 303,103 + - 296,97 + - 297,98 + - 298,96 + 320,96: + - 323,100 + - 323,103 + - 324,98 + - 324,99 + - 325,102 + - 326,98 + - 326,101 + - 320,96 + - 320,97 + - 320,98 + - 320,99 + - 320,100 + - 320,101 + - 320,102 + - 320,103 + - 321,96 + - 321,97 + - 321,98 + - 321,99 + - 321,100 + - 321,101 + - 321,102 + - 321,103 + - 322,97 + - 322,98 + - 322,99 + - 322,100 + - 322,101 + - 322,102 + - 322,103 + - 323,97 + - 323,98 + - 323,99 + - 323,101 + - 323,102 + - 324,97 + - 324,100 + - 324,101 + - 324,102 + - 324,103 + - 325,97 + - 325,98 + - 325,99 + - 325,100 + - 325,101 + - 325,103 + - 326,97 + - 326,99 + - 326,100 + - 326,102 + - 326,103 + - 327,97 + - 327,98 + - 327,99 + - 327,100 + - 327,101 + - 327,102 + - 327,103 + 312,104: + - 312,105 + - 314,104 + - 314,108 + - 315,104 + - 316,105 + - 312,104 + - 312,106 + - 312,107 + - 312,108 + - 312,109 + - 312,110 + - 313,104 + - 313,105 + - 313,106 + - 313,107 + - 313,108 + - 313,109 + - 313,110 + - 314,105 + - 314,106 + - 314,107 + - 314,109 + - 314,110 + - 315,105 + - 315,106 + - 315,107 + - 315,108 + - 315,109 + - 315,110 + - 316,104 + - 316,106 + - 316,107 + - 316,108 + - 316,109 + - 316,110 + - 317,104 + - 317,105 + - 317,106 + - 317,107 + - 317,108 + - 317,109 + - 317,110 + - 318,104 + - 318,105 + - 318,106 + - 318,107 + - 318,108 + - 318,109 + - 318,110 + - 319,104 + - 319,105 + - 319,106 + - 319,107 + - 319,108 + - 319,109 + - 319,110 + 312,96: + - 317,99 + - 318,96 + - 318,98 + - 318,103 + - 319,99 + - 319,100 + - 314,99 + - 317,98 + - 317,102 + - 312,96 + - 312,97 + - 312,98 + - 312,99 + - 312,100 + - 312,101 + - 312,102 + - 312,103 + - 313,96 + - 313,97 + - 313,98 + - 313,99 + - 313,100 + - 313,101 + - 313,102 + - 313,103 + - 314,96 + - 314,97 + - 314,98 + - 314,100 + - 314,101 + - 314,102 + - 314,103 + - 315,96 + - 315,97 + - 315,98 + - 315,99 + - 315,100 + - 315,101 + - 315,102 + - 315,103 + - 316,96 + - 316,97 + - 316,98 + - 316,99 + - 316,100 + - 316,101 + - 316,102 + - 316,103 + - 317,96 + - 317,97 + - 317,100 + - 317,101 + - 317,103 + - 318,97 + - 318,99 + - 318,100 + - 318,101 + - 318,102 + - 319,96 + - 319,97 + - 319,98 + - 319,101 + - 319,102 + - 319,103 + 304,104: + - 304,108 + - 304,109 + - 306,109 + - 308,104 + - 310,107 + - 311,109 + - 304,104 + - 304,105 + - 304,106 + - 304,107 + - 304,110 + - 305,104 + - 305,105 + - 305,106 + - 305,107 + - 305,108 + - 305,109 + - 305,110 + - 306,104 + - 306,105 + - 306,106 + - 306,107 + - 306,108 + - 306,110 + - 307,104 + - 307,105 + - 307,106 + - 307,107 + - 307,108 + - 307,109 + - 307,110 + - 308,105 + - 308,106 + - 308,107 + - 308,108 + - 308,109 + - 308,110 + - 309,104 + - 309,105 + - 309,106 + - 309,107 + - 309,108 + - 309,109 + - 309,110 + - 310,104 + - 310,105 + - 310,106 + - 310,108 + - 310,109 + - 310,110 + - 311,104 + - 311,105 + - 311,106 + - 311,107 + - 311,108 + - 311,110 + 320,88: + - 320,93 + - 320,94 + - 320,95 + - 321,93 + - 321,94 + - 321,95 + 312,88: + - 316,95 + - 314,95 + - 312,93 + - 312,94 + - 312,95 + - 313,93 + - 313,94 + - 313,95 + - 314,93 + - 314,94 + - 315,93 + - 315,94 + - 315,95 + - 316,93 + - 316,94 + - 317,93 + - 317,94 + - 317,95 + - 318,93 + - 318,94 + - 318,95 + - 319,93 + - 319,94 + - 319,95 + 232,152: + - 232,159 + - 234,153 + - 236,156 + - 238,154 + - 238,156 + - 239,156 + - 239,159 + 232,144: + - 233,147 + - 236,146 + - 237,150 + - 238,145 + - 238,151 + 288,160: + - 288,161 + - 291,160 + - 293,165 + - 293,166 + - 294,165 + - 294,160 + 296,128: + - 297,128 + - 297,129 + - 299,128 + - 299,130 + - 302,134 + 264,112: + - 264,112 + - 266,115 + - 266,118 + - 266,119 + - 268,118 + - 269,117 + - 269,118 + - 271,115 + 264,104: + - 264,109 + - 265,110 + - 267,104 + - 269,105 + - 269,109 + - 271,106 + - 271,107 + 232,136: + - 232,136 + - 232,141 + - 232,143 + - 234,143 + - 236,140 + - 238,138 + - 238,139 + - 238,143 + - 239,137 + - 239,143 + - 232,142 + - 237,142 + 280,160: + - 280,166 + - 282,163 + - 282,165 + - 284,165 + - 284,166 + - 285,166 + - 286,165 + - 287,164 + - 283,162 + 296,144: + - 297,144 + - 297,147 + - 298,147 + - 299,148 + - 300,150 + - 302,146 + - 300,149 + 288,144: + - 288,147 + - 288,151 + - 289,149 + - 290,147 + - 292,148 + - 293,150 + - 294,149 + - 295,145 + - 295,149 + - 295,151 + 272,144: + - 274,147 + - 274,151 + - 275,144 + - 275,150 + - 275,151 + - 276,148 + - 277,150 + - 277,151 + - 278,146 + - 279,151 + 264,144: + - 266,150 + - 269,144 + - 271,147 + - 271,150 + 264,96: + - 265,97 + - 266,96 + - 266,97 + - 267,99 + - 267,100 + - 267,103 + - 268,100 + - 268,102 + - 269,103 + 272,112: + - 272,116 + - 272,117 + - 273,114 + - 274,116 + - 274,119 + - 276,112 + - 277,118 + - 278,117 + 272,104: + - 273,106 + - 274,104 + - 276,108 + - 277,107 + - 277,109 + - 278,110 + - 278,111 + - 279,108 + - 277,108 + 272,96: + - 277,99 + - 279,97 + - 279,101 + - 275,103 + 272,152: + - 272,157 + - 272,158 + - 273,159 + - 275,158 + - 276,154 + - 277,155 + 264,152: + - 265,153 + - 266,156 + - 268,156 + - 269,157 + - 270,155 + - 270,157 + - 271,157 + - 269,154 + 256,152: + - 257,153 + - 257,154 + - 260,154 + - 261,159 + - 263,152 + - 262,159 + 248,144: + - 249,146 + - 250,144 + - 250,150 + - 251,149 + - 252,148 + - 253,146 + - 253,149 + - 252,150 + - 254,150 + 232,128: + - 233,130 + - 233,132 + - 234,128 + - 234,135 + - 235,128 + - 235,132 + - 236,134 + - 238,128 + - 239,132 + - 239,128 + 240,152: + - 240,158 + - 242,159 + - 243,154 + - 243,159 + - 246,154 + - 247,153 + - 247,155 + - 247,156 + - 243,155 + 232,120: + - 232,125 + - 233,127 + - 234,124 + - 235,120 + - 235,125 + - 238,123 + - 234,123 + 232,112: + - 234,118 + - 236,112 + - 238,117 + - 238,119 + - 239,112 + - 239,114 + - 239,115 + - 236,116 + 232,104: + - 234,105 + - 236,106 + - 237,110 + - 238,108 + - 238,109 + - 239,106 + - 232,105 + - 237,105 + 240,144: + - 240,145 + - 242,147 + - 244,144 + - 245,148 + - 247,145 + - 247,148 + 248,128: + - 249,135 + - 250,130 + - 251,128 + - 252,133 + - 252,135 + - 254,132 + - 255,128 + - 255,130 + - 255,131 + - 251,131 + - 251,134 + 240,136: + - 240,142 + - 241,138 + - 243,139 + - 245,136 + - 245,141 + - 245,143 + - 247,137 + - 247,140 + 272,160: + - 273,165 + - 273,166 + - 274,160 + - 274,161 + - 274,167 + - 277,160 + - 277,166 + - 278,162 + - 278,164 + - 279,162 + 264,160: + - 264,163 + - 266,160 + - 267,160 + - 267,162 + - 267,166 + - 268,164 + - 269,165 + - 270,166 + - 271,166 + 256,160: + - 256,163 + - 259,164 + - 260,162 + - 261,163 + - 261,166 + - 263,161 + 248,160: + - 250,167 + - 251,163 + - 253,166 + - 255,163 + 240,160: + - 241,164 + - 247,165 + 240,128: + - 240,134 + - 242,133 + - 243,130 + - 243,135 + - 245,134 + - 246,132 + - 246,133 + 248,120: + - 248,127 + - 250,120 + - 250,122 + - 250,124 + - 252,126 + - 249,125 + - 254,124 + 256,112: + - 256,119 + - 257,117 + - 260,116 + - 261,114 + - 261,118 + 248,112: + - 248,113 + - 249,114 + - 249,116 + - 250,117 + - 254,112 + - 254,113 + 296,120: + - 296,122 + - 297,121 + - 297,125 + - 297,127 + - 299,127 + - 301,126 + - 302,122 + - 302,123 + - 303,125 + 296,112: + - 297,119 + - 298,115 + - 298,117 + - 299,119 + - 301,118 + - 302,115 + - 302,117 + - 303,113 + - 303,115 + - 303,116 + 240,120: + - 240,126 + - 242,120 + - 246,120 + 248,104: + - 249,109 + - 252,104 + - 252,108 + - 253,105 + - 254,109 + - 255,107 + - 250,106 + 256,104: + - 256,109 + - 257,111 + - 258,107 + - 259,110 + - 260,110 + - 263,109 + - 259,108 + 288,120: + - 288,126 + - 289,122 + - 290,123 + - 290,124 + - 291,121 + - 293,120 + - 294,125 + - 295,120 + - 295,126 + - 295,127 + 288,112: + - 290,113 + - 290,116 + - 290,117 + - 292,119 + - 294,114 + 288,104: + - 289,105 + - 290,110 + - 293,111 + - 293,107 + 288,96: + - 288,96 + - 288,99 + - 292,100 + - 293,102 + - 294,96 + - 294,98 + - 294,99 + - 291,96 + 240,112: + - 240,117 + - 241,118 + - 242,113 + - 243,112 + 256,144: + - 256,146 + - 257,145 + - 257,149 + - 259,145 + - 260,147 + - 260,148 + - 260,151 + - 261,146 + - 262,144 + - 261,151 + - 263,149 + 280,120: + - 281,123 + - 282,127 + - 285,125 + 280,112: + - 280,112 + - 280,115 + - 281,113 + - 281,114 + - 282,112 + - 283,114 + - 283,117 + - 284,116 + - 286,113 + - 287,118 + - 280,114 + 280,96: + - 281,96 + - 284,97 + - 285,101 + - 283,96 + 240,104: + - 241,106 + - 243,104 + - 243,108 + - 244,107 + - 245,109 + - 247,104 + - 247,108 + - 247,110 + 248,152: + - 250,159 + - 252,157 + - 253,159 + - 254,152 + 232,160: + - 233,161 + - 233,162 + - 234,160 + - 234,164 + - 235,164 + - 236,167 + - 237,165 + - 235,167 + - 238,166 + 288,136: + - 288,136 + - 290,138 + - 290,143 + - 292,139 + - 293,137 + - 294,140 + -144,-80: + - -144,-76 + - -141,-80 + - -141,-73 + - -139,-74 + - -137,-77 + -136,-72: + - -135,-68 + - -134,-71 + - -133,-70 + - -133,-68 + - -132,-71 + - -132,-70 + - -131,-66 + - -130,-72 + -136,-80: + - -136,-78 + - -135,-79 + - -135,-74 + - -134,-78 + - -133,-73 + - -131,-79 + - -131,-73 + -136,-104: + - -134,-97 + - -133,-104 + - -132,-97 + - -131,-99 + - -131,-98 + - -136,-98 + - -129,-104 + -136,-112: + - -135,-110 + - -134,-112 + - -133,-110 + - -132,-105 + - -132,-108 + - -131,-105 + -128,-112: + - -128,-111 + - -126,-107 + - -125,-112 + - -125,-111 + - -125,-105 + - -124,-110 + - -123,-110 + - -122,-110 + - -122,-105 + -128,-48: + - -128,-47 + - -128,-42 + - -127,-44 + -144,-56: + - -144,-50 + - -143,-49 + - -142,-56 + - -141,-55 + - -141,-49 + - -140,-50 + - -139,-56 + - -139,-55 + - -139,-52 + -128,-80: + - -128,-75 + - -124,-80 + - -124,-77 + - -124,-76 + - -123,-75 + - -123,-74 + - -122,-75 + -168,-48: + - -166,-43 + - -165,-42 + - -161,-44 + -136,-56: + - -136,-51 + - -134,-52 + - -133,-55 + - -133,-49 + - -129,-49 + -120,-56: + - -116,-50 + - -116,-49 + - -118,-49 + -120,-72: + - -120,-68 + - -118,-71 + - -117,-72 + - -116,-72 + - -116,-69 + - -115,-71 + - -114,-68 + -120,-80: + - -119,-77 + - -115,-73 + - -114,-77 + - -114,-74 + - -113,-75 + -144,-48: + - -144,-46 + - -141,-48 + - -141,-41 + - -139,-42 + - -138,-45 + - -138,-43 + - -138,-47 + 112,-152: + - 113,-150 + - 115,-151 + - 115,-150 + - 117,-149 + - 118,-149 + - 118,-145 + 120,-168: + - 120,-163 + - 120,-161 + - 122,-167 + - 122,-162 + - 123,-167 + - 123,-165 + - 127,-167 + - 127,-166 + 120,-160: + - 122,-157 + - 124,-154 + - 126,-159 + - 126,-158 + - 127,-160 + 112,-168: + - 115,-163 + - 115,-162 + - 118,-164 + - 119,-165 + - 119,-164 + 128,-152: + - 128,-146 + - 130,-150 + - 132,-149 + - 135,-150 + - 135,-145 + 112,-160: + - 112,-155 + - 114,-156 + - 116,-157 + - 116,-156 + - 117,-159 + - 118,-157 + - 119,-153 + 104,-152: + - 106,-148 + 96,-152: + - 96,-150 + - 97,-148 + - 98,-149 + - 100,-150 + - 102,-152 + - 103,-148 + - 102,-148 + 88,-152: + - 88,-151 + - 88,-150 + - 89,-147 + - 90,-148 + - 93,-148 + - 94,-147 + - 95,-147 + - 95,-145 + 128,-160: + - 130,-158 + - 130,-156 + - 131,-155 + - 131,-153 + - 132,-158 + - 134,-156 + - 134,-155 + 80,-160: + - 82,-160 + - 82,-155 + - 82,-153 + - 83,-159 + - 85,-159 + - 86,-158 + - 87,-154 + - 86,-160 + - 86,-154 + -216,72: + - -216,77 + - -216,79 + - -215,73 + - -210,79 + - -209,72 + - -209,73 + - -212,73 + 72,-168: + - 72,-168 + - 72,-166 + - 74,-166 + - 74,-164 + - 77,-167 + - 78,-168 + -224,56: + - -223,62 + - -222,56 + - -222,61 + - -221,62 + - -220,56 + - -220,61 + - -219,62 + - -219,63 + - -217,60 + - -220,62 + -344,128: + - -344,129 + - -343,130 + - -342,134 + - -341,132 + - -341,133 + - -339,133 + - -340,134 + - -339,135 + -224,40: + - -224,47 + - -221,46 + - -220,42 + - -219,45 + - -218,42 + - -217,44 + - -217,47 + - -223,47 + - -218,45 + -224,32: + - -224,39 + - -223,33 + - -222,32 + - -221,33 + - -219,36 + - -219,37 + - -218,37 + -352,120: + - -352,120 + - -352,126 + - -351,122 + - -351,124 + - -350,120 + - -350,126 + - -347,120 + - -346,122 + - -350,123 + -368,120: + - -367,121 + - -366,124 + - -365,124 + - -363,122 + - -363,124 + - -361,123 + -224,8: + - -224,14 + - -222,10 + - -220,10 + - -219,9 + - -218,8 + - -217,12 + -224,0: + - -224,7 + - -221,4 + - -221,7 + - -220,3 + - -219,6 + - -218,7 + -392,120: + - -392,127 + - -391,124 + - -387,126 + - -386,120 + - -385,125 + - -385,127 + -352,128: + - -352,135 + - -349,132 + - -349,135 + - -348,131 + - -347,134 + - -346,135 + -360,128: + - -358,131 + - -358,133 + - -358,135 + - -355,128 + - -355,134 + - -353,128 + -368,128: + - -367,128 + - -367,132 + - -367,134 + - -367,135 + - -366,130 + - -363,128 + - -363,132 + - -363,134 + - -366,132 + - -365,135 + -376,128: + - -375,130 + - -375,131 + - -374,128 + - -373,135 + - -372,131 + - -371,135 + - -370,130 + - -370,133 + -384,128: + - -384,133 + - -381,128 + - -379,134 + - -378,133 + - -377,134 + - -379,132 + -392,128: + - -390,131 + - -388,134 + - -387,135 + - -386,128 + - -386,132 + - -385,128 + - -385,131 + - -385,132 + -376,64: + - -376,66 + - -376,70 + - -375,66 + - -374,64 + - -373,65 + - -373,71 + - -372,66 + - -370,68 + -400,128: + - -399,129 + - -399,133 + - -398,135 + - -397,129 + - -396,130 + - -396,133 + - -394,133 + - -393,130 + -360,112: + - -358,118 + - -357,117 + - -356,113 + - -355,115 + - -355,119 + - -353,112 + -8,-120: + - -8,-113 + - -7,-115 + - -6,-119 + - -5,-119 + - -4,-118 + - -2,-114 + - -1,-117 + - -2,-113 + - -1,-113 + -48,-176: + - -48,-175 + - -48,-174 + - -47,-173 + - -46,-173 + - -45,-173 + - -44,-173 + - -44,-172 + - -44,-171 + - -43,-171 + - -43,-170 + - -42,-170 + - -42,-169 + - -41,-169 + - -48,-176 + - -47,-176 + - -47,-175 + - -47,-174 + - -46,-176 + - -46,-175 + - -46,-174 + - -45,-176 + - -45,-175 + - -45,-174 + - -45,-172 + - -44,-176 + - -44,-175 + - -44,-174 + - -44,-170 + - -43,-176 + - -43,-175 + - -43,-174 + - -43,-173 + - -43,-172 + - -42,-176 + - -42,-175 + - -42,-174 + - -42,-173 + - -42,-172 + - -42,-171 + - -41,-176 + - -41,-175 + - -41,-174 + - -41,-173 + - -41,-172 + - -41,-171 + - -41,-170 + 40,-192: + - 42,-186 + - 42,-185 + - 43,-189 + - 43,-188 + - 43,-187 + - 43,-186 + - 44,-190 + - 44,-189 + - 45,-192 + - 45,-191 + - 45,-190 + - 40,-192 + - 40,-191 + - 40,-190 + - 40,-189 + - 40,-188 + - 40,-187 + - 40,-186 + - 40,-185 + - 41,-192 + - 41,-191 + - 41,-190 + - 41,-189 + - 41,-188 + - 41,-187 + - 41,-186 + - 41,-185 + - 42,-192 + - 42,-191 + - 42,-190 + - 42,-189 + - 42,-188 + - 42,-187 + - 43,-192 + - 43,-191 + - 43,-190 + - 44,-192 + - 44,-191 + - 44,-188 + - 46,-187 + - 47,-192 + - 47,-188 + - 47,-186 + - 43,-185 + - 44,-187 + - 44,-186 + - 44,-185 + - 45,-189 + - 45,-188 + - 45,-187 + - 45,-186 + - 45,-185 + - 46,-192 + - 46,-191 + - 46,-190 + - 46,-189 + - 46,-188 + - 46,-186 + - 46,-185 + - 47,-191 + - 47,-190 + - 47,-189 + - 47,-187 + - 47,-185 + 24,-168: + - 24,-168 + - 24,-167 + - 24,-164 + - 25,-163 + - 26,-167 + - 27,-168 + - 27,-163 + - 28,-162 + - 30,-164 + - 28,-161 + - 24,-166 + - 24,-165 + - 24,-163 + - 24,-162 + - 24,-161 + - 25,-168 + - 25,-167 + - 25,-166 + - 25,-165 + - 25,-164 + - 25,-162 + - 25,-161 + - 26,-168 + - 26,-166 + - 26,-165 + - 26,-164 + - 26,-163 + - 26,-162 + - 26,-161 + - 27,-167 + - 27,-166 + - 27,-165 + - 27,-164 + - 27,-162 + - 27,-161 + - 28,-168 + - 28,-167 + - 28,-166 + - 28,-165 + - 28,-164 + - 28,-163 + - 29,-168 + - 29,-167 + - 29,-166 + - 29,-165 + - 29,-164 + - 29,-163 + - 29,-162 + - 29,-161 + - 30,-168 + - 30,-167 + - 30,-166 + - 30,-165 + - 30,-163 + - 30,-162 + - 30,-161 + - 31,-168 + - 31,-167 + - 31,-166 + - 31,-165 + - 31,-164 + - 31,-163 + - 31,-162 + - 31,-161 + 24,-176: + - 24,-169 + - 25,-170 + - 25,-169 + - 26,-172 + - 26,-171 + - 26,-170 + - 27,-173 + - 28,-174 + - 28,-173 + - 29,-175 + - 29,-174 + - 30,-176 + - 30,-175 + - 31,-176 + - 24,-176 + - 24,-175 + - 24,-174 + - 24,-173 + - 24,-172 + - 24,-171 + - 24,-170 + - 25,-176 + - 25,-175 + - 25,-174 + - 25,-173 + - 25,-172 + - 25,-171 + - 26,-176 + - 26,-175 + - 26,-174 + - 26,-173 + - 27,-176 + - 27,-175 + - 27,-174 + - 28,-176 + - 28,-175 + - 29,-176 + - 26,-169 + - 27,-169 + - 29,-170 + - 31,-172 + - 27,-172 + - 27,-171 + - 27,-170 + - 28,-172 + - 28,-171 + - 28,-170 + - 28,-169 + - 29,-173 + - 29,-172 + - 29,-171 + - 29,-169 + - 30,-174 + - 30,-173 + - 30,-172 + - 30,-171 + - 30,-170 + - 30,-169 + - 31,-175 + - 31,-174 + - 31,-173 + - 31,-171 + - 31,-170 + - 31,-169 + 24,-184: + - 31,-177 + - 24,-184 + - 24,-183 + - 24,-182 + - 24,-181 + - 24,-180 + - 24,-179 + - 24,-178 + - 24,-177 + - 25,-184 + - 25,-183 + - 25,-182 + - 25,-181 + - 25,-180 + - 25,-179 + - 25,-178 + - 25,-177 + - 26,-184 + - 26,-183 + - 26,-182 + - 26,-181 + - 26,-180 + - 26,-179 + - 26,-178 + - 26,-177 + - 27,-184 + - 27,-183 + - 27,-182 + - 27,-181 + - 27,-180 + - 27,-179 + - 27,-178 + - 27,-177 + - 28,-184 + - 28,-183 + - 28,-182 + - 28,-181 + - 28,-180 + - 28,-179 + - 28,-178 + - 28,-177 + - 29,-184 + - 29,-183 + - 29,-182 + - 29,-181 + - 29,-180 + - 29,-179 + - 29,-178 + - 29,-177 + - 30,-184 + - 30,-183 + - 30,-182 + - 30,-181 + - 30,-180 + - 30,-179 + - 30,-178 + - 30,-177 + - 31,-184 + - 31,-183 + - 31,-182 + - 31,-181 + - 31,-180 + - 31,-179 + - 31,-178 + 16,-168: + - 16,-167 + - 16,-166 + - 17,-166 + - 18,-166 + - 18,-165 + - 19,-166 + - 20,-166 + - 21,-167 + - 21,-166 + - 22,-167 + - 23,-168 + - 23,-167 + - 16,-168 + - 17,-168 + - 17,-167 + - 18,-168 + - 18,-167 + - 19,-168 + - 19,-167 + - 20,-168 + - 20,-167 + - 21,-168 + - 22,-168 + - 16,-162 + - 18,-162 + - 18,-161 + - 21,-165 + - 16,-165 + - 16,-164 + - 16,-163 + - 16,-161 + - 17,-165 + - 17,-164 + - 17,-163 + - 17,-162 + - 17,-161 + - 18,-164 + - 18,-163 + - 19,-165 + - 19,-164 + - 19,-163 + - 19,-162 + - 19,-161 + - 20,-165 + - 20,-164 + - 20,-163 + - 20,-162 + - 20,-161 + - 21,-164 + - 21,-163 + - 21,-162 + - 21,-161 + - 22,-166 + - 22,-165 + - 22,-164 + - 22,-163 + - 22,-162 + - 22,-161 + - 23,-166 + - 23,-165 + - 23,-164 + - 23,-163 + - 23,-162 + - 23,-161 + 0,-152: + - 0,-152 + - 0,-151 + - 0,-150 + - 0,-149 + - 0,-147 + - 1,-152 + - 1,-151 + - 1,-150 + - 1,-149 + - 1,-148 + - 1,-147 + - 2,-152 + - 2,-151 + - 2,-150 + - 2,-149 + - 2,-148 + - 3,-152 + - 3,-151 + - 3,-150 + - 3,-149 + - 3,-148 + - 4,-152 + - 4,-151 + - 4,-150 + - 4,-149 + - 5,-150 + - 5,-149 + - 0,-148 + - 3,-146 + - 4,-146 + - 7,-147 + - 1,-145 + - 0,-146 + - 0,-145 + - 1,-146 + - 2,-147 + - 2,-146 + - 2,-145 + - 3,-147 + - 3,-145 + - 4,-148 + - 4,-147 + - 4,-145 + - 5,-152 + - 5,-151 + - 5,-148 + - 5,-147 + - 5,-146 + - 5,-145 + - 6,-152 + - 6,-151 + - 6,-150 + - 6,-149 + - 6,-148 + - 6,-147 + - 6,-146 + - 6,-145 + - 7,-152 + - 7,-151 + - 7,-150 + - 7,-149 + - 7,-148 + - 7,-146 + - 7,-145 + -32,-184: + - -32,-184 + - -32,-183 + - -32,-182 + - -32,-181 + - -32,-180 + - -32,-179 + - -32,-178 + - -32,-177 + - -31,-184 + - -31,-183 + - -31,-182 + - -31,-181 + - -31,-180 + - -31,-179 + - -31,-178 + - -31,-177 + - -30,-184 + - -30,-183 + - -30,-182 + - -30,-181 + - -30,-180 + - -30,-179 + - -30,-178 + - -30,-177 + - -29,-184 + - -29,-183 + - -29,-182 + - -29,-181 + - -29,-180 + - -29,-179 + - -29,-178 + - -29,-177 + - -28,-184 + - -28,-183 + - -28,-182 + - -28,-181 + - -28,-180 + - -28,-179 + - -28,-178 + - -28,-177 + - -27,-184 + - -27,-183 + - -27,-182 + - -27,-181 + - -27,-180 + - -27,-179 + - -27,-178 + - -27,-177 + - -26,-184 + - -26,-183 + - -26,-182 + - -26,-181 + - -26,-180 + - -26,-179 + - -26,-178 + - -26,-177 + - -25,-184 + - -25,-183 + - -25,-182 + - -25,-181 + - -25,-180 + - -25,-179 + - -25,-178 + - -25,-177 + -24,-176: + - -24,-176 + - -24,-175 + - -24,-174 + - -24,-173 + - -24,-172 + - -24,-171 + - -24,-170 + - -24,-169 + - -23,-176 + - -23,-175 + - -23,-174 + - -23,-173 + - -23,-172 + - -23,-171 + - -23,-170 + - -23,-169 + - -22,-176 + - -22,-175 + - -22,-174 + - -22,-173 + - -22,-172 + - -22,-171 + - -22,-170 + - -22,-169 + - -21,-176 + - -21,-175 + - -21,-174 + - -21,-173 + - -21,-172 + - -21,-171 + - -21,-170 + - -21,-169 + - -20,-176 + - -20,-175 + - -20,-174 + - -20,-173 + - -20,-172 + - -20,-171 + - -20,-170 + - -20,-169 + - -19,-176 + - -19,-175 + - -19,-174 + - -19,-173 + - -19,-172 + - -19,-171 + - -19,-170 + - -19,-169 + - -18,-176 + - -18,-175 + - -18,-174 + - -18,-173 + - -18,-172 + - -18,-171 + - -18,-170 + - -18,-169 + - -17,-176 + - -17,-175 + - -17,-174 + - -17,-173 + - -17,-172 + - -17,-171 + - -17,-170 + - -17,-169 + -24,-184: + - -24,-184 + - -24,-183 + - -24,-182 + - -24,-181 + - -24,-180 + - -24,-179 + - -24,-178 + - -24,-177 + - -23,-184 + - -23,-183 + - -23,-182 + - -23,-181 + - -23,-180 + - -23,-179 + - -23,-178 + - -23,-177 + - -22,-184 + - -22,-183 + - -22,-182 + - -22,-181 + - -22,-180 + - -22,-179 + - -22,-178 + - -22,-177 + - -21,-184 + - -21,-183 + - -21,-182 + - -21,-181 + - -21,-180 + - -21,-179 + - -21,-178 + - -21,-177 + - -20,-184 + - -20,-183 + - -20,-182 + - -20,-181 + - -20,-180 + - -20,-179 + - -20,-178 + - -20,-177 + - -19,-184 + - -19,-183 + - -19,-182 + - -19,-181 + - -19,-180 + - -19,-179 + - -19,-178 + - -19,-177 + - -18,-184 + - -18,-183 + - -18,-182 + - -18,-181 + - -18,-180 + - -18,-179 + - -18,-178 + - -18,-177 + - -17,-184 + - -17,-183 + - -17,-182 + - -17,-181 + - -17,-180 + - -17,-179 + - -17,-178 + - -17,-177 + -16,-176: + - -16,-176 + - -16,-175 + - -16,-174 + - -16,-173 + - -16,-172 + - -16,-171 + - -16,-170 + - -16,-169 + - -15,-176 + - -15,-175 + - -15,-174 + - -15,-173 + - -15,-172 + - -15,-171 + - -15,-170 + - -15,-169 + - -14,-176 + - -14,-175 + - -14,-174 + - -14,-173 + - -14,-172 + - -14,-171 + - -14,-170 + - -14,-169 + - -13,-176 + - -13,-175 + - -13,-174 + - -13,-173 + - -13,-172 + - -13,-171 + - -13,-170 + - -13,-169 + - -12,-176 + - -12,-175 + - -12,-174 + - -12,-173 + - -12,-172 + - -12,-171 + - -12,-170 + - -12,-169 + - -11,-176 + - -11,-175 + - -11,-174 + - -11,-173 + - -11,-172 + - -11,-171 + - -11,-170 + - -11,-169 + - -10,-176 + - -10,-175 + - -10,-174 + - -10,-173 + - -10,-172 + - -10,-171 + - -10,-170 + - -10,-169 + - -9,-176 + - -9,-175 + - -9,-174 + - -9,-173 + - -9,-172 + - -9,-171 + - -9,-170 + - -9,-169 + -16,-192: + - -16,-192 + - -16,-191 + - -16,-190 + - -16,-189 + - -16,-188 + - -16,-187 + - -16,-186 + - -16,-185 + - -15,-192 + - -15,-191 + - -15,-190 + - -15,-189 + - -15,-188 + - -15,-187 + - -15,-186 + - -15,-185 + - -14,-192 + - -14,-191 + - -14,-190 + - -14,-189 + - -14,-188 + - -14,-187 + - -14,-186 + - -14,-185 + - -13,-192 + - -13,-191 + - -13,-190 + - -13,-189 + - -13,-188 + - -13,-187 + - -13,-186 + - -13,-185 + - -12,-192 + - -12,-191 + - -12,-190 + - -12,-189 + - -12,-188 + - -12,-187 + - -12,-186 + - -12,-185 + - -11,-192 + - -11,-191 + - -11,-190 + - -11,-189 + - -11,-188 + - -11,-187 + - -11,-186 + - -11,-185 + - -10,-192 + - -10,-191 + - -10,-190 + - -10,-189 + - -10,-188 + - -10,-187 + - -10,-186 + - -10,-185 + - -9,-192 + - -9,-191 + - -9,-190 + - -9,-189 + - -9,-188 + - -9,-187 + - -9,-186 + - -9,-185 + 32,-192: + - 32,-192 + - 32,-191 + - 32,-190 + - 32,-189 + - 32,-188 + - 32,-187 + - 32,-186 + - 32,-185 + - 33,-192 + - 33,-191 + - 33,-190 + - 33,-189 + - 33,-188 + - 33,-187 + - 33,-186 + - 33,-185 + - 34,-192 + - 34,-191 + - 34,-190 + - 34,-189 + - 34,-188 + - 34,-187 + - 34,-186 + - 34,-185 + - 35,-192 + - 35,-191 + - 35,-190 + - 35,-189 + - 35,-188 + - 35,-187 + - 35,-186 + - 35,-185 + - 36,-192 + - 36,-191 + - 36,-190 + - 36,-189 + - 36,-188 + - 36,-187 + - 36,-186 + - 36,-185 + - 37,-192 + - 37,-191 + - 37,-190 + - 37,-189 + - 37,-188 + - 37,-187 + - 37,-186 + - 37,-185 + - 38,-192 + - 38,-191 + - 38,-190 + - 38,-189 + - 38,-188 + - 38,-187 + - 38,-186 + - 38,-185 + - 39,-192 + - 39,-191 + - 39,-190 + - 39,-189 + - 39,-188 + - 39,-187 + - 39,-186 + - 39,-185 + 24,-192: + - 24,-192 + - 24,-191 + - 24,-190 + - 24,-189 + - 24,-188 + - 24,-187 + - 24,-186 + - 24,-185 + - 25,-192 + - 25,-191 + - 25,-190 + - 25,-189 + - 25,-188 + - 25,-187 + - 25,-186 + - 25,-185 + - 26,-192 + - 26,-191 + - 26,-190 + - 26,-189 + - 26,-188 + - 26,-187 + - 26,-186 + - 26,-185 + - 27,-192 + - 27,-191 + - 27,-190 + - 27,-189 + - 27,-188 + - 27,-187 + - 27,-186 + - 27,-185 + - 28,-192 + - 28,-191 + - 28,-190 + - 28,-189 + - 28,-188 + - 28,-187 + - 28,-186 + - 28,-185 + - 29,-192 + - 29,-191 + - 29,-190 + - 29,-189 + - 29,-188 + - 29,-187 + - 29,-186 + - 29,-185 + - 30,-192 + - 30,-191 + - 30,-190 + - 30,-189 + - 30,-188 + - 30,-187 + - 30,-186 + - 30,-185 + - 31,-192 + - 31,-191 + - 31,-190 + - 31,-189 + - 31,-188 + - 31,-187 + - 31,-186 + - 31,-185 + -40,-192: + - -39,-192 + - -39,-191 + - -39,-190 + - -39,-189 + - -39,-188 + - -39,-187 + - -39,-186 + - -39,-185 + - -38,-192 + - -38,-191 + - -38,-190 + - -38,-189 + - -38,-188 + - -38,-187 + - -38,-186 + - -38,-185 + - -37,-192 + - -37,-191 + - -37,-190 + - -37,-189 + - -37,-188 + - -37,-187 + - -37,-186 + - -37,-185 + - -36,-192 + - -36,-191 + - -36,-190 + - -36,-189 + - -36,-188 + - -36,-187 + - -36,-186 + - -36,-185 + - -35,-192 + - -35,-191 + - -35,-190 + - -35,-189 + - -35,-188 + - -35,-187 + - -35,-186 + - -35,-185 + - -34,-192 + - -34,-191 + - -34,-190 + - -34,-189 + - -34,-188 + - -34,-187 + - -34,-186 + - -34,-185 + - -33,-192 + - -33,-191 + - -33,-190 + - -33,-189 + - -33,-188 + - -33,-187 + - -33,-186 + - -33,-185 + - -40,-192 + - -40,-191 + - -40,-190 + - -40,-189 + - -40,-188 + - -40,-187 + - -40,-186 + - -40,-185 + 16,-176: + - 16,-176 + - 16,-175 + - 16,-174 + - 16,-173 + - 16,-172 + - 16,-171 + - 16,-170 + - 16,-169 + - 17,-176 + - 17,-175 + - 17,-174 + - 17,-173 + - 17,-172 + - 17,-171 + - 17,-170 + - 17,-169 + - 18,-176 + - 18,-175 + - 18,-174 + - 18,-173 + - 18,-172 + - 18,-171 + - 18,-170 + - 18,-169 + - 19,-176 + - 19,-175 + - 19,-174 + - 19,-173 + - 19,-172 + - 19,-171 + - 19,-170 + - 19,-169 + - 20,-176 + - 20,-175 + - 20,-174 + - 20,-173 + - 20,-172 + - 20,-171 + - 20,-170 + - 20,-169 + - 21,-176 + - 21,-175 + - 21,-174 + - 21,-173 + - 21,-172 + - 21,-171 + - 21,-170 + - 21,-169 + - 22,-176 + - 22,-175 + - 22,-174 + - 22,-173 + - 22,-172 + - 22,-171 + - 22,-170 + - 22,-169 + - 23,-176 + - 23,-175 + - 23,-174 + - 23,-173 + - 23,-172 + - 23,-171 + - 23,-170 + - 23,-169 + 16,-184: + - 16,-184 + - 16,-183 + - 16,-182 + - 16,-181 + - 16,-180 + - 16,-179 + - 16,-178 + - 16,-177 + - 17,-184 + - 17,-183 + - 17,-182 + - 17,-181 + - 17,-180 + - 17,-179 + - 17,-178 + - 17,-177 + - 18,-184 + - 18,-183 + - 18,-182 + - 18,-181 + - 18,-180 + - 18,-179 + - 18,-178 + - 18,-177 + - 19,-184 + - 19,-183 + - 19,-182 + - 19,-181 + - 19,-180 + - 19,-179 + - 19,-178 + - 19,-177 + - 20,-184 + - 20,-183 + - 20,-182 + - 20,-181 + - 20,-180 + - 20,-179 + - 20,-178 + - 20,-177 + - 21,-184 + - 21,-183 + - 21,-182 + - 21,-181 + - 21,-180 + - 21,-179 + - 21,-178 + - 21,-177 + - 22,-184 + - 22,-183 + - 22,-182 + - 22,-181 + - 22,-180 + - 22,-179 + - 22,-178 + - 22,-177 + - 23,-184 + - 23,-183 + - 23,-182 + - 23,-181 + - 23,-180 + - 23,-179 + - 23,-178 + - 23,-177 + 16,-192: + - 16,-192 + - 16,-191 + - 16,-190 + - 16,-189 + - 16,-188 + - 16,-187 + - 16,-186 + - 16,-185 + - 17,-192 + - 17,-191 + - 17,-190 + - 17,-189 + - 17,-188 + - 17,-187 + - 17,-186 + - 17,-185 + - 18,-192 + - 18,-191 + - 18,-190 + - 18,-189 + - 18,-188 + - 18,-187 + - 18,-186 + - 18,-185 + - 19,-192 + - 19,-191 + - 19,-190 + - 19,-189 + - 19,-188 + - 19,-187 + - 19,-186 + - 19,-185 + - 20,-192 + - 20,-191 + - 20,-190 + - 20,-189 + - 20,-188 + - 20,-187 + - 20,-186 + - 20,-185 + - 21,-192 + - 21,-191 + - 21,-190 + - 21,-189 + - 21,-188 + - 21,-187 + - 21,-186 + - 21,-185 + - 22,-192 + - 22,-191 + - 22,-190 + - 22,-189 + - 22,-188 + - 22,-187 + - 22,-186 + - 22,-185 + - 23,-192 + - 23,-191 + - 23,-190 + - 23,-189 + - 23,-188 + - 23,-187 + - 23,-186 + - 23,-185 + 8,-176: + - 8,-176 + - 8,-175 + - 8,-174 + - 8,-173 + - 8,-172 + - 8,-171 + - 8,-170 + - 8,-169 + - 9,-176 + - 9,-175 + - 9,-174 + - 9,-173 + - 9,-172 + - 9,-171 + - 9,-170 + - 9,-169 + - 10,-176 + - 10,-175 + - 10,-174 + - 10,-173 + - 10,-172 + - 10,-171 + - 10,-170 + - 10,-169 + - 11,-176 + - 11,-175 + - 11,-174 + - 11,-173 + - 11,-172 + - 11,-171 + - 11,-170 + - 11,-169 + - 12,-176 + - 12,-175 + - 12,-174 + - 12,-173 + - 12,-172 + - 12,-171 + - 12,-170 + - 12,-169 + - 13,-176 + - 13,-175 + - 13,-174 + - 13,-173 + - 13,-172 + - 13,-171 + - 13,-170 + - 13,-169 + - 14,-176 + - 14,-175 + - 14,-174 + - 14,-173 + - 14,-172 + - 14,-171 + - 14,-170 + - 14,-169 + - 15,-176 + - 15,-175 + - 15,-174 + - 15,-173 + - 15,-172 + - 15,-171 + - 15,-170 + - 15,-169 + 8,-192: + - 8,-192 + - 8,-191 + - 8,-190 + - 8,-189 + - 8,-188 + - 8,-187 + - 8,-186 + - 8,-185 + - 9,-192 + - 9,-191 + - 9,-190 + - 9,-189 + - 9,-188 + - 9,-187 + - 9,-186 + - 9,-185 + - 10,-192 + - 10,-191 + - 10,-190 + - 10,-189 + - 10,-188 + - 10,-187 + - 10,-186 + - 10,-185 + - 11,-192 + - 11,-191 + - 11,-190 + - 11,-189 + - 11,-188 + - 11,-187 + - 11,-186 + - 11,-185 + - 12,-192 + - 12,-191 + - 12,-190 + - 12,-189 + - 12,-188 + - 12,-187 + - 12,-186 + - 12,-185 + - 13,-192 + - 13,-191 + - 13,-190 + - 13,-189 + - 13,-188 + - 13,-187 + - 13,-186 + - 13,-185 + - 14,-192 + - 14,-191 + - 14,-190 + - 14,-189 + - 14,-188 + - 14,-187 + - 14,-186 + - 14,-185 + - 15,-192 + - 15,-191 + - 15,-190 + - 15,-189 + - 15,-188 + - 15,-187 + - 15,-186 + - 15,-185 + 0,-176: + - 0,-176 + - 0,-175 + - 0,-174 + - 0,-173 + - 0,-172 + - 0,-171 + - 0,-170 + - 0,-169 + - 1,-176 + - 1,-175 + - 1,-174 + - 1,-173 + - 1,-172 + - 1,-171 + - 1,-170 + - 1,-169 + - 2,-176 + - 2,-175 + - 2,-174 + - 2,-173 + - 2,-172 + - 2,-171 + - 2,-170 + - 2,-169 + - 3,-176 + - 3,-175 + - 3,-174 + - 3,-173 + - 3,-172 + - 3,-171 + - 3,-170 + - 3,-169 + - 4,-176 + - 4,-175 + - 4,-174 + - 4,-173 + - 4,-172 + - 4,-171 + - 4,-170 + - 4,-169 + - 5,-176 + - 5,-175 + - 5,-174 + - 5,-173 + - 5,-172 + - 5,-171 + - 5,-170 + - 5,-169 + - 6,-176 + - 6,-175 + - 6,-174 + - 6,-173 + - 6,-172 + - 6,-171 + - 6,-170 + - 6,-169 + - 7,-176 + - 7,-175 + - 7,-174 + - 7,-173 + - 7,-172 + - 7,-171 + - 7,-170 + - 7,-169 + 0,-184: + - 0,-184 + - 0,-183 + - 0,-182 + - 0,-181 + - 0,-180 + - 0,-179 + - 0,-178 + - 0,-177 + - 1,-184 + - 1,-183 + - 1,-182 + - 1,-181 + - 1,-180 + - 1,-179 + - 1,-178 + - 1,-177 + - 2,-184 + - 2,-183 + - 2,-182 + - 2,-181 + - 2,-180 + - 2,-179 + - 2,-178 + - 2,-177 + - 3,-184 + - 3,-183 + - 3,-182 + - 3,-181 + - 3,-180 + - 3,-179 + - 3,-178 + - 3,-177 + - 4,-184 + - 4,-183 + - 4,-182 + - 4,-181 + - 4,-180 + - 4,-179 + - 4,-178 + - 4,-177 + - 5,-184 + - 5,-183 + - 5,-182 + - 5,-181 + - 5,-180 + - 5,-179 + - 5,-178 + - 5,-177 + - 6,-184 + - 6,-183 + - 6,-182 + - 6,-181 + - 6,-180 + - 6,-179 + - 6,-178 + - 6,-177 + - 7,-184 + - 7,-183 + - 7,-182 + - 7,-181 + - 7,-180 + - 7,-179 + - 7,-178 + - 7,-177 + 0,-192: + - 0,-192 + - 0,-191 + - 0,-190 + - 0,-189 + - 0,-188 + - 0,-187 + - 0,-186 + - 0,-185 + - 1,-192 + - 1,-191 + - 1,-190 + - 1,-189 + - 1,-188 + - 1,-187 + - 1,-186 + - 1,-185 + - 2,-192 + - 2,-191 + - 2,-190 + - 2,-189 + - 2,-188 + - 2,-187 + - 2,-186 + - 2,-185 + - 3,-192 + - 3,-191 + - 3,-190 + - 3,-189 + - 3,-188 + - 3,-187 + - 3,-186 + - 3,-185 + - 4,-192 + - 4,-191 + - 4,-190 + - 4,-189 + - 4,-188 + - 4,-187 + - 4,-186 + - 4,-185 + - 5,-192 + - 5,-191 + - 5,-190 + - 5,-189 + - 5,-188 + - 5,-187 + - 5,-186 + - 5,-185 + - 6,-192 + - 6,-191 + - 6,-190 + - 6,-189 + - 6,-188 + - 6,-187 + - 6,-186 + - 6,-185 + - 7,-192 + - 7,-191 + - 7,-190 + - 7,-189 + - 7,-188 + - 7,-187 + - 7,-186 + - 7,-185 + -8,-176: + - -8,-176 + - -8,-175 + - -8,-174 + - -8,-173 + - -8,-172 + - -8,-171 + - -8,-170 + - -8,-169 + - -7,-176 + - -7,-175 + - -7,-174 + - -7,-173 + - -7,-172 + - -7,-171 + - -7,-170 + - -7,-169 + - -6,-176 + - -6,-175 + - -6,-174 + - -6,-173 + - -6,-172 + - -6,-171 + - -6,-170 + - -6,-169 + - -5,-176 + - -5,-175 + - -5,-174 + - -5,-173 + - -5,-172 + - -5,-171 + - -5,-170 + - -5,-169 + - -4,-176 + - -4,-175 + - -4,-174 + - -4,-173 + - -4,-172 + - -4,-171 + - -4,-170 + - -4,-169 + - -3,-176 + - -3,-175 + - -3,-174 + - -3,-173 + - -3,-172 + - -3,-171 + - -3,-170 + - -3,-169 + - -2,-176 + - -2,-175 + - -2,-174 + - -2,-173 + - -2,-172 + - -2,-171 + - -2,-170 + - -2,-169 + - -1,-176 + - -1,-175 + - -1,-174 + - -1,-173 + - -1,-172 + - -1,-171 + - -1,-170 + - -1,-169 + -8,-184: + - -1,-183 + - -8,-184 + - -8,-183 + - -8,-182 + - -8,-181 + - -8,-180 + - -8,-179 + - -8,-178 + - -8,-177 + - -7,-184 + - -7,-183 + - -7,-182 + - -7,-181 + - -7,-180 + - -7,-179 + - -7,-178 + - -7,-177 + - -6,-184 + - -6,-183 + - -6,-182 + - -6,-181 + - -6,-180 + - -6,-179 + - -6,-178 + - -6,-177 + - -5,-184 + - -5,-183 + - -5,-182 + - -5,-181 + - -5,-180 + - -5,-179 + - -5,-178 + - -5,-177 + - -4,-184 + - -4,-183 + - -4,-182 + - -4,-181 + - -4,-180 + - -4,-179 + - -4,-178 + - -4,-177 + - -3,-184 + - -3,-183 + - -3,-182 + - -3,-181 + - -3,-180 + - -3,-179 + - -3,-178 + - -3,-177 + - -2,-184 + - -2,-183 + - -2,-182 + - -2,-181 + - -2,-180 + - -2,-179 + - -2,-178 + - -2,-177 + - -1,-184 + - -1,-182 + - -1,-181 + - -1,-180 + - -1,-179 + - -1,-178 + - -1,-177 + -32,-208: + - -31,-207 + - -28,-201 + - -26,-204 + - -26,-203 + 8,-216: + - 8,-209 + - 13,-210 + - 15,-216 + - 15,-215 + - 15,-211 + - 8,-216 + - 8,-215 + - 8,-214 + - 8,-213 + - 8,-212 + - 8,-211 + - 8,-210 + - 9,-216 + - 9,-215 + - 9,-214 + - 9,-213 + - 9,-212 + - 9,-211 + - 9,-210 + - 9,-209 + - 10,-216 + - 10,-215 + - 10,-214 + - 10,-213 + - 10,-212 + - 10,-211 + - 10,-210 + - 10,-209 + - 11,-216 + - 11,-215 + - 11,-214 + - 11,-213 + - 11,-212 + - 11,-211 + - 11,-210 + - 11,-209 + - 12,-216 + - 12,-215 + - 12,-214 + - 12,-213 + - 12,-212 + - 12,-211 + - 12,-210 + - 12,-209 + - 13,-216 + - 13,-215 + - 13,-214 + - 13,-213 + - 13,-212 + - 13,-211 + - 13,-209 + - 14,-216 + - 14,-215 + - 14,-214 + - 14,-213 + - 14,-212 + - 14,-211 + - 14,-210 + - 14,-209 + - 15,-214 + - 15,-213 + - 15,-212 + - 15,-210 + - 15,-209 + 0,-216: + - 0,-212 + - 2,-214 + - 2,-212 + - 5,-215 + - 7,-214 + - 7,-213 + - 7,-212 + - 0,-216 + - 0,-215 + - 0,-214 + - 0,-213 + - 0,-211 + - 0,-210 + - 0,-209 + - 1,-216 + - 1,-215 + - 1,-214 + - 1,-213 + - 1,-212 + - 1,-211 + - 1,-210 + - 1,-209 + - 2,-216 + - 2,-215 + - 2,-213 + - 2,-211 + - 2,-210 + - 2,-209 + - 3,-216 + - 3,-215 + - 3,-214 + - 3,-213 + - 3,-212 + - 3,-211 + - 3,-210 + - 3,-209 + - 4,-216 + - 4,-215 + - 4,-214 + - 4,-213 + - 4,-212 + - 4,-211 + - 4,-210 + - 4,-209 + - 5,-216 + - 5,-214 + - 5,-213 + - 5,-212 + - 5,-211 + - 5,-210 + - 5,-209 + - 6,-216 + - 6,-215 + - 6,-214 + - 6,-213 + - 6,-212 + - 6,-211 + - 6,-210 + - 6,-209 + - 7,-216 + - 7,-215 + - 7,-211 + - 7,-210 + - 7,-209 + -8,-216: + - -5,-216 + - -5,-215 + - -3,-213 + - -2,-210 + - -1,-211 + - -7,-211 + - -4,-214 + - -6,-214 + - -6,-213 + - -5,-214 + - -5,-212 + - -4,-216 + - -4,-215 + - -4,-211 + - -3,-216 + - -3,-209 + - -2,-216 + - -2,-215 + - -2,-214 + - -2,-213 + - -2,-212 + - -2,-211 + - -2,-209 + - -1,-216 + - -1,-215 + - -1,-214 + - -1,-213 + - -1,-212 + - -1,-210 + - -1,-209 + -16,-216: + - -14,-212 + - -12,-215 + - -12,-212 + - -10,-214 + - -16,-213 + 16,-208: + - 16,-207 + - 19,-204 + - 20,-205 + - 21,-202 + - 22,-208 + - 22,-205 + - 17,-202 + - 16,-208 + - 16,-206 + - 16,-205 + - 16,-204 + - 16,-203 + - 16,-202 + - 16,-201 + - 23,-208 + - 23,-207 + - 23,-206 + - 23,-205 + - 23,-204 + - 23,-203 + - 23,-202 + 8,-208: + - 9,-205 + - 11,-207 + - 12,-206 + - 13,-201 + - 14,-205 + - 14,-204 + - 14,-202 + - 15,-203 + - 8,-208 + - 8,-207 + - 8,-206 + - 8,-205 + - 8,-204 + - 8,-203 + - 8,-202 + - 8,-201 + - 9,-208 + - 9,-207 + - 9,-206 + - 9,-204 + - 9,-203 + - 9,-202 + - 9,-201 + - 10,-208 + - 10,-207 + - 10,-206 + - 10,-205 + - 10,-204 + - 10,-203 + - 10,-202 + - 10,-201 + - 11,-208 + - 11,-206 + - 11,-205 + - 11,-204 + - 11,-203 + - 11,-202 + - 11,-201 + - 12,-208 + - 12,-207 + - 12,-205 + - 12,-204 + - 12,-203 + - 12,-202 + - 12,-201 + - 13,-208 + - 13,-207 + - 13,-206 + - 13,-205 + - 13,-204 + - 13,-203 + - 13,-202 + - 14,-208 + - 14,-207 + - 14,-206 + - 14,-203 + - 14,-201 + - 15,-208 + - 15,-207 + - 15,-206 + - 15,-205 + - 15,-204 + - 15,-202 + - 15,-201 + 24,-208: + - 25,-206 + - 26,-208 + - 26,-206 + - 27,-205 + - 28,-202 + - 24,-208 + - 24,-207 + - 24,-206 + - 24,-205 + - 24,-204 + - 24,-203 + - 24,-202 + - 25,-203 + - 25,-202 + - 26,-203 + - 26,-202 + - 27,-203 + - 27,-202 + - 28,-203 + - 29,-203 + - 29,-202 + - 30,-203 + - 30,-202 + - 31,-208 + - 31,-207 + - 31,-206 + - 31,-205 + - 31,-204 + - 31,-203 + - 31,-202 + -24,-216: + - -24,-209 + - -22,-215 + - -22,-213 + - -21,-210 + - -20,-210 + - -19,-209 + - -18,-216 + - -17,-211 + 24,-216: + - 24,-213 + - 25,-214 + - 25,-211 + - 26,-215 + - 26,-213 + - 27,-209 + - 30,-212 + - 30,-211 + - 24,-216 + - 24,-215 + - 24,-214 + - 24,-212 + - 24,-211 + - 24,-210 + - 24,-209 + - 25,-210 + - 25,-209 + - 26,-210 + - 26,-209 + - 27,-210 + - 28,-210 + - 28,-209 + - 29,-210 + - 29,-209 + - 30,-210 + - 30,-209 + - 31,-210 + - 31,-209 + -32,-216: + - -31,-215 + - -30,-214 + - -30,-209 + - -27,-216 + - -27,-209 + - -25,-211 + -40,-216: + - -39,-215 + - -39,-210 + - -34,-210 + - -33,-209 + - -38,-211 + -376,-56: + - -372,-54 + -376,-64: + - -371,-59 + -368,-56: + - -367,-50 + - -364,-56 + 232,-144: + - 233,-141 + - 238,-140 + 232,-192: + - 233,-191 + 64,-208: + - 64,-205 + - 64,-204 + - 64,-203 + - 64,-202 + - 65,-208 + - 65,-207 + - 65,-206 + - 65,-205 + - 65,-204 + - 65,-203 + - 65,-202 + - 66,-208 + - 66,-207 + - 66,-206 + - 66,-205 + - 69,-208 + - 69,-207 + - 69,-206 + - 69,-205 + - 70,-208 + - 70,-207 + - 70,-206 + - 70,-205 + - 70,-204 + - 70,-203 + - 70,-202 + - 71,-205 + - 71,-204 + - 71,-203 + - 71,-202 + 64,-216: + - 65,-209 + - 66,-210 + - 66,-209 + - 67,-216 + - 67,-215 + - 67,-214 + - 67,-213 + - 67,-212 + - 67,-211 + - 67,-210 + - 67,-209 + - 68,-216 + - 68,-215 + - 68,-214 + - 68,-213 + - 68,-212 + - 68,-211 + - 68,-210 + - 68,-209 + - 69,-210 + - 69,-209 + - 70,-209 + 56,-208: + - 56,-208 + - 56,-207 + - 56,-206 + - 56,-205 + - 56,-204 + - 56,-203 + - 56,-202 + - 57,-208 + - 58,-208 + - 59,-208 + - 60,-208 + - 60,-207 + - 61,-208 + - 61,-207 + - 61,-206 + - 61,-205 + - 61,-204 + - 61,-203 + - 61,-202 + - 62,-206 + - 62,-205 + - 62,-204 + - 62,-203 + - 62,-202 + 56,-216: + - 56,-216 + - 56,-215 + - 56,-214 + - 56,-213 + - 56,-212 + - 56,-211 + - 56,-210 + - 56,-209 + - 57,-209 + - 58,-209 + - 59,-209 + - 60,-209 + - 61,-216 + - 61,-215 + - 61,-214 + - 61,-213 + - 61,-212 + - 61,-211 + - 61,-210 + - 61,-209 + - 62,-216 + - 62,-215 + - 62,-214 + - 62,-213 + - 62,-212 + - 62,-211 + - 62,-210 + - 62,-209 + 56,-224: + - 56,-217 + - 61,-217 + - 62,-217 + 48,-216: + - 48,-209 + - 49,-209 + - 50,-209 + - 51,-210 + - 51,-209 + - 52,-216 + - 52,-215 + - 52,-214 + - 52,-213 + - 52,-212 + - 52,-211 + - 52,-210 + - 52,-209 + - 53,-216 + - 53,-215 + - 53,-214 + - 53,-213 + - 53,-212 + - 53,-211 + - 53,-210 + - 55,-216 + - 55,-215 + - 55,-214 + - 55,-213 + - 55,-212 + - 55,-211 + - 55,-210 + - 55,-209 + 48,-224: + - 52,-217 + - 53,-217 + - 55,-217 + 56,-264: + - 56,-264 + 48,-296: + - 52,-296 + 32,-296: + - 33,-292 + 32,-208: + - 32,-208 + - 32,-207 + - 32,-206 + - 32,-205 + - 32,-204 + - 35,-208 + - 35,-207 + - 35,-206 + - 35,-205 + - 36,-208 + - 36,-207 + - 36,-206 + - 36,-205 + - 36,-204 + - 36,-203 + - 37,-205 + - 37,-204 + - 37,-203 + - 37,-202 + - 38,-203 + - 38,-202 + - 39,-203 + - 39,-202 + 16,-224: + - 20,-219 + - 21,-218 + - 20,-220 + - 23,-217 + 304,32: + - 305,37 + - 306,39 + 0,-144: + - 0,-144 + - 0,-143 + - 0,-142 + - 0,-141 + - 0,-140 + - 0,-139 + - 0,-138 + - 1,-144 + - 1,-143 + - 1,-142 + - 1,-141 + - 1,-140 + - 1,-139 + - 1,-138 + - 2,-144 + - 2,-143 + - 2,-142 + - 2,-141 + - 2,-140 + - 2,-139 + - 2,-138 + - 3,-144 + - 3,-143 + - 3,-142 + - 3,-141 + - 3,-140 + - 3,-139 + - 3,-138 + - 4,-144 + - 4,-143 + - 4,-142 + - 4,-141 + - 4,-140 + - 4,-139 + - 4,-138 + - 5,-144 + - 5,-143 + - 5,-142 + - 5,-141 + - 5,-140 + - 5,-139 + - 5,-138 + - 6,-144 + - 6,-143 + - 6,-142 + - 6,-141 + - 6,-140 + - 6,-139 + - 6,-138 + - 7,-144 + - 7,-143 + - 7,-142 + - 7,-141 + - 7,-140 + - 7,-139 + - 7,-138 + 8,-144: + - 8,-144 + - 8,-143 + - 8,-142 + - 8,-141 + - 8,-140 + - 8,-139 + - 8,-138 + - 9,-144 + - 9,-143 + - 9,-142 + - 9,-141 + - 9,-140 + - 9,-139 + - 9,-138 + - 10,-144 + - 10,-143 + - 10,-142 + - 10,-141 + - 10,-140 + - 10,-139 + - 10,-138 + - 11,-144 + - 11,-143 + - 11,-142 + - 11,-141 + - 11,-140 + - 11,-139 + - 11,-138 + - 12,-144 + - 12,-143 + - 12,-142 + - 12,-141 + - 12,-140 + - 12,-139 + - 12,-138 + - 12,-137 + - 13,-144 + - 13,-143 + - 13,-142 + - 13,-141 + - 13,-140 + - 13,-139 + - 13,-138 + - 13,-137 + - 14,-144 + - 14,-143 + - 14,-142 + - 14,-141 + - 14,-140 + - 14,-139 + - 14,-138 + - 14,-137 + - 15,-144 + - 15,-143 + - 15,-142 + - 15,-141 + - 15,-140 + - 15,-139 + - 15,-138 + - 15,-137 + 56,-184: + - 56,-182 + - 56,-177 + - 57,-179 + - 58,-183 + - 58,-180 + - 59,-182 + - 59,-177 + - 60,-180 + - 56,-184 + - 56,-183 + - 56,-181 + - 56,-180 + - 56,-179 + - 56,-178 + - 57,-184 + - 57,-183 + - 57,-182 + - 57,-181 + - 57,-180 + - 57,-178 + - 57,-177 + - 58,-184 + - 58,-182 + - 58,-181 + - 58,-179 + - 58,-178 + - 58,-177 + - 59,-184 + - 59,-183 + - 59,-181 + - 59,-180 + - 59,-179 + - 59,-178 + - 60,-184 + - 60,-183 + - 60,-182 + - 60,-181 + - 60,-179 + - 60,-178 + - 60,-177 + - 61,-177 + 56,-176: + - 56,-170 + - 57,-174 + - 58,-174 + - 58,-170 + - 59,-171 + - 60,-172 + - 60,-169 + - 62,-170 + - 57,-175 + - 56,-176 + - 56,-175 + - 56,-174 + - 56,-173 + - 56,-172 + - 56,-171 + - 56,-169 + - 57,-176 + - 57,-173 + - 57,-172 + - 57,-171 + - 57,-170 + - 57,-169 + - 58,-176 + - 58,-175 + - 58,-173 + - 58,-172 + - 58,-171 + - 58,-169 + - 59,-176 + - 59,-175 + - 59,-174 + - 59,-173 + - 59,-172 + - 59,-170 + - 59,-169 + - 60,-176 + - 60,-175 + - 60,-174 + - 60,-173 + - 60,-171 + - 60,-170 + - 61,-176 + - 61,-175 + - 61,-174 + - 61,-173 + - 61,-172 + - 61,-171 + - 61,-170 + - 61,-169 + - 62,-175 + - 62,-174 + - 62,-173 + - 62,-172 + - 62,-171 + - 62,-169 + - 63,-170 + - 63,-169 + 32,-168: + - 32,-162 + - 32,-168 + - 32,-167 + - 32,-166 + - 32,-165 + - 32,-164 + - 32,-163 + - 32,-161 + - 33,-168 + - 33,-167 + - 33,-166 + - 33,-165 + - 33,-164 + - 33,-163 + - 33,-162 + - 33,-161 + - 34,-168 + - 34,-167 + - 34,-166 + - 34,-165 + - 34,-164 + - 34,-163 + - 34,-162 + - 34,-161 + - 35,-168 + - 35,-167 + - 35,-166 + - 35,-165 + - 35,-164 + - 35,-163 + - 35,-162 + - 35,-161 + - 36,-168 + - 36,-167 + - 36,-166 + - 36,-165 + - 36,-164 + - 36,-163 + - 36,-162 + - 36,-161 + - 37,-168 + - 37,-167 + - 37,-166 + - 37,-165 + - 37,-164 + - 37,-163 + - 37,-162 + - 37,-161 + - 38,-168 + - 38,-167 + - 38,-166 + - 38,-165 + - 38,-164 + - 38,-163 + - 38,-162 + - 38,-161 + - 39,-168 + - 39,-167 + 32,-176: + - 32,-171 + - 33,-172 + - 33,-169 + - 34,-173 + - 35,-172 + - 35,-170 + - 36,-172 + - 36,-171 + - 37,-172 + - 32,-176 + - 32,-175 + - 32,-174 + - 32,-173 + - 32,-172 + - 32,-170 + - 32,-169 + - 33,-176 + - 33,-175 + - 33,-174 + - 33,-173 + - 33,-171 + - 33,-170 + - 34,-176 + - 34,-175 + - 34,-174 + - 34,-172 + - 34,-171 + - 34,-170 + - 34,-169 + - 35,-176 + - 35,-175 + - 35,-174 + - 35,-173 + - 35,-171 + - 35,-169 + - 36,-176 + - 36,-175 + - 36,-174 + - 36,-173 + - 36,-170 + - 36,-169 + - 37,-176 + - 37,-175 + - 37,-174 + - 37,-173 + - 37,-171 + - 37,-170 + - 37,-169 + - 38,-176 + - 38,-175 + - 38,-174 + - 38,-173 + - 38,-172 + - 38,-171 + - 38,-170 + - 38,-169 + - 39,-176 + - 39,-175 + - 39,-174 + - 39,-173 + - 39,-172 + - 39,-171 + - 39,-170 + - 39,-169 + 48,-176: + - 50,-174 + - 52,-176 + - 51,-173 + - 48,-176 + - 48,-175 + - 48,-174 + - 48,-173 + - 48,-172 + - 48,-171 + - 48,-170 + - 48,-169 + - 49,-176 + - 49,-175 + - 49,-174 + - 49,-173 + - 49,-172 + - 49,-171 + - 49,-170 + - 49,-169 + - 50,-176 + - 50,-175 + - 50,-173 + - 50,-172 + - 50,-171 + - 50,-170 + - 50,-169 + - 51,-176 + - 51,-175 + - 51,-174 + - 51,-172 + - 51,-171 + - 51,-170 + - 51,-169 + - 52,-175 + - 52,-174 + - 52,-173 + - 52,-172 + - 52,-171 + - 52,-170 + - 52,-169 + - 53,-176 + - 53,-175 + - 53,-174 + - 53,-173 + - 53,-172 + - 53,-171 + - 53,-170 + - 53,-169 + - 54,-176 + - 54,-175 + - 54,-174 + - 54,-173 + - 54,-172 + - 54,-171 + - 54,-170 + - 54,-169 + - 55,-176 + - 55,-175 + - 55,-174 + - 55,-173 + - 55,-172 + - 55,-171 + - 55,-170 + - 55,-169 + 232,-120: + - 234,-117 + 352,56: + - 359,58 + 328,48: + - 335,51 + -136,-120: + - -136,-118 + - -135,-116 + - -135,-115 + - -134,-119 + - -131,-116 + -136,-128: + - -134,-125 + - -132,-122 + - -131,-121 + - -130,-128 + - -130,-124 + - -129,-128 + - -129,-125 + - -129,-124 + - -135,-125 template: Wastes layers: - !type:BiomeDecalLayer @@ -134130,17 +144314,17 @@ entities: - type: Transform pos: -195.43929,-188.56981 parent: 1 - - uid: 23395 + - uid: 4 components: - type: Transform pos: -189.38602,-117.3621 parent: 1 - - uid: 50020 + - uid: 5 components: - type: Transform pos: 137.49954,2.6604092 parent: 1 - - uid: 65230 + - uid: 6 components: - type: Transform pos: 206.72665,-36.22925 @@ -134148,222 +144332,88 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 - - uid: 65346 + - uid: 7 components: - type: Transform pos: 86.04116,-127.430435 parent: 1 - proto: ActionToggleLight - entities: - - uid: 6423 - components: - - type: Transform - parent: 50035 - - type: InstantAction - container: 50035 - - uid: 64190 - components: - - type: Transform - parent: 64189 - - type: InstantAction - container: 64189 -- proto: AirAlarmAssembly - entities: - - uid: 6 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,209.5 - parent: 1 -- proto: AirCanister - entities: - - uid: 7 - components: - - type: Transform - pos: 188.5,209.5 - parent: 1 - - type: GasCanister - gasMixture: - volume: 1000 - immutable: False - temperature: 293.15 - moles: - - 0.21136475 - - 0.7951355 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 3994 - components: - - type: Transform - pos: 191.5,222.5 - parent: 1 -- proto: AirlockAssemblyMaintenance - entities: - - uid: 8 - components: - - type: Transform - pos: 197.5,203.5 - parent: 1 -- proto: AirlockAssemblyShuttleSyndicate entities: - uid: 9 components: - type: Transform - pos: 189.5,211.5 - parent: 1 -- proto: AirlockAssemblySyndicate - entities: - - uid: 10 - components: - - type: Transform - pos: 189.5,208.5 - parent: 1 -- proto: AirlockGlass - entities: + parent: 8 + - type: InstantAction + container: 8 - uid: 11 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,220.5 - parent: 1 - - type: DeviceLinkSink - links: - - 23845 + parent: 10 + - type: InstantAction + container: 10 - proto: AirlockHatch entities: - - uid: 17 + - uid: 12 components: - type: Transform rot: 3.141592653589793 rad pos: -101.5,-132.5 parent: 1 - - uid: 18 + - uid: 13 components: - type: Transform pos: 159.5,-74.5 parent: 1 - - uid: 19 + - uid: 14 components: - type: Transform pos: 157.5,-74.5 parent: 1 - - uid: 20 + - uid: 15 components: - type: Transform pos: 165.5,-73.5 parent: 1 - - uid: 21 + - uid: 16 components: - type: Transform pos: 165.5,-69.5 parent: 1 - type: Door - secondsUntilStateChange: -479449.72 + secondsUntilStateChange: -515156.12 state: Opening - type: DeviceLinkSource lastSignals: DoorStatus: True - - uid: 22 + - uid: 17 components: - type: Transform pos: 173.5,-72.5 parent: 1 - - uid: 23 + - uid: 18 components: - type: Transform pos: 175.5,-76.5 parent: 1 - - uid: 24 + - uid: 19 components: - type: Transform pos: 179.5,-73.5 parent: 1 - - uid: 25 + - uid: 20 components: - type: Transform pos: 159.5,-78.5 parent: 1 - - uid: 26 + - uid: 21 components: - type: Transform rot: -1.5707963267948966 rad pos: 179.5,-71.5 parent: 1 -- proto: AirlockHatchSyndicate - entities: - - uid: 27 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 199.5,207.5 - parent: 1 - - type: DeviceLinkSink - links: - - 4527 - - 23845 - - uid: 33 - components: - - type: Transform - pos: 201.5,218.5 - parent: 1 - - type: DeviceLinkSink - links: - - 23845 -- proto: AirlockSyndicateNukeopGlassLocked - entities: - - uid: 28 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,212.5 - parent: 1 - - uid: 29 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,219.5 - parent: 1 - - type: DeviceLinkSink - links: - - 23845 - - uid: 30 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,210.5 - parent: 1 - - type: Door - secondsUntilStateChange: -215470.36 - state: Opening - - type: DeviceLinkSink - links: - - 23845 - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 31 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,212.5 - parent: 1 - - uid: 32 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,217.5 - parent: 1 - proto: AltarChaos entities: - - uid: 34 + - uid: 22 components: - type: Transform rot: -1.5707963267948966 rad @@ -134371,159 +144421,135 @@ entities: parent: 1 - proto: AltarConvertWhite entities: - - uid: 10851 + - uid: 23 components: - type: Transform pos: 123.5,30.5 parent: 1 - proto: AltarSpawner entities: - - uid: 35 + - uid: 24 components: - type: Transform rot: -1.5707963267948966 rad pos: -189.5,-160.5 parent: 1 - - uid: 36 + - uid: 25 components: - type: Transform rot: -1.5707963267948966 rad pos: -189.5,-160.5 parent: 1 - - uid: 37 + - uid: 26 components: - type: Transform pos: 154.5,145.5 parent: 1 - proto: AlwaysPoweredWallLight entities: - - uid: 77 - components: - - type: Transform - pos: -100.5,-160.5 - parent: 1 - - uid: 78 + - uid: 27 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,-153.5 + pos: -98.5,-161.5 parent: 1 - - uid: 80 + - uid: 28 components: - type: Transform - pos: -84.5,-171.5 + rot: 3.141592653589793 rad + pos: -100.5,-167.5 parent: 1 - - uid: 82 + - uid: 29 components: - type: Transform - pos: -106.5,-160.5 + rot: 1.5707963267948966 rad + pos: -108.5,-155.5 parent: 1 - - uid: 84 + - uid: 30 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-168.5 + pos: -101.5,-131.5 parent: 1 - - uid: 85 + - uid: 31 components: - type: Transform - pos: -101.5,-130.5 + rot: 1.5707963267948966 rad + pos: -116.5,-157.5 parent: 1 - - uid: 86 + - uid: 32 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,-167.5 + pos: -104.5,-167.5 parent: 1 - - uid: 87 + - uid: 33 components: - type: Transform rot: 1.5707963267948966 rad - pos: -95.5,-164.5 + pos: -92.5,-175.5 parent: 1 - - uid: 41352 + - uid: 34 components: - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,-168.5 + pos: -84.5,-172.5 parent: 1 - - uid: 47889 + - uid: 35 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -93.5,-175.5 + pos: -101.5,-151.5 parent: 1 - - uid: 64341 + - uid: 36 components: - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,-158.5 + rot: -1.5707963267948966 rad + pos: -75.5,-167.5 parent: 1 - - uid: 64362 + - uid: 37 components: - type: Transform rot: -1.5707963267948966 rad - pos: -103.5,-167.5 + pos: -112.5,-153.5 parent: 1 - - uid: 64366 + - uid: 38 components: - type: Transform - pos: -101.5,-150.5 + rot: 3.141592653589793 rad + pos: -75.5,-175.5 parent: 1 - - uid: 64373 + - uid: 39 components: - type: Transform rot: 1.5707963267948966 rad - pos: -117.5,-156.5 + pos: -94.5,-164.5 parent: 1 - - uid: 64376 + - uid: 40 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-157.5 + rot: 3.141592653589793 rad + pos: -85.5,-167.5 parent: 1 - - uid: 64383 + - uid: 41 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-176.5 + rot: -1.5707963267948966 rad + pos: -98.5,-155.5 parent: 1 - proto: AmeJar entities: - - uid: 88 + - uid: 42 components: - type: Transform pos: -35.0018,-113.15454 parent: 1 - proto: APCBasic entities: - - uid: 89 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 189.5,205.5 - parent: 1 - - uid: 90 + - uid: 43 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,221.5 + pos: 311.5,102.5 parent: 1 - proto: APCHighCapacity entities: - - uid: 91 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,212.5 - parent: 1 - - uid: 92 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,220.5 - parent: 1 - - uid: 55539 + - uid: 44 components: - type: Transform rot: 1.5707963267948966 rad @@ -134531,22 +144557,7 @@ entities: parent: 1 - proto: APCHyperCapacity entities: - - uid: 93 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,209.5 - parent: 1 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 94 - components: - - type: Transform - pos: 195.5,210.5 - parent: 1 - - uid: 55508 + - uid: 45 components: - type: Transform rot: 1.5707963267948966 rad @@ -134554,7 +144565,7 @@ entities: parent: 1 - proto: Ashtray entities: - - uid: 95 + - uid: 46 components: - type: Transform rot: 3.141592653589793 rad @@ -134562,13 +144573,13 @@ entities: parent: 1 - type: Storage storedItems: - 96: + 47: position: 0,0 _rotation: South - 97: + 48: position: 1,0 _rotation: South - 98: + 49: position: 2,0 _rotation: South - type: ContainerContainer @@ -134577,257 +144588,212 @@ entities: showEnts: False occludes: True ents: - - 96 - - 97 - - 98 - - uid: 99 + - 47 + - 48 + - 49 + - uid: 50 components: - type: Transform rot: 3.141592653589793 rad pos: 180.6309,148.5262 parent: 1 - - uid: 100 + - uid: 51 components: - type: Transform rot: 3.141592653589793 rad pos: 174.61528,150.60432 parent: 1 - - uid: 101 + - uid: 52 components: - type: Transform pos: 174.77754,31.534857 parent: 1 - - uid: 102 + - uid: 53 components: - type: Transform rot: 1.5707963267948966 rad pos: 164.76114,53.792976 parent: 1 - - uid: 47479 - components: - - type: Transform - pos: -367.69626,101.70163 - parent: 1 - - type: Storage - storedItems: - 47480: - position: 0,0 - _rotation: South - 47481: - position: 1,0 - _rotation: South - 47482: - position: 2,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47480 - - 47481 - - 47482 - - uid: 47608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -391.04562,91.74121 - parent: 1 - - uid: 47877 + - uid: 54 components: - type: Transform rot: 3.141592653589793 rad pos: 22.532925,-58.304447 parent: 1 - - uid: 64055 + - uid: 55 components: - type: Transform pos: -185.90868,30.759094 parent: 1 -- proto: AtmosFixPlasmaMarker - entities: - - uid: 22554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,223.5 - parent: 1 - proto: Barricade entities: - - uid: 105 + - uid: 56 components: - type: Transform rot: -1.5707963267948966 rad pos: 162.5,135.5 parent: 1 - - uid: 106 + - uid: 57 components: - type: Transform rot: -1.5707963267948966 rad pos: 163.5,135.5 parent: 1 - - uid: 108 + - uid: 58 components: - type: Transform pos: 195.5,-85.5 parent: 1 - - uid: 109 + - uid: 59 components: - type: Transform pos: 181.5,-91.5 parent: 1 - - uid: 110 + - uid: 60 components: - type: Transform pos: 182.5,-88.5 parent: 1 - - uid: 111 + - uid: 61 components: - type: Transform pos: 196.5,-84.5 parent: 1 - - uid: 112 + - uid: 62 components: - type: Transform pos: 180.5,-88.5 parent: 1 - - uid: 113 + - uid: 63 components: - type: Transform rot: -1.5707963267948966 rad pos: -83.5,-108.5 parent: 1 - - uid: 114 + - uid: 64 components: - type: Transform rot: -1.5707963267948966 rad pos: -71.5,-101.5 parent: 1 - - uid: 115 + - uid: 65 components: - type: Transform pos: -47.5,-115.5 parent: 1 - - uid: 116 + - uid: 66 components: - type: Transform pos: 167.5,-91.5 parent: 1 - - uid: 117 + - uid: 67 components: - type: Transform rot: -1.5707963267948966 rad pos: 167.5,135.5 parent: 1 - - uid: 118 + - uid: 68 components: - type: Transform rot: -1.5707963267948966 rad pos: 168.5,135.5 parent: 1 - - uid: 119 + - uid: 69 components: - type: Transform pos: 165.5,135.5 parent: 1 - - uid: 120 + - uid: 70 components: - type: Transform rot: -1.5707963267948966 rad pos: 190.5,188.5 parent: 1 - - uid: 121 + - uid: 71 components: - type: Transform rot: -1.5707963267948966 rad pos: 181.5,152.5 parent: 1 - - uid: 122 + - uid: 72 components: - type: Transform pos: 166.5,29.5 parent: 1 - - uid: 123 + - uid: 73 components: - type: Transform rot: 1.5707963267948966 rad pos: -169.5,-72.5 parent: 1 - - uid: 124 + - uid: 74 components: - type: Transform pos: 190.5,20.5 parent: 1 - - uid: 125 + - uid: 75 components: - type: Transform pos: 171.5,58.5 parent: 1 - - uid: 126 + - uid: 76 components: - type: Transform rot: 3.141592653589793 rad pos: 191.5,52.5 parent: 1 - - uid: 127 + - uid: 77 components: - type: Transform pos: 177.5,172.5 parent: 1 - - uid: 128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,202.5 - parent: 1 - - uid: 129 + - uid: 78 components: - type: Transform rot: -1.5707963267948966 rad pos: -293.5,-40.5 parent: 1 - - uid: 130 + - uid: 79 components: - type: Transform rot: -1.5707963267948966 rad pos: -293.5,-39.5 parent: 1 - - uid: 131 + - uid: 80 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,-70.5 parent: 1 - - uid: 132 + - uid: 81 components: - type: Transform rot: 1.5707963267948966 rad pos: -310.5,-39.5 parent: 1 - - uid: 133 + - uid: 82 components: - type: Transform rot: -1.5707963267948966 rad pos: -169.5,-30.5 parent: 1 - - uid: 134 + - uid: 83 components: - type: Transform pos: -183.5,-26.5 parent: 1 - - uid: 135 + - uid: 84 components: - type: Transform pos: -184.5,-28.5 parent: 1 - - uid: 136 + - uid: 85 components: - type: Transform rot: 1.5707963267948966 rad pos: -189.5,-27.5 parent: 1 - - uid: 137 + - uid: 86 components: - type: Transform rot: -1.5707963267948966 rad @@ -134835,625 +144801,619 @@ entities: parent: 1 - proto: BarricadeBlock entities: - - uid: 138 + - uid: 87 components: - type: Transform rot: -1.5707963267948966 rad pos: 167.5,135.5 parent: 1 - - uid: 141 + - uid: 88 components: - type: Transform pos: -80.5,-122.5 parent: 1 - - uid: 142 + - uid: 89 components: - type: Transform rot: -1.5707963267948966 rad pos: -103.5,-149.5 parent: 1 - - uid: 143 + - uid: 90 components: - type: Transform rot: -1.5707963267948966 rad pos: -102.5,-149.5 parent: 1 - - uid: 144 + - uid: 91 components: - type: Transform rot: -1.5707963267948966 rad pos: -104.5,-149.5 parent: 1 - - uid: 145 + - uid: 92 components: - type: Transform pos: 37.5,-11.5 parent: 1 - - uid: 146 + - uid: 93 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-134.5 parent: 1 - - uid: 147 + - uid: 94 components: - type: Transform pos: 25.5,-10.5 parent: 1 - - uid: 148 + - uid: 95 components: - type: Transform pos: 28.5,-11.5 parent: 1 - - uid: 149 + - uid: 96 components: - type: Transform pos: 32.5,-11.5 parent: 1 - - uid: 150 + - uid: 97 components: - type: Transform pos: 33.5,-11.5 parent: 1 - - uid: 151 + - uid: 98 components: - type: Transform pos: 42.5,-10.5 parent: 1 - - uid: 152 + - uid: 99 components: - type: Transform pos: 23.5,-10.5 parent: 1 - - uid: 153 + - uid: 100 components: - type: Transform pos: 21.5,-10.5 parent: 1 - - uid: 154 + - uid: 101 components: - type: Transform pos: 44.5,-10.5 parent: 1 - - uid: 155 + - uid: 102 components: - type: Transform pos: 40.5,-10.5 parent: 1 - - uid: 156 + - uid: 103 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-123.5 parent: 1 - - uid: 157 + - uid: 104 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-125.5 parent: 1 - - uid: 158 + - uid: 105 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-123.5 parent: 1 - - uid: 159 + - uid: 106 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-128.5 parent: 1 - - uid: 160 + - uid: 107 components: - type: Transform pos: -44.5,-132.5 parent: 1 - - uid: 161 + - uid: 108 components: - type: Transform pos: -54.5,-133.5 parent: 1 - - uid: 162 + - uid: 109 components: - type: Transform rot: 1.5707963267948966 rad pos: -81.5,-99.5 parent: 1 - - uid: 163 + - uid: 110 components: - type: Transform rot: 1.5707963267948966 rad pos: -79.5,-99.5 parent: 1 - - uid: 164 + - uid: 111 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-99.5 parent: 1 - - uid: 165 + - uid: 112 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-99.5 parent: 1 - - uid: 166 + - uid: 113 components: - type: Transform rot: -1.5707963267948966 rad pos: -71.5,-101.5 parent: 1 - - uid: 167 + - uid: 114 components: - type: Transform pos: -47.5,-115.5 parent: 1 - - uid: 168 + - uid: 115 components: - type: Transform pos: 167.5,-91.5 parent: 1 - - uid: 169 + - uid: 116 components: - type: Transform rot: -1.5707963267948966 rad pos: 168.5,135.5 parent: 1 - - uid: 170 + - uid: 117 components: - type: Transform pos: 165.5,135.5 parent: 1 - - uid: 171 + - uid: 118 components: - type: Transform rot: -1.5707963267948966 rad pos: 163.5,135.5 parent: 1 - - uid: 172 + - uid: 119 components: - type: Transform rot: -1.5707963267948966 rad pos: 162.5,135.5 parent: 1 - - uid: 173 + - uid: 120 components: - type: Transform rot: 1.5707963267948966 rad pos: 155.5,104.5 parent: 1 - - uid: 174 + - uid: 121 components: - type: Transform rot: 1.5707963267948966 rad pos: 158.5,107.5 parent: 1 - - uid: 175 + - uid: 122 components: - type: Transform rot: -1.5707963267948966 rad pos: 190.5,188.5 parent: 1 - - uid: 177 + - uid: 123 components: - type: Transform rot: -1.5707963267948966 rad pos: 181.5,148.5 parent: 1 - - uid: 178 + - uid: 124 components: - type: Transform rot: -1.5707963267948966 rad pos: 169.5,148.5 parent: 1 - - uid: 179 + - uid: 125 components: - type: Transform rot: 1.5707963267948966 rad pos: -169.5,-72.5 parent: 1 - - uid: 180 + - uid: 126 components: - type: Transform pos: 166.5,29.5 parent: 1 - - uid: 181 + - uid: 127 components: - type: Transform pos: 161.5,24.5 parent: 1 - - uid: 182 + - uid: 128 components: - type: Transform rot: -1.5707963267948966 rad pos: 174.5,32.5 parent: 1 - - uid: 183 + - uid: 129 components: - type: Transform rot: -1.5707963267948966 rad pos: 173.5,32.5 parent: 1 - - uid: 184 + - uid: 130 components: - type: Transform rot: -1.5707963267948966 rad pos: 175.5,32.5 parent: 1 - - uid: 185 + - uid: 131 components: - type: Transform pos: 173.5,20.5 parent: 1 - - uid: 186 + - uid: 132 components: - type: Transform pos: 170.5,23.5 parent: 1 - - uid: 187 + - uid: 133 components: - type: Transform pos: 190.5,20.5 parent: 1 - - uid: 188 + - uid: 134 components: - type: Transform pos: 191.5,14.5 parent: 1 - - uid: 189 + - uid: 135 components: - type: Transform pos: 171.5,58.5 parent: 1 - - uid: 190 + - uid: 136 components: - type: Transform rot: 3.141592653589793 rad pos: 191.5,52.5 parent: 1 - - uid: 191 + - uid: 137 components: - type: Transform pos: 195.5,168.5 parent: 1 - - uid: 192 + - uid: 138 components: - type: Transform pos: 179.5,176.5 parent: 1 - - uid: 193 + - uid: 139 components: - type: Transform pos: 189.5,170.5 parent: 1 - - uid: 194 + - uid: 140 components: - type: Transform pos: 177.5,172.5 parent: 1 - - uid: 195 + - uid: 141 components: - type: Transform pos: 177.5,170.5 parent: 1 - - uid: 196 + - uid: 142 components: - type: Transform pos: 180.5,168.5 parent: 1 - - uid: 197 + - uid: 143 components: - type: Transform pos: 189.5,176.5 parent: 1 - - uid: 198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,202.5 - parent: 1 - - uid: 199 + - uid: 144 components: - type: Transform pos: 13.5,-63.5 parent: 1 - - uid: 200 + - uid: 145 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-63.5 parent: 1 - - uid: 201 + - uid: 146 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,-70.5 parent: 1 - - uid: 202 + - uid: 147 components: - type: Transform rot: -1.5707963267948966 rad pos: -293.5,-40.5 parent: 1 - - uid: 203 + - uid: 148 components: - type: Transform rot: 1.5707963267948966 rad pos: -310.5,-39.5 parent: 1 - - uid: 204 + - uid: 149 components: - type: Transform pos: -77.5,-21.5 parent: 1 - - uid: 205 + - uid: 150 components: - type: Transform rot: -1.5707963267948966 rad pos: -169.5,-30.5 parent: 1 - - uid: 206 + - uid: 151 components: - type: Transform pos: -153.5,-21.5 parent: 1 - - uid: 207 + - uid: 152 components: - type: Transform pos: -153.5,-21.5 parent: 1 - - uid: 208 + - uid: 153 components: - type: Transform pos: -184.5,-28.5 parent: 1 - - uid: 209 + - uid: 154 components: - type: Transform pos: -183.5,-26.5 parent: 1 - - uid: 210 + - uid: 155 components: - type: Transform rot: 1.5707963267948966 rad pos: -165.5,-25.5 parent: 1 - - uid: 211 + - uid: 156 components: - type: Transform rot: 1.5707963267948966 rad pos: -165.5,-24.5 parent: 1 - - uid: 212 + - uid: 157 components: - type: Transform rot: 1.5707963267948966 rad pos: -189.5,-27.5 parent: 1 - - uid: 213 + - uid: 158 components: - type: Transform rot: -1.5707963267948966 rad pos: -165.5,-18.5 parent: 1 - - uid: 214 + - uid: 159 components: - type: Transform rot: -1.5707963267948966 rad pos: -163.5,-15.5 parent: 1 - - uid: 304 + - uid: 160 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-108.5 parent: 1 - - uid: 55756 + - uid: 161 components: - type: Transform pos: -155.5,-123.5 parent: 1 - - uid: 65117 + - uid: 162 components: - type: Transform pos: 77.5,-109.5 parent: 1 - - uid: 65243 + - uid: 163 components: - type: Transform pos: 78.5,-109.5 parent: 1 - - uid: 65244 + - uid: 164 components: - type: Transform pos: 82.5,-109.5 parent: 1 - - uid: 65245 + - uid: 165 components: - type: Transform rot: -1.5707963267948966 rad pos: 86.5,-103.5 parent: 1 - - uid: 65246 + - uid: 166 components: - type: Transform rot: -1.5707963267948966 rad pos: 79.5,-100.5 parent: 1 - - uid: 65247 + - uid: 167 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-100.5 parent: 1 - - uid: 65279 + - uid: 168 components: - type: Transform rot: 3.141592653589793 rad pos: 88.5,-130.5 parent: 1 - - uid: 65296 + - uid: 169 components: - type: Transform rot: -1.5707963267948966 rad pos: 83.5,-125.5 parent: 1 - - uid: 65365 + - uid: 170 components: - type: Transform rot: -1.5707963267948966 rad pos: 76.5,-133.5 parent: 1 - - uid: 65386 + - uid: 171 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-133.5 parent: 1 - - uid: 65624 + - uid: 172 components: - type: Transform pos: 104.5,-118.5 parent: 1 - - uid: 65625 + - uid: 173 components: - type: Transform pos: 102.5,-118.5 parent: 1 - - uid: 65626 + - uid: 174 components: - type: Transform pos: 101.5,-118.5 parent: 1 - - uid: 65632 + - uid: 175 components: - type: Transform pos: 105.5,-105.5 parent: 1 - - uid: 65665 + - uid: 176 components: - type: Transform pos: 105.5,-104.5 parent: 1 - proto: BarricadeDirectional entities: - - uid: 215 + - uid: 177 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-102.5 parent: 1 - - uid: 216 + - uid: 178 components: - type: Transform pos: 165.5,136.5 parent: 1 - - uid: 217 + - uid: 179 components: - type: Transform rot: 3.141592653589793 rad pos: 165.5,134.5 parent: 1 - - uid: 218 + - uid: 180 components: - type: Transform rot: -1.5707963267948966 rad pos: 156.5,104.5 parent: 1 - - uid: 219 + - uid: 181 components: - type: Transform pos: 161.5,25.5 parent: 1 - - uid: 220 + - uid: 182 components: - type: Transform rot: -1.5707963267948966 rad pos: 161.5,26.5 parent: 1 - - uid: 221 + - uid: 183 components: - type: Transform rot: 3.141592653589793 rad pos: 173.5,31.5 parent: 1 - - uid: 222 + - uid: 184 components: - type: Transform pos: 172.5,59.5 parent: 1 - - uid: 223 + - uid: 185 components: - type: Transform rot: -1.5707963267948966 rad pos: 191.5,51.5 parent: 1 - - uid: 224 + - uid: 186 components: - type: Transform rot: 1.5707963267948966 rad pos: 190.5,51.5 parent: 1 - - uid: 225 + - uid: 187 components: - type: Transform pos: 179.5,177.5 parent: 1 - - uid: 226 + - uid: 188 components: - type: Transform pos: 189.5,177.5 parent: 1 - - uid: 227 + - uid: 189 components: - type: Transform rot: 1.5707963267948966 rad pos: 194.5,168.5 parent: 1 - - uid: 228 + - uid: 190 components: - type: Transform rot: -1.5707963267948966 rad pos: -278.5,-70.5 parent: 1 - - uid: 229 + - uid: 191 components: - type: Transform rot: 1.5707963267948966 rad pos: -294.5,-40.5 parent: 1 - - uid: 230 + - uid: 192 components: - type: Transform rot: -1.5707963267948966 rad pos: -168.5,-30.5 parent: 1 - - uid: 231 + - uid: 193 components: - type: Transform rot: 1.5707963267948966 rad pos: -184.5,-27.5 parent: 1 - - uid: 232 + - uid: 194 components: - type: Transform rot: -1.5707963267948966 rad pos: -183.5,-27.5 parent: 1 - - uid: 330 + - uid: 195 components: - type: Transform rot: 3.141592653589793 rad pos: -175.5,24.5 parent: 1 - - uid: 7423 + - uid: 196 components: - type: Transform rot: 3.141592653589793 rad pos: -176.5,24.5 parent: 1 - - uid: 42902 + - uid: 197 components: - type: Transform rot: 3.141592653589793 rad @@ -135461,12 +145421,12 @@ entities: parent: 1 - proto: BaseBallBat entities: - - uid: 240 + - uid: 198 components: - type: Transform pos: -79.5,-121.5 parent: 1 - - uid: 241 + - uid: 199 components: - type: Transform rot: -1.5707963267948966 rad @@ -135474,118 +145434,51 @@ entities: parent: 1 - proto: BaseChemistryEmptyVial entities: - - uid: 242 + - uid: 200 components: - type: Transform pos: 216.70326,186.70898 parent: 1 - - uid: 243 + - uid: 201 components: - type: Transform pos: -34.7146,-115.31573 parent: 1 - - uid: 244 + - uid: 202 components: - type: Transform pos: -34.5271,-115.31573 parent: 1 - - uid: 245 + - uid: 203 components: - type: Transform pos: 216.50014,186.74023 parent: 1 - - uid: 246 + - uid: 204 components: - type: Transform pos: 216.32826,186.77148 parent: 1 - - uid: 247 - components: - - type: Transform - pos: 185.15353,219.01422 - parent: 1 - - type: Physics - bodyStatus: InAir - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.25 - - 0.25,-0.25 - - 0.25,0.25 - - -0.25,0.25 - mask: - - Impassable - - HighImpassable - layer: [] - density: 20 - hard: True - restitution: 0.3 - friction: 0.2 - throw-fixture: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.25 - - 0.25,-0.25 - - 0.25,0.25 - - -0.25,0.25 - mask: - - Impassable - - HighImpassable - - BulletImpassable - layer: [] - density: 1 - hard: False - restitution: 0 - friction: 0.4 - - uid: 248 - components: - - type: Transform - pos: 187.65991,218.95172 - parent: 1 - - uid: 55228 + - uid: 205 components: - type: Transform pos: 89.14211,19.840755 parent: 1 -- proto: BaseComputer - entities: - - uid: 249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 213.5,207.5 - parent: 1 - - uid: 250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,211.5 - parent: 1 - - uid: 252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,213.5 - parent: 1 - proto: Beaker entities: - - uid: 56211 + - uid: 207 components: - type: Transform - parent: 56105 + parent: 206 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 56261 + - uid: 208 components: - type: Transform - parent: 56105 + parent: 206 - type: Physics angularDamping: 0 linearDamping: 0 @@ -135593,80 +145486,82 @@ entities: - type: InsideEntityStorage - proto: BedsheetBlue entities: - - uid: 65661 + - uid: 237 components: - type: Transform pos: 104.5,-103.5 parent: 1 - proto: BedsheetBrown entities: - - uid: 253 + - uid: 238 components: - type: Transform rot: 3.141592653589793 rad pos: 158.5,189.5 parent: 1 - - uid: 254 + - uid: 239 components: - type: Transform pos: -41.5,-125.5 parent: 1 - proto: BedsheetIan entities: - - uid: 255 + - uid: 240 components: - type: Transform pos: 129.5,2.5 parent: 1 - proto: BedsheetQM entities: - - uid: 256 + - uid: 241 components: - type: Transform pos: 129.5,-5.5 parent: 1 - proto: BedsheetRainbow entities: - - uid: 257 + - uid: 242 components: - type: Transform pos: 129.5,-1.5 parent: 1 - proto: BedsheetUSA entities: - - uid: 258 + - uid: 243 components: - type: Transform pos: -55.182205,-111.45475 parent: 1 -- proto: BenchBlueComfy - entities: - - uid: 11415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,55.5 - parent: 1 - proto: BenchParkLeft entities: - - uid: 4570 + - uid: 244 components: - type: Transform rot: 3.141592653589793 rad pos: 166.5,190.5 parent: 1 - - uid: 50073 + - uid: 245 + components: + - type: Transform + pos: 113.5,20.5 + parent: 1 + - uid: 246 components: - type: Transform pos: 118.5,16.5 parent: 1 - - uid: 64219 + - uid: 247 + components: + - type: Transform + pos: 105.5,20.5 + parent: 1 + - uid: 248 components: - type: Transform rot: 1.5707963267948966 rad pos: -170.5,-52.5 parent: 1 - - uid: 64233 + - uid: 249 components: - type: Transform rot: 3.141592653589793 rad @@ -135674,18 +145569,18 @@ entities: parent: 1 - proto: BenchParkMiddle entities: - - uid: 50074 + - uid: 250 components: - type: Transform pos: 117.5,16.5 parent: 1 - - uid: 64221 + - uid: 251 components: - type: Transform rot: 1.5707963267948966 rad pos: -170.5,-53.5 parent: 1 - - uid: 64235 + - uid: 252 components: - type: Transform rot: 3.141592653589793 rad @@ -135693,24 +145588,34 @@ entities: parent: 1 - proto: BenchParkRight entities: - - uid: 4572 + - uid: 253 components: - type: Transform rot: 3.141592653589793 rad pos: 167.5,190.5 parent: 1 - - uid: 50075 + - uid: 254 + components: + - type: Transform + pos: 112.5,20.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 104.5,20.5 + parent: 1 + - uid: 256 components: - type: Transform pos: 116.5,16.5 parent: 1 - - uid: 64086 + - uid: 257 components: - type: Transform rot: 1.5707963267948966 rad pos: -170.5,-54.5 parent: 1 - - uid: 64228 + - uid: 258 components: - type: Transform rot: 3.141592653589793 rad @@ -135718,208 +145623,182 @@ entities: parent: 1 - proto: BenchSofaLeft entities: - - uid: 63456 + - uid: 259 components: - type: Transform pos: 164.5,-178.5 parent: 1 - proto: BenchSofaRight entities: - - uid: 63454 + - uid: 260 components: - type: Transform pos: 163.5,-178.5 parent: 1 - proto: BenchSteelLeft entities: - - uid: 61767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,54.5 - parent: 1 - - uid: 61805 + - uid: 261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,56.5 + pos: 92.5,2.5 parent: 1 - - uid: 64080 + - uid: 262 components: - type: Transform rot: 1.5707963267948966 rad pos: -180.5,-77.5 parent: 1 - - uid: 64129 + - uid: 263 components: - type: Transform pos: -164.5,-1.5 parent: 1 - - uid: 64134 + - uid: 264 components: - type: Transform pos: 86.5,-19.5 parent: 1 - - uid: 64136 + - uid: 265 components: - type: Transform pos: 9.5,-80.5 parent: 1 -- proto: BenchSteelMiddle - entities: - - uid: 61574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,56.5 - parent: 1 - - uid: 61774 + - uid: 266 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,54.5 + rot: 1.5707963267948966 rad + pos: 267.5,131.5 parent: 1 - - uid: 61775 + - uid: 267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,54.5 + rot: -1.5707963267948966 rad + pos: 271.5,133.5 parent: 1 - - uid: 61799 +- proto: BenchSteelMiddle + entities: + - uid: 268 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,56.5 + rot: -1.5707963267948966 rad + pos: 271.5,132.5 parent: 1 - - uid: 61813 + - uid: 269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,56.5 + rot: 1.5707963267948966 rad + pos: 267.5,132.5 parent: 1 - - uid: 61818 +- proto: BenchSteelRight + entities: + - uid: 270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,54.5 + pos: 93.5,2.5 parent: 1 -- proto: BenchSteelRight - entities: - - uid: 9996 + - uid: 271 components: - type: Transform pos: 87.5,-19.5 parent: 1 - - uid: 24669 + - uid: 272 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,54.5 + rot: 1.5707963267948966 rad + pos: -180.5,-76.5 parent: 1 - - uid: 61815 + - uid: 273 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,56.5 + pos: 10.5,-80.5 parent: 1 - - uid: 64130 + - uid: 274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,-76.5 + pos: -163.5,-1.5 parent: 1 - - uid: 64137 + - uid: 275 components: - type: Transform - pos: 10.5,-80.5 + rot: -1.5707963267948966 rad + pos: 271.5,131.5 parent: 1 - - uid: 64149 + - uid: 276 components: - type: Transform - pos: -163.5,-1.5 + rot: 1.5707963267948966 rad + pos: 267.5,133.5 parent: 1 - proto: BlastDoor entities: - - uid: 260 + - uid: 277 components: - type: Transform pos: 183.5,-180.5 parent: 1 - - uid: 261 + - uid: 278 components: - type: Transform pos: 183.5,-182.5 parent: 1 - - uid: 262 + - uid: 279 components: - type: Transform pos: 185.5,-180.5 parent: 1 - - uid: 263 + - uid: 280 components: - type: Transform pos: 185.5,-182.5 parent: 1 - - uid: 50105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,221.5 - parent: 1 - - type: DeviceLinkSink - links: - - 56217 - - uid: 55696 + - uid: 281 components: - type: Transform pos: -33.5,68.5 parent: 1 - type: DeviceLinkSink links: - - 55698 - - uid: 56198 - components: - - type: Transform - pos: 201.5,218.5 - parent: 1 - - type: DeviceLinkSink - links: - - 56217 - - uid: 62942 + - 44181 + - uid: 282 components: - type: Transform pos: -168.5,32.5 parent: 1 - type: DeviceLinkSink links: - - 42901 - - uid: 62977 + - 44180 + - uid: 283 components: - type: Transform pos: -168.5,31.5 parent: 1 - type: DeviceLinkSink links: - - 42901 - - uid: 62985 + - 44180 + - uid: 284 components: - type: Transform pos: -169.5,31.5 parent: 1 - type: DeviceLinkSink links: - - 42901 + - 44180 + - uid: 285 + components: + - type: Transform + pos: -27.5,-191.5 + parent: 1 - proto: BlastDoorExterior1 entities: - - uid: 61568 + - uid: 286 components: - type: Transform pos: -171.5,26.5 parent: 1 - type: DeviceLinkSink links: - - 65073 - - uid: 61578 + - 9850 + - uid: 287 components: - type: Transform pos: -171.5,27.5 @@ -135927,18 +145806,18 @@ entities: - type: DeviceLinkSink invokeCounter: 2 links: - - 65073 - - uid: 61585 + - 9850 + - uid: 288 components: - type: Transform pos: -171.5,25.5 parent: 1 - type: DeviceLinkSink links: - - 65073 + - 9850 - proto: BlastDoorExterior3 entities: - - uid: 55509 + - uid: 289 components: - type: Transform rot: 1.5707963267948966 rad @@ -135946,8 +145825,8 @@ entities: parent: 1 - type: DeviceLinkSink links: - - 55515 - - uid: 55516 + - 44185 + - uid: 290 components: - type: Transform rot: 1.5707963267948966 rad @@ -135955,8 +145834,8 @@ entities: parent: 1 - type: DeviceLinkSink links: - - 55515 - - uid: 55527 + - 44185 + - uid: 291 components: - type: Transform rot: 1.5707963267948966 rad @@ -135964,23 +145843,10 @@ entities: parent: 1 - type: DeviceLinkSink links: - - 55515 + - 44185 - proto: BlastDoorOpen entities: - - uid: 56116 - components: - - type: Transform - pos: 197.5,203.5 - parent: 1 - - type: DeviceLinkSink - links: - - 23845 - - uid: 56180 - components: - - type: Transform - pos: 199.5,207.5 - parent: 1 - - uid: 65232 + - uid: 292 components: - type: Transform rot: -1.5707963267948966 rad @@ -135988,8 +145854,8 @@ entities: parent: 1 - type: DeviceLinkSink links: - - 65220 - - uid: 65255 + - 44182 + - uid: 293 components: - type: Transform rot: 3.141592653589793 rad @@ -135997,43 +145863,55 @@ entities: parent: 1 - type: DeviceLinkSink links: - - 65220 + - 44182 - proto: Bloodpack entities: - - uid: 264 + - uid: 294 components: - type: Transform pos: -60.775417,22.656195 parent: 1 - - uid: 265 + - uid: 295 components: - type: Transform pos: -60.890003,22.770859 parent: 1 - - uid: 62527 - components: - - type: Transform - pos: -144.4426,53.47076 - parent: 1 - - uid: 62530 + - uid: 296 components: - type: Transform - pos: -144.44199,53.65839 + pos: -144.35393,63.955257 parent: 1 -- proto: Bloodpack10Lingering - entities: - - uid: 267 + - uid: 298 components: - type: Transform - pos: 188.01753,219.18655 - parent: 1 -- proto: BodyBag - entities: - - uid: 50010 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 299 components: - type: Transform - pos: 54.48347,44.569077 - parent: 1 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 300 + components: + - type: Transform + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: BodyBag + entities: + - uid: 313 + components: + - type: Transform + pos: 54.48347,44.569077 + parent: 1 - type: EntityStorage air: volume: 200 @@ -136053,9 +145931,31 @@ entities: - 0 - 0 open: True +- proto: BodyBagFolded + entities: + - uid: 314 + components: + - type: Transform + pos: -162.40593,-107.4802 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: -162.40593,-107.4802 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: -144.82878,61.539978 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: -144.82878,61.539978 + parent: 1 - proto: BookHowToSurvive entities: - - uid: 269 + - uid: 318 components: - type: Transform rot: 1.5707963267948966 rad @@ -136063,29 +145963,29 @@ entities: parent: 1 - proto: BookshelfFilled entities: - - uid: 272 + - uid: 319 components: - type: Transform pos: 194.5,31.5 parent: 1 - - uid: 50036 + - uid: 320 components: - type: Transform pos: 114.5,7.5 parent: 1 - - uid: 50037 + - uid: 321 components: - type: Transform pos: 114.5,8.5 parent: 1 - - uid: 50039 + - uid: 322 components: - type: Transform pos: 114.5,6.5 parent: 1 - proto: BookTemple entities: - - uid: 273 + - uid: 323 components: - type: Transform rot: 1.5707963267948966 rad @@ -136093,7 +145993,7 @@ entities: parent: 1 - proto: BoozeDispenser entities: - - uid: 274 + - uid: 324 components: - type: Transform rot: 3.141592653589793 rad @@ -136101,93 +146001,64 @@ entities: parent: 1 - proto: BoozeDispenserEmpty entities: - - uid: 275 + - uid: 325 components: - type: Transform rot: 3.141592653589793 rad pos: -185.5,-173.5 parent: 1 - - uid: 65620 + - uid: 326 components: - type: Transform rot: 3.141592653589793 rad pos: 101.5,-117.5 parent: 1 -- proto: BorgCharger - entities: - - uid: 276 - components: - - type: Transform - pos: 188.5,207.5 - parent: 1 - proto: BoxBeaker entities: - - uid: 62528 + - uid: 327 components: - type: Transform - pos: -153.53865,53.5929 + pos: -147.64726,53.19603 parent: 1 - proto: BoxCandle entities: - - uid: 9670 + - uid: 329 components: - type: Transform - parent: 7321 + parent: 328 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BoxCartridgeBB entities: - - uid: 55279 + - uid: 334 components: - type: Transform pos: -187.636,-135.26393 parent: 1 -- proto: BoxFolderBase - entities: - - uid: 47505 - components: - - type: Transform - parent: 47504 - - type: Physics - canCollide: False - - uid: 47506 - components: - - type: Transform - parent: 47504 - - type: Physics - canCollide: False - proto: BoxFolderBlack entities: - - uid: 45299 - components: - - type: Transform - parent: 45295 - - type: Physics - canCollide: False - - uid: 47594 + - uid: 335 components: - type: Transform - parent: 47592 - - type: Physics - canCollide: False + pos: -195.65038,-98.25508 + parent: 1 - proto: BoxFolderBlue entities: - - uid: 47454 + - uid: 336 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47507 + pos: -195.35037,-98.42383 + parent: 1 + - uid: 337 components: - type: Transform - parent: 47504 - - type: Physics - canCollide: False + rot: 3.141592653589793 rad + pos: -168.31642,-113.36056 + parent: 1 - proto: BoxFolderClipboard entities: - - uid: 277 + - uid: 338 components: - type: Transform pos: 150.5238,168.63899 @@ -136198,25 +146069,25 @@ entities: showEnts: False occludes: True ents: - - 278 - - 279 - - 280 + - 339 + - 340 + - 341 pen_slot: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Storage storedItems: - 278: + 339: position: 0,0 _rotation: South - 279: + 340: position: 1,0 _rotation: South - 280: + 341: position: 2,0 _rotation: South - - uid: 281 + - uid: 342 components: - type: Transform pos: 175.736,162.64903 @@ -136227,362719 +146098,379850 @@ entities: showEnts: False occludes: True ents: - - 282 - - 283 + - 343 + - 344 pen_slot: !type:ContainerSlot showEnts: False occludes: True ent: null - type: Storage storedItems: - 282: + 343: position: 0,0 _rotation: South - 283: + 344: position: 1,0 _rotation: South - - uid: 284 + - uid: 345 components: - type: Transform rot: 1.5707963267948966 rad pos: 185.52586,30.276024 parent: 1 - - uid: 285 + - uid: 346 components: - type: Transform rot: 1.5707963267948966 rad pos: 165.5513,54.12705 parent: 1 - - uid: 45296 - components: - - type: Transform - parent: 45295 - - type: Physics - canCollide: False - - uid: 45297 - components: - - type: Transform - parent: 45295 - - type: Physics - canCollide: False - - uid: 45298 - components: - - type: Transform - parent: 45295 - - type: Physics - canCollide: False - - uid: 46085 - components: - - type: Transform - pos: -405.03107,67.71504 - parent: 1 - - uid: 47469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -367.49463,102.689026 - parent: 1 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47470 - - 47471 - - 47472 - - 47473 - pen_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - type: Storage - storedItems: - 47470: - position: 0,0 - _rotation: South - 47471: - position: 1,0 - _rotation: South - 47472: - position: 2,0 - _rotation: South - 47473: - position: 3,0 - _rotation: South - - uid: 47614 - components: - - type: Transform - pos: -386.43793,93.93203 - parent: 1 - - uid: 50057 + - uid: 347 components: - type: Transform pos: 112.42418,12.735313 parent: 1 -- proto: BoxFolderGrey - entities: - - uid: 47593 - components: - - type: Transform - parent: 47592 - - type: Physics - canCollide: False - - uid: 47597 - components: - - type: Transform - parent: 47596 - - type: Physics - canCollide: False -- proto: BoxFolderRed +- proto: BoxFolderGreen entities: - - uid: 47599 + - uid: 348 components: - type: Transform - parent: 47598 - - type: Physics - canCollide: False - - uid: 47600 + pos: -194.99413,-98.180084 + parent: 1 + - uid: 349 components: - type: Transform - parent: 47598 - - type: Physics - canCollide: False + rot: 3.141592653589793 rad + pos: -168.63518,-113.45431 + parent: 1 - proto: BoxFolderYellow entities: - - uid: 287 + - uid: 350 components: - type: Transform pos: -35.13354,-114.22834 parent: 1 - - uid: 47602 - components: - - type: Transform - parent: 47601 - - type: Physics - canCollide: False - - uid: 47603 - components: - - type: Transform - parent: 47601 - - type: Physics - canCollide: False - - uid: 50056 + - uid: 351 components: - type: Transform pos: 113.08598,12.66956 parent: 1 - proto: BoxHandcuff entities: - - uid: 288 + - uid: 352 components: - type: Transform pos: -32.48954,-33.796444 parent: 1 -- proto: BoxLatexGloves +- proto: BoxMagazinePistolHighCapacityRubber entities: - - uid: 61951 + - uid: 353 components: - type: Transform - pos: -148.67706,55.721153 + pos: -32.48954,-33.202694 parent: 1 -- proto: BoxMagazinePistolHighCapacityRubber +- proto: BoxNitrileGloves entities: - - uid: 289 + - uid: 354 components: - type: Transform - pos: -32.48954,-33.202694 + pos: -148.62755,64.683014 parent: 1 - proto: BoxSterileMask entities: - - uid: 61952 + - uid: 355 components: - type: Transform - pos: -148.36456,55.68988 + pos: -148.62755,64.47989 parent: 1 - proto: BoxZiptie entities: - - uid: 23787 + - uid: 356 components: - type: Transform - pos: -184.18213,-105.03483 + pos: -187.79654,-105.33128 parent: 1 - - uid: 23803 + - uid: 357 components: - type: Transform - pos: -184.55713,-105.3317 + pos: -187.34341,-105.20628 parent: 1 - proto: BriefcaseBrownFilled entities: - - uid: 309 + - uid: 358 components: - type: Transform pos: 189.47989,26.666649 parent: 1 + - uid: 359 + components: + - type: Transform + pos: -30.23424,-192.93652 + parent: 1 - proto: BrokenBottle entities: - - uid: 310 + - uid: 360 components: - type: Transform rot: 1.5707963267948966 rad pos: -87.408066,-106.35413 parent: 1 - - uid: 311 + - uid: 361 components: - type: Transform pos: -85.20494,-108.69913 parent: 1 - - uid: 313 + - uid: 362 components: - type: Transform rot: -1.5707963267948966 rad pos: 185.32712,20.039785 parent: 1 - - uid: 314 + - uid: 363 components: - type: Transform rot: 3.141592653589793 rad pos: 179.67087,18.154018 parent: 1 - - uid: 315 + - uid: 364 components: - type: Transform rot: -1.5707963267948966 rad pos: -162.4014,-22.515049 parent: 1 - - uid: 316 + - uid: 365 components: - type: Transform rot: 1.5707963267948966 rad pos: -161.36058,-17.391773 parent: 1 - - uid: 49986 + - uid: 366 components: - type: Transform rot: 3.141592653589793 rad pos: 55.59921,59.830067 parent: 1 - - uid: 50004 + - uid: 367 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.222973,45.286503 parent: 1 - - uid: 56024 + - uid: 368 components: - type: Transform rot: 3.141592653589793 rad pos: 140.74626,-1.4391176 parent: 1 - - uid: 56112 + - uid: 369 components: - type: Transform rot: -1.5707963267948966 rad pos: 130.49399,-11.733522 parent: 1 - - uid: 56244 + - uid: 370 components: - type: Transform rot: 3.141592653589793 rad pos: 132.05629,-2.9890578 parent: 1 +- proto: Brutepack + entities: + - uid: 371 + components: + - type: Transform + pos: 140.63057,11.27329 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: 140.76181,11.08579 + parent: 1 - proto: Bucket entities: - - uid: 322 + - uid: 373 components: - type: Transform pos: 173.68817,31.384312 parent: 1 - - uid: 7258 + - uid: 374 components: - type: Transform pos: 185.28383,186.56157 parent: 1 - - uid: 8905 + - uid: 375 components: - type: Transform pos: 202.32123,-32.91791 parent: 1 - - uid: 10203 - components: - - type: Transform - pos: -195.5,-98.5 - parent: 1 - - uid: 10814 + - uid: 376 components: - type: Transform pos: 186.23695,186.56157 parent: 1 - - uid: 23328 + - uid: 377 components: - type: Transform pos: 33.670433,153.88445 parent: 1 - - uid: 47280 + - uid: 378 components: - type: Transform pos: 90.526794,19.610374 parent: 1 - - uid: 47573 - components: - - type: Transform - pos: -367.24036,108.4256 - parent: 1 - - uid: 55323 + - uid: 379 components: - type: Transform pos: 185.7682,186.56157 parent: 1 - - uid: 55370 + - uid: 380 components: - type: Transform pos: -196.33754,-117.20142 parent: 1 - - uid: 55447 + - uid: 381 components: - type: Transform pos: -197.63469,-109.15498 parent: 1 - - uid: 55935 + - uid: 382 components: - type: Transform pos: -197.46281,-106.09248 parent: 1 - - uid: 55995 + - uid: 383 components: - type: Transform pos: -197.50969,-103.18623 parent: 1 - - uid: 64413 + - uid: 384 components: - type: Transform pos: -97.28857,-160.57738 parent: 1 -- proto: ButtonFrameCaution - entities: - - uid: 323 - components: - - type: Transform - pos: 196.5,210.5 - parent: 1 - - uid: 56182 + - uid: 385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 199.5,221.5 + pos: -169.34848,-98.38438 parent: 1 - proto: ButtonFrameCautionSecurity entities: - - uid: 324 + - uid: 386 components: - type: Transform pos: -100.5,-129.5 parent: 1 - - uid: 325 - components: - - type: MetaData - desc: FULL BLOCKED - Code Black - name: FULL BLOCKED - - type: Transform - rot: 1.5707963267948966 rad - pos: 199.5,220.5 - parent: 1 - - uid: 55523 + - uid: 387 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,56.5 parent: 1 - - uid: 62984 + - uid: 388 components: - type: Transform pos: -174.5,30.5 parent: 1 - - uid: 65058 + - uid: 389 components: - type: Transform pos: -172.5,30.5 parent: 1 - proto: ButtonFrameExit entities: - - uid: 47514 - components: - - type: Transform - pos: -407.5,68.5 - parent: 1 - - uid: 55697 + - uid: 390 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,69.5 parent: 1 -- proto: ButtonFrameGrey +- proto: CableApcExtension entities: - - uid: 47732 + - uid: 391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,103.5 + pos: -136.5,54.5 parent: 1 -- proto: CableApcExtension - entities: - - uid: 38 + - uid: 392 + components: + - type: Transform + pos: 305.5,99.5 + parent: 1 + - uid: 393 components: - type: Transform pos: -169.5,-104.5 parent: 1 - - uid: 45 + - uid: 394 components: - type: Transform pos: -186.5,-108.5 parent: 1 - - uid: 47 + - uid: 395 components: - type: Transform pos: -186.5,-107.5 parent: 1 - - uid: 55 + - uid: 396 components: - type: Transform pos: -169.5,-112.5 parent: 1 - - uid: 58 + - uid: 397 components: - type: Transform pos: -179.5,-136.5 parent: 1 - - uid: 66 + - uid: 398 components: - type: Transform pos: -168.5,-112.5 parent: 1 - - uid: 68 + - uid: 399 components: - type: Transform pos: -178.5,-135.5 parent: 1 - - uid: 70 + - uid: 400 components: - type: Transform pos: -170.5,-112.5 parent: 1 - - uid: 71 + - uid: 401 components: - type: Transform pos: -193.5,-110.5 parent: 1 - - uid: 72 + - uid: 402 components: - type: Transform pos: -179.5,-137.5 parent: 1 - - uid: 74 + - uid: 403 components: - type: Transform pos: -171.5,-112.5 parent: 1 - - uid: 259 + - uid: 404 + components: + - type: Transform + pos: 118.5,19.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: 120.5,21.5 + parent: 1 + - uid: 406 components: - type: Transform pos: -163.5,-103.5 parent: 1 - - uid: 266 + - uid: 407 components: - type: Transform pos: 94.5,88.5 parent: 1 - - uid: 268 + - uid: 408 components: - type: Transform pos: -178.5,-131.5 parent: 1 - - uid: 294 + - uid: 409 components: - type: Transform pos: -179.5,-139.5 parent: 1 - - uid: 318 + - uid: 410 components: - type: Transform pos: -193.5,-109.5 parent: 1 - - uid: 320 + - uid: 411 components: - type: Transform pos: -169.5,-117.5 parent: 1 - - uid: 326 + - uid: 412 components: - type: Transform pos: -211.5,-88.5 parent: 1 - - uid: 327 + - uid: 413 components: - type: Transform pos: -193.5,-164.5 parent: 1 - - uid: 329 - components: - - type: Transform - pos: 204.5,212.5 - parent: 1 - - uid: 331 + - uid: 414 components: - type: Transform pos: -220.5,-88.5 parent: 1 - - uid: 333 + - uid: 415 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 335 + - uid: 416 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 336 + - uid: 417 components: - type: Transform pos: -180.5,-168.5 parent: 1 - - uid: 337 + - uid: 418 components: - type: Transform pos: -191.5,-164.5 parent: 1 - - uid: 338 + - uid: 419 components: - type: Transform pos: -205.5,-88.5 parent: 1 - - uid: 339 + - uid: 420 components: - type: Transform pos: -289.5,-43.5 parent: 1 - - uid: 340 + - uid: 421 components: - type: Transform pos: -207.5,-88.5 parent: 1 - - uid: 341 + - uid: 422 components: - type: Transform pos: -222.5,-88.5 parent: 1 - - uid: 342 + - uid: 423 components: - type: Transform pos: -289.5,-78.5 parent: 1 - - uid: 343 + - uid: 424 components: - type: Transform pos: -275.5,-88.5 parent: 1 - - uid: 344 + - uid: 425 components: - type: Transform pos: -214.5,-88.5 parent: 1 - - uid: 345 + - uid: 426 components: - type: Transform pos: -208.5,-88.5 parent: 1 - - uid: 346 + - uid: 427 components: - type: Transform pos: -225.5,-88.5 parent: 1 - - uid: 347 + - uid: 428 components: - type: Transform pos: -219.5,-88.5 parent: 1 - - uid: 348 + - uid: 429 components: - type: Transform pos: -236.5,-88.5 parent: 1 - - uid: 349 + - uid: 430 components: - type: Transform pos: -209.5,-88.5 parent: 1 - - uid: 350 + - uid: 431 components: - type: Transform pos: -206.5,-88.5 parent: 1 - - uid: 351 + - uid: 432 components: - type: Transform pos: -265.5,-78.5 parent: 1 - - uid: 352 + - uid: 433 components: - type: Transform pos: -270.5,-78.5 parent: 1 - - uid: 353 + - uid: 434 components: - type: Transform pos: -277.5,-22.5 parent: 1 - - uid: 354 + - uid: 435 components: - type: Transform pos: -289.5,-83.5 parent: 1 - - uid: 355 + - uid: 436 components: - type: Transform pos: -289.5,-78.5 parent: 1 - - uid: 356 + - uid: 437 components: - type: Transform pos: -188.5,-170.5 parent: 1 - - uid: 357 + - uid: 438 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 358 + - uid: 439 components: - type: Transform pos: -292.5,-38.5 parent: 1 - - uid: 359 + - uid: 440 components: - type: Transform pos: -274.5,-75.5 parent: 1 - - uid: 360 + - uid: 441 components: - type: Transform pos: -289.5,-82.5 parent: 1 - - uid: 361 + - uid: 442 components: - type: Transform pos: -201.5,-87.5 parent: 1 - - uid: 362 + - uid: 443 components: - type: Transform pos: -272.5,-88.5 parent: 1 - - uid: 363 + - uid: 444 components: - type: Transform pos: -291.5,-40.5 parent: 1 - - uid: 364 + - uid: 445 components: - type: Transform pos: -273.5,-88.5 parent: 1 - - uid: 365 + - uid: 446 components: - type: Transform pos: 172.5,-71.5 parent: 1 - - uid: 366 + - uid: 447 components: - type: Transform pos: -242.5,-88.5 parent: 1 - - uid: 367 + - uid: 448 components: - type: Transform pos: -287.5,-76.5 parent: 1 - - uid: 368 + - uid: 449 components: - type: Transform pos: -279.5,-88.5 parent: 1 - - uid: 369 + - uid: 450 components: - type: Transform pos: -277.5,-21.5 parent: 1 - - uid: 370 + - uid: 451 components: - type: Transform pos: -287.5,-51.5 parent: 1 - - uid: 371 + - uid: 452 components: - type: Transform pos: -286.5,-80.5 parent: 1 - - uid: 372 + - uid: 453 components: - type: Transform pos: -288.5,-46.5 parent: 1 - - uid: 373 + - uid: 454 components: - type: Transform pos: -294.5,-38.5 parent: 1 - - uid: 374 + - uid: 455 components: - type: Transform pos: -291.5,-39.5 parent: 1 - - uid: 375 + - uid: 456 components: - type: Transform pos: -290.5,-42.5 parent: 1 - - uid: 376 + - uid: 457 components: - type: Transform pos: -287.5,-61.5 parent: 1 - - uid: 377 + - uid: 458 components: - type: Transform pos: -287.5,-62.5 parent: 1 - - uid: 378 + - uid: 459 components: - type: Transform pos: -287.5,-57.5 parent: 1 - - uid: 379 + - uid: 460 components: - type: Transform pos: -287.5,-63.5 parent: 1 - - uid: 380 + - uid: 461 components: - type: Transform pos: -287.5,-55.5 parent: 1 - - uid: 381 + - uid: 462 components: - type: Transform pos: -287.5,-64.5 parent: 1 - - uid: 382 + - uid: 463 components: - type: Transform pos: -287.5,-59.5 parent: 1 - - uid: 383 + - uid: 464 components: - type: Transform pos: -288.5,-44.5 parent: 1 - - uid: 384 + - uid: 465 components: - type: Transform pos: -287.5,-58.5 parent: 1 - - uid: 385 + - uid: 466 components: - type: Transform pos: -287.5,-53.5 parent: 1 - - uid: 386 + - uid: 467 components: - type: Transform pos: -287.5,-56.5 parent: 1 - - uid: 387 + - uid: 468 components: - type: Transform pos: -287.5,-54.5 parent: 1 - - uid: 388 + - uid: 469 components: - type: Transform pos: -287.5,-52.5 parent: 1 - - uid: 389 + - uid: 470 components: - type: Transform pos: -288.5,-45.5 parent: 1 - - uid: 390 + - uid: 471 components: - type: Transform pos: -286.5,-81.5 parent: 1 - - uid: 391 + - uid: 472 components: - type: Transform pos: -287.5,-65.5 parent: 1 - - uid: 392 + - uid: 473 components: - type: Transform pos: -287.5,-87.5 parent: 1 - - uid: 393 + - uid: 474 components: - type: Transform pos: -287.5,-60.5 parent: 1 - - uid: 395 + - uid: 475 components: - type: Transform pos: 102.5,-7.5 parent: 1 - - uid: 396 + - uid: 476 components: - type: Transform pos: 103.5,-8.5 parent: 1 - - uid: 397 + - uid: 477 components: - type: Transform pos: 103.5,-9.5 parent: 1 - - uid: 398 - components: - - type: Transform - pos: 94.5,7.5 - parent: 1 - - uid: 399 - components: - - type: Transform - pos: 94.5,6.5 - parent: 1 - - uid: 400 - components: - - type: Transform - pos: 95.5,6.5 - parent: 1 - - uid: 401 - components: - - type: Transform - pos: 96.5,6.5 - parent: 1 - - uid: 402 - components: - - type: Transform - pos: 97.5,6.5 - parent: 1 - - uid: 403 + - uid: 478 components: - type: Transform pos: 103.5,-10.5 parent: 1 - - uid: 405 - components: - - type: Transform - pos: 94.5,8.5 - parent: 1 - - uid: 409 + - uid: 479 components: - type: Transform pos: 103.5,-6.5 parent: 1 - - uid: 410 + - uid: 480 components: - type: Transform pos: 103.5,-7.5 parent: 1 - - uid: 411 + - uid: 481 components: - type: Transform pos: 96.5,13.5 parent: 1 - - uid: 412 + - uid: 482 components: - type: Transform pos: 95.5,13.5 parent: 1 - - uid: 413 + - uid: 483 components: - type: Transform pos: 94.5,13.5 parent: 1 - - uid: 414 + - uid: 484 components: - type: Transform pos: 93.5,13.5 parent: 1 - - uid: 415 + - uid: 485 components: - type: Transform pos: 92.5,13.5 parent: 1 - - uid: 416 + - uid: 486 components: - type: Transform pos: 91.5,13.5 parent: 1 - - uid: 417 + - uid: 487 components: - type: Transform pos: 90.5,13.5 parent: 1 - - uid: 418 + - uid: 488 components: - type: Transform pos: 89.5,13.5 parent: 1 - - uid: 419 + - uid: 489 components: - type: Transform pos: 88.5,13.5 parent: 1 - - uid: 420 + - uid: 490 components: - type: Transform pos: 87.5,13.5 parent: 1 - - uid: 421 + - uid: 491 components: - type: Transform pos: 86.5,13.5 parent: 1 - - uid: 424 + - uid: 492 components: - type: Transform pos: 99.5,17.5 parent: 1 - - uid: 425 + - uid: 493 components: - type: Transform pos: 98.5,17.5 parent: 1 - - uid: 426 + - uid: 494 components: - type: Transform pos: 97.5,17.5 parent: 1 - - uid: 427 + - uid: 495 components: - type: Transform pos: 96.5,17.5 parent: 1 - - uid: 428 + - uid: 496 components: - type: Transform pos: 95.5,17.5 parent: 1 - - uid: 429 + - uid: 497 components: - type: Transform pos: 94.5,17.5 parent: 1 - - uid: 430 + - uid: 498 components: - type: Transform pos: 93.5,17.5 parent: 1 - - uid: 431 + - uid: 499 components: - type: Transform pos: 92.5,17.5 parent: 1 - - uid: 432 + - uid: 500 components: - type: Transform pos: 91.5,17.5 parent: 1 - - uid: 433 + - uid: 501 components: - type: Transform pos: 90.5,17.5 parent: 1 - - uid: 434 + - uid: 502 components: - type: Transform pos: 89.5,17.5 parent: 1 - - uid: 435 + - uid: 503 components: - type: Transform pos: 88.5,17.5 parent: 1 - - uid: 436 + - uid: 504 components: - type: Transform pos: 87.5,17.5 parent: 1 - - uid: 437 + - uid: 505 components: - type: Transform pos: 92.5,16.5 parent: 1 - - uid: 438 + - uid: 506 components: - type: Transform pos: 92.5,15.5 parent: 1 - - uid: 439 + - uid: 507 components: - type: Transform pos: 92.5,14.5 parent: 1 - - uid: 440 + - uid: 508 components: - type: Transform pos: 106.5,15.5 parent: 1 - - uid: 441 + - uid: 509 components: - type: Transform pos: 106.5,14.5 parent: 1 - - uid: 442 - components: - - type: Transform - pos: 93.5,8.5 - parent: 1 - - uid: 443 + - uid: 510 components: - type: Transform pos: 138.5,14.5 parent: 1 - - uid: 444 - components: - - type: Transform - pos: 93.5,6.5 - parent: 1 - - uid: 445 - components: - - type: Transform - pos: 98.5,6.5 - parent: 1 - - uid: 446 + - uid: 511 components: - type: Transform pos: 106.5,13.5 parent: 1 - - uid: 447 + - uid: 512 components: - type: Transform pos: 106.5,12.5 parent: 1 - - uid: 448 + - uid: 513 components: - type: Transform pos: 106.5,11.5 parent: 1 - - uid: 449 + - uid: 514 components: - type: Transform pos: 106.5,10.5 parent: 1 - - uid: 450 + - uid: 515 components: - type: Transform pos: 106.5,9.5 parent: 1 - - uid: 451 + - uid: 516 components: - type: Transform pos: 106.5,8.5 parent: 1 - - uid: 452 + - uid: 517 components: - type: Transform pos: 106.5,7.5 parent: 1 - - uid: 453 + - uid: 518 components: - type: Transform pos: 106.5,6.5 parent: 1 - - uid: 454 + - uid: 519 components: - type: Transform pos: 106.5,5.5 parent: 1 - - uid: 455 + - uid: 520 components: - type: Transform pos: 106.5,4.5 parent: 1 - - uid: 456 + - uid: 521 components: - type: Transform pos: 106.5,3.5 parent: 1 - - uid: 457 + - uid: 522 components: - type: Transform pos: 105.5,9.5 parent: 1 - - uid: 458 + - uid: 523 components: - type: Transform pos: 104.5,9.5 parent: 1 - - uid: 459 + - uid: 524 components: - type: Transform pos: 103.5,9.5 parent: 1 - - uid: 460 + - uid: 525 components: - type: Transform pos: 102.5,9.5 parent: 1 - - uid: 461 + - uid: 526 components: - type: Transform pos: 102.5,8.5 parent: 1 - - uid: 462 + - uid: 527 components: - type: Transform pos: 102.5,7.5 parent: 1 - - uid: 463 + - uid: 528 components: - type: Transform pos: 102.5,6.5 parent: 1 - - uid: 464 + - uid: 529 components: - type: Transform pos: 102.5,5.5 parent: 1 - - uid: 465 + - uid: 530 components: - type: Transform pos: 102.5,4.5 parent: 1 - - uid: 466 + - uid: 531 components: - type: Transform pos: 102.5,3.5 parent: 1 - - uid: 467 - components: - - type: Transform - pos: 92.5,6.5 - parent: 1 - - uid: 468 - components: - - type: Transform - pos: 91.5,6.5 - parent: 1 - - uid: 469 - components: - - type: Transform - pos: 90.5,6.5 - parent: 1 - - uid: 470 - components: - - type: Transform - pos: 89.5,6.5 - parent: 1 - - uid: 471 - components: - - type: Transform - pos: 88.5,6.5 - parent: 1 - - uid: 472 - components: - - type: Transform - pos: 89.5,3.5 - parent: 1 - - uid: 473 - components: - - type: Transform - pos: 89.5,4.5 - parent: 1 - - uid: 474 - components: - - type: Transform - pos: 89.5,5.5 - parent: 1 - - uid: 475 - components: - - type: Transform - pos: 95.5,3.5 - parent: 1 - - uid: 476 - components: - - type: Transform - pos: 95.5,4.5 - parent: 1 - - uid: 477 - components: - - type: Transform - pos: 95.5,5.5 - parent: 1 - - uid: 478 + - uid: 532 components: - type: Transform pos: 103.5,-5.5 parent: 1 - - uid: 479 + - uid: 533 components: - type: Transform pos: 102.5,-5.5 parent: 1 - - uid: 480 + - uid: 534 components: - type: Transform pos: 101.5,-5.5 parent: 1 - - uid: 481 + - uid: 535 components: - type: Transform pos: 104.5,-5.5 parent: 1 - - uid: 482 + - uid: 536 components: - type: Transform pos: 105.5,-5.5 parent: 1 - - uid: 483 + - uid: 537 components: - type: Transform pos: 106.5,-5.5 parent: 1 - - uid: 484 + - uid: 538 components: - type: Transform pos: 107.5,-5.5 parent: 1 - - uid: 485 + - uid: 539 components: - type: Transform pos: 108.5,-5.5 parent: 1 - - uid: 486 + - uid: 540 components: - type: Transform pos: 129.5,26.5 parent: 1 - - uid: 487 + - uid: 541 components: - type: Transform pos: 103.5,-11.5 parent: 1 - - uid: 488 + - uid: 542 components: - type: Transform pos: 103.5,-12.5 parent: 1 - - uid: 489 + - uid: 543 components: - type: Transform pos: 103.5,-13.5 parent: 1 - - uid: 490 + - uid: 544 components: - type: Transform pos: 137.5,18.5 parent: 1 - - uid: 491 + - uid: 545 components: - type: Transform pos: 120.5,-6.5 parent: 1 - - uid: 492 + - uid: 546 components: - type: Transform pos: 104.5,-13.5 parent: 1 - - uid: 493 + - uid: 547 components: - type: Transform pos: 105.5,-13.5 parent: 1 - - uid: 494 + - uid: 548 components: - type: Transform pos: 106.5,-13.5 parent: 1 - - uid: 495 + - uid: 549 components: - type: Transform pos: 107.5,-13.5 parent: 1 - - uid: 496 + - uid: 550 components: - type: Transform pos: 108.5,-13.5 parent: 1 - - uid: 497 + - uid: 551 components: - type: Transform pos: 109.5,-13.5 parent: 1 - - uid: 498 + - uid: 552 components: - type: Transform pos: 110.5,-13.5 parent: 1 - - uid: 499 + - uid: 553 components: - type: Transform pos: 111.5,-13.5 parent: 1 - - uid: 500 + - uid: 554 components: - type: Transform pos: 112.5,-13.5 parent: 1 - - uid: 501 + - uid: 555 components: - type: Transform pos: 113.5,-13.5 parent: 1 - - uid: 502 + - uid: 556 components: - type: Transform pos: 114.5,-13.5 parent: 1 - - uid: 503 + - uid: 557 components: - type: Transform pos: 115.5,-13.5 parent: 1 - - uid: 504 + - uid: 558 components: - type: Transform pos: 116.5,-13.5 parent: 1 - - uid: 505 + - uid: 559 components: - type: Transform pos: 117.5,-13.5 parent: 1 - - uid: 506 + - uid: 560 components: - type: Transform pos: 118.5,-13.5 parent: 1 - - uid: 507 + - uid: 561 components: - type: Transform pos: 112.5,-12.5 parent: 1 - - uid: 508 + - uid: 562 components: - type: Transform pos: 112.5,-11.5 parent: 1 - - uid: 509 + - uid: 563 components: - type: Transform pos: 112.5,-10.5 parent: 1 - - uid: 510 + - uid: 564 components: - type: Transform pos: 112.5,-9.5 parent: 1 - - uid: 511 + - uid: 565 components: - type: Transform pos: 112.5,-8.5 parent: 1 - - uid: 512 + - uid: 566 components: - type: Transform pos: 112.5,-7.5 parent: 1 - - uid: 513 + - uid: 567 components: - type: Transform pos: 112.5,-6.5 parent: 1 - - uid: 514 + - uid: 568 components: - type: Transform pos: 112.5,-5.5 parent: 1 - - uid: 515 + - uid: 569 components: - type: Transform pos: 113.5,-5.5 parent: 1 - - uid: 516 + - uid: 570 components: - type: Transform pos: 114.5,-5.5 parent: 1 - - uid: 517 + - uid: 571 components: - type: Transform pos: 115.5,-5.5 parent: 1 - - uid: 518 + - uid: 572 components: - type: Transform pos: 113.5,-9.5 parent: 1 - - uid: 519 + - uid: 573 components: - type: Transform pos: 114.5,-9.5 parent: 1 - - uid: 520 + - uid: 574 components: - type: Transform pos: 115.5,-9.5 parent: 1 - - uid: 521 + - uid: 575 components: - type: Transform pos: 116.5,-9.5 parent: 1 - - uid: 522 + - uid: 576 components: - type: Transform pos: 117.5,-9.5 parent: 1 - - uid: 523 + - uid: 577 components: - type: Transform pos: 118.5,-9.5 parent: 1 - - uid: 524 + - uid: 578 components: - type: Transform pos: 118.5,-8.5 parent: 1 - - uid: 525 + - uid: 579 components: - type: Transform pos: 118.5,-7.5 parent: 1 - - uid: 526 + - uid: 580 components: - type: Transform pos: 118.5,-6.5 parent: 1 - - uid: 527 + - uid: 581 components: - type: Transform pos: 118.5,-5.5 parent: 1 - - uid: 528 + - uid: 582 components: - type: Transform pos: 117.5,-15.5 parent: 1 - - uid: 529 + - uid: 583 components: - type: Transform pos: 117.5,-16.5 parent: 1 - - uid: 530 + - uid: 584 components: - type: Transform pos: 117.5,-17.5 parent: 1 - - uid: 531 + - uid: 585 components: - type: Transform pos: 117.5,-18.5 parent: 1 - - uid: 532 + - uid: 586 components: - type: Transform pos: 117.5,-14.5 parent: 1 - - uid: 533 + - uid: 587 components: - type: Transform pos: 138.5,12.5 parent: 1 - - uid: 534 + - uid: 588 components: - type: Transform pos: 138.5,13.5 parent: 1 - - uid: 535 + - uid: 589 components: - type: Transform pos: 120.5,-13.5 parent: 1 - - uid: 536 + - uid: 590 components: - type: Transform pos: 120.5,-12.5 parent: 1 - - uid: 537 + - uid: 591 components: - type: Transform pos: 120.5,-11.5 parent: 1 - - uid: 538 + - uid: 592 components: - type: Transform pos: 137.5,-0.5 parent: 1 - - uid: 539 + - uid: 593 components: - type: Transform pos: 137.5,-1.5 parent: 1 - - uid: 540 + - uid: 594 components: - type: Transform pos: 127.5,-6.5 parent: 1 - - uid: 541 + - uid: 595 components: - type: Transform pos: 129.5,-6.5 parent: 1 - - uid: 542 + - uid: 596 components: - type: Transform pos: 128.5,-6.5 parent: 1 - - uid: 543 + - uid: 597 components: - type: Transform pos: 133.5,-6.5 parent: 1 - - uid: 544 + - uid: 598 components: - type: Transform pos: 132.5,-6.5 parent: 1 - - uid: 545 + - uid: 599 components: - type: Transform pos: 131.5,-6.5 parent: 1 - - uid: 546 + - uid: 600 components: - type: Transform pos: 130.5,-6.5 parent: 1 - - uid: 547 + - uid: 601 components: - type: Transform pos: 137.5,-2.5 parent: 1 - - uid: 548 + - uid: 602 components: - type: Transform pos: 137.5,-3.5 parent: 1 - - uid: 549 + - uid: 603 components: - type: Transform pos: 137.5,-4.5 parent: 1 - - uid: 550 + - uid: 604 components: - type: Transform pos: 137.5,-5.5 parent: 1 - - uid: 551 + - uid: 605 components: - type: Transform pos: 137.5,-6.5 parent: 1 - - uid: 552 + - uid: 606 components: - type: Transform pos: 137.5,-7.5 parent: 1 - - uid: 553 + - uid: 607 components: - type: Transform pos: 137.5,-8.5 parent: 1 - - uid: 554 + - uid: 608 components: - type: Transform pos: 137.5,-9.5 parent: 1 - - uid: 555 + - uid: 609 components: - type: Transform pos: 137.5,-10.5 parent: 1 - - uid: 556 + - uid: 610 components: - type: Transform pos: 137.5,-11.5 parent: 1 - - uid: 557 + - uid: 611 components: - type: Transform pos: 137.5,-12.5 parent: 1 - - uid: 558 + - uid: 612 components: - type: Transform pos: 138.5,-11.5 parent: 1 - - uid: 559 + - uid: 613 components: - type: Transform pos: 139.5,-11.5 parent: 1 - - uid: 560 + - uid: 614 components: - type: Transform pos: 136.5,-11.5 parent: 1 - - uid: 561 + - uid: 615 components: - type: Transform pos: 135.5,-11.5 parent: 1 - - uid: 562 + - uid: 616 components: - type: Transform pos: 134.5,-11.5 parent: 1 - - uid: 563 + - uid: 617 components: - type: Transform pos: 133.5,-11.5 parent: 1 - - uid: 564 + - uid: 618 components: - type: Transform pos: 132.5,-11.5 parent: 1 - - uid: 565 + - uid: 619 components: - type: Transform pos: 131.5,-11.5 parent: 1 - - uid: 566 + - uid: 620 components: - type: Transform pos: 130.5,-11.5 parent: 1 - - uid: 567 + - uid: 621 components: - type: Transform pos: 129.5,-11.5 parent: 1 - - uid: 568 + - uid: 622 components: - type: Transform pos: 128.5,-11.5 parent: 1 - - uid: 569 + - uid: 623 components: - type: Transform pos: 127.5,-11.5 parent: 1 - - uid: 570 + - uid: 624 components: - type: Transform pos: 118.5,-2.5 parent: 1 - - uid: 571 + - uid: 625 components: - type: Transform pos: 134.5,-6.5 parent: 1 - - uid: 572 + - uid: 626 components: - type: Transform pos: 135.5,-6.5 parent: 1 - - uid: 573 + - uid: 627 components: - type: Transform pos: 136.5,-6.5 parent: 1 - - uid: 574 + - uid: 628 components: - type: Transform pos: 127.5,-2.5 parent: 1 - - uid: 575 + - uid: 629 components: - type: Transform pos: 128.5,-2.5 parent: 1 - - uid: 576 + - uid: 630 components: - type: Transform pos: 129.5,-2.5 parent: 1 - - uid: 577 + - uid: 631 components: - type: Transform pos: 130.5,-2.5 parent: 1 - - uid: 578 + - uid: 632 components: - type: Transform pos: 131.5,-2.5 parent: 1 - - uid: 579 + - uid: 633 components: - type: Transform pos: 132.5,-2.5 parent: 1 - - uid: 580 + - uid: 634 components: - type: Transform pos: 133.5,-2.5 parent: 1 - - uid: 581 + - uid: 635 components: - type: Transform pos: 134.5,-2.5 parent: 1 - - uid: 582 + - uid: 636 components: - type: Transform pos: 135.5,-2.5 parent: 1 - - uid: 583 + - uid: 637 components: - type: Transform pos: 136.5,-2.5 parent: 1 - - uid: 584 + - uid: 638 components: - type: Transform pos: 127.5,1.5 parent: 1 - - uid: 585 + - uid: 639 components: - type: Transform pos: 128.5,1.5 parent: 1 - - uid: 586 + - uid: 640 components: - type: Transform pos: 129.5,1.5 parent: 1 - - uid: 587 + - uid: 641 components: - type: Transform pos: 130.5,1.5 parent: 1 - - uid: 588 + - uid: 642 components: - type: Transform pos: 131.5,1.5 parent: 1 - - uid: 589 + - uid: 643 components: - type: Transform pos: 132.5,1.5 parent: 1 - - uid: 590 + - uid: 644 components: - type: Transform pos: 133.5,1.5 parent: 1 - - uid: 591 + - uid: 645 components: - type: Transform pos: 133.5,0.5 parent: 1 - - uid: 592 + - uid: 646 components: - type: Transform pos: 133.5,-0.5 parent: 1 - - uid: 593 + - uid: 647 components: - type: Transform pos: 133.5,-1.5 parent: 1 - - uid: 594 + - uid: 648 components: - type: Transform pos: 137.5,0.5 parent: 1 - - uid: 595 + - uid: 649 components: - type: Transform pos: 137.5,1.5 parent: 1 - - uid: 596 + - uid: 650 components: - type: Transform pos: 138.5,1.5 parent: 1 - - uid: 597 + - uid: 651 components: - type: Transform pos: 139.5,1.5 parent: 1 - - uid: 598 + - uid: 652 components: - type: Transform pos: 140.5,1.5 parent: 1 - - uid: 599 + - uid: 653 components: - type: Transform pos: 140.5,0.5 parent: 1 - - uid: 600 + - uid: 654 components: - type: Transform pos: 140.5,-0.5 parent: 1 - - uid: 601 + - uid: 655 components: - type: Transform pos: 140.5,-1.5 parent: 1 - - uid: 602 + - uid: 656 components: - type: Transform pos: 140.5,-2.5 parent: 1 - - uid: 603 + - uid: 657 components: - type: Transform pos: 140.5,-3.5 parent: 1 - - uid: 604 + - uid: 658 components: - type: Transform pos: 140.5,-4.5 parent: 1 - - uid: 605 + - uid: 659 components: - type: Transform pos: 140.5,-5.5 parent: 1 - - uid: 606 + - uid: 660 components: - type: Transform pos: 140.5,-6.5 parent: 1 - - uid: 607 + - uid: 661 components: - type: Transform pos: 125.5,17.5 parent: 1 - - uid: 608 + - uid: 662 components: - type: Transform pos: 120.5,-10.5 parent: 1 - - uid: 609 + - uid: 663 components: - type: Transform pos: 125.5,21.5 parent: 1 - - uid: 610 + - uid: 664 components: - type: Transform pos: 120.5,-9.5 parent: 1 - - uid: 611 + - uid: 665 components: - type: Transform pos: 125.5,18.5 parent: 1 - - uid: 612 + - uid: 666 components: - type: Transform pos: 125.5,20.5 parent: 1 - - uid: 613 + - uid: 667 components: - type: Transform pos: 120.5,-7.5 parent: 1 - - uid: 614 + - uid: 668 components: - type: Transform pos: 120.5,-8.5 parent: 1 - - uid: 615 + - uid: 669 components: - type: Transform pos: 129.5,23.5 parent: 1 - - uid: 616 + - uid: 670 components: - type: Transform pos: 125.5,19.5 parent: 1 - - uid: 617 + - uid: 671 components: - type: Transform pos: 138.5,11.5 parent: 1 - - uid: 618 + - uid: 672 components: - type: Transform pos: 138.5,10.5 parent: 1 - - uid: 619 + - uid: 673 components: - type: Transform pos: 137.5,10.5 parent: 1 - - uid: 620 + - uid: 674 components: - type: Transform pos: 136.5,10.5 parent: 1 - - uid: 621 + - uid: 675 components: - type: Transform pos: 135.5,10.5 parent: 1 - - uid: 622 + - uid: 676 components: - type: Transform pos: 134.5,10.5 parent: 1 - - uid: 623 + - uid: 677 components: - type: Transform pos: 133.5,10.5 parent: 1 - - uid: 624 + - uid: 678 components: - type: Transform pos: 132.5,10.5 parent: 1 - - uid: 625 + - uid: 679 components: - type: Transform pos: 131.5,10.5 parent: 1 - - uid: 626 + - uid: 680 components: - type: Transform pos: 130.5,10.5 parent: 1 - - uid: 627 + - uid: 681 components: - type: Transform pos: 129.5,10.5 parent: 1 - - uid: 628 + - uid: 682 components: - type: Transform pos: 128.5,10.5 parent: 1 - - uid: 629 + - uid: 683 components: - type: Transform pos: 127.5,10.5 parent: 1 - - uid: 630 + - uid: 684 components: - type: Transform pos: 128.5,7.5 parent: 1 - - uid: 631 + - uid: 685 components: - type: Transform pos: 128.5,8.5 parent: 1 - - uid: 632 + - uid: 686 components: - type: Transform pos: 128.5,9.5 parent: 1 - - uid: 633 + - uid: 687 components: - type: Transform pos: 128.5,11.5 parent: 1 - - uid: 634 + - uid: 688 components: - type: Transform pos: 128.5,12.5 parent: 1 - - uid: 635 + - uid: 689 components: - type: Transform pos: 128.5,13.5 parent: 1 - - uid: 636 + - uid: 690 components: - type: Transform pos: 128.5,14.5 parent: 1 - - uid: 637 + - uid: 691 components: - type: Transform pos: 128.5,15.5 parent: 1 - - uid: 638 + - uid: 692 components: - type: Transform pos: 128.5,16.5 parent: 1 - - uid: 639 + - uid: 693 components: - type: Transform pos: 129.5,14.5 parent: 1 - - uid: 640 + - uid: 694 components: - type: Transform pos: 130.5,14.5 parent: 1 - - uid: 641 + - uid: 695 components: - type: Transform pos: 131.5,14.5 parent: 1 - - uid: 642 + - uid: 696 components: - type: Transform pos: 132.5,14.5 parent: 1 - - uid: 643 + - uid: 697 components: - type: Transform pos: 133.5,14.5 parent: 1 - - uid: 644 + - uid: 698 components: - type: Transform pos: 134.5,14.5 parent: 1 - - uid: 645 + - uid: 699 components: - type: Transform pos: 135.5,14.5 parent: 1 - - uid: 646 + - uid: 700 components: - type: Transform pos: 138.5,15.5 parent: 1 - - uid: 647 + - uid: 701 components: - type: Transform pos: 138.5,16.5 parent: 1 - - uid: 648 + - uid: 702 components: - type: Transform pos: 138.5,17.5 parent: 1 - - uid: 649 + - uid: 703 components: - type: Transform pos: 138.5,18.5 parent: 1 - - uid: 650 + - uid: 704 components: - type: Transform pos: 119.5,-2.5 parent: 1 - - uid: 651 + - uid: 705 components: - type: Transform pos: 125.5,16.5 parent: 1 - - uid: 652 + - uid: 706 components: - type: Transform pos: 125.5,15.5 parent: 1 - - uid: 653 + - uid: 707 components: - type: Transform pos: 136.5,18.5 parent: 1 - - uid: 654 + - uid: 708 components: - type: Transform pos: 135.5,18.5 parent: 1 - - uid: 655 + - uid: 709 components: - type: Transform pos: 134.5,18.5 parent: 1 - - uid: 656 + - uid: 710 components: - type: Transform pos: 120.5,-4.5 parent: 1 - - uid: 657 + - uid: 711 components: - type: Transform pos: 120.5,-5.5 parent: 1 - - uid: 658 + - uid: 712 components: - type: Transform pos: 129.5,24.5 parent: 1 - - uid: 659 + - uid: 713 components: - type: Transform pos: 129.5,25.5 parent: 1 - - uid: 660 + - uid: 714 components: - type: Transform pos: 129.5,22.5 parent: 1 - - uid: 661 + - uid: 715 components: - type: Transform pos: 128.5,21.5 parent: 1 - - uid: 662 + - uid: 716 components: - type: Transform pos: 129.5,21.5 parent: 1 - - uid: 663 + - uid: 717 components: - type: Transform pos: 126.5,21.5 parent: 1 - - uid: 664 + - uid: 718 components: - type: Transform pos: 127.5,21.5 parent: 1 - - uid: 665 + - uid: 719 components: - type: Transform pos: 125.5,14.5 parent: 1 - - uid: 666 + - uid: 720 components: - type: Transform pos: 125.5,13.5 parent: 1 - - uid: 667 + - uid: 721 components: - type: Transform pos: 125.5,12.5 parent: 1 - - uid: 668 + - uid: 722 components: - type: Transform pos: 126.5,36.5 parent: 1 - - uid: 669 + - uid: 723 components: - type: Transform pos: 126.5,35.5 parent: 1 - - uid: 670 + - uid: 724 components: - type: Transform pos: 126.5,34.5 parent: 1 - - uid: 671 + - uid: 725 components: - type: Transform pos: 126.5,33.5 parent: 1 - - uid: 672 + - uid: 726 components: - type: Transform pos: 125.5,33.5 parent: 1 - - uid: 673 + - uid: 727 components: - type: Transform pos: 124.5,33.5 parent: 1 - - uid: 674 + - uid: 728 components: - type: Transform pos: 123.5,33.5 parent: 1 - - uid: 675 + - uid: 729 components: - type: Transform pos: 125.5,32.5 parent: 1 - - uid: 676 + - uid: 730 components: - type: Transform pos: 125.5,31.5 parent: 1 - - uid: 677 + - uid: 731 components: - type: Transform pos: 125.5,30.5 parent: 1 - - uid: 678 + - uid: 732 components: - type: Transform pos: 125.5,29.5 parent: 1 - - uid: 679 + - uid: 733 components: - type: Transform pos: 125.5,28.5 parent: 1 - - uid: 680 + - uid: 734 components: - type: Transform pos: 125.5,27.5 parent: 1 - - uid: 681 + - uid: 735 components: - type: Transform pos: 125.5,26.5 parent: 1 - - uid: 682 + - uid: 736 components: - type: Transform pos: 125.5,25.5 parent: 1 - - uid: 683 + - uid: 737 components: - type: Transform pos: 125.5,24.5 parent: 1 - - uid: 684 + - uid: 738 components: - type: Transform pos: 125.5,23.5 parent: 1 - - uid: 685 + - uid: 739 components: - type: Transform pos: 124.5,23.5 parent: 1 - - uid: 686 + - uid: 740 components: - type: Transform pos: 123.5,23.5 parent: 1 - - uid: 687 + - uid: 741 components: - type: Transform pos: 122.5,23.5 parent: 1 - - uid: 688 + - uid: 742 components: - type: Transform pos: 121.5,23.5 parent: 1 - - uid: 689 + - uid: 743 components: - type: Transform pos: 120.5,23.5 parent: 1 - - uid: 690 + - uid: 744 components: - type: Transform pos: 120.5,24.5 parent: 1 - - uid: 691 + - uid: 745 components: - type: Transform pos: 120.5,25.5 parent: 1 - - uid: 692 + - uid: 746 components: - type: Transform pos: 120.5,26.5 parent: 1 - - uid: 693 + - uid: 747 components: - type: Transform pos: 120.5,27.5 parent: 1 - - uid: 694 + - uid: 748 components: - type: Transform pos: 120.5,28.5 parent: 1 - - uid: 695 + - uid: 749 components: - type: Transform pos: 120.5,29.5 parent: 1 - - uid: 696 + - uid: 750 components: - type: Transform pos: 120.5,30.5 parent: 1 - - uid: 697 + - uid: 751 components: - type: Transform pos: 120.5,31.5 parent: 1 - - uid: 698 + - uid: 752 components: - type: Transform pos: 129.5,27.5 parent: 1 - - uid: 699 + - uid: 753 components: - type: Transform pos: 125.5,11.5 parent: 1 - - uid: 700 + - uid: 754 components: - type: Transform pos: 125.5,10.5 parent: 1 - - uid: 701 + - uid: 755 components: - type: Transform pos: 125.5,9.5 parent: 1 - - uid: 702 + - uid: 756 components: - type: Transform pos: 125.5,8.5 parent: 1 - - uid: 703 + - uid: 757 components: - type: Transform pos: 125.5,7.5 parent: 1 - - uid: 704 + - uid: 758 components: - type: Transform pos: 125.5,6.5 parent: 1 - - uid: 705 + - uid: 759 components: - type: Transform pos: 125.5,5.5 parent: 1 - - uid: 706 + - uid: 760 components: - type: Transform pos: 125.5,4.5 parent: 1 - - uid: 707 + - uid: 761 components: - type: Transform pos: 125.5,3.5 parent: 1 - - uid: 708 + - uid: 762 components: - type: Transform pos: 125.5,2.5 parent: 1 - - uid: 709 + - uid: 763 components: - type: Transform pos: 125.5,1.5 parent: 1 - - uid: 710 + - uid: 764 components: - type: Transform pos: 125.5,0.5 parent: 1 - - uid: 711 + - uid: 765 components: - type: Transform pos: 125.5,-0.5 parent: 1 - - uid: 712 + - uid: 766 components: - type: Transform pos: 125.5,-1.5 parent: 1 - - uid: 713 + - uid: 767 components: - type: Transform pos: 125.5,-2.5 parent: 1 - - uid: 714 + - uid: 768 components: - type: Transform pos: 125.5,-3.5 parent: 1 - - uid: 715 + - uid: 769 components: - type: Transform pos: 125.5,-4.5 parent: 1 - - uid: 716 + - uid: 770 components: - type: Transform pos: 125.5,-5.5 parent: 1 - - uid: 717 + - uid: 771 components: - type: Transform pos: 125.5,-6.5 parent: 1 - - uid: 718 + - uid: 772 components: - type: Transform pos: 125.5,-7.5 parent: 1 - - uid: 719 + - uid: 773 components: - type: Transform pos: 125.5,-8.5 parent: 1 - - uid: 720 + - uid: 774 components: - type: Transform pos: 125.5,-9.5 parent: 1 - - uid: 721 + - uid: 775 components: - type: Transform pos: 125.5,-10.5 parent: 1 - - uid: 722 + - uid: 776 components: - type: Transform pos: 125.5,-11.5 parent: 1 - - uid: 723 + - uid: 777 components: - type: Transform pos: 125.5,-12.5 parent: 1 - - uid: 724 + - uid: 778 components: - type: Transform pos: 125.5,-13.5 parent: 1 - - uid: 725 + - uid: 779 components: - type: Transform pos: 125.5,-14.5 parent: 1 - - uid: 726 + - uid: 780 components: - type: Transform pos: 125.5,-15.5 parent: 1 - - uid: 727 + - uid: 781 components: - type: Transform pos: 125.5,-16.5 parent: 1 - - uid: 728 + - uid: 782 components: - type: Transform pos: 125.5,-17.5 parent: 1 - - uid: 729 + - uid: 783 components: - type: Transform pos: 125.5,-18.5 parent: 1 - - uid: 730 + - uid: 784 components: - type: Transform pos: 125.5,-19.5 parent: 1 - - uid: 731 + - uid: 785 components: - type: Transform pos: 124.5,-19.5 parent: 1 - - uid: 732 + - uid: 786 components: - type: Transform pos: 123.5,-19.5 parent: 1 - - uid: 733 + - uid: 787 components: - type: Transform pos: 122.5,-19.5 parent: 1 - - uid: 734 + - uid: 788 components: - type: Transform pos: 121.5,-19.5 parent: 1 - - uid: 735 + - uid: 789 components: - type: Transform pos: 121.5,-18.5 parent: 1 - - uid: 736 + - uid: 790 components: - type: Transform pos: 121.5,-17.5 parent: 1 - - uid: 737 + - uid: 791 components: - type: Transform pos: 121.5,-16.5 parent: 1 - - uid: 738 + - uid: 792 components: - type: Transform pos: 121.5,-15.5 parent: 1 - - uid: 739 + - uid: 793 components: - type: Transform pos: 120.5,-15.5 parent: 1 - - uid: 740 + - uid: 794 components: - type: Transform pos: 120.5,-14.5 parent: 1 - - uid: 741 + - uid: 795 components: - type: Transform pos: 120.5,-3.5 parent: 1 - - uid: 742 + - uid: 796 components: - type: Transform pos: 120.5,-2.5 parent: 1 - - uid: 743 + - uid: 797 components: - type: Transform pos: 117.5,-2.5 parent: 1 - - uid: 744 + - uid: 798 components: - type: Transform pos: 116.5,-2.5 parent: 1 - - uid: 745 + - uid: 799 components: - type: Transform pos: 115.5,-2.5 parent: 1 - - uid: 746 + - uid: 800 components: - type: Transform pos: 114.5,-2.5 parent: 1 - - uid: 747 + - uid: 801 components: - type: Transform pos: 113.5,-2.5 parent: 1 - - uid: 748 + - uid: 802 components: - type: Transform pos: 112.5,-2.5 parent: 1 - - uid: 749 + - uid: 803 components: - type: Transform pos: 111.5,-2.5 parent: 1 - - uid: 750 + - uid: 804 components: - type: Transform pos: 110.5,-2.5 parent: 1 - - uid: 751 + - uid: 805 components: - type: Transform pos: 109.5,-2.5 parent: 1 - - uid: 752 + - uid: 806 components: - type: Transform pos: 108.5,-2.5 parent: 1 - - uid: 753 + - uid: 807 components: - type: Transform pos: 107.5,-2.5 parent: 1 - - uid: 754 + - uid: 808 components: - type: Transform pos: 106.5,-2.5 parent: 1 - - uid: 755 + - uid: 809 components: - type: Transform pos: 105.5,-2.5 parent: 1 - - uid: 756 + - uid: 810 components: - type: Transform pos: 104.5,-2.5 parent: 1 - - uid: 757 + - uid: 811 components: - type: Transform pos: 103.5,-2.5 parent: 1 - - uid: 758 + - uid: 812 components: - type: Transform pos: 102.5,-2.5 parent: 1 - - uid: 759 + - uid: 813 components: - type: Transform pos: 101.5,-2.5 parent: 1 - - uid: 760 + - uid: 814 components: - type: Transform pos: 100.5,-2.5 parent: 1 - - uid: 761 + - uid: 815 components: - type: Transform pos: 99.5,-2.5 parent: 1 - - uid: 762 + - uid: 816 components: - type: Transform pos: 98.5,-2.5 parent: 1 - - uid: 763 + - uid: 817 components: - type: Transform pos: 97.5,-2.5 parent: 1 - - uid: 764 + - uid: 818 components: - type: Transform pos: 96.5,-2.5 parent: 1 - - uid: 765 + - uid: 819 components: - type: Transform pos: 95.5,-2.5 parent: 1 - - uid: 766 + - uid: 820 components: - type: Transform pos: 94.5,-2.5 parent: 1 - - uid: 767 + - uid: 821 components: - type: Transform pos: 93.5,-2.5 parent: 1 - - uid: 768 + - uid: 822 components: - type: Transform pos: 92.5,-2.5 parent: 1 - - uid: 769 + - uid: 823 components: - type: Transform pos: 91.5,-2.5 parent: 1 - - uid: 770 + - uid: 824 components: - type: Transform pos: 90.5,-2.5 parent: 1 - - uid: 771 + - uid: 825 components: - type: Transform pos: 89.5,-2.5 parent: 1 - - uid: 772 + - uid: 826 components: - type: Transform pos: 88.5,-2.5 parent: 1 - - uid: 773 + - uid: 827 components: - type: Transform pos: 87.5,-2.5 parent: 1 - - uid: 774 + - uid: 828 components: - type: Transform pos: 86.5,-2.5 parent: 1 - - uid: 775 + - uid: 829 components: - type: Transform pos: 46.5,2.5 parent: 1 - - uid: 776 + - uid: 830 components: - type: Transform pos: 33.5,4.5 parent: 1 - - uid: 777 + - uid: 831 components: - type: Transform pos: 49.5,3.5 parent: 1 - - uid: 778 + - uid: 832 components: - type: Transform pos: 33.5,5.5 parent: 1 - - uid: 779 + - uid: 833 components: - type: Transform pos: 27.5,4.5 parent: 1 - - uid: 780 + - uid: 834 components: - type: Transform pos: 33.5,7.5 parent: 1 - - uid: 781 + - uid: 835 components: - type: Transform pos: 28.5,3.5 parent: 1 - - uid: 782 + - uid: 836 components: - type: Transform pos: 33.5,8.5 parent: 1 - - uid: 783 + - uid: 837 components: - type: Transform pos: 28.5,4.5 parent: 1 - - uid: 784 + - uid: 838 components: - type: Transform pos: 24.5,3.5 parent: 1 - - uid: 785 + - uid: 839 components: - type: Transform pos: 49.5,7.5 parent: 1 - - uid: 786 + - uid: 840 components: - type: Transform pos: 29.5,4.5 parent: 1 - - uid: 787 + - uid: 841 components: - type: Transform pos: 23.5,4.5 parent: 1 - - uid: 788 + - uid: 842 components: - type: Transform pos: 49.5,4.5 parent: 1 - - uid: 789 + - uid: 843 components: - type: Transform pos: 28.5,2.5 parent: 1 - - uid: 790 + - uid: 844 components: - type: Transform pos: 24.5,2.5 parent: 1 - - uid: 791 + - uid: 845 components: - type: Transform pos: 49.5,5.5 parent: 1 - - uid: 792 + - uid: 846 components: - type: Transform pos: 49.5,6.5 parent: 1 - - uid: 793 + - uid: 847 components: - type: Transform pos: 30.5,4.5 parent: 1 - - uid: 794 + - uid: 848 components: - type: Transform pos: 49.5,0.5 parent: 1 - - uid: 795 + - uid: 849 components: - type: Transform pos: -1.5,1.5 parent: 1 - - uid: 796 + - uid: 850 components: - type: Transform pos: 24.5,4.5 parent: 1 - - uid: 797 + - uid: 851 components: - type: Transform pos: 22.5,4.5 parent: 1 - - uid: 798 + - uid: 852 components: - type: Transform pos: 45.5,2.5 parent: 1 - - uid: 799 + - uid: 853 components: - type: Transform pos: 31.5,4.5 parent: 1 - - uid: 800 + - uid: 854 components: - type: Transform pos: 28.5,1.5 parent: 1 - - uid: 801 + - uid: 855 components: - type: Transform pos: 49.5,2.5 parent: 1 - - uid: 802 + - uid: 856 components: - type: Transform pos: 7.5,2.5 parent: 1 - - uid: 803 + - uid: 857 components: - type: Transform pos: 47.5,2.5 parent: 1 - - uid: 804 + - uid: 858 components: - type: Transform pos: 49.5,1.5 parent: 1 - - uid: 805 + - uid: 859 components: - type: Transform pos: 8.5,2.5 parent: 1 - - uid: 806 + - uid: 860 components: - type: Transform pos: 41.5,0.5 parent: 1 - - uid: 807 + - uid: 861 components: - type: Transform pos: 48.5,2.5 parent: 1 - - uid: 808 + - uid: 862 components: - type: Transform pos: 24.5,1.5 parent: 1 - - uid: 809 + - uid: 863 components: - type: Transform pos: 26.5,0.5 parent: 1 - - uid: 810 + - uid: 864 components: - type: Transform pos: 27.5,0.5 parent: 1 - - uid: 811 + - uid: 865 components: - type: Transform pos: 25.5,4.5 parent: 1 - - uid: 812 + - uid: 866 components: - type: Transform pos: 24.5,0.5 parent: 1 - - uid: 813 + - uid: 867 components: - type: Transform pos: 28.5,0.5 parent: 1 - - uid: 814 + - uid: 868 components: - type: Transform pos: 33.5,6.5 parent: 1 - - uid: 815 + - uid: 869 components: - type: Transform pos: 25.5,0.5 parent: 1 - - uid: 816 + - uid: 870 components: - type: Transform pos: -8.5,6.5 parent: 1 - - uid: 817 + - uid: 871 components: - type: Transform pos: 26.5,4.5 parent: 1 - - uid: 818 + - uid: 872 components: - type: Transform pos: 41.5,1.5 parent: 1 - - uid: 819 + - uid: 873 components: - type: Transform pos: 32.5,4.5 parent: 1 - - uid: 820 + - uid: 874 components: - type: Transform pos: -9.5,6.5 parent: 1 - - uid: 821 + - uid: 875 components: - type: Transform pos: 44.5,2.5 parent: 1 - - uid: 822 + - uid: 876 components: - type: Transform pos: 43.5,2.5 parent: 1 - - uid: 823 + - uid: 877 components: - type: Transform pos: 42.5,2.5 parent: 1 - - uid: 824 + - uid: 878 components: - type: Transform pos: 41.5,2.5 parent: 1 - - uid: 825 + - uid: 879 components: - type: Transform pos: 40.5,2.5 parent: 1 - - uid: 826 + - uid: 880 components: - type: Transform pos: 39.5,2.5 parent: 1 - - uid: 827 + - uid: 881 components: - type: Transform pos: 38.5,2.5 parent: 1 - - uid: 828 + - uid: 882 components: - type: Transform pos: 41.5,3.5 parent: 1 - - uid: 829 + - uid: 883 components: - type: Transform pos: 41.5,4.5 parent: 1 - - uid: 830 + - uid: 884 components: - type: Transform pos: 41.5,5.5 parent: 1 - - uid: 831 + - uid: 885 components: - type: Transform pos: 41.5,6.5 parent: 1 - - uid: 832 + - uid: 886 components: - type: Transform pos: 49.5,8.5 parent: 1 - - uid: 833 + - uid: 887 components: - type: Transform pos: 49.5,9.5 parent: 1 - - uid: 834 + - uid: 888 components: - type: Transform pos: 48.5,9.5 parent: 1 - - uid: 835 + - uid: 889 components: - type: Transform pos: 47.5,9.5 parent: 1 - - uid: 836 + - uid: 890 components: - type: Transform pos: 46.5,9.5 parent: 1 - - uid: 837 + - uid: 891 components: - type: Transform pos: 45.5,9.5 parent: 1 - - uid: 838 + - uid: 892 components: - type: Transform pos: 44.5,9.5 parent: 1 - - uid: 839 + - uid: 893 components: - type: Transform pos: 43.5,9.5 parent: 1 - - uid: 840 + - uid: 894 components: - type: Transform pos: 42.5,9.5 parent: 1 - - uid: 841 + - uid: 895 components: - type: Transform pos: 41.5,9.5 parent: 1 - - uid: 842 + - uid: 896 components: - type: Transform pos: 40.5,9.5 parent: 1 - - uid: 843 + - uid: 897 components: - type: Transform pos: 39.5,9.5 parent: 1 - - uid: 844 + - uid: 898 components: - type: Transform pos: 9.5,2.5 parent: 1 - - uid: 845 + - uid: 899 components: - type: Transform pos: 10.5,2.5 parent: 1 - - uid: 846 + - uid: 900 components: - type: Transform pos: 11.5,2.5 parent: 1 - - uid: 847 + - uid: 901 components: - type: Transform pos: 12.5,2.5 parent: 1 - - uid: 848 + - uid: 902 components: - type: Transform pos: 13.5,2.5 parent: 1 - - uid: 849 + - uid: 903 components: - type: Transform pos: 14.5,2.5 parent: 1 - - uid: 850 + - uid: 904 components: - type: Transform pos: 15.5,2.5 parent: 1 - - uid: 851 + - uid: 905 components: - type: Transform pos: 16.5,2.5 parent: 1 - - uid: 852 + - uid: 906 components: - type: Transform pos: 17.5,2.5 parent: 1 - - uid: 853 + - uid: 907 components: - type: Transform pos: 15.5,0.5 parent: 1 - - uid: 854 + - uid: 908 components: - type: Transform pos: 15.5,1.5 parent: 1 - - uid: 855 + - uid: 909 components: - type: Transform pos: 7.5,3.5 parent: 1 - - uid: 856 + - uid: 910 components: - type: Transform pos: 7.5,4.5 parent: 1 - - uid: 857 + - uid: 911 components: - type: Transform pos: 7.5,5.5 parent: 1 - - uid: 858 + - uid: 912 components: - type: Transform pos: 7.5,6.5 parent: 1 - - uid: 859 + - uid: 913 components: - type: Transform pos: 8.5,6.5 parent: 1 - - uid: 860 + - uid: 914 components: - type: Transform pos: 9.5,6.5 parent: 1 - - uid: 861 + - uid: 915 components: - type: Transform pos: 10.5,6.5 parent: 1 - - uid: 862 + - uid: 916 components: - type: Transform pos: 11.5,6.5 parent: 1 - - uid: 863 + - uid: 917 components: - type: Transform pos: 12.5,6.5 parent: 1 - - uid: 864 + - uid: 918 components: - type: Transform pos: 13.5,6.5 parent: 1 - - uid: 865 + - uid: 919 components: - type: Transform pos: 14.5,6.5 parent: 1 - - uid: 866 + - uid: 920 components: - type: Transform pos: 15.5,6.5 parent: 1 - - uid: 867 + - uid: 921 components: - type: Transform pos: 16.5,6.5 parent: 1 - - uid: 868 + - uid: 922 components: - type: Transform pos: 8.5,8.5 parent: 1 - - uid: 869 + - uid: 923 components: - type: Transform pos: 8.5,7.5 parent: 1 - - uid: 870 + - uid: 924 components: - type: Transform pos: -2.5,1.5 parent: 1 - - uid: 871 + - uid: 925 components: - type: Transform pos: -3.5,1.5 parent: 1 - - uid: 872 + - uid: 926 components: - type: Transform pos: -4.5,1.5 parent: 1 - - uid: 873 + - uid: 927 components: - type: Transform pos: -5.5,1.5 parent: 1 - - uid: 874 + - uid: 928 components: - type: Transform pos: -6.5,1.5 parent: 1 - - uid: 875 + - uid: 929 components: - type: Transform pos: -7.5,1.5 parent: 1 - - uid: 876 + - uid: 930 components: - type: Transform pos: -8.5,1.5 parent: 1 - - uid: 877 + - uid: 931 components: - type: Transform pos: -7.5,2.5 parent: 1 - - uid: 878 + - uid: 932 components: - type: Transform pos: -7.5,3.5 parent: 1 - - uid: 879 + - uid: 933 components: - type: Transform pos: -7.5,4.5 parent: 1 - - uid: 880 + - uid: 934 components: - type: Transform pos: -7.5,5.5 parent: 1 - - uid: 881 + - uid: 935 components: - type: Transform pos: -7.5,6.5 parent: 1 - - uid: 882 + - uid: 936 components: - type: Transform pos: -7.5,7.5 parent: 1 - - uid: 883 + - uid: 937 components: - type: Transform pos: -7.5,8.5 parent: 1 - - uid: 884 + - uid: 938 components: - type: Transform pos: -7.5,9.5 parent: 1 - - uid: 885 + - uid: 939 components: - type: Transform pos: -7.5,10.5 parent: 1 - - uid: 886 + - uid: 940 components: - type: Transform pos: -7.5,11.5 parent: 1 - - uid: 887 + - uid: 941 components: - type: Transform pos: -7.5,12.5 parent: 1 - - uid: 888 + - uid: 942 components: - type: Transform pos: -1.5,6.5 parent: 1 - - uid: 889 + - uid: 943 components: - type: Transform pos: -2.5,6.5 parent: 1 - - uid: 890 + - uid: 944 components: - type: Transform pos: -3.5,6.5 parent: 1 - - uid: 891 + - uid: 945 components: - type: Transform pos: -4.5,6.5 parent: 1 - - uid: 892 + - uid: 946 components: - type: Transform pos: -5.5,6.5 parent: 1 - - uid: 893 + - uid: 947 components: - type: Transform pos: -6.5,6.5 parent: 1 - - uid: 894 + - uid: 948 components: - type: Transform pos: -10.5,6.5 parent: 1 - - uid: 895 + - uid: 949 components: - type: Transform pos: -11.5,6.5 parent: 1 - - uid: 896 + - uid: 950 components: - type: Transform pos: -12.5,6.5 parent: 1 - - uid: 897 + - uid: 951 components: - type: Transform pos: -13.5,6.5 parent: 1 - - uid: 898 + - uid: 952 components: - type: Transform pos: -14.5,6.5 parent: 1 - - uid: 899 + - uid: 953 components: - type: Transform pos: -15.5,6.5 parent: 1 - - uid: 900 + - uid: 954 components: - type: Transform pos: -16.5,6.5 parent: 1 - - uid: 901 + - uid: 955 components: - type: Transform pos: -17.5,6.5 parent: 1 - - uid: 902 + - uid: 956 components: - type: Transform pos: -18.5,6.5 parent: 1 - - uid: 903 + - uid: 957 components: - type: Transform pos: -19.5,6.5 parent: 1 - - uid: 904 + - uid: 958 components: - type: Transform pos: -20.5,6.5 parent: 1 - - uid: 905 + - uid: 959 components: - type: Transform pos: -21.5,6.5 parent: 1 - - uid: 906 + - uid: 960 components: - type: Transform pos: -22.5,6.5 parent: 1 - - uid: 907 + - uid: 961 components: - type: Transform pos: -23.5,6.5 parent: 1 - - uid: 908 + - uid: 962 components: - type: Transform pos: -24.5,6.5 parent: 1 - - uid: 909 + - uid: 963 components: - type: Transform pos: -25.5,6.5 parent: 1 - - uid: 910 + - uid: 964 components: - type: Transform pos: -26.5,6.5 parent: 1 - - uid: 911 + - uid: 965 components: - type: Transform pos: -27.5,6.5 parent: 1 - - uid: 912 + - uid: 966 components: - type: Transform pos: -28.5,6.5 parent: 1 - - uid: 913 + - uid: 967 components: - type: Transform pos: -29.5,6.5 parent: 1 - - uid: 914 + - uid: 968 components: - type: Transform pos: -30.5,6.5 parent: 1 - - uid: 915 + - uid: 969 components: - type: Transform pos: -31.5,6.5 parent: 1 - - uid: 916 + - uid: 970 components: - type: Transform pos: -32.5,6.5 parent: 1 - - uid: 917 + - uid: 971 components: - type: Transform pos: -33.5,6.5 parent: 1 - - uid: 918 + - uid: 972 components: - type: Transform pos: -34.5,6.5 parent: 1 - - uid: 919 + - uid: 973 components: - type: Transform pos: -35.5,6.5 parent: 1 - - uid: 920 + - uid: 974 components: - type: Transform pos: -29.5,7.5 parent: 1 - - uid: 921 + - uid: 975 components: - type: Transform pos: -29.5,8.5 parent: 1 - - uid: 922 + - uid: 976 components: - type: Transform pos: -29.5,9.5 parent: 1 - - uid: 923 + - uid: 977 components: - type: Transform pos: -29.5,10.5 parent: 1 - - uid: 924 + - uid: 978 components: - type: Transform pos: -29.5,11.5 parent: 1 - - uid: 925 + - uid: 979 components: - type: Transform pos: -29.5,12.5 parent: 1 - - uid: 926 + - uid: 980 components: - type: Transform pos: -30.5,11.5 parent: 1 - - uid: 927 + - uid: 981 components: - type: Transform pos: -31.5,11.5 parent: 1 - - uid: 928 + - uid: 982 components: - type: Transform pos: -32.5,11.5 parent: 1 - - uid: 929 + - uid: 983 components: - type: Transform pos: -33.5,11.5 parent: 1 - - uid: 930 + - uid: 984 components: - type: Transform pos: -34.5,11.5 parent: 1 - - uid: 931 + - uid: 985 components: - type: Transform pos: -35.5,11.5 parent: 1 - - uid: 932 + - uid: 986 components: - type: Transform pos: -29.5,5.5 parent: 1 - - uid: 933 + - uid: 987 components: - type: Transform pos: -29.5,4.5 parent: 1 - - uid: 934 + - uid: 988 components: - type: Transform pos: -29.5,3.5 parent: 1 - - uid: 935 + - uid: 989 components: - type: Transform pos: -29.5,2.5 parent: 1 - - uid: 936 + - uid: 990 components: - type: Transform pos: -29.5,1.5 parent: 1 - - uid: 937 + - uid: 991 components: - type: Transform pos: -29.5,0.5 parent: 1 - - uid: 938 + - uid: 992 components: - type: Transform pos: -30.5,1.5 parent: 1 - - uid: 939 + - uid: 993 components: - type: Transform pos: -31.5,1.5 parent: 1 - - uid: 940 + - uid: 994 components: - type: Transform pos: -32.5,1.5 parent: 1 - - uid: 941 + - uid: 995 components: - type: Transform pos: -33.5,1.5 parent: 1 - - uid: 942 + - uid: 996 components: - type: Transform pos: -34.5,1.5 parent: 1 - - uid: 943 + - uid: 997 components: - type: Transform pos: -35.5,1.5 parent: 1 - - uid: 944 + - uid: 998 components: - type: Transform pos: -23.5,7.5 parent: 1 - - uid: 945 + - uid: 999 components: - type: Transform pos: -23.5,8.5 parent: 1 - - uid: 946 + - uid: 1000 components: - type: Transform pos: -23.5,9.5 parent: 1 - - uid: 947 + - uid: 1001 components: - type: Transform pos: -23.5,10.5 parent: 1 - - uid: 948 + - uid: 1002 components: - type: Transform pos: -24.5,10.5 parent: 1 - - uid: 949 + - uid: 1003 components: - type: Transform pos: -25.5,10.5 parent: 1 - - uid: 950 + - uid: 1004 components: - type: Transform pos: -26.5,10.5 parent: 1 - - uid: 951 + - uid: 1005 components: - type: Transform pos: -18.5,7.5 parent: 1 - - uid: 952 + - uid: 1006 components: - type: Transform pos: -18.5,8.5 parent: 1 - - uid: 953 + - uid: 1007 components: - type: Transform pos: -18.5,9.5 parent: 1 - - uid: 954 + - uid: 1008 components: - type: Transform pos: -18.5,10.5 parent: 1 - - uid: 955 + - uid: 1009 components: - type: Transform pos: -18.5,11.5 parent: 1 - - uid: 956 + - uid: 1010 components: - type: Transform pos: -18.5,12.5 parent: 1 - - uid: 957 + - uid: 1011 components: - type: Transform pos: -18.5,13.5 parent: 1 - - uid: 958 + - uid: 1012 components: - type: Transform pos: -13.5,7.5 parent: 1 - - uid: 959 + - uid: 1013 components: - type: Transform pos: -13.5,8.5 parent: 1 - - uid: 960 + - uid: 1014 components: - type: Transform pos: -13.5,9.5 parent: 1 - - uid: 961 + - uid: 1015 components: - type: Transform pos: -13.5,10.5 parent: 1 - - uid: 962 + - uid: 1016 components: - type: Transform pos: -13.5,11.5 parent: 1 - - uid: 963 + - uid: 1017 components: - type: Transform pos: -12.5,10.5 parent: 1 - - uid: 964 + - uid: 1018 components: - type: Transform pos: -11.5,10.5 parent: 1 - - uid: 965 + - uid: 1019 components: - type: Transform pos: -10.5,10.5 parent: 1 - - uid: 966 + - uid: 1020 components: - type: Transform pos: -6.5,11.5 parent: 1 - - uid: 967 + - uid: 1021 components: - type: Transform pos: -5.5,11.5 parent: 1 - - uid: 968 + - uid: 1022 components: - type: Transform pos: -4.5,11.5 parent: 1 - - uid: 969 + - uid: 1023 components: - type: Transform pos: -3.5,11.5 parent: 1 - - uid: 970 + - uid: 1024 components: - type: Transform pos: -2.5,11.5 parent: 1 - - uid: 971 + - uid: 1025 components: - type: Transform pos: -1.5,11.5 parent: 1 - - uid: 972 + - uid: 1026 components: - type: Transform pos: -14.5,9.5 parent: 1 - - uid: 973 + - uid: 1027 components: - type: Transform pos: -289.5,-46.5 parent: 1 - - uid: 974 + - uid: 1028 components: - type: Transform pos: -287.5,-46.5 parent: 1 - - uid: 975 + - uid: 1029 components: - type: Transform pos: -287.5,-48.5 parent: 1 - - uid: 976 + - uid: 1030 components: - type: Transform pos: -287.5,-47.5 parent: 1 - - uid: 977 + - uid: 1031 components: - type: Transform pos: -7.5,0.5 parent: 1 - - uid: 978 + - uid: 1032 components: - type: Transform pos: -287.5,-49.5 parent: 1 - - uid: 979 + - uid: 1033 components: - type: Transform pos: -287.5,-52.5 parent: 1 - - uid: 980 + - uid: 1034 components: - type: Transform pos: -287.5,-50.5 parent: 1 - - uid: 981 + - uid: 1035 components: - type: Transform pos: -287.5,-67.5 parent: 1 - - uid: 982 + - uid: 1036 components: - type: Transform pos: -287.5,-66.5 parent: 1 - - uid: 983 + - uid: 1037 components: - type: Transform pos: -287.5,-73.5 parent: 1 - - uid: 984 + - uid: 1038 components: - type: Transform pos: -287.5,-68.5 parent: 1 - - uid: 985 + - uid: 1039 components: - type: Transform pos: -287.5,-71.5 parent: 1 - - uid: 986 + - uid: 1040 components: - type: Transform pos: -287.5,-72.5 parent: 1 - - uid: 987 + - uid: 1041 components: - type: Transform pos: 16.5,-33.5 parent: 1 - - uid: 988 + - uid: 1042 components: - type: Transform pos: -287.5,-69.5 parent: 1 - - uid: 989 + - uid: 1043 components: - type: Transform pos: -287.5,-75.5 parent: 1 - - uid: 990 + - uid: 1044 components: - type: Transform pos: -287.5,-70.5 parent: 1 - - uid: 991 + - uid: 1045 components: - type: Transform pos: -287.5,-77.5 parent: 1 - - uid: 992 + - uid: 1046 components: - type: Transform pos: -287.5,-76.5 parent: 1 - - uid: 993 + - uid: 1047 components: - type: Transform pos: -287.5,-74.5 parent: 1 - - uid: 994 + - uid: 1048 components: - type: Transform pos: -288.5,-52.5 parent: 1 - - uid: 995 + - uid: 1049 components: - type: Transform pos: -287.5,-78.5 parent: 1 - - uid: 996 + - uid: 1050 components: - type: Transform pos: -290.5,-40.5 parent: 1 - - uid: 997 + - uid: 1051 components: - type: Transform pos: -289.5,-47.5 parent: 1 - - uid: 998 + - uid: 1052 components: - type: Transform pos: -290.5,-41.5 parent: 1 - - uid: 999 + - uid: 1053 components: - type: Transform pos: 16.5,-34.5 parent: 1 - - uid: 1000 + - uid: 1054 components: - type: Transform pos: 16.5,-32.5 parent: 1 - - uid: 1001 + - uid: 1055 components: - type: Transform pos: 16.5,-35.5 parent: 1 - - uid: 1002 + - uid: 1056 components: - type: Transform pos: -289.5,-44.5 parent: 1 - - uid: 1003 + - uid: 1057 components: - type: Transform pos: -288.5,-45.5 parent: 1 - - uid: 1004 + - uid: 1058 components: - type: Transform pos: 16.5,-32.5 parent: 1 - - uid: 1005 + - uid: 1059 components: - type: Transform pos: 16.5,-36.5 parent: 1 - - uid: 1006 + - uid: 1060 components: - type: Transform pos: 16.5,-37.5 parent: 1 - - uid: 1007 + - uid: 1061 components: - type: Transform pos: 16.5,-38.5 parent: 1 - - uid: 1008 + - uid: 1062 components: - type: Transform pos: 15.5,-38.5 parent: 1 - - uid: 1009 + - uid: 1063 components: - type: Transform pos: 14.5,-38.5 parent: 1 - - uid: 1010 + - uid: 1064 components: - type: Transform pos: 13.5,-38.5 parent: 1 - - uid: 1011 + - uid: 1065 components: - type: Transform pos: 12.5,-38.5 parent: 1 - - uid: 1012 + - uid: 1066 components: - type: Transform pos: 11.5,-38.5 parent: 1 - - uid: 1013 + - uid: 1067 components: - type: Transform pos: 10.5,-38.5 parent: 1 - - uid: 1014 + - uid: 1068 components: - type: Transform pos: 9.5,-38.5 parent: 1 - - uid: 1015 + - uid: 1069 components: - type: Transform pos: 8.5,-38.5 parent: 1 - - uid: 1016 + - uid: 1070 components: - type: Transform pos: 7.5,-38.5 parent: 1 - - uid: 1017 + - uid: 1071 components: - type: Transform pos: 8.5,-32.5 parent: 1 - - uid: 1018 + - uid: 1072 components: - type: Transform pos: 8.5,-33.5 parent: 1 - - uid: 1019 + - uid: 1073 components: - type: Transform pos: 8.5,-34.5 parent: 1 - - uid: 1020 + - uid: 1074 components: - type: Transform pos: 8.5,-35.5 parent: 1 - - uid: 1021 + - uid: 1075 components: - type: Transform pos: 8.5,-36.5 parent: 1 - - uid: 1022 + - uid: 1076 components: - type: Transform pos: 8.5,-37.5 parent: 1 - - uid: 1023 + - uid: 1077 components: - type: Transform pos: 9.5,-33.5 parent: 1 - - uid: 1024 + - uid: 1078 components: - type: Transform pos: 10.5,-33.5 parent: 1 - - uid: 1025 + - uid: 1079 components: - type: Transform pos: 11.5,-33.5 parent: 1 - - uid: 1026 + - uid: 1080 components: - type: Transform pos: 12.5,-33.5 parent: 1 - - uid: 1027 + - uid: 1081 components: - type: Transform pos: 13.5,-33.5 parent: 1 - - uid: 1028 + - uid: 1082 components: - type: Transform pos: 12.5,-34.5 parent: 1 - - uid: 1029 + - uid: 1083 components: - type: Transform pos: 12.5,-35.5 parent: 1 - - uid: 1030 + - uid: 1084 components: - type: Transform pos: 12.5,-36.5 parent: 1 - - uid: 1031 + - uid: 1085 components: - type: Transform pos: 12.5,-37.5 parent: 1 - - uid: 1032 + - uid: 1086 components: - type: Transform pos: 44.5,-35.5 parent: 1 - - uid: 1033 + - uid: 1087 components: - type: Transform pos: 20.5,-16.5 parent: 1 - - uid: 1034 + - uid: 1088 components: - type: Transform pos: 21.5,-16.5 parent: 1 - - uid: 1035 + - uid: 1089 components: - type: Transform pos: 22.5,-16.5 parent: 1 - - uid: 1036 + - uid: 1090 components: - type: Transform pos: 23.5,-16.5 parent: 1 - - uid: 1037 + - uid: 1091 components: - type: Transform pos: 24.5,-16.5 parent: 1 - - uid: 1038 + - uid: 1092 components: - type: Transform pos: 25.5,-16.5 parent: 1 - - uid: 1039 + - uid: 1093 components: - type: Transform pos: 26.5,-16.5 parent: 1 - - uid: 1040 + - uid: 1094 components: - type: Transform pos: 27.5,-16.5 parent: 1 - - uid: 1041 + - uid: 1095 components: - type: Transform pos: 28.5,-16.5 parent: 1 - - uid: 1042 + - uid: 1096 components: - type: Transform pos: 29.5,-16.5 parent: 1 - - uid: 1043 + - uid: 1097 components: - type: Transform pos: 20.5,-12.5 parent: 1 - - uid: 1044 + - uid: 1098 components: - type: Transform pos: 21.5,-12.5 parent: 1 - - uid: 1045 + - uid: 1099 components: - type: Transform pos: 22.5,-12.5 parent: 1 - - uid: 1046 + - uid: 1100 components: - type: Transform pos: 23.5,-12.5 parent: 1 - - uid: 1047 + - uid: 1101 components: - type: Transform pos: 24.5,-12.5 parent: 1 - - uid: 1048 + - uid: 1102 components: - type: Transform pos: 25.5,-12.5 parent: 1 - - uid: 1049 + - uid: 1103 components: - type: Transform pos: 26.5,-12.5 parent: 1 - - uid: 1050 + - uid: 1104 components: - type: Transform pos: 27.5,-12.5 parent: 1 - - uid: 1051 + - uid: 1105 components: - type: Transform pos: 28.5,-12.5 parent: 1 - - uid: 1052 + - uid: 1106 components: - type: Transform pos: 29.5,-12.5 parent: 1 - - uid: 1053 + - uid: 1107 components: - type: Transform pos: 30.5,-12.5 parent: 1 - - uid: 1054 + - uid: 1108 components: - type: Transform pos: 31.5,-12.5 parent: 1 - - uid: 1055 + - uid: 1109 components: - type: Transform pos: 32.5,-12.5 parent: 1 - - uid: 1056 + - uid: 1110 components: - type: Transform pos: 33.5,-12.5 parent: 1 - - uid: 1057 + - uid: 1111 components: - type: Transform pos: 34.5,-12.5 parent: 1 - - uid: 1058 + - uid: 1112 components: - type: Transform pos: 35.5,-12.5 parent: 1 - - uid: 1059 + - uid: 1113 components: - type: Transform pos: 36.5,-12.5 parent: 1 - - uid: 1060 + - uid: 1114 components: - type: Transform pos: 37.5,-12.5 parent: 1 - - uid: 1061 + - uid: 1115 components: - type: Transform pos: 38.5,-12.5 parent: 1 - - uid: 1062 + - uid: 1116 components: - type: Transform pos: 39.5,-12.5 parent: 1 - - uid: 1063 + - uid: 1117 components: - type: Transform pos: 40.5,-12.5 parent: 1 - - uid: 1064 + - uid: 1118 components: - type: Transform pos: 41.5,-12.5 parent: 1 - - uid: 1065 + - uid: 1119 components: - type: Transform pos: 42.5,-12.5 parent: 1 - - uid: 1066 + - uid: 1120 components: - type: Transform pos: 43.5,-12.5 parent: 1 - - uid: 1067 + - uid: 1121 components: - type: Transform pos: 44.5,-12.5 parent: 1 - - uid: 1068 + - uid: 1122 components: - type: Transform pos: 45.5,-12.5 parent: 1 - - uid: 1069 + - uid: 1123 components: - type: Transform pos: 45.5,-16.5 parent: 1 - - uid: 1070 + - uid: 1124 components: - type: Transform pos: 44.5,-16.5 parent: 1 - - uid: 1071 + - uid: 1125 components: - type: Transform pos: 43.5,-16.5 parent: 1 - - uid: 1072 + - uid: 1126 components: - type: Transform pos: 42.5,-16.5 parent: 1 - - uid: 1073 + - uid: 1127 components: - type: Transform pos: 41.5,-16.5 parent: 1 - - uid: 1074 + - uid: 1128 components: - type: Transform pos: 40.5,-16.5 parent: 1 - - uid: 1075 + - uid: 1129 components: - type: Transform pos: 39.5,-16.5 parent: 1 - - uid: 1076 + - uid: 1130 components: - type: Transform pos: 38.5,-16.5 parent: 1 - - uid: 1077 + - uid: 1131 components: - type: Transform pos: 37.5,-16.5 parent: 1 - - uid: 1078 + - uid: 1132 components: - type: Transform pos: 36.5,-16.5 parent: 1 - - uid: 1079 + - uid: 1133 components: - type: Transform pos: 45.5,-20.5 parent: 1 - - uid: 1080 + - uid: 1134 components: - type: Transform pos: 44.5,-20.5 parent: 1 - - uid: 1081 + - uid: 1135 components: - type: Transform pos: 43.5,-20.5 parent: 1 - - uid: 1082 + - uid: 1136 components: - type: Transform pos: 42.5,-20.5 parent: 1 - - uid: 1083 + - uid: 1137 components: - type: Transform pos: 41.5,-20.5 parent: 1 - - uid: 1084 + - uid: 1138 components: - type: Transform pos: 40.5,-20.5 parent: 1 - - uid: 1085 + - uid: 1139 components: - type: Transform pos: 39.5,-20.5 parent: 1 - - uid: 1086 + - uid: 1140 components: - type: Transform pos: 38.5,-20.5 parent: 1 - - uid: 1087 + - uid: 1141 components: - type: Transform pos: 37.5,-20.5 parent: 1 - - uid: 1088 + - uid: 1142 components: - type: Transform pos: 36.5,-20.5 parent: 1 - - uid: 1089 + - uid: 1143 components: - type: Transform pos: 36.5,-25.5 parent: 1 - - uid: 1090 + - uid: 1144 components: - type: Transform pos: 36.5,-24.5 parent: 1 - - uid: 1091 + - uid: 1145 components: - type: Transform pos: 36.5,-23.5 parent: 1 - - uid: 1092 + - uid: 1146 components: - type: Transform pos: 36.5,-22.5 parent: 1 - - uid: 1093 + - uid: 1147 components: - type: Transform pos: 36.5,-21.5 parent: 1 - - uid: 1094 + - uid: 1148 components: - type: Transform pos: 35.5,-24.5 parent: 1 - - uid: 1095 + - uid: 1149 components: - type: Transform pos: 29.5,-24.5 parent: 1 - - uid: 1096 + - uid: 1150 components: - type: Transform pos: 29.5,-23.5 parent: 1 - - uid: 1097 + - uid: 1151 components: - type: Transform pos: 29.5,-22.5 parent: 1 - - uid: 1098 + - uid: 1152 components: - type: Transform pos: 29.5,-21.5 parent: 1 - - uid: 1099 + - uid: 1153 components: - type: Transform pos: 29.5,-20.5 parent: 1 - - uid: 1100 + - uid: 1154 components: - type: Transform pos: 29.5,-19.5 parent: 1 - - uid: 1101 + - uid: 1155 components: - type: Transform pos: 29.5,-18.5 parent: 1 - - uid: 1102 + - uid: 1156 components: - type: Transform pos: 29.5,-17.5 parent: 1 - - uid: 1103 + - uid: 1157 components: - type: Transform pos: 20.5,-20.5 parent: 1 - - uid: 1104 + - uid: 1158 components: - type: Transform pos: 21.5,-20.5 parent: 1 - - uid: 1105 + - uid: 1159 components: - type: Transform pos: 22.5,-20.5 parent: 1 - - uid: 1106 + - uid: 1160 components: - type: Transform pos: 23.5,-20.5 parent: 1 - - uid: 1107 + - uid: 1161 components: - type: Transform pos: 24.5,-20.5 parent: 1 - - uid: 1108 + - uid: 1162 components: - type: Transform pos: 25.5,-20.5 parent: 1 - - uid: 1109 + - uid: 1163 components: - type: Transform pos: 26.5,-20.5 parent: 1 - - uid: 1110 + - uid: 1164 components: - type: Transform pos: 27.5,-20.5 parent: 1 - - uid: 1111 + - uid: 1165 components: - type: Transform pos: 28.5,-20.5 parent: 1 - - uid: 1112 + - uid: 1166 components: - type: Transform pos: 36.5,-17.5 parent: 1 - - uid: 1113 + - uid: 1167 components: - type: Transform pos: 35.5,-17.5 parent: 1 - - uid: 1114 + - uid: 1168 components: - type: Transform pos: 34.5,-17.5 parent: 1 - - uid: 1115 + - uid: 1169 components: - type: Transform pos: 33.5,-17.5 parent: 1 - - uid: 1116 + - uid: 1170 components: - type: Transform pos: 32.5,-17.5 parent: 1 - - uid: 1117 + - uid: 1171 components: - type: Transform pos: 31.5,-17.5 parent: 1 - - uid: 1118 + - uid: 1172 components: - type: Transform pos: 30.5,-17.5 parent: 1 - - uid: 1119 + - uid: 1173 components: - type: Transform pos: 33.5,-21.5 parent: 1 - - uid: 1120 + - uid: 1174 components: - type: Transform pos: 33.5,-20.5 parent: 1 - - uid: 1121 + - uid: 1175 components: - type: Transform pos: 33.5,-19.5 parent: 1 - - uid: 1122 + - uid: 1176 components: - type: Transform pos: 33.5,-18.5 parent: 1 - - uid: 1123 + - uid: 1177 components: - type: Transform pos: 36.5,-19.5 parent: 1 - - uid: 1124 + - uid: 1178 components: - type: Transform pos: 36.5,-18.5 parent: 1 - - uid: 1125 + - uid: 1179 components: - type: Transform pos: 34.5,-16.5 parent: 1 - - uid: 1126 + - uid: 1180 components: - type: Transform pos: 36.5,-15.5 parent: 1 - - uid: 1127 + - uid: 1181 components: - type: Transform pos: 36.5,-14.5 parent: 1 - - uid: 1128 + - uid: 1182 components: - type: Transform pos: 36.5,-13.5 parent: 1 - - uid: 1129 + - uid: 1183 components: - type: Transform pos: 29.5,-15.5 parent: 1 - - uid: 1130 + - uid: 1184 components: - type: Transform pos: 29.5,-14.5 parent: 1 - - uid: 1131 + - uid: 1185 components: - type: Transform pos: 29.5,-13.5 parent: 1 - - uid: 1132 + - uid: 1186 components: - type: Transform pos: 34.5,-15.5 parent: 1 - - uid: 1133 + - uid: 1187 components: - type: Transform pos: 44.5,-34.5 parent: 1 - - uid: 1134 + - uid: 1188 components: - type: Transform pos: 44.5,-33.5 parent: 1 - - uid: 1135 + - uid: 1189 components: - type: Transform pos: 44.5,-32.5 parent: 1 - - uid: 1136 + - uid: 1190 components: - type: Transform pos: 44.5,-31.5 parent: 1 - - uid: 1137 + - uid: 1191 components: - type: Transform pos: 44.5,-30.5 parent: 1 - - uid: 1138 + - uid: 1192 components: - type: Transform pos: 43.5,-32.5 parent: 1 - - uid: 1139 + - uid: 1193 components: - type: Transform pos: 42.5,-32.5 parent: 1 - - uid: 1140 + - uid: 1194 components: - type: Transform pos: 41.5,-32.5 parent: 1 - - uid: 1141 + - uid: 1195 components: - type: Transform pos: 45.5,-31.5 parent: 1 - - uid: 1142 + - uid: 1196 components: - type: Transform pos: 46.5,-31.5 parent: 1 - - uid: 1143 + - uid: 1197 components: - type: Transform pos: 47.5,-31.5 parent: 1 - - uid: 1144 + - uid: 1198 components: - type: Transform pos: 48.5,-31.5 parent: 1 - - uid: 1145 + - uid: 1199 components: - type: Transform pos: 49.5,-31.5 parent: 1 - - uid: 1146 + - uid: 1200 components: - type: Transform pos: 49.5,-35.5 parent: 1 - - uid: 1147 + - uid: 1201 components: - type: Transform pos: 49.5,-34.5 parent: 1 - - uid: 1148 + - uid: 1202 components: - type: Transform pos: 49.5,-33.5 parent: 1 - - uid: 1149 + - uid: 1203 components: - type: Transform pos: 49.5,-32.5 parent: 1 - - uid: 1150 + - uid: 1204 components: - type: Transform pos: 44.5,-36.5 parent: 1 - - uid: 1151 + - uid: 1205 components: - type: Transform pos: 44.5,-37.5 parent: 1 - - uid: 1152 + - uid: 1206 components: - type: Transform pos: 44.5,-38.5 parent: 1 - - uid: 1153 + - uid: 1207 components: - type: Transform pos: 44.5,-39.5 parent: 1 - - uid: 1154 + - uid: 1208 components: - type: Transform pos: 44.5,-40.5 parent: 1 - - uid: 1155 + - uid: 1209 components: - type: Transform pos: 44.5,-41.5 parent: 1 - - uid: 1156 + - uid: 1210 components: - type: Transform pos: 43.5,-40.5 parent: 1 - - uid: 1157 + - uid: 1211 components: - type: Transform pos: 42.5,-40.5 parent: 1 - - uid: 1158 + - uid: 1212 components: - type: Transform pos: 41.5,-40.5 parent: 1 - - uid: 1159 + - uid: 1213 components: - type: Transform pos: 40.5,-40.5 parent: 1 - - uid: 1160 + - uid: 1214 components: - type: Transform pos: 39.5,-40.5 parent: 1 - - uid: 1161 + - uid: 1215 components: - type: Transform pos: 38.5,-40.5 parent: 1 - - uid: 1162 + - uid: 1216 components: - type: Transform pos: 37.5,-40.5 parent: 1 - - uid: 1163 + - uid: 1217 components: - type: Transform pos: 36.5,-40.5 parent: 1 - - uid: 1164 + - uid: 1218 components: - type: Transform pos: 37.5,-41.5 parent: 1 - - uid: 1165 + - uid: 1219 components: - type: Transform pos: 37.5,-42.5 parent: 1 - - uid: 1166 + - uid: 1220 components: - type: Transform pos: 37.5,-43.5 parent: 1 - - uid: 1167 + - uid: 1221 components: - type: Transform pos: 37.5,-44.5 parent: 1 - - uid: 1168 + - uid: 1222 components: - type: Transform pos: 37.5,-45.5 parent: 1 - - uid: 1169 + - uid: 1223 components: - type: Transform pos: 37.5,-46.5 parent: 1 - - uid: 1170 + - uid: 1224 components: - type: Transform pos: 37.5,-47.5 parent: 1 - - uid: 1171 + - uid: 1225 components: - type: Transform pos: 36.5,-47.5 parent: 1 - - uid: 1172 + - uid: 1226 components: - type: Transform pos: 35.5,-47.5 parent: 1 - - uid: 1173 + - uid: 1227 components: - type: Transform pos: 34.5,-47.5 parent: 1 - - uid: 1174 + - uid: 1228 components: - type: Transform pos: 33.5,-47.5 parent: 1 - - uid: 1175 + - uid: 1229 components: - type: Transform pos: 32.5,-47.5 parent: 1 - - uid: 1176 + - uid: 1230 components: - type: Transform pos: 31.5,-47.5 parent: 1 - - uid: 1177 + - uid: 1231 components: - type: Transform pos: 30.5,-47.5 parent: 1 - - uid: 1178 + - uid: 1232 components: - type: Transform pos: 29.5,-47.5 parent: 1 - - uid: 1179 + - uid: 1233 components: - type: Transform pos: 28.5,-47.5 parent: 1 - - uid: 1180 + - uid: 1234 components: - type: Transform pos: 27.5,-47.5 parent: 1 - - uid: 1181 + - uid: 1235 components: - type: Transform pos: 26.5,-47.5 parent: 1 - - uid: 1182 + - uid: 1236 components: - type: Transform pos: 26.5,-46.5 parent: 1 - - uid: 1183 + - uid: 1237 components: - type: Transform pos: 26.5,-45.5 parent: 1 - - uid: 1184 + - uid: 1238 components: - type: Transform pos: 26.5,-44.5 parent: 1 - - uid: 1185 + - uid: 1239 components: - type: Transform pos: 26.5,-43.5 parent: 1 - - uid: 1186 + - uid: 1240 components: - type: Transform pos: 26.5,-42.5 parent: 1 - - uid: 1187 + - uid: 1241 components: - type: Transform pos: 26.5,-41.5 parent: 1 - - uid: 1188 + - uid: 1242 components: - type: Transform pos: 27.5,-41.5 parent: 1 - - uid: 1189 + - uid: 1243 components: - type: Transform pos: 28.5,-41.5 parent: 1 - - uid: 1190 + - uid: 1244 components: - type: Transform pos: 29.5,-41.5 parent: 1 - - uid: 1191 + - uid: 1245 components: - type: Transform pos: 30.5,-41.5 parent: 1 - - uid: 1192 + - uid: 1246 components: - type: Transform pos: 31.5,-41.5 parent: 1 - - uid: 1193 + - uid: 1247 components: - type: Transform pos: 32.5,-41.5 parent: 1 - - uid: 1194 + - uid: 1248 components: - type: Transform pos: 33.5,-41.5 parent: 1 - - uid: 1195 + - uid: 1249 components: - type: Transform pos: 34.5,-41.5 parent: 1 - - uid: 1196 + - uid: 1250 components: - type: Transform pos: 35.5,-41.5 parent: 1 - - uid: 1197 + - uid: 1251 components: - type: Transform pos: 36.5,-41.5 parent: 1 - - uid: 1198 + - uid: 1252 components: - type: Transform pos: -56.5,4.5 parent: 1 - - uid: 1199 + - uid: 1253 components: - type: Transform pos: -56.5,3.5 parent: 1 - - uid: 1200 + - uid: 1254 components: - type: Transform pos: -56.5,2.5 parent: 1 - - uid: 1201 + - uid: 1255 components: - type: Transform pos: -55.5,2.5 parent: 1 - - uid: 1202 + - uid: 1256 components: - type: Transform pos: -54.5,2.5 parent: 1 - - uid: 1203 + - uid: 1257 components: - type: Transform pos: -53.5,2.5 parent: 1 - - uid: 1204 + - uid: 1258 components: - type: Transform pos: -52.5,2.5 parent: 1 - - uid: 1205 + - uid: 1259 components: - type: Transform pos: -57.5,2.5 parent: 1 - - uid: 1206 + - uid: 1260 components: - type: Transform pos: -58.5,2.5 parent: 1 - - uid: 1207 + - uid: 1261 components: - type: Transform pos: -59.5,2.5 parent: 1 - - uid: 1208 + - uid: 1262 components: - type: Transform pos: -60.5,2.5 parent: 1 - - uid: 1209 + - uid: 1263 components: - type: Transform pos: -61.5,2.5 parent: 1 - - uid: 1210 + - uid: 1264 components: - type: Transform pos: -61.5,3.5 parent: 1 - - uid: 1211 + - uid: 1265 components: - type: Transform pos: -61.5,4.5 parent: 1 - - uid: 1212 + - uid: 1266 components: - type: Transform pos: -61.5,5.5 parent: 1 - - uid: 1213 + - uid: 1267 components: - type: Transform pos: -59.5,1.5 parent: 1 - - uid: 1214 + - uid: 1268 components: - type: Transform pos: -59.5,0.5 parent: 1 - - uid: 1215 + - uid: 1269 components: - type: Transform pos: -272.5,-78.5 parent: 1 - - uid: 1216 + - uid: 1270 components: - type: Transform pos: -77.5,3.5 parent: 1 - - uid: 1217 + - uid: 1271 components: - type: Transform pos: -77.5,4.5 parent: 1 - - uid: 1218 + - uid: 1272 components: - type: Transform pos: -77.5,5.5 parent: 1 - - uid: 1219 + - uid: 1273 components: - type: Transform pos: -77.5,6.5 parent: 1 - - uid: 1220 + - uid: 1274 components: - type: Transform pos: -77.5,2.5 parent: 1 - - uid: 1221 + - uid: 1275 components: - type: Transform pos: -77.5,1.5 parent: 1 - - uid: 1222 + - uid: 1276 components: - type: Transform pos: -76.5,1.5 parent: 1 - - uid: 1223 + - uid: 1277 components: - type: Transform pos: -75.5,1.5 parent: 1 - - uid: 1224 + - uid: 1278 components: - type: Transform pos: -74.5,1.5 parent: 1 - - uid: 1225 + - uid: 1279 components: - type: Transform pos: -73.5,1.5 parent: 1 - - uid: 1226 + - uid: 1280 components: - type: Transform pos: -72.5,1.5 parent: 1 - - uid: 1227 + - uid: 1281 components: - type: Transform pos: -71.5,1.5 parent: 1 - - uid: 1228 + - uid: 1282 components: - type: Transform pos: -70.5,1.5 parent: 1 - - uid: 1229 + - uid: 1283 components: - type: Transform pos: -69.5,1.5 parent: 1 - - uid: 1230 + - uid: 1284 components: - type: Transform pos: -68.5,1.5 parent: 1 - - uid: 1231 + - uid: 1285 components: - type: Transform pos: -67.5,1.5 parent: 1 - - uid: 1232 + - uid: 1286 components: - type: Transform pos: -66.5,1.5 parent: 1 - - uid: 1233 + - uid: 1287 components: - type: Transform pos: -66.5,2.5 parent: 1 - - uid: 1234 + - uid: 1288 components: - type: Transform pos: -70.5,2.5 parent: 1 - - uid: 1235 + - uid: 1289 components: - type: Transform pos: -70.5,3.5 parent: 1 - - uid: 1236 + - uid: 1290 components: - type: Transform pos: -74.5,2.5 parent: 1 - - uid: 1237 + - uid: 1291 components: - type: Transform pos: -74.5,3.5 parent: 1 - - uid: 1238 + - uid: 1292 components: - type: Transform pos: -74.5,4.5 parent: 1 - - uid: 1239 + - uid: 1293 components: - type: Transform pos: -74.5,5.5 parent: 1 - - uid: 1240 + - uid: 1294 components: - type: Transform pos: -74.5,0.5 parent: 1 - - uid: 1241 + - uid: 1295 components: - type: Transform pos: -271.5,-78.5 parent: 1 - - uid: 1242 + - uid: 1296 components: - type: Transform pos: -289.5,-79.5 parent: 1 - - uid: 1243 + - uid: 1297 components: - type: Transform pos: -266.5,-78.5 parent: 1 - - uid: 1244 + - uid: 1298 components: - type: Transform pos: -286.5,-82.5 parent: 1 - - uid: 1245 + - uid: 1299 components: - type: Transform pos: -295.5,-38.5 parent: 1 - - uid: 1246 + - uid: 1300 components: - type: Transform pos: -289.5,-50.5 parent: 1 - - uid: 1247 + - uid: 1301 components: - type: Transform pos: -289.5,-49.5 parent: 1 - - uid: 1248 + - uid: 1302 components: - type: Transform pos: -289.5,-51.5 parent: 1 - - uid: 1249 + - uid: 1303 components: - type: Transform pos: -267.5,-78.5 parent: 1 - - uid: 1250 + - uid: 1304 components: - type: Transform pos: -292.5,-39.5 parent: 1 - - uid: 1251 + - uid: 1305 components: - type: Transform pos: -289.5,-77.5 parent: 1 - - uid: 1252 + - uid: 1306 components: - type: Transform pos: -286.5,-87.5 parent: 1 - - uid: 1253 + - uid: 1307 components: - type: Transform pos: -289.5,-86.5 parent: 1 - - uid: 1254 + - uid: 1308 components: - type: Transform pos: -288.5,-77.5 parent: 1 - - uid: 1255 + - uid: 1309 components: - type: Transform pos: -288.5,-86.5 parent: 1 - - uid: 1256 + - uid: 1310 components: - type: Transform pos: -289.5,-84.5 parent: 1 - - uid: 1257 + - uid: 1311 components: - type: Transform pos: -286.5,-88.5 parent: 1 - - uid: 1258 + - uid: 1312 components: - type: Transform pos: -287.5,-88.5 parent: 1 - - uid: 1259 + - uid: 1313 components: - type: Transform pos: -289.5,-86.5 parent: 1 - - uid: 1260 + - uid: 1314 components: - type: Transform pos: -286.5,-79.5 parent: 1 - - uid: 1261 + - uid: 1315 components: - type: Transform pos: -289.5,-48.5 parent: 1 - - uid: 1262 + - uid: 1316 components: - type: Transform pos: -286.5,-88.5 parent: 1 - - uid: 1263 + - uid: 1317 components: - type: Transform pos: -289.5,-85.5 parent: 1 - - uid: 1264 + - uid: 1318 components: - type: Transform pos: -289.5,-52.5 parent: 1 - - uid: 1265 + - uid: 1319 components: - type: Transform pos: -293.5,-38.5 parent: 1 - - uid: 1266 + - uid: 1320 components: - type: Transform pos: -287.5,-86.5 parent: 1 - - uid: 1267 + - uid: 1321 components: - type: Transform pos: -286.5,-78.5 parent: 1 - - uid: 1268 + - uid: 1322 components: - type: Transform pos: -286.5,-86.5 parent: 1 - - uid: 1269 + - uid: 1323 components: - type: Transform pos: -287.5,-88.5 parent: 1 - - uid: 1270 + - uid: 1324 components: - type: Transform pos: -292.5,-39.5 parent: 1 - - uid: 1271 + - uid: 1325 components: - type: Transform pos: -289.5,-81.5 parent: 1 - - uid: 1272 + - uid: 1326 components: - type: Transform pos: 81.5,-42.5 parent: 1 - - uid: 1273 + - uid: 1327 components: - type: Transform pos: 81.5,-41.5 parent: 1 - - uid: 1274 + - uid: 1328 components: - type: Transform pos: 81.5,-43.5 parent: 1 - - uid: 1275 + - uid: 1329 components: - type: Transform pos: 81.5,-40.5 parent: 1 - - uid: 1276 + - uid: 1330 components: - type: Transform pos: 81.5,-44.5 parent: 1 - - uid: 1277 + - uid: 1331 components: - type: Transform pos: 81.5,-46.5 parent: 1 - - uid: 1278 + - uid: 1332 components: - type: Transform pos: 97.5,-44.5 parent: 1 - - uid: 1279 + - uid: 1333 components: - type: Transform pos: 81.5,-45.5 parent: 1 - - uid: 1280 + - uid: 1334 components: - type: Transform pos: 99.5,-44.5 parent: 1 - - uid: 1281 + - uid: 1335 components: - type: Transform pos: 100.5,-44.5 parent: 1 - - uid: 1282 + - uid: 1336 components: - type: Transform pos: 98.5,-44.5 parent: 1 - - uid: 1283 + - uid: 1337 components: - type: Transform pos: 101.5,-44.5 parent: 1 - - uid: 1284 + - uid: 1338 components: - type: Transform pos: 102.5,-43.5 parent: 1 - - uid: 1285 + - uid: 1339 components: - type: Transform pos: 102.5,-44.5 parent: 1 - - uid: 1286 + - uid: 1340 components: - type: Transform pos: 102.5,-45.5 parent: 1 - - uid: 1287 + - uid: 1341 components: - type: Transform pos: 102.5,-46.5 parent: 1 - - uid: 1288 + - uid: 1342 components: - type: Transform pos: 102.5,-47.5 parent: 1 - - uid: 1289 + - uid: 1343 components: - type: Transform pos: 102.5,-48.5 parent: 1 - - uid: 1290 + - uid: 1344 components: - type: Transform pos: 103.5,-45.5 parent: 1 - - uid: 1291 + - uid: 1345 components: - type: Transform pos: 104.5,-45.5 parent: 1 - - uid: 1292 + - uid: 1346 components: - type: Transform pos: 105.5,-45.5 parent: 1 - - uid: 1293 + - uid: 1347 components: - type: Transform pos: 106.5,-45.5 parent: 1 - - uid: 1294 + - uid: 1348 components: - type: Transform pos: 107.5,-45.5 parent: 1 - - uid: 1295 + - uid: 1349 components: - type: Transform pos: 108.5,-45.5 parent: 1 - - uid: 1296 + - uid: 1350 components: - type: Transform pos: 96.5,-44.5 parent: 1 - - uid: 1297 + - uid: 1351 components: - type: Transform pos: 95.5,-44.5 parent: 1 - - uid: 1298 + - uid: 1352 components: - type: Transform pos: 95.5,-45.5 parent: 1 - - uid: 1299 + - uid: 1353 components: - type: Transform pos: 95.5,-46.5 parent: 1 - - uid: 1300 + - uid: 1354 components: - type: Transform pos: 95.5,-47.5 parent: 1 - - uid: 1301 + - uid: 1355 components: - type: Transform pos: 94.5,-47.5 parent: 1 - - uid: 1302 + - uid: 1356 components: - type: Transform pos: 93.5,-47.5 parent: 1 - - uid: 1303 + - uid: 1357 components: - type: Transform pos: 92.5,-47.5 parent: 1 - - uid: 1304 + - uid: 1358 components: - type: Transform pos: 91.5,-47.5 parent: 1 - - uid: 1305 + - uid: 1359 components: - type: Transform pos: 90.5,-47.5 parent: 1 - - uid: 1306 + - uid: 1360 components: - type: Transform pos: 89.5,-47.5 parent: 1 - - uid: 1307 + - uid: 1361 components: - type: Transform pos: 88.5,-47.5 parent: 1 - - uid: 1308 + - uid: 1362 components: - type: Transform pos: 87.5,-47.5 parent: 1 - - uid: 1309 + - uid: 1363 components: - type: Transform pos: 86.5,-47.5 parent: 1 - - uid: 1310 + - uid: 1364 components: - type: Transform pos: 85.5,-47.5 parent: 1 - - uid: 1311 + - uid: 1365 components: - type: Transform pos: 84.5,-47.5 parent: 1 - - uid: 1312 + - uid: 1366 components: - type: Transform pos: 83.5,-47.5 parent: 1 - - uid: 1313 + - uid: 1367 components: - type: Transform pos: 82.5,-47.5 parent: 1 - - uid: 1314 + - uid: 1368 components: - type: Transform pos: 81.5,-47.5 parent: 1 - - uid: 1315 + - uid: 1369 components: - type: Transform pos: 81.5,-39.5 parent: 1 - - uid: 1316 + - uid: 1370 components: - type: Transform pos: 81.5,-38.5 parent: 1 - - uid: 1317 + - uid: 1371 components: - type: Transform pos: 81.5,-37.5 parent: 1 - - uid: 1318 + - uid: 1372 components: - type: Transform pos: 81.5,-36.5 parent: 1 - - uid: 1319 + - uid: 1373 components: - type: Transform pos: 81.5,-35.5 parent: 1 - - uid: 1320 + - uid: 1374 components: - type: Transform pos: 81.5,-34.5 parent: 1 - - uid: 1321 + - uid: 1375 components: - type: Transform pos: 81.5,-33.5 parent: 1 - - uid: 1322 + - uid: 1376 components: - type: Transform pos: 81.5,-32.5 parent: 1 - - uid: 1323 + - uid: 1377 components: - type: Transform pos: 82.5,-32.5 parent: 1 - - uid: 1324 + - uid: 1378 components: - type: Transform pos: 83.5,-32.5 parent: 1 - - uid: 1325 + - uid: 1379 components: - type: Transform pos: 84.5,-32.5 parent: 1 - - uid: 1326 + - uid: 1380 components: - type: Transform pos: 85.5,-32.5 parent: 1 - - uid: 1327 + - uid: 1381 components: - type: Transform pos: 86.5,-32.5 parent: 1 - - uid: 1328 + - uid: 1382 components: - type: Transform pos: 87.5,-32.5 parent: 1 - - uid: 1329 + - uid: 1383 components: - type: Transform pos: 88.5,-32.5 parent: 1 - - uid: 1330 + - uid: 1384 components: - type: Transform pos: 89.5,-32.5 parent: 1 - - uid: 1331 + - uid: 1385 components: - type: Transform pos: 90.5,-32.5 parent: 1 - - uid: 1332 + - uid: 1386 components: - type: Transform pos: 91.5,-32.5 parent: 1 - - uid: 1333 + - uid: 1387 components: - type: Transform pos: 92.5,-32.5 parent: 1 - - uid: 1334 + - uid: 1388 components: - type: Transform pos: 93.5,-32.5 parent: 1 - - uid: 1335 + - uid: 1389 components: - type: Transform pos: 94.5,-32.5 parent: 1 - - uid: 1336 + - uid: 1390 components: - type: Transform pos: 95.5,-32.5 parent: 1 - - uid: 1337 + - uid: 1391 components: - type: Transform pos: 96.5,-32.5 parent: 1 - - uid: 1338 + - uid: 1392 components: - type: Transform pos: 96.5,-33.5 parent: 1 - - uid: 1339 + - uid: 1393 components: - type: Transform pos: 96.5,-34.5 parent: 1 - - uid: 1340 + - uid: 1394 components: - type: Transform pos: 97.5,-34.5 parent: 1 - - uid: 1341 + - uid: 1395 components: - type: Transform pos: 98.5,-34.5 parent: 1 - - uid: 1342 + - uid: 1396 components: - type: Transform pos: 99.5,-34.5 parent: 1 - - uid: 1343 + - uid: 1397 components: - type: Transform pos: 100.5,-34.5 parent: 1 - - uid: 1344 + - uid: 1398 components: - type: Transform pos: 101.5,-34.5 parent: 1 - - uid: 1345 + - uid: 1399 components: - type: Transform pos: 102.5,-34.5 parent: 1 - - uid: 1346 + - uid: 1400 components: - type: Transform pos: 103.5,-34.5 parent: 1 - - uid: 1347 + - uid: 1401 components: - type: Transform pos: 104.5,-34.5 parent: 1 - - uid: 1348 + - uid: 1402 components: - type: Transform pos: 105.5,-34.5 parent: 1 - - uid: 1349 + - uid: 1403 components: - type: Transform pos: 106.5,-34.5 parent: 1 - - uid: 1350 + - uid: 1404 components: - type: Transform pos: 107.5,-34.5 parent: 1 - - uid: 1351 + - uid: 1405 components: - type: Transform pos: 108.5,-34.5 parent: 1 - - uid: 1352 + - uid: 1406 components: - type: Transform pos: 109.5,-34.5 parent: 1 - - uid: 1353 + - uid: 1407 components: - type: Transform pos: 110.5,-34.5 parent: 1 - - uid: 1354 + - uid: 1408 components: - type: Transform pos: 111.5,-34.5 parent: 1 - - uid: 1355 + - uid: 1409 components: - type: Transform pos: 112.5,-34.5 parent: 1 - - uid: 1356 + - uid: 1410 components: - type: Transform pos: 113.5,-34.5 parent: 1 - - uid: 1357 + - uid: 1411 components: - type: Transform pos: 114.5,-34.5 parent: 1 - - uid: 1358 + - uid: 1412 components: - type: Transform pos: 115.5,-34.5 parent: 1 - - uid: 1359 + - uid: 1413 components: - type: Transform pos: 116.5,-34.5 parent: 1 - - uid: 1360 + - uid: 1414 components: - type: Transform pos: 103.5,-33.5 parent: 1 - - uid: 1361 + - uid: 1415 components: - type: Transform pos: 103.5,-32.5 parent: 1 - - uid: 1362 + - uid: 1416 components: - type: Transform pos: 103.5,-31.5 parent: 1 - - uid: 1363 + - uid: 1417 components: - type: Transform pos: 107.5,-33.5 parent: 1 - - uid: 1364 + - uid: 1418 components: - type: Transform pos: 107.5,-32.5 parent: 1 - - uid: 1365 + - uid: 1419 components: - type: Transform pos: 107.5,-31.5 parent: 1 - - uid: 1366 + - uid: 1420 components: - type: Transform pos: 114.5,-35.5 parent: 1 - - uid: 1367 + - uid: 1421 components: - type: Transform pos: 114.5,-36.5 parent: 1 - - uid: 1368 + - uid: 1422 components: - type: Transform pos: 114.5,-37.5 parent: 1 - - uid: 1369 + - uid: 1423 components: - type: Transform pos: 114.5,-38.5 parent: 1 - - uid: 1370 + - uid: 1424 components: - type: Transform pos: 113.5,-38.5 parent: 1 - - uid: 1371 + - uid: 1425 components: - type: Transform pos: 112.5,-38.5 parent: 1 - - uid: 1372 + - uid: 1426 components: - type: Transform pos: 111.5,-38.5 parent: 1 - - uid: 1373 + - uid: 1427 components: - type: Transform pos: 110.5,-38.5 parent: 1 - - uid: 1374 + - uid: 1428 components: - type: Transform pos: 109.5,-38.5 parent: 1 - - uid: 1375 + - uid: 1429 components: - type: Transform pos: 108.5,-38.5 parent: 1 - - uid: 1376 + - uid: 1430 components: - type: Transform pos: 107.5,-38.5 parent: 1 - - uid: 1377 + - uid: 1431 components: - type: Transform pos: 106.5,-38.5 parent: 1 - - uid: 1378 + - uid: 1432 components: - type: Transform pos: 105.5,-38.5 parent: 1 - - uid: 1379 + - uid: 1433 components: - type: Transform pos: 104.5,-38.5 parent: 1 - - uid: 1380 + - uid: 1434 components: - type: Transform pos: 104.5,-39.5 parent: 1 - - uid: 1381 + - uid: 1435 components: - type: Transform pos: 104.5,-40.5 parent: 1 - - uid: 1382 + - uid: 1436 components: - type: Transform pos: 104.5,-41.5 parent: 1 - - uid: 1383 + - uid: 1437 components: - type: Transform pos: 104.5,-42.5 parent: 1 - - uid: 1384 + - uid: 1438 components: - type: Transform pos: 103.5,-42.5 parent: 1 - - uid: 1385 + - uid: 1439 components: - type: Transform pos: 103.5,-43.5 parent: 1 - - uid: 1386 + - uid: 1440 components: - type: Transform pos: 98.5,-41.5 parent: 1 - - uid: 1387 + - uid: 1441 components: - type: Transform pos: 97.5,-41.5 parent: 1 - - uid: 1388 + - uid: 1442 components: - type: Transform pos: 96.5,-41.5 parent: 1 - - uid: 1389 + - uid: 1443 components: - type: Transform pos: 95.5,-41.5 parent: 1 - - uid: 1390 + - uid: 1444 components: - type: Transform pos: 95.5,-42.5 parent: 1 - - uid: 1391 + - uid: 1445 components: - type: Transform pos: 95.5,-43.5 parent: 1 - - uid: 1392 + - uid: 1446 components: - type: Transform pos: 95.5,-40.5 parent: 1 - - uid: 1393 + - uid: 1447 components: - type: Transform pos: 95.5,-39.5 parent: 1 - - uid: 1394 + - uid: 1448 components: - type: Transform pos: 95.5,-38.5 parent: 1 - - uid: 1395 + - uid: 1449 components: - type: Transform pos: 95.5,-37.5 parent: 1 - - uid: 1396 + - uid: 1450 components: - type: Transform pos: 95.5,-36.5 parent: 1 - - uid: 1397 + - uid: 1451 components: - type: Transform pos: 95.5,-35.5 parent: 1 - - uid: 1398 + - uid: 1452 components: - type: Transform pos: 95.5,-34.5 parent: 1 - - uid: 1399 + - uid: 1453 components: - type: Transform pos: 96.5,-37.5 parent: 1 - - uid: 1400 + - uid: 1454 components: - type: Transform pos: 97.5,-37.5 parent: 1 - - uid: 1401 + - uid: 1455 components: - type: Transform pos: 98.5,-37.5 parent: 1 - - uid: 1402 + - uid: 1456 components: - type: Transform pos: 99.5,-37.5 parent: 1 - - uid: 1403 + - uid: 1457 components: - type: Transform pos: 100.5,-37.5 parent: 1 - - uid: 1404 + - uid: 1458 components: - type: Transform pos: 104.5,-37.5 parent: 1 - - uid: 1405 + - uid: 1459 components: - type: Transform pos: 103.5,-37.5 parent: 1 - - uid: 1406 + - uid: 1460 components: - type: Transform pos: 102.5,-37.5 parent: 1 - - uid: 1407 + - uid: 1461 components: - type: Transform pos: 101.5,-37.5 parent: 1 - - uid: 1408 + - uid: 1462 components: - type: Transform pos: 111.5,-40.5 parent: 1 - - uid: 1409 + - uid: 1463 components: - type: Transform pos: 111.5,-39.5 parent: 1 - - uid: 1410 + - uid: 1464 components: - type: Transform pos: 94.5,-38.5 parent: 1 - - uid: 1411 + - uid: 1465 components: - type: Transform pos: 93.5,-38.5 parent: 1 - - uid: 1412 + - uid: 1466 components: - type: Transform pos: 133.5,-30.5 parent: 1 - - uid: 1413 + - uid: 1467 components: - type: Transform pos: 133.5,-31.5 parent: 1 - - uid: 1414 + - uid: 1468 components: - type: Transform pos: 133.5,-32.5 parent: 1 - - uid: 1415 + - uid: 1469 components: - type: Transform pos: 132.5,-32.5 parent: 1 - - uid: 1416 + - uid: 1470 components: - type: Transform pos: 131.5,-32.5 parent: 1 - - uid: 1417 + - uid: 1471 components: - type: Transform pos: 130.5,-32.5 parent: 1 - - uid: 1418 + - uid: 1472 components: - type: Transform pos: 129.5,-32.5 parent: 1 - - uid: 1419 + - uid: 1473 components: - type: Transform pos: 128.5,-32.5 parent: 1 - - uid: 1420 + - uid: 1474 components: - type: Transform pos: 127.5,-32.5 parent: 1 - - uid: 1421 + - uid: 1475 components: - type: Transform pos: 126.5,-32.5 parent: 1 - - uid: 1422 + - uid: 1476 components: - type: Transform pos: 125.5,-32.5 parent: 1 - - uid: 1423 + - uid: 1477 components: - type: Transform pos: 127.5,-31.5 parent: 1 - - uid: 1424 + - uid: 1478 components: - type: Transform pos: 134.5,-31.5 parent: 1 - - uid: 1425 + - uid: 1479 components: - type: Transform pos: 135.5,-31.5 parent: 1 - - uid: 1426 + - uid: 1480 components: - type: Transform pos: 136.5,-31.5 parent: 1 - - uid: 1427 + - uid: 1481 components: - type: Transform pos: 137.5,-31.5 parent: 1 - - uid: 1428 + - uid: 1482 components: - type: Transform pos: 171.5,-72.5 parent: 1 - - uid: 1429 + - uid: 1483 components: - type: Transform pos: 181.5,-70.5 parent: 1 - - uid: 1430 + - uid: 1484 components: - type: Transform pos: 175.5,-71.5 parent: 1 - - uid: 1431 + - uid: 1485 components: - type: Transform pos: 178.5,-71.5 parent: 1 - - uid: 1432 + - uid: 1486 components: - type: Transform pos: 181.5,-69.5 parent: 1 - - uid: 1433 + - uid: 1487 components: - type: Transform pos: 165.5,-73.5 parent: 1 - - uid: 1434 + - uid: 1488 components: - type: Transform pos: 167.5,-73.5 parent: 1 - - uid: 1435 + - uid: 1489 components: - type: Transform pos: 181.5,-71.5 parent: 1 - - uid: 1436 + - uid: 1490 components: - type: Transform pos: 168.5,-71.5 parent: 1 - - uid: 1437 + - uid: 1491 components: - type: Transform pos: 171.5,-73.5 parent: 1 - - uid: 1438 + - uid: 1492 components: - type: Transform pos: 164.5,-73.5 parent: 1 - - uid: 1439 + - uid: 1493 components: - type: Transform pos: 182.5,-67.5 parent: 1 - - uid: 1440 + - uid: 1494 components: - type: Transform pos: 179.5,-71.5 parent: 1 - - uid: 1441 + - uid: 1495 components: - type: Transform pos: 181.5,-67.5 parent: 1 - - uid: 1442 + - uid: 1496 components: - type: Transform pos: 174.5,-71.5 parent: 1 - - uid: 1443 + - uid: 1497 components: - type: Transform pos: 171.5,-71.5 parent: 1 - - uid: 1444 + - uid: 1498 components: - type: Transform pos: 180.5,-71.5 parent: 1 - - uid: 1445 + - uid: 1499 components: - type: Transform pos: 168.5,-73.5 parent: 1 - - uid: 1446 + - uid: 1500 components: - type: Transform pos: 166.5,-73.5 parent: 1 - - uid: 1447 + - uid: 1501 components: - type: Transform pos: 177.5,-71.5 parent: 1 - - uid: 1448 + - uid: 1502 components: - type: Transform pos: 170.5,-74.5 parent: 1 - - uid: 1449 + - uid: 1503 components: - type: Transform pos: 173.5,-71.5 parent: 1 - - uid: 1450 + - uid: 1504 components: - type: Transform pos: 168.5,-70.5 parent: 1 - - uid: 1451 + - uid: 1505 components: - type: Transform pos: 168.5,-74.5 parent: 1 - - uid: 1452 + - uid: 1506 components: - type: Transform pos: 176.5,-71.5 parent: 1 - - uid: 1453 + - uid: 1507 components: - type: Transform pos: 169.5,-74.5 parent: 1 - - uid: 1454 + - uid: 1508 components: - type: Transform pos: 171.5,-74.5 parent: 1 - - uid: 1455 + - uid: 1509 components: - type: Transform pos: 171.5,-76.5 parent: 1 - - uid: 1456 + - uid: 1510 components: - type: Transform pos: 172.5,-76.5 parent: 1 - - uid: 1457 + - uid: 1511 components: - type: Transform pos: 168.5,-72.5 parent: 1 - - uid: 1458 + - uid: 1512 components: - type: Transform pos: 181.5,-68.5 parent: 1 - - uid: 1459 + - uid: 1513 components: - type: Transform pos: 183.5,-67.5 parent: 1 - - uid: 1460 + - uid: 1514 components: - type: Transform pos: 171.5,-74.5 parent: 1 - - uid: 1461 + - uid: 1515 components: - type: Transform pos: 171.5,-75.5 parent: 1 - - uid: 1462 + - uid: 1516 components: - type: Transform pos: 168.5,-69.5 parent: 1 - - uid: 1463 + - uid: 1517 components: - type: Transform pos: 168.5,-68.5 parent: 1 - - uid: 1464 + - uid: 1518 components: - type: Transform pos: 168.5,-67.5 parent: 1 - - uid: 1465 + - uid: 1519 components: - type: Transform pos: 159.5,-73.5 parent: 1 - - uid: 1466 + - uid: 1520 components: - type: Transform pos: 163.5,-73.5 parent: 1 - - uid: 1467 + - uid: 1521 components: - type: Transform pos: 162.5,-73.5 parent: 1 - - uid: 1468 + - uid: 1522 components: - type: Transform pos: 161.5,-73.5 parent: 1 - - uid: 1469 + - uid: 1523 components: - type: Transform pos: 160.5,-73.5 parent: 1 - - uid: 1470 + - uid: 1524 components: - type: Transform pos: 159.5,-75.5 parent: 1 - - uid: 1471 + - uid: 1525 components: - type: Transform pos: 159.5,-74.5 parent: 1 - - uid: 1472 + - uid: 1526 components: - type: Transform pos: 159.5,-77.5 parent: 1 - - uid: 1473 + - uid: 1527 components: - type: Transform pos: 159.5,-76.5 parent: 1 - - uid: 1474 + - uid: 1528 components: - type: Transform pos: 159.5,-78.5 parent: 1 - - uid: 1475 + - uid: 1529 components: - type: Transform pos: 158.5,-73.5 parent: 1 - - uid: 1476 + - uid: 1530 components: - type: Transform pos: 158.5,-72.5 parent: 1 - - uid: 1477 + - uid: 1531 components: - type: Transform pos: 158.5,-71.5 parent: 1 - - uid: 1478 + - uid: 1532 components: - type: Transform pos: 158.5,-70.5 parent: 1 - - uid: 1479 + - uid: 1533 components: - type: Transform pos: 158.5,-69.5 parent: 1 - - uid: 1480 + - uid: 1534 components: - type: Transform pos: 158.5,-68.5 parent: 1 - - uid: 1481 + - uid: 1535 components: - type: Transform pos: 159.5,-68.5 parent: 1 - - uid: 1482 + - uid: 1536 components: - type: Transform pos: 160.5,-68.5 parent: 1 - - uid: 1483 + - uid: 1537 components: - type: Transform pos: 161.5,-68.5 parent: 1 - - uid: 1484 + - uid: 1538 components: - type: Transform pos: 162.5,-68.5 parent: 1 - - uid: 1485 + - uid: 1539 components: - type: Transform pos: 173.5,-76.5 parent: 1 - - uid: 1486 + - uid: 1540 components: - type: Transform pos: 174.5,-76.5 parent: 1 - - uid: 1487 + - uid: 1541 components: - type: Transform pos: 175.5,-76.5 parent: 1 - - uid: 1488 + - uid: 1542 components: - type: Transform pos: 176.5,-76.5 parent: 1 - - uid: 1489 + - uid: 1543 components: - type: Transform pos: 176.5,-75.5 parent: 1 - - uid: 1490 + - uid: 1544 components: - type: Transform pos: 176.5,-74.5 parent: 1 - - uid: 1491 + - uid: 1545 components: - type: Transform pos: 177.5,-74.5 parent: 1 - - uid: 1492 + - uid: 1546 components: - type: Transform pos: 178.5,-74.5 parent: 1 - - uid: 1493 + - uid: 1547 components: - type: Transform pos: 178.5,-73.5 parent: 1 - - uid: 1494 + - uid: 1548 components: - type: Transform pos: 179.5,-73.5 parent: 1 - - uid: 1495 + - uid: 1549 components: - type: Transform pos: 180.5,-73.5 parent: 1 - - uid: 1496 + - uid: 1550 components: - type: Transform pos: 181.5,-73.5 parent: 1 - - uid: 1497 + - uid: 1551 components: - type: Transform pos: 182.5,-73.5 parent: 1 - - uid: 1498 + - uid: 1552 components: - type: Transform pos: 183.5,-73.5 parent: 1 - - uid: 1499 + - uid: 1553 components: - type: Transform pos: 183.5,-74.5 parent: 1 - - uid: 1500 + - uid: 1554 components: - type: Transform pos: 183.5,-75.5 parent: 1 - - uid: 1501 + - uid: 1555 components: - type: Transform pos: 183.5,-76.5 parent: 1 - - uid: 1502 + - uid: 1556 components: - type: Transform pos: 34.5,-66.5 parent: 1 - - uid: 1503 + - uid: 1557 components: - type: Transform pos: 36.5,-66.5 parent: 1 - - uid: 1504 + - uid: 1558 components: - type: Transform pos: 34.5,-65.5 parent: 1 - - uid: 1505 + - uid: 1559 components: - type: Transform pos: 35.5,-66.5 parent: 1 - - uid: 1506 + - uid: 1560 components: - type: Transform pos: 38.5,-64.5 parent: 1 - - uid: 1507 + - uid: 1561 components: - type: Transform pos: 38.5,-63.5 parent: 1 - - uid: 1508 + - uid: 1562 components: - type: Transform pos: 39.5,-63.5 parent: 1 - - uid: 1509 + - uid: 1563 components: - type: Transform pos: 39.5,-62.5 parent: 1 - - uid: 1510 + - uid: 1564 components: - type: Transform pos: 39.5,-61.5 parent: 1 - - uid: 1511 + - uid: 1565 components: - type: Transform pos: 39.5,-60.5 parent: 1 - - uid: 1512 + - uid: 1566 components: - type: Transform pos: 39.5,-59.5 parent: 1 - - uid: 1513 + - uid: 1567 components: - type: Transform pos: 39.5,-58.5 parent: 1 - - uid: 1514 + - uid: 1568 components: - type: Transform pos: 39.5,-57.5 parent: 1 - - uid: 1515 + - uid: 1569 components: - type: Transform pos: 40.5,-57.5 parent: 1 - - uid: 1516 + - uid: 1570 components: - type: Transform pos: 41.5,-57.5 parent: 1 - - uid: 1517 + - uid: 1571 components: - type: Transform pos: 42.5,-57.5 parent: 1 - - uid: 1518 + - uid: 1572 components: - type: Transform pos: 43.5,-57.5 parent: 1 - - uid: 1519 + - uid: 1573 components: - type: Transform pos: 44.5,-57.5 parent: 1 - - uid: 1520 + - uid: 1574 components: - type: Transform pos: 45.5,-57.5 parent: 1 - - uid: 1521 + - uid: 1575 components: - type: Transform pos: 40.5,-61.5 parent: 1 - - uid: 1522 + - uid: 1576 components: - type: Transform pos: 41.5,-61.5 parent: 1 - - uid: 1523 + - uid: 1577 components: - type: Transform pos: 42.5,-61.5 parent: 1 - - uid: 1524 + - uid: 1578 components: - type: Transform pos: 43.5,-61.5 parent: 1 - - uid: 1525 + - uid: 1579 components: - type: Transform pos: 44.5,-61.5 parent: 1 - - uid: 1526 + - uid: 1580 components: - type: Transform pos: 45.5,-61.5 parent: 1 - - uid: 1527 + - uid: 1581 components: - type: Transform pos: 46.5,-61.5 parent: 1 - - uid: 1528 + - uid: 1582 components: - type: Transform pos: 47.5,-61.5 parent: 1 - - uid: 1529 + - uid: 1583 components: - type: Transform pos: 48.5,-61.5 parent: 1 - - uid: 1530 + - uid: 1584 components: - type: Transform pos: 13.5,-58.5 parent: 1 - - uid: 1531 + - uid: 1585 components: - type: Transform pos: 13.5,-59.5 parent: 1 - - uid: 1532 + - uid: 1586 components: - type: Transform pos: 38.5,-66.5 parent: 1 - - uid: 1533 + - uid: 1587 components: - type: Transform pos: 38.5,-65.5 parent: 1 - - uid: 1534 + - uid: 1588 components: - type: Transform pos: 48.5,-62.5 parent: 1 - - uid: 1535 + - uid: 1589 components: - type: Transform pos: 48.5,-63.5 parent: 1 - - uid: 1536 + - uid: 1590 components: - type: Transform pos: 48.5,-64.5 parent: 1 - - uid: 1537 + - uid: 1591 components: - type: Transform pos: 48.5,-65.5 parent: 1 - - uid: 1538 + - uid: 1592 components: - type: Transform pos: 48.5,-66.5 parent: 1 - - uid: 1539 + - uid: 1593 components: - type: Transform pos: 48.5,-67.5 parent: 1 - - uid: 1540 + - uid: 1594 components: - type: Transform pos: 48.5,-68.5 parent: 1 - - uid: 1541 + - uid: 1595 components: - type: Transform pos: 48.5,-69.5 parent: 1 - - uid: 1542 + - uid: 1596 components: - type: Transform pos: 48.5,-70.5 parent: 1 - - uid: 1543 + - uid: 1597 components: - type: Transform pos: 47.5,-70.5 parent: 1 - - uid: 1544 + - uid: 1598 components: - type: Transform pos: 46.5,-70.5 parent: 1 - - uid: 1545 + - uid: 1599 components: - type: Transform pos: 45.5,-70.5 parent: 1 - - uid: 1546 + - uid: 1600 components: - type: Transform pos: 44.5,-70.5 parent: 1 - - uid: 1547 + - uid: 1601 components: - type: Transform pos: 44.5,-69.5 parent: 1 - - uid: 1548 + - uid: 1602 components: - type: Transform pos: 44.5,-68.5 parent: 1 - - uid: 1549 + - uid: 1603 components: - type: Transform pos: 44.5,-67.5 parent: 1 - - uid: 1550 + - uid: 1604 components: - type: Transform pos: 44.5,-66.5 parent: 1 - - uid: 1551 + - uid: 1605 components: - type: Transform pos: 44.5,-65.5 parent: 1 - - uid: 1552 + - uid: 1606 components: - type: Transform pos: 44.5,-64.5 parent: 1 - - uid: 1553 + - uid: 1607 components: - type: Transform pos: 44.5,-63.5 parent: 1 - - uid: 1554 + - uid: 1608 components: - type: Transform pos: 44.5,-62.5 parent: 1 - - uid: 1555 + - uid: 1609 components: - type: Transform pos: 38.5,-67.5 parent: 1 - - uid: 1556 + - uid: 1610 components: - type: Transform pos: 39.5,-66.5 parent: 1 - - uid: 1557 + - uid: 1611 components: - type: Transform pos: 37.5,-66.5 parent: 1 - - uid: 1558 + - uid: 1612 components: - type: Transform pos: 38.5,-68.5 parent: 1 - - uid: 1559 + - uid: 1613 components: - type: Transform pos: 37.5,-69.5 parent: 1 - - uid: 1560 + - uid: 1614 components: - type: Transform pos: 38.5,-69.5 parent: 1 - - uid: 1561 + - uid: 1615 components: - type: Transform pos: 14.5,-69.5 parent: 1 - - uid: 1562 + - uid: 1616 components: - type: Transform pos: 13.5,-69.5 parent: 1 - - uid: 1563 + - uid: 1617 components: - type: Transform pos: 34.5,-64.5 parent: 1 - - uid: 1564 + - uid: 1618 components: - type: Transform pos: 37.5,-70.5 parent: 1 - - uid: 1565 + - uid: 1619 components: - type: Transform pos: 37.5,-71.5 parent: 1 - - uid: 1566 + - uid: 1620 components: - type: Transform pos: 37.5,-72.5 parent: 1 - - uid: 1567 + - uid: 1621 components: - type: Transform pos: 37.5,-73.5 parent: 1 - - uid: 1568 + - uid: 1622 components: - type: Transform pos: 37.5,-74.5 parent: 1 - - uid: 1569 + - uid: 1623 components: - type: Transform pos: 37.5,-75.5 parent: 1 - - uid: 1570 + - uid: 1624 components: - type: Transform pos: 37.5,-76.5 parent: 1 - - uid: 1571 + - uid: 1625 components: - type: Transform pos: 38.5,-76.5 parent: 1 - - uid: 1572 + - uid: 1626 components: - type: Transform pos: 39.5,-76.5 parent: 1 - - uid: 1573 + - uid: 1627 components: - type: Transform pos: 40.5,-76.5 parent: 1 - - uid: 1574 + - uid: 1628 components: - type: Transform pos: 41.5,-76.5 parent: 1 - - uid: 1575 + - uid: 1629 components: - type: Transform pos: 38.5,-73.5 parent: 1 - - uid: 1576 + - uid: 1630 components: - type: Transform pos: 39.5,-73.5 parent: 1 - - uid: 1577 + - uid: 1631 components: - type: Transform pos: 40.5,-73.5 parent: 1 - - uid: 1578 + - uid: 1632 components: - type: Transform pos: 41.5,-73.5 parent: 1 - - uid: 1579 + - uid: 1633 components: - type: Transform pos: 39.5,-69.5 parent: 1 - - uid: 1580 + - uid: 1634 components: - type: Transform pos: 40.5,-69.5 parent: 1 - - uid: 1581 + - uid: 1635 components: - type: Transform pos: 33.5,-64.5 parent: 1 - - uid: 1582 + - uid: 1636 components: - type: Transform pos: 32.5,-64.5 parent: 1 - - uid: 1583 + - uid: 1637 components: - type: Transform pos: 31.5,-64.5 parent: 1 - - uid: 1584 + - uid: 1638 components: - type: Transform pos: 30.5,-64.5 parent: 1 - - uid: 1585 + - uid: 1639 components: - type: Transform pos: 29.5,-64.5 parent: 1 - - uid: 1586 + - uid: 1640 components: - type: Transform pos: 28.5,-64.5 parent: 1 - - uid: 1587 + - uid: 1641 components: - type: Transform pos: 27.5,-64.5 parent: 1 - - uid: 1588 + - uid: 1642 components: - type: Transform pos: 26.5,-64.5 parent: 1 - - uid: 1589 + - uid: 1643 components: - type: Transform pos: 25.5,-64.5 parent: 1 - - uid: 1590 + - uid: 1644 components: - type: Transform pos: 24.5,-64.5 parent: 1 - - uid: 1591 + - uid: 1645 components: - type: Transform pos: 23.5,-64.5 parent: 1 - - uid: 1592 + - uid: 1646 components: - type: Transform pos: 22.5,-64.5 parent: 1 - - uid: 1593 + - uid: 1647 components: - type: Transform pos: 21.5,-64.5 parent: 1 - - uid: 1594 + - uid: 1648 components: - type: Transform pos: 20.5,-64.5 parent: 1 - - uid: 1595 + - uid: 1649 components: - type: Transform pos: 19.5,-64.5 parent: 1 - - uid: 1596 + - uid: 1650 components: - type: Transform pos: 18.5,-64.5 parent: 1 - - uid: 1597 + - uid: 1651 components: - type: Transform pos: 17.5,-64.5 parent: 1 - - uid: 1598 + - uid: 1652 components: - type: Transform pos: 16.5,-64.5 parent: 1 - - uid: 1599 + - uid: 1653 components: - type: Transform pos: 15.5,-64.5 parent: 1 - - uid: 1600 + - uid: 1654 components: - type: Transform pos: 14.5,-64.5 parent: 1 - - uid: 1601 + - uid: 1655 components: - type: Transform pos: 13.5,-64.5 parent: 1 - - uid: 1602 + - uid: 1656 components: - type: Transform pos: 12.5,-64.5 parent: 1 - - uid: 1603 + - uid: 1657 components: - type: Transform pos: 12.5,-65.5 parent: 1 - - uid: 1604 + - uid: 1658 components: - type: Transform pos: 12.5,-66.5 parent: 1 - - uid: 1605 + - uid: 1659 components: - type: Transform pos: 12.5,-67.5 parent: 1 - - uid: 1606 + - uid: 1660 components: - type: Transform pos: 12.5,-68.5 parent: 1 - - uid: 1607 + - uid: 1661 components: - type: Transform pos: 12.5,-69.5 parent: 1 - - uid: 1608 + - uid: 1662 components: - type: Transform pos: 15.5,-69.5 parent: 1 - - uid: 1609 + - uid: 1663 components: - type: Transform pos: 16.5,-69.5 parent: 1 - - uid: 1610 + - uid: 1664 components: - type: Transform pos: 17.5,-69.5 parent: 1 - - uid: 1611 + - uid: 1665 components: - type: Transform pos: 18.5,-69.5 parent: 1 - - uid: 1612 + - uid: 1666 components: - type: Transform pos: 19.5,-69.5 parent: 1 - - uid: 1613 + - uid: 1667 components: - type: Transform pos: 20.5,-69.5 parent: 1 - - uid: 1614 + - uid: 1668 components: - type: Transform pos: 21.5,-69.5 parent: 1 - - uid: 1615 + - uid: 1669 components: - type: Transform pos: 22.5,-69.5 parent: 1 - - uid: 1616 + - uid: 1670 components: - type: Transform pos: 23.5,-69.5 parent: 1 - - uid: 1617 + - uid: 1671 components: - type: Transform pos: 24.5,-69.5 parent: 1 - - uid: 1618 + - uid: 1672 components: - type: Transform pos: 25.5,-69.5 parent: 1 - - uid: 1619 + - uid: 1673 components: - type: Transform pos: 26.5,-69.5 parent: 1 - - uid: 1620 + - uid: 1674 components: - type: Transform pos: 27.5,-69.5 parent: 1 - - uid: 1621 + - uid: 1675 components: - type: Transform pos: 28.5,-69.5 parent: 1 - - uid: 1622 + - uid: 1676 components: - type: Transform pos: 29.5,-69.5 parent: 1 - - uid: 1623 + - uid: 1677 components: - type: Transform pos: 30.5,-69.5 parent: 1 - - uid: 1624 + - uid: 1678 components: - type: Transform pos: 31.5,-69.5 parent: 1 - - uid: 1625 + - uid: 1679 components: - type: Transform pos: 32.5,-69.5 parent: 1 - - uid: 1626 + - uid: 1680 components: - type: Transform pos: 33.5,-69.5 parent: 1 - - uid: 1627 + - uid: 1681 components: - type: Transform pos: 34.5,-69.5 parent: 1 - - uid: 1628 + - uid: 1682 components: - type: Transform pos: 34.5,-68.5 parent: 1 - - uid: 1629 + - uid: 1683 components: - type: Transform pos: 34.5,-67.5 parent: 1 - - uid: 1630 + - uid: 1684 components: - type: Transform pos: 13.5,-62.5 parent: 1 - - uid: 1631 + - uid: 1685 components: - type: Transform pos: 13.5,-63.5 parent: 1 - - uid: 1632 + - uid: 1686 components: - type: Transform pos: 17.5,-58.5 parent: 1 - - uid: 1633 + - uid: 1687 components: - type: Transform pos: 29.5,-75.5 parent: 1 - - uid: 1634 + - uid: 1688 components: - type: Transform pos: 29.5,-74.5 parent: 1 - - uid: 1635 + - uid: 1689 components: - type: Transform pos: 29.5,-73.5 parent: 1 - - uid: 1636 + - uid: 1690 components: - type: Transform pos: 29.5,-72.5 parent: 1 - - uid: 1637 + - uid: 1691 components: - type: Transform pos: 29.5,-71.5 parent: 1 - - uid: 1638 + - uid: 1692 components: - type: Transform pos: 29.5,-70.5 parent: 1 - - uid: 1639 + - uid: 1693 components: - type: Transform pos: 33.5,-75.5 parent: 1 - - uid: 1640 + - uid: 1694 components: - type: Transform pos: 33.5,-74.5 parent: 1 - - uid: 1641 + - uid: 1695 components: - type: Transform pos: 33.5,-73.5 parent: 1 - - uid: 1642 + - uid: 1696 components: - type: Transform pos: 33.5,-72.5 parent: 1 - - uid: 1643 + - uid: 1697 components: - type: Transform pos: 33.5,-71.5 parent: 1 - - uid: 1644 + - uid: 1698 components: - type: Transform pos: 33.5,-70.5 parent: 1 - - uid: 1645 + - uid: 1699 components: - type: Transform pos: 13.5,-61.5 parent: 1 - - uid: 1646 + - uid: 1700 components: - type: Transform pos: 13.5,-60.5 parent: 1 - - uid: 1647 + - uid: 1701 components: - type: Transform pos: 25.5,-75.5 parent: 1 - - uid: 1648 + - uid: 1702 components: - type: Transform pos: 25.5,-74.5 parent: 1 - - uid: 1649 + - uid: 1703 components: - type: Transform pos: 25.5,-73.5 parent: 1 - - uid: 1650 + - uid: 1704 components: - type: Transform pos: 25.5,-72.5 parent: 1 - - uid: 1651 + - uid: 1705 components: - type: Transform pos: 25.5,-71.5 parent: 1 - - uid: 1652 + - uid: 1706 components: - type: Transform pos: 25.5,-70.5 parent: 1 - - uid: 1653 + - uid: 1707 components: - type: Transform pos: 21.5,-74.5 parent: 1 - - uid: 1654 + - uid: 1708 components: - type: Transform pos: 21.5,-73.5 parent: 1 - - uid: 1655 + - uid: 1709 components: - type: Transform pos: 21.5,-72.5 parent: 1 - - uid: 1656 + - uid: 1710 components: - type: Transform pos: 21.5,-71.5 parent: 1 - - uid: 1657 + - uid: 1711 components: - type: Transform pos: 21.5,-70.5 parent: 1 - - uid: 1658 + - uid: 1712 components: - type: Transform pos: 17.5,-75.5 parent: 1 - - uid: 1659 + - uid: 1713 components: - type: Transform pos: 17.5,-74.5 parent: 1 - - uid: 1660 + - uid: 1714 components: - type: Transform pos: 17.5,-73.5 parent: 1 - - uid: 1661 + - uid: 1715 components: - type: Transform pos: 17.5,-72.5 parent: 1 - - uid: 1662 + - uid: 1716 components: - type: Transform pos: 17.5,-71.5 parent: 1 - - uid: 1663 + - uid: 1717 components: - type: Transform pos: 17.5,-70.5 parent: 1 - - uid: 1664 + - uid: 1718 components: - type: Transform pos: 13.5,-75.5 parent: 1 - - uid: 1665 + - uid: 1719 components: - type: Transform pos: 13.5,-74.5 parent: 1 - - uid: 1666 + - uid: 1720 components: - type: Transform pos: 13.5,-73.5 parent: 1 - - uid: 1667 + - uid: 1721 components: - type: Transform pos: 13.5,-72.5 parent: 1 - - uid: 1668 + - uid: 1722 components: - type: Transform pos: 13.5,-71.5 parent: 1 - - uid: 1669 + - uid: 1723 components: - type: Transform pos: 13.5,-70.5 parent: 1 - - uid: 1670 + - uid: 1724 components: - type: Transform pos: 17.5,-59.5 parent: 1 - - uid: 1671 + - uid: 1725 components: - type: Transform pos: 17.5,-60.5 parent: 1 - - uid: 1672 + - uid: 1726 components: - type: Transform pos: 17.5,-61.5 parent: 1 - - uid: 1673 + - uid: 1727 components: - type: Transform pos: 17.5,-62.5 parent: 1 - - uid: 1674 + - uid: 1728 components: - type: Transform pos: 17.5,-63.5 parent: 1 - - uid: 1675 + - uid: 1729 components: - type: Transform pos: 21.5,-57.5 parent: 1 - - uid: 1676 + - uid: 1730 components: - type: Transform pos: 21.5,-58.5 parent: 1 - - uid: 1677 + - uid: 1731 components: - type: Transform pos: 21.5,-59.5 parent: 1 - - uid: 1678 + - uid: 1732 components: - type: Transform pos: 21.5,-60.5 parent: 1 - - uid: 1679 + - uid: 1733 components: - type: Transform pos: 21.5,-61.5 parent: 1 - - uid: 1680 + - uid: 1734 components: - type: Transform pos: 21.5,-62.5 parent: 1 - - uid: 1681 + - uid: 1735 components: - type: Transform pos: 21.5,-63.5 parent: 1 - - uid: 1682 + - uid: 1736 components: - type: Transform pos: 25.5,-58.5 parent: 1 - - uid: 1683 + - uid: 1737 components: - type: Transform pos: 25.5,-59.5 parent: 1 - - uid: 1684 + - uid: 1738 components: - type: Transform pos: 25.5,-60.5 parent: 1 - - uid: 1685 + - uid: 1739 components: - type: Transform pos: 25.5,-61.5 parent: 1 - - uid: 1686 + - uid: 1740 components: - type: Transform pos: 25.5,-62.5 parent: 1 - - uid: 1687 + - uid: 1741 components: - type: Transform pos: 25.5,-63.5 parent: 1 - - uid: 1688 + - uid: 1742 components: - type: Transform pos: 29.5,-58.5 parent: 1 - - uid: 1689 + - uid: 1743 components: - type: Transform pos: 29.5,-59.5 parent: 1 - - uid: 1690 + - uid: 1744 components: - type: Transform pos: 29.5,-60.5 parent: 1 - - uid: 1691 + - uid: 1745 components: - type: Transform pos: 29.5,-61.5 parent: 1 - - uid: 1692 + - uid: 1746 components: - type: Transform pos: 29.5,-62.5 parent: 1 - - uid: 1693 + - uid: 1747 components: - type: Transform pos: 29.5,-63.5 parent: 1 - - uid: 1694 + - uid: 1748 components: - type: Transform pos: 35.5,-58.5 parent: 1 - - uid: 1695 + - uid: 1749 components: - type: Transform pos: 35.5,-59.5 parent: 1 - - uid: 1696 + - uid: 1750 components: - type: Transform pos: 35.5,-60.5 parent: 1 - - uid: 1697 + - uid: 1751 components: - type: Transform pos: 35.5,-61.5 parent: 1 - - uid: 1698 + - uid: 1752 components: - type: Transform pos: 35.5,-62.5 parent: 1 - - uid: 1699 + - uid: 1753 components: - type: Transform pos: 35.5,-63.5 parent: 1 - - uid: 1700 + - uid: 1754 components: - type: Transform pos: 35.5,-64.5 parent: 1 - - uid: 1701 + - uid: 1755 components: - type: Transform pos: -55.5,-123.5 parent: 1 - - uid: 1702 + - uid: 1756 components: - type: Transform pos: -57.5,-123.5 parent: 1 - - uid: 1703 + - uid: 1757 components: - type: Transform pos: -50.5,-124.5 parent: 1 - - uid: 1704 + - uid: 1758 components: - type: Transform pos: -57.5,-125.5 parent: 1 - - uid: 1705 + - uid: 1759 components: - type: Transform pos: -56.5,-123.5 parent: 1 - - uid: 1706 + - uid: 1760 components: - type: Transform pos: -49.5,-123.5 parent: 1 - - uid: 1707 + - uid: 1761 components: - type: Transform pos: -48.5,-123.5 parent: 1 - - uid: 1708 + - uid: 1762 components: - type: Transform pos: -49.5,-123.5 parent: 1 - - uid: 1709 + - uid: 1763 components: - type: Transform pos: -57.5,-123.5 parent: 1 - - uid: 1710 + - uid: 1764 components: - type: Transform pos: -50.5,-123.5 parent: 1 - - uid: 1711 + - uid: 1765 components: - type: Transform pos: -50.5,-124.5 parent: 1 - - uid: 1712 + - uid: 1766 components: - type: Transform pos: -44.5,-123.5 parent: 1 - - uid: 1713 + - uid: 1767 components: - type: Transform pos: -57.5,-128.5 parent: 1 - - uid: 1714 + - uid: 1768 components: - type: Transform pos: -57.5,-127.5 parent: 1 - - uid: 1715 + - uid: 1769 components: - type: Transform pos: -50.5,-123.5 parent: 1 - - uid: 1716 + - uid: 1770 components: - type: Transform pos: -57.5,-129.5 parent: 1 - - uid: 1717 + - uid: 1771 components: - type: Transform pos: -57.5,-128.5 parent: 1 - - uid: 1718 + - uid: 1772 components: - type: Transform pos: -55.5,-128.5 parent: 1 - - uid: 1719 + - uid: 1773 components: - type: Transform pos: -46.5,-123.5 parent: 1 - - uid: 1720 + - uid: 1774 components: - type: Transform pos: -54.5,-123.5 parent: 1 - - uid: 1721 + - uid: 1775 components: - type: Transform pos: -47.5,-123.5 parent: 1 - - uid: 1722 + - uid: 1776 components: - type: Transform pos: -43.5,-123.5 parent: 1 - - uid: 1723 + - uid: 1777 components: - type: Transform pos: -42.5,-123.5 parent: 1 - - uid: 1724 + - uid: 1778 components: - type: Transform pos: -51.5,-123.5 parent: 1 - - uid: 1725 + - uid: 1779 components: - type: Transform pos: -41.5,-123.5 parent: 1 - - uid: 1726 + - uid: 1780 components: - type: Transform pos: -57.5,-128.5 parent: 1 - - uid: 1727 + - uid: 1781 components: - type: Transform pos: -41.5,-123.5 parent: 1 - - uid: 1728 + - uid: 1782 components: - type: Transform pos: -40.5,-123.5 parent: 1 - - uid: 1729 + - uid: 1783 components: - type: Transform pos: -54.5,-128.5 parent: 1 - - uid: 1730 + - uid: 1784 components: - type: Transform pos: -53.5,-128.5 parent: 1 - - uid: 1731 + - uid: 1785 components: - type: Transform pos: -53.5,-128.5 parent: 1 - - uid: 1732 + - uid: 1786 components: - type: Transform pos: -52.5,-129.5 parent: 1 - - uid: 1733 + - uid: 1787 components: - type: Transform pos: -52.5,-128.5 parent: 1 - - uid: 1734 + - uid: 1788 components: - type: Transform pos: -51.5,-128.5 parent: 1 - - uid: 1735 + - uid: 1789 components: - type: Transform pos: -50.5,-128.5 parent: 1 - - uid: 1736 + - uid: 1790 components: - type: Transform pos: -50.5,-128.5 parent: 1 - - uid: 1737 + - uid: 1791 components: - type: Transform pos: -50.5,-128.5 parent: 1 - - uid: 1738 + - uid: 1792 components: - type: Transform pos: -50.5,-126.5 parent: 1 - - uid: 1739 + - uid: 1793 components: - type: Transform pos: -50.5,-124.5 parent: 1 - - uid: 1740 + - uid: 1794 components: - type: Transform pos: -50.5,-127.5 parent: 1 - - uid: 1741 + - uid: 1795 components: - type: Transform pos: -50.5,-129.5 parent: 1 - - uid: 1742 + - uid: 1796 components: - type: Transform pos: -50.5,-129.5 parent: 1 - - uid: 1743 + - uid: 1797 components: - type: Transform pos: -49.5,-129.5 parent: 1 - - uid: 1744 + - uid: 1798 components: - type: Transform pos: -48.5,-129.5 parent: 1 - - uid: 1745 + - uid: 1799 components: - type: Transform pos: -46.5,-129.5 parent: 1 - - uid: 1746 + - uid: 1800 components: - type: Transform pos: -46.5,-129.5 parent: 1 - - uid: 1747 + - uid: 1801 components: - type: Transform pos: -45.5,-129.5 parent: 1 - - uid: 1748 + - uid: 1802 components: - type: Transform pos: -44.5,-129.5 parent: 1 - - uid: 1749 + - uid: 1803 components: - type: Transform pos: -44.5,-129.5 parent: 1 - - uid: 1750 + - uid: 1804 components: - type: Transform pos: -44.5,-129.5 parent: 1 - - uid: 1751 + - uid: 1805 components: - type: Transform pos: -44.5,-130.5 parent: 1 - - uid: 1752 + - uid: 1806 components: - type: Transform pos: -44.5,-131.5 parent: 1 - - uid: 1753 + - uid: 1807 components: - type: Transform pos: -44.5,-131.5 parent: 1 - - uid: 1754 + - uid: 1808 components: - type: Transform pos: -44.5,-131.5 parent: 1 - - uid: 1755 + - uid: 1809 components: - type: Transform pos: -44.5,-132.5 parent: 1 - - uid: 1756 + - uid: 1810 components: - type: Transform pos: -44.5,-133.5 parent: 1 - - uid: 1757 + - uid: 1811 components: - type: Transform pos: -52.5,-133.5 parent: 1 - - uid: 1758 + - uid: 1812 components: - type: Transform pos: -51.5,-133.5 parent: 1 - - uid: 1759 + - uid: 1813 components: - type: Transform pos: -50.5,-133.5 parent: 1 - - uid: 1760 + - uid: 1814 components: - type: Transform pos: -49.5,-133.5 parent: 1 - - uid: 1761 + - uid: 1815 components: - type: Transform pos: -48.5,-133.5 parent: 1 - - uid: 1762 + - uid: 1816 components: - type: Transform pos: -47.5,-133.5 parent: 1 - - uid: 1763 + - uid: 1817 components: - type: Transform pos: -46.5,-133.5 parent: 1 - - uid: 1764 + - uid: 1818 components: - type: Transform pos: -45.5,-133.5 parent: 1 - - uid: 1765 + - uid: 1819 components: - type: Transform pos: -44.5,-133.5 parent: 1 - - uid: 1766 + - uid: 1820 components: - type: Transform pos: -43.5,-133.5 parent: 1 - - uid: 1767 + - uid: 1821 components: - type: Transform pos: -42.5,-133.5 parent: 1 - - uid: 1768 + - uid: 1822 components: - type: Transform pos: -41.5,-133.5 parent: 1 - - uid: 1769 + - uid: 1823 components: - type: Transform pos: -40.5,-133.5 parent: 1 - - uid: 1770 + - uid: 1824 components: - type: Transform pos: -40.5,-123.5 parent: 1 - - uid: 1771 + - uid: 1825 components: - type: Transform pos: -40.5,-125.5 parent: 1 - - uid: 1772 + - uid: 1826 components: - type: Transform pos: -40.5,-124.5 parent: 1 - - uid: 1773 + - uid: 1827 components: - type: Transform pos: -40.5,-126.5 parent: 1 - - uid: 1774 + - uid: 1828 components: - type: Transform pos: -40.5,-127.5 parent: 1 - - uid: 1775 + - uid: 1829 components: - type: Transform pos: -40.5,-128.5 parent: 1 - - uid: 1776 + - uid: 1830 components: - type: Transform pos: -40.5,-130.5 parent: 1 - - uid: 1777 + - uid: 1831 components: - type: Transform pos: -40.5,-129.5 parent: 1 - - uid: 1778 + - uid: 1832 components: - type: Transform pos: -40.5,-131.5 parent: 1 - - uid: 1779 + - uid: 1833 components: - type: Transform pos: -40.5,-132.5 parent: 1 - - uid: 1780 + - uid: 1834 components: - type: Transform pos: -40.5,-133.5 parent: 1 - - uid: 1781 + - uid: 1835 components: - type: Transform pos: -50.5,-129.5 parent: 1 - - uid: 1782 + - uid: 1836 components: - type: Transform pos: -44.5,-129.5 parent: 1 - - uid: 1783 + - uid: 1837 components: - type: Transform pos: -50.5,-129.5 parent: 1 - - uid: 1784 + - uid: 1838 components: - type: Transform pos: -50.5,-128.5 parent: 1 - - uid: 1785 + - uid: 1839 components: - type: Transform pos: -51.5,-128.5 parent: 1 - - uid: 1786 + - uid: 1840 components: - type: Transform pos: -52.5,-128.5 parent: 1 - - uid: 1787 + - uid: 1841 components: - type: Transform pos: -53.5,-128.5 parent: 1 - - uid: 1788 + - uid: 1842 components: - type: Transform pos: -54.5,-128.5 parent: 1 - - uid: 1789 + - uid: 1843 components: - type: Transform pos: -55.5,-128.5 parent: 1 - - uid: 1790 + - uid: 1844 components: - type: Transform pos: -56.5,-128.5 parent: 1 - - uid: 1791 + - uid: 1845 components: - type: Transform pos: -57.5,-128.5 parent: 1 - - uid: 1792 + - uid: 1846 components: - type: Transform pos: -57.5,-128.5 parent: 1 - - uid: 1793 + - uid: 1847 components: - type: Transform pos: -88.5,-107.5 parent: 1 - - uid: 1794 + - uid: 1848 components: - type: Transform pos: -88.5,-107.5 parent: 1 - - uid: 1795 + - uid: 1849 components: - type: Transform pos: -88.5,-106.5 parent: 1 - - uid: 1796 + - uid: 1850 components: - type: Transform pos: -88.5,-106.5 parent: 1 - - uid: 1797 + - uid: 1851 components: - type: Transform pos: -88.5,-107.5 parent: 1 - - uid: 1798 + - uid: 1852 components: - type: Transform pos: -88.5,-107.5 parent: 1 - - uid: 1799 + - uid: 1853 components: - type: Transform pos: -88.5,-106.5 parent: 1 - - uid: 1800 + - uid: 1854 components: - type: Transform pos: -88.5,-106.5 parent: 1 - - uid: 1801 + - uid: 1855 components: - type: Transform pos: -88.5,-106.5 parent: 1 - - uid: 1802 + - uid: 1856 components: - type: Transform pos: -88.5,-106.5 parent: 1 - - uid: 1803 + - uid: 1857 components: - type: Transform pos: -84.5,-102.5 parent: 1 - - uid: 1804 + - uid: 1858 components: - type: Transform pos: -83.5,-102.5 parent: 1 - - uid: 1805 + - uid: 1859 components: - type: Transform pos: -83.5,-102.5 parent: 1 - - uid: 1806 + - uid: 1860 components: - type: Transform pos: -184.5,-191.5 parent: 1 - - uid: 1807 + - uid: 1861 components: - type: Transform pos: -38.5,-113.5 parent: 1 - - uid: 1808 + - uid: 1862 components: - type: Transform pos: -39.5,-113.5 parent: 1 - - uid: 1809 + - uid: 1863 components: - type: Transform pos: -43.5,-113.5 parent: 1 - - uid: 1810 + - uid: 1864 components: - type: Transform pos: -41.5,-113.5 parent: 1 - - uid: 1811 + - uid: 1865 components: - type: Transform pos: -45.5,-113.5 parent: 1 - - uid: 1812 + - uid: 1866 components: - type: Transform pos: -43.5,-112.5 parent: 1 - - uid: 1813 + - uid: 1867 components: - type: Transform pos: -36.5,-112.5 parent: 1 - - uid: 1814 + - uid: 1868 components: - type: Transform pos: -33.5,-114.5 parent: 1 - - uid: 1815 + - uid: 1869 components: - type: Transform pos: -45.5,-113.5 parent: 1 - - uid: 1816 + - uid: 1870 components: - type: Transform pos: -45.5,-113.5 parent: 1 - - uid: 1817 + - uid: 1871 components: - type: Transform pos: -46.5,-113.5 parent: 1 - - uid: 1818 + - uid: 1872 components: - type: Transform pos: -47.5,-113.5 parent: 1 - - uid: 1819 + - uid: 1873 components: - type: Transform pos: -43.5,-113.5 parent: 1 - - uid: 1820 + - uid: 1874 components: - type: Transform pos: -43.5,-112.5 parent: 1 - - uid: 1821 + - uid: 1875 components: - type: Transform pos: -43.5,-110.5 parent: 1 - - uid: 1822 + - uid: 1876 components: - type: Transform pos: -43.5,-114.5 parent: 1 - - uid: 1823 + - uid: 1877 components: - type: Transform pos: -43.5,-116.5 parent: 1 - - uid: 1824 + - uid: 1878 components: - type: Transform pos: -43.5,-116.5 parent: 1 - - uid: 1825 + - uid: 1879 components: - type: Transform pos: -43.5,-108.5 parent: 1 - - uid: 1826 + - uid: 1880 components: - type: Transform pos: -43.5,-106.5 parent: 1 - - uid: 1827 + - uid: 1881 components: - type: Transform pos: -43.5,-104.5 parent: 1 - - uid: 1828 + - uid: 1882 components: - type: Transform pos: -43.5,-104.5 parent: 1 - - uid: 1829 + - uid: 1883 components: - type: Transform pos: -43.5,-104.5 parent: 1 - - uid: 1830 + - uid: 1884 components: - type: Transform pos: -43.5,-110.5 parent: 1 - - uid: 1831 + - uid: 1885 components: - type: Transform pos: -36.5,-113.5 parent: 1 - - uid: 1832 + - uid: 1886 components: - type: Transform pos: -35.5,-113.5 parent: 1 - - uid: 1833 + - uid: 1887 components: - type: Transform pos: -34.5,-113.5 parent: 1 - - uid: 1834 + - uid: 1888 components: - type: Transform pos: -34.5,-113.5 parent: 1 - - uid: 1835 + - uid: 1889 components: - type: Transform pos: -34.5,-114.5 parent: 1 - - uid: 1836 + - uid: 1890 components: - type: Transform pos: -34.5,-115.5 parent: 1 - - uid: 1837 + - uid: 1891 components: - type: Transform pos: -34.5,-115.5 parent: 1 - - uid: 1838 + - uid: 1892 components: - type: Transform pos: -35.5,-115.5 parent: 1 - - uid: 1839 + - uid: 1893 components: - type: Transform pos: -36.5,-115.5 parent: 1 - - uid: 1840 + - uid: 1894 components: - type: Transform pos: -34.5,-114.5 parent: 1 - - uid: 1841 + - uid: 1895 components: - type: Transform pos: -34.5,-113.5 parent: 1 - - uid: 1842 + - uid: 1896 components: - type: Transform pos: -34.5,-113.5 parent: 1 - - uid: 1843 + - uid: 1897 components: - type: Transform pos: -34.5,-113.5 parent: 1 - - uid: 1844 + - uid: 1898 components: - type: Transform pos: -35.5,-113.5 parent: 1 - - uid: 1845 + - uid: 1899 components: - type: Transform pos: -35.5,-113.5 parent: 1 - - uid: 1846 + - uid: 1900 components: - type: Transform pos: -36.5,-113.5 parent: 1 - - uid: 1847 + - uid: 1901 components: - type: Transform pos: -36.5,-112.5 parent: 1 - - uid: 1848 + - uid: 1902 components: - type: Transform pos: -100.5,-132.5 parent: 1 - - uid: 1849 + - uid: 1903 components: - type: Transform pos: -98.5,-131.5 parent: 1 - - uid: 1850 + - uid: 1904 components: - type: Transform pos: -99.5,-132.5 parent: 1 - - uid: 1851 + - uid: 1905 components: - type: Transform pos: -98.5,-130.5 parent: 1 - - uid: 1852 + - uid: 1906 components: - type: Transform pos: -98.5,-130.5 parent: 1 - - uid: 1853 + - uid: 1907 components: - type: Transform pos: -98.5,-132.5 parent: 1 - - uid: 1854 + - uid: 1908 components: - type: Transform pos: -98.5,-130.5 parent: 1 - - uid: 1855 + - uid: 1909 components: - type: Transform pos: -99.5,-129.5 parent: 1 - - uid: 1856 + - uid: 1910 components: - type: Transform pos: -98.5,-129.5 parent: 1 - - uid: 1857 + - uid: 1911 components: - type: Transform pos: -98.5,-129.5 parent: 1 - - uid: 1858 + - uid: 1912 components: - type: Transform pos: -98.5,-130.5 parent: 1 - - uid: 1859 + - uid: 1913 components: - type: Transform pos: -98.5,-131.5 parent: 1 - - uid: 1860 + - uid: 1914 components: - type: Transform pos: -98.5,-132.5 parent: 1 - - uid: 1861 + - uid: 1915 components: - type: Transform pos: -98.5,-132.5 parent: 1 - - uid: 1862 + - uid: 1916 components: - type: Transform pos: -99.5,-132.5 parent: 1 - - uid: 1863 + - uid: 1917 components: - type: Transform pos: -100.5,-132.5 parent: 1 - - uid: 1864 + - uid: 1918 components: - type: Transform pos: -101.5,-132.5 parent: 1 - - uid: 1865 + - uid: 1919 components: - type: Transform pos: -102.5,-132.5 parent: 1 - - uid: 1866 + - uid: 1920 components: - type: Transform pos: -102.5,-132.5 parent: 1 - - uid: 1867 + - uid: 1921 components: - type: Transform pos: -103.5,-132.5 parent: 1 - - uid: 1868 + - uid: 1922 components: - type: Transform pos: -103.5,-132.5 parent: 1 - - uid: 1869 + - uid: 1923 components: - type: Transform pos: -104.5,-132.5 parent: 1 - - uid: 1870 + - uid: 1924 components: - type: Transform pos: -104.5,-131.5 parent: 1 - - uid: 1871 + - uid: 1925 components: - type: Transform pos: -104.5,-130.5 parent: 1 - - uid: 1872 + - uid: 1926 components: - type: Transform pos: -104.5,-129.5 parent: 1 - - uid: 1873 + - uid: 1927 components: - type: Transform pos: -103.5,-129.5 parent: 1 - - uid: 1874 + - uid: 1928 components: - type: Transform pos: -102.5,-129.5 parent: 1 - - uid: 1875 + - uid: 1929 components: - type: Transform pos: -101.5,-129.5 parent: 1 - - uid: 1876 + - uid: 1930 components: - type: Transform pos: -100.5,-129.5 parent: 1 - - uid: 1877 + - uid: 1931 components: - type: Transform pos: -100.5,-129.5 parent: 1 - - uid: 1878 + - uid: 1932 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1879 + - uid: 1933 components: - type: Transform pos: -191.5,-168.5 parent: 1 - - uid: 1880 + - uid: 1934 components: - type: Transform pos: -191.5,-163.5 parent: 1 - - uid: 1881 + - uid: 1935 components: - type: Transform pos: -192.5,-164.5 parent: 1 - - uid: 1882 + - uid: 1936 components: - type: Transform pos: -192.5,-163.5 parent: 1 - - uid: 1883 + - uid: 1937 components: - type: Transform pos: -191.5,-163.5 parent: 1 - - uid: 1884 + - uid: 1938 components: - type: Transform pos: -189.5,-170.5 parent: 1 - - uid: 1885 + - uid: 1939 components: - type: Transform pos: -191.5,-165.5 parent: 1 - - uid: 1886 + - uid: 1940 components: - type: Transform pos: -191.5,-166.5 parent: 1 - - uid: 1887 + - uid: 1941 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1888 + - uid: 1942 components: - type: Transform pos: -187.5,-170.5 parent: 1 - - uid: 1889 + - uid: 1943 components: - type: Transform pos: -191.5,-167.5 parent: 1 - - uid: 1890 + - uid: 1944 components: - type: Transform pos: -191.5,-166.5 parent: 1 - - uid: 1891 + - uid: 1945 components: - type: Transform pos: -191.5,-167.5 parent: 1 - - uid: 1892 + - uid: 1946 components: - type: Transform pos: -187.5,-165.5 parent: 1 - - uid: 1893 + - uid: 1947 components: - type: Transform pos: -191.5,-167.5 parent: 1 - - uid: 1894 + - uid: 1948 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 1895 + - uid: 1949 components: - type: Transform pos: -179.5,-169.5 parent: 1 - - uid: 1896 + - uid: 1950 components: - type: Transform pos: -191.5,-168.5 parent: 1 - - uid: 1897 + - uid: 1951 components: - type: Transform pos: -190.5,-168.5 parent: 1 - - uid: 1898 + - uid: 1952 components: - type: Transform pos: -189.5,-168.5 parent: 1 - - uid: 1899 + - uid: 1953 components: - type: Transform pos: -189.5,-168.5 parent: 1 - - uid: 1900 + - uid: 1954 components: - type: Transform pos: -189.5,-168.5 parent: 1 - - uid: 1901 + - uid: 1955 components: - type: Transform pos: -189.5,-169.5 parent: 1 - - uid: 1902 + - uid: 1956 components: - type: Transform pos: -189.5,-170.5 parent: 1 - - uid: 1903 + - uid: 1957 components: - type: Transform pos: -189.5,-170.5 parent: 1 - - uid: 1904 + - uid: 1958 components: - type: Transform pos: -189.5,-170.5 parent: 1 - - uid: 1905 + - uid: 1959 components: - type: Transform pos: -190.5,-170.5 parent: 1 - - uid: 1906 + - uid: 1960 components: - type: Transform pos: -191.5,-170.5 parent: 1 - - uid: 1907 + - uid: 1961 components: - type: Transform pos: -192.5,-170.5 parent: 1 - - uid: 1908 + - uid: 1962 components: - type: Transform pos: -193.5,-170.5 parent: 1 - - uid: 1909 + - uid: 1963 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 1910 + - uid: 1964 components: - type: Transform pos: -187.5,-165.5 parent: 1 - - uid: 1911 + - uid: 1965 components: - type: Transform pos: -187.5,-169.5 parent: 1 - - uid: 1912 + - uid: 1966 components: - type: Transform pos: -187.5,-168.5 parent: 1 - - uid: 1913 + - uid: 1967 components: - type: Transform pos: -187.5,-167.5 parent: 1 - - uid: 1914 + - uid: 1968 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 1915 + - uid: 1969 components: - type: Transform pos: -186.5,-169.5 parent: 1 - - uid: 1916 + - uid: 1970 components: - type: Transform pos: -185.5,-169.5 parent: 1 - - uid: 1917 + - uid: 1971 components: - type: Transform pos: -184.5,-169.5 parent: 1 - - uid: 1918 + - uid: 1972 components: - type: Transform pos: -183.5,-169.5 parent: 1 - - uid: 1919 + - uid: 1973 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1920 + - uid: 1974 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1921 + - uid: 1975 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1922 + - uid: 1976 components: - type: Transform pos: -179.5,-169.5 parent: 1 - - uid: 1923 + - uid: 1977 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1924 + - uid: 1978 components: - type: Transform pos: -181.5,-166.5 parent: 1 - - uid: 1925 + - uid: 1979 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1926 + - uid: 1980 components: - type: Transform pos: -181.5,-170.5 parent: 1 - - uid: 1927 + - uid: 1981 components: - type: Transform pos: -181.5,-171.5 parent: 1 - - uid: 1928 + - uid: 1982 components: - type: Transform pos: -181.5,-172.5 parent: 1 - - uid: 1929 + - uid: 1983 components: - type: Transform pos: -181.5,-172.5 parent: 1 - - uid: 1930 + - uid: 1984 components: - type: Transform pos: -181.5,-173.5 parent: 1 - - uid: 1931 + - uid: 1985 components: - type: Transform pos: -185.5,-170.5 parent: 1 - - uid: 1932 + - uid: 1986 components: - type: Transform pos: -185.5,-171.5 parent: 1 - - uid: 1933 + - uid: 1987 components: - type: Transform pos: -185.5,-172.5 parent: 1 - - uid: 1934 + - uid: 1988 components: - type: Transform pos: -185.5,-173.5 parent: 1 - - uid: 1935 + - uid: 1989 components: - type: Transform pos: -187.5,-165.5 parent: 1 - - uid: 1936 + - uid: 1990 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 1937 + - uid: 1991 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1938 + - uid: 1992 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1939 + - uid: 1993 components: - type: Transform pos: -186.5,-190.5 parent: 1 - - uid: 1940 + - uid: 1994 components: - type: Transform pos: -186.5,-189.5 parent: 1 - - uid: 1941 + - uid: 1995 components: - type: Transform pos: -187.5,-166.5 parent: 1 - - uid: 1942 + - uid: 1996 components: - type: Transform pos: -180.5,-167.5 parent: 1 - - uid: 1943 + - uid: 1997 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1944 + - uid: 1998 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1945 + - uid: 1999 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1946 + - uid: 2000 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1947 + - uid: 2001 components: - type: Transform pos: -179.5,-169.5 parent: 1 - - uid: 1948 + - uid: 2002 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1949 + - uid: 2003 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1950 + - uid: 2004 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1951 + - uid: 2005 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1952 + - uid: 2006 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1953 + - uid: 2007 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1954 + - uid: 2008 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1955 + - uid: 2009 components: - type: Transform pos: -183.5,-169.5 parent: 1 - - uid: 1956 + - uid: 2010 components: - type: Transform pos: -183.5,-169.5 parent: 1 - - uid: 1957 + - uid: 2011 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1958 + - uid: 2012 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1959 + - uid: 2013 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1960 + - uid: 2014 components: - type: Transform pos: -189.5,-171.5 parent: 1 - - uid: 1961 + - uid: 2015 components: - type: Transform pos: -189.5,-171.5 parent: 1 - - uid: 1962 + - uid: 2016 components: - type: Transform pos: -189.5,-172.5 parent: 1 - - uid: 1963 + - uid: 2017 components: - type: Transform pos: -189.5,-172.5 parent: 1 - - uid: 1964 + - uid: 2018 components: - type: Transform pos: -189.5,-171.5 parent: 1 - - uid: 1965 + - uid: 2019 components: - type: Transform pos: -189.5,-172.5 parent: 1 - - uid: 1966 + - uid: 2020 components: - type: Transform pos: -189.5,-172.5 parent: 1 - - uid: 1967 + - uid: 2021 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1968 + - uid: 2022 components: - type: Transform pos: -180.5,-168.5 parent: 1 - - uid: 1969 + - uid: 2023 components: - type: Transform pos: -180.5,-168.5 parent: 1 - - uid: 1970 + - uid: 2024 components: - type: Transform pos: -180.5,-167.5 parent: 1 - - uid: 1971 + - uid: 2025 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1972 + - uid: 2026 components: - type: Transform pos: -179.5,-169.5 parent: 1 - - uid: 1973 + - uid: 2027 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1974 + - uid: 2028 components: - type: Transform pos: -181.5,-169.5 parent: 1 - - uid: 1975 + - uid: 2029 components: - type: Transform pos: -182.5,-169.5 parent: 1 - - uid: 1976 + - uid: 2030 components: - type: Transform pos: -183.5,-169.5 parent: 1 - - uid: 1977 + - uid: 2031 components: - type: Transform pos: -180.5,-169.5 parent: 1 - - uid: 1978 + - uid: 2032 components: - type: Transform pos: -180.5,-168.5 parent: 1 - - uid: 1979 + - uid: 2033 components: - type: Transform pos: -180.5,-167.5 parent: 1 - - uid: 1980 + - uid: 2034 components: - type: Transform pos: -180.5,-166.5 parent: 1 - - uid: 1981 + - uid: 2035 components: - type: Transform pos: -181.5,-182.5 parent: 1 - - uid: 1982 + - uid: 2036 components: - type: Transform pos: -180.5,-182.5 parent: 1 - - uid: 1983 + - uid: 2037 components: - type: Transform pos: -180.5,-182.5 parent: 1 - - uid: 1984 + - uid: 2038 components: - type: Transform pos: -180.5,-183.5 parent: 1 - - uid: 1985 + - uid: 2039 components: - type: Transform pos: -180.5,-184.5 parent: 1 - - uid: 1986 + - uid: 2040 components: - type: Transform pos: -182.5,-178.5 parent: 1 - - uid: 1987 + - uid: 2041 components: - type: Transform pos: -185.5,-173.5 parent: 1 - - uid: 1988 + - uid: 2042 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 1989 + - uid: 2043 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 1990 + - uid: 2044 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 1991 + - uid: 2045 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 1992 + - uid: 2046 components: - type: Transform pos: -182.5,-174.5 parent: 1 - - uid: 1993 + - uid: 2047 components: - type: Transform pos: -182.5,-175.5 parent: 1 - - uid: 1994 + - uid: 2048 components: - type: Transform pos: -182.5,-176.5 parent: 1 - - uid: 1995 + - uid: 2049 components: - type: Transform pos: -182.5,-177.5 parent: 1 - - uid: 1996 + - uid: 2050 components: - type: Transform pos: -182.5,-178.5 parent: 1 - - uid: 1997 + - uid: 2051 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 1998 + - uid: 2052 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 1999 + - uid: 2053 components: - type: Transform pos: -185.5,-173.5 parent: 1 - - uid: 2000 + - uid: 2054 components: - type: Transform pos: -182.5,-179.5 parent: 1 - - uid: 2001 + - uid: 2055 components: - type: Transform pos: -182.5,-180.5 parent: 1 - - uid: 2002 + - uid: 2056 components: - type: Transform pos: -182.5,-180.5 parent: 1 - - uid: 2003 + - uid: 2057 components: - type: Transform pos: -181.5,-180.5 parent: 1 - - uid: 2004 + - uid: 2058 components: - type: Transform pos: -181.5,-180.5 parent: 1 - - uid: 2005 + - uid: 2059 components: - type: Transform pos: -181.5,-181.5 parent: 1 - - uid: 2006 + - uid: 2060 components: - type: Transform pos: -181.5,-182.5 parent: 1 - - uid: 2007 + - uid: 2061 components: - type: Transform pos: -178.5,-184.5 parent: 1 - - uid: 2008 + - uid: 2062 components: - type: Transform pos: -178.5,-185.5 parent: 1 - - uid: 2009 + - uid: 2063 components: - type: Transform pos: -178.5,-186.5 parent: 1 - - uid: 2010 + - uid: 2064 components: - type: Transform pos: -178.5,-187.5 parent: 1 - - uid: 2011 + - uid: 2065 components: - type: Transform pos: -178.5,-184.5 parent: 1 - - uid: 2012 + - uid: 2066 components: - type: Transform pos: -179.5,-184.5 parent: 1 - - uid: 2013 + - uid: 2067 components: - type: Transform pos: -180.5,-184.5 parent: 1 - - uid: 2014 + - uid: 2068 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 2015 + - uid: 2069 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2016 + - uid: 2070 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2017 + - uid: 2071 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2018 + - uid: 2072 components: - type: Transform pos: -182.5,-189.5 parent: 1 - - uid: 2019 + - uid: 2073 components: - type: Transform pos: -178.5,-187.5 parent: 1 - - uid: 2020 + - uid: 2074 components: - type: Transform pos: -178.5,-188.5 parent: 1 - - uid: 2021 + - uid: 2075 components: - type: Transform pos: -178.5,-189.5 parent: 1 - - uid: 2022 + - uid: 2076 components: - type: Transform pos: -178.5,-189.5 parent: 1 - - uid: 2023 + - uid: 2077 components: - type: Transform pos: -179.5,-189.5 parent: 1 - - uid: 2024 + - uid: 2078 components: - type: Transform pos: -180.5,-189.5 parent: 1 - - uid: 2025 + - uid: 2079 components: - type: Transform pos: -181.5,-189.5 parent: 1 - - uid: 2026 + - uid: 2080 components: - type: Transform pos: -182.5,-189.5 parent: 1 - - uid: 2027 + - uid: 2081 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2028 + - uid: 2082 components: - type: Transform pos: -192.5,-191.5 parent: 1 - - uid: 2029 + - uid: 2083 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2030 + - uid: 2084 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2031 + - uid: 2085 components: - type: Transform pos: -182.5,-190.5 parent: 1 - - uid: 2032 + - uid: 2086 components: - type: Transform pos: -182.5,-190.5 parent: 1 - - uid: 2033 + - uid: 2087 components: - type: Transform pos: -183.5,-190.5 parent: 1 - - uid: 2034 + - uid: 2088 components: - type: Transform pos: -184.5,-190.5 parent: 1 - - uid: 2035 + - uid: 2089 components: - type: Transform pos: -186.5,-191.5 parent: 1 - - uid: 2036 + - uid: 2090 components: - type: Transform pos: -186.5,-190.5 parent: 1 - - uid: 2037 + - uid: 2091 components: - type: Transform pos: -185.5,-191.5 parent: 1 - - uid: 2038 + - uid: 2092 components: - type: Transform pos: -185.5,-191.5 parent: 1 - - uid: 2039 + - uid: 2093 components: - type: Transform pos: -187.5,-191.5 parent: 1 - - uid: 2040 + - uid: 2094 components: - type: Transform pos: -186.5,-188.5 parent: 1 - - uid: 2041 + - uid: 2095 components: - type: Transform pos: -186.5,-187.5 parent: 1 - - uid: 2042 + - uid: 2096 components: - type: Transform pos: -186.5,-187.5 parent: 1 - - uid: 2043 + - uid: 2097 components: - type: Transform pos: -187.5,-187.5 parent: 1 - - uid: 2044 + - uid: 2098 components: - type: Transform pos: -188.5,-187.5 parent: 1 - - uid: 2045 + - uid: 2099 components: - type: Transform pos: -187.5,-187.5 parent: 1 - - uid: 2046 + - uid: 2100 components: - type: Transform pos: -187.5,-186.5 parent: 1 - - uid: 2047 + - uid: 2101 components: - type: Transform pos: -187.5,-185.5 parent: 1 - - uid: 2048 + - uid: 2102 components: - type: Transform pos: -187.5,-184.5 parent: 1 - - uid: 2049 + - uid: 2103 components: - type: Transform pos: -187.5,-183.5 parent: 1 - - uid: 2050 + - uid: 2104 components: - type: Transform pos: -187.5,-183.5 parent: 1 - - uid: 2051 + - uid: 2105 components: - type: Transform pos: -188.5,-183.5 parent: 1 - - uid: 2052 + - uid: 2106 components: - type: Transform pos: -189.5,-183.5 parent: 1 - - uid: 2053 + - uid: 2107 components: - type: Transform pos: -190.5,-183.5 parent: 1 - - uid: 2054 + - uid: 2108 components: - type: Transform pos: -191.5,-183.5 parent: 1 - - uid: 2055 + - uid: 2109 components: - type: Transform pos: -192.5,-183.5 parent: 1 - - uid: 2056 + - uid: 2110 components: - type: Transform pos: -193.5,-183.5 parent: 1 - - uid: 2057 + - uid: 2111 components: - type: Transform pos: -194.5,-183.5 parent: 1 - - uid: 2058 + - uid: 2112 components: - type: Transform pos: -195.5,-183.5 parent: 1 - - uid: 2059 + - uid: 2113 components: - type: Transform pos: -191.5,-191.5 parent: 1 - - uid: 2060 + - uid: 2114 components: - type: Transform pos: -191.5,-191.5 parent: 1 - - uid: 2061 + - uid: 2115 components: - type: Transform pos: -187.5,-191.5 parent: 1 - - uid: 2062 + - uid: 2116 components: - type: Transform pos: -188.5,-191.5 parent: 1 - - uid: 2063 + - uid: 2117 components: - type: Transform pos: -190.5,-191.5 parent: 1 - - uid: 2064 + - uid: 2118 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2065 + - uid: 2119 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 2066 + - uid: 2120 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2067 + - uid: 2121 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2068 + - uid: 2122 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2069 + - uid: 2123 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2070 + - uid: 2124 components: - type: Transform pos: -193.5,-190.5 parent: 1 - - uid: 2071 + - uid: 2125 components: - type: Transform pos: -193.5,-189.5 parent: 1 - - uid: 2072 + - uid: 2126 components: - type: Transform pos: -193.5,-188.5 parent: 1 - - uid: 2073 + - uid: 2127 components: - type: Transform pos: -193.5,-187.5 parent: 1 - - uid: 2074 + - uid: 2128 components: - type: Transform pos: -193.5,-186.5 parent: 1 - - uid: 2075 + - uid: 2129 components: - type: Transform pos: -193.5,-185.5 parent: 1 - - uid: 2076 + - uid: 2130 components: - type: Transform pos: -193.5,-184.5 parent: 1 - - uid: 2077 + - uid: 2131 components: - type: Transform pos: -189.5,-191.5 parent: 1 - - uid: 2078 + - uid: 2132 components: - type: Transform pos: -189.5,-190.5 parent: 1 - - uid: 2079 + - uid: 2133 components: - type: Transform pos: -189.5,-189.5 parent: 1 - - uid: 2080 + - uid: 2134 components: - type: Transform pos: -189.5,-188.5 parent: 1 - - uid: 2081 + - uid: 2135 components: - type: Transform pos: -189.5,-187.5 parent: 1 - - uid: 2082 + - uid: 2136 components: - type: Transform pos: -189.5,-186.5 parent: 1 - - uid: 2083 + - uid: 2137 components: - type: Transform pos: -189.5,-185.5 parent: 1 - - uid: 2084 + - uid: 2138 components: - type: Transform pos: -189.5,-184.5 parent: 1 - - uid: 2085 + - uid: 2139 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2086 + - uid: 2140 components: - type: Transform pos: -193.5,-192.5 parent: 1 - - uid: 2087 + - uid: 2141 components: - type: Transform pos: -193.5,-193.5 parent: 1 - - uid: 2088 + - uid: 2142 components: - type: Transform pos: -193.5,-194.5 parent: 1 - - uid: 2089 + - uid: 2143 components: - type: Transform pos: -193.5,-195.5 parent: 1 - - uid: 2090 + - uid: 2144 components: - type: Transform pos: -189.5,-191.5 parent: 1 - - uid: 2091 + - uid: 2145 components: - type: Transform pos: -189.5,-192.5 parent: 1 - - uid: 2092 + - uid: 2146 components: - type: Transform pos: -189.5,-193.5 parent: 1 - - uid: 2093 + - uid: 2147 components: - type: Transform pos: -189.5,-194.5 parent: 1 - - uid: 2094 + - uid: 2148 components: - type: Transform pos: -189.5,-195.5 parent: 1 - - uid: 2095 + - uid: 2149 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2096 + - uid: 2150 components: - type: Transform pos: -193.5,-191.5 parent: 1 - - uid: 2097 + - uid: 2151 components: - type: Transform pos: -185.5,-173.5 parent: 1 - - uid: 2098 + - uid: 2152 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 2099 + - uid: 2153 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2100 + - uid: 2154 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2101 + - uid: 2155 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2102 + - uid: 2156 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2103 + - uid: 2157 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 2104 + - uid: 2158 components: - type: Transform pos: -184.5,-173.5 parent: 1 - - uid: 2105 + - uid: 2159 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2106 + - uid: 2160 components: - type: Transform pos: -183.5,-173.5 parent: 1 - - uid: 2107 + - uid: 2161 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2108 + - uid: 2162 components: - type: Transform pos: -182.5,-173.5 parent: 1 - - uid: 2109 + - uid: 2163 components: - type: Transform pos: -190.5,-184.5 parent: 1 - - uid: 2110 + - uid: 2164 components: - type: Transform pos: 174.5,153.5 parent: 1 - - uid: 2111 + - uid: 2165 components: - type: Transform pos: 175.5,153.5 parent: 1 - - uid: 2112 + - uid: 2166 components: - type: Transform pos: 176.5,153.5 parent: 1 - - uid: 2113 + - uid: 2167 components: - type: Transform pos: 177.5,153.5 parent: 1 - - uid: 2114 + - uid: 2168 components: - type: Transform pos: 178.5,153.5 parent: 1 - - uid: 2115 + - uid: 2169 components: - type: Transform pos: 179.5,153.5 parent: 1 - - uid: 2116 + - uid: 2170 components: - type: Transform pos: 173.5,153.5 parent: 1 - - uid: 2117 + - uid: 2171 components: - type: Transform pos: 172.5,153.5 parent: 1 - - uid: 2118 + - uid: 2172 components: - type: Transform pos: 171.5,153.5 parent: 1 - - uid: 2119 + - uid: 2173 components: - type: Transform pos: 170.5,153.5 parent: 1 - - uid: 2120 + - uid: 2174 components: - type: Transform pos: 170.5,153.5 parent: 1 - - uid: 2121 + - uid: 2175 components: - type: Transform pos: 170.5,152.5 parent: 1 - - uid: 2122 + - uid: 2176 components: - type: Transform pos: 180.5,153.5 parent: 1 - - uid: 2123 + - uid: 2177 components: - type: Transform pos: 181.5,153.5 parent: 1 - - uid: 2124 + - uid: 2178 components: - type: Transform pos: 181.5,153.5 parent: 1 - - uid: 2125 + - uid: 2179 components: - type: Transform pos: 181.5,152.5 parent: 1 - - uid: 2126 + - uid: 2180 components: - type: Transform pos: 181.5,151.5 parent: 1 - - uid: 2127 + - uid: 2181 components: - type: Transform pos: 181.5,150.5 parent: 1 - - uid: 2128 + - uid: 2182 components: - type: Transform pos: 181.5,149.5 parent: 1 - - uid: 2129 + - uid: 2183 components: - type: Transform pos: 181.5,148.5 parent: 1 - - uid: 2130 + - uid: 2184 components: - type: Transform pos: 181.5,147.5 parent: 1 - - uid: 2131 + - uid: 2185 components: - type: Transform pos: 181.5,146.5 parent: 1 - - uid: 2132 + - uid: 2186 components: - type: Transform pos: 181.5,145.5 parent: 1 - - uid: 2133 + - uid: 2187 components: - type: Transform pos: 181.5,145.5 parent: 1 - - uid: 2134 + - uid: 2188 components: - type: Transform pos: 180.5,145.5 parent: 1 - - uid: 2135 + - uid: 2189 components: - type: Transform pos: 179.5,145.5 parent: 1 - - uid: 2136 + - uid: 2190 components: - type: Transform pos: 178.5,145.5 parent: 1 - - uid: 2137 + - uid: 2191 components: - type: Transform pos: 177.5,145.5 parent: 1 - - uid: 2138 + - uid: 2192 components: - type: Transform pos: 176.5,145.5 parent: 1 - - uid: 2139 + - uid: 2193 components: - type: Transform pos: 175.5,145.5 parent: 1 - - uid: 2140 + - uid: 2194 components: - type: Transform pos: 174.5,145.5 parent: 1 - - uid: 2141 + - uid: 2195 components: - type: Transform pos: 173.5,145.5 parent: 1 - - uid: 2142 + - uid: 2196 components: - type: Transform pos: 172.5,145.5 parent: 1 - - uid: 2143 + - uid: 2197 components: - type: Transform pos: 171.5,145.5 parent: 1 - - uid: 2144 + - uid: 2198 components: - type: Transform pos: 170.5,145.5 parent: 1 - - uid: 2145 + - uid: 2199 components: - type: Transform pos: 169.5,145.5 parent: 1 - - uid: 2146 + - uid: 2200 components: - type: Transform pos: 169.5,145.5 parent: 1 - - uid: 2147 + - uid: 2201 components: - type: Transform pos: 169.5,146.5 parent: 1 - - uid: 2148 + - uid: 2202 components: - type: Transform pos: 169.5,147.5 parent: 1 - - uid: 2149 + - uid: 2203 components: - type: Transform pos: 169.5,148.5 parent: 1 - - uid: 2150 + - uid: 2204 components: - type: Transform pos: 169.5,149.5 parent: 1 - - uid: 2151 + - uid: 2205 components: - type: Transform pos: 169.5,150.5 parent: 1 - - uid: 2152 + - uid: 2206 components: - type: Transform pos: 169.5,151.5 parent: 1 - - uid: 2153 + - uid: 2207 components: - type: Transform pos: 169.5,152.5 parent: 1 - - uid: 2154 + - uid: 2208 components: - type: Transform pos: 169.5,153.5 parent: 1 - - uid: 2155 + - uid: 2209 components: - type: Transform pos: -264.5,-88.5 parent: 1 - - uid: 2156 + - uid: 2210 components: - type: Transform pos: 174.5,150.5 parent: 1 - - uid: 2157 + - uid: 2211 components: - type: Transform pos: 174.5,153.5 parent: 1 - - uid: 2158 + - uid: 2212 components: - type: Transform pos: -281.5,-88.5 parent: 1 - - uid: 2159 + - uid: 2213 components: - type: Transform pos: 174.5,149.5 parent: 1 - - uid: 2160 + - uid: 2214 components: - type: Transform pos: 174.5,152.5 parent: 1 - - uid: 2161 + - uid: 2215 components: - type: Transform pos: 174.5,151.5 parent: 1 - - uid: 2162 + - uid: 2216 components: - type: Transform pos: -296.5,-38.5 parent: 1 - - uid: 2163 + - uid: 2217 components: - type: Transform pos: -202.5,-90.5 parent: 1 - - uid: 2164 + - uid: 2218 components: - type: Transform pos: -210.5,-88.5 parent: 1 - - uid: 2165 + - uid: 2219 components: - type: Transform pos: -237.5,-88.5 parent: 1 - - uid: 2166 + - uid: 2220 components: - type: Transform pos: -224.5,-88.5 parent: 1 - - uid: 2167 + - uid: 2221 components: - type: Transform pos: -226.5,-88.5 parent: 1 - - uid: 2168 + - uid: 2222 components: - type: Transform pos: -253.5,-88.5 parent: 1 - - uid: 2169 + - uid: 2223 components: - type: Transform pos: -249.5,-88.5 parent: 1 - - uid: 2170 + - uid: 2224 components: - type: Transform pos: -239.5,-88.5 parent: 1 - - uid: 2171 + - uid: 2225 components: - type: Transform pos: -223.5,-88.5 parent: 1 - - uid: 2172 + - uid: 2226 components: - type: Transform pos: -230.5,-88.5 parent: 1 - - uid: 2173 + - uid: 2227 components: - type: Transform pos: -221.5,-88.5 parent: 1 - - uid: 2174 + - uid: 2228 components: - type: Transform pos: -222.5,-88.5 parent: 1 - - uid: 2175 + - uid: 2229 components: - type: Transform pos: -212.5,-88.5 parent: 1 - - uid: 2176 + - uid: 2230 components: - type: Transform pos: -200.5,-83.5 parent: 1 - - uid: 2177 + - uid: 2231 components: - type: Transform pos: -200.5,-81.5 parent: 1 - - uid: 2178 + - uid: 2232 components: - type: Transform pos: -200.5,-82.5 parent: 1 - - uid: 2179 + - uid: 2233 components: - type: Transform pos: -210.5,-90.5 parent: 1 - - uid: 2180 + - uid: 2234 components: - type: Transform pos: -207.5,-90.5 parent: 1 - - uid: 2181 + - uid: 2235 components: - type: Transform pos: -211.5,-90.5 parent: 1 - - uid: 2182 + - uid: 2236 components: - type: Transform pos: -212.5,-90.5 parent: 1 - - uid: 2183 + - uid: 2237 components: - type: Transform pos: -262.5,-88.5 parent: 1 - - uid: 2184 + - uid: 2238 components: - type: Transform pos: -250.5,-88.5 parent: 1 - - uid: 2185 + - uid: 2239 components: - type: Transform pos: -234.5,-88.5 parent: 1 - - uid: 2186 + - uid: 2240 components: - type: Transform pos: -216.5,-88.5 parent: 1 - - uid: 2187 + - uid: 2241 components: - type: Transform pos: -220.5,-88.5 parent: 1 - - uid: 2188 + - uid: 2242 components: - type: Transform pos: -219.5,-88.5 parent: 1 - - uid: 2189 + - uid: 2243 components: - type: Transform pos: -200.5,-86.5 parent: 1 - - uid: 2190 + - uid: 2244 components: - type: Transform pos: -215.5,-88.5 parent: 1 - - uid: 2191 + - uid: 2245 components: - type: Transform pos: -205.5,-90.5 parent: 1 - - uid: 2192 + - uid: 2246 components: - type: Transform pos: -200.5,-80.5 parent: 1 - - uid: 2193 + - uid: 2247 components: - type: Transform pos: -238.5,-88.5 parent: 1 - - uid: 2194 + - uid: 2248 components: - type: Transform pos: -208.5,-90.5 parent: 1 - - uid: 2195 + - uid: 2249 components: - type: Transform pos: -280.5,-88.5 parent: 1 - - uid: 2196 + - uid: 2250 components: - type: Transform pos: -289.5,-80.5 parent: 1 - - uid: 2197 + - uid: 2251 components: - type: Transform pos: -281.5,-87.5 parent: 1 - - uid: 2198 + - uid: 2252 components: - type: Transform pos: -263.5,-88.5 parent: 1 - - uid: 2199 + - uid: 2253 components: - type: Transform pos: -202.5,-87.5 parent: 1 - - uid: 2200 + - uid: 2254 components: - type: Transform pos: -200.5,-89.5 parent: 1 - - uid: 2201 + - uid: 2255 components: - type: Transform pos: -200.5,-88.5 parent: 1 - - uid: 2202 + - uid: 2256 components: - type: Transform pos: -289.5,-86.5 parent: 1 - - uid: 2203 + - uid: 2257 components: - type: Transform pos: -271.5,-88.5 parent: 1 - - uid: 2204 + - uid: 2258 components: - type: Transform pos: -290.5,-86.5 parent: 1 - - uid: 2205 + - uid: 2259 components: - type: Transform pos: -286.5,-86.5 parent: 1 - - uid: 2206 + - uid: 2260 components: - type: Transform pos: -266.5,-88.5 parent: 1 - - uid: 2207 + - uid: 2261 components: - type: Transform pos: -268.5,-88.5 parent: 1 - - uid: 2208 + - uid: 2262 components: - type: Transform pos: -257.5,-88.5 parent: 1 - - uid: 2209 + - uid: 2263 components: - type: Transform pos: -260.5,-88.5 parent: 1 - - uid: 2210 + - uid: 2264 components: - type: Transform pos: -270.5,-88.5 parent: 1 - - uid: 2211 + - uid: 2265 components: - type: Transform pos: -259.5,-88.5 parent: 1 - - uid: 2212 + - uid: 2266 components: - type: Transform pos: -267.5,-88.5 parent: 1 - - uid: 2213 + - uid: 2267 components: - type: Transform pos: -240.5,-88.5 parent: 1 - - uid: 2214 + - uid: 2268 components: - type: Transform pos: -254.5,-88.5 parent: 1 - - uid: 2215 + - uid: 2269 components: - type: Transform pos: -244.5,-88.5 parent: 1 - - uid: 2216 + - uid: 2270 components: - type: Transform pos: -232.5,-88.5 parent: 1 - - uid: 2217 + - uid: 2271 components: - type: Transform pos: -229.5,-88.5 parent: 1 - - uid: 2218 + - uid: 2272 components: - type: Transform pos: -218.5,-88.5 parent: 1 - - uid: 2219 + - uid: 2273 components: - type: Transform pos: -217.5,-88.5 parent: 1 - - uid: 2220 + - uid: 2274 components: - type: Transform pos: -200.5,-87.5 parent: 1 - - uid: 2221 + - uid: 2275 components: - type: Transform pos: -213.5,-88.5 parent: 1 - - uid: 2222 + - uid: 2276 components: - type: Transform pos: -206.5,-90.5 parent: 1 - - uid: 2223 + - uid: 2277 components: - type: Transform pos: -203.5,-90.5 parent: 1 - - uid: 2224 + - uid: 2278 components: - type: Transform pos: -204.5,-90.5 parent: 1 - - uid: 2225 + - uid: 2279 components: - type: Transform pos: -209.5,-90.5 parent: 1 - - uid: 2226 + - uid: 2280 components: - type: Transform pos: -221.5,-88.5 parent: 1 - - uid: 2227 + - uid: 2281 components: - type: Transform pos: -202.5,-87.5 parent: 1 - - uid: 2228 + - uid: 2282 components: - type: Transform pos: -201.5,-90.5 parent: 1 - - uid: 2229 + - uid: 2283 components: - type: Transform pos: -281.5,-88.5 parent: 1 - - uid: 2230 + - uid: 2284 components: - type: Transform pos: -200.5,-90.5 parent: 1 - - uid: 2231 + - uid: 2285 components: - type: Transform pos: -287.5,-77.5 parent: 1 - - uid: 2232 + - uid: 2286 components: - type: Transform pos: -287.5,-86.5 parent: 1 - - uid: 2233 + - uid: 2287 components: - type: Transform pos: -218.5,-88.5 parent: 1 - - uid: 2234 + - uid: 2288 components: - type: Transform pos: -291.5,-86.5 parent: 1 - - uid: 2235 + - uid: 2289 components: - type: Transform pos: -246.5,-88.5 parent: 1 - - uid: 2236 + - uid: 2290 components: - type: Transform pos: -255.5,-88.5 parent: 1 - - uid: 2237 + - uid: 2291 components: - type: Transform pos: -248.5,-88.5 parent: 1 - - uid: 2238 + - uid: 2292 components: - type: Transform pos: -258.5,-88.5 parent: 1 - - uid: 2239 + - uid: 2293 components: - type: Transform pos: -261.5,-88.5 parent: 1 - - uid: 2240 + - uid: 2294 components: - type: Transform pos: -241.5,-88.5 parent: 1 - - uid: 2241 + - uid: 2295 components: - type: Transform pos: -243.5,-88.5 parent: 1 - - uid: 2242 + - uid: 2296 components: - type: Transform pos: -233.5,-88.5 parent: 1 - - uid: 2243 + - uid: 2297 components: - type: Transform pos: -277.5,-88.5 parent: 1 - - uid: 2244 + - uid: 2298 components: - type: Transform pos: -215.5,-88.5 parent: 1 - - uid: 2245 + - uid: 2299 components: - type: Transform pos: -200.5,-85.5 parent: 1 - - uid: 2246 + - uid: 2300 components: - type: Transform pos: -225.5,-88.5 parent: 1 - - uid: 2247 + - uid: 2301 components: - type: Transform pos: -200.5,-87.5 parent: 1 - - uid: 2248 + - uid: 2302 components: - type: Transform pos: -201.5,-88.5 parent: 1 - - uid: 2249 + - uid: 2303 components: - type: Transform pos: -286.5,-86.5 parent: 1 - - uid: 2250 + - uid: 2304 components: - type: Transform pos: -286.5,-88.5 parent: 1 - - uid: 2251 + - uid: 2305 components: - type: Transform pos: -265.5,-88.5 parent: 1 - - uid: 2252 + - uid: 2306 components: - type: Transform pos: -202.5,-88.5 parent: 1 - - uid: 2253 + - uid: 2307 components: - type: Transform pos: -288.5,-86.5 parent: 1 - - uid: 2254 + - uid: 2308 components: - type: Transform pos: -269.5,-88.5 parent: 1 - - uid: 2255 + - uid: 2309 components: - type: Transform pos: -256.5,-88.5 parent: 1 - - uid: 2256 + - uid: 2310 components: - type: Transform pos: -245.5,-88.5 parent: 1 - - uid: 2257 + - uid: 2311 components: - type: Transform pos: -247.5,-88.5 parent: 1 - - uid: 2258 + - uid: 2312 components: - type: Transform pos: -251.5,-88.5 parent: 1 - - uid: 2259 + - uid: 2313 components: - type: Transform pos: -252.5,-88.5 parent: 1 - - uid: 2260 + - uid: 2314 components: - type: Transform pos: -227.5,-88.5 parent: 1 - - uid: 2261 + - uid: 2315 components: - type: Transform pos: -228.5,-88.5 parent: 1 - - uid: 2262 + - uid: 2316 components: - type: Transform pos: -231.5,-88.5 parent: 1 - - uid: 2263 + - uid: 2317 components: - type: Transform pos: -278.5,-88.5 parent: 1 - - uid: 2264 + - uid: 2318 components: - type: Transform pos: -217.5,-88.5 parent: 1 - - uid: 2265 + - uid: 2319 components: - type: Transform pos: -200.5,-84.5 parent: 1 - - uid: 2266 + - uid: 2320 components: - type: Transform pos: -289.5,-42.5 parent: 1 - - uid: 2267 + - uid: 2321 components: - type: Transform pos: 168.5,39.5 parent: 1 - - uid: 2268 + - uid: 2322 components: - type: Transform pos: 168.5,40.5 parent: 1 - - uid: 2269 + - uid: 2323 components: - type: Transform pos: 168.5,41.5 parent: 1 - - uid: 2270 + - uid: 2324 components: - type: Transform pos: -235.5,-88.5 parent: 1 - - uid: 2271 + - uid: 2325 components: - type: Transform pos: -274.5,-88.5 parent: 1 - - uid: 2272 + - uid: 2326 components: - type: Transform pos: 168.5,41.5 parent: 1 - - uid: 2273 + - uid: 2327 components: - type: Transform pos: -276.5,-88.5 parent: 1 - - uid: 2274 + - uid: 2328 components: - type: Transform pos: 168.5,38.5 parent: 1 - - uid: 2275 - components: - - type: Transform - pos: 167.5,41.5 - parent: 1 - - uid: 2276 - components: - - type: Transform - pos: 166.5,41.5 - parent: 1 - - uid: 2277 - components: - - type: Transform - pos: 165.5,41.5 - parent: 1 - - uid: 2278 - components: - - type: Transform - pos: 168.5,37.5 - parent: 1 - - uid: 2279 - components: - - type: Transform - pos: 168.5,36.5 - parent: 1 - - uid: 2280 - components: - - type: Transform - pos: 168.5,35.5 - parent: 1 - - uid: 2281 - components: - - type: Transform - pos: 168.5,34.5 - parent: 1 - - uid: 2282 - components: - - type: Transform - pos: 168.5,34.5 - parent: 1 - - uid: 2283 - components: - - type: Transform - pos: 167.5,34.5 - parent: 1 - - uid: 2284 - components: - - type: Transform - pos: 166.5,34.5 - parent: 1 - - uid: 2285 - components: - - type: Transform - pos: 165.5,34.5 - parent: 1 - - uid: 2286 - components: - - type: Transform - pos: 164.5,34.5 - parent: 1 - - uid: 2287 - components: - - type: Transform - pos: 199.5,219.5 - parent: 1 - - uid: 2288 - components: - - type: Transform - pos: 199.5,220.5 - parent: 1 - - uid: 2289 - components: - - type: Transform - pos: 212.5,210.5 - parent: 1 - - uid: 2290 - components: - - type: Transform - pos: 117.5,12.5 - parent: 1 - - uid: 2291 - components: - - type: Transform - pos: -216.5,-88.5 - parent: 1 - - uid: 2292 - components: - - type: Transform - pos: 213.5,180.5 - parent: 1 - - uid: 2293 - components: - - type: Transform - pos: 204.5,213.5 - parent: 1 - - uid: 2294 - components: - - type: Transform - pos: 204.5,211.5 - parent: 1 - - uid: 2295 - components: - - type: Transform - pos: 216.5,211.5 - parent: 1 - - uid: 2297 - components: - - type: Transform - pos: -226.5,-87.5 - parent: 1 - - uid: 2298 - components: - - type: Transform - pos: -226.5,-88.5 - parent: 1 - - uid: 2299 - components: - - type: Transform - pos: -224.5,-88.5 - parent: 1 - - uid: 2301 - components: - - type: Transform - pos: 113.5,15.5 - parent: 1 - - uid: 2302 - components: - - type: Transform - pos: 197.5,201.5 - parent: 1 - - uid: 2303 - components: - - type: Transform - pos: 198.5,201.5 - parent: 1 - - uid: 2304 - components: - - type: Transform - pos: 215.5,211.5 - parent: 1 - - uid: 2306 - components: - - type: Transform - pos: 195.5,201.5 - parent: 1 - - uid: 2307 - components: - - type: Transform - pos: 217.5,211.5 - parent: 1 - - uid: 2308 - components: - - type: Transform - pos: 194.5,201.5 - parent: 1 - - uid: 2309 - components: - - type: Transform - pos: 199.5,201.5 - parent: 1 - - uid: 2310 - components: - - type: Transform - pos: 192.5,212.5 - parent: 1 - uid: 2329 components: - type: Transform - pos: 217.5,211.5 + pos: 167.5,41.5 parent: 1 - uid: 2330 components: - type: Transform - pos: 199.5,216.5 + pos: 166.5,41.5 parent: 1 - uid: 2331 components: - type: Transform - pos: 199.5,217.5 + pos: 165.5,41.5 parent: 1 - uid: 2332 components: - type: Transform - pos: 214.5,211.5 + pos: 168.5,37.5 parent: 1 - uid: 2333 components: - type: Transform - pos: 213.5,211.5 + pos: 168.5,36.5 parent: 1 - uid: 2334 components: - type: Transform - pos: 212.5,211.5 + pos: 168.5,35.5 parent: 1 - uid: 2335 components: - type: Transform - pos: 211.5,211.5 + pos: 168.5,34.5 parent: 1 - uid: 2336 components: - type: Transform - pos: 210.5,211.5 + pos: 168.5,34.5 parent: 1 - uid: 2337 components: - type: Transform - pos: 209.5,211.5 + pos: 167.5,34.5 parent: 1 - uid: 2338 components: - type: Transform - pos: 208.5,211.5 + pos: 166.5,34.5 parent: 1 - uid: 2339 components: - type: Transform - pos: 207.5,211.5 + pos: 165.5,34.5 parent: 1 - uid: 2340 components: - type: Transform - pos: 206.5,211.5 + pos: 164.5,34.5 parent: 1 - uid: 2341 components: - type: Transform - pos: 205.5,211.5 + pos: 117.5,12.5 parent: 1 - uid: 2342 components: - type: Transform - pos: 204.5,211.5 + pos: -216.5,-88.5 parent: 1 - uid: 2343 components: - type: Transform - pos: 196.5,201.5 + pos: 213.5,180.5 parent: 1 - uid: 2344 components: - type: Transform - pos: 192.5,202.5 + pos: -226.5,-87.5 parent: 1 - uid: 2345 components: - type: Transform - pos: 199.5,214.5 + pos: -226.5,-88.5 parent: 1 - uid: 2346 components: - type: Transform - pos: 199.5,215.5 + pos: -224.5,-88.5 parent: 1 - uid: 2347 components: - type: Transform - pos: 199.5,212.5 + pos: 113.5,15.5 parent: 1 - uid: 2348 components: - type: Transform - pos: 199.5,213.5 + pos: 216.5,185.5 parent: 1 - uid: 2349 components: - type: Transform - pos: 199.5,211.5 + pos: 214.5,180.5 parent: 1 - uid: 2350 components: - type: Transform - pos: 199.5,210.5 + pos: -223.5,-88.5 parent: 1 - uid: 2351 components: - type: Transform - pos: 212.5,209.5 + pos: 216.5,186.5 parent: 1 - uid: 2352 components: - type: Transform - pos: 199.5,218.5 + pos: 216.5,185.5 parent: 1 - uid: 2353 components: - type: Transform - pos: 203.5,218.5 + pos: 213.5,180.5 parent: 1 - uid: 2354 components: - type: Transform - pos: 202.5,218.5 + pos: -286.5,-87.5 parent: 1 - uid: 2355 components: - type: Transform - pos: 201.5,218.5 + pos: 212.5,180.5 parent: 1 - uid: 2356 components: - type: Transform - pos: 200.5,218.5 + pos: 214.5,181.5 parent: 1 - uid: 2357 components: - type: Transform - pos: 199.5,218.5 + pos: 216.5,188.5 parent: 1 - uid: 2358 components: - type: Transform - pos: 193.5,201.5 + pos: 216.5,187.5 parent: 1 - uid: 2359 components: - type: Transform - pos: 199.5,209.5 + pos: 214.5,181.5 parent: 1 - uid: 2360 components: - type: Transform - pos: 199.5,208.5 + pos: 214.5,182.5 parent: 1 - uid: 2361 components: - type: Transform - pos: 199.5,207.5 + pos: 214.5,182.5 parent: 1 - uid: 2362 components: - type: Transform - pos: 199.5,206.5 + pos: 214.5,183.5 parent: 1 - uid: 2363 components: - type: Transform - pos: 199.5,205.5 + pos: 214.5,183.5 parent: 1 - uid: 2364 components: - type: Transform - pos: 199.5,204.5 + pos: 214.5,183.5 parent: 1 - uid: 2365 components: - type: Transform - pos: 199.5,203.5 + pos: 214.5,184.5 parent: 1 - uid: 2366 components: - type: Transform - pos: 199.5,202.5 + pos: 214.5,184.5 parent: 1 - uid: 2367 components: - type: Transform - pos: 199.5,201.5 + pos: 215.5,184.5 parent: 1 - uid: 2368 components: - type: Transform - pos: 192.5,201.5 + pos: 215.5,184.5 parent: 1 - uid: 2369 components: - type: Transform - pos: 195.5,214.5 + pos: 216.5,184.5 parent: 1 - uid: 2370 components: - type: Transform - pos: 194.5,214.5 + pos: 216.5,184.5 parent: 1 - uid: 2371 components: - type: Transform - pos: 194.5,206.5 + pos: 216.5,183.5 parent: 1 - uid: 2372 components: - type: Transform - pos: 194.5,203.5 + pos: 216.5,183.5 parent: 1 - uid: 2373 components: - type: Transform - pos: 194.5,204.5 + pos: 216.5,186.5 parent: 1 - uid: 2374 components: - type: Transform - pos: 195.5,203.5 + pos: 216.5,185.5 parent: 1 - uid: 2375 components: - type: Transform - pos: 194.5,203.5 + pos: 216.5,186.5 parent: 1 - uid: 2376 components: - type: Transform - pos: 198.5,203.5 + pos: 216.5,189.5 parent: 1 - uid: 2377 components: - type: Transform - pos: 197.5,203.5 + pos: 216.5,190.5 parent: 1 - uid: 2378 components: - type: Transform - pos: 196.5,203.5 + pos: 216.5,191.5 parent: 1 - uid: 2379 components: - type: Transform - pos: 199.5,203.5 + pos: 216.5,192.5 parent: 1 - uid: 2380 components: - type: Transform - pos: 192.5,201.5 + pos: 216.5,193.5 parent: 1 - uid: 2381 components: - type: Transform - pos: 194.5,205.5 + pos: 216.5,194.5 parent: 1 - uid: 2382 components: - type: Transform - pos: 194.5,211.5 + pos: 216.5,195.5 parent: 1 - uid: 2383 components: - type: Transform - pos: 194.5,209.5 + pos: 216.5,196.5 parent: 1 - uid: 2384 components: - type: Transform - pos: 194.5,210.5 + pos: 216.5,197.5 parent: 1 - uid: 2385 components: - type: Transform - pos: 194.5,208.5 + pos: 216.5,198.5 parent: 1 - uid: 2386 components: - type: Transform - pos: 194.5,207.5 + pos: 216.5,199.5 parent: 1 - uid: 2387 components: - type: Transform - pos: 192.5,203.5 + pos: 94.5,-112.5 parent: 1 - uid: 2388 components: - type: Transform - pos: 192.5,204.5 + pos: 212.5,179.5 parent: 1 - uid: 2389 components: - type: Transform - pos: 192.5,205.5 + pos: 212.5,180.5 parent: 1 - uid: 2390 components: - type: Transform - pos: 192.5,206.5 + pos: -277.5,-25.5 parent: 1 - uid: 2391 components: - type: Transform - pos: 192.5,207.5 + pos: -268.5,-78.5 parent: 1 - uid: 2392 components: - type: Transform - pos: 192.5,208.5 + pos: -276.5,-75.5 parent: 1 - uid: 2393 components: - type: Transform - pos: 192.5,209.5 + pos: -277.5,-27.5 parent: 1 - uid: 2394 components: - type: Transform - pos: 192.5,210.5 + pos: -277.5,-26.5 parent: 1 - uid: 2395 components: - type: Transform - pos: 192.5,211.5 + pos: -277.5,-20.5 parent: 1 - uid: 2396 components: - type: Transform - pos: 192.5,212.5 + pos: -277.5,-23.5 parent: 1 - uid: 2397 components: - type: Transform - pos: 192.5,213.5 + pos: -269.5,-78.5 parent: 1 - uid: 2398 components: - type: Transform - pos: 192.5,214.5 + pos: -277.5,-24.5 parent: 1 - uid: 2399 components: - type: Transform - pos: 192.5,215.5 + pos: -275.5,-75.5 parent: 1 - uid: 2400 components: - type: Transform - pos: 192.5,216.5 + pos: -277.5,-28.5 parent: 1 - uid: 2401 components: - type: Transform - pos: 192.5,217.5 + pos: -277.5,-30.5 parent: 1 - uid: 2402 components: - type: Transform - pos: 192.5,218.5 + pos: -277.5,-29.5 parent: 1 - uid: 2403 components: - type: Transform - pos: 192.5,219.5 + pos: -277.5,-31.5 parent: 1 - uid: 2404 components: - type: Transform - pos: 192.5,220.5 + pos: -277.5,-32.5 parent: 1 - uid: 2405 components: - type: Transform - pos: 192.5,220.5 + pos: -277.5,-33.5 parent: 1 - uid: 2406 components: - type: Transform - pos: 193.5,220.5 + pos: -277.5,-34.5 parent: 1 - uid: 2407 components: - type: Transform - pos: 194.5,220.5 + pos: -277.5,-35.5 parent: 1 - uid: 2408 components: - type: Transform - pos: 195.5,220.5 + pos: -277.5,-36.5 parent: 1 - uid: 2409 components: - type: Transform - pos: 196.5,220.5 + pos: -277.5,-37.5 parent: 1 - uid: 2410 components: - type: Transform - pos: 197.5,220.5 + pos: -277.5,-38.5 parent: 1 - uid: 2411 components: - type: Transform - pos: 198.5,220.5 + pos: -277.5,-39.5 parent: 1 - uid: 2412 components: - type: Transform - pos: 199.5,220.5 + pos: -277.5,-40.5 parent: 1 - uid: 2413 components: - type: Transform - pos: 192.5,214.5 + pos: -277.5,-41.5 parent: 1 - uid: 2414 components: - type: Transform - pos: 191.5,214.5 + pos: -277.5,-42.5 parent: 1 - uid: 2415 components: - type: Transform - pos: 190.5,214.5 + pos: -277.5,-43.5 parent: 1 - uid: 2416 components: - type: Transform - pos: 189.5,214.5 + pos: -277.5,-44.5 parent: 1 - uid: 2417 components: - type: Transform - pos: 188.5,214.5 + pos: -277.5,-45.5 parent: 1 - uid: 2418 components: - type: Transform - pos: 187.5,214.5 + pos: -277.5,-46.5 parent: 1 - uid: 2419 components: - type: Transform - pos: 187.5,214.5 + pos: -277.5,-47.5 parent: 1 - uid: 2420 components: - type: Transform - pos: 187.5,213.5 + pos: -277.5,-48.5 parent: 1 - uid: 2421 components: - type: Transform - pos: 187.5,212.5 + pos: -277.5,-49.5 parent: 1 - uid: 2422 components: - type: Transform - pos: 187.5,211.5 + pos: -277.5,-50.5 parent: 1 - uid: 2423 components: - type: Transform - pos: 187.5,210.5 + pos: -277.5,-51.5 parent: 1 - uid: 2424 components: - type: Transform - pos: 187.5,209.5 + pos: -277.5,-52.5 parent: 1 - uid: 2425 components: - type: Transform - pos: 187.5,208.5 + pos: -277.5,-53.5 parent: 1 - uid: 2426 components: - type: Transform - pos: 187.5,208.5 + pos: -277.5,-54.5 parent: 1 - uid: 2427 components: - type: Transform - pos: 188.5,208.5 + pos: -277.5,-55.5 parent: 1 - uid: 2428 components: - type: Transform - pos: 189.5,208.5 + pos: -277.5,-56.5 parent: 1 - uid: 2429 components: - type: Transform - pos: 190.5,208.5 + pos: -277.5,-57.5 parent: 1 - uid: 2430 components: - type: Transform - pos: 191.5,208.5 + pos: -277.5,-58.5 parent: 1 - uid: 2431 components: - type: Transform - pos: 192.5,208.5 + pos: -277.5,-59.5 parent: 1 - uid: 2432 components: - type: Transform - pos: 194.5,214.5 + pos: -277.5,-60.5 parent: 1 - uid: 2433 components: - type: Transform - pos: 195.5,210.5 + pos: -277.5,-61.5 parent: 1 - uid: 2434 components: - type: Transform - pos: 196.5,210.5 + pos: -277.5,-62.5 parent: 1 - uid: 2435 components: - type: Transform - pos: 197.5,210.5 + pos: -277.5,-63.5 parent: 1 - uid: 2436 components: - type: Transform - pos: 198.5,210.5 + pos: -277.5,-64.5 parent: 1 - uid: 2437 components: - type: Transform - pos: 199.5,210.5 + pos: -277.5,-65.5 parent: 1 - uid: 2438 components: - type: Transform - pos: 196.5,214.5 + pos: -277.5,-66.5 parent: 1 - uid: 2439 components: - type: Transform - pos: 197.5,214.5 + pos: -277.5,-67.5 parent: 1 - uid: 2440 components: - type: Transform - pos: 198.5,214.5 + pos: -277.5,-68.5 parent: 1 - uid: 2441 components: - type: Transform - pos: 199.5,214.5 + pos: -277.5,-69.5 parent: 1 - uid: 2442 components: - type: Transform - pos: 194.5,213.5 + pos: -277.5,-70.5 parent: 1 - uid: 2443 components: - type: Transform - pos: 194.5,214.5 + pos: -277.5,-71.5 parent: 1 - uid: 2444 components: - type: Transform - pos: 194.5,211.5 + pos: -277.5,-72.5 parent: 1 - uid: 2445 components: - type: Transform - pos: 194.5,212.5 + pos: -277.5,-73.5 parent: 1 - uid: 2446 components: - type: Transform - pos: 194.5,209.5 + pos: -277.5,-74.5 parent: 1 - uid: 2447 components: - type: Transform - pos: 194.5,210.5 + pos: -277.5,-75.5 parent: 1 - uid: 2448 components: - type: Transform - pos: 194.5,215.5 + pos: -274.5,-76.5 parent: 1 - uid: 2449 components: - type: Transform - pos: 194.5,216.5 + pos: -274.5,-77.5 parent: 1 - uid: 2450 components: - type: Transform - pos: 194.5,217.5 + pos: -273.5,-77.5 parent: 1 - uid: 2451 components: - type: Transform - pos: 194.5,218.5 + pos: -273.5,-78.5 parent: 1 - uid: 2452 components: - type: Transform - pos: 194.5,219.5 + pos: -264.5,-78.5 parent: 1 - uid: 2453 components: - type: Transform - pos: 194.5,220.5 + pos: -263.5,-78.5 parent: 1 - uid: 2454 components: - type: Transform - pos: 216.5,185.5 + pos: -262.5,-78.5 parent: 1 - uid: 2455 components: - type: Transform - pos: 214.5,180.5 + pos: -261.5,-78.5 parent: 1 - uid: 2456 components: - type: Transform - pos: 213.5,210.5 + pos: -260.5,-78.5 parent: 1 - uid: 2457 components: - type: Transform - pos: -223.5,-88.5 + pos: -259.5,-78.5 parent: 1 - uid: 2458 components: - type: Transform - pos: 216.5,186.5 + pos: -258.5,-78.5 parent: 1 - uid: 2459 components: - type: Transform - pos: 216.5,185.5 + pos: -257.5,-78.5 parent: 1 - uid: 2460 components: - type: Transform - pos: 213.5,180.5 + pos: -256.5,-78.5 parent: 1 - uid: 2461 components: - type: Transform - pos: -286.5,-87.5 + pos: -255.5,-78.5 parent: 1 - uid: 2462 components: - type: Transform - pos: 213.5,211.5 + pos: -254.5,-78.5 parent: 1 - uid: 2463 components: - type: Transform - pos: 213.5,209.5 + pos: -253.5,-78.5 parent: 1 - uid: 2464 components: - type: Transform - pos: 213.5,208.5 + pos: -252.5,-78.5 parent: 1 - uid: 2465 components: - type: Transform - pos: 213.5,207.5 + pos: -251.5,-78.5 parent: 1 - uid: 2466 components: - type: Transform - pos: 213.5,207.5 + pos: -250.5,-78.5 parent: 1 - uid: 2467 components: - type: Transform - pos: 213.5,207.5 + pos: -249.5,-78.5 parent: 1 - uid: 2468 components: - type: Transform - pos: 215.5,207.5 + pos: -248.5,-78.5 parent: 1 - uid: 2469 components: - type: Transform - pos: 215.5,207.5 + pos: -247.5,-78.5 parent: 1 - uid: 2470 components: - type: Transform - pos: 215.5,209.5 + pos: -246.5,-78.5 parent: 1 - uid: 2471 components: - type: Transform - pos: 215.5,209.5 + pos: -245.5,-78.5 parent: 1 - uid: 2472 components: - type: Transform - pos: 214.5,209.5 + pos: -244.5,-78.5 parent: 1 - uid: 2473 components: - type: Transform - pos: 212.5,180.5 + pos: -243.5,-78.5 parent: 1 - uid: 2474 components: - type: Transform - pos: 214.5,181.5 + pos: -242.5,-78.5 parent: 1 - uid: 2475 components: - type: Transform - pos: 216.5,188.5 + pos: -241.5,-78.5 parent: 1 - uid: 2476 components: - type: Transform - pos: 216.5,187.5 + pos: -240.5,-78.5 parent: 1 - uid: 2477 components: - type: Transform - pos: 214.5,181.5 + pos: -239.5,-78.5 parent: 1 - uid: 2478 components: - type: Transform - pos: 214.5,182.5 + pos: -238.5,-78.5 parent: 1 - uid: 2479 components: - type: Transform - pos: 214.5,182.5 + pos: -237.5,-78.5 parent: 1 - uid: 2480 components: - type: Transform - pos: 214.5,183.5 + pos: -236.5,-78.5 parent: 1 - uid: 2481 components: - type: Transform - pos: 214.5,183.5 + pos: -235.5,-78.5 parent: 1 - uid: 2482 components: - type: Transform - pos: 214.5,183.5 + pos: -234.5,-78.5 parent: 1 - uid: 2483 components: - type: Transform - pos: 214.5,184.5 + pos: -233.5,-78.5 parent: 1 - uid: 2484 components: - type: Transform - pos: 214.5,184.5 + pos: -232.5,-78.5 parent: 1 - uid: 2485 components: - type: Transform - pos: 215.5,184.5 + pos: -231.5,-78.5 parent: 1 - uid: 2486 components: - type: Transform - pos: 215.5,184.5 + pos: -230.5,-78.5 parent: 1 - uid: 2487 components: - type: Transform - pos: 216.5,184.5 + pos: -229.5,-78.5 parent: 1 - uid: 2488 components: - type: Transform - pos: 216.5,184.5 + pos: -228.5,-78.5 parent: 1 - uid: 2489 components: - type: Transform - pos: 216.5,183.5 + pos: -227.5,-78.5 parent: 1 - uid: 2490 components: - type: Transform - pos: 216.5,183.5 + pos: -226.5,-78.5 parent: 1 - uid: 2491 components: - type: Transform - pos: 216.5,186.5 + pos: -225.5,-78.5 parent: 1 - uid: 2492 components: - type: Transform - pos: 216.5,185.5 + pos: -224.5,-78.5 parent: 1 - uid: 2493 components: - type: Transform - pos: 216.5,186.5 + pos: -223.5,-78.5 parent: 1 - uid: 2494 components: - type: Transform - pos: 216.5,189.5 + pos: -222.5,-78.5 parent: 1 - uid: 2495 components: - type: Transform - pos: 216.5,190.5 + pos: -221.5,-78.5 parent: 1 - uid: 2496 components: - type: Transform - pos: 216.5,191.5 + pos: -220.5,-78.5 parent: 1 - uid: 2497 components: - type: Transform - pos: 216.5,192.5 + pos: -219.5,-78.5 parent: 1 - uid: 2498 components: - type: Transform - pos: 216.5,193.5 + pos: -218.5,-78.5 parent: 1 - uid: 2499 components: - type: Transform - pos: 216.5,194.5 + pos: -217.5,-78.5 parent: 1 - uid: 2500 components: - type: Transform - pos: 216.5,195.5 + pos: -216.5,-78.5 parent: 1 - uid: 2501 components: - type: Transform - pos: 216.5,196.5 + pos: -215.5,-78.5 parent: 1 - uid: 2502 components: - type: Transform - pos: 216.5,197.5 + pos: -214.5,-78.5 parent: 1 - uid: 2503 components: - type: Transform - pos: 216.5,198.5 + pos: -213.5,-78.5 parent: 1 - uid: 2504 components: - type: Transform - pos: 216.5,199.5 + pos: -212.5,-78.5 + parent: 1 + - uid: 2505 + components: + - type: Transform + pos: -211.5,-78.5 parent: 1 - uid: 2506 components: - type: Transform - pos: 216.5,201.5 + pos: -210.5,-78.5 parent: 1 - uid: 2507 components: - type: Transform - pos: 216.5,202.5 + pos: -209.5,-78.5 parent: 1 - uid: 2508 components: - type: Transform - pos: 216.5,203.5 + pos: -208.5,-78.5 parent: 1 - uid: 2509 components: - type: Transform - pos: 216.5,204.5 + pos: -77.5,-13.5 parent: 1 - uid: 2510 components: - type: Transform - pos: 216.5,205.5 + pos: -77.5,-19.5 parent: 1 - uid: 2511 components: - type: Transform - pos: 216.5,206.5 + pos: -76.5,-9.5 parent: 1 - uid: 2512 components: - type: Transform - pos: 216.5,207.5 + pos: -77.5,-20.5 parent: 1 - uid: 2513 components: - type: Transform - pos: 216.5,208.5 + pos: -77.5,-14.5 parent: 1 - uid: 2514 components: - type: Transform - pos: 216.5,209.5 + pos: -77.5,-15.5 parent: 1 - uid: 2515 components: - type: Transform - pos: 216.5,210.5 + pos: -77.5,-22.5 parent: 1 - uid: 2516 components: - type: Transform - pos: 212.5,210.5 + pos: -77.5,-21.5 parent: 1 - uid: 2517 components: - type: Transform - pos: 212.5,211.5 + pos: -77.5,-17.5 parent: 1 - uid: 2518 components: - type: Transform - pos: 191.5,211.5 + pos: -77.5,-18.5 parent: 1 - uid: 2519 components: - type: Transform - pos: 195.5,206.5 + pos: -77.5,-16.5 parent: 1 - uid: 2520 components: - type: Transform - pos: 195.5,209.5 + pos: -75.5,-9.5 parent: 1 - uid: 2521 components: - type: Transform - pos: 195.5,208.5 + pos: -72.5,-9.5 parent: 1 - uid: 2522 components: - type: Transform - pos: 192.5,211.5 + pos: -73.5,-9.5 parent: 1 - uid: 2523 components: - type: Transform - pos: 192.5,213.5 + pos: -71.5,-9.5 parent: 1 - uid: 2524 components: - type: Transform - pos: 198.5,213.5 + pos: -70.5,-9.5 parent: 1 - uid: 2525 components: - type: Transform - pos: 198.5,214.5 + pos: -74.5,-9.5 parent: 1 - uid: 2526 components: - type: Transform - pos: 197.5,211.5 + pos: -77.5,-12.5 parent: 1 - uid: 2527 components: - type: Transform - pos: 188.5,213.5 + pos: -77.5,-11.5 parent: 1 - uid: 2528 components: - type: Transform - pos: 195.5,213.5 + pos: -77.5,-10.5 parent: 1 - uid: 2529 components: - type: Transform - pos: 195.5,207.5 + pos: -77.5,-9.5 parent: 1 - uid: 2530 components: - type: Transform - pos: 196.5,211.5 + pos: -69.5,-9.5 parent: 1 - uid: 2531 components: - type: Transform - pos: 195.5,205.5 + pos: -68.5,-9.5 parent: 1 - uid: 2532 components: - type: Transform - pos: 198.5,211.5 + pos: -67.5,-9.5 parent: 1 - uid: 2533 components: - type: Transform - pos: 195.5,211.5 + pos: -66.5,-9.5 parent: 1 - uid: 2534 components: - type: Transform - pos: 199.5,213.5 + pos: -65.5,-9.5 parent: 1 - uid: 2535 components: - type: Transform - pos: 192.5,212.5 + pos: -64.5,-9.5 parent: 1 - uid: 2536 components: - type: Transform - pos: 197.5,213.5 + pos: -63.5,-9.5 parent: 1 - uid: 2537 components: - type: Transform - pos: 196.5,213.5 + pos: -62.5,-9.5 parent: 1 - uid: 2538 components: - type: Transform - pos: 198.5,213.5 + pos: -61.5,-9.5 parent: 1 - uid: 2539 components: - type: Transform - pos: 198.5,212.5 + pos: -60.5,-9.5 parent: 1 - uid: 2540 components: - type: Transform - pos: 188.5,213.5 + pos: -59.5,-9.5 parent: 1 - uid: 2541 components: - type: Transform - pos: 190.5,213.5 + pos: -58.5,-9.5 + parent: 1 + - uid: 2542 + components: + - type: Transform + pos: -57.5,-9.5 parent: 1 - uid: 2543 components: - type: Transform - pos: 191.5,211.5 + pos: -56.5,-9.5 parent: 1 - uid: 2544 components: - type: Transform - pos: 190.5,211.5 + pos: -55.5,-9.5 parent: 1 - uid: 2545 components: - type: Transform - pos: 189.5,211.5 + pos: -54.5,-9.5 parent: 1 - uid: 2546 components: - type: Transform - pos: 188.5,211.5 + pos: -53.5,-9.5 parent: 1 - uid: 2547 components: - type: Transform - pos: 187.5,211.5 + pos: -52.5,-9.5 parent: 1 - uid: 2548 components: - type: Transform - pos: 187.5,210.5 + pos: -52.5,-29.5 parent: 1 - uid: 2549 components: - type: Transform - pos: 187.5,209.5 + pos: -74.5,-19.5 parent: 1 - uid: 2550 components: - type: Transform - pos: 187.5,208.5 + pos: -72.5,-15.5 parent: 1 - uid: 2551 components: - type: Transform - pos: 187.5,208.5 + pos: -75.5,-19.5 parent: 1 - uid: 2552 components: - type: Transform - pos: 187.5,207.5 + pos: -68.5,-15.5 parent: 1 - uid: 2553 components: - type: Transform - pos: 187.5,206.5 + pos: -71.5,-10.5 parent: 1 - uid: 2554 components: - type: Transform - pos: 187.5,205.5 + pos: -67.5,-15.5 parent: 1 - uid: 2555 components: - type: Transform - pos: 187.5,205.5 + pos: -52.5,-9.5 parent: 1 - uid: 2556 components: - type: Transform - pos: 188.5,205.5 + pos: -52.5,-10.5 parent: 1 - uid: 2557 components: - type: Transform - pos: 189.5,205.5 + pos: -52.5,-11.5 parent: 1 - uid: 2558 components: - type: Transform - pos: 190.5,205.5 + pos: -52.5,-12.5 parent: 1 - uid: 2559 components: - type: Transform - pos: 192.5,205.5 + pos: -52.5,-13.5 parent: 1 - uid: 2560 components: - type: Transform - pos: 192.5,205.5 + pos: -52.5,-14.5 parent: 1 - uid: 2561 components: - type: Transform - pos: 192.5,207.5 + pos: -52.5,-15.5 parent: 1 - uid: 2562 components: - type: Transform - pos: 192.5,208.5 + pos: -52.5,-16.5 parent: 1 - uid: 2563 components: - type: Transform - pos: 192.5,209.5 + pos: -52.5,-17.5 parent: 1 - uid: 2564 components: - type: Transform - pos: 192.5,211.5 + pos: -52.5,-18.5 parent: 1 - uid: 2565 components: - type: Transform - pos: 192.5,212.5 + pos: -52.5,-19.5 parent: 1 - uid: 2566 components: - type: Transform - pos: 192.5,213.5 + pos: -52.5,-20.5 parent: 1 - uid: 2567 components: - type: Transform - pos: 202.5,222.5 + pos: -52.5,-21.5 parent: 1 - uid: 2568 components: - type: Transform - pos: 192.5,220.5 + pos: -52.5,-22.5 parent: 1 - uid: 2569 components: - type: Transform - pos: 192.5,221.5 + pos: -52.5,-23.5 parent: 1 - uid: 2570 components: - type: Transform - pos: 190.5,221.5 + pos: -52.5,-24.5 parent: 1 - uid: 2571 components: - type: Transform - pos: 191.5,221.5 + pos: -52.5,-25.5 parent: 1 - uid: 2572 components: - type: Transform - pos: 190.5,221.5 + pos: -52.5,-26.5 parent: 1 - uid: 2573 components: - type: Transform - pos: 199.5,212.5 + pos: -52.5,-27.5 parent: 1 - uid: 2574 components: - type: Transform - pos: 199.5,211.5 + pos: -52.5,-28.5 parent: 1 - uid: 2575 components: - type: Transform - pos: 200.5,211.5 + pos: -52.5,-29.5 parent: 1 - uid: 2576 components: - type: Transform - pos: 201.5,211.5 + pos: -72.5,-23.5 parent: 1 - uid: 2577 components: - type: Transform - pos: 202.5,211.5 + pos: -53.5,-29.5 parent: 1 - uid: 2578 components: - type: Transform - pos: 202.5,213.5 + pos: -54.5,-29.5 parent: 1 - uid: 2579 components: - type: Transform - pos: 202.5,213.5 + pos: -55.5,-29.5 parent: 1 - uid: 2580 components: - type: Transform - pos: 202.5,221.5 + pos: -56.5,-29.5 parent: 1 - uid: 2581 components: - type: Transform - pos: 201.5,221.5 + pos: -57.5,-29.5 parent: 1 - uid: 2582 components: - type: Transform - pos: 200.5,221.5 + pos: -58.5,-29.5 parent: 1 - uid: 2583 components: - type: Transform - pos: 202.5,221.5 + pos: -59.5,-29.5 parent: 1 - uid: 2584 components: - type: Transform - pos: 202.5,220.5 + pos: -60.5,-29.5 parent: 1 - uid: 2585 components: - type: Transform - pos: 202.5,219.5 + pos: -61.5,-29.5 parent: 1 - uid: 2586 components: - type: Transform - pos: 200.5,219.5 + pos: -62.5,-29.5 parent: 1 - uid: 2587 components: - type: Transform - pos: 200.5,220.5 + pos: -63.5,-29.5 parent: 1 - uid: 2588 components: - type: Transform - pos: 201.5,220.5 + pos: -64.5,-29.5 parent: 1 - uid: 2589 components: - type: Transform - pos: 202.5,219.5 + pos: -65.5,-29.5 parent: 1 - uid: 2590 components: - type: Transform - pos: 202.5,218.5 + pos: -66.5,-29.5 parent: 1 - uid: 2591 components: - type: Transform - pos: 201.5,218.5 + pos: -67.5,-29.5 parent: 1 - uid: 2592 components: - type: Transform - pos: 200.5,218.5 + pos: -68.5,-29.5 parent: 1 - uid: 2593 components: - type: Transform - pos: 199.5,220.5 + pos: -69.5,-29.5 parent: 1 - uid: 2594 components: - type: Transform - pos: 199.5,216.5 + pos: -70.5,-29.5 parent: 1 - uid: 2595 components: - type: Transform - pos: 199.5,215.5 + pos: -71.5,-29.5 parent: 1 - uid: 2596 components: - type: Transform - pos: 199.5,218.5 + pos: -72.5,-29.5 parent: 1 - uid: 2597 components: - type: Transform - pos: 199.5,217.5 + pos: -72.5,-29.5 parent: 1 - uid: 2598 components: - type: Transform - pos: 184.5,220.5 + pos: -72.5,-28.5 parent: 1 - uid: 2599 components: - type: Transform - pos: 199.5,219.5 + pos: -72.5,-27.5 parent: 1 - uid: 2600 components: - type: Transform - pos: 184.5,221.5 + pos: -72.5,-26.5 parent: 1 - uid: 2601 components: - type: Transform - pos: 184.5,218.5 + pos: -72.5,-25.5 parent: 1 - uid: 2602 components: - type: Transform - pos: 184.5,219.5 + pos: -72.5,-24.5 parent: 1 - uid: 2603 components: - type: Transform - pos: 184.5,216.5 + pos: -72.5,-23.5 parent: 1 - uid: 2604 components: - type: Transform - pos: 184.5,217.5 + pos: -71.5,-23.5 parent: 1 - uid: 2605 components: - type: Transform - pos: 185.5,216.5 + pos: -70.5,-23.5 parent: 1 - uid: 2606 components: - type: Transform - pos: 186.5,216.5 + pos: -69.5,-23.5 parent: 1 - uid: 2607 components: - type: Transform - pos: 198.5,220.5 + pos: -68.5,-23.5 parent: 1 - uid: 2608 components: - type: Transform - pos: 196.5,220.5 + pos: -67.5,-23.5 parent: 1 - uid: 2609 components: - type: Transform - pos: 195.5,220.5 + pos: -66.5,-23.5 parent: 1 - uid: 2610 components: - type: Transform - pos: 195.5,220.5 + pos: -65.5,-23.5 parent: 1 - uid: 2611 components: - type: Transform - pos: 194.5,220.5 + pos: -64.5,-23.5 parent: 1 - uid: 2612 components: - type: Transform - pos: 199.5,220.5 + pos: -63.5,-23.5 parent: 1 - uid: 2613 components: - type: Transform - pos: 199.5,221.5 + pos: -62.5,-23.5 parent: 1 - uid: 2614 components: - type: Transform - pos: 199.5,222.5 + pos: -61.5,-23.5 parent: 1 - uid: 2615 components: - type: Transform - pos: 199.5,223.5 + pos: -60.5,-23.5 parent: 1 - uid: 2616 components: - type: Transform - pos: 198.5,223.5 + pos: -59.5,-23.5 parent: 1 - uid: 2617 components: - type: Transform - pos: 196.5,223.5 + pos: -58.5,-23.5 parent: 1 - uid: 2618 components: - type: Transform - pos: 196.5,223.5 + pos: -57.5,-23.5 parent: 1 - uid: 2619 components: - type: Transform - pos: 194.5,223.5 + pos: -56.5,-23.5 parent: 1 - uid: 2620 components: - type: Transform - pos: 193.5,223.5 + pos: -55.5,-23.5 parent: 1 - uid: 2621 components: - type: Transform - pos: 193.5,223.5 + pos: -54.5,-23.5 parent: 1 - uid: 2622 components: - type: Transform - pos: 195.5,210.5 + pos: -53.5,-23.5 parent: 1 - uid: 2623 components: - type: Transform - pos: 196.5,210.5 + pos: -52.5,-23.5 parent: 1 - uid: 2624 components: - type: Transform - pos: 195.5,204.5 + pos: -72.5,-16.5 parent: 1 - uid: 2625 components: - type: Transform - pos: 194.5,210.5 + pos: -72.5,-18.5 parent: 1 - uid: 2626 components: - type: Transform - pos: 195.5,203.5 + pos: -68.5,-15.5 parent: 1 - uid: 2627 components: - type: Transform - pos: 189.5,221.5 + pos: -71.5,-15.5 parent: 1 - uid: 2628 components: - type: Transform - pos: 189.5,221.5 + pos: -68.5,-14.5 parent: 1 - uid: 2629 components: - type: Transform - pos: 188.5,221.5 + pos: -76.5,-19.5 parent: 1 - uid: 2630 components: - type: Transform - pos: 187.5,221.5 + pos: -77.5,-19.5 parent: 1 - uid: 2631 components: - type: Transform - pos: 187.5,221.5 + pos: -72.5,-17.5 parent: 1 - uid: 2632 components: - type: Transform - pos: 186.5,221.5 + pos: -71.5,-14.5 parent: 1 - uid: 2633 components: - type: Transform - pos: 184.5,221.5 + pos: -55.5,-10.5 parent: 1 - uid: 2634 components: - type: Transform - pos: 190.5,218.5 + pos: -55.5,-11.5 parent: 1 - uid: 2635 components: - type: Transform - pos: 191.5,218.5 + pos: -55.5,-12.5 parent: 1 - uid: 2636 components: - type: Transform - pos: 187.5,216.5 + pos: -55.5,-13.5 parent: 1 - uid: 2637 components: - type: Transform - pos: 187.5,216.5 + pos: -55.5,-14.5 parent: 1 - uid: 2638 components: - type: Transform - pos: 187.5,215.5 + pos: -55.5,-15.5 parent: 1 - uid: 2639 components: - type: Transform - pos: 185.5,217.5 + pos: -57.5,-23.5 parent: 1 - uid: 2640 components: - type: Transform - pos: 188.5,215.5 + pos: -57.5,-22.5 parent: 1 - uid: 2641 components: - type: Transform - pos: 188.5,216.5 + pos: -57.5,-21.5 parent: 1 - uid: 2642 components: - type: Transform - pos: 189.5,215.5 + pos: -57.5,-20.5 parent: 1 - uid: 2643 components: - type: Transform - pos: 190.5,215.5 + pos: -57.5,-19.5 parent: 1 - uid: 2644 components: - type: Transform - pos: 191.5,215.5 + pos: -57.5,-18.5 parent: 1 - uid: 2645 components: - type: Transform - pos: 191.5,216.5 + pos: -57.5,-17.5 parent: 1 - uid: 2646 components: - type: Transform - pos: 190.5,216.5 + pos: -57.5,-16.5 parent: 1 - uid: 2647 components: - type: Transform - pos: 191.5,217.5 + pos: -57.5,-15.5 parent: 1 - uid: 2648 components: - type: Transform - pos: 191.5,218.5 + pos: -57.5,-15.5 parent: 1 - uid: 2649 components: - type: Transform - pos: 192.5,217.5 + pos: -56.5,-15.5 parent: 1 - uid: 2650 components: - type: Transform - pos: 192.5,218.5 + pos: -55.5,-15.5 parent: 1 - uid: 2651 components: - type: Transform - pos: 192.5,219.5 + pos: -61.5,-14.5 parent: 1 - uid: 2652 components: - type: Transform - pos: 189.5,218.5 + pos: -71.5,-13.5 parent: 1 - uid: 2653 components: - type: Transform - pos: 188.5,218.5 + pos: -55.5,-9.5 parent: 1 - uid: 2654 components: - type: Transform - pos: 187.5,218.5 + pos: -61.5,-15.5 parent: 1 - uid: 2655 components: - type: Transform - pos: 186.5,218.5 + pos: -62.5,-15.5 parent: 1 - uid: 2656 components: - type: Transform - pos: 188.5,219.5 + pos: -63.5,-15.5 parent: 1 - uid: 2657 components: - type: Transform - pos: 188.5,220.5 + pos: -65.5,-15.5 parent: 1 - uid: 2658 components: - type: Transform - pos: 186.5,218.5 + pos: -64.5,-15.5 parent: 1 - uid: 2659 components: - type: Transform - pos: 185.5,218.5 + pos: -61.5,-15.5 parent: 1 - uid: 2660 components: - type: Transform - pos: 187.5,220.5 + pos: -61.5,-13.5 parent: 1 - uid: 2661 components: - type: Transform - pos: 186.5,220.5 + pos: -61.5,-12.5 parent: 1 - uid: 2662 components: - type: Transform - pos: 185.5,220.5 + pos: -61.5,-11.5 parent: 1 - uid: 2663 components: - type: Transform - pos: 185.5,219.5 + pos: -61.5,-10.5 parent: 1 - uid: 2664 components: - type: Transform - pos: 195.5,203.5 + pos: -61.5,-9.5 parent: 1 - uid: 2665 components: - type: Transform - pos: 197.5,203.5 + pos: -71.5,-11.5 parent: 1 - uid: 2666 components: - type: Transform - pos: 196.5,203.5 + pos: -71.5,-12.5 parent: 1 - uid: 2667 components: - type: Transform - pos: 198.5,203.5 + pos: -66.5,-15.5 parent: 1 - uid: 2668 components: - type: Transform - pos: 198.5,203.5 + pos: -68.5,-13.5 parent: 1 - uid: 2669 components: - type: Transform - pos: 199.5,203.5 + pos: -68.5,-12.5 parent: 1 - uid: 2670 components: - type: Transform - pos: 199.5,204.5 + pos: -68.5,-11.5 parent: 1 - uid: 2671 components: - type: Transform - pos: 199.5,205.5 + pos: -68.5,-10.5 parent: 1 - uid: 2672 components: - type: Transform - pos: 199.5,205.5 + pos: -68.5,-9.5 parent: 1 - uid: 2673 components: - type: Transform - pos: 199.5,206.5 + pos: -71.5,-9.5 parent: 1 - uid: 2674 components: - type: Transform - pos: 199.5,207.5 + pos: -72.5,-19.5 parent: 1 - uid: 2675 components: - type: Transform - pos: 199.5,207.5 + pos: -71.5,-15.5 parent: 1 - uid: 2676 components: - type: Transform - pos: 199.5,208.5 + pos: -72.5,-15.5 parent: 1 - uid: 2677 components: - type: Transform - pos: 199.5,208.5 + pos: -73.5,-15.5 parent: 1 - uid: 2678 components: - type: Transform - pos: 199.5,207.5 + pos: -74.5,-15.5 parent: 1 - uid: 2679 components: - type: Transform - pos: 199.5,206.5 + pos: -75.5,-15.5 parent: 1 - uid: 2680 components: - type: Transform - pos: 199.5,205.5 + pos: -76.5,-15.5 parent: 1 - uid: 2681 components: - type: Transform - pos: 199.5,204.5 + pos: -77.5,-15.5 parent: 1 - uid: 2682 components: - type: Transform - pos: 199.5,203.5 + pos: -73.5,-19.5 parent: 1 - uid: 2683 components: - type: Transform - pos: 212.5,179.5 + pos: -72.5,-19.5 parent: 1 - uid: 2684 components: - type: Transform - pos: 212.5,180.5 + pos: -39.5,-45.5 parent: 1 - uid: 2685 components: - type: Transform - pos: -277.5,-25.5 + pos: -52.5,-32.5 parent: 1 - uid: 2686 components: - type: Transform - pos: -268.5,-78.5 + pos: -53.5,-32.5 parent: 1 - uid: 2687 components: - type: Transform - pos: -276.5,-75.5 + pos: -54.5,-32.5 parent: 1 - uid: 2688 components: - type: Transform - pos: -277.5,-27.5 + pos: -55.5,-32.5 parent: 1 - uid: 2689 components: - type: Transform - pos: -277.5,-26.5 + pos: -56.5,-32.5 parent: 1 - uid: 2690 components: - type: Transform - pos: -277.5,-20.5 + pos: -57.5,-32.5 parent: 1 - uid: 2691 components: - type: Transform - pos: -277.5,-23.5 + pos: -57.5,-33.5 parent: 1 - uid: 2692 components: - type: Transform - pos: -269.5,-78.5 + pos: -57.5,-34.5 parent: 1 - uid: 2693 components: - type: Transform - pos: -277.5,-24.5 + pos: -57.5,-35.5 parent: 1 - uid: 2694 components: - type: Transform - pos: -275.5,-75.5 + pos: -57.5,-36.5 parent: 1 - uid: 2695 components: - type: Transform - pos: -277.5,-28.5 + pos: -57.5,-36.5 parent: 1 - uid: 2696 components: - type: Transform - pos: -277.5,-30.5 + pos: -58.5,-36.5 parent: 1 - uid: 2697 components: - type: Transform - pos: -277.5,-29.5 + pos: -59.5,-36.5 parent: 1 - uid: 2698 components: - type: Transform - pos: -277.5,-31.5 + pos: -60.5,-36.5 parent: 1 - uid: 2699 components: - type: Transform - pos: -277.5,-32.5 + pos: -60.5,-36.5 parent: 1 - uid: 2700 components: - type: Transform - pos: -277.5,-33.5 + pos: -60.5,-37.5 parent: 1 - uid: 2701 components: - type: Transform - pos: -277.5,-34.5 + pos: -60.5,-38.5 parent: 1 - uid: 2702 components: - type: Transform - pos: -277.5,-35.5 + pos: -60.5,-39.5 parent: 1 - uid: 2703 components: - type: Transform - pos: -277.5,-36.5 + pos: -60.5,-40.5 parent: 1 - uid: 2704 components: - type: Transform - pos: -277.5,-37.5 + pos: -60.5,-41.5 parent: 1 - uid: 2705 components: - type: Transform - pos: -277.5,-38.5 + pos: -60.5,-42.5 parent: 1 - uid: 2706 components: - type: Transform - pos: -277.5,-39.5 + pos: -60.5,-43.5 parent: 1 - uid: 2707 components: - type: Transform - pos: -277.5,-40.5 + pos: -60.5,-43.5 parent: 1 - uid: 2708 components: - type: Transform - pos: -277.5,-41.5 + pos: -59.5,-43.5 parent: 1 - uid: 2709 components: - type: Transform - pos: -277.5,-42.5 + pos: -58.5,-43.5 parent: 1 - uid: 2710 components: - type: Transform - pos: -277.5,-43.5 + pos: -57.5,-43.5 parent: 1 - uid: 2711 components: - type: Transform - pos: -277.5,-44.5 + pos: -56.5,-43.5 parent: 1 - uid: 2712 components: - type: Transform - pos: -277.5,-45.5 + pos: -55.5,-43.5 parent: 1 - uid: 2713 components: - type: Transform - pos: -277.5,-46.5 + pos: -54.5,-43.5 parent: 1 - uid: 2714 components: - type: Transform - pos: -277.5,-47.5 + pos: -53.5,-43.5 parent: 1 - uid: 2715 components: - type: Transform - pos: -277.5,-48.5 + pos: -53.5,-43.5 parent: 1 - uid: 2716 components: - type: Transform - pos: -277.5,-49.5 + pos: -53.5,-44.5 parent: 1 - uid: 2717 components: - type: Transform - pos: -277.5,-50.5 + pos: -53.5,-45.5 parent: 1 - uid: 2718 components: - type: Transform - pos: -277.5,-51.5 + pos: -53.5,-46.5 parent: 1 - uid: 2719 components: - type: Transform - pos: -277.5,-52.5 + pos: -53.5,-47.5 parent: 1 - uid: 2720 components: - type: Transform - pos: -277.5,-53.5 + pos: -53.5,-47.5 parent: 1 - uid: 2721 components: - type: Transform - pos: -277.5,-54.5 + pos: -54.5,-47.5 parent: 1 - uid: 2722 components: - type: Transform - pos: -277.5,-55.5 + pos: -55.5,-47.5 parent: 1 - uid: 2723 components: - type: Transform - pos: -277.5,-56.5 + pos: -53.5,-47.5 parent: 1 - uid: 2724 components: - type: Transform - pos: -277.5,-57.5 + pos: -53.5,-48.5 parent: 1 - uid: 2725 components: - type: Transform - pos: -277.5,-58.5 + pos: -53.5,-49.5 parent: 1 - uid: 2726 components: - type: Transform - pos: -277.5,-59.5 + pos: -53.5,-50.5 parent: 1 - uid: 2727 components: - type: Transform - pos: -277.5,-60.5 + pos: -53.5,-51.5 parent: 1 - uid: 2728 components: - type: Transform - pos: -277.5,-61.5 + pos: -53.5,-51.5 parent: 1 - uid: 2729 components: - type: Transform - pos: -277.5,-62.5 + pos: -52.5,-51.5 parent: 1 - uid: 2730 components: - type: Transform - pos: -277.5,-63.5 + pos: -51.5,-51.5 parent: 1 - uid: 2731 components: - type: Transform - pos: -277.5,-64.5 + pos: -50.5,-51.5 parent: 1 - uid: 2732 components: - type: Transform - pos: -277.5,-65.5 + pos: -50.5,-51.5 parent: 1 - uid: 2733 components: - type: Transform - pos: -277.5,-66.5 + pos: -50.5,-50.5 parent: 1 - uid: 2734 components: - type: Transform - pos: -277.5,-67.5 + pos: -50.5,-49.5 parent: 1 - uid: 2735 components: - type: Transform - pos: -277.5,-68.5 + pos: -50.5,-48.5 parent: 1 - uid: 2736 components: - type: Transform - pos: -277.5,-69.5 + pos: -50.5,-47.5 parent: 1 - uid: 2737 components: - type: Transform - pos: -277.5,-70.5 + pos: -50.5,-46.5 parent: 1 - uid: 2738 components: - type: Transform - pos: -277.5,-71.5 + pos: -50.5,-45.5 parent: 1 - uid: 2739 components: - type: Transform - pos: -277.5,-72.5 + pos: -50.5,-44.5 parent: 1 - uid: 2740 components: - type: Transform - pos: -277.5,-73.5 + pos: -50.5,-43.5 parent: 1 - uid: 2741 components: - type: Transform - pos: -277.5,-74.5 + pos: -50.5,-42.5 parent: 1 - uid: 2742 components: - type: Transform - pos: -277.5,-75.5 + pos: -50.5,-41.5 parent: 1 - uid: 2743 components: - type: Transform - pos: -274.5,-76.5 + pos: -50.5,-40.5 parent: 1 - uid: 2744 components: - type: Transform - pos: -274.5,-77.5 + pos: -50.5,-39.5 parent: 1 - uid: 2745 components: - type: Transform - pos: -273.5,-77.5 + pos: -50.5,-38.5 parent: 1 - uid: 2746 components: - type: Transform - pos: -273.5,-78.5 + pos: -50.5,-37.5 parent: 1 - uid: 2747 components: - type: Transform - pos: -264.5,-78.5 + pos: -50.5,-36.5 parent: 1 - uid: 2748 components: - type: Transform - pos: -263.5,-78.5 + pos: -50.5,-35.5 parent: 1 - uid: 2749 components: - type: Transform - pos: -262.5,-78.5 + pos: -50.5,-34.5 parent: 1 - uid: 2750 components: - type: Transform - pos: -261.5,-78.5 + pos: -50.5,-33.5 parent: 1 - uid: 2751 components: - type: Transform - pos: -260.5,-78.5 + pos: -50.5,-32.5 parent: 1 - uid: 2752 components: - type: Transform - pos: -259.5,-78.5 + pos: -51.5,-32.5 parent: 1 - uid: 2753 components: - type: Transform - pos: -258.5,-78.5 + pos: -52.5,-32.5 parent: 1 - uid: 2754 components: - type: Transform - pos: -257.5,-78.5 + pos: -49.5,-45.5 parent: 1 - uid: 2755 components: - type: Transform - pos: -256.5,-78.5 + pos: -48.5,-45.5 parent: 1 - uid: 2756 components: - type: Transform - pos: -255.5,-78.5 + pos: -47.5,-45.5 parent: 1 - uid: 2757 components: - type: Transform - pos: -254.5,-78.5 + pos: -46.5,-45.5 parent: 1 - uid: 2758 components: - type: Transform - pos: -253.5,-78.5 + pos: -45.5,-45.5 parent: 1 - uid: 2759 components: - type: Transform - pos: -252.5,-78.5 + pos: -44.5,-45.5 parent: 1 - uid: 2760 components: - type: Transform - pos: -251.5,-78.5 + pos: -43.5,-45.5 parent: 1 - uid: 2761 components: - type: Transform - pos: -250.5,-78.5 + pos: -42.5,-45.5 parent: 1 - uid: 2762 components: - type: Transform - pos: -249.5,-78.5 + pos: -41.5,-45.5 parent: 1 - uid: 2763 components: - type: Transform - pos: -248.5,-78.5 + pos: -40.5,-45.5 parent: 1 - uid: 2764 components: - type: Transform - pos: -247.5,-78.5 + pos: -38.5,-45.5 parent: 1 - uid: 2765 components: - type: Transform - pos: -246.5,-78.5 + pos: -37.5,-45.5 parent: 1 - uid: 2766 components: - type: Transform - pos: -245.5,-78.5 + pos: -36.5,-45.5 parent: 1 - uid: 2767 components: - type: Transform - pos: -244.5,-78.5 + pos: -36.5,-45.5 parent: 1 - uid: 2768 components: - type: Transform - pos: -243.5,-78.5 + pos: -36.5,-44.5 parent: 1 - uid: 2769 components: - type: Transform - pos: -242.5,-78.5 + pos: -36.5,-43.5 parent: 1 - uid: 2770 components: - type: Transform - pos: -241.5,-78.5 + pos: -36.5,-42.5 parent: 1 - uid: 2771 components: - type: Transform - pos: -240.5,-78.5 + pos: -36.5,-41.5 parent: 1 - uid: 2772 components: - type: Transform - pos: -239.5,-78.5 + pos: -36.5,-40.5 parent: 1 - uid: 2773 components: - type: Transform - pos: -238.5,-78.5 + pos: -36.5,-39.5 parent: 1 - uid: 2774 components: - type: Transform - pos: -237.5,-78.5 + pos: -36.5,-38.5 parent: 1 - uid: 2775 components: - type: Transform - pos: -236.5,-78.5 + pos: -36.5,-37.5 parent: 1 - uid: 2776 components: - type: Transform - pos: -235.5,-78.5 + pos: -36.5,-36.5 parent: 1 - uid: 2777 components: - type: Transform - pos: -234.5,-78.5 + pos: -36.5,-35.5 parent: 1 - uid: 2778 components: - type: Transform - pos: -233.5,-78.5 + pos: -36.5,-34.5 parent: 1 - uid: 2779 components: - type: Transform - pos: -232.5,-78.5 + pos: -37.5,-36.5 parent: 1 - uid: 2780 components: - type: Transform - pos: -231.5,-78.5 + pos: -38.5,-36.5 parent: 1 - uid: 2781 components: - type: Transform - pos: -230.5,-78.5 + pos: -39.5,-36.5 parent: 1 - uid: 2782 components: - type: Transform - pos: -229.5,-78.5 + pos: -50.5,-36.5 parent: 1 - uid: 2783 components: - type: Transform - pos: -228.5,-78.5 + pos: -49.5,-36.5 parent: 1 - uid: 2784 components: - type: Transform - pos: -227.5,-78.5 + pos: -48.5,-36.5 parent: 1 - uid: 2785 components: - type: Transform - pos: -226.5,-78.5 + pos: -47.5,-36.5 parent: 1 - uid: 2786 components: - type: Transform - pos: -225.5,-78.5 + pos: -46.5,-36.5 parent: 1 - uid: 2787 components: - type: Transform - pos: -224.5,-78.5 + pos: -49.5,-31.5 parent: 1 - uid: 2788 components: - type: Transform - pos: -223.5,-78.5 + pos: -48.5,-31.5 parent: 1 - uid: 2789 components: - type: Transform - pos: -222.5,-78.5 + pos: -47.5,-31.5 parent: 1 - uid: 2790 components: - type: Transform - pos: -221.5,-78.5 + pos: -46.5,-31.5 parent: 1 - uid: 2791 components: - type: Transform - pos: -220.5,-78.5 + pos: -46.5,-31.5 parent: 1 - uid: 2792 components: - type: Transform - pos: -219.5,-78.5 + pos: -45.5,-31.5 parent: 1 - uid: 2793 components: - type: Transform - pos: -218.5,-78.5 + pos: -44.5,-31.5 parent: 1 - uid: 2794 components: - type: Transform - pos: -217.5,-78.5 + pos: -43.5,-31.5 parent: 1 - uid: 2795 components: - type: Transform - pos: -216.5,-78.5 + pos: -42.5,-31.5 parent: 1 - uid: 2796 components: - type: Transform - pos: -215.5,-78.5 + pos: -41.5,-31.5 parent: 1 - uid: 2797 components: - type: Transform - pos: -214.5,-78.5 + pos: -36.5,-36.5 parent: 1 - uid: 2798 components: - type: Transform - pos: -213.5,-78.5 + pos: -35.5,-36.5 parent: 1 - uid: 2799 components: - type: Transform - pos: -212.5,-78.5 + pos: -34.5,-36.5 parent: 1 - uid: 2800 components: - type: Transform - pos: -211.5,-78.5 + pos: -33.5,-36.5 parent: 1 - uid: 2801 components: - type: Transform - pos: -210.5,-78.5 + pos: -32.5,-36.5 parent: 1 - uid: 2802 components: - type: Transform - pos: -209.5,-78.5 + pos: -31.5,-36.5 parent: 1 - uid: 2803 components: - type: Transform - pos: -208.5,-78.5 + pos: -31.5,-36.5 parent: 1 - uid: 2804 components: - type: Transform - pos: -77.5,-13.5 + pos: -31.5,-35.5 parent: 1 - uid: 2805 components: - type: Transform - pos: -77.5,-19.5 + pos: -31.5,-34.5 parent: 1 - uid: 2806 components: - type: Transform - pos: -76.5,-9.5 + pos: -31.5,-33.5 parent: 1 - uid: 2807 components: - type: Transform - pos: -77.5,-20.5 + pos: -31.5,-32.5 parent: 1 - uid: 2808 components: - type: Transform - pos: -77.5,-14.5 + pos: -30.5,-36.5 parent: 1 - uid: 2809 components: - type: Transform - pos: -77.5,-15.5 + pos: -30.5,-37.5 parent: 1 - uid: 2810 components: - type: Transform - pos: -77.5,-22.5 + pos: -30.5,-38.5 parent: 1 - uid: 2811 components: - type: Transform - pos: -77.5,-21.5 + pos: -30.5,-39.5 parent: 1 - uid: 2812 components: - type: Transform - pos: -77.5,-17.5 + pos: -30.5,-40.5 parent: 1 - uid: 2813 components: - type: Transform - pos: -77.5,-18.5 + pos: -30.5,-41.5 parent: 1 - uid: 2814 components: - type: Transform - pos: -77.5,-16.5 + pos: -30.5,-42.5 parent: 1 - uid: 2815 components: - type: Transform - pos: -75.5,-9.5 + pos: -30.5,-43.5 parent: 1 - uid: 2816 components: - type: Transform - pos: -72.5,-9.5 + pos: -30.5,-44.5 parent: 1 - uid: 2817 components: - type: Transform - pos: -73.5,-9.5 + pos: -41.5,-15.5 parent: 1 - uid: 2818 components: - type: Transform - pos: -71.5,-9.5 + pos: -40.5,-15.5 parent: 1 - uid: 2819 components: - type: Transform - pos: -70.5,-9.5 + pos: -39.5,-15.5 parent: 1 - uid: 2820 components: - type: Transform - pos: -74.5,-9.5 + pos: -38.5,-15.5 parent: 1 - uid: 2821 components: - type: Transform - pos: -77.5,-12.5 + pos: -38.5,-15.5 parent: 1 - uid: 2822 components: - type: Transform - pos: -77.5,-11.5 + pos: -38.5,-16.5 parent: 1 - uid: 2823 components: - type: Transform - pos: -77.5,-10.5 + pos: -38.5,-17.5 parent: 1 - uid: 2824 components: - type: Transform - pos: -77.5,-9.5 + pos: -38.5,-18.5 parent: 1 - uid: 2825 components: - type: Transform - pos: -69.5,-9.5 + pos: -38.5,-19.5 parent: 1 - uid: 2826 components: - type: Transform - pos: -68.5,-9.5 + pos: -38.5,-20.5 parent: 1 - uid: 2827 components: - type: Transform - pos: -67.5,-9.5 + pos: -38.5,-20.5 parent: 1 - uid: 2828 components: - type: Transform - pos: -66.5,-9.5 + pos: -37.5,-20.5 parent: 1 - uid: 2829 components: - type: Transform - pos: -65.5,-9.5 + pos: -36.5,-20.5 parent: 1 - uid: 2830 components: - type: Transform - pos: -64.5,-9.5 + pos: -35.5,-20.5 parent: 1 - uid: 2831 components: - type: Transform - pos: -63.5,-9.5 + pos: -34.5,-20.5 parent: 1 - uid: 2832 components: - type: Transform - pos: -62.5,-9.5 + pos: -34.5,-20.5 parent: 1 - uid: 2833 components: - type: Transform - pos: -61.5,-9.5 + pos: -34.5,-19.5 parent: 1 - uid: 2834 components: - type: Transform - pos: -60.5,-9.5 + pos: -34.5,-18.5 parent: 1 - uid: 2835 components: - type: Transform - pos: -59.5,-9.5 + pos: -34.5,-17.5 parent: 1 - uid: 2836 components: - type: Transform - pos: -58.5,-9.5 + pos: -34.5,-16.5 parent: 1 - uid: 2837 components: - type: Transform - pos: -57.5,-9.5 + pos: -34.5,-15.5 parent: 1 - uid: 2838 components: - type: Transform - pos: -56.5,-9.5 + pos: -34.5,-14.5 parent: 1 - uid: 2839 components: - type: Transform - pos: -55.5,-9.5 + pos: -34.5,-13.5 parent: 1 - uid: 2840 components: - type: Transform - pos: -54.5,-9.5 + pos: -34.5,-12.5 parent: 1 - uid: 2841 components: - type: Transform - pos: -53.5,-9.5 + pos: -34.5,-11.5 parent: 1 - uid: 2842 components: - type: Transform - pos: -52.5,-9.5 + pos: -34.5,-10.5 parent: 1 - uid: 2843 components: - type: Transform - pos: -52.5,-29.5 + pos: -32.5,-14.5 parent: 1 - uid: 2844 components: - type: Transform - pos: -74.5,-19.5 + pos: -31.5,-14.5 parent: 1 - uid: 2845 components: - type: Transform - pos: -72.5,-15.5 + pos: -30.5,-14.5 parent: 1 - uid: 2846 components: - type: Transform - pos: -75.5,-19.5 + pos: -29.5,-14.5 parent: 1 - uid: 2847 components: - type: Transform - pos: -68.5,-15.5 + pos: -28.5,-14.5 parent: 1 - uid: 2848 components: - type: Transform - pos: -71.5,-10.5 + pos: -27.5,-14.5 parent: 1 - uid: 2849 components: - type: Transform - pos: -67.5,-15.5 + pos: -26.5,-14.5 parent: 1 - uid: 2850 components: - type: Transform - pos: -52.5,-9.5 + pos: -26.5,-14.5 parent: 1 - uid: 2851 components: - type: Transform - pos: -52.5,-10.5 + pos: -26.5,-15.5 parent: 1 - uid: 2852 components: - type: Transform - pos: -52.5,-11.5 + pos: -26.5,-16.5 parent: 1 - uid: 2853 components: - type: Transform - pos: -52.5,-12.5 + pos: -26.5,-17.5 parent: 1 - uid: 2854 components: - type: Transform - pos: -52.5,-13.5 + pos: -26.5,-18.5 parent: 1 - uid: 2855 components: - type: Transform - pos: -52.5,-14.5 + pos: -26.5,-19.5 parent: 1 - uid: 2856 components: - type: Transform - pos: -52.5,-15.5 + pos: -26.5,-16.5 parent: 1 - uid: 2857 components: - type: Transform - pos: -52.5,-16.5 + pos: -25.5,-16.5 parent: 1 - uid: 2858 components: - type: Transform - pos: -52.5,-17.5 + pos: -24.5,-16.5 parent: 1 - uid: 2859 components: - type: Transform - pos: -52.5,-18.5 + pos: -23.5,-16.5 parent: 1 - uid: 2860 components: - type: Transform - pos: -52.5,-19.5 + pos: -22.5,-10.5 parent: 1 - uid: 2861 components: - type: Transform - pos: -52.5,-20.5 + pos: -22.5,-11.5 parent: 1 - uid: 2862 components: - type: Transform - pos: -52.5,-21.5 + pos: -22.5,-12.5 parent: 1 - uid: 2863 components: - type: Transform - pos: -52.5,-22.5 + pos: -22.5,-13.5 parent: 1 - uid: 2864 components: - type: Transform - pos: -52.5,-23.5 + pos: -22.5,-14.5 parent: 1 - uid: 2865 components: - type: Transform - pos: -52.5,-24.5 + pos: -23.5,-14.5 parent: 1 - uid: 2866 components: - type: Transform - pos: -52.5,-25.5 + pos: -23.5,-15.5 parent: 1 - uid: 2867 components: - type: Transform - pos: -52.5,-26.5 + pos: -23.5,-16.5 parent: 1 - uid: 2868 components: - type: Transform - pos: -52.5,-27.5 + pos: 110.5,19.5 parent: 1 - uid: 2869 components: - type: Transform - pos: -52.5,-28.5 + pos: 121.5,21.5 parent: 1 - uid: 2870 components: - type: Transform - pos: -52.5,-29.5 + pos: 269.5,132.5 parent: 1 - uid: 2871 components: - type: Transform - pos: -72.5,-23.5 + pos: 122.5,21.5 parent: 1 - uid: 2872 components: - type: Transform - pos: -53.5,-29.5 + pos: 123.5,21.5 parent: 1 - uid: 2873 components: - type: Transform - pos: -54.5,-29.5 + pos: -164.5,-98.5 parent: 1 - uid: 2874 components: - type: Transform - pos: -55.5,-29.5 + pos: -163.5,-98.5 parent: 1 - uid: 2875 components: - type: Transform - pos: -56.5,-29.5 + pos: -165.5,-98.5 parent: 1 - uid: 2876 components: - type: Transform - pos: -57.5,-29.5 + pos: -164.5,-103.5 parent: 1 - uid: 2877 components: - type: Transform - pos: -58.5,-29.5 + pos: -163.5,-96.5 parent: 1 - uid: 2878 components: - type: Transform - pos: -59.5,-29.5 + pos: -180.5,-109.5 parent: 1 - uid: 2879 components: - type: Transform - pos: -60.5,-29.5 + pos: -178.5,-133.5 parent: 1 - uid: 2880 components: - type: Transform - pos: -61.5,-29.5 + pos: -163.5,-95.5 parent: 1 - uid: 2881 components: - type: Transform - pos: -62.5,-29.5 + pos: -163.5,-97.5 parent: 1 - uid: 2882 components: - type: Transform - pos: -63.5,-29.5 + pos: 94.5,87.5 parent: 1 - uid: 2883 components: - type: Transform - pos: -64.5,-29.5 + pos: -178.5,-128.5 parent: 1 - uid: 2884 components: - type: Transform - pos: -65.5,-29.5 + pos: -178.5,-129.5 parent: 1 - uid: 2885 components: - type: Transform - pos: -66.5,-29.5 + pos: 121.5,32.5 parent: 1 - uid: 2886 components: - type: Transform - pos: -67.5,-29.5 + pos: -166.5,-95.5 parent: 1 - uid: 2887 components: - type: Transform - pos: -68.5,-29.5 + pos: -165.5,-95.5 parent: 1 - uid: 2888 components: - type: Transform - pos: -69.5,-29.5 + pos: 117.5,9.5 parent: 1 - uid: 2889 components: - type: Transform - pos: -70.5,-29.5 + pos: -178.5,-130.5 parent: 1 - uid: 2890 components: - type: Transform - pos: -71.5,-29.5 + pos: -176.5,-93.5 parent: 1 - uid: 2891 components: - type: Transform - pos: -72.5,-29.5 + pos: -164.5,-95.5 parent: 1 - uid: 2892 components: - type: Transform - pos: -72.5,-29.5 + pos: -181.5,-107.5 parent: 1 - uid: 2893 components: - type: Transform - pos: -72.5,-28.5 + pos: 117.5,11.5 parent: 1 - uid: 2894 components: - type: Transform - pos: -72.5,-27.5 + pos: -161.5,-103.5 parent: 1 - uid: 2895 components: - type: Transform - pos: -72.5,-26.5 + pos: -162.5,-103.5 parent: 1 - uid: 2896 components: - type: Transform - pos: -72.5,-25.5 + pos: -164.5,-102.5 parent: 1 - uid: 2897 components: - type: Transform - pos: -72.5,-24.5 + pos: -176.5,-96.5 parent: 1 - uid: 2898 components: - type: Transform - pos: -72.5,-23.5 + pos: -164.5,-100.5 parent: 1 - uid: 2899 components: - type: Transform - pos: -71.5,-23.5 + pos: -164.5,-104.5 parent: 1 - uid: 2900 components: - type: Transform - pos: -70.5,-23.5 + pos: -163.5,-106.5 parent: 1 - uid: 2901 components: - type: Transform - pos: -69.5,-23.5 + pos: -162.5,-106.5 parent: 1 - uid: 2902 components: - type: Transform - pos: -68.5,-23.5 + pos: -164.5,-107.5 parent: 1 - uid: 2903 components: - type: Transform - pos: -67.5,-23.5 + pos: -161.5,-106.5 parent: 1 - uid: 2904 components: - type: Transform - pos: -66.5,-23.5 + pos: -164.5,-105.5 parent: 1 - uid: 2905 components: - type: Transform - pos: -65.5,-23.5 + pos: -164.5,-106.5 parent: 1 - uid: 2906 components: - type: Transform - pos: -64.5,-23.5 + pos: -168.5,-106.5 parent: 1 - uid: 2907 components: - type: Transform - pos: -63.5,-23.5 + pos: -194.5,-110.5 parent: 1 - uid: 2908 components: - type: Transform - pos: -62.5,-23.5 + pos: -193.5,-108.5 parent: 1 - uid: 2909 components: - type: Transform - pos: -61.5,-23.5 + pos: -195.5,-107.5 parent: 1 - uid: 2910 components: - type: Transform - pos: -60.5,-23.5 + pos: -195.5,-110.5 parent: 1 - uid: 2911 components: - type: Transform - pos: -59.5,-23.5 + pos: -158.5,-110.5 parent: 1 - uid: 2912 components: - type: Transform - pos: -58.5,-23.5 + pos: -191.5,-108.5 parent: 1 - uid: 2913 components: - type: Transform - pos: -57.5,-23.5 + pos: -184.5,-98.5 parent: 1 - uid: 2914 components: - type: Transform - pos: -56.5,-23.5 + pos: 112.5,6.5 parent: 1 - uid: 2915 components: - type: Transform - pos: -55.5,-23.5 + pos: -176.5,-95.5 parent: 1 - uid: 2916 components: - type: Transform - pos: -54.5,-23.5 + pos: -170.5,-94.5 parent: 1 - uid: 2917 components: - type: Transform - pos: -53.5,-23.5 + pos: -186.5,-98.5 parent: 1 - uid: 2918 components: - type: Transform - pos: -52.5,-23.5 + pos: -185.5,-98.5 parent: 1 - uid: 2919 components: - type: Transform - pos: -72.5,-16.5 + pos: -190.5,-108.5 parent: 1 - uid: 2920 components: - type: Transform - pos: -72.5,-18.5 + pos: 101.5,15.5 parent: 1 - uid: 2921 components: - type: Transform - pos: -68.5,-15.5 + pos: -163.5,-109.5 parent: 1 - uid: 2922 components: - type: Transform - pos: -71.5,-15.5 + pos: -193.5,-99.5 parent: 1 - uid: 2923 components: - type: Transform - pos: -68.5,-14.5 + pos: -173.5,61.5 parent: 1 - uid: 2924 components: - type: Transform - pos: -76.5,-19.5 + pos: -168.5,-115.5 parent: 1 - uid: 2925 components: - type: Transform - pos: -77.5,-19.5 + pos: -165.5,-107.5 parent: 1 - uid: 2926 components: - type: Transform - pos: -72.5,-17.5 + pos: -167.5,-115.5 parent: 1 - uid: 2927 components: - type: Transform - pos: -71.5,-14.5 + pos: -192.5,-108.5 parent: 1 - uid: 2928 components: - type: Transform - pos: -55.5,-10.5 + pos: -172.5,-94.5 parent: 1 - uid: 2929 components: - type: Transform - pos: -55.5,-11.5 + pos: -186.5,-100.5 parent: 1 - uid: 2930 components: - type: Transform - pos: -55.5,-12.5 + pos: 101.5,18.5 parent: 1 - uid: 2931 components: - type: Transform - pos: -55.5,-13.5 + pos: 121.5,31.5 parent: 1 - uid: 2932 components: - type: Transform - pos: -55.5,-14.5 + pos: -239.5,-104.5 parent: 1 - uid: 2933 components: - type: Transform - pos: -55.5,-15.5 + pos: -237.5,-102.5 parent: 1 - uid: 2934 components: - type: Transform - pos: -57.5,-23.5 + pos: -239.5,-101.5 parent: 1 - uid: 2935 components: - type: Transform - pos: -57.5,-22.5 + pos: 95.5,87.5 parent: 1 - uid: 2936 components: - type: Transform - pos: -57.5,-21.5 + pos: -160.5,68.5 parent: 1 - uid: 2937 components: - type: Transform - pos: -57.5,-20.5 + pos: 106.5,19.5 parent: 1 - uid: 2938 components: - type: Transform - pos: -57.5,-19.5 + pos: 103.5,19.5 parent: 1 - uid: 2939 components: - type: Transform - pos: -57.5,-18.5 + pos: -171.5,-94.5 parent: 1 - uid: 2940 components: - type: Transform - pos: -57.5,-17.5 + pos: 121.5,33.5 parent: 1 - uid: 2941 components: - type: Transform - pos: -57.5,-16.5 + pos: 99.5,15.5 parent: 1 - uid: 2942 components: - type: Transform - pos: -57.5,-15.5 + pos: 113.5,14.5 parent: 1 - uid: 2943 components: - type: Transform - pos: -57.5,-15.5 + pos: 116.5,19.5 parent: 1 - uid: 2944 components: - type: Transform - pos: -56.5,-15.5 + pos: -160.5,-110.5 parent: 1 - uid: 2945 components: - type: Transform - pos: -55.5,-15.5 + pos: -169.5,-115.5 parent: 1 - uid: 2946 components: - type: Transform - pos: -61.5,-14.5 + pos: -175.5,-98.5 parent: 1 - uid: 2947 components: - type: Transform - pos: -71.5,-13.5 + pos: -156.5,-106.5 parent: 1 - uid: 2948 components: - type: Transform - pos: -55.5,-9.5 + pos: -172.5,-98.5 parent: 1 - uid: 2949 components: - type: Transform - pos: -61.5,-15.5 + pos: -168.5,-104.5 parent: 1 - uid: 2950 components: - type: Transform - pos: -62.5,-15.5 + pos: -171.5,-104.5 parent: 1 - uid: 2951 components: - type: Transform - pos: -63.5,-15.5 + pos: -170.5,-104.5 parent: 1 - uid: 2952 components: - type: Transform - pos: -65.5,-15.5 + pos: -180.5,-107.5 parent: 1 - uid: 2953 components: - type: Transform - pos: -64.5,-15.5 + pos: -184.5,-107.5 parent: 1 - uid: 2954 components: - type: Transform - pos: -61.5,-15.5 + pos: -183.5,-107.5 parent: 1 - uid: 2955 components: - type: Transform - pos: -61.5,-13.5 + pos: -182.5,-107.5 parent: 1 - uid: 2956 components: - type: Transform - pos: -61.5,-12.5 + pos: -169.5,-116.5 parent: 1 - uid: 2957 components: - type: Transform - pos: -61.5,-11.5 + pos: -175.5,26.5 parent: 1 - uid: 2958 components: - type: Transform - pos: -61.5,-10.5 + pos: -157.5,69.5 parent: 1 - uid: 2959 components: - type: Transform - pos: -61.5,-9.5 + pos: -155.5,66.5 parent: 1 - uid: 2960 components: - type: Transform - pos: -71.5,-11.5 + pos: -157.5,71.5 parent: 1 - uid: 2961 components: - type: Transform - pos: -71.5,-12.5 + pos: -157.5,68.5 parent: 1 - uid: 2962 components: - type: Transform - pos: -66.5,-15.5 + pos: -165.5,56.5 parent: 1 - uid: 2963 components: - type: Transform - pos: -68.5,-13.5 + pos: -169.5,50.5 parent: 1 - uid: 2964 components: - type: Transform - pos: -68.5,-12.5 + pos: -169.5,49.5 parent: 1 - uid: 2965 components: - type: Transform - pos: -68.5,-11.5 + pos: -141.5,57.5 parent: 1 - uid: 2966 components: - type: Transform - pos: -68.5,-10.5 + pos: -160.5,66.5 parent: 1 - uid: 2967 components: - type: Transform - pos: -68.5,-9.5 + pos: -159.5,66.5 parent: 1 - uid: 2968 components: - type: Transform - pos: -71.5,-9.5 + pos: -164.5,65.5 parent: 1 - uid: 2969 components: - type: Transform - pos: -72.5,-19.5 + pos: -164.5,66.5 parent: 1 - uid: 2970 components: - type: Transform - pos: -71.5,-15.5 + pos: -178.5,62.5 parent: 1 - uid: 2971 components: - type: Transform - pos: -72.5,-15.5 + pos: -158.5,66.5 parent: 1 - uid: 2972 components: - type: Transform - pos: -73.5,-15.5 + pos: -177.5,62.5 parent: 1 - uid: 2973 components: - type: Transform - pos: -74.5,-15.5 + pos: -164.5,-115.5 parent: 1 - uid: 2974 components: - type: Transform - pos: -75.5,-15.5 + pos: -164.5,-114.5 parent: 1 - uid: 2975 components: - type: Transform - pos: -76.5,-15.5 + pos: -163.5,-110.5 parent: 1 - uid: 2976 components: - type: Transform - pos: -77.5,-15.5 + pos: -163.5,-112.5 parent: 1 - uid: 2977 components: - type: Transform - pos: -73.5,-19.5 + pos: -184.5,-122.5 parent: 1 - uid: 2978 components: - type: Transform - pos: -72.5,-19.5 + pos: -160.5,-113.5 parent: 1 - uid: 2979 components: - type: Transform - pos: -39.5,-45.5 + pos: -157.5,-113.5 parent: 1 - uid: 2980 components: - type: Transform - pos: -52.5,-32.5 + pos: -164.5,-113.5 parent: 1 - uid: 2981 components: - type: Transform - pos: -53.5,-32.5 + pos: -163.5,-111.5 parent: 1 - uid: 2982 components: - type: Transform - pos: -54.5,-32.5 + pos: -162.5,-112.5 parent: 1 - uid: 2983 components: - type: Transform - pos: -55.5,-32.5 + pos: -161.5,-112.5 parent: 1 - uid: 2984 components: - type: Transform - pos: -56.5,-32.5 + pos: -159.5,-113.5 parent: 1 - uid: 2985 components: - type: Transform - pos: -57.5,-32.5 + pos: -158.5,-113.5 parent: 1 - uid: 2986 components: - type: Transform - pos: -57.5,-33.5 + pos: -194.5,-107.5 parent: 1 - uid: 2987 components: - type: Transform - pos: -57.5,-34.5 + pos: -186.5,-109.5 parent: 1 - uid: 2988 components: - type: Transform - pos: -57.5,-35.5 + pos: -182.5,-125.5 parent: 1 - uid: 2989 components: - type: Transform - pos: -57.5,-36.5 + pos: -180.5,-125.5 parent: 1 - uid: 2990 components: - type: Transform - pos: -57.5,-36.5 + pos: 101.5,19.5 parent: 1 - uid: 2991 components: - type: Transform - pos: -58.5,-36.5 + pos: 117.5,19.5 parent: 1 - uid: 2992 components: - type: Transform - pos: -59.5,-36.5 + pos: 117.5,10.5 parent: 1 - uid: 2993 components: - type: Transform - pos: -60.5,-36.5 + pos: 117.5,8.5 parent: 1 - uid: 2994 components: - type: Transform - pos: -60.5,-36.5 + pos: 112.5,7.5 parent: 1 - uid: 2995 components: - type: Transform - pos: -60.5,-37.5 + pos: -161.5,66.5 parent: 1 - uid: 2996 components: - type: Transform - pos: -60.5,-38.5 + pos: -160.5,69.5 parent: 1 - uid: 2997 components: - type: Transform - pos: -60.5,-39.5 + pos: -183.5,-125.5 parent: 1 - uid: 2998 components: - type: Transform - pos: -60.5,-40.5 + pos: -181.5,-125.5 parent: 1 - uid: 2999 components: - type: Transform - pos: -60.5,-41.5 + pos: -179.5,-125.5 parent: 1 - uid: 3000 components: - type: Transform - pos: -60.5,-42.5 + pos: -240.5,-105.5 parent: 1 - uid: 3001 components: - type: Transform - pos: -60.5,-43.5 + pos: -243.5,-105.5 parent: 1 - uid: 3002 components: - type: Transform - pos: -60.5,-43.5 + pos: -247.5,-104.5 parent: 1 - uid: 3003 components: - type: Transform - pos: -59.5,-43.5 + pos: 99.5,16.5 parent: 1 - uid: 3004 components: - type: Transform - pos: -58.5,-43.5 + pos: -176.5,61.5 parent: 1 - uid: 3005 components: - type: Transform - pos: -57.5,-43.5 + pos: -170.5,-97.5 parent: 1 - uid: 3006 components: - type: Transform - pos: -56.5,-43.5 + pos: 124.5,21.5 parent: 1 - uid: 3007 components: - type: Transform - pos: -55.5,-43.5 + pos: 111.5,19.5 parent: 1 - uid: 3008 components: - type: Transform - pos: -54.5,-43.5 + pos: 112.5,19.5 parent: 1 - uid: 3009 components: - type: Transform - pos: -53.5,-43.5 + pos: 115.5,19.5 parent: 1 - uid: 3010 components: - type: Transform - pos: -53.5,-43.5 + pos: 109.5,19.5 parent: 1 - uid: 3011 components: - type: Transform - pos: -53.5,-44.5 + pos: -170.5,-98.5 parent: 1 - uid: 3012 components: - type: Transform - pos: -53.5,-45.5 + pos: 101.5,12.5 parent: 1 - uid: 3013 components: - type: Transform - pos: -53.5,-46.5 + pos: -168.5,-105.5 parent: 1 - uid: 3014 components: - type: Transform - pos: -53.5,-47.5 + pos: -167.5,-107.5 parent: 1 - uid: 3015 components: - type: Transform - pos: -53.5,-47.5 + pos: -166.5,-107.5 parent: 1 - uid: 3016 components: - type: Transform - pos: -54.5,-47.5 + pos: -173.5,-98.5 parent: 1 - uid: 3017 components: - type: Transform - pos: -55.5,-47.5 + pos: -194.5,-99.5 parent: 1 - uid: 3018 components: - type: Transform - pos: -53.5,-47.5 + pos: -195.5,-100.5 parent: 1 - uid: 3019 components: - type: Transform - pos: -53.5,-48.5 + pos: -187.5,-99.5 parent: 1 - uid: 3020 components: - type: Transform - pos: -53.5,-49.5 + pos: -188.5,-99.5 parent: 1 - uid: 3021 components: - type: Transform - pos: -53.5,-50.5 + pos: -195.5,-101.5 parent: 1 - uid: 3022 components: - type: Transform - pos: -53.5,-51.5 + pos: -186.5,-103.5 parent: 1 - uid: 3023 components: - type: Transform - pos: -53.5,-51.5 + pos: -186.5,-104.5 parent: 1 - uid: 3024 components: - type: Transform - pos: -52.5,-51.5 + pos: -186.5,-106.5 parent: 1 - uid: 3025 components: - type: Transform - pos: -51.5,-51.5 + pos: -190.5,-100.5 parent: 1 - uid: 3026 components: - type: Transform - pos: -50.5,-51.5 + pos: -186.5,-105.5 parent: 1 - uid: 3027 components: - type: Transform - pos: -50.5,-51.5 + pos: -186.5,-99.5 parent: 1 - uid: 3028 components: - type: Transform - pos: -50.5,-50.5 + pos: -186.5,-122.5 parent: 1 - uid: 3029 components: - type: Transform - pos: -50.5,-49.5 + pos: 113.5,19.5 parent: 1 - uid: 3030 components: - type: Transform - pos: -50.5,-48.5 + pos: -190.5,-99.5 parent: 1 - uid: 3031 components: - type: Transform - pos: -50.5,-47.5 + pos: -191.5,-99.5 parent: 1 - uid: 3032 components: - type: Transform - pos: -50.5,-46.5 + pos: 101.5,17.5 parent: 1 - uid: 3033 components: - type: Transform - pos: -50.5,-45.5 + pos: 99.5,19.5 parent: 1 - uid: 3034 components: - type: Transform - pos: -50.5,-44.5 + pos: 104.5,19.5 parent: 1 - uid: 3035 components: - type: Transform - pos: -50.5,-43.5 + pos: 118.5,21.5 parent: 1 - uid: 3036 components: - type: Transform - pos: -50.5,-42.5 + pos: 118.5,20.5 parent: 1 - uid: 3037 components: - type: Transform - pos: -50.5,-41.5 + pos: 119.5,21.5 parent: 1 - uid: 3038 components: - type: Transform - pos: -50.5,-40.5 + pos: 102.5,19.5 parent: 1 - uid: 3039 components: - type: Transform - pos: -50.5,-39.5 + pos: 108.5,19.5 parent: 1 - uid: 3040 components: - type: Transform - pos: -50.5,-38.5 + pos: 114.5,19.5 parent: 1 - uid: 3041 components: - type: Transform - pos: -50.5,-37.5 + pos: 107.5,19.5 parent: 1 - uid: 3042 components: - type: Transform - pos: -50.5,-36.5 + pos: 116.5,4.5 parent: 1 - uid: 3043 components: - type: Transform - pos: -50.5,-35.5 + pos: -185.5,-107.5 parent: 1 - uid: 3044 components: - type: Transform - pos: -50.5,-34.5 + pos: -186.5,-102.5 parent: 1 - uid: 3045 components: - type: Transform - pos: -50.5,-33.5 + pos: -187.5,-108.5 parent: 1 - uid: 3046 components: - type: Transform - pos: -50.5,-32.5 + pos: -188.5,-108.5 parent: 1 - uid: 3047 components: - type: Transform - pos: -51.5,-32.5 + pos: -193.5,-106.5 parent: 1 - uid: 3048 components: - type: Transform - pos: -52.5,-32.5 + pos: -193.5,-105.5 parent: 1 - uid: 3049 components: - type: Transform - pos: -49.5,-45.5 + pos: -189.5,-108.5 parent: 1 - uid: 3050 components: - type: Transform - pos: -48.5,-45.5 + pos: -193.5,-104.5 parent: 1 - uid: 3051 components: - type: Transform - pos: -47.5,-45.5 + pos: -178.5,-132.5 parent: 1 - uid: 3052 components: - type: Transform - pos: -46.5,-45.5 + pos: -178.5,-135.5 parent: 1 - uid: 3053 components: - type: Transform - pos: -45.5,-45.5 + pos: -185.5,-125.5 parent: 1 - uid: 3054 components: - type: Transform - pos: -44.5,-45.5 + pos: -184.5,-125.5 parent: 1 - uid: 3055 components: - type: Transform - pos: -43.5,-45.5 + pos: -186.5,-125.5 parent: 1 - uid: 3056 components: - type: Transform - pos: -42.5,-45.5 + pos: -179.5,62.5 parent: 1 - uid: 3057 components: - type: Transform - pos: -41.5,-45.5 + pos: -157.5,70.5 parent: 1 - uid: 3058 components: - type: Transform - pos: -40.5,-45.5 + pos: -154.5,66.5 parent: 1 - uid: 3059 components: - type: Transform - pos: -38.5,-45.5 + pos: -168.5,52.5 parent: 1 - uid: 3060 components: - type: Transform - pos: -37.5,-45.5 + pos: -160.5,67.5 parent: 1 - uid: 3061 components: - type: Transform - pos: -36.5,-45.5 + pos: 117.5,4.5 parent: 1 - uid: 3062 components: - type: Transform - pos: -36.5,-45.5 + pos: 105.5,19.5 parent: 1 - uid: 3063 components: - type: Transform - pos: -36.5,-44.5 + pos: 101.5,16.5 parent: 1 - uid: 3064 components: - type: Transform - pos: -36.5,-43.5 + pos: 101.5,14.5 parent: 1 - uid: 3065 components: - type: Transform - pos: -36.5,-42.5 + pos: 113.5,11.5 parent: 1 - uid: 3066 components: - type: Transform - pos: -36.5,-41.5 + pos: 112.5,10.5 parent: 1 - uid: 3067 components: - type: Transform - pos: -36.5,-40.5 + pos: 117.5,15.5 parent: 1 - uid: 3068 components: - type: Transform - pos: -36.5,-39.5 + pos: 113.5,4.5 parent: 1 - uid: 3069 components: - type: Transform - pos: -36.5,-38.5 + pos: 117.5,14.5 parent: 1 - uid: 3070 components: - type: Transform - pos: -36.5,-37.5 + pos: 113.5,10.5 parent: 1 - uid: 3071 components: - type: Transform - pos: -36.5,-36.5 + pos: 113.5,12.5 parent: 1 - uid: 3072 components: - type: Transform - pos: -36.5,-35.5 + pos: 112.5,9.5 parent: 1 - uid: 3073 components: - type: Transform - pos: -36.5,-34.5 + pos: 117.5,13.5 parent: 1 - uid: 3074 components: - type: Transform - pos: -37.5,-36.5 + pos: -243.5,-106.5 parent: 1 - uid: 3075 components: - type: Transform - pos: -38.5,-36.5 + pos: -241.5,-105.5 parent: 1 - uid: 3076 components: - type: Transform - pos: -39.5,-36.5 + pos: -242.5,-107.5 parent: 1 - uid: 3077 components: - type: Transform - pos: -50.5,-36.5 + pos: -238.5,-102.5 parent: 1 - uid: 3078 components: - type: Transform - pos: -49.5,-36.5 + pos: -239.5,-105.5 parent: 1 - uid: 3079 components: - type: Transform - pos: -48.5,-36.5 + pos: -239.5,-100.5 parent: 1 - uid: 3080 components: - type: Transform - pos: -47.5,-36.5 + pos: -247.5,-108.5 parent: 1 - uid: 3081 components: - type: Transform - pos: -46.5,-36.5 + pos: -247.5,-107.5 parent: 1 - uid: 3082 components: - type: Transform - pos: -49.5,-31.5 + pos: -240.5,-100.5 parent: 1 - uid: 3083 components: - type: Transform - pos: -48.5,-31.5 + pos: -242.5,-105.5 parent: 1 - uid: 3084 components: - type: Transform - pos: -47.5,-31.5 + pos: -239.5,-100.5 parent: 1 - uid: 3085 components: - type: Transform - pos: -46.5,-31.5 + pos: -243.5,-107.5 parent: 1 - uid: 3086 components: - type: Transform - pos: -46.5,-31.5 + pos: -241.5,-100.5 parent: 1 - uid: 3087 components: - type: Transform - pos: -45.5,-31.5 + pos: -239.5,-103.5 parent: 1 - uid: 3088 components: - type: Transform - pos: -44.5,-31.5 + pos: -244.5,-107.5 parent: 1 - uid: 3089 components: - type: Transform - pos: -43.5,-31.5 + pos: -247.5,-105.5 parent: 1 - uid: 3090 components: - type: Transform - pos: -42.5,-31.5 + pos: -247.5,-106.5 parent: 1 - uid: 3091 components: - type: Transform - pos: -41.5,-31.5 + pos: -245.5,-107.5 parent: 1 - uid: 3092 components: - type: Transform - pos: -36.5,-36.5 + pos: -239.5,-102.5 parent: 1 - uid: 3093 components: - type: Transform - pos: -35.5,-36.5 + pos: -222.5,-89.5 parent: 1 - uid: 3094 components: - type: Transform - pos: -34.5,-36.5 + pos: -222.5,-90.5 parent: 1 - uid: 3095 components: - type: Transform - pos: -33.5,-36.5 + pos: -222.5,-88.5 parent: 1 - uid: 3096 components: - type: Transform - pos: -32.5,-36.5 + pos: 96.5,87.5 parent: 1 - uid: 3097 components: - type: Transform - pos: -31.5,-36.5 + pos: -397.5,117.5 parent: 1 - uid: 3098 components: - type: Transform - pos: -31.5,-36.5 + pos: -396.5,119.5 parent: 1 - uid: 3099 components: - type: Transform - pos: -31.5,-35.5 + pos: -397.5,118.5 parent: 1 - uid: 3100 components: - type: Transform - pos: -31.5,-34.5 + pos: -397.5,116.5 parent: 1 - uid: 3101 components: - type: Transform - pos: -31.5,-33.5 + pos: -397.5,115.5 parent: 1 - uid: 3102 components: - type: Transform - pos: -31.5,-32.5 + pos: -396.5,115.5 parent: 1 - uid: 3103 components: - type: Transform - pos: -30.5,-36.5 + pos: -395.5,115.5 parent: 1 - uid: 3104 components: - type: Transform - pos: -30.5,-37.5 + pos: -394.5,115.5 parent: 1 - uid: 3105 components: - type: Transform - pos: -30.5,-38.5 + pos: -396.5,118.5 parent: 1 - uid: 3106 components: - type: Transform - pos: -30.5,-39.5 + pos: 304.5,99.5 parent: 1 - uid: 3107 components: - type: Transform - pos: -30.5,-40.5 + pos: -124.5,62.5 parent: 1 - uid: 3108 components: - type: Transform - pos: -30.5,-41.5 + pos: 116.5,13.5 parent: 1 - uid: 3109 components: - type: Transform - pos: -30.5,-42.5 + pos: -178.5,-126.5 parent: 1 - uid: 3110 components: - type: Transform - pos: -30.5,-43.5 + pos: -178.5,-127.5 parent: 1 - uid: 3111 components: - type: Transform - pos: -30.5,-44.5 + pos: 88.5,96.5 parent: 1 - uid: 3112 components: - type: Transform - pos: -41.5,-15.5 + pos: -160.5,-105.5 parent: 1 - uid: 3113 components: - type: Transform - pos: -40.5,-15.5 + pos: -170.5,-99.5 parent: 1 - uid: 3114 components: - type: Transform - pos: -39.5,-15.5 + pos: 84.5,98.5 parent: 1 - uid: 3115 components: - type: Transform - pos: -38.5,-15.5 + pos: -176.5,-98.5 parent: 1 - uid: 3116 components: - type: Transform - pos: -38.5,-15.5 + pos: 83.5,97.5 parent: 1 - uid: 3117 components: - type: Transform - pos: -38.5,-16.5 + pos: 101.5,13.5 parent: 1 - uid: 3118 components: - type: Transform - pos: -38.5,-17.5 + pos: -159.5,-110.5 parent: 1 - uid: 3119 components: - type: Transform - pos: -38.5,-18.5 + pos: 91.5,100.5 parent: 1 - uid: 3120 components: - type: Transform - pos: -38.5,-19.5 + pos: -176.5,-94.5 parent: 1 - uid: 3121 components: - type: Transform - pos: -38.5,-20.5 + pos: -165.5,-115.5 parent: 1 - uid: 3122 components: - type: Transform - pos: -38.5,-20.5 + pos: -169.5,-107.5 parent: 1 - uid: 3123 components: - type: Transform - pos: -37.5,-20.5 + pos: -168.5,-95.5 parent: 1 - uid: 3124 components: - type: Transform - pos: -36.5,-20.5 + pos: -168.5,-107.5 parent: 1 - uid: 3125 components: - type: Transform - pos: -35.5,-20.5 + pos: -170.5,-96.5 parent: 1 - uid: 3126 components: - type: Transform - pos: -34.5,-20.5 + pos: -166.5,-115.5 parent: 1 - uid: 3127 components: - type: Transform - pos: -34.5,-20.5 + pos: -164.5,-101.5 parent: 1 - uid: 3128 components: - type: Transform - pos: -34.5,-19.5 + pos: -170.5,-95.5 parent: 1 - uid: 3129 components: - type: Transform - pos: -34.5,-18.5 + pos: -178.5,-136.5 parent: 1 - uid: 3130 components: - type: Transform - pos: -34.5,-17.5 + pos: -169.5,-95.5 parent: 1 - uid: 3131 components: - type: Transform - pos: -34.5,-16.5 + pos: -167.5,-95.5 parent: 1 - uid: 3132 components: - type: Transform - pos: -34.5,-15.5 + pos: -163.5,-98.5 parent: 1 - uid: 3133 components: - type: Transform - pos: -34.5,-14.5 + pos: -176.5,-97.5 parent: 1 - uid: 3134 components: - type: Transform - pos: -34.5,-13.5 + pos: -160.5,-111.5 parent: 1 - uid: 3135 components: - type: Transform - pos: -34.5,-12.5 + pos: -194.5,-104.5 parent: 1 - uid: 3136 components: - type: Transform - pos: -34.5,-11.5 + pos: -195.5,-104.5 parent: 1 - uid: 3137 components: - type: Transform - pos: -34.5,-10.5 + pos: -193.5,-107.5 parent: 1 - uid: 3138 components: - type: Transform - pos: -32.5,-14.5 + pos: -180.5,-108.5 parent: 1 - uid: 3139 components: - type: Transform - pos: -31.5,-14.5 + pos: -157.5,-110.5 parent: 1 - uid: 3140 components: - type: Transform - pos: -30.5,-14.5 + pos: -160.5,-112.5 parent: 1 - uid: 3141 components: - type: Transform - pos: -29.5,-14.5 + pos: -174.5,-98.5 parent: 1 - uid: 3142 components: - type: Transform - pos: -28.5,-14.5 + pos: -164.5,-112.5 parent: 1 - uid: 3143 components: - type: Transform - pos: -27.5,-14.5 + pos: -171.5,-98.5 parent: 1 - uid: 3144 components: - type: Transform - pos: -26.5,-14.5 + pos: -159.5,-105.5 parent: 1 - uid: 3145 components: - type: Transform - pos: -26.5,-14.5 + pos: -177.5,-135.5 parent: 1 - uid: 3146 components: - type: Transform - pos: -26.5,-15.5 + pos: -176.5,-135.5 parent: 1 - uid: 3147 components: - type: Transform - pos: -26.5,-16.5 + pos: -192.5,-99.5 parent: 1 - uid: 3148 components: - type: Transform - pos: -26.5,-17.5 + pos: -195.5,-120.5 parent: 1 - uid: 3149 components: - type: Transform - pos: -26.5,-18.5 + pos: -189.5,-99.5 parent: 1 - uid: 3150 components: - type: Transform - pos: -26.5,-19.5 + pos: -179.5,-138.5 parent: 1 - uid: 3151 components: - type: Transform - pos: -26.5,-16.5 + pos: -166.5,-112.5 parent: 1 - uid: 3152 components: - type: Transform - pos: -25.5,-16.5 + pos: -167.5,-112.5 parent: 1 - uid: 3153 components: - type: Transform - pos: -24.5,-16.5 + pos: -165.5,-112.5 parent: 1 - uid: 3154 components: - type: Transform - pos: -23.5,-16.5 + pos: -37.5,65.5 parent: 1 - uid: 3155 components: - type: Transform - pos: -22.5,-10.5 + pos: -42.5,60.5 parent: 1 - uid: 3156 components: - type: Transform - pos: -22.5,-11.5 + pos: -42.5,62.5 parent: 1 - uid: 3157 components: - type: Transform - pos: -22.5,-12.5 + pos: -42.5,63.5 parent: 1 - uid: 3158 components: - type: Transform - pos: -22.5,-13.5 + pos: -42.5,59.5 parent: 1 - uid: 3159 components: - type: Transform - pos: -22.5,-14.5 + pos: -40.5,65.5 parent: 1 - uid: 3160 components: - type: Transform - pos: -23.5,-14.5 + pos: -36.5,65.5 parent: 1 - uid: 3161 components: - type: Transform - pos: -23.5,-15.5 + pos: -42.5,58.5 parent: 1 - uid: 3162 components: - type: Transform - pos: -23.5,-16.5 + pos: -42.5,61.5 parent: 1 - - uid: 4451 + - uid: 3163 components: - type: Transform - pos: -164.5,-98.5 + pos: -41.5,65.5 parent: 1 - - uid: 4453 + - uid: 3164 components: - type: Transform - pos: -163.5,-98.5 + pos: -38.5,65.5 parent: 1 - - uid: 4454 + - uid: 3165 components: - type: Transform - pos: -165.5,-98.5 + pos: -39.5,65.5 parent: 1 - - uid: 4460 + - uid: 3166 components: - type: Transform - pos: -164.5,-103.5 + pos: -42.5,64.5 parent: 1 - - uid: 4466 + - uid: 3167 components: - type: Transform - pos: -167.5,-98.5 + pos: -42.5,65.5 parent: 1 - - uid: 4473 + - uid: 3168 components: - type: Transform - pos: -180.5,-109.5 + pos: -35.5,65.5 parent: 1 - - uid: 4476 + - uid: 3169 components: - type: Transform - pos: -178.5,-133.5 + pos: -34.5,65.5 parent: 1 - - uid: 4480 + - uid: 3170 components: - type: Transform - pos: -163.5,-95.5 + pos: -33.5,65.5 parent: 1 - - uid: 4481 + - uid: 3171 components: - type: Transform - pos: -166.5,-98.5 + pos: -32.5,65.5 parent: 1 - - uid: 4522 + - uid: 3172 components: - type: Transform - pos: 94.5,87.5 + pos: -31.5,65.5 parent: 1 - - uid: 4557 + - uid: 3173 components: - type: Transform - pos: -178.5,-128.5 + pos: -30.5,65.5 parent: 1 - - uid: 4561 + - uid: 3174 components: - type: Transform - pos: -178.5,-129.5 + pos: -29.5,65.5 parent: 1 - - uid: 4759 + - uid: 3175 components: - type: Transform - pos: -166.5,-95.5 + pos: -28.5,65.5 parent: 1 - - uid: 4760 + - uid: 3176 components: - type: Transform - pos: -165.5,-95.5 + pos: -27.5,65.5 parent: 1 - - uid: 5540 + - uid: 3177 components: - type: Transform - pos: 117.5,9.5 + pos: -26.5,65.5 parent: 1 - - uid: 5652 + - uid: 3178 components: - type: Transform - pos: -178.5,-130.5 + pos: -26.5,65.5 parent: 1 - - uid: 5654 + - uid: 3179 components: - type: Transform - pos: 201.5,218.5 + pos: -26.5,64.5 parent: 1 - - uid: 6087 + - uid: 3180 components: - type: Transform - pos: -176.5,-93.5 + pos: -26.5,63.5 parent: 1 - - uid: 6361 + - uid: 3181 components: - type: Transform - pos: -164.5,-95.5 + pos: -26.5,62.5 parent: 1 - - uid: 6548 + - uid: 3182 components: - type: Transform - pos: -181.5,-107.5 + pos: -26.5,61.5 parent: 1 - - uid: 6559 + - uid: 3183 components: - type: Transform - pos: 117.5,11.5 + pos: -26.5,60.5 parent: 1 - - uid: 6688 + - uid: 3184 components: - type: Transform - pos: -161.5,-103.5 + pos: -26.5,59.5 parent: 1 - - uid: 6689 + - uid: 3185 components: - type: Transform - pos: -162.5,-103.5 + pos: -26.5,58.5 parent: 1 - - uid: 6740 + - uid: 3186 components: - type: Transform - pos: -164.5,-102.5 + pos: -26.5,57.5 parent: 1 - - uid: 6741 + - uid: 3187 components: - type: Transform - pos: -176.5,-96.5 + pos: -26.5,56.5 parent: 1 - - uid: 6742 + - uid: 3188 components: - type: Transform - pos: -164.5,-100.5 + pos: -23.5,56.5 parent: 1 - - uid: 6743 + - uid: 3189 components: - type: Transform - pos: -164.5,-104.5 + pos: -23.5,57.5 parent: 1 - - uid: 6745 + - uid: 3190 components: - type: Transform - pos: -163.5,-106.5 + pos: -23.5,58.5 parent: 1 - - uid: 6749 + - uid: 3191 components: - type: Transform - pos: -162.5,-106.5 + pos: -23.5,59.5 parent: 1 - - uid: 6750 + - uid: 3192 components: - type: Transform - pos: -164.5,-107.5 + pos: -23.5,60.5 parent: 1 - - uid: 6751 + - uid: 3193 components: - type: Transform - pos: -161.5,-106.5 + pos: -23.5,61.5 parent: 1 - - uid: 6752 + - uid: 3194 components: - type: Transform - pos: -164.5,-105.5 + pos: -23.5,62.5 parent: 1 - - uid: 6754 + - uid: 3195 components: - type: Transform - pos: -164.5,-106.5 + pos: -42.5,67.5 parent: 1 - - uid: 6759 + - uid: 3196 components: - type: Transform - pos: -168.5,-106.5 + pos: -42.5,63.5 parent: 1 - - uid: 6760 + - uid: 3197 components: - type: Transform - pos: -194.5,-110.5 + pos: -42.5,64.5 parent: 1 - - uid: 6761 + - uid: 3198 components: - type: Transform - pos: -187.5,-106.5 + pos: -42.5,65.5 parent: 1 - - uid: 6763 + - uid: 3199 components: - type: Transform - pos: -193.5,-108.5 + pos: -42.5,66.5 parent: 1 - - uid: 6787 + - uid: 3200 components: - type: Transform - pos: -195.5,-107.5 + pos: -42.5,62.5 parent: 1 - - uid: 6788 + - uid: 3201 components: - type: Transform - pos: -195.5,-110.5 + pos: -33.5,68.5 parent: 1 - - uid: 6791 + - uid: 3202 components: - type: Transform - pos: -158.5,-110.5 + pos: -24.5,62.5 parent: 1 - - uid: 6792 + - uid: 3203 components: - type: Transform - pos: -191.5,-108.5 + pos: -24.5,63.5 parent: 1 - - uid: 6833 + - uid: 3204 components: - type: Transform - pos: -184.5,-98.5 + pos: -24.5,64.5 parent: 1 - - uid: 6854 + - uid: 3205 components: - type: Transform - pos: 112.5,6.5 + pos: -24.5,65.5 parent: 1 - - uid: 6859 + - uid: 3206 components: - type: Transform - pos: -176.5,-95.5 + pos: -24.5,66.5 parent: 1 - - uid: 6865 + - uid: 3207 components: - type: Transform - pos: -170.5,-94.5 + pos: -24.5,67.5 parent: 1 - - uid: 6889 + - uid: 3208 components: - type: Transform - pos: -186.5,-98.5 + pos: -24.5,68.5 parent: 1 - - uid: 7179 + - uid: 3209 components: - type: Transform - pos: -185.5,-98.5 + pos: -25.5,68.5 parent: 1 - - uid: 7252 + - uid: 3210 components: - type: Transform - pos: -190.5,-108.5 + pos: -26.5,68.5 parent: 1 - - uid: 7402 + - uid: 3211 components: - type: Transform - pos: -163.5,-109.5 + pos: -27.5,68.5 parent: 1 - - uid: 7405 + - uid: 3212 components: - type: Transform - pos: -193.5,-99.5 + pos: -28.5,68.5 parent: 1 - - uid: 7434 + - uid: 3213 components: - type: Transform - pos: -173.5,61.5 + pos: -28.5,67.5 parent: 1 - - uid: 7590 + - uid: 3214 components: - type: Transform - pos: -168.5,-115.5 + pos: -29.5,67.5 parent: 1 - - uid: 7591 + - uid: 3215 components: - type: Transform - pos: -165.5,-107.5 + pos: -30.5,67.5 parent: 1 - - uid: 7592 + - uid: 3216 components: - type: Transform - pos: -167.5,-115.5 + pos: -31.5,67.5 parent: 1 - - uid: 7593 + - uid: 3217 components: - type: Transform - pos: -192.5,-108.5 + pos: -31.5,68.5 parent: 1 - - uid: 7765 + - uid: 3218 components: - type: Transform - pos: -172.5,-94.5 + pos: -32.5,68.5 parent: 1 - - uid: 7878 + - uid: 3219 components: - type: Transform - pos: -186.5,-100.5 + pos: -41.5,55.5 parent: 1 - - uid: 8486 + - uid: 3220 components: - type: Transform - pos: -239.5,-104.5 + pos: -42.5,55.5 parent: 1 - - uid: 8492 + - uid: 3221 components: - type: Transform - pos: -237.5,-102.5 + pos: -40.5,55.5 parent: 1 - - uid: 8499 + - uid: 3222 components: - type: Transform - pos: -239.5,-101.5 + pos: -39.5,55.5 parent: 1 - - uid: 8692 + - uid: 3223 components: - type: Transform - pos: 95.5,87.5 + pos: -34.5,68.5 parent: 1 - - uid: 8984 + - uid: 3224 components: - type: Transform - pos: -160.5,68.5 + pos: -35.5,68.5 parent: 1 - - uid: 9484 + - uid: 3225 components: - type: Transform - pos: -171.5,-94.5 + pos: -36.5,68.5 parent: 1 - - uid: 10004 + - uid: 3226 components: - type: Transform - pos: 113.5,14.5 + pos: -37.5,68.5 parent: 1 - - uid: 10722 + - uid: 3227 components: - type: Transform - pos: -160.5,-110.5 + pos: -38.5,68.5 parent: 1 - - uid: 10725 + - uid: 3228 components: - type: Transform - pos: -169.5,-115.5 + pos: -39.5,68.5 parent: 1 - - uid: 10728 + - uid: 3229 components: - type: Transform - pos: -175.5,-98.5 + pos: -40.5,68.5 parent: 1 - - uid: 10732 + - uid: 3230 components: - type: Transform - pos: -156.5,-106.5 + pos: -41.5,68.5 parent: 1 - - uid: 10735 + - uid: 3231 components: - type: Transform - pos: -172.5,-98.5 + pos: -42.5,68.5 parent: 1 - - uid: 10738 + - uid: 3232 components: - type: Transform - pos: -168.5,-104.5 + pos: -41.5,62.5 parent: 1 - - uid: 10877 + - uid: 3233 components: - type: Transform - pos: -171.5,-104.5 + pos: -40.5,62.5 parent: 1 - - uid: 10879 + - uid: 3234 components: - type: Transform - pos: -170.5,-104.5 + pos: -39.5,62.5 parent: 1 - - uid: 10941 + - uid: 3235 components: - type: Transform - pos: -180.5,-107.5 + pos: -38.5,62.5 parent: 1 - - uid: 10986 + - uid: 3236 components: - type: Transform - pos: -184.5,-107.5 + pos: -38.5,61.5 parent: 1 - - uid: 10987 + - uid: 3237 components: - type: Transform - pos: -183.5,-107.5 + pos: -38.5,60.5 parent: 1 - - uid: 10988 + - uid: 3238 components: - type: Transform - pos: -182.5,-107.5 + pos: -38.5,59.5 parent: 1 - - uid: 10991 + - uid: 3239 components: - type: Transform - pos: -169.5,-116.5 + pos: -38.5,58.5 parent: 1 - - uid: 11210 + - uid: 3240 components: - type: Transform - pos: -175.5,26.5 + pos: -38.5,57.5 parent: 1 - - uid: 11213 + - uid: 3241 components: - type: Transform - pos: -157.5,69.5 + pos: -38.5,56.5 parent: 1 - - uid: 11323 + - uid: 3242 components: - type: Transform - pos: -155.5,66.5 + pos: -38.5,55.5 parent: 1 - - uid: 11332 + - uid: 3243 components: - type: Transform - pos: -157.5,71.5 + pos: -37.5,55.5 parent: 1 - - uid: 11335 + - uid: 3244 components: - type: Transform - pos: -157.5,68.5 + pos: -38.5,55.5 parent: 1 - - uid: 11366 + - uid: 3245 components: - type: Transform - pos: -165.5,56.5 + pos: -36.5,55.5 parent: 1 - - uid: 11369 + - uid: 3246 components: - type: Transform - pos: -169.5,50.5 + pos: -35.5,55.5 parent: 1 - - uid: 11370 + - uid: 3247 components: - type: Transform - pos: -169.5,49.5 + pos: -34.5,55.5 parent: 1 - - uid: 11444 + - uid: 3248 components: - type: Transform - pos: -141.5,57.5 + pos: -33.5,55.5 parent: 1 - - uid: 11448 + - uid: 3249 components: - type: Transform - pos: -160.5,66.5 + pos: -32.5,55.5 parent: 1 - - uid: 11451 + - uid: 3250 components: - type: Transform - pos: -159.5,66.5 + pos: -31.5,55.5 parent: 1 - - uid: 11524 + - uid: 3251 components: - type: Transform - pos: -164.5,65.5 + pos: -30.5,55.5 parent: 1 - - uid: 11528 + - uid: 3252 components: - type: Transform - pos: -164.5,66.5 + pos: -29.5,55.5 parent: 1 - - uid: 11531 + - uid: 3253 components: - type: Transform - pos: -178.5,62.5 + pos: -28.5,55.5 parent: 1 - - uid: 11562 + - uid: 3254 components: - type: Transform - pos: -158.5,66.5 + pos: -27.5,55.5 parent: 1 - - uid: 11567 + - uid: 3255 components: - type: Transform - pos: -177.5,62.5 + pos: -26.5,55.5 parent: 1 - - uid: 11851 + - uid: 3256 components: - type: Transform - pos: -164.5,-115.5 + pos: -25.5,55.5 parent: 1 - - uid: 11865 + - uid: 3257 components: - type: Transform - pos: -164.5,-114.5 + pos: -24.5,55.5 parent: 1 - - uid: 11867 + - uid: 3258 components: - type: Transform - pos: -163.5,-110.5 + pos: -23.5,55.5 parent: 1 - - uid: 11869 + - uid: 3259 components: - type: Transform - pos: -163.5,-112.5 + pos: -33.5,66.5 parent: 1 - - uid: 11872 + - uid: 3260 components: - type: Transform - pos: -184.5,-122.5 + pos: -33.5,67.5 parent: 1 - - uid: 11875 + - uid: 3261 components: - type: Transform - pos: -160.5,-113.5 + pos: -33.5,68.5 parent: 1 - - uid: 11880 + - uid: 3262 components: - type: Transform - pos: -157.5,-113.5 + pos: -180.5,-137.5 parent: 1 - - uid: 11882 + - uid: 3263 components: - type: Transform - pos: -164.5,-113.5 + pos: 91.5,95.5 parent: 1 - - uid: 11889 + - uid: 3264 components: - type: Transform - pos: -163.5,-111.5 + pos: 94.5,112.5 parent: 1 - - uid: 11890 + - uid: 3265 components: - type: Transform - pos: -162.5,-112.5 + pos: -171.5,-102.5 parent: 1 - - uid: 11892 + - uid: 3266 components: - type: Transform - pos: -161.5,-112.5 + pos: 87.5,97.5 parent: 1 - - uid: 11907 + - uid: 3267 components: - type: Transform - pos: -159.5,-113.5 + pos: 87.5,100.5 parent: 1 - - uid: 11919 + - uid: 3268 components: - type: Transform - pos: -158.5,-113.5 + pos: 87.5,99.5 parent: 1 - - uid: 11935 + - uid: 3269 components: - type: Transform - pos: -194.5,-107.5 + pos: 87.5,98.5 parent: 1 - - uid: 11958 + - uid: 3270 components: - type: Transform - pos: -186.5,-109.5 + pos: -158.5,-104.5 parent: 1 - - uid: 11994 + - uid: 3271 components: - type: Transform - pos: -182.5,-125.5 + pos: -161.5,-105.5 parent: 1 - - uid: 11996 + - uid: 3272 components: - type: Transform - pos: -180.5,-125.5 + pos: -158.5,-105.5 parent: 1 - - uid: 13353 + - uid: 3273 components: - type: Transform - pos: 117.5,10.5 + pos: -157.5,-105.5 parent: 1 - - uid: 15094 + - uid: 3274 components: - type: Transform - pos: 117.5,8.5 + pos: -158.5,-106.5 parent: 1 - - uid: 15095 + - uid: 3275 components: - type: Transform - pos: 112.5,7.5 + pos: 94.5,113.5 parent: 1 - - uid: 16125 + - uid: 3276 components: - type: Transform - pos: -161.5,66.5 + pos: 92.5,100.5 parent: 1 - - uid: 16339 + - uid: 3277 components: - type: Transform - pos: -160.5,69.5 + pos: 87.5,96.5 parent: 1 - - uid: 17496 + - uid: 3278 components: - type: Transform - pos: -183.5,-125.5 + pos: 90.5,95.5 parent: 1 - - uid: 17497 + - uid: 3279 components: - type: Transform - pos: -181.5,-125.5 + pos: 89.5,95.5 parent: 1 - - uid: 17498 + - uid: 3280 components: - type: Transform - pos: -179.5,-125.5 + pos: 89.5,96.5 parent: 1 - - uid: 17572 + - uid: 3281 components: - type: Transform - pos: 191.5,207.5 + pos: 88.5,100.5 parent: 1 - - uid: 17685 + - uid: 3282 components: - type: Transform - pos: -240.5,-105.5 + pos: 89.5,100.5 parent: 1 - - uid: 17706 + - uid: 3283 components: - type: Transform - pos: -243.5,-105.5 + pos: 90.5,100.5 parent: 1 - - uid: 17786 + - uid: 3284 components: - type: Transform - pos: -247.5,-104.5 + pos: 86.5,96.5 parent: 1 - - uid: 20719 + - uid: 3285 components: - type: Transform - pos: -176.5,61.5 + pos: 85.5,96.5 parent: 1 - - uid: 20862 + - uid: 3286 components: - type: Transform - pos: -170.5,-97.5 + pos: 93.5,100.5 parent: 1 - - uid: 21527 + - uid: 3287 components: - type: Transform - pos: -170.5,-98.5 + pos: 93.5,102.5 parent: 1 - - uid: 22511 + - uid: 3288 components: - type: Transform - pos: -168.5,-105.5 + pos: 93.5,103.5 parent: 1 - - uid: 22512 + - uid: 3289 components: - type: Transform - pos: -167.5,-107.5 + pos: 93.5,103.5 parent: 1 - - uid: 22516 + - uid: 3290 components: - type: Transform - pos: -166.5,-107.5 + pos: 93.5,101.5 parent: 1 - - uid: 22524 + - uid: 3291 components: - type: Transform - pos: -173.5,-98.5 + pos: 93.5,103.5 parent: 1 - - uid: 22528 + - uid: 3292 components: - type: Transform - pos: -194.5,-99.5 + pos: 89.5,101.5 parent: 1 - - uid: 22529 + - uid: 3293 components: - type: Transform - pos: -195.5,-100.5 + pos: 89.5,103.5 parent: 1 - - uid: 22530 + - uid: 3294 components: - type: Transform - pos: -187.5,-99.5 + pos: 94.5,108.5 parent: 1 - - uid: 22535 + - uid: 3295 components: - type: Transform - pos: -186.5,-101.5 + pos: 94.5,103.5 parent: 1 - - uid: 22536 + - uid: 3296 components: - type: Transform - pos: -188.5,-99.5 + pos: 94.5,104.5 parent: 1 - - uid: 22537 + - uid: 3297 components: - type: Transform - pos: -194.5,-100.5 + pos: 94.5,105.5 parent: 1 - - uid: 22538 + - uid: 3298 components: - type: Transform - pos: -186.5,-103.5 + pos: 94.5,106.5 parent: 1 - - uid: 22544 + - uid: 3299 components: - type: Transform - pos: -186.5,-104.5 + pos: 93.5,105.5 parent: 1 - - uid: 22545 + - uid: 3300 components: - type: Transform - pos: -186.5,-106.5 + pos: 94.5,107.5 parent: 1 - - uid: 22546 + - uid: 3301 components: - type: Transform - pos: -194.5,-98.5 + pos: 94.5,109.5 parent: 1 - - uid: 22550 + - uid: 3302 components: - type: Transform - pos: -186.5,-105.5 + pos: 94.5,110.5 parent: 1 - - uid: 22551 + - uid: 3303 components: - type: Transform - pos: -186.5,-99.5 + pos: 94.5,111.5 parent: 1 - - uid: 22569 + - uid: 3304 components: - type: Transform - pos: -186.5,-122.5 + pos: 89.5,102.5 parent: 1 - - uid: 23117 + - uid: 3305 components: - type: Transform - pos: -190.5,-99.5 + pos: 94.5,114.5 parent: 1 - - uid: 23157 + - uid: 3306 components: - type: Transform - pos: -191.5,-99.5 + pos: 93.5,114.5 parent: 1 - - uid: 23870 + - uid: 3307 components: - type: Transform - pos: -185.5,-107.5 + pos: 86.5,100.5 parent: 1 - - uid: 23876 + - uid: 3308 components: - type: Transform - pos: -186.5,-102.5 + pos: 85.5,100.5 parent: 1 - - uid: 23892 + - uid: 3309 components: - type: Transform - pos: -187.5,-108.5 + pos: 85.5,101.5 parent: 1 - - uid: 23893 + - uid: 3310 components: - type: Transform - pos: -188.5,-108.5 + pos: 85.5,102.5 parent: 1 - - uid: 23895 + - uid: 3311 components: - type: Transform - pos: -193.5,-106.5 + pos: 85.5,103.5 parent: 1 - - uid: 23896 + - uid: 3312 components: - type: Transform - pos: -193.5,-105.5 + pos: 81.5,103.5 parent: 1 - - uid: 23897 + - uid: 3313 components: - type: Transform - pos: -189.5,-108.5 + pos: -168.5,-103.5 parent: 1 - - uid: 23902 + - uid: 3314 components: - type: Transform - pos: -193.5,-104.5 + pos: 81.5,102.5 parent: 1 - - uid: 24165 + - uid: 3315 components: - type: Transform - pos: -178.5,-132.5 + pos: -168.5,-101.5 parent: 1 - - uid: 24176 + - uid: 3316 components: - type: Transform - pos: -178.5,-135.5 + pos: -168.5,-102.5 parent: 1 - - uid: 24178 + - uid: 3317 components: - type: Transform - pos: -185.5,-125.5 + pos: 81.5,101.5 parent: 1 - - uid: 24179 + - uid: 3318 components: - type: Transform - pos: -184.5,-125.5 + pos: 85.5,104.5 parent: 1 - - uid: 24183 + - uid: 3319 components: - type: Transform - pos: -186.5,-125.5 + pos: 84.5,104.5 parent: 1 - - uid: 24435 + - uid: 3320 components: - type: Transform - pos: -179.5,62.5 + pos: 83.5,104.5 parent: 1 - - uid: 24447 + - uid: 3321 components: - type: Transform - pos: -157.5,70.5 + pos: 82.5,104.5 parent: 1 - - uid: 24769 + - uid: 3322 components: - type: Transform - pos: -154.5,66.5 + pos: 81.5,104.5 parent: 1 - - uid: 24783 + - uid: 3323 components: - type: Transform - pos: -168.5,52.5 + pos: 80.5,104.5 parent: 1 - - uid: 24797 + - uid: 3324 components: - type: Transform - pos: -160.5,67.5 + pos: 80.5,105.5 parent: 1 - - uid: 40255 + - uid: 3325 components: - type: Transform - pos: 113.5,11.5 + pos: 80.5,106.5 parent: 1 - - uid: 40267 + - uid: 3326 components: - type: Transform - pos: 112.5,10.5 + pos: 80.5,107.5 parent: 1 - - uid: 40274 + - uid: 3327 components: - type: Transform - pos: 117.5,15.5 + pos: 80.5,108.5 parent: 1 - - uid: 40290 + - uid: 3328 components: - type: Transform - pos: 113.5,4.5 + pos: 80.5,109.5 parent: 1 - - uid: 41171 + - uid: 3329 components: - type: Transform - pos: 117.5,14.5 + pos: 81.5,100.5 parent: 1 - - uid: 42872 + - uid: 3330 components: - type: Transform - pos: 113.5,10.5 + pos: -171.5,-103.5 parent: 1 - - uid: 42893 + - uid: 3331 components: - type: Transform - pos: 113.5,12.5 + pos: 140.5,-10.5 parent: 1 - - uid: 42898 + - uid: 3332 components: - type: Transform - pos: 112.5,9.5 + pos: 139.5,-10.5 parent: 1 - - uid: 42900 + - uid: 3333 components: - type: Transform - pos: 117.5,13.5 + pos: -178.5,-125.5 parent: 1 - - uid: 44206 + - uid: 3334 components: - type: Transform - pos: -243.5,-106.5 + pos: 112.5,8.5 parent: 1 - - uid: 44215 + - uid: 3335 components: - type: Transform - pos: -241.5,-105.5 + pos: 112.5,4.5 parent: 1 - - uid: 44240 + - uid: 3336 components: - type: Transform - pos: -242.5,-107.5 + pos: -186.5,-124.5 parent: 1 - - uid: 44256 + - uid: 3337 components: - type: Transform - pos: -238.5,-102.5 + pos: -178.5,-134.5 parent: 1 - - uid: 44286 + - uid: 3338 components: - type: Transform - pos: -239.5,-105.5 + pos: -185.5,-122.5 parent: 1 - - uid: 44289 + - uid: 3339 components: - type: Transform - pos: -239.5,-100.5 + pos: -183.5,-122.5 parent: 1 - - uid: 44291 + - uid: 3340 components: - type: Transform - pos: -247.5,-108.5 + pos: -186.5,-123.5 parent: 1 - - uid: 44295 + - uid: 3341 components: - type: Transform - pos: -247.5,-107.5 + pos: -162.5,66.5 parent: 1 - - uid: 44299 + - uid: 3342 components: - type: Transform - pos: -240.5,-100.5 + pos: -157.5,66.5 parent: 1 - - uid: 44302 + - uid: 3343 components: - type: Transform - pos: -242.5,-105.5 + pos: -176.5,36.5 parent: 1 - - uid: 44303 + - uid: 3344 components: - type: Transform - pos: -239.5,-100.5 + pos: 113.5,13.5 parent: 1 - - uid: 44307 + - uid: 3345 components: - type: Transform - pos: -243.5,-107.5 + pos: 112.5,5.5 parent: 1 - - uid: 44309 + - uid: 3346 components: - type: Transform - pos: -241.5,-100.5 + pos: -175.5,32.5 parent: 1 - - uid: 44314 + - uid: 3347 components: - type: Transform - pos: -239.5,-103.5 + pos: -181.5,24.5 parent: 1 - - uid: 44315 + - uid: 3348 components: - type: Transform - pos: -244.5,-107.5 + pos: -163.5,66.5 parent: 1 - - uid: 44318 + - uid: 3349 components: - type: Transform - pos: -247.5,-105.5 + pos: -177.5,36.5 parent: 1 - - uid: 44320 + - uid: 3350 components: - type: Transform - pos: -247.5,-106.5 + pos: -175.5,27.5 parent: 1 - - uid: 44324 + - uid: 3351 components: - type: Transform - pos: -245.5,-107.5 + pos: -188.5,50.5 parent: 1 - - uid: 44329 + - uid: 3352 components: - type: Transform - pos: -239.5,-102.5 + pos: -164.5,57.5 parent: 1 - - uid: 44386 + - uid: 3353 components: - type: Transform - pos: -222.5,-89.5 + pos: -183.5,32.5 parent: 1 - - uid: 44387 + - uid: 3354 components: - type: Transform - pos: -222.5,-90.5 + pos: -156.5,58.5 parent: 1 - - uid: 44388 + - uid: 3355 components: - type: Transform - pos: -222.5,-88.5 + pos: -175.5,31.5 parent: 1 - - uid: 45112 + - uid: 3356 components: - type: Transform - pos: -407.5,64.5 + pos: -175.5,28.5 parent: 1 - - uid: 45154 + - uid: 3357 components: - type: Transform - pos: -408.5,67.5 + pos: -189.5,44.5 parent: 1 - - uid: 45196 + - uid: 3358 components: - type: Transform - pos: -408.5,64.5 + pos: -189.5,42.5 parent: 1 - - uid: 45559 + - uid: 3359 components: - type: Transform - pos: -402.5,67.5 + pos: -180.5,26.5 parent: 1 - - uid: 45740 + - uid: 3360 components: - type: Transform - pos: -404.5,64.5 + pos: -175.5,35.5 parent: 1 - - uid: 45839 + - uid: 3361 components: - type: Transform - pos: -406.5,105.5 + pos: -186.5,43.5 parent: 1 - - uid: 46033 + - uid: 3362 components: - type: Transform - pos: -391.5,95.5 + pos: -181.5,25.5 parent: 1 - - uid: 46035 + - uid: 3363 components: - type: Transform - pos: -391.5,98.5 + pos: -175.5,36.5 parent: 1 - - uid: 46038 + - uid: 3364 components: - type: Transform - pos: -391.5,97.5 + pos: -175.5,33.5 parent: 1 - - uid: 46063 + - uid: 3365 components: - type: Transform - pos: -402.5,66.5 + pos: -181.5,26.5 parent: 1 - - uid: 46075 + - uid: 3366 components: - type: Transform - pos: -391.5,96.5 + pos: -175.5,30.5 parent: 1 - - uid: 46117 + - uid: 3367 components: - type: Transform - pos: -408.5,65.5 + pos: -175.5,29.5 parent: 1 - - uid: 46135 + - uid: 3368 components: - type: Transform - pos: -402.5,65.5 + pos: -175.5,34.5 parent: 1 - - uid: 46504 + - uid: 3369 components: - type: Transform - pos: -408.5,68.5 + pos: -175.5,25.5 parent: 1 - - uid: 46507 + - uid: 3370 components: - type: Transform - pos: -408.5,66.5 + pos: -175.5,24.5 parent: 1 - - uid: 46522 + - uid: 3371 components: - type: Transform - pos: -402.5,64.5 + pos: -175.5,23.5 parent: 1 - - uid: 46553 + - uid: 3372 components: - type: Transform - pos: -406.5,64.5 + pos: -175.5,22.5 parent: 1 - - uid: 46554 + - uid: 3373 components: - type: Transform - pos: -403.5,64.5 + pos: -171.5,26.5 parent: 1 - - uid: 46556 + - uid: 3374 components: - type: Transform - pos: -408.5,64.5 + pos: -172.5,26.5 parent: 1 - - uid: 46565 + - uid: 3375 components: - type: Transform - pos: -405.5,64.5 + pos: -173.5,26.5 parent: 1 - - uid: 46568 + - uid: 3376 components: - type: Transform - pos: -402.5,68.5 + pos: -174.5,26.5 parent: 1 - - uid: 46569 + - uid: 3377 components: - type: Transform - pos: -402.5,68.5 + pos: -172.5,27.5 parent: 1 - - uid: 46570 + - uid: 3378 components: - type: Transform - pos: -403.5,68.5 + pos: -172.5,25.5 parent: 1 - - uid: 46571 + - uid: 3379 components: - type: Transform - pos: -404.5,68.5 + pos: -172.5,24.5 parent: 1 - - uid: 46572 + - uid: 3380 components: - type: Transform - pos: -405.5,68.5 + pos: -172.5,23.5 parent: 1 - - uid: 46573 + - uid: 3381 components: - type: Transform - pos: -406.5,68.5 + pos: -172.5,28.5 parent: 1 - - uid: 46574 + - uid: 3382 components: - type: Transform - pos: -407.5,68.5 + pos: -172.5,29.5 parent: 1 - - uid: 46575 + - uid: 3383 components: - type: Transform - pos: -408.5,68.5 + pos: -176.5,26.5 parent: 1 - - uid: 46584 + - uid: 3384 components: - type: Transform - pos: -406.5,96.5 + pos: -177.5,26.5 parent: 1 - - uid: 46595 + - uid: 3385 components: - type: Transform - pos: -406.5,105.5 + pos: -178.5,26.5 parent: 1 - - uid: 46596 + - uid: 3386 components: - type: Transform - pos: -406.5,104.5 + pos: -179.5,26.5 parent: 1 - - uid: 46597 + - uid: 3387 components: - type: Transform - pos: -405.5,102.5 + pos: -178.5,36.5 parent: 1 - - uid: 46598 + - uid: 3388 components: - type: Transform - pos: -406.5,103.5 + pos: -189.5,43.5 parent: 1 - - uid: 46599 + - uid: 3389 components: - type: Transform - pos: -406.5,102.5 + pos: -178.5,50.5 parent: 1 - - uid: 46600 + - uid: 3390 components: - type: Transform - pos: -406.5,101.5 + pos: -177.5,50.5 parent: 1 - - uid: 46601 + - uid: 3391 components: - type: Transform - pos: -405.5,98.5 + pos: -175.5,50.5 parent: 1 - - uid: 46602 + - uid: 3392 components: - type: Transform - pos: -406.5,100.5 + pos: -181.5,23.5 parent: 1 - - uid: 46603 + - uid: 3393 components: - type: Transform - pos: -406.5,99.5 + pos: -181.5,22.5 parent: 1 - - uid: 46616 + - uid: 3394 components: - type: Transform - pos: -408.5,66.5 + pos: -181.5,21.5 parent: 1 - - uid: 46627 + - uid: 3395 components: - type: Transform - pos: -408.5,65.5 + pos: -181.5,27.5 parent: 1 - - uid: 46734 + - uid: 3396 components: - type: Transform - pos: 96.5,87.5 + pos: -181.5,28.5 parent: 1 - - uid: 46743 + - uid: 3397 components: - type: Transform - pos: -406.5,97.5 + pos: -181.5,29.5 parent: 1 - - uid: 46744 + - uid: 3398 components: - type: Transform - pos: -406.5,98.5 + pos: -181.5,30.5 parent: 1 - - uid: 46745 + - uid: 3399 components: - type: Transform - pos: -406.5,96.5 + pos: -181.5,31.5 parent: 1 - - uid: 46764 + - uid: 3400 components: - type: Transform - pos: -407.5,63.5 + pos: -181.5,32.5 parent: 1 - - uid: 46765 + - uid: 3401 components: - type: Transform - pos: -407.5,64.5 + pos: -180.5,32.5 parent: 1 - - uid: 46798 + - uid: 3402 components: - type: Transform - pos: -407.5,58.5 + pos: -179.5,32.5 parent: 1 - - uid: 46799 + - uid: 3403 components: - type: Transform - pos: -407.5,59.5 + pos: -178.5,32.5 parent: 1 - - uid: 46800 + - uid: 3404 components: - type: Transform - pos: -407.5,60.5 + pos: -177.5,32.5 parent: 1 - - uid: 46801 + - uid: 3405 components: - type: Transform - pos: -407.5,61.5 + pos: -176.5,32.5 parent: 1 - - uid: 46804 + - uid: 3406 components: - type: Transform - pos: -407.5,62.5 + pos: -188.5,47.5 parent: 1 - - uid: 46805 + - uid: 3407 components: - type: Transform - pos: -397.5,117.5 + pos: -179.5,36.5 parent: 1 - - uid: 46806 + - uid: 3408 components: - type: Transform - pos: -407.5,57.5 + pos: -164.5,56.5 parent: 1 - - uid: 46807 + - uid: 3409 components: - type: Transform - pos: -407.5,56.5 + pos: -174.5,36.5 parent: 1 - - uid: 46808 + - uid: 3410 components: - type: Transform - pos: -403.5,56.5 + pos: -175.5,36.5 parent: 1 - - uid: 46809 + - uid: 3411 components: - type: Transform - pos: -403.5,57.5 + pos: -180.5,36.5 parent: 1 - - uid: 46810 + - uid: 3412 components: - type: Transform - pos: -403.5,58.5 + pos: -178.5,43.5 parent: 1 - - uid: 46811 + - uid: 3413 components: - type: Transform - pos: -403.5,59.5 + pos: -184.5,32.5 parent: 1 - - uid: 46812 + - uid: 3414 components: - type: Transform - pos: -403.5,60.5 + pos: -185.5,32.5 parent: 1 - - uid: 46813 + - uid: 3415 components: - type: Transform - pos: -403.5,61.5 + pos: -186.5,32.5 parent: 1 - - uid: 46814 + - uid: 3416 components: - type: Transform - pos: -403.5,62.5 + pos: -187.5,32.5 parent: 1 - - uid: 46815 + - uid: 3417 components: - type: Transform - pos: -403.5,63.5 + pos: -188.5,32.5 parent: 1 - - uid: 46816 + - uid: 3418 components: - type: Transform - pos: -403.5,64.5 + pos: -189.5,32.5 parent: 1 - - uid: 46823 + - uid: 3419 components: - type: Transform - pos: -396.5,119.5 + pos: -190.5,32.5 parent: 1 - - uid: 46827 + - uid: 3420 components: - type: Transform - pos: -397.5,118.5 + pos: -191.5,32.5 parent: 1 - - uid: 46829 + - uid: 3421 components: - type: Transform - pos: -397.5,116.5 + pos: -188.5,33.5 parent: 1 - - uid: 46830 + - uid: 3422 components: - type: Transform - pos: -397.5,115.5 + pos: -188.5,34.5 parent: 1 - - uid: 46831 + - uid: 3423 components: - type: Transform - pos: -396.5,115.5 + pos: -188.5,35.5 parent: 1 - - uid: 46832 + - uid: 3424 components: - type: Transform - pos: -395.5,115.5 + pos: -186.5,33.5 parent: 1 - - uid: 46833 + - uid: 3425 components: - type: Transform - pos: -394.5,115.5 + pos: -186.5,34.5 parent: 1 - - uid: 46836 + - uid: 3426 components: - type: Transform - pos: -393.5,113.5 + pos: -186.5,35.5 parent: 1 - - uid: 46853 + - uid: 3427 components: - type: Transform - pos: -396.5,118.5 + pos: -186.5,28.5 parent: 1 - - uid: 47052 + - uid: 3428 components: - type: Transform - pos: -370.5,104.5 + pos: -186.5,29.5 parent: 1 - - uid: 47080 + - uid: 3429 components: - type: Transform - pos: -377.5,90.5 + pos: -186.5,30.5 parent: 1 - - uid: 47084 + - uid: 3430 components: - type: Transform - pos: -377.5,89.5 + pos: -186.5,31.5 parent: 1 - - uid: 47085 + - uid: 3431 components: - type: Transform - pos: -377.5,88.5 + pos: -185.5,23.5 parent: 1 - - uid: 47086 + - uid: 3432 components: - type: Transform - pos: -377.5,87.5 + pos: -185.5,22.5 parent: 1 - - uid: 47103 + - uid: 3433 components: - type: Transform - pos: -377.5,86.5 + pos: -186.5,22.5 parent: 1 - - uid: 47104 + - uid: 3434 components: - type: Transform - pos: -377.5,85.5 + pos: -187.5,22.5 parent: 1 - - uid: 47105 + - uid: 3435 components: - type: Transform - pos: -376.5,87.5 + pos: -188.5,22.5 parent: 1 - - uid: 47106 + - uid: 3436 components: - type: Transform - pos: -375.5,87.5 + pos: -189.5,22.5 parent: 1 - - uid: 47107 + - uid: 3437 components: - type: Transform - pos: -374.5,87.5 + pos: -190.5,22.5 parent: 1 - - uid: 47108 + - uid: 3438 components: - type: Transform - pos: -373.5,87.5 + pos: -191.5,22.5 parent: 1 - - uid: 47109 + - uid: 3439 components: - type: Transform - pos: -372.5,87.5 + pos: -192.5,22.5 parent: 1 - - uid: 47110 + - uid: 3440 components: - type: Transform - pos: -371.5,87.5 + pos: -193.5,22.5 parent: 1 - - uid: 47111 + - uid: 3441 components: - type: Transform - pos: -370.5,87.5 + pos: -194.5,22.5 parent: 1 - - uid: 47112 + - uid: 3442 components: - type: Transform - pos: -369.5,87.5 + pos: -195.5,22.5 parent: 1 - - uid: 47136 + - uid: 3443 components: - type: Transform - pos: -370.5,103.5 + pos: -185.5,24.5 parent: 1 - - uid: 47176 + - uid: 3444 components: - type: Transform - pos: -374.5,101.5 + pos: -185.5,25.5 parent: 1 - - uid: 47254 + - uid: 3445 components: - type: Transform - pos: -369.5,104.5 + pos: -185.5,26.5 parent: 1 - - uid: 47278 + - uid: 3446 components: - type: Transform - pos: -373.5,101.5 + pos: -186.5,26.5 parent: 1 - - uid: 47285 + - uid: 3447 components: - type: Transform - pos: -372.5,101.5 + pos: -187.5,26.5 parent: 1 - - uid: 47291 + - uid: 3448 components: - type: Transform - pos: -371.5,101.5 + pos: -188.5,26.5 parent: 1 - - uid: 47292 + - uid: 3449 components: - type: Transform - pos: -370.5,101.5 + pos: -189.5,26.5 parent: 1 - - uid: 47293 + - uid: 3450 components: - type: Transform - pos: -370.5,102.5 + pos: -190.5,26.5 parent: 1 - - uid: 47294 + - uid: 3451 components: - type: Transform - pos: -370.5,101.5 + pos: -191.5,26.5 parent: 1 - - uid: 47295 + - uid: 3452 components: - type: Transform - pos: -375.5,101.5 + pos: -192.5,26.5 parent: 1 - - uid: 47296 + - uid: 3453 components: - type: Transform - pos: -376.5,101.5 + pos: -193.5,26.5 parent: 1 - - uid: 47297 + - uid: 3454 components: - type: Transform - pos: -377.5,101.5 + pos: -194.5,26.5 parent: 1 - - uid: 47375 + - uid: 3455 components: - type: Transform - pos: -363.5,107.5 + pos: -195.5,26.5 parent: 1 - - uid: 47376 + - uid: 3456 components: - type: Transform - pos: -364.5,107.5 + pos: -196.5,26.5 parent: 1 - - uid: 47400 + - uid: 3457 components: - type: Transform - pos: -363.5,95.5 + pos: -193.5,27.5 parent: 1 - - uid: 47401 + - uid: 3458 components: - type: Transform - pos: -363.5,96.5 + pos: -193.5,28.5 parent: 1 - - uid: 47402 + - uid: 3459 components: - type: Transform - pos: -369.5,106.5 + pos: -193.5,29.5 parent: 1 - - uid: 47403 + - uid: 3460 components: - type: Transform - pos: -369.5,107.5 + pos: -194.5,29.5 parent: 1 - - uid: 47404 + - uid: 3461 components: - type: Transform - pos: -368.5,107.5 + pos: -195.5,29.5 parent: 1 - - uid: 47405 + - uid: 3462 components: - type: Transform - pos: -367.5,107.5 + pos: -192.5,29.5 parent: 1 - - uid: 47406 + - uid: 3463 components: - type: Transform - pos: -366.5,107.5 + pos: -191.5,29.5 parent: 1 - - uid: 47407 + - uid: 3464 components: - type: Transform - pos: -365.5,107.5 + pos: -179.5,41.5 parent: 1 - - uid: 47410 + - uid: 3465 components: - type: Transform - pos: -369.5,104.5 + pos: -178.5,42.5 parent: 1 - - uid: 47411 + - uid: 3466 components: - type: Transform - pos: -369.5,105.5 + pos: -178.5,41.5 parent: 1 - - uid: 47412 + - uid: 3467 components: - type: Transform - pos: -369.5,104.5 + pos: -177.5,41.5 parent: 1 - - uid: 47413 + - uid: 3468 components: - type: Transform - pos: -370.5,104.5 + pos: -176.5,41.5 parent: 1 - - uid: 47414 + - uid: 3469 components: - type: Transform - pos: -370.5,103.5 + pos: -175.5,41.5 parent: 1 - - uid: 47415 + - uid: 3470 components: - type: Transform - pos: -370.5,102.5 + pos: -174.5,41.5 parent: 1 - - uid: 47416 + - uid: 3471 components: - type: Transform - pos: -370.5,101.5 + pos: -173.5,41.5 parent: 1 - - uid: 47417 + - uid: 3472 components: - type: Transform - pos: -370.5,100.5 + pos: -181.5,49.5 parent: 1 - - uid: 47418 + - uid: 3473 components: - type: Transform - pos: -370.5,99.5 + pos: -182.5,50.5 parent: 1 - - uid: 47419 + - uid: 3474 components: - type: Transform - pos: -370.5,98.5 + pos: -181.5,48.5 parent: 1 - - uid: 47420 + - uid: 3475 components: - type: Transform - pos: -370.5,97.5 + pos: -180.5,41.5 parent: 1 - - uid: 47421 + - uid: 3476 components: - type: Transform - pos: -370.5,96.5 + pos: -181.5,41.5 parent: 1 - - uid: 47422 + - uid: 3477 components: - type: Transform - pos: -370.5,95.5 + pos: -182.5,41.5 parent: 1 - - uid: 47423 + - uid: 3478 components: - type: Transform - pos: -370.5,94.5 + pos: -183.5,41.5 parent: 1 - - uid: 47424 + - uid: 3479 components: - type: Transform - pos: -369.5,94.5 + pos: -184.5,41.5 parent: 1 - - uid: 47425 + - uid: 3480 components: - type: Transform - pos: -368.5,94.5 + pos: -185.5,41.5 parent: 1 - - uid: 47426 + - uid: 3481 components: - type: Transform - pos: -367.5,94.5 + pos: -186.5,41.5 parent: 1 - - uid: 47427 + - uid: 3482 components: - type: Transform - pos: -366.5,94.5 + pos: -187.5,41.5 parent: 1 - - uid: 47428 + - uid: 3483 components: - type: Transform - pos: -365.5,94.5 + pos: -188.5,41.5 parent: 1 - - uid: 47429 + - uid: 3484 components: - type: Transform - pos: -364.5,94.5 + pos: -189.5,41.5 parent: 1 - - uid: 47430 + - uid: 3485 components: - type: Transform - pos: -363.5,94.5 + pos: -181.5,51.5 parent: 1 - - uid: 47435 + - uid: 3486 components: - type: Transform - pos: -363.5,97.5 + pos: -176.5,50.5 parent: 1 - - uid: 47436 + - uid: 3487 components: - type: Transform - pos: -363.5,98.5 + pos: -151.5,58.5 parent: 1 - - uid: 47437 + - uid: 3488 components: - type: Transform - pos: -363.5,99.5 + pos: -189.5,45.5 parent: 1 - - uid: 47438 + - uid: 3489 components: - type: Transform - pos: -363.5,100.5 + pos: -189.5,46.5 parent: 1 - - uid: 47439 + - uid: 3490 components: - type: Transform - pos: -363.5,101.5 + pos: -189.5,47.5 parent: 1 - - uid: 47440 + - uid: 3491 components: - type: Transform - pos: -363.5,102.5 + pos: -189.5,48.5 parent: 1 - - uid: 47441 + - uid: 3492 components: - type: Transform - pos: -363.5,103.5 + pos: -189.5,49.5 parent: 1 - - uid: 47442 + - uid: 3493 components: - type: Transform - pos: -363.5,104.5 + pos: -189.5,50.5 parent: 1 - - uid: 47443 + - uid: 3494 components: - type: Transform - pos: -363.5,105.5 + pos: -189.5,51.5 parent: 1 - - uid: 47444 + - uid: 3495 components: - type: Transform - pos: -363.5,106.5 + pos: -189.5,52.5 parent: 1 - - uid: 47445 + - uid: 3496 components: - type: Transform - pos: -363.5,107.5 + pos: -188.5,52.5 parent: 1 - - uid: 47446 + - uid: 3497 components: - type: Transform - pos: -364.5,107.5 + pos: -188.5,53.5 parent: 1 - - uid: 47447 + - uid: 3498 components: - type: Transform - pos: -365.5,107.5 + pos: -188.5,54.5 parent: 1 - - uid: 47448 + - uid: 3499 components: - type: Transform - pos: -366.5,107.5 + pos: -188.5,55.5 parent: 1 - - uid: 47449 + - uid: 3500 components: - type: Transform - pos: -367.5,107.5 + pos: -188.5,56.5 parent: 1 - - uid: 47450 + - uid: 3501 components: - type: Transform - pos: -368.5,107.5 + pos: -187.5,56.5 parent: 1 - - uid: 47451 + - uid: 3502 components: - type: Transform - pos: -369.5,107.5 + pos: -186.5,56.5 parent: 1 - - uid: 47492 + - uid: 3503 components: - type: Transform - pos: -369.5,104.5 + pos: -185.5,56.5 parent: 1 - - uid: 47493 + - uid: 3504 components: - type: Transform - pos: -368.5,104.5 + pos: -184.5,56.5 parent: 1 - - uid: 47494 + - uid: 3505 components: - type: Transform - pos: -367.5,104.5 + pos: -179.5,50.5 parent: 1 - - uid: 47495 + - uid: 3506 components: - type: Transform - pos: -366.5,104.5 + pos: -180.5,50.5 parent: 1 - - uid: 47496 + - uid: 3507 components: - type: Transform - pos: -365.5,104.5 + pos: -181.5,50.5 parent: 1 - - uid: 47497 + - uid: 3508 components: - type: Transform - pos: -364.5,104.5 + pos: -186.5,42.5 parent: 1 - - uid: 47498 + - uid: 3509 components: - type: Transform - pos: -363.5,104.5 + pos: -183.5,43.5 parent: 1 - - uid: 47529 + - uid: 3510 components: - type: Transform - pos: -389.5,89.5 + pos: -183.5,42.5 parent: 1 - - uid: 47626 + - uid: 3511 components: - type: Transform - pos: -392.5,101.5 + pos: -180.5,43.5 parent: 1 - - uid: 47627 + - uid: 3512 components: - type: Transform - pos: -392.5,105.5 + pos: -180.5,42.5 parent: 1 - - uid: 47628 + - uid: 3513 components: - type: Transform - pos: -388.5,89.5 + pos: -156.5,59.5 parent: 1 - - uid: 47629 + - uid: 3514 components: - type: Transform - pos: -390.5,89.5 + pos: -181.5,52.5 parent: 1 - - uid: 47634 + - uid: 3515 components: - type: Transform - pos: -391.5,109.5 + pos: -181.5,53.5 parent: 1 - - uid: 47638 + - uid: 3516 components: - type: Transform - pos: -392.5,109.5 + pos: -181.5,54.5 parent: 1 - - uid: 47640 + - uid: 3517 components: - type: Transform - pos: -392.5,102.5 + pos: -181.5,55.5 parent: 1 - - uid: 47641 + - uid: 3518 components: - type: Transform - pos: -392.5,106.5 + pos: -181.5,56.5 parent: 1 - - uid: 47643 + - uid: 3519 components: - type: Transform - pos: -392.5,100.5 + pos: -181.5,57.5 parent: 1 - - uid: 47644 + - uid: 3520 components: - type: Transform - pos: -392.5,99.5 + pos: -157.5,72.5 parent: 1 - - uid: 47645 + - uid: 3521 components: - type: Transform - pos: -392.5,103.5 + pos: -156.5,66.5 parent: 1 - - uid: 47646 + - uid: 3522 components: - type: Transform - pos: -389.5,109.5 + pos: -174.5,50.5 parent: 1 - - uid: 47647 + - uid: 3523 components: - type: Transform - pos: -392.5,107.5 + pos: -174.5,51.5 parent: 1 - - uid: 47648 + - uid: 3524 components: - type: Transform - pos: -392.5,108.5 + pos: -174.5,52.5 parent: 1 - - uid: 47649 + - uid: 3525 components: - type: Transform - pos: -390.5,109.5 + pos: -174.5,53.5 parent: 1 - - uid: 47651 + - uid: 3526 components: - type: Transform - pos: -392.5,104.5 + pos: -174.5,54.5 parent: 1 - - uid: 47653 + - uid: 3527 components: - type: Transform - pos: -392.5,98.5 + pos: -174.5,55.5 parent: 1 - - uid: 47655 + - uid: 3528 components: - type: Transform - pos: -390.5,98.5 + pos: -174.5,56.5 parent: 1 - - uid: 47656 + - uid: 3529 components: - type: Transform - pos: -389.5,98.5 + pos: -174.5,57.5 parent: 1 - - uid: 47657 + - uid: 3530 components: - type: Transform - pos: -388.5,98.5 + pos: -174.5,58.5 parent: 1 - - uid: 47658 + - uid: 3531 components: - type: Transform - pos: -387.5,98.5 + pos: -175.5,57.5 parent: 1 - - uid: 47659 + - uid: 3532 components: - type: Transform - pos: -386.5,98.5 + pos: -176.5,57.5 parent: 1 - - uid: 47660 + - uid: 3533 components: - type: Transform - pos: -385.5,98.5 + pos: -177.5,57.5 parent: 1 - - uid: 47661 + - uid: 3534 components: - type: Transform - pos: -384.5,98.5 + pos: -175.5,53.5 parent: 1 - - uid: 47662 + - uid: 3535 components: - type: Transform - pos: -384.5,99.5 + pos: -176.5,53.5 parent: 1 - - uid: 47663 + - uid: 3536 components: - type: Transform - pos: -384.5,100.5 + pos: -177.5,53.5 parent: 1 - - uid: 47664 + - uid: 3537 components: - type: Transform - pos: -384.5,101.5 + pos: -174.5,49.5 parent: 1 - - uid: 47665 + - uid: 3538 components: - type: Transform - pos: -384.5,102.5 + pos: -174.5,48.5 parent: 1 - - uid: 47666 + - uid: 3539 components: - type: Transform - pos: -384.5,103.5 + pos: -174.5,47.5 parent: 1 - - uid: 47667 + - uid: 3540 components: - type: Transform - pos: -384.5,104.5 + pos: -175.5,47.5 parent: 1 - - uid: 47668 + - uid: 3541 components: - type: Transform - pos: -384.5,105.5 + pos: -176.5,47.5 parent: 1 - - uid: 47669 + - uid: 3542 components: - type: Transform - pos: -384.5,106.5 + pos: -173.5,48.5 parent: 1 - - uid: 47670 + - uid: 3543 components: - type: Transform - pos: -384.5,107.5 + pos: -172.5,48.5 parent: 1 - - uid: 47671 + - uid: 3544 components: - type: Transform - pos: -384.5,108.5 + pos: -171.5,48.5 parent: 1 - - uid: 47672 + - uid: 3545 components: - type: Transform - pos: -384.5,109.5 + pos: -164.5,55.5 parent: 1 - - uid: 47673 + - uid: 3546 components: - type: Transform - pos: -385.5,109.5 + pos: -158.5,59.5 parent: 1 - - uid: 47674 + - uid: 3547 components: - type: Transform - pos: -386.5,109.5 + pos: -152.5,58.5 parent: 1 - - uid: 47675 + - uid: 3548 components: - type: Transform - pos: -387.5,109.5 + pos: -170.5,48.5 parent: 1 - - uid: 47676 + - uid: 3549 components: - type: Transform - pos: -388.5,109.5 + pos: -169.5,48.5 parent: 1 - - uid: 47677 + - uid: 3550 components: - type: Transform - pos: -389.5,109.5 + pos: -168.5,48.5 parent: 1 - - uid: 47678 + - uid: 3551 components: - type: Transform - pos: -392.5,95.5 + pos: -157.5,67.5 parent: 1 - - uid: 47679 + - uid: 3552 components: - type: Transform - pos: -392.5,94.5 + pos: -153.5,58.5 parent: 1 - - uid: 47680 + - uid: 3553 components: - type: Transform - pos: -392.5,93.5 + pos: -157.5,58.5 parent: 1 - - uid: 47681 + - uid: 3554 components: - type: Transform - pos: -392.5,92.5 + pos: -158.5,58.5 parent: 1 - - uid: 47682 + - uid: 3555 components: - type: Transform - pos: -384.5,101.5 + pos: -159.5,58.5 parent: 1 - - uid: 47686 + - uid: 3556 components: - type: Transform - pos: -380.5,101.5 + pos: -160.5,58.5 parent: 1 - - uid: 47687 + - uid: 3557 components: - type: Transform - pos: -379.5,101.5 + pos: -161.5,58.5 parent: 1 - - uid: 47688 + - uid: 3558 components: - type: Transform - pos: -378.5,101.5 + pos: -162.5,58.5 parent: 1 - - uid: 47689 + - uid: 3559 components: - type: Transform - pos: -377.5,101.5 + pos: -164.5,58.5 parent: 1 - - uid: 47690 + - uid: 3560 components: - type: Transform - pos: -376.5,101.5 + pos: -164.5,60.5 parent: 1 - - uid: 47691 + - uid: 3561 components: - type: Transform - pos: -375.5,101.5 + pos: -164.5,59.5 parent: 1 - - uid: 47692 + - uid: 3562 components: - type: Transform - pos: -374.5,101.5 + pos: -154.5,58.5 parent: 1 - - uid: 47693 + - uid: 3563 components: - type: Transform - pos: -392.5,98.5 + pos: -155.5,58.5 parent: 1 - - uid: 47696 + - uid: 3564 components: - type: Transform - pos: -386.5,89.5 + pos: -142.5,58.5 parent: 1 - - uid: 47697 + - uid: 3565 components: - type: Transform - pos: -387.5,89.5 + pos: -164.5,61.5 parent: 1 - - uid: 47698 + - uid: 3566 components: - type: Transform - pos: -392.5,91.5 + pos: -164.5,62.5 parent: 1 - - uid: 47699 + - uid: 3567 components: - type: Transform - pos: -392.5,90.5 + pos: -164.5,63.5 parent: 1 - - uid: 47700 + - uid: 3568 components: - type: Transform - pos: -392.5,89.5 + pos: -164.5,64.5 parent: 1 - - uid: 47701 + - uid: 3569 components: - type: Transform - pos: -391.5,89.5 + pos: -158.5,60.5 parent: 1 - - uid: 47702 + - uid: 3570 components: - type: Transform - pos: -385.5,89.5 + pos: -158.5,57.5 parent: 1 - - uid: 47703 + - uid: 3571 components: - type: Transform - pos: -384.5,89.5 + pos: -158.5,56.5 parent: 1 - - uid: 47704 + - uid: 3572 components: - type: Transform - pos: -384.5,90.5 + pos: -150.5,58.5 parent: 1 - - uid: 47705 + - uid: 3573 components: - type: Transform - pos: -384.5,91.5 + pos: -149.5,58.5 parent: 1 - - uid: 47706 + - uid: 3574 components: - type: Transform - pos: -384.5,92.5 + pos: -148.5,58.5 parent: 1 - - uid: 47707 + - uid: 3575 components: - type: Transform - pos: -384.5,93.5 + pos: -147.5,58.5 parent: 1 - - uid: 47708 + - uid: 3576 components: - type: Transform - pos: -384.5,94.5 + pos: -146.5,58.5 parent: 1 - - uid: 47709 + - uid: 3577 components: - type: Transform - pos: -384.5,95.5 + pos: -145.5,58.5 parent: 1 - - uid: 47710 + - uid: 3578 components: - type: Transform - pos: -385.5,95.5 + pos: -144.5,58.5 parent: 1 - - uid: 47711 + - uid: 3579 components: - type: Transform - pos: -386.5,95.5 + pos: -151.5,59.5 parent: 1 - - uid: 47712 + - uid: 3580 components: - type: Transform - pos: -387.5,95.5 + pos: -151.5,60.5 parent: 1 - - uid: 47713 + - uid: 3581 components: - type: Transform - pos: -388.5,95.5 + pos: -151.5,61.5 parent: 1 - - uid: 47714 + - uid: 3582 components: - type: Transform - pos: -389.5,95.5 + pos: -151.5,62.5 parent: 1 - - uid: 47715 + - uid: 3583 components: - type: Transform - pos: -390.5,95.5 + pos: -151.5,57.5 parent: 1 - - uid: 48607 + - uid: 3584 components: - type: Transform - pos: -124.5,62.5 + pos: -151.5,56.5 parent: 1 - - uid: 48748 + - uid: 3585 components: - type: Transform - pos: 116.5,13.5 + pos: -151.5,55.5 parent: 1 - - uid: 49653 + - uid: 3586 components: - type: Transform - pos: -178.5,-126.5 + pos: -151.5,54.5 parent: 1 - - uid: 49656 + - uid: 3587 components: - type: Transform - pos: -178.5,-127.5 + pos: -151.5,53.5 parent: 1 - - uid: 49666 + - uid: 3588 components: - type: Transform - pos: 192.5,209.5 + pos: -146.5,59.5 parent: 1 - - uid: 50103 + - uid: 3589 components: - type: Transform - pos: 88.5,96.5 + pos: -146.5,60.5 parent: 1 - - uid: 50216 + - uid: 3590 components: - type: Transform - pos: -160.5,-105.5 + pos: -146.5,61.5 parent: 1 - - uid: 50332 + - uid: 3591 components: - type: Transform - pos: -170.5,-99.5 + pos: -146.5,62.5 parent: 1 - - uid: 55217 + - uid: 3592 components: - type: Transform - pos: 84.5,98.5 + pos: -146.5,63.5 parent: 1 - - uid: 55219 + - uid: 3593 components: - type: Transform - pos: -176.5,-98.5 + pos: -146.5,57.5 parent: 1 - - uid: 55223 + - uid: 3594 components: - type: Transform - pos: 83.5,97.5 + pos: -146.5,56.5 parent: 1 - - uid: 55236 + - uid: 3595 components: - type: Transform - pos: -159.5,-110.5 + pos: -146.5,55.5 parent: 1 - - uid: 55253 + - uid: 3596 components: - type: Transform - pos: 91.5,100.5 + pos: -146.5,54.5 parent: 1 - - uid: 55272 + - uid: 3597 components: - type: Transform - pos: -176.5,-94.5 + pos: -146.5,53.5 parent: 1 - - uid: 55273 + - uid: 3598 components: - type: Transform - pos: -165.5,-115.5 + pos: -143.5,58.5 parent: 1 - - uid: 55286 + - uid: 3599 components: - type: Transform - pos: -169.5,-107.5 + pos: -141.5,58.5 parent: 1 - - uid: 55287 + - uid: 3600 components: - type: Transform - pos: -168.5,-95.5 + pos: -140.5,58.5 parent: 1 - - uid: 55289 + - uid: 3601 components: - type: Transform - pos: -168.5,-107.5 + pos: -139.5,58.5 parent: 1 - - uid: 55290 + - uid: 3602 components: - type: Transform - pos: -170.5,-96.5 + pos: -138.5,58.5 parent: 1 - - uid: 55291 + - uid: 3603 components: - type: Transform - pos: -166.5,-115.5 + pos: -137.5,58.5 parent: 1 - - uid: 55293 + - uid: 3604 components: - type: Transform - pos: -164.5,-101.5 + pos: -136.5,58.5 parent: 1 - - uid: 55294 + - uid: 3605 components: - type: Transform - pos: -170.5,-95.5 + pos: -135.5,58.5 parent: 1 - - uid: 55295 + - uid: 3606 components: - type: Transform - pos: -178.5,-136.5 + pos: -134.5,58.5 parent: 1 - - uid: 55301 + - uid: 3607 components: - type: Transform - pos: -169.5,-95.5 + pos: -133.5,58.5 parent: 1 - - uid: 55306 + - uid: 3608 components: - type: Transform - pos: -167.5,-95.5 + pos: -132.5,58.5 parent: 1 - - uid: 55307 + - uid: 3609 components: - type: Transform - pos: -168.5,-98.5 + pos: -135.5,59.5 parent: 1 - - uid: 55308 + - uid: 3610 components: - type: Transform - pos: -176.5,-97.5 + pos: -135.5,60.5 parent: 1 - - uid: 55320 + - uid: 3611 components: - type: Transform - pos: -160.5,-111.5 + pos: -135.5,61.5 parent: 1 - - uid: 55331 + - uid: 3612 components: - type: Transform - pos: -194.5,-97.5 + pos: -135.5,62.5 parent: 1 - - uid: 55380 + - uid: 3613 components: - type: Transform - pos: -194.5,-104.5 + pos: -135.5,57.5 parent: 1 - - uid: 55385 + - uid: 3614 components: - type: Transform - pos: -195.5,-104.5 + pos: -135.5,56.5 parent: 1 - - uid: 55390 + - uid: 3615 components: - type: Transform - pos: -193.5,-107.5 + pos: -135.5,55.5 parent: 1 - - uid: 55423 + - uid: 3616 components: - type: Transform - pos: -180.5,-108.5 + pos: -135.5,54.5 parent: 1 - - uid: 55429 + - uid: 3617 components: - type: Transform - pos: -169.5,-98.5 + pos: -164.5,69.5 parent: 1 - - uid: 55431 + - uid: 3618 components: - type: Transform - pos: -157.5,-110.5 + pos: -164.5,68.5 parent: 1 - - uid: 55432 + - uid: 3619 components: - type: Transform - pos: -160.5,-112.5 + pos: -164.5,67.5 parent: 1 - - uid: 55436 + - uid: 3620 components: - type: Transform - pos: -174.5,-98.5 + pos: -141.5,56.5 parent: 1 - - uid: 55441 + - uid: 3621 components: - type: Transform - pos: -164.5,-112.5 + pos: -169.5,61.5 parent: 1 - - uid: 55442 + - uid: 3622 components: - type: Transform - pos: -171.5,-98.5 + pos: -171.5,61.5 parent: 1 - - uid: 55446 + - uid: 3623 components: - type: Transform - pos: -159.5,-105.5 + pos: -169.5,55.5 parent: 1 - - uid: 55451 + - uid: 3624 components: - type: Transform - pos: -177.5,-135.5 + pos: -169.5,52.5 parent: 1 - - uid: 55452 + - uid: 3625 components: - type: Transform - pos: -176.5,-135.5 + pos: -169.5,53.5 parent: 1 - - uid: 55462 + - uid: 3626 components: - type: Transform - pos: -192.5,-99.5 + pos: -172.5,61.5 parent: 1 - - uid: 55473 + - uid: 3627 components: - type: Transform - pos: -195.5,-120.5 + pos: -175.5,61.5 parent: 1 - - uid: 55474 + - uid: 3628 components: - type: Transform - pos: -189.5,-99.5 + pos: -180.5,62.5 parent: 1 - - uid: 55492 + - uid: 3629 components: - type: Transform - pos: -179.5,-138.5 + pos: -177.5,61.5 parent: 1 - - uid: 55493 + - uid: 3630 components: - type: Transform - pos: -166.5,-112.5 + pos: -170.5,61.5 parent: 1 - - uid: 55494 + - uid: 3631 components: - type: Transform - pos: -167.5,-112.5 + pos: -169.5,51.5 parent: 1 - - uid: 55495 + - uid: 3632 components: - type: Transform - pos: -165.5,-112.5 + pos: -174.5,61.5 parent: 1 - - uid: 55503 + - uid: 3633 components: - type: Transform - pos: -37.5,65.5 + pos: -169.5,54.5 parent: 1 - - uid: 55506 + - uid: 3634 components: - type: Transform - pos: -42.5,60.5 + pos: -168.5,61.5 parent: 1 - - uid: 55512 + - uid: 3635 components: - type: Transform - pos: -42.5,62.5 + pos: -173.5,62.5 parent: 1 - - uid: 55513 + - uid: 3636 components: - type: Transform - pos: -42.5,63.5 + pos: -173.5,63.5 parent: 1 - - uid: 55514 + - uid: 3637 components: - type: Transform - pos: -42.5,59.5 + pos: -173.5,64.5 parent: 1 - - uid: 55521 + - uid: 3638 components: - type: Transform - pos: -40.5,65.5 + pos: -169.5,62.5 parent: 1 - - uid: 55522 + - uid: 3639 components: - type: Transform - pos: -36.5,65.5 + pos: -169.5,63.5 parent: 1 - - uid: 55524 + - uid: 3640 components: - type: Transform - pos: -42.5,58.5 + pos: -169.5,64.5 parent: 1 - - uid: 55526 + - uid: 3641 components: - type: Transform - pos: -42.5,61.5 + pos: -169.5,65.5 parent: 1 - - uid: 55528 + - uid: 3642 components: - type: Transform - pos: -41.5,65.5 + pos: -181.5,62.5 parent: 1 - - uid: 55534 + - uid: 3643 components: - type: Transform - pos: -38.5,65.5 + pos: -182.5,62.5 parent: 1 - - uid: 55535 + - uid: 3644 components: - type: Transform - pos: -39.5,65.5 + pos: -183.5,62.5 parent: 1 - - uid: 55541 + - uid: 3645 components: - type: Transform - pos: -42.5,64.5 + pos: -184.5,62.5 parent: 1 - - uid: 55542 + - uid: 3646 components: - type: Transform - pos: -42.5,65.5 + pos: -107.5,-164.5 parent: 1 - - uid: 55544 + - uid: 3647 components: - type: Transform - pos: -35.5,65.5 + pos: -108.5,-164.5 parent: 1 - - uid: 55545 + - uid: 3648 components: - type: Transform - pos: -34.5,65.5 + pos: -108.5,-163.5 parent: 1 - - uid: 55546 + - uid: 3649 components: - type: Transform - pos: -33.5,65.5 + pos: -108.5,-162.5 parent: 1 - - uid: 55547 + - uid: 3650 components: - type: Transform - pos: -32.5,65.5 + pos: -108.5,-161.5 parent: 1 - - uid: 55548 + - uid: 3651 components: - type: Transform - pos: -31.5,65.5 + pos: -107.5,-161.5 parent: 1 - - uid: 55549 + - uid: 3652 components: - type: Transform - pos: -30.5,65.5 + pos: -107.5,-160.5 parent: 1 - - uid: 55550 + - uid: 3653 components: - type: Transform - pos: -29.5,65.5 + pos: -106.5,-160.5 parent: 1 - - uid: 55551 + - uid: 3654 components: - type: Transform - pos: -28.5,65.5 + pos: -105.5,-160.5 parent: 1 - - uid: 55552 + - uid: 3655 components: - type: Transform - pos: -27.5,65.5 + pos: -104.5,-161.5 parent: 1 - - uid: 55553 + - uid: 3656 components: - type: Transform - pos: -26.5,65.5 + pos: -104.5,-160.5 parent: 1 - - uid: 55554 + - uid: 3657 components: - type: Transform - pos: -26.5,65.5 + pos: -104.5,-159.5 parent: 1 - - uid: 55555 + - uid: 3658 components: - type: Transform - pos: -26.5,64.5 + pos: -104.5,-158.5 parent: 1 - - uid: 55556 + - uid: 3659 components: - type: Transform - pos: -26.5,63.5 + pos: -104.5,-157.5 parent: 1 - - uid: 55557 + - uid: 3660 components: - type: Transform - pos: -26.5,62.5 + pos: -104.5,-156.5 parent: 1 - - uid: 55558 + - uid: 3661 components: - type: Transform - pos: -26.5,61.5 + pos: -105.5,-156.5 parent: 1 - - uid: 55559 + - uid: 3662 components: - type: Transform - pos: -26.5,60.5 + pos: -105.5,-155.5 parent: 1 - - uid: 55560 + - uid: 3663 components: - type: Transform - pos: -26.5,59.5 + pos: -105.5,-154.5 parent: 1 - - uid: 55561 + - uid: 3664 components: - type: Transform - pos: -26.5,58.5 + pos: -105.5,-153.5 parent: 1 - - uid: 55562 + - uid: 3665 components: - type: Transform - pos: -26.5,57.5 + pos: -105.5,-152.5 parent: 1 - - uid: 55563 + - uid: 3666 components: - type: Transform - pos: -26.5,56.5 + pos: -99.5,-154.5 parent: 1 - - uid: 55567 + - uid: 3667 components: - type: Transform - pos: -23.5,56.5 + pos: -103.5,-156.5 parent: 1 - - uid: 55568 + - uid: 3668 components: - type: Transform - pos: -23.5,57.5 + pos: -99.5,-155.5 parent: 1 - - uid: 55569 + - uid: 3669 components: - type: Transform - pos: -23.5,58.5 + pos: -102.5,-156.5 parent: 1 - - uid: 55570 + - uid: 3670 components: - type: Transform - pos: -23.5,59.5 + pos: -106.5,-152.5 parent: 1 - - uid: 55571 + - uid: 3671 components: - type: Transform - pos: -23.5,60.5 + pos: -101.5,-156.5 parent: 1 - - uid: 55572 + - uid: 3672 components: - type: Transform - pos: -23.5,61.5 + pos: -98.5,-157.5 parent: 1 - - uid: 55573 + - uid: 3673 components: - type: Transform - pos: -23.5,62.5 + pos: -100.5,-156.5 parent: 1 - - uid: 55574 + - uid: 3674 components: - type: Transform - pos: -42.5,67.5 + pos: -99.5,-157.5 parent: 1 - - uid: 55575 + - uid: 3675 components: - type: Transform - pos: -42.5,63.5 + pos: -99.5,-156.5 parent: 1 - - uid: 55576 + - uid: 3676 components: - type: Transform - pos: -42.5,64.5 + pos: -99.5,-153.5 parent: 1 - - uid: 55577 + - uid: 3677 components: - type: Transform - pos: -42.5,65.5 + pos: -99.5,-152.5 parent: 1 - - uid: 55578 + - uid: 3678 components: - type: Transform - pos: -42.5,66.5 + pos: -100.5,-153.5 parent: 1 - - uid: 55579 + - uid: 3679 components: - type: Transform - pos: -42.5,62.5 + pos: -101.5,-153.5 parent: 1 - - uid: 55580 + - uid: 3680 components: - type: Transform - pos: -33.5,68.5 + pos: -102.5,-153.5 parent: 1 - - uid: 55581 + - uid: 3681 components: - type: Transform - pos: -24.5,62.5 + pos: -103.5,-153.5 parent: 1 - - uid: 55582 + - uid: 3682 components: - type: Transform - pos: -24.5,63.5 + pos: -107.5,-152.5 parent: 1 - - uid: 55583 + - uid: 3683 components: - type: Transform - pos: -24.5,64.5 + pos: -108.5,-152.5 parent: 1 - - uid: 55584 + - uid: 3684 components: - type: Transform - pos: -24.5,65.5 + pos: -108.5,-153.5 parent: 1 - - uid: 55585 + - uid: 3685 components: - type: Transform - pos: -24.5,66.5 + pos: -108.5,-154.5 parent: 1 - - uid: 55586 + - uid: 3686 components: - type: Transform - pos: -24.5,67.5 + pos: -108.5,-155.5 parent: 1 - - uid: 55587 + - uid: 3687 components: - type: Transform - pos: -24.5,68.5 + pos: -108.5,-156.5 parent: 1 - - uid: 55588 + - uid: 3688 components: - type: Transform - pos: -25.5,68.5 + pos: -108.5,-157.5 parent: 1 - - uid: 55589 + - uid: 3689 components: - type: Transform - pos: -26.5,68.5 + pos: -97.5,-165.5 parent: 1 - - uid: 55590 + - uid: 3690 components: - type: Transform - pos: -27.5,68.5 + pos: -96.5,-165.5 parent: 1 - - uid: 55591 + - uid: 3691 components: - type: Transform - pos: -28.5,68.5 + pos: -98.5,-165.5 parent: 1 - - uid: 55592 + - uid: 3692 components: - type: Transform - pos: -28.5,67.5 + pos: -99.5,-165.5 parent: 1 - - uid: 55593 + - uid: 3693 components: - type: Transform - pos: -29.5,67.5 + pos: -99.5,-166.5 parent: 1 - - uid: 55594 + - uid: 3694 components: - type: Transform - pos: -30.5,67.5 + pos: -99.5,-167.5 parent: 1 - - uid: 55595 + - uid: 3695 components: - type: Transform - pos: -31.5,67.5 + pos: -98.5,-167.5 parent: 1 - - uid: 55596 + - uid: 3696 components: - type: Transform - pos: -31.5,68.5 + pos: -99.5,-164.5 parent: 1 - - uid: 55597 + - uid: 3697 components: - type: Transform - pos: -32.5,68.5 + pos: -99.5,-163.5 parent: 1 - - uid: 55598 + - uid: 3698 components: - type: Transform - pos: -41.5,55.5 + pos: -99.5,-162.5 parent: 1 - - uid: 55599 + - uid: 3699 components: - type: Transform - pos: -42.5,55.5 + pos: -106.5,-171.5 parent: 1 - - uid: 55600 + - uid: 3700 components: - type: Transform - pos: -40.5,55.5 + pos: -100.5,-162.5 parent: 1 - - uid: 55601 + - uid: 3701 components: - type: Transform - pos: -39.5,55.5 + pos: -86.5,-173.5 parent: 1 - - uid: 55602 + - uid: 3702 components: - type: Transform - pos: -34.5,68.5 + pos: -91.5,-168.5 parent: 1 - - uid: 55603 + - uid: 3703 components: - type: Transform - pos: -35.5,68.5 + pos: -104.5,-168.5 parent: 1 - - uid: 55604 + - uid: 3704 components: - type: Transform - pos: -36.5,68.5 + pos: -91.5,-169.5 parent: 1 - - uid: 55605 + - uid: 3705 components: - type: Transform - pos: -37.5,68.5 + pos: -107.5,-171.5 parent: 1 - - uid: 55606 + - uid: 3706 components: - type: Transform - pos: -38.5,68.5 + pos: -95.5,-165.5 parent: 1 - - uid: 55607 + - uid: 3707 components: - type: Transform - pos: -39.5,68.5 + pos: -94.5,-165.5 parent: 1 - - uid: 55608 + - uid: 3708 components: - type: Transform - pos: -40.5,68.5 + pos: -93.5,-165.5 parent: 1 - - uid: 55609 + - uid: 3709 components: - type: Transform - pos: -41.5,68.5 + pos: -112.5,-168.5 parent: 1 - - uid: 55610 + - uid: 3710 components: - type: Transform - pos: -42.5,68.5 + pos: -112.5,-169.5 parent: 1 - - uid: 55611 + - uid: 3711 components: - type: Transform - pos: -41.5,62.5 + pos: -90.5,-170.5 parent: 1 - - uid: 55612 + - uid: 3712 components: - type: Transform - pos: -40.5,62.5 + pos: -105.5,-171.5 parent: 1 - - uid: 55613 + - uid: 3713 components: - type: Transform - pos: -39.5,62.5 + pos: -88.5,-170.5 parent: 1 - - uid: 55614 + - uid: 3714 components: - type: Transform - pos: -38.5,62.5 + pos: -93.5,-166.5 parent: 1 - - uid: 55615 + - uid: 3715 components: - type: Transform - pos: -38.5,61.5 + pos: -92.5,-166.5 parent: 1 - - uid: 55616 + - uid: 3716 components: - type: Transform - pos: -38.5,60.5 + pos: -91.5,-166.5 parent: 1 - - uid: 55617 + - uid: 3717 components: - type: Transform - pos: -38.5,59.5 + pos: -90.5,-166.5 parent: 1 - - uid: 55618 + - uid: 3718 components: - type: Transform - pos: -38.5,58.5 + pos: -89.5,-166.5 parent: 1 - - uid: 55619 + - uid: 3719 components: - type: Transform - pos: -38.5,57.5 + pos: -88.5,-166.5 parent: 1 - - uid: 55620 + - uid: 3720 components: - type: Transform - pos: -38.5,56.5 + pos: -87.5,-166.5 parent: 1 - - uid: 55621 + - uid: 3721 components: - type: Transform - pos: -38.5,55.5 + pos: -86.5,-166.5 parent: 1 - - uid: 55622 + - uid: 3722 components: - type: Transform - pos: -37.5,55.5 + pos: -85.5,-166.5 parent: 1 - - uid: 55623 + - uid: 3723 components: - type: Transform - pos: -38.5,55.5 + pos: -87.5,-167.5 parent: 1 - - uid: 55624 + - uid: 3724 components: - type: Transform - pos: -36.5,55.5 + pos: -87.5,-168.5 parent: 1 - - uid: 55625 + - uid: 3725 components: - type: Transform - pos: -35.5,55.5 + pos: -87.5,-169.5 parent: 1 - - uid: 55626 + - uid: 3726 components: - type: Transform - pos: -34.5,55.5 + pos: -87.5,-170.5 parent: 1 - - uid: 55627 + - uid: 3727 components: - type: Transform - pos: -33.5,55.5 + pos: -87.5,-171.5 parent: 1 - - uid: 55628 + - uid: 3728 components: - type: Transform - pos: -32.5,55.5 + pos: -87.5,-172.5 parent: 1 - - uid: 55629 + - uid: 3729 components: - type: Transform - pos: -31.5,55.5 + pos: -87.5,-173.5 parent: 1 - - uid: 55630 + - uid: 3730 components: - type: Transform - pos: -30.5,55.5 + pos: -87.5,-174.5 parent: 1 - - uid: 55631 + - uid: 3731 components: - type: Transform - pos: -29.5,55.5 + pos: -87.5,-175.5 parent: 1 - - uid: 55632 + - uid: 3732 components: - type: Transform - pos: -28.5,55.5 + pos: -103.5,-170.5 parent: 1 - - uid: 55633 + - uid: 3733 components: - type: Transform - pos: -27.5,55.5 + pos: -89.5,-170.5 parent: 1 - - uid: 55634 + - uid: 3734 components: - type: Transform - pos: -26.5,55.5 + pos: -91.5,-170.5 parent: 1 - - uid: 55635 + - uid: 3735 components: - type: Transform - pos: -25.5,55.5 + pos: -92.5,-170.5 parent: 1 - - uid: 55636 + - uid: 3736 components: - type: Transform - pos: -24.5,55.5 + pos: -102.5,-170.5 parent: 1 - - uid: 55637 + - uid: 3737 components: - type: Transform - pos: -23.5,55.5 + pos: -111.5,-170.5 parent: 1 - - uid: 55699 + - uid: 3738 components: - type: Transform - pos: -33.5,66.5 + pos: -88.5,-175.5 parent: 1 - - uid: 55700 + - uid: 3739 components: - type: Transform - pos: -33.5,67.5 + pos: -89.5,-175.5 parent: 1 - - uid: 55701 + - uid: 3740 components: - type: Transform - pos: -33.5,68.5 + pos: -90.5,-175.5 parent: 1 - - uid: 55742 + - uid: 3741 components: - type: Transform - pos: -180.5,-137.5 + pos: -91.5,-175.5 parent: 1 - - uid: 55830 + - uid: 3742 components: - type: Transform - pos: 91.5,95.5 + pos: -92.5,-175.5 parent: 1 - - uid: 55833 + - uid: 3743 components: - type: Transform - pos: 94.5,112.5 + pos: -101.5,-170.5 parent: 1 - - uid: 55840 + - uid: 3744 components: - type: Transform - pos: -171.5,-102.5 + pos: -78.5,-163.5 parent: 1 - - uid: 55851 + - uid: 3745 components: - type: Transform - pos: 87.5,97.5 + pos: -85.5,-173.5 parent: 1 - - uid: 55852 + - uid: 3746 components: - type: Transform - pos: 87.5,100.5 + pos: -84.5,-173.5 parent: 1 - - uid: 55857 + - uid: 3747 components: - type: Transform - pos: 87.5,99.5 + pos: -83.5,-173.5 parent: 1 - - uid: 55858 + - uid: 3748 components: - type: Transform - pos: 87.5,98.5 + pos: -82.5,-173.5 parent: 1 - - uid: 55861 + - uid: 3749 components: - type: Transform - pos: -158.5,-104.5 + pos: -81.5,-173.5 parent: 1 - - uid: 55867 + - uid: 3750 components: - type: Transform - pos: -161.5,-105.5 + pos: -80.5,-173.5 parent: 1 - - uid: 55870 + - uid: 3751 components: - type: Transform - pos: -158.5,-105.5 + pos: -79.5,-173.5 parent: 1 - - uid: 55871 + - uid: 3752 components: - type: Transform - pos: -157.5,-105.5 + pos: -78.5,-173.5 parent: 1 - - uid: 55873 + - uid: 3753 components: - type: Transform - pos: -158.5,-106.5 + pos: -77.5,-173.5 parent: 1 - - uid: 55876 + - uid: 3754 components: - type: Transform - pos: 94.5,113.5 + pos: -76.5,-173.5 parent: 1 - - uid: 55887 + - uid: 3755 components: - type: Transform - pos: 92.5,100.5 + pos: -82.5,-172.5 parent: 1 - - uid: 55888 + - uid: 3756 components: - type: Transform - pos: 87.5,96.5 + pos: -82.5,-171.5 parent: 1 - - uid: 55894 + - uid: 3757 components: - type: Transform - pos: 90.5,95.5 + pos: -82.5,-170.5 parent: 1 - - uid: 55895 + - uid: 3758 components: - type: Transform - pos: 89.5,95.5 + pos: -82.5,-169.5 parent: 1 - - uid: 55896 + - uid: 3759 components: - type: Transform - pos: 89.5,96.5 + pos: -82.5,-168.5 parent: 1 - - uid: 55897 + - uid: 3760 components: - type: Transform - pos: 88.5,100.5 + pos: -82.5,-167.5 parent: 1 - - uid: 55898 + - uid: 3761 components: - type: Transform - pos: 89.5,100.5 + pos: -82.5,-166.5 parent: 1 - - uid: 55899 + - uid: 3762 components: - type: Transform - pos: 90.5,100.5 + pos: -82.5,-165.5 parent: 1 - - uid: 55900 + - uid: 3763 components: - type: Transform - pos: 86.5,96.5 + pos: -82.5,-164.5 parent: 1 - - uid: 55901 + - uid: 3764 components: - type: Transform - pos: 85.5,96.5 + pos: -81.5,-164.5 parent: 1 - - uid: 55902 + - uid: 3765 components: - type: Transform - pos: 93.5,100.5 + pos: -104.5,-173.5 parent: 1 - - uid: 55903 + - uid: 3766 components: - type: Transform - pos: 93.5,102.5 + pos: -103.5,-173.5 parent: 1 - - uid: 55904 + - uid: 3767 components: - type: Transform - pos: 93.5,103.5 + pos: -80.5,-164.5 parent: 1 - - uid: 55905 + - uid: 3768 components: - type: Transform - pos: 93.5,103.5 + pos: -79.5,-164.5 parent: 1 - - uid: 55908 + - uid: 3769 components: - type: Transform - pos: 93.5,101.5 + pos: -78.5,-164.5 parent: 1 - - uid: 55909 + - uid: 3770 components: - type: Transform - pos: 93.5,103.5 + pos: -77.5,-164.5 parent: 1 - - uid: 55910 + - uid: 3771 components: - type: Transform - pos: 89.5,101.5 + pos: -76.5,-164.5 parent: 1 - - uid: 55911 + - uid: 3772 components: - type: Transform - pos: 89.5,103.5 + pos: -112.5,-170.5 parent: 1 - - uid: 55916 + - uid: 3773 components: - type: Transform - pos: 94.5,108.5 + pos: -110.5,-170.5 parent: 1 - - uid: 55917 + - uid: 3774 components: - type: Transform - pos: 94.5,103.5 + pos: -104.5,-167.5 parent: 1 - - uid: 55918 + - uid: 3775 components: - type: Transform - pos: 94.5,104.5 + pos: -105.5,-167.5 parent: 1 - - uid: 55919 + - uid: 3776 components: - type: Transform - pos: 94.5,105.5 + pos: -103.5,-175.5 parent: 1 - - uid: 55921 + - uid: 3777 components: - type: Transform - pos: 94.5,106.5 + pos: -103.5,-176.5 parent: 1 - - uid: 55923 + - uid: 3778 components: - type: Transform - pos: 93.5,105.5 + pos: -78.5,-162.5 parent: 1 - - uid: 55925 + - uid: 3779 components: - type: Transform - pos: 94.5,107.5 + pos: -103.5,-174.5 parent: 1 - - uid: 55926 + - uid: 3780 components: - type: Transform - pos: 94.5,109.5 + pos: -97.5,-176.5 parent: 1 - - uid: 55927 + - uid: 3781 components: - type: Transform - pos: 94.5,110.5 + pos: -77.5,-172.5 parent: 1 - - uid: 55928 + - uid: 3782 components: - type: Transform - pos: 94.5,111.5 + pos: -77.5,-171.5 parent: 1 - - uid: 55929 + - uid: 3783 components: - type: Transform - pos: 89.5,102.5 + pos: -77.5,-170.5 parent: 1 - - uid: 55930 + - uid: 3784 components: - type: Transform - pos: 94.5,114.5 + pos: -77.5,-169.5 parent: 1 - - uid: 55931 + - uid: 3785 components: - type: Transform - pos: 93.5,114.5 + pos: -77.5,-168.5 parent: 1 - - uid: 55936 + - uid: 3786 components: - type: Transform - pos: 86.5,100.5 + pos: -77.5,-167.5 parent: 1 - - uid: 55937 + - uid: 3787 components: - type: Transform - pos: 85.5,100.5 + pos: -77.5,-166.5 parent: 1 - - uid: 55938 + - uid: 3788 components: - type: Transform - pos: 85.5,101.5 + pos: -96.5,-176.5 parent: 1 - - uid: 55939 + - uid: 3789 components: - type: Transform - pos: 85.5,102.5 + pos: -78.5,-167.5 parent: 1 - - uid: 55940 + - uid: 3790 components: - type: Transform - pos: 85.5,103.5 + pos: -76.5,-169.5 parent: 1 - - uid: 55941 + - uid: 3791 components: - type: Transform - pos: 81.5,103.5 + pos: -75.5,-169.5 parent: 1 - - uid: 55942 + - uid: 3792 components: - type: Transform - pos: -168.5,-103.5 + pos: -75.5,-168.5 parent: 1 - - uid: 55943 + - uid: 3793 components: - type: Transform - pos: 81.5,102.5 + pos: -74.5,-169.5 parent: 1 - - uid: 55944 + - uid: 3794 components: - type: Transform - pos: -168.5,-101.5 + pos: -76.5,-175.5 parent: 1 - - uid: 55945 + - uid: 3795 components: - type: Transform - pos: -168.5,-102.5 + pos: -75.5,-173.5 parent: 1 - - uid: 55946 + - uid: 3796 components: - type: Transform - pos: 81.5,101.5 + pos: -76.5,-173.5 parent: 1 - - uid: 55947 + - uid: 3797 components: - type: Transform - pos: 85.5,104.5 + pos: -75.5,-174.5 parent: 1 - - uid: 55948 + - uid: 3798 components: - type: Transform - pos: 84.5,104.5 + pos: -75.5,-175.5 parent: 1 - - uid: 55949 + - uid: 3799 components: - type: Transform - pos: 83.5,104.5 + pos: -77.5,-175.5 parent: 1 - - uid: 55950 + - uid: 3800 components: - type: Transform - pos: 82.5,104.5 + pos: -77.5,-176.5 parent: 1 - - uid: 55951 + - uid: 3801 components: - type: Transform - pos: 81.5,104.5 + pos: -78.5,-176.5 parent: 1 - - uid: 55952 + - uid: 3802 components: - type: Transform - pos: 80.5,104.5 + pos: -79.5,-176.5 parent: 1 - - uid: 55955 + - uid: 3803 components: - type: Transform - pos: 80.5,105.5 + pos: -80.5,-176.5 parent: 1 - - uid: 55956 + - uid: 3804 components: - type: Transform - pos: 80.5,106.5 + pos: -81.5,-176.5 parent: 1 - - uid: 55957 + - uid: 3805 components: - type: Transform - pos: 80.5,107.5 + pos: -82.5,-176.5 parent: 1 - - uid: 55958 + - uid: 3806 components: - type: Transform - pos: 80.5,108.5 + pos: -83.5,-176.5 parent: 1 - - uid: 55959 + - uid: 3807 components: - type: Transform - pos: 80.5,109.5 + pos: -83.5,-175.5 parent: 1 - - uid: 55960 + - uid: 3808 components: - type: Transform - pos: 81.5,100.5 + pos: -108.5,-165.5 parent: 1 - - uid: 55993 + - uid: 3809 components: - type: Transform - pos: -171.5,-103.5 + pos: -108.5,-166.5 parent: 1 - - uid: 56013 + - uid: 3810 components: - type: Transform - pos: 140.5,-10.5 + pos: -108.5,-167.5 parent: 1 - - uid: 56014 + - uid: 3811 components: - type: Transform - pos: 139.5,-10.5 + pos: -100.5,-170.5 parent: 1 - - uid: 56042 + - uid: 3812 components: - type: Transform - pos: -178.5,-125.5 + pos: -106.5,-167.5 parent: 1 - - uid: 56115 + - uid: 3813 components: - type: Transform - pos: 202.5,218.5 + pos: -107.5,-167.5 parent: 1 - - uid: 56118 + - uid: 3814 components: - type: Transform - pos: 192.5,210.5 + pos: -104.5,-169.5 parent: 1 - - uid: 56158 + - uid: 3815 components: - type: Transform - pos: 192.5,208.5 + pos: -104.5,-170.5 parent: 1 - - uid: 56160 + - uid: 3816 components: - type: Transform - pos: 203.5,220.5 + pos: -104.5,-171.5 parent: 1 - - uid: 56161 + - uid: 3817 components: - type: Transform - pos: 203.5,221.5 + pos: -104.5,-172.5 parent: 1 - - uid: 56162 + - uid: 3818 components: - type: Transform - pos: 190.5,207.5 + pos: -97.5,-175.5 parent: 1 - - uid: 56163 + - uid: 3819 components: - type: Transform - pos: 203.5,222.5 + pos: -96.5,-177.5 parent: 1 - - uid: 56164 + - uid: 3820 components: - type: Transform - pos: 203.5,219.5 + pos: -100.5,-176.5 parent: 1 - - uid: 56166 + - uid: 3821 components: - type: Transform - pos: 192.5,212.5 + pos: -98.5,-170.5 parent: 1 - - uid: 56172 + - uid: 3822 components: - type: Transform - pos: 188.5,207.5 + pos: -98.5,-176.5 parent: 1 - - uid: 56173 + - uid: 3823 components: - type: Transform - pos: 203.5,218.5 + pos: -99.5,-176.5 parent: 1 - - uid: 56181 + - uid: 3824 components: - type: Transform - pos: 189.5,207.5 + pos: -99.5,-170.5 parent: 1 - - uid: 56184 + - uid: 3825 components: - type: Transform - pos: 192.5,211.5 + pos: -112.5,-167.5 parent: 1 - - uid: 56186 + - uid: 3826 components: - type: Transform - pos: 192.5,207.5 + pos: -112.5,-166.5 parent: 1 - - uid: 56192 + - uid: 3827 components: - type: Transform - pos: 192.5,207.5 + pos: -112.5,-165.5 parent: 1 - - uid: 56193 + - uid: 3828 components: - type: Transform - pos: 187.5,207.5 + pos: -113.5,-165.5 parent: 1 - - uid: 56194 + - uid: 3829 components: - type: Transform - pos: 192.5,212.5 + pos: -111.5,-165.5 parent: 1 - - uid: 56195 + - uid: 3830 components: - type: Transform - pos: 191.5,212.5 + pos: -110.5,-165.5 parent: 1 - - uid: 56196 + - uid: 3831 components: - type: Transform - pos: 190.5,212.5 + pos: -111.5,-164.5 parent: 1 - - uid: 56197 + - uid: 3832 components: - type: Transform - pos: 189.5,212.5 + pos: -111.5,-163.5 parent: 1 - - uid: 59866 + - uid: 3833 components: - type: Transform - pos: 112.5,8.5 + pos: -111.5,-160.5 parent: 1 - - uid: 60326 + - uid: 3834 components: - type: Transform - pos: 112.5,4.5 + pos: -111.5,-159.5 parent: 1 - - uid: 61033 + - uid: 3835 components: - type: Transform - pos: -186.5,-124.5 + pos: -112.5,-163.5 parent: 1 - - uid: 61034 + - uid: 3836 components: - type: Transform - pos: -178.5,-134.5 + pos: -113.5,-163.5 parent: 1 - - uid: 61044 + - uid: 3837 components: - type: Transform - pos: -185.5,-122.5 + pos: -114.5,-163.5 parent: 1 - - uid: 61055 + - uid: 3838 components: - type: Transform - pos: -183.5,-122.5 + pos: -115.5,-163.5 parent: 1 - - uid: 61057 + - uid: 3839 components: - type: Transform - pos: -186.5,-123.5 + pos: -116.5,-163.5 parent: 1 - - uid: 61743 + - uid: 3840 components: - type: Transform - pos: -162.5,66.5 + pos: -116.5,-164.5 parent: 1 - - uid: 61745 + - uid: 3841 components: - type: Transform - pos: -157.5,66.5 + pos: -116.5,-165.5 parent: 1 - - uid: 61910 + - uid: 3842 components: - type: Transform - pos: -176.5,36.5 + pos: -114.5,-165.5 parent: 1 - - uid: 61915 + - uid: 3843 components: - type: Transform - pos: 113.5,13.5 + pos: -116.5,-162.5 parent: 1 - - uid: 61969 + - uid: 3844 components: - type: Transform - pos: 112.5,5.5 + pos: -112.5,-162.5 parent: 1 - - uid: 62062 + - uid: 3845 components: - type: Transform - pos: -175.5,32.5 + pos: -112.5,-161.5 parent: 1 - - uid: 62064 + - uid: 3846 components: - type: Transform - pos: -181.5,24.5 + pos: -112.5,-160.5 parent: 1 - - uid: 62081 + - uid: 3847 components: - type: Transform - pos: -163.5,66.5 + pos: -111.5,-158.5 parent: 1 - - uid: 62118 + - uid: 3848 components: - type: Transform - pos: -177.5,36.5 + pos: -112.5,-158.5 parent: 1 - - uid: 62123 + - uid: 3849 components: - type: Transform - pos: -175.5,27.5 + pos: -113.5,-158.5 parent: 1 - - uid: 62125 + - uid: 3850 components: - type: Transform - pos: -188.5,50.5 + pos: -114.5,-158.5 parent: 1 - - uid: 62126 + - uid: 3851 components: - type: Transform - pos: -164.5,57.5 + pos: -115.5,-158.5 parent: 1 - - uid: 62127 + - uid: 3852 components: - type: Transform - pos: -183.5,32.5 + pos: -115.5,-157.5 parent: 1 - - uid: 62140 + - uid: 3853 components: - type: Transform - pos: -156.5,58.5 + pos: -115.5,-156.5 parent: 1 - - uid: 62143 + - uid: 3854 components: - type: Transform - pos: -175.5,31.5 + pos: -115.5,-155.5 parent: 1 - - uid: 62146 + - uid: 3855 components: - type: Transform - pos: -175.5,28.5 + pos: -115.5,-154.5 parent: 1 - - uid: 62158 + - uid: 3856 components: - type: Transform - pos: -189.5,44.5 + pos: -115.5,-153.5 parent: 1 - - uid: 62160 + - uid: 3857 components: - type: Transform - pos: -189.5,42.5 + pos: -115.5,-152.5 parent: 1 - - uid: 62161 + - uid: 3858 components: - type: Transform - pos: -180.5,26.5 + pos: -115.5,-151.5 parent: 1 - - uid: 62162 + - uid: 3859 components: - type: Transform - pos: -175.5,35.5 + pos: -114.5,-152.5 parent: 1 - - uid: 62163 + - uid: 3860 components: - type: Transform - pos: -186.5,43.5 + pos: -113.5,-152.5 parent: 1 - - uid: 62164 + - uid: 3861 components: - type: Transform - pos: -181.5,25.5 + pos: -112.5,-152.5 parent: 1 - - uid: 62165 + - uid: 3862 components: - type: Transform - pos: -175.5,36.5 + pos: -111.5,-152.5 parent: 1 - - uid: 62167 + - uid: 3863 components: - type: Transform - pos: -175.5,33.5 + pos: -113.5,-157.5 parent: 1 - - uid: 62168 + - uid: 3864 components: - type: Transform - pos: -181.5,26.5 + pos: -113.5,-156.5 parent: 1 - - uid: 62169 + - uid: 3865 components: - type: Transform - pos: -175.5,30.5 + pos: -112.5,-153.5 parent: 1 - - uid: 62170 + - uid: 3866 components: - type: Transform - pos: -175.5,29.5 + pos: -113.5,-151.5 parent: 1 - - uid: 62171 + - uid: 3867 components: - type: Transform - pos: -175.5,34.5 + pos: -116.5,-153.5 parent: 1 - - uid: 62172 + - uid: 3868 components: - type: Transform - pos: -175.5,25.5 + pos: 114.5,13.5 parent: 1 - - uid: 62173 + - uid: 3869 components: - type: Transform - pos: -175.5,24.5 + pos: 115.5,4.5 parent: 1 - - uid: 62174 + - uid: 3870 components: - type: Transform - pos: -175.5,23.5 + pos: 115.5,13.5 parent: 1 - - uid: 62175 + - uid: 3871 components: - type: Transform - pos: -175.5,22.5 + pos: 114.5,4.5 parent: 1 - - uid: 62176 + - uid: 3872 components: - type: Transform - pos: -171.5,26.5 + pos: -124.5,61.5 parent: 1 - - uid: 62177 + - uid: 3873 components: - type: Transform - pos: -172.5,26.5 + pos: 99.5,18.5 parent: 1 - - uid: 62178 + - uid: 3874 components: - type: Transform - pos: -173.5,26.5 + pos: 100.5,19.5 parent: 1 - - uid: 62179 + - uid: 3875 components: - type: Transform - pos: -174.5,26.5 + pos: 277.5,133.5 parent: 1 - - uid: 62180 + - uid: 3876 components: - type: Transform - pos: -172.5,27.5 + pos: 270.5,130.5 parent: 1 - - uid: 62181 + - uid: 3877 components: - type: Transform - pos: -172.5,25.5 + pos: 268.5,133.5 parent: 1 - - uid: 62182 + - uid: 3878 components: - type: Transform - pos: -172.5,24.5 + pos: 274.5,130.5 parent: 1 - - uid: 62183 + - uid: 3879 components: - type: Transform - pos: -172.5,23.5 + pos: 267.5,133.5 parent: 1 - - uid: 62184 + - uid: 3880 components: - type: Transform - pos: -172.5,28.5 + pos: 274.5,131.5 parent: 1 - - uid: 62185 + - uid: 3881 components: - type: Transform - pos: -172.5,29.5 + pos: 276.5,132.5 parent: 1 - - uid: 62186 + - uid: 3882 components: - type: Transform - pos: -176.5,26.5 + pos: 278.5,132.5 parent: 1 - - uid: 62187 + - uid: 3883 components: - type: Transform - pos: -177.5,26.5 + pos: 275.5,132.5 parent: 1 - - uid: 62188 + - uid: 3884 components: - type: Transform - pos: -178.5,26.5 + pos: 274.5,132.5 parent: 1 - - uid: 62189 + - uid: 3885 components: - type: Transform - pos: -179.5,26.5 + pos: 272.5,132.5 parent: 1 - - uid: 62190 + - uid: 3886 components: - type: Transform - pos: -178.5,36.5 + pos: 273.5,132.5 parent: 1 - - uid: 62191 + - uid: 3887 components: - type: Transform - pos: -189.5,43.5 + pos: 270.5,132.5 parent: 1 - - uid: 62192 + - uid: 3888 components: - type: Transform - pos: -178.5,50.5 + pos: 277.5,132.5 parent: 1 - - uid: 62193 + - uid: 3889 components: - type: Transform - pos: -177.5,50.5 + pos: 271.5,132.5 parent: 1 - - uid: 62194 + - uid: 3890 components: - type: Transform - pos: -175.5,50.5 + pos: 276.5,133.5 parent: 1 - - uid: 62195 + - uid: 3891 components: - type: Transform - pos: -181.5,23.5 + pos: 271.5,133.5 parent: 1 - - uid: 62196 + - uid: 3892 components: - type: Transform - pos: -181.5,22.5 + pos: 269.5,135.5 parent: 1 - - uid: 62197 + - uid: 3893 components: - type: Transform - pos: -181.5,21.5 + pos: 270.5,133.5 parent: 1 - - uid: 62198 + - uid: 3894 components: - type: Transform - pos: -181.5,27.5 + pos: 272.5,130.5 parent: 1 - - uid: 62199 + - uid: 3895 components: - type: Transform - pos: -181.5,28.5 + pos: 269.5,131.5 parent: 1 - - uid: 62200 + - uid: 3896 components: - type: Transform - pos: -181.5,29.5 + pos: 269.5,133.5 parent: 1 - - uid: 62201 + - uid: 3897 components: - type: Transform - pos: -181.5,30.5 + pos: 268.5,135.5 parent: 1 - - uid: 62202 + - uid: 3898 components: - type: Transform - pos: -181.5,31.5 + pos: 273.5,130.5 parent: 1 - - uid: 62203 + - uid: 3899 components: - type: Transform - pos: -181.5,32.5 + pos: 269.5,133.5 parent: 1 - - uid: 62204 + - uid: 3900 components: - type: Transform - pos: -180.5,32.5 + pos: 270.5,135.5 parent: 1 - - uid: 62205 + - uid: 3901 components: - type: Transform - pos: -179.5,32.5 + pos: 266.5,133.5 parent: 1 - - uid: 62206 + - uid: 3902 components: - type: Transform - pos: -178.5,32.5 + pos: 275.5,133.5 parent: 1 - - uid: 62207 + - uid: 3903 components: - type: Transform - pos: -177.5,32.5 + pos: 265.5,133.5 parent: 1 - - uid: 62208 + - uid: 3904 components: - type: Transform - pos: -176.5,32.5 + pos: 273.5,133.5 parent: 1 - - uid: 62209 + - uid: 3905 components: - type: Transform - pos: -188.5,47.5 + pos: 274.5,133.5 parent: 1 - - uid: 62210 + - uid: 3906 components: - type: Transform - pos: -179.5,36.5 + pos: 272.5,133.5 parent: 1 - - uid: 62211 + - uid: 3907 components: - type: Transform - pos: -164.5,56.5 + pos: 270.5,135.5 parent: 1 - - uid: 62212 + - uid: 3908 components: - type: Transform - pos: -174.5,36.5 + pos: 269.5,134.5 parent: 1 - - uid: 62213 + - uid: 3909 components: - type: Transform - pos: -175.5,36.5 + pos: 269.5,130.5 parent: 1 - - uid: 62214 + - uid: 3910 components: - type: Transform - pos: -180.5,36.5 + pos: 269.5,129.5 parent: 1 - - uid: 62215 + - uid: 3911 components: - type: Transform - pos: -178.5,43.5 + pos: 271.5,130.5 parent: 1 - - uid: 62216 + - uid: 3912 components: - type: Transform - pos: -184.5,32.5 + pos: 311.5,100.5 parent: 1 - - uid: 62217 + - uid: 3913 components: - type: Transform - pos: -185.5,32.5 + pos: 278.5,133.5 parent: 1 - - uid: 62218 + - uid: 3914 components: - type: Transform - pos: -186.5,32.5 + pos: 264.5,130.5 parent: 1 - - uid: 62219 + - uid: 3915 components: - type: Transform - pos: -187.5,32.5 + pos: 264.5,131.5 parent: 1 - - uid: 62220 + - uid: 3916 components: - type: Transform - pos: -188.5,32.5 + pos: 264.5,132.5 parent: 1 - - uid: 62221 + - uid: 3917 components: - type: Transform - pos: -189.5,32.5 + pos: 264.5,133.5 parent: 1 - - uid: 62222 + - uid: 3918 components: - type: Transform - pos: -190.5,32.5 + pos: 311.5,102.5 parent: 1 - - uid: 62223 + - uid: 3919 components: - type: Transform - pos: -191.5,32.5 + pos: 311.5,101.5 parent: 1 - - uid: 62230 + - uid: 3920 components: - type: Transform - pos: -188.5,33.5 + pos: 311.5,99.5 parent: 1 - - uid: 62231 + - uid: 3921 components: - type: Transform - pos: -188.5,34.5 + pos: 311.5,98.5 parent: 1 - - uid: 62232 + - uid: 3922 components: - type: Transform - pos: -188.5,35.5 + pos: 311.5,97.5 parent: 1 - - uid: 62233 + - uid: 3923 components: - type: Transform - pos: -186.5,33.5 + pos: 309.5,106.5 parent: 1 - - uid: 62234 + - uid: 3924 components: - type: Transform - pos: -186.5,34.5 + pos: 312.5,98.5 parent: 1 - - uid: 62235 + - uid: 3925 components: - type: Transform - pos: -186.5,35.5 + pos: 313.5,98.5 parent: 1 - - uid: 62236 + - uid: 3926 components: - type: Transform - pos: -186.5,28.5 + pos: 314.5,98.5 parent: 1 - - uid: 62237 + - uid: 3927 components: - type: Transform - pos: -186.5,29.5 + pos: 315.5,98.5 parent: 1 - - uid: 62238 + - uid: 3928 components: - type: Transform - pos: -186.5,30.5 + pos: 315.5,99.5 parent: 1 - - uid: 62239 + - uid: 3929 components: - type: Transform - pos: -186.5,31.5 + pos: 315.5,100.5 parent: 1 - - uid: 62240 + - uid: 3930 components: - type: Transform - pos: -185.5,23.5 + pos: 315.5,101.5 parent: 1 - - uid: 62241 + - uid: 3931 components: - type: Transform - pos: -185.5,22.5 + pos: 315.5,102.5 parent: 1 - - uid: 62242 + - uid: 3932 components: - type: Transform - pos: -186.5,22.5 + pos: 311.5,103.5 parent: 1 - - uid: 62243 + - uid: 3933 components: - type: Transform - pos: -187.5,22.5 + pos: 311.5,104.5 parent: 1 - - uid: 62244 + - uid: 3934 components: - type: Transform - pos: -188.5,22.5 + pos: 311.5,106.5 parent: 1 - - uid: 62245 + - uid: 3935 components: - type: Transform - pos: -189.5,22.5 + pos: 315.5,103.5 parent: 1 - - uid: 62246 + - uid: 3936 components: - type: Transform - pos: -190.5,22.5 + pos: 315.5,104.5 parent: 1 - - uid: 62247 + - uid: 3937 components: - type: Transform - pos: -191.5,22.5 + pos: 315.5,105.5 parent: 1 - - uid: 62248 + - uid: 3938 components: - type: Transform - pos: -192.5,22.5 + pos: 315.5,106.5 parent: 1 - - uid: 62249 + - uid: 3939 components: - type: Transform - pos: -193.5,22.5 + pos: 314.5,106.5 parent: 1 - - uid: 62250 + - uid: 3940 components: - type: Transform - pos: -194.5,22.5 + pos: 310.5,106.5 parent: 1 - - uid: 62251 + - uid: 3941 components: - type: Transform - pos: -195.5,22.5 + pos: 312.5,106.5 parent: 1 - - uid: 62252 + - uid: 3942 components: - type: Transform - pos: -185.5,24.5 + pos: 308.5,106.5 parent: 1 - - uid: 62253 + - uid: 3943 components: - type: Transform - pos: -185.5,25.5 + pos: 307.5,106.5 parent: 1 - - uid: 62254 + - uid: 3944 components: - type: Transform - pos: -185.5,26.5 + pos: 307.5,105.5 parent: 1 - - uid: 62255 + - uid: 3945 components: - type: Transform - pos: -186.5,26.5 + pos: 307.5,104.5 parent: 1 - - uid: 62256 + - uid: 3946 components: - type: Transform - pos: -187.5,26.5 + pos: 307.5,103.5 parent: 1 - - uid: 62257 + - uid: 3947 components: - type: Transform - pos: -188.5,26.5 + pos: 307.5,102.5 parent: 1 - - uid: 62258 + - uid: 3948 components: - type: Transform - pos: -189.5,26.5 + pos: 307.5,101.5 parent: 1 - - uid: 62259 + - uid: 3949 components: - type: Transform - pos: -190.5,26.5 + pos: 307.5,100.5 parent: 1 - - uid: 62260 + - uid: 3950 components: - type: Transform - pos: -191.5,26.5 + pos: 307.5,99.5 parent: 1 - - uid: 62261 + - uid: 3951 components: - type: Transform - pos: -192.5,26.5 + pos: 307.5,98.5 parent: 1 - - uid: 62262 + - uid: 3952 components: - type: Transform - pos: -193.5,26.5 + pos: 308.5,98.5 parent: 1 - - uid: 62263 + - uid: 3953 components: - type: Transform - pos: -194.5,26.5 + pos: 309.5,98.5 parent: 1 - - uid: 62264 + - uid: 3954 components: - type: Transform - pos: -195.5,26.5 + pos: 310.5,98.5 parent: 1 - - uid: 62265 + - uid: 3955 components: - type: Transform - pos: -196.5,26.5 + pos: 316.5,103.5 parent: 1 - - uid: 62266 + - uid: 3956 components: - type: Transform - pos: -193.5,27.5 + pos: 306.5,103.5 parent: 1 - - uid: 62267 + - uid: 3957 components: - type: Transform - pos: -193.5,28.5 + pos: 306.5,101.5 parent: 1 - - uid: 62268 + - uid: 3958 components: - type: Transform - pos: -193.5,29.5 + pos: 316.5,101.5 parent: 1 - - uid: 62269 + - uid: 3959 components: - type: Transform - pos: -194.5,29.5 + pos: 313.5,99.5 parent: 1 - - uid: 62270 + - uid: 3960 components: - type: Transform - pos: -195.5,29.5 + pos: 316.5,99.5 parent: 1 - - uid: 62271 + - uid: 3961 components: - type: Transform - pos: -192.5,29.5 + pos: 313.5,106.5 parent: 1 - - uid: 62272 + - uid: 3962 components: - type: Transform - pos: -191.5,29.5 + pos: 316.5,105.5 parent: 1 - - uid: 62273 + - uid: 3963 components: - type: Transform - pos: -179.5,41.5 + pos: 314.5,107.5 parent: 1 - - uid: 62274 + - uid: 3964 components: - type: Transform - pos: -178.5,42.5 + pos: 308.5,107.5 parent: 1 - - uid: 62275 + - uid: 3965 components: - type: Transform - pos: -178.5,41.5 + pos: 306.5,105.5 parent: 1 - - uid: 62276 + - uid: 3966 components: - type: Transform - pos: -177.5,41.5 + pos: 306.5,99.5 parent: 1 - - uid: 62277 + - uid: 3967 components: - type: Transform - pos: -176.5,41.5 + pos: 308.5,97.5 parent: 1 - - uid: 62278 + - uid: 3968 components: - type: Transform - pos: -175.5,41.5 + pos: 314.5,97.5 parent: 1 - - uid: 62279 + - uid: 3969 components: - type: Transform - pos: -174.5,41.5 + pos: 311.5,105.5 parent: 1 - - uid: 62280 + - uid: 3970 components: - type: Transform - pos: -173.5,41.5 + pos: 308.5,103.5 parent: 1 - - uid: 62283 + - uid: 3971 components: - type: Transform - pos: -181.5,49.5 + pos: 308.5,101.5 parent: 1 - - uid: 62284 + - uid: 3972 components: - type: Transform - pos: -182.5,50.5 + pos: 314.5,101.5 parent: 1 - - uid: 62286 + - uid: 3973 components: - type: Transform - pos: -181.5,48.5 + pos: 314.5,103.5 parent: 1 - - uid: 62287 + - uid: 3974 components: - type: Transform - pos: -180.5,41.5 + pos: 309.5,99.5 parent: 1 - - uid: 62288 + - uid: 3975 components: - type: Transform - pos: -181.5,41.5 + pos: 313.5,105.5 parent: 1 - - uid: 62289 + - uid: 3976 components: - type: Transform - pos: -182.5,41.5 + pos: 309.5,105.5 parent: 1 - - uid: 62290 + - uid: 3977 components: - type: Transform - pos: -183.5,41.5 + pos: 311.5,107.5 parent: 1 - - uid: 62291 + - uid: 3978 components: - type: Transform - pos: -184.5,41.5 + pos: -192.5,-100.5 parent: 1 - - uid: 62292 + - uid: 3979 components: - type: Transform - pos: -185.5,41.5 + pos: -190.5,-101.5 parent: 1 - - uid: 62293 + - uid: 3980 components: - type: Transform - pos: -186.5,41.5 + pos: 130.5,24.5 parent: 1 - - uid: 62294 + - uid: 3981 components: - type: Transform - pos: -187.5,41.5 + pos: 134.5,24.5 parent: 1 - - uid: 62295 + - uid: 3982 components: - type: Transform - pos: -188.5,41.5 + pos: 305.5,105.5 parent: 1 - - uid: 62296 + - uid: 3983 components: - type: Transform - pos: -189.5,41.5 + pos: -192.5,-101.5 parent: 1 - - uid: 62297 + - uid: 3984 components: - type: Transform - pos: -181.5,51.5 + pos: -144.5,53.5 parent: 1 - - uid: 62298 + - uid: 3985 components: - type: Transform - pos: -176.5,50.5 + pos: 318.5,99.5 parent: 1 - - uid: 62300 + - uid: 3986 components: - type: Transform - pos: -151.5,58.5 + pos: 304.5,105.5 parent: 1 - - uid: 62301 + - uid: 3987 components: - type: Transform - pos: -189.5,45.5 + pos: 318.5,105.5 parent: 1 - - uid: 62302 + - uid: 3988 components: - type: Transform - pos: -189.5,46.5 + pos: 132.5,24.5 parent: 1 - - uid: 62303 + - uid: 3989 components: - type: Transform - pos: -189.5,47.5 + pos: 131.5,24.5 parent: 1 - - uid: 62304 + - uid: 3990 components: - type: Transform - pos: -189.5,48.5 + pos: 100.5,-118.5 parent: 1 - - uid: 62305 + - uid: 3991 components: - type: Transform - pos: -189.5,49.5 + pos: 133.5,24.5 parent: 1 - - uid: 62306 + - uid: 3992 components: - type: Transform - pos: -189.5,50.5 + pos: -166.5,-97.5 parent: 1 - - uid: 62307 + - uid: 3993 components: - type: Transform - pos: -189.5,51.5 + pos: 102.5,-106.5 parent: 1 - - uid: 62308 + - uid: 3994 components: - type: Transform - pos: -189.5,52.5 + pos: 95.5,-112.5 parent: 1 - - uid: 62309 + - uid: 3995 components: - type: Transform - pos: -188.5,52.5 + pos: 100.5,-117.5 parent: 1 - - uid: 62310 + - uid: 3996 components: - type: Transform - pos: -188.5,53.5 + pos: 95.5,-111.5 parent: 1 - - uid: 62311 + - uid: 3997 components: - type: Transform - pos: -188.5,54.5 + pos: 94.5,-113.5 parent: 1 - - uid: 62312 + - uid: 3998 components: - type: Transform - pos: -188.5,55.5 + pos: 101.5,-117.5 parent: 1 - - uid: 62313 + - uid: 3999 components: - type: Transform - pos: -188.5,56.5 + pos: 317.5,99.5 parent: 1 - - uid: 62314 + - uid: 4000 components: - type: Transform - pos: -187.5,56.5 + pos: -167.5,-97.5 parent: 1 - - uid: 62315 + - uid: 4001 components: - type: Transform - pos: -186.5,56.5 + pos: -171.5,-94.5 parent: 1 - - uid: 62316 + - uid: 4002 components: - type: Transform - pos: -185.5,56.5 + pos: -171.5,-93.5 parent: 1 - - uid: 62317 + - uid: 4003 components: - type: Transform - pos: -184.5,56.5 + pos: -170.5,-97.5 parent: 1 - - uid: 62318 + - uid: 4004 components: - type: Transform - pos: -179.5,50.5 + pos: -169.5,-97.5 parent: 1 - - uid: 62319 + - uid: 4005 components: - type: Transform - pos: -180.5,50.5 + pos: -168.5,-97.5 parent: 1 - - uid: 62320 + - uid: 4006 components: - type: Transform - pos: -181.5,50.5 + pos: -170.5,-94.5 parent: 1 - - uid: 62321 + - uid: 4007 components: - type: Transform - pos: -186.5,42.5 + pos: -163.5,-95.5 parent: 1 - - uid: 62322 + - uid: 4008 components: - type: Transform - pos: -183.5,43.5 + pos: -196.5,-99.5 parent: 1 - - uid: 62323 + - uid: 4009 components: - type: Transform - pos: -183.5,42.5 + pos: -154.5,53.5 parent: 1 - - uid: 62324 + - uid: 4010 components: - type: Transform - pos: -180.5,43.5 + pos: -137.5,55.5 parent: 1 - - uid: 62325 + - uid: 4011 components: - type: Transform - pos: -180.5,42.5 + pos: -167.5,-102.5 parent: 1 - - uid: 62326 + - uid: 4012 components: - type: Transform - pos: -156.5,59.5 + pos: -185.5,-101.5 parent: 1 - - uid: 62327 + - uid: 4013 components: - type: Transform - pos: -181.5,52.5 + pos: -180.5,-111.5 parent: 1 - - uid: 62328 + - uid: 4014 components: - type: Transform - pos: -181.5,53.5 + pos: -125.5,62.5 parent: 1 - - uid: 62329 + - uid: 4015 components: - type: Transform - pos: -181.5,54.5 + pos: -159.5,56.5 parent: 1 - - uid: 62330 + - uid: 4016 components: - type: Transform - pos: -181.5,55.5 + pos: 317.5,105.5 parent: 1 - - uid: 62331 + - uid: 4017 components: - type: Transform - pos: -181.5,56.5 + pos: -194.5,-99.5 parent: 1 - - uid: 62332 + - uid: 4018 components: - type: Transform - pos: -181.5,57.5 + pos: -197.5,-97.5 parent: 1 - - uid: 62333 + - uid: 4019 components: - type: Transform - pos: -157.5,72.5 + pos: -195.5,-99.5 parent: 1 - - uid: 62337 + - uid: 4020 components: - type: Transform - pos: -156.5,66.5 + pos: -197.5,-99.5 parent: 1 - - uid: 62339 + - uid: 4021 components: - type: Transform - pos: -174.5,50.5 + pos: -197.5,-98.5 parent: 1 - - uid: 62340 + - uid: 4022 components: - type: Transform - pos: -174.5,51.5 + pos: -133.5,55.5 parent: 1 - - uid: 62341 + - uid: 4023 components: - type: Transform - pos: -174.5,52.5 + pos: -134.5,54.5 parent: 1 - - uid: 62342 + - uid: 4024 components: - type: Transform - pos: -174.5,53.5 + pos: -152.5,53.5 parent: 1 - - uid: 62343 + - uid: 4025 components: - type: Transform - pos: -174.5,54.5 + pos: -149.5,53.5 parent: 1 - - uid: 62344 + - uid: 4026 components: - type: Transform - pos: -174.5,55.5 + pos: -152.5,62.5 parent: 1 - - uid: 62345 + - uid: 4027 components: - type: Transform - pos: -174.5,56.5 + pos: -145.5,63.5 parent: 1 - - uid: 62346 + - uid: 4028 components: - type: Transform - pos: -174.5,57.5 + pos: -147.5,63.5 parent: 1 - - uid: 62347 + - uid: 4029 components: - type: Transform - pos: -174.5,58.5 + pos: -150.5,53.5 parent: 1 - - uid: 62348 + - uid: 4030 components: - type: Transform - pos: -175.5,57.5 + pos: -153.5,53.5 parent: 1 - - uid: 62349 + - uid: 4031 components: - type: Transform - pos: -176.5,57.5 + pos: 102.5,-129.5 parent: 1 - - uid: 62350 + - uid: 4032 components: - type: Transform - pos: -177.5,57.5 + pos: 102.5,-130.5 parent: 1 - - uid: 62351 + - uid: 4033 components: - type: Transform - pos: -175.5,53.5 + pos: 102.5,-131.5 parent: 1 - - uid: 62352 + - uid: 4034 components: - type: Transform - pos: -176.5,53.5 + pos: 102.5,-132.5 parent: 1 - - uid: 62353 + - uid: 4035 components: - type: Transform - pos: -177.5,53.5 + pos: 100.5,-130.5 parent: 1 - - uid: 62354 + - uid: 4036 components: - type: Transform - pos: -174.5,49.5 + pos: 101.5,-130.5 parent: 1 - - uid: 62355 + - uid: 4037 components: - type: Transform - pos: -174.5,48.5 + pos: -133.5,54.5 parent: 1 - - uid: 62356 + - uid: 4038 components: - type: Transform - pos: -174.5,47.5 + pos: 103.5,-130.5 parent: 1 - - uid: 62357 + - uid: 4039 components: - type: Transform - pos: -175.5,47.5 + pos: 104.5,-130.5 parent: 1 - - uid: 62358 + - uid: 4040 components: - type: Transform - pos: -176.5,47.5 + pos: 105.5,-130.5 parent: 1 - - uid: 62359 + - uid: 4041 components: - type: Transform - pos: -173.5,48.5 + pos: 102.5,-132.5 parent: 1 - - uid: 62360 + - uid: 4042 components: - type: Transform - pos: -172.5,48.5 + pos: 101.5,-132.5 parent: 1 - - uid: 62361 + - uid: 4043 components: - type: Transform - pos: -171.5,48.5 + pos: 100.5,-132.5 parent: 1 - - uid: 62362 + - uid: 4044 components: - type: Transform - pos: -164.5,55.5 + pos: 99.5,-132.5 parent: 1 - - uid: 62363 + - uid: 4045 components: - type: Transform - pos: -158.5,59.5 + pos: 98.5,-132.5 parent: 1 - - uid: 62364 + - uid: 4046 components: - type: Transform - pos: -152.5,58.5 + pos: 97.5,-132.5 parent: 1 - - uid: 62367 + - uid: 4047 components: - type: Transform - pos: -170.5,48.5 + pos: 96.5,-132.5 parent: 1 - - uid: 62368 + - uid: 4048 components: - type: Transform - pos: -169.5,48.5 + pos: 95.5,-132.5 parent: 1 - - uid: 62369 + - uid: 4049 components: - type: Transform - pos: -168.5,48.5 + pos: 94.5,-132.5 parent: 1 - - uid: 62370 + - uid: 4050 components: - type: Transform - pos: -157.5,67.5 + pos: 93.5,-132.5 parent: 1 - - uid: 62377 + - uid: 4051 components: - type: Transform - pos: -153.5,58.5 + pos: 92.5,-132.5 parent: 1 - - uid: 62378 + - uid: 4052 components: - type: Transform - pos: -157.5,58.5 + pos: 91.5,-132.5 parent: 1 - - uid: 62379 + - uid: 4053 components: - type: Transform - pos: -158.5,58.5 + pos: 91.5,-132.5 parent: 1 - - uid: 62380 + - uid: 4054 components: - type: Transform - pos: -159.5,58.5 + pos: 91.5,-131.5 parent: 1 - - uid: 62381 + - uid: 4055 components: - type: Transform - pos: -160.5,58.5 + pos: 91.5,-130.5 parent: 1 - - uid: 62382 + - uid: 4056 components: - type: Transform - pos: -161.5,58.5 + pos: 91.5,-129.5 parent: 1 - - uid: 62383 + - uid: 4057 components: - type: Transform - pos: -162.5,58.5 + pos: 91.5,-128.5 parent: 1 - - uid: 62385 + - uid: 4058 components: - type: Transform - pos: -164.5,58.5 + pos: 91.5,-127.5 parent: 1 - - uid: 62386 + - uid: 4059 components: - type: Transform - pos: -164.5,60.5 + pos: 91.5,-126.5 parent: 1 - - uid: 62387 + - uid: 4060 components: - type: Transform - pos: -164.5,59.5 + pos: 91.5,-125.5 parent: 1 - - uid: 62388 + - uid: 4061 components: - type: Transform - pos: -154.5,58.5 + pos: 91.5,-124.5 parent: 1 - - uid: 62389 + - uid: 4062 components: - type: Transform - pos: -155.5,58.5 + pos: 91.5,-123.5 parent: 1 - - uid: 62390 + - uid: 4063 components: - type: Transform - pos: -142.5,58.5 + pos: 91.5,-122.5 parent: 1 - - uid: 62395 + - uid: 4064 components: - type: Transform - pos: -164.5,61.5 + pos: 91.5,-121.5 parent: 1 - - uid: 62396 + - uid: 4065 components: - type: Transform - pos: -164.5,62.5 + pos: 91.5,-120.5 parent: 1 - - uid: 62397 + - uid: 4066 components: - type: Transform - pos: -164.5,63.5 + pos: 91.5,-119.5 parent: 1 - - uid: 62398 + - uid: 4067 components: - type: Transform - pos: -164.5,64.5 + pos: 91.5,-118.5 parent: 1 - - uid: 62405 + - uid: 4068 components: - type: Transform - pos: -158.5,60.5 + pos: 91.5,-117.5 parent: 1 - - uid: 62406 + - uid: 4069 components: - type: Transform - pos: -158.5,57.5 + pos: 91.5,-116.5 parent: 1 - - uid: 62407 + - uid: 4070 components: - type: Transform - pos: -158.5,56.5 + pos: 91.5,-115.5 parent: 1 - - uid: 62413 + - uid: 4071 components: - type: Transform - pos: -150.5,58.5 + pos: 91.5,-114.5 parent: 1 - - uid: 62414 + - uid: 4072 components: - type: Transform - pos: -149.5,58.5 + pos: 91.5,-120.5 parent: 1 - - uid: 62415 + - uid: 4073 components: - type: Transform - pos: -148.5,58.5 + pos: 90.5,-120.5 parent: 1 - - uid: 62416 + - uid: 4074 components: - type: Transform - pos: -147.5,58.5 + pos: 89.5,-120.5 parent: 1 - - uid: 62417 + - uid: 4075 components: - type: Transform - pos: -146.5,58.5 + pos: 88.5,-120.5 parent: 1 - - uid: 62418 + - uid: 4076 components: - type: Transform - pos: -145.5,58.5 + pos: 87.5,-120.5 parent: 1 - - uid: 62419 + - uid: 4077 components: - type: Transform - pos: -144.5,58.5 + pos: 86.5,-120.5 parent: 1 - - uid: 62420 + - uid: 4078 components: - type: Transform - pos: -151.5,59.5 + pos: 85.5,-120.5 parent: 1 - - uid: 62421 + - uid: 4079 components: - type: Transform - pos: -151.5,60.5 + pos: 84.5,-120.5 parent: 1 - - uid: 62422 + - uid: 4080 components: - type: Transform - pos: -151.5,61.5 + pos: 83.5,-120.5 parent: 1 - - uid: 62423 + - uid: 4081 components: - type: Transform - pos: -151.5,62.5 + pos: 82.5,-120.5 parent: 1 - - uid: 62424 + - uid: 4082 components: - type: Transform - pos: -151.5,57.5 + pos: 81.5,-120.5 parent: 1 - - uid: 62425 + - uid: 4083 components: - type: Transform - pos: -151.5,56.5 + pos: 80.5,-120.5 parent: 1 - - uid: 62426 + - uid: 4084 components: - type: Transform - pos: -151.5,55.5 + pos: 79.5,-120.5 parent: 1 - - uid: 62427 + - uid: 4085 components: - type: Transform - pos: -151.5,54.5 + pos: 78.5,-120.5 parent: 1 - - uid: 62428 + - uid: 4086 components: - type: Transform - pos: -151.5,53.5 + pos: 77.5,-120.5 parent: 1 - - uid: 62429 + - uid: 4087 components: - type: Transform - pos: -146.5,59.5 + pos: 76.5,-120.5 parent: 1 - - uid: 62430 + - uid: 4088 components: - type: Transform - pos: -146.5,60.5 + pos: 75.5,-120.5 parent: 1 - - uid: 62431 + - uid: 4089 components: - type: Transform - pos: -146.5,61.5 + pos: 74.5,-120.5 parent: 1 - - uid: 62432 + - uid: 4090 components: - type: Transform - pos: -146.5,62.5 + pos: 73.5,-120.5 parent: 1 - - uid: 62433 + - uid: 4091 components: - type: Transform - pos: -146.5,63.5 + pos: 72.5,-120.5 parent: 1 - - uid: 62434 + - uid: 4092 components: - type: Transform - pos: -146.5,57.5 + pos: 71.5,-120.5 parent: 1 - - uid: 62435 + - uid: 4093 components: - type: Transform - pos: -146.5,56.5 + pos: 91.5,-114.5 parent: 1 - - uid: 62436 + - uid: 4094 components: - type: Transform - pos: -146.5,55.5 + pos: 90.5,-114.5 parent: 1 - - uid: 62437 + - uid: 4095 components: - type: Transform - pos: -146.5,54.5 + pos: 89.5,-114.5 parent: 1 - - uid: 62438 + - uid: 4096 components: - type: Transform - pos: -146.5,53.5 + pos: 88.5,-114.5 parent: 1 - - uid: 62439 + - uid: 4097 components: - type: Transform - pos: -143.5,58.5 + pos: 87.5,-114.5 parent: 1 - - uid: 62446 + - uid: 4098 components: - type: Transform - pos: -141.5,58.5 + pos: 86.5,-114.5 parent: 1 - - uid: 62447 + - uid: 4099 components: - type: Transform - pos: -140.5,58.5 + pos: 85.5,-114.5 parent: 1 - - uid: 62448 + - uid: 4100 components: - type: Transform - pos: -139.5,58.5 + pos: 84.5,-114.5 parent: 1 - - uid: 62449 + - uid: 4101 components: - type: Transform - pos: -138.5,58.5 + pos: 83.5,-114.5 parent: 1 - - uid: 62450 + - uid: 4102 components: - type: Transform - pos: -137.5,58.5 + pos: 82.5,-114.5 parent: 1 - - uid: 62451 + - uid: 4103 components: - type: Transform - pos: -136.5,58.5 + pos: 81.5,-114.5 parent: 1 - - uid: 62452 + - uid: 4104 components: - type: Transform - pos: -135.5,58.5 + pos: 80.5,-114.5 parent: 1 - - uid: 62453 + - uid: 4105 components: - type: Transform - pos: -134.5,58.5 + pos: 79.5,-114.5 parent: 1 - - uid: 62454 + - uid: 4106 components: - type: Transform - pos: -133.5,58.5 + pos: 78.5,-114.5 parent: 1 - - uid: 62455 + - uid: 4107 components: - type: Transform - pos: -132.5,58.5 + pos: 77.5,-114.5 parent: 1 - - uid: 62456 + - uid: 4108 components: - type: Transform - pos: -135.5,59.5 + pos: 76.5,-114.5 parent: 1 - - uid: 62457 + - uid: 4109 components: - type: Transform - pos: -135.5,60.5 + pos: 75.5,-114.5 parent: 1 - - uid: 62458 + - uid: 4110 components: - type: Transform - pos: -135.5,61.5 + pos: 74.5,-114.5 parent: 1 - - uid: 62459 + - uid: 4111 components: - type: Transform - pos: -135.5,62.5 + pos: 73.5,-114.5 parent: 1 - - uid: 62460 + - uid: 4112 components: - type: Transform - pos: -135.5,57.5 + pos: 72.5,-114.5 parent: 1 - - uid: 62461 + - uid: 4113 components: - type: Transform - pos: -135.5,56.5 + pos: 71.5,-114.5 parent: 1 - - uid: 62462 + - uid: 4114 components: - type: Transform - pos: -135.5,55.5 + pos: 100.5,-102.5 parent: 1 - - uid: 62463 + - uid: 4115 components: - type: Transform - pos: -135.5,54.5 + pos: 100.5,-103.5 parent: 1 - - uid: 62467 + - uid: 4116 components: - type: Transform - pos: -164.5,69.5 + pos: 100.5,-104.5 parent: 1 - - uid: 62468 + - uid: 4117 components: - type: Transform - pos: -164.5,68.5 + pos: 101.5,-104.5 parent: 1 - - uid: 62469 + - uid: 4118 components: - type: Transform - pos: -164.5,67.5 + pos: 102.5,-104.5 parent: 1 - - uid: 62524 + - uid: 4119 components: - type: Transform - pos: -141.5,56.5 + pos: 103.5,-104.5 parent: 1 - - uid: 63598 + - uid: 4120 components: - type: Transform - pos: -169.5,61.5 + pos: 103.5,-105.5 parent: 1 - - uid: 63601 + - uid: 4121 components: - type: Transform - pos: -171.5,61.5 + pos: 103.5,-106.5 parent: 1 - - uid: 63605 + - uid: 4122 components: - type: Transform - pos: -169.5,55.5 + pos: 103.5,-107.5 parent: 1 - - uid: 63606 + - uid: 4123 components: - type: Transform - pos: -169.5,52.5 + pos: 103.5,-108.5 parent: 1 - - uid: 63609 + - uid: 4124 components: - type: Transform - pos: -169.5,53.5 + pos: 103.5,-109.5 parent: 1 - - uid: 63613 + - uid: 4125 components: - type: Transform - pos: -172.5,61.5 + pos: 103.5,-110.5 parent: 1 - - uid: 63615 + - uid: 4126 components: - type: Transform - pos: -175.5,61.5 + pos: 102.5,-110.5 parent: 1 - - uid: 63618 + - uid: 4127 components: - type: Transform - pos: -180.5,62.5 + pos: 101.5,-110.5 parent: 1 - - uid: 63621 + - uid: 4128 components: - type: Transform - pos: -177.5,61.5 + pos: 100.5,-110.5 parent: 1 - - uid: 63622 + - uid: 4129 components: - type: Transform - pos: -170.5,61.5 + pos: 99.5,-110.5 parent: 1 - - uid: 63634 + - uid: 4130 components: - type: Transform - pos: -169.5,51.5 + pos: 98.5,-110.5 parent: 1 - - uid: 63637 + - uid: 4131 components: - type: Transform - pos: -174.5,61.5 + pos: 97.5,-110.5 parent: 1 - - uid: 63638 + - uid: 4132 components: - type: Transform - pos: -169.5,54.5 + pos: 96.5,-110.5 parent: 1 - - uid: 63644 + - uid: 4133 components: - type: Transform - pos: -168.5,61.5 + pos: 95.5,-110.5 parent: 1 - - uid: 63645 + - uid: 4134 components: - type: Transform - pos: -173.5,62.5 + pos: 95.5,-109.5 parent: 1 - - uid: 63646 + - uid: 4135 components: - type: Transform - pos: -173.5,63.5 + pos: 95.5,-108.5 parent: 1 - - uid: 63647 + - uid: 4136 components: - type: Transform - pos: -173.5,64.5 + pos: 95.5,-107.5 parent: 1 - - uid: 63649 + - uid: 4137 components: - type: Transform - pos: -169.5,62.5 + pos: 96.5,-107.5 parent: 1 - - uid: 63650 + - uid: 4138 components: - type: Transform - pos: -169.5,63.5 + pos: 97.5,-107.5 parent: 1 - - uid: 63651 + - uid: 4139 components: - type: Transform - pos: -169.5,64.5 + pos: 97.5,-106.5 parent: 1 - - uid: 63652 + - uid: 4140 components: - type: Transform - pos: -169.5,65.5 + pos: 97.5,-105.5 parent: 1 - - uid: 63653 + - uid: 4141 components: - type: Transform - pos: -181.5,62.5 + pos: 97.5,-104.5 parent: 1 - - uid: 63654 + - uid: 4142 components: - type: Transform - pos: -182.5,62.5 + pos: 96.5,-104.5 parent: 1 - - uid: 63655 + - uid: 4143 components: - type: Transform - pos: -183.5,62.5 + pos: 95.5,-104.5 parent: 1 - - uid: 63656 + - uid: 4144 components: - type: Transform - pos: -184.5,62.5 + pos: 101.5,-111.5 parent: 1 - - uid: 64591 + - uid: 4145 components: - type: Transform - pos: -107.5,-164.5 + pos: 101.5,-112.5 parent: 1 - - uid: 64599 + - uid: 4146 components: - type: Transform - pos: -108.5,-164.5 + pos: 101.5,-113.5 parent: 1 - - uid: 64600 + - uid: 4147 components: - type: Transform - pos: -108.5,-163.5 + pos: 101.5,-114.5 parent: 1 - - uid: 64601 + - uid: 4148 components: - type: Transform - pos: -108.5,-162.5 + pos: 101.5,-115.5 parent: 1 - - uid: 64602 + - uid: 4149 components: - type: Transform - pos: -108.5,-161.5 + pos: 101.5,-116.5 parent: 1 - - uid: 64604 + - uid: 4150 components: - type: Transform - pos: -107.5,-161.5 + pos: 101.5,-116.5 parent: 1 - - uid: 64605 + - uid: 4151 components: - type: Transform - pos: -107.5,-160.5 + pos: 102.5,-116.5 parent: 1 - - uid: 64607 + - uid: 4152 components: - type: Transform - pos: -106.5,-160.5 + pos: 103.5,-116.5 parent: 1 - - uid: 64609 + - uid: 4153 components: - type: Transform - pos: -105.5,-160.5 + pos: 104.5,-116.5 parent: 1 - - uid: 64610 + - uid: 4154 components: - type: Transform - pos: -104.5,-161.5 + pos: -159.5,60.5 parent: 1 - - uid: 64611 + - uid: 4155 components: - type: Transform - pos: -104.5,-160.5 + pos: -137.5,54.5 parent: 1 - - uid: 64614 + - uid: 4156 components: - type: Transform - pos: -104.5,-159.5 + pos: -177.5,48.5 parent: 1 - - uid: 64615 + - uid: 4157 components: - type: Transform - pos: -104.5,-158.5 + pos: -133.5,56.5 parent: 1 - - uid: 64616 + - uid: 4158 components: - type: Transform - pos: -104.5,-157.5 + pos: -137.5,56.5 parent: 1 - - uid: 64617 + - uid: 4159 components: - type: Transform - pos: -104.5,-156.5 + pos: -176.5,39.5 parent: 1 - - uid: 64620 + - uid: 4160 components: - type: Transform - pos: -105.5,-156.5 + pos: -145.5,53.5 parent: 1 - - uid: 64621 + - uid: 4161 components: - type: Transform - pos: -105.5,-155.5 + pos: -177.5,47.5 parent: 1 - - uid: 64622 + - uid: 4162 components: - type: Transform - pos: -105.5,-154.5 + pos: -176.5,40.5 parent: 1 - - uid: 64623 + - uid: 4163 components: - type: Transform - pos: -105.5,-153.5 + pos: -184.5,-101.5 parent: 1 - - uid: 64624 + - uid: 4164 components: - type: Transform - pos: -105.5,-152.5 + pos: -178.5,-110.5 parent: 1 - - uid: 64625 + - uid: 4165 components: - type: Transform - pos: -99.5,-154.5 + pos: -180.5,-110.5 parent: 1 - - uid: 64626 + - uid: 4166 components: - type: Transform - pos: -103.5,-156.5 + pos: -179.5,-110.5 parent: 1 - - uid: 64627 + - uid: 4167 components: - type: Transform - pos: -99.5,-155.5 + pos: -177.5,-111.5 parent: 1 - - uid: 64628 + - uid: 4168 components: - type: Transform - pos: -102.5,-156.5 + pos: -186.5,-101.5 parent: 1 - - uid: 64629 + - uid: 4169 components: - type: Transform - pos: -106.5,-152.5 + pos: -177.5,-110.5 parent: 1 - - uid: 64630 + - uid: 4170 components: - type: Transform - pos: -101.5,-156.5 + pos: -177.5,-112.5 parent: 1 - - uid: 64631 + - uid: 4171 components: - type: Transform - pos: -98.5,-157.5 + pos: -183.5,-101.5 parent: 1 - - uid: 64632 + - uid: 4172 components: - type: Transform - pos: -100.5,-156.5 + pos: -182.5,-101.5 parent: 1 - - uid: 64633 + - uid: 4173 components: - type: Transform - pos: -99.5,-157.5 + pos: -182.5,-100.5 parent: 1 - - uid: 64634 +- proto: CableApcStack + entities: + - uid: 4174 components: - type: Transform - pos: -99.5,-156.5 + pos: 16.309158,141.28062 parent: 1 - - uid: 64635 +- proto: CableApcStack1 + entities: + - uid: 4175 components: - type: Transform - pos: -99.5,-153.5 + rot: 1.5707963267948966 rad + pos: -50.476494,-122.70878 parent: 1 - - uid: 64636 + - uid: 4176 components: - type: Transform - pos: -99.5,-152.5 + rot: -1.5707963267948966 rad + pos: -84.29058,-102.44613 parent: 1 - - uid: 64637 + - uid: 4177 components: - type: Transform - pos: -100.5,-153.5 + rot: -1.5707963267948966 rad + pos: -84.149956,-102.57113 parent: 1 - - uid: 64638 + - uid: 4179 components: - type: Transform - pos: -101.5,-153.5 - parent: 1 - - uid: 64639 + parent: 4178 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 4180 components: - type: Transform - pos: -102.5,-153.5 + rot: -1.5707963267948966 rad + pos: 177.62932,23.710901 parent: 1 - - uid: 64640 + - uid: 4181 components: - type: Transform - pos: -103.5,-153.5 + rot: 3.141592653589793 rad + pos: 177.5512,23.507776 parent: 1 - - uid: 64641 + - uid: 4182 components: - type: Transform - pos: -107.5,-152.5 + pos: 167.40186,38.766895 parent: 1 - - uid: 64642 +- proto: Cablecuffs + entities: + - uid: 4183 components: - type: Transform - pos: -108.5,-152.5 + pos: 164.98889,37.601738 parent: 1 - - uid: 64643 +- proto: CableHV + entities: + - uid: 4184 components: - type: Transform - pos: -108.5,-153.5 + pos: 133.5,26.5 parent: 1 - - uid: 64644 + - uid: 4185 components: - type: Transform - pos: -108.5,-154.5 + pos: 131.5,26.5 parent: 1 - - uid: 64645 + - uid: 4186 components: - type: Transform - pos: -108.5,-155.5 + pos: 7.5,-25.5 parent: 1 - - uid: 64646 + - uid: 4187 components: - type: Transform - pos: -108.5,-156.5 + pos: 7.5,-26.5 parent: 1 - - uid: 64647 + - uid: 4188 components: - type: Transform - pos: -108.5,-157.5 + pos: 7.5,-27.5 parent: 1 - - uid: 64648 + - uid: 4189 components: - type: Transform - pos: -97.5,-165.5 + pos: -267.5,-89.5 parent: 1 - - uid: 64649 + - uid: 4190 components: - type: Transform - pos: -96.5,-165.5 + pos: -250.5,-90.5 parent: 1 - - uid: 64650 + - uid: 4191 components: - type: Transform - pos: -98.5,-165.5 + pos: 11.5,-27.5 parent: 1 - - uid: 64651 + - uid: 4192 components: - type: Transform - pos: -99.5,-165.5 + pos: 10.5,-27.5 parent: 1 - - uid: 64652 + - uid: 4193 components: - type: Transform - pos: -99.5,-166.5 + pos: 9.5,-27.5 parent: 1 - - uid: 64660 + - uid: 4194 components: - type: Transform - pos: -99.5,-167.5 + pos: 8.5,-27.5 parent: 1 - - uid: 64661 + - uid: 4195 components: - type: Transform - pos: -98.5,-167.5 + pos: 11.5,-25.5 parent: 1 - - uid: 64662 + - uid: 4196 components: - type: Transform - pos: -99.5,-164.5 + pos: 9.5,-25.5 parent: 1 - - uid: 64663 + - uid: 4197 components: - type: Transform - pos: -99.5,-163.5 + pos: 10.5,-25.5 parent: 1 - - uid: 64664 + - uid: 4198 components: - type: Transform - pos: -99.5,-162.5 + pos: 8.5,-25.5 parent: 1 - - uid: 64665 + - uid: 4199 components: - type: Transform - pos: -106.5,-171.5 + pos: -210.5,-88.5 parent: 1 - - uid: 64666 + - uid: 4200 components: - type: Transform - pos: -100.5,-162.5 + pos: -208.5,-88.5 parent: 1 - - uid: 64667 + - uid: 4201 components: - type: Transform - pos: -86.5,-173.5 + pos: -270.5,-89.5 parent: 1 - - uid: 64668 + - uid: 4202 components: - type: Transform - pos: -91.5,-168.5 + pos: -208.5,-90.5 parent: 1 - - uid: 64669 + - uid: 4203 components: - type: Transform - pos: -104.5,-168.5 + pos: -210.5,-88.5 parent: 1 - - uid: 64671 + - uid: 4204 components: - type: Transform - pos: -91.5,-169.5 + pos: -248.5,-89.5 parent: 1 - - uid: 64672 + - uid: 4205 components: - type: Transform - pos: -107.5,-171.5 + pos: -268.5,-89.5 parent: 1 - - uid: 64673 + - uid: 4206 components: - type: Transform - pos: -95.5,-165.5 + pos: -249.5,-89.5 parent: 1 - - uid: 64674 + - uid: 4207 components: - type: Transform - pos: -94.5,-165.5 + pos: -250.5,-89.5 parent: 1 - - uid: 64675 + - uid: 4208 components: - type: Transform - pos: -93.5,-165.5 + pos: -250.5,-90.5 parent: 1 - - uid: 64676 + - uid: 4209 components: - type: Transform - pos: -112.5,-168.5 + pos: -259.5,-89.5 parent: 1 - - uid: 64677 + - uid: 4210 components: - type: Transform - pos: -112.5,-169.5 + pos: -267.5,-89.5 parent: 1 - - uid: 64678 + - uid: 4211 components: - type: Transform - pos: -90.5,-170.5 + pos: -287.5,-86.5 parent: 1 - - uid: 64679 + - uid: 4212 components: - type: Transform - pos: -105.5,-171.5 + pos: -287.5,-85.5 parent: 1 - - uid: 64680 + - uid: 4213 components: - type: Transform - pos: -88.5,-170.5 + pos: -287.5,-84.5 parent: 1 - - uid: 64681 + - uid: 4214 components: - type: Transform - pos: -93.5,-166.5 + pos: -287.5,-87.5 parent: 1 - - uid: 64682 + - uid: 4215 components: - type: Transform - pos: -92.5,-166.5 + pos: -259.5,-89.5 parent: 1 - - uid: 64683 + - uid: 4216 components: - type: Transform - pos: -91.5,-166.5 + pos: -248.5,-88.5 parent: 1 - - uid: 64684 + - uid: 4217 components: - type: Transform - pos: -90.5,-166.5 + pos: -208.5,-90.5 parent: 1 - - uid: 64685 + - uid: 4218 components: - type: Transform - pos: -89.5,-166.5 + pos: -273.5,-89.5 parent: 1 - - uid: 64686 + - uid: 4219 components: - type: Transform - pos: -88.5,-166.5 + pos: -272.5,-89.5 parent: 1 - - uid: 64687 + - uid: 4220 components: - type: Transform - pos: -87.5,-166.5 + pos: 110.5,-41.5 parent: 1 - - uid: 64688 + - uid: 4221 components: - type: Transform - pos: -86.5,-166.5 + pos: 111.5,-41.5 parent: 1 - - uid: 64689 + - uid: 4222 components: - type: Transform - pos: -85.5,-166.5 + pos: 112.5,-41.5 parent: 1 - - uid: 64690 + - uid: 4223 components: - type: Transform - pos: -87.5,-167.5 + pos: 113.5,-41.5 parent: 1 - - uid: 64691 + - uid: 4224 components: - type: Transform - pos: -87.5,-168.5 + pos: 177.5,-74.5 parent: 1 - - uid: 64692 + - uid: 4225 components: - type: Transform - pos: -87.5,-169.5 + pos: 176.5,-73.5 parent: 1 - - uid: 64693 + - uid: 4226 components: - type: Transform - pos: -87.5,-170.5 + pos: 177.5,-75.5 parent: 1 - - uid: 64694 + - uid: 4227 components: - type: Transform - pos: -87.5,-171.5 + pos: 177.5,-76.5 parent: 1 - - uid: 64695 + - uid: 4228 components: - type: Transform - pos: -87.5,-172.5 + pos: 177.5,-77.5 parent: 1 - - uid: 64696 + - uid: 4229 components: - type: Transform - pos: -87.5,-173.5 + pos: 177.5,-73.5 parent: 1 - - uid: 64697 + - uid: 4230 components: - type: Transform - pos: -87.5,-174.5 + pos: 39.5,-56.5 parent: 1 - - uid: 64698 + - uid: 4231 components: - type: Transform - pos: -87.5,-175.5 + pos: 41.5,-56.5 parent: 1 - - uid: 64699 + - uid: 4232 components: - type: Transform - pos: -103.5,-170.5 + pos: 40.5,-56.5 parent: 1 - - uid: 64700 + - uid: 4233 components: - type: Transform - pos: -89.5,-170.5 + pos: -88.5,-106.5 parent: 1 - - uid: 64701 + - uid: 4234 components: - type: Transform - pos: -91.5,-170.5 + pos: -35.5,-113.5 parent: 1 - - uid: 64702 + - uid: 4235 components: - type: Transform - pos: -92.5,-170.5 + pos: -37.5,-113.5 parent: 1 - - uid: 64703 + - uid: 4236 components: - type: Transform - pos: -102.5,-170.5 + pos: -36.5,-113.5 parent: 1 - - uid: 64704 + - uid: 4237 components: - type: Transform - pos: -111.5,-170.5 + pos: -34.5,-113.5 parent: 1 - - uid: 64706 + - uid: 4238 components: - type: Transform - pos: -88.5,-175.5 + pos: -34.5,-113.5 parent: 1 - - uid: 64707 + - uid: 4239 components: - type: Transform - pos: -89.5,-175.5 + pos: -34.5,-114.5 parent: 1 - - uid: 64708 + - uid: 4240 components: - type: Transform - pos: -90.5,-175.5 + pos: -36.5,-110.5 parent: 1 - - uid: 64709 + - uid: 4241 components: - type: Transform - pos: -91.5,-175.5 + pos: -36.5,-111.5 parent: 1 - - uid: 64710 + - uid: 4242 components: - type: Transform - pos: -92.5,-175.5 + pos: -36.5,-112.5 parent: 1 - - uid: 64712 + - uid: 4243 components: - type: Transform - pos: -101.5,-170.5 + pos: -36.5,-112.5 parent: 1 - - uid: 64714 + - uid: 4244 components: - type: Transform - pos: -78.5,-163.5 + pos: -36.5,-112.5 parent: 1 - - uid: 64715 + - uid: 4245 components: - type: Transform - pos: -85.5,-173.5 + pos: -36.5,-113.5 parent: 1 - - uid: 64716 + - uid: 4246 components: - type: Transform - pos: -84.5,-173.5 + pos: -34.5,-110.5 parent: 1 - - uid: 64717 + - uid: 4247 components: - type: Transform - pos: -83.5,-173.5 + pos: -35.5,-110.5 parent: 1 - - uid: 64718 + - uid: 4248 components: - type: Transform - pos: -82.5,-173.5 + pos: -35.5,-110.5 parent: 1 - - uid: 64719 + - uid: 4249 components: - type: Transform - pos: -81.5,-173.5 + pos: -36.5,-110.5 parent: 1 - - uid: 64720 + - uid: 4250 components: - type: Transform - pos: -80.5,-173.5 + pos: -34.5,-109.5 parent: 1 - - uid: 64721 + - uid: 4251 components: - type: Transform - pos: -79.5,-173.5 + pos: -35.5,-109.5 parent: 1 - - uid: 64722 + - uid: 4252 components: - type: Transform - pos: -78.5,-173.5 + pos: -36.5,-109.5 parent: 1 - - uid: 64723 + - uid: 4253 components: - type: Transform - pos: -77.5,-173.5 + pos: -34.5,-111.5 parent: 1 - - uid: 64724 + - uid: 4254 components: - type: Transform - pos: -76.5,-173.5 + pos: -34.5,-112.5 parent: 1 - - uid: 64726 + - uid: 4255 components: - type: Transform - pos: -82.5,-172.5 + pos: -34.5,-112.5 parent: 1 - - uid: 64727 + - uid: 4256 components: - type: Transform - pos: -82.5,-171.5 + pos: -35.5,-112.5 parent: 1 - - uid: 64728 + - uid: 4257 components: - type: Transform - pos: -82.5,-170.5 + pos: -36.5,-112.5 parent: 1 - - uid: 64729 + - uid: 4258 components: - type: Transform - pos: -82.5,-169.5 + pos: -33.5,-114.5 parent: 1 - - uid: 64730 + - uid: 4259 components: - type: Transform - pos: -82.5,-168.5 + pos: -34.5,-114.5 parent: 1 - - uid: 64731 + - uid: 4260 components: - type: Transform - pos: -82.5,-167.5 + pos: -34.5,-113.5 parent: 1 - - uid: 64732 + - uid: 4261 components: - type: Transform - pos: -82.5,-166.5 + pos: -36.5,-113.5 parent: 1 - - uid: 64733 + - uid: 4262 components: - type: Transform - pos: -82.5,-165.5 + pos: -34.5,-114.5 parent: 1 - - uid: 64734 + - uid: 4263 components: - type: Transform - pos: -82.5,-164.5 + pos: -34.5,-113.5 parent: 1 - - uid: 64735 + - uid: 4264 components: - type: Transform - pos: -81.5,-164.5 + pos: -35.5,-113.5 parent: 1 - - uid: 64736 + - uid: 4265 components: - type: Transform - pos: -104.5,-173.5 + pos: -33.5,-114.5 parent: 1 - - uid: 64738 + - uid: 4266 components: - type: Transform - pos: -103.5,-173.5 + pos: -211.5,-89.5 parent: 1 - - uid: 64740 + - uid: 4267 components: - type: Transform - pos: -80.5,-164.5 + pos: -211.5,-89.5 parent: 1 - - uid: 64741 + - uid: 4268 components: - type: Transform - pos: -79.5,-164.5 + pos: -205.5,-90.5 parent: 1 - - uid: 64742 + - uid: 4269 components: - type: Transform - pos: -78.5,-164.5 + pos: -205.5,-89.5 parent: 1 - - uid: 64743 + - uid: 4270 components: - type: Transform - pos: -77.5,-164.5 + pos: -263.5,-89.5 parent: 1 - - uid: 64744 + - uid: 4271 components: - type: Transform - pos: -76.5,-164.5 + pos: -267.5,-89.5 parent: 1 - - uid: 64747 + - uid: 4272 components: - type: Transform - pos: -112.5,-170.5 + pos: -286.5,-88.5 parent: 1 - - uid: 64748 + - uid: 4273 components: - type: Transform - pos: -110.5,-170.5 + pos: -211.5,-90.5 parent: 1 - - uid: 64749 + - uid: 4274 components: - type: Transform - pos: -104.5,-167.5 + pos: -274.5,-88.5 parent: 1 - - uid: 64750 + - uid: 4275 components: - type: Transform - pos: -105.5,-167.5 + pos: -274.5,-88.5 parent: 1 - - uid: 64751 + - uid: 4276 components: - type: Transform - pos: -103.5,-175.5 + pos: -265.5,-89.5 parent: 1 - - uid: 64752 + - uid: 4277 components: - type: Transform - pos: -103.5,-176.5 + pos: -264.5,-89.5 parent: 1 - - uid: 64754 + - uid: 4278 components: - type: Transform - pos: -78.5,-162.5 + pos: -277.5,-89.5 parent: 1 - - uid: 64755 + - uid: 4279 components: - type: Transform - pos: -103.5,-174.5 + pos: -261.5,-89.5 parent: 1 - - uid: 64756 + - uid: 4280 components: - type: Transform - pos: -97.5,-176.5 + pos: -275.5,-88.5 parent: 1 - - uid: 64757 + - uid: 4281 components: - type: Transform - pos: -77.5,-172.5 + pos: -273.5,-89.5 parent: 1 - - uid: 64758 + - uid: 4282 components: - type: Transform - pos: -77.5,-171.5 + pos: -274.5,-89.5 parent: 1 - - uid: 64759 + - uid: 4283 components: - type: Transform - pos: -77.5,-170.5 + pos: -258.5,-88.5 parent: 1 - - uid: 64760 + - uid: 4284 components: - type: Transform - pos: -77.5,-169.5 + pos: -277.5,-91.5 parent: 1 - - uid: 64761 + - uid: 4285 components: - type: Transform - pos: -77.5,-168.5 + pos: -276.5,-88.5 parent: 1 - - uid: 64762 + - uid: 4286 components: - type: Transform - pos: -77.5,-167.5 + pos: -262.5,-89.5 parent: 1 - - uid: 64763 + - uid: 4287 components: - type: Transform - pos: -77.5,-166.5 + pos: -260.5,-89.5 parent: 1 - - uid: 64764 + - uid: 4288 components: - type: Transform - pos: -96.5,-176.5 + pos: -287.5,-88.5 parent: 1 - - uid: 64765 + - uid: 4289 components: - type: Transform - pos: -78.5,-167.5 + pos: -258.5,-89.5 parent: 1 - - uid: 64767 + - uid: 4290 components: - type: Transform - pos: -76.5,-169.5 + pos: -258.5,-90.5 parent: 1 - - uid: 64769 + - uid: 4291 components: - type: Transform - pos: -75.5,-169.5 + pos: -263.5,-89.5 parent: 1 - - uid: 64770 + - uid: 4292 components: - type: Transform - pos: -75.5,-168.5 + pos: -274.5,-89.5 parent: 1 - - uid: 64772 + - uid: 4293 components: - type: Transform - pos: -74.5,-169.5 + pos: -259.5,-88.5 parent: 1 - - uid: 64774 + - uid: 4294 components: - type: Transform - pos: -76.5,-175.5 + pos: -275.5,-88.5 parent: 1 - - uid: 64776 + - uid: 4295 components: - type: Transform - pos: -75.5,-173.5 + pos: -276.5,-88.5 parent: 1 - - uid: 64777 + - uid: 4296 components: - type: Transform - pos: -76.5,-173.5 + pos: -287.5,-87.5 parent: 1 - - uid: 64778 + - uid: 4297 components: - type: Transform - pos: -75.5,-174.5 + pos: -277.5,-88.5 parent: 1 - - uid: 64779 + - uid: 4298 components: - type: Transform - pos: -75.5,-175.5 + pos: -276.5,-88.5 parent: 1 - - uid: 64780 + - uid: 4299 components: - type: Transform - pos: -77.5,-175.5 + pos: -277.5,-90.5 parent: 1 - - uid: 64781 + - uid: 4300 components: - type: Transform - pos: -77.5,-176.5 + pos: -277.5,-90.5 parent: 1 - - uid: 64782 + - uid: 4301 components: - type: Transform - pos: -78.5,-176.5 + pos: -277.5,-90.5 parent: 1 - - uid: 64783 + - uid: 4302 components: - type: Transform - pos: -79.5,-176.5 + pos: -261.5,-89.5 parent: 1 - - uid: 64784 + - uid: 4303 components: - type: Transform - pos: -80.5,-176.5 + pos: -259.5,-88.5 parent: 1 - - uid: 64785 + - uid: 4304 components: - type: Transform - pos: -81.5,-176.5 + pos: -278.5,-91.5 parent: 1 - - uid: 64786 + - uid: 4305 components: - type: Transform - pos: -82.5,-176.5 + pos: -209.5,-88.5 parent: 1 - - uid: 64787 + - uid: 4306 components: - type: Transform - pos: -83.5,-176.5 + pos: -265.5,-89.5 parent: 1 - - uid: 64788 + - uid: 4307 components: - type: Transform - pos: -83.5,-175.5 + pos: -270.5,-89.5 parent: 1 - - uid: 64789 + - uid: 4308 components: - type: Transform - pos: -108.5,-165.5 + pos: -272.5,-89.5 parent: 1 - - uid: 64790 + - uid: 4309 components: - type: Transform - pos: -108.5,-166.5 + pos: -269.5,-89.5 parent: 1 - - uid: 64791 + - uid: 4310 components: - type: Transform - pos: -108.5,-167.5 + pos: -271.5,-89.5 parent: 1 - - uid: 64792 + - uid: 4311 components: - type: Transform - pos: -100.5,-170.5 + pos: -268.5,-89.5 parent: 1 - - uid: 64793 + - uid: 4312 components: - type: Transform - pos: -106.5,-167.5 + pos: -266.5,-89.5 parent: 1 - - uid: 64794 + - uid: 4313 components: - type: Transform - pos: -107.5,-167.5 + pos: -304.5,-38.5 parent: 1 - - uid: 64795 + - uid: 4314 components: - type: Transform - pos: -104.5,-169.5 + pos: -297.5,-39.5 parent: 1 - - uid: 64796 + - uid: 4315 components: - type: Transform - pos: -104.5,-170.5 + pos: -300.5,-39.5 parent: 1 - - uid: 64797 + - uid: 4316 components: - type: Transform - pos: -104.5,-171.5 + pos: -298.5,-39.5 parent: 1 - - uid: 64798 + - uid: 4317 components: - type: Transform - pos: -104.5,-172.5 + pos: -301.5,-39.5 parent: 1 - - uid: 64801 + - uid: 4318 components: - type: Transform - pos: -97.5,-175.5 + pos: -306.5,-40.5 parent: 1 - - uid: 64802 + - uid: 4319 components: - type: Transform - pos: -96.5,-177.5 + pos: -307.5,-40.5 parent: 1 - - uid: 64803 + - uid: 4320 components: - type: Transform - pos: -100.5,-176.5 + pos: -304.5,-38.5 parent: 1 - - uid: 64804 + - uid: 4321 components: - type: Transform - pos: -98.5,-170.5 + pos: -305.5,-39.5 parent: 1 - - uid: 64808 + - uid: 4322 components: - type: Transform - pos: -98.5,-176.5 + pos: -305.5,-40.5 parent: 1 - - uid: 64809 + - uid: 4323 components: - type: Transform - pos: -99.5,-176.5 + pos: -304.5,-38.5 parent: 1 - - uid: 64810 + - uid: 4324 components: - type: Transform - pos: -99.5,-170.5 + pos: -302.5,-38.5 parent: 1 - - uid: 64811 + - uid: 4325 components: - type: Transform - pos: -112.5,-167.5 + pos: -302.5,-37.5 parent: 1 - - uid: 64812 + - uid: 4326 components: - type: Transform - pos: -112.5,-166.5 + pos: -305.5,-38.5 parent: 1 - - uid: 64813 + - uid: 4327 components: - type: Transform - pos: -112.5,-165.5 + pos: -302.5,-39.5 parent: 1 - - uid: 64814 + - uid: 4328 components: - type: Transform - pos: -113.5,-165.5 + pos: -302.5,-40.5 parent: 1 - - uid: 64815 + - uid: 4329 components: - type: Transform - pos: -111.5,-165.5 + pos: -299.5,-39.5 parent: 1 - - uid: 64816 + - uid: 4330 components: - type: Transform - pos: -110.5,-165.5 + pos: -296.5,-39.5 parent: 1 - - uid: 64817 + - uid: 4331 components: - type: Transform - pos: -111.5,-164.5 + pos: -296.5,-38.5 parent: 1 - - uid: 64818 + - uid: 4332 components: - type: Transform - pos: -111.5,-163.5 + pos: -68.5,-33.5 parent: 1 - - uid: 64819 + - uid: 4333 components: - type: Transform - pos: -111.5,-160.5 + pos: -67.5,-33.5 parent: 1 - - uid: 64820 + - uid: 4334 components: - type: Transform - pos: -111.5,-159.5 + pos: -67.5,-34.5 parent: 1 - - uid: 64821 + - uid: 4335 components: - type: Transform - pos: -112.5,-163.5 + pos: -67.5,-35.5 parent: 1 - - uid: 64822 + - uid: 4336 components: - type: Transform - pos: -113.5,-163.5 + pos: -66.5,-35.5 parent: 1 - - uid: 64823 + - uid: 4337 components: - type: Transform - pos: -114.5,-163.5 + pos: 132.5,26.5 parent: 1 - - uid: 64824 + - uid: 4338 components: - type: Transform - pos: -115.5,-163.5 + pos: 130.5,26.5 parent: 1 - - uid: 64825 + - uid: 4339 components: - type: Transform - pos: -116.5,-163.5 + pos: 134.5,26.5 parent: 1 - - uid: 64826 + - uid: 4340 components: - type: Transform - pos: -116.5,-164.5 + pos: 133.5,26.5 parent: 1 - - uid: 64827 + - uid: 4341 components: - type: Transform - pos: -116.5,-165.5 + pos: 132.5,26.5 parent: 1 - - uid: 64828 + - uid: 4342 components: - type: Transform - pos: -114.5,-165.5 + pos: -124.5,61.5 parent: 1 - - uid: 64829 + - uid: 4343 components: - type: Transform - pos: -116.5,-162.5 + pos: 278.5,133.5 parent: 1 - - uid: 64832 + - uid: 4344 components: - type: Transform - pos: -112.5,-162.5 + pos: 129.5,26.5 parent: 1 - - uid: 64833 + - uid: 4345 components: - type: Transform - pos: -112.5,-161.5 + pos: 130.5,26.5 parent: 1 - - uid: 64834 + - uid: 4346 components: - type: Transform - pos: -112.5,-160.5 + pos: -394.5,118.5 parent: 1 - - uid: 64835 + - uid: 4347 components: - type: Transform - pos: -111.5,-158.5 + pos: -396.5,117.5 parent: 1 - - uid: 64837 + - uid: 4348 components: - type: Transform - pos: -112.5,-158.5 + pos: -394.5,117.5 parent: 1 - - uid: 64838 + - uid: 4349 components: - type: Transform - pos: -113.5,-158.5 + pos: -395.5,117.5 parent: 1 - - uid: 64839 + - uid: 4350 components: - type: Transform - pos: -114.5,-158.5 + pos: 130.5,26.5 parent: 1 - - uid: 64840 + - uid: 4351 components: - type: Transform - pos: -115.5,-158.5 + pos: 131.5,26.5 parent: 1 - - uid: 64843 + - uid: 4352 components: - type: Transform - pos: -115.5,-157.5 + pos: -40.5,57.5 parent: 1 - - uid: 64844 + - uid: 4353 components: - type: Transform - pos: -115.5,-156.5 + pos: -40.5,58.5 parent: 1 - - uid: 64845 + - uid: 4354 components: - type: Transform - pos: -115.5,-155.5 + pos: -40.5,59.5 parent: 1 - - uid: 64846 + - uid: 4355 components: - type: Transform - pos: -115.5,-154.5 + pos: 91.5,95.5 parent: 1 - - uid: 64847 + - uid: 4356 components: - type: Transform - pos: -115.5,-153.5 + pos: 96.5,87.5 parent: 1 - - uid: 64848 + - uid: 4357 components: - type: Transform - pos: -115.5,-152.5 + pos: 93.5,87.5 parent: 1 - - uid: 64849 + - uid: 4358 components: - type: Transform - pos: -115.5,-151.5 + pos: 94.5,88.5 parent: 1 - - uid: 64853 + - uid: 4359 components: - type: Transform - pos: -114.5,-152.5 + pos: -189.5,56.5 parent: 1 - - uid: 64854 + - uid: 4360 components: - type: Transform - pos: -113.5,-152.5 + pos: -189.5,57.5 parent: 1 - - uid: 64855 + - uid: 4361 components: - type: Transform - pos: -112.5,-152.5 + pos: -189.5,58.5 parent: 1 - - uid: 64856 + - uid: 4362 components: - type: Transform - pos: -111.5,-152.5 + pos: -189.5,59.5 parent: 1 - - uid: 64858 + - uid: 4363 components: - type: Transform - pos: -113.5,-157.5 + pos: -184.5,58.5 parent: 1 - - uid: 64859 + - uid: 4364 components: - type: Transform - pos: -113.5,-156.5 + pos: -185.5,58.5 parent: 1 - - uid: 64860 + - uid: 4365 components: - type: Transform - pos: -112.5,-153.5 + pos: -186.5,58.5 parent: 1 - - uid: 64862 + - uid: 4366 components: - type: Transform - pos: -113.5,-151.5 + pos: -187.5,58.5 parent: 1 - - uid: 64863 + - uid: 4367 components: - type: Transform - pos: -116.5,-153.5 + pos: -188.5,58.5 parent: 1 - - uid: 65051 + - uid: 4368 components: - type: Transform - pos: 114.5,13.5 + pos: -186.5,59.5 parent: 1 - - uid: 65056 + - uid: 4369 components: - type: Transform - pos: 115.5,4.5 + pos: -125.5,61.5 parent: 1 - - uid: 65057 + - uid: 4370 components: - type: Transform - pos: 115.5,13.5 + pos: 311.5,102.5 parent: 1 - - uid: 65063 + - uid: 4371 components: - type: Transform - pos: -125.5,63.5 + pos: -167.5,-97.5 parent: 1 - - uid: 65064 + - uid: 4372 components: - type: Transform - pos: 114.5,4.5 + pos: -167.5,-96.5 parent: 1 - - uid: 65065 + - uid: 4373 components: - type: Transform - pos: -124.5,63.5 + pos: -167.5,-98.5 parent: 1 - - uid: 65069 + - uid: 4374 components: - type: Transform - pos: -123.5,63.5 + pos: 104.5,-130.5 parent: 1 - - uid: 65092 + - uid: 4375 components: - type: Transform - pos: -124.5,61.5 + pos: 103.5,-130.5 parent: 1 -- proto: CableApcStack - entities: - - uid: 23856 + - uid: 4376 components: - type: Transform - pos: 16.309158,141.28062 + pos: 105.5,-130.5 parent: 1 -- proto: CableApcStack1 - entities: - - uid: 3163 + - uid: 4377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.476494,-122.70878 + pos: 101.5,-130.5 parent: 1 - - uid: 3164 + - uid: 4378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.29058,-102.44613 + pos: 100.5,-130.5 parent: 1 - - uid: 3165 + - uid: 4379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.149956,-102.57113 + pos: 102.5,-130.5 parent: 1 - - uid: 3167 +- proto: CableHVStack + entities: + - uid: 4380 components: - type: Transform - parent: 3166 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 3168 + pos: 15.642491,141.59312 + parent: 1 +- proto: CableHVStack10 + entities: + - uid: 4381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.62932,23.710901 + pos: 165.01639,38.789238 parent: 1 - - uid: 3169 +- proto: CableMV + entities: + - uid: 4382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 177.5512,23.507776 + pos: -197.5,-97.5 parent: 1 - - uid: 3170 + - uid: 4383 components: - type: Transform - pos: 167.40186,38.766895 + pos: -124.5,62.5 parent: 1 -- proto: Cablecuffs - entities: - - uid: 3171 + - uid: 4384 components: - type: Transform - pos: 164.98889,37.601738 + pos: -178.5,-125.5 parent: 1 -- proto: CableHV - entities: - - uid: 54 + - uid: 4385 components: - type: Transform - pos: -193.5,-101.5 + pos: -178.5,-131.5 parent: 1 - - uid: 67 + - uid: 4386 components: - type: Transform - pos: -192.5,-101.5 + pos: -186.5,-101.5 parent: 1 - - uid: 3172 + - uid: 4387 components: - type: Transform - pos: 7.5,-25.5 + pos: -174.5,-105.5 parent: 1 - - uid: 3173 + - uid: 4388 components: - type: Transform - pos: 7.5,-26.5 + pos: 133.5,26.5 parent: 1 - - uid: 3174 + - uid: 4389 components: - type: Transform - pos: 7.5,-27.5 + pos: 134.5,26.5 parent: 1 - - uid: 3175 + - uid: 4390 components: - type: Transform - pos: -267.5,-89.5 + pos: -395.5,118.5 parent: 1 - - uid: 3176 + - uid: 4391 components: - type: Transform - pos: -250.5,-90.5 + pos: -395.5,117.5 parent: 1 - - uid: 3177 + - uid: 4392 components: - type: Transform - pos: 11.5,-27.5 + pos: -190.5,-99.5 parent: 1 - - uid: 3178 + - uid: 4393 components: - type: Transform - pos: 10.5,-27.5 + pos: 129.5,27.5 parent: 1 - - uid: 3179 + - uid: 4394 components: - type: Transform - pos: 9.5,-27.5 + pos: 132.5,26.5 parent: 1 - - uid: 3180 + - uid: 4395 components: - type: Transform - pos: 8.5,-27.5 + pos: 137.5,-0.5 parent: 1 - - uid: 3181 + - uid: 4396 components: - type: Transform - pos: 11.5,-25.5 + pos: 129.5,26.5 parent: 1 - - uid: 3182 + - uid: 4397 components: - type: Transform - pos: 9.5,-25.5 + pos: 130.5,26.5 parent: 1 - - uid: 3183 + - uid: 4398 components: - type: Transform - pos: 10.5,-25.5 + pos: -205.5,-88.5 parent: 1 - - uid: 3184 + - uid: 4399 components: - type: Transform - pos: 8.5,-25.5 + pos: -212.5,-88.5 parent: 1 - - uid: 3185 + - uid: 4400 components: - type: Transform - pos: -210.5,-88.5 + pos: 142.5,7.5 parent: 1 - - uid: 3186 + - uid: 4401 components: - type: Transform - pos: -208.5,-88.5 + pos: -210.5,-88.5 parent: 1 - - uid: 3187 + - uid: 4402 components: - type: Transform - pos: -270.5,-89.5 + pos: -239.5,-88.5 parent: 1 - - uid: 3188 + - uid: 4403 components: - type: Transform - pos: -208.5,-90.5 + pos: -241.5,-88.5 parent: 1 - - uid: 3189 + - uid: 4404 components: - type: Transform - pos: -210.5,-88.5 + pos: -238.5,-88.5 parent: 1 - - uid: 3190 + - uid: 4405 components: - type: Transform - pos: -248.5,-89.5 + pos: -289.5,-72.5 parent: 1 - - uid: 3191 + - uid: 4406 components: - type: Transform - pos: -268.5,-89.5 + pos: -289.5,-75.5 parent: 1 - - uid: 3192 + - uid: 4407 components: - type: Transform - pos: -249.5,-89.5 + pos: -289.5,-71.5 parent: 1 - - uid: 3193 + - uid: 4408 components: - type: Transform - pos: -250.5,-89.5 + pos: -242.5,-88.5 parent: 1 - - uid: 3194 + - uid: 4409 components: - type: Transform - pos: -250.5,-90.5 + pos: -205.5,-88.5 parent: 1 - - uid: 3195 + - uid: 4410 components: - type: Transform - pos: -259.5,-89.5 + pos: -286.5,-88.5 parent: 1 - - uid: 3196 + - uid: 4411 components: - type: Transform - pos: -267.5,-89.5 + pos: -208.5,-79.5 parent: 1 - - uid: 3197 + - uid: 4412 components: - type: Transform - pos: -287.5,-86.5 + pos: -248.5,-88.5 parent: 1 - - uid: 3198 + - uid: 4413 components: - type: Transform - pos: -287.5,-85.5 + pos: -244.5,-88.5 parent: 1 - - uid: 3199 + - uid: 4414 components: - type: Transform - pos: -287.5,-84.5 + pos: 102.5,-11.5 parent: 1 - - uid: 3200 + - uid: 4415 components: - type: Transform - pos: -287.5,-87.5 + pos: 142.5,3.5 parent: 1 - - uid: 3201 + - uid: 4416 components: - type: Transform - pos: -259.5,-89.5 + pos: -213.5,-90.5 parent: 1 - - uid: 3202 + - uid: 4417 components: - type: Transform - pos: -248.5,-88.5 + pos: -245.5,-88.5 parent: 1 - - uid: 3203 + - uid: 4418 components: - type: Transform - pos: -208.5,-90.5 + pos: -212.5,-89.5 parent: 1 - - uid: 3204 + - uid: 4419 components: - type: Transform - pos: -273.5,-89.5 + pos: -235.5,-88.5 parent: 1 - - uid: 3205 + - uid: 4420 components: - type: Transform - pos: -272.5,-89.5 + pos: -234.5,-88.5 parent: 1 - - uid: 3206 + - uid: 4421 components: - type: Transform - pos: 110.5,-41.5 + pos: -240.5,-88.5 parent: 1 - - uid: 3207 + - uid: 4422 components: - type: Transform - pos: 111.5,-41.5 + pos: -249.5,-88.5 parent: 1 - - uid: 3208 + - uid: 4423 components: - type: Transform - pos: 112.5,-41.5 + pos: -213.5,-88.5 parent: 1 - - uid: 3209 + - uid: 4424 components: - type: Transform - pos: 113.5,-41.5 + pos: -243.5,-88.5 parent: 1 - - uid: 3210 + - uid: 4425 components: - type: Transform - pos: 177.5,-74.5 + pos: -227.5,-88.5 parent: 1 - - uid: 3211 + - uid: 4426 components: - type: Transform - pos: 176.5,-73.5 + pos: -206.5,-90.5 parent: 1 - - uid: 3212 + - uid: 4427 components: - type: Transform - pos: 177.5,-75.5 + pos: -208.5,-88.5 parent: 1 - - uid: 3213 + - uid: 4428 components: - type: Transform - pos: 177.5,-76.5 + pos: -212.5,-88.5 parent: 1 - - uid: 3214 + - uid: 4429 components: - type: Transform - pos: 177.5,-77.5 + pos: -211.5,-88.5 parent: 1 - - uid: 3215 + - uid: 4430 components: - type: Transform - pos: 177.5,-73.5 + pos: -206.5,-90.5 parent: 1 - - uid: 3216 + - uid: 4431 components: - type: Transform - pos: 39.5,-56.5 + pos: -205.5,-89.5 parent: 1 - - uid: 3217 + - uid: 4432 components: - type: Transform - pos: 41.5,-56.5 + pos: -247.5,-88.5 parent: 1 - - uid: 3218 + - uid: 4433 components: - type: Transform - pos: 38.5,-56.5 + pos: -246.5,-88.5 parent: 1 - - uid: 3219 + - uid: 4434 components: - type: Transform - pos: 40.5,-56.5 + pos: -223.5,-88.5 parent: 1 - - uid: 3220 + - uid: 4435 components: - type: Transform - pos: -88.5,-106.5 + pos: -205.5,-89.5 parent: 1 - - uid: 3221 + - uid: 4436 components: - type: Transform - pos: -35.5,-113.5 + pos: -229.5,-88.5 parent: 1 - - uid: 3222 + - uid: 4437 components: - type: Transform - pos: -37.5,-113.5 + pos: -231.5,-88.5 parent: 1 - - uid: 3223 + - uid: 4438 components: - type: Transform - pos: -36.5,-113.5 + pos: -232.5,-88.5 parent: 1 - - uid: 3224 + - uid: 4439 components: - type: Transform - pos: -34.5,-113.5 + pos: -228.5,-88.5 parent: 1 - - uid: 3225 + - uid: 4440 components: - type: Transform - pos: -34.5,-113.5 + pos: -233.5,-88.5 parent: 1 - - uid: 3226 + - uid: 4441 components: - type: Transform - pos: -34.5,-114.5 + pos: -230.5,-88.5 parent: 1 - - uid: 3227 + - uid: 4442 components: - type: Transform - pos: -36.5,-110.5 + pos: -289.5,-82.5 parent: 1 - - uid: 3228 + - uid: 4443 components: - type: Transform - pos: -36.5,-111.5 + pos: -236.5,-88.5 parent: 1 - - uid: 3229 + - uid: 4444 components: - type: Transform - pos: -36.5,-112.5 + pos: -237.5,-88.5 parent: 1 - - uid: 3230 + - uid: 4445 components: - type: Transform - pos: -36.5,-112.5 + pos: -289.5,-61.5 parent: 1 - - uid: 3231 + - uid: 4446 components: - type: Transform - pos: -36.5,-112.5 + pos: -289.5,-55.5 parent: 1 - - uid: 3232 + - uid: 4447 components: - type: Transform - pos: -36.5,-113.5 + pos: -291.5,-43.5 parent: 1 - - uid: 3233 + - uid: 4448 components: - type: Transform - pos: -34.5,-110.5 + pos: -289.5,-70.5 parent: 1 - - uid: 3234 + - uid: 4449 components: - type: Transform - pos: -35.5,-110.5 + pos: -289.5,-59.5 parent: 1 - - uid: 3235 + - uid: 4450 components: - type: Transform - pos: -35.5,-110.5 + pos: -255.5,-88.5 parent: 1 - - uid: 3236 + - uid: 4451 components: - type: Transform - pos: -36.5,-110.5 + pos: -266.5,-88.5 parent: 1 - - uid: 3237 + - uid: 4452 components: - type: Transform - pos: -34.5,-109.5 + pos: -259.5,-88.5 parent: 1 - - uid: 3238 + - uid: 4453 components: - type: Transform - pos: -35.5,-109.5 + pos: -271.5,-88.5 parent: 1 - - uid: 3239 + - uid: 4454 components: - type: Transform - pos: -36.5,-109.5 + pos: -269.5,-88.5 parent: 1 - - uid: 3240 + - uid: 4455 components: - type: Transform - pos: -34.5,-111.5 + pos: -273.5,-88.5 parent: 1 - - uid: 3241 + - uid: 4456 components: - type: Transform - pos: -34.5,-112.5 + pos: -257.5,-88.5 parent: 1 - - uid: 3242 + - uid: 4457 components: - type: Transform - pos: -34.5,-112.5 + pos: -272.5,-88.5 parent: 1 - - uid: 3243 + - uid: 4458 components: - type: Transform - pos: -35.5,-112.5 + pos: -267.5,-88.5 parent: 1 - - uid: 3244 + - uid: 4459 components: - type: Transform - pos: -36.5,-112.5 + pos: -270.5,-88.5 parent: 1 - - uid: 3245 + - uid: 4460 components: - type: Transform - pos: -33.5,-114.5 + pos: -274.5,-88.5 parent: 1 - - uid: 3246 + - uid: 4461 components: - type: Transform - pos: -34.5,-114.5 + pos: -276.5,-88.5 parent: 1 - - uid: 3247 + - uid: 4462 components: - type: Transform - pos: -34.5,-113.5 + pos: -268.5,-88.5 parent: 1 - - uid: 3248 + - uid: 4463 components: - type: Transform - pos: -36.5,-113.5 + pos: -261.5,-88.5 parent: 1 - - uid: 3249 + - uid: 4464 components: - type: Transform - pos: -34.5,-114.5 + pos: -289.5,-60.5 parent: 1 - - uid: 3250 + - uid: 4465 components: - type: Transform - pos: -34.5,-113.5 + pos: -263.5,-88.5 parent: 1 - - uid: 3251 + - uid: 4466 components: - type: Transform - pos: -35.5,-113.5 + pos: -277.5,-88.5 parent: 1 - - uid: 3252 + - uid: 4467 components: - type: Transform - pos: -33.5,-114.5 + pos: -254.5,-88.5 parent: 1 - - uid: 3253 + - uid: 4468 components: - type: Transform - pos: -211.5,-89.5 + pos: -253.5,-88.5 parent: 1 - - uid: 3254 + - uid: 4469 components: - type: Transform - pos: -211.5,-89.5 + pos: -289.5,-48.5 parent: 1 - - uid: 3255 + - uid: 4470 components: - type: Transform - pos: -205.5,-90.5 + pos: -275.5,-88.5 parent: 1 - - uid: 3256 + - uid: 4471 components: - type: Transform - pos: -205.5,-89.5 + pos: -278.5,-88.5 parent: 1 - - uid: 3257 + - uid: 4472 components: - type: Transform - pos: -263.5,-89.5 + pos: -250.5,-88.5 parent: 1 - - uid: 3258 + - uid: 4473 components: - type: Transform - pos: -267.5,-89.5 + pos: -251.5,-88.5 parent: 1 - - uid: 3259 + - uid: 4474 components: - type: Transform - pos: -286.5,-88.5 + pos: -252.5,-88.5 parent: 1 - - uid: 3260 + - uid: 4475 components: - type: Transform - pos: -211.5,-90.5 + pos: -262.5,-88.5 parent: 1 - - uid: 3261 + - uid: 4476 components: - type: Transform - pos: -274.5,-88.5 + pos: -265.5,-88.5 parent: 1 - - uid: 3262 + - uid: 4477 components: - type: Transform - pos: -274.5,-88.5 + pos: -289.5,-53.5 parent: 1 - - uid: 3263 + - uid: 4478 components: - type: Transform - pos: -265.5,-89.5 + pos: -264.5,-88.5 parent: 1 - - uid: 3264 + - uid: 4479 components: - type: Transform - pos: -264.5,-89.5 + pos: -256.5,-88.5 parent: 1 - - uid: 3265 + - uid: 4480 components: - type: Transform - pos: -277.5,-89.5 + pos: -289.5,-54.5 parent: 1 - - uid: 3266 + - uid: 4481 components: - type: Transform - pos: -261.5,-89.5 + pos: -279.5,-88.5 parent: 1 - - uid: 3267 + - uid: 4482 components: - type: Transform - pos: -275.5,-88.5 + pos: -281.5,-88.5 parent: 1 - - uid: 3268 + - uid: 4483 components: - type: Transform - pos: -273.5,-89.5 + pos: -280.5,-88.5 parent: 1 - - uid: 3269 + - uid: 4484 components: - type: Transform - pos: -274.5,-89.5 + pos: -289.5,-84.5 parent: 1 - - uid: 3270 + - uid: 4485 components: - type: Transform - pos: -258.5,-88.5 + pos: -289.5,-52.5 parent: 1 - - uid: 3271 + - uid: 4486 components: - type: Transform - pos: -277.5,-91.5 + pos: -289.5,-51.5 parent: 1 - - uid: 3272 + - uid: 4487 components: - type: Transform - pos: -276.5,-88.5 + pos: -289.5,-76.5 parent: 1 - - uid: 3273 + - uid: 4488 components: - type: Transform - pos: -262.5,-89.5 + pos: -289.5,-74.5 parent: 1 - - uid: 3274 + - uid: 4489 components: - type: Transform - pos: -260.5,-89.5 + pos: -289.5,-73.5 parent: 1 - - uid: 3275 + - uid: 4490 components: - type: Transform - pos: -287.5,-88.5 + pos: -289.5,-69.5 parent: 1 - - uid: 3276 + - uid: 4491 components: - type: Transform - pos: -258.5,-89.5 + pos: -258.5,-88.5 parent: 1 - - uid: 3277 + - uid: 4492 components: - type: Transform - pos: -258.5,-90.5 + pos: -260.5,-88.5 parent: 1 - - uid: 3278 + - uid: 4493 components: - type: Transform - pos: -263.5,-89.5 + pos: 122.5,-14.5 parent: 1 - - uid: 3279 + - uid: 4494 components: - type: Transform - pos: -274.5,-89.5 + pos: 105.5,-14.5 parent: 1 - - uid: 3280 + - uid: 4495 components: - type: Transform - pos: -259.5,-88.5 + pos: 107.5,-14.5 parent: 1 - - uid: 3281 + - uid: 4496 components: - type: Transform - pos: -275.5,-88.5 + pos: 133.5,-14.5 parent: 1 - - uid: 3282 + - uid: 4497 components: - type: Transform - pos: -276.5,-88.5 + pos: 127.5,-14.5 parent: 1 - - uid: 3283 + - uid: 4498 components: - type: Transform - pos: -287.5,-87.5 + pos: 126.5,-14.5 parent: 1 - - uid: 3284 + - uid: 4499 components: - type: Transform - pos: -277.5,-88.5 + pos: 136.5,-14.5 parent: 1 - - uid: 3285 + - uid: 4500 components: - type: Transform - pos: -276.5,-88.5 + pos: 135.5,-14.5 parent: 1 - - uid: 3286 + - uid: 4501 components: - type: Transform - pos: -277.5,-90.5 + pos: 128.5,-14.5 parent: 1 - - uid: 3287 + - uid: 4502 components: - type: Transform - pos: -277.5,-90.5 + pos: 110.5,-14.5 parent: 1 - - uid: 3288 + - uid: 4503 components: - type: Transform - pos: -277.5,-90.5 + pos: 130.5,-14.5 parent: 1 - - uid: 3289 + - uid: 4504 components: - type: Transform - pos: -261.5,-89.5 + pos: 129.5,-14.5 parent: 1 - - uid: 3290 + - uid: 4505 components: - type: Transform - pos: -259.5,-88.5 + pos: 137.5,-14.5 parent: 1 - - uid: 3291 + - uid: 4506 components: - type: Transform - pos: -278.5,-91.5 + pos: 138.5,-14.5 parent: 1 - - uid: 3292 + - uid: 4507 components: - type: Transform - pos: -209.5,-88.5 + pos: 131.5,-14.5 parent: 1 - - uid: 3293 + - uid: 4508 components: - type: Transform - pos: -265.5,-89.5 + pos: 142.5,-6.5 parent: 1 - - uid: 3294 + - uid: 4509 components: - type: Transform - pos: -270.5,-89.5 + pos: 139.5,-14.5 parent: 1 - - uid: 3295 + - uid: 4510 components: - type: Transform - pos: -272.5,-89.5 + pos: 132.5,-14.5 parent: 1 - - uid: 3296 + - uid: 4511 components: - type: Transform - pos: -269.5,-89.5 + pos: 111.5,-14.5 parent: 1 - - uid: 3297 + - uid: 4512 components: - type: Transform - pos: -271.5,-89.5 + pos: 113.5,-14.5 parent: 1 - - uid: 3298 + - uid: 4513 components: - type: Transform - pos: -268.5,-89.5 + pos: 124.5,-14.5 parent: 1 - - uid: 3299 + - uid: 4514 components: - type: Transform - pos: -266.5,-89.5 + pos: 115.5,-14.5 parent: 1 - - uid: 3300 + - uid: 4515 components: - type: Transform - pos: 191.5,213.5 + pos: 142.5,15.5 parent: 1 - - uid: 3301 + - uid: 4516 components: - type: Transform - pos: 190.5,213.5 + pos: 116.5,-14.5 parent: 1 - - uid: 3302 + - uid: 4517 components: - type: Transform - pos: 188.5,213.5 + pos: 138.5,13.5 parent: 1 - - uid: 3303 + - uid: 4518 components: - type: Transform - pos: 189.5,213.5 + pos: 142.5,14.5 parent: 1 - - uid: 3304 + - uid: 4519 components: - type: Transform - pos: 191.5,213.5 + pos: 142.5,-13.5 parent: 1 - - uid: 3305 + - uid: 4520 components: - type: Transform - pos: 191.5,212.5 + pos: 142.5,20.5 parent: 1 - - uid: 3306 + - uid: 4521 components: - type: Transform - pos: 191.5,211.5 + pos: 118.5,-14.5 parent: 1 - - uid: 3307 + - uid: 4522 components: - type: Transform - pos: 191.5,210.5 + pos: 132.5,21.5 parent: 1 - - uid: 3308 + - uid: 4523 components: - type: Transform - pos: 191.5,209.5 + pos: 142.5,-10.5 parent: 1 - - uid: 3309 + - uid: 4524 components: - type: Transform - pos: 191.5,208.5 + pos: 129.5,23.5 parent: 1 - - uid: 3310 + - uid: 4525 components: - type: Transform - pos: 191.5,207.5 + pos: 129.5,24.5 parent: 1 - - uid: 3311 + - uid: 4526 components: - type: Transform - pos: 191.5,206.5 + pos: 131.5,21.5 parent: 1 - - uid: 3312 + - uid: 4527 components: - type: Transform - pos: 189.5,207.5 + pos: 129.5,22.5 parent: 1 - - uid: 3313 + - uid: 4528 components: - type: Transform - pos: 189.5,206.5 + pos: 142.5,4.5 parent: 1 - - uid: 3314 + - uid: 4529 components: - type: Transform - pos: 189.5,209.5 + pos: 142.5,18.5 parent: 1 - - uid: 3315 + - uid: 4530 components: - type: Transform - pos: 189.5,210.5 + pos: 142.5,-5.5 parent: 1 - - uid: 3316 + - uid: 4531 components: - type: Transform - pos: 189.5,211.5 + pos: 129.5,21.5 parent: 1 - - uid: 3317 + - uid: 4532 components: - type: Transform - pos: 189.5,212.5 + pos: 142.5,2.5 parent: 1 - - uid: 3318 + - uid: 4533 components: - type: Transform - pos: 189.5,213.5 + pos: 133.5,21.5 parent: 1 - - uid: 3319 + - uid: 4534 components: - type: Transform - pos: -304.5,-38.5 + pos: 121.5,-14.5 parent: 1 - - uid: 3320 + - uid: 4535 components: - type: Transform - pos: -297.5,-39.5 + pos: 120.5,-14.5 parent: 1 - - uid: 3321 + - uid: 4536 components: - type: Transform - pos: -300.5,-39.5 + pos: 142.5,-7.5 parent: 1 - - uid: 3322 + - uid: 4537 components: - type: Transform - pos: -298.5,-39.5 + pos: 123.5,-14.5 parent: 1 - - uid: 3323 + - uid: 4538 components: - type: Transform - pos: -301.5,-39.5 + pos: 142.5,-9.5 parent: 1 - - uid: 3324 + - uid: 4539 components: - type: Transform - pos: -306.5,-40.5 + pos: 140.5,-14.5 parent: 1 - - uid: 3325 + - uid: 4540 components: - type: Transform - pos: -307.5,-40.5 + pos: 142.5,-14.5 parent: 1 - - uid: 3326 + - uid: 4541 components: - type: Transform - pos: -304.5,-38.5 + pos: 141.5,-14.5 parent: 1 - - uid: 3327 + - uid: 4542 components: - type: Transform - pos: -305.5,-39.5 + pos: 126.5,25.5 parent: 1 - - uid: 3328 + - uid: 4543 components: - type: Transform - pos: -305.5,-40.5 + pos: 126.5,26.5 parent: 1 - - uid: 3329 + - uid: 4544 components: - type: Transform - pos: -304.5,-38.5 + pos: 142.5,6.5 parent: 1 - - uid: 3330 + - uid: 4545 components: - type: Transform - pos: -302.5,-38.5 + pos: 139.5,13.5 parent: 1 - - uid: 3331 + - uid: 4546 components: - type: Transform - pos: -302.5,-37.5 + pos: 126.5,27.5 parent: 1 - - uid: 3332 + - uid: 4547 components: - type: Transform - pos: -305.5,-38.5 + pos: 129.5,25.5 parent: 1 - - uid: 3333 + - uid: 4548 components: - type: Transform - pos: -302.5,-39.5 + pos: 142.5,11.5 parent: 1 - - uid: 3334 + - uid: 4549 components: - type: Transform - pos: -302.5,-40.5 + pos: 128.5,25.5 parent: 1 - - uid: 3335 + - uid: 4550 components: - type: Transform - pos: -299.5,-39.5 + pos: 127.5,25.5 parent: 1 - - uid: 3336 + - uid: 4551 components: - type: Transform - pos: -296.5,-39.5 + pos: 126.5,28.5 parent: 1 - - uid: 3337 + - uid: 4552 components: - type: Transform - pos: -296.5,-38.5 + pos: 140.5,13.5 parent: 1 - - uid: 3338 + - uid: 4553 components: - type: Transform - pos: -68.5,-33.5 + pos: 142.5,-8.5 parent: 1 - - uid: 3339 + - uid: 4554 components: - type: Transform - pos: -67.5,-33.5 + pos: 142.5,5.5 parent: 1 - - uid: 3340 + - uid: 4555 components: - type: Transform - pos: -67.5,-34.5 + pos: 137.5,21.5 parent: 1 - - uid: 3341 + - uid: 4556 components: - type: Transform - pos: -67.5,-35.5 + pos: 142.5,0.5 parent: 1 - - uid: 3342 + - uid: 4557 components: - type: Transform - pos: -66.5,-35.5 + pos: 141.5,13.5 parent: 1 - - uid: 3996 + - uid: 4558 components: - type: Transform - pos: 191.5,208.5 + pos: 118.5,-12.5 parent: 1 - - uid: 10724 + - uid: 4559 components: - type: Transform - pos: -197.5,-101.5 + pos: 142.5,-12.5 parent: 1 - - uid: 11997 + - uid: 4560 components: - type: Transform - pos: -124.5,61.5 + pos: 138.5,21.5 parent: 1 - - uid: 17490 + - uid: 4561 components: - type: Transform - pos: 190.5,207.5 + pos: 135.5,21.5 parent: 1 - - uid: 17580 + - uid: 4562 components: - type: Transform - pos: 191.5,206.5 + pos: 141.5,21.5 parent: 1 - - uid: 17581 + - uid: 4563 components: - type: Transform - pos: 191.5,207.5 + pos: 142.5,1.5 parent: 1 - - uid: 46024 + - uid: 4564 components: - type: Transform - pos: 129.5,26.5 + pos: 138.5,14.5 parent: 1 - - uid: 46026 + - uid: 4565 components: - type: Transform - pos: 130.5,26.5 + pos: 142.5,8.5 parent: 1 - - uid: 46630 + - uid: 4566 components: - type: Transform - pos: -394.5,118.5 + pos: 142.5,13.5 parent: 1 - - uid: 46655 + - uid: 4567 components: - type: Transform - pos: -396.5,117.5 + pos: 134.5,21.5 parent: 1 - - uid: 46881 + - uid: 4568 components: - type: Transform - pos: -394.5,117.5 + pos: 139.5,21.5 parent: 1 - - uid: 46882 + - uid: 4569 components: - type: Transform - pos: -395.5,117.5 + pos: 140.5,21.5 parent: 1 - - uid: 49550 + - uid: 4570 components: - type: Transform - pos: 191.5,206.5 + pos: 142.5,21.5 parent: 1 - - uid: 50091 + - uid: 4571 components: - type: Transform - pos: 130.5,26.5 + pos: 142.5,-11.5 parent: 1 - - uid: 50092 + - uid: 4572 components: - type: Transform - pos: 131.5,26.5 + pos: 142.5,12.5 parent: 1 - - uid: 55376 + - uid: 4573 components: - type: Transform - pos: -194.5,-101.5 + pos: 142.5,9.5 parent: 1 - - uid: 55383 + - uid: 4574 components: - type: Transform - pos: -195.5,-101.5 + pos: 142.5,16.5 parent: 1 - - uid: 55677 + - uid: 4575 components: - type: Transform - pos: -40.5,57.5 + pos: 126.5,29.5 parent: 1 - - uid: 55684 + - uid: 4576 components: - type: Transform - pos: -40.5,58.5 + pos: 126.5,31.5 parent: 1 - - uid: 55685 + - uid: 4577 components: - type: Transform - pos: -40.5,59.5 + pos: 126.5,30.5 parent: 1 - - uid: 55727 + - uid: 4578 components: - type: Transform - pos: -196.5,-101.5 + pos: 117.5,-14.5 parent: 1 - - uid: 55837 + - uid: 4579 components: - type: Transform - pos: 91.5,95.5 + pos: 142.5,17.5 parent: 1 - - uid: 55842 + - uid: 4580 components: - type: Transform - pos: 96.5,87.5 + pos: 142.5,10.5 parent: 1 - - uid: 55869 + - uid: 4581 components: - type: Transform - pos: 93.5,87.5 + pos: 126.5,36.5 parent: 1 - - uid: 55914 + - uid: 4582 components: - type: Transform - pos: 94.5,88.5 + pos: 126.5,35.5 parent: 1 - - uid: 56063 + - uid: 4583 components: - type: Transform - pos: 190.5,207.5 + pos: 125.5,-14.5 parent: 1 - - uid: 56076 + - uid: 4584 components: - type: Transform - pos: 189.5,208.5 + pos: 142.5,19.5 parent: 1 - - uid: 56090 + - uid: 4585 components: - type: Transform - pos: 191.5,207.5 + pos: 136.5,21.5 parent: 1 - - uid: 56097 + - uid: 4586 components: - type: Transform - pos: 190.5,206.5 + pos: 130.5,21.5 parent: 1 - - uid: 56110 + - uid: 4587 components: - type: Transform - pos: 191.5,208.5 + pos: 126.5,33.5 parent: 1 - - uid: 56148 + - uid: 4588 components: - type: Transform - pos: 190.5,208.5 + pos: 126.5,32.5 parent: 1 - - uid: 56176 + - uid: 4589 components: - type: Transform - pos: 188.5,208.5 + pos: 126.5,34.5 parent: 1 - - uid: 56178 + - uid: 4590 components: - type: Transform - pos: 189.5,208.5 + pos: 134.5,-14.5 parent: 1 - - uid: 56179 + - uid: 4591 components: - type: Transform - pos: 191.5,207.5 + pos: 109.5,-14.5 parent: 1 - - uid: 62005 + - uid: 4592 components: - type: Transform - pos: -189.5,56.5 + pos: 108.5,-14.5 parent: 1 - - uid: 62006 + - uid: 4593 components: - type: Transform - pos: -189.5,57.5 + pos: 102.5,-10.5 parent: 1 - - uid: 62007 + - uid: 4594 components: - type: Transform - pos: -189.5,58.5 + pos: 103.5,-14.5 parent: 1 - - uid: 62008 + - uid: 4595 components: - type: Transform - pos: -189.5,59.5 + pos: 102.5,-13.5 parent: 1 - - uid: 62009 + - uid: 4596 components: - type: Transform - pos: -184.5,58.5 + pos: 102.5,-14.5 parent: 1 - - uid: 62010 + - uid: 4597 components: - type: Transform - pos: -185.5,58.5 + pos: 102.5,-12.5 parent: 1 - - uid: 62011 + - uid: 4598 components: - type: Transform - pos: -186.5,58.5 + pos: 142.5,-0.5 parent: 1 - - uid: 62012 + - uid: 4599 components: - type: Transform - pos: -187.5,58.5 + pos: 114.5,-14.5 parent: 1 - - uid: 62013 + - uid: 4600 components: - type: Transform - pos: -188.5,58.5 + pos: 142.5,-1.5 parent: 1 - - uid: 62014 + - uid: 4601 components: - type: Transform - pos: -186.5,59.5 + pos: 142.5,-2.5 parent: 1 - - uid: 64377 + - uid: 4602 components: - type: Transform - pos: -123.5,61.5 + pos: 142.5,-3.5 parent: 1 - - uid: 65071 + - uid: 4603 components: - type: Transform - pos: -125.5,61.5 + pos: 102.5,-9.5 parent: 1 -- proto: CableHVStack - entities: - - uid: 59095 + - uid: 4604 components: - type: Transform - pos: 15.642491,141.59312 + pos: 102.5,-8.5 parent: 1 -- proto: CableHVStack10 - entities: - - uid: 3343 + - uid: 4605 components: - type: Transform - pos: 165.01639,38.789238 + pos: 104.5,-14.5 parent: 1 -- proto: CableMV - entities: - - uid: 39 + - uid: 4606 components: - type: Transform - pos: 192.5,206.5 + pos: 112.5,-14.5 parent: 1 - - uid: 42 + - uid: 4607 components: - type: Transform - pos: -178.5,-125.5 + pos: 106.5,-14.5 parent: 1 - - uid: 51 + - uid: 4608 components: - type: Transform - pos: -178.5,-131.5 + pos: 142.5,-4.5 parent: 1 - - uid: 52 + - uid: 4609 components: - type: Transform - pos: 199.5,211.5 + pos: 102.5,-7.5 parent: 1 - - uid: 57 + - uid: 4610 components: - type: Transform - pos: -184.5,-102.5 + pos: 135.5,4.5 parent: 1 - - uid: 59 + - uid: 4611 components: - type: Transform - pos: -193.5,-101.5 + pos: 120.5,-11.5 parent: 1 - - uid: 62 + - uid: 4612 components: - type: Transform - pos: -194.5,-98.5 + pos: 120.5,-12.5 parent: 1 - - uid: 63 + - uid: 4613 components: - type: Transform - pos: -192.5,-101.5 + pos: 120.5,-13.5 parent: 1 - - uid: 64 + - uid: 4614 components: - type: Transform - pos: -174.5,-105.5 + pos: 131.5,20.5 parent: 1 - - uid: 270 + - uid: 4615 components: - type: Transform - pos: -395.5,118.5 + pos: 131.5,26.5 parent: 1 - - uid: 271 + - uid: 4616 components: - type: Transform - pos: -395.5,117.5 + pos: 133.5,26.5 parent: 1 - - uid: 292 + - uid: 4617 components: - type: Transform - pos: -190.5,-99.5 + pos: 132.5,26.5 parent: 1 - - uid: 302 + - uid: 4618 components: - type: Transform - pos: 129.5,27.5 + pos: 131.5,19.5 parent: 1 - - uid: 3344 + - uid: 4619 components: - type: Transform - pos: -205.5,-88.5 + pos: 134.5,-1.5 parent: 1 - - uid: 3345 + - uid: 4620 components: - type: Transform - pos: -212.5,-88.5 + pos: 137.5,-1.5 parent: 1 - - uid: 3346 + - uid: 4621 components: - type: Transform - pos: 142.5,7.5 + pos: 136.5,-1.5 parent: 1 - - uid: 3347 + - uid: 4622 components: - type: Transform - pos: -210.5,-88.5 + pos: 135.5,-1.5 parent: 1 - - uid: 3348 + - uid: 4623 components: - type: Transform - pos: -239.5,-88.5 + pos: 132.5,-1.5 parent: 1 - - uid: 3349 + - uid: 4624 components: - type: Transform - pos: -241.5,-88.5 + pos: 132.5,-0.5 parent: 1 - - uid: 3350 + - uid: 4625 components: - type: Transform - pos: -238.5,-88.5 + pos: 132.5,0.5 parent: 1 - - uid: 3351 + - uid: 4626 components: - type: Transform - pos: -289.5,-72.5 + pos: 132.5,3.5 parent: 1 - - uid: 3352 + - uid: 4627 components: - type: Transform - pos: -289.5,-75.5 + pos: 130.5,18.5 parent: 1 - - uid: 3353 + - uid: 4628 components: - type: Transform - pos: -289.5,-71.5 + pos: 129.5,18.5 parent: 1 - - uid: 3354 + - uid: 4629 components: - type: Transform - pos: -242.5,-88.5 + pos: 127.5,18.5 parent: 1 - - uid: 3355 + - uid: 4630 components: - type: Transform - pos: -205.5,-88.5 + pos: 128.5,18.5 parent: 1 - - uid: 3356 + - uid: 4631 components: - type: Transform - pos: -286.5,-88.5 + pos: 126.5,18.5 parent: 1 - - uid: 3357 + - uid: 4632 components: - type: Transform - pos: -208.5,-79.5 + pos: 125.5,18.5 parent: 1 - - uid: 3358 + - uid: 4633 components: - type: Transform - pos: -248.5,-88.5 + pos: 124.5,18.5 parent: 1 - - uid: 3359 + - uid: 4634 components: - type: Transform - pos: -244.5,-88.5 + pos: 123.5,18.5 parent: 1 - - uid: 3360 + - uid: 4635 components: - type: Transform - pos: 102.5,-11.5 + pos: 122.5,18.5 parent: 1 - - uid: 3361 + - uid: 4636 components: - type: Transform - pos: 142.5,3.5 + pos: 121.5,18.5 parent: 1 - - uid: 3362 + - uid: 4637 components: - type: Transform - pos: -213.5,-90.5 + pos: 131.5,18.5 parent: 1 - - uid: 3363 + - uid: 4638 components: - type: Transform - pos: -245.5,-88.5 + pos: 120.5,18.5 parent: 1 - - uid: 3364 + - uid: 4639 components: - type: Transform - pos: -212.5,-89.5 + pos: 119.5,18.5 parent: 1 - - uid: 3365 + - uid: 4640 components: - type: Transform - pos: -235.5,-88.5 + pos: 118.5,18.5 parent: 1 - - uid: 3366 + - uid: 4641 components: - type: Transform - pos: -234.5,-88.5 + pos: 117.5,18.5 parent: 1 - - uid: 3367 + - uid: 4642 components: - type: Transform - pos: -240.5,-88.5 + pos: 116.5,18.5 parent: 1 - - uid: 3368 + - uid: 4643 components: - type: Transform - pos: -249.5,-88.5 + pos: 115.5,18.5 parent: 1 - - uid: 3369 + - uid: 4644 components: - type: Transform - pos: -213.5,-88.5 + pos: 114.5,18.5 parent: 1 - - uid: 3370 + - uid: 4645 components: - type: Transform - pos: -243.5,-88.5 + pos: 113.5,18.5 parent: 1 - - uid: 3371 + - uid: 4646 components: - type: Transform - pos: -227.5,-88.5 + pos: 112.5,18.5 parent: 1 - - uid: 3372 + - uid: 4647 components: - type: Transform - pos: -206.5,-90.5 + pos: 111.5,18.5 parent: 1 - - uid: 3373 + - uid: 4648 components: - type: Transform - pos: -208.5,-88.5 + pos: 110.5,18.5 parent: 1 - - uid: 3374 + - uid: 4649 components: - type: Transform - pos: -212.5,-88.5 + pos: 109.5,18.5 parent: 1 - - uid: 3375 + - uid: 4650 components: - type: Transform - pos: -211.5,-88.5 + pos: 108.5,18.5 parent: 1 - - uid: 3376 + - uid: 4651 components: - type: Transform - pos: -206.5,-90.5 + pos: 107.5,18.5 parent: 1 - - uid: 3377 + - uid: 4652 components: - type: Transform - pos: -205.5,-89.5 + pos: 106.5,18.5 parent: 1 - - uid: 3378 + - uid: 4653 components: - type: Transform - pos: -247.5,-88.5 + pos: 105.5,18.5 parent: 1 - - uid: 3379 + - uid: 4654 components: - type: Transform - pos: -246.5,-88.5 + pos: 104.5,18.5 parent: 1 - - uid: 3380 + - uid: 4655 components: - type: Transform - pos: -223.5,-88.5 + pos: 103.5,18.5 parent: 1 - - uid: 3381 + - uid: 4656 components: - type: Transform - pos: -205.5,-89.5 + pos: 102.5,18.5 parent: 1 - - uid: 3382 + - uid: 4657 components: - type: Transform - pos: -229.5,-88.5 + pos: 101.5,18.5 parent: 1 - - uid: 3383 + - uid: 4658 components: - type: Transform - pos: -231.5,-88.5 + pos: 100.5,18.5 parent: 1 - - uid: 3384 + - uid: 4659 components: - type: Transform - pos: -232.5,-88.5 + pos: 99.5,18.5 parent: 1 - - uid: 3385 + - uid: 4660 components: - type: Transform - pos: -228.5,-88.5 + pos: 98.5,18.5 parent: 1 - - uid: 3386 + - uid: 4661 components: - type: Transform - pos: -233.5,-88.5 + pos: 97.5,18.5 parent: 1 - - uid: 3387 + - uid: 4662 components: - type: Transform - pos: -230.5,-88.5 + pos: 96.5,18.5 parent: 1 - - uid: 3388 + - uid: 4663 components: - type: Transform - pos: -289.5,-82.5 + pos: 95.5,18.5 parent: 1 - - uid: 3389 + - uid: 4664 components: - type: Transform - pos: -236.5,-88.5 + pos: 94.5,18.5 parent: 1 - - uid: 3390 + - uid: 4665 components: - type: Transform - pos: -237.5,-88.5 + pos: 93.5,18.5 parent: 1 - - uid: 3391 + - uid: 4666 components: - type: Transform - pos: -289.5,-61.5 + pos: 92.5,18.5 parent: 1 - - uid: 3392 + - uid: 4667 components: - type: Transform - pos: -289.5,-55.5 + pos: 92.5,17.5 parent: 1 - - uid: 3393 + - uid: 4668 components: - type: Transform - pos: -291.5,-43.5 + pos: 92.5,16.5 parent: 1 - - uid: 3394 + - uid: 4669 components: - type: Transform - pos: -289.5,-70.5 + pos: 92.5,15.5 parent: 1 - - uid: 3395 + - uid: 4670 components: - type: Transform - pos: -289.5,-59.5 + pos: 106.5,15.5 parent: 1 - - uid: 3396 + - uid: 4671 components: - type: Transform - pos: -255.5,-88.5 + pos: 106.5,16.5 parent: 1 - - uid: 3397 + - uid: 4672 components: - type: Transform - pos: -266.5,-88.5 + pos: 106.5,17.5 parent: 1 - - uid: 3398 + - uid: 4673 components: - type: Transform - pos: -259.5,-88.5 + pos: 132.5,1.5 parent: 1 - - uid: 3399 + - uid: 4674 components: - type: Transform - pos: -271.5,-88.5 + pos: 132.5,2.5 parent: 1 - - uid: 3400 + - uid: 4675 components: - type: Transform - pos: -269.5,-88.5 + pos: 136.5,4.5 parent: 1 - - uid: 3401 + - uid: 4676 components: - type: Transform - pos: -273.5,-88.5 + pos: -289.5,-67.5 parent: 1 - - uid: 3402 + - uid: 4677 components: - type: Transform - pos: -257.5,-88.5 + pos: -289.5,-66.5 parent: 1 - - uid: 3403 + - uid: 4678 components: - type: Transform - pos: -272.5,-88.5 + pos: -289.5,-64.5 parent: 1 - - uid: 3404 + - uid: 4679 components: - type: Transform - pos: -267.5,-88.5 + pos: -289.5,-65.5 parent: 1 - - uid: 3405 + - uid: 4680 components: - type: Transform - pos: -270.5,-88.5 + pos: -213.5,-90.5 parent: 1 - - uid: 3406 + - uid: 4681 components: - type: Transform - pos: -274.5,-88.5 + pos: -212.5,-88.5 parent: 1 - - uid: 3407 + - uid: 4682 components: - type: Transform - pos: -276.5,-88.5 + pos: -214.5,-90.5 parent: 1 - - uid: 3408 + - uid: 4683 components: - type: Transform - pos: -268.5,-88.5 + pos: -212.5,-90.5 parent: 1 - - uid: 3409 + - uid: 4684 components: - type: Transform - pos: -261.5,-88.5 + pos: -287.5,-88.5 parent: 1 - - uid: 3410 + - uid: 4685 components: - type: Transform - pos: -289.5,-60.5 + pos: -290.5,-48.5 parent: 1 - - uid: 3411 + - uid: 4686 components: - type: Transform - pos: -263.5,-88.5 + pos: -294.5,-40.5 parent: 1 - - uid: 3412 + - uid: 4687 components: - type: Transform - pos: -277.5,-88.5 + pos: -296.5,-40.5 parent: 1 - - uid: 3413 + - uid: 4688 components: - type: Transform - pos: -254.5,-88.5 + pos: -294.5,-41.5 parent: 1 - - uid: 3414 + - uid: 4689 components: - type: Transform - pos: -253.5,-88.5 + pos: -293.5,-42.5 parent: 1 - - uid: 3415 + - uid: 4690 components: - type: Transform - pos: -289.5,-48.5 + pos: -290.5,-46.5 parent: 1 - - uid: 3416 + - uid: 4691 components: - type: Transform - pos: -275.5,-88.5 + pos: -289.5,-68.5 parent: 1 - - uid: 3417 + - uid: 4692 components: - type: Transform - pos: -278.5,-88.5 + pos: -290.5,-45.5 parent: 1 - - uid: 3418 + - uid: 4693 components: - type: Transform - pos: -250.5,-88.5 + pos: -291.5,-44.5 parent: 1 - - uid: 3419 + - uid: 4694 components: - type: Transform - pos: -251.5,-88.5 + pos: -293.5,-43.5 parent: 1 - - uid: 3420 + - uid: 4695 components: - type: Transform - pos: -252.5,-88.5 + pos: -293.5,-41.5 parent: 1 - - uid: 3421 + - uid: 4696 components: - type: Transform - pos: -262.5,-88.5 + pos: -289.5,-50.5 parent: 1 - - uid: 3422 + - uid: 4697 components: - type: Transform - pos: -265.5,-88.5 + pos: -289.5,-49.5 parent: 1 - - uid: 3423 + - uid: 4698 components: - type: Transform - pos: -289.5,-53.5 + pos: -289.5,-57.5 parent: 1 - - uid: 3424 + - uid: 4699 components: - type: Transform - pos: -264.5,-88.5 + pos: -289.5,-58.5 parent: 1 - - uid: 3425 + - uid: 4700 components: - type: Transform - pos: -256.5,-88.5 + pos: -289.5,-56.5 parent: 1 - - uid: 3426 + - uid: 4701 components: - type: Transform - pos: -289.5,-54.5 + pos: -290.5,-48.5 parent: 1 - - uid: 3427 + - uid: 4702 components: - type: Transform - pos: -279.5,-88.5 + pos: -292.5,-43.5 parent: 1 - - uid: 3428 + - uid: 4703 components: - type: Transform - pos: -281.5,-88.5 + pos: -291.5,-45.5 parent: 1 - - uid: 3429 + - uid: 4704 components: - type: Transform - pos: -280.5,-88.5 + pos: -290.5,-47.5 parent: 1 - - uid: 3430 + - uid: 4705 components: - type: Transform - pos: -289.5,-84.5 + pos: -289.5,-62.5 parent: 1 - - uid: 3431 + - uid: 4706 components: - type: Transform - pos: -289.5,-52.5 + pos: -289.5,-63.5 parent: 1 - - uid: 3432 + - uid: 4707 components: - type: Transform - pos: -289.5,-51.5 + pos: -295.5,-40.5 parent: 1 - - uid: 3433 + - uid: 4708 components: - type: Transform - pos: -289.5,-76.5 + pos: -296.5,-40.5 parent: 1 - - uid: 3434 + - uid: 4709 components: - type: Transform - pos: -289.5,-74.5 + pos: -289.5,-86.5 parent: 1 - - uid: 3435 + - uid: 4710 components: - type: Transform - pos: -289.5,-73.5 + pos: -289.5,-78.5 parent: 1 - - uid: 3436 + - uid: 4711 components: - type: Transform - pos: -289.5,-69.5 + pos: -289.5,-83.5 parent: 1 - - uid: 3437 + - uid: 4712 components: - type: Transform - pos: -258.5,-88.5 + pos: -289.5,-85.5 parent: 1 - - uid: 3438 + - uid: 4713 components: - type: Transform - pos: -260.5,-88.5 + pos: -289.5,-79.5 parent: 1 - - uid: 3439 + - uid: 4714 components: - type: Transform - pos: 122.5,-14.5 + pos: -289.5,-77.5 parent: 1 - - uid: 3440 + - uid: 4715 components: - type: Transform - pos: 105.5,-14.5 + pos: -289.5,-80.5 parent: 1 - - uid: 3441 + - uid: 4716 components: - type: Transform - pos: 107.5,-14.5 + pos: -287.5,-87.5 parent: 1 - - uid: 3442 + - uid: 4717 components: - type: Transform - pos: 133.5,-14.5 + pos: -289.5,-48.5 parent: 1 - - uid: 3443 + - uid: 4718 components: - type: Transform - pos: 127.5,-14.5 + pos: -289.5,-81.5 parent: 1 - - uid: 3444 + - uid: 4719 components: - type: Transform - pos: 126.5,-14.5 + pos: -287.5,-86.5 parent: 1 - - uid: 3445 + - uid: 4720 components: - type: Transform - pos: 136.5,-14.5 + pos: -288.5,-86.5 parent: 1 - - uid: 3446 + - uid: 4721 components: - type: Transform - pos: 135.5,-14.5 + pos: 110.5,-41.5 parent: 1 - - uid: 3447 + - uid: 4722 components: - type: Transform - pos: 128.5,-14.5 + pos: 111.5,-41.5 parent: 1 - - uid: 3448 + - uid: 4723 components: - type: Transform - pos: 110.5,-14.5 + pos: 111.5,-40.5 parent: 1 - - uid: 3449 + - uid: 4724 components: - type: Transform - pos: 130.5,-14.5 + pos: 171.5,-72.5 parent: 1 - - uid: 3450 + - uid: 4725 components: - type: Transform - pos: 129.5,-14.5 + pos: 171.5,-73.5 parent: 1 - - uid: 3451 + - uid: 4726 components: - type: Transform - pos: 137.5,-14.5 + pos: 176.5,-73.5 parent: 1 - - uid: 3452 + - uid: 4727 components: - type: Transform - pos: 138.5,-14.5 + pos: 175.5,-73.5 parent: 1 - - uid: 3453 + - uid: 4728 components: - type: Transform - pos: 131.5,-14.5 + pos: 172.5,-73.5 parent: 1 - - uid: 3454 + - uid: 4729 components: - type: Transform - pos: 142.5,-6.5 + pos: 173.5,-73.5 parent: 1 - - uid: 3455 + - uid: 4730 components: - type: Transform - pos: 139.5,-14.5 + pos: 174.5,-73.5 parent: 1 - - uid: 3456 + - uid: 4731 components: - type: Transform - pos: 132.5,-14.5 + pos: 40.5,-62.5 parent: 1 - - uid: 3457 + - uid: 4732 components: - type: Transform - pos: 111.5,-14.5 + pos: 41.5,-60.5 parent: 1 - - uid: 3458 + - uid: 4733 components: - type: Transform - pos: 113.5,-14.5 + pos: 39.5,-62.5 parent: 1 - - uid: 3459 + - uid: 4734 components: - type: Transform - pos: 124.5,-14.5 + pos: 41.5,-62.5 parent: 1 - - uid: 3460 + - uid: 4735 components: - type: Transform - pos: 115.5,-14.5 + pos: 41.5,-61.5 parent: 1 - - uid: 3461 + - uid: 4736 components: - type: Transform - pos: 142.5,15.5 + pos: 38.5,-62.5 parent: 1 - - uid: 3462 + - uid: 4737 components: - type: Transform - pos: 116.5,-14.5 + pos: 38.5,-63.5 parent: 1 - - uid: 3463 + - uid: 4738 components: - type: Transform - pos: 138.5,13.5 + pos: 41.5,-59.5 parent: 1 - - uid: 3464 + - uid: 4739 components: - type: Transform - pos: 142.5,14.5 + pos: 41.5,-58.5 parent: 1 - - uid: 3465 + - uid: 4740 components: - type: Transform - pos: 120.5,-3.5 + pos: 41.5,-57.5 parent: 1 - - uid: 3466 + - uid: 4741 components: - type: Transform - pos: 142.5,-13.5 + pos: 41.5,-56.5 parent: 1 - - uid: 3467 + - uid: 4742 components: - type: Transform - pos: 142.5,20.5 + pos: -36.5,-113.5 parent: 1 - - uid: 3468 + - uid: 4743 components: - type: Transform - pos: 118.5,-14.5 + pos: -36.5,-112.5 parent: 1 - - uid: 3469 + - uid: 4744 components: - type: Transform - pos: 132.5,21.5 + pos: -35.5,-113.5 parent: 1 - - uid: 3470 + - uid: 4745 components: - type: Transform - pos: 142.5,-10.5 + pos: -35.5,-113.5 parent: 1 - - uid: 3471 + - uid: 4746 components: - type: Transform - pos: 129.5,23.5 + pos: -34.5,-113.5 parent: 1 - - uid: 3472 + - uid: 4747 components: - type: Transform - pos: 129.5,24.5 + pos: -34.5,-114.5 parent: 1 - - uid: 3473 + - uid: 4748 components: - type: Transform - pos: 131.5,21.5 + pos: -34.5,-114.5 parent: 1 - - uid: 3474 + - uid: 4749 components: - type: Transform - pos: 119.5,-14.5 + pos: -35.5,-114.5 parent: 1 - - uid: 3475 + - uid: 4750 components: - type: Transform - pos: 129.5,22.5 + pos: -35.5,-115.5 parent: 1 - - uid: 3476 + - uid: 4751 components: - type: Transform - pos: 142.5,4.5 + pos: -36.5,-112.5 parent: 1 - - uid: 3477 + - uid: 4752 components: - type: Transform - pos: 142.5,18.5 + pos: -36.5,-113.5 parent: 1 - - uid: 3478 + - uid: 4753 components: - type: Transform - pos: 142.5,-5.5 + pos: -36.5,-113.5 parent: 1 - - uid: 3479 + - uid: 4754 components: - type: Transform - pos: 129.5,21.5 + pos: -35.5,-113.5 parent: 1 - - uid: 3480 + - uid: 4755 components: - type: Transform - pos: 142.5,2.5 + pos: -35.5,-113.5 parent: 1 - - uid: 3481 + - uid: 4756 components: - type: Transform - pos: 133.5,21.5 + pos: -34.5,-113.5 parent: 1 - - uid: 3482 + - uid: 4757 components: - type: Transform - pos: 121.5,-14.5 + pos: -34.5,-113.5 parent: 1 - - uid: 3483 + - uid: 4758 components: - type: Transform - pos: 120.5,-14.5 + pos: -34.5,-114.5 parent: 1 - - uid: 3484 + - uid: 4759 components: - type: Transform - pos: 142.5,-7.5 + pos: -34.5,-114.5 parent: 1 - - uid: 3485 + - uid: 4760 components: - type: Transform - pos: 123.5,-14.5 + pos: -33.5,-114.5 parent: 1 - - uid: 3487 + - uid: 4761 components: - type: Transform - pos: 142.5,-9.5 + pos: -33.5,-114.5 parent: 1 - - uid: 3488 + - uid: 4762 components: - type: Transform - pos: 140.5,-14.5 + pos: -211.5,-88.5 parent: 1 - - uid: 3489 + - uid: 4763 components: - type: Transform - pos: 142.5,-14.5 + pos: -270.5,-89.5 parent: 1 - - uid: 3490 + - uid: 4764 components: - type: Transform - pos: 141.5,-14.5 + pos: -207.5,-88.5 parent: 1 - - uid: 3491 + - uid: 4765 components: - type: Transform - pos: 139.5,0.5 + pos: -219.5,-88.5 parent: 1 - - uid: 3492 + - uid: 4766 components: - type: Transform - pos: 126.5,25.5 + pos: -213.5,-88.5 parent: 1 - - uid: 3493 + - uid: 4767 components: - type: Transform - pos: 126.5,26.5 + pos: -214.5,-88.5 parent: 1 - - uid: 3494 + - uid: 4768 components: - type: Transform - pos: 142.5,6.5 + pos: -211.5,-88.5 parent: 1 - - uid: 3495 + - uid: 4769 components: - type: Transform - pos: 139.5,13.5 + pos: -211.5,-88.5 parent: 1 - - uid: 3496 + - uid: 4770 components: - type: Transform - pos: 126.5,27.5 + pos: -213.5,-88.5 parent: 1 - - uid: 3497 + - uid: 4771 components: - type: Transform - pos: 129.5,25.5 + pos: -221.5,-88.5 parent: 1 - - uid: 3499 + - uid: 4772 components: - type: Transform - pos: 140.5,0.5 + pos: -270.5,-89.5 parent: 1 - - uid: 3500 + - uid: 4773 components: - type: Transform - pos: 142.5,11.5 + pos: -226.5,-88.5 parent: 1 - - uid: 3501 + - uid: 4774 components: - type: Transform - pos: 128.5,25.5 + pos: -269.5,-90.5 parent: 1 - - uid: 3502 + - uid: 4775 components: - type: Transform - pos: 127.5,25.5 + pos: -215.5,-88.5 parent: 1 - - uid: 3503 + - uid: 4776 components: - type: Transform - pos: 126.5,28.5 + pos: -289.5,-86.5 parent: 1 - - uid: 3504 + - uid: 4777 components: - type: Transform - pos: 141.5,0.5 + pos: -207.5,-88.5 parent: 1 - - uid: 3505 + - uid: 4778 components: - type: Transform - pos: 140.5,13.5 + pos: -212.5,-88.5 parent: 1 - - uid: 3506 + - uid: 4779 components: - type: Transform - pos: 137.5,-0.5 + pos: -218.5,-88.5 parent: 1 - - uid: 3507 + - uid: 4780 components: - type: Transform - pos: 142.5,-8.5 + pos: -225.5,-88.5 parent: 1 - - uid: 3508 + - uid: 4781 components: - type: Transform - pos: 142.5,5.5 + pos: -268.5,-89.5 parent: 1 - - uid: 3509 + - uid: 4782 components: - type: Transform - pos: 137.5,21.5 + pos: -268.5,-88.5 parent: 1 - - uid: 3510 + - uid: 4783 components: - type: Transform - pos: 142.5,0.5 + pos: -269.5,-89.5 parent: 1 - - uid: 3511 + - uid: 4784 components: - type: Transform - pos: 141.5,13.5 + pos: -224.5,-88.5 parent: 1 - - uid: 3512 + - uid: 4785 components: - type: Transform - pos: 138.5,0.5 + pos: -212.5,-88.5 parent: 1 - - uid: 3513 + - uid: 4786 components: - type: Transform - pos: 137.5,0.5 + pos: -203.5,-88.5 parent: 1 - - uid: 3514 + - uid: 4787 components: - type: Transform - pos: 142.5,-12.5 + pos: -206.5,-88.5 parent: 1 - - uid: 3515 + - uid: 4788 components: - type: Transform - pos: 138.5,21.5 + pos: -205.5,-88.5 parent: 1 - - uid: 3516 + - uid: 4789 components: - type: Transform - pos: 135.5,21.5 + pos: -219.5,-88.5 parent: 1 - - uid: 3517 + - uid: 4790 components: - type: Transform - pos: 141.5,21.5 + pos: -214.5,-88.5 parent: 1 - - uid: 3518 + - uid: 4791 components: - type: Transform - pos: 142.5,1.5 + pos: -221.5,-88.5 parent: 1 - - uid: 3519 + - uid: 4792 components: - type: Transform - pos: 138.5,14.5 + pos: -225.5,-88.5 parent: 1 - - uid: 3520 + - uid: 4793 components: - type: Transform - pos: 142.5,8.5 + pos: -215.5,-88.5 parent: 1 - - uid: 3521 + - uid: 4794 components: - type: Transform - pos: 142.5,13.5 + pos: -227.5,-88.5 parent: 1 - - uid: 3522 + - uid: 4795 components: - type: Transform - pos: 134.5,21.5 + pos: -217.5,-88.5 parent: 1 - - uid: 3523 + - uid: 4796 components: - type: Transform - pos: 139.5,21.5 + pos: -216.5,-88.5 parent: 1 - - uid: 3524 + - uid: 4797 components: - type: Transform - pos: 140.5,21.5 + pos: -218.5,-88.5 parent: 1 - - uid: 3525 + - uid: 4798 components: - type: Transform - pos: 142.5,21.5 + pos: -267.5,-88.5 parent: 1 - - uid: 3526 + - uid: 4799 components: - type: Transform - pos: 142.5,-11.5 + pos: -204.5,-88.5 parent: 1 - - uid: 3527 + - uid: 4800 components: - type: Transform - pos: 142.5,12.5 + pos: -209.5,-88.5 parent: 1 - - uid: 3528 + - uid: 4801 components: - type: Transform - pos: 142.5,9.5 + pos: -202.5,-88.5 parent: 1 - - uid: 3529 + - uid: 4802 components: - type: Transform - pos: 142.5,16.5 + pos: -209.5,-88.5 parent: 1 - - uid: 3530 + - uid: 4803 components: - type: Transform - pos: 126.5,29.5 + pos: -208.5,-88.5 parent: 1 - - uid: 3531 + - uid: 4804 components: - type: Transform - pos: 126.5,31.5 + pos: -210.5,-88.5 parent: 1 - - uid: 3532 + - uid: 4805 components: - type: Transform - pos: 126.5,30.5 + pos: -223.5,-88.5 parent: 1 - - uid: 3533 + - uid: 4806 components: - type: Transform - pos: 117.5,-14.5 + pos: -220.5,-88.5 parent: 1 - - uid: 3534 + - uid: 4807 components: - type: Transform - pos: 142.5,17.5 + pos: -224.5,-88.5 parent: 1 - - uid: 3535 + - uid: 4808 components: - type: Transform - pos: 142.5,10.5 + pos: -226.5,-88.5 parent: 1 - - uid: 3536 + - uid: 4809 components: - type: Transform - pos: 126.5,36.5 + pos: -222.5,-88.5 parent: 1 - - uid: 3537 + - uid: 4810 components: - type: Transform - pos: 126.5,35.5 + pos: -229.5,-88.5 parent: 1 - - uid: 3538 + - uid: 4811 components: - type: Transform - pos: 125.5,-14.5 + pos: -228.5,-88.5 parent: 1 - - uid: 3539 + - uid: 4812 components: - type: Transform - pos: 142.5,19.5 + pos: -231.5,-88.5 parent: 1 - - uid: 3540 + - uid: 4813 components: - type: Transform - pos: 136.5,21.5 + pos: -230.5,-88.5 parent: 1 - - uid: 3541 + - uid: 4814 components: - type: Transform - pos: 130.5,21.5 + pos: -257.5,-89.5 parent: 1 - - uid: 3542 + - uid: 4815 components: - type: Transform - pos: 126.5,33.5 + pos: -257.5,-88.5 parent: 1 - - uid: 3543 + - uid: 4816 components: - type: Transform - pos: 126.5,32.5 + pos: -258.5,-89.5 parent: 1 - - uid: 3544 + - uid: 4817 components: - type: Transform - pos: 126.5,34.5 + pos: -266.5,-88.5 parent: 1 - - uid: 3545 + - uid: 4818 components: - type: Transform - pos: 134.5,-14.5 + pos: -267.5,-88.5 parent: 1 - - uid: 3546 + - uid: 4819 components: - type: Transform - pos: 109.5,-14.5 + pos: -258.5,-90.5 parent: 1 - - uid: 3547 + - uid: 4820 components: - type: Transform - pos: 108.5,-14.5 + pos: -269.5,-90.5 parent: 1 - - uid: 3548 + - uid: 4821 components: - type: Transform - pos: 102.5,-10.5 + pos: -257.5,-90.5 parent: 1 - - uid: 3549 + - uid: 4822 components: - type: Transform - pos: 103.5,-14.5 + pos: -257.5,-90.5 parent: 1 - - uid: 3550 + - uid: 4823 components: - type: Transform - pos: 102.5,-13.5 + pos: -212.5,-89.5 parent: 1 - - uid: 3551 + - uid: 4824 components: - type: Transform - pos: 102.5,-14.5 + pos: -220.5,-88.5 parent: 1 - - uid: 3552 + - uid: 4825 components: - type: Transform - pos: 102.5,-12.5 + pos: -233.5,-88.5 parent: 1 - - uid: 3553 + - uid: 4826 components: - type: Transform - pos: 142.5,-0.5 + pos: -232.5,-88.5 parent: 1 - - uid: 3554 + - uid: 4827 components: - type: Transform - pos: 114.5,-14.5 + pos: -235.5,-88.5 parent: 1 - - uid: 3555 + - uid: 4828 components: - type: Transform - pos: 142.5,-1.5 + pos: -234.5,-88.5 parent: 1 - - uid: 3556 + - uid: 4829 components: - type: Transform - pos: 142.5,-2.5 + pos: -237.5,-88.5 parent: 1 - - uid: 3557 + - uid: 4830 components: - type: Transform - pos: 142.5,-3.5 + pos: -236.5,-88.5 parent: 1 - - uid: 3558 + - uid: 4831 components: - type: Transform - pos: 102.5,-9.5 + pos: -239.5,-88.5 parent: 1 - - uid: 3559 + - uid: 4832 components: - type: Transform - pos: 102.5,-8.5 + pos: -238.5,-88.5 parent: 1 - - uid: 3560 + - uid: 4833 components: - type: Transform - pos: 104.5,-14.5 + pos: -241.5,-88.5 parent: 1 - - uid: 3561 + - uid: 4834 components: - type: Transform - pos: 112.5,-14.5 + pos: -240.5,-88.5 parent: 1 - - uid: 3562 + - uid: 4835 components: - type: Transform - pos: 106.5,-14.5 + pos: -254.5,-88.5 parent: 1 - - uid: 3563 + - uid: 4836 components: - type: Transform - pos: 142.5,-4.5 + pos: -242.5,-88.5 parent: 1 - - uid: 3564 + - uid: 4837 components: - type: Transform - pos: 102.5,-7.5 + pos: -245.5,-88.5 parent: 1 - - uid: 3566 + - uid: 4838 components: - type: Transform - pos: 120.5,-5.5 + pos: -243.5,-88.5 parent: 1 - - uid: 3567 + - uid: 4839 components: - type: Transform - pos: 114.5,-2.5 + pos: -247.5,-88.5 parent: 1 - - uid: 3568 + - uid: 4840 components: - type: Transform - pos: 113.5,-2.5 + pos: -246.5,-88.5 parent: 1 - - uid: 3569 + - uid: 4841 components: - type: Transform - pos: 115.5,-2.5 + pos: -249.5,-88.5 parent: 1 - - uid: 3570 + - uid: 4842 components: - type: Transform - pos: 120.5,-4.5 + pos: -248.5,-88.5 parent: 1 - - uid: 3571 + - uid: 4843 components: - type: Transform - pos: 116.5,-2.5 + pos: -251.5,-88.5 parent: 1 - - uid: 3572 + - uid: 4844 components: - type: Transform - pos: 117.5,-2.5 + pos: -204.5,-88.5 parent: 1 - - uid: 3573 + - uid: 4845 components: - type: Transform - pos: 118.5,-2.5 + pos: -202.5,-88.5 parent: 1 - - uid: 3574 + - uid: 4846 components: - type: Transform - pos: 119.5,-2.5 + pos: -203.5,-88.5 parent: 1 - - uid: 3575 + - uid: 4847 components: - type: Transform - pos: 120.5,-2.5 + pos: -244.5,-88.5 parent: 1 - - uid: 3577 + - uid: 4848 components: - type: Transform - pos: 93.5,8.5 + pos: -256.5,-88.5 parent: 1 - - uid: 3578 + - uid: 4849 components: - type: Transform - pos: 120.5,-6.5 + pos: -255.5,-88.5 parent: 1 - - uid: 3579 + - uid: 4850 components: - type: Transform - pos: 120.5,-7.5 + pos: -258.5,-88.5 parent: 1 - - uid: 3580 + - uid: 4851 components: - type: Transform - pos: 120.5,-8.5 + pos: -257.5,-88.5 parent: 1 - - uid: 3581 + - uid: 4852 components: - type: Transform - pos: 120.5,-9.5 + pos: -260.5,-88.5 parent: 1 - - uid: 3582 + - uid: 4853 components: - type: Transform - pos: 120.5,-10.5 + pos: -259.5,-88.5 parent: 1 - - uid: 3583 + - uid: 4854 components: - type: Transform - pos: 120.5,-11.5 + pos: -269.5,-88.5 parent: 1 - - uid: 3584 + - uid: 4855 components: - type: Transform - pos: 120.5,-12.5 + pos: -261.5,-88.5 parent: 1 - - uid: 3585 + - uid: 4856 components: - type: Transform - pos: 120.5,-13.5 + pos: -266.5,-88.5 parent: 1 - - uid: 3586 + - uid: 4857 components: - type: Transform - pos: 131.5,20.5 + pos: -262.5,-88.5 parent: 1 - - uid: 3587 + - uid: 4858 components: - type: Transform - pos: 94.5,8.5 + pos: -264.5,-88.5 parent: 1 - - uid: 3588 + - uid: 4859 components: - type: Transform - pos: 94.5,7.5 + pos: -268.5,-88.5 parent: 1 - - uid: 3589 + - uid: 4860 components: - type: Transform - pos: 94.5,6.5 + pos: -265.5,-88.5 parent: 1 - - uid: 3590 + - uid: 4861 components: - type: Transform - pos: 94.5,5.5 + pos: -267.5,-88.5 parent: 1 - - uid: 3591 + - uid: 4862 components: - type: Transform - pos: 94.5,4.5 + pos: -263.5,-88.5 parent: 1 - - uid: 3592 + - uid: 4863 components: - type: Transform - pos: 94.5,3.5 + pos: -271.5,-88.5 parent: 1 - - uid: 3593 + - uid: 4864 components: - type: Transform - pos: 94.5,2.5 + pos: -270.5,-88.5 parent: 1 - - uid: 3594 + - uid: 4865 components: - type: Transform - pos: 94.5,1.5 + pos: -273.5,-88.5 parent: 1 - - uid: 3595 + - uid: 4866 components: - type: Transform - pos: 94.5,0.5 + pos: -272.5,-88.5 parent: 1 - - uid: 3596 + - uid: 4867 components: - type: Transform - pos: 94.5,-0.5 + pos: -275.5,-88.5 parent: 1 - - uid: 3597 + - uid: 4868 components: - type: Transform - pos: 94.5,-1.5 + pos: -274.5,-88.5 parent: 1 - - uid: 3598 + - uid: 4869 components: - type: Transform - pos: 94.5,-2.5 + pos: -279.5,-88.5 parent: 1 - - uid: 3599 + - uid: 4870 components: - type: Transform - pos: 131.5,19.5 + pos: -276.5,-88.5 parent: 1 - - uid: 3600 + - uid: 4871 components: - type: Transform - pos: 95.5,-2.5 + pos: -277.5,-88.5 parent: 1 - - uid: 3601 + - uid: 4872 components: - type: Transform - pos: 96.5,-2.5 + pos: -250.5,-88.5 parent: 1 - - uid: 3602 + - uid: 4873 components: - type: Transform - pos: 97.5,-2.5 + pos: -252.5,-88.5 parent: 1 - - uid: 3603 + - uid: 4874 components: - type: Transform - pos: 98.5,-2.5 + pos: -253.5,-88.5 parent: 1 - - uid: 3604 + - uid: 4875 components: - type: Transform - pos: 99.5,-2.5 + pos: -217.5,-88.5 parent: 1 - - uid: 3605 + - uid: 4876 components: - type: Transform - pos: 100.5,-2.5 + pos: -222.5,-88.5 parent: 1 - - uid: 3606 + - uid: 4877 components: - type: Transform - pos: 101.5,-2.5 + pos: -216.5,-88.5 parent: 1 - - uid: 3607 + - uid: 4878 components: - type: Transform - pos: 102.5,-2.5 + pos: -206.5,-88.5 parent: 1 - - uid: 3608 + - uid: 4879 components: - type: Transform - pos: 103.5,-2.5 + pos: -278.5,-88.5 parent: 1 - - uid: 3609 + - uid: 4880 components: - type: Transform - pos: 104.5,-2.5 + pos: -281.5,-88.5 parent: 1 - - uid: 3610 + - uid: 4881 components: - type: Transform - pos: 105.5,-2.5 + pos: -280.5,-88.5 parent: 1 - - uid: 3611 + - uid: 4882 components: - type: Transform - pos: 106.5,-2.5 + pos: -281.5,-88.5 parent: 1 - - uid: 3612 + - uid: 4883 components: - type: Transform - pos: 107.5,-2.5 + pos: -282.5,-88.5 parent: 1 - - uid: 3613 + - uid: 4884 components: - type: Transform - pos: 108.5,-2.5 + pos: -284.5,-88.5 parent: 1 - - uid: 3614 + - uid: 4885 components: - type: Transform - pos: 109.5,-2.5 + pos: -283.5,-88.5 parent: 1 - - uid: 3615 + - uid: 4886 components: - type: Transform - pos: 110.5,-2.5 + pos: -286.5,-88.5 parent: 1 - - uid: 3616 + - uid: 4887 components: - type: Transform - pos: 111.5,-2.5 + pos: -285.5,-88.5 parent: 1 - - uid: 3617 + - uid: 4888 components: - type: Transform - pos: 112.5,-2.5 + pos: -214.5,-90.5 parent: 1 - - uid: 3618 + - uid: 4889 components: - type: Transform - pos: 130.5,18.5 + pos: -208.5,-81.5 parent: 1 - - uid: 3619 + - uid: 4890 components: - type: Transform - pos: 129.5,18.5 + pos: -208.5,-80.5 parent: 1 - - uid: 3620 + - uid: 4891 components: - type: Transform - pos: 127.5,18.5 + pos: -208.5,-78.5 parent: 1 - - uid: 3621 + - uid: 4892 components: - type: Transform - pos: 128.5,18.5 + pos: -208.5,-82.5 parent: 1 - - uid: 3622 + - uid: 4893 components: - type: Transform - pos: 126.5,18.5 + pos: -208.5,-83.5 parent: 1 - - uid: 3623 + - uid: 4894 components: - type: Transform - pos: 125.5,18.5 + pos: -208.5,-84.5 parent: 1 - - uid: 3624 + - uid: 4895 components: - type: Transform - pos: 124.5,18.5 + pos: -208.5,-85.5 parent: 1 - - uid: 3625 + - uid: 4896 components: - type: Transform - pos: 123.5,18.5 + pos: -208.5,-86.5 parent: 1 - - uid: 3626 + - uid: 4897 components: - type: Transform - pos: 122.5,18.5 + pos: -208.5,-87.5 parent: 1 - - uid: 3627 + - uid: 4898 components: - type: Transform - pos: 121.5,18.5 + pos: -208.5,-88.5 parent: 1 - - uid: 3628 + - uid: 4899 components: - type: Transform - pos: 131.5,18.5 + pos: -53.5,-32.5 parent: 1 - - uid: 3629 + - uid: 4900 components: - type: Transform - pos: 120.5,18.5 + pos: -54.5,-32.5 parent: 1 - - uid: 3630 + - uid: 4901 components: - type: Transform - pos: 119.5,18.5 + pos: -52.5,-32.5 parent: 1 - - uid: 3631 + - uid: 4902 components: - type: Transform - pos: 118.5,18.5 + pos: -55.5,-32.5 parent: 1 - - uid: 3632 + - uid: 4903 components: - type: Transform - pos: 117.5,18.5 + pos: -56.5,-32.5 parent: 1 - - uid: 3633 + - uid: 4904 components: - type: Transform - pos: 116.5,18.5 + pos: -57.5,-32.5 parent: 1 - - uid: 3634 + - uid: 4905 components: - type: Transform - pos: 115.5,18.5 + pos: -58.5,-32.5 parent: 1 - - uid: 3635 + - uid: 4906 components: - type: Transform - pos: 114.5,18.5 + pos: -59.5,-32.5 parent: 1 - - uid: 3636 + - uid: 4907 components: - type: Transform - pos: 113.5,18.5 + pos: -60.5,-32.5 parent: 1 - - uid: 3637 + - uid: 4908 components: - type: Transform - pos: 112.5,18.5 + pos: -61.5,-32.5 parent: 1 - - uid: 3638 + - uid: 4909 components: - type: Transform - pos: 111.5,18.5 + pos: -62.5,-32.5 parent: 1 - - uid: 3639 + - uid: 4910 components: - type: Transform - pos: 110.5,18.5 + pos: -63.5,-32.5 parent: 1 - - uid: 3640 + - uid: 4911 components: - type: Transform - pos: 109.5,18.5 + pos: -64.5,-32.5 parent: 1 - - uid: 3641 + - uid: 4912 components: - type: Transform - pos: 108.5,18.5 + pos: -65.5,-32.5 parent: 1 - - uid: 3642 + - uid: 4913 components: - type: Transform - pos: 107.5,18.5 + pos: -66.5,-32.5 parent: 1 - - uid: 3643 + - uid: 4914 components: - type: Transform - pos: 106.5,18.5 + pos: -65.5,-33.5 parent: 1 - - uid: 3644 + - uid: 4915 components: - type: Transform - pos: 105.5,18.5 + pos: -65.5,-34.5 parent: 1 - - uid: 3645 + - uid: 4916 components: - type: Transform - pos: 104.5,18.5 + pos: -65.5,-35.5 parent: 1 - - uid: 3646 + - uid: 4917 components: - type: Transform - pos: 103.5,18.5 + pos: -65.5,-36.5 parent: 1 - - uid: 3647 + - uid: 4918 components: - type: Transform - pos: 102.5,18.5 + pos: -66.5,-36.5 parent: 1 - - uid: 3648 + - uid: 4919 components: - type: Transform - pos: 101.5,18.5 + pos: -67.5,-36.5 parent: 1 - - uid: 3649 + - uid: 4920 components: - type: Transform - pos: 100.5,18.5 + pos: -68.5,-36.5 parent: 1 - - uid: 3650 + - uid: 4921 components: - type: Transform - pos: 99.5,18.5 + pos: -69.5,-36.5 parent: 1 - - uid: 3651 + - uid: 4922 components: - type: Transform - pos: 98.5,18.5 + pos: -69.5,-35.5 parent: 1 - - uid: 3652 + - uid: 4923 components: - type: Transform - pos: 97.5,18.5 + pos: -69.5,-34.5 parent: 1 - - uid: 3653 + - uid: 4924 components: - type: Transform - pos: 96.5,18.5 + pos: -69.5,-33.5 parent: 1 - - uid: 3654 + - uid: 4925 components: - type: Transform - pos: 95.5,18.5 + pos: -66.5,-35.5 parent: 1 - - uid: 3655 + - uid: 4926 components: - type: Transform - pos: 94.5,18.5 + pos: -66.5,-36.5 parent: 1 - - uid: 3656 + - uid: 4927 components: - type: Transform - pos: 93.5,18.5 + pos: 115.5,13.5 parent: 1 - - uid: 3657 + - uid: 4928 components: - type: Transform - pos: 92.5,18.5 + pos: -186.5,-100.5 parent: 1 - - uid: 3658 + - uid: 4929 components: - type: Transform - pos: 92.5,17.5 + pos: -193.5,-99.5 parent: 1 - - uid: 3659 + - uid: 4930 components: - type: Transform - pos: 92.5,16.5 + pos: -192.5,-99.5 parent: 1 - - uid: 3660 + - uid: 4931 components: - type: Transform - pos: 92.5,15.5 + pos: 96.5,87.5 parent: 1 - - uid: 3661 + - uid: 4932 components: - type: Transform - pos: 106.5,15.5 + pos: 94.5,87.5 parent: 1 - - uid: 3662 + - uid: 4933 components: - type: Transform - pos: 106.5,16.5 + pos: 94.5,88.5 parent: 1 - - uid: 3663 + - uid: 4934 components: - type: Transform - pos: 106.5,17.5 + pos: 90.5,91.5 parent: 1 - - uid: 3664 + - uid: 4935 components: - type: Transform - pos: 114.5,13.5 + pos: 90.5,94.5 parent: 1 - - uid: 3665 + - uid: 4936 components: - type: Transform - pos: 114.5,14.5 + pos: 91.5,94.5 parent: 1 - - uid: 3666 + - uid: 4937 components: - type: Transform - pos: 114.5,15.5 + pos: 118.5,-11.5 parent: 1 - - uid: 3667 + - uid: 4938 components: - type: Transform - pos: 114.5,16.5 + pos: 131.5,26.5 parent: 1 - - uid: 3668 + - uid: 4939 components: - type: Transform - pos: 114.5,17.5 + pos: 91.5,95.5 parent: 1 - - uid: 3669 + - uid: 4940 components: - type: Transform - pos: -289.5,-67.5 + pos: 90.5,87.5 parent: 1 - - uid: 3670 + - uid: 4941 components: - type: Transform - pos: -289.5,-66.5 + pos: 93.5,87.5 parent: 1 - - uid: 3671 + - uid: 4942 components: - type: Transform - pos: -289.5,-64.5 + pos: 130.5,26.5 parent: 1 - - uid: 3672 + - uid: 4943 components: - type: Transform - pos: -289.5,-65.5 + pos: 131.5,26.5 parent: 1 - - uid: 3673 + - uid: 4944 components: - type: Transform - pos: -213.5,-90.5 + pos: 133.5,4.5 parent: 1 - - uid: 3674 + - uid: 4945 components: - type: Transform - pos: -212.5,-88.5 + pos: 119.5,14.5 parent: 1 - - uid: 3675 + - uid: 4946 components: - type: Transform - pos: -214.5,-90.5 + pos: 118.5,14.5 parent: 1 - - uid: 3676 + - uid: 4947 components: - type: Transform - pos: -212.5,-90.5 + pos: 117.5,14.5 parent: 1 - - uid: 3677 + - uid: 4948 components: - type: Transform - pos: -287.5,-88.5 + pos: 120.5,15.5 parent: 1 - - uid: 3678 + - uid: 4949 components: - type: Transform - pos: -290.5,-48.5 + pos: 118.5,-13.5 parent: 1 - - uid: 3679 + - uid: 4950 components: - type: Transform - pos: -294.5,-40.5 + pos: 119.5,-11.5 parent: 1 - - uid: 3680 + - uid: 4951 components: - type: Transform - pos: -296.5,-40.5 + pos: 90.5,89.5 parent: 1 - - uid: 3681 + - uid: 4952 components: - type: Transform - pos: -294.5,-41.5 + pos: -151.5,58.5 parent: 1 - - uid: 3682 + - uid: 4953 components: - type: Transform - pos: -293.5,-42.5 + pos: -181.5,-105.5 parent: 1 - - uid: 3683 + - uid: 4954 components: - type: Transform - pos: -290.5,-46.5 + pos: -178.5,-119.5 parent: 1 - - uid: 3684 + - uid: 4955 components: - type: Transform - pos: -289.5,-68.5 + pos: -164.5,-102.5 parent: 1 - - uid: 3685 + - uid: 4956 components: - type: Transform - pos: -290.5,-45.5 + pos: -164.5,-100.5 parent: 1 - - uid: 3686 + - uid: 4957 components: - type: Transform - pos: -291.5,-44.5 + pos: 92.5,87.5 parent: 1 - - uid: 3687 + - uid: 4958 components: - type: Transform - pos: -293.5,-43.5 + pos: -164.5,-101.5 parent: 1 - - uid: 3688 + - uid: 4959 components: - type: Transform - pos: -293.5,-41.5 + pos: -164.5,-106.5 parent: 1 - - uid: 3689 + - uid: 4960 components: - type: Transform - pos: -289.5,-50.5 + pos: -164.5,-105.5 parent: 1 - - uid: 3690 + - uid: 4961 components: - type: Transform - pos: -289.5,-49.5 + pos: -164.5,-104.5 parent: 1 - - uid: 3691 + - uid: 4962 components: - type: Transform - pos: -289.5,-57.5 + pos: -164.5,-103.5 parent: 1 - - uid: 3692 + - uid: 4963 components: - type: Transform - pos: -289.5,-58.5 + pos: -167.5,-107.5 parent: 1 - - uid: 3693 + - uid: 4964 components: - type: Transform - pos: -289.5,-56.5 + pos: -162.5,66.5 parent: 1 - - uid: 3694 + - uid: 4965 components: - type: Transform - pos: -290.5,-48.5 + pos: -166.5,56.5 parent: 1 - - uid: 3695 + - uid: 4966 components: - type: Transform - pos: -292.5,-43.5 + pos: -148.5,58.5 parent: 1 - - uid: 3696 + - uid: 4967 components: - type: Transform - pos: -291.5,-45.5 + pos: -168.5,56.5 parent: 1 - - uid: 3697 + - uid: 4968 components: - type: Transform - pos: -290.5,-47.5 + pos: -167.5,56.5 parent: 1 - - uid: 3698 + - uid: 4969 components: - type: Transform - pos: -289.5,-62.5 + pos: -184.5,57.5 parent: 1 - - uid: 3699 + - uid: 4970 components: - type: Transform - pos: -289.5,-63.5 + pos: -146.5,58.5 parent: 1 - - uid: 3700 + - uid: 4971 components: - type: Transform - pos: -295.5,-40.5 + pos: -160.5,66.5 parent: 1 - - uid: 3701 + - uid: 4972 components: - type: Transform - pos: -296.5,-40.5 + pos: -144.5,58.5 parent: 1 - - uid: 3702 + - uid: 4973 components: - type: Transform - pos: -289.5,-86.5 + pos: -160.5,66.5 parent: 1 - - uid: 3703 + - uid: 4974 components: - type: Transform - pos: -289.5,-78.5 + pos: -149.5,58.5 parent: 1 - - uid: 3704 + - uid: 4975 components: - type: Transform - pos: -289.5,-83.5 + pos: -169.5,56.5 parent: 1 - - uid: 3705 + - uid: 4976 components: - type: Transform - pos: -289.5,-85.5 + pos: -191.5,-99.5 parent: 1 - - uid: 3706 + - uid: 4977 components: - type: Transform - pos: -289.5,-79.5 + pos: -188.5,-99.5 parent: 1 - - uid: 3707 + - uid: 4978 components: - type: Transform - pos: -289.5,-77.5 + pos: -187.5,-99.5 parent: 1 - - uid: 3708 + - uid: 4979 components: - type: Transform - pos: -289.5,-80.5 + pos: -186.5,-99.5 parent: 1 - - uid: 3709 + - uid: 4980 components: - type: Transform - pos: -287.5,-87.5 + pos: -185.5,-101.5 parent: 1 - - uid: 3710 + - uid: 4981 components: - type: Transform - pos: -289.5,-48.5 + pos: -182.5,-102.5 parent: 1 - - uid: 3711 + - uid: 4982 components: - type: Transform - pos: -289.5,-81.5 + pos: -182.5,-103.5 parent: 1 - - uid: 3712 + - uid: 4983 components: - type: Transform - pos: -287.5,-86.5 + pos: -182.5,-104.5 parent: 1 - - uid: 3713 + - uid: 4984 components: - type: Transform - pos: -288.5,-86.5 + pos: -182.5,-105.5 parent: 1 - - uid: 3714 + - uid: 4985 components: - type: Transform - pos: 110.5,-41.5 + pos: 134.5,26.5 parent: 1 - - uid: 3715 + - uid: 4986 components: - type: Transform - pos: 111.5,-41.5 + pos: -155.5,58.5 parent: 1 - - uid: 3716 + - uid: 4987 components: - type: Transform - pos: 111.5,-40.5 + pos: 133.5,-1.5 parent: 1 - - uid: 3717 + - uid: 4988 components: - type: Transform - pos: 171.5,-72.5 + pos: 132.5,26.5 parent: 1 - - uid: 3718 + - uid: 4989 components: - type: Transform - pos: 171.5,-73.5 + pos: 132.5,4.5 parent: 1 - - uid: 3719 + - uid: 4990 components: - type: Transform - pos: 176.5,-73.5 + pos: 133.5,26.5 parent: 1 - - uid: 3720 + - uid: 4991 components: - type: Transform - pos: 175.5,-73.5 + pos: 134.5,4.5 parent: 1 - - uid: 3721 + - uid: 4992 components: - type: Transform - pos: 172.5,-73.5 + pos: -172.5,-107.5 parent: 1 - - uid: 3722 + - uid: 4993 components: - type: Transform - pos: 173.5,-73.5 + pos: -178.5,-105.5 parent: 1 - - uid: 3723 + - uid: 4994 components: - type: Transform - pos: 174.5,-73.5 + pos: -179.5,-105.5 parent: 1 - - uid: 3724 + - uid: 4995 components: - type: Transform - pos: 40.5,-62.5 + pos: -180.5,-105.5 parent: 1 - - uid: 3725 + - uid: 4996 components: - type: Transform - pos: 41.5,-60.5 + pos: 90.5,88.5 parent: 1 - - uid: 3726 + - uid: 4997 components: - type: Transform - pos: 39.5,-62.5 + pos: 91.5,87.5 parent: 1 - - uid: 3727 + - uid: 4998 components: - type: Transform - pos: 41.5,-62.5 + pos: 140.5,5.5 parent: 1 - - uid: 3728 + - uid: 4999 components: - type: Transform - pos: 41.5,-61.5 + pos: 138.5,5.5 parent: 1 - - uid: 3729 + - uid: 5000 components: - type: Transform - pos: 38.5,-62.5 + pos: 90.5,92.5 parent: 1 - - uid: 3730 + - uid: 5001 components: - type: Transform - pos: 38.5,-63.5 + pos: 90.5,90.5 parent: 1 - - uid: 3731 + - uid: 5002 components: - type: Transform - pos: 41.5,-59.5 + pos: -154.5,58.5 parent: 1 - - uid: 3732 + - uid: 5003 components: - type: Transform - pos: 41.5,-58.5 + pos: -152.5,58.5 parent: 1 - - uid: 3733 + - uid: 5004 components: - type: Transform - pos: 41.5,-57.5 + pos: -161.5,66.5 parent: 1 - - uid: 3734 + - uid: 5005 components: - type: Transform - pos: 41.5,-56.5 + pos: -182.5,-101.5 parent: 1 - - uid: 3735 + - uid: 5006 components: - type: Transform - pos: -36.5,-113.5 + pos: 137.5,4.5 parent: 1 - - uid: 3736 + - uid: 5007 components: - type: Transform - pos: -36.5,-112.5 + pos: 139.5,5.5 parent: 1 - - uid: 3737 + - uid: 5008 components: - type: Transform - pos: -35.5,-113.5 + pos: 137.5,5.5 parent: 1 - - uid: 3738 + - uid: 5009 components: - type: Transform - pos: -35.5,-113.5 + pos: 141.5,5.5 parent: 1 - - uid: 3739 + - uid: 5010 components: - type: Transform - pos: -34.5,-113.5 + pos: 90.5,93.5 parent: 1 - - uid: 3740 + - uid: 5011 components: - type: Transform - pos: -34.5,-114.5 + pos: -397.5,117.5 parent: 1 - - uid: 3741 + - uid: 5012 components: - type: Transform - pos: -34.5,-114.5 + pos: -397.5,117.5 parent: 1 - - uid: 3742 + - uid: 5013 components: - type: Transform - pos: -35.5,-114.5 + pos: -396.5,119.5 parent: 1 - - uid: 3743 + - uid: 5014 components: - type: Transform - pos: -35.5,-115.5 + pos: 129.5,25.5 parent: 1 - - uid: 3744 + - uid: 5015 components: - type: Transform - pos: -36.5,-112.5 + pos: 129.5,26.5 parent: 1 - - uid: 3745 + - uid: 5016 components: - type: Transform - pos: -36.5,-113.5 + pos: 130.5,26.5 parent: 1 - - uid: 3746 + - uid: 5017 components: - type: Transform - pos: -36.5,-113.5 + pos: -397.5,115.5 parent: 1 - - uid: 3747 + - uid: 5018 components: - type: Transform - pos: -35.5,-113.5 + pos: -394.5,117.5 parent: 1 - - uid: 3748 + - uid: 5019 components: - type: Transform - pos: -35.5,-113.5 + pos: -394.5,118.5 parent: 1 - - uid: 3749 + - uid: 5020 components: - type: Transform - pos: -34.5,-113.5 + pos: 95.5,87.5 parent: 1 - - uid: 3750 + - uid: 5021 components: - type: Transform - pos: -34.5,-113.5 + pos: -397.5,116.5 parent: 1 - - uid: 3751 + - uid: 5022 components: - type: Transform - pos: -34.5,-114.5 + pos: -396.5,118.5 parent: 1 - - uid: 3752 + - uid: 5023 components: - type: Transform - pos: -34.5,-114.5 + pos: -397.5,118.5 parent: 1 - - uid: 3753 + - uid: 5024 components: - type: Transform - pos: -33.5,-114.5 + pos: -397.5,116.5 parent: 1 - - uid: 3754 + - uid: 5025 components: - type: Transform - pos: -33.5,-114.5 + pos: -397.5,115.5 parent: 1 - - uid: 3755 + - uid: 5026 components: - type: Transform - pos: -211.5,-88.5 + pos: -396.5,115.5 parent: 1 - - uid: 3756 + - uid: 5027 components: - type: Transform - pos: -270.5,-89.5 + pos: -395.5,115.5 parent: 1 - - uid: 3757 + - uid: 5028 components: - type: Transform - pos: -207.5,-88.5 + pos: -394.5,115.5 parent: 1 - - uid: 3758 + - uid: 5029 components: - type: Transform - pos: -219.5,-88.5 + pos: -184.5,56.5 parent: 1 - - uid: 3759 + - uid: 5030 components: - type: Transform - pos: -213.5,-88.5 + pos: -187.5,42.5 parent: 1 - - uid: 3760 + - uid: 5031 components: - type: Transform - pos: -214.5,-88.5 + pos: -184.5,42.5 parent: 1 - - uid: 3761 + - uid: 5032 components: - type: Transform - pos: -211.5,-88.5 + pos: -178.5,-122.5 parent: 1 - - uid: 3762 + - uid: 5033 components: - type: Transform - pos: -211.5,-88.5 + pos: -173.5,-106.5 parent: 1 - - uid: 3763 + - uid: 5034 components: - type: Transform - pos: -213.5,-88.5 + pos: -184.5,-101.5 parent: 1 - - uid: 3764 + - uid: 5035 components: - type: Transform - pos: -221.5,-88.5 + pos: -172.5,-106.5 parent: 1 - - uid: 3765 + - uid: 5036 components: - type: Transform - pos: -270.5,-89.5 + pos: -178.5,-133.5 parent: 1 - - uid: 3766 + - uid: 5037 components: - type: Transform - pos: -226.5,-88.5 + pos: -169.5,-107.5 parent: 1 - - uid: 3767 + - uid: 5038 components: - type: Transform - pos: -269.5,-90.5 + pos: -174.5,-106.5 parent: 1 - - uid: 3768 + - uid: 5039 components: - type: Transform - pos: -215.5,-88.5 + pos: -194.5,-99.5 parent: 1 - - uid: 3769 + - uid: 5040 components: - type: Transform - pos: -289.5,-86.5 + pos: -189.5,-99.5 parent: 1 - - uid: 3770 + - uid: 5041 components: - type: Transform - pos: -207.5,-88.5 + pos: -178.5,-121.5 parent: 1 - - uid: 3771 + - uid: 5042 components: - type: Transform - pos: -212.5,-88.5 + pos: -177.5,-105.5 parent: 1 - - uid: 3772 + - uid: 5043 components: - type: Transform - pos: -218.5,-88.5 + pos: -163.5,-107.5 parent: 1 - - uid: 3773 + - uid: 5044 components: - type: Transform - pos: -225.5,-88.5 + pos: -175.5,-105.5 parent: 1 - - uid: 3774 + - uid: 5045 components: - type: Transform - pos: -268.5,-89.5 + pos: -178.5,-124.5 parent: 1 - - uid: 3775 + - uid: 5046 components: - type: Transform - pos: -268.5,-88.5 + pos: -40.5,59.5 parent: 1 - - uid: 3776 + - uid: 5047 components: - type: Transform - pos: -269.5,-89.5 + pos: -28.5,63.5 parent: 1 - - uid: 3777 + - uid: 5048 components: - type: Transform - pos: -224.5,-88.5 + pos: -28.5,62.5 parent: 1 - - uid: 3778 + - uid: 5049 components: - type: Transform - pos: -212.5,-88.5 + pos: -28.5,64.5 parent: 1 - - uid: 3779 + - uid: 5050 components: - type: Transform - pos: -203.5,-88.5 + pos: -28.5,57.5 parent: 1 - - uid: 3780 + - uid: 5051 components: - type: Transform - pos: -206.5,-88.5 + pos: -28.5,60.5 parent: 1 - - uid: 3781 + - uid: 5052 components: - type: Transform - pos: -205.5,-88.5 + pos: -28.5,58.5 parent: 1 - - uid: 3782 + - uid: 5053 components: - type: Transform - pos: -219.5,-88.5 + pos: -28.5,59.5 parent: 1 - - uid: 3783 + - uid: 5054 components: - type: Transform - pos: -214.5,-88.5 + pos: -28.5,63.5 parent: 1 - - uid: 3784 + - uid: 5055 components: - type: Transform - pos: -221.5,-88.5 + pos: -28.5,64.5 parent: 1 - - uid: 3785 + - uid: 5056 components: - type: Transform - pos: -225.5,-88.5 + pos: -41.5,59.5 parent: 1 - - uid: 3786 + - uid: 5057 components: - type: Transform - pos: -215.5,-88.5 + pos: -42.5,59.5 parent: 1 - - uid: 3787 + - uid: 5058 components: - type: Transform - pos: -227.5,-88.5 + pos: -42.5,58.5 parent: 1 - - uid: 3788 + - uid: 5059 components: - type: Transform - pos: -217.5,-88.5 + pos: -39.5,59.5 parent: 1 - - uid: 3789 + - uid: 5060 components: - type: Transform - pos: -216.5,-88.5 + pos: -38.5,59.5 parent: 1 - - uid: 3790 + - uid: 5061 components: - type: Transform - pos: -218.5,-88.5 + pos: -38.5,58.5 parent: 1 - - uid: 3791 + - uid: 5062 components: - type: Transform - pos: -267.5,-88.5 + pos: -29.5,55.5 parent: 1 - - uid: 3792 + - uid: 5063 components: - type: Transform - pos: -204.5,-88.5 + pos: -28.5,62.5 parent: 1 - - uid: 3793 + - uid: 5064 components: - type: Transform - pos: -209.5,-88.5 + pos: -28.5,61.5 parent: 1 - - uid: 3794 + - uid: 5065 components: - type: Transform - pos: -202.5,-88.5 + pos: -28.5,60.5 parent: 1 - - uid: 3795 + - uid: 5066 components: - type: Transform - pos: -209.5,-88.5 + pos: -28.5,59.5 parent: 1 - - uid: 3796 + - uid: 5067 components: - type: Transform - pos: -208.5,-88.5 + pos: -28.5,58.5 parent: 1 - - uid: 3797 + - uid: 5068 components: - type: Transform - pos: -210.5,-88.5 + pos: -28.5,57.5 parent: 1 - - uid: 3798 + - uid: 5069 components: - type: Transform - pos: -223.5,-88.5 + pos: -28.5,56.5 parent: 1 - - uid: 3799 + - uid: 5070 components: - type: Transform - pos: -220.5,-88.5 + pos: -28.5,55.5 parent: 1 - - uid: 3800 + - uid: 5071 components: - type: Transform - pos: -224.5,-88.5 + pos: -28.5,61.5 parent: 1 - - uid: 3801 + - uid: 5072 components: - type: Transform - pos: -226.5,-88.5 + pos: -28.5,56.5 parent: 1 - - uid: 3802 + - uid: 5073 components: - type: Transform - pos: -222.5,-88.5 + pos: -30.5,55.5 parent: 1 - - uid: 3803 + - uid: 5074 components: - type: Transform - pos: -229.5,-88.5 + pos: -31.5,55.5 parent: 1 - - uid: 3804 + - uid: 5075 components: - type: Transform - pos: -228.5,-88.5 + pos: -32.5,55.5 parent: 1 - - uid: 3805 + - uid: 5076 components: - type: Transform - pos: -231.5,-88.5 + pos: -33.5,55.5 parent: 1 - - uid: 3806 + - uid: 5077 components: - type: Transform - pos: -230.5,-88.5 + pos: -34.5,55.5 parent: 1 - - uid: 3807 + - uid: 5078 components: - type: Transform - pos: -257.5,-89.5 + pos: -35.5,55.5 parent: 1 - - uid: 3808 + - uid: 5079 components: - type: Transform - pos: -257.5,-88.5 + pos: -36.5,55.5 parent: 1 - - uid: 3809 + - uid: 5080 components: - type: Transform - pos: -258.5,-89.5 + pos: -37.5,55.5 parent: 1 - - uid: 3810 + - uid: 5081 components: - type: Transform - pos: -266.5,-88.5 + pos: -38.5,55.5 parent: 1 - - uid: 3811 + - uid: 5082 components: - type: Transform - pos: -267.5,-88.5 + pos: -39.5,55.5 parent: 1 - - uid: 3812 + - uid: 5083 components: - type: Transform - pos: -258.5,-90.5 + pos: -40.5,55.5 parent: 1 - - uid: 3813 + - uid: 5084 components: - type: Transform - pos: -269.5,-90.5 + pos: -40.5,55.5 parent: 1 - - uid: 3814 + - uid: 5085 components: - type: Transform - pos: -257.5,-90.5 + pos: -40.5,56.5 parent: 1 - - uid: 3815 + - uid: 5086 components: - type: Transform - pos: -257.5,-90.5 + pos: -40.5,57.5 parent: 1 - - uid: 3816 + - uid: 5087 components: - type: Transform - pos: -212.5,-89.5 + pos: -40.5,58.5 parent: 1 - - uid: 3817 + - uid: 5088 components: - type: Transform - pos: -220.5,-88.5 + pos: -40.5,59.5 parent: 1 - - uid: 3818 + - uid: 5089 components: - type: Transform - pos: -233.5,-88.5 + pos: -28.5,55.5 parent: 1 - - uid: 3819 + - uid: 5090 components: - type: Transform - pos: -232.5,-88.5 + pos: -171.5,-107.5 parent: 1 - - uid: 3820 + - uid: 5091 components: - type: Transform - pos: -235.5,-88.5 + pos: -176.5,-105.5 parent: 1 - - uid: 3821 + - uid: 5092 components: - type: Transform - pos: -234.5,-88.5 + pos: -166.5,-107.5 parent: 1 - - uid: 3822 + - uid: 5093 components: - type: Transform - pos: -237.5,-88.5 + pos: -178.5,-117.5 parent: 1 - - uid: 3823 + - uid: 5094 components: - type: Transform - pos: -236.5,-88.5 + pos: -178.5,-135.5 parent: 1 - - uid: 3824 + - uid: 5095 components: - type: Transform - pos: -239.5,-88.5 + pos: -174.5,-117.5 parent: 1 - - uid: 3825 + - uid: 5096 components: - type: Transform - pos: -238.5,-88.5 + pos: -178.5,-118.5 parent: 1 - - uid: 3826 + - uid: 5097 components: - type: Transform - pos: -241.5,-88.5 + pos: -164.5,-107.5 parent: 1 - - uid: 3827 + - uid: 5098 components: - type: Transform - pos: -240.5,-88.5 + pos: -173.5,-115.5 parent: 1 - - uid: 3828 + - uid: 5099 components: - type: Transform - pos: -254.5,-88.5 + pos: -176.5,-117.5 parent: 1 - - uid: 3829 + - uid: 5100 components: - type: Transform - pos: -242.5,-88.5 + pos: -163.5,-108.5 parent: 1 - - uid: 3830 + - uid: 5101 components: - type: Transform - pos: -245.5,-88.5 + pos: -178.5,-120.5 parent: 1 - - uid: 3831 + - uid: 5102 components: - type: Transform - pos: -243.5,-88.5 + pos: -178.5,-130.5 parent: 1 - - uid: 3832 + - uid: 5103 components: - type: Transform - pos: -247.5,-88.5 + pos: -173.5,-116.5 parent: 1 - - uid: 3833 + - uid: 5104 components: - type: Transform - pos: -246.5,-88.5 + pos: -165.5,-107.5 parent: 1 - - uid: 3834 + - uid: 5105 components: - type: Transform - pos: -249.5,-88.5 + pos: -175.5,-117.5 parent: 1 - - uid: 3835 + - uid: 5106 components: - type: Transform - pos: -248.5,-88.5 + pos: -178.5,-123.5 parent: 1 - - uid: 3836 + - uid: 5107 components: - type: Transform - pos: -251.5,-88.5 + pos: -178.5,-126.5 parent: 1 - - uid: 3837 + - uid: 5108 components: - type: Transform - pos: -204.5,-88.5 + pos: -178.5,-129.5 parent: 1 - - uid: 3838 + - uid: 5109 components: - type: Transform - pos: -202.5,-88.5 + pos: -178.5,-128.5 parent: 1 - - uid: 3839 + - uid: 5110 components: - type: Transform - pos: -203.5,-88.5 + pos: -173.5,-117.5 parent: 1 - - uid: 3840 + - uid: 5111 components: - type: Transform - pos: -244.5,-88.5 + pos: -168.5,-107.5 parent: 1 - - uid: 3841 + - uid: 5112 components: - type: Transform - pos: 212.5,211.5 + pos: -177.5,-117.5 parent: 1 - - uid: 3842 + - uid: 5113 components: - type: Transform - pos: -256.5,-88.5 + pos: -178.5,-127.5 parent: 1 - - uid: 3843 + - uid: 5114 components: - type: Transform - pos: -255.5,-88.5 + pos: -178.5,-134.5 parent: 1 - - uid: 3844 + - uid: 5115 components: - type: Transform - pos: -258.5,-88.5 + pos: -178.5,-132.5 parent: 1 - - uid: 3845 + - uid: 5116 components: - type: Transform - pos: -257.5,-88.5 + pos: -173.5,-114.5 parent: 1 - - uid: 3846 + - uid: 5117 components: - type: Transform - pos: -260.5,-88.5 + pos: -172.5,-114.5 parent: 1 - - uid: 3847 + - uid: 5118 components: - type: Transform - pos: -259.5,-88.5 + pos: -171.5,-114.5 parent: 1 - - uid: 3848 + - uid: 5119 components: - type: Transform - pos: -269.5,-88.5 + pos: -170.5,-114.5 parent: 1 - - uid: 3849 + - uid: 5120 components: - type: Transform - pos: -261.5,-88.5 + pos: -169.5,-114.5 parent: 1 - - uid: 3850 + - uid: 5121 components: - type: Transform - pos: -266.5,-88.5 + pos: -168.5,-114.5 parent: 1 - - uid: 3851 + - uid: 5122 components: - type: Transform - pos: -262.5,-88.5 + pos: -167.5,-114.5 parent: 1 - - uid: 3852 + - uid: 5123 components: - type: Transform - pos: -264.5,-88.5 + pos: -166.5,-114.5 parent: 1 - - uid: 3853 + - uid: 5124 components: - type: Transform - pos: -268.5,-88.5 + pos: -165.5,-114.5 parent: 1 - - uid: 3854 + - uid: 5125 components: - type: Transform - pos: -265.5,-88.5 + pos: -164.5,-114.5 parent: 1 - - uid: 3855 + - uid: 5126 components: - type: Transform - pos: -267.5,-88.5 + pos: -163.5,-114.5 parent: 1 - - uid: 3856 + - uid: 5127 components: - type: Transform - pos: -263.5,-88.5 + pos: -163.5,-113.5 parent: 1 - - uid: 3857 + - uid: 5128 components: - type: Transform - pos: -271.5,-88.5 + pos: -163.5,-112.5 parent: 1 - - uid: 3858 + - uid: 5129 components: - type: Transform - pos: -270.5,-88.5 + pos: -163.5,-111.5 parent: 1 - - uid: 3859 + - uid: 5130 components: - type: Transform - pos: -273.5,-88.5 + pos: -163.5,-110.5 parent: 1 - - uid: 3860 + - uid: 5131 components: - type: Transform - pos: -272.5,-88.5 + pos: -163.5,-109.5 parent: 1 - - uid: 3861 + - uid: 5132 components: - type: Transform - pos: -275.5,-88.5 + pos: -184.5,55.5 parent: 1 - - uid: 3862 + - uid: 5133 components: - type: Transform - pos: -274.5,-88.5 + pos: -184.5,54.5 parent: 1 - - uid: 3863 + - uid: 5134 components: - type: Transform - pos: -279.5,-88.5 + pos: -184.5,58.5 parent: 1 - - uid: 3864 + - uid: 5135 components: - type: Transform - pos: -276.5,-88.5 + pos: -185.5,54.5 parent: 1 - - uid: 3865 + - uid: 5136 components: - type: Transform - pos: -277.5,-88.5 + pos: -186.5,54.5 parent: 1 - - uid: 3866 + - uid: 5137 components: - type: Transform - pos: -250.5,-88.5 + pos: -172.5,49.5 parent: 1 - - uid: 3867 + - uid: 5138 components: - type: Transform - pos: -252.5,-88.5 + pos: -188.5,54.5 parent: 1 - - uid: 3868 + - uid: 5139 components: - type: Transform - pos: -253.5,-88.5 + pos: -187.5,54.5 parent: 1 - - uid: 3869 + - uid: 5140 components: - type: Transform - pos: -217.5,-88.5 + pos: -188.5,50.5 parent: 1 - - uid: 3870 + - uid: 5141 components: - type: Transform - pos: -222.5,-88.5 + pos: -188.5,52.5 parent: 1 - - uid: 3871 + - uid: 5142 components: - type: Transform - pos: 200.5,214.5 + pos: -182.5,30.5 parent: 1 - - uid: 3872 + - uid: 5143 components: - type: Transform - pos: -216.5,-88.5 + pos: -141.5,57.5 parent: 1 - - uid: 3873 + - uid: 5144 components: - type: Transform - pos: -206.5,-88.5 + pos: -173.5,49.5 parent: 1 - - uid: 3874 + - uid: 5145 components: - type: Transform - pos: -278.5,-88.5 + pos: -178.5,35.5 parent: 1 - - uid: 3875 + - uid: 5146 components: - type: Transform - pos: 202.5,214.5 + pos: -141.5,56.5 parent: 1 - - uid: 3876 + - uid: 5147 components: - type: Transform - pos: -281.5,-88.5 + pos: -186.5,42.5 parent: 1 - - uid: 3877 + - uid: 5148 components: - type: Transform - pos: 211.5,211.5 + pos: -175.5,49.5 parent: 1 - - uid: 3878 + - uid: 5149 components: - type: Transform - pos: -280.5,-88.5 + pos: -183.5,42.5 parent: 1 - - uid: 3879 + - uid: 5150 components: - type: Transform - pos: 203.5,214.5 + pos: -188.5,51.5 parent: 1 - - uid: 3880 + - uid: 5151 components: - type: Transform - pos: 213.5,211.5 + pos: -185.5,42.5 parent: 1 - - uid: 3881 + - uid: 5152 components: - type: Transform - pos: -281.5,-88.5 + pos: -174.5,49.5 parent: 1 - - uid: 3882 + - uid: 5153 components: - type: Transform - pos: -282.5,-88.5 + pos: -182.5,42.5 parent: 1 - - uid: 3883 + - uid: 5154 components: - type: Transform - pos: -284.5,-88.5 + pos: -181.5,42.5 parent: 1 - - uid: 3884 + - uid: 5155 components: - type: Transform - pos: -283.5,-88.5 + pos: -177.5,52.5 parent: 1 - - uid: 3885 + - uid: 5156 components: - type: Transform - pos: -286.5,-88.5 + pos: -188.5,53.5 parent: 1 - - uid: 3886 + - uid: 5157 components: - type: Transform - pos: 213.5,211.5 + pos: -177.5,43.5 parent: 1 - - uid: 3887 + - uid: 5158 components: - type: Transform - pos: 213.5,211.5 + pos: -177.5,44.5 parent: 1 - - uid: 3888 + - uid: 5159 components: - type: Transform - pos: 213.5,210.5 + pos: -177.5,45.5 parent: 1 - - uid: 3889 + - uid: 5160 components: - type: Transform - pos: 213.5,210.5 + pos: -188.5,49.5 parent: 1 - - uid: 3890 + - uid: 5161 components: - type: Transform - pos: 213.5,210.5 + pos: -188.5,48.5 parent: 1 - - uid: 3891 + - uid: 5162 components: - type: Transform - pos: 213.5,211.5 + pos: -188.5,47.5 parent: 1 - - uid: 3892 + - uid: 5163 components: - type: Transform - pos: 210.5,211.5 + pos: -188.5,46.5 parent: 1 - - uid: 3893 + - uid: 5164 components: - type: Transform - pos: 209.5,211.5 + pos: -188.5,45.5 parent: 1 - - uid: 3894 + - uid: 5165 components: - type: Transform - pos: 208.5,211.5 + pos: -188.5,44.5 parent: 1 - - uid: 3895 + - uid: 5166 components: - type: Transform - pos: 207.5,211.5 + pos: -188.5,43.5 parent: 1 - - uid: 3896 + - uid: 5167 components: - type: Transform - pos: 206.5,211.5 + pos: -188.5,42.5 parent: 1 - - uid: 3897 + - uid: 5168 components: - type: Transform - pos: 205.5,211.5 + pos: -177.5,51.5 parent: 1 - - uid: 3898 + - uid: 5169 components: - type: Transform - pos: 204.5,211.5 + pos: -180.5,42.5 parent: 1 - - uid: 3899 + - uid: 5170 components: - type: Transform - pos: 204.5,211.5 + pos: -179.5,42.5 parent: 1 - - uid: 3900 + - uid: 5171 components: - type: Transform - pos: 204.5,212.5 + pos: -178.5,42.5 parent: 1 - - uid: 3901 + - uid: 5172 components: - type: Transform - pos: 204.5,213.5 + pos: -177.5,42.5 parent: 1 - - uid: 3902 + - uid: 5173 components: - type: Transform - pos: -285.5,-88.5 + pos: -176.5,49.5 parent: 1 - - uid: 3903 + - uid: 5174 components: - type: Transform - pos: 199.5,214.5 + pos: -164.5,58.5 parent: 1 - - uid: 3904 + - uid: 5175 components: - type: Transform - pos: 198.5,214.5 + pos: -177.5,46.5 parent: 1 - - uid: 3905 + - uid: 5176 components: - type: Transform - pos: 197.5,214.5 + pos: -177.5,47.5 parent: 1 - - uid: 3906 + - uid: 5177 components: - type: Transform - pos: 196.5,214.5 + pos: -177.5,48.5 parent: 1 - - uid: 3907 + - uid: 5178 components: - type: Transform - pos: 195.5,214.5 + pos: -177.5,49.5 parent: 1 - - uid: 3908 + - uid: 5179 components: - type: Transform - pos: 194.5,214.5 + pos: -177.5,50.5 parent: 1 - - uid: 3909 + - uid: 5180 components: - type: Transform - pos: 194.5,212.5 + pos: -188.5,31.5 parent: 1 - - uid: 3910 + - uid: 5181 components: - type: Transform - pos: 195.5,210.5 + pos: -186.5,31.5 parent: 1 - - uid: 3911 + - uid: 5182 components: - type: Transform - pos: 194.5,210.5 + pos: -171.5,49.5 parent: 1 - - uid: 3912 + - uid: 5183 components: - type: Transform - pos: 191.5,207.5 + pos: -170.5,49.5 parent: 1 - - uid: 3913 + - uid: 5184 components: - type: Transform - pos: 191.5,206.5 + pos: -169.5,49.5 parent: 1 - - uid: 3914 + - uid: 5185 components: - type: Transform - pos: 192.5,208.5 + pos: -177.5,53.5 parent: 1 - - uid: 3915 + - uid: 5186 components: - type: Transform - pos: 192.5,207.5 + pos: -177.5,54.5 parent: 1 - - uid: 3916 + - uid: 5187 components: - type: Transform - pos: 192.5,211.5 + pos: -177.5,55.5 parent: 1 - - uid: 3917 + - uid: 5188 components: - type: Transform - pos: 192.5,209.5 + pos: -177.5,56.5 parent: 1 - - uid: 3918 + - uid: 5189 components: - type: Transform - pos: 192.5,212.5 + pos: -177.5,57.5 parent: 1 - - uid: 3919 + - uid: 5190 components: - type: Transform - pos: 192.5,212.5 + pos: -177.5,58.5 parent: 1 - - uid: 3920 + - uid: 5191 components: - type: Transform - pos: 194.5,211.5 + pos: -177.5,59.5 parent: 1 - - uid: 3921 + - uid: 5192 components: - type: Transform - pos: 194.5,210.5 + pos: -177.5,60.5 parent: 1 - - uid: 3922 + - uid: 5193 components: - type: Transform - pos: 192.5,213.5 + pos: -177.5,61.5 parent: 1 - - uid: 3923 + - uid: 5194 components: - type: Transform - pos: 192.5,214.5 + pos: -178.5,50.5 parent: 1 - - uid: 3924 + - uid: 5195 components: - type: Transform - pos: 192.5,215.5 + pos: -178.5,38.5 parent: 1 - - uid: 3925 + - uid: 5196 components: - type: Transform - pos: 192.5,216.5 + pos: -177.5,39.5 parent: 1 - - uid: 3926 + - uid: 5197 components: - type: Transform - pos: 192.5,217.5 + pos: -178.5,39.5 parent: 1 - - uid: 3927 + - uid: 5198 components: - type: Transform - pos: 192.5,218.5 + pos: -178.5,36.5 parent: 1 - - uid: 3928 + - uid: 5199 components: - type: Transform - pos: 192.5,219.5 + pos: -178.5,43.5 parent: 1 - - uid: 3929 + - uid: 5200 components: - type: Transform - pos: 192.5,220.5 + pos: -177.5,40.5 parent: 1 - - uid: 3930 + - uid: 5201 components: - type: Transform - pos: 193.5,212.5 + pos: -178.5,37.5 parent: 1 - - uid: 3931 + - uid: 5202 components: - type: Transform - pos: 192.5,212.5 + pos: -177.5,41.5 parent: 1 - - uid: 3932 + - uid: 5203 components: - type: Transform - pos: 194.5,212.5 + pos: -177.5,35.5 parent: 1 - - uid: 3933 + - uid: 5204 components: - type: Transform - pos: 194.5,212.5 + pos: -176.5,35.5 parent: 1 - - uid: 3934 + - uid: 5205 components: - type: Transform - pos: 194.5,214.5 + pos: -176.5,31.5 parent: 1 - - uid: 3935 + - uid: 5206 components: - type: Transform - pos: 194.5,213.5 + pos: -176.5,32.5 parent: 1 - - uid: 3936 + - uid: 5207 components: - type: Transform - pos: 194.5,214.5 + pos: -165.5,56.5 parent: 1 - - uid: 3937 + - uid: 5208 components: - type: Transform - pos: 195.5,214.5 + pos: -165.5,57.5 parent: 1 - - uid: 3938 + - uid: 5209 components: - type: Transform - pos: 196.5,214.5 + pos: -165.5,58.5 parent: 1 - - uid: 3939 + - uid: 5210 components: - type: Transform - pos: 197.5,214.5 + pos: -165.5,59.5 parent: 1 - - uid: 3940 + - uid: 5211 components: - type: Transform - pos: 198.5,214.5 + pos: -165.5,60.5 parent: 1 - - uid: 3941 + - uid: 5212 components: - type: Transform - pos: 199.5,214.5 + pos: -165.5,61.5 parent: 1 - - uid: 3942 + - uid: 5213 components: - type: Transform - pos: 199.5,215.5 + pos: -165.5,62.5 parent: 1 - - uid: 3943 + - uid: 5214 components: - type: Transform - pos: 199.5,216.5 + pos: -165.5,63.5 parent: 1 - - uid: 3944 + - uid: 5215 components: - type: Transform - pos: 199.5,217.5 + pos: -165.5,64.5 parent: 1 - - uid: 3945 + - uid: 5216 components: - type: Transform - pos: 199.5,218.5 + pos: -165.5,65.5 parent: 1 - - uid: 3946 + - uid: 5217 components: - type: Transform - pos: 199.5,219.5 + pos: -165.5,66.5 parent: 1 - - uid: 3947 + - uid: 5218 components: - type: Transform - pos: 199.5,220.5 + pos: -165.5,67.5 parent: 1 - - uid: 3948 + - uid: 5219 components: - type: Transform - pos: 199.5,221.5 + pos: -165.5,68.5 parent: 1 - - uid: 3949 + - uid: 5220 components: - type: Transform - pos: 199.5,222.5 + pos: -165.5,69.5 parent: 1 - - uid: 3950 + - uid: 5221 components: - type: Transform - pos: 199.5,222.5 + pos: -163.5,58.5 parent: 1 - - uid: 3951 + - uid: 5222 components: - type: Transform - pos: 200.5,222.5 + pos: -162.5,58.5 parent: 1 - - uid: 3952 + - uid: 5223 components: - type: Transform - pos: 201.5,222.5 + pos: -161.5,58.5 parent: 1 - - uid: 3953 + - uid: 5224 components: - type: Transform - pos: 202.5,222.5 + pos: -160.5,58.5 parent: 1 - - uid: 3954 + - uid: 5225 components: - type: Transform - pos: -214.5,-90.5 + pos: -159.5,58.5 parent: 1 - - uid: 3955 + - uid: 5226 components: - type: Transform - pos: -208.5,-81.5 + pos: -158.5,58.5 parent: 1 - - uid: 3956 + - uid: 5227 components: - type: Transform - pos: -208.5,-80.5 + pos: -157.5,58.5 parent: 1 - - uid: 3957 + - uid: 5228 components: - type: Transform - pos: -208.5,-78.5 + pos: -156.5,58.5 parent: 1 - - uid: 3958 + - uid: 5229 components: - type: Transform - pos: -208.5,-82.5 + pos: -176.5,33.5 parent: 1 - - uid: 3959 + - uid: 5230 components: - type: Transform - pos: -208.5,-83.5 + pos: -176.5,34.5 parent: 1 - - uid: 3960 + - uid: 5231 components: - type: Transform - pos: -208.5,-84.5 + pos: -175.5,33.5 parent: 1 - - uid: 3961 + - uid: 5232 components: - type: Transform - pos: -208.5,-85.5 + pos: -175.5,34.5 parent: 1 - - uid: 3962 + - uid: 5233 components: - type: Transform - pos: -208.5,-86.5 + pos: -187.5,31.5 parent: 1 - - uid: 3963 + - uid: 5234 components: - type: Transform - pos: -208.5,-87.5 + pos: -183.5,31.5 parent: 1 - - uid: 3964 + - uid: 5235 components: - type: Transform - pos: -208.5,-88.5 + pos: -184.5,31.5 parent: 1 - - uid: 3965 + - uid: 5236 components: - type: Transform - pos: -53.5,-32.5 + pos: -185.5,31.5 parent: 1 - - uid: 3966 + - uid: 5237 components: - type: Transform - pos: -54.5,-32.5 + pos: -182.5,31.5 parent: 1 - - uid: 3967 + - uid: 5238 components: - type: Transform - pos: -52.5,-32.5 + pos: -181.5,31.5 parent: 1 - - uid: 3968 + - uid: 5239 components: - type: Transform - pos: -55.5,-32.5 + pos: -180.5,31.5 parent: 1 - - uid: 3969 + - uid: 5240 components: - type: Transform - pos: -56.5,-32.5 + pos: -179.5,31.5 parent: 1 - - uid: 3970 + - uid: 5241 components: - type: Transform - pos: -57.5,-32.5 + pos: -178.5,31.5 parent: 1 - - uid: 3971 + - uid: 5242 components: - type: Transform - pos: -58.5,-32.5 + pos: -177.5,31.5 parent: 1 - - uid: 3972 + - uid: 5243 components: - type: Transform - pos: -59.5,-32.5 + pos: -176.5,31.5 parent: 1 - - uid: 3973 + - uid: 5244 components: - type: Transform - pos: -60.5,-32.5 + pos: -183.5,32.5 parent: 1 - - uid: 3974 + - uid: 5245 components: - type: Transform - pos: -61.5,-32.5 + pos: -179.5,50.5 parent: 1 - - uid: 3975 + - uid: 5246 components: - type: Transform - pos: -62.5,-32.5 + pos: -175.5,61.5 parent: 1 - - uid: 3976 + - uid: 5247 components: - type: Transform - pos: -63.5,-32.5 + pos: -176.5,61.5 parent: 1 - - uid: 3977 + - uid: 5248 components: - type: Transform - pos: -64.5,-32.5 + pos: -182.5,29.5 parent: 1 - - uid: 3978 + - uid: 5249 components: - type: Transform - pos: -65.5,-32.5 + pos: -182.5,28.5 parent: 1 - - uid: 3979 + - uid: 5250 components: - type: Transform - pos: -66.5,-32.5 + pos: -182.5,27.5 parent: 1 - - uid: 3980 + - uid: 5251 components: - type: Transform - pos: -65.5,-33.5 + pos: -182.5,26.5 parent: 1 - - uid: 3981 + - uid: 5252 components: - type: Transform - pos: -65.5,-34.5 + pos: -182.5,25.5 parent: 1 - - uid: 3982 + - uid: 5253 components: - type: Transform - pos: -65.5,-35.5 + pos: -183.5,25.5 parent: 1 - - uid: 3983 + - uid: 5254 components: - type: Transform - pos: -65.5,-36.5 + pos: -184.5,25.5 parent: 1 - - uid: 3984 + - uid: 5255 components: - type: Transform - pos: -66.5,-36.5 + pos: -185.5,25.5 parent: 1 - - uid: 3985 + - uid: 5256 components: - type: Transform - pos: -67.5,-36.5 + pos: -185.5,24.5 parent: 1 - - uid: 3986 + - uid: 5257 components: - type: Transform - pos: -68.5,-36.5 + pos: -185.5,23.5 parent: 1 - - uid: 3987 + - uid: 5258 components: - type: Transform - pos: -69.5,-36.5 + pos: -150.5,58.5 parent: 1 - - uid: 3988 + - uid: 5259 components: - type: Transform - pos: -69.5,-35.5 + pos: -147.5,58.5 parent: 1 - - uid: 3989 + - uid: 5260 components: - type: Transform - pos: -69.5,-34.5 + pos: -160.5,69.5 parent: 1 - - uid: 3990 + - uid: 5261 components: - type: Transform - pos: -69.5,-33.5 + pos: -143.5,58.5 parent: 1 - - uid: 3991 + - uid: 5262 components: - type: Transform - pos: -66.5,-35.5 + pos: -160.5,68.5 parent: 1 - - uid: 3992 + - uid: 5263 components: - type: Transform - pos: -66.5,-36.5 + pos: -160.5,67.5 parent: 1 - - uid: 4117 + - uid: 5264 components: - type: Transform - pos: 115.5,13.5 + pos: -142.5,58.5 parent: 1 - - uid: 4455 + - uid: 5265 components: - type: Transform - pos: -186.5,-100.5 + pos: -141.5,58.5 parent: 1 - - uid: 4456 + - uid: 5266 components: - type: Transform - pos: -193.5,-99.5 + pos: -169.5,54.5 parent: 1 - - uid: 4459 + - uid: 5267 components: - type: Transform - pos: -192.5,-99.5 + pos: -169.5,50.5 parent: 1 - - uid: 4517 + - uid: 5268 components: - type: Transform - pos: -395.5,110.5 + pos: -169.5,51.5 parent: 1 - - uid: 4537 + - uid: 5269 components: - type: Transform - pos: 96.5,87.5 + pos: -169.5,52.5 parent: 1 - - uid: 4541 + - uid: 5270 components: - type: Transform - pos: 94.5,87.5 + pos: -169.5,53.5 parent: 1 - - uid: 4543 + - uid: 5271 components: - type: Transform - pos: 94.5,88.5 + pos: -169.5,55.5 parent: 1 - - uid: 4556 + - uid: 5272 components: - type: Transform - pos: 90.5,91.5 + pos: -153.5,58.5 parent: 1 - - uid: 4559 + - uid: 5273 components: - type: Transform - pos: -404.5,104.5 + pos: -165.5,66.5 parent: 1 - - uid: 4565 + - uid: 5274 components: - type: Transform - pos: 90.5,94.5 + pos: -163.5,66.5 parent: 1 - - uid: 4566 + - uid: 5275 components: - type: Transform - pos: 91.5,94.5 + pos: -145.5,58.5 parent: 1 - - uid: 4590 + - uid: 5276 components: - type: Transform - pos: -397.5,110.5 + pos: -164.5,66.5 parent: 1 - - uid: 4638 + - uid: 5277 components: - type: Transform - pos: -400.5,110.5 + pos: -107.5,-164.5 parent: 1 - - uid: 4660 + - uid: 5278 components: - type: Transform - pos: -401.5,110.5 + pos: 117.5,13.5 parent: 1 - - uid: 6022 + - uid: 5279 components: - type: Transform - pos: 191.5,206.5 + pos: 120.5,17.5 parent: 1 - - uid: 6074 + - uid: 5280 components: - type: Transform - pos: -395.5,112.5 + pos: 116.5,13.5 parent: 1 - - uid: 6364 + - uid: 5281 components: - type: Transform - pos: -405.5,104.5 + pos: 120.5,16.5 parent: 1 - - uid: 6476 + - uid: 5282 components: - type: Transform - pos: 131.5,26.5 + pos: 120.5,14.5 parent: 1 - - uid: 6540 + - uid: 5283 components: - type: Transform - pos: 91.5,95.5 + pos: 278.5,133.5 parent: 1 - - uid: 6739 + - uid: 5284 components: - type: Transform - pos: 90.5,87.5 + pos: 311.5,102.5 parent: 1 - - uid: 6959 + - uid: 5285 components: - type: Transform - pos: 192.5,212.5 + pos: -194.5,-99.5 parent: 1 - - uid: 7225 + - uid: 5286 components: - type: Transform - pos: -395.5,114.5 + pos: -170.5,-98.5 parent: 1 - - uid: 7226 + - uid: 5287 components: - type: Transform - pos: -396.5,110.5 + pos: -171.5,-93.5 parent: 1 - - uid: 7227 + - uid: 5288 components: - type: Transform - pos: -401.5,110.5 + pos: -170.5,-97.5 parent: 1 - - uid: 7238 + - uid: 5289 components: - type: Transform - pos: -400.5,110.5 + pos: -171.5,-94.5 parent: 1 - - uid: 7777 + - uid: 5290 components: - type: Transform - pos: -394.5,110.5 + pos: -170.5,-107.5 parent: 1 - - uid: 7993 + - uid: 5291 components: - type: Transform - pos: -395.5,113.5 + pos: -167.5,-98.5 parent: 1 - - uid: 8149 + - uid: 5292 components: - type: Transform - pos: -399.5,110.5 + pos: -170.5,-104.5 parent: 1 - - uid: 8150 + - uid: 5293 components: - type: Transform - pos: -402.5,106.5 + pos: -171.5,-95.5 parent: 1 - - uid: 8151 + - uid: 5294 components: - type: Transform - pos: -402.5,105.5 + pos: -170.5,-95.5 parent: 1 - - uid: 8155 + - uid: 5295 components: - type: Transform - pos: -399.5,110.5 + pos: -170.5,-102.5 parent: 1 - - uid: 8156 + - uid: 5296 components: - type: Transform - pos: -398.5,110.5 + pos: -170.5,-97.5 parent: 1 - - uid: 8622 + - uid: 5297 components: - type: Transform - pos: 93.5,87.5 + pos: -170.5,-96.5 parent: 1 - - uid: 9772 + - uid: 5298 components: - type: Transform - pos: -403.5,104.5 + pos: -170.5,-100.5 parent: 1 - - uid: 9797 + - uid: 5299 components: - type: Transform - pos: -402.5,104.5 + pos: -171.5,-95.5 parent: 1 - - uid: 9918 + - uid: 5300 components: - type: Transform - pos: 90.5,89.5 + pos: -170.5,-103.5 parent: 1 - - uid: 10078 + - uid: 5301 components: - type: Transform - pos: -151.5,58.5 + pos: -170.5,-99.5 parent: 1 - - uid: 10202 + - uid: 5302 components: - type: Transform - pos: -181.5,-105.5 + pos: -166.5,-97.5 parent: 1 - - uid: 10209 + - uid: 5303 components: - type: Transform - pos: -178.5,-119.5 + pos: -170.5,-97.5 parent: 1 - - uid: 10215 + - uid: 5304 components: - type: Transform - pos: -164.5,-102.5 + pos: -170.5,-106.5 parent: 1 - - uid: 10216 + - uid: 5305 components: - type: Transform - pos: -164.5,-100.5 + pos: -183.5,-101.5 parent: 1 - - uid: 10364 + - uid: 5306 components: - type: Transform - pos: 92.5,87.5 + pos: -182.5,-101.5 parent: 1 - - uid: 10377 + - uid: 5307 components: - type: Transform - pos: 195.5,210.5 + pos: -170.5,-98.5 parent: 1 - - uid: 10428 + - uid: 5308 components: - type: Transform - pos: -164.5,-101.5 + pos: -170.5,-101.5 parent: 1 - - uid: 10430 + - uid: 5309 components: - type: Transform - pos: -164.5,-106.5 + pos: -168.5,-98.5 parent: 1 - - uid: 10638 + - uid: 5310 components: - type: Transform - pos: -164.5,-105.5 + pos: -169.5,-98.5 parent: 1 - - uid: 10691 + - uid: 5311 components: - type: Transform - pos: 193.5,212.5 + pos: -124.5,61.5 parent: 1 - - uid: 10702 + - uid: 5312 components: - type: Transform - pos: 199.5,213.5 + pos: -170.5,-105.5 parent: 1 - - uid: 10703 + - uid: 5313 components: - type: Transform - pos: -164.5,-104.5 + pos: -195.5,-99.5 parent: 1 - - uid: 10711 + - uid: 5314 components: - type: Transform - pos: -164.5,-103.5 + pos: -196.5,-99.5 parent: 1 - - uid: 10716 + - uid: 5315 components: - type: Transform - pos: -167.5,-107.5 + pos: -197.5,-98.5 parent: 1 - - uid: 11276 + - uid: 5316 components: - type: Transform - pos: -162.5,66.5 + pos: -197.5,-99.5 parent: 1 - - uid: 11281 + - uid: 5317 components: - type: Transform - pos: -166.5,56.5 + pos: 105.5,-130.5 parent: 1 - - uid: 11337 + - uid: 5318 components: - type: Transform - pos: -148.5,58.5 + pos: 104.5,-130.5 parent: 1 - - uid: 11346 + - uid: 5319 components: - type: Transform - pos: -168.5,56.5 + pos: 103.5,-130.5 parent: 1 - - uid: 11351 + - uid: 5320 components: - type: Transform - pos: -167.5,56.5 + pos: 102.5,-130.5 parent: 1 - - uid: 11401 + - uid: 5321 components: - type: Transform - pos: -184.5,57.5 + pos: 101.5,-130.5 parent: 1 - - uid: 11513 + - uid: 5322 components: - type: Transform - pos: -146.5,58.5 + pos: 100.5,-130.5 parent: 1 - - uid: 11527 + - uid: 5323 components: - type: Transform - pos: -160.5,66.5 + pos: 102.5,-129.5 parent: 1 - - uid: 11532 + - uid: 5324 components: - type: Transform - pos: -144.5,58.5 + pos: 102.5,-131.5 parent: 1 - - uid: 11555 + - uid: 5325 components: - type: Transform - pos: -160.5,66.5 + pos: 102.5,-132.5 parent: 1 - - uid: 11563 + - uid: 5326 components: - type: Transform - pos: -149.5,58.5 + pos: 91.5,-132.5 parent: 1 - - uid: 11574 + - uid: 5327 components: - type: Transform - pos: -169.5,56.5 + pos: 102.5,-132.5 parent: 1 - - uid: 11879 + - uid: 5328 components: - type: Transform - pos: -191.5,-99.5 + pos: 101.5,-132.5 parent: 1 - - uid: 11921 + - uid: 5329 components: - type: Transform - pos: -188.5,-99.5 + pos: 100.5,-132.5 parent: 1 - - uid: 11926 + - uid: 5330 components: - type: Transform - pos: -187.5,-99.5 + pos: 99.5,-132.5 parent: 1 - - uid: 11929 + - uid: 5331 components: - type: Transform - pos: -186.5,-99.5 + pos: 98.5,-132.5 parent: 1 - - uid: 11947 + - uid: 5332 components: - type: Transform - pos: -185.5,-102.5 + pos: 97.5,-132.5 parent: 1 - - uid: 11955 + - uid: 5333 components: - type: Transform - pos: -194.5,-97.5 + pos: 96.5,-132.5 parent: 1 - - uid: 11959 + - uid: 5334 components: - type: Transform - pos: -182.5,-102.5 + pos: 95.5,-132.5 parent: 1 - - uid: 11989 + - uid: 5335 components: - type: Transform - pos: -182.5,-103.5 + pos: 94.5,-132.5 parent: 1 - - uid: 12016 + - uid: 5336 components: - type: Transform - pos: -182.5,-104.5 + pos: 93.5,-132.5 parent: 1 - - uid: 12046 + - uid: 5337 components: - type: Transform - pos: -182.5,-105.5 + pos: 92.5,-132.5 parent: 1 - - uid: 16146 + - uid: 5338 components: - type: Transform - pos: -155.5,58.5 + pos: 91.5,-132.5 parent: 1 - - uid: 16732 + - uid: 5339 components: - type: Transform - pos: 192.5,208.5 + pos: 91.5,-131.5 parent: 1 - - uid: 17493 + - uid: 5340 components: - type: Transform - pos: 193.5,210.5 + pos: 91.5,-130.5 parent: 1 - - uid: 17957 + - uid: 5341 components: - type: Transform - pos: -391.5,97.5 + pos: 91.5,-129.5 parent: 1 - - uid: 17958 + - uid: 5342 components: - type: Transform - pos: -391.5,96.5 + pos: 91.5,-128.5 parent: 1 - - uid: 17962 + - uid: 5343 components: - type: Transform - pos: -391.5,98.5 + pos: 91.5,-127.5 parent: 1 - - uid: 17963 + - uid: 5344 components: - type: Transform - pos: -391.5,95.5 + pos: 91.5,-126.5 parent: 1 - - uid: 17967 + - uid: 5345 components: - type: Transform - pos: -401.5,96.5 + pos: 91.5,-125.5 parent: 1 - - uid: 17980 + - uid: 5346 components: - type: Transform - pos: -404.5,96.5 + pos: 91.5,-124.5 parent: 1 - - uid: 17982 + - uid: 5347 components: - type: Transform - pos: -405.5,96.5 + pos: 91.5,-123.5 parent: 1 - - uid: 17984 + - uid: 5348 components: - type: Transform - pos: -403.5,96.5 + pos: 91.5,-122.5 parent: 1 - - uid: 20804 + - uid: 5349 components: - type: Transform - pos: -172.5,-107.5 + pos: 91.5,-121.5 parent: 1 - - uid: 20809 + - uid: 5350 components: - type: Transform - pos: -178.5,-105.5 + pos: 91.5,-120.5 parent: 1 - - uid: 20820 + - uid: 5351 components: - type: Transform - pos: -179.5,-105.5 + pos: 91.5,-119.5 parent: 1 - - uid: 20833 + - uid: 5352 components: - type: Transform - pos: -180.5,-105.5 + pos: 91.5,-118.5 parent: 1 - - uid: 21287 + - uid: 5353 components: - type: Transform - pos: 90.5,88.5 + pos: 91.5,-118.5 parent: 1 - - uid: 21290 + - uid: 5354 components: - type: Transform - pos: 91.5,87.5 + pos: 92.5,-118.5 parent: 1 - - uid: 23910 + - uid: 5355 components: - type: Transform - pos: 90.5,92.5 + pos: 93.5,-118.5 parent: 1 - - uid: 23915 + - uid: 5356 components: - type: Transform - pos: 90.5,90.5 + pos: 94.5,-118.5 parent: 1 - - uid: 24157 + - uid: 5357 components: - type: Transform - pos: -186.5,-101.5 + pos: 95.5,-118.5 parent: 1 - - uid: 24758 + - uid: 5358 components: - type: Transform - pos: -154.5,58.5 + pos: 96.5,-118.5 parent: 1 - - uid: 24795 + - uid: 5359 components: - type: Transform - pos: -152.5,58.5 + pos: 96.5,-118.5 parent: 1 - - uid: 24829 + - uid: 5360 components: - type: Transform - pos: -161.5,66.5 + pos: 96.5,-117.5 parent: 1 - - uid: 25245 + - uid: 5361 components: - type: Transform - pos: -183.5,-102.5 + pos: 96.5,-116.5 parent: 1 - - uid: 27485 + - uid: 5362 components: - type: Transform - pos: 90.5,93.5 + pos: 96.5,-115.5 parent: 1 - - uid: 45552 + - uid: 5363 components: - type: Transform - pos: -397.5,117.5 + pos: 96.5,-114.5 parent: 1 - - uid: 45611 + - uid: 5364 components: - type: Transform - pos: -397.5,117.5 + pos: 96.5,-113.5 parent: 1 - - uid: 45654 + - uid: 5365 components: - type: Transform - pos: -396.5,119.5 + pos: 96.5,-112.5 parent: 1 - - uid: 46020 + - uid: 5366 components: - type: Transform - pos: 129.5,25.5 + pos: 96.5,-111.5 parent: 1 - - uid: 46023 + - uid: 5367 components: - type: Transform - pos: -393.5,109.5 + pos: 96.5,-110.5 parent: 1 - - uid: 46029 + - uid: 5368 components: - type: Transform - pos: 129.5,26.5 + pos: 96.5,-110.5 parent: 1 - - uid: 46030 + - uid: 5369 components: - type: Transform - pos: 130.5,26.5 + pos: 97.5,-110.5 parent: 1 - - uid: 46032 + - uid: 5370 components: - type: Transform - pos: -393.5,110.5 + pos: 98.5,-110.5 parent: 1 - - uid: 46462 + - uid: 5371 components: - type: Transform - pos: -397.5,115.5 + pos: 99.5,-110.5 parent: 1 - - uid: 46506 + - uid: 5372 components: - type: Transform - pos: -404.5,96.5 + pos: 100.5,-110.5 parent: 1 - - uid: 46508 + - uid: 5373 components: - type: Transform - pos: -402.5,109.5 + pos: 101.5,-110.5 parent: 1 - - uid: 46559 + - uid: 5374 components: - type: Transform - pos: -402.5,110.5 + pos: 102.5,-110.5 parent: 1 - - uid: 46577 + - uid: 5375 components: - type: Transform - pos: -394.5,117.5 + pos: 103.5,-110.5 parent: 1 - - uid: 46579 + - uid: 5376 components: - type: Transform - pos: -408.5,66.5 + pos: 103.5,-110.5 parent: 1 - - uid: 46586 + - uid: 5377 components: - type: Transform - pos: -402.5,96.5 + pos: 103.5,-109.5 parent: 1 - - uid: 46593 + - uid: 5378 components: - type: Transform - pos: -404.5,96.5 + pos: 103.5,-108.5 parent: 1 - - uid: 46617 + - uid: 5379 components: - type: Transform - pos: -394.5,118.5 + pos: 103.5,-107.5 parent: 1 - - uid: 46629 + - uid: 5380 components: - type: Transform - pos: -407.5,79.5 + pos: 103.5,-106.5 parent: 1 - - uid: 46643 + - uid: 5381 components: - type: Transform - pos: -408.5,67.5 + pos: 103.5,-105.5 parent: 1 - - uid: 46654 + - uid: 5382 components: - type: Transform - pos: -407.5,80.5 + pos: 103.5,-104.5 parent: 1 - - uid: 46695 + - uid: 5383 components: - type: Transform - pos: -392.5,90.5 + pos: 103.5,-104.5 parent: 1 - - uid: 46716 + - uid: 5384 components: - type: Transform - pos: -392.5,94.5 + pos: 102.5,-104.5 parent: 1 - - uid: 46718 + - uid: 5385 components: - type: Transform - pos: -402.5,108.5 + pos: 101.5,-104.5 parent: 1 - - uid: 46719 + - uid: 5386 components: - type: Transform - pos: -402.5,107.5 + pos: 100.5,-104.5 parent: 1 - - uid: 46729 + - uid: 5387 components: - type: Transform - pos: 95.5,87.5 + pos: 100.5,-104.5 parent: 1 - - uid: 46740 + - uid: 5388 components: - type: Transform - pos: -406.5,105.5 + pos: 100.5,-103.5 parent: 1 - - uid: 46751 + - uid: 5389 components: - type: Transform - pos: -406.5,105.5 + pos: 100.5,-102.5 parent: 1 - - uid: 46752 +- proto: CableMVStack + entities: + - uid: 5390 components: - type: Transform - pos: -406.5,104.5 + pos: 167.09697,37.664238 parent: 1 - - uid: 46753 + - uid: 5391 components: - type: Transform - pos: -406.5,103.5 + pos: 16.207172,141.85591 parent: 1 - - uid: 46754 +- proto: CableTerminal + entities: + - uid: 5392 components: - type: Transform - pos: -406.5,102.5 + rot: -1.5707963267948966 rad + pos: -36.5,-113.5 parent: 1 - - uid: 46755 +- proto: Candle + entities: + - uid: 5393 components: - type: Transform - pos: -406.5,101.5 + rot: -1.5707963267948966 rad + pos: 28.233667,-61.724274 parent: 1 - - uid: 46756 + - uid: 5394 components: - type: Transform - pos: -406.5,100.5 + rot: -1.5707963267948966 rad + pos: 29.212833,-56.574863 parent: 1 - - uid: 46757 + - uid: 5395 components: - type: Transform - pos: -406.5,99.5 + pos: 204.7657,-31.181347 parent: 1 - - uid: 46758 +- proto: CandleBlack + entities: + - uid: 5396 components: - type: Transform - pos: -406.5,98.5 + rot: -1.5707963267948966 rad + pos: 177.51428,152.54182 parent: 1 - - uid: 46759 +- proto: CandleBlue + entities: + - uid: 5397 components: - type: Transform - pos: -406.5,97.5 + pos: 153.69572,150.72995 parent: 1 - - uid: 46760 + - uid: 5398 components: - type: Transform - pos: -406.5,96.5 + rot: -1.5707963267948966 rad + pos: 180.5924,146.7137 parent: 1 - - uid: 46779 +- proto: CandleGreen + entities: + - uid: 5399 components: - type: Transform - pos: -397.5,116.5 + pos: 26.450254,-15.385254 parent: 1 - - uid: 46780 + - uid: 5400 components: - type: Transform - pos: -408.5,68.5 + pos: 153.49936,150.68307 parent: 1 - - uid: 46797 + - uid: 5401 components: - type: Transform - pos: -391.5,89.5 + rot: -1.5707963267948966 rad + pos: 177.61124,148.68245 parent: 1 - - uid: 46854 +- proto: CandleRed + entities: + - uid: 5402 components: - type: Transform - pos: -396.5,118.5 + pos: 123.7502,30.465929 parent: 1 - - uid: 46855 + - uid: 5403 components: - type: Transform - pos: -397.5,118.5 + pos: 123.20332,30.419054 parent: 1 - - uid: 46857 +- proto: CandleSmall + entities: + - uid: 5404 components: - type: Transform - pos: -397.5,116.5 + pos: 153.84116,150.62057 parent: 1 - - uid: 46858 +- proto: Carpet + entities: + - uid: 5405 components: - type: Transform - pos: -397.5,115.5 + pos: 154.5,145.5 parent: 1 - - uid: 46859 + - uid: 5406 components: - type: Transform - pos: -396.5,115.5 + pos: 154.5,144.5 parent: 1 - - uid: 46860 + - uid: 5407 components: - type: Transform - pos: -395.5,115.5 + pos: 154.5,143.5 parent: 1 - - uid: 46861 + - uid: 5408 components: - type: Transform - pos: -394.5,115.5 + pos: 154.5,142.5 parent: 1 - - uid: 46868 + - uid: 5409 components: - type: Transform - pos: -395.5,111.5 + pos: 154.5,141.5 parent: 1 - - uid: 46940 + - uid: 5410 components: - type: Transform - pos: -392.5,92.5 + pos: 154.5,140.5 parent: 1 - - uid: 47016 + - uid: 5411 components: - type: Transform - pos: -392.5,93.5 + pos: 154.5,139.5 parent: 1 - - uid: 47031 + - uid: 5412 components: - type: Transform - pos: -390.5,89.5 + pos: 151.5,145.5 parent: 1 - - uid: 47033 + - uid: 5413 components: - type: Transform - pos: -392.5,95.5 + pos: 152.5,145.5 parent: 1 - - uid: 47034 + - uid: 5414 components: - type: Transform - pos: -392.5,89.5 + pos: 153.5,145.5 parent: 1 - - uid: 47051 + - uid: 5415 components: - type: Transform - pos: -387.5,98.5 + pos: 155.5,145.5 parent: 1 - - uid: 47115 + - uid: 5416 components: - type: Transform - pos: -389.5,89.5 + pos: 156.5,145.5 parent: 1 - - uid: 47118 + - uid: 5417 components: - type: Transform - pos: -392.5,91.5 + pos: 157.5,145.5 parent: 1 - - uid: 47122 + - uid: 5418 components: - type: Transform - pos: -393.5,95.5 + pos: 153.5,144.5 parent: 1 - - uid: 47123 + - uid: 5419 components: - type: Transform - pos: -394.5,95.5 + pos: 155.5,144.5 parent: 1 - - uid: 47124 + - uid: 5420 components: - type: Transform - pos: -395.5,95.5 + pos: 155.5,140.5 parent: 1 - - uid: 47125 + - uid: 5421 components: - type: Transform - pos: -396.5,95.5 + pos: 157.5,140.5 parent: 1 - - uid: 47126 + - uid: 5422 components: - type: Transform - pos: -397.5,95.5 + pos: 153.5,142.5 parent: 1 - - uid: 47127 + - uid: 5423 components: - type: Transform - pos: -398.5,95.5 + pos: 152.5,142.5 parent: 1 - - uid: 47128 + - uid: 5424 components: - type: Transform - pos: -399.5,95.5 + pos: 151.5,142.5 parent: 1 - - uid: 47129 + - uid: 5425 components: - type: Transform - pos: -400.5,95.5 + pos: 155.5,142.5 parent: 1 - - uid: 47130 + - uid: 5426 components: - type: Transform - pos: -401.5,95.5 + pos: 156.5,142.5 parent: 1 - - uid: 47140 + - uid: 5427 components: - type: Transform - pos: -388.5,89.5 + pos: 157.5,142.5 parent: 1 - - uid: 47141 + - uid: 5428 components: - type: Transform - pos: -387.5,89.5 + pos: 153.5,140.5 parent: 1 - - uid: 47142 + - uid: 5429 components: - type: Transform - pos: -386.5,89.5 + pos: 152.5,140.5 parent: 1 - - uid: 47143 + - uid: 5430 components: - type: Transform - pos: -385.5,89.5 + pos: 151.5,140.5 parent: 1 - - uid: 47144 + - uid: 5431 components: - type: Transform - pos: -384.5,89.5 + pos: 156.5,140.5 parent: 1 - - uid: 47145 + - uid: 5432 components: - type: Transform - pos: -384.5,90.5 + pos: -48.5,-109.5 parent: 1 - - uid: 47146 + - uid: 5433 components: - type: Transform - pos: -383.5,90.5 + pos: -49.5,-108.5 parent: 1 - - uid: 47147 + - uid: 5434 components: - type: Transform - pos: -382.5,90.5 + pos: -49.5,-108.5 parent: 1 - - uid: 47148 + - uid: 5435 components: - type: Transform - pos: -381.5,90.5 + pos: -49.5,-107.5 parent: 1 - - uid: 47149 + - uid: 5436 components: - type: Transform - pos: -380.5,90.5 + pos: -48.5,-108.5 parent: 1 - - uid: 47150 + - uid: 5437 components: - type: Transform - pos: -379.5,90.5 + pos: -48.5,-108.5 parent: 1 - - uid: 47151 + - uid: 5438 components: - type: Transform - pos: -378.5,90.5 + pos: -47.5,-107.5 parent: 1 - - uid: 47152 + - uid: 5439 components: - type: Transform - pos: -377.5,90.5 + pos: -47.5,-108.5 parent: 1 - - uid: 47172 + - uid: 5440 components: - type: Transform - pos: -371.5,101.5 + pos: -46.5,-108.5 parent: 1 - - uid: 47177 + - uid: 5441 components: - type: Transform - pos: -370.5,101.5 + pos: -46.5,-108.5 parent: 1 - - uid: 47234 + - uid: 5442 components: - type: Transform - pos: -373.5,101.5 + pos: -45.5,-108.5 parent: 1 - - uid: 47241 + - uid: 5443 components: - type: Transform - pos: -372.5,101.5 + pos: -45.5,-108.5 parent: 1 - - uid: 47255 + - uid: 5444 components: - type: Transform - pos: -386.5,98.5 + pos: -45.5,-107.5 parent: 1 - - uid: 47288 + - uid: 5445 components: - type: Transform - pos: -370.5,101.5 + pos: -45.5,-108.5 parent: 1 - - uid: 47289 + - uid: 5446 components: - type: Transform - pos: -385.5,98.5 + pos: -46.5,-109.5 parent: 1 - - uid: 47298 + - uid: 5447 components: - type: Transform - pos: -374.5,101.5 + pos: -47.5,-109.5 parent: 1 - - uid: 47299 + - uid: 5448 components: - type: Transform - pos: -376.5,101.5 + pos: -49.5,-109.5 parent: 1 - - uid: 47300 + - uid: 5449 components: - type: Transform - pos: -375.5,101.5 + pos: -48.5,-109.5 parent: 1 - - uid: 47301 + - uid: 5450 components: - type: Transform - pos: -378.5,101.5 + pos: -46.5,-109.5 parent: 1 - - uid: 47302 + - uid: 5451 components: - type: Transform - pos: -377.5,101.5 + pos: -45.5,-109.5 parent: 1 - - uid: 47303 + - uid: 5452 components: - type: Transform - pos: -369.5,104.5 + pos: -46.5,-107.5 parent: 1 - - uid: 47304 + - uid: 5453 components: - type: Transform - pos: -370.5,104.5 + pos: -47.5,-107.5 parent: 1 - - uid: 47305 + - uid: 5454 components: - type: Transform - pos: -370.5,103.5 + pos: -48.5,-107.5 parent: 1 - - uid: 47306 + - uid: 5455 components: - type: Transform - pos: -370.5,102.5 + pos: -48.5,-107.5 parent: 1 - - uid: 47307 +- proto: CarpetBlack + entities: + - uid: 5456 components: - type: Transform - pos: -370.5,101.5 + pos: -48.5,-127.5 parent: 1 - - uid: 47308 + - uid: 5457 components: - type: Transform - pos: -379.5,101.5 + pos: -48.5,-126.5 parent: 1 - - uid: 47309 + - uid: 5458 components: - type: Transform - pos: -380.5,101.5 + pos: -47.5,-126.5 parent: 1 - - uid: 47310 + - uid: 5459 components: - type: Transform - pos: -381.5,101.5 + pos: -47.5,-127.5 parent: 1 - - uid: 47311 + - uid: 5460 components: - type: Transform - pos: -382.5,101.5 + pos: -48.5,-127.5 parent: 1 - - uid: 47312 + - uid: 5461 components: - type: Transform - pos: -383.5,101.5 + pos: -46.5,-126.5 parent: 1 - - uid: 47313 + - uid: 5462 components: - type: Transform - pos: -384.5,101.5 + pos: -46.5,-127.5 parent: 1 - - uid: 47314 + - uid: 5463 components: - type: Transform - pos: -384.5,101.5 + pos: -47.5,-127.5 parent: 1 - - uid: 47315 + - uid: 5464 components: - type: Transform - pos: -384.5,100.5 + rot: 1.5707963267948966 rad + pos: 170.5,146.5 parent: 1 - - uid: 47316 + - uid: 5465 components: - type: Transform - pos: -384.5,99.5 + rot: 1.5707963267948966 rad + pos: 170.5,147.5 parent: 1 - - uid: 47317 +- proto: CarpetGreen + entities: + - uid: 5466 components: - type: Transform - pos: -384.5,98.5 + rot: -1.5707963267948966 rad + pos: -40.5,-114.5 parent: 1 - - uid: 47324 + - uid: 5467 components: - type: Transform - pos: -388.5,98.5 + rot: -1.5707963267948966 rad + pos: -39.5,-114.5 parent: 1 - - uid: 47325 + - uid: 5468 components: - type: Transform - pos: -389.5,98.5 + rot: -1.5707963267948966 rad + pos: -39.5,-115.5 parent: 1 - - uid: 47326 + - uid: 5469 components: - type: Transform - pos: -390.5,98.5 + rot: -1.5707963267948966 rad + pos: -41.5,-115.5 parent: 1 - - uid: 47327 + - uid: 5470 components: - type: Transform - pos: -391.5,98.5 + rot: -1.5707963267948966 rad + pos: -40.5,-115.5 parent: 1 - - uid: 47328 + - uid: 5471 components: - type: Transform - pos: -392.5,98.5 + rot: -1.5707963267948966 rad + pos: -41.5,-114.5 parent: 1 - - uid: 47330 + - uid: 5472 components: - type: Transform - pos: -392.5,109.5 + rot: -1.5707963267948966 rad + pos: -41.5,-114.5 parent: 1 - - uid: 47331 +- proto: CarpetOrange + entities: + - uid: 5473 components: - type: Transform - pos: -392.5,108.5 + pos: -79.5,-107.5 parent: 1 - - uid: 47334 + - uid: 5474 components: - type: Transform - pos: -392.5,107.5 + pos: -79.5,-108.5 parent: 1 - - uid: 47335 + - uid: 5475 components: - type: Transform - pos: -392.5,106.5 + pos: -80.5,-107.5 parent: 1 - - uid: 47336 + - uid: 5476 components: - type: Transform - pos: -392.5,105.5 + pos: -79.5,-107.5 parent: 1 - - uid: 47337 + - uid: 5477 components: - type: Transform - pos: -392.5,104.5 + pos: -80.5,-108.5 parent: 1 - - uid: 47338 + - uid: 5478 components: - type: Transform - pos: -392.5,103.5 + pos: -81.5,-108.5 parent: 1 - - uid: 47339 + - uid: 5479 components: - type: Transform - pos: -392.5,102.5 + pos: -81.5,-107.5 parent: 1 - - uid: 47340 + - uid: 5480 components: - type: Transform - pos: -392.5,101.5 + pos: 165.5,190.5 parent: 1 - - uid: 47341 + - uid: 5481 components: - type: Transform - pos: -392.5,100.5 + pos: 166.5,190.5 parent: 1 - - uid: 47342 + - uid: 5482 components: - type: Transform - pos: -392.5,99.5 + pos: 168.5,190.5 parent: 1 - - uid: 47343 + - uid: 5483 components: - type: Transform - pos: -392.5,98.5 + pos: 165.5,192.5 parent: 1 - - uid: 47344 + - uid: 5484 components: - type: Transform - pos: -392.5,98.5 + pos: 167.5,190.5 parent: 1 - - uid: 47347 + - uid: 5485 components: - type: Transform - pos: -392.5,95.5 + pos: 165.5,191.5 parent: 1 - - uid: 47485 + - uid: 5486 components: - type: Transform - pos: -370.5,102.5 + pos: 166.5,191.5 parent: 1 - - uid: 47486 + - uid: 5487 components: - type: Transform - pos: -370.5,104.5 + pos: 166.5,192.5 parent: 1 - - uid: 47487 + - uid: 5488 components: - type: Transform - pos: -370.5,103.5 + pos: 168.5,192.5 parent: 1 - - uid: 47488 + - uid: 5489 components: - type: Transform - pos: -369.5,104.5 + pos: 161.5,189.5 parent: 1 - - uid: 47489 + - uid: 5490 components: - type: Transform - pos: -367.5,104.5 + pos: 168.5,191.5 parent: 1 - - uid: 47490 + - uid: 5491 components: - type: Transform - pos: -368.5,104.5 + pos: 160.5,189.5 parent: 1 - - uid: 47491 + - uid: 5492 components: - type: Transform - pos: -366.5,104.5 + pos: 167.5,191.5 parent: 1 - - uid: 47886 + - uid: 5493 components: - type: Transform - pos: -184.5,56.5 + pos: 167.5,192.5 parent: 1 - - uid: 47948 + - uid: 5494 components: - type: Transform - pos: -187.5,42.5 + pos: 159.5,192.5 parent: 1 - - uid: 47953 + - uid: 5495 components: - type: Transform - pos: -184.5,42.5 + pos: 159.5,191.5 parent: 1 - - uid: 49554 + - uid: 5496 components: - type: Transform - pos: 194.5,212.5 + rot: 1.5707963267948966 rad + pos: 114.5,6.5 parent: 1 - - uid: 49674 + - uid: 5497 components: - type: Transform - pos: 194.5,212.5 + rot: 1.5707963267948966 rad + pos: 114.5,8.5 parent: 1 - - uid: 50080 + - uid: 5498 components: - type: Transform - pos: 191.5,207.5 + rot: 1.5707963267948966 rad + pos: 114.5,7.5 parent: 1 - - uid: 55254 + - uid: 5499 components: - type: Transform - pos: -178.5,-122.5 + rot: 1.5707963267948966 rad + pos: 114.5,6.5 parent: 1 - - uid: 55317 + - uid: 5500 components: - type: Transform - pos: -173.5,-106.5 + rot: 1.5707963267948966 rad + pos: 114.5,7.5 parent: 1 - - uid: 55318 +- proto: Catwalk + entities: + - uid: 5501 components: - type: Transform - pos: -186.5,-102.5 + rot: -1.5707963267948966 rad + pos: -207.5,-89.5 parent: 1 - - uid: 55319 + - uid: 5502 components: - type: Transform - pos: -172.5,-106.5 + pos: -175.5,-172.5 parent: 1 - - uid: 55365 + - uid: 5503 components: - type: Transform - pos: -178.5,-133.5 + pos: -177.5,-170.5 parent: 1 - - uid: 55366 + - uid: 5504 components: - type: Transform - pos: -169.5,-107.5 + pos: -175.5,-171.5 parent: 1 - - uid: 55371 + - uid: 5505 components: - type: Transform - pos: -174.5,-106.5 + pos: -175.5,-170.5 parent: 1 - - uid: 55395 + - uid: 5506 components: - type: Transform - pos: -194.5,-101.5 + pos: -176.5,-171.5 parent: 1 - - uid: 55399 + - uid: 5507 components: - type: Transform - pos: -194.5,-100.5 + pos: -176.5,-172.5 parent: 1 - - uid: 55406 + - uid: 5508 components: - type: Transform - pos: -194.5,-99.5 + pos: -176.5,-173.5 parent: 1 - - uid: 55420 + - uid: 5509 components: - type: Transform - pos: -189.5,-99.5 + pos: -176.5,-170.5 parent: 1 - - uid: 55497 + - uid: 5510 components: - type: Transform - pos: -178.5,-121.5 + pos: -177.5,-171.5 parent: 1 - - uid: 55498 + - uid: 5511 components: - type: Transform - pos: -177.5,-105.5 + pos: -177.5,-172.5 parent: 1 - - uid: 55499 + - uid: 5512 components: - type: Transform - pos: -163.5,-107.5 + pos: -177.5,-169.5 parent: 1 - - uid: 55500 + - uid: 5513 components: - type: Transform - pos: -175.5,-105.5 + pos: -177.5,-173.5 parent: 1 - - uid: 55502 + - uid: 5514 components: - type: Transform - pos: -178.5,-124.5 + pos: -176.5,-169.5 parent: 1 - - uid: 55543 + - uid: 5515 components: - type: Transform - pos: -40.5,59.5 + pos: -271.5,-79.5 parent: 1 - - uid: 55564 + - uid: 5516 components: - type: Transform - pos: -28.5,63.5 + pos: -235.5,-79.5 parent: 1 - - uid: 55565 + - uid: 5517 components: - type: Transform - pos: -28.5,62.5 + pos: -278.5,-64.5 parent: 1 - - uid: 55566 + - uid: 5518 components: - type: Transform - pos: -28.5,64.5 + pos: -213.5,-79.5 parent: 1 - - uid: 55638 + - uid: 5519 components: - type: Transform - pos: -28.5,57.5 + pos: -278.5,-36.5 parent: 1 - - uid: 55639 + - uid: 5520 components: - type: Transform - pos: -28.5,60.5 + pos: 180.5,-163.5 parent: 1 - - uid: 55640 + - uid: 5521 components: - type: Transform - pos: -28.5,58.5 + pos: 180.5,-176.5 parent: 1 - - uid: 55641 + - uid: 5522 components: - type: Transform - pos: -28.5,59.5 + pos: 181.5,-163.5 parent: 1 - - uid: 55642 + - uid: 5523 components: - type: Transform - pos: -28.5,63.5 + pos: 182.5,-163.5 parent: 1 - - uid: 55643 + - uid: 5524 components: - type: Transform - pos: -28.5,64.5 + pos: 180.5,-173.5 parent: 1 - - uid: 55644 + - uid: 5525 components: - type: Transform - pos: -41.5,59.5 + pos: 182.5,-173.5 parent: 1 - - uid: 55645 + - uid: 5526 components: - type: Transform - pos: -42.5,59.5 + pos: 181.5,-173.5 parent: 1 - - uid: 55646 + - uid: 5527 components: - type: Transform - pos: -42.5,58.5 + pos: 180.5,-174.5 parent: 1 - - uid: 55647 + - uid: 5528 components: - type: Transform - pos: -39.5,59.5 + pos: 180.5,-175.5 parent: 1 - - uid: 55648 + - uid: 5529 components: - type: Transform - pos: -38.5,59.5 + pos: 180.5,-165.5 parent: 1 - - uid: 55649 + - uid: 5530 components: - type: Transform - pos: -38.5,58.5 + pos: 180.5,-164.5 parent: 1 - - uid: 55650 + - uid: 5531 components: - type: Transform - pos: -29.5,55.5 + pos: 180.5,-166.5 parent: 1 - - uid: 55651 + - uid: 5532 components: - type: Transform - pos: -28.5,62.5 + pos: 180.5,-167.5 parent: 1 - - uid: 55652 + - uid: 5533 components: - type: Transform - pos: -28.5,61.5 + pos: 180.5,-168.5 parent: 1 - - uid: 55653 + - uid: 5534 components: - type: Transform - pos: -28.5,60.5 + pos: 180.5,-169.5 parent: 1 - - uid: 55654 + - uid: 5535 components: - type: Transform - pos: -28.5,59.5 + pos: 181.5,-169.5 parent: 1 - - uid: 55655 + - uid: 5536 components: - type: Transform - pos: -28.5,58.5 + pos: 182.5,-169.5 parent: 1 - - uid: 55656 + - uid: 5537 components: - type: Transform - pos: -28.5,57.5 + pos: 184.5,-163.5 parent: 1 - - uid: 55657 + - uid: 5538 components: - type: Transform - pos: -28.5,56.5 + pos: 185.5,-163.5 parent: 1 - - uid: 55658 + - uid: 5539 components: - type: Transform - pos: -28.5,55.5 + pos: 186.5,-163.5 parent: 1 - - uid: 55659 + - uid: 5540 components: - type: Transform - pos: -28.5,61.5 + pos: 186.5,-164.5 parent: 1 - - uid: 55660 + - uid: 5541 components: - type: Transform - pos: -28.5,56.5 + pos: 186.5,-165.5 parent: 1 - - uid: 55661 + - uid: 5542 components: - type: Transform - pos: -30.5,55.5 + pos: 186.5,-166.5 parent: 1 - - uid: 55662 + - uid: 5543 components: - type: Transform - pos: -31.5,55.5 + pos: 186.5,-167.5 parent: 1 - - uid: 55663 + - uid: 5544 components: - type: Transform - pos: -32.5,55.5 + pos: 186.5,-168.5 parent: 1 - - uid: 55664 + - uid: 5545 components: - type: Transform - pos: -33.5,55.5 + pos: 186.5,-169.5 parent: 1 - - uid: 55665 + - uid: 5546 components: - type: Transform - pos: -34.5,55.5 + pos: 185.5,-169.5 parent: 1 - - uid: 55666 + - uid: 5547 components: - type: Transform - pos: -35.5,55.5 + pos: 184.5,-169.5 parent: 1 - - uid: 55667 + - uid: 5548 components: - type: Transform - pos: -36.5,55.5 + pos: 180.5,-159.5 parent: 1 - - uid: 55668 + - uid: 5549 components: - type: Transform - pos: -37.5,55.5 + pos: 182.5,-153.5 parent: 1 - - uid: 55669 + - uid: 5550 components: - type: Transform - pos: -38.5,55.5 + pos: 181.5,-153.5 parent: 1 - - uid: 55670 + - uid: 5551 components: - type: Transform - pos: -39.5,55.5 + pos: 180.5,-153.5 parent: 1 - - uid: 55671 + - uid: 5552 components: - type: Transform - pos: -40.5,55.5 + pos: 180.5,-154.5 parent: 1 - - uid: 55672 + - uid: 5553 components: - type: Transform - pos: -40.5,55.5 + pos: 180.5,-155.5 parent: 1 - - uid: 55673 + - uid: 5554 components: - type: Transform - pos: -40.5,56.5 + pos: 180.5,-156.5 parent: 1 - - uid: 55674 + - uid: 5555 components: - type: Transform - pos: -40.5,57.5 + pos: 180.5,-157.5 parent: 1 - - uid: 55675 + - uid: 5556 components: - type: Transform - pos: -40.5,58.5 + pos: 183.5,-153.5 parent: 1 - - uid: 55676 + - uid: 5557 components: - type: Transform - pos: -40.5,59.5 + pos: 186.5,-157.5 parent: 1 - - uid: 55678 + - uid: 5558 components: - type: Transform - pos: -28.5,55.5 + pos: 180.5,-177.5 parent: 1 - - uid: 55710 + - uid: 5559 components: - type: Transform - pos: -171.5,-107.5 + pos: 180.5,-178.5 parent: 1 - - uid: 55712 + - uid: 5560 components: - type: Transform - pos: -176.5,-105.5 + pos: 180.5,-179.5 parent: 1 - - uid: 55716 + - uid: 5561 components: - type: Transform - pos: -166.5,-107.5 + pos: 181.5,-179.5 parent: 1 - - uid: 55717 + - uid: 5562 components: - type: Transform - pos: -178.5,-117.5 + pos: 182.5,-179.5 parent: 1 - - uid: 55718 + - uid: 5563 components: - type: Transform - pos: -178.5,-135.5 + pos: 183.5,-179.5 parent: 1 - - uid: 55719 + - uid: 5564 components: - type: Transform - pos: -174.5,-117.5 + pos: 184.5,-179.5 parent: 1 - - uid: 55720 + - uid: 5565 components: - type: Transform - pos: -178.5,-118.5 + pos: 185.5,-179.5 parent: 1 - - uid: 55721 + - uid: 5566 components: - type: Transform - pos: -170.5,-107.5 + pos: 186.5,-179.5 parent: 1 - - uid: 55722 + - uid: 5567 components: - type: Transform - pos: -164.5,-107.5 + pos: 184.5,-173.5 parent: 1 - - uid: 55724 + - uid: 5568 components: - type: Transform - pos: -173.5,-115.5 + pos: 185.5,-173.5 parent: 1 - - uid: 55725 + - uid: 5569 components: - type: Transform - pos: -176.5,-117.5 + pos: 186.5,-173.5 parent: 1 - - uid: 55726 + - uid: 5570 components: - type: Transform - pos: -163.5,-108.5 + pos: 186.5,-174.5 parent: 1 - - uid: 55728 + - uid: 5571 components: - type: Transform - pos: -178.5,-120.5 + pos: 186.5,-174.5 parent: 1 - - uid: 55729 + - uid: 5572 components: - type: Transform - pos: -178.5,-130.5 + pos: 186.5,-175.5 parent: 1 - - uid: 55730 + - uid: 5573 components: - type: Transform - pos: -173.5,-116.5 + pos: 186.5,-176.5 parent: 1 - - uid: 55731 + - uid: 5574 components: - type: Transform - pos: -165.5,-107.5 + pos: 186.5,-177.5 parent: 1 - - uid: 55732 + - uid: 5575 components: - type: Transform - pos: -175.5,-117.5 + pos: 186.5,-178.5 parent: 1 - - uid: 55734 + - uid: 5576 components: - type: Transform - pos: -178.5,-123.5 + pos: -262.5,-89.5 parent: 1 - - uid: 55736 + - uid: 5577 components: - type: Transform - pos: -178.5,-126.5 + pos: -260.5,-89.5 parent: 1 - - uid: 55737 + - uid: 5578 components: - type: Transform - pos: -178.5,-129.5 + pos: -204.5,-89.5 parent: 1 - - uid: 55740 + - uid: 5579 components: - type: Transform - pos: -178.5,-128.5 + rot: -1.5707963267948966 rad + pos: -210.5,-89.5 parent: 1 - - uid: 55741 + - uid: 5580 components: - type: Transform - pos: -173.5,-117.5 + pos: -232.5,-79.5 parent: 1 - - uid: 55743 + - uid: 5581 components: - type: Transform - pos: -168.5,-107.5 + pos: -278.5,-71.5 parent: 1 - - uid: 55745 + - uid: 5582 components: - type: Transform - pos: -177.5,-117.5 + pos: -269.5,-79.5 parent: 1 - - uid: 55747 + - uid: 5583 components: - type: Transform - pos: -178.5,-127.5 + pos: -220.5,-79.5 parent: 1 - - uid: 55748 + - uid: 5584 components: - type: Transform - pos: -178.5,-134.5 + pos: -278.5,-65.5 parent: 1 - - uid: 55749 + - uid: 5585 components: - type: Transform - pos: -178.5,-132.5 + pos: -278.5,-58.5 parent: 1 - - uid: 55750 + - uid: 5586 components: - type: Transform - pos: -173.5,-114.5 + pos: -241.5,-79.5 parent: 1 - - uid: 55758 + - uid: 5587 components: - type: Transform - pos: -172.5,-114.5 + pos: -278.5,-35.5 parent: 1 - - uid: 55759 + - uid: 5588 components: - type: Transform - pos: -171.5,-114.5 + pos: -277.5,-74.5 parent: 1 - - uid: 55760 + - uid: 5589 components: - type: Transform - pos: -170.5,-114.5 + pos: -278.5,-34.5 parent: 1 - - uid: 55761 + - uid: 5590 components: - type: Transform - pos: -169.5,-114.5 + rot: -1.5707963267948966 rad + pos: -25.5,66.5 parent: 1 - - uid: 55762 + - uid: 5591 components: - type: Transform - pos: -168.5,-114.5 + rot: -1.5707963267948966 rad + pos: -25.5,65.5 parent: 1 - - uid: 55763 + - uid: 5592 components: - type: Transform - pos: -167.5,-114.5 + rot: -1.5707963267948966 rad + pos: -25.5,64.5 parent: 1 - - uid: 55764 + - uid: 5593 components: - type: Transform - pos: -166.5,-114.5 + pos: -210.5,-79.5 parent: 1 - - uid: 55765 + - uid: 5594 components: - type: Transform - pos: -165.5,-114.5 + pos: -278.5,-46.5 parent: 1 - - uid: 55766 + - uid: 5595 components: - type: Transform - pos: -164.5,-114.5 + pos: -253.5,-79.5 parent: 1 - - uid: 55767 + - uid: 5596 components: - type: Transform - pos: -163.5,-114.5 + pos: -227.5,-79.5 parent: 1 - - uid: 55768 + - uid: 5597 components: - type: Transform - pos: -163.5,-113.5 + pos: -225.5,-79.5 parent: 1 - - uid: 55769 + - uid: 5598 components: - type: Transform - pos: -163.5,-112.5 + pos: -278.5,-44.5 parent: 1 - - uid: 55770 + - uid: 5599 components: - type: Transform - pos: -163.5,-111.5 + pos: -212.5,-79.5 parent: 1 - - uid: 55771 + - uid: 5600 components: - type: Transform - pos: -163.5,-110.5 + pos: -218.5,-79.5 parent: 1 - - uid: 55772 + - uid: 5601 components: - type: Transform - pos: -163.5,-109.5 + pos: -229.5,-79.5 parent: 1 - - uid: 55824 + - uid: 5602 components: - type: Transform - pos: 194.5,210.5 + pos: -270.5,-79.5 parent: 1 - - uid: 56003 + - uid: 5603 components: - type: Transform - pos: 195.5,210.5 + pos: -243.5,-79.5 parent: 1 - - uid: 56016 + - uid: 5604 components: - type: Transform - pos: 192.5,210.5 + pos: -216.5,-79.5 parent: 1 - - uid: 56041 + - uid: 5605 components: - type: Transform - pos: 192.5,212.5 + pos: -278.5,-57.5 parent: 1 - - uid: 56061 + - uid: 5606 components: - type: Transform - pos: 194.5,210.5 + pos: -278.5,-33.5 parent: 1 - - uid: 56080 + - uid: 5607 components: - type: Transform - pos: 192.5,212.5 + pos: -278.5,-47.5 parent: 1 - - uid: 56081 + - uid: 5608 components: - type: Transform - pos: 194.5,210.5 + pos: -233.5,-79.5 parent: 1 - - uid: 56087 + - uid: 5609 components: - type: Transform - pos: 192.5,211.5 + pos: -239.5,-79.5 parent: 1 - - uid: 56088 + - uid: 5610 components: - type: Transform - pos: 192.5,210.5 + pos: -252.5,-79.5 parent: 1 - - uid: 56094 + - uid: 5611 components: - type: Transform - pos: 199.5,214.5 + pos: -254.5,-79.5 parent: 1 - - uid: 56106 + - uid: 5612 components: - type: Transform - pos: 199.5,210.5 + pos: -238.5,-79.5 parent: 1 - - uid: 56107 + - uid: 5613 components: - type: Transform - pos: 192.5,207.5 + pos: -249.5,-79.5 parent: 1 - - uid: 56111 + - uid: 5614 components: - type: Transform - pos: 194.5,211.5 + pos: -237.5,-79.5 parent: 1 - - uid: 56119 + - uid: 5615 components: - type: Transform - pos: 199.5,212.5 + pos: -276.5,-77.5 parent: 1 - - uid: 56122 + - uid: 5616 components: - type: Transform - pos: 192.5,209.5 + pos: -278.5,-51.5 parent: 1 - - uid: 56128 + - uid: 5617 components: - type: Transform - pos: 192.5,210.5 + pos: -256.5,-79.5 parent: 1 - - uid: 56129 + - uid: 5618 components: - type: Transform - pos: 192.5,209.5 + pos: -255.5,-79.5 parent: 1 - - uid: 56130 + - uid: 5619 components: - type: Transform - pos: 192.5,208.5 + pos: -258.5,-79.5 parent: 1 - - uid: 56131 + - uid: 5620 components: - type: Transform - pos: 192.5,207.5 + pos: -278.5,-61.5 parent: 1 - - uid: 56133 + - uid: 5621 components: - type: Transform - pos: 201.5,214.5 + pos: -276.5,-76.5 parent: 1 - - uid: 56134 + - uid: 5622 components: - type: Transform - pos: 199.5,209.5 + pos: -257.5,-79.5 parent: 1 - - uid: 56136 + - uid: 5623 components: - type: Transform - pos: 199.5,207.5 + pos: -214.5,-79.5 parent: 1 - - uid: 56137 + - uid: 5624 components: - type: Transform - pos: 199.5,208.5 + pos: -222.5,-79.5 parent: 1 - - uid: 56138 + - uid: 5625 components: - type: Transform - pos: 199.5,206.5 + pos: -278.5,-53.5 parent: 1 - - uid: 56139 + - uid: 5626 components: - type: Transform - pos: 199.5,205.5 + pos: -277.5,-73.5 parent: 1 - - uid: 56140 + - uid: 5627 components: - type: Transform - pos: 192.5,213.5 + pos: -248.5,-79.5 parent: 1 - - uid: 56141 + - uid: 5628 components: - type: Transform - pos: 192.5,214.5 + pos: -221.5,-79.5 parent: 1 - - uid: 56142 + - uid: 5629 components: - type: Transform - pos: 192.5,215.5 + pos: -278.5,-72.5 parent: 1 - - uid: 56143 + - uid: 5630 components: - type: Transform - pos: 192.5,216.5 + pos: -219.5,-79.5 parent: 1 - - uid: 56144 + - uid: 5631 components: - type: Transform - pos: 192.5,217.5 + pos: -240.5,-79.5 parent: 1 - - uid: 56145 + - uid: 5632 components: - type: Transform - pos: 192.5,218.5 + pos: -242.5,-79.5 parent: 1 - - uid: 56146 + - uid: 5633 components: - type: Transform - pos: 192.5,219.5 + pos: -278.5,-55.5 parent: 1 - - uid: 56147 + - uid: 5634 components: - type: Transform - pos: 192.5,220.5 + pos: -234.5,-79.5 parent: 1 - - uid: 56149 + - uid: 5635 components: - type: Transform - pos: 199.5,204.5 + pos: -207.5,-79.5 parent: 1 - - uid: 56150 + - uid: 5636 components: - type: Transform - pos: 199.5,203.5 + pos: -275.5,-78.5 parent: 1 - - uid: 56165 + - uid: 5637 components: - type: Transform - pos: 189.5,208.5 + pos: -259.5,-79.5 parent: 1 - - uid: 56171 + - uid: 5638 components: - type: Transform - pos: 191.5,208.5 + pos: -261.5,-79.5 parent: 1 - - uid: 56183 + - uid: 5639 components: - type: Transform - pos: 189.5,208.5 + pos: -275.5,-77.5 parent: 1 - - uid: 56185 + - uid: 5640 components: - type: Transform - pos: 188.5,208.5 + pos: -262.5,-79.5 parent: 1 - - uid: 56191 + - uid: 5641 components: - type: Transform - pos: 190.5,208.5 + pos: -275.5,-77.5 parent: 1 - - uid: 61655 + - uid: 5642 components: - type: Transform - pos: -184.5,55.5 + pos: -278.5,-59.5 parent: 1 - - uid: 61657 + - uid: 5643 components: - type: Transform - pos: -184.5,54.5 + pos: -260.5,-79.5 parent: 1 - - uid: 61659 + - uid: 5644 components: - type: Transform - pos: -184.5,58.5 + pos: -278.5,-63.5 parent: 1 - - uid: 61827 + - uid: 5645 components: - type: Transform - pos: -185.5,54.5 + pos: -278.5,-72.5 parent: 1 - - uid: 61828 + - uid: 5646 components: - type: Transform - pos: -186.5,54.5 + pos: -274.5,-79.5 parent: 1 - - uid: 61861 + - uid: 5647 components: - type: Transform - pos: -172.5,49.5 + pos: -274.5,-78.5 parent: 1 - - uid: 61892 + - uid: 5648 components: - type: Transform - pos: -188.5,54.5 + pos: -224.5,-79.5 parent: 1 - - uid: 61894 + - uid: 5649 components: - type: Transform - pos: -187.5,54.5 + pos: -245.5,-79.5 parent: 1 - - uid: 61901 + - uid: 5650 components: - type: Transform - pos: -188.5,50.5 + pos: -250.5,-79.5 parent: 1 - - uid: 61903 + - uid: 5651 components: - type: Transform - pos: -188.5,52.5 + pos: -236.5,-79.5 parent: 1 - - uid: 61911 + - uid: 5652 components: - type: Transform - pos: -182.5,30.5 + pos: -251.5,-79.5 parent: 1 - - uid: 61945 + - uid: 5653 components: - type: Transform - pos: -141.5,57.5 + pos: -226.5,-79.5 parent: 1 - - uid: 61948 + - uid: 5654 components: - type: Transform - pos: -173.5,49.5 + pos: -244.5,-79.5 parent: 1 - - uid: 61958 + - uid: 5655 components: - type: Transform - pos: -178.5,35.5 + pos: -278.5,-56.5 parent: 1 - - uid: 61959 + - uid: 5656 components: - type: Transform - pos: -141.5,56.5 + pos: -278.5,-66.5 parent: 1 - - uid: 61961 + - uid: 5657 components: - type: Transform - pos: -186.5,42.5 + pos: -278.5,-41.5 parent: 1 - - uid: 61962 + - uid: 5658 components: - type: Transform - pos: -175.5,49.5 + pos: -278.5,-32.5 parent: 1 - - uid: 61963 + - uid: 5659 components: - type: Transform - pos: -183.5,42.5 + pos: -278.5,-54.5 parent: 1 - - uid: 61983 + - uid: 5660 components: - type: Transform - pos: -188.5,51.5 + pos: -278.5,-49.5 parent: 1 - - uid: 61986 + - uid: 5661 components: - type: Transform - pos: -185.5,42.5 + pos: -278.5,-68.5 parent: 1 - - uid: 61988 + - uid: 5662 components: - type: Transform - pos: -174.5,49.5 + pos: -278.5,-69.5 parent: 1 - - uid: 61989 + - uid: 5663 components: - type: Transform - pos: -182.5,42.5 + pos: -278.5,-40.5 parent: 1 - - uid: 61990 + - uid: 5664 components: - type: Transform - pos: -181.5,42.5 + pos: -278.5,-38.5 parent: 1 - - uid: 62015 + - uid: 5665 components: - type: Transform - pos: -177.5,52.5 + pos: -278.5,-39.5 parent: 1 - - uid: 62016 + - uid: 5666 components: - type: Transform - pos: -188.5,53.5 + pos: -278.5,-37.5 parent: 1 - - uid: 62017 + - uid: 5667 components: - type: Transform - pos: -177.5,43.5 + pos: -278.5,-52.5 parent: 1 - - uid: 62018 + - uid: 5668 components: - type: Transform - pos: -177.5,44.5 + pos: -208.5,-79.5 parent: 1 - - uid: 62019 + - uid: 5669 components: - type: Transform - pos: -177.5,45.5 + pos: -203.5,-89.5 parent: 1 - - uid: 62020 + - uid: 5670 components: - type: Transform - pos: -188.5,49.5 + rot: -1.5707963267948966 rad + pos: -209.5,-89.5 parent: 1 - - uid: 62021 + - uid: 5671 components: - type: Transform - pos: -188.5,48.5 + pos: -272.5,-79.5 parent: 1 - - uid: 62022 + - uid: 5672 components: - type: Transform - pos: -188.5,47.5 + pos: -278.5,-45.5 parent: 1 - - uid: 62023 + - uid: 5673 components: - type: Transform - pos: -188.5,46.5 + pos: -278.5,-48.5 parent: 1 - - uid: 62024 + - uid: 5674 components: - type: Transform - pos: -188.5,45.5 + pos: -217.5,-79.5 parent: 1 - - uid: 62025 + - uid: 5675 components: - type: Transform - pos: -188.5,44.5 + pos: -209.5,-79.5 parent: 1 - - uid: 62026 + - uid: 5676 components: - type: Transform - pos: -188.5,43.5 + pos: -278.5,-50.5 parent: 1 - - uid: 62027 + - uid: 5677 components: - type: Transform - pos: -188.5,42.5 + pos: -278.5,-43.5 parent: 1 - - uid: 62028 + - uid: 5678 components: - type: Transform - pos: -177.5,51.5 + pos: -230.5,-79.5 parent: 1 - - uid: 62029 + - uid: 5679 components: - type: Transform - pos: -180.5,42.5 + pos: -211.5,-79.5 parent: 1 - - uid: 62030 + - uid: 5680 components: - type: Transform - pos: -179.5,42.5 + pos: -223.5,-79.5 parent: 1 - - uid: 62031 + - uid: 5681 components: - type: Transform - pos: -178.5,42.5 + pos: -261.5,-89.5 parent: 1 - - uid: 62032 + - uid: 5682 components: - type: Transform - pos: -177.5,42.5 + rot: -1.5707963267948966 rad + pos: -208.5,-89.5 parent: 1 - - uid: 62033 + - uid: 5683 components: - type: Transform - pos: -176.5,49.5 + pos: -288.5,-74.5 parent: 1 - - uid: 62034 + - uid: 5684 components: - type: Transform - pos: -164.5,58.5 + pos: -230.5,-89.5 parent: 1 - - uid: 62036 + - uid: 5685 components: - type: Transform - pos: -177.5,46.5 + pos: -222.5,-89.5 parent: 1 - - uid: 62037 + - uid: 5686 components: - type: Transform - pos: -177.5,47.5 + pos: -288.5,-78.5 parent: 1 - - uid: 62038 + - uid: 5687 components: - type: Transform - pos: -177.5,48.5 + pos: -278.5,-67.5 parent: 1 - - uid: 62039 + - uid: 5688 components: - type: Transform - pos: -177.5,49.5 + pos: -216.5,-89.5 parent: 1 - - uid: 62040 + - uid: 5689 components: - type: Transform - pos: -177.5,50.5 + pos: -226.5,-89.5 parent: 1 - - uid: 62041 + - uid: 5690 components: - type: Transform - pos: -188.5,31.5 + pos: -220.5,-89.5 parent: 1 - - uid: 62044 + - uid: 5691 components: - type: Transform - pos: -186.5,31.5 + pos: -217.5,-89.5 parent: 1 - - uid: 62047 + - uid: 5692 components: - type: Transform - pos: -171.5,49.5 + pos: -219.5,-89.5 parent: 1 - - uid: 62048 + - uid: 5693 components: - type: Transform - pos: -170.5,49.5 + pos: -218.5,-89.5 parent: 1 - - uid: 62050 + - uid: 5694 components: - type: Transform - pos: -169.5,49.5 + pos: -221.5,-89.5 parent: 1 - - uid: 62052 + - uid: 5695 components: - type: Transform - pos: -177.5,53.5 + pos: -223.5,-89.5 parent: 1 - - uid: 62053 + - uid: 5696 components: - type: Transform - pos: -177.5,54.5 + pos: -224.5,-89.5 parent: 1 - - uid: 62054 + - uid: 5697 components: - type: Transform - pos: -177.5,55.5 + pos: -288.5,-72.5 parent: 1 - - uid: 62055 + - uid: 5698 components: - type: Transform - pos: -177.5,56.5 + pos: -288.5,-73.5 parent: 1 - - uid: 62056 + - uid: 5699 components: - type: Transform - pos: -177.5,57.5 + pos: -228.5,-89.5 parent: 1 - - uid: 62057 + - uid: 5700 components: - type: Transform - pos: -177.5,58.5 + pos: -225.5,-89.5 parent: 1 - - uid: 62058 + - uid: 5701 components: - type: Transform - pos: -177.5,59.5 + pos: -227.5,-89.5 parent: 1 - - uid: 62059 + - uid: 5702 components: - type: Transform - pos: -177.5,60.5 + pos: -229.5,-89.5 parent: 1 - - uid: 62060 + - uid: 5703 components: - type: Transform - pos: -177.5,61.5 + pos: -288.5,-77.5 parent: 1 - - uid: 62061 + - uid: 5704 components: - type: Transform - pos: -178.5,50.5 + pos: -234.5,-89.5 parent: 1 - - uid: 62063 + - uid: 5705 components: - type: Transform - pos: -178.5,38.5 + pos: -232.5,-89.5 parent: 1 - - uid: 62065 + - uid: 5706 components: - type: Transform - pos: -177.5,39.5 + pos: -236.5,-89.5 parent: 1 - - uid: 62066 + - uid: 5707 components: - type: Transform - pos: -178.5,39.5 + pos: -235.5,-89.5 parent: 1 - - uid: 62067 + - uid: 5708 components: - type: Transform - pos: -178.5,36.5 + pos: -242.5,-89.5 parent: 1 - - uid: 62068 + - uid: 5709 components: - type: Transform - pos: -178.5,43.5 + pos: -240.5,-89.5 parent: 1 - - uid: 62069 + - uid: 5710 components: - type: Transform - pos: -177.5,40.5 + pos: -244.5,-89.5 parent: 1 - - uid: 62070 + - uid: 5711 components: - type: Transform - pos: -178.5,37.5 + pos: -243.5,-89.5 parent: 1 - - uid: 62071 + - uid: 5712 components: - type: Transform - pos: -177.5,41.5 + pos: -248.5,-89.5 parent: 1 - - uid: 62072 + - uid: 5713 components: - type: Transform - pos: -177.5,35.5 + pos: -288.5,-71.5 parent: 1 - - uid: 62073 + - uid: 5714 components: - type: Transform - pos: -176.5,35.5 + pos: -233.5,-89.5 parent: 1 - - uid: 62074 + - uid: 5715 components: - type: Transform - pos: -176.5,31.5 + pos: -238.5,-89.5 parent: 1 - - uid: 62075 + - uid: 5716 components: - type: Transform - pos: -176.5,32.5 + pos: -237.5,-89.5 parent: 1 - - uid: 62082 + - uid: 5717 components: - type: Transform - pos: -165.5,56.5 + pos: -239.5,-89.5 parent: 1 - - uid: 62083 + - uid: 5718 components: - type: Transform - pos: -165.5,57.5 + pos: -241.5,-89.5 parent: 1 - - uid: 62084 + - uid: 5719 components: - type: Transform - pos: -165.5,58.5 + pos: -246.5,-89.5 parent: 1 - - uid: 62085 + - uid: 5720 components: - type: Transform - pos: -165.5,59.5 + pos: -245.5,-89.5 parent: 1 - - uid: 62086 + - uid: 5721 components: - type: Transform - pos: -165.5,60.5 + pos: -247.5,-89.5 parent: 1 - - uid: 62087 + - uid: 5722 components: - type: Transform - pos: -165.5,61.5 + pos: -249.5,-89.5 parent: 1 - - uid: 62088 + - uid: 5723 components: - type: Transform - pos: -165.5,62.5 + rot: -1.5707963267948966 rad + pos: -206.5,-89.5 parent: 1 - - uid: 62089 + - uid: 5724 components: - type: Transform - pos: -165.5,63.5 + pos: -215.5,-79.5 parent: 1 - - uid: 62090 + - uid: 5725 components: - type: Transform - pos: -165.5,64.5 + pos: -290.5,-44.5 parent: 1 - - uid: 62091 + - uid: 5726 components: - type: Transform - pos: -165.5,65.5 + pos: -293.5,-40.5 parent: 1 - - uid: 62092 + - uid: 5727 components: - type: Transform - pos: -165.5,66.5 + pos: -231.5,-79.5 parent: 1 - - uid: 62093 + - uid: 5728 components: - type: Transform - pos: -165.5,67.5 + pos: -288.5,-76.5 parent: 1 - - uid: 62094 + - uid: 5729 components: - type: Transform - pos: -165.5,68.5 + pos: -202.5,-89.5 parent: 1 - - uid: 62095 + - uid: 5730 components: - type: Transform - pos: -165.5,69.5 + pos: -286.5,-85.5 parent: 1 - - uid: 62102 + - uid: 5731 components: - type: Transform - pos: -163.5,58.5 + pos: -201.5,-89.5 parent: 1 - - uid: 62103 + - uid: 5732 components: - type: Transform - pos: -162.5,58.5 + pos: -205.5,-89.5 parent: 1 - - uid: 62111 + - uid: 5733 components: - type: Transform - pos: -161.5,58.5 + pos: -285.5,-85.5 parent: 1 - - uid: 62112 + - uid: 5734 components: - type: Transform - pos: -160.5,58.5 + pos: -288.5,-69.5 parent: 1 - - uid: 62113 + - uid: 5735 components: - type: Transform - pos: -159.5,58.5 + pos: -292.5,-40.5 parent: 1 - - uid: 62114 + - uid: 5736 components: - type: Transform - pos: -158.5,58.5 + pos: -293.5,-41.5 parent: 1 - - uid: 62115 + - uid: 5737 components: - type: Transform - pos: -157.5,58.5 + pos: -293.5,-39.5 parent: 1 - - uid: 62116 + - uid: 5738 components: - type: Transform - pos: -156.5,58.5 + pos: -290.5,-43.5 parent: 1 - - uid: 62119 + - uid: 5739 components: - type: Transform - pos: -176.5,33.5 + pos: -288.5,-64.5 parent: 1 - - uid: 62120 + - uid: 5740 components: - type: Transform - pos: -176.5,34.5 + pos: -273.5,-79.5 parent: 1 - - uid: 62121 + - uid: 5741 components: - type: Transform - pos: -175.5,33.5 + rot: -1.5707963267948966 rad + pos: -209.5,-89.5 parent: 1 - - uid: 62122 + - uid: 5742 components: - type: Transform - pos: -175.5,34.5 + pos: -288.5,-68.5 parent: 1 - - uid: 62128 + - uid: 5743 components: - type: Transform - pos: -187.5,31.5 + pos: -288.5,-79.5 parent: 1 - - uid: 62129 + - uid: 5744 components: - type: Transform - pos: -183.5,31.5 + pos: -292.5,-41.5 parent: 1 - - uid: 62130 + - uid: 5745 components: - type: Transform - pos: -184.5,31.5 + rot: -1.5707963267948966 rad + pos: -207.5,-89.5 parent: 1 - - uid: 62131 + - uid: 5746 components: - type: Transform - pos: -185.5,31.5 + pos: -288.5,-65.5 parent: 1 - - uid: 62132 + - uid: 5747 components: - type: Transform - pos: -182.5,31.5 + pos: -288.5,-70.5 parent: 1 - - uid: 62133 + - uid: 5748 components: - type: Transform - pos: -181.5,31.5 + pos: -267.5,-89.5 parent: 1 - - uid: 62134 + - uid: 5749 components: - type: Transform - pos: -180.5,31.5 + pos: -269.5,-89.5 parent: 1 - - uid: 62135 + - uid: 5750 components: - type: Transform - pos: -179.5,31.5 + pos: -268.5,-89.5 parent: 1 - - uid: 62136 + - uid: 5751 components: - type: Transform - pos: -178.5,31.5 + pos: -250.5,-89.5 parent: 1 - - uid: 62137 + - uid: 5752 components: - type: Transform - pos: -177.5,31.5 + pos: -263.5,-89.5 parent: 1 - - uid: 62138 + - uid: 5753 components: - type: Transform - pos: -176.5,31.5 + pos: -252.5,-89.5 parent: 1 - - uid: 62139 + - uid: 5754 components: - type: Transform - pos: -183.5,32.5 + pos: -251.5,-89.5 parent: 1 - - uid: 62142 + - uid: 5755 components: - type: Transform - pos: -179.5,50.5 + pos: -272.5,-89.5 parent: 1 - - uid: 62144 + - uid: 5756 components: - type: Transform - pos: -175.5,61.5 + pos: -253.5,-89.5 parent: 1 - - uid: 62145 + - uid: 5757 components: - type: Transform - pos: -176.5,61.5 + pos: -254.5,-89.5 parent: 1 - - uid: 62147 + - uid: 5758 components: - type: Transform - pos: -182.5,29.5 + pos: -273.5,-89.5 parent: 1 - - uid: 62148 + - uid: 5759 components: - type: Transform - pos: -182.5,28.5 + pos: -276.5,-89.5 parent: 1 - - uid: 62149 + - uid: 5760 components: - type: Transform - pos: -182.5,27.5 + pos: -288.5,-84.5 parent: 1 - - uid: 62150 + - uid: 5761 components: - type: Transform - pos: -182.5,26.5 + pos: -284.5,-87.5 parent: 1 - - uid: 62151 + - uid: 5762 components: - type: Transform - pos: -182.5,25.5 - parent: 1 - - uid: 62152 - components: - - type: Transform - pos: -183.5,25.5 - parent: 1 - - uid: 62153 - components: - - type: Transform - pos: -184.5,25.5 + pos: -288.5,-83.5 parent: 1 - - uid: 62154 + - uid: 5763 components: - type: Transform - pos: -185.5,25.5 + pos: -282.5,-89.5 parent: 1 - - uid: 62155 + - uid: 5764 components: - type: Transform - pos: -185.5,24.5 + pos: -280.5,-89.5 parent: 1 - - uid: 62156 + - uid: 5765 components: - type: Transform - pos: -185.5,23.5 + pos: -284.5,-89.5 parent: 1 - - uid: 62281 + - uid: 5766 components: - type: Transform - pos: -150.5,58.5 + pos: -283.5,-89.5 parent: 1 - - uid: 62285 + - uid: 5767 components: - type: Transform - pos: -147.5,58.5 + pos: -286.5,-84.5 parent: 1 - - uid: 62299 + - uid: 5768 components: - type: Transform - pos: -160.5,69.5 + pos: -287.5,-85.5 parent: 1 - - uid: 62335 + - uid: 5769 components: - type: Transform - pos: -143.5,58.5 + pos: -287.5,-84.5 parent: 1 - - uid: 62338 + - uid: 5770 components: - type: Transform - pos: -160.5,68.5 + pos: -214.5,-89.5 parent: 1 - - uid: 62371 + - uid: 5771 components: - type: Transform - pos: -160.5,67.5 + pos: -231.5,-89.5 parent: 1 - - uid: 62589 + - uid: 5772 components: - type: Transform - pos: -142.5,58.5 + pos: -215.5,-89.5 parent: 1 - - uid: 62590 + - uid: 5773 components: - type: Transform - pos: -141.5,58.5 + pos: -213.5,-89.5 parent: 1 - - uid: 62591 + - uid: 5774 components: - type: Transform - pos: -123.5,62.5 + pos: -288.5,-67.5 parent: 1 - - uid: 62979 + - uid: 5775 components: - type: Transform - pos: -123.5,63.5 + pos: -212.5,-89.5 parent: 1 - - uid: 63589 + - uid: 5776 components: - type: Transform - pos: -169.5,54.5 + pos: -281.5,-89.5 parent: 1 - - uid: 63593 + - uid: 5777 components: - type: Transform - pos: -169.5,50.5 + pos: -285.5,-87.5 parent: 1 - - uid: 63607 + - uid: 5778 components: - type: Transform - pos: -169.5,51.5 + pos: -285.5,-87.5 parent: 1 - - uid: 63619 + - uid: 5779 components: - type: Transform - pos: -169.5,52.5 + pos: -285.5,-86.5 parent: 1 - - uid: 63628 + - uid: 5780 components: - type: Transform - pos: -169.5,53.5 + pos: -288.5,-85.5 parent: 1 - - uid: 63639 + - uid: 5781 components: - type: Transform - pos: -169.5,55.5 + pos: -287.5,-80.5 parent: 1 - - uid: 63893 + - uid: 5782 components: - type: Transform - pos: -153.5,58.5 + pos: -287.5,-81.5 parent: 1 - - uid: 63937 + - uid: 5783 components: - type: Transform - pos: -165.5,66.5 + pos: -288.5,-82.5 parent: 1 - - uid: 63952 + - uid: 5784 components: - type: Transform - pos: -163.5,66.5 + pos: -287.5,-79.5 parent: 1 - - uid: 64052 + - uid: 5785 components: - type: Transform - pos: -145.5,58.5 + pos: -288.5,-80.5 parent: 1 - - uid: 64056 + - uid: 5786 components: - type: Transform - pos: -164.5,66.5 + pos: -288.5,-81.5 parent: 1 - - uid: 64653 + - uid: 5787 components: - type: Transform - pos: -107.5,-164.5 + pos: -288.5,-79.5 parent: 1 - - uid: 65060 + - uid: 5788 components: - type: Transform - pos: -123.5,61.5 + pos: -288.5,-62.5 parent: 1 -- proto: CableMVStack - entities: - - uid: 3993 + - uid: 5789 components: - type: Transform - pos: 167.09697,37.664238 + pos: -288.5,-63.5 parent: 1 - - uid: 26864 + - uid: 5790 components: - type: Transform - pos: 16.207172,141.85591 + pos: -288.5,-54.5 parent: 1 -- proto: CableTerminal - entities: - - uid: 3995 + - uid: 5791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-113.5 + pos: -288.5,-61.5 parent: 1 -- proto: Candle - entities: - - uid: 3997 + - uid: 5792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.233667,-61.724274 + pos: -288.5,-56.5 parent: 1 - - uid: 3998 + - uid: 5793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.212833,-56.574863 + pos: -288.5,-60.5 parent: 1 - - uid: 65262 + - uid: 5794 components: - type: Transform - pos: 204.7657,-31.181347 + pos: -288.5,-66.5 parent: 1 -- proto: CandleBlack - entities: - - uid: 3999 + - uid: 5795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.51428,152.54182 + pos: -288.5,-59.5 parent: 1 -- proto: CandleBlue - entities: - - uid: 4000 + - uid: 5796 components: - type: Transform - pos: 112.489685,21.53075 + pos: -288.5,-55.5 parent: 1 - - uid: 4001 + - uid: 5797 components: - type: Transform - pos: 153.69572,150.72995 + pos: -288.5,-52.5 parent: 1 - - uid: 4002 + - uid: 5798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.5924,146.7137 + pos: -288.5,-53.5 parent: 1 -- proto: CandleGreen - entities: - - uid: 4003 + - uid: 5799 components: - type: Transform - pos: 26.450254,-15.385254 + pos: -288.5,-50.5 parent: 1 - - uid: 4004 + - uid: 5800 components: - type: Transform - pos: 153.49936,150.68307 + pos: -288.5,-51.5 parent: 1 - - uid: 4005 + - uid: 5801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.61124,148.68245 + pos: -288.5,-48.5 parent: 1 -- proto: CandleRed - entities: - - uid: 4006 + - uid: 5802 components: - type: Transform - pos: 123.7502,30.465929 + pos: -288.5,-49.5 parent: 1 - - uid: 4007 + - uid: 5803 components: - type: Transform - pos: 123.20332,30.419054 + pos: -289.5,-47.5 parent: 1 -- proto: CandleSmall - entities: - - uid: 4008 + - uid: 5804 components: - type: Transform - pos: 153.84116,150.62057 + pos: -288.5,-47.5 parent: 1 -- proto: Carpet - entities: - - uid: 4009 + - uid: 5805 components: - type: Transform - pos: 154.5,145.5 + pos: -292.5,-42.5 parent: 1 - - uid: 4010 + - uid: 5806 components: - type: Transform - pos: 154.5,144.5 + pos: -289.5,-46.5 parent: 1 - - uid: 4011 + - uid: 5807 components: - type: Transform - pos: 154.5,143.5 + pos: -283.5,-89.5 parent: 1 - - uid: 4012 + - uid: 5808 components: - type: Transform - pos: 154.5,142.5 + pos: -284.5,-88.5 parent: 1 - - uid: 4013 + - uid: 5809 components: - type: Transform - pos: 154.5,141.5 + pos: -256.5,-89.5 parent: 1 - - uid: 4014 + - uid: 5810 components: - type: Transform - pos: 154.5,140.5 + pos: -278.5,-89.5 parent: 1 - - uid: 4015 + - uid: 5811 components: - type: Transform - pos: 154.5,139.5 + pos: -255.5,-89.5 parent: 1 - - uid: 4016 + - uid: 5812 components: - type: Transform - pos: 151.5,145.5 + pos: -257.5,-89.5 parent: 1 - - uid: 4017 + - uid: 5813 components: - type: Transform - pos: 152.5,145.5 + pos: -274.5,-89.5 parent: 1 - - uid: 4018 + - uid: 5814 components: - type: Transform - pos: 153.5,145.5 + pos: -258.5,-89.5 parent: 1 - - uid: 4019 + - uid: 5815 components: - type: Transform - pos: 155.5,145.5 + pos: -259.5,-89.5 parent: 1 - - uid: 4020 + - uid: 5816 components: - type: Transform - pos: 156.5,145.5 + pos: -264.5,-89.5 parent: 1 - - uid: 4021 + - uid: 5817 components: - type: Transform - pos: 157.5,145.5 + pos: -270.5,-89.5 parent: 1 - - uid: 4022 + - uid: 5818 components: - type: Transform - pos: 153.5,144.5 + pos: -265.5,-89.5 parent: 1 - - uid: 4023 + - uid: 5819 components: - type: Transform - pos: 155.5,144.5 + pos: -266.5,-89.5 parent: 1 - - uid: 4024 + - uid: 5820 components: - type: Transform - pos: 155.5,140.5 + pos: -271.5,-89.5 parent: 1 - - uid: 4025 + - uid: 5821 components: - type: Transform - pos: 157.5,140.5 + pos: -277.5,-89.5 parent: 1 - - uid: 4026 + - uid: 5822 components: - type: Transform - pos: 153.5,142.5 + pos: -279.5,-89.5 parent: 1 - - uid: 4027 + - uid: 5823 components: - type: Transform - pos: 152.5,142.5 + pos: 182.5,-162.5 parent: 1 - - uid: 4028 + - uid: 5824 components: - type: Transform - pos: 151.5,142.5 + pos: 182.5,-160.5 parent: 1 - - uid: 4029 + - uid: 5825 components: - type: Transform - pos: 155.5,142.5 + rot: 3.141592653589793 rad + pos: -223.5,-91.5 parent: 1 - - uid: 4030 + - uid: 5826 components: - type: Transform - pos: 156.5,142.5 + rot: 3.141592653589793 rad + pos: -223.5,-92.5 parent: 1 - - uid: 4031 + - uid: 5827 components: - type: Transform - pos: 157.5,142.5 + rot: 3.141592653589793 rad + pos: -224.5,-92.5 parent: 1 - - uid: 4032 + - uid: 5828 components: - type: Transform - pos: 153.5,140.5 + rot: 3.141592653589793 rad + pos: -224.5,-93.5 parent: 1 - - uid: 4033 + - uid: 5829 components: - type: Transform - pos: 152.5,140.5 + rot: 3.141592653589793 rad + pos: -225.5,-93.5 parent: 1 - - uid: 4034 + - uid: 5830 components: - type: Transform - pos: 151.5,140.5 + rot: 3.141592653589793 rad + pos: -225.5,-93.5 parent: 1 - - uid: 4035 + - uid: 5831 components: - type: Transform - pos: 156.5,140.5 + rot: 3.141592653589793 rad + pos: -222.5,-93.5 parent: 1 - - uid: 4036 + - uid: 5832 components: - type: Transform rot: 3.141592653589793 rad - pos: -189.5,-160.5 + pos: -221.5,-93.5 parent: 1 - - uid: 4037 + - uid: 5833 components: - type: Transform - pos: -48.5,-109.5 + rot: 3.141592653589793 rad + pos: -221.5,-92.5 parent: 1 - - uid: 4038 + - uid: 5834 components: - type: Transform - pos: -49.5,-108.5 + rot: 3.141592653589793 rad + pos: -222.5,-92.5 parent: 1 - - uid: 4039 + - uid: 5835 components: - type: Transform - pos: -49.5,-108.5 + rot: 3.141592653589793 rad + pos: -226.5,-91.5 parent: 1 - - uid: 4040 + - uid: 5836 components: - type: Transform - pos: -49.5,-107.5 + rot: 3.141592653589793 rad + pos: -225.5,-91.5 parent: 1 - - uid: 4041 + - uid: 5837 components: - type: Transform - pos: -48.5,-108.5 + pos: 182.5,-170.5 parent: 1 - - uid: 4042 + - uid: 5838 components: - type: Transform - pos: -48.5,-108.5 + pos: 182.5,-161.5 parent: 1 - - uid: 4043 +- proto: CellRechargerCircuitboard + entities: + - uid: 5839 components: - type: Transform - pos: -47.5,-107.5 + rot: 3.141592653589793 rad + pos: 164.79297,38.391495 parent: 1 - - uid: 4044 +- proto: Chair + entities: + - uid: 5840 components: - type: Transform - pos: -47.5,-108.5 + rot: 1.5707963267948966 rad + pos: 180.5,51.5 parent: 1 - - uid: 4045 + - uid: 5841 components: - type: Transform - pos: -46.5,-108.5 + rot: 3.141592653589793 rad + pos: 112.5,3.5 parent: 1 - - uid: 4046 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 5842 components: - type: Transform - pos: -46.5,-108.5 + rot: 3.141592653589793 rad + pos: -72.589386,-100.400696 parent: 1 - - uid: 4047 + - uid: 5843 components: - type: Transform - pos: -45.5,-108.5 + rot: 3.141592653589793 rad + pos: -72.54251,-100.13507 parent: 1 - - uid: 4048 + - uid: 5844 components: - type: Transform - pos: -45.5,-108.5 + rot: 3.141592653589793 rad + pos: -151.50366,-22.330778 parent: 1 - - uid: 4049 + - uid: 5845 components: - type: Transform - pos: -45.5,-107.5 + rot: 3.141592653589793 rad + pos: -151.50366,-22.14732 parent: 1 - - uid: 4050 +- proto: ChairGreyscale + entities: + - uid: 5846 components: - type: Transform - pos: -45.5,-108.5 + rot: 1.5707963267948966 rad + pos: -185.5,-104.5 parent: 1 - - uid: 4051 + - uid: 5847 components: - type: Transform - pos: -46.5,-109.5 + rot: 3.141592653589793 rad + pos: 180.5,151.5 parent: 1 - - uid: 4052 + - uid: 5848 components: - type: Transform - pos: -47.5,-109.5 + rot: -1.5707963267948966 rad + pos: 26.5,-72.5 parent: 1 - - uid: 4053 + - uid: 5849 components: - type: Transform - pos: -49.5,-109.5 + rot: 3.141592653589793 rad + pos: -184.5,-105.5 parent: 1 - - uid: 4054 + - uid: 5850 components: - type: Transform - pos: -48.5,-109.5 + pos: -164.5,-95.5 parent: 1 - - uid: 4055 + - uid: 5851 components: - type: Transform - pos: -46.5,-109.5 + rot: 1.5707963267948966 rad + pos: -197.5,-100.5 parent: 1 - - uid: 4056 + - uid: 5852 components: - type: Transform - pos: -45.5,-109.5 + pos: -186.5,-98.5 parent: 1 - - uid: 4057 + - uid: 5853 components: - type: Transform - pos: -46.5,-107.5 + pos: -184.5,-98.5 parent: 1 - - uid: 4058 + - uid: 5854 components: - type: Transform - pos: -47.5,-107.5 + rot: -1.5707963267948966 rad + pos: -195.5,-100.5 parent: 1 - - uid: 4059 + - uid: 5855 components: - type: Transform - pos: -48.5,-107.5 + rot: -1.5707963267948966 rad + pos: -195.5,-101.5 parent: 1 - - uid: 4060 + - uid: 5856 components: - type: Transform - pos: -48.5,-107.5 + rot: 3.141592653589793 rad + pos: -165.5,-97.5 parent: 1 -- proto: CarpetBlack - entities: - - uid: 4061 + - uid: 5857 components: - type: Transform rot: 3.141592653589793 rad - pos: -189.5,-160.5 + pos: -164.5,-97.5 parent: 1 - - uid: 4062 +- proto: ChairOfficeDark + entities: + - uid: 5858 components: - type: Transform - pos: -48.5,-127.5 + pos: -169.5,-112.5 parent: 1 - - uid: 4063 + - uid: 5859 components: - type: Transform - pos: -48.5,-126.5 + rot: 1.5707963267948966 rad + pos: -100.49,-130.3796 parent: 1 - - uid: 4064 + - uid: 5860 components: - type: Transform - pos: -47.5,-126.5 + pos: -80.5,-123.5 parent: 1 - - uid: 4065 +- proto: ChemicalMedipen + entities: + - uid: 5862 components: - type: Transform - pos: -47.5,-127.5 - parent: 1 - - uid: 4066 + parent: 5861 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ChemistryEmptyBottle01 + entities: + - uid: 5864 components: - type: Transform - pos: -48.5,-127.5 + pos: 216.80165,186.25218 parent: 1 - - uid: 4067 + - uid: 5865 components: - type: Transform - pos: -46.5,-126.5 + pos: -34.64357,-114.20239 parent: 1 - - uid: 4068 + - uid: 5866 components: - type: Transform - pos: -46.5,-127.5 + pos: -34.502945,-114.46802 parent: 1 - - uid: 4069 + - uid: 5867 components: - type: Transform - pos: -47.5,-127.5 + pos: -52.996254,-105.46858 parent: 1 - - uid: 4070 +- proto: ChemistryEmptyBottle02 + entities: + - uid: 5868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,146.5 + pos: -55.57568,-99.71581 parent: 1 - - uid: 4071 + - uid: 5869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,147.5 + pos: 161.40337,181.05214 parent: 1 -- proto: CarpetGreen +- proto: ChemistryEmptyBottle03 entities: - - uid: 4072 + - uid: 5870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-114.5 + pos: -53.16813,-105.17171 parent: 1 - - uid: 4073 +- proto: ChemistryEmptyBottle04 + entities: + - uid: 5871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-114.5 + pos: -34.275204,-114.24927 parent: 1 - - uid: 4074 + - uid: 5872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-115.5 + pos: -53.48063,-105.32796 parent: 1 - - uid: 4075 +- proto: ChemistryHotplate + entities: + - uid: 5873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-115.5 + pos: 101.5,-41.5 parent: 1 - - uid: 4076 + - uid: 5874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-115.5 + pos: -55.5,35.5 parent: 1 - - uid: 4077 +- proto: CigaretteBicaridine + entities: + - uid: 5875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-114.5 + pos: 174.38692,31.611895 parent: 1 - - uid: 4078 +- proto: CigaretteDermaline + entities: + - uid: 5876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-114.5 + rot: 3.141592653589793 rad + pos: -290.5293,-87.80748 parent: 1 -- proto: CarpetOrange - entities: - - uid: 4079 + - uid: 5877 components: - type: Transform - pos: -79.5,-107.5 + pos: -34.245743,-114.46838 parent: 1 - - uid: 4080 + - uid: 5878 components: - type: Transform - pos: -79.5,-108.5 + pos: 165.62051,54.605476 parent: 1 - - uid: 4081 +- proto: CigaretteLicoxide + entities: + - uid: 5880 components: - type: Transform - pos: -80.5,-107.5 - parent: 1 - - uid: 4082 + parent: 5879 + - type: Physics + canCollide: False +- proto: CigaretteSpent + entities: + - uid: 47 components: - type: Transform - pos: -79.5,-107.5 - parent: 1 - - uid: 4083 + parent: 46 + - type: Physics + canCollide: False + - uid: 48 components: - type: Transform - pos: -80.5,-108.5 - parent: 1 - - uid: 4084 + parent: 46 + - type: Physics + canCollide: False + - uid: 49 components: - type: Transform - pos: -81.5,-108.5 - parent: 1 - - uid: 4085 + parent: 46 + - type: Physics + canCollide: False + - uid: 5881 components: - type: Transform - pos: -81.5,-107.5 + rot: -1.5707963267948966 rad + pos: 164.28531,53.98851 parent: 1 - - uid: 20756 + - uid: 5882 components: - type: Transform - pos: 165.5,190.5 + rot: 3.141592653589793 rad + pos: 164.20718,53.58226 parent: 1 - - uid: 20761 + - uid: 5883 components: - type: Transform - pos: 166.5,190.5 + pos: 164.45718,53.86351 parent: 1 - - uid: 20768 + - uid: 5884 components: - type: Transform - pos: 168.5,190.5 + rot: -1.5707963267948966 rad + pos: 164.67593,54.004135 parent: 1 - - uid: 20780 + - uid: 5885 components: - type: Transform - pos: 165.5,192.5 + pos: 164.33218,54.035385 parent: 1 - - uid: 20789 + - uid: 5886 components: - type: Transform - pos: 167.5,190.5 + rot: 1.5707963267948966 rad + pos: 164.09781,53.472885 parent: 1 - - uid: 20793 + - uid: 5887 components: - type: Transform - pos: 165.5,191.5 + rot: 3.141592653589793 rad + pos: 164.31656,53.89476 parent: 1 - - uid: 46713 + - uid: 5888 components: - type: Transform - pos: 166.5,191.5 + rot: 3.141592653589793 rad + pos: 20.112265,-62.803577 parent: 1 - - uid: 46714 + - uid: 5889 components: - type: Transform - pos: 166.5,192.5 + rot: 3.141592653589793 rad + pos: 20.143515,-63.084827 parent: 1 - - uid: 46715 +- proto: CigarGoldSpent + entities: + - uid: 5890 components: - type: Transform - pos: 168.5,192.5 + rot: 1.5707963267948966 rad + pos: 180.33763,148.52086 parent: 1 - - uid: 46723 +- proto: ClockworkGrille + entities: + - uid: 5891 components: - type: Transform - pos: 161.5,189.5 + pos: -144.5,60.5 parent: 1 - - uid: 46724 + - uid: 5892 components: - type: Transform - pos: 168.5,191.5 + pos: 119.5,13.5 parent: 1 - - uid: 46725 + - uid: 5893 components: - type: Transform - pos: 160.5,189.5 + pos: 119.5,15.5 parent: 1 - - uid: 46726 + - uid: 5894 components: - type: Transform - pos: 167.5,191.5 + pos: -137.5,60.5 parent: 1 - - uid: 46727 + - uid: 5895 components: - type: Transform - pos: 167.5,192.5 + pos: -167.5,51.5 parent: 1 - - uid: 46728 + - uid: 5896 components: - type: Transform - pos: 159.5,192.5 + pos: -138.5,60.5 parent: 1 - - uid: 46731 + - uid: 5897 components: - type: Transform - pos: 159.5,191.5 + pos: -167.5,49.5 parent: 1 - - uid: 50048 + - uid: 5898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,6.5 + pos: -167.5,50.5 parent: 1 - - uid: 50058 + - uid: 5899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,8.5 + pos: -165.5,54.5 parent: 1 - - uid: 50059 + - uid: 5900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,7.5 + pos: -164.5,54.5 parent: 1 - - uid: 50061 + - uid: 5901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,6.5 + pos: -135.5,60.5 parent: 1 - - uid: 50062 + - uid: 5902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,7.5 + pos: -134.5,60.5 parent: 1 -- proto: Catwalk - entities: - - uid: 4086 + - uid: 5903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -207.5,-89.5 + pos: 304.5,104.5 parent: 1 - - uid: 4087 + - uid: 5904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,210.5 + rot: 3.141592653589793 rad + pos: 269.5,128.5 parent: 1 - - uid: 4088 + - uid: 5905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,215.5 + rot: 3.141592653589793 rad + pos: 267.5,128.5 parent: 1 - - uid: 4089 + - uid: 5906 components: - type: Transform - pos: -175.5,-172.5 + rot: 3.141592653589793 rad + pos: 270.5,128.5 parent: 1 - - uid: 4090 + - uid: 5907 components: - type: Transform - pos: -177.5,-170.5 + rot: 3.141592653589793 rad + pos: 271.5,128.5 parent: 1 - - uid: 4091 + - uid: 5908 components: - type: Transform - pos: -175.5,-171.5 + rot: 3.141592653589793 rad + pos: 268.5,128.5 parent: 1 - - uid: 4092 + - uid: 5909 components: - type: Transform - pos: -175.5,-170.5 + pos: 266.5,129.5 parent: 1 - - uid: 4093 + - uid: 5910 components: - type: Transform - pos: -176.5,-171.5 + rot: 3.141592653589793 rad + pos: 272.5,129.5 parent: 1 - - uid: 4094 + - uid: 5911 components: - type: Transform - pos: -176.5,-172.5 + rot: 3.141592653589793 rad + pos: 266.5,128.5 parent: 1 - - uid: 4095 + - uid: 5912 components: - type: Transform - pos: -176.5,-173.5 + pos: 273.5,129.5 parent: 1 - - uid: 4096 + - uid: 5913 components: - type: Transform - pos: -176.5,-170.5 + pos: 265.5,129.5 parent: 1 - - uid: 4097 + - uid: 5914 components: - type: Transform - pos: -177.5,-171.5 + rot: 3.141592653589793 rad + pos: 272.5,128.5 parent: 1 - - uid: 4098 + - uid: 5915 components: - type: Transform - pos: -177.5,-172.5 + rot: -1.5707963267948966 rad + pos: 304.5,100.5 parent: 1 - - uid: 4099 + - uid: 5916 components: - type: Transform - pos: -177.5,-169.5 + rot: -1.5707963267948966 rad + pos: 304.5,101.5 parent: 1 - - uid: 4100 + - uid: 5917 components: - type: Transform - pos: -177.5,-173.5 + rot: -1.5707963267948966 rad + pos: 304.5,103.5 parent: 1 - - uid: 4101 + - uid: 5918 components: - type: Transform - pos: -176.5,-169.5 + rot: -1.5707963267948966 rad + pos: 318.5,101.5 parent: 1 - - uid: 4102 + - uid: 5919 components: - type: Transform - pos: -271.5,-79.5 + rot: -1.5707963267948966 rad + pos: 318.5,103.5 parent: 1 - - uid: 4103 + - uid: 5920 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,213.5 + pos: 318.5,104.5 parent: 1 - - uid: 4104 + - uid: 5921 components: - type: Transform - pos: -235.5,-79.5 + rot: -1.5707963267948966 rad + pos: 318.5,100.5 parent: 1 - - uid: 4105 + - uid: 5922 components: - type: Transform - pos: -278.5,-64.5 + pos: -148.5,60.5 parent: 1 - - uid: 4106 + - uid: 5923 components: - type: Transform - pos: -213.5,-79.5 + pos: -30.5,-191.5 parent: 1 - - uid: 4107 + - uid: 5924 components: - type: Transform - pos: -278.5,-36.5 + pos: -149.5,56.5 parent: 1 - - uid: 4108 + - uid: 5925 components: - type: Transform - pos: 180.5,-163.5 + pos: -189.5,-101.5 parent: 1 - - uid: 4109 + - uid: 5926 components: - type: Transform - pos: 180.5,-176.5 + pos: -187.5,-106.5 parent: 1 - - uid: 4110 + - uid: 5927 components: - type: Transform - pos: 181.5,-163.5 + pos: -185.5,-106.5 parent: 1 - - uid: 4111 + - uid: 5928 components: - type: Transform - pos: 182.5,-163.5 + pos: -177.5,-96.5 parent: 1 - - uid: 4112 + - uid: 5929 components: - type: Transform - pos: 180.5,-173.5 + pos: -167.5,64.5 parent: 1 - - uid: 4113 + - uid: 5930 components: - type: Transform - pos: 182.5,-173.5 + pos: -144.5,56.5 parent: 1 - - uid: 4114 + - uid: 5931 components: - type: Transform - pos: 181.5,-173.5 + pos: -31.5,-191.5 parent: 1 - - uid: 4115 + - uid: 5932 components: - type: Transform - pos: 180.5,-174.5 + pos: -189.5,-100.5 parent: 1 - - uid: 4116 + - uid: 5933 components: - type: Transform - pos: 180.5,-175.5 + pos: -168.5,59.5 parent: 1 - - uid: 4118 + - uid: 5934 components: - type: Transform - pos: 180.5,-165.5 + pos: -153.5,56.5 parent: 1 - - uid: 4119 + - uid: 5935 components: - type: Transform - pos: 180.5,-164.5 + pos: -169.5,59.5 parent: 1 - - uid: 4120 + - uid: 5936 components: - type: Transform - pos: 180.5,-166.5 + pos: -177.5,-93.5 parent: 1 - - uid: 4121 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 5937 components: - type: Transform - pos: 180.5,-167.5 + pos: -27.733435,67.50402 parent: 1 - - uid: 4122 +- proto: ClosetSteelBase + entities: + - uid: 5938 components: - type: Transform - pos: 180.5,-168.5 + pos: 192.5,171.5 parent: 1 - - uid: 4123 + - uid: 5939 components: - type: Transform - pos: 180.5,-169.5 + pos: 193.5,171.5 parent: 1 - - uid: 4124 + - uid: 5940 components: - type: Transform - pos: 181.5,-169.5 + pos: -24.5,-61.5 parent: 1 - - uid: 4125 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 5941 components: - type: Transform - pos: 182.5,-169.5 + pos: -22.5,-62.5 parent: 1 - - uid: 4126 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 5942 components: - type: Transform - pos: 184.5,-163.5 + pos: -172.5,-97.5 parent: 1 - - uid: 4127 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5943 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 5944 components: - type: Transform - pos: 185.5,-163.5 + pos: -172.5,-94.5 parent: 1 - - uid: 4128 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5945 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: ClosetTool + entities: + - uid: 5946 components: - type: Transform - pos: 186.5,-163.5 + pos: 162.5,35.5 parent: 1 - - uid: 4129 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5947 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: ClothingBeltMilitary + entities: + - uid: 5949 components: - type: Transform - pos: 186.5,-164.5 - parent: 1 - - uid: 4130 + parent: 5948 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingBeltNCRHarness + entities: + - uid: 5953 components: - type: Transform - pos: 186.5,-165.5 + pos: -174.57986,-95.01843 parent: 1 - - uid: 4131 +- proto: ClothingBeltPlantFilled + entities: + - uid: 5954 components: - type: Transform - pos: 186.5,-166.5 + pos: 217.60025,-36.37567 parent: 1 - - uid: 4132 +- proto: ClothingBeltQuiverSpear + entities: + - uid: 5955 components: - type: Transform - pos: 186.5,-167.5 + pos: 139.43279,164.70944 parent: 1 - - uid: 4133 + - uid: 5956 components: - type: Transform - pos: 186.5,-168.5 + pos: 139.38591,165.03757 parent: 1 - - uid: 4134 +- proto: ClothingBeltRevolver + entities: + - uid: 5958 components: - type: Transform - pos: 186.5,-169.5 - parent: 1 - - uid: 4135 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5959 components: - type: Transform - pos: 185.5,-169.5 - parent: 1 - - uid: 4136 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingBeltStorageWaistbag + entities: + - uid: 5879 components: - type: Transform - pos: 184.5,-169.5 + pos: 182.4616,158.644 parent: 1 - - uid: 4138 + - type: Storage + storedItems: + 5880: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 5880 + - uid: 5980 components: - type: Transform - pos: 180.5,-159.5 + pos: 139.50296,165.58727 parent: 1 - - uid: 4139 + - uid: 5981 components: - type: Transform - pos: 182.5,-153.5 + pos: 139.49928,165.83952 parent: 1 - - uid: 4140 + - uid: 5982 components: - type: Transform - pos: 181.5,-153.5 + pos: 139.48366,166.10515 parent: 1 - - uid: 4141 +- proto: ClothingBeltUtility + entities: + - uid: 5983 components: - type: Transform - pos: 180.5,-153.5 + pos: 131.51585,23.64957 parent: 1 - - uid: 4142 + - uid: 5984 components: - type: Transform - pos: 180.5,-154.5 + pos: 132.45276,23.651747 parent: 1 - - uid: 4143 + - uid: 5985 components: - type: Transform - pos: 180.5,-155.5 + pos: -190.36713,28.462374 parent: 1 - - uid: 4144 + - uid: 5986 components: - type: Transform - pos: 180.5,-156.5 + pos: 100.51403,-133.33322 parent: 1 - - uid: 4145 +- proto: ClothingEyesGlasses + entities: + - uid: 5987 components: - type: Transform - pos: 180.5,-157.5 + pos: 78.51857,101.07337 parent: 1 - - uid: 4147 +- proto: ClothingHandsGlovesBoxingYellow + entities: + - uid: 5988 components: - type: Transform - pos: 183.5,-153.5 + pos: -28.063732,-70.23905 parent: 1 - - uid: 4154 +- proto: ClothingHandsGlovesChemist + entities: + - uid: 5989 components: - type: Transform - pos: 186.5,-157.5 + pos: 89.45225,19.58783 parent: 1 - - uid: 4159 +- proto: ClothingHandsGlovesColorLightBrown + entities: + - uid: 5990 components: - type: Transform - pos: 180.5,-177.5 + pos: -201.39369,-89.38477 parent: 1 - - uid: 4160 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 5991 components: - type: Transform - pos: 180.5,-178.5 + pos: -196.39008,-119.29265 parent: 1 - - uid: 4161 +- proto: ClothingHeadHatBeret + entities: + - uid: 5992 components: - type: Transform - pos: 180.5,-179.5 + pos: 195.46915,-113.41874 parent: 1 - - uid: 4162 +- proto: ClothingHeadHatCargosoft + entities: + - uid: 5994 components: - type: Transform - pos: 181.5,-179.5 - parent: 1 - - uid: 4163 + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatCone + entities: + - uid: 5998 components: - type: Transform - pos: 182.5,-179.5 + pos: 178.45403,-158.11963 parent: 1 - - uid: 4164 + - uid: 5999 components: - type: Transform - pos: 183.5,-179.5 + pos: 176.57903,-158.26556 parent: 1 - - uid: 4165 +- proto: ClothingHeadHatCowboyBlack + entities: + - uid: 6000 components: - type: Transform - pos: 184.5,-179.5 + pos: 103.47762,-13.134862 parent: 1 - - uid: 4166 +- proto: ClothingHeadHatCowboyBrown + entities: + - uid: 6001 components: - type: Transform - pos: 185.5,-179.5 + pos: 89.54097,97.8887 parent: 1 - - uid: 4167 + - uid: 6002 components: - type: Transform - pos: 186.5,-179.5 + pos: 128.50313,-1.1117833 parent: 1 - - uid: 4168 + - uid: 6003 components: - type: Transform - pos: 184.5,-173.5 + pos: 33.32028,147.58131 parent: 1 - - uid: 4169 +- proto: ClothingHeadHatFedoraWhite + entities: + - uid: 6004 components: - type: Transform - pos: 185.5,-173.5 + pos: 138.42775,2.8479092 parent: 1 - - uid: 4170 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: ClothingHeadHatFlowerWreath + entities: + - uid: 6005 components: + - type: MetaData + desc: A wreath of colourful fake flowers. Can be worn both on head and neck. - type: Transform - pos: 186.5,-173.5 + pos: 118.5222,41.141365 parent: 1 - - uid: 4171 +- proto: ClothingHeadHatGreyFlatcap + entities: + - uid: 6006 components: - type: Transform - pos: 186.5,-174.5 + pos: 16.179316,145.25009 parent: 1 - - uid: 4172 + - uid: 6007 components: - type: Transform - pos: 186.5,-174.5 + pos: 32.672424,147.87595 parent: 1 - - uid: 4173 +- proto: ClothingHeadHatGreysoft + entities: + - uid: 6008 components: - type: Transform - pos: 186.5,-175.5 + pos: 15.57562,145.89946 parent: 1 - - uid: 4174 +- proto: ClothingHeadHatHardhatOrange + entities: + - uid: 6009 components: - type: Transform - pos: 186.5,-176.5 + pos: 314.42758,107.73833 parent: 1 - - uid: 4175 +- proto: ClothingHeadHatHardhatYellow + entities: + - uid: 5945 components: - type: Transform - pos: 186.5,-177.5 - parent: 1 - - uid: 4176 + parent: 5944 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatHardhatYellowDark + entities: + - uid: 10 components: - type: Transform - pos: 186.5,-178.5 + pos: -106.2853,-28.973372 parent: 1 - - uid: 4177 + - type: HandheldLight + toggleActionEntity: 11 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 11 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - type: ActionsContainer + - uid: 6010 components: - type: Transform - pos: -262.5,-89.5 + pos: 16.253305,146.00645 parent: 1 - - uid: 4178 + - uid: 6011 components: - type: Transform - pos: -260.5,-89.5 + pos: 20.409555,143.81334 parent: 1 - - uid: 4179 +- proto: ClothingHeadHatPaper + entities: + - uid: 6012 components: - type: Transform - pos: -204.5,-89.5 + pos: 174.6426,162.69409 parent: 1 - - uid: 4180 +- proto: ClothingHeadHatPlaguedoctor + entities: + - uid: 6014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -210.5,-89.5 - parent: 1 - - uid: 4181 + parent: 6013 + - type: Physics + canCollide: False +- proto: ClothingHeadHatStrawHat + entities: + - uid: 6015 components: - type: Transform - pos: -232.5,-79.5 + pos: -184.65741,-172.06783 parent: 1 - - uid: 4182 + - uid: 6016 components: - type: Transform - pos: -278.5,-71.5 + pos: 92.48336,108.8459 parent: 1 - - uid: 4183 +- proto: ClothingHeadHelmetBone + entities: + - uid: 6017 components: - type: Transform - pos: -269.5,-79.5 + pos: 172.28072,190.78773 parent: 1 - - uid: 4184 +- proto: ClothingHeadPaperSack + entities: + - uid: 6018 components: - type: Transform - pos: -220.5,-79.5 + rot: 3.141592653589793 rad + pos: 84.48374,102.56225 parent: 1 - - uid: 4185 +- proto: ClothingMaskBreath + entities: + - uid: 6019 components: - type: Transform - pos: -278.5,-65.5 + pos: -150.61955,62.517757 parent: 1 - - uid: 4186 +- proto: ClothingMaskGasFire + entities: + - uid: 6020 components: - type: Transform - pos: -278.5,-58.5 + pos: -153.09712,-114.79664 parent: 1 - - uid: 4187 +- proto: ClothingMaskGasMiner + entities: + - uid: 6021 components: - type: Transform - pos: -241.5,-79.5 + pos: -156.644,-114.40601 parent: 1 - - uid: 4188 + - uid: 6022 components: - type: Transform - pos: -278.5,-35.5 + pos: -156.3315,-114.45289 parent: 1 - - uid: 4189 + - uid: 6023 components: - type: Transform - pos: -277.5,-74.5 + pos: 50.831516,152.75723 parent: 1 - - uid: 4190 + - uid: 6024 components: - type: Transform - pos: -278.5,-34.5 + pos: 15.387302,150.9503 parent: 1 - - uid: 4191 + - uid: 6025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,66.5 + pos: 26.524433,148.13062 parent: 1 - - uid: 4192 +- proto: ClothingMaskRat + entities: + - uid: 6027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,65.5 - parent: 1 - - uid: 4193 + parent: 6026 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,64.5 + pos: -177.72188,-139.67287 parent: 1 - - uid: 4194 +- proto: ClothingOuterArmorBasicSlim + entities: + - uid: 6033 components: - type: Transform - pos: -210.5,-79.5 + pos: -81.5,-121.5 parent: 1 - - uid: 4195 +- proto: ClothingOuterCoatJensen + entities: + - uid: 330 components: - type: Transform - pos: -278.5,-46.5 - parent: 1 - - uid: 4196 + parent: 328 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterDdCorporateJacket + entities: + - uid: 6034 components: + - type: MetaData + desc: An old dance jacket... + name: Dance Jacket - type: Transform - pos: -253.5,-79.5 + pos: 13.117802,-222.10545 parent: 1 - - uid: 4197 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: ClothingOuterVestFlak + entities: + - uid: 6035 components: - type: Transform - pos: -227.5,-79.5 + pos: 193.56117,-115.19625 parent: 1 - - uid: 4198 +- proto: ClothingOuterVestHazard + entities: + - uid: 5947 components: - type: Transform - pos: -225.5,-79.5 - parent: 1 - - uid: 4199 + parent: 5946 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5995 components: - type: Transform - pos: -278.5,-44.5 - parent: 1 - - uid: 4200 + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6037 components: - type: Transform - pos: -212.5,-79.5 - parent: 1 - - uid: 4201 + parent: 6036 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6039 components: - type: Transform - pos: -218.5,-79.5 - parent: 1 - - uid: 4202 + parent: 6038 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6040 components: - type: Transform - pos: -229.5,-79.5 - parent: 1 - - uid: 4203 + parent: 6038 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingRandomSpawner + entities: + - uid: 6042 components: - type: Transform - pos: -270.5,-79.5 + pos: 185.49898,55.47559 parent: 1 - - uid: 4204 + - uid: 6043 components: - type: Transform - pos: -243.5,-79.5 + pos: 185.53023,55.94434 parent: 1 - - uid: 4205 +- proto: ClothingShoesBootsCombat + entities: + - uid: 6044 components: - type: Transform - pos: -216.5,-79.5 + pos: 129.16507,-6.0261793 parent: 1 - - uid: 4206 +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 6045 components: - type: Transform - pos: -278.5,-57.5 + pos: 204.64516,-26.501064 parent: 1 - - uid: 4207 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 6046 components: - type: Transform - pos: -278.5,-33.5 + pos: -186.11401,48.04703 parent: 1 - - uid: 4208 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: ClothingShoesBootsWork + entities: + - uid: 6047 components: - type: Transform - pos: -278.5,-47.5 + pos: 177.55472,26.560266 parent: 1 - - uid: 4209 + - uid: 6048 components: - type: Transform - pos: -233.5,-79.5 + pos: 177.57034,27.107141 parent: 1 - - uid: 4210 +- proto: ClothingShoesColorWhite + entities: + - uid: 6050 components: - type: Transform - pos: -239.5,-79.5 - parent: 1 - - uid: 4211 + parent: 6049 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesHighheelBoots + entities: + - uid: 6053 components: - type: Transform - pos: -252.5,-79.5 + pos: 138.23547,2.0103385 parent: 1 - - uid: 4212 +- proto: ClothingUniformDressRed + entities: + - uid: 6051 components: - type: Transform - pos: -254.5,-79.5 - parent: 1 - - uid: 4213 + parent: 6049 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitCargo + entities: + - uid: 5996 components: - type: Transform - pos: -238.5,-79.5 - parent: 1 - - uid: 4214 + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5997 components: - type: Transform - pos: -249.5,-79.5 - parent: 1 - - uid: 4215 + parent: 5993 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6041 components: - type: Transform - pos: -237.5,-79.5 - parent: 1 - - uid: 4216 + parent: 6038 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitJeansBrown + entities: + - uid: 6055 components: - type: Transform - pos: -276.5,-77.5 - parent: 1 - - uid: 4217 + parent: 6054 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitKimono + entities: + - uid: 6058 components: - type: Transform - pos: -278.5,-51.5 - parent: 1 - - uid: 4218 + parent: 6057 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitTshirtJeans + entities: + - uid: 6056 components: - type: Transform - pos: -256.5,-79.5 - parent: 1 - - uid: 4219 + parent: 6054 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitTshirtJeansGray + entities: + - uid: 6063 components: - type: Transform - pos: -255.5,-79.5 + pos: 51.474785,146.64966 parent: 1 - - uid: 4220 + - uid: 6064 components: - type: Transform - pos: -258.5,-79.5 + pos: 52.572014,146.63335 parent: 1 - - uid: 4221 +- proto: ClothingUniformOveralls + entities: + - uid: 6065 components: - type: Transform - pos: -278.5,-61.5 + pos: 90.71802,95.5553 parent: 1 - - uid: 4222 + - uid: 6066 components: - type: Transform - pos: -276.5,-76.5 + pos: 92.510345,108.28963 parent: 1 - - uid: 4223 +- proto: Cobweb1 + entities: + - uid: 6067 components: - type: Transform - pos: -257.5,-79.5 + rot: -1.5707963267948966 rad + pos: 106.5,24.5 parent: 1 - - uid: 4224 + - uid: 6068 components: - type: Transform - pos: -214.5,-79.5 + pos: 110.5,24.5 parent: 1 - - uid: 4225 +- proto: Cobweb2 + entities: + - uid: 6069 components: - type: Transform - pos: -222.5,-79.5 + pos: 115.5,24.5 parent: 1 - - uid: 4226 + - uid: 6070 components: - type: Transform - pos: -278.5,-53.5 + pos: 105.5,25.5 parent: 1 - - uid: 4227 +- proto: ComfyChair + entities: + - uid: 6071 components: - type: Transform - pos: -277.5,-73.5 + pos: 165.5,179.5 parent: 1 - - uid: 4228 +- proto: ComputerTelevision + entities: + - uid: 6072 components: - type: Transform - pos: -248.5,-79.5 + pos: -50.5,-115.5 parent: 1 - - uid: 4229 + - uid: 6073 components: - type: Transform - pos: -221.5,-79.5 + pos: 78.5,101.5 parent: 1 - - uid: 4230 +- proto: CounterMetalFrame + entities: + - uid: 6074 components: - type: Transform - pos: -278.5,-72.5 + pos: -49.5,-100.5 parent: 1 - - uid: 4231 + - uid: 6075 components: - type: Transform - pos: -219.5,-79.5 + pos: -54.5,-99.5 parent: 1 - - uid: 4232 + - uid: 6076 components: - type: Transform - pos: -240.5,-79.5 + pos: -55.5,-100.5 parent: 1 - - uid: 4233 + - uid: 6077 components: - type: Transform - pos: -242.5,-79.5 + pos: -50.5,-99.5 parent: 1 - - uid: 4234 + - uid: 6078 components: - type: Transform - pos: -278.5,-55.5 + pos: -53.5,-103.5 parent: 1 - - uid: 4235 + - uid: 6079 components: - type: Transform - pos: -234.5,-79.5 + pos: -54.5,-103.5 parent: 1 - - uid: 4236 +- proto: CounterWoodFrame + entities: + - uid: 6080 components: - type: Transform - pos: -207.5,-79.5 + rot: 3.141592653589793 rad + pos: -54.5,-132.5 parent: 1 - - uid: 4237 + - uid: 6081 components: - type: Transform - pos: -275.5,-78.5 + rot: 3.141592653589793 rad + pos: -53.5,-131.5 parent: 1 - - uid: 4238 + - uid: 6082 components: - type: Transform - pos: -259.5,-79.5 + rot: 3.141592653589793 rad + pos: -54.5,-131.5 parent: 1 - - uid: 4239 + - uid: 6083 components: - type: Transform - pos: -261.5,-79.5 + rot: 3.141592653589793 rad + pos: -53.5,-132.5 parent: 1 - - uid: 4240 + - uid: 6084 components: - type: Transform - pos: -275.5,-77.5 + rot: 3.141592653589793 rad + pos: -53.5,-132.5 parent: 1 - - uid: 4241 + - uid: 6085 components: - type: Transform - pos: -262.5,-79.5 + rot: 1.5707963267948966 rad + pos: 163.5,17.5 parent: 1 - - uid: 4242 + - uid: 6086 components: - type: Transform - pos: -275.5,-77.5 + rot: 1.5707963267948966 rad + pos: 162.5,17.5 parent: 1 - - uid: 4243 +- proto: CrateCoffin + entities: + - uid: 6057 components: - type: Transform - pos: -278.5,-59.5 + pos: 176.5,21.5 parent: 1 - - uid: 4244 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6059 + - 6060 + - 6061 + - 6062 + - 6058 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateMaterialPaper + entities: + - uid: 6087 components: - type: Transform - pos: -260.5,-79.5 + pos: 172.5,21.5 parent: 1 - - uid: 4245 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CrateStoneGrave + entities: + - uid: 6088 components: - type: Transform - pos: -278.5,-63.5 + pos: 190.5,160.5 parent: 1 - - uid: 4246 + - uid: 6089 components: - type: Transform - pos: -278.5,-72.5 + pos: 118.5,39.5 parent: 1 - - uid: 4247 + - uid: 6090 components: - type: Transform - pos: -274.5,-79.5 + pos: 116.5,39.5 parent: 1 - - uid: 4248 + - uid: 6091 components: - type: Transform - pos: -274.5,-78.5 + pos: 116.5,41.5 parent: 1 - - uid: 4249 + - uid: 6092 components: - type: Transform - pos: -224.5,-79.5 + pos: 118.5,41.5 parent: 1 - - uid: 4250 +- proto: CrateToyBox + entities: + - uid: 6093 components: - type: Transform - pos: -245.5,-79.5 + pos: -46.5,-124.5 parent: 1 - - uid: 4251 + - uid: 6094 components: - type: Transform - pos: -250.5,-79.5 + pos: 86.5,103.5 parent: 1 - - uid: 4252 +- proto: CrateTrashCart + entities: + - uid: 6095 components: - type: Transform - pos: -236.5,-79.5 + pos: 177.5,15.5 parent: 1 - - uid: 4253 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 6096 components: - type: Transform - pos: -251.5,-79.5 + pos: 173.5,58.5 parent: 1 - - uid: 4254 + - uid: 6097 components: - type: Transform - pos: -226.5,-79.5 + pos: 187.5,58.5 parent: 1 - - uid: 4255 + - 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 + - uid: 6098 components: - type: Transform - pos: -244.5,-79.5 + pos: 187.5,59.5 parent: 1 - - uid: 4256 + - 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 + - uid: 6099 components: - type: Transform - pos: -278.5,-56.5 + pos: 80.5,-130.5 parent: 1 - - uid: 4257 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6100 + - 6101 + - 6102 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateTrashCartFilled + entities: + - uid: 6103 components: - type: Transform - pos: -278.5,-66.5 + pos: -74.5,-111.5 parent: 1 - - uid: 4258 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6118 + - 6117 + - 6106 + - 6108 + - 6109 + - 6104 + - 6110 + - 6105 + - 6107 + - 6113 + - 6111 + - 6114 + - 6115 + - 6119 + - 6112 + - 6116 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6120 components: - type: Transform - pos: -278.5,-41.5 + pos: 131.5,-15.5 parent: 1 - - uid: 4259 +- proto: CrateWoodenGrave + entities: + - uid: 6121 components: - type: Transform - pos: -278.5,-32.5 + pos: 121.5,41.5 parent: 1 - - uid: 4260 + - uid: 6122 components: - type: Transform - pos: -278.5,-54.5 + pos: 125.5,39.5 parent: 1 - - uid: 4261 + - uid: 6123 components: - type: Transform - pos: -278.5,-49.5 + pos: 189.5,160.5 parent: 1 - - uid: 4262 + - uid: 6124 components: - type: Transform - pos: -278.5,-68.5 + pos: 191.5,160.5 parent: 1 - - uid: 4263 + - uid: 6125 components: - type: Transform - pos: -278.5,-69.5 + pos: 123.5,39.5 parent: 1 - - uid: 4264 + - uid: 6126 components: - type: Transform - pos: -278.5,-40.5 + pos: -41.5,-101.5 parent: 1 - - uid: 4265 + - uid: 6127 components: - type: Transform - pos: -278.5,-38.5 + pos: -40.5,-101.5 parent: 1 - - uid: 4266 + - uid: 6128 components: - type: Transform - pos: -278.5,-39.5 + pos: -39.5,-101.5 parent: 1 - - uid: 4267 + - uid: 6129 components: - type: Transform - pos: -278.5,-37.5 + pos: 42.5,80.5 parent: 1 - - uid: 4268 + - uid: 6130 components: - type: Transform - pos: -278.5,-52.5 + pos: 41.5,80.5 parent: 1 - - uid: 4269 + - uid: 6131 components: - type: Transform - pos: -208.5,-79.5 + pos: 190.5,156.5 parent: 1 - - uid: 4270 + - uid: 6132 components: - type: Transform - pos: -203.5,-89.5 + pos: 189.5,156.5 parent: 1 - - uid: 4271 + - uid: 6133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -209.5,-89.5 + pos: 188.5,160.5 parent: 1 - - uid: 4272 + - uid: 6134 components: - type: Transform - pos: -272.5,-79.5 + pos: 188.5,156.5 parent: 1 - - uid: 4273 + - uid: 6135 components: - type: Transform - pos: -278.5,-45.5 + pos: 190.5,158.5 parent: 1 - - uid: 4274 + - uid: 6136 components: - type: Transform - pos: -278.5,-48.5 + pos: 189.5,158.5 parent: 1 - - uid: 4275 + - uid: 6137 components: - type: Transform - pos: -217.5,-79.5 + pos: 188.5,158.5 parent: 1 - - uid: 4276 + - uid: 6138 components: - type: Transform - pos: -209.5,-79.5 + pos: -165.5,-74.5 parent: 1 - - uid: 4277 + - uid: 6139 components: - type: Transform - pos: -278.5,-50.5 + pos: -165.5,-72.5 parent: 1 - - uid: 4278 + - uid: 6140 components: - type: Transform - pos: -278.5,-43.5 + pos: -163.5,-74.5 parent: 1 - - uid: 4279 + - uid: 6141 components: - type: Transform - pos: -230.5,-79.5 + pos: 172.5,17.5 parent: 1 - - uid: 4280 + - uid: 6142 components: - type: Transform - pos: -211.5,-79.5 + pos: 174.5,17.5 parent: 1 - - uid: 4281 + - uid: 6143 components: - type: Transform - pos: -223.5,-79.5 + pos: 175.5,17.5 parent: 1 - - uid: 4282 + - uid: 6144 components: - type: Transform - pos: -261.5,-89.5 + pos: 173.5,17.5 parent: 1 - - uid: 4283 + - uid: 6145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -208.5,-89.5 + pos: 171.5,17.5 parent: 1 - - uid: 4284 + - uid: 6146 components: - type: Transform - pos: -288.5,-74.5 + pos: 176.5,17.5 parent: 1 - - uid: 4285 + - uid: 6147 components: - type: Transform - pos: -230.5,-89.5 + pos: 94.5,129.5 parent: 1 - - uid: 4286 + - uid: 6148 components: - type: Transform - pos: -222.5,-89.5 + pos: 123.5,41.5 parent: 1 - - uid: 4287 + - uid: 6149 components: - type: Transform - pos: -288.5,-78.5 + pos: 121.5,39.5 parent: 1 - - uid: 4288 + - uid: 6150 components: - type: Transform - pos: -278.5,-67.5 + pos: 125.5,41.5 parent: 1 - - uid: 4289 +- proto: Crowbar + entities: + - uid: 6151 components: - type: Transform - pos: -216.5,-89.5 + pos: 162.52385,38.36957 parent: 1 - - uid: 4290 + - uid: 6152 components: - type: Transform - pos: -226.5,-89.5 + rot: -1.5707963267948966 rad + pos: 134.68254,24.337126 parent: 1 - - uid: 4291 + - uid: 6153 components: - type: Transform - pos: -220.5,-89.5 + pos: -84.693886,-186.5671 parent: 1 - - uid: 4292 + - uid: 6154 components: - type: Transform - pos: -217.5,-89.5 + pos: -195.59654,27.57402 parent: 1 - - uid: 4293 +- proto: CurtainsCyan + entities: + - uid: 6155 components: - type: Transform - pos: -219.5,-89.5 + pos: 43.5,-19.5 parent: 1 - - uid: 4294 +- proto: CurtainsRedOpen + entities: + - uid: 6156 components: - type: Transform - pos: -218.5,-89.5 + rot: 1.5707963267948966 rad + pos: -76.5,-107.5 parent: 1 - - uid: 4295 + - uid: 6157 components: - type: Transform - pos: -221.5,-89.5 + rot: -1.5707963267948966 rad + pos: 159.5,189.5 parent: 1 - - uid: 4296 +- proto: CurtainsWhite + entities: + - uid: 6158 components: - type: Transform - pos: -223.5,-89.5 + pos: -178.5,-171.5 parent: 1 - - uid: 4297 + - type: Door + secondsUntilStateChange: -427505.28 + state: Opening +- proto: d4Dice + entities: + - uid: 6159 components: - type: Transform - pos: -224.5,-89.5 + pos: 103.73561,-111.5162 parent: 1 - - uid: 4298 +- proto: d6Dice + entities: + - uid: 6160 components: - type: Transform - pos: -288.5,-72.5 + pos: -186.68396,38.856384 parent: 1 - - uid: 4299 + - uid: 6161 components: - type: Transform - pos: -288.5,-73.5 + pos: 135.59885,-3.546637 parent: 1 - - uid: 4300 + - uid: 6162 components: - type: Transform - pos: -228.5,-89.5 + pos: 136.74786,2.5872626 parent: 1 - - uid: 4301 + - uid: 6163 components: - type: Transform - pos: -225.5,-89.5 + pos: 136.36244,2.5872626 parent: 1 - - uid: 4302 + - uid: 6164 components: - type: Transform - pos: -227.5,-89.5 + pos: 135.5051,-3.2237206 parent: 1 - - uid: 4303 + - uid: 6165 components: - type: Transform - pos: -229.5,-89.5 + pos: 58.776066,145.58757 parent: 1 - - uid: 4304 + - uid: 6166 components: - type: Transform - pos: -288.5,-77.5 + pos: 58.368378,145.80772 parent: 1 - - uid: 4305 + - uid: 6167 components: - type: Transform - pos: -234.5,-89.5 + pos: -186.37207,38.61789 parent: 1 - - uid: 4306 + - uid: 6168 components: - type: Transform - pos: -232.5,-89.5 + pos: 103.36061,-111.25057 parent: 1 - - uid: 4307 +- proto: d8Dice + entities: + - uid: 6169 components: - type: Transform - pos: -236.5,-89.5 + pos: 104.188736,-111.23495 parent: 1 - - uid: 4308 +- proto: DebugGenerator + entities: + - uid: 6170 components: - type: Transform - pos: -235.5,-89.5 + pos: 278.5,133.5 parent: 1 - - uid: 4309 +- proto: Defibrillator + entities: + - uid: 6171 components: - type: Transform - pos: -242.5,-89.5 + pos: -156.62495,-106.50526 parent: 1 - - uid: 4310 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 6172 components: - type: Transform - pos: -240.5,-89.5 + rot: 1.5707963267948966 rad + pos: 131.5,15.5 parent: 1 - - uid: 4311 + - uid: 6173 components: - type: Transform - pos: -244.5,-89.5 + pos: -162.5,-100.5 parent: 1 - - uid: 4312 + - uid: 6174 components: - type: Transform - pos: -243.5,-89.5 + pos: -59.5,26.5 parent: 1 - - uid: 4313 + - uid: 6175 components: - type: Transform - pos: -248.5,-89.5 + pos: -54.5,26.5 parent: 1 - - uid: 4314 + - uid: 6176 components: - type: Transform - pos: -288.5,-71.5 + pos: -151.5,64.5 parent: 1 - - uid: 4315 +- proto: DeskBell + entities: + - uid: 6177 components: - type: Transform - pos: -233.5,-89.5 + pos: 118.71509,12.761985 parent: 1 - - uid: 4316 +- proto: DiceBag + entities: + - uid: 6178 components: - type: Transform - pos: -238.5,-89.5 + pos: -193.5558,-137.2117 parent: 1 - - uid: 4317 +- proto: DisposalBend + entities: + - uid: 6179 components: - type: Transform - pos: -237.5,-89.5 + rot: 3.141592653589793 rad + pos: -275.5,-78.5 parent: 1 - - uid: 4318 + - uid: 6180 components: - type: Transform - pos: -239.5,-89.5 + rot: 3.141592653589793 rad + pos: -274.5,-90.5 parent: 1 - - uid: 4319 + - uid: 6181 components: - type: Transform - pos: -241.5,-89.5 + rot: 1.5707963267948966 rad + pos: -265.5,-89.5 parent: 1 - - uid: 4320 + - uid: 6182 components: - type: Transform - pos: -246.5,-89.5 + rot: -1.5707963267948966 rad + pos: -254.5,-90.5 parent: 1 - - uid: 4321 + - uid: 6183 components: - type: Transform - pos: -245.5,-89.5 + rot: 1.5707963267948966 rad + pos: -255.5,-87.5 parent: 1 - - uid: 4322 + - uid: 6184 components: - type: Transform - pos: -247.5,-89.5 + rot: 3.141592653589793 rad + pos: -255.5,-88.5 parent: 1 - - uid: 4323 + - uid: 6185 components: - type: Transform - pos: -249.5,-89.5 + pos: -254.5,-87.5 parent: 1 - - uid: 4324 + - uid: 6186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -206.5,-89.5 + pos: -278.5,-50.5 parent: 1 - - uid: 4325 + - uid: 6187 components: - type: Transform - pos: -215.5,-79.5 + rot: 3.141592653589793 rad + pos: -276.5,-77.5 parent: 1 - - uid: 4326 + - uid: 6188 components: - type: Transform - pos: -290.5,-44.5 + pos: -275.5,-77.5 parent: 1 - - uid: 4327 - components: - - type: Transform - pos: -293.5,-40.5 - parent: 1 - - uid: 4328 + - uid: 6189 components: - type: Transform - pos: -231.5,-79.5 + rot: -1.5707963267948966 rad + pos: -213.5,-79.5 parent: 1 - - uid: 4329 + - uid: 6190 components: - type: Transform - pos: -288.5,-76.5 + pos: -276.5,-74.5 parent: 1 - - uid: 4330 + - uid: 6191 components: - type: Transform - pos: -202.5,-89.5 + rot: 3.141592653589793 rad + pos: -277.5,-74.5 parent: 1 - - uid: 4331 + - uid: 6192 components: - type: Transform - pos: -286.5,-85.5 + pos: -274.5,-78.5 parent: 1 - - uid: 4332 + - uid: 6193 components: - type: Transform - pos: -201.5,-89.5 + rot: 3.141592653589793 rad + pos: -274.5,-79.5 parent: 1 - - uid: 4333 + - uid: 6194 components: - type: Transform - pos: -205.5,-89.5 + pos: -235.5,-89.5 parent: 1 - - uid: 4334 + - uid: 6195 components: - type: Transform - pos: -285.5,-85.5 + rot: 3.141592653589793 rad + pos: -278.5,-63.5 parent: 1 - - uid: 4335 +- proto: DisposalJunction + entities: + - uid: 6196 components: - type: Transform - pos: -288.5,-69.5 + rot: -1.5707963267948966 rad + pos: -214.5,-89.5 parent: 1 - - uid: 4336 + - uid: 6197 components: - type: Transform - pos: -292.5,-40.5 + rot: -1.5707963267948966 rad + pos: -215.5,-79.5 parent: 1 - - uid: 4337 + - uid: 6198 components: - type: Transform - pos: -293.5,-41.5 + rot: 3.141592653589793 rad + pos: -236.5,-89.5 parent: 1 - - uid: 4338 +- proto: DisposalPipe + entities: + - uid: 6199 components: - type: Transform - pos: -293.5,-39.5 + rot: 1.5707963267948966 rad + pos: -251.5,-79.5 parent: 1 - - uid: 4339 + - uid: 6200 components: - type: Transform - pos: -290.5,-43.5 + rot: -1.5707963267948966 rad + pos: -278.5,-39.5 parent: 1 - - uid: 4340 + - uid: 6201 components: - type: Transform - pos: -288.5,-64.5 + rot: 1.5707963267948966 rad + pos: 204.5,187.5 parent: 1 - - uid: 4341 + - uid: 6202 components: - type: Transform - pos: -273.5,-79.5 + rot: -1.5707963267948966 rad + pos: 158.5,-90.5 parent: 1 - - uid: 4342 + - uid: 6203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -209.5,-89.5 + pos: 212.5,-24.5 parent: 1 - - uid: 4343 + - uid: 6204 components: - type: Transform - pos: -288.5,-68.5 + rot: 1.5707963267948966 rad + pos: -270.5,-79.5 parent: 1 - - uid: 4344 + - uid: 6205 components: - type: Transform - pos: -288.5,-79.5 + rot: 1.5707963267948966 rad + pos: -247.5,-79.5 parent: 1 - - uid: 4345 + - uid: 6206 components: - type: Transform - pos: -292.5,-41.5 + rot: 1.5707963267948966 rad + pos: -243.5,-89.5 parent: 1 - - uid: 4346 + - uid: 6207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -207.5,-89.5 + rot: 1.5707963267948966 rad + pos: -249.5,-79.5 parent: 1 - - uid: 4347 + - uid: 6208 components: - type: Transform - pos: -288.5,-65.5 + rot: 1.5707963267948966 rad + pos: -254.5,-79.5 parent: 1 - - uid: 4348 + - uid: 6209 components: - type: Transform - pos: -288.5,-70.5 + rot: 1.5707963267948966 rad + pos: -257.5,-79.5 parent: 1 - - uid: 4349 + - uid: 6210 components: - type: Transform - pos: -267.5,-89.5 + rot: 1.5707963267948966 rad + pos: -263.5,-79.5 parent: 1 - - uid: 4350 + - uid: 6211 components: - type: Transform - pos: -269.5,-89.5 + rot: 1.5707963267948966 rad + pos: -250.5,-79.5 parent: 1 - - uid: 4351 + - uid: 6212 components: - type: Transform - pos: -268.5,-89.5 + rot: 1.5707963267948966 rad + pos: -259.5,-79.5 parent: 1 - - uid: 4352 + - uid: 6213 components: - type: Transform - pos: -250.5,-89.5 + rot: 1.5707963267948966 rad + pos: -258.5,-79.5 parent: 1 - - uid: 4353 + - uid: 6214 components: - type: Transform - pos: -263.5,-89.5 + rot: 1.5707963267948966 rad + pos: -260.5,-79.5 parent: 1 - - uid: 4354 + - uid: 6215 components: - type: Transform - pos: -252.5,-89.5 + rot: 1.5707963267948966 rad + pos: -255.5,-79.5 parent: 1 - - uid: 4355 + - uid: 6216 components: - type: Transform - pos: -251.5,-89.5 + rot: 1.5707963267948966 rad + pos: -261.5,-79.5 parent: 1 - - uid: 4356 + - uid: 6217 components: - type: Transform - pos: -272.5,-89.5 + rot: 1.5707963267948966 rad + pos: -256.5,-79.5 parent: 1 - - uid: 4357 + - uid: 6218 components: - type: Transform - pos: -253.5,-89.5 + rot: 1.5707963267948966 rad + pos: -262.5,-79.5 parent: 1 - - uid: 4358 + - uid: 6219 components: - type: Transform - pos: -254.5,-89.5 + rot: 1.5707963267948966 rad + pos: -265.5,-79.5 parent: 1 - - uid: 4359 + - uid: 6220 components: - type: Transform - pos: -273.5,-89.5 + rot: 1.5707963267948966 rad + pos: -264.5,-79.5 parent: 1 - - uid: 4360 + - uid: 6221 components: - type: Transform - pos: -276.5,-89.5 + rot: 1.5707963267948966 rad + pos: -235.5,-89.5 parent: 1 - - uid: 4361 + - uid: 6222 components: - type: Transform - pos: -288.5,-84.5 + rot: -1.5707963267948966 rad + pos: -203.5,-89.5 parent: 1 - - uid: 4362 + - uid: 6223 components: - type: Transform - pos: -284.5,-87.5 + rot: -1.5707963267948966 rad + pos: -257.5,-90.5 parent: 1 - - uid: 4363 + - uid: 6224 components: - type: Transform - pos: -288.5,-83.5 + rot: 3.141592653589793 rad + pos: -274.5,-89.5 parent: 1 - - uid: 4364 + - uid: 6225 components: - type: Transform - pos: -282.5,-89.5 + rot: 1.5707963267948966 rad + pos: -224.5,-89.5 parent: 1 - - uid: 4365 + - uid: 6226 components: - type: Transform - pos: -280.5,-89.5 + pos: -226.5,-90.5 parent: 1 - - uid: 4366 + - uid: 6227 components: - type: Transform - pos: -284.5,-89.5 + rot: 1.5707963267948966 rad + pos: -231.5,-89.5 parent: 1 - - uid: 4367 + - uid: 6228 components: - type: Transform - pos: -283.5,-89.5 + rot: 1.5707963267948966 rad + pos: -202.5,-89.5 parent: 1 - - uid: 4368 + - uid: 6229 components: - type: Transform - pos: -286.5,-84.5 + rot: 1.5707963267948966 rad + pos: -236.5,-89.5 parent: 1 - - uid: 4369 + - uid: 6230 components: - type: Transform - pos: -287.5,-85.5 + rot: 1.5707963267948966 rad + pos: -239.5,-89.5 parent: 1 - - uid: 4370 + - uid: 6231 components: - type: Transform - pos: -287.5,-84.5 + rot: 1.5707963267948966 rad + pos: -213.5,-89.5 parent: 1 - - uid: 4371 + - uid: 6232 components: - type: Transform - pos: -214.5,-89.5 + rot: -1.5707963267948966 rad + pos: -296.5,-39.5 parent: 1 - - uid: 4372 + - uid: 6233 components: - type: Transform - pos: -231.5,-89.5 + rot: -1.5707963267948966 rad + pos: -289.5,-41.5 parent: 1 - - uid: 4373 + - uid: 6234 components: - type: Transform + rot: 1.5707963267948966 rad pos: -215.5,-89.5 parent: 1 - - uid: 4374 + - uid: 6235 components: - type: Transform - pos: -213.5,-89.5 + rot: 1.5707963267948966 rad + pos: -205.5,-89.5 parent: 1 - - uid: 4375 + - uid: 6236 components: - type: Transform - pos: -288.5,-67.5 + rot: 1.5707963267948966 rad + pos: -272.5,-79.5 parent: 1 - - uid: 4376 + - uid: 6237 components: - type: Transform - pos: -212.5,-89.5 + rot: 1.5707963267948966 rad + pos: -223.5,-89.5 parent: 1 - - uid: 4377 + - uid: 6238 components: - type: Transform - pos: -281.5,-89.5 + rot: -1.5707963267948966 rad + pos: -259.5,-90.5 parent: 1 - - uid: 4378 + - uid: 6239 components: - type: Transform - pos: -285.5,-87.5 + rot: 1.5707963267948966 rad + pos: -228.5,-89.5 parent: 1 - - uid: 4379 + - uid: 6240 components: - type: Transform - pos: -285.5,-87.5 + rot: -1.5707963267948966 rad + pos: 155.5,-90.5 parent: 1 - - uid: 4380 + - uid: 6241 components: - type: Transform - pos: -285.5,-86.5 + rot: 3.141592653589793 rad + pos: -274.5,-88.5 parent: 1 - - uid: 4381 + - uid: 6242 components: - type: Transform - pos: -288.5,-85.5 + rot: 1.5707963267948966 rad + pos: -234.5,-89.5 parent: 1 - - uid: 4382 + - uid: 6243 components: - type: Transform - pos: -287.5,-80.5 + pos: -227.5,-90.5 parent: 1 - - uid: 4383 + - uid: 6244 components: - type: Transform - pos: -287.5,-81.5 + rot: -1.5707963267948966 rad + pos: -280.5,-50.5 parent: 1 - - uid: 4384 + - uid: 6245 components: - type: Transform - pos: -288.5,-82.5 + rot: -1.5707963267948966 rad + pos: -258.5,-90.5 parent: 1 - - uid: 4385 + - uid: 6246 components: - type: Transform - pos: -287.5,-79.5 + pos: -227.5,-88.5 parent: 1 - - uid: 4386 + - uid: 6247 components: - type: Transform - pos: -288.5,-80.5 + rot: 1.5707963267948966 rad + pos: -242.5,-89.5 parent: 1 - - uid: 4387 + - uid: 6248 components: - type: Transform - pos: -288.5,-81.5 + rot: 1.5707963267948966 rad + pos: -226.5,-89.5 parent: 1 - - uid: 4388 + - uid: 6249 components: - type: Transform - pos: -288.5,-79.5 + pos: -226.5,-88.5 parent: 1 - - uid: 4389 + - uid: 6250 components: - type: Transform - pos: -288.5,-62.5 + rot: 1.5707963267948966 rad + pos: -227.5,-89.5 parent: 1 - - uid: 4390 + - uid: 6251 components: - type: Transform - pos: -288.5,-63.5 + rot: 1.5707963267948966 rad + pos: -249.5,-89.5 parent: 1 - - uid: 4391 + - uid: 6252 components: - type: Transform - pos: -288.5,-54.5 + rot: -1.5707963267948966 rad + pos: -290.5,-50.5 parent: 1 - - uid: 4392 + - uid: 6253 components: - type: Transform - pos: -288.5,-61.5 + rot: -1.5707963267948966 rad + pos: -289.5,-50.5 parent: 1 - - uid: 4393 + - uid: 6254 components: - type: Transform - pos: -288.5,-56.5 + rot: 3.141592653589793 rad + pos: -277.5,-71.5 parent: 1 - - uid: 4394 + - uid: 6255 components: - type: Transform - pos: -288.5,-60.5 + rot: -1.5707963267948966 rad + pos: -288.5,-50.5 parent: 1 - - uid: 4395 + - uid: 6256 components: - type: Transform - pos: 198.5,202.5 + rot: 3.141592653589793 rad + pos: -254.5,-89.5 parent: 1 - - uid: 4396 + - uid: 6257 components: - type: Transform - pos: 196.5,202.5 + rot: 1.5707963267948966 rad + pos: -238.5,-89.5 parent: 1 - - uid: 4397 + - uid: 6258 components: - type: Transform - pos: 193.5,202.5 + pos: -227.5,-90.5 parent: 1 - - uid: 4398 + - uid: 6259 components: - type: Transform - pos: 195.5,202.5 + pos: -227.5,-90.5 parent: 1 - - uid: 4399 + - uid: 6260 components: - type: Transform - pos: 193.5,209.5 + rot: 1.5707963267948966 rad + pos: -212.5,-89.5 parent: 1 - - uid: 4400 + - uid: 6261 components: - type: Transform - pos: 194.5,202.5 + rot: 1.5707963267948966 rad + pos: -265.5,-90.5 parent: 1 - - uid: 4401 + - uid: 6262 components: - type: Transform - pos: 193.5,206.5 + rot: 1.5707963267948966 rad + pos: -259.5,-89.5 parent: 1 - - uid: 4402 + - uid: 6263 components: - type: Transform - pos: 193.5,204.5 + rot: -1.5707963267948966 rad + pos: -265.5,-90.5 parent: 1 - - uid: 4403 + - uid: 6264 components: - type: Transform - pos: 193.5,203.5 + rot: 1.5707963267948966 rad + pos: -257.5,-89.5 parent: 1 - - uid: 4404 + - uid: 6265 components: - type: Transform - pos: 193.5,207.5 + pos: -265.5,-90.5 parent: 1 - - uid: 4405 + - uid: 6266 components: - type: Transform - pos: 193.5,208.5 + rot: 1.5707963267948966 rad + pos: -252.5,-89.5 parent: 1 - - uid: 4406 + - uid: 6267 components: - type: Transform - pos: 193.5,205.5 + rot: 1.5707963267948966 rad + pos: -258.5,-89.5 parent: 1 - - uid: 4407 + - uid: 6268 components: - type: Transform - pos: 197.5,202.5 + rot: 1.5707963267948966 rad + pos: -253.5,-89.5 parent: 1 - - uid: 4408 + - uid: 6269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,211.5 + rot: 1.5707963267948966 rad + pos: -254.5,-89.5 parent: 1 - - uid: 4409 + - uid: 6270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,218.5 + rot: 3.141592653589793 rad + pos: -235.5,-89.5 parent: 1 - - uid: 4410 + - uid: 6271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,214.5 + pos: -227.5,-88.5 parent: 1 - - uid: 4411 + - uid: 6272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,217.5 + pos: -227.5,-90.5 parent: 1 - - uid: 4412 + - uid: 6273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,216.5 + rot: 1.5707963267948966 rad + pos: -262.5,-89.5 parent: 1 - - uid: 4413 + - uid: 6274 components: - type: Transform - pos: -288.5,-66.5 + rot: 1.5707963267948966 rad + pos: -250.5,-89.5 parent: 1 - - uid: 4414 + - uid: 6275 components: - type: Transform rot: 1.5707963267948966 rad - pos: 195.5,205.5 + pos: -251.5,-89.5 parent: 1 - - uid: 4415 + - uid: 6276 components: - type: Transform - pos: -288.5,-59.5 + rot: 1.5707963267948966 rad + pos: -255.5,-89.5 parent: 1 - - uid: 4416 + - uid: 6277 components: - type: Transform - pos: -288.5,-55.5 + rot: 1.5707963267948966 rad + pos: -264.5,-89.5 parent: 1 - - uid: 4417 + - uid: 6278 components: - type: Transform - pos: -288.5,-52.5 + rot: 1.5707963267948966 rad + pos: -263.5,-89.5 parent: 1 - - uid: 4418 + - uid: 6279 components: - type: Transform - pos: -288.5,-53.5 + rot: 1.5707963267948966 rad + pos: -260.5,-89.5 parent: 1 - - uid: 4419 + - uid: 6280 components: - type: Transform - pos: -288.5,-50.5 + rot: 1.5707963267948966 rad + pos: -256.5,-89.5 parent: 1 - - uid: 4420 + - uid: 6281 components: - type: Transform - pos: -288.5,-51.5 + rot: 1.5707963267948966 rad + pos: -261.5,-89.5 parent: 1 - - uid: 4421 + - uid: 6282 components: - type: Transform - pos: -288.5,-48.5 + rot: 1.5707963267948966 rad + pos: -232.5,-89.5 parent: 1 - - uid: 4422 + - uid: 6283 components: - type: Transform - pos: -288.5,-49.5 + pos: -227.5,-90.5 parent: 1 - - uid: 4423 + - uid: 6284 components: - type: Transform - pos: -289.5,-47.5 + rot: 1.5707963267948966 rad + pos: -230.5,-89.5 parent: 1 - - uid: 4424 + - uid: 6285 components: - type: Transform - pos: -288.5,-47.5 + rot: 1.5707963267948966 rad + pos: -219.5,-89.5 parent: 1 - - uid: 4425 + - uid: 6286 components: - type: Transform - pos: -292.5,-42.5 + rot: -1.5707963267948966 rad + pos: -262.5,-90.5 parent: 1 - - uid: 4426 + - uid: 6287 components: - type: Transform - pos: -289.5,-46.5 + rot: 1.5707963267948966 rad + pos: -213.5,-89.5 parent: 1 - - uid: 4427 + - uid: 6288 components: - type: Transform - pos: -283.5,-89.5 + rot: -1.5707963267948966 rad + pos: -260.5,-90.5 parent: 1 - - uid: 4428 + - uid: 6289 components: - type: Transform - pos: -284.5,-88.5 + rot: 1.5707963267948966 rad + pos: -241.5,-89.5 parent: 1 - - uid: 4429 + - uid: 6290 components: - type: Transform - pos: -256.5,-89.5 + rot: 1.5707963267948966 rad + pos: -233.5,-89.5 parent: 1 - - uid: 4430 + - uid: 6291 components: - type: Transform - pos: -278.5,-89.5 + rot: -1.5707963267948966 rad + pos: -258.5,-90.5 parent: 1 - - uid: 4431 + - uid: 6292 components: - type: Transform - pos: -255.5,-89.5 + rot: 1.5707963267948966 rad + pos: -246.5,-89.5 parent: 1 - - uid: 4432 + - uid: 6293 components: - type: Transform - pos: -257.5,-89.5 + rot: 1.5707963267948966 rad + pos: -248.5,-89.5 parent: 1 - - uid: 4433 + - uid: 6294 components: - type: Transform - pos: -274.5,-89.5 + rot: 1.5707963267948966 rad + pos: -247.5,-89.5 parent: 1 - - uid: 4434 + - uid: 6295 components: - type: Transform - pos: -258.5,-89.5 + rot: -1.5707963267948966 rad + pos: -256.5,-90.5 parent: 1 - - uid: 4435 + - uid: 6296 components: - type: Transform - pos: -259.5,-89.5 + rot: -1.5707963267948966 rad + pos: -257.5,-90.5 parent: 1 - - uid: 4436 + - uid: 6297 components: - type: Transform - pos: -264.5,-89.5 + rot: 3.141592653589793 rad + pos: -254.5,-88.5 parent: 1 - - uid: 4437 + - uid: 6298 components: - type: Transform - pos: -270.5,-89.5 + rot: -1.5707963267948966 rad + pos: -261.5,-90.5 parent: 1 - - uid: 4438 + - uid: 6299 components: - type: Transform - pos: -265.5,-89.5 + rot: -1.5707963267948966 rad + pos: -263.5,-90.5 parent: 1 - - uid: 4439 + - uid: 6300 components: - type: Transform - pos: -266.5,-89.5 + rot: -1.5707963267948966 rad + pos: -264.5,-90.5 parent: 1 - - uid: 4440 + - uid: 6301 components: - type: Transform - pos: -271.5,-89.5 + rot: -1.5707963267948966 rad + pos: -268.5,-90.5 parent: 1 - - uid: 4441 + - uid: 6302 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,209.5 + pos: -262.5,-90.5 parent: 1 - - uid: 4442 + - uid: 6303 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,212.5 + pos: -263.5,-90.5 parent: 1 - - uid: 4443 + - uid: 6304 components: - type: Transform - pos: -277.5,-89.5 + pos: -227.5,-89.5 parent: 1 - - uid: 4444 + - uid: 6305 components: - type: Transform - pos: -279.5,-89.5 + rot: -1.5707963267948966 rad + pos: -260.5,-90.5 parent: 1 - - uid: 23829 + - uid: 6306 components: - type: Transform - pos: 182.5,-162.5 + rot: -1.5707963267948966 rad + pos: -267.5,-90.5 parent: 1 - - uid: 23838 + - uid: 6307 components: - type: Transform - pos: 182.5,-160.5 + rot: -1.5707963267948966 rad + pos: -261.5,-90.5 parent: 1 - - uid: 44389 + - uid: 6308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-91.5 + rot: -1.5707963267948966 rad + pos: -259.5,-90.5 parent: 1 - - uid: 44390 + - uid: 6309 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-92.5 + rot: 1.5707963267948966 rad + pos: -245.5,-89.5 parent: 1 - - uid: 44391 + - uid: 6310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-92.5 + rot: 1.5707963267948966 rad + pos: -225.5,-89.5 parent: 1 - - uid: 44392 + - uid: 6311 components: - type: Transform rot: 3.141592653589793 rad - pos: -224.5,-93.5 + pos: -235.5,-88.5 parent: 1 - - uid: 44393 + - uid: 6312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-93.5 + pos: -226.5,-90.5 parent: 1 - - uid: 44394 + - uid: 6313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-93.5 + rot: 1.5707963267948966 rad + pos: -216.5,-89.5 parent: 1 - - uid: 44395 + - uid: 6314 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-93.5 + rot: 1.5707963267948966 rad + pos: -240.5,-89.5 parent: 1 - - uid: 44396 + - uid: 6315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-93.5 + rot: 1.5707963267948966 rad + pos: -229.5,-89.5 parent: 1 - - uid: 44397 + - uid: 6316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-92.5 + rot: -1.5707963267948966 rad + pos: -266.5,-90.5 parent: 1 - - uid: 44398 + - uid: 6317 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-92.5 + rot: -1.5707963267948966 rad + pos: -269.5,-90.5 parent: 1 - - uid: 44399 + - uid: 6318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -226.5,-91.5 + rot: -1.5707963267948966 rad + pos: -271.5,-90.5 parent: 1 - - uid: 44400 + - uid: 6319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-91.5 + rot: -1.5707963267948966 rad + pos: -270.5,-90.5 parent: 1 - - uid: 63250 + - uid: 6320 components: - type: Transform - pos: 182.5,-170.5 + rot: -1.5707963267948966 rad + pos: -273.5,-90.5 parent: 1 - - uid: 63254 + - uid: 6321 components: - type: Transform - pos: 182.5,-161.5 + rot: -1.5707963267948966 rad + pos: -272.5,-90.5 parent: 1 -- proto: CellRechargerCircuitboard - entities: - - uid: 4446 + - uid: 6322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.79297,38.391495 + rot: -1.5707963267948966 rad + pos: -274.5,-90.5 parent: 1 -- proto: Chair - entities: - - uid: 4467 + - uid: 6323 components: - type: Transform rot: 1.5707963267948966 rad - pos: 180.5,51.5 + pos: -222.5,-89.5 parent: 1 - - uid: 4659 + - uid: 6324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 112.5,3.5 + rot: 1.5707963267948966 rad + pos: -268.5,-79.5 parent: 1 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 4468 + - uid: 6325 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.589386,-100.400696 + rot: 1.5707963267948966 rad + pos: -266.5,-79.5 parent: 1 - - uid: 4469 + - uid: 6326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.54251,-100.13507 + rot: 1.5707963267948966 rad + pos: -267.5,-79.5 parent: 1 - - uid: 4470 + - uid: 6327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.50366,-22.330778 + rot: 1.5707963267948966 rad + pos: -269.5,-79.5 parent: 1 - - uid: 4471 + - uid: 6328 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.50366,-22.14732 + rot: 1.5707963267948966 rad + pos: -271.5,-79.5 parent: 1 -- proto: ChairGreyscale - entities: - - uid: 4472 + - uid: 6329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,151.5 + rot: 1.5707963267948966 rad + pos: -244.5,-79.5 parent: 1 - - uid: 45706 + - uid: 6330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-72.5 + rot: 1.5707963267948966 rad + pos: -246.5,-79.5 parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 4474 + - uid: 6331 components: - type: Transform - pos: -169.5,-112.5 + rot: 1.5707963267948966 rad + pos: -245.5,-79.5 parent: 1 - - uid: 4475 + - uid: 6332 components: - type: Transform rot: 1.5707963267948966 rad - pos: -100.49,-130.3796 + pos: -283.5,-83.5 parent: 1 - - uid: 4477 + - uid: 6333 components: - type: Transform - pos: -80.5,-123.5 + rot: 1.5707963267948966 rad + pos: -284.5,-83.5 parent: 1 -- proto: CheapLighter - entities: - - uid: 4479 + - uid: 6334 components: - type: Transform - pos: 112.67592,21.538025 + rot: 1.5707963267948966 rad + pos: -241.5,-79.5 parent: 1 -- proto: CheapRollerBed - entities: - - uid: 61938 + - uid: 6335 components: - type: Transform - pos: -147.89566,53.241844 + rot: 1.5707963267948966 rad + pos: -243.5,-79.5 parent: 1 -- proto: ChemicalMedipen - entities: - - uid: 4483 - components: - - type: Transform - parent: 4482 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ChemistryEmptyBottle01 - entities: - - uid: 4485 + - uid: 6336 components: - type: Transform - pos: 216.80165,186.25218 + rot: -1.5707963267948966 rad + pos: -286.5,-50.5 parent: 1 - - uid: 4486 + - uid: 6337 components: - type: Transform - pos: -34.64357,-114.20239 + rot: -1.5707963267948966 rad + pos: -287.5,-50.5 parent: 1 - - uid: 4487 + - uid: 6338 components: - type: Transform - pos: -34.502945,-114.46802 + rot: 3.141592653589793 rad + pos: -260.5,-78.5 parent: 1 - - uid: 4488 + - uid: 6339 components: - type: Transform - pos: -52.996254,-105.46858 + rot: 3.141592653589793 rad + pos: -277.5,-72.5 parent: 1 -- proto: ChemistryEmptyBottle02 - entities: - - uid: 4489 + - uid: 6340 components: - type: Transform - pos: -55.57568,-99.71581 + rot: 3.141592653589793 rad + pos: -278.5,-51.5 parent: 1 - - uid: 4490 + - uid: 6341 components: - type: Transform - pos: 161.40337,181.05214 + rot: -1.5707963267948966 rad + pos: -279.5,-50.5 parent: 1 -- proto: ChemistryEmptyBottle03 - entities: - - uid: 4491 + - uid: 6342 components: - type: Transform - pos: -53.16813,-105.17171 + rot: 1.5707963267948966 rad + pos: -242.5,-79.5 parent: 1 -- proto: ChemistryEmptyBottle04 - entities: - - uid: 4492 + - uid: 6343 components: - type: Transform - pos: -34.275204,-114.24927 + rot: 1.5707963267948966 rad + pos: -248.5,-79.5 parent: 1 - - uid: 4493 + - uid: 6344 components: - type: Transform - pos: -53.48063,-105.32796 + rot: 1.5707963267948966 rad + pos: -252.5,-79.5 parent: 1 -- proto: ChemistryHotplate - entities: - - uid: 4494 + - uid: 6345 components: - type: Transform - pos: 101.5,-41.5 + rot: 3.141592653589793 rad + pos: -260.5,-80.5 parent: 1 - - uid: 4495 + - uid: 6346 components: - type: Transform - pos: -55.5,35.5 + rot: 3.141592653589793 rad + pos: -278.5,-58.5 parent: 1 -- proto: CigaretteBicaridine - entities: - - uid: 4497 + - uid: 6347 components: - type: Transform - pos: 174.38692,31.611895 + rot: 1.5707963267948966 rad + pos: -231.5,-79.5 parent: 1 -- proto: CigaretteDermaline - entities: - - uid: 4498 + - uid: 6348 components: - type: Transform rot: 3.141592653589793 rad - pos: -290.5293,-87.80748 + pos: -278.5,-55.5 parent: 1 - - uid: 4499 + - uid: 6349 components: - type: Transform - pos: -34.245743,-114.46838 + rot: 3.141592653589793 rad + pos: -276.5,-76.5 parent: 1 - - uid: 4500 + - uid: 6350 components: - type: Transform - pos: 165.62051,54.605476 + rot: 1.5707963267948966 rad + pos: -225.5,-79.5 parent: 1 -- proto: CigaretteLicoxide - entities: - - uid: 4502 - components: - - type: Transform - parent: 4501 - - type: Physics - canCollide: False -- proto: CigaretteSpent - entities: - - uid: 96 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 97 + - uid: 6351 components: - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 98 + rot: 3.141592653589793 rad + pos: -278.5,-53.5 + parent: 1 + - uid: 6352 components: - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 4509 + rot: 1.5707963267948966 rad + pos: -223.5,-79.5 + parent: 1 + - uid: 6353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 164.28531,53.98851 + rot: 1.5707963267948966 rad + pos: -226.5,-79.5 parent: 1 - - uid: 4510 + - uid: 6354 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.20718,53.58226 + rot: 1.5707963267948966 rad + pos: -224.5,-79.5 parent: 1 - - uid: 4511 + - uid: 6355 components: - type: Transform - pos: 164.45718,53.86351 + rot: -1.5707963267948966 rad + pos: -291.5,-39.5 parent: 1 - - uid: 4512 + - uid: 6356 components: - type: Transform rot: -1.5707963267948966 rad - pos: 164.67593,54.004135 + pos: -298.5,-39.5 parent: 1 - - uid: 4513 + - uid: 6357 components: - type: Transform - pos: 164.33218,54.035385 + rot: -1.5707963267948966 rad + pos: -210.5,-79.5 parent: 1 - - uid: 4514 + - uid: 6358 components: - type: Transform rot: 1.5707963267948966 rad - pos: 164.09781,53.472885 + pos: -228.5,-79.5 parent: 1 - - uid: 4515 + - uid: 6359 components: - type: Transform rot: 3.141592653589793 rad - pos: 164.31656,53.89476 + pos: -260.5,-81.5 parent: 1 - - uid: 7136 + - uid: 6360 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.112265,-62.803577 + rot: 1.5707963267948966 rad + pos: -216.5,-79.5 parent: 1 - - uid: 47476 + - uid: 6361 components: - type: Transform - pos: -368.00876,101.70163 + rot: 1.5707963267948966 rad + pos: -218.5,-79.5 parent: 1 - - uid: 47477 + - uid: 6362 components: - type: Transform - pos: -367.79,101.561005 + rot: 1.5707963267948966 rad + pos: -227.5,-79.5 parent: 1 - - uid: 47480 + - uid: 6363 components: - type: Transform - parent: 47479 - - type: Physics - canCollide: False - - uid: 47481 + rot: -1.5707963267948966 rad + pos: -214.5,-79.5 + parent: 1 + - uid: 6364 components: - type: Transform - parent: 47479 - - type: Physics - canCollide: False - - uid: 47482 + rot: -1.5707963267948966 rad + pos: -208.5,-79.5 + parent: 1 + - uid: 6365 components: - type: Transform - parent: 47479 - - type: Physics - canCollide: False - - uid: 48057 + rot: 3.141592653589793 rad + pos: -278.5,-52.5 + parent: 1 + - uid: 6366 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.143515,-63.084827 + pos: -278.5,-57.5 parent: 1 -- proto: CigarGoldSpent - entities: - - uid: 4518 + - uid: 6367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.33763,148.52086 + rot: -1.5707963267948966 rad + pos: -295.5,-39.5 parent: 1 -- proto: ClockworkGrille - entities: - - uid: 11350 + - uid: 6368 components: - type: Transform - pos: -137.5,60.5 + rot: 3.141592653589793 rad + pos: -278.5,-54.5 parent: 1 - - uid: 11477 + - uid: 6369 components: - type: Transform - pos: -152.5,56.5 + rot: -1.5707963267948966 rad + pos: -209.5,-79.5 parent: 1 - - uid: 11478 + - uid: 6370 components: - type: Transform - pos: -145.5,60.5 + rot: -1.5707963267948966 rad + pos: -211.5,-79.5 parent: 1 - - uid: 11553 + - uid: 6371 components: - type: Transform - pos: -167.5,51.5 + rot: 3.141592653589793 rad + pos: -278.5,-59.5 parent: 1 - - uid: 11561 + - uid: 6372 components: - type: Transform - pos: -138.5,60.5 + rot: 1.5707963267948966 rad + pos: -233.5,-79.5 parent: 1 - - uid: 61921 + - uid: 6373 components: - type: Transform - pos: -167.5,49.5 + rot: 1.5707963267948966 rad + pos: -236.5,-79.5 parent: 1 - - uid: 61976 + - uid: 6374 components: - type: Transform - pos: -167.5,50.5 + rot: 1.5707963267948966 rad + pos: -283.5,-84.5 parent: 1 - - uid: 62105 + - uid: 6375 components: - type: Transform - pos: -165.5,54.5 + rot: 3.141592653589793 rad + pos: -278.5,-56.5 parent: 1 - - uid: 62599 + - uid: 6376 components: - type: Transform - pos: -147.5,60.5 + rot: 1.5707963267948966 rad + pos: -221.5,-79.5 parent: 1 - - uid: 63648 + - uid: 6377 components: - type: Transform - pos: -164.5,54.5 + rot: -1.5707963267948966 rad + pos: -213.5,-79.5 parent: 1 - - uid: 63758 + - uid: 6378 components: - type: Transform - pos: -135.5,60.5 + rot: 1.5707963267948966 rad + pos: -222.5,-79.5 parent: 1 - - uid: 63855 + - uid: 6379 components: - type: Transform - pos: -134.5,60.5 + rot: 1.5707963267948966 rad + pos: -273.5,-79.5 parent: 1 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 55686 + - uid: 6380 components: - type: Transform - pos: -27.733435,67.50402 + rot: 1.5707963267948966 rad + pos: -274.5,-79.5 parent: 1 -- proto: ClosetSteelBase - entities: - - uid: 4528 + - uid: 6381 components: - type: Transform - pos: 192.5,171.5 + rot: 3.141592653589793 rad + pos: -278.5,-60.5 parent: 1 - - uid: 4529 + - uid: 6382 components: - type: Transform - pos: 193.5,171.5 + rot: 3.141592653589793 rad + pos: -277.5,-73.5 parent: 1 - - uid: 4530 + - uid: 6383 components: - type: Transform - pos: -24.5,-61.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 147.9235 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 4531 - components: - - type: Transform - pos: -22.5,-62.5 + rot: 3.141592653589793 rad + pos: -235.5,-90.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 147.9235 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetTool - entities: - - uid: 4532 + - uid: 6384 components: - type: Transform - pos: 162.5,35.5 + rot: -1.5707963267948966 rad + pos: -256.5,-90.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4533 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 4535 + - uid: 6385 components: - type: Transform - pos: 202.5,218.5 + rot: 1.5707963267948966 rad + pos: -218.5,-89.5 parent: 1 -- proto: ClothingBeltMilitary - entities: - - uid: 4545 - components: - - type: Transform - parent: 4544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingBeltNCRHarness - entities: - - uid: 44120 + - uid: 6386 components: - type: Transform - pos: -174.57986,-95.01843 + rot: 1.5707963267948966 rad + pos: -238.5,-79.5 parent: 1 -- proto: ClothingBeltPlantFilled - entities: - - uid: 56008 + - uid: 6387 components: - type: Transform - pos: 217.60025,-36.37567 + rot: 1.5707963267948966 rad + pos: -230.5,-79.5 parent: 1 -- proto: ClothingBeltQuiverSpear - entities: - - uid: 64348 + - uid: 6388 components: - type: Transform - pos: 139.43279,164.70944 + rot: 3.141592653589793 rad + pos: -260.5,-87.5 parent: 1 - - uid: 64389 + - uid: 6389 components: - type: Transform - pos: 139.38591,165.03757 + rot: 3.141592653589793 rad + pos: -260.5,-88.5 parent: 1 -- proto: ClothingBeltRevolver - entities: - - uid: 55471 - components: - - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55823 + - uid: 6390 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingBeltSecurityWebbing - entities: - - uid: 4558 + rot: 1.5707963267948966 rad + pos: -229.5,-79.5 + parent: 1 + - uid: 6391 components: - type: Transform - pos: 197.30783,218.48465 + rot: 1.5707963267948966 rad + pos: -232.5,-79.5 parent: 1 -- proto: ClothingBeltStorageWaistbag - entities: - - uid: 4501 + - uid: 6392 components: - type: Transform - pos: 182.4616,158.644 + rot: 3.141592653589793 rad + pos: -215.5,-78.5 parent: 1 - - type: Storage - storedItems: - 4502: - position: 0,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 4502 - - uid: 8716 + - uid: 6393 components: - type: Transform - pos: 139.50296,165.58727 + rot: 1.5707963267948966 rad + pos: -237.5,-79.5 parent: 1 - - uid: 10923 + - uid: 6394 components: - type: Transform - pos: 139.49928,165.83952 + rot: 1.5707963267948966 rad + pos: -240.5,-79.5 parent: 1 - - uid: 23409 + - uid: 6395 components: - type: Transform - pos: 139.48366,166.10515 + rot: 1.5707963267948966 rad + pos: -239.5,-79.5 parent: 1 -- proto: ClothingBeltUtility - entities: - - uid: 63875 + - uid: 6396 components: - type: Transform - pos: -190.36713,28.462374 + rot: 1.5707963267948966 rad + pos: -235.5,-79.5 parent: 1 -- proto: ClothingEyesGlasses - entities: - - uid: 4562 + - uid: 6397 components: - type: Transform - pos: 78.51857,101.07337 + rot: 1.5707963267948966 rad + pos: -234.5,-79.5 parent: 1 -- proto: ClothingHandsGlovesBoxingYellow - entities: - - uid: 4563 + - uid: 6398 components: - type: Transform - pos: -28.063732,-70.23905 + rot: 1.5707963267948966 rad + pos: -285.5,-83.5 parent: 1 -- proto: ClothingHandsGlovesChemist - entities: - - uid: 50325 + - uid: 6399 components: - type: Transform - pos: 89.45225,19.58783 + rot: 1.5707963267948966 rad + pos: -284.5,-84.5 parent: 1 -- proto: ClothingHandsGlovesColorBrown - entities: - - uid: 23888 + - uid: 6400 components: - type: Transform - parent: 7320 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHandsGlovesColorLightBrown - entities: - - uid: 4564 + rot: 3.141592653589793 rad + pos: -278.5,-62.5 + parent: 1 + - uid: 6401 components: - type: Transform - pos: -201.39369,-89.38477 + rot: 1.5707963267948966 rad + pos: -253.5,-79.5 parent: 1 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 4574 + - uid: 6402 components: - type: Transform rot: 3.141592653589793 rad - pos: 185.56892,218.49944 + pos: -278.5,-61.5 parent: 1 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 24146 + - uid: 6403 components: - type: Transform - pos: -196.39008,-119.29265 + rot: 3.141592653589793 rad + pos: -276.5,-75.5 parent: 1 -- proto: ClothingHeadHatBeret - entities: - - uid: 56120 + - uid: 6404 components: - type: Transform - pos: 195.46915,-113.41874 + rot: 1.5707963267948966 rad + pos: -220.5,-79.5 parent: 1 -- proto: ClothingHeadHatCargosoft - entities: - - uid: 4581 + - uid: 6405 components: - type: Transform - parent: 4580 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHatCone - entities: - - uid: 62848 + rot: -1.5707963267948966 rad + pos: -207.5,-79.5 + parent: 1 + - uid: 6406 components: - type: Transform - pos: 92.14468,0.9083943 + rot: 3.141592653589793 rad + pos: -260.5,-79.5 parent: 1 - - uid: 62849 + - uid: 6407 components: - type: Transform - pos: 92.165504,-0.70731187 + rot: 1.5707963267948966 rad + pos: -217.5,-79.5 parent: 1 - - uid: 63350 + - uid: 6408 components: - type: Transform - pos: 178.45403,-158.11963 + rot: 1.5707963267948966 rad + pos: -219.5,-79.5 parent: 1 - - uid: 63351 + - uid: 6409 components: - type: Transform - pos: 176.57903,-158.26556 + rot: -1.5707963267948966 rad + pos: -212.5,-79.5 parent: 1 -- proto: ClothingHeadHatCowboyBlack - entities: - - uid: 49628 + - uid: 6410 components: - type: Transform - pos: 103.47762,-13.134862 + rot: -1.5707963267948966 rad + pos: 157.5,-90.5 parent: 1 -- proto: ClothingHeadHatCowboyBrown - entities: - - uid: 4589 + - uid: 6411 components: - type: Transform - pos: 89.54097,97.8887 + pos: 155.5,-91.5 parent: 1 - - uid: 12464 + - uid: 6412 components: - type: Transform - pos: 128.50313,-1.1117833 + rot: -1.5707963267948966 rad + pos: 161.5,-90.5 parent: 1 - - uid: 60965 + - uid: 6413 components: - type: Transform - pos: 33.32028,147.58131 + rot: -1.5707963267948966 rad + pos: 159.5,-90.5 parent: 1 -- proto: ClothingHeadHatFedoraWhite - entities: - - uid: 55216 + - uid: 6414 components: - type: Transform - pos: 138.42775,2.8479092 + rot: -1.5707963267948966 rad + pos: 146.5,-90.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: ClothingHeadHatGreyFlatcap - entities: - - uid: 10743 + - uid: 6415 components: - type: Transform - pos: 16.179316,145.25009 + rot: -1.5707963267948966 rad + pos: 163.5,-90.5 parent: 1 - - uid: 61106 + - uid: 6416 components: - type: Transform - pos: 32.672424,147.87595 + rot: -1.5707963267948966 rad + pos: 155.5,-90.5 parent: 1 -- proto: ClothingHeadHatGreysoft - entities: - - uid: 61161 + - uid: 6417 components: - type: Transform - pos: 15.57562,145.89946 + rot: -1.5707963267948966 rad + pos: 147.5,-90.5 parent: 1 -- proto: ClothingHeadHatHardhatYellowDark - entities: - - uid: 62689 + - uid: 6418 components: - type: Transform - pos: 16.253305,146.00645 + rot: -1.5707963267948966 rad + pos: 166.5,-90.5 parent: 1 - - uid: 62693 + - uid: 6419 components: - type: Transform - pos: 20.409555,143.81334 + rot: -1.5707963267948966 rad + pos: 156.5,-90.5 parent: 1 - - uid: 64189 + - uid: 6420 components: - type: Transform - pos: -106.2853,-28.973372 + rot: -1.5707963267948966 rad + pos: 151.5,-90.5 parent: 1 - - type: HandheldLight - toggleActionEntity: 64190 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 64190 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - type: ActionsContainer -- proto: ClothingHeadHatPaper - entities: - - uid: 4604 + - uid: 6421 components: - type: Transform - pos: 174.6426,162.69409 + rot: -1.5707963267948966 rad + pos: 150.5,-90.5 parent: 1 -- proto: ClothingHeadHatPlaguedoctor - entities: - - uid: 12036 + - uid: 6422 components: - type: Transform - parent: 8086 - - type: Physics - canCollide: False -- proto: ClothingHeadHatStrawHat - entities: - - uid: 4605 + rot: -1.5707963267948966 rad + pos: 165.5,-90.5 + parent: 1 + - uid: 6423 components: - type: Transform - pos: -184.65741,-172.06783 + rot: -1.5707963267948966 rad + pos: 160.5,-90.5 parent: 1 - - uid: 4606 + - uid: 6424 components: - type: Transform - pos: 92.48336,108.8459 + rot: -1.5707963267948966 rad + pos: 164.5,-90.5 parent: 1 -- proto: ClothingHeadHelmetBone - entities: - - uid: 4607 + - uid: 6425 components: - type: Transform - pos: 172.28072,190.78773 + rot: -1.5707963267948966 rad + pos: 171.5,-90.5 parent: 1 -- proto: ClothingHeadPaperSack - entities: - - uid: 4618 + - uid: 6426 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.48374,102.56225 + rot: -1.5707963267948966 rad + pos: 168.5,-90.5 parent: 1 -- proto: ClothingMaskBreath - entities: - - uid: 61953 + - uid: 6427 components: - type: Transform - pos: -144.52176,52.61483 + rot: -1.5707963267948966 rad + pos: 162.5,-90.5 parent: 1 -- proto: ClothingMaskGasFire - entities: - - uid: 10419 + - uid: 6428 components: - type: Transform - pos: -153.09712,-114.79664 + rot: -1.5707963267948966 rad + pos: 169.5,-90.5 parent: 1 -- proto: ClothingMaskGasMiner - entities: - - uid: 10208 + - uid: 6429 components: - type: Transform - pos: -156.644,-114.40601 + rot: -1.5707963267948966 rad + pos: 153.5,-90.5 parent: 1 - - uid: 61050 + - uid: 6430 components: - type: Transform - pos: -156.3315,-114.45289 + pos: 155.5,-89.5 parent: 1 - - uid: 62690 + - uid: 6431 components: - type: Transform - pos: 50.831516,152.75723 + pos: 155.5,-90.5 parent: 1 - - uid: 62691 + - uid: 6432 components: - type: Transform - pos: 15.387302,150.9503 + rot: -1.5707963267948966 rad + pos: 145.5,-90.5 parent: 1 - - uid: 62695 + - uid: 6433 components: - type: Transform - pos: 26.524433,148.13062 + pos: 155.5,-90.5 parent: 1 -- proto: ClothingMaskRat - entities: - - uid: 7530 + - uid: 6434 components: - type: Transform - parent: 7529 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 61059 + rot: -1.5707963267948966 rad + pos: 144.5,-90.5 + parent: 1 + - uid: 6435 components: - type: Transform - pos: -177.72188,-139.67287 + rot: -1.5707963267948966 rad + pos: 167.5,-90.5 parent: 1 -- proto: ClothingOuterArmorBasicSlim - entities: - - uid: 4620 + - uid: 6436 components: - type: Transform - pos: -81.5,-121.5 + rot: -1.5707963267948966 rad + pos: 159.5,-90.5 parent: 1 -- proto: ClothingOuterCoatJensen - entities: - - uid: 10198 + - uid: 6437 components: - type: Transform - parent: 7321 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterVestFlak - entities: - - uid: 56114 + rot: -1.5707963267948966 rad + pos: 152.5,-90.5 + parent: 1 + - uid: 6438 components: - type: Transform - pos: 193.56117,-115.19625 + rot: -1.5707963267948966 rad + pos: 170.5,-90.5 parent: 1 -- proto: ClothingOuterVestHazard - entities: - - uid: 4533 + - uid: 6439 components: - type: Transform - parent: 4532 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4582 + rot: -1.5707963267948966 rad + pos: 149.5,-90.5 + parent: 1 + - uid: 6440 components: - type: Transform - parent: 4580 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4623 + rot: -1.5707963267948966 rad + pos: 173.5,-90.5 + parent: 1 + - uid: 6441 components: - type: Transform - parent: 4622 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4630 + rot: -1.5707963267948966 rad + pos: 172.5,-90.5 + parent: 1 + - uid: 6442 components: - type: Transform - parent: 4629 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4631 + rot: -1.5707963267948966 rad + pos: 174.5,-90.5 + parent: 1 + - uid: 6443 components: - type: Transform - parent: 4629 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingRandomSpawner - entities: - - uid: 4633 + rot: -1.5707963267948966 rad + pos: 175.5,-90.5 + parent: 1 + - uid: 6444 components: - type: Transform - pos: 185.49898,55.47559 + rot: -1.5707963267948966 rad + pos: 176.5,-90.5 parent: 1 - - uid: 4634 + - uid: 6445 components: - type: Transform - pos: 185.53023,55.94434 + pos: 176.5,-91.5 parent: 1 -- proto: ClothingShoesBootsCombat - entities: - - uid: 4636 + - uid: 6446 components: - type: Transform - parent: 4635 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55225 + pos: 176.5,-90.5 + parent: 1 + - uid: 6447 components: - type: Transform - pos: 129.16507,-6.0261793 + rot: 3.141592653589793 rad + pos: 198.5,-92.5 parent: 1 -- proto: ClothingShoesBootsCowboyBrown - entities: - - uid: 56072 + - uid: 6448 components: - type: Transform - pos: 204.64516,-26.501064 + rot: 3.141592653589793 rad + pos: 198.5,-91.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 62520 + - uid: 6449 components: - type: Transform - pos: -183.03658,45.055683 + pos: 176.5,-89.5 parent: 1 -- proto: ClothingShoesBootsWork - entities: - - uid: 4639 + - uid: 6450 components: - type: Transform - pos: 177.55472,26.560266 + pos: 176.5,-89.5 parent: 1 - - uid: 4640 + - uid: 6451 components: - type: Transform - pos: 177.57034,27.107141 + pos: 176.5,-92.5 parent: 1 -- proto: ClothingShoesColorWhite - entities: - - uid: 10681 + - uid: 6452 components: - type: Transform - parent: 7313 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ClothingShoesHighheelBoots - entities: - - uid: 55235 + pos: 176.5,-91.5 + parent: 1 + - uid: 6453 components: - type: Transform - pos: 138.23547,2.0103385 + rot: -1.5707963267948966 rad + pos: 184.5,-90.5 parent: 1 -- proto: ClothingUniformDressRed - entities: - - uid: 10190 + - uid: 6454 components: - type: Transform - parent: 7313 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitCargo - entities: - - uid: 4583 + rot: -1.5707963267948966 rad + pos: 185.5,-90.5 + parent: 1 + - uid: 6455 components: - type: Transform - parent: 4580 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4584 + rot: -1.5707963267948966 rad + pos: 186.5,-90.5 + parent: 1 + - uid: 6456 components: - type: Transform - parent: 4580 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4632 + rot: -1.5707963267948966 rad + pos: 187.5,-90.5 + parent: 1 + - uid: 6457 components: - type: Transform - parent: 4629 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitColorBlue - entities: - - uid: 4645 + rot: -1.5707963267948966 rad + pos: 188.5,-90.5 + parent: 1 + - uid: 6458 components: - type: Transform - parent: 4644 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitHawaiBlue - entities: - - uid: 4637 + rot: -1.5707963267948966 rad + pos: 189.5,-90.5 + parent: 1 + - uid: 6459 components: - type: Transform - parent: 4635 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4648 + rot: -1.5707963267948966 rad + pos: 190.5,-90.5 + parent: 1 + - uid: 6460 components: - type: Transform - parent: 4647 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitJeansBrown - entities: - - uid: 12421 + rot: -1.5707963267948966 rad + pos: 191.5,-90.5 + parent: 1 + - uid: 6461 components: - type: Transform - parent: 7316 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitKimono - entities: - - uid: 4651 + rot: -1.5707963267948966 rad + pos: 192.5,-90.5 + parent: 1 + - uid: 6462 components: - type: Transform - parent: 4650 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitTshirtJeans - entities: - - uid: 12424 + rot: -1.5707963267948966 rad + pos: 193.5,-90.5 + parent: 1 + - uid: 6463 components: - type: Transform - parent: 7316 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitTshirtJeansGray - entities: - - uid: 61123 + rot: -1.5707963267948966 rad + pos: 194.5,-90.5 + parent: 1 + - uid: 6464 components: - type: Transform - pos: 51.474785,146.64966 + rot: -1.5707963267948966 rad + pos: 195.5,-90.5 parent: 1 - - uid: 61133 + - uid: 6465 components: - type: Transform - pos: 52.572014,146.63335 + rot: -1.5707963267948966 rad + pos: 196.5,-90.5 parent: 1 -- proto: ClothingUniformOveralls - entities: - - uid: 4656 + - uid: 6466 components: - type: Transform - pos: 90.71802,95.5553 + rot: -1.5707963267948966 rad + pos: 197.5,-90.5 parent: 1 - - uid: 4657 + - uid: 6467 components: - type: Transform - pos: 92.510345,108.28963 + rot: -1.5707963267948966 rad + pos: 198.5,-90.5 parent: 1 -- proto: Cobweb1 - entities: - - uid: 55886 + - uid: 6468 components: - type: Transform rot: -1.5707963267948966 rad - pos: -164.5,-95.5 + pos: 199.5,-90.5 parent: 1 - - uid: 55972 + - uid: 6469 components: - type: Transform rot: 3.141592653589793 rad - pos: -162.5,-98.5 + pos: 198.5,-90.5 parent: 1 - - uid: 55982 + - uid: 6470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-96.5 + rot: 3.141592653589793 rad + pos: 198.5,-89.5 parent: 1 -- proto: Cobweb2 - entities: - - uid: 55885 + - uid: 6471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,-94.5 + rot: 3.141592653589793 rad + pos: 198.5,-88.5 parent: 1 - - uid: 55975 + - uid: 6472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-99.5 + pos: 185.5,-88.5 parent: 1 - - uid: 55981 + - uid: 6473 components: - type: Transform - pos: -165.5,-94.5 + pos: 185.5,-91.5 parent: 1 -- proto: CockroachTimedSpawner - entities: - - uid: 65400 + - uid: 6474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-132.5 + pos: 185.5,-89.5 parent: 1 -- proto: ComfyChair - entities: - - uid: 4658 + - uid: 6475 components: - type: Transform - pos: 165.5,179.5 + pos: 185.5,-90.5 parent: 1 -- proto: ComputerMedicalRecords - entities: - - uid: 4662 + - uid: 6476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,213.5 + pos: 176.5,-89.5 parent: 1 -- proto: ComputerPowerMonitoring - entities: - - uid: 4663 + - uid: 6477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,206.5 + pos: 185.5,-91.5 parent: 1 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 4664 + - uid: 6478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,211.5 + pos: 176.5,-88.5 parent: 1 -- proto: ComputerTelevision - entities: - - uid: 4665 + - uid: 6479 components: - type: Transform - pos: -50.5,-115.5 + pos: 155.5,-91.5 parent: 1 - - uid: 4666 + - uid: 6480 components: - type: Transform - pos: 78.5,101.5 + pos: 156.5,-91.5 parent: 1 -- proto: CounterMetalFrame - entities: - - uid: 4667 + - uid: 6481 components: - type: Transform - pos: -49.5,-100.5 + pos: 156.5,-90.5 parent: 1 - - uid: 4668 + - uid: 6482 components: - type: Transform - pos: -54.5,-99.5 + pos: 156.5,-89.5 parent: 1 - - uid: 4669 + - uid: 6483 components: - type: Transform - pos: -55.5,-100.5 + pos: 156.5,-88.5 parent: 1 - - uid: 4670 + - uid: 6484 components: - type: Transform - pos: -50.5,-99.5 + pos: 156.5,-88.5 parent: 1 - - uid: 4671 + - uid: 6485 components: - type: Transform - pos: -53.5,-103.5 + rot: 3.141592653589793 rad + pos: 166.5,-92.5 parent: 1 - - uid: 4672 + - uid: 6486 components: - type: Transform - pos: -54.5,-103.5 + rot: 3.141592653589793 rad + pos: 166.5,-91.5 parent: 1 -- proto: CounterWoodFrame - entities: - - uid: 4673 + - uid: 6487 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-132.5 + pos: 166.5,-94.5 parent: 1 - - uid: 4674 + - uid: 6488 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-131.5 + pos: 166.5,-95.5 parent: 1 - - uid: 4675 + - uid: 6489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-131.5 + pos: 212.5,-25.5 parent: 1 - - uid: 4676 + - uid: 6490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-132.5 + pos: 212.5,-22.5 parent: 1 - - uid: 4677 + - uid: 6491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-132.5 + pos: 212.5,-23.5 parent: 1 - - uid: 4678 + - uid: 6492 components: - type: Transform rot: 1.5707963267948966 rad - pos: 163.5,17.5 + pos: 211.5,187.5 parent: 1 - - uid: 4679 + - uid: 6493 components: - type: Transform rot: 1.5707963267948966 rad - pos: 162.5,17.5 + pos: 192.5,187.5 parent: 1 -- proto: CrateCoffin - entities: - - uid: 4650 + - uid: 6494 components: - type: Transform - pos: 176.5,21.5 + rot: 1.5707963267948966 rad + pos: 201.5,187.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4652 - - 4653 - - 4654 - - 4655 - - 4651 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateMaterialPaper - entities: - - uid: 4687 + - uid: 6495 components: - type: Transform - pos: 172.5,21.5 + rot: 1.5707963267948966 rad + pos: 203.5,187.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateStoneGrave - entities: - - uid: 4689 + - uid: 6496 components: - type: Transform - pos: 130.5,40.5 + rot: 1.5707963267948966 rad + pos: 202.5,187.5 parent: 1 - - uid: 4690 + - uid: 6497 components: - type: Transform - pos: 117.5,40.5 + rot: 1.5707963267948966 rad + pos: 204.5,187.5 parent: 1 - - uid: 4691 + - uid: 6498 components: - type: Transform - pos: 130.5,42.5 + rot: 1.5707963267948966 rad + pos: 193.5,187.5 parent: 1 - - uid: 4692 + - uid: 6499 components: - type: Transform - pos: 121.5,40.5 + rot: 1.5707963267948966 rad + pos: 198.5,187.5 parent: 1 - - uid: 4693 + - uid: 6500 components: - type: Transform - pos: 128.5,38.5 + rot: 3.141592653589793 rad + pos: 215.5,199.5 parent: 1 - - uid: 4694 + - uid: 6501 components: - type: Transform - pos: 119.5,40.5 + rot: 3.141592653589793 rad + pos: 215.5,198.5 parent: 1 - - uid: 4695 + - uid: 6502 components: - type: Transform - pos: 130.5,38.5 + rot: 3.141592653589793 rad + pos: 215.5,189.5 parent: 1 - - uid: 4696 + - uid: 6503 components: - type: Transform - pos: 120.5,42.5 + rot: 3.141592653589793 rad + pos: 215.5,192.5 parent: 1 - - uid: 4697 + - uid: 6504 components: - type: Transform - pos: 190.5,160.5 + rot: 3.141592653589793 rad + pos: 215.5,190.5 parent: 1 -- proto: CrateToyBox - entities: - - uid: 4698 + - uid: 6505 components: - type: Transform - pos: -46.5,-124.5 + rot: 3.141592653589793 rad + pos: 215.5,193.5 parent: 1 - - uid: 4699 + - uid: 6506 components: - type: Transform - pos: 86.5,103.5 + rot: 3.141592653589793 rad + pos: 215.5,191.5 parent: 1 -- proto: CrateTrashCart - entities: - - uid: 4701 + - uid: 6507 components: - type: Transform - pos: 177.5,15.5 + rot: 3.141592653589793 rad + pos: 215.5,196.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 4702 + - uid: 6508 components: - type: Transform - pos: 173.5,58.5 + rot: 3.141592653589793 rad + pos: 215.5,191.5 parent: 1 - - uid: 4703 + - uid: 6509 components: - type: Transform - pos: 187.5,58.5 + rot: 3.141592653589793 rad + pos: 215.5,193.5 parent: 1 - - 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 - - uid: 4704 + - uid: 6510 components: - type: Transform - pos: 187.5,59.5 + rot: 3.141592653589793 rad + pos: 215.5,193.5 parent: 1 - - 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 - - uid: 4705 + - uid: 6511 components: - type: Transform - pos: -152.5,-27.5 + rot: 3.141592653589793 rad + pos: 215.5,194.5 parent: 1 - - uid: 55796 + - uid: 6512 components: - type: Transform - pos: -185.5,-98.5 + rot: 3.141592653589793 rad + pos: 215.5,192.5 parent: 1 - - uid: 65415 + - uid: 6513 components: - type: Transform - pos: 80.5,-130.5 + rot: 3.141592653589793 rad + pos: 215.5,190.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 65418 - - 65417 - - 65416 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateTrashCartFilled - entities: - - uid: 4706 + - uid: 6514 components: - type: Transform - pos: -74.5,-111.5 + rot: 1.5707963267948966 rad + pos: 203.5,187.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4721 - - 4720 - - 4709 - - 4711 - - 4712 - - 4707 - - 4713 - - 4708 - - 4710 - - 4716 - - 4714 - - 4717 - - 4718 - - 4722 - - 4715 - - 4719 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4723 + - uid: 6515 components: - type: Transform - pos: 131.5,-15.5 + rot: 1.5707963267948966 rad + pos: 198.5,187.5 parent: 1 - - uid: 4724 + - uid: 6516 components: - type: Transform - pos: -151.5,-27.5 + rot: 1.5707963267948966 rad + pos: 208.5,187.5 parent: 1 -- proto: CrateWoodenGrave - entities: - - uid: 4725 + - uid: 6517 components: - type: Transform - pos: 189.5,160.5 + rot: 1.5707963267948966 rad + pos: 210.5,187.5 parent: 1 - - uid: 4726 + - uid: 6518 components: - type: Transform - pos: 191.5,160.5 + rot: 1.5707963267948966 rad + pos: 200.5,187.5 parent: 1 - - uid: 4727 + - uid: 6519 components: - type: Transform - pos: 126.5,38.5 + rot: 3.141592653589793 rad + pos: 215.5,189.5 parent: 1 - - uid: 4728 + - uid: 6520 components: - type: Transform - pos: 126.5,40.5 + rot: 1.5707963267948966 rad + pos: 198.5,187.5 parent: 1 - - uid: 4729 + - uid: 6521 components: - type: Transform - pos: 126.5,42.5 + rot: 1.5707963267948966 rad + pos: 202.5,187.5 parent: 1 - - uid: 4730 + - uid: 6522 components: - type: Transform - pos: 117.5,42.5 + rot: 1.5707963267948966 rad + pos: 212.5,187.5 parent: 1 - - uid: 4731 + - uid: 6523 components: - type: Transform - pos: -41.5,-101.5 + rot: 1.5707963267948966 rad + pos: 208.5,187.5 parent: 1 - - uid: 4732 + - uid: 6524 components: - type: Transform - pos: -40.5,-101.5 + rot: 1.5707963267948966 rad + pos: 196.5,187.5 parent: 1 - - uid: 4733 + - uid: 6525 components: - type: Transform - pos: -39.5,-101.5 + rot: 1.5707963267948966 rad + pos: 205.5,187.5 parent: 1 - - uid: 4734 + - uid: 6526 components: - type: Transform - pos: 42.5,80.5 + rot: 1.5707963267948966 rad + pos: 212.5,187.5 parent: 1 - - uid: 4735 + - uid: 6527 components: - type: Transform - pos: 41.5,80.5 + rot: 1.5707963267948966 rad + pos: 207.5,187.5 parent: 1 - - uid: 4736 + - uid: 6528 components: - type: Transform - pos: 190.5,156.5 + rot: 1.5707963267948966 rad + pos: 213.5,187.5 parent: 1 - - uid: 4737 + - uid: 6529 components: - type: Transform - pos: 189.5,156.5 + rot: 1.5707963267948966 rad + pos: 205.5,187.5 parent: 1 - - uid: 4738 + - uid: 6530 components: - type: Transform - pos: 188.5,160.5 + rot: 1.5707963267948966 rad + pos: 207.5,187.5 parent: 1 - - uid: 4739 + - uid: 6531 components: - type: Transform - pos: 188.5,156.5 + rot: 3.141592653589793 rad + pos: 215.5,193.5 parent: 1 - - uid: 4740 + - uid: 6532 components: - type: Transform - pos: 190.5,158.5 + rot: 3.141592653589793 rad + pos: 215.5,190.5 parent: 1 - - uid: 4741 + - uid: 6533 components: - type: Transform - pos: 189.5,158.5 + rot: 1.5707963267948966 rad + pos: 206.5,187.5 parent: 1 - - uid: 4742 + - uid: 6534 components: - type: Transform - pos: 188.5,158.5 + rot: 1.5707963267948966 rad + pos: 207.5,187.5 parent: 1 - - uid: 4743 + - uid: 6535 components: - type: Transform - pos: -165.5,-74.5 + rot: 1.5707963267948966 rad + pos: 209.5,187.5 parent: 1 - - uid: 4744 + - uid: 6536 components: - type: Transform - pos: -165.5,-72.5 + rot: 1.5707963267948966 rad + pos: 211.5,187.5 parent: 1 - - uid: 4745 + - uid: 6537 components: - type: Transform - pos: -163.5,-74.5 + rot: 1.5707963267948966 rad + pos: 212.5,187.5 parent: 1 - - uid: 4746 + - uid: 6538 components: - type: Transform - pos: 172.5,17.5 + rot: 1.5707963267948966 rad + pos: 198.5,187.5 parent: 1 - - uid: 4747 + - uid: 6539 components: - type: Transform - pos: 174.5,17.5 + rot: 1.5707963267948966 rad + pos: 199.5,187.5 parent: 1 - - uid: 4748 + - uid: 6540 components: - type: Transform - pos: 175.5,17.5 + rot: 1.5707963267948966 rad + pos: 194.5,187.5 parent: 1 - - uid: 4749 + - uid: 6541 components: - type: Transform - pos: 173.5,17.5 + pos: -227.5,-88.5 parent: 1 - - uid: 4750 + - uid: 6542 components: - type: Transform - pos: 171.5,17.5 + rot: 1.5707963267948966 rad + pos: -244.5,-89.5 parent: 1 - - uid: 4751 + - uid: 6543 components: - type: Transform - pos: 176.5,17.5 + rot: 1.5707963267948966 rad + pos: -201.5,-89.5 parent: 1 - - uid: 4752 + - uid: 6544 components: - type: Transform - pos: 94.5,129.5 + rot: 1.5707963267948966 rad + pos: -217.5,-89.5 parent: 1 -- proto: Crowbar - entities: - - uid: 4754 + - uid: 6545 components: - type: Transform - pos: 162.52385,38.36957 + rot: 1.5707963267948966 rad + pos: -237.5,-89.5 parent: 1 - - uid: 62971 + - uid: 6546 components: - type: Transform - pos: -84.693886,-186.5671 + rot: 1.5707963267948966 rad + pos: -204.5,-89.5 parent: 1 - - uid: 63884 + - uid: 6547 components: - type: Transform - pos: -195.59654,27.57402 + rot: 1.5707963267948966 rad + pos: -221.5,-89.5 parent: 1 -- proto: CurtainsCyan - entities: - - uid: 4755 + - uid: 6548 components: - type: Transform - pos: 43.5,-19.5 + rot: 3.141592653589793 rad + pos: -301.5,-40.5 parent: 1 -- proto: CurtainsRedOpen - entities: - - uid: 4756 + - uid: 6549 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,-107.5 + pos: -220.5,-89.5 parent: 1 - - uid: 4757 + - uid: 6550 components: - type: Transform rot: -1.5707963267948966 rad - pos: 159.5,189.5 + pos: -308.5,-39.5 parent: 1 -- proto: CurtainsWhite - entities: - - uid: 4758 + - uid: 6551 components: - type: Transform - pos: -178.5,-171.5 + rot: -1.5707963267948966 rad + pos: -301.5,-39.5 parent: 1 - - type: Door - secondsUntilStateChange: -391798.88 - state: Opening -- proto: d4Dice - entities: - - uid: 65654 + - uid: 6552 components: - type: Transform - pos: 103.73561,-111.5162 + rot: -1.5707963267948966 rad + pos: -293.5,-39.5 parent: 1 -- proto: d6Dice - entities: - - uid: 16148 + - uid: 6553 components: - type: Transform - pos: -186.68396,38.856384 + rot: -1.5707963267948966 rad + pos: -292.5,-39.5 parent: 1 - - uid: 50022 + - uid: 6554 components: - type: Transform - pos: 135.59885,-3.546637 + rot: -1.5707963267948966 rad + pos: -297.5,-39.5 parent: 1 - - uid: 50025 + - uid: 6555 components: - type: Transform - pos: 136.74786,2.5872626 + pos: -306.5,-39.5 parent: 1 - - uid: 50026 + - uid: 6556 components: - type: Transform - pos: 136.36244,2.5872626 + rot: -1.5707963267948966 rad + pos: -299.5,-39.5 parent: 1 - - uid: 55232 + - uid: 6557 components: - type: Transform - pos: 135.5051,-3.2237206 + rot: -1.5707963267948966 rad + pos: -294.5,-39.5 parent: 1 - - uid: 61119 + - uid: 6558 components: - type: Transform - pos: 58.776066,145.58757 + rot: -1.5707963267948966 rad + pos: -279.5,-39.5 parent: 1 - - uid: 61129 + - uid: 6559 components: - type: Transform - pos: 58.368378,145.80772 + rot: -1.5707963267948966 rad + pos: -280.5,-41.5 parent: 1 - - uid: 63873 + - uid: 6560 components: - type: Transform - pos: -186.37207,38.61789 + rot: -1.5707963267948966 rad + pos: -290.5,-41.5 parent: 1 - - uid: 65662 + - uid: 6561 components: - type: Transform - pos: 103.36061,-111.25057 + rot: -1.5707963267948966 rad + pos: -277.5,-39.5 parent: 1 -- proto: d8Dice - entities: - - uid: 65690 + - uid: 6562 components: - type: Transform - pos: 104.188736,-111.23495 + rot: -1.5707963267948966 rad + pos: -280.5,-39.5 parent: 1 -- proto: Defibrillator - entities: - - uid: 17974 + - uid: 6563 components: - type: Transform - pos: -156.52534,-107.343185 + rot: -1.5707963267948966 rad + pos: -290.5,-39.5 parent: 1 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 5449 + - uid: 6564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,15.5 + rot: -1.5707963267948966 rad + pos: -289.5,-39.5 parent: 1 - - uid: 17965 + - uid: 6565 components: - type: Transform - pos: -162.5,-100.5 + rot: 3.141592653589793 rad + pos: -301.5,-39.5 parent: 1 - - uid: 17990 + - uid: 6566 components: - type: Transform - pos: -59.5,26.5 + rot: -1.5707963267948966 rad + pos: -300.5,-39.5 parent: 1 - - uid: 22294 + - uid: 6567 components: - type: Transform - pos: -54.5,26.5 + rot: -1.5707963267948966 rad + pos: -303.5,-39.5 parent: 1 - - uid: 62996 + - uid: 6568 components: - type: Transform - pos: -154.5,60.5 + rot: -1.5707963267948966 rad + pos: -302.5,-39.5 parent: 1 -- proto: DeskBell - entities: - - uid: 59420 + - uid: 6569 components: - type: Transform - pos: 118.71509,12.761985 + rot: -1.5707963267948966 rad + pos: -304.5,-39.5 parent: 1 -- proto: DiceBag - entities: - - uid: 24184 + - uid: 6570 components: - type: Transform - pos: -193.5558,-137.2117 + rot: -1.5707963267948966 rad + pos: -306.5,-39.5 parent: 1 -- proto: DisposalBend - entities: - - uid: 4762 + - uid: 6571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -275.5,-78.5 + rot: -1.5707963267948966 rad + pos: -305.5,-39.5 parent: 1 - - uid: 4763 + - uid: 6572 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-90.5 + rot: -1.5707963267948966 rad + pos: -307.5,-39.5 parent: 1 - - uid: 4764 + - uid: 6573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -265.5,-89.5 + rot: -1.5707963267948966 rad + pos: -309.5,-39.5 parent: 1 - - uid: 4765 + - uid: 6574 components: - type: Transform rot: -1.5707963267948966 rad - pos: -254.5,-90.5 + pos: -310.5,-39.5 parent: 1 - - uid: 4766 + - uid: 6575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -255.5,-87.5 + rot: -1.5707963267948966 rad + pos: -313.5,-39.5 parent: 1 - - uid: 4767 + - uid: 6576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-88.5 + rot: -1.5707963267948966 rad + pos: -311.5,-39.5 parent: 1 - - uid: 4768 + - uid: 6577 components: - type: Transform - pos: -254.5,-87.5 + rot: -1.5707963267948966 rad + pos: -312.5,-39.5 parent: 1 - - uid: 4769 + - uid: 6578 components: - type: Transform - pos: -278.5,-50.5 + pos: -306.5,-40.5 parent: 1 - - uid: 4770 + - uid: 6579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-77.5 + rot: 1.5707963267948966 rad + pos: -305.5,-40.5 parent: 1 - - uid: 4771 + - uid: 6580 components: - type: Transform - pos: -275.5,-77.5 + rot: 3.141592653589793 rad + pos: -301.5,-38.5 parent: 1 - - uid: 4772 + - uid: 6581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -213.5,-79.5 + rot: 1.5707963267948966 rad + pos: -306.5,-40.5 parent: 1 - - uid: 4773 + - uid: 6582 components: - type: Transform - pos: -276.5,-74.5 + pos: -306.5,-38.5 parent: 1 - - uid: 4774 + - uid: 6583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-74.5 + pos: -306.5,-38.5 parent: 1 - - uid: 4775 + - uid: 6584 components: - type: Transform - pos: -274.5,-78.5 + rot: 3.141592653589793 rad + pos: -227.5,-91.5 parent: 1 - - uid: 4776 + - uid: 6585 components: - type: Transform rot: 3.141592653589793 rad - pos: -274.5,-79.5 + pos: -227.5,-93.5 parent: 1 - - uid: 4777 + - uid: 6586 components: - type: Transform - pos: -235.5,-89.5 + rot: 3.141592653589793 rad + pos: -227.5,-90.5 parent: 1 - - uid: 4778 + - uid: 6587 components: - type: Transform rot: 3.141592653589793 rad - pos: -278.5,-63.5 + pos: -227.5,-92.5 parent: 1 -- proto: DisposalJunction - entities: - - uid: 4779 + - uid: 6588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -214.5,-89.5 + rot: 3.141592653589793 rad + pos: -227.5,-92.5 parent: 1 - - uid: 4780 + - uid: 6589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -215.5,-79.5 + rot: 3.141592653589793 rad + pos: -227.5,-94.5 parent: 1 - - uid: 4781 + - uid: 6590 components: - type: Transform rot: 3.141592653589793 rad - pos: -236.5,-89.5 + pos: -227.5,-95.5 parent: 1 -- proto: DisposalPipe +- proto: DisposalPipeBroken entities: - - uid: 4782 + - uid: 6591 components: - type: Transform rot: 1.5707963267948966 rad - pos: -251.5,-79.5 + pos: 166.5,-90.5 parent: 1 - - uid: 4783 + - uid: 6592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -269.5,-83.5 + rot: -1.5707963267948966 rad + pos: 158.5,-90.5 parent: 1 - - uid: 4784 + - uid: 6593 components: - type: Transform rot: -1.5707963267948966 rad - pos: -278.5,-39.5 + pos: 177.5,-90.5 parent: 1 - - uid: 4785 + - uid: 6594 components: - type: Transform rot: 1.5707963267948966 rad - pos: 204.5,187.5 + pos: 183.5,-90.5 parent: 1 - - uid: 4786 + - uid: 6595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 158.5,-90.5 + pos: 166.5,-93.5 parent: 1 - - uid: 4787 + - uid: 6596 components: - type: Transform - pos: 212.5,-24.5 + rot: 3.141592653589793 rad + pos: 166.5,-93.5 parent: 1 - - uid: 4788 + - uid: 6597 components: - type: Transform rot: 1.5707963267948966 rad - pos: -270.5,-79.5 + pos: -35.5,59.5 parent: 1 - - uid: 4789 + - uid: 6598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -247.5,-79.5 + rot: 3.141592653589793 rad + pos: 215.5,188.5 parent: 1 - - uid: 4790 + - uid: 6599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -243.5,-89.5 + rot: -1.5707963267948966 rad + pos: 214.5,187.5 parent: 1 - - uid: 4791 + - uid: 6600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -249.5,-79.5 + rot: 3.141592653589793 rad + pos: -227.5,-96.5 parent: 1 - - uid: 4792 + - uid: 6601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -254.5,-79.5 + pos: -227.5,-96.5 parent: 1 - - uid: 4793 +- proto: DisposalTagger + entities: + - uid: 6602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -257.5,-79.5 + rot: -1.5707963267948966 rad + pos: 148.5,-90.5 parent: 1 - - uid: 4794 +- proto: DisposalTrunk + entities: + - uid: 6603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -263.5,-79.5 + pos: 212.5,-21.5 parent: 1 - - uid: 4795 + - uid: 6604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -250.5,-79.5 + rot: 3.141592653589793 rad + pos: 212.5,-26.5 parent: 1 - - uid: 4796 + - uid: 6605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -259.5,-79.5 + rot: -1.5707963267948966 rad + pos: -201.5,-89.5 parent: 1 - - uid: 4797 +- proto: DogBed + entities: + - uid: 6606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -258.5,-79.5 + pos: 82.5,105.5 parent: 1 - - uid: 4798 + - uid: 6607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -260.5,-79.5 + pos: -56.5,-132.5 parent: 1 - - uid: 4799 + - uid: 6608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -255.5,-79.5 + pos: -4.5,-24.5 parent: 1 - - uid: 4800 + - uid: 6609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -261.5,-79.5 + pos: -153.5,-127.5 parent: 1 - - uid: 4801 + - uid: 6610 components: + - type: MetaData + desc: A comfy-looking dog bed... - type: Transform - rot: 1.5707963267948966 rad - pos: -256.5,-79.5 + pos: -100.5,-154.5 parent: 1 - - uid: 4802 +- proto: DrinkBeerBottleFull + entities: + - uid: 6612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -262.5,-79.5 - parent: 1 - - uid: 4803 + parent: 6611 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -265.5,-79.5 + pos: 57.651787,48.351696 parent: 1 - - uid: 4804 + - uid: 6617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -264.5,-79.5 - parent: 1 - - uid: 4805 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -260.5,-83.5 - parent: 1 - - uid: 4806 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -235.5,-89.5 - parent: 1 - - uid: 4807 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -262.5,-83.5 - parent: 1 - - uid: 4808 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -268.5,-83.5 - parent: 1 - - uid: 4809 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -263.5,-83.5 - parent: 1 - - uid: 4810 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -203.5,-89.5 + pos: 30.546795,148.06297 parent: 1 - - uid: 4811 + - uid: 6644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -257.5,-90.5 + pos: 30.791409,148.06297 parent: 1 - - uid: 4812 + - uid: 6645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-89.5 + rot: -1.5707963267948966 rad + pos: 78.58225,-132.79866 parent: 1 - - uid: 4813 +- proto: DrinkBeerCan + entities: + - uid: 6647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -224.5,-89.5 - parent: 1 - - uid: 4814 + parent: 6646 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6648 components: - type: Transform - pos: -226.5,-90.5 - parent: 1 - - uid: 4815 + parent: 6646 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -231.5,-89.5 - parent: 1 - - uid: 4816 + parent: 6646 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -202.5,-89.5 + pos: 104.50605,-113.22449 parent: 1 - - uid: 4817 +- proto: DrinkBeerGrowler + entities: + - uid: 6652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -236.5,-89.5 + rot: -1.5707963267948966 rad + pos: 102.927925,-113.28699 parent: 1 - - uid: 4818 + - uid: 6653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -270.5,-84.5 + pos: 101.459175,-113.08386 parent: 1 - - uid: 4819 +- proto: DrinkBottleAbsinthe + entities: + - uid: 6654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -239.5,-89.5 + pos: 162.32,54.04973 parent: 1 - - uid: 4820 +- proto: DrinkBottleAlcoClear + entities: + - uid: 6655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -213.5,-89.5 + pos: 173.44449,149.8832 parent: 1 - - uid: 4821 +- proto: DrinkBottleAle + entities: + - uid: 6656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -296.5,-39.5 + rot: -6.283185307179586 rad + pos: 134.29318,-11.616194 parent: 1 - - uid: 4822 + - uid: 6657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,-41.5 + pos: 30.986874,147.78214 parent: 1 - - uid: 4823 +- proto: DrinkBottleBeer + entities: + - uid: 6658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -215.5,-89.5 + pos: -52.69938,-105.10921 parent: 1 - - uid: 4824 + - uid: 6659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -205.5,-89.5 + pos: -52.402504,-105.09358 parent: 1 - - uid: 4825 + - uid: 6660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -261.5,-83.5 + pos: -52.465004,-105.24983 parent: 1 - - uid: 4826 + - uid: 6661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -268.5,-84.5 + pos: 161.70183,181.10028 parent: 1 - - uid: 4827 + - uid: 6662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -282.5,-83.5 + pos: 134.26146,-9.61795 parent: 1 - - uid: 4828 + - uid: 6663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-85.5 + pos: 30.702925,147.50049 parent: 1 - - uid: 4829 + - uid: 6664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -272.5,-79.5 + pos: 78.53538,-132.01741 parent: 1 - - uid: 4830 + - uid: 6665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -223.5,-89.5 + pos: 101.50428,-120.71255 parent: 1 - - uid: 4831 + - uid: 6666 components: - type: Transform rot: 1.5707963267948966 rad - pos: -262.5,-84.5 + pos: 101.40098,-124.35317 parent: 1 - - uid: 4832 +- proto: DrinkBottleCognac + entities: + - uid: 6667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -259.5,-90.5 + pos: -52.63893,-106.20296 parent: 1 - - uid: 4833 + - uid: 6668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -228.5,-89.5 + pos: 174.57492,151.49173 parent: 1 - - uid: 4834 +- proto: DrinkBottleRum + entities: + - uid: 6669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 155.5,-90.5 + pos: 180.54085,152.91844 parent: 1 - - uid: 4835 +- proto: DrinkBottleTequila + entities: + - uid: 6670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-84.5 + pos: -44.51166,-105.21168 parent: 1 - - uid: 4836 + - uid: 6671 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-88.5 + pos: 180.73654,148.98961 parent: 1 - - uid: 4837 +- proto: DrinkBottleWhiskey + entities: + - uid: 6672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -234.5,-89.5 + pos: -44.687397,-104.98962 parent: 1 - - uid: 4838 + - uid: 6673 components: - type: Transform - pos: -227.5,-90.5 + pos: -184.67615,-171.07408 parent: 1 - - uid: 4839 +- proto: DrinkBottleWine + entities: + - uid: 6674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -280.5,-50.5 + pos: 93.99891,115.63084 parent: 1 - - uid: 4840 +- proto: DrinkCartonCream + entities: + - uid: 6675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -258.5,-90.5 + pos: 170.14651,53.924473 parent: 1 - - uid: 4841 +- proto: DrinkColaCanEmpty + entities: + - uid: 6677 components: - type: Transform - pos: -227.5,-88.5 - parent: 1 - - uid: 4842 + parent: 6676 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -242.5,-89.5 - parent: 1 - - uid: 4843 + parent: 6676 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkFlaskBar + entities: + - uid: 6680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -226.5,-89.5 + pos: 30.562424,144.72005 parent: 1 - - uid: 4844 +- proto: DrinkFlaskOld + entities: + - uid: 6682 components: - type: Transform - pos: -226.5,-88.5 - parent: 1 - - uid: 4845 + parent: 6681 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: DrinkGinBottleFull + entities: + - uid: 6686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -227.5,-89.5 - parent: 1 - - uid: 4846 + parent: 6685 + - type: Physics + canCollide: False +- proto: DrinkGlass + entities: + - uid: 6700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -249.5,-89.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4847 + - uid: 6701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,-50.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4848 + - uid: 6702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -269.5,-84.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4849 + - uid: 6703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,-50.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4850 + - uid: 6704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-71.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4851 + - uid: 6705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,-50.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4852 + - uid: 6706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-89.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4853 + - uid: 6707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -238.5,-89.5 + pos: -193.5,-120.5 parent: 1 - - uid: 4854 + - uid: 6708 components: - type: Transform - pos: -227.5,-90.5 + pos: -184.2449,-171.13033 parent: 1 - - uid: 4855 + - uid: 6709 components: - type: Transform - pos: -227.5,-90.5 + pos: -184.60115,-171.54283 parent: 1 - - uid: 4856 + - uid: 6710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -212.5,-89.5 + pos: 170.37775,149.882 parent: 1 - - uid: 4857 + - uid: 6711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -265.5,-90.5 + pos: 180.42598,148.80913 parent: 1 - - uid: 4858 + - uid: 6712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -259.5,-89.5 + pos: 174.58087,151.78825 parent: 1 - - uid: 4859 + - uid: 6713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -265.5,-90.5 + pos: 174.69025,151.85075 parent: 1 - - uid: 4860 + - uid: 6714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -257.5,-89.5 + pos: 177.32271,148.73051 parent: 1 - - uid: 4861 + - uid: 6715 components: - type: Transform - pos: -265.5,-90.5 + pos: 139.33124,-12.148963 parent: 1 - - uid: 4862 + - uid: 6716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -252.5,-89.5 + pos: 135.52325,-7.2666883 parent: 1 - - uid: 4863 + - uid: 6717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -258.5,-89.5 + pos: 139.86656,-12.4134445 parent: 1 - - uid: 4864 + - uid: 6718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -253.5,-89.5 + pos: 139.61656,-12.121778 parent: 1 - - uid: 4865 + - uid: 6719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -254.5,-89.5 + pos: 139.59573,-12.403028 parent: 1 - - uid: 4866 + - uid: 6720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-89.5 + rot: -6.283185307179586 rad + pos: 139.31046,-12.435234 parent: 1 - - uid: 4867 + - uid: 6721 components: - type: Transform - pos: -227.5,-88.5 + pos: 139.86656,-12.111361 parent: 1 - - uid: 4868 + - uid: 6722 components: - type: Transform - pos: -227.5,-90.5 + rot: 3.141592653589793 rad + pos: 102.095276,-117.04169 parent: 1 - - uid: 4869 + - uid: 6723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -262.5,-89.5 + rot: 3.141592653589793 rad + pos: 102.407776,-117.04169 parent: 1 - - uid: 4870 + - uid: 6724 components: - type: Transform rot: 1.5707963267948966 rad - pos: -250.5,-89.5 + pos: 102.939026,-116.61981 parent: 1 - - uid: 4871 +- proto: DrinkGlassCoupeShaped + entities: + - uid: 6725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -251.5,-89.5 + pos: 140.14095,-12.087338 parent: 1 - - uid: 4872 + - uid: 6726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -255.5,-89.5 + pos: 140.15137,-12.347755 parent: 1 - - uid: 4873 +- proto: DrinkMoonshineGlass + entities: + - uid: 6727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -264.5,-89.5 + pos: -184.3574,-171.41158 parent: 1 - - uid: 4874 +- proto: DrinkMopwataBottleRandom + entities: + - uid: 6728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -263.5,-89.5 + pos: -184.25468,-171.76277 parent: 1 - - uid: 4875 + - uid: 6729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -260.5,-89.5 + rot: -1.5707963267948966 rad + pos: -197.58844,-104.62657 parent: 1 - - uid: 4876 + - uid: 6730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -256.5,-89.5 + pos: -188.27853,36.626366 parent: 1 - - uid: 4877 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 6731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -261.5,-89.5 + pos: 92.47992,19.8135 parent: 1 - - uid: 4878 +- proto: DrinkMREFlask + entities: + - uid: 6732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -232.5,-89.5 + pos: -168.49867,-102.48921 parent: 1 - - uid: 4879 + - uid: 6733 components: - type: Transform - pos: -227.5,-90.5 + pos: -177.64375,-138.19603 parent: 1 - - uid: 4880 + - uid: 6734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -230.5,-89.5 + rot: -1.5707963267948966 rad + pos: 77.34788,-129.78304 parent: 1 - - uid: 4881 +- proto: DrinkMug + entities: + - uid: 209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -219.5,-89.5 - parent: 1 - - uid: 4882 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -262.5,-90.5 + pos: 170.29459,151.8195 parent: 1 - - uid: 4883 + - uid: 6736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -213.5,-89.5 + pos: 170.52896,152.11638 parent: 1 - - uid: 4884 + - uid: 6737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -260.5,-90.5 + pos: 31.260607,144.19414 parent: 1 - - uid: 4885 +- proto: DrinkMugBlack + entities: + - uid: 6738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -241.5,-89.5 + pos: -185.67934,38.611305 parent: 1 - - uid: 4886 + - uid: 6739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -233.5,-89.5 + pos: 30.953287,144.54881 parent: 1 - - uid: 4887 +- proto: DrinkMugDog + entities: + - uid: 210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -258.5,-90.5 - parent: 1 - - uid: 4888 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -246.5,-89.5 + pos: 82.55458,99.8222 parent: 1 - - uid: 4889 + - uid: 6741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -248.5,-89.5 + pos: -47.97331,-124.32262 parent: 1 - - uid: 4890 +- proto: DrinkMugGreen + entities: + - uid: 211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -247.5,-89.5 - parent: 1 - - uid: 4891 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: DrinkMugHeart + entities: + - uid: 212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -256.5,-90.5 - parent: 1 - - uid: 4892 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: DrinkMugMetal + entities: + - uid: 6742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -257.5,-90.5 + pos: 180.73657,152.59006 parent: 1 - - uid: 4893 + - uid: 6743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-88.5 + pos: 170.29974,152.17888 parent: 1 - - uid: 4894 + - uid: 6744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -261.5,-90.5 + pos: 170.51837,152.24138 parent: 1 - - uid: 4895 + - uid: 6745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -263.5,-90.5 + pos: 180.34595,152.59006 parent: 1 - - uid: 4896 + - uid: 6746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -264.5,-90.5 + pos: 137.51749,-7.361205 parent: 1 - - uid: 4897 + - uid: 6747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -268.5,-90.5 + rot: -6.283185307179586 rad + pos: 134.25974,-7.8598504 parent: 1 - - uid: 4898 + - uid: 6748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -262.5,-90.5 + pos: 31.283512,144.81789 parent: 1 - - uid: 4899 + - uid: 6749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -263.5,-90.5 + pos: 31.577047,144.83012 parent: 1 - - uid: 4900 +- proto: DrinkMugOne + entities: + - uid: 213 components: - type: Transform - pos: -227.5,-89.5 - parent: 1 - - uid: 4901 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -260.5,-90.5 + pos: -39.803017,-116.1752 parent: 1 - - uid: 4902 + - uid: 6751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -267.5,-90.5 + pos: 189.45363,28.226006 parent: 1 - - uid: 4903 + - uid: 6752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -261.5,-90.5 + pos: 27.606846,168.59543 parent: 1 - - uid: 4904 +- proto: DrinkMugRainbow + entities: + - uid: 6753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -259.5,-90.5 + pos: 89.56399,19.79388 parent: 1 - - uid: 4905 +- proto: DrinkMugRed + entities: + - uid: 214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -245.5,-89.5 - parent: 1 - - uid: 4906 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -225.5,-89.5 + pos: 170.31021,152.08513 parent: 1 - - uid: 4907 +- proto: DrinkPoisonBerryJuice + entities: + - uid: 6755 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-88.5 + pos: 216.35529,184.66782 parent: 1 - - uid: 4908 +- proto: DrinkRumBottleFull + entities: + - uid: 6756 components: - type: Transform - pos: -226.5,-90.5 + pos: -221.73985,-91.51035 parent: 1 - - uid: 4909 +- proto: DrinkShotGlass + entities: + - uid: 6757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -216.5,-89.5 + pos: 134.33437,-10.990729 parent: 1 - - uid: 4910 + - uid: 6758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -240.5,-89.5 + pos: 139.10208,-12.180213 parent: 1 - - uid: 4911 + - uid: 6759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -229.5,-89.5 + rot: -6.283185307179586 rad + pos: 139.06046,-12.435234 parent: 1 - - uid: 4912 + - uid: 6760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -266.5,-90.5 + rot: -6.283185307179586 rad + pos: 138.80003,-12.456068 parent: 1 - - uid: 4913 + - uid: 6761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -269.5,-90.5 + rot: -6.283185307179586 rad + pos: 138.82086,-12.216484 parent: 1 - - uid: 4914 + - uid: 6762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -271.5,-90.5 + pos: -156.65254,67.5909 parent: 1 - - uid: 4915 +- proto: DrinkSpaceGlue + entities: + - uid: 6763 components: + - type: MetaData + name: glue tube - type: Transform - rot: -1.5707963267948966 rad - pos: -270.5,-90.5 + pos: -225.32979,-91.18114 parent: 1 - - uid: 4916 +- proto: DrinkTonicWaterBottleFull + entities: + - uid: 6623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -273.5,-90.5 - parent: 1 - - uid: 4917 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -272.5,-90.5 - parent: 1 - - uid: 4918 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: DrinkTonicWaterCan + entities: + - uid: 6764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -274.5,-90.5 + pos: 138.14127,-12.0917845 parent: 1 - - uid: 4919 +- proto: DrinkVodkaBottleFull + entities: + - uid: 6687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -222.5,-89.5 - parent: 1 - - uid: 4920 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -268.5,-79.5 + pos: -45.133602,-105.06658 parent: 1 - - uid: 4921 + - uid: 6766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -266.5,-79.5 + pos: 103.802925,-113.03699 parent: 1 - - uid: 4922 +- proto: DrinkWaterBottleFull + entities: + - uid: 6625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -267.5,-79.5 - parent: 1 - - uid: 4923 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -269.5,-79.5 - parent: 1 - - uid: 4924 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -271.5,-79.5 - parent: 1 - - uid: 4925 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -264.5,-83.5 - parent: 1 - - uid: 4926 + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -265.5,-83.5 + pos: 95.52121,110.65737 parent: 1 - - uid: 4927 + - uid: 6768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -267.5,-83.5 + pos: 31.952011,153.79384 parent: 1 - - uid: 4928 +- proto: DrinkWaterJug + entities: + - uid: 6769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -266.5,-83.5 + pos: 215.79279,186.8259 parent: 1 - - uid: 4929 + - uid: 6770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -244.5,-79.5 + pos: 215.2641,186.69293 parent: 1 - - uid: 4930 + - uid: 6771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -246.5,-79.5 + pos: 215.6558,186.60281 parent: 1 - - uid: 4931 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 6688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -245.5,-79.5 - parent: 1 - - uid: 4932 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -282.5,-50.5 - parent: 1 - - uid: 4933 + parent: 6685 + - type: Physics + canCollide: False +- proto: DrinkWhiskeyGlass + entities: + - uid: 6772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -283.5,-83.5 + pos: 78.68346,110.26431 parent: 1 - - uid: 4934 +- proto: Dropper + entities: + - uid: 6773 components: - type: Transform rot: -1.5707963267948966 rad - pos: -283.5,-50.5 - parent: 1 - - uid: 4935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -284.5,-83.5 - parent: 1 - - uid: 4936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -241.5,-79.5 - parent: 1 - - uid: 4937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -243.5,-79.5 + pos: -34.767563,-114.72459 parent: 1 - - uid: 4938 +- proto: EggBoxBroken + entities: + - uid: 6774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-50.5 + pos: -56.447636,-126.63456 parent: 1 - - uid: 4939 +- proto: EmergencyLight + entities: + - uid: 6775 components: - type: Transform rot: -1.5707963267948966 rad - pos: -281.5,-50.5 + pos: -34.5,-184.5 parent: 1 - - uid: 4940 + - uid: 6776 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,-50.5 + pos: -239.5,-103.5 parent: 1 - - uid: 4941 + - uid: 6777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,-50.5 + rot: 1.5707963267948966 rad + pos: -248.5,-106.5 parent: 1 - - uid: 4942 + - uid: 6778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-50.5 + rot: 3.141592653589793 rad + pos: -35.5,64.5 parent: 1 - - uid: 4943 + - uid: 6779 components: - type: Transform rot: 3.141592653589793 rad - pos: -260.5,-78.5 + pos: -31.5,64.5 parent: 1 - - uid: 4944 + - uid: 6780 components: - type: Transform rot: 3.141592653589793 rad - pos: -277.5,-72.5 + pos: -35.5,57.5 parent: 1 - - uid: 4945 + - uid: 6781 components: - type: Transform rot: 3.141592653589793 rad - pos: -278.5,-51.5 + pos: -25.5,56.5 parent: 1 - - uid: 4946 + - uid: 6782 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -279.5,-50.5 + rot: 1.5707963267948966 rad + pos: -41.5,65.5 parent: 1 - - uid: 4947 + - uid: 6783 components: - type: Transform rot: 1.5707963267948966 rad - pos: -242.5,-79.5 + pos: -37.5,62.5 parent: 1 - - uid: 4948 + - uid: 6784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -248.5,-79.5 + pos: -35.5,67.5 parent: 1 - - uid: 4949 + - uid: 6785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -252.5,-79.5 + rot: -1.5707963267948966 rad + pos: -29.5,62.5 parent: 1 - - uid: 4950 + - uid: 6786 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-86.5 + rot: -1.5707963267948966 rad + pos: -24.5,60.5 parent: 1 - - uid: 4951 + - uid: 6787 components: - type: Transform rot: 3.141592653589793 rad - pos: -260.5,-80.5 + pos: -31.5,57.5 parent: 1 - - uid: 4952 + - uid: 6788 components: - type: Transform rot: 1.5707963267948966 rad - pos: -271.5,-84.5 + pos: -27.5,66.5 parent: 1 - - uid: 4953 + - uid: 6789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -249.5,-84.5 + pos: -33.5,72.5 parent: 1 - - uid: 4954 + - uid: 6790 components: - type: Transform rot: 3.141592653589793 rad - pos: -278.5,-58.5 - parent: 1 - - uid: 4955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-39.5 + pos: -289.5,-89.5 parent: 1 - - uid: 4956 + - uid: 6791 components: - type: Transform rot: 1.5707963267948966 rad - pos: -231.5,-79.5 - parent: 1 - - uid: 4957 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-55.5 + pos: -26.5,-188.5 parent: 1 - - uid: 4958 + - uid: 6792 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-76.5 + rot: 1.5707963267948966 rad + pos: -26.5,-184.5 parent: 1 - - uid: 4959 + - uid: 6793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -225.5,-79.5 + rot: -1.5707963267948966 rad + pos: -34.5,-188.5 parent: 1 - - uid: 4960 +- proto: EmergencyRollerBed + entities: + - uid: 6794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-53.5 + pos: -155.5,56.5 parent: 1 - - uid: 4961 +- proto: EmergencyRollerBedSpawnFolded + entities: + - uid: 6795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -223.5,-79.5 + pos: -161.90593,-107.51145 parent: 1 - - uid: 4962 +- proto: EncryptionKeyBrotherhoodMidwest + entities: + - uid: 6797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -226.5,-79.5 - parent: 1 - - uid: 4963 + parent: 6796 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: FenceMetalBroken + entities: + - uid: 6798 components: - type: Transform rot: 1.5707963267948966 rad - pos: -224.5,-79.5 + pos: 155.5,109.5 parent: 1 - - uid: 4964 + - uid: 6799 components: - type: Transform rot: 1.5707963267948966 rad - pos: -255.5,-84.5 + pos: 169.5,32.5 parent: 1 - - uid: 4965 + - uid: 6800 components: - type: Transform rot: 1.5707963267948966 rad - pos: -257.5,-84.5 + pos: 169.5,20.5 parent: 1 - - uid: 4966 + - uid: 6801 components: - type: Transform rot: 1.5707963267948966 rad - pos: -259.5,-84.5 + pos: 173.5,39.5 parent: 1 - - uid: 4967 + - uid: 6802 components: - type: Transform rot: 1.5707963267948966 rad - pos: -260.5,-84.5 + pos: 174.5,42.5 parent: 1 - - uid: 4968 + - uid: 6803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -261.5,-84.5 + pos: 161.5,44.5 parent: 1 - - uid: 4969 + - uid: 6804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -291.5,-39.5 + pos: 170.5,85.5 parent: 1 - - uid: 4970 + - uid: 6805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -298.5,-39.5 + rot: 3.141592653589793 rad + pos: 170.5,97.5 parent: 1 - - uid: 4971 + - uid: 6806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -210.5,-79.5 + rot: 1.5707963267948966 rad + pos: 180.5,102.5 parent: 1 - - uid: 4972 + - uid: 6807 components: - type: Transform rot: 1.5707963267948966 rad - pos: -228.5,-79.5 + pos: -157.5,-29.5 parent: 1 - - uid: 4973 + - uid: 6808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-81.5 + rot: 1.5707963267948966 rad + pos: -161.5,-29.5 parent: 1 - - uid: 4974 + - uid: 6809 components: - type: Transform rot: -1.5707963267948966 rad - pos: -284.5,-41.5 + pos: 181.5,72.5 parent: 1 - - uid: 4975 + - uid: 6810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -248.5,-84.5 + rot: -1.5707963267948966 rad + pos: 84.5,4.5 parent: 1 - - uid: 4976 + - uid: 6811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -216.5,-79.5 + rot: -1.5707963267948966 rad + pos: -100.5,-24.5 parent: 1 - - uid: 4977 + - uid: 6812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -218.5,-79.5 + rot: -1.5707963267948966 rad + pos: -105.5,-24.5 parent: 1 - - uid: 4978 + - uid: 6813 components: - type: Transform rot: 1.5707963267948966 rad - pos: -250.5,-84.5 + pos: -166.5,-63.5 parent: 1 - - uid: 4979 +- proto: FenceMetalCorner + entities: + - uid: 6814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -227.5,-79.5 + rot: -1.5707963267948966 rad + pos: 105.5,-12.5 parent: 1 - - uid: 4980 + - uid: 6815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -271.5,-83.5 + rot: 3.141592653589793 rad + pos: 105.5,-6.5 parent: 1 - - uid: 4981 + - uid: 6816 components: - type: Transform rot: -1.5707963267948966 rad - pos: -214.5,-79.5 + pos: 105.5,-9.5 parent: 1 - - uid: 4982 + - uid: 6817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -208.5,-79.5 + pos: -85.5,-101.5 parent: 1 - - uid: 4983 + - uid: 6818 components: - type: Transform rot: 3.141592653589793 rad - pos: -278.5,-52.5 + pos: -84.5,-101.5 parent: 1 - - uid: 4984 + - uid: 6819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-57.5 + pos: 160.5,109.5 parent: 1 - - uid: 4985 + - uid: 6820 components: - type: Transform rot: -1.5707963267948966 rad - pos: -295.5,-39.5 + pos: 153.5,109.5 parent: 1 - - uid: 4986 + - uid: 6821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-54.5 + rot: -1.5707963267948966 rad + pos: 171.5,42.5 parent: 1 - - uid: 4987 + - uid: 6822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -209.5,-79.5 + rot: 3.141592653589793 rad + pos: 170.5,102.5 parent: 1 - - uid: 4988 + - uid: 6823 components: - type: Transform rot: -1.5707963267948966 rad - pos: -211.5,-79.5 + pos: -166.5,-29.5 parent: 1 - - uid: 4989 + - uid: 6824 components: - type: Transform rot: 1.5707963267948966 rad - pos: -251.5,-84.5 + pos: -166.5,-29.5 parent: 1 - - uid: 4990 + - uid: 6825 components: - type: Transform rot: 3.141592653589793 rad - pos: -278.5,-59.5 + pos: -173.5,-27.5 parent: 1 - - uid: 4991 + - uid: 6826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -233.5,-79.5 + rot: -1.5707963267948966 rad + pos: 93.5,-101.5 parent: 1 - - uid: 4992 + - uid: 6827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -236.5,-79.5 + rot: 3.141592653589793 rad + pos: 105.5,-9.5 parent: 1 - - uid: 4993 + - uid: 6828 components: - type: Transform rot: 1.5707963267948966 rad - pos: -282.5,-84.5 + pos: -185.5,57.5 parent: 1 - - uid: 4994 + - uid: 6829 components: - type: Transform rot: 1.5707963267948966 rad - pos: -283.5,-84.5 - parent: 1 - - uid: 4995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-56.5 + pos: -98.5,-24.5 parent: 1 - - uid: 4996 + - uid: 6830 components: - type: Transform rot: 3.141592653589793 rad - pos: -260.5,-83.5 + pos: -169.5,-63.5 parent: 1 - - uid: 4997 + - uid: 6831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -221.5,-79.5 + rot: -1.5707963267948966 rad + pos: 93.5,-101.5 parent: 1 - - uid: 4998 + - uid: 6832 components: - type: Transform rot: -1.5707963267948966 rad - pos: -213.5,-79.5 + pos: 93.5,-127.5 parent: 1 - - uid: 4999 + - uid: 6833 components: - type: Transform rot: 1.5707963267948966 rad - pos: -222.5,-79.5 + pos: 106.5,-127.5 parent: 1 - - uid: 5000 + - uid: 6834 components: - type: Transform rot: 1.5707963267948966 rad - pos: -273.5,-79.5 + pos: 106.5,-101.5 parent: 1 - - uid: 5001 +- proto: FenceMetalEnd + entities: + - uid: 6835 components: - type: Transform rot: 1.5707963267948966 rad - pos: -274.5,-79.5 - parent: 1 - - uid: 5002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-60.5 - parent: 1 - - uid: 5003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-73.5 + pos: 153.5,105.5 parent: 1 - - uid: 5004 + - uid: 6836 components: - type: Transform rot: 3.141592653589793 rad - pos: -235.5,-90.5 + pos: 153.5,107.5 parent: 1 - - uid: 5005 + - uid: 6837 components: - type: Transform rot: -1.5707963267948966 rad - pos: -256.5,-90.5 + pos: 157.5,109.5 parent: 1 - - uid: 5006 + - uid: 6838 components: - type: Transform rot: 1.5707963267948966 rad - pos: -218.5,-89.5 + pos: 157.5,109.5 parent: 1 - - uid: 5007 + - uid: 6839 components: - type: Transform rot: 1.5707963267948966 rad - pos: -238.5,-79.5 + pos: 171.5,39.5 parent: 1 - - uid: 5008 + - uid: 6840 components: - type: Transform rot: 1.5707963267948966 rad - pos: -230.5,-79.5 + pos: 170.5,72.5 parent: 1 - - uid: 5009 + - uid: 6841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-87.5 + rot: -1.5707963267948966 rad + pos: 195.5,102.5 parent: 1 - - uid: 5010 + - uid: 6842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -255.5,-83.5 + rot: 3.141592653589793 rad + pos: 197.5,72.5 parent: 1 - - uid: 5011 + - uid: 6843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-88.5 + rot: -1.5707963267948966 rad + pos: 197.5,72.5 parent: 1 - - uid: 5012 + - uid: 6844 components: - type: Transform rot: 1.5707963267948966 rad - pos: -256.5,-83.5 + pos: 195.5,102.5 parent: 1 - - uid: 5013 + - uid: 6845 components: - type: Transform rot: 1.5707963267948966 rad - pos: -249.5,-83.5 + pos: 174.5,102.5 parent: 1 - - uid: 5014 + - uid: 6846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -257.5,-83.5 + rot: -1.5707963267948966 rad + pos: 174.5,102.5 parent: 1 - - uid: 5015 + - uid: 6847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -251.5,-83.5 + rot: -1.5707963267948966 rad + pos: 181.5,102.5 parent: 1 - - uid: 5016 + - uid: 6848 components: - type: Transform rot: 1.5707963267948966 rad - pos: -250.5,-83.5 + pos: 189.5,102.5 parent: 1 - - uid: 5017 + - uid: 6849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -252.5,-83.5 + rot: -1.5707963267948966 rad + pos: 185.5,102.5 parent: 1 - - uid: 5018 + - uid: 6850 components: - type: Transform rot: 1.5707963267948966 rad - pos: -248.5,-83.5 + pos: 185.5,102.5 parent: 1 - - uid: 5019 + - uid: 6851 components: - type: Transform rot: 1.5707963267948966 rad - pos: -253.5,-83.5 + pos: 181.5,102.5 parent: 1 - - uid: 5020 + - uid: 6852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -247.5,-83.5 + rot: -1.5707963267948966 rad + pos: 189.5,102.5 parent: 1 - - uid: 5021 + - uid: 6853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -252.5,-84.5 + rot: -1.5707963267948966 rad + pos: -150.5,-29.5 parent: 1 - - uid: 5022 + - uid: 6854 components: - type: Transform rot: 1.5707963267948966 rad - pos: -263.5,-84.5 + pos: -173.5,-32.5 parent: 1 - - uid: 5023 + - uid: 6855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -256.5,-84.5 + rot: -1.5707963267948966 rad + pos: -166.5,-32.5 parent: 1 - - uid: 5024 + - uid: 6856 components: - type: Transform rot: 1.5707963267948966 rad - pos: -258.5,-84.5 + pos: -107.5,-24.5 parent: 1 - - uid: 5025 + - uid: 6857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -253.5,-84.5 + rot: 3.141592653589793 rad + pos: -98.5,-34.5 parent: 1 - - uid: 5026 +- proto: FenceMetalGate + entities: + - uid: 6858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -254.5,-84.5 + rot: 3.141592653589793 rad + pos: -180.5,-178.5 parent: 1 - - uid: 5027 + - uid: 6859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -229.5,-79.5 + rot: -1.5707963267948966 rad + pos: 105.5,-11.5 parent: 1 - - uid: 5028 + - uid: 6860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -232.5,-79.5 + rot: -1.5707963267948966 rad + pos: 105.5,-7.5 parent: 1 - - uid: 5029 + - uid: 6861 components: - type: Transform rot: 3.141592653589793 rad - pos: -215.5,-78.5 + pos: 172.5,39.5 parent: 1 - - uid: 5030 + - uid: 6862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -237.5,-79.5 + rot: 3.141592653589793 rad + pos: -167.5,-29.5 parent: 1 - - uid: 5031 + - uid: 6863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -240.5,-79.5 + rot: 3.141592653589793 rad + pos: -172.5,-27.5 parent: 1 - - uid: 5032 + - uid: 6864 components: - type: Transform rot: 1.5707963267948966 rad - pos: -239.5,-79.5 + pos: -165.5,-27.5 parent: 1 - - uid: 5033 + - uid: 6865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -235.5,-79.5 + pos: -395.5,115.5 parent: 1 - - uid: 5034 + - uid: 6866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -234.5,-79.5 + pos: -187.5,57.5 parent: 1 - - uid: 5035 +- proto: FenceMetalStraight + entities: + - uid: 6867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,-83.5 + rot: 3.141592653589793 rad + pos: 170.5,74.5 parent: 1 - - uid: 5036 + - uid: 6868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -284.5,-84.5 + rot: -1.5707963267948966 rad + pos: -179.5,-178.5 parent: 1 - - uid: 5037 + - uid: 6869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -272.5,-84.5 + rot: -1.5707963267948966 rad + pos: -181.5,-178.5 parent: 1 - - uid: 5038 + - uid: 6870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -259.5,-83.5 + rot: -1.5707963267948966 rad + pos: 107.5,-12.5 parent: 1 - - uid: 5039 + - uid: 6871 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -254.5,-83.5 + rot: 3.141592653589793 rad + pos: 105.5,-8.5 parent: 1 - - uid: 5040 + - uid: 6872 components: - type: Transform rot: 1.5707963267948966 rad - pos: -270.5,-83.5 - parent: 1 - - uid: 5041 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-62.5 + pos: 106.5,-6.5 parent: 1 - - uid: 5042 + - uid: 6873 components: - type: Transform rot: 1.5707963267948966 rad - pos: -280.5,-83.5 + pos: 107.5,-6.5 parent: 1 - - uid: 5043 + - uid: 6874 components: - type: Transform rot: 3.141592653589793 rad - pos: -260.5,-82.5 + pos: 105.5,-10.5 parent: 1 - - uid: 5044 + - uid: 6875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-83.5 + rot: -1.5707963267948966 rad + pos: 106.5,-12.5 parent: 1 - - uid: 5045 + - uid: 6876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -266.5,-84.5 + rot: -1.5707963267948966 rad + pos: 106.5,-9.5 parent: 1 - - uid: 5046 + - uid: 6877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -267.5,-84.5 + rot: -1.5707963267948966 rad + pos: 107.5,-9.5 parent: 1 - - uid: 5047 + - uid: 6878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -275.5,-84.5 + rot: -1.5707963267948966 rad + pos: 158.5,109.5 parent: 1 - - uid: 5048 + - uid: 6879 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -276.5,-84.5 + rot: -1.5707963267948966 rad + pos: 159.5,109.5 parent: 1 - - uid: 5049 + - uid: 6880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -274.5,-84.5 + pos: 160.5,108.5 parent: 1 - - uid: 5050 + - uid: 6881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -247.5,-84.5 + rot: -1.5707963267948966 rad + pos: 156.5,109.5 parent: 1 - - uid: 5051 + - uid: 6882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -253.5,-79.5 + rot: -1.5707963267948966 rad + pos: 154.5,109.5 parent: 1 - - uid: 5052 + - uid: 6883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -258.5,-83.5 + rot: 3.141592653589793 rad + pos: 153.5,108.5 parent: 1 - - uid: 5053 + - uid: 6884 components: - type: Transform rot: 1.5707963267948966 rad - pos: -273.5,-84.5 + pos: 154.5,105.5 parent: 1 - - uid: 5054 + - uid: 6885 components: - type: Transform rot: 3.141592653589793 rad - pos: -278.5,-61.5 + pos: 171.5,40.5 parent: 1 - - uid: 5055 + - uid: 6886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-84.5 + rot: 3.141592653589793 rad + pos: 171.5,41.5 parent: 1 - - uid: 5056 + - uid: 6887 components: - type: Transform rot: 1.5707963267948966 rad - pos: -276.5,-83.5 + pos: 172.5,42.5 parent: 1 - - uid: 5057 + - uid: 6888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-75.5 + rot: 1.5707963267948966 rad + pos: 173.5,42.5 parent: 1 - - uid: 5058 + - uid: 6889 components: - type: Transform rot: 1.5707963267948966 rad - pos: -274.5,-83.5 + pos: 175.5,42.5 parent: 1 - - uid: 5059 + - uid: 6890 components: - type: Transform rot: 1.5707963267948966 rad - pos: -220.5,-79.5 + pos: 175.5,39.5 parent: 1 - - uid: 5060 + - uid: 6891 components: - type: Transform rot: 1.5707963267948966 rad - pos: -272.5,-83.5 + pos: 174.5,39.5 parent: 1 - - uid: 5061 + - uid: 6892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -207.5,-79.5 + pos: 191.5,44.5 parent: 1 - - uid: 5062 + - uid: 6893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-84.5 + pos: 161.5,42.5 parent: 1 - - uid: 5063 + - uid: 6894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-79.5 + pos: 191.5,45.5 parent: 1 - - uid: 5064 + - uid: 6895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -277.5,-84.5 + pos: 161.5,45.5 parent: 1 - - uid: 5065 + - uid: 6896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-84.5 + pos: 161.5,43.5 parent: 1 - - uid: 5066 + - uid: 6897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -217.5,-79.5 + pos: 170.5,82.5 parent: 1 - - uid: 5067 + - uid: 6898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -219.5,-79.5 + pos: 170.5,75.5 parent: 1 - - uid: 5068 + - uid: 6899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -273.5,-83.5 + rot: -1.5707963267948966 rad + pos: 176.5,72.5 parent: 1 - - uid: 5069 + - uid: 6900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -280.5,-84.5 + rot: -1.5707963267948966 rad + pos: 173.5,72.5 parent: 1 - - uid: 5070 + - uid: 6901 components: - type: Transform rot: -1.5707963267948966 rad - pos: -212.5,-79.5 + pos: 174.5,72.5 parent: 1 - - uid: 5071 + - uid: 6902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -275.5,-83.5 + rot: -1.5707963267948966 rad + pos: 177.5,72.5 parent: 1 - - uid: 5072 + - uid: 6903 components: - type: Transform rot: -1.5707963267948966 rad - pos: 157.5,-90.5 + pos: 178.5,72.5 parent: 1 - - uid: 5073 + - uid: 6904 components: - type: Transform - pos: 155.5,-91.5 + rot: -1.5707963267948966 rad + pos: 183.5,72.5 parent: 1 - - uid: 5074 + - uid: 6905 components: - type: Transform rot: -1.5707963267948966 rad - pos: 161.5,-90.5 + pos: 182.5,72.5 parent: 1 - - uid: 5075 + - uid: 6906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 159.5,-90.5 + rot: 3.141592653589793 rad + pos: 170.5,73.5 parent: 1 - - uid: 5076 + - uid: 6907 components: - type: Transform rot: -1.5707963267948966 rad - pos: 146.5,-90.5 + pos: 175.5,72.5 parent: 1 - - uid: 5077 + - uid: 6908 components: - type: Transform rot: -1.5707963267948966 rad - pos: 163.5,-90.5 + pos: 172.5,72.5 parent: 1 - - uid: 5078 + - uid: 6909 components: - type: Transform rot: -1.5707963267948966 rad - pos: 155.5,-90.5 + pos: 179.5,72.5 parent: 1 - - uid: 5079 + - uid: 6910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 147.5,-90.5 + pos: 170.5,84.5 parent: 1 - - uid: 5080 + - uid: 6911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 166.5,-90.5 + rot: 1.5707963267948966 rad + pos: 171.5,72.5 parent: 1 - - uid: 5081 + - uid: 6912 components: - type: Transform rot: -1.5707963267948966 rad - pos: 156.5,-90.5 + pos: 180.5,72.5 parent: 1 - - uid: 5082 + - uid: 6913 components: - type: Transform rot: -1.5707963267948966 rad - pos: 151.5,-90.5 + pos: 184.5,72.5 parent: 1 - - uid: 5083 + - uid: 6914 components: - type: Transform rot: -1.5707963267948966 rad - pos: 150.5,-90.5 + pos: 185.5,72.5 parent: 1 - - uid: 5084 + - uid: 6915 components: - type: Transform rot: -1.5707963267948966 rad - pos: 165.5,-90.5 + pos: 186.5,72.5 parent: 1 - - uid: 5085 + - uid: 6916 components: - type: Transform rot: -1.5707963267948966 rad - pos: 160.5,-90.5 + pos: 187.5,72.5 parent: 1 - - uid: 5086 + - uid: 6917 components: - type: Transform rot: -1.5707963267948966 rad - pos: 164.5,-90.5 + pos: 188.5,72.5 parent: 1 - - uid: 5087 + - uid: 6918 components: - type: Transform rot: -1.5707963267948966 rad - pos: 171.5,-90.5 + pos: 189.5,72.5 parent: 1 - - uid: 5088 + - uid: 6919 components: - type: Transform rot: -1.5707963267948966 rad - pos: 168.5,-90.5 + pos: 191.5,72.5 parent: 1 - - uid: 5089 + - uid: 6920 components: - type: Transform rot: -1.5707963267948966 rad - pos: 162.5,-90.5 + pos: 192.5,72.5 parent: 1 - - uid: 5090 + - uid: 6921 components: - type: Transform rot: -1.5707963267948966 rad - pos: 169.5,-90.5 + pos: 193.5,72.5 parent: 1 - - uid: 5091 + - uid: 6922 components: - type: Transform rot: -1.5707963267948966 rad - pos: 153.5,-90.5 - parent: 1 - - uid: 5092 - components: - - type: Transform - pos: 155.5,-89.5 + pos: 194.5,72.5 parent: 1 - - uid: 5093 + - uid: 6923 components: - type: Transform - pos: 155.5,-90.5 + rot: -1.5707963267948966 rad + pos: 195.5,72.5 parent: 1 - - uid: 5094 + - uid: 6924 components: - type: Transform rot: -1.5707963267948966 rad - pos: 145.5,-90.5 + pos: 196.5,72.5 parent: 1 - - uid: 5095 + - uid: 6925 components: - type: Transform - pos: 155.5,-90.5 + pos: 170.5,83.5 parent: 1 - - uid: 5096 + - uid: 6926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 144.5,-90.5 + pos: 170.5,80.5 parent: 1 - - uid: 5097 + - uid: 6927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,-90.5 + pos: 170.5,81.5 parent: 1 - - uid: 5098 + - uid: 6928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 159.5,-90.5 + pos: 170.5,86.5 parent: 1 - - uid: 5099 + - uid: 6929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 152.5,-90.5 + pos: 170.5,87.5 parent: 1 - - uid: 5100 + - uid: 6930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 170.5,-90.5 + pos: 170.5,88.5 parent: 1 - - uid: 5101 + - uid: 6931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 149.5,-90.5 + pos: 170.5,89.5 parent: 1 - - uid: 5102 + - uid: 6932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,-90.5 + pos: 170.5,90.5 parent: 1 - - uid: 5103 + - uid: 6933 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 172.5,-90.5 + pos: 170.5,91.5 parent: 1 - - uid: 5104 + - uid: 6934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 174.5,-90.5 + pos: 170.5,92.5 parent: 1 - - uid: 5105 + - uid: 6935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,-90.5 + pos: 170.5,93.5 parent: 1 - - uid: 5106 + - uid: 6936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,-90.5 + pos: 170.5,94.5 parent: 1 - - uid: 5107 + - uid: 6937 components: - type: Transform - pos: 176.5,-91.5 + pos: 170.5,95.5 parent: 1 - - uid: 5108 + - uid: 6938 components: - type: Transform - pos: 176.5,-90.5 + pos: 170.5,96.5 parent: 1 - - uid: 5109 + - uid: 6939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,-92.5 + pos: 170.5,98.5 parent: 1 - - uid: 5110 + - uid: 6940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,-91.5 + pos: 170.5,99.5 parent: 1 - - uid: 5111 + - uid: 6941 components: - type: Transform - pos: 176.5,-89.5 + pos: 170.5,100.5 parent: 1 - - uid: 5112 + - uid: 6942 components: - type: Transform - pos: 176.5,-89.5 + pos: 170.5,101.5 parent: 1 - - uid: 5113 + - uid: 6943 components: - type: Transform - pos: 176.5,-92.5 + rot: 1.5707963267948966 rad + pos: 171.5,102.5 parent: 1 - - uid: 5114 + - uid: 6944 components: - type: Transform - pos: 176.5,-91.5 + rot: 1.5707963267948966 rad + pos: 172.5,102.5 parent: 1 - - uid: 5115 + - uid: 6945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,-90.5 + rot: 1.5707963267948966 rad + pos: 173.5,102.5 parent: 1 - - uid: 5116 + - uid: 6946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,-90.5 + rot: 1.5707963267948966 rad + pos: 175.5,102.5 parent: 1 - - uid: 5117 + - uid: 6947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,-90.5 + rot: 1.5707963267948966 rad + pos: 176.5,102.5 parent: 1 - - uid: 5118 + - uid: 6948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,-90.5 + rot: 1.5707963267948966 rad + pos: 177.5,102.5 parent: 1 - - uid: 5119 + - uid: 6949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,-90.5 + rot: 1.5707963267948966 rad + pos: 178.5,102.5 parent: 1 - - uid: 5120 + - uid: 6950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,-90.5 + rot: 1.5707963267948966 rad + pos: 179.5,102.5 parent: 1 - - uid: 5121 + - uid: 6951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,-90.5 + rot: 1.5707963267948966 rad + pos: 182.5,102.5 parent: 1 - - uid: 5122 + - uid: 6952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,-90.5 + rot: 1.5707963267948966 rad + pos: 183.5,102.5 parent: 1 - - uid: 5123 + - uid: 6953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,-90.5 + rot: 1.5707963267948966 rad + pos: 184.5,102.5 parent: 1 - - uid: 5124 + - uid: 6954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,-90.5 + rot: 1.5707963267948966 rad + pos: 186.5,102.5 parent: 1 - - uid: 5125 + - uid: 6955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,-90.5 + rot: 1.5707963267948966 rad + pos: 187.5,102.5 parent: 1 - - uid: 5126 + - uid: 6956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,-90.5 + rot: 1.5707963267948966 rad + pos: 188.5,102.5 parent: 1 - - uid: 5127 + - uid: 6957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,-90.5 + rot: 1.5707963267948966 rad + pos: 190.5,102.5 parent: 1 - - uid: 5128 + - uid: 6958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,-90.5 + rot: 1.5707963267948966 rad + pos: 191.5,102.5 parent: 1 - - uid: 5129 + - uid: 6959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,-90.5 + rot: 1.5707963267948966 rad + pos: 192.5,102.5 parent: 1 - - uid: 5130 + - uid: 6960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,-90.5 + rot: 1.5707963267948966 rad + pos: 193.5,102.5 parent: 1 - - uid: 5131 + - uid: 6961 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,-90.5 + rot: 1.5707963267948966 rad + pos: 194.5,102.5 parent: 1 - - uid: 5132 + - uid: 6962 components: - type: Transform rot: 3.141592653589793 rad - pos: 198.5,-89.5 + pos: -173.5,-28.5 parent: 1 - - uid: 5133 + - uid: 6963 components: - type: Transform rot: 3.141592653589793 rad - pos: 198.5,-88.5 + pos: -173.5,-29.5 parent: 1 - - uid: 5134 + - uid: 6964 components: - type: Transform - pos: 185.5,-88.5 + pos: -173.5,-31.5 parent: 1 - - uid: 5135 + - uid: 6965 components: - type: Transform - pos: 185.5,-91.5 + rot: 3.141592653589793 rad + pos: -173.5,-30.5 parent: 1 - - uid: 5136 + - uid: 6966 components: - type: Transform - pos: 185.5,-89.5 + rot: 1.5707963267948966 rad + pos: -171.5,-32.5 parent: 1 - - uid: 5137 + - uid: 6967 components: - type: Transform - pos: 185.5,-90.5 + rot: 1.5707963267948966 rad + pos: -170.5,-32.5 parent: 1 - - uid: 5138 + - uid: 6968 components: - type: Transform - pos: 176.5,-89.5 + rot: 1.5707963267948966 rad + pos: -167.5,-32.5 parent: 1 - - uid: 5139 + - uid: 6969 components: - type: Transform - pos: 185.5,-91.5 + rot: 1.5707963267948966 rad + pos: -168.5,-32.5 parent: 1 - - uid: 5140 + - uid: 6970 components: - type: Transform - pos: 176.5,-88.5 + pos: -166.5,-31.5 parent: 1 - - uid: 5141 + - uid: 6971 components: - type: Transform - pos: 155.5,-91.5 + rot: 1.5707963267948966 rad + pos: -169.5,-32.5 parent: 1 - - uid: 5142 + - uid: 6972 components: - type: Transform - pos: 156.5,-91.5 + rot: -1.5707963267948966 rad + pos: -172.5,-32.5 parent: 1 - - uid: 5143 + - uid: 6973 components: - type: Transform - pos: 156.5,-90.5 + rot: -1.5707963267948966 rad + pos: -164.5,-29.5 parent: 1 - - uid: 5144 + - uid: 6974 components: - type: Transform - pos: 156.5,-89.5 + pos: -166.5,-30.5 parent: 1 - - uid: 5145 + - uid: 6975 components: - type: Transform - pos: 156.5,-88.5 + rot: -1.5707963267948966 rad + pos: -165.5,-29.5 parent: 1 - - uid: 5146 + - uid: 6976 components: - type: Transform - pos: 156.5,-88.5 + rot: -1.5707963267948966 rad + pos: -163.5,-29.5 parent: 1 - - uid: 5147 + - uid: 6977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,-92.5 + rot: -1.5707963267948966 rad + pos: -162.5,-29.5 parent: 1 - - uid: 5148 + - uid: 6978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,-91.5 + rot: -1.5707963267948966 rad + pos: -160.5,-29.5 parent: 1 - - uid: 5149 + - uid: 6979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,-94.5 + rot: -1.5707963267948966 rad + pos: -159.5,-29.5 parent: 1 - - uid: 5150 + - uid: 6980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,-95.5 + rot: -1.5707963267948966 rad + pos: -158.5,-29.5 parent: 1 - - uid: 5155 + - uid: 6981 components: - type: Transform - pos: 212.5,-25.5 + rot: 1.5707963267948966 rad + pos: -155.5,-29.5 parent: 1 - - uid: 5156 + - uid: 6982 components: - type: Transform - pos: 212.5,-22.5 + rot: -1.5707963267948966 rad + pos: -156.5,-29.5 parent: 1 - - uid: 5157 + - uid: 6983 components: - type: Transform - pos: 212.5,-23.5 + rot: -1.5707963267948966 rad + pos: -154.5,-29.5 parent: 1 - - uid: 5158 + - uid: 6984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 211.5,187.5 + rot: -1.5707963267948966 rad + pos: -153.5,-29.5 parent: 1 - - uid: 5159 + - uid: 6985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,187.5 + rot: -1.5707963267948966 rad + pos: -152.5,-29.5 parent: 1 - - uid: 5160 + - uid: 6986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 201.5,187.5 + rot: -1.5707963267948966 rad + pos: -151.5,-29.5 parent: 1 - - uid: 5161 + - uid: 6987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.5,187.5 + rot: 3.141592653589793 rad + pos: -150.5,-28.5 parent: 1 - - uid: 5162 + - uid: 6988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 202.5,187.5 + rot: 3.141592653589793 rad + pos: -150.5,-27.5 parent: 1 - - uid: 5163 + - uid: 6989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 204.5,187.5 + pos: -165.5,-28.5 parent: 1 - - uid: 5164 + - uid: 6990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,187.5 + pos: -169.5,-61.5 parent: 1 - - uid: 5165 + - uid: 6991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,187.5 + rot: -1.5707963267948966 rad + pos: -104.5,-24.5 parent: 1 - - uid: 5166 + - uid: 6992 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,199.5 + rot: -1.5707963267948966 rad + pos: -189.5,57.5 parent: 1 - - uid: 5167 + - uid: 6993 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,198.5 + pos: 93.5,-112.5 parent: 1 - - uid: 5168 + - uid: 6994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,189.5 + rot: -1.5707963267948966 rad + pos: 91.5,-7.5 parent: 1 - - uid: 5169 + - uid: 6995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,192.5 + rot: -1.5707963267948966 rad + pos: 88.5,-7.5 parent: 1 - - uid: 5170 + - uid: 6996 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,203.5 + rot: -1.5707963267948966 rad + pos: 87.5,-7.5 parent: 1 - - uid: 5171 + - uid: 6997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,190.5 + rot: -1.5707963267948966 rad + pos: 86.5,-7.5 parent: 1 - - uid: 5172 + - uid: 6998 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,193.5 + rot: -1.5707963267948966 rad + pos: 89.5,-7.5 parent: 1 - - uid: 5173 + - uid: 6999 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,191.5 + rot: -1.5707963267948966 rad + pos: 85.5,-7.5 parent: 1 - - uid: 5174 + - uid: 7000 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,196.5 + rot: -1.5707963267948966 rad + pos: 90.5,-7.5 parent: 1 - - uid: 5175 + - uid: 7001 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,191.5 + rot: -1.5707963267948966 rad + pos: 84.5,-7.5 parent: 1 - - uid: 5176 + - uid: 7002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,193.5 + pos: 93.5,-111.5 parent: 1 - - uid: 5177 + - uid: 7003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,193.5 + pos: 93.5,-113.5 parent: 1 - - uid: 5178 + - uid: 7004 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,194.5 + rot: -1.5707963267948966 rad + pos: 95.5,-101.5 parent: 1 - - uid: 5180 + - uid: 7005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,201.5 + rot: 1.5707963267948966 rad + pos: -394.5,115.5 parent: 1 - - uid: 5181 + - uid: 7006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,203.5 + rot: 1.5707963267948966 rad + pos: -396.5,115.5 parent: 1 - - uid: 5182 + - uid: 7007 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,204.5 + pos: -397.5,116.5 parent: 1 - - uid: 5183 + - uid: 7008 components: - type: Transform rot: 3.141592653589793 rad - pos: 215.5,192.5 + pos: -397.5,118.5 parent: 1 - - uid: 5184 + - uid: 7009 components: - type: Transform rot: 3.141592653589793 rad - pos: 215.5,190.5 + pos: -397.5,117.5 parent: 1 - - uid: 5185 + - uid: 7010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.5,187.5 + rot: -1.5707963267948966 rad + pos: 101.5,-101.5 parent: 1 - - uid: 5186 + - uid: 7011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,187.5 + rot: -1.5707963267948966 rad + pos: 104.5,-101.5 parent: 1 - - uid: 5187 + - uid: 7012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 208.5,187.5 + rot: -1.5707963267948966 rad + pos: 98.5,-7.5 parent: 1 - - uid: 5188 + - uid: 7013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 210.5,187.5 + rot: -1.5707963267948966 rad + pos: -188.5,57.5 parent: 1 - - uid: 5189 + - uid: 7014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 200.5,187.5 + rot: 3.141592653589793 rad + pos: -185.5,58.5 parent: 1 - - uid: 5190 + - uid: 7015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,189.5 + rot: -1.5707963267948966 rad + pos: -186.5,57.5 parent: 1 - - uid: 5191 + - uid: 7016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,187.5 + pos: -169.5,-60.5 parent: 1 - - uid: 5192 + - uid: 7017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 202.5,187.5 + pos: -98.5,-25.5 parent: 1 - - uid: 5193 + - uid: 7018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 212.5,187.5 + pos: -98.5,-31.5 parent: 1 - - uid: 5194 + - uid: 7019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,210.5 + pos: -98.5,-30.5 parent: 1 - - uid: 5195 + - uid: 7020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 208.5,187.5 + pos: -98.5,-26.5 parent: 1 - - uid: 5196 + - uid: 7021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 196.5,187.5 + rot: -1.5707963267948966 rad + pos: -102.5,-24.5 parent: 1 - - uid: 5197 + - uid: 7022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 205.5,187.5 + rot: -1.5707963267948966 rad + pos: -103.5,-24.5 parent: 1 - - uid: 5198 + - uid: 7023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 212.5,187.5 + pos: -98.5,-28.5 parent: 1 - - uid: 5199 + - uid: 7024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 207.5,187.5 + pos: -98.5,-27.5 parent: 1 - - uid: 5200 + - uid: 7025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 213.5,187.5 + rot: -1.5707963267948966 rad + pos: -101.5,-24.5 parent: 1 - - uid: 5201 + - uid: 7026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 205.5,187.5 + pos: -98.5,-29.5 parent: 1 - - uid: 5202 + - uid: 7027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 207.5,187.5 + pos: -98.5,-32.5 parent: 1 - - uid: 5203 + - uid: 7028 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,193.5 + pos: -98.5,-33.5 parent: 1 - - uid: 5204 + - uid: 7029 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,190.5 + rot: -1.5707963267948966 rad + pos: -99.5,-24.5 parent: 1 - - uid: 5205 + - uid: 7030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 206.5,187.5 + rot: -1.5707963267948966 rad + pos: -106.5,-24.5 parent: 1 - - uid: 5206 + - uid: 7031 components: - type: Transform rot: 1.5707963267948966 rad - pos: 207.5,187.5 + pos: -167.5,-63.5 parent: 1 - - uid: 5207 + - uid: 7032 components: - type: Transform rot: 1.5707963267948966 rad - pos: 209.5,187.5 + pos: -164.5,-63.5 parent: 1 - - uid: 5208 + - uid: 7033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 211.5,187.5 + pos: -169.5,-59.5 parent: 1 - - uid: 5209 + - uid: 7034 components: - type: Transform rot: 1.5707963267948966 rad - pos: 212.5,187.5 + pos: -165.5,-63.5 parent: 1 - - uid: 5210 + - uid: 7035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,203.5 + pos: -169.5,-57.5 parent: 1 - - uid: 5211 + - uid: 7036 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,202.5 + rot: 1.5707963267948966 rad + pos: -163.5,-63.5 parent: 1 - - uid: 5212 + - uid: 7037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,204.5 + pos: -169.5,-58.5 parent: 1 - - uid: 5213 + - uid: 7038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,202.5 + rot: 1.5707963267948966 rad + pos: -168.5,-63.5 parent: 1 - - uid: 5214 + - uid: 7039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,187.5 + rot: 3.141592653589793 rad + pos: -169.5,-62.5 parent: 1 - - uid: 5215 + - uid: 7040 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,202.5 + pos: 190.5,72.5 parent: 1 - - uid: 5216 + - uid: 7041 components: - type: Transform rot: -1.5707963267948966 rad - pos: 192.5,202.5 + pos: 95.5,-101.5 parent: 1 - - uid: 5217 + - uid: 7042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,201.5 + pos: 93.5,-110.5 parent: 1 - - uid: 5218 + - uid: 7043 components: - type: Transform - pos: 196.5,202.5 + pos: 106.5,-113.5 parent: 1 - - uid: 5219 + - uid: 7044 components: - type: Transform - pos: 196.5,204.5 + pos: 106.5,-104.5 parent: 1 - - uid: 5220 + - uid: 7045 components: - type: Transform - pos: 196.5,203.5 + pos: 93.5,-115.5 parent: 1 - - uid: 5221 + - uid: 7046 components: - type: Transform - pos: 196.5,202.5 + pos: 93.5,-109.5 parent: 1 - - uid: 5222 + - uid: 7047 components: - type: Transform - pos: 196.5,201.5 + pos: 106.5,-106.5 parent: 1 - - uid: 5223 + - uid: 7048 components: - type: Transform - pos: 196.5,201.5 + pos: 106.5,-108.5 parent: 1 - - uid: 5224 + - uid: 7049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,202.5 + pos: 106.5,-107.5 parent: 1 - - uid: 5225 + - uid: 7050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,202.5 + pos: 106.5,-109.5 parent: 1 - - uid: 5226 + - uid: 7051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,202.5 + pos: 106.5,-110.5 parent: 1 - - uid: 5227 + - uid: 7052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,202.5 + pos: 106.5,-111.5 parent: 1 - - uid: 5228 + - uid: 7053 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,202.5 + pos: 106.5,-112.5 parent: 1 - - uid: 5229 + - uid: 7054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,202.5 + pos: 106.5,-112.5 parent: 1 - - uid: 5230 + - uid: 7055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,202.5 + pos: 93.5,-119.5 parent: 1 - - uid: 5231 + - uid: 7056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,208.5 + pos: 93.5,-120.5 parent: 1 - - uid: 5232 + - uid: 7057 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,217.5 + pos: 93.5,-114.5 parent: 1 - - uid: 5233 + - uid: 7058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,216.5 + pos: 106.5,-114.5 parent: 1 - - uid: 5234 + - uid: 7059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 199.5,187.5 + pos: 106.5,-115.5 parent: 1 - - uid: 5235 + - uid: 7060 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,206.5 + pos: 106.5,-116.5 parent: 1 - - uid: 5236 + - uid: 7061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,207.5 + pos: 106.5,-117.5 parent: 1 - - uid: 5237 + - uid: 7062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,205.5 + pos: 106.5,-118.5 parent: 1 - - uid: 5238 + - uid: 7063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,204.5 + pos: 106.5,-119.5 parent: 1 - - uid: 5239 + - uid: 7064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,209.5 + pos: 106.5,-120.5 parent: 1 - - uid: 5240 + - uid: 7065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,209.5 + pos: 106.5,-121.5 parent: 1 - - uid: 5241 + - uid: 7066 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,212.5 + pos: 106.5,-122.5 parent: 1 - - uid: 5242 + - uid: 7067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,214.5 + pos: 106.5,-123.5 parent: 1 - - uid: 5243 + - uid: 7068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,214.5 + pos: 106.5,-124.5 parent: 1 - - uid: 5244 + - uid: 7069 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,216.5 + pos: 106.5,-125.5 parent: 1 - - uid: 5245 + - uid: 7070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,210.5 + pos: 106.5,-126.5 parent: 1 - - uid: 5246 + - uid: 7071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,212.5 + rot: -1.5707963267948966 rad + pos: 94.5,-127.5 parent: 1 - - uid: 5247 + - uid: 7072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,208.5 + rot: -1.5707963267948966 rad + pos: 95.5,-127.5 parent: 1 - - uid: 5248 + - uid: 7073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,209.5 + rot: -1.5707963267948966 rad + pos: 96.5,-127.5 parent: 1 - - uid: 5249 + - uid: 7074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,217.5 + rot: -1.5707963267948966 rad + pos: 97.5,-127.5 parent: 1 - - uid: 5250 + - uid: 7075 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,218.5 + rot: -1.5707963267948966 rad + pos: 98.5,-127.5 parent: 1 - - uid: 5251 + - uid: 7076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,218.5 + rot: -1.5707963267948966 rad + pos: 99.5,-127.5 parent: 1 - - uid: 5252 + - uid: 7077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,219.5 + rot: -1.5707963267948966 rad + pos: 100.5,-127.5 parent: 1 - - uid: 5253 + - uid: 7078 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,219.5 + rot: -1.5707963267948966 rad + pos: 101.5,-127.5 parent: 1 - - uid: 5254 + - uid: 7079 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,218.5 + rot: -1.5707963267948966 rad + pos: 102.5,-127.5 parent: 1 - - uid: 5255 + - uid: 7080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,209.5 + rot: -1.5707963267948966 rad + pos: 103.5,-127.5 parent: 1 - - uid: 5256 + - uid: 7081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,209.5 + rot: -1.5707963267948966 rad + pos: 104.5,-127.5 parent: 1 - - uid: 5257 + - uid: 7082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-83.5 + rot: -1.5707963267948966 rad + pos: 105.5,-127.5 parent: 1 - - uid: 5258 + - uid: 7083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,209.5 + rot: 3.141592653589793 rad + pos: 93.5,-126.5 parent: 1 - - uid: 5259 + - uid: 7084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,209.5 + rot: 3.141592653589793 rad + pos: 93.5,-125.5 parent: 1 - - uid: 5260 + - uid: 7085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,209.5 + rot: 3.141592653589793 rad + pos: 93.5,-124.5 parent: 1 - - uid: 5261 + - uid: 7086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 195.5,209.5 + rot: 3.141592653589793 rad + pos: 93.5,-123.5 parent: 1 - - uid: 5262 + - uid: 7087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 195.5,209.5 + rot: 3.141592653589793 rad + pos: 93.5,-122.5 parent: 1 - - uid: 5263 + - uid: 7088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,210.5 + rot: 3.141592653589793 rad + pos: 93.5,-121.5 parent: 1 - - uid: 5264 + - uid: 7089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,210.5 + rot: -1.5707963267948966 rad + pos: 105.5,-101.5 parent: 1 - - uid: 5265 + - uid: 7090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,210.5 + rot: -1.5707963267948966 rad + pos: 96.5,-101.5 parent: 1 - - uid: 5266 + - uid: 7091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,210.5 + rot: -1.5707963267948966 rad + pos: 98.5,-101.5 parent: 1 - - uid: 5267 + - uid: 7092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,210.5 + rot: -1.5707963267948966 rad + pos: 103.5,-101.5 parent: 1 - - uid: 5268 + - uid: 7093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,187.5 + rot: -1.5707963267948966 rad + pos: 102.5,-101.5 parent: 1 - - uid: 5269 + - uid: 7094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -277.5,-83.5 + rot: -1.5707963267948966 rad + pos: 100.5,-101.5 parent: 1 - - uid: 5270 + - uid: 7095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-83.5 + pos: 106.5,-102.5 parent: 1 - - uid: 5271 + - uid: 7096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -264.5,-84.5 + pos: 106.5,-104.5 parent: 1 - - uid: 5272 + - uid: 7097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -265.5,-84.5 + rot: -1.5707963267948966 rad + pos: 104.5,-101.5 parent: 1 - - uid: 5273 + - uid: 7098 components: - type: Transform - pos: -227.5,-88.5 + rot: -1.5707963267948966 rad + pos: 95.5,-101.5 parent: 1 - - uid: 5274 + - uid: 7099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -244.5,-89.5 + rot: -1.5707963267948966 rad + pos: 95.5,-101.5 parent: 1 - - uid: 5275 + - uid: 7100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -201.5,-89.5 + rot: -1.5707963267948966 rad + pos: 99.5,-101.5 parent: 1 - - uid: 5276 + - uid: 7101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -217.5,-89.5 + pos: 106.5,-105.5 parent: 1 - - uid: 5277 + - uid: 7102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -237.5,-89.5 + pos: 106.5,-102.5 parent: 1 - - uid: 5278 + - uid: 7103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -204.5,-89.5 + rot: -1.5707963267948966 rad + pos: 97.5,-101.5 parent: 1 - - uid: 5279 + - uid: 7104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -221.5,-89.5 + rot: -1.5707963267948966 rad + pos: 97.5,-101.5 parent: 1 - - uid: 5280 + - uid: 7105 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-40.5 + pos: 106.5,-102.5 parent: 1 - - uid: 5281 + - uid: 7106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -220.5,-89.5 + pos: 106.5,-103.5 parent: 1 - - uid: 5282 + - uid: 7107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-39.5 + pos: 93.5,-102.5 parent: 1 - - uid: 5283 + - uid: 7108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -308.5,-39.5 + pos: 93.5,-102.5 parent: 1 - - uid: 5284 + - uid: 7109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -282.5,-39.5 + pos: 93.5,-103.5 parent: 1 - - uid: 5285 + - uid: 7110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -301.5,-39.5 + pos: 93.5,-104.5 parent: 1 - - uid: 5286 + - uid: 7111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -293.5,-39.5 + pos: 93.5,-104.5 parent: 1 - - uid: 5287 + - uid: 7112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -292.5,-39.5 + pos: 93.5,-105.5 parent: 1 - - uid: 5288 + - uid: 7113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,-39.5 + pos: 93.5,-106.5 parent: 1 - - uid: 5289 + - uid: 7114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -297.5,-39.5 + pos: 93.5,-107.5 parent: 1 - - uid: 5290 + - uid: 7115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -283.5,-41.5 + pos: 93.5,-108.5 parent: 1 - - uid: 5291 - components: - - type: Transform - pos: -306.5,-39.5 - parent: 1 - - uid: 5292 + - uid: 7116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -299.5,-39.5 + pos: 93.5,-108.5 parent: 1 - - uid: 5293 + - uid: 7117 components: - type: Transform rot: -1.5707963267948966 rad - pos: -294.5,-39.5 + pos: 94.5,-101.5 parent: 1 - - uid: 5294 +- proto: FenceWoodHighCorner + entities: + - uid: 7118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -279.5,-39.5 + pos: 186.5,183.5 parent: 1 - - uid: 5295 + - uid: 7119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,-39.5 + rot: 1.5707963267948966 rad + pos: 95.5,130.5 parent: 1 - - uid: 5296 + - uid: 7120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-41.5 + rot: 1.5707963267948966 rad + pos: 74.5,111.5 parent: 1 - - uid: 5297 + - uid: 7121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,-41.5 + rot: 3.141592653589793 rad + pos: 66.5,130.5 parent: 1 - - uid: 5298 + - uid: 7122 components: - type: Transform rot: -1.5707963267948966 rad - pos: -280.5,-41.5 + pos: -90.5,-113.5 parent: 1 - - uid: 5299 + - uid: 7123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,-41.5 + pos: -71.5,-113.5 parent: 1 - - uid: 5300 + - uid: 7124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -277.5,-39.5 + rot: 3.141592653589793 rad + pos: -90.5,-97.5 parent: 1 - - uid: 5301 + - uid: 7125 components: - type: Transform rot: -1.5707963267948966 rad - pos: -288.5,-41.5 + pos: 74.5,84.5 parent: 1 - - uid: 5302 + - uid: 7126 components: - type: Transform rot: -1.5707963267948966 rad - pos: -288.5,-39.5 + pos: 66.5,111.5 parent: 1 - - uid: 5303 + - uid: 7127 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,-41.5 + pos: 174.5,183.5 parent: 1 - - uid: 5304 + - uid: 7128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -280.5,-39.5 + rot: 3.141592653589793 rad + pos: -178.5,-128.5 parent: 1 - - uid: 5305 + - uid: 7129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,-39.5 + rot: 1.5707963267948966 rad + pos: 88.5,-125.5 parent: 1 - - uid: 5306 +- proto: FenceWoodHighEnd + entities: + - uid: 7130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -282.5,-41.5 + rot: 1.5707963267948966 rad + pos: 185.5,183.5 parent: 1 - - uid: 5307 + - uid: 7131 components: - type: Transform rot: -1.5707963267948966 rad - pos: -289.5,-39.5 + pos: 181.5,183.5 parent: 1 - - uid: 5308 + - uid: 7132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -283.5,-39.5 + rot: 3.141592653589793 rad + pos: 95.5,120.5 parent: 1 - - uid: 5309 + - uid: 7133 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-39.5 + pos: 95.5,118.5 parent: 1 - - uid: 5310 + - uid: 7134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-39.5 + rot: 1.5707963267948966 rad + pos: 117.5,36.5 parent: 1 - - uid: 5311 + - uid: 7135 components: - type: Transform rot: -1.5707963267948966 rad - pos: -281.5,-41.5 + pos: 116.5,36.5 parent: 1 - - uid: 5312 + - uid: 7136 components: - type: Transform rot: -1.5707963267948966 rad - pos: -300.5,-39.5 + pos: 69.5,130.5 parent: 1 - - uid: 5313 + - uid: 7137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -303.5,-39.5 + rot: 1.5707963267948966 rad + pos: 72.5,130.5 parent: 1 - - uid: 5314 + - uid: 7138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -302.5,-39.5 + rot: 1.5707963267948966 rad + pos: -76.5,-97.5 parent: 1 - - uid: 5315 + - uid: 7139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -304.5,-39.5 + rot: 3.141592653589793 rad + pos: -90.5,-107.5 parent: 1 - - uid: 5316 + - uid: 7140 components: - type: Transform rot: -1.5707963267948966 rad - pos: -306.5,-39.5 + pos: -74.5,-97.5 parent: 1 - - uid: 5317 + - uid: 7141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -305.5,-39.5 + rot: 3.141592653589793 rad + pos: -90.5,-105.5 parent: 1 - - uid: 5318 + - uid: 7142 components: - type: Transform rot: -1.5707963267948966 rad - pos: -307.5,-39.5 + pos: -71.5,-97.5 parent: 1 - - uid: 5319 + - uid: 7143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -309.5,-39.5 + rot: 1.5707963267948966 rad + pos: -78.5,-97.5 parent: 1 - - uid: 5320 + - uid: 7144 components: - type: Transform rot: -1.5707963267948966 rad - pos: -310.5,-39.5 + pos: -86.5,-113.5 parent: 1 - - uid: 5321 + - uid: 7145 components: - type: Transform rot: -1.5707963267948966 rad - pos: -313.5,-39.5 + pos: -80.5,-97.5 parent: 1 - - uid: 5322 + - uid: 7146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -311.5,-39.5 + rot: 1.5707963267948966 rad + pos: -81.5,-97.5 parent: 1 - - uid: 5323 + - uid: 7147 components: - type: Transform rot: -1.5707963267948966 rad - pos: -312.5,-39.5 + pos: -81.5,-97.5 parent: 1 - - uid: 5324 + - uid: 7148 components: - type: Transform - pos: -306.5,-40.5 + rot: 1.5707963267948966 rad + pos: -86.5,-113.5 parent: 1 - - uid: 5325 + - uid: 7149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -305.5,-40.5 + rot: -1.5707963267948966 rad + pos: -78.5,-97.5 parent: 1 - - uid: 5326 + - uid: 7150 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-38.5 + pos: -90.5,-108.5 parent: 1 - - uid: 5327 + - uid: 7151 components: - type: Transform rot: 1.5707963267948966 rad - pos: -306.5,-40.5 + pos: -73.5,-97.5 parent: 1 - - uid: 5328 + - uid: 7152 components: - type: Transform - pos: -306.5,-38.5 + rot: -1.5707963267948966 rad + pos: -69.5,-99.5 parent: 1 - - uid: 5329 + - uid: 7153 components: - type: Transform - pos: -306.5,-38.5 + rot: -1.5707963267948966 rad + pos: -76.5,-97.5 parent: 1 - - uid: 8498 + - uid: 7154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-91.5 + rot: -1.5707963267948966 rad + pos: 129.5,36.5 parent: 1 - - uid: 44188 + - uid: 7155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-93.5 + rot: 1.5707963267948966 rad + pos: 130.5,36.5 parent: 1 - - uid: 44252 +- proto: FenceWoodHighGate + entities: + - uid: 7156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-90.5 + pos: -70.5,-99.5 parent: 1 - - uid: 44317 + - uid: 7157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-92.5 + rot: 1.5707963267948966 rad + pos: -71.5,-111.5 parent: 1 - - uid: 44328 + - uid: 7158 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-92.5 + pos: 158.5,135.5 parent: 1 - - uid: 44340 + - uid: 7159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-94.5 + rot: 1.5707963267948966 rad + pos: -178.5,-133.5 parent: 1 - - uid: 44346 + - uid: 7160 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-95.5 + pos: -174.5,-128.5 parent: 1 -- proto: DisposalPipeBroken - entities: - - uid: 5330 + - uid: 7161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-90.5 + pos: 86.5,-125.5 parent: 1 - - uid: 5331 +- proto: FenceWoodHighStraight + entities: + - uid: 7162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 158.5,-90.5 + pos: 186.5,188.5 parent: 1 - - uid: 5332 + - uid: 7163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,-90.5 + pos: 66.5,121.5 parent: 1 - - uid: 5333 + - uid: 7164 components: - type: Transform rot: 1.5707963267948966 rad - pos: 183.5,-90.5 + pos: 70.5,111.5 parent: 1 - - uid: 5334 + - uid: 7165 components: - type: Transform - pos: 166.5,-93.5 + pos: 186.5,187.5 parent: 1 - - uid: 5335 + - uid: 7166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,-93.5 + pos: 186.5,184.5 parent: 1 - - uid: 5338 + - uid: 7167 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,59.5 + pos: 177.5,183.5 parent: 1 - - uid: 5339 + - uid: 7168 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,188.5 + rot: 1.5707963267948966 rad + pos: 175.5,183.5 parent: 1 - - uid: 5340 + - uid: 7169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 214.5,187.5 + rot: 1.5707963267948966 rad + pos: 178.5,183.5 parent: 1 - - uid: 5341 + - uid: 7170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,211.5 + rot: 1.5707963267948966 rad + pos: 179.5,183.5 parent: 1 - - uid: 5342 + - uid: 7171 components: - type: Transform - pos: 193.5,211.5 + rot: 1.5707963267948966 rad + pos: 176.5,183.5 parent: 1 - - uid: 5343 + - uid: 7172 components: - type: Transform - pos: 193.5,209.5 + pos: 186.5,186.5 parent: 1 - - uid: 5344 + - uid: 7173 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,209.5 + rot: 1.5707963267948966 rad + pos: 180.5,183.5 parent: 1 - - uid: 5345 + - uid: 7174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,213.5 + pos: 186.5,185.5 parent: 1 - - uid: 5346 + - uid: 7175 components: - type: Transform - pos: 193.5,213.5 + rot: 3.141592653589793 rad + pos: 95.5,127.5 parent: 1 - - uid: 5347 + - uid: 7176 components: - type: Transform - pos: 193.5,215.5 + pos: 66.5,124.5 parent: 1 - - uid: 5348 + - uid: 7177 components: - type: Transform rot: 3.141592653589793 rad - pos: 193.5,215.5 + pos: 95.5,128.5 parent: 1 - - uid: 44347 + - uid: 7178 components: - type: Transform rot: 3.141592653589793 rad - pos: -227.5,-96.5 + pos: 95.5,126.5 parent: 1 - - uid: 44348 + - uid: 7179 components: - type: Transform - pos: -227.5,-96.5 + pos: 66.5,113.5 parent: 1 -- proto: DisposalRouterFlipped - entities: - - uid: 5349 + - uid: 7180 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-84.5 + pos: 66.5,123.5 parent: 1 - - uid: 5350 + - uid: 7181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-83.5 + pos: 66.5,114.5 parent: 1 -- proto: DisposalTagger - entities: - - uid: 5351 + - uid: 7182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 148.5,-90.5 + rot: 1.5707963267948966 rad + pos: 80.5,130.5 parent: 1 - - uid: 5352 + - uid: 7183 components: - type: Transform rot: 1.5707963267948966 rad - pos: 193.5,214.5 + pos: 78.5,130.5 parent: 1 -- proto: DisposalTrunk - entities: - - uid: 5353 + - uid: 7184 components: - type: Transform - pos: 212.5,-21.5 + pos: 66.5,120.5 parent: 1 - - uid: 5354 + - uid: 7185 components: - type: Transform - rot: 3.141592653589793 rad - pos: 212.5,-26.5 + pos: 66.5,120.5 parent: 1 - - uid: 5355 + - uid: 7186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -201.5,-89.5 + pos: 66.5,119.5 parent: 1 - - uid: 5356 + - uid: 7187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,205.5 + pos: 66.5,118.5 parent: 1 - - uid: 5357 + - uid: 7188 components: - type: Transform - pos: 215.5,205.5 + pos: 66.5,117.5 parent: 1 -- proto: DogBed - entities: - - uid: 5358 + - uid: 7189 components: - type: Transform - pos: 82.5,105.5 + pos: 66.5,126.5 parent: 1 - - uid: 5359 + - uid: 7190 components: - type: Transform - pos: -56.5,-132.5 + rot: 1.5707963267948966 rad + pos: 77.5,130.5 parent: 1 - - uid: 5360 + - uid: 7191 components: - type: Transform - pos: -4.5,-24.5 + rot: 1.5707963267948966 rad + pos: 76.5,130.5 parent: 1 - - uid: 55775 + - uid: 7192 components: - type: Transform - pos: -153.5,-127.5 + rot: 3.141592653589793 rad + pos: 95.5,129.5 parent: 1 - - uid: 64537 + - uid: 7193 components: - - type: MetaData - desc: A comfy-looking dog bed... - type: Transform - pos: -100.5,-154.5 + rot: 1.5707963267948966 rad + pos: 71.5,111.5 parent: 1 -- proto: DrinkAleBottleFull - entities: - - uid: 47544 + - uid: 7194 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False -- proto: DrinkBeerBottleFull - entities: - - uid: 5362 + rot: 3.141592653589793 rad + pos: 74.5,103.5 + parent: 1 + - uid: 7195 components: - type: Transform - parent: 5361 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47543 + pos: 66.5,116.5 + parent: 1 + - uid: 7196 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47549 + rot: 3.141592653589793 rad + pos: 97.5,94.5 + parent: 1 + - uid: 7197 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47550 + rot: 3.141592653589793 rad + pos: 97.5,93.5 + parent: 1 + - uid: 7198 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47551 + rot: -1.5707963267948966 rad + pos: 85.5,84.5 + parent: 1 + - uid: 7199 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 50003 + rot: 3.141592653589793 rad + pos: 74.5,100.5 + parent: 1 + - uid: 7200 components: - type: Transform - pos: 57.651787,48.351696 + rot: 3.141592653589793 rad + pos: 97.5,97.5 parent: 1 - - uid: 56268 + - uid: 7201 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56269 + rot: 1.5707963267948966 rad + pos: 80.5,84.5 + parent: 1 + - uid: 7202 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56270 + rot: 1.5707963267948966 rad + pos: 68.5,111.5 + parent: 1 + - uid: 7203 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56271 + rot: 1.5707963267948966 rad + pos: 83.5,130.5 + parent: 1 + - uid: 7204 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56272 + rot: 1.5707963267948966 rad + pos: 79.5,130.5 + parent: 1 + - uid: 7205 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56273 + rot: 1.5707963267948966 rad + pos: 81.5,130.5 + parent: 1 + - uid: 7206 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61092 + rot: -1.5707963267948966 rad + pos: 68.5,130.5 + parent: 1 + - uid: 7207 components: - type: Transform - pos: 30.546795,148.06297 + pos: 66.5,127.5 parent: 1 - - uid: 61099 + - uid: 7208 components: - type: Transform - pos: 30.791409,148.06297 + rot: 3.141592653589793 rad + pos: 66.5,129.5 parent: 1 - - uid: 65393 + - uid: 7209 components: - type: Transform rot: -1.5707963267948966 rad - pos: 78.58225,-132.79866 + pos: 67.5,130.5 parent: 1 -- proto: DrinkBeerCan - entities: - - uid: 49997 + - uid: 7210 components: - type: Transform - parent: 49996 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 49998 + rot: 3.141592653589793 rad + pos: 95.5,125.5 + parent: 1 + - uid: 7211 components: - type: Transform - parent: 49996 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 50000 + rot: 1.5707963267948966 rad + pos: 84.5,130.5 + parent: 1 + - uid: 7212 components: - type: Transform - parent: 49996 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 65609 + pos: 66.5,112.5 + parent: 1 + - uid: 7213 components: - type: Transform - pos: 104.50605,-113.22449 + rot: 3.141592653589793 rad + pos: 95.5,124.5 parent: 1 -- proto: DrinkBeerGrowler - entities: - - uid: 65552 + - uid: 7214 components: - type: Transform rot: -1.5707963267948966 rad - pos: 102.927925,-113.28699 + pos: 115.5,36.5 parent: 1 - - uid: 65598 + - uid: 7215 components: - type: Transform - pos: 101.459175,-113.08386 + rot: -1.5707963267948966 rad + pos: 118.5,36.5 parent: 1 -- proto: DrinkBloodGlass - entities: - - uid: 5365 + - uid: 7216 components: - type: Transform - pos: 185.76396,219.84937 + rot: 3.141592653589793 rad + pos: 97.5,92.5 parent: 1 - - uid: 5366 + - uid: 7217 components: - type: Transform - pos: 185.54521,219.84937 + rot: -1.5707963267948966 rad + pos: 90.5,84.5 parent: 1 -- proto: DrinkBottleAbsinthe - entities: - - uid: 5367 + - uid: 7218 components: - type: Transform - pos: 162.32,54.04973 + rot: -1.5707963267948966 rad + pos: 88.5,84.5 parent: 1 -- proto: DrinkBottleAlcoClear - entities: - - uid: 5368 + - uid: 7219 components: - type: Transform - pos: 173.44449,149.8832 + rot: 1.5707963267948966 rad + pos: 82.5,130.5 parent: 1 -- proto: DrinkBottleAle - entities: - - uid: 7694 + - uid: 7220 components: - type: Transform - rot: -6.283185307179586 rad - pos: 134.29318,-11.616194 + rot: 1.5707963267948966 rad + pos: 73.5,111.5 parent: 1 - - uid: 61130 + - uid: 7221 components: - type: Transform - pos: 30.986874,147.78214 + rot: 3.141592653589793 rad + pos: 97.5,96.5 parent: 1 -- proto: DrinkBottleBeer - entities: - - uid: 5369 + - uid: 7222 components: - type: Transform - pos: -52.69938,-105.10921 + rot: 1.5707963267948966 rad + pos: 94.5,130.5 parent: 1 - - uid: 5370 + - uid: 7223 components: - type: Transform - pos: -52.402504,-105.09358 + rot: 1.5707963267948966 rad + pos: 75.5,130.5 parent: 1 - - uid: 5371 + - uid: 7224 components: - type: Transform - pos: -52.465004,-105.24983 + rot: 1.5707963267948966 rad + pos: 74.5,130.5 parent: 1 - - uid: 5372 + - uid: 7225 components: - type: Transform - pos: 161.70183,181.10028 + rot: 1.5707963267948966 rad + pos: 73.5,130.5 parent: 1 - - uid: 56201 + - uid: 7226 components: - type: Transform - pos: 134.26146,-9.61795 + pos: 66.5,128.5 parent: 1 - - uid: 61078 + - uid: 7227 components: - type: Transform - pos: 30.702925,147.50049 + pos: -90.5,-110.5 parent: 1 - - uid: 65391 + - uid: 7228 components: - type: Transform - pos: 78.53538,-132.01741 + pos: -71.5,-112.5 parent: 1 - - uid: 65412 + - uid: 7229 components: - type: Transform - pos: 101.50428,-120.71255 + rot: -1.5707963267948966 rad + pos: -74.5,-113.5 parent: 1 - - uid: 65536 + - uid: 7230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.40098,-124.35317 + rot: -1.5707963267948966 rad + pos: -85.5,-113.5 parent: 1 -- proto: DrinkBottleCognac - entities: - - uid: 5373 + - uid: 7231 components: - type: Transform - pos: -52.63893,-106.20296 + rot: 3.141592653589793 rad + pos: -90.5,-112.5 parent: 1 - - uid: 5374 + - uid: 7232 components: - type: Transform - pos: 174.57492,151.49173 + rot: -1.5707963267948966 rad + pos: -89.5,-97.5 parent: 1 - - uid: 47552 - components: - - type: Transform - parent: 47539 - - type: Physics - canCollide: False -- proto: DrinkBottleRum - entities: - - uid: 5375 + - uid: 7233 components: - type: Transform - pos: 180.54085,152.91844 + rot: -1.5707963267948966 rad + pos: -86.5,-97.5 parent: 1 -- proto: DrinkBottleTequila - entities: - - uid: 5376 + - uid: 7234 components: - type: Transform - pos: -44.51166,-105.21168 + rot: 1.5707963267948966 rad + pos: -69.5,-97.5 parent: 1 - - uid: 5377 + - uid: 7235 components: - type: Transform - pos: 180.73654,148.98961 + rot: -1.5707963267948966 rad + pos: -80.5,-113.5 parent: 1 -- proto: DrinkBottleWhiskey - entities: - - uid: 5378 + - uid: 7236 components: - type: Transform - pos: -44.687397,-104.98962 + rot: -1.5707963267948966 rad + pos: -76.5,-113.5 parent: 1 - - uid: 5379 + - uid: 7237 components: - type: Transform - pos: -184.67615,-171.07408 + rot: -1.5707963267948966 rad + pos: -87.5,-113.5 parent: 1 -- proto: DrinkBottleWine - entities: - - uid: 5380 + - uid: 7238 components: - type: Transform - pos: 93.99891,115.63084 + rot: 1.5707963267948966 rad + pos: -70.5,-97.5 parent: 1 -- proto: DrinkCartonCream - entities: - - uid: 5381 + - uid: 7239 components: - type: Transform - pos: 170.14651,53.924473 + rot: -1.5707963267948966 rad + pos: -87.5,-113.5 parent: 1 -- proto: DrinkColaCanEmpty - entities: - - uid: 5383 + - uid: 7240 components: - type: Transform - parent: 5382 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 5384 + rot: 3.141592653589793 rad + pos: -90.5,-111.5 + parent: 1 + - uid: 7241 components: - type: Transform - parent: 5382 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: DrinkFlaskBar - entities: - - uid: 61149 + rot: -1.5707963267948966 rad + pos: -87.5,-113.5 + parent: 1 + - uid: 7242 components: - type: Transform - pos: 30.562424,144.72005 + pos: -90.5,-102.5 parent: 1 -- proto: DrinkGinBottleFull - entities: - - uid: 5387 + - uid: 7243 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 47545 + rot: -1.5707963267948966 rad + pos: -83.5,-113.5 + parent: 1 + - uid: 7244 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False -- proto: DrinkGlass - entities: - - uid: 5401 + rot: -1.5707963267948966 rad + pos: -75.5,-113.5 + parent: 1 + - uid: 7245 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -72.5,-113.5 parent: 1 - - uid: 5402 + - uid: 7246 components: - type: Transform - pos: -193.5,-120.5 + rot: 3.141592653589793 rad + pos: -90.5,-100.5 parent: 1 - - uid: 5403 + - uid: 7247 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -79.5,-113.5 parent: 1 - - uid: 5404 + - uid: 7248 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -87.5,-97.5 parent: 1 - - uid: 5405 + - uid: 7249 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -84.5,-113.5 parent: 1 - - uid: 5406 + - uid: 7250 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -88.5,-113.5 parent: 1 - - uid: 5407 + - uid: 7251 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -83.5,-97.5 parent: 1 - - uid: 5408 + - uid: 7252 components: - type: Transform - pos: -193.5,-120.5 + rot: -1.5707963267948966 rad + pos: -84.5,-97.5 parent: 1 - - uid: 5409 + - uid: 7253 components: - type: Transform - pos: -184.2449,-171.13033 + rot: -1.5707963267948966 rad + pos: -85.5,-97.5 parent: 1 - - uid: 5410 + - uid: 7254 components: - type: Transform - pos: -184.60115,-171.54283 + rot: -1.5707963267948966 rad + pos: -88.5,-97.5 parent: 1 - - uid: 5411 + - uid: 7255 components: - type: Transform - pos: 170.37775,149.882 + rot: 3.141592653589793 rad + pos: -90.5,-104.5 parent: 1 - - uid: 5412 + - uid: 7256 components: - type: Transform - pos: 180.42598,148.80913 + rot: 1.5707963267948966 rad + pos: -70.5,-97.5 parent: 1 - - uid: 5413 + - uid: 7257 components: - type: Transform - pos: 174.58087,151.78825 + rot: 3.141592653589793 rad + pos: -90.5,-98.5 parent: 1 - - uid: 5414 + - uid: 7258 components: - type: Transform - pos: 174.69025,151.85075 + rot: 1.5707963267948966 rad + pos: -77.5,-97.5 parent: 1 - - uid: 5415 + - uid: 7259 components: - type: Transform - pos: 177.32271,148.73051 + rot: 1.5707963267948966 rad + pos: -82.5,-97.5 parent: 1 - - uid: 22513 + - uid: 7260 components: - type: Transform - pos: 139.33124,-12.148963 + rot: 1.5707963267948966 rad + pos: -79.5,-97.5 parent: 1 - - uid: 23219 + - uid: 7261 components: - type: Transform - pos: 135.52325,-7.2666883 + pos: -90.5,-103.5 parent: 1 - - uid: 56021 + - uid: 7262 components: - type: Transform - pos: 139.86656,-12.4134445 + rot: 1.5707963267948966 rad + pos: -72.5,-97.5 parent: 1 - - uid: 56077 + - uid: 7263 components: - type: Transform - pos: 139.61656,-12.121778 + rot: 1.5707963267948966 rad + pos: -75.5,-97.5 parent: 1 - - uid: 56078 + - uid: 7264 components: - type: Transform - pos: 139.59573,-12.403028 + pos: -90.5,-109.5 parent: 1 - - uid: 56100 + - uid: 7265 components: - type: Transform - rot: -6.283185307179586 rad - pos: 139.31046,-12.435234 + rot: -1.5707963267948966 rad + pos: -73.5,-113.5 parent: 1 - - uid: 56175 + - uid: 7266 components: - type: Transform - pos: 139.86656,-12.111361 + rot: -1.5707963267948966 rad + pos: -77.5,-113.5 parent: 1 - - uid: 65621 + - uid: 7267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.095276,-117.04169 + rot: -1.5707963267948966 rad + pos: -89.5,-113.5 parent: 1 - - uid: 65622 + - uid: 7268 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.407776,-117.04169 + rot: -1.5707963267948966 rad + pos: -82.5,-113.5 parent: 1 - - uid: 65623 + - uid: 7269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.939026,-116.61981 + rot: -1.5707963267948966 rad + pos: -81.5,-113.5 parent: 1 -- proto: DrinkGlassCoupeShaped - entities: - - uid: 2542 + - uid: 7270 components: - type: Transform - pos: 140.14095,-12.087338 + rot: -1.5707963267948966 rad + pos: -78.5,-113.5 parent: 1 - - uid: 56084 + - uid: 7271 components: - type: Transform - pos: 140.15137,-12.347755 + rot: 3.141592653589793 rad + pos: -90.5,-101.5 parent: 1 -- proto: DrinkMoonshineGlass - entities: - - uid: 5416 + - uid: 7272 components: - type: Transform - pos: -184.3574,-171.41158 + rot: 3.141592653589793 rad + pos: -90.5,-99.5 parent: 1 -- proto: DrinkMopwataBottleRandom - entities: - - uid: 5417 + - uid: 7273 components: - type: Transform - pos: -184.25468,-171.76277 + pos: 66.5,122.5 parent: 1 - - uid: 10734 + - uid: 7274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -197.58844,-104.62657 + rot: 3.141592653589793 rad + pos: 74.5,101.5 parent: 1 - - uid: 24811 + - uid: 7275 components: - type: Transform - pos: -185.18622,36.698837 + pos: 65.5,115.5 parent: 1 - - uid: 45993 + - uid: 7276 components: - type: Transform - pos: 92.47992,19.8135 + rot: 3.141592653589793 rad + pos: 74.5,106.5 parent: 1 -- proto: DrinkMREFlask - entities: - - uid: 46588 + - uid: 7277 components: - type: Transform - pos: -168.49867,-102.48921 + rot: 3.141592653589793 rad + pos: 74.5,97.5 parent: 1 - - uid: 56027 + - uid: 7278 components: - type: Transform - pos: -177.64375,-138.19603 + rot: 3.141592653589793 rad + pos: 74.5,110.5 parent: 1 - - uid: 65394 + - uid: 7279 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.34788,-129.78304 + pos: 87.5,84.5 parent: 1 -- proto: DrinkMug - entities: - - uid: 5418 + - uid: 7280 components: - type: Transform - pos: 170.29459,151.8195 + pos: 74.5,90.5 parent: 1 - - uid: 5419 + - uid: 7281 components: - type: Transform - pos: 170.52896,152.11638 + rot: 1.5707963267948966 rad + pos: 77.5,84.5 parent: 1 - - uid: 56206 + - uid: 7282 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61098 + rot: 1.5707963267948966 rad + pos: 82.5,84.5 + parent: 1 + - uid: 7283 components: - type: Transform - pos: 31.260607,144.19414 + rot: 1.5707963267948966 rad + pos: 81.5,84.5 parent: 1 -- proto: DrinkMugBlack - entities: - - uid: 11538 + - uid: 7284 components: - type: Transform - pos: -185.67934,38.611305 + rot: 3.141592653589793 rad + pos: 74.5,102.5 parent: 1 - - uid: 61134 + - uid: 7285 components: - type: Transform - pos: 30.953287,144.54881 + pos: 66.5,115.5 parent: 1 -- proto: DrinkMugDog - entities: - - uid: 5420 + - uid: 7286 components: - type: Transform - pos: 82.55458,99.8222 + rot: -1.5707963267948966 rad + pos: 89.5,84.5 parent: 1 - - uid: 5421 + - uid: 7287 components: - type: Transform - pos: -47.97331,-124.32262 + rot: 3.141592653589793 rad + pos: 74.5,104.5 parent: 1 - - uid: 26286 + - uid: 7288 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: DrinkMugGreen - entities: - - uid: 56205 + rot: 3.141592653589793 rad + pos: 97.5,90.5 + parent: 1 + - uid: 7289 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: DrinkMugHeart - entities: - - uid: 56260 + rot: 1.5707963267948966 rad + pos: 91.5,84.5 + parent: 1 + - uid: 7290 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: DrinkMugMetal - entities: - - uid: 5422 + rot: 1.5707963267948966 rad + pos: 92.5,84.5 + parent: 1 + - uid: 7291 components: - type: Transform - pos: 180.73657,152.59006 + pos: 74.5,93.5 parent: 1 - - uid: 5423 + - uid: 7292 components: - type: Transform - pos: 170.29974,152.17888 + pos: 74.5,96.5 parent: 1 - - uid: 5424 + - uid: 7293 components: - type: Transform - pos: 170.51837,152.24138 + pos: 74.5,95.5 parent: 1 - - uid: 5425 + - uid: 7294 components: - type: Transform - pos: 180.34595,152.59006 + rot: 1.5707963267948966 rad + pos: 69.5,111.5 parent: 1 - - uid: 55264 + - uid: 7295 components: - type: Transform - pos: 137.51749,-7.361205 + rot: -1.5707963267948966 rad + pos: 84.5,84.5 parent: 1 - - uid: 56091 + - uid: 7296 components: - type: Transform - rot: -6.283185307179586 rad - pos: 134.25974,-7.8598504 + rot: 3.141592653589793 rad + pos: 97.5,91.5 parent: 1 - - uid: 61094 + - uid: 7297 components: - type: Transform - pos: 31.283512,144.81789 + pos: 66.5,125.5 parent: 1 - - uid: 61147 + - uid: 7298 components: - type: Transform - pos: 31.577047,144.83012 + rot: 1.5707963267948966 rad + pos: 79.5,84.5 parent: 1 -- proto: DrinkMugOne - entities: - - uid: 5426 + - uid: 7299 components: - type: Transform - pos: -39.803017,-116.1752 + rot: 1.5707963267948966 rad + pos: 78.5,84.5 parent: 1 - - uid: 5427 + - uid: 7300 components: - type: Transform - pos: 189.45363,28.226006 + pos: 74.5,94.5 parent: 1 - - uid: 23860 - components: - - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61074 + - uid: 7301 components: - type: Transform - pos: 27.606846,168.59543 + pos: 74.5,91.5 parent: 1 -- proto: DrinkMugRainbow - entities: - - uid: 55257 + - uid: 7302 components: - type: Transform - pos: 89.56399,19.79388 + rot: -1.5707963267948966 rad + pos: 86.5,84.5 parent: 1 -- proto: DrinkMugRed - entities: - - uid: 5428 + - uid: 7303 components: - type: Transform - pos: 170.31021,152.08513 + rot: 1.5707963267948966 rad + pos: 76.5,84.5 parent: 1 - - uid: 24180 - components: - - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: DrinkPoisonBerryJuice - entities: - - uid: 5430 + - uid: 7304 components: - type: Transform - pos: 216.35529,184.66782 + pos: 74.5,92.5 parent: 1 -- proto: DrinkRumBottleFull - entities: - - uid: 44384 + - uid: 7305 components: - type: Transform - pos: -221.73985,-91.51035 + rot: 1.5707963267948966 rad + pos: 67.5,111.5 parent: 1 -- proto: DrinkSakeBottleFull - entities: - - uid: 47553 - components: - - type: Transform - parent: 47539 - - type: Physics - canCollide: False -- proto: DrinkShotGlass - entities: - - uid: 10344 + - uid: 7306 components: - type: Transform - pos: 134.33437,-10.990729 + rot: 3.141592653589793 rad + pos: 97.5,89.5 parent: 1 - - uid: 22514 + - uid: 7307 components: - type: Transform - pos: 139.10208,-12.180213 + rot: 3.141592653589793 rad + pos: 74.5,99.5 parent: 1 - - uid: 23903 + - uid: 7308 components: - type: Transform - rot: -6.283185307179586 rad - pos: 139.06046,-12.435234 + rot: -1.5707963267948966 rad + pos: 83.5,84.5 parent: 1 - - uid: 50106 + - uid: 7309 components: - type: Transform - rot: -6.283185307179586 rad - pos: 138.80003,-12.456068 + rot: 3.141592653589793 rad + pos: 74.5,98.5 parent: 1 - - uid: 56058 + - uid: 7310 components: - type: Transform - rot: -6.283185307179586 rad - pos: 138.82086,-12.216484 + rot: -1.5707963267948966 rad + pos: 75.5,84.5 parent: 1 - - uid: 63970 + - uid: 7311 components: - type: Transform - pos: -156.65254,67.5909 + rot: 1.5707963267948966 rad + pos: 72.5,111.5 parent: 1 -- proto: DrinkSpaceGlue - entities: - - uid: 44304 + - uid: 7312 components: - - type: MetaData - name: glue tube - type: Transform - pos: -225.32979,-91.18114 + pos: 74.5,88.5 parent: 1 -- proto: DrinkTonicWaterBottleFull - entities: - - uid: 56224 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56264 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: DrinkTonicWaterCan - entities: - - uid: 24241 + - uid: 7313 components: - type: Transform - pos: 138.14127,-12.0917845 + rot: 3.141592653589793 rad + pos: 74.5,108.5 parent: 1 -- proto: DrinkVodkaBottleFull - entities: - - uid: 5388 - components: - - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5431 + - uid: 7314 components: - type: Transform - pos: -45.133602,-105.06658 + rot: 3.141592653589793 rad + pos: 74.5,109.5 parent: 1 - - uid: 65610 + - uid: 7315 components: - type: Transform - pos: 103.802925,-113.03699 + rot: 3.141592653589793 rad + pos: 74.5,107.5 parent: 1 -- proto: DrinkWaterBottleFull - entities: - - uid: 5433 + - uid: 7316 components: - type: Transform - pos: 95.52121,110.65737 + rot: 3.141592653589793 rad + pos: 74.5,105.5 parent: 1 - - uid: 26631 + - uid: 7317 components: - type: Transform - pos: 31.952011,153.79384 + rot: 3.141592653589793 rad + pos: 97.5,95.5 parent: 1 - - uid: 56209 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56265 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56266 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56267 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: DrinkWaterJug - entities: - - uid: 5434 + - uid: 7318 components: - type: Transform - pos: 215.79279,186.8259 + pos: 74.5,89.5 parent: 1 - - uid: 5435 + - uid: 7319 components: - type: Transform - pos: 215.2641,186.69293 + rot: 3.141592653589793 rad + pos: -178.5,-130.5 parent: 1 - - uid: 5436 + - uid: 7320 components: - type: Transform - pos: 215.6558,186.60281 + rot: -1.5707963267948966 rad + pos: -177.5,-128.5 parent: 1 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 5389 + - uid: 7321 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5390 + rot: 3.141592653589793 rad + pos: -178.5,-129.5 + parent: 1 + - uid: 7322 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False -- proto: DrinkWhiskeyGlass - entities: - - uid: 22617 + rot: -1.5707963267948966 rad + pos: 157.5,135.5 + parent: 1 + - uid: 7323 components: - type: Transform - pos: 78.68346,110.26431 + rot: 3.141592653589793 rad + pos: 174.5,184.5 parent: 1 -- proto: Dropper - entities: - - uid: 5439 + - uid: 7324 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.767563,-114.72459 + pos: 115.5,27.5 parent: 1 -- proto: EggBoxBroken - entities: - - uid: 5440 + - uid: 7325 components: - type: Transform - pos: -56.447636,-126.63456 + rot: -1.5707963267948966 rad + pos: 116.5,27.5 parent: 1 -- proto: EmergencyLight - entities: - - uid: 5441 + - uid: 7326 components: - type: Transform rot: -1.5707963267948966 rad - pos: 215.5,207.5 + pos: 117.5,27.5 parent: 1 - - uid: 24994 + - uid: 7327 components: - type: Transform - pos: 186.5,224.5 + rot: -1.5707963267948966 rad + pos: 118.5,27.5 parent: 1 - - uid: 44343 + - uid: 7328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-103.5 + rot: 3.141592653589793 rad + pos: 174.5,185.5 parent: 1 - - uid: 44344 + - uid: 7329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -248.5,-106.5 + rot: -1.5707963267948966 rad + pos: 128.5,36.5 parent: 1 - - uid: 49671 + - uid: 7330 components: - type: Transform - pos: 201.5,222.5 + rot: -1.5707963267948966 rad + pos: 131.5,36.5 parent: 1 - - uid: 55391 + - uid: 7331 components: - type: Transform - pos: 190.5,223.5 + rot: -1.5707963267948966 rad + pos: -173.5,-128.5 parent: 1 - - uid: 55411 + - uid: 7332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.5,223.5 + pos: -178.5,-134.5 parent: 1 - - uid: 55501 + - uid: 7333 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,64.5 + pos: -178.5,-132.5 parent: 1 - - uid: 55505 + - uid: 7334 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,64.5 + pos: -178.5,-131.5 parent: 1 - - uid: 55507 + - uid: 7335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,57.5 + rot: -1.5707963267948966 rad + pos: -175.5,-128.5 parent: 1 - - uid: 55510 + - uid: 7336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,56.5 + rot: -1.5707963267948966 rad + pos: -176.5,-128.5 parent: 1 - - uid: 55518 + - uid: 7337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,65.5 + pos: 88.5,-127.5 parent: 1 - - uid: 55520 + - uid: 7338 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,62.5 + pos: 85.5,-125.5 parent: 1 - - uid: 55525 +- proto: FenceWoodSmallCorner + entities: + - uid: 7339 components: - type: Transform - pos: -35.5,67.5 + pos: -68.5,-113.5 parent: 1 - - uid: 55530 + - uid: 7340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,62.5 + rot: 3.141592653589793 rad + pos: -62.5,-123.5 parent: 1 - - uid: 55531 + - uid: 7341 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,60.5 + pos: -62.5,-133.5 parent: 1 - - uid: 55537 + - uid: 7342 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,57.5 + pos: -61.5,-121.5 parent: 1 - - uid: 55540 + - uid: 7343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,66.5 + pos: -61.5,-123.5 parent: 1 - - uid: 55702 + - uid: 7344 components: - type: Transform - pos: -33.5,72.5 + rot: -1.5707963267948966 rad + pos: -59.5,-112.5 parent: 1 - - uid: 55705 + - uid: 7345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-89.5 + rot: -1.5707963267948966 rad + pos: 170.5,186.5 parent: 1 - - uid: 56125 +- proto: FenceWoodSmallEnd + entities: + - uid: 7346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,206.5 + rot: 3.141592653589793 rad + pos: -62.5,-127.5 parent: 1 - - uid: 56126 + - uid: 7347 components: - type: Transform - pos: 195.5,219.5 + rot: -1.5707963267948966 rad + pos: -61.5,-133.5 parent: 1 - - uid: 56132 + - uid: 7348 components: - type: Transform - pos: 187.5,220.5 + rot: -1.5707963267948966 rad + pos: -60.5,-121.5 parent: 1 - - uid: 56151 + - uid: 7349 components: - type: Transform rot: 1.5707963267948966 rad - pos: 195.5,208.5 + pos: -60.5,-133.5 parent: 1 - - uid: 56152 + - uid: 7350 components: - type: Transform - pos: 195.5,202.5 + pos: -61.5,-122.5 parent: 1 - - uid: 56153 + - uid: 7351 components: - type: Transform rot: -1.5707963267948966 rad - pos: 198.5,205.5 + pos: -58.5,-133.5 parent: 1 - - uid: 56154 + - uid: 7352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,215.5 + pos: -62.5,-130.5 parent: 1 - - uid: 56155 + - uid: 7353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 190.5,206.5 + rot: 1.5707963267948966 rad + pos: -58.5,-121.5 parent: 1 - - uid: 56156 + - uid: 7354 components: - type: Transform rot: 1.5707963267948966 rad - pos: 188.5,210.5 + pos: -54.5,-121.5 parent: 1 - - uid: 56157 + - uid: 7355 components: - type: Transform - pos: 194.5,222.5 + rot: -1.5707963267948966 rad + pos: -48.5,-121.5 parent: 1 - - uid: 56159 + - uid: 7356 components: - type: Transform - pos: 197.5,222.5 + rot: -1.5707963267948966 rad + pos: -43.5,-121.5 parent: 1 - - uid: 56168 + - uid: 7357 components: - type: Transform rot: -1.5707963267948966 rad - pos: 202.5,214.5 + pos: -39.5,-121.5 parent: 1 - - uid: 56170 + - uid: 7358 components: - type: Transform rot: 1.5707963267948966 rad - pos: 185.5,218.5 - parent: 1 - - uid: 56210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,222.5 + pos: -71.5,-113.5 parent: 1 -- proto: EmergencyRollerBedSpawnFolded - entities: - - uid: 5442 + - uid: 7359 components: - type: Transform - pos: 185.52908,216.39609 + rot: -1.5707963267948966 rad + pos: -69.5,-113.5 parent: 1 - - type: Foldable - folded: False -- proto: EncryptionKeyBrotherhoodMidwest - entities: - - uid: 62585 - components: - - type: Transform - parent: 62583 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: FenceMetalBroken - entities: - - uid: 5443 + - uid: 7360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 155.5,109.5 + rot: 3.141592653589793 rad + pos: -68.5,-107.5 parent: 1 - - uid: 5444 + - uid: 7361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,32.5 + rot: 3.141592653589793 rad + pos: -55.5,-119.5 parent: 1 - - uid: 5445 + - uid: 7362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,20.5 + pos: -55.5,-113.5 parent: 1 - - uid: 5446 + - uid: 7363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,39.5 + rot: -1.5707963267948966 rad + pos: -58.5,-112.5 parent: 1 - - uid: 5447 + - uid: 7364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,42.5 + rot: -1.5707963267948966 rad + pos: -57.5,-112.5 parent: 1 - - uid: 5448 + - uid: 7365 components: - type: Transform - pos: 161.5,44.5 + rot: 3.141592653589793 rad + pos: -59.5,-111.5 parent: 1 - - uid: 5450 + - uid: 7366 components: - type: Transform - pos: 170.5,85.5 + rot: 3.141592653589793 rad + pos: -59.5,-109.5 parent: 1 - - uid: 5451 + - uid: 7367 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,97.5 + rot: 1.5707963267948966 rad + pos: -57.5,-104.5 parent: 1 - - uid: 5452 + - uid: 7368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,102.5 + pos: -59.5,-109.5 parent: 1 - - uid: 5453 + - uid: 7369 components: - type: Transform rot: 1.5707963267948966 rad - pos: -157.5,-29.5 + pos: -57.5,-112.5 parent: 1 - - uid: 5454 + - uid: 7370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -161.5,-29.5 + pos: -59.5,-104.5 parent: 1 - - uid: 6764 + - uid: 7371 components: - type: Transform rot: -1.5707963267948966 rad - pos: 181.5,72.5 + pos: -57.5,-104.5 parent: 1 - - uid: 64087 + - uid: 7372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-24.5 + rot: 1.5707963267948966 rad + pos: -58.5,-104.5 parent: 1 - - uid: 64151 + - uid: 7373 components: - type: Transform rot: -1.5707963267948966 rad - pos: -105.5,-24.5 + pos: -159.5,-63.5 parent: 1 - - uid: 64165 + - uid: 7374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -166.5,-63.5 + pos: -169.5,-53.5 parent: 1 -- proto: FenceMetalCorner +- proto: FenceWoodSmallGate entities: - - uid: 5455 + - uid: 7375 components: - type: Transform rot: -1.5707963267948966 rad - pos: 105.5,-12.5 - parent: 1 - - uid: 5456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-6.5 + pos: 174.5,188.5 parent: 1 - - uid: 5457 + - uid: 7376 components: - type: Transform rot: -1.5707963267948966 rad - pos: 105.5,-9.5 + pos: -62.5,-128.5 parent: 1 - - uid: 5458 + - uid: 7377 components: - type: Transform - pos: -85.5,-101.5 + rot: 1.5707963267948966 rad + pos: -68.5,-104.5 parent: 1 - - uid: 5459 + - uid: 7378 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-101.5 + pos: 194.5,162.5 parent: 1 - - uid: 5460 + - uid: 7379 components: - type: Transform - pos: 160.5,109.5 + rot: 1.5707963267948966 rad + pos: 174.5,152.5 parent: 1 - - uid: 5461 + - type: Door + secondsUntilStateChange: -405170.53 + state: Opening +- proto: FenceWoodSmallStraight + entities: + - uid: 7380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 153.5,109.5 + pos: 174.5,191.5 parent: 1 - - uid: 5462 + - uid: 7381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,42.5 + pos: 174.5,187.5 parent: 1 - - uid: 5463 + - uid: 7382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,102.5 + pos: 174.5,190.5 parent: 1 - - uid: 5464 + - uid: 7383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,-29.5 + pos: 174.5,189.5 parent: 1 - - uid: 5465 + - uid: 7384 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -166.5,-29.5 + pos: 95.5,117.5 parent: 1 - - uid: 5466 + - uid: 7385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,-27.5 + pos: 95.5,121.5 parent: 1 - - uid: 49976 + - uid: 7386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-101.5 + pos: 95.5,123.5 parent: 1 - - uid: 61533 + - uid: 7387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-9.5 + pos: -62.5,-131.5 parent: 1 - - uid: 61656 + - uid: 7388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,57.5 + rot: 3.141592653589793 rad + pos: -62.5,-132.5 parent: 1 - - uid: 64175 + - uid: 7389 components: - type: Transform rot: 1.5707963267948966 rad - pos: -98.5,-24.5 + pos: -56.5,-121.5 parent: 1 - - uid: 64213 + - uid: 7390 components: - type: Transform rot: 3.141592653589793 rad - pos: -169.5,-63.5 + pos: -62.5,-124.5 parent: 1 - - uid: 65448 + - uid: 7391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-101.5 + rot: 3.141592653589793 rad + pos: -62.5,-125.5 parent: 1 - - uid: 65504 + - uid: 7392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,-127.5 + rot: 3.141592653589793 rad + pos: -62.5,-126.5 parent: 1 - - uid: 65505 + - uid: 7393 components: - type: Transform rot: 1.5707963267948966 rad - pos: 106.5,-127.5 + pos: -59.5,-133.5 parent: 1 - - uid: 65569 + - uid: 7394 components: - type: Transform rot: 1.5707963267948966 rad - pos: 106.5,-101.5 + pos: -55.5,-121.5 parent: 1 -- proto: FenceMetalEnd - entities: - - uid: 5467 + - uid: 7395 components: - type: Transform rot: 1.5707963267948966 rad - pos: 153.5,105.5 - parent: 1 - - uid: 5468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 153.5,107.5 - parent: 1 - - uid: 5469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,109.5 + pos: -57.5,-121.5 parent: 1 - - uid: 5470 + - uid: 7396 components: - type: Transform rot: 1.5707963267948966 rad - pos: 157.5,109.5 + pos: -53.5,-121.5 parent: 1 - - uid: 5471 + - uid: 7397 components: - type: Transform rot: 1.5707963267948966 rad - pos: 171.5,39.5 + pos: -49.5,-121.5 parent: 1 - - uid: 5472 + - uid: 7398 components: - type: Transform rot: 1.5707963267948966 rad - pos: 170.5,72.5 - parent: 1 - - uid: 5473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,102.5 - parent: 1 - - uid: 5474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 197.5,72.5 + pos: -50.5,-121.5 parent: 1 - - uid: 5475 + - uid: 7399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,72.5 + rot: 1.5707963267948966 rad + pos: -46.5,-121.5 parent: 1 - - uid: 5476 + - uid: 7400 components: - type: Transform rot: 1.5707963267948966 rad - pos: 195.5,102.5 + pos: -47.5,-121.5 parent: 1 - - uid: 5477 + - uid: 7401 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,102.5 + pos: -51.5,-121.5 parent: 1 - - uid: 5478 + - uid: 7402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 174.5,102.5 + rot: 1.5707963267948966 rad + pos: -44.5,-121.5 parent: 1 - - uid: 5479 + - uid: 7403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,102.5 + rot: 1.5707963267948966 rad + pos: -41.5,-121.5 parent: 1 - - uid: 5480 + - uid: 7404 components: - type: Transform rot: 1.5707963267948966 rad - pos: 189.5,102.5 + pos: -40.5,-121.5 parent: 1 - - uid: 5481 + - uid: 7405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,102.5 + rot: 3.141592653589793 rad + pos: -68.5,-105.5 parent: 1 - - uid: 5482 + - uid: 7406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.5,102.5 + rot: -1.5707963267948966 rad + pos: -70.5,-113.5 parent: 1 - - uid: 5483 + - uid: 7407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,102.5 + rot: 3.141592653589793 rad + pos: -68.5,-106.5 parent: 1 - - uid: 5484 + - uid: 7408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,102.5 + rot: 3.141592653589793 rad + pos: -68.5,-108.5 parent: 1 - - uid: 5485 + - uid: 7409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -150.5,-29.5 + rot: 3.141592653589793 rad + pos: -59.5,-105.5 parent: 1 - - uid: 5486 + - uid: 7410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -173.5,-32.5 + rot: 3.141592653589793 rad + pos: -68.5,-108.5 parent: 1 - - uid: 5487 + - uid: 7411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,-32.5 + rot: 3.141592653589793 rad + pos: -68.5,-108.5 parent: 1 - - uid: 47586 + - uid: 7412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,111.5 + rot: 3.141592653589793 rad + pos: -68.5,-103.5 parent: 1 - - uid: 64177 + - uid: 7413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -107.5,-24.5 + rot: 3.141592653589793 rad + pos: -68.5,-109.5 parent: 1 - - uid: 64178 + - uid: 7414 components: - type: Transform rot: 3.141592653589793 rad - pos: -98.5,-34.5 + pos: -68.5,-109.5 parent: 1 -- proto: FenceMetalGate - entities: - - uid: 5488 + - uid: 7415 components: - type: Transform rot: 3.141592653589793 rad - pos: -180.5,-178.5 + pos: -68.5,-109.5 parent: 1 - - uid: 5489 + - uid: 7416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-11.5 + rot: 3.141592653589793 rad + pos: -68.5,-110.5 parent: 1 - - uid: 5490 + - uid: 7417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-7.5 + rot: 3.141592653589793 rad + pos: -68.5,-111.5 parent: 1 - - uid: 5491 + - uid: 7418 components: - type: Transform rot: 3.141592653589793 rad - pos: 172.5,39.5 + pos: -68.5,-111.5 parent: 1 - - uid: 5492 + - uid: 7419 components: - type: Transform rot: 3.141592653589793 rad - pos: -167.5,-29.5 + pos: -68.5,-112.5 parent: 1 - - uid: 5493 + - uid: 7420 components: - type: Transform rot: 3.141592653589793 rad - pos: -172.5,-27.5 + pos: -68.5,-112.5 parent: 1 - - uid: 5494 + - uid: 7421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-27.5 + pos: -55.5,-116.5 parent: 1 - - uid: 45732 + - uid: 7422 components: - type: Transform - pos: -395.5,115.5 + pos: -55.5,-114.5 parent: 1 - - uid: 46480 + - uid: 7423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -405.5,101.5 + pos: -55.5,-116.5 parent: 1 - - uid: 46550 + - uid: 7424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -405.5,99.5 + pos: -55.5,-118.5 parent: 1 - - uid: 46552 + - uid: 7425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -405.5,100.5 + pos: -55.5,-117.5 parent: 1 - - uid: 47619 + - uid: 7426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,110.5 + pos: -55.5,-118.5 parent: 1 - - uid: 61893 + - uid: 7427 components: - type: Transform - pos: -187.5,57.5 + pos: -55.5,-115.5 parent: 1 -- proto: FenceMetalStraight - entities: - - uid: 5495 + - uid: 7428 components: - type: Transform rot: 3.141592653589793 rad - pos: 170.5,74.5 + pos: -59.5,-106.5 parent: 1 - - uid: 5496 + - uid: 7429 components: - type: Transform rot: -1.5707963267948966 rad - pos: -179.5,-178.5 + pos: 193.5,162.5 parent: 1 - - uid: 5497 + - uid: 7430 components: - type: Transform rot: -1.5707963267948966 rad - pos: -181.5,-178.5 + pos: 192.5,162.5 parent: 1 - - uid: 5498 + - uid: 7431 components: - type: Transform rot: -1.5707963267948966 rad - pos: 107.5,-12.5 - parent: 1 - - uid: 5499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-8.5 + pos: 195.5,162.5 parent: 1 - - uid: 5500 + - uid: 7432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-6.5 + pos: 95.5,122.5 parent: 1 - - uid: 5501 + - uid: 7433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-6.5 + rot: -1.5707963267948966 rad + pos: 171.5,186.5 parent: 1 - - uid: 5502 + - uid: 7434 components: - type: Transform rot: 3.141592653589793 rad - pos: 105.5,-10.5 + pos: 170.5,187.5 parent: 1 - - uid: 5503 + - uid: 7435 components: - type: Transform rot: -1.5707963267948966 rad - pos: 106.5,-12.5 + pos: 173.5,186.5 parent: 1 - - uid: 5504 + - uid: 7436 components: - type: Transform rot: -1.5707963267948966 rad - pos: 106.5,-9.5 + pos: 172.5,186.5 parent: 1 - - uid: 5505 + - uid: 7437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,-9.5 + rot: 3.141592653589793 rad + pos: -169.5,-56.5 parent: 1 - - uid: 5506 + - uid: 7438 components: - type: Transform rot: -1.5707963267948966 rad - pos: 158.5,109.5 + pos: -160.5,-63.5 parent: 1 - - uid: 5507 + - uid: 7439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 159.5,109.5 + rot: 3.141592653589793 rad + pos: -169.5,-54.5 parent: 1 - - uid: 5508 + - uid: 7440 components: - type: Transform - pos: 160.5,108.5 + rot: 3.141592653589793 rad + pos: -169.5,-55.5 parent: 1 - - uid: 5509 + - uid: 7441 components: - type: Transform rot: -1.5707963267948966 rad - pos: 156.5,109.5 + pos: -162.5,-63.5 parent: 1 - - uid: 5510 + - uid: 7442 components: - type: Transform rot: -1.5707963267948966 rad - pos: 154.5,109.5 + pos: -161.5,-63.5 parent: 1 - - uid: 5511 +- proto: FenceWoodSmallTJunction + entities: + - uid: 7443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 153.5,108.5 + pos: 174.5,186.5 parent: 1 - - uid: 5512 +- proto: filingCabinet + entities: + - uid: 7444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 154.5,105.5 + pos: -36.5,-115.5 parent: 1 - - uid: 5513 +- proto: filingCabinetDrawer + entities: + - uid: 7445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 171.5,40.5 + pos: 189.5,42.5 parent: 1 - - uid: 5514 + - uid: 7446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 171.5,41.5 + pos: 174.5,-164.5 parent: 1 - - uid: 5515 + - uid: 7447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,42.5 + pos: -131.5,59.5 parent: 1 - - uid: 5516 +- proto: filingCabinetDrawerRandom + entities: + - uid: 7448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,42.5 + pos: -39.5,-117.5 parent: 1 - - uid: 5517 + - uid: 7449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,42.5 + pos: 165.5,53.5 parent: 1 - - uid: 5518 + - uid: 7450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,39.5 + pos: 113.5,16.5 parent: 1 - - uid: 5519 +- proto: filingCabinetRandom + entities: + - uid: 7451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,39.5 + pos: -39.5,-113.5 parent: 1 - - uid: 5520 + - uid: 7452 components: - type: Transform - pos: 191.5,44.5 + pos: -111.5,-154.5 parent: 1 - - uid: 5521 + - uid: 7453 components: - type: Transform - pos: 161.5,42.5 + pos: -111.5,-155.5 parent: 1 - - uid: 5522 + - uid: 7454 components: - type: Transform - pos: 191.5,45.5 + pos: -111.5,-156.5 parent: 1 - - uid: 5523 + - uid: 7455 components: - type: Transform - pos: 161.5,45.5 + pos: -111.5,-157.5 parent: 1 - - uid: 5524 + - uid: 7456 components: - type: Transform - pos: 161.5,43.5 + pos: -32.5,-192.5 parent: 1 - - uid: 5525 +- proto: filingCabinetTall + entities: + - uid: 7457 components: - type: Transform - pos: 170.5,82.5 + pos: 115.746956,5.505002 parent: 1 - - uid: 5526 +- proto: filingCabinetTallRandom + entities: + - uid: 7458 components: - type: Transform - pos: 170.5,75.5 + pos: 115.37898,5.4954004 parent: 1 - - uid: 5527 +- proto: FireAlarm + entities: + - uid: 7459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,72.5 + pos: -203.5,-88.5 parent: 1 - - uid: 5528 + - uid: 7460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,72.5 + rot: 3.141592653589793 rad + pos: 182.5,51.5 parent: 1 - - uid: 5529 +- proto: FireAlarmAssembly + entities: + - uid: 7461 components: - type: Transform rot: -1.5707963267948966 rad - pos: 174.5,72.5 + pos: -160.5,-23.5 parent: 1 - - uid: 5530 +- proto: FireAxeCabinetOpen + entities: + - uid: 7462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,72.5 + pos: 193.5,25.5 parent: 1 - - uid: 5531 +- proto: FitnessPunchingBag + entities: + - uid: 7463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,72.5 + pos: -173.5,42.5 parent: 1 - - uid: 5532 +- proto: FitnessWeightLifter + entities: + - uid: 7464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,72.5 + rot: 1.5707963267948966 rad + pos: -174.5,42.5 parent: 1 - - uid: 5533 +- proto: FlashlightLantern + entities: + - uid: 7465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 182.5,72.5 + pos: 19.886078,147.2571 parent: 1 - - uid: 5534 + - uid: 7466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,73.5 + pos: 104.43529,-107.10356 parent: 1 - - uid: 5535 + - uid: 7467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,72.5 + pos: 105.462814,-133.32741 parent: 1 - - uid: 5536 +- proto: FlippoLighter + entities: + - uid: 7469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 172.5,72.5 + parent: 7468 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7471 + components: + - type: Transform + pos: -168.45224,-125.34015 parent: 1 - - uid: 5537 + - uid: 7472 components: - type: Transform rot: -1.5707963267948966 rad - pos: 179.5,72.5 + pos: 25.474842,-56.673416 parent: 1 - - uid: 5538 +- proto: Floodlight + entities: + - uid: 7473 components: - type: Transform - pos: 170.5,84.5 + pos: -337.3621,74.46231 parent: 1 - - uid: 5539 + - uid: 7474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,72.5 + pos: -327.86707,78.489815 parent: 1 - - uid: 5541 + - uid: 7475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.5,72.5 + pos: 7.543208,162.51442 parent: 1 - - uid: 5542 + - uid: 7476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,72.5 + pos: -1.5004457,154.68445 parent: 1 - - uid: 5543 + - uid: 7477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,72.5 + pos: -22.420534,157.50148 parent: 1 - - uid: 5544 + - uid: 7478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,72.5 + pos: -16.317818,145.48221 parent: 1 - - uid: 5545 + - uid: 7479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,72.5 + pos: -8.373119,163.48897 parent: 1 - - uid: 5546 + - uid: 7480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,72.5 + pos: -165.87453,69.8144 parent: 1 - - uid: 5547 +- proto: FloodlightBroken + entities: + - uid: 7481 components: - type: Transform rot: -1.5707963267948966 rad - pos: 189.5,72.5 + pos: 176.41032,52.328293 parent: 1 - - uid: 5548 + - uid: 7482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,72.5 + rot: 1.5707963267948966 rad + pos: 187.3994,54.250168 parent: 1 - - uid: 5549 +- proto: FloorCarpetItemRed + entities: + - uid: 7483 components: - type: Transform rot: -1.5707963267948966 rad - pos: 192.5,72.5 + pos: -41.596428,-125.11185 parent: 1 - - uid: 5550 +- proto: FloorCarpetItemSkyBlue + entities: + - uid: 7484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,72.5 + rot: 1.5707963267948966 rad + pos: -73.569466,-108.26089 parent: 1 - - uid: 5551 +- proto: FloorDrain + entities: + - uid: 7485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,72.5 + pos: -26.5,65.5 parent: 1 - - uid: 5552 + - type: Fixtures + fixtures: {} + - uid: 7486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,72.5 + rot: 3.141592653589793 rad + pos: 212.5,-26.5 parent: 1 - - uid: 5553 + - type: Fixtures + fixtures: {} + - uid: 7487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,72.5 + pos: 92.5,115.5 parent: 1 - - uid: 5554 + - type: Fixtures + fixtures: {} + - uid: 7488 components: - type: Transform - pos: 170.5,83.5 + rot: -1.5707963267948966 rad + pos: -153.5,-17.5 parent: 1 - - uid: 5555 + - type: Fixtures + fixtures: {} + - uid: 7489 components: - type: Transform - pos: 170.5,80.5 + pos: -181.5,36.5 parent: 1 - - uid: 5556 + - type: Fixtures + fixtures: {} + - uid: 7490 components: - type: Transform - pos: 170.5,81.5 + rot: -1.5707963267948966 rad + pos: 84.5,-108.5 parent: 1 - - uid: 5557 + - type: Fixtures + fixtures: {} + - uid: 7491 components: - type: Transform - pos: 170.5,86.5 + pos: 75.5,-127.5 parent: 1 - - uid: 5558 + - type: Fixtures + fixtures: {} + - uid: 7492 components: - type: Transform - pos: 170.5,87.5 + pos: -181.5,-107.5 parent: 1 - - uid: 5559 + - type: Fixtures + fixtures: {} + - uid: 7493 components: - type: Transform - pos: 170.5,88.5 + pos: -151.5,62.5 parent: 1 - - uid: 5560 + - type: Fixtures + fixtures: {} +- proto: FloraRockSolid01 + entities: + - uid: 7494 components: - type: Transform - pos: 170.5,89.5 + anchored: True + pos: 243.5,155.5 parent: 1 - - uid: 5561 + - uid: 7495 components: - type: Transform - pos: 170.5,90.5 + anchored: True + pos: 232.5,142.5 parent: 1 - - uid: 5562 + - uid: 7496 components: - type: Transform - pos: 170.5,91.5 + anchored: True + pos: 169.5,218.5 parent: 1 - - uid: 5563 + - uid: 7497 components: - type: Transform - pos: 170.5,92.5 + anchored: True + pos: -213.5,-142.5 parent: 1 - - uid: 5564 + - uid: 7498 components: - type: Transform - pos: 170.5,93.5 + anchored: True + pos: -207.5,-151.5 parent: 1 - - uid: 5565 + - uid: 7499 components: - type: Transform - pos: 170.5,94.5 + anchored: True + pos: 50.5,138.5 parent: 1 - - uid: 5566 + - uid: 7500 components: - type: Transform - pos: 170.5,95.5 + anchored: True + pos: 157.5,1.5 parent: 1 - - uid: 5567 + - uid: 7501 components: - type: Transform - pos: 170.5,96.5 + anchored: True + pos: -42.5,-106.5 parent: 1 - - uid: 5568 + - uid: 7502 components: - type: Transform - pos: 170.5,98.5 + anchored: True + pos: -14.5,-147.5 parent: 1 - - uid: 5569 + - uid: 7503 components: - type: Transform - pos: 170.5,99.5 + anchored: True + pos: 171.5,59.5 parent: 1 - - uid: 5570 + - uid: 7504 components: - type: Transform - pos: 170.5,100.5 + anchored: True + pos: 194.5,91.5 parent: 1 - - uid: 5571 + - uid: 7505 components: - type: Transform - pos: 170.5,101.5 + anchored: True + pos: -139.5,-99.5 parent: 1 - - uid: 5572 + - uid: 7506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,102.5 + anchored: True + pos: 166.5,-43.5 parent: 1 - - uid: 5573 + - uid: 7507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,102.5 + anchored: True + pos: 99.5,-63.5 parent: 1 - - uid: 5574 + - uid: 7508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,102.5 + anchored: True + pos: -174.5,12.5 parent: 1 - - uid: 5575 + - uid: 7509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,102.5 + anchored: True + pos: -121.5,190.5 parent: 1 - - uid: 5576 + - uid: 7510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,102.5 + anchored: True + pos: 53.5,84.5 parent: 1 - - uid: 5577 + - uid: 7511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 177.5,102.5 + anchored: True + pos: 181.5,-21.5 parent: 1 - - uid: 5578 + - uid: 7512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 178.5,102.5 + anchored: True + pos: 210.5,-14.5 parent: 1 - - uid: 5579 + - uid: 7513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 179.5,102.5 + anchored: True + pos: 130.5,-132.5 parent: 1 - - uid: 5580 + - uid: 7514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 182.5,102.5 + anchored: True + pos: -219.5,-2.5 parent: 1 - - uid: 5581 +- proto: FloraRockSolid02 + entities: + - uid: 7515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 183.5,102.5 + anchored: True + pos: 250.5,106.5 parent: 1 - - uid: 5582 + - uid: 7516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 184.5,102.5 + anchored: True + pos: 238.5,-78.5 parent: 1 - - uid: 5583 + - uid: 7517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,102.5 + anchored: True + pos: -162.5,-143.5 parent: 1 - - uid: 5584 + - uid: 7518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,102.5 + anchored: True + pos: -22.5,74.5 parent: 1 - - uid: 5585 + - uid: 7519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,102.5 + anchored: True + pos: -2.5,23.5 parent: 1 - - uid: 5586 + - uid: 7520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,102.5 + anchored: True + pos: -222.5,-103.5 parent: 1 - - uid: 5587 + - uid: 7521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,102.5 + anchored: True + pos: -213.5,-126.5 parent: 1 - - uid: 5588 + - uid: 7522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,102.5 + anchored: True + pos: 131.5,114.5 parent: 1 - - uid: 5589 + - uid: 7523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,102.5 + anchored: True + pos: 85.5,121.5 parent: 1 - - uid: 5590 + - uid: 7524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,102.5 + anchored: True + pos: 0.5,185.5 parent: 1 - - uid: 5591 + - uid: 7525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,-28.5 + anchored: True + pos: 67.5,158.5 parent: 1 - - uid: 5592 + - uid: 7526 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,-29.5 + anchored: True + pos: 154.5,-1.5 parent: 1 - - uid: 5593 + - uid: 7527 components: - type: Transform - pos: -173.5,-31.5 + anchored: True + pos: 101.5,46.5 parent: 1 - - uid: 5594 + - uid: 7528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,-30.5 + anchored: True + pos: 142.5,46.5 parent: 1 - - uid: 5595 + - uid: 7529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -171.5,-32.5 + anchored: True + pos: 152.5,37.5 parent: 1 - - uid: 5596 + - uid: 7530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,-32.5 + anchored: True + pos: -126.5,-164.5 parent: 1 - - uid: 5597 + - uid: 7531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -167.5,-32.5 + anchored: True + pos: 140.5,-67.5 parent: 1 - - uid: 5598 + - uid: 7532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-32.5 + anchored: True + pos: 125.5,-101.5 parent: 1 - - uid: 5599 + - uid: 7533 components: - type: Transform - pos: -166.5,-31.5 + anchored: True + pos: 206.5,84.5 parent: 1 - - uid: 5600 + - uid: 7534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-32.5 + anchored: True + pos: 174.5,101.5 parent: 1 - - uid: 5601 + - uid: 7535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-32.5 + anchored: True + pos: 113.5,-70.5 parent: 1 - - uid: 5602 + - uid: 7536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,-29.5 + anchored: True + pos: 213.5,-39.5 parent: 1 - - uid: 5603 + - uid: 7537 components: - type: Transform - pos: -166.5,-30.5 + anchored: True + pos: -67.5,-63.5 parent: 1 - - uid: 5604 + - uid: 7538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-29.5 + anchored: True + pos: 209.5,-43.5 parent: 1 - - uid: 5605 + - uid: 7539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-29.5 + anchored: True + pos: -203.5,-216.5 parent: 1 - - uid: 5606 + - uid: 7540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-29.5 + anchored: True + pos: -214.5,-192.5 parent: 1 - - uid: 5607 + - uid: 7541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-29.5 + anchored: True + pos: 78.5,125.5 parent: 1 - - uid: 5608 + - uid: 7542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,-29.5 + anchored: True + pos: -112.5,160.5 parent: 1 - - uid: 5609 + - uid: 7543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -158.5,-29.5 + anchored: True + pos: -81.5,195.5 parent: 1 - - uid: 5610 + - uid: 7544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -155.5,-29.5 + anchored: True + pos: -114.5,202.5 parent: 1 - - uid: 5611 + - uid: 7545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,-29.5 + anchored: True + pos: -64.5,176.5 parent: 1 - - uid: 5612 + - uid: 7546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -154.5,-29.5 + anchored: True + pos: 209.5,144.5 parent: 1 - - uid: 5613 + - uid: 7547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,-29.5 + anchored: True + pos: -76.5,-207.5 parent: 1 - - uid: 5614 + - uid: 7548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,-29.5 + anchored: True + pos: 9.5,86.5 parent: 1 - - uid: 5615 + - uid: 7549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -151.5,-29.5 + anchored: True + pos: 227.5,-14.5 parent: 1 - - uid: 5616 + - uid: 7550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,-28.5 + anchored: True + pos: 103.5,-97.5 parent: 1 - - uid: 5617 + - uid: 7551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,-27.5 + anchored: True + pos: 111.5,-96.5 parent: 1 - - uid: 5618 + - uid: 7552 components: - type: Transform - pos: -165.5,-28.5 + anchored: True + pos: 249.5,125.5 parent: 1 - - uid: 7692 + - uid: 7553 components: - type: Transform - pos: -169.5,-61.5 + anchored: True + pos: 284.5,159.5 parent: 1 - - uid: 10124 + - uid: 7554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,-24.5 + anchored: True + pos: -365.5,132.5 parent: 1 - - uid: 11405 + - uid: 7555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,57.5 + anchored: True + pos: -29.5,-50.5 parent: 1 - - uid: 13077 +- proto: FloraRockSolid03 + entities: + - uid: 7556 components: - type: Transform - pos: 93.5,-112.5 + anchored: True + pos: 238.5,151.5 parent: 1 - - uid: 19819 + - uid: 7557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,-7.5 + anchored: True + pos: 303.5,125.5 parent: 1 - - uid: 19822 + - uid: 7558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-7.5 + anchored: True + pos: 269.5,154.5 parent: 1 - - uid: 19828 + - uid: 7559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-7.5 + anchored: True + pos: 238.5,166.5 parent: 1 - - uid: 19829 + - uid: 7560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-7.5 + anchored: True + pos: 289.5,130.5 parent: 1 - - uid: 19831 + - uid: 7561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,-7.5 + anchored: True + pos: 105.5,166.5 parent: 1 - - uid: 19884 + - uid: 7562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-7.5 + anchored: True + pos: 132.5,169.5 parent: 1 - - uid: 19885 + - uid: 7563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,-7.5 + anchored: True + pos: 139.5,213.5 parent: 1 - - uid: 19886 + - uid: 7564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-7.5 + anchored: True + pos: 140.5,221.5 parent: 1 - - uid: 22356 + - uid: 7565 components: - type: Transform - pos: 93.5,-111.5 + anchored: True + pos: 86.5,132.5 parent: 1 - - uid: 23323 + - uid: 7566 components: - type: Transform - pos: 93.5,-113.5 + anchored: True + pos: 124.5,125.5 parent: 1 - - uid: 25265 + - uid: 7567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-101.5 + anchored: True + pos: 127.5,118.5 parent: 1 - - uid: 45734 + - uid: 7568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -394.5,115.5 + anchored: True + pos: 116.5,87.5 parent: 1 - - uid: 46105 + - uid: 7569 components: - type: Transform - pos: -405.5,103.5 + anchored: True + pos: 22.5,125.5 parent: 1 - - uid: 46540 + - uid: 7570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -396.5,115.5 + anchored: True + pos: 69.5,137.5 parent: 1 - - uid: 46561 + - uid: 7571 components: - type: Transform - pos: -405.5,104.5 + anchored: True + pos: 144.5,29.5 parent: 1 - - uid: 46582 + - uid: 7572 components: - type: Transform - pos: -397.5,116.5 + anchored: True + pos: -126.5,-172.5 parent: 1 - - uid: 46828 + - uid: 7573 components: - type: Transform - rot: 3.141592653589793 rad - pos: -397.5,118.5 + anchored: True + pos: -18.5,-112.5 parent: 1 - - uid: 46856 + - uid: 7574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -397.5,117.5 + anchored: True + pos: 161.5,58.5 parent: 1 - - uid: 47618 + - uid: 7575 components: - type: Transform - pos: -392.5,111.5 + anchored: True + pos: 195.5,86.5 parent: 1 - - uid: 49941 + - uid: 7576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-101.5 + anchored: True + pos: 247.5,-6.5 parent: 1 - - uid: 49943 + - uid: 7577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-101.5 + anchored: True + pos: -162.5,13.5 parent: 1 - - uid: 61513 + - uid: 7578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-7.5 + anchored: True + pos: -185.5,77.5 parent: 1 - - uid: 61832 + - uid: 7579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,57.5 + anchored: True + pos: 240.5,-50.5 parent: 1 - - uid: 61891 + - uid: 7580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,58.5 + anchored: True + pos: -154.5,-205.5 parent: 1 - - uid: 61895 + - uid: 7581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -186.5,57.5 + anchored: True + pos: -36.5,-62.5 parent: 1 - - uid: 64079 + - uid: 7582 components: - type: Transform - pos: -169.5,-60.5 + anchored: True + pos: -90.5,-77.5 parent: 1 - - uid: 64085 + - uid: 7583 components: - type: Transform - pos: -98.5,-25.5 + anchored: True + pos: -68.5,-66.5 parent: 1 - - uid: 64088 + - uid: 7584 components: - type: Transform - pos: -98.5,-31.5 + anchored: True + pos: -167.5,-203.5 parent: 1 - - uid: 64120 + - uid: 7585 components: - type: Transform - pos: -98.5,-30.5 + anchored: True + pos: -136.5,-130.5 parent: 1 - - uid: 64131 + - uid: 7586 components: - type: Transform - pos: -98.5,-26.5 + anchored: True + pos: -162.5,-203.5 parent: 1 - - uid: 64140 + - uid: 7587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-24.5 + anchored: True + pos: -214.5,-196.5 parent: 1 - - uid: 64144 + - uid: 7588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-24.5 + anchored: True + pos: 33.5,14.5 parent: 1 - - uid: 64145 + - uid: 7589 components: - type: Transform - pos: -98.5,-28.5 + anchored: True + pos: 79.5,32.5 parent: 1 - - uid: 64148 + - uid: 7590 components: - type: Transform - pos: -98.5,-27.5 + anchored: True + pos: 152.5,136.5 parent: 1 - - uid: 64150 + - uid: 7591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-24.5 + anchored: True + pos: 160.5,140.5 parent: 1 - - uid: 64162 + - uid: 7592 components: - type: Transform - pos: -98.5,-29.5 + anchored: True + pos: -172.5,-55.5 parent: 1 - - uid: 64167 + - uid: 7593 components: - type: Transform - pos: -98.5,-32.5 + anchored: True + pos: -96.5,174.5 parent: 1 - - uid: 64168 + - uid: 7594 components: - type: Transform - pos: -98.5,-33.5 + anchored: True + pos: -65.5,218.5 parent: 1 - - uid: 64169 + - uid: 7595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-24.5 + anchored: True + pos: -91.5,214.5 parent: 1 - - uid: 64174 + - uid: 7596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,-24.5 + anchored: True + pos: -78.5,186.5 parent: 1 - - uid: 64182 + - uid: 7597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -167.5,-63.5 + anchored: True + pos: -92.5,159.5 parent: 1 - - uid: 64183 + - uid: 7598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,-63.5 + anchored: True + pos: -86.5,153.5 parent: 1 - - uid: 64185 + - uid: 7599 components: - type: Transform - pos: -169.5,-59.5 + anchored: True + pos: -69.5,211.5 parent: 1 - - uid: 64186 + - uid: 7600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-63.5 + anchored: True + pos: 209.5,109.5 parent: 1 - - uid: 64193 + - uid: 7601 components: - type: Transform - pos: -169.5,-57.5 + anchored: True + pos: 34.5,107.5 parent: 1 - - uid: 64202 + - uid: 7602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.5,-63.5 + anchored: True + pos: 78.5,-138.5 parent: 1 - - uid: 64210 + - uid: 7603 components: - type: Transform - pos: -169.5,-58.5 + anchored: True + pos: 64.5,-129.5 parent: 1 - - uid: 64214 + - uid: 7604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-63.5 + anchored: True + pos: -140.5,24.5 parent: 1 - - uid: 64215 + - uid: 7605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,-62.5 + anchored: True + pos: -140.5,30.5 parent: 1 - - uid: 65079 + - uid: 7606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,72.5 + anchored: True + pos: -58.5,-195.5 parent: 1 - - uid: 65435 + - uid: 7607 components: - type: Transform rot: -1.5707963267948966 rad - pos: 95.5,-101.5 + pos: -113.402916,-56.89726 parent: 1 - - uid: 65436 + - uid: 7608 components: - type: Transform - pos: 93.5,-110.5 + anchored: True + pos: -49.5,-178.5 parent: 1 - - uid: 65443 + - uid: 7609 components: - type: Transform - pos: 106.5,-113.5 + anchored: True + pos: -95.5,35.5 parent: 1 - - uid: 65445 + - uid: 7610 components: - type: Transform - pos: 106.5,-104.5 + anchored: True + pos: 13.5,83.5 parent: 1 - - uid: 65446 + - uid: 7611 components: - type: Transform - pos: 93.5,-115.5 + anchored: True + pos: 45.5,83.5 parent: 1 - - uid: 65451 + - uid: 7612 components: - type: Transform - pos: 93.5,-109.5 + anchored: True + pos: 179.5,-16.5 parent: 1 - - uid: 65452 + - uid: 7613 components: - type: Transform - pos: 106.5,-106.5 + anchored: True + pos: 179.5,-35.5 parent: 1 - - uid: 65462 + - uid: 7614 components: - type: Transform - pos: 106.5,-108.5 + anchored: True + pos: 185.5,-10.5 parent: 1 - - uid: 65463 + - uid: 7615 components: - type: Transform - pos: 106.5,-107.5 + anchored: True + pos: 97.5,-97.5 parent: 1 - - uid: 65464 + - uid: 7616 components: - type: Transform - pos: 106.5,-109.5 + anchored: True + pos: 133.5,-133.5 parent: 1 - - uid: 65465 + - uid: 7617 components: - type: Transform - pos: 106.5,-110.5 + anchored: True + pos: -360.5,117.5 parent: 1 - - uid: 65466 + - uid: 7618 components: - type: Transform - pos: 106.5,-111.5 + anchored: True + pos: 102.5,-147.5 parent: 1 - - uid: 65467 + - uid: 7619 components: - type: Transform - pos: 106.5,-112.5 + anchored: True + pos: -15.5,-212.5 parent: 1 - - uid: 65468 + - uid: 7620 components: - type: Transform - pos: 106.5,-112.5 + anchored: True + pos: -2.5,-144.5 parent: 1 - - uid: 65469 +- proto: FloraTree05 + entities: + - uid: 7621 components: - type: Transform - pos: 93.5,-119.5 + pos: 20.570452,-218.51176 parent: 1 - - uid: 65470 +- proto: FloraTreeStump + entities: + - uid: 7622 components: - type: Transform - pos: 93.5,-120.5 + pos: 199.46748,65.4468 parent: 1 - - uid: 65471 + - uid: 7623 components: - type: Transform - pos: 93.5,-114.5 + anchored: True + pos: 136.5,177.5 parent: 1 - - uid: 65473 + - uid: 7624 components: - type: Transform - pos: 106.5,-114.5 + anchored: True + pos: 201.5,156.5 parent: 1 - - uid: 65474 + - uid: 7625 components: - type: Transform - pos: 106.5,-115.5 + pos: -177.5,-120.5 parent: 1 - - uid: 65475 + - uid: 7626 components: - type: Transform - pos: 106.5,-116.5 + anchored: True + pos: 17.5,19.5 parent: 1 - - uid: 65476 + - uid: 7627 components: - type: Transform - pos: 106.5,-117.5 + anchored: True + pos: 128.5,97.5 parent: 1 - - uid: 65477 + - uid: 7628 components: - type: Transform - pos: 106.5,-118.5 + anchored: True + pos: 114.5,131.5 parent: 1 - - uid: 65478 + - uid: 7629 components: - type: Transform - pos: 106.5,-119.5 + anchored: True + pos: 23.5,150.5 parent: 1 - - uid: 65479 + - uid: 7630 components: - type: Transform - pos: 106.5,-120.5 + anchored: True + pos: 12.5,161.5 parent: 1 - - uid: 65480 + - uid: 7631 components: - type: Transform - pos: 106.5,-121.5 + anchored: True + pos: -75.5,-131.5 parent: 1 - - uid: 65481 + - uid: 7632 components: - type: Transform - pos: 106.5,-122.5 + anchored: True + pos: 130.5,-52.5 parent: 1 - - uid: 65482 + - uid: 7633 components: - type: Transform - pos: 106.5,-123.5 + anchored: True + pos: 171.5,18.5 parent: 1 - - uid: 65483 + - uid: 7634 components: - type: Transform - pos: 106.5,-124.5 + anchored: True + pos: 194.5,51.5 parent: 1 - - uid: 65484 + - uid: 7635 components: - type: Transform - pos: 106.5,-125.5 + anchored: True + pos: 211.5,100.5 parent: 1 - - uid: 65485 + - uid: 7636 components: - type: Transform - pos: 106.5,-126.5 + anchored: True + pos: -98.5,-204.5 parent: 1 - - uid: 65486 + - uid: 7637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-127.5 + anchored: True + pos: 153.5,185.5 parent: 1 - - uid: 65487 + - uid: 7638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-127.5 + anchored: True + pos: 211.5,-22.5 parent: 1 - - uid: 65488 + - uid: 7639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-127.5 + anchored: True + pos: 97.5,169.5 parent: 1 - - uid: 65489 + - uid: 7640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-127.5 + anchored: True + pos: -200.5,-66.5 parent: 1 - - uid: 65490 + - uid: 7641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-127.5 + anchored: True + pos: -215.5,-60.5 parent: 1 - - uid: 65491 + - uid: 7642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-127.5 + anchored: True + pos: -119.5,167.5 parent: 1 - - uid: 65492 + - uid: 7643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-127.5 + anchored: True + pos: -77.5,159.5 parent: 1 - - uid: 65493 + - uid: 7644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-127.5 + anchored: True + pos: 189.5,108.5 parent: 1 - - uid: 65494 + - uid: 7645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-127.5 + anchored: True + pos: 204.5,122.5 parent: 1 - - uid: 65495 + - uid: 7646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-127.5 + anchored: True + pos: 17.5,100.5 parent: 1 - - uid: 65496 + - uid: 7647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-127.5 + anchored: True + pos: 71.5,-128.5 parent: 1 - - uid: 65497 + - uid: 7648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-127.5 + anchored: True + pos: -206.5,83.5 parent: 1 - - uid: 65498 + - uid: 7649 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-126.5 + anchored: True + pos: 207.5,-84.5 parent: 1 - - uid: 65499 + - uid: 7650 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-125.5 + anchored: True + pos: 221.5,-14.5 parent: 1 - - uid: 65500 + - uid: 7651 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-124.5 + anchored: True + pos: 101.5,-142.5 parent: 1 - - uid: 65501 + - uid: 7652 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-123.5 + anchored: True + pos: -217.5,49.5 parent: 1 - - uid: 65502 + - uid: 7653 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-122.5 + anchored: True + pos: -159.5,-43.5 parent: 1 - - uid: 65503 + - uid: 7654 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,-121.5 + anchored: True + pos: -11.5,-204.5 parent: 1 - - uid: 65510 + - uid: 7655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-101.5 + anchored: True + pos: -7.5,-201.5 parent: 1 - - uid: 65521 +- proto: FolderSpawner + entities: + - uid: 7656 components: - type: Transform rot: -1.5707963267948966 rad - pos: 96.5,-101.5 + pos: 181.52934,51.67951 parent: 1 - - uid: 65523 + - uid: 7657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-101.5 + rot: 1.5707963267948966 rad + pos: 183.36629,169.62943 parent: 1 - - uid: 65526 +- proto: FoodBadRecipe + entities: + - uid: 7658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-101.5 + pos: -75.069534,-102.61369 parent: 1 - - uid: 65527 +- proto: FoodBowlBig + entities: + - uid: 215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-101.5 - parent: 1 - - uid: 65543 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-101.5 - parent: 1 - - uid: 65546 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7659 components: - type: Transform - pos: 106.5,-102.5 + pos: -184.84175,-173.40976 parent: 1 - - uid: 65547 + - uid: 7660 components: - type: Transform - pos: 106.5,-104.5 + pos: -184.56635,-173.17998 parent: 1 - - uid: 65556 + - uid: 7661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-101.5 + pos: -184.54759,-172.91748 parent: 1 - - uid: 65561 + - uid: 7662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-101.5 + pos: -184.71634,-173.19873 parent: 1 - - uid: 65562 + - uid: 7663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-101.5 + pos: -154.30711,-124.34047 parent: 1 - - uid: 65565 + - uid: 7664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-101.5 + pos: 32.679897,144.8517 parent: 1 - - uid: 65568 +- proto: FoodBowlBigTrash + entities: + - uid: 6104 components: - type: Transform - pos: 106.5,-105.5 - parent: 1 - - uid: 65572 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6105 components: - type: Transform - pos: 106.5,-102.5 - parent: 1 - - uid: 65573 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-101.5 + pos: -86.41692,-108.82413 parent: 1 - - uid: 65575 + - uid: 7666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-101.5 + pos: -171.57869,-75.359146 parent: 1 - - uid: 65576 + - uid: 7667 components: - type: Transform - pos: 106.5,-102.5 + rot: 3.141592653589793 rad + pos: 181.46774,29.718874 parent: 1 - - uid: 65577 + - uid: 7668 components: - type: Transform - pos: 106.5,-103.5 + pos: -159.4702,-21.19389 parent: 1 - - uid: 65578 + - uid: 7669 components: - type: Transform - pos: 93.5,-102.5 + pos: -163.48795,-16.270603 parent: 1 - - uid: 65579 +- proto: FoodBowlFancy + entities: + - uid: 217 components: - type: Transform - pos: 93.5,-102.5 - parent: 1 - - uid: 65580 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: FoodBoxPizza + entities: + - uid: 7670 components: - type: Transform - pos: 93.5,-103.5 + rot: -1.5707963267948966 rad + pos: -49.358337,-106.411995 parent: 1 - - uid: 65581 +- proto: FoodBurgerHuman + entities: + - uid: 7671 components: - type: Transform - pos: 93.5,-104.5 + pos: -152.43082,-17.29542 parent: 1 - - uid: 65582 +- proto: FoodBurgerRat + entities: + - uid: 7672 components: - type: Transform - pos: 93.5,-104.5 + pos: -177.4927,-139.33952 parent: 1 - - uid: 65583 +- proto: FoodCondimentBottleBBQ + entities: + - uid: 6690 components: - type: Transform - pos: 93.5,-105.5 - parent: 1 - - uid: 65584 + parent: 6685 + - type: Physics + canCollide: False +- proto: FoodCondimentBottleVinegar + entities: + - uid: 6691 components: - type: Transform - pos: 93.5,-106.5 - parent: 1 - - uid: 65585 + parent: 6685 + - type: Physics + canCollide: False + - uid: 7673 components: - type: Transform - pos: 93.5,-107.5 + pos: -45.428185,-105.12717 parent: 1 - - uid: 65586 +- proto: FoodCondimentPacketBbq + entities: + - uid: 7674 components: - type: Transform - pos: 93.5,-108.5 + pos: -51.56746,-99.40505 parent: 1 - - uid: 65587 +- proto: FoodCondimentPacketHorseradish + entities: + - uid: 7675 components: - type: Transform - pos: 93.5,-108.5 + rot: 3.141592653589793 rad + pos: -163.66727,-23.29623 parent: 1 - - uid: 65588 + - uid: 7676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,-101.5 + rot: 1.5707963267948966 rad + pos: -163.44711,-25.428085 parent: 1 -- proto: FenceWoodHighCorner +- proto: FoodCornTrash entities: - - uid: 5619 + - uid: 7677 components: - type: Transform - pos: 186.5,183.5 + rot: 3.141592653589793 rad + pos: -226.0333,-92.12145 parent: 1 - - uid: 5620 +- proto: FoodFrozenSnowconeTrash + entities: + - uid: 7678 components: - type: Transform rot: 1.5707963267948966 rad - pos: 95.5,130.5 + pos: 186.70877,58.400955 parent: 1 - - uid: 5621 + - uid: 7680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,111.5 - parent: 1 - - uid: 5622 + parent: 7679 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,130.5 - parent: 1 - - uid: 5623 + parent: 7679 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatCooked + entities: + - uid: 7687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-113.5 - parent: 1 - - uid: 5624 + parent: 7686 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7688 components: - type: Transform - pos: -71.5,-113.5 - parent: 1 - - uid: 5625 + parent: 7686 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-97.5 + pos: -184.46066,-104.39531 parent: 1 - - uid: 5626 +- proto: FoodMeatHuman + entities: + - uid: 7692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,84.5 + pos: -5.4084153,-35.486977 parent: 1 - - uid: 5627 +- proto: FoodMeatRat + entities: + - uid: 7694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,111.5 - parent: 1 - - uid: 20753 + parent: 7693 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatRatdoubleKebab + entities: + - uid: 7698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 174.5,183.5 + pos: 192.48662,20.387909 parent: 1 - - uid: 47244 + - uid: 7699 components: - type: Transform - pos: -356.5,105.5 + pos: -177.4823,-139.98537 parent: 1 - - uid: 61045 +- proto: FoodMeatRatKebab + entities: + - uid: 6028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,-128.5 - parent: 1 - - uid: 65339 + parent: 6026 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatRotten + entities: + - uid: 6059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-125.5 - parent: 1 -- proto: FenceWoodHighEnd - entities: - - uid: 5628 + parent: 6057 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.5,183.5 - parent: 1 - - uid: 5629 + parent: 6057 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,183.5 - parent: 1 - - uid: 5630 + parent: 6057 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,120.5 - parent: 1 - - uid: 5631 + parent: 6057 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7701 components: - type: Transform - pos: 95.5,118.5 - parent: 1 - - uid: 5632 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,36.5 - parent: 1 - - uid: 5633 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 116.5,36.5 - parent: 1 - - uid: 5634 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,130.5 + pos: -82.560165,-101.722305 parent: 1 - - uid: 5635 + - uid: 7715 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,130.5 + pos: -154.50778,-16.451157 parent: 1 - - uid: 5636 +- proto: FoodMeatSnake + entities: + - uid: 7717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-97.5 - parent: 1 - - uid: 5637 + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: FoodPlate + entities: + - uid: 218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-107.5 - parent: 1 - - uid: 5638 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-97.5 - parent: 1 - - uid: 5639 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7734 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-105.5 + pos: 171.5059,152.38557 parent: 1 - - uid: 5640 + - uid: 7735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-97.5 + rot: -6.283185307179586 rad + pos: 136.50934,-10.33662 parent: 1 - - uid: 5641 + - uid: 7736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-97.5 + pos: 134.50104,-8.106532 parent: 1 - - uid: 5642 +- proto: FoodPlatePlastic + entities: + - uid: 7738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-113.5 - parent: 1 - - uid: 5643 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-97.5 - parent: 1 - - uid: 5644 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,-97.5 + pos: -168.47572,-103.03657 parent: 1 - - uid: 5645 +- proto: FoodPlateSmall + entities: + - uid: 220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-97.5 - parent: 1 - - uid: 5646 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-113.5 - parent: 1 - - uid: 5647 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-97.5 + rot: 3.141592653589793 rad + pos: 180.5059,150.49495 parent: 1 - - uid: 5648 + - uid: 7757 components: - type: Transform - pos: -90.5,-108.5 + rot: 3.141592653589793 rad + pos: 177.49028,146.44807 parent: 1 - - uid: 5649 + - uid: 7758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-97.5 + pos: 94.19822,100.70474 parent: 1 - - uid: 5650 + - uid: 7759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-99.5 + pos: 33.303658,144.90062 parent: 1 - - uid: 5651 +- proto: FoodPlateSmallPlastic + entities: + - uid: 7740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-97.5 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7741 + components: + - type: Transform + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7742 + components: + - type: Transform + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7743 + components: + - type: Transform + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7760 + components: + - type: Transform + pos: -184.49191,-104.285934 parent: 1 -- proto: FenceWoodHighGate +- proto: FoodPlateSmallTrash entities: - - uid: 5655 + - uid: 7761 components: - type: Transform - pos: -70.5,-99.5 + pos: -52.377697,-125.25956 parent: 1 - - uid: 5656 + - uid: 7762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-111.5 + pos: -53.59306,-102.382545 parent: 1 - - uid: 9965 + - uid: 7763 components: - type: Transform - pos: 158.5,135.5 + pos: 89.80316,9.948584 parent: 1 - - uid: 11992 + - uid: 7764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,-133.5 + pos: 77.31066,-101.887825 parent: 1 - - uid: 47525 + - uid: 7765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -369.5,109.5 + pos: 76.52844,-130.36444 parent: 1 - - uid: 47536 + - uid: 7766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -361.5,105.5 + pos: 76.52844,-131.17694 parent: 1 - - uid: 61032 + - uid: 7767 components: - type: Transform - pos: -174.5,-128.5 + pos: 78.53538,-130.90804 parent: 1 - - uid: 65337 + - uid: 7768 components: - type: Transform - pos: 86.5,-125.5 + pos: 78.50413,-131.28304 parent: 1 -- proto: FenceWoodHighStraight +- proto: FoodPlateTin entities: - - uid: 5657 + - uid: 222 components: - type: Transform - pos: 186.5,188.5 - parent: 1 - - uid: 5658 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 223 components: - type: Transform - pos: 66.5,121.5 - parent: 1 - - uid: 5659 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,111.5 - parent: 1 - - uid: 5660 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 225 components: - type: Transform - pos: 186.5,187.5 - parent: 1 - - uid: 5661 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: FoodPlateTrash + entities: + - uid: 6106 components: - type: Transform - pos: 186.5,184.5 - parent: 1 - - uid: 5662 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 177.5,183.5 + rot: -1.5707963267948966 rad + pos: -50.37431,-101.17942 parent: 1 - - uid: 5663 +- proto: FoodRicePork + entities: + - uid: 7770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,183.5 + pos: 152.60817,150.77614 parent: 1 - - uid: 5664 +- proto: FoodShakerPepper + entities: + - uid: 7771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 178.5,183.5 + pos: 33.344448,149.9988 parent: 1 - - uid: 5665 +- proto: FoodShakerSalt + entities: + - uid: 7772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 179.5,183.5 + pos: 33.54014,150.03548 parent: 1 - - uid: 5666 +- proto: FoodSnackNutribrick + entities: + - uid: 7774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,183.5 - parent: 1 - - uid: 5667 + parent: 7773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodTinBeansTrash + entities: + - uid: 6107 components: - type: Transform - pos: 186.5,186.5 - parent: 1 - - uid: 5668 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,183.5 + pos: -45.938248,-111.31034 parent: 1 - - uid: 5669 + - uid: 7777 components: - type: Transform - pos: 186.5,185.5 + rot: -1.5707963267948966 rad + pos: 132.83446,-15.665754 parent: 1 - - uid: 5670 +- proto: FoodTinMRETrash + entities: + - uid: 6108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,127.5 - parent: 1 - - uid: 5671 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7682 components: - type: Transform - pos: 66.5,124.5 - parent: 1 - - uid: 5672 + parent: 7679 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7778 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,128.5 + pos: 163.46375,-94.61122 parent: 1 - - uid: 5673 +- proto: FoodTinPeachesMaintTrash + entities: + - uid: 7779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,126.5 + pos: -51.025124,-99.22092 parent: 1 - - uid: 5674 + - uid: 7780 components: - type: Transform - pos: 66.5,113.5 + pos: 164.67357,-93.086655 parent: 1 - - uid: 5675 +- proto: FoodTinPeachesTrash + entities: + - uid: 6109 components: - type: Transform - pos: 66.5,123.5 - parent: 1 - - uid: 5676 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6110 components: - type: Transform - pos: 66.5,114.5 - parent: 1 - - uid: 5677 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,130.5 - parent: 1 - - uid: 5678 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,130.5 - parent: 1 - - uid: 5679 + parent: 7679 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7684 components: - type: Transform - pos: 66.5,120.5 - parent: 1 - - uid: 5680 + parent: 7679 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7685 components: - type: Transform - pos: 66.5,120.5 - parent: 1 - - uid: 5681 + parent: 7679 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ForensicReportPaper + entities: + - uid: 7781 components: - type: Transform - pos: 66.5,119.5 + pos: 213.8581,182.86314 parent: 1 - - uid: 5682 + - type: Paper + content: > + ### DNA Scanning Initial Data + + **Identification Number:** 1234567890 + + + #### Analysis Results + + + 1. **DNA Sample Quality:** + - DNA Integrity: 92% + - DNA Purity: 85% + - DNA Quantity: 4.5 µg +- proto: Fork + entities: + - uid: 226 components: - type: Transform - pos: 66.5,118.5 - parent: 1 - - uid: 5683 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 227 components: - type: Transform - pos: 66.5,117.5 - parent: 1 - - uid: 5684 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 228 components: - type: Transform - pos: 66.5,126.5 - parent: 1 - - uid: 5685 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 229 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,130.5 - parent: 1 - - uid: 5686 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,130.5 - parent: 1 - - uid: 5687 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,129.5 - parent: 1 - - uid: 5688 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,111.5 - parent: 1 - - uid: 5689 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,103.5 - parent: 1 - - uid: 5690 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6696 components: - type: Transform - pos: 66.5,116.5 - parent: 1 - - uid: 5691 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,94.5 + parent: 6685 + - type: Physics + canCollide: False + - uid: 6698 + components: + - type: Transform + parent: 6685 + - type: Physics + canCollide: False + - uid: 6699 + components: + - type: Transform + parent: 6685 + - type: Physics + canCollide: False + - uid: 7782 + components: + - type: Transform + rot: -7.853981633974483 rad + pos: 134.60574,-8.58868 parent: 1 - - uid: 5692 + - uid: 7783 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,93.5 + rot: -1.5707963267948966 rad + pos: 32.847996,144.17824 parent: 1 - - uid: 5693 + - uid: 7784 components: - type: Transform rot: -1.5707963267948966 rad - pos: 85.5,84.5 + pos: -184.44504,-103.95781 parent: 1 - - uid: 5694 +- proto: ForkPlastic + entities: + - uid: 7744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,100.5 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7745 + components: + - type: Transform + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.61396,-130.11348 parent: 1 - - uid: 5695 + - uid: 7786 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,97.5 + rot: -1.5707963267948966 rad + pos: 76.629585,-131.64473 parent: 1 - - uid: 5696 +- proto: FuelDispenser + entities: + - uid: 7787 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,84.5 + pos: 53.5,45.5 parent: 1 - - uid: 5697 + - uid: 7788 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,111.5 + pos: 24.5,144.5 parent: 1 - - uid: 5698 +- proto: GasCanisterBrokenBase + entities: + - uid: 7789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,130.5 + pos: 181.5,56.5 parent: 1 - - uid: 5699 +- proto: GasPipeBend + entities: + - uid: 7790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,130.5 + pos: -279.5,-76.5 parent: 1 - - uid: 5700 + - uid: 7791 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.5,130.5 + pos: -284.5,-75.5 parent: 1 - - uid: 5701 + - uid: 7792 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,130.5 + pos: -284.5,-77.5 parent: 1 - - uid: 5702 + - uid: 7793 components: - type: Transform - pos: 66.5,127.5 + pos: 145.5,-90.5 parent: 1 - - uid: 5703 + - uid: 7794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,129.5 + rot: 1.5707963267948966 rad + pos: -203.5,-89.5 parent: 1 - - uid: 5704 + - uid: 7795 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,130.5 + pos: -102.5,-30.5 parent: 1 - - uid: 5705 +- proto: GasPipeBroken + entities: + - uid: 7796 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,125.5 + rot: 1.5707963267948966 rad + pos: 167.5,-93.5 parent: 1 - - uid: 5706 +- proto: GasPipeFourway + entities: + - uid: 7797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,130.5 + pos: 147.5,-90.5 parent: 1 - - uid: 5707 + - uid: 7798 components: - type: Transform - pos: 66.5,112.5 + pos: -202.5,-89.5 parent: 1 - - uid: 5708 +- proto: GasPipeHalf + entities: + - uid: 7799 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,124.5 + pos: -102.5,-28.5 parent: 1 - - uid: 5709 +- proto: GasPipeStraight + entities: + - uid: 7800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,36.5 + pos: -279.5,-77.5 parent: 1 - - uid: 5710 + - uid: 7801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,36.5 + pos: -288.5,-74.5 parent: 1 - - uid: 5711 + - uid: 7802 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,92.5 + rot: -1.5707963267948966 rad + pos: -282.5,-76.5 parent: 1 - - uid: 5712 + - uid: 7803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,84.5 + pos: -288.5,-73.5 parent: 1 - - uid: 5713 + - uid: 7804 components: - type: Transform rot: -1.5707963267948966 rad - pos: 88.5,84.5 + pos: -280.5,-76.5 parent: 1 - - uid: 5714 + - uid: 7805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,130.5 + pos: -247.5,-80.5 parent: 1 - - uid: 5715 + - uid: 7806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,111.5 + pos: -288.5,-72.5 parent: 1 - - uid: 5716 + - uid: 7807 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,96.5 + pos: -247.5,-87.5 parent: 1 - - uid: 5717 + - uid: 7808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,130.5 + pos: -288.5,-75.5 parent: 1 - - uid: 5718 + - uid: 7809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,130.5 + pos: -247.5,-81.5 parent: 1 - - uid: 5719 + - uid: 7810 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,130.5 + pos: -281.5,-75.5 parent: 1 - - uid: 5720 + - uid: 7811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,130.5 + pos: -288.5,-78.5 parent: 1 - - uid: 5721 + - uid: 7812 components: - type: Transform - pos: 66.5,128.5 + pos: -279.5,-92.5 parent: 1 - - uid: 5722 + - uid: 7813 components: - type: Transform - pos: -90.5,-110.5 + pos: -279.5,-87.5 parent: 1 - - uid: 5723 + - uid: 7814 components: - type: Transform - pos: -71.5,-112.5 + pos: -279.5,-88.5 parent: 1 - - uid: 5724 + - uid: 7815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-113.5 + pos: -279.5,-89.5 parent: 1 - - uid: 5725 + - uid: 7816 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,-113.5 + pos: -281.5,-76.5 parent: 1 - - uid: 5726 + - uid: 7817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-112.5 + rot: 1.5707963267948966 rad + pos: -286.5,-77.5 parent: 1 - - uid: 5727 + - uid: 7818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-97.5 + pos: -279.5,-90.5 parent: 1 - - uid: 5728 + - uid: 7819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-97.5 + pos: -279.5,-91.5 parent: 1 - - uid: 5729 + - uid: 7820 components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,-97.5 + pos: -279.5,-75.5 parent: 1 - - uid: 5730 + - uid: 7821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-113.5 + rot: 1.5707963267948966 rad + pos: -278.5,-75.5 parent: 1 - - uid: 5731 + - uid: 7822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-113.5 + rot: 1.5707963267948966 rad + pos: -288.5,-77.5 parent: 1 - - uid: 5732 + - uid: 7823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-113.5 + rot: 1.5707963267948966 rad + pos: -287.5,-77.5 parent: 1 - - uid: 5733 + - uid: 7824 components: - type: Transform rot: 1.5707963267948966 rad - pos: -70.5,-97.5 + pos: -289.5,-77.5 parent: 1 - - uid: 5734 + - uid: 7825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-113.5 + rot: 1.5707963267948966 rad + pos: -285.5,-77.5 parent: 1 - - uid: 5735 + - uid: 7826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-111.5 + rot: 1.5707963267948966 rad + pos: -282.5,-75.5 parent: 1 - - uid: 5736 + - uid: 7827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-113.5 + rot: 1.5707963267948966 rad + pos: -283.5,-75.5 parent: 1 - - uid: 5737 + - uid: 7828 components: - type: Transform - pos: -90.5,-102.5 + rot: 1.5707963267948966 rad + pos: -280.5,-75.5 parent: 1 - - uid: 5738 + - uid: 7829 components: - type: Transform rot: -1.5707963267948966 rad - pos: -83.5,-113.5 + pos: -283.5,-76.5 parent: 1 - - uid: 5739 + - uid: 7830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-113.5 + pos: -247.5,-88.5 parent: 1 - - uid: 5740 + - uid: 7831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-113.5 + pos: -288.5,-80.5 parent: 1 - - uid: 5741 + - uid: 7832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-100.5 + pos: -288.5,-79.5 parent: 1 - - uid: 5742 + - uid: 7833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-113.5 + pos: -247.5,-90.5 parent: 1 - - uid: 5743 + - uid: 7834 + components: + - type: Transform + pos: -247.5,-89.5 + parent: 1 + - uid: 7835 + components: + - type: Transform + pos: -288.5,-70.5 + parent: 1 + - uid: 7836 + components: + - type: Transform + pos: -288.5,-77.5 + parent: 1 + - uid: 7837 + components: + - type: Transform + pos: -288.5,-71.5 + parent: 1 + - uid: 7838 + components: + - type: Transform + pos: -288.5,-69.5 + parent: 1 + - uid: 7839 + components: + - type: Transform + pos: -288.5,-76.5 + parent: 1 + - uid: 7840 + components: + - type: Transform + pos: -288.5,-68.5 + parent: 1 + - uid: 7841 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,-97.5 + pos: 148.5,-90.5 parent: 1 - - uid: 5744 + - uid: 7842 components: - type: Transform rot: -1.5707963267948966 rad - pos: -84.5,-113.5 + pos: 149.5,-90.5 parent: 1 - - uid: 5745 + - uid: 7843 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,-113.5 + pos: 150.5,-90.5 parent: 1 - - uid: 5746 + - uid: 7844 components: - type: Transform rot: -1.5707963267948966 rad - pos: -83.5,-97.5 + pos: 146.5,-90.5 parent: 1 - - uid: 5747 + - uid: 7845 components: - type: Transform rot: -1.5707963267948966 rad - pos: -84.5,-97.5 + pos: 145.5,-90.5 parent: 1 - - uid: 5748 + - uid: 7846 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,-97.5 + pos: 151.5,-90.5 parent: 1 - - uid: 5749 + - uid: 7847 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,-97.5 + pos: 152.5,-90.5 parent: 1 - - uid: 5750 + - uid: 7848 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-104.5 + pos: 152.5,-89.5 parent: 1 - - uid: 5751 + - uid: 7849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-97.5 + rot: 3.141592653589793 rad + pos: 152.5,-89.5 parent: 1 - - uid: 5752 + - uid: 7850 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-98.5 + pos: 152.5,-88.5 parent: 1 - - uid: 5753 + - uid: 7851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-97.5 + rot: 3.141592653589793 rad + pos: 147.5,-89.5 parent: 1 - - uid: 5754 + - uid: 7852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-97.5 + rot: 3.141592653589793 rad + pos: 147.5,-88.5 parent: 1 - - uid: 5755 + - uid: 7853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,-97.5 + pos: -25.5,65.5 parent: 1 - - uid: 5756 + - uid: 7854 components: - type: Transform - pos: -90.5,-103.5 + pos: -25.5,64.5 parent: 1 - - uid: 5757 + - uid: 7855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-97.5 + pos: -25.5,66.5 parent: 1 - - uid: 5758 + - uid: 7856 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,-97.5 + pos: -201.5,-89.5 parent: 1 - - uid: 5759 + - uid: 7857 components: - type: Transform - pos: -90.5,-109.5 + rot: 1.5707963267948966 rad + pos: -203.5,-89.5 parent: 1 - - uid: 5760 + - uid: 7858 components: - type: Transform rot: -1.5707963267948966 rad - pos: -73.5,-113.5 + pos: -133.5,57.5 parent: 1 - - uid: 5761 + - uid: 7859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-113.5 + pos: -242.5,-102.5 parent: 1 - - uid: 5762 + - uid: 7860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-113.5 + pos: -242.5,-95.5 parent: 1 - - uid: 5763 +- proto: GasPipeTJunction + entities: + - uid: 7861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-113.5 + rot: 1.5707963267948966 rad + pos: -284.5,-76.5 parent: 1 - - uid: 5764 + - uid: 7862 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,-113.5 + pos: 152.5,-90.5 parent: 1 - - uid: 5765 + - uid: 7863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-113.5 + pos: -288.5,-67.5 parent: 1 - - uid: 5766 +- proto: GasVentPump + entities: + - uid: 7864 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-101.5 + pos: -288.5,-81.5 parent: 1 - - uid: 5767 + - uid: 7865 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-99.5 + pos: -242.5,-103.5 parent: 1 - - uid: 5768 +- proto: GasVentScrubber + entities: + - uid: 7866 components: - type: Transform - pos: 66.5,122.5 + rot: 1.5707963267948966 rad + pos: -204.5,-89.5 parent: 1 - - uid: 5769 +- proto: Gauze + entities: + - uid: 7867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,101.5 + pos: -150.41643,63.720882 parent: 1 - - uid: 5770 + - uid: 7869 components: - type: Transform - pos: 65.5,115.5 - parent: 1 - - uid: 5771 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,106.5 - parent: 1 - - uid: 5772 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,97.5 - parent: 1 - - uid: 5773 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,110.5 - parent: 1 - - uid: 5774 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: Gauze1 + entities: + - uid: 7885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,84.5 + pos: -149.52205,53.581753 parent: 1 - - uid: 5775 +- proto: GeigerCounter + entities: + - uid: 7886 components: - type: Transform - pos: 74.5,90.5 + rot: -1.5707963267948966 rad + pos: 178.49855,-175.81088 parent: 1 - - uid: 5776 +- proto: GeneratorBasic + entities: + - uid: 7887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,84.5 + pos: -68.5,-33.5 parent: 1 - - uid: 5777 +- proto: GeneratorBasic15kW + entities: + - uid: 7888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,84.5 + pos: 311.5,102.5 parent: 1 - - uid: 5778 +- proto: Girder + entities: + - uid: 7889 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.5,84.5 - parent: 1 - - uid: 5779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,102.5 + pos: -222.5,-94.5 parent: 1 - - uid: 5780 + - uid: 7890 components: - type: Transform - pos: 66.5,115.5 + rot: 1.5707963267948966 rad + pos: -223.5,-94.5 parent: 1 - - uid: 5781 +- proto: GlassBoxLaserOpen + entities: + - uid: 7891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,84.5 + pos: 79.5,105.5 parent: 1 - - uid: 5782 +- proto: GoldOre1 + entities: + - uid: 7892 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,104.5 + pos: 12.472937,162.62202 parent: 1 - - uid: 5783 +- proto: GrenadeIncendiary + entities: + - uid: 7893 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,90.5 + pos: -76.5,-123.5 parent: 1 - - uid: 5784 +- proto: Grille + entities: + - uid: 7894 components: - type: Transform rot: 1.5707963267948966 rad - pos: 91.5,84.5 + pos: -108.5,-173.5 parent: 1 - - uid: 5785 + - uid: 7895 components: - type: Transform rot: 1.5707963267948966 rad - pos: 92.5,84.5 - parent: 1 - - uid: 5786 - components: - - type: Transform - pos: 74.5,93.5 + pos: -111.5,-173.5 parent: 1 - - uid: 5787 + - uid: 7896 components: - type: Transform - pos: 74.5,96.5 + rot: 1.5707963267948966 rad + pos: -109.5,-173.5 parent: 1 - - uid: 5788 + - uid: 7897 components: - type: Transform - pos: 74.5,95.5 + rot: 1.5707963267948966 rad + pos: -113.5,-172.5 parent: 1 - - uid: 5789 + - uid: 7898 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,111.5 + pos: -113.5,-171.5 parent: 1 - - uid: 5790 + - uid: 7899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,84.5 + rot: 1.5707963267948966 rad + pos: -113.5,-170.5 parent: 1 - - uid: 5791 + - uid: 7900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,91.5 + rot: 1.5707963267948966 rad + pos: -112.5,-173.5 parent: 1 - - uid: 5792 + - uid: 7901 components: - type: Transform - pos: 66.5,125.5 + rot: 1.5707963267948966 rad + pos: -106.5,-173.5 parent: 1 - - uid: 5793 + - uid: 7902 components: - type: Transform rot: 1.5707963267948966 rad - pos: 79.5,84.5 + pos: -110.5,-173.5 parent: 1 - - uid: 5794 + - uid: 7903 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,84.5 + pos: -107.5,-173.5 parent: 1 - - uid: 5795 + - uid: 7904 components: - type: Transform - pos: 74.5,94.5 + rot: 3.141592653589793 rad + pos: -98.5,-131.5 parent: 1 - - uid: 5796 + - uid: 7905 components: - type: Transform - pos: 74.5,91.5 + pos: 162.5,-74.5 parent: 1 - - uid: 5797 + - uid: 7906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,84.5 + pos: 165.5,-70.5 parent: 1 - - uid: 5798 + - uid: 7907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,84.5 + pos: 164.5,-74.5 parent: 1 - - uid: 5799 + - uid: 7908 components: - type: Transform - pos: 74.5,92.5 + pos: 163.5,-74.5 parent: 1 - - uid: 5800 + - uid: 7909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,111.5 + pos: 165.5,-71.5 parent: 1 - - uid: 5801 + - uid: 7910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,89.5 + pos: 169.5,-72.5 parent: 1 - - uid: 5802 + - uid: 7911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,99.5 + pos: 177.5,-72.5 parent: 1 - - uid: 5803 + - uid: 7912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,84.5 + pos: 175.5,-75.5 parent: 1 - - uid: 5804 + - uid: 7913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,98.5 + pos: 176.5,-72.5 parent: 1 - - uid: 5805 + - uid: 7914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,84.5 + pos: 167.5,-72.5 parent: 1 - - uid: 5806 + - uid: 7915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,111.5 + pos: 168.5,-72.5 parent: 1 - - uid: 5807 + - uid: 7916 components: - type: Transform - pos: 74.5,88.5 + pos: 175.5,-74.5 parent: 1 - - uid: 5808 + - uid: 7917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,108.5 + rot: 1.5707963267948966 rad + pos: -28.5,59.5 parent: 1 - - uid: 5809 + - uid: 7918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,109.5 + rot: 1.5707963267948966 rad + pos: -28.5,60.5 parent: 1 - - uid: 5810 + - uid: 7919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,107.5 + rot: 1.5707963267948966 rad + pos: -28.5,58.5 parent: 1 - - uid: 5811 + - uid: 7920 components: - type: Transform rot: 3.141592653589793 rad - pos: 74.5,105.5 + pos: -287.5,-84.5 parent: 1 - - uid: 5812 + - uid: 7921 components: - type: Transform rot: 3.141592653589793 rad - pos: 97.5,95.5 + pos: -287.5,-85.5 parent: 1 - - uid: 5813 + - uid: 7922 components: - type: Transform - pos: 74.5,89.5 + pos: 179.5,-175.5 parent: 1 - - uid: 5925 + - uid: 7923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,-130.5 + pos: -185.5,34.5 parent: 1 - - uid: 12007 + - uid: 7924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-128.5 + pos: -184.5,34.5 parent: 1 - - uid: 12027 + - uid: 7925 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,-129.5 + pos: -190.5,34.5 parent: 1 - - uid: 13357 + - uid: 7926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,135.5 + pos: -189.5,34.5 parent: 1 - - uid: 17505 + - uid: 7927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 174.5,184.5 + pos: 179.5,-167.5 parent: 1 - - uid: 20770 + - uid: 7928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 174.5,185.5 + pos: 179.5,-176.5 parent: 1 - - uid: 46818 + - uid: 7929 components: - type: Transform - pos: -356.5,110.5 + pos: 179.5,-165.5 parent: 1 - - uid: 47003 + - uid: 7930 components: - type: Transform - pos: -356.5,111.5 + pos: 179.5,-166.5 parent: 1 - - uid: 47015 + - uid: 7931 components: - type: Transform - pos: -356.5,109.5 + pos: 179.5,-177.5 parent: 1 - - uid: 47348 +- proto: GrilleBroken + entities: + - uid: 7932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -357.5,105.5 + pos: -85.5,-101.5 parent: 1 - - uid: 47517 + - uid: 7933 components: - type: Transform - pos: -356.5,107.5 + pos: -84.5,-101.5 parent: 1 - - uid: 47522 + - uid: 7934 components: - type: Transform - pos: -356.5,106.5 + pos: 188.5,43.5 parent: 1 - - uid: 47523 + - uid: 7935 components: - type: Transform rot: -1.5707963267948966 rad - pos: -358.5,105.5 + pos: 192.5,39.5 parent: 1 - - uid: 47524 + - uid: 7936 components: - type: Transform - pos: -356.5,108.5 + rot: -1.5707963267948966 rad + pos: 192.5,41.5 parent: 1 - - uid: 47526 + - uid: 7937 components: - type: Transform - pos: -369.5,108.5 + rot: 1.5707963267948966 rad + pos: 192.5,41.5 parent: 1 - - uid: 47527 + - uid: 7938 components: - type: Transform - pos: -369.5,110.5 + rot: 1.5707963267948966 rad + pos: 192.5,39.5 parent: 1 - - uid: 47528 + - uid: 7939 components: - type: Transform - pos: -369.5,111.5 + pos: 187.5,43.5 parent: 1 - - uid: 47533 + - uid: 7940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -360.5,105.5 + pos: 187.5,43.5 parent: 1 - - uid: 47534 + - uid: 7941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -359.5,105.5 + pos: 186.5,43.5 parent: 1 - - uid: 47535 + - uid: 7942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -362.5,105.5 + pos: 185.5,43.5 parent: 1 - - uid: 56053 + - uid: 7943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-128.5 + rot: 3.141592653589793 rad + pos: 186.5,43.5 parent: 1 - - uid: 56065 + - uid: 7944 components: - type: Transform - pos: -178.5,-134.5 + rot: 3.141592653589793 rad + pos: 185.5,43.5 parent: 1 - - uid: 61025 + - uid: 7945 components: - type: Transform rot: 3.141592653589793 rad - pos: -178.5,-132.5 + pos: 187.5,43.5 parent: 1 - - uid: 61039 + - uid: 7946 components: - type: Transform rot: 3.141592653589793 rad - pos: -178.5,-131.5 + pos: 188.5,43.5 parent: 1 - - uid: 61042 + - uid: 7947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-128.5 + pos: 182.5,97.5 parent: 1 - - uid: 61065 + - uid: 7948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-128.5 + rot: 1.5707963267948966 rad + pos: 181.5,96.5 parent: 1 - - uid: 65333 + - uid: 7949 components: - type: Transform - pos: 88.5,-127.5 + pos: 183.5,85.5 parent: 1 - - uid: 65342 + - uid: 7950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-125.5 + rot: 3.141592653589793 rad + pos: 183.5,85.5 parent: 1 -- proto: FenceWoodSmallCorner - entities: - - uid: 5814 + - uid: 7951 components: - type: Transform - pos: -68.5,-113.5 + rot: 1.5707963267948966 rad + pos: 193.5,86.5 parent: 1 - - uid: 5815 + - uid: 7952 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,-123.5 + pos: 182.5,97.5 parent: 1 - - uid: 5816 + - uid: 7953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-133.5 + pos: 183.5,97.5 parent: 1 - - uid: 5817 + - uid: 7954 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,-121.5 + pos: 183.5,97.5 parent: 1 - - uid: 5818 + - uid: 7955 components: - type: Transform - pos: -61.5,-123.5 + rot: 3.141592653589793 rad + pos: 186.5,97.5 parent: 1 - - uid: 5819 + - uid: 7956 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,-112.5 + pos: 181.5,96.5 parent: 1 - - uid: 20758 + - uid: 7957 components: - type: Transform rot: -1.5707963267948966 rad - pos: 170.5,186.5 + pos: 193.5,86.5 parent: 1 -- proto: FenceWoodSmallEnd - entities: - - uid: 5820 + - uid: 7958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-127.5 + rot: -1.5707963267948966 rad + pos: 193.5,87.5 parent: 1 - - uid: 5821 + - uid: 7959 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-133.5 + pos: 193.5,88.5 parent: 1 - - uid: 5822 + - uid: 7960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-121.5 + rot: 1.5707963267948966 rad + pos: 193.5,87.5 parent: 1 - - uid: 5823 + - uid: 7961 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-133.5 + pos: 193.5,88.5 parent: 1 - - uid: 5824 + - uid: 7962 components: - type: Transform - pos: -61.5,-122.5 + rot: 1.5707963267948966 rad + pos: 193.5,92.5 parent: 1 - - uid: 5825 + - uid: 7963 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-133.5 + pos: 193.5,92.5 parent: 1 - - uid: 5826 + - uid: 7964 components: - type: Transform - pos: -62.5,-130.5 + rot: 3.141592653589793 rad + pos: 190.5,97.5 parent: 1 - - uid: 5827 + - uid: 7965 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-121.5 + pos: 190.5,97.5 parent: 1 - - uid: 5828 + - uid: 7966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-121.5 + pos: 186.5,97.5 parent: 1 - - uid: 5829 + - uid: 7967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-121.5 + rot: 1.5707963267948966 rad + pos: 181.5,91.5 parent: 1 - - uid: 5830 + - uid: 7968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-121.5 + rot: 1.5707963267948966 rad + pos: 181.5,90.5 parent: 1 - - uid: 5831 + - uid: 7969 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-121.5 - parent: 1 - - uid: 5832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-113.5 + pos: 181.5,90.5 parent: 1 - - uid: 5833 + - uid: 7970 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,-113.5 + pos: 181.5,91.5 parent: 1 - - uid: 5834 + - uid: 7971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-107.5 + pos: 179.5,-157.5 parent: 1 - - uid: 5835 + - uid: 7972 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-119.5 + pos: 179.5,-155.5 parent: 1 - - uid: 5836 +- proto: Gunpowder10 + entities: + - uid: 7973 components: - type: Transform - pos: -55.5,-113.5 + pos: 193.64612,-110.63939 parent: 1 - - uid: 5837 + - uid: 7974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-112.5 + pos: 151.9014,150.73277 parent: 1 - - uid: 5838 +- proto: Handcuffs + entities: + - uid: 5960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-112.5 - parent: 1 - - uid: 5839 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5961 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-111.5 - parent: 1 - - uid: 5840 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-109.5 - parent: 1 - - uid: 5841 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5963 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-104.5 - parent: 1 - - uid: 5842 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5964 components: - type: Transform - pos: -59.5,-109.5 - parent: 1 - - uid: 5843 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5965 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-112.5 - parent: 1 - - uid: 5844 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7975 components: - type: Transform - pos: -59.5,-104.5 + pos: 103.5953,-4.31042 parent: 1 - - uid: 5845 + - uid: 7976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-104.5 + pos: -188.42351,29.811615 parent: 1 - - uid: 5846 + - uid: 7977 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,-104.5 + pos: -188.35039,-105.32515 parent: 1 - - uid: 64135 + - uid: 7978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,-63.5 + rot: 1.5707963267948966 rad + pos: -188.72539,-105.3564 parent: 1 - - uid: 64216 + - uid: 7979 components: - type: Transform - pos: -169.5,-53.5 + pos: -188.41916,29.802042 parent: 1 -- proto: FenceWoodSmallGate +- proto: HappyHonkMime entities: - - uid: 5438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 174.5,188.5 - parent: 1 - - uid: 5848 + - uid: 7980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-128.5 + pos: -151.46696,-23.95088 parent: 1 - - uid: 5849 + - uid: 7981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-104.5 + pos: -151.46538,-24.244413 parent: 1 - - uid: 5850 +- proto: HarmonicaInstrument + entities: + - uid: 7982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 194.5,162.5 + pos: -188.48674,-117.33459 parent: 1 - - uid: 5851 +- proto: Haycutters + entities: + - uid: 7983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,152.5 + pos: 84.84329,129.06985 parent: 1 - - type: Door - secondsUntilStateChange: -369464.12 - state: Opening -- proto: FenceWoodSmallStraight +- proto: HeadSkeleton entities: - - uid: 5852 + - uid: 7704 components: - type: Transform - pos: 174.5,191.5 - parent: 1 - - uid: 5854 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7984 components: - type: Transform - pos: 174.5,187.5 + rot: 1.5707963267948966 rad + pos: -36.418385,-114.460594 parent: 1 - - uid: 5855 + - uid: 7985 components: - type: Transform - pos: 174.5,190.5 + pos: 181.34,129.80127 parent: 1 - - uid: 5856 + - uid: 7986 components: - type: Transform - pos: 174.5,189.5 + pos: 123.45331,181.40076 parent: 1 - - uid: 5857 + - uid: 7987 components: - type: Transform - pos: 95.5,117.5 + pos: 3.5987527,157.38365 parent: 1 - - uid: 5858 + - uid: 7988 components: - type: Transform - pos: 95.5,121.5 + pos: 187.76187,139.22768 parent: 1 - - uid: 5859 + - uid: 7989 components: - type: Transform - pos: 95.5,123.5 + pos: 57.278667,48.2784 parent: 1 - - uid: 5860 +- proto: HelicopterInstrument + entities: + - uid: 7990 components: - type: Transform - pos: -62.5,-131.5 + pos: -46.771896,-126.60643 parent: 1 - - uid: 5861 +- proto: HighSecCaptainLocked + entities: + - uid: 7991 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,-132.5 + pos: -40.5,62.5 parent: 1 - - uid: 5862 +- proto: HospitalCurtainsOpen + entities: + - uid: 7992 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-121.5 + pos: 211.5,-25.5 parent: 1 - - uid: 5863 +- proto: hydroponicsSoil + entities: + - uid: 7993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-124.5 + pos: 176.5,190.5 parent: 1 - - uid: 5864 + - uid: 7994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-125.5 + pos: 176.5,187.5 parent: 1 - - uid: 5865 + - uid: 7995 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-126.5 + pos: 176.5,188.5 parent: 1 - - uid: 5866 + - uid: 7996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-133.5 + pos: 176.5,185.5 parent: 1 - - uid: 5867 + - uid: 7997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-121.5 + pos: 176.5,186.5 parent: 1 - - uid: 5868 + - uid: 7998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-121.5 + pos: 179.5,190.5 parent: 1 - - uid: 5869 + - uid: 7999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-121.5 + pos: -194.5,-115.5 parent: 1 - - uid: 5870 + - uid: 8000 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-121.5 + pos: -196.5,-115.5 parent: 1 - - uid: 5871 + - uid: 8001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-121.5 + pos: 179.5,185.5 parent: 1 - - uid: 5872 + - uid: 8002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-121.5 + pos: -196.5,-113.5 parent: 1 - - uid: 5873 + - uid: 8003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-121.5 + pos: 179.5,188.5 parent: 1 - - uid: 5874 + - uid: 8004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-121.5 + pos: -192.5,-115.5 parent: 1 - - uid: 5875 + - uid: 8005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-121.5 + pos: -193.5,-115.5 parent: 1 - - uid: 5876 + - uid: 8006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-121.5 + pos: -193.5,-113.5 parent: 1 - - uid: 5877 + - uid: 8007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-121.5 + pos: -194.5,-113.5 parent: 1 - - uid: 5878 + - uid: 8008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-105.5 + pos: -192.5,-113.5 parent: 1 - - uid: 5879 + - uid: 8009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-113.5 + pos: -195.5,-115.5 parent: 1 - - uid: 5880 + - uid: 8010 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-106.5 + pos: -195.5,-113.5 parent: 1 - - uid: 5881 + - uid: 8011 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-108.5 + pos: 179.5,186.5 parent: 1 - - uid: 5882 + - uid: 8012 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-105.5 + pos: 179.5,187.5 parent: 1 - - uid: 5883 + - uid: 8013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-108.5 + pos: 176.5,189.5 parent: 1 - - uid: 5884 + - uid: 8014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-108.5 + pos: 179.5,189.5 parent: 1 - - uid: 5885 + - uid: 8015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-103.5 + pos: 182.5,189.5 parent: 1 - - uid: 5886 + - uid: 8016 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-109.5 + pos: 182.5,190.5 parent: 1 - - uid: 5887 + - uid: 8017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-109.5 + pos: 182.5,188.5 parent: 1 - - uid: 5888 + - uid: 8018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-109.5 + pos: 182.5,187.5 parent: 1 - - uid: 5889 + - uid: 8019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-110.5 + pos: 182.5,186.5 parent: 1 - - uid: 5890 + - uid: 8020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-111.5 + pos: 182.5,185.5 parent: 1 - - uid: 5891 + - uid: 8021 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-111.5 + pos: 97.5,-123.5 parent: 1 - - uid: 5892 + - uid: 8022 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-112.5 + pos: 98.5,-121.5 parent: 1 - - uid: 5893 + - uid: 8023 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-112.5 + pos: 95.5,-123.5 parent: 1 - - uid: 5894 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 8024 components: - type: Transform - pos: -55.5,-116.5 + pos: 183.40123,192.53395 parent: 1 - - uid: 5895 +- proto: HydroponicsToolScythe + entities: + - uid: 8025 components: - type: Transform - pos: -55.5,-114.5 + rot: 1.5707963267948966 rad + pos: 84.52396,128.86502 parent: 1 - - uid: 5896 +- proto: HydroponicsToolSpade + entities: + - uid: 8026 components: - type: Transform - pos: -55.5,-116.5 + rot: -1.5707963267948966 rad + pos: 84.51866,128.16743 parent: 1 - - uid: 5897 + - uid: 8027 components: - type: Transform - pos: -55.5,-118.5 + pos: -33.426502,-100.34813 parent: 1 - - uid: 5898 + - uid: 8028 components: - type: Transform - pos: -55.5,-117.5 + pos: 183.65504,192.664 parent: 1 - - uid: 5899 +- proto: Implanter + entities: + - uid: 8029 components: - type: Transform - pos: -55.5,-118.5 + rot: 1.5707963267948966 rad + pos: -34.34508,-115.359406 parent: 1 - - uid: 5900 +- proto: InflatableDoor + entities: + - uid: 8030 components: - type: Transform - pos: -55.5,-115.5 + pos: 214.5,180.5 parent: 1 - - uid: 5901 +- proto: IngotLead1 + entities: + - uid: 8031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-106.5 + pos: 194.3805,-110.38939 parent: 1 - - uid: 5902 + - uid: 8032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,162.5 + pos: 194.34924,-115.35814 parent: 1 - - uid: 5903 + - uid: 8033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,162.5 + pos: 194.61487,-110.467514 parent: 1 - - uid: 5904 + - uid: 8034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,162.5 + pos: 191.58362,-110.311264 parent: 1 - - uid: 5905 + - uid: 8035 components: - type: Transform - pos: 95.5,122.5 + pos: 194.193,-110.29564 parent: 1 - - uid: 16976 +- proto: JanitorialTrolley + entities: + - uid: 8036 components: - type: Transform rot: -1.5707963267948966 rad - pos: 171.5,186.5 + pos: 103.5,-48.5 parent: 1 - - uid: 20755 + - uid: 8037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,187.5 + rot: 1.5707963267948966 rad + pos: -59.5,33.5 parent: 1 - - uid: 20767 + - uid: 8038 components: - type: Transform rot: -1.5707963267948966 rad - pos: 173.5,186.5 + pos: 41.5,-76.5 parent: 1 - - uid: 20772 + - uid: 8039 components: - type: Transform rot: -1.5707963267948966 rad - pos: 172.5,186.5 - parent: 1 - - uid: 64126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,-56.5 + pos: -56.5,-46.5 parent: 1 - - uid: 64133 + - uid: 8040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-63.5 + rot: 1.5707963267948966 rad + pos: -192.5,43.5 parent: 1 - - uid: 64181 +- proto: Joint + entities: + - uid: 8041 components: - type: Transform rot: 3.141592653589793 rad - pos: -169.5,-54.5 + pos: 150.36816,150.47995 parent: 1 - - uid: 64184 +- proto: KitchenElectricGrill + entities: + - uid: 8042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,-55.5 + pos: 140.5,-11.5 parent: 1 - - uid: 64192 +- proto: KitchenKnife + entities: + - uid: 8043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-63.5 + pos: -56.434654,-127.406784 parent: 1 - - uid: 64203 + - uid: 8044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -161.5,-63.5 + pos: 92.553154,104.5297 parent: 1 -- proto: FenceWoodSmallTJunction - entities: - - uid: 5847 + - uid: 8045 components: - type: Transform - pos: 174.5,186.5 + pos: 78.50413,-130.32991 parent: 1 -- proto: filingCabinet +- proto: KitchenMicrowave entities: - - uid: 5906 + - uid: 8046 components: - type: Transform - pos: -36.5,-115.5 + pos: -186.5,-172.5 parent: 1 - - uid: 47592 + - uid: 8047 components: - type: Transform - pos: -385.18686,90.5002 + pos: -81.5,-100.5 parent: 1 - - type: Storage - storedItems: - 47593: - position: 0,0 - _rotation: South - 47594: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47593 - - 47594 - - type: Physics - fixedRotation: False - - uid: 47595 + - uid: 8048 components: - type: Transform - pos: -385.55313,90.50666 + pos: -49.5,-99.5 parent: 1 - - uid: 47596 + - uid: 8049 components: - type: Transform - pos: -385.92282,90.49503 + pos: 43.5,55.5 parent: 1 - - type: Storage - storedItems: - 47597: - position: 0,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47597 - - type: Physics - fixedRotation: False -- proto: filingCabinetDrawer - entities: - - uid: 5907 + - uid: 8050 components: - type: Transform - pos: 189.5,42.5 + pos: 162.5,47.5 parent: 1 - - uid: 47453 + - uid: 8051 components: - type: Transform - pos: -389.31982,91.49711 + pos: 93.5,105.5 parent: 1 - - type: Storage - storedItems: - 47454: - position: 0,0 - _rotation: South - 47455: - position: 1,0 - _rotation: South - 47456: - position: 2,0 - _rotation: South - 47457: - position: 3,0 - _rotation: South - 47458: - position: 4,0 - _rotation: South - 47459: - position: 5,0 - _rotation: South - 47460: - position: 6,0 - _rotation: South - 47461: - position: 7,0 - _rotation: South - 47462: - position: 1,1 - _rotation: South - 47463: - position: 2,1 - _rotation: South - 47464: - position: 3,1 - _rotation: South - 47465: - position: 4,1 - _rotation: South - 47466: - position: 5,1 - _rotation: South - 47467: - position: 6,1 - _rotation: South - 47468: - position: 7,1 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47454 - - 47455 - - 47456 - - 47457 - - 47458 - - 47459 - - 47460 - - 47461 - - 47462 - - 47463 - - 47464 - - 47465 - - 47466 - - 47467 - - 47468 - - type: Physics - fixedRotation: False - - uid: 63504 + - uid: 8052 components: - type: Transform - pos: 174.5,-164.5 + pos: -154.5,-16.5 parent: 1 - - uid: 63847 + - uid: 8053 components: - type: Transform - pos: -131.5,59.5 + pos: -151.5,-23.5 parent: 1 -- proto: filingCabinetDrawerRandom - entities: - - uid: 5908 + - uid: 8054 components: - type: Transform - pos: -39.5,-117.5 + pos: 106.5,6.5 parent: 1 - - uid: 5909 + - uid: 8055 components: - type: Transform - pos: 165.5,53.5 + pos: 140.5,-10.5 parent: 1 - - uid: 50065 + - uid: 8056 components: - type: Transform - pos: 113.5,16.5 + pos: 104.5,-114.5 parent: 1 -- proto: filingCabinetRandom +- proto: KitchenReagentGrinder entities: - - uid: 5910 + - uid: 8057 components: - type: Transform - pos: -39.5,-113.5 + pos: -186.5,-173.5 parent: 1 - - uid: 64541 + - uid: 8058 components: - type: Transform - pos: -111.5,-154.5 + pos: 140.5,-12.5 parent: 1 - - uid: 64542 + - uid: 8059 components: - type: Transform - pos: -111.5,-155.5 + pos: 49.5,3.5 parent: 1 - - uid: 64543 + - uid: 8060 components: - type: Transform - pos: -111.5,-156.5 + pos: -54.5,35.5 parent: 1 - - uid: 64544 + - uid: 8061 components: - type: Transform - pos: -111.5,-157.5 + pos: -55.5,-99.5 parent: 1 -- proto: filingCabinetTall +- proto: KitchenSpike entities: - - uid: 45295 - components: - - type: Transform - pos: -386.5,92.5 - parent: 1 - - type: Storage - storedItems: - 45296: - position: 0,0 - _rotation: South - 45297: - position: 1,0 - _rotation: South - 45298: - position: 2,0 - _rotation: South - 45299: - position: 3,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 45296 - - 45297 - - 45298 - - 45299 - - uid: 47598 + - uid: 8062 components: - type: Transform - pos: -386.31375,90.50445 + pos: 59.5,51.5 parent: 1 - - type: Storage - storedItems: - 47599: - position: 0,0 - _rotation: South - 47600: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47599 - - 47600 - - uid: 47601 +- proto: KnifePlastic + entities: + - uid: 7746 components: - type: Transform - pos: -386.68625,90.49555 - parent: 1 - - type: Storage - storedItems: - 47602: - position: 0,0 - _rotation: South - 47603: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47602 - - 47603 + parent: 7737 - type: Physics - fixedRotation: False - - uid: 50067 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7747 components: - type: Transform - pos: 115.746956,5.505002 - parent: 1 -- proto: filingCabinetTallRandom - entities: - - uid: 50040 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8063 components: - type: Transform - pos: 115.37898,5.4954004 + rot: 1.5707963267948966 rad + pos: 163.5771,28.691479 parent: 1 -- proto: FireAlarm +- proto: KukriKnife entities: - - uid: 5911 + - uid: 8064 components: - type: Transform - pos: -203.5,-88.5 + pos: 146.56567,163.3052 parent: 1 - - uid: 5912 + - uid: 8065 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,51.5 + pos: 146.50317,163.5552 parent: 1 - - uid: 5913 + - uid: 8066 components: - type: Transform - pos: 212.5,206.5 + pos: 146.62817,162.9927 parent: 1 - - uid: 5914 +- proto: LadderBottomMetal + entities: + - uid: 8067 components: - type: Transform rot: 3.141592653589793 rad - pos: 191.5,221.5 + pos: 269.5,136.5 parent: 1 -- proto: FireAlarmAssembly + - type: Warper + id: bunkerstorage +- proto: LadderBottomMetalPaint1 entities: - - uid: 5915 + - uid: 8068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-23.5 + pos: 311.5,100.5 parent: 1 -- proto: FireAxeCabinetFilled + - type: Warper + id: Vault Spawnpoint Upper +- proto: LadderSquareMid entities: - - uid: 56169 + - uid: 8069 components: - type: Transform - pos: 201.5,223.5 + rot: 3.141592653589793 rad + pos: -313.5,-39.5 parent: 1 -- proto: FireAxeCabinetOpen +- proto: LadderSquareTop entities: - - uid: 5917 + - uid: 8070 components: - type: Transform - pos: 193.5,25.5 + pos: 155.5,-200.5 parent: 1 -- proto: FirelockEdge + - type: Warper + id: bunkerbottom + - type: Fixtures + fixtures: {} +- proto: LadderTopBunkerOpen entities: - - uid: 5918 + - uid: 8071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,210.5 + pos: 48.5,-111.5 parent: 1 - - type: Door - secondsUntilStateChange: -328255.7 - state: Closing - - uid: 5919 + - type: Fixtures + fixtures: {} +- proto: LadderTopManholeClosed + entities: + - uid: 8072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 191.5,217.5 + pos: -18.5,1.5 parent: 1 - - uid: 5920 + - type: Physics + canCollide: False + - uid: 8073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,219.5 + pos: 1.5,-36.5 parent: 1 - - type: Door - secondsUntilStateChange: -328278.3 - state: Closing - - uid: 5922 + - type: Physics + canCollide: False +- proto: LadderTopManholeOpen + entities: + - uid: 8074 components: - type: Transform - pos: 197.5,204.5 + pos: 33.5,-25.5 parent: 1 - - type: Door - secondsUntilStateChange: -328258.25 - state: Closing - - uid: 5923 + - type: Fixtures + fixtures: {} + - uid: 8075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,212.5 + pos: 20.5,4.5 parent: 1 - - type: Door - secondsUntilStateChange: -328271.88 - state: Closing - - uid: 5924 + - type: Fixtures + fixtures: {} + - uid: 8076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 201.5,217.5 + pos: -97.5,20.5 parent: 1 - - type: Door - secondsUntilStateChange: -328267.62 - state: Closing - - uid: 5927 + - type: Fixtures + fixtures: {} +- proto: LadderTopMetalPaint2 + entities: + - uid: 8077 components: - type: Transform - pos: 193.5,221.5 + pos: 117.5,5.5 parent: 1 - - type: Door - secondsUntilStateChange: -328275.22 - state: Closing - - uid: 5928 + - type: Warper + id: ShopkeepLower + - type: Fixtures + fixtures: {} +- proto: LadderTopMetalPaint3 + entities: + - uid: 8078 components: - type: Transform - rot: 3.141592653589793 rad - pos: 197.5,202.5 + pos: -30.5,-186.5 parent: 1 - - type: Door - secondsUntilStateChange: -328259.84 - state: Closing -- proto: FirelockGlass + - type: Warper + id: Vault Lower + - type: Fixtures + fixtures: {} +- proto: Lamp entities: - - uid: 5929 + - uid: 8079 components: - type: Transform - pos: 192.5,219.5 + rot: -1.5707963267948966 rad + pos: 96.56749,107.94442 parent: 1 - - uid: 5930 + - uid: 8080 components: - type: Transform - pos: 193.5,220.5 + pos: 84.46698,99.8917 parent: 1 - - uid: 5931 + - uid: 8081 components: - type: Transform - pos: 194.5,212.5 + rot: 3.141592653589793 rad + pos: 165.43837,-94.047165 parent: 1 - - uid: 5932 + - uid: 8082 components: - type: Transform - pos: 199.5,212.5 + rot: -1.5707963267948966 rad + pos: 48.5363,159.95052 parent: 1 - - uid: 5933 +- proto: LampGold + entities: + - uid: 8 components: - type: Transform - pos: 197.5,203.5 + pos: 112.41973,4.871494 parent: 1 - - uid: 5934 + - type: HandheldLight + toggleActionEntity: 9 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 9 + - type: Physics + canCollide: True + - type: ActionsContainer + - uid: 8083 components: - type: Transform - pos: 192.5,210.5 + pos: -41.02744,-116.01926 parent: 1 - - uid: 5935 + - uid: 8084 components: - type: Transform - pos: 201.5,218.5 + rot: 1.5707963267948966 rad + pos: 169.8888,54.13492 parent: 1 - - uid: 5936 +- proto: LandMineExplosive + entities: + - uid: 8085 components: - type: Transform - pos: 194.5,217.5 + pos: 200.88567,193.01585 parent: 1 -- proto: FitnessPunchingBag - entities: - - uid: 61764 + - uid: 8086 components: - type: Transform - pos: -173.5,42.5 + pos: 213.33348,196.1173 parent: 1 -- proto: FitnessWeightLifter +- proto: Lantern entities: - - uid: 63894 + - uid: 8087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -174.5,42.5 + pos: -189.50539,-167.18222 parent: 1 -- proto: FlashlightLantern - entities: - - uid: 23324 + - uid: 8088 components: - type: Transform - pos: 19.886078,147.2571 + pos: 160.40945,131.93776 parent: 1 - - uid: 65687 + - uid: 8089 components: - type: Transform - pos: 104.43529,-107.10356 + pos: 172.60646,55.44742 parent: 1 -- proto: FlippoLighter +- proto: LargeBeaker entities: - - uid: 11135 + - uid: 230 components: - type: Transform - parent: 11147 + parent: 206 - type: Physics + angularDamping: 0 + linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 22526 - components: - - type: Transform - pos: -168.45224,-125.34015 - parent: 1 - - uid: 48140 + - uid: 8090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.474842,-56.673416 + pos: -186.34628,-173.4341 parent: 1 -- proto: Floodlight +- proto: LeadOre1 entities: - - uid: 61111 + - uid: 8091 components: - type: Transform - pos: 7.543208,162.51442 + pos: 20.699955,149.77887 parent: 1 - - uid: 61113 + - uid: 8092 components: - type: Transform - pos: -1.5004457,154.68445 + pos: 20.62183,149.21637 parent: 1 - - uid: 61120 + - uid: 8093 components: - type: Transform - pos: -22.420534,157.50148 + pos: 19.930683,149.1695 parent: 1 - - uid: 61124 +- proto: LedLightBulb + entities: + - uid: 8094 components: - type: Transform - pos: -16.317818,145.48221 + rot: -1.5707963267948966 rad + pos: -201.45619,-89.36915 parent: 1 - - uid: 61131 + - uid: 8095 components: - type: Transform - pos: -8.373119,163.48897 + rot: -1.5707963267948966 rad + pos: -201.48744,-89.50977 parent: 1 - - uid: 62224 + - uid: 8096 components: - type: Transform - pos: -165.87453,69.8144 + rot: 3.141592653589793 rad + pos: -201.47182,-89.5254 parent: 1 -- proto: FloodlightBroken +- proto: LedLightTube entities: - - uid: 5938 + - uid: 8097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.41032,52.328293 + rot: 3.141592653589793 rad + pos: -201.40932,-89.47852 parent: 1 - - uid: 5939 +- proto: LeftArmSkeleton + entities: + - uid: 7705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.3994,54.250168 - parent: 1 -- proto: FloorCarpetItemRed - entities: - - uid: 5940 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8098 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.596428,-125.11185 + pos: -82.75805,-101.98793 parent: 1 -- proto: FloorCarpetItemSkyBlue +- proto: LeftFootSkeleton entities: - - uid: 5941 + - uid: 7706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.569466,-108.26089 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.592125,-127.70109 parent: 1 -- proto: FloorDrain +- proto: LeftHandSkeleton entities: - - uid: 5942 + - uid: 7707 components: - type: Transform - pos: -26.5,65.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 5943 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8100 components: - type: Transform - rot: 3.141592653589793 rad - pos: 212.5,-26.5 + pos: -82.4768,-101.347305 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 5944 +- proto: LeftLegSkeleton + entities: + - uid: 7708 components: - type: Transform - pos: 191.5,217.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 5945 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LightBulbBroken + entities: + - uid: 8101 components: - type: Transform - pos: 92.5,115.5 + rot: 3.141592653589793 rad + pos: 184.22168,42.46674 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 5946 + - uid: 8102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,-17.5 + rot: 1.5707963267948966 rad + pos: 190.4248,38.87299 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 16138 +- proto: Lighter + entities: + - uid: 8103 components: - type: Transform - pos: -181.5,36.5 + pos: 173.94289,149.78905 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 62503 + - uid: 8104 components: - type: Transform - pos: -147.5,53.5 + rot: 1.5707963267948966 rad + pos: -207.46758,-79.409584 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 65278 + - uid: 8105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-108.5 + pos: 177.49539,150.61429 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 65371 + - uid: 8106 components: - type: Transform - pos: 75.5,-127.5 + pos: 100.74816,-6.4591417 parent: 1 - - type: Fixtures - fixtures: {} -- proto: FloraRockSolid01 - entities: - - uid: 5948 + - uid: 8107 components: - type: Transform - anchored: True - pos: 169.5,218.5 + pos: 29.501043,144.55809 parent: 1 - - uid: 5949 + - uid: 8108 components: - type: Transform - anchored: True - pos: -213.5,-142.5 + pos: 128.68202,2.7663655 parent: 1 - - uid: 5950 + - uid: 8109 components: - type: Transform - anchored: True - pos: -207.5,-151.5 + pos: 24.302402,-56.53682 parent: 1 - - uid: 5951 + - uid: 8110 components: - type: Transform - anchored: True - pos: 50.5,138.5 + pos: 24.510736,-56.53682 parent: 1 - - uid: 5952 + - uid: 8111 components: - type: Transform - anchored: True - pos: 157.5,1.5 + rot: -1.5707963267948966 rad + pos: -27.446922,59.111107 parent: 1 - - uid: 5953 + - uid: 8112 components: - type: Transform - anchored: True - pos: -42.5,-106.5 + pos: 134.74158,-12.246682 parent: 1 - - uid: 5954 + - uid: 8113 components: - type: Transform - anchored: True - pos: -14.5,-147.5 + pos: 29.280893,144.53362 parent: 1 - - uid: 5955 + - uid: 8114 components: - type: Transform - anchored: True - pos: 171.5,59.5 + pos: 53.723515,142.49411 parent: 1 - - uid: 5956 + - uid: 8115 components: - type: Transform - anchored: True - pos: 194.5,91.5 + pos: -190.28963,-100.4239 parent: 1 - - uid: 49703 +- proto: LightTubeBroken + entities: + - uid: 8116 components: - type: Transform - anchored: True - pos: -139.5,-99.5 + pos: 184.25981,31.705425 parent: 1 - - uid: 55704 + - uid: 8117 components: - type: Transform - anchored: True - pos: 166.5,-43.5 + pos: 188.53584,16.457537 parent: 1 - - uid: 56124 +- proto: LMGMagazine556Rifle + entities: + - uid: 8118 components: - type: Transform - anchored: True - pos: 99.5,-63.5 + pos: -156.69234,-109.1904 parent: 1 - - uid: 62582 + - uid: 8119 components: - type: Transform - anchored: True - pos: -174.5,12.5 + pos: -156.44234,-109.40915 parent: 1 - - uid: 62637 + - uid: 8120 components: - type: Transform - anchored: True - pos: -121.5,190.5 + pos: -156.25484,-109.174774 parent: 1 - - uid: 63530 +- proto: LuxuryPen + entities: + - uid: 8121 components: - type: Transform - anchored: True - pos: 59.5,-137.5 + pos: -169.05411,-113.388725 parent: 1 - - uid: 65038 + - uid: 8122 components: - type: Transform - anchored: True - pos: 53.5,84.5 + pos: 128.31146,15.7380705 parent: 1 - - uid: 65101 + - uid: 8123 components: - type: Transform - anchored: True - pos: 181.5,-21.5 + rot: 3.141592653589793 rad + pos: -165.1229,-96.28681 parent: 1 - - uid: 65265 + - uid: 8124 components: - type: Transform - anchored: True - pos: 210.5,-14.5 + rot: -1.5707963267948966 rad + pos: -196.53061,-101.11103 parent: 1 - - uid: 65650 +- proto: MachineFrame + entities: + - uid: 8125 components: - type: Transform - anchored: True - pos: 130.5,-132.5 + rot: 3.141592653589793 rad + pos: -35.5,-115.5 parent: 1 -- proto: FloraRockSolid02 +- proto: MachineFrameDestroyed entities: - - uid: 2311 + - uid: 8126 components: - type: Transform - anchored: True - pos: 238.5,-78.5 + pos: -290.5,-89.5 parent: 1 - - uid: 5958 + - uid: 8127 components: - type: Transform - anchored: True - pos: -162.5,-143.5 + pos: -87.5,-105.5 parent: 1 - - uid: 5959 + - uid: 8128 components: - type: Transform - anchored: True - pos: -22.5,74.5 + pos: -49.5,-102.5 parent: 1 - - uid: 5960 + - uid: 8129 components: - type: Transform - anchored: True - pos: -2.5,23.5 + pos: -51.5,-103.5 parent: 1 - - uid: 5961 + - uid: 8130 components: - type: Transform - anchored: True - pos: -222.5,-103.5 + pos: -52.5,-103.5 parent: 1 - - uid: 5962 + - uid: 8131 components: - type: Transform - anchored: True - pos: -213.5,-126.5 + pos: 167.5,-94.5 parent: 1 - - uid: 5963 + - uid: 8132 components: - type: Transform - anchored: True - pos: 131.5,114.5 + pos: 166.5,-94.5 parent: 1 - - uid: 5964 + - uid: 8133 components: - type: Transform - anchored: True - pos: 85.5,121.5 + pos: 177.5,25.5 parent: 1 - - uid: 5965 + - uid: 8134 components: - type: Transform - anchored: True - pos: 0.5,185.5 + pos: 164.5,33.5 parent: 1 - - uid: 5966 + - uid: 8135 components: - type: Transform - anchored: True - pos: 67.5,158.5 + pos: 167.5,32.5 parent: 1 - - uid: 5967 + - uid: 8136 components: - type: Transform - anchored: True - pos: 154.5,-1.5 + pos: -5.5,-44.5 parent: 1 - - uid: 5968 + - uid: 8137 components: - type: Transform - anchored: True - pos: 101.5,46.5 + pos: -169.5,-29.5 parent: 1 - - uid: 5969 + - uid: 8138 components: - type: Transform - anchored: True - pos: 142.5,46.5 + pos: -237.5,-102.5 parent: 1 - - uid: 5970 +- proto: Magazine45SubMachineGun + entities: + - uid: 8139 components: - type: Transform - anchored: True - pos: 152.5,37.5 + rot: -1.5707963267948966 rad + pos: 17.359634,-56.297928 parent: 1 - - uid: 5971 +- proto: Magazine556Rifle + entities: + - uid: 8140 components: - type: Transform - anchored: True - pos: -126.5,-164.5 + pos: -160.69078,-109.439 parent: 1 - - uid: 5972 + - uid: 8141 components: - type: Transform - anchored: True - pos: 140.5,-67.5 + pos: -160.68182,-109.26834 parent: 1 - - uid: 5973 + - uid: 8142 components: - type: Transform - anchored: True - pos: 125.5,-101.5 + pos: -158.65997,-109.50567 parent: 1 - - uid: 5974 + - uid: 8143 components: - type: Transform - anchored: True - pos: 206.5,84.5 + pos: -158.6601,-109.26771 parent: 1 - - uid: 5975 + - uid: 8144 components: - type: Transform - anchored: True - pos: 174.5,101.5 + pos: -160.3971,-109.44195 parent: 1 - - uid: 21430 + - uid: 8145 components: - type: Transform - anchored: True - pos: 113.5,-70.5 + pos: -160.42354,-109.25157 parent: 1 - - uid: 24308 + - uid: 8146 components: - type: Transform - anchored: True - pos: 17.5,-136.5 + pos: -158.35454,-109.253815 parent: 1 - - uid: 40288 + - uid: 8147 components: - type: Transform - anchored: True - pos: 213.5,-39.5 + pos: -158.3476,-109.503815 parent: 1 - - uid: 45817 +- proto: MagazineBox12 + entities: + - uid: 8148 components: - type: Transform - anchored: True - pos: -67.5,-63.5 + pos: 18.652344,-57.404175 parent: 1 - - uid: 47921 + - uid: 8150 components: - type: Transform - anchored: True - pos: 209.5,-43.5 - parent: 1 - - uid: 48143 + parent: 8149 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox12gauge + entities: + - uid: 8152 components: - type: Transform - anchored: True - pos: -203.5,-216.5 + pos: -114.68331,-166.32413 parent: 1 - - uid: 49882 +- proto: MagazineBox20gauge + entities: + - uid: 8153 components: - type: Transform - anchored: True - pos: 86.5,27.5 + pos: 13.66679,-56.003498 parent: 1 - - uid: 49911 + - uid: 8154 components: - type: Transform - anchored: True - pos: -214.5,-192.5 + pos: 13.739707,-56.11808 parent: 1 - - uid: 60995 + - uid: 8156 components: - type: Transform - anchored: True - pos: 78.5,125.5 - parent: 1 - - uid: 62537 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBox308 + entities: + - uid: 8157 components: - type: Transform - anchored: True - pos: -112.5,160.5 - parent: 1 - - uid: 62629 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8167 components: - type: Transform - anchored: True - pos: -81.5,195.5 - parent: 1 - - uid: 62634 + parent: 8166 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBox44 + entities: + - uid: 8158 components: - type: Transform - anchored: True - pos: -114.5,202.5 - parent: 1 - - uid: 62638 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8159 components: - type: Transform - anchored: True - pos: -64.5,176.5 - parent: 1 - - uid: 62659 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8160 components: - type: Transform - anchored: True - pos: 209.5,144.5 - parent: 1 - - uid: 64258 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBox45 + entities: + - uid: 8172 components: - type: Transform - anchored: True - pos: -76.5,-207.5 + pos: 17.733593,-55.641678 parent: 1 - - uid: 65037 + - uid: 8173 components: - type: Transform - anchored: True - pos: 9.5,86.5 + pos: 17.583593,-55.660427 parent: 1 - - uid: 65272 +- proto: MagazineBox50 + entities: + - uid: 8174 components: - type: Transform - anchored: True - pos: 227.5,-14.5 + pos: 201.45824,-29.236204 parent: 1 - - uid: 65544 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: MagazineBox556 + entities: + - uid: 8151 components: - type: Transform - anchored: True - pos: 103.5,-97.5 - parent: 1 - - uid: 65592 + parent: 8149 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8176 components: - type: Transform - anchored: True - pos: 111.5,-96.5 + parent: 8175 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8177 + components: + - type: Transform + parent: 8175 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8178 + components: + - type: Transform + parent: 8175 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8179 + components: + - type: Transform + parent: 8175 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBox9mm + entities: + - uid: 8161 + components: + - type: Transform + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8162 + components: + - type: Transform + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8163 + components: + - type: Transform + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8168 + components: + - type: Transform + parent: 8166 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8169 + components: + - type: Transform + parent: 8166 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8170 + components: + - type: Transform + parent: 8166 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8171 + components: + - type: Transform + parent: 8166 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8181 + components: + - type: Transform + parent: 8180 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MaintenanceToolSpawner + entities: + - uid: 8182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 174.5,99.5 parent: 1 -- proto: FloraRockSolid03 +- proto: Matchbox entities: - - uid: 5976 + - uid: 331 components: - type: Transform - anchored: True - pos: 105.5,166.5 + parent: 328 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8183 + components: + - type: Transform + pos: 150.96776,150.65079 parent: 1 - - uid: 5977 +- proto: Matchstick + entities: + - uid: 8184 components: - type: Transform - anchored: True - pos: 132.5,169.5 + rot: -1.5707963267948966 rad + pos: -72.37868,-130.59625 parent: 1 - - uid: 5978 +- proto: MatchstickSpent + entities: + - uid: 8185 components: - type: Transform - anchored: True - pos: 139.5,213.5 + rot: 3.141592653589793 rad + pos: -49.632618,-109.52358 parent: 1 - - uid: 5979 + - uid: 8186 components: - type: Transform - anchored: True - pos: 140.5,221.5 + pos: -49.273243,-108.85171 parent: 1 - - uid: 5980 + - uid: 8187 components: - type: Transform - anchored: True - pos: 86.5,132.5 + rot: 1.5707963267948966 rad + pos: -49.116993,-109.36733 parent: 1 - - uid: 5981 + - uid: 8188 components: - type: Transform - anchored: True - pos: 124.5,125.5 + rot: 1.5707963267948966 rad + pos: -49.491993,-108.47671 parent: 1 - - uid: 5982 + - uid: 8189 components: - type: Transform - anchored: True - pos: 127.5,118.5 + rot: 3.141592653589793 rad + pos: 164.56267,53.449226 parent: 1 - - uid: 5983 + - uid: 8190 components: - type: Transform - anchored: True - pos: 116.5,87.5 + rot: -1.5707963267948966 rad + pos: 164.87517,53.27735 parent: 1 - - uid: 5984 + - uid: 8191 components: - type: Transform - anchored: True - pos: 22.5,125.5 + rot: 1.5707963267948966 rad + pos: 164.56267,53.65235 parent: 1 - - uid: 5985 +- proto: MaterialBones1 + entities: + - uid: 8192 components: - type: Transform - anchored: True - pos: 69.5,137.5 + rot: 1.5707963267948966 rad + pos: -54.33001,-100.24384 parent: 1 - - uid: 5986 + - uid: 8193 components: - type: Transform - anchored: True - pos: 144.5,29.5 + rot: -1.5707963267948966 rad + pos: 171.96822,189.54814 parent: 1 - - uid: 5988 + - uid: 8194 components: - type: Transform - anchored: True - pos: -126.5,-172.5 + rot: -1.5707963267948966 rad + pos: 172.70259,190.14189 parent: 1 - - uid: 5990 + - uid: 8195 components: - type: Transform - anchored: True - pos: -18.5,-112.5 + pos: 171.53072,190.22002 parent: 1 - - uid: 5991 + - uid: 8196 components: - type: Transform - anchored: True - pos: 161.5,58.5 + rot: 3.141592653589793 rad + pos: 173.07759,189.31377 parent: 1 - - uid: 5992 + - uid: 8197 components: - type: Transform - anchored: True - pos: 195.5,86.5 + rot: 3.141592653589793 rad + pos: -3.3934557,-28.410885 parent: 1 - - uid: 7818 + - uid: 8198 components: - type: Transform - anchored: True - pos: 247.5,-6.5 + pos: 186.61502,141.61115 parent: 1 - - uid: 11344 + - uid: 8199 components: - type: Transform - anchored: True - pos: -162.5,13.5 + pos: 186.80252,139.7127 parent: 1 - - uid: 20738 + - uid: 8200 components: - type: Transform - anchored: True - pos: -185.5,77.5 + pos: 185.27908,136.73398 parent: 1 - - uid: 21505 + - uid: 8201 components: - type: Transform - anchored: True - pos: 240.5,-50.5 + pos: 180.49066,138.10085 parent: 1 - - uid: 29839 + - uid: 8202 components: - type: Transform - anchored: True - pos: -154.5,-205.5 + pos: 183.02908,132.96054 parent: 1 - - uid: 45812 + - uid: 8203 components: - type: Transform - anchored: True - pos: -36.5,-62.5 + pos: 185.02127,131.46054 parent: 1 - - uid: 46094 + - uid: 8204 components: - type: Transform - anchored: True - pos: -90.5,-77.5 + pos: 181.35785,136.60085 parent: 1 - - uid: 46560 + - uid: 8205 components: - type: Transform - anchored: True - pos: -68.5,-66.5 + pos: 187.48221,140.6502 parent: 1 - - uid: 48064 + - uid: 8206 components: - type: Transform - anchored: True - pos: -167.5,-203.5 + pos: 185.86502,141.07208 parent: 1 - - uid: 49763 + - uid: 8207 components: - type: Transform - anchored: True - pos: -136.5,-130.5 + pos: 185.63065,139.4549 parent: 1 - - uid: 49907 + - uid: 8208 components: - type: Transform - anchored: True - pos: -162.5,-203.5 + pos: 185.9119,139.31427 parent: 1 - - uid: 49910 + - uid: 8209 components: - type: Transform - anchored: True - pos: -214.5,-196.5 + pos: 187.08377,135.35117 parent: 1 - - uid: 49939 + - uid: 8210 components: - type: Transform - anchored: True - pos: 33.5,14.5 + pos: -8.236773,-28.30081 parent: 1 - - uid: 49978 + - uid: 8211 components: - type: Transform - anchored: True - pos: 79.5,32.5 + pos: -8.530307,-28.355848 parent: 1 - - uid: 61547 + - uid: 8212 components: - type: Transform - anchored: True - pos: 152.5,136.5 + pos: -8.5669985,-28.539307 parent: 1 - - uid: 61549 + - uid: 8213 components: - type: Transform - anchored: True - pos: 160.5,140.5 + rot: -1.5707963267948966 rad + pos: -4.439172,-32.75886 parent: 1 - - uid: 61555 +- proto: MaterialCardboard + entities: + - uid: 8214 components: - type: Transform - anchored: True - pos: -172.5,-55.5 + pos: -11.280754,-30.42022 parent: 1 - - uid: 62522 +- proto: MaterialCardboard1 + entities: + - uid: 8215 components: - type: Transform - anchored: True - pos: -96.5,174.5 + pos: -67.01794,-14.264281 parent: 1 - - uid: 62547 + - uid: 8216 components: - type: Transform - anchored: True - pos: -65.5,218.5 + pos: -54.52961,-28.336647 parent: 1 - - uid: 62597 + - uid: 8217 components: - type: Transform - anchored: True - pos: -91.5,214.5 + pos: -54.52961,-28.336647 parent: 1 - - uid: 62632 + - uid: 8218 components: - type: Transform - anchored: True - pos: -78.5,186.5 + pos: -58.73082,-25.437996 parent: 1 - - uid: 62650 +- proto: MaterialCardboard10 + entities: + - uid: 8219 components: - type: Transform - anchored: True - pos: -92.5,159.5 + pos: -9.865843,-35.350197 parent: 1 - - uid: 62651 +- proto: MaterialCloth10 + entities: + - uid: 8220 components: - type: Transform - anchored: True - pos: -86.5,153.5 + rot: 3.141592653589793 rad + pos: 148.70702,163.0511 parent: 1 - - uid: 62652 + - uid: 8221 components: - type: Transform - anchored: True - pos: -69.5,211.5 + rot: 3.141592653589793 rad + pos: 149.34764,163.03548 parent: 1 - - uid: 62657 +- proto: MaterialWoodPlank1 + entities: + - uid: 8222 components: - type: Transform - anchored: True - pos: 209.5,109.5 + pos: 71.61786,130.2553 parent: 1 - - uid: 62694 + - uid: 8223 components: - type: Transform - anchored: True - pos: 34.5,107.5 + pos: 70.26026,130.26753 parent: 1 - - uid: 63518 + - uid: 8224 components: - type: Transform - anchored: True - pos: 78.5,-138.5 + pos: 95.564095,119.44441 parent: 1 - - uid: 63534 + - uid: 8225 components: - type: Transform - anchored: True - pos: 64.5,-129.5 + rot: 3.141592653589793 rad + pos: -191.6132,52.423843 parent: 1 - - uid: 63657 + - uid: 8226 components: - type: Transform - anchored: True - pos: -140.5,24.5 + pos: 88.66827,-1.6491352 parent: 1 - - uid: 63658 + - uid: 8227 components: - type: Transform - anchored: True - pos: -140.5,30.5 + rot: 1.5707963267948966 rad + pos: 55.71681,39.625805 parent: 1 - - uid: 64082 + - uid: 8228 components: - type: Transform - anchored: True - pos: -58.5,-195.5 + rot: 3.141592653589793 rad + pos: 55.73518,54.728825 parent: 1 - - uid: 64146 + - uid: 8229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.53925,51.59173 + parent: 1 + - uid: 8230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -191.51945,52.580093 + parent: 1 + - uid: 8231 + components: + - type: Transform + pos: 87.63192,-125.47396 + parent: 1 + - uid: 8232 + components: + - type: Transform + pos: 88.50692,-126.458336 + parent: 1 + - uid: 8233 components: - type: Transform rot: -1.5707963267948966 rad - pos: -113.402916,-56.89726 + pos: 84.54892,-132.5706 parent: 1 - - uid: 64323 +- proto: MaterialWoodPlank10 + entities: + - uid: 8234 components: - type: Transform - anchored: True - pos: -49.5,-178.5 + rot: 3.141592653589793 rad + pos: 149.2456,164.20087 parent: 1 - - uid: 64335 + - uid: 8235 components: - type: Transform - anchored: True - pos: -95.5,35.5 + rot: 3.141592653589793 rad + pos: 148.66748,164.23212 parent: 1 - - uid: 65041 + - uid: 8236 components: - type: Transform - anchored: True - pos: 13.5,83.5 + rot: 3.141592653589793 rad + pos: -112.02697,-31.847971 parent: 1 - - uid: 65046 + - uid: 8237 components: - type: Transform - anchored: True - pos: 45.5,83.5 + rot: 3.141592653589793 rad + pos: -112.55822,-31.832346 parent: 1 - - uid: 65087 + - uid: 8238 components: - type: Transform - anchored: True - pos: 179.5,-16.5 + rot: -1.5707963267948966 rad + pos: 84.52764,0.78836477 parent: 1 - - uid: 65097 +- proto: Mattress + entities: + - uid: 8239 components: - type: Transform - anchored: True - pos: 179.5,-35.5 + pos: 191.5,193.5 parent: 1 - - uid: 65229 + - uid: 8240 components: - type: Transform - anchored: True - pos: 185.5,-10.5 + pos: 179.5,157.5 parent: 1 - - uid: 65558 + - uid: 8241 components: - type: Transform - anchored: True - pos: 97.5,-97.5 + pos: 193.5,18.5 parent: 1 - - uid: 65710 +- proto: MedicatedSuture + entities: + - uid: 8243 components: - type: Transform - anchored: True - pos: 133.5,-133.5 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MedkitCombat + entities: + - uid: 8258 + components: + - type: Transform + pos: -162.48227,-95.44306 parent: 1 -- proto: FloraTreeStump +- proto: Mirror entities: - - uid: 5993 + - uid: 8259 components: - type: Transform - pos: 199.46748,65.4468 + rot: 3.141592653589793 rad + pos: -179.5,-108.5 parent: 1 - - uid: 5994 + - uid: 8260 components: - type: Transform - anchored: True - pos: 136.5,177.5 + pos: 24.5,-10.5 parent: 1 - - uid: 5995 + - uid: 8261 components: - type: Transform - anchored: True - pos: 201.5,156.5 + pos: -171.5,34.5 parent: 1 - - uid: 5996 +- proto: MopBucket + entities: + - uid: 8262 components: - type: Transform - pos: -177.5,-120.5 + pos: 100.5,-107.5 parent: 1 - - uid: 5997 +- proto: MopItem + entities: + - uid: 8263 components: - type: Transform - anchored: True - pos: 17.5,19.5 + pos: -194.47733,-168.44691 parent: 1 - - uid: 5998 +- proto: MysteryFigureBoxTrash + entities: + - uid: 8264 components: - type: Transform - anchored: True - pos: 128.5,97.5 + pos: -45.31408,-111.450966 parent: 1 - - uid: 5999 + - uid: 8265 components: - type: Transform - anchored: True - pos: 114.5,131.5 + pos: -44.985954,-111.294716 parent: 1 - - uid: 6000 +- proto: N14Antidote + entities: + - uid: 8267 components: - type: Transform - anchored: True - pos: 23.5,150.5 + parent: 8266 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 8268 + components: + - type: Transform + pos: 59.544346,150.87198 parent: 1 - - uid: 6001 + - uid: 8269 components: - type: Transform - anchored: True - pos: 12.5,161.5 + pos: 182.51613,162.11584 parent: 1 - - uid: 6002 + - uid: 8270 components: - type: Transform - anchored: True - pos: -75.5,-131.5 + pos: 179.55983,128.50386 parent: 1 - - uid: 6003 + - uid: 8271 components: - type: Transform - anchored: True - pos: 130.5,-52.5 + pos: 186.47633,142.62292 parent: 1 - - uid: 6004 +- proto: N14APCBreaker + entities: + - uid: 8272 components: - type: Transform - anchored: True - pos: 171.5,18.5 + pos: -178.5,-135.5 parent: 1 - - uid: 6005 + - uid: 8273 components: - type: Transform - anchored: True - pos: 194.5,51.5 + pos: 171.5,-72.5 parent: 1 - - uid: 6006 + - type: Apc + hasAccess: True + - uid: 8274 components: - type: Transform - anchored: True - pos: 211.5,100.5 + pos: 111.5,-40.5 parent: 1 - - uid: 13196 + - type: Apc + hasAccess: True + - uid: 8275 components: - type: Transform - anchored: True - pos: -98.5,-204.5 + pos: 92.5,15.5 parent: 1 - - uid: 46027 + - uid: 8276 components: - type: Transform - anchored: True - pos: 153.5,185.5 + pos: 137.5,-0.5 parent: 1 - - uid: 59390 + - uid: 8277 components: - type: Transform - anchored: True - pos: 211.5,-22.5 + pos: 126.5,36.5 parent: 1 - - uid: 61013 + - uid: 8278 components: - type: Transform - anchored: True - pos: 97.5,169.5 + pos: 138.5,14.5 parent: 1 - - uid: 61550 + - uid: 8279 components: - type: Transform - anchored: True - pos: -200.5,-66.5 + rot: 1.5707963267948966 rad + pos: 102.5,-7.5 parent: 1 - - uid: 61563 + - uid: 8280 components: - type: Transform - anchored: True - pos: -215.5,-60.5 + pos: 106.5,15.5 parent: 1 - - uid: 62558 + - uid: 8281 components: - type: Transform - anchored: True - pos: -119.5,167.5 + pos: 129.5,27.5 parent: 1 - - uid: 62613 + - uid: 8282 components: - type: Transform - anchored: True - pos: -77.5,159.5 + pos: 49.5,7.5 parent: 1 - - uid: 62658 + - uid: 8283 components: - type: Transform - anchored: True - pos: 189.5,108.5 + pos: 33.5,8.5 parent: 1 - - uid: 62683 + - uid: 8284 components: - type: Transform - anchored: True - pos: 204.5,122.5 + pos: 8.5,8.5 parent: 1 - - uid: 62685 + - uid: 8285 components: - type: Transform - anchored: True - pos: 17.5,100.5 + pos: -14.5,9.5 parent: 1 - - uid: 63379 + - uid: 8286 components: - type: Transform - anchored: True - pos: 71.5,-128.5 + pos: 16.5,-35.5 parent: 1 - - uid: 63537 + - uid: 8287 components: - type: Transform - anchored: True - pos: 19.5,-142.5 + pos: 44.5,-35.5 parent: 1 - - uid: 63608 + - uid: 8288 components: - type: Transform - anchored: True - pos: -206.5,83.5 + pos: 34.5,-15.5 parent: 1 - - uid: 65104 + - uid: 8289 components: - type: Transform - anchored: True - pos: 207.5,-84.5 + pos: -56.5,4.5 parent: 1 - - uid: 65251 + - uid: 8290 components: - type: Transform - anchored: True - pos: 221.5,-14.5 + pos: -77.5,3.5 parent: 1 - - uid: 65656 + - uid: 8291 components: - type: Transform - anchored: True - pos: 101.5,-142.5 + rot: 3.141592653589793 rad + pos: 133.5,-30.5 parent: 1 -- proto: FolderSpawner - entities: - - uid: 6008 + - uid: 8292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.52934,51.67951 + pos: 38.5,-63.5 parent: 1 - - uid: 6009 + - uid: 8293 components: - type: Transform rot: 1.5707963267948966 rad - pos: 183.36629,169.62943 + pos: -43.5,-111.5 parent: 1 -- proto: FoodBadRecipe - entities: - - uid: 6010 + - uid: 8294 components: - type: Transform - pos: -75.069534,-102.61369 + pos: -36.5,-112.5 parent: 1 -- proto: FoodBowlBig - entities: - - uid: 6011 + - type: Apc + hasAccess: True + - uid: 8295 components: - type: Transform - pos: -184.84175,-173.40976 + pos: -99.5,-132.5 parent: 1 - - uid: 6012 + - uid: 8296 components: - type: Transform - pos: -184.56635,-173.17998 + pos: 94.5,88.5 parent: 1 - - uid: 6013 + - type: Apc + hasAccess: True + - uid: 8297 components: - type: Transform - pos: -184.54759,-172.91748 + pos: 165.5,41.5 parent: 1 - - uid: 6014 + - uid: 8298 components: - type: Transform - pos: -184.71634,-173.19873 + pos: 166.5,41.5 parent: 1 - - uid: 55779 + - uid: 8299 components: - type: Transform - pos: -154.30711,-124.34047 + pos: 167.5,41.5 parent: 1 - - uid: 56222 + - uid: 8300 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56249 + pos: 173.5,100.5 + parent: 1 + - uid: 8301 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 60987 + pos: -73.5,-23.5 + parent: 1 + - uid: 8302 components: - type: Transform - pos: 32.679897,144.8517 + pos: -40.5,-15.5 parent: 1 -- proto: FoodBowlBigTrash - entities: - - uid: 4707 + - uid: 8303 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4708 + pos: -52.5,-32.5 + parent: 1 + - uid: 8304 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6015 + pos: -28.5,-14.5 + parent: 1 + - uid: 8305 components: - type: Transform - pos: -86.41692,-108.82413 + pos: 25.5,150.5 parent: 1 - - uid: 6016 + - uid: 8306 components: - type: Transform - pos: -171.57869,-75.359146 + pos: 61.5,169.5 parent: 1 - - uid: 6017 + - uid: 8307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 181.46774,29.718874 + pos: 58.5,147.5 parent: 1 - - uid: 6018 + - uid: 8308 components: - type: Transform - pos: -159.4702,-21.19389 + pos: 31.5,170.5 parent: 1 - - uid: 6019 + - uid: 8309 components: - type: Transform - pos: -163.48795,-16.270603 + pos: 53.5,153.5 parent: 1 -- proto: FoodBowlFancy - entities: - - uid: 56207 + - uid: 8310 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: FoodBoxPizza - entities: - - uid: 6020 + pos: -163.5,-109.5 + parent: 1 + - uid: 8311 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.358337,-106.411995 + pos: 115.5,13.5 parent: 1 -- proto: FoodBurgerHuman - entities: - - uid: 6021 + - uid: 8312 components: - type: Transform - pos: -152.43082,-17.29542 + pos: -396.5,119.5 parent: 1 -- proto: FoodBurgerRat - entities: - - uid: 10937 + - uid: 8313 components: - type: Transform - pos: -177.4927,-139.33952 + pos: -164.5,-100.5 parent: 1 -- proto: FoodCondimentBottleBBQ - entities: - - uid: 5391 + - uid: 8314 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 47399 + pos: 91.5,95.5 + parent: 1 + - uid: 8315 components: - type: Transform - pos: -367.00253,106.71604 + pos: -175.5,61.5 parent: 1 -- proto: FoodCondimentBottleVinegar - entities: - - uid: 5392 + - uid: 8316 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 6023 + pos: -178.5,43.5 + parent: 1 + - uid: 8317 components: - type: Transform - pos: -45.428185,-105.12717 + pos: -179.5,50.5 parent: 1 -- proto: FoodCondimentPacketBbq - entities: - - uid: 6024 + - uid: 8318 components: - type: Transform - pos: -51.56746,-99.40505 + pos: -175.5,34.5 parent: 1 -- proto: FoodCondimentPacketHorseradish - entities: - - uid: 6025 + - uid: 8319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.66727,-23.29623 + pos: -185.5,23.5 parent: 1 - - uid: 6026 + - uid: 8320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.44711,-25.428085 + pos: -183.5,32.5 parent: 1 -- proto: FoodCornTrash - entities: - - uid: 44292 + - uid: 8321 components: - type: Transform rot: 3.141592653589793 rad - pos: -226.0333,-92.12145 + pos: -141.5,56.5 parent: 1 -- proto: FoodDonut - entities: - - uid: 47609 + - uid: 8322 components: - type: Transform - pos: -386.50748,93.22028 + pos: -160.5,69.5 parent: 1 -- proto: FoodFrozenSnowconeTrash - entities: - - uid: 6027 + - uid: 8323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.70877,58.400955 + rot: -1.5707963267948966 rad + pos: -96.5,-165.5 parent: 1 - - uid: 44357 + - uid: 8324 components: - type: Transform - parent: 44356 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 44360 + rot: -1.5707963267948966 rad + pos: -107.5,-164.5 + parent: 1 + - uid: 8325 components: - type: Transform - parent: 44356 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeat - entities: - - uid: 47383 + rot: 1.5707963267948966 rad + pos: -113.5,-165.5 + parent: 1 + - uid: 8326 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47386 + rot: -1.5707963267948966 rad + pos: -99.5,-176.5 + parent: 1 + - uid: 8327 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatHuman - entities: - - uid: 63367 + pos: 278.5,133.5 + parent: 1 + - uid: 8328 components: - type: Transform - pos: -5.4084153,-35.486977 + pos: -171.5,-93.5 parent: 1 -- proto: FoodMeatRat - entities: - - uid: 6029 + - uid: 8329 components: - type: Transform - parent: 6028 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatRatdoubleKebab - entities: - - uid: 6033 + pos: -124.5,62.5 + parent: 1 + - uid: 8330 components: - type: Transform - pos: 192.48662,20.387909 + pos: -197.5,-97.5 parent: 1 - - uid: 24173 + - uid: 8331 components: - type: Transform - pos: -177.4823,-139.98537 + pos: 102.5,-129.5 parent: 1 -- proto: FoodMeatRatKebab - entities: - - uid: 7531 + - uid: 8332 components: - type: Transform - parent: 7529 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatRotten + pos: 100.5,-102.5 + parent: 1 +- proto: N14APCBreakerConstructed entities: - - uid: 4652 + - uid: 8333 components: - type: Transform - parent: 4650 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4653 + pos: -192.5,-163.5 + parent: 1 + - uid: 8334 components: - type: Transform - parent: 4650 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4654 + pos: -202.5,-88.5 + parent: 1 + - uid: 8335 components: - type: Transform - parent: 4650 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4655 + rot: 3.141592653589793 rad + pos: -50.5,-123.5 + parent: 1 + - uid: 8336 components: - type: Transform - parent: 4650 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6036 + pos: -281.5,-88.5 + parent: 1 + - uid: 8337 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6037 + pos: -286.5,-88.5 + parent: 1 + - type: Apc + hasAccess: True + - uid: 8338 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6038 + pos: 181.5,57.5 + parent: 1 + - uid: 8339 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6049 + rot: -1.5707963267948966 rad + pos: 178.5,23.5 + parent: 1 + - uid: 8340 components: - type: Transform - pos: -82.560165,-101.722305 + pos: 212.5,180.5 parent: 1 - - uid: 6052 + - type: Apc + hasAccess: True + - uid: 8341 components: - type: Transform - pos: -154.50778,-16.451157 + pos: -208.5,-78.5 parent: 1 -- proto: FoodMeatSnake - entities: - - uid: 56240 + - uid: 8342 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatSpiderlegCooked - entities: - - uid: 55968 + rot: 1.5707963267948966 rad + pos: -289.5,-52.5 + parent: 1 + - uid: 8343 components: - type: Transform - pos: -162.49979,-94.53518 + pos: -170.5,-27.5 parent: 1 -- proto: FoodPlate +- proto: N14APCBreakerFrame entities: - - uid: 6053 + - uid: 8344 components: - type: Transform - rot: 3.141592653589793 rad - pos: 171.5059,152.38557 + rot: -1.5707963267948966 rad + pos: -83.5,-102.5 parent: 1 - - uid: 24114 + - uid: 8345 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55298 + rot: 3.141592653589793 rad + pos: 166.5,18.5 + parent: 1 + - uid: 8346 components: - type: Transform - rot: -6.283185307179586 rad - pos: 136.50934,-10.33662 + pos: 166.5,20.5 parent: 1 - - uid: 56241 + - uid: 8347 components: - type: Transform - pos: 134.50104,-8.106532 + rot: 1.5707963267948966 rad + pos: 176.5,41.5 parent: 1 - - uid: 56262 +- proto: N14Bandage + entities: + - uid: 8244 components: - type: Transform - parent: 56105 + parent: 8242 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: FoodPlatePlastic - entities: - - uid: 45461 + - uid: 8245 components: - type: Transform - parent: 17492 + parent: 8242 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - type: InsideEntityStorage - - uid: 55801 + - uid: 8246 components: - type: Transform - parent: 17492 + parent: 8242 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: FoodPlateSmall - entities: - - uid: 6054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 180.5059,150.49495 - parent: 1 - - uid: 6055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 177.49028,146.44807 - parent: 1 - - uid: 6056 - components: - - type: Transform - pos: 94.19822,100.70474 - parent: 1 - - uid: 55389 - components: - - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56113 + - uid: 8247 components: - type: Transform - parent: 56105 + parent: 8242 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - type: InsideEntityStorage - - uid: 61151 + - uid: 8348 components: - type: Transform - pos: 33.303658,144.90062 + pos: 139.40172,10.534629 parent: 1 -- proto: FoodPlateSmallPlastic - entities: - - uid: 22523 - components: - - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 26293 - components: - - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 26296 - components: - - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55467 - components: - - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: FoodPlateSmallTrash - entities: - - uid: 6057 + - uid: 8349 components: - type: Transform - pos: -52.377697,-125.25956 + pos: 177.53053,162.50484 parent: 1 - - uid: 6058 + - uid: 8350 components: - type: Transform - pos: -53.59306,-102.382545 + pos: 177.38991,162.69234 parent: 1 - - uid: 65241 + - uid: 8351 components: - type: Transform - pos: 77.31066,-101.887825 + pos: 56.51271,155.5016 parent: 1 - - uid: 65382 + - uid: 8352 components: - type: Transform - pos: 76.52844,-130.36444 + pos: 56.497086,161.61098 parent: 1 - - uid: 65383 + - uid: 8353 components: - type: Transform - pos: 76.52844,-131.17694 + pos: 58.528336,160.61098 parent: 1 - - uid: 65387 + - uid: 8354 components: - type: Transform - pos: 78.53538,-130.90804 + pos: 139.74547,10.597129 parent: 1 - - uid: 65392 + - uid: 8355 components: - type: Transform - pos: 78.50413,-131.28304 + pos: 139.39307,10.6920395 parent: 1 -- proto: FoodPlateTin - entities: - - uid: 56235 + - uid: 8356 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56237 + pos: 139.29932,10.842039 + parent: 1 + - uid: 8358 components: - type: Transform - parent: 56105 + parent: 8357 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 56250 + - uid: 8359 components: - type: Transform - parent: 56105 + parent: 8357 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 56263 + - uid: 8362 components: - type: Transform - parent: 56105 + parent: 8361 - type: Physics angularDamping: 0 linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: FoodPlateTrash - entities: - - uid: 4709 - components: - - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6059 + - uid: 8364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.37431,-101.17942 + pos: 56.497086,161.61098 parent: 1 -- proto: FoodRicePork - entities: - - uid: 6060 + - uid: 8365 components: - type: Transform - pos: 152.60817,150.77614 + pos: 56.497086,161.61098 parent: 1 -- proto: FoodShakerPepper - entities: - - uid: 47501 + - uid: 8366 components: - type: Transform - pos: -368.73685,101.78483 + pos: 58.590836,157.53285 parent: 1 - - uid: 61135 + - uid: 8367 components: - type: Transform - pos: 33.344448,149.9988 + pos: 58.590836,157.51723 parent: 1 -- proto: FoodShakerSalt - entities: - - uid: 47500 + - uid: 8368 components: - type: Transform - pos: -368.93997,101.81043 + pos: 56.51271,158.4391 parent: 1 - - uid: 61072 + - uid: 8369 components: - type: Transform - pos: 33.54014,150.03548 + pos: 56.497086,161.61098 parent: 1 -- proto: FoodSnackNutribrick - entities: - - uid: 6062 - components: - - type: Transform - parent: 6061 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodTinBeansTrash - entities: - - uid: 4710 - components: - - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6065 + - uid: 8370 components: - type: Transform - pos: -45.938248,-111.31034 + pos: 56.528336,158.42348 parent: 1 - - uid: 6066 + - uid: 8371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.83446,-15.665754 + pos: 58.590836,157.51723 parent: 1 -- proto: FoodTinMRETrash - entities: - - uid: 4711 - components: - - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6067 + - uid: 8372 components: - type: Transform - pos: 163.46375,-94.61122 + pos: 56.51271,158.4391 parent: 1 - - uid: 44361 + - uid: 8373 components: - type: Transform - parent: 44356 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodTinPeachesMaintTrash - entities: - - uid: 6069 + pos: 58.590836,157.53285 + parent: 1 + - uid: 8374 components: - type: Transform - pos: -51.025124,-99.22092 + pos: 58.590836,157.53285 parent: 1 - - uid: 6070 + - uid: 8375 components: - type: Transform - pos: 164.67357,-93.086655 + pos: 58.590836,157.53285 parent: 1 -- proto: FoodTinPeachesTrash - entities: - - uid: 4712 + - uid: 8376 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4713 + pos: 58.497086,154.4391 + parent: 1 + - uid: 8377 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4714 + pos: 58.497086,154.4391 + parent: 1 + - uid: 8378 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 44358 + pos: 58.497086,154.42348 + parent: 1 + - uid: 8379 components: - type: Transform - parent: 44356 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 44359 + pos: 58.497086,154.42348 + parent: 1 + - uid: 8380 components: - type: Transform - parent: 44356 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 44362 + pos: 58.497086,154.42348 + parent: 1 + - uid: 8381 components: - type: Transform - parent: 44356 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ForensicReportPaper + pos: 139.65172,10.800254 + parent: 1 +- proto: N14BarricadeDoor entities: - - uid: 6071 + - uid: 8382 components: - type: Transform - pos: 213.8581,182.86314 + pos: -77.5,-102.5 parent: 1 - - type: Paper - content: > - ### DNA Scanning Initial Data - - **Identification Number:** 1234567890 - - - #### Analysis Results - - - 1. **DNA Sample Quality:** - - DNA Integrity: 92% - - DNA Purity: 85% - - DNA Quantity: 4.5 µg -- proto: Fork - entities: - - uid: 5393 + - uid: 8383 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5394 + pos: 43.5,-42.5 + parent: 1 + - uid: 8384 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5395 + pos: 44.5,-42.5 + parent: 1 + - uid: 8385 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5396 + pos: 158.5,-91.5 + parent: 1 + - uid: 8386 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5397 + pos: 162.5,41.5 + parent: 1 + - uid: 8387 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5398 + pos: -181.5,-20.5 + parent: 1 + - uid: 8388 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5399 + pos: -170.5,-30.5 + parent: 1 + - uid: 8389 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 5400 + pos: -155.5,-123.5 + parent: 1 +- proto: N14BarricadeMetal + entities: + - uid: 8390 components: - type: Transform - parent: 5386 - - type: Physics - canCollide: False - - uid: 17591 + rot: 3.141592653589793 rad + pos: 152.5,-192.5 + parent: 1 + - uid: 8391 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 24094 + rot: 3.141592653589793 rad + pos: 157.5,-192.5 + parent: 1 + - uid: 8392 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 26283 + pos: -168.5,28.5 + parent: 1 +- proto: N14BarricadeMetalGreen + entities: + - uid: 8393 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 47540 + rot: 1.5707963267948966 rad + pos: -326.5,76.5 + parent: 1 + - uid: 8394 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47541 + rot: 3.141592653589793 rad + pos: -179.5,-100.5 + parent: 1 +- proto: N14BarricadeRazorwire + entities: + - uid: 8395 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47542 + rot: -1.5707963267948966 rad + pos: 159.5,-192.5 + parent: 1 + - uid: 8396 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 56187 + rot: 1.5707963267948966 rad + pos: 152.5,-191.5 + parent: 1 + - uid: 8397 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56203 + pos: 151.5,-191.5 + parent: 1 + - uid: 8398 components: - type: Transform - rot: -7.853981633974483 rad - pos: 134.60574,-8.58868 + pos: 156.5,-190.5 parent: 1 - - uid: 61136 + - uid: 8399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.847996,144.17824 + pos: 153.5,-190.5 parent: 1 -- proto: ForkPlastic - entities: - - uid: 26295 + - uid: 8400 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 48173 + pos: 152.5,-191.5 + parent: 1 + - uid: 8401 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 65281 + pos: 158.5,-191.5 + parent: 1 + - uid: 8402 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.61396,-130.11348 + pos: -160.5,-93.5 parent: 1 - - uid: 65284 + - uid: 8403 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.629585,-131.64473 + pos: -325.5,77.5 parent: 1 -- proto: FuelDispenser - entities: - - uid: 49958 + - uid: 8404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,45.5 + pos: -175.5,-91.5 parent: 1 - - uid: 61082 + - uid: 8405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,144.5 + pos: -174.5,-91.5 parent: 1 -- proto: GasAnalyzer - entities: - - uid: 6072 + - uid: 8406 components: - type: Transform - pos: 215.49762,207.82181 + pos: 184.5,177.5 parent: 1 -- proto: GasCanisterBrokenBase - entities: - - uid: 6073 + - uid: 8407 components: - type: Transform - pos: 181.5,56.5 + pos: 181.5,177.5 parent: 1 - - uid: 56214 + - uid: 8408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,223.5 + rot: 3.141592653589793 rad + pos: 162.5,134.5 parent: 1 -- proto: GasFilterFlipped - entities: - - uid: 6075 + - uid: 8409 components: - type: Transform - pos: 188.5,210.5 + rot: 3.141592653589793 rad + pos: 169.5,134.5 parent: 1 -- proto: GasMinerPlasma - entities: - - uid: 17589 + - uid: 8410 components: - type: Transform - pos: 186.5,223.5 + pos: 168.5,125.5 parent: 1 -- proto: GasOutletInjector - entities: - - uid: 6076 + - uid: 8411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,215.5 + pos: 162.5,125.5 parent: 1 -- proto: GasPassiveVent - entities: - - uid: 6077 + - uid: 8412 components: - type: Transform rot: 3.141592653589793 rad - pos: 201.5,214.5 + pos: 168.5,134.5 parent: 1 - - uid: 6078 + - uid: 8413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 196.5,217.5 + pos: 167.5,125.5 parent: 1 - - uid: 6079 + - uid: 8414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 197.5,222.5 + pos: 163.5,125.5 parent: 1 - - uid: 6080 + - uid: 8415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 197.5,212.5 + pos: 183.5,177.5 parent: 1 -- proto: GasPipeBend - entities: - - uid: 6081 + - uid: 8416 components: - type: Transform - pos: -279.5,-76.5 + rot: -1.5707963267948966 rad + pos: -70.5,-100.5 parent: 1 - - uid: 6082 + - uid: 8417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -284.5,-75.5 + rot: -1.5707963267948966 rad + pos: -70.5,-102.5 parent: 1 - - uid: 6083 + - uid: 8418 components: - type: Transform rot: -1.5707963267948966 rad - pos: -284.5,-77.5 + pos: 162.5,134.5 parent: 1 - - uid: 6084 + - uid: 8419 components: - type: Transform - pos: 145.5,-90.5 + rot: -1.5707963267948966 rad + pos: 162.5,131.5 parent: 1 - - uid: 6089 + - uid: 8420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -203.5,-89.5 + rot: -1.5707963267948966 rad + pos: 162.5,133.5 parent: 1 - - uid: 6090 + - uid: 8421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 212.5,206.5 + rot: -1.5707963267948966 rad + pos: 162.5,132.5 parent: 1 - - uid: 6091 + - uid: 8422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,205.5 + rot: 3.141592653589793 rad + pos: 175.5,19.5 parent: 1 - - uid: 6092 + - uid: 8423 components: - type: Transform - pos: 194.5,202.5 + rot: 3.141592653589793 rad + pos: 173.5,19.5 parent: 1 - - uid: 6093 + - uid: 8424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.5,205.5 + rot: 3.141592653589793 rad + pos: 174.5,19.5 parent: 1 - - uid: 6094 + - uid: 8425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,202.5 + pos: 182.5,177.5 parent: 1 - - uid: 64171 + - uid: 8426 components: - type: Transform rot: -1.5707963267948966 rad - pos: -102.5,-30.5 + pos: -160.5,-95.5 parent: 1 -- proto: GasPipeBroken - entities: - - uid: 6095 + - uid: 8427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,-93.5 + rot: 3.141592653589793 rad + pos: -169.5,22.5 parent: 1 -- proto: GasPipeFourway - entities: - - uid: 6096 + - uid: 8428 components: - type: Transform - pos: 147.5,-90.5 + rot: 3.141592653589793 rad + pos: -160.5,28.5 parent: 1 - - uid: 6097 + - uid: 8429 components: - type: Transform - pos: -202.5,-89.5 + rot: -1.5707963267948966 rad + pos: -175.5,-137.5 parent: 1 - - uid: 6098 + - uid: 8430 components: - type: Transform - pos: 193.5,202.5 + pos: -176.5,-91.5 parent: 1 -- proto: GasPipeHalf - entities: - - uid: 64191 + - uid: 8431 components: - type: Transform - pos: -102.5,-28.5 + rot: 3.141592653589793 rad + pos: -179.5,-142.5 parent: 1 -- proto: GasPipeStraight - entities: - - uid: 6099 + - uid: 8432 components: - type: Transform - pos: -279.5,-77.5 + pos: -170.5,-92.5 parent: 1 - - uid: 6100 + - uid: 8433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -270.5,-82.5 + rot: 3.141592653589793 rad + pos: -180.5,-142.5 parent: 1 - - uid: 6101 + - uid: 8434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -267.5,-82.5 + pos: -155.5,-122.5 parent: 1 - - uid: 6102 + - uid: 8435 components: - type: Transform - pos: -279.5,-83.5 + rot: -1.5707963267948966 rad + pos: -177.5,-91.5 parent: 1 - - uid: 6103 + - uid: 8436 components: - type: Transform - pos: -288.5,-74.5 + pos: -166.5,-92.5 parent: 1 - - uid: 6104 + - uid: 8437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -282.5,-76.5 + pos: -167.5,-92.5 parent: 1 - - uid: 6105 + - uid: 8438 components: - type: Transform - pos: -288.5,-73.5 + rot: 3.141592653589793 rad + pos: -168.5,22.5 parent: 1 - - uid: 6106 + - uid: 8439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -280.5,-76.5 + pos: 58.5,43.5 parent: 1 - - uid: 6107 + - uid: 8440 components: - type: Transform - pos: -247.5,-80.5 + pos: 59.5,43.5 parent: 1 - - uid: 6108 + - uid: 8441 components: - type: Transform - pos: -288.5,-72.5 + rot: -1.5707963267948966 rad + pos: 57.5,54.5 parent: 1 - - uid: 6109 + - uid: 8442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -272.5,-82.5 + pos: 55.5,43.5 parent: 1 - - uid: 6110 + - uid: 8443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -273.5,-82.5 + rot: 3.141592653589793 rad + pos: 56.5,53.5 parent: 1 - - uid: 6111 + - uid: 8444 components: - type: Transform - pos: -247.5,-87.5 + rot: 3.141592653589793 rad + pos: 55.5,53.5 parent: 1 - - uid: 6112 + - uid: 8445 components: - type: Transform - pos: -288.5,-75.5 + pos: 56.5,43.5 parent: 1 - - uid: 6113 + - uid: 8446 components: - type: Transform rot: -1.5707963267948966 rad - pos: -257.5,-82.5 + pos: -181.5,-91.5 parent: 1 - - uid: 6114 + - uid: 8447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -268.5,-82.5 + pos: -171.5,-92.5 parent: 1 - - uid: 6115 + - uid: 8448 components: - type: Transform rot: -1.5707963267948966 rad - pos: -271.5,-82.5 + pos: -175.5,-138.5 parent: 1 - - uid: 6116 + - uid: 8449 components: - type: Transform - pos: -247.5,-83.5 + pos: -169.5,-92.5 parent: 1 - - uid: 6117 + - uid: 8450 components: - type: Transform - pos: -247.5,-81.5 + pos: -163.5,-92.5 parent: 1 - - uid: 6118 + - uid: 8451 components: - type: Transform rot: -1.5707963267948966 rad - pos: -276.5,-82.5 + pos: -175.5,-140.5 parent: 1 - - uid: 6119 + - uid: 8452 components: - type: Transform - pos: -279.5,-86.5 + rot: -1.5707963267948966 rad + pos: -160.5,-98.5 parent: 1 - - uid: 6120 + - uid: 8453 components: - type: Transform rot: -1.5707963267948966 rad - pos: -277.5,-82.5 + pos: -160.5,-97.5 parent: 1 - - uid: 6121 + - uid: 8454 components: - type: Transform - pos: -279.5,-78.5 + rot: -1.5707963267948966 rad + pos: -160.5,-96.5 parent: 1 - - uid: 6122 + - uid: 8455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-75.5 + rot: 3.141592653589793 rad + pos: -177.5,-142.5 parent: 1 - - uid: 6123 + - uid: 8456 components: - type: Transform - pos: -279.5,-84.5 + pos: -172.5,-92.5 parent: 1 - - uid: 6124 + - uid: 8457 components: - type: Transform - pos: -279.5,-80.5 + pos: -164.5,-92.5 parent: 1 - - uid: 6125 + - uid: 8458 components: - type: Transform rot: -1.5707963267948966 rad - pos: -254.5,-82.5 - parent: 1 - - uid: 6126 - components: - - type: Transform - pos: -288.5,-78.5 + pos: -175.5,-139.5 parent: 1 - - uid: 6127 + - uid: 8459 components: - type: Transform - pos: -279.5,-92.5 + pos: -162.5,-92.5 parent: 1 - - uid: 6128 + - uid: 8460 components: - type: Transform - pos: -279.5,-85.5 + pos: -168.5,-92.5 parent: 1 - - uid: 6129 + - uid: 8461 components: - type: Transform - pos: -279.5,-87.5 + rot: 1.5707963267948966 rad + pos: -181.5,-91.5 parent: 1 - - uid: 6130 + - uid: 8462 components: - type: Transform - pos: -279.5,-81.5 + rot: 1.5707963267948966 rad + pos: -177.5,-91.5 parent: 1 - - uid: 6131 + - uid: 8463 components: - type: Transform - pos: -279.5,-79.5 + rot: 3.141592653589793 rad + pos: -178.5,-142.5 parent: 1 - - uid: 6132 + - uid: 8464 components: - type: Transform - pos: -279.5,-88.5 + pos: -165.5,-92.5 parent: 1 - - uid: 6133 + - uid: 8465 components: - type: Transform rot: -1.5707963267948966 rad - pos: -278.5,-82.5 + pos: -160.5,-94.5 parent: 1 - - uid: 6134 + - uid: 8466 components: - type: Transform - pos: -279.5,-89.5 + rot: -1.5707963267948966 rad + pos: -175.5,-136.5 parent: 1 - - uid: 6135 + - uid: 8467 components: - type: Transform rot: -1.5707963267948966 rad - pos: -281.5,-76.5 + pos: -158.5,30.5 parent: 1 - - uid: 6136 + - uid: 8468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -286.5,-77.5 + rot: 3.141592653589793 rad + pos: -159.5,28.5 parent: 1 - - uid: 6137 + - uid: 8469 components: - type: Transform - pos: -279.5,-90.5 + rot: -1.5707963267948966 rad + pos: -158.5,29.5 parent: 1 - - uid: 6138 + - uid: 8470 components: - type: Transform - pos: -279.5,-91.5 + rot: -1.5707963267948966 rad + pos: -167.5,23.5 parent: 1 - - uid: 6139 + - uid: 8471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-75.5 + rot: 3.141592653589793 rad + pos: -161.5,28.5 parent: 1 - - uid: 6140 + - uid: 8472 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-75.5 + pos: -173.5,31.5 parent: 1 - - uid: 6141 + - uid: 8473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -288.5,-77.5 + pos: -172.5,31.5 parent: 1 - - uid: 6142 + - uid: 8474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -287.5,-77.5 + rot: -1.5707963267948966 rad + pos: -167.5,28.5 parent: 1 - - uid: 6143 + - uid: 8475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -289.5,-77.5 + rot: -1.5707963267948966 rad + pos: -167.5,24.5 parent: 1 - - uid: 6144 + - uid: 8476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,-77.5 + pos: -161.5,-92.5 parent: 1 - - uid: 6145 + - uid: 8477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -282.5,-75.5 + rot: -1.5707963267948966 rad + pos: -167.5,29.5 parent: 1 - - uid: 6146 + - uid: 8478 components: - type: Transform rot: 1.5707963267948966 rad - pos: -283.5,-75.5 + pos: 150.5,-193.5 parent: 1 - - uid: 6147 + - uid: 8479 components: - type: Transform - pos: -247.5,-85.5 + rot: 3.141592653589793 rad + pos: -176.5,24.5 parent: 1 - - uid: 6148 + - uid: 8480 components: - type: Transform - pos: -247.5,-86.5 + rot: 3.141592653589793 rad + pos: -175.5,24.5 parent: 1 - - uid: 6149 + - uid: 8481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -274.5,-82.5 + pos: 157.5,-191.5 parent: 1 - - uid: 6150 + - uid: 8482 components: - type: Transform rot: -1.5707963267948966 rad - pos: -275.5,-82.5 + pos: 157.5,-191.5 parent: 1 - - uid: 6151 + - uid: 8483 components: - type: Transform rot: 1.5707963267948966 rad - pos: -280.5,-75.5 + pos: 150.5,-192.5 parent: 1 - - uid: 6152 + - uid: 8484 components: - type: Transform rot: -1.5707963267948966 rad - pos: -283.5,-76.5 - parent: 1 - - uid: 6153 - components: - - type: Transform - pos: -247.5,-88.5 - parent: 1 - - uid: 6154 - components: - - type: Transform - pos: -288.5,-80.5 + pos: -325.5,76.5 parent: 1 - - uid: 6155 + - uid: 8485 components: - type: Transform - pos: -288.5,-79.5 + rot: 3.141592653589793 rad + pos: -174.5,24.5 parent: 1 - - uid: 6156 +- proto: N14BarricadeSandbagSingle + entities: + - uid: 8486 components: - type: Transform rot: -1.5707963267948966 rad - pos: -258.5,-82.5 + pos: 155.5,-195.5 parent: 1 - - uid: 6157 + - uid: 8487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -269.5,-82.5 + rot: 3.141592653589793 rad + pos: -326.5,77.5 parent: 1 - - uid: 6158 + - uid: 8488 components: - type: Transform rot: -1.5707963267948966 rad - pos: -252.5,-82.5 + pos: 155.5,-194.5 parent: 1 - - uid: 6159 + - uid: 8489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -256.5,-82.5 + rot: 1.5707963267948966 rad + pos: 154.5,-195.5 parent: 1 - - uid: 6160 + - uid: 8490 components: - type: Transform - pos: -247.5,-90.5 + rot: 3.141592653589793 rad + pos: -327.5,77.5 parent: 1 - - uid: 6161 + - uid: 8491 components: - type: Transform - pos: -247.5,-89.5 + rot: -1.5707963267948966 rad + pos: 151.5,-193.5 parent: 1 - - uid: 6162 + - uid: 8492 components: - type: Transform rot: -1.5707963267948966 rad - pos: -255.5,-82.5 + pos: 157.5,-191.5 parent: 1 - - uid: 6163 + - uid: 8493 components: - type: Transform - pos: -288.5,-70.5 + rot: 3.141592653589793 rad + pos: 180.5,167.5 parent: 1 - - uid: 6164 + - uid: 8494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -263.5,-82.5 + rot: 3.141592653589793 rad + pos: 163.5,125.5 parent: 1 - - uid: 6165 + - uid: 8495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -262.5,-82.5 + rot: 3.141592653589793 rad + pos: 167.5,125.5 parent: 1 - - uid: 6166 + - uid: 8496 components: - type: Transform - pos: -288.5,-77.5 + rot: 3.141592653589793 rad + pos: 162.5,125.5 parent: 1 - - uid: 6167 + - uid: 8497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -264.5,-82.5 + rot: 3.141592653589793 rad + pos: 168.5,125.5 parent: 1 - - uid: 6168 + - uid: 8498 components: - type: Transform - pos: -288.5,-71.5 + rot: 1.5707963267948966 rad + pos: -72.5,-100.5 parent: 1 - - uid: 6169 + - uid: 8499 components: - type: Transform - pos: -288.5,-69.5 + rot: 1.5707963267948966 rad + pos: -72.5,-102.5 parent: 1 - - uid: 6170 + - uid: 8500 components: - type: Transform rot: -1.5707963267948966 rad - pos: -249.5,-82.5 + pos: 161.5,132.5 parent: 1 - - uid: 6171 + - uid: 8501 components: - type: Transform - pos: -288.5,-76.5 + rot: -1.5707963267948966 rad + pos: 161.5,133.5 parent: 1 - - uid: 6172 + - uid: 8502 components: - type: Transform rot: -1.5707963267948966 rad - pos: -251.5,-82.5 + pos: 161.5,131.5 parent: 1 - - uid: 6173 + - uid: 8503 components: - type: Transform rot: -1.5707963267948966 rad - pos: -248.5,-82.5 + pos: 169.5,150.5 parent: 1 - - uid: 6174 + - uid: 8504 components: - type: Transform rot: -1.5707963267948966 rad - pos: -253.5,-82.5 + pos: 169.5,152.5 parent: 1 - - uid: 6175 + - uid: 8505 components: - type: Transform - pos: -247.5,-84.5 + rot: -1.5707963267948966 rad + pos: 169.5,148.5 parent: 1 - - uid: 6176 + - uid: 8506 components: - type: Transform - pos: -288.5,-68.5 + rot: 1.5707963267948966 rad + pos: 176.5,172.5 parent: 1 - - uid: 6177 + - uid: 8507 components: - type: Transform rot: -1.5707963267948966 rad - pos: -250.5,-82.5 + pos: -309.5,-39.5 parent: 1 - - uid: 6178 + - uid: 8508 components: - type: Transform rot: -1.5707963267948966 rad - pos: 148.5,-90.5 + pos: 199.5,-48.5 parent: 1 - - uid: 6179 + - uid: 8509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 149.5,-90.5 + pos: -176.5,25.5 parent: 1 - - uid: 6180 + - uid: 8510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 150.5,-90.5 + pos: -174.5,25.5 parent: 1 - - uid: 6181 + - uid: 8511 components: - type: Transform rot: -1.5707963267948966 rad - pos: 146.5,-90.5 + pos: 199.5,-46.5 parent: 1 - - uid: 6182 + - uid: 8512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 145.5,-90.5 + rot: 1.5707963267948966 rad + pos: 198.5,-48.5 parent: 1 - - uid: 6183 + - uid: 8513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 151.5,-90.5 + rot: 1.5707963267948966 rad + pos: 198.5,-46.5 parent: 1 - - uid: 6184 + - uid: 8514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 152.5,-90.5 + pos: 56.5,53.5 parent: 1 - - uid: 6185 + - uid: 8515 components: - type: Transform rot: 3.141592653589793 rad - pos: 152.5,-89.5 + pos: 55.5,43.5 parent: 1 - - uid: 6186 + - uid: 8516 components: - type: Transform rot: 3.141592653589793 rad - pos: 152.5,-89.5 + pos: 56.5,43.5 parent: 1 - - uid: 6187 + - uid: 8517 components: - type: Transform rot: 3.141592653589793 rad - pos: 152.5,-88.5 + pos: 58.5,43.5 parent: 1 - - uid: 6188 + - uid: 8518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 147.5,-89.5 + pos: 59.5,53.5 parent: 1 - - uid: 6189 + - uid: 8519 components: - type: Transform rot: 3.141592653589793 rad - pos: 147.5,-88.5 - parent: 1 - - uid: 6190 - components: - - type: Transform - pos: -25.5,65.5 + pos: 59.5,43.5 parent: 1 - - uid: 6191 + - uid: 8520 components: - type: Transform - pos: -25.5,64.5 + pos: 55.5,53.5 parent: 1 - - uid: 6192 + - uid: 8521 components: - type: Transform - pos: -25.5,66.5 + rot: 3.141592653589793 rad + pos: 55.5,52.5 parent: 1 - - uid: 6193 + - uid: 8522 components: - type: Transform rot: 1.5707963267948966 rad - pos: -201.5,-89.5 + pos: 59.5,44.5 parent: 1 - - uid: 6194 + - uid: 8523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -203.5,-89.5 + rot: 3.141592653589793 rad + pos: 56.5,48.5 parent: 1 - - uid: 6195 + - uid: 8524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 207.5,205.5 + rot: 3.141592653589793 rad + pos: -168.5,29.5 parent: 1 - - uid: 6196 + - uid: 8525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 209.5,205.5 + rot: 3.141592653589793 rad + pos: -168.5,24.5 parent: 1 - - uid: 6197 + - uid: 8526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 211.5,205.5 + pos: -172.5,28.5 parent: 1 - - uid: 6198 + - uid: 8527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 211.5,205.5 + rot: 3.141592653589793 rad + pos: -175.5,26.5 parent: 1 - - uid: 6199 + - uid: 8528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 209.5,205.5 + rot: 1.5707963267948966 rad + pos: -174.5,25.5 parent: 1 - - uid: 6200 + - uid: 8529 components: - type: Transform rot: -1.5707963267948966 rad - pos: 210.5,205.5 + pos: -173.5,25.5 parent: 1 - - uid: 6201 + - uid: 8530 components: - type: Transform rot: -1.5707963267948966 rad - pos: 207.5,205.5 + pos: -173.5,26.5 parent: 1 - - uid: 6202 + - uid: 8531 components: - type: Transform rot: -1.5707963267948966 rad - pos: 207.5,205.5 + pos: -182.5,33.5 parent: 1 - - uid: 6203 + - uid: 8532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 206.5,205.5 + rot: 3.141592653589793 rad + pos: -174.5,26.5 parent: 1 - - uid: 6204 + - uid: 8533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 205.5,205.5 - parent: 1 - - uid: 6205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 204.5,205.5 - parent: 1 - - uid: 6206 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 204.5,205.5 - parent: 1 - - uid: 6207 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 201.5,205.5 + rot: 1.5707963267948966 rad + pos: -174.5,26.5 parent: 1 - - uid: 6208 + - uid: 8534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 201.5,205.5 + rot: 1.5707963267948966 rad + pos: -159.5,30.5 parent: 1 - - uid: 6209 + - uid: 8535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 200.5,205.5 + rot: 3.141592653589793 rad + pos: -160.5,30.5 parent: 1 - - uid: 6210 + - uid: 8536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 200.5,205.5 + pos: -168.5,23.5 parent: 1 - - uid: 6211 + - uid: 8537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,205.5 + rot: 3.141592653589793 rad + pos: -159.5,30.5 parent: 1 - - uid: 6212 + - uid: 8538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,215.5 + pos: -159.5,29.5 parent: 1 - - uid: 6213 + - uid: 8539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,216.5 + rot: 1.5707963267948966 rad + pos: -159.5,29.5 parent: 1 - - uid: 6214 + - uid: 8540 components: - type: Transform - pos: 193.5,218.5 + pos: -161.5,29.5 parent: 1 - - uid: 6215 + - uid: 8541 components: - type: Transform - pos: 193.5,217.5 + pos: -169.5,23.5 parent: 1 - - uid: 6216 + - uid: 8542 components: - type: Transform - pos: 193.5,219.5 + pos: -160.5,29.5 parent: 1 - - uid: 6217 + - uid: 8543 components: - type: Transform - pos: 193.5,216.5 + rot: 3.141592653589793 rad + pos: -169.5,29.5 parent: 1 - - uid: 6218 + - uid: 8544 components: - type: Transform - pos: 193.5,211.5 + pos: -175.5,25.5 parent: 1 - - uid: 6219 + - uid: 8545 components: - type: Transform - pos: 193.5,207.5 + rot: 3.141592653589793 rad + pos: -180.5,33.5 parent: 1 - - uid: 6220 + - uid: 8546 components: - type: Transform - pos: 193.5,205.5 + rot: -1.5707963267948966 rad + pos: -182.5,32.5 parent: 1 - - uid: 6221 + - uid: 8547 components: - type: Transform - pos: 193.5,204.5 + rot: 3.141592653589793 rad + pos: -182.5,33.5 parent: 1 - - uid: 6222 + - uid: 8548 components: - type: Transform - pos: 193.5,209.5 + rot: 3.141592653589793 rad + pos: -181.5,33.5 parent: 1 - - uid: 6223 + - uid: 8549 components: - type: Transform - pos: 193.5,203.5 + rot: 3.141592653589793 rad + pos: 58.5,48.5 parent: 1 - - uid: 6224 + - uid: 8550 components: - type: Transform - pos: 193.5,206.5 + rot: -1.5707963267948966 rad + pos: 56.5,49.5 parent: 1 - - uid: 6225 + - uid: 8551 components: - type: Transform - pos: 193.5,213.5 + rot: 3.141592653589793 rad + pos: 57.5,48.5 parent: 1 - - uid: 6226 + - uid: 8552 components: - type: Transform - pos: 193.5,202.5 + rot: -1.5707963267948966 rad + pos: 59.5,49.5 parent: 1 - - uid: 6227 + - uid: 8553 components: - type: Transform - pos: 193.5,210.5 + pos: 94.5,-115.5 parent: 1 - - uid: 6228 + - uid: 8554 components: - type: Transform - pos: 193.5,214.5 + pos: 97.5,-115.5 parent: 1 - - uid: 6229 + - uid: 8555 components: - type: Transform - pos: 193.5,212.5 + pos: 98.5,-115.5 parent: 1 - - uid: 6230 + - uid: 8556 components: - type: Transform - pos: 193.5,208.5 + rot: -1.5707963267948966 rad + pos: 94.5,-115.5 parent: 1 - - uid: 6231 + - uid: 8557 components: - type: Transform - pos: 193.5,215.5 + pos: 95.5,-106.5 parent: 1 - - uid: 6232 + - uid: 8558 components: - type: Transform rot: -1.5707963267948966 rad - pos: 194.5,202.5 + pos: 94.5,-114.5 parent: 1 - - uid: 6233 + - uid: 8559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,202.5 + pos: 96.5,-106.5 parent: 1 - - uid: 6234 + - uid: 8560 components: - type: Transform rot: -1.5707963267948966 rad - pos: 196.5,202.5 + pos: -167.5,23.5 parent: 1 - - uid: 6235 + - uid: 8561 components: - type: Transform rot: -1.5707963267948966 rad - pos: 197.5,202.5 + pos: -167.5,28.5 parent: 1 - - uid: 6236 + - uid: 8562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,202.5 + rot: 1.5707963267948966 rad + pos: 152.5,-191.5 parent: 1 - - uid: 6237 + - uid: 8563 components: - type: Transform rot: -1.5707963267948966 rad - pos: 199.5,202.5 + pos: -167.5,29.5 parent: 1 - - uid: 6238 + - uid: 8564 components: - type: Transform rot: -1.5707963267948966 rad - pos: 200.5,202.5 + pos: -167.5,24.5 parent: 1 - - uid: 6239 + - uid: 8565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 201.5,202.5 + rot: 1.5707963267948966 rad + pos: 154.5,-194.5 parent: 1 - - uid: 6240 + - uid: 8566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.5,202.5 + rot: 3.141592653589793 rad + pos: 153.5,-191.5 parent: 1 - - uid: 6241 + - uid: 8567 components: - type: Transform rot: -1.5707963267948966 rad - pos: 203.5,202.5 + pos: 155.5,-193.5 parent: 1 - - uid: 6242 + - uid: 8568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,202.5 + rot: 1.5707963267948966 rad + pos: 154.5,-193.5 parent: 1 - - uid: 6243 + - uid: 8569 components: - type: Transform rot: 3.141592653589793 rad - pos: 203.5,203.5 + pos: 156.5,-191.5 parent: 1 - - uid: 6244 + - uid: 8570 components: - type: Transform - rot: 3.141592653589793 rad - pos: 203.5,204.5 + rot: 1.5707963267948966 rad + pos: -326.5,77.5 parent: 1 - - uid: 6245 + - uid: 8571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -265.5,-82.5 + rot: 3.141592653589793 rad + pos: -328.5,77.5 parent: 1 - - uid: 6246 + - uid: 8572 components: - type: Transform rot: -1.5707963267948966 rad - pos: -266.5,-82.5 + pos: -178.5,40.5 parent: 1 - - uid: 6247 + - uid: 8573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -260.5,-82.5 + rot: 3.141592653589793 rad + pos: -178.5,-100.5 parent: 1 - - uid: 6248 + - uid: 8574 components: - type: Transform rot: -1.5707963267948966 rad - pos: -259.5,-82.5 + pos: -177.5,-100.5 parent: 1 - - uid: 6249 +- proto: N14BarricadeTanktrap + entities: + - uid: 8575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -261.5,-82.5 + pos: 55.5,56.5 parent: 1 - - uid: 24766 + - uid: 8576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -133.5,57.5 + pos: 55.5,41.5 parent: 1 - - uid: 44365 + - uid: 8577 components: - type: Transform - pos: -242.5,-102.5 + pos: 59.5,40.5 parent: 1 - - uid: 44368 + - uid: 8578 components: - type: Transform - pos: -242.5,-95.5 + pos: 59.5,57.5 parent: 1 -- proto: GasPipeTJunction +- proto: N14BarricadeTanktrapRusty entities: - - uid: 6250 + - uid: 8579 components: - type: Transform rot: -1.5707963267948966 rad - pos: -247.5,-82.5 + pos: 158.5,-192.5 parent: 1 - - uid: 6251 + - uid: 8580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -284.5,-76.5 + rot: -1.5707963267948966 rad + pos: 151.5,-192.5 parent: 1 - - uid: 6252 + - uid: 8581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-82.5 + pos: 166.5,121.5 parent: 1 - - uid: 6253 + - uid: 8582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 152.5,-90.5 + pos: -177.5,-90.5 parent: 1 - - uid: 6254 + - uid: 8583 components: - type: Transform - pos: -288.5,-67.5 + pos: -181.5,-90.5 parent: 1 -- proto: GasPort +- proto: N14BarricadeWindow entities: - - uid: 6255 + - uid: 8584 components: - type: Transform rot: -1.5707963267948966 rad - pos: 188.5,209.5 + pos: -104.5,-148.5 parent: 1 - - uid: 6256 + - uid: 8585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,216.5 + rot: -1.5707963267948966 rad + pos: -102.5,-148.5 parent: 1 - - uid: 6257 + - uid: 8586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,215.5 + rot: -1.5707963267948966 rad + pos: -103.5,-148.5 parent: 1 -- proto: GasPressurePump - entities: - - uid: 6258 + - uid: 8587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,215.5 + pos: 80.5,-35.5 parent: 1 - - uid: 6259 + - uid: 8588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,216.5 + pos: 80.5,-33.5 parent: 1 -- proto: GasVentPump - entities: - - uid: 6260 + - uid: 8589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -288.5,-81.5 + pos: 170.5,24.5 parent: 1 - - uid: 44285 + - uid: 8590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-103.5 + pos: 192.5,14.5 parent: 1 -- proto: GasVentScrubber - entities: - - uid: 6261 + - uid: 8591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -204.5,-89.5 + pos: 188.5,46.5 parent: 1 - - uid: 6262 + - uid: 8592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,216.5 + pos: 162.5,57.5 parent: 1 - - uid: 6263 + - uid: 8593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,206.5 + pos: 195.5,23.5 parent: 1 - - uid: 6264 + - uid: 8594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,212.5 + pos: 161.5,56.5 parent: 1 - - uid: 6265 + - uid: 8595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,218.5 + pos: 175.5,46.5 parent: 1 -- proto: N14Bandage - entities: - - uid: 4682 + - uid: 8596 components: - type: Transform - pos: 139.40172,10.534629 + pos: 186.5,46.5 parent: 1 - - uid: 12469 + - uid: 8597 components: - type: Transform - pos: 139.74547,10.597129 + pos: 45.5,0.5 parent: 1 - - uid: 46957 + - uid: 8598 components: - type: Transform - pos: 88.70747,16.540499 + pos: 44.5,0.5 parent: 1 - - uid: 49848 + - uid: 8599 components: - type: Transform - pos: 139.65172,10.800254 + rot: 3.141592653589793 rad + pos: 39.5,-12.5 parent: 1 - - uid: 50101 + - uid: 8600 components: - type: Transform - pos: -158.08723,-103.47636 + pos: 172.5,58.5 parent: 1 - - uid: 50102 + - uid: 8601 components: - type: Transform - pos: -158.0689,-103.164474 + rot: 3.141592653589793 rad + pos: 191.5,53.5 parent: 1 - - uid: 50329 + - uid: 8602 components: - type: Transform - pos: -377.40958,104.407455 + pos: 183.5,176.5 parent: 1 - - uid: 55246 + - uid: 8603 components: - type: Transform - pos: -377.40958,104.17308 + pos: 182.5,176.5 parent: 1 - - uid: 55368 + - uid: 8604 components: - type: Transform - pos: -158.23401,-103.09109 + pos: 177.5,169.5 parent: 1 - - uid: 55843 + - uid: 8605 components: - type: Transform - pos: -158.39911,-103.2562 + rot: 3.141592653589793 rad + pos: -276.5,-88.5 parent: 1 -- proto: N14Bandage - entities: - - uid: 6270 + - uid: 8606 components: - type: Transform - pos: 177.53053,162.50484 + rot: -1.5707963267948966 rad + pos: -311.5,-39.5 parent: 1 - - uid: 6271 + - uid: 8607 components: - type: Transform - pos: 177.38991,162.69234 + pos: -182.5,-25.5 parent: 1 - - uid: 10174 +- proto: N14BaseAxe + entities: + - uid: 8608 components: - type: Transform - pos: 56.497086,161.61098 + pos: 177.56555,161.2316 parent: 1 - - uid: 47652 + - uid: 8609 components: - type: Transform - pos: 56.497086,161.61098 + pos: -196.4209,-120.27555 parent: 1 - - uid: 47721 +- proto: N14BaseBallBat + entities: + - uid: 8610 components: - type: Transform - pos: 56.497086,161.61098 + pos: -157.80696,-64.7826 parent: 1 - - uid: 47733 + - uid: 8611 components: - type: Transform - pos: 58.590836,157.53285 + pos: -157.46321,-64.81385 parent: 1 - - uid: 47741 + - uid: 8612 components: - type: Transform - pos: 58.590836,157.51723 + pos: -166.59921,-63.84485 parent: 1 - - uid: 47749 + - uid: 8613 components: - type: Transform - pos: 56.51271,158.4391 + rot: -1.5707963267948966 rad + pos: -170.16394,-53.117184 parent: 1 - - uid: 47755 + - uid: 8614 components: - type: Transform - pos: 56.497086,161.61098 + pos: 99.70269,-119.67714 parent: 1 - - uid: 47757 +- proto: N14Bed + entities: + - uid: 8615 components: - type: Transform - pos: 56.528336,158.42348 + rot: -1.5707963267948966 rad + pos: 96.5,110.5 parent: 1 - - uid: 47758 + - uid: 8616 components: - type: Transform - pos: 58.590836,157.51723 + pos: 90.5,105.5 parent: 1 - - uid: 47760 + - uid: 8617 components: - type: Transform - pos: 56.51271,158.4391 + pos: 129.5,-5.5 parent: 1 - - uid: 47761 + - uid: 8618 components: - type: Transform - pos: 58.590836,157.53285 + pos: 129.5,-1.5 parent: 1 - - uid: 47762 + - uid: 8619 components: - type: Transform - pos: 58.590836,157.53285 + pos: 129.5,2.5 parent: 1 - - uid: 47763 + - uid: 8620 components: - type: Transform - pos: 58.590836,157.53285 + pos: -70.5,28.5 parent: 1 - - uid: 47764 + - uid: 8621 components: - type: Transform - pos: 58.497086,154.4391 + pos: -67.5,21.5 parent: 1 - - uid: 47765 + - uid: 8622 components: - type: Transform - pos: 58.497086,154.4391 + pos: 45.5,-17.5 parent: 1 - - uid: 47766 + - uid: 8623 components: - type: Transform - pos: 58.497086,154.42348 + pos: -41.5,-125.5 parent: 1 - - uid: 47767 + - uid: 8624 components: - type: Transform - pos: 58.497086,154.42348 + pos: -44.5,-116.5 parent: 1 - - uid: 47768 + - uid: 8625 components: - type: Transform - pos: 58.497086,154.42348 + rot: 3.141592653589793 rad + pos: 181.5,164.5 parent: 1 -- proto: N14Bandage - entities: - - uid: 10173 + - uid: 8626 components: - type: Transform - pos: 56.51271,155.5016 + rot: 3.141592653589793 rad + pos: 179.5,164.5 parent: 1 - - uid: 10175 + - uid: 8627 components: - type: Transform - pos: 58.528336,160.61098 + rot: 3.141592653589793 rad + pos: 181.5,157.5 parent: 1 - - uid: 22600 + - uid: 8628 components: - type: Transform - parent: 22598 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22601 + pos: -53.5,-18.5 + parent: 1 + - uid: 8629 components: - type: Transform - parent: 22598 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: GeneratorBasic - entities: - - uid: 6273 + pos: -53.5,-22.5 + parent: 1 + - uid: 8630 components: - type: Transform - pos: -68.5,-33.5 + pos: -53.5,-24.5 parent: 1 -- proto: GeneratorRTGDamaged - entities: - - uid: 6274 + - uid: 8631 components: - type: Transform - pos: 189.5,213.5 + rot: 3.141592653589793 rad + pos: -76.5,-18.5 parent: 1 - - uid: 6275 + - uid: 8632 components: - type: Transform - pos: 191.5,213.5 + rot: 3.141592653589793 rad + pos: -56.5,-24.5 parent: 1 -- proto: Girder - entities: - - uid: 6276 + - uid: 8633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -222.5,-94.5 + rot: 3.141592653589793 rad + pos: -56.5,-28.5 parent: 1 - - uid: 6277 + - uid: 8634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -223.5,-94.5 + pos: -53.5,-28.5 parent: 1 -- proto: GlassBoxLaserOpen - entities: - - uid: 6279 + - uid: 8635 components: - type: Transform - pos: 79.5,105.5 + pos: -20.5,-15.5 parent: 1 -- proto: GlowstickYellow - entities: - - uid: 6280 + - uid: 8636 components: - type: Transform - pos: 201.53668,217.3097 + rot: -1.5707963267948966 rad + pos: -12.5,-22.5 parent: 1 -- proto: GoldOre1 - entities: - - uid: 61160 + - uid: 8637 components: - type: Transform - pos: 12.472937,162.62202 + rot: 3.141592653589793 rad + pos: -15.5,-24.5 parent: 1 -- proto: GrenadeIncendiary - entities: - - uid: 6281 + - uid: 8638 components: - type: Transform - pos: -76.5,-123.5 + pos: -4.5,-15.5 parent: 1 -- proto: Grille - entities: - - uid: 6282 + - uid: 8639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -108.5,-173.5 + pos: -4.5,-18.5 parent: 1 - - uid: 6283 + - uid: 8640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,-173.5 + rot: 3.141592653589793 rad + pos: -164.5,-101.5 parent: 1 - - uid: 6284 + - uid: 8641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -109.5,-173.5 + pos: 135.5,14.5 parent: 1 - - uid: 6286 + - uid: 8642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-172.5 + pos: -161.5,-103.5 parent: 1 - - uid: 6287 + - uid: 8643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-171.5 + pos: -161.5,-101.5 parent: 1 - - uid: 6288 + - uid: 8644 components: - type: Transform rot: 1.5707963267948966 rad - pos: -113.5,-170.5 + pos: -192.5,50.5 parent: 1 - - uid: 6289 + - uid: 8645 components: - type: Transform rot: 1.5707963267948966 rad - pos: -112.5,-173.5 + pos: -192.5,46.5 parent: 1 - - uid: 6290 + - uid: 8646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,-173.5 + rot: 3.141592653589793 rad + pos: -191.5,-137.5 parent: 1 - - uid: 6291 + - uid: 8647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,-173.5 + rot: 3.141592653589793 rad + pos: -189.5,-137.5 parent: 1 - - uid: 6292 + - uid: 8648 components: - type: Transform rot: 1.5707963267948966 rad - pos: -107.5,-173.5 + pos: 55.5,146.5 parent: 1 - - uid: 6295 + - uid: 8649 components: - type: Transform rot: 3.141592653589793 rad - pos: -98.5,-131.5 + pos: 50.5,141.5 parent: 1 - - uid: 6296 + - uid: 8650 components: - type: Transform rot: -1.5707963267948966 rad - pos: 119.5,15.5 + pos: 53.5,141.5 parent: 1 - - uid: 6297 + - uid: 8651 components: - type: Transform rot: -1.5707963267948966 rad - pos: 119.5,13.5 - parent: 1 - - uid: 6298 - components: - - type: Transform - pos: 162.5,-74.5 + pos: 58.5,146.5 parent: 1 - - uid: 6299 + - uid: 8652 components: - type: Transform - pos: 165.5,-70.5 + rot: 1.5707963267948966 rad + pos: 55.5,144.5 parent: 1 - - uid: 6300 + - uid: 8653 components: - type: Transform - pos: 164.5,-74.5 + pos: 53.5,143.5 parent: 1 - - uid: 6301 + - uid: 8654 components: - type: Transform - pos: 163.5,-74.5 + rot: 3.141592653589793 rad + pos: 50.5,143.5 parent: 1 - - uid: 6302 + - uid: 8655 components: - type: Transform - pos: 165.5,-71.5 + pos: 53.5,168.5 parent: 1 - - uid: 6303 + - uid: 8656 components: - type: Transform - pos: 169.5,-72.5 + rot: 3.141592653589793 rad + pos: 48.5,166.5 parent: 1 - - uid: 6304 + - uid: 8657 components: - type: Transform - pos: 177.5,-72.5 + rot: 3.141592653589793 rad + pos: 51.5,168.5 parent: 1 - - uid: 6305 + - uid: 8658 components: - type: Transform - pos: 175.5,-75.5 + rot: 3.141592653589793 rad + pos: 48.5,168.5 parent: 1 - - uid: 6306 + - uid: 8659 components: - type: Transform - pos: 176.5,-72.5 + pos: 50.5,166.5 parent: 1 - - uid: 6307 + - uid: 8660 components: - type: Transform - pos: 167.5,-72.5 + rot: -1.5707963267948966 rad + pos: 58.5,144.5 parent: 1 - - uid: 6308 + - uid: 8661 components: - type: Transform - pos: 168.5,-72.5 + rot: -1.5707963267948966 rad + pos: -185.5,51.5 parent: 1 - - uid: 6309 + - uid: 8662 components: - type: Transform - pos: 175.5,-74.5 + pos: 102.5,8.5 parent: 1 - - uid: 6310 + - uid: 8663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,59.5 + rot: 3.141592653589793 rad + pos: -187.5,-137.5 parent: 1 - - uid: 6311 + - uid: 8664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,60.5 + rot: 3.141592653589793 rad + pos: -164.5,-103.5 parent: 1 - - uid: 6312 + - uid: 8665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,58.5 + pos: 135.5,16.5 parent: 1 - - uid: 6313 + - uid: 8666 components: - type: Transform rot: 3.141592653589793 rad - pos: -287.5,-84.5 + pos: 132.5,14.5 parent: 1 - - uid: 6314 + - uid: 8667 components: - type: Transform rot: 3.141592653589793 rad - pos: -287.5,-85.5 + pos: 132.5,16.5 parent: 1 - - uid: 6315 + - uid: 8668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,208.5 + pos: -185.5,45.5 parent: 1 - - uid: 6316 + - uid: 8669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,208.5 + pos: -179.5,45.5 parent: 1 - - uid: 6317 + - uid: 8670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,208.5 + pos: -182.5,45.5 parent: 1 - - uid: 6318 + - uid: 8671 components: - type: Transform - pos: 188.5,211.5 + pos: -185.5,48.5 parent: 1 - - uid: 6319 + - uid: 8672 components: - type: Transform - pos: 190.5,211.5 + rot: 1.5707963267948966 rad + pos: -159.5,72.5 parent: 1 - - uid: 6320 + - uid: 8673 components: - type: Transform - pos: 191.5,211.5 + pos: 104.5,-103.5 parent: 1 - - uid: 48116 + - uid: 8674 components: - type: Transform - pos: 179.5,-175.5 + rot: 3.141592653589793 rad + pos: -154.5,53.5 parent: 1 - - uid: 61692 + - uid: 8675 components: - type: Transform - pos: -185.5,34.5 + pos: -149.5,54.5 parent: 1 - - uid: 61701 + - uid: 8676 components: - type: Transform - pos: -184.5,34.5 + pos: -149.5,52.5 parent: 1 - - uid: 61724 +- proto: N14BedDirty + entities: + - uid: 8677 components: - type: Transform - pos: -190.5,34.5 + pos: -197.5,-104.5 parent: 1 - - uid: 61725 + - uid: 8678 components: - type: Transform - pos: -189.5,34.5 + pos: -197.5,-110.5 parent: 1 - - uid: 63028 + - uid: 8679 components: - type: Transform - pos: 179.5,-167.5 + pos: -197.5,-107.5 parent: 1 - - uid: 63253 + - uid: 8680 components: - type: Transform - pos: 179.5,-176.5 + rot: 3.141592653589793 rad + pos: -185.5,-166.5 parent: 1 - - uid: 63293 + - uid: 8681 components: - type: Transform - pos: 179.5,-165.5 + rot: -1.5707963267948966 rad + pos: -185.5,-165.5 parent: 1 - - uid: 63339 + - uid: 8682 components: - type: Transform - pos: 179.5,-166.5 + rot: 1.5707963267948966 rad + pos: -185.5,-167.5 parent: 1 - - uid: 63345 + - uid: 8683 components: - type: Transform - pos: 179.5,-177.5 + rot: 3.141592653589793 rad + pos: -190.5,-166.5 parent: 1 -- proto: GrilleBroken - entities: - - uid: 6321 + - uid: 8684 components: - type: Transform - pos: -85.5,-101.5 + pos: -22.5,11.5 parent: 1 - - uid: 6322 + - uid: 8685 components: - type: Transform - pos: -84.5,-101.5 + pos: -64.5,21.5 parent: 1 - - uid: 6323 + - uid: 8686 components: - type: Transform - pos: 188.5,43.5 + pos: 20.5,-19.5 parent: 1 - - uid: 6324 + - uid: 8687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,39.5 + pos: 20.5,-15.5 parent: 1 - - uid: 6325 + - uid: 8688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,41.5 + rot: 3.141592653589793 rad + pos: -190.5,-167.5 parent: 1 - - uid: 6326 + - uid: 8689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,41.5 + rot: 3.141592653589793 rad + pos: -190.5,-165.5 parent: 1 - - uid: 6327 + - uid: 8690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,39.5 + rot: -1.5707963267948966 rad + pos: 159.5,103.5 parent: 1 - - uid: 6328 + - uid: 8691 components: - type: Transform - pos: 187.5,43.5 + rot: 3.141592653589793 rad + pos: 47.5,161.5 parent: 1 - - uid: 6329 + - uid: 8692 components: - type: Transform - pos: 187.5,43.5 + rot: -1.5707963267948966 rad + pos: 177.5,29.5 parent: 1 - - uid: 6330 + - uid: 8693 components: - type: Transform - pos: 186.5,43.5 + rot: -1.5707963267948966 rad + pos: 177.5,31.5 parent: 1 - - uid: 6331 + - uid: 8694 components: - type: Transform - pos: 185.5,43.5 + rot: -1.5707963267948966 rad + pos: 171.5,31.5 parent: 1 - - uid: 6332 + - uid: 8695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,43.5 + pos: -20.5,-18.5 parent: 1 - - uid: 6333 + - uid: 8696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 185.5,43.5 + rot: 1.5707963267948966 rad + pos: -12.5,-24.5 parent: 1 - - uid: 6334 + - uid: 8697 components: - type: Transform rot: 3.141592653589793 rad - pos: 187.5,43.5 + pos: 85.5,-101.5 parent: 1 - - uid: 6335 + - uid: 8698 components: - type: Transform - rot: 3.141592653589793 rad - pos: 188.5,43.5 + pos: 80.5,-129.5 parent: 1 - - uid: 6336 + - uid: 8699 components: - type: Transform - pos: 182.5,97.5 + pos: 87.5,-132.5 parent: 1 - - uid: 6337 + - uid: 8700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,96.5 + pos: 99.5,-112.5 parent: 1 - - uid: 6338 + - uid: 8701 components: - type: Transform - pos: 183.5,85.5 + pos: 97.5,-112.5 parent: 1 - - uid: 6339 +- proto: N14BedMattress0 + entities: + - uid: 8702 components: - type: Transform rot: 3.141592653589793 rad - pos: 183.5,85.5 + pos: 36.5,-76.5 parent: 1 - - uid: 6340 + - uid: 8703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,86.5 + rot: 3.141592653589793 rad + pos: -190.5,36.5 parent: 1 - - uid: 6341 +- proto: N14BedMattressDirty1 + entities: + - uid: 8704 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,97.5 + pos: 170.5,-67.5 parent: 1 - - uid: 6342 + - uid: 8705 components: - type: Transform - pos: 183.5,97.5 + pos: -70.5,21.5 parent: 1 - - uid: 6343 + - uid: 8706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 183.5,97.5 + rot: 1.5707963267948966 rad + pos: -42.5,-50.5 parent: 1 - - uid: 6344 + - uid: 8707 components: - type: Transform rot: 3.141592653589793 rad - pos: 186.5,97.5 + pos: -186.5,-18.5 parent: 1 - - uid: 6345 + - uid: 8708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,96.5 + pos: 202.5,-33.5 parent: 1 - - uid: 6346 +- proto: N14BedMattressDirty2 + entities: + - uid: 8709 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,86.5 + pos: -292.5,-82.5 parent: 1 - - uid: 6347 + - uid: 8710 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,87.5 + pos: 107.5,-7.5 parent: 1 - - uid: 6348 + - uid: 8711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,88.5 + pos: 166.5,-67.5 parent: 1 - - uid: 6349 + - uid: 8712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,87.5 + pos: 170.5,-70.5 parent: 1 - - uid: 6350 + - uid: 8713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,88.5 + pos: 166.5,-68.5 parent: 1 - - uid: 6351 + - uid: 8714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,92.5 + pos: -67.5,28.5 parent: 1 - - uid: 6352 + - uid: 8715 components: - type: Transform rot: -1.5707963267948966 rad - pos: 193.5,92.5 + pos: 161.5,-94.5 parent: 1 - - uid: 6353 + - uid: 8716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 190.5,97.5 + pos: 159.5,-94.5 parent: 1 - - uid: 6354 + - uid: 8717 components: - type: Transform - pos: 190.5,97.5 + rot: -1.5707963267948966 rad + pos: 171.5,29.5 parent: 1 - - uid: 6355 + - uid: 8718 components: - type: Transform - pos: 186.5,97.5 + pos: 193.5,20.5 parent: 1 - - uid: 6356 + - uid: 8719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,91.5 + pos: 191.5,18.5 parent: 1 - - uid: 6357 + - uid: 8720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,90.5 + pos: 191.5,17.5 parent: 1 - - uid: 6358 + - uid: 8721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,90.5 + pos: 193.5,16.5 parent: 1 - - uid: 6359 + - uid: 8722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,91.5 + pos: -53.5,-26.5 parent: 1 - - uid: 63020 + - uid: 8723 components: - type: Transform - pos: 179.5,-157.5 + rot: 1.5707963267948966 rad + pos: -45.5,-50.5 parent: 1 - - uid: 63354 + - uid: 8724 components: - type: Transform rot: 3.141592653589793 rad - pos: 179.5,-155.5 + pos: -185.5,-21.5 parent: 1 -- proto: Gunpowder - entities: - - uid: 56098 + - uid: 8725 components: - type: Transform - pos: 193.37135,-110.30859 + rot: -1.5707963267948966 rad + pos: -184.5,36.5 parent: 1 -- proto: Gunpowder10 - entities: - - uid: 6531 + - uid: 8726 components: - type: Transform - pos: 151.9014,150.73277 + rot: 1.5707963267948966 rad + pos: 86.5,4.5 parent: 1 -- proto: Handcuffs +- proto: N14BedMattressDirty3 entities: - - uid: 6360 + - uid: 8727 components: - type: Transform - pos: 103.5953,-4.31042 + pos: 202.5,-31.5 parent: 1 - - uid: 24812 + - uid: 8728 components: - type: Transform - pos: -188.42351,29.811615 + pos: 180.5,-69.5 parent: 1 - - uid: 56006 + - uid: 8729 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56017 + pos: 170.5,-71.5 + parent: 1 + - uid: 8730 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56022 + pos: 166.5,-66.5 + parent: 1 + - uid: 8731 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56028 + pos: 185.5,-67.5 + parent: 1 + - uid: 8732 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56031 + pos: 185.5,-66.5 + parent: 1 + - uid: 8733 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56037 + pos: 59.5,154.5 + parent: 1 + - uid: 8734 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14HandheldHealthAnalyzer - entities: - - uid: 55853 + rot: 3.141592653589793 rad + pos: 189.5,193.5 + parent: 1 + - uid: 8735 components: - type: Transform - pos: -159.24524,-107.655396 + rot: 3.141592653589793 rad + pos: 179.5,160.5 parent: 1 - - uid: 55855 + - uid: 8736 components: - type: Transform - pos: -159.59381,-107.50863 + rot: 3.141592653589793 rad + pos: 181.5,160.5 parent: 1 -- proto: HappyHonkMime - entities: - - uid: 6362 + - uid: 8737 components: - type: Transform - pos: -151.46696,-23.95088 + pos: 191.5,15.5 parent: 1 - - uid: 6363 + - uid: 8738 components: - type: Transform - pos: -151.46538,-24.244413 + pos: 193.5,17.5 parent: 1 -- proto: HarmonicaInstrument - entities: - - uid: 55819 + - uid: 8739 components: - type: Transform - pos: -188.48674,-117.33459 + rot: 1.5707963267948966 rad + pos: -40.5,-50.5 parent: 1 -- proto: Haycutters - entities: - - uid: 6367 + - uid: 8740 components: - type: Transform - pos: 84.84329,129.06985 + rot: -1.5707963267948966 rad + pos: 58.5,48.5 parent: 1 -- proto: HeadSkeleton +- proto: N14BedMattressDirty4 entities: - - uid: 6039 + - uid: 8741 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6368 + pos: 59.5,160.5 + parent: 1 + - uid: 8742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.418385,-114.460594 + rot: -1.5707963267948966 rad + pos: 107.5,-10.5 parent: 1 - - uid: 10093 + - uid: 8743 components: - type: Transform - pos: 181.34,129.80127 + pos: 180.5,-66.5 parent: 1 - - uid: 11137 + - uid: 8744 components: - type: Transform - pos: 123.45331,181.40076 + pos: 180.5,-67.5 parent: 1 - - uid: 22752 + - uid: 8745 components: - type: Transform - pos: 3.5987527,157.38365 + pos: 180.5,-68.5 parent: 1 - - uid: 47984 + - uid: 8746 components: - type: Transform - pos: 187.76187,139.22768 + rot: -1.5707963267948966 rad + pos: 28.5,-56.5 parent: 1 - - uid: 49992 + - uid: 8747 components: - type: Transform - pos: 57.278667,48.2784 + pos: -50.5,-109.5 parent: 1 -- proto: HelicopterInstrument - entities: - - uid: 6369 + - uid: 8748 components: - type: Transform - pos: -46.771896,-126.60643 + pos: 59.5,157.5 parent: 1 -- proto: HighSecCaptainLocked - entities: - - uid: 49861 + - uid: 8749 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,62.5 + pos: 179.5,162.5 parent: 1 -- proto: HospitalCurtainsOpen - entities: - - uid: 6372 + - uid: 8750 components: - type: Transform rot: 1.5707963267948966 rad - pos: 211.5,-25.5 + pos: -169.5,-73.5 parent: 1 - - uid: 47372 + - uid: 8751 components: - type: Transform - pos: -368.5,104.5 + rot: 1.5707963267948966 rad + pos: -48.5,-50.5 parent: 1 - - uid: 47374 + - uid: 8752 components: - type: Transform - pos: -367.5,104.5 + rot: 3.141592653589793 rad + pos: -183.5,-19.5 parent: 1 - - type: Door - secondsUntilStateChange: -282766.8 - state: Closing -- proto: hydroponicsSoil - entities: - - uid: 6373 + - uid: 8753 components: - type: Transform - pos: 176.5,190.5 + rot: -1.5707963267948966 rad + pos: -169.5,-28.5 parent: 1 - - uid: 6374 + - uid: 8754 components: - type: Transform - pos: 176.5,187.5 + rot: 3.141592653589793 rad + pos: -224.5,-93.5 parent: 1 - - uid: 6375 + - uid: 8755 components: - type: Transform - pos: 176.5,188.5 + pos: 55.5,158.5 parent: 1 - - uid: 6376 + - uid: 8756 components: - type: Transform - pos: 176.5,185.5 + pos: 55.5,155.5 parent: 1 - - uid: 6377 + - uid: 8757 components: - type: Transform - pos: 176.5,186.5 + pos: 55.5,161.5 parent: 1 - - uid: 6378 + - uid: 8758 components: - type: Transform - pos: 179.5,190.5 + pos: -5.5,-35.5 parent: 1 - - uid: 6379 +- proto: N14BedMattressDirty5 + entities: + - uid: 8759 components: - type: Transform - pos: -194.5,-115.5 + pos: 170.5,-69.5 parent: 1 - - uid: 6380 + - uid: 8760 components: - type: Transform - pos: -196.5,-115.5 + pos: 170.5,-68.5 parent: 1 - - uid: 6381 + - uid: 8761 components: - type: Transform - pos: 179.5,185.5 + pos: 170.5,-66.5 parent: 1 - - uid: 6382 + - uid: 8762 components: - type: Transform - pos: -196.5,-113.5 + rot: -1.5707963267948966 rad + pos: 33.5,-56.5 parent: 1 - - uid: 6383 + - uid: 8763 components: - type: Transform - pos: 179.5,188.5 + rot: 3.141592653589793 rad + pos: 181.5,162.5 parent: 1 - - uid: 6384 + - uid: 8764 components: - type: Transform - pos: -192.5,-115.5 + rot: -1.5707963267948966 rad + pos: 56.5,50.5 parent: 1 - - uid: 6385 +- proto: N14Bedroll + entities: + - uid: 8765 components: - type: Transform - pos: -193.5,-115.5 + pos: 147.5,155.5 parent: 1 - - uid: 6386 + - uid: 8766 components: - type: Transform - pos: -193.5,-113.5 + pos: 149.5,155.5 parent: 1 - - uid: 6387 + - uid: 8767 components: - type: Transform - pos: -194.5,-113.5 + pos: 153.5,155.5 parent: 1 - - uid: 6388 + - uid: 8768 components: - type: Transform - pos: -192.5,-113.5 + pos: -48.5,-132.5 parent: 1 - - uid: 6389 + - uid: 8769 components: - type: Transform - pos: -195.5,-115.5 + pos: -70.5,-133.5 parent: 1 - - uid: 6390 + - uid: 8770 components: - type: Transform - pos: -195.5,-113.5 + pos: 172.5,53.5 parent: 1 - - uid: 6391 + - uid: 8771 components: - type: Transform - pos: 179.5,186.5 + pos: 172.5,54.5 parent: 1 - - uid: 6392 + - uid: 8772 components: - type: Transform - pos: 179.5,187.5 + pos: 151.5,155.5 parent: 1 - - uid: 6393 + - uid: 8773 components: - type: Transform - pos: 176.5,189.5 + pos: 149.5,183.5 parent: 1 - - uid: 6394 + - uid: 8774 components: - type: Transform - pos: 179.5,189.5 + pos: -182.5,-127.5 parent: 1 - - uid: 6395 + - uid: 8775 components: - type: Transform - pos: 182.5,189.5 + pos: -182.5,-131.5 parent: 1 - - uid: 6396 + - uid: 8776 components: - type: Transform - pos: 182.5,190.5 + pos: -78.5,-166.5 parent: 1 - - uid: 6397 + - uid: 8777 components: - type: Transform - pos: 182.5,188.5 + pos: -80.5,-167.5 parent: 1 - - uid: 6398 + - uid: 8778 components: - type: Transform - pos: 182.5,187.5 + pos: 156.5,183.5 parent: 1 - - uid: 6399 + - uid: 8779 components: - type: Transform - pos: 182.5,186.5 + pos: 142.5,183.5 parent: 1 - - uid: 6400 + - uid: 8780 components: - type: Transform - pos: 182.5,185.5 + pos: 181.5,138.5 parent: 1 - - uid: 47520 + - uid: 8781 components: - type: Transform - pos: -358.5,108.5 + pos: 207.5,169.5 parent: 1 - - uid: 47558 + - uid: 8782 components: - type: Transform - pos: -358.5,109.5 + pos: -334.5,74.5 parent: 1 - - uid: 47559 + - uid: 8783 components: - type: Transform - pos: -358.5,111.5 + pos: -336.5,74.5 parent: 1 - - uid: 47560 +- proto: N14BedWood + entities: + - uid: 8784 components: - type: Transform - pos: -358.5,107.5 + pos: -334.5,80.5 parent: 1 - - uid: 47561 + - uid: 8785 components: - type: Transform - pos: -358.5,110.5 + pos: 122.5,35.5 parent: 1 - - uid: 47562 + - uid: 8786 components: - type: Transform - pos: -360.5,107.5 + rot: 3.141592653589793 rad + pos: -79.5,5.5 parent: 1 - - uid: 47563 + - uid: 8787 components: - type: Transform - pos: -360.5,108.5 + rot: 3.141592653589793 rad + pos: -79.5,4.5 parent: 1 - - uid: 47564 + - uid: 8788 components: - type: Transform - pos: -360.5,109.5 + pos: 45.5,-21.5 parent: 1 - - uid: 47565 + - uid: 8789 components: - type: Transform - pos: -360.5,110.5 + rot: 3.141592653589793 rad + pos: -55.5,-111.5 parent: 1 - - uid: 47566 + - uid: 8790 components: - type: Transform - pos: -360.5,111.5 + rot: 3.141592653589793 rad + pos: 158.5,189.5 parent: 1 - - uid: 65507 + - uid: 8791 components: - type: Transform - pos: 97.5,-121.5 + pos: 31.5,76.5 parent: 1 - - uid: 65508 + - uid: 8792 components: - type: Transform - pos: 95.5,-121.5 + pos: 31.5,78.5 parent: 1 - - uid: 65509 + - uid: 8793 components: - type: Transform - pos: 94.5,-121.5 + rot: -1.5707963267948966 rad + pos: 44.5,49.5 parent: 1 - - uid: 65511 + - uid: 8794 components: - type: Transform - pos: 98.5,-123.5 + pos: 31.5,77.5 parent: 1 - - uid: 65512 + - uid: 8795 components: - type: Transform - pos: 97.5,-123.5 + pos: 204.5,-29.5 parent: 1 - - uid: 65519 + - uid: 8796 components: - type: Transform - pos: 98.5,-121.5 + rot: 3.141592653589793 rad + pos: 95.5,5.5 parent: 1 - - uid: 65520 + - uid: 8797 components: - type: Transform - pos: 95.5,-123.5 + pos: 204.5,-25.5 parent: 1 - - uid: 65534 + - uid: 8798 components: - type: Transform - pos: 94.5,-123.5 + rot: 1.5707963267948966 rad + pos: -195.5,-130.5 parent: 1 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 6407 + - uid: 8799 components: - type: Transform - pos: 183.40123,192.53395 + rot: 1.5707963267948966 rad + pos: -195.5,-124.5 parent: 1 -- proto: HydroponicsToolScythe - entities: - - uid: 6408 + - uid: 8800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.52396,128.86502 + pos: 96.5,-10.5 parent: 1 - - uid: 47570 + - uid: 8801 components: - type: Transform - parent: 47569 - - type: Physics - canCollide: False -- proto: HydroponicsToolSpade + rot: 3.141592653589793 rad + pos: 93.5,10.5 + parent: 1 +- proto: N14BlackBarrel entities: - - uid: 6409 + - uid: 8802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.51866,128.16743 + pos: -81.5,-120.5 parent: 1 - - uid: 6410 + - uid: 8803 components: - type: Transform - pos: -33.426502,-100.34813 + rot: 1.5707963267948966 rad + pos: -74.5,-100.5 parent: 1 - - uid: 6411 + - uid: 8804 components: - type: Transform - pos: 183.65504,192.664 + rot: 1.5707963267948966 rad + pos: -240.5,-105.5 parent: 1 -- proto: Implanter +- proto: N14BlackBarrelFull entities: - - uid: 6412 + - uid: 8805 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.34508,-115.359406 + pos: -239.5,-105.5 parent: 1 -- proto: InflatableDoor +- proto: N14BlackBarrelOpen entities: - - uid: 6413 + - uid: 8806 components: - type: Transform - pos: 214.5,180.5 + rot: 1.5707963267948966 rad + pos: -73.5,-100.5 parent: 1 - - uid: 6414 + - uid: 8807 components: - type: Transform - pos: 191.5,218.5 + pos: 129.5,5.5 parent: 1 -- proto: IngotLead +- proto: N14BlueBarrel entities: - - uid: 7509 + - uid: 8808 components: - type: Transform - pos: 193.86668,-110.54709 + pos: -42.5,-105.5 parent: 1 -- proto: JanitorialTrolley - entities: - - uid: 6415 + - uid: 8809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-48.5 + pos: -172.5,33.5 parent: 1 - - uid: 6416 +- proto: N14BlueBarrelOpen + entities: + - uid: 8810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,33.5 + pos: -41.5,-105.5 parent: 1 - - uid: 6417 + - uid: 8811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-76.5 + rot: 1.5707963267948966 rad + pos: -239.5,-104.5 parent: 1 - - uid: 6418 + - uid: 8812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-46.5 + pos: -172.5,32.5 parent: 1 - - uid: 24709 +- proto: N14Bonfire + entities: + - uid: 8813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -192.5,43.5 + pos: -330.5,75.5 parent: 1 -- proto: Joint - entities: - - uid: 6419 + - uid: 8814 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.36816,150.47995 + pos: 92.5,4.5 parent: 1 -- proto: KitchenElectricGrill - entities: - - uid: 6420 + - uid: 8815 components: - type: Transform - pos: 140.5,-11.5 + pos: 165.5,176.5 parent: 1 -- proto: KitchenKnife - entities: - - uid: 6422 + - uid: 8816 components: - type: Transform - pos: -56.434654,-127.406784 + rot: 1.5707963267948966 rad + pos: 169.5,128.5 parent: 1 - - uid: 6425 + - uid: 8817 components: - type: Transform - pos: 92.553154,104.5297 + rot: 1.5707963267948966 rad + pos: 148.5,159.5 parent: 1 - - uid: 47452 + - uid: 8818 components: - type: Transform - pos: -367.33978,106.57831 + rot: 1.5707963267948966 rad + pos: 161.5,128.5 parent: 1 - - uid: 65379 + - uid: 8819 components: - type: Transform - pos: 78.50413,-130.32991 + rot: 1.5707963267948966 rad + pos: 156.5,178.5 parent: 1 -- proto: KitchenMicrowave - entities: - - uid: 6426 + - uid: 8820 components: - type: Transform - pos: -186.5,-172.5 + rot: 1.5707963267948966 rad + pos: 172.5,151.5 parent: 1 - - uid: 6428 + - uid: 8821 components: - type: Transform - pos: -81.5,-100.5 + rot: 1.5707963267948966 rad + pos: 180.5,179.5 parent: 1 - - uid: 6429 + - uid: 8822 components: - type: Transform - pos: -49.5,-99.5 + rot: 1.5707963267948966 rad + pos: 169.5,133.5 parent: 1 - - uid: 6430 + - uid: 8823 components: - type: Transform - pos: 43.5,55.5 + rot: 3.141592653589793 rad + pos: 161.5,185.5 parent: 1 - - uid: 6431 + - uid: 8824 components: - type: Transform - pos: 162.5,47.5 + rot: 1.5707963267948966 rad + pos: 167.5,151.5 parent: 1 - - uid: 6432 + - uid: 8825 components: - type: Transform - pos: 195.5,219.5 + rot: 1.5707963267948966 rad + pos: 147.5,152.5 parent: 1 - - uid: 6433 + - uid: 8826 components: - type: Transform - pos: 93.5,105.5 + rot: 1.5707963267948966 rad + pos: 172.5,168.5 parent: 1 - - uid: 6434 + - uid: 8827 components: - type: Transform - pos: -154.5,-16.5 + rot: 1.5707963267948966 rad + pos: 156.5,131.5 parent: 1 - - uid: 6435 + - uid: 8828 components: - type: Transform - pos: -151.5,-23.5 + rot: 1.5707963267948966 rad + pos: 161.5,120.5 parent: 1 - - uid: 24784 + - uid: 8829 components: - type: Transform - pos: -180.5,47.5 + rot: 1.5707963267948966 rad + pos: 169.5,120.5 parent: 1 - - uid: 47371 + - uid: 8830 components: - type: Transform - pos: -366.5,106.5 + pos: 205.5,-36.5 parent: 1 - - uid: 49862 +- proto: N14Bookshelf + entities: + - uid: 8831 components: - type: Transform - pos: 106.5,6.5 + pos: -81.5,-109.5 parent: 1 - - uid: 56032 + - uid: 8832 components: - type: Transform - pos: 140.5,-10.5 + pos: 89.5,99.5 parent: 1 - - uid: 65629 + - uid: 8833 components: - type: Transform - pos: 104.5,-114.5 + pos: 82.5,110.5 parent: 1 -- proto: KitchenReagentGrinder - entities: - - uid: 6436 + - uid: 8834 components: - type: Transform - pos: -186.5,-173.5 + pos: -159.5,63.5 parent: 1 - - uid: 6437 + - uid: 8835 components: - type: Transform - pos: 140.5,-12.5 + pos: -159.5,68.5 parent: 1 - - uid: 6438 + - uid: 8836 components: - type: Transform - pos: 49.5,3.5 + pos: -158.5,63.5 parent: 1 - - uid: 6440 + - uid: 8837 components: - type: Transform - pos: -54.5,35.5 + pos: 111.5,16.5 parent: 1 - - uid: 6441 + - uid: 8838 components: - type: Transform - pos: -55.5,-99.5 + pos: -180.5,38.5 parent: 1 - - uid: 6442 + - uid: 8839 components: - type: Transform - pos: 187.5,220.5 + pos: -158.5,68.5 parent: 1 -- proto: KitchenSpike +- proto: N14BookshelfDestroyed entities: - - uid: 50015 + - uid: 8840 components: - type: Transform - pos: 59.5,51.5 + pos: -79.5,1.5 parent: 1 -- proto: KnifePlastic - entities: - - uid: 6443 + - uid: 8841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5771,28.691479 + pos: -50.5,-130.5 parent: 1 - - uid: 22539 + - uid: 8842 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55456 + pos: -84.5,-105.5 + parent: 1 + - uid: 8843 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: KukriKnife - entities: - - uid: 6371 + pos: -45.5,-113.5 + parent: 1 + - uid: 8844 components: - type: Transform - pos: 146.56567,163.3052 + pos: -44.5,-113.5 parent: 1 - - uid: 8618 + - uid: 8845 components: - type: Transform - pos: 146.50317,163.5552 + pos: 165.5,-92.5 parent: 1 - - uid: 46741 + - uid: 8846 components: - type: Transform - pos: 146.62817,162.9927 + pos: -171.5,-70.5 parent: 1 -- proto: LadderSquareMid - entities: - - uid: 6444 + - uid: 8847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -313.5,-39.5 + pos: 175.5,31.5 parent: 1 -- proto: LadderTopBunkerOpen - entities: - - uid: 63533 + - uid: 8848 components: - type: Transform - pos: 48.5,-111.5 + pos: 168.5,56.5 parent: 1 - - type: Fixtures - fixtures: {} -- proto: LadderTopManholeClosed - entities: - - uid: 6445 + - uid: 8849 components: - type: Transform - pos: -18.5,1.5 + pos: 188.5,175.5 parent: 1 - - type: Physics - canCollide: False - - uid: 6446 + - uid: 8850 components: - type: Transform - pos: 1.5,-36.5 + pos: 187.5,175.5 parent: 1 - - type: Physics - canCollide: False - - uid: 6447 + - uid: 8851 components: - type: Transform - rot: 3.141592653589793 rad - pos: 185.5,207.5 + pos: -290.5,-84.5 parent: 1 - - type: Physics - canCollide: False -- proto: LadderTopManholeOpen - entities: - - uid: 6448 + - uid: 8852 components: - type: Transform - pos: 33.5,-25.5 + pos: 90.5,99.5 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 6449 + - uid: 8853 components: - type: Transform - pos: 20.5,4.5 + pos: 12.5,-60.5 parent: 1 - - type: Fixtures - fixtures: {} - - uid: 6450 + - uid: 8854 components: - type: Transform - pos: -97.5,20.5 + pos: -24.5,-14.5 parent: 1 - - type: Fixtures - fixtures: {} -- proto: Lamp - entities: - - uid: 6451 + - uid: 8855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.56749,107.94442 + pos: -183.5,-17.5 parent: 1 - - uid: 6452 + - uid: 8856 components: - type: Transform - pos: 84.46698,99.8917 + pos: -182.5,-17.5 parent: 1 - - uid: 6453 + - uid: 8857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.43837,-94.047165 + pos: 163.5,190.5 parent: 1 - - uid: 6456 + - uid: 8858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5363,159.95052 + pos: 169.5,190.5 parent: 1 -- proto: LampGold - entities: - - uid: 6455 + - uid: 8859 components: - type: Transform - pos: -41.02744,-116.01926 + pos: 154.5,183.5 parent: 1 - - uid: 6457 + - uid: 8860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.8888,54.13492 + pos: 81.5,-106.5 parent: 1 - - uid: 50035 + - uid: 8861 components: - type: Transform - pos: 112.41973,4.871494 + pos: 82.5,-106.5 parent: 1 - - type: HandheldLight - toggleActionEntity: 6423 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 6423 - - type: Physics - canCollide: True - - type: ActionsContainer -- proto: LandMineExplosive - entities: - - uid: 2313 + - uid: 8862 components: - type: Transform - pos: 200.88567,193.01585 + pos: 80.5,-126.5 parent: 1 - - uid: 41169 + - uid: 8863 components: - type: Transform - pos: 213.33348,196.1173 + pos: 101.5,-109.5 parent: 1 - - uid: 56135 + - uid: 8864 components: - type: Transform - pos: 196.9679,206.56544 + pos: 97.5,-109.5 parent: 1 - - uid: 59434 + - uid: 8865 components: - type: Transform - pos: 211.26286,208.00423 + pos: 100.5,-109.5 parent: 1 -- proto: Lantern +- proto: N14BookshelfDirty entities: - - uid: 6458 + - uid: 8866 components: - type: Transform - pos: -189.50539,-167.18222 + pos: 169.5,191.5 parent: 1 - - uid: 6459 + - uid: 8867 components: - type: Transform - pos: 160.40945,131.93776 + pos: -11.5,8.5 parent: 1 - - uid: 6460 + - uid: 8868 components: - type: Transform - pos: 172.60646,55.44742 + pos: -31.5,8.5 parent: 1 -- proto: LargeBeaker - entities: - - uid: 6461 + - uid: 8869 components: - type: Transform - pos: -186.34628,-173.4341 + pos: -79.5,2.5 parent: 1 - - uid: 26240 - components: - - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: LeadOre1 - entities: - - uid: 8113 + - uid: 8870 components: - type: Transform - pos: 20.699955,149.77887 + pos: -79.5,0.5 parent: 1 - - uid: 61154 + - uid: 8871 components: - type: Transform - pos: 20.62183,149.21637 + pos: -49.5,-130.5 parent: 1 - - uid: 61157 + - uid: 8872 components: - type: Transform - pos: 19.930683,149.1695 + pos: -48.5,-130.5 parent: 1 -- proto: LedLightBulb - entities: - - uid: 6462 + - uid: 8873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -201.45619,-89.36915 + pos: 18.5,-62.5 parent: 1 - - uid: 6463 + - uid: 8874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -201.48744,-89.50977 + pos: 18.5,-60.5 parent: 1 - - uid: 6464 + - uid: 8875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.47182,-89.5254 + pos: 169.5,192.5 parent: 1 -- proto: LedLightTube - entities: - - uid: 6465 + - uid: 8876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.40932,-89.47852 + pos: 96.5,-8.5 parent: 1 -- proto: LeftArmSkeleton - entities: - - uid: 6040 + - uid: 8877 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6466 + pos: 163.5,191.5 + parent: 1 + - uid: 8878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.75805,-101.98793 + pos: 82.5,107.5 parent: 1 -- proto: LeftFootSkeleton - entities: - - uid: 6041 + - uid: 8879 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6467 + pos: 112.5,16.5 + parent: 1 + - uid: 8880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.592125,-127.70109 + pos: 154.5,182.5 parent: 1 -- proto: LeftHandSkeleton +- proto: N14BoxCardboardMREBoxCFilled entities: - - uid: 6042 + - uid: 7689 components: - type: Transform - parent: 6035 + parent: 7686 - type: Physics + angularDamping: 0 + linearDamping: 0 canCollide: False - type: InsideEntityStorage - - uid: 6468 - components: - - type: Transform - pos: -82.4768,-101.347305 - parent: 1 -- proto: LeftLegSkeleton - entities: - - uid: 6043 + - uid: 7690 components: - type: Transform - parent: 6035 + parent: 7686 - type: Physics + angularDamping: 0 + linearDamping: 0 canCollide: False - type: InsideEntityStorage -- proto: LightBulbBroken - entities: - - uid: 6469 + - uid: 8881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 184.22168,42.46674 + pos: 209.50972,-26.605724 parent: 1 - - uid: 6470 + - uid: 8882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.4248,38.87299 + pos: -180.41519,53.790627 parent: 1 -- proto: Lighter +- proto: N14BoxCardboardMREBoxKFilled entities: - - uid: 6471 - components: - - type: Transform - pos: 173.94289,149.78905 - parent: 1 - - uid: 6472 + - uid: 8883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -207.46758,-79.409584 + pos: 209.52534,-26.2776 parent: 1 - - uid: 6503 + - uid: 8884 components: - type: Transform - pos: 177.49539,150.61429 + pos: -180.46207,53.43125 parent: 1 - - uid: 7408 +- proto: N14BoxPlastic + entities: + - uid: 8885 components: - type: Transform - pos: 100.74816,-6.4591417 + pos: -56.5016,-125.34508 parent: 1 - - uid: 12785 +- proto: N14BrotherhoodTacticalmap + entities: + - uid: 8886 components: - type: Transform - pos: 29.501043,144.55809 + pos: -174.5,57.5 parent: 1 - - uid: 23791 +- proto: N14BuffoutCanisterFilled + entities: + - uid: 8887 components: - type: Transform - pos: 128.68202,2.7663655 + pos: 91.14037,12.932062 parent: 1 - - uid: 47998 + - uid: 8888 components: - type: Transform - pos: 24.302402,-56.53682 + pos: -147.64041,54.613003 parent: 1 - - uid: 48000 +- proto: N14BurningBarrel + entities: + - uid: 8889 components: - type: Transform - pos: 24.510736,-56.53682 + rot: 3.141592653589793 rad + pos: -74.5,-102.5 parent: 1 - - uid: 55679 + - uid: 8890 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.446922,59.111107 + pos: 205.5,73.5 parent: 1 - - uid: 56202 + - uid: 8891 components: - type: Transform - pos: 134.74158,-12.246682 + rot: -1.5707963267948966 rad + pos: 90.5,10.5 parent: 1 - - uid: 61095 + - uid: 8892 components: - type: Transform - pos: 29.280893,144.53362 + pos: -92.5,-186.5 parent: 1 - - uid: 61128 + - uid: 8893 components: - type: Transform - pos: 53.723515,142.49411 + pos: -91.5,-185.5 parent: 1 -- proto: LightTubeBroken - entities: - - uid: 6474 + - uid: 8894 components: - type: Transform - pos: 184.25981,31.705425 + rot: 3.141592653589793 rad + pos: -225.5,-93.5 parent: 1 - - uid: 6475 + - uid: 8895 components: - type: Transform - pos: 188.53584,16.457537 + rot: -1.5707963267948966 rad + pos: -91.5,-186.5 parent: 1 -- proto: LMGMagazine556Rifle +- proto: N14BurningBarrelLit entities: - - uid: 6830 + - uid: 8896 components: - type: Transform - pos: -156.69234,-109.1904 + rot: -1.5707963267948966 rad + pos: 139.5,6.5 parent: 1 - - uid: 6831 + - uid: 8897 components: - type: Transform - pos: -156.44234,-109.40915 + rot: -1.5707963267948966 rad + pos: -290.5,-82.5 parent: 1 - - uid: 49672 + - uid: 8898 components: - type: Transform - pos: -156.25484,-109.174774 + rot: -1.5707963267948966 rad + pos: 190.5,193.5 parent: 1 -- proto: LockableButtonCommand - entities: - - uid: 56217 + - uid: 8899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 199.5,217.5 + pos: -79.5,-166.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 56198: - - Pressed: Toggle - 50105: - - Pressed: Open -- proto: LockerSteel - entities: - - uid: 6477 + - uid: 8900 components: - type: Transform - pos: 200.5,211.5 + rot: -1.5707963267948966 rad + pos: 100.5,3.5 parent: 1 - - type: Lock - locked: False - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.48 - - 0.25,-0.48 - - 0.25,0.48 - - -0.25,0.48 - mask: - - Impassable - - TableLayer - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 75 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True -- proto: LuxuryPen +- proto: N14ButchersCleaver entities: - - uid: 47612 + - uid: 8901 components: - type: Transform - pos: -386.29376,93.65902 + pos: -82.406746,-100.95668 parent: 1 - - uid: 55374 + - uid: 8902 components: - type: Transform - pos: -169.05411,-113.388725 + pos: 137.42029,-9.38398 parent: 1 - - uid: 61463 + - uid: 8903 components: - type: Transform - pos: 128.31146,15.7380705 + pos: -184.5314,-121.23666 parent: 1 -- proto: MachineCentrifuge +- proto: N14CartridgePistol10 entities: - - uid: 6483 + - uid: 8905 components: - type: Transform - pos: 185.5,220.5 - parent: 1 -- proto: MachineFrame + parent: 8904 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8906 + components: + - type: Transform + parent: 8904 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14CartridgePistol127 entities: - - uid: 6484 + - uid: 8911 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-115.5 + pos: -1.5338547,-28.640297 parent: 1 -- proto: MachineFrameDestroyed - entities: - - uid: 6485 + - uid: 8912 components: - type: Transform - pos: -290.5,-89.5 + pos: 4.428561,-25.448112 parent: 1 - - uid: 6486 +- proto: N14CartridgePistol9 + entities: + - uid: 8913 components: - type: Transform - pos: -87.5,-105.5 + pos: 101.45015,-6.3445587 parent: 1 - - uid: 6487 + - uid: 8914 components: - type: Transform - pos: -49.5,-102.5 + pos: 101.3564,-6.2091417 parent: 1 - - uid: 6488 + - uid: 8915 components: - type: Transform - pos: -51.5,-103.5 + rot: -1.5707963267948966 rad + pos: -43.60232,-128.79852 parent: 1 - - uid: 6489 + - uid: 8916 components: - type: Transform - pos: -52.5,-103.5 + rot: 3.141592653589793 rad + pos: -43.211697,-128.95477 parent: 1 - - uid: 6490 + - uid: 8917 components: - type: Transform - pos: 167.5,-94.5 + rot: 1.5707963267948966 rad + pos: -42.16482,-129.7829 parent: 1 - - uid: 6491 + - uid: 8919 components: - type: Transform - pos: 166.5,-94.5 - parent: 1 - - uid: 6492 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8920 components: - type: Transform - pos: 177.5,25.5 - parent: 1 - - uid: 6493 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8921 components: - type: Transform - pos: 164.5,33.5 - parent: 1 - - uid: 6494 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8922 components: - type: Transform - pos: 167.5,32.5 - parent: 1 - - uid: 6497 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8923 components: - type: Transform - pos: 190.5,213.5 - parent: 1 - - uid: 6498 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8924 components: - type: Transform - pos: 188.5,213.5 - parent: 1 - - uid: 6499 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8925 components: - type: Transform - pos: -5.5,-44.5 - parent: 1 - - uid: 6500 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8926 components: - type: Transform - pos: -169.5,-29.5 - parent: 1 - - uid: 8488 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8927 components: - type: Transform - pos: -237.5,-102.5 - parent: 1 -- proto: Magazine45SubMachineGun - entities: - - uid: 6501 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.359634,-56.297928 - parent: 1 -- proto: Magazine556Rifle - entities: - - uid: 7358 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8937 components: - type: Transform - pos: -160.69078,-109.439 + pos: 165.9764,36.208576 parent: 1 - - uid: 7533 + - uid: 8938 components: - type: Transform - pos: -160.68182,-109.26834 + pos: 101.51265,-6.4695587 parent: 1 - - uid: 7812 +- proto: N14ChairArmchair + entities: + - uid: 8939 components: - type: Transform - pos: -158.65997,-109.50567 + rot: 3.141592653589793 rad + pos: 165.48468,16.69595 parent: 1 - - uid: 7815 + - uid: 8940 components: - type: Transform - pos: -158.6601,-109.26771 + rot: -1.5707963267948966 rad + pos: -81.685524,-106.366585 parent: 1 - - uid: 7816 + - uid: 8941 components: - type: Transform - pos: -160.3971,-109.44195 + rot: -1.5707963267948966 rad + pos: 82.60552,101.52834 parent: 1 - - uid: 10893 + - uid: 8942 components: - type: Transform - pos: -160.42354,-109.25157 + rot: 1.5707963267948966 rad + pos: 206.41957,-28.651445 parent: 1 - - uid: 23874 + - uid: 8943 components: - type: Transform - pos: -158.35454,-109.253815 + rot: -1.5707963267948966 rad + pos: 82.592804,100.798584 parent: 1 - - uid: 50097 + - uid: 8944 components: - type: Transform - pos: -158.3476,-109.503815 + rot: 3.141592653589793 rad + pos: 23.514086,-20.407448 parent: 1 -- proto: MagazineBox12 - entities: - - uid: 6502 + - uid: 8945 components: - type: Transform - pos: 18.652344,-57.404175 + rot: 1.5707963267948966 rad + pos: 23.419397,-16.281307 parent: 1 -- proto: MagazineBox12gauge - entities: - - uid: 64485 + - uid: 8946 components: - type: Transform - pos: -114.68331,-166.32413 + rot: -1.5707963267948966 rad + pos: -49.398247,-115.32152 parent: 1 -- proto: MagazineBox20gauge - entities: - - uid: 6508 + - uid: 8947 components: - type: Transform - pos: 13.66679,-56.003498 + pos: 53.5,161.5 parent: 1 - - uid: 6509 + - uid: 8948 components: - type: Transform - pos: 13.739707,-56.11808 + rot: 3.141592653589793 rad + pos: 53.5,159.5 parent: 1 - - uid: 55463 - components: - - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBox308 - entities: - - uid: 24162 - components: - - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBox44 - entities: - - uid: 24152 + - uid: 8949 components: - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55482 + rot: 3.141592653589793 rad + pos: -68.53257,-28.32939 + parent: 1 + - uid: 8950 components: - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55485 + pos: -66.25754,-24.288668 + parent: 1 + - uid: 8951 components: - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBox45 - entities: - - uid: 6511 + pos: -67.14816,-24.319918 + parent: 1 + - uid: 8952 components: - type: Transform - pos: 17.733593,-55.641678 + rot: 3.141592653589793 rad + pos: -23.552826,-13.245902 parent: 1 - - uid: 6512 + - uid: 8953 components: - type: Transform - pos: 17.583593,-55.660427 + rot: 1.5707963267948966 rad + pos: -6.6010556,-12.458189 parent: 1 -- proto: MagazineBox50 - entities: - - uid: 7187 + - uid: 8954 components: - type: Transform - pos: 201.45824,-29.236204 + rot: 3.141592653589793 rad + pos: -5.4294014,-24.384563 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: MagazineBox556 - entities: - - uid: 46099 + - uid: 8955 components: - type: Transform - parent: 46098 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46101 + rot: 3.141592653589793 rad + pos: -188.55775,-26.39594 + parent: 1 + - uid: 8956 components: - type: Transform - parent: 46098 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46118 + rot: 1.5707963267948966 rad + pos: 23.657007,-75.02096 + parent: 1 + - uid: 8957 components: - type: Transform - parent: 46098 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46372 + rot: 1.5707963267948966 rad + pos: 23.650862,-76.35176 + parent: 1 + - uid: 8958 components: - type: Transform - parent: 46098 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBox9mm - entities: - - uid: 7254 + rot: 1.5707963267948966 rad + pos: 47.533768,152.62204 + parent: 1 + - uid: 8959 components: - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 11893 + rot: -1.5707963267948966 rad + pos: 49.39835,152.65329 + parent: 1 + - uid: 8960 components: - type: Transform - parent: 11873 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11962 + rot: 3.141592653589793 rad + pos: 107.57516,12.5692005 + parent: 1 + - uid: 8961 components: - type: Transform - parent: 11873 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11964 + pos: 58.431545,44.617294 + parent: 1 + - uid: 8962 components: - type: Transform - parent: 11873 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11966 + pos: -153.5,-124.5 + parent: 1 + - uid: 8963 components: - type: Transform - parent: 11873 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 50099 + rot: -1.5707963267948966 rad + pos: 36.51072,168.61743 + parent: 1 + - uid: 8964 components: - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55469 + rot: 1.5707963267948966 rad + pos: -190.61101,39.662376 + parent: 1 + - uid: 8965 components: - type: Transform - parent: 24169 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 65673 + rot: 3.141592653589793 rad + pos: 76.47899,-105.84335 + parent: 1 + - uid: 8966 components: - type: Transform - pos: 98.50134,-104.99299 + pos: 88.52602,6.743766 parent: 1 -- proto: MaintenanceToolSpawner +- proto: N14ChairBarRetro entities: - - uid: 6513 + - uid: 8967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,99.5 + rot: 3.141592653589793 rad + pos: 22.5,-12.5 parent: 1 -- proto: Matchbox - entities: - - uid: 9828 + - uid: 8968 components: - type: Transform - pos: 150.96776,150.65079 + rot: 3.141592653589793 rad + pos: 24.5,-12.5 parent: 1 - - uid: 10196 + - uid: 8969 components: - type: Transform - parent: 7321 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47582 + pos: -51.5,-124.5 + parent: 1 + - uid: 8970 components: - type: Transform - pos: -389.88007,91.755516 + rot: 1.5707963267948966 rad + pos: -53.5,-125.5 parent: 1 -- proto: Matchstick - entities: - - uid: 6516 + - uid: 8971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.37868,-130.59625 + pos: -52.5,-124.5 parent: 1 -- proto: MatchstickSpent - entities: - - uid: 6517 + - uid: 8972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.632618,-109.52358 + pos: -65.5,-18.5 parent: 1 - - uid: 6518 + - uid: 8973 components: - type: Transform - pos: -49.273243,-108.85171 + pos: -62.5,-18.5 parent: 1 - - uid: 6519 + - uid: 8974 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.116993,-109.36733 + pos: -66.5,-20.5 parent: 1 - - uid: 6520 + - uid: 8975 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.491993,-108.47671 + pos: -66.5,-21.5 parent: 1 - - uid: 6521 + - uid: 8976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.56267,53.449226 + pos: -63.5,-18.5 parent: 1 - - uid: 6522 + - uid: 8977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 164.87517,53.27735 + pos: -60.5,-18.5 parent: 1 - - uid: 6523 + - uid: 8978 components: - type: Transform rot: 1.5707963267948966 rad - pos: 164.56267,53.65235 + pos: -66.5,-22.5 parent: 1 -- proto: MaterialBones1 - entities: - - uid: 6524 + - uid: 8979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.33001,-100.24384 + pos: -182.5,63.5 parent: 1 - - uid: 6525 + - uid: 8980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.96822,189.54814 + rot: 3.141592653589793 rad + pos: -182.5,61.5 parent: 1 - - uid: 6526 + - uid: 8981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 172.70259,190.14189 + rot: 3.141592653589793 rad + pos: -181.5,61.5 parent: 1 - - uid: 6527 + - uid: 8982 components: - type: Transform - pos: 171.53072,190.22002 + pos: -181.5,63.5 parent: 1 - - uid: 6528 +- proto: N14ChairDinerBench + entities: + - uid: 8983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.07759,189.31377 + pos: 22.5,5.5 parent: 1 - - uid: 15080 + - uid: 8984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.3934557,-28.410885 + pos: 23.5,5.5 parent: 1 - - uid: 17911 + - uid: 8985 components: - type: Transform - pos: 186.61502,141.61115 + rot: 3.141592653589793 rad + pos: 22.5,3.5 parent: 1 - - uid: 19902 + - uid: 8986 components: - type: Transform - pos: 186.80252,139.7127 + rot: 3.141592653589793 rad + pos: 23.5,3.5 parent: 1 - - uid: 19911 + - uid: 8987 components: - type: Transform - pos: 185.27908,136.73398 + pos: 22.5,2.5 parent: 1 - - uid: 28972 + - uid: 8988 components: - type: Transform - pos: 180.49066,138.10085 + pos: 23.5,2.5 parent: 1 - - uid: 48011 + - uid: 8989 components: - type: Transform - pos: 183.02908,132.96054 + rot: 3.141592653589793 rad + pos: 22.5,0.5 parent: 1 - - uid: 48023 + - uid: 8990 components: - type: Transform - pos: 185.02127,131.46054 + rot: 3.141592653589793 rad + pos: 23.5,0.5 parent: 1 - - uid: 48033 + - uid: 8991 components: - type: Transform - pos: 181.35785,136.60085 + rot: 3.141592653589793 rad + pos: 27.5,0.5 parent: 1 - - uid: 61184 + - uid: 8992 components: - type: Transform - pos: 187.48221,140.6502 + rot: 3.141592653589793 rad + pos: 28.5,0.5 parent: 1 - - uid: 61198 + - uid: 8993 components: - type: Transform - pos: 185.86502,141.07208 + pos: 27.5,2.5 parent: 1 - - uid: 61199 + - uid: 8994 components: - type: Transform - pos: 185.63065,139.4549 + pos: 28.5,2.5 parent: 1 - - uid: 61200 + - uid: 8995 components: - type: Transform - pos: 185.9119,139.31427 + rot: 1.5707963267948966 rad + pos: -164.5,-16.5 parent: 1 - - uid: 61204 + - uid: 8996 components: - type: Transform - pos: 187.08377,135.35117 + rot: 1.5707963267948966 rad + pos: -160.5,-16.5 parent: 1 - - uid: 65025 + - uid: 8997 components: - type: Transform - pos: -8.236773,-28.30081 + rot: 1.5707963267948966 rad + pos: -164.5,-21.5 parent: 1 - - uid: 65027 + - uid: 8998 components: - type: Transform - pos: -8.530307,-28.355848 + rot: 1.5707963267948966 rad + pos: -164.5,-25.5 parent: 1 - - uid: 65043 + - uid: 8999 components: - type: Transform - pos: -8.5669985,-28.539307 + rot: -1.5707963267948966 rad + pos: -158.5,-21.5 parent: 1 - - uid: 65045 + - uid: 9000 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.439172,-32.75886 + pos: -158.5,-16.5 parent: 1 -- proto: MaterialCardboard - entities: - - uid: 65026 + - uid: 9001 components: - type: Transform - pos: 194.1156,-110.186844 + rot: -1.5707963267948966 rad + pos: -162.5,-16.5 parent: 1 - - uid: 65040 + - uid: 9002 components: - type: Transform - pos: -11.280754,-30.42022 + rot: 1.5707963267948966 rad + pos: -160.5,-21.5 parent: 1 -- proto: MaterialCardboard1 - entities: - - uid: 65024 + - uid: 9003 components: - type: Transform - pos: -67.01794,-14.264281 + rot: 1.5707963267948966 rad + pos: -164.5,-23.5 parent: 1 - - uid: 65032 + - uid: 9004 components: - type: Transform - pos: -54.52961,-28.336647 + rot: -1.5707963267948966 rad + pos: -162.5,-21.5 parent: 1 - - uid: 65033 + - uid: 9005 components: - type: Transform - pos: -54.52961,-28.336647 + rot: -1.5707963267948966 rad + pos: -162.5,-25.5 parent: 1 - - uid: 65034 + - uid: 9006 components: - type: Transform - pos: -58.73082,-25.437996 + rot: -1.5707963267948966 rad + pos: -162.5,-23.5 parent: 1 -- proto: MaterialCardboard10 - entities: - - uid: 65005 + - uid: 9007 components: - type: Transform - pos: -9.865843,-35.350197 + rot: 1.5707963267948966 rad + pos: -178.5,-139.5 parent: 1 -- proto: MaterialCloth10 +- proto: N14ChairMetalBlue entities: - - uid: 6529 + - uid: 9008 components: - type: Transform rot: 3.141592653589793 rad - pos: 148.70702,163.0511 + pos: -176.5,54.5 parent: 1 - - uid: 6530 + - uid: 9009 components: - type: Transform rot: 3.141592653589793 rad - pos: 149.34764,163.03548 + pos: -175.5,55.5 parent: 1 -- proto: MaterialWoodPlank1 - entities: - - uid: 6532 + - uid: 9010 components: - type: Transform - pos: 71.61786,130.2553 + rot: 3.141592653589793 rad + pos: -174.5,54.5 parent: 1 - - uid: 6533 + - uid: 9011 components: - type: Transform - pos: 70.26026,130.26753 + rot: 3.141592653589793 rad + pos: -174.5,55.5 parent: 1 - - uid: 6534 + - uid: 9012 components: - type: Transform - pos: 95.564095,119.44441 + rot: -1.5707963267948966 rad + pos: 131.5,-12.5 parent: 1 - - uid: 11520 + - uid: 9013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.6132,52.423843 + rot: 1.5707963267948966 rad + pos: 157.5,-70.5 parent: 1 - - uid: 49982 + - uid: 9014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.71681,39.625805 + pos: 161.5,-66.5 parent: 1 - - uid: 49993 + - uid: 9015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.73518,54.728825 + pos: 163.5,-66.5 parent: 1 - - uid: 49994 + - uid: 9016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.53925,51.59173 + rot: 3.141592653589793 rad + pos: 161.5,-68.5 parent: 1 - - uid: 63826 + - uid: 9017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.51945,52.580093 + rot: -1.5707963267948966 rad + pos: 159.5,-70.5 parent: 1 - - uid: 65334 + - uid: 9018 components: - type: Transform - pos: 87.63192,-125.47396 + rot: 3.141592653589793 rad + pos: 111.5,-11.5 parent: 1 - - uid: 65335 + - uid: 9019 components: - type: Transform - pos: 88.50692,-126.458336 + pos: 99.5,19.5 parent: 1 - - uid: 65410 + - uid: 9020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.54892,-132.5706 + rot: 1.5707963267948966 rad + pos: -60.5,0.5 parent: 1 -- proto: MaterialWoodPlank10 - entities: - - uid: 6535 + - uid: 9021 components: - type: Transform rot: 3.141592653589793 rad - pos: 149.2456,164.20087 + pos: -59.5,2.5 parent: 1 - - uid: 6536 + - uid: 9022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 148.66748,164.23212 + pos: -44.5,26.5 parent: 1 - - uid: 64121 + - uid: 9023 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.02697,-31.847971 + rot: -1.5707963267948966 rad + pos: 46.5,-39.5 parent: 1 - - uid: 64152 + - uid: 9024 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.55822,-31.832346 + rot: 1.5707963267948966 rad + pos: 38.5,-66.5 parent: 1 -- proto: Mattress - entities: - - uid: 6537 + - uid: 9025 components: - type: Transform - pos: 191.5,193.5 + rot: -1.5707963267948966 rad + pos: -62.5,-10.5 parent: 1 - - uid: 6538 + - uid: 9026 components: - type: Transform - pos: 179.5,157.5 + rot: -1.5707963267948966 rad + pos: -62.5,-13.5 parent: 1 - - uid: 6539 + - uid: 9027 components: - type: Transform - pos: 193.5,18.5 + rot: 3.141592653589793 rad + pos: -53.5,-21.5 parent: 1 -- proto: MedicatedSuture - entities: - - uid: 55848 + - uid: 9028 components: - type: Transform - pos: -157.31055,-103.46173 + rot: -1.5707963267948966 rad + pos: -61.5,-28.5 parent: 1 -- proto: Mirror - entities: - - uid: 6545 + - uid: 9029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,-108.5 + rot: -1.5707963267948966 rad + pos: -33.5,-42.5 parent: 1 - - uid: 6546 + - uid: 9030 components: - type: Transform - pos: 24.5,-10.5 + rot: 1.5707963267948966 rad + pos: 111.5,-5.5 parent: 1 - - uid: 62080 + - uid: 9031 components: - type: Transform - pos: -171.5,34.5 + pos: 46.5,170.5 parent: 1 -- proto: MopBucket - entities: - - uid: 65664 + - uid: 9032 components: - type: Transform - pos: 100.5,-107.5 + rot: 3.141592653589793 rad + pos: 18.5,145.5 parent: 1 -- proto: MopItem - entities: - - uid: 6551 + - uid: 9033 components: - type: Transform - pos: -194.47733,-168.44691 + rot: 1.5707963267948966 rad + pos: 111.5,-6.5 parent: 1 -- proto: MysteryFigureBoxTrash - entities: - - uid: 6552 + - uid: 9034 components: - type: Transform - pos: -45.31408,-111.450966 + rot: -1.5707963267948966 rad + pos: -157.5,56.5 parent: 1 - - uid: 6553 + - uid: 9035 components: - type: Transform - pos: -44.985954,-111.294716 + rot: -1.5707963267948966 rad + pos: 173.5,-159.5 parent: 1 -- proto: N14Antidote - entities: - - uid: 47230 + - uid: 9036 components: - type: Transform - parent: 47156 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 47778 + rot: 1.5707963267948966 rad + pos: 171.5,-167.5 + parent: 1 + - uid: 9037 components: - type: Transform - pos: 59.544346,150.87198 + rot: -1.5707963267948966 rad + pos: 77.5,-102.5 parent: 1 - - uid: 48041 + - uid: 9038 components: - type: Transform - pos: 182.51613,162.11584 + rot: 1.5707963267948966 rad + pos: 75.5,-130.5 parent: 1 - - uid: 61192 + - uid: 9039 components: - type: Transform - pos: 179.55983,128.50386 + rot: 1.5707963267948966 rad + pos: 75.5,-131.5 parent: 1 - - uid: 61197 + - uid: 9040 components: - type: Transform - pos: 186.47633,142.62292 + rot: 3.141592653589793 rad + pos: 76.5,-132.5 parent: 1 -- proto: N14APCBreaker - entities: - - uid: 75 + - uid: 9041 components: - type: Transform - pos: -178.5,-135.5 + rot: 3.141592653589793 rad + pos: 308.5,99.5 parent: 1 - - uid: 6555 + - uid: 9042 components: - type: Transform - pos: 171.5,-72.5 + rot: 3.141592653589793 rad + pos: -173.5,54.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 6556 + - uid: 9043 components: - type: Transform - pos: 111.5,-40.5 + rot: 3.141592653589793 rad + pos: -172.5,55.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 6557 +- proto: N14ChairMetalBlueBroken + entities: + - uid: 9044 components: - type: Transform - pos: 92.5,15.5 + rot: 3.141592653589793 rad + pos: -289.5,-88.5 parent: 1 - - uid: 6558 + - uid: 9045 components: - type: Transform - pos: 137.5,-0.5 + pos: 160.5,-66.5 parent: 1 - - uid: 6560 + - uid: 9046 components: - type: Transform - pos: 126.5,36.5 + rot: 3.141592653589793 rad + pos: 164.5,-68.5 parent: 1 - - uid: 6561 + - uid: 9047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,8.5 + rot: 3.141592653589793 rad + pos: 164.5,-68.5 parent: 1 - - uid: 6562 + - uid: 9048 components: - type: Transform - pos: 138.5,14.5 + rot: 3.141592653589793 rad + pos: 160.5,-68.5 parent: 1 - - uid: 6563 + - uid: 9049 components: - type: Transform rot: 1.5707963267948966 rad - pos: 102.5,-7.5 + pos: 157.5,-69.5 parent: 1 - - uid: 6564 + - uid: 9050 components: - type: Transform - pos: 106.5,15.5 + rot: 3.141592653589793 rad + pos: 110.5,-10.5 parent: 1 - - uid: 6565 + - uid: 9051 components: - type: Transform - pos: 129.5,27.5 + rot: -1.5707963267948966 rad + pos: 136.5,5.5 parent: 1 - - uid: 6566 + - uid: 9052 components: - type: Transform - pos: 49.5,7.5 + pos: -45.5,26.5 parent: 1 - - uid: 6567 + - uid: 9053 components: - type: Transform - pos: 33.5,8.5 + rot: -1.5707963267948966 rad + pos: -43.5,25.5 parent: 1 - - uid: 6568 + - uid: 9054 components: - type: Transform - pos: 8.5,8.5 + rot: -1.5707963267948966 rad + pos: -43.5,23.5 parent: 1 - - uid: 6569 + - uid: 9055 components: - type: Transform - pos: -14.5,9.5 + rot: -1.5707963267948966 rad + pos: 46.5,-40.5 parent: 1 - - uid: 6570 + - uid: 9056 components: - type: Transform - pos: 16.5,-35.5 + rot: -1.5707963267948966 rad + pos: -44.5,-100.5 parent: 1 - - uid: 6571 + - uid: 9057 components: - type: Transform - pos: 44.5,-35.5 + rot: 3.141592653589793 rad + pos: -164.5,-70.5 parent: 1 - - uid: 6572 + - uid: 9058 components: - type: Transform - pos: 34.5,-15.5 + rot: -1.5707963267948966 rad + pos: 190.5,27.5 parent: 1 - - uid: 6573 + - uid: 9059 components: - type: Transform - pos: -56.5,4.5 + pos: 162.5,54.5 parent: 1 - - uid: 6574 + - uid: 9060 components: - type: Transform - pos: -77.5,3.5 + rot: -1.5707963267948966 rad + pos: -62.5,-11.5 parent: 1 - - uid: 6575 + - uid: 9061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 133.5,-30.5 + rot: 1.5707963267948966 rad + pos: 86.5,12.5 parent: 1 - - uid: 6576 + - uid: 9062 components: - type: Transform - pos: 38.5,-63.5 + rot: -1.5707963267948966 rad + pos: 26.5,-73.5 parent: 1 - - uid: 6577 + - uid: 9063 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,-111.5 + pos: -246.5,-102.5 parent: 1 - - uid: 6578 + - uid: 9064 components: - type: Transform - pos: -36.5,-112.5 + rot: 3.141592653589793 rad + pos: 17.5,145.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 6579 + - uid: 9065 components: - type: Transform - pos: -99.5,-132.5 + pos: 76.5,-129.5 parent: 1 - - uid: 6581 + - uid: 9066 components: - type: Transform - pos: 94.5,88.5 + rot: -1.5707963267948966 rad + pos: 105.5,25.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 6582 + - uid: 9067 components: - type: Transform - pos: 165.5,41.5 + rot: 3.141592653589793 rad + pos: 314.5,99.5 parent: 1 - - uid: 6583 + - uid: 9068 components: - type: Transform - pos: 166.5,41.5 + rot: 3.141592653589793 rad + pos: -30.5,-193.5 parent: 1 - - uid: 6584 +- proto: N14ChairMetalBlueUnfinished + entities: + - uid: 9069 components: - type: Transform - pos: 167.5,41.5 + rot: -1.5707963267948966 rad + pos: 88.5,12.5 parent: 1 - - uid: 6585 + - uid: 9070 components: - type: Transform - pos: 213.5,210.5 + pos: 164.5,-66.5 parent: 1 - - uid: 6586 + - uid: 9071 components: - type: Transform - pos: 173.5,100.5 + rot: 3.141592653589793 rad + pos: 163.5,-68.5 parent: 1 - - uid: 6587 + - uid: 9072 components: - type: Transform - pos: -73.5,-23.5 + rot: 3.141592653589793 rad + pos: 163.5,-68.5 parent: 1 - - uid: 6588 + - uid: 9073 components: - type: Transform - pos: -40.5,-15.5 + rot: -1.5707963267948966 rad + pos: 159.5,-69.5 parent: 1 - - uid: 6589 + - uid: 9074 components: - type: Transform - pos: -52.5,-32.5 + rot: 1.5707963267948966 rad + pos: -60.5,3.5 parent: 1 - - uid: 6590 + - uid: 9075 components: - type: Transform - pos: -28.5,-14.5 + rot: -1.5707963267948966 rad + pos: -43.5,24.5 parent: 1 - - uid: 19888 + - uid: 9076 components: - type: Transform - pos: 25.5,150.5 + rot: 1.5707963267948966 rad + pos: 179.5,146.5 parent: 1 - - uid: 19896 + - uid: 9077 components: - type: Transform - pos: 61.5,169.5 + rot: 1.5707963267948966 rad + pos: 182.5,29.5 parent: 1 - - uid: 19932 + - uid: 9078 components: - type: Transform - pos: 58.5,147.5 + rot: 3.141592653589793 rad + pos: 162.5,52.5 parent: 1 - - uid: 19943 + - uid: 9079 components: - type: Transform - pos: 31.5,170.5 + pos: 45.5,170.5 parent: 1 - - uid: 22492 + - uid: 9080 components: - type: Transform - pos: 53.5,153.5 + rot: 1.5707963267948966 rad + pos: 171.5,-166.5 parent: 1 - - uid: 23882 + - uid: 9081 components: - type: Transform - pos: -163.5,-109.5 + rot: 1.5707963267948966 rad + pos: 173.5,-166.5 parent: 1 - - uid: 40268 +- proto: N14ChairMetalFolding + entities: + - uid: 9082 components: - type: Transform rot: -1.5707963267948966 rad - pos: 115.5,13.5 + pos: 87.5,-9.5 parent: 1 - - uid: 46613 + - uid: 9083 components: - type: Transform - pos: -396.5,119.5 + rot: 3.141592653589793 rad + pos: -28.5,-73.5 parent: 1 - - uid: 47102 + - uid: 9084 components: - type: Transform - pos: -377.5,90.5 + rot: 3.141592653589793 rad + pos: -26.5,-74.5 parent: 1 - - uid: 47484 + - uid: 9085 components: - type: Transform - pos: -366.5,104.5 + rot: 3.141592653589793 rad + pos: -24.5,-72.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 47650 + - uid: 9086 components: - type: Transform - pos: -389.5,109.5 + rot: -1.5707963267948966 rad + pos: 44.5,5.5 parent: 1 - - uid: 55263 + - uid: 9087 components: - type: Transform - pos: -164.5,-100.5 + rot: 1.5707963267948966 rad + pos: -8.5,0.5 parent: 1 - - uid: 55461 + - uid: 9088 components: - type: Transform - pos: -194.5,-97.5 + rot: 1.5707963267948966 rad + pos: -5.5,0.5 parent: 1 - - uid: 55884 + - uid: 9089 components: - type: Transform - pos: 91.5,95.5 + pos: -1.5,2.5 parent: 1 - - uid: 61987 + - uid: 9090 components: - type: Transform - pos: -175.5,61.5 + rot: 3.141592653589793 rad + pos: -1.5,0.5 parent: 1 - - uid: 62035 + - uid: 9091 components: - type: Transform - pos: -178.5,43.5 + rot: 1.5707963267948966 rad + pos: -2.5,1.5 parent: 1 - - uid: 62046 + - uid: 9092 components: - type: Transform - pos: -179.5,50.5 + rot: -1.5707963267948966 rad + pos: -3.5,0.5 parent: 1 - - uid: 62124 + - uid: 9093 components: - type: Transform - pos: -175.5,34.5 + rot: -1.5707963267948966 rad + pos: -6.5,0.5 parent: 1 - - uid: 62141 + - uid: 9094 components: - type: Transform - pos: -185.5,23.5 + pos: -7.5,1.5 parent: 1 - - uid: 62157 + - uid: 9095 components: - type: Transform - pos: -183.5,32.5 + pos: -194.5,-189.5 parent: 1 - - uid: 62226 + - uid: 9096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -141.5,56.5 + rot: 1.5707963267948966 rad + pos: 159.5,132.5 parent: 1 - - uid: 64058 + - uid: 9097 components: - type: Transform - pos: -160.5,69.5 + rot: 3.141592653589793 rad + pos: 174.5,161.5 parent: 1 - - uid: 64619 + - uid: 9098 components: - type: Transform rot: -1.5707963267948966 rad - pos: -96.5,-165.5 + pos: 182.5,163.5 parent: 1 - - uid: 64655 + - uid: 9099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-164.5 + rot: 1.5707963267948966 rad + pos: 179.5,152.5 parent: 1 - - uid: 64711 + - uid: 9100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-165.5 + rot: -1.5707963267948966 rad + pos: 194.5,28.5 parent: 1 - - uid: 64805 + - uid: 9101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-176.5 + rot: 1.5707963267948966 rad + pos: 212.5,182.5 parent: 1 - - uid: 65072 + - uid: 9102 components: - type: Transform - pos: -123.5,63.5 + rot: 3.141592653589793 rad + pos: 86.5,-10.5 parent: 1 -- proto: N14APCBreakerConstructed - entities: - - uid: 6591 + - uid: 9103 components: - type: Transform - pos: -192.5,-163.5 + rot: 1.5707963267948966 rad + pos: -107.5,-29.5 parent: 1 - - uid: 6592 + - uid: 9104 components: - type: Transform - pos: -202.5,-88.5 + pos: -106.5,-28.5 parent: 1 - - uid: 6593 +- proto: N14ChairMetalGreen + entities: + - uid: 9105 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,-123.5 + pos: -172.5,54.5 parent: 1 - - uid: 6595 + - uid: 9106 components: - type: Transform - pos: -281.5,-88.5 + rot: 3.141592653589793 rad + pos: 136.5,-33.5 parent: 1 - - uid: 6596 + - uid: 9107 components: - type: Transform - pos: -286.5,-88.5 + rot: 1.5707963267948966 rad + pos: 128.5,-9.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 6597 + - uid: 9108 components: - type: Transform - pos: 181.5,57.5 + pos: 184.5,-75.5 parent: 1 - - uid: 6598 + - uid: 9109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,23.5 + rot: 3.141592653589793 rad + pos: 111.5,-10.5 parent: 1 - - uid: 6599 + - uid: 9110 components: - type: Transform - pos: 212.5,180.5 + rot: 3.141592653589793 rad + pos: 110.5,-11.5 parent: 1 - - type: Apc - hasAccess: True - - uid: 6600 + - uid: 9111 components: - type: Transform - pos: -208.5,-78.5 + rot: 1.5707963267948966 rad + pos: 102.5,-13.5 parent: 1 - - uid: 6601 + - uid: 9112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -289.5,-52.5 + rot: 3.141592653589793 rad + pos: 97.5,16.5 parent: 1 - - uid: 6602 + - uid: 9113 components: - type: Transform - pos: -170.5,-27.5 + rot: 3.141592653589793 rad + pos: 96.5,16.5 parent: 1 - - uid: 45668 + - uid: 9114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -408.5,66.5 + pos: 98.5,19.5 parent: 1 -- proto: N14APCBreakerFrame - entities: - - uid: 6603 + - uid: 9115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-102.5 + pos: -46.5,26.5 parent: 1 - - uid: 6604 + - uid: 9116 components: - type: Transform rot: 3.141592653589793 rad - pos: 166.5,18.5 + pos: 39.5,-67.5 parent: 1 - - uid: 6605 + - uid: 9117 components: - type: Transform - pos: 166.5,20.5 + rot: -1.5707963267948966 rad + pos: 40.5,-66.5 parent: 1 - - uid: 6606 + - uid: 9118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,41.5 + pos: -68.5,-26.5 parent: 1 -- proto: N14BarricadeDoor - entities: - - uid: 6607 + - uid: 9119 components: - type: Transform - pos: -77.5,-102.5 + rot: 1.5707963267948966 rad + pos: -34.5,-39.5 parent: 1 - - uid: 6608 + - uid: 9120 components: - type: Transform - pos: 43.5,-42.5 + rot: -1.5707963267948966 rad + pos: -32.5,-39.5 parent: 1 - - uid: 6609 + - uid: 9121 components: - type: Transform - pos: 44.5,-42.5 + rot: 3.141592653589793 rad + pos: -34.5,-43.5 parent: 1 - - uid: 6610 + - uid: 9122 components: - type: Transform - pos: 158.5,-91.5 + rot: 3.141592653589793 rad + pos: 127.5,7.5 parent: 1 - - uid: 6611 + - uid: 9123 components: - type: Transform - pos: 162.5,41.5 + rot: 3.141592653589793 rad + pos: 46.5,168.5 parent: 1 - - uid: 6612 + - uid: 9124 components: - type: Transform - pos: -181.5,-20.5 + rot: 3.141592653589793 rad + pos: -96.5,-178.5 parent: 1 - - uid: 6613 + - uid: 9125 components: - type: Transform - pos: -170.5,-30.5 + rot: -1.5707963267948966 rad + pos: 26.5,-71.5 parent: 1 - - uid: 24170 + - uid: 9126 components: - type: Transform - pos: -155.5,-123.5 + pos: 3.5,151.5 parent: 1 -- proto: N14BarricadeRazorwire - entities: - - uid: 4457 + - uid: 9127 components: - type: Transform - pos: -175.5,-91.5 + pos: 2.5,151.5 parent: 1 - - uid: 4458 + - uid: 9128 components: - type: Transform - pos: -174.5,-91.5 + rot: 3.141592653589793 rad + pos: 3.5,149.5 parent: 1 - - uid: 6614 + - uid: 9129 components: - type: Transform - pos: 184.5,177.5 + rot: 3.141592653589793 rad + pos: 2.5,149.5 parent: 1 - - uid: 6615 + - uid: 9130 components: - type: Transform - pos: 181.5,177.5 + rot: 1.5707963267948966 rad + pos: -160.5,56.5 parent: 1 - - uid: 6616 + - uid: 9131 components: - type: Transform rot: 3.141592653589793 rad - pos: 162.5,134.5 + pos: -158.5,55.5 parent: 1 - - uid: 6617 + - uid: 9132 components: - type: Transform rot: 3.141592653589793 rad - pos: 169.5,134.5 + pos: -159.5,55.5 parent: 1 - - uid: 6618 + - uid: 9133 components: - type: Transform - pos: 168.5,125.5 + rot: 1.5707963267948966 rad + pos: 171.5,-159.5 parent: 1 - - uid: 6619 + - uid: 9134 components: - type: Transform - pos: 162.5,125.5 + rot: 1.5707963267948966 rad + pos: 173.5,-167.5 parent: 1 - - uid: 6620 + - uid: 9135 components: - type: Transform - rot: 3.141592653589793 rad - pos: 168.5,134.5 + rot: 1.5707963267948966 rad + pos: 172.5,-166.5 parent: 1 - - uid: 6621 + - uid: 9136 components: - type: Transform - pos: 167.5,125.5 + rot: 3.141592653589793 rad + pos: -97.5,-178.5 parent: 1 - - uid: 6622 + - uid: 9137 components: - type: Transform - pos: 163.5,125.5 + pos: -115.5,-163.5 parent: 1 - - uid: 6623 + - uid: 9138 components: - type: Transform - pos: 183.5,177.5 + pos: -107.5,-170.5 parent: 1 - - uid: 6626 + - uid: 9139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-100.5 + pos: 95.5,-105.5 parent: 1 - - uid: 6627 + - uid: 9140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-102.5 + rot: 3.141592653589793 rad + pos: -176.5,55.5 parent: 1 - - uid: 6628 + - uid: 9141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,134.5 + rot: 3.141592653589793 rad + pos: -173.5,55.5 parent: 1 - - uid: 6629 + - uid: 9142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,131.5 + rot: 3.141592653589793 rad + pos: -175.5,54.5 parent: 1 - - uid: 6630 +- proto: N14ChairMetalGreenBroken + entities: + - uid: 9143 components: - type: Transform rot: -1.5707963267948966 rad - pos: 162.5,133.5 + pos: -58.5,3.5 parent: 1 - - uid: 6631 + - uid: 9144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,132.5 + pos: -68.5,28.5 parent: 1 - - uid: 6632 + - uid: 9145 components: - type: Transform - rot: 3.141592653589793 rad - pos: 175.5,19.5 + rot: 1.5707963267948966 rad + pos: 182.5,31.5 parent: 1 - - uid: 6633 + - uid: 9146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.5,19.5 + pos: 189.5,39.5 parent: 1 - - uid: 6634 + - uid: 9147 components: - type: Transform rot: 3.141592653589793 rad - pos: 174.5,19.5 - parent: 1 - - uid: 6635 - components: - - type: Transform - pos: 182.5,177.5 + pos: -73.5,-17.5 parent: 1 - - uid: 10710 + - uid: 9148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-95.5 + pos: -97.5,-176.5 parent: 1 - - uid: 11437 + - uid: 9149 components: - type: Transform rot: 3.141592653589793 rad - pos: -169.5,22.5 + pos: 45.5,168.5 parent: 1 - - uid: 11438 + - uid: 9150 components: - type: Transform rot: 3.141592653589793 rad - pos: -160.5,28.5 + pos: 174.5,-158.5 parent: 1 - - uid: 11861 + - uid: 9151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-137.5 + pos: -109.5,-170.5 parent: 1 - - uid: 11971 + - uid: 9152 components: - type: Transform - pos: -176.5,-91.5 + pos: 76.5,-101.5 parent: 1 - - uid: 11998 +- proto: N14ChairMetalGreenUnfinished + entities: + - uid: 9153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,-142.5 + pos: -96.5,-176.5 parent: 1 - - uid: 11999 + - uid: 9154 components: - type: Transform - pos: -170.5,-92.5 + rot: -1.5707963267948966 rad + pos: -244.5,-102.5 parent: 1 - - uid: 22517 +- proto: N14ChairMetalRed + entities: + - uid: 9155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,-142.5 + rot: -1.5707963267948966 rad + pos: -164.5,55.5 parent: 1 - - uid: 24147 + - uid: 9156 components: - type: Transform - pos: -155.5,-122.5 + rot: 1.5707963267948966 rad + pos: -339.5,75.5 parent: 1 - - uid: 24174 + - uid: 9157 components: - type: Transform rot: -1.5707963267948966 rad - pos: -177.5,-91.5 - parent: 1 - - uid: 46375 - components: - - type: Transform - pos: -166.5,-92.5 + pos: 130.5,-9.5 parent: 1 - - uid: 46463 + - uid: 9158 components: - type: Transform - pos: -167.5,-92.5 + pos: 24.5,-15.5 parent: 1 - - uid: 47860 + - uid: 9159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -168.5,22.5 + pos: -40.5,-113.5 parent: 1 - - uid: 49960 + - uid: 9160 components: - type: Transform - pos: 58.5,43.5 + rot: 1.5707963267948966 rad + pos: 180.5,31.5 parent: 1 - - uid: 49965 + - uid: 9161 components: - type: Transform - pos: 59.5,43.5 + rot: -1.5707963267948966 rad + pos: -62.5,-14.5 parent: 1 - - uid: 49967 + - uid: 9162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,54.5 + rot: 1.5707963267948966 rad + pos: -67.5,-12.5 parent: 1 - - uid: 49970 + - uid: 9163 components: - type: Transform - pos: 55.5,43.5 + rot: 3.141592653589793 rad + pos: -54.5,-17.5 parent: 1 - - uid: 49974 + - uid: 9164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,53.5 + pos: -34.5,-41.5 parent: 1 - - uid: 49979 + - uid: 9165 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,53.5 + pos: 129.5,7.5 parent: 1 - - uid: 49983 + - uid: 9166 components: - type: Transform - pos: 56.5,43.5 + pos: 205.5,-34.5 parent: 1 - - uid: 55322 + - uid: 9167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-91.5 + pos: 101.5,-112.5 parent: 1 - - uid: 55362 + - uid: 9168 components: - type: Transform - pos: -171.5,-92.5 + rot: 1.5707963267948966 rad + pos: -174.5,61.5 parent: 1 - - uid: 55443 +- proto: N14ChairMetalRedBroken + entities: + - uid: 9169 components: - type: Transform rot: -1.5707963267948966 rad - pos: -175.5,-138.5 + pos: -58.5,0.5 parent: 1 - - uid: 55458 + - uid: 9170 components: - type: Transform - pos: -169.5,-92.5 + pos: -41.5,-113.5 parent: 1 - - uid: 55781 + - uid: 9171 components: - type: Transform - pos: -163.5,-92.5 + pos: 180.5,147.5 parent: 1 - - uid: 55828 + - uid: 9172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-140.5 + rot: 1.5707963267948966 rad + pos: 162.5,14.5 parent: 1 - - uid: 55834 + - uid: 9173 components: - type: Transform rot: -1.5707963267948966 rad - pos: -160.5,-98.5 + pos: 186.5,30.5 parent: 1 - - uid: 55836 + - uid: 9174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-97.5 + pos: -5.5,-49.5 parent: 1 - - uid: 56007 + - uid: 9175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-96.5 + rot: 1.5707963267948966 rad + pos: -174.5,60.5 parent: 1 - - uid: 56009 + - uid: 9176 components: - type: Transform rot: 3.141592653589793 rad - pos: -177.5,-142.5 + pos: 128.5,7.5 parent: 1 - - uid: 56060 + - uid: 9177 components: - type: Transform - pos: -172.5,-92.5 + pos: -106.5,-150.5 parent: 1 - - uid: 56062 + - uid: 9178 components: - type: Transform - pos: -164.5,-92.5 + pos: -108.5,-150.5 parent: 1 - - uid: 56074 + - uid: 9179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-139.5 + pos: -107.5,-150.5 parent: 1 - - uid: 61014 + - uid: 9180 components: - type: Transform - pos: -162.5,-92.5 + pos: 103.5,-112.5 parent: 1 - - uid: 61015 + - uid: 9181 components: - type: Transform - pos: -168.5,-92.5 + pos: -338.5,76.5 parent: 1 - - uid: 61019 +- proto: N14ChairMetalRedUnfinished + entities: + - uid: 9182 components: - type: Transform rot: 1.5707963267948966 rad - pos: -181.5,-91.5 + pos: 133.5,8.5 parent: 1 - - uid: 61020 + - uid: 9183 components: - type: Transform rot: 1.5707963267948966 rad - pos: -177.5,-91.5 + pos: 180.5,29.5 parent: 1 - - uid: 61021 + - uid: 9184 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,-142.5 + rot: 1.5707963267948966 rad + pos: 193.5,15.5 parent: 1 - - uid: 61029 + - uid: 9185 components: - type: Transform - pos: -165.5,-92.5 + rot: 1.5707963267948966 rad + pos: 172.5,-167.5 parent: 1 - - uid: 61035 +- proto: N14ChairOfficeBlue + entities: + - uid: 9186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-94.5 + rot: 3.141592653589793 rad + pos: 163.5,-76.5 parent: 1 - - uid: 61062 + - uid: 9187 components: - type: Transform rot: -1.5707963267948966 rad - pos: -175.5,-136.5 + pos: -26.5,60.5 parent: 1 - - uid: 61807 + - uid: 9188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,28.5 + rot: 1.5707963267948966 rad + pos: 116.5,-11.5 parent: 1 - - uid: 61816 + - uid: 9189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -158.5,30.5 + pos: -52.5,33.5 parent: 1 - - uid: 61851 + - uid: 9190 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,28.5 + pos: 40.5,-70.5 parent: 1 - - uid: 61859 + - uid: 9191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -158.5,29.5 + rot: 3.141592653589793 rad + pos: -40.5,-117.5 parent: 1 - - uid: 61860 + - uid: 9192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,24.5 + pos: 166.5,36.5 parent: 1 - - uid: 61864 + - uid: 9193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,23.5 + rot: 1.5707963267948966 rad + pos: 114.5,14.5 parent: 1 - - uid: 61872 + - uid: 9194 components: - type: Transform rot: 3.141592653589793 rad - pos: -161.5,28.5 + pos: 104.5,13.5 parent: 1 - - uid: 61873 + - uid: 9195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,29.5 + pos: 128.5,10.5 parent: 1 - - uid: 63904 + - uid: 9196 components: - type: Transform - pos: -173.5,31.5 + rot: -1.5707963267948966 rad + pos: -187.6737,29.20243 parent: 1 - - uid: 63905 + - uid: 9197 components: - type: Transform rot: 3.141592653589793 rad - pos: -172.5,31.5 + pos: -185.69455,29.932104 parent: 1 - - uid: 63906 + - uid: 9198 components: - type: Transform - pos: -172.5,31.5 + pos: -158.91017,60.502735 parent: 1 - - uid: 63908 + - uid: 9199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,31.5 + rot: 1.5707963267948966 rad + pos: 177.76207,-177.49606 parent: 1 -- proto: N14BarricadeSandbagSingle + - uid: 9200 + components: + - type: Transform + pos: -157.57848,-106.31776 + parent: 1 +- proto: N14ChairOfficeBlueBroken entities: - - uid: 6636 + - uid: 9201 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,167.5 + pos: 45.5,5.5 parent: 1 - - uid: 6637 + - uid: 9202 components: - type: Transform rot: 3.141592653589793 rad - pos: 163.5,125.5 + pos: -25.5,10.5 parent: 1 - - uid: 6638 + - uid: 9203 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,125.5 + rot: 1.5707963267948966 rad + pos: 32.5,-14.5 parent: 1 - - uid: 6639 + - uid: 9204 components: - type: Transform - rot: 3.141592653589793 rad - pos: 162.5,125.5 + pos: 188.5,27.5 parent: 1 - - uid: 6640 + - uid: 9205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 168.5,125.5 + pos: -116.03866,-154.412 parent: 1 - - uid: 6642 + - uid: 9206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-100.5 + rot: -1.5707963267948966 rad + pos: 53.5,157.5 parent: 1 - - uid: 6643 + - uid: 9207 components: - type: Transform rot: 1.5707963267948966 rad - pos: -72.5,-102.5 + pos: 177.68915,-175.56764 parent: 1 - - uid: 6644 + - uid: 9208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 161.5,132.5 + pos: -115.46053,-157.31825 parent: 1 - - uid: 6645 + - uid: 9209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 161.5,133.5 + pos: -116.17928,-151.38075 parent: 1 - - uid: 6646 +- proto: N14ChairOfficeErgonomic + entities: + - uid: 9210 components: - type: Transform rot: -1.5707963267948966 rad - pos: 161.5,131.5 + pos: 114.373276,-5.8451033 parent: 1 - - uid: 6647 + - uid: 9211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,150.5 + rot: 3.141592653589793 rad + pos: 106.5,-48.5 parent: 1 - - uid: 6648 + - uid: 9212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,152.5 + rot: 3.141592653589793 rad + pos: 184.5,-77.5 parent: 1 - - uid: 6649 + - uid: 9213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,148.5 + pos: -18.5,13.5 parent: 1 - - uid: 6650 + - uid: 9214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,172.5 + pos: 48.5,160.5 parent: 1 - - uid: 6651 + - uid: 9215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -309.5,-39.5 + rot: 1.5707963267948966 rad + pos: 215.5,185.5 parent: 1 - - uid: 7158 + - uid: 9216 components: - type: Transform rot: -1.5707963267948966 rad - pos: 199.5,-48.5 + pos: -158.5091,66.17076 parent: 1 - - uid: 7440 + - uid: 9217 components: - type: Transform - pos: -176.5,25.5 + pos: 128.5,16.5 parent: 1 - - uid: 7442 + - uid: 9218 components: - type: Transform - pos: -174.5,25.5 + rot: 1.5707963267948966 rad + pos: -183.51096,62.633858 parent: 1 - - uid: 7450 + - uid: 9219 components: - type: Transform rot: -1.5707963267948966 rad - pos: 199.5,-46.5 - parent: 1 - - uid: 16972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,-48.5 + pos: -176.5,-94.5 parent: 1 - - uid: 17489 + - uid: 9220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,-46.5 + pos: -115.98806,-165.29552 parent: 1 - - uid: 47617 + - uid: 9221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -393.5,91.5 + rot: -1.5707963267948966 rad + pos: -171.5618,64.21823 parent: 1 - - uid: 47625 + - uid: 9222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -390.5,88.5 + rot: -1.5707963267948966 rad + pos: -76.95131,-174.75601 parent: 1 - - uid: 47630 +- proto: N14ChairOfficeGreen + entities: + - uid: 9223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -388.5,88.5 + rot: 1.5707963267948966 rad + pos: 129.5,-12.5 parent: 1 - - uid: 47642 + - uid: 9224 components: - type: Transform rot: 1.5707963267948966 rad - pos: -393.5,93.5 + pos: -51.5,23.5 parent: 1 - - uid: 49923 + - uid: 9225 components: - type: Transform - pos: 56.5,53.5 + rot: 3.141592653589793 rad + pos: 33.5,-20.5 parent: 1 - - uid: 49936 + - uid: 9226 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,43.5 + pos: -38.5,-38.5 parent: 1 - - uid: 49944 + - uid: 9227 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,43.5 + rot: -1.5707963267948966 rad + pos: -37.5,-13.5 parent: 1 - - uid: 49964 + - uid: 9228 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,43.5 + rot: -1.5707963267948966 rad + pos: 79.5,110.5 parent: 1 - - uid: 49972 + - uid: 9229 components: - type: Transform - pos: 59.5,53.5 + rot: 1.5707963267948966 rad + pos: 111.5,14.5 parent: 1 - - uid: 49977 + - uid: 9230 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,43.5 + pos: 112.5,11.5 parent: 1 - - uid: 49981 + - uid: 9231 components: - type: Transform - pos: 55.5,53.5 + rot: -1.5707963267948966 rad + pos: -164.5,-105.5 parent: 1 - - uid: 49995 + - uid: 9232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,52.5 + pos: 26.5,169.5 parent: 1 - - uid: 50001 + - uid: 9233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,44.5 + pos: -173.46498,29.540909 parent: 1 - - uid: 50017 + - uid: 9234 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,48.5 + pos: -138.10889,54.84694 parent: 1 - - uid: 61571 + - uid: 9235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -168.5,29.5 + pos: 176.01207,-171.15321 parent: 1 - - uid: 61576 + - uid: 9236 components: - type: Transform rot: 3.141592653589793 rad - pos: -168.5,24.5 + pos: -134.01775,54.66348 parent: 1 - - uid: 61678 + - uid: 9237 components: - type: Transform - pos: -172.5,28.5 + rot: -1.5707963267948966 rad + pos: -145.03264,54.851227 parent: 1 - - uid: 61703 +- proto: N14ChairOfficeGreenBroken + entities: + - uid: 9238 components: - type: Transform rot: 3.141592653589793 rad - pos: -175.5,26.5 + pos: 184.5,-71.5 parent: 1 - - uid: 61733 + - uid: 9239 components: - type: Transform rot: 1.5707963267948966 rad - pos: -174.5,25.5 + pos: 41.5,-33.5 parent: 1 - - uid: 61734 + - uid: 9240 components: - type: Transform rot: -1.5707963267948966 rad - pos: -173.5,25.5 + pos: 40.5,-72.5 parent: 1 - - uid: 61735 + - uid: 9241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,26.5 + rot: 1.5707963267948966 rad + pos: -35.5,-114.5 parent: 1 - - uid: 61738 + - uid: 9242 components: - type: Transform rot: -1.5707963267948966 rad - pos: -182.5,33.5 + pos: 166.5,54.5 parent: 1 - - uid: 61757 + - uid: 9243 components: - type: Transform rot: 1.5707963267948966 rad - pos: -168.5,24.5 + pos: -49.5,-39.5 parent: 1 - - uid: 61758 + - uid: 9244 components: - type: Transform rot: 3.141592653589793 rad - pos: -174.5,26.5 + pos: 50.5,151.5 parent: 1 - - uid: 61759 + - uid: 9245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 171.26689,-179.65727 + parent: 1 + - uid: 9246 components: - type: Transform rot: 1.5707963267948966 rad - pos: -174.5,26.5 + pos: 203.56258,-31.337597 parent: 1 - - uid: 61766 +- proto: N14ChairOfficeRed + entities: + - uid: 9247 components: - type: Transform - pos: -168.5,28.5 + rot: -1.5707963267948966 rad + pos: -26.5,58.5 parent: 1 - - uid: 61777 + - uid: 9248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,29.5 + pos: -48.5,35.5 parent: 1 - - uid: 61781 + - uid: 9249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,28.5 + pos: 44.5,-30.5 parent: 1 - - uid: 61782 + - uid: 9250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,23.5 + pos: -185.5,-108.5 parent: 1 - - uid: 61783 + - uid: 9251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -159.5,30.5 + rot: -1.5707963267948966 rad + pos: -132.3558,58.166653 parent: 1 - - uid: 61785 + - uid: 9252 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,30.5 + pos: -98.048454,-161.42479 parent: 1 - - uid: 61786 +- proto: N14ChairOfficeRedBroken + entities: + - uid: 9253 components: - type: Transform - pos: -168.5,23.5 + rot: 1.5707963267948966 rad + pos: -242.5,-107.5 parent: 1 - - uid: 61789 + - uid: 9254 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,30.5 + pos: -11.5,10.5 parent: 1 - - uid: 61790 + - uid: 9255 components: - type: Transform - pos: -159.5,29.5 + pos: 42.5,-36.5 parent: 1 - - uid: 61791 + - uid: 9256 components: - type: Transform rot: 1.5707963267948966 rad - pos: -159.5,29.5 + pos: -48.5,-125.5 parent: 1 - - uid: 61792 + - uid: 9257 components: - type: Transform - pos: -161.5,29.5 + rot: 1.5707963267948966 rad + pos: 186.5,38.5 parent: 1 - - uid: 61796 + - uid: 9258 components: - type: Transform - pos: -169.5,23.5 + pos: 48.5,151.5 parent: 1 - - uid: 61797 + - uid: 9259 components: - type: Transform - pos: -160.5,29.5 + pos: -103.88554,-154.2914 parent: 1 - - uid: 61798 +- proto: N14ChairPlastic + entities: + - uid: 9260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,29.5 + rot: 1.5707963267948966 rad + pos: -169.5,-103.5 parent: 1 - - uid: 62478 + - uid: 9261 components: - type: Transform - pos: -175.5,25.5 + rot: -1.5707963267948966 rad + pos: -22.5,-70.5 parent: 1 - - uid: 63914 + - uid: 9262 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,33.5 + pos: 177.5,147.5 parent: 1 - - uid: 63918 + - uid: 9263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,32.5 + rot: 1.5707963267948966 rad + pos: 176.5,146.5 parent: 1 - - uid: 63925 + - uid: 9264 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,33.5 + rot: -1.5707963267948966 rad + pos: 178.5,152.5 parent: 1 - - uid: 63926 + - uid: 9265 components: - type: Transform rot: 3.141592653589793 rad - pos: -181.5,33.5 + pos: 177.5,151.5 parent: 1 - - uid: 65434 + - uid: 9266 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,48.5 + rot: 1.5707963267948966 rad + pos: 176.5,148.5 parent: 1 - - uid: 65450 + - uid: 9267 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,49.5 - parent: 1 - - uid: 65515 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,48.5 + pos: 178.5,148.5 parent: 1 - - uid: 65516 + - uid: 9268 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,49.5 + pos: 167.5,14.5 parent: 1 - - uid: 65617 + - uid: 9269 components: - type: Transform - pos: 94.5,-115.5 + rot: 1.5707963267948966 rad + pos: 162.5,48.5 parent: 1 - - uid: 65618 + - uid: 9270 components: - type: Transform - pos: 97.5,-115.5 + rot: 3.141592653589793 rad + pos: -184.5,-23.5 parent: 1 - - uid: 65619 + - uid: 9271 components: - type: Transform - pos: 98.5,-115.5 + rot: 1.5707963267948966 rad + pos: -182.5,-96.5 parent: 1 - - uid: 65631 + - uid: 9272 components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,-115.5 + pos: -167.5,-102.5 parent: 1 - - uid: 65689 + - uid: 9273 components: - type: Transform - pos: 95.5,-106.5 + rot: 1.5707963267948966 rad + pos: -169.5,-102.5 parent: 1 - - uid: 65693 + - uid: 9274 components: - type: Transform rot: -1.5707963267948966 rad - pos: 94.5,-114.5 + pos: -167.5,-103.5 parent: 1 - - uid: 65696 + - uid: 9275 components: - type: Transform - pos: 96.5,-106.5 + pos: -168.5,-103.5 parent: 1 -- proto: N14BarricadeTanktrap - entities: - - uid: 49955 + - uid: 9276 components: - type: Transform - pos: 55.5,56.5 + rot: 1.5707963267948966 rad + pos: 203.5,-36.5 parent: 1 - - uid: 49957 + - uid: 9277 components: - type: Transform - pos: 55.5,41.5 + rot: 1.5707963267948966 rad + pos: 101.5,-123.5 parent: 1 - - uid: 49961 + - uid: 9278 components: - type: Transform - pos: 59.5,40.5 + rot: 1.5707963267948966 rad + pos: 101.5,-121.5 parent: 1 - - uid: 49966 + - uid: 9279 components: - type: Transform - pos: 59.5,57.5 + rot: 1.5707963267948966 rad + pos: 101.5,-125.5 parent: 1 -- proto: N14BarricadeTanktrapRusty +- proto: N14ChairStoolBarBlack entities: - - uid: 6652 + - uid: 9280 components: - type: Transform - pos: 166.5,121.5 + pos: 136.5,1.5 parent: 1 - - uid: 7611 + - uid: 9281 components: - type: Transform - pos: -177.5,-90.5 + pos: 137.5,1.5 parent: 1 - - uid: 10723 + - uid: 9282 components: - type: Transform - pos: -181.5,-90.5 + pos: 139.5,1.5 parent: 1 -- proto: N14BarricadeWindow - entities: - - uid: 6656 + - uid: 9283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,-148.5 + pos: 140.5,1.5 parent: 1 - - uid: 6658 + - uid: 9284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-148.5 + rot: 3.141592653589793 rad + pos: 134.5,5.5 parent: 1 - - uid: 6661 + - uid: 9285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-148.5 + pos: -65.5,21.5 parent: 1 - - uid: 6663 + - uid: 9286 components: - type: Transform - pos: 80.5,-35.5 + rot: -1.5707963267948966 rad + pos: -75.5,-101.5 parent: 1 - - uid: 6664 + - uid: 9287 components: - type: Transform - pos: 80.5,-33.5 + rot: 1.5707963267948966 rad + pos: 162.5,180.5 parent: 1 - - uid: 6665 + - uid: 9288 components: - type: Transform - pos: 170.5,24.5 + pos: -58.5,-16.5 parent: 1 - - uid: 6666 + - uid: 9289 components: - type: Transform - pos: 192.5,14.5 + pos: -60.5,-16.5 parent: 1 - - uid: 6667 + - uid: 9290 components: - type: Transform - pos: 188.5,46.5 + pos: -63.5,-28.5 parent: 1 - - uid: 6668 + - uid: 9291 components: - type: Transform - pos: 162.5,57.5 + pos: -184.5,38.5 parent: 1 - - uid: 6669 +- proto: N14ChairStoolBarRed + entities: + - uid: 9292 components: - type: Transform - pos: 195.5,23.5 + rot: 3.141592653589793 rad + pos: 135.5,-4.5 parent: 1 - - uid: 6670 + - uid: 9293 components: - type: Transform - pos: 161.5,56.5 + rot: 3.141592653589793 rad + pos: 135.5,-4.5 parent: 1 - - uid: 6671 + - uid: 9294 components: - type: Transform - pos: 175.5,46.5 + rot: 3.141592653589793 rad + pos: 135.5,-2.5 parent: 1 - - uid: 6672 + - uid: 9295 components: - type: Transform - pos: 186.5,46.5 + rot: 3.141592653589793 rad + pos: 134.5,-4.5 parent: 1 - - uid: 6673 + - uid: 9296 components: - type: Transform - pos: 45.5,0.5 + rot: 3.141592653589793 rad + pos: 85.5,-32.5 parent: 1 - - uid: 6674 + - uid: 9297 components: - type: Transform - pos: 44.5,0.5 + rot: 3.141592653589793 rad + pos: 85.5,-38.5 parent: 1 - - uid: 6675 + - uid: 9298 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-12.5 + pos: 85.5,-39.5 parent: 1 - - uid: 6676 + - uid: 9299 components: - type: Transform - pos: 172.5,58.5 + pos: -82.5,-103.5 parent: 1 - - uid: 6677 + - uid: 9300 components: - type: Transform - rot: 3.141592653589793 rad - pos: 191.5,53.5 + pos: -81.5,-103.5 parent: 1 - - uid: 6678 + - uid: 9301 components: - type: Transform - pos: 183.5,176.5 + rot: 1.5707963267948966 rad + pos: -183.5,-171.5 parent: 1 - - uid: 6679 + - uid: 9302 components: - type: Transform - pos: 182.5,176.5 + rot: 1.5707963267948966 rad + pos: -183.5,-172.5 parent: 1 - - uid: 6680 + - uid: 9303 components: - type: Transform - pos: 177.5,169.5 + rot: 1.5707963267948966 rad + pos: -183.5,-173.5 parent: 1 - - uid: 6681 + - uid: 9304 components: - type: Transform rot: 3.141592653589793 rad - pos: -276.5,-88.5 + pos: 180.5,149.5 parent: 1 - - uid: 6682 + - uid: 9305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -311.5,-39.5 + pos: 135.5,-6.5 parent: 1 - - uid: 6683 + - uid: 9306 components: - type: Transform - pos: -182.5,-25.5 + pos: 133.5,-12.5 parent: 1 -- proto: N14BaseAxe - entities: - - uid: 6684 + - uid: 9307 components: - type: Transform - pos: 177.56555,161.2316 + pos: 133.5,-11.5 parent: 1 - - uid: 22560 + - uid: 9308 components: - type: Transform - pos: -196.4209,-120.27555 + rot: 3.141592653589793 rad + pos: 135.5,-2.5 parent: 1 -- proto: N14BaseBallBat - entities: - - uid: 64194 + - uid: 9309 components: - type: Transform - pos: -157.80696,-64.7826 + rot: 3.141592653589793 rad + pos: 134.5,-2.5 parent: 1 - - uid: 64217 + - uid: 9310 components: - type: Transform - pos: -157.46321,-64.81385 + pos: 133.5,-8.5 parent: 1 - - uid: 64220 + - uid: 9311 components: - type: Transform - pos: -166.59921,-63.84485 + pos: 133.5,-9.5 parent: 1 - - uid: 64230 + - uid: 9312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.16394,-53.117184 + pos: 137.5,-6.5 parent: 1 - - uid: 65616 + - uid: 9313 components: - type: Transform - pos: 99.70269,-119.67714 + pos: 136.5,-6.5 parent: 1 -- proto: N14Bed - entities: - - uid: 6685 + - uid: 9314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,110.5 + pos: 133.5,-7.5 parent: 1 - - uid: 6691 + - uid: 9315 components: - type: Transform - pos: 90.5,105.5 + pos: 134.5,-6.5 parent: 1 - - uid: 6692 + - uid: 9316 components: - type: Transform - pos: 129.5,-5.5 + rot: -1.5707963267948966 rad + pos: 140.5,-2.5 parent: 1 - - uid: 6693 +- proto: N14ChairStoolBarTan + entities: + - uid: 9317 components: - type: Transform - pos: 129.5,-1.5 + rot: 3.141592653589793 rad + pos: -292.5,-83.5 parent: 1 - - uid: 6694 + - uid: 9318 components: - type: Transform - pos: 129.5,2.5 + pos: -71.5,28.5 parent: 1 - - uid: 6695 + - uid: 9319 components: - type: Transform - pos: -70.5,28.5 + rot: -1.5707963267948966 rad + pos: -76.5,-101.5 parent: 1 - - uid: 6696 + - uid: 9320 components: - type: Transform - pos: -67.5,21.5 + rot: 1.5707963267948966 rad + pos: 179.5,159.5 parent: 1 - - uid: 6697 + - uid: 9321 components: - type: Transform - pos: 45.5,-17.5 + rot: 3.141592653589793 rad + pos: 179.5,150.5 parent: 1 - - uid: 6698 + - uid: 9322 components: - type: Transform - pos: -41.5,-125.5 + pos: 186.5,25.5 parent: 1 - - uid: 6699 + - uid: 9323 components: - type: Transform - pos: -44.5,-116.5 + anchored: False + pos: 184.57372,26.4717 parent: 1 - - uid: 6700 + - uid: 9324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 181.5,164.5 + pos: 170.5,54.5 parent: 1 - - uid: 6701 + - uid: 9325 components: - type: Transform - rot: 3.141592653589793 rad - pos: 179.5,164.5 + pos: -59.5,-16.5 parent: 1 - - uid: 6702 + - uid: 9326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 181.5,157.5 + pos: -193.5,-136.5 parent: 1 - - uid: 6703 + - uid: 9327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 198.5,222.5 + pos: -192.5,-137.5 parent: 1 - - uid: 6704 + - uid: 9328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 196.5,222.5 + pos: -185.5,39.5 parent: 1 - - uid: 6705 +- proto: N14ChairWood + entities: + - uid: 9329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 194.5,222.5 + pos: -183.52643,-166.4858 parent: 1 - - uid: 6706 + - uid: 9330 components: - type: Transform - pos: -53.5,-18.5 + rot: -1.5707963267948966 rad + pos: -182.68268,-167.2358 parent: 1 - - uid: 6707 + - uid: 9331 components: - type: Transform - pos: -53.5,-22.5 + rot: 3.141592653589793 rad + pos: -180.44962,-168.4563 parent: 1 - - uid: 6708 + - uid: 9332 components: - type: Transform - pos: -53.5,-24.5 + rot: 3.141592653589793 rad + pos: -183.52461,-168.43756 parent: 1 - - uid: 6709 + - uid: 9333 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-18.5 + pos: -180.48892,-166.50455 parent: 1 - - uid: 6710 + - uid: 9334 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-24.5 + rot: 1.5707963267948966 rad + pos: -35.353065,12.508609 parent: 1 - - uid: 6711 + - uid: 9335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-28.5 + rot: 1.5707963267948966 rad + pos: -35.353065,10.674002 parent: 1 - - uid: 6712 + - uid: 9336 components: - type: Transform - pos: -53.5,-28.5 + rot: 1.5707963267948966 rad + pos: -33.228065,12.571152 parent: 1 - - uid: 6713 + - uid: 9337 components: - type: Transform - pos: -20.5,-15.5 + rot: 1.5707963267948966 rad + pos: -33.144733,10.653152 parent: 1 - - uid: 6714 + - uid: 9338 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-22.5 + pos: -3.673297,12.571152 parent: 1 - - uid: 6715 + - uid: 9339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-24.5 + rot: -1.5707963267948966 rad + pos: -3.63163,10.674002 parent: 1 - - uid: 6716 + - uid: 9340 components: - type: Transform - pos: -4.5,-15.5 + rot: -1.5707963267948966 rad + pos: -1.7149639,12.612846 parent: 1 - - uid: 6717 + - uid: 9341 components: - type: Transform - pos: -4.5,-18.5 + rot: -1.5707963267948966 rad + pos: -1.735796,10.548912 parent: 1 - - uid: 10892 + - uid: 9342 components: - type: Transform - rot: 3.141592653589793 rad - pos: -164.5,-101.5 + rot: -1.5707963267948966 rad + pos: -48.63006,-105.85495 parent: 1 - - uid: 12773 + - uid: 9343 components: - type: Transform - pos: 135.5,14.5 + pos: -49.458183,-105.1362 parent: 1 - - uid: 23085 + - uid: 9344 components: - type: Transform - pos: -161.5,-103.5 + rot: -1.5707963267948966 rad + pos: -48.59881,-106.5737 parent: 1 - - uid: 23891 + - uid: 9345 components: - type: Transform - pos: -161.5,-101.5 + rot: 1.5707963267948966 rad + pos: -50.34881,-105.901825 parent: 1 - - uid: 24708 + - uid: 9346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -192.5,50.5 + pos: -50.31756,-106.620575 parent: 1 - - uid: 24720 + - uid: 9347 components: - type: Transform rot: 1.5707963267948966 rad - pos: -192.5,46.5 + pos: -181.19962,-166.7688 parent: 1 - - uid: 44039 + - uid: 9348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,-137.5 + rot: -1.5707963267948966 rad + pos: -182.7371,-167.83755 parent: 1 - - uid: 44041 + - uid: 9349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,-137.5 + rot: 1.5707963267948966 rad + pos: -181.25768,-167.4608 parent: 1 - - uid: 46576 +- proto: N14ChairWood1 + entities: + - uid: 9350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,146.5 + rot: -1.5707963267948966 rad + pos: -52.800587,-131.4711 parent: 1 - - uid: 47290 + - uid: 9351 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,141.5 + pos: 41.535034,-21.322292 parent: 1 - - uid: 47557 + - uid: 9352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,141.5 + rot: 1.5707963267948966 rad + pos: -55.25371,-132.04922 parent: 1 - - uid: 47770 + - uid: 9353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,146.5 + rot: 3.141592653589793 rad + pos: -52.675587,-132.39297 parent: 1 - - uid: 47785 + - uid: 9354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,144.5 + rot: 3.141592653589793 rad + pos: 159.3156,192.24634 parent: 1 - - uid: 47789 + - uid: 9355 components: - type: Transform - pos: 53.5,143.5 + rot: 1.5707963267948966 rad + pos: -60.256996,-28.444683 parent: 1 - - uid: 47795 + - uid: 9356 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,143.5 + pos: -67.372925,-18.053532 parent: 1 - - uid: 47805 + - uid: 9357 components: - type: Transform - pos: 53.5,168.5 + pos: -67.404175,-16.584782 parent: 1 - - uid: 47809 + - uid: 9358 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,166.5 + pos: -66.529175,-16.600407 parent: 1 - - uid: 47811 + - uid: 9359 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,168.5 + pos: 167.01437,192.5176 parent: 1 - - uid: 47813 + - uid: 9360 + components: + - type: Transform + pos: 97.56616,-114.25012 + parent: 1 + - uid: 9361 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,168.5 + pos: 86.82374,-127.46602 parent: 1 - - uid: 47819 + - uid: 9362 components: - type: Transform - pos: 50.5,166.5 + rot: 1.5707963267948966 rad + pos: -191.43025,-100.34655 parent: 1 - - uid: 47827 + - uid: 9363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,144.5 + rot: 3.141592653589793 rad + pos: -190.47713,-101.45515 parent: 1 - - uid: 47880 + - uid: 9364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,51.5 + pos: -190.51004,-99.46356 parent: 1 - - uid: 49863 +- proto: N14ChairWoodPadded + entities: + - uid: 9365 components: - type: Transform - pos: 102.5,8.5 + pos: 94.861374,101.429955 parent: 1 - - uid: 55378 + - uid: 9366 components: - type: Transform rot: 3.141592653589793 rad - pos: -187.5,-137.5 + pos: 125.30555,34.530857 parent: 1 - - uid: 55449 + - uid: 9367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -164.5,-103.5 + rot: -1.5707963267948966 rad + pos: -76.46398,0.5834539 parent: 1 - - uid: 61483 + - uid: 9368 components: - type: Transform - pos: 135.5,16.5 + rot: 1.5707963267948966 rad + pos: -78.48482,0.64599717 parent: 1 - - uid: 61504 + - uid: 9369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,14.5 + rot: 1.5707963267948966 rad + pos: 40.271816,-20.40499 parent: 1 - - uid: 61521 + - uid: 9370 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,16.5 + rot: -1.5707963267948966 rad + pos: -52.407944,-111.43678 parent: 1 - - uid: 61776 + - uid: 9371 components: - type: Transform - pos: -185.5,45.5 + rot: 3.141592653589793 rad + pos: 94.93182,99.87269 parent: 1 - - uid: 61788 + - uid: 9372 components: - type: Transform - pos: -179.5,45.5 + rot: 3.141592653589793 rad + pos: 94.08807,99.91956 parent: 1 - - uid: 61820 + - uid: 9373 components: - type: Transform - pos: -182.5,45.5 + rot: 1.5707963267948966 rad + pos: 93.26763,100.5055 parent: 1 - - uid: 61908 + - uid: 9374 components: - type: Transform - pos: -144.5,61.5 + rot: -1.5707963267948966 rad + pos: 95.62656,100.43519 parent: 1 - - uid: 61913 + - uid: 9375 components: - type: Transform - pos: -144.5,64.5 + pos: 94.00928,101.429955 parent: 1 - - uid: 61930 + - uid: 9376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,64.5 + rot: -1.5707963267948966 rad + pos: -58.663246,-28.444683 parent: 1 - - uid: 61931 + - uid: 9377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,61.5 + rot: 1.5707963267948966 rad + pos: 102.62069,4.152813 parent: 1 - - uid: 62608 + - uid: 9378 components: - type: Transform - pos: -185.5,48.5 + rot: -1.5707963267948966 rad + pos: 104.39413,4.6787286 parent: 1 - - uid: 63982 + - uid: 9379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -159.5,72.5 + rot: -1.5707963267948966 rad + pos: 104.40636,4.1161213 parent: 1 - - uid: 65658 + - uid: 9380 components: - type: Transform - pos: 104.5,-103.5 + rot: 1.5707963267948966 rad + pos: 102.65739,4.8254957 parent: 1 -- proto: N14BedDirty +- proto: N14ChairWoodSettler entities: - - uid: 48 + - uid: 9381 components: - type: Transform - pos: -197.5,-104.5 + rot: 1.5707963267948966 rad + pos: -329.57315,79.62132 parent: 1 - - uid: 49 + - uid: 9382 components: - type: Transform - pos: -197.5,-110.5 + pos: 166.5,179.5 parent: 1 - - uid: 50 + - uid: 9383 components: - type: Transform - pos: -197.5,-107.5 + rot: -1.5707963267948966 rad + pos: 168.5,175.5 parent: 1 - - uid: 6718 + - uid: 9384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,-166.5 + rot: 1.5707963267948966 rad + pos: 162.5,175.5 parent: 1 - - uid: 6719 + - uid: 9385 components: - type: Transform rot: -1.5707963267948966 rad - pos: -185.5,-165.5 + pos: 168.5,177.5 parent: 1 - - uid: 6720 + - uid: 9386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-167.5 + rot: -1.5707963267948966 rad + pos: 168.5,178.5 parent: 1 - - uid: 6723 + - uid: 9387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,-166.5 + pos: 164.5,179.5 parent: 1 - - uid: 6724 + - uid: 9388 components: - type: Transform - pos: -22.5,11.5 + rot: -1.5707963267948966 rad + pos: 168.5,176.5 parent: 1 - - uid: 6725 + - uid: 9389 components: - type: Transform rot: 1.5707963267948966 rad - pos: 105.5,21.5 + pos: 162.5,176.5 parent: 1 - - uid: 6726 + - uid: 9390 components: - type: Transform - pos: -64.5,21.5 + rot: 1.5707963267948966 rad + pos: 162.5,178.5 parent: 1 - - uid: 6727 + - uid: 9391 components: - type: Transform - pos: 20.5,-19.5 + pos: 163.5,179.5 parent: 1 - - uid: 6728 + - uid: 9392 components: - type: Transform - pos: 20.5,-15.5 + pos: 167.5,179.5 parent: 1 - - uid: 6729 + - uid: 9393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,-167.5 + rot: 1.5707963267948966 rad + pos: 162.5,177.5 parent: 1 - - uid: 6730 + - uid: 9394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,-165.5 + rot: 1.5707963267948966 rad + pos: 211.5029,-29.381119 parent: 1 - - uid: 6731 + - uid: 9395 components: - type: Transform rot: -1.5707963267948966 rad - pos: 159.5,103.5 + pos: 213.60707,-29.360273 parent: 1 - - uid: 6733 + - uid: 9396 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,161.5 + rot: 1.5707963267948966 rad + pos: 118.2923,-17.469385 parent: 1 - - uid: 6734 + - uid: 9397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,29.5 + pos: -69.42686,2.4806046 parent: 1 - - uid: 6735 + - uid: 9398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,31.5 + rot: 1.5707963267948966 rad + pos: -70.42686,1.5945725 parent: 1 - - uid: 6736 + - uid: 9399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,31.5 + rot: 3.141592653589793 rad + pos: -69.478935,0.7293877 parent: 1 - - uid: 6737 + - uid: 9400 components: - type: Transform - pos: -20.5,-18.5 + rot: 1.5707963267948966 rad + pos: 41.452526,-16.364698 parent: 1 - - uid: 6738 + - uid: 9401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-24.5 + pos: 41.521816,-19.445992 parent: 1 - - uid: 7836 + - uid: 9402 components: - type: Transform - pos: 96.5,-10.5 + pos: -42.685043,-127.161285 parent: 1 - - uid: 65238 + - uid: 9403 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-101.5 + rot: -1.5707963267948966 rad + pos: -82.23857,-109.519875 parent: 1 - - uid: 65397 + - uid: 9404 components: - type: Transform - pos: 80.5,-129.5 + rot: 3.141592653589793 rad + pos: 44.515297,52.516743 parent: 1 - - uid: 65401 + - uid: 9405 components: - type: Transform - pos: 87.5,-132.5 + pos: 44.499672,54.860493 parent: 1 - - uid: 65666 + - uid: 9406 components: - type: Transform - pos: 99.5,-112.5 + rot: 1.5707963267948966 rad + pos: 43.765297,54.126118 parent: 1 - - uid: 65699 + - uid: 9407 components: - type: Transform - pos: 97.5,-112.5 + rot: 1.5707963267948966 rad + pos: 43.765297,54.126118 parent: 1 -- proto: N14BedMattress0 - entities: - - uid: 6746 + - uid: 9408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 113.5,-4.5 + rot: 1.5707963267948966 rad + pos: 43.765297,53.344868 parent: 1 - - uid: 6747 + - uid: 9409 components: - type: Transform - pos: 108.5,21.5 + pos: 165.51814,26.650875 parent: 1 - - uid: 6748 + - uid: 9410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-76.5 + rot: -1.5707963267948966 rad + pos: 92.94978,108.29042 parent: 1 - - uid: 11542 + - uid: 9411 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,36.5 + rot: 1.5707963267948966 rad + pos: -68.20398,-17.272282 parent: 1 -- proto: N14BedMattressDirty1 - entities: - - uid: 6765 + - uid: 9412 components: - type: Transform - pos: 170.5,-67.5 + pos: -20.41433,-11.5672455 parent: 1 - - uid: 6766 + - uid: 9413 components: - type: Transform - pos: 118.5,21.5 + rot: 3.141592653589793 rad + pos: -20.41433,-13.418808 parent: 1 - - uid: 6767 + - uid: 9414 components: - type: Transform - pos: -70.5,21.5 + rot: 3.141592653589793 rad + pos: -185.47385,-110.32384 parent: 1 - - uid: 6768 + - uid: 9415 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-50.5 + pos: -160.74086,66.25888 parent: 1 - - uid: 6769 + - uid: 9416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,-18.5 + rot: -1.5707963267948966 rad + pos: 92.91404,3.819498 parent: 1 - - uid: 62981 + - uid: 9417 components: - type: Transform - pos: 202.5,-33.5 + pos: 92.72513,6.0797415 parent: 1 -- proto: N14BedMattressDirty2 +- proto: N14ChalkboardFloor entities: - - uid: 6770 + - uid: 9418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -292.5,-82.5 + pos: -51.5,26.5 parent: 1 - - uid: 6771 +- proto: N14ChalkboardFloor12 + entities: + - uid: 9419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,-7.5 + pos: 110.5,-8.5 parent: 1 - - uid: 6772 +- proto: N14ChalkboardFloor13 + entities: + - uid: 9420 components: - type: Transform - pos: 166.5,-67.5 + pos: -57.5,31.5 parent: 1 - - uid: 6773 +- proto: N14ChalkboardFloor17 + entities: + - uid: 9421 components: - type: Transform - pos: 170.5,-70.5 + pos: -26.5,67.5 parent: 1 - - uid: 6774 +- proto: N14ChalkboardWall + entities: + - uid: 9422 components: - type: Transform - pos: 166.5,-68.5 + pos: -33.5,4.5 parent: 1 - - uid: 6775 +- proto: N14ChalkboardWall1 + entities: + - uid: 9423 components: - type: Transform - pos: 110.5,21.5 + rot: -1.5707963267948966 rad + pos: 185.5,32.5 parent: 1 - - uid: 6776 +- proto: N14ChalkboardWall13 + entities: + - uid: 9424 components: - type: Transform - pos: -67.5,28.5 + pos: 89.5,20.5 parent: 1 - - uid: 6777 +- proto: N14ChalkboardWall9 + entities: + - uid: 9425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 161.5,-94.5 + pos: -45.5,-99.5 parent: 1 - - uid: 6778 +- proto: N14ChemicalSyringe + entities: + - uid: 9426 components: - type: Transform - pos: 159.5,-94.5 + pos: 88.24912,19.86908 parent: 1 - - uid: 6779 +- proto: N14ChemicalSyringeAntidote + entities: + - uid: 7873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,29.5 - parent: 1 - - uid: 6780 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7874 components: - type: Transform - pos: 193.5,20.5 - parent: 1 - - uid: 6781 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8248 components: - type: Transform - pos: 191.5,18.5 - parent: 1 - - uid: 6782 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8249 components: - type: Transform - pos: 191.5,17.5 - parent: 1 - - uid: 6783 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8250 components: - type: Transform - pos: 193.5,16.5 - parent: 1 - - uid: 6784 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9427 components: - type: Transform - pos: -53.5,-26.5 + pos: -48.73478,34.766155 parent: 1 - - uid: 6785 + - uid: 9429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-50.5 - parent: 1 - - uid: 6786 + parent: 9428 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14Cigarette + entities: + - uid: 9433 components: - type: Transform rot: 3.141592653589793 rad - pos: -185.5,-21.5 + pos: 22.435423,-57.219486 parent: 1 - - uid: 11518 + - uid: 9434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -184.5,36.5 + pos: 177.57693,148.48564 parent: 1 -- proto: N14BedMattressDirty3 - entities: - - uid: 6404 + - uid: 9435 components: - type: Transform - pos: 202.5,-31.5 + rot: 3.141592653589793 rad + pos: 22.449312,-57.55976 parent: 1 - - uid: 6793 + - uid: 9436 components: - type: Transform - pos: 180.5,-69.5 + pos: 123.32272,181.18091 parent: 1 - - uid: 6794 +- proto: N14CigarettePackKool + entities: + - uid: 9437 components: - type: Transform - pos: 170.5,-71.5 + pos: 20.424799,-57.423664 parent: 1 - - uid: 6795 + - uid: 9438 components: - type: Transform - pos: 166.5,-66.5 + pos: 20.688688,-57.548664 parent: 1 - - uid: 6796 + - uid: 9439 components: - type: Transform - pos: 185.5,-67.5 + pos: 28.948324,144.58255 parent: 1 - - uid: 6797 +- proto: N14CigarettePackMarlboro + entities: + - uid: 7470 components: - type: Transform - pos: 185.5,-66.5 + parent: 7468 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9440 + components: + - type: Transform + pos: 20.612299,-57.99311 parent: 1 - - uid: 6799 + - uid: 9441 components: - type: Transform - pos: 59.5,154.5 + pos: 20.355354,-57.86811 parent: 1 - - uid: 6800 + - uid: 9442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 189.5,193.5 + pos: 101.08149,-6.354975 parent: 1 - - uid: 6801 + - uid: 9443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 179.5,160.5 + pos: 28.569176,144.85162 parent: 1 - - uid: 6802 + - uid: 9444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 181.5,160.5 + pos: -190.70114,27.632833 parent: 1 - - uid: 6803 +- proto: N14CigarettePackRepublics + entities: + - uid: 9445 components: - type: Transform - pos: 191.5,15.5 + pos: 26.473286,-58.245255 parent: 1 - - uid: 6804 + - uid: 9446 components: - type: Transform - pos: 193.5,17.5 + pos: -166.45796,-110.562096 parent: 1 - - uid: 6805 + - uid: 9447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-50.5 + pos: -166.66109,-110.437096 parent: 1 - - uid: 50012 + - uid: 9448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,48.5 + pos: -166.31734,-110.280846 parent: 1 -- proto: N14BedMattressDirty4 - entities: - - uid: 6732 + - uid: 9449 components: - type: Transform - pos: 59.5,160.5 + pos: -166.61421,-110.14022 parent: 1 - - uid: 6806 + - uid: 9450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,-10.5 + pos: -190.60213,-100.37702 parent: 1 - - uid: 6807 +- proto: N14CigarettePackSalem + entities: + - uid: 9451 components: - type: Transform - pos: 180.5,-66.5 + pos: 20.397022,-59.437824 parent: 1 - - uid: 6808 + - uid: 9452 components: - type: Transform - pos: 180.5,-67.5 + pos: 20.688688,-59.548935 parent: 1 - - uid: 6809 + - uid: 9453 components: - type: Transform - pos: 180.5,-68.5 + pos: 134.39783,-12.180857 parent: 1 - - uid: 6810 +- proto: N14CigarettePackWinston + entities: + - uid: 9454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-56.5 + pos: 128.3839,2.8566434 parent: 1 - - uid: 6811 + - uid: 9455 components: - type: Transform - pos: -50.5,-109.5 + pos: 20.397022,-59.94587 parent: 1 - - uid: 6813 + - uid: 9456 components: - type: Transform - pos: 59.5,157.5 + pos: 20.619244,-60.063927 parent: 1 - - uid: 6814 +- proto: N14CigaretteRepublic + entities: + - uid: 9457 components: - type: Transform rot: 3.141592653589793 rad - pos: 179.5,162.5 + pos: -27.537615,58.848633 parent: 1 - - uid: 6815 +- proto: N14CigaretteRollie + entities: + - uid: 9458 components: - type: Transform rot: 1.5707963267948966 rad - pos: -169.5,-73.5 + pos: 172.5678,149.65218 parent: 1 - - uid: 6816 + - uid: 9459 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-50.5 + pos: 172.33948,149.61955 parent: 1 - - uid: 6817 +- proto: N14CigaretteSalem + entities: + - uid: 9460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,-19.5 + pos: 135.26851,-3.4212441 parent: 1 - - uid: 6818 + - uid: 9461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-28.5 + pos: 53.66961,142.76318 parent: 1 - - uid: 44378 +- proto: N14CigaretteSpent + entities: + - uid: 9462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-93.5 + rot: -1.5707963267948966 rad + pos: 180.07889,152.75758 parent: 1 - - uid: 44505 + - uid: 9464 components: - type: Transform - pos: 55.5,158.5 - parent: 1 - - uid: 44888 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9465 components: - type: Transform - pos: 55.5,155.5 - parent: 1 - - uid: 44917 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9466 components: - type: Transform - pos: 55.5,161.5 - parent: 1 - - uid: 64437 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9467 components: - type: Transform - pos: -5.5,-35.5 - parent: 1 -- proto: N14BedMattressDirty5 - entities: - - uid: 6819 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9468 components: - type: Transform - pos: 170.5,-69.5 - parent: 1 - - uid: 6820 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9469 components: - type: Transform - pos: 170.5,-68.5 - parent: 1 - - uid: 6821 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9470 components: - type: Transform - pos: 170.5,-66.5 - parent: 1 - - uid: 6822 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9471 components: - type: Transform - pos: 115.5,21.5 - parent: 1 - - uid: 6823 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-56.5 - parent: 1 - - uid: 6824 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 181.5,162.5 - parent: 1 - - uid: 50008 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,50.5 - parent: 1 -- proto: N14Bedroll - entities: - - uid: 6541 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9475 components: - type: Transform - pos: 147.5,155.5 - parent: 1 - - uid: 6543 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9476 components: - type: Transform - pos: 149.5,155.5 - parent: 1 - - uid: 6554 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9477 components: - type: Transform - pos: 153.5,155.5 - parent: 1 - - uid: 6825 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9478 components: - type: Transform - pos: -48.5,-132.5 - parent: 1 - - uid: 6826 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9479 components: - type: Transform - pos: -70.5,-133.5 - parent: 1 - - uid: 6827 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9480 components: - type: Transform - pos: 172.5,53.5 - parent: 1 - - uid: 6828 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9481 components: - type: Transform - pos: 172.5,54.5 - parent: 1 - - uid: 11083 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9482 components: - type: Transform - pos: 151.5,155.5 - parent: 1 - - uid: 22985 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9483 components: - type: Transform - pos: 149.5,183.5 - parent: 1 - - uid: 23401 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9484 components: - type: Transform - pos: -182.5,-127.5 - parent: 1 - - uid: 24151 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9485 components: - type: Transform - pos: -182.5,-131.5 - parent: 1 - - uid: 25440 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9486 components: - type: Transform - pos: -78.5,-166.5 - parent: 1 - - uid: 25472 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9487 components: - type: Transform - pos: -80.5,-167.5 - parent: 1 - - uid: 46612 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9488 components: - type: Transform - pos: 156.5,183.5 - parent: 1 - - uid: 46623 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9489 components: - type: Transform - pos: 142.5,183.5 - parent: 1 - - uid: 47993 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9490 components: - type: Transform - pos: 181.5,138.5 - parent: 1 - - uid: 65068 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9491 components: - type: Transform - pos: 207.5,169.5 - parent: 1 -- proto: N14BedWood - entities: - - uid: 6834 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,-4.5 - parent: 1 - - uid: 6835 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,-4.5 + parent: 9463 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9494 + components: + - type: Transform + pos: 170.30325,148.7094 parent: 1 - - uid: 6836 + - uid: 9495 components: - type: Transform - pos: 113.5,21.5 + pos: 22.539589,-57.80976 parent: 1 - - uid: 6837 + - uid: 9496 components: - type: Transform - pos: 122.5,35.5 + rot: -1.5707963267948966 rad + pos: 171.24908,151.90143 parent: 1 - - uid: 6838 + - uid: 9497 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,5.5 + pos: 180.86165,152.85542 parent: 1 - - uid: 6839 + - uid: 9498 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,4.5 + pos: 19.994928,-58.8337 parent: 1 - - uid: 6840 + - uid: 9499 components: - type: Transform - pos: 45.5,-21.5 + rot: 3.141592653589793 rad + pos: 19.98104,-56.401676 parent: 1 - - uid: 6841 + - uid: 9500 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-111.5 + pos: 20.20789,-56.137787 parent: 1 - - uid: 6844 + - uid: 9501 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,189.5 + rot: -1.5707963267948966 rad + pos: 20.268076,-56.068344 parent: 1 - - uid: 6847 + - uid: 9502 components: - type: Transform - pos: 31.5,76.5 + pos: 26.956577,-56.29081 parent: 1 - - uid: 6848 + - uid: 9503 components: - type: Transform - pos: 31.5,78.5 + pos: 26.887571,-62.67721 parent: 1 - - uid: 6849 + - uid: 9504 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,49.5 + pos: 26.234793,-62.81147 parent: 1 - - uid: 6850 + - uid: 9505 components: - type: Transform - pos: 31.5,77.5 + rot: -1.5707963267948966 rad + pos: 20.291224,-56.063713 parent: 1 - - uid: 7159 + - uid: 9506 components: - type: Transform - pos: 204.5,-29.5 + rot: -1.5707963267948966 rad + pos: 26.96603,-56.148365 parent: 1 - - uid: 16773 + - uid: 9507 components: - type: Transform - pos: 204.5,-25.5 + pos: 102.1583,1.2652178 parent: 1 - - uid: 23091 + - uid: 9508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -195.5,-130.5 + rot: 3.141592653589793 rad + pos: 20.10604,-56.096123 parent: 1 - - uid: 23115 + - uid: 9509 components: - type: Transform rot: 1.5707963267948966 rad - pos: -195.5,-124.5 - parent: 1 - - uid: 47160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -379.5,104.5 + pos: 180.78012,148.27516 parent: 1 - - uid: 47180 + - uid: 9510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -379.5,103.5 + rot: -1.5707963267948966 rad + pos: 101.0333,0.7495928 parent: 1 - - uid: 47193 + - uid: 9511 components: - type: Transform rot: 3.141592653589793 rad - pos: -379.5,102.5 - parent: 1 - - uid: 47194 - components: - - type: Transform - pos: -375.5,102.5 - parent: 1 - - uid: 47225 - components: - - type: Transform - pos: -375.5,103.5 - parent: 1 - - uid: 47226 - components: - - type: Transform - pos: -375.5,104.5 - parent: 1 -- proto: N14BlackBarrel - entities: - - uid: 6851 - components: - - type: Transform - pos: -81.5,-120.5 + pos: 100.73643,2.2495928 parent: 1 - - uid: 6852 + - uid: 9512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-100.5 + pos: 26.100534,-62.81147 parent: 1 - - uid: 44263 + - uid: 9513 components: - type: Transform rot: 1.5707963267948966 rad - pos: -240.5,-105.5 + pos: 26.915348,-62.718876 parent: 1 -- proto: N14BlackBarrelFull - entities: - - uid: 44319 + - uid: 9514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -239.5,-105.5 + pos: 20.055113,-59.009624 parent: 1 -- proto: N14BlackBarrelOpen - entities: - - uid: 6855 + - uid: 9515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-100.5 + rot: -1.5707963267948966 rad + pos: 20.10604,-59.04666 parent: 1 - - uid: 15092 + - uid: 9516 components: - type: Transform - pos: 129.5,5.5 + rot: 3.141592653589793 rad + pos: 26.942883,-56.046513 parent: 1 -- proto: N14BlueBarrel - entities: - - uid: 6856 + - uid: 9517 components: - type: Transform - pos: -42.5,-105.5 + rot: 3.141592653589793 rad + pos: 26.734549,-56.004845 parent: 1 - - uid: 6860 + - uid: 9518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 211.5,209.5 + rot: 3.141592653589793 rad + pos: 26.859793,-62.43647 parent: 1 - - uid: 6861 + - uid: 9519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 210.5,209.5 + pos: 26.744053,-62.93647 parent: 1 - - uid: 62412 + - uid: 9520 components: - type: Transform - pos: -172.5,33.5 + rot: -1.5707963267948966 rad + pos: 26.804237,-62.41795 parent: 1 -- proto: N14BlueBarrelOpen - entities: - - uid: 6862 + - uid: 9521 components: - type: Transform - pos: -41.5,-105.5 + rot: -1.5707963267948966 rad + pos: 20.041224,-61.04997 parent: 1 - - uid: 8497 + - uid: 9522 components: - type: Transform rot: 1.5707963267948966 rad - pos: -239.5,-104.5 - parent: 1 - - uid: 24624 - components: - - type: Transform - pos: -172.5,32.5 + pos: 180.93503,152.41512 parent: 1 - - uid: 47233 + - uid: 9523 components: - type: Transform rot: -1.5707963267948966 rad - pos: -379.5,105.5 - parent: 1 -- proto: N14Bonfire - entities: - - uid: 5653 - components: - - type: Transform - pos: 165.5,176.5 + pos: 20.272705,-56.082233 parent: 1 - - uid: 23251 + - uid: 9524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,128.5 + rot: -1.5707963267948966 rad + pos: 20.082943,-56.235012 parent: 1 - - uid: 23252 + - uid: 9525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 148.5,159.5 + rot: -1.5707963267948966 rad + pos: 26.179237,-62.56147 parent: 1 - - uid: 27565 + - uid: 9526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,128.5 + rot: -1.5707963267948966 rad + pos: 26.933622,-56.20392 parent: 1 - - uid: 46656 + - uid: 9527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,178.5 + pos: -194.14104,21.635416 parent: 1 - - uid: 59726 + - uid: 9528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,151.5 + pos: -192.81511,27.108282 parent: 1 - - uid: 60960 + - uid: 9529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,179.5 + rot: -1.5707963267948966 rad + pos: -192.95573,27.733282 parent: 1 - - uid: 60973 + - uid: 9530 components: - type: Transform rot: 1.5707963267948966 rad - pos: 169.5,133.5 + pos: -187.68791,22.713541 parent: 1 - - uid: 60984 + - uid: 9531 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,185.5 + pos: -185.75163,30.874115 parent: 1 - - uid: 60990 + - uid: 9532 components: - type: Transform rot: 1.5707963267948966 rad - pos: 167.5,151.5 + pos: -100.32219,-175.75676 parent: 1 - - uid: 60992 + - uid: 9533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 147.5,152.5 + pos: -100.54234,-175.33481 parent: 1 - - uid: 61001 + - uid: 9534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,168.5 + pos: -97.496925,-174.80278 parent: 1 - - uid: 61006 + - uid: 9535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,131.5 + rot: -1.5707963267948966 rad + pos: -91.97052,-172.13281 parent: 1 - - uid: 61008 + - uid: 9536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,120.5 + rot: 3.141592653589793 rad + pos: -81.19534,-168.7975 parent: 1 - - uid: 61009 + - uid: 9537 components: - type: Transform rot: 1.5707963267948966 rad - pos: 169.5,120.5 + pos: -79.856094,-166.65103 parent: 1 - - uid: 65248 + - uid: 9538 components: - type: Transform - pos: 205.5,-36.5 + pos: -106.08143,-151.38358 parent: 1 -- proto: N14Bookshelf +- proto: N14CigaretteWinston entities: - - uid: 6867 + - uid: 332 components: - type: Transform - pos: -81.5,-109.5 - parent: 1 - - uid: 6868 + parent: 328 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 333 components: - type: Transform - pos: 89.5,99.5 - parent: 1 - - uid: 7390 + parent: 328 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClosetBaseW + entities: + - uid: 9539 components: - type: Transform - pos: 82.5,110.5 + pos: -188.5,-104.5 parent: 1 - - uid: 11215 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9542 + - 9541 + - 9540 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9543 components: - type: Transform - pos: -159.5,63.5 + pos: -24.5,-57.5 parent: 1 - - uid: 11299 + - type: Physics + bodyType: Static + - uid: 9544 components: - type: Transform - pos: -159.5,68.5 + pos: 133.5,23.5 parent: 1 - - uid: 11560 + - type: Physics + bodyType: Static + - uid: 9545 components: - type: Transform - pos: -158.5,63.5 + pos: -162.5,-94.5 parent: 1 - - uid: 47585 + - type: Physics + bodyType: Static + - uid: 9546 components: - type: Transform - pos: -391.5,94.5 + pos: -196.5,-98.5 parent: 1 - - uid: 50031 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9548 + - 9549 + - 9550 + - 9547 + - 9551 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9552 components: - type: Transform - pos: 111.5,16.5 + pos: -188.5,-103.5 parent: 1 - - uid: 63845 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9555 + - 9553 + - 9554 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14ClosetCabinetWood + entities: + - uid: 206 components: - type: Transform - pos: -180.5,38.5 + pos: 140.5,-8.5 parent: 1 - - uid: 63856 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 236 + - 235 + - 233 + - 234 + - 231 + - 232 + - 208 + - 207 + - 230 + - 229 + - 227 + - 228 + - 225 + - 226 + - 223 + - 224 + - 210 + - 222 + - 214 + - 211 + - 212 + - 209 + - 221 + - 219 + - 220 + - 217 + - 218 + - 215 + - 216 + - 213 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 328 components: - type: Transform - pos: -158.5,68.5 + pos: 120.5,35.5 parent: 1 -- proto: N14BookshelfDestroyed - entities: - - uid: 6876 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 332 + - 329 + - 331 + - 333 + - 330 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6049 components: - type: Transform - pos: -79.5,1.5 + pos: 135.5,2.5 parent: 1 - - uid: 6878 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6051 + - 6050 + - 6052 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6054 components: - type: Transform - pos: -50.5,-130.5 + pos: 127.5,2.5 parent: 1 - - uid: 6879 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6055 + - 6056 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7700 components: - type: Transform - pos: -84.5,-105.5 + pos: -51.5,-129.5 parent: 1 - - uid: 6880 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7711 + - 7709 + - 7713 + - 7701 + - 7705 + - 7706 + - 7710 + - 7704 + - 7707 + - 7702 + - 7708 + - 7703 + - 7712 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8357 components: - type: Transform - pos: -45.5,-113.5 + pos: 174.5,157.5 parent: 1 - - uid: 6881 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8359 + - 8358 + - 8360 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9556 components: - type: Transform - pos: -44.5,-113.5 + pos: -337.5,80.5 parent: 1 - - uid: 6882 + - type: Physics + bodyType: Static + - uid: 9557 components: - type: Transform - pos: 165.5,-92.5 + pos: 147.5,150.5 parent: 1 - - uid: 6883 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9560 + - 9559 + - 9558 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9561 components: - type: Transform - pos: -171.5,-70.5 + pos: 127.5,-5.5 parent: 1 - - uid: 6884 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9562 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9563 components: - type: Transform - pos: 175.5,31.5 + pos: 127.5,-1.5 parent: 1 - - uid: 6885 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9564 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9565 components: - type: Transform - pos: 168.5,56.5 + pos: -65.5,-27.5 parent: 1 - - uid: 6886 + - type: Physics + bodyType: Static + - uid: 9566 components: - type: Transform - pos: 188.5,175.5 + pos: 148.5,150.5 parent: 1 - - uid: 6887 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9569 + - 9567 + - 9570 + - 9568 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9571 components: - type: Transform - pos: 187.5,175.5 + pos: 174.5,158.5 parent: 1 - - uid: 6888 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9573 + - 9572 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9574 components: - type: Transform - pos: -290.5,-84.5 + pos: -159.5,73.5 parent: 1 - - uid: 6890 + - type: Physics + bodyType: Static +- proto: N14ClosetCabinetWoodRefilling + entities: + - uid: 9575 components: - type: Transform - pos: 90.5,99.5 + pos: 42.5,49.5 parent: 1 - - uid: 6891 + - type: Physics + bodyType: Static + - uid: 9576 components: - type: Transform - pos: 12.5,-60.5 + pos: 29.5,78.5 parent: 1 - - uid: 6892 + - type: Physics + bodyType: Static + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 75 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 9577 components: - type: Transform - pos: -24.5,-14.5 + pos: 48.5,161.5 parent: 1 - - uid: 6893 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9578 components: - type: Transform - pos: -183.5,-17.5 + pos: 191.5,42.5 parent: 1 - - uid: 6894 + - type: Physics + bodyType: Static +- proto: N14ClosetDouble + entities: + - uid: 5957 components: - type: Transform - pos: -182.5,-17.5 + pos: 100.5,-4.5 parent: 1 - - uid: 7790 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5977 + - 5978 + - 5975 + - 5971 + - 5976 + - 5972 + - 5973 + - 5974 + - 5979 + - 5968 + - 5967 + - 5959 + - 5966 + - 5964 + - 5963 + - 5960 + - 5962 + - 5961 + - 5965 + - 5958 + - 5969 + - 5970 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 5993 components: - type: Transform - pos: 163.5,190.5 + pos: 171.5,47.5 parent: 1 - - uid: 23917 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5994 + - 5995 + - 5996 + - 5997 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6036 components: - type: Transform - pos: 169.5,190.5 + pos: 190.5,24.5 parent: 1 - - uid: 46671 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6037 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6038 components: - type: Transform - pos: 154.5,183.5 + pos: 170.5,51.5 parent: 1 - - uid: 65231 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6041 + - 6040 + - 6039 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9579 components: - type: Transform - pos: 81.5,-106.5 + pos: 175.5,-71.5 parent: 1 - - uid: 65274 + - type: Physics + bodyType: Static + - uid: 9580 components: - type: Transform - pos: 82.5,-106.5 + pos: -187.5,-188.5 parent: 1 - - uid: 65398 + - type: Physics + bodyType: Static + - uid: 9581 components: - type: Transform - pos: 80.5,-126.5 + pos: -188.5,-188.5 parent: 1 - - uid: 65675 + - type: Physics + bodyType: Static + - uid: 9582 components: - type: Transform - pos: 101.5,-109.5 + pos: 163.5,56.5 parent: 1 - - uid: 65678 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9583 components: - type: Transform - pos: 97.5,-109.5 + pos: -18.5,-61.5 parent: 1 - - uid: 65679 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9584 components: - type: Transform - pos: 100.5,-109.5 + pos: -186.5,56.5 parent: 1 -- proto: N14BookshelfDirty + - type: Physics + bodyType: Static +- proto: N14ClosetDoubleRefilling entities: - - uid: 3486 + - uid: 9585 components: - type: Transform - pos: 169.5,191.5 + pos: 168.5,47.5 parent: 1 - - uid: 6895 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14ClosetFridgeDirty + entities: + - uid: 6611 components: - type: Transform - pos: -11.5,8.5 + pos: 96.5,105.5 parent: 1 - - uid: 6896 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6614 + - 6612 + - 6613 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6616 components: - type: Transform - pos: -31.5,8.5 + pos: 136.5,-12.5 parent: 1 - - uid: 6898 - components: - - type: Transform - pos: -79.5,2.5 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6617 + - 6619 + - 6618 + - 6621 + - 6620 + - 6623 + - 6622 + - 6625 + - 6624 + - 6627 + - 6626 + - 6629 + - 6628 + - 6631 + - 6630 + - 6633 + - 6632 + - 6635 + - 6634 + - 6637 + - 6636 + - 6639 + - 6638 + - 6641 + - 6640 + - 6642 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7686 + components: + - type: Transform + pos: -184.5,-123.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + 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: + - 7689 + - 7690 + - 7687 + - 7688 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7693 + components: + - type: Transform + pos: -186.5,-171.5 + parent: 1 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7695 + - 7697 + - 7696 + - 7694 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9586 + components: + - type: Transform + pos: 209.5,-27.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9587 + components: + - type: Transform + pos: 34.5,3.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9588 + components: + - type: Transform + pos: -52.5,3.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9589 + components: + - type: Transform + pos: -74.5,6.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9590 + components: + - type: Transform + pos: 103.5,-38.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9591 + components: + - type: Transform + pos: 103.5,-39.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9592 + components: + - type: Transform + pos: -63.5,30.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9593 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9594 + components: + - type: Transform + pos: -56.5,-124.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9595 + components: + - type: Transform + pos: -55.5,-101.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9596 + components: + - type: Transform + pos: 162.5,16.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9597 + components: + - type: Transform + pos: -53.5,-10.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9598 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9599 + components: + - type: Transform + pos: -153.5,-25.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9600 + components: + - type: Transform + pos: 110.5,-19.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9601 + components: + - type: Transform + pos: 86.5,14.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9602 + components: + - type: Transform + pos: -183.5,50.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9603 + components: + - type: Transform + pos: -182.5,53.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9604 + components: + - type: Transform + pos: 107.5,6.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9605 + components: + - type: Transform + pos: 174.5,-155.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14ClosetGeneric + entities: + - uid: 9606 + components: + - type: Transform + pos: -25.5,61.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9607 + components: + - type: Transform + pos: -24.5,61.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9608 + components: + - type: Transform + pos: -185.5,21.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9609 + components: + - type: Transform + pos: -184.5,21.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9610 + components: + - type: Transform + pos: -194.5,23.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9611 + components: + - type: Transform + pos: -193.5,23.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9612 + components: + - type: Transform + pos: -154.5,67.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14ClosetGrey1 + entities: + - uid: 9613 + components: + - type: Transform + pos: -20.5,-73.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9614 + components: + - type: Transform + pos: -19.5,-71.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9615 + components: + - type: Transform + pos: 102.5,-8.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9616 + components: + - type: Transform + pos: 102.5,-10.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9617 + components: + - type: Transform + pos: 192.5,175.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9618 + components: + - type: Transform + pos: 193.5,175.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9619 + components: + - type: Transform + pos: 194.5,175.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9620 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 1 + - type: Physics + bodyType: Static + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 75 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 9621 + components: + - type: Transform + pos: -25.5,-61.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9622 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9623 + components: + - type: Transform + pos: -19.5,-61.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9624 + components: + - type: Transform + pos: 19.5,143.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9625 + components: + - type: Transform + pos: 173.5,-173.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9626 + components: + - type: Transform + pos: 174.5,-173.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9627 + components: + - type: Transform + pos: 171.5,-151.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14ClosetGrey1Refilling + entities: + - uid: 9628 + components: + - type: Transform + pos: 191.5,20.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14ClosetGrey2 + entities: + - uid: 8266 + components: + - type: Transform + pos: 87.5,16.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8267 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9629 + components: + - type: Transform + pos: 102.5,-9.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 9630 + components: + - type: Transform + pos: 17.5,141.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14ClosetGunCabinet + entities: + - uid: 8155 + components: + - type: Transform + pos: 101.5,-4.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8165 + - 8164 + - 8163 + - 8160 + - 8162 + - 8159 + - 8161 + - 8158 + - 8157 + - 8156 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8166 + components: + - type: Transform + pos: -159.5,-114.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + 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: + - 8167 + - 8168 + - 8169 + - 8170 + - 8171 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8175 + components: + - type: Transform + pos: -158.5,-114.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + 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: + - 8176 + - 8177 + - 8178 + - 8179 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9631 + components: + - type: Transform + pos: 201.5,-27.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31175 + 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: + - 9632 + - 9633 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14ClosetGunCabinetRefilling + entities: + - uid: 9634 + components: + - type: Transform + pos: -57.5,-37.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14ClosetRusty + entities: + - uid: 9635 + components: + - type: Transform + pos: -25.5,5.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9636 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9637 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9638 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9639 + components: + - type: Transform + pos: 154.5,155.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9640 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9641 + components: + - type: Transform + pos: -13.5,5.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9642 + components: + - type: Transform + pos: -32.5,5.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9643 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9644 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 9645 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14ClosetRustyRefilling + entities: + - uid: 9646 + components: + - type: Transform + pos: -243.5,-104.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14ClosetSafe + entities: + - uid: 9428 + components: + - type: Transform + pos: 127.5,16.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + 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: + - 9431 + - 9430 + - 9429 + - 9432 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14ClosetSafeSpinner + entities: + - uid: 8918 + components: + - type: Transform + pos: -76.5,-100.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8919 + - 8920 + - 8921 + - 8922 + - 8923 + - 8924 + - 8925 + - 8926 + - 8927 + - 8928 + - 8935 + - 8936 + - 8929 + - 8930 + - 8934 + - 8931 + - 8932 + - 8933 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9647 + components: + - type: Transform + pos: 16.5,-56.5 + parent: 1 + - type: Physics + bodyType: Static + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.25,-0.48 + - 0.25,-0.48 + - 0.25,0.48 + - -0.25,0.48 + mask: + - Impassable + - TableLayer + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 75 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 9648 + components: + - type: Transform + pos: 102.5,10.5 + parent: 1 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 147.9235 + 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: + - 9662 + - 9656 + - 9655 + - 9654 + - 9653 + - 9652 + - 9659 + - 9651 + - 9657 + - 9665 + - 9663 + - 9664 + - 9661 + - 9658 + - 9660 + - 9650 + - 9649 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14ClosetWallMedicabinet + entities: + - uid: 5861 + components: + - type: Transform + pos: -42.5,-130.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5862 + - 5863 + - uid: 9666 + components: + - type: Transform + pos: 182.5,-65.5 + parent: 1 + - uid: 9667 + components: + - type: Transform + pos: 183.5,-65.5 + parent: 1 + - uid: 9668 + components: + - type: Transform + pos: -30.5,67.5 + parent: 1 + - uid: 9669 + components: + - type: Transform + pos: -53.5,-104.5 + parent: 1 + - uid: 9670 + components: + - type: Transform + pos: 115.5,12.5 + parent: 1 +- proto: N14ClothingBackpackMilitary + entities: + - uid: 5950 + components: + - type: Transform + parent: 5948 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingBackpackSatchelMilitary + entities: + - uid: 9671 + components: + - type: Transform + pos: 217.4475,-25.339884 + parent: 1 + - uid: 9672 + components: + - type: Transform + pos: 217.4475,-25.339884 + parent: 1 +- proto: N14ClothingBeltPlantFilled + entities: + - uid: 9673 + components: + - type: Transform + rot: 6.283185307179586 rad + pos: -196.60883,-119.40202 + parent: 1 + - uid: 9674 + components: + - type: Transform + pos: 94.44605,-126.29203 + parent: 1 +- proto: N14ClothingBeltUtilityFilled + entities: + - uid: 9675 + components: + - type: Transform + pos: -167.51859,-95.46969 + parent: 1 + - uid: 9676 + components: + - type: Transform + pos: 217.20247,-25.293907 + parent: 1 + - uid: 9677 + components: + - type: Transform + pos: -185.5441,54.793106 + parent: 1 +- proto: N14ClothingBootsBlack + entities: + - uid: 9678 + components: + - type: Transform + pos: 193.65903,-115.440865 + parent: 1 +- proto: N14ClothingBootsCowboy + entities: + - uid: 9679 + components: + - type: Transform + pos: 84.646706,105.83011 + parent: 1 +- proto: N14ClothingBootsLeather + entities: + - uid: 9680 + components: + - type: Transform + pos: 52.70948,143.38356 + parent: 1 + - uid: 9681 + components: + - type: Transform + pos: 51.499165,146.10655 + parent: 1 +- proto: N14ClothingEyesGlassesWelding + entities: + - uid: 9682 + components: + - type: Transform + pos: -190.00566,21.717773 + parent: 1 + - uid: 9683 + components: + - type: Transform + pos: -186.51643,54.627995 + parent: 1 + - uid: 9684 + components: + - type: Transform + pos: -172.49158,-95.47072 + parent: 1 +- proto: N14ClothingEyesSunGlasses + entities: + - uid: 9685 + components: + - type: Transform + pos: -117.49766,-57.470844 + parent: 1 +- proto: N14ClothingHandsGlovesBlackLeather + entities: + - uid: 9686 + components: + - type: Transform + pos: -76.498276,-109.602715 + parent: 1 +- proto: N14ClothingHandsGlovesCloth + entities: + - uid: 9687 + components: + - type: Transform + pos: -194.37578,30.557287 + parent: 1 +- proto: N14ClothingHandsGlovesNCR + entities: + - uid: 9688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.28448,-94.67097 + parent: 1 +- proto: N14ClothingHandsGlovesNitrile + entities: + - uid: 9689 + components: + - type: Transform + pos: -156.47298,-105.73963 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 9690 + components: + - type: Transform + pos: -156.47298,-105.73963 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14ClothingHandsGlovesTribal + entities: + - uid: 9567 + components: + - type: Transform + parent: 9566 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9692 + components: + - type: Transform + parent: 9691 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9693 + components: + - type: Transform + parent: 9691 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9694 + components: + - type: Transform + parent: 9691 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9695 + components: + - type: Transform + parent: 9691 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9696 + components: + - type: Transform + pos: 158.50328,192.59363 + parent: 1 +- proto: N14ClothingHeadHatArmyCap + entities: + - uid: 5951 + components: + - type: Transform + parent: 5948 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9697 + components: + - type: Transform + pos: -8.470495,-50.277344 + parent: 1 + - uid: 9698 + components: + - type: Transform + pos: 128.4272,-5.1529236 + parent: 1 + - uid: 9699 + components: + - type: Transform + pos: -82.69643,-183.30151 + parent: 1 +- proto: N14ClothingHeadHatBaseball + entities: + - uid: 9700 + components: + - type: Transform + pos: -290.36942,-87.77623 + parent: 1 + - uid: 9701 + components: + - type: Transform + pos: 94.46131,129.98994 + parent: 1 + - uid: 9702 + components: + - type: Transform + pos: -166.69652,-60.97317 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 9703 + components: + - type: Transform + pos: 201.30542,-25.788948 + parent: 1 +- proto: N14ClothingHeadHatNCRBeretMedic + entities: + - uid: 9704 + components: + - type: Transform + pos: -164.44702,-99.379745 + parent: 1 + - uid: 9705 + components: + - type: Transform + pos: -159.68555,-107.16006 + parent: 1 + - uid: 9706 + components: + - type: Transform + pos: -159.31862,-107.288475 + parent: 1 +- proto: N14ClothingHeadHatNCRBeretRecon + entities: + - uid: 9707 + components: + - type: Transform + pos: -154.24461,-127.24672 + parent: 1 +- proto: N14ClothingHeadHatNCRHelmetMetal + entities: + - uid: 9708 + components: + - type: Transform + pos: -156.60716,-114.28272 + parent: 1 + - uid: 9709 + components: + - type: Transform + pos: -170.31255,-110.54348 + parent: 1 + - uid: 9710 + components: + - type: Transform + pos: -170.68755,-110.590355 + parent: 1 + - uid: 9711 + components: + - type: Transform + pos: -170.26567,-110.277855 + parent: 1 + - uid: 9712 + components: + - type: Transform + pos: -170.64067,-110.29348 + parent: 1 + - uid: 9713 + components: + - type: Transform + pos: -156.29466,-114.31397 + parent: 1 +- proto: N14ClothingHeadHatNCRHelmetMetalMedic + entities: + - uid: 9714 + components: + - type: Transform + pos: -169.31255,-110.32473 + parent: 1 + - uid: 9715 + components: + - type: Transform + pos: -169.6563,-110.340355 + parent: 1 +- proto: N14ClothingHeadHatNCRHelmetMetalMilitaryPolice + entities: + - uid: 9540 + components: + - type: Transform + parent: 9539 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9553 + components: + - type: Transform + parent: 9552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9716 + components: + - type: Transform + pos: -169.29692,-110.54348 + parent: 1 + - uid: 9717 + components: + - type: Transform + pos: -169.6563,-110.559105 + parent: 1 +- proto: N14ClothingHeadHatNCRSidecap + entities: + - uid: 9718 + components: + - type: Transform + pos: -174.48761,-93.35847 + parent: 1 +- proto: N14ClothingHeadHatRangerB + entities: + - uid: 9719 + components: + - type: Transform + pos: 201.5398,-28.413948 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 9720 + components: + - type: Transform + pos: 201.6648,-26.038948 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14ClothingHeadHatTribalOutcastHood + entities: + - uid: 6029 + components: + - type: Transform + parent: 6026 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9568 + components: + - type: Transform + parent: 9566 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingNeckCloakRanger + entities: + - uid: 9721 + components: + - type: Transform + pos: 201.44199,-25.22855 + parent: 1 +- proto: N14ClothingNeckMantleLeather + entities: + - uid: 9722 + components: + - type: Transform + pos: 158.8314,191.43738 + parent: 1 +- proto: N14ClothingOfficerUniformNCR + entities: + - uid: 9723 + components: + - type: Transform + pos: -168.2188,-110.35598 + parent: 1 + - uid: 9724 + components: + - type: Transform + pos: -168.2188,-110.16848 + parent: 1 + - uid: 9725 + components: + - type: Transform + pos: -168.2188,-110.48098 + parent: 1 + - uid: 9726 + components: + - type: Transform + pos: -168.2188,-110.246605 + parent: 1 +- proto: N14ClothingOuterBrotherhoodElderCoat + entities: + - uid: 6030 + components: + - type: Transform + parent: 6026 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingOuterNCRCombatArmor + entities: + - uid: 9727 + components: + - type: Transform + pos: -157.65547,-114.132744 + parent: 1 + - uid: 9728 + components: + - type: Transform + pos: -157.34297,-114.476494 + parent: 1 +- proto: N14ClothingOuterNCRDressJacketCO + entities: + - uid: 9547 + components: + - type: Transform + parent: 9546 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingOuterNCRPouchedVest + entities: + - uid: 9729 + components: + - type: Transform + pos: -154.63254,-127.41683 + parent: 1 +- proto: N14ClothingOuterNCRVest + entities: + - uid: 9730 + components: + - type: Transform + pos: -171.65846,-110.23098 + parent: 1 + - uid: 9731 + components: + - type: Transform + pos: -171.26784,-110.54348 + parent: 1 + - uid: 9732 + components: + - type: Transform + pos: -171.65846,-110.371605 + parent: 1 + - uid: 9733 + components: + - type: Transform + pos: -171.26784,-110.371605 + parent: 1 + - uid: 9734 + components: + - type: Transform + pos: -171.65846,-110.07473 + parent: 1 + - uid: 9735 + components: + - type: Transform + pos: -171.22096,-110.10598 + parent: 1 + - uid: 9736 + components: + - type: Transform + pos: -171.76784,-110.590355 + parent: 1 + - uid: 9737 + components: + - type: Transform + pos: -171.26784,-110.26223 + parent: 1 +- proto: N14ClothingOuterPoliceCombat + entities: + - uid: 5966 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5967 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5968 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingOuterPoliceVest + entities: + - uid: 5969 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5970 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9541 + components: + - type: Transform + parent: 9539 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9554 + components: + - type: Transform + parent: 9552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingOuterTribalArmor + entities: + - uid: 9738 + components: + - type: Transform + pos: 142.61649,169.52705 + parent: 1 + - uid: 9739 + components: + - type: Transform + pos: 142.9776,169.53168 + parent: 1 + - uid: 9740 + components: + - type: Transform + pos: 143.33408,169.52705 + parent: 1 +- proto: N14ClothingOuterTribalArmorHeavy + entities: + - uid: 9741 + components: + - type: Transform + pos: 139.71059,169.52568 + parent: 1 + - uid: 9742 + components: + - type: Transform + pos: 140.35121,169.52568 + parent: 1 +- proto: N14ClothingOuterVaultSecVest + entities: + - uid: 9744 + components: + - type: Transform + parent: 9743 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingShoesBlack + entities: + - uid: 9748 + components: + - type: Transform + pos: -76.00621,-108.39959 + parent: 1 + - uid: 9749 + components: + - type: Transform + pos: 128.94063,-2.0584404 + parent: 1 +- proto: N14ClothingShoesBrown + entities: + - uid: 9750 + components: + - type: Transform + pos: -56.484753,-129.28258 + parent: 1 + - uid: 9751 + components: + - type: Transform + pos: -56.453503,-129.47008 + parent: 1 + - uid: 9752 + components: + - type: Transform + pos: -56.469128,-129.70445 + parent: 1 + - uid: 9753 + components: + - type: Transform + pos: 92.51282,107.6761 + parent: 1 +- proto: N14ClothingShoesRags + entities: + - uid: 9754 + components: + - type: Transform + pos: -73.08176,-106.44065 + parent: 1 +- proto: N14ClothingShoesRaider + entities: + - uid: 9755 + components: + - type: Transform + pos: -72.48339,-130.98653 + parent: 1 +- proto: N14ClothingShoesTribal + entities: + - uid: 9756 + components: + - type: Transform + pos: 140.46956,181.61581 + parent: 1 + - uid: 9757 + components: + - type: Transform + pos: 154.56865,182.31894 + parent: 1 + - uid: 9758 + components: + - type: Transform + pos: 155.70815,150.30446 + parent: 1 + - uid: 9759 + components: + - type: Transform + pos: 148.20158,183.49081 + parent: 1 + - uid: 9760 + components: + - type: Transform + pos: 154.99075,150.29752 + parent: 1 + - uid: 9761 + components: + - type: Transform + pos: 158.44078,192.06238 + parent: 1 +- proto: N14ClothingUniformJumpskirtSundress + entities: + - uid: 9762 + components: + - type: Transform + pos: 90.27462,95.63146 + parent: 1 +- proto: N14ClothingUniformJumpskirtTribal + entities: + - uid: 9558 + components: + - type: Transform + parent: 9557 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9559 + components: + - type: Transform + parent: 9557 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9763 + components: + - type: Transform + pos: 147.6506,183.65576 + parent: 1 + - uid: 9764 + components: + - type: Transform + pos: 158.31578,191.53113 + parent: 1 + - uid: 9765 + components: + - type: Transform + pos: 154.56865,182.63144 + parent: 1 + - uid: 9766 + components: + - type: Transform + pos: 140.50131,181.54662 + parent: 1 +- proto: N14ClothingUniformJumpsuitBrahminFarmer + entities: + - uid: 9560 + components: + - type: Transform + parent: 9557 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9564 + components: + - type: Transform + parent: 9563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformJumpsuitCheckered + entities: + - uid: 6052 + components: + - type: Transform + parent: 6049 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformJumpsuitCombat + entities: + - uid: 9562 + components: + - type: Transform + parent: 9561 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9767 + components: + - type: Transform + pos: 194.10735,-115.30651 + parent: 1 +- proto: N14ClothingUniformJumpsuitRags + entities: + - uid: 9768 + components: + - type: Transform + pos: -73.15988,-106.550026 + parent: 1 + - uid: 9769 + components: + - type: Transform + pos: 190.69366,23.604805 + parent: 1 +- proto: N14ClothingUniformJumpsuitTribal + entities: + - uid: 9569 + components: + - type: Transform + parent: 9566 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9570 + components: + - type: Transform + parent: 9566 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformJumpsuitVault + entities: + - uid: 9745 + components: + - type: Transform + parent: 9743 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformNCR + entities: + - uid: 9770 + components: + - type: Transform + pos: -168.62505,-110.38723 + parent: 1 + - uid: 9771 + components: + - type: Transform + pos: -168.64067,-110.277855 + parent: 1 + - uid: 9772 + components: + - type: Transform + pos: -168.62505,-110.527855 + parent: 1 + - uid: 9773 + components: + - type: Transform + pos: -168.64067,-110.152855 + parent: 1 +- proto: N14ClothingUniformRangerBlue + entities: + - uid: 9775 + components: + - type: Transform + parent: 9774 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9781 + components: + - type: Transform + parent: 9780 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformRangerModif + entities: + - uid: 9776 + components: + - type: Transform + parent: 9774 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9782 + components: + - type: Transform + parent: 9780 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformRangerPatrol + entities: + - uid: 9777 + components: + - type: Transform + parent: 9774 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9783 + components: + - type: Transform + parent: 9780 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformRangerV2 + entities: + - uid: 9778 + components: + - type: Transform + parent: 9774 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9784 + components: + - type: Transform + parent: 9780 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingUniformRangerV3 + entities: + - uid: 9779 + components: + - type: Transform + parent: 9774 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9785 + components: + - type: Transform + parent: 9780 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14CombatKnife + entities: + - uid: 9786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -174.97049,-93.34656 + parent: 1 + - uid: 9787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 98.501526,-114.37168 + parent: 1 +- proto: N14ComputerCameraDisplayBrotherhoodWashington + entities: + - uid: 9788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -158.5,70.5 + parent: 1 +- proto: N14ComputerTerminal + entities: + - uid: 9789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -196.5,-100.5 + parent: 1 + - uid: 9790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -164.5,-96.5 + parent: 1 + - uid: 9791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,60.5 + parent: 1 + - uid: 9792 + components: + - type: Transform + pos: 104.5,14.5 + parent: 1 + - uid: 9793 + components: + - type: Transform + pos: -188.5,23.5 + parent: 1 + - uid: 9794 + components: + - type: Transform + pos: -102.5,-153.5 + parent: 1 + - uid: 9795 + components: + - type: Transform + pos: 308.5,100.5 + parent: 1 + - uid: 9796 + components: + - type: Transform + pos: 314.5,100.5 + parent: 1 +- proto: N14ComputerTerminalBroken + entities: + - uid: 9797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 212.5,181.5 + parent: 1 + - uid: 9798 + components: + - type: Transform + pos: 40.5,-69.5 + parent: 1 + - uid: 9799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 164.5,-94.5 + parent: 1 + - uid: 9800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 166.5,35.5 + parent: 1 + - uid: 9801 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 1 + - uid: 9802 + components: + - type: Transform + pos: -43.5,-33.5 + parent: 1 + - uid: 9803 + components: + - type: Transform + pos: -133.5,57.5 + parent: 1 + - uid: 9804 + components: + - type: Transform + pos: -104.5,-153.5 + parent: 1 + - uid: 9805 + components: + - type: Transform + pos: -75.5,-173.5 + parent: 1 +- proto: N14ComputerTerminalFrame + entities: + - uid: 9806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,-106.5 + parent: 1 +- proto: N14ComputerTerminalHandmade + entities: + - uid: 9807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -195.5,-127.5 + parent: 1 + - uid: 9808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -131.5,58.5 + parent: 1 +- proto: N14ComputerTerminalNew + entities: + - uid: 9809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -158.5,59.5 + parent: 1 + - uid: 9810 + components: + - type: Transform + pos: -137.5,55.5 + parent: 1 +- proto: N14ComputerTerminalRusted + entities: + - uid: 9811 + components: + - type: Transform + pos: -25.5,11.5 + parent: 1 + - uid: 9812 + components: + - type: Transform + pos: -40.5,-116.5 + parent: 1 + - uid: 9813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,168.5 + parent: 1 + - uid: 9814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -173.5,28.5 + parent: 1 + - uid: 9815 + components: + - type: Transform + pos: -30.5,-192.5 + parent: 1 +- proto: N14ComputerTerminalRustedBroken + entities: + - uid: 9816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 117.5,-11.5 + parent: 1 + - uid: 9817 + components: + - type: Transform + pos: -11.5,11.5 + parent: 1 + - uid: 9818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-72.5 + parent: 1 + - uid: 9819 + components: + - type: Transform + pos: -48.5,-124.5 + parent: 1 + - uid: 9820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 189.5,27.5 + parent: 1 + - uid: 9821 + components: + - type: Transform + pos: -150.5,1.5 + parent: 1 + - uid: 9822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-58.5 + parent: 1 + - uid: 9823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 170.5,-179.5 + parent: 1 + - uid: 9824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -241.5,-107.5 + parent: 1 + - uid: 9825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,157.5 + parent: 1 + - uid: 9826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 178.5,-177.5 + parent: 1 + - uid: 9827 + components: + - type: Transform + pos: 175.5,-170.5 + parent: 1 + - uid: 9828 + components: + - type: Transform + pos: 176.5,-155.5 + parent: 1 + - uid: 9829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 178.5,-175.5 + parent: 1 + - uid: 9830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -115.5,-158.5 + parent: 1 + - uid: 9831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -116.5,-152.5 + parent: 1 + - uid: 9832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -115.5,-155.5 + parent: 1 +- proto: N14ComputerTerminalRustedRigged + entities: + - uid: 9833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,23.5 + parent: 1 + - uid: 9834 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 1 +- proto: N14ComputerTerminalWall + entities: + - uid: 9835 + components: + - type: Transform + pos: -37.5,-112.5 + parent: 1 +- proto: N14ComputerTerminalWallBroken + entities: + - uid: 9836 + components: + - type: Transform + pos: -60.5,26.5 + parent: 1 + - uid: 9837 + components: + - type: Transform + pos: 186.5,57.5 + parent: 1 +- proto: N14ComputerTerminalWallControls + entities: + - uid: 9838 + components: + - type: Transform + pos: 183.5,27.5 + parent: 1 + - uid: 9839 + components: + - type: Transform + pos: 162.5,34.5 + parent: 1 + - uid: 9840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,57.5 + parent: 1 +- proto: N14ComputerTerminalWallDisplays + entities: + - uid: 9841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,57.5 + parent: 1 + - uid: 9842 + components: + - type: Transform + pos: -173.5,29.5 + parent: 1 + - uid: 9843 + components: + - type: Transform + pos: 176.5,-170.5 + parent: 1 +- proto: N14ComputerTerminalWallNew + entities: + - uid: 9844 + components: + - type: Transform + pos: -32.5,68.5 + parent: 1 + - uid: 9845 + components: + - type: Transform + pos: -136.5,59.5 + parent: 1 +- proto: N14ComputerTerminalWallRusted + entities: + - uid: 9846 + components: + - type: Transform + pos: -35.5,54.5 + parent: 1 +- proto: N14ComputerTerminalWallRustedBroken + entities: + - uid: 9847 + components: + - type: Transform + pos: 181.5,43.5 + parent: 1 +- proto: N14ComputerTerminalWired + entities: + - uid: 9848 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 1 +- proto: N14ComputerVDU + entities: + - uid: 9849 + components: + - type: Transform + pos: 119.5,-16.5 + parent: 1 +- proto: N14ControlTerminalButton + entities: + - uid: 9850 + components: + - type: MetaData + name: gate controls + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,24.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 287: + - Pressed: Toggle + 286: + - Pressed: Toggle + 288: + - Pressed: Toggle +- proto: N14CookingStove + entities: + - uid: 9851 + components: + - type: Transform + pos: 207.5,-25.5 + parent: 1 + - uid: 9852 + components: + - type: Transform + pos: 33.5,5.5 + parent: 1 + - type: ItemPlacer + placedEntities: + - 12142 + - uid: 9853 + components: + - type: Transform + pos: -73.5,6.5 + parent: 1 + - type: ItemPlacer + placedEntities: + - 12143 + - uid: 9854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,102.5 + parent: 1 + - uid: 9855 + components: + - type: Transform + pos: -63.5,31.5 + parent: 1 + - type: ItemPlacer + placedEntities: + - 12145 + - uid: 9856 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 1 + - uid: 9857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-127.5 + parent: 1 + - uid: 9858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,-102.5 + parent: 1 + - uid: 9859 + components: + - type: Transform + pos: -52.5,-99.5 + parent: 1 + - uid: 9860 + components: + - type: Transform + pos: -58.5,-10.5 + parent: 1 + - uid: 9861 + components: + - type: Transform + pos: -34.5,-37.5 + parent: 1 + - uid: 9862 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 1 + - uid: 9863 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1 + - uid: 9864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -152.5,-19.5 + parent: 1 + - uid: 9865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -152.5,-18.5 + parent: 1 + - uid: 9866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -182.5,-123.5 + parent: 1 + - uid: 9867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -183.5,49.5 + parent: 1 + - uid: 9868 + components: + - type: Transform + pos: 171.5,-155.5 + parent: 1 + - uid: 9869 + components: + - type: Transform + pos: 71.5,-133.5 + parent: 1 + - uid: 9870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,4.5 + parent: 1 +- proto: N14CrateAluminium + entities: + - uid: 9871 + components: + - type: Transform + pos: 105.5,-33.5 + parent: 1 + - uid: 9872 + components: + - type: Transform + pos: 43.5,-64.5 + parent: 1 + - uid: 9873 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 1 +- proto: N14CrateArmy + entities: + - uid: 5948 + components: + - type: Transform + pos: 27.5,78.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5951 + - 5952 + - 5949 + - 5950 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6026 + components: + - type: Transform + pos: -250.5,-96.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6029 + - 6027 + - 6028 + - 6030 + - 6031 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9874 + components: + - type: Transform + pos: -167.5,-110.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 39.005875 + 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: + - 9875 + - 9876 + - 9877 + - 9878 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9879 + components: + - type: Transform + pos: -178.5,22.5 + parent: 1 +- proto: N14CrateBreakArmyDamaged + entities: + - uid: 9880 + components: + - type: Transform + pos: 49.5,-63.5 + parent: 1 + - uid: 9881 + components: + - type: Transform + pos: 28.5,78.5 + parent: 1 + - uid: 9882 + components: + - type: Transform + pos: 59.5,52.5 + parent: 1 + - uid: 9883 + components: + - type: Transform + pos: -190.5,38.5 + parent: 1 +- proto: N14CrateBreakPlain + entities: + - uid: 9884 + components: + - type: Transform + pos: 115.5,-37.5 + parent: 1 + - uid: 9885 + components: + - type: Transform + pos: 115.5,-36.5 + parent: 1 + - uid: 9886 + components: + - type: Transform + pos: 26.5,-46.5 + parent: 1 + - uid: 9887 + components: + - type: Transform + pos: 44.5,-56.5 + parent: 1 + - uid: 9888 + components: + - type: Transform + pos: -195.5,-194.5 + parent: 1 + - uid: 9889 + components: + - type: Transform + pos: 155.5,133.5 + parent: 1 + - uid: 9890 + components: + - type: Transform + pos: 173.5,23.5 + parent: 1 + - uid: 9891 + components: + - type: Transform + pos: 173.5,24.5 + parent: 1 + - uid: 9892 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 1 + - uid: 9893 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 1 + - uid: 9894 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 1 + - type: Storage + storedItems: + 9895: + position: 0,0 + _rotation: South + 9896: + position: 1,0 + _rotation: South + 9897: + position: 2,0 + _rotation: South + 9898: + position: 3,0 + _rotation: South + 9899: + position: 4,0 + _rotation: South + 9900: + position: 5,0 + _rotation: South + 9901: + position: 6,0 + _rotation: South + 9902: + position: 0,1 + _rotation: South + 9903: + position: 1,1 + _rotation: South + 9904: + position: 2,1 + _rotation: South + 9905: + position: 3,1 + _rotation: South + 9906: + position: 4,1 + _rotation: South + 9907: + position: 5,1 + _rotation: South + 9908: + position: 6,1 + _rotation: South + 9909: + position: 0,2 + _rotation: South + 9910: + position: 1,2 + _rotation: South + 9911: + position: 2,2 + _rotation: South + 9912: + position: 3,2 + _rotation: South + 9913: + position: 4,2 + _rotation: South + 9914: + position: 5,2 + _rotation: South + 9915: + position: 6,2 + _rotation: South + 9916: + position: 0,3 + _rotation: South + 9917: + position: 1,3 + _rotation: South + 9918: + position: 2,3 + _rotation: South + 9919: + position: 3,3 + _rotation: South + 9920: + position: 4,3 + _rotation: South + 9921: + position: 5,3 + _rotation: South + 9922: + position: 6,3 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 9895 + - 9896 + - 9897 + - 9898 + - 9899 + - 9900 + - 9901 + - 9902 + - 9903 + - 9904 + - 9905 + - 9906 + - 9907 + - 9908 + - 9909 + - 9910 + - 9911 + - 9912 + - 9913 + - 9914 + - 9915 + - 9916 + - 9917 + - 9918 + - 9919 + - 9920 + - 9921 + - 9922 +- proto: N14CrateBreakPlainDamaged + entities: + - uid: 9923 + components: + - type: Transform + pos: -242.5,-101.5 + parent: 1 + - uid: 9924 + components: + - type: Transform + pos: 110.5,-37.5 + parent: 1 + - uid: 9925 + components: + - type: Transform + pos: 26.5,-47.5 + parent: 1 + - uid: 9926 + components: + - type: Transform + pos: 44.5,-57.5 + parent: 1 + - uid: 9927 + components: + - type: Transform + pos: -49.5,-132.5 + parent: 1 + - uid: 9928 + components: + - type: Transform + pos: -35.5,-101.5 + parent: 1 + - uid: 9929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 160.5,-92.5 + parent: 1 + - uid: 9930 + components: + - type: Transform + pos: -195.5,-195.5 + parent: 1 + - uid: 9931 + components: + - type: Transform + pos: 184.5,192.5 + parent: 1 + - uid: 9932 + components: + - type: Transform + pos: 174.5,25.5 + parent: 1 + - uid: 9933 + components: + - type: Transform + pos: 189.5,169.5 + parent: 1 + - uid: 9934 + components: + - type: Transform + pos: 84.5,10.5 + parent: 1 + - uid: 9935 + components: + - type: Transform + pos: 55.5,51.5 + parent: 1 + - uid: 9936 + components: + - type: Transform + pos: 26.5,145.5 + parent: 1 +- proto: N14CrateBreakPlainFilledCigarettes + entities: + - uid: 9937 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 1 +- proto: N14CrateBreakPlainFilledCigarettesRepublic + entities: + - uid: 9938 + components: + - type: Transform + pos: -165.5,-110.5 + parent: 1 + - uid: 9939 + components: + - type: Transform + pos: -181.5,-113.5 + parent: 1 +- proto: N14CrateBreakSarsaparilla + entities: + - uid: 9940 + components: + - type: Transform + pos: 208.5,171.5 + parent: 1 + - uid: 9941 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 1 + - uid: 9942 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 1 + - uid: 9943 + components: + - type: Transform + pos: 111.5,-37.5 + parent: 1 + - uid: 9944 + components: + - type: Transform + pos: 207.5,171.5 + parent: 1 + - uid: 9945 + components: + - type: Transform + pos: 26.5,143.5 + parent: 1 + - uid: 9946 + components: + - type: Transform + pos: -248.5,-106.5 + parent: 1 + - uid: 9947 + components: + - type: Transform + pos: -192.5,-112.5 + parent: 1 + - uid: 9948 + components: + - type: Transform + pos: -172.5,-104.5 + parent: 1 +- proto: N14CrateBreakSarsaparillaDamaged + entities: + - uid: 9949 + components: + - type: Transform + pos: 110.5,-36.5 + parent: 1 + - uid: 9950 + components: + - type: Transform + pos: 112.5,-37.5 + parent: 1 + - uid: 9951 + components: + - type: Transform + pos: -44.5,-109.5 + parent: 1 + - uid: 9952 + components: + - type: Transform + pos: 206.5,171.5 + parent: 1 + - uid: 9953 + components: + - type: Transform + pos: -248.5,-107.5 + parent: 1 + - uid: 9954 + components: + - type: Transform + pos: -248.5,-105.5 + parent: 1 +- proto: N14CrateBreakWood + entities: + - uid: 9955 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 1 + - uid: 9956 + components: + - type: Transform + pos: 116.5,-37.5 + parent: 1 + - uid: 9957 + components: + - type: Transform + pos: 108.5,-40.5 + parent: 1 + - uid: 9958 + components: + - type: Transform + pos: 106.5,-33.5 + parent: 1 + - uid: 9959 + components: + - type: Transform + pos: 44.5,8.5 + parent: 1 + - uid: 9960 + components: + - type: Transform + pos: 43.5,9.5 + parent: 1 + - uid: 9961 + components: + - type: Transform + pos: 46.5,-65.5 + parent: 1 + - uid: 9962 + components: + - type: Transform + pos: -50.5,-132.5 + parent: 1 + - uid: 9963 + components: + - type: Transform + pos: -80.5,-109.5 + parent: 1 + - uid: 9964 + components: + - type: Transform + pos: -35.5,-100.5 + parent: 1 + - uid: 9965 + components: + - type: Transform + pos: -190.5,-186.5 + parent: 1 + - uid: 9966 + components: + - type: Transform + pos: -193.5,-193.5 + parent: 1 + - uid: 9967 + components: + - type: Transform + pos: 186.5,192.5 + parent: 1 + - uid: 9968 + components: + - type: Transform + pos: 155.5,132.5 + parent: 1 + - uid: 9969 + components: + - type: Transform + pos: 173.5,25.5 + parent: 1 + - uid: 9970 + components: + - type: Transform + pos: 188.5,169.5 + parent: 1 + - uid: 9971 + components: + - type: Transform + pos: -78.5,-161.5 + parent: 1 + - type: Storage + storedItems: + 9972: + position: 0,0 + _rotation: South + 9979: + position: 1,0 + _rotation: South + 9973: + position: 2,0 + _rotation: South + 9974: + position: 3,0 + _rotation: South + 9980: + position: 4,0 + _rotation: South + 9981: + position: 5,0 + _rotation: South + 9982: + position: 6,0 + _rotation: South + 9975: + position: 0,1 + _rotation: South + 9983: + position: 1,1 + _rotation: South + 9976: + position: 2,1 + _rotation: South + 9977: + position: 3,1 + _rotation: South + 9978: + position: 4,1 + _rotation: South + 9984: + position: 5,1 + _rotation: South + 9985: + position: 6,1 + _rotation: South + 9986: + position: 0,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 9972 + - 9979 + - 9973 + - 9974 + - 9980 + - 9981 + - 9982 + - 9975 + - 9983 + - 9976 + - 9977 + - 9978 + - 9984 + - 9985 + - 9986 + - uid: 9987 + components: + - type: Transform + pos: -241.5,-101.5 + parent: 1 + - uid: 9988 + components: + - type: Transform + pos: -240.5,-101.5 + parent: 1 + - uid: 9989 + components: + - type: Transform + pos: -189.5,-195.5 + parent: 1 + - uid: 9990 + components: + - type: Transform + pos: -187.5,-195.5 + parent: 1 +- proto: N14CrateEnclave + entities: + - uid: 9991 + components: + - type: Transform + pos: 156.5,-191.5 + parent: 1 + - uid: 9992 + components: + - type: Transform + pos: 176.5,27.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9998 + - 9997 + - 9996 + - 9995 + - 9994 + - 9993 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14CrateFootlocker + entities: + - uid: 9774 + components: + - type: Transform + pos: 203.5,-29.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9776 + - 9778 + - 9775 + - 9779 + - 9777 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9780 + components: + - type: Transform + pos: 203.5,-25.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9781 + - 9784 + - 9782 + - 9785 + - 9783 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9999 + components: + - type: Transform + pos: -103.5,-130.5 + parent: 1 + - uid: 10000 + components: + - type: Transform + pos: -291.5,-84.5 + parent: 1 + - 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 + - uid: 10001 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 1 + - uid: 10002 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 1 + - uid: 10003 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 10004 + components: + - type: Transform + pos: -191.51564,33.889214 + parent: 1 + - uid: 10005 + components: + - type: Transform + pos: -187.47688,33.86211 + parent: 1 + - uid: 10006 + components: + - type: Transform + pos: 97.48852,-112.03857 + parent: 1 + - uid: 10007 + components: + - type: Transform + pos: 99.51977,-112.00732 + parent: 1 +- proto: N14CrateFreezer + entities: + - uid: 6646 + components: + - type: Transform + pos: 59.324894,44.440357 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6647 + - 6648 + - 6650 + - 6649 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7716 + components: + - type: Transform + pos: 135.5,-12.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7717 + - 7718 + - 7720 + - 7719 + - 7722 + - 7721 + - 7724 + - 7723 + - 7726 + - 7725 + - 7728 + - 7727 + - 7730 + - 7729 + - 7732 + - 7731 + - 7733 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10008 + components: + - type: Transform + pos: 95.5,-30.5 + parent: 1 + - uid: 10009 + components: + - type: Transform + pos: 94.5,-30.5 + parent: 1 + - uid: 10010 + components: + - type: Transform + pos: 96.5,-30.5 + parent: 1 + - uid: 10011 + components: + - type: Transform + pos: 103.5,-40.5 + parent: 1 + - uid: 10012 + components: + - type: Transform + pos: 96.5,-38.5 + parent: 1 + - uid: 10013 + components: + - type: Transform + pos: 96.5,-39.5 + parent: 1 + - uid: 10014 + components: + - type: Transform + pos: 96.5,-40.5 + parent: 1 + - uid: 10015 + components: + - type: Transform + pos: -60.5,31.5 + parent: 1 + - uid: 10016 + components: + - type: Transform + pos: -182.5,54.5 + parent: 1 +- proto: N14CrateMedical + entities: + - uid: 10017 + components: + - type: Transform + pos: 185.5,-68.5 + parent: 1 + - uid: 10018 + components: + - type: Transform + pos: 102.5,-30.5 + parent: 1 + - uid: 10019 + components: + - type: Transform + pos: 103.5,-30.5 + parent: 1 + - uid: 10020 + components: + - type: Transform + pos: -46.5,28.5 + parent: 1 + - uid: 10021 + components: + - type: Transform + pos: -45.5,28.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 10022 + components: + - type: Transform + pos: 59.5,152.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 10025 + - 10026 + - 10023 + - 10027 + - 10024 + - 10028 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10029 + components: + - type: Transform + pos: -154.5,52.5 + parent: 1 +- proto: N14CrateMilitary + entities: + - uid: 10030 + components: + - type: Transform + pos: 49.5,-64.5 + parent: 1 +- proto: N14CrateMilitaryRefilling + entities: + - uid: 10031 + components: + - type: Transform + pos: 27.5,74.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14CrateRed + entities: + - uid: 7737 + components: + - type: Transform + pos: 139.5,-8.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7738 + - 7741 + - 7740 + - 7742 + - 7743 + - 7739 + - 7746 + - 7745 + - 7747 + - 7744 + - 7749 + - 7751 + - 7750 + - 7753 + - 7752 + - 7754 + - 7748 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10032 + components: + - type: Transform + pos: 186.5,22.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 10033 + - 10034 + - 10035 + - 10036 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10037 + components: + - type: Transform + pos: -194.5,-112.5 + parent: 1 +- proto: N14CrateTrashcart + entities: + - uid: 10038 + components: + - type: Transform + pos: -151.5,-27.5 + parent: 1 + - uid: 10039 + components: + - type: Transform + pos: -177.5,-111.5 + parent: 1 + - uid: 10040 + components: + - type: Transform + pos: 31.5,1.5 + parent: 1 + - uid: 10041 + components: + - type: Transform + pos: 110.5,-32.5 + parent: 1 + - uid: 10042 + components: + - type: Transform + pos: -109.5,-146.5 + parent: 1 + - uid: 10043 + components: + - type: Transform + pos: -109.5,-145.5 + parent: 1 + - uid: 10044 + components: + - type: Transform + pos: 34.5,-39.5 + parent: 1 + - uid: 10045 + components: + - type: Transform + pos: 45.5,-68.5 + parent: 1 + - uid: 10046 + components: + - type: Transform + pos: 185.5,188.5 + parent: 1 + - uid: 10047 + components: + - type: Transform + pos: -39.5,-16.5 + parent: 1 + - uid: 10048 + components: + - type: Transform + pos: 160.5,-175.5 + parent: 1 + - uid: 10049 + components: + - type: Transform + pos: -152.5,-27.5 + parent: 1 + - uid: 10050 + components: + - type: Transform + pos: -332.5,78.5 + parent: 1 + - uid: 10051 + components: + - type: Transform + pos: -177.5,-112.5 + parent: 1 +- proto: N14CrateVaultBig + entities: + - uid: 10052 + components: + - type: Transform + pos: -39.5,67.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14CrateVaultLongRusted + entities: + - uid: 9743 + components: + - type: Transform + pos: -245.5,-105.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 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 + - 9746 + - 9744 + - 9745 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10053 + components: + - type: Transform + pos: 46.5,-66.5 + parent: 1 +- proto: N14CrateWastelandBotanyRefilling + entities: + - uid: 10054 + components: + - type: Transform + pos: -46.5,-105.5 + parent: 1 + - uid: 10055 + components: + - type: Transform + pos: 164.5,-92.5 + parent: 1 + - uid: 10056 + components: + - type: Transform + pos: 185.5,192.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 10063 + - 10064 + - 10065 + - 10066 + - 10067 + - 10057 + - 10058 + - 10059 + - 10060 + - 10061 + - 10062 + - 10068 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10069 + components: + - type: Transform + pos: 186.5,191.5 + parent: 1 + - 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: N14CrateWooden + entities: + - uid: 9691 + components: + - type: Transform + pos: 141.5,169.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9692 + - 9693 + - 9694 + - 9695 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10070 + components: + - type: Transform + pos: 116.5,-36.5 + parent: 1 + - uid: 10071 + components: + - type: Transform + pos: -194.5,-186.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 10072 + components: + - type: Transform + pos: -195.5,-193.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 10073 + components: + - type: Transform + pos: -193.5,-195.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 10074 + components: + - type: Transform + pos: -193.5,-194.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 10075 + components: + - type: Transform + pos: 159.5,106.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14CurrencyCap + entities: + - uid: 10076 + components: + - type: Transform + pos: -88.231544,-164.98413 + parent: 1 + - uid: 10077 + components: + - type: Transform + pos: -98.79464,-162.12231 + parent: 1 + - uid: 10078 + components: + - type: Transform + pos: 134.42882,-3.5306191 + parent: 1 + - uid: 10079 + components: + - type: Transform + pos: 134.49132,-3.3118691 + parent: 1 + - uid: 10080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.6688,-105.89046 + parent: 1 + - uid: 10081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.32505,-106.03108 + parent: 1 + - uid: 10082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.215675,-105.79671 + parent: 1 + - uid: 10083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.403175,-106.23421 + parent: 1 + - uid: 10084 + components: + - type: Transform + pos: 161.45213,180.43344 + parent: 1 + - uid: 10085 + components: + - type: Transform + pos: 134.71007,-3.3899941 + parent: 1 + - uid: 10086 + components: + - type: Transform + pos: 26.640125,146.52306 + parent: 1 + - uid: 10087 + components: + - type: Transform + pos: 26.383282,146.52306 + parent: 1 + - uid: 10088 + components: + - type: Transform + pos: 26.493359,146.76767 + parent: 1 + - uid: 10089 + components: + - type: Transform + pos: -115.14301,-164.10791 + parent: 1 + - uid: 10090 + components: + - type: Transform + pos: -97.67005,-177.21942 + parent: 1 + - uid: 10091 + components: + - type: Transform + pos: -97.559975,-177.43958 + parent: 1 + - uid: 10092 + components: + - type: Transform + pos: -97.06464,-177.568 + parent: 1 + - uid: 10093 + components: + - type: Transform + pos: -165.28764,-106.19488 + parent: 1 + - uid: 10094 + components: + - type: Transform + pos: -60.772373,-25.254688 + parent: 1 + - uid: 10095 + components: + - type: Transform + pos: -55.03332,-16.425426 + parent: 1 + - uid: 10096 + components: + - type: Transform + pos: -61.579594,-25.621605 + parent: 1 + - uid: 10097 + components: + - type: Transform + pos: -83.130585,-8.719508 + parent: 1 + - uid: 10098 + components: + - type: Transform + pos: -56.63927,-12.407193 + parent: 1 + - uid: 10099 + components: + - type: Transform + pos: 18.006577,-33.959602 + parent: 1 + - uid: 10100 + components: + - type: Transform + pos: -60.348877,-11.049597 + parent: 1 + - uid: 10101 + components: + - type: Transform + pos: -152.90704,-25.335789 + parent: 1 + - uid: 10102 + components: + - type: Transform + pos: -151.93471,-25.28075 + parent: 1 + - uid: 10103 + components: + - type: Transform + pos: -159.23878,-16.162552 + parent: 1 + - uid: 10104 + components: + - type: Transform + pos: -163.29323,-25.188732 + parent: 1 + - uid: 10105 + components: + - type: Transform + pos: -161.99068,-17.263306 + parent: 1 + - uid: 10106 + components: + - type: Transform + pos: -149.44553,1.5282836 + parent: 1 + - uid: 10107 + components: + - type: Transform + pos: -66.49276,-13.21977 + parent: 1 + - uid: 10108 + components: + - type: Transform + pos: -66.290955,-12.210747 + parent: 1 + - uid: 10109 + components: + - type: Transform + pos: -55.00177,-40.08294 + parent: 1 + - uid: 10110 + components: + - type: Transform + pos: -59.03787,-41.091965 + parent: 1 + - uid: 10111 + components: + - type: Transform + pos: -47.151653,-35.22842 + parent: 1 + - uid: 10112 + components: + - type: Transform + pos: -47.408497,-35.265114 + parent: 1 + - uid: 10113 + components: + - type: Transform + pos: -8.096292,-50.527306 + parent: 1 + - uid: 10114 + components: + - type: Transform + pos: 18.190035,-33.959602 + parent: 1 + - uid: 10115 + components: + - type: Transform + pos: 15.233002,-25.540329 + parent: 1 + - uid: 10116 + components: + - type: Transform + pos: -31.687244,-38.822544 + parent: 1 + - uid: 10117 + components: + - type: Transform + pos: -31.320326,-40.05172 + parent: 1 + - uid: 10118 + components: + - type: Transform + pos: -34.639084,-42.633427 + parent: 1 + - uid: 10119 + components: + - type: Transform + pos: 130.66458,-12.627653 + parent: 1 + - uid: 10120 + components: + - type: Transform + pos: 23.6478,-17.147738 + parent: 1 + - uid: 10121 + components: + - type: Transform + pos: 37.37335,-19.624334 + parent: 1 + - uid: 10122 + components: + - type: Transform + pos: 101.78762,-6.231374 + parent: 1 + - uid: 10123 + components: + - type: Transform + pos: 86.47831,-9.560989 + parent: 1 + - uid: 10124 + components: + - type: Transform + pos: 117.159706,-10.583852 + parent: 1 + - uid: 10125 + components: + - type: Transform + pos: 50.674847,-10.3784895 + parent: 1 + - uid: 10126 + components: + - type: Transform + pos: 50.91334,-10.121647 + parent: 1 + - uid: 10127 + components: + - type: Transform + pos: 109.62023,-20.157906 + parent: 1 + - uid: 10128 + components: + - type: Transform + pos: 135.78287,5.7044034 + parent: 1 + - uid: 10129 + components: + - type: Transform + pos: 127.64247,-3.5648718 + parent: 1 + - uid: 10130 + components: + - type: Transform + pos: 129.83107,-15.875479 + parent: 1 + - uid: 10131 + components: + - type: Transform + pos: 105.87115,6.545444 + parent: 1 + - uid: 10132 + components: + - type: Transform + pos: 88.83441,19.724247 + parent: 1 + - uid: 10133 + components: + - type: Transform + pos: 129.92279,-15.765403 + parent: 1 + - uid: 10134 + components: + - type: Transform + pos: 130.7563,-12.535923 + parent: 1 + - uid: 10135 + components: + - type: Transform + pos: 134.27405,-7.265451 + parent: 1 + - uid: 10136 + components: + - type: Transform + pos: 128.9621,5.6677113 + parent: 1 + - uid: 10137 + components: + - type: Transform + pos: 87.3143,12.386351 + parent: 1 + - uid: 10138 + components: + - type: Transform + pos: 112.77389,14.4991455 + parent: 1 + - uid: 10139 + components: + - type: Transform + pos: 103.99468,14.4991455 + parent: 1 + - uid: 10140 + components: + - type: Transform + pos: 42.789814,8.7463875 + parent: 1 + - uid: 10141 + components: + - type: Transform + pos: 51.08216,9.571953 + parent: 1 + - uid: 10142 + components: + - type: Transform + pos: 134.54742,-11.809542 + parent: 1 +- proto: N14CurrencyCap10 + entities: + - uid: 10143 + components: + - type: Transform + pos: -186.02731,38.7467 + parent: 1 + - uid: 10144 + components: + - type: Transform + pos: -77.513435,-173.6154 + parent: 1 + - uid: 10145 + components: + - type: Transform + pos: -97.193054,-177.23778 + parent: 1 + - uid: 10146 + components: + - type: Transform + pos: -164.05833,-70.56709 + parent: 1 + - uid: 10147 + components: + - type: Transform + pos: -65.06178,-19.530758 + parent: 1 + - uid: 10148 + components: + - type: Transform + pos: 25.228142,-19.45952 + parent: 1 + - uid: 10149 + components: + - type: Transform + pos: 34.14434,-14.817809 + parent: 1 + - uid: 10150 + components: + - type: Transform + pos: 27.622015,1.857145 + parent: 1 + - uid: 10151 + components: + - type: Transform + pos: 27.51194,1.7287238 + parent: 1 + - uid: 10152 + components: + - type: Transform + pos: 113.631424,-5.430886 + parent: 1 + - uid: 10153 + components: + - type: Transform + pos: 103.310394,-13.388245 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14CurrencyCap100 + entities: + - uid: 9649 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 10154 + components: + - type: Transform + pos: -334.4821,79.592316 + parent: 1 + - uid: 10155 + components: + - type: Transform + pos: -159.49928,71.53048 + parent: 1 + - type: Stack + count: 300 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 10156 + components: + - type: Transform + pos: -134.33179,55.794857 + parent: 1 + - uid: 10157 + components: + - type: Transform + pos: 113.61461,-5.356182 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14CurrencyCap50 + entities: + - uid: 10158 + components: + - type: Transform + pos: 15.173907,141.1849 + parent: 1 + - uid: 10159 + components: + - type: Transform + pos: -97.33982,-177.40288 + parent: 1 + - uid: 10160 + components: + - type: Transform + pos: 113.78648,4.8156743 + parent: 1 + - uid: 10161 + components: + - type: Transform + pos: -159.49399,71.54786 + parent: 1 +- proto: N14CurrencyNCRDollar + entities: + - uid: 10162 + components: + - type: Transform + pos: -182.77559,-109.15364 + parent: 1 +- proto: N14CurrencyNCRDollar10 + entities: + - uid: 10163 + components: + - type: Transform + pos: 113.77086,4.854378 + parent: 1 + - uid: 10164 + components: + - type: Transform + pos: 113.70836,4.713753 + parent: 1 +- proto: N14CurrencyNCRDollar100 + entities: + - uid: 9650 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 10165 + components: + - type: Transform + pos: -196.30753,-101.188705 + parent: 1 + - type: Stack + count: 400 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 10166 + components: + - type: Transform + pos: -196.26483,-101.17751 + parent: 1 +- proto: N14CurrencyNCRDollar50 + entities: + - uid: 10167 + components: + - type: Transform + pos: -334.6108,79.451294 + parent: 1 + - uid: 10168 + components: + - type: Transform + pos: 113.66028,-5.541848 + parent: 1 +- proto: N14CurrencyPrewar + entities: + - uid: 10169 + components: + - type: Transform + pos: -290.42862,-88.291855 + parent: 1 + - uid: 10170 + components: + - type: Transform + pos: -290.50674,-88.416855 + parent: 1 + - uid: 10171 + components: + - type: Transform + pos: -290.6005,-88.27623 + parent: 1 + - uid: 10172 + components: + - type: Transform + pos: 16.434845,-57.11405 + parent: 1 + - uid: 10173 + components: + - type: Transform + pos: 15.759844,-57.0578 + parent: 1 + - uid: 10174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.734844,-57.5078 + parent: 1 + - uid: 10175 + components: + - type: Transform + pos: 86.25685,-33.170567 + parent: 1 + - uid: 10176 + components: + - type: Transform + pos: -20.465221,-15.657148 + parent: 1 + - uid: 10177 + components: + - type: Transform + pos: -25.868956,-11.330833 + parent: 1 + - uid: 10178 + components: + - type: Transform + pos: 86.29354,-33.097183 + parent: 1 + - uid: 10179 + components: + - type: Transform + pos: -20.64868,-15.47369 + parent: 1 + - uid: 10180 + components: + - type: Transform + pos: -26.015722,-11.404217 + parent: 1 + - uid: 10181 + components: + - type: Transform + pos: 126.4387,-29.068575 + parent: 1 + - uid: 10182 + components: + - type: Transform + pos: -20.850485,-15.693841 + parent: 1 + - uid: 10183 + components: + - type: Transform + pos: 9.32135,1.5545087 + parent: 1 + - uid: 10184 + components: + - type: Transform + pos: 27.255096,1.857145 + parent: 1 +- proto: N14CurrencyPrewarMoney10 + entities: + - uid: 10185 + components: + - type: Transform + pos: 160.51003,-67.234245 + parent: 1 + - uid: 10186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.78017,169.78145 + parent: 1 + - uid: 10187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -241.5141,-107.79122 + parent: 1 + - uid: 10188 + components: + - type: Transform + pos: 26.495462,147.27574 + parent: 1 + - uid: 10189 + components: + - type: Transform + pos: -56.639923,2.5241446 + parent: 1 + - uid: 10190 + components: + - type: Transform + pos: -56.69496,2.6158743 + parent: 1 + - uid: 10191 + components: + - type: Transform + pos: 23.39207,-11.484736 + parent: 1 + - uid: 10192 + components: + - type: Transform + pos: 42.72993,-37.2855 + parent: 1 + - uid: 10193 + components: + - type: Transform + pos: 42.54647,-37.432266 + parent: 1 +- proto: N14CurrencyPrewarMoney100 + entities: + - uid: 8929 + components: + - type: Transform + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8930 + components: + - type: Transform + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8931 + components: + - type: Transform + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8932 + components: + - type: Transform + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8933 + components: + - type: Transform + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10194 + components: + - type: Transform + pos: 26.581076,147.47144 + parent: 1 + - uid: 10195 + components: + - type: Transform + pos: -19.893118,12.888435 + parent: 1 +- proto: N14CurrencyPrewarMoney50 + entities: + - uid: 8934 + components: + - type: Transform + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10196 + components: + - type: Transform + pos: 16.397345,-56.6453 + parent: 1 + - uid: 10197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.7924,169.5613 + parent: 1 + - uid: 10198 + components: + - type: Transform + pos: 135.14003,-32.19157 + parent: 1 + - uid: 10199 + components: + - type: Transform + pos: -9.139254,-22.55463 + parent: 1 +- proto: N14CurrencyPrewarMoney500 + entities: + - uid: 6031 + components: + - type: Transform + parent: 6026 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14DecorationFlagNCR + entities: + - uid: 10200 + components: + - type: Transform + pos: 210.5,-30.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10201 + components: + - type: Transform + pos: -181.5,-90.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10202 + components: + - type: Transform + pos: -177.5,-90.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorationFlagOasis + entities: + - uid: 10203 + components: + - type: Transform + pos: 125.5,-19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10204 + components: + - type: Transform + pos: 127.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorationFlagpoleNCR + entities: + - uid: 10205 + components: + - type: Transform + pos: -155.29149,-126.74672 + parent: 1 + - uid: 10206 + components: + - type: Transform + pos: -191.5,-129.5 + parent: 1 + - uid: 10207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -191.5,-125.5 + parent: 1 + - uid: 10208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -197.52063,-100.82712 + parent: 1 + - uid: 10209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -187.41734,-99.76462 + parent: 1 +- proto: N14DecorBarrels + entities: + - uid: 10210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,10.5 + parent: 1 + - uid: 10211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.5,10.5 + parent: 1 + - uid: 10212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,4.5 + parent: 1 +- proto: N14DecorConcreteBarrier + entities: + - uid: 10213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,0.5 + parent: 1 + - uid: 10214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-1.5 + parent: 1 +- proto: N14DecorConcreteBarrierDamaged + entities: + - uid: 10215 + components: + - type: Transform + pos: 120.5,-12.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10216 + components: + - type: Transform + pos: 124.5,-16.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-69.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-67.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10219 + components: + - type: Transform + pos: 121.5,-16.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10220 + components: + - type: Transform + pos: 84.5,-0.5 + parent: 1 +- proto: N14DecorConcreteBarrierStriped + entities: + - uid: 10221 + components: + - type: Transform + pos: 123.5,-19.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10222 + components: + - type: Transform + pos: 122.5,-19.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10223 + components: + - type: Transform + pos: 157.5,-184.5 + parent: 1 + - uid: 10224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 167.5,-187.5 + parent: 1 + - uid: 10225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 167.5,-183.5 + parent: 1 + - uid: 10226 + components: + - type: Transform + pos: 177.5,-158.5 + parent: 1 + - uid: 10227 + components: + - type: Transform + pos: 158.5,-184.5 + parent: 1 + - uid: 10228 + components: + - type: Transform + pos: 158.5,-176.5 + parent: 1 + - uid: 10229 + components: + - type: Transform + pos: 150.5,-184.5 + parent: 1 + - uid: 10230 + components: + - type: Transform + pos: 157.5,-176.5 + parent: 1 +- proto: N14DecorFloorBoard10 + entities: + - uid: 10231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -191.5,-128.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -191.5,-127.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -186.5,-128.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard15 + entities: + - uid: 10234 + components: + - type: Transform + pos: 88.5,-4.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard17 + entities: + - uid: 10235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -178.5,-94.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard18 + entities: + - uid: 10236 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10237 + components: + - type: Transform + pos: 88.5,-5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard21 + entities: + - uid: 10238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -192.5,-127.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard22 + entities: + - uid: 10239 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard23 + entities: + - uid: 10240 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard5 + entities: + - uid: 10241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -178.5,-95.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard6 + entities: + - uid: 10242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -178.5,-95.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard7 + entities: + - uid: 10243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -190.5,-127.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBoard9 + entities: + - uid: 10245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -190.5,-128.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -185.5,-128.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookPile1 + entities: + - uid: 10247 + components: + - type: Transform + pos: 111.5,-8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookPile2 + entities: + - uid: 10249 + components: + - type: Transform + pos: -55.5,-16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookPile3 + entities: + - uid: 10250 + components: + - type: Transform + pos: -181.5,38.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookPile4 + entities: + - uid: 10251 + components: + - type: Transform + pos: -76.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10252 + components: + - type: Transform + pos: 116.5,-8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.5,16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10254 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookPile5 + entities: + - uid: 10255 + components: + - type: Transform + pos: -69.5,-10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10256 + components: + - type: Transform + pos: 109.5,-8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookPile6 + entities: + - uid: 10257 + components: + - type: Transform + pos: 41.5,-17.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookstack1 + entities: + - uid: 10258 + components: + - type: Transform + pos: 114.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookstack2 + entities: + - uid: 10259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-28.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBookstack3 + entities: + - uid: 10260 + components: + - type: Transform + pos: 115.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBrickrubble + entities: + - uid: 10261 + components: + - type: Transform + pos: 114.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,0.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,9.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-65.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-56.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-61.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-75.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-73.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-74.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -147.5,-0.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -154.5,1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 165.5,-156.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 164.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 167.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10275 + components: + - type: Transform + pos: 165.5,-149.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 168.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 166.5,-159.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 168.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10279 + components: + - type: Transform + pos: 170.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10280 + components: + - type: Transform + pos: 166.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 113.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-105.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-104.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorBrickStack + entities: + - uid: 10284 + components: + - type: Transform + pos: 88.5,1.5 + parent: 1 + - uid: 10285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-74.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-74.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorFloorCardboard + entities: + - uid: 10287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,-24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10288 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10289 + components: + - type: Transform + pos: -76.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-26.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-25.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-34.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-35.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-30.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-13.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10298 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorFood1 + entities: + - uid: 10299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 106.5,-7.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10302 + components: + - type: Transform + pos: 36.5,-65.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorFood2 + entities: + - uid: 10303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-13.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10305 + components: + - type: Transform + pos: 131.5,19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorFood4 + entities: + - uid: 10306 + components: + - type: Transform + pos: 41.5,-65.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorFood5 + entities: + - uid: 10307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-18.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorFood6 + entities: + - uid: 10308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass1 + entities: + - uid: 10309 + components: + - type: Transform + pos: 91.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass2 + entities: + - uid: 10310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 101.5,12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10312 + components: + - type: Transform + pos: 125.5,16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass3 + entities: + - uid: 10313 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass4 + entities: + - uid: 10314 + components: + - type: Transform + pos: 91.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-18.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass5 + entities: + - uid: 10317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,-15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass6 + entities: + - uid: 10318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,-15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10321 + components: + - type: Transform + pos: 41.5,-70.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10322 + components: + - type: Transform + pos: 37.5,-77.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10323 + components: + - type: Transform + pos: 125.5,-10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10324 + components: + - type: Transform + pos: 120.5,19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -169.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorPallet + entities: + - uid: 10326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10327 + components: + - type: Transform + pos: 88.5,-1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10328 + components: + - type: Transform + pos: -78.5,-161.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10329 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10330 + components: + - type: Transform + pos: 48.5,-75.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10331 + components: + - type: Transform + pos: 45.5,-76.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10332 + components: + - type: Transform + pos: 131.5,19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10333 + components: + - type: Transform + pos: -173.5,-113.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorPalletStack + entities: + - uid: 10334 + components: + - type: Transform + pos: 85.5,1.5 + parent: 1 + - uid: 10335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-161.5 + parent: 1 + - uid: 10336 + components: + - type: Transform + pos: -80.5,-161.5 + parent: 1 + - uid: 10337 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10338 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10339 + components: + - type: Transform + pos: 131.5,20.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10340 + components: + - type: Transform + pos: -112.5,-30.5 + parent: 1 + - uid: 10341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -112.5,-29.5 + parent: 1 +- proto: N14DecorFloorPaper + entities: + - uid: 10342 + components: + - type: Transform + pos: -71.5,-24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10343 + components: + - type: Transform + pos: -69.5,-10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,6.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10348 + components: + - type: Transform + pos: 112.5,10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10349 + components: + - type: Transform + pos: 120.5,-3.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-18.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-62.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -168.5,24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,28.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -169.5,24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10356 + components: + - type: Transform + pos: -168.5,29.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -114.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -114.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10360 + components: + - type: Transform + pos: 92.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10361 + components: + - type: Transform + pos: 316.5,106.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 307.5,106.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorPaper1 + entities: + - uid: 10363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-193.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10364 + components: + - type: Transform + pos: 117.5,2.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10365 + components: + - type: Transform + pos: -73.5,-26.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10368 + components: + - type: Transform + pos: 114.5,14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,-2.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10370 + components: + - type: Transform + pos: 117.5,11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10371 + components: + - type: Transform + pos: 127.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -152.5,1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -150.5,1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10375 + components: + - type: Transform + pos: 264.5,133.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 265.5,131.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 273.5,133.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorPaper2 + entities: + - uid: 10378 + components: + - type: Transform + pos: 91.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10379 + components: + - type: Transform + pos: -189.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10380 + components: + - type: Transform + pos: -67.5,-13.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10383 + components: + - type: Transform + pos: 111.5,14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10384 + components: + - type: Transform + pos: 119.5,-2.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-13.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-13.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-65.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10388 + components: + - type: Transform + pos: -152.5,0.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10389 + components: + - type: Transform + pos: -191.5,53.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10390 + components: + - type: Transform + pos: -136.5,55.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 315.5,99.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10392 + components: + - type: Transform + pos: 307.5,102.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 306.5,106.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10394 + components: + - type: Transform + pos: -32.5,-193.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorPaper3 + entities: + - uid: 10395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 100.5,9.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -185.5,29.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10397 + components: + - type: Transform + pos: -185.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-13.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 132.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10402 + components: + - type: Transform + pos: 126.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-67.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -115.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -115.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -116.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10408 + components: + - type: Transform + pos: -115.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10409 + components: + - type: Transform + pos: -115.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -115.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -104.5,-155.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 98.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10414 + components: + - type: Transform + pos: 91.5,2.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,9.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorScrapwood + entities: + - uid: 10416 + components: + - type: Transform + pos: -192.5,52.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10418 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10419 + components: + - type: Transform + pos: 48.5,-76.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10420 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10421 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-64.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-61.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-67.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 168.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 166.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10427 + components: + - type: Transform + pos: 168.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 166.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorSkeleton + entities: + - uid: 10429 + components: + - type: Transform + pos: 152.5,-188.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10430 + components: + - type: Transform + pos: 157.5,-186.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,28.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10432 + components: + - type: Transform + pos: 128.5,31.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,-186.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 131.5,30.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-17.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10438 + components: + - type: Transform + pos: 36.5,-76.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-23.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10441 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -149.5,0.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -166.5,48.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -117.5,-57.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10445 + components: + - type: Transform + pos: -86.5,-161.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorSkeletonOver + entities: + - uid: 10446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-193.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10447 + components: + - type: Transform + pos: 302.5,104.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 10448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorTrashbags1 + entities: + - uid: 10449 + components: + - type: Transform + pos: -75.5,-24.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10450 + components: + - type: Transform + pos: 49.5,-70.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorFloorTrashbags2 + entities: + - uid: 10451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-17.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-11.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-19.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10454 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10455 + components: + - type: Transform + pos: 44.5,-70.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-23.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorFloorTrashbags3 + entities: + - uid: 10457 + components: + - type: Transform + pos: -53.5,-14.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-16.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-18.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 128.5,5.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorFloorTrashbags4 + entities: + - uid: 10461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.5,7.5 + parent: 1 + - uid: 10462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,8.5 + parent: 1 + - uid: 10463 + components: + - type: Transform + pos: -73.5,-27.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-15.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-11.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10466 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10467 + components: + - type: Transform + pos: 45.5,-70.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 135.5,8.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorFloorTrashbags5 + entities: + - uid: 10469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.5,9.5 + parent: 1 + - uid: 10470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,10.5 + parent: 1 + - uid: 10471 + components: + - type: Transform + pos: -76.5,-24.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.5,-14.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorFloorTrashbags6 + entities: + - uid: 10473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-19.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-20.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10476 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False + - uid: 10477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 135.5,-14.5 + parent: 1 + - type: Fixtures + fixtures: {} + - type: Physics + canCollide: False +- proto: N14DecorStreetMailbox + entities: + - uid: 10478 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 1 + - uid: 10479 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 10480 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 1 + - uid: 10481 + components: + - type: Transform + pos: -51.5,-0.5 + parent: 1 + - uid: 10482 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 1 + - uid: 10483 + components: + - type: Transform + pos: 62.5,-80.5 + parent: 1 + - uid: 10484 + components: + - type: Transform + pos: 125.5,-16.5 + parent: 1 + - uid: 10485 + components: + - type: Transform + pos: 119.5,2.5 + parent: 1 +- proto: N14DecorStreetMailboxWide + entities: + - uid: 10486 + components: + - type: Transform + pos: 78.5,-40.5 + parent: 1 +- proto: N14DecorStreetPayphone + entities: + - uid: 10487 + components: + - type: Transform + pos: 79.5,-40.5 + parent: 1 + - uid: 10488 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1 + - uid: 10489 + components: + - type: Transform + pos: 108.5,2.5 + parent: 1 + - uid: 10490 + components: + - type: Transform + pos: 126.5,6.5 + parent: 1 +- proto: N14DecorStreetTrashbin + entities: + - uid: 10491 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 1 + - uid: 10492 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 1 + - uid: 10493 + components: + - type: Transform + pos: -16.5,-65.5 + parent: 1 + - uid: 10494 + components: + - type: Transform + pos: 81.5,-36.5 + parent: 1 + - uid: 10495 + components: + - type: Transform + pos: 34.5,-68.5 + parent: 1 + - uid: 10496 + components: + - type: Transform + pos: 125.5,-13.5 + parent: 1 + - uid: 10497 + components: + - type: Transform + pos: 120.5,19.5 + parent: 1 + - uid: 10498 + components: + - type: Transform + pos: -166.5,-1.5 + parent: 1 + - uid: 10499 + components: + - type: Transform + pos: -180.5,-75.5 + parent: 1 +- proto: N14DecorStreetTrashbinDamaged + entities: + - uid: 10500 + components: + - type: Transform + pos: 94.5,2.5 + parent: 1 + - uid: 10501 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 1 + - uid: 10502 + components: + - type: Transform + pos: -20.5,1.5 + parent: 1 + - uid: 10503 + components: + - type: Transform + pos: -16.5,1.5 + parent: 1 + - uid: 10504 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 10505 + components: + - type: Transform + pos: 47.5,-43.5 + parent: 1 + - uid: 10506 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 1 + - uid: 10507 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 1 + - uid: 10508 + components: + - type: Transform + pos: -47.5,-28.5 + parent: 1 + - uid: 10509 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 1 + - uid: 10510 + components: + - type: Transform + pos: -66.5,-1.5 + parent: 1 + - uid: 10511 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 1 + - uid: 10512 + components: + - type: Transform + pos: -85.5,-8.5 + parent: 1 + - uid: 10513 + components: + - type: Transform + pos: 84.5,-19.5 + parent: 1 +- proto: N14DoctorSyringe + entities: + - uid: 10514 + components: + - type: Transform + pos: -147.54138,52.871475 + parent: 1 + - uid: 10515 + components: + - type: Transform + pos: -147.52576,53.6371 + parent: 1 +- proto: N14DoorBunker + entities: + - uid: 10516 + components: + - type: Transform + pos: -190.5,42.5 + parent: 1 + - uid: 10517 + components: + - type: Transform + pos: -190.5,52.5 + parent: 1 + - uid: 10518 + components: + - type: Transform + pos: -188.5,53.5 + parent: 1 + - uid: 10519 + components: + - type: Transform + pos: -174.5,36.5 + parent: 1 + - uid: 10520 + components: + - type: Transform + pos: -179.5,36.5 + parent: 1 + - uid: 10521 + components: + - type: Transform + pos: -175.5,63.5 + parent: 1 + - uid: 10522 + components: + - type: Transform + pos: -178.5,62.5 + parent: 1 + - uid: 10523 + components: + - type: Transform + pos: -152.5,60.5 + parent: 1 + - uid: 10524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -156.5,72.5 + parent: 1 + - uid: 10525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -187.5,50.5 + parent: 1 + - uid: 10526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -187.5,47.5 + parent: 1 + - uid: 10527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -190.5,49.5 + parent: 1 + - uid: 10528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -190.5,45.5 + parent: 1 + - uid: 10529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -183.5,43.5 + parent: 1 + - uid: 10530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -180.5,43.5 + parent: 1 + - uid: 10531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -186.5,43.5 + parent: 1 + - uid: 10532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -155.5,65.5 + parent: 1 +- proto: N14DoorBunkerGlass + entities: + - uid: 10533 + components: + - type: Transform + pos: -177.5,46.5 + parent: 1 + - uid: 10534 + components: + - type: Transform + pos: -176.5,46.5 + parent: 1 + - uid: 10535 + components: + - type: Transform + pos: -179.5,51.5 + parent: 1 + - uid: 10536 + components: + - type: Transform + pos: -181.5,52.5 + parent: 1 + - uid: 10537 + components: + - type: Transform + pos: -171.5,49.5 + parent: 1 + - uid: 10538 + components: + - type: Transform + pos: -171.5,48.5 + parent: 1 + - uid: 10539 + components: + - type: Transform + pos: -183.5,25.5 + parent: 1 + - uid: 10540 + components: + - type: Transform + pos: -139.5,58.5 + parent: 1 + - uid: 10541 + components: + - type: Transform + pos: -183.5,26.5 + parent: 1 + - uid: 10542 + components: + - type: Transform + pos: -183.5,31.5 + parent: 1 + - uid: 10543 + components: + - type: Transform + pos: -176.5,34.5 + parent: 1 + - uid: 10544 + components: + - type: Transform + pos: -178.5,38.5 + parent: 1 + - uid: 10545 + components: + - type: Transform + pos: -175.5,38.5 + parent: 1 + - uid: 10546 + components: + - type: Transform + pos: -184.5,23.5 + parent: 1 + - uid: 10547 + components: + - type: Transform + pos: -177.5,59.5 + parent: 1 + - uid: 10548 + components: + - type: Transform + pos: -156.5,58.5 + parent: 1 + - uid: 10549 + components: + - type: Transform + pos: -143.5,58.5 + parent: 1 + - uid: 10550 + components: + - type: Transform + pos: -163.5,66.5 + parent: 1 + - uid: 10551 + components: + - type: Transform + pos: -163.5,65.5 + parent: 1 + - uid: 10552 + components: + - type: Transform + pos: -146.5,56.5 + parent: 1 + - uid: 10553 + components: + - type: Transform + pos: -151.5,56.5 + parent: 1 + - uid: 10554 + components: + - type: Transform + pos: -146.5,60.5 + parent: 1 +- proto: N14DoorBunkerGlassLockedBoSMidwest + entities: + - uid: 10555 + components: + - type: Transform + pos: -166.5,57.5 + parent: 1 + - uid: 10556 + components: + - type: Transform + pos: -166.5,56.5 + parent: 1 + - uid: 10557 + components: + - type: Transform + pos: -162.5,57.5 + parent: 1 + - uid: 10558 + components: + - type: Transform + pos: -162.5,58.5 + parent: 1 +- proto: N14DoorBunkerGlassLockedBoSPaladin + entities: + - uid: 10559 + components: + - type: Transform + pos: -186.5,34.5 + parent: 1 + - uid: 10560 + components: + - type: Transform + pos: -188.5,34.5 + parent: 1 + - uid: 10561 + components: + - type: Transform + pos: -172.5,61.5 + parent: 1 +- proto: N14DoorBunkerLockedBoSCommander + entities: + - uid: 10562 + components: + - type: Transform + pos: -157.5,69.5 + parent: 1 +- proto: N14DoorBunkerLockedBoSMidwest + entities: + - uid: 10563 + components: + - type: Transform + pos: -175.5,30.5 + parent: 1 +- proto: N14DoorCellMetal + entities: + - uid: 10564 + components: + - type: Transform + pos: -166.5,-114.5 + parent: 1 + - uid: 10565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -285.5,-89.5 + parent: 1 + - uid: 10566 + components: + - type: Transform + pos: -38.5,-112.5 + parent: 1 + - uid: 10567 + components: + - type: Transform + pos: 163.5,34.5 + parent: 1 + - type: Door + secondsUntilStateChange: -384974.72 + state: Opening + - uid: 10568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-58.5 + parent: 1 + - uid: 10569 + components: + - type: Transform + pos: -166.5,-115.5 + parent: 1 + - uid: 10570 + components: + - type: Transform + pos: -162.5,-112.5 + parent: 1 + - uid: 10571 + components: + - type: Transform + pos: -191.5,-103.5 + parent: 1 + - uid: 10572 + components: + - type: Transform + pos: -191.5,-104.5 + parent: 1 +- proto: N14DoorCellMetalLockedNCRMP + entities: + - uid: 10573 + components: + - type: Transform + pos: -194.5,-104.5 + parent: 1 + - uid: 10574 + components: + - type: Transform + pos: -194.5,-107.5 + parent: 1 + - uid: 10575 + components: + - type: Transform + pos: -194.5,-110.5 + parent: 1 +- proto: N14DoorCellMetalLockedSheriff + entities: + - uid: 10576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,-5.5 + parent: 1 +- proto: N14DoorGlass + entities: + - uid: 10577 + components: + - type: Transform + pos: 100.5,17.5 + parent: 1 + - uid: 10578 + components: + - type: Transform + pos: 94.5,15.5 + parent: 1 + - uid: 10579 + components: + - type: Transform + pos: 91.5,15.5 + parent: 1 + - uid: 10580 + components: + - type: Transform + pos: 89.5,13.5 + parent: 1 + - uid: 10581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-129.5 + parent: 1 +- proto: N14DoorGlassBroken + entities: + - uid: 10582 + components: + - type: Transform + pos: -104.5,-149.5 + parent: 1 + - uid: 10583 + components: + - type: Transform + pos: 100.5,18.5 + parent: 1 + - uid: 10584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -173.5,-72.5 + parent: 1 + - uid: 10585 + components: + - type: Transform + pos: 104.5,-45.5 + parent: 1 + - uid: 10586 + components: + - type: Transform + pos: 50.5,7.5 + parent: 1 + - uid: 10587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,4.5 + parent: 1 + - uid: 10588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-126.5 + parent: 1 + - uid: 10589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,-105.5 + parent: 1 + - uid: 10590 + components: + - type: Transform + pos: 182.5,27.5 + parent: 1 + - uid: 10591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -160.5,-24.5 + parent: 1 + - uid: 10592 + components: + - type: Transform + pos: -17.5,-67.5 + parent: 1 + - uid: 10593 + components: + - type: Transform + pos: -17.5,-68.5 + parent: 1 + - uid: 10594 + components: + - type: Transform + pos: -103.5,-149.5 + parent: 1 + - uid: 10595 + components: + - type: Transform + pos: -102.5,-149.5 + parent: 1 + - uid: 10596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-127.5 + parent: 1 + - uid: 10597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,-126.5 + parent: 1 + - uid: 10598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,-113.5 + parent: 1 + - uid: 10599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,-113.5 + parent: 1 + - uid: 10600 + components: + - type: Transform + pos: 104.5,-118.5 + parent: 1 +- proto: N14DoorGlassDirty + entities: + - uid: 10601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-128.5 + parent: 1 + - uid: 10602 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 1 + - uid: 10603 + components: + - type: Transform + pos: 17.5,-35.5 + parent: 1 + - uid: 10604 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 1 + - uid: 10605 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 1 + - uid: 10606 + components: + - type: Transform + pos: 101.5,-34.5 + parent: 1 + - uid: 10607 + components: + - type: Transform + pos: 102.5,-42.5 + parent: 1 + - uid: 10608 + components: + - type: Transform + pos: 102.5,-36.5 + parent: 1 + - uid: 10609 + components: + - type: Transform + pos: 97.5,-44.5 + parent: 1 + - uid: 10610 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 10611 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 10612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,9.5 + parent: 1 + - uid: 10613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-130.5 + parent: 1 + - type: Door + secondsUntilStateChange: -450578.38 + state: Opening + - uid: 10614 + components: + - type: Transform + pos: 119.5,14.5 + parent: 1 + - uid: 10615 + components: + - type: Transform + pos: -156.5,-21.5 + parent: 1 +- proto: N14DoorGlassStore + entities: + - uid: 10616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 1 + - uid: 10617 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 1 + - uid: 10618 + components: + - type: Transform + pos: 11.5,-67.5 + parent: 1 + - uid: 10619 + components: + - type: Transform + pos: -53.5,-39.5 + parent: 1 + - uid: 10620 + components: + - type: Transform + pos: -53.5,-45.5 + parent: 1 + - uid: 10621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -223.5,-90.5 + parent: 1 + - uid: 10622 + components: + - type: Transform + pos: 178.5,-169.5 + parent: 1 + - uid: 10623 + components: + - type: Transform + pos: 177.5,-169.5 + parent: 1 +- proto: N14DoorGlassStoreBroken + entities: + - uid: 10624 + components: + - type: Transform + pos: 92.5,114.5 + parent: 1 + - type: Door + secondsUntilStateChange: -353389.47 + state: Opening + - uid: 10625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,4.5 + parent: 1 + - uid: 10626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,4.5 + parent: 1 + - uid: 10627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,4.5 + parent: 1 + - uid: 10628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,4.5 + parent: 1 + - uid: 10629 + components: + - type: Transform + pos: 178.5,-163.5 + parent: 1 + - uid: 10630 + components: + - type: Transform + pos: 177.5,-163.5 + parent: 1 + - uid: 10631 + components: + - type: Transform + pos: 160.5,-179.5 + parent: 1 + - uid: 10632 + components: + - type: Transform + pos: 160.5,-180.5 + parent: 1 +- proto: N14DoorGlassStoreDirty + entities: + - uid: 10633 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 1 + - uid: 10634 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 1 + - uid: 10635 + components: + - type: Transform + pos: 135.5,-29.5 + parent: 1 + - uid: 10636 + components: + - type: Transform + pos: 76.5,-44.5 + parent: 1 + - uid: 10637 + components: + - type: Transform + pos: 80.5,-43.5 + parent: 1 + - uid: 10638 + components: + - type: Transform + pos: 80.5,-34.5 + parent: 1 + - uid: 10639 + components: + - type: Transform + pos: 80.5,-44.5 + parent: 1 + - uid: 10640 + components: + - type: Transform + pos: 76.5,-35.5 + parent: 1 + - uid: 10641 + components: + - type: Transform + pos: 76.5,-34.5 + parent: 1 + - uid: 10642 + components: + - type: Transform + pos: 44.5,1.5 + parent: 1 + - uid: 10643 + components: + - type: Transform + pos: 45.5,1.5 + parent: 1 + - uid: 10644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-33.5 + parent: 1 + - uid: 10645 + components: + - type: Transform + pos: -53.5,-34.5 + parent: 1 + - uid: 10646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-29.5 + parent: 1 + - uid: 10647 + components: + - type: Transform + pos: -53.5,-48.5 + parent: 1 + - uid: 10648 + components: + - type: Transform + pos: -53.5,-50.5 + parent: 1 + - uid: 10649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-29.5 + parent: 1 + - uid: 10650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-12.5 + parent: 1 + - uid: 10651 + components: + - type: Transform + pos: -165.5,-18.5 + parent: 1 + - uid: 10652 + components: + - type: Transform + pos: -165.5,-19.5 + parent: 1 + - uid: 10653 + components: + - type: Transform + pos: -170.5,26.5 + parent: 1 + - uid: 10654 + components: + - type: Transform + pos: -170.5,25.5 + parent: 1 + - uid: 10655 + components: + - type: Transform + pos: -170.5,27.5 + parent: 1 +- proto: N14DoorMakeshift + entities: + - uid: 10656 + components: + - type: Transform + pos: 93.5,8.5 + parent: 1 + - uid: 10657 + components: + - type: Transform + pos: 90.5,6.5 + parent: 1 + - uid: 10658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 162.5,192.5 + parent: 1 + - uid: 10659 + components: + - type: Transform + pos: 169.5,147.5 + parent: 1 + - uid: 10660 + components: + - type: Transform + pos: 169.5,146.5 + parent: 1 + - uid: 10661 + components: + - type: Transform + pos: -189.5,-187.5 + parent: 1 + - uid: 10662 + components: + - type: Transform + pos: 177.5,170.5 + parent: 1 + - uid: 10663 + components: + - type: Transform + pos: -182.5,-174.5 + parent: 1 + - uid: 10664 + components: + - type: Transform + pos: 177.5,169.5 + parent: 1 + - uid: 10665 + components: + - type: Transform + pos: 182.5,176.5 + parent: 1 + - uid: 10666 + components: + - type: Transform + pos: 183.5,176.5 + parent: 1 + - uid: 10667 + components: + - type: Transform + pos: 188.5,170.5 + parent: 1 + - uid: 10668 + components: + - type: Transform + pos: 189.5,170.5 + parent: 1 + - uid: 10669 + components: + - type: Transform + pos: -187.5,-168.5 + parent: 1 + - uid: 10670 + components: + - type: Transform + pos: -193.5,-167.5 + parent: 1 + - uid: 10671 + components: + - type: Transform + pos: -193.5,-187.5 + parent: 1 + - uid: 10672 + components: + - type: Transform + pos: 21.5,142.5 + parent: 1 + - uid: 10673 + components: + - type: Transform + pos: 21.5,146.5 + parent: 1 + - uid: 10674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,126.5 + parent: 1 + - uid: 10675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,126.5 + parent: 1 + - uid: 10676 + components: + - type: Transform + pos: 0.5,145.5 + parent: 1 + - uid: 10677 + components: + - type: Transform + pos: 0.5,153.5 + parent: 1 + - uid: 10678 + components: + - type: Transform + pos: -186.5,-191.5 + parent: 1 + - uid: 10679 + components: + - type: Transform + pos: 165.5,29.5 + parent: 1 + - uid: 10680 + components: + - type: Transform + pos: 98.5,3.5 + parent: 1 + - uid: 10681 + components: + - type: Transform + pos: 95.5,-7.5 + parent: 1 + - uid: 10682 + components: + - type: Transform + pos: 92.5,-10.5 + parent: 1 + - uid: 10683 + components: + - type: Transform + pos: 93.5,-4.5 + parent: 1 + - uid: 10684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 164.5,188.5 + parent: 1 + - uid: 10685 + components: + - type: Transform + pos: -238.5,-102.5 + parent: 1 +- proto: N14DoorMetalBar + entities: + - uid: 10686 + components: + - type: Transform + pos: 107.5,-32.5 + parent: 1 + - uid: 10687 + components: + - type: Transform + pos: 103.5,-32.5 + parent: 1 + - uid: 10688 + components: + - type: Transform + pos: 9.5,160.5 + parent: 1 + - uid: 10689 + components: + - type: Transform + pos: 9.5,159.5 + parent: 1 + - uid: 10690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-48.5 + parent: 1 + - uid: 10691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-48.5 + parent: 1 + - uid: 10692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-48.5 + parent: 1 + - uid: 10693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-48.5 + parent: 1 + - uid: 10694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -244.5,-107.5 + parent: 1 +- proto: N14DoorMetalIron + entities: + - uid: 10695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 130.5,22.5 + parent: 1 + - uid: 10696 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 10697 + components: + - type: Transform + pos: 129.5,22.5 + parent: 1 + - uid: 10698 + components: + - type: Transform + pos: -67.5,-32.5 + parent: 1 +- proto: N14DoorMetalReinforced + entities: + - uid: 10699 + components: + - type: Transform + pos: -208.5,-80.5 + parent: 1 + - uid: 10700 + components: + - type: Transform + pos: -204.5,-88.5 + parent: 1 + - uid: 10701 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 +- proto: N14DoorMetalSecure + entities: + - uid: 10702 + components: + - type: Transform + pos: -181.5,-138.5 + parent: 1 + - uid: 10703 + components: + - type: Transform + pos: -179.5,-135.5 + parent: 1 + - uid: 10704 + components: + - type: Transform + pos: -176.5,-99.5 + parent: 1 + - uid: 10705 + components: + - type: Transform + pos: -170.5,-99.5 + parent: 1 + - uid: 10706 + components: + - type: Transform + pos: -171.5,-107.5 + parent: 1 + - uid: 10707 + components: + - type: Transform + pos: -189.5,-108.5 + parent: 1 + - uid: 10708 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 1 + - uid: 10709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,86.5 + parent: 1 + - uid: 10710 + components: + - type: Transform + pos: 59.5,169.5 + parent: 1 + - uid: 10711 + components: + - type: Transform + pos: -173.5,-98.5 + parent: 1 + - uid: 10712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -183.5,-101.5 + parent: 1 + - uid: 10713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -186.5,-106.5 + parent: 1 + - uid: 10714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -186.5,-102.5 + parent: 1 + - uid: 10715 + components: + - type: Transform + pos: 99.5,-132.5 + parent: 1 +- proto: N14DoorMetalSecureLockedIron + entities: + - uid: 10716 + components: + - type: Transform + pos: 175.5,-174.5 + parent: 1 + - uid: 10717 + components: + - type: Transform + pos: 169.5,-182.5 + parent: 1 +- proto: N14DoorRoomRepaired + entities: + - uid: 10718 + components: + - type: Transform + pos: 132.5,9.5 + parent: 1 + - uid: 10719 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 1 + - uid: 10720 + components: + - type: Transform + pos: 45.5,-35.5 + parent: 1 + - uid: 10721 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 1 + - uid: 10722 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 1 + - uid: 10723 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 1 + - uid: 10724 + components: + - type: Transform + pos: 105.5,15.5 + parent: 1 + - uid: 10725 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1 + - uid: 10726 + components: + - type: Transform + pos: 34.5,7.5 + parent: 1 + - uid: 10727 + components: + - type: Transform + pos: -74.5,3.5 + parent: 1 + - uid: 10728 + components: + - type: Transform + pos: -47.5,29.5 + parent: 1 + - uid: 10729 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 1 + - uid: 10730 + components: + - type: Transform + pos: -44.5,-128.5 + parent: 1 + - uid: 10731 + components: + - type: Transform + pos: 174.5,96.5 + parent: 1 + - uid: 10732 + components: + - type: Transform + pos: -279.5,-25.5 + parent: 1 + - uid: 10733 + components: + - type: Transform + pos: -72.5,-24.5 + parent: 1 + - uid: 10734 + components: + - type: Transform + pos: -155.5,-26.5 + parent: 1 + - uid: 10735 + components: + - type: Transform + pos: -153.5,-21.5 + parent: 1 + - uid: 10736 + components: + - type: Transform + pos: 32.5,169.5 + parent: 1 + - uid: 10737 + components: + - type: Transform + pos: 104.5,22.5 + parent: 1 + - uid: 10738 + components: + - type: Transform + pos: 110.5,21.5 + parent: 1 +- proto: N14DoorSecretRuin + entities: + - uid: 10739 + components: + - type: Transform + pos: 172.5,57.5 + parent: 1 +- proto: N14DoorSecretWoodLog + entities: + - uid: 10740 + components: + - type: Transform + pos: -189.5,-163.5 + parent: 1 + - type: Door + secondsUntilStateChange: -429028.4 + state: Opening + - uid: 10741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -187.5,-23.5 + parent: 1 +- proto: N14DoorShutterFramedRoller + entities: + - uid: 10742 + components: + - type: Transform + pos: 43.5,-69.5 + parent: 1 + - uid: 10743 + components: + - type: Transform + pos: 23.5,-63.5 + parent: 1 + - uid: 10744 + components: + - type: Transform + pos: 44.5,-69.5 + parent: 1 + - uid: 10745 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 1 + - uid: 10746 + components: + - type: Transform + pos: 11.5,-67.5 + parent: 1 + - uid: 10747 + components: + - type: Transform + pos: 15.5,-63.5 + parent: 1 + - uid: 10748 + components: + - type: Transform + pos: 24.5,-63.5 + parent: 1 + - uid: 10749 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 1 + - uid: 10750 + components: + - type: Transform + pos: 179.5,-181.5 + parent: 1 + - uid: 10751 + components: + - type: Transform + pos: 179.5,-171.5 + parent: 1 + - uid: 10752 + components: + - type: Transform + pos: 179.5,-161.5 + parent: 1 +- proto: N14DoorShutterRoller + entities: + - uid: 10753 + components: + - type: Transform + pos: 111.5,-33.5 + parent: 1 + - uid: 10754 + components: + - type: Transform + pos: 113.5,-33.5 + parent: 1 + - uid: 10755 + components: + - type: Transform + pos: 112.5,-33.5 + parent: 1 + - uid: 10756 + components: + - type: Transform + pos: 114.5,-33.5 + parent: 1 + - uid: 10757 + components: + - type: Transform + pos: 115.5,-33.5 + parent: 1 + - uid: 10758 + components: + - type: Transform + pos: 179.5,57.5 + parent: 1 + - uid: 10759 + components: + - type: Transform + pos: 176.5,57.5 + parent: 1 + - uid: 10760 + components: + - type: Transform + pos: 175.5,57.5 + parent: 1 + - uid: 10761 + components: + - type: Transform + pos: 178.5,57.5 + parent: 1 + - uid: 10762 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 1 + - type: Door + secondsUntilStateChange: -64903.15 + state: Opening + - uid: 10763 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 1 + - type: Door + secondsUntilStateChange: -64904.703 + state: Opening + - uid: 10764 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 1 + - uid: 10765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-186.5 + parent: 1 + - uid: 10766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-184.5 + parent: 1 + - uid: 10767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-185.5 + parent: 1 + - uid: 10768 + components: + - type: Transform + pos: 168.5,-185.5 + parent: 1 + - uid: 10769 + components: + - type: Transform + pos: 168.5,-190.5 + parent: 1 + - uid: 10770 + components: + - type: Transform + pos: 168.5,-186.5 + parent: 1 + - uid: 10771 + components: + - type: Transform + pos: 168.5,-191.5 + parent: 1 + - uid: 10772 + components: + - type: Transform + pos: 168.5,-184.5 + parent: 1 + - uid: 10773 + components: + - type: Transform + pos: 168.5,-189.5 + parent: 1 +- proto: N14DoorSpikedGate + entities: + - uid: 10774 + components: + - type: Transform + pos: 166.5,135.5 + parent: 1 + - uid: 10775 + components: + - type: Transform + pos: 164.5,135.5 + parent: 1 + - uid: 10776 + components: + - type: Transform + pos: 173.5,135.5 + parent: 1 + - uid: 10777 + components: + - type: Transform + pos: 174.5,135.5 + parent: 1 + - uid: 10778 + components: + - type: Transform + pos: 181.5,132.5 + parent: 1 + - uid: 10779 + components: + - type: Transform + pos: 182.5,136.5 + parent: 1 + - uid: 10780 + components: + - type: Transform + pos: 181.5,131.5 + parent: 1 +- proto: N14DoorTentClothflap + entities: + - uid: 10781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -190.5,-134.5 + parent: 1 + - uid: 10782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -192.5,-128.5 + parent: 1 + - uid: 10783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -192.5,-127.5 + parent: 1 + - uid: 10784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -189.5,-134.5 + parent: 1 + - uid: 10785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -185.5,-136.5 + parent: 1 + - uid: 10786 + components: + - type: Transform + pos: -183.5,-132.5 + parent: 1 + - uid: 10787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -185.5,-122.5 + parent: 1 + - uid: 10788 + components: + - type: Transform + pos: 155.5,180.5 + parent: 1 + - uid: 10789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 169.5,163.5 + parent: 1 + - type: Door + secondsUntilStateChange: -239086.11 + state: Opening + - uid: 10790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 169.5,162.5 + parent: 1 + - type: Door + secondsUntilStateChange: -239714.34 + state: Opening + - uid: 10791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -185.5,-128.5 + parent: 1 + - uid: 10792 + components: + - type: Transform + pos: 148.5,180.5 + parent: 1 + - uid: 10793 + components: + - type: Transform + pos: 141.5,180.5 + parent: 1 +- proto: N14DoorTentLeatherflap + entities: + - uid: 10794 + components: + - type: Transform + pos: -335.5,78.5 + parent: 1 + - uid: 10795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 156.5,152.5 + parent: 1 + - uid: 10796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 156.5,151.5 + parent: 1 +- proto: N14DoorVaultControls + entities: + - uid: 10797 + components: + - type: MetaData + desc: A handy control panel for raising and lowering the Cargo Elevator... seems broken. + name: Cargo Elevator Controls + - type: Transform + pos: 312.5,108.5 + parent: 1 +- proto: N14DoorWoodHousePainted + entities: + - uid: 10798 + components: + - type: Transform + pos: 173.5,49.5 + parent: 1 + - uid: 10799 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 1 + - uid: 10800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-32.5 + parent: 1 +- proto: N14DoorWoodHouseWhite + entities: + - uid: 10801 + components: + - type: Transform + pos: -181.5,-109.5 + parent: 1 + - uid: 10802 + components: + - type: Transform + pos: -181.5,-111.5 + parent: 1 + - uid: 10803 + components: + - type: Transform + pos: -180.5,-108.5 + parent: 1 + - uid: 10804 + components: + - type: Transform + pos: -178.5,-110.5 + parent: 1 + - uid: 10805 + components: + - type: Transform + pos: 34.5,-62.5 + parent: 1 + - uid: 10806 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 1 + - type: Door + secondsUntilStateChange: -380653.47 + state: Opening + - uid: 10807 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 1 + - uid: 10808 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 1 + - uid: 10809 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 1 + - uid: 10810 + components: + - type: Transform + pos: 30.5,-62.5 + parent: 1 + - uid: 10811 + components: + - type: Transform + pos: 139.5,17.5 + parent: 1 + - uid: 10812 + components: + - type: Transform + pos: 35.5,146.5 + parent: 1 + - uid: 10813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,4.5 + parent: 1 + - uid: 10814 + components: + - type: Transform + pos: -66.5,3.5 + parent: 1 + - uid: 10815 + components: + - type: Transform + pos: -56.5,26.5 + parent: 1 + - uid: 10816 + components: + - type: Transform + pos: -61.5,26.5 + parent: 1 + - uid: 10817 + components: + - type: Transform + pos: -71.5,-14.5 + parent: 1 + - uid: 10818 + components: + - type: Transform + pos: -75.5,-14.5 + parent: 1 + - uid: 10819 + components: + - type: Transform + pos: -75.5,-12.5 + parent: 1 + - uid: 10820 + components: + - type: Transform + pos: -75.5,-10.5 + parent: 1 +- proto: N14DoorWoodHouseWhiteClean + entities: + - uid: 10821 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 1 + - uid: 10822 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 1 + - uid: 10823 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 1 + - uid: 10824 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 1 + - uid: 10825 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1 + - uid: 10826 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 1 + - uid: 10827 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 10828 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 +- proto: N14DoorWoodInterior + entities: + - uid: 10829 + components: + - type: Transform + pos: -45.5,21.5 + parent: 1 + - uid: 10830 + components: + - type: Transform + pos: -46.5,21.5 + parent: 1 + - uid: 10831 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1 + - uid: 10832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,6.5 + parent: 1 + - uid: 10833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 1 + - uid: 10834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,9.5 + parent: 1 + - uid: 10835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,9.5 + parent: 1 + - uid: 10836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,2.5 + parent: 1 + - uid: 10837 + components: + - type: Transform + pos: 83.5,104.5 + parent: 1 + - uid: 10838 + components: + - type: Transform + pos: -71.5,26.5 + parent: 1 + - uid: 10839 + components: + - type: Transform + pos: -71.5,23.5 + parent: 1 + - uid: 10840 + components: + - type: Transform + pos: -68.5,26.5 + parent: 1 + - uid: 10841 + components: + - type: Transform + pos: -68.5,23.5 + parent: 1 + - uid: 10842 + components: + - type: Transform + pos: -65.5,23.5 + parent: 1 + - uid: 10843 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 1 + - uid: 10844 + components: + - type: Transform + pos: -152.5,2.5 + parent: 1 + - uid: 10845 + components: + - type: Transform + pos: 89.5,102.5 + parent: 1 + - uid: 10846 + components: + - type: Transform + pos: 91.5,110.5 + parent: 1 + - uid: 10847 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 1 + - uid: 10848 + components: + - type: Transform + pos: -65.5,-9.5 + parent: 1 + - uid: 10849 + components: + - type: Transform + pos: -57.5,-0.5 + parent: 1 + - uid: 10850 + components: + - type: Transform + pos: -38.5,-18.5 + parent: 1 + - uid: 10851 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 1 + - uid: 10852 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 1 + - uid: 10853 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 1 + - uid: 10854 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 1 +- proto: N14DoorWoodRoom + entities: + - uid: 10855 + components: + - type: Transform + pos: -57.5,-22.5 + parent: 1 + - uid: 10856 + components: + - type: Transform + pos: 87.5,98.5 + parent: 1 + - type: Door + secondsUntilStateChange: -354549.6 + state: Opening + - uid: 10857 + components: + - type: Transform + pos: 86.5,96.5 + parent: 1 + - type: Door + secondsUntilStateChange: -354549.06 + state: Opening + - uid: 10858 + components: + - type: Transform + pos: 88.5,96.5 + parent: 1 + - type: Door + secondsUntilStateChange: -354548.66 + state: Opening + - uid: 10859 + components: + - type: Transform + pos: 94.5,112.5 + parent: 1 + - type: Door + secondsUntilStateChange: -352458.9 + state: Opening + - uid: 10860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-104.5 + parent: 1 + - uid: 10861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-109.5 + parent: 1 + - uid: 10862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-107.5 + parent: 1 + - uid: 10863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-108.5 + parent: 1 + - uid: 10864 + components: + - type: Transform + pos: 85.5,106.5 + parent: 1 + - uid: 10865 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 1 + - uid: 10866 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 1 + - uid: 10867 + components: + - type: Transform + pos: 130.5,-2.5 + parent: 1 + - uid: 10868 + components: + - type: Transform + pos: 126.5,-11.5 + parent: 1 + - uid: 10869 + components: + - type: Transform + pos: 132.5,3.5 + parent: 1 + - uid: 10870 + components: + - type: Transform + pos: 136.5,-0.5 + parent: 1 + - uid: 10871 + components: + - type: Transform + pos: 130.5,1.5 + parent: 1 + - uid: 10872 + components: + - type: Transform + pos: 139.5,-0.5 + parent: 1 + - uid: 10873 + components: + - type: Transform + pos: 130.5,-6.5 + parent: 1 + - uid: 10874 + components: + - type: Transform + pos: 136.5,10.5 + parent: 1 + - uid: 10875 + components: + - type: Transform + pos: 139.5,14.5 + parent: 1 + - uid: 10876 + components: + - type: Transform + pos: 106.5,2.5 + parent: 1 + - uid: 10877 + components: + - type: Transform + pos: 104.5,11.5 + parent: 1 + - uid: 10878 + components: + - type: Transform + pos: 106.5,11.5 + parent: 1 + - uid: 10879 + components: + - type: Transform + pos: 119.5,30.5 + parent: 1 + - uid: 10880 + components: + - type: Transform + pos: 122.5,22.5 + parent: 1 + - uid: 10881 + components: + - type: Transform + pos: 124.5,22.5 + parent: 1 + - uid: 10882 + components: + - type: Transform + pos: 121.5,32.5 + parent: 1 + - uid: 10883 + components: + - type: Transform + pos: 125.5,32.5 + parent: 1 + - uid: 10884 + components: + - type: Transform + pos: 212.5,-27.5 + parent: 1 + - uid: 10885 + components: + - type: Transform + pos: 118.5,-6.5 + parent: 1 + - uid: 10886 + components: + - type: Transform + pos: 91.5,100.5 + parent: 1 + - type: Door + secondsUntilStateChange: -344963.78 + state: Opening + - uid: 10887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-107.5 + parent: 1 + - uid: 10888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-132.5 + parent: 1 + - uid: 10889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-124.5 + parent: 1 + - uid: 10890 + components: + - type: Transform + pos: -57.5,-18.5 + parent: 1 + - uid: 10891 + components: + - type: Transform + pos: -62.5,-23.5 + parent: 1 + - uid: 10892 + components: + - type: Transform + pos: -59.5,-23.5 + parent: 1 + - uid: 10893 + components: + - type: Transform + pos: -68.5,-23.5 + parent: 1 + - uid: 10894 + components: + - type: Transform + pos: -64.5,-25.5 + parent: 1 + - uid: 10895 + components: + - type: Transform + pos: -57.5,-26.5 + parent: 1 + - uid: 10896 + components: + - type: Transform + pos: -72.5,-18.5 + parent: 1 + - uid: 10897 + components: + - type: Transform + pos: -65.5,-15.5 + parent: 1 + - uid: 10898 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 1 + - uid: 10899 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 1 + - uid: 10900 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 1 + - uid: 10901 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 1 + - uid: 10902 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 1 + - uid: 10903 + components: + - type: Transform + pos: 104.5,7.5 + parent: 1 + - uid: 10904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 133.5,17.5 + parent: 1 + - uid: 10905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 117.5,9.5 + parent: 1 + - uid: 10906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 112.5,9.5 + parent: 1 + - uid: 10907 + components: + - type: Transform + pos: 116.5,4.5 + parent: 1 + - uid: 10908 + components: + - type: Transform + pos: 115.5,14.5 + parent: 1 + - uid: 10909 + components: + - type: Transform + pos: 103.5,-108.5 + parent: 1 + - uid: 10910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.5,-108.5 + parent: 1 + - uid: 10911 + components: + - type: Transform + pos: 101.5,-105.5 + parent: 1 +- proto: N14DoorWoodRoomDamaged + entities: + - uid: 10912 + components: + - type: Transform + pos: -103.5,-174.5 + parent: 1 + - uid: 10913 + components: + - type: Transform + pos: 39.5,-63.5 + parent: 1 + - uid: 10914 + components: + - type: Transform + pos: 158.5,143.5 + parent: 1 + - uid: 10915 + components: + - type: Transform + pos: 80.5,106.5 + parent: 1 + - type: Door + secondsUntilStateChange: -354553.44 + state: Opening + - uid: 10916 + components: + - type: Transform + pos: 94.5,106.5 + parent: 1 + - type: Door + secondsUntilStateChange: -354535.03 + state: Opening + - uid: 10917 + components: + - type: Transform + pos: 87.5,94.5 + parent: 1 + - type: Door + secondsUntilStateChange: -354548.2 + state: Opening + - uid: 10918 + components: + - type: Transform + pos: -102.5,-164.5 + parent: 1 + - uid: 10919 + components: + - type: Transform + pos: -110.5,-165.5 + parent: 1 + - uid: 10920 + components: + - type: Transform + pos: -110.5,-163.5 + parent: 1 + - uid: 10921 + components: + - type: Transform + pos: -110.5,-152.5 + parent: 1 + - uid: 10922 + components: + - type: Transform + pos: -104.5,-159.5 + parent: 1 + - uid: 10923 + components: + - type: Transform + pos: -103.5,-159.5 + parent: 1 + - uid: 10924 + components: + - type: Transform + pos: -80.5,-122.5 + parent: 1 + - uid: 10925 + components: + - type: Transform + pos: -75.5,-121.5 + parent: 1 + - uid: 10926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-104.5 + parent: 1 + - uid: 10927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,-105.5 + parent: 1 + - uid: 10928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-108.5 + parent: 1 + - uid: 10929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-101.5 + parent: 1 + - uid: 10930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-108.5 + parent: 1 + - uid: 10931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-115.5 + parent: 1 + - uid: 10932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-108.5 + parent: 1 + - uid: 10933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-101.5 + parent: 1 + - uid: 10934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-112.5 + parent: 1 + - uid: 10935 + components: + - type: Transform + pos: 35.5,-38.5 + parent: 1 + - uid: 10936 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 1 + - uid: 10937 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 1 + - uid: 10938 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 1 + - uid: 10939 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 1 + - uid: 10940 + components: + - type: Transform + pos: 38.5,-16.5 + parent: 1 + - uid: 10941 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 1 + - uid: 10942 + components: + - type: Transform + pos: 37.5,-68.5 + parent: 1 + - uid: 10943 + components: + - type: Transform + pos: 37.5,-75.5 + parent: 1 + - uid: 10944 + components: + - type: Transform + pos: 35.5,-67.5 + parent: 1 + - uid: 10945 + components: + - type: Transform + pos: 126.5,8.5 + parent: 1 + - uid: 10946 + components: + - type: Transform + pos: 183.5,14.5 + parent: 1 + - uid: 10947 + components: + - type: Transform + pos: 165.5,12.5 + parent: 1 + - uid: 10948 + components: + - type: Transform + pos: 192.5,25.5 + parent: 1 + - uid: 10949 + components: + - type: Transform + pos: 187.5,17.5 + parent: 1 + - uid: 10950 + components: + - type: Transform + pos: 174.5,28.5 + parent: 1 + - uid: 10951 + components: + - type: Transform + pos: 52.5,153.5 + parent: 1 + - uid: 10952 + components: + - type: Transform + pos: 49.5,156.5 + parent: 1 + - uid: 10953 + components: + - type: Transform + pos: 56.5,147.5 + parent: 1 + - uid: 10954 + components: + - type: Transform + pos: 44.5,167.5 + parent: 1 + - uid: 10955 + components: + - type: Transform + pos: 49.5,155.5 + parent: 1 + - uid: 10956 + components: + - type: Transform + pos: 49.5,145.5 + parent: 1 + - uid: 10957 + components: + - type: Transform + pos: 28.5,165.5 + parent: 1 + - uid: 10958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,10.5 + parent: 1 + - uid: 10959 + components: + - type: Transform + pos: -75.5,1.5 + parent: 1 + - uid: 10960 + components: + - type: Transform + pos: -72.5,1.5 + parent: 1 + - uid: 10961 + components: + - type: Transform + pos: -71.5,3.5 + parent: 1 + - uid: 10962 + components: + - type: Transform + pos: -78.5,3.5 + parent: 1 + - uid: 10963 + components: + - type: Transform + pos: -61.5,29.5 + parent: 1 + - uid: 10964 + components: + - type: Transform + pos: -58.5,32.5 + parent: 1 + - uid: 10965 + components: + - type: Transform + pos: -55.5,32.5 + parent: 1 + - uid: 10966 + components: + - type: Transform + pos: -49.5,32.5 + parent: 1 + - uid: 10967 + components: + - type: Transform + pos: -49.5,27.5 + parent: 1 + - uid: 10968 + components: + - type: Transform + pos: -49.5,-112.5 + parent: 1 + - uid: 10969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,52.5 + parent: 1 + - type: Door + secondsUntilStateChange: -415259.84 + state: Opening + - uid: 10970 + components: + - type: Transform + pos: 167.5,49.5 + parent: 1 + - uid: 10971 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 1 + - uid: 10972 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 1 + - uid: 10973 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 1 + - uid: 10974 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 1 + - uid: 10975 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 1 + - uid: 10976 + components: + - type: Transform + pos: -98.5,-173.5 + parent: 1 + - uid: 10977 + components: + - type: Transform + pos: -96.5,-167.5 + parent: 1 + - uid: 10978 + components: + - type: Transform + pos: 47.5,171.5 + parent: 1 + - uid: 10979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-109.5 + parent: 1 + - uid: 10980 + components: + - type: Transform + pos: -101.5,-174.5 + parent: 1 + - uid: 10981 + components: + - type: Transform + pos: -113.5,-163.5 + parent: 1 + - uid: 10982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,158.5 + parent: 1 + - uid: 10983 + components: + - type: Transform + pos: 54.5,151.5 + parent: 1 + - uid: 10984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,145.5 + parent: 1 + - uid: 10985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,144.5 + parent: 1 + - uid: 10986 + components: + - type: Transform + pos: -96.5,-171.5 + parent: 1 + - uid: 10987 + components: + - type: Transform + pos: 170.5,-170.5 + parent: 1 + - uid: 10988 + components: + - type: Transform + pos: -112.5,-167.5 + parent: 1 + - uid: 10989 + components: + - type: Transform + pos: -112.5,-161.5 + parent: 1 + - uid: 10990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,-108.5 + parent: 1 + - uid: 10991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-104.5 + parent: 1 + - uid: 10992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-128.5 + parent: 1 + - uid: 10993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,-131.5 + parent: 1 +- proto: N14DoorWoodSecure + entities: + - uid: 10994 + components: + - type: Transform + pos: 119.5,-11.5 + parent: 1 + - uid: 10995 + components: + - type: Transform + pos: 108.5,-13.5 + parent: 1 + - uid: 10996 + components: + - type: Transform + pos: 205.5,-27.5 + parent: 1 + - uid: 10997 + components: + - type: Transform + pos: 214.5,-28.5 + parent: 1 + - uid: 10998 + components: + - type: Transform + pos: 210.5,-28.5 + parent: 1 + - uid: 10999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 128.5,12.5 + parent: 1 +- proto: N14DoorWoodSecureLockedMayor + entities: + - uid: 11000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 112.5,-7.5 + parent: 1 +- proto: N14DoorWoodSecureLockedNCRMedic + entities: + - uid: 11013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -163.5,-100.5 + parent: 1 +- proto: N14DoorWoodSecureLockedNCROfficer + entities: + - uid: 11012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -189.5,-98.5 + parent: 1 +- proto: N14DoorWoodSecureNCR + entities: + - uid: 11001 + components: + - type: Transform + pos: -178.5,-97.5 + parent: 1 + - uid: 11002 + components: + - type: Transform + pos: -164.5,-109.5 + parent: 1 + - uid: 11003 + components: + - type: Transform + pos: -180.5,-97.5 + parent: 1 + - uid: 11004 + components: + - type: Transform + pos: -172.5,-114.5 + parent: 1 + - uid: 11005 + components: + - type: Transform + pos: -160.5,-105.5 + parent: 1 + - uid: 11006 + components: + - type: Transform + pos: 207.5,-30.5 + parent: 1 + - uid: 11007 + components: + - type: Transform + pos: 204.5,-33.5 + parent: 1 + - uid: 11008 + components: + - type: Transform + pos: -180.5,-92.5 + parent: 1 + - uid: 11009 + components: + - type: Transform + pos: -165.5,-121.5 + parent: 1 + - uid: 11010 + components: + - type: Transform + pos: -169.5,-124.5 + parent: 1 + - uid: 11011 + components: + - type: Transform + pos: -178.5,-92.5 + parent: 1 +- proto: N14Dresser + entities: + - uid: 6013 + components: + - type: Transform + pos: 121.5,35.5 + parent: 1 + - type: Storage + storedItems: + 6014: + position: 0,0 + _rotation: East + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 6014 + - uid: 11014 + components: + - type: Transform + pos: 128.5,2.5 + parent: 1 + - uid: 11015 + components: + - type: Transform + pos: 128.5,-1.5 + parent: 1 + - uid: 11016 + components: + - type: Transform + pos: 89.5,97.5 + parent: 1 + - uid: 11017 + components: + - type: Transform + pos: 128.5,-5.5 + parent: 1 + - uid: 11018 + components: + - type: Transform + pos: -76.5,6.5 + parent: 1 + - uid: 11019 + components: + - type: Transform + pos: -47.5,-111.5 + parent: 1 + - uid: 11020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,50.5 + parent: 1 + - uid: 11021 + components: + - type: Transform + pos: 88.5,105.5 + parent: 1 + - uid: 11022 + components: + - type: Transform + pos: 92.5,111.5 + parent: 1 + - uid: 11023 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 1 + - uid: 11024 + components: + - type: Transform + pos: -75.5,-16.5 + parent: 1 + - uid: 11025 + components: + - type: Transform + pos: -55.5,-24.5 + parent: 1 + - uid: 11026 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 1 + - uid: 11027 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - uid: 11028 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 + - uid: 11029 + components: + - type: Transform + pos: 94.5,10.5 + parent: 1 + - uid: 11030 + components: + - type: Transform + pos: -193.5,-124.5 + parent: 1 +- proto: N14DrinkGammagulpBeer + entities: + - uid: 6629 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6630 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6631 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6632 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 11031 + components: + - type: Transform + pos: 86.325264,-8.99926 + parent: 1 + - uid: 11032 + components: + - type: Transform + pos: 86.731514,-9.12426 + parent: 1 + - uid: 11033 + components: + - type: Transform + pos: -190.29153,38.99816 + parent: 1 +- proto: N14DrinkIrradiatedNukaColaBottleFull + entities: + - uid: 11034 + components: + - type: Transform + pos: -59.42607,3.3699355 + parent: 1 + - uid: 11035 + components: + - type: Transform + pos: -51.210823,-125.182785 + parent: 1 + - uid: 11036 + components: + - type: Transform + pos: 110.359604,-37.918777 + parent: 1 +- proto: N14DrinkNukaCola + entities: + - uid: 6633 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6634 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6635 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6636 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6637 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6638 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6683 + components: + - type: Transform + parent: 6681 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 6684 + components: + - type: Transform + parent: 6681 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 11037 + components: + - type: Transform + pos: 50.4317,142.7655 + parent: 1 + - uid: 11038 + components: + - type: Transform + pos: 28.562853,147.45125 + parent: 1 + - uid: 11039 + components: + - type: Transform + pos: -183.49464,48.817417 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 11040 + components: + - type: Transform + pos: -189.38066,21.780273 + parent: 1 + - uid: 11041 + components: + - type: Transform + pos: -116.75732,-155.16939 + parent: 1 + - uid: 11042 + components: + - type: Transform + pos: -180.28568,58.734516 + parent: 1 +- proto: N14DrinkNukaColaBottleFull + entities: + - uid: 6613 + components: + - type: Transform + parent: 6611 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11043 + components: + - type: Transform + pos: 158.74875,-70.25604 + parent: 1 + - uid: 11044 + components: + - type: Transform + pos: 162.73706,-75.005135 + parent: 1 + - uid: 11045 + components: + - type: Transform + pos: 161.60812,-67.143364 + parent: 1 + - uid: 11046 + components: + - type: Transform + pos: 94.23949,129.40405 + parent: 1 + - uid: 11047 + components: + - type: Transform + pos: -96.22634,-177.04845 + parent: 1 + - uid: 11048 + components: + - type: Transform + pos: -96.6483,-177.21355 + parent: 1 +- proto: N14DrinkNukaColaBroken + entities: + - uid: 11049 + components: + - type: Transform + pos: -79.02303,-166.15656 + parent: 1 + - uid: 11050 + components: + - type: Transform + pos: -52.090614,-119.138084 + parent: 1 + - uid: 11051 + components: + - type: Transform + pos: 115.93552,-34.193367 + parent: 1 + - uid: 11052 + components: + - type: Transform + pos: 81.348305,-46.490166 + parent: 1 + - uid: 11053 + components: + - type: Transform + pos: 115.8809,-37.97584 + parent: 1 + - uid: 11054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.09178,10.054306 + parent: 1 + - uid: 11055 + components: + - type: Transform + pos: 89.40585,-38.00808 + parent: 1 + - uid: 11056 + components: + - type: Transform + pos: -70.0372,-105.88917 + parent: 1 + - uid: 11057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.586872,-98.39161 + parent: 1 + - uid: 11058 + components: + - type: Transform + pos: -58.265194,-128.00848 + parent: 1 +- proto: N14DrinkNukaColaCherry + entities: + - uid: 6639 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 6650 + components: + - type: Transform + parent: 6646 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11059 + components: + - type: Transform + pos: 28.945686,147.68208 + parent: 1 +- proto: N14DrinkNukaColaEmpty + entities: + - uid: 11060 + components: + - type: Transform + pos: -191.63841,21.290333 + parent: 1 + - uid: 11061 + components: + - type: Transform + pos: 29.44714,147.42525 + parent: 1 + - uid: 11062 + components: + - type: Transform + pos: 90.852684,-43.116188 + parent: 1 + - uid: 11063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 110.88138,-38.013832 + parent: 1 + - uid: 11064 + components: + - type: Transform + pos: 136.44533,-7.161591 + parent: 1 + - uid: 11065 + components: + - type: Transform + pos: 28.554306,147.9634 + parent: 1 + - uid: 11066 + components: + - type: Transform + pos: -192.91191,23.733398 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 11067 + components: + - type: Transform + pos: -116.45724,-155.05168 + parent: 1 + - uid: 11068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.32769,-170.06508 + parent: 1 + - uid: 11069 + components: + - type: Transform + pos: -95.30905,-178.62619 + parent: 1 + - uid: 11070 + components: + - type: Transform + pos: -95.143936,-178.66287 + parent: 1 + - uid: 11071 + components: + - type: Transform + pos: -95.272354,-178.5895 + parent: 1 + - uid: 11072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.07245,-31.952305 + parent: 1 + - uid: 11073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.74625,-4.958002 + parent: 1 + - uid: 11074 + components: + - type: Transform + pos: 135.85793,8.770673 + parent: 1 + - uid: 11075 + components: + - type: Transform + pos: 87.64452,12.760561 + parent: 1 + - uid: 11076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 127.76184,5.0555553 + parent: 1 + - uid: 11077 + components: + - type: Transform + pos: 107.814125,6.2100067 + parent: 1 + - uid: 11078 + components: + - type: Transform + pos: 130.84724,-15.751353 + parent: 1 + - uid: 11079 + components: + - type: Transform + pos: 130.90228,-15.5128565 + parent: 1 + - uid: 11080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 134.21179,-15.8623705 + parent: 1 + - uid: 11081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.05428,-32.163094 + parent: 1 + - uid: 11082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.73308,-43.60084 + parent: 1 + - uid: 11083 + components: + - type: Transform + pos: 91.09119,-43.428066 + parent: 1 + - uid: 11084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.30231,-38.933323 + parent: 1 + - uid: 11085 + components: + - type: Transform + pos: 90.797646,-42.951073 + parent: 1 + - uid: 11086 + components: + - type: Transform + pos: 99.95223,-37.838993 + parent: 1 + - uid: 11087 + components: + - type: Transform + pos: 101.77761,-40.168922 + parent: 1 + - uid: 11088 + components: + - type: Transform + pos: 110.129196,-37.977142 + parent: 1 + - uid: 11089 + components: + - type: Transform + pos: 109.87236,-38.105564 + parent: 1 + - uid: 11090 + components: + - type: Transform + pos: 81.86199,-46.086555 + parent: 1 + - uid: 11091 + components: + - type: Transform + pos: 81.93537,-45.88475 + parent: 1 +- proto: N14DrinkNukaColaGrape + entities: + - uid: 6640 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 11092 + components: + - type: Transform + pos: 86.67809,-39.620827 + parent: 1 +- proto: N14DrinkNukaColaOrange + entities: + - uid: 6641 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14DrinkNukaColaQuantum + entities: + - uid: 6642 + components: + - type: Transform + parent: 6616 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 11093 + components: + - type: Transform + pos: -165.48705,-106.26135 + parent: 1 + - uid: 11094 + components: + - type: Transform + pos: 174.40723,-157.21013 + parent: 1 +- proto: N14DrinkNukaColaVictory + entities: + - uid: 11095 + components: + - type: Transform + pos: 29.471601,147.97562 + parent: 1 + - uid: 11096 + components: + - type: Transform + pos: 36.294666,169.73987 + parent: 1 + - uid: 11097 + components: + - type: Transform + pos: -37.46742,67.84872 + parent: 1 + - uid: 11098 + components: + - type: Transform + pos: -156.37701,-105.21881 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14DrinkNukaColaWild + entities: + - uid: 11099 + components: + - type: Transform + pos: 127.30959,-7.0919847 + parent: 1 +- proto: N14DrinkNukaColaYellow + entities: + - uid: 11100 + components: + - type: Transform + pos: 207.68723,171.63968 + parent: 1 +- proto: N14DrinkTeaMutrfruit + entities: + - uid: 11101 + components: + - type: Transform + pos: 23.354853,1.6832128 + parent: 1 + - uid: 11102 + components: + - type: Transform + pos: 94.89005,100.64988 + parent: 1 +- proto: N14DrinkVim + entities: + - uid: 11103 + components: + - type: Transform + pos: 29.2332,-35.097515 + parent: 1 +- proto: N14DrinkWhisky + entities: + - uid: 11104 + components: + - type: Transform + pos: 140.80022,-9.176416 + parent: 1 + - uid: 11105 + components: + - type: Transform + pos: -154.24297,-123.91987 + parent: 1 + - uid: 11106 + components: + - type: Transform + pos: 31.432974,147.40259 + parent: 1 + - uid: 11107 + components: + - type: Transform + pos: -156.32623,67.98857 + parent: 1 +- proto: N14DrinkWine + entities: + - uid: 11108 + components: + - type: Transform + pos: -86.23927,-161.27179 + parent: 1 +- proto: N14FenceChainGate + entities: + - uid: 11109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-26.5 + parent: 1 + - uid: 11110 + components: + - type: Transform + pos: -154.5,2.5 + parent: 1 + - uid: 11111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-132.5 + parent: 1 + - uid: 11112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-132.5 + parent: 1 + - type: Door + secondsUntilStateChange: -458477.94 + state: Opening + - uid: 11113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-130.5 + parent: 1 + - uid: 11114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-130.5 + parent: 1 + - uid: 11115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-104.5 + parent: 1 + - uid: 11116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.5,-43.5 + parent: 1 + - uid: 11117 + components: + - type: Transform + pos: 42.5,139.5 + parent: 1 + - uid: 11118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-59.5 + parent: 1 + - uid: 11119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-19.5 + parent: 1 + - uid: 11120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-41.5 + parent: 1 + - uid: 11121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 197.5,-47.5 + parent: 1 + - uid: 11122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,-134.5 + parent: 1 +- proto: N14filingCabinet + entities: + - uid: 11123 + components: + - type: Transform + pos: -162.5,-97.5 + parent: 1 + - uid: 11124 + components: + - type: Transform + pos: 115.5,-10.5 + parent: 1 + - uid: 11125 + components: + - type: Transform + pos: 102.5,-14.5 + parent: 1 + - uid: 11126 + components: + - type: Transform + pos: 115.5,-4.5 + parent: 1 + - uid: 11127 + components: + - type: Transform + pos: 115.01003,5.494185 + parent: 1 + - uid: 11128 + components: + - type: Transform + pos: 172.5,-151.5 + parent: 1 + - uid: 11129 + components: + - type: Transform + pos: 173.5,-151.5 + parent: 1 + - uid: 11130 + components: + - type: Transform + pos: 316.5,106.5 + parent: 1 + - uid: 11131 + components: + - type: Transform + pos: 306.5,106.5 + parent: 1 + - uid: 11132 + components: + - type: Transform + pos: -157.5,61.5 + parent: 1 + - uid: 11133 + components: + - type: Transform + pos: -193.5,-98.5 + parent: 1 + - uid: 11134 + components: + - type: Transform + pos: -171.5,-112.5 + parent: 1 +- proto: N14FilingCabinetRefilling + entities: + - uid: 11135 + components: + - type: Transform + pos: -16.5,13.5 + parent: 1 + - uid: 11136 + components: + - type: Transform + pos: -14.5,11.5 + parent: 1 + - uid: 11137 + components: + - type: Transform + pos: -26.5,11.5 + parent: 1 + - uid: 11138 + components: + - type: Transform + pos: 47.31211,159.49165 + parent: 1 +- proto: N14FireExtinguisherCabinetFilled + entities: + - uid: 11139 + components: + - type: Transform + pos: -27.5,8.5 + parent: 1 + - uid: 11140 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - uid: 11141 + components: + - type: Transform + pos: -29.5,67.5 + parent: 1 + - uid: 11142 + components: + - type: Transform + pos: -69.5,26.5 + parent: 1 + - uid: 11143 + components: + - type: Transform + pos: 35.5,-40.5 + parent: 1 + - uid: 11144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-114.5 + parent: 1 + - uid: 11145 + components: + - type: Transform + pos: 178.5,20.5 + parent: 1 + - uid: 11146 + components: + - type: Transform + pos: -174.5,34.5 + parent: 1 + - uid: 11147 + components: + - type: Transform + pos: -163.5,60.5 + parent: 1 + - uid: 11148 + components: + - type: Transform + pos: -182.5,52.5 + parent: 1 +- proto: N14FireExtinguisherCabinetFilledOpen + entities: + - uid: 11149 + components: + - type: Transform + pos: -48.5,27.5 + parent: 1 +- proto: N14FireExtinguisherCabinetOpen + entities: + - uid: 11150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 173.5,51.5 + parent: 1 + - uid: 11151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,-170.5 + parent: 1 +- proto: N14FitnessPunchingBag + entities: + - uid: 11152 + components: + - type: Transform + pos: 34.5,-76.5 + parent: 1 + - uid: 11153 + components: + - type: Transform + pos: 34.5,-77.5 + parent: 1 +- proto: N14FitnessWeightLifter + entities: + - uid: 11154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-72.5 + parent: 1 + - uid: 11155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-72.5 + parent: 1 +- proto: N14FitnessWeightsBench1 + entities: + - uid: 11156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-74.5 + parent: 1 + - uid: 11157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-74.5 + parent: 1 + - uid: 11158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-74.5 + parent: 1 + - uid: 11159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-74.5 + parent: 1 + - uid: 11160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -172.5,42.5 + parent: 1 +- proto: N14FixerCanisterFilled + entities: + - uid: 11161 + components: + - type: Transform + pos: -147.48416,52.644253 + parent: 1 +- proto: N14FlagWallArizona + entities: + - uid: 11162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 153.5,146.5 + parent: 1 + - uid: 11163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 155.5,146.5 + parent: 1 +- proto: N14FlagWallUS + entities: + - uid: 11164 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 1 + - uid: 11165 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 1 + - uid: 11166 + components: + - type: Transform + pos: 159.5,-65.5 + parent: 1 + - uid: 11167 + components: + - type: Transform + pos: 28.5,79.5 + parent: 1 + - uid: 11168 + components: + - type: Transform + pos: 105.5,-3.5 + parent: 1 +- proto: N14FlagWallWesternBrotherhood + entities: + - uid: 11169 + components: + - type: Transform + pos: -161.5,69.5 + parent: 1 + - uid: 11170 + components: + - type: Transform + pos: -175.5,59.5 + parent: 1 + - uid: 11171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -170.5,29.5 + parent: 1 + - uid: 11172 + components: + - type: Transform + pos: -173.5,65.5 + parent: 1 + - uid: 11173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -166.5,67.5 + parent: 1 + - uid: 11174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -170.5,23.5 + parent: 1 + - uid: 11175 + components: + - type: Transform + pos: -131.5,60.5 + parent: 1 + - uid: 11176 + components: + - type: Transform + pos: -149.5,60.5 + parent: 1 + - uid: 11177 + components: + - type: Transform + pos: -181.5,65.5 + parent: 1 + - uid: 11178 + components: + - type: Transform + pos: -193.5,31.5 + parent: 1 +- proto: N14Flashlight + entities: + - uid: 11179 + components: + - type: Transform + pos: -201.4144,-89.50977 + parent: 1 +- proto: N14FlashlightEmpty + entities: + - uid: 11180 + components: + - type: Transform + pos: 87.46109,-131.41565 + parent: 1 +- proto: N14FloorWaterDeep + entities: + - uid: 11181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 275.5,125.5 + parent: 1 + - uid: 11182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 273.5,126.5 + parent: 1 + - uid: 11183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 276.5,125.5 + parent: 1 + - uid: 11184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 276.5,126.5 + parent: 1 + - uid: 11185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 274.5,126.5 + parent: 1 + - uid: 11186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 275.5,126.5 + parent: 1 + - uid: 11187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 272.5,126.5 + parent: 1 + - uid: 11188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 262.5,125.5 + parent: 1 + - uid: 11189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 262.5,126.5 + parent: 1 + - uid: 11190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 265.5,124.5 + parent: 1 + - uid: 11191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 264.5,124.5 + parent: 1 + - uid: 11192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 263.5,126.5 + parent: 1 + - uid: 11193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 263.5,125.5 + parent: 1 + - uid: 11194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 264.5,126.5 + parent: 1 + - uid: 11195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 264.5,125.5 + parent: 1 + - uid: 11196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 265.5,126.5 + parent: 1 + - uid: 11197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 265.5,125.5 + parent: 1 + - uid: 11198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 266.5,125.5 + parent: 1 + - uid: 11199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 266.5,124.5 + parent: 1 + - uid: 11200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 267.5,125.5 + parent: 1 + - uid: 11201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 267.5,124.5 + parent: 1 + - uid: 11202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 268.5,125.5 + parent: 1 + - uid: 11203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 268.5,124.5 + parent: 1 + - uid: 11204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 269.5,125.5 + parent: 1 + - uid: 11205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 269.5,124.5 + parent: 1 + - uid: 11206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 270.5,125.5 + parent: 1 + - uid: 11207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 270.5,124.5 + parent: 1 + - uid: 11208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 271.5,125.5 + parent: 1 + - uid: 11209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 271.5,124.5 + parent: 1 + - uid: 11210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 272.5,125.5 + parent: 1 + - uid: 11211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 272.5,124.5 + parent: 1 + - uid: 11212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 273.5,125.5 + parent: 1 + - uid: 11213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 273.5,124.5 + parent: 1 + - uid: 11214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 274.5,125.5 + parent: 1 + - uid: 11215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 274.5,124.5 + parent: 1 +- proto: N14FloorWaterDirtyEntity + entities: + - uid: 11216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-168.5 + parent: 1 + - uid: 11217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-173.5 + parent: 1 + - uid: 11218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-169.5 + parent: 1 + - uid: 11219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-173.5 + parent: 1 + - uid: 11220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-171.5 + parent: 1 + - uid: 11221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-174.5 + parent: 1 + - uid: 11222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-167.5 + parent: 1 + - uid: 11223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-170.5 + parent: 1 + - uid: 11224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-172.5 + parent: 1 + - uid: 11225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-170.5 + parent: 1 + - uid: 11226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-166.5 + parent: 1 + - uid: 11227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-167.5 + parent: 1 + - uid: 11228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-172.5 + parent: 1 + - uid: 11229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-169.5 + parent: 1 + - uid: 11230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-172.5 + parent: 1 + - uid: 11231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-168.5 + parent: 1 + - uid: 11232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-169.5 + parent: 1 + - uid: 11233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-165.5 + parent: 1 + - uid: 11234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-168.5 + parent: 1 + - uid: 11235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-167.5 + parent: 1 + - uid: 11236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-170.5 + parent: 1 + - uid: 11237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-165.5 + parent: 1 + - uid: 11238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-171.5 + parent: 1 + - uid: 11239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-169.5 + parent: 1 + - uid: 11240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-172.5 + parent: 1 + - uid: 11241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-173.5 + parent: 1 + - uid: 11242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-167.5 + parent: 1 + - uid: 11243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-172.5 + parent: 1 + - uid: 11244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-168.5 + parent: 1 + - uid: 11245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-166.5 + parent: 1 + - uid: 11246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-171.5 + parent: 1 + - uid: 11247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-170.5 + parent: 1 + - uid: 11248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-170.5 + parent: 1 + - uid: 11249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-165.5 + parent: 1 + - uid: 11250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-173.5 + parent: 1 + - uid: 11251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-166.5 + parent: 1 + - uid: 11252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-169.5 + parent: 1 + - uid: 11253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-166.5 + parent: 1 + - uid: 11254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-167.5 + parent: 1 + - uid: 11255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-171.5 + parent: 1 + - uid: 11256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-172.5 + parent: 1 + - uid: 11257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-165.5 + parent: 1 + - uid: 11258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-169.5 + parent: 1 + - uid: 11259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-168.5 + parent: 1 + - uid: 11260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-169.5 + parent: 1 + - uid: 11261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-167.5 + parent: 1 + - uid: 11262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-167.5 + parent: 1 + - uid: 11263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-173.5 + parent: 1 + - uid: 11264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-173.5 + parent: 1 + - uid: 11265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-168.5 + parent: 1 + - uid: 11266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-170.5 + parent: 1 + - uid: 11267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-171.5 + parent: 1 + - uid: 11268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-168.5 + parent: 1 + - uid: 11269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-172.5 + parent: 1 + - uid: 11270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-171.5 + parent: 1 + - uid: 11271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-173.5 + parent: 1 + - uid: 11272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-171.5 + parent: 1 + - uid: 11273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-167.5 + parent: 1 + - uid: 11274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-171.5 + parent: 1 + - uid: 11275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-173.5 + parent: 1 + - uid: 11276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-170.5 + parent: 1 + - uid: 11277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-170.5 + parent: 1 + - uid: 11278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-172.5 + parent: 1 + - uid: 11279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-173.5 + parent: 1 + - uid: 11280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-168.5 + parent: 1 + - uid: 11281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-172.5 + parent: 1 + - uid: 11282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-167.5 + parent: 1 + - uid: 11283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-168.5 + parent: 1 + - uid: 11284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-169.5 + parent: 1 + - uid: 11285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-170.5 + parent: 1 + - uid: 11286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-169.5 + parent: 1 + - uid: 11287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-171.5 + parent: 1 + - uid: 11288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-166.5 + parent: 1 + - uid: 11289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-166.5 + parent: 1 + - uid: 11290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-174.5 + parent: 1 + - uid: 11291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-175.5 + parent: 1 + - uid: 11292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-175.5 + parent: 1 + - uid: 11293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-175.5 + parent: 1 + - uid: 11294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -175.5,-175.5 + parent: 1 + - uid: 11295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -176.5,-174.5 + parent: 1 + - uid: 11296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-175.5 + parent: 1 + - uid: 11297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-175.5 + parent: 1 + - uid: 11298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -174.5,-174.5 + parent: 1 + - uid: 11299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-174.5 + parent: 1 + - uid: 11300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-174.5 + parent: 1 + - uid: 11301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -171.5,-174.5 + parent: 1 + - uid: 11302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,-176.5 + parent: 1 + - uid: 11303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-174.5 + parent: 1 + - uid: 11304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -172.5,-176.5 + parent: 1 + - uid: 11305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -170.5,-175.5 + parent: 1 + - uid: 11306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,-174.5 + parent: 1 +- proto: N14FloorWaterSewerDeep + entities: + - uid: 11307 + components: + - type: Transform + pos: 302.5,104.5 + parent: 1 + - uid: 11308 + components: + - type: Transform + pos: 303.5,102.5 + parent: 1 + - uid: 11309 + components: + - type: Transform + pos: 302.5,101.5 + parent: 1 + - uid: 11310 + components: + - type: Transform + pos: 301.5,104.5 + parent: 1 + - uid: 11311 + components: + - type: Transform + pos: 302.5,102.5 + parent: 1 + - uid: 11312 + components: + - type: Transform + pos: 303.5,103.5 + parent: 1 + - uid: 11313 + components: + - type: Transform + pos: 302.5,99.5 + parent: 1 + - uid: 11314 + components: + - type: Transform + pos: 301.5,102.5 + parent: 1 + - uid: 11315 + components: + - type: Transform + pos: 302.5,105.5 + parent: 1 + - uid: 11316 + components: + - type: Transform + pos: 301.5,103.5 + parent: 1 + - uid: 11317 + components: + - type: Transform + pos: 302.5,100.5 + parent: 1 + - uid: 11318 + components: + - type: Transform + pos: 303.5,99.5 + parent: 1 + - uid: 11319 + components: + - type: Transform + pos: 303.5,100.5 + parent: 1 + - uid: 11320 + components: + - type: Transform + pos: 302.5,103.5 + parent: 1 + - uid: 11321 + components: + - type: Transform + pos: 303.5,101.5 + parent: 1 + - uid: 11322 + components: + - type: Transform + pos: 303.5,104.5 + parent: 1 + - uid: 11323 + components: + - type: Transform + pos: 303.5,105.5 + parent: 1 +- proto: N14FloorWaterSewerMedium + entities: + - uid: 11324 + components: + - type: Transform + pos: 102.5,-121.5 + parent: 1 + - uid: 11325 + components: + - type: Transform + pos: 102.5,-122.5 + parent: 1 + - uid: 11326 + components: + - type: Transform + pos: 104.5,-122.5 + parent: 1 + - uid: 11327 + components: + - type: Transform + pos: 104.5,-125.5 + parent: 1 + - uid: 11328 + components: + - type: Transform + pos: 102.5,-124.5 + parent: 1 + - uid: 11329 + components: + - type: Transform + pos: 103.5,-125.5 + parent: 1 + - uid: 11330 + components: + - type: Transform + pos: 104.5,-124.5 + parent: 1 + - uid: 11331 + components: + - type: Transform + pos: 102.5,-123.5 + parent: 1 + - uid: 11332 + components: + - type: Transform + pos: 104.5,-121.5 + parent: 1 + - uid: 11333 + components: + - type: Transform + pos: 103.5,-123.5 + parent: 1 + - uid: 11334 + components: + - type: Transform + pos: 103.5,-124.5 + parent: 1 + - uid: 11335 + components: + - type: Transform + pos: 103.5,-121.5 + parent: 1 + - uid: 11336 + components: + - type: Transform + pos: 104.5,-123.5 + parent: 1 + - uid: 11337 + components: + - type: Transform + pos: 103.5,-122.5 + parent: 1 + - uid: 11338 + components: + - type: Transform + pos: 102.5,-125.5 + parent: 1 + - uid: 11339 + components: + - type: Transform + pos: 184.5,-161.5 + parent: 1 + - uid: 11340 + components: + - type: Transform + pos: 184.5,-160.5 + parent: 1 + - uid: 11341 + components: + - type: Transform + pos: 183.5,-160.5 + parent: 1 + - uid: 11342 + components: + - type: Transform + pos: 183.5,-163.5 + parent: 1 + - uid: 11343 + components: + - type: Transform + pos: 183.5,-162.5 + parent: 1 + - uid: 11344 + components: + - type: Transform + pos: 184.5,-162.5 + parent: 1 + - uid: 11345 + components: + - type: Transform + pos: 183.5,-161.5 + parent: 1 + - uid: 11346 + components: + - type: Transform + pos: 181.5,-154.5 + parent: 1 +- proto: N14FloorWaterSewerShallow + entities: + - uid: 11347 + components: + - type: Transform + pos: 176.5,-152.5 + parent: 1 + - uid: 11348 + components: + - type: Transform + pos: 178.5,-153.5 + parent: 1 + - uid: 11349 + components: + - type: Transform + pos: 178.5,-152.5 + parent: 1 + - uid: 11350 + components: + - type: Transform + pos: 179.5,-151.5 + parent: 1 + - uid: 11351 + components: + - type: Transform + pos: 180.5,-151.5 + parent: 1 + - uid: 11352 + components: + - type: Transform + pos: 181.5,-151.5 + parent: 1 + - uid: 11353 + components: + - type: Transform + pos: 176.5,-151.5 + parent: 1 + - uid: 11354 + components: + - type: Transform + pos: 177.5,-153.5 + parent: 1 + - uid: 11355 + components: + - type: Transform + pos: 178.5,-151.5 + parent: 1 + - uid: 11356 + components: + - type: Transform + pos: 175.5,-151.5 + parent: 1 + - uid: 11357 + components: + - type: Transform + pos: 186.5,-152.5 + parent: 1 + - uid: 11358 + components: + - type: Transform + pos: 185.5,-152.5 + parent: 1 + - uid: 11359 + components: + - type: Transform + pos: 187.5,-151.5 + parent: 1 + - uid: 11360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -162.5,53.5 + parent: 1 + - uid: 11361 + components: + - type: Transform + pos: 186.5,-151.5 + parent: 1 + - uid: 11362 + components: + - type: Transform + pos: 185.5,-151.5 + parent: 1 + - uid: 11363 + components: + - type: Transform + pos: 188.5,-154.5 + parent: 1 + - uid: 11364 + components: + - type: Transform + pos: 188.5,-151.5 + parent: 1 + - uid: 11365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -163.5,53.5 + parent: 1 + - uid: 11366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -164.5,51.5 + parent: 1 + - uid: 11367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -165.5,52.5 + parent: 1 + - uid: 11368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -164.5,53.5 + parent: 1 + - uid: 11369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -164.5,52.5 + parent: 1 + - uid: 11370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -165.5,51.5 + parent: 1 + - uid: 11371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -166.5,53.5 + parent: 1 + - uid: 11372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -162.5,52.5 + parent: 1 + - uid: 11373 + components: + - type: Transform + pos: 175.5,-152.5 + parent: 1 + - uid: 11374 + components: + - type: Transform + pos: 175.5,-153.5 + parent: 1 + - uid: 11375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -163.5,52.5 + parent: 1 + - uid: 11376 + components: + - type: Transform + pos: 188.5,-153.5 + parent: 1 + - uid: 11377 + components: + - type: Transform + pos: 187.5,-154.5 + parent: 1 + - uid: 11378 + components: + - type: Transform + pos: 183.5,-151.5 + parent: 1 + - uid: 11379 + components: + - type: Transform + pos: 176.5,-155.5 + parent: 1 + - uid: 11380 + components: + - type: Transform + pos: 187.5,-152.5 + parent: 1 + - uid: 11381 + components: + - type: Transform + pos: 176.5,-154.5 + parent: 1 + - uid: 11382 + components: + - type: Transform + pos: 184.5,-151.5 + parent: 1 + - uid: 11383 + components: + - type: Transform + pos: 187.5,-153.5 + parent: 1 + - uid: 11384 + components: + - type: Transform + pos: 188.5,-152.5 + parent: 1 + - uid: 11385 + components: + - type: Transform + pos: 177.5,-152.5 + parent: 1 + - uid: 11386 + components: + - type: Transform + pos: 182.5,-151.5 + parent: 1 + - uid: 11387 + components: + - type: Transform + pos: 177.5,-151.5 + parent: 1 + - uid: 11388 + components: + - type: Transform + pos: 176.5,-153.5 + parent: 1 + - uid: 11389 + components: + - type: Transform + pos: 176.5,-156.5 + parent: 1 + - uid: 11390 + components: + - type: Transform + pos: 176.5,-157.5 + parent: 1 + - uid: 11391 + components: + - type: Transform + pos: 177.5,-154.5 + parent: 1 + - uid: 11392 + components: + - type: Transform + pos: 177.5,-155.5 + parent: 1 + - uid: 11393 + components: + - type: Transform + pos: 177.5,-156.5 + parent: 1 + - uid: 11394 + components: + - type: Transform + pos: 177.5,-157.5 + parent: 1 + - uid: 11395 + components: + - type: Transform + pos: 178.5,-154.5 + parent: 1 + - uid: 11396 + components: + - type: Transform + pos: 178.5,-155.5 + parent: 1 + - uid: 11397 + components: + - type: Transform + pos: 178.5,-156.5 + parent: 1 + - uid: 11398 + components: + - type: Transform + pos: 178.5,-157.5 + parent: 1 + - uid: 11399 + components: + - type: Transform + pos: 188.5,-155.5 + parent: 1 + - uid: 11400 + components: + - type: Transform + pos: 188.5,-156.5 + parent: 1 + - uid: 11401 + components: + - type: Transform + pos: 188.5,-157.5 + parent: 1 + - uid: 11402 + components: + - type: Transform + pos: 188.5,-158.5 + parent: 1 + - uid: 11403 + components: + - type: Transform + pos: 188.5,-159.5 + parent: 1 + - uid: 11404 + components: + - type: Transform + pos: 188.5,-160.5 + parent: 1 + - uid: 11405 + components: + - type: Transform + pos: 188.5,-161.5 + parent: 1 + - uid: 11406 + components: + - type: Transform + pos: 187.5,-161.5 + parent: 1 + - uid: 11407 + components: + - type: Transform + pos: 186.5,-161.5 + parent: 1 + - uid: 11408 + components: + - type: Transform + pos: 182.5,-154.5 + parent: 1 + - uid: 11409 + components: + - type: Transform + pos: 181.5,-156.5 + parent: 1 + - uid: 11410 + components: + - type: Transform + pos: 181.5,-155.5 + parent: 1 + - uid: 11411 + components: + - type: Transform + pos: 181.5,-157.5 + parent: 1 + - uid: 11412 + components: + - type: Transform + pos: 181.5,-158.5 + parent: 1 + - uid: 11413 + components: + - type: Transform + pos: 180.5,-158.5 + parent: 1 + - uid: 11414 + components: + - type: Transform + pos: 181.5,-159.5 + parent: 1 + - uid: 11415 + components: + - type: Transform + pos: 182.5,-159.5 + parent: 1 + - uid: 11416 + components: + - type: Transform + pos: 183.5,-159.5 + parent: 1 + - uid: 11417 + components: + - type: Transform + pos: 184.5,-159.5 + parent: 1 + - uid: 11418 + components: + - type: Transform + pos: 185.5,-159.5 + parent: 1 + - uid: 11419 + components: + - type: Transform + pos: 186.5,-159.5 + parent: 1 + - uid: 11420 + components: + - type: Transform + pos: 186.5,-158.5 + parent: 1 + - uid: 11421 + components: + - type: Transform + pos: 185.5,-158.5 + parent: 1 + - uid: 11422 + components: + - type: Transform + pos: 184.5,-158.5 + parent: 1 + - uid: 11423 + components: + - type: Transform + pos: 183.5,-158.5 + parent: 1 + - uid: 11424 + components: + - type: Transform + pos: 182.5,-158.5 + parent: 1 + - uid: 11425 + components: + - type: Transform + pos: 186.5,-156.5 + parent: 1 + - uid: 11426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -165.5,53.5 + parent: 1 +- proto: N14FloraDesertCactus + entities: + - uid: 11427 + components: + - type: Transform + pos: -58.95951,-122.95285 + parent: 1 +- proto: N14FloraDesertTree1 + entities: + - uid: 11428 + components: + - type: Transform + anchored: True + pos: 254.5,150.5 + parent: 1 + - uid: 11429 + components: + - type: Transform + anchored: True + pos: 234.5,123.5 + parent: 1 + - uid: 11430 + components: + - type: Transform + anchored: True + pos: 131.5,181.5 + parent: 1 + - uid: 11431 + components: + - type: Transform + anchored: True + pos: 155.5,223.5 + parent: 1 + - uid: 11432 + components: + - type: Transform + anchored: True + pos: -44.5,77.5 + parent: 1 + - uid: 11433 + components: + - type: Transform + anchored: True + pos: 128.5,203.5 + parent: 1 + - uid: 11434 + components: + - type: Transform + anchored: True + pos: 134.5,214.5 + parent: 1 + - uid: 11435 + components: + - type: Transform + anchored: True + pos: 149.5,136.5 + parent: 1 + - uid: 11436 + components: + - type: Transform + anchored: True + pos: -6.5,25.5 + parent: 1 + - uid: 11437 + components: + - type: Transform + anchored: True + pos: -142.5,-104.5 + parent: 1 + - uid: 11438 + components: + - type: Transform + anchored: True + pos: -140.5,-115.5 + parent: 1 + - uid: 11439 + components: + - type: Transform + anchored: True + pos: 111.5,93.5 + parent: 1 + - uid: 11440 + components: + - type: Transform + anchored: True + pos: 118.5,131.5 + parent: 1 + - uid: 11441 + components: + - type: Transform + anchored: True + pos: 98.5,132.5 + parent: 1 + - uid: 11442 + components: + - type: Transform + anchored: True + pos: 118.5,86.5 + parent: 1 + - uid: 11443 + components: + - type: Transform + anchored: True + pos: 92.5,96.5 + parent: 1 + - uid: 11444 + components: + - type: Transform + anchored: True + pos: 86.5,133.5 + parent: 1 + - uid: 11445 + components: + - type: Transform + anchored: True + pos: 70.5,22.5 + parent: 1 + - uid: 11446 + components: + - type: Transform + anchored: True + pos: 21.5,126.5 + parent: 1 + - uid: 11447 + components: + - type: Transform + anchored: True + pos: -119.5,-168.5 + parent: 1 + - uid: 11448 + components: + - type: Transform + anchored: True + pos: 153.5,-50.5 + parent: 1 + - uid: 11449 + components: + - type: Transform + anchored: True + pos: -30.5,-107.5 + parent: 1 + - uid: 11450 + components: + - type: Transform + anchored: True + pos: -26.5,-119.5 + parent: 1 + - uid: 11451 + components: + - type: Transform + anchored: True + pos: -13.5,-103.5 + parent: 1 + - uid: 11452 + components: + - type: Transform + anchored: True + pos: 163.5,8.5 + parent: 1 + - uid: 11453 + components: + - type: Transform + pos: 202.3502,72.23169 + parent: 1 + - uid: 11454 + components: + - type: Transform + anchored: True + pos: 231.5,35.5 + parent: 1 + - uid: 11455 + components: + - type: Transform + anchored: True + pos: 161.5,157.5 + parent: 1 + - uid: 11456 + components: + - type: Transform + anchored: True + pos: -214.5,1.5 + parent: 1 + - uid: 11457 + components: + - type: Transform + anchored: True + pos: -184.5,-0.5 + parent: 1 + - uid: 11458 + components: + - type: Transform + anchored: True + pos: -97.5,-198.5 + parent: 1 + - uid: 11459 + components: + - type: Transform + anchored: True + pos: 98.5,-59.5 + parent: 1 + - uid: 11460 + components: + - type: Transform + anchored: True + pos: -39.5,-61.5 + parent: 1 + - uid: 11461 + components: + - type: Transform + anchored: True + pos: 163.5,-40.5 + parent: 1 + - uid: 11462 + components: + - type: Transform + anchored: True + pos: 162.5,-44.5 + parent: 1 + - uid: 11463 + components: + - type: Transform + anchored: True + pos: 124.5,-42.5 + parent: 1 + - uid: 11464 + components: + - type: Transform + anchored: True + pos: 58.5,116.5 + parent: 1 + - uid: 11465 + components: + - type: Transform + anchored: True + pos: 94.5,170.5 + parent: 1 + - uid: 11466 + components: + - type: Transform + anchored: True + pos: -207.5,-55.5 + parent: 1 + - uid: 11467 + components: + - type: Transform + anchored: True + pos: -67.5,160.5 + parent: 1 + - uid: 11468 + components: + - type: Transform + anchored: True + pos: -124.5,154.5 + parent: 1 + - uid: 11469 + components: + - type: Transform + anchored: True + pos: -105.5,163.5 + parent: 1 + - uid: 11470 + components: + - type: Transform + anchored: True + pos: -92.5,180.5 + parent: 1 + - uid: 11471 + components: + - type: Transform + anchored: True + pos: -126.5,195.5 + parent: 1 + - uid: 11472 + components: + - type: Transform + anchored: True + pos: -191.5,90.5 + parent: 1 + - uid: 11473 + components: + - type: Transform + anchored: True + pos: -209.5,39.5 + parent: 1 + - uid: 11474 + components: + - type: Transform + anchored: True + pos: -87.5,48.5 + parent: 1 + - uid: 11475 + components: + - type: Transform + anchored: True + pos: 68.5,75.5 + parent: 1 + - uid: 11476 + components: + - type: Transform + anchored: True + pos: 100.5,-75.5 + parent: 1 + - uid: 11477 + components: + - type: Transform + pos: -27.538952,-158.57758 + parent: 1 + - uid: 11478 + components: + - type: Transform + anchored: True + pos: -211.5,64.5 + parent: 1 + - uid: 11479 + components: + - type: Transform + anchored: True + pos: -378.5,132.5 + parent: 1 +- proto: N14FloraDesertTree2 + entities: + - uid: 11480 + components: + - type: Transform + anchored: True + pos: 241.5,98.5 + parent: 1 + - uid: 11481 + components: + - type: Transform + anchored: True + pos: 235.5,167.5 + parent: 1 + - uid: 11482 + components: + - type: Transform + anchored: True + pos: -211.5,73.5 + parent: 1 + - uid: 11483 + components: + - type: Transform + anchored: True + pos: 135.5,-144.5 + parent: 1 + - uid: 11484 + components: + - type: Transform + anchored: True + pos: 149.5,148.5 + parent: 1 + - uid: 11485 + components: + - type: Transform + anchored: True + pos: 112.5,208.5 + parent: 1 + - uid: 11486 + components: + - type: Transform + anchored: True + pos: 126.5,212.5 + parent: 1 + - uid: 11487 + components: + - type: Transform + anchored: True + pos: 140.5,213.5 + parent: 1 + - uid: 11488 + components: + - type: Transform + anchored: True + pos: 113.5,155.5 + parent: 1 + - uid: 11489 + components: + - type: Transform + anchored: True + pos: 133.5,157.5 + parent: 1 + - uid: 11490 + components: + - type: Transform + anchored: True + pos: 146.5,221.5 + parent: 1 + - uid: 11491 + components: + - type: Transform + anchored: True + pos: 161.5,210.5 + parent: 1 + - uid: 11492 + components: + - type: Transform + anchored: True + pos: 166.5,202.5 + parent: 1 + - uid: 11493 + components: + - type: Transform + anchored: True + pos: 166.5,208.5 + parent: 1 + - uid: 11494 + components: + - type: Transform + anchored: True + pos: 123.5,203.5 + parent: 1 + - uid: 11495 + components: + - type: Transform + anchored: True + pos: 155.5,217.5 + parent: 1 + - uid: 11496 + components: + - type: Transform + anchored: True + pos: 155.5,201.5 + parent: 1 + - uid: 11497 + components: + - type: Transform + anchored: True + pos: 175.5,211.5 + parent: 1 + - uid: 11498 + components: + - type: Transform + anchored: True + pos: 109.5,202.5 + parent: 1 + - uid: 11499 + components: + - type: Transform + anchored: True + pos: 111.5,215.5 + parent: 1 + - uid: 11500 + components: + - type: Transform + anchored: True + pos: 110.5,216.5 + parent: 1 + - uid: 11501 + components: + - type: Transform + anchored: True + pos: 211.5,160.5 + parent: 1 + - uid: 11502 + components: + - type: Transform + anchored: True + pos: 207.5,152.5 + parent: 1 + - uid: 11503 + components: + - type: Transform + anchored: True + pos: -145.5,-100.5 + parent: 1 + - uid: 11504 + components: + - type: Transform + anchored: True + pos: 22.5,29.5 + parent: 1 + - uid: 11505 + components: + - type: Transform + anchored: True + pos: -155.5,-139.5 + parent: 1 + - uid: 11506 + components: + - type: Transform + anchored: True + pos: -205.5,-135.5 + parent: 1 + - uid: 11507 + components: + - type: Transform + anchored: True + pos: -202.5,-148.5 + parent: 1 + - uid: 11508 + components: + - type: Transform + anchored: True + pos: -145.5,-121.5 + parent: 1 + - uid: 11509 + components: + - type: Transform + anchored: True + pos: -167.5,-138.5 + parent: 1 + - uid: 11510 + components: + - type: Transform + anchored: True + pos: -205.5,-116.5 + parent: 1 + - uid: 11511 + components: + - type: Transform + anchored: True + pos: -166.5,-143.5 + parent: 1 + - uid: 11512 + components: + - type: Transform + anchored: True + pos: -203.5,-117.5 + parent: 1 + - uid: 11513 + components: + - type: Transform + anchored: True + pos: -203.5,-132.5 + parent: 1 + - uid: 11514 + components: + - type: Transform + anchored: True + pos: -153.5,-113.5 + parent: 1 + - uid: 11515 + components: + - type: Transform + anchored: True + pos: -220.5,-100.5 + parent: 1 + - uid: 11516 + components: + - type: Transform + anchored: True + pos: -217.5,-127.5 + parent: 1 + - uid: 11517 + components: + - type: Transform + anchored: True + pos: -209.5,-159.5 + parent: 1 + - uid: 11518 + components: + - type: Transform + anchored: True + pos: -221.5,-122.5 + parent: 1 + - uid: 11519 + components: + - type: Transform + anchored: True + pos: -208.5,-121.5 + parent: 1 + - uid: 11520 + components: + - type: Transform + anchored: True + pos: -210.5,-125.5 + parent: 1 + - uid: 11521 + components: + - type: Transform + anchored: True + pos: -215.5,-129.5 + parent: 1 + - uid: 11522 + components: + - type: Transform + anchored: True + pos: -213.5,-137.5 + parent: 1 + - uid: 11523 + components: + - type: Transform + anchored: True + pos: -212.5,-147.5 + parent: 1 + - uid: 11524 + components: + - type: Transform + anchored: True + pos: -217.5,-133.5 + parent: 1 + - uid: 11525 + components: + - type: Transform + anchored: True + pos: 123.5,89.5 + parent: 1 + - uid: 11526 + components: + - type: Transform + anchored: True + pos: 74.5,3.5 + parent: 1 + - uid: 11527 + components: + - type: Transform + anchored: True + pos: 23.5,181.5 + parent: 1 + - uid: 11528 + components: + - type: Transform + anchored: True + pos: 93.5,39.5 + parent: 1 + - uid: 11529 + components: + - type: Transform + anchored: True + pos: -124.5,-114.5 + parent: 1 + - uid: 11530 + components: + - type: Transform + anchored: True + pos: 141.5,-117.5 + parent: 1 + - uid: 11531 + components: + - type: Transform + anchored: True + pos: 172.5,-49.5 + parent: 1 + - uid: 11532 + components: + - type: Transform + anchored: True + pos: 124.5,-51.5 + parent: 1 + - uid: 11533 + components: + - type: Transform + anchored: True + pos: 137.5,-70.5 + parent: 1 + - uid: 11534 + components: + - type: Transform + anchored: True + pos: -23.5,-129.5 + parent: 1 + - uid: 11535 + components: + - type: Transform + anchored: True + pos: -17.5,-128.5 + parent: 1 + - uid: 11536 + components: + - type: Transform + anchored: True + pos: -19.5,-141.5 + parent: 1 + - uid: 11537 + components: + - type: Transform + anchored: True + pos: -10.5,-106.5 + parent: 1 + - uid: 11538 + components: + - type: Transform + anchored: True + pos: 153.5,59.5 + parent: 1 + - uid: 11539 + components: + - type: Transform + anchored: True + pos: 177.5,83.5 + parent: 1 + - uid: 11540 + components: + - type: Transform + anchored: True + pos: 222.5,68.5 + parent: 1 + - uid: 11541 + components: + - type: Transform + anchored: True + pos: 231.5,98.5 + parent: 1 + - uid: 11542 + components: + - type: Transform + anchored: True + pos: 239.5,42.5 + parent: 1 + - uid: 11543 + components: + - type: Transform + anchored: True + pos: 82.5,166.5 + parent: 1 + - uid: 11544 + components: + - type: Transform + anchored: True + pos: -39.5,-59.5 + parent: 1 + - uid: 11545 + components: + - type: Transform + anchored: True + pos: -145.5,-216.5 + parent: 1 + - uid: 11546 + components: + - type: Transform + anchored: True + pos: -137.5,-140.5 + parent: 1 + - uid: 11547 + components: + - type: Transform + anchored: True + pos: -141.5,-104.5 + parent: 1 + - uid: 11548 + components: + - type: Transform + anchored: True + pos: -198.5,-208.5 + parent: 1 + - uid: 11549 + components: + - type: Transform + anchored: True + pos: 25.5,11.5 + parent: 1 + - uid: 11550 + components: + - type: Transform + anchored: True + pos: 28.5,22.5 + parent: 1 + - uid: 11551 + components: + - type: Transform + anchored: True + pos: 160.5,-16.5 + parent: 1 + - uid: 11552 + components: + - type: Transform + anchored: True + pos: 145.5,-42.5 + parent: 1 + - uid: 11553 + components: + - type: Transform + anchored: True + pos: 155.5,-37.5 + parent: 1 + - uid: 11554 + components: + - type: Transform + anchored: True + pos: 96.5,-66.5 + parent: 1 + - uid: 11555 + components: + - type: Transform + anchored: True + pos: 203.5,-55.5 + parent: 1 + - uid: 11556 + components: + - type: Transform + anchored: True + pos: 88.5,167.5 + parent: 1 + - uid: 11557 + components: + - type: Transform + anchored: True + pos: 159.5,120.5 + parent: 1 + - uid: 11558 + components: + - type: Transform + anchored: True + pos: -189.5,-77.5 + parent: 1 + - uid: 11559 + components: + - type: Transform + anchored: True + pos: -155.5,-77.5 + parent: 1 + - uid: 11560 + components: + - type: Transform + anchored: True + pos: -86.5,174.5 + parent: 1 + - uid: 11561 + components: + - type: Transform + anchored: True + pos: -74.5,207.5 + parent: 1 + - uid: 11562 + components: + - type: Transform + anchored: True + pos: -87.5,160.5 + parent: 1 + - uid: 11563 + components: + - type: Transform + anchored: True + pos: 176.5,109.5 + parent: 1 + - uid: 11564 + components: + - type: Transform + anchored: True + pos: 201.5,111.5 + parent: 1 + - uid: 11565 + components: + - type: Transform + anchored: True + pos: 155.5,100.5 + parent: 1 + - uid: 11566 + components: + - type: Transform + anchored: True + pos: 86.5,-92.5 + parent: 1 + - uid: 11567 + components: + - type: Transform + anchored: True + pos: -137.5,77.5 + parent: 1 + - uid: 11568 + components: + - type: Transform + anchored: True + pos: -94.5,-202.5 + parent: 1 + - uid: 11569 + components: + - type: Transform + anchored: True + pos: 13.5,67.5 + parent: 1 + - uid: 11570 + components: + - type: Transform + anchored: True + pos: 300.5,149.5 + parent: 1 + - uid: 11571 + components: + - type: Transform + anchored: True + pos: 19.5,-211.5 + parent: 1 + - uid: 11572 + components: + - type: Transform + anchored: True + pos: 252.5,150.5 + parent: 1 + - uid: 11573 + components: + - type: Transform + pos: -28.478552,-161.49358 + parent: 1 + - uid: 11574 + components: + - type: Transform + anchored: True + pos: -338.5,135.5 + parent: 1 + - uid: 11575 + components: + - type: Transform + anchored: True + pos: -1.5,-99.5 + parent: 1 + - uid: 11576 + components: + - type: Transform + anchored: True + pos: -1.5,-112.5 + parent: 1 + - uid: 11577 + components: + - type: Transform + anchored: True + pos: -37.5,-210.5 + parent: 1 +- proto: N14FloraDesertTree3 + entities: + - uid: 11578 + components: + - type: Transform + anchored: True + pos: 275.5,103.5 + parent: 1 + - uid: 11579 + components: + - type: Transform + anchored: True + pos: 256.5,135.5 + parent: 1 + - uid: 11580 + components: + - type: Transform + anchored: True + pos: 298.5,141.5 + parent: 1 + - uid: 11581 + components: + - type: Transform + anchored: True + pos: 239.5,128.5 + parent: 1 + - uid: 11582 + components: + - type: Transform + anchored: True + pos: 296.5,161.5 + parent: 1 + - uid: 11583 + components: + - type: Transform + anchored: True + pos: 296.5,154.5 + parent: 1 + - uid: 11584 + components: + - type: Transform + anchored: True + pos: 280.5,114.5 + parent: 1 + - uid: 11585 + components: + - type: Transform + anchored: True + pos: 294.5,160.5 + parent: 1 + - uid: 11586 + components: + - type: Transform + anchored: True + pos: 263.5,161.5 + parent: 1 + - uid: 11587 + components: + - type: Transform + anchored: True + pos: 300.5,160.5 + parent: 1 + - uid: 11588 + components: + - type: Transform + anchored: True + pos: 237.5,142.5 + parent: 1 + - uid: 11589 + components: + - type: Transform + anchored: True + pos: 265.5,141.5 + parent: 1 + - uid: 11590 + components: + - type: Transform + anchored: True + pos: 237.5,105.5 + parent: 1 + - uid: 11591 + components: + - type: Transform + anchored: True + pos: 277.5,108.5 + parent: 1 + - uid: 11592 + components: + - type: Transform + anchored: True + pos: 281.5,149.5 + parent: 1 + - uid: 11593 + components: + - type: Transform + anchored: True + pos: 283.5,96.5 + parent: 1 + - uid: 11594 + components: + - type: Transform + anchored: True + pos: 252.5,100.5 + parent: 1 + - uid: 11595 + components: + - type: Transform + anchored: True + pos: 251.5,134.5 + parent: 1 + - uid: 11596 + components: + - type: Transform + anchored: True + pos: -133.5,-90.5 + parent: 1 + - uid: 11597 + components: + - type: Transform + anchored: True + pos: 259.5,108.5 + parent: 1 + - uid: 11598 + components: + - type: Transform + anchored: True + pos: 283.5,162.5 + parent: 1 + - uid: 11599 + components: + - type: Transform + anchored: True + pos: 301.5,153.5 + parent: 1 + - uid: 11600 + components: + - type: Transform + anchored: True + pos: 232.5,105.5 + parent: 1 + - uid: 11601 + components: + - type: Transform + anchored: True + pos: 293.5,107.5 + parent: 1 + - uid: 11602 + components: + - type: Transform + anchored: True + pos: 262.5,159.5 + parent: 1 + - uid: 11603 + components: + - type: Transform + anchored: True + pos: 261.5,151.5 + parent: 1 + - uid: 11604 + components: + - type: Transform + anchored: True + pos: 236.5,116.5 + parent: 1 + - uid: 11605 + components: + - type: Transform + anchored: True + pos: -134.5,-124.5 + parent: 1 + - uid: 11606 + components: + - type: Transform + pos: -27.247353,-160.97517 + parent: 1 + - uid: 11607 + components: + - type: Transform + anchored: True + pos: 88.5,-155.5 + parent: 1 + - uid: 11608 + components: + - type: Transform + anchored: True + pos: 86.5,-153.5 + parent: 1 + - uid: 11609 + components: + - type: Transform + anchored: True + pos: 86.5,-159.5 + parent: 1 + - uid: 11610 + components: + - type: Transform + anchored: True + pos: 225.5,-76.5 + parent: 1 + - uid: 11611 + components: + - type: Transform + anchored: True + pos: 154.5,162.5 + parent: 1 + - uid: 11612 + components: + - type: Transform + anchored: True + pos: 135.5,209.5 + parent: 1 + - uid: 11613 + components: + - type: Transform + anchored: True + pos: -175.5,-212.5 + parent: 1 + - uid: 11614 + components: + - type: Transform + anchored: True + pos: 2.5,57.5 + parent: 1 + - uid: 11615 + components: + - type: Transform + anchored: True + pos: -30.5,26.5 + parent: 1 + - uid: 11616 + components: + - type: Transform + anchored: True + pos: 125.5,206.5 + parent: 1 + - uid: 11617 + components: + - type: Transform + anchored: True + pos: 0.5,57.5 + parent: 1 + - uid: 11618 + components: + - type: Transform + anchored: True + pos: -209.5,-149.5 + parent: 1 + - uid: 11619 + components: + - type: Transform + anchored: True + pos: -206.5,-103.5 + parent: 1 + - uid: 11620 + components: + - type: Transform + anchored: True + pos: -42.5,74.5 + parent: 1 + - uid: 11621 + components: + - type: Transform + anchored: True + pos: -6.5,62.5 + parent: 1 + - uid: 11622 + components: + - type: Transform + anchored: True + pos: -200.5,-98.5 + parent: 1 + - uid: 11623 + components: + - type: Transform + anchored: True + pos: -53.5,7.5 + parent: 1 + - uid: 11624 + components: + - type: Transform + anchored: True + pos: -18.5,65.5 + parent: 1 + - uid: 11625 + components: + - type: Transform + anchored: True + pos: 23.5,-27.5 + parent: 1 + - uid: 11626 + components: + - type: Transform + anchored: True + pos: -3.5,16.5 + parent: 1 + - uid: 11627 + components: + - type: Transform + anchored: True + pos: 20.5,26.5 + parent: 1 + - uid: 11628 + components: + - type: Transform + anchored: True + pos: 19.5,21.5 + parent: 1 + - uid: 11629 + components: + - type: Transform + anchored: True + pos: -183.5,-90.5 + parent: 1 + - uid: 11630 + components: + - type: Transform + anchored: True + pos: -151.5,-96.5 + parent: 1 + - uid: 11631 + components: + - type: Transform + anchored: True + pos: 2.5,23.5 + parent: 1 + - uid: 11632 + components: + - type: Transform + anchored: True + pos: -22.5,69.5 + parent: 1 + - uid: 11633 + components: + - type: Transform + anchored: True + pos: 103.5,81.5 + parent: 1 + - uid: 11634 + components: + - type: Transform + anchored: True + pos: 120.5,127.5 + parent: 1 + - uid: 11635 + components: + - type: Transform + anchored: True + pos: 98.5,71.5 + parent: 1 + - uid: 11636 + components: + - type: Transform + anchored: True + pos: 117.5,106.5 + parent: 1 + - uid: 11637 + components: + - type: Transform + anchored: True + pos: 89.5,115.5 + parent: 1 + - uid: 11638 + components: + - type: Transform + anchored: True + pos: 146.5,83.5 + parent: 1 + - uid: 11639 + components: + - type: Transform + anchored: True + pos: 84.5,124.5 + parent: 1 + - uid: 11640 + components: + - type: Transform + anchored: True + pos: 113.5,80.5 + parent: 1 + - uid: 11641 + components: + - type: Transform + anchored: True + pos: 100.5,114.5 + parent: 1 + - uid: 11642 + components: + - type: Transform + anchored: True + pos: 99.5,94.5 + parent: 1 + - uid: 11643 + components: + - type: Transform + anchored: True + pos: 88.5,75.5 + parent: 1 + - uid: 11644 + components: + - type: Transform + anchored: True + pos: 137.5,74.5 + parent: 1 + - uid: 11645 + components: + - type: Transform + anchored: True + pos: 144.5,85.5 + parent: 1 + - uid: 11646 + components: + - type: Transform + anchored: True + pos: 97.5,81.5 + parent: 1 + - uid: 11647 + components: + - type: Transform + anchored: True + pos: 89.5,125.5 + parent: 1 + - uid: 11648 + components: + - type: Transform + anchored: True + pos: 139.5,105.5 + parent: 1 + - uid: 11649 + components: + - type: Transform + anchored: True + pos: 128.5,80.5 + parent: 1 + - uid: 11650 + components: + - type: Transform + anchored: True + pos: 113.5,131.5 + parent: 1 + - uid: 11651 + components: + - type: Transform + anchored: True + pos: 102.5,91.5 + parent: 1 + - uid: 11652 + components: + - type: Transform + anchored: True + pos: 124.5,75.5 + parent: 1 + - uid: 11653 + components: + - type: Transform + anchored: True + pos: 131.5,95.5 + parent: 1 + - uid: 11654 + components: + - type: Transform + anchored: True + pos: 101.5,131.5 + parent: 1 + - uid: 11655 + components: + - type: Transform + anchored: True + pos: 65.5,5.5 + parent: 1 + - uid: 11656 + components: + - type: Transform + anchored: True + pos: 46.5,138.5 + parent: 1 + - uid: 11657 + components: + - type: Transform + anchored: True + pos: 39.5,175.5 + parent: 1 + - uid: 11658 + components: + - type: Transform + anchored: True + pos: 29.5,179.5 + parent: 1 + - uid: 11659 + components: + - type: Transform + anchored: True + pos: 34.5,180.5 + parent: 1 + - uid: 11660 + components: + - type: Transform + anchored: True + pos: 19.5,165.5 + parent: 1 + - uid: 11661 + components: + - type: Transform + anchored: True + pos: 18.5,166.5 + parent: 1 + - uid: 11662 + components: + - type: Transform + anchored: True + pos: 21.5,172.5 + parent: 1 + - uid: 11663 + components: + - type: Transform + anchored: True + pos: 61.5,153.5 + parent: 1 + - uid: 11664 + components: + - type: Transform + anchored: True + pos: 39.5,124.5 + parent: 1 + - uid: 11665 + components: + - type: Transform + anchored: True + pos: 60.5,124.5 + parent: 1 + - uid: 11666 + components: + - type: Transform + anchored: True + pos: 28.5,189.5 + parent: 1 + - uid: 11667 + components: + - type: Transform + anchored: True + pos: 67.5,177.5 + parent: 1 + - uid: 11668 + components: + - type: Transform + anchored: True + pos: 14.5,11.5 + parent: 1 + - uid: 11669 + components: + - type: Transform + anchored: True + pos: -66.5,-135.5 + parent: 1 + - uid: 11670 + components: + - type: Transform + anchored: True + pos: -101.5,10.5 + parent: 1 + - uid: 11671 + components: + - type: Transform + anchored: True + pos: -64.5,12.5 + parent: 1 + - uid: 11672 + components: + - type: Transform + anchored: True + pos: -59.5,10.5 + parent: 1 + - uid: 11673 + components: + - type: Transform + anchored: True + pos: -57.5,8.5 + parent: 1 + - uid: 11674 + components: + - type: Transform + anchored: True + pos: 151.5,-9.5 + parent: 1 + - uid: 11675 + components: + - type: Transform + anchored: True + pos: 101.5,35.5 + parent: 1 + - uid: 11676 + components: + - type: Transform + anchored: True + pos: 140.5,38.5 + parent: 1 + - uid: 11677 + components: + - type: Transform + anchored: True + pos: 90.5,43.5 + parent: 1 + - uid: 11678 + components: + - type: Transform + anchored: True + pos: 92.5,41.5 + parent: 1 + - uid: 11679 + components: + - type: Transform + anchored: True + pos: 100.5,45.5 + parent: 1 + - uid: 11680 + components: + - type: Transform + anchored: True + pos: 136.5,42.5 + parent: 1 + - uid: 11681 + components: + - type: Transform + anchored: True + pos: 155.5,44.5 + parent: 1 + - uid: 11682 + components: + - type: Transform + anchored: True + pos: -109.5,-131.5 + parent: 1 + - uid: 11683 + components: + - type: Transform + anchored: True + pos: -116.5,-142.5 + parent: 1 + - uid: 11684 + components: + - type: Transform + anchored: True + pos: -63.5,-175.5 + parent: 1 + - uid: 11685 + components: + - type: Transform + anchored: True + pos: -88.5,-113.5 + parent: 1 + - uid: 11686 + components: + - type: Transform + anchored: True + pos: -109.5,-119.5 + parent: 1 + - uid: 11687 + components: + - type: Transform + anchored: True + pos: -74.5,-130.5 + parent: 1 + - uid: 11688 + components: + - type: Transform + anchored: True + pos: -116.5,-112.5 + parent: 1 + - uid: 11689 + components: + - type: Transform + anchored: True + pos: -116.5,-133.5 + parent: 1 + - uid: 11690 + components: + - type: Transform + anchored: True + pos: -59.5,-112.5 + parent: 1 + - uid: 11691 + components: + - type: Transform + anchored: True + pos: -108.5,-132.5 + parent: 1 + - uid: 11692 + components: + - type: Transform + anchored: True + pos: -104.5,-121.5 + parent: 1 + - uid: 11693 + components: + - type: Transform + anchored: True + pos: -68.5,-142.5 + parent: 1 + - uid: 11694 + components: + - type: Transform + anchored: True + pos: -115.5,-117.5 + parent: 1 + - uid: 11695 + components: + - type: Transform + anchored: True + pos: -64.5,-140.5 + parent: 1 + - uid: 11696 + components: + - type: Transform + anchored: True + pos: 134.5,-60.5 + parent: 1 + - uid: 11697 + components: + - type: Transform + anchored: True + pos: 135.5,-73.5 + parent: 1 + - uid: 11698 + components: + - type: Transform + anchored: True + pos: 132.5,-70.5 + parent: 1 + - uid: 11699 + components: + - type: Transform + anchored: True + pos: 127.5,-117.5 + parent: 1 + - uid: 11700 + components: + - type: Transform + anchored: True + pos: 126.5,-79.5 + parent: 1 + - uid: 11701 + components: + - type: Transform + anchored: True + pos: 140.5,-54.5 + parent: 1 + - uid: 11702 + components: + - type: Transform + anchored: True + pos: 152.5,-53.5 + parent: 1 + - uid: 11703 + components: + - type: Transform + anchored: True + pos: 160.5,-50.5 + parent: 1 + - uid: 11704 + components: + - type: Transform + anchored: True + pos: 141.5,-61.5 + parent: 1 + - uid: 11705 + components: + - type: Transform + anchored: True + pos: 143.5,-117.5 + parent: 1 + - uid: 11706 + components: + - type: Transform + anchored: True + pos: 142.5,-56.5 + parent: 1 + - uid: 11707 + components: + - type: Transform + anchored: True + pos: 126.5,-92.5 + parent: 1 + - uid: 11708 + components: + - type: Transform + anchored: True + pos: 127.5,-102.5 + parent: 1 + - uid: 11709 + components: + - type: Transform + anchored: True + pos: -34.5,-122.5 + parent: 1 + - uid: 11710 + components: + - type: Transform + anchored: True + pos: -42.5,-93.5 + parent: 1 + - uid: 11711 + components: + - type: Transform + anchored: True + pos: -25.5,-101.5 + parent: 1 + - uid: 11712 + components: + - type: Transform + anchored: True + pos: -24.5,-126.5 + parent: 1 + - uid: 11713 + components: + - type: Transform + anchored: True + pos: -65.5,-91.5 + parent: 1 + - uid: 11714 + components: + - type: Transform + anchored: True + pos: -19.5,-122.5 + parent: 1 + - uid: 11715 + components: + - type: Transform + anchored: True + pos: -23.5,-142.5 + parent: 1 + - uid: 11716 + components: + - type: Transform + anchored: True + pos: -19.5,-137.5 + parent: 1 + - uid: 11717 + components: + - type: Transform + anchored: True + pos: -15.5,-103.5 + parent: 1 + - uid: 11718 + components: + - type: Transform + anchored: True + pos: -15.5,-126.5 + parent: 1 + - uid: 11719 + components: + - type: Transform + anchored: True + pos: -12.5,-149.5 + parent: 1 + - uid: 11720 + components: + - type: Transform + anchored: True + pos: -14.5,-142.5 + parent: 1 + - uid: 11721 + components: + - type: Transform + anchored: True + pos: -32.5,-143.5 + parent: 1 + - uid: 11722 + components: + - type: Transform + anchored: True + pos: 183.5,72.5 + parent: 1 + - uid: 11723 + components: + - type: Transform + anchored: True + pos: 174.5,79.5 + parent: 1 + - uid: 11724 + components: + - type: Transform + anchored: True + pos: 174.5,34.5 + parent: 1 + - uid: 11725 + components: + - type: Transform + anchored: True + pos: 144.5,56.5 + parent: 1 + - uid: 11726 + components: + - type: Transform + anchored: True + pos: 161.5,77.5 + parent: 1 + - uid: 11727 + components: + - type: Transform + anchored: True + pos: 156.5,52.5 + parent: 1 + - uid: 11728 + components: + - type: Transform + anchored: True + pos: 171.5,71.5 + parent: 1 + - uid: 11729 + components: + - type: Transform + anchored: True + pos: 189.5,79.5 + parent: 1 + - uid: 11730 + components: + - type: Transform + anchored: True + pos: 160.5,33.5 + parent: 1 + - uid: 11731 + components: + - type: Transform + anchored: True + pos: 141.5,58.5 + parent: 1 + - uid: 11732 + components: + - type: Transform + anchored: True + pos: 201.5,85.5 + parent: 1 + - uid: 11733 + components: + - type: Transform + anchored: True + pos: 200.5,86.5 + parent: 1 + - uid: 11734 + components: + - type: Transform + anchored: True + pos: 208.5,36.5 + parent: 1 + - uid: 11735 + components: + - type: Transform + anchored: True + pos: 230.5,86.5 + parent: 1 + - uid: 11736 + components: + - type: Transform + anchored: True + pos: 219.5,97.5 + parent: 1 + - uid: 11737 + components: + - type: Transform + anchored: True + pos: 219.5,52.5 + parent: 1 + - uid: 11738 + components: + - type: Transform + anchored: True + pos: 230.5,52.5 + parent: 1 + - uid: 11739 + components: + - type: Transform + anchored: True + pos: 226.5,90.5 + parent: 1 + - uid: 11740 + components: + - type: Transform + anchored: True + pos: 209.5,32.5 + parent: 1 + - uid: 11741 + components: + - type: Transform + anchored: True + pos: 233.5,74.5 + parent: 1 + - uid: 11742 + components: + - type: Transform + anchored: True + pos: 233.5,98.5 + parent: 1 + - uid: 11743 + components: + - type: Transform + anchored: True + pos: 152.5,219.5 + parent: 1 + - uid: 11744 + components: + - type: Transform + anchored: True + pos: 176.5,215.5 + parent: 1 + - uid: 11745 + components: + - type: Transform + anchored: True + pos: 172.5,-36.5 + parent: 1 + - uid: 11746 + components: + - type: Transform + anchored: True + pos: -163.5,6.5 + parent: 1 + - uid: 11747 + components: + - type: Transform + anchored: True + pos: 140.5,212.5 + parent: 1 + - uid: 11748 + components: + - type: Transform + anchored: True + pos: 159.5,156.5 + parent: 1 + - uid: 11749 + components: + - type: Transform + anchored: True + pos: 155.5,202.5 + parent: 1 + - uid: 11750 + components: + - type: Transform + anchored: True + pos: 134.5,203.5 + parent: 1 + - uid: 11751 + components: + - type: Transform + anchored: True + pos: 204.5,157.5 + parent: 1 + - uid: 11752 + components: + - type: Transform + anchored: True + pos: 143.5,149.5 + parent: 1 + - uid: 11753 + components: + - type: Transform + anchored: True + pos: 157.5,174.5 + parent: 1 + - uid: 11754 + components: + - type: Transform + anchored: True + pos: 85.5,-59.5 + parent: 1 + - uid: 11755 + components: + - type: Transform + anchored: True + pos: -159.5,-204.5 + parent: 1 + - uid: 11756 + components: + - type: Transform + anchored: True + pos: -167.5,18.5 + parent: 1 + - uid: 11757 + components: + - type: Transform + anchored: True + pos: 189.5,148.5 + parent: 1 + - uid: 11758 + components: + - type: Transform + anchored: True + pos: -78.5,-195.5 + parent: 1 + - uid: 11759 + components: + - type: Transform + anchored: True + pos: 153.5,106.5 + parent: 1 + - uid: 11760 + components: + - type: Transform + anchored: True + pos: 96.5,175.5 + parent: 1 + - uid: 11761 + components: + - type: Transform + anchored: True + pos: -42.5,-78.5 + parent: 1 + - uid: 11762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.823135,-131.77061 + parent: 1 + - uid: 11763 + components: + - type: Transform + anchored: True + pos: 93.5,145.5 + parent: 1 + - uid: 11764 + components: + - type: Transform + anchored: True + pos: 120.5,202.5 + parent: 1 + - uid: 11765 + components: + - type: Transform + anchored: True + pos: 159.5,205.5 + parent: 1 + - uid: 11766 + components: + - type: Transform + anchored: True + pos: -170.5,-1.5 + parent: 1 + - uid: 11767 + components: + - type: Transform + anchored: True + pos: 158.5,113.5 + parent: 1 + - uid: 11768 + components: + - type: Transform + anchored: True + pos: -60.5,-204.5 + parent: 1 + - uid: 11769 + components: + - type: Transform + anchored: True + pos: 202.5,-60.5 + parent: 1 + - uid: 11770 + components: + - type: Transform + anchored: True + pos: 203.5,-59.5 + parent: 1 + - uid: 11771 + components: + - type: Transform + anchored: True + pos: 228.5,-19.5 + parent: 1 + - uid: 11772 + components: + - type: Transform + anchored: True + pos: -84.5,-70.5 + parent: 1 + - uid: 11773 + components: + - type: Transform + anchored: True + pos: -62.5,-64.5 + parent: 1 + - uid: 11774 + components: + - type: Transform + anchored: True + pos: -38.5,-58.5 + parent: 1 + - uid: 11775 + components: + - type: Transform + anchored: True + pos: -64.5,-56.5 + parent: 1 + - uid: 11776 + components: + - type: Transform + anchored: True + pos: -96.5,-60.5 + parent: 1 + - uid: 11777 + components: + - type: Transform + anchored: True + pos: -62.5,-58.5 + parent: 1 + - uid: 11778 + components: + - type: Transform + anchored: True + pos: 154.5,177.5 + parent: 1 + - uid: 11779 + components: + - type: Transform + anchored: True + pos: -58.5,-62.5 + parent: 1 + - uid: 11780 + components: + - type: Transform + anchored: True + pos: -53.5,-63.5 + parent: 1 + - uid: 11781 + components: + - type: Transform + anchored: True + pos: -45.5,-60.5 + parent: 1 + - uid: 11782 + components: + - type: Transform + anchored: True + pos: 138.5,151.5 + parent: 1 + - uid: 11783 + components: + - type: Transform + anchored: True + pos: 48.5,115.5 + parent: 1 + - uid: 11784 + components: + - type: Transform + anchored: True + pos: 13.5,-44.5 + parent: 1 + - uid: 11785 + components: + - type: Transform + anchored: True + pos: -186.5,-207.5 + parent: 1 + - uid: 11786 + components: + - type: Transform + anchored: True + pos: -90.5,179.5 + parent: 1 + - uid: 11787 + components: + - type: Transform + anchored: True + pos: -215.5,-217.5 + parent: 1 + - uid: 11788 + components: + - type: Transform + anchored: True + pos: 0.5,-91.5 + parent: 1 + - uid: 11789 + components: + - type: Transform + anchored: True + pos: -196.5,-200.5 + parent: 1 + - uid: 11790 + components: + - type: Transform + anchored: True + pos: -212.5,-165.5 + parent: 1 + - uid: 11791 + components: + - type: Transform + anchored: True + pos: -170.5,-217.5 + parent: 1 + - uid: 11792 + components: + - type: Transform + anchored: True + pos: -186.5,-72.5 + parent: 1 + - uid: 11793 + components: + - type: Transform + anchored: True + pos: -138.5,-105.5 + parent: 1 + - uid: 11794 + components: + - type: Transform + anchored: True + pos: -136.5,-92.5 + parent: 1 + - uid: 11795 + components: + - type: Transform + anchored: True + pos: -137.5,-97.5 + parent: 1 + - uid: 11796 + components: + - type: Transform + anchored: True + pos: -138.5,-102.5 + parent: 1 + - uid: 11797 + components: + - type: Transform + anchored: True + pos: 121.5,-29.5 + parent: 1 + - uid: 11798 + components: + - type: Transform + anchored: True + pos: 73.5,29.5 + parent: 1 + - uid: 11799 + components: + - type: Transform + anchored: True + pos: -203.5,-169.5 + parent: 1 + - uid: 11800 + components: + - type: Transform + anchored: True + pos: -201.5,-180.5 + parent: 1 + - uid: 11801 + components: + - type: Transform + anchored: True + pos: -191.5,-205.5 + parent: 1 + - uid: 11802 + components: + - type: Transform + anchored: True + pos: -212.5,-184.5 + parent: 1 + - uid: 11803 + components: + - type: Transform + anchored: True + pos: -211.5,-185.5 + parent: 1 + - uid: 11804 + components: + - type: Transform + anchored: True + pos: -213.5,-198.5 + parent: 1 + - uid: 11805 + components: + - type: Transform + anchored: True + pos: -209.5,-169.5 + parent: 1 + - uid: 11806 + components: + - type: Transform + anchored: True + pos: -195.5,-205.5 + parent: 1 + - uid: 11807 + components: + - type: Transform + anchored: True + pos: 51.5,32.5 + parent: 1 + - uid: 11808 + components: + - type: Transform + anchored: True + pos: 49.5,27.5 + parent: 1 + - uid: 11809 + components: + - type: Transform + anchored: True + pos: -217.5,-161.5 + parent: 1 + - uid: 11810 + components: + - type: Transform + anchored: True + pos: 160.5,-38.5 + parent: 1 + - uid: 11811 + components: + - type: Transform + anchored: True + pos: 166.5,-41.5 + parent: 1 + - uid: 11812 + components: + - type: Transform + anchored: True + pos: 149.5,-42.5 + parent: 1 + - uid: 11813 + components: + - type: Transform + anchored: True + pos: 157.5,-38.5 + parent: 1 + - uid: 11814 + components: + - type: Transform + anchored: True + pos: 103.5,-56.5 + parent: 1 + - uid: 11815 + components: + - type: Transform + anchored: True + pos: 239.5,-65.5 + parent: 1 + - uid: 11816 + components: + - type: Transform + anchored: True + pos: 232.5,-38.5 + parent: 1 + - uid: 11817 + components: + - type: Transform + anchored: True + pos: 226.5,-22.5 + parent: 1 + - uid: 11818 + components: + - type: Transform + anchored: True + pos: 210.5,-40.5 + parent: 1 + - uid: 11819 + components: + - type: Transform + anchored: True + pos: 84.5,169.5 + parent: 1 + - uid: 11820 + components: + - type: Transform + anchored: True + pos: 79.5,159.5 + parent: 1 + - uid: 11821 + components: + - type: Transform + anchored: True + pos: 86.5,143.5 + parent: 1 + - uid: 11822 + components: + - type: Transform + anchored: True + pos: 93.5,182.5 + parent: 1 + - uid: 11823 + components: + - type: Transform + anchored: True + pos: 101.5,155.5 + parent: 1 + - uid: 11824 + components: + - type: Transform + anchored: True + pos: -221.5,-222.5 + parent: 1 + - uid: 11825 + components: + - type: Transform + anchored: True + pos: -220.5,-217.5 + parent: 1 + - uid: 11826 + components: + - type: Transform + anchored: True + pos: 153.5,137.5 + parent: 1 + - uid: 11827 + components: + - type: Transform + anchored: True + pos: 159.5,142.5 + parent: 1 + - uid: 11828 + components: + - type: Transform + anchored: True + pos: -172.5,-56.5 + parent: 1 + - uid: 11829 + components: + - type: Transform + anchored: True + pos: -147.5,-48.5 + parent: 1 + - uid: 11830 + components: + - type: Transform + anchored: True + pos: -182.5,-52.5 + parent: 1 + - uid: 11831 + components: + - type: Transform + anchored: True + pos: -172.5,-59.5 + parent: 1 + - uid: 11832 + components: + - type: Transform + anchored: True + pos: -212.5,-52.5 + parent: 1 + - uid: 11833 + components: + - type: Transform + anchored: True + pos: -185.5,-49.5 + parent: 1 + - uid: 11834 + components: + - type: Transform + anchored: True + pos: -204.5,-69.5 + parent: 1 + - uid: 11835 + components: + - type: Transform + anchored: True + pos: -146.5,-49.5 + parent: 1 + - uid: 11836 + components: + - type: Transform + anchored: True + pos: 218.5,-69.5 + parent: 1 + - uid: 11837 + components: + - type: Transform + anchored: True + pos: -184.5,0.5 + parent: 1 + - uid: 11838 + components: + - type: Transform + anchored: True + pos: -208.5,12.5 + parent: 1 + - uid: 11839 + components: + - type: Transform + anchored: True + pos: -215.5,43.5 + parent: 1 + - uid: 11840 + components: + - type: Transform + anchored: True + pos: -144.5,17.5 + parent: 1 + - uid: 11841 + components: + - type: Transform + anchored: True + pos: -67.5,159.5 + parent: 1 + - uid: 11842 + components: + - type: Transform + anchored: True + pos: -125.5,220.5 + parent: 1 + - uid: 11843 + components: + - type: Transform + anchored: True + pos: -94.5,171.5 + parent: 1 + - uid: 11844 + components: + - type: Transform + anchored: True + pos: -77.5,166.5 + parent: 1 + - uid: 11845 + components: + - type: Transform + anchored: True + pos: -119.5,190.5 + parent: 1 + - uid: 11846 + components: + - type: Transform + anchored: True + pos: -87.5,177.5 + parent: 1 + - uid: 11847 + components: + - type: Transform + anchored: True + pos: -66.5,221.5 + parent: 1 + - uid: 11848 + components: + - type: Transform + anchored: True + pos: -71.5,220.5 + parent: 1 + - uid: 11849 + components: + - type: Transform + anchored: True + pos: -65.5,154.5 + parent: 1 + - uid: 11850 + components: + - type: Transform + anchored: True + pos: -85.5,207.5 + parent: 1 + - uid: 11851 + components: + - type: Transform + anchored: True + pos: -78.5,185.5 + parent: 1 + - uid: 11852 + components: + - type: Transform + anchored: True + pos: -79.5,204.5 + parent: 1 + - uid: 11853 + components: + - type: Transform + anchored: True + pos: -86.5,187.5 + parent: 1 + - uid: 11854 + components: + - type: Transform + anchored: True + pos: -68.5,202.5 + parent: 1 + - uid: 11855 + components: + - type: Transform + anchored: True + pos: -79.5,219.5 + parent: 1 + - uid: 11856 + components: + - type: Transform + anchored: True + pos: -88.5,198.5 + parent: 1 + - uid: 11857 + components: + - type: Transform + anchored: True + pos: -91.5,216.5 + parent: 1 + - uid: 11858 + components: + - type: Transform + anchored: True + pos: -121.5,180.5 + parent: 1 + - uid: 11859 + components: + - type: Transform + anchored: True + pos: 215.5,107.5 + parent: 1 + - uid: 11860 + components: + - type: Transform + anchored: True + pos: 223.5,138.5 + parent: 1 + - uid: 11861 + components: + - type: Transform + anchored: True + pos: 213.5,133.5 + parent: 1 + - uid: 11862 + components: + - type: Transform + anchored: True + pos: 218.5,113.5 + parent: 1 + - uid: 11863 + components: + - type: Transform + anchored: True + pos: 160.5,111.5 + parent: 1 + - uid: 11864 + components: + - type: Transform + anchored: True + pos: 155.5,113.5 + parent: 1 + - uid: 11865 + components: + - type: Transform + anchored: True + pos: 155.5,119.5 + parent: 1 + - uid: 11866 + components: + - type: Transform + anchored: True + pos: 152.5,116.5 + parent: 1 + - uid: 11867 + components: + - type: Transform + anchored: True + pos: 221.5,110.5 + parent: 1 + - uid: 11868 + components: + - type: Transform + anchored: True + pos: 160.5,117.5 + parent: 1 + - uid: 11869 + components: + - type: Transform + anchored: True + pos: 171.5,110.5 + parent: 1 + - uid: 11870 + components: + - type: Transform + anchored: True + pos: 191.5,107.5 + parent: 1 + - uid: 11871 + components: + - type: Transform + anchored: True + pos: 179.5,107.5 + parent: 1 + - uid: 11872 + components: + - type: Transform + anchored: True + pos: 210.5,112.5 + parent: 1 + - uid: 11873 + components: + - type: Transform + anchored: True + pos: 53.5,101.5 + parent: 1 + - uid: 11874 + components: + - type: Transform + anchored: True + pos: 15.5,103.5 + parent: 1 + - uid: 11875 + components: + - type: Transform + anchored: True + pos: 10.5,99.5 + parent: 1 + - uid: 11876 + components: + - type: Transform + anchored: True + pos: 13.5,105.5 + parent: 1 + - uid: 11877 + components: + - type: Transform + anchored: True + pos: 236.5,-87.5 + parent: 1 + - uid: 11878 + components: + - type: Transform + anchored: True + pos: 18.5,-100.5 + parent: 1 + - uid: 11879 + components: + - type: Transform + anchored: True + pos: 54.5,-103.5 + parent: 1 + - uid: 11880 + components: + - type: Transform + anchored: True + pos: 62.5,-133.5 + parent: 1 + - uid: 11881 + components: + - type: Transform + anchored: True + pos: 59.5,-149.5 + parent: 1 + - uid: 11882 + components: + - type: Transform + anchored: True + pos: 76.5,-151.5 + parent: 1 + - uid: 11883 + components: + - type: Transform + anchored: True + pos: 16.5,-106.5 + parent: 1 + - uid: 11884 + components: + - type: Transform + anchored: True + pos: 22.5,-98.5 + parent: 1 + - uid: 11885 + components: + - type: Transform + anchored: True + pos: 39.5,-106.5 + parent: 1 + - uid: 11886 + components: + - type: Transform + anchored: True + pos: 32.5,-96.5 + parent: 1 + - uid: 11887 + components: + - type: Transform + anchored: True + pos: 59.5,-150.5 + parent: 1 + - uid: 11888 + components: + - type: Transform + anchored: True + pos: 61.5,-122.5 + parent: 1 + - uid: 11889 + components: + - type: Transform + anchored: True + pos: 244.5,-70.5 + parent: 1 + - uid: 11890 + components: + - type: Transform + anchored: True + pos: 245.5,-60.5 + parent: 1 + - uid: 11891 + components: + - type: Transform + anchored: True + pos: -188.5,93.5 + parent: 1 + - uid: 11892 + components: + - type: Transform + anchored: True + pos: -191.5,94.5 + parent: 1 + - uid: 11893 + components: + - type: Transform + anchored: True + pos: -183.5,92.5 + parent: 1 + - uid: 11894 + components: + - type: Transform + anchored: True + pos: -201.5,74.5 + parent: 1 + - uid: 11895 + components: + - type: Transform + anchored: True + pos: -203.5,67.5 + parent: 1 + - uid: 11896 + components: + - type: Transform + anchored: True + pos: -144.5,90.5 + parent: 1 + - uid: 11897 + components: + - type: Transform + anchored: True + pos: -161.5,90.5 + parent: 1 + - uid: 11898 + components: + - type: Transform + anchored: True + pos: -201.5,59.5 + parent: 1 + - uid: 11899 + components: + - type: Transform + anchored: True + pos: -160.5,93.5 + parent: 1 + - uid: 11900 + components: + - type: Transform + anchored: True + pos: -204.5,29.5 + parent: 1 + - uid: 11901 + components: + - type: Transform + anchored: True + pos: -197.5,87.5 + parent: 1 + - uid: 11902 + components: + - type: Transform + anchored: True + pos: -136.5,78.5 + parent: 1 + - uid: 11903 + components: + - type: Transform + anchored: True + pos: -138.5,80.5 + parent: 1 + - uid: 11904 + components: + - type: Transform + anchored: True + pos: -187.5,-2.5 + parent: 1 + - uid: 11905 + components: + - type: Transform + anchored: True + pos: -213.5,-0.5 + parent: 1 + - uid: 11906 + components: + - type: Transform + anchored: True + pos: -83.5,44.5 + parent: 1 + - uid: 11907 + components: + - type: Transform + anchored: True + pos: -83.5,-201.5 + parent: 1 + - uid: 11908 + components: + - type: Transform + anchored: True + pos: -54.5,-163.5 + parent: 1 + - uid: 11909 + components: + - type: Transform + anchored: True + pos: -74.5,-205.5 + parent: 1 + - uid: 11910 + components: + - type: Transform + anchored: True + pos: -116.5,-193.5 + parent: 1 + - uid: 11911 + components: + - type: Transform + anchored: True + pos: -95.5,46.5 + parent: 1 + - uid: 11912 + components: + - type: Transform + anchored: True + pos: -55.5,-170.5 + parent: 1 + - uid: 11913 + components: + - type: Transform + anchored: True + pos: -86.5,43.5 + parent: 1 + - uid: 11914 + components: + - type: Transform + anchored: True + pos: -101.5,25.5 + parent: 1 + - uid: 11915 + components: + - type: Transform + anchored: True + pos: 15.5,73.5 + parent: 1 + - uid: 11916 + components: + - type: Transform + anchored: True + pos: 227.5,-74.5 + parent: 1 + - uid: 11917 + components: + - type: Transform + anchored: True + pos: 238.5,-53.5 + parent: 1 + - uid: 11918 + components: + - type: Transform + anchored: True + pos: 239.5,-80.5 + parent: 1 + - uid: 11919 + components: + - type: Transform + anchored: True + pos: 222.5,-28.5 + parent: 1 + - uid: 11920 + components: + - type: Transform + anchored: True + pos: 236.5,-36.5 + parent: 1 + - uid: 11921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.405945,-100.07494 + parent: 1 + - uid: 11922 + components: + - type: Transform + anchored: True + pos: 245.5,-45.5 + parent: 1 + - uid: 11923 + components: + - type: Transform + anchored: True + pos: 243.5,-43.5 + parent: 1 + - uid: 11924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.135635,-126.301865 + parent: 1 + - uid: 11925 + components: + - type: Transform + anchored: True + pos: 95.5,-89.5 + parent: 1 + - uid: 11926 + components: + - type: Transform + anchored: True + pos: 123.5,-139.5 + parent: 1 + - uid: 11927 + components: + - type: Transform + anchored: True + pos: 120.5,-142.5 + parent: 1 + - uid: 11928 + components: + - type: Transform + anchored: True + pos: 125.5,-129.5 + parent: 1 + - uid: 11929 + components: + - type: Transform + anchored: True + pos: 72.5,-77.5 + parent: 1 + - uid: 11930 + components: + - type: Transform + anchored: True + pos: -3.5,-213.5 + parent: 1 + - uid: 11931 + components: + - type: Transform + anchored: True + pos: -222.5,47.5 + parent: 1 + - uid: 11932 + components: + - type: Transform + anchored: True + pos: 259.5,102.5 + parent: 1 + - uid: 11933 + components: + - type: Transform + anchored: True + pos: -217.5,45.5 + parent: 1 + - uid: 11934 + components: + - type: Transform + anchored: True + pos: -364.5,135.5 + parent: 1 + - uid: 11935 + components: + - type: Transform + anchored: True + pos: 251.5,131.5 + parent: 1 + - uid: 11936 + components: + - type: Transform + anchored: True + pos: 290.5,130.5 + parent: 1 + - uid: 11937 + components: + - type: Transform + anchored: True + pos: -137.5,-46.5 + parent: 1 + - uid: 11938 + components: + - type: Transform + anchored: True + pos: 95.5,-144.5 + parent: 1 + - uid: 11939 + components: + - type: Transform + anchored: True + pos: 263.5,149.5 + parent: 1 + - uid: 11940 + components: + - type: Transform + anchored: True + pos: 279.5,151.5 + parent: 1 + - uid: 11941 + components: + - type: Transform + anchored: True + pos: 279.5,136.5 + parent: 1 + - uid: 11942 + components: + - type: Transform + anchored: True + pos: -112.5,-59.5 + parent: 1 + - uid: 11943 + components: + - type: Transform + anchored: True + pos: -114.5,-111.5 + parent: 1 + - uid: 11944 + components: + - type: Transform + anchored: True + pos: 64.5,-155.5 + parent: 1 + - uid: 11945 + components: + - type: Transform + anchored: True + pos: 127.5,-146.5 + parent: 1 + - uid: 11946 + components: + - type: Transform + anchored: True + pos: -119.5,-109.5 + parent: 1 + - uid: 11947 + components: + - type: Transform + anchored: True + pos: -117.5,-48.5 + parent: 1 + - uid: 11948 + components: + - type: Transform + anchored: True + pos: -130.5,-104.5 + parent: 1 + - uid: 11949 + components: + - type: Transform + anchored: True + pos: -113.5,-67.5 + parent: 1 + - uid: 11950 + components: + - type: Transform + anchored: True + pos: -151.5,-47.5 + parent: 1 + - uid: 11951 + components: + - type: Transform + anchored: True + pos: -118.5,-107.5 + parent: 1 + - uid: 11952 + components: + - type: Transform + anchored: True + pos: -128.5,-103.5 + parent: 1 + - uid: 11953 + components: + - type: Transform + anchored: True + pos: -349.5,123.5 + parent: 1 + - uid: 11954 + components: + - type: Transform + anchored: True + pos: -221.5,49.5 + parent: 1 + - uid: 11955 + components: + - type: Transform + anchored: True + pos: -219.5,62.5 + parent: 1 + - uid: 11956 + components: + - type: Transform + anchored: True + pos: -341.5,109.5 + parent: 1 + - uid: 11957 + components: + - type: Transform + anchored: True + pos: -339.5,134.5 + parent: 1 + - uid: 11958 + components: + - type: Transform + anchored: True + pos: -336.5,103.5 + parent: 1 + - uid: 11959 + components: + - type: Transform + anchored: True + pos: -336.5,107.5 + parent: 1 + - uid: 11960 + components: + - type: Transform + anchored: True + pos: -27.5,-78.5 + parent: 1 + - uid: 11961 + components: + - type: Transform + anchored: True + pos: -0.5,-112.5 + parent: 1 + - uid: 11962 + components: + - type: Transform + anchored: True + pos: -17.5,-79.5 + parent: 1 + - uid: 11963 + components: + - type: Transform + anchored: True + pos: -6.5,-210.5 + parent: 1 + - uid: 11964 + components: + - type: Transform + anchored: True + pos: 17.5,-201.5 + parent: 1 + - uid: 11965 + components: + - type: Transform + anchored: True + pos: -10.5,-200.5 + parent: 1 + - uid: 11966 + components: + - type: Transform + anchored: True + pos: -9.5,-204.5 + parent: 1 + - uid: 11967 + components: + - type: Transform + anchored: True + pos: -9.5,-201.5 + parent: 1 +- proto: N14FloraDesertTree4 + entities: + - uid: 11968 + components: + - type: Transform + anchored: True + pos: 254.5,124.5 + parent: 1 + - uid: 11969 + components: + - type: Transform + anchored: True + pos: 291.5,96.5 + parent: 1 + - uid: 11970 + components: + - type: Transform + anchored: True + pos: 77.5,127.5 + parent: 1 + - uid: 11971 + components: + - type: Transform + anchored: True + pos: 171.5,207.5 + parent: 1 + - uid: 11972 + components: + - type: Transform + anchored: True + pos: -22.5,65.5 + parent: 1 + - uid: 11973 + components: + - type: Transform + anchored: True + pos: 20.5,30.5 + parent: 1 + - uid: 11974 + components: + - type: Transform + anchored: True + pos: -136.5,-117.5 + parent: 1 + - uid: 11975 + components: + - type: Transform + anchored: True + pos: -219.5,-121.5 + parent: 1 + - uid: 11976 + components: + - type: Transform + anchored: True + pos: -217.5,-107.5 + parent: 1 + - uid: 11977 + components: + - type: Transform + anchored: True + pos: 122.5,97.5 + parent: 1 + - uid: 11978 + components: + - type: Transform + anchored: True + pos: 113.5,121.5 + parent: 1 + - uid: 11979 + components: + - type: Transform + anchored: True + pos: 103.5,79.5 + parent: 1 + - uid: 11980 + components: + - type: Transform + anchored: True + pos: 137.5,97.5 + parent: 1 + - uid: 11981 + components: + - type: Transform + anchored: True + pos: 110.5,79.5 + parent: 1 + - uid: 11982 + components: + - type: Transform + anchored: True + pos: 139.5,121.5 + parent: 1 + - uid: 11983 + components: + - type: Transform + anchored: True + pos: 145.5,85.5 + parent: 1 + - uid: 11984 + components: + - type: Transform + anchored: True + pos: 68.5,-1.5 + parent: 1 + - uid: 11985 + components: + - type: Transform + anchored: True + pos: 20.5,130.5 + parent: 1 + - uid: 11986 + components: + - type: Transform + anchored: True + pos: 19.5,124.5 + parent: 1 + - uid: 11987 + components: + - type: Transform + anchored: True + pos: 38.5,121.5 + parent: 1 + - uid: 11988 + components: + - type: Transform + anchored: True + pos: -74.5,9.5 + parent: 1 + - uid: 11989 + components: + - type: Transform + anchored: True + pos: 155.5,10.5 + parent: 1 + - uid: 11990 + components: + - type: Transform + anchored: True + pos: -110.5,-117.5 + parent: 1 + - uid: 11991 + components: + - type: Transform + anchored: True + pos: -75.5,-116.5 + parent: 1 + - uid: 11992 + components: + - type: Transform + anchored: True + pos: 145.5,-108.5 + parent: 1 + - uid: 11993 + components: + - type: Transform + anchored: True + pos: -49.5,-96.5 + parent: 1 + - uid: 11994 + components: + - type: Transform + anchored: True + pos: -21.5,-125.5 + parent: 1 + - uid: 11995 + components: + - type: Transform + pos: -57.940266,-100.3052 + parent: 1 + - uid: 11996 + components: + - type: Transform + anchored: True + pos: 205.5,95.5 + parent: 1 + - uid: 11997 + components: + - type: Transform + anchored: True + pos: 221.5,102.5 + parent: 1 + - uid: 11998 + components: + - type: Transform + pos: 211.2883,72.46546 + parent: 1 + - uid: 11999 + components: + - type: Transform + anchored: True + pos: -218.5,-162.5 + parent: 1 + - uid: 12000 + components: + - type: Transform + anchored: True + pos: -180.5,-211.5 + parent: 1 + - uid: 12001 + components: + - type: Transform + anchored: True + pos: -184.5,-7.5 + parent: 1 + - uid: 12002 + components: + - type: Transform + anchored: True + pos: -66.5,-62.5 + parent: 1 + - uid: 12003 + components: + - type: Transform + anchored: True + pos: -58.5,-69.5 + parent: 1 + - uid: 12004 + components: + - type: Transform + anchored: True + pos: -214.5,-219.5 + parent: 1 + - uid: 12005 + components: + - type: Transform + anchored: True + pos: -220.5,-157.5 + parent: 1 + - uid: 12006 + components: + - type: Transform + anchored: True + pos: 90.5,143.5 + parent: 1 + - uid: 12007 + components: + - type: Transform + anchored: True + pos: -221.5,-183.5 + parent: 1 + - uid: 12008 + components: + - type: Transform + anchored: True + pos: -82.5,220.5 + parent: 1 + - uid: 12009 + components: + - type: Transform + anchored: True + pos: -63.5,160.5 + parent: 1 + - uid: 12010 + components: + - type: Transform + anchored: True + pos: -120.5,165.5 + parent: 1 + - uid: 12011 + components: + - type: Transform + anchored: True + pos: 215.5,109.5 + parent: 1 + - uid: 12012 + components: + - type: Transform + anchored: True + pos: 221.5,114.5 + parent: 1 + - uid: 12013 + components: + - type: Transform + anchored: True + pos: 204.5,107.5 + parent: 1 + - uid: 12014 + components: + - type: Transform + anchored: True + pos: 27.5,-117.5 + parent: 1 + - uid: 12015 + components: + - type: Transform + anchored: True + pos: 57.5,-128.5 + parent: 1 + - uid: 12016 + components: + - type: Transform + anchored: True + pos: -168.5,93.5 + parent: 1 + - uid: 12017 + components: + - type: Transform + anchored: True + pos: -189.5,87.5 + parent: 1 + - uid: 12018 + components: + - type: Transform + anchored: True + pos: -141.5,87.5 + parent: 1 + - uid: 12019 + components: + - type: Transform + anchored: True + pos: -87.5,16.5 + parent: 1 + - uid: 12020 + components: + - type: Transform + anchored: True + pos: 60.5,77.5 + parent: 1 + - uid: 12021 + components: + - type: Transform + anchored: True + pos: 171.5,-20.5 + parent: 1 + - uid: 12022 + components: + - type: Transform + anchored: True + pos: 176.5,-10.5 + parent: 1 + - uid: 12023 + components: + - type: Transform + anchored: True + pos: 186.5,-9.5 + parent: 1 + - uid: 12024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.679344,-123.801865 + parent: 1 + - uid: 12025 + components: + - type: Transform + anchored: True + pos: -135.5,-97.5 + parent: 1 + - uid: 12026 + components: + - type: Transform + anchored: True + pos: -131.5,-107.5 + parent: 1 + - uid: 12027 + components: + - type: Transform + anchored: True + pos: -222.5,49.5 + parent: 1 + - uid: 12028 + components: + - type: Transform + anchored: True + pos: -15.5,-202.5 + parent: 1 +- proto: N14FloraLog1 + entities: + - uid: 12029 + components: + - type: Transform + anchored: True + pos: -9.5,214.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 12030 + components: + - type: Transform + anchored: True + pos: 179.5,-431.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 12031 + components: + - type: Transform + anchored: True + pos: -139.5,227.5 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static +- proto: N14FloraLog3 + entities: + - uid: 12032 + components: + - type: Transform + pos: 206.85165,-35.8855 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} +- proto: N14FloraProduceWildBrocFlower + entities: + - uid: 12033 + components: + - type: Transform + pos: 182.58023,161.64833 + parent: 1 + - uid: 12034 + components: + - type: Transform + pos: 182.6271,161.42958 + parent: 1 +- proto: N14FloraProduceWildBuffaloGourd + entities: + - uid: 12035 + components: + - type: Transform + pos: -35.558224,-107.434845 + parent: 1 + - uid: 12036 + components: + - type: Transform + pos: -35.591225,-107.53466 + parent: 1 + - uid: 12037 + components: + - type: Transform + pos: -39.48652,9.309403 + parent: 1 +- proto: N14FloraProduceWildCarrot + entities: + - uid: 12038 + components: + - type: Transform + pos: 206.52269,-25.91276 + parent: 1 +- proto: N14FloraProduceWildCaveFungus + entities: + - uid: 12039 + components: + - type: Transform + pos: 160.74547,-94.46948 + parent: 1 + - uid: 12040 + components: + - type: Transform + pos: 175.66815,-95.6259 + parent: 1 + - uid: 12041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 193.3895,193.50877 + parent: 1 + - uid: 12042 + components: + - type: Transform + pos: 189.43637,190.65054 + parent: 1 + - uid: 12043 + components: + - type: Transform + pos: -231.52121,-94.291306 + parent: 1 + - uid: 12044 + components: + - type: Transform + pos: -249.41165,-95.291306 + parent: 1 + - uid: 12045 + components: + - type: Transform + pos: -249.5054,-100.33818 + parent: 1 + - uid: 12046 + components: + - type: Transform + pos: -218.47653,-95.49443 + parent: 1 + - uid: 12047 + components: + - type: Transform + pos: -420.36517,126.51313 + parent: 1 + - uid: 12048 + components: + - type: Transform + pos: -406.418,120.633385 + parent: 1 + - uid: 12049 + components: + - type: Transform + pos: -420.52142,131.44669 + parent: 1 + - uid: 12050 + components: + - type: Transform + pos: -427.45892,130.61856 + parent: 1 + - uid: 12051 + components: + - type: Transform + pos: -403.51175,128.49944 + parent: 1 + - uid: 12052 + components: + - type: Transform + pos: -427.49017,128.2475 + parent: 1 + - uid: 12053 + components: + - type: Transform + pos: -402.57745,119.49449 + parent: 1 + - uid: 12054 + components: + - type: Transform + pos: -162.21057,47.472824 + parent: 1 +- proto: N14FloraProduceWildCaveFungusRad + entities: + - uid: 12055 + components: + - type: Transform + pos: 158.50713,-94.46948 + parent: 1 + - uid: 12056 + components: + - type: Transform + pos: 168.63914,-109.47154 + parent: 1 + - uid: 12057 + components: + - type: Transform + pos: 168.56544,-100.5448 + parent: 1 + - uid: 12058 + components: + - type: Transform + pos: 178.3982,-106.80964 + parent: 1 + - uid: 12059 + components: + - type: Transform + pos: 184.47157,-94.59792 + parent: 1 + - uid: 12060 + components: + - type: Transform + pos: -163.43974,46.17027 + parent: 1 +- proto: N14FloraProduceWildMutfruit + entities: + - uid: 12061 + components: + - type: Transform + pos: 64.37935,-98.58742 + parent: 1 + - uid: 12062 + components: + - type: Transform + pos: 64.64576,-98.47968 + parent: 1 +- proto: N14FloraProduceWildStarlightBerries + entities: + - uid: 12063 + components: + - type: Transform + pos: -77.556786,-111.3858 + parent: 1 +- proto: N14FloraProduceWildXander + entities: + - uid: 12064 + components: + - type: Transform + pos: 182.5646,161.03896 + parent: 1 + - uid: 12065 + components: + - type: Transform + pos: 182.5646,160.80458 + parent: 1 + - uid: 12066 + components: + - type: Transform + pos: 223.59534,-38.6146 + parent: 1 +- proto: N14FloraWildBananaYuccaClippingSeed + entities: + - uid: 12067 + components: + - type: Transform + pos: -194.49902,-120.0568 + parent: 1 +- proto: N14FloraWildBrocFlowerClippingSeed + entities: + - uid: 10057 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10058 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10059 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10060 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10061 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10062 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 12068 + components: + - type: Transform + pos: -194.7334,-120.4943 + parent: 1 +- proto: N14FloraWildCabbageClippingSeed + entities: + - uid: 12069 + components: + - type: Transform + pos: 217.45963,-37.40692 + parent: 1 +- proto: N14FloraWildCarrotClippingSeed + entities: + - uid: 12070 + components: + - type: Transform + pos: 206.58519,-26.334635 + parent: 1 + - uid: 12071 + components: + - type: Transform + pos: 206.52269,-26.522135 + parent: 1 + - uid: 12072 + components: + - type: Transform + pos: 206.42894,-26.303385 + parent: 1 + - uid: 12073 + components: + - type: Transform + pos: -194.7959,-120.21305 + parent: 1 +- proto: N14FloraWildCoyoteTobaccoClippingSeed + entities: + - uid: 12074 + components: + - type: Transform + pos: -195.07715,-120.46305 + parent: 1 +- proto: N14FloraWildMutfruitClippingSeed + entities: + - uid: 12075 + components: + - type: Transform + pos: -195.09277,-120.15055 + parent: 1 + - uid: 12076 + components: + - type: Transform + pos: 217.35304,-37.203545 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14FloraWildOnionClippingSeed + entities: + - uid: 12077 + components: + - type: Transform + pos: 217.72525,-37.37567 + parent: 1 +- proto: N14FloraWildTarberryClippingSeed + entities: + - uid: 12078 + components: + - type: Transform + pos: 217.27213,-37.203796 + parent: 1 +- proto: N14FloraWildTatoClippingSeed + entities: + - uid: 12079 + components: + - type: Transform + pos: 217.52492,-37.18792 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14FloraWildXanderRootClippingSeed + entities: + - uid: 10063 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10064 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10065 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10066 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10067 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10068 + components: + - type: Transform + parent: 10056 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 12080 + components: + - type: Transform + pos: 217.7565,-37.141296 + parent: 1 +- proto: N14FoodBlamcomaccheeseLarge + entities: + - uid: 12081 + components: + - type: Transform + pos: -60.43652,30.802483 + parent: 1 + - uid: 12082 + components: + - type: Transform + pos: 92.88572,105.8897 + parent: 1 +- proto: N14FoodBlamcomaccheeseLargeTrash + entities: + - uid: 6112 + components: + - type: Transform + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 12083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.306984,10.846147 + parent: 1 +- proto: N14FoodBlamcomaccheeseTrash + entities: + - uid: 12084 + components: + - type: Transform + pos: 42.579258,0.5559454 + parent: 1 + - uid: 12085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.483685,-102.46067 + parent: 1 +- proto: N14FoodBubblegum + entities: + - uid: 12086 + components: + - type: Transform + pos: -34.42855,12.641363 + parent: 1 + - uid: 12087 + components: + - type: Transform + pos: 208.42894,-25.303385 + parent: 1 +- proto: N14FoodCram + entities: + - uid: 12088 + components: + - type: Transform + pos: -10.533103,-11.255737 + parent: 1 + - uid: 12089 + components: + - type: Transform + pos: -154.51918,-19.136377 + parent: 1 + - uid: 12090 + components: + - type: Transform + pos: 29.368876,149.27296 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 12092 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodCramTrash + entities: + - uid: 12099 + components: + - type: Transform + pos: 161.36893,-94.20829 + parent: 1 + - uid: 12100 + components: + - type: Transform + pos: 131.88571,-14.962629 + parent: 1 + - uid: 12101 + components: + - type: Transform + pos: 92.02191,7.9798336 + parent: 1 +- proto: N14FoodCrisps + entities: + - uid: 12102 + components: + - type: Transform + pos: 92.52006,105.14917 + parent: 1 +- proto: N14FoodCrispsTrash + entities: + - uid: 12103 + components: + - type: Transform + pos: 30.286436,0.7443464 + parent: 1 + - uid: 12104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -226.65125,-92.16833 + parent: 1 + - uid: 12105 + components: + - type: Transform + pos: 31.276194,149.32481 + parent: 1 +- proto: N14FoodDandyboyapplesTrash + entities: + - uid: 6113 + components: + - type: Transform + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodDinki-Di + entities: + - uid: 9895 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9896 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9897 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9898 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9899 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9900 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9901 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9902 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9903 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9904 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9905 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9906 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9907 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9908 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9909 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9910 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9911 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9912 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9913 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9914 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9915 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9916 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9917 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9918 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9919 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9920 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9921 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9922 + components: + - type: Transform + parent: 9894 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodDogfood + entities: + - uid: 9972 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9973 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9974 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9975 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9976 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9977 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9978 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 12106 + components: + - type: Transform + pos: 28.883673,149.33748 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 12107 + components: + - type: Transform + pos: 81.70881,105.660866 + parent: 1 + - uid: 12108 + components: + - type: Transform + pos: -55.668232,-110.01025 + parent: 1 + - uid: 12109 + components: + - type: Transform + pos: -184.35425,-172.54726 + parent: 1 + - uid: 12110 + components: + - type: Transform + pos: -84.33412,-165.1515 + parent: 1 + - uid: 12111 + components: + - type: Transform + pos: -90.58969,-174.14803 + parent: 1 + - uid: 12112 + components: + - type: Transform + pos: -90.66308,-173.85449 + parent: 1 + - uid: 12113 + components: + - type: Transform + pos: -82.27961,-173.94623 + parent: 1 + - uid: 12114 + components: + - type: Transform + pos: -90.369545,-173.96457 + parent: 1 + - uid: 12115 + components: + - type: Transform + pos: 33.42414,149.321 + parent: 1 + - uid: 12116 + components: + - type: Transform + pos: -99.1568,-168.35966 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 12117 + components: + - type: Transform + pos: -82.59149,-174.14803 + parent: 1 + - uid: 12118 + components: + - type: Transform + pos: -117.44242,-166.18495 + parent: 1 + - uid: 12119 + components: + - type: Transform + pos: -117.083046,-166.30995 + parent: 1 + - uid: 12120 + components: + - type: Transform + pos: -116.69242,-166.16933 + parent: 1 +- proto: N14FoodDogFoodTrash + entities: + - uid: 9979 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9980 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9981 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9982 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9983 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9984 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9985 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9986 + components: + - type: Transform + parent: 9971 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 12121 + components: + - type: Transform + pos: -90.33285,-173.21239 + parent: 1 + - uid: 12122 + components: + - type: Transform + pos: -84.66225,-164.339 + parent: 1 + - uid: 12123 + components: + - type: Transform + pos: -92.76825,-164.63254 + parent: 1 + - uid: 12124 + components: + - type: Transform + pos: -84.36537,-164.214 + parent: 1 + - uid: 12125 + components: + - type: Transform + pos: -90.69977,-173.12067 + parent: 1 + - uid: 12126 + components: + - type: Transform + pos: -84.67787,-164.089 + parent: 1 + - uid: 12127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.54577,-174.73509 + parent: 1 + - uid: 12128 + components: + - type: Transform + pos: -88.32772,-164.29388 + parent: 1 + - uid: 12129 + components: + - type: Transform + pos: -82.62818,-173.12067 + parent: 1 + - uid: 12130 + components: + - type: Transform + pos: -90.53465,-173.3775 + parent: 1 + - uid: 12131 + components: + - type: Transform + pos: -92.346375,-164.37473 + parent: 1 + - uid: 12132 + components: + - type: Transform + pos: -88.64022,-164.15846 + parent: 1 + - uid: 12133 + components: + - type: Transform + pos: -92.6745,-164.11691 + parent: 1 +- proto: N14FoodFancyladssnackcakes + entities: + - uid: 12134 + components: + - type: Transform + pos: -5.0010505,3.785342 + parent: 1 +- proto: N14FoodFancyladssnackcakesTrash + entities: + - uid: 12135 + components: + - type: Transform + pos: -54.577435,-100.55442 + parent: 1 +- proto: N14FoodInstamash + entities: + - uid: 12136 + components: + - type: Transform + pos: -10.570018,-22.264023 + parent: 1 + - uid: 12137 + components: + - type: Transform + pos: -154.42744,-18.292465 + parent: 1 + - uid: 12138 + components: + - type: Transform + pos: 28.656782,149.92395 + parent: 1 +- proto: N14FoodInstamashTrash + entities: + - uid: 6114 + components: + - type: Transform + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6115 + components: + - type: Transform + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6679 + components: + - type: Transform + parent: 6676 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 12139 + components: + - type: Transform + pos: 29.46435,5.6827116 + parent: 1 + - uid: 12140 + components: + - type: Transform + pos: 174.46504,31.878607 + parent: 1 + - uid: 12141 + components: + - type: Transform + pos: -4.3224297,-24.65543 + parent: 1 +- proto: N14FoodMeatBighorner + entities: + - uid: 7718 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatBrahmin + entities: + - uid: 7719 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7720 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7721 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatBrahminCooked + entities: + - uid: 6614 + components: + - type: Transform + parent: 6611 + - type: Construction + defaultTarget: null + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatGecko + entities: + - uid: 7695 + components: + - type: Transform + parent: 7693 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7722 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7723 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatRadchickenCooked + entities: + - uid: 12142 + components: + - type: Transform + pos: 33.508472,5.717264 + parent: 1 + - type: CollisionWake + enabled: False +- proto: N14FoodMeatRadchickenCutletCooked + entities: + - uid: 12143 + components: + - type: Transform + pos: -73.45378,6.767414 + parent: 1 + - type: CollisionWake + enabled: False +- proto: N14FoodMeatRadRaw + entities: + - uid: 7696 + components: + - type: Transform + parent: 7693 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7697 + components: + - type: Transform + parent: 7693 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatRadroachFillet + entities: + - uid: 7724 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7725 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7726 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7727 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7728 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 12144 + components: + - type: Transform + pos: 137.69324,-9.822262 + parent: 1 +- proto: N14FoodMeatRadroachFilletCooked + entities: + - uid: 12145 + components: + - type: Transform + pos: -63.39467,31.741188 + parent: 1 + - type: Construction + defaultTarget: null + - type: CollisionWake + enabled: False +- proto: N14FoodMeatRadstag + entities: + - uid: 7729 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7730 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatRadstagCooked + entities: + - uid: 12146 + components: + - type: Transform + pos: 134.50104,-8.169032 + parent: 1 + - type: Construction + defaultTarget: null +- proto: N14FoodMeatSquirrel + entities: + - uid: 7731 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7732 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMeatYaoguai + entities: + - uid: 7733 + components: + - type: Transform + parent: 7716 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FoodMouldy + entities: + - uid: 12147 + components: + - type: Transform + pos: -6.042717,3.7644947 + parent: 1 + - uid: 12148 + components: + - type: Transform + pos: 23.394875,4.695752 + parent: 1 + - uid: 12149 + components: + - type: Transform + pos: 30.68335,149.85074 + parent: 1 +- proto: N14FoodPorkBeans + entities: + - uid: 12093 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 12150 + components: + - type: Transform + pos: -54.63949,3.782876 + parent: 1 + - uid: 12151 + components: + - type: Transform + pos: 92.557594,105.62408 + parent: 1 + - uid: 12152 + components: + - type: Transform + pos: 28.504128,149.36134 + parent: 1 +- proto: N14FoodSalisburysteak + entities: + - uid: 12153 + components: + - type: Transform + pos: -53.31657,3.6577895 + parent: 1 +- proto: N14FoodSugarbombsTrash + entities: + - uid: 12154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 131.15134,-15.118879 + parent: 1 + - uid: 12155 + components: + - type: Transform + pos: -154.71336,-124.05922 + parent: 1 +- proto: N14FoodTinC1 + entities: + - uid: 12094 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodTinC2 + entities: + - uid: 12095 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodTinC3 + entities: + - uid: 12096 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodTinC3Trash + entities: + - uid: 12156 + components: + - type: Transform + pos: -194.94234,25.288025 + parent: 1 +- proto: N14FoodTinCanTrash + entities: + - uid: 6116 + components: + - type: Transform + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 12157 + components: + - type: Transform + pos: 161.59233,-93.586655 + parent: 1 + - uid: 12158 + components: + - type: Transform + pos: 160.40933,-94.61454 + parent: 1 + - uid: 12159 + components: + - type: Transform + pos: 159.62883,-93.462715 + parent: 1 + - uid: 12160 + components: + - type: Transform + pos: 160.77983,-92.60228 + parent: 1 + - uid: 12161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.72782,-165.62729 + parent: 1 + - uid: 12162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.69912,-175.25275 + parent: 1 + - uid: 12163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.45514,-174.51837 + parent: 1 + - uid: 12164 + components: + - type: Transform + pos: -85.248856,-174.29301 + parent: 1 + - uid: 12165 + components: + - type: Transform + pos: -77.80735,-175.65182 + parent: 1 + - uid: 12166 + components: + - type: Transform + pos: -85.717606,-174.30864 + parent: 1 + - uid: 12167 + components: + - type: Transform + pos: -76.510475,-175.58932 + parent: 1 + - uid: 12168 + components: + - type: Transform + pos: -74.4636,-170.60495 + parent: 1 + - uid: 12169 + components: + - type: Transform + pos: -78.666725,-172.49557 + parent: 1 + - uid: 12170 + components: + - type: Transform + pos: -78.89512,-174.81525 + parent: 1 + - uid: 12171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.11304,-165.43979 + parent: 1 + - uid: 12172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.47113,-163.48666 + parent: 1 + - uid: 12173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.205505,-165.89291 + parent: 1 + - uid: 12174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.22113,-163.33041 + parent: 1 + - uid: 12175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.299255,-163.43979 + parent: 1 + - uid: 12176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.373604,-163.17618 + parent: 1 + - uid: 12177 + components: + - type: Transform + pos: 89.7365,4.6538577 + parent: 1 +- proto: N14FoodTinK + entities: + - uid: 12097 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodTinKCracker + entities: + - uid: 12098 + components: + - type: Transform + parent: 12091 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodTinKCrackerOpen + entities: + - uid: 12178 + components: + - type: Transform + pos: 270.50104,132.47498 + parent: 1 +- proto: N14FoodTinKCrackerTrash + entities: + - uid: 12179 + components: + - type: Transform + pos: 268.27356,132.83498 + parent: 1 +- proto: N14FoodTinKOpen + entities: + - uid: 12180 + components: + - type: Transform + pos: 268.63354,131.52997 + parent: 1 +- proto: N14FoodTinKTrash + entities: + - uid: 12181 + components: + - type: Transform + pos: 270.34354,133.64497 + parent: 1 +- proto: N14FoodYumyumdeviledeggsTrash + entities: + - uid: 12182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.66065,7.765368 + parent: 1 +- proto: N14FuelTankHandy + entities: + - uid: 12183 + components: + - type: Transform + pos: 217.65334,-29.143503 + parent: 1 + - uid: 12184 + components: + - type: Transform + pos: 54.543793,46.694645 + parent: 1 + - uid: 12185 + components: + - type: Transform + pos: 25.55805,143.57825 + parent: 1 + - uid: 12186 + components: + - type: Transform + pos: -194.25278,25.476542 + parent: 1 +- proto: N14FurnitureCasinoRoulettetable + entities: + - uid: 12187 + components: + - type: Transform + pos: -61.5,-25.5 + parent: 1 + - uid: 12188 + components: + - type: Transform + pos: 2.5,150.5 + parent: 1 + - uid: 12189 + components: + - type: Transform + pos: 103.5,-111.5 + parent: 1 +- proto: N14FurnitureWashingmachine + entities: + - uid: 12190 + components: + - type: Transform + pos: 90.5,97.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 12191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-106.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 12192 + components: + - type: Transform + pos: -43.5,-131.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: N14GasPipeBend + entities: + - uid: 12193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -241.5,-94.5 + parent: 1 + - uid: 12194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -243.5,-94.5 + parent: 1 +- proto: N14GasPipeStraight + entities: + - uid: 12195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 165.5,-93.5 + parent: 1 + - uid: 12196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 166.5,-93.5 + parent: 1 + - uid: 12197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 164.5,-93.5 + parent: 1 + - uid: 12198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 162.5,-93.5 + parent: 1 + - uid: 12199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 160.5,-93.5 + parent: 1 + - uid: 12200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 158.5,-93.5 + parent: 1 + - uid: 12201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 157.5,-93.5 + parent: 1 + - uid: 12202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 161.5,123.5 + parent: 1 + - uid: 12203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -242.5,-98.5 + parent: 1 + - uid: 12204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -242.5,-99.5 + parent: 1 + - uid: 12205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -242.5,-100.5 + parent: 1 + - uid: 12206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -242.5,-101.5 + parent: 1 + - uid: 12207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -242.5,-93.5 + parent: 1 + - uid: 12208 + components: + - type: Transform + pos: -102.5,-29.5 + parent: 1 + - uid: 12209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,-30.5 + parent: 1 +- proto: N14GasPipeTJunction + entities: + - uid: 12210 + components: + - type: Transform + pos: -242.5,-94.5 + parent: 1 + - uid: 12211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -241.5,-93.5 + parent: 1 +- proto: N14GeneratorFusionMini + entities: + - uid: 12212 + components: + - type: Transform + pos: -189.5,59.5 + parent: 1 + - uid: 12213 + components: + - type: Transform + pos: -186.5,59.5 + parent: 1 + - uid: 12214 + components: + - type: Transform + pos: -40.5,57.5 + parent: 1 + - uid: 12215 + components: + - type: Transform + pos: -125.5,61.5 + parent: 1 +- proto: N14GeneratorPrewar + entities: + - uid: 12216 + components: + - type: Transform + pos: -168.5,-96.5 + parent: 1 + - uid: 12217 + components: + - type: Transform + pos: 113.5,-41.5 + parent: 1 + - uid: 12218 + components: + - type: Transform + pos: 177.5,-77.5 + parent: 1 + - uid: 12219 + components: + - type: Transform + pos: 39.5,-56.5 + parent: 1 + - uid: 12220 + components: + - type: Transform + pos: 132.5,26.5 + parent: 1 + - uid: 12221 + components: + - type: Transform + pos: -396.5,117.5 + parent: 1 + - uid: 12222 + components: + - type: Transform + pos: 130.5,26.5 + parent: 1 + - uid: 12223 + components: + - type: Transform + pos: 62.5,174.5 + parent: 1 + - uid: 12224 + components: + - type: Transform + pos: 104.5,-130.5 + parent: 1 +- proto: N14GeneratorReactorFloor + entities: + - uid: 12225 + components: + - type: Transform + pos: 183.5,-176.5 + parent: 1 + - uid: 12226 + components: + - type: Transform + pos: 183.5,-166.5 + parent: 1 +- proto: N14GeneratorReactorFloorDestroyed + entities: + - uid: 12227 + components: + - type: Transform + pos: 183.5,-156.5 + parent: 1 +- proto: N14GrandfatherClock + entities: + - uid: 12228 + components: + - type: Transform + pos: 111.5,8.5 + parent: 1 +- proto: N14HandheldHealthAnalyzer + entities: + - uid: 12229 + components: + - type: Transform + pos: -159.24524,-107.655396 + parent: 1 + - uid: 12230 + components: + - type: Transform + pos: -159.59381,-107.50863 + parent: 1 + - uid: 12231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -162.4317,-96.18411 + parent: 1 +- proto: N14HydroponicsPlanter + entities: + - uid: 12232 + components: + - type: Transform + pos: 91.5,-6.5 + parent: 1 + - uid: 12233 + components: + - type: Transform + pos: 89.5,-6.5 + parent: 1 + - uid: 12234 + components: + - type: Transform + pos: 90.5,-6.5 + parent: 1 + - uid: 12235 + components: + - type: Transform + pos: 86.5,-6.5 + parent: 1 + - uid: 12236 + components: + - type: Transform + pos: 87.5,-6.5 + parent: 1 + - uid: 12237 + components: + - type: Transform + pos: 85.5,-6.5 + parent: 1 + - uid: 12238 + components: + - type: Transform + pos: 84.5,-6.5 + parent: 1 + - uid: 12239 + components: + - type: Transform + pos: 214.5,-35.5 + parent: 1 + - uid: 12240 + components: + - type: Transform + pos: 213.5,-35.5 + parent: 1 + - uid: 12241 + components: + - type: Transform + pos: 215.5,-35.5 + parent: 1 + - uid: 12242 + components: + - type: Transform + pos: 215.5,-38.5 + parent: 1 + - uid: 12243 + components: + - type: Transform + pos: 213.5,-38.5 + parent: 1 + - uid: 12244 + components: + - type: Transform + pos: 31.5,-43.5 + parent: 1 + - uid: 12245 + components: + - type: Transform + pos: 30.5,-43.5 + parent: 1 + - uid: 12246 + components: + - type: Transform + pos: 28.5,-43.5 + parent: 1 + - uid: 12247 + components: + - type: Transform + pos: 28.5,-45.5 + parent: 1 + - uid: 12248 + components: + - type: Transform + pos: 29.5,-45.5 + parent: 1 + - uid: 12249 + components: + - type: Transform + pos: -192.5,-184.5 + parent: 1 + - uid: 12250 + components: + - type: Transform + pos: -194.5,-184.5 + parent: 1 + - uid: 12251 + components: + - type: Transform + pos: 88.5,-6.5 + parent: 1 + - uid: 12252 + components: + - type: Transform + pos: 214.5,-38.5 + parent: 1 +- proto: N14HydroponicsPlanterEmpty + entities: + - uid: 12253 + components: + - type: Transform + pos: 29.5,-43.5 + parent: 1 +- proto: N14HydroponicsToolClippers + entities: + - uid: 12254 + components: + - type: Transform + pos: 91.465706,-5.506127 + parent: 1 + - uid: 12255 + components: + - type: Transform + pos: 183.6183,192.32526 + parent: 1 + - uid: 12256 + components: + - type: Transform + pos: 217.45963,-36.81317 + parent: 1 + - uid: 12257 + components: + - type: Transform + pos: -194.15527,-120.603676 + parent: 1 +- proto: N14HydroponicsToolHoe + entities: + - uid: 12258 + components: + - type: Transform + pos: 91.621956,-5.443627 + parent: 1 +- proto: N14HydroponicsToolScythe + entities: + - uid: 12259 + components: + - type: Transform + pos: -33.489002,-100.395004 + parent: 1 + - uid: 12260 + components: + - type: Transform + pos: 183.42067,192.58588 + parent: 1 +- proto: N14HydroponicsToolShovel + entities: + - uid: 12261 + components: + - type: Transform + pos: -33.489002,-100.47313 + parent: 1 + - uid: 12262 + components: + - type: Transform + pos: 183.65504,192.57025 + parent: 1 + - uid: 12263 + components: + - type: Transform + pos: 91.496956,-5.271752 + parent: 1 +- proto: N14IDBadgeTownDeputy + entities: + - uid: 5971 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5972 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5973 + components: + - type: Transform + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14IDNCRDogtag + entities: + - uid: 9548 + components: + - type: Transform + parent: 9546 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9549 + components: + - type: Transform + parent: 9546 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 12264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.457874,-132.63861 + parent: 1 +- proto: N14IDPassportPhoto + entities: + - uid: 9651 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9652 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9653 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9654 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9655 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9656 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14IDPassportTownsfolk + entities: + - uid: 9657 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9658 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9659 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9660 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9661 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9662 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14IDPassportVIP + entities: + - uid: 9663 + components: + - type: Transform + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14Jet + entities: + - uid: 8907 + components: + - type: Transform + parent: 8904 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 12265 + components: + - type: Transform + pos: 90.531,12.760187 + parent: 1 + - uid: 12266 + components: + - type: Transform + pos: 90.79662,12.916437 + parent: 1 + - uid: 12267 + components: + - type: Transform + pos: 104.53742,-105.52161 + parent: 1 +- proto: N14JetInhaler + entities: + - uid: 12268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.4685,12.353937 + parent: 1 + - uid: 12269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.51644,-101.4943 + parent: 1 +- proto: N14Junk8Ball + entities: + - uid: 12270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.58705,-103.359184 + parent: 1 + - uid: 12271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.08705,-103.34356 + parent: 1 + - uid: 12272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.29018,-103.484184 + parent: 1 + - uid: 12273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -170.54764,-73.14296 + parent: 1 + - uid: 12274 + components: + - type: Transform + pos: -182.91371,39.611305 + parent: 1 +- proto: N14JunkAbraxoCleaner + entities: + - uid: 12275 + components: + - type: Transform + pos: -192.31201,41.952976 + parent: 1 + - uid: 12276 + components: + - type: Transform + pos: -192.06201,41.85916 + parent: 1 + - uid: 12277 + components: + - type: Transform + pos: -195.8485,21.712208 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14JunkArcade + entities: + - uid: 12278 + components: + - type: Transform + pos: -249.5,-102.5 + parent: 1 + - uid: 12279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -191.5,53.5 + parent: 1 +- proto: N14JunkBaseball + entities: + - uid: 12280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -164.18839,-66.41677 + parent: 1 + - uid: 12281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -163.02309,-57.152206 + parent: 1 + - uid: 12282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -162.63297,-24.718822 + parent: 1 + - uid: 12283 + components: + - type: Transform + pos: 105.312065,-119.73964 + parent: 1 +- proto: N14JunkBed1 + entities: + - uid: 12284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,166.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-117.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 167.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -184.5,-17.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12288 + components: + - type: Transform + pos: 93.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 94.5,12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12290 + components: + - type: Transform + pos: 26.5,-74.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkBed2 + entities: + - uid: 12291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,168.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,166.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12293 + components: + - type: Transform + pos: -76.5,-125.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-129.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12295 + components: + - type: Transform + pos: 167.5,17.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 167.5,21.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 167.5,23.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12298 + components: + - type: Transform + pos: 187.5,48.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,12.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -247.5,-109.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12302 + components: + - type: Transform + pos: 26.5,-75.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12303 + components: + - type: Transform + pos: 26.5,-76.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkBench + entities: + - uid: 12305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,14.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12306 + components: + - type: Transform + pos: 134.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 115.5,32.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-127.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,-109.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -171.5,-75.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12311 + components: + - type: Transform + pos: 167.5,16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 163.5,23.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12313 + components: + - type: Transform + pos: 179.5,29.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 182.5,37.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 193.5,30.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 193.5,27.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 181.5,38.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12318 + components: + - type: Transform + pos: 181.5,55.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12319 + components: + - type: Transform + pos: -246.5,-104.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12320 + components: + - type: Transform + pos: -78.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12321 + components: + - type: Transform + pos: -108.5,-35.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkCabinet + entities: + - uid: 12322 + components: + - type: Transform + pos: -25.5,8.5 + parent: 1 + - uid: 12323 + components: + - type: Transform + pos: -81.5,-124.5 + parent: 1 + - uid: 12324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-105.5 + parent: 1 + - uid: 12325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -169.5,-76.5 + parent: 1 + - uid: 12326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 162.5,13.5 + parent: 1 + - uid: 12327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 167.5,28.5 + parent: 1 + - uid: 12328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 162.5,12.5 + parent: 1 + - uid: 12329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 190.5,42.5 + parent: 1 + - uid: 12330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 188.5,31.5 + parent: 1 + - uid: 12331 + components: + - type: Transform + pos: 185.5,48.5 + parent: 1 + - uid: 12332 + components: + - type: Transform + pos: 52.5,171.5 + parent: 1 + - uid: 12333 + components: + - type: Transform + pos: 22.5,-74.5 + parent: 1 +- proto: N14JunkClock + entities: + - uid: 12334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-129.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -163.5,-71.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 191.5,32.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,102.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,6.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkCoffeepot + entities: + - uid: 12339 + components: + - type: Transform + pos: 16.428843,-29.01266 + parent: 1 +- proto: N14JunkComponentCapacitor1 + entities: + - uid: 12340 + components: + - type: Transform + pos: -34.221283,-113.68602 + parent: 1 +- proto: N14JunkComponentCapacitor2 + entities: + - uid: 12341 + components: + - type: Transform + pos: -34.643158,-113.74852 + parent: 1 +- proto: N14JunkComponentDiode1 + entities: + - uid: 12342 + components: + - type: Transform + pos: -9.597349,-22.340578 + parent: 1 +- proto: N14JunkComponentSwitch + entities: + - uid: 12343 + components: + - type: Transform + pos: -75.53081,-173.90088 + parent: 1 +- proto: N14JunkCookpot + entities: + - uid: 12344 + components: + - type: Transform + pos: -82.523674,-104.23793 + parent: 1 + - uid: 12345 + components: + - type: Transform + pos: 206.55394,-25.303385 + parent: 1 + - uid: 12346 + components: + - type: Transform + pos: 164.57286,28.910229 + parent: 1 +- proto: N14JunkCrutch + entities: + - uid: 12347 + components: + - type: Transform + pos: -148.12933,63.133198 + parent: 1 + - uid: 12348 + components: + - type: Transform + rot: -12.566370614359172 rad + pos: 58.377457,152.61317 + parent: 1 + - uid: 12349 + components: + - type: Transform + rot: -12.566370614359172 rad + pos: 58.58116,152.67336 + parent: 1 + - uid: 12350 + components: + - type: Transform + pos: -148.12933,63.133198 + parent: 1 +- proto: N14JunkCurtain + entities: + - uid: 12351 + components: + - type: Transform + pos: 151.5,153.5 + parent: 1 + - uid: 12352 + components: + - type: Transform + pos: 150.5,153.5 + parent: 1 + - type: Door + secondsUntilStateChange: -416515 + state: Opening + - uid: 12353 + components: + - type: Transform + pos: 148.5,153.5 + parent: 1 + - uid: 12354 + components: + - type: Transform + pos: 147.5,153.5 + parent: 1 + - uid: 12355 + components: + - type: Transform + pos: 153.5,153.5 + parent: 1 + - uid: 12356 + components: + - type: Transform + pos: 212.5,-27.5 + parent: 1 + - uid: 12357 + components: + - type: Transform + pos: 169.5,-72.5 + parent: 1 + - uid: 12358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 168.5,-72.5 + parent: 1 + - uid: 12359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 165.5,-70.5 + parent: 1 + - uid: 12360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 165.5,-71.5 + parent: 1 + - uid: 12361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 167.5,-72.5 + parent: 1 + - uid: 12362 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 1 + - uid: 12363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-123.5 + parent: 1 + - uid: 12364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-110.5 + parent: 1 + - uid: 12365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-110.5 + parent: 1 + - uid: 12366 + components: + - type: Transform + pos: -71.5,-129.5 + parent: 1 + - uid: 12367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 157.5,106.5 + parent: 1 + - uid: 12368 + components: + - type: Transform + pos: 169.5,152.5 + parent: 1 + - uid: 12369 + components: + - type: Transform + pos: 169.5,150.5 + parent: 1 + - uid: 12370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 191.5,174.5 + parent: 1 + - uid: 12371 + components: + - type: Transform + pos: 175.5,160.5 + parent: 1 + - type: Door + secondsUntilStateChange: -239137.81 + state: Opening + - uid: 12372 + components: + - type: Transform + pos: 176.5,163.5 + parent: 1 + - uid: 12373 + components: + - type: Transform + pos: 176.5,164.5 + parent: 1 + - uid: 12374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 174.5,160.5 + parent: 1 + - type: Door + secondsUntilStateChange: -226631.2 + state: Opening + - uid: 12375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 176.5,159.5 + parent: 1 + - uid: 12376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 176.5,157.5 + parent: 1 +- proto: N14JunkCurtainOpen + entities: + - uid: 12377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 178.5,156.5 + parent: 1 + - uid: 12378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 178.5,165.5 + parent: 1 + - uid: 12379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 179.5,165.5 + parent: 1 + - uid: 12380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 163.5,22.5 + parent: 1 + - uid: 12381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 163.5,21.5 + parent: 1 + - uid: 12382 + components: + - type: Transform + pos: 33.5,139.5 + parent: 1 + - uid: 12383 + components: + - type: Transform + pos: 35.5,139.5 + parent: 1 + - uid: 12384 + components: + - type: Transform + pos: 108.5,-5.5 + parent: 1 + - uid: 12385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 166.5,172.5 + parent: 1 + - uid: 12386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 165.5,172.5 + parent: 1 + - uid: 12387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 164.5,172.5 + parent: 1 + - uid: 12388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 191.5,172.5 + parent: 1 + - uid: 12389 + components: + - type: Transform + pos: 164.5,182.5 + parent: 1 + - uid: 12390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,14.5 + parent: 1 + - uid: 12391 + components: + - type: Transform + pos: 165.5,182.5 + parent: 1 + - uid: 12392 + components: + - type: Transform + pos: 166.5,182.5 + parent: 1 + - uid: 12393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 179.5,156.5 + parent: 1 + - uid: 12394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 176.5,158.5 + parent: 1 + - uid: 12395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 180.5,156.5 + parent: 1 + - uid: 12396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,16.5 + parent: 1 + - uid: 12397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 135.5,14.5 + parent: 1 + - uid: 12398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 180.5,165.5 + parent: 1 + - type: Door + secondsUntilStateChange: -239122.9 + state: Closing + - uid: 12399 + components: + - type: Transform + pos: 116.5,8.5 + parent: 1 + - uid: 12400 + components: + - type: Transform + pos: -164.5,-103.5 + parent: 1 + - uid: 12401 + components: + - type: Transform + pos: -161.5,-103.5 + parent: 1 + - uid: 12402 + components: + - type: Transform + pos: -161.5,-101.5 + parent: 1 + - uid: 12403 + components: + - type: Transform + pos: -164.5,-101.5 + parent: 1 + - uid: 12404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 132.5,16.5 + parent: 1 + - uid: 12405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,-108.5 + parent: 1 + - uid: 12406 + components: + - type: Transform + pos: -171.5,37.5 + parent: 1 + - uid: 12407 + components: + - type: Transform + pos: -173.5,37.5 + parent: 1 +- proto: N14JunkDresser + entities: + - uid: 12408 + components: + - type: Transform + pos: -79.5,-123.5 + parent: 1 + - uid: 12409 + components: + - type: Transform + pos: 138.5,2.5 + parent: 1 + - uid: 12410 + components: + - type: Transform + pos: -43.5,-125.5 + parent: 1 + - uid: 12411 + components: + - type: Transform + pos: -79.5,-109.5 + parent: 1 + - uid: 12412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -170.5,-73.5 + parent: 1 + - uid: 12413 + components: + - type: Transform + pos: 184.5,47.5 + parent: 1 + - uid: 12414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 97.5,5.5 + parent: 1 +- proto: N14JunkDuctTape + entities: + - uid: 12415 + components: + - type: Transform + pos: 90.08903,8.265224 + parent: 1 + - uid: 12416 + components: + - type: Transform + pos: -42.32464,-124.112625 + parent: 1 + - uid: 12417 + components: + - type: Transform + pos: -37.39021,-17.203072 + parent: 1 + - uid: 12418 + components: + - type: Transform + pos: 44.658676,52.655266 + parent: 1 + - uid: 12419 + components: + - type: Transform + pos: 138.98256,8.492291 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14JunkGunpartsAdvancedFrame + entities: + - uid: 12420 + components: + - type: Transform + pos: 18.428385,-60.610428 + parent: 1 +- proto: N14JunkGunpartsBarrel + entities: + - uid: 12421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -221.47087,-92.30025 + parent: 1 +- proto: N14JunkGunpartsFrame + entities: + - uid: 12422 + components: + - type: Transform + pos: 18.390884,-60.104176 + parent: 1 +- proto: N14JunkGunpartsRifleFrame + entities: + - uid: 12423 + components: + - type: Transform + pos: 18.447134,-62.091675 + parent: 1 + - uid: 12424 + components: + - type: Transform + pos: 18.465885,-62.241676 + parent: 1 +- proto: N14JunkGunpartsStock + entities: + - uid: 12425 + components: + - type: Transform + pos: 18.465885,-62.504177 + parent: 1 +- proto: N14JunkGunpartsStockWood + entities: + - uid: 12426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.697134,-62.541676 + parent: 1 +- proto: N14JunkGunpartsWeaponParts2 + entities: + - uid: 12427 + components: + - type: Transform + pos: 12.258575,-60.777958 + parent: 1 +- proto: N14JunkGunpartsWeaponParts3 + entities: + - uid: 12428 + components: + - type: Transform + pos: 12.371076,-59.896706 + parent: 1 +- proto: N14JunkIron + entities: + - uid: 12429 + components: + - type: Transform + pos: 144.43259,170.62775 + parent: 1 + - uid: 12430 + components: + - type: Transform + pos: -8.6620035,-14.872628 + parent: 1 + - uid: 12431 + components: + - type: Transform + pos: 12.361471,-34.514282 + parent: 1 +- proto: N14JunkJukebox + entities: + - uid: 12432 + components: + - type: Transform + pos: 156.5,-68.5 + parent: 1 + - uid: 12433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,5.5 + parent: 1 + - uid: 12434 + components: + - type: Transform + pos: 180.5,26.5 + parent: 1 + - uid: 12435 + components: + - type: Transform + pos: -172.5,-100.5 + parent: 1 + - uid: 12436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -192.5,53.5 + parent: 1 + - uid: 12437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 274.5,133.5 + parent: 1 +- proto: N14JunkLunchbox + entities: + - uid: 12438 + components: + - type: Transform + pos: -56.562958,-125.72931 + parent: 1 + - uid: 12439 + components: + - type: Transform + pos: 88.26292,8.231728 + parent: 1 + - uid: 12440 + components: + - type: Transform + pos: -97.90955,-177.79903 + parent: 1 + - uid: 12441 + components: + - type: Transform + pos: -75.45268,-174.2915 + parent: 1 + - uid: 12442 + components: + - type: Transform + pos: -106.694244,-29.915045 + parent: 1 +- proto: N14JunkMachine + entities: + - uid: 12443 + components: + - type: Transform + pos: -85.5,-164.5 + parent: 1 + - uid: 12444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 138.5,4.5 + parent: 1 + - uid: 12445 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 12446 + components: + - type: Transform + pos: -86.5,-100.5 + parent: 1 + - uid: 12447 + components: + - type: Transform + pos: 180.5,21.5 + parent: 1 + - uid: 12448 + components: + - type: Transform + pos: 183.5,21.5 + parent: 1 + - uid: 12449 + components: + - type: Transform + pos: 183.5,17.5 + parent: 1 + - uid: 12450 + components: + - type: Transform + pos: 180.5,17.5 + parent: 1 + - uid: 12451 + components: + - type: Transform + pos: 180.5,19.5 + parent: 1 + - uid: 12452 + components: + - type: Transform + pos: 183.5,19.5 + parent: 1 + - uid: 12453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -186.5,-17.5 + parent: 1 + - uid: 12454 + components: + - type: Transform + pos: -83.5,-173.5 + parent: 1 + - uid: 12455 + components: + - type: Transform + pos: -91.5,-173.5 + parent: 1 + - uid: 12456 + components: + - type: Transform + pos: -89.5,-164.5 + parent: 1 + - uid: 12457 + components: + - type: Transform + pos: -87.5,-173.5 + parent: 1 + - uid: 12458 + components: + - type: Transform + pos: -93.5,-164.5 + parent: 1 +- proto: N14JunkMicrowave + entities: + - uid: 12459 + components: + - type: Transform + pos: 50.5,1.5 + parent: 1 + - uid: 12460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-127.5 + parent: 1 + - uid: 12461 + components: + - type: Transform + pos: 166.5,28.5 + parent: 1 + - uid: 12462 + components: + - type: Transform + pos: 190.5,31.5 + parent: 1 + - uid: 12463 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 1 + - uid: 12464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -185.5,-17.5 + parent: 1 + - uid: 12465 + components: + - type: Transform + pos: -155.5,-16.5 + parent: 1 + - uid: 12466 + components: + - type: Transform + pos: -96.5,-174.5 + parent: 1 + - uid: 12467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,14.5 + parent: 1 + - uid: 12468 + components: + - type: Transform + pos: 170.5,-155.5 + parent: 1 + - uid: 12469 + components: + - type: Transform + pos: 80.5,-101.5 + parent: 1 + - uid: 12470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-129.5 + parent: 1 + - uid: 12471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -192.5,52.5 + parent: 1 +- proto: N14JunkMirror + entities: + - uid: 12472 + components: + - type: Transform + pos: 141.5,19.5 + parent: 1 + - uid: 12473 + components: + - type: Transform + pos: 141.5,18.5 + parent: 1 + - uid: 12474 + components: + - type: Transform + pos: -60.5,34.5 + parent: 1 + - uid: 12475 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 1 + - uid: 12476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,-106.5 + parent: 1 + - uid: 12477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-116.5 + parent: 1 +- proto: N14JunkPile1 + entities: + - uid: 12478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -183.23656,-23.580994 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile10 + entities: + - uid: 12479 + components: + - type: Transform + pos: -42.539165,-125.581535 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12480 + components: + - type: Transform + pos: 183.56493,20.65237 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile11 + entities: + - uid: 12481 + components: + - type: Transform + pos: -87.397,-101.53701 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile12 + entities: + - uid: 12482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.48877,-128.59778 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12483 + components: + - type: Transform + pos: 168.49837,46.52331 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12484 + components: + - type: Transform + pos: 184.17574,87.74766 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling1 + entities: + - uid: 12485 + components: + - type: Transform + pos: 156.42294,-75.30664 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12486 + components: + - type: Transform + pos: 183.51472,95.62062 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -156.52783,-27.453554 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.51345,-132.46887 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling10 + entities: + - uid: 12489 + components: + - type: Transform + anchored: True + pos: 162.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12490 + components: + - type: Transform + anchored: True + pos: -208.5,68.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12491 + components: + - type: Transform + anchored: True + pos: 126.5,-44.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12492 + components: + - type: Transform + anchored: True + pos: -208.5,-169.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12493 + components: + - type: Transform + anchored: True + pos: -140.5,213.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12494 + components: + - type: Transform + anchored: True + pos: -69.5,-223.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12495 + components: + - type: Transform + anchored: True + pos: 31.5,-223.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12496 + components: + - type: Transform + anchored: True + pos: -96.5,-190.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12497 + components: + - type: Transform + anchored: True + pos: 94.5,-165.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12498 + components: + - type: Transform + anchored: True + pos: -123.5,-169.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12499 + components: + - type: Transform + anchored: True + pos: -62.5,237.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12500 + components: + - type: Transform + anchored: True + pos: -117.5,160.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12501 + components: + - type: Transform + anchored: True + pos: 51.5,164.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12502 + components: + - type: Transform + anchored: True + pos: 219.5,-198.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12503 + components: + - type: Transform + anchored: True + pos: 202.5,-72.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12504 + components: + - type: Transform + anchored: True + pos: 214.5,28.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12505 + components: + - type: Transform + anchored: True + pos: -63.5,88.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12506 + components: + - type: Transform + anchored: True + pos: 49.5,139.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12507 + components: + - type: Transform + anchored: True + pos: 260.5,-118.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12508 + components: + - type: Transform + anchored: True + pos: -27.5,-104.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12509 + components: + - type: Transform + anchored: True + pos: 56.5,-143.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12510 + components: + - type: Transform + anchored: True + pos: -158.5,117.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12511 + components: + - type: Transform + anchored: True + pos: -120.5,150.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12512 + components: + - type: Transform + pos: 162.56027,-66.631966 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12513 + components: + - type: Transform + pos: -74.46739,-161.3596 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12514 + components: + - type: Transform + pos: 186.5277,124.49582 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12515 + components: + - type: Transform + pos: -95.48523,-163.32243 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling11 + entities: + - uid: 12516 + components: + - type: Transform + anchored: True + pos: -130.5,173.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12517 + components: + - type: Transform + anchored: True + pos: 135.5,161.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12518 + components: + - type: Transform + anchored: True + pos: -228.5,36.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12519 + components: + - type: Transform + anchored: True + pos: -55.5,221.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12520 + components: + - type: Transform + anchored: True + pos: 84.5,-215.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12521 + components: + - type: Transform + anchored: True + pos: 89.5,-190.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12522 + components: + - type: Transform + anchored: True + pos: -186.5,139.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12523 + components: + - type: Transform + anchored: True + pos: 192.5,-48.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling12 + entities: + - uid: 12524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -170.26222,-76.61049 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12525 + components: + - type: Transform + pos: 187.60582,124.542694 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12526 + components: + - type: Transform + pos: 80.34473,-105.54968 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5313,-131.95924 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling2 + entities: + - uid: 12528 + components: + - type: Transform + anchored: True + pos: 149.5,208.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12529 + components: + - type: Transform + anchored: True + pos: 101.5,214.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12530 + components: + - type: Transform + anchored: True + pos: -219.5,210.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12531 + components: + - type: Transform + anchored: True + pos: 27.5,191.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12532 + components: + - type: Transform + anchored: True + pos: -31.5,167.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -146.51784,-168.53194 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12534 + components: + - type: Transform + pos: -197.597,-139.5863 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12535 + components: + - type: Transform + anchored: True + pos: -125.5,116.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12536 + components: + - type: Transform + pos: 186.41824,21.476818 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12537 + components: + - type: Transform + pos: -113.48348,-30.670246 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12538 + components: + - type: Transform + pos: -75.549576,-176.53633 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12539 + components: + - type: Transform + pos: 77.79785,-108.23718 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling3 + entities: + - uid: 12540 + components: + - type: Transform + anchored: True + pos: -23.5,23.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12541 + components: + - type: Transform + anchored: True + pos: -23.5,-230.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12542 + components: + - type: Transform + anchored: True + pos: 25.5,17.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12543 + components: + - type: Transform + anchored: True + pos: 178.5,209.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12544 + components: + - type: Transform + anchored: True + pos: -171.5,91.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12545 + components: + - type: Transform + anchored: True + pos: -227.5,-128.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12546 + components: + - type: Transform + anchored: True + pos: -215.5,155.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12547 + components: + - type: Transform + anchored: True + pos: -190.5,130.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12548 + components: + - type: Transform + anchored: True + pos: 60.5,92.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12549 + components: + - type: Transform + anchored: True + pos: -15.5,189.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12550 + components: + - type: Transform + anchored: True + pos: -185.5,237.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12551 + components: + - type: Transform + anchored: True + pos: -71.5,164.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12552 + components: + - type: Transform + anchored: True + pos: 215.5,111.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12553 + components: + - type: Transform + anchored: True + pos: -101.5,41.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12554 + components: + - type: Transform + anchored: True + pos: -137.5,35.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12555 + components: + - type: Transform + anchored: True + pos: -234.5,-101.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12556 + components: + - type: Transform + anchored: True + pos: -70.5,-112.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12557 + components: + - type: Transform + anchored: True + pos: -248.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12558 + components: + - type: Transform + anchored: True + pos: 55.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12559 + components: + - type: Transform + anchored: True + pos: -116.5,126.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 110.86863,-20.256136 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12561 + components: + - type: Transform + pos: -93.55991,-175.7944 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 168.48982,-151.01662 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12563 + components: + - type: Transform + pos: 85.39249,-104.49937 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.87987,-134.59741 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -147.30975,-97.91771 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling4 + entities: + - uid: 12566 + components: + - type: Transform + anchored: True + pos: 143.5,39.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12567 + components: + - type: Transform + anchored: True + pos: 115.5,148.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12568 + components: + - type: Transform + anchored: True + pos: 23.5,-28.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12569 + components: + - type: Transform + anchored: True + pos: 93.5,-153.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12570 + components: + - type: Transform + anchored: True + pos: 167.5,228.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12571 + components: + - type: Transform + anchored: True + pos: 55.5,-165.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12572 + components: + - type: Transform + anchored: True + pos: -113.5,-222.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12573 + components: + - type: Transform + anchored: True + pos: -177.5,97.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12574 + components: + - type: Transform + anchored: True + pos: -227.5,24.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12575 + components: + - type: Transform + anchored: True + pos: -107.5,173.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12576 + components: + - type: Transform + anchored: True + pos: -121.5,227.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12577 + components: + - type: Transform + anchored: True + pos: -203.5,0.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12578 + components: + - type: Transform + anchored: True + pos: -200.5,-185.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12579 + components: + - type: Transform + anchored: True + pos: -115.5,169.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12580 + components: + - type: Transform + anchored: True + pos: -16.5,182.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12581 + components: + - type: Transform + anchored: True + pos: -112.5,215.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12582 + components: + - type: Transform + anchored: True + pos: -113.5,216.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12583 + components: + - type: Transform + anchored: True + pos: 45.5,99.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12584 + components: + - type: Transform + anchored: True + pos: 229.5,-85.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12585 + components: + - type: Transform + anchored: True + pos: -61.5,83.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12586 + components: + - type: Transform + anchored: True + pos: -76.5,76.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12587 + components: + - type: Transform + anchored: True + pos: -108.5,73.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12588 + components: + - type: Transform + anchored: True + pos: -130.5,83.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12589 + components: + - type: Transform + anchored: True + pos: -156.5,109.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12590 + components: + - type: Transform + pos: 165.47868,24.400196 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12591 + components: + - type: Transform + pos: -170.5434,-28.36503 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling5 + entities: + - uid: 12592 + components: + - type: Transform + anchored: True + pos: 125.5,52.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12593 + components: + - type: Transform + anchored: True + pos: 23.5,-31.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12594 + components: + - type: Transform + anchored: True + pos: -226.5,155.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12595 + components: + - type: Transform + anchored: True + pos: 123.5,-203.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12596 + components: + - type: Transform + anchored: True + pos: -124.5,-220.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12597 + components: + - type: Transform + anchored: True + pos: 135.5,165.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12598 + components: + - type: Transform + anchored: True + pos: 152.5,216.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12599 + components: + - type: Transform + anchored: True + pos: -22.5,-229.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12600 + components: + - type: Transform + anchored: True + pos: -142.5,194.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12601 + components: + - type: Transform + anchored: True + pos: 96.5,-156.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12602 + components: + - type: Transform + anchored: True + pos: -198.5,85.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12603 + components: + - type: Transform + anchored: True + pos: -144.5,-191.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12604 + components: + - type: Transform + anchored: True + pos: -231.5,-154.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12605 + components: + - type: Transform + anchored: True + pos: -181.5,80.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12606 + components: + - type: Transform + anchored: True + pos: -211.5,191.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12607 + components: + - type: Transform + anchored: True + pos: -166.5,191.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12608 + components: + - type: Transform + anchored: True + pos: -184.5,113.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12609 + components: + - type: Transform + anchored: True + pos: 100.5,166.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12610 + components: + - type: Transform + anchored: True + pos: -11.5,197.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12611 + components: + - type: Transform + anchored: True + pos: 208.5,230.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12612 + components: + - type: Transform + anchored: True + pos: 90.5,-140.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12613 + components: + - type: Transform + anchored: True + pos: 84.5,48.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12614 + components: + - type: Transform + anchored: True + pos: 37.5,95.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12615 + components: + - type: Transform + anchored: True + pos: 215.5,-55.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12616 + components: + - type: Transform + anchored: True + pos: 10.5,92.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12617 + components: + - type: Transform + anchored: True + pos: 53.5,120.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12618 + components: + - type: Transform + anchored: True + pos: -33.5,126.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12619 + components: + - type: Transform + anchored: True + pos: -32.5,83.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12620 + components: + - type: Transform + anchored: True + pos: 21.5,120.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12621 + components: + - type: Transform + anchored: True + pos: -151.5,-133.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12622 + components: + - type: Transform + anchored: True + pos: 13.5,-43.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12623 + components: + - type: Transform + anchored: True + pos: -3.5,-136.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12624 + components: + - type: Transform + anchored: True + pos: -53.5,-89.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12625 + components: + - type: Transform + anchored: True + pos: -2.5,-99.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12626 + components: + - type: Transform + anchored: True + pos: 233.5,-80.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12627 + components: + - type: Transform + anchored: True + pos: -143.5,143.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 172.50291,27.47844 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -190.46852,-27.536135 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12630 + components: + - type: Transform + pos: 82.94171,-99.38843 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.518005,-132.59741 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling6 + entities: + - uid: 12632 + components: + - type: Transform + anchored: True + pos: -26.5,28.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12633 + components: + - type: Transform + anchored: True + pos: 71.5,10.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12634 + components: + - type: Transform + anchored: True + pos: -205.5,-218.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12635 + components: + - type: Transform + anchored: True + pos: 158.5,98.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12636 + components: + - type: Transform + anchored: True + pos: 118.5,96.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12637 + components: + - type: Transform + anchored: True + pos: -216.5,107.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12638 + components: + - type: Transform + anchored: True + pos: 132.5,175.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12639 + components: + - type: Transform + anchored: True + pos: 144.5,226.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12640 + components: + - type: Transform + anchored: True + pos: -200.5,13.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12641 + components: + - type: Transform + anchored: True + pos: 173.5,224.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12642 + components: + - type: Transform + anchored: True + pos: 77.5,-219.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12643 + components: + - type: Transform + anchored: True + pos: 116.5,-117.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12644 + components: + - type: Transform + anchored: True + pos: 121.5,-185.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12645 + components: + - type: Transform + anchored: True + pos: 115.5,-206.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12646 + components: + - type: Transform + anchored: True + pos: 176.5,-21.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12647 + components: + - type: Transform + anchored: True + pos: 180.5,-19.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12648 + components: + - type: Transform + anchored: True + pos: 181.5,-17.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12649 + components: + - type: Transform + anchored: True + pos: 144.5,-163.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12650 + components: + - type: Transform + anchored: True + pos: 182.5,2.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12651 + components: + - type: Transform + anchored: True + pos: 66.5,220.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12652 + components: + - type: Transform + anchored: True + pos: 118.5,-116.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12653 + components: + - type: Transform + anchored: True + pos: 126.5,-37.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12654 + components: + - type: Transform + anchored: True + pos: -13.5,-200.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12655 + components: + - type: Transform + anchored: True + pos: -221.5,100.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12656 + components: + - type: Transform + anchored: True + pos: 40.5,21.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12657 + components: + - type: Transform + anchored: True + pos: -54.5,-177.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12658 + components: + - type: Transform + anchored: True + pos: 33.5,28.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12659 + components: + - type: Transform + anchored: True + pos: 61.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12660 + components: + - type: Transform + anchored: True + pos: 46.5,-219.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12661 + components: + - type: Transform + anchored: True + pos: 133.5,49.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12662 + components: + - type: Transform + anchored: True + pos: -34.5,17.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12663 + components: + - type: Transform + anchored: True + pos: 168.5,109.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12664 + components: + - type: Transform + anchored: True + pos: 170.5,236.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12665 + components: + - type: Transform + anchored: True + pos: 60.5,236.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12666 + components: + - type: Transform + anchored: True + pos: -166.5,168.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12667 + components: + - type: Transform + anchored: True + pos: 166.5,210.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12668 + components: + - type: Transform + anchored: True + pos: 44.5,-165.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12669 + components: + - type: Transform + anchored: True + pos: 171.5,226.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12670 + components: + - type: Transform + anchored: True + pos: 152.5,-133.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12671 + components: + - type: Transform + anchored: True + pos: 119.5,-210.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12672 + components: + - type: Transform + anchored: True + pos: 176.5,211.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12673 + components: + - type: Transform + anchored: True + pos: -222.5,19.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12674 + components: + - type: Transform + anchored: True + pos: -99.5,-225.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12675 + components: + - type: Transform + anchored: True + pos: 149.5,-57.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12676 + components: + - type: Transform + anchored: True + pos: -33.5,-231.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12677 + components: + - type: Transform + anchored: True + pos: -40.5,217.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12678 + components: + - type: Transform + anchored: True + pos: -110.5,-223.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12679 + components: + - type: Transform + anchored: True + pos: -128.5,180.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12680 + components: + - type: Transform + anchored: True + pos: -208.5,202.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12681 + components: + - type: Transform + anchored: True + pos: 171.5,-130.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12682 + components: + - type: Transform + anchored: True + pos: -217.5,64.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12683 + components: + - type: Transform + anchored: True + pos: 74.5,-217.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12684 + components: + - type: Transform + anchored: True + pos: 111.5,133.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12685 + components: + - type: Transform + anchored: True + pos: -56.5,-230.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12686 + components: + - type: Transform + anchored: True + pos: 248.5,-96.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12687 + components: + - type: Transform + anchored: True + pos: 157.5,-214.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12688 + components: + - type: Transform + anchored: True + pos: 96.5,211.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12689 + components: + - type: Transform + anchored: True + pos: -62.5,-180.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12690 + components: + - type: Transform + anchored: True + pos: -73.5,-221.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12691 + components: + - type: Transform + anchored: True + pos: -157.5,-224.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12692 + components: + - type: Transform + anchored: True + pos: 170.5,-231.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12693 + components: + - type: Transform + anchored: True + pos: -52.5,-212.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12694 + components: + - type: Transform + anchored: True + pos: -89.5,160.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12695 + components: + - type: Transform + anchored: True + pos: 102.5,-184.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12696 + components: + - type: Transform + anchored: True + pos: 100.5,-172.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12697 + components: + - type: Transform + anchored: True + pos: 103.5,-164.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12698 + components: + - type: Transform + anchored: True + pos: -227.5,-199.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12699 + components: + - type: Transform + anchored: True + pos: -226.5,-200.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12700 + components: + - type: Transform + anchored: True + pos: -161.5,-202.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12701 + components: + - type: Transform + anchored: True + pos: 28.5,216.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12702 + components: + - type: Transform + anchored: True + pos: 95.5,131.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12703 + components: + - type: Transform + anchored: True + pos: -228.5,-75.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12704 + components: + - type: Transform + anchored: True + pos: -194.5,175.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12705 + components: + - type: Transform + anchored: True + pos: -127.5,-167.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12706 + components: + - type: Transform + anchored: True + pos: -232.5,-185.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12707 + components: + - type: Transform + anchored: True + pos: -221.5,68.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12708 + components: + - type: Transform + anchored: True + pos: -130.5,231.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12709 + components: + - type: Transform + anchored: True + pos: -187.5,105.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12710 + components: + - type: Transform + anchored: True + pos: -173.5,184.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12711 + components: + - type: Transform + anchored: True + pos: -77.5,202.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12712 + components: + - type: Transform + anchored: True + pos: -71.5,226.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12713 + components: + - type: Transform + anchored: True + pos: -67.5,228.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12714 + components: + - type: Transform + anchored: True + pos: -96.5,186.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12715 + components: + - type: Transform + anchored: True + pos: -22.5,216.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12716 + components: + - type: Transform + anchored: True + pos: -202.5,204.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12717 + components: + - type: Transform + anchored: True + pos: -166.5,228.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12718 + components: + - type: Transform + anchored: True + pos: -5.5,220.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12719 + components: + - type: Transform + anchored: True + pos: -193.5,133.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12720 + components: + - type: Transform + anchored: True + pos: -13.5,210.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12721 + components: + - type: Transform + anchored: True + pos: -187.5,219.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12722 + components: + - type: Transform + anchored: True + pos: 105.5,172.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12723 + components: + - type: Transform + anchored: True + pos: -210.5,221.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12724 + components: + - type: Transform + anchored: True + pos: 107.5,208.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12725 + components: + - type: Transform + anchored: True + pos: 101.5,-159.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12726 + components: + - type: Transform + anchored: True + pos: -173.5,142.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12727 + components: + - type: Transform + anchored: True + pos: 226.5,-185.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12728 + components: + - type: Transform + anchored: True + pos: -195.5,238.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12729 + components: + - type: Transform + anchored: True + pos: 102.5,52.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12730 + components: + - type: Transform + anchored: True + pos: 40.5,93.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12731 + components: + - type: Transform + anchored: True + pos: 42.5,94.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12732 + components: + - type: Transform + anchored: True + pos: 214.5,153.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12733 + components: + - type: Transform + anchored: True + pos: 207.5,-85.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12734 + components: + - type: Transform + anchored: True + pos: 206.5,-84.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12735 + components: + - type: Transform + anchored: True + pos: 95.5,89.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12736 + components: + - type: Transform + anchored: True + pos: 211.5,12.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12737 + components: + - type: Transform + anchored: True + pos: 222.5,-179.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12738 + components: + - type: Transform + anchored: True + pos: 69.5,63.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12739 + components: + - type: Transform + anchored: True + pos: 222.5,-47.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12740 + components: + - type: Transform + anchored: True + pos: 223.5,-122.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12741 + components: + - type: Transform + anchored: True + pos: 200.5,-220.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12742 + components: + - type: Transform + anchored: True + pos: 226.5,-2.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12743 + components: + - type: Transform + anchored: True + pos: 209.5,-57.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12744 + components: + - type: Transform + anchored: True + pos: 225.5,61.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12745 + components: + - type: Transform + anchored: True + pos: 221.5,62.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12746 + components: + - type: Transform + anchored: True + pos: -152.5,-91.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12747 + components: + - type: Transform + anchored: True + pos: -102.5,20.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12748 + components: + - type: Transform + anchored: True + pos: -131.5,-92.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12749 + components: + - type: Transform + anchored: True + pos: -20.5,121.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12750 + components: + - type: Transform + anchored: True + pos: -83.5,34.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12751 + components: + - type: Transform + anchored: True + pos: -31.5,123.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12752 + components: + - type: Transform + anchored: True + pos: -144.5,-79.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12753 + components: + - type: Transform + anchored: True + pos: -79.5,79.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12754 + components: + - type: Transform + anchored: True + pos: 37.5,126.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12755 + components: + - type: Transform + anchored: True + pos: -84.5,73.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12756 + components: + - type: Transform + anchored: True + pos: 63.5,154.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12757 + components: + - type: Transform + anchored: True + pos: -40.5,102.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12758 + components: + - type: Transform + anchored: True + pos: -55.5,87.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12759 + components: + - type: Transform + anchored: True + pos: -118.5,-95.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12760 + components: + - type: Transform + anchored: True + pos: -5.5,67.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12761 + components: + - type: Transform + anchored: True + pos: -129.5,69.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12762 + components: + - type: Transform + anchored: True + pos: -83.5,94.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12763 + components: + - type: Transform + anchored: True + pos: -79.5,90.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12764 + components: + - type: Transform + anchored: True + pos: -125.5,76.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12765 + components: + - type: Transform + anchored: True + pos: -153.5,-111.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12766 + components: + - type: Transform + anchored: True + pos: -236.5,-148.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12767 + components: + - type: Transform + anchored: True + pos: -106.5,-137.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12768 + components: + - type: Transform + anchored: True + pos: 35.5,-117.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12769 + components: + - type: Transform + anchored: True + pos: -234.5,-123.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12770 + components: + - type: Transform + anchored: True + pos: 57.5,-147.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12771 + components: + - type: Transform + anchored: True + pos: 46.5,-106.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12772 + components: + - type: Transform + anchored: True + pos: 65.5,-144.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12773 + components: + - type: Transform + anchored: True + pos: 261.5,-67.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12774 + components: + - type: Transform + anchored: True + pos: -0.5,-141.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12775 + components: + - type: Transform + anchored: True + pos: 47.5,-152.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12776 + components: + - type: Transform + anchored: True + pos: -85.5,147.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12777 + components: + - type: Transform + anchored: True + pos: 234.5,-90.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12778 + components: + - type: Transform + anchored: True + pos: -245.5,-151.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12779 + components: + - type: Transform + anchored: True + pos: 244.5,-89.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12780 + components: + - type: Transform + anchored: True + pos: 73.5,-92.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12781 + components: + - type: Transform + anchored: True + pos: 35.5,-156.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12782 + components: + - type: Transform + anchored: True + pos: 28.5,-96.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12783 + components: + - type: Transform + anchored: True + pos: 4.5,-127.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12784 + components: + - type: Transform + anchored: True + pos: 67.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12785 + components: + - type: Transform + anchored: True + pos: -249.5,-157.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12786 + components: + - type: Transform + anchored: True + pos: 17.5,-129.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12787 + components: + - type: Transform + anchored: True + pos: 263.5,-48.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12788 + components: + - type: Transform + anchored: True + pos: -246.5,-158.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12789 + components: + - type: Transform + anchored: True + pos: 10.5,-92.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12790 + components: + - type: Transform + anchored: True + pos: 262.5,-98.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12791 + components: + - type: Transform + anchored: True + pos: 54.5,-73.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12792 + components: + - type: Transform + anchored: True + pos: 71.5,-90.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12793 + components: + - type: Transform + anchored: True + pos: 60.5,-90.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12794 + components: + - type: Transform + anchored: True + pos: -57.5,150.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12795 + components: + - type: Transform + anchored: True + pos: 74.5,-74.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12796 + components: + - type: Transform + anchored: True + pos: -97.5,118.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12797 + components: + - type: Transform + anchored: True + pos: -83.5,145.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12798 + components: + - type: Transform + anchored: True + pos: 246.5,91.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12799 + components: + - type: Transform + anchored: True + pos: -125.5,103.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12800 + components: + - type: Transform + anchored: True + pos: -114.5,146.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12801 + components: + - type: Transform + anchored: True + pos: -154.5,123.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12802 + components: + - type: Transform + anchored: True + pos: -145.5,126.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12803 + components: + - type: Transform + anchored: True + pos: -132.5,102.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12804 + components: + - type: Transform + anchored: True + pos: -122.5,133.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12805 + components: + - type: Transform + pos: 162.4407,-77.584816 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 172.856,-173.4626 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12807 + components: + - type: Transform + pos: -92.90366,-176.52878 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling7 + entities: + - uid: 12808 + components: + - type: Transform + anchored: True + pos: -46.5,-205.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12809 + components: + - type: Transform + anchored: True + pos: 143.5,112.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12810 + components: + - type: Transform + anchored: True + pos: 112.5,-192.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12811 + components: + - type: Transform + anchored: True + pos: -223.5,214.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12812 + components: + - type: Transform + anchored: True + pos: 29.5,24.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12813 + components: + - type: Transform + anchored: True + pos: 155.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12814 + components: + - type: Transform + anchored: True + pos: 145.5,73.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12815 + components: + - type: Transform + anchored: True + pos: 116.5,-215.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12816 + components: + - type: Transform + anchored: True + pos: 109.5,232.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12817 + components: + - type: Transform + anchored: True + pos: 126.5,-197.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12818 + components: + - type: Transform + anchored: True + pos: -177.5,169.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12819 + components: + - type: Transform + anchored: True + pos: -216.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12820 + components: + - type: Transform + anchored: True + pos: -146.5,209.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12821 + components: + - type: Transform + anchored: True + pos: -141.5,-172.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12822 + components: + - type: Transform + anchored: True + pos: -204.5,28.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12823 + components: + - type: Transform + anchored: True + pos: -66.5,-217.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12824 + components: + - type: Transform + anchored: True + pos: 92.5,-193.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12825 + components: + - type: Transform + anchored: True + pos: -232.5,-166.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12826 + components: + - type: Transform + anchored: True + pos: -221.5,161.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12827 + components: + - type: Transform + anchored: True + pos: -219.5,-155.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12828 + components: + - type: Transform + anchored: True + pos: -228.5,123.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12829 + components: + - type: Transform + anchored: True + pos: 72.5,222.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12830 + components: + - type: Transform + anchored: True + pos: 81.5,204.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12831 + components: + - type: Transform + anchored: True + pos: 103.5,226.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12832 + components: + - type: Transform + anchored: True + pos: -215.5,215.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12833 + components: + - type: Transform + anchored: True + pos: 228.5,-114.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12834 + components: + - type: Transform + anchored: True + pos: 73.5,79.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12835 + components: + - type: Transform + anchored: True + pos: 215.5,-182.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12836 + components: + - type: Transform + anchored: True + pos: 208.5,-78.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12837 + components: + - type: Transform + anchored: True + pos: 225.5,-203.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12838 + components: + - type: Transform + anchored: True + pos: 209.5,-217.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12839 + components: + - type: Transform + anchored: True + pos: 212.5,-70.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12840 + components: + - type: Transform + anchored: True + pos: 209.5,-103.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12841 + components: + - type: Transform + anchored: True + pos: -105.5,34.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12842 + components: + - type: Transform + anchored: True + pos: -118.5,38.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12843 + components: + - type: Transform + anchored: True + pos: -134.5,24.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12844 + components: + - type: Transform + anchored: True + pos: -156.5,36.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12845 + components: + - type: Transform + anchored: True + pos: -105.5,66.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12846 + components: + - type: Transform + anchored: True + pos: -40.5,-102.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12847 + components: + - type: Transform + anchored: True + pos: -31.5,-99.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12848 + components: + - type: Transform + anchored: True + pos: 8.5,-98.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12849 + components: + - type: Transform + anchored: True + pos: 18.5,-120.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12850 + components: + - type: Transform + anchored: True + pos: 17.5,-118.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12851 + components: + - type: Transform + anchored: True + pos: 10.5,-120.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12852 + components: + - type: Transform + anchored: True + pos: 4.5,-106.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12853 + components: + - type: Transform + anchored: True + pos: 33.5,-123.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12854 + components: + - type: Transform + anchored: True + pos: -129.5,120.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.486984,-109.534996 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.330505,-129.56262 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling8 + entities: + - uid: 12857 + components: + - type: Transform + pos: -112.33882,-57.413982 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12858 + components: + - type: Transform + anchored: True + pos: 2.5,-224.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12859 + components: + - type: Transform + anchored: True + pos: 122.5,234.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12860 + components: + - type: Transform + anchored: True + pos: 145.5,110.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12861 + components: + - type: Transform + anchored: True + pos: 151.5,116.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12862 + components: + - type: Transform + anchored: True + pos: 174.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12863 + components: + - type: Transform + anchored: True + pos: 35.5,-227.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12864 + components: + - type: Transform + anchored: True + pos: -192.5,9.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12865 + components: + - type: Transform + anchored: True + pos: 178.5,-25.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12866 + components: + - type: Transform + anchored: True + pos: 180.5,35.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12867 + components: + - type: Transform + anchored: True + pos: -143.5,173.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12868 + components: + - type: Transform + anchored: True + pos: 133.5,122.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12869 + components: + - type: Transform + anchored: True + pos: 129.5,-228.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12870 + components: + - type: Transform + anchored: True + pos: 169.5,-25.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12871 + components: + - type: Transform + anchored: True + pos: 113.5,214.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12872 + components: + - type: Transform + anchored: True + pos: 118.5,-99.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12873 + components: + - type: Transform + anchored: True + pos: 120.5,-99.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12874 + components: + - type: Transform + anchored: True + pos: -113.5,-201.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12875 + components: + - type: Transform + anchored: True + pos: -55.5,196.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12876 + components: + - type: Transform + anchored: True + pos: 107.5,-58.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12877 + components: + - type: Transform + anchored: True + pos: -176.5,167.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12878 + components: + - type: Transform + anchored: True + pos: 107.5,-97.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12879 + components: + - type: Transform + anchored: True + pos: -196.5,188.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12880 + components: + - type: Transform + anchored: True + pos: 2.5,201.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12881 + components: + - type: Transform + anchored: True + pos: 38.5,204.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12882 + components: + - type: Transform + anchored: True + pos: -54.5,237.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12883 + components: + - type: Transform + anchored: True + pos: -2.5,215.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12884 + components: + - type: Transform + anchored: True + pos: 223.5,-76.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12885 + components: + - type: Transform + anchored: True + pos: 224.5,81.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12886 + components: + - type: Transform + anchored: True + pos: 192.5,63.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12887 + components: + - type: Transform + anchored: True + pos: 210.5,-17.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12888 + components: + - type: Transform + anchored: True + pos: -55.5,107.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12889 + components: + - type: Transform + anchored: True + pos: -122.5,-120.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12890 + components: + - type: Transform + anchored: True + pos: -116.5,-116.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12891 + components: + - type: Transform + anchored: True + pos: -66.5,109.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12892 + components: + - type: Transform + anchored: True + pos: -124.5,-126.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12893 + components: + - type: Transform + anchored: True + pos: 2.5,-41.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12894 + components: + - type: Transform + anchored: True + pos: -22.5,-76.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12895 + components: + - type: Transform + anchored: True + pos: -148.5,131.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12896 + components: + - type: Transform + anchored: True + pos: 3.5,-102.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12897 + components: + - type: Transform + anchored: True + pos: -251.5,-156.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12898 + components: + - type: Transform + pos: 174.44795,-73.359024 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12899 + components: + - type: Transform + pos: -47.49017,-115.519615 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12900 + components: + - type: Transform + pos: -92.049805,-176.61446 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile1Refilling9 + entities: + - uid: 12901 + components: + - type: Transform + anchored: True + pos: -157.5,-220.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12902 + components: + - type: Transform + anchored: True + pos: -4.5,-217.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12903 + components: + - type: Transform + anchored: True + pos: -195.5,63.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12904 + components: + - type: Transform + anchored: True + pos: -107.5,230.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12905 + components: + - type: Transform + anchored: True + pos: 152.5,163.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12906 + components: + - type: Transform + anchored: True + pos: -123.5,-223.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12907 + components: + - type: Transform + anchored: True + pos: 17.5,217.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12908 + components: + - type: Transform + anchored: True + pos: -164.5,-228.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12909 + components: + - type: Transform + anchored: True + pos: -224.5,-71.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12910 + components: + - type: Transform + anchored: True + pos: -210.5,-134.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12911 + components: + - type: Transform + anchored: True + pos: -223.5,121.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12912 + components: + - type: Transform + anchored: True + pos: -226.5,-210.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12913 + components: + - type: Transform + anchored: True + pos: -204.5,72.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12914 + components: + - type: Transform + anchored: True + pos: -182.5,144.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12915 + components: + - type: Transform + anchored: True + pos: -168.5,-212.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12916 + components: + - type: Transform + anchored: True + pos: -204.5,111.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12917 + components: + - type: Transform + anchored: True + pos: 64.5,79.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12918 + components: + - type: Transform + anchored: True + pos: -190.5,230.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12919 + components: + - type: Transform + anchored: True + pos: 80.5,55.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12920 + components: + - type: Transform + anchored: True + pos: 218.5,-115.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12921 + components: + - type: Transform + anchored: True + pos: 205.5,-192.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12922 + components: + - type: Transform + anchored: True + pos: 227.5,162.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12923 + components: + - type: Transform + anchored: True + pos: 11.5,81.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12924 + components: + - type: Transform + anchored: True + pos: -46.5,70.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12925 + components: + - type: Transform + anchored: True + pos: -37.5,89.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12926 + components: + - type: Transform + anchored: True + pos: -127.5,67.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12927 + components: + - type: Transform + anchored: True + pos: -32.5,-129.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12928 + components: + - type: Transform + anchored: True + pos: -89.5,-134.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12929 + components: + - type: Transform + anchored: True + pos: -43.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12930 + components: + - type: Transform + anchored: True + pos: -53.5,-119.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12931 + components: + - type: Transform + anchored: True + pos: 233.5,42.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12932 + components: + - type: Transform + pos: -72.42092,-109.49701 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.6697,-131.18762 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile2 + entities: + - uid: 12934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 171.5122,25.493813 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile3 + entities: + - uid: 12935 + components: + - type: Transform + pos: 179.56017,15.589861 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.803595,-61.61405 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile4 + entities: + - uid: 12937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.322344,-61.01405 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -185.53343,-18.252869 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile5 + entities: + - uid: 12939 + components: + - type: Transform + pos: 88.04417,10.091103 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile6 + entities: + - uid: 12940 + components: + - type: Transform + pos: 191.3036,94.81821 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -157.41846,-27.53168 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile7 + entities: + - uid: 12942 + components: + - type: Transform + pos: 183.41464,37.500923 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12943 + components: + - type: Transform + pos: 94.72938,1.9573956 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.739815,9.09334 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkPile8 + entities: + - uid: 12945 + components: + - type: Transform + pos: 161.62415,26.556446 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} + - uid: 12946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 179.05246,62.647247 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: Fixtures + fixtures: {} +- proto: N14JunkShower + entities: + - uid: 12947 + components: + - type: Transform + pos: 92.5,115.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -182.5,-107.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -179.5,-107.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,66.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,65.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,64.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,15.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-132.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-109.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12959 + components: + - type: Transform + pos: 211.5,-25.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12960 + components: + - type: Transform + pos: 162.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -181.5,35.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12962 + components: + - type: Transform + pos: 116.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -182.5,35.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -180.5,35.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -155.5,71.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,-108.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-127.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkSink + entities: + - uid: 12968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -104.5,-175.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12969 + components: + - type: Transform + pos: 115.5,24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 94.5,113.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 162.5,22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-23.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-25.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-23.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-25.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,6.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,18.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12982 + components: + - type: Transform + pos: -55.5,3.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12983 + components: + - type: Transform + pos: -61.5,6.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,4.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,4.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,34.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-60.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-58.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-59.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-60.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-58.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-77.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12993 + components: + - type: Transform + pos: -42.5,-131.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 189.5,17.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 189.5,16.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-10.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-11.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-33.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 12999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-17.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13000 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-18.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -157.5,-24.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13003 + components: + - type: Transform + pos: -95.5,-174.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,-175.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 118.5,8.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkTable + entities: + - uid: 13006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,14.5 + parent: 1 + - uid: 13007 + components: + - type: Transform + pos: -80.5,-124.5 + parent: 1 + - uid: 13008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-129.5 + parent: 1 + - uid: 13009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-127.5 + parent: 1 + - uid: 13010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-107.5 + parent: 1 + - uid: 13011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-107.5 + parent: 1 + - uid: 13012 + components: + - type: Transform + pos: -50.5,-110.5 + parent: 1 + - uid: 13013 + components: + - type: Transform + pos: -47.5,-99.5 + parent: 1 + - uid: 13014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -292.5,-84.5 + parent: 1 + - uid: 13015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 166.5,14.5 + parent: 1 + - uid: 13016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 183.5,29.5 + parent: 1 + - uid: 13017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 187.5,39.5 + parent: 1 + - uid: 13018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 180.5,42.5 + parent: 1 + - uid: 13019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 187.5,38.5 + parent: 1 + - uid: 13020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 188.5,38.5 + parent: 1 + - uid: 13021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 188.5,39.5 + parent: 1 + - uid: 13022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 189.5,38.5 + parent: 1 + - uid: 13023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 188.5,37.5 + parent: 1 + - uid: 13024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 189.5,37.5 + parent: 1 + - uid: 13025 + components: + - type: Transform + pos: 172.5,55.5 + parent: 1 + - uid: 13026 + components: + - type: Transform + pos: 167.5,40.5 + parent: 1 + - uid: 13027 + components: + - type: Transform + pos: 166.5,40.5 + parent: 1 + - uid: 13028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 166.5,47.5 + parent: 1 + - uid: 13029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 166.5,48.5 + parent: 1 + - uid: 13030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -186.5,-20.5 + parent: 1 + - uid: 13031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -186.5,-19.5 + parent: 1 + - uid: 13032 + components: + - type: Transform + pos: 112.5,22.5 + parent: 1 + - uid: 13033 + components: + - type: Transform + pos: -95.5,-164.5 + parent: 1 + - uid: 13034 + components: + - type: Transform + pos: -93.5,-173.5 + parent: 1 + - uid: 13035 + components: + - type: Transform + pos: -87.5,-164.5 + parent: 1 + - uid: 13036 + components: + - type: Transform + pos: -85.5,-173.5 + parent: 1 + - uid: 13037 + components: + - type: Transform + pos: -91.5,-164.5 + parent: 1 + - uid: 13038 + components: + - type: Transform + pos: -89.5,-173.5 + parent: 1 + - uid: 13039 + components: + - type: Transform + pos: -105.5,-150.5 + parent: 1 + - uid: 13040 + components: + - type: Transform + pos: 76.5,-102.5 + parent: 1 + - uid: 13041 + components: + - type: Transform + pos: 104.5,25.5 + parent: 1 +- proto: N14JunkTeapot + entities: + - uid: 13042 + components: + - type: Transform + pos: 96.709915,102.89245 + parent: 1 + - uid: 13043 + components: + - type: Transform + pos: -55.453094,-127.198044 + parent: 1 +- proto: N14JunkTimer + entities: + - uid: 13044 + components: + - type: Transform + pos: -43.550934,-125.08333 + parent: 1 + - uid: 13045 + components: + - type: Transform + pos: 93.85004,5.0423336 + parent: 1 + - uid: 13046 + components: + - type: Transform + pos: -183.33798,-22.1734 + parent: 1 +- proto: N14JunkTincan + entities: + - uid: 13047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.44653,-164.01218 + parent: 1 + - uid: 13048 + components: + - type: Transform + pos: -86.3299,-176.6558 + parent: 1 + - uid: 13049 + components: + - type: Transform + pos: -97.19507,-174.20374 + parent: 1 + - uid: 13050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.34258,-165.23592 + parent: 1 + - uid: 13051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.47428,-165.08664 + parent: 1 + - uid: 13052 + components: + - type: Transform + pos: -85.75178,-173.46136 + parent: 1 + - uid: 13053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.78226,-162.46028 + parent: 1 + - uid: 13054 + components: + - type: Transform + pos: -93.53945,-173.30511 + parent: 1 + - uid: 13055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.36132,-165.99329 + parent: 1 + - uid: 13056 + components: + - type: Transform + pos: -86.40803,-174.30511 + parent: 1 + - uid: 13057 + components: + - type: Transform + pos: -85.78303,-176.68706 + parent: 1 + - uid: 13058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.70196,-165.03279 + parent: 1 + - uid: 13059 + components: + - type: Transform + pos: -89.21133,-173.53949 + parent: 1 + - uid: 13060 + components: + - type: Transform + pos: -85.31428,-173.41449 + parent: 1 + - uid: 13061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.60798,-163.86368 + parent: 1 + - uid: 13062 + components: + - type: Transform + pos: -84.968475,-176.64316 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 13063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.75101,-162.94466 + parent: 1 + - uid: 13064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.07913,-162.55403 + parent: 1 + - uid: 13065 + components: + - type: Transform + pos: -83.155975,-176.59628 + parent: 1 + - uid: 13066 + components: + - type: Transform + pos: -98.404854,-163.83243 + parent: 1 + - uid: 13067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.67048,-160.5043 + parent: 1 + - uid: 13068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.904854,-162.0668 + parent: 1 +- proto: N14JunkToaster + entities: + - uid: 13069 + components: + - type: Transform + pos: -56.49429,-126.15117 + parent: 1 + - uid: 13070 + components: + - type: Transform + pos: -82.45362,-100.42543 + parent: 1 + - uid: 13071 + components: + - type: Transform + pos: 163.3346,47.76187 + parent: 1 + - uid: 13072 + components: + - type: Transform + pos: -151.5002,-25.300037 + parent: 1 + - uid: 13073 + components: + - type: Transform + pos: -131.61572,58.928333 + parent: 1 + - uid: 13074 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: -184.47147,54.907555 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 13075 + components: + - type: Transform + pos: -194.68648,31.067455 + parent: 1 + - uid: 13076 + components: + - type: Transform + pos: -188.83414,21.80278 + parent: 1 + - uid: 13077 + components: + - type: Transform + pos: -183.27208,47.912056 + parent: 1 + - uid: 13078 + components: + - type: Transform + pos: -26.724306,-11.0006075 + parent: 1 +- proto: N14JunkToilet + entities: + - uid: 13079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.434061,-23.255156 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.456556,-25.279144 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.526188,-23.390089 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.55945,138.54901 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5282,138.51775 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,8.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,7.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,19.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 137.5,18.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13090 + components: + - type: Transform + pos: -60.5,6.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,5.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,35.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-60.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-56.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 162.5,21.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 189.5,15.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 188.5,15.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-14.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-12.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-10.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-35.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-18.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13103 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-17.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-44.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,8.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,-177.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-177.5 + parent: 1 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13109 + components: + - type: Transform + pos: 114.5,24.5 parent: 1 - - uid: 6899 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13110 components: - type: Transform - pos: -79.5,0.5 + pos: -102.5,-28.5 parent: 1 - - uid: 6901 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13111 components: - type: Transform - pos: -49.5,-130.5 + pos: 85.5,-106.5 parent: 1 - - uid: 6902 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} + - uid: 13112 components: - type: Transform - pos: -48.5,-130.5 + pos: 76.5,-126.5 parent: 1 - - uid: 6908 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot {} +- proto: N14JunkToyNukaTruck + entities: + - uid: 13113 components: - type: Transform - pos: 18.5,-62.5 + pos: 158.5149,-69.34131 parent: 1 - - uid: 6909 + - uid: 13114 components: - type: Transform - pos: 18.5,-60.5 + pos: 81.58073,-129.71608 parent: 1 - - uid: 9980 +- proto: N14JunkToyRacecar + entities: + - uid: 13115 components: - type: Transform - pos: 169.5,192.5 + pos: -46.62573,-127.217995 parent: 1 - - uid: 10188 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 13116 components: - type: Transform - pos: 96.5,-8.5 + rot: 1.5707963267948966 rad + pos: 85.84839,102.30914 parent: 1 - - uid: 20781 + - uid: 13117 components: - type: Transform - pos: 163.5,191.5 + pos: 94.569885,129.3286 parent: 1 - - uid: 21240 +- proto: N14JunkTurpentine + entities: + - uid: 13118 components: - type: Transform - pos: 82.5,107.5 + pos: -62.74782,16.72753 parent: 1 - - uid: 45675 +- proto: N14JunkTV + entities: + - uid: 13119 components: - type: Transform - pos: 112.5,16.5 + pos: 159.5,-66.5 parent: 1 - - uid: 46673 + - uid: 13120 components: - type: Transform - pos: 154.5,182.5 + pos: -66.5,1.5 parent: 1 -- proto: N14BoxCardboardMREBoxCFilled - entities: - - uid: 65259 + - uid: 13121 components: - type: Transform - pos: 209.50972,-26.605724 + pos: 23.5,-19.5 parent: 1 -- proto: N14BoxCardboardMREBoxKFilled + - uid: 13122 + components: + - type: Transform + pos: 42.5,-16.5 + parent: 1 + - uid: 13123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-129.5 + parent: 1 + - uid: 13124 + components: + - type: Transform + pos: 165.5,17.5 + parent: 1 + - uid: 13125 + components: + - type: Transform + pos: 191.5,31.5 + parent: 1 + - uid: 13126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-11.5 + parent: 1 + - uid: 13127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-22.5 + parent: 1 + - uid: 13128 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 13129 + components: + - type: Transform + pos: -188.5,-25.5 + parent: 1 + - uid: 13130 + components: + - type: Transform + pos: 89.5,8.5 + parent: 1 + - uid: 13131 + components: + - type: Transform + pos: 20.5,-71.5 + parent: 1 + - uid: 13132 + components: + - type: Transform + pos: 76.5,-104.5 + parent: 1 +- proto: N14JunkUrinal entities: - - uid: 22141 + - uid: 13133 components: - type: Transform - pos: 209.52534,-26.2776 + rot: 1.5707963267948966 rad + pos: 138.5,20.5 parent: 1 -- proto: N14BoxPlastic + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13134 + components: + - type: Transform + pos: -159.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13135 + components: + - type: Transform + pos: -158.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13136 + components: + - type: Transform + pos: -157.5,-22.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14JunkVaultCanteen entities: - - uid: 6910 + - uid: 9746 components: - type: Transform - pos: -56.5016,-125.34508 + parent: 9743 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 13137 + components: + - type: Transform + pos: -31.568066,65.22945 parent: 1 -- proto: N14BuffoutCanisterFilled +- proto: N14JunkWonderglue entities: - - uid: 12484 + - uid: 13138 components: - type: Transform - pos: 91.14037,12.932062 + pos: -184.68045,-129.96452 parent: 1 - - uid: 62581 + - uid: 13139 components: - type: Transform - pos: -151.94089,62.886314 + pos: -195.27,21.639648 parent: 1 +- proto: N14KitchenKnife + entities: + - uid: 231 + components: + - type: Transform + parent: 206 - type: Physics angularDamping: 0 linearDamping: 0 -- proto: N14BurningBarrel + canCollide: False + - type: InsideEntityStorage + - uid: 13140 + components: + - type: Transform + pos: -186.38417,-172.78676 + parent: 1 + - uid: 13141 + components: + - type: Transform + pos: 42.391285,55.769417 + parent: 1 + - uid: 13142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 209.46019,-25.47526 + parent: 1 + - uid: 13143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 177.45528,160.76483 + parent: 1 + - uid: 13144 + components: + - type: Transform + rot: 2.220446049250313E-16 rad + pos: 140.4292,-10.827339 + parent: 1 + - uid: 13145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.62737,-115.02504 + parent: 1 +- proto: N14LightSmall entities: - - uid: 6911 + - uid: 13146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -157.5,-104.5 + parent: 1 + - uid: 13147 + components: + - type: Transform + pos: -185.5,35.5 + parent: 1 + - uid: 13148 + components: + - type: Transform + pos: -154.5,-28.5 + parent: 1 + - uid: 13149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-72.5 + parent: 1 + - uid: 13150 + components: + - type: Transform + pos: -185.5,-104.5 + parent: 1 + - uid: 13151 + components: + - type: Transform + pos: 43.5,-57.5 + parent: 1 + - uid: 13152 + components: + - type: Transform + pos: 27.5,-65.5 + parent: 1 + - uid: 13153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-73.5 + parent: 1 + - uid: 13154 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,-102.5 + pos: -190.5,33.5 parent: 1 - - uid: 6912 + - uid: 13155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-61.5 + parent: 1 + - uid: 13156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -196.5,-99.5 + parent: 1 + - uid: 13157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-59.5 + parent: 1 + - uid: 13158 + components: + - type: Transform + pos: -158.5,-104.5 + parent: 1 + - uid: 13159 components: - type: Transform rot: -1.5707963267948966 rad - pos: 205.5,73.5 + pos: -177.5,44.5 parent: 1 - - uid: 13030 + - uid: 13160 components: - type: Transform - pos: -92.5,-186.5 + pos: -167.5,-95.5 parent: 1 - - uid: 13042 + - uid: 13161 components: - type: Transform - pos: -91.5,-185.5 + rot: -1.5707963267948966 rad + pos: -19.5,-65.5 parent: 1 - - uid: 44375 + - uid: 13162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-107.5 + parent: 1 + - uid: 13163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 133.5,25.5 + parent: 1 + - uid: 13164 + components: + - type: Transform + pos: 50.5,-73.5 + parent: 1 + - uid: 13165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-72.5 + parent: 1 + - uid: 13166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-73.5 + parent: 1 + - uid: 13167 + components: + - type: Transform + pos: 12.5,-65.5 + parent: 1 + - uid: 13168 + components: + - type: Transform + pos: 125.5,-30.5 + parent: 1 + - uid: 13169 components: - type: Transform rot: 3.141592653589793 rad - pos: -225.5,-93.5 + pos: -194.5,22.5 parent: 1 - - uid: 64288 + - uid: 13170 components: - type: Transform rot: -1.5707963267948966 rad - pos: -91.5,-186.5 + pos: -186.5,50.5 parent: 1 -- proto: N14BurningBarrelLit - entities: - - uid: 6913 + - uid: 13171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -191.5,45.5 + parent: 1 + - uid: 13172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -164.5,47.5 + parent: 1 + - uid: 13173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -168.5,28.5 + parent: 1 + - uid: 13174 + components: + - type: Transform + pos: -180.5,44.5 + parent: 1 + - uid: 13175 components: - type: Transform rot: -1.5707963267948966 rad - pos: 139.5,6.5 + pos: -186.5,47.5 parent: 1 - - uid: 6914 + - uid: 13176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -181.5,24.5 + parent: 1 + - uid: 13177 + components: + - type: Transform + pos: -191.5,-99.5 + parent: 1 + - uid: 13178 + components: + - type: Transform + pos: -182.5,41.5 + parent: 1 + - uid: 13179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -165.5,52.5 + parent: 1 + - uid: 13180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -176.5,23.5 + parent: 1 + - uid: 13181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -187.5,29.5 + parent: 1 + - uid: 13182 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 1 + - uid: 13183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -165.5,-98.5 + parent: 1 + - uid: 13184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -191.5,48.5 + parent: 1 + - uid: 13185 + components: + - type: Transform + pos: -42.5,-47.5 + parent: 1 + - uid: 13186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-34.5 + parent: 1 + - uid: 13187 components: - type: Transform rot: -1.5707963267948966 rad - pos: -290.5,-82.5 + pos: 104.5,-131.5 parent: 1 - - uid: 6915 + - uid: 13188 components: - type: Transform rot: -1.5707963267948966 rad - pos: 190.5,193.5 + pos: -101.5,-176.5 parent: 1 - - uid: 25499 + - uid: 13189 components: - type: Transform - pos: -79.5,-166.5 + rot: 1.5707963267948966 rad + pos: -116.5,-164.5 parent: 1 -- proto: N14ButchersCleaver - entities: - - uid: 6916 + - uid: 13190 components: - type: Transform - pos: -82.406746,-100.95668 + rot: 1.5707963267948966 rad + pos: -103.5,-176.5 parent: 1 - - uid: 10507 + - uid: 13191 components: - type: Transform - pos: 137.42029,-9.38398 + rot: -1.5707963267948966 rad + pos: 108.5,-5.5 parent: 1 - - uid: 23880 + - uid: 13192 components: - type: Transform - pos: -184.5314,-121.23666 + pos: 99.5,13.5 parent: 1 -- proto: N14CartridgePistol10 - entities: - - uid: 7406 + - uid: 13193 components: - type: Transform rot: 3.141592653589793 rad - pos: -190.27913,-103.581474 + pos: 163.5,-76.5 parent: 1 - - uid: 55259 + - uid: 13194 + components: + - type: Transform + pos: -272.5,-80.5 + parent: 1 + - uid: 13195 components: - type: Transform rot: 3.141592653589793 rad - pos: -190.28955,-103.68802 + pos: -63.5,-13.5 parent: 1 -- proto: N14CartridgePistol127 - entities: - - uid: 65035 + - uid: 13196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -284.5,-87.5 + parent: 1 + - uid: 13197 + components: + - type: Transform + pos: -57.5,-11.5 + parent: 1 + - uid: 13198 + components: + - type: Transform + pos: -145.5,63.5 + parent: 1 + - uid: 13199 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5338547,-28.640297 + pos: -231.5,-88.5 parent: 1 - - uid: 65044 + - uid: 13200 components: - type: Transform - pos: 4.428561,-25.448112 + rot: 3.141592653589793 rad + pos: -291.5,-42.5 parent: 1 -- proto: N14CartridgePistol9 - entities: - - uid: 6365 + - uid: 13201 components: - type: Transform - pos: 101.45015,-6.3445587 + rot: 1.5707963267948966 rad + pos: -287.5,-75.5 parent: 1 - - uid: 6624 + - uid: 13202 components: - type: Transform - pos: 101.3564,-6.2091417 + pos: -147.5,63.5 parent: 1 - - uid: 6917 + - uid: 13203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -262.5,-88.5 + parent: 1 + - uid: 13204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -137.5,56.5 + parent: 1 + - uid: 13205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -193.5,-164.5 + parent: 1 + - uid: 13206 + components: + - type: Transform + pos: -30.5,6.5 + parent: 1 + - uid: 13207 + components: + - type: Transform + pos: -24.5,6.5 + parent: 1 + - uid: 13208 + components: + - type: Transform + pos: -12.5,6.5 + parent: 1 + - uid: 13209 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 13210 + components: + - type: Transform + pos: -12.5,10.5 + parent: 1 + - uid: 13211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -173.5,62.5 + parent: 1 + - uid: 13212 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.60232,-128.79852 + pos: -37.5,62.5 parent: 1 - - uid: 6918 + - uid: 13213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,62.5 + parent: 1 + - uid: 13214 + components: + - type: Transform + pos: -182.5,63.5 + parent: 1 + - uid: 13215 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.211697,-128.95477 + pos: -31.5,65.5 parent: 1 - - uid: 6919 + - uid: 13216 + components: + - type: Transform + pos: -31.5,57.5 + parent: 1 + - uid: 13217 + components: + - type: Transform + pos: -35.5,57.5 + parent: 1 + - uid: 13218 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.16482,-129.7829 + pos: 56.5,157.5 parent: 1 - - uid: 6921 + - uid: 13219 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6922 + pos: 7.5,-32.5 + parent: 1 + - uid: 13220 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6923 + pos: 13.5,-32.5 + parent: 1 + - uid: 13221 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6924 + rot: 3.141592653589793 rad + pos: 8.5,-38.5 + parent: 1 + - uid: 13222 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6925 + pos: 16.5,-32.5 + parent: 1 + - uid: 13223 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6926 + rot: 3.141592653589793 rad + pos: -102.5,-172.5 + parent: 1 + - uid: 13224 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6927 + rot: 1.5707963267948966 rad + pos: 101.5,-6.5 + parent: 1 + - uid: 13225 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6928 + rot: 1.5707963267948966 rad + pos: 117.5,-18.5 + parent: 1 + - uid: 13226 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6929 + pos: 160.5,-82.5 + parent: 1 + - uid: 13227 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6930 + rot: 3.141592653589793 rad + pos: 165.5,-180.5 + parent: 1 + - uid: 13228 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6941 + pos: 131.5,10.5 + parent: 1 + - uid: 13229 components: - type: Transform - pos: 165.9764,36.208576 + pos: 134.5,18.5 parent: 1 - - uid: 56047 + - uid: 13230 components: - type: Transform - pos: 101.51265,-6.4695587 + rot: 3.141592653589793 rad + pos: 123.5,31.5 parent: 1 -- proto: N14ChairArmchair - entities: - - uid: 6942 + - uid: 13231 components: - type: Transform rot: 3.141592653589793 rad - pos: 165.48468,16.69595 + pos: 43.5,-12.5 parent: 1 - - uid: 6943 + - uid: 13232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-16.5 + parent: 1 + - uid: 13233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-16.5 + parent: 1 + - uid: 13234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-20.5 + parent: 1 + - uid: 13235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-20.5 + parent: 1 + - uid: 13236 + components: + - type: Transform + pos: -30.5,2.5 + parent: 1 + - uid: 13237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,6.5 + parent: 1 + - uid: 13238 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 13239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,2.5 + parent: 1 + - uid: 13240 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.685524,-106.366585 + pos: 123.5,-19.5 parent: 1 - - uid: 6944 + - uid: 13241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 117.5,8.5 + parent: 1 + - uid: 13242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 105.5,13.5 + parent: 1 + - uid: 13243 components: - type: Transform rot: -1.5707963267948966 rad - pos: 82.60552,101.52834 + pos: 117.5,32.5 parent: 1 - - uid: 6945 + - uid: 13244 + components: + - type: Transform + pos: 138.5,15.5 + parent: 1 + - uid: 13245 + components: + - type: Transform + pos: 138.5,18.5 + parent: 1 + - uid: 13246 + components: + - type: Transform + pos: 115.5,10.5 + parent: 1 + - uid: 13247 components: - type: Transform rot: 1.5707963267948966 rad - pos: 206.41957,-28.651445 + pos: 117.5,15.5 parent: 1 - - uid: 6946 + - uid: 13248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 112.5,14.5 + parent: 1 + - uid: 13249 components: - type: Transform rot: -1.5707963267948966 rad - pos: 82.592804,100.798584 + pos: 129.5,14.5 parent: 1 - - uid: 6947 + - uid: 13250 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.514086,-20.407448 + pos: 113.5,-13.5 parent: 1 - - uid: 6948 + - uid: 13251 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.419397,-16.281307 + pos: 128.5,9.5 parent: 1 - - uid: 6949 + - uid: 13252 + components: + - type: Transform + pos: -55.5,2.5 + parent: 1 + - uid: 13253 + components: + - type: Transform + pos: -154.5,58.5 + parent: 1 + - uid: 13254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,4.5 + parent: 1 + - uid: 13255 + components: + - type: Transform + pos: -239.5,-80.5 + parent: 1 + - uid: 13256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -206.5,-88.5 + parent: 1 + - uid: 13257 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.398247,-115.32152 + pos: -74.5,5.5 parent: 1 - - uid: 6950 + - uid: 13258 components: - type: Transform - pos: 53.5,161.5 + rot: 1.5707963267948966 rad + pos: -161.5,67.5 parent: 1 - - uid: 6951 + - uid: 13259 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,159.5 + pos: -294.5,-39.5 parent: 1 - - uid: 6952 + - uid: 13260 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.53257,-28.32939 + pos: -68.5,22.5 parent: 1 - - uid: 6953 + - uid: 13261 components: - type: Transform - pos: -66.25754,-24.288668 + rot: 1.5707963267948966 rad + pos: 103.5,-46.5 parent: 1 - - uid: 6954 + - uid: 13262 components: - type: Transform - pos: -67.14816,-24.319918 + rot: -1.5707963267948966 rad + pos: 114.5,-5.5 parent: 1 - - uid: 6955 + - uid: 13263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,31.5 + parent: 1 + - uid: 13264 + components: + - type: Transform + pos: -54.5,30.5 + parent: 1 + - uid: 13265 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.552826,-13.245902 + pos: -71.5,22.5 parent: 1 - - uid: 6956 + - uid: 13266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.6010556,-12.458189 + pos: -70.5,27.5 parent: 1 - - uid: 6957 + - uid: 13267 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.4294014,-24.384563 + pos: -69.5,5.5 parent: 1 - - uid: 6958 + - uid: 13268 + components: + - type: Transform + pos: -79.5,5.5 + parent: 1 + - uid: 13269 components: - type: Transform rot: 3.141592653589793 rad - pos: -188.55775,-26.39594 + pos: -67.5,1.5 parent: 1 - - uid: 45733 + - uid: 13270 + components: + - type: Transform + pos: -52.5,34.5 + parent: 1 + - uid: 13271 + components: + - type: Transform + pos: -47.5,25.5 + parent: 1 + - uid: 13272 + components: + - type: Transform + pos: -55.5,24.5 + parent: 1 + - uid: 13273 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.657007,-75.02096 + pos: 21.5,-20.5 parent: 1 - - uid: 45821 + - uid: 13274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 117.5,-10.5 + parent: 1 + - uid: 13275 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.650862,-76.35176 + pos: 104.5,-6.5 parent: 1 - - uid: 47773 + - uid: 13276 components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.533768,152.62204 + pos: 110.5,-9.5 parent: 1 - - uid: 47775 + - uid: 13277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.5,-12.5 + parent: 1 + - uid: 13278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 121.5,34.5 + parent: 1 + - uid: 13279 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.39835,152.65329 + pos: 28.5,-24.5 parent: 1 - - uid: 49868 + - uid: 13280 components: - type: Transform rot: 3.141592653589793 rad - pos: 107.57516,12.5692005 + pos: -14.5,-23.5 parent: 1 - - uid: 50006 + - uid: 13281 components: - type: Transform - pos: 58.431545,44.617294 + rot: -1.5707963267948966 rad + pos: -181.5,29.5 parent: 1 - - uid: 55776 + - uid: 13282 components: - type: Transform - pos: -153.5,-124.5 + rot: 3.141592653589793 rad + pos: -179.5,-169.5 parent: 1 - - uid: 60967 + - uid: 13283 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.51072,168.61743 + pos: -134.5,56.5 parent: 1 - - uid: 63838 + - uid: 13284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -190.61101,39.662376 + rot: -1.5707963267948966 rad + pos: -279.5,-60.5 parent: 1 - - uid: 65224 + - uid: 13285 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.47899,-105.84335 + pos: -136.5,62.5 parent: 1 -- proto: N14ChairBarRetro - entities: - - uid: 6960 + - uid: 13286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-12.5 + rot: -1.5707963267948966 rad + pos: -173.5,28.5 parent: 1 - - uid: 6961 + - uid: 13287 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,-12.5 + pos: -187.5,22.5 parent: 1 - - uid: 6962 + - uid: 13288 components: - type: Transform - pos: -51.5,-124.5 + pos: 212.5,181.5 parent: 1 - - uid: 6963 + - uid: 13289 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-125.5 + pos: 215.5,183.5 parent: 1 - - uid: 6964 + - uid: 13290 components: - type: Transform - pos: -52.5,-124.5 + rot: 3.141592653589793 rad + pos: -221.5,-92.5 parent: 1 - - uid: 6965 + - uid: 13291 components: - type: Transform - pos: -65.5,-18.5 + rot: 3.141592653589793 rad + pos: -55.5,-21.5 parent: 1 - - uid: 6966 + - uid: 13292 components: - type: Transform - pos: -62.5,-18.5 + rot: -1.5707963267948966 rad + pos: -73.5,-12.5 parent: 1 - - uid: 6967 + - uid: 13293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -173.5,53.5 + parent: 1 + - uid: 13294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,62.5 + parent: 1 + - uid: 13295 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 1 + - uid: 13296 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,-20.5 + pos: -69.5,-12.5 parent: 1 - - uid: 6968 + - uid: 13297 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,-21.5 + pos: -177.5,53.5 parent: 1 - - uid: 6969 + - uid: 13298 components: - type: Transform - pos: -63.5,-18.5 + rot: 3.141592653589793 rad + pos: -70.5,-27.5 parent: 1 - - uid: 6970 + - uid: 13299 components: - type: Transform - pos: -60.5,-18.5 + rot: -1.5707963267948966 rad + pos: -54.5,-12.5 + parent: 1 + - uid: 13300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-27.5 + parent: 1 + - uid: 13301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -182.5,61.5 + parent: 1 + - uid: 13302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-17.5 + parent: 1 + - uid: 13303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -174.5,48.5 + parent: 1 + - uid: 13304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -169.5,53.5 + parent: 1 + - uid: 13305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-19.5 parent: 1 - - uid: 6971 + - uid: 13306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-22.5 + rot: 3.141592653589793 rad + pos: -26.5,-12.5 parent: 1 - - uid: 11320 + - uid: 13307 components: - type: Transform - pos: -182.5,63.5 + rot: 3.141592653589793 rad + pos: -5.5,-17.5 parent: 1 - - uid: 11387 + - uid: 13308 components: - type: Transform rot: 3.141592653589793 rad - pos: -182.5,61.5 + pos: -10.5,-12.5 parent: 1 - - uid: 47891 + - uid: 13309 components: - type: Transform rot: 3.141592653589793 rad - pos: -181.5,61.5 + pos: -7.5,-12.5 parent: 1 - - uid: 47893 + - uid: 13310 components: - type: Transform - pos: -181.5,63.5 + rot: 1.5707963267948966 rad + pos: -51.5,-40.5 parent: 1 -- proto: N14ChairDinerBench - entities: - - uid: 6972 + - uid: 13311 components: - type: Transform - pos: 22.5,5.5 + rot: 1.5707963267948966 rad + pos: -51.5,-36.5 parent: 1 - - uid: 6973 + - uid: 13312 components: - type: Transform - pos: 23.5,5.5 + rot: 3.141592653589793 rad + pos: 26.5,144.5 parent: 1 - - uid: 6974 + - uid: 13313 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,3.5 + pos: -24.5,-17.5 parent: 1 - - uid: 6975 + - uid: 13314 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,3.5 + pos: -8.5,-17.5 parent: 1 - - uid: 6976 + - uid: 13315 components: - type: Transform - pos: 22.5,2.5 + pos: 60.5,173.5 parent: 1 - - uid: 6977 + - uid: 13316 components: - type: Transform - pos: 23.5,2.5 + pos: -12.5,-29.5 parent: 1 - - uid: 6978 + - uid: 13317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,0.5 + pos: 28.5,168.5 parent: 1 - - uid: 6979 + - uid: 13318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,0.5 + pos: 34.5,168.5 parent: 1 - - uid: 6980 + - uid: 13319 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,0.5 + pos: -7.5,-23.5 parent: 1 - - uid: 6981 + - uid: 13320 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,0.5 + pos: -67.5,-21.5 parent: 1 - - uid: 6982 + - uid: 13321 components: - type: Transform - pos: 27.5,2.5 + rot: 1.5707963267948966 rad + pos: 132.5,-8.5 parent: 1 - - uid: 6983 + - uid: 13322 components: - type: Transform - pos: 28.5,2.5 + rot: -1.5707963267948966 rad + pos: 125.5,34.5 parent: 1 - - uid: 6984 + - uid: 13323 components: - type: Transform rot: 1.5707963267948966 rad - pos: -164.5,-16.5 + pos: 122.5,-16.5 parent: 1 - - uid: 6985 + - uid: 13324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -160.5,-16.5 + pos: 57.5,160.5 parent: 1 - - uid: 6986 + - uid: 13325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,-21.5 + pos: 112.5,-42.5 parent: 1 - - uid: 6987 + - uid: 13326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,-25.5 + pos: -110.5,-171.5 parent: 1 - - uid: 6988 + - uid: 13327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -158.5,-21.5 + rot: 3.141592653589793 rad + pos: 32.5,-13.5 parent: 1 - - uid: 6989 + - uid: 13328 components: - type: Transform rot: -1.5707963267948966 rad - pos: -158.5,-16.5 + pos: 28.5,-20.5 parent: 1 - - uid: 6990 + - uid: 13329 components: - type: Transform rot: -1.5707963267948966 rad - pos: -162.5,-16.5 + pos: 28.5,-15.5 parent: 1 - - uid: 6991 + - uid: 13330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -160.5,-21.5 + rot: 3.141592653589793 rad + pos: 36.5,-24.5 parent: 1 - - uid: 6992 + - uid: 13331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,9.5 + parent: 1 + - uid: 13332 components: - type: Transform rot: 1.5707963267948966 rad - pos: -164.5,-23.5 + pos: 88.5,18.5 parent: 1 - - uid: 6993 + - uid: 13333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-21.5 + pos: 95.5,18.5 parent: 1 - - uid: 6994 + - uid: 13334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-25.5 + pos: 25.5,-16.5 parent: 1 - - uid: 6995 + - uid: 13335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-23.5 + rot: 1.5707963267948966 rad + pos: 8.5,-26.5 parent: 1 - - uid: 47354 + - uid: 13336 components: - type: Transform - pos: -369.5,97.5 + pos: 50.5,160.5 parent: 1 - - uid: 47355 + - uid: 13337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -369.5,95.5 + rot: -1.5707963267948966 rad + pos: 139.5,11.5 parent: 1 - - uid: 47357 + - uid: 13338 components: - type: Transform - pos: -364.5,97.5 + rot: 1.5707963267948966 rad + pos: 48.5,151.5 parent: 1 - - uid: 47358 + - uid: 13339 components: - type: Transform rot: 3.141592653589793 rad - pos: -364.5,95.5 + pos: 57.5,151.5 parent: 1 - - uid: 47359 + - uid: 13340 components: - type: Transform - pos: -369.5,100.5 + rot: 3.141592653589793 rad + pos: 115.5,4.5 parent: 1 - - uid: 47360 + - uid: 13341 components: - type: Transform rot: 3.141592653589793 rad - pos: -369.5,98.5 + pos: 123.5,24.5 parent: 1 - - uid: 47361 + - uid: 13342 components: - type: Transform - pos: -364.5,100.5 + rot: 1.5707963267948966 rad + pos: 112.5,7.5 parent: 1 - - uid: 47362 + - uid: 13343 components: - type: Transform - rot: 3.141592653589793 rad - pos: -364.5,98.5 + rot: -1.5707963267948966 rad + pos: 134.5,14.5 parent: 1 - - uid: 61058 + - uid: 13344 components: - type: Transform rot: 1.5707963267948966 rad - pos: -178.5,-139.5 + pos: 167.5,-171.5 parent: 1 -- proto: N14ChairMetalBlue - entities: - - uid: 6996 + - uid: 13345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,-12.5 + pos: 26.5,148.5 parent: 1 - - uid: 6997 + - uid: 13346 components: - type: Transform rot: 1.5707963267948966 rad - pos: 157.5,-70.5 + pos: -181.5,55.5 parent: 1 - - uid: 6998 + - uid: 13347 components: - type: Transform - pos: 161.5,-66.5 + pos: -183.5,44.5 parent: 1 - - uid: 6999 + - uid: 13348 components: - type: Transform - pos: 163.5,-66.5 + rot: -1.5707963267948966 rad + pos: -181.5,38.5 parent: 1 - - uid: 7000 + - uid: 13349 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,-68.5 + pos: -34.5,7.5 parent: 1 - - uid: 7001 + - uid: 13350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 159.5,-70.5 + pos: -4.5,2.5 parent: 1 - - uid: 7002 + - uid: 13351 components: - type: Transform rot: 3.141592653589793 rad - pos: 111.5,-11.5 + pos: 15.5,1.5 parent: 1 - - uid: 7003 + - uid: 13352 components: - type: Transform - pos: 99.5,19.5 + pos: 15.5,6.5 parent: 1 - - uid: 7004 + - uid: 13353 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,0.5 + pos: 11.5,3.5 parent: 1 - - uid: 7005 + - uid: 13354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,2.5 + pos: 118.5,-5.5 parent: 1 - - uid: 7006 + - uid: 13355 components: - type: Transform - pos: -44.5,26.5 + rot: 1.5707963267948966 rad + pos: 107.5,9.5 parent: 1 - - uid: 7007 + - uid: 13356 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-39.5 + pos: 33.5,-19.5 parent: 1 - - uid: 7008 + - uid: 13357 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-66.5 + pos: 37.5,-18.5 parent: 1 - - uid: 7009 + - uid: 13358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-10.5 + rot: 3.141592653589793 rad + pos: 24.5,-20.5 parent: 1 - - uid: 7010 + - uid: 13359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-13.5 + pos: 24.5,-12.5 parent: 1 - - uid: 7011 + - uid: 13360 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-21.5 + pos: 87.5,13.5 parent: 1 - - uid: 7012 + - uid: 13361 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-28.5 + pos: 14.5,-26.5 parent: 1 - - uid: 7013 + - uid: 13362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-42.5 + rot: 3.141592653589793 rad + pos: 99.5,17.5 parent: 1 - - uid: 19998 + - uid: 13363 components: - type: Transform - pos: 46.5,170.5 + rot: -1.5707963267948966 rad + pos: 52.5,156.5 parent: 1 - - uid: 21223 + - uid: 13364 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,145.5 + pos: 132.5,-32.5 parent: 1 - - uid: 61922 + - uid: 13365 components: - type: Transform rot: -1.5707963267948966 rad - pos: -157.5,56.5 + pos: 184.5,-67.5 parent: 1 - - uid: 63468 + - uid: 13366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,-159.5 + rot: 3.141592653589793 rad + pos: 138.5,1.5 parent: 1 - - uid: 63497 + - uid: 13367 components: - type: Transform rot: 1.5707963267948966 rad - pos: 171.5,-167.5 + pos: -287.5,-54.5 parent: 1 - - uid: 65228 + - uid: 13368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-102.5 + rot: 1.5707963267948966 rad + pos: -177.5,26.5 parent: 1 - - uid: 65375 + - uid: 13369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-130.5 + rot: 3.141592653589793 rad + pos: 137.5,-11.5 parent: 1 - - uid: 65378 + - uid: 13370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-131.5 + pos: 172.5,-174.5 parent: 1 - - uid: 65380 + - uid: 13371 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-132.5 + rot: 1.5707963267948966 rad + pos: -168.5,24.5 parent: 1 -- proto: N14ChairMetalBlueBroken - entities: - - uid: 7014 + - uid: 13372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-88.5 + rot: 1.5707963267948966 rad + pos: 128.5,-10.5 parent: 1 - - uid: 7015 + - uid: 13373 components: - type: Transform - pos: 160.5,-66.5 + rot: -1.5707963267948966 rad + pos: 139.5,-9.5 parent: 1 - - uid: 7016 + - uid: 13374 components: - type: Transform rot: 3.141592653589793 rad - pos: 164.5,-68.5 + pos: 50.5,146.5 parent: 1 - - uid: 7017 + - uid: 13375 components: - type: Transform rot: 3.141592653589793 rad - pos: 164.5,-68.5 + pos: 13.5,-38.5 parent: 1 - - uid: 7018 + - uid: 13376 components: - type: Transform rot: 3.141592653589793 rad - pos: 160.5,-68.5 + pos: 171.5,-76.5 parent: 1 - - uid: 7019 + - uid: 13377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 157.5,-69.5 + rot: -1.5707963267948966 rad + pos: 163.5,-72.5 parent: 1 - - uid: 7020 + - uid: 13378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 177.5,-70.5 + parent: 1 + - uid: 13379 components: - type: Transform rot: 3.141592653589793 rad - pos: 110.5,-10.5 + pos: 93.5,13.5 parent: 1 - - uid: 7021 + - uid: 13380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,5.5 + rot: 3.141592653589793 rad + pos: 105.5,4.5 parent: 1 - - uid: 7022 + - uid: 13381 components: - type: Transform - pos: -45.5,26.5 + rot: 1.5707963267948966 rad + pos: 128.5,-2.5 parent: 1 - - uid: 7023 + - uid: 13382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,25.5 + rot: 1.5707963267948966 rad + pos: 102.5,20.5 parent: 1 - - uid: 7024 + - uid: 13383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,23.5 + rot: 3.141592653589793 rad + pos: 95.5,86.5 parent: 1 - - uid: 7025 + - uid: 13384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-40.5 + rot: 1.5707963267948966 rad + pos: 189.5,28.5 parent: 1 - - uid: 7026 + - uid: 13385 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,-100.5 + pos: 117.5,4.5 parent: 1 - - uid: 7027 + - uid: 13386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -164.5,-70.5 + rot: 1.5707963267948966 rad + pos: 167.5,-74.5 parent: 1 - - uid: 7028 + - uid: 13387 components: - type: Transform rot: -1.5707963267948966 rad - pos: 190.5,27.5 + pos: 173.5,-73.5 parent: 1 - - uid: 7029 + - uid: 13388 components: - type: Transform - pos: 162.5,54.5 + rot: -1.5707963267948966 rad + pos: -169.5,62.5 parent: 1 - - uid: 7030 + - uid: 13389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-11.5 + pos: -59.5,2.5 parent: 1 - - uid: 23739 + - uid: 13390 components: - type: Transform rot: 1.5707963267948966 rad - pos: 86.5,12.5 + pos: -97.5,-176.5 parent: 1 - - uid: 24057 + - uid: 13391 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,-73.5 + pos: 171.5,-179.5 parent: 1 - - uid: 44337 + - uid: 13392 components: - type: Transform rot: 1.5707963267948966 rad - pos: -246.5,-102.5 + pos: 181.5,-74.5 parent: 1 - - uid: 46131 + - uid: 13393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -406.5,66.5 + rot: 3.141592653589793 rad + pos: 185.5,-76.5 parent: 1 - - uid: 61091 + - uid: 13394 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,145.5 + pos: -241.5,-101.5 parent: 1 - - uid: 65364 + - uid: 13395 components: - type: Transform - pos: 76.5,-129.5 + rot: 3.141592653589793 rad + pos: -247.5,-104.5 parent: 1 -- proto: N14ChairMetalBlueUnfinished - entities: - - uid: 297 + - uid: 13396 components: - type: Transform rot: -1.5707963267948966 rad - pos: 88.5,12.5 + pos: -247.5,-108.5 parent: 1 - - uid: 7031 + - uid: 13397 components: - type: Transform - pos: 164.5,-66.5 + rot: -1.5707963267948966 rad + pos: -242.5,-105.5 parent: 1 - - uid: 7032 + - uid: 13398 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,-68.5 + pos: 170.5,-67.5 parent: 1 - - uid: 7033 + - uid: 13399 components: - type: Transform rot: 3.141592653589793 rad - pos: 163.5,-68.5 - parent: 1 - - uid: 7034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 159.5,-69.5 + pos: 166.5,-70.5 parent: 1 - - uid: 7035 + - uid: 13400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,3.5 + pos: 158.5,-76.5 parent: 1 - - uid: 7036 + - uid: 13401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,24.5 + pos: 175.5,-67.5 parent: 1 - - uid: 7037 + - uid: 13402 components: - type: Transform rot: 1.5707963267948966 rad - pos: 179.5,146.5 + pos: 173.5,-69.5 parent: 1 - - uid: 7038 + - uid: 13403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 182.5,29.5 + pos: 162.5,-67.5 parent: 1 - - uid: 7039 + - uid: 13404 components: - type: Transform rot: 3.141592653589793 rad - pos: 162.5,52.5 + pos: 158.5,-72.5 parent: 1 - - uid: 20006 + - uid: 13405 components: - type: Transform - pos: 45.5,170.5 + rot: -1.5707963267948966 rad + pos: 177.5,-75.5 parent: 1 - - uid: 63495 + - uid: 13406 components: - type: Transform rot: 1.5707963267948966 rad - pos: 171.5,-166.5 + pos: 181.5,-70.5 parent: 1 - - uid: 63496 + - uid: 13407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-166.5 + pos: -163.5,-115.5 parent: 1 -- proto: N14ChairMetalFolding - entities: - - uid: 233 + - uid: 13408 components: - type: Transform rot: -1.5707963267948966 rad - pos: 87.5,-9.5 + pos: -175.5,-94.5 parent: 1 - - uid: 7040 + - uid: 13409 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-73.5 + rot: 1.5707963267948966 rad + pos: -175.5,-97.5 parent: 1 - - uid: 7041 + - uid: 13410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-74.5 + pos: -170.5,48.5 parent: 1 - - uid: 7042 + - uid: 13411 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,-72.5 + pos: -181.5,36.5 parent: 1 - - uid: 7043 + - uid: 13412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,5.5 + rot: 1.5707963267948966 rad + pos: -177.5,57.5 parent: 1 - - uid: 7044 + - uid: 13413 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,0.5 + pos: -191.5,43.5 parent: 1 - - uid: 7045 + - uid: 13414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 + rot: -1.5707963267948966 rad + pos: 139.5,-4.5 parent: 1 - - uid: 7046 + - uid: 13415 components: - type: Transform - pos: -1.5,2.5 + rot: -1.5707963267948966 rad + pos: 132.5,0.5 parent: 1 - - uid: 7047 + - uid: 13416 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,0.5 + pos: 172.5,-175.5 parent: 1 - - uid: 7048 + - uid: 13417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 172.5,-170.5 + parent: 1 + - uid: 13418 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,1.5 + pos: -19.5,8.5 parent: 1 - - uid: 7049 + - uid: 13419 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,0.5 + pos: -17.5,8.5 parent: 1 - - uid: 7050 + - uid: 13420 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,0.5 + pos: -17.5,12.5 parent: 1 - - uid: 7051 + - uid: 13421 components: - type: Transform - pos: -7.5,1.5 + pos: -173.5,-107.5 parent: 1 - - uid: 7052 + - uid: 13422 components: - type: Transform - pos: -194.5,-189.5 + rot: 1.5707963267948966 rad + pos: -19.5,12.5 parent: 1 - - uid: 7053 + - uid: 13423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,1.5 + parent: 1 + - uid: 13424 components: - type: Transform rot: 1.5707963267948966 rad - pos: 159.5,132.5 + pos: -111.5,-164.5 parent: 1 - - uid: 7055 + - uid: 13425 components: - type: Transform - rot: 3.141592653589793 rad - pos: 174.5,161.5 + pos: -35.5,11.5 parent: 1 - - uid: 7056 + - uid: 13426 components: - type: Transform rot: -1.5707963267948966 rad - pos: 182.5,163.5 + pos: -29.5,11.5 parent: 1 - - uid: 7057 + - uid: 13427 components: - type: Transform rot: 1.5707963267948966 rad - pos: 179.5,152.5 + pos: -7.5,11.5 parent: 1 - - uid: 7058 + - uid: 13428 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 13429 components: - type: Transform rot: -1.5707963267948966 rad - pos: 194.5,28.5 + pos: 117.5,-16.5 parent: 1 - - uid: 7059 + - uid: 13430 components: - type: Transform - pos: 197.5,217.5 + rot: 1.5707963267948966 rad + pos: 157.5,-68.5 parent: 1 - - uid: 7060 + - uid: 13431 components: - type: Transform - pos: 198.5,217.5 + pos: 124.5,30.5 parent: 1 - - uid: 7061 + - uid: 13432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 196.5,215.5 + pos: 123.5,20.5 parent: 1 - - uid: 7062 + - uid: 13433 components: - type: Transform rot: 1.5707963267948966 rad - pos: 196.5,216.5 + pos: 128.5,-6.5 parent: 1 - - uid: 7063 + - uid: 13434 components: - type: Transform rot: 1.5707963267948966 rad - pos: 212.5,182.5 + pos: 128.5,1.5 parent: 1 - - uid: 46924 + - uid: 13435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,86.5 + pos: 51.5,142.5 parent: 1 - - uid: 47101 + - uid: 13436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-10.5 + rot: 1.5707963267948966 rad + pos: 268.5,135.5 parent: 1 - - uid: 55862 + - uid: 13437 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-101.5 + rot: -1.5707963267948966 rad + pos: 270.5,135.5 parent: 1 - - uid: 64142 + - uid: 13438 components: - type: Transform rot: 1.5707963267948966 rad - pos: -107.5,-29.5 + pos: 265.5,131.5 parent: 1 - - uid: 64188 + - uid: 13439 components: - type: Transform - pos: -106.5,-28.5 + rot: -1.5707963267948966 rad + pos: 273.5,131.5 parent: 1 -- proto: N14ChairMetalGreen - entities: - - uid: 7064 + - uid: 13440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 136.5,-33.5 + pos: 274.5,127.5 parent: 1 - - uid: 7065 + - uid: 13441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,-9.5 + pos: 264.5,127.5 parent: 1 - - uid: 7066 + - uid: 13442 components: - type: Transform - pos: 184.5,-75.5 + pos: 57.5,145.5 parent: 1 - - uid: 7067 + - uid: 13443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 111.5,-10.5 + pos: 311.5,107.5 parent: 1 - - uid: 7068 + - uid: 13444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.5,-11.5 + pos: 312.5,99.5 parent: 1 - - uid: 7069 + - uid: 13445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-13.5 + pos: 310.5,99.5 parent: 1 - - uid: 7070 + - uid: 13446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,16.5 + rot: 1.5707963267948966 rad + pos: 316.5,101.5 parent: 1 - - uid: 7071 + - uid: 13447 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,16.5 + rot: -1.5707963267948966 rad + pos: 306.5,101.5 parent: 1 - - uid: 7072 + - uid: 13448 components: - type: Transform - pos: 98.5,19.5 + rot: 3.141592653589793 rad + pos: 311.5,97.5 parent: 1 - - uid: 7073 + - uid: 13449 components: - type: Transform - pos: -46.5,26.5 + rot: 1.5707963267948966 rad + pos: 307.5,105.5 parent: 1 - - uid: 7074 + - uid: 13450 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-67.5 + rot: -1.5707963267948966 rad + pos: 315.5,105.5 parent: 1 - - uid: 7075 + - uid: 13451 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-66.5 + pos: 302.5,105.5 parent: 1 - - uid: 7076 + - uid: 13452 components: - type: Transform - pos: -68.5,-26.5 + rot: -1.5707963267948966 rad + pos: 302.5,99.5 parent: 1 - - uid: 7077 + - uid: 13453 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-39.5 + pos: 320.5,105.5 parent: 1 - - uid: 7078 + - uid: 13454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-39.5 + rot: 1.5707963267948966 rad + pos: 320.5,99.5 parent: 1 - - uid: 7079 + - uid: 13455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-43.5 + pos: -15.5,-20.5 parent: 1 - - uid: 10871 + - uid: 13456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,7.5 + pos: -76.5,1.5 parent: 1 - - uid: 20005 + - uid: 13457 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,168.5 + pos: -65.5,22.5 parent: 1 - - uid: 38705 + - uid: 13458 components: - type: Transform rot: 3.141592653589793 rad - pos: -96.5,-178.5 + pos: -62.5,28.5 parent: 1 - - uid: 45671 + - uid: 13459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-71.5 + pos: -58.5,34.5 parent: 1 - - uid: 45718 + - uid: 13460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -407.5,65.5 + rot: 1.5707963267948966 rad + pos: -73.5,0.5 parent: 1 - - uid: 47782 + - uid: 13461 components: - type: Transform - pos: 3.5,151.5 + pos: -47.5,34.5 parent: 1 - - uid: 47787 + - uid: 13462 components: - type: Transform - pos: 2.5,151.5 + rot: -1.5707963267948966 rad + pos: -44.5,30.5 parent: 1 - - uid: 47788 + - uid: 13463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,149.5 + pos: -74.5,-17.5 parent: 1 - - uid: 47791 + - uid: 13464 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,149.5 + pos: -210.5,-80.5 parent: 1 - - uid: 61904 + - uid: 13465 components: - type: Transform rot: 1.5707963267948966 rad - pos: -160.5,56.5 + pos: -169.5,57.5 parent: 1 - - uid: 61909 + - uid: 13466 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,55.5 + rot: 1.5707963267948966 rad + pos: -164.5,61.5 parent: 1 - - uid: 61918 + - uid: 13467 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,55.5 + pos: 52.5,151.5 parent: 1 - - uid: 63466 + - uid: 13468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,-159.5 + pos: -62.5,34.5 parent: 1 - - uid: 63498 + - uid: 13469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-167.5 + pos: 94.5,-115.5 parent: 1 - - uid: 63499 + - uid: 13470 components: - type: Transform rot: 1.5707963267948966 rad - pos: 172.5,-166.5 + pos: -146.5,53.5 parent: 1 - - uid: 63664 + - uid: 13471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,61.5 + pos: -46.5,-33.5 parent: 1 - - uid: 64161 + - uid: 13472 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-178.5 + pos: -67.5,27.5 parent: 1 - - uid: 64559 + - uid: 13473 components: - type: Transform - pos: -115.5,-163.5 + rot: 3.141592653589793 rad + pos: -172.5,36.5 parent: 1 - - uid: 64562 + - uid: 13474 components: - type: Transform - pos: -107.5,-170.5 + pos: -177.5,32.5 parent: 1 - - uid: 65697 + - uid: 13475 components: - type: Transform - pos: 95.5,-105.5 + pos: -189.5,35.5 parent: 1 -- proto: N14ChairMetalGreenBroken - entities: - - uid: 7081 + - uid: 13476 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,3.5 + pos: -173.5,41.5 parent: 1 - - uid: 7082 + - uid: 13477 components: - type: Transform - pos: -68.5,28.5 + rot: -1.5707963267948966 rad + pos: -191.5,29.5 parent: 1 - - uid: 7083 + - uid: 13478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 182.5,31.5 + pos: -47.5,-47.5 parent: 1 - - uid: 7084 + - uid: 13479 components: - type: Transform - pos: 189.5,39.5 + rot: 3.141592653589793 rad + pos: -20.5,-73.5 parent: 1 - - uid: 7085 + - uid: 13480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-17.5 + pos: -177.5,36.5 parent: 1 - - uid: 12981 + - uid: 13481 components: - type: Transform - pos: -97.5,-176.5 + pos: -56.5,-45.5 parent: 1 - - uid: 19996 + - uid: 13482 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,168.5 + rot: 1.5707963267948966 rad + pos: -58.5,-38.5 parent: 1 - - uid: 63467 + - uid: 13483 components: - type: Transform rot: 3.141592653589793 rad - pos: 174.5,-158.5 + pos: -195.5,26.5 parent: 1 - - uid: 64561 + - uid: 13484 components: - type: Transform - pos: -109.5,-170.5 + rot: 1.5707963267948966 rad + pos: -181.5,-109.5 parent: 1 - - uid: 65222 + - uid: 13485 components: - type: Transform - pos: 76.5,-101.5 + rot: -1.5707963267948966 rad + pos: -52.5,-45.5 parent: 1 -- proto: N14ChairMetalGreenUnfinished - entities: - - uid: 25266 + - uid: 13486 components: - type: Transform - pos: -96.5,-176.5 + rot: 1.5707963267948966 rad + pos: -48.5,-34.5 parent: 1 - - uid: 44332 + - uid: 13487 components: - type: Transform rot: -1.5707963267948966 rad - pos: -244.5,-102.5 + pos: -55.5,-41.5 parent: 1 -- proto: N14ChairMetalRed - entities: - - uid: 7086 + - uid: 13488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 130.5,-9.5 + pos: -186.5,25.5 parent: 1 - - uid: 7087 + - uid: 13489 components: - type: Transform - pos: 24.5,-15.5 + rot: 1.5707963267948966 rad + pos: -189.5,38.5 parent: 1 - - uid: 7088 + - uid: 13490 components: - type: Transform - pos: -40.5,-113.5 + rot: 1.5707963267948966 rad + pos: -182.5,48.5 parent: 1 - - uid: 7089 + - uid: 13491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,31.5 + rot: 3.141592653589793 rad + pos: -187.5,55.5 parent: 1 - - uid: 7090 + - uid: 13492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-14.5 + pos: -186.5,44.5 parent: 1 - - uid: 7091 + - uid: 13493 components: - type: Transform rot: 1.5707963267948966 rad - pos: -67.5,-12.5 + pos: -181.5,-99.5 parent: 1 - - uid: 7092 + - uid: 13494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-17.5 + rot: 1.5707963267948966 rad + pos: -171.5,-101.5 parent: 1 - - uid: 7093 + - uid: 13495 components: - type: Transform - pos: -34.5,-41.5 + rot: -1.5707963267948966 rad + pos: -193.5,-105.5 parent: 1 - - uid: 61494 + - uid: 13496 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,7.5 + rot: 1.5707963267948966 rad + pos: -181.5,-111.5 parent: 1 - - uid: 62391 + - uid: 13497 components: - type: Transform rot: 1.5707963267948966 rad - pos: -174.5,62.5 + pos: -181.5,-103.5 parent: 1 - - uid: 65257 + - uid: 13498 components: - type: Transform - pos: 205.5,-34.5 + pos: -175.5,-101.5 parent: 1 - - uid: 65596 + - uid: 13499 components: - type: Transform - pos: 101.5,-112.5 + rot: 1.5707963267948966 rad + pos: -171.5,-96.5 parent: 1 -- proto: N14ChairMetalRedBroken - entities: - - uid: 7094 + - uid: 13500 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,0.5 - parent: 1 - - uid: 7095 - components: - - type: Transform - pos: -41.5,-113.5 + pos: -167.5,-102.5 parent: 1 - - uid: 7096 + - uid: 13501 components: - type: Transform - pos: 180.5,147.5 + rot: 1.5707963267948966 rad + pos: 13.5,-61.5 parent: 1 - - uid: 7097 + - uid: 13502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,14.5 + rot: 3.141592653589793 rad + pos: -30.5,-73.5 parent: 1 - - uid: 7098 + - uid: 13503 components: - type: Transform rot: -1.5707963267948966 rad - pos: 186.5,30.5 + pos: 33.5,-66.5 parent: 1 - - uid: 7099 + - uid: 13504 components: - type: Transform - pos: -5.5,-49.5 + rot: 3.141592653589793 rad + pos: 19.5,-68.5 parent: 1 - - uid: 11575 + - uid: 13505 components: - type: Transform rot: 1.5707963267948966 rad - pos: -174.5,60.5 - parent: 1 - - uid: 27389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,7.5 + pos: 42.5,-33.5 parent: 1 - - uid: 64469 + - uid: 13506 components: - type: Transform - pos: -106.5,-150.5 + rot: 1.5707963267948966 rad + pos: 21.5,-72.5 parent: 1 - - uid: 64491 + - uid: 13507 components: - type: Transform - pos: -108.5,-150.5 + rot: 1.5707963267948966 rad + pos: 39.5,-60.5 parent: 1 - - uid: 64500 + - uid: 13508 components: - type: Transform - pos: -107.5,-150.5 + rot: -1.5707963267948966 rad + pos: 48.5,-66.5 parent: 1 - - uid: 65597 + - uid: 13509 components: - type: Transform - pos: 103.5,-112.5 + rot: -1.5707963267948966 rad + pos: -181.5,56.5 parent: 1 -- proto: N14ChairMetalRedUnfinished - entities: - - uid: 7100 + - uid: 13510 components: - type: Transform rot: 1.5707963267948966 rad - pos: 133.5,8.5 + pos: -195.5,28.5 parent: 1 - - uid: 7101 + - uid: 13511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,29.5 + rot: -1.5707963267948966 rad + pos: -154.5,66.5 parent: 1 - - uid: 7102 + - uid: 13512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,15.5 + rot: -1.5707963267948966 rad + pos: -156.5,73.5 parent: 1 - - uid: 63500 + - uid: 13513 components: - type: Transform rot: 1.5707963267948966 rad - pos: 172.5,-167.5 + pos: -158.5,71.5 parent: 1 -- proto: N14ChairOfficeBlue - entities: - - uid: 7103 + - uid: 13514 components: - type: Transform rot: 3.141592653589793 rad - pos: 163.5,-76.5 + pos: -178.5,32.5 parent: 1 - - uid: 7104 + - uid: 13515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,60.5 + pos: -173.5,32.5 parent: 1 - - uid: 7105 + - uid: 13516 components: - type: Transform rot: 1.5707963267948966 rad - pos: 116.5,-11.5 + pos: -152.5,62.5 parent: 1 - - uid: 7106 + - uid: 13517 components: - type: Transform - pos: -52.5,33.5 + rot: 3.141592653589793 rad + pos: -192.5,-109.5 parent: 1 - - uid: 7107 + - uid: 13518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-70.5 + rot: -1.5707963267948966 rad + pos: -185.5,-108.5 parent: 1 - - uid: 7108 + - uid: 13519 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-117.5 + pos: -179.5,-110.5 parent: 1 - - uid: 7109 + - uid: 13520 components: - type: Transform - pos: 166.5,36.5 + pos: -187.5,-104.5 parent: 1 - - uid: 7110 + - uid: 13521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 201.5,212.5 + pos: -180.5,-108.5 parent: 1 - - uid: 47961 + - uid: 13522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -168.5,-116.5 + parent: 1 + - uid: 13523 components: - type: Transform rot: 1.5707963267948966 rad - pos: 114.5,14.5 + pos: -170.5,-111.5 parent: 1 - - uid: 49872 + - uid: 13524 components: - type: Transform rot: 3.141592653589793 rad - pos: 104.5,13.5 + pos: -178.5,-133.5 parent: 1 - - uid: 61341 + - uid: 13525 components: - type: Transform - pos: 128.5,10.5 + pos: -159.5,-110.5 parent: 1 - - uid: 61739 + - uid: 13526 components: - type: Transform rot: -1.5707963267948966 rad - pos: -187.6737,29.20243 + pos: -157.5,-112.5 parent: 1 - - uid: 61780 + - uid: 13527 components: - type: Transform rot: 3.141592653589793 rad - pos: -185.69455,29.932104 - parent: 1 - - uid: 61906 - components: - - type: Transform - pos: -158.91017,60.502735 + pos: -159.5,-113.5 parent: 1 - - uid: 63368 + - uid: 13528 components: - type: Transform rot: 1.5707963267948966 rad - pos: 177.76207,-177.49606 - parent: 1 -- proto: N14ChairOfficeBlueBroken - entities: - - uid: 7111 - components: - - type: Transform - pos: 45.5,5.5 + pos: -179.5,-137.5 parent: 1 - - uid: 7112 + - uid: 13529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,10.5 + rot: -1.5707963267948966 rad + pos: -174.5,-113.5 parent: 1 - - uid: 7113 + - uid: 13530 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-14.5 + pos: -164.5,-94.5 parent: 1 - - uid: 7114 + - uid: 13531 components: - type: Transform - pos: 188.5,27.5 + rot: -1.5707963267948966 rad + pos: -183.5,-137.5 parent: 1 - - uid: 7115 + - uid: 13532 components: - type: Transform rot: 1.5707963267948966 rad - pos: 197.5,213.5 + pos: -163.5,-102.5 parent: 1 - - uid: 9531 + - uid: 13533 components: - type: Transform - pos: -116.03866,-154.412 + rot: 3.141592653589793 rad + pos: -166.5,-107.5 parent: 1 - - uid: 47747 + - uid: 13534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,157.5 + pos: -165.5,-111.5 parent: 1 - - uid: 63364 + - uid: 13535 components: - type: Transform rot: 1.5707963267948966 rad - pos: 177.68915,-175.56764 + pos: -176.5,-112.5 parent: 1 - - uid: 64427 + - uid: 13536 components: - type: Transform - pos: -115.46053,-157.31825 + pos: 51.5,170.5 parent: 1 - - uid: 64445 + - uid: 13537 components: - type: Transform - pos: -116.17928,-151.38075 + pos: -186.5,-102.5 parent: 1 -- proto: N14ChairOfficeErgonomic - entities: - - uid: 7116 + - uid: 13538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -186.5,-98.5 + parent: 1 + - uid: 13539 components: - type: Transform rot: 3.141592653589793 rad - pos: 106.5,-48.5 + pos: 49.5,167.5 parent: 1 - - uid: 7117 + - uid: 13540 components: - type: Transform - pos: 97.5,6.5 + rot: 1.5707963267948966 rad + pos: -75.5,-22.5 parent: 1 - - uid: 7118 + - uid: 13541 components: - type: Transform rot: 3.141592653589793 rad - pos: 184.5,-77.5 + pos: -62.5,31.5 parent: 1 - - uid: 7119 + - uid: 13542 components: - type: Transform - pos: -18.5,13.5 + pos: -22.5,-12.5 parent: 1 - - uid: 7120 + - uid: 13543 components: - type: Transform - pos: 48.5,160.5 + pos: -60.5,24.5 parent: 1 - - uid: 7121 + - uid: 13544 components: - type: Transform rot: 1.5707963267948966 rad - pos: 215.5,185.5 + pos: 84.5,-129.5 parent: 1 - - uid: 7122 + - uid: 13545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,219.5 + pos: -66.5,-25.5 parent: 1 - - uid: 11423 + - uid: 13546 components: - type: Transform rot: -1.5707963267948966 rad - pos: -158.5091,66.17076 + pos: -36.5,-15.5 parent: 1 - - uid: 12788 + - uid: 13547 components: - type: Transform - pos: 128.5,16.5 + pos: 34.5,148.5 parent: 1 - - uid: 24562 + - uid: 13548 components: - type: Transform rot: 1.5707963267948966 rad - pos: -183.51096,62.633858 - parent: 1 - - uid: 55340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-94.5 + pos: 86.5,-130.5 parent: 1 - - uid: 63539 + - uid: 13549 components: - type: Transform - pos: -115.98806,-165.29552 + pos: 100.5,-120.5 parent: 1 - - uid: 63828 + - uid: 13550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5618,64.21823 + rot: 1.5707963267948966 rad + pos: 101.5,-114.5 parent: 1 - - uid: 64395 + - uid: 13551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.95131,-174.75601 + pos: 102.5,-110.5 parent: 1 -- proto: N14ChairOfficeGreen - entities: - - uid: 7123 + - uid: 13552 components: - type: Transform rot: 1.5707963267948966 rad - pos: 129.5,-12.5 + pos: 96.5,-104.5 parent: 1 - - uid: 7124 + - uid: 13553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,23.5 + pos: 103.5,-104.5 parent: 1 - - uid: 7125 + - uid: 13554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-20.5 + rot: -1.5707963267948966 rad + pos: 100.5,-106.5 parent: 1 - - uid: 7126 + - uid: 13555 components: - type: Transform rot: 1.5707963267948966 rad - pos: 195.5,211.5 + pos: 96.5,-110.5 parent: 1 - - uid: 7127 + - uid: 13556 components: - type: Transform rot: 1.5707963267948966 rad - pos: 195.5,213.5 + pos: 79.5,-127.5 parent: 1 - - uid: 7129 + - uid: 13557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-38.5 + pos: 75.5,-127.5 parent: 1 - - uid: 7130 + - uid: 13558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-13.5 + rot: 1.5707963267948966 rad + pos: 81.5,-131.5 parent: 1 - - uid: 10692 + - uid: 13559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,110.5 + pos: 77.5,-102.5 parent: 1 - - uid: 11548 + - uid: 13560 components: - type: Transform - pos: -151.4639,63.56511 + pos: 84.5,-102.5 parent: 1 - - uid: 46133 + - uid: 13561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -404.5,66.5 + rot: 1.5707963267948966 rad + pos: 85.5,-107.5 parent: 1 - - uid: 47589 + - uid: 13562 components: - type: Transform rot: 3.141592653589793 rad - pos: -390.5,90.5 + pos: 17.5,150.5 parent: 1 - - uid: 50027 + - uid: 13563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,14.5 + pos: 43.5,170.5 parent: 1 - - uid: 50034 + - uid: 13564 components: - type: Transform rot: 3.141592653589793 rad - pos: 112.5,11.5 + pos: -47.5,23.5 parent: 1 - - uid: 55988 + - uid: 13565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,-105.5 + pos: -60.5,-25.5 parent: 1 - - uid: 61103 + - uid: 13566 components: - type: Transform - pos: 26.5,169.5 + rot: 3.141592653589793 rad + pos: -25.5,57.5 parent: 1 - - uid: 61761 + - uid: 13567 components: - type: Transform - pos: -173.46498,29.540909 + rot: -1.5707963267948966 rad + pos: -26.5,66.5 parent: 1 - - uid: 61897 + - uid: 13568 components: - type: Transform rot: -1.5707963267948966 rad - pos: -152.62048,54.60131 + pos: -25.5,60.5 parent: 1 - - uid: 61932 + - uid: 13569 + components: + - type: Transform + pos: -35.5,66.5 + parent: 1 + - uid: 13570 components: - type: Transform rot: 3.141592653589793 rad - pos: -138.10889,54.84694 + pos: -35.5,65.5 parent: 1 - - uid: 63366 + - uid: 13571 components: - type: Transform - pos: 176.01207,-171.15321 + rot: 1.5707963267948966 rad + pos: -40.5,65.5 parent: 1 - - uid: 63861 + - uid: 13572 components: - type: Transform - rot: 3.141592653589793 rad - pos: -134.01775,54.66348 + pos: 17.5,142.5 parent: 1 -- proto: N14ChairOfficeGreenBroken - entities: - - uid: 7131 + - uid: 13573 components: - type: Transform rot: 3.141592653589793 rad - pos: 184.5,-71.5 + pos: -288.5,-88.5 parent: 1 - - uid: 7132 + - uid: 13574 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-33.5 + pos: -153.5,54.5 parent: 1 - - uid: 7133 + - uid: 13575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-72.5 + rot: 3.141592653589793 rad + pos: 34.5,144.5 parent: 1 - - uid: 7134 + - uid: 13576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-114.5 + rot: -1.5707963267948966 rad + pos: -278.5,-72.5 parent: 1 - - uid: 7135 + - uid: 13577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 166.5,54.5 + pos: -141.5,58.5 parent: 1 - - uid: 7138 + - uid: 13578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 197.5,211.5 + rot: -1.5707963267948966 rad + pos: -145.5,54.5 parent: 1 - - uid: 7139 + - uid: 13579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-39.5 + pos: 17.5,146.5 parent: 1 - - uid: 46137 + - uid: 13580 components: - type: Transform - pos: -405.5,65.5 + pos: -255.5,-80.5 parent: 1 - - uid: 47780 + - uid: 13581 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,151.5 + pos: -160.5,64.5 parent: 1 - - uid: 63434 + - uid: 13582 components: - type: Transform rot: -1.5707963267948966 rad - pos: 171.26689,-179.65727 + pos: -150.5,53.5 parent: 1 - - uid: 65213 + - uid: 13583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.56258,-31.337597 + pos: -229.5,-80.5 parent: 1 -- proto: N14ChairOfficeRed - entities: - - uid: 7140 + - uid: 13584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,58.5 + rot: 3.141592653589793 rad + pos: -148.5,58.5 parent: 1 - - uid: 7141 + - uid: 13585 components: - type: Transform - pos: -48.5,35.5 + rot: -1.5707963267948966 rad + pos: -157.5,66.5 parent: 1 - - uid: 7142 + - uid: 13586 components: - type: Transform - pos: 44.5,-30.5 + rot: 3.141592653589793 rad + pos: -246.5,-88.5 parent: 1 - - uid: 47590 + - uid: 13587 components: - type: Transform rot: -1.5707963267948966 rad - pos: -385.5,93.5 + pos: -279.5,-24.5 parent: 1 - - uid: 55252 + - uid: 13588 components: - type: Transform - pos: -185.5,-108.5 + pos: -158.5,60.5 parent: 1 - - uid: 63898 + - uid: 13589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -132.3558,58.166653 + rot: 3.141592653589793 rad + pos: -159.5,56.5 parent: 1 - - uid: 64546 + - uid: 13590 components: - type: Transform - pos: -98.048454,-161.42479 + rot: 3.141592653589793 rad + pos: -304.5,-38.5 parent: 1 -- proto: N14ChairOfficeRedBroken - entities: - - uid: 6007 + - uid: 13591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -242.5,-107.5 + rot: -1.5707963267948966 rad + pos: -279.5,-43.5 parent: 1 - - uid: 7143 + - uid: 13592 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,10.5 + pos: -279.5,-88.5 parent: 1 - - uid: 7144 + - uid: 13593 components: - type: Transform - pos: 42.5,-36.5 + rot: -1.5707963267948966 rad + pos: -189.5,51.5 parent: 1 - - uid: 7145 + - uid: 13594 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-125.5 + pos: -188.5,46.5 parent: 1 - - uid: 7146 + - uid: 13595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,38.5 + pos: -55.5,-49.5 parent: 1 - - uid: 47772 + - uid: 13596 components: - type: Transform - pos: 48.5,151.5 + rot: -1.5707963267948966 rad + pos: -32.5,-39.5 parent: 1 - - uid: 64260 + - uid: 13597 components: - type: Transform - pos: -103.88554,-154.2914 + rot: 3.141592653589793 rad + pos: -42.5,-43.5 parent: 1 -- proto: N14ChairPlastic - entities: - - uid: 7147 + - uid: 13598 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,-70.5 + pos: -32.5,-42.5 parent: 1 - - uid: 7148 + - uid: 13599 components: - type: Transform - pos: 177.5,147.5 + rot: -1.5707963267948966 rad + pos: -38.5,-34.5 parent: 1 - - uid: 7149 + - uid: 13600 components: - type: Transform rot: 1.5707963267948966 rad - pos: 176.5,146.5 + pos: -48.5,-42.5 parent: 1 - - uid: 7150 + - uid: 13601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,152.5 + rot: 1.5707963267948966 rad + pos: -12.5,-33.5 parent: 1 - - uid: 7151 + - uid: 13602 components: - type: Transform - rot: 3.141592653589793 rad - pos: 177.5,151.5 + pos: -39.5,-38.5 parent: 1 - - uid: 7152 + - uid: 13603 components: - type: Transform rot: 1.5707963267948966 rad - pos: 176.5,148.5 + pos: -7.5,-31.5 parent: 1 - - uid: 7153 + - uid: 13604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,148.5 + rot: 3.141592653589793 rad + pos: -55.5,-34.5 parent: 1 - - uid: 7154 + - uid: 13605 components: - type: Transform rot: -1.5707963267948966 rad - pos: 167.5,14.5 + pos: -38.5,-42.5 parent: 1 - - uid: 7155 + - uid: 13606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,48.5 + pos: -2.5,-29.5 parent: 1 - - uid: 7156 + - uid: 13607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,-23.5 + pos: -46.5,-38.5 parent: 1 - - uid: 47730 + - uid: 13608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-96.5 + rot: 3.141592653589793 rad + pos: -2.5,-31.5 parent: 1 - - uid: 55932 + - uid: 13609 components: - type: Transform rot: -1.5707963267948966 rad - pos: -167.5,-102.5 + pos: -33.5,-34.5 parent: 1 - - uid: 55961 + - uid: 13610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-102.5 + pos: -41.5,-33.5 parent: 1 - - uid: 55985 + - uid: 13611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,-101.5 + pos: -189.5,-170.5 parent: 1 - - uid: 55991 + - uid: 13612 components: - type: Transform - pos: -168.5,-103.5 + rot: 3.141592653589793 rad + pos: -181.5,-172.5 parent: 1 - - uid: 65234 + - uid: 13613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.5,-36.5 + pos: -193.5,-165.5 parent: 1 - - uid: 65524 + - uid: 13614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-123.5 + pos: -187.5,-166.5 parent: 1 - - uid: 65537 + - uid: 13615 + components: + - type: Transform + pos: -182.5,-167.5 + parent: 1 + - uid: 13616 components: - type: Transform rot: 1.5707963267948966 rad - pos: 101.5,-121.5 + pos: -185.5,-171.5 parent: 1 - - uid: 65538 + - uid: 13617 components: - type: Transform rot: 1.5707963267948966 rad - pos: 101.5,-125.5 + pos: -192.5,-170.5 parent: 1 -- proto: N14ChairStoolBarBlack +- proto: N14LightSmallAlwayson entities: - - uid: 7157 + - uid: 13618 components: - type: Transform - pos: 196.5,208.5 + rot: 1.5707963267948966 rad + pos: 43.5,-113.5 parent: 1 - - uid: 7161 + - uid: 13619 components: - type: Transform - pos: 136.5,1.5 + rot: -1.5707963267948966 rad + pos: 53.5,-113.5 parent: 1 - - uid: 7162 +- proto: N14LightSmallEmpty + entities: + - uid: 13620 components: - type: Transform - pos: 137.5,1.5 + rot: 3.141592653589793 rad + pos: 33.5,-46.5 parent: 1 - - uid: 7163 + - uid: 13621 components: - type: Transform - pos: 139.5,1.5 + rot: 1.5707963267948966 rad + pos: 37.5,-65.5 parent: 1 - - uid: 7164 + - uid: 13622 components: - type: Transform - pos: 140.5,1.5 + pos: -395.5,117.5 parent: 1 - - uid: 7165 + - uid: 13623 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,5.5 + rot: 1.5707963267948966 rad + pos: -400.5,115.5 parent: 1 - - uid: 7166 + - uid: 13624 components: - type: Transform - pos: -65.5,21.5 + rot: 3.141592653589793 rad + pos: 42.5,-40.5 parent: 1 - - uid: 7167 + - uid: 13625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-101.5 + rot: 1.5707963267948966 rad + pos: 27.5,-44.5 parent: 1 - - uid: 7169 + - uid: 13626 components: - type: Transform rot: 1.5707963267948966 rad - pos: 162.5,180.5 + pos: 49.5,-34.5 parent: 1 - - uid: 7170 + - uid: 13627 components: - type: Transform - pos: -58.5,-16.5 + rot: 3.141592653589793 rad + pos: -8.5,-50.5 parent: 1 - - uid: 7171 + - uid: 13628 components: - type: Transform - pos: -60.5,-16.5 + rot: -1.5707963267948966 rad + pos: 115.5,-35.5 parent: 1 - - uid: 7172 + - uid: 13629 components: - type: Transform - pos: -63.5,-28.5 + rot: 3.141592653589793 rad + pos: 113.5,-38.5 parent: 1 - - uid: 63836 + - uid: 13630 components: - type: Transform - pos: -184.5,38.5 + rot: -1.5707963267948966 rad + pos: 107.5,-46.5 parent: 1 -- proto: N14ChairStoolBarRed - entities: - - uid: 6846 + - uid: 13631 components: - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,-4.5 + rot: 1.5707963267948966 rad + pos: 85.5,96.5 parent: 1 - - uid: 6853 + - uid: 13632 components: - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,-4.5 + pos: 79.5,104.5 parent: 1 - - uid: 6857 + - uid: 13633 components: - type: Transform rot: 3.141592653589793 rad - pos: 135.5,-2.5 + pos: 106.5,-41.5 parent: 1 - - uid: 7137 + - uid: 13634 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,-4.5 + rot: -1.5707963267948966 rad + pos: -2.5,7.5 parent: 1 - - uid: 7173 + - uid: 13635 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-32.5 + rot: 1.5707963267948966 rad + pos: -34.5,7.5 parent: 1 - - uid: 7174 + - uid: 13636 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-38.5 + pos: -24.5,10.5 parent: 1 - - uid: 7175 + - uid: 13637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-39.5 + rot: 1.5707963267948966 rad + pos: 104.5,-39.5 parent: 1 - - uid: 7180 + - uid: 13638 components: - type: Transform - pos: -82.5,-103.5 + rot: -1.5707963267948966 rad + pos: -61.5,5.5 parent: 1 - - uid: 7181 + - uid: 13639 components: - type: Transform - pos: -81.5,-103.5 + rot: -1.5707963267948966 rad + pos: 136.5,-30.5 parent: 1 - - uid: 7182 + - uid: 13640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,-171.5 + pos: 43.5,-37.5 parent: 1 - - uid: 7183 + - uid: 13641 components: - type: Transform rot: 1.5707963267948966 rad - pos: -183.5,-172.5 + pos: 21.5,-16.5 parent: 1 - - uid: 7184 + - uid: 13642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,-173.5 + pos: 33.5,-42.5 parent: 1 - - uid: 7185 + - uid: 13643 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,149.5 + rot: 1.5707963267948966 rad + pos: 29.5,-59.5 parent: 1 - - uid: 7409 + - uid: 13644 components: - type: Transform - pos: 135.5,-6.5 + rot: -1.5707963267948966 rad + pos: 35.5,-59.5 parent: 1 - - uid: 7410 + - uid: 13645 components: - type: Transform - pos: 133.5,-12.5 + pos: 39.5,-77.5 parent: 1 - - uid: 7411 + - uid: 13646 components: - type: Transform - pos: 133.5,-11.5 + pos: 105.5,-31.5 parent: 1 - - uid: 7433 + - uid: 13647 components: - type: Transform - rot: 3.141592653589793 rad - pos: 135.5,-2.5 + rot: -1.5707963267948966 rad + pos: 107.5,-36.5 parent: 1 - - uid: 7443 + - uid: 13648 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,-2.5 + rot: -1.5707963267948966 rad + pos: 81.5,100.5 parent: 1 - - uid: 7449 + - uid: 13649 components: - type: Transform - pos: 133.5,-8.5 + rot: -1.5707963267948966 rad + pos: 89.5,96.5 parent: 1 - - uid: 7452 + - uid: 13650 components: - type: Transform - pos: 133.5,-9.5 + rot: 1.5707963267948966 rad + pos: 89.5,104.5 parent: 1 - - uid: 10345 + - uid: 13651 components: - type: Transform - pos: 137.5,-6.5 + rot: 1.5707963267948966 rad + pos: 93.5,103.5 parent: 1 - - uid: 17570 + - uid: 13652 components: - type: Transform - pos: 136.5,-6.5 + rot: 3.141592653589793 rad + pos: 95.5,108.5 parent: 1 - - uid: 47431 + - uid: 13653 components: - type: Transform - pos: -368.5,100.5 + rot: 3.141592653589793 rad + pos: 93.5,114.5 parent: 1 - - uid: 47432 + - uid: 13654 components: - type: Transform - pos: -367.5,100.5 + pos: 80.5,109.5 parent: 1 - - uid: 47433 + - uid: 13655 components: - type: Transform - pos: -366.5,101.5 + pos: 87.5,100.5 parent: 1 - - uid: 47434 + - uid: 13656 components: - type: Transform - pos: -366.5,102.5 + rot: -1.5707963267948966 rad + pos: 49.5,-31.5 parent: 1 - - uid: 56117 + - uid: 13657 components: - type: Transform - pos: 133.5,-7.5 + rot: -1.5707963267948966 rad + pos: 25.5,-59.5 parent: 1 - - uid: 56243 + - uid: 13658 components: - type: Transform - pos: 134.5,-6.5 + rot: 1.5707963267948966 rad + pos: 21.5,-59.5 parent: 1 - - uid: 61544 + - uid: 13659 components: - type: Transform rot: -1.5707963267948966 rad - pos: 140.5,-2.5 + pos: 38.5,-39.5 parent: 1 -- proto: N14ChairStoolBarTan - entities: - - uid: 7186 + - uid: 13660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-83.5 + pos: -11.5,-44.5 parent: 1 - - uid: 7188 + - uid: 13661 components: - type: Transform - pos: -71.5,28.5 + rot: 1.5707963267948966 rad + pos: -13.5,-48.5 parent: 1 - - uid: 7189 + - uid: 13662 components: - type: Transform rot: -1.5707963267948966 rad - pos: -76.5,-101.5 + pos: -6.5,-45.5 parent: 1 - - uid: 7190 +- proto: N14LightStreetLampPostAlwaysPoweredLeft + entities: + - uid: 13663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 179.5,159.5 + pos: -91.5,-135.5 parent: 1 - - uid: 7191 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13664 components: - type: Transform - rot: 3.141592653589793 rad - pos: 179.5,150.5 + pos: -175.5,-78.5 parent: 1 - - uid: 7192 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13665 components: - type: Transform - pos: 186.5,25.5 + pos: -92.5,-88.5 parent: 1 - - uid: 7193 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13666 components: - type: Transform - anchored: False - pos: 184.57372,26.4717 + pos: -177.5,-88.5 parent: 1 - - uid: 7194 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13667 components: - type: Transform - pos: 170.5,54.5 + pos: -92.5,-116.5 parent: 1 - - uid: 7195 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostAlwaysPoweredRight + entities: + - uid: 13668 components: - type: Transform - pos: -59.5,-16.5 + pos: -97.5,-135.5 parent: 1 - - uid: 23107 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13669 components: - type: Transform - pos: -193.5,-136.5 + pos: -181.5,-88.5 parent: 1 - - uid: 55419 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13670 components: - type: Transform - pos: -192.5,-137.5 + pos: -96.5,-95.5 parent: 1 - - uid: 63882 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13671 components: - type: Transform - pos: -185.5,39.5 + pos: -179.5,-71.5 parent: 1 -- proto: N14ChairWood + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostPoweredEmptyLeft entities: - - uid: 7196 + - uid: 13672 components: - type: Transform - pos: -183.52643,-166.4858 + pos: -92.5,-102.5 parent: 1 - - uid: 7197 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.68268,-167.2358 + pos: 16.5,-8.5 parent: 1 - - uid: 7198 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostPoweredEmptyRight + entities: + - uid: 13674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.44962,-168.4563 + pos: -96.5,-123.5 parent: 1 - - uid: 7199 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.52461,-168.43756 + pos: -96.5,-109.5 parent: 1 - - uid: 7200 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostPoweredLeft + entities: + - uid: 13676 components: - type: Transform - pos: -180.48892,-166.50455 + pos: 4.5,-52.5 parent: 1 - - uid: 7201 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.353065,12.508609 + pos: 46.5,-47.5 parent: 1 - - uid: 7202 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.353065,10.674002 + pos: 4.5,-7.5 parent: 1 - - uid: 7203 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.228065,12.571152 + pos: 4.5,-35.5 parent: 1 - - uid: 7204 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.144733,10.653152 + pos: -3.5,-70.5 parent: 1 - - uid: 7205 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.673297,12.571152 + pos: 16.5,-18.5 parent: 1 - - uid: 7206 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.63163,10.674002 + pos: 60.5,-48.5 parent: 1 - - uid: 7207 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.7149639,12.612846 + pos: 60.5,-65.5 parent: 1 - - uid: 7208 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.735796,10.548912 + pos: 4.5,-71.5 parent: 1 - - uid: 7209 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.63006,-105.85495 + pos: 33.5,-35.5 parent: 1 - - uid: 7210 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13686 components: - type: Transform - pos: -49.458183,-105.1362 + pos: 60.5,-79.5 parent: 1 - - uid: 7211 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.59881,-106.5737 + pos: -39.5,17.5 parent: 1 - - uid: 7212 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.34881,-105.901825 + pos: -45.5,13.5 parent: 1 - - uid: 7213 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13689 components: - type: Transform - pos: -50.31756,-106.620575 + pos: 60.5,1.5 parent: 1 - - uid: 7214 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -181.19962,-166.7688 + pos: 60.5,16.5 parent: 1 - - uid: 7215 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.7371,-167.83755 + pos: 60.5,34.5 parent: 1 - - uid: 7216 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostPoweredLeft2 + entities: + - uid: 13692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -181.25768,-167.4608 + pos: 126.5,20.5 parent: 1 -- proto: N14ChairWood1 - entities: - - uid: 7218 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.800587,-131.4711 + pos: 131.5,-19.5 parent: 1 - - uid: 7219 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.535034,-21.322292 + pos: 125.5,-9.5 parent: 1 - - uid: 7220 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.25371,-132.04922 + pos: 125.5,5.5 parent: 1 - - uid: 7221 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.675587,-132.39297 + pos: 45.5,164.5 parent: 1 - - uid: 7222 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 159.3156,192.24634 + pos: 45.5,141.5 parent: 1 - - uid: 7228 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostPoweredRight + entities: + - uid: 13698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.256996,-28.444683 + pos: 72.5,-119.5 parent: 1 - - uid: 7229 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.372925,-18.053532 + pos: 72.5,-113.5 parent: 1 - - uid: 7230 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13700 components: - type: Transform - pos: -67.404175,-16.584782 + pos: 65.5,-6.5 parent: 1 - - uid: 7231 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13701 components: - type: Transform - pos: -66.529175,-16.600407 + pos: 5.5,-18.5 parent: 1 - - uid: 46730 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13702 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.01437,192.5176 + pos: 43.5,-79.5 parent: 1 - - uid: 47224 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -377.91727,104.36967 + pos: 54.5,-40.5 parent: 1 - - uid: 47237 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -377.90164,105.05717 + pos: 20.5,-44.5 parent: 1 - - uid: 47238 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -377.15164,105.04154 + pos: -1.5,-79.5 parent: 1 - - uid: 47239 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -377.10477,104.43217 + pos: 54.5,-15.5 parent: 1 - - uid: 49940 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13707 components: - type: Transform - pos: 97.56616,-114.25012 + pos: 54.5,-55.5 parent: 1 - - uid: 65343 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.82374,-127.46602 + pos: 54.5,-7.5 parent: 1 -- proto: N14ChairWoodPadded - entities: - - uid: 7232 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13709 components: - type: Transform - pos: 94.861374,101.429955 + pos: 66.5,-45.5 parent: 1 - - uid: 7233 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 125.30555,34.530857 + pos: 66.5,-31.5 parent: 1 - - uid: 7234 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.46398,0.5834539 + pos: -14.5,-76.5 parent: 1 - - uid: 7235 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.48482,0.64599717 + pos: 109.5,-25.5 parent: 1 - - uid: 7236 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.271816,-20.40499 + pos: 54.5,-23.5 parent: 1 - - uid: 7237 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.407944,-111.43678 + pos: -49.5,4.5 parent: 1 - - uid: 7240 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.93182,99.87269 + pos: -61.5,17.5 parent: 1 - - uid: 7241 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.08807,99.91956 + pos: 65.5,-17.5 parent: 1 - - uid: 7242 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostPoweredRight2 + entities: + - uid: 13717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.26763,100.5055 + pos: 99.5,-1.5 parent: 1 - - uid: 7243 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.62656,100.43519 + pos: 118.5,-25.5 parent: 1 - - uid: 7244 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13719 components: - type: Transform - pos: 94.00928,101.429955 + pos: 120.5,-1.5 parent: 1 - - uid: 7245 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.663246,-28.444683 + pos: 117.5,22.5 parent: 1 - - uid: 47587 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13721 components: - type: Transform - pos: -390.49695,92.32366 + pos: 107.5,21.5 parent: 1 - - uid: 47591 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -387.0045,93.77429 + pos: 39.5,158.5 parent: 1 - - uid: 49866 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.62069,4.152813 + pos: 39.5,141.5 parent: 1 - - uid: 49874 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.39413,4.6787286 + pos: 92.5,-1.5 parent: 1 - - uid: 49875 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.40636,4.1161213 + pos: 15.5,158.5 parent: 1 - - uid: 49878 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.65739,4.8254957 + pos: 15.5,164.5 parent: 1 -- proto: N14ChairWoodSettler + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LightStreetLampPostRaiderPoweredLeft2 entities: - - uid: 7246 + - uid: 13727 components: - type: Transform - pos: 166.5,179.5 + pos: 91.5,-113.5 parent: 1 - - uid: 7247 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 13728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 168.5,175.5 + pos: 91.5,-119.5 parent: 1 - - uid: 7248 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14LootClosetCabinetWood + entities: + - uid: 13729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,175.5 + pos: -43.5,-129.5 parent: 1 - - uid: 7249 + - type: Physics + bodyType: Static + - uid: 13730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 168.5,177.5 + pos: -46.5,-113.5 parent: 1 - - uid: 7250 + - type: Physics + bodyType: Static + - uid: 13731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 168.5,178.5 + pos: -190.5,-164.5 parent: 1 - - uid: 7253 + - type: Physics + bodyType: Static + - uid: 13732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-99.5 + pos: -26.5,8.5 parent: 1 - - uid: 7259 + - type: Physics + bodyType: Static + - uid: 13733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -171.5,-94.5 + pos: -76.5,5.5 parent: 1 - - uid: 7261 + - type: Physics + bodyType: Static + - uid: 13734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,-95.5 + pos: -76.5,4.5 parent: 1 - - uid: 7262 + - type: Physics + bodyType: Static + - uid: 13735 components: - type: Transform - pos: -164.5,-98.5 + pos: 50.5,-30.5 parent: 1 - - uid: 7263 + - type: Physics + bodyType: Static + - uid: 13736 components: - type: Transform - pos: -165.5,-98.5 + pos: 49.5,-30.5 parent: 1 - - uid: 7264 + - type: Physics + bodyType: Static + - uid: 13737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,-94.5 + pos: -48.5,-113.5 parent: 1 - - uid: 7266 + - type: Physics + bodyType: Static + - uid: 13738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -162.5,-95.5 + pos: -65.5,-28.5 parent: 1 - - uid: 7267 + - type: Physics + bodyType: Static + - uid: 13739 components: - type: Transform - pos: 164.5,179.5 + pos: -76.5,-16.5 parent: 1 - - uid: 7268 + - type: Physics + bodyType: Static + - uid: 13740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 168.5,176.5 + pos: -56.5,-16.5 parent: 1 - - uid: 7269 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,176.5 + pos: -56.5,-20.5 parent: 1 - - uid: 7270 + - type: Physics + bodyType: Static + - uid: 13742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,178.5 + pos: -22.5,-18.5 parent: 1 - - uid: 7271 + - type: Physics + bodyType: Static + - uid: 13743 components: - type: Transform - pos: 163.5,179.5 + pos: 86.5,105.5 parent: 1 - - uid: 7272 + - type: Physics + bodyType: Static + - uid: 13744 components: - type: Transform - pos: 167.5,179.5 + pos: -6.5,-15.5 parent: 1 - - uid: 7273 + - type: Physics + bodyType: Static + - uid: 13745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,177.5 + pos: -182.5,-21.5 parent: 1 - - uid: 7274 + - type: Physics + bodyType: Static + - uid: 13746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 211.5029,-29.381119 + pos: 53.5,146.5 parent: 1 - - uid: 7275 + - type: Physics + bodyType: Static + - uid: 13747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 213.60707,-29.360273 + pos: 50.5,146.5 parent: 1 - - uid: 7276 + - type: Physics + bodyType: Static + - uid: 13748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 118.2923,-17.469385 + pos: 185.5,-73.5 parent: 1 - - uid: 7277 + - type: Physics + bodyType: Static + - uid: 13749 components: - type: Transform - pos: -69.42686,2.4806046 + pos: 57.5,144.5 parent: 1 - - uid: 7278 + - type: Physics + bodyType: Static + - uid: 13750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.42686,1.5945725 + pos: 53.5,171.5 parent: 1 - - uid: 7279 + - type: Physics + bodyType: Static + - uid: 13751 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.478935,0.7293877 + pos: 56.5,144.5 parent: 1 - - uid: 7280 + - type: Physics + bodyType: Static + - uid: 13752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.452526,-16.364698 + pos: 101.5,-103.5 parent: 1 - - uid: 7281 + - type: Physics + bodyType: Static + - uid: 13753 components: - type: Transform - pos: 41.521816,-19.445992 + pos: 102.5,-103.5 parent: 1 - - uid: 7282 + - type: Physics + bodyType: Static +- proto: N14LootClosetDouble + entities: + - uid: 13754 components: - type: Transform - pos: -42.685043,-127.161285 + pos: 168.5,51.5 parent: 1 - - uid: 7283 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.23857,-109.519875 + pos: 172.5,-66.5 parent: 1 - - uid: 7284 + - type: Physics + bodyType: Static + - uid: 13756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.515297,52.516743 + pos: 174.5,-71.5 parent: 1 - - uid: 7285 + - type: Physics + bodyType: Static + - uid: 13757 components: - type: Transform - pos: 44.499672,54.860493 + pos: 188.5,24.5 parent: 1 - - uid: 7286 + - type: Physics + bodyType: Static + - uid: 13758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.765297,54.126118 + pos: -188.5,-164.5 parent: 1 - - uid: 7287 + - type: Physics + bodyType: Static + - uid: 13759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.765297,54.126118 + pos: -56.5,-37.5 parent: 1 - - uid: 7288 + - type: Physics + bodyType: Static + - uid: 13760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.765297,53.344868 + pos: 189.5,24.5 parent: 1 - - uid: 7291 + - type: Physics + bodyType: Static + - uid: 13761 components: - type: Transform - pos: 165.51814,26.650875 + pos: 184.5,90.5 parent: 1 - - uid: 7292 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.94978,108.29042 + pos: 169.5,51.5 parent: 1 - - uid: 7293 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.20398,-17.272282 + pos: 171.5,51.5 parent: 1 - - uid: 7294 + - type: Physics + bodyType: Static + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: N14LootClosetFridge + entities: + - uid: 13764 components: - type: Transform - pos: -20.41433,-11.5672455 + pos: -333.5,77.5 parent: 1 - - uid: 7295 + - type: Physics + bodyType: Static + - uid: 13765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.41433,-13.418808 + pos: 40.5,-64.5 parent: 1 - - uid: 54796 + - type: Physics + bodyType: Static + - uid: 13766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.47385,-110.32384 + pos: -54.5,-10.5 parent: 1 - - uid: 64061 + - type: Physics + bodyType: Static + - uid: 13767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -160.74086,66.25888 + pos: -35.5,-37.5 parent: 1 -- proto: N14ChalkboardFloor - entities: - - uid: 7296 + - type: Physics + bodyType: Static + - uid: 13768 components: - type: Transform - pos: -51.5,26.5 + pos: -28.5,-11.5 parent: 1 -- proto: N14ChalkboardFloor12 - entities: - - uid: 7297 + - type: Physics + bodyType: Static + - uid: 13769 components: - type: Transform - pos: 110.5,-8.5 + pos: -8.5,-22.5 parent: 1 -- proto: N14ChalkboardFloor13 - entities: - - uid: 7298 + - type: Physics + bodyType: Static + - uid: 13770 components: - type: Transform - pos: -57.5,31.5 + pos: 80.5,-102.5 parent: 1 -- proto: N14ChalkboardFloor17 - entities: - - uid: 7299 + - type: Physics + bodyType: Static + - uid: 13771 components: - type: Transform - pos: -26.5,67.5 + pos: 72.5,-131.5 parent: 1 -- proto: N14ChalkboardWall - entities: - - uid: 7300 + - type: Physics + bodyType: Static + - uid: 13772 components: - type: Transform - pos: -33.5,4.5 + pos: 100.5,-117.5 parent: 1 -- proto: N14ChalkboardWall1 - entities: - - uid: 7302 + - type: Physics + bodyType: Static + - uid: 13773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,32.5 + pos: 103.5,-117.5 parent: 1 -- proto: N14ChalkboardWall13 + - type: Physics + bodyType: Static +- proto: N14LootClosetGeneric entities: - - uid: 23721 + - uid: 13774 components: - type: Transform - pos: 89.5,20.5 + pos: 104.5,-109.5 parent: 1 -- proto: N14ChalkboardWall9 + - type: Physics + bodyType: Static +- proto: N14LootClosetGrey1 entities: - - uid: 7303 + - uid: 13775 components: - type: Transform - pos: -45.5,-99.5 + pos: -163.5,-67.5 parent: 1 -- proto: N14ChemicalSyringe - entities: - - uid: 7304 + - type: Physics + bodyType: Static + - uid: 13776 components: - type: Transform - pos: 187.12866,220.40485 + pos: 189.5,31.5 parent: 1 - - uid: 49887 + - type: Physics + bodyType: Static + - uid: 13777 components: - type: Transform - pos: 88.24912,19.86908 + pos: -35.5,-32.5 parent: 1 -- proto: N14ChemicalSyringeAntidote - entities: - - uid: 7305 + - type: Physics + bodyType: Static + - uid: 13778 components: - type: Transform - pos: -48.73478,34.766155 + pos: -56.5,-42.5 parent: 1 - - uid: 10015 + - type: Physics + bodyType: Static + - uid: 13779 components: - type: Transform - parent: 61529 + pos: -57.5,-42.5 + parent: 1 - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14Cigarette - entities: - - uid: 4603 + bodyType: Static + - uid: 13780 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.435423,-57.219486 + pos: -55.5,-42.5 parent: 1 - - uid: 4627 + - type: Physics + bodyType: Static + - uid: 13781 components: - type: Transform - pos: 177.57693,148.48564 + pos: 18.5,141.5 parent: 1 - - uid: 6507 + - type: Physics + bodyType: Static + - uid: 13782 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.449312,-57.55976 + pos: 30.5,169.5 parent: 1 - - uid: 45633 + - type: Physics + bodyType: Static + - uid: 13783 components: - type: Transform - pos: 123.32272,181.18091 + pos: -33.5,-32.5 parent: 1 -- proto: N14CigarettePackKool + - type: Physics + bodyType: Static +- proto: N14LootClosetGrey2 entities: - - uid: 7311 + - uid: 13784 components: - type: Transform - pos: 20.424799,-57.423664 + pos: -186.5,-165.5 parent: 1 - - uid: 7312 + - type: Physics + bodyType: Static + - uid: 13785 components: - type: Transform - pos: 20.688688,-57.548664 + pos: 18.5,143.5 parent: 1 - - uid: 61148 + - type: Physics + bodyType: Static + - uid: 13786 components: - type: Transform - pos: 28.948324,144.58255 + pos: -44.5,-99.5 parent: 1 -- proto: N14CigarettePackMarlboro - entities: - - uid: 6506 + - type: Physics + bodyType: Static + - uid: 13787 components: - type: Transform - pos: 20.612299,-57.99311 + pos: 17.5,143.5 parent: 1 - - uid: 7310 + - type: Physics + bodyType: Static +- proto: N14LootClosetGunCabinet + entities: + - uid: 13788 components: - type: Transform - pos: 20.355354,-57.86811 + pos: -55.5,-37.5 parent: 1 - - uid: 7453 + - type: Physics + bodyType: Static + - uid: 13789 components: - type: Transform - pos: 101.08149,-6.354975 + pos: -58.5,-37.5 parent: 1 - - uid: 11134 + - type: Physics + bodyType: Static +- proto: N14LootClosetRusty + entities: + - uid: 13790 components: - type: Transform - parent: 11147 + pos: 157.5,-66.5 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 61139 + bodyType: Static + - uid: 13791 components: - type: Transform - pos: 28.569176,144.85162 + pos: -187.5,-165.5 parent: 1 - - uid: 63824 + - type: Physics + bodyType: Static + - uid: 13792 components: - type: Transform - pos: -190.70114,27.632833 + pos: -58.5,-42.5 parent: 1 -- proto: N14CigarettePackRepublics - entities: - - uid: 7322 + - type: Physics + bodyType: Static + - uid: 13793 components: - type: Transform - pos: 26.473286,-58.245255 + pos: -11.5,5.5 parent: 1 - - uid: 7398 + - type: Physics + bodyType: Static + - uid: 13794 components: - type: Transform - pos: -166.45796,-110.562096 + pos: -32.5,8.5 parent: 1 - - uid: 7399 + - type: Physics + bodyType: Static + - uid: 13795 components: - type: Transform - pos: -166.66109,-110.437096 + pos: -194.5,-166.5 parent: 1 - - uid: 7595 + - type: Physics + bodyType: Static + - uid: 13796 components: - type: Transform - pos: -166.31734,-110.280846 + pos: -13.5,-28.5 parent: 1 - - uid: 55268 + - type: Physics + bodyType: Static + - uid: 13797 components: - type: Transform - pos: -166.61421,-110.14022 + pos: -186.5,-28.5 parent: 1 -- proto: N14CigarettePackSalem - entities: - - uid: 6866 + - type: Physics + bodyType: Static + - uid: 13798 components: - type: Transform - pos: 20.397022,-59.437824 + pos: 166.5,17.5 parent: 1 - - uid: 7309 + - type: Physics + bodyType: Static + - uid: 13799 components: - type: Transform - pos: 20.688688,-59.548935 + pos: 156.5,-66.5 parent: 1 - - uid: 56215 + - type: Physics + bodyType: Static + - uid: 13800 components: - type: Transform - pos: 134.39783,-12.180857 + pos: -31.5,5.5 parent: 1 -- proto: N14CigarettePackWinston - entities: - - uid: 238 + - type: Physics + bodyType: Static + - uid: 13801 components: - type: Transform - pos: 128.3839,2.8566434 + pos: -10.5,-28.5 parent: 1 - - uid: 6870 + - type: Physics + bodyType: Static + - uid: 13802 components: - type: Transform - pos: 20.397022,-59.94587 + pos: 82.5,-101.5 parent: 1 - - uid: 7318 + - type: Physics + bodyType: Static + - uid: 13803 components: - type: Transform - pos: 20.619244,-60.063927 + pos: 80.5,-132.5 parent: 1 -- proto: N14CigaretteRepublic + - type: Physics + bodyType: Static +- proto: N14LootClosetSafe entities: - - uid: 55680 + - uid: 13804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.537615,58.848633 + pos: 93.5,111.5 parent: 1 -- proto: N14CigaretteRollie - entities: - - uid: 4624 + - type: Physics + bodyType: Static + - uid: 13805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5678,149.65218 + pos: 14.5,-56.5 parent: 1 - - uid: 49906 + - type: Physics + bodyType: Static + - uid: 13806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.33948,149.61955 + pos: 98.5,-103.5 parent: 1 -- proto: N14CigaretteSalem + - type: Physics + bodyType: Static +- proto: N14LootClosetSafeCurrency entities: - - uid: 60145 + - uid: 13807 components: - type: Transform - pos: 135.26851,-3.4212441 + pos: 35.5,169.5 parent: 1 - - uid: 61118 + - type: Physics + bodyType: Static + - uid: 13808 components: - type: Transform - pos: 53.66961,142.76318 + pos: 95.5,-103.5 parent: 1 -- proto: N14CigaretteSpent + - type: Physics + bodyType: Static +- proto: N14LootClosetSafePrewar entities: - - uid: 312 + - uid: 13809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.07889,152.75758 + pos: 165.5,-75.5 parent: 1 - - uid: 4503 + - type: Physics + bodyType: Static + - uid: 13810 components: - type: Transform - parent: 4496 + pos: 87.5,-129.5 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4504 + bodyType: Static +- proto: N14LootClosetWallMedicabinet + entities: + - uid: 13811 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4505 + pos: 59.5,153.5 + parent: 1 +- proto: N14LootCrateAluminium + entities: + - uid: 13812 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4506 + pos: -71.5,5.5 + parent: 1 + - uid: 13813 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4507 + pos: 19.5,141.5 + parent: 1 + - uid: 13814 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4508 + pos: 174.5,56.5 + parent: 1 +- proto: N14LootCrateArmy + entities: + - uid: 13815 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4519 + pos: -340.5,76.5 + parent: 1 +- proto: N14LootCrateFootlocker + entities: + - uid: 13816 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4523 + pos: -53.5,-27.5 + parent: 1 + - uid: 13817 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4524 + pos: -55.5,-28.5 + parent: 1 + - uid: 13818 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4525 + pos: -182.5,-130.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13819 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4526 + pos: -182.5,-128.5 + parent: 1 + - uid: 13820 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4549 + pos: -194.5,-130.5 + parent: 1 + - uid: 13821 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4550 + pos: -186.5,-137.5 + parent: 1 + - uid: 13822 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4551 + pos: -194.5,-124.5 + parent: 1 + - uid: 13823 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4552 + pos: -188.5,-137.5 + parent: 1 + - uid: 13824 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4553 + pos: -190.5,-137.5 + parent: 1 + - uid: 13825 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4554 + pos: 216.5,187.5 + parent: 1 +- proto: N14LootCrateFreezer + entities: + - uid: 13826 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4555 + pos: 95.5,105.5 + parent: 1 + - uid: 13827 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4575 + pos: -53.5,-12.5 + parent: 1 + - uid: 13828 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4576 + pos: -53.5,-13.5 + parent: 1 + - uid: 13829 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4577 + pos: 55.5,152.5 + parent: 1 + - uid: 13830 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4578 + pos: -53.5,-99.5 + parent: 1 + - uid: 13831 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4579 + pos: -152.5,-24.5 + parent: 1 + - uid: 13832 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4585 + pos: -185.5,-125.5 + parent: 1 + - uid: 13833 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4586 + pos: 100.5,-115.5 + parent: 1 +- proto: N14LootCrateMilitary + entities: + - uid: 13834 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4587 + pos: 168.5,53.5 + parent: 1 + - uid: 13835 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4588 + pos: 15.5,-56.5 + parent: 1 + - uid: 13836 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4597 + pos: 56.5,48.5 + parent: 1 +- proto: N14LootCrateVaultCompactRusted + entities: + - uid: 13837 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4598 + pos: 205.5,72.5 + parent: 1 +- proto: N14LootCrateVaultLongRusted + entities: + - uid: 13838 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4599 + pos: 207.5,70.5 + parent: 1 +- proto: N14LootCrateVaultStandard + entities: + - uid: 13839 components: - type: Transform - parent: 4496 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4601 + pos: 206.5,74.5 + parent: 1 +- proto: N14LootCrateWastelandBotany + entities: + - uid: 13840 components: - type: Transform - pos: 170.30325,148.7094 + pos: -197.5,-115.5 parent: 1 - - uid: 4602 + - uid: 13841 components: - type: Transform - pos: 22.539589,-57.80976 + pos: 116.5,-38.5 parent: 1 - - uid: 4625 + - uid: 13842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.24908,151.90143 + pos: 84.5,127.5 parent: 1 - - uid: 4628 + - uid: 13843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.86165,152.85542 + pos: 91.5,-4.5 parent: 1 - - uid: 6504 + - uid: 13844 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.994928,-58.8337 + pos: -184.5,-112.5 parent: 1 - - uid: 6505 + - uid: 13845 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.98104,-56.401676 + pos: -197.5,-116.5 parent: 1 - - uid: 6869 + - uid: 13846 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.20789,-56.137787 + pos: 98.5,-126.5 parent: 1 - - uid: 6871 +- proto: N14LootFilingCabinet + entities: + - uid: 13847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.268076,-56.068344 + pos: 183.5,-73.5 parent: 1 - - uid: 6872 + - uid: 13848 components: - type: Transform - pos: 26.956577,-56.29081 + pos: 182.5,-73.5 parent: 1 - - uid: 6873 + - uid: 13849 components: - type: Transform - pos: 26.887571,-62.67721 + pos: 184.5,-73.5 parent: 1 - - uid: 6874 + - uid: 13850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.234793,-62.81147 + pos: 34.5,-21.5 parent: 1 - - uid: 6905 + - uid: 13851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.291224,-56.063713 + pos: 51.5,152.5 parent: 1 - - uid: 7317 + - uid: 13852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.96603,-56.148365 + pos: 47.5,150.5 parent: 1 - - uid: 11111 + - uid: 13853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.10604,-56.096123 + pos: -51.5,-33.5 parent: 1 - - uid: 11141 + - uid: 13854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.78012,148.27516 + pos: 26.5,-21.5 parent: 1 - - uid: 47874 + - uid: 13855 components: - type: Transform - pos: 26.100534,-62.81147 + pos: 26.5,-17.5 parent: 1 - - uid: 47887 + - uid: 13856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.915348,-62.718876 + pos: 39.5,-15.5 parent: 1 - - uid: 47999 + - uid: 13857 components: - type: Transform - pos: 20.055113,-59.009624 + pos: 29.5,169.5 parent: 1 - - uid: 48001 +- proto: N14LootGenericClosetGrey1 + entities: + - uid: 13858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.10604,-59.04666 + pos: -339.5,79.5 parent: 1 - - uid: 48003 + - type: Physics + bodyType: Static +- proto: N14LootGenericClosetGrey2 + entities: + - uid: 13859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.942883,-56.046513 + pos: 104.5,-133.5 parent: 1 - - uid: 48053 + - type: Physics + bodyType: Static + - uid: 13860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.734549,-56.004845 + pos: 101.5,-133.5 parent: 1 - - uid: 48054 + - type: Physics + bodyType: Static +- proto: N14LootGenericClosetRusty + entities: + - uid: 13861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.859793,-62.43647 + pos: 86.5,-129.5 parent: 1 - - uid: 48062 + - type: Physics + bodyType: Static + - uid: 13862 components: - type: Transform - pos: 26.744053,-62.93647 + pos: 85.5,-129.5 parent: 1 - - uid: 48135 + - type: Physics + bodyType: Static +- proto: N14LootShelfWood1 + entities: + - uid: 13863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.804237,-62.41795 + pos: 78.5,105.5 parent: 1 - - uid: 48141 + - uid: 13864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.041224,-61.04997 + pos: -35.5,-11.5 parent: 1 - - uid: 49890 + - uid: 13865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.93503,152.41512 + pos: -36.5,-11.5 parent: 1 - - uid: 49891 + - uid: 13866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.272705,-56.082233 + pos: -39.5,-11.5 parent: 1 - - uid: 49892 + - uid: 13867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.082943,-56.235012 + pos: -40.5,-11.5 parent: 1 - - uid: 49895 + - uid: 13868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.179237,-62.56147 + pos: -24.5,-15.5 parent: 1 - - uid: 49905 + - uid: 13869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.933622,-56.20392 + pos: 33.5,-21.5 parent: 1 - - uid: 63830 + - uid: 13870 components: - type: Transform - pos: -194.14104,21.635416 + pos: 49.5,10.5 parent: 1 - - uid: 63842 + - uid: 13871 components: - type: Transform - pos: -192.81511,27.108282 + pos: 48.5,10.5 parent: 1 - - uid: 63852 + - uid: 13872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.95573,27.733282 + pos: 42.5,10.5 parent: 1 - - uid: 63880 + - uid: 13873 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -187.68791,22.713541 + pos: 12.5,7.5 parent: 1 - - uid: 63953 + - uid: 13874 components: - type: Transform - pos: -185.75163,30.874115 + pos: 10.5,7.5 parent: 1 - - uid: 64547 + - uid: 13875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -100.32219,-175.75676 + pos: 9.5,7.5 parent: 1 - - uid: 64548 + - uid: 13876 components: - type: Transform - pos: -100.54234,-175.33481 + pos: 14.5,3.5 parent: 1 - - uid: 64549 + - uid: 13877 components: - type: Transform - pos: -97.496925,-174.80278 + pos: 17.5,0.5 parent: 1 - - uid: 64551 + - uid: 13878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.97052,-172.13281 + pos: 11.5,0.5 parent: 1 - - uid: 64554 + - uid: 13879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.19534,-168.7975 + pos: -76.5,2.5 parent: 1 - - uid: 64555 + - uid: 13880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.856094,-166.65103 + pos: -76.5,-109.5 parent: 1 - - uid: 64556 + - uid: 13881 components: - type: Transform - pos: -106.08143,-151.38358 + pos: -50.5,-113.5 parent: 1 -- proto: N14CigaretteWinston - entities: - - uid: 7703 + - uid: 13882 components: - type: Transform - parent: 7321 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10197 + pos: -10.5,-24.5 + parent: 1 + - uid: 13883 components: - type: Transform - parent: 7321 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClosetBaseW - entities: - - uid: 7308 + pos: 26.5,-56.5 + parent: 1 + - uid: 13884 components: - type: Transform - pos: -24.5,-57.5 + pos: -35.5,-43.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14ClosetCabinetWood - entities: - - uid: 4616 + - uid: 13885 components: - type: Transform - pos: 147.5,150.5 + pos: -156.5,-117.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4642 - - 4641 - - 4617 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 6035 + - uid: 13886 components: - type: Transform - pos: -51.5,-129.5 + pos: -160.5,-117.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 6046 - - 6044 - - 6048 - - 6036 - - 6040 - - 6041 - - 6045 - - 6039 - - 6042 - - 6037 - - 6043 - - 6038 - - 6047 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7313 + - uid: 13887 components: - type: Transform - pos: 135.5,2.5 + pos: 79.5,-126.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 10190 - - 10681 - - 10825 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7314 + - uid: 13888 components: - type: Transform - pos: 127.5,-5.5 + pos: 81.5,-126.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 11046 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7315 + - uid: 13889 components: - type: Transform - pos: 127.5,-1.5 + pos: 96.5,-109.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 11990 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7316 + - uid: 13890 components: - type: Transform - pos: 127.5,2.5 + pos: 98.5,-109.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 12421 - - 12424 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7319 + - uid: 13891 components: - type: Transform - pos: 112.5,-4.5 + pos: 99.5,-109.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 23883 - - 23884 - - 23885 - - 23886 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7320 +- proto: N14MachineComputerMainframe + entities: + - uid: 13892 components: - type: Transform - pos: 114.5,-4.5 + pos: -136.5,62.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 23887 - - 23888 - - 23889 - - 23890 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7321 +- proto: N14MachineFrameTall + entities: + - uid: 13893 components: - type: Transform - pos: 120.5,35.5 + pos: -34.5,-113.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7703 - - 9670 - - 10196 - - 10197 - - 10198 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7328 +- proto: N14MachineFrameTallDestroyed + entities: + - uid: 13894 components: - type: Transform - pos: -65.5,-27.5 + pos: -78.5,-100.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7446 + - uid: 13895 components: - type: Transform - pos: 148.5,150.5 + pos: -49.5,-103.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7672 - - 7761 - - 7766 - - 7671 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 8619 + - uid: 13896 components: - type: Transform - pos: 174.5,158.5 + pos: 166.5,-92.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 8621 - - 8620 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 22598 + - uid: 13897 components: - type: Transform - pos: 174.5,157.5 + pos: 165.5,33.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 22601 - - 22600 - - 22599 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 56105 + - uid: 13898 components: - type: Transform - pos: 140.5,-8.5 + pos: 166.5,33.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 56212 - - 26294 - - 22549 - - 24185 - - 56259 - - 23737 - - 56261 - - 56211 - - 26240 - - 56187 - - 24094 - - 26283 - - 56263 - - 17591 - - 56237 - - 56250 - - 26286 - - 56235 - - 24180 - - 56205 - - 56260 - - 56206 - - 56113 - - 56262 - - 55389 - - 56207 - - 24114 - - 56222 - - 56249 - - 23860 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 63983 +- proto: N14MachineFrameTallWired + entities: + - uid: 13899 components: - type: Transform - pos: -159.5,73.5 + pos: -288.5,-87.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14ClosetCabinetWoodRefilling +- proto: N14MachineRackElectronics entities: - - uid: 7334 + - uid: 13900 components: - type: Transform - pos: 42.5,49.5 + pos: -35.5,-113.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7335 +- proto: N14MachineRackServer + entities: + - uid: 13901 components: - type: Transform - pos: 29.5,78.5 + pos: -138.5,61.5 parent: 1 - - type: Physics - bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.48 - - 0.25,-0.48 - - 0.25,0.48 - - -0.25,0.48 - mask: - - Impassable - - TableLayer - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 75 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True - - uid: 7336 + - uid: 13902 components: - type: Transform - pos: 48.5,161.5 + pos: -134.5,61.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7337 +- proto: N14MachineWaterTreatmentBroken + entities: + - uid: 13903 components: - type: Transform - pos: 191.5,42.5 + pos: -181.5,22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7340 +- proto: N14MagazinePistol22lr + entities: + - uid: 13904 components: - type: Transform - pos: -163.5,-67.5 + rot: 1.5707963267948966 rad + pos: -183.11523,-121.36166 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14ClosetDouble +- proto: N14MagazinePistol45 entities: - - uid: 4580 + - uid: 9430 components: - type: Transform - pos: 171.5,47.5 - parent: 1 + parent: 9428 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4581 - - 4582 - - 4583 - - 4584 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4622 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 13905 components: - type: Transform - pos: 190.5,24.5 + pos: 210.34515,-47.247746 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4623 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4629 +- proto: N14MagazinePistol9mm + entities: + - uid: 8935 components: - type: Transform - pos: 170.5,51.5 - parent: 1 + parent: 8918 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4632 - - 4631 - - 4630 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7345 + canCollide: False + - type: InsideEntityStorage + - uid: 13906 components: - type: Transform - pos: 175.5,-71.5 + pos: -156.65504,-112.25147 parent: 1 - - type: Physics - bodyType: Static - - uid: 7347 + - uid: 13907 components: - type: Transform - pos: -187.5,-188.5 + pos: -156.35817,-112.4546 parent: 1 - - type: Physics - bodyType: Static - - uid: 7348 + - uid: 13908 components: - type: Transform - pos: -188.5,-188.5 + pos: -159.32692,-112.43897 parent: 1 - - type: Physics - bodyType: Static - - uid: 7351 + - uid: 13909 components: - type: Transform - pos: 163.5,56.5 + pos: -159.6238,-112.17335 parent: 1 + - uid: 13911 + components: + - type: Transform + parent: 13910 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7353 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13912 components: - type: Transform - pos: -18.5,-61.5 - parent: 1 + parent: 13910 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 44116 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14MagazineShotgun12 + entities: + - uid: 9632 components: - type: Transform - pos: 100.5,-4.5 - parent: 1 + parent: 9631 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 55486 - - 55835 - - 55804 - - 22520 - - 55357 - - 22522 - - 22527 - - 55444 - - 49624 - - 55480 - - 55479 - - 55823 - - 55460 - - 56031 - - 56028 - - 56006 - - 56022 - - 56017 - - 56037 - - 55471 - - 22532 - - 22541 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 45434 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 13913 components: - type: Transform - pos: -379.5,108.5 - parent: 1 + parent: 13910 - type: Physics - bodyType: Static - - uid: 47220 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13914 components: - type: Transform - pos: -376.5,108.5 - parent: 1 + parent: 13910 - type: Physics - bodyType: Static - - uid: 47221 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14MagazineSMG9mm + entities: + - uid: 13915 components: - type: Transform - pos: -377.5,108.5 + pos: -160.63942,-114.3296 parent: 1 - - type: Physics - bodyType: Static - - uid: 61658 + - uid: 13916 components: - type: Transform - pos: -186.5,56.5 + pos: -160.45192,-114.29835 parent: 1 - - type: Physics - bodyType: Static -- proto: N14ClosetDoubleRefilling - entities: - - uid: 7354 + - uid: 13917 components: - type: Transform - pos: 168.5,47.5 + pos: -160.28004,-114.31397 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14ClosetFridgeDirty - entities: - - uid: 5361 + - uid: 13918 components: - type: Transform - pos: 96.5,105.5 + pos: -160.73317,-114.29835 parent: 1 +- proto: N14Med-X + entities: + - uid: 301 + components: + - type: Transform + parent: 297 - type: Physics - bodyType: Static - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5364 - - 5362 - - 5363 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 6028 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 302 components: - type: Transform - pos: -186.5,-171.5 - parent: 1 + parent: 297 - type: Physics - bodyType: Static - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 6030 - - 6032 - - 6031 - - 6029 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7357 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 303 components: - type: Transform - pos: 209.5,-27.5 - parent: 1 + parent: 297 - type: Physics - bodyType: Static - - uid: 7359 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 304 components: - type: Transform - pos: 34.5,3.5 - parent: 1 + parent: 297 - type: Physics - bodyType: Static - - uid: 7360 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7875 components: - type: Transform - pos: -52.5,3.5 - parent: 1 + parent: 7868 - type: Physics - bodyType: Static - - uid: 7361 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7876 components: - type: Transform - pos: -74.5,6.5 - parent: 1 + parent: 7868 - type: Physics - bodyType: Static - - uid: 7362 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 10023 components: - type: Transform - pos: 103.5,-38.5 - parent: 1 + parent: 10022 - type: Physics - bodyType: Static - - uid: 7363 + canCollide: False + - type: InsideEntityStorage + - uid: 10024 components: - type: Transform - pos: 103.5,-39.5 - parent: 1 + parent: 10022 - type: Physics - bodyType: Static - - uid: 7364 + canCollide: False + - type: InsideEntityStorage + - uid: 13919 components: - type: Transform - pos: -63.5,30.5 + pos: -150.32268,62.658382 parent: 1 - - type: Physics - bodyType: Static - - uid: 7365 + - uid: 13920 components: - type: Transform - pos: 24.5,-19.5 + pos: 86.62866,4.605031 parent: 1 - - type: Physics - bodyType: Static - - uid: 7367 +- proto: N14MentatsCanister + entities: + - uid: 13921 components: - type: Transform - pos: -56.5,-124.5 + pos: 87.37155,19.712374 parent: 1 +- proto: N14MentatsPill + entities: + - uid: 8908 + components: + - type: Transform + parent: 8904 - type: Physics - bodyType: Static - - uid: 7368 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13922 components: - type: Transform - pos: -55.5,-101.5 + pos: 87.82468,19.806124 parent: 1 - - type: Physics - bodyType: Static - - uid: 7369 + - uid: 13923 components: - type: Transform - pos: 162.5,16.5 + pos: 87.89532,19.589727 parent: 1 - - type: Physics - bodyType: Static - - uid: 7371 +- proto: N14Mop + entities: + - uid: 13924 components: - type: Transform - pos: -53.5,-10.5 + pos: 215.57289,-26.93421 parent: 1 - - type: Physics - bodyType: Static - - uid: 7374 + - uid: 13925 components: - type: Transform - pos: -11.5,-11.5 + pos: 100.63387,-33.38139 parent: 1 - - type: Physics - bodyType: Static - - uid: 7375 + - uid: 13926 components: - type: Transform - pos: -153.5,-25.5 + pos: -59.449688,33.58394 parent: 1 - - type: Physics - bodyType: Static - - uid: 12809 + - uid: 13927 components: - type: Transform - pos: 110.5,-19.5 + pos: 41.63978,-76.4227 parent: 1 - - type: Physics - bodyType: Static - - uid: 22376 + - uid: 13928 components: - type: Transform - pos: 86.5,14.5 + pos: 169.52563,179.5131 parent: 1 - - type: Physics - bodyType: Static - - uid: 24764 + - uid: 13929 components: - type: Transform - pos: -183.5,50.5 + pos: -57.379604,-46.53922 parent: 1 - - type: Physics - bodyType: Static - - uid: 24802 + - uid: 13930 components: - type: Transform - pos: -182.5,53.5 + pos: -157.54842,-25.549437 parent: 1 - - type: Physics - bodyType: Static - - uid: 49856 + - uid: 13931 components: - type: Transform - pos: 107.5,6.5 + pos: -192.42596,43.47637 parent: 1 - - type: Physics - bodyType: Static - - uid: 55954 + - uid: 13932 components: - type: Transform - pos: -184.5,-123.5 + pos: 90.44867,19.59475 parent: 1 - - type: Physics - bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.48 - - 0.25,-0.48 - - 0.25,0.48 - - -0.25,0.48 - mask: - - Impassable - - TableLayer - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 75 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True - - uid: 56121 + - uid: 13933 components: - type: Transform - pos: 136.5,-12.5 + pos: -97.56982,-160.55394 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 56268 - - 56270 - - 56269 - - 56272 - - 56271 - - 56224 - - 56273 - - 56209 - - 56264 - - 56266 - - 56265 - - 56220 - - 56267 - - 56230 - - 56228 - - 56199 - - 56238 - - 56232 - - 56231 - - 56251 - - 56239 - - 56233 - - 56252 - - 56227 - - 56234 - - 56229 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 63461 + - uid: 13934 components: - type: Transform - pos: 174.5,-155.5 + rot: -1.5707963267948966 rad + pos: 100.5,-107.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14ClosetGeneric + - uid: 13935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -177.53564,-109.480156 + parent: 1 +- proto: N14MopBucket entities: - - uid: 7376 + - uid: 13936 components: - type: Transform - pos: -25.5,61.5 + pos: 100.5,-33.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7377 + - uid: 13937 components: - type: Transform - pos: -24.5,61.5 + pos: -57.5,-46.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 61687 + - uid: 13938 components: - type: Transform - pos: -185.5,21.5 + pos: -158.5,-25.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 61688 +- proto: N14MopBucketFull + entities: + - uid: 13939 components: - type: Transform - pos: -184.5,21.5 + pos: -194.5,-168.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 61753 + - uid: 13940 components: - type: Transform - pos: -194.5,23.5 + pos: -191.50931,43.486797 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 61754 + - uid: 13941 components: - type: Transform - pos: -193.5,23.5 + pos: 215.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 63978 + - uid: 13942 components: - type: Transform - pos: -154.5,67.5 + pos: -177.5,-109.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14ClosetGrey1 +- proto: N14MortarpestleGrinder entities: - - uid: 7380 + - uid: 13943 components: - type: Transform - pos: -20.5,-73.5 + pos: -156.70679,-105.589455 parent: 1 - - type: Physics - bodyType: Static - - uid: 7381 + - uid: 13944 components: - type: Transform - pos: -19.5,-71.5 + pos: 88.42236,19.241512 parent: 1 - - type: Physics - bodyType: Static - - uid: 7382 + - uid: 13945 components: - type: Transform - pos: 102.5,-8.5 + pos: -182.45836,-122.46475 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7383 + - uid: 13946 components: - type: Transform - pos: 102.5,-10.5 + pos: 135.73499,19.132204 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7384 + - uid: 13947 components: - type: Transform - pos: 192.5,175.5 + pos: -147.5,53.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7385 + - uid: 13948 components: - type: Transform - pos: 193.5,175.5 + pos: 82.9347,-104.938255 + parent: 1 +- proto: N14Multitool + entities: + - uid: 13949 + components: + - type: Transform + pos: -133.4425,59.61136 + parent: 1 + - uid: 13950 + components: + - type: Transform + pos: 20.267544,145.5685 + parent: 1 +- proto: N14OrganGhoulEars + entities: + - uid: 13951 + components: + - type: Transform + pos: -36.033188,-114.09959 + parent: 1 +- proto: N14Plantpot1 + entities: + - uid: 13952 + components: + - type: Transform + pos: 98.5,16.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7386 + canCollide: False +- proto: N14Plantpot2 + entities: + - uid: 13953 components: - type: Transform - pos: 194.5,175.5 + pos: -20.5,13.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7387 + canCollide: False + - uid: 13954 components: - type: Transform - pos: -34.5,-32.5 + pos: 117.5,-7.5 parent: 1 - type: Physics - bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.48 - - 0.25,-0.48 - - 0.25,0.48 - - -0.25,0.48 - mask: - - Impassable - - TableLayer - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 75 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True - - uid: 7392 + canCollide: False + - uid: 13955 components: - type: Transform - pos: -25.5,-61.5 + pos: -69.5,-24.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7395 + canCollide: False + - uid: 13956 components: - type: Transform - pos: -20.5,-61.5 + pos: -56.5,-27.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7396 + canCollide: False +- proto: N14Plantpot3 + entities: + - uid: 13957 components: - type: Transform - pos: -19.5,-61.5 + pos: -54.5,-124.5 parent: 1 - type: Physics - bodyType: Static - - uid: 20751 + canCollide: False + - uid: 13958 components: - type: Transform - pos: 19.5,143.5 + pos: -160.5,59.5 parent: 1 - type: Physics - bodyType: Static - - uid: 63451 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13959 components: - type: Transform - pos: 173.5,-173.5 + pos: -177.5,64.5 parent: 1 - type: Physics - bodyType: Static - - uid: 63452 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14Plantpot4 + entities: + - uid: 13960 components: - type: Transform - pos: 174.5,-173.5 + pos: -184.5,60.5 parent: 1 - type: Physics - bodyType: Static - - uid: 63506 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13961 components: - type: Transform - pos: 171.5,-151.5 + pos: 82.5,99.5 parent: 1 - type: Physics - bodyType: Static -- proto: N14ClosetGrey1Refilling - entities: - - uid: 7393 + canCollide: False + - uid: 13962 components: - type: Transform - pos: 191.5,20.5 + pos: -67.5,-10.5 parent: 1 - type: Physics - bodyType: Static -- proto: N14ClosetGrey2 - entities: - - uid: 7404 + canCollide: False + - uid: 13963 components: - type: Transform - pos: 102.5,-9.5 + pos: -172.5,28.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 19909 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13964 components: - type: Transform - pos: 17.5,141.5 + pos: -160.5,55.5 parent: 1 - type: Physics - bodyType: Static - - uid: 47156 + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13965 components: - type: Transform - pos: 87.5,16.5 + pos: -166.5,64.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 47230 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14ClosetGunCabinet + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14Plantpot5 entities: - - uid: 7819 + - uid: 13966 components: - type: Transform - pos: 201.5,-27.5 + pos: -65.5,-24.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31175 - 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: - - 7822 - - 7875 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 11873 + canCollide: False +- proto: N14PlantpotBroken1 + entities: + - uid: 13967 components: - type: Transform - pos: -159.5,-114.5 + pos: -54.5,-129.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 11966 - - 11964 - - 11962 - - 11893 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 24169 + canCollide: False + - uid: 13968 components: - type: Transform - pos: 101.5,-4.5 + pos: 111.5,22.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 24149 - - 55477 - - 55469 - - 55485 - - 50099 - - 55482 - - 7254 - - 24152 - - 24162 - - 55463 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 46098 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14PlantpotBroken2 + entities: + - uid: 13969 components: - type: Transform - pos: -158.5,-114.5 + pos: -47.5,22.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 46372 - - 46118 - - 46101 - - 46099 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 47606 + canCollide: False + - uid: 13970 components: - type: Transform - pos: -385.5,94.5 + pos: 46.5,-41.5 parent: 1 - type: Physics - bodyType: Static -- proto: N14ClosetGunCabinetRefilling - entities: - - uid: 7414 + canCollide: False + - uid: 13971 components: - type: Transform - pos: -57.5,-37.5 + pos: -41.5,-127.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14ClosetRusty - entities: - - uid: 5179 + canCollide: False + - uid: 13972 components: - type: Transform - pos: -25.5,5.5 + pos: -109.5,-150.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7416 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14PlantpotBroken3 + entities: + - uid: 13973 components: - type: Transform - pos: -10.5,8.5 + pos: 162.5,15.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7417 + canCollide: False +- proto: N14PlantpotBroken4 + entities: + - uid: 13974 components: - type: Transform - pos: -5.5,8.5 + pos: -78.5,-103.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7420 + canCollide: False + - uid: 13975 components: - type: Transform - pos: -4.5,5.5 + pos: 170.5,164.5 parent: 1 - type: Physics - bodyType: Static - - uid: 7428 + canCollide: False + - uid: 13976 components: - type: Transform - pos: 154.5,155.5 + pos: 162.5,50.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7333 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 15097 + canCollide: False + - uid: 13977 components: - type: Transform - pos: -13.5,5.5 + pos: -97.5,-150.5 parent: 1 - type: Physics - bodyType: Static - - uid: 40254 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14PlantpotBroken5 + entities: + - uid: 13978 components: - type: Transform - pos: -32.5,5.5 + pos: 163.5,50.5 parent: 1 - type: Physics - bodyType: Static - - uid: 42891 + canCollide: False + - uid: 13979 components: - type: Transform - pos: -4.5,8.5 + pos: -101.5,-150.5 parent: 1 - type: Physics - bodyType: Static - - uid: 42894 + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14PlantpotDirty1 + entities: + - uid: 13980 components: - type: Transform - pos: -5.5,5.5 + pos: -20.5,9.5 parent: 1 - type: Physics - bodyType: Static - - uid: 42897 + canCollide: False + - uid: 13981 components: - type: Transform - pos: -10.5,5.5 + pos: -16.5,9.5 parent: 1 - type: Physics - bodyType: Static -- proto: N14ClosetRustyRefilling + canCollide: False +- proto: N14PlantpotDirty2 entities: - - uid: 44266 + - uid: 13982 components: - type: Transform - pos: -243.5,-104.5 + pos: -28.5,5.5 parent: 1 - type: Physics - bodyType: Static -- proto: N14ClosetSafe - entities: - - uid: 7441 + canCollide: False + - uid: 13983 components: - type: Transform - pos: 91.5,4.5 + pos: 34.5,-16.5 parent: 1 - type: Physics - bodyType: Static - - uid: 61529 + canCollide: False + - uid: 13984 components: - type: Transform - pos: 127.5,16.5 + pos: 31.5,-14.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 147.9235 - 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: - - 61531 - - 61530 - - 10015 - - 61532 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14ClosetSafeSpinner + canCollide: False +- proto: N14PlantpotDirty4 entities: - - uid: 6920 + - uid: 13985 components: - type: Transform - pos: -76.5,-100.5 + pos: -8.5,5.5 parent: 1 - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 6921 - - 6922 - - 6923 - - 6924 - - 6925 - - 6926 - - 6927 - - 6928 - - 6929 - - 6930 - - 6937 - - 6938 - - 6931 - - 6932 - - 6936 - - 6933 - - 6934 - - 6935 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7447 + canCollide: False + - uid: 13986 components: - type: Transform - pos: 16.5,-56.5 + pos: -53.5,27.5 parent: 1 - type: Physics - bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.25,-0.48 - - 0.25,-0.48 - - 0.25,0.48 - - -0.25,0.48 - mask: - - Impassable - - TableLayer - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 75 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True - - uid: 7448 + canCollide: False +- proto: N14PlasmaCartridge + entities: + - uid: 13987 components: - type: Transform - pos: 88.5,8.5 + pos: -167.4728,60.686367 parent: 1 - type: Physics - bodyType: Static - - uid: 49847 + angularDamping: 0 + linearDamping: 0 + - uid: 13988 components: - type: Transform - pos: 102.5,10.5 + pos: 13.253385,-57.238613 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 147.9235 - 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: - - 11969 - - 7778 - - 7751 - - 7730 - - 7080 - - 6875 - - 6514 - - 6278 - - 6064 - - 8654 - - 6721 - - 8327 - - 6722 - - 6439 - - 6515 - - 49851 - - 49852 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14ClosetWallMedicabinet - entities: - - uid: 4482 + - uid: 13989 components: - type: Transform - pos: -42.5,-130.5 + pos: 13.122134,-56.710426 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4483 - - 4484 - - uid: 7455 + - uid: 13990 components: - type: Transform - pos: 182.5,-65.5 + pos: 13.403384,-56.447926 parent: 1 - - uid: 7456 + - uid: 13991 components: - type: Transform - pos: 183.5,-65.5 + pos: 13.159635,-56.466675 parent: 1 - - uid: 7457 + - uid: 13992 components: - type: Transform - pos: -30.5,67.5 + pos: -167.4728,60.686367 parent: 1 - - uid: 7458 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14PoliceBaton + entities: + - uid: 13993 components: - type: Transform - pos: -53.5,-104.5 + pos: 104.40341,-4.4735146 parent: 1 - - uid: 42903 + - uid: 13994 components: - type: Transform - pos: 115.5,12.5 + rot: -1.5707963267948966 rad + pos: -186.41922,-109.24784 parent: 1 -- proto: N14ClothingBackpackMilitary +- proto: N14PosterAbraxo entities: - - uid: 4546 + - uid: 13995 components: - type: Transform - parent: 4544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingBackpackSatchelMilitary + pos: 37.5,-63.5 + parent: 1 +- proto: N14PosterAdvertGrognak1 entities: - - uid: 63974 + - uid: 13996 components: - type: Transform - pos: 217.4475,-25.339884 + pos: 26.5,-70.5 parent: 1 - - uid: 65052 + - uid: 13997 components: - type: Transform - pos: 217.4475,-25.339884 + pos: -186.5,46.5 parent: 1 -- proto: N14ClothingBeltPlantFilled + - uid: 13998 + components: + - type: Transform + pos: 30.5,150.5 + parent: 1 +- proto: N14PosterAdvertJet entities: - - uid: 55798 + - uid: 13999 components: - type: Transform - rot: 6.283185307179586 rad - pos: -196.60883,-119.40202 + pos: -54.5,32.5 parent: 1 - - uid: 65539 + - uid: 14000 components: - type: Transform - pos: 94.44605,-126.29203 + pos: 53.5,147.5 parent: 1 -- proto: N14ClothingBeltUtilityFilled +- proto: N14PosterAdvertNukaCola1 entities: - - uid: 300 + - uid: 14001 components: - type: Transform - pos: 217.20247,-25.293907 + pos: 160.5,-74.5 parent: 1 - - uid: 16128 + - uid: 14002 components: - type: Transform - pos: -185.5441,54.793106 + pos: -156.5,-20.5 parent: 1 - - uid: 55757 + - uid: 14003 components: - type: Transform - pos: -193.5,-98.5 + pos: 35.5,147.5 parent: 1 -- proto: N14ClothingBootsBlack +- proto: N14PosterAdvertNukaCola2 entities: - - uid: 4646 + - uid: 14004 components: - type: Transform - parent: 4644 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4649 + pos: 19.5,-57.5 + parent: 1 + - uid: 14005 components: - type: Transform - parent: 4647 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56002 + pos: -153.5,-26.5 + parent: 1 + - uid: 14006 components: - type: Transform - pos: 193.65903,-115.440865 + pos: 113.5,2.5 parent: 1 -- proto: N14ClothingBootsCowboy +- proto: N14PosterBoscom entities: - - uid: 7459 + - uid: 14007 components: - type: Transform - pos: 84.646706,105.83011 + pos: 117.5,3.5 parent: 1 -- proto: N14ClothingBootsLeather +- proto: N14PosterCautionSign1 entities: - - uid: 23326 + - uid: 14008 components: - type: Transform - pos: 52.70948,143.38356 + pos: 40.5,-63.5 parent: 1 - - uid: 26648 + - uid: 14009 components: - type: Transform - pos: 51.499165,146.10655 + pos: 173.5,50.5 parent: 1 -- proto: N14ClothingEyesGlassesWelding +- proto: N14PosterCautionSign2 entities: - - uid: 55739 + - uid: 14010 components: - type: Transform - pos: -195.5,-101.5 + pos: 184.5,-182.5 parent: 1 - - uid: 63670 + - uid: 14011 components: - type: Transform - pos: -190.00566,21.717773 + pos: 34.5,-40.5 parent: 1 - - uid: 63915 + - uid: 14012 components: - type: Transform - pos: -186.51643,54.627995 + pos: 45.5,-69.5 parent: 1 -- proto: N14ClothingEyesSunGlasses +- proto: N14PosterDangerSign1 entities: - - uid: 64077 + - uid: 14013 components: - type: Transform - pos: -117.49766,-57.470844 + pos: -185.5,59.5 parent: 1 -- proto: N14ClothingHandsGlovesBlackLeather +- proto: N14PosterDangerSign2 entities: - - uid: 7460 + - uid: 14014 components: - type: Transform - pos: -76.498276,-109.602715 + pos: 184.5,-180.5 parent: 1 - - uid: 23883 +- proto: N14PosterDangerSign3 + entities: + - uid: 14015 components: - type: Transform - parent: 7319 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingHandsGlovesCloth - entities: - - uid: 63851 + pos: 40.5,-55.5 + parent: 1 + - uid: 14016 components: - type: Transform - pos: -194.37578,30.557287 + pos: 60.5,169.5 parent: 1 -- proto: N14ClothingHandsGlovesNCR - entities: - - uid: 47729 + - uid: 14017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.28448,-94.67097 + pos: 10.5,162.5 parent: 1 -- proto: N14ClothingHandsGlovesNitrile - entities: - - uid: 55844 + - uid: 14018 components: - type: Transform - pos: -156.52783,-105.219215 + pos: -197.5,26.5 parent: 1 - - uid: 55845 + - uid: 14019 components: - type: Transform - pos: -156.45445,-104.98071 + pos: 54.5,43.5 parent: 1 -- proto: N14ClothingHandsGlovesTribal +- proto: N14PosterDangerSign4 entities: - - uid: 7761 + - uid: 14020 components: - type: Transform - parent: 7446 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 41244 + pos: 39.5,-55.5 + parent: 1 + - uid: 14021 components: - type: Transform - parent: 41241 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46594 + pos: -27.5,62.5 + parent: 1 +- proto: N14PosterFallout + entities: + - uid: 14022 components: - type: Transform - parent: 41241 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46604 + pos: 158.5,-80.5 + parent: 1 + - uid: 14023 components: - type: Transform - parent: 41241 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46605 + pos: 26.5,-48.5 + parent: 1 + - uid: 14024 components: - type: Transform - parent: 41241 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 46748 + pos: -46.5,-112.5 + parent: 1 + - uid: 14025 components: - type: Transform - pos: 158.50328,192.59363 + rot: 1.5707963267948966 rad + pos: 159.5,107.5 parent: 1 -- proto: N14ClothingHeadHatArmyCap +- proto: N14PosterGNN entities: - - uid: 4547 + - uid: 14026 components: - type: Transform - parent: 4544 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 49894 + pos: -179.5,46.5 + parent: 1 + - uid: 14027 components: - type: Transform - pos: -8.470495,-50.277344 + pos: 29.5,-55.5 parent: 1 - - uid: 56011 +- proto: N14PosterNCR1 + entities: + - uid: 14028 components: - type: Transform - pos: 128.4272,-5.1529236 + rot: -1.5707963267948966 rad + pos: 6.5,-28.5 parent: 1 - - uid: 64240 + - uid: 14029 components: - type: Transform - pos: -82.69643,-183.30151 + pos: 181.5,27.5 parent: 1 -- proto: N14ClothingHeadHatBaseball +- proto: N14PosterNCR2 entities: - - uid: 7461 + - uid: 14030 components: - type: Transform - pos: -290.36942,-87.77623 + pos: 113.5,9.5 parent: 1 - - uid: 7462 + - uid: 14031 components: - type: Transform - pos: 94.46131,129.98994 + pos: 35.5,-55.5 parent: 1 - - uid: 64232 +- proto: N14PosterNCR3 + entities: + - uid: 14032 components: - type: Transform - pos: -166.69652,-60.97317 + rot: -1.5707963267948966 rad + pos: 31.5,-11.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 65250 +- proto: N14PosterNCR4 + entities: + - uid: 14033 components: - type: Transform - pos: 201.30542,-25.788948 + pos: -181.5,-92.5 parent: 1 -- proto: N14ClothingHeadHatDeputy - entities: - - uid: 23885 + - uid: 14034 components: - type: Transform - parent: 7319 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23890 + pos: -168.5,-129.5 + parent: 1 + - uid: 14035 components: - type: Transform - parent: 7320 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingHeadHatEnclavePeacekeeperCap - entities: - - uid: 56221 + rot: -1.5707963267948966 rad + pos: -33.5,-75.5 + parent: 1 + - uid: 14036 components: - type: Transform - pos: 197.94846,218.46902 + pos: 185.5,27.5 parent: 1 -- proto: N14ClothingHeadHatNCRBeretMedic +- proto: N14PosterNCR5 entities: - - uid: 55859 + - uid: 14037 components: - type: Transform - pos: -159.68555,-107.16006 + rot: -1.5707963267948966 rad + pos: 19.5,-40.5 parent: 1 - - uid: 55860 +- proto: N14PosterNCR6 + entities: + - uid: 14038 components: - type: Transform - pos: -159.31862,-107.288475 + pos: 43.5,-0.5 parent: 1 -- proto: N14ClothingHeadHatNCRBeretRecon - entities: - - uid: 55773 + - uid: 14039 components: - type: Transform - pos: -154.24461,-127.24672 + pos: -177.5,-135.5 parent: 1 -- proto: N14ClothingHeadHatNCRHelmetMetal +- proto: N14PosterSafety1 entities: - - uid: 55393 + - uid: 14040 components: - type: Transform - pos: -156.60716,-114.28272 + pos: 128.5,-13.5 parent: 1 - - uid: 55400 + - uid: 14041 components: - type: Transform - pos: -170.31255,-110.54348 + pos: 187.5,20.5 parent: 1 - - uid: 55408 + - uid: 14042 components: - type: Transform - pos: -170.68755,-110.590355 + pos: 191.5,25.5 parent: 1 - - uid: 55410 + - uid: 14043 components: - type: Transform - pos: -170.26567,-110.277855 + pos: 11.5,162.5 parent: 1 - - uid: 55416 + - uid: 14044 components: - type: Transform - pos: -170.64067,-110.29348 + pos: 49.5,172.5 parent: 1 - - uid: 55430 +- proto: N14PosterSafety4 + entities: + - uid: 14045 components: - type: Transform - pos: -156.29466,-114.31397 + pos: 35.5,167.5 parent: 1 -- proto: N14ClothingHeadHatNCRHelmetMetalMedic +- proto: N14PosterSafety5 entities: - - uid: 55397 + - uid: 14046 components: - type: Transform - pos: -169.31255,-110.32473 + pos: -47.5,30.5 parent: 1 - - uid: 55415 + - uid: 14047 components: - type: Transform - pos: -169.6563,-110.340355 + pos: 40.5,-44.5 parent: 1 -- proto: N14ClothingHeadHatNCRHelmetMetalMilitaryPolice - entities: - - uid: 6762 + - uid: 14048 components: - type: Transform - pos: -188.69775,-105.25358 + pos: 164.5,34.5 parent: 1 - - uid: 20841 + - uid: 14049 components: - type: Transform - pos: -169.29692,-110.54348 + pos: 175.5,-169.5 parent: 1 - - uid: 23868 +- proto: N14PosterSafety6 + entities: + - uid: 14050 components: - type: Transform - pos: -188.2915,-105.19108 + pos: 169.5,52.5 parent: 1 - - uid: 55404 + - uid: 14051 components: - type: Transform - pos: -169.6563,-110.559105 + pos: -190.5,55.5 parent: 1 -- proto: N14ClothingHeadHatNCRSidecap - entities: - - uid: 303 + - uid: 14052 components: - type: Transform - pos: -174.48761,-93.35847 + pos: 14.5,150.5 parent: 1 -- proto: N14ClothingHeadHatRangerB +- proto: N14PosterSafety7 entities: - - uid: 23795 + - uid: 14053 components: - type: Transform - pos: 201.5398,-28.413948 + pos: 50.5,-62.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 65209 + - uid: 14054 components: - type: Transform - pos: 201.6648,-26.038948 + pos: 58.5,156.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14ClothingHeadHatTribalOutcastHood +- proto: N14PosterSafety8 entities: - - uid: 6753 + - uid: 14055 components: - type: Transform - parent: 7529 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7671 + pos: 174.5,57.5 + parent: 1 + - uid: 14056 components: - type: Transform - parent: 7446 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingNeckCloakRanger - entities: - - uid: 56057 + pos: 35.5,145.5 + parent: 1 + - uid: 14057 components: - type: Transform - pos: 201.44199,-25.22855 + pos: 175.5,-160.5 parent: 1 -- proto: N14ClothingNeckMantleLeather +- proto: N14PosterSafety9 entities: - - uid: 21224 + - uid: 14058 components: - type: Transform - pos: 158.8314,191.43738 + pos: -157.5,-15.5 parent: 1 -- proto: N14ClothingOfficerUniformNCR +- proto: N14PosterVaultTec07 entities: - - uid: 12012 + - uid: 14059 components: - type: Transform - pos: -168.2188,-110.35598 + pos: -31.5,67.5 parent: 1 - - uid: 20859 + - uid: 14060 components: - type: Transform - pos: -168.2188,-110.16848 + pos: -248.5,-102.5 parent: 1 - - uid: 55398 +- proto: N14PosterVaultTec08 + entities: + - uid: 14061 components: - type: Transform - pos: -168.2188,-110.48098 + pos: -31.5,54.5 parent: 1 - - uid: 55412 + - uid: 14062 components: - type: Transform - pos: -168.2188,-110.246605 + pos: -21.5,4.5 parent: 1 -- proto: N14ClothingOuterBrotherhoodElderCoat +- proto: N14PosterVaultTec09 entities: - - uid: 6756 + - uid: 14063 components: - type: Transform - parent: 7529 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingOuterNCRCombatArmor + pos: -240.5,-100.5 + parent: 1 +- proto: N14PosterWanted entities: - - uid: 7612 + - uid: 14064 components: - type: Transform - pos: -157.65547,-114.132744 + rot: 3.141592653589793 rad + pos: 127.5,-13.5 parent: 1 - - uid: 7613 + - uid: 14065 components: - type: Transform - pos: -157.34297,-114.476494 + pos: 103.5,-3.5 parent: 1 -- proto: N14ClothingOuterNCRPouchedVest + - uid: 14066 + components: + - type: Transform + pos: 104.5,-3.5 + parent: 1 + - uid: 14067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,144.5 + parent: 1 + - uid: 14068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,48.5 + parent: 1 +- proto: N14PosterWecan entities: - - uid: 22547 + - uid: 14069 components: - type: Transform - pos: -154.63254,-127.41683 + pos: -46.5,27.5 parent: 1 -- proto: N14ClothingOuterNCRVest + - uid: 14070 + components: + - type: Transform + pos: 35.5,-72.5 + parent: 1 + - uid: 14071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,144.5 + parent: 1 +- proto: N14PosterWideMassfusion1 entities: - - uid: 24144 + - uid: 14072 components: - type: Transform - pos: -171.65846,-110.23098 + pos: -181.5,-165.5 parent: 1 - - uid: 55392 + - uid: 14073 components: - type: Transform - pos: -171.26784,-110.54348 + pos: 176.5,28.5 parent: 1 - - uid: 55396 +- proto: N14PosterWideVim + entities: + - uid: 14074 components: - type: Transform - pos: -171.65846,-110.371605 + pos: -67.5,-15.5 parent: 1 - - uid: 55402 +- proto: N14PosterWideVimCaptainsblend + entities: + - uid: 14075 components: - type: Transform - pos: -171.26784,-110.371605 + pos: -174.5,-99.5 parent: 1 - - uid: 55403 +- proto: N14PosterWideVimQuartz + entities: + - uid: 14076 components: - type: Transform - pos: -171.65846,-110.07473 + pos: -192.5,51.5 parent: 1 - - uid: 55407 + - uid: 14077 components: - type: Transform - pos: -171.22096,-110.10598 + pos: -19.5,-60.5 parent: 1 - - uid: 55425 +- proto: N14PosterWideVimRefresh + entities: + - uid: 14078 components: - type: Transform - pos: -171.76784,-110.590355 + pos: -149.5,-0.5 parent: 1 - - uid: 55427 +- proto: N14PowerCellFusion + entities: + - uid: 14079 components: - type: Transform - pos: -171.26784,-110.26223 + pos: -169.22955,60.844864 parent: 1 -- proto: N14ClothingOuterPoliceCombat +- proto: N14PowerCellHigh entities: - - uid: 55460 + - uid: 14080 components: - type: Transform - parent: 44116 + pos: -170.86342,60.873867 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55479 + angularDamping: 0 + linearDamping: 0 + - uid: 14081 components: - type: Transform - parent: 44116 + pos: -170.83217,60.826992 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55480 + angularDamping: 0 + linearDamping: 0 + - uid: 14082 components: - type: Transform - parent: 44116 + pos: -170.83217,60.826992 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingOuterPoliceVest + angularDamping: 0 + linearDamping: 0 + - uid: 14083 + components: + - type: Transform + pos: -170.86342,60.873867 + parent: 1 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14084 + components: + - type: Transform + pos: 20.105818,147.7332 + parent: 1 +- proto: N14PowerCellSmall entities: - - uid: 22532 + - uid: 14085 components: - type: Transform - parent: 44116 + pos: -171.72705,60.639492 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22541 + angularDamping: 0 + linearDamping: 0 + - uid: 14086 components: - type: Transform - parent: 44116 + pos: -171.72705,60.639492 + parent: 1 - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23408 + angularDamping: 0 + linearDamping: 0 + - uid: 14087 components: - type: Transform - pos: -188.69775,-105.50358 + pos: -171.7583,60.623867 parent: 1 - - uid: 23869 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14088 components: - type: Transform - pos: -188.30713,-105.4567 + pos: -171.7583,60.623867 parent: 1 -- proto: N14ClothingOuterTribalArmor + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14PowerStorageBasic entities: - - uid: 251 + - uid: 14089 components: - type: Transform - pos: 142.61649,169.52705 + pos: 9.5,-25.5 parent: 1 - - uid: 4688 + - uid: 14090 components: - type: Transform - pos: 142.9776,169.53168 + pos: 11.5,-25.5 parent: 1 - - uid: 6495 + - uid: 14091 components: - type: Transform - pos: 143.33408,169.52705 + pos: 10.5,-25.5 parent: 1 -- proto: N14ClothingOuterTribalArmorHeavy - entities: - - uid: 5337 + - uid: 14092 components: - type: Transform - pos: 139.71059,169.52568 + pos: 9.5,-27.5 parent: 1 - - uid: 6542 + - uid: 14093 components: - type: Transform - pos: 140.35121,169.52568 + pos: -189.5,56.5 parent: 1 -- proto: N14ClothingOuterVaultSecVest +- proto: N14Psycho entities: - - uid: 44201 + - uid: 8909 components: - type: Transform - parent: 44198 + parent: 8904 - type: Physics + angularDamping: 0 + linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingShoesBlack - entities: - - uid: 7463 + - uid: 14094 components: - type: Transform - pos: -76.00621,-108.39959 + rot: 3.141592653589793 rad + pos: 91.60912,12.728937 parent: 1 - - uid: 23886 +- proto: N14RadAwayBloodbag + entities: + - uid: 7877 + components: + - type: Transform + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7878 + components: + - type: Transform + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8251 + components: + - type: Transform + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8252 + components: + - type: Transform + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8253 + components: + - type: Transform + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9572 components: - type: Transform - parent: 7319 + parent: 9571 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 23887 + - uid: 9573 components: - type: Transform - parent: 7320 + parent: 9571 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 55240 + - uid: 10025 components: - type: Transform - pos: 128.94063,-2.0584404 + parent: 10022 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14095 + components: + - type: Transform + pos: -144.4633,64.51776 parent: 1 -- proto: N14ClothingShoesBrown - entities: - - uid: 7464 + - uid: 14096 components: - type: Transform - pos: -56.484753,-129.28258 + pos: -56.515026,33.692493 parent: 1 - - uid: 7465 + - uid: 14097 components: - type: Transform - pos: -56.453503,-129.47008 + pos: -56.93513,22.75425 parent: 1 - - uid: 7466 + - uid: 14098 components: - type: Transform - pos: -56.469128,-129.70445 + rot: -1.5707963267948966 rad + pos: 140.35934,11.6136265 parent: 1 - - uid: 7467 + - uid: 14099 components: - type: Transform - pos: 92.51282,107.6761 + pos: -25.450172,63.462784 parent: 1 -- proto: N14ClothingShoesRags - entities: - - uid: 7468 + - uid: 14100 components: - type: Transform - pos: -73.08176,-106.44065 + pos: 104.45932,-104.40201 parent: 1 -- proto: N14ClothingShoesRaider - entities: - - uid: 7469 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 14101 components: - type: Transform - pos: -72.48339,-130.98653 + pos: 104.55307,-104.80826 parent: 1 -- proto: N14ClothingShoesTribal + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14RadAwayInhaler entities: - - uid: 4560 + - uid: 7879 components: - type: Transform - pos: 140.46956,181.61581 - parent: 1 - - uid: 6086 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14RadAwayInhalerTrash + entities: + - uid: 14102 components: - type: Transform - pos: 154.56865,182.31894 + rot: 1.5707963267948966 rad + pos: 90.72886,10.096147 parent: 1 - - uid: 21222 +- proto: N14RadAwayPhial + entities: + - uid: 7880 components: - type: Transform - pos: 155.70815,150.30446 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14RadAwayPhialEmpty + entities: + - uid: 14103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.674484,-167.90924 parent: 1 - - uid: 23911 +- proto: N14RadXCanisterFilled + entities: + - uid: 8254 components: - type: Transform - pos: 148.20158,183.49081 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8255 + components: + - type: Transform + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 10026 + components: + - type: Transform + parent: 10022 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14104 + components: + - type: Transform + pos: -25.700172,63.587784 parent: 1 - - uid: 23916 +- proto: N14RedBarrel + entities: + - uid: 14105 components: - type: Transform - pos: 154.99075,150.29752 + rot: -1.5707963267948966 rad + pos: 140.5,8.5 parent: 1 - - uid: 46742 +- proto: N14RedBarrelFull + entities: + - uid: 14106 components: - type: Transform - pos: 158.44078,192.06238 + pos: -194.5,-164.5 parent: 1 -- proto: N14ClothingUniformJumpskirtSundress +- proto: N14RedBarrelOpen entities: - - uid: 7470 + - uid: 14107 components: - type: Transform - pos: 90.27462,95.63146 + rot: 3.141592653589793 rad + pos: 95.5,87.5 parent: 1 -- proto: N14ClothingUniformJumpskirtTribal + - uid: 14108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -243.5,-108.5 + parent: 1 +- proto: N14RockGreyMining entities: - - uid: 4538 + - uid: 14109 components: - type: Transform - pos: 147.6506,183.65576 + pos: 197.5,174.5 parent: 1 - - uid: 4617 + - uid: 14110 components: - type: Transform - parent: 4616 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4641 + pos: 197.5,171.5 + parent: 1 + - uid: 14111 components: - type: Transform - parent: 4616 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7388 + pos: -41.5,50.5 + parent: 1 + - uid: 14112 components: - type: Transform - pos: 158.31578,191.53113 + pos: 213.5,166.5 parent: 1 - - uid: 10165 + - uid: 14113 components: - type: Transform - pos: 154.56865,182.63144 + pos: 217.5,197.5 parent: 1 - - uid: 21284 + - uid: 14114 components: - type: Transform - pos: 140.50131,181.54662 + pos: 46.5,46.5 parent: 1 -- proto: N14ClothingUniformJumpsuitBrahminFarmer - entities: - - uid: 4642 + - uid: 14115 components: - type: Transform - parent: 4616 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11990 + pos: -41.5,49.5 + parent: 1 + - uid: 14116 components: - type: Transform - parent: 7315 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformJumpsuitCheckered - entities: - - uid: 10825 + pos: 214.5,168.5 + parent: 1 + - uid: 14117 components: - type: Transform - parent: 7313 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformJumpsuitCombat - entities: - - uid: 11046 + pos: -57.5,152.5 + parent: 1 + - uid: 14118 components: - type: Transform - parent: 7314 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56036 + pos: -58.5,154.5 + parent: 1 + - uid: 14119 components: - type: Transform - pos: 194.10735,-115.30651 + pos: -58.5,155.5 parent: 1 -- proto: N14ClothingUniformJumpsuitCowboyBrown - entities: - - uid: 23884 + - uid: 14120 components: - type: Transform - parent: 7319 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformJumpsuitCowboyGrey - entities: - - uid: 23889 + pos: -58.5,156.5 + parent: 1 + - uid: 14121 components: - type: Transform - parent: 7320 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformJumpsuitEnclave - entities: - - uid: 56216 + pos: -57.5,154.5 + parent: 1 + - uid: 14122 components: - type: Transform - pos: 197.23172,218.39609 + pos: -58.5,153.5 parent: 1 -- proto: N14ClothingUniformJumpsuitRags - entities: - - uid: 7471 + - uid: 14123 components: - type: Transform - pos: -73.15988,-106.550026 + pos: -58.5,152.5 parent: 1 - - uid: 7472 + - uid: 14124 components: - type: Transform - pos: 190.69366,23.604805 + pos: -57.5,155.5 parent: 1 -- proto: N14ClothingUniformJumpsuitTribal - entities: - - uid: 7672 + - uid: 14125 components: - type: Transform - parent: 7446 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7766 + pos: -57.5,156.5 + parent: 1 + - uid: 14126 components: - type: Transform - parent: 7446 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformJumpsuitVault - entities: - - uid: 44202 + pos: -57.5,153.5 + parent: 1 + - uid: 14127 components: - type: Transform - parent: 44198 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformNCR - entities: - - uid: 24143 + pos: -34.5,136.5 + parent: 1 + - uid: 14128 components: - type: Transform - pos: -168.62505,-110.38723 + pos: 5.5,169.5 parent: 1 - - uid: 55262 + - uid: 14129 components: - type: Transform - pos: -168.64067,-110.277855 + pos: 5.5,168.5 parent: 1 - - uid: 55417 + - uid: 14130 components: - type: Transform - pos: -168.62505,-110.527855 + pos: 4.5,169.5 parent: 1 - - uid: 55426 + - uid: 14131 components: - type: Transform - pos: -168.64067,-110.152855 + pos: 4.5,168.5 parent: 1 -- proto: N14ClothingUniformRangerBlue - entities: - - uid: 301 + - uid: 14132 components: - type: Transform - parent: 35624 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61737 + pos: 4.5,167.5 + parent: 1 + - uid: 14133 components: - type: Transform - parent: 35625 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformRangerModif - entities: - - uid: 306 + pos: 3.5,169.5 + parent: 1 + - uid: 14134 components: - type: Transform - parent: 35624 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 50096 + pos: 3.5,168.5 + parent: 1 + - uid: 14135 components: - type: Transform - parent: 35625 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformRangerPatrol - entities: - - uid: 35630 + pos: 3.5,167.5 + parent: 1 + - uid: 14136 components: - type: Transform - parent: 35625 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 47726 + pos: 2.5,169.5 + parent: 1 + - uid: 14137 components: - type: Transform - parent: 35624 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformRangerV2 - entities: - - uid: 45463 + pos: 2.5,168.5 + parent: 1 + - uid: 14138 components: - type: Transform - parent: 35624 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55849 + pos: 2.5,167.5 + parent: 1 + - uid: 14139 components: - type: Transform - parent: 35625 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14ClothingUniformRangerV3 - entities: - - uid: 4686 + pos: 1.5,169.5 + parent: 1 + - uid: 14140 components: - type: Transform - parent: 35624 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 35631 + pos: 1.5,168.5 + parent: 1 + - uid: 14141 components: - type: Transform - parent: 35625 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14CombatKnife - entities: - - uid: 23796 + pos: 1.5,167.5 + parent: 1 + - uid: 14142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -174.97049,-93.34656 + pos: -6.5,168.5 parent: 1 - - uid: 65660 + - uid: 14143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 98.501526,-114.37168 + pos: -6.5,167.5 parent: 1 -- proto: N14ComputerCameraDisplayBrotherhoodWashington - entities: - - uid: 63954 + - uid: 14144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -158.5,70.5 + pos: -7.5,168.5 parent: 1 -- proto: N14ComputerTerminal - entities: - - uid: 7473 + - uid: 14145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,60.5 + pos: -8.5,168.5 parent: 1 - - uid: 10065 + - uid: 14146 components: - type: Transform - pos: 104.5,14.5 + pos: -8.5,165.5 parent: 1 - - uid: 45291 + - uid: 14147 components: - type: Transform - pos: -404.5,67.5 + pos: -8.5,164.5 parent: 1 - - uid: 61736 + - uid: 14148 components: - type: Transform - pos: -188.5,23.5 + pos: -7.5,165.5 parent: 1 - - uid: 64234 + - uid: 14149 components: - type: Transform - pos: -102.5,-153.5 + pos: -7.5,164.5 parent: 1 -- proto: N14ComputerTerminalBroken - entities: - - uid: 7474 + - uid: 14150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 212.5,181.5 + pos: -7.5,163.5 parent: 1 - - uid: 7475 + - uid: 14151 components: - type: Transform - pos: 40.5,-69.5 + pos: -7.5,162.5 parent: 1 - - uid: 7476 + - uid: 14152 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.5,-94.5 + pos: -11.5,159.5 parent: 1 - - uid: 7477 + - uid: 14153 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,35.5 + pos: -12.5,160.5 parent: 1 - - uid: 7478 + - uid: 14154 components: - type: Transform - pos: -38.5,-37.5 + pos: -12.5,159.5 parent: 1 - - uid: 7479 + - uid: 14155 components: - type: Transform - pos: -43.5,-33.5 + pos: -36.5,149.5 parent: 1 - - uid: 63872 + - uid: 14156 components: - type: Transform - pos: -133.5,57.5 + pos: -36.5,148.5 parent: 1 - - uid: 64242 + - uid: 14157 components: - type: Transform - pos: -104.5,-153.5 + pos: -35.5,149.5 parent: 1 - - uid: 64342 + - uid: 14158 components: - type: Transform - pos: -75.5,-173.5 + pos: -35.5,148.5 parent: 1 -- proto: N14ComputerTerminalFrame - entities: - - uid: 7480 + - uid: 14159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-106.5 + pos: -35.5,147.5 parent: 1 -- proto: N14ComputerTerminalHandmade - entities: - - uid: 23404 + - uid: 14160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -195.5,-127.5 + pos: -34.5,149.5 parent: 1 - - uid: 63874 + - uid: 14161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -131.5,58.5 + pos: -34.5,148.5 parent: 1 -- proto: N14ComputerTerminalNew - entities: - - uid: 7481 + - uid: 14162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 215.5,208.5 + pos: -34.5,147.5 parent: 1 - - uid: 47605 + - uid: 14163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -387.5,90.5 + pos: -33.5,156.5 parent: 1 - - uid: 61917 + - uid: 14164 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,59.5 + pos: -33.5,149.5 parent: 1 - - uid: 63853 + - uid: 14165 components: - type: Transform - pos: -137.5,55.5 + pos: -33.5,148.5 parent: 1 -- proto: N14ComputerTerminalRigged - entities: - - uid: 7482 + - uid: 14166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 195.5,208.5 + pos: -32.5,156.5 parent: 1 -- proto: N14ComputerTerminalRusted - entities: - - uid: 7483 + - uid: 14167 components: - type: Transform - pos: -25.5,11.5 + pos: -32.5,149.5 parent: 1 - - uid: 7484 + - uid: 14168 components: - type: Transform - pos: -40.5,-116.5 + pos: -32.5,148.5 parent: 1 - - uid: 61088 + - uid: 14169 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,168.5 + pos: -12.5,158.5 parent: 1 - - uid: 61760 + - uid: 14170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,28.5 + pos: -12.5,157.5 parent: 1 -- proto: N14ComputerTerminalRustedBroken - entities: - - uid: 7485 + - uid: 14171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 117.5,-11.5 + pos: -11.5,158.5 parent: 1 - - uid: 7486 + - uid: 14172 components: - type: Transform - pos: -11.5,11.5 + pos: -11.5,157.5 parent: 1 - - uid: 7487 + - uid: 14173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-72.5 + pos: -10.5,158.5 parent: 1 - - uid: 7488 + - uid: 14174 components: - type: Transform - pos: -48.5,-124.5 + pos: -3.5,131.5 parent: 1 - - uid: 7489 + - uid: 14175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,27.5 + pos: -26.5,144.5 parent: 1 - - uid: 7490 + - uid: 14176 components: - type: Transform - pos: -150.5,1.5 + pos: -26.5,143.5 parent: 1 - - uid: 7492 + - uid: 14177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-58.5 + pos: -26.5,142.5 parent: 1 - - uid: 8000 + - uid: 14178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,-179.5 + pos: -25.5,146.5 parent: 1 - - uid: 44316 + - uid: 14179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-107.5 + pos: -25.5,145.5 parent: 1 - - uid: 47739 + - uid: 14180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,157.5 + pos: -25.5,144.5 parent: 1 - - uid: 63340 + - uid: 14181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-177.5 + pos: -25.5,143.5 parent: 1 - - uid: 63349 + - uid: 14182 components: - type: Transform - pos: 175.5,-170.5 + pos: -25.5,142.5 parent: 1 - - uid: 63362 + - uid: 14183 components: - type: Transform - pos: 176.5,-155.5 + pos: -25.5,141.5 parent: 1 - - uid: 63370 + - uid: 14184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-175.5 + pos: -24.5,146.5 parent: 1 - - uid: 64435 + - uid: 14185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-158.5 + pos: -24.5,145.5 parent: 1 - - uid: 64442 + - uid: 14186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -116.5,-152.5 + pos: -24.5,144.5 parent: 1 - - uid: 64457 + - uid: 14187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-155.5 + pos: -24.5,143.5 parent: 1 -- proto: N14ComputerTerminalRustedRigged - entities: - - uid: 7493 + - uid: 14188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,23.5 + pos: -24.5,142.5 parent: 1 - - uid: 7494 + - uid: 14189 components: - type: Transform - pos: 33.5,-19.5 + pos: -24.5,141.5 parent: 1 -- proto: N14ComputerTerminalWall - entities: - - uid: 7495 + - uid: 14190 components: - type: Transform - pos: -37.5,-112.5 + pos: -23.5,145.5 parent: 1 - - uid: 7496 + - uid: 14191 components: - type: Transform - pos: 200.5,218.5 + pos: -23.5,144.5 parent: 1 -- proto: N14ComputerTerminalWallBroken - entities: - - uid: 7497 + - uid: 14192 components: - type: Transform - pos: -60.5,26.5 + pos: -19.5,151.5 parent: 1 - - uid: 7498 + - uid: 14193 components: - type: Transform - pos: 186.5,57.5 + pos: -19.5,150.5 parent: 1 -- proto: N14ComputerTerminalWallControls - entities: - - uid: 7499 + - uid: 14194 components: - type: Transform - pos: 183.5,27.5 + pos: -18.5,150.5 parent: 1 - - uid: 7500 + - uid: 14195 components: - type: Transform - pos: 162.5,34.5 + pos: -18.5,149.5 parent: 1 -- proto: N14ComputerTerminalWallDisplays - entities: - - uid: 7501 + - uid: 14196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,57.5 + pos: -17.5,149.5 parent: 1 - - uid: 11316 + - uid: 14197 components: - type: Transform - pos: -173.5,29.5 + pos: -16.5,150.5 parent: 1 - - uid: 63348 + - uid: 14198 components: - type: Transform - pos: 176.5,-170.5 + pos: -16.5,149.5 parent: 1 -- proto: N14ComputerTerminalWallNew - entities: - - uid: 7502 + - uid: 14199 components: - type: Transform - pos: -32.5,68.5 + pos: -16.5,137.5 parent: 1 - - uid: 47962 + - uid: 14200 components: - type: Transform - pos: -136.5,59.5 + pos: -16.5,136.5 parent: 1 -- proto: N14ComputerTerminalWallRusted - entities: - - uid: 7503 + - uid: 14201 components: - type: Transform - pos: -35.5,54.5 + pos: -15.5,137.5 parent: 1 -- proto: N14ComputerTerminalWallRustedBroken - entities: - - uid: 7505 + - uid: 14202 components: - type: Transform - pos: 181.5,43.5 + pos: -15.5,136.5 parent: 1 -- proto: N14ComputerTerminalWired - entities: - - uid: 7506 + - uid: 14203 components: - type: Transform - pos: -38.5,-34.5 + pos: -14.5,143.5 parent: 1 -- proto: N14ComputerVDU - entities: - - uid: 7507 + - uid: 14204 components: - type: Transform - pos: 119.5,-16.5 + pos: -14.5,142.5 parent: 1 -- proto: N14ControlTerminalButton - entities: - - uid: 65073 + - uid: 14205 components: - - type: MetaData - name: gate controls - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,24.5 + pos: -13.5,144.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 61578: - - Pressed: Toggle - 61568: - - Pressed: Toggle - 61585: - - Pressed: Toggle -- proto: N14CookingStove - entities: - - uid: 7510 + - uid: 14206 components: - type: Transform - pos: 207.5,-25.5 + pos: -13.5,143.5 parent: 1 - - uid: 7511 + - uid: 14207 components: - type: Transform - pos: 33.5,5.5 + pos: -12.5,145.5 parent: 1 - - type: ItemPlacer - placedEntities: - - 8584 - - uid: 7512 + - uid: 14208 components: - type: Transform - pos: -73.5,6.5 + pos: -12.5,144.5 parent: 1 - - type: ItemPlacer - placedEntities: - - 8585 - - uid: 7513 + - uid: 14209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,102.5 + pos: -12.5,143.5 parent: 1 - - uid: 7514 + - uid: 14210 components: - type: Transform - pos: -63.5,31.5 + pos: -11.5,145.5 parent: 1 - - type: ItemPlacer - placedEntities: - - 8586 - - uid: 7515 + - uid: 14211 components: - type: Transform - pos: 26.5,-19.5 + pos: -11.5,144.5 parent: 1 - - uid: 7516 + - uid: 14212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-127.5 + pos: -10.5,153.5 parent: 1 - - uid: 7517 + - uid: 14213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-102.5 + pos: -10.5,152.5 parent: 1 - - uid: 7518 + - uid: 14214 components: - type: Transform - pos: -52.5,-99.5 + pos: -9.5,154.5 parent: 1 - - uid: 7519 + - uid: 14215 components: - type: Transform - pos: -58.5,-10.5 + pos: -9.5,153.5 parent: 1 - - uid: 7520 + - uid: 14216 components: - type: Transform - pos: -34.5,-37.5 + pos: -9.5,152.5 parent: 1 - - uid: 7521 + - uid: 14217 components: - type: Transform - pos: -27.5,-11.5 + pos: -33.5,136.5 parent: 1 - - uid: 7522 + - uid: 14218 components: - type: Transform - pos: -8.5,-11.5 + pos: -33.5,137.5 parent: 1 - - uid: 7523 + - uid: 14219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,-19.5 + pos: -16.5,135.5 parent: 1 - - uid: 7524 + - uid: 14220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,-18.5 + pos: -16.5,134.5 parent: 1 - - uid: 20860 + - uid: 14221 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-123.5 + pos: -16.5,133.5 parent: 1 - - uid: 24767 + - uid: 14222 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,49.5 + pos: -15.5,135.5 parent: 1 - - uid: 47370 + - uid: 14223 components: - type: Transform - pos: -368.5,106.5 + pos: -15.5,134.5 parent: 1 - - uid: 63464 + - uid: 14224 components: - type: Transform - pos: 171.5,-155.5 + pos: -15.5,133.5 parent: 1 - - uid: 65385 + - uid: 14225 components: - type: Transform - pos: 71.5,-133.5 + pos: -5.5,132.5 parent: 1 -- proto: N14CrateAluminium - entities: - - uid: 7526 + - uid: 14226 components: - type: Transform - pos: 105.5,-33.5 + pos: -5.5,131.5 parent: 1 - - uid: 7527 + - uid: 14227 components: - type: Transform - pos: 43.5,-64.5 + pos: -4.5,131.5 parent: 1 - - uid: 7528 + - uid: 14228 components: - type: Transform - pos: -7.5,-44.5 + pos: 3.5,130.5 parent: 1 -- proto: N14CrateArmy - entities: - - uid: 4544 + - uid: 14229 components: - type: Transform - pos: 27.5,78.5 + pos: 3.5,129.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4547 - - 4548 - - 4545 - - 4546 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7529 + - uid: 14230 components: - type: Transform - pos: -250.5,-96.5 + pos: 3.5,128.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 6753 - - 7530 - - 7531 - - 6756 - - 6758 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7532 + - uid: 14231 components: - type: Transform - pos: -167.5,-110.5 + pos: 2.5,130.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14CrateBreakArmyDamaged - entities: - - uid: 7534 + - uid: 14232 components: - type: Transform - pos: 49.5,-63.5 + pos: 2.5,129.5 parent: 1 - - uid: 7535 + - uid: 14233 components: - type: Transform - pos: 28.5,78.5 + pos: 2.5,128.5 parent: 1 - - uid: 50007 + - uid: 14234 components: - type: Transform - pos: 59.5,52.5 + pos: -0.5,140.5 parent: 1 - - uid: 63843 + - uid: 14235 components: - type: Transform - pos: -190.5,38.5 + pos: -0.5,141.5 parent: 1 -- proto: N14CrateBreakPlain - entities: - - uid: 7536 + - uid: 14236 components: - type: Transform - pos: 115.5,-37.5 + pos: 0.5,140.5 parent: 1 - - uid: 7537 + - uid: 14237 components: - type: Transform - pos: 115.5,-36.5 + pos: 1.5,133.5 parent: 1 - - uid: 7538 + - uid: 14238 components: - type: Transform - pos: 26.5,-46.5 + pos: 1.5,134.5 parent: 1 - - uid: 7539 + - uid: 14239 components: - type: Transform - pos: 44.5,-56.5 + pos: 2.5,131.5 parent: 1 - - uid: 7540 + - uid: 14240 components: - type: Transform - pos: -195.5,-194.5 + pos: 2.5,132.5 parent: 1 - - uid: 7541 + - uid: 14241 components: - type: Transform - pos: 155.5,133.5 + pos: 2.5,133.5 parent: 1 - - uid: 7542 + - uid: 14242 components: - type: Transform - pos: 173.5,23.5 + pos: 2.5,134.5 parent: 1 - - uid: 7543 + - uid: 14243 components: - type: Transform - pos: 173.5,24.5 + pos: 3.5,131.5 parent: 1 - - uid: 7544 + - uid: 14244 components: - type: Transform - pos: -8.5,-46.5 + pos: 3.5,132.5 parent: 1 - - uid: 7545 + - uid: 14245 components: - type: Transform - pos: -7.5,-46.5 + pos: 3.5,138.5 parent: 1 - - uid: 64089 + - uid: 14246 components: - type: Transform - pos: 29.5,-35.5 + pos: 3.5,139.5 parent: 1 - - type: Storage - storedItems: - 64090: - position: 0,0 - _rotation: South - 64091: - position: 1,0 - _rotation: South - 64092: - position: 2,0 - _rotation: South - 64093: - position: 3,0 - _rotation: South - 64094: - position: 4,0 - _rotation: South - 64095: - position: 5,0 - _rotation: South - 64096: - position: 6,0 - _rotation: South - 64097: - position: 0,1 - _rotation: South - 64098: - position: 1,1 - _rotation: South - 64099: - position: 2,1 - _rotation: South - 64100: - position: 3,1 - _rotation: South - 64101: - position: 4,1 - _rotation: South - 64102: - position: 5,1 - _rotation: South - 64103: - position: 6,1 - _rotation: South - 64104: - position: 0,2 - _rotation: South - 64105: - position: 1,2 - _rotation: South - 64106: - position: 2,2 - _rotation: South - 64107: - position: 3,2 - _rotation: South - 64108: - position: 4,2 - _rotation: South - 64109: - position: 5,2 - _rotation: South - 64110: - position: 6,2 - _rotation: South - 64111: - position: 0,3 - _rotation: South - 64112: - position: 1,3 - _rotation: South - 64113: - position: 2,3 - _rotation: South - 64114: - position: 3,3 - _rotation: South - 64115: - position: 4,3 - _rotation: South - 64116: - position: 5,3 - _rotation: South - 64117: - position: 6,3 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 64090 - - 64091 - - 64092 - - 64093 - - 64094 - - 64095 - - 64096 - - 64097 - - 64098 - - 64099 - - 64100 - - 64101 - - 64102 - - 64103 - - 64104 - - 64105 - - 64106 - - 64107 - - 64108 - - 64109 - - 64110 - - 64111 - - 64112 - - 64113 - - 64114 - - 64115 - - 64116 - - 64117 -- proto: N14CrateBreakPlainDamaged - entities: - - uid: 5957 + - uid: 14247 components: - type: Transform - pos: -242.5,-101.5 + pos: 3.5,140.5 parent: 1 - - uid: 7546 + - uid: 14248 components: - type: Transform - pos: 110.5,-37.5 + pos: 4.5,137.5 parent: 1 - - uid: 7547 + - uid: 14249 components: - type: Transform - pos: 26.5,-47.5 + pos: 4.5,138.5 parent: 1 - - uid: 7548 + - uid: 14250 components: - type: Transform - pos: 44.5,-57.5 + pos: 4.5,139.5 parent: 1 - - uid: 7549 + - uid: 14251 components: - type: Transform - pos: -49.5,-132.5 + pos: 4.5,140.5 parent: 1 - - uid: 7550 + - uid: 14252 components: - type: Transform - pos: -35.5,-101.5 + pos: 5.5,137.5 parent: 1 - - uid: 7551 + - uid: 14253 components: - type: Transform - rot: 3.141592653589793 rad - pos: 160.5,-92.5 + pos: 5.5,138.5 parent: 1 - - uid: 7552 + - uid: 14254 components: - type: Transform - pos: -195.5,-195.5 + pos: 5.5,139.5 parent: 1 - - uid: 7553 + - uid: 14255 components: - type: Transform - pos: 184.5,192.5 + pos: 5.5,140.5 parent: 1 - - uid: 7554 + - uid: 14256 components: - type: Transform - pos: 174.5,25.5 + pos: 6.5,138.5 parent: 1 - - uid: 7555 + - uid: 14257 components: - type: Transform - pos: 189.5,169.5 + pos: -34.5,140.5 parent: 1 - - uid: 50013 + - uid: 14258 components: - type: Transform - pos: 55.5,51.5 + pos: -3.5,128.5 parent: 1 - - uid: 61090 + - uid: 14259 components: - type: Transform - pos: 26.5,145.5 + pos: -3.5,129.5 parent: 1 -- proto: N14CrateBreakPlainFilledCigarettes - entities: - - uid: 4600 + - uid: 14260 components: - type: Transform - pos: 20.5,-56.5 + pos: -3.5,130.5 parent: 1 -- proto: N14CrateBreakPlainFilledCigarettesRepublic - entities: - - uid: 7401 + - uid: 14261 components: - type: Transform - pos: -165.5,-110.5 + pos: -4.5,128.5 parent: 1 - - uid: 55987 + - uid: 14262 components: - type: Transform - pos: -181.5,-113.5 + pos: -4.5,129.5 parent: 1 -- proto: N14CrateBreakSarsaparilla - entities: - - uid: 7556 + - uid: 14263 components: - type: Transform - pos: 208.5,171.5 + pos: -4.5,130.5 parent: 1 - - uid: 7557 + - uid: 14264 components: - type: Transform - pos: 18.5,-34.5 + pos: -5.5,129.5 parent: 1 - - uid: 7558 + - uid: 14265 components: - type: Transform - pos: 18.5,-33.5 + pos: -5.5,130.5 parent: 1 - - uid: 7559 + - uid: 14266 components: - type: Transform - pos: 111.5,-37.5 + pos: -8.5,124.5 parent: 1 - - uid: 7560 + - uid: 14267 components: - type: Transform - pos: 207.5,171.5 + pos: -8.5,125.5 parent: 1 - - uid: 9499 + - uid: 14268 components: - type: Transform - pos: 26.5,143.5 + pos: -8.5,126.5 parent: 1 - - uid: 44262 + - uid: 14269 components: - type: Transform - pos: -248.5,-106.5 + pos: -9.5,124.5 parent: 1 - - uid: 55817 + - uid: 14270 components: - type: Transform - pos: -192.5,-112.5 + pos: -9.5,125.5 parent: 1 - - uid: 55996 + - uid: 14271 components: - type: Transform - pos: -172.5,-104.5 + pos: -9.5,126.5 parent: 1 -- proto: N14CrateBreakSarsaparillaDamaged - entities: - - uid: 7561 + - uid: 14272 components: - type: Transform - pos: 110.5,-36.5 + pos: -9.5,127.5 parent: 1 - - uid: 7562 + - uid: 14273 components: - type: Transform - pos: 112.5,-37.5 + pos: -10.5,122.5 parent: 1 - - uid: 7563 + - uid: 14274 components: - type: Transform - pos: -44.5,-109.5 + pos: -10.5,123.5 parent: 1 - - uid: 7564 + - uid: 14275 components: - type: Transform - pos: 206.5,171.5 + pos: -10.5,124.5 parent: 1 - - uid: 44189 + - uid: 14276 components: - type: Transform - pos: -248.5,-107.5 + pos: -10.5,125.5 parent: 1 - - uid: 44260 + - uid: 14277 components: - type: Transform - pos: -248.5,-105.5 + pos: -10.5,126.5 parent: 1 -- proto: N14CrateBreakWood - entities: - - uid: 7565 + - uid: 14278 components: - type: Transform - pos: 15.5,-34.5 + pos: -10.5,127.5 parent: 1 - - uid: 7566 + - uid: 14279 components: - type: Transform - pos: 116.5,-37.5 + pos: -34.5,137.5 parent: 1 - - uid: 7567 + - uid: 14280 components: - type: Transform - pos: 108.5,-40.5 + pos: -11.5,123.5 parent: 1 - - uid: 7568 + - uid: 14281 components: - type: Transform - pos: 106.5,-33.5 + pos: -11.5,124.5 parent: 1 - - uid: 7569 + - uid: 14282 components: - type: Transform - pos: 44.5,8.5 + pos: -11.5,125.5 parent: 1 - - uid: 7570 + - uid: 14283 components: - type: Transform - pos: 43.5,9.5 + pos: -11.5,126.5 parent: 1 - - uid: 7571 + - uid: 14284 components: - type: Transform - pos: 46.5,-65.5 + pos: -18.5,113.5 parent: 1 - - uid: 7572 + - uid: 14285 components: - type: Transform - pos: -50.5,-132.5 + pos: -19.5,112.5 parent: 1 - - uid: 7573 + - uid: 14286 components: - type: Transform - pos: -80.5,-109.5 + pos: -19.5,113.5 parent: 1 - - uid: 7574 + - uid: 14287 components: - type: Transform - pos: -35.5,-100.5 + pos: -19.5,114.5 parent: 1 - - uid: 7575 + - uid: 14288 components: - type: Transform - pos: -190.5,-186.5 + pos: -19.5,115.5 parent: 1 - - uid: 7576 + - uid: 14289 components: - type: Transform - pos: -193.5,-193.5 + pos: -20.5,111.5 parent: 1 - - uid: 7577 + - uid: 14290 components: - type: Transform - pos: 186.5,192.5 + pos: -20.5,112.5 parent: 1 - - uid: 7578 + - uid: 14291 components: - type: Transform - pos: 155.5,132.5 + pos: -20.5,113.5 parent: 1 - - uid: 7579 + - uid: 14292 components: - type: Transform - pos: 173.5,25.5 + pos: -20.5,114.5 parent: 1 - - uid: 7580 + - uid: 14293 components: - type: Transform - pos: 188.5,169.5 + pos: -20.5,115.5 parent: 1 - - uid: 25530 + - uid: 14294 components: - type: Transform - pos: -78.5,-161.5 + pos: -21.5,112.5 parent: 1 - - type: Storage - storedItems: - 38595: - position: 0,0 - _rotation: South - 38596: - position: 1,0 - _rotation: South - 38597: - position: 2,0 - _rotation: South - 38603: - position: 3,0 - _rotation: South - 38604: - position: 4,0 - _rotation: South - 38605: - position: 5,0 - _rotation: South - 38606: - position: 6,0 - _rotation: South - 38607: - position: 0,1 - _rotation: South - 38608: - position: 1,1 - _rotation: South - 38682: - position: 2,1 - _rotation: South - 38683: - position: 3,1 - _rotation: South - 38684: - position: 4,1 - _rotation: South - 38685: - position: 5,1 - _rotation: South - 38686: - position: 6,1 - _rotation: South - 38687: - position: 0,2 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 38595 - - 38596 - - 38597 - - 38603 - - 38604 - - 38605 - - 38606 - - 38607 - - 38608 - - 38682 - - 38683 - - 38684 - - 38685 - - 38686 - - 38687 - - uid: 44259 + - uid: 14295 components: - type: Transform - pos: -241.5,-101.5 + pos: -21.5,113.5 parent: 1 - - uid: 44290 + - uid: 14296 components: - type: Transform - pos: -240.5,-101.5 + pos: -21.5,114.5 parent: 1 -- proto: N14CrateEnclave - entities: - - uid: 7581 + - uid: 14297 components: - type: Transform - pos: 176.5,27.5 + pos: -21.5,115.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7587 - - 7586 - - 7585 - - 7584 - - 7583 - - 7582 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14CrateFootlocker - entities: - - uid: 4635 + - uid: 14298 components: - type: Transform - pos: 193.5,222.5 + pos: -22.5,112.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4636 - - 4637 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4644 + - uid: 14299 components: - type: Transform - pos: 197.5,222.5 + pos: -22.5,113.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4646 - - 4645 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 4647 + - uid: 14300 components: - type: Transform - pos: 195.5,222.5 + pos: -22.5,114.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4648 - - 4649 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7603 + - uid: 14301 components: - type: Transform - pos: -103.5,-130.5 + pos: -23.5,112.5 parent: 1 - - uid: 7604 + - uid: 14302 components: - type: Transform - pos: -291.5,-84.5 + pos: -23.5,113.5 parent: 1 - - 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 - - uid: 7605 + - uid: 14303 components: - type: Transform - pos: 107.5,21.5 + pos: -23.5,114.5 parent: 1 - - uid: 7606 + - uid: 14304 components: - type: Transform - pos: 111.5,21.5 + pos: -28.5,124.5 parent: 1 - - uid: 7607 + - uid: 14305 components: - type: Transform - pos: 116.5,21.5 + pos: -28.5,125.5 parent: 1 - - uid: 7608 + - uid: 14306 components: - type: Transform - pos: 106.5,21.5 + pos: -28.5,126.5 parent: 1 - - uid: 7614 + - uid: 14307 components: - type: Transform - pos: -53.5,-17.5 + pos: -28.5,127.5 parent: 1 - - uid: 7617 + - uid: 14308 components: - type: Transform - pos: -13.5,-24.5 + pos: -28.5,128.5 parent: 1 - - uid: 7618 + - uid: 14309 components: - type: Transform - pos: -4.5,-16.5 + pos: -28.5,129.5 parent: 1 - - uid: 11336 + - uid: 14310 components: - type: Transform - pos: -191.51564,33.889214 + pos: -29.5,123.5 parent: 1 - - uid: 24860 + - uid: 14311 components: - type: Transform - pos: -187.47688,33.86211 + pos: -29.5,124.5 parent: 1 - - uid: 35624 + - uid: 14312 components: - type: Transform - pos: 203.5,-29.5 + pos: -29.5,125.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 306 - - 45463 - - 301 - - 4686 - - 47726 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 35625 + - uid: 14313 components: - type: Transform - pos: 203.5,-25.5 + pos: -29.5,126.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 61737 - - 55849 - - 50096 - - 35631 - - 35630 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 47223 + - uid: 14314 components: - type: Transform - pos: -376.5,102.5 + pos: -29.5,127.5 parent: 1 - - uid: 47235 + - uid: 14315 components: - type: Transform - pos: -377.5,102.5 + pos: -29.5,128.5 parent: 1 - - uid: 47236 + - uid: 14316 components: - type: Transform - pos: -378.5,102.5 + pos: -29.5,129.5 parent: 1 - - uid: 65574 + - uid: 14317 components: - type: Transform - pos: 97.48852,-112.03857 + pos: -30.5,125.5 parent: 1 - - uid: 65708 + - uid: 14318 components: - type: Transform - pos: 99.51977,-112.00732 + pos: -30.5,126.5 parent: 1 -- proto: N14CrateFreezer - entities: - - uid: 7623 + - uid: 14319 components: - type: Transform - pos: 95.5,-30.5 + pos: -30.5,127.5 parent: 1 - - uid: 7624 + - uid: 14320 components: - type: Transform - pos: 94.5,-30.5 + pos: -40.5,115.5 parent: 1 - - uid: 7625 + - uid: 14321 components: - type: Transform - pos: 96.5,-30.5 + pos: -40.5,116.5 parent: 1 - - uid: 7626 + - uid: 14322 components: - type: Transform - pos: 103.5,-40.5 + pos: -40.5,117.5 parent: 1 - - uid: 7627 + - uid: 14323 components: - type: Transform - pos: 96.5,-38.5 + pos: -41.5,116.5 parent: 1 - - uid: 7628 + - uid: 14324 components: - type: Transform - pos: 96.5,-39.5 + pos: -41.5,117.5 parent: 1 - - uid: 7629 + - uid: 14325 components: - type: Transform - pos: 96.5,-40.5 + pos: -41.5,118.5 parent: 1 - - uid: 7630 + - uid: 14326 components: - type: Transform - pos: -60.5,31.5 + pos: -41.5,119.5 parent: 1 - - uid: 24803 + - uid: 14327 components: - type: Transform - pos: -182.5,54.5 + pos: -42.5,117.5 parent: 1 - - uid: 45970 + - uid: 14328 components: - type: Transform - pos: -403.5,65.5 + pos: -42.5,118.5 parent: 1 - - uid: 47380 + - uid: 14329 components: - type: Transform - pos: -366.5,105.5 + pos: -42.5,119.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 47392 - - 47388 - - 47387 - - 47386 - - 47385 - - 47384 - - 47383 - - 47382 - - 47381 - - 47389 - - 47390 - - 47391 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 49996 + - uid: 14330 components: - type: Transform - pos: 59.324894,44.440357 + pos: -43.5,118.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 49997 - - 49998 - - 49999 - - 50000 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 56092 + - uid: 14331 components: - type: Transform - pos: 135.5,-12.5 + pos: -46.5,130.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 56240 - - 21992 - - 56255 - - 56242 - - 56226 - - 56256 - - 49234 - - 56254 - - 56248 - - 56219 - - 56258 - - 56253 - - 56257 - - 56225 - - 55735 - - 49446 - - 26297 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14CrateMedical - entities: - - uid: 7633 + - uid: 14332 components: - type: Transform - pos: 185.5,-68.5 + pos: -47.5,129.5 parent: 1 - - uid: 7634 + - uid: 14333 components: - type: Transform - pos: 102.5,-30.5 + pos: -47.5,130.5 parent: 1 - - uid: 7635 + - uid: 14334 components: - type: Transform - pos: 103.5,-30.5 + pos: -47.5,131.5 parent: 1 - - uid: 7636 + - uid: 14335 components: - type: Transform - pos: -46.5,28.5 + pos: -48.5,129.5 parent: 1 - - uid: 7637 + - uid: 14336 components: - type: Transform - pos: -45.5,28.5 + pos: -48.5,130.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7638 + - uid: 14337 components: - type: Transform - pos: 59.5,152.5 + pos: -48.5,131.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7644 - - 7641 - - 7639 - - 7642 - - 7640 - - 7643 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14CrateMilitary - entities: - - uid: 7645 + - uid: 14338 components: - type: Transform - pos: 49.5,-64.5 + pos: -49.5,129.5 parent: 1 -- proto: N14CrateMilitaryRefilling - entities: - - uid: 7646 + - uid: 14339 components: - type: Transform - pos: 27.5,74.5 + pos: -49.5,130.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14CrateRed - entities: - - uid: 7647 + - uid: 14340 components: - type: Transform - pos: 186.5,22.5 + pos: -49.5,131.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7648 - - 7649 - - 7650 - - 7651 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 17492 + - uid: 14341 components: - type: Transform - pos: 139.5,-8.5 + pos: -50.5,130.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 45461 - - 26293 - - 22523 - - 26296 - - 55467 - - 55801 - - 22539 - - 48173 - - 55456 - - 26295 - - 49447 - - 22515 - - 19984 - - 44109 - - 56236 - - 56245 - - 12425 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 55816 + - uid: 14342 components: - type: Transform - pos: -194.5,-112.5 + pos: -50.5,131.5 parent: 1 -- proto: N14CrateTrashcart - entities: - - uid: 7652 + - uid: 14343 components: - type: Transform - pos: 31.5,1.5 + pos: -52.5,118.5 parent: 1 - - uid: 7653 + - uid: 14344 components: - type: Transform - pos: 110.5,-32.5 + pos: -52.5,119.5 parent: 1 - - uid: 7654 + - uid: 14345 components: - type: Transform - pos: -109.5,-146.5 + pos: -52.5,120.5 parent: 1 - - uid: 7655 + - uid: 14346 components: - type: Transform - pos: -109.5,-145.5 + pos: -52.5,121.5 parent: 1 - - uid: 7656 + - uid: 14347 components: - type: Transform - pos: 34.5,-39.5 + pos: -53.5,118.5 parent: 1 - - uid: 7657 + - uid: 14348 components: - type: Transform - pos: 45.5,-68.5 + pos: -53.5,119.5 parent: 1 - - uid: 7658 + - uid: 14349 components: - type: Transform - pos: 185.5,188.5 + pos: -53.5,120.5 parent: 1 - - uid: 7659 + - uid: 14350 components: - type: Transform - pos: -39.5,-16.5 + pos: -53.5,121.5 parent: 1 - - uid: 55818 + - uid: 14351 components: - type: Transform - pos: -186.5,-98.5 + pos: -53.5,122.5 parent: 1 - - uid: 63025 + - uid: 14352 components: - type: Transform - pos: 160.5,-175.5 + pos: -54.5,120.5 parent: 1 -- proto: N14CrateVaultBig - entities: - - uid: 7660 + - uid: 14353 components: - type: Transform - pos: -39.5,67.5 + pos: -54.5,121.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14CrateVaultLongRusted - entities: - - uid: 7661 + - uid: 14354 components: - type: Transform - pos: 46.5,-66.5 + pos: -54.5,122.5 parent: 1 - - uid: 44198 + - uid: 14355 components: - type: Transform - pos: -245.5,-105.5 + pos: -54.5,123.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 44199 - - 44200 - - 44201 - - 44202 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14CrateWastelandBotanyRefilling - entities: - - uid: 7662 + - uid: 14356 components: - type: Transform - pos: -46.5,-105.5 + pos: -34.5,138.5 parent: 1 - - uid: 7663 + - uid: 14357 components: - type: Transform - pos: 164.5,-92.5 + pos: -34.5,139.5 parent: 1 - - uid: 7664 + - uid: 14358 components: - type: Transform - pos: 185.5,192.5 + pos: -47.5,132.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 22570 - - 22571 - - 23370 - - 23396 - - 23397 - - 23403 - - 23405 - - 24142 - - 24145 - - 24159 - - 24160 - - 24161 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7665 + - uid: 14359 components: - type: Transform - pos: 186.5,191.5 + pos: -48.5,132.5 parent: 1 - - 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 - - uid: 47100 + - uid: 14360 components: - type: Transform - pos: -371.5,89.5 + pos: -49.5,132.5 parent: 1 - - uid: 47567 + - uid: 14361 components: - type: Transform - pos: -364.5,108.5 + pos: -34.5,141.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14CrateWooden - entities: - - uid: 7666 + - uid: 14362 components: - type: Transform - pos: 116.5,-36.5 + pos: -35.5,137.5 parent: 1 - - uid: 7667 + - uid: 14363 components: - type: Transform - pos: -194.5,-186.5 + pos: -35.5,138.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7668 + - uid: 14364 components: - type: Transform - pos: -195.5,-193.5 + pos: -35.5,139.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7669 + - uid: 14365 components: - type: Transform - pos: -193.5,-195.5 + pos: -35.5,140.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7670 + - uid: 14366 components: - type: Transform - pos: -193.5,-194.5 + pos: -35.5,141.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7673 + - uid: 14367 components: - type: Transform - pos: 159.5,106.5 + pos: -36.5,137.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 41241 + - uid: 14368 components: - type: Transform - pos: 141.5,169.5 + pos: -36.5,138.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 41244 - - 46594 - - 46604 - - 46605 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14CurrencyCap - entities: - - uid: 12 + - uid: 14369 components: - type: Transform - pos: -88.231544,-164.98413 + pos: -47.5,150.5 parent: 1 - - uid: 15 + - uid: 14370 components: - type: Transform - pos: -98.79464,-162.12231 + pos: -47.5,151.5 parent: 1 - - uid: 6863 + - uid: 14371 components: - type: Transform - pos: 134.42882,-3.5306191 + pos: -48.5,150.5 parent: 1 - - uid: 7432 + - uid: 14372 components: - type: Transform - pos: 134.49132,-3.3118691 + pos: -48.5,151.5 parent: 1 - - uid: 7674 + - uid: 14373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.6688,-105.89046 + pos: -52.5,140.5 parent: 1 - - uid: 7675 + - uid: 14374 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.32505,-106.03108 + pos: -52.5,141.5 parent: 1 - - uid: 7676 + - uid: 14375 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.215675,-105.79671 + pos: -52.5,142.5 parent: 1 - - uid: 7677 + - uid: 14376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.403175,-106.23421 + pos: -52.5,143.5 parent: 1 - - uid: 7678 + - uid: 14377 components: - type: Transform - pos: 161.45213,180.43344 + pos: -53.5,139.5 parent: 1 - - uid: 10248 + - uid: 14378 components: - type: Transform - pos: 134.71007,-3.3899941 + pos: -53.5,140.5 parent: 1 - - uid: 61087 + - uid: 14379 components: - type: Transform - pos: 26.640125,146.52306 + pos: -53.5,141.5 parent: 1 - - uid: 61141 + - uid: 14380 components: - type: Transform - pos: 26.383282,146.52306 + pos: -53.5,142.5 parent: 1 - - uid: 61144 + - uid: 14381 components: - type: Transform - pos: 26.493359,146.76767 + pos: -53.5,143.5 parent: 1 - - uid: 64594 + - uid: 14382 components: - type: Transform - pos: -115.14301,-164.10791 + pos: -53.5,144.5 parent: 1 - - uid: 64657 + - uid: 14383 components: - type: Transform - pos: -97.67005,-177.21942 + pos: -54.5,139.5 parent: 1 - - uid: 64658 + - uid: 14384 components: - type: Transform - pos: -97.559975,-177.43958 + pos: -54.5,140.5 parent: 1 - - uid: 64659 + - uid: 14385 components: - type: Transform - pos: -97.06464,-177.568 + pos: -54.5,141.5 parent: 1 - - uid: 64670 + - uid: 14386 components: - type: Transform - pos: -165.28764,-106.19488 + pos: -54.5,142.5 parent: 1 - - uid: 64705 + - uid: 14387 components: - type: Transform - pos: -60.772373,-25.254688 + pos: -54.5,143.5 parent: 1 - - uid: 64713 + - uid: 14388 components: - type: Transform - pos: -55.03332,-16.425426 + pos: -54.5,144.5 parent: 1 - - uid: 64737 + - uid: 14389 components: - type: Transform - pos: -61.579594,-25.621605 + pos: -50.5,184.5 parent: 1 - - uid: 64739 + - uid: 14390 components: - type: Transform - pos: -83.130585,-8.719508 + pos: -45.5,154.5 parent: 1 - - uid: 64745 + - uid: 14391 components: - type: Transform - pos: -56.63927,-12.407193 + pos: -45.5,155.5 parent: 1 - - uid: 64746 + - uid: 14392 components: - type: Transform - pos: 18.006577,-33.959602 + pos: -46.5,152.5 parent: 1 - - uid: 64753 + - uid: 14393 components: - type: Transform - pos: -60.348877,-11.049597 + pos: -46.5,153.5 parent: 1 - - uid: 64766 + - uid: 14394 components: - type: Transform - pos: -152.90704,-25.335789 + pos: -46.5,154.5 parent: 1 - - uid: 64768 + - uid: 14395 components: - type: Transform - pos: -151.93471,-25.28075 + pos: -46.5,155.5 parent: 1 - - uid: 64771 + - uid: 14396 components: - type: Transform - pos: -159.23878,-16.162552 + pos: -46.5,156.5 parent: 1 - - uid: 64773 + - uid: 14397 components: - type: Transform - pos: -163.29323,-25.188732 + pos: -46.5,184.5 parent: 1 - - uid: 64775 + - uid: 14398 components: - type: Transform - pos: -161.99068,-17.263306 + pos: -46.5,185.5 parent: 1 - - uid: 64799 + - uid: 14399 components: - type: Transform - pos: -149.44553,1.5282836 + pos: -47.5,152.5 parent: 1 - - uid: 64806 + - uid: 14400 components: - type: Transform - pos: -66.49276,-13.21977 + pos: -47.5,153.5 parent: 1 - - uid: 64807 + - uid: 14401 components: - type: Transform - pos: -66.290955,-12.210747 + pos: -47.5,154.5 parent: 1 - - uid: 64830 + - uid: 14402 components: - type: Transform - pos: -55.00177,-40.08294 + pos: -47.5,155.5 parent: 1 - - uid: 64831 + - uid: 14403 components: - type: Transform - pos: -59.03787,-41.091965 + pos: -47.5,156.5 parent: 1 - - uid: 64836 + - uid: 14404 components: - type: Transform - pos: -47.151653,-35.22842 + pos: -47.5,184.5 parent: 1 - - uid: 64841 + - uid: 14405 components: - type: Transform - pos: -47.408497,-35.265114 + pos: -47.5,185.5 parent: 1 - - uid: 64842 + - uid: 14406 components: - type: Transform - pos: -8.096292,-50.527306 + pos: -48.5,152.5 parent: 1 - - uid: 64850 + - uid: 14407 components: - type: Transform - pos: 18.190035,-33.959602 + pos: -48.5,153.5 parent: 1 - - uid: 64851 + - uid: 14408 components: - type: Transform - pos: 15.233002,-25.540329 + pos: -48.5,154.5 parent: 1 - - uid: 64852 + - uid: 14409 components: - type: Transform - pos: -31.687244,-38.822544 + pos: -48.5,155.5 parent: 1 - - uid: 64857 + - uid: 14410 components: - type: Transform - pos: -31.320326,-40.05172 + pos: -48.5,156.5 parent: 1 - - uid: 64861 + - uid: 14411 components: - type: Transform - pos: -34.639084,-42.633427 + pos: -48.5,183.5 parent: 1 - - uid: 64865 + - uid: 14412 components: - type: Transform - pos: 130.66458,-12.627653 + pos: -48.5,184.5 parent: 1 - - uid: 64867 + - uid: 14413 components: - type: Transform - pos: 23.6478,-17.147738 + pos: -48.5,185.5 parent: 1 - - uid: 64868 + - uid: 14414 components: - type: Transform - pos: 37.37335,-19.624334 + pos: -49.5,152.5 parent: 1 - - uid: 64869 + - uid: 14415 components: - type: Transform - pos: 101.78762,-6.231374 + pos: -49.5,153.5 parent: 1 - - uid: 64870 + - uid: 14416 components: - type: Transform - pos: 96.859276,8.520442 + pos: -49.5,154.5 parent: 1 - - uid: 64871 + - uid: 14417 components: - type: Transform - pos: 86.47831,-9.560989 + pos: -49.5,155.5 parent: 1 - - uid: 64872 + - uid: 14418 components: - type: Transform - pos: 98.80395,8.685555 + pos: -49.5,156.5 parent: 1 - - uid: 64873 + - uid: 14419 components: - type: Transform - pos: 117.159706,-10.583852 + pos: -49.5,181.5 parent: 1 - - uid: 64874 + - uid: 14420 components: - type: Transform - pos: 50.674847,-10.3784895 + pos: -49.5,182.5 parent: 1 - - uid: 64875 + - uid: 14421 components: - type: Transform - pos: 50.91334,-10.121647 + pos: -49.5,183.5 parent: 1 - - uid: 64876 + - uid: 14422 components: - type: Transform - pos: 109.62023,-20.157906 + pos: -49.5,184.5 parent: 1 - - uid: 64877 + - uid: 14423 components: - type: Transform - pos: 135.78287,5.7044034 + pos: -50.5,181.5 parent: 1 - - uid: 64880 + - uid: 14424 components: - type: Transform - pos: 127.64247,-3.5648718 + pos: -50.5,182.5 parent: 1 - - uid: 64881 + - uid: 14425 components: - type: Transform - pos: 129.83107,-15.875479 + pos: -50.5,183.5 parent: 1 - - uid: 64883 + - uid: 14426 components: - type: Transform - pos: 105.87115,6.545444 + pos: -52.5,167.5 parent: 1 - - uid: 64887 + - uid: 14427 components: - type: Transform - pos: 88.83441,19.724247 + pos: -52.5,168.5 parent: 1 - - uid: 64888 + - uid: 14428 components: - type: Transform - pos: 129.92279,-15.765403 + pos: -52.5,169.5 parent: 1 - - uid: 64891 + - uid: 14429 components: - type: Transform - pos: 130.7563,-12.535923 + pos: -52.5,170.5 parent: 1 - - uid: 64892 + - uid: 14430 components: - type: Transform - pos: 134.27405,-7.265451 + pos: -53.5,164.5 parent: 1 - - uid: 64893 + - uid: 14431 components: - type: Transform - pos: 128.9621,5.6677113 + pos: -53.5,165.5 parent: 1 - - uid: 64894 + - uid: 14432 components: - type: Transform - pos: 87.3143,12.386351 + pos: -53.5,166.5 parent: 1 - - uid: 64896 + - uid: 14433 components: - type: Transform - pos: 112.77389,14.4991455 + pos: -53.5,167.5 parent: 1 - - uid: 64898 + - uid: 14434 components: - type: Transform - pos: 103.99468,14.4991455 + pos: -53.5,168.5 parent: 1 - - uid: 65018 + - uid: 14435 components: - type: Transform - pos: 42.789814,8.7463875 + pos: -53.5,169.5 parent: 1 - - uid: 65020 + - uid: 14436 components: - type: Transform - pos: 51.08216,9.571953 + pos: -53.5,170.5 parent: 1 -- proto: N14CurrencyCap10 - entities: - - uid: 24770 + - uid: 14437 components: - type: Transform - pos: -186.02731,38.7467 + pos: -54.5,164.5 parent: 1 - - uid: 64592 + - uid: 14438 components: - type: Transform - pos: -77.513435,-173.6154 + pos: -54.5,165.5 parent: 1 - - uid: 64656 + - uid: 14439 components: - type: Transform - pos: -97.193054,-177.23778 + pos: -54.5,166.5 parent: 1 - - uid: 64725 + - uid: 14440 components: - type: Transform - pos: -164.05833,-70.56709 + pos: -54.5,167.5 parent: 1 - - uid: 64800 + - uid: 14441 components: - type: Transform - pos: -65.06178,-19.530758 + pos: -54.5,168.5 parent: 1 - - uid: 64864 + - uid: 14442 components: - type: Transform - pos: 25.228142,-19.45952 + pos: -54.5,169.5 parent: 1 - - uid: 64866 + - uid: 14443 components: - type: Transform - pos: 34.14434,-14.817809 + pos: -55.5,195.5 parent: 1 - - uid: 65017 + - uid: 14444 components: - type: Transform - pos: 27.622015,1.857145 + pos: -55.5,196.5 parent: 1 - - uid: 65019 + - uid: 14445 components: - type: Transform - pos: 27.51194,1.7287238 + pos: -56.5,194.5 parent: 1 -- proto: N14CurrencyCap100 - entities: - - uid: 49852 + - uid: 14446 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14CurrencyCap50 - entities: - - uid: 23319 + pos: -56.5,195.5 + parent: 1 + - uid: 14447 components: - type: Transform - pos: 15.173907,141.1849 + pos: -56.5,196.5 parent: 1 - - uid: 64654 + - uid: 14448 components: - type: Transform - pos: -97.33982,-177.40288 + pos: -56.5,197.5 parent: 1 -- proto: N14CurrencyNCRDollar100 - entities: - - uid: 49851 + - uid: 14449 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14CurrencyPrewar - entities: - - uid: 7680 + pos: -57.5,194.5 + parent: 1 + - uid: 14450 components: - type: Transform - pos: -290.42862,-88.291855 + pos: -57.5,195.5 parent: 1 - - uid: 7681 + - uid: 14451 components: - type: Transform - pos: -290.50674,-88.416855 + pos: -57.5,196.5 parent: 1 - - uid: 7682 + - uid: 14452 components: - type: Transform - pos: -290.6005,-88.27623 + pos: -57.5,197.5 parent: 1 - - uid: 7683 + - uid: 14453 components: - type: Transform - pos: 16.434845,-57.11405 + pos: -29.5,187.5 parent: 1 - - uid: 7684 + - uid: 14454 components: - type: Transform - pos: 15.759844,-57.0578 + pos: -29.5,186.5 parent: 1 - - uid: 7685 + - uid: 14455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.734844,-57.5078 + pos: -58.5,195.5 parent: 1 - - uid: 64910 + - uid: 14456 components: - type: Transform - pos: 86.25685,-33.170567 + pos: -58.5,196.5 parent: 1 - - uid: 64924 + - uid: 14457 components: - type: Transform - pos: -20.465221,-15.657148 + pos: -58.5,197.5 parent: 1 - - uid: 64948 + - uid: 14458 components: - type: Transform - pos: -25.868956,-11.330833 + pos: -29.5,188.5 parent: 1 - - uid: 64969 + - uid: 14459 components: - type: Transform - pos: 86.29354,-33.097183 + pos: -29.5,189.5 parent: 1 - - uid: 64971 + - uid: 14460 components: - type: Transform - pos: -20.64868,-15.47369 + pos: -30.5,186.5 parent: 1 - - uid: 64991 + - uid: 14461 components: - type: Transform - pos: -26.015722,-11.404217 + pos: -30.5,187.5 parent: 1 - - uid: 64994 + - uid: 14462 components: - type: Transform - pos: 126.4387,-29.068575 + pos: -30.5,188.5 parent: 1 - - uid: 65010 + - uid: 14463 components: - type: Transform - pos: -20.850485,-15.693841 + pos: -30.5,189.5 parent: 1 - - uid: 65015 + - uid: 14464 components: - type: Transform - pos: 9.32135,1.5545087 + pos: -31.5,157.5 parent: 1 - - uid: 65016 + - uid: 14465 components: - type: Transform - pos: 27.255096,1.857145 + pos: -31.5,158.5 parent: 1 -- proto: N14CurrencyPrewarMoney10 - entities: - - uid: 7686 + - uid: 14466 components: - type: Transform - pos: 160.51003,-67.234245 + pos: -31.5,159.5 parent: 1 - - uid: 8399 + - uid: 14467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.78017,169.78145 + pos: -31.5,160.5 parent: 1 - - uid: 44335 + - uid: 14468 components: - type: Transform - rot: 3.141592653589793 rad - pos: -241.5141,-107.79122 + pos: -31.5,188.5 parent: 1 - - uid: 61115 + - uid: 14469 components: - type: Transform - pos: 26.495462,147.27574 + pos: -31.5,189.5 parent: 1 - - uid: 64921 + - uid: 14470 components: - type: Transform - pos: -56.639923,2.5241446 + pos: -32.5,157.5 parent: 1 - - uid: 64936 + - uid: 14471 components: - type: Transform - pos: -56.69496,2.6158743 + pos: -32.5,158.5 parent: 1 - - uid: 64970 + - uid: 14472 components: - type: Transform - pos: 23.39207,-11.484736 + pos: -32.5,159.5 parent: 1 - - uid: 65007 + - uid: 14473 components: - type: Transform - pos: 42.72993,-37.2855 + pos: -32.5,160.5 parent: 1 - - uid: 65011 + - uid: 14474 components: - type: Transform - pos: 42.54647,-37.432266 + pos: -32.5,161.5 parent: 1 -- proto: N14CurrencyPrewarMoney100 - entities: - - uid: 6931 + - uid: 14475 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6932 + pos: -32.5,188.5 + parent: 1 + - uid: 14476 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6933 + pos: -32.5,189.5 + parent: 1 + - uid: 14477 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6934 + pos: -33.5,157.5 + parent: 1 + - uid: 14478 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6935 + pos: -33.5,158.5 + parent: 1 + - uid: 14479 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 61150 + pos: -33.5,159.5 + parent: 1 + - uid: 14480 components: - type: Transform - pos: 26.581076,147.47144 + pos: -33.5,160.5 parent: 1 - - uid: 64931 + - uid: 14481 components: - type: Transform - pos: -19.893118,12.888435 + pos: -33.5,161.5 parent: 1 -- proto: N14CurrencyPrewarMoney50 - entities: - - uid: 6936 + - uid: 14482 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7687 + pos: -28.5,186.5 + parent: 1 + - uid: 14483 components: - type: Transform - pos: 16.397345,-56.6453 + pos: -28.5,187.5 parent: 1 - - uid: 9500 + - uid: 14484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.7924,169.5613 + pos: -28.5,188.5 parent: 1 - - uid: 64968 + - uid: 14485 components: - type: Transform - pos: 135.14003,-32.19157 + pos: -27.5,186.5 parent: 1 - - uid: 65003 + - uid: 14486 components: - type: Transform - pos: -9.139254,-22.55463 + pos: -27.5,187.5 parent: 1 -- proto: N14CurrencyPrewarMoney500 - entities: - - uid: 6758 + - uid: 14487 components: - type: Transform - parent: 7529 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14DecorationFlagNCR - entities: - - uid: 8120 + pos: -27.5,188.5 + parent: 1 + - uid: 14488 components: - type: Transform - pos: 210.5,-30.5 + pos: -25.5,171.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8145 + - uid: 14489 components: - type: Transform - pos: -181.5,-90.5 + pos: -25.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9462 + - uid: 14490 components: - type: Transform - pos: -177.5,-90.5 + pos: -25.5,173.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorationFlagOasis - entities: - - uid: 7688 + - uid: 14491 components: - type: Transform - pos: 125.5,-19.5 + pos: -25.5,174.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 7689 + - uid: 14492 components: - type: Transform - pos: 127.5,22.5 + pos: -25.5,175.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorationFlagpoleNCR - entities: - - uid: 10429 + - uid: 14493 components: - type: Transform - pos: -155.29149,-126.74672 + pos: -25.5,176.5 parent: 1 - - uid: 23393 + - uid: 14494 components: - type: Transform - pos: -191.5,-129.5 + pos: -24.5,171.5 parent: 1 - - uid: 45595 + - uid: 14495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,-125.5 + pos: -24.5,172.5 parent: 1 -- proto: N14DecorConcreteBarrier - entities: - - uid: 62845 + - uid: 14496 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,0.5 + pos: -24.5,173.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorConcreteBarrierDamaged - entities: - - uid: 62794 + - uid: 14497 components: - type: Transform - pos: 120.5,-12.5 + pos: -24.5,174.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62804 + - uid: 14498 components: - type: Transform - pos: 124.5,-16.5 + pos: -24.5,175.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62809 + - uid: 14499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-69.5 + pos: -24.5,176.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62813 + - uid: 14500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-67.5 + pos: -23.5,171.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62831 + - uid: 14501 components: - type: Transform - pos: 121.5,-16.5 + pos: -23.5,172.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62847 + - uid: 14502 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,-1.5 + pos: -23.5,173.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorConcreteBarrierStriped - entities: - - uid: 6654 + - uid: 14503 components: - type: Transform - pos: 123.5,-19.5 + pos: -23.5,174.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 6655 + - uid: 14504 components: - type: Transform - pos: 122.5,-19.5 + pos: -23.5,175.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 48111 + - uid: 14505 components: - type: Transform - pos: 157.5,-184.5 + pos: -23.5,176.5 parent: 1 - - uid: 48124 + - uid: 14506 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,-187.5 + pos: -22.5,171.5 parent: 1 - - uid: 63290 + - uid: 14507 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,-183.5 + pos: -22.5,172.5 parent: 1 - - uid: 63358 + - uid: 14508 components: - type: Transform - pos: 177.5,-158.5 + pos: -12.5,189.5 parent: 1 - - uid: 63382 + - uid: 14509 components: - type: Transform - pos: 158.5,-184.5 + pos: -12.5,190.5 parent: 1 - - uid: 63393 + - uid: 14510 components: - type: Transform - pos: 158.5,-176.5 + pos: -11.5,189.5 parent: 1 - - uid: 63398 + - uid: 14511 components: - type: Transform - pos: 150.5,-184.5 + pos: -11.5,190.5 parent: 1 - - uid: 63413 + - uid: 14512 components: - type: Transform - pos: 157.5,-176.5 + pos: -11.5,191.5 parent: 1 -- proto: N14DecorFloorBoard10 - entities: - - uid: 62895 + - uid: 14513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,-128.5 + pos: -11.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62896 + - uid: 14514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,-127.5 + pos: -10.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62897 + - uid: 14515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -186.5,-128.5 + pos: -10.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard15 - entities: - - uid: 62865 + - uid: 14516 components: - type: Transform - pos: 88.5,-4.5 + pos: -0.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard17 - entities: - - uid: 62901 + - uid: 14517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,-94.5 + pos: 0.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard18 - entities: - - uid: 62786 + - uid: 14518 components: - type: Transform - pos: -17.5,-28.5 + pos: 0.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62864 + - uid: 14519 components: - type: Transform - pos: 88.5,-5.5 + pos: 0.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard21 - entities: - - uid: 62900 + - uid: 14520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -192.5,-127.5 + pos: 1.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard22 - entities: - - uid: 62784 + - uid: 14521 components: - type: Transform - pos: -16.5,-29.5 + pos: 1.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard23 - entities: - - uid: 62785 + - uid: 14522 components: - type: Transform - pos: -17.5,-29.5 + pos: 1.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard5 - entities: - - uid: 62890 + - uid: 14523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,-95.5 + pos: 2.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard6 - entities: - - uid: 62884 + - uid: 14524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,-95.5 + pos: 2.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard7 - entities: - - uid: 62775 + - uid: 14525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-22.5 + pos: 3.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62899 + - uid: 14526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -190.5,-127.5 + pos: 3.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBoard9 - entities: - - uid: 62885 + - uid: 14527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -190.5,-128.5 + pos: 7.5,178.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62902 + - uid: 14528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-128.5 + pos: 7.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookPile1 - entities: - - uid: 62797 + - uid: 14529 components: - type: Transform - pos: 111.5,-8.5 + pos: 7.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62873 + - uid: 14530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-15.5 + pos: 8.5,176.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookPile2 - entities: - - uid: 62722 + - uid: 14531 components: - type: Transform - pos: -55.5,-16.5 + pos: 8.5,177.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookPile3 - entities: - - uid: 11523 + - uid: 14532 components: - type: Transform - pos: -181.5,38.5 + pos: 8.5,178.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookPile4 - entities: - - uid: 62742 + - uid: 14533 components: - type: Transform - pos: -76.5,-20.5 + pos: 8.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62803 + - uid: 14534 components: - type: Transform - pos: 116.5,-8.5 + pos: 8.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62834 + - uid: 14535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,16.5 + pos: 9.5,176.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62869 + - uid: 14536 components: - type: Transform - pos: 21.5,-19.5 + pos: 9.5,177.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookPile5 - entities: - - uid: 62743 + - uid: 14537 components: - type: Transform - pos: -69.5,-10.5 + pos: 9.5,178.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62825 + - uid: 14538 components: - type: Transform - pos: 109.5,-8.5 + pos: 9.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookPile6 - entities: - - uid: 9966 + - uid: 14539 components: - type: Transform - pos: 41.5,-17.5 + pos: 9.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookstack1 - entities: - - uid: 62836 + - uid: 14540 components: - type: Transform - pos: 114.5,5.5 + pos: 139.5,134.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookstack2 - entities: - - uid: 62706 + - uid: 14541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-28.5 + pos: 139.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBookstack3 - entities: - - uid: 62810 + - uid: 14542 components: - type: Transform - pos: 115.5,-12.5 + pos: 139.5,136.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBrickrubble - entities: - - uid: 12874 + - uid: 14543 components: - type: Transform - pos: 114.5,-20.5 + pos: 116.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62798 + - uid: 14544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-65.5 + pos: 115.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62801 + - uid: 14545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-56.5 + pos: 115.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62802 + - uid: 14546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-61.5 + pos: 115.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62818 + - uid: 14547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-75.5 + pos: 115.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62821 + - uid: 14548 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-73.5 + pos: 114.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62822 + - uid: 14549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-74.5 + pos: 110.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62840 + - uid: 14550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,1.5 + pos: 109.5,185.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62842 + - uid: 14551 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,1.5 + pos: 109.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62911 + - uid: 14552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -147.5,-0.5 + pos: 108.5,185.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62925 + - uid: 14553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -154.5,1.5 + pos: 107.5,185.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63478 + - uid: 14554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 165.5,-156.5 + pos: -22.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63479 + - uid: 14555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.5,-154.5 + pos: -23.5,134.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63480 + - uid: 14556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,-151.5 + pos: -23.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63481 + - uid: 14557 components: - type: Transform - pos: 165.5,-149.5 + pos: -24.5,134.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63482 + - uid: 14558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 168.5,-154.5 + pos: -24.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63483 + - uid: 14559 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,-159.5 + pos: -5.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63484 + - uid: 14560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 168.5,-158.5 + pos: -4.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63485 + - uid: 14561 components: - type: Transform - pos: 170.5,-151.5 + pos: -4.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63486 + - uid: 14562 components: - type: Transform - pos: 166.5,-154.5 + pos: -4.5,181.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64275 + - uid: 14563 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,-20.5 + pos: -4.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65242 + - uid: 14564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-105.5 + pos: -3.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65268 + - uid: 14565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-104.5 + pos: 116.5,170.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorBrickStack - entities: - - uid: 62816 + - uid: 14566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-74.5 + pos: 116.5,169.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62817 + - uid: 14567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-74.5 + pos: 72.5,192.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62839 + - uid: 14568 components: - type: Transform - pos: 87.5,1.5 + pos: 72.5,193.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorFloorCardboard - entities: - - uid: 62712 + - uid: 14569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-24.5 + pos: 72.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62720 + - uid: 14570 components: - type: Transform - pos: -58.5,-24.5 + pos: 55.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62744 + - uid: 14571 components: - type: Transform - pos: -76.5,-20.5 + pos: 54.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62745 + - uid: 14572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-26.5 + pos: 54.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62746 + - uid: 14573 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-24.5 + pos: 53.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62747 + - uid: 14574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-25.5 + pos: 53.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62791 + - uid: 14575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-34.5 + pos: 52.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62792 + - uid: 14576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-35.5 + pos: 52.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62793 + - uid: 14577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-30.5 + pos: 72.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62870 + - uid: 14578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-11.5 + pos: 71.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62871 + - uid: 14579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-13.5 + pos: 70.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62872 + - uid: 14580 components: - type: Transform - pos: 21.5,-11.5 + pos: 70.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorFood1 - entities: - - uid: 62763 + - uid: 14581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-16.5 + pos: 37.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62774 + - uid: 14582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-22.5 + pos: 38.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62811 + - uid: 14583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,-7.5 + pos: 110.5,174.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62832 + - uid: 14584 components: - type: Transform - pos: 36.5,-65.5 + pos: 111.5,174.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorFood2 - entities: - - uid: 62707 + - uid: 14585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-14.5 + pos: 112.5,174.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62762 + - uid: 14586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-13.5 + pos: 200.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62868 + - uid: 14587 components: - type: Transform - pos: 131.5,19.5 + pos: 199.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorFood4 - entities: - - uid: 62830 + - uid: 14588 components: - type: Transform - pos: 41.5,-65.5 + pos: 200.5,183.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorFood5 - entities: - - uid: 62737 + - uid: 14589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-18.5 + pos: 198.5,197.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorFood6 - entities: - - uid: 62724 + - uid: 14590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-14.5 + pos: 199.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorGlass2 - entities: - - uid: 62780 + - uid: 14591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 + pos: 199.5,189.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62867 + - uid: 14592 components: - type: Transform - pos: 125.5,16.5 + pos: 47.5,66.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorGlass3 - entities: - - uid: 62736 + - uid: 14593 components: - type: Transform - pos: -54.5,-20.5 + pos: 42.5,63.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorGlass4 - entities: - - uid: 62711 + - uid: 14594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-22.5 + pos: 50.5,63.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62764 + - uid: 14595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-18.5 + pos: 199.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorGlass5 - entities: - - uid: 62772 + - uid: 14596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,-15.5 + pos: 199.5,183.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorGlass6 - entities: - - uid: 62761 + - uid: 14597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-11.5 + pos: 141.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62770 + - uid: 14598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-11.5 + pos: -164.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62805 + - uid: 14599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.5,-15.5 + pos: 145.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62815 + - uid: 14600 components: - type: Transform - pos: 41.5,-70.5 + pos: 165.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62829 + - uid: 14601 components: - type: Transform - pos: 37.5,-77.5 + pos: 143.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62856 + - uid: 14602 components: - type: Transform - pos: 125.5,-10.5 + pos: 142.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62866 + - uid: 14603 components: - type: Transform - pos: 120.5,19.5 + pos: 144.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62932 + - uid: 14604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,22.5 + pos: 196.5,186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorPallet - entities: - - uid: 25411 + - uid: 14605 components: - type: Transform - pos: -78.5,-161.5 + pos: 197.5,186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62783 + - uid: 14606 components: - type: Transform - pos: -15.5,-27.5 + pos: 198.5,183.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62819 + - uid: 14607 components: - type: Transform - pos: 48.5,-75.5 + pos: 198.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62823 + - uid: 14608 components: - type: Transform - pos: 45.5,-76.5 + pos: 180.5,196.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62835 + - uid: 14609 components: - type: Transform - pos: 131.5,19.5 + pos: 180.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62843 + - uid: 14610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,0.5 + pos: 195.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62844 + - uid: 14611 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,0.5 + pos: 164.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62898 + - uid: 14612 components: - type: Transform - pos: -173.5,-113.5 + pos: 178.5,197.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorPalletStack - entities: - - uid: 25415 + - uid: 14613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-161.5 + pos: 166.5,196.5 parent: 1 - - uid: 25425 + - uid: 14614 components: - type: Transform - pos: -80.5,-161.5 + pos: 179.5,196.5 parent: 1 - - uid: 62781 + - uid: 14615 components: - type: Transform - pos: -15.5,-28.5 + pos: 166.5,197.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62782 + - uid: 14616 components: - type: Transform - pos: -16.5,-28.5 + pos: 194.5,188.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62841 + - uid: 14617 components: - type: Transform - pos: 131.5,20.5 + pos: 194.5,187.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62846 + - uid: 14618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-2.5 + pos: 179.5,197.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 64138 + - uid: 14619 components: - type: Transform - pos: -112.5,-30.5 + pos: 194.5,194.5 parent: 1 - - uid: 64187 + - uid: 14620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-29.5 + pos: 179.5,195.5 parent: 1 -- proto: N14DecorFloorPaper - entities: - - uid: 62739 + - uid: 14621 components: - type: Transform - pos: -71.5,-24.5 + pos: 195.5,186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62740 + - uid: 14622 components: - type: Transform - pos: -69.5,-10.5 + pos: 195.5,187.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62758 + - uid: 14623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-12.5 + pos: 198.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62759 + - uid: 14624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-11.5 + pos: -181.5,-195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62760 + - uid: 14625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-12.5 + pos: -188.5,-180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62796 + - uid: 14626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,6.5 + pos: -198.5,-179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62837 + - uid: 14627 components: - type: Transform - pos: 112.5,10.5 + pos: -183.5,-185.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62857 + - uid: 14628 components: - type: Transform - pos: 120.5,-3.5 + pos: -187.5,-181.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62876 + - uid: 14629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-12.5 + pos: 120.5,186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62879 + - uid: 14630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-18.5 + pos: -157.5,-195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62892 + - uid: 14631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-62.5 + pos: -197.5,-174.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62927 + - uid: 14632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -168.5,24.5 + pos: -197.5,-182.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62928 + - uid: 14633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,28.5 + pos: -183.5,-186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62930 + - uid: 14634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,24.5 + pos: -172.5,-160.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62947 + - uid: 14635 components: - type: Transform - pos: -168.5,29.5 + pos: -180.5,-157.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64447 + - uid: 14636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -114.5,-158.5 + pos: -174.5,-195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64450 + - uid: 14637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,-158.5 + pos: -158.5,-158.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64455 + - uid: 14638 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-158.5 + pos: -171.5,-193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorPaper1 - entities: - - uid: 62738 + - uid: 14639 components: - type: Transform - pos: -73.5,-26.5 + pos: -171.5,-181.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62748 + - uid: 14640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-12.5 + pos: -158.5,-155.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62751 + - uid: 14641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-16.5 + pos: -169.5,-195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62795 + - uid: 14642 components: - type: Transform - pos: 114.5,14.5 + pos: -168.5,-177.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62812 + - uid: 14643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,-2.5 + pos: -176.5,-157.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62838 + - uid: 14644 components: - type: Transform - pos: 117.5,11.5 + pos: -164.5,-188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62861 + - uid: 14645 components: - type: Transform - pos: 119.5,1.5 + pos: -161.5,-165.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62862 + - uid: 14646 components: - type: Transform - pos: 127.5,5.5 + pos: -159.5,-174.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62875 + - uid: 14647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-20.5 + pos: -156.5,-181.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62908 + - uid: 14648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,1.5 + pos: -155.5,-197.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62909 + - uid: 14649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -150.5,1.5 + pos: -155.5,-180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorPaper2 - entities: - - uid: 61870 + - uid: 14650 components: - type: Transform - pos: -189.5,22.5 + pos: 157.5,125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62741 + - uid: 14651 components: - type: Transform - pos: -67.5,-13.5 + pos: 157.5,126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62752 + - uid: 14652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-14.5 + pos: 157.5,127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62769 + - uid: 14653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-12.5 + pos: 128.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62833 + - uid: 14654 components: - type: Transform - pos: 111.5,14.5 + pos: 156.5,125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62860 + - uid: 14655 components: - type: Transform - pos: 119.5,-2.5 + pos: 150.5,132.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62877 + - uid: 14656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-13.5 + pos: 149.5,131.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62878 + - uid: 14657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-13.5 + pos: 149.5,126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62893 + - uid: 14658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-65.5 + pos: 148.5,131.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62918 + - uid: 14659 components: - type: Transform - pos: -152.5,0.5 + pos: 148.5,130.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63854 + - uid: 14660 components: - type: Transform - pos: -191.5,53.5 + pos: 148.5,129.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63895 + - uid: 14661 components: - type: Transform - pos: -136.5,55.5 + pos: 148.5,128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorPaper3 - entities: - - uid: 24798 + - uid: 14662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,29.5 + pos: 147.5,127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61855 + - uid: 14663 components: - type: Transform - pos: -185.5,22.5 + pos: 140.5,133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62753 + - uid: 14664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-14.5 + pos: 140.5,134.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62766 + - uid: 14665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-13.5 + pos: 140.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62768 + - uid: 14666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-12.5 + pos: 140.5,136.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62827 + - uid: 14667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,8.5 + pos: 127.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62863 + - uid: 14668 components: - type: Transform - pos: 126.5,5.5 + pos: 127.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62874 + - uid: 14669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-15.5 + pos: 126.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62894 + - uid: 14670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-67.5 + pos: 126.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64446 + - uid: 14671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -115.5,-151.5 + pos: 125.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64463 + - uid: 14672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -115.5,-154.5 + pos: 128.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64470 + - uid: 14673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -116.5,-154.5 + pos: -172.5,-158.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64471 + - uid: 14674 components: - type: Transform - pos: -115.5,-154.5 + pos: 121.5,187.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64472 + - uid: 14675 components: - type: Transform - pos: -115.5,-151.5 + pos: 122.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64473 + - uid: 14676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -115.5,-151.5 + pos: 123.5,175.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64538 + - uid: 14677 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-154.5 + pos: 125.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64539 + - uid: 14678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -104.5,-155.5 + pos: 128.5,176.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorScrapwood - entities: - - uid: 62401 + - uid: 14679 components: - type: Transform - pos: -192.5,52.5 + pos: 134.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62771 + - uid: 14680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-14.5 + pos: 133.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62790 + - uid: 14681 components: - type: Transform - pos: -15.5,-26.5 + pos: 133.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62820 + - uid: 14682 components: - type: Transform - pos: 48.5,-76.5 + pos: 132.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62886 + - uid: 14683 components: - type: Transform - pos: -32.5,-65.5 + pos: 131.5,189.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62887 + - uid: 14684 components: - type: Transform - pos: -25.5,-62.5 + pos: 130.5,189.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62888 + - uid: 14685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-64.5 + pos: -177.5,-157.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62889 + - uid: 14686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-61.5 + pos: -182.5,-161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62891 + - uid: 14687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-67.5 + pos: -181.5,-160.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63487 + - uid: 14688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 168.5,-151.5 + pos: -189.5,-156.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63488 + - uid: 14689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-158.5 + pos: -169.5,-163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63489 + - uid: 14690 components: - type: Transform - pos: 168.5,-158.5 + pos: -169.5,-155.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63490 + - uid: 14691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 166.5,-154.5 + pos: -195.5,-157.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorSkeleton - entities: - - uid: 25253 + - uid: 14692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-186.5 + pos: -196.5,-162.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62755 + - uid: 14693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-16.5 + pos: -196.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62765 + - uid: 14694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-17.5 + pos: -143.5,-163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62773 + - uid: 14695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-15.5 + pos: 50.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62814 + - uid: 14696 components: - type: Transform - pos: 36.5,-76.5 + pos: 51.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62881 + - uid: 14697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-23.5 + pos: 13.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62882 + - uid: 14698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-19.5 + pos: 12.5,171.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62883 + - uid: 14699 components: - type: Transform - pos: 21.5,-12.5 + pos: 35.5,64.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62923 + - uid: 14700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -149.5,0.5 + pos: 35.5,63.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62946 + - uid: 14701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,48.5 + pos: 34.5,65.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64156 + - uid: 14702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -117.5,-57.5 + pos: -150.5,-169.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64489 + - uid: 14703 components: - type: Transform - pos: -86.5,-161.5 + pos: -151.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14DecorFloorTrashbags1 - entities: - - uid: 62723 + - uid: 14704 components: - type: Transform - pos: -75.5,-24.5 + pos: -148.5,-165.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62808 + - uid: 14705 components: - type: Transform - pos: 49.5,-70.5 + pos: -150.5,-159.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorFloorTrashbags2 - entities: - - uid: 62750 + - uid: 14706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-17.5 + pos: -151.5,-166.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62767 + - uid: 14707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-11.5 + pos: 191.5,197.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62778 + - uid: 14708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-19.5 + pos: 190.5,197.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62787 + - uid: 14709 components: - type: Transform - pos: -3.5,-35.5 + pos: -133.5,-145.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62807 + - uid: 14710 components: - type: Transform - pos: 44.5,-70.5 + pos: -136.5,-179.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62880 + - uid: 14711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-23.5 + pos: -141.5,-175.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorFloorTrashbags3 - entities: - - uid: 62705 + - uid: 14712 components: - type: Transform - pos: -53.5,-14.5 + pos: -135.5,-149.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62749 + - uid: 14713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-16.5 + pos: -135.5,-179.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62779 + - uid: 14714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-18.5 + pos: -138.5,-178.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62826 + - uid: 14715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 128.5,5.5 + pos: -135.5,-185.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorFloorTrashbags4 - entities: - - uid: 62728 + - uid: 14716 components: - type: Transform - pos: -73.5,-27.5 + pos: -132.5,-187.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62754 + - uid: 14717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-15.5 + pos: -134.5,-152.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62756 + - uid: 14718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-11.5 + pos: -134.5,-146.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62789 + - uid: 14719 components: - type: Transform - pos: -1.5,-34.5 + pos: -135.5,-148.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62824 + - uid: 14720 components: - type: Transform - pos: 45.5,-70.5 + pos: -134.5,-142.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62828 + - uid: 14721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,8.5 + pos: 13.5,171.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorFloorTrashbags5 - entities: - - uid: 62726 + - uid: 14722 components: - type: Transform - pos: -76.5,-24.5 + pos: 13.5,170.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62799 + - uid: 14723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 134.5,-14.5 + pos: -137.5,-197.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorFloorTrashbags6 - entities: - - uid: 62757 + - uid: 14724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-13.5 + pos: 191.5,198.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62776 + - uid: 14725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-19.5 + pos: -12.5,36.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62777 + - uid: 14726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-20.5 + pos: -19.5,35.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62788 + - uid: 14727 components: - type: Transform - pos: -1.5,-33.5 + pos: -20.5,34.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False - - uid: 62806 + - uid: 14728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 135.5,-14.5 + pos: -22.5,34.5 parent: 1 - - type: Fixtures - fixtures: {} - - type: Physics - canCollide: False -- proto: N14DecorStreetMailbox - entities: - - uid: 62696 + - uid: 14729 components: - type: Transform - pos: 50.5,-9.5 + pos: -70.5,35.5 parent: 1 - - uid: 62697 + - uid: 14730 components: - type: Transform - pos: 0.5,-0.5 + pos: -68.5,37.5 parent: 1 - - uid: 62698 + - uid: 14731 components: - type: Transform - pos: 52.5,-36.5 + pos: -68.5,36.5 parent: 1 - - uid: 62701 + - uid: 14732 components: - type: Transform - pos: -51.5,-0.5 + pos: -70.5,38.5 parent: 1 - - uid: 62721 + - uid: 14733 components: - type: Transform - pos: -2.5,-34.5 + pos: -66.5,45.5 parent: 1 - - uid: 62725 + - uid: 14734 components: - type: Transform - pos: 62.5,-80.5 + pos: -68.5,43.5 parent: 1 - - uid: 62851 + - uid: 14735 components: - type: Transform - pos: 125.5,-16.5 + pos: -59.5,39.5 parent: 1 - - uid: 62852 + - uid: 14736 components: - type: Transform - pos: 119.5,2.5 + pos: -56.5,39.5 parent: 1 -- proto: N14DecorStreetMailboxWide - entities: - - uid: 62713 + - uid: 14737 components: - type: Transform - pos: 78.5,-40.5 + pos: -55.5,39.5 parent: 1 -- proto: N14DecorStreetPayphone - entities: - - uid: 62714 + - uid: 14738 components: - type: Transform - pos: 79.5,-40.5 + pos: -51.5,39.5 parent: 1 - - uid: 62735 + - uid: 14739 components: - type: Transform - pos: -3.5,-34.5 + pos: -50.5,38.5 parent: 1 - - uid: 62850 + - uid: 14740 components: - type: Transform - pos: 108.5,2.5 + pos: -48.5,38.5 parent: 1 - - uid: 62853 + - uid: 14741 components: - type: Transform - pos: 126.5,6.5 + pos: -47.5,38.5 parent: 1 -- proto: N14DecorStreetTrashbin - entities: - - uid: 62699 + - uid: 14742 components: - type: Transform - pos: 18.5,-10.5 + pos: -38.5,39.5 parent: 1 - - uid: 62700 + - uid: 14743 components: - type: Transform - pos: 31.5,-9.5 + pos: -28.5,49.5 parent: 1 - - uid: 62704 + - uid: 14744 components: - type: Transform - pos: -16.5,-65.5 + pos: -119.5,53.5 parent: 1 - - uid: 62717 + - uid: 14745 components: - type: Transform - pos: 81.5,-36.5 + pos: -74.5,54.5 parent: 1 - - uid: 62719 + - uid: 14746 components: - type: Transform - pos: 34.5,-68.5 + pos: -77.5,55.5 parent: 1 - - uid: 62854 + - uid: 14747 components: - type: Transform - pos: 125.5,-13.5 + pos: -82.5,54.5 parent: 1 - - uid: 62858 + - uid: 14748 components: - type: Transform - pos: 120.5,19.5 + pos: -85.5,55.5 parent: 1 - - uid: 64078 + - uid: 14749 components: - type: Transform - pos: -166.5,-1.5 + pos: -90.5,55.5 parent: 1 - - uid: 64124 + - uid: 14750 components: - type: Transform - pos: -180.5,-75.5 + pos: -105.5,53.5 parent: 1 -- proto: N14DecorStreetTrashbinDamaged - entities: - - uid: 7504 + - uid: 14751 components: - type: Transform - pos: 52.5,-1.5 + pos: -105.5,54.5 parent: 1 - - uid: 11087 + - uid: 14752 components: - type: Transform - pos: -20.5,1.5 + pos: -106.5,52.5 parent: 1 - - uid: 11088 + - uid: 14753 components: - type: Transform - pos: -16.5,1.5 + pos: -106.5,53.5 parent: 1 - - uid: 62702 + - uid: 14754 components: - type: Transform - pos: 4.5,-0.5 + pos: -110.5,54.5 parent: 1 - - uid: 62703 + - uid: 14755 components: - type: Transform - pos: 47.5,-43.5 + pos: -131.5,49.5 parent: 1 - - uid: 62708 + - uid: 14756 components: - type: Transform - pos: -2.5,-71.5 + pos: -121.5,47.5 parent: 1 - - uid: 62709 + - uid: 14757 components: - type: Transform - pos: 5.5,-32.5 + pos: -113.5,48.5 parent: 1 - - uid: 62710 + - uid: 14758 components: - type: Transform - pos: -47.5,-28.5 + pos: -110.5,50.5 parent: 1 - - uid: 62715 + - uid: 14759 components: - type: Transform - pos: 12.5,-64.5 + pos: -109.5,51.5 parent: 1 - - uid: 62716 + - uid: 14760 components: - type: Transform - pos: -66.5,-1.5 + pos: -126.5,46.5 parent: 1 - - uid: 62718 + - uid: 14761 components: - type: Transform - pos: 81.5,-45.5 + pos: 38.5,57.5 parent: 1 - - uid: 62732 + - uid: 14762 components: - type: Transform - pos: -85.5,-8.5 + pos: 38.5,56.5 parent: 1 - - uid: 62855 + - uid: 14763 components: - type: Transform - pos: 120.5,-2.5 + pos: 36.5,54.5 parent: 1 - - uid: 62859 + - uid: 14764 components: - type: Transform - pos: 91.5,1.5 + pos: 36.5,53.5 parent: 1 - - uid: 64143 + - uid: 14765 components: - type: Transform - pos: 84.5,-19.5 + pos: 31.5,52.5 parent: 1 -- proto: N14DoorBunker - entities: - - uid: 11396 + - uid: 14766 components: - type: Transform - pos: -190.5,42.5 + pos: 31.5,53.5 parent: 1 - - uid: 11404 + - uid: 14767 components: - type: Transform - pos: -187.5,50.5 + pos: 30.5,51.5 parent: 1 - - uid: 11407 + - uid: 14768 components: - type: Transform - pos: -190.5,49.5 + pos: 15.5,38.5 parent: 1 - - uid: 11408 + - uid: 14769 components: - type: Transform - pos: -190.5,52.5 + pos: 15.5,39.5 parent: 1 - - uid: 61582 + - uid: 14770 components: - type: Transform - pos: -187.5,47.5 + pos: 15.5,41.5 parent: 1 - - uid: 61589 + - uid: 14771 components: - type: Transform - pos: -190.5,45.5 + pos: 14.5,40.5 parent: 1 - - uid: 61604 + - uid: 14772 components: - type: Transform - pos: -188.5,53.5 + pos: 13.5,40.5 parent: 1 - - uid: 61613 + - uid: 14773 components: - type: Transform - pos: -186.5,43.5 + pos: -0.5,50.5 parent: 1 - - uid: 61614 + - uid: 14774 components: - type: Transform - pos: -183.5,43.5 + pos: -0.5,52.5 parent: 1 - - uid: 61617 + - uid: 14775 components: - type: Transform - pos: -180.5,43.5 + pos: 0.5,43.5 parent: 1 - - uid: 61638 + - uid: 14776 components: - type: Transform - pos: -174.5,36.5 + pos: -1.5,52.5 parent: 1 - - uid: 61679 + - uid: 14777 components: - type: Transform - pos: -179.5,36.5 + pos: 4.5,39.5 parent: 1 - - uid: 61814 + - uid: 14778 components: - type: Transform - pos: -175.5,63.5 + pos: 3.5,42.5 parent: 1 - - uid: 61867 + - uid: 14779 components: - type: Transform - pos: -178.5,62.5 + pos: 1.5,41.5 parent: 1 - - uid: 61914 + - uid: 14780 components: - type: Transform - pos: -146.5,56.5 + pos: -41.5,51.5 parent: 1 - - uid: 62336 + - uid: 14781 components: - type: Transform - pos: -152.5,60.5 + pos: -10.5,45.5 parent: 1 - - uid: 64060 + - uid: 14782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,72.5 + pos: -12.5,45.5 parent: 1 -- proto: N14DoorBunkerGlass - entities: - - uid: 24722 + - uid: 14783 components: - type: Transform - pos: -177.5,46.5 + pos: -14.5,50.5 parent: 1 - - uid: 24724 + - uid: 14784 components: - type: Transform - pos: -176.5,46.5 + pos: -31.5,46.5 parent: 1 - - uid: 24726 + - uid: 14785 components: - type: Transform - pos: -179.5,51.5 + pos: -19.5,48.5 parent: 1 - - uid: 24804 + - uid: 14786 components: - type: Transform - pos: -181.5,52.5 + pos: -20.5,49.5 parent: 1 - - uid: 45986 + - uid: 14787 components: - type: Transform - pos: -171.5,49.5 + pos: -31.5,47.5 parent: 1 - - uid: 45991 + - uid: 14788 components: - type: Transform - pos: -171.5,48.5 + pos: -27.5,50.5 parent: 1 - - uid: 47910 + - uid: 14789 components: - type: Transform - pos: -183.5,25.5 + pos: -40.5,42.5 parent: 1 - - uid: 47966 + - uid: 14790 components: - type: Transform - pos: -151.5,56.5 + pos: -41.5,42.5 parent: 1 - - uid: 47967 + - uid: 14791 components: - type: Transform - pos: -146.5,60.5 + pos: 16.5,190.5 parent: 1 - - uid: 47968 + - uid: 14792 components: - type: Transform - pos: -139.5,58.5 + pos: 16.5,191.5 parent: 1 - - uid: 61594 + - uid: 14793 components: - type: Transform - pos: -183.5,26.5 + pos: 15.5,190.5 parent: 1 - - uid: 61608 + - uid: 14794 components: - type: Transform - pos: -183.5,31.5 + pos: 15.5,191.5 parent: 1 - - uid: 61680 + - uid: 14795 components: - type: Transform - pos: -176.5,34.5 + pos: 15.5,192.5 parent: 1 - - uid: 61681 + - uid: 14796 components: - type: Transform - pos: -178.5,38.5 + pos: 15.5,193.5 parent: 1 - - uid: 61682 + - uid: 14797 components: - type: Transform - pos: -175.5,38.5 + pos: 15.5,189.5 parent: 1 - - uid: 61719 + - uid: 14798 components: - type: Transform - pos: -184.5,23.5 + pos: 15.5,188.5 parent: 1 - - uid: 61830 + - uid: 14799 components: - type: Transform - pos: -177.5,59.5 + pos: 12.5,169.5 parent: 1 - - uid: 61946 + - uid: 14800 components: - type: Transform - pos: -156.5,58.5 + pos: 11.5,170.5 parent: 1 - - uid: 61947 + - uid: 14801 components: - type: Transform - pos: -143.5,58.5 + pos: -24.5,136.5 parent: 1 - - uid: 62393 + - uid: 14802 components: - type: Transform - pos: -163.5,66.5 + pos: -23.5,136.5 parent: 1 - - uid: 64051 + - uid: 14803 components: - type: Transform - pos: -163.5,65.5 + pos: 216.5,196.5 parent: 1 -- proto: N14DoorBunkerGlassLockedBoSMidwest - entities: - - uid: 11347 + - uid: 14804 components: - type: Transform - pos: -166.5,57.5 + pos: 197.5,172.5 parent: 1 - - uid: 11348 + - uid: 14805 components: - type: Transform - pos: -166.5,56.5 + pos: 217.5,176.5 parent: 1 - - uid: 11391 + - uid: 14806 components: - type: Transform - pos: -162.5,57.5 + pos: 216.5,197.5 parent: 1 - - uid: 11552 + - uid: 14807 components: - type: Transform - pos: -162.5,58.5 + pos: 216.5,195.5 parent: 1 -- proto: N14DoorBunkerGlassLockedBoSPaladin - entities: - - uid: 11514 + - uid: 14808 components: - type: Transform - pos: -186.5,34.5 + pos: -17.5,150.5 parent: 1 - - uid: 11543 + - uid: 14809 components: - type: Transform - pos: -188.5,34.5 + pos: 39.5,63.5 parent: 1 - - uid: 62479 + - uid: 14810 components: - type: Transform - pos: -172.5,61.5 + pos: 200.5,197.5 parent: 1 -- proto: N14DoorBunkerLockedBoSCommander - entities: - - uid: 43791 + - uid: 14811 components: - type: Transform - pos: -155.5,65.5 + pos: 200.5,196.5 parent: 1 - - uid: 63939 + - uid: 14812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -157.5,69.5 + pos: 202.5,190.5 parent: 1 -- proto: N14DoorBunkerLockedBoSMidwest - entities: - - uid: 10079 + - uid: 14813 components: - type: Transform - pos: -179.5,25.5 + pos: 202.5,189.5 parent: 1 - - uid: 10083 + - uid: 14814 components: - type: Transform - pos: -179.5,26.5 + pos: 201.5,190.5 parent: 1 - - uid: 10104 + - uid: 14815 components: - type: Transform - pos: -175.5,30.5 + pos: 201.5,188.5 parent: 1 -- proto: N14DoorCellMetal - entities: - - uid: 7690 + - uid: 14816 components: - type: Transform - pos: -166.5,-114.5 + pos: 200.5,190.5 parent: 1 - - uid: 7697 + - uid: 14817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,-89.5 + pos: 200.5,189.5 parent: 1 - - uid: 7698 + - uid: 14818 components: - type: Transform - pos: -38.5,-112.5 + pos: 200.5,188.5 parent: 1 - - uid: 7699 + - uid: 14819 components: - type: Transform - pos: 163.5,34.5 + pos: 202.5,166.5 parent: 1 - - type: Door - secondsUntilStateChange: -349268.3 - state: Opening - - uid: 7700 + - uid: 14820 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-58.5 + pos: 201.5,166.5 parent: 1 - - uid: 10207 + - uid: 14821 components: - type: Transform - pos: -166.5,-115.5 + pos: 201.5,167.5 parent: 1 - - uid: 16784 + - uid: 14822 components: - type: Transform - pos: -162.5,-112.5 + pos: 205.5,180.5 parent: 1 - - uid: 55285 + - uid: 14823 components: - type: Transform - pos: -191.5,-103.5 + pos: 205.5,181.5 parent: 1 - - uid: 55296 + - uid: 14824 components: - type: Transform - pos: -191.5,-104.5 + pos: 205.5,182.5 parent: 1 -- proto: N14DoorCellMetalLockedNCRMP - entities: - - uid: 7693 + - uid: 14825 components: - type: Transform - pos: -194.5,-104.5 + pos: 206.5,180.5 parent: 1 - - uid: 8001 + - uid: 14826 components: - type: Transform - pos: -194.5,-107.5 + pos: 206.5,181.5 parent: 1 - - uid: 8005 + - uid: 14827 components: - type: Transform - pos: -194.5,-110.5 + pos: 206.5,182.5 parent: 1 -- proto: N14DoorGlass - entities: - - uid: 298 + - uid: 14828 components: - type: Transform - pos: 100.5,17.5 + pos: 206.5,184.5 parent: 1 - - uid: 7701 + - uid: 14829 components: - type: Transform - pos: 94.5,15.5 + pos: 210.5,172.5 parent: 1 - - uid: 7702 + - uid: 14830 components: - type: Transform - pos: 91.5,15.5 + pos: 210.5,173.5 parent: 1 - - uid: 7704 + - uid: 14831 components: - type: Transform - pos: 89.5,13.5 + pos: 211.5,163.5 parent: 1 - - uid: 7705 + - uid: 14832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-129.5 + pos: 211.5,172.5 parent: 1 - - uid: 47621 + - uid: 14833 components: - type: Transform - pos: -389.5,95.5 + pos: 212.5,163.5 parent: 1 -- proto: N14DoorGlassBroken - entities: - - uid: 14 + - uid: 14834 components: - type: Transform - pos: -104.5,-149.5 + pos: 212.5,164.5 parent: 1 - - uid: 4684 + - uid: 14835 components: - type: Transform - pos: 100.5,18.5 + pos: 215.5,163.5 parent: 1 - - uid: 7706 + - uid: 14836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -173.5,-72.5 + pos: 195.5,195.5 parent: 1 - - uid: 7707 + - uid: 14837 components: - type: Transform - pos: 104.5,-45.5 + pos: 216.5,194.5 parent: 1 - - uid: 7708 + - uid: 14838 components: - type: Transform - pos: 50.5,7.5 + pos: 197.5,196.5 parent: 1 - - uid: 7709 + - uid: 14839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,4.5 + pos: 198.5,196.5 parent: 1 - - uid: 7710 + - uid: 14840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-126.5 + pos: 217.5,182.5 parent: 1 - - uid: 7711 + - uid: 14841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-105.5 + pos: 218.5,197.5 parent: 1 - - uid: 7712 + - uid: 14842 components: - type: Transform - pos: 182.5,27.5 + pos: 218.5,196.5 parent: 1 - - uid: 7713 + - uid: 14843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-24.5 + pos: 218.5,183.5 parent: 1 - - uid: 61565 + - uid: 14844 components: - type: Transform - pos: -17.5,-67.5 + pos: 218.5,182.5 parent: 1 - - uid: 61586 + - uid: 14845 components: - type: Transform - pos: -17.5,-68.5 + pos: 218.5,177.5 parent: 1 - - uid: 64595 + - uid: 14846 components: - type: Transform - pos: -103.5,-149.5 + pos: 218.5,176.5 parent: 1 - - uid: 64596 + - uid: 14847 components: - type: Transform - pos: -102.5,-149.5 + pos: 208.5,194.5 parent: 1 - - uid: 65298 + - uid: 14848 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-127.5 + pos: 215.5,197.5 parent: 1 - - uid: 65300 + - uid: 14849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-126.5 + pos: 208.5,198.5 parent: 1 - - uid: 65522 + - uid: 14850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-113.5 + pos: 206.5,174.5 parent: 1 - - uid: 65525 + - uid: 14851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-113.5 + pos: 207.5,174.5 parent: 1 - - uid: 65564 + - uid: 14852 components: - type: Transform - pos: 104.5,-118.5 + pos: 207.5,175.5 parent: 1 -- proto: N14DoorGlassDirty - entities: - - uid: 7714 + - uid: 14853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-128.5 + pos: 207.5,176.5 parent: 1 - - uid: 7715 + - uid: 14854 components: - type: Transform - pos: 6.5,-38.5 + pos: 208.5,174.5 parent: 1 - - uid: 7716 + - uid: 14855 components: - type: Transform - pos: 17.5,-35.5 + pos: 208.5,175.5 parent: 1 - - uid: 7717 + - uid: 14856 components: - type: Transform - pos: 30.5,-11.5 + pos: 209.5,167.5 parent: 1 - - uid: 7718 + - uid: 14857 components: - type: Transform - pos: 35.5,-11.5 + pos: 209.5,168.5 parent: 1 - - uid: 7719 + - uid: 14858 components: - type: Transform - pos: 101.5,-34.5 + pos: 209.5,169.5 parent: 1 - - uid: 7720 + - uid: 14859 components: - type: Transform - pos: 102.5,-42.5 + pos: 209.5,192.5 parent: 1 - - uid: 7721 + - uid: 14860 components: - type: Transform - pos: 102.5,-36.5 + pos: 210.5,169.5 parent: 1 - - uid: 7722 + - uid: 14861 components: - type: Transform - pos: 97.5,-44.5 + pos: 210.5,193.5 parent: 1 - - uid: 7723 + - uid: 14862 components: - type: Transform - pos: -7.5,9.5 + pos: 210.5,195.5 parent: 1 - - uid: 7724 + - uid: 14863 components: - type: Transform - pos: -7.5,4.5 + pos: 214.5,163.5 parent: 1 - - uid: 7725 + - uid: 14864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,9.5 + pos: 215.5,164.5 parent: 1 - - uid: 7726 + - uid: 14865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-130.5 + pos: 215.5,190.5 parent: 1 - - type: Door - secondsUntilStateChange: -414871.97 - state: Opening - - uid: 7727 + - uid: 14866 components: - type: Transform - pos: 119.5,14.5 + pos: 216.5,163.5 parent: 1 - - uid: 7728 + - uid: 14867 components: - type: Transform - pos: -156.5,-21.5 + pos: 216.5,171.5 parent: 1 - - uid: 46510 + - uid: 14868 components: - type: Transform - pos: -402.5,66.5 + pos: 216.5,172.5 parent: 1 -- proto: N14DoorGlassStore - entities: - - uid: 7729 + - uid: 14869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-0.5 + pos: 216.5,173.5 parent: 1 - - uid: 7731 + - uid: 14870 components: - type: Transform - pos: 11.5,-66.5 + pos: 49.5,64.5 parent: 1 - - uid: 7732 + - uid: 14871 components: - type: Transform - pos: 11.5,-67.5 + pos: 41.5,63.5 parent: 1 - - uid: 7733 + - uid: 14872 components: - type: Transform - pos: -53.5,-39.5 + pos: 201.5,189.5 parent: 1 - - uid: 7734 + - uid: 14873 components: - type: Transform - pos: -53.5,-45.5 + pos: 207.5,182.5 parent: 1 - - uid: 44355 + - uid: 14874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -223.5,-90.5 + pos: -15.5,153.5 parent: 1 - - uid: 47253 + - uid: 14875 components: - type: Transform - pos: -367.5,94.5 + pos: -40.5,50.5 parent: 1 - - uid: 47276 + - uid: 14876 components: - type: Transform - pos: -366.5,94.5 + pos: -39.5,50.5 parent: 1 - - type: Door - secondsUntilStateChange: -257660.53 - state: Opening - - uid: 63343 + - uid: 14877 components: - type: Transform - pos: 178.5,-169.5 + pos: 214.5,169.5 parent: 1 - - uid: 63347 +- proto: N14RollingPaper1 + entities: + - uid: 14878 components: - type: Transform - pos: 177.5,-169.5 + pos: -186.43925,21.717773 parent: 1 -- proto: N14DoorGlassStoreBroken +- proto: N14RugBlue entities: - - uid: 7735 + - uid: 14879 components: - type: Transform - pos: 92.5,114.5 + rot: 3.141592653589793 rad + pos: 132.5,1.5 parent: 1 - - type: Door - secondsUntilStateChange: -317683.06 - state: Opening - - uid: 7736 + - uid: 14880 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,4.5 + pos: 103.5,9.5 parent: 1 - - uid: 7737 + - uid: 14881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,4.5 + rot: 3.141592653589793 rad + pos: 112.5,6.5 parent: 1 - - uid: 7738 +- proto: N14RugBlueShag + entities: + - uid: 14882 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,4.5 + rot: 3.141592653589793 rad + pos: 128.5,-11.5 parent: 1 - - uid: 7739 + - uid: 14883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,4.5 + pos: 89.5,104.5 parent: 1 - - uid: 63352 +- proto: N14RugBrownFancy + entities: + - uid: 14884 components: - type: Transform - pos: 178.5,-163.5 + pos: -158.5,71.5 parent: 1 - - uid: 63360 + - uid: 14885 components: - type: Transform - pos: 177.5,-163.5 + pos: 83.5,-103.5 parent: 1 - - uid: 63391 + - uid: 14886 components: - type: Transform - pos: 160.5,-179.5 + pos: -335.5,79.5 parent: 1 - - uid: 63399 + - uid: 14887 components: - type: Transform - pos: 160.5,-180.5 + pos: -151.5,53.5 parent: 1 -- proto: N14DoorGlassStoreDirty +- proto: N14RugMat entities: - - uid: 7740 + - uid: 14888 components: - type: Transform - pos: 76.5,-43.5 + pos: -54.5,-106.5 parent: 1 - - uid: 7741 + - uid: 14889 components: - type: Transform - pos: 27.5,-12.5 + rot: 3.141592653589793 rad + pos: 158.5,-92.5 parent: 1 - - uid: 7742 + - uid: 14890 components: - type: Transform - pos: 135.5,-29.5 + rot: -1.5707963267948966 rad + pos: 159.5,189.5 parent: 1 - - uid: 7743 + - uid: 14891 components: - type: Transform - pos: 76.5,-44.5 + pos: 156.5,182.5 parent: 1 - - uid: 7744 + - uid: 14892 components: - type: Transform - pos: 80.5,-43.5 + pos: 142.5,182.5 parent: 1 - - uid: 7745 + - uid: 14893 components: - type: Transform - pos: 80.5,-34.5 + pos: 149.5,182.5 parent: 1 - - uid: 7746 + - uid: 14894 components: - type: Transform - pos: 80.5,-44.5 + pos: 96.5,-114.5 parent: 1 - - uid: 7747 + - uid: 14895 components: - type: Transform - pos: 76.5,-35.5 + pos: -105.5,-27.5 parent: 1 - - uid: 7748 + - uid: 14896 components: - type: Transform - pos: 76.5,-34.5 + pos: 95.5,-114.5 parent: 1 - - uid: 7749 +- proto: N14RugMatBOS + entities: + - uid: 14897 components: - type: Transform - pos: 44.5,1.5 + pos: 154.5,153.5 parent: 1 - - uid: 7750 +- proto: N14RugMatNCR + entities: + - uid: 14898 components: - type: Transform - pos: 45.5,1.5 + pos: 87.5,95.5 parent: 1 - - uid: 7752 + - uid: 14899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-33.5 + pos: 117.5,8.5 parent: 1 - - uid: 7753 + - uid: 14900 components: - type: Transform - pos: -53.5,-34.5 + pos: -155.5,-124.5 parent: 1 - - uid: 7754 +- proto: N14RugMatRubber2 + entities: + - uid: 14901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-29.5 + rot: -1.5707963267948966 rad + pos: -177.5,57.5 parent: 1 - - uid: 7755 + - uid: 14902 components: - type: Transform - pos: -53.5,-48.5 + rot: 1.5707963267948966 rad + pos: -177.5,58.5 parent: 1 - - uid: 7756 + - uid: 14903 components: - type: Transform - pos: -53.5,-50.5 + pos: -178.5,57.5 parent: 1 - - uid: 7757 +- proto: N14RugMatRubber3 + entities: + - uid: 14904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-29.5 + rot: -1.5707963267948966 rad + pos: -178.5,58.5 parent: 1 - - uid: 7758 +- proto: N14RugMatRubberLarge + entities: + - uid: 14905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-12.5 + pos: -146.5,62.5 parent: 1 - - uid: 7759 + - uid: 14906 components: - type: Transform - pos: -165.5,-18.5 + pos: -136.5,57.5 parent: 1 - - uid: 7760 + - uid: 14907 components: - type: Transform - pos: -165.5,-19.5 + pos: -170.5,62.5 parent: 1 - - uid: 45739 +- proto: N14RugMatVulgar1 + entities: + - uid: 14908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -376.5,90.5 + pos: -74.5,0.5 parent: 1 - - uid: 47050 + - uid: 14909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -375.5,90.5 + rot: 1.5707963267948966 rad + pos: 163.5,21.5 parent: 1 - - uid: 61579 +- proto: N14RugMatVulgar2 + entities: + - uid: 14910 components: - type: Transform - pos: -170.5,26.5 + pos: 106.5,3.5 parent: 1 - - uid: 61580 + - uid: 14911 components: - type: Transform - pos: -170.5,25.5 + pos: 80.5,-110.5 parent: 1 - - uid: 61587 +- proto: N14RugMatWelcome + entities: + - uid: 14912 components: - type: Transform - pos: -170.5,27.5 + rot: -1.5707963267948966 rad + pos: 118.5,-11.5 parent: 1 -- proto: N14DoorMakeshift - entities: - - uid: 6864 + - uid: 14913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 162.5,192.5 + rot: 1.5707963267948966 rad + pos: -56.5,-130.5 parent: 1 - - uid: 7762 + - uid: 14914 components: - type: Transform - pos: 169.5,147.5 + rot: 1.5707963267948966 rad + pos: -55.5,-108.5 parent: 1 - - uid: 7763 +- proto: N14RugRed + entities: + - uid: 14915 components: - type: Transform - pos: 169.5,146.5 + pos: 105.5,13.5 parent: 1 - - uid: 7764 + - uid: 14916 components: - type: Transform - pos: -189.5,-187.5 + pos: -158.5,65.5 parent: 1 - - uid: 7767 +- proto: N14Sack5 + entities: + - uid: 14917 components: - type: Transform - pos: 177.5,170.5 + rot: 3.141592653589793 rad + pos: -34.89238,-102.26542 parent: 1 - - uid: 7768 + - uid: 14918 components: - type: Transform - pos: -182.5,-174.5 + rot: 1.5707963267948966 rad + pos: -34.408005,-102.23417 parent: 1 - - uid: 7769 +- proto: N14Screwdriver + entities: + - uid: 14919 components: - type: Transform - pos: 177.5,169.5 + rot: -1.5707963267948966 rad + pos: -131.66998,57.864807 parent: 1 - - uid: 7770 + - uid: 14920 components: - type: Transform - pos: 182.5,176.5 + pos: -195.79967,27.620895 parent: 1 - - uid: 7771 + - uid: 14921 components: - type: Transform - pos: 183.5,176.5 + pos: 308.13358,107.5057 parent: 1 - - uid: 7772 +- proto: N14ShelfMetal + entities: + - uid: 6681 components: - type: Transform - pos: 188.5,170.5 + rot: -1.5707963267948966 rad + pos: -182.5,57.5 parent: 1 - - uid: 7773 + - type: Storage + storedItems: + 6682: + position: 0,0 + _rotation: South + 6683: + position: 2,0 + _rotation: South + 6684: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 6682 + - 6683 + - 6684 + - uid: 8149 components: - type: Transform - pos: 189.5,170.5 + rot: 3.141592653589793 rad + pos: -170.5,65.5 parent: 1 - - uid: 7775 + - type: Storage + storedItems: + 8150: + position: 3,1 + _rotation: South + 8151: + position: 6,1 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 8150 + - 8151 + - uid: 8180 components: - type: Transform - pos: -187.5,-168.5 + rot: -1.5707963267948966 rad + pos: 98.5,-104.5 parent: 1 - - uid: 7776 + - type: Storage + storedItems: + 8181: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 8181 + - uid: 8904 components: - type: Transform - pos: -193.5,-167.5 + rot: 1.5707963267948966 rad + pos: -190.5,-103.5 parent: 1 - - uid: 7781 + - type: Storage + storedItems: + 8910: + position: 0,0 + _rotation: South + 8907: + position: 4,0 + _rotation: South + 8908: + position: 5,0 + _rotation: South + 8905: + position: 6,0 + _rotation: South + 8906: + position: 7,0 + _rotation: South + 8909: + position: 8,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 8910 + - 8907 + - 8908 + - 8905 + - 8906 + - 8909 + - uid: 13910 components: - type: Transform - pos: -193.5,-187.5 + rot: 3.141592653589793 rad + pos: 97.5,-103.5 parent: 1 - - uid: 7782 + - type: Storage + storedItems: + 13914: + position: 0,0 + _rotation: South + 13912: + position: 1,0 + _rotation: South + 13911: + position: 2,0 + _rotation: South + 13913: + position: 3,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 13914 + - 13912 + - 13911 + - 13913 + - uid: 14922 components: - type: Transform - pos: 21.5,142.5 + rot: 3.141592653589793 rad + pos: -191.5,23.5 parent: 1 - - uid: 7783 + - uid: 14923 components: - type: Transform - pos: 21.5,146.5 + pos: -98.5,-164.5 parent: 1 - - uid: 7784 + - uid: 14924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,126.5 + pos: 12.5,-31.5 parent: 1 - - uid: 7785 + - uid: 14925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,126.5 + pos: 8.5,-37.5 parent: 1 - - uid: 7786 + - uid: 14926 components: - type: Transform - pos: 0.5,145.5 + pos: 9.5,-34.5 parent: 1 - - uid: 7787 + - uid: 14927 components: - type: Transform - pos: 0.5,153.5 + pos: 8.5,-31.5 parent: 1 - - uid: 7788 + - uid: 14928 components: - type: Transform - pos: -186.5,-191.5 + pos: 10.5,-31.5 parent: 1 - - uid: 7791 + - uid: 14929 components: - type: Transform - pos: 165.5,29.5 + pos: 11.5,-37.5 parent: 1 - - uid: 12461 + - uid: 14930 components: - type: Transform - pos: 95.5,-7.5 + pos: 11.5,-34.5 parent: 1 - - uid: 12462 + - uid: 14931 components: - type: Transform - pos: 92.5,-10.5 + pos: 40.5,1.5 parent: 1 - - uid: 12463 + - uid: 14932 components: - type: Transform - pos: 93.5,-4.5 + pos: 48.5,6.5 parent: 1 - - uid: 23225 + - uid: 14933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.5,188.5 + pos: -45.5,-103.5 parent: 1 - - uid: 44321 + - uid: 14934 components: - type: Transform - pos: -238.5,-102.5 + rot: 1.5707963267948966 rad + pos: -191.5,-193.5 parent: 1 - - uid: 47200 + - uid: 14935 components: - type: Transform rot: -1.5707963267948966 rad - pos: -380.5,107.5 + pos: -189.5,-192.5 parent: 1 - - uid: 47201 + - uid: 14936 components: - type: Transform rot: -1.5707963267948966 rad - pos: -380.5,106.5 + pos: -187.5,-192.5 parent: 1 -- proto: N14DoorMetalBar - entities: - - uid: 7792 + - uid: 14937 components: - type: Transform - pos: 107.5,-32.5 + rot: -1.5707963267948966 rad + pos: -192.5,-165.5 parent: 1 - - uid: 7793 + - uid: 14938 components: - type: Transform - pos: 103.5,-32.5 + rot: 1.5707963267948966 rad + pos: 186.5,51.5 parent: 1 - - uid: 7794 + - uid: 14939 components: - type: Transform - pos: 90.5,7.5 + rot: 1.5707963267948966 rad + pos: 184.5,51.5 parent: 1 - - uid: 7795 + - uid: 14940 components: - type: Transform - pos: 9.5,160.5 + rot: 1.5707963267948966 rad + pos: 190.5,51.5 parent: 1 - - uid: 7796 + - uid: 14941 components: - type: Transform - pos: 9.5,159.5 + rot: 1.5707963267948966 rad + pos: 190.5,55.5 parent: 1 - - uid: 7799 + - uid: 14942 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-48.5 + pos: 184.5,55.5 parent: 1 - - uid: 7800 + - uid: 14943 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-48.5 + pos: 188.5,55.5 parent: 1 - - uid: 7801 + - uid: 14944 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-48.5 + pos: 188.5,51.5 parent: 1 - - uid: 7802 + - uid: 14945 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-48.5 + pos: 186.5,55.5 parent: 1 - - uid: 44312 + - uid: 14946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -244.5,-107.5 + pos: -55.5,-44.5 parent: 1 -- proto: N14DoorMetalIron - entities: - - uid: 7803 + - uid: 14947 components: - type: Transform - pos: 7.5,8.5 + rot: -1.5707963267948966 rad + pos: -13.5,-33.5 parent: 1 - - uid: 7804 + - uid: 14948 components: - type: Transform - pos: 129.5,22.5 + rot: -1.5707963267948966 rad + pos: -11.5,-33.5 parent: 1 - - uid: 7805 + - uid: 14949 components: - type: Transform - pos: -67.5,-32.5 + rot: 3.141592653589793 rad + pos: -168.5,65.5 parent: 1 -- proto: N14DoorMetalReinforced - entities: - - uid: 7806 + - uid: 14950 components: - type: Transform - pos: -208.5,-80.5 + rot: 3.141592653589793 rad + pos: -87.5,-169.5 parent: 1 - - uid: 7807 + - uid: 14951 components: - type: Transform - pos: 94.5,5.5 + pos: -88.5,-170.5 parent: 1 - - uid: 7808 + - uid: 14952 components: - type: Transform - pos: 93.5,7.5 + rot: 1.5707963267948966 rad + pos: 60.5,171.5 parent: 1 - - uid: 7809 + - uid: 14953 components: - type: Transform - pos: -204.5,-88.5 + rot: 1.5707963267948966 rad + pos: 63.5,171.5 parent: 1 - - uid: 7810 + - uid: 14954 components: - type: Transform - pos: 7.5,4.5 + rot: 1.5707963267948966 rad + pos: 57.5,171.5 parent: 1 - - uid: 47171 + - uid: 14955 components: - type: Transform - pos: -384.5,105.5 + rot: 3.141592653589793 rad + pos: -191.5,41.5 parent: 1 - - type: Door - secondsUntilStateChange: -283759.03 - state: Opening -- proto: N14DoorMetalSecure - entities: - - uid: 7811 + - uid: 14956 components: - type: Transform - pos: -181.5,-138.5 + rot: 1.5707963267948966 rad + pos: -180.5,57.5 parent: 1 - - uid: 7814 + - uid: 14957 components: - type: Transform - pos: -179.5,-135.5 + rot: -1.5707963267948966 rad + pos: -182.5,59.5 parent: 1 - - uid: 7817 + - uid: 14958 components: - type: Transform - pos: -176.5,-99.5 + pos: -91.5,-170.5 parent: 1 - - uid: 7820 + - uid: 14959 components: - type: Transform - pos: -170.5,-99.5 + pos: -225.5,-91.5 parent: 1 - - uid: 7821 + - uid: 14960 components: - type: Transform - pos: -171.5,-107.5 + rot: 3.141592653589793 rad + pos: 31.5,149.5 parent: 1 - - uid: 7824 + - uid: 14961 components: - type: Transform - pos: -183.5,-102.5 + rot: 3.141592653589793 rad + pos: 29.5,147.5 parent: 1 - - uid: 7826 + - uid: 14962 components: - type: Transform - pos: -189.5,-108.5 + rot: 3.141592653589793 rad + pos: 29.5,149.5 parent: 1 - - uid: 7827 + - uid: 14963 components: - type: Transform - pos: 13.5,-24.5 + rot: 3.141592653589793 rad + pos: 33.5,147.5 parent: 1 - - uid: 7828 + - uid: 14964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,86.5 + rot: 3.141592653589793 rad + pos: 33.5,149.5 parent: 1 - - uid: 7829 + - uid: 14965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,208.5 + rot: 3.141592653589793 rad + pos: 33.5,144.5 parent: 1 - - type: Door - secondsUntilStateChange: -334514.1 - state: Opening - - uid: 19933 + - uid: 14966 components: - type: Transform - pos: 59.5,169.5 + rot: 3.141592653589793 rad + pos: 31.5,147.5 parent: 1 - - uid: 21664 + - uid: 14967 components: - type: Transform rot: 3.141592653589793 rad - pos: -186.5,-103.5 + pos: 31.5,144.5 parent: 1 - - uid: 23220 + - uid: 14968 components: - type: Transform rot: 3.141592653589793 rad - pos: 102.5,-5.5 + pos: 29.5,144.5 parent: 1 - - uid: 44042 + - uid: 14969 components: - type: Transform - pos: -191.5,-99.5 + rot: 3.141592653589793 rad + pos: 3.5,148.5 parent: 1 - - uid: 61036 + - uid: 14970 components: - type: Transform - pos: -173.5,-98.5 + pos: 2.5,146.5 parent: 1 -- proto: N14DoorMetalSecureLockedIron - entities: - - uid: 12564 + - uid: 14971 components: - type: Transform - pos: 175.5,-174.5 + rot: 1.5707963267948966 rad + pos: -0.5,147.5 parent: 1 - - uid: 63407 + - uid: 14972 components: - type: Transform - pos: 169.5,-182.5 + rot: 1.5707963267948966 rad + pos: -0.5,150.5 parent: 1 -- proto: N14DoorRoomRepaired - entities: - - uid: 7830 + - uid: 14973 components: - type: Transform - pos: 132.5,9.5 + rot: 3.141592653589793 rad + pos: 16.5,145.5 parent: 1 - - uid: 7831 + - uid: 14974 components: - type: Transform - pos: 40.5,-40.5 + rot: 3.141592653589793 rad + pos: 16.5,147.5 parent: 1 - - uid: 7832 + - uid: 14975 components: - type: Transform - pos: 45.5,-35.5 + rot: 3.141592653589793 rad + pos: 20.5,147.5 parent: 1 - - uid: 7833 + - uid: 14976 components: - type: Transform - pos: 17.5,-30.5 + rot: 3.141592653589793 rad + pos: 18.5,147.5 parent: 1 - - uid: 7834 + - uid: 14977 components: - type: Transform - pos: 30.5,-17.5 + rot: 3.141592653589793 rad + pos: 16.5,141.5 parent: 1 - - uid: 7835 + - uid: 14978 components: - type: Transform - pos: 38.5,-12.5 + rot: 3.141592653589793 rad + pos: 20.5,145.5 parent: 1 - - uid: 7837 + - uid: 14979 components: - type: Transform - pos: 105.5,15.5 + rot: 3.141592653589793 rad + pos: 16.5,143.5 parent: 1 - - uid: 7838 + - uid: 14980 components: - type: Transform - pos: 16.5,-0.5 + rot: 3.141592653589793 rad + pos: -93.5,-169.5 parent: 1 - - uid: 7839 + - uid: 14981 components: - type: Transform - pos: 34.5,7.5 + rot: 3.141592653589793 rad + pos: -90.5,-169.5 parent: 1 - - uid: 7840 + - uid: 14982 components: - type: Transform - pos: -74.5,3.5 + pos: -94.5,-170.5 parent: 1 - - uid: 7841 + - uid: 14983 components: - type: Transform - pos: -47.5,29.5 + pos: -88.5,-170.5 parent: 1 - - uid: 7842 + - uid: 14984 components: - type: Transform - pos: 22.5,-21.5 + pos: -101.5,-162.5 parent: 1 - - uid: 7843 + - uid: 14985 components: - type: Transform - pos: -44.5,-128.5 + pos: -101.5,-160.5 parent: 1 - - uid: 7844 + - uid: 14986 components: - type: Transform - pos: 174.5,96.5 + rot: 3.141592653589793 rad + pos: 265.5,132.5 parent: 1 - - uid: 7845 + - uid: 14987 components: - type: Transform - pos: -279.5,-25.5 + rot: 3.141592653589793 rad + pos: 274.5,132.5 parent: 1 - - uid: 7846 + - uid: 14988 components: - type: Transform - pos: -72.5,-24.5 + rot: 3.141592653589793 rad + pos: 274.5,134.5 parent: 1 - - uid: 7847 + - uid: 14989 components: - type: Transform - pos: -155.5,-26.5 + rot: 3.141592653589793 rad + pos: 265.5,134.5 parent: 1 - - uid: 7848 + - uid: 14990 components: - type: Transform - pos: -153.5,-21.5 + rot: 3.141592653589793 rad + pos: 274.5,130.5 parent: 1 - - uid: 9820 + - uid: 14991 components: - type: Transform - pos: -395.5,111.5 + rot: 3.141592653589793 rad + pos: 271.5,136.5 parent: 1 - - uid: 23164 + - uid: 14992 components: - type: Transform - pos: 32.5,169.5 + rot: 3.141592653589793 rad + pos: 265.5,130.5 parent: 1 - - uid: 46519 + - uid: 14993 components: - type: Transform - pos: -408.5,67.5 + rot: 3.141592653589793 rad + pos: 268.5,136.5 parent: 1 -- proto: N14DoorSecretRuin - entities: - - uid: 7849 + - uid: 14994 components: - type: Transform - pos: 172.5,57.5 + rot: 3.141592653589793 rad + pos: -195.5,23.5 parent: 1 -- proto: N14DoorSecretWoodLog +- proto: N14ShelfMetalMeds entities: - - uid: 7850 + - uid: 297 components: - type: Transform - pos: -189.5,-163.5 + rot: 3.141592653589793 rad + pos: -156.5,-103.5 parent: 1 - - type: Door - secondsUntilStateChange: -393322 - state: Opening - - uid: 7851 + - type: Storage + storedItems: + 309: + position: 0,0 + _rotation: South + 306: + position: 1,0 + _rotation: South + 305: + position: 2,0 + _rotation: South + 312: + position: 3,0 + _rotation: South + 307: + position: 4,0 + _rotation: South + 308: + position: 5,0 + _rotation: South + 310: + position: 9,0 + _rotation: South + 311: + position: 8,0 + _rotation: South + 298: + position: 2,2 + _rotation: South + 300: + position: 1,2 + _rotation: South + 299: + position: 0,2 + _rotation: South + 303: + position: 7,2 + _rotation: South + 302: + position: 8,2 + _rotation: South + 301: + position: 9,2 + _rotation: South + 304: + position: 6,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 309 + - 306 + - 305 + - 312 + - 307 + - 308 + - 299 + - 303 + - 302 + - 300 + - 298 + - 304 + - 301 + - 311 + - 310 + - uid: 7868 components: - type: Transform rot: 1.5707963267948966 rad - pos: -187.5,-23.5 + pos: -144.5,62.5 parent: 1 -- proto: N14DoorShutterFramedRoller - entities: - - uid: 7852 + - type: Storage + storedItems: + 7875: + position: 9,2 + _rotation: South + 7876: + position: 8,2 + _rotation: South + 7873: + position: 8,0 + _rotation: South + 7874: + position: 9,0 + _rotation: South + 7877: + position: 5,0 + _rotation: South + 7880: + position: 5,2 + _rotation: South + 7879: + position: 6,2 + _rotation: South + 7878: + position: 6,0 + _rotation: South + 7869: + position: 1,0 + _rotation: South + 7870: + position: 0,0 + _rotation: South + 7871: + position: 2,0 + _rotation: South + 7872: + position: 3,0 + _rotation: South + 7881: + position: 2,2 + _rotation: South + 7882: + position: 3,2 + _rotation: South + 7883: + position: 0,2 + _rotation: South + 7884: + position: 1,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 7875 + - 7876 + - 7873 + - 7874 + - 7877 + - 7880 + - 7879 + - 7878 + - 7869 + - 7870 + - 7871 + - 7872 + - 7881 + - 7882 + - 7883 + - 7884 + - uid: 8242 components: - type: Transform - pos: 43.5,-69.5 + rot: 3.141592653589793 rad + pos: -158.5,-103.5 parent: 1 - - uid: 7853 + - type: Storage + storedItems: + 8247: + position: 0,0 + _rotation: South + 8245: + position: 1,0 + _rotation: South + 8244: + position: 2,0 + _rotation: South + 8246: + position: 3,0 + _rotation: South + 8255: + position: 4,0 + _rotation: South + 8254: + position: 5,0 + _rotation: South + 8243: + position: 4,1 + _rotation: East + 8249: + position: 8,0 + _rotation: South + 8250: + position: 6,0 + _rotation: South + 8248: + position: 7,0 + _rotation: South + 8252: + position: 0,2 + _rotation: South + 8251: + position: 1,2 + _rotation: South + 8253: + position: 2,2 + _rotation: South + 8256: + position: 9,0 + _rotation: South + 8257: + position: 3,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 8247 + - 8245 + - 8244 + - 8246 + - 8255 + - 8254 + - 8249 + - 8248 + - 8250 + - 8243 + - 8252 + - 8251 + - 8253 + - 8256 + - 8257 + - uid: 8361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,16.5 + parent: 1 + - type: Storage + storedItems: + 8362: + position: 0,0 + _rotation: South + 8363: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 8362 + - 8363 + - uid: 14995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -148.5,63.5 + parent: 1 + - uid: 14996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -144.5,53.5 + parent: 1 + - uid: 14997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -161.5,-106.5 + parent: 1 + - uid: 14998 components: - type: Transform - pos: 23.5,-63.5 + pos: 99.5,-40.5 parent: 1 - - uid: 7854 + - uid: 14999 components: - type: Transform - pos: 44.5,-69.5 + pos: 96.5,19.5 parent: 1 - - uid: 7855 + - uid: 15000 components: - type: Transform - pos: 11.5,-66.5 + pos: -54.5,33.5 parent: 1 - - uid: 7856 + - uid: 15001 components: - type: Transform - pos: 11.5,-67.5 + rot: 3.141592653589793 rad + pos: -159.5,61.5 parent: 1 - - uid: 7857 +- proto: N14ShelfMetalShop + entities: + - uid: 15002 components: - type: Transform - pos: 15.5,-63.5 + pos: 12.5,-56.5 parent: 1 - - uid: 7858 + - uid: 15003 components: - type: Transform - pos: 24.5,-63.5 + pos: 86.5,-46.5 parent: 1 - - uid: 7859 + - uid: 15004 components: - type: Transform - pos: 16.5,-63.5 + pos: 88.5,-46.5 parent: 1 - - uid: 63336 + - uid: 15005 components: - type: Transform - pos: 179.5,-181.5 + pos: 91.5,-46.5 parent: 1 - - uid: 63346 + - uid: 15006 components: - type: Transform - pos: 179.5,-171.5 + pos: 93.5,-46.5 parent: 1 - - uid: 63353 + - uid: 15007 components: - type: Transform - pos: 179.5,-161.5 + pos: 91.5,-42.5 parent: 1 -- proto: N14DoorShutterRoller - entities: - - uid: 7860 + - uid: 15008 components: - type: Transform - pos: 111.5,-33.5 + pos: 93.5,-42.5 parent: 1 - - uid: 7861 + - uid: 15009 components: - type: Transform - pos: 113.5,-33.5 + pos: 17.5,-56.5 parent: 1 - - uid: 7862 + - uid: 15010 components: - type: Transform - pos: 112.5,-33.5 + rot: 1.5707963267948966 rad + pos: 90.5,-38.5 parent: 1 - - uid: 7863 +- proto: N14ShelfWood + entities: + - uid: 12091 components: - type: Transform - pos: 114.5,-33.5 + rot: 1.5707963267948966 rad + pos: -180.5,55.5 parent: 1 - - uid: 7864 + - type: Storage + storedItems: + 12097: + position: 0,0 + _rotation: South + 12096: + position: 1,0 + _rotation: South + 12094: + position: 2,0 + _rotation: South + 12098: + position: 1,1 + _rotation: South + 12095: + position: 0,1 + _rotation: South + 12092: + position: 3,0 + _rotation: South + 12093: + position: 4,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 12097 + - 12096 + - 12094 + - 12095 + - 12098 + - 12092 + - 12093 + - uid: 15011 components: - type: Transform - pos: 115.5,-33.5 + rot: 3.141592653589793 rad + pos: 129.5,-33.5 parent: 1 - - uid: 7865 + - uid: 15012 components: - type: Transform - pos: 179.5,57.5 + rot: 3.141592653589793 rad + pos: 129.5,-29.5 parent: 1 - - uid: 7866 + - uid: 15013 components: - type: Transform - pos: 176.5,57.5 + pos: 27.5,-41.5 parent: 1 - - uid: 7867 + - uid: 15014 components: - type: Transform - pos: 175.5,57.5 + pos: 30.5,-41.5 parent: 1 - - uid: 7868 + - uid: 15015 components: - type: Transform - pos: 178.5,57.5 + rot: 3.141592653589793 rad + pos: -8.5,-15.5 parent: 1 - - uid: 7869 + - uid: 15016 components: - type: Transform - pos: -6.5,-33.5 + rot: 1.5707963267948966 rad + pos: 39.5,9.5 parent: 1 - - type: Door - secondsUntilStateChange: -29196.781 - state: Opening - - uid: 7870 + - uid: 15017 components: - type: Transform - pos: -7.5,-33.5 + rot: -1.5707963267948966 rad + pos: 171.5,22.5 parent: 1 - - type: Door - secondsUntilStateChange: -29198.336 - state: Opening - - uid: 7871 + - uid: 15018 components: - type: Transform - pos: -5.5,-33.5 + rot: -1.5707963267948966 rad + pos: 177.5,22.5 parent: 1 - - uid: 9995 + - uid: 15019 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,-186.5 + pos: 171.5,27.5 parent: 1 - - uid: 13033 + - uid: 15020 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,-184.5 + pos: 173.5,27.5 parent: 1 - - uid: 25398 + - uid: 15021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-185.5 + rot: 3.141592653589793 rad + pos: 85.5,95.5 parent: 1 - - uid: 48128 + - uid: 15022 components: - type: Transform - pos: 168.5,-185.5 + pos: 148.5,163.5 parent: 1 - - uid: 48129 + - uid: 15023 components: - type: Transform - pos: 168.5,-190.5 + rot: 3.141592653589793 rad + pos: 143.5,164.5 parent: 1 - - uid: 48130 + - uid: 15024 components: - type: Transform - pos: 168.5,-186.5 + rot: 3.141592653589793 rad + pos: 145.5,164.5 parent: 1 - - uid: 48131 + - uid: 15025 components: - type: Transform - pos: 168.5,-191.5 + rot: 1.5707963267948966 rad + pos: 182.5,161.5 parent: 1 - - uid: 48132 + - uid: 15026 components: - type: Transform - pos: 168.5,-184.5 + pos: 148.5,164.5 parent: 1 - - uid: 48133 + - uid: 15027 components: - type: Transform - pos: 168.5,-189.5 + pos: -187.5,-112.5 parent: 1 -- proto: N14DoorSpikedGate - entities: - - uid: 10024 + - uid: 15028 components: - type: Transform - pos: 166.5,135.5 + rot: 3.141592653589793 rad + pos: 127.5,-33.5 parent: 1 - - uid: 10025 + - uid: 15029 components: - type: Transform - pos: 164.5,135.5 + rot: 3.141592653589793 rad + pos: 127.5,-29.5 parent: 1 - - uid: 15045 + - uid: 15030 components: - type: Transform - pos: 173.5,135.5 + rot: 3.141592653589793 rad + pos: -116.5,-161.5 parent: 1 - - uid: 15046 + - uid: 15031 components: - type: Transform - pos: 174.5,135.5 + rot: 3.141592653589793 rad + pos: -114.5,-161.5 parent: 1 - - uid: 26965 +- proto: N14ShelfWood1 + entities: + - uid: 6685 components: - type: Transform - pos: 181.5,132.5 + pos: 172.5,152.5 parent: 1 - - uid: 29177 + - type: Storage + storedItems: + 6692: + position: 0,0 + _rotation: South + 6693: + position: 1,0 + _rotation: South + 6694: + position: 2,0 + _rotation: South + 6695: + position: 3,0 + _rotation: South + 6696: + position: 4,0 + _rotation: South + 6697: + position: 5,0 + _rotation: South + 6698: + position: 6,0 + _rotation: South + 6699: + position: 7,0 + _rotation: South + 6687: + position: 8,0 + _rotation: South + 6688: + position: 0,2 + _rotation: North + 6689: + position: 2,2 + _rotation: South + 6686: + position: 4,2 + _rotation: South + 6691: + position: 8,2 + _rotation: South + 6690: + position: 9,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 6692 + - 6693 + - 6694 + - 6695 + - 6696 + - 6697 + - 6698 + - 6699 + - 6687 + - 6689 + - 6688 + - 6686 + - 6691 + - 6690 + - uid: 15032 components: - type: Transform - pos: 182.5,136.5 + pos: 25.5,-56.5 parent: 1 - - uid: 48032 + - uid: 15033 components: - type: Transform - pos: 181.5,131.5 + pos: 24.5,-56.5 parent: 1 -- proto: N14DoorTentClothflap - entities: - - uid: 7872 + - uid: 15034 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,-134.5 + pos: 172.5,164.5 parent: 1 - - uid: 7873 + - uid: 15035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -192.5,-128.5 + pos: 51.5,6.5 parent: 1 - - uid: 7874 + - uid: 15036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -192.5,-127.5 + pos: 50.5,10.5 parent: 1 - - uid: 7876 + - uid: 15037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,-134.5 + pos: 45.5,10.5 parent: 1 - - uid: 7877 + - uid: 15038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-136.5 + pos: 41.5,10.5 parent: 1 - - uid: 7879 + - uid: 15039 components: - type: Transform - pos: -183.5,-132.5 + pos: 11.5,7.5 parent: 1 - - uid: 7880 + - uid: 15040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-122.5 + pos: 13.5,7.5 parent: 1 - - uid: 10088 + - uid: 15041 components: - type: Transform - pos: 155.5,180.5 + pos: 13.5,3.5 parent: 1 - - uid: 22482 + - uid: 15042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,163.5 + pos: 13.5,0.5 parent: 1 - - type: Door - secondsUntilStateChange: -203379.73 - state: Opening - - uid: 22610 + - uid: 15043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,162.5 + pos: -28.5,3.5 parent: 1 - - type: Door - secondsUntilStateChange: -204007.97 - state: Opening - - uid: 24168 + - uid: 15044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-128.5 + pos: -28.5,2.5 parent: 1 - - uid: 46606 + - uid: 15045 components: - type: Transform - pos: 148.5,180.5 + pos: -28.5,1.5 parent: 1 - - uid: 46608 + - uid: 15046 components: - type: Transform - pos: 141.5,180.5 + pos: -28.5,0.5 parent: 1 -- proto: N14DoorTentLeatherflap - entities: - - uid: 7882 + - uid: 15047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,152.5 + pos: 18.5,-31.5 parent: 1 - - uid: 7883 + - uid: 15048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,151.5 + pos: 18.5,-32.5 parent: 1 -- proto: N14DoorWoodHousePainted - entities: - - uid: 7884 + - uid: 15049 components: - type: Transform - pos: 173.5,49.5 + pos: 108.5,-36.5 parent: 1 - - uid: 7885 + - uid: 15050 components: - type: Transform - pos: -14.5,-29.5 + pos: 106.5,-36.5 parent: 1 - - uid: 7886 + - uid: 15051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-32.5 + pos: 102.5,-48.5 parent: 1 -- proto: N14DoorWoodHouseWhite - entities: - - uid: 7887 + - uid: 15052 components: - type: Transform - pos: -181.5,-109.5 + pos: 108.5,-37.5 parent: 1 - - uid: 7888 + - uid: 15053 components: - type: Transform - pos: -181.5,-111.5 + pos: 106.5,-37.5 parent: 1 - - uid: 7889 + - uid: 15054 components: - type: Transform - pos: -180.5,-108.5 + pos: 108.5,-41.5 parent: 1 - - uid: 7890 + - uid: 15055 components: - type: Transform - pos: -178.5,-110.5 + pos: 36.5,-70.5 parent: 1 - - uid: 7891 + - uid: 15056 components: - type: Transform - pos: 34.5,-62.5 + pos: 36.5,-71.5 parent: 1 - - uid: 7892 + - uid: 15057 components: - type: Transform - pos: 30.5,-23.5 + pos: -56.5,-129.5 parent: 1 - - type: Door - secondsUntilStateChange: -344947.06 - state: Opening - - uid: 7893 + - uid: 15058 components: - type: Transform - pos: 30.5,-25.5 + pos: -33.5,-100.5 parent: 1 - - uid: 7894 + - uid: 15059 components: - type: Transform - pos: 34.5,-23.5 + pos: 159.5,-92.5 parent: 1 - - uid: 7895 + - uid: 15060 components: - type: Transform - pos: 34.5,-25.5 + pos: 183.5,192.5 parent: 1 - - uid: 7896 + - uid: 15061 components: - type: Transform - pos: 30.5,-62.5 + pos: 169.5,56.5 parent: 1 - - uid: 7897 + - uid: 15062 components: - type: Transform - pos: 139.5,17.5 + pos: -54.5,-46.5 parent: 1 - - uid: 7898 + - uid: 15063 components: - type: Transform - pos: 35.5,146.5 + pos: -55.5,-46.5 parent: 1 - - uid: 7899 + - uid: 15064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,4.5 + pos: -188.5,-112.5 parent: 1 - - uid: 7900 + - uid: 15065 components: - type: Transform - pos: -66.5,3.5 + pos: -189.5,-112.5 parent: 1 - - uid: 7901 + - uid: 15066 components: - type: Transform - pos: -56.5,26.5 + pos: 146.5,162.5 parent: 1 - - uid: 7902 + - uid: 15067 components: - type: Transform - pos: -61.5,26.5 + pos: 146.5,163.5 parent: 1 - - uid: 7903 + - uid: 15068 components: - type: Transform - pos: -71.5,-14.5 + pos: 140.5,181.5 parent: 1 - - uid: 7904 + - uid: 15069 components: - type: Transform - pos: -75.5,-14.5 + pos: 182.5,158.5 parent: 1 - - uid: 7905 + - uid: 15070 components: - type: Transform - pos: -75.5,-12.5 + pos: -184.5,28.5 parent: 1 - - uid: 7906 +- proto: N14ShelfWoodAlt + entities: + - uid: 4178 components: - type: Transform - pos: -75.5,-10.5 + pos: 166.5,38.5 parent: 1 - - uid: 47267 + - type: Storage + storedItems: + 4179: + position: 0,0 + _rotation: East + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 4179 + - uid: 15071 components: - type: Transform - pos: -364.5,104.5 + pos: 38.5,-43.5 parent: 1 -- proto: N14DoorWoodHouseWhiteClean - entities: - - uid: 7907 + - uid: 15072 components: - type: Transform - pos: -27.5,-14.5 + pos: 156.5,104.5 parent: 1 - - uid: 7908 + - uid: 15073 components: - type: Transform - pos: -23.5,-17.5 + pos: -45.5,-105.5 parent: 1 - - uid: 7909 + - uid: 15074 components: - type: Transform - pos: -21.5,-10.5 + pos: 166.5,37.5 parent: 1 - - uid: 7910 + - uid: 15075 components: - type: Transform - pos: -16.5,-22.5 + pos: 164.5,38.5 parent: 1 - - uid: 7911 + - uid: 15076 components: - type: Transform - pos: -3.5,-23.5 + pos: 164.5,37.5 parent: 1 - - uid: 7912 + - uid: 15077 components: - type: Transform - pos: -11.5,-14.5 + rot: -1.5707963267948966 rad + pos: 20.5,-59.5 parent: 1 - - uid: 7913 + - uid: 15078 components: - type: Transform - pos: -5.5,-10.5 + rot: -1.5707963267948966 rad + pos: 20.5,-61.5 parent: 1 - - uid: 7914 + - uid: 15079 components: - type: Transform - pos: -7.5,-17.5 + rot: -1.5707963267948966 rad + pos: 20.5,-57.5 parent: 1 -- proto: N14DoorWoodInterior - entities: - - uid: 7915 + - uid: 15080 components: - type: Transform - pos: -45.5,21.5 + rot: 3.141592653589793 rad + pos: 85.5,97.5 parent: 1 - - uid: 7916 + - uid: 15081 components: - type: Transform - pos: -46.5,21.5 + rot: 3.141592653589793 rad + pos: -191.5,54.5 parent: 1 - - uid: 7917 +- proto: N14ShelfWoodBig + entities: + - uid: 15082 components: - type: Transform - pos: 33.5,2.5 + pos: 107.5,-44.5 parent: 1 - - uid: 7918 + - uid: 15083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,6.5 + pos: 114.5,-7.5 parent: 1 - - uid: 7919 + - uid: 15084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 + pos: -46.5,-130.5 parent: 1 - - uid: 7920 + - uid: 15085 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,9.5 + pos: -49.5,-124.5 parent: 1 - - uid: 7921 + - uid: 15086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,9.5 + rot: 1.5707963267948966 rad + pos: 115.5,-5.5 parent: 1 - - uid: 7923 + - uid: 15087 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,2.5 + pos: 116.5,-16.5 parent: 1 - - uid: 7924 + - uid: 15088 components: - type: Transform - pos: 83.5,104.5 + pos: 140.5,184.5 parent: 1 - - uid: 7925 +- proto: N14ShelfWoodClothesRack + entities: + - uid: 15089 components: - type: Transform - pos: -71.5,26.5 + rot: -1.5707963267948966 rad + pos: -75.5,-107.5 parent: 1 - - uid: 7926 + - uid: 15090 components: - type: Transform - pos: -71.5,23.5 + pos: 91.5,-30.5 parent: 1 - - uid: 7927 + - uid: 15091 components: - type: Transform - pos: -68.5,26.5 + pos: 89.5,-30.5 parent: 1 - - uid: 7928 + - uid: 15092 components: - type: Transform - pos: -68.5,23.5 + pos: 40.5,5.5 parent: 1 - - uid: 7929 + - uid: 15093 components: - type: Transform - pos: -65.5,23.5 + pos: 40.5,3.5 parent: 1 - - uid: 7930 + - uid: 15094 components: - type: Transform - pos: 43.5,-15.5 + pos: -70.5,5.5 parent: 1 - - uid: 7931 + - uid: 15095 components: - type: Transform - pos: -152.5,2.5 + rot: 3.141592653589793 rad + pos: -41.5,-123.5 parent: 1 - - uid: 7932 + - uid: 15096 components: - type: Transform - pos: 89.5,102.5 + rot: 3.141592653589793 rad + pos: -52.5,-109.5 parent: 1 - - uid: 7933 + - uid: 15097 components: - type: Transform - pos: 91.5,110.5 + rot: 1.5707963267948966 rad + pos: 178.5,26.5 parent: 1 - - uid: 7934 + - uid: 15098 components: - type: Transform - pos: -64.5,-9.5 + rot: -1.5707963267948966 rad + pos: 194.5,20.5 parent: 1 - - uid: 7935 + - uid: 15099 components: - type: Transform - pos: -65.5,-9.5 + rot: -1.5707963267948966 rad + pos: 194.5,18.5 parent: 1 - - uid: 7936 + - uid: 15100 components: - type: Transform - pos: -57.5,-0.5 + rot: -1.5707963267948966 rad + pos: -182.5,-22.5 parent: 1 - - uid: 7937 + - uid: 15101 components: - type: Transform - pos: -38.5,-18.5 + rot: 1.5707963267948966 rad + pos: -14.5,-47.5 parent: 1 - - uid: 7938 + - uid: 15102 components: - type: Transform - pos: -29.5,-12.5 + rot: 1.5707963267948966 rad + pos: -14.5,-50.5 parent: 1 - - uid: 7939 + - uid: 15103 components: - type: Transform - pos: -21.5,-14.5 + rot: -1.5707963267948966 rad + pos: -12.5,-46.5 parent: 1 - - uid: 7940 + - uid: 15104 components: - type: Transform - pos: -14.5,-21.5 + rot: -1.5707963267948966 rad + pos: -10.5,-46.5 parent: 1 - - uid: 7941 + - uid: 15105 components: - type: Transform - pos: -13.5,-12.5 + rot: 3.141592653589793 rad + pos: 148.5,183.5 parent: 1 -- proto: N14DoorWoodRoom - entities: - - uid: 7942 + - uid: 15106 components: - type: Transform - pos: -57.5,-22.5 + rot: 3.141592653589793 rad + pos: 140.5,169.5 parent: 1 - - uid: 7943 + - uid: 15107 components: - type: Transform - pos: 87.5,98.5 + rot: 3.141592653589793 rad + pos: 143.5,169.5 parent: 1 - - type: Door - secondsUntilStateChange: -318843.2 - state: Opening - - uid: 7945 + - uid: 15108 components: - type: Transform - pos: 86.5,96.5 + rot: 1.5707963267948966 rad + pos: -12.5,-50.5 parent: 1 - - type: Door - secondsUntilStateChange: -318842.66 - state: Opening - - uid: 7946 +- proto: N14ShelfWoodStand + entities: + - uid: 15109 components: - type: Transform - pos: 88.5,96.5 + rot: 1.5707963267948966 rad + pos: -51.5,23.5 parent: 1 - - type: Door - secondsUntilStateChange: -318842.25 - state: Opening - - uid: 7947 + - uid: 15110 components: - type: Transform - pos: 94.5,112.5 + rot: -1.5707963267948966 rad + pos: -78.5,-108.5 parent: 1 - - type: Door - secondsUntilStateChange: -316752.5 - state: Opening - - uid: 7948 +- proto: N14ShelfWoodStandSmall + entities: + - uid: 15111 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-104.5 + pos: -47.5,26.5 parent: 1 - - uid: 7949 + - uid: 15112 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-109.5 + rot: -1.5707963267948966 rad + pos: -44.5,-101.5 parent: 1 - - uid: 7950 +- proto: N14ShellShotgun12 + entities: + - uid: 15113 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-107.5 + pos: -221.23991,-92.42525 parent: 1 - - uid: 7951 + - uid: 15114 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-108.5 + rot: -1.5707963267948966 rad + pos: -221.29857,-91.783516 parent: 1 - - uid: 7952 +- proto: N14Shovel + entities: + - uid: 15115 components: - type: Transform - pos: 85.5,106.5 + pos: 19.903122,-219.26749 parent: 1 - - uid: 7953 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 15116 components: - type: Transform - pos: 49.5,-32.5 + pos: 115.56836,28.345144 parent: 1 - - uid: 7954 + - uid: 15117 components: - type: Transform - pos: 27.5,-20.5 + pos: -195.49902,-120.27555 parent: 1 - - uid: 7955 +- proto: N14SignBar + entities: + - uid: 15118 components: - type: Transform - pos: 130.5,-2.5 + pos: 126.5,-13.5 parent: 1 - - uid: 7956 +- proto: N14SignBarstowStrongExpress + entities: + - uid: 15119 components: - type: Transform - pos: 126.5,-11.5 + pos: 26.5,-0.5 parent: 1 - - uid: 7957 +- proto: N14SignBazaarOn + entities: + - uid: 15120 components: - type: Transform - pos: 132.5,3.5 + pos: 14.5,-0.5 parent: 1 - - uid: 7958 +- proto: N14SignClinic + entities: + - uid: 15121 components: - type: Transform - pos: 136.5,-0.5 + pos: -43.5,21.5 parent: 1 - - uid: 7959 + - uid: 15122 components: - type: Transform - pos: 130.5,1.5 + rot: 1.5707963267948966 rad + pos: 126.5,9.5 parent: 1 - - uid: 7960 +- proto: N14SignDanger + entities: + - uid: 15123 components: - type: Transform - pos: 139.5,-0.5 + rot: 3.141592653589793 rad + pos: 34.5,8.5 parent: 1 - - uid: 7961 +- proto: N14SignFloorBazaar + entities: + - uid: 15124 components: - type: Transform - pos: 130.5,-6.5 + pos: 7.5,-66.5 parent: 1 - - uid: 7962 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignFloorOpen + entities: + - uid: 15125 components: - type: Transform - pos: 136.5,10.5 + pos: 75.5,-38.5 parent: 1 - - uid: 7963 +- proto: N14SignHotel + entities: + - uid: 15126 components: - type: Transform - pos: 139.5,14.5 + rot: 1.5707963267948966 rad + pos: -62.5,-9.5 parent: 1 - - uid: 7964 +- proto: N14SignHubrisComics + entities: + - uid: 15127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,19.5 + pos: 19.5,-70.5 parent: 1 - - uid: 7965 +- proto: N14SignMassFusion + entities: + - uid: 15128 components: - type: Transform - pos: 106.5,2.5 + pos: 160.5,-182.5 parent: 1 - - uid: 7966 + - uid: 15129 components: - type: Transform - pos: 104.5,11.5 + pos: 160.5,-177.5 parent: 1 - - uid: 7967 +- proto: N14SignMrHandyDamaged + entities: + - uid: 15130 components: - type: Transform - pos: 106.5,11.5 + rot: -1.5707963267948966 rad + pos: 88.5,-49.5 parent: 1 - - uid: 7968 +- proto: N14SignMrHandyWorn + entities: + - uid: 15131 components: - type: Transform - pos: 119.5,30.5 + pos: -58.5,21.5 parent: 1 - - uid: 7969 +- proto: N14SignNotice + entities: + - uid: 15132 components: - type: Transform - pos: 122.5,22.5 + rot: 3.141592653589793 rad + pos: 18.5,-35.5 parent: 1 - - uid: 7970 + - uid: 15133 components: - type: Transform - pos: 124.5,22.5 + rot: 3.141592653589793 rad + pos: 51.5,7.5 parent: 1 - - uid: 7971 + - uid: 15134 components: - type: Transform - pos: 121.5,32.5 + pos: 35.5,-66.5 parent: 1 - - uid: 7972 +- proto: N14SignNukaColaGirlDamaged + entities: + - uid: 15135 components: - type: Transform - pos: 125.5,32.5 + pos: 31.5,2.5 parent: 1 - - uid: 7973 + - uid: 15136 components: - type: Transform - pos: 212.5,-27.5 + pos: -158.5,-26.5 parent: 1 - - uid: 7974 +- proto: N14SignNukaColaGirlWorn + entities: + - uid: 15137 components: - type: Transform - pos: 118.5,-6.5 + pos: 95.5,-29.5 parent: 1 - - uid: 7975 + - uid: 15138 components: - type: Transform - pos: 91.5,100.5 + pos: 19.5,-63.5 parent: 1 - - type: Door - secondsUntilStateChange: -309257.38 - state: Opening - - uid: 7976 +- proto: N14SignOpen1 + entities: + - uid: 15139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-107.5 + pos: -52.5,21.5 parent: 1 - - uid: 7977 + - uid: 15140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-132.5 + pos: 17.5,-0.5 parent: 1 - - uid: 7978 +- proto: N14SignOpenOn2 + entities: + - uid: 15141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-124.5 + pos: 119.5,12.5 parent: 1 - - uid: 7979 + - uid: 15142 components: - type: Transform - pos: -57.5,-18.5 + pos: 24.5,-0.5 parent: 1 - - uid: 7980 +- proto: N14SignPrivateProperty + entities: + - uid: 15143 components: - type: Transform - pos: -62.5,-23.5 + pos: 47.5,-69.5 parent: 1 - - uid: 7981 +- proto: N14SignStreetBusstop + entities: + - uid: 15144 components: - type: Transform - pos: -59.5,-23.5 + pos: 85.5,-19.5 parent: 1 - - uid: 7982 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15145 components: - type: Transform - pos: -68.5,-23.5 + pos: 91.5,2.5 parent: 1 - - uid: 7983 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15146 components: - type: Transform - pos: -64.5,-25.5 + pos: -84.5,-8.5 parent: 1 - - uid: 7984 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15147 components: - type: Transform - pos: -57.5,-26.5 + pos: 8.5,-80.5 parent: 1 - - uid: 7985 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15148 components: - type: Transform - pos: -72.5,-18.5 + rot: 1.5707963267948966 rad + pos: -180.5,-78.5 parent: 1 - - uid: 7986 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15149 components: - type: Transform - pos: -65.5,-15.5 + pos: -165.5,-1.5 parent: 1 - - uid: 7987 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15150 components: - type: Transform - pos: -64.5,-15.5 + pos: 83.5,-120.5 parent: 1 - - uid: 7988 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetNoparking + entities: + - uid: 15151 components: - type: Transform - pos: -61.5,-12.5 + pos: 117.5,-30.5 parent: 1 - - uid: 7989 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetNoturning + entities: + - uid: 15152 components: - type: Transform - pos: -55.5,-13.5 + pos: 117.5,-26.5 parent: 1 - - uid: 7990 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetOnedirection + entities: + - uid: 15153 components: - type: Transform - pos: -8.5,-34.5 + rot: 1.5707963267948966 rad + pos: 160.5,72.5 parent: 1 - - uid: 7991 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetOneway + entities: + - uid: 15154 components: - type: Transform - pos: -9.5,-25.5 + rot: 3.141592653589793 rad + pos: 53.5,-48.5 parent: 1 - - uid: 23792 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,17.5 + pos: 54.5,-23.5 parent: 1 - - uid: 49845 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 117.5,9.5 + rot: 3.141592653589793 rad + pos: 5.5,-53.5 parent: 1 - - uid: 49853 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetSnake + entities: + - uid: 15157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,9.5 + pos: 54.5,98.5 parent: 1 - - uid: 49865 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetSpeedlimit + entities: + - uid: 15158 components: - type: Transform - pos: 104.5,7.5 + rot: 3.141592653589793 rad + pos: 68.5,71.5 parent: 1 - - type: Door - secondsUntilStateChange: -241497.12 - state: Opening - - uid: 65067 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15159 components: - type: Transform - pos: 115.5,14.5 + rot: 3.141592653589793 rad + pos: 60.5,20.5 parent: 1 - - uid: 65637 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15160 components: - type: Transform - pos: 103.5,-108.5 + rot: 1.5707963267948966 rad + pos: 54.5,13.5 parent: 1 - - uid: 65642 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,-108.5 + rot: -1.5707963267948966 rad + pos: 71.5,64.5 parent: 1 - - uid: 65692 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15162 components: - type: Transform - pos: 101.5,-105.5 + rot: 1.5707963267948966 rad + pos: -98.5,0.5 parent: 1 -- proto: N14DoorWoodRoomDamaged - entities: - - uid: 6657 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15163 components: - type: Transform - pos: -103.5,-174.5 + pos: -45.5,4.5 parent: 1 - - uid: 7992 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15164 components: - type: Transform - pos: 39.5,-63.5 + rot: 1.5707963267948966 rad + pos: -49.5,0.5 parent: 1 - - uid: 7994 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15165 components: - type: Transform - pos: 158.5,143.5 + pos: -94.5,3.5 parent: 1 - - uid: 7995 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15166 components: - type: Transform - pos: 80.5,106.5 + rot: 1.5707963267948966 rad + pos: 165.5,65.5 parent: 1 - - type: Door - secondsUntilStateChange: -318847.03 - state: Opening - - uid: 7996 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetStop + entities: + - uid: 15167 components: - type: Transform - pos: 94.5,106.5 + pos: 60.5,-12.5 parent: 1 - - type: Door - secondsUntilStateChange: -318828.62 - state: Opening - - uid: 7997 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15168 components: - type: Transform - pos: 87.5,94.5 + pos: 20.5,-48.5 parent: 1 - - type: Door - secondsUntilStateChange: -318841.78 - state: Opening - - uid: 7998 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15169 components: - type: Transform - pos: -102.5,-164.5 + pos: 60.5,-36.5 parent: 1 - - uid: 7999 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15170 components: - type: Transform - pos: -110.5,-165.5 + rot: 3.141592653589793 rad + pos: 54.5,-41.5 parent: 1 - - uid: 8003 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15171 components: - type: Transform - pos: -110.5,-163.5 + rot: 3.141592653589793 rad + pos: 54.5,-9.5 parent: 1 - - uid: 8004 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15172 components: - type: Transform - pos: -110.5,-152.5 + pos: 60.5,71.5 parent: 1 - - uid: 8007 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15173 components: - type: Transform - pos: -104.5,-159.5 + pos: 16.5,-8.5 parent: 1 - - uid: 8008 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15174 components: - type: Transform - pos: -103.5,-159.5 + pos: 54.5,-36.5 parent: 1 - - uid: 8010 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15175 components: - type: Transform - pos: -80.5,-122.5 + rot: -1.5707963267948966 rad + pos: 9.5,-48.5 parent: 1 - - uid: 8011 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15176 components: - type: Transform - pos: -75.5,-121.5 + pos: 71.5,-19.5 parent: 1 - - uid: 8012 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-104.5 + pos: 187.5,65.5 parent: 1 - - uid: 8013 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-105.5 + pos: 78.5,-119.5 parent: 1 - - uid: 8014 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-108.5 + pos: 71.5,-113.5 parent: 1 - - uid: 8015 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetTurn + entities: + - uid: 15180 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-101.5 + pos: 54.5,68.5 parent: 1 - - uid: 8016 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15181 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-108.5 + pos: 54.5,67.5 parent: 1 - - uid: 8017 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15182 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-115.5 + rot: -1.5707963267948966 rad + pos: 192.5,71.5 parent: 1 - - uid: 8018 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignStreetWarning + entities: + - uid: 15183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-108.5 + rot: 1.5707963267948966 rad + pos: 54.5,10.5 parent: 1 - - uid: 8019 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15184 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-101.5 + pos: 60.5,16.5 parent: 1 - - uid: 8020 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-112.5 + rot: 1.5707963267948966 rad + pos: 47.5,-48.5 parent: 1 - - uid: 8021 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15186 components: - type: Transform - pos: 35.5,-38.5 + rot: 1.5707963267948966 rad + pos: 24.5,-48.5 parent: 1 - - uid: 8022 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15187 components: - type: Transform - pos: 27.5,-16.5 + rot: 1.5707963267948966 rad + pos: 109.5,-26.5 parent: 1 - - uid: 8023 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignSullivans + entities: + - uid: 15188 components: - type: Transform - pos: 35.5,-17.5 + pos: -67.5,-9.5 parent: 1 - - uid: 8024 +- proto: N14SignTheJerkShakes + entities: + - uid: 15189 components: - type: Transform - pos: 38.5,-20.5 + pos: -152.5,-15.5 parent: 1 - - uid: 8025 +- proto: N14SignVaultTec + entities: + - uid: 15190 components: - type: Transform - pos: 29.5,-22.5 + pos: -37.5,68.5 parent: 1 - - uid: 8026 +- proto: N14SignVaultTecDamaged + entities: + - uid: 15191 components: - type: Transform - pos: 38.5,-16.5 + rot: -1.5707963267948966 rad + pos: 7.5,-40.5 parent: 1 - - uid: 8027 + - uid: 15192 components: - type: Transform - pos: 36.5,-22.5 + pos: 89.5,-18.5 parent: 1 - - uid: 8028 +- proto: N14SignVaultTecWorn + entities: + - uid: 15193 components: - type: Transform - pos: 37.5,-68.5 + pos: -39.5,53.5 parent: 1 - - uid: 8029 + - uid: 15194 components: - type: Transform - pos: 37.5,-75.5 + pos: 28.5,-63.5 parent: 1 - - uid: 8030 +- proto: N14SignVaultTecWorn2 + entities: + - uid: 15195 components: - type: Transform - pos: 35.5,-67.5 + pos: 165.5,-80.5 parent: 1 - - uid: 8031 +- proto: N14SignWickedShipping + entities: + - uid: 15196 components: - type: Transform - pos: 126.5,8.5 + pos: -152.5,-0.5 parent: 1 - - uid: 8032 +- proto: N14Sink + entities: + - uid: 15197 components: - type: Transform rot: -1.5707963267948966 rad - pos: 112.5,19.5 + pos: 101.5,-107.5 parent: 1 - - uid: 8033 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SinkFilledWater + entities: + - uid: 15198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 117.5,19.5 + rot: 3.141592653589793 rad + pos: -173.5,35.5 parent: 1 - - uid: 8035 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15199 components: - type: Transform - pos: 183.5,14.5 + rot: 3.141592653589793 rad + pos: -171.5,35.5 parent: 1 - - uid: 8036 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15200 components: - type: Transform - pos: 165.5,12.5 + rot: -1.5707963267948966 rad + pos: -180.5,50.5 parent: 1 - - uid: 8037 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SinkFilledWaterDirty + entities: + - uid: 15201 components: - type: Transform - pos: 192.5,25.5 + rot: -1.5707963267948966 rad + pos: 173.5,-171.5 parent: 1 - - uid: 8038 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SledgeHammer + entities: + - uid: 15202 components: - type: Transform - pos: 187.5,17.5 + rot: -1.5707963267948966 rad + pos: 92.49612,127.42515 parent: 1 - - uid: 8039 + - uid: 15203 components: - type: Transform - pos: 174.5,28.5 + pos: -167.47586,-118.43704 parent: 1 - - uid: 8040 + - uid: 15204 components: - type: Transform - pos: 52.5,153.5 + rot: -1.5707963267948966 rad + pos: 16.293535,149.6672 parent: 1 - - uid: 8042 + - uid: 15205 components: - type: Transform - pos: 49.5,156.5 + pos: 16.313519,147.55318 parent: 1 - - uid: 8043 + - uid: 15206 components: - type: Transform - pos: 56.5,147.5 + pos: -108.87072,-30.926096 parent: 1 - - uid: 8044 +- proto: N14SpawnerRandomFoodPreWar + entities: + - uid: 15207 components: - type: Transform - pos: 44.5,167.5 + rot: -1.5707963267948966 rad + pos: 44.5,53.5 parent: 1 - - uid: 8045 + - uid: 15208 components: - type: Transform - pos: 49.5,155.5 + pos: 42.5,55.5 parent: 1 - - uid: 8046 + - uid: 15209 components: - type: Transform - pos: 49.5,145.5 + pos: -225.5,-91.5 parent: 1 - - uid: 8047 + - uid: 15210 components: - type: Transform - pos: 28.5,165.5 + pos: 45.5,169.5 parent: 1 - - uid: 8048 + - uid: 15211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,10.5 + pos: 46.5,169.5 parent: 1 - - uid: 8049 + - uid: 15212 components: - type: Transform - pos: 112.5,-7.5 + pos: 181.5,-101.5 parent: 1 - - uid: 8050 + - uid: 15213 components: - type: Transform - pos: -75.5,1.5 + pos: 83.5,-31.5 parent: 1 - - uid: 8051 + - uid: 15214 components: - type: Transform - pos: -72.5,1.5 + pos: 93.5,-42.5 parent: 1 - - uid: 8052 + - uid: 15215 components: - type: Transform - pos: -71.5,3.5 + pos: 86.5,-37.5 parent: 1 - - uid: 8053 + - uid: 15216 components: - type: Transform - pos: -78.5,3.5 + pos: 94.5,-42.5 parent: 1 - - uid: 8054 + - uid: 15217 components: - type: Transform - pos: -61.5,29.5 + pos: 91.5,-42.5 parent: 1 - - uid: 8055 + - uid: 15218 components: - type: Transform - pos: -58.5,32.5 + pos: 86.5,-46.5 parent: 1 - - uid: 8056 + - uid: 15219 components: - type: Transform - pos: -55.5,32.5 + pos: 88.5,-46.5 parent: 1 - - uid: 8057 + - uid: 15220 components: - type: Transform - pos: -49.5,32.5 + pos: 89.5,-46.5 parent: 1 - - uid: 8058 + - uid: 15221 components: - type: Transform - pos: -49.5,27.5 + pos: 92.5,-46.5 parent: 1 - - uid: 8059 + - uid: 15222 components: - type: Transform - pos: -49.5,-112.5 + pos: 94.5,-46.5 parent: 1 - - uid: 8060 + - uid: 15223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,52.5 + pos: 86.5,-32.5 parent: 1 - - type: Door - secondsUntilStateChange: -379553.44 - state: Opening - - uid: 8061 + - uid: 15224 components: - type: Transform - pos: 167.5,49.5 + pos: 83.5,-40.5 parent: 1 - - uid: 8062 +- proto: N14SpawnerRandomFoodPreWarTrash + entities: + - uid: 15225 components: - type: Transform - pos: -11.5,-23.5 + pos: 164.5,-67.5 parent: 1 - - uid: 8063 + - uid: 15226 components: - type: Transform - pos: -9.5,-52.5 + pos: 158.5,-70.5 parent: 1 - - uid: 8064 + - uid: 15227 components: - type: Transform - pos: -6.5,-48.5 + pos: 163.5,-67.5 parent: 1 - - uid: 8065 +- proto: N14SpawnerRandomMedical + entities: + - uid: 15228 components: - type: Transform - pos: -6.5,-43.5 + pos: 56.5,161.5 parent: 1 - - uid: 8066 + - uid: 15229 components: - type: Transform - pos: -11.5,-45.5 + pos: 56.5,155.5 parent: 1 - - uid: 13122 + - uid: 15230 components: - type: Transform - pos: -98.5,-173.5 + pos: 58.5,157.5 parent: 1 - - uid: 13197 + - uid: 15231 components: - type: Transform - pos: -96.5,-167.5 + pos: 58.5,154.5 parent: 1 - - uid: 19991 + - uid: 15232 components: - type: Transform - pos: 47.5,171.5 + pos: 56.5,158.5 parent: 1 - - uid: 22426 + - uid: 15233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-109.5 + pos: 58.5,160.5 parent: 1 - - uid: 25282 + - uid: 15234 components: - type: Transform - pos: -101.5,-174.5 + pos: 170.5,-98.5 parent: 1 - - uid: 25459 +- proto: N14SpawnerRandomTools + entities: + - uid: 15235 components: - type: Transform - pos: -113.5,-163.5 + pos: 207.5,168.5 parent: 1 - - uid: 47249 + - uid: 15236 components: - type: Transform - pos: -369.5,105.5 + rot: 3.141592653589793 rad + pos: -289.5,-87.5 parent: 1 - - uid: 47746 + - uid: 15237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,158.5 + rot: -1.5707963267948966 rad + pos: 178.5,-67.5 parent: 1 - - uid: 47776 + - uid: 15238 components: - type: Transform - pos: 54.5,151.5 + rot: -1.5707963267948966 rad + pos: 178.5,-66.5 parent: 1 - - uid: 47833 + - uid: 15239 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,145.5 + pos: 189.5,51.5 parent: 1 - - uid: 47834 + - uid: 15240 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,144.5 + pos: 189.5,51.5 parent: 1 - - uid: 55711 + - uid: 15241 components: - type: Transform - pos: -96.5,-171.5 + pos: 174.5,51.5 parent: 1 - - uid: 63441 + - uid: 15242 components: - type: Transform - pos: 170.5,-170.5 + pos: 207.5,168.5 parent: 1 - - uid: 64369 + - uid: 15243 components: - type: Transform - pos: -112.5,-167.5 + rot: 1.5707963267948966 rad + pos: 175.5,97.5 parent: 1 - - uid: 64460 + - uid: 15244 components: - type: Transform - pos: -112.5,-161.5 + pos: -224.5,-91.5 parent: 1 - - uid: 65153 + - uid: 15245 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-108.5 + pos: -339.5,78.5 parent: 1 - - uid: 65164 +- proto: N14SpawnerRandomWeaponGunLaser + entities: + - uid: 15246 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-104.5 + pos: 160.5,-108.5 parent: 1 - - uid: 65287 + - uid: 15247 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-128.5 + pos: 190.5,-97.5 parent: 1 - - uid: 65411 +- proto: N14SpawnerRandomWeaponGunShotgunsRifles + entities: + - uid: 15248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-131.5 + pos: 163.5,-98.5 parent: 1 -- proto: N14DoorWoodSecure - entities: - - uid: 8070 + - uid: 15249 components: - type: Transform - pos: 119.5,-11.5 + pos: 178.5,-115.5 parent: 1 - - uid: 8071 + - uid: 15250 components: - type: Transform - pos: 108.5,-13.5 + pos: 187.5,-121.5 parent: 1 - - uid: 8072 +- proto: N14SpawnerRandomWeaponGunSmall + entities: + - uid: 15251 components: - type: Transform - pos: 95.5,2.5 + pos: -78.5,-120.5 parent: 1 - - uid: 8073 + - uid: 15252 components: - type: Transform - pos: 205.5,-27.5 + pos: 169.5,-113.5 parent: 1 - - uid: 8074 +- proto: N14SpawnerRandomWeaponMelee + entities: + - uid: 15253 components: - type: Transform - pos: 214.5,-28.5 + pos: -328.5,80.5 parent: 1 - - uid: 21716 + - uid: 15254 components: - type: Transform - pos: 210.5,-28.5 + pos: -79.5,-120.5 parent: 1 - - uid: 61542 + - uid: 15255 components: - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,12.5 + pos: -291.5,-84.5 parent: 1 -- proto: N14DoorWoodSecureLockedNCR - entities: - - uid: 15036 + - uid: 15256 components: - type: Transform - pos: -180.5,-97.5 + pos: -77.5,-120.5 parent: 1 - - uid: 22269 + - uid: 15257 components: - type: Transform - pos: -160.5,-105.5 + pos: 185.5,51.5 parent: 1 - - uid: 40276 + - uid: 15258 components: - type: Transform - pos: -179.5,-97.5 + pos: 183.5,-104.5 parent: 1 - - uid: 65076 +- proto: N14SpawnMobBloatfly + entities: + - uid: 15259 components: - type: Transform - pos: -178.5,-97.5 + pos: 44.5,191.5 parent: 1 - - uid: 65233 + - uid: 15260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -164.5,-109.5 + pos: -39.5,-102.5 parent: 1 - - uid: 65271 + - uid: 15261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,-114.5 + pos: -42.5,-101.5 parent: 1 -- proto: N14DoorWoodSecureLockedNCRRanger +- proto: N14SpawnMobBrahmin entities: - - uid: 65134 + - uid: 15262 components: - type: Transform - pos: 204.5,-33.5 + rot: -1.5707963267948966 rad + pos: 86.5,-13.5 parent: 1 - - uid: 65254 + - uid: 15263 components: - type: Transform rot: 1.5707963267948966 rad - pos: 207.5,-30.5 + pos: 89.5,-13.5 parent: 1 -- proto: N14DoorWoodSecureNCR - entities: - - uid: 6088 + - uid: 15264 components: - type: Transform - pos: -180.5,-92.5 + pos: 92.5,-13.5 parent: 1 - - uid: 7813 + - uid: 15265 components: - type: Transform - pos: -179.5,-92.5 + rot: 3.141592653589793 rad + pos: 88.5,-11.5 parent: 1 - - uid: 8076 + - uid: 15266 components: - type: Transform - pos: -165.5,-121.5 + pos: 171.5,188.5 parent: 1 - - uid: 8077 + - uid: 15267 components: - type: Transform - pos: -169.5,-124.5 + pos: 173.5,190.5 parent: 1 - - uid: 55269 + - uid: 15268 components: - type: Transform - pos: -178.5,-92.5 + pos: 172.5,187.5 parent: 1 -- proto: N14Dresser +- proto: N14SpawnMobDeathclaw entities: - - uid: 8079 + - uid: 15269 components: - type: Transform - pos: 128.5,2.5 + pos: 192.5,-112.5 parent: 1 - - uid: 8080 + - uid: 15270 components: - type: Transform - pos: 128.5,-1.5 + pos: 184.5,-106.5 parent: 1 - - uid: 8081 + - uid: 15271 components: - type: Transform - pos: 89.5,97.5 + pos: 161.5,-106.5 parent: 1 - - uid: 8082 + - uid: 15272 components: - type: Transform - pos: 115.5,-6.5 + pos: 168.5,-103.5 parent: 1 - - uid: 8083 + - uid: 15273 components: - type: Transform - pos: 111.5,-6.5 + pos: 181.5,-115.5 parent: 1 - - uid: 8084 +- proto: N14SpawnMobDeathclawAlbino + entities: + - uid: 15274 components: - type: Transform - pos: 113.5,-6.5 + pos: 193.5,-112.5 parent: 1 - - uid: 8085 + - uid: 15275 components: - type: Transform - pos: 128.5,-5.5 + pos: 192.5,-99.5 parent: 1 - - uid: 8086 +- proto: N14SpawnMobFeralDog + entities: + - uid: 15276 components: - type: Transform - pos: 121.5,35.5 + pos: 178.5,41.5 parent: 1 - - type: Storage - storedItems: - 12036: - position: 0,0 - _rotation: East - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 12036 - - uid: 8087 + - uid: 15277 components: - type: Transform - pos: 117.5,21.5 + pos: -52.5,-130.5 parent: 1 - - uid: 8088 + - uid: 15278 components: - type: Transform - pos: -76.5,6.5 + pos: 10.5,41.5 parent: 1 - - uid: 8089 + - uid: 15279 components: - type: Transform - pos: -47.5,-111.5 + pos: 44.5,-2.5 parent: 1 - - uid: 8090 + - uid: 15280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,50.5 + pos: -73.5,-115.5 parent: 1 - - uid: 8091 +- proto: N14SpawnMobGecko + entities: + - uid: 15281 components: - type: Transform - pos: 88.5,105.5 + pos: -34.5,50.5 parent: 1 - - uid: 8092 + - uid: 15282 components: - type: Transform - pos: 92.5,111.5 + pos: 191.5,-83.5 parent: 1 - - uid: 8093 + - uid: 15283 components: - type: Transform - pos: -55.5,-20.5 + pos: 182.5,-85.5 parent: 1 - - uid: 8094 + - uid: 15284 components: - type: Transform - pos: -75.5,-16.5 + pos: 166.5,-81.5 parent: 1 - - uid: 8095 + - uid: 15285 components: - type: Transform - pos: -55.5,-24.5 + pos: 175.5,-82.5 parent: 1 - - uid: 8096 + - uid: 15286 components: - type: Transform - pos: -22.5,-15.5 + pos: 167.5,-87.5 parent: 1 - - uid: 8097 + - uid: 15287 components: - type: Transform - pos: -6.5,-18.5 + pos: -7.5,49.5 parent: 1 - - uid: 8098 + - uid: 15288 components: - type: Transform - pos: -6.5,-22.5 + pos: -4.5,38.5 parent: 1 - - uid: 55283 + - uid: 15289 components: - type: Transform - pos: -193.5,-124.5 + pos: -38.5,47.5 parent: 1 -- proto: N14DrinkBottleMilkEmpty - entities: - - uid: 47392 - components: - - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14DrinkGammagulpBeer +- proto: N14SpawnMobGiantAnt entities: - - uid: 234 + - uid: 15290 components: - type: Transform - pos: 86.325264,-8.99926 + pos: -108.5,-165.5 parent: 1 - - uid: 235 + - uid: 15291 components: - type: Transform - pos: 86.731514,-9.12426 + pos: 138.5,126.5 parent: 1 - - uid: 56220 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56228 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56230 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56238 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 63896 + - uid: 15292 components: - type: Transform - pos: -190.29153,38.99816 + pos: 119.5,149.5 parent: 1 -- proto: N14DrinkIrradiatedNukaColaBottleFull - entities: - - uid: 8099 + - uid: 15293 components: - type: Transform - pos: -59.42607,3.3699355 + pos: 122.5,138.5 parent: 1 - - uid: 8100 + - uid: 15294 components: - type: Transform - pos: -51.210823,-125.182785 + pos: 139.5,130.5 parent: 1 - - uid: 64995 + - uid: 15295 components: - type: Transform - pos: 110.359604,-37.918777 + pos: 136.5,134.5 parent: 1 -- proto: N14DrinkNukaCola - entities: - - uid: 23321 + - uid: 15296 components: - type: Transform - pos: 50.4317,142.7655 + pos: 130.5,129.5 parent: 1 - - uid: 23369 + - uid: 15297 components: - type: Transform - pos: 28.562853,147.45125 + pos: 128.5,137.5 parent: 1 - - uid: 56199 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56231 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56232 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56239 - components: - - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56251 + - uid: 15298 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56252 + pos: 79.5,192.5 + parent: 1 + - uid: 15299 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61616 + pos: 71.5,187.5 + parent: 1 + - uid: 15300 components: - type: Transform - pos: -189.59941,21.655273 + pos: 90.5,188.5 parent: 1 - - uid: 63759 + - uid: 15301 components: - type: Transform - pos: -189.38066,21.780273 + pos: 64.5,188.5 parent: 1 - - uid: 64597 + - uid: 15302 components: - type: Transform - pos: -116.75732,-155.16939 + pos: 53.5,189.5 parent: 1 -- proto: N14DrinkNukaColaBottleFull - entities: - - uid: 5363 + - uid: 15303 components: - type: Transform - parent: 5361 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8101 + pos: 70.5,194.5 + parent: 1 + - uid: 15304 components: - type: Transform - pos: 158.74875,-70.25604 + pos: 89.5,194.5 parent: 1 - - uid: 8102 + - uid: 15305 components: - type: Transform - pos: 162.73706,-75.005135 + pos: 124.5,131.5 parent: 1 - - uid: 8103 + - uid: 15306 components: - type: Transform - pos: 161.60812,-67.143364 + pos: 191.5,125.5 parent: 1 - - uid: 8104 + - uid: 15307 components: - type: Transform - pos: 94.23949,129.40405 + pos: 174.5,-52.5 parent: 1 - - uid: 47546 + - uid: 15308 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47547 + pos: 157.5,-56.5 + parent: 1 + - uid: 15309 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 47548 + pos: 162.5,-57.5 + parent: 1 + - uid: 15310 components: - type: Transform - parent: 47539 - - type: Physics - canCollide: False - - uid: 64606 + pos: 171.5,-54.5 + parent: 1 + - uid: 15311 components: - type: Transform - pos: -96.22634,-177.04845 + pos: 197.5,128.5 parent: 1 - - uid: 64618 + - uid: 15312 components: - type: Transform - pos: -96.6483,-177.21355 + pos: 197.5,141.5 parent: 1 -- proto: N14DrinkNukaColaBroken - entities: - - uid: 13168 + - uid: 15313 components: - type: Transform - pos: -79.02303,-166.15656 + pos: -79.5,-164.5 parent: 1 - - uid: 64989 + - uid: 15314 components: - type: Transform - pos: -52.090614,-119.138084 + pos: -98.5,-152.5 parent: 1 - - uid: 64992 + - uid: 15315 components: - type: Transform - pos: 115.93552,-34.193367 + pos: -115.5,-156.5 parent: 1 - - uid: 64993 + - uid: 15316 components: - type: Transform - pos: 81.348305,-46.490166 + pos: -108.5,-152.5 parent: 1 - - uid: 64999 + - uid: 15317 components: - type: Transform - pos: 115.8809,-37.97584 + pos: -79.5,-173.5 parent: 1 - - uid: 65002 + - uid: 15318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.09178,10.054306 + pos: -104.5,-161.5 parent: 1 - - uid: 65013 + - uid: 15319 components: - type: Transform - pos: 89.40585,-38.00808 + pos: -89.5,-167.5 parent: 1 - - uid: 65022 + - uid: 15320 components: - type: Transform - pos: -70.0372,-105.88917 + pos: -103.5,-176.5 parent: 1 - - uid: 65039 + - uid: 15321 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.586872,-98.39161 + pos: -105.5,-156.5 parent: 1 - - uid: 65042 + - uid: 15322 components: - type: Transform - pos: -58.265194,-128.00848 + pos: -104.5,-157.5 parent: 1 -- proto: N14DrinkNukaColaCherry - entities: - - uid: 9964 + - uid: 15323 components: - type: Transform - pos: 28.945686,147.68208 + pos: -97.5,-138.5 parent: 1 - - uid: 49999 + - uid: 15324 components: - type: Transform - parent: 49996 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56233 + pos: -114.5,-152.5 + parent: 1 + - uid: 15325 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14DrinkNukaColaEmpty - entities: - - uid: 8755 + pos: -65.5,-169.5 + parent: 1 + - uid: 15326 components: - type: Transform - pos: 29.44714,147.42525 + pos: -99.5,-161.5 parent: 1 - - uid: 16132 + - uid: 15327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.70879,23.249023 + pos: -95.5,-177.5 parent: 1 - - uid: 23290 + - uid: 15328 components: - type: Transform - pos: 90.852684,-43.116188 + pos: -99.5,-165.5 parent: 1 - - uid: 25091 + - uid: 15329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 110.88138,-38.013832 + pos: -76.5,-154.5 parent: 1 - - uid: 55440 + - uid: 15330 components: - type: Transform - pos: 136.44533,-7.161591 + pos: -75.5,-163.5 parent: 1 - - uid: 61080 + - uid: 15331 components: - type: Transform - pos: 28.554306,147.9634 + pos: -85.5,-167.5 parent: 1 - - uid: 63760 + - uid: 15332 components: - type: Transform - pos: -192.91191,23.733398 - parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 64598 + pos: -116.5,-162.5 + parent: 1 + - uid: 15333 components: - type: Transform - pos: -116.45724,-155.05168 + pos: -102.5,-172.5 parent: 1 - - uid: 64603 + - uid: 15334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.32769,-170.06508 + pos: -84.5,-174.5 parent: 1 - - uid: 64608 + - uid: 15335 components: - type: Transform - pos: -95.30905,-178.62619 + pos: -97.5,-175.5 parent: 1 - - uid: 64612 + - uid: 15336 components: - type: Transform - pos: -95.143936,-178.66287 + pos: -92.5,-169.5 parent: 1 - - uid: 64613 + - uid: 15337 components: - type: Transform - pos: -95.272354,-178.5895 + pos: -91.5,-166.5 parent: 1 - - uid: 64878 +- proto: N14SpawnMobMolerat + entities: + - uid: 15338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 133.07245,-31.952305 + pos: 164.5,52.5 parent: 1 - - uid: 64879 + - uid: 15339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.74625,-4.958002 + pos: -31.5,10.5 parent: 1 - - uid: 64882 + - uid: 15340 components: - type: Transform - pos: 135.85793,8.770673 + pos: 189.5,173.5 parent: 1 - - uid: 64897 + - uid: 15341 components: - type: Transform - pos: 87.64452,12.760561 + pos: 184.5,170.5 parent: 1 - - uid: 64899 + - uid: 15342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.76184,5.0555553 + pos: 132.5,149.5 parent: 1 - - uid: 64902 + - uid: 15343 components: - type: Transform - pos: 107.814125,6.2100067 + pos: 163.5,36.5 parent: 1 - - uid: 64905 + - uid: 15344 components: - type: Transform - pos: 130.84724,-15.751353 + pos: 190.5,29.5 parent: 1 - - uid: 64906 + - uid: 15345 components: - type: Transform - pos: 130.90228,-15.5128565 + pos: 194.5,48.5 parent: 1 - - uid: 64912 + - uid: 15346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 134.21179,-15.8623705 + pos: 169.5,46.5 parent: 1 - - uid: 64916 + - uid: 15347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.05428,-32.163094 + pos: 171.5,55.5 parent: 1 - - uid: 64917 + - uid: 15348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.73308,-43.60084 + pos: 163.5,15.5 parent: 1 - - uid: 64928 + - uid: 15349 components: - type: Transform - pos: 91.09119,-43.428066 + pos: 188.5,41.5 parent: 1 - - uid: 64934 + - uid: 15350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.30231,-38.933323 + pos: 174.5,30.5 parent: 1 - - uid: 64938 + - uid: 15351 components: - type: Transform - pos: 90.797646,-42.951073 + pos: 178.5,35.5 parent: 1 - - uid: 64943 + - uid: 15352 components: - type: Transform - pos: 99.95223,-37.838993 + pos: -7.5,11.5 parent: 1 - - uid: 64959 + - uid: 15353 components: - type: Transform - pos: 101.77761,-40.168922 + pos: -28.5,6.5 parent: 1 - - uid: 64990 + - uid: 15354 components: - type: Transform - pos: 110.129196,-37.977142 + pos: -164.5,49.5 parent: 1 - - uid: 64996 +- proto: N14SpawnMobNightstalker + entities: + - uid: 15355 components: - type: Transform - pos: 109.87236,-38.105564 + pos: 43.5,51.5 parent: 1 - - uid: 65001 + - uid: 15356 components: - type: Transform - pos: 81.86199,-46.086555 + pos: -7.5,-35.5 parent: 1 - - uid: 65006 + - uid: 15357 components: - type: Transform - pos: 81.93537,-45.88475 + pos: -6.5,-34.5 parent: 1 -- proto: N14DrinkNukaColaGrape +- proto: N14SpawnMobNightstalkerCub entities: - - uid: 56234 + - uid: 15358 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 64918 + pos: 26.5,48.5 + parent: 1 + - uid: 15359 components: - type: Transform - pos: 86.67809,-39.620827 + pos: -26.5,150.5 parent: 1 -- proto: N14DrinkNukaColaOrange - entities: - - uid: 56227 + - uid: 15360 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14DrinkNukaColaQuantum - entities: - - uid: 55999 + pos: -6.5,-35.5 + parent: 1 + - uid: 15361 components: - type: Transform - pos: -165.48705,-106.26135 + pos: -7.5,-32.5 parent: 1 - - uid: 56229 + - uid: 15362 components: - type: Transform - parent: 56121 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 65021 + pos: -6.5,-29.5 + parent: 1 + - uid: 15363 components: - type: Transform - pos: 174.40723,-157.21013 + pos: -3.5,-32.5 parent: 1 -- proto: N14DrinkNukaColaVictory +- proto: N14SpawnMobRadroach entities: - - uid: 9685 + - uid: 15364 components: - type: Transform - pos: 29.471601,147.97562 + pos: -45.5,-43.5 parent: 1 - - uid: 23163 + - uid: 15365 components: - type: Transform - pos: 36.294666,169.73987 + pos: 36.5,-56.5 parent: 1 - - uid: 55688 + - uid: 15366 components: - type: Transform - pos: -37.46742,67.84872 + pos: 95.5,-41.5 parent: 1 - - uid: 55997 + - uid: 15367 components: - type: Transform - pos: -159.78046,-103.19353 + pos: 36.5,-65.5 parent: 1 -- proto: N14DrinkNukaColaWild - entities: - - uid: 56082 + - uid: 15368 components: - type: Transform - pos: 127.30959,-7.0919847 + pos: 32.5,-58.5 parent: 1 -- proto: N14DrinkNukaColaYellow - entities: - - uid: 41172 + - uid: 15369 components: - type: Transform - pos: 207.68723,171.63968 + pos: 175.5,-68.5 parent: 1 -- proto: N14DrinkTeaMutrfruit - entities: - - uid: 8106 + - uid: 15370 components: - type: Transform - pos: 23.354853,1.6832128 + pos: 133.5,178.5 parent: 1 - - uid: 8107 + - uid: 15371 components: - type: Transform - pos: 94.89005,100.64988 + pos: 161.5,-71.5 parent: 1 -- proto: N14DrinkVim - entities: - - uid: 64157 + - uid: 15372 components: - type: Transform - pos: 29.2332,-35.097515 + pos: 169.5,-75.5 parent: 1 -- proto: N14DrinkWhisky - entities: - - uid: 26284 + - uid: 15373 components: - type: Transform - pos: 140.80022,-9.176416 + pos: 167.5,-69.5 parent: 1 - - uid: 55780 + - uid: 15374 components: - type: Transform - pos: -154.24297,-123.91987 + pos: 182.5,-68.5 parent: 1 - - uid: 61104 + - uid: 15375 components: - type: Transform - pos: 31.432974,147.40259 + pos: 157.5,-76.5 parent: 1 - - uid: 64064 + - uid: 15376 components: - type: Transform - pos: -156.32623,67.98857 + pos: 182.5,-70.5 parent: 1 -- proto: N14DrinkWine - entities: - - uid: 64545 + - uid: 15377 components: - type: Transform - pos: -86.23927,-161.27179 + pos: 87.5,-36.5 parent: 1 -- proto: N14FenceChainGate - entities: - - uid: 8108 + - uid: 15378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-26.5 + pos: 105.5,-35.5 parent: 1 - - uid: 8109 + - uid: 15379 components: - type: Transform - pos: -154.5,2.5 + pos: 95.5,-31.5 parent: 1 - - uid: 8114 + - uid: 15380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-132.5 + pos: 107.5,-46.5 parent: 1 - - uid: 8115 + - uid: 15381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-132.5 + pos: 82.5,-48.5 parent: 1 - - type: Door - secondsUntilStateChange: -422771.53 - state: Opening - - uid: 8116 + - uid: 15382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-130.5 + pos: -74.5,-11.5 parent: 1 - - uid: 8117 + - uid: 15383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-130.5 + pos: -54.5,-11.5 parent: 1 - - uid: 8118 + - uid: 15384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-104.5 + pos: -66.5,5.5 parent: 1 - - uid: 8119 + - uid: 15385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,-43.5 + pos: -159.5,-19.5 parent: 1 - - uid: 8121 +- proto: N14SpawnMobRadscorpion + entities: + - uid: 15386 components: - type: Transform - pos: 42.5,139.5 + pos: 211.5,186.5 parent: 1 - - uid: 8122 + - uid: 15387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-59.5 + pos: 213.5,174.5 parent: 1 - - uid: 8123 + - uid: 15388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-19.5 + pos: 205.5,167.5 parent: 1 - - uid: 8124 + - uid: 15389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-41.5 + pos: 205.5,192.5 parent: 1 - - uid: 10736 +- proto: N14SpawnMobRadscorpionBark + entities: + - uid: 15390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,-47.5 + pos: 184.5,140.5 parent: 1 - - uid: 12978 + - uid: 15391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-134.5 + pos: -153.5,-127.5 parent: 1 -- proto: N14filingCabinet - entities: - - uid: 8127 + - uid: 15392 components: - type: Transform - pos: 115.5,-10.5 + pos: 188.5,88.5 parent: 1 - - uid: 8128 + - uid: 15393 components: - type: Transform - pos: 102.5,-14.5 + pos: 191.5,93.5 parent: 1 - - uid: 24707 + - uid: 15394 components: - - type: MetaData - name: filing cabinet - type: Transform - pos: -153.5,61.5 + pos: 178.5,97.5 parent: 1 - - uid: 45379 + - uid: 15395 components: - type: Transform - pos: -403.32303,67.50502 + pos: 179.5,129.5 parent: 1 - - type: Physics - fixedRotation: False - - uid: 47504 + - uid: 15396 components: - type: Transform - pos: -391.6411,91.49847 + pos: -144.5,-46.5 parent: 1 - - type: Storage - storedItems: - 47505: - position: 0,0 - _rotation: South - 47506: - position: 1,0 - _rotation: South - 47507: - position: 2,0 - _rotation: South - 47508: - position: 3,0 - _rotation: South - 47509: - position: 4,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47505 - - 47506 - - 47507 - - 47508 - - 47509 - - type: Physics - fixedRotation: False - - uid: 50060 + - uid: 15397 components: - type: Transform - pos: 115.01003,5.494185 + pos: -25.5,-71.5 parent: 1 - - uid: 63507 +- proto: N14SpawnMobRadstag + entities: + - uid: 15398 components: - type: Transform - pos: 172.5,-151.5 + pos: -173.5,-134.5 parent: 1 - - uid: 63508 + - uid: 15399 components: - type: Transform - pos: 173.5,-151.5 + pos: -177.5,-131.5 parent: 1 - - uid: 64062 + - uid: 15400 components: - - type: MetaData - name: filing cabinet - type: Transform - pos: -153.5,62.5 + pos: 19.5,137.5 parent: 1 -- proto: N14FilingCabinetRefilling - entities: - - uid: 8131 + - uid: 15401 components: - type: Transform - pos: -16.5,13.5 + pos: -15.5,19.5 parent: 1 - - uid: 8132 + - uid: 15402 components: - type: Transform - pos: -14.5,11.5 + pos: 62.5,144.5 parent: 1 - - uid: 8133 + - uid: 15403 components: - type: Transform - pos: -26.5,11.5 + pos: -173.5,-130.5 parent: 1 - - uid: 8134 +- proto: N14SpawnMobYaoguai + entities: + - uid: 15404 components: - type: Transform - pos: 47.31211,159.49165 + pos: 182.5,19.5 parent: 1 -- proto: N14FireExtinguisherCabinetFilled - entities: - - uid: 8136 + - uid: 15405 components: - type: Transform - pos: -27.5,8.5 + pos: 29.5,75.5 parent: 1 - - uid: 8137 +- proto: N14SpawnPointBoSMidInitiate + entities: + - uid: 15406 components: - type: Transform - pos: -9.5,8.5 + pos: -178.5,56.5 parent: 1 - - uid: 8138 + - uid: 15407 components: - type: Transform - pos: -29.5,67.5 + pos: -178.5,54.5 parent: 1 - - uid: 8139 + - uid: 15408 components: - type: Transform - pos: -69.5,26.5 + pos: -178.5,55.5 parent: 1 - - uid: 8140 + - uid: 15409 components: - type: Transform - pos: 35.5,-40.5 + pos: -178.5,57.5 parent: 1 - - uid: 8141 + - uid: 15410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-114.5 + pos: -178.5,58.5 parent: 1 - - uid: 8142 +- proto: N14SpawnPointBoSMidKnight + entities: + - uid: 15411 components: - type: Transform - pos: 178.5,20.5 + pos: -175.5,54.5 parent: 1 - - uid: 50064 + - uid: 15412 components: - type: Transform - pos: 116.5,6.5 + pos: -175.5,55.5 parent: 1 - - uid: 61762 + - uid: 15413 components: - type: Transform - pos: -174.5,34.5 + pos: -176.5,54.5 parent: 1 - - uid: 61854 + - uid: 15414 components: - type: Transform - pos: -163.5,60.5 + pos: -174.5,54.5 parent: 1 - - uid: 61902 + - uid: 15415 components: - type: Transform - pos: -182.5,52.5 + pos: -174.5,55.5 parent: 1 -- proto: N14FireExtinguisherCabinetFilledOpen - entities: - - uid: 8143 + - uid: 15416 components: - type: Transform - pos: -48.5,27.5 + pos: -176.5,55.5 parent: 1 - - uid: 8144 +- proto: N14SpawnPointBoSMidPaladin + entities: + - uid: 15417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 194.5,214.5 + pos: -172.5,58.5 parent: 1 -- proto: N14FireExtinguisherCabinetOpen - entities: - - uid: 8146 + - uid: 15418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.5,51.5 + pos: -176.5,58.5 parent: 1 - - uid: 64540 +- proto: N14SpawnPointBoSMidPaladinCommander + entities: + - uid: 15419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,-170.5 + pos: -174.5,58.5 parent: 1 -- proto: N14FitnessPunchingBag +- proto: N14SpawnPointBoSMidScribe entities: - - uid: 45658 + - uid: 15420 components: - type: Transform - pos: 34.5,-76.5 + pos: -173.5,55.5 parent: 1 - - uid: 45755 + - uid: 15421 components: - type: Transform - pos: 34.5,-77.5 + pos: -172.5,54.5 parent: 1 -- proto: N14FitnessWeightLifter - entities: - - uid: 45659 + - uid: 15422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-72.5 + pos: -173.5,54.5 parent: 1 - - uid: 45819 + - uid: 15423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-72.5 + pos: -172.5,55.5 parent: 1 -- proto: N14FitnessWeightsBench1 +- proto: N14SpawnPointBoSWashingtonCaptain entities: - - uid: 45660 + - uid: 15424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-74.5 + pos: 270.5,129.5 parent: 1 - - uid: 45661 + - uid: 15425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-74.5 + pos: 265.5,133.5 parent: 1 - - uid: 45735 + - uid: 15426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-74.5 + pos: 266.5,130.5 parent: 1 - - uid: 45841 +- proto: N14SpawnPointBoSWashingtonCommander + entities: + - uid: 15427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-74.5 + pos: 269.5,129.5 parent: 1 - - uid: 62523 + - uid: 15428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,42.5 + pos: 269.5,135.5 parent: 1 -- proto: N14FixerCanisterFilled +- proto: N14SpawnPointBoSWashingtonRecruit entities: - - uid: 11368 + - uid: 15429 components: - type: Transform - pos: -144.5,54.5 + pos: 271.5,133.5 parent: 1 -- proto: N14FlagWallArizona - entities: - - uid: 8153 + - uid: 15430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 153.5,146.5 + pos: 271.5,132.5 parent: 1 - - uid: 8154 + - uid: 15431 components: - type: Transform - rot: 3.141592653589793 rad - pos: 155.5,146.5 + pos: 267.5,131.5 parent: 1 -- proto: N14FlagWallEnclave - entities: - - uid: 5921 + - uid: 15432 components: - type: Transform - pos: 196.5,214.5 + pos: 268.5,134.5 parent: 1 - - uid: 49667 + - uid: 15433 components: - type: Transform - pos: 196.5,220.5 + pos: 266.5,134.5 parent: 1 - - uid: 56127 +- proto: N14SpawnPointBoSWashingtonResearcher + entities: + - uid: 15434 components: - type: Transform - pos: 200.5,223.5 + pos: 268.5,129.5 parent: 1 - - uid: 56167 + - uid: 15435 components: - type: Transform - pos: 197.5,210.5 + pos: 272.5,132.5 parent: 1 - - uid: 56188 + - uid: 15436 components: - type: Transform - pos: 188.5,221.5 + pos: 269.5,132.5 parent: 1 - - uid: 56189 + - uid: 15437 components: - type: Transform - pos: 203.5,215.5 + pos: 264.5,131.5 parent: 1 -- proto: N14FlagWallUS +- proto: N14SpawnPointBoSWashingtonSoldier entities: - - uid: 8157 + - uid: 15438 components: - type: Transform - pos: 16.5,-55.5 + pos: 273.5,133.5 parent: 1 - - uid: 8158 + - uid: 15439 components: - type: Transform - pos: 14.5,-55.5 + pos: 272.5,134.5 parent: 1 - - uid: 8159 + - uid: 15440 components: - type: Transform - pos: 159.5,-65.5 + pos: 266.5,131.5 parent: 1 - - uid: 8160 + - uid: 15441 components: - type: Transform - pos: 28.5,79.5 + pos: 271.5,131.5 parent: 1 - - uid: 49669 + - uid: 15442 components: - type: Transform - pos: 105.5,-3.5 + pos: 267.5,133.5 parent: 1 -- proto: N14FlagWallWesternBrotherhood - entities: - - uid: 24733 + - uid: 15443 components: - type: Transform - pos: -163.5,64.5 + pos: 267.5,132.5 parent: 1 - - uid: 24785 + - uid: 15444 components: - type: Transform - pos: -163.5,67.5 + pos: 270.5,134.5 parent: 1 - - uid: 61793 + - uid: 15445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,28.5 + pos: 273.5,131.5 parent: 1 - - uid: 61795 + - uid: 15446 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,24.5 + pos: 272.5,130.5 parent: 1 -- proto: N14Flashlight - entities: - - uid: 8161 + - uid: 15447 components: - type: Transform - pos: -201.4144,-89.50977 + pos: 269.5,133.5 parent: 1 -- proto: N14FlashlightEmpty +- proto: N14SpawnPointCaravanGuard entities: - - uid: 65413 + - uid: 15448 components: - type: Transform - pos: 87.46109,-131.41565 + pos: -332.5,77.5 parent: 1 -- proto: N14FloorWaterDirtyEntity + - uid: 15449 + components: + - type: Transform + pos: -331.5,77.5 + parent: 1 +- proto: N14SpawnPointCaravanLeader entities: - - uid: 8162 + - uid: 15450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-168.5 + pos: -336.5,75.5 parent: 1 - - uid: 8163 +- proto: N14SpawnPointCaravanTrader + entities: + - uid: 15451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-173.5 + pos: -334.5,77.5 parent: 1 - - uid: 8164 + - uid: 15452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-169.5 + pos: -335.5,77.5 parent: 1 - - uid: 8165 +- proto: N14SpawnPointLatejoin + entities: + - uid: 15453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-173.5 + pos: 210.5,78.5 parent: 1 - - uid: 8166 + - uid: 15454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-171.5 + pos: 211.5,78.5 parent: 1 - - uid: 8167 + - uid: 15455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-174.5 + pos: 212.5,78.5 parent: 1 - - uid: 8168 + - uid: 15456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-167.5 + pos: 213.5,78.5 parent: 1 - - uid: 8169 + - uid: 15457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-170.5 + pos: 214.5,78.5 parent: 1 - - uid: 8170 +- proto: N14SpawnPointNCRCadet + entities: + - uid: 15458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-172.5 + pos: -170.5,-104.5 parent: 1 - - uid: 8171 + - uid: 15459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-170.5 + pos: -182.5,-131.5 parent: 1 - - uid: 8172 + - uid: 15460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-166.5 + pos: -182.5,-127.5 parent: 1 - - uid: 8173 + - uid: 15461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-167.5 + pos: -169.5,-104.5 parent: 1 - - uid: 8174 + - uid: 15462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-172.5 + pos: -170.5,-105.5 parent: 1 - - uid: 8175 + - uid: 15463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-169.5 + pos: -169.5,-105.5 parent: 1 - - uid: 8176 +- proto: N14SpawnPointNCRDoctor + entities: + - uid: 15464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-172.5 + pos: -163.5,-94.5 parent: 1 - - uid: 8177 + - uid: 15465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-168.5 + pos: 125.5,28.5 parent: 1 - - uid: 8178 + - uid: 15466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-169.5 + pos: 124.5,28.5 parent: 1 - - uid: 8179 +- proto: N14SpawnPointNCRMP + entities: + - uid: 15467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-165.5 + pos: -186.5,-103.5 parent: 1 - - uid: 8180 + - uid: 15468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-168.5 + pos: -185.5,-103.5 parent: 1 - - uid: 8181 + - uid: 15469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-167.5 + pos: -187.5,-103.5 parent: 1 - - uid: 8182 +- proto: N14SpawnPointNCRNCO + entities: + - uid: 15470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-170.5 + pos: -195.5,-130.5 parent: 1 - - uid: 8183 + - uid: 15471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-165.5 + pos: -195.5,-124.5 parent: 1 - - uid: 8184 + - uid: 15472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-171.5 + pos: -168.5,-106.5 parent: 1 - - uid: 8185 +- proto: N14SpawnPointNCROfficer + entities: + - uid: 15473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-169.5 + pos: -168.5,-108.5 parent: 1 - - uid: 8186 + - uid: 15474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-172.5 + pos: -197.5,-98.5 parent: 1 - - uid: 8187 +- proto: N14SpawnPointNCRQM + entities: + - uid: 15475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-173.5 + pos: -169.5,-106.5 parent: 1 - - uid: 8188 +- proto: N14SpawnPointNCRRanger + entities: + - uid: 15476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-167.5 + pos: 211.5,-29.5 parent: 1 - - uid: 8189 + - uid: 15477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-172.5 + pos: 213.5,-29.5 parent: 1 - - uid: 8190 + - uid: 15478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-168.5 + pos: 209.5,-33.5 parent: 1 - - uid: 8191 +- proto: N14SpawnPointNCRRangerVeteran + entities: + - uid: 15479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-166.5 + pos: 206.5,-28.5 parent: 1 - - uid: 8192 +- proto: N14SpawnPointNCRSoldier + entities: + - uid: 15480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-171.5 + pos: -167.5,-104.5 parent: 1 - - uid: 8193 + - uid: 15481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-170.5 + pos: -166.5,-104.5 parent: 1 - - uid: 8194 + - uid: 15482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-170.5 + pos: -187.5,-137.5 parent: 1 - - uid: 8195 + - uid: 15483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-165.5 + pos: -189.5,-137.5 parent: 1 - - uid: 8196 + - uid: 15484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-173.5 + pos: -191.5,-137.5 parent: 1 - - uid: 8197 + - uid: 15485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-166.5 + pos: -167.5,-105.5 parent: 1 - - uid: 8198 + - uid: 15486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-169.5 + pos: -166.5,-105.5 parent: 1 - - uid: 8199 +- proto: N14SpawnPointOverseer + entities: + - uid: 15487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-166.5 + pos: 311.5,98.5 parent: 1 - - uid: 8200 + - uid: 15488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-167.5 + pos: 311.5,99.5 parent: 1 - - uid: 8201 + - uid: 15489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-171.5 + pos: 311.5,97.5 parent: 1 - - uid: 8202 +- proto: N14SpawnPointTownsfolkTownDeputy + entities: + - uid: 15490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-172.5 + pos: 122.5,28.5 parent: 1 - - uid: 8203 + - uid: 15491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-165.5 + pos: 121.5,28.5 parent: 1 - - uid: 8204 +- proto: N14SpawnPointTownsfolkTownMayor + entities: + - uid: 15492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-169.5 + pos: 123.5,31.5 parent: 1 - - uid: 8205 +- proto: N14SpawnPointTownsfolkTownMechanic + entities: + - uid: 15493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-168.5 + pos: 125.5,26.5 parent: 1 - - uid: 8206 + - uid: 15494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-169.5 + pos: 124.5,26.5 parent: 1 - - uid: 8207 +- proto: N14SpawnPointTownsfolkTownSheriff + entities: + - uid: 15495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-167.5 + pos: 122.5,31.5 parent: 1 - - uid: 8208 +- proto: N14SpawnPointTownsfolkTownShopkeeper + entities: + - uid: 15496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-167.5 + pos: 121.5,26.5 parent: 1 - - uid: 8209 + - uid: 15497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-173.5 + pos: 122.5,26.5 parent: 1 - - uid: 8210 +- proto: N14SpawnPointTownsfolkTownsperson + entities: + - uid: 15498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-173.5 + pos: 122.5,24.5 parent: 1 - - uid: 8211 + - uid: 15499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-168.5 + pos: 121.5,24.5 parent: 1 - - uid: 8212 + - uid: 15500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-170.5 + pos: 125.5,24.5 parent: 1 - - uid: 8213 + - uid: 15501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-171.5 + pos: 124.5,24.5 parent: 1 - - uid: 8214 +- proto: N14SpawnPointTribal + entities: + - uid: 15502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-168.5 + pos: 149.5,183.5 parent: 1 - - uid: 8215 + - uid: 15503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-172.5 + pos: 156.5,183.5 parent: 1 - - uid: 8216 + - uid: 15504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-171.5 + pos: 142.5,183.5 parent: 1 - - uid: 8217 + - uid: 15505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-173.5 + pos: 168.5,176.5 parent: 1 - - uid: 8218 + - uid: 15506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-171.5 + pos: 162.5,177.5 parent: 1 - - uid: 8219 + - uid: 15507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-167.5 + pos: 168.5,175.5 parent: 1 - - uid: 8220 + - uid: 15508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-171.5 + pos: 162.5,175.5 parent: 1 - - uid: 8221 + - uid: 15509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-173.5 + pos: 168.5,178.5 parent: 1 - - uid: 8222 + - uid: 15510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-170.5 + pos: 162.5,178.5 parent: 1 - - uid: 8223 + - uid: 15511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-170.5 + pos: 162.5,176.5 parent: 1 - - uid: 8224 + - uid: 15512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-172.5 + pos: 168.5,177.5 parent: 1 - - uid: 8225 +- proto: N14SpawnPointTribalElder + entities: + - uid: 15513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-173.5 + pos: 165.5,179.5 parent: 1 - - uid: 8226 +- proto: N14SpawnPointTribalFarmer + entities: + - uid: 15514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-168.5 + pos: 167.5,173.5 parent: 1 - - uid: 8227 + - uid: 15515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-172.5 + pos: 168.5,173.5 parent: 1 - - uid: 8228 + - uid: 15516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-167.5 + pos: 169.5,173.5 parent: 1 - - uid: 8229 + - uid: 15517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-168.5 + pos: 169.5,174.5 parent: 1 - - uid: 8230 + - uid: 15518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-169.5 + pos: 169.5,175.5 parent: 1 - - uid: 8231 +- proto: N14SpawnPointTribalHealer + entities: + - uid: 15519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-170.5 + pos: 162.5,173.5 parent: 1 - - uid: 8232 + - uid: 15520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-169.5 + pos: 163.5,173.5 parent: 1 - - uid: 8233 + - uid: 15521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-171.5 + pos: 161.5,173.5 parent: 1 - - uid: 8234 + - uid: 15522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-166.5 + pos: 161.5,174.5 parent: 1 - - uid: 8235 + - uid: 15523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-166.5 + pos: 161.5,175.5 parent: 1 - - uid: 8236 +- proto: N14SpawnPointVaultDoctor + entities: + - uid: 15524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-174.5 + pos: 315.5,98.5 parent: 1 - - uid: 8237 + - uid: 15525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-175.5 + pos: 307.5,98.5 parent: 1 - - uid: 8238 + - uid: 15526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-175.5 + pos: 315.5,103.5 parent: 1 - - uid: 8239 + - uid: 15527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-175.5 + pos: 316.5,104.5 parent: 1 - - uid: 8240 + - uid: 15528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-175.5 + pos: 315.5,105.5 parent: 1 - - uid: 8241 + - uid: 15529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,-174.5 + pos: 314.5,104.5 parent: 1 - - uid: 8242 + - uid: 15530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-175.5 + pos: 307.5,105.5 parent: 1 - - uid: 8243 + - uid: 15531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-175.5 + pos: 306.5,104.5 parent: 1 - - uid: 8244 + - uid: 15532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,-174.5 + pos: 307.5,103.5 parent: 1 - - uid: 8245 + - uid: 15533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-174.5 + pos: 308.5,104.5 parent: 1 - - uid: 8246 +- proto: N14SpawnPointVaultDweller + entities: + - uid: 15534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-174.5 + pos: 312.5,98.5 parent: 1 - - uid: 8247 + - uid: 15535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-174.5 + pos: 313.5,97.5 parent: 1 - - uid: 8248 + - uid: 15536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-176.5 + pos: 308.5,97.5 parent: 1 - - uid: 8249 + - uid: 15537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-174.5 + pos: 310.5,97.5 parent: 1 - - uid: 8250 + - uid: 15538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-176.5 + pos: 314.5,98.5 parent: 1 - - uid: 8251 + - uid: 15539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-175.5 + pos: 312.5,97.5 parent: 1 - - uid: 8252 + - uid: 15540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-174.5 + pos: 308.5,98.5 parent: 1 - - uid: 8253 + - uid: 15541 components: - type: Transform - pos: 215.5,205.5 + pos: 309.5,97.5 parent: 1 - - uid: 8254 + - uid: 15542 components: - type: Transform - pos: 213.5,205.5 + pos: 309.5,98.5 parent: 1 - - uid: 8255 + - uid: 15543 components: - type: Transform - pos: 214.5,205.5 + pos: 314.5,97.5 parent: 1 - - uid: 8256 + - uid: 15544 components: - type: Transform - pos: 213.5,205.5 + pos: 313.5,98.5 parent: 1 -- proto: N14FloorWaterSewerMedium - entities: - - uid: 4137 + - uid: 15545 components: - type: Transform - pos: 184.5,-161.5 + pos: 310.5,98.5 parent: 1 - - uid: 4148 +- proto: N14SpawnPointVaultEngineer + entities: + - uid: 15546 components: - type: Transform - pos: 184.5,-160.5 + pos: 311.5,107.5 parent: 1 - - uid: 8630 + - uid: 15547 components: - type: Transform - pos: 183.5,-160.5 + pos: 311.5,106.5 parent: 1 - - uid: 48118 + - uid: 15548 components: - type: Transform - pos: 183.5,-163.5 + pos: 310.5,106.5 parent: 1 - - uid: 61611 + - uid: 15549 components: - type: Transform - pos: 183.5,-162.5 + pos: 312.5,106.5 parent: 1 - - uid: 61900 + - uid: 15550 components: - type: Transform - pos: 184.5,-162.5 + pos: 310.5,107.5 parent: 1 - - uid: 62536 + - uid: 15551 components: - type: Transform - pos: 183.5,-161.5 + pos: 312.5,107.5 parent: 1 - - uid: 63315 + - uid: 15552 components: - type: Transform - pos: 181.5,-154.5 + pos: 315.5,97.5 parent: 1 -- proto: N14FloorWaterSewerShallow - entities: - - uid: 4149 + - uid: 15553 components: - type: Transform - pos: 176.5,-152.5 + pos: 315.5,99.5 parent: 1 - - uid: 4150 + - uid: 15554 components: - type: Transform - pos: 178.5,-153.5 + pos: 307.5,97.5 parent: 1 - - uid: 4151 + - uid: 15555 components: - type: Transform - pos: 178.5,-152.5 + pos: 307.5,99.5 parent: 1 - - uid: 4152 +- proto: N14SpawnPointVaultSecurity + entities: + - uid: 15556 components: - type: Transform - pos: 179.5,-151.5 + pos: 314.5,99.5 parent: 1 - - uid: 4153 + - uid: 15557 components: - type: Transform - pos: 180.5,-151.5 + pos: 313.5,99.5 parent: 1 - - uid: 4155 + - uid: 15558 components: - type: Transform - pos: 181.5,-151.5 + pos: 312.5,99.5 parent: 1 - - uid: 4156 + - uid: 15559 components: - type: Transform - pos: 176.5,-151.5 + pos: 310.5,99.5 parent: 1 - - uid: 4157 + - uid: 15560 components: - type: Transform - pos: 177.5,-153.5 + pos: 309.5,99.5 parent: 1 - - uid: 4158 + - uid: 15561 components: - type: Transform - pos: 178.5,-151.5 + pos: 308.5,99.5 parent: 1 - - uid: 12486 +- proto: N14SpawnPointWastelandBartender + entities: + - uid: 15562 components: - type: Transform - pos: 175.5,-151.5 + pos: -155.5,-20.5 parent: 1 - - uid: 12498 + - uid: 15563 components: - type: Transform - pos: 186.5,-152.5 + pos: -62.5,-21.5 parent: 1 - - uid: 23839 + - uid: 15564 components: - type: Transform - pos: 185.5,-152.5 + pos: 120.5,24.5 parent: 1 - - uid: 23840 + - uid: 15565 components: - type: Transform - pos: 187.5,-151.5 + pos: 121.5,25.5 parent: 1 - - uid: 47943 + - uid: 15566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,53.5 + pos: 120.5,25.5 parent: 1 - - uid: 48110 + - uid: 15567 components: - type: Transform - pos: 186.5,-151.5 + pos: 120.5,26.5 parent: 1 - - uid: 48113 +- proto: N14SpawnPointWastelandChaplain + entities: + - uid: 15568 components: - type: Transform - pos: 185.5,-151.5 + pos: -31.5,-86.5 parent: 1 - - uid: 48114 + - uid: 15569 components: - type: Transform - pos: 188.5,-154.5 + pos: 124.5,33.5 parent: 1 - - uid: 48119 + - uid: 15570 components: - type: Transform - pos: 188.5,-151.5 + pos: 126.5,34.5 parent: 1 - - uid: 61637 + - uid: 15571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,53.5 + pos: 124.5,34.5 parent: 1 - - uid: 61920 + - uid: 15572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,51.5 + pos: 126.5,33.5 parent: 1 - - uid: 61980 +- proto: N14SpawnPointWastelander + entities: + - uid: 15573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,52.5 + pos: 4.5,-87.5 parent: 1 - - uid: 61993 + - uid: 15574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,53.5 + pos: -84.5,-83.5 parent: 1 - - uid: 62043 + - uid: 15575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,52.5 + pos: 93.5,67.5 parent: 1 - - uid: 62107 + - uid: 15576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,51.5 + pos: -41.5,-82.5 parent: 1 - - uid: 62500 + - uid: 15577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,53.5 + pos: -64.5,-86.5 parent: 1 - - uid: 62606 + - uid: 15578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,52.5 + pos: 116.5,67.5 parent: 1 - - uid: 62903 + - uid: 15579 components: - type: Transform - pos: 175.5,-152.5 + pos: 90.5,-84.5 parent: 1 - - uid: 62904 + - uid: 15580 components: - type: Transform - pos: 175.5,-153.5 + pos: 64.5,-86.5 parent: 1 - - uid: 62922 + - uid: 15581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,52.5 + pos: 58.5,62.5 parent: 1 - - uid: 62935 +- proto: N14SpawnPointWastelandFarmer + entities: + - uid: 15582 components: - type: Transform - pos: 188.5,-153.5 + pos: 80.5,119.5 parent: 1 - - uid: 62936 + - uid: 15583 components: - type: Transform - pos: 187.5,-154.5 + pos: 93.5,100.5 parent: 1 - - uid: 63000 + - uid: 15584 components: - type: Transform - pos: 183.5,-151.5 + pos: 125.5,25.5 parent: 1 - - uid: 63003 + - uid: 15585 components: - type: Transform - pos: 176.5,-155.5 + pos: 126.5,24.5 parent: 1 - - uid: 63009 + - uid: 15586 components: - type: Transform - pos: 187.5,-152.5 + pos: 126.5,25.5 parent: 1 - - uid: 63015 + - uid: 15587 components: - type: Transform - pos: 176.5,-154.5 + pos: 126.5,26.5 parent: 1 - - uid: 63016 +- proto: N14SpawnPointWastelandMusician + entities: + - uid: 15588 components: - type: Transform - pos: 184.5,-151.5 + pos: -94.5,-107.5 parent: 1 - - uid: 63288 + - uid: 15589 components: - type: Transform - pos: 187.5,-153.5 + pos: 126.5,23.5 parent: 1 - - uid: 63289 + - uid: 15590 components: - type: Transform - pos: 188.5,-152.5 + pos: 125.5,23.5 parent: 1 - - uid: 63291 + - uid: 15591 components: - type: Transform - pos: 177.5,-152.5 + pos: 120.5,23.5 parent: 1 - - uid: 63292 + - uid: 15592 components: - type: Transform - pos: 182.5,-151.5 + pos: 121.5,23.5 parent: 1 - - uid: 63294 +- proto: N14SpawnPointWastelandReporter + entities: + - uid: 15593 components: - type: Transform - pos: 177.5,-151.5 + pos: 108.5,-83.5 parent: 1 - - uid: 63295 + - uid: 15594 components: - type: Transform - pos: 176.5,-153.5 + pos: 152.5,67.5 parent: 1 - - uid: 63296 + - uid: 15595 components: - type: Transform - pos: 176.5,-156.5 + pos: 124.5,25.5 parent: 1 - - uid: 63297 + - uid: 15596 components: - type: Transform - pos: 176.5,-157.5 + pos: 122.5,25.5 parent: 1 - - uid: 63298 +- proto: N14SpawnPointWastelandScavenger + entities: + - uid: 15597 components: - type: Transform - pos: 177.5,-154.5 + pos: -16.5,-82.5 parent: 1 - - uid: 63299 + - uid: 15598 components: - type: Transform - pos: 177.5,-155.5 + pos: -137.5,-84.5 parent: 1 - - uid: 63300 + - uid: 15599 components: - type: Transform - pos: 177.5,-156.5 + pos: 39.5,-83.5 parent: 1 - - uid: 63301 + - uid: 15600 components: - type: Transform - pos: 177.5,-157.5 + pos: -165.5,-84.5 parent: 1 - - uid: 63302 + - uid: 15601 components: - type: Transform - pos: 178.5,-154.5 + pos: 129.5,67.5 parent: 1 - - uid: 63303 + - uid: 15602 components: - type: Transform - pos: 178.5,-155.5 + pos: -95.5,-89.5 parent: 1 - - uid: 63304 + - uid: 15603 components: - type: Transform - pos: 178.5,-156.5 + pos: -187.5,-84.5 parent: 1 - - uid: 63305 +- proto: N14Stimpak + entities: + - uid: 305 components: - type: Transform - pos: 178.5,-157.5 - parent: 1 - - uid: 63306 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 306 components: - type: Transform - pos: 188.5,-155.5 - parent: 1 - - uid: 63307 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 307 components: - type: Transform - pos: 188.5,-156.5 - parent: 1 - - uid: 63308 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 308 components: - type: Transform - pos: 188.5,-157.5 - parent: 1 - - uid: 63309 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 309 components: - type: Transform - pos: 188.5,-158.5 - parent: 1 - - uid: 63310 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7881 components: - type: Transform - pos: 188.5,-159.5 - parent: 1 - - uid: 63311 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7882 components: - type: Transform - pos: 188.5,-160.5 - parent: 1 - - uid: 63312 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7883 components: - type: Transform - pos: 188.5,-161.5 - parent: 1 - - uid: 63313 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 7884 components: - type: Transform - pos: 187.5,-161.5 - parent: 1 - - uid: 63314 + parent: 7868 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 9431 components: - type: Transform - pos: 186.5,-161.5 - parent: 1 - - uid: 63316 + parent: 9428 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 10027 components: - type: Transform - pos: 182.5,-154.5 - parent: 1 - - uid: 63317 + parent: 10022 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10028 components: - type: Transform - pos: 181.5,-156.5 - parent: 1 - - uid: 63318 + parent: 10022 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 15604 components: - type: Transform - pos: 181.5,-155.5 + pos: -150.51018,63.408382 parent: 1 - - uid: 63319 + - uid: 15605 components: - type: Transform - pos: 181.5,-157.5 + pos: -67.49646,27.682936 parent: 1 - - uid: 63320 + - uid: 15606 components: - type: Transform - pos: 181.5,-158.5 + rot: 3.141592653589793 rad + pos: 140.6162,13.356486 parent: 1 - - uid: 63321 + - uid: 15607 components: - type: Transform - pos: 180.5,-158.5 + pos: -154.51541,54.691128 parent: 1 - - uid: 63322 +- proto: N14StimpakDirty + entities: + - uid: 15608 components: - type: Transform - pos: 181.5,-159.5 + pos: 207.42537,168.39404 parent: 1 - - uid: 63323 + - uid: 15609 components: - type: Transform - pos: 182.5,-159.5 + rot: -1.5707963267948966 rad + pos: 140.79965,12.292425 parent: 1 - - uid: 63324 + - uid: 15610 components: - type: Transform - pos: 183.5,-159.5 + rot: -1.5707963267948966 rad + pos: 140.56116,12.677689 parent: 1 - - uid: 63325 +- proto: N14StorageTankFullFuel + entities: + - uid: 15611 components: - type: Transform - pos: 184.5,-159.5 + pos: -169.5,-94.5 parent: 1 - - uid: 63326 + - uid: 15612 components: - type: Transform - pos: 185.5,-159.5 + pos: -195.5,26.5 parent: 1 - - uid: 63327 +- proto: N14StorageTankVatFullWater + entities: + - uid: 15613 components: - type: Transform - pos: 186.5,-159.5 + pos: 213.5,-31.5 parent: 1 - - uid: 63328 + - uid: 15614 components: - type: Transform - pos: 186.5,-158.5 + pos: -197.5,-112.5 parent: 1 - - uid: 63329 + - uid: 15615 components: - type: Transform - pos: 185.5,-158.5 + pos: -180.5,24.5 parent: 1 - - uid: 63330 + - uid: 15616 components: - type: Transform - pos: 184.5,-158.5 + pos: -180.5,23.5 parent: 1 - - uid: 63331 +- proto: N14StoreDeliCounter + entities: + - uid: 15617 components: - type: Transform - pos: 183.5,-158.5 + rot: -1.5707963267948966 rad + pos: 99.5,-36.5 parent: 1 - - uid: 63332 + - uid: 15618 components: - type: Transform - pos: 182.5,-158.5 + rot: -1.5707963267948966 rad + pos: 99.5,-37.5 parent: 1 - - uid: 63334 + - uid: 15619 components: - type: Transform - pos: 186.5,-156.5 + rot: -1.5707963267948966 rad + pos: 31.5,5.5 parent: 1 - - uid: 63603 + - uid: 15620 components: - type: Transform rot: -1.5707963267948966 rad - pos: -165.5,53.5 + pos: 31.5,4.5 parent: 1 -- proto: N14FloorWaterShallow +- proto: N14StoreFruitstand entities: - - uid: 22094 + - uid: 15621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-124.5 + pos: 90.5,-33.5 parent: 1 - - uid: 22169 + - uid: 15622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-123.5 + pos: 91.5,-33.5 parent: 1 - - uid: 22357 + - uid: 15623 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-125.5 + pos: 92.5,-33.5 parent: 1 - - uid: 65341 + - uid: 15624 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-121.5 + pos: 93.5,-33.5 parent: 1 - - uid: 65366 +- proto: N14StoreFruitstand1 + entities: + - uid: 15625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-121.5 + pos: -332.5,80.5 parent: 1 - - uid: 65399 +- proto: N14StoreFruitstand2 + entities: + - uid: 15626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-123.5 + pos: -331.5,80.5 parent: 1 - - uid: 65420 +- proto: N14StoreFruitstand3 + entities: + - uid: 15627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-122.5 + pos: -330.5,80.5 parent: 1 - - uid: 65422 +- proto: N14StreetPowerPoleRight + entities: + - uid: 15628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-124.5 + pos: 169.5,118.5 parent: 1 - - uid: 65423 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14StreetPowerPoleRightLeft + entities: + - uid: 15629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-123.5 + pos: 169.5,88.5 parent: 1 - - uid: 65425 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15630 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-125.5 + pos: 169.5,73.5 parent: 1 - - uid: 65428 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15631 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-125.5 + pos: 169.5,100.5 parent: 1 - - uid: 65429 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 15632 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-122.5 + pos: 169.5,111.5 parent: 1 - - uid: 65430 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SubstationBasic + entities: + - uid: 15633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-121.5 + pos: -124.5,61.5 parent: 1 - - uid: 65431 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15634 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-123.5 + pos: -167.5,-98.5 parent: 1 - - uid: 65432 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15635 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-121.5 + pos: 134.5,26.5 parent: 1 - - uid: 65438 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15636 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,-122.5 + pos: -184.5,58.5 parent: 1 - - uid: 65439 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-122.5 + pos: -40.5,59.5 parent: 1 - - uid: 65444 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] +- proto: N14SubstationBasicRusty + entities: + - uid: 15638 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-124.5 + pos: 176.5,-73.5 parent: 1 -- proto: N14FloraDesertCactus - entities: - - uid: 8257 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15639 components: - type: Transform - pos: -58.95951,-122.95285 + pos: 41.5,-56.5 parent: 1 -- proto: N14FloraDesertTree1 - entities: - - uid: 6454 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15640 components: - type: Transform - anchored: True - pos: 131.5,181.5 + pos: -66.5,-35.5 parent: 1 - - uid: 7944 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15641 components: - type: Transform - anchored: True - pos: 155.5,223.5 + pos: -394.5,118.5 parent: 1 - - uid: 8258 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15642 components: - type: Transform - anchored: True - pos: -44.5,77.5 + pos: 100.5,-130.5 parent: 1 - - uid: 8259 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] +- proto: N14SubstationBasicRustyEmpty + entities: + - uid: 15643 components: - type: Transform - anchored: True - pos: 128.5,203.5 + pos: 7.5,-25.5 parent: 1 - - uid: 8260 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15644 components: - type: Transform - anchored: True - pos: 134.5,214.5 + pos: 7.5,-27.5 parent: 1 - - uid: 8261 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + - uid: 15645 components: - type: Transform - anchored: True - pos: 149.5,136.5 + pos: -394.5,117.5 parent: 1 - - uid: 8262 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] +- proto: N14SubstationDestroyed + entities: + - uid: 15646 components: - type: Transform - anchored: True - pos: -6.5,25.5 + pos: 57.5,174.5 parent: 1 - - uid: 8263 +- proto: N14SubstationRustyDestroyed + entities: + - uid: 15647 components: - type: Transform - anchored: True - pos: -142.5,-104.5 + pos: 10.5,-27.5 parent: 1 - - uid: 8264 + - uid: 15648 components: - type: Transform - anchored: True - pos: -140.5,-115.5 + pos: 11.5,-27.5 parent: 1 - - uid: 8265 + - uid: 15649 components: - type: Transform - anchored: True - pos: 111.5,93.5 + pos: 110.5,-41.5 parent: 1 - - uid: 8266 + - uid: 15650 components: - type: Transform - anchored: True - pos: 118.5,131.5 + pos: 163.5,-94.5 parent: 1 - - uid: 8267 + - uid: 15651 components: - type: Transform - anchored: True - pos: 98.5,132.5 + pos: -287.5,-87.5 parent: 1 - - uid: 8268 + - uid: 15652 components: - type: Transform - anchored: True - pos: 118.5,86.5 + pos: 167.5,33.5 parent: 1 - - uid: 8269 + - uid: 15653 components: - type: Transform - anchored: True - pos: 92.5,96.5 + pos: 58.5,174.5 parent: 1 - - uid: 8270 +- proto: N14SuperStimpak + entities: + - uid: 310 components: - type: Transform - anchored: True - pos: 86.5,133.5 - parent: 1 - - uid: 8271 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 311 components: - type: Transform - anchored: True - pos: 70.5,22.5 + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 312 + components: + - type: Transform + parent: 297 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14TableCasinoCards + entities: + - uid: 15654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,-11.5 parent: 1 - - uid: 8272 + - uid: 15655 components: - type: Transform - anchored: True - pos: 21.5,126.5 + pos: 134.5,-3.5 parent: 1 - - uid: 8273 +- proto: N14TableCasinoDice + entities: + - uid: 15656 components: - type: Transform - anchored: True - pos: -119.5,-168.5 + pos: 129.5,-9.5 parent: 1 - - uid: 8275 + - uid: 15657 components: - type: Transform - anchored: True - pos: 153.5,-50.5 + pos: -193.5,-137.5 parent: 1 - - uid: 8276 +- proto: N14TableCasinoDiceDirty + entities: + - uid: 15658 components: - type: Transform - anchored: True - pos: -30.5,-107.5 + pos: -62.5,-28.5 parent: 1 - - uid: 8277 +- proto: N14TableCasinoPool + entities: + - uid: 15659 components: - type: Transform - anchored: True - pos: -26.5,-119.5 + pos: -74.5,-21.5 parent: 1 - - uid: 8278 + - uid: 15660 components: - type: Transform - anchored: True - pos: -13.5,-103.5 + pos: -183.5,39.5 parent: 1 - - uid: 8279 +- proto: N14TableCounter + entities: + - uid: 15661 components: - type: Transform - anchored: True - pos: -26.5,-146.5 + pos: 118.5,12.5 parent: 1 - - uid: 8280 + - uid: 15662 components: - type: Transform - anchored: True - pos: 163.5,8.5 + pos: 208.5,-25.5 parent: 1 - - uid: 8281 + - uid: 15663 components: - type: Transform - pos: 202.3502,72.23169 + pos: 93.5,105.5 parent: 1 - - uid: 8282 + - uid: 15664 components: - type: Transform - anchored: True - pos: 231.5,35.5 + rot: -1.5707963267948966 rad + pos: 92.5,103.5 parent: 1 - - uid: 9594 + - uid: 15665 components: - type: Transform - anchored: True - pos: 161.5,157.5 + rot: 1.5707963267948966 rad + pos: 92.5,104.5 parent: 1 - - uid: 11212 + - uid: 15666 components: - type: Transform - anchored: True - pos: -214.5,1.5 + rot: -1.5707963267948966 rad + pos: 206.5,-26.5 parent: 1 - - uid: 11353 + - uid: 15667 components: - type: Transform - anchored: True - pos: -184.5,-0.5 + rot: 1.5707963267948966 rad + pos: 209.5,-26.5 parent: 1 - - uid: 13006 + - uid: 15668 components: - type: Transform - anchored: True - pos: -97.5,-198.5 + pos: 49.5,3.5 parent: 1 - - uid: 25222 + - uid: 15669 components: - type: Transform - anchored: True - pos: 98.5,-59.5 + pos: 50.5,3.5 parent: 1 - - uid: 45818 + - uid: 15670 components: - type: Transform - anchored: True - pos: -39.5,-61.5 + pos: 48.5,3.5 parent: 1 - - uid: 46541 + - uid: 15671 components: - type: Transform - pos: -404.37833,93.830475 + rot: -1.5707963267948966 rad + pos: 9.5,1.5 parent: 1 - - uid: 55703 + - uid: 15672 components: - type: Transform - anchored: True - pos: 163.5,-40.5 + rot: 1.5707963267948966 rad + pos: 6.5,1.5 parent: 1 - - uid: 55706 + - uid: 15673 components: - type: Transform - anchored: True - pos: 162.5,-44.5 + rot: 1.5707963267948966 rad + pos: 6.5,2.5 parent: 1 - - uid: 55709 + - uid: 15674 components: - type: Transform - anchored: True - pos: 124.5,-42.5 + rot: 1.5707963267948966 rad + pos: 6.5,3.5 parent: 1 - - uid: 60996 + - uid: 15675 components: - type: Transform - anchored: True - pos: 58.5,116.5 + rot: 3.141592653589793 rad + pos: 7.5,0.5 parent: 1 - - uid: 61010 + - uid: 15676 components: - type: Transform - anchored: True - pos: 94.5,170.5 + rot: 3.141592653589793 rad + pos: 8.5,0.5 parent: 1 - - uid: 61552 + - uid: 15677 components: - type: Transform - anchored: True - pos: -207.5,-55.5 + pos: -54.5,3.5 parent: 1 - - uid: 62366 + - uid: 15678 components: - type: Transform - anchored: True - pos: -67.5,160.5 + rot: -1.5707963267948966 rad + pos: -56.5,2.5 parent: 1 - - uid: 62617 + - uid: 15679 components: - type: Transform - anchored: True - pos: -124.5,154.5 + rot: 1.5707963267948966 rad + pos: -56.5,3.5 parent: 1 - - uid: 62619 + - uid: 15680 components: - type: Transform - anchored: True - pos: -105.5,163.5 + pos: -53.5,3.5 parent: 1 - - uid: 62628 + - uid: 15681 components: - type: Transform - anchored: True - pos: -92.5,180.5 + pos: 25.5,-15.5 parent: 1 - - uid: 62645 + - uid: 15682 components: - type: Transform - anchored: True - pos: -126.5,195.5 + pos: 26.5,-15.5 parent: 1 - - uid: 63617 + - uid: 15683 components: - type: Transform - anchored: True - pos: -191.5,90.5 + pos: 25.5,-19.5 parent: 1 - - uid: 63899 + - uid: 15684 components: - type: Transform - anchored: True - pos: -209.5,39.5 + rot: 1.5707963267948966 rad + pos: 174.5,150.5 parent: 1 - - uid: 64334 + - uid: 15685 components: - type: Transform - anchored: True - pos: -87.5,48.5 + rot: 3.141592653589793 rad + pos: 171.5,149.5 parent: 1 - - uid: 65047 + - uid: 15686 components: - type: Transform - anchored: True - pos: 68.5,75.5 + rot: 3.141592653589793 rad + pos: 170.5,149.5 parent: 1 - - uid: 65700 + - uid: 15687 components: - type: Transform - anchored: True - pos: 100.5,-75.5 + rot: 3.141592653589793 rad + pos: 173.5,149.5 parent: 1 -- proto: N14FloraDesertTree2 - entities: - - uid: 3498 + - uid: 15688 components: - type: Transform - anchored: True - pos: 149.5,148.5 + rot: 3.141592653589793 rad + pos: 172.5,149.5 parent: 1 - - uid: 8284 + - uid: 15689 components: - type: Transform - anchored: True - pos: 112.5,208.5 + rot: 1.5707963267948966 rad + pos: 174.5,151.5 parent: 1 - - uid: 8285 + - uid: 15690 components: - type: Transform - anchored: True - pos: 126.5,212.5 + pos: 163.5,28.5 parent: 1 - - uid: 8286 + - uid: 15691 components: - type: Transform - anchored: True - pos: 140.5,213.5 + rot: -1.5707963267948966 rad + pos: 162.5,27.5 parent: 1 - - uid: 8287 + - uid: 15692 components: - type: Transform - anchored: True - pos: 113.5,155.5 + pos: 164.5,28.5 parent: 1 - - uid: 8288 + - uid: 15693 components: - type: Transform - anchored: True - pos: 133.5,157.5 + rot: 3.141592653589793 rad + pos: 194.5,22.5 parent: 1 - - uid: 8289 + - uid: 15694 components: - type: Transform - anchored: True - pos: 146.5,221.5 + rot: 3.141592653589793 rad + pos: 193.5,22.5 parent: 1 - - uid: 8290 + - uid: 15695 components: - type: Transform - anchored: True - pos: 161.5,210.5 + rot: 3.141592653589793 rad + pos: 192.5,22.5 parent: 1 - - uid: 8291 + - uid: 15696 components: - type: Transform - anchored: True - pos: 166.5,202.5 + rot: -1.5707963267948966 rad + pos: 84.5,101.5 parent: 1 - - uid: 8292 + - uid: 15697 components: - type: Transform - anchored: True - pos: 166.5,208.5 + rot: 1.5707963267948966 rad + pos: 84.5,102.5 parent: 1 - - uid: 8293 + - uid: 15698 components: - type: Transform - anchored: True - pos: 123.5,203.5 + rot: 1.5707963267948966 rad + pos: -31.5,-38.5 parent: 1 - - uid: 8294 + - uid: 15699 components: - type: Transform - anchored: True - pos: 155.5,217.5 + rot: 1.5707963267948966 rad + pos: -31.5,-41.5 parent: 1 - - uid: 8295 + - uid: 15700 components: - type: Transform - anchored: True - pos: 155.5,201.5 + rot: -1.5707963267948966 rad + pos: -31.5,-43.5 parent: 1 - - uid: 8296 + - uid: 15701 components: - type: Transform - anchored: True - pos: 175.5,211.5 + rot: 1.5707963267948966 rad + pos: -31.5,-40.5 parent: 1 - - uid: 8297 + - uid: 15702 components: - type: Transform - anchored: True - pos: 109.5,202.5 + rot: 1.5707963267948966 rad + pos: -31.5,-39.5 parent: 1 - - uid: 8298 + - uid: 15703 components: - type: Transform - anchored: True - pos: 111.5,215.5 + pos: -32.5,-37.5 parent: 1 - - uid: 8299 + - uid: 15704 components: - type: Transform - anchored: True - pos: 110.5,216.5 + rot: 1.5707963267948966 rad + pos: -31.5,-42.5 parent: 1 - - uid: 8300 + - uid: 15705 components: - type: Transform - anchored: True - pos: 211.5,160.5 + pos: -26.5,-11.5 parent: 1 - - uid: 8301 + - uid: 15706 components: - type: Transform - anchored: True - pos: 207.5,152.5 + pos: -25.5,-11.5 parent: 1 - - uid: 8302 + - uid: 15707 components: - type: Transform - anchored: True - pos: -145.5,-100.5 + pos: -24.5,-11.5 parent: 1 - - uid: 8303 + - uid: 15708 components: - type: Transform - anchored: True - pos: 22.5,29.5 + rot: 3.141592653589793 rad + pos: -5.5,-50.5 parent: 1 - - uid: 8304 + - uid: 15709 components: - type: Transform - anchored: True - pos: -155.5,-139.5 + rot: 3.141592653589793 rad + pos: -6.5,-50.5 parent: 1 - - uid: 8305 + - uid: 15710 components: - type: Transform - anchored: True - pos: -205.5,-135.5 + rot: 3.141592653589793 rad + pos: -7.5,-50.5 parent: 1 - - uid: 8306 + - uid: 15711 components: - type: Transform - anchored: True - pos: -202.5,-148.5 + pos: -9.5,-11.5 parent: 1 - - uid: 8307 + - uid: 15712 components: - type: Transform - anchored: True - pos: -145.5,-121.5 + pos: -10.5,-11.5 parent: 1 - - uid: 8308 + - uid: 15713 components: - type: Transform - anchored: True - pos: -167.5,-138.5 + pos: -10.5,-22.5 parent: 1 - - uid: 8309 + - uid: 15714 components: - type: Transform - anchored: True - pos: -205.5,-116.5 + pos: -9.5,-22.5 parent: 1 - - uid: 8310 + - uid: 15715 components: - type: Transform - anchored: True - pos: -166.5,-143.5 + rot: 1.5707963267948966 rad + pos: -156.5,-17.5 parent: 1 - - uid: 8311 + - uid: 15716 components: - type: Transform - anchored: True - pos: -203.5,-117.5 + rot: -1.5707963267948966 rad + pos: -156.5,-19.5 parent: 1 - - uid: 8312 + - uid: 15717 components: - type: Transform - anchored: True - pos: -203.5,-132.5 + rot: 1.5707963267948966 rad + pos: -156.5,-16.5 parent: 1 - - uid: 8313 + - uid: 15718 components: - type: Transform - anchored: True - pos: -153.5,-113.5 + rot: 1.5707963267948966 rad + pos: -156.5,-18.5 parent: 1 - - uid: 8314 + - uid: 15719 components: - type: Transform - anchored: True - pos: -220.5,-100.5 + rot: 1.5707963267948966 rad + pos: -151.5,-24.5 parent: 1 - - uid: 8315 + - uid: 15720 components: - type: Transform - anchored: True - pos: -217.5,-127.5 + rot: 3.141592653589793 rad + pos: -152.5,-25.5 parent: 1 - - uid: 8316 + - uid: 15721 components: - type: Transform - anchored: True - pos: -209.5,-159.5 + rot: 1.5707963267948966 rad + pos: -151.5,-23.5 parent: 1 - - uid: 8317 + - uid: 15722 components: - type: Transform - anchored: True - pos: -221.5,-122.5 + pos: 117.5,12.5 parent: 1 - - uid: 8318 + - uid: 15723 components: - type: Transform - anchored: True - pos: -208.5,-121.5 + pos: 105.5,6.5 parent: 1 - - uid: 8319 + - uid: 15724 components: - type: Transform - anchored: True - pos: -210.5,-125.5 + pos: 106.5,6.5 parent: 1 - - uid: 8320 + - uid: 15725 components: - type: Transform - anchored: True - pos: -215.5,-129.5 + pos: -162.5,-122.5 parent: 1 - - uid: 8321 + - uid: 15726 components: - type: Transform - anchored: True - pos: -213.5,-137.5 + pos: -160.5,-122.5 parent: 1 - - uid: 8322 + - uid: 15727 components: - type: Transform - anchored: True - pos: -212.5,-147.5 + pos: -159.5,-122.5 parent: 1 - - uid: 8323 + - uid: 15728 components: - type: Transform - anchored: True - pos: -217.5,-133.5 + pos: -161.5,-122.5 parent: 1 - - uid: 8324 + - uid: 15729 components: - type: Transform - anchored: True - pos: 123.5,89.5 + pos: -163.5,-122.5 parent: 1 - - uid: 8325 + - uid: 15730 components: - type: Transform - anchored: True - pos: 74.5,3.5 + pos: 116.5,12.5 parent: 1 - - uid: 8326 + - uid: 15731 components: - type: Transform - anchored: True - pos: 23.5,181.5 + rot: 3.141592653589793 rad + pos: 89.5,4.5 parent: 1 - - uid: 8328 +- proto: N14TableCounterBar + entities: + - uid: 15732 components: - type: Transform - anchored: True - pos: 93.5,39.5 + pos: -182.5,-95.5 parent: 1 - - uid: 8329 + - uid: 15733 components: - type: Transform - anchored: True - pos: -124.5,-114.5 + rot: 1.5707963267948966 rad + pos: -184.5,-171.5 parent: 1 - - uid: 8331 + - uid: 15734 components: - type: Transform - anchored: True - pos: 141.5,-117.5 + rot: 1.5707963267948966 rad + pos: -185.5,-173.5 parent: 1 - - uid: 8332 + - uid: 15735 components: - type: Transform - anchored: True - pos: 172.5,-49.5 + rot: 1.5707963267948966 rad + pos: -186.5,-172.5 parent: 1 - - uid: 8333 + - uid: 15736 components: - type: Transform - anchored: True - pos: 124.5,-51.5 + pos: 134.5,-12.5 parent: 1 - - uid: 8334 + - uid: 15737 components: - type: Transform - anchored: True - pos: 137.5,-70.5 + pos: 134.5,-11.5 parent: 1 - - uid: 8335 + - uid: 15738 components: - type: Transform - anchored: True - pos: -23.5,-129.5 + pos: 134.5,-10.5 parent: 1 - - uid: 8336 + - uid: 15739 components: - type: Transform - anchored: True - pos: -17.5,-128.5 + pos: 134.5,-9.5 parent: 1 - - uid: 8337 + - uid: 15740 components: - type: Transform - anchored: True - pos: -19.5,-141.5 + pos: 134.5,-8.5 parent: 1 - - uid: 8338 + - uid: 15741 components: - type: Transform - anchored: True - pos: -10.5,-106.5 + pos: 135.5,-7.5 parent: 1 - - uid: 8339 + - uid: 15742 components: - type: Transform - anchored: True - pos: 153.5,59.5 + pos: 137.5,-7.5 parent: 1 - - uid: 8340 + - uid: 15743 components: - type: Transform - anchored: True - pos: 177.5,83.5 + pos: 158.5,-69.5 parent: 1 - - uid: 8341 + - uid: 15744 components: - type: Transform - anchored: True - pos: 222.5,68.5 + pos: 158.5,-70.5 parent: 1 - - uid: 8342 + - uid: 15745 components: - type: Transform - anchored: True - pos: 231.5,98.5 + pos: 164.5,-67.5 parent: 1 - - uid: 8343 + - uid: 15746 components: - type: Transform - anchored: True - pos: 239.5,42.5 + pos: 161.5,-67.5 parent: 1 - - uid: 16511 + - uid: 15747 components: - type: Transform - anchored: True - pos: 82.5,166.5 + pos: 163.5,-67.5 parent: 1 - - uid: 46546 + - uid: 15748 components: - type: Transform - pos: -405.6752,84.27402 + pos: 160.5,-67.5 parent: 1 - - uid: 46590 + - uid: 15749 components: - type: Transform - anchored: True - pos: -39.5,-59.5 + pos: 22.5,4.5 parent: 1 - - uid: 47913 + - uid: 15750 components: - type: Transform - anchored: True - pos: -145.5,-216.5 + pos: 23.5,4.5 parent: 1 - - uid: 49830 + - uid: 15751 components: - type: Transform - anchored: True - pos: -137.5,-140.5 + pos: 22.5,1.5 parent: 1 - - uid: 49842 + - uid: 15752 components: - type: Transform - anchored: True - pos: -141.5,-104.5 + pos: 23.5,1.5 parent: 1 - - uid: 49898 + - uid: 15753 components: - type: Transform - anchored: True - pos: -198.5,-208.5 + pos: 27.5,1.5 parent: 1 - - uid: 49954 + - uid: 15754 components: - type: Transform - anchored: True - pos: 25.5,11.5 + pos: 28.5,1.5 parent: 1 - - uid: 50002 + - uid: 15755 components: - type: Transform - anchored: True - pos: 28.5,22.5 + pos: 29.5,3.5 parent: 1 - - uid: 55536 + - uid: 15756 components: - type: Transform - anchored: True - pos: 160.5,-16.5 + pos: 29.5,4.5 parent: 1 - - uid: 55707 + - uid: 15757 components: - type: Transform - anchored: True - pos: 145.5,-42.5 + pos: 29.5,5.5 parent: 1 - - uid: 55708 + - uid: 15758 components: - type: Transform - anchored: True - pos: 155.5,-37.5 + rot: 1.5707963267948966 rad + pos: -184.5,-172.5 parent: 1 - - uid: 56286 + - uid: 15759 components: - type: Transform - anchored: True - pos: 96.5,-66.5 + rot: 1.5707963267948966 rad + pos: -184.5,-173.5 parent: 1 - - uid: 58689 + - uid: 15760 components: - type: Transform - anchored: True - pos: 203.5,-55.5 + rot: 1.5707963267948966 rad + pos: -186.5,-173.5 parent: 1 - - uid: 61007 + - uid: 15761 components: - type: Transform - anchored: True - pos: 88.5,167.5 + pos: 170.5,152.5 parent: 1 - - uid: 61548 + - uid: 15762 components: - type: Transform - anchored: True - pos: 159.5,120.5 + pos: 171.5,152.5 parent: 1 - - uid: 61554 + - uid: 15763 components: - type: Transform - anchored: True - pos: -189.5,-77.5 + pos: 170.5,151.5 parent: 1 - - uid: 61558 + - uid: 15764 components: - type: Transform - anchored: True - pos: -155.5,-77.5 + pos: 184.5,42.5 parent: 1 - - uid: 62533 + - uid: 15765 components: - type: Transform - anchored: True - pos: -86.5,174.5 + pos: 183.5,42.5 parent: 1 - - uid: 62633 + - uid: 15766 components: - type: Transform - anchored: True - pos: -74.5,207.5 + rot: -1.5707963267948966 rad + pos: 162.5,53.5 parent: 1 - - uid: 62648 + - uid: 15767 components: - type: Transform - anchored: True - pos: -87.5,160.5 + pos: 187.5,169.5 parent: 1 - - uid: 62673 + - uid: 15768 components: - type: Transform - anchored: True - pos: 176.5,109.5 + pos: 187.5,168.5 parent: 1 - - uid: 62676 + - uid: 15769 components: - type: Transform - anchored: True - pos: 201.5,111.5 + pos: -60.5,-15.5 parent: 1 - - uid: 62682 + - uid: 15770 components: - type: Transform - anchored: True - pos: 155.5,100.5 + pos: -59.5,-15.5 parent: 1 - - uid: 63493 + - uid: 15771 components: - type: Transform - anchored: True - pos: 22.5,-151.5 + pos: -58.5,-15.5 parent: 1 - - uid: 63503 + - uid: 15772 components: - type: Transform - anchored: True - pos: 86.5,-92.5 + pos: -66.5,-17.5 parent: 1 - - uid: 63505 + - uid: 15773 components: - type: Transform - anchored: True - pos: 34.5,-135.5 + pos: -67.5,-17.5 parent: 1 - - uid: 63509 + - uid: 15774 components: - type: Transform - anchored: True - pos: 24.5,-141.5 + pos: -65.5,-19.5 parent: 1 - - uid: 63525 + - uid: 15775 components: - type: Transform - anchored: True - pos: 17.5,-151.5 + pos: -65.5,-20.5 parent: 1 - - uid: 63659 + - uid: 15776 components: - type: Transform - anchored: True - pos: -137.5,77.5 + pos: -65.5,-21.5 parent: 1 - - uid: 64257 + - uid: 15777 components: - type: Transform - anchored: True - pos: -94.5,-202.5 + pos: -65.5,-22.5 parent: 1 - - uid: 65036 + - uid: 15778 components: - type: Transform - anchored: True - pos: 13.5,67.5 + pos: -64.5,-19.5 parent: 1 -- proto: N14FloraDesertTree3 - entities: - - uid: 328 + - uid: 15779 components: - type: Transform - anchored: True - pos: 225.5,-76.5 + pos: -63.5,-19.5 parent: 1 - - uid: 6421 + - uid: 15780 components: - type: Transform - anchored: True - pos: 154.5,162.5 + pos: -62.5,-19.5 parent: 1 - - uid: 7217 + - uid: 15781 components: - type: Transform - anchored: True - pos: 135.5,209.5 + pos: -61.5,-19.5 parent: 1 - - uid: 7327 + - uid: 15782 components: - type: Transform - anchored: True - pos: -175.5,-212.5 + pos: -60.5,-19.5 parent: 1 - - uid: 8346 + - uid: 15783 components: - type: Transform - anchored: True - pos: 2.5,57.5 + pos: -60.5,-20.5 parent: 1 - - uid: 8347 + - uid: 15784 components: - type: Transform - anchored: True - pos: -30.5,26.5 + pos: -60.5,-21.5 parent: 1 - - uid: 8348 + - uid: 15785 components: - type: Transform - anchored: True - pos: 125.5,206.5 + pos: -60.5,-22.5 parent: 1 - - uid: 8349 + - uid: 15786 components: - type: Transform - anchored: True - pos: 0.5,57.5 + rot: -1.5707963267948966 rad + pos: -23.5,-57.5 parent: 1 - - uid: 8350 + - uid: 15787 components: - type: Transform - anchored: True - pos: -209.5,-149.5 + rot: -1.5707963267948966 rad + pos: -22.5,-57.5 parent: 1 - - uid: 8351 + - uid: 15788 components: - type: Transform - anchored: True - pos: -206.5,-103.5 + rot: -1.5707963267948966 rad + pos: -22.5,-58.5 parent: 1 - - uid: 8352 + - uid: 15789 components: - type: Transform - anchored: True - pos: -42.5,74.5 + rot: -1.5707963267948966 rad + pos: -22.5,-59.5 parent: 1 - - uid: 8353 + - uid: 15790 components: - type: Transform - anchored: True - pos: -6.5,62.5 + rot: -1.5707963267948966 rad + pos: -163.5,-23.5 parent: 1 - - uid: 8354 + - uid: 15791 components: - type: Transform - anchored: True - pos: -200.5,-98.5 + rot: -1.5707963267948966 rad + pos: -163.5,-21.5 parent: 1 - - uid: 8355 + - uid: 15792 components: - type: Transform - anchored: True - pos: -53.5,7.5 + rot: -1.5707963267948966 rad + pos: -163.5,-25.5 parent: 1 - - uid: 8356 + - uid: 15793 components: - type: Transform - anchored: True - pos: -18.5,65.5 + rot: -1.5707963267948966 rad + pos: -159.5,-21.5 parent: 1 - - uid: 8357 + - uid: 15794 components: - type: Transform - anchored: True - pos: 23.5,-27.5 + rot: -1.5707963267948966 rad + pos: -159.5,-16.5 parent: 1 - - uid: 8358 + - uid: 15795 components: - type: Transform - anchored: True - pos: -3.5,16.5 + rot: -1.5707963267948966 rad + pos: -163.5,-16.5 parent: 1 - - uid: 8359 + - uid: 15796 components: - type: Transform - anchored: True - pos: 20.5,26.5 + pos: 217.5,-36.5 parent: 1 - - uid: 8360 + - uid: 15797 components: - type: Transform - anchored: True - pos: 19.5,21.5 + rot: -1.5707963267948966 rad + pos: -170.5,53.5 parent: 1 - - uid: 8361 + - uid: 15798 components: - type: Transform - anchored: True - pos: -183.5,-90.5 + pos: -182.5,-94.5 parent: 1 - - uid: 8362 + - uid: 15799 components: - type: Transform - anchored: True - pos: -151.5,-96.5 + rot: 3.141592653589793 rad + pos: 139.5,-7.5 parent: 1 - - uid: 8363 + - uid: 15800 components: - type: Transform - anchored: True - pos: 2.5,23.5 + pos: -177.5,-138.5 parent: 1 - - uid: 8364 + - uid: 15801 components: - type: Transform - anchored: True - pos: -22.5,69.5 + pos: -177.5,-140.5 parent: 1 - - uid: 8365 + - uid: 15802 components: - type: Transform - anchored: True - pos: 103.5,81.5 + rot: 3.141592653589793 rad + pos: 134.5,-7.5 parent: 1 - - uid: 8366 + - uid: 15803 components: - type: Transform - anchored: True - pos: 120.5,127.5 + pos: -154.5,-124.5 parent: 1 - - uid: 8367 + - uid: 15804 components: - type: Transform - anchored: True - pos: 98.5,71.5 + pos: 136.5,-7.5 parent: 1 - - uid: 8368 + - uid: 15805 components: - type: Transform - anchored: True - pos: 117.5,106.5 + pos: 217.5,-37.5 parent: 1 - - uid: 8369 + - uid: 15806 components: - type: Transform - anchored: True - pos: 89.5,115.5 + pos: -182.5,-93.5 parent: 1 - - uid: 8370 + - uid: 15807 components: - type: Transform - anchored: True - pos: 146.5,83.5 + pos: -177.5,-139.5 parent: 1 - - uid: 8371 + - uid: 15808 components: - type: Transform - anchored: True - pos: 84.5,124.5 + pos: -186.5,38.5 parent: 1 - - uid: 8372 + - uid: 15809 components: - type: Transform - anchored: True - pos: 113.5,80.5 + pos: -185.5,38.5 parent: 1 - - uid: 8373 + - uid: 15810 components: - type: Transform - anchored: True - pos: 100.5,114.5 + rot: -1.5707963267948966 rad + pos: 103.5,-113.5 parent: 1 - - uid: 8374 + - uid: 15811 components: - type: Transform - anchored: True - pos: 99.5,94.5 + rot: -1.5707963267948966 rad + pos: 104.5,-113.5 parent: 1 - - uid: 8375 + - uid: 15812 components: - type: Transform - anchored: True - pos: 88.5,75.5 + rot: -1.5707963267948966 rad + pos: 101.5,-113.5 parent: 1 - - uid: 8376 + - uid: 15813 components: - type: Transform - anchored: True - pos: 137.5,74.5 + rot: -1.5707963267948966 rad + pos: 102.5,-113.5 parent: 1 - - uid: 8377 + - uid: 15814 components: - type: Transform - anchored: True - pos: 144.5,85.5 + pos: 101.5,-117.5 parent: 1 - - uid: 8378 + - uid: 15815 components: - type: Transform - anchored: True - pos: 97.5,81.5 + pos: 102.5,-117.5 parent: 1 - - uid: 8379 + - uid: 15816 components: - type: Transform - anchored: True - pos: 89.5,125.5 + rot: -1.5707963267948966 rad + pos: 104.5,-114.5 parent: 1 - - uid: 8380 + - uid: 15817 components: - type: Transform - anchored: True - pos: 139.5,105.5 + rot: -1.5707963267948966 rad + pos: 104.5,-115.5 parent: 1 - - uid: 8381 + - uid: 15818 components: - type: Transform - anchored: True - pos: 128.5,80.5 + rot: 3.141592653589793 rad + pos: 104.5,-104.5 parent: 1 - - uid: 8382 + - uid: 15819 components: - type: Transform - anchored: True - pos: 113.5,131.5 + rot: 3.141592653589793 rad + pos: 104.5,-105.5 parent: 1 - - uid: 8383 + - uid: 15820 components: - type: Transform - anchored: True - pos: 102.5,91.5 + rot: 3.141592653589793 rad + pos: 104.5,-106.5 parent: 1 - - uid: 8384 + - uid: 15821 components: - type: Transform - anchored: True - pos: 124.5,75.5 + rot: 3.141592653589793 rad + pos: 104.5,-107.5 parent: 1 - - uid: 8385 + - uid: 15822 components: - type: Transform - anchored: True - pos: 131.5,95.5 + pos: -170.5,54.5 parent: 1 - - uid: 8386 + - uid: 15823 components: - type: Transform - anchored: True - pos: 101.5,131.5 + pos: -185.5,-98.5 parent: 1 - - uid: 8387 +- proto: N14TableCounterBend + entities: + - uid: 15824 components: - type: Transform - anchored: True - pos: 65.5,5.5 + pos: 92.5,105.5 parent: 1 - - uid: 8388 + - uid: 15825 components: - type: Transform - anchored: True - pos: 46.5,138.5 + rot: 3.141592653589793 rad + pos: 209.5,-25.5 parent: 1 - - uid: 8389 + - uid: 15826 components: - type: Transform - anchored: True - pos: 39.5,175.5 + pos: 206.5,-25.5 parent: 1 - - uid: 8390 + - uid: 15827 components: - type: Transform - anchored: True - pos: 29.5,179.5 + rot: 1.5707963267948966 rad + pos: 6.5,0.5 parent: 1 - - uid: 8391 + - uid: 15828 components: - type: Transform - anchored: True - pos: 34.5,180.5 + pos: 162.5,28.5 parent: 1 - - uid: 8392 + - uid: 15829 components: - type: Transform - anchored: True - pos: 19.5,165.5 + rot: 3.141592653589793 rad + pos: -31.5,-37.5 parent: 1 - - uid: 8393 + - uid: 15830 components: - type: Transform - anchored: True - pos: 18.5,166.5 + rot: 1.5707963267948966 rad + pos: -8.5,-50.5 parent: 1 - - uid: 8394 + - uid: 15831 components: - type: Transform - anchored: True - pos: 21.5,172.5 + rot: -1.5707963267948966 rad + pos: -187.5,-28.5 parent: 1 - - uid: 8395 + - uid: 15832 components: - type: Transform - anchored: True - pos: 61.5,153.5 + rot: 1.5707963267948966 rad + pos: -188.5,-28.5 parent: 1 - - uid: 8396 + - uid: 15833 components: - type: Transform - anchored: True - pos: 39.5,124.5 + rot: -1.5707963267948966 rad + pos: -151.5,-25.5 parent: 1 - - uid: 8397 + - uid: 15834 components: - type: Transform - anchored: True - pos: 60.5,124.5 + rot: 3.141592653589793 rad + pos: -157.5,-122.5 parent: 1 - - uid: 8400 + - uid: 15835 components: - type: Transform - anchored: True - pos: 28.5,189.5 + pos: -164.5,-122.5 parent: 1 - - uid: 8401 +- proto: N14TableCounterCraft + entities: + - uid: 15836 components: - type: Transform - anchored: True - pos: 67.5,177.5 + pos: -329.5,80.5 parent: 1 - - uid: 8402 + - uid: 15837 components: - type: Transform - anchored: True - pos: 14.5,11.5 + pos: 26.5,-58.5 parent: 1 - - uid: 8403 + - uid: 15838 components: - type: Transform - anchored: True - pos: -66.5,-135.5 + rot: 1.5707963267948966 rad + pos: 22.5,-57.5 parent: 1 - - uid: 8404 + - uid: 15839 components: - type: Transform - anchored: True - pos: -101.5,10.5 + pos: 25.5,-58.5 parent: 1 - - uid: 8405 + - uid: 15840 components: - type: Transform - anchored: True - pos: -64.5,12.5 + rot: -1.5707963267948966 rad + pos: 167.5,175.5 parent: 1 - - uid: 8406 + - uid: 15841 components: - type: Transform - anchored: True - pos: -59.5,10.5 + rot: -1.5707963267948966 rad + pos: 169.5,180.5 parent: 1 - - uid: 8407 + - uid: 15842 components: - type: Transform - anchored: True - pos: -57.5,8.5 + rot: 1.5707963267948966 rad + pos: 96.5,9.5 parent: 1 - - uid: 8408 + - uid: 15843 components: - type: Transform - anchored: True - pos: 95.5,29.5 + pos: 167.5,181.5 parent: 1 - - uid: 8409 + - uid: 15844 components: - type: Transform - anchored: True - pos: 151.5,-9.5 + rot: -1.5707963267948966 rad + pos: 163.5,175.5 parent: 1 - - uid: 8410 + - uid: 15845 components: - type: Transform - anchored: True - pos: 101.5,35.5 + pos: 23.5,-58.5 parent: 1 - - uid: 8411 + - uid: 15846 components: - type: Transform - anchored: True - pos: 140.5,38.5 + pos: 24.5,-58.5 parent: 1 - - uid: 8412 + - uid: 15847 components: - type: Transform - anchored: True - pos: 90.5,43.5 + rot: 1.5707963267948966 rad + pos: 167.5,177.5 parent: 1 - - uid: 8413 + - uid: 15848 components: - type: Transform - anchored: True - pos: 92.5,41.5 + rot: 1.5707963267948966 rad + pos: 163.5,176.5 parent: 1 - - uid: 8414 + - uid: 15849 components: - type: Transform - anchored: True - pos: 100.5,45.5 + rot: 1.5707963267948966 rad + pos: 163.5,177.5 parent: 1 - - uid: 8415 + - uid: 15850 components: - type: Transform - anchored: True - pos: 123.5,40.5 + rot: 3.141592653589793 rad + pos: 166.5,178.5 parent: 1 - - uid: 8416 + - uid: 15851 components: - type: Transform - anchored: True - pos: 128.5,41.5 + rot: 3.141592653589793 rad + pos: 164.5,178.5 parent: 1 - - uid: 8417 + - uid: 15852 components: - type: Transform - anchored: True - pos: 136.5,42.5 + rot: 3.141592653589793 rad + pos: 165.5,178.5 parent: 1 - - uid: 8418 + - uid: 15853 components: - type: Transform - anchored: True - pos: 155.5,44.5 + rot: 1.5707963267948966 rad + pos: 167.5,176.5 parent: 1 - - uid: 8419 + - uid: 15854 components: - type: Transform - anchored: True - pos: -109.5,-131.5 + pos: 168.5,181.5 parent: 1 - - uid: 8420 + - uid: 15855 components: - type: Transform - anchored: True - pos: -116.5,-142.5 + pos: 159.5,131.5 parent: 1 - - uid: 8421 + - uid: 15856 components: - type: Transform - anchored: True - pos: -63.5,-175.5 + rot: 1.5707963267948966 rad + pos: 150.5,168.5 parent: 1 - - uid: 8422 + - uid: 15857 components: - type: Transform - anchored: True - pos: -88.5,-113.5 + pos: 151.5,167.5 parent: 1 - - uid: 8423 + - uid: 15858 components: - type: Transform - anchored: True - pos: -109.5,-119.5 + rot: 1.5707963267948966 rad + pos: 160.5,132.5 parent: 1 - - uid: 8426 + - uid: 15859 components: - type: Transform - anchored: True - pos: -74.5,-130.5 + pos: 153.5,150.5 parent: 1 - - uid: 8427 + - uid: 15860 components: - type: Transform - anchored: True - pos: -116.5,-112.5 + pos: 150.5,150.5 parent: 1 - - uid: 8428 + - uid: 15861 components: - type: Transform - anchored: True - pos: -116.5,-133.5 + pos: 151.5,150.5 parent: 1 - - uid: 8429 + - uid: 15862 components: - type: Transform - anchored: True - pos: -59.5,-112.5 + pos: 152.5,150.5 parent: 1 - - uid: 8431 + - uid: 15863 components: - type: Transform - anchored: True - pos: -108.5,-132.5 + pos: 158.5,131.5 parent: 1 - - uid: 8432 + - uid: 15864 components: - type: Transform - anchored: True - pos: -104.5,-121.5 + rot: 1.5707963267948966 rad + pos: 14.5,-37.5 parent: 1 - - uid: 8433 + - uid: 15865 components: - type: Transform - anchored: True - pos: -68.5,-142.5 + rot: 1.5707963267948966 rad + pos: 18.5,-38.5 parent: 1 - - uid: 8434 + - uid: 15866 components: - type: Transform - anchored: True - pos: -115.5,-117.5 + pos: 137.5,-32.5 parent: 1 - - uid: 8435 + - uid: 15867 components: - type: Transform - anchored: True - pos: -64.5,-140.5 + pos: 136.5,-32.5 parent: 1 - - uid: 8436 + - uid: 15868 components: - type: Transform - anchored: True - pos: 134.5,-60.5 + pos: 135.5,-32.5 parent: 1 - - uid: 8437 + - uid: 15869 components: - type: Transform - anchored: True - pos: 135.5,-73.5 + rot: -1.5707963267948966 rad + pos: 97.5,-37.5 parent: 1 - - uid: 8438 + - uid: 15870 components: - type: Transform - anchored: True - pos: 132.5,-70.5 + rot: 1.5707963267948966 rad + pos: 97.5,-36.5 parent: 1 - - uid: 8439 + - uid: 15871 components: - type: Transform - anchored: True - pos: 127.5,-117.5 + rot: 1.5707963267948966 rad + pos: 18.5,-36.5 parent: 1 - - uid: 8440 + - uid: 15872 components: - type: Transform - anchored: True - pos: 126.5,-79.5 + rot: 1.5707963267948966 rad + pos: 14.5,-36.5 parent: 1 - - uid: 8441 + - uid: 15873 components: - type: Transform - anchored: True - pos: 140.5,-54.5 + rot: -1.5707963267948966 rad + pos: 14.5,-38.5 parent: 1 - - uid: 8442 + - uid: 15874 components: - type: Transform - anchored: True - pos: 152.5,-53.5 + rot: 1.5707963267948966 rad + pos: 18.5,-37.5 parent: 1 - - uid: 8443 + - uid: 15875 components: - type: Transform - anchored: True - pos: 160.5,-50.5 + rot: -1.5707963267948966 rad + pos: 18.5,-39.5 parent: 1 - - uid: 8444 + - uid: 15876 components: - type: Transform - anchored: True - pos: 141.5,-61.5 + rot: 3.141592653589793 rad + pos: 14.5,-25.5 parent: 1 - - uid: 8445 + - uid: 15877 components: - type: Transform - anchored: True - pos: 143.5,-117.5 + rot: 1.5707963267948966 rad + pos: 15.5,-26.5 parent: 1 - - uid: 8446 + - uid: 15878 components: - type: Transform - anchored: True - pos: 142.5,-56.5 + rot: -1.5707963267948966 rad + pos: 15.5,-27.5 parent: 1 - - uid: 8447 + - uid: 15879 components: - type: Transform - anchored: True - pos: 126.5,-92.5 + rot: 1.5707963267948966 rad + pos: 117.5,-11.5 parent: 1 - - uid: 8448 + - uid: 15880 components: - type: Transform - anchored: True - pos: 127.5,-102.5 + pos: 116.5,-12.5 parent: 1 - - uid: 8449 + - uid: 15881 components: - type: Transform - anchored: True - pos: -34.5,-122.5 + rot: 3.141592653589793 rad + pos: 116.5,-10.5 parent: 1 - - uid: 8450 + - uid: 15882 components: - type: Transform - anchored: True - pos: -42.5,-93.5 + rot: 3.141592653589793 rad + pos: 39.5,-17.5 parent: 1 - - uid: 8451 + - uid: 15883 components: - type: Transform - anchored: True - pos: -25.5,-101.5 + rot: 3.141592653589793 rad + pos: 40.5,-17.5 parent: 1 - - uid: 8452 + - uid: 15884 components: - type: Transform - anchored: True - pos: -24.5,-126.5 + rot: 1.5707963267948966 rad + pos: -195.5,-189.5 parent: 1 - - uid: 8453 + - uid: 15885 components: - type: Transform - anchored: True - pos: -65.5,-91.5 + rot: 1.5707963267948966 rad + pos: 177.5,161.5 parent: 1 - - uid: 8454 + - uid: 15886 components: - type: Transform - anchored: True - pos: -19.5,-122.5 + pos: 175.5,162.5 parent: 1 - - uid: 8455 + - uid: 15887 components: - type: Transform - anchored: True - pos: -23.5,-142.5 + pos: 174.5,162.5 parent: 1 - - uid: 8456 + - uid: 15888 components: - type: Transform - anchored: True - pos: -19.5,-137.5 + rot: -1.5707963267948966 rad + pos: 173.5,161.5 parent: 1 - - uid: 8457 + - uid: 15889 components: - type: Transform - anchored: True - pos: -27.5,-147.5 + pos: 164.5,17.5 parent: 1 - - uid: 8458 + - uid: 15890 components: - type: Transform - anchored: True - pos: -15.5,-103.5 + rot: 3.141592653589793 rad + pos: -67.5,-11.5 parent: 1 - - uid: 8459 + - uid: 15891 components: - type: Transform - anchored: True - pos: -26.5,-145.5 + rot: 1.5707963267948966 rad + pos: -66.5,-12.5 parent: 1 - - uid: 8460 + - uid: 15892 components: - type: Transform - anchored: True - pos: -15.5,-126.5 + rot: -1.5707963267948966 rad + pos: -66.5,-13.5 parent: 1 - - uid: 8461 + - uid: 15893 components: - type: Transform - anchored: True - pos: -12.5,-149.5 + rot: -1.5707963267948966 rad + pos: -60.5,-11.5 parent: 1 - - uid: 8462 + - uid: 15894 components: - type: Transform - anchored: True - pos: -14.5,-142.5 + rot: -1.5707963267948966 rad + pos: -71.5,-22.5 parent: 1 - - uid: 8463 + - uid: 15895 components: - type: Transform - anchored: True - pos: -32.5,-143.5 + rot: 3.141592653589793 rad + pos: -69.5,-21.5 parent: 1 - - uid: 8464 + - uid: 15896 components: - type: Transform - anchored: True - pos: 183.5,72.5 + rot: 3.141592653589793 rad + pos: -70.5,-21.5 parent: 1 - - uid: 8465 + - uid: 15897 components: - type: Transform - anchored: True - pos: 174.5,79.5 + rot: -1.5707963267948966 rad + pos: -56.5,-12.5 parent: 1 - - uid: 8466 + - uid: 15898 components: - type: Transform - anchored: True - pos: 174.5,34.5 + rot: 1.5707963267948966 rad + pos: -56.5,-11.5 parent: 1 - - uid: 8467 + - uid: 15899 components: - type: Transform - anchored: True - pos: 144.5,56.5 + rot: 3.141592653589793 rad + pos: -57.5,-10.5 parent: 1 - - uid: 8468 + - uid: 15900 components: - type: Transform - anchored: True - pos: 161.5,77.5 + rot: 3.141592653589793 rad + pos: -59.5,-10.5 parent: 1 - - uid: 8469 + - uid: 15901 components: - type: Transform - anchored: True - pos: 156.5,52.5 + rot: 1.5707963267948966 rad + pos: 52.5,156.5 parent: 1 - - uid: 8470 + - uid: 15902 components: - type: Transform - anchored: True - pos: 171.5,71.5 + rot: 1.5707963267948966 rad + pos: 96.5,10.5 parent: 1 - - uid: 8471 + - uid: 15903 components: - type: Transform - anchored: True - pos: 189.5,79.5 + rot: 1.5707963267948966 rad + pos: 52.5,157.5 parent: 1 - - uid: 8472 + - uid: 15904 components: - type: Transform - anchored: True - pos: 160.5,33.5 + rot: 1.5707963267948966 rad + pos: 78.5,-131.5 parent: 1 - - uid: 8473 + - uid: 15905 components: - type: Transform - anchored: True - pos: 141.5,58.5 + rot: 1.5707963267948966 rad + pos: 78.5,-132.5 parent: 1 - - uid: 8474 + - uid: 15906 components: - type: Transform - anchored: True - pos: 201.5,85.5 + rot: 1.5707963267948966 rad + pos: 78.5,-130.5 parent: 1 - - uid: 8475 + - uid: 15907 components: - type: Transform - anchored: True - pos: 200.5,86.5 + rot: 1.5707963267948966 rad + pos: -328.5,79.5 parent: 1 - - uid: 8476 + - uid: 15908 components: - type: Transform - anchored: True - pos: 208.5,36.5 + rot: -1.5707963267948966 rad + pos: -328.5,78.5 parent: 1 - - uid: 8477 +- proto: N14TableCounterCraftBend + entities: + - uid: 15909 components: - type: Transform - anchored: True - pos: 230.5,86.5 + rot: 1.5707963267948966 rad + pos: 22.5,-58.5 parent: 1 - - uid: 8478 + - uid: 15910 components: - type: Transform - anchored: True - pos: 219.5,97.5 + rot: 3.141592653589793 rad + pos: 169.5,181.5 parent: 1 - - uid: 8479 + - uid: 15911 components: - type: Transform - anchored: True - pos: 219.5,52.5 + rot: 3.141592653589793 rad + pos: 167.5,178.5 parent: 1 - - uid: 8480 + - uid: 15912 components: - type: Transform - anchored: True - pos: 230.5,52.5 + pos: 163.5,178.5 parent: 1 - - uid: 8481 + - uid: 15913 components: - type: Transform - anchored: True - pos: 226.5,90.5 + rot: 1.5707963267948966 rad + pos: 150.5,167.5 parent: 1 - - uid: 8482 + - uid: 15914 components: - type: Transform - anchored: True - pos: 209.5,32.5 + rot: -1.5707963267948966 rad + pos: 160.5,131.5 parent: 1 - - uid: 8483 + - uid: 15915 components: - type: Transform - anchored: True - pos: 233.5,74.5 + rot: 3.141592653589793 rad + pos: 160.5,133.5 parent: 1 - - uid: 8484 + - uid: 15916 components: - type: Transform - anchored: True - pos: 233.5,98.5 + rot: 3.141592653589793 rad + pos: 15.5,-25.5 parent: 1 - - uid: 8537 + - uid: 15917 components: - type: Transform - anchored: True - pos: 152.5,219.5 + rot: 3.141592653589793 rad + pos: 117.5,-10.5 parent: 1 - - uid: 8767 + - uid: 15918 components: - type: Transform - anchored: True - pos: 176.5,215.5 + rot: -1.5707963267948966 rad + pos: 117.5,-12.5 parent: 1 - - uid: 8912 + - uid: 15919 components: - type: Transform - anchored: True - pos: 172.5,-36.5 + pos: -195.5,-188.5 parent: 1 - - uid: 8946 + - uid: 15920 components: - type: Transform - anchored: True - pos: -163.5,6.5 + rot: 1.5707963267948966 rad + pos: -195.5,-190.5 parent: 1 - - uid: 9592 + - uid: 15921 components: - type: Transform - anchored: True - pos: 140.5,212.5 + pos: 173.5,162.5 parent: 1 - - uid: 9595 + - uid: 15922 components: - type: Transform - anchored: True - pos: 159.5,156.5 + rot: 3.141592653589793 rad + pos: 177.5,162.5 parent: 1 - - uid: 9911 + - uid: 15923 components: - type: Transform - anchored: True - pos: 155.5,202.5 + rot: -1.5707963267948966 rad + pos: 177.5,160.5 parent: 1 - - uid: 9922 + - uid: 15924 components: - type: Transform - anchored: True - pos: 134.5,203.5 + rot: 3.141592653589793 rad + pos: -66.5,-11.5 parent: 1 - - uid: 10094 + - uid: 15925 components: - type: Transform - anchored: True - pos: 204.5,157.5 + pos: -60.5,-10.5 parent: 1 - - uid: 10560 + - uid: 15926 components: - type: Transform - anchored: True - pos: 143.5,149.5 + rot: 3.141592653589793 rad + pos: -56.5,-10.5 parent: 1 - - uid: 10562 + - uid: 15927 components: - type: Transform - anchored: True - pos: 157.5,174.5 + pos: -71.5,-21.5 parent: 1 - - uid: 10705 + - uid: 15928 components: - type: Transform - anchored: True - pos: 85.5,-59.5 + rot: 1.5707963267948966 rad + pos: 52.5,155.5 parent: 1 - - uid: 11140 + - uid: 15929 components: - type: Transform - anchored: True - pos: -159.5,-204.5 + rot: 3.141592653589793 rad + pos: -328.5,80.5 parent: 1 - - uid: 11529 +- proto: N14TableCounterMetal + entities: + - uid: 15930 components: - type: Transform - anchored: True - pos: -167.5,18.5 + rot: 3.141592653589793 rad + pos: 137.5,-12.5 parent: 1 - - uid: 12800 + - uid: 15931 components: - type: Transform - anchored: True - pos: 189.5,148.5 + rot: -1.5707963267948966 rad + pos: -182.5,-122.5 parent: 1 - - uid: 13029 + - uid: 15932 components: - type: Transform - anchored: True - pos: -78.5,-195.5 + rot: -1.5707963267948966 rad + pos: -37.5,-17.5 parent: 1 - - uid: 15043 + - uid: 15933 components: - type: Transform - anchored: True - pos: 153.5,106.5 + rot: 1.5707963267948966 rad + pos: 162.5,56.5 parent: 1 - - uid: 16572 + - uid: 15934 components: - type: Transform - anchored: True - pos: 96.5,175.5 + rot: 1.5707963267948966 rad + pos: 174.5,52.5 parent: 1 - - uid: 17946 + - uid: 15935 components: - type: Transform - anchored: True - pos: -42.5,-78.5 + pos: 163.5,47.5 parent: 1 - - uid: 22440 + - uid: 15936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.823135,-131.77061 + rot: 1.5707963267948966 rad + pos: 86.5,-39.5 parent: 1 - - uid: 23346 + - uid: 15937 components: - type: Transform - anchored: True - pos: 93.5,145.5 + rot: -1.5707963267948966 rad + pos: 97.5,-42.5 parent: 1 - - uid: 24206 + - uid: 15938 components: - type: Transform - anchored: True - pos: 120.5,202.5 + rot: 1.5707963267948966 rad + pos: 97.5,-41.5 parent: 1 - - uid: 24207 + - uid: 15939 components: - type: Transform - anchored: True - pos: 159.5,205.5 + rot: 1.5707963267948966 rad + pos: 86.5,-38.5 parent: 1 - - uid: 24549 + - uid: 15940 components: - type: Transform - anchored: True - pos: -170.5,-1.5 + rot: 3.141592653589793 rad + pos: 85.5,-40.5 parent: 1 - - uid: 28985 + - uid: 15941 components: - type: Transform - anchored: True - pos: 158.5,113.5 + rot: 3.141592653589793 rad + pos: 84.5,-40.5 parent: 1 - - uid: 38706 + - uid: 15942 components: - type: Transform - anchored: True - pos: -60.5,-204.5 + rot: 1.5707963267948966 rad + pos: 83.5,-39.5 parent: 1 - - uid: 40287 + - uid: 15943 components: - type: Transform - anchored: True - pos: 202.5,-60.5 + pos: 85.5,-37.5 parent: 1 - - uid: 40301 + - uid: 15944 components: - type: Transform - anchored: True - pos: 203.5,-59.5 + pos: 83.5,-37.5 parent: 1 - - uid: 42885 + - uid: 15945 components: - type: Transform - anchored: True - pos: 228.5,-19.5 + pos: 84.5,-37.5 parent: 1 - - uid: 45666 + - uid: 15946 components: - type: Transform - anchored: True - pos: -84.5,-70.5 + rot: 3.141592653589793 rad + pos: 84.5,-33.5 parent: 1 - - uid: 45696 + - uid: 15947 components: - type: Transform - anchored: True - pos: -62.5,-64.5 + rot: 3.141592653589793 rad + pos: 85.5,-33.5 parent: 1 - - uid: 45772 + - uid: 15948 components: - type: Transform - anchored: True - pos: -38.5,-58.5 + rot: 3.141592653589793 rad + pos: 83.5,-33.5 parent: 1 - - uid: 45776 + - uid: 15949 components: - type: Transform - anchored: True - pos: -64.5,-56.5 + rot: 1.5707963267948966 rad + pos: 86.5,-32.5 parent: 1 - - uid: 45824 + - uid: 15950 components: - type: Transform - anchored: True - pos: -96.5,-60.5 + pos: 85.5,-31.5 parent: 1 - - uid: 45825 + - uid: 15951 components: - type: Transform - anchored: True - pos: -62.5,-58.5 + pos: 84.5,-31.5 parent: 1 - - uid: 46021 + - uid: 15952 components: - type: Transform - anchored: True - pos: 154.5,177.5 + pos: 83.5,-31.5 parent: 1 - - uid: 46055 + - uid: 15953 components: - type: Transform - anchored: True - pos: -58.5,-62.5 + rot: 1.5707963267948966 rad + pos: 120.5,-18.5 parent: 1 - - uid: 46056 + - uid: 15954 components: - type: Transform - anchored: True - pos: -53.5,-63.5 + rot: 1.5707963267948966 rad + pos: 120.5,-17.5 parent: 1 - - uid: 46057 + - uid: 15955 components: - type: Transform - anchored: True - pos: -45.5,-60.5 + rot: 1.5707963267948966 rad + pos: 140.5,-10.5 parent: 1 - - uid: 46482 + - uid: 15956 components: - type: Transform - pos: -406.3002,89.236725 + rot: 1.5707963267948966 rad + pos: 140.5,-11.5 parent: 1 - - uid: 46563 + - uid: 15957 components: - type: Transform - pos: -405.8002,71.93114 + rot: 3.141592653589793 rad + pos: 138.5,-12.5 parent: 1 - - uid: 46566 + - uid: 15958 components: - type: Transform - anchored: True - pos: 138.5,151.5 + rot: -1.5707963267948966 rad + pos: 178.5,-67.5 parent: 1 - - uid: 46732 + - uid: 15959 components: - type: Transform - anchored: True - pos: 48.5,115.5 + rot: -1.5707963267948966 rad + pos: 178.5,-66.5 parent: 1 - - uid: 47872 + - uid: 15960 components: - type: Transform - anchored: True - pos: 13.5,-44.5 + rot: -1.5707963267948966 rad + pos: 178.5,-69.5 parent: 1 - - uid: 47873 + - uid: 15961 components: - type: Transform - anchored: True - pos: -186.5,-207.5 + rot: -1.5707963267948966 rad + pos: 178.5,-68.5 parent: 1 - - uid: 47911 + - uid: 15962 components: - type: Transform - anchored: True - pos: -90.5,179.5 + rot: 1.5707963267948966 rad + pos: 43.5,5.5 parent: 1 - - uid: 48139 + - uid: 15963 components: - type: Transform - anchored: True - pos: -215.5,-217.5 + rot: 1.5707963267948966 rad + pos: 46.5,5.5 parent: 1 - - uid: 48142 + - uid: 15964 components: - type: Transform - anchored: True - pos: 0.5,-91.5 + rot: 3.141592653589793 rad + pos: 44.5,4.5 parent: 1 - - uid: 48144 + - uid: 15965 components: - type: Transform - anchored: True - pos: -196.5,-200.5 + rot: 3.141592653589793 rad + pos: 45.5,4.5 parent: 1 - - uid: 48146 + - uid: 15966 components: - type: Transform - anchored: True - pos: -212.5,-165.5 + rot: -1.5707963267948966 rad + pos: 32.5,4.5 parent: 1 - - uid: 48147 + - uid: 15967 components: - type: Transform - anchored: True - pos: -170.5,-217.5 + rot: -1.5707963267948966 rad + pos: 34.5,4.5 parent: 1 - - uid: 48152 + - uid: 15968 components: - type: Transform - anchored: True - pos: -186.5,-72.5 + rot: -1.5707963267948966 rad + pos: 92.5,17.5 parent: 1 - - uid: 49680 + - uid: 15969 components: - type: Transform - anchored: True - pos: -138.5,-105.5 + pos: 89.5,19.5 parent: 1 - - uid: 49690 + - uid: 15970 components: - type: Transform - anchored: True - pos: -136.5,-92.5 + rot: 1.5707963267948966 rad + pos: 92.5,19.5 parent: 1 - - uid: 49813 + - uid: 15971 components: - type: Transform - anchored: True - pos: -137.5,-97.5 + pos: 88.5,19.5 parent: 1 - - uid: 49843 + - uid: 15972 components: - type: Transform - anchored: True - pos: -138.5,-102.5 + pos: 87.5,19.5 parent: 1 - - uid: 49885 + - uid: 15973 components: - type: Transform - anchored: True - pos: 121.5,-29.5 + rot: 1.5707963267948966 rad + pos: 92.5,18.5 parent: 1 - - uid: 49888 + - uid: 15974 components: - type: Transform - anchored: True - pos: 73.5,29.5 + rot: 1.5707963267948966 rad + pos: -63.5,34.5 parent: 1 - - uid: 49901 + - uid: 15975 components: - type: Transform - anchored: True - pos: -203.5,-169.5 + rot: -1.5707963267948966 rad + pos: -63.5,33.5 parent: 1 - - uid: 49908 + - uid: 15976 components: - type: Transform - anchored: True - pos: -201.5,-180.5 + pos: -61.5,35.5 parent: 1 - - uid: 49909 + - uid: 15977 components: - type: Transform - anchored: True - pos: -191.5,-205.5 + pos: -62.5,35.5 parent: 1 - - uid: 49912 + - uid: 15978 components: - type: Transform - anchored: True - pos: -212.5,-184.5 + rot: 1.5707963267948966 rad + pos: -56.5,34.5 parent: 1 - - uid: 49913 + - uid: 15979 components: - type: Transform - anchored: True - pos: -211.5,-185.5 + rot: -1.5707963267948966 rad + pos: -56.5,33.5 parent: 1 - - uid: 49914 + - uid: 15980 components: - type: Transform - anchored: True - pos: -213.5,-198.5 + rot: -1.5707963267948966 rad + pos: -60.5,30.5 parent: 1 - - uid: 49916 + - uid: 15981 components: - type: Transform - anchored: True - pos: -209.5,-169.5 + pos: -55.5,35.5 parent: 1 - - uid: 49917 + - uid: 15982 components: - type: Transform - anchored: True - pos: -195.5,-205.5 + pos: -54.5,35.5 parent: 1 - - uid: 50014 + - uid: 15983 components: - type: Transform - anchored: True - pos: 51.5,32.5 + rot: 3.141592653589793 rad + pos: -52.5,32.5 parent: 1 - - uid: 50016 + - uid: 15984 components: - type: Transform - anchored: True - pos: 49.5,27.5 + pos: 22.5,-11.5 parent: 1 - - uid: 55372 + - uid: 15985 components: - type: Transform - anchored: True - pos: -217.5,-161.5 + pos: 23.5,-11.5 parent: 1 - - uid: 55519 + - uid: 15986 components: - type: Transform - anchored: True - pos: 160.5,-38.5 + pos: 24.5,-11.5 parent: 1 - - uid: 55690 + - uid: 15987 components: - type: Transform - anchored: True - pos: 166.5,-41.5 + pos: 25.5,-11.5 parent: 1 - - uid: 55693 + - uid: 15988 components: - type: Transform - anchored: True - pos: 149.5,-42.5 + pos: 37.5,-64.5 parent: 1 - - uid: 55695 + - uid: 15989 components: - type: Transform - anchored: True - pos: 157.5,-38.5 + pos: 36.5,-64.5 parent: 1 - - uid: 56059 + - uid: 15990 components: - type: Transform - anchored: True - pos: 103.5,-56.5 + pos: 38.5,-64.5 parent: 1 - - uid: 58517 + - uid: 15991 components: - type: Transform - anchored: True - pos: 239.5,-65.5 + pos: -81.5,-100.5 parent: 1 - - uid: 58913 + - uid: 15992 components: - type: Transform - anchored: True - pos: 232.5,-38.5 + rot: 1.5707963267948966 rad + pos: -82.5,-101.5 parent: 1 - - uid: 58916 + - uid: 15993 components: - type: Transform - anchored: True - pos: 226.5,-22.5 + pos: 43.5,55.5 parent: 1 - - uid: 60476 + - uid: 15994 components: - type: Transform - anchored: True - pos: 210.5,-40.5 + pos: 42.5,55.5 parent: 1 - - uid: 60958 + - uid: 15995 components: - type: Transform - anchored: True - pos: 84.5,169.5 + rot: 3.141592653589793 rad + pos: 59.5,150.5 parent: 1 - - uid: 60983 + - uid: 15996 components: - type: Transform - anchored: True - pos: 79.5,159.5 + rot: 3.141592653589793 rad + pos: 58.5,150.5 parent: 1 - - uid: 61002 + - uid: 15997 components: - type: Transform - anchored: True - pos: 86.5,143.5 + rot: 1.5707963267948966 rad + pos: 186.5,20.5 parent: 1 - - uid: 61003 + - uid: 15998 components: - type: Transform - anchored: True - pos: 93.5,182.5 + rot: -1.5707963267948966 rad + pos: 186.5,18.5 parent: 1 - - uid: 61011 + - uid: 15999 components: - type: Transform - anchored: True - pos: 101.5,155.5 + rot: 1.5707963267948966 rad + pos: 186.5,19.5 parent: 1 - - uid: 61047 + - uid: 16000 components: - type: Transform - anchored: True - pos: -221.5,-222.5 + rot: 1.5707963267948966 rad + pos: 186.5,21.5 parent: 1 - - uid: 61049 + - uid: 16001 components: - type: Transform - anchored: True - pos: -220.5,-217.5 + rot: 1.5707963267948966 rad + pos: 174.5,53.5 parent: 1 - - uid: 61545 + - uid: 16002 components: - type: Transform - anchored: True - pos: 153.5,137.5 + rot: -1.5707963267948966 rad + pos: 174.5,51.5 parent: 1 - - uid: 61546 + - uid: 16003 components: - type: Transform - anchored: True - pos: 159.5,142.5 + rot: 1.5707963267948966 rad + pos: 162.5,38.5 parent: 1 - - uid: 61551 + - uid: 16004 components: - type: Transform - anchored: True - pos: -172.5,-56.5 + rot: -1.5707963267948966 rad + pos: 162.5,37.5 parent: 1 - - uid: 61553 + - uid: 16005 components: - type: Transform - anchored: True - pos: -147.5,-48.5 + pos: 164.5,47.5 parent: 1 - - uid: 61556 + - uid: 16006 components: - type: Transform - anchored: True - pos: -182.5,-52.5 + pos: 162.5,47.5 parent: 1 - - uid: 61557 + - uid: 16007 components: - type: Transform - anchored: True - pos: -172.5,-59.5 + rot: -1.5707963267948966 rad + pos: 162.5,55.5 parent: 1 - - uid: 61559 + - uid: 16008 components: - type: Transform - anchored: True - pos: -212.5,-52.5 + rot: 3.141592653589793 rad + pos: 96.5,85.5 parent: 1 - - uid: 61560 + - uid: 16009 components: - type: Transform - anchored: True - pos: -185.5,-49.5 + rot: 3.141592653589793 rad + pos: 95.5,85.5 parent: 1 - - uid: 61561 + - uid: 16010 components: - type: Transform - anchored: True - pos: -204.5,-69.5 + rot: 3.141592653589793 rad + pos: 17.5,-58.5 parent: 1 - - uid: 61562 + - uid: 16011 components: - type: Transform - anchored: True - pos: -146.5,-49.5 + rot: 3.141592653589793 rad + pos: 94.5,85.5 parent: 1 - - uid: 61674 + - uid: 16012 components: - type: Transform - anchored: True - pos: 218.5,-69.5 + rot: 3.141592653589793 rad + pos: 16.5,-58.5 parent: 1 - - uid: 61937 + - uid: 16013 components: - type: Transform - anchored: True - pos: -184.5,0.5 + rot: 3.141592653589793 rad + pos: 18.5,-58.5 parent: 1 - - uid: 61998 + - uid: 16014 components: - type: Transform - anchored: True - pos: -208.5,12.5 + rot: 3.141592653589793 rad + pos: 15.5,-58.5 parent: 1 - - uid: 62159 + - uid: 16015 components: - type: Transform - anchored: True - pos: -215.5,43.5 + rot: 3.141592653589793 rad + pos: 14.5,-58.5 parent: 1 - - uid: 62541 + - uid: 16016 components: - type: Transform - anchored: True - pos: -144.5,17.5 + rot: 1.5707963267948966 rad + pos: -37.5,-16.5 parent: 1 - - uid: 62546 + - uid: 16017 components: - type: Transform - anchored: True - pos: -67.5,159.5 + pos: -49.5,-35.5 parent: 1 - - uid: 62551 + - uid: 16018 components: - type: Transform - anchored: True - pos: -125.5,220.5 + pos: -48.5,-35.5 parent: 1 - - uid: 62574 + - uid: 16019 components: - type: Transform - anchored: True - pos: -94.5,171.5 + pos: -47.5,-35.5 parent: 1 - - uid: 62575 + - uid: 16020 components: - type: Transform - anchored: True - pos: -77.5,166.5 + rot: 3.141592653589793 rad + pos: -33.5,-35.5 parent: 1 - - uid: 62615 + - uid: 16021 components: - type: Transform - anchored: True - pos: -119.5,190.5 + rot: 3.141592653589793 rad + pos: -35.5,-35.5 parent: 1 - - uid: 62616 + - uid: 16022 components: - type: Transform - anchored: True - pos: -87.5,177.5 + rot: 3.141592653589793 rad + pos: -34.5,-35.5 parent: 1 - - uid: 62620 + - uid: 16023 components: - type: Transform - anchored: True - pos: -66.5,221.5 + rot: 1.5707963267948966 rad + pos: -32.5,-34.5 parent: 1 - - uid: 62621 + - uid: 16024 components: - type: Transform - anchored: True - pos: -71.5,220.5 + rot: 1.5707963267948966 rad + pos: -32.5,-33.5 parent: 1 - - uid: 62626 + - uid: 16025 components: - type: Transform - anchored: True - pos: -65.5,154.5 + rot: 1.5707963267948966 rad + pos: -37.5,-15.5 parent: 1 - - uid: 62627 + - uid: 16026 components: - type: Transform - anchored: True - pos: -85.5,207.5 + pos: -10.5,-31.5 parent: 1 - - uid: 62630 + - uid: 16027 components: - type: Transform - anchored: True - pos: -78.5,185.5 + pos: -11.5,-31.5 parent: 1 - - uid: 62631 + - uid: 16028 components: - type: Transform - anchored: True - pos: -79.5,204.5 + pos: -12.5,-31.5 parent: 1 - - uid: 62635 + - uid: 16029 components: - type: Transform - anchored: True - pos: -86.5,187.5 + pos: -11.5,-28.5 parent: 1 - - uid: 62639 + - uid: 16030 components: - type: Transform - anchored: True - pos: -68.5,202.5 + pos: -12.5,-28.5 parent: 1 - - uid: 62640 + - uid: 16031 components: - type: Transform - anchored: True - pos: -79.5,219.5 + pos: -153.5,-16.5 parent: 1 - - uid: 62641 + - uid: 16032 components: - type: Transform - anchored: True - pos: -88.5,198.5 + pos: -154.5,-16.5 parent: 1 - - uid: 62642 + - uid: 16033 components: - type: Transform - anchored: True - pos: -91.5,216.5 + rot: 1.5707963267948966 rad + pos: -152.5,-20.5 parent: 1 - - uid: 62654 + - uid: 16034 components: - type: Transform - anchored: True - pos: -121.5,180.5 + rot: -1.5707963267948966 rad + pos: -154.5,-19.5 parent: 1 - - uid: 62656 + - uid: 16035 components: - type: Transform - anchored: True - pos: 215.5,107.5 + rot: 1.5707963267948966 rad + pos: -154.5,-18.5 parent: 1 - - uid: 62660 + - uid: 16036 components: - type: Transform - anchored: True - pos: 223.5,138.5 + rot: -1.5707963267948966 rad + pos: -179.5,63.5 parent: 1 - - uid: 62662 + - uid: 16037 components: - type: Transform - anchored: True - pos: 213.5,133.5 + rot: -1.5707963267948966 rad + pos: -179.5,60.5 parent: 1 - - uid: 62663 + - uid: 16038 components: - type: Transform - anchored: True - pos: 218.5,113.5 + rot: 3.141592653589793 rad + pos: 139.5,-12.5 parent: 1 - - uid: 62664 + - uid: 16039 components: - type: Transform - anchored: True - pos: 160.5,111.5 + rot: 3.141592653589793 rad + pos: -182.5,47.5 parent: 1 - - uid: 62666 + - uid: 16040 components: - type: Transform - anchored: True - pos: 155.5,113.5 + rot: 1.5707963267948966 rad + pos: -179.5,64.5 parent: 1 - - uid: 62667 + - uid: 16041 components: - type: Transform - anchored: True - pos: 155.5,119.5 + rot: 3.141592653589793 rad + pos: -181.5,47.5 parent: 1 - - uid: 62668 + - uid: 16042 components: - type: Transform - anchored: True - pos: 152.5,116.5 + rot: 1.5707963267948966 rad + pos: -179.5,49.5 parent: 1 - - uid: 62669 + - uid: 16043 components: - type: Transform - anchored: True - pos: 221.5,110.5 + rot: -1.5707963267948966 rad + pos: -179.5,48.5 parent: 1 - - uid: 62670 + - uid: 16044 components: - type: Transform - anchored: True - pos: 160.5,117.5 + rot: 3.141592653589793 rad + pos: -180.5,47.5 parent: 1 - - uid: 62674 + - uid: 16045 components: - type: Transform - anchored: True - pos: 171.5,110.5 + rot: 3.141592653589793 rad + pos: 128.5,9.5 parent: 1 - - uid: 62677 + - uid: 16046 components: - type: Transform - anchored: True - pos: 191.5,107.5 + rot: -1.5707963267948966 rad + pos: 26.5,146.5 parent: 1 - - uid: 62679 + - uid: 16047 components: - type: Transform - anchored: True - pos: 179.5,107.5 + rot: 1.5707963267948966 rad + pos: 26.5,149.5 parent: 1 - - uid: 62684 + - uid: 16048 components: - type: Transform - anchored: True - pos: 210.5,112.5 + rot: 1.5707963267948966 rad + pos: 26.5,148.5 parent: 1 - - uid: 62686 + - uid: 16049 components: - type: Transform - anchored: True - pos: 53.5,101.5 + rot: 1.5707963267948966 rad + pos: 26.5,147.5 parent: 1 - - uid: 62687 + - uid: 16050 components: - type: Transform - anchored: True - pos: 15.5,103.5 + rot: 3.141592653589793 rad + pos: 29.5,-76.5 parent: 1 - - uid: 62688 + - uid: 16051 components: - type: Transform - anchored: True - pos: 10.5,99.5 + rot: 3.141592653589793 rad + pos: 30.5,-76.5 parent: 1 - - uid: 62692 + - uid: 16052 components: - type: Transform - anchored: True - pos: 13.5,105.5 + rot: 3.141592653589793 rad + pos: 28.5,-76.5 parent: 1 - - uid: 62800 + - uid: 16053 components: - type: Transform - anchored: True - pos: 236.5,-87.5 + rot: 1.5707963267948966 rad + pos: -179.5,61.5 parent: 1 - - uid: 63374 + - uid: 16054 components: - type: Transform - anchored: True - pos: 27.5,-139.5 + pos: -183.5,-121.5 parent: 1 - - uid: 63395 + - uid: 16055 components: - type: Transform - anchored: True - pos: 18.5,-100.5 + pos: -184.5,-121.5 parent: 1 - - uid: 63411 + - uid: 16056 components: - type: Transform - anchored: True - pos: 54.5,-103.5 + rot: 1.5707963267948966 rad + pos: -165.5,-104.5 parent: 1 - - uid: 63469 + - uid: 16057 components: - type: Transform - anchored: True - pos: 62.5,-133.5 + rot: 1.5707963267948966 rad + pos: -165.5,-105.5 parent: 1 - - uid: 63494 + - uid: 16058 components: - type: Transform - anchored: True - pos: 59.5,-149.5 + rot: 1.5707963267948966 rad + pos: -165.5,-108.5 parent: 1 - - uid: 63510 + - uid: 16059 components: - type: Transform - anchored: True - pos: 76.5,-151.5 + rot: -1.5707963267948966 rad + pos: -165.5,-106.5 parent: 1 - - uid: 63515 + - uid: 16060 components: - type: Transform - anchored: True - pos: 16.5,-106.5 + rot: 3.141592653589793 rad + pos: 127.5,9.5 parent: 1 - - uid: 63517 + - uid: 16061 components: - type: Transform - anchored: True - pos: 22.5,-98.5 + pos: -188.5,23.5 parent: 1 - - uid: 63523 + - uid: 16062 components: - type: Transform - anchored: True - pos: 27.5,-133.5 + pos: -187.5,23.5 parent: 1 - - uid: 63526 + - uid: 16063 components: - type: Transform - anchored: True - pos: 39.5,-106.5 + pos: -186.5,23.5 parent: 1 - - uid: 63527 + - uid: 16064 components: - type: Transform - anchored: True - pos: 17.5,-138.5 + rot: 1.5707963267948966 rad + pos: -183.5,48.5 parent: 1 - - uid: 63528 + - uid: 16065 components: - type: Transform - anchored: True - pos: 32.5,-96.5 + rot: 3.141592653589793 rad + pos: -187.5,21.5 parent: 1 - - uid: 63529 + - uid: 16066 components: - type: Transform - anchored: True - pos: 53.5,-144.5 + rot: 3.141592653589793 rad + pos: -188.5,21.5 parent: 1 - - uid: 63535 + - uid: 16067 components: - type: Transform - anchored: True - pos: 24.5,-151.5 + rot: 3.141592653589793 rad + pos: -186.5,21.5 parent: 1 - - uid: 63541 + - uid: 16068 components: - type: Transform - anchored: True - pos: 59.5,-150.5 + rot: 3.141592653589793 rad + pos: -189.5,21.5 parent: 1 - - uid: 63542 + - uid: 16069 components: - type: Transform - anchored: True - pos: 21.5,-133.5 + rot: 3.141592653589793 rad + pos: -190.5,21.5 parent: 1 - - uid: 63545 + - uid: 16070 components: - type: Transform - anchored: True - pos: 61.5,-122.5 + pos: 172.5,-155.5 parent: 1 - - uid: 63554 + - uid: 16071 components: - type: Transform - anchored: True - pos: 244.5,-70.5 + pos: 173.5,-155.5 parent: 1 - - uid: 63585 + - uid: 16072 components: - type: Transform - anchored: True - pos: 245.5,-60.5 + rot: -1.5707963267948966 rad + pos: -105.5,-154.5 parent: 1 - - uid: 63596 + - uid: 16073 components: - type: Transform - anchored: True - pos: -188.5,93.5 + rot: 3.141592653589793 rad + pos: -102.5,-153.5 parent: 1 - - uid: 63600 + - uid: 16074 components: - type: Transform - anchored: True - pos: -191.5,94.5 + rot: -1.5707963267948966 rad + pos: -101.5,-154.5 parent: 1 - - uid: 63604 + - uid: 16075 components: - type: Transform - anchored: True - pos: -183.5,92.5 + rot: 3.141592653589793 rad + pos: -104.5,-153.5 parent: 1 - - uid: 63612 + - uid: 16076 components: - type: Transform - anchored: True - pos: -201.5,74.5 + rot: 3.141592653589793 rad + pos: -103.5,-153.5 parent: 1 - - uid: 63620 + - uid: 16077 components: - type: Transform - anchored: True - pos: -203.5,67.5 + rot: -1.5707963267948966 rad + pos: -154.5,54.5 parent: 1 - - uid: 63623 +- proto: N14TableCounterMetalBend + entities: + - uid: 16078 components: - type: Transform - anchored: True - pos: -144.5,90.5 + rot: 3.141592653589793 rad + pos: -182.5,-121.5 parent: 1 - - uid: 63627 + - uid: 16079 components: - type: Transform - anchored: True - pos: -161.5,90.5 + rot: -1.5707963267948966 rad + pos: 86.5,-40.5 parent: 1 - - uid: 63633 + - uid: 16080 components: - type: Transform - anchored: True - pos: -201.5,59.5 + rot: 3.141592653589793 rad + pos: 86.5,-37.5 parent: 1 - - uid: 63640 + - uid: 16081 components: - type: Transform - anchored: True - pos: -160.5,93.5 + rot: 1.5707963267948966 rad + pos: 83.5,-40.5 parent: 1 - - uid: 63641 + - uid: 16082 components: - type: Transform - anchored: True - pos: -204.5,29.5 + rot: -1.5707963267948966 rad + pos: 86.5,-33.5 parent: 1 - - uid: 63643 + - uid: 16083 components: - type: Transform - anchored: True - pos: -197.5,87.5 + rot: 3.141592653589793 rad + pos: 86.5,-31.5 parent: 1 - - uid: 63660 + - uid: 16084 components: - type: Transform - anchored: True - pos: -136.5,78.5 + rot: -1.5707963267948966 rad + pos: 140.5,-12.5 parent: 1 - - uid: 63662 + - uid: 16085 components: - type: Transform - anchored: True - pos: -138.5,80.5 + rot: 1.5707963267948966 rad + pos: 43.5,4.5 parent: 1 - - uid: 63871 + - uid: 16086 components: - type: Transform - anchored: True - pos: -187.5,-2.5 + rot: -1.5707963267948966 rad + pos: 46.5,4.5 parent: 1 - - uid: 64065 + - uid: 16087 components: - type: Transform - anchored: True - pos: -213.5,-0.5 + pos: 32.5,5.5 parent: 1 - - uid: 64173 + - uid: 16088 components: - type: Transform - anchored: True - pos: -83.5,44.5 + rot: 3.141592653589793 rad + pos: 34.5,5.5 parent: 1 - - uid: 64247 + - uid: 16089 components: - type: Transform - anchored: True - pos: -83.5,-201.5 + pos: -63.5,35.5 parent: 1 - - uid: 64280 + - uid: 16090 components: - type: Transform - anchored: True - pos: -54.5,-163.5 + pos: -56.5,35.5 parent: 1 - - uid: 64281 + - uid: 16091 components: - type: Transform - anchored: True - pos: -74.5,-205.5 + pos: -82.5,-100.5 parent: 1 - - uid: 64320 + - uid: 16092 components: - type: Transform - anchored: True - pos: -116.5,-193.5 + rot: -1.5707963267948966 rad + pos: -32.5,-35.5 parent: 1 - - uid: 64324 + - uid: 16093 components: - type: Transform - anchored: True - pos: -95.5,46.5 + rot: 3.141592653589793 rad + pos: -152.5,-16.5 parent: 1 - - uid: 64325 + - uid: 16094 components: - type: Transform - anchored: True - pos: -55.5,-170.5 + rot: 1.5707963267948966 rad + pos: -152.5,-17.5 parent: 1 - - uid: 64332 + - uid: 16095 components: - type: Transform - anchored: True - pos: -86.5,43.5 + rot: 1.5707963267948966 rad + pos: -183.5,47.5 parent: 1 - - uid: 64333 + - uid: 16096 components: - type: Transform - anchored: True - pos: -101.5,25.5 + pos: -105.5,-153.5 parent: 1 - - uid: 65008 + - uid: 16097 components: - type: Transform - anchored: True - pos: 15.5,73.5 + rot: 3.141592653589793 rad + pos: -101.5,-153.5 parent: 1 - - uid: 65084 +- proto: N14TableCounterMetalIntersect + entities: + - uid: 16098 components: - type: Transform - anchored: True - pos: 227.5,-74.5 + rot: 3.141592653589793 rad + pos: 13.5,-58.5 parent: 1 - - uid: 65099 +- proto: N14TableDeskMetal + entities: + - uid: 16099 components: - type: Transform - anchored: True - pos: 238.5,-53.5 + rot: 3.141592653589793 rad + pos: -164.5,-96.5 parent: 1 - - uid: 65100 + - uid: 16100 components: - type: Transform - anchored: True - pos: 239.5,-80.5 + pos: 163.5,-75.5 parent: 1 - - uid: 65105 + - uid: 16101 components: - type: Transform - anchored: True - pos: 222.5,-28.5 + rot: 3.141592653589793 rad + pos: 170.5,53.5 parent: 1 - - uid: 65106 + - uid: 16102 components: - type: Transform - anchored: True - pos: 236.5,-36.5 + pos: -43.5,-33.5 parent: 1 - - uid: 65192 + - uid: 16103 components: - type: Transform rot: -1.5707963267948966 rad - pos: 98.405945,-100.07494 + pos: 119.5,-17.5 parent: 1 - - uid: 65227 + - uid: 16104 components: - type: Transform - anchored: True - pos: 245.5,-45.5 + pos: 112.5,4.5 parent: 1 - - uid: 65267 + - uid: 16105 components: - type: Transform - anchored: True - pos: 243.5,-43.5 + rot: 3.141592653589793 rad + pos: 129.5,15.5 parent: 1 - - uid: 65322 + - uid: 16106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.135635,-126.301865 + rot: 3.141592653589793 rad + pos: -76.5,-176.5 parent: 1 - - uid: 65528 + - uid: 16107 components: - type: Transform - anchored: True - pos: 95.5,-89.5 + rot: 3.141592653589793 rad + pos: -115.5,-158.5 parent: 1 - - uid: 65701 + - uid: 16108 components: - type: Transform - anchored: True - pos: 123.5,-139.5 + rot: 3.141592653589793 rad + pos: -115.5,-155.5 parent: 1 - - uid: 65702 + - uid: 16109 components: - type: Transform - anchored: True - pos: 120.5,-142.5 + rot: 3.141592653589793 rad + pos: -97.5,-162.5 parent: 1 - - uid: 65709 + - uid: 16110 components: - type: Transform - anchored: True - pos: 125.5,-129.5 + rot: 3.141592653589793 rad + pos: -115.5,-152.5 parent: 1 - - uid: 65711 + - uid: 16111 components: - type: Transform - anchored: True - pos: 72.5,-77.5 + rot: -1.5707963267948966 rad + pos: -196.5,-100.5 parent: 1 -- proto: N14FloraDesertTree4 +- proto: N14TableDeskMetalDirty entities: - - uid: 6843 + - uid: 16112 components: - type: Transform - anchored: True - pos: 77.5,127.5 + rot: -1.5707963267948966 rad + pos: 112.5,15.5 parent: 1 - - uid: 8505 + - uid: 16113 components: - type: Transform - anchored: True - pos: 171.5,207.5 + pos: 184.5,-70.5 parent: 1 - - uid: 8506 + - uid: 16114 components: - type: Transform - anchored: True - pos: -22.5,65.5 + pos: -11.5,11.5 parent: 1 - - uid: 8507 + - uid: 16115 components: - type: Transform - anchored: True - pos: 20.5,30.5 + rot: 1.5707963267948966 rad + pos: -27.5,60.5 parent: 1 - - uid: 8508 + - uid: 16116 components: - type: Transform - anchored: True - pos: -136.5,-117.5 + rot: 1.5707963267948966 rad + pos: -27.5,58.5 parent: 1 - - uid: 8509 + - uid: 16117 components: - type: Transform - anchored: True - pos: -219.5,-121.5 + rot: 1.5707963267948966 rad + pos: 15.5,-32.5 parent: 1 - - uid: 8510 + - uid: 16118 components: - type: Transform - anchored: True - pos: -217.5,-107.5 + rot: -1.5707963267948966 rad + pos: -50.5,23.5 parent: 1 - - uid: 8511 + - uid: 16119 components: - type: Transform - anchored: True - pos: 122.5,97.5 + rot: 3.141592653589793 rad + pos: -48.5,34.5 parent: 1 - - uid: 8512 + - uid: 16120 components: - type: Transform - anchored: True - pos: 113.5,121.5 + rot: 1.5707963267948966 rad + pos: 34.5,-43.5 parent: 1 - - uid: 8513 + - uid: 16121 components: - type: Transform - anchored: True - pos: 103.5,79.5 + pos: 40.5,-69.5 parent: 1 - - uid: 8514 + - uid: 16122 components: - type: Transform - anchored: True - pos: 137.5,97.5 + rot: 1.5707963267948966 rad + pos: 39.5,-72.5 parent: 1 - - uid: 8515 + - uid: 16123 components: - type: Transform - anchored: True - pos: 110.5,79.5 + rot: -1.5707963267948966 rad + pos: -44.5,-108.5 parent: 1 - - uid: 8516 + - uid: 16124 components: - type: Transform - anchored: True - pos: 139.5,121.5 + rot: 1.5707963267948966 rad + pos: 161.5,180.5 parent: 1 - - uid: 8517 + - uid: 16125 components: - type: Transform - anchored: True - pos: 145.5,85.5 + rot: 1.5707963267948966 rad + pos: 185.5,30.5 parent: 1 - - uid: 8518 + - uid: 16126 components: - type: Transform - anchored: True - pos: 68.5,-1.5 + rot: 1.5707963267948966 rad + pos: 165.5,54.5 parent: 1 - - uid: 8519 + - uid: 16127 components: - type: Transform - anchored: True - pos: 20.5,130.5 + pos: -150.5,1.5 parent: 1 - - uid: 8520 + - uid: 16128 components: - type: Transform - anchored: True - pos: 19.5,124.5 + pos: -38.5,-34.5 parent: 1 - - uid: 8521 + - uid: 16129 components: - type: Transform - anchored: True - pos: 38.5,121.5 + rot: 1.5707963267948966 rad + pos: -38.5,-13.5 parent: 1 - - uid: 8522 + - uid: 16130 components: - type: Transform - anchored: True - pos: -74.5,9.5 + rot: 3.141592653589793 rad + pos: 91.5,12.5 parent: 1 - - uid: 8523 + - uid: 16131 components: - type: Transform - anchored: True - pos: 155.5,10.5 + rot: 3.141592653589793 rad + pos: 27.5,168.5 parent: 1 - - uid: 8524 + - uid: 16132 components: - type: Transform - anchored: True - pos: -110.5,-117.5 + rot: 3.141592653589793 rad + pos: -173.5,28.5 parent: 1 - - uid: 8525 + - uid: 16133 components: - type: Transform - anchored: True - pos: -75.5,-116.5 + rot: 3.141592653589793 rad + pos: -158.5,59.5 parent: 1 - - uid: 8528 + - uid: 16134 components: - type: Transform - anchored: True - pos: 145.5,-108.5 + pos: 175.5,-170.5 parent: 1 - - uid: 8529 + - uid: 16135 components: - type: Transform - anchored: True - pos: -49.5,-96.5 + rot: -1.5707963267948966 rad + pos: 176.5,-154.5 parent: 1 - - uid: 8530 + - uid: 16136 components: - type: Transform - anchored: True - pos: -21.5,-125.5 + rot: 1.5707963267948966 rad + pos: 170.5,-180.5 parent: 1 - - uid: 8531 + - uid: 16137 components: - type: Transform - pos: -57.940266,-100.3052 + pos: -31.5,-192.5 parent: 1 - - uid: 8532 +- proto: N14TableDeskMetalSmall + entities: + - uid: 16138 components: - type: Transform - anchored: True - pos: 205.5,95.5 + rot: 1.5707963267948966 rad + pos: 6.5,6.5 parent: 1 - - uid: 8533 + - uid: 16139 components: - type: Transform - anchored: True - pos: 221.5,102.5 + pos: -25.5,11.5 parent: 1 - - uid: 8534 + - uid: 16140 components: - type: Transform - pos: 211.2883,72.46546 + rot: 1.5707963267948966 rad + pos: -31.5,65.5 parent: 1 - - uid: 8535 + - uid: 16141 components: - type: Transform - anchored: True - pos: 239.5,79.5 + rot: -1.5707963267948966 rad + pos: 39.5,-46.5 parent: 1 - - uid: 9505 + - uid: 16142 components: - type: Transform - anchored: True - pos: -218.5,-162.5 + rot: 3.141592653589793 rad + pos: 31.5,-47.5 parent: 1 - - uid: 11138 + - uid: 16143 components: - type: Transform - anchored: True - pos: -180.5,-211.5 + rot: 3.141592653589793 rad + pos: 166.5,35.5 parent: 1 - - uid: 11566 + - uid: 16144 components: - type: Transform - anchored: True - pos: -184.5,-7.5 + rot: -1.5707963267948966 rad + pos: -241.5,-107.5 parent: 1 - - uid: 17992 + - uid: 16145 components: - type: Transform - anchored: True - pos: -66.5,-62.5 + pos: 104.5,14.5 parent: 1 - - uid: 46064 + - uid: 16146 components: - type: Transform - pos: -405.59708,77.21465 + pos: -185.5,30.5 parent: 1 - - uid: 46511 + - uid: 16147 components: - type: Transform - anchored: True - pos: -58.5,-69.5 + rot: 1.5707963267948966 rad + pos: -188.5,29.5 parent: 1 - - uid: 49900 + - uid: 16148 components: - type: Transform - anchored: True - pos: -214.5,-219.5 + rot: -1.5707963267948966 rad + pos: 178.5,-177.5 parent: 1 - - uid: 55373 + - uid: 16149 components: - type: Transform - anchored: True - pos: -220.5,-157.5 + rot: -1.5707963267948966 rad + pos: 178.5,-175.5 parent: 1 - - uid: 61012 +- proto: N14TableDeskSchool + entities: + - uid: 16150 components: - type: Transform - anchored: True - pos: 90.5,143.5 + rot: 1.5707963267948966 rad + pos: 127.5,-7.5 parent: 1 - - uid: 61064 + - uid: 16151 components: - type: Transform - anchored: True - pos: -221.5,-183.5 + rot: 1.5707963267948966 rad + pos: 127.5,0.5 parent: 1 - - uid: 62609 +- proto: N14TableDeskSchoolDamaged + entities: + - uid: 16152 components: - type: Transform - anchored: True - pos: -82.5,220.5 + pos: 140.5,2.5 parent: 1 - - uid: 62643 + - uid: 16153 components: - type: Transform - anchored: True - pos: -63.5,160.5 + pos: 139.5,2.5 parent: 1 - - uid: 62653 + - uid: 16154 components: - type: Transform - anchored: True - pos: -120.5,165.5 + rot: -1.5707963267948966 rad + pos: -34.5,12.5 parent: 1 - - uid: 62661 + - uid: 16155 components: - type: Transform - anchored: True - pos: 215.5,109.5 + rot: -1.5707963267948966 rad + pos: -34.5,10.5 parent: 1 - - uid: 62672 + - uid: 16156 components: - type: Transform - anchored: True - pos: 221.5,114.5 + rot: -1.5707963267948966 rad + pos: -32.5,12.5 parent: 1 - - uid: 62675 + - uid: 16157 components: - type: Transform - anchored: True - pos: 204.5,107.5 + rot: -1.5707963267948966 rad + pos: -32.5,10.5 parent: 1 - - uid: 63511 + - uid: 16158 components: - type: Transform - anchored: True - pos: 27.5,-117.5 + rot: 1.5707963267948966 rad + pos: -2.5,12.5 parent: 1 - - uid: 63550 + - uid: 16159 components: - type: Transform - anchored: True - pos: 57.5,-128.5 + rot: 1.5707963267948966 rad + pos: -2.5,10.5 parent: 1 - - uid: 63594 + - uid: 16160 components: - type: Transform - anchored: True - pos: -168.5,93.5 + rot: 1.5707963267948966 rad + pos: -4.5,12.5 parent: 1 - - uid: 63616 + - uid: 16161 components: - type: Transform - anchored: True - pos: -189.5,87.5 + rot: 1.5707963267948966 rad + pos: -4.5,10.5 parent: 1 - - uid: 63661 + - uid: 16162 components: - type: Transform - anchored: True - pos: -141.5,87.5 + pos: -55.5,-110.5 parent: 1 - - uid: 64211 + - uid: 16163 components: - type: Transform - anchored: True - pos: -87.5,16.5 + pos: -73.5,-16.5 parent: 1 - - uid: 64929 + - uid: 16164 components: - type: Transform - anchored: True - pos: 60.5,77.5 + rot: 3.141592653589793 rad + pos: -183.5,-22.5 parent: 1 - - uid: 65102 +- proto: N14TableDeskWood + entities: + - uid: 16165 components: - type: Transform - anchored: True - pos: 171.5,-20.5 + rot: 3.141592653589793 rad + pos: 167.5,191.5 parent: 1 - - uid: 65166 + - uid: 16166 components: - type: Transform - anchored: True - pos: 176.5,-10.5 + rot: 3.141592653589793 rad + pos: -18.5,12.5 parent: 1 - - uid: 65258 + - uid: 16167 components: - type: Transform - anchored: True - pos: 186.5,-9.5 + pos: 32.5,-16.5 parent: 1 - - uid: 65282 + - uid: 16168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.679344,-123.801865 + pos: -68.5,-27.5 parent: 1 -- proto: N14FloraLog1 - entities: - - uid: 9790 + - uid: 16169 components: - type: Transform - anchored: True - pos: -9.5,214.5 + rot: 1.5707963267948966 rad + pos: 78.5,109.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 61250 + - uid: 16170 components: - type: Transform - anchored: True - pos: 179.5,-431.5 + rot: -1.5707963267948966 rad + pos: -159.5,66.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 62618 + - uid: 16171 components: - type: Transform - anchored: True - pos: -139.5,227.5 + pos: -116.5,-164.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - bodyType: Static -- proto: N14FloraLog3 +- proto: N14TableDeskWood2 entities: - - uid: 22063 + - uid: 16172 components: - type: Transform - pos: 206.85165,-35.8855 + rot: 1.5707963267948966 rad + pos: 113.5,-6.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} -- proto: N14FloraProduceWildBrocFlower - entities: - - uid: 23820 + - uid: 16173 components: - type: Transform - pos: 182.58023,161.64833 + pos: 106.5,-47.5 parent: 1 - - uid: 61063 + - uid: 16174 components: - type: Transform - pos: 182.6271,161.42958 + rot: 3.141592653589793 rad + pos: 44.5,-31.5 parent: 1 -- proto: N14FloraProduceWildBuffaloGourd - entities: - - uid: 8539 + - uid: 16175 components: - type: Transform - pos: -35.558224,-107.434845 + pos: 33.5,-19.5 parent: 1 - - uid: 8540 + - uid: 16176 components: - type: Transform - pos: -35.591225,-107.53466 + rot: -1.5707963267948966 rad + pos: 42.5,-33.5 parent: 1 - - uid: 40256 + - uid: 16177 components: - type: Transform - pos: -39.48652,9.309403 + rot: 3.141592653589793 rad + pos: 42.5,-37.5 parent: 1 -- proto: N14FloraProduceWildCarrot - entities: - - uid: 8541 + - uid: 16178 components: - type: Transform - pos: 206.52269,-25.91276 + pos: -48.5,-124.5 parent: 1 -- proto: N14FloraProduceWildCaveFungus - entities: - - uid: 8542 + - uid: 16179 components: - type: Transform - pos: 160.74547,-94.46948 + pos: -40.5,-116.5 parent: 1 - - uid: 8543 + - uid: 16180 components: - type: Transform - pos: 175.66815,-95.6259 + rot: 3.141592653589793 rad + pos: 48.5,159.5 parent: 1 - - uid: 8544 + - uid: 16181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.3895,193.50877 + rot: -1.5707963267948966 rad + pos: 189.5,27.5 parent: 1 - - uid: 8545 + - uid: 16182 components: - type: Transform - pos: 189.43637,190.65054 + pos: -38.5,-37.5 parent: 1 - - uid: 8546 + - uid: 16183 components: - type: Transform - pos: -231.52121,-94.291306 + rot: -1.5707963267948966 rad + pos: -48.5,-39.5 parent: 1 - - uid: 8547 + - uid: 16184 components: - type: Transform - pos: -249.41165,-95.291306 + pos: 112.5,12.5 parent: 1 - - uid: 8548 + - uid: 16185 components: - type: Transform - pos: -249.5054,-100.33818 + pos: 166.5,-166.5 parent: 1 - - uid: 8549 + - uid: 16186 components: - type: Transform - pos: -218.47653,-95.49443 + pos: 166.5,-174.5 parent: 1 - - uid: 46782 + - uid: 16187 components: - type: Transform - pos: -420.36517,126.51313 + rot: 3.141592653589793 rad + pos: 167.5,-173.5 parent: 1 - - uid: 46885 + - uid: 16188 components: - type: Transform - pos: -406.418,120.633385 + rot: 3.141592653589793 rad + pos: 167.5,-165.5 parent: 1 - - uid: 46953 + - uid: 16189 components: - type: Transform - pos: -420.52142,131.44669 + rot: -1.5707963267948966 rad + pos: -131.5,58.5 parent: 1 - - uid: 46987 +- proto: N14TableDeskWoodSmall + entities: + - uid: 16190 components: - type: Transform - pos: -427.45892,130.61856 + rot: -1.5707963267948966 rad + pos: 103.5,-13.5 parent: 1 - - uid: 47013 + - uid: 16191 components: - type: Transform - pos: -403.51175,128.49944 + pos: 125.5,35.5 parent: 1 - - uid: 47063 + - uid: 16192 components: - type: Transform - pos: -427.49017,128.2475 + rot: 1.5707963267948966 rad + pos: -82.5,-106.5 parent: 1 - - uid: 47070 + - uid: 16193 components: - type: Transform - pos: -402.57745,119.49449 + pos: -54.5,-16.5 parent: 1 - - uid: 47382 - components: - - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47390 + - uid: 16194 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47391 + pos: 50.5,152.5 + parent: 1 + - uid: 16195 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 61984 + rot: 3.141592653589793 rad + pos: 48.5,150.5 + parent: 1 +- proto: N14TableMetalGrate + entities: + - uid: 16196 components: - type: Transform - pos: -162.21057,47.472824 + pos: -147.5,52.5 parent: 1 -- proto: N14FloraProduceWildCaveFungusRad - entities: - - uid: 8550 + - uid: 16197 components: - type: Transform - pos: 158.50713,-94.46948 + pos: -147.5,54.5 parent: 1 - - uid: 8551 + - uid: 16198 components: - type: Transform - pos: 168.63914,-109.47154 + pos: -147.5,53.5 parent: 1 - - uid: 8552 + - uid: 16199 components: - type: Transform - pos: 168.56544,-100.5448 + rot: -1.5707963267948966 rad + pos: -162.5,-95.5 parent: 1 - - uid: 8553 + - uid: 16200 components: - type: Transform - pos: 178.3982,-106.80964 + rot: 1.5707963267948966 rad + pos: -184.5,-104.5 parent: 1 - - uid: 8554 + - uid: 16201 components: - type: Transform - pos: 184.47157,-94.59792 + pos: -153.5,67.5 parent: 1 - - uid: 8555 + - uid: 16202 components: - type: Transform - pos: 190.5224,204.53345 + pos: -174.5,-93.5 parent: 1 - - uid: 8556 + - uid: 16203 components: - type: Transform - pos: 185.44061,209.51775 + pos: -175.5,-93.5 parent: 1 - - uid: 8557 + - uid: 16204 components: - type: Transform - pos: 186.39374,212.50212 + rot: 3.141592653589793 rad + pos: 132.5,23.5 parent: 1 - - uid: 8558 + - uid: 16205 components: - type: Transform - pos: 185.5493,213.20525 + pos: 144.5,172.5 parent: 1 - - uid: 24569 + - uid: 16206 components: - type: Transform - pos: -163.43974,46.17027 + pos: 140.5,164.5 parent: 1 -- proto: N14FloraProduceWildMutfruit - entities: - - uid: 56075 + - uid: 16207 components: - type: Transform - pos: -403.52673,112.4371 + pos: 144.5,171.5 parent: 1 - - uid: 56085 + - uid: 16208 components: - type: Transform - pos: -403.71597,112.550545 + pos: 201.5,-26.5 parent: 1 - - uid: 65368 + - uid: 16209 components: - type: Transform - pos: 64.37935,-98.58742 + rot: -1.5707963267948966 rad + pos: 212.5,181.5 parent: 1 - - uid: 65414 + - uid: 16210 components: - type: Transform - pos: 64.64576,-98.47968 + rot: 3.141592653589793 rad + pos: 216.5,186.5 parent: 1 -- proto: N14FloraProduceWildRazorgrain - entities: - - uid: 47384 + - uid: 16211 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47387 + pos: 17.5,6.5 + parent: 1 + - uid: 16212 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47388 + pos: 139.5,167.5 + parent: 1 + - uid: 16213 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FloraProduceWildStarlightBerries - entities: - - uid: 48137 + pos: 139.5,166.5 + parent: 1 + - uid: 16214 components: - type: Transform - pos: -77.556786,-111.3858 + pos: 139.5,165.5 parent: 1 -- proto: N14FloraProduceWildXander - entities: - - uid: 10880 + - uid: 16215 components: - type: Transform - pos: 182.5646,161.03896 + pos: -194.5,-106.5 parent: 1 - - uid: 22565 + missingComponents: + - Climbable + - uid: 16216 components: - type: Transform - pos: 182.5646,160.80458 + pos: -188.5,-105.5 parent: 1 - - uid: 44121 + - uid: 16217 components: - type: Transform - pos: 223.59534,-38.6146 + pos: -194.5,-103.5 parent: 1 -- proto: N14FloraWildBananaYuccaClippingSeed - entities: - - uid: 55808 + missingComponents: + - Climbable + - uid: 16218 components: - type: Transform - pos: -194.49902,-120.0568 + rot: 1.5707963267948966 rad + pos: -184.5,-103.5 parent: 1 -- proto: N14FloraWildBrocFlowerClippingSeed - entities: - - uid: 23403 + - uid: 16219 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23405 + pos: -169.5,-113.5 + parent: 1 + - uid: 16220 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24142 + pos: -168.5,-113.5 + parent: 1 + - uid: 16221 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24145 + rot: 3.141592653589793 rad + pos: -193.5,-120.5 + parent: 1 + - uid: 16222 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24159 + rot: 3.141592653589793 rad + pos: -195.5,-120.5 + parent: 1 + - uid: 16223 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24160 + rot: 3.141592653589793 rad + pos: -194.5,-120.5 + parent: 1 + - uid: 16224 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55806 + pos: -156.5,-107.5 + parent: 1 + - uid: 16225 components: - type: Transform - pos: -194.7334,-120.4943 + pos: 9.5,-39.5 parent: 1 -- proto: N14FloraWildCabbageClippingSeed - entities: - - uid: 7609 + - uid: 16226 components: - type: Transform - pos: 217.45963,-37.40692 + rot: 1.5707963267948966 rad + pos: 137.5,-9.5 parent: 1 -- proto: N14FloraWildCarrotClippingSeed - entities: - - uid: 8559 + - uid: 16227 components: - type: Transform - pos: 206.58519,-26.334635 + rot: 1.5707963267948966 rad + pos: 137.5,-10.5 parent: 1 - - uid: 8560 + - uid: 16228 components: - type: Transform - pos: 206.52269,-26.522135 + pos: 15.5,150.5 parent: 1 - - uid: 8561 + - uid: 16229 components: - type: Transform - pos: 206.42894,-26.303385 + pos: 15.5,151.5 parent: 1 - - uid: 55805 + - uid: 16230 components: - type: Transform - pos: -194.7959,-120.21305 + pos: 15.5,149.5 parent: 1 -- proto: N14FloraWildCoyoteTobaccoClippingSeed - entities: - - uid: 55811 + - uid: 16231 components: - type: Transform - pos: -195.07715,-120.46305 + pos: 16.5,149.5 parent: 1 -- proto: N14FloraWildMutfruitClippingSeed - entities: - - uid: 55809 + - uid: 16232 components: - type: Transform - pos: -195.09277,-120.15055 + pos: 15.5,151.5 parent: 1 - - uid: 65273 + - uid: 16233 components: - type: Transform - pos: 217.35304,-37.203545 + pos: 15.5,149.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14FloraWildOnionClippingSeed - entities: - - uid: 7598 + - uid: 16234 components: - type: Transform - pos: 217.72525,-37.37567 + pos: 15.5,150.5 parent: 1 -- proto: N14FloraWildTarberryClippingSeed - entities: - - uid: 10235 + - uid: 16235 components: - type: Transform - pos: 217.27213,-37.203796 + pos: 17.5,154.5 parent: 1 -- proto: N14FloraWildTatoClippingSeed - entities: - - uid: 65219 + - uid: 16236 components: - type: Transform - pos: 217.52492,-37.18792 + pos: 17.5,153.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14FloraWildXanderRootClippingSeed - entities: - - uid: 17481 + - uid: 16237 components: - type: Transform - pos: 217.7565,-37.141296 + pos: 18.5,154.5 parent: 1 - - uid: 22570 + - uid: 16238 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22571 + pos: 18.5,153.5 + parent: 1 + - uid: 16239 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23370 + rot: 1.5707963267948966 rad + pos: -290.5,-88.5 + parent: 1 + - uid: 16240 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23396 + pos: 10.5,-39.5 + parent: 1 + - uid: 16241 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23397 + pos: 11.5,-39.5 + parent: 1 + - uid: 16242 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24161 + rot: 1.5707963267948966 rad + pos: -290.5,-87.5 + parent: 1 + - uid: 16243 components: - type: Transform - parent: 7664 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodBlamcomaccheeseLarge - entities: - - uid: 8562 + pos: 17.5,5.5 + parent: 1 + - uid: 16244 components: - type: Transform - pos: -60.43652,30.802483 + pos: 17.5,7.5 parent: 1 - - uid: 8563 + - uid: 16245 components: - type: Transform - pos: 92.88572,105.8897 + pos: 16.5,5.5 parent: 1 -- proto: N14FoodBlamcomaccheeseLargeTrash - entities: - - uid: 4715 + - uid: 16246 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodBlamcomaccheeseTrash - entities: - - uid: 8564 + rot: 1.5707963267948966 rad + pos: -52.5,-125.5 + parent: 1 + - uid: 16247 components: - type: Transform - pos: 42.579258,0.5559454 + rot: 1.5707963267948966 rad + pos: -51.5,-125.5 parent: 1 - - uid: 8565 + - uid: 16248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.483685,-102.46067 + pos: -81.5,-104.5 parent: 1 -- proto: N14FoodBubblegum - entities: - - uid: 8566 + - uid: 16249 components: - type: Transform - pos: -34.42855,12.641363 + pos: -82.5,-104.5 parent: 1 - - uid: 8567 + - uid: 16250 components: - type: Transform - pos: 208.42894,-25.303385 + pos: -193.5,-170.5 parent: 1 -- proto: N14FoodCram - entities: - - uid: 8568 + - uid: 16251 components: - type: Transform - pos: -10.533103,-11.255737 + pos: -192.5,-164.5 parent: 1 - - uid: 8569 + - uid: 16252 components: - type: Transform - pos: -154.51918,-19.136377 + pos: -193.5,-171.5 parent: 1 - - uid: 61146 + - uid: 16253 components: - type: Transform - pos: 29.368876,149.27296 + pos: -192.5,-171.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14FoodCramTrash - entities: - - uid: 8570 + - uid: 16254 components: - type: Transform - pos: 161.36893,-94.20829 + pos: -192.5,-171.5 parent: 1 - - uid: 8571 + - uid: 16255 components: - type: Transform - pos: 131.88571,-14.962629 + pos: -191.5,-171.5 parent: 1 -- proto: N14FoodCrisps - entities: - - uid: 8572 + - uid: 16256 components: - type: Transform - pos: 92.52006,105.14917 + rot: 3.141592653589793 rad + pos: 165.5,-94.5 parent: 1 -- proto: N14FoodCrispsTrash - entities: - - uid: 8573 + - uid: 16257 components: - type: Transform - pos: 30.286436,0.7443464 + rot: 3.141592653589793 rad + pos: 164.5,-94.5 parent: 1 - - uid: 44373 + - uid: 16258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -226.65125,-92.16833 + rot: 3.141592653589793 rad + pos: 103.5,-4.5 parent: 1 - - uid: 61089 + - uid: 16259 components: - type: Transform - pos: 31.276194,149.32481 + rot: 3.141592653589793 rad + pos: 104.5,-4.5 parent: 1 -- proto: N14FoodDandyboyapplesTrash - entities: - - uid: 4716 + - uid: 16260 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodDinki-Di - entities: - - uid: 64090 + pos: 182.5,-66.5 + parent: 1 + - uid: 16261 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64091 + rot: 1.5707963267948966 rad + pos: -289.5,-87.5 + parent: 1 + - uid: 16262 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64092 + pos: 183.5,-66.5 + parent: 1 + - uid: 16263 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64093 + rot: -1.5707963267948966 rad + pos: 181.5,51.5 + parent: 1 + - uid: 16264 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64094 + rot: -1.5707963267948966 rad + pos: 181.5,52.5 + parent: 1 + - uid: 16265 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64095 + rot: 3.141592653589793 rad + pos: 216.5,186.5 + parent: 1 + - uid: 16266 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64096 + rot: -1.5707963267948966 rad + pos: 213.5,181.5 + parent: 1 + - uid: 16267 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64097 + rot: 3.141592653589793 rad + pos: 215.5,186.5 + parent: 1 + - uid: 16268 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64098 + rot: 3.141592653589793 rad + pos: 216.5,184.5 + parent: 1 + - uid: 16269 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64099 + rot: 3.141592653589793 rad + pos: 216.5,185.5 + parent: 1 + - uid: 16270 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64100 + pos: 175.5,97.5 + parent: 1 + - uid: 16271 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64101 + pos: 175.5,98.5 + parent: 1 + - uid: 16272 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64102 + pos: 175.5,99.5 + parent: 1 + - uid: 16273 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64103 + pos: 175.5,99.5 + parent: 1 + - uid: 16274 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64104 + pos: 174.5,99.5 + parent: 1 + - uid: 16275 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64105 + pos: 201.5,-28.5 + parent: 1 + - uid: 16276 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64106 + rot: 3.141592653589793 rad + pos: 136.5,-10.5 + parent: 1 + - uid: 16277 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64107 + pos: -174.5,-95.5 + parent: 1 + - uid: 16278 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64108 + pos: 140.5,11.5 + parent: 1 + - uid: 16279 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64109 + pos: -196.5,27.5 + parent: 1 + - uid: 16280 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64110 + pos: -190.5,28.5 + parent: 1 + - uid: 16281 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64111 + rot: 1.5707963267948966 rad + pos: 36.5,169.5 + parent: 1 + - uid: 16282 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64112 + pos: 201.5,-29.5 + parent: 1 + - uid: 16283 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64113 + rot: 3.141592653589793 rad + pos: 131.5,23.5 + parent: 1 + - uid: 16284 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64114 + rot: 3.141592653589793 rad + pos: 134.5,24.5 + parent: 1 + - uid: 16285 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64115 + rot: 3.141592653589793 rad + pos: 134.5,23.5 + parent: 1 + - uid: 16286 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64116 + pos: 48.5,167.5 + parent: 1 + - uid: 16287 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64117 + pos: 144.5,170.5 + parent: 1 + - uid: 16288 components: - type: Transform - parent: 64089 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: N14FoodDogfood - entities: - - uid: 5937 + pos: 139.5,164.5 + parent: 1 + - uid: 16289 components: - type: Transform - pos: 28.883673,149.33748 + pos: -184.5,-131.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 8574 + - uid: 16290 components: - type: Transform - pos: 81.70881,105.660866 + pos: 53.5,167.5 parent: 1 - - uid: 8575 + - uid: 16291 components: - type: Transform - pos: -55.668232,-110.01025 + pos: -174.5,-94.5 parent: 1 - - uid: 8576 + - uid: 16292 components: - type: Transform - pos: -184.35425,-172.54726 + pos: -156.5,-105.5 parent: 1 - - uid: 12910 + - uid: 16293 components: - type: Transform - pos: -84.33412,-165.1515 + pos: -184.5,-130.5 parent: 1 - - uid: 13080 + - uid: 16294 components: - type: Transform - pos: -90.58969,-174.14803 + pos: -156.5,-106.5 parent: 1 - - uid: 25323 + - uid: 16295 components: - type: Transform - pos: -90.66308,-173.85449 + pos: 140.5,12.5 parent: 1 - - uid: 25407 + - uid: 16296 components: - type: Transform - pos: -82.27961,-173.94623 + pos: -194.5,-109.5 parent: 1 - - uid: 25490 + missingComponents: + - Climbable + - uid: 16297 components: - type: Transform - pos: -90.369545,-173.96457 + rot: 1.5707963267948966 rad + pos: 100.5,-6.5 parent: 1 - - uid: 38595 + - uid: 16298 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38597 + rot: 1.5707963267948966 rad + pos: 101.5,-6.5 + parent: 1 + - uid: 16299 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38603 + pos: -158.5,-107.5 + parent: 1 + - uid: 16300 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38607 + pos: -157.5,-107.5 + parent: 1 + - uid: 16301 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38682 + pos: 201.5,-25.5 + parent: 1 + - uid: 16302 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38683 + rot: 3.141592653589793 rad + pos: 136.5,-9.5 + parent: 1 + - uid: 16303 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38684 + rot: -1.5707963267948966 rad + pos: 11.5,161.5 + parent: 1 + - uid: 16304 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 61086 + pos: 51.5,146.5 + parent: 1 + - uid: 16305 components: - type: Transform - pos: 33.42414,149.321 + pos: 50.5,142.5 parent: 1 - - uid: 64196 + - uid: 16306 components: - type: Transform - pos: -99.1568,-168.35966 + pos: 58.5,145.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 64270 + - uid: 16307 components: - type: Transform - pos: -82.59149,-174.14803 + pos: 53.5,142.5 parent: 1 - - uid: 64550 + - uid: 16308 components: - type: Transform - pos: -117.44242,-166.18495 + pos: 52.5,146.5 parent: 1 - - uid: 64552 + - uid: 16309 components: - type: Transform - pos: -117.083046,-166.30995 + rot: -1.5707963267948966 rad + pos: 10.5,161.5 parent: 1 - - uid: 64553 + - uid: 16310 components: - type: Transform - pos: -116.69242,-166.16933 + pos: 140.5,13.5 parent: 1 -- proto: N14FoodDogFoodTrash - entities: - - uid: 16 + - uid: 16311 components: - type: Transform - pos: -90.33285,-173.21239 + pos: 139.5,10.5 parent: 1 - - uid: 6294 + - uid: 16312 components: - type: Transform - pos: -84.66225,-164.339 + pos: 140.5,10.5 parent: 1 - - uid: 12811 + - uid: 16313 components: - type: Transform - pos: -92.76825,-164.63254 + pos: -195.5,27.5 parent: 1 - - uid: 12871 + - uid: 16314 components: - type: Transform - pos: -84.36537,-164.214 + pos: -194.5,30.5 parent: 1 - - uid: 12899 + - uid: 16315 components: - type: Transform - pos: -90.69977,-173.12067 + pos: -190.5,27.5 parent: 1 - - uid: 12929 + - uid: 16316 components: - type: Transform - pos: -84.67787,-164.089 + pos: -196.5,21.5 parent: 1 - - uid: 12947 + - uid: 16317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.54577,-174.73509 + pos: -195.5,21.5 parent: 1 - - uid: 13065 + - uid: 16318 components: - type: Transform - pos: -88.32772,-164.29388 + pos: -169.5,60.5 parent: 1 - - uid: 13169 + - uid: 16319 components: - type: Transform - pos: -82.62818,-173.12067 + pos: -186.5,54.5 parent: 1 - - uid: 25313 + - uid: 16320 components: - type: Transform - pos: -90.53465,-173.3775 + pos: -185.5,54.5 parent: 1 - - uid: 38596 + - uid: 16321 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38604 + pos: -184.5,54.5 + parent: 1 + - uid: 16322 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38605 + pos: 270.5,132.5 + parent: 1 + - uid: 16323 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38606 + pos: 270.5,131.5 + parent: 1 + - uid: 16324 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38608 + pos: 270.5,133.5 + parent: 1 + - uid: 16325 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38685 + pos: 268.5,131.5 + parent: 1 + - uid: 16326 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38686 + pos: 268.5,132.5 + parent: 1 + - uid: 16327 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 38687 + pos: 268.5,133.5 + parent: 1 + - uid: 16328 components: - type: Transform - parent: 25530 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 64200 + rot: 3.141592653589793 rad + pos: 314.5,107.5 + parent: 1 + - uid: 16329 components: - type: Transform - pos: -92.346375,-164.37473 + rot: 3.141592653589793 rad + pos: 308.5,107.5 parent: 1 - - uid: 64265 + - uid: 16330 components: - type: Transform - pos: -88.64022,-164.15846 + rot: 3.141592653589793 rad + pos: 307.5,107.5 parent: 1 - - uid: 64271 + - uid: 16331 components: - type: Transform - pos: -92.6745,-164.11691 + rot: 3.141592653589793 rad + pos: 315.5,107.5 parent: 1 -- proto: N14FoodFancyladssnackcakes - entities: - - uid: 8577 + - uid: 16332 components: - type: Transform - pos: -5.0010505,3.785342 + rot: -1.5707963267948966 rad + pos: -162.5,-96.5 parent: 1 -- proto: N14FoodFancyladssnackcakesTrash - entities: - - uid: 8578 + - uid: 16333 components: - type: Transform - pos: -54.577435,-100.55442 + pos: -153.5,66.5 parent: 1 -- proto: N14FoodInstamash - entities: - - uid: 8579 + - uid: 16334 components: - type: Transform - pos: -10.570018,-22.264023 + rot: 1.5707963267948966 rad + pos: -187.5,-105.5 parent: 1 - - uid: 8580 + - uid: 16335 components: - type: Transform - pos: -154.42744,-18.292465 + pos: -153.5,65.5 parent: 1 - - uid: 61116 + - uid: 16336 components: - type: Transform - pos: 28.656782,149.92395 + pos: 100.5,-133.5 parent: 1 -- proto: N14FoodInstamashTrash - entities: - - uid: 4717 + - uid: 16337 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4718 + pos: 102.5,-133.5 + parent: 1 + - uid: 16338 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 5385 + pos: 103.5,-133.5 + parent: 1 + - uid: 16339 components: - type: Transform - parent: 5382 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8581 + pos: 105.5,-133.5 + parent: 1 +- proto: N14TableMetalRound + entities: + - uid: 16340 components: - type: Transform - pos: 29.46435,5.6827116 + pos: 127.5,-3.5 parent: 1 - - uid: 8582 + - uid: 16341 components: - type: Transform - pos: 174.46504,31.878607 + pos: 194.5,15.5 parent: 1 - - uid: 8583 + - uid: 16342 components: - type: Transform - pos: -4.3224297,-24.65543 + pos: -149.5,53.5 parent: 1 -- proto: N14FoodMeatBighorner +- proto: N14TableMetalRoundDirty entities: - - uid: 21992 + - uid: 16343 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatBrahmin - entities: - - uid: 56242 + pos: -7.5,0.5 + parent: 1 + - uid: 16344 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56255 + pos: -4.5,0.5 + parent: 1 + - uid: 16345 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56256 + pos: -1.5,1.5 + parent: 1 + - uid: 16346 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatBrahminCooked - entities: - - uid: 5364 + pos: 180.5,152.5 + parent: 1 + - uid: 16347 components: - type: Transform - parent: 5361 - - type: Construction - defaultTarget: null - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatGecko - entities: - - uid: 6030 + pos: 180.5,148.5 + parent: 1 + - uid: 16348 components: - type: Transform - parent: 6028 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 56226 + pos: 177.5,146.5 + parent: 1 + - uid: 16349 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56254 + pos: 180.5,150.5 + parent: 1 + - uid: 16350 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatIguana - entities: - - uid: 47381 + pos: 177.5,148.5 + parent: 1 + - uid: 16351 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47385 + pos: 177.5,150.5 + parent: 1 + - uid: 16352 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 47389 + pos: 177.5,152.5 + parent: 1 + - uid: 16353 components: - type: Transform - parent: 47380 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatRadchickenCooked - entities: - - uid: 8584 + pos: 180.5,146.5 + parent: 1 + - uid: 16354 components: - type: Transform - pos: 33.508472,5.717264 + pos: 207.5,168.5 parent: 1 - - type: CollisionWake - enabled: False -- proto: N14FoodMeatRadchickenCutletCooked - entities: - - uid: 8585 + - uid: 16355 components: - type: Transform - pos: -73.45378,6.767414 + pos: -34.5,-42.5 parent: 1 - - type: CollisionWake - enabled: False -- proto: N14FoodMeatRadRaw - entities: - - uid: 6031 + - uid: 16356 components: - type: Transform - parent: 6028 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6032 + pos: -33.5,-39.5 + parent: 1 + - uid: 16357 components: - type: Transform - parent: 6028 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatRadroachFillet - entities: - - uid: 49234 + pos: -165.5,55.5 + parent: 1 + - uid: 16358 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56200 + pos: 87.5,12.5 + parent: 1 + - uid: 16359 components: - type: Transform - pos: 137.69324,-9.822262 + pos: 172.5,-159.5 parent: 1 - - uid: 56219 + - uid: 16360 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56248 + pos: 174.5,-157.5 + parent: 1 + - uid: 16361 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56253 + pos: -156.5,64.5 + parent: 1 + - uid: 16362 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56258 + pos: -156.5,67.5 + parent: 1 + - uid: 16363 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatRadroachFilletCooked - entities: - - uid: 8586 + pos: 215.5,-29.5 + parent: 1 + - uid: 16364 components: - type: Transform - pos: -63.39467,31.741188 + pos: -149.5,55.5 parent: 1 - - type: Construction - defaultTarget: null - - type: CollisionWake - enabled: False -- proto: N14FoodMeatRadstag +- proto: N14TableMetalWide entities: - - uid: 56225 + - uid: 16365 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56257 + rot: -1.5707963267948966 rad + pos: -148.5,64.5 + parent: 1 + - uid: 16366 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatRadstagCooked - entities: - - uid: 23011 + rot: -1.5707963267948966 rad + pos: -144.5,64.5 + parent: 1 + - uid: 16367 components: - type: Transform - pos: 134.50104,-8.169032 + pos: -145.5,55.5 parent: 1 - - type: Construction - defaultTarget: null -- proto: N14FoodMeatSquirrel - entities: - - uid: 49446 + - uid: 16368 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55735 + rot: -1.5707963267948966 rad + pos: -168.5,63.5 + parent: 1 + - uid: 16369 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMeatYaoguai - entities: - - uid: 26297 + rot: 3.141592653589793 rad + pos: -185.5,-109.5 + parent: 1 + - uid: 16370 components: - type: Transform - parent: 56092 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14FoodMouldy - entities: - - uid: 8587 + pos: 216.5,-25.5 + parent: 1 + - uid: 16371 components: - type: Transform - pos: -6.042717,3.7644947 + pos: 131.5,-31.5 parent: 1 - - uid: 8588 + - uid: 16372 components: - type: Transform - pos: 23.394875,4.695752 + rot: 3.141592653589793 rad + pos: 184.5,-76.5 parent: 1 - - uid: 61137 + - uid: 16373 components: - type: Transform - pos: 30.68335,149.85074 + pos: 11.5,3.5 parent: 1 -- proto: N14FoodPorkBeans - entities: - - uid: 8590 + - uid: 16374 components: - type: Transform - pos: -54.63949,3.782876 + pos: 16.5,3.5 parent: 1 - - uid: 8591 + - uid: 16375 components: - type: Transform - pos: 92.557594,105.62408 + rot: 3.141592653589793 rad + pos: -5.5,3.5 parent: 1 - - uid: 61140 + - uid: 16376 components: - type: Transform - pos: 28.504128,149.36134 + rot: 3.141592653589793 rad + pos: -37.5,67.5 parent: 1 -- proto: N14FoodSalisburysteak - entities: - - uid: 8592 + - uid: 16377 components: - type: Transform - pos: -53.31657,3.6577895 + pos: -56.5,22.5 parent: 1 -- proto: N14FoodSugarbombsTrash - entities: - - uid: 8593 + - uid: 16378 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.15134,-15.118879 + pos: -61.5,22.5 parent: 1 - - uid: 55778 + - uid: 16379 components: - type: Transform - pos: -154.71336,-124.05922 + pos: -36.5,-19.5 parent: 1 -- proto: N14FoodTinC3Trash - entities: - - uid: 63831 + - uid: 16380 components: - type: Transform - pos: -194.94234,25.288025 + pos: -182.5,62.5 parent: 1 -- proto: N14FoodTinCanTrash - entities: - - uid: 4719 + - uid: 16381 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8594 + rot: -1.5707963267948966 rad + pos: -92.5,-164.5 + parent: 1 + - uid: 16382 components: - type: Transform - pos: 161.59233,-93.586655 + rot: -1.5707963267948966 rad + pos: -82.5,-173.5 parent: 1 - - uid: 8595 + - uid: 16383 components: - type: Transform - pos: 160.40933,-94.61454 + rot: -1.5707963267948966 rad + pos: -90.5,-173.5 parent: 1 - - uid: 8596 + - uid: 16384 components: - type: Transform - pos: 159.62883,-93.462715 + pos: -134.5,55.5 parent: 1 - - uid: 8597 + - uid: 16385 components: - type: Transform - pos: 160.77983,-92.60228 + pos: -171.5,60.5 parent: 1 - - uid: 63416 + - uid: 16386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.72782,-165.62729 + pos: -187.5,-135.5 parent: 1 - - uid: 64345 + - uid: 16387 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.69912,-175.25275 + pos: -195.5,-127.5 parent: 1 - - uid: 64359 + - uid: 16388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.45514,-174.51837 + pos: -174.5,51.5 parent: 1 - - uid: 64404 + - uid: 16389 components: - type: Transform - pos: -85.248856,-174.29301 + pos: -176.5,51.5 parent: 1 - - uid: 64405 + - uid: 16390 components: - type: Transform - pos: -77.80735,-175.65182 + rot: -1.5707963267948966 rad + pos: -86.5,-173.5 + parent: 1 + - uid: 16391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,-164.5 + parent: 1 + - uid: 16392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -177.5,-94.5 parent: 1 - - uid: 64406 + missingComponents: + - Climbable + - uid: 16393 components: - type: Transform - pos: -85.717606,-174.30864 + rot: -1.5707963267948966 rad + pos: -172.5,64.5 parent: 1 - - uid: 64408 + missingComponents: + - Climbable + - uid: 16394 components: - type: Transform - pos: -76.510475,-175.58932 + rot: 1.5707963267948966 rad + pos: -221.5,-92.5 parent: 1 - - uid: 64410 + - uid: 16395 components: - type: Transform - pos: -74.4636,-170.60495 + rot: -1.5707963267948966 rad + pos: -168.5,-102.5 parent: 1 - - uid: 64415 + - uid: 16396 components: - type: Transform - pos: -78.666725,-172.49557 + pos: -158.5,-117.5 parent: 1 - - uid: 64416 + - uid: 16397 components: - type: Transform - pos: -78.89512,-174.81525 + pos: -159.5,-125.5 parent: 1 - - uid: 64417 + - uid: 16398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.11304,-165.43979 + pos: -161.5,-125.5 parent: 1 - - uid: 64419 + - uid: 16399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -94.47113,-163.48666 + pos: 134.5,19.5 parent: 1 - - uid: 64420 + - uid: 16400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -95.205505,-165.89291 + pos: -168.5,60.5 parent: 1 - - uid: 64421 + - uid: 16401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -93.22113,-163.33041 + pos: -138.5,55.5 parent: 1 - - uid: 64422 + - uid: 16402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.299255,-163.43979 + rot: -1.5707963267948966 rad + pos: -88.5,-164.5 parent: 1 - - uid: 64425 + - uid: 16403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -99.373604,-163.17618 + pos: -75.5,-173.5 parent: 1 -- proto: N14FuelTankHandy - entities: - - uid: 16965 + - uid: 16404 components: - type: Transform - pos: 217.65334,-29.143503 + pos: 313.5,100.5 parent: 1 - - uid: 49949 + - uid: 16405 components: - type: Transform - pos: 54.543793,46.694645 + pos: 308.5,100.5 parent: 1 - - uid: 61105 + - uid: 16406 components: - type: Transform - pos: 25.55805,143.57825 + pos: -195.5,-98.5 parent: 1 - - uid: 63844 + - uid: 16407 components: - type: Transform - pos: -194.25278,25.476542 + rot: -1.5707963267948966 rad + pos: -150.5,63.5 parent: 1 -- proto: N14FurnitureCasinoRoulettetable +- proto: N14TableWoodCabledrum entities: - - uid: 8598 + - uid: 16408 components: - type: Transform - pos: -61.5,-25.5 + pos: -338.5,75.5 parent: 1 - - uid: 47786 + - uid: 16409 components: - type: Transform - pos: 2.5,150.5 + pos: 210.5,-47.5 parent: 1 - - uid: 65685 + - uid: 16410 components: - type: Transform - pos: 103.5,-111.5 + pos: -180.5,-188.5 parent: 1 -- proto: N14FurnitureWashingmachine - entities: - - uid: 8599 + - uid: 16411 components: - type: Transform - pos: 90.5,97.5 + pos: 135.5,5.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 8600 + - uid: 16412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-106.5 + pos: -88.5,-99.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 8601 + - uid: 16413 components: - type: Transform - pos: -43.5,-131.5 + pos: -87.5,-99.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14GasPipeBend - entities: - - uid: 44349 + - uid: 16414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-94.5 + pos: -181.5,-188.5 parent: 1 - - uid: 44352 + - uid: 16415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -243.5,-94.5 + pos: 166.5,42.5 parent: 1 -- proto: N14GasPipeStraight - entities: - - uid: 8604 + - uid: 16416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-93.5 + pos: 91.5,-5.5 parent: 1 - - uid: 8605 + - uid: 16417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-93.5 + pos: 86.5,-9.5 parent: 1 - - uid: 8606 + - uid: 16418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-93.5 + pos: -106.5,-29.5 parent: 1 - - uid: 8607 + - uid: 16419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,-93.5 + pos: 204.5,-31.5 parent: 1 - - uid: 8608 + - uid: 16420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,-93.5 + pos: 94.5,-126.5 parent: 1 - - uid: 8609 +- proto: N14TableWoodEnd + entities: + - uid: 16421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 158.5,-93.5 + rot: -1.5707963267948966 rad + pos: -334.5,79.5 parent: 1 - - uid: 8610 + - uid: 16422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 157.5,-93.5 + pos: 95.5,110.5 parent: 1 - - uid: 8614 + - uid: 16423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,123.5 + pos: -79.5,6.5 parent: 1 - - uid: 44305 + - uid: 16424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-98.5 + rot: -1.5707963267948966 rad + pos: -45.5,-131.5 parent: 1 - - uid: 44333 + - uid: 16425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-99.5 + rot: -1.5707963267948966 rad + pos: -44.5,-117.5 parent: 1 - - uid: 44363 + - uid: 16426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-100.5 + pos: 182.5,164.5 parent: 1 - - uid: 44364 + - uid: 16427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-101.5 + pos: 90.5,104.5 parent: 1 - - uid: 44367 + - uid: 16428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-93.5 + rot: -1.5707963267948966 rad + pos: -53.5,-25.5 parent: 1 - - uid: 64128 + - uid: 16429 components: - type: Transform - pos: -102.5,-29.5 + pos: -187.5,-25.5 parent: 1 - - uid: 64163 + - uid: 16430 components: - type: Transform rot: -1.5707963267948966 rad - pos: -103.5,-30.5 + pos: -185.5,44.5 parent: 1 -- proto: N14GasPipeTJunction - entities: - - uid: 44366 + - uid: 16431 components: - type: Transform - pos: -242.5,-94.5 + pos: -186.5,48.5 parent: 1 - - uid: 44369 + - uid: 16432 components: - type: Transform rot: -1.5707963267948966 rad - pos: -241.5,-93.5 + pos: -182.5,44.5 parent: 1 -- proto: N14GeneratorFusionMini - entities: - - uid: 11285 + - uid: 16433 components: - type: Transform - pos: -189.5,59.5 + rot: 1.5707963267948966 rad + pos: 103.5,8.5 parent: 1 - - uid: 24729 + - uid: 16434 components: - type: Transform - pos: -186.5,59.5 + pos: -186.5,51.5 parent: 1 - - uid: 55487 + - uid: 16435 components: - type: Transform - pos: -40.5,57.5 + pos: -191.5,50.5 parent: 1 - - uid: 65054 + - uid: 16436 components: - type: Transform - pos: -125.5,61.5 + pos: -191.5,46.5 parent: 1 -- proto: N14GeneratorPrewar - entities: - - uid: 8625 + - uid: 16437 components: - type: Transform - pos: 113.5,-41.5 + rot: -1.5707963267948966 rad + pos: -179.5,44.5 parent: 1 - - uid: 8626 + - uid: 16438 components: - type: Transform - pos: 177.5,-77.5 + rot: -1.5707963267948966 rad + pos: 85.5,-102.5 parent: 1 - - uid: 8627 + - uid: 16439 components: - type: Transform - pos: 39.5,-56.5 + rot: -1.5707963267948966 rad + pos: 87.5,-131.5 parent: 1 - - uid: 23129 + - uid: 16440 components: - type: Transform - pos: -197.5,-101.5 + rot: 1.5707963267948966 rad + pos: -159.5,71.5 parent: 1 - - uid: 46644 +- proto: N14TableWoodenOvalWide + entities: + - uid: 16441 components: - type: Transform - pos: -396.5,117.5 + rot: -1.5707963267948966 rad + pos: 78.5,101.5 parent: 1 - - uid: 50084 + - uid: 16442 components: - type: Transform - pos: 130.5,26.5 + rot: -1.5707963267948966 rad + pos: -59.5,3.5 parent: 1 - - uid: 61122 + - uid: 16443 components: - type: Transform - pos: 62.5,174.5 + pos: 41.5,-20.5 parent: 1 -- proto: N14GeneratorReactorFloor - entities: - - uid: 8628 + - uid: 16444 components: - type: Transform - pos: 183.5,-176.5 + pos: 39.5,-66.5 parent: 1 - - uid: 8629 + - uid: 16445 components: - type: Transform - pos: 183.5,-166.5 + rot: 1.5707963267948966 rad + pos: -75.5,-100.5 parent: 1 -- proto: N14GeneratorReactorFloorDestroyed - entities: - - uid: 48115 + - uid: 16446 components: - type: Transform - pos: 183.5,-156.5 + rot: -1.5707963267948966 rad + pos: 194.5,27.5 parent: 1 -- proto: N14GrandfatherClock - entities: - - uid: 50030 + - uid: 16447 components: - type: Transform - pos: 111.5,8.5 + pos: 94.5,100.5 parent: 1 -- proto: N14HydroponicsPlanter - entities: - - uid: 394 + - uid: 16448 components: - type: Transform - pos: 91.5,-6.5 + rot: 1.5707963267948966 rad + pos: 103.5,4.5 parent: 1 - - uid: 404 +- proto: N14TableWoodenSquareWide + entities: + - uid: 16449 components: - type: Transform - pos: 89.5,-6.5 + pos: -117.5,-166.5 parent: 1 - - uid: 406 + - uid: 16450 components: - type: Transform - pos: 90.5,-6.5 + rot: -1.5707963267948966 rad + pos: 92.5,108.5 parent: 1 - - uid: 407 + - uid: 16451 components: - type: Transform - pos: 86.5,-6.5 + rot: -1.5707963267948966 rad + pos: -180.5,-167.5 parent: 1 - - uid: 408 + - uid: 16452 components: - type: Transform - pos: 87.5,-6.5 + rot: -1.5707963267948966 rad + pos: -183.5,-167.5 parent: 1 - - uid: 422 + - uid: 16453 components: - type: Transform - pos: 85.5,-6.5 + rot: -1.5707963267948966 rad + pos: 84.5,128.5 parent: 1 - - uid: 423 + - uid: 16454 components: - type: Transform - pos: 84.5,-6.5 + pos: 91.5,127.5 parent: 1 - - uid: 6402 + - uid: 16455 components: - type: Transform - pos: 214.5,-35.5 + pos: 37.5,-37.5 parent: 1 - - uid: 6403 + - uid: 16456 components: - type: Transform - pos: 213.5,-35.5 + rot: -1.5707963267948966 rad + pos: -49.5,-106.5 parent: 1 - - uid: 6405 + - uid: 16457 components: - type: Transform - pos: 215.5,-35.5 + rot: -1.5707963267948966 rad + pos: 44.5,53.5 parent: 1 - - uid: 6406 + - uid: 16458 components: - type: Transform - pos: 215.5,-38.5 + pos: 169.5,58.5 parent: 1 - - uid: 7454 + - uid: 16459 components: - type: Transform - pos: 213.5,-38.5 + rot: -1.5707963267948966 rad + pos: 165.5,25.5 parent: 1 - - uid: 8631 + - uid: 16460 components: - type: Transform - pos: 31.5,-43.5 + pos: -115.5,-166.5 parent: 1 - - uid: 8632 + - uid: 16461 components: - type: Transform - pos: 30.5,-43.5 + rot: 1.5707963267948966 rad + pos: 26.5,-60.5 parent: 1 - - uid: 8633 + - uid: 16462 components: - type: Transform - pos: 28.5,-43.5 + pos: -196.5,-112.5 parent: 1 - - uid: 8634 + - uid: 16463 components: - type: Transform - pos: 28.5,-45.5 + pos: 193.5,-115.5 parent: 1 - - uid: 8635 + - uid: 16464 components: - type: Transform - pos: 29.5,-45.5 + rot: 1.5707963267948966 rad + pos: 166.5,-170.5 parent: 1 - - uid: 8636 + - uid: 16465 components: - type: Transform - pos: -192.5,-184.5 + rot: -1.5707963267948966 rad + pos: 175.5,-165.5 parent: 1 - - uid: 8637 + - uid: 16466 components: - type: Transform - pos: -194.5,-184.5 + pos: 83.5,-104.5 parent: 1 - - uid: 65223 +- proto: N14TableWoodLow + entities: + - uid: 16467 components: - type: Transform - pos: 214.5,-38.5 + pos: 12.5,0.5 parent: 1 -- proto: N14HydroponicsPlanterEmpty - entities: - - uid: 8638 + - uid: 16468 components: - type: Transform - pos: 29.5,-43.5 + pos: 24.5,-16.5 parent: 1 -- proto: N14HydroponicsToolClippers +- proto: N14TableWoodRound entities: - - uid: 8639 + - uid: 16469 components: - type: Transform - pos: 183.6183,192.32526 + pos: 84.5,99.5 parent: 1 - - uid: 17483 + - uid: 16470 components: - type: Transform - pos: 217.45963,-36.81317 + pos: 130.5,-12.5 parent: 1 - - uid: 55247 + - uid: 16471 components: - type: Transform - pos: 84.359116,-4.2441363 + pos: 212.5,-29.5 parent: 1 - - uid: 55807 + - uid: 16472 components: - type: Transform - pos: -194.15527,-120.603676 + pos: -59.5,0.5 parent: 1 -- proto: N14HydroponicsToolHoe - entities: - - uid: 55226 + - uid: 16473 components: - type: Transform - pos: 84.609116,-4.4785113 + pos: -69.5,1.5 parent: 1 -- proto: N14HydroponicsToolScythe - entities: - - uid: 8640 + - uid: 16474 components: - type: Transform - pos: -33.489002,-100.395004 + pos: -189.5,-167.5 parent: 1 - - uid: 8641 + - uid: 16475 components: - type: Transform - pos: 183.42067,192.58588 + pos: 53.5,160.5 parent: 1 -- proto: N14HydroponicsToolShovel - entities: - - uid: 8642 + - uid: 16476 components: - type: Transform - pos: -33.489002,-100.47313 + pos: 174.5,31.5 parent: 1 - - uid: 8643 + - uid: 16477 components: - type: Transform - pos: 183.65504,192.57025 + pos: 96.5,107.5 parent: 1 - - uid: 47571 + - uid: 16478 components: - type: Transform - parent: 47569 - - type: Physics - canCollide: False - - uid: 55220 + pos: 82.5,99.5 + parent: 1 + - uid: 16479 components: - type: Transform - pos: 84.49941,-4.4729896 + pos: -20.5,-12.5 parent: 1 -- proto: N14IDBadgeTownDeputy - entities: - - uid: 22520 + - uid: 16480 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22522 + pos: 48.5,152.5 + parent: 1 + - uid: 16481 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22527 + pos: 87.5,-127.5 + parent: 1 + - uid: 16482 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14IDNCRDogtag - entities: - - uid: 8644 + pos: 98.5,-114.5 + parent: 1 + - uid: 16483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.457874,-132.63861 + pos: -190.5,-100.5 parent: 1 -- proto: N14IDPassportPhoto - entities: - - uid: 6278 + - uid: 16484 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 6875 + pos: -164.5,-99.5 + parent: 1 +- proto: N14TableWoodSettler + entities: + - uid: 16485 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7080 + rot: 1.5707963267948966 rad + pos: -100.5,-150.5 + parent: 1 + - uid: 16486 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7730 + rot: 1.5707963267948966 rad + pos: -99.5,-150.5 + parent: 1 + - uid: 16487 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7751 + rot: 1.5707963267948966 rad + pos: -98.5,-150.5 + parent: 1 + - uid: 16488 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7778 + rot: 1.5707963267948966 rad + pos: 76.5,-130.5 + parent: 1 + - uid: 16489 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14IDPassportTownsfolk + rot: 1.5707963267948966 rad + pos: 76.5,-131.5 + parent: 1 +- proto: N14TableWoodSquare entities: - - uid: 6064 + - uid: 16490 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 6439 + pos: -189.5,-117.5 + parent: 1 + - uid: 16491 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 6514 + pos: -190.5,-117.5 + parent: 1 + - uid: 16492 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 6515 + pos: -188.5,-117.5 + parent: 1 + - uid: 16493 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 6722 + pos: -187.5,-117.5 + parent: 1 + - uid: 16494 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 11969 + pos: -196.5,-119.5 + parent: 1 + - uid: 16495 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 50053 + pos: -196.5,-120.5 + parent: 1 + - uid: 16496 components: - type: Transform - parent: 50050 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14IDPassportVIP - entities: - - uid: 6721 + pos: -72.5,-130.5 + parent: 1 + - uid: 16497 components: - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14Jet - entities: - - uid: 10199 + pos: 48.5,-35.5 + parent: 1 + - uid: 16498 components: - type: Transform - pos: -190.62154,-103.422615 + pos: 131.5,-33.5 parent: 1 - - uid: 23735 + - uid: 16499 components: - type: Transform - pos: 90.531,12.760187 + pos: 132.5,-33.5 parent: 1 - - uid: 55234 + - uid: 16500 components: - type: Transform - pos: 90.79662,12.916437 + pos: 130.5,-33.5 parent: 1 - - uid: 65683 + - uid: 16501 components: - type: Transform - pos: 104.53742,-105.52161 + pos: 136.5,2.5 parent: 1 -- proto: N14JetInhaler - entities: - - uid: 23719 + - uid: 16502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.4685,12.353937 + pos: 137.5,2.5 parent: 1 - - uid: 65338 + - uid: 16503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.51644,-101.4943 + pos: 96.5,-5.5 parent: 1 -- proto: N14Junk8Ball - entities: - - uid: 8646 + - uid: 16504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.58705,-103.359184 + pos: 93.5,-8.5 parent: 1 - - uid: 8647 + - uid: 16505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.08705,-103.34356 + pos: 94.5,-8.5 parent: 1 - - uid: 8648 + - uid: 16506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.29018,-103.484184 + pos: 90.5,95.5 parent: 1 - - uid: 8649 + - uid: 16507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.54764,-73.14296 + pos: 14.5,0.5 parent: 1 - - uid: 63849 + - uid: 16508 components: - type: Transform - pos: -182.91371,39.611305 + pos: -77.5,0.5 parent: 1 -- proto: N14JunkAbraxoCleaner - entities: - - uid: 24579 + - uid: 16509 components: - type: Transform - pos: -192.31201,41.952976 + pos: -43.5,26.5 parent: 1 - - uid: 24675 + - uid: 16510 components: - type: Transform - pos: -192.06201,41.85916 + pos: -43.5,22.5 parent: 1 - - uid: 61968 + - uid: 16511 components: - type: Transform - pos: -196.6394,23.577148 + pos: 31.5,-21.5 parent: 1 -- proto: N14JunkArcade - entities: - - uid: 44336 + - uid: 16512 components: - type: Transform - pos: -249.5,-102.5 + pos: -53.5,-20.5 parent: 1 - - uid: 63890 + - uid: 16513 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,53.5 + pos: -59.5,-28.5 parent: 1 -- proto: N14JunkBaseball - entities: - - uid: 64223 + - uid: 16514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.18839,-66.41677 + pos: -97.5,-177.5 parent: 1 - - uid: 64224 + - uid: 16515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.02309,-57.152206 + pos: 45.5,169.5 parent: 1 - - uid: 64231 + - uid: 16516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.63297,-24.718822 + pos: 46.5,169.5 parent: 1 - - uid: 65615 + - uid: 16517 components: - type: Transform - pos: 105.312065,-119.73964 + pos: -96.5,-177.5 parent: 1 -- proto: N14JunkBed1 - entities: - - uid: 6812 + - uid: 16518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,166.5 + pos: -245.5,-102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8650 + - uid: 16519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-117.5 + pos: 107.5,14.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8651 + - uid: 16520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,22.5 + pos: -193.5,-112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8652 + - uid: 16521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,-17.5 + pos: -133.5,57.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 12459 + - uid: 16522 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,12.5 + pos: -108.5,-170.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46022 + - uid: 16523 components: - type: Transform - pos: 26.5,-74.5 + pos: -333.5,74.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkBed2 +- proto: N14TableWoodStand entities: - - uid: 6798 + - uid: 16524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,168.5 + pos: 120.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 7054 + - uid: 16525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,166.5 + pos: 126.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8653 + - uid: 16526 components: - type: Transform - pos: -76.5,-125.5 + pos: 78.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8655 + - uid: 16527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-129.5 + pos: -73.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8656 + - uid: 16528 components: - type: Transform - pos: 167.5,17.5 + pos: -70.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8657 + - uid: 16529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,21.5 + pos: -67.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8658 + - uid: 16530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,23.5 + pos: -64.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8659 + - uid: 16531 components: - type: Transform - pos: 187.5,48.5 + pos: -70.5,27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 23720 + - uid: 16532 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,12.5 + pos: -67.5,27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44322 + - uid: 16533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -247.5,-109.5 + pos: 183.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45667 + - uid: 16534 components: - type: Transform - pos: 26.5,-75.5 + pos: 181.5,29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46058 + - uid: 16535 components: - type: Transform - pos: 26.5,-76.5 + pos: 181.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 47633 + - uid: 16536 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,14.5 + pos: -45.5,-33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkBench +- proto: N14TelevisionCabinetOpen entities: - - uid: 296 + - uid: 16537 components: - type: Transform rot: -1.5707963267948966 rad - pos: 90.5,14.5 + pos: 175.5,-167.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8660 + - uid: 16538 components: - type: Transform - pos: 134.5,8.5 + pos: -158.5,73.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8661 +- proto: N14TelevisionRedwood + entities: + - uid: 16539 components: - type: Transform rot: -1.5707963267948966 rad - pos: 115.5,32.5 + pos: -188.5,39.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8662 +- proto: N14TelevisionSmall + entities: + - uid: 16540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-127.5 + rot: 3.141592653589793 rad + pos: 107.5,14.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8663 +- proto: N14TelevisionTiny + entities: + - uid: 16541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-109.5 + rot: 3.141592653589793 rad + pos: 107.5,14.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8664 +- proto: N14TelevisionTube + entities: + - uid: 16542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,-75.5 + rot: 1.5707963267948966 rad + pos: 33.5,168.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8665 +- proto: N14TentClothCorner + entities: + - uid: 16543 components: - type: Transform - pos: 167.5,16.5 + pos: 139.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8666 + - uid: 16544 components: - type: Transform rot: -1.5707963267948966 rad - pos: 163.5,23.5 + pos: 143.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8667 + - uid: 16545 components: - type: Transform - pos: 179.5,29.5 + pos: 146.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8668 + - uid: 16546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 182.5,37.5 + rot: 1.5707963267948966 rad + pos: 169.5,160.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8669 + - uid: 16547 + components: + - type: Transform + pos: 169.5,165.5 + parent: 1 + - uid: 16548 components: - type: Transform rot: 1.5707963267948966 rad - pos: 193.5,30.5 + pos: 146.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8670 + - uid: 16549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,27.5 + pos: -196.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8671 + - uid: 16550 components: - type: Transform rot: -1.5707963267948966 rad - pos: 181.5,38.5 + pos: -192.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8672 + - uid: 16551 components: - type: Transform - pos: 181.5,55.5 + rot: 1.5707963267948966 rad + pos: -185.5,-124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44342 + - uid: 16552 components: - type: Transform - pos: -246.5,-104.5 + pos: -194.5,-134.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45770 + - uid: 16553 components: - type: Transform - pos: -404.5,61.5 + rot: 3.141592653589793 rad + pos: -185.5,-138.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45771 + - uid: 16554 components: - type: Transform - pos: -404.5,56.5 + rot: 1.5707963267948966 rad + pos: -194.5,-138.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62730 + - uid: 16555 components: - type: Transform - pos: -78.5,-11.5 + rot: -1.5707963267948966 rad + pos: -185.5,-134.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64198 + - uid: 16556 components: - type: Transform - pos: -108.5,-35.5 + pos: -185.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkCabinet - entities: - - uid: 7415 + - uid: 16557 components: - type: Transform - pos: -25.5,8.5 + rot: 3.141592653589793 rad + pos: -192.5,-131.5 parent: 1 - - uid: 8673 + - uid: 16558 components: - type: Transform - pos: -81.5,-124.5 + rot: 1.5707963267948966 rad + pos: -185.5,-132.5 parent: 1 - - uid: 8674 + - uid: 16559 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-105.5 + pos: -185.5,-120.5 parent: 1 - - uid: 8675 + - uid: 16560 components: - type: Transform rot: 1.5707963267948966 rad - pos: -169.5,-76.5 + pos: -196.5,-131.5 parent: 1 - - uid: 8676 + - uid: 16561 components: - type: Transform rot: -1.5707963267948966 rad - pos: 162.5,13.5 + pos: -181.5,-120.5 parent: 1 - - uid: 8677 + - uid: 16562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,28.5 + rot: 1.5707963267948966 rad + pos: 173.5,156.5 parent: 1 - - uid: 8678 + - uid: 16563 components: - type: Transform rot: -1.5707963267948966 rad - pos: 162.5,12.5 + pos: 183.5,165.5 parent: 1 - - uid: 8679 + - uid: 16564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 183.5,156.5 + parent: 1 + - uid: 16565 components: - type: Transform rot: 1.5707963267948966 rad - pos: 190.5,42.5 + pos: 153.5,180.5 parent: 1 - - uid: 8680 + - uid: 16566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,31.5 + rot: 3.141592653589793 rad + pos: 150.5,180.5 parent: 1 - - uid: 8681 + - uid: 16567 components: - type: Transform - pos: 185.5,48.5 + rot: 1.5707963267948966 rad + pos: 139.5,180.5 parent: 1 - - uid: 26876 + - uid: 16568 components: - type: Transform - pos: 52.5,171.5 + rot: 3.141592653589793 rad + pos: 157.5,180.5 parent: 1 - - uid: 45673 + - uid: 16569 components: - type: Transform - pos: 22.5,-74.5 + pos: 153.5,184.5 parent: 1 -- proto: N14JunkClock - entities: - - uid: 8684 + - uid: 16570 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-129.5 + pos: 138.5,163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8685 + - uid: 16571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-71.5 + pos: 138.5,170.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8686 + - uid: 16572 components: - type: Transform rot: 3.141592653589793 rad - pos: 191.5,32.5 + pos: 143.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8687 + - uid: 16573 components: - type: Transform rot: -1.5707963267948966 rad - pos: 87.5,102.5 + pos: 157.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 47240 + - uid: 16574 components: - type: Transform rot: -1.5707963267948966 rad - pos: -378.5,109.5 + pos: 150.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkCoffeepot - entities: - - uid: 65031 + - uid: 16575 components: - type: Transform - pos: 16.428843,-29.01266 + rot: 3.141592653589793 rad + pos: -181.5,-124.5 parent: 1 -- proto: N14JunkComponentCapacitor1 - entities: - - uid: 8689 + - uid: 16576 components: - type: Transform - pos: -34.221283,-113.68602 + rot: 3.141592653589793 rad + pos: -181.5,-132.5 parent: 1 -- proto: N14JunkComponentCapacitor2 - entities: - - uid: 8691 + - uid: 16577 components: - type: Transform - pos: -34.643158,-113.74852 + rot: -1.5707963267948966 rad + pos: -181.5,-126.5 parent: 1 -- proto: N14JunkComponentDiode1 +- proto: N14TentClothWall entities: - - uid: 23244 + - uid: 16578 components: - type: Transform - pos: -9.597349,-22.340578 + rot: -1.5707963267948966 rad + pos: -181.5,-121.5 parent: 1 -- proto: N14JunkComponentSwitch - entities: - - uid: 64370 + - uid: 16579 components: - type: Transform - pos: -75.53081,-173.90088 + rot: 3.141592653589793 rad + pos: 154.5,180.5 parent: 1 -- proto: N14JunkCookpot - entities: - - uid: 8693 + - uid: 16580 components: - type: Transform - pos: -82.523674,-104.23793 + rot: 3.141592653589793 rad + pos: 182.5,156.5 parent: 1 - - uid: 8694 + - uid: 16581 components: - type: Transform - pos: 206.55394,-25.303385 + pos: 141.5,184.5 parent: 1 - - uid: 8695 + - uid: 16582 components: - type: Transform - pos: 164.57286,28.910229 + rot: 3.141592653589793 rad + pos: 177.5,156.5 parent: 1 - - uid: 47378 + - uid: 16583 components: - type: Transform - pos: -367.38293,106.738266 + pos: 170.5,165.5 parent: 1 -- proto: N14JunkCrutch - entities: - - uid: 8696 + - uid: 16584 components: - type: Transform - rot: -12.566370614359172 rad - pos: 58.377457,152.61317 + pos: 148.5,184.5 parent: 1 - - uid: 8697 + - uid: 16585 components: - type: Transform - rot: -12.566370614359172 rad - pos: 58.58116,152.67336 + pos: 176.5,165.5 parent: 1 - - uid: 11502 + - uid: 16586 components: - type: Transform - pos: -145.41205,61.57813 + rot: 1.5707963267948966 rad + pos: 146.5,183.5 parent: 1 - - uid: 62166 + - uid: 16587 components: - type: Transform - pos: -145.66205,61.51563 + rot: -1.5707963267948966 rad + pos: 150.5,183.5 parent: 1 -- proto: N14JunkCurtain - entities: - - uid: 8698 + - uid: 16588 components: - type: Transform - pos: 151.5,153.5 + rot: 3.141592653589793 rad + pos: 156.5,180.5 parent: 1 - - uid: 8699 + - uid: 16589 components: - type: Transform - pos: 150.5,153.5 + rot: 3.141592653589793 rad + pos: 140.5,163.5 parent: 1 - - type: Door - secondsUntilStateChange: -380808.6 - state: Opening - - uid: 8700 + - uid: 16590 components: - type: Transform - pos: 148.5,153.5 + pos: 156.5,184.5 parent: 1 - - uid: 8701 + - uid: 16591 components: - type: Transform - pos: 147.5,153.5 + rot: 1.5707963267948966 rad + pos: 143.5,172.5 parent: 1 - - uid: 8702 + - uid: 16592 components: - type: Transform - pos: 153.5,153.5 + rot: 1.5707963267948966 rad + pos: 143.5,171.5 parent: 1 - - uid: 8703 + - uid: 16593 components: - type: Transform - pos: 212.5,-27.5 + rot: 3.141592653589793 rad + pos: -184.5,-124.5 parent: 1 - - uid: 8704 + - uid: 16594 components: - type: Transform - pos: 169.5,-72.5 + rot: 3.141592653589793 rad + pos: -187.5,-138.5 parent: 1 - - uid: 8705 + - uid: 16595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 168.5,-72.5 + pos: -194.5,-123.5 parent: 1 - - uid: 8706 + - uid: 16596 components: - type: Transform rot: 1.5707963267948966 rad - pos: 165.5,-70.5 + pos: -196.5,-124.5 parent: 1 - - uid: 8707 + - uid: 16597 components: - type: Transform rot: 1.5707963267948966 rad - pos: 165.5,-71.5 + pos: -196.5,-126.5 parent: 1 - - uid: 8708 + - uid: 16598 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,-72.5 + rot: 1.5707963267948966 rad + pos: -194.5,-135.5 parent: 1 - - uid: 8709 + - uid: 16599 components: - type: Transform - pos: 22.5,-17.5 + rot: 1.5707963267948966 rad + pos: -196.5,-125.5 parent: 1 - - uid: 8710 + - uid: 16600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-123.5 + pos: -188.5,-134.5 parent: 1 - - uid: 8711 + - uid: 16601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-110.5 + rot: -1.5707963267948966 rad + pos: -192.5,-129.5 parent: 1 - - uid: 8712 + - uid: 16602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-110.5 + pos: -187.5,-134.5 parent: 1 - - uid: 8713 + - uid: 16603 components: - type: Transform - pos: -71.5,-129.5 + rot: 3.141592653589793 rad + pos: -193.5,-138.5 parent: 1 - - uid: 8714 + - uid: 16604 components: - type: Transform rot: 1.5707963267948966 rad - pos: 157.5,106.5 + pos: -196.5,-128.5 parent: 1 - - uid: 8717 + - uid: 16605 components: - type: Transform - pos: 169.5,152.5 + rot: 1.5707963267948966 rad + pos: -196.5,-127.5 parent: 1 - - uid: 8718 + - uid: 16606 components: - type: Transform - pos: 169.5,150.5 + rot: 1.5707963267948966 rad + pos: -194.5,-137.5 parent: 1 - - uid: 8719 + - uid: 16607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,174.5 + rot: 3.141592653589793 rad + pos: -194.5,-131.5 parent: 1 - - uid: 21457 + - uid: 16608 components: - type: Transform - pos: 175.5,160.5 + rot: 1.5707963267948966 rad + pos: -196.5,-130.5 parent: 1 - - type: Door - secondsUntilStateChange: -203431.44 - state: Opening - - uid: 21458 + - uid: 16609 components: - type: Transform - pos: 176.5,163.5 + pos: -184.5,-120.5 parent: 1 - - uid: 22481 + - uid: 16610 components: - type: Transform - pos: 176.5,164.5 + pos: -193.5,-123.5 parent: 1 - - uid: 22626 + - uid: 16611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,160.5 + pos: -195.5,-123.5 parent: 1 - - type: Door - secondsUntilStateChange: -190924.83 - state: Opening - - uid: 23371 + - uid: 16612 components: - type: Transform rot: -1.5707963267948966 rad - pos: 176.5,159.5 + pos: -192.5,-130.5 parent: 1 - - uid: 46733 + - uid: 16613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,157.5 + rot: 3.141592653589793 rad + pos: -190.5,-138.5 parent: 1 - - uid: 63909 + - uid: 16614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,37.5 + rot: 3.141592653589793 rad + pos: -186.5,-138.5 parent: 1 - - uid: 63921 + - uid: 16615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,37.5 + rot: 3.141592653589793 rad + pos: -192.5,-138.5 parent: 1 -- proto: N14JunkCurtainOpen - entities: - - uid: 4615 + - uid: 16616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 178.5,156.5 + rot: 3.141592653589793 rad + pos: -191.5,-138.5 parent: 1 - - uid: 8602 + - uid: 16617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 178.5,165.5 + pos: -182.5,-120.5 parent: 1 - - uid: 8688 + - uid: 16618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 179.5,165.5 + rot: -1.5707963267948966 rad + pos: -192.5,-125.5 parent: 1 - - uid: 8720 + - uid: 16619 components: - type: Transform rot: -1.5707963267948966 rad - pos: 163.5,22.5 + pos: -192.5,-124.5 parent: 1 - - uid: 8721 + - uid: 16620 components: - type: Transform rot: -1.5707963267948966 rad - pos: 163.5,21.5 + pos: -185.5,-137.5 parent: 1 - - uid: 8727 + - uid: 16621 components: - type: Transform - pos: 33.5,139.5 + pos: -183.5,-120.5 parent: 1 - - uid: 8728 + - uid: 16622 components: - type: Transform - pos: 35.5,139.5 + rot: 3.141592653589793 rad + pos: -193.5,-131.5 parent: 1 - - uid: 8729 + - uid: 16623 components: - type: Transform - pos: 108.5,-5.5 + rot: 3.141592653589793 rad + pos: -195.5,-131.5 parent: 1 - - uid: 8730 + - uid: 16624 components: - type: Transform rot: 1.5707963267948966 rad - pos: 166.5,172.5 + pos: -196.5,-129.5 parent: 1 - - uid: 8731 + - uid: 16625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,172.5 + rot: 3.141592653589793 rad + pos: -189.5,-138.5 parent: 1 - - uid: 8732 + - uid: 16626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,172.5 + pos: -186.5,-134.5 parent: 1 - - uid: 8734 + - uid: 16627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,172.5 + pos: -191.5,-134.5 parent: 1 - - uid: 9056 + - uid: 16628 components: - type: Transform - pos: 164.5,182.5 + rot: -1.5707963267948966 rad + pos: -192.5,-126.5 parent: 1 - - uid: 12793 + - uid: 16629 components: - type: Transform rot: 3.141592653589793 rad - pos: 132.5,14.5 + pos: -188.5,-138.5 parent: 1 - - uid: 20897 + - uid: 16630 components: - type: Transform - pos: 165.5,182.5 + pos: -192.5,-134.5 parent: 1 - - uid: 20898 + - uid: 16631 components: - type: Transform - pos: 166.5,182.5 + pos: -193.5,-134.5 parent: 1 - - uid: 20908 + - uid: 16632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -185.5,-135.5 + parent: 1 + - uid: 16633 components: - type: Transform rot: 1.5707963267948966 rad - pos: 179.5,156.5 + pos: -185.5,-121.5 parent: 1 - - uid: 23344 + - uid: 16634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,158.5 + rot: 3.141592653589793 rad + pos: -182.5,-124.5 parent: 1 - - uid: 23912 + - uid: 16635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,156.5 + rot: 3.141592653589793 rad + pos: -183.5,-124.5 parent: 1 - - uid: 27385 + - uid: 16636 components: - type: Transform rot: 3.141592653589793 rad - pos: 135.5,16.5 + pos: -182.5,-132.5 parent: 1 - - uid: 27393 + - uid: 16637 + components: + - type: Transform + pos: -184.5,-126.5 + parent: 1 + - uid: 16638 components: - type: Transform rot: 3.141592653589793 rad - pos: 135.5,14.5 + pos: -184.5,-132.5 parent: 1 - - uid: 40523 + - uid: 16639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,165.5 + pos: -182.5,-126.5 parent: 1 - - type: Door - secondsUntilStateChange: -203416.53 - state: Closing - - uid: 50088 + - uid: 16640 components: - type: Transform - pos: 116.5,8.5 + rot: -1.5707963267948966 rad + pos: -181.5,-127.5 parent: 1 - - uid: 55856 + - uid: 16641 components: - type: Transform - pos: -164.5,-103.5 + rot: -1.5707963267948966 rad + pos: -181.5,-128.5 parent: 1 - - uid: 55889 + - uid: 16642 components: - type: Transform - pos: -161.5,-103.5 + rot: -1.5707963267948966 rad + pos: -181.5,-129.5 parent: 1 - - uid: 55890 + - uid: 16643 components: - type: Transform - pos: -161.5,-101.5 + pos: -183.5,-126.5 parent: 1 - - uid: 55891 + - uid: 16644 components: - type: Transform - pos: -164.5,-101.5 + rot: 1.5707963267948966 rad + pos: -185.5,-129.5 parent: 1 - - uid: 61517 + - uid: 16645 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,16.5 + rot: 1.5707963267948966 rad + pos: -185.5,-130.5 parent: 1 - - uid: 65323 + - uid: 16646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-108.5 + rot: 1.5707963267948966 rad + pos: -185.5,-131.5 parent: 1 -- proto: N14JunkDresser - entities: - - uid: 8735 + - uid: 16647 components: - type: Transform - pos: -79.5,-123.5 + rot: 1.5707963267948966 rad + pos: -185.5,-123.5 parent: 1 - - uid: 8736 + - uid: 16648 components: - type: Transform - pos: 138.5,2.5 + rot: -1.5707963267948966 rad + pos: -181.5,-122.5 parent: 1 - - uid: 8737 + - uid: 16649 components: - type: Transform - pos: -43.5,-125.5 + rot: -1.5707963267948966 rad + pos: -181.5,-123.5 parent: 1 - - uid: 8738 + - uid: 16650 components: - type: Transform - pos: -79.5,-109.5 + rot: 1.5707963267948966 rad + pos: 143.5,174.5 parent: 1 - - uid: 8739 + - uid: 16651 components: - type: Transform rot: 1.5707963267948966 rad - pos: -170.5,-73.5 + pos: 143.5,173.5 parent: 1 - - uid: 8740 + - uid: 16652 components: - type: Transform - pos: 184.5,47.5 + rot: 1.5707963267948966 rad + pos: 173.5,159.5 parent: 1 -- proto: N14JunkDuctTape - entities: - - uid: 8741 + - uid: 16653 components: - type: Transform - pos: -42.32464,-124.112625 + rot: 3.141592653589793 rad + pos: 172.5,160.5 parent: 1 - - uid: 23282 + - uid: 16654 components: - type: Transform - pos: -37.39021,-17.203072 + rot: -1.5707963267948966 rad + pos: 183.5,161.5 parent: 1 - - uid: 65004 + - uid: 16655 components: - type: Transform - pos: 44.658676,52.655266 + rot: -1.5707963267948966 rad + pos: 183.5,160.5 parent: 1 - - uid: 65028 + - uid: 16656 components: - type: Transform - pos: 138.98256,8.492291 + rot: 3.141592653589793 rad + pos: 174.5,156.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14JunkGunpartsAdvancedFrame - entities: - - uid: 8742 + - uid: 16657 components: - type: Transform - pos: 18.428385,-60.610428 + rot: 3.141592653589793 rad + pos: 176.5,156.5 parent: 1 -- proto: N14JunkGunpartsBarrel - entities: - - uid: 44377 + - uid: 16658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 183.5,162.5 + parent: 1 + - uid: 16659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 175.5,156.5 + parent: 1 + - uid: 16660 components: - type: Transform rot: 1.5707963267948966 rad - pos: -221.47087,-92.30025 + pos: 173.5,157.5 parent: 1 -- proto: N14JunkGunpartsFrame - entities: - - uid: 8743 + - uid: 16661 components: - type: Transform - pos: 18.390884,-60.104176 + rot: 3.141592653589793 rad + pos: 170.5,160.5 parent: 1 -- proto: N14JunkGunpartsRifleFrame - entities: - - uid: 8744 + - uid: 16662 components: - type: Transform - pos: 18.447134,-62.091675 + rot: 3.141592653589793 rad + pos: 171.5,160.5 parent: 1 - - uid: 8745 + - uid: 16663 components: - type: Transform - pos: 18.465885,-62.241676 + rot: 1.5707963267948966 rad + pos: 169.5,161.5 parent: 1 -- proto: N14JunkGunpartsStock - entities: - - uid: 8746 + - uid: 16664 components: - type: Transform - pos: 18.465885,-62.504177 + pos: 171.5,165.5 parent: 1 -- proto: N14JunkGunpartsStockWood - entities: - - uid: 8747 + - uid: 16665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.697134,-62.541676 + pos: 172.5,165.5 parent: 1 -- proto: N14JunkGunpartsWeaponParts2 - entities: - - uid: 8748 + - uid: 16666 components: - type: Transform - pos: 12.258575,-60.777958 + pos: 181.5,165.5 parent: 1 -- proto: N14JunkGunpartsWeaponParts3 - entities: - - uid: 8749 + - uid: 16667 components: - type: Transform - pos: 12.371076,-59.896706 + pos: 182.5,165.5 parent: 1 -- proto: N14JunkIron - entities: - - uid: 8750 + - uid: 16668 components: - type: Transform - pos: 144.43259,170.62775 + rot: -1.5707963267948966 rad + pos: 183.5,164.5 parent: 1 - - uid: 65009 + - uid: 16669 components: - type: Transform - pos: -8.6620035,-14.872628 + rot: -1.5707963267948966 rad + pos: 183.5,163.5 parent: 1 - - uid: 65014 + - uid: 16670 components: - type: Transform - pos: 12.361471,-34.514282 + rot: 1.5707963267948966 rad + pos: 138.5,167.5 parent: 1 -- proto: N14JunkJukebox - entities: - - uid: 8751 + - uid: 16671 components: - type: Transform - pos: 156.5,-68.5 + rot: 1.5707963267948966 rad + pos: 138.5,165.5 parent: 1 - - uid: 8752 + - uid: 16672 + components: + - type: Transform + pos: 147.5,184.5 + parent: 1 + - uid: 16673 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,5.5 + pos: 143.5,183.5 parent: 1 - - uid: 8753 + - uid: 16674 components: - type: Transform - pos: 180.5,26.5 + rot: 3.141592653589793 rad + pos: 143.5,163.5 parent: 1 - - uid: 55979 + - uid: 16675 components: - type: Transform - pos: -172.5,-100.5 + rot: 1.5707963267948966 rad + pos: 138.5,169.5 parent: 1 - - uid: 62404 + - uid: 16676 components: - type: Transform rot: 1.5707963267948966 rad - pos: -192.5,53.5 + pos: 138.5,168.5 parent: 1 -- proto: N14JunkLunchbox - entities: - - uid: 8754 + - uid: 16677 components: - type: Transform - pos: -56.562958,-125.72931 + pos: 142.5,184.5 parent: 1 - - uid: 64394 + - uid: 16678 components: - type: Transform - pos: -97.90955,-177.79903 + pos: 142.5,170.5 parent: 1 - - uid: 64400 + - uid: 16679 components: - type: Transform - pos: -75.45268,-174.2915 + rot: 3.141592653589793 rad + pos: 142.5,163.5 parent: 1 - - uid: 65000 + - uid: 16680 components: - type: Transform - pos: -106.694244,-29.915045 + rot: -1.5707963267948966 rad + pos: 157.5,181.5 parent: 1 -- proto: N14JunkMachine - entities: - - uid: 5989 + - uid: 16681 components: - type: Transform - pos: -85.5,-164.5 + pos: 139.5,170.5 parent: 1 - - uid: 8756 + - uid: 16682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 138.5,4.5 + rot: 1.5707963267948966 rad + pos: 138.5,166.5 parent: 1 - - uid: 8757 + - uid: 16683 components: - type: Transform - pos: 6.5,7.5 + rot: 3.141592653589793 rad + pos: 144.5,163.5 parent: 1 - - uid: 8758 + - uid: 16684 components: - type: Transform - pos: -86.5,-100.5 + rot: 1.5707963267948966 rad + pos: 139.5,182.5 parent: 1 - - uid: 8759 + - uid: 16685 components: - type: Transform - pos: 180.5,21.5 + pos: 140.5,184.5 parent: 1 - - uid: 8760 + - uid: 16686 components: - type: Transform - pos: 183.5,21.5 + rot: 1.5707963267948966 rad + pos: 139.5,183.5 parent: 1 - - uid: 8761 + - uid: 16687 components: - type: Transform - pos: 183.5,17.5 + rot: -1.5707963267948966 rad + pos: 143.5,182.5 parent: 1 - - uid: 8762 + - uid: 16688 components: - type: Transform - pos: 180.5,17.5 + pos: 141.5,170.5 parent: 1 - - uid: 8763 + - uid: 16689 components: - type: Transform - pos: 180.5,19.5 + pos: 140.5,170.5 parent: 1 - - uid: 8764 + - uid: 16690 components: - type: Transform - pos: 183.5,19.5 + rot: -1.5707963267948966 rad + pos: 143.5,181.5 parent: 1 - - uid: 8768 + - uid: 16691 components: - type: Transform rot: 1.5707963267948966 rad - pos: -186.5,-17.5 + pos: 139.5,181.5 parent: 1 - - uid: 13041 + - uid: 16692 components: - type: Transform - pos: -83.5,-173.5 + rot: 1.5707963267948966 rad + pos: 138.5,164.5 parent: 1 - - uid: 13050 + - uid: 16693 components: - type: Transform - pos: -91.5,-173.5 + rot: 3.141592653589793 rad + pos: 139.5,163.5 parent: 1 - - uid: 64241 + - uid: 16694 components: - type: Transform - pos: -89.5,-164.5 + rot: 3.141592653589793 rad + pos: 140.5,180.5 parent: 1 - - uid: 64244 + - uid: 16695 components: - type: Transform - pos: -87.5,-173.5 + rot: 1.5707963267948966 rad + pos: 146.5,182.5 parent: 1 - - uid: 64282 + - uid: 16696 components: - type: Transform - pos: -93.5,-164.5 + rot: -1.5707963267948966 rad + pos: 157.5,182.5 parent: 1 -- proto: N14JunkMicrowave - entities: - - uid: 8769 + - uid: 16697 components: - type: Transform - pos: 50.5,1.5 + rot: -1.5707963267948966 rad + pos: 157.5,183.5 parent: 1 - - uid: 8770 + - uid: 16698 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,-127.5 + pos: 150.5,182.5 parent: 1 - - uid: 8771 + - uid: 16699 components: - type: Transform - pos: 166.5,28.5 + rot: 3.141592653589793 rad + pos: 149.5,180.5 parent: 1 - - uid: 8772 + - uid: 16700 components: - type: Transform - pos: 190.5,31.5 + rot: 1.5707963267948966 rad + pos: 146.5,181.5 parent: 1 - - uid: 8773 + - uid: 16701 components: - type: Transform - pos: -33.5,-37.5 + rot: 3.141592653589793 rad + pos: 147.5,180.5 parent: 1 - - uid: 8774 + - uid: 16702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-17.5 + rot: -1.5707963267948966 rad + pos: 150.5,181.5 parent: 1 - - uid: 8775 + - uid: 16703 components: - type: Transform - pos: -155.5,-16.5 + rot: 3.141592653589793 rad + pos: 142.5,180.5 parent: 1 - - uid: 25520 + - uid: 16704 components: - type: Transform - pos: -96.5,-174.5 + pos: 174.5,165.5 parent: 1 - - uid: 47725 + - uid: 16705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,14.5 + pos: 173.5,165.5 parent: 1 - - uid: 63465 + - uid: 16706 components: - type: Transform - pos: 170.5,-155.5 + pos: 175.5,165.5 parent: 1 - - uid: 65146 + - uid: 16707 components: - type: Transform - pos: 80.5,-101.5 + pos: 177.5,165.5 parent: 1 - - uid: 65384 + - uid: 16708 components: - type: Transform rot: -1.5707963267948966 rad - pos: 74.5,-129.5 + pos: 183.5,158.5 parent: 1 -- proto: N14JunkMirror - entities: - - uid: 8776 + - uid: 16709 components: - type: Transform - pos: 141.5,19.5 + rot: 3.141592653589793 rad + pos: 181.5,156.5 parent: 1 - - uid: 8777 + - uid: 16710 components: - type: Transform - pos: 141.5,18.5 + rot: -1.5707963267948966 rad + pos: 183.5,159.5 parent: 1 - - uid: 8778 + - uid: 16711 components: - type: Transform - pos: -60.5,34.5 + rot: -1.5707963267948966 rad + pos: 183.5,157.5 parent: 1 - - uid: 8779 + - uid: 16712 components: - type: Transform - pos: 22.5,-10.5 + pos: 149.5,184.5 parent: 1 - - uid: 8780 + - uid: 16713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-106.5 + rot: 1.5707963267948966 rad + pos: 169.5,164.5 parent: 1 - - uid: 8781 + - uid: 16714 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-116.5 + pos: 173.5,158.5 parent: 1 - - uid: 47232 + - uid: 16715 components: - type: Transform rot: 1.5707963267948966 rad - pos: -377.5,104.5 + pos: -194.5,-136.5 parent: 1 -- proto: N14JunkPile1 - entities: - - uid: 8782 + - uid: 16716 components: - type: Transform rot: -1.5707963267948966 rad - pos: -183.23656,-23.580994 + pos: -181.5,-130.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile10 - entities: - - uid: 8783 + - uid: 16717 components: - type: Transform - pos: -42.539165,-125.581535 + rot: 1.5707963267948966 rad + pos: 153.5,181.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8784 + - uid: 16718 components: - type: Transform - pos: 183.56493,20.65237 + rot: 1.5707963267948966 rad + pos: 153.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile11 - entities: - - uid: 8785 + - uid: 16719 components: - type: Transform - pos: -87.397,-101.53701 + rot: 1.5707963267948966 rad + pos: 153.5,183.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile12 - entities: - - uid: 8786 + - uid: 16720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.48877,-128.59778 + pos: 155.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8787 + - uid: 16721 components: - type: Transform - pos: 168.49837,46.52331 + pos: 154.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8788 + - uid: 16722 components: - type: Transform - pos: 184.17574,87.74766 + rot: 3.141592653589793 rad + pos: 141.5,163.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling1 - entities: - - uid: 8789 + - uid: 16723 components: - type: Transform - pos: 156.42294,-75.30664 + rot: -1.5707963267948966 rad + pos: -181.5,-131.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8790 + - uid: 16724 components: - type: Transform - pos: 183.51472,95.62062 + rot: 1.5707963267948966 rad + pos: -185.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8791 +- proto: N14TentLeatherCorner + entities: + - uid: 16725 components: - type: Transform rot: -1.5707963267948966 rad - pos: -156.52783,-27.453554 + pos: -338.5,78.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65404 + - uid: 16726 + components: + - type: Transform + pos: -333.5,78.5 + parent: 1 + - uid: 16727 + components: + - type: Transform + pos: 146.5,156.5 + parent: 1 + - uid: 16728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.51345,-132.46887 + rot: 1.5707963267948966 rad + pos: 146.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling10 - entities: - - uid: 8792 + - uid: 16729 components: - type: Transform - anchored: True - pos: 162.5,-20.5 + rot: -1.5707963267948966 rad + pos: 155.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8793 + - uid: 16730 components: - type: Transform - anchored: True - pos: -208.5,68.5 + rot: 3.141592653589793 rad + pos: 156.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8794 + - uid: 16731 components: - type: Transform - anchored: True - pos: 126.5,-44.5 + rot: -1.5707963267948966 rad + pos: 156.5,153.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8795 + - uid: 16732 components: - type: Transform - anchored: True - pos: -208.5,-169.5 + pos: 160.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8796 + - uid: 16733 components: - type: Transform - anchored: True - pos: -140.5,213.5 + rot: 3.141592653589793 rad + pos: 170.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8797 + - uid: 16734 components: - type: Transform - anchored: True - pos: -69.5,-223.5 + rot: -1.5707963267948966 rad + pos: 170.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8798 + - uid: 16735 components: - type: Transform - anchored: True - pos: 31.5,-223.5 + rot: 1.5707963267948966 rad + pos: 160.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8799 +- proto: N14TentLeatherWall + entities: + - uid: 16736 components: - type: Transform - anchored: True - pos: -96.5,-190.5 + rot: 1.5707963267948966 rad + pos: -333.5,80.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8800 + - uid: 16737 components: - type: Transform - anchored: True - pos: 94.5,-165.5 + pos: -334.5,78.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8801 + - uid: 16738 components: - type: Transform - anchored: True - pos: -123.5,-169.5 + pos: -337.5,78.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8802 + - uid: 16739 components: - type: Transform - anchored: True - pos: -62.5,237.5 + rot: 1.5707963267948966 rad + pos: -333.5,79.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8803 + - uid: 16740 components: - type: Transform - anchored: True - pos: 4.5,-154.5 + pos: -336.5,78.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8804 + - uid: 16741 components: - type: Transform - anchored: True - pos: -117.5,160.5 + rot: -1.5707963267948966 rad + pos: -338.5,79.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8805 + - uid: 16742 components: - type: Transform - anchored: True - pos: 51.5,164.5 + rot: -1.5707963267948966 rad + pos: -338.5,80.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8806 + - uid: 16743 components: - type: Transform - anchored: True - pos: 219.5,-198.5 + rot: -1.5707963267948966 rad + pos: 160.5,174.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8807 + - uid: 16744 components: - type: Transform - anchored: True - pos: 202.5,-72.5 + rot: -1.5707963267948966 rad + pos: 146.5,153.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8808 + - uid: 16745 components: - type: Transform - anchored: True - pos: 214.5,28.5 + pos: 152.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8809 + - uid: 16746 components: - type: Transform - anchored: True - pos: -63.5,88.5 + rot: -1.5707963267948966 rad + pos: 146.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8810 + - uid: 16747 components: - type: Transform - anchored: True - pos: 49.5,139.5 + rot: 3.141592653589793 rad + pos: 154.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8811 + - uid: 16748 components: - type: Transform - anchored: True - pos: 260.5,-118.5 + pos: 149.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8812 + - uid: 16749 components: - type: Transform - anchored: True - pos: -27.5,-104.5 + rot: 3.141592653589793 rad + pos: 153.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8813 + - uid: 16750 components: - type: Transform - anchored: True - pos: 56.5,-143.5 + rot: 3.141592653589793 rad + pos: 152.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8814 + - uid: 16751 components: - type: Transform - anchored: True - pos: -158.5,117.5 + rot: 3.141592653589793 rad + pos: 147.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8815 + - uid: 16752 components: - type: Transform - anchored: True - pos: -120.5,150.5 + pos: 148.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8816 + - uid: 16753 components: - type: Transform - pos: 162.56027,-66.631966 + rot: 3.141592653589793 rad + pos: 149.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 23243 + - uid: 16754 components: - type: Transform - pos: -74.46739,-161.3596 + rot: 3.141592653589793 rad + pos: 151.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 29213 + - uid: 16755 components: - type: Transform - pos: 186.5277,124.49582 + pos: 151.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64390 + - uid: 16756 components: - type: Transform - pos: -95.48523,-163.32243 + rot: -1.5707963267948966 rad + pos: 146.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling11 - entities: - - uid: 8817 + - uid: 16757 components: - type: Transform - anchored: True - pos: -130.5,173.5 + rot: -1.5707963267948966 rad + pos: 146.5,151.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8818 + - uid: 16758 components: - type: Transform - anchored: True - pos: 135.5,161.5 + pos: 154.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8819 + - uid: 16759 components: - type: Transform - anchored: True - pos: -228.5,36.5 + rot: -1.5707963267948966 rad + pos: 146.5,155.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8820 + - uid: 16760 components: - type: Transform - anchored: True - pos: -55.5,221.5 + pos: 155.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8821 + - uid: 16761 components: - type: Transform - anchored: True - pos: 84.5,-215.5 + pos: 147.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8822 + - uid: 16762 components: - type: Transform - anchored: True - pos: 89.5,-190.5 + rot: -1.5707963267948966 rad + pos: 146.5,154.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8823 + - uid: 16763 components: - type: Transform - anchored: True - pos: -186.5,139.5 + pos: 153.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8824 + - uid: 16764 components: - type: Transform - anchored: True - pos: 192.5,-48.5 + pos: 150.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling12 - entities: - - uid: 8825 + - uid: 16765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.26222,-76.61049 + rot: 3.141592653589793 rad + pos: 150.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 29178 + - uid: 16766 components: - type: Transform - pos: 187.60582,124.542694 + rot: 3.141592653589793 rad + pos: 148.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65197 + - uid: 16767 components: - type: Transform - pos: 80.34473,-105.54968 + rot: 1.5707963267948966 rad + pos: 156.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65409 + - uid: 16768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5313,-131.95924 + rot: 1.5707963267948966 rad + pos: 155.5,154.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling2 - entities: - - uid: 8826 + - uid: 16769 components: - type: Transform - anchored: True - pos: 149.5,208.5 + rot: 1.5707963267948966 rad + pos: 155.5,155.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8827 + - uid: 16770 components: - type: Transform - anchored: True - pos: 101.5,214.5 + pos: 163.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8828 + - uid: 16771 components: - type: Transform - anchored: True - pos: -219.5,210.5 + rot: 1.5707963267948966 rad + pos: 170.5,177.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8829 + - uid: 16772 components: - type: Transform - anchored: True - pos: 27.5,191.5 + rot: 1.5707963267948966 rad + pos: 170.5,176.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8830 + - uid: 16773 components: - type: Transform - anchored: True - pos: -31.5,167.5 + pos: 162.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8831 + - uid: 16774 components: - type: Transform rot: 3.141592653589793 rad - pos: -146.51784,-168.53194 + pos: 162.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8832 + - uid: 16775 components: - type: Transform - pos: -197.597,-139.5863 + pos: 161.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8833 + - uid: 16776 components: - type: Transform - anchored: True - pos: -125.5,116.5 + rot: -1.5707963267948966 rad + pos: 160.5,173.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8834 + - uid: 16777 components: - type: Transform - pos: 186.41824,21.476818 + pos: 169.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64199 + - uid: 16778 components: - type: Transform - pos: -113.48348,-30.670246 + rot: 1.5707963267948966 rad + pos: 170.5,178.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64396 + - uid: 16779 components: - type: Transform - pos: -75.549576,-176.53633 + rot: 1.5707963267948966 rad + pos: 170.5,174.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65270 + - uid: 16780 components: - type: Transform - pos: 77.79785,-108.23718 + rot: 3.141592653589793 rad + pos: 167.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling3 - entities: - - uid: 8835 + - uid: 16781 components: - type: Transform - anchored: True - pos: -23.5,23.5 + rot: 1.5707963267948966 rad + pos: 170.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8836 + - uid: 16782 components: - type: Transform - anchored: True - pos: -23.5,-230.5 + rot: 3.141592653589793 rad + pos: 169.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8837 + - uid: 16783 components: - type: Transform - anchored: True - pos: 25.5,17.5 + rot: 1.5707963267948966 rad + pos: 170.5,175.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8838 + - uid: 16784 components: - type: Transform - anchored: True - pos: 178.5,209.5 + rot: 3.141592653589793 rad + pos: 161.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8839 + - uid: 16785 components: - type: Transform - anchored: True - pos: -171.5,91.5 + pos: 168.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8840 + - uid: 16786 components: - type: Transform - anchored: True - pos: -227.5,-128.5 + rot: 1.5707963267948966 rad + pos: 170.5,181.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8841 + - uid: 16787 components: - type: Transform - anchored: True - pos: -215.5,155.5 + rot: 3.141592653589793 rad + pos: 163.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8842 + - uid: 16788 components: - type: Transform - anchored: True - pos: -190.5,130.5 + rot: -1.5707963267948966 rad + pos: 160.5,177.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8843 + - uid: 16789 components: - type: Transform - anchored: True - pos: 60.5,92.5 + rot: 3.141592653589793 rad + pos: 168.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8844 + - uid: 16790 components: - type: Transform - anchored: True - pos: -15.5,189.5 + rot: 1.5707963267948966 rad + pos: 170.5,173.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8845 + - uid: 16791 components: - type: Transform - anchored: True - pos: -185.5,237.5 + rot: -1.5707963267948966 rad + pos: 160.5,180.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8846 + - uid: 16792 components: - type: Transform - anchored: True - pos: -71.5,164.5 + pos: 167.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8847 + - uid: 16793 components: - type: Transform - anchored: True - pos: 215.5,111.5 + rot: 1.5707963267948966 rad + pos: 170.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8848 + - uid: 16794 components: - type: Transform - anchored: True - pos: -159.5,-97.5 + rot: -1.5707963267948966 rad + pos: 160.5,181.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8849 + - uid: 16795 components: - type: Transform - anchored: True - pos: -101.5,41.5 + rot: -1.5707963267948966 rad + pos: 160.5,179.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8850 + - uid: 16796 components: - type: Transform - anchored: True - pos: -137.5,35.5 + rot: -1.5707963267948966 rad + pos: 160.5,176.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8851 + - uid: 16797 components: - type: Transform - anchored: True - pos: -234.5,-101.5 + rot: -1.5707963267948966 rad + pos: 160.5,178.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8852 + - uid: 16798 components: - type: Transform - anchored: True - pos: -70.5,-112.5 + rot: -1.5707963267948966 rad + pos: 160.5,175.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8853 +- proto: N14TimedSpawnerAnt + entities: + - uid: 16799 components: - type: Transform - anchored: True - pos: -248.5,-158.5 + rot: -1.5707963267948966 rad + pos: 132.5,138.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8854 + - uid: 16800 components: - type: Transform - anchored: True - pos: 55.5,-154.5 + pos: 135.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8855 + - uid: 16801 components: - type: Transform - anchored: True - pos: -116.5,126.5 + rot: 1.5707963267948966 rad + pos: 127.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 13063 + - uid: 16802 components: - type: Transform - rot: 3.141592653589793 rad - pos: 110.86863,-20.256136 + pos: 177.5,127.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64355 + - uid: 16803 components: - type: Transform - pos: -93.55991,-175.7944 + pos: -81.5,-172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64387 + - uid: 16804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 168.48982,-151.01662 + pos: -89.5,-169.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65169 + - uid: 16805 components: - type: Transform - pos: 85.39249,-104.49937 + pos: -108.5,-160.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65407 + - uid: 16806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.87987,-134.59741 + pos: -113.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling4 +- proto: N14TimedSpawnerBighorner entities: - - uid: 8856 + - uid: 16807 components: - type: Transform - anchored: True - pos: 143.5,39.5 + pos: 139.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8857 + - uid: 16808 components: - type: Transform - anchored: True - pos: 115.5,148.5 + pos: 108.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8858 +- proto: N14TimedSpawnerBloatfly + entities: + - uid: 16809 components: - type: Transform - anchored: True - pos: 23.5,-28.5 + pos: 63.5,-31.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8859 + - uid: 16810 components: - type: Transform - anchored: True - pos: 93.5,-153.5 + pos: 138.5,-60.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8860 + - uid: 16811 components: - type: Transform - anchored: True - pos: 167.5,228.5 + pos: 130.5,-39.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8861 + - uid: 16812 components: - type: Transform - anchored: True - pos: 55.5,-165.5 + pos: 189.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8862 + - uid: 16813 components: - type: Transform - anchored: True - pos: -113.5,-222.5 + pos: 182.5,-50.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8863 +- proto: N14TimedSpawnerCazador + entities: + - uid: 16814 components: - type: Transform - anchored: True - pos: -177.5,97.5 + pos: 146.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8864 + - uid: 16815 components: - type: Transform - anchored: True - pos: -227.5,24.5 + pos: 147.5,-111.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8865 + - uid: 16816 components: - type: Transform - anchored: True - pos: 8.5,-181.5 + pos: 148.5,-113.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8866 +- proto: N14TimedSpawnerDeathclaw + entities: + - uid: 16817 components: - type: Transform - anchored: True - pos: -107.5,173.5 + pos: 183.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8867 +- proto: N14TimedSpawnerDeathclawAlbino + entities: + - uid: 16818 components: - type: Transform - anchored: True - pos: -121.5,227.5 + pos: 171.5,-111.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8868 +- proto: N14TimedSpawnerDogFeral + entities: + - uid: 16819 components: - type: Transform - anchored: True - pos: -203.5,0.5 + pos: 172.5,24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8869 +- proto: N14TimedSpawnerFireant + entities: + - uid: 16820 components: - type: Transform - anchored: True - pos: -200.5,-185.5 + pos: 169.5,-61.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8870 + - uid: 16821 components: - type: Transform - anchored: True - pos: -115.5,169.5 + pos: 173.5,-60.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8871 + - uid: 16822 components: - type: Transform - anchored: True - pos: -16.5,182.5 + pos: -109.5,43.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8872 + - uid: 16823 components: - type: Transform - anchored: True - pos: -112.5,215.5 + pos: -99.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8873 +- proto: N14TimedSpawnerGecko + entities: + - uid: 16824 components: - type: Transform - anchored: True - pos: -113.5,216.5 + pos: 194.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8874 + - uid: 16825 components: - type: Transform - anchored: True - pos: 45.5,99.5 + pos: 139.5,-91.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8875 + - uid: 16826 components: - type: Transform - anchored: True - pos: 229.5,-85.5 + pos: 92.5,-153.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8876 + - uid: 16827 components: - type: Transform - anchored: True - pos: -61.5,83.5 + pos: 102.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8877 + - uid: 16828 components: - type: Transform - anchored: True - pos: -76.5,76.5 + pos: 74.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8878 + - uid: 16829 components: - type: Transform - anchored: True - pos: -108.5,73.5 + pos: 62.5,-185.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8879 + - uid: 16830 components: - type: Transform - anchored: True - pos: 62.5,-142.5 + pos: 59.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8880 + - uid: 16831 components: - type: Transform - anchored: True - pos: -130.5,83.5 + pos: 76.5,151.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8881 + - uid: 16832 components: - type: Transform - anchored: True - pos: -156.5,109.5 + pos: 41.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8882 + - uid: 16833 components: - type: Transform - pos: 165.47868,24.400196 + pos: 101.5,-179.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8883 + - uid: 16834 components: - type: Transform - pos: -170.5434,-28.36503 + pos: 70.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling5 - entities: - - uid: 8884 + - uid: 16835 components: - type: Transform - anchored: True - pos: 125.5,52.5 + pos: 169.5,-84.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8885 + - uid: 16836 components: - type: Transform - anchored: True - pos: 23.5,-31.5 + pos: -8.5,51.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8886 + - uid: 16837 components: - type: Transform - anchored: True - pos: -226.5,155.5 + pos: 75.5,11.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8887 + - uid: 16838 components: - type: Transform - anchored: True - pos: 123.5,-203.5 + pos: 68.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8888 + - uid: 16839 components: - type: Transform - anchored: True - pos: -124.5,-220.5 + pos: -3.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8889 + - uid: 16840 components: - type: Transform - anchored: True - pos: 135.5,165.5 + pos: -114.5,-17.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8890 + - uid: 16841 components: - type: Transform - anchored: True - pos: 152.5,216.5 + pos: -120.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8891 + - uid: 16842 components: - type: Transform - anchored: True - pos: -22.5,-229.5 + pos: 154.5,-84.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8892 + - uid: 16843 components: - type: Transform - anchored: True - pos: 5.5,-167.5 + pos: 187.5,-84.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8893 +- proto: N14TimedSpawnerMolerat + entities: + - uid: 16844 components: - type: Transform - anchored: True - pos: -142.5,194.5 + pos: 190.5,11.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8894 + - uid: 16845 components: - type: Transform - anchored: True - pos: 96.5,-156.5 + pos: 85.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8895 + - uid: 16846 components: - type: Transform - anchored: True - pos: -198.5,85.5 + pos: 92.5,168.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8896 + - uid: 16847 components: - type: Transform - anchored: True - pos: -144.5,-191.5 + pos: 170.5,35.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8897 + - uid: 16848 components: - type: Transform - anchored: True - pos: -231.5,-154.5 + pos: 192.5,34.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8898 + - uid: 16849 components: - type: Transform - anchored: True - pos: -181.5,80.5 + pos: 166.5,23.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8899 + - uid: 16850 components: - type: Transform - anchored: True - pos: -211.5,191.5 + pos: 81.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8900 + - uid: 16851 components: - type: Transform - anchored: True - pos: -166.5,191.5 + pos: 100.5,156.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8901 + - uid: 16852 components: - type: Transform - anchored: True - pos: -184.5,113.5 + pos: 163.5,43.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8902 + - uid: 16853 components: - type: Transform - anchored: True - pos: 100.5,166.5 + pos: 177.5,49.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8903 + - uid: 16854 components: - type: Transform - anchored: True - pos: -11.5,197.5 + pos: 130.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8904 + - uid: 16855 components: - type: Transform - anchored: True - pos: 208.5,230.5 + pos: 128.5,96.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8906 + - uid: 16856 components: - type: Transform - anchored: True - pos: 90.5,-140.5 + pos: 85.5,44.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8907 +- proto: N14TimedSpawnerNightstalker + entities: + - uid: 16857 components: - type: Transform - anchored: True - pos: 84.5,48.5 + pos: -92.5,-45.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8908 +- proto: N14TimedSpawnerNightstalkerCub + entities: + - uid: 16858 components: - type: Transform - anchored: True - pos: 37.5,95.5 + pos: -95.5,-50.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8909 + - uid: 16859 components: - type: Transform - anchored: True - pos: 215.5,-55.5 + pos: 129.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8910 + - uid: 16860 components: - type: Transform - anchored: True - pos: 10.5,92.5 + pos: -89.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8911 +- proto: N14TimedSpawnerRadroach + entities: + - uid: 16861 components: - type: Transform - anchored: True - pos: 53.5,120.5 + pos: 31.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8913 + - uid: 16862 components: - type: Transform - anchored: True - pos: -33.5,126.5 + pos: 92.5,-75.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8914 + - uid: 16863 components: - type: Transform - anchored: True - pos: -32.5,83.5 + pos: 109.5,-66.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8915 + - uid: 16864 components: - type: Transform - anchored: True - pos: 21.5,120.5 + pos: 15.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8916 + - uid: 16865 components: - type: Transform - anchored: True - pos: -151.5,-133.5 + pos: 75.5,-65.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8917 + - uid: 16866 components: - type: Transform - anchored: True - pos: 13.5,-43.5 + pos: 123.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8918 + - uid: 16867 components: - type: Transform - anchored: True - pos: -3.5,-136.5 + pos: 63.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8919 + - uid: 16868 components: - type: Transform - anchored: True - pos: -53.5,-89.5 + pos: 25.5,-20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8920 + - uid: 16869 components: - type: Transform - anchored: True - pos: -2.5,-99.5 + pos: 33.5,-23.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8921 + - uid: 16870 components: - type: Transform - anchored: True - pos: 233.5,-80.5 + pos: 2.5,18.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8922 + - uid: 16871 components: - type: Transform - anchored: True - pos: -143.5,143.5 + pos: 14.5,29.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8923 + - uid: 16872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.50291,27.47844 + pos: 27.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8924 +- proto: N14TimedSpawnerRadscorpion + entities: + - uid: 16873 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -190.46852,-27.536135 + pos: 193.5,100.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 35622 + - uid: 16874 components: - type: Transform - pos: 82.94171,-99.38843 + pos: -124.5,-14.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65408 +- proto: N14TimedSpawnerRadscorpionBark + entities: + - uid: 16875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.518005,-132.59741 + pos: 191.5,128.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling6 + - uid: 16876 + components: + - type: Transform + pos: 186.5,95.5 + parent: 1 +- proto: N14TimedSpawnerRadstag entities: - - uid: 8925 + - uid: 16877 components: - type: Transform - anchored: True - pos: -26.5,28.5 + pos: -110.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8926 + - uid: 16878 components: - type: Transform - anchored: True - pos: 71.5,10.5 + pos: 121.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8927 + - uid: 16879 + components: + - type: Transform + pos: 149.5,38.5 + parent: 1 +- proto: N14Toilet + entities: + - uid: 16880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.5,-106.5 + parent: 1 +- proto: N14ToiletDirty + entities: + - uid: 16881 + components: + - type: Transform + pos: -171.5,38.5 + parent: 1 + - uid: 16882 components: - type: Transform - anchored: True - pos: -205.5,-218.5 + pos: -173.5,38.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8928 +- proto: N14ToiletIrradiated + entities: + - uid: 16883 components: - type: Transform - anchored: True - pos: 158.5,98.5 + rot: -1.5707963267948966 rad + pos: 173.5,-170.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 8929 +- proto: N14Torch + entities: + - uid: 16884 components: - type: Transform - anchored: True - pos: 118.5,96.5 + rot: 1.5707963267948966 rad + pos: 175.5,179.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8930 + - uid: 16885 components: - type: Transform - anchored: True - pos: -216.5,107.5 + pos: 167.5,171.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8931 + - uid: 16886 components: - type: Transform - anchored: True - pos: 132.5,175.5 + pos: 163.5,183.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8932 + - uid: 16887 components: - type: Transform - anchored: True - pos: 144.5,226.5 + pos: 167.5,183.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8933 + - uid: 16888 components: - type: Transform - anchored: True - pos: -200.5,13.5 + rot: 3.141592653589793 rad + pos: 165.5,187.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8934 + - uid: 16889 components: - type: Transform - anchored: True - pos: 173.5,224.5 + pos: 172.5,137.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8935 + - uid: 16890 components: - type: Transform - anchored: True - pos: 77.5,-219.5 + pos: -177.5,-121.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8936 + - uid: 16891 components: - type: Transform - anchored: True - pos: 116.5,-117.5 + pos: -184.5,-113.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8937 + - uid: 16892 components: - type: Transform - anchored: True - pos: 121.5,-185.5 + pos: -179.5,-131.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8938 + - uid: 16893 components: - type: Transform - anchored: True - pos: 115.5,-206.5 + rot: 3.141592653589793 rad + pos: -188.5,-160.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8940 + - uid: 16894 components: - type: Transform - anchored: True - pos: 176.5,-21.5 + pos: -187.5,-125.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8941 + - uid: 16895 components: - type: Transform - anchored: True - pos: 180.5,-19.5 + pos: -192.5,-117.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8942 + - uid: 16896 components: - type: Transform - anchored: True - pos: 181.5,-17.5 + pos: -191.5,-132.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8943 + - uid: 16897 components: - type: Transform - anchored: True - pos: 144.5,-163.5 + pos: 201.5,-46.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8944 + - uid: 16898 components: - type: Transform - anchored: True - pos: 182.5,2.5 + pos: -177.5,-125.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8945 + - uid: 16899 components: - type: Transform - anchored: True - pos: -43.5,-188.5 + pos: -187.5,-129.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8947 + - uid: 16900 components: - type: Transform - anchored: True - pos: 66.5,220.5 + pos: 14.5,156.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8948 + - uid: 16901 components: - type: Transform - anchored: True - pos: 118.5,-116.5 + rot: 3.141592653589793 rad + pos: -190.5,-160.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8949 + - uid: 16902 components: - type: Transform - anchored: True - pos: 126.5,-37.5 + rot: 1.5707963267948966 rad + pos: 163.5,158.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8950 + - uid: 16903 components: - type: Transform - anchored: True - pos: -51.5,-188.5 + rot: 1.5707963267948966 rad + pos: 167.5,145.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8951 + - uid: 16904 components: - type: Transform - anchored: True - pos: -48.5,-198.5 + rot: 1.5707963267948966 rad + pos: 157.5,145.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8952 + - uid: 16905 components: - type: Transform - anchored: True - pos: -13.5,-200.5 + rot: 1.5707963267948966 rad + pos: 151.5,145.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8953 + - uid: 16906 components: - type: Transform - anchored: True - pos: -221.5,100.5 + pos: 149.5,152.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8954 + - uid: 16907 components: - type: Transform - anchored: True - pos: 40.5,21.5 + pos: 152.5,152.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8955 + - uid: 16908 components: - type: Transform - anchored: True - pos: -54.5,-177.5 + rot: 3.141592653589793 rad + pos: 180.5,160.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8956 + - uid: 16909 components: - type: Transform - anchored: True - pos: 33.5,28.5 + rot: 1.5707963267948966 rad + pos: 173.5,164.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8957 + - uid: 16910 components: - type: Transform - anchored: True - pos: 61.5,22.5 + rot: 3.141592653589793 rad + pos: 180.5,162.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8958 + - uid: 16911 components: - type: Transform - anchored: True - pos: 46.5,-219.5 + rot: 3.141592653589793 rad + pos: 180.5,164.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8959 + - uid: 16912 components: - type: Transform - anchored: True - pos: 133.5,49.5 + rot: 3.141592653589793 rad + pos: 180.5,157.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8960 + - uid: 16913 components: - type: Transform - anchored: True - pos: -34.5,17.5 + rot: -1.5707963267948966 rad + pos: 167.5,140.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8961 + - uid: 16914 components: - type: Transform - anchored: True - pos: 168.5,109.5 + rot: 3.141592653589793 rad + pos: 165.5,191.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8962 + - uid: 16915 components: - type: Transform - anchored: True - pos: 170.5,236.5 + pos: 163.5,171.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8963 + - uid: 16916 components: - type: Transform - anchored: True - pos: 34.5,-176.5 + rot: 3.141592653589793 rad + pos: 163.5,187.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8964 + - uid: 16917 components: - type: Transform - anchored: True - pos: 60.5,236.5 + rot: 3.141592653589793 rad + pos: 150.5,177.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8965 + - uid: 16918 components: - type: Transform - anchored: True - pos: -166.5,168.5 + pos: 148.5,174.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8966 + - uid: 16919 components: - type: Transform - anchored: True - pos: 166.5,210.5 + pos: 99.5,-14.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8967 + - uid: 16920 components: - type: Transform - anchored: True - pos: 44.5,-165.5 + pos: 144.5,169.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8968 + - uid: 16921 components: - type: Transform - anchored: True - pos: 171.5,226.5 + rot: 1.5707963267948966 rad + pos: -180.5,-113.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8969 + - uid: 16922 components: - type: Transform - anchored: True - pos: 152.5,-133.5 + rot: 1.5707963267948966 rad + pos: -183.5,-117.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8970 + - uid: 16923 components: - type: Transform - anchored: True - pos: 119.5,-210.5 + rot: 1.5707963267948966 rad + pos: 145.5,177.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8971 + - uid: 16924 components: - type: Transform - anchored: True - pos: 176.5,211.5 + rot: 1.5707963267948966 rad + pos: 139.5,177.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8972 + - uid: 16925 components: - type: Transform - anchored: True - pos: -222.5,19.5 + pos: 86.5,-8.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8973 + - uid: 16926 components: - type: Transform - anchored: True - pos: -99.5,-225.5 + pos: -191.5,-112.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8974 + - uid: 16927 components: - type: Transform - anchored: True - pos: 149.5,-57.5 + rot: 1.5707963267948966 rad + pos: 163.5,145.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8975 + - uid: 16928 components: - type: Transform - anchored: True - pos: -33.5,-231.5 + pos: 163.5,168.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8976 + - uid: 16929 components: - type: Transform - anchored: True - pos: -40.5,217.5 + rot: 1.5707963267948966 rad + pos: 176.5,152.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8977 + - uid: 16930 components: - type: Transform - anchored: True - pos: 50.5,-182.5 + rot: 1.5707963267948966 rad + pos: 175.5,146.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8978 + - uid: 16931 components: - type: Transform - anchored: True - pos: -110.5,-223.5 + rot: -1.5707963267948966 rad + pos: 181.5,188.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8979 + - uid: 16932 components: - type: Transform - anchored: True - pos: -128.5,180.5 + rot: 1.5707963267948966 rad + pos: 167.5,158.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8980 + - uid: 16933 components: - type: Transform - anchored: True - pos: -208.5,202.5 + rot: -1.5707963267948966 rad + pos: 181.5,182.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8981 + - uid: 16934 components: - type: Transform - anchored: True - pos: 171.5,-130.5 + rot: -1.5707963267948966 rad + pos: 178.5,188.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8982 + - uid: 16935 components: - type: Transform - anchored: True - pos: -217.5,64.5 + rot: 3.141592653589793 rad + pos: 146.5,166.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8983 + - uid: 16936 components: - type: Transform - anchored: True - pos: 74.5,-217.5 + rot: -1.5707963267948966 rad + pos: 163.5,140.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8985 + - uid: 16937 components: - type: Transform - anchored: True - pos: 111.5,133.5 + pos: 163.5,164.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8986 + - uid: 16938 components: - type: Transform - anchored: True - pos: -56.5,-230.5 + rot: -1.5707963267948966 rad + pos: 185.5,182.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8987 + - uid: 16939 components: - type: Transform - anchored: True - pos: -34.5,-168.5 + rot: -1.5707963267948966 rad + pos: 175.5,184.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8988 + - uid: 16940 components: - type: Transform - anchored: True - pos: 248.5,-96.5 + rot: -1.5707963267948966 rad + pos: 175.5,191.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8989 + - uid: 16941 components: - type: Transform - anchored: True - pos: 157.5,-214.5 + rot: -1.5707963267948966 rad + pos: 183.5,191.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8990 + - uid: 16942 components: - type: Transform - anchored: True - pos: 96.5,211.5 + rot: 1.5707963267948966 rad + pos: 168.5,164.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8991 + - uid: 16943 components: - type: Transform - anchored: True - pos: -62.5,-180.5 + rot: 1.5707963267948966 rad + pos: 189.5,153.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8992 + - uid: 16944 components: - type: Transform - anchored: True - pos: -73.5,-221.5 + rot: 1.5707963267948966 rad + pos: 172.5,146.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8993 +- proto: N14TorchWall + entities: + - uid: 16945 components: - type: Transform - anchored: True - pos: -157.5,-224.5 + rot: 1.5707963267948966 rad + pos: -170.5,-125.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8994 + - uid: 16946 components: - type: Transform - anchored: True - pos: 170.5,-231.5 + rot: 1.5707963267948966 rad + pos: 169.5,189.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8995 + - uid: 16947 components: - type: Transform - anchored: True - pos: -52.5,-212.5 + rot: 1.5707963267948966 rad + pos: 169.5,178.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8996 + - uid: 16948 components: - type: Transform - anchored: True - pos: -89.5,160.5 + pos: 141.5,164.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8997 + - uid: 16949 components: - type: Transform - anchored: True - pos: -5.5,-166.5 + rot: -1.5707963267948966 rad + pos: 139.5,165.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8998 + - uid: 16950 components: - type: Transform - anchored: True - pos: 102.5,-184.5 + rot: -1.5707963267948966 rad + pos: 139.5,168.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 8999 + - uid: 16951 components: - type: Transform - anchored: True - pos: 100.5,-172.5 + pos: 152.5,154.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9000 + - uid: 16952 components: - type: Transform - anchored: True - pos: -10.5,-176.5 + rot: 1.5707963267948966 rad + pos: 149.5,169.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9001 + - uid: 16953 components: - type: Transform - anchored: True - pos: 103.5,-164.5 + rot: 1.5707963267948966 rad + pos: 169.5,175.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9002 + - uid: 16954 components: - type: Transform - anchored: True - pos: -227.5,-199.5 + rot: -1.5707963267948966 rad + pos: 171.5,188.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9003 + - uid: 16955 components: - type: Transform - anchored: True - pos: -226.5,-200.5 + rot: -1.5707963267948966 rad + pos: 161.5,175.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9004 + - uid: 16956 components: - type: Transform - anchored: True - pos: -161.5,-202.5 + rot: 3.141592653589793 rad + pos: 163.5,135.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9005 + - uid: 16957 components: - type: Transform - anchored: True - pos: 28.5,216.5 + rot: 3.141592653589793 rad + pos: 167.5,135.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9006 + - uid: 16958 components: - type: Transform - anchored: True - pos: 95.5,131.5 + rot: 1.5707963267948966 rad + pos: 204.5,-28.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9007 + - uid: 16959 components: - type: Transform - anchored: True - pos: -228.5,-75.5 + rot: -1.5707963267948966 rad + pos: 206.5,-28.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9008 + - uid: 16960 components: - type: Transform - anchored: True - pos: -194.5,175.5 + rot: 3.141592653589793 rad + pos: 213.5,-27.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9009 + - uid: 16961 components: - type: Transform - anchored: True - pos: -127.5,-167.5 + rot: 1.5707963267948966 rad + pos: 213.5,-26.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9010 + - uid: 16962 components: - type: Transform - anchored: True - pos: -232.5,-185.5 + rot: -1.5707963267948966 rad + pos: 215.5,-27.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9011 + - uid: 16963 components: - type: Transform - anchored: True - pos: -221.5,68.5 + rot: -1.5707963267948966 rad + pos: 206.5,-32.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9012 + - uid: 16964 components: - type: Transform - anchored: True - pos: -130.5,231.5 + rot: 1.5707963267948966 rad + pos: 213.5,-32.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9013 + - uid: 16965 components: - type: Transform - anchored: True - pos: -187.5,105.5 + rot: 1.5707963267948966 rad + pos: 8.5,161.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9014 + - uid: 16966 components: - type: Transform - anchored: True - pos: -173.5,184.5 + rot: 1.5707963267948966 rad + pos: 91.5,-11.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9015 + - uid: 16967 components: - type: Transform - anchored: True - pos: -77.5,202.5 + pos: -0.5,154.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9016 + - uid: 16968 components: - type: Transform - anchored: True - pos: -71.5,226.5 + rot: 1.5707963267948966 rad + pos: 3.5,148.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9017 + - uid: 16969 components: - type: Transform - anchored: True - pos: -67.5,228.5 + rot: -1.5707963267948966 rad + pos: -2.5,148.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9018 + - uid: 16970 components: - type: Transform - anchored: True - pos: -96.5,186.5 + pos: 94.5,-6.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9020 + - uid: 16971 components: - type: Transform - anchored: True - pos: -22.5,216.5 + rot: 1.5707963267948966 rad + pos: 96.5,-9.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9021 + - uid: 16972 components: - type: Transform - anchored: True - pos: -202.5,204.5 + rot: 1.5707963267948966 rad + pos: 159.5,134.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9023 + - uid: 16973 components: - type: Transform - anchored: True - pos: -166.5,228.5 + rot: 1.5707963267948966 rad + pos: 175.5,161.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9024 + - uid: 16974 components: - type: Transform - anchored: True - pos: -5.5,220.5 + rot: 1.5707963267948966 rad + pos: -166.5,-120.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9025 + - uid: 16975 components: - type: Transform - anchored: True - pos: -193.5,133.5 + pos: 180.5,125.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9026 + - uid: 16976 components: - type: Transform - anchored: True - pos: -13.5,210.5 + rot: -1.5707963267948966 rad + pos: 175.5,132.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9027 + - uid: 16977 components: - type: Transform - anchored: True - pos: -187.5,219.5 + rot: 1.5707963267948966 rad + pos: 149.5,163.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9028 + - uid: 16978 components: - type: Transform - anchored: True - pos: 105.5,172.5 + rot: 1.5707963267948966 rad + pos: 190.5,183.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9029 + - uid: 16979 components: - type: Transform - anchored: True - pos: -210.5,221.5 + pos: 192.5,131.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9030 + - uid: 16980 components: - type: Transform - anchored: True - pos: 107.5,208.5 + rot: -1.5707963267948966 rad + pos: 189.5,141.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9031 + - uid: 16981 components: - type: Transform - anchored: True - pos: 101.5,-159.5 + rot: -1.5707963267948966 rad + pos: 161.5,178.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9032 + - uid: 16982 components: - type: Transform - anchored: True - pos: -173.5,142.5 + rot: -1.5707963267948966 rad + pos: 160.5,190.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9033 + - uid: 16983 components: - type: Transform - anchored: True - pos: 226.5,-185.5 + rot: -1.5707963267948966 rad + pos: 163.5,189.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9034 + - uid: 16984 components: - type: Transform - anchored: True - pos: -195.5,238.5 + rot: 1.5707963267948966 rad + pos: 153.5,165.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9035 + - uid: 16985 components: - type: Transform - anchored: True - pos: 102.5,52.5 + rot: 1.5707963267948966 rad + pos: 197.5,135.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9036 + - uid: 16986 components: - type: Transform - anchored: True - pos: 40.5,93.5 + rot: -1.5707963267948966 rad + pos: 182.5,133.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9037 + - uid: 16987 components: - type: Transform - anchored: True - pos: 42.5,94.5 + rot: 1.5707963267948966 rad + pos: 156.5,181.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9038 + - uid: 16988 components: - type: Transform - anchored: True - pos: 214.5,153.5 + rot: 1.5707963267948966 rad + pos: 142.5,181.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9039 + - uid: 16989 components: - type: Transform - anchored: True - pos: 207.5,-85.5 + rot: 1.5707963267948966 rad + pos: 149.5,181.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9040 + - uid: 16990 components: - type: Transform - anchored: True - pos: 206.5,-84.5 + rot: -1.5707963267948966 rad + pos: 146.5,163.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9041 + - uid: 16991 components: - type: Transform - anchored: True - pos: 95.5,89.5 + rot: -1.5707963267948966 rad + pos: 184.5,128.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9042 + - uid: 16992 components: - type: Transform - anchored: True - pos: 211.5,12.5 + rot: -1.5707963267948966 rad + pos: -196.5,-118.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9043 + - uid: 16993 components: - type: Transform - anchored: True - pos: 222.5,-179.5 + pos: -197.5,-116.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9044 + - uid: 16994 components: - type: Transform - anchored: True - pos: 69.5,63.5 + rot: -1.5707963267948966 rad + pos: -192.5,-121.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9045 + - uid: 16995 components: - type: Transform - anchored: True - pos: 222.5,-47.5 + rot: 3.141592653589793 rad + pos: -188.5,-135.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9046 + - uid: 16996 components: - type: Transform - anchored: True - pos: 223.5,-122.5 + rot: -1.5707963267948966 rad + pos: -195.5,-128.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9047 + - uid: 16997 components: - type: Transform - anchored: True - pos: 200.5,-220.5 + rot: 1.5707963267948966 rad + pos: -154.5,-122.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9048 + - uid: 16998 components: - type: Transform - anchored: True - pos: 226.5,-2.5 + rot: -1.5707963267948966 rad + pos: -156.5,-125.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9049 + - uid: 16999 components: - type: Transform - anchored: True - pos: 209.5,-57.5 + rot: -1.5707963267948966 rad + pos: -163.5,-123.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9050 + - uid: 17000 components: - type: Transform - anchored: True - pos: 225.5,61.5 + rot: 3.141592653589793 rad + pos: -158.5,-117.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9051 + - uid: 17001 components: - type: Transform - anchored: True - pos: 221.5,62.5 + rot: 1.5707963267948966 rad + pos: -182.5,-129.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9052 + - uid: 17002 components: - type: Transform - anchored: True - pos: -152.5,-91.5 + rot: 3.141592653589793 rad + pos: -191.5,-135.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9053 + - uid: 17003 components: - type: Transform - anchored: True - pos: -102.5,20.5 + rot: -1.5707963267948966 rad + pos: -164.5,-120.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9054 + - uid: 17004 components: - type: Transform - anchored: True - pos: -131.5,-92.5 + rot: -1.5707963267948966 rad + pos: -195.5,-126.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9057 + - uid: 17005 components: - type: Transform - anchored: True - pos: -20.5,121.5 + pos: -183.5,-123.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9058 + - uid: 17006 components: - type: Transform - anchored: True - pos: -83.5,34.5 + rot: 1.5707963267948966 rad + pos: 190.5,158.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9059 + - uid: 17007 components: - type: Transform - anchored: True - pos: -31.5,123.5 + rot: -1.5707963267948966 rad + pos: 189.5,188.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9060 + - uid: 17008 components: - type: Transform - anchored: True - pos: -144.5,-79.5 + rot: -1.5707963267948966 rad + pos: 171.5,191.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9061 + - uid: 17009 components: - type: Transform - anchored: True - pos: -79.5,79.5 + rot: -1.5707963267948966 rad + pos: 155.5,164.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9062 + - uid: 17010 components: - type: Transform - anchored: True - pos: 37.5,126.5 + pos: 175.5,157.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9063 + - uid: 17011 components: - type: Transform - anchored: True - pos: -84.5,73.5 + rot: -1.5707963267948966 rad + pos: 155.5,169.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9064 + - uid: 17012 components: - type: Transform - anchored: True - pos: 63.5,154.5 + rot: 1.5707963267948966 rad + pos: 176.5,171.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9065 + - uid: 17013 components: - type: Transform - anchored: True - pos: -40.5,102.5 + pos: 149.5,154.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9066 + - uid: 17014 components: - type: Transform - anchored: True - pos: -55.5,87.5 + pos: 188.5,125.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9067 + - uid: 17015 components: - type: Transform - anchored: True - pos: -118.5,-95.5 + rot: -1.5707963267948966 rad + pos: 180.5,138.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9068 + - uid: 17016 components: - type: Transform - anchored: True - pos: -5.5,67.5 + rot: -1.5707963267948966 rad + pos: 157.5,153.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9069 + - uid: 17017 components: - type: Transform - anchored: True - pos: -129.5,69.5 + rot: 1.5707963267948966 rad + pos: 203.5,-32.5 parent: 1 - type: Physics canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - type: Fixtures fixtures: {} - - uid: 9070 +- proto: N14Trashbin + entities: + - uid: 6676 components: - type: Transform - anchored: True - pos: -83.5,94.5 + pos: -70.5,-105.5 parent: 1 - - type: Physics - canCollide: False - type: ContainerContainer containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9071 + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6677 + - 6679 + - 6678 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7468 components: - type: Transform - anchored: True - pos: -79.5,90.5 + pos: -8.5,-24.5 parent: 1 - - type: Physics - canCollide: False + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - type: ContainerContainer containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9072 + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7470 + - 7469 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7679 components: - type: Transform - anchored: True - pos: -125.5,76.5 + pos: -226.5,-91.5 parent: 1 - - type: Physics - canCollide: False - type: ContainerContainer containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9073 + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7685 + - 7682 + - 7681 + - 7684 + - 7683 + - 7680 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7773 components: - type: Transform - anchored: True - pos: -153.5,-111.5 + pos: 172.5,51.5 parent: 1 - - type: Physics - canCollide: False - type: ContainerContainer containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9074 + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7774 + - 7775 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9463 components: - type: Transform - anchored: True - pos: -236.5,-148.5 + pos: 26.5,-62.5 parent: 1 - - type: Physics - canCollide: False + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - type: ContainerContainer containers: - storagebase: !type:Container - ents: [] + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9464 + - 9465 + - 9466 + - 9467 + - 9468 + - 9469 + - 9470 + - 9471 + - 9472 + - 9473 + - 9474 + - 9475 + - 9476 + - 9477 + - 9478 + - 9479 + - 9480 + - 9481 + - 9482 + - 9483 + - 9484 + - 9485 + - 9486 + - 9487 + - 9488 + - 9489 + - 9490 + - 9491 + - 9492 + - 9493 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 17018 + components: + - type: Transform + pos: -339.5,74.5 + parent: 1 + - uid: 17019 + components: + - type: Transform + pos: 95.5,-111.5 + parent: 1 + - uid: 17020 + components: + - type: Transform + pos: -189.5,24.5 + parent: 1 + - uid: 17021 + components: + - type: Transform + pos: -162.5,63.5 + parent: 1 + - uid: 17022 + components: + - type: Transform + pos: -147.5,55.5 + parent: 1 + - uid: 17023 + components: + - type: Transform + pos: -172.5,47.5 + parent: 1 + - uid: 17024 + components: + - type: Transform + pos: -189.5,41.5 + parent: 1 + - uid: 17025 + components: + - type: Transform + pos: -157.5,55.5 + parent: 1 + - uid: 17026 + components: + - type: Transform + pos: 135.5,-1.5 + parent: 1 - type: Fixtures - fixtures: {} - - uid: 9075 + 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 + - uid: 17027 + components: + - type: Transform + pos: 98.5,8.5 + parent: 1 + - uid: 17028 + components: + - type: Transform + pos: 30.5,1.5 + parent: 1 + - uid: 17029 + components: + - type: Transform + pos: 27.5,5.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + moles: + - 1.7459823 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 17030 + components: + - type: Transform + pos: -28.5,8.5 + parent: 1 + - uid: 17031 + components: + - type: Transform + pos: -22.5,8.5 + parent: 1 + - uid: 17032 + components: + - type: Transform + pos: -14.5,8.5 + parent: 1 + - uid: 17033 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 17034 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 + - uid: 17035 + components: + - type: Transform + pos: 127.5,5.5 + parent: 1 + - uid: 17036 + components: + - type: Transform + pos: -52.5,25.5 + parent: 1 + - uid: 17037 + components: + - type: Transform + pos: -52.5,28.5 + parent: 1 + - uid: 17038 + components: + - type: Transform + pos: -63.5,32.5 + parent: 1 + - uid: 17039 + components: + - type: Transform + pos: 46.5,-36.5 + parent: 1 + - uid: 17040 + components: + - type: Transform + pos: 41.5,-30.5 + parent: 1 + - uid: 17041 + components: + - type: Transform + pos: 28.5,-62.5 + parent: 1 + - uid: 17042 + components: + - type: Transform + pos: 36.5,-62.5 + parent: 1 + - uid: 17043 + components: + - type: Transform + pos: 41.5,-64.5 + parent: 1 + - uid: 17044 + components: + - type: Transform + pos: -55.5,-103.5 + parent: 1 + - 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 + - uid: 17045 + components: + - type: Transform + pos: -187.5,-170.5 + parent: 1 + - uid: 17046 + components: + - type: Transform + pos: 130.5,-15.5 + parent: 1 + - uid: 17047 + components: + - type: Transform + pos: 129.5,-15.5 + parent: 1 + - uid: 17048 + components: + - type: Transform + pos: 209.5,-29.5 + parent: 1 + - uid: 17049 + components: + - type: Transform + pos: 194.5,24.5 + parent: 1 + - 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 + - uid: 17050 + components: + - type: Transform + pos: 186.5,16.5 + parent: 1 + - uid: 17051 + components: + - type: Transform + pos: 170.5,58.5 + parent: 1 + - uid: 17052 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 1 + - uid: 17053 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 1 + - uid: 17054 + components: + - type: Transform + pos: -37.5,-42.5 + parent: 1 + - uid: 17055 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 1 + - uid: 17056 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 1 + - uid: 17057 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 1 + - uid: 17058 + components: + - type: Transform + pos: -153.5,-27.5 + parent: 1 + - uid: 17059 + components: + - type: Transform + pos: -154.5,-27.5 + parent: 1 + - uid: 17060 + components: + - type: Transform + pos: 161.5,-175.5 + parent: 1 + - uid: 17061 + components: + - type: Transform + pos: 111.5,10.5 + parent: 1 + - uid: 17062 + components: + - type: Transform + pos: -163.5,-110.5 + parent: 1 + - uid: 17063 + components: + - type: Transform + pos: -163.5,-124.5 + parent: 1 + - uid: 17064 + components: + - type: Transform + pos: -180.5,-136.5 + parent: 1 + - uid: 17065 + components: + - type: Transform + pos: -173.5,-112.5 + parent: 1 + - uid: 17066 + components: + - type: Transform + pos: -190.5,-110.5 + parent: 1 + - uid: 17067 + components: + - type: Transform + pos: -188.5,-127.5 + parent: 1 + - uid: 17068 + components: + - type: Transform + pos: -188.5,-110.5 + parent: 1 + - uid: 17069 + components: + - type: Transform + pos: 170.5,-157.5 + parent: 1 + - uid: 17070 + components: + - type: Transform + pos: 78.63562,-114.04414 + parent: 1 + - uid: 17071 + components: + - type: Transform + pos: 72.5,-133.5 + parent: 1 + - uid: 17072 + components: + - type: Transform + pos: -162.5,-99.5 + parent: 1 + - uid: 17073 + components: + - type: Transform + pos: -167.5,-108.5 + parent: 1 + - uid: 17074 + components: + - type: Transform + pos: -174.5,-96.5 + parent: 1 + - uid: 17075 + components: + - type: Transform + pos: -192.5,-98.5 + parent: 1 +- proto: N14TribalHatchet + entities: + - uid: 17076 + components: + - type: Transform + pos: 144.68558,164.9724 + parent: 1 + - uid: 17077 + components: + - type: Transform + pos: 145.25502,164.5835 + parent: 1 + - uid: 17078 + components: + - type: Transform + pos: 144.96156,164.79616 + parent: 1 +- proto: N14TribalMachete + entities: + - uid: 17079 + components: + - type: Transform + pos: -174.50174,-94.22156 + parent: 1 + - uid: 17080 + components: + - type: Transform + pos: 142.67793,164.85355 + parent: 1 + - uid: 17081 + components: + - type: Transform + pos: 142.89552,164.80263 + parent: 1 + - uid: 17082 + components: + - type: Transform + pos: 143.15016,164.77022 + parent: 1 + - uid: 17083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 98.564026,-114.38731 + parent: 1 +- proto: N14VehicleBikeRust1 + entities: + - uid: 17084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 140.5,5.5 + parent: 1 + - uid: 17085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,-56.5 + parent: 1 +- proto: N14VehicleCarWreck + entities: + - uid: 17086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-109.5 + parent: 1 + - uid: 17087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 191.5,-85.5 + parent: 1 + - uid: 17088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 166.5,-85.5 + parent: 1 + - uid: 17089 + components: + - type: Transform + pos: -83.5,-141.5 + parent: 1 + - uid: 17090 + components: + - type: Transform + pos: 173.5,41.5 + parent: 1 +- proto: N14VendingMachineCigarette + entities: + - uid: 17091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,16.5 + parent: 1 + - uid: 17092 + components: + - type: Transform + pos: 101.5,1.5 + parent: 1 + - uid: 17093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 125.5,-12.5 + parent: 1 +- proto: N14VendingMachineCigaretteFilled + entities: + - uid: 17094 + components: + - type: Transform + pos: -15.5,3.5 + parent: 1 + - uid: 17095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-61.5 + parent: 1 + - uid: 17096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,8.5 + parent: 1 + - uid: 17097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-10.5 + parent: 1 + - uid: 17098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-63.5 + parent: 1 + - uid: 17099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-31.5 + parent: 1 + - uid: 17100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-9.5 + parent: 1 + - uid: 17101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-16.5 + parent: 1 + - uid: 17102 + components: + - type: Transform + pos: -60.5,20.5 + parent: 1 + - uid: 17103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,145.5 + parent: 1 +- proto: N14VendingMachineNukaColaIrradiated + entities: + - uid: 17104 + components: + - type: Transform + pos: 181.5,26.5 + parent: 1 +- proto: N14VendingMachineNukaColaNewFilled + entities: + - uid: 17105 + components: + - type: Transform + pos: 25.5,5.5 + parent: 1 + - type: PointLight + enabled: False + - uid: 17106 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 1 + - type: PointLight + enabled: False + - uid: 17107 + components: + - type: Transform + pos: 18.5,-64.5 + parent: 1 + - type: PointLight + enabled: False + - uid: 17108 + components: + - type: Transform + pos: -17.5,9.5 + parent: 1 + - type: PointLight + enabled: False + - uid: 17109 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 1 + - type: PointLight + enabled: False + - uid: 17110 components: - type: Transform - anchored: True - pos: -106.5,-137.5 + pos: 48.5,-37.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9076 + - type: PointLight + enabled: False + - uid: 17111 components: - type: Transform - anchored: True - pos: 35.5,-117.5 + pos: -167.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9077 + - type: PointLight + enabled: False + - uid: 17112 components: - type: Transform - anchored: True - pos: -234.5,-123.5 + pos: -180.5,39.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9079 + - type: PointLight + enabled: False +- proto: N14VendingMachineVimFilled + entities: + - uid: 17113 components: - type: Transform - anchored: True - pos: 57.5,-147.5 + pos: -71.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9080 + - type: PointLight + enabled: False + - uid: 17114 components: - type: Transform - anchored: True - pos: -14.5,-157.5 + pos: -161.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9081 +- proto: N14WallBrickTall + entities: + - uid: 17115 components: - type: Transform - anchored: True - pos: 46.5,-106.5 + pos: -86.5,-101.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9082 + - uid: 17116 components: - type: Transform - anchored: True - pos: 65.5,-144.5 + pos: 185.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9083 + - uid: 17117 components: - type: Transform - anchored: True - pos: 261.5,-67.5 + pos: 190.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9084 + - uid: 17118 components: - type: Transform - anchored: True - pos: -0.5,-141.5 + pos: 189.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9085 + - uid: 17119 components: - type: Transform - anchored: True - pos: 47.5,-152.5 + pos: 181.5,89.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9086 + - uid: 17120 components: - type: Transform - anchored: True - pos: -85.5,147.5 + pos: 186.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9087 + - uid: 17121 components: - type: Transform - anchored: True - pos: 234.5,-90.5 + pos: 189.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9088 + - uid: 17122 components: - type: Transform - anchored: True - pos: -245.5,-151.5 + pos: 182.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9089 + - uid: 17123 components: - type: Transform - anchored: True - pos: 244.5,-89.5 + pos: 181.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9090 + - uid: 17124 components: - type: Transform - anchored: True - pos: 73.5,-92.5 + pos: 185.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9091 + - uid: 17125 components: - type: Transform - anchored: True - pos: 35.5,-156.5 + pos: 181.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9092 + - uid: 17126 components: - type: Transform - anchored: True - pos: 28.5,-96.5 + pos: 193.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9093 + - uid: 17127 components: - type: Transform - anchored: True - pos: 4.5,-127.5 + pos: 181.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9094 + - uid: 17128 components: - type: Transform - anchored: True - pos: 67.5,-158.5 + pos: 184.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9095 + - uid: 17129 components: - type: Transform - anchored: True - pos: -13.5,-158.5 + pos: 181.5,93.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9096 + - uid: 17130 components: - type: Transform - anchored: True - pos: -249.5,-157.5 + pos: 192.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9097 + - uid: 17131 components: - type: Transform - anchored: True - pos: 17.5,-129.5 + pos: 193.5,93.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9098 + - uid: 17132 components: - type: Transform - anchored: True - pos: 263.5,-48.5 + pos: 193.5,89.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9099 + - uid: 17133 components: - type: Transform - anchored: True - pos: -246.5,-158.5 + pos: 193.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9100 + - uid: 17134 components: - type: Transform - anchored: True - pos: 10.5,-92.5 + pos: 191.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9101 + - uid: 17135 components: - type: Transform - anchored: True - pos: 262.5,-98.5 + pos: 181.5,86.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9102 + - uid: 17136 components: - type: Transform - anchored: True - pos: 54.5,-73.5 + pos: 181.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9103 + - uid: 17137 components: - type: Transform - anchored: True - pos: 71.5,-90.5 + pos: 181.5,92.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9104 + - uid: 17138 components: - type: Transform - anchored: True - pos: 60.5,-90.5 + pos: 186.5,90.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9105 + - uid: 17139 components: - type: Transform - anchored: True - pos: -57.5,150.5 + pos: 192.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9106 + - uid: 17140 components: - type: Transform - anchored: True - pos: 74.5,-74.5 + pos: 191.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9107 + - uid: 17141 components: - type: Transform - anchored: True - pos: -97.5,118.5 + pos: 193.5,96.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9108 + - uid: 17142 components: - type: Transform - anchored: True - pos: -83.5,145.5 + pos: 193.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9109 + - uid: 17143 components: - type: Transform - anchored: True - pos: 246.5,91.5 + pos: 188.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9110 + - uid: 17144 components: - type: Transform - anchored: True - pos: -125.5,103.5 + pos: 187.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9111 + - uid: 17145 components: - type: Transform - anchored: True - pos: -114.5,146.5 + pos: 184.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9112 + - uid: 17146 components: - type: Transform - anchored: True - pos: -154.5,123.5 + pos: 193.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9113 + - uid: 17147 components: - type: Transform - anchored: True - pos: -145.5,126.5 + pos: 186.5,92.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9114 + - uid: 17148 components: - type: Transform - anchored: True - pos: -132.5,102.5 + pos: 187.5,92.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9115 + - uid: 17149 components: - type: Transform - anchored: True - pos: -122.5,133.5 + pos: 188.5,92.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9116 + - uid: 17150 components: - type: Transform - pos: 162.4407,-77.584816 + pos: 188.5,91.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64385 + - uid: 17151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.856,-173.4626 + pos: 187.5,93.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64398 + - uid: 17152 components: - type: Transform - pos: -92.90366,-176.52878 + pos: 186.5,91.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling7 - entities: - - uid: 9117 + - uid: 17153 components: - type: Transform - anchored: True - pos: -46.5,-205.5 + pos: 187.5,90.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9118 + - uid: 17154 components: - type: Transform - anchored: True - pos: 143.5,112.5 + pos: 188.5,90.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9119 + - uid: 17155 components: - type: Transform - anchored: True - pos: 49.5,-189.5 + pos: 189.5,91.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9120 + - uid: 17156 components: - type: Transform - anchored: True - pos: 112.5,-192.5 + pos: 185.5,91.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9121 + - uid: 17157 components: - type: Transform - anchored: True - pos: -223.5,214.5 + pos: 184.5,91.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9122 + - uid: 17158 components: - type: Transform - anchored: True - pos: 29.5,24.5 + pos: 187.5,96.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9123 +- proto: N14WallConcreteDark + entities: + - uid: 17159 components: - type: Transform - anchored: True - pos: 155.5,-22.5 + pos: -30.5,-194.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9124 + - uid: 17160 components: - type: Transform - anchored: True - pos: 145.5,73.5 + pos: -31.5,-194.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9125 + - uid: 17161 components: - type: Transform - anchored: True - pos: 116.5,-215.5 + pos: -27.5,-194.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9126 + - uid: 17162 components: - type: Transform - anchored: True - pos: 109.5,232.5 + pos: -29.5,-191.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9127 + - uid: 17163 components: - type: Transform - anchored: True - pos: 126.5,-197.5 + pos: -33.5,-193.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9128 + - uid: 17164 components: - type: Transform - anchored: True - pos: -177.5,169.5 + pos: -26.5,-191.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9129 + - uid: 17165 components: - type: Transform - anchored: True - pos: -216.5,22.5 + pos: -129.5,60.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9130 + - uid: 17166 components: - type: Transform - anchored: True - pos: -146.5,209.5 + pos: -155.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9131 + - uid: 17167 components: - type: Transform - anchored: True - pos: -27.5,-185.5 + pos: -155.5,62.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9132 + - uid: 17168 components: - type: Transform - anchored: True - pos: -141.5,-172.5 + pos: -129.5,58.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9133 + - uid: 17169 components: - type: Transform - anchored: True - pos: -204.5,28.5 + pos: -33.5,-191.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9134 + - uid: 17170 components: - type: Transform - anchored: True - pos: -66.5,-217.5 + pos: -33.5,-192.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9135 + - uid: 17171 components: - type: Transform - anchored: True - pos: 92.5,-193.5 + pos: -28.5,-191.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9136 + - uid: 17172 components: - type: Transform - anchored: True - pos: -232.5,-166.5 + pos: 8.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9137 + - uid: 17173 components: - type: Transform - anchored: True - pos: -221.5,161.5 + pos: -191.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9138 + - uid: 17174 components: - type: Transform - anchored: True - pos: -219.5,-155.5 + pos: -187.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9139 + - uid: 17175 components: - type: Transform - anchored: True - pos: -228.5,123.5 + rot: 3.141592653589793 rad + pos: -135.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9140 + - uid: 17176 components: - type: Transform - anchored: True - pos: 72.5,222.5 + rot: 3.141592653589793 rad + pos: -136.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9142 + - uid: 17177 components: - type: Transform - anchored: True - pos: 81.5,204.5 + pos: -156.5,51.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9143 + - uid: 17178 components: - type: Transform - anchored: True - pos: 103.5,226.5 + pos: -198.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9145 + - uid: 17179 components: - type: Transform - anchored: True - pos: -215.5,215.5 + pos: -170.5,45.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9146 + - uid: 17180 components: - type: Transform - anchored: True - pos: 228.5,-114.5 + pos: 93.5,87.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9147 + - uid: 17181 components: - type: Transform - anchored: True - pos: 73.5,79.5 + pos: 16.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9148 + - uid: 17182 components: - type: Transform - anchored: True - pos: 215.5,-182.5 + pos: 7.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9149 + - uid: 17183 components: - type: Transform - anchored: True - pos: 208.5,-78.5 + pos: 11.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9150 + - uid: 17184 components: - type: Transform - anchored: True - pos: 225.5,-203.5 + pos: 9.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9151 + - uid: 17185 components: - type: Transform - anchored: True - pos: 209.5,-217.5 + pos: 10.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9152 + - uid: 17186 components: - type: Transform - anchored: True - pos: 212.5,-70.5 + pos: 12.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9153 + - uid: 17187 components: - type: Transform - anchored: True - pos: 209.5,-103.5 + pos: 14.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9154 + - uid: 17188 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 1 + - uid: 17189 components: - type: Transform - anchored: True - pos: -105.5,34.5 + pos: 16.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9155 + - uid: 17190 components: - type: Transform - anchored: True - pos: -118.5,38.5 + pos: 16.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9156 + - uid: 17191 components: - type: Transform - anchored: True - pos: -134.5,24.5 + pos: 6.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9157 + - uid: 17192 components: - type: Transform - anchored: True - pos: -156.5,36.5 + pos: 16.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9158 + - uid: 17193 components: - type: Transform - anchored: True - pos: -105.5,66.5 + pos: 16.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9159 + - uid: 17194 components: - type: Transform - anchored: True - pos: -40.5,-102.5 + pos: 15.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9160 + - uid: 17195 components: - type: Transform - anchored: True - pos: -31.5,-99.5 + pos: 14.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9161 + - uid: 17196 components: - type: Transform - anchored: True - pos: 8.5,-98.5 + pos: 13.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9162 + - uid: 17197 components: - type: Transform - anchored: True - pos: 18.5,-120.5 + pos: 12.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9163 + - uid: 17198 components: - type: Transform - anchored: True - pos: 17.5,-118.5 + pos: 11.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9164 + - uid: 17199 components: - type: Transform - anchored: True - pos: 10.5,-120.5 + pos: 10.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9165 + - uid: 17200 components: - type: Transform - anchored: True - pos: 4.5,-106.5 + pos: 9.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9166 + - uid: 17201 components: - type: Transform - anchored: True - pos: 33.5,-123.5 + pos: 8.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9167 + - uid: 17202 components: - type: Transform - anchored: True - pos: -129.5,120.5 + pos: 7.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9168 + - uid: 17203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.486984,-109.534996 + pos: 6.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65395 + - uid: 17204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.330505,-129.56262 + pos: 6.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling8 - entities: - - uid: 7394 + - uid: 17205 components: - type: Transform - pos: -112.33882,-57.413982 + pos: 6.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9169 + - uid: 17206 components: - type: Transform - anchored: True - pos: 2.5,-224.5 + pos: 6.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9170 + - uid: 17207 components: - type: Transform - anchored: True - pos: 122.5,234.5 + pos: 30.5,-15.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9171 + - uid: 17208 components: - type: Transform - anchored: True - pos: 145.5,110.5 + pos: 34.5,-15.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9172 + - uid: 17209 components: - type: Transform - anchored: True - pos: 151.5,116.5 + pos: 31.5,-15.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9173 + - uid: 17210 components: - type: Transform - anchored: True - pos: 174.5,-11.5 + pos: 33.5,-15.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9174 + - uid: 17211 components: - type: Transform - anchored: True - pos: 35.5,-227.5 + pos: 32.5,-15.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9175 + - uid: 17212 components: - type: Transform - anchored: True - pos: -192.5,9.5 + pos: 35.5,-15.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9176 + - uid: 17213 components: - type: Transform - anchored: True - pos: 178.5,-25.5 + pos: 30.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9177 + - uid: 17214 components: - type: Transform - anchored: True - pos: 180.5,35.5 + pos: 30.5,-21.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9178 + - uid: 17215 components: - type: Transform - anchored: True - pos: -143.5,173.5 + pos: 35.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9179 + - uid: 17216 components: - type: Transform - anchored: True - pos: 133.5,122.5 + pos: 30.5,-20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9180 + - uid: 17217 components: - type: Transform - anchored: True - pos: 129.5,-228.5 + pos: 30.5,-19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9181 + - uid: 17218 components: - type: Transform - anchored: True - pos: 169.5,-25.5 + pos: 30.5,-18.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9182 + - uid: 17219 components: - type: Transform - anchored: True - pos: 113.5,214.5 + pos: 35.5,-18.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9183 + - uid: 17220 components: - type: Transform - anchored: True - pos: -45.5,-178.5 + pos: 35.5,-19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9184 + - uid: 17221 components: - type: Transform - anchored: True - pos: 118.5,-99.5 + pos: 35.5,-20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9185 + - uid: 17222 components: - type: Transform - anchored: True - pos: 120.5,-99.5 + pos: 35.5,-21.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9186 + - uid: 17223 components: - type: Transform - anchored: True - pos: 9.5,-162.5 + pos: -192.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9187 + - uid: 17224 components: - type: Transform - anchored: True - pos: -8.5,-182.5 + rot: 3.141592653589793 rad + pos: -141.5,55.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9188 + - uid: 17225 components: - type: Transform - anchored: True - pos: -113.5,-201.5 + pos: 94.5,88.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9189 + - uid: 17226 components: - type: Transform - anchored: True - pos: -55.5,196.5 + pos: 93.5,88.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9190 + - uid: 17227 components: - type: Transform - anchored: True - pos: 107.5,-58.5 + pos: 96.5,84.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9191 + - uid: 17228 components: - type: Transform - anchored: True - pos: -176.5,167.5 + pos: 97.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9192 + - uid: 17229 components: - type: Transform - anchored: True - pos: 107.5,-97.5 + pos: 96.5,88.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9193 + - uid: 17230 components: - type: Transform - anchored: True - pos: -196.5,188.5 + pos: 93.5,85.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9194 + - uid: 17231 components: - type: Transform - anchored: True - pos: 2.5,201.5 + pos: -170.5,43.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9195 + - uid: 17232 components: - type: Transform - anchored: True - pos: 38.5,204.5 + pos: -170.5,42.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9196 + - uid: 17233 components: - type: Transform - anchored: True - pos: -54.5,237.5 + rot: 3.141592653589793 rad + pos: -137.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9197 + - uid: 17234 components: - type: Transform - anchored: True - pos: -2.5,215.5 + pos: -194.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9198 + - uid: 17235 components: - type: Transform - anchored: True - pos: 223.5,-76.5 + pos: -170.5,24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9199 + - uid: 17236 components: - type: Transform - anchored: True - pos: 224.5,81.5 + pos: -189.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9200 + - uid: 17237 components: - type: Transform - anchored: True - pos: 192.5,63.5 + pos: -190.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9201 + - uid: 17238 components: - type: Transform - anchored: True - pos: 210.5,-17.5 + pos: -170.5,44.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9202 + - uid: 17239 components: - type: Transform - anchored: True - pos: -55.5,107.5 + pos: -186.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9203 + - uid: 17240 components: - type: Transform - anchored: True - pos: -122.5,-120.5 + pos: -193.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9204 + - uid: 17241 components: - type: Transform - anchored: True - pos: -116.5,-116.5 + pos: -197.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9205 + - uid: 17242 components: - type: Transform - anchored: True - pos: -66.5,109.5 + pos: -185.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9206 + - uid: 17243 components: - type: Transform - anchored: True - pos: -124.5,-126.5 + pos: -196.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9207 + - uid: 17244 components: - type: Transform - anchored: True - pos: 2.5,-41.5 + pos: -195.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9208 + - uid: 17245 components: - type: Transform - anchored: True - pos: -22.5,-76.5 + pos: -170.5,21.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9209 + - uid: 17246 components: - type: Transform - anchored: True - pos: -6.5,-146.5 + pos: -188.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9210 + - uid: 17247 components: - type: Transform - anchored: True - pos: -148.5,131.5 + pos: -170.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9211 + - uid: 17248 components: - type: Transform - anchored: True - pos: 3.5,-102.5 + pos: -184.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9212 + - uid: 17249 components: - type: Transform - anchored: True - pos: -251.5,-156.5 + pos: -183.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9213 + - uid: 17250 components: - type: Transform - pos: 174.44795,-73.359024 + pos: -182.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9214 + - uid: 17251 components: - type: Transform - pos: -47.49017,-115.519615 + pos: -181.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 64393 + - uid: 17252 components: - type: Transform - pos: -92.049805,-176.61446 + pos: -180.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile1Refilling9 - entities: - - uid: 9215 + - uid: 17253 components: - type: Transform - anchored: True - pos: -157.5,-220.5 + pos: -179.5,19.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9216 + - uid: 17254 components: - type: Transform - anchored: True - pos: -4.5,-217.5 + pos: -156.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9217 + - uid: 17255 components: - type: Transform - anchored: True - pos: -195.5,63.5 + pos: -178.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9218 + - uid: 17256 components: - type: Transform - anchored: True - pos: -20.5,-185.5 + pos: -177.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9219 + - uid: 17257 components: - type: Transform - anchored: True - pos: -107.5,230.5 + pos: -176.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9220 + - uid: 17258 components: - type: Transform - anchored: True - pos: 152.5,163.5 + pos: -175.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9221 + - uid: 17259 components: - type: Transform - anchored: True - pos: -123.5,-223.5 + pos: -174.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9222 + - uid: 17260 components: - type: Transform - anchored: True - pos: 17.5,217.5 + pos: -173.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9223 + - uid: 17261 components: - type: Transform - anchored: True - pos: -164.5,-228.5 + pos: -172.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9224 + - uid: 17262 components: - type: Transform - anchored: True - pos: 64.5,-196.5 + pos: -171.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9225 + - uid: 17263 components: - type: Transform - anchored: True - pos: -224.5,-71.5 + pos: -170.5,23.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9226 + - uid: 17264 components: - type: Transform - anchored: True - pos: -210.5,-134.5 + rot: 3.141592653589793 rad + pos: -142.5,53.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9227 + - uid: 17265 components: - type: Transform - anchored: True - pos: -223.5,121.5 + pos: -167.5,46.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9228 + - uid: 17266 components: - type: Transform - anchored: True - pos: -226.5,-210.5 + pos: -168.5,46.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9229 + - uid: 17267 + components: + - type: Transform + pos: -169.5,46.5 + parent: 1 + - uid: 17268 components: - type: Transform - anchored: True - pos: -204.5,72.5 + pos: -170.5,46.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9230 + - uid: 17269 components: - type: Transform - anchored: True - pos: -182.5,144.5 + rot: 3.141592653589793 rad + pos: -140.5,54.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9231 + - uid: 17270 components: - type: Transform - anchored: True - pos: -168.5,-212.5 + pos: -170.5,41.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9232 + - uid: 17271 components: - type: Transform - anchored: True - pos: -204.5,111.5 + pos: -170.5,40.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9233 + - uid: 17272 components: - type: Transform - anchored: True - pos: 64.5,79.5 + pos: -170.5,33.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9234 + - uid: 17273 components: - type: Transform - anchored: True - pos: -190.5,230.5 + pos: -170.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9235 + - uid: 17274 components: - type: Transform - anchored: True - pos: 80.5,55.5 + pos: -170.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9236 + - uid: 17275 components: - type: Transform - anchored: True - pos: 218.5,-115.5 + pos: -170.5,30.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9237 + - uid: 17276 components: - type: Transform - anchored: True - pos: 205.5,-192.5 + pos: -170.5,29.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9238 + - uid: 17277 components: - type: Transform - anchored: True - pos: 227.5,162.5 + pos: -170.5,28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9239 + - uid: 17278 components: - type: Transform - anchored: True - pos: 11.5,81.5 + rot: 3.141592653589793 rad + pos: -140.5,55.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9240 + - uid: 17279 components: - type: Transform - anchored: True - pos: -46.5,70.5 + pos: -162.5,55.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9241 + - uid: 17280 components: - type: Transform - anchored: True - pos: -37.5,89.5 + pos: -159.5,53.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9242 + - uid: 17281 components: - type: Transform - anchored: True - pos: -127.5,67.5 + pos: -158.5,53.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9243 + - uid: 17282 components: - type: Transform - anchored: True - pos: -32.5,-129.5 + pos: -157.5,53.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9244 + - uid: 17283 components: - type: Transform - anchored: True - pos: -89.5,-134.5 + pos: -156.5,53.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9245 + - uid: 17284 components: - type: Transform - anchored: True - pos: -43.5,8.5 + pos: -156.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9246 + - uid: 17285 components: - type: Transform - anchored: True - pos: -53.5,-119.5 + rot: 3.141592653589793 rad + pos: -134.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9247 + - uid: 17286 components: - type: Transform - anchored: True - pos: 233.5,42.5 + rot: 3.141592653589793 rad + pos: -140.5,53.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9248 + - uid: 17287 components: - type: Transform - pos: -72.42092,-109.49701 + rot: 3.141592653589793 rad + pos: -198.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 65405 + - uid: 17288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.6697,-131.18762 + rot: 3.141592653589793 rad + pos: -198.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile2 - entities: - - uid: 9249 + - uid: 17289 components: - type: Transform rot: 3.141592653589793 rad - pos: 171.5122,25.493813 + pos: -198.5,30.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile3 - entities: - - uid: 9250 + - uid: 17290 components: - type: Transform - pos: 179.56017,15.589861 + rot: 3.141592653589793 rad + pos: -198.5,29.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9251 + - uid: 17291 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.803595,-61.61405 + pos: -198.5,28.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile4 - entities: - - uid: 9252 + - uid: 17292 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.322344,-61.01405 + pos: -198.5,27.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9253 + - uid: 17293 components: - type: Transform rot: 3.141592653589793 rad - pos: -185.53343,-18.252869 + pos: -198.5,26.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile6 - entities: - - uid: 9254 + - uid: 17294 components: - type: Transform - pos: 191.3036,94.81821 + rot: 3.141592653589793 rad + pos: -198.5,25.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9255 + - uid: 17295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -157.41846,-27.53168 + rot: 3.141592653589793 rad + pos: -198.5,24.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile7 - entities: - - uid: 9256 + - uid: 17296 components: - type: Transform - pos: 183.41464,37.500923 + rot: 3.141592653589793 rad + pos: -198.5,23.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkPile8 - entities: - - uid: 9257 + - uid: 17297 components: - type: Transform - pos: 161.62415,26.556446 + rot: 3.141592653589793 rad + pos: -198.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} - - uid: 9258 + - uid: 17298 components: - type: Transform rot: 3.141592653589793 rad - pos: 179.05246,62.647247 + pos: -198.5,21.5 parent: 1 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: Fixtures - fixtures: {} -- proto: N14JunkShower - entities: - - uid: 9259 + - uid: 17299 components: - type: Transform - pos: 92.5,115.5 + rot: 3.141592653589793 rad + pos: -198.5,20.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9260 + - uid: 17300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-107.5 + rot: 3.141592653589793 rad + pos: -131.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9261 + - uid: 17301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,-107.5 + rot: 3.141592653589793 rad + pos: -192.5,38.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9262 + - uid: 17302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,66.5 + pos: -169.5,40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9263 + - uid: 17303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,65.5 + rot: 3.141592653589793 rad + pos: -139.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9264 + - uid: 17304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,64.5 + rot: 3.141592653589793 rad + pos: -140.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9265 + - uid: 17305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,16.5 + rot: 3.141592653589793 rad + pos: -138.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9266 + - uid: 17306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,15.5 + rot: 3.141592653589793 rad + pos: -142.5,55.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9267 + - uid: 17307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,16.5 + rot: 3.141592653589793 rad + pos: -132.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9268 + - uid: 17308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,15.5 + rot: 3.141592653589793 rad + pos: -142.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9269 + - uid: 17309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-132.5 + rot: 3.141592653589793 rad + pos: -142.5,51.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9270 + - uid: 17310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-109.5 + rot: 3.141592653589793 rad + pos: -133.5,52.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9271 + - uid: 17311 components: - type: Transform - pos: 211.5,-25.5 + rot: 3.141592653589793 rad + pos: -142.5,54.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9272 + - uid: 17312 components: - type: Transform - pos: 162.5,22.5 + rot: 3.141592653589793 rad + pos: -149.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9273 + - uid: 17313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 195.5,205.5 + rot: 3.141592653589793 rad + pos: -148.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11414 + - uid: 17314 components: - type: Transform rot: 3.141592653589793 rad - pos: -181.5,35.5 + pos: -147.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 50086 + - uid: 17315 components: - type: Transform - pos: 116.5,8.5 + rot: 3.141592653589793 rad + pos: -146.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61575 + - uid: 17316 components: - type: Transform rot: 3.141592653589793 rad - pos: -182.5,35.5 + pos: -145.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61610 + - uid: 17317 components: - type: Transform rot: 3.141592653589793 rad - pos: -180.5,35.5 + pos: -144.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63920 + - uid: 17318 components: - type: Transform rot: 3.141592653589793 rad - pos: -155.5,71.5 + pos: -143.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65276 + - uid: 17319 components: - type: Transform rot: 3.141592653589793 rad - pos: 85.5,-108.5 + pos: -142.5,50.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65372 + - uid: 17320 components: - type: Transform rot: 3.141592653589793 rad - pos: 74.5,-127.5 + pos: -162.5,60.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkSink - entities: - - uid: 6659 + - uid: 17321 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -104.5,-175.5 + rot: 3.141592653589793 rad + pos: -162.5,61.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9274 + - uid: 17322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,113.5 + pos: 21.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9275 + - uid: 17323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,22.5 + pos: 24.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9276 + - uid: 17324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-23.5 + pos: 26.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9277 + - uid: 17325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-25.5 + pos: 29.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9278 + - uid: 17326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-23.5 + pos: 29.5,0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9279 + - uid: 17327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-25.5 + pos: 29.5,1.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9280 + - uid: 17328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,6.5 + pos: 29.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9281 + - uid: 17329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,5.5 + pos: 30.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9282 + - uid: 17330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 + pos: 31.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9283 + - uid: 17331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,5.5 + pos: 32.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9284 + - uid: 17332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,18.5 + pos: 34.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9285 + - uid: 17333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,19.5 + pos: 35.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9286 + - uid: 17334 components: - type: Transform - pos: -55.5,3.5 + pos: 35.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9287 + - uid: 17335 components: - type: Transform - pos: -61.5,6.5 + pos: 35.5,5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9288 + - uid: 17336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,4.5 + pos: 35.5,4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9289 + - uid: 17337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,4.5 + pos: 35.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9290 + - uid: 17338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,34.5 + pos: 34.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9291 + - uid: 17339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-60.5 + pos: 33.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9292 + - uid: 17340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-58.5 + pos: 32.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9293 + - uid: 17341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-59.5 + pos: 31.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9294 + - uid: 17342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-60.5 + pos: 30.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9295 + - uid: 17343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-58.5 + pos: 29.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9296 + - uid: 17344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-77.5 + pos: 28.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9297 + - uid: 17345 components: - type: Transform - pos: -42.5,-131.5 + pos: 27.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9298 + - uid: 17346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,17.5 + pos: 26.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9299 + - uid: 17347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,16.5 + pos: 25.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9300 + - uid: 17348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-10.5 + pos: 24.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9301 + - uid: 17349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-11.5 + pos: 23.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9302 + - uid: 17350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-33.5 + pos: 22.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9303 + - uid: 17351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-17.5 + pos: 21.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9304 + - uid: 17352 components: - type: Transform - pos: -14.5,-19.5 + pos: 21.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9305 + - uid: 17353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-18.5 + pos: 21.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9306 + - uid: 17354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -157.5,-24.5 + pos: 33.5,8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 25273 + - uid: 17355 components: - type: Transform - pos: -95.5,-174.5 + pos: 34.5,8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 25454 + - uid: 17356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-175.5 + pos: 32.5,8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 50081 + - uid: 17357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,8.5 + pos: 32.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkTable - entities: - - uid: 295 + - uid: 17358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,14.5 + pos: 97.5,84.5 parent: 1 - - uid: 9307 + - uid: 17359 components: - type: Transform - pos: -80.5,-124.5 + pos: 97.5,86.5 parent: 1 - - uid: 9308 + - uid: 17360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-129.5 + pos: 94.5,84.5 parent: 1 - - uid: 9309 + - uid: 17361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-127.5 + pos: 97.5,87.5 parent: 1 - - uid: 9310 + - uid: 17362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-107.5 + pos: 95.5,88.5 parent: 1 - - uid: 9311 + - uid: 17363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-107.5 + pos: 95.5,84.5 parent: 1 - - uid: 9312 + - uid: 17364 components: - type: Transform - pos: -50.5,-110.5 + pos: 93.5,84.5 parent: 1 - - uid: 9313 + - uid: 17365 components: - type: Transform - pos: -47.5,-99.5 + pos: 97.5,88.5 parent: 1 - - uid: 9314 + - uid: 17366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-84.5 + pos: -50.5,-32.5 parent: 1 - - uid: 9315 + - uid: 17367 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,14.5 + pos: -41.5,-29.5 parent: 1 - - uid: 9316 + - uid: 17368 + components: + - type: Transform + pos: -60.5,-41.5 + parent: 1 + - uid: 17369 + components: + - type: Transform + pos: -60.5,-39.5 + parent: 1 + - uid: 17370 + components: + - type: Transform + pos: -60.5,-38.5 + parent: 1 + - uid: 17371 + components: + - type: Transform + pos: -60.5,-42.5 + parent: 1 + - uid: 17372 + components: + - type: Transform + pos: -52.5,-32.5 + parent: 1 + - uid: 17373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 183.5,29.5 + pos: -54.5,-32.5 parent: 1 - - uid: 9317 + - uid: 17374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,39.5 + pos: -53.5,-32.5 parent: 1 - - uid: 9318 + - uid: 17375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,42.5 + pos: -51.5,-32.5 parent: 1 - - uid: 9319 + - uid: 17376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,38.5 + pos: -46.5,-31.5 parent: 1 - - uid: 9320 + - uid: 17377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,38.5 + pos: -46.5,-30.5 parent: 1 - - uid: 9321 + - uid: 17378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,39.5 + pos: -60.5,-37.5 parent: 1 - - uid: 9322 + - uid: 17379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,38.5 + pos: -60.5,-40.5 parent: 1 - - uid: 9323 + - uid: 17380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,37.5 + pos: -58.5,-36.5 parent: 1 - - uid: 9324 + - uid: 17381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,37.5 + pos: -59.5,-36.5 parent: 1 - - uid: 9325 + - uid: 17382 components: - type: Transform - pos: 172.5,55.5 + pos: -57.5,-35.5 parent: 1 - - uid: 9326 + - uid: 17383 components: - type: Transform - pos: 167.5,40.5 + pos: -57.5,-36.5 parent: 1 - - uid: 9327 + - uid: 17384 components: - type: Transform - pos: 166.5,40.5 + pos: -57.5,-32.5 parent: 1 - - uid: 9328 + - uid: 17385 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,47.5 + pos: -57.5,-33.5 parent: 1 - - uid: 9329 + - uid: 17386 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,48.5 + pos: -56.5,-32.5 parent: 1 - - uid: 9330 + - uid: 17387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,-20.5 + pos: -55.5,-32.5 parent: 1 - - uid: 9331 + - uid: 17388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,-19.5 + pos: -57.5,-34.5 parent: 1 - - uid: 62410 + - uid: 17389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -192.5,52.5 + pos: -60.5,-36.5 parent: 1 - - uid: 64353 + - uid: 17390 components: - type: Transform - pos: -95.5,-164.5 + pos: -60.5,-43.5 parent: 1 - - uid: 64357 + - uid: 17391 components: - type: Transform - pos: -93.5,-173.5 + pos: -46.5,-29.5 parent: 1 - - uid: 64363 + - uid: 17392 components: - type: Transform - pos: -87.5,-164.5 + pos: -45.5,-29.5 parent: 1 - - uid: 64365 + - uid: 17393 components: - type: Transform - pos: -85.5,-173.5 + pos: -42.5,-29.5 parent: 1 - - uid: 64375 + - uid: 17394 components: - type: Transform - pos: -91.5,-164.5 + pos: -41.5,-30.5 parent: 1 - - uid: 64388 + - uid: 17395 components: - type: Transform - pos: -89.5,-173.5 + pos: -41.5,-31.5 parent: 1 - - uid: 64468 + - uid: 17396 components: - type: Transform - pos: -105.5,-150.5 + pos: -40.5,-31.5 parent: 1 - - uid: 65141 + - uid: 17397 components: - type: Transform - pos: 76.5,-102.5 + pos: -37.5,-31.5 parent: 1 -- proto: N14JunkTeapot - entities: - - uid: 9332 + - uid: 17398 components: - type: Transform - pos: 96.709915,102.89245 + pos: -36.5,-31.5 parent: 1 - - uid: 9333 + - uid: 17399 components: - type: Transform - pos: -55.453094,-127.198044 + pos: -35.5,-31.5 parent: 1 -- proto: N14JunkTimer - entities: - - uid: 9334 + - uid: 17400 components: - type: Transform - pos: -43.550934,-125.08333 + pos: -34.5,-31.5 parent: 1 - - uid: 65023 + - uid: 17401 components: - type: Transform - pos: -183.33798,-22.1734 + pos: -33.5,-31.5 parent: 1 -- proto: N14JunkTincan - entities: - - uid: 9527 + - uid: 17402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.44653,-164.01218 + pos: -32.5,-31.5 parent: 1 - - uid: 47888 + - uid: 17403 components: - type: Transform - pos: -86.3299,-176.6558 + pos: -31.5,-31.5 parent: 1 - - uid: 64337 + - uid: 17404 components: - type: Transform - pos: -97.19507,-174.20374 + pos: -31.5,-32.5 parent: 1 - - uid: 64339 + - uid: 17405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.34258,-165.23592 + pos: -31.5,-33.5 parent: 1 - - uid: 64343 + - uid: 17406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.47428,-165.08664 + pos: -31.5,-34.5 parent: 1 - - uid: 64344 + - uid: 17407 components: - type: Transform - pos: -85.75178,-173.46136 + pos: -31.5,-35.5 parent: 1 - - uid: 64360 + - uid: 17408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.78226,-162.46028 + pos: -31.5,-36.5 parent: 1 - - uid: 64361 + - uid: 17409 components: - type: Transform - pos: -93.53945,-173.30511 + pos: -30.5,-36.5 parent: 1 - - uid: 64367 + - uid: 17410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.36132,-165.99329 + pos: -30.5,-37.5 parent: 1 - - uid: 64368 + - uid: 17411 components: - type: Transform - pos: -86.40803,-174.30511 + pos: -30.5,-38.5 parent: 1 - - uid: 64381 + - uid: 17412 components: - type: Transform - pos: -85.78303,-176.68706 + pos: -30.5,-39.5 parent: 1 - - uid: 64382 + - uid: 17413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.70196,-165.03279 + pos: -30.5,-40.5 parent: 1 - - uid: 64386 + - uid: 17414 components: - type: Transform - pos: -89.21133,-173.53949 + pos: -30.5,-41.5 parent: 1 - - uid: 64391 + - uid: 17415 components: - type: Transform - pos: -85.31428,-173.41449 + pos: -30.5,-42.5 parent: 1 - - uid: 64392 + - uid: 17416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.60798,-163.86368 + pos: -32.5,-44.5 parent: 1 - - uid: 64399 + - uid: 17417 components: - type: Transform - pos: -84.968475,-176.64316 + pos: -33.5,-44.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 64401 + - uid: 17418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.75101,-162.94466 + pos: -34.5,-44.5 parent: 1 - - uid: 64403 + - uid: 17419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.07913,-162.55403 + pos: -35.5,-44.5 parent: 1 - - uid: 64414 + - uid: 17420 components: - type: Transform - pos: -83.155975,-176.59628 + pos: -36.5,-44.5 parent: 1 - - uid: 64418 + - uid: 17421 components: - type: Transform - pos: -98.404854,-163.83243 + pos: -32.5,-36.5 parent: 1 - - uid: 64431 + - uid: 17422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.67048,-160.5043 + pos: -33.5,-36.5 parent: 1 - - uid: 64433 + - uid: 17423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.904854,-162.0668 + pos: -34.5,-36.5 parent: 1 -- proto: N14JunkToaster - entities: - - uid: 9335 + - uid: 17424 components: - type: Transform - pos: -56.49429,-126.15117 + pos: -35.5,-36.5 parent: 1 - - uid: 9336 + - uid: 17425 components: - type: Transform - pos: -82.45362,-100.42543 + pos: -36.5,-36.5 parent: 1 - - uid: 9337 + - uid: 17426 components: - type: Transform - pos: 163.3346,47.76187 + pos: -37.5,-36.5 parent: 1 - - uid: 9338 + - uid: 17427 components: - type: Transform - pos: 196.40382,219.82864 + pos: -38.5,-36.5 parent: 1 - - uid: 9339 + - uid: 17428 components: - type: Transform - pos: -151.5002,-25.300037 + pos: -36.5,-35.5 parent: 1 - - uid: 24554 + - uid: 17429 components: - type: Transform - pos: -131.61572,58.928333 + pos: -36.5,-32.5 parent: 1 - - uid: 63911 + - uid: 17430 components: - type: Transform - rot: 12.566370614359172 rad - pos: -184.47147,54.907555 + pos: -36.5,-34.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 63916 + - uid: 17431 components: - type: Transform - pos: -194.68648,31.067455 + pos: -36.5,-37.5 parent: 1 - - uid: 63917 + - uid: 17432 components: - type: Transform - pos: -188.83414,21.80278 + pos: -36.5,-38.5 parent: 1 - - uid: 63919 + - uid: 17433 components: - type: Transform - pos: -183.27208,47.912056 + pos: -36.5,-39.5 parent: 1 - - uid: 64997 + - uid: 17434 components: - type: Transform - pos: -26.724306,-11.0006075 + pos: -36.5,-43.5 parent: 1 -- proto: N14JunkToilet - entities: - - uid: 9340 + - uid: 17435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.434061,-23.255156 + pos: -36.5,-42.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9341 + - uid: 17436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.456556,-25.279144 + pos: -37.5,-45.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9342 + - uid: 17437 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.526188,-23.390089 + pos: -36.5,-45.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9343 + - uid: 17438 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.55945,138.54901 + pos: -36.5,-46.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9344 + - uid: 17439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5282,138.51775 + pos: -36.5,-47.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9345 + - uid: 17440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,8.5 + pos: -36.5,-48.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9346 + - uid: 17441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,7.5 + pos: -38.5,-48.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9347 + - uid: 17442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,8.5 + pos: -37.5,-48.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9348 + - uid: 17443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,7.5 + pos: -38.5,-49.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9349 + - uid: 17444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,19.5 + pos: -41.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9350 + - uid: 17445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,18.5 + pos: -42.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9351 + - uid: 17446 components: - type: Transform - pos: -60.5,6.5 + pos: -43.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9352 + - uid: 17447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,5.5 + pos: -44.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9353 + - uid: 17448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,35.5 + pos: -45.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9354 + - uid: 17449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-60.5 + pos: -46.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9355 + - uid: 17450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-56.5 + pos: -47.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9356 + - uid: 17451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,21.5 + pos: -48.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9357 + - uid: 17452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 189.5,15.5 + pos: -49.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9358 + - uid: 17453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 188.5,15.5 + pos: -51.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9359 + - uid: 17454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-14.5 + pos: -53.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9360 + - uid: 17455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-12.5 + pos: -54.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9361 + - uid: 17456 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-10.5 + pos: -55.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9362 + - uid: 17457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-35.5 + pos: -56.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9363 + - uid: 17458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-18.5 + pos: -57.5,-51.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9364 + - uid: 17459 components: - type: Transform - pos: -13.5,-19.5 + pos: -57.5,-50.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9365 + - uid: 17460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-17.5 + pos: -57.5,-49.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 9366 + - uid: 17461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-44.5 + pos: -57.5,-48.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 12919 + - uid: 17462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,-177.5 + pos: -57.5,-47.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 25291 + - uid: 17463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-177.5 + pos: -58.5,-47.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 64160 + - uid: 17464 components: - type: Transform - pos: -102.5,-28.5 + pos: -58.5,-46.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 65204 + - uid: 17465 components: - type: Transform - pos: 85.5,-106.5 + pos: -58.5,-45.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - - uid: 65370 + - uid: 17466 components: - type: Transform - pos: 76.5,-126.5 + pos: -58.5,-44.5 parent: 1 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} -- proto: N14JunkToyNukaTruck - entities: - - uid: 9367 + - uid: 17467 components: - type: Transform - pos: 158.5149,-69.34131 + pos: -58.5,-43.5 parent: 1 - - uid: 65421 + - uid: 17468 components: - type: Transform - pos: 81.58073,-129.71608 + pos: -59.5,-43.5 parent: 1 -- proto: N14JunkToyRacecar - entities: - - uid: 9368 + - uid: 17469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.572342,-126.84895 + pos: -57.5,-43.5 parent: 1 - - uid: 9369 + - uid: 17470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.84839,102.30914 + pos: -56.5,-43.5 parent: 1 - - uid: 9370 + - uid: 17471 components: - type: Transform - pos: 94.569885,129.3286 + pos: -55.5,-43.5 parent: 1 -- proto: N14JunkTurpentine - entities: - - uid: 65012 + - uid: 17472 components: - type: Transform - pos: -62.74782,16.72753 + pos: -54.5,-43.5 parent: 1 -- proto: N14JunkTV - entities: - - uid: 9371 + - uid: 17473 components: - type: Transform - pos: 159.5,-66.5 + pos: -53.5,-43.5 parent: 1 - - uid: 9372 + - uid: 17474 components: - type: Transform - pos: -66.5,1.5 + pos: -53.5,-42.5 parent: 1 - - uid: 9373 + - uid: 17475 components: - type: Transform - pos: 23.5,-19.5 + pos: -53.5,-41.5 parent: 1 - - uid: 9374 + - uid: 17476 components: - type: Transform - pos: 42.5,-16.5 + pos: -53.5,-40.5 parent: 1 - - uid: 9375 + - uid: 17477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-129.5 + pos: -53.5,-38.5 parent: 1 - - uid: 9376 + - uid: 17478 components: - type: Transform - pos: 165.5,17.5 + pos: -53.5,-37.5 parent: 1 - - uid: 9377 + - uid: 17479 components: - type: Transform - pos: 191.5,31.5 + pos: -53.5,-36.5 parent: 1 - - uid: 9378 + - uid: 17480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-11.5 + pos: -54.5,-36.5 parent: 1 - - uid: 9379 + - uid: 17481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-22.5 + pos: -55.5,-36.5 parent: 1 - - uid: 9380 + - uid: 17482 components: - type: Transform - pos: -4.5,-12.5 + pos: -56.5,-36.5 parent: 1 - - uid: 9381 + - uid: 17483 components: - type: Transform - pos: -188.5,-25.5 + pos: -53.5,-35.5 parent: 1 - - uid: 46069 + - uid: 17484 components: - type: Transform - pos: 20.5,-71.5 + pos: -53.5,-49.5 parent: 1 - - uid: 65235 + - uid: 17485 components: - type: Transform - pos: 76.5,-104.5 + pos: -53.5,-33.5 parent: 1 -- proto: N14JunkUrinal - entities: - - uid: 9382 + - uid: 17486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,20.5 + pos: -53.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9383 + - uid: 17487 components: - type: Transform - pos: -159.5,-22.5 + pos: -54.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9384 + - uid: 17488 components: - type: Transform - pos: -158.5,-22.5 + pos: -55.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9385 + - uid: 17489 components: - type: Transform - pos: -157.5,-22.5 + pos: -56.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14JunkVaultCanteen - entities: - - uid: 9386 + - uid: 17490 components: - type: Transform - pos: -31.568066,65.22945 + pos: -53.5,-46.5 parent: 1 - - uid: 44200 + - uid: 17491 components: - type: Transform - parent: 44198 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: N14JunkWonderglue - entities: - - uid: 45973 + pos: -53.5,-44.5 + parent: 1 + - uid: 17492 components: - type: Transform - pos: -184.68045,-129.96452 + pos: -50.5,-50.5 parent: 1 - - uid: 61572 + - uid: 17493 components: - type: Transform - pos: -195.27,21.639648 + pos: -50.5,-49.5 parent: 1 -- proto: N14KitchenKnife - entities: - - uid: 9387 + - uid: 17494 components: - type: Transform - pos: -186.38417,-172.78676 + pos: -50.5,-48.5 parent: 1 - - uid: 9388 + - uid: 17495 components: - type: Transform - pos: 42.391285,55.769417 + pos: -50.5,-47.5 parent: 1 - - uid: 9389 + - uid: 17496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 209.46019,-25.47526 + pos: -50.5,-46.5 parent: 1 - - uid: 9390 + - uid: 17497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 177.45528,160.76483 + pos: -50.5,-45.5 parent: 1 - - uid: 9391 + - uid: 17498 components: - type: Transform - pos: 197.4507,219.6724 + pos: -50.5,-44.5 parent: 1 - - uid: 56102 + - uid: 17499 components: - type: Transform - rot: 2.220446049250313E-16 rad - pos: 140.4292,-10.827339 + pos: -50.5,-43.5 parent: 1 - - uid: 56259 + - uid: 17500 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 65630 + pos: -50.5,-42.5 + parent: 1 + - uid: 17501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.62737,-115.02504 + pos: -50.5,-41.5 parent: 1 -- proto: N14LightSmall - entities: - - uid: 56 + - uid: 17502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-98.5 + pos: -50.5,-40.5 parent: 1 - - uid: 61 + - uid: 17503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,-97.5 + pos: -50.5,-39.5 parent: 1 - - uid: 65 + - uid: 17504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-105.5 + pos: -50.5,-38.5 parent: 1 - - uid: 69 + - uid: 17505 components: - type: Transform - pos: -166.5,-95.5 + pos: -50.5,-36.5 parent: 1 - - uid: 79 + - uid: 17506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-176.5 + pos: -50.5,-35.5 parent: 1 - - uid: 83 + - uid: 17507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -103.5,-176.5 + pos: -50.5,-34.5 parent: 1 - - uid: 4683 + - uid: 17508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,28.5 + pos: -50.5,-33.5 parent: 1 - - uid: 6549 + - uid: 17509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,-106.5 + pos: -49.5,-36.5 parent: 1 - - uid: 8067 + - uid: 17510 components: - type: Transform - pos: 25.5,143.5 + pos: -48.5,-36.5 parent: 1 - - uid: 8110 + - uid: 17511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,149.5 + pos: -47.5,-36.5 parent: 1 - - uid: 9392 + - uid: 17512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -193.5,-170.5 + pos: -49.5,-45.5 parent: 1 - - uid: 9393 + - uid: 17513 components: - type: Transform - pos: -181.5,-173.5 + pos: -48.5,-45.5 parent: 1 - - uid: 9394 + - uid: 17514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-79.5 + pos: -47.5,-45.5 parent: 1 - - uid: 9395 + - uid: 17515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,-169.5 + pos: -46.5,-45.5 parent: 1 - - uid: 9396 + - uid: 17516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,-75.5 + pos: -45.5,-45.5 parent: 1 - - uid: 9397 + - uid: 17517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 162.5,-66.5 + pos: -44.5,-45.5 parent: 1 - - uid: 9398 + - uid: 17518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 185.5,-66.5 + pos: -43.5,-45.5 parent: 1 - - uid: 9399 + - uid: 17519 components: - type: Transform - pos: 158.5,-73.5 + pos: -42.5,-45.5 parent: 1 - - uid: 9400 + - uid: 17520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,-167.5 + pos: -41.5,-45.5 parent: 1 - - uid: 9401 + - uid: 17521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,-165.5 + pos: -40.5,-48.5 parent: 1 - - uid: 9402 + - uid: 17522 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,-169.5 + pos: -41.5,-48.5 parent: 1 - - uid: 9403 + - uid: 17523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-89.5 + pos: -41.5,-49.5 parent: 1 - - uid: 9404 + - uid: 17524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -256.5,-89.5 + pos: -41.5,-50.5 parent: 1 - - uid: 9405 + - uid: 17525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-89.5 + pos: -43.5,-48.5 parent: 1 - - uid: 9406 + - uid: 17526 components: - type: Transform - rot: 3.141592653589793 rad - pos: -264.5,-89.5 + pos: -44.5,-48.5 parent: 1 - - uid: 9407 + - uid: 17527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,100.5 + pos: -44.5,-49.5 parent: 1 - - uid: 9408 + - uid: 17528 components: - type: Transform - pos: -289.5,-89.5 + pos: -44.5,-50.5 parent: 1 - - uid: 9409 + - uid: 17529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -212.5,-79.5 + pos: -47.5,-48.5 parent: 1 - - uid: 9410 + - uid: 17530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -277.5,-73.5 + pos: -46.5,-48.5 parent: 1 - - uid: 9411 + - uid: 17531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -245.5,-79.5 + pos: -47.5,-49.5 parent: 1 - - uid: 9412 + - uid: 17532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -249.5,-89.5 + pos: -47.5,-50.5 parent: 1 - - uid: 9413 + - uid: 17533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,96.5 + pos: -49.5,-48.5 parent: 1 - - uid: 9414 + - uid: 17534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -271.5,-79.5 + rot: 1.5707963267948966 rad + pos: -14.5,-27.5 parent: 1 - - uid: 9415 + - uid: 17535 components: - type: Transform - rot: 3.141592653589793 rad - pos: -193.5,-164.5 + rot: 1.5707963267948966 rad + pos: -14.5,-28.5 parent: 1 - - uid: 9416 + - uid: 17536 components: - type: Transform rot: 1.5707963267948966 rad - pos: 178.5,-70.5 + pos: -14.5,-30.5 parent: 1 - - uid: 9417 + - uid: 17537 components: - type: Transform rot: 1.5707963267948966 rad - pos: 109.5,-5.5 + pos: -14.5,-32.5 parent: 1 - - uid: 9418 + - uid: 17538 components: - type: Transform rot: 1.5707963267948966 rad - pos: 164.5,-72.5 + pos: -14.5,-33.5 parent: 1 - - uid: 9419 + - uid: 17539 components: - type: Transform - rot: 3.141592653589793 rad - pos: 160.5,-81.5 + rot: 1.5707963267948966 rad + pos: -14.5,-34.5 parent: 1 - - uid: 9420 + - uid: 17540 components: - type: Transform - pos: 166.5,-71.5 + rot: 1.5707963267948966 rad + pos: -14.5,-35.5 parent: 1 - - uid: 9421 + - uid: 17541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 156.5,-68.5 + rot: 1.5707963267948966 rad + pos: -14.5,-36.5 parent: 1 - - uid: 9422 + - uid: 17542 components: - type: Transform - rot: 3.141592653589793 rad - pos: 175.5,-66.5 + rot: 1.5707963267948966 rad + pos: -13.5,-36.5 parent: 1 - - uid: 9423 + - uid: 17543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 166.5,-74.5 + rot: 1.5707963267948966 rad + pos: -12.5,-36.5 parent: 1 - - uid: 9424 + - uid: 17544 components: - type: Transform - pos: 162.5,-77.5 + rot: 1.5707963267948966 rad + pos: -11.5,-36.5 parent: 1 - - uid: 9425 + - uid: 17545 components: - type: Transform - pos: 170.5,-77.5 + rot: 1.5707963267948966 rad + pos: -10.5,-36.5 parent: 1 - - uid: 9426 + - uid: 17546 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-73.5 + pos: -8.5,-36.5 parent: 1 - - uid: 9427 + - uid: 17547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.5,-70.5 + rot: 1.5707963267948966 rad + pos: -7.5,-36.5 parent: 1 - - uid: 9428 + - uid: 17548 components: - type: Transform - pos: 172.5,-71.5 + rot: 1.5707963267948966 rad + pos: -6.5,-36.5 parent: 1 - - uid: 9429 + - uid: 17549 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,-66.5 + rot: 1.5707963267948966 rad + pos: -5.5,-36.5 parent: 1 - - uid: 9430 + - uid: 17550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 + rot: 1.5707963267948966 rad + pos: -4.5,-36.5 parent: 1 - - uid: 9431 + - uid: 17551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,3.5 + rot: 1.5707963267948966 rad + pos: -4.5,-35.5 parent: 1 - - uid: 9432 + - uid: 17552 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,3.5 + rot: 1.5707963267948966 rad + pos: -4.5,-34.5 parent: 1 - - uid: 9433 + - uid: 17553 components: - type: Transform - pos: 9.5,5.5 + rot: 1.5707963267948966 rad + pos: -4.5,-33.5 parent: 1 - - uid: 9434 + - uid: 17554 components: - type: Transform - pos: 15.5,5.5 + rot: 1.5707963267948966 rad + pos: -9.5,-36.5 parent: 1 - - uid: 9435 + - uid: 17555 components: - type: Transform - pos: -30.5,10.5 + rot: 1.5707963267948966 rad + pos: -8.5,-35.5 parent: 1 - - uid: 9436 + - uid: 17556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,3.5 + rot: 1.5707963267948966 rad + pos: -9.5,-33.5 parent: 1 - - uid: 9437 + - uid: 17557 components: - type: Transform - pos: -30.5,6.5 + rot: 1.5707963267948966 rad + pos: -9.5,-31.5 parent: 1 - - uid: 9438 + - uid: 17558 components: - type: Transform - pos: -24.5,6.5 + rot: 1.5707963267948966 rad + pos: -9.5,-28.5 parent: 1 - - uid: 9439 + - uid: 17559 components: - type: Transform - pos: -12.5,6.5 + rot: 1.5707963267948966 rad + pos: -9.5,-27.5 parent: 1 - - uid: 9440 + - uid: 17560 components: - type: Transform - pos: -6.5,6.5 + rot: 1.5707963267948966 rad + pos: -11.5,-27.5 parent: 1 - - uid: 9441 + - uid: 17561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,8.5 + rot: 1.5707963267948966 rad + pos: -12.5,-27.5 parent: 1 - - uid: 9442 + - uid: 17562 components: - type: Transform - pos: -12.5,10.5 + rot: 1.5707963267948966 rad + pos: -13.5,-27.5 parent: 1 - - uid: 9443 + - uid: 17563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,12.5 + rot: 1.5707963267948966 rad + pos: -10.5,-27.5 parent: 1 - - uid: 9444 + - uid: 17564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,66.5 + rot: 1.5707963267948966 rad + pos: -8.5,-33.5 parent: 1 - - uid: 9445 + - uid: 17565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,67.5 + pos: -8.5,-27.5 parent: 1 - - uid: 9446 + - uid: 17566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,62.5 + pos: -7.5,-27.5 parent: 1 - - uid: 9447 + - uid: 17567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,62.5 + pos: -6.5,-27.5 parent: 1 - - uid: 9448 + - uid: 17568 components: - type: Transform - pos: -35.5,64.5 + pos: -5.5,-27.5 parent: 1 - - uid: 9449 + - uid: 17569 components: - type: Transform - pos: -31.5,64.5 + pos: -4.5,-27.5 parent: 1 - - uid: 9450 + - uid: 17570 components: - type: Transform - pos: -31.5,57.5 + pos: -3.5,-27.5 parent: 1 - - uid: 9451 + - uid: 17571 components: - type: Transform - pos: -35.5,57.5 + pos: -2.5,-27.5 parent: 1 - - uid: 9452 + - uid: 17572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,65.5 + pos: -3.5,-33.5 parent: 1 - - uid: 9453 + - uid: 17573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,60.5 + pos: -2.5,-33.5 parent: 1 - - uid: 9454 + - uid: 17574 components: - type: Transform - pos: -25.5,56.5 + pos: 165.5,-177.5 parent: 1 - - uid: 9455 + - uid: 17575 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-31.5 + pos: 165.5,-164.5 parent: 1 - - uid: 9456 + - uid: 17576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-36.5 + pos: 165.5,-172.5 parent: 1 - - uid: 9457 + - uid: 17577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-35.5 + pos: 165.5,-182.5 parent: 1 - - uid: 9458 + - uid: 17578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-32.5 + pos: 165.5,-171.5 parent: 1 - - uid: 9459 + - uid: 17579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-26.5 + rot: 3.141592653589793 rad + pos: 165.5,-162.5 parent: 1 - - uid: 9460 + - uid: 17580 components: - type: Transform - pos: 106.5,-14.5 + pos: 165.5,-161.5 parent: 1 - - uid: 9461 + - uid: 17581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-6.5 + pos: -192.5,39.5 parent: 1 - - uid: 9463 + - uid: 17582 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,14.5 + pos: -193.5,39.5 parent: 1 - - uid: 9465 + - uid: 17583 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,14.5 + pos: 165.5,-163.5 parent: 1 - - uid: 9466 + - uid: 17584 components: - type: Transform rot: 3.141592653589793 rad - pos: 93.5,19.5 + pos: -165.5,42.5 parent: 1 - - uid: 9467 + - uid: 17585 components: - type: Transform - pos: 98.5,16.5 + pos: -169.5,39.5 parent: 1 - - uid: 9468 + - uid: 17586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,17.5 + pos: -130.5,55.5 parent: 1 - - uid: 9469 + - uid: 17587 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,14.5 + pos: -169.5,37.5 parent: 1 - - uid: 9470 + - uid: 17588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,13.5 + pos: -169.5,34.5 parent: 1 - - uid: 9471 + - uid: 17589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,9.5 + pos: -169.5,33.5 parent: 1 - - uid: 9472 + - uid: 17590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 124.5,34.5 + pos: -169.5,35.5 parent: 1 - - uid: 9473 + - uid: 17591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,9.5 + pos: -169.5,36.5 parent: 1 - - uid: 9474 + - uid: 17592 components: - type: Transform rot: 3.141592653589793 rad - pos: 114.5,18.5 + pos: -161.5,42.5 parent: 1 - - uid: 9475 + - uid: 17593 components: - type: Transform rot: 3.141592653589793 rad - pos: 123.5,21.5 + pos: -160.5,42.5 parent: 1 - - uid: 9476 + - uid: 17594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 122.5,34.5 + rot: 3.141592653589793 rad + pos: -162.5,42.5 parent: 1 - - uid: 9477 + - uid: 17595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-11.5 + rot: 3.141592653589793 rad + pos: -158.5,46.5 parent: 1 - - uid: 9478 + - uid: 17596 components: - type: Transform rot: 3.141592653589793 rad - pos: 105.5,6.5 + pos: -158.5,42.5 parent: 1 - - uid: 9479 + - uid: 17597 components: - type: Transform - pos: 131.5,10.5 + rot: 3.141592653589793 rad + pos: -158.5,45.5 parent: 1 - - uid: 9480 + - uid: 17598 components: - type: Transform - pos: 134.5,18.5 + pos: 105.5,-113.5 parent: 1 - - uid: 9481 + - uid: 17599 components: - type: Transform - rot: 3.141592653589793 rad - pos: 123.5,31.5 + pos: 94.5,-109.5 parent: 1 - - uid: 9482 + - uid: 17600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 116.5,-16.5 + pos: 105.5,-115.5 parent: 1 - - uid: 9483 + - uid: 17601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 124.5,-16.5 + pos: 105.5,-112.5 parent: 1 - - uid: 9485 + - uid: 17602 components: - type: Transform - pos: 134.5,-12.5 + pos: 97.5,-113.5 parent: 1 - - uid: 9486 + - uid: 17603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,-2.5 + pos: 99.5,-113.5 parent: 1 - - uid: 9487 + - uid: 17604 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,-8.5 + pos: 94.5,-111.5 parent: 1 - - uid: 9488 + - uid: 17605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,-10.5 + pos: -169.5,38.5 parent: 1 - - uid: 9489 + - uid: 17606 components: - type: Transform rot: -1.5707963267948966 rad - pos: 137.5,11.5 + pos: -171.5,21.5 parent: 1 - - uid: 9490 + - uid: 17607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 138.5,-1.5 + pos: -195.5,32.5 parent: 1 - - uid: 9491 + - uid: 17608 components: - type: Transform - rot: 3.141592653589793 rad - pos: 113.5,-4.5 + pos: -193.5,33.5 parent: 1 - - uid: 9492 + - uid: 17609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 121.5,-19.5 + pos: -193.5,35.5 parent: 1 - - uid: 9493 + - uid: 17610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 118.5,-4.5 + pos: -196.5,32.5 parent: 1 - - uid: 9494 + - uid: 17611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,-12.5 + pos: -197.5,32.5 parent: 1 - - uid: 9495 + - uid: 17612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,-5.5 + pos: -193.5,34.5 parent: 1 - - uid: 9496 + - uid: 17613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,-0.5 + pos: -192.5,36.5 parent: 1 - - uid: 9497 + - uid: 17614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,15.5 + pos: -192.5,37.5 parent: 1 - - uid: 9498 + - uid: 17615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,25.5 + pos: -193.5,32.5 parent: 1 - - uid: 9501 + - uid: 17616 components: - type: Transform - rot: 3.141592653589793 rad - pos: 137.5,2.5 + pos: -192.5,35.5 parent: 1 - - uid: 9502 + - uid: 17617 components: - type: Transform - pos: 138.5,15.5 + pos: -194.5,32.5 parent: 1 - - uid: 9503 + - uid: 17618 components: - type: Transform - pos: 138.5,18.5 + pos: -131.5,61.5 parent: 1 - - uid: 9504 + - uid: 17619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,-10.5 + pos: -132.5,61.5 parent: 1 - - uid: 9506 + - uid: 17620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 131.5,-7.5 + pos: -132.5,63.5 parent: 1 - - uid: 9507 + - uid: 17621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,1.5 + pos: -132.5,62.5 parent: 1 - - uid: 9508 + - uid: 17622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 127.5,-6.5 + rot: 1.5707963267948966 rad + pos: -131.5,55.5 parent: 1 - - uid: 9509 + - uid: 17623 components: - type: Transform - pos: 108.5,20.5 + pos: -131.5,53.5 parent: 1 - - uid: 9510 + - uid: 17624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 120.5,25.5 + pos: -131.5,54.5 parent: 1 - - uid: 9511 + - uid: 17625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-6.5 + pos: 167.5,-182.5 parent: 1 - - uid: 9512 + - uid: 17626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-37.5 + rot: 3.141592653589793 rad + pos: -167.5,45.5 parent: 1 - - uid: 9513 + - uid: 17627 components: - type: Transform rot: 3.141592653589793 rad - pos: 95.5,105.5 + pos: -167.5,44.5 parent: 1 - - uid: 9514 + - uid: 17628 components: - type: Transform rot: 3.141592653589793 rad - pos: 93.5,115.5 + pos: -167.5,43.5 parent: 1 - - uid: 9515 + - uid: 17629 components: - type: Transform - pos: -55.5,2.5 + pos: 163.5,-182.5 parent: 1 - - uid: 9516 + - uid: 17630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,3.5 + pos: 165.5,-175.5 parent: 1 - - uid: 9517 + - uid: 17631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,4.5 + pos: 164.5,-177.5 parent: 1 - - uid: 9518 + - uid: 17632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,2.5 + pos: 165.5,-168.5 parent: 1 - - uid: 9519 + - uid: 17633 components: - type: Transform - pos: -77.5,4.5 + pos: 162.5,-182.5 parent: 1 - - uid: 9520 + - uid: 17634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,5.5 + pos: 160.5,-177.5 parent: 1 - - uid: 9521 + - uid: 17635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -288.5,-75.5 + pos: 162.5,-177.5 parent: 1 - - uid: 9522 + - uid: 17636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-39.5 + pos: 161.5,-177.5 parent: 1 - - uid: 9523 + - uid: 17637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -286.5,-83.5 + pos: 165.5,-176.5 parent: 1 - - uid: 9524 + - uid: 17638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -288.5,-66.5 + pos: 163.5,-177.5 parent: 1 - - uid: 9525 + - uid: 17639 components: - type: Transform - pos: -25.5,-74.5 + pos: 164.5,-182.5 parent: 1 - - uid: 9526 + - uid: 17640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-73.5 + pos: 166.5,-182.5 parent: 1 - - uid: 9528 + - uid: 17641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,-46.5 + pos: 165.5,-167.5 parent: 1 - - uid: 9529 + - uid: 17642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 116.5,-35.5 + pos: 160.5,-182.5 parent: 1 - - uid: 9530 + - uid: 17643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-33.5 + pos: 161.5,-182.5 parent: 1 - - uid: 9532 + - uid: 17644 components: - type: Transform rot: 3.141592653589793 rad - pos: 112.5,-41.5 + pos: 165.5,-160.5 parent: 1 - - uid: 9533 + - uid: 17645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,-30.5 + pos: 94.5,-113.5 parent: 1 - - uid: 9534 + - uid: 17646 components: - type: Transform rot: 3.141592653589793 rad - pos: 132.5,-31.5 + pos: -167.5,42.5 parent: 1 - - uid: 9535 + - uid: 17647 components: - type: Transform - pos: -44.5,28.5 + rot: 3.141592653589793 rad + pos: -166.5,42.5 parent: 1 - - uid: 9536 + - uid: 17648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,34.5 + rot: 3.141592653589793 rad + pos: -164.5,42.5 parent: 1 - - uid: 9537 + - uid: 17649 components: - type: Transform - pos: -62.5,30.5 + rot: 3.141592653589793 rad + pos: -163.5,42.5 parent: 1 - - uid: 9538 + - uid: 17650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,34.5 + rot: 3.141592653589793 rad + pos: -159.5,42.5 parent: 1 - - uid: 9539 + - uid: 17651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,30.5 + rot: 3.141592653589793 rad + pos: -158.5,44.5 parent: 1 - - uid: 9540 + - uid: 17652 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,31.5 + pos: -158.5,43.5 parent: 1 - - uid: 9541 + - uid: 17653 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,28.5 + pos: -158.5,47.5 parent: 1 - - uid: 9542 + - uid: 17654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,24.5 + rot: 3.141592653589793 rad + pos: -158.5,48.5 parent: 1 - - uid: 9543 + - uid: 17655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,24.5 + rot: 3.141592653589793 rad + pos: -158.5,49.5 parent: 1 - - uid: 9544 + - uid: 17656 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,26.5 + pos: -158.5,50.5 parent: 1 - - uid: 9545 + - uid: 17657 components: - type: Transform - pos: -44.5,22.5 + rot: 3.141592653589793 rad + pos: -158.5,51.5 parent: 1 - - uid: 9546 + - uid: 17658 components: - type: Transform - pos: -51.5,22.5 + rot: 3.141592653589793 rad + pos: -158.5,52.5 parent: 1 - - uid: 9547 + - uid: 17659 components: - type: Transform - pos: -65.5,21.5 + pos: 100.5,-118.5 parent: 1 - - uid: 9548 + - uid: 17660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,28.5 + rot: 1.5707963267948966 rad + pos: 99.5,-104.5 parent: 1 - - uid: 9549 + - uid: 17661 components: - type: Transform - pos: -67.5,24.5 + rot: 1.5707963267948966 rad + pos: 105.5,-103.5 parent: 1 - - uid: 9550 + - uid: 17662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.5,-74.5 + rot: 1.5707963267948966 rad + pos: 105.5,-104.5 parent: 1 - - uid: 9551 + - uid: 17663 components: - type: Transform - pos: 185.5,-77.5 + rot: 1.5707963267948966 rad + pos: 94.5,-103.5 parent: 1 - - uid: 9552 + - uid: 17664 components: - type: Transform rot: 1.5707963267948966 rad - pos: 178.5,-75.5 + pos: 105.5,-108.5 parent: 1 - - uid: 9553 + - uid: 17665 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,-20.5 + pos: 94.5,-104.5 parent: 1 - - uid: 9554 + - uid: 17666 components: - type: Transform - pos: 25.5,-21.5 + rot: 1.5707963267948966 rad + pos: 105.5,-105.5 parent: 1 - - uid: 9555 + - uid: 17667 components: - type: Transform - pos: 25.5,-13.5 + rot: 1.5707963267948966 rad + pos: 105.5,-107.5 parent: 1 - - uid: 9556 + - uid: 17668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-12.5 + rot: 1.5707963267948966 rad + pos: 105.5,-106.5 parent: 1 - - uid: 9557 + - uid: 17669 components: - type: Transform - pos: 41.5,-13.5 + rot: 1.5707963267948966 rad + pos: 94.5,-105.5 parent: 1 - - uid: 9559 + - uid: 17670 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,-16.5 + pos: 99.5,-106.5 parent: 1 - - uid: 9560 + - uid: 17671 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-16.5 + pos: 94.5,-108.5 parent: 1 - - uid: 9561 + - uid: 17672 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-20.5 + pos: 94.5,-107.5 parent: 1 - - uid: 9562 + - uid: 17673 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-24.5 + pos: 105.5,-102.5 parent: 1 - - uid: 9563 + - uid: 17674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-24.5 + pos: 99.5,-115.5 parent: 1 - - uid: 9564 + - uid: 17675 components: - type: Transform - pos: 41.5,-21.5 + pos: 105.5,-110.5 parent: 1 - - uid: 9565 + - uid: 17676 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-30.5 + pos: 105.5,-109.5 parent: 1 - - uid: 9566 + - uid: 17677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-33.5 + pos: 105.5,-116.5 parent: 1 - - uid: 9567 + - uid: 17678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-38.5 + pos: 99.5,-118.5 parent: 1 - - uid: 9568 + - uid: 17679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-39.5 + rot: -1.5707963267948966 rad + pos: 100.5,-102.5 parent: 1 - - uid: 9569 + - uid: 17680 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-44.5 + pos: 94.5,-106.5 parent: 1 - - uid: 9570 + - uid: 17681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-41.5 + pos: 99.5,-114.5 parent: 1 - - uid: 9571 + - uid: 17682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-45.5 + pos: 94.5,-110.5 parent: 1 - - uid: 9572 + - uid: 17683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-66.5 + pos: 105.5,-118.5 parent: 1 - - uid: 9573 + - uid: 17684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-62.5 + pos: 105.5,-114.5 parent: 1 - - uid: 9574 + - uid: 17685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-74.5 + pos: 105.5,-111.5 parent: 1 - - uid: 9575 + - uid: 17686 components: - type: Transform - pos: 27.5,-69.5 + rot: 1.5707963267948966 rad + pos: 94.5,-102.5 parent: 1 - - uid: 9576 + - uid: 17687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-59.5 + pos: 105.5,-117.5 parent: 1 - - uid: 9577 + - uid: 17688 components: - type: Transform - pos: 19.5,-69.5 + pos: 103.5,-118.5 parent: 1 - - uid: 9578 + - uid: 17689 components: - type: Transform - pos: 12.5,-69.5 + pos: 99.5,-116.5 parent: 1 - - uid: 9579 + - uid: 17690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-74.5 + pos: 94.5,-112.5 parent: 1 - - uid: 9580 + - uid: 17691 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-59.5 + pos: 102.5,-102.5 parent: 1 - - uid: 9581 + - uid: 17692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-65.5 + pos: 99.5,-117.5 parent: 1 - - uid: 9582 + - uid: 17693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-69.5 + rot: -1.5707963267948966 rad + pos: 104.5,-102.5 parent: 1 - - uid: 9583 + - uid: 17694 components: - type: Transform - pos: 39.5,-74.5 + rot: -1.5707963267948966 rad + pos: 103.5,-102.5 parent: 1 - - uid: 9584 + - uid: 17695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-72.5 + rot: 1.5707963267948966 rad + pos: 99.5,-105.5 parent: 1 - - uid: 9585 + - uid: 17696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-72.5 + rot: 1.5707963267948966 rad + pos: 99.5,-103.5 parent: 1 - - uid: 9586 + - uid: 17697 components: - type: Transform - pos: 47.5,-68.5 + rot: -1.5707963267948966 rad + pos: 95.5,-102.5 parent: 1 - - uid: 9587 + - uid: 17698 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-65.5 + pos: 96.5,-102.5 parent: 1 - - uid: 9588 + - uid: 17699 components: - type: Transform - pos: 42.5,-62.5 + rot: -1.5707963267948966 rad + pos: 97.5,-102.5 parent: 1 - - uid: 9589 + - uid: 17700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-100.5 + rot: -1.5707963267948966 rad + pos: 98.5,-102.5 parent: 1 - - uid: 9590 + - uid: 17701 components: - type: Transform - pos: -185.5,-173.5 + rot: -1.5707963267948966 rad + pos: 99.5,-102.5 parent: 1 - - uid: 9591 + - uid: 17702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,-169.5 + rot: -1.5707963267948966 rad + pos: 101.5,-102.5 parent: 1 - - uid: 9597 + - uid: 17703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -279.5,-89.5 + rot: 1.5707963267948966 rad + pos: 99.5,-107.5 parent: 1 - - uid: 9598 + - uid: 17704 components: - type: Transform rot: 1.5707963267948966 rad - pos: -289.5,-46.5 + pos: 99.5,-108.5 parent: 1 - - uid: 9599 + - uid: 17705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-89.5 + rot: 1.5707963267948966 rad + pos: 100.5,-108.5 parent: 1 - - uid: 9600 + - uid: 17706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -272.5,-89.5 + rot: 1.5707963267948966 rad + pos: 101.5,-108.5 parent: 1 - - uid: 9601 + - uid: 17707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-89.5 + rot: 1.5707963267948966 rad + pos: 104.5,-108.5 parent: 1 - - uid: 9602 + - uid: 17708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-89.5 + rot: 1.5707963267948966 rad + pos: 98.5,-108.5 parent: 1 - - uid: 9603 + - uid: 17709 components: - type: Transform rot: 1.5707963267948966 rad - pos: -288.5,-56.5 + pos: 97.5,-108.5 parent: 1 - - uid: 9604 + - uid: 17710 components: - type: Transform - pos: 212.5,181.5 + rot: 1.5707963267948966 rad + pos: 96.5,-108.5 parent: 1 - - uid: 9605 + - uid: 17711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 215.5,183.5 + pos: 102.5,-106.5 parent: 1 - - uid: 9606 + - uid: 17712 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,105.5 + pos: 102.5,-108.5 parent: 1 - - uid: 9607 + - uid: 17713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -258.5,-79.5 + pos: 100.5,-105.5 parent: 1 - - uid: 9608 + - uid: 17714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-79.5 + pos: 102.5,-107.5 parent: 1 - - uid: 9609 + - uid: 17715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,87.5 + pos: 102.5,-105.5 parent: 1 - - uid: 9610 + - uid: 17716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-63.5 + pos: -32.5,-184.5 parent: 1 - - uid: 9611 + - uid: 17717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-51.5 + pos: -28.5,-184.5 parent: 1 - - uid: 9612 + - uid: 17718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-23.5 + pos: -28.5,-188.5 parent: 1 - - uid: 9613 + - uid: 17719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-17.5 + pos: -26.5,-194.5 parent: 1 - - uid: 9614 + - uid: 17720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-26.5 + pos: -32.5,-188.5 parent: 1 - - uid: 9615 + - uid: 17721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-12.5 + pos: -32.5,-191.5 parent: 1 - - uid: 9616 + - uid: 17722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-13.5 + pos: -26.5,-193.5 parent: 1 - - uid: 9617 + - uid: 17723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-12.5 + pos: -28.5,-194.5 parent: 1 - - uid: 9618 + - uid: 17724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-12.5 + pos: -26.5,-192.5 parent: 1 - - uid: 9619 + - uid: 17725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-21.5 + pos: -32.5,-194.5 parent: 1 - - uid: 9620 + - uid: 17726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-26.5 + pos: -33.5,-194.5 parent: 1 - - uid: 9621 + - uid: 17727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-13.5 + pos: -155.5,61.5 parent: 1 - - uid: 9622 + - uid: 17728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-11.5 + pos: -178.5,19.5 parent: 1 - - uid: 9623 + - uid: 17729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-12.5 + pos: -153.5,50.5 parent: 1 - - uid: 9624 + - uid: 17730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-25.5 + pos: -151.5,50.5 parent: 1 - - uid: 9625 + - uid: 17731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-19.5 + pos: -152.5,50.5 parent: 1 - - uid: 9626 + - uid: 17732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-25.5 + pos: -129.5,59.5 parent: 1 - - uid: 9627 + - uid: 17733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-24.5 + pos: -129.5,57.5 parent: 1 - - uid: 9628 + - uid: 17734 components: - type: Transform - pos: -73.5,-22.5 + pos: -129.5,56.5 parent: 1 - - uid: 9629 + - uid: 17735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-19.5 + pos: -129.5,55.5 parent: 1 - - uid: 9630 + - uid: 17736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-15.5 + pos: -29.5,-194.5 parent: 1 - - uid: 9631 + - uid: 17737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-32.5 + pos: -154.5,50.5 parent: 1 - - uid: 9632 + - uid: 17738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-37.5 + pos: -150.5,50.5 parent: 1 - - uid: 9633 + - uid: 17739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-32.5 + pos: -129.5,61.5 parent: 1 - - uid: 9634 + - uid: 17740 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-37.5 + pos: -130.5,61.5 parent: 1 - - uid: 9635 +- proto: N14WallConcreteLight + entities: + - uid: 17741 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-34.5 + pos: -188.5,-102.5 parent: 1 - - uid: 9636 + - uid: 17742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-39.5 + rot: 1.5707963267948966 rad + pos: -187.5,-102.5 parent: 1 - - uid: 9637 + - uid: 17743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-42.5 + pos: -166.5,-96.5 parent: 1 - - uid: 9638 + - uid: 17744 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-42.5 + pos: -184.5,-106.5 parent: 1 - - uid: 9639 + - uid: 17745 components: - type: Transform - pos: -42.5,-44.5 + pos: -166.5,-97.5 parent: 1 - - uid: 9640 + - uid: 17746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-46.5 + rot: 1.5707963267948966 rad + pos: -184.5,-102.5 parent: 1 - - uid: 9641 + - uid: 17747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-46.5 + rot: 1.5707963267948966 rad + pos: -183.5,-102.5 parent: 1 - - uid: 9642 + - uid: 17748 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,-34.5 + pos: -188.5,-106.5 parent: 1 - - uid: 9643 + - uid: 17749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-48.5 + pos: -179.5,-97.5 parent: 1 - - uid: 9644 + - uid: 17750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-45.5 + pos: -179.5,-92.5 parent: 1 - - uid: 9645 + - uid: 17751 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-44.5 + pos: -185.5,-100.5 parent: 1 - - uid: 9646 + - uid: 17752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-38.5 + pos: -166.5,-98.5 parent: 1 - - uid: 9647 + - uid: 17753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-40.5 + pos: -166.5,-94.5 parent: 1 - - uid: 9648 + - uid: 17754 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,-36.5 + pos: -189.5,-99.5 parent: 1 - - uid: 9649 + - uid: 17755 components: - type: Transform - pos: -55.5,-35.5 + rot: 1.5707963267948966 rad + pos: -185.5,-102.5 parent: 1 - - uid: 9650 + - uid: 17756 components: - type: Transform - pos: -26.5,-13.5 + pos: -400.5,119.5 parent: 1 - - uid: 9651 + - uid: 17757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-16.5 + pos: -178.5,-106.5 parent: 1 - - uid: 9652 + - uid: 17758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-11.5 + pos: -183.5,-112.5 parent: 1 - - uid: 9653 + - uid: 17759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-17.5 + pos: -181.5,-112.5 parent: 1 - - uid: 9654 + - uid: 17760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-17.5 + pos: -178.5,-108.5 parent: 1 - - uid: 9655 + - uid: 17761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-33.5 + pos: -178.5,-107.5 parent: 1 - - uid: 9656 + - uid: 17762 components: - type: Transform - pos: -6.5,-35.5 + pos: -178.5,-109.5 parent: 1 - - uid: 9657 + - uid: 17763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-28.5 + pos: -180.5,-112.5 parent: 1 - - uid: 9658 + - uid: 17764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-31.5 + pos: -178.5,-111.5 parent: 1 - - uid: 9659 + - uid: 17765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-28.5 + pos: -179.5,-112.5 parent: 1 - - uid: 9660 + - uid: 17766 components: - type: Transform - pos: -2.5,-32.5 + pos: -178.5,-112.5 parent: 1 - - uid: 9661 + - uid: 17767 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-11.5 + pos: -396.5,119.5 parent: 1 - - uid: 9662 + - uid: 17768 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-49.5 + pos: -182.5,-106.5 parent: 1 - - uid: 9663 + - uid: 17769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-48.5 + pos: -394.5,119.5 parent: 1 - - uid: 9664 + - uid: 17770 components: - type: Transform - pos: -14.5,-24.5 + pos: -393.5,117.5 parent: 1 - - uid: 9665 + - uid: 17771 components: - type: Transform - pos: -10.5,-13.5 + rot: 1.5707963267948966 rad + pos: -183.5,-106.5 parent: 1 - - uid: 9666 + - uid: 17772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-16.5 + pos: -160.5,-106.5 parent: 1 - - uid: 9667 + - uid: 17773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-23.5 + pos: -173.5,-94.5 parent: 1 - - uid: 9668 + - uid: 17774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-20.5 + pos: -393.5,115.5 parent: 1 - - uid: 9669 + - uid: 17775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,-27.5 + pos: -399.5,119.5 parent: 1 - - uid: 10889 + - uid: 17776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-103.5 + pos: -393.5,119.5 parent: 1 - - uid: 11499 + - uid: 17777 components: - type: Transform - pos: -186.5,28.5 + pos: -398.5,119.5 parent: 1 - - uid: 11569 + - uid: 17778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -150.5,62.5 + pos: -397.5,119.5 parent: 1 - - uid: 11849 + - uid: 17779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -173.5,-113.5 + pos: -393.5,118.5 parent: 1 - - uid: 11934 + - uid: 17780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -193.5,-103.5 + pos: -395.5,119.5 parent: 1 - - uid: 12771 + - uid: 17781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,143.5 + pos: -402.5,116.5 parent: 1 - - uid: 12772 + - uid: 17782 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,16.5 + pos: -393.5,116.5 parent: 1 - - uid: 16019 + - uid: 17783 components: - type: Transform - pos: -168.5,60.5 + pos: -183.5,-99.5 parent: 1 - - uid: 16084 + - uid: 17784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,64.5 + pos: -164.5,-116.5 parent: 1 - - uid: 16142 + - uid: 17785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -184.5,62.5 + pos: 40.5,-45.5 parent: 1 - - uid: 16145 + - uid: 17786 components: - type: Transform - rot: 3.141592653589793 rad - pos: -146.5,64.5 + pos: 19.5,-16.5 parent: 1 - - uid: 16253 + - uid: 17787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,38.5 + rot: 1.5707963267948966 rad + pos: 107.5,-15.5 parent: 1 - - uid: 16288 + - uid: 17788 components: - type: Transform rot: 1.5707963267948966 rad - pos: -172.5,41.5 + pos: 110.5,-15.5 parent: 1 - - uid: 19924 + - uid: 17789 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,174.5 + pos: 40.5,-43.5 parent: 1 - - uid: 20000 + - uid: 17790 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,166.5 + pos: 113.5,-15.5 parent: 1 - - uid: 20840 + - uid: 17791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,-109.5 + rot: 1.5707963267948966 rad + pos: 109.5,-15.5 parent: 1 - - uid: 21311 + - uid: 17792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,169.5 + pos: -162.5,-100.5 parent: 1 - - uid: 21321 + - uid: 17793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,150.5 + pos: 19.5,-14.5 parent: 1 - - uid: 22525 + - uid: 17794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -190.5,-107.5 + pos: 19.5,-13.5 parent: 1 - - uid: 22593 + - uid: 17795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,160.5 + rot: 1.5707963267948966 rad + pos: 114.5,-15.5 parent: 1 - - uid: 22730 + - uid: 17796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,151.5 + pos: -173.5,-101.5 parent: 1 - - uid: 22744 + - uid: 17797 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,157.5 + pos: 101.5,-15.5 + parent: 1 + - uid: 17798 + components: + - type: Transform + pos: -168.5,-99.5 parent: 1 - - uid: 22746 + - uid: 17799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,168.5 + pos: -171.5,-99.5 parent: 1 - - uid: 23214 + - uid: 17800 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,171.5 + pos: -164.5,-100.5 parent: 1 - - uid: 23242 + - uid: 17801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -110.5,-170.5 + pos: -198.5,-109.5 parent: 1 - - uid: 23322 + - uid: 17802 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,146.5 + pos: -165.5,-109.5 parent: 1 - - uid: 23327 + - uid: 17803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,145.5 + rot: -1.5707963267948966 rad + pos: -189.5,-104.5 parent: 1 - - uid: 24801 + - uid: 17804 components: - type: Transform - pos: -189.5,32.5 + pos: -173.5,-99.5 parent: 1 - - uid: 26602 + - uid: 17805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,143.5 + pos: -172.5,-99.5 parent: 1 - - uid: 26639 + - uid: 17806 components: - type: Transform - pos: 34.5,143.5 + pos: -198.5,-105.5 parent: 1 - - uid: 26884 + - uid: 17807 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,161.5 + pos: -188.5,-97.5 parent: 1 - - uid: 27444 + - uid: 17808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,146.5 + pos: -198.5,-110.5 parent: 1 - - uid: 41170 + - uid: 17809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,12.5 + pos: -198.5,-101.5 parent: 1 - - uid: 42895 + - uid: 17810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 111.5,6.5 + pos: -198.5,-103.5 parent: 1 - - uid: 44228 + - uid: 17811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -241.5,-101.5 + pos: -196.5,-111.5 parent: 1 - - uid: 44264 + - uid: 17812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -247.5,-104.5 + pos: -196.5,-102.5 parent: 1 - - uid: 44276 + - uid: 17813 components: - type: Transform rot: -1.5707963267948966 rad - pos: -247.5,-108.5 + pos: -189.5,-103.5 parent: 1 - - uid: 44296 + - uid: 17814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -242.5,-105.5 + pos: -198.5,-107.5 parent: 1 - - uid: 46825 + - uid: 17815 components: - type: Transform rot: 3.141592653589793 rad - pos: -395.5,118.5 - parent: 1 - - uid: 47227 - components: - - type: Transform - pos: -377.5,102.5 + pos: -161.5,-108.5 parent: 1 - - uid: 47396 + - uid: 17816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -365.5,103.5 + pos: -198.5,-106.5 parent: 1 - - type: DeviceLinkSink - links: - - 47351 - - uid: 47397 + - uid: 17817 components: - type: Transform rot: -1.5707963267948966 rad - pos: -369.5,99.5 + pos: -189.5,-110.5 parent: 1 - - type: DeviceLinkSink - links: - - 47351 - - uid: 47398 + - uid: 17818 components: - type: Transform rot: 1.5707963267948966 rad - pos: -364.5,99.5 + pos: 115.5,-17.5 parent: 1 - - type: DeviceLinkSink - links: - - 47351 - - uid: 47516 + - uid: 17819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -404.5,98.5 + pos: -155.5,-106.5 parent: 1 - - type: DeviceLinkSink - links: - - 47742 - - uid: 47639 + - uid: 17820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -391.5,106.5 + rot: 1.5707963267948966 rad + pos: -189.5,-102.5 parent: 1 - - type: DeviceLinkSink - links: - - 47734 - - uid: 47683 + - uid: 17821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,101.5 + pos: -173.5,-97.5 parent: 1 - - type: DeviceLinkSink - links: - - 47734 - - uid: 47685 + - uid: 17822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -391.5,101.5 + pos: -167.5,-99.5 parent: 1 - - type: DeviceLinkSink - links: - - 47734 - - uid: 47717 + - uid: 17823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -391.5,92.5 + pos: -198.5,-102.5 parent: 1 - - type: DeviceLinkSink - invokeCounter: 4 - links: - - 47718 - - uid: 47719 + - uid: 17824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,92.5 + pos: -166.5,-99.5 parent: 1 - - type: DeviceLinkSink - invokeCounter: 4 - links: - - 47718 - - uid: 47727 + - uid: 17825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,106.5 + pos: -192.5,-111.5 parent: 1 - - type: DeviceLinkSink - links: - - 47734 - - uid: 47745 + - uid: 17826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -406.5,102.5 + pos: -186.5,-97.5 parent: 1 - - type: DeviceLinkSink - links: - - 47742 - - uid: 47748 + - uid: 17827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -406.5,98.5 + pos: -198.5,-97.5 parent: 1 - - type: DeviceLinkSink - links: - - 47742 - - uid: 47754 + - uid: 17828 components: - type: Transform rot: -1.5707963267948966 rad - pos: -404.5,102.5 + pos: -189.5,-111.5 parent: 1 - - type: DeviceLinkSink - links: - - 47742 - - uid: 48769 + - uid: 17829 components: - type: Transform - pos: 117.5,7.5 + rot: 3.141592653589793 rad + pos: -157.5,-108.5 parent: 1 - - uid: 55227 + - uid: 17830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-101.5 + pos: -195.5,-102.5 parent: 1 - - uid: 55261 + - uid: 17831 components: - type: Transform - pos: -165.5,-108.5 + pos: -173.5,-96.5 parent: 1 - - uid: 55303 + - uid: 17832 components: - type: Transform - pos: -178.5,-134.5 + pos: -174.5,-99.5 parent: 1 - - uid: 55379 + - uid: 17833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,-107.5 + pos: -175.5,-99.5 parent: 1 - - uid: 55381 + - uid: 17834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-112.5 + rot: 3.141592653589793 rad + pos: -163.5,-109.5 parent: 1 - - uid: 55384 + - uid: 17835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,-98.5 + pos: -198.5,-100.5 parent: 1 - - uid: 55386 + - uid: 17836 components: - type: Transform - rot: 3.141592653589793 rad - pos: -195.5,-98.5 + pos: -197.5,-111.5 parent: 1 - - uid: 55387 + - uid: 17837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-111.5 + pos: -195.5,-111.5 parent: 1 - - uid: 55388 + - uid: 17838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,-101.5 + pos: -193.5,-111.5 parent: 1 - - uid: 55394 + - uid: 17839 components: - type: Transform - pos: -163.5,-115.5 + pos: -194.5,-102.5 parent: 1 - - uid: 55421 + - uid: 17840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -167.5,-116.5 + pos: -198.5,-104.5 parent: 1 - - uid: 55433 + - uid: 17841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-137.5 + pos: -183.5,-100.5 parent: 1 - - uid: 55435 + - uid: 17842 + components: + - type: Transform + pos: -191.5,-111.5 + parent: 1 + - uid: 17843 components: - type: Transform rot: -1.5707963267948966 rad - pos: -177.5,-112.5 + pos: -190.5,-111.5 parent: 1 - - uid: 55437 + - uid: 17844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,-100.5 + pos: -193.5,-102.5 parent: 1 - - uid: 55438 + - uid: 17845 components: - type: Transform rot: 3.141592653589793 rad - pos: -180.5,-107.5 + pos: -155.5,-109.5 parent: 1 - - uid: 55445 + - uid: 17846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -179.5,-109.5 + pos: -183.5,-103.5 parent: 1 - - uid: 55448 + - uid: 17847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -173.5,-132.5 + pos: -198.5,-108.5 parent: 1 - - uid: 55827 + - uid: 17848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,103.5 + pos: -198.5,-99.5 parent: 1 - - uid: 55912 + - uid: 17849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,101.5 + rot: -1.5707963267948966 rad + pos: -190.5,-102.5 parent: 1 - - uid: 55965 + - uid: 17850 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,110.5 + pos: -187.5,-97.5 parent: 1 - - uid: 55966 + - uid: 17851 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,110.5 + pos: -173.5,-95.5 parent: 1 - - uid: 55967 + - uid: 17852 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,110.5 + pos: -198.5,-98.5 parent: 1 - - uid: 59435 + - uid: 17853 components: - type: Transform - pos: 114.5,3.5 + pos: -198.5,-111.5 parent: 1 - - uid: 61522 + - uid: 17854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,8.5 + pos: -166.5,-100.5 parent: 1 - - uid: 61677 + - uid: 17855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,56.5 + pos: -197.5,-102.5 parent: 1 - - uid: 61927 + - uid: 17856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,38.5 + pos: -169.5,-99.5 parent: 1 - - uid: 61991 + - uid: 17857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,52.5 + pos: -194.5,-111.5 parent: 1 - - uid: 62002 + - uid: 17858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -171.5,36.5 + rot: 3.141592653589793 rad + pos: -170.5,-109.5 parent: 1 - - uid: 62365 + - uid: 17859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,51.5 + pos: -183.5,-104.5 parent: 1 - - uid: 62392 + - uid: 17860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,23.5 + pos: -192.5,-102.5 parent: 1 - - uid: 62394 + - uid: 17861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,29.5 + pos: -191.5,-102.5 parent: 1 - - uid: 62408 + - uid: 17862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,56.5 + pos: -188.5,-111.5 parent: 1 - - uid: 62409 + - uid: 17863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -131.5,59.5 + pos: -187.5,-111.5 parent: 1 - - uid: 62440 + - uid: 17864 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,60.5 + pos: -186.5,-111.5 parent: 1 - - uid: 62442 + - uid: 17865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -186.5,45.5 + pos: -185.5,-111.5 parent: 1 - - uid: 62443 + - uid: 17866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,37.5 + pos: -184.5,-111.5 parent: 1 - - uid: 62444 + - uid: 17867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,24.5 + pos: -183.5,-111.5 parent: 1 - - uid: 62472 + - uid: 17868 components: - type: Transform - pos: -187.5,54.5 + pos: -183.5,-105.5 parent: 1 - - uid: 62473 + - uid: 17869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -178.5,50.5 + pos: -183.5,-107.5 parent: 1 - - uid: 62474 + - uid: 17870 components: - type: Transform - pos: -153.5,57.5 + pos: -183.5,-108.5 parent: 1 - - uid: 62481 + - uid: 17871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -141.5,59.5 + pos: -183.5,-109.5 parent: 1 - - uid: 62487 + - uid: 17872 components: - type: Transform - pos: -174.5,47.5 + pos: -183.5,-110.5 parent: 1 - - uid: 62488 + - uid: 17873 components: - type: Transform - pos: -170.5,48.5 + pos: -182.5,-110.5 parent: 1 - - uid: 62489 + - uid: 17874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -144.5,54.5 + pos: -181.5,-110.5 parent: 1 - - uid: 62490 + - uid: 17875 components: - type: Transform - pos: -152.5,53.5 + pos: -182.5,-108.5 parent: 1 - - uid: 62491 + - uid: 17876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -148.5,53.5 + pos: -181.5,-108.5 parent: 1 - - uid: 62493 + - uid: 17877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -157.5,60.5 + pos: -179.5,-108.5 parent: 1 - - uid: 62494 + - uid: 17878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,60.5 + pos: -197.5,-97.5 parent: 1 - - uid: 62495 + - uid: 17879 components: - type: Transform - pos: -186.5,47.5 + pos: -193.5,-97.5 parent: 1 - - uid: 62496 + - uid: 17880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -188.5,43.5 + pos: -177.5,-99.5 parent: 1 - - uid: 62497 + - uid: 17881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,55.5 + rot: -1.5707963267948966 rad + pos: -155.5,-108.5 parent: 1 - - uid: 62498 + - uid: 17882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,42.5 + pos: -172.5,-105.5 parent: 1 - - uid: 62499 + - uid: 17883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,45.5 + pos: -173.5,-103.5 parent: 1 - - uid: 62501 + - uid: 17884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -178.5,55.5 + pos: -189.5,-97.5 parent: 1 - - uid: 62504 + - uid: 17885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -188.5,49.5 + pos: -191.5,-97.5 parent: 1 - - uid: 62506 + - uid: 17886 components: - type: Transform - pos: -135.5,54.5 + pos: -195.5,-97.5 parent: 1 - - uid: 62508 + - uid: 17887 components: - type: Transform - pos: -176.5,39.5 + pos: -196.5,-97.5 parent: 1 - - uid: 62509 + - uid: 17888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,48.5 + pos: -192.5,-97.5 parent: 1 - - uid: 62513 + - uid: 17889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,30.5 + pos: -190.5,-97.5 parent: 1 - - uid: 62514 + - uid: 17890 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,36.5 + pos: -194.5,-97.5 parent: 1 - - uid: 62516 + - uid: 17891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,45.5 + pos: -183.5,-101.5 parent: 1 - - uid: 62517 + - uid: 17892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,54.5 + pos: -172.5,-113.5 parent: 1 - - uid: 62518 + - uid: 17893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,46.5 + pos: -166.5,-117.5 parent: 1 - - uid: 62519 + - uid: 17894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,43.5 + pos: -166.5,-119.5 parent: 1 - - uid: 62525 + - uid: 17895 components: - type: Transform rot: 3.141592653589793 rad - pos: -185.5,26.5 + pos: -162.5,-109.5 parent: 1 - - uid: 62534 + - uid: 17896 components: - type: Transform - pos: -175.5,22.5 + rot: 3.141592653589793 rad + pos: -167.5,-109.5 parent: 1 - - uid: 62535 + - uid: 17897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,28.5 + pos: -183.5,-98.5 parent: 1 - - uid: 62544 + - uid: 17898 components: - type: Transform - pos: -194.5,21.5 + pos: -183.5,-97.5 parent: 1 - - uid: 62545 + - uid: 17899 components: - type: Transform - pos: -187.5,21.5 + pos: -184.5,-97.5 parent: 1 - - uid: 62549 + - uid: 17900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,56.5 + pos: -185.5,-97.5 parent: 1 - - uid: 62982 + - uid: 17901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -178.5,27.5 + pos: -173.5,-93.5 parent: 1 - - uid: 62991 + - uid: 17902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,36.5 + pos: -161.5,-93.5 parent: 1 - - uid: 63444 + - uid: 17903 components: - type: Transform rot: 3.141592653589793 rad - pos: 172.5,-170.5 + pos: -158.5,-108.5 parent: 1 - - uid: 63445 + - uid: 17904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,-171.5 + pos: -171.5,-119.5 parent: 1 - - uid: 63446 + - uid: 17905 components: - type: Transform rot: 3.141592653589793 rad - pos: 172.5,-173.5 + pos: -159.5,-108.5 parent: 1 - - uid: 63447 + - uid: 17906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,-179.5 + rot: 3.141592653589793 rad + pos: -160.5,-108.5 parent: 1 - - uid: 63448 + - uid: 17907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-178.5 + pos: -172.5,-118.5 parent: 1 - - uid: 63636 + - uid: 17908 components: - type: Transform rot: 3.141592653589793 rad - pos: -193.5,30.5 + pos: -156.5,-108.5 parent: 1 - - uid: 63860 + - uid: 17909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,33.5 + pos: -165.5,-100.5 parent: 1 - - uid: 63866 + - uid: 17910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,66.5 + pos: -173.5,-105.5 parent: 1 - - uid: 63966 + - uid: 17911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,73.5 + rot: 3.141592653589793 rad + pos: -166.5,-109.5 parent: 1 - - uid: 63972 + - uid: 17912 components: - type: Transform rot: 3.141592653589793 rad - pos: -158.5,73.5 + pos: -168.5,-109.5 parent: 1 - - uid: 64059 + - uid: 17913 components: - type: Transform rot: 3.141592653589793 rad - pos: -148.5,59.5 + pos: -169.5,-109.5 parent: 1 - - uid: 64340 + - uid: 17914 components: - type: Transform - pos: -102.5,-173.5 + pos: -171.5,-105.5 parent: 1 - - uid: 64356 + - uid: 17915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,-164.5 + pos: -171.5,-106.5 parent: 1 - - uid: 64371 + - uid: 17916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,-176.5 + pos: -171.5,-108.5 parent: 1 - - uid: 64372 + - uid: 17917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,68.5 + pos: -171.5,-109.5 parent: 1 - - uid: 64919 + - uid: 17918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,-36.5 + pos: -172.5,-109.5 parent: 1 - - uid: 64935 + - uid: 17919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,-40.5 + pos: -172.5,-110.5 parent: 1 - - uid: 65066 + - uid: 17920 components: - type: Transform - pos: -159.5,63.5 + pos: -172.5,-111.5 parent: 1 - - uid: 65083 + - uid: 17921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 117.5,16.5 + pos: -172.5,-112.5 parent: 1 -- proto: N14LightSmallAlwayson - entities: - - uid: 63536 + - uid: 17922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-113.5 + pos: -166.5,-118.5 parent: 1 - - uid: 63586 + - uid: 17923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-113.5 + pos: -161.5,-100.5 parent: 1 -- proto: N14LightSmallEmpty - entities: - - uid: 9671 + - uid: 17924 components: - type: Transform - pos: 14.5,0.5 + pos: -155.5,-105.5 parent: 1 - - uid: 9672 + - uid: 17925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,7.5 + pos: -155.5,-104.5 parent: 1 - - uid: 9673 + - uid: 17926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,7.5 + pos: -155.5,-103.5 parent: 1 - - uid: 9674 + - uid: 17927 components: - type: Transform - pos: -33.5,10.5 + pos: -155.5,-102.5 parent: 1 - - uid: 9675 + - uid: 17928 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,3.5 + pos: -156.5,-102.5 parent: 1 - - uid: 9676 + - uid: 17929 components: - type: Transform - pos: -6.5,10.5 + pos: -157.5,-102.5 parent: 1 - - uid: 9677 + - uid: 17930 components: - type: Transform - pos: -2.5,10.5 + pos: -158.5,-102.5 parent: 1 - - uid: 9678 + - uid: 17931 components: - type: Transform - pos: -24.5,10.5 + pos: -159.5,-102.5 parent: 1 - - uid: 9679 + - uid: 17932 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,8.5 + pos: -160.5,-101.5 parent: 1 - - uid: 9680 + - uid: 17933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,12.5 + pos: -160.5,-100.5 parent: 1 - - uid: 9681 + - uid: 17934 components: - type: Transform - pos: 11.5,-39.5 + pos: -161.5,-99.5 parent: 1 - - uid: 9682 + - uid: 17935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-38.5 + pos: -172.5,-115.5 parent: 1 - - uid: 9683 + - uid: 17936 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-26.5 + pos: -155.5,-107.5 parent: 1 - - uid: 9684 + - uid: 17937 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,-12.5 + pos: -166.5,-116.5 parent: 1 - - uid: 9686 + - uid: 17938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,96.5 + pos: -165.5,-116.5 parent: 1 - - uid: 9687 + - uid: 17939 components: - type: Transform - pos: -58.5,0.5 + rot: 3.141592653589793 rad + pos: -162.5,-108.5 parent: 1 - - uid: 9688 + - uid: 17940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,5.5 + pos: -167.5,-119.5 parent: 1 - - uid: 9689 + - uid: 17941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,2.5 + pos: -168.5,-119.5 parent: 1 - - uid: 9690 + - uid: 17942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,4.5 + pos: -169.5,-119.5 parent: 1 - - uid: 9691 + - uid: 17943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,2.5 + pos: -170.5,-119.5 parent: 1 - - uid: 9692 + - uid: 17944 components: - type: Transform - pos: -20.5,-74.5 + pos: -163.5,-116.5 parent: 1 - - uid: 9693 + - uid: 17945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,-46.5 + pos: -162.5,-116.5 parent: 1 - - uid: 9694 + - uid: 17946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 105.5,-30.5 + pos: -162.5,-115.5 parent: 1 - - uid: 9696 + - uid: 17947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,-37.5 + pos: -161.5,-115.5 parent: 1 - - uid: 9697 + - uid: 17948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 136.5,-30.5 + pos: -155.5,-115.5 parent: 1 - - uid: 9698 + - uid: 17949 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,31.5 + pos: -160.5,-115.5 parent: 1 - - uid: 9699 + - uid: 17950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,34.5 + pos: -159.5,-115.5 parent: 1 - - uid: 9700 + - uid: 17951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,34.5 + pos: -158.5,-115.5 parent: 1 - - uid: 9701 + - uid: 17952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,35.5 + pos: -157.5,-115.5 parent: 1 - - uid: 9702 + - uid: 17953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,29.5 + pos: -156.5,-115.5 parent: 1 - - uid: 9703 + - uid: 17954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,26.5 + pos: -155.5,-114.5 parent: 1 - - uid: 9704 + - uid: 17955 components: - type: Transform - pos: -68.5,21.5 + pos: -155.5,-113.5 parent: 1 - - uid: 9705 + - uid: 17956 components: - type: Transform - pos: -70.5,21.5 + pos: -155.5,-112.5 parent: 1 - - uid: 9706 + - uid: 17957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,28.5 + pos: -155.5,-111.5 parent: 1 - - uid: 9707 + - uid: 17958 components: - type: Transform - pos: 41.5,-17.5 + pos: -155.5,-110.5 parent: 1 - - uid: 9708 + - uid: 17959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-20.5 + rot: -1.5707963267948966 rad + pos: -98.5,-132.5 parent: 1 - - uid: 9709 + - uid: 17960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-16.5 + rot: -1.5707963267948966 rad + pos: -104.5,-130.5 parent: 1 - - uid: 9710 + - uid: 17961 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-15.5 + rot: -1.5707963267948966 rad + pos: -103.5,-129.5 parent: 1 - - uid: 9711 + - uid: 17962 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-16.5 + pos: -98.5,-129.5 parent: 1 - - uid: 9712 + - uid: 17963 components: - type: Transform - pos: 35.5,-14.5 + rot: -1.5707963267948966 rad + pos: -104.5,-131.5 parent: 1 - - uid: 9713 + - uid: 17964 components: - type: Transform - pos: 30.5,-14.5 + pos: 19.5,-15.5 parent: 1 - - uid: 9714 + - uid: 17965 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-20.5 + pos: -99.5,-129.5 parent: 1 - - uid: 9715 + - uid: 17966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-38.5 + rot: -1.5707963267948966 rad + pos: -104.5,-129.5 parent: 1 - - uid: 9716 + - uid: 17967 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-30.5 + rot: -1.5707963267948966 rad + pos: -98.5,-130.5 parent: 1 - - uid: 9717 + - uid: 17968 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-34.5 + pos: -99.5,-132.5 parent: 1 - - uid: 9718 + - uid: 17969 components: - type: Transform - pos: 34.5,-47.5 + rot: -1.5707963267948966 rad + pos: -100.5,-132.5 parent: 1 - - uid: 9719 + - uid: 17970 components: - type: Transform - pos: 30.5,-47.5 + rot: -1.5707963267948966 rad + pos: -104.5,-132.5 parent: 1 - - uid: 9720 + - uid: 17971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-41.5 + rot: -1.5707963267948966 rad + pos: -103.5,-132.5 parent: 1 - - uid: 9721 + - uid: 17972 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-59.5 + rot: -1.5707963267948966 rad + pos: -102.5,-132.5 parent: 1 - - uid: 9722 + - uid: 17973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-64.5 + rot: -1.5707963267948966 rad + pos: -102.5,-129.5 parent: 1 - - uid: 9723 + - uid: 17974 components: - type: Transform - pos: 38.5,-67.5 + rot: -1.5707963267948966 rad + pos: -100.5,-129.5 parent: 1 - - uid: 9724 + - uid: 17975 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-60.5 + pos: -101.5,-129.5 parent: 1 - - uid: 9725 + - uid: 17976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-59.5 + pos: 189.5,-156.5 parent: 1 - - uid: 9726 + - uid: 17977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-64.5 + pos: 189.5,-165.5 parent: 1 - - uid: 9727 + - uid: 17978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-64.5 + pos: -172.5,-119.5 parent: 1 - - uid: 9728 + - uid: 17979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-64.5 + rot: -1.5707963267948966 rad + pos: 8.5,-30.5 parent: 1 - - uid: 9729 + - uid: 17980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-56.5 + rot: -1.5707963267948966 rad + pos: 12.5,-30.5 parent: 1 - - uid: 9730 + - uid: 17981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-74.5 + pos: 189.5,-163.5 parent: 1 - - uid: 9731 + - uid: 17982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-59.5 + rot: -1.5707963267948966 rad + pos: 10.5,-30.5 parent: 1 - - uid: 9732 + - uid: 17983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-59.5 + rot: 1.5707963267948966 rad + pos: 104.5,-15.5 parent: 1 - - uid: 9733 + - uid: 17984 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-74.5 + pos: 115.5,-16.5 parent: 1 - - uid: 9734 + - uid: 17985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-74.5 + rot: 1.5707963267948966 rad + pos: 102.5,-15.5 parent: 1 - - uid: 9735 + - uid: 17986 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,-74.5 + pos: 101.5,-14.5 parent: 1 - - uid: 9736 + - uid: 17987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-70.5 + rot: 1.5707963267948966 rad + pos: 105.5,-15.5 parent: 1 - - uid: 9737 + - uid: 17988 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-72.5 + pos: 115.5,-18.5 parent: 1 - - uid: 9738 + - uid: 17989 components: - type: Transform - pos: 39.5,-77.5 + rot: 1.5707963267948966 rad + pos: 111.5,-15.5 parent: 1 - - uid: 9739 + - uid: 17990 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,-61.5 + pos: 106.5,-15.5 parent: 1 - - uid: 9740 + - uid: 17991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-42.5 + pos: 180.5,-150.5 parent: 1 - - uid: 9741 + - uid: 17992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-41.5 + pos: 51.5,-29.5 parent: 1 - - uid: 9742 + - uid: 17993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-45.5 + pos: 45.5,-42.5 parent: 1 - - uid: 9743 + - uid: 17994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-43.5 + pos: 49.5,-36.5 parent: 1 - - uid: 26628 + - uid: 17995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,149.5 + pos: 47.5,-38.5 parent: 1 - - uid: 44385 + - uid: 17996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-91.5 + pos: 47.5,-39.5 parent: 1 - - uid: 45690 + - uid: 17997 components: - type: Transform - pos: -407.5,57.5 + pos: 47.5,-37.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 45811 + - uid: 17998 components: - type: Transform rot: 3.141592653589793 rad - pos: -403.5,60.5 + pos: 19.5,-40.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46113 + - uid: 17999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -403.5,55.5 + pos: 47.5,-42.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46114 + - uid: 18000 components: - type: Transform - pos: -403.5,62.5 + pos: 25.5,-48.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46134 + - uid: 18001 components: - type: Transform - pos: -403.5,57.5 + pos: 51.5,-32.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46464 + - uid: 18002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -405.5,67.5 + pos: 47.5,-40.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46481 + - uid: 18003 components: - type: Transform - pos: -407.5,62.5 + pos: 42.5,-29.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46483 + - uid: 18004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -407.5,55.5 + pos: 51.5,-33.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46486 + - uid: 18005 components: - type: Transform - rot: 3.141592653589793 rad - pos: -407.5,60.5 + pos: 30.5,-48.5 parent: 1 - - type: DeviceLinkSink - links: - - 47737 - - uid: 46824 + - uid: 18006 components: - type: Transform - pos: -396.5,112.5 + pos: 31.5,-48.5 parent: 1 - - uid: 46876 + - uid: 18007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -401.5,115.5 + pos: 49.5,-29.5 parent: 1 - - uid: 47394 + - uid: 18008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -364.5,106.5 + pos: 27.5,-48.5 parent: 1 - - type: DeviceLinkSink - links: - - 47351 - - uid: 47395 + - uid: 18009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -368.5,106.5 + pos: 44.5,-35.5 parent: 1 - - type: DeviceLinkSink - links: - - 47351 -- proto: N14LightStreetLampPostAlwaysPoweredLeft - entities: - - uid: 9744 + - uid: 18010 components: - type: Transform - pos: -91.5,-135.5 + pos: 19.5,-11.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9745 + - uid: 18011 components: - type: Transform - pos: -175.5,-78.5 + pos: 46.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9746 + - uid: 18012 components: - type: Transform - pos: -92.5,-88.5 + pos: 40.5,-44.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9747 + - uid: 18013 components: - type: Transform - pos: -177.5,-88.5 + pos: 43.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9748 + - uid: 18014 components: - type: Transform - pos: -92.5,-116.5 + pos: 41.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostAlwaysPoweredRight - entities: - - uid: 9749 + - uid: 18015 components: - type: Transform - pos: -97.5,-135.5 + pos: 25.5,-43.5 + parent: 1 + - uid: 18016 + components: + - type: Transform + pos: 47.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9750 + - uid: 18017 components: - type: Transform - pos: -181.5,-88.5 + pos: 40.5,-41.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9751 + - uid: 18018 components: - type: Transform - pos: -96.5,-95.5 + pos: 30.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9752 + - uid: 18019 components: - type: Transform - pos: -179.5,-71.5 + pos: 46.5,-42.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostPoweredEmptyLeft - entities: - - uid: 9753 + - uid: 18020 components: - type: Transform - pos: -92.5,-102.5 + pos: 40.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9754 + - uid: 18021 components: - type: Transform - pos: 16.5,-8.5 + pos: 40.5,-42.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65447 + - uid: 18022 components: - type: Transform - pos: 81.5,-119.5 + pos: 40.5,-37.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65506 + - uid: 18023 components: - type: Transform - pos: 81.5,-113.5 + pos: 51.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostPoweredEmptyRight - entities: - - uid: 9755 + - uid: 18024 components: - type: Transform - pos: -199.5,-86.5 + pos: 40.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9756 + - uid: 18025 components: - type: Transform - pos: -96.5,-123.5 + pos: 40.5,-46.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9757 + - uid: 18026 components: - type: Transform - pos: -96.5,-109.5 + pos: 25.5,-42.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9758 + - uid: 18027 components: - type: Transform - pos: -199.5,-79.5 + pos: 51.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45092 + - uid: 18028 components: - type: Transform - pos: -285.5,55.5 + pos: 47.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45122 + - uid: 18029 components: - type: Transform - pos: -285.5,16.5 + pos: 47.5,-41.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45125 + - uid: 18030 components: - type: Transform - pos: -285.5,-2.5 + pos: 40.5,-38.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45171 + - uid: 18031 components: - type: Transform - pos: -285.5,68.5 + pos: 51.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45174 + - uid: 18032 components: - type: Transform - pos: -285.5,33.5 + pos: 26.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65442 + - uid: 18033 components: - type: Transform - pos: 73.5,-113.5 + pos: 25.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65453 + - uid: 18034 components: - type: Transform - pos: 73.5,-119.5 + pos: 41.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostPoweredLeft - entities: - - uid: 9761 + - uid: 18035 components: - type: Transform - pos: 4.5,-52.5 + pos: 40.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9762 + - uid: 18036 components: - type: Transform - pos: 46.5,-47.5 + pos: 25.5,-41.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9763 + - uid: 18037 components: - type: Transform - pos: 4.5,-7.5 + pos: 42.5,-42.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9764 + - uid: 18038 components: - type: Transform - pos: 4.5,-35.5 + pos: 25.5,-44.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9765 + - uid: 18039 components: - type: Transform - pos: -3.5,-70.5 + pos: 48.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9766 + - uid: 18040 components: - type: Transform - pos: 16.5,-18.5 + pos: 50.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9767 + - uid: 18041 components: - type: Transform - pos: 60.5,-48.5 + pos: 47.5,-33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9768 + - uid: 18042 components: - type: Transform - pos: 60.5,-65.5 + pos: 38.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9769 + - uid: 18043 components: - type: Transform - pos: 4.5,-71.5 + pos: 41.5,-42.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9770 + - uid: 18044 components: - type: Transform - pos: 33.5,-35.5 + pos: 34.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9771 + - uid: 18045 components: - type: Transform - pos: 60.5,-79.5 + pos: 40.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9774 + - uid: 18046 components: - type: Transform - pos: -39.5,17.5 + pos: 47.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9775 + - uid: 18047 components: - type: Transform - pos: -45.5,13.5 + pos: 43.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45663 + - uid: 18048 components: - type: Transform - pos: 60.5,1.5 + pos: 40.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45664 + - uid: 18049 components: - type: Transform - pos: 60.5,16.5 + pos: 50.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45665 + - uid: 18050 components: - type: Transform - pos: 60.5,34.5 + pos: 48.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostPoweredLeft2 - entities: - - uid: 9776 + - uid: 18051 components: - type: Transform - pos: 126.5,20.5 + pos: 40.5,-39.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9777 + - uid: 18052 components: - type: Transform - pos: 131.5,-19.5 + pos: 42.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9778 + - uid: 18053 components: - type: Transform - pos: 125.5,-9.5 + pos: 33.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9779 + - uid: 18054 components: - type: Transform - pos: 125.5,5.5 + pos: 47.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60950 + - uid: 18055 components: - type: Transform - pos: 45.5,164.5 + pos: 35.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61162 + - uid: 18056 components: - type: Transform - pos: 45.5,141.5 + pos: 39.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostPoweredRight - entities: - - uid: 5429 + - uid: 18057 components: - type: Transform - pos: 65.5,-6.5 + pos: 40.5,-33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9780 + - uid: 18058 components: - type: Transform - pos: -283.5,-79.5 + pos: 50.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9781 + - uid: 18059 components: - type: Transform - pos: -271.5,-85.5 + pos: 40.5,-35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9782 + - uid: 18060 components: - type: Transform - pos: -288.5,-28.5 + pos: 51.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9783 + - uid: 18061 components: - type: Transform - pos: 5.5,-18.5 + pos: 47.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9784 + - uid: 18062 components: - type: Transform - pos: 43.5,-79.5 + pos: 51.5,-31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9785 + - uid: 18063 components: - type: Transform - pos: 54.5,-40.5 + pos: 40.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9786 + - uid: 18064 components: - type: Transform - pos: 20.5,-44.5 + pos: 48.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9787 + - uid: 18065 components: - type: Transform - pos: -288.5,-37.5 + pos: 32.5,-48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9788 + - uid: 18066 components: - type: Transform - pos: -285.5,-18.5 + pos: 46.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9789 + - uid: 18067 components: - type: Transform - pos: -1.5,-79.5 + pos: 25.5,-45.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9791 + - uid: 18068 components: - type: Transform - pos: 54.5,-15.5 + pos: 25.5,-46.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9792 + - uid: 18069 components: - type: Transform - pos: 54.5,-55.5 + pos: 25.5,-47.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9793 + - uid: 18070 components: - type: Transform - pos: 54.5,-7.5 + pos: 26.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9794 + - uid: 18071 components: - type: Transform - pos: 66.5,-45.5 + pos: 28.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9795 + - uid: 18072 components: - type: Transform - pos: 66.5,-31.5 + pos: 29.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9796 + - uid: 18073 components: - type: Transform - pos: -14.5,-76.5 + pos: 30.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9798 + - uid: 18074 components: - type: Transform - pos: 109.5,-25.5 + pos: 32.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9799 + - uid: 18075 components: - type: Transform - pos: 54.5,-23.5 + pos: 33.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9801 + - uid: 18076 components: - type: Transform - pos: -49.5,4.5 + pos: 34.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9802 + - uid: 18077 components: - type: Transform - pos: -61.5,17.5 + pos: 35.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9803 + - uid: 18078 components: - type: Transform - pos: -285.5,-66.5 + pos: 35.5,-39.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9804 + - uid: 18079 components: - type: Transform - pos: -245.5,-85.5 + pos: 35.5,-37.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9805 + - uid: 18080 components: - type: Transform - pos: -285.5,-52.5 + pos: 35.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 17953 + - uid: 18081 components: - type: Transform - pos: 65.5,-17.5 + pos: 36.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostPoweredRight2 - entities: - - uid: 9806 + - uid: 18082 components: - type: Transform - pos: 88.5,-1.5 + pos: 39.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9807 + - uid: 18083 components: - type: Transform - pos: 99.5,-1.5 + pos: 34.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9808 + - uid: 18084 components: - type: Transform - pos: 118.5,-25.5 + pos: 27.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9809 + - uid: 18085 components: - type: Transform - pos: 120.5,-1.5 + pos: 19.5,-12.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 23320 + - uid: 18086 components: - type: Transform - pos: 39.5,158.5 + pos: 20.5,-10.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 23325 + - uid: 18087 components: - type: Transform - pos: 39.5,141.5 + rot: 3.141592653589793 rad + pos: 6.5,-39.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61075 + - uid: 18088 components: - type: Transform - pos: 15.5,158.5 + rot: 3.141592653589793 rad + pos: 6.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61081 + - uid: 18089 components: - type: Transform - pos: 15.5,164.5 + rot: 3.141592653589793 rad + pos: 18.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostRaiderAlwaysPoweredLeft2 - entities: - - uid: 65472 + - uid: 18090 components: - type: Transform - pos: 92.5,-119.5 + rot: 3.141592653589793 rad + pos: 17.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LightStreetLampPostRaiderPoweredEmptyLeft2 - entities: - - uid: 65440 + - uid: 18091 components: - type: Transform - pos: 92.5,-113.5 + rot: 3.141592653589793 rad + pos: 16.5,-40.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14LootClosetCabinetWood - entities: - - uid: 7330 + - uid: 18092 components: - type: Transform - pos: -43.5,-129.5 + rot: 3.141592653589793 rad + pos: 15.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7391 + - uid: 18093 components: - type: Transform - pos: -46.5,-113.5 + rot: 3.141592653589793 rad + pos: 14.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7412 + - uid: 18094 components: - type: Transform - pos: -190.5,-164.5 + rot: 3.141592653589793 rad + pos: 13.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7413 + - uid: 18095 components: - type: Transform - pos: -26.5,8.5 + rot: 3.141592653589793 rad + pos: 12.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7418 + - uid: 18096 components: - type: Transform - pos: -76.5,5.5 + rot: 3.141592653589793 rad + pos: 11.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7419 + - uid: 18097 components: - type: Transform - pos: -76.5,4.5 + rot: 3.141592653589793 rad + pos: 10.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7421 + - uid: 18098 components: - type: Transform - pos: 50.5,-30.5 + rot: 3.141592653589793 rad + pos: 9.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7422 + - uid: 18099 components: - type: Transform - pos: 49.5,-30.5 + rot: 3.141592653589793 rad + pos: 8.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7424 + - uid: 18100 components: - type: Transform - pos: -48.5,-113.5 + rot: 3.141592653589793 rad + pos: 7.5,-40.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7425 + - uid: 18101 components: - type: Transform - pos: -65.5,-28.5 + pos: 22.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7426 + - uid: 18102 components: - type: Transform - pos: -76.5,-16.5 + rot: 3.141592653589793 rad + pos: 6.5,-37.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7427 + - uid: 18103 components: - type: Transform - pos: -56.5,-16.5 + rot: 3.141592653589793 rad + pos: 6.5,-36.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7429 + - uid: 18104 components: - type: Transform - pos: -56.5,-20.5 + rot: 3.141592653589793 rad + pos: 6.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7430 + - uid: 18105 components: - type: Transform - pos: -22.5,-18.5 + rot: 3.141592653589793 rad + pos: 6.5,-31.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7431 + - uid: 18106 components: - type: Transform - pos: 86.5,105.5 + rot: 3.141592653589793 rad + pos: 19.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7435 + - uid: 18107 components: - type: Transform - pos: -6.5,-15.5 + rot: 3.141592653589793 rad + pos: 18.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7438 + - uid: 18108 components: - type: Transform - pos: -182.5,-21.5 + rot: 3.141592653589793 rad + pos: 16.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7798 + - uid: 18109 components: - type: Transform - pos: 53.5,146.5 + rot: 3.141592653589793 rad + pos: 15.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 8112 + - uid: 18110 components: - type: Transform - pos: 50.5,146.5 + rot: 3.141592653589793 rad + pos: 14.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 8126 + - uid: 18111 components: - type: Transform - pos: 185.5,-73.5 + rot: 3.141592653589793 rad + pos: 13.5,-30.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 8398 + - uid: 18112 components: - type: Transform - pos: 57.5,144.5 + rot: 3.141592653589793 rad + pos: 19.5,-39.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 26482 + - uid: 18113 components: - type: Transform - pos: 53.5,171.5 + rot: 3.141592653589793 rad + pos: 19.5,-38.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 61127 + - uid: 18114 components: - type: Transform - pos: 56.5,144.5 + rot: 3.141592653589793 rad + pos: 19.5,-37.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65681 + - uid: 18115 components: - type: Transform - pos: 101.5,-103.5 + rot: 3.141592653589793 rad + pos: 19.5,-36.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65682 + - uid: 18116 components: - type: Transform - pos: 102.5,-103.5 + rot: 3.141592653589793 rad + pos: 19.5,-35.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetDouble - entities: - - uid: 6900 + - uid: 18117 components: - type: Transform - pos: 168.5,51.5 + rot: 3.141592653589793 rad + pos: 19.5,-34.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7176 + - uid: 18118 components: - type: Transform - pos: 172.5,-66.5 + rot: 3.141592653589793 rad + pos: 19.5,-33.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7177 + - uid: 18119 components: - type: Transform - pos: 174.5,-71.5 + rot: 3.141592653589793 rad + pos: 19.5,-32.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7331 + - uid: 18120 components: - type: Transform - pos: 188.5,24.5 + rot: 3.141592653589793 rad + pos: 19.5,-31.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7439 + - uid: 18121 components: - type: Transform - pos: -188.5,-164.5 + rot: 3.141592653589793 rad + pos: 14.5,-31.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7525 + - uid: 18122 components: - type: Transform - pos: -56.5,-37.5 + rot: 3.141592653589793 rad + pos: 14.5,-32.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7615 + - uid: 18123 components: - type: Transform - pos: 189.5,24.5 + rot: 3.141592653589793 rad + pos: 14.5,-33.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7616 + - uid: 18124 components: - type: Transform - pos: 184.5,90.5 + rot: 3.141592653589793 rad + pos: 14.5,-34.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 48059 + - uid: 18125 components: - type: Transform - pos: 169.5,51.5 + rot: 3.141592653589793 rad + pos: 14.5,-35.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 49902 + - uid: 18126 components: - type: Transform - pos: 171.5,51.5 + rot: 3.141592653589793 rad + pos: 15.5,-35.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14LootClosetFridge - entities: - - uid: 7366 + - uid: 18127 components: - type: Transform - pos: 40.5,-64.5 + rot: 3.141592653589793 rad + pos: 16.5,-35.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7370 + - uid: 18128 components: - type: Transform - pos: -54.5,-10.5 + rot: 3.141592653589793 rad + pos: 18.5,-35.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7372 + - uid: 18129 components: - type: Transform - pos: -35.5,-37.5 + pos: 19.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7373 + - uid: 18130 components: - type: Transform - pos: -28.5,-11.5 + pos: 24.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7437 + - uid: 18131 components: - type: Transform - pos: -8.5,-22.5 + pos: 19.5,-19.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65178 + - uid: 18132 components: - type: Transform - pos: 80.5,-102.5 + pos: 37.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65381 + - uid: 18133 components: - type: Transform - pos: 72.5,-131.5 + pos: 19.5,-20.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65611 + - uid: 18134 components: - type: Transform - pos: 100.5,-117.5 + pos: 19.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65612 + - uid: 18135 components: - type: Transform - pos: 103.5,-117.5 + pos: 19.5,-21.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetGeneric - entities: - - uid: 65680 + - uid: 18136 components: - type: Transform - pos: 104.5,-109.5 + pos: 27.5,-25.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetGrey1 - entities: - - uid: 7325 + - uid: 18137 components: - type: Transform - pos: 189.5,31.5 + pos: 35.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7619 + - uid: 18138 components: - type: Transform - pos: -35.5,-32.5 + pos: 32.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7620 + - uid: 18139 components: - type: Transform - pos: -56.5,-42.5 + pos: 36.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7621 + - uid: 18140 components: - type: Transform - pos: -57.5,-42.5 + pos: 28.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10018 + - uid: 18141 components: - type: Transform - pos: -55.5,-42.5 + pos: 26.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 61096 + - uid: 18142 components: - type: Transform - pos: 18.5,141.5 + pos: 29.5,-26.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 61156 + - uid: 18143 components: - type: Transform - pos: 30.5,169.5 + pos: 19.5,-17.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 64081 + - uid: 18144 components: - type: Transform - pos: -33.5,-32.5 + pos: 19.5,-18.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetGrey2 - entities: - - uid: 6424 + - uid: 18145 components: - type: Transform - pos: 202.5,220.5 + pos: 27.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8135 + - uid: 18146 components: - type: Transform - pos: -186.5,-165.5 + pos: 27.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10047 + - uid: 18147 components: - type: Transform - pos: 198.5,205.5 + pos: 29.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10822 + - uid: 18148 components: - type: Transform - pos: 198.5,204.5 + pos: 31.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 19995 + - uid: 18149 components: - type: Transform - pos: 18.5,143.5 + pos: 34.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 21211 + - uid: 18150 components: - type: Transform - pos: 198.5,206.5 + pos: 36.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 24237 + - uid: 18151 components: - type: Transform - pos: 202.5,219.5 + pos: 38.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 49897 + - uid: 18152 components: - type: Transform - pos: -44.5,-99.5 + pos: 38.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 61108 + - uid: 18153 components: - type: Transform - pos: 17.5,143.5 + pos: 39.5,-10.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetGunCabinet - entities: - - uid: 7631 + - uid: 18154 components: - type: Transform - pos: -55.5,-37.5 + pos: 41.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7632 + - uid: 18155 components: - type: Transform - pos: -58.5,-37.5 + pos: 43.5,-10.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetRusty - entities: - - uid: 4569 + - uid: 18156 components: - type: Transform - pos: 157.5,-66.5 + pos: 45.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 4612 + - uid: 18157 components: - type: Transform - pos: 195.5,204.5 + pos: 46.5,-10.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7324 + - uid: 18158 components: - type: Transform - pos: -187.5,-165.5 + pos: 46.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7622 + - uid: 18159 components: - type: Transform - pos: -58.5,-42.5 + pos: 46.5,-21.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10009 + - uid: 18160 components: - type: Transform - pos: -11.5,5.5 + pos: 46.5,-20.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10010 + - uid: 18161 components: - type: Transform - pos: -32.5,8.5 + pos: 46.5,-19.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10016 + - uid: 18162 components: - type: Transform - pos: -194.5,-166.5 + pos: 46.5,-18.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10029 + - uid: 18163 components: - type: Transform - pos: -13.5,-28.5 + pos: 46.5,-17.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10042 + - uid: 18164 components: - type: Transform - pos: -186.5,-28.5 + pos: 46.5,-16.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10052 + - uid: 18165 components: - type: Transform - pos: 166.5,17.5 + pos: 46.5,-15.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 21269 + - uid: 18166 components: - type: Transform - pos: 156.5,-66.5 + pos: 46.5,-14.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 29810 + - uid: 18167 components: - type: Transform - pos: -31.5,5.5 + pos: 46.5,-13.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 48134 + - uid: 18168 components: - type: Transform - pos: -10.5,-28.5 + pos: 46.5,-12.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65155 + - uid: 18169 components: - type: Transform - pos: 82.5,-101.5 + pos: 46.5,-11.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65377 + - uid: 18170 components: - type: Transform - pos: 80.5,-132.5 + pos: 20.5,-22.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetSafe - entities: - - uid: 107 + - uid: 18171 components: - type: Transform - pos: 200.5,222.5 + pos: 21.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7332 + - uid: 18172 components: - type: Transform - pos: 93.5,111.5 + pos: 22.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 7338 + - uid: 18173 components: - type: Transform - pos: 14.5,-56.5 + pos: 23.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65644 + - uid: 18174 components: - type: Transform - pos: 98.5,-103.5 + pos: 24.5,-22.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetSafeCurrency - entities: - - uid: 9022 + - uid: 18175 components: - type: Transform - pos: 35.5,169.5 + pos: 25.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 42896 + - uid: 18176 components: - type: Transform - pos: 90.5,4.5 + pos: 26.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 50050 + - uid: 18177 components: - type: Transform - pos: 118.5,5.5 + pos: 27.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 50053 - - 50052 - - 50051 - - 50054 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 65645 + - uid: 18178 components: - type: Transform - pos: 95.5,-103.5 + pos: 28.5,-22.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetSafePrewar - entities: - - uid: 7349 + - uid: 18179 components: - type: Transform - pos: 165.5,-75.5 + pos: 27.5,-23.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 10006 + - uid: 18180 components: - type: Transform - pos: 92.5,4.5 + pos: 30.5,-22.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65406 + - uid: 18181 components: - type: Transform - pos: 87.5,-129.5 + pos: 31.5,-22.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootClosetWallMedicabinet - entities: - - uid: 61079 + - uid: 18182 components: - type: Transform - pos: 59.5,153.5 + pos: 32.5,-22.5 parent: 1 -- proto: N14LootCrateAluminium - entities: - - uid: 11113 + - uid: 18183 components: - type: Transform - pos: -71.5,5.5 + pos: 33.5,-22.5 parent: 1 - - uid: 21574 + - uid: 18184 components: - type: Transform - pos: 19.5,141.5 + pos: 34.5,-22.5 parent: 1 - - uid: 48066 + - uid: 18185 components: - type: Transform - pos: 174.5,56.5 + pos: 35.5,-22.5 parent: 1 -- proto: N14LootCrateEnclave - entities: - - uid: 56177 + - uid: 18186 components: - type: Transform - pos: 202.5,221.5 + pos: 27.5,-24.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: N14LootCrateFootlocker - entities: - - uid: 11114 + - uid: 18187 components: - type: Transform - pos: -53.5,-27.5 + pos: 37.5,-22.5 parent: 1 - - uid: 11115 + - uid: 18188 components: - type: Transform - pos: -55.5,-28.5 + pos: 38.5,-22.5 parent: 1 - - uid: 24150 + - uid: 18189 components: - type: Transform - pos: -182.5,-130.5 + pos: 39.5,-22.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 25261 + - uid: 18190 components: - type: Transform - pos: -182.5,-128.5 + pos: 40.5,-22.5 parent: 1 - - uid: 43887 + - uid: 18191 components: - type: Transform - pos: -194.5,-130.5 + pos: 41.5,-22.5 parent: 1 - - uid: 43888 + - uid: 18192 components: - type: Transform - pos: -186.5,-137.5 + pos: 42.5,-22.5 parent: 1 - - uid: 43975 + - uid: 18193 components: - type: Transform - pos: -194.5,-124.5 + pos: 43.5,-22.5 parent: 1 - - uid: 44038 + - uid: 18194 components: - type: Transform - pos: -188.5,-137.5 + pos: 44.5,-22.5 parent: 1 - - uid: 45536 + - uid: 18195 components: - type: Transform - pos: -190.5,-137.5 + pos: 45.5,-22.5 parent: 1 - - uid: 48791 + - uid: 18196 components: - type: Transform - pos: 216.5,187.5 + pos: 20.5,-14.5 parent: 1 -- proto: N14LootCrateFreezer - entities: - - uid: 11116 + - uid: 18197 components: - type: Transform - pos: 95.5,105.5 + pos: 21.5,-14.5 parent: 1 - - uid: 11117 + - uid: 18198 components: - type: Transform - pos: -53.5,-12.5 + pos: 22.5,-14.5 parent: 1 - - uid: 11118 + - uid: 18199 components: - type: Transform - pos: -53.5,-13.5 + pos: 23.5,-14.5 parent: 1 - - uid: 22742 + - uid: 18200 components: - type: Transform - pos: 55.5,152.5 + pos: 24.5,-14.5 parent: 1 - - uid: 48058 + - uid: 18201 components: - type: Transform - pos: -53.5,-99.5 + pos: 25.5,-14.5 parent: 1 - - uid: 49893 + - uid: 18202 components: - type: Transform - pos: -152.5,-24.5 + pos: 26.5,-14.5 parent: 1 - - uid: 55989 + - uid: 18203 components: - type: Transform - pos: -185.5,-125.5 + pos: 27.5,-14.5 parent: 1 - - uid: 65643 + - uid: 18204 components: - type: Transform - pos: 100.5,-115.5 + pos: 27.5,-13.5 parent: 1 -- proto: N14LootCrateMilitary - entities: - - uid: 7326 + - uid: 18205 components: - type: Transform - pos: 168.5,53.5 + pos: 27.5,-15.5 parent: 1 - - uid: 49904 + - uid: 18206 components: - type: Transform - pos: 15.5,-56.5 + pos: 27.5,-17.5 parent: 1 - - uid: 49956 + - uid: 18207 components: - type: Transform - pos: 56.5,48.5 + pos: 27.5,-18.5 parent: 1 -- proto: N14LootCrateWastelandBotany - entities: - - uid: 290 + - uid: 18208 components: - type: Transform - pos: -197.5,-115.5 + pos: 27.5,-19.5 parent: 1 - - uid: 48063 + - uid: 18209 components: - type: Transform - pos: 116.5,-38.5 + pos: 26.5,-18.5 parent: 1 - - uid: 49889 + - uid: 18210 components: - type: Transform - pos: 84.5,127.5 + pos: 25.5,-18.5 parent: 1 - - uid: 49903 + - uid: 18211 components: - type: Transform - pos: 91.5,-4.5 + pos: 24.5,-18.5 parent: 1 - - uid: 55468 + - uid: 18212 components: - type: Transform - pos: -184.5,-112.5 + pos: 23.5,-18.5 parent: 1 - - uid: 55797 + - uid: 18213 components: - type: Transform - pos: -197.5,-116.5 + pos: 22.5,-18.5 parent: 1 - - uid: 65712 + - uid: 18214 components: - type: Transform - pos: 98.5,-126.5 + pos: 21.5,-18.5 parent: 1 -- proto: N14LootFilingCabinet - entities: - - uid: 7168 + - uid: 18215 components: - type: Transform - pos: 183.5,-73.5 + pos: 20.5,-18.5 parent: 1 - - uid: 8105 + - uid: 18216 components: - type: Transform - pos: 182.5,-73.5 + pos: 27.5,-21.5 parent: 1 - - uid: 8125 + - uid: 18217 components: - type: Transform - pos: 184.5,-73.5 + pos: 38.5,-21.5 parent: 1 - - uid: 10043 + - uid: 18218 components: - type: Transform - pos: 34.5,-21.5 + pos: 38.5,-19.5 parent: 1 - - uid: 10095 + - uid: 18219 components: - type: Transform - pos: 51.5,152.5 + pos: 38.5,-18.5 parent: 1 - - uid: 10102 + - uid: 18220 components: - type: Transform - pos: 47.5,150.5 + pos: 38.5,-17.5 parent: 1 - - uid: 11119 + - uid: 18221 components: - type: Transform - pos: -51.5,-33.5 + pos: 38.5,-15.5 parent: 1 - - uid: 29787 + - uid: 18222 components: - type: Transform - pos: 26.5,-21.5 + pos: 38.5,-14.5 parent: 1 - - uid: 47828 + - uid: 18223 components: - type: Transform - pos: 26.5,-17.5 + pos: 38.5,-13.5 parent: 1 - - uid: 48136 + - uid: 18224 components: - type: Transform - pos: 39.5,-15.5 + pos: 39.5,-14.5 parent: 1 - - uid: 61126 + - uid: 18225 components: - type: Transform - pos: 29.5,169.5 + pos: 40.5,-14.5 parent: 1 -- proto: N14LootGenericClosetRusty - entities: - - uid: 65402 + - uid: 18226 components: - type: Transform - pos: 86.5,-129.5 + pos: 41.5,-14.5 parent: 1 - - type: Physics - bodyType: Static - - uid: 65403 + - uid: 18227 components: - type: Transform - pos: 85.5,-129.5 + pos: 42.5,-14.5 parent: 1 - - type: Physics - bodyType: Static -- proto: N14LootShelfWood1 - entities: - - uid: 7339 + - uid: 18228 components: - type: Transform - pos: 78.5,105.5 + pos: 43.5,-14.5 parent: 1 - - uid: 7341 + - uid: 18229 components: - type: Transform - pos: -35.5,-11.5 + pos: 44.5,-14.5 parent: 1 - - uid: 7342 + - uid: 18230 components: - type: Transform - pos: -36.5,-11.5 + pos: 45.5,-14.5 parent: 1 - - uid: 7352 + - uid: 18231 components: - type: Transform - pos: -39.5,-11.5 + pos: 39.5,-18.5 parent: 1 - - uid: 7355 + - uid: 18232 components: - type: Transform - pos: -40.5,-11.5 + pos: 40.5,-18.5 parent: 1 - - uid: 7356 + - uid: 18233 components: - type: Transform - pos: -24.5,-15.5 + pos: 41.5,-18.5 parent: 1 - - uid: 7389 + - uid: 18234 components: - type: Transform - pos: 33.5,-21.5 + pos: 42.5,-18.5 parent: 1 - - uid: 11120 + - uid: 18235 components: - type: Transform - pos: 49.5,10.5 + pos: 43.5,-18.5 parent: 1 - - uid: 11121 + - uid: 18236 components: - type: Transform - pos: 48.5,10.5 + pos: 44.5,-18.5 parent: 1 - - uid: 11122 + - uid: 18237 components: - type: Transform - pos: 42.5,10.5 + pos: 45.5,-18.5 parent: 1 - - uid: 11123 + - uid: 18238 components: - type: Transform - pos: 12.5,7.5 + pos: 33.5,-26.5 parent: 1 - - uid: 11124 + - uid: 18239 components: - type: Transform - pos: 10.5,7.5 + pos: 31.5,-26.5 parent: 1 - - uid: 11125 + - uid: 18240 components: - type: Transform - pos: 9.5,7.5 + pos: 38.5,-26.5 parent: 1 - - uid: 11126 + - uid: 18241 components: - type: Transform - pos: 14.5,3.5 + pos: 38.5,-25.5 parent: 1 - - uid: 11127 + - uid: 18242 components: - type: Transform - pos: 17.5,0.5 + pos: 38.5,-24.5 parent: 1 - - uid: 11128 + - uid: 18243 components: - type: Transform - pos: 11.5,0.5 + pos: 38.5,-23.5 parent: 1 - - uid: 11129 + - uid: 18244 components: - type: Transform - pos: -76.5,2.5 + pos: 32.5,-23.5 parent: 1 - - uid: 11130 + - uid: 18245 components: - type: Transform - pos: -76.5,-109.5 + pos: 32.5,-24.5 parent: 1 - - uid: 11131 + - uid: 18246 components: - type: Transform - pos: -50.5,-113.5 + pos: 32.5,-25.5 parent: 1 - - uid: 11132 + - uid: 18247 components: - type: Transform - pos: -10.5,-24.5 + pos: 30.5,-24.5 parent: 1 - - uid: 11133 + - uid: 18248 components: - type: Transform - pos: 26.5,-56.5 + pos: 31.5,-24.5 parent: 1 - - uid: 11136 + - uid: 18249 components: - type: Transform - pos: -35.5,-43.5 + pos: 33.5,-24.5 parent: 1 - - uid: 23388 + - uid: 18250 components: - type: Transform - pos: -156.5,-117.5 + pos: 34.5,-24.5 parent: 1 - - uid: 55284 + - uid: 18251 components: - type: Transform - pos: -160.5,-117.5 + rot: 1.5707963267948966 rad + pos: 119.5,-10.5 parent: 1 - - uid: 65390 + - uid: 18252 components: - type: Transform - pos: 79.5,-126.5 + rot: 1.5707963267948966 rad + pos: 103.5,-15.5 parent: 1 - - uid: 65396 + - uid: 18253 components: - type: Transform - pos: 81.5,-126.5 + rot: 1.5707963267948966 rad + pos: 112.5,-15.5 parent: 1 - - uid: 65674 + - uid: 18254 components: - type: Transform - pos: 96.5,-109.5 + rot: 1.5707963267948966 rad + pos: 115.5,-15.5 parent: 1 - - uid: 65676 + - uid: 18255 components: - type: Transform - pos: 98.5,-109.5 + rot: 1.5707963267948966 rad + pos: 108.5,-15.5 parent: 1 - - uid: 65677 + - uid: 18256 components: - type: Transform - pos: 99.5,-109.5 + rot: 1.5707963267948966 rad + pos: 119.5,-16.5 parent: 1 -- proto: N14MachineComputerMainframe - entities: - - uid: 61934 + - uid: 18257 components: - type: Transform - pos: -136.5,62.5 + rot: 1.5707963267948966 rad + pos: 119.5,-15.5 parent: 1 -- proto: N14MachineFrameTall - entities: - - uid: 9810 + - uid: 18258 components: - type: Transform - pos: -34.5,-113.5 + rot: 1.5707963267948966 rad + pos: 119.5,-12.5 parent: 1 -- proto: N14MachineFrameTallDestroyed - entities: - - uid: 9811 + - uid: 18259 components: - type: Transform - pos: -78.5,-100.5 + rot: 1.5707963267948966 rad + pos: 99.5,-4.5 parent: 1 - - uid: 9812 + - uid: 18260 components: - type: Transform - pos: -49.5,-103.5 + rot: 1.5707963267948966 rad + pos: 101.5,-12.5 parent: 1 - - uid: 9813 + - uid: 18261 components: - type: Transform - pos: 166.5,-92.5 + rot: 1.5707963267948966 rad + pos: 101.5,-13.5 parent: 1 - - uid: 9814 + - uid: 18262 components: - type: Transform - pos: 165.5,33.5 + rot: 1.5707963267948966 rad + pos: 104.5,-3.5 parent: 1 - - uid: 9815 + - uid: 18263 components: - type: Transform - pos: 166.5,33.5 + rot: 1.5707963267948966 rad + pos: 101.5,-11.5 parent: 1 -- proto: N14MachineFrameTallWired - entities: - - uid: 9816 + - uid: 18264 components: - type: Transform - pos: -288.5,-87.5 + rot: 1.5707963267948966 rad + pos: 101.5,-10.5 parent: 1 -- proto: N14MachineRackElectronics - entities: - - uid: 9817 + - uid: 18265 components: - type: Transform - pos: -35.5,-113.5 + rot: 1.5707963267948966 rad + pos: 102.5,-7.5 parent: 1 -- proto: N14MachineRackRecorder - entities: - - uid: 9818 + - uid: 18266 components: - type: Transform - pos: 214.5,209.5 + rot: 1.5707963267948966 rad + pos: 101.5,-8.5 parent: 1 -- proto: N14MachineRackServer - entities: - - uid: 9819 + - uid: 18267 components: - type: Transform - pos: 215.5,209.5 + rot: 1.5707963267948966 rad + pos: 101.5,-7.5 parent: 1 - - uid: 11454 + - uid: 18268 components: - type: Transform - pos: -138.5,61.5 + rot: 1.5707963267948966 rad + pos: 102.5,-6.5 parent: 1 - - uid: 62507 + - uid: 18269 components: - type: Transform - pos: -134.5,61.5 + rot: 1.5707963267948966 rad + pos: 100.5,-7.5 parent: 1 -- proto: N14MagazinePistol22lr - entities: - - uid: 55238 + - uid: 18270 components: - type: Transform rot: 1.5707963267948966 rad - pos: -183.11523,-121.36166 + pos: 99.5,-7.5 parent: 1 -- proto: N14MagazinePistol45 - entities: - - uid: 10234 + - uid: 18271 components: - type: Transform - pos: 210.34515,-47.247746 + rot: 1.5707963267948966 rad + pos: 99.5,-6.5 parent: 1 - - uid: 61530 + - uid: 18272 components: - type: Transform - parent: 61529 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: N14MagazinePistol9mm - entities: - - uid: 6937 + rot: 1.5707963267948966 rad + pos: 99.5,-5.5 + parent: 1 + - uid: 18273 components: - type: Transform - parent: 6920 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7597 + rot: 1.5707963267948966 rad + pos: 103.5,-3.5 + parent: 1 + - uid: 18274 components: - type: Transform - pos: -156.65504,-112.25147 + rot: 1.5707963267948966 rad + pos: 99.5,-3.5 parent: 1 - - uid: 10940 + - uid: 18275 components: - type: Transform - pos: -156.35817,-112.4546 + rot: 1.5707963267948966 rad + pos: 100.5,-3.5 parent: 1 - - uid: 50051 + - uid: 18276 components: - type: Transform - parent: 50050 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 50052 + rot: 1.5707963267948966 rad + pos: 101.5,-3.5 + parent: 1 + - uid: 18277 components: - type: Transform - parent: 50050 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55255 + rot: 1.5707963267948966 rad + pos: 102.5,-3.5 + parent: 1 + - uid: 18278 components: - type: Transform - pos: -159.32692,-112.43897 + rot: 1.5707963267948966 rad + pos: 102.5,-4.5 parent: 1 - - uid: 55348 + - uid: 18279 components: - type: Transform - pos: -159.6238,-112.17335 + rot: 1.5707963267948966 rad + pos: 105.5,-3.5 parent: 1 - - uid: 65608 + - uid: 18280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.80076,-103.70658 + rot: 1.5707963267948966 rad + pos: 106.5,-3.5 parent: 1 - - uid: 65647 + - uid: 18281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.41013,-103.722206 + rot: 1.5707963267948966 rad + pos: 107.5,-3.5 parent: 1 -- proto: N14MagazineShotgun12 - entities: - - uid: 7822 + - uid: 18282 components: - type: Transform - parent: 7819 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 65557 + rot: 1.5707963267948966 rad + pos: 108.5,-3.5 + parent: 1 + - uid: 18283 components: - type: Transform - pos: 96.66013,-103.097206 + rot: 1.5707963267948966 rad + pos: 109.5,-3.5 parent: 1 - - uid: 65607 + - uid: 18284 components: - type: Transform - pos: 97.17576,-103.097206 + rot: 1.5707963267948966 rad + pos: 110.5,-3.5 parent: 1 -- proto: N14MagazineSMG9mm - entities: - - uid: 7922 + - uid: 18285 components: - type: Transform - pos: -160.63942,-114.3296 + rot: 1.5707963267948966 rad + pos: 111.5,-3.5 parent: 1 - - uid: 10885 + - uid: 18286 components: - type: Transform - pos: -160.45192,-114.29835 + rot: 1.5707963267948966 rad + pos: 112.5,-3.5 parent: 1 - - uid: 22558 + - uid: 18287 components: - type: Transform - pos: -160.28004,-114.31397 + rot: 1.5707963267948966 rad + pos: 113.5,-3.5 parent: 1 - - uid: 55328 + - uid: 18288 components: - type: Transform - pos: -160.73317,-114.29835 + rot: 1.5707963267948966 rad + pos: 114.5,-3.5 parent: 1 -- proto: N14Med-X - entities: - - uid: 7639 + - uid: 18289 components: - type: Transform - parent: 7638 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7640 + rot: 1.5707963267948966 rad + pos: 115.5,-3.5 + parent: 1 + - uid: 18290 components: - type: Transform - parent: 7638 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10731 + rot: 1.5707963267948966 rad + pos: 116.5,-3.5 + parent: 1 + - uid: 18291 components: - type: Transform - pos: -156.28934,-105.82463 + rot: 1.5707963267948966 rad + pos: 117.5,-3.5 parent: 1 - - uid: 11578 + - uid: 18292 components: - type: Transform - pos: -144.42488,54.889244 + rot: 1.5707963267948966 rad + pos: 118.5,-3.5 parent: 1 - - uid: 16136 + - uid: 18293 components: - type: Transform - pos: -144.38818,55.40293 + rot: 1.5707963267948966 rad + pos: 119.5,-3.5 parent: 1 - - uid: 16147 + - uid: 18294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.50708,59.639824 + rot: 1.5707963267948966 rad + pos: 119.5,-8.5 parent: 1 - - uid: 24163 + - uid: 18295 components: - type: Transform - pos: -156.43611,-105.9714 + rot: 1.5707963267948966 rad + pos: 119.5,-7.5 parent: 1 - - uid: 24164 + - uid: 18296 components: - type: Transform - pos: -156.60121,-105.98974 + rot: 1.5707963267948966 rad + pos: 119.5,-6.5 parent: 1 - - uid: 55367 + - uid: 18297 components: - type: Transform - pos: -156.17926,-105.696205 + rot: 1.5707963267948966 rad + pos: 119.5,-5.5 parent: 1 - - uid: 61926 + - uid: 18298 components: - type: Transform - pos: -144.5533,55.27451 + pos: 108.5,-14.5 parent: 1 -- proto: N14MentatsCanister - entities: - - uid: 47035 + - uid: 18299 components: - type: Transform - pos: 87.37155,19.712374 + pos: 108.5,-12.5 parent: 1 -- proto: N14MentatsPill - entities: - - uid: 22531 + - uid: 18300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.78955,-103.82265 + pos: 108.5,-11.5 parent: 1 - - uid: 45992 + - uid: 18301 components: - type: Transform - pos: 87.82468,19.806124 + pos: 108.5,-10.5 parent: 1 - - uid: 55242 + - uid: 18302 components: - type: Transform - pos: 87.89532,19.589727 + pos: 108.5,-9.5 parent: 1 -- proto: N14Mop - entities: - - uid: 8078 + - uid: 18303 components: - type: Transform - pos: 215.57289,-26.93421 + pos: 108.5,-8.5 parent: 1 - - uid: 9821 + - uid: 18304 components: - type: Transform - pos: 100.63387,-33.38139 + pos: 108.5,-7.5 parent: 1 - - uid: 9822 + - uid: 18305 components: - type: Transform - pos: -59.449688,33.58394 + pos: 108.5,-6.5 parent: 1 - - uid: 9823 + - uid: 18306 components: - type: Transform - pos: 41.63978,-76.4227 + pos: 109.5,-6.5 parent: 1 - - uid: 9824 + - uid: 18307 components: - type: Transform - pos: 169.52563,179.5131 + pos: 110.5,-6.5 parent: 1 - - uid: 9825 + - uid: 18308 components: - type: Transform - pos: -57.379604,-46.53922 + pos: 110.5,-5.5 parent: 1 - - uid: 9826 + - uid: 18309 components: - type: Transform - pos: -157.54842,-25.549437 + pos: 110.5,-4.5 parent: 1 - - uid: 23391 + - uid: 18310 components: - type: Transform - pos: -184.54408,-98.37079 + rot: -1.5707963267948966 rad + pos: 96.5,20.5 parent: 1 - - uid: 24721 + - uid: 18311 components: - type: Transform - pos: -192.42596,43.47637 + rot: -1.5707963267948966 rad + pos: 89.5,20.5 parent: 1 - - uid: 47409 + - uid: 18312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -364.5216,105.392876 + rot: -1.5707963267948966 rad + pos: 99.5,20.5 parent: 1 - - uid: 50023 + - uid: 18313 components: - type: Transform - pos: 90.44867,19.59475 + pos: 119.5,-4.5 parent: 1 - - uid: 64424 + - uid: 18314 components: - type: Transform - pos: -97.56982,-160.55394 + rot: -1.5707963267948966 rad + pos: 92.5,20.5 parent: 1 - - uid: 65684 + - uid: 18315 components: - type: Transform rot: -1.5707963267948966 rad - pos: 100.5,-107.5 + pos: 86.5,15.5 parent: 1 -- proto: N14MopBucket - entities: - - uid: 9827 + - uid: 18316 components: - type: Transform - pos: 100.5,-33.5 + rot: -1.5707963267948966 rad + pos: 85.5,14.5 parent: 1 - - uid: 9829 + - uid: 18317 components: - type: Transform - pos: -57.5,-46.5 + rot: -1.5707963267948966 rad + pos: 100.5,20.5 parent: 1 - - uid: 9830 + - uid: 18318 components: - type: Transform - pos: -158.5,-25.5 + rot: -1.5707963267948966 rad + pos: 90.5,20.5 parent: 1 -- proto: N14MopBucketFull - entities: - - uid: 9831 + - uid: 18319 components: - type: Transform - pos: -194.5,-168.5 + rot: -1.5707963267948966 rad + pos: 85.5,15.5 parent: 1 - - uid: 10888 + - uid: 18320 components: - type: Transform - pos: -184.47437,-98.39656 + rot: -1.5707963267948966 rad + pos: 88.5,20.5 parent: 1 - - uid: 24574 + - uid: 18321 components: - type: Transform - pos: -191.50931,43.486797 + rot: -1.5707963267948966 rad + pos: 85.5,13.5 parent: 1 - - uid: 65249 + - uid: 18322 components: - type: Transform - pos: 215.5,-26.5 + rot: -1.5707963267948966 rad + pos: 87.5,20.5 parent: 1 -- proto: N14MortarpestleGrinder - entities: - - uid: 4685 + - uid: 18323 components: - type: Transform - pos: 88.42236,19.241512 + rot: -1.5707963267948966 rad + pos: 86.5,19.5 parent: 1 - - uid: 55237 + - uid: 18324 components: - type: Transform - pos: -182.45836,-122.46475 + rot: -1.5707963267948966 rad + pos: 86.5,16.5 parent: 1 - - uid: 55245 + - uid: 18325 components: - type: Transform - pos: 135.73499,19.132204 + rot: -1.5707963267948966 rad + pos: 86.5,20.5 parent: 1 - - uid: 62598 + - uid: 18326 components: - type: Transform - pos: -152.2757,55.28843 + rot: -1.5707963267948966 rad + pos: 86.5,17.5 parent: 1 -- proto: N14Multitool - entities: - - uid: 22754 + - uid: 18327 components: - type: Transform - pos: 20.267544,145.5685 + rot: -1.5707963267948966 rad + pos: 95.5,20.5 parent: 1 -- proto: N14OrganGhoulEars - entities: - - uid: 9832 + - uid: 18328 components: - type: Transform - pos: -36.033188,-114.09959 + rot: -1.5707963267948966 rad + pos: 98.5,20.5 parent: 1 -- proto: N14Plantpot1 - entities: - - uid: 9833 + - uid: 18329 components: - type: Transform - pos: 98.5,16.5 + rot: -1.5707963267948966 rad + pos: 93.5,20.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14Plantpot2 - entities: - - uid: 9834 + - uid: 18330 components: - type: Transform - pos: -20.5,13.5 + rot: -1.5707963267948966 rad + pos: 94.5,20.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9835 + - uid: 18331 components: - type: Transform - pos: 117.5,-7.5 + rot: -1.5707963267948966 rad + pos: 97.5,20.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9836 + - uid: 18332 components: - type: Transform - pos: -69.5,-24.5 + rot: -1.5707963267948966 rad + pos: 91.5,20.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9837 + - uid: 18333 components: - type: Transform - pos: -56.5,-27.5 + rot: -1.5707963267948966 rad + pos: 86.5,18.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14Plantpot3 - entities: - - uid: 9838 + - uid: 18334 components: - type: Transform - pos: -54.5,-124.5 + rot: -1.5707963267948966 rad + pos: 85.5,12.5 parent: 1 - - type: Physics - canCollide: False - - uid: 61925 + - uid: 18335 components: - type: Transform - pos: -160.5,59.5 + rot: -1.5707963267948966 rad + pos: 85.5,11.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: N14Plantpot4 - entities: - - uid: 9839 + - uid: 18336 components: - type: Transform - pos: 82.5,99.5 + rot: -1.5707963267948966 rad + pos: 86.5,11.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9840 + - uid: 18337 components: - type: Transform - pos: -67.5,-10.5 + rot: -1.5707963267948966 rad + pos: 87.5,11.5 parent: 1 - - type: Physics - canCollide: False - - uid: 61693 + - uid: 18338 components: - type: Transform - pos: -172.5,28.5 + rot: -1.5707963267948966 rad + pos: 88.5,11.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 61923 + - uid: 18339 components: - type: Transform - pos: -160.5,55.5 + rot: -1.5707963267948966 rad + pos: 89.5,11.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: N14Plantpot5 - entities: - - uid: 9841 + - uid: 18340 components: - type: Transform - pos: -65.5,-24.5 + rot: -1.5707963267948966 rad + pos: 91.5,11.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14PlantpotBroken1 - entities: - - uid: 9842 + - uid: 18341 components: - type: Transform - pos: -54.5,-129.5 + rot: -1.5707963267948966 rad + pos: 92.5,11.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14PlantpotBroken2 - entities: - - uid: 9843 + - uid: 18342 components: - type: Transform - pos: -47.5,22.5 + rot: -1.5707963267948966 rad + pos: 93.5,11.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9844 + - uid: 18343 components: - type: Transform - pos: 46.5,-41.5 + rot: -1.5707963267948966 rad + pos: 94.5,11.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9845 + - uid: 18344 components: - type: Transform - pos: -41.5,-127.5 + rot: -1.5707963267948966 rad + pos: 95.5,11.5 parent: 1 - - type: Physics - canCollide: False - - uid: 64527 + - uid: 18345 components: - type: Transform - pos: -109.5,-150.5 + rot: -1.5707963267948966 rad + pos: 96.5,11.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: N14PlantpotBroken3 - entities: - - uid: 9846 + - uid: 18346 components: - type: Transform - pos: 162.5,15.5 + rot: -1.5707963267948966 rad + pos: 97.5,11.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14PlantpotBroken4 - entities: - - uid: 9847 + - uid: 18347 components: - type: Transform - pos: -78.5,-103.5 + pos: 100.5,15.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9848 + - uid: 18348 components: - type: Transform - pos: 170.5,164.5 + rot: -1.5707963267948966 rad + pos: 92.5,16.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9849 + - uid: 18349 components: - type: Transform - pos: 162.5,50.5 + rot: -1.5707963267948966 rad + pos: 96.5,15.5 parent: 1 - - type: Physics - canCollide: False - - uid: 64533 + - uid: 18350 components: - type: Transform - pos: -97.5,-150.5 + rot: -1.5707963267948966 rad + pos: 93.5,15.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: N14PlantpotBroken5 - entities: - - uid: 9850 + - uid: 18351 components: - type: Transform - pos: 163.5,50.5 + rot: -1.5707963267948966 rad + pos: 95.5,15.5 parent: 1 - - type: Physics - canCollide: False - - uid: 64532 + - uid: 18352 components: - type: Transform - pos: -101.5,-150.5 + rot: -1.5707963267948966 rad + pos: 92.5,15.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: N14PlantpotDirty1 - entities: - - uid: 9851 + - uid: 18353 components: - type: Transform - pos: -20.5,9.5 + rot: -1.5707963267948966 rad + pos: 87.5,15.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9852 + - uid: 18354 components: - type: Transform - pos: -16.5,9.5 + rot: -1.5707963267948966 rad + pos: 88.5,15.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14PlantpotDirty2 - entities: - - uid: 9853 + - uid: 18355 components: - type: Transform - pos: -28.5,5.5 + rot: -1.5707963267948966 rad + pos: 89.5,15.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9854 + - uid: 18356 components: - type: Transform - pos: 34.5,-16.5 + rot: -1.5707963267948966 rad + pos: 89.5,14.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9855 + - uid: 18357 components: - type: Transform - pos: 31.5,-14.5 + rot: -1.5707963267948966 rad + pos: 89.5,12.5 parent: 1 - - type: Physics - canCollide: False - - uid: 47521 + - uid: 18358 components: - type: Transform - pos: -364.5,101.5 + rot: -1.5707963267948966 rad + pos: 90.5,15.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14PlantpotDirty4 - entities: - - uid: 9856 + - uid: 18359 components: - type: Transform - pos: -8.5,5.5 + pos: 185.5,-150.5 parent: 1 - - type: Physics - canCollide: False - - uid: 9857 + - uid: 18360 components: - type: Transform - pos: -53.5,27.5 + pos: 175.5,-173.5 parent: 1 - - type: Physics - canCollide: False -- proto: N14PlasmaCartridge - entities: - - uid: 9858 + - uid: 18361 components: - type: Transform - pos: 13.253385,-57.238613 + pos: 189.5,-153.5 parent: 1 - - uid: 9859 + - uid: 18362 components: - type: Transform - pos: 13.122134,-56.710426 + pos: 188.5,-150.5 parent: 1 - - uid: 9860 + - uid: 18363 components: - type: Transform - pos: 13.403384,-56.447926 + pos: 189.5,-159.5 parent: 1 - - uid: 9861 + - uid: 18364 components: - type: Transform - pos: 13.159635,-56.466675 + pos: 187.5,-150.5 parent: 1 - - uid: 24526 + - uid: 18365 components: - type: Transform - pos: -171.0942,65.82115 + pos: 189.5,-155.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 63865 + - uid: 18366 components: - type: Transform - pos: -171.12018,65.84344 + pos: 182.5,-150.5 parent: 1 -- proto: N14PosterAbraxo - entities: - - uid: 63597 + - uid: 18367 components: - type: Transform - pos: 37.5,-63.5 + pos: 186.5,-150.5 parent: 1 -- proto: N14PosterAdvertGrognak1 - entities: - - uid: 9863 + - uid: 18368 components: - type: Transform - pos: 26.5,-70.5 + pos: 181.5,-150.5 parent: 1 - - uid: 16238 + - uid: 18369 components: - type: Transform - pos: -186.5,46.5 + pos: 183.5,-150.5 parent: 1 - - uid: 61117 + - uid: 18370 components: - type: Transform - pos: 30.5,150.5 + pos: 189.5,-152.5 parent: 1 -- proto: N14PosterAdvertJet - entities: - - uid: 9864 + - uid: 18371 components: - type: Transform - pos: -54.5,32.5 + pos: 189.5,-160.5 parent: 1 - - uid: 20106 + - uid: 18372 components: - type: Transform - pos: 53.5,147.5 + pos: 175.5,-176.5 parent: 1 -- proto: N14PosterAdvertNukaCola1 - entities: - - uid: 9865 + - uid: 18373 components: - type: Transform - pos: 160.5,-74.5 + pos: 189.5,-166.5 parent: 1 - - uid: 9867 + - uid: 18374 components: - type: Transform - pos: -156.5,-20.5 + pos: 189.5,-162.5 parent: 1 - - uid: 61132 + - uid: 18375 components: - type: Transform - pos: 35.5,147.5 + pos: 189.5,-150.5 parent: 1 -- proto: N14PosterAdvertNukaCola2 - entities: - - uid: 9868 + - uid: 18376 components: - type: Transform - pos: 19.5,-57.5 + pos: 189.5,-161.5 parent: 1 - - uid: 9869 + - uid: 18377 components: - type: Transform - pos: -153.5,-26.5 + pos: 189.5,-151.5 parent: 1 - - uid: 50078 + - uid: 18378 components: - type: Transform - pos: 113.5,2.5 + pos: 189.5,-158.5 parent: 1 -- proto: N14PosterBoscom - entities: - - uid: 50079 + - uid: 18379 components: - type: Transform - pos: 117.5,2.5 + pos: 189.5,-157.5 parent: 1 -- proto: N14PosterCautionSign1 - entities: - - uid: 9870 + - uid: 18380 components: - type: Transform - pos: 40.5,-63.5 + pos: 179.5,-150.5 parent: 1 - - uid: 9871 + - uid: 18381 components: - type: Transform - pos: 173.5,50.5 + pos: 189.5,-164.5 parent: 1 -- proto: N14PosterCautionSign2 - entities: - - uid: 4146 + - uid: 18382 components: - type: Transform - pos: 184.5,-182.5 + pos: 189.5,-168.5 parent: 1 - - uid: 9872 + - uid: 18383 components: - type: Transform - pos: 34.5,-40.5 + pos: 189.5,-167.5 parent: 1 - - uid: 9873 + - uid: 18384 components: - type: Transform - pos: 45.5,-69.5 + pos: 189.5,-173.5 parent: 1 -- proto: N14PosterDangerSign1 - entities: - - uid: 11288 + - uid: 18385 components: - type: Transform - pos: -185.5,59.5 + pos: 189.5,-154.5 parent: 1 -- proto: N14PosterDangerSign2 - entities: - - uid: 9874 + - uid: 18386 components: - type: Transform - pos: 192.5,209.5 + pos: 189.5,-169.5 parent: 1 - - uid: 63369 + - uid: 18387 components: - type: Transform - pos: 184.5,-180.5 + pos: 175.5,-175.5 parent: 1 -- proto: N14PosterDangerSign3 - entities: - - uid: 9875 + - uid: 18388 components: - type: Transform - pos: 40.5,-55.5 + pos: 189.5,-170.5 parent: 1 - - uid: 19940 + - uid: 18389 components: - type: Transform - pos: 60.5,169.5 + pos: 189.5,-171.5 parent: 1 - - uid: 19941 + - uid: 18390 components: - type: Transform - pos: 10.5,162.5 + pos: 189.5,-172.5 parent: 1 - - uid: 24794 + - uid: 18391 components: - type: Transform - pos: -197.5,26.5 + pos: 184.5,-150.5 parent: 1 - - uid: 50005 + - uid: 18392 components: - type: Transform - pos: 54.5,43.5 + pos: 189.5,-174.5 parent: 1 -- proto: N14PosterDangerSign4 - entities: - - uid: 9876 + - uid: 18393 components: - type: Transform - pos: 39.5,-55.5 + pos: 189.5,-175.5 parent: 1 - - uid: 55694 + - uid: 18394 components: - type: Transform - pos: -27.5,62.5 + pos: 189.5,-176.5 parent: 1 -- proto: N14PosterFallout - entities: - - uid: 9877 + - uid: 18395 components: - type: Transform - pos: 158.5,-80.5 + pos: 189.5,-177.5 parent: 1 - - uid: 9878 + - uid: 18396 components: - type: Transform - pos: 26.5,-48.5 + pos: 189.5,-178.5 parent: 1 - - uid: 9879 + - uid: 18397 components: - type: Transform - pos: -46.5,-112.5 + pos: 189.5,-179.5 parent: 1 - - uid: 9880 + - uid: 18398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 159.5,107.5 + pos: 189.5,-180.5 parent: 1 -- proto: N14PosterGNN - entities: - - uid: 62543 + - uid: 18399 components: - type: Transform - pos: -179.5,46.5 + pos: 189.5,-181.5 parent: 1 - - uid: 63631 + - uid: 18400 components: - type: Transform - pos: 29.5,-55.5 + pos: 176.5,-165.5 parent: 1 -- proto: N14PosterNCR1 - entities: - - uid: 9881 + - uid: 18401 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,-28.5 + pos: 9.5,-30.5 parent: 1 - - uid: 9882 + - uid: 18402 components: - type: Transform - pos: 181.5,27.5 + rot: -1.5707963267948966 rad + pos: 11.5,-30.5 parent: 1 -- proto: N14PosterNCR2 - entities: - - uid: 50071 + - uid: 18403 components: - type: Transform - pos: 113.5,9.5 + rot: -1.5707963267948966 rad + pos: 7.5,-30.5 parent: 1 - - uid: 63595 + - uid: 18404 components: - type: Transform - pos: 35.5,-55.5 + pos: 175.5,-163.5 parent: 1 -- proto: N14PosterNCR3 - entities: - - uid: 9883 + - uid: 18405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-11.5 + pos: 174.5,-170.5 parent: 1 -- proto: N14PosterNCR4 - entities: - - uid: 4536 + - uid: 18406 components: - type: Transform - pos: -181.5,-92.5 + pos: 174.5,-169.5 parent: 1 - - uid: 7403 + - uid: 18407 components: - type: Transform - pos: -168.5,-129.5 + pos: 176.5,-164.5 parent: 1 - - uid: 9885 + - uid: 18408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-75.5 + pos: 174.5,-152.5 parent: 1 - - uid: 9886 + - uid: 18409 components: - type: Transform - pos: 185.5,27.5 + pos: 176.5,-169.5 parent: 1 -- proto: N14PosterNCR5 - entities: - - uid: 9887 + - uid: 18410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-40.5 + pos: 176.5,-168.5 parent: 1 -- proto: N14PosterNCR6 - entities: - - uid: 9888 + - uid: 18411 components: - type: Transform - pos: 43.5,-0.5 + pos: 175.5,-169.5 parent: 1 - - uid: 55258 + - uid: 18412 components: - type: Transform - pos: -177.5,-135.5 + pos: 176.5,-163.5 parent: 1 -- proto: N14PosterSafety1 - entities: - - uid: 9889 + - uid: 18413 components: - type: Transform - pos: 128.5,-13.5 + pos: 176.5,-167.5 parent: 1 - - uid: 9890 + - uid: 18414 components: - type: Transform - pos: 187.5,20.5 + pos: 176.5,-166.5 parent: 1 - - uid: 9891 + - uid: 18415 components: - type: Transform - pos: 191.5,25.5 + pos: 174.5,-163.5 parent: 1 - - uid: 61084 + - uid: 18416 components: - type: Transform - pos: 11.5,162.5 + pos: 174.5,-162.5 parent: 1 - - uid: 61165 + - uid: 18417 components: - type: Transform - pos: 49.5,172.5 + pos: 174.5,-171.5 parent: 1 -- proto: N14PosterSafety4 - entities: - - uid: 19927 + - uid: 18418 components: - type: Transform - pos: 35.5,167.5 + pos: 174.5,-172.5 parent: 1 -- proto: N14PosterSafety5 - entities: - - uid: 9892 + - uid: 18419 components: - type: Transform - pos: -47.5,30.5 + pos: 175.5,-172.5 parent: 1 - - uid: 9893 + - uid: 18420 components: - type: Transform - pos: 40.5,-44.5 + pos: 175.5,-177.5 parent: 1 - - uid: 9894 + - uid: 18421 components: - type: Transform - pos: 164.5,34.5 + pos: 175.5,-178.5 parent: 1 - - uid: 63372 + - uid: 18422 components: - type: Transform - pos: 175.5,-169.5 + pos: 174.5,-178.5 parent: 1 -- proto: N14PosterSafety6 - entities: - - uid: 9895 + - uid: 18423 components: - type: Transform - pos: 169.5,52.5 + pos: 173.5,-178.5 parent: 1 - - uid: 9896 + - uid: 18424 components: - type: Transform - pos: 185.5,221.5 + pos: 173.5,-179.5 parent: 1 - - uid: 11551 + - uid: 18425 components: - type: Transform - pos: -190.5,55.5 + pos: 173.5,-181.5 parent: 1 - - uid: 19935 + - uid: 18426 components: - type: Transform - pos: 14.5,150.5 + pos: 173.5,-180.5 parent: 1 -- proto: N14PosterSafety7 - entities: - - uid: 9897 + - uid: 18427 components: - type: Transform - pos: 50.5,-62.5 + pos: 175.5,-159.5 parent: 1 - - uid: 19944 + - uid: 18428 components: - type: Transform - pos: 58.5,156.5 + pos: 172.5,-160.5 parent: 1 -- proto: N14PosterSafety8 - entities: - - uid: 9898 + - uid: 18429 components: - type: Transform - pos: 174.5,57.5 + pos: 174.5,-151.5 parent: 1 - - uid: 19942 + - uid: 18430 components: - type: Transform - pos: 35.5,145.5 + pos: 175.5,-160.5 parent: 1 - - uid: 63361 + - uid: 18431 components: - type: Transform - pos: 175.5,-160.5 + pos: 174.5,-160.5 parent: 1 -- proto: N14PosterSafety9 - entities: - - uid: 9899 + - uid: 18432 components: - type: Transform - pos: -157.5,-15.5 + pos: 173.5,-160.5 parent: 1 -- proto: N14PosterVaultTec07 - entities: - - uid: 9900 + - uid: 18433 components: - type: Transform - pos: -31.5,67.5 + pos: 177.5,-150.5 parent: 1 - - uid: 44330 + - uid: 18434 components: - type: Transform - pos: -248.5,-102.5 + pos: 174.5,-153.5 parent: 1 -- proto: N14PosterVaultTec08 - entities: - - uid: 9901 + - uid: 18435 components: - type: Transform - pos: -31.5,54.5 + pos: 171.5,-160.5 parent: 1 - - uid: 9902 + - uid: 18436 components: - type: Transform - pos: -21.5,4.5 + pos: 170.5,-160.5 parent: 1 -- proto: N14PosterVaultTec09 - entities: - - uid: 44222 + - uid: 18437 components: - type: Transform - pos: -240.5,-100.5 + pos: 169.5,-160.5 parent: 1 -- proto: N14PosterWanted - entities: - - uid: 9903 + - uid: 18438 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,-13.5 + pos: 169.5,-155.5 parent: 1 - - uid: 9904 + - uid: 18439 components: - type: Transform - pos: 103.5,-3.5 + pos: 174.5,-161.5 parent: 1 - - uid: 9905 + - uid: 18440 components: - type: Transform - pos: 104.5,-3.5 + pos: 175.5,-158.5 parent: 1 - - uid: 19929 + - uid: 18441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,144.5 + pos: 175.5,-157.5 parent: 1 - - uid: 50009 + - uid: 18442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,48.5 + pos: 175.5,-156.5 parent: 1 -- proto: N14PosterWecan - entities: - - uid: 9906 + - uid: 18443 components: - type: Transform - pos: -46.5,27.5 + pos: 175.5,-155.5 parent: 1 - - uid: 9907 + - uid: 18444 components: - type: Transform - pos: 35.5,-72.5 + pos: 175.5,-154.5 parent: 1 - - uid: 19945 + - uid: 18445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,144.5 + pos: 174.5,-154.5 parent: 1 -- proto: N14PosterWideMassfusion1 - entities: - - uid: 9909 + - uid: 18446 components: - type: Transform - pos: -181.5,-165.5 + pos: 171.5,-177.5 parent: 1 - - uid: 9910 + - uid: 18447 components: - type: Transform - pos: 176.5,28.5 + pos: 169.5,-158.5 parent: 1 -- proto: N14PosterWideVim - entities: - - uid: 63592 + - uid: 18448 components: - type: Transform - pos: -67.5,-15.5 + pos: 174.5,-150.5 parent: 1 -- proto: N14PosterWideVimCaptainsblend - entities: - - uid: 63610 + - uid: 18449 components: - type: Transform - pos: -174.5,-99.5 + pos: 173.5,-150.5 parent: 1 -- proto: N14PosterWideVimQuartz - entities: - - uid: 16300 + - uid: 18450 components: - type: Transform - pos: -192.5,51.5 + pos: 171.5,-150.5 parent: 1 - - uid: 63590 + - uid: 18451 components: - type: Transform - pos: -19.5,-60.5 + pos: 170.5,-150.5 parent: 1 -- proto: N14PosterWideVimRefresh - entities: - - uid: 63587 + - uid: 18452 components: - type: Transform - pos: -149.5,-0.5 + pos: 169.5,-150.5 parent: 1 -- proto: N14PowerCellFusion - entities: - - uid: 63832 + - uid: 18453 components: - type: Transform - pos: -171.44054,65.668785 + pos: 169.5,-151.5 parent: 1 -- proto: N14PowerCellHigh - entities: - - uid: 22755 + - uid: 18454 components: - type: Transform - pos: 20.105818,147.7332 + pos: 169.5,-153.5 parent: 1 - - uid: 43790 + - uid: 18455 components: - type: Transform - pos: -171.70357,65.82115 + pos: 169.5,-154.5 parent: 1 - - uid: 65107 + - uid: 18456 components: - type: Transform - pos: -171.70357,65.82115 + pos: 170.5,-154.5 parent: 1 -- proto: N14PowerCellSmall - entities: - - uid: 62987 + - uid: 18457 components: - type: Transform - pos: -171.75749,65.58678 + pos: 173.5,-154.5 parent: 1 - - uid: 65096 + - uid: 18458 components: - type: Transform - pos: -171.75749,65.58678 + pos: 172.5,-154.5 parent: 1 -- proto: N14PowerStorageBasic - entities: - - uid: 9912 + - uid: 18459 components: - type: Transform - pos: 9.5,-25.5 + pos: 178.5,-150.5 parent: 1 - - uid: 9913 + - uid: 18460 components: - type: Transform - pos: 11.5,-25.5 + pos: 176.5,-150.5 parent: 1 - - uid: 9914 + - uid: 18461 components: - type: Transform - pos: 10.5,-25.5 + pos: 175.5,-150.5 parent: 1 - - uid: 9915 + - uid: 18462 components: - type: Transform - pos: 9.5,-27.5 + rot: 3.141592653589793 rad + pos: 5.5,8.5 parent: 1 - - uid: 62004 + - uid: 18463 components: - type: Transform - pos: -189.5,56.5 + rot: 3.141592653589793 rad + pos: 5.5,7.5 parent: 1 -- proto: N14PowerStorageEnclaveBasic - entities: - - uid: 17491 + - uid: 18464 components: - type: Transform - pos: 191.5,206.5 + rot: 3.141592653589793 rad + pos: 5.5,6.5 parent: 1 -- proto: N14Psycho - entities: - - uid: 22552 + - uid: 18465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.30421,-103.395546 + rot: 3.141592653589793 rad + pos: 5.5,5.5 parent: 1 - - uid: 50165 + - uid: 18466 components: - type: Transform rot: 3.141592653589793 rad - pos: 91.60912,12.728937 + pos: 5.5,4.5 parent: 1 -- proto: N14RadAwayBloodbag - entities: - - uid: 7644 + - uid: 18467 components: - type: Transform - parent: 7638 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8620 + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 1 + - uid: 18468 components: - type: Transform - parent: 8619 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8621 + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 1 + - uid: 18469 components: - type: Transform - parent: 8619 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9916 + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 1 + - uid: 18470 components: - type: Transform - pos: -56.515026,33.692493 + rot: 3.141592653589793 rad + pos: 5.5,0.5 parent: 1 - - uid: 9917 + - uid: 18471 components: - type: Transform - pos: -56.93513,22.75425 + rot: 3.141592653589793 rad + pos: 5.5,-0.5 parent: 1 - - uid: 9919 + - uid: 18472 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.56744,219.37444 + rot: 3.141592653589793 rad + pos: 6.5,4.5 parent: 1 - - uid: 9920 + - uid: 18473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.52057,219.09319 + rot: 3.141592653589793 rad + pos: 6.5,-0.5 parent: 1 - - uid: 10894 + - uid: 18474 components: - type: Transform - pos: -156.69295,-106.925385 + rot: 3.141592653589793 rad + pos: 7.5,-0.5 parent: 1 - - uid: 12780 + - uid: 18475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.35934,11.6136265 + rot: 3.141592653589793 rad + pos: 8.5,-0.5 parent: 1 - - uid: 16149 + - uid: 18476 components: - type: Transform - pos: -153.71295,54.296803 + rot: 3.141592653589793 rad + pos: 9.5,-0.5 parent: 1 - - uid: 23383 + - uid: 18477 components: - type: Transform - pos: -156.32603,-106.77861 + rot: 3.141592653589793 rad + pos: 10.5,-0.5 parent: 1 - - uid: 23384 + - uid: 18478 components: - type: Transform - pos: -156.63791,-106.521774 + rot: 3.141592653589793 rad + pos: 11.5,-0.5 parent: 1 - - uid: 55692 + - uid: 18479 components: - type: Transform - pos: -25.450172,63.462784 + rot: 3.141592653589793 rad + pos: 12.5,-0.5 parent: 1 - - uid: 62492 + - uid: 18480 components: - type: Transform - pos: -153.38272,54.058304 + rot: 3.141592653589793 rad + pos: 13.5,-0.5 parent: 1 - - uid: 65671 + - uid: 18481 components: - type: Transform - pos: 104.45932,-104.40201 + rot: 3.141592653589793 rad + pos: 14.5,-0.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 65672 + - uid: 18482 components: - type: Transform - pos: 104.55307,-104.80826 + rot: 3.141592653589793 rad + pos: 15.5,-0.5 parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: N14RadAwayInhaler - entities: - - uid: 62510 + - uid: 18483 components: - type: Transform - pos: -153.63957,54.993946 + rot: 3.141592653589793 rad + pos: 17.5,-0.5 parent: 1 -- proto: N14RadAwayPhial - entities: - - uid: 16252 + - uid: 18484 components: - type: Transform - pos: -153.36438,55.23244 + rot: 3.141592653589793 rad + pos: 18.5,-0.5 parent: 1 - - uid: 63859 + - uid: 18485 components: - type: Transform - pos: -153.63957,55.50763 + rot: 3.141592653589793 rad + pos: 18.5,0.5 parent: 1 -- proto: N14RadAwayPhialEmpty - entities: - - uid: 25488 + - uid: 18486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.674484,-167.90924 + rot: 3.141592653589793 rad + pos: 18.5,3.5 parent: 1 -- proto: N14RadXCanisterFilled - entities: - - uid: 7641 + - uid: 18487 components: - type: Transform - parent: 7638 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55681 + rot: 3.141592653589793 rad + pos: 18.5,4.5 + parent: 1 + - uid: 18488 components: - type: Transform - pos: -25.700172,63.587784 + rot: 3.141592653589793 rad + pos: 18.5,5.5 parent: 1 - - uid: 55838 + - uid: 18489 components: - type: Transform - rot: 6.283185307179586 rad - pos: -157.56738,-103.27827 + rot: 3.141592653589793 rad + pos: 18.5,6.5 parent: 1 - - uid: 55839 + - uid: 18490 components: - type: Transform - pos: -157.7937,-103.182816 + rot: 3.141592653589793 rad + pos: 18.5,7.5 parent: 1 -- proto: N14RedBarrel - entities: - - uid: 9921 + - uid: 18491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,8.5 + rot: 3.141592653589793 rad + pos: 18.5,8.5 parent: 1 -- proto: N14RedBarrelFull - entities: - - uid: 9923 + - uid: 18492 components: - type: Transform - pos: -194.5,-164.5 + rot: 3.141592653589793 rad + pos: 17.5,4.5 parent: 1 -- proto: N14RedBarrelOpen - entities: - - uid: 9924 + - uid: 18493 components: - type: Transform rot: 3.141592653589793 rad - pos: 95.5,87.5 + pos: 16.5,4.5 parent: 1 - - uid: 44244 + - uid: 18494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -243.5,-108.5 + rot: 3.141592653589793 rad + pos: 15.5,4.5 parent: 1 -- proto: N14RockGreyMining - entities: - - uid: 103 + - uid: 18495 components: - type: Transform - pos: 197.5,174.5 + rot: 3.141592653589793 rad + pos: 14.5,4.5 parent: 1 - - uid: 104 + - uid: 18496 components: - type: Transform - pos: 197.5,171.5 + rot: 3.141592653589793 rad + pos: 13.5,4.5 parent: 1 - - uid: 308 + - uid: 18497 components: - type: Transform - pos: -41.5,50.5 + rot: 3.141592653589793 rad + pos: 12.5,4.5 parent: 1 - - uid: 2296 + - uid: 18498 components: - type: Transform - pos: 213.5,166.5 + rot: 3.141592653589793 rad + pos: 11.5,4.5 parent: 1 - - uid: 2314 + - uid: 18499 components: - type: Transform - pos: 217.5,210.5 + rot: 3.141592653589793 rad + pos: 10.5,4.5 parent: 1 - - uid: 2316 + - uid: 18500 components: - type: Transform - pos: 217.5,208.5 + rot: 3.141592653589793 rad + pos: 9.5,4.5 parent: 1 - - uid: 2320 + - uid: 18501 components: - type: Transform - pos: 217.5,203.5 + rot: 3.141592653589793 rad + pos: 8.5,4.5 parent: 1 - - uid: 2327 + - uid: 18502 components: - type: Transform - pos: 217.5,197.5 + rot: 3.141592653589793 rad + pos: 6.5,8.5 parent: 1 - - uid: 10005 + - uid: 18503 components: - type: Transform - pos: 46.5,46.5 + rot: 3.141592653589793 rad + pos: 8.5,8.5 parent: 1 - - uid: 10012 + - uid: 18504 components: - type: Transform - pos: -41.5,49.5 + rot: 3.141592653589793 rad + pos: 9.5,8.5 parent: 1 - - uid: 15091 + - uid: 18505 components: - type: Transform - pos: 214.5,168.5 + rot: 3.141592653589793 rad + pos: 10.5,8.5 parent: 1 - - uid: 15098 + - uid: 18506 components: - type: Transform - pos: -57.5,152.5 + rot: 3.141592653589793 rad + pos: 11.5,8.5 parent: 1 - - uid: 15099 + - uid: 18507 components: - type: Transform - pos: -58.5,154.5 + rot: 3.141592653589793 rad + pos: 12.5,8.5 parent: 1 - - uid: 15100 + - uid: 18508 components: - type: Transform - pos: -58.5,155.5 + rot: 3.141592653589793 rad + pos: 13.5,8.5 parent: 1 - - uid: 15101 + - uid: 18509 components: - type: Transform - pos: -58.5,156.5 + rot: 3.141592653589793 rad + pos: 14.5,8.5 parent: 1 - - uid: 15102 + - uid: 18510 components: - type: Transform - pos: -57.5,154.5 + rot: 3.141592653589793 rad + pos: 15.5,8.5 parent: 1 - - uid: 15103 + - uid: 18511 components: - type: Transform - pos: -58.5,153.5 + rot: 3.141592653589793 rad + pos: 16.5,8.5 parent: 1 - - uid: 15104 + - uid: 18512 components: - type: Transform - pos: -58.5,152.5 + rot: 3.141592653589793 rad + pos: 17.5,8.5 parent: 1 - - uid: 16343 + - uid: 18513 components: - type: Transform - pos: -57.5,155.5 + rot: 1.5707963267948966 rad + pos: 9.5,3.5 parent: 1 - - uid: 16525 + - uid: 18514 components: - type: Transform - pos: -57.5,156.5 + rot: 1.5707963267948966 rad + pos: 9.5,0.5 parent: 1 - - uid: 16714 + - uid: 18515 components: - type: Transform - pos: -57.5,153.5 + pos: 111.5,-7.5 parent: 1 - - uid: 17199 + - uid: 18516 components: - type: Transform - pos: -34.5,136.5 + pos: 116.5,-4.5 parent: 1 - - uid: 17211 + - uid: 18517 components: - type: Transform - pos: 5.5,169.5 + pos: 110.5,-7.5 parent: 1 - - uid: 17214 + - uid: 18518 components: - type: Transform - pos: 5.5,168.5 + pos: 109.5,-7.5 parent: 1 - - uid: 17215 + - uid: 18519 components: - type: Transform - pos: 4.5,169.5 + pos: 116.5,-7.5 parent: 1 - - uid: 17223 + - uid: 18520 components: - type: Transform - pos: 4.5,168.5 + pos: 116.5,-5.5 parent: 1 - - uid: 17235 + - uid: 18521 components: - type: Transform - pos: 4.5,167.5 + pos: 115.5,-7.5 parent: 1 - - uid: 17238 + - uid: 18522 components: - type: Transform - pos: 3.5,169.5 + pos: 113.5,-7.5 parent: 1 - - uid: 17239 + - uid: 18523 components: - type: Transform - pos: 3.5,168.5 + pos: 117.5,-6.5 parent: 1 - - uid: 17240 + - uid: 18524 components: - type: Transform - pos: 3.5,167.5 + pos: 116.5,-6.5 parent: 1 - - uid: 17241 + - uid: 18525 components: - type: Transform - pos: 2.5,169.5 + pos: 114.5,-7.5 parent: 1 - - uid: 17242 + - uid: 18526 components: - type: Transform - pos: 2.5,168.5 + pos: 108.5,-4.5 parent: 1 - - uid: 17243 + - uid: 18527 components: - type: Transform - pos: 2.5,167.5 + pos: 22.5,-19.5 parent: 1 - - uid: 17245 + - uid: 18528 components: - type: Transform - pos: 1.5,169.5 + pos: 22.5,-20.5 parent: 1 - - uid: 17246 + - uid: 18529 components: - type: Transform - pos: 1.5,168.5 + pos: 22.5,-16.5 parent: 1 - - uid: 17247 + - uid: 18530 components: - type: Transform - pos: 1.5,167.5 + pos: 22.5,-15.5 parent: 1 - - uid: 18812 + - uid: 18531 components: - type: Transform - pos: -6.5,168.5 + pos: 43.5,-16.5 parent: 1 - - uid: 21844 + - uid: 18532 components: - type: Transform - pos: -6.5,167.5 + pos: 43.5,-17.5 parent: 1 - - uid: 22510 + - uid: 18533 components: - type: Transform - pos: -7.5,168.5 + pos: 43.5,-20.5 parent: 1 - - uid: 22548 + - uid: 18534 components: - type: Transform - pos: -8.5,168.5 + pos: 43.5,-21.5 parent: 1 - - uid: 22557 + - uid: 18535 components: - type: Transform - pos: -8.5,165.5 + pos: -148.5,2.5 parent: 1 - - uid: 23192 + - uid: 18536 components: - type: Transform - pos: -8.5,164.5 + pos: -149.5,2.5 parent: 1 - - uid: 24158 + - uid: 18537 components: - type: Transform - pos: -7.5,165.5 + pos: -153.5,2.5 parent: 1 - - uid: 24376 + - uid: 18538 components: - type: Transform - pos: -7.5,164.5 + pos: -151.5,2.5 parent: 1 - - uid: 25085 + - uid: 18539 components: - type: Transform - pos: -7.5,163.5 + pos: -150.5,2.5 parent: 1 - - uid: 25205 + - uid: 18540 components: - type: Transform - pos: -7.5,162.5 + pos: -151.5,-26.5 parent: 1 - - uid: 25215 + - uid: 18541 components: - type: Transform - pos: -11.5,159.5 + pos: -155.5,-15.5 parent: 1 - - uid: 26037 + - uid: 18542 components: - type: Transform - pos: -12.5,160.5 + pos: -150.5,-23.5 parent: 1 - - uid: 26043 + - uid: 18543 components: - type: Transform - pos: -12.5,159.5 + pos: -153.5,-26.5 parent: 1 - - uid: 26047 + - uid: 18544 components: - type: Transform - pos: -36.5,149.5 + pos: -150.5,-26.5 parent: 1 - - uid: 26048 + - uid: 18545 components: - type: Transform - pos: -36.5,148.5 + pos: -150.5,-21.5 parent: 1 - - uid: 26049 + - uid: 18546 components: - type: Transform - pos: -35.5,149.5 + pos: -152.5,-26.5 parent: 1 - - uid: 26222 + - uid: 18547 components: - type: Transform - pos: -35.5,148.5 + pos: -165.5,-15.5 parent: 1 - - uid: 26223 + - uid: 18548 components: - type: Transform - pos: -35.5,147.5 + pos: -157.5,-26.5 parent: 1 - - uid: 26224 + - uid: 18549 components: - type: Transform - pos: -34.5,149.5 + pos: -154.5,-26.5 parent: 1 - - uid: 26225 + - uid: 18550 components: - type: Transform - pos: -34.5,148.5 + pos: -150.5,-24.5 parent: 1 - - uid: 26226 + - uid: 18551 components: - type: Transform - pos: -34.5,147.5 + pos: -150.5,-25.5 parent: 1 - - uid: 26227 + - uid: 18552 components: - type: Transform - pos: -33.5,156.5 + pos: -150.5,-22.5 parent: 1 - - uid: 26229 + - uid: 18553 components: - type: Transform - pos: -33.5,149.5 + pos: -156.5,-25.5 parent: 1 - - uid: 26239 + - uid: 18554 components: - type: Transform - pos: -33.5,148.5 + pos: -151.5,-21.5 parent: 1 - - uid: 26241 + - uid: 18555 components: - type: Transform - pos: -32.5,156.5 + pos: -151.5,-20.5 parent: 1 - - uid: 26242 + - uid: 18556 components: - type: Transform - pos: -32.5,149.5 + pos: -151.5,-18.5 parent: 1 - - uid: 26243 + - uid: 18557 components: - type: Transform - pos: -32.5,148.5 + pos: -151.5,-19.5 parent: 1 - - uid: 26245 + - uid: 18558 components: - type: Transform - pos: -12.5,158.5 + pos: -151.5,-17.5 parent: 1 - - uid: 26247 + - uid: 18559 components: - type: Transform - pos: -12.5,157.5 + pos: -151.5,-15.5 parent: 1 - - uid: 26249 + - uid: 18560 components: - type: Transform - pos: -11.5,158.5 + pos: -151.5,-16.5 parent: 1 - - uid: 26250 + - uid: 18561 components: - type: Transform - pos: -11.5,157.5 + pos: -152.5,-15.5 parent: 1 - - uid: 26251 + - uid: 18562 components: - type: Transform - pos: -10.5,158.5 + pos: -153.5,-15.5 parent: 1 - - uid: 26252 + - uid: 18563 components: - type: Transform - pos: -3.5,131.5 + pos: -154.5,-15.5 parent: 1 - - uid: 26253 + - uid: 18564 components: - type: Transform - pos: -26.5,144.5 + pos: -161.5,-15.5 parent: 1 - - uid: 26254 + - uid: 18565 components: - type: Transform - pos: -26.5,143.5 + pos: -156.5,-15.5 parent: 1 - - uid: 26255 + - uid: 18566 components: - type: Transform - pos: -26.5,142.5 + pos: -160.5,-26.5 parent: 1 - - uid: 26256 + - uid: 18567 components: - type: Transform - pos: -25.5,146.5 + pos: -159.5,-26.5 parent: 1 - - uid: 26275 + - uid: 18568 components: - type: Transform - pos: -25.5,145.5 + pos: -156.5,-23.5 parent: 1 - - uid: 26392 + - uid: 18569 components: - type: Transform - pos: -25.5,144.5 + pos: -157.5,-15.5 parent: 1 - - uid: 26396 + - uid: 18570 components: - type: Transform - pos: -25.5,143.5 + pos: -161.5,-26.5 parent: 1 - - uid: 26405 + - uid: 18571 components: - type: Transform - pos: -25.5,142.5 + pos: -165.5,-26.5 parent: 1 - - uid: 26414 + - uid: 18572 components: - type: Transform - pos: -25.5,141.5 + pos: -158.5,-26.5 parent: 1 - - uid: 26431 + - uid: 18573 components: - type: Transform - pos: -24.5,146.5 + pos: -160.5,-25.5 parent: 1 - - uid: 26432 + - uid: 18574 components: - type: Transform - pos: -24.5,145.5 + pos: -160.5,-23.5 parent: 1 - - uid: 26440 + - uid: 18575 components: - type: Transform - pos: -24.5,144.5 + pos: -160.5,-22.5 parent: 1 - - uid: 26460 + - uid: 18576 components: - type: Transform - pos: -24.5,143.5 + pos: -156.5,-26.5 parent: 1 - - uid: 26477 + - uid: 18577 components: - type: Transform - pos: -24.5,142.5 + pos: -157.5,-22.5 parent: 1 - - uid: 26491 + - uid: 18578 components: - type: Transform - pos: -24.5,141.5 + pos: -159.5,-22.5 parent: 1 - - uid: 26509 + - uid: 18579 components: - type: Transform - pos: -23.5,145.5 + pos: -158.5,-22.5 parent: 1 - - uid: 26519 + - uid: 18580 components: - type: Transform - pos: -23.5,144.5 + pos: -165.5,-22.5 parent: 1 - - uid: 26536 + - uid: 18581 components: - type: Transform - pos: -19.5,151.5 + pos: -156.5,-22.5 parent: 1 - - uid: 26560 + - uid: 18582 components: - type: Transform - pos: -19.5,150.5 + pos: -156.5,-24.5 parent: 1 - - uid: 26562 + - uid: 18583 components: - type: Transform - pos: -18.5,150.5 + pos: -154.5,-21.5 parent: 1 - - uid: 26568 + - uid: 18584 components: - type: Transform - pos: -18.5,149.5 + pos: -154.5,-22.5 parent: 1 - - uid: 26569 + - uid: 18585 components: - type: Transform - pos: -17.5,149.5 + pos: -154.5,-23.5 parent: 1 - - uid: 26571 + - uid: 18586 components: - type: Transform - pos: -16.5,150.5 + pos: -154.5,-24.5 parent: 1 - - uid: 26579 + - uid: 18587 components: - type: Transform - pos: -16.5,149.5 + pos: -154.5,-25.5 parent: 1 - - uid: 26586 + - uid: 18588 components: - type: Transform - pos: -16.5,137.5 + pos: -152.5,-21.5 parent: 1 - - uid: 26591 + - uid: 18589 components: - type: Transform - pos: -16.5,136.5 + rot: -1.5707963267948966 rad + pos: -156.5,-20.5 parent: 1 - - uid: 26611 + - uid: 18590 components: - type: Transform - pos: -15.5,137.5 + rot: 3.141592653589793 rad + pos: 131.5,13.5 parent: 1 - - uid: 26613 + - uid: 18591 components: - type: Transform - pos: -15.5,136.5 + rot: 3.141592653589793 rad + pos: 127.5,12.5 parent: 1 - - uid: 26621 + - uid: 18592 components: - type: Transform - pos: -14.5,143.5 + rot: 1.5707963267948966 rad + pos: -189.5,-106.5 parent: 1 - - uid: 26661 + - uid: 18593 components: - type: Transform - pos: -14.5,142.5 + pos: 90.5,11.5 parent: 1 - - uid: 26668 + - uid: 18594 components: - type: Transform - pos: -13.5,144.5 + pos: -189.5,-107.5 parent: 1 - - uid: 26679 + - uid: 18595 components: - type: Transform - pos: -13.5,143.5 + rot: 3.141592653589793 rad + pos: -153.5,-0.5 parent: 1 - - uid: 26681 + - uid: 18596 components: - type: Transform - pos: -12.5,145.5 + pos: -182.5,-97.5 parent: 1 - - uid: 26685 + - uid: 18597 components: - type: Transform - pos: -12.5,144.5 + pos: -191.5,-105.5 parent: 1 - - uid: 26687 + - uid: 18598 components: - type: Transform - pos: -12.5,143.5 + pos: -190.5,-105.5 parent: 1 - - uid: 26688 + - uid: 18599 components: - type: Transform - pos: -11.5,145.5 + pos: -189.5,-105.5 parent: 1 - - uid: 26689 + - uid: 18600 components: - type: Transform - pos: -11.5,144.5 + pos: -402.5,115.5 parent: 1 - - uid: 26692 + - uid: 18601 components: - type: Transform - pos: -10.5,153.5 + pos: 97.5,15.5 parent: 1 - - uid: 26703 + - uid: 18602 components: - type: Transform - pos: -10.5,152.5 + pos: 98.5,15.5 parent: 1 - - uid: 26704 + - uid: 18603 components: - type: Transform - pos: -9.5,154.5 + pos: 99.5,15.5 parent: 1 - - uid: 26709 + - uid: 18604 components: - type: Transform - pos: -9.5,153.5 + pos: -160.5,-107.5 parent: 1 - - uid: 26733 + - uid: 18605 components: - type: Transform - pos: -9.5,152.5 + rot: 3.141592653589793 rad + pos: -152.5,-0.5 parent: 1 - - uid: 26734 + - uid: 18606 components: - type: Transform - pos: -33.5,136.5 + rot: 3.141592653589793 rad + pos: -150.5,-0.5 parent: 1 - - uid: 26735 + - uid: 18607 components: - type: Transform - pos: -33.5,137.5 + rot: 3.141592653589793 rad + pos: -151.5,-0.5 parent: 1 - - uid: 26747 + - uid: 18608 components: - type: Transform - pos: -16.5,135.5 + pos: 141.5,14.5 parent: 1 - - uid: 26752 + - uid: 18609 components: - type: Transform - pos: -16.5,134.5 + pos: 130.5,6.5 parent: 1 - - uid: 26754 + - uid: 18610 components: - type: Transform - pos: -16.5,133.5 + pos: 141.5,16.5 parent: 1 - - uid: 26783 + - uid: 18611 components: - type: Transform - pos: -15.5,135.5 + pos: 141.5,15.5 parent: 1 - - uid: 26794 + - uid: 18612 components: - type: Transform - pos: -15.5,134.5 + pos: 129.5,6.5 parent: 1 - - uid: 26800 + - uid: 18613 components: - type: Transform - pos: -15.5,133.5 + pos: 130.5,9.5 parent: 1 - - uid: 26813 + - uid: 18614 components: - type: Transform - pos: -5.5,132.5 + pos: 130.5,7.5 parent: 1 - - uid: 26816 + - uid: 18615 components: - type: Transform - pos: -5.5,131.5 + pos: 130.5,8.5 parent: 1 - - uid: 26822 + - uid: 18616 components: - type: Transform - pos: -4.5,131.5 + pos: 131.5,9.5 parent: 1 - - uid: 26826 + - uid: 18617 components: - type: Transform - pos: 3.5,130.5 + pos: 133.5,9.5 parent: 1 - - uid: 26843 + - uid: 18618 components: - type: Transform - pos: 3.5,129.5 + pos: 134.5,9.5 parent: 1 - - uid: 26852 + - uid: 18619 components: - type: Transform - pos: 3.5,128.5 + pos: 135.5,9.5 parent: 1 - - uid: 26858 + - uid: 18620 components: - type: Transform - pos: 2.5,130.5 + pos: 136.5,9.5 parent: 1 - - uid: 26860 + - uid: 18621 components: - type: Transform - pos: 2.5,129.5 + pos: 137.5,9.5 parent: 1 - - uid: 26945 + - uid: 18622 components: - type: Transform - pos: 2.5,128.5 + pos: 138.5,9.5 parent: 1 - - uid: 27545 + - uid: 18623 components: - type: Transform - pos: -0.5,140.5 + pos: 139.5,9.5 parent: 1 - - uid: 27573 + - uid: 18624 components: - type: Transform - pos: -0.5,141.5 + pos: 140.5,9.5 parent: 1 - - uid: 27622 + - uid: 18625 components: - type: Transform - pos: 0.5,140.5 + pos: 141.5,9.5 parent: 1 - - uid: 27648 + - uid: 18626 components: - type: Transform - pos: 1.5,133.5 + pos: 141.5,10.5 parent: 1 - - uid: 27687 + - uid: 18627 components: - type: Transform - pos: 1.5,134.5 + pos: 141.5,11.5 parent: 1 - - uid: 27691 + - uid: 18628 components: - type: Transform - pos: 2.5,131.5 + pos: 141.5,12.5 parent: 1 - - uid: 27732 + - uid: 18629 components: - type: Transform - pos: 2.5,132.5 + pos: 141.5,17.5 parent: 1 - - uid: 27747 + - uid: 18630 components: - type: Transform - pos: 2.5,133.5 + pos: 141.5,18.5 parent: 1 - - uid: 27831 + - uid: 18631 components: - type: Transform - pos: 2.5,134.5 + pos: 141.5,19.5 parent: 1 - - uid: 27902 + - uid: 18632 components: - type: Transform - pos: 3.5,131.5 + pos: 141.5,20.5 parent: 1 - - uid: 27981 + - uid: 18633 components: - type: Transform - pos: 3.5,132.5 + pos: 140.5,20.5 parent: 1 - - uid: 28023 + - uid: 18634 components: - type: Transform - pos: 3.5,138.5 + pos: 139.5,20.5 parent: 1 - - uid: 28137 + - uid: 18635 components: - type: Transform - pos: 3.5,139.5 + pos: 138.5,20.5 parent: 1 - - uid: 28206 + - uid: 18636 components: - type: Transform - pos: 3.5,140.5 + pos: 137.5,20.5 parent: 1 - - uid: 28218 + - uid: 18637 components: - type: Transform - pos: 4.5,137.5 + pos: 136.5,20.5 parent: 1 - - uid: 28229 + - uid: 18638 components: - type: Transform - pos: 4.5,138.5 + pos: 135.5,20.5 parent: 1 - - uid: 28239 + - uid: 18639 components: - type: Transform - pos: 4.5,139.5 + pos: 134.5,20.5 parent: 1 - - uid: 28274 + - uid: 18640 components: - type: Transform - pos: 4.5,140.5 + pos: 133.5,20.5 parent: 1 - - uid: 28288 + - uid: 18641 components: - type: Transform - pos: 5.5,137.5 + pos: 132.5,20.5 parent: 1 - - uid: 28388 + - uid: 18642 components: - type: Transform - pos: 5.5,138.5 + pos: 132.5,18.5 parent: 1 - - uid: 28417 + - uid: 18643 components: - type: Transform - pos: 5.5,139.5 + pos: 126.5,17.5 parent: 1 - - uid: 28543 + - uid: 18644 components: - type: Transform - pos: 5.5,140.5 + pos: 134.5,17.5 parent: 1 - - uid: 28600 + - uid: 18645 components: - type: Transform - pos: 6.5,138.5 + pos: 126.5,16.5 parent: 1 - - uid: 28715 + - uid: 18646 components: - type: Transform - pos: -34.5,140.5 + pos: 126.5,9.5 parent: 1 - - uid: 28734 + - uid: 18647 components: - type: Transform - pos: -3.5,128.5 + pos: 126.5,12.5 parent: 1 - - uid: 28751 + - uid: 18648 components: - type: Transform - pos: -3.5,129.5 + pos: 126.5,11.5 parent: 1 - - uid: 28811 + - uid: 18649 components: - type: Transform - pos: -3.5,130.5 + pos: 136.5,18.5 parent: 1 - - uid: 28813 + - uid: 18650 components: - type: Transform - pos: -4.5,128.5 + pos: 136.5,19.5 parent: 1 - - uid: 28822 + - uid: 18651 components: - type: Transform - pos: -4.5,129.5 + pos: 135.5,17.5 parent: 1 - - uid: 28862 + - uid: 18652 components: - type: Transform - pos: -4.5,130.5 + pos: 136.5,17.5 parent: 1 - - uid: 28872 + - uid: 18653 components: - type: Transform - pos: -5.5,129.5 + rot: 3.141592653589793 rad + pos: 131.5,16.5 parent: 1 - - uid: 29015 + - uid: 18654 components: - type: Transform - pos: -5.5,130.5 + pos: 126.5,6.5 parent: 1 - - uid: 29028 + - uid: 18655 components: - type: Transform - pos: -8.5,124.5 + pos: 127.5,6.5 parent: 1 - - uid: 29033 + - uid: 18656 components: - type: Transform - pos: -8.5,125.5 + rot: 3.141592653589793 rad + pos: 131.5,14.5 parent: 1 - - uid: 29040 + - uid: 18657 components: - type: Transform - pos: -8.5,126.5 + pos: 137.5,17.5 parent: 1 - - uid: 29041 + - uid: 18658 components: - type: Transform - pos: -9.5,124.5 + pos: 138.5,17.5 parent: 1 - - uid: 29042 + - uid: 18659 components: - type: Transform - pos: -9.5,125.5 + pos: 140.5,17.5 parent: 1 - - uid: 29043 + - uid: 18660 components: - type: Transform - pos: -9.5,126.5 + pos: 126.5,10.5 parent: 1 - - uid: 29056 + - uid: 18661 components: - type: Transform - pos: -9.5,127.5 + pos: 136.5,15.5 parent: 1 - - uid: 29101 + - uid: 18662 components: - type: Transform - pos: -10.5,122.5 + pos: 136.5,14.5 parent: 1 - - uid: 29102 + - uid: 18663 components: - type: Transform - pos: -10.5,123.5 + pos: 137.5,14.5 parent: 1 - - uid: 29103 + - uid: 18664 components: - type: Transform - pos: -10.5,124.5 + pos: 138.5,14.5 parent: 1 - - uid: 29167 + - uid: 18665 components: - type: Transform - pos: -10.5,125.5 + pos: 140.5,14.5 parent: 1 - - uid: 29355 + - uid: 18666 components: - type: Transform - pos: -10.5,126.5 + pos: 136.5,13.5 parent: 1 - - uid: 29356 + - uid: 18667 components: - type: Transform - pos: -10.5,127.5 + pos: 136.5,11.5 parent: 1 - - uid: 29374 + - uid: 18668 components: - type: Transform - pos: -34.5,137.5 + pos: 126.5,15.5 parent: 1 - - uid: 29375 + - uid: 18669 components: - type: Transform - pos: -11.5,123.5 + pos: 136.5,16.5 parent: 1 - - uid: 29394 + - uid: 18670 components: - type: Transform - pos: -11.5,124.5 + rot: 1.5707963267948966 rad + pos: -148.5,0.5 parent: 1 - - uid: 29453 + - uid: 18671 components: - type: Transform - pos: -11.5,125.5 + rot: 1.5707963267948966 rad + pos: -153.5,0.5 parent: 1 - - uid: 29742 + - uid: 18672 components: - type: Transform - pos: -11.5,126.5 + pos: -177.5,-98.5 parent: 1 - - uid: 29762 + - uid: 18673 components: - type: Transform - pos: -18.5,113.5 + pos: -181.5,-97.5 parent: 1 - - uid: 29779 + - uid: 18674 components: - type: Transform - pos: -19.5,112.5 + pos: 172.5,-177.5 parent: 1 - - uid: 29806 + - uid: 18675 components: - type: Transform - pos: -19.5,113.5 + pos: -177.5,-97.5 parent: 1 - - uid: 29859 + - uid: 18676 components: - type: Transform - pos: -19.5,114.5 + pos: -177.5,-92.5 parent: 1 - - uid: 29947 + - uid: 18677 components: - type: Transform - pos: -19.5,115.5 + pos: -165.5,-101.5 parent: 1 - - uid: 30054 + - uid: 18678 components: - type: Transform - pos: -20.5,111.5 + pos: -182.5,-112.5 parent: 1 - - uid: 30066 + - uid: 18679 components: - type: Transform - pos: -20.5,112.5 + pos: -181.5,-106.5 parent: 1 - - uid: 30067 + - uid: 18680 components: - type: Transform - pos: -20.5,113.5 + pos: -179.5,-106.5 parent: 1 - - uid: 30079 + - uid: 18681 components: - type: Transform - pos: -20.5,114.5 + pos: -180.5,-106.5 parent: 1 - - uid: 30092 + - uid: 18682 components: - type: Transform - pos: -20.5,115.5 + pos: -173.5,-92.5 parent: 1 - - uid: 30104 + - uid: 18683 components: - type: Transform - pos: -21.5,112.5 + pos: -160.5,-102.5 parent: 1 - - uid: 30160 + - uid: 18684 components: - type: Transform - pos: -21.5,113.5 + pos: -160.5,-103.5 parent: 1 - - uid: 30189 + - uid: 18685 components: - type: Transform - pos: -21.5,114.5 + pos: -160.5,-104.5 parent: 1 - - uid: 30193 + - uid: 18686 components: - type: Transform - pos: -21.5,115.5 + pos: -165.5,-102.5 parent: 1 - - uid: 30216 + - uid: 18687 components: - type: Transform - pos: -22.5,112.5 + pos: -165.5,-103.5 parent: 1 - - uid: 30248 + - uid: 18688 components: - type: Transform - pos: -22.5,113.5 + rot: 3.141592653589793 rad + pos: 131.5,15.5 parent: 1 - - uid: 30256 + - uid: 18689 components: - type: Transform - pos: -22.5,114.5 + pos: 132.5,17.5 parent: 1 - - uid: 30303 + - uid: 18690 components: - type: Transform - pos: -23.5,112.5 + pos: 128.5,17.5 parent: 1 - - uid: 30307 + - uid: 18691 components: - type: Transform - pos: -23.5,113.5 + pos: 126.5,7.5 parent: 1 - - uid: 30315 + - uid: 18692 components: - type: Transform - pos: -23.5,114.5 + pos: 130.5,17.5 parent: 1 - - uid: 30473 + - uid: 18693 components: - type: Transform - pos: -28.5,124.5 + pos: 127.5,17.5 parent: 1 - - uid: 31000 + - uid: 18694 components: - type: Transform - pos: -28.5,125.5 + rot: 3.141592653589793 rad + pos: 129.5,12.5 parent: 1 - - uid: 31082 + - uid: 18695 components: - type: Transform - pos: -28.5,126.5 + pos: 129.5,17.5 parent: 1 - - uid: 31223 + - uid: 18696 components: - type: Transform - pos: -28.5,127.5 + pos: 131.5,17.5 parent: 1 - - uid: 31233 + - uid: 18697 components: - type: Transform - pos: -28.5,128.5 + rot: 3.141592653589793 rad + pos: 130.5,12.5 parent: 1 - - uid: 31397 + - uid: 18698 components: - type: Transform - pos: -28.5,129.5 + rot: 3.141592653589793 rad + pos: 131.5,12.5 parent: 1 - - uid: 31402 + - uid: 18699 components: - type: Transform - pos: -29.5,123.5 + pos: 132.5,19.5 parent: 1 - - uid: 31482 + - uid: 18700 components: - type: Transform - pos: -29.5,124.5 + rot: 3.141592653589793 rad + pos: -149.5,-0.5 parent: 1 - - uid: 31714 + - uid: 18701 components: - type: Transform - pos: -29.5,125.5 + rot: 3.141592653589793 rad + pos: -148.5,-0.5 parent: 1 - - uid: 31762 + - uid: 18702 components: - type: Transform - pos: -29.5,126.5 + pos: 170.5,-177.5 parent: 1 - - uid: 31835 + - uid: 18703 components: - type: Transform - pos: -29.5,127.5 + pos: 173.5,-177.5 parent: 1 - - uid: 31842 + - uid: 18704 components: - type: Transform - pos: -29.5,128.5 + pos: 170.5,-169.5 parent: 1 - - uid: 31873 + - uid: 18705 components: - type: Transform - pos: -29.5,129.5 + pos: 171.5,-169.5 parent: 1 - - uid: 31916 + - uid: 18706 components: - type: Transform - pos: -30.5,125.5 + pos: 172.5,-169.5 parent: 1 - - uid: 31925 + - uid: 18707 components: - type: Transform - pos: -30.5,126.5 + pos: 173.5,-169.5 parent: 1 - - uid: 31928 + - uid: 18708 components: - type: Transform - pos: -30.5,127.5 + pos: 170.5,-171.5 parent: 1 - - uid: 31930 + - uid: 18709 components: - type: Transform - pos: -40.5,115.5 + pos: 170.5,-172.5 parent: 1 - - uid: 31951 + - uid: 18710 components: - type: Transform - pos: -40.5,116.5 + pos: 171.5,-172.5 parent: 1 - - uid: 31958 + - uid: 18711 components: - type: Transform - pos: -40.5,117.5 + pos: 172.5,-172.5 parent: 1 - - uid: 32019 + - uid: 18712 components: - type: Transform - pos: -41.5,116.5 + pos: 173.5,-172.5 parent: 1 - - uid: 32051 + - uid: 18713 components: - type: Transform - pos: -41.5,117.5 + pos: 171.5,-154.5 parent: 1 - - uid: 32084 + - uid: 18714 components: - type: Transform - pos: -41.5,118.5 + pos: 172.5,-150.5 parent: 1 - - uid: 32136 + - uid: 18715 components: - type: Transform - pos: -41.5,119.5 + rot: -1.5707963267948966 rad + pos: -172.5,-93.5 parent: 1 - - uid: 32227 + - uid: 18716 components: - type: Transform - pos: -42.5,117.5 + pos: -166.5,-93.5 parent: 1 - - uid: 32241 + - uid: 18717 components: - type: Transform - pos: -42.5,118.5 + rot: -1.5707963267948966 rad + pos: -170.5,-93.5 parent: 1 - - uid: 32350 + - uid: 18718 components: - type: Transform - pos: -42.5,119.5 + rot: -1.5707963267948966 rad + pos: -168.5,-93.5 parent: 1 - - uid: 32361 + - uid: 18719 components: - type: Transform - pos: -43.5,118.5 + rot: -1.5707963267948966 rad + pos: -171.5,-93.5 parent: 1 - - uid: 32365 + - uid: 18720 components: - type: Transform - pos: -46.5,130.5 + rot: -1.5707963267948966 rad + pos: -169.5,-93.5 parent: 1 - - uid: 32378 + - uid: 18721 components: - type: Transform - pos: -47.5,129.5 + rot: -1.5707963267948966 rad + pos: -167.5,-93.5 parent: 1 - - uid: 32394 + - uid: 18722 components: - type: Transform - pos: -47.5,130.5 + pos: -166.5,-95.5 parent: 1 - - uid: 32438 + - uid: 18723 components: - type: Transform - pos: -47.5,131.5 + pos: -184.5,-100.5 parent: 1 - - uid: 32536 + - uid: 18724 components: - type: Transform - pos: -48.5,129.5 + pos: -193.5,-100.5 parent: 1 - - uid: 32628 + - uid: 18725 components: - type: Transform - pos: -48.5,130.5 + pos: -186.5,-100.5 parent: 1 - - uid: 32636 + - uid: 18726 components: - type: Transform - pos: -48.5,131.5 + pos: -193.5,-101.5 parent: 1 - - uid: 36048 +- proto: N14WallDecorCalendar + entities: + - uid: 18727 components: - type: Transform - pos: -49.5,129.5 + pos: -10.5,12.5 parent: 1 - - uid: 36110 + - uid: 18728 components: - type: Transform - pos: -49.5,130.5 + pos: 92.5,106.5 parent: 1 - - uid: 36125 + - uid: 18729 components: - type: Transform - pos: -49.5,131.5 + pos: -154.5,-15.5 parent: 1 - - uid: 36137 +- proto: N14WallDecorCalendar1 + entities: + - uid: 18730 components: - type: Transform - pos: -50.5,130.5 + pos: 113.5,-3.5 parent: 1 - - uid: 36318 + - uid: 18731 components: - type: Transform - pos: -50.5,131.5 + pos: -55.5,4.5 parent: 1 - - uid: 36324 + - uid: 18732 components: - type: Transform - pos: -52.5,118.5 + pos: -55.5,-107.5 parent: 1 - - uid: 36325 + - uid: 18733 components: - type: Transform - pos: -52.5,119.5 + pos: 149.5,153.5 parent: 1 - - uid: 36395 + - uid: 18734 components: - type: Transform - pos: -52.5,120.5 + pos: -151.5,2.5 parent: 1 - - uid: 36424 +- proto: N14WallDecorClock + entities: + - uid: 18735 components: - type: Transform - pos: -52.5,121.5 + pos: 116.5,-7.5 parent: 1 - - uid: 36448 + - uid: 18736 components: - type: Transform - pos: -53.5,118.5 + rot: 3.141592653589793 rad + pos: 98.5,20.5 parent: 1 - - uid: 36531 + - uid: 18737 components: - type: Transform - pos: -53.5,119.5 + pos: -30.5,8.5 parent: 1 - - uid: 36546 + - uid: 18738 components: - type: Transform - pos: -53.5,120.5 + pos: -6.5,8.5 parent: 1 - - uid: 36551 + - uid: 18739 components: - type: Transform - pos: -53.5,121.5 + pos: -60.5,4.5 parent: 1 - - uid: 36571 + - uid: 18740 components: - type: Transform - pos: -53.5,122.5 + pos: -69.5,3.5 parent: 1 - - uid: 36575 + - uid: 18741 components: - type: Transform - pos: -54.5,120.5 + rot: -1.5707963267948966 rad + pos: -44.5,-98.5 parent: 1 - - uid: 36585 + - uid: 18742 components: - type: Transform - pos: -54.5,121.5 + pos: -149.5,2.5 parent: 1 - - uid: 36590 + - uid: 18743 components: - type: Transform - pos: -54.5,122.5 + rot: -1.5707963267948966 rad + pos: 113.5,17.5 parent: 1 - - uid: 36628 +- proto: N14WallDecorCross + entities: + - uid: 18744 components: - type: Transform - pos: -54.5,123.5 + pos: -22.5,12.5 parent: 1 - - uid: 36654 + - uid: 18745 components: - type: Transform - pos: -34.5,138.5 + pos: -79.5,7.5 parent: 1 - - uid: 36659 +- proto: N14WallDecorExitsign + entities: + - uid: 18746 components: - type: Transform - pos: -34.5,139.5 + rot: 1.5707963267948966 rad + pos: -51.5,3.5 parent: 1 - - uid: 36672 +- proto: N14WallDecorWallscreen + entities: + - uid: 18747 components: - type: Transform - pos: -47.5,132.5 + pos: -3.5,4.5 parent: 1 - - uid: 36697 +- proto: N14WallFenceChain + entities: + - uid: 18748 components: - type: Transform - pos: -48.5,132.5 + pos: -62.5,-151.5 parent: 1 - - uid: 36769 + - uid: 18749 components: - type: Transform - pos: -49.5,132.5 + pos: -59.5,-150.5 parent: 1 - - uid: 36788 + - uid: 18750 components: - type: Transform - pos: -34.5,141.5 + pos: -118.5,-181.5 parent: 1 - - uid: 36817 + - uid: 18751 components: - type: Transform - pos: -35.5,137.5 + pos: -59.5,-189.5 parent: 1 - - uid: 36836 + - uid: 18752 components: - type: Transform - pos: -35.5,138.5 + pos: -69.5,-191.5 parent: 1 - - uid: 36866 + - uid: 18753 components: - type: Transform - pos: -35.5,139.5 + pos: -71.5,-193.5 parent: 1 - - uid: 36954 + - uid: 18754 components: - type: Transform - pos: -35.5,140.5 + pos: -62.5,-193.5 parent: 1 - - uid: 36955 + - uid: 18755 components: - type: Transform - pos: -35.5,141.5 + pos: -100.5,-193.5 parent: 1 - - uid: 36959 + - uid: 18756 components: - type: Transform - pos: -36.5,137.5 + rot: -1.5707963267948966 rad + pos: -175.5,2.5 parent: 1 - - uid: 36960 + - uid: 18757 components: - type: Transform - pos: -36.5,138.5 + rot: -1.5707963267948966 rad + pos: -161.5,2.5 parent: 1 - - uid: 36985 + - uid: 18758 components: - type: Transform - pos: -47.5,150.5 + pos: 11.5,134.5 parent: 1 - - uid: 37151 + - uid: 18759 components: - type: Transform - pos: -47.5,151.5 + rot: 3.141592653589793 rad + pos: -110.5,-136.5 parent: 1 - - uid: 37194 + - uid: 18760 components: - type: Transform - pos: -48.5,150.5 + rot: -1.5707963267948966 rad + pos: -162.5,2.5 parent: 1 - - uid: 37233 + - uid: 18761 components: - type: Transform - pos: -48.5,151.5 + rot: -1.5707963267948966 rad + pos: -169.5,2.5 parent: 1 - - uid: 37246 + - uid: 18762 components: - type: Transform - pos: -52.5,140.5 + pos: 57.5,134.5 parent: 1 - - uid: 37250 + - uid: 18763 components: - type: Transform - pos: -52.5,141.5 + pos: 21.5,134.5 parent: 1 - - uid: 37309 + - uid: 18764 components: - type: Transform - pos: -52.5,142.5 + pos: 53.5,134.5 parent: 1 - - uid: 37479 + - uid: 18765 components: - type: Transform - pos: -52.5,143.5 + pos: 61.5,134.5 parent: 1 - - uid: 37525 + - uid: 18766 components: - type: Transform - pos: -53.5,139.5 + pos: 182.5,58.5 parent: 1 - - uid: 37557 + - uid: 18767 components: - type: Transform - pos: -53.5,140.5 + pos: 12.5,134.5 parent: 1 - - uid: 37613 + - uid: 18768 components: - type: Transform - pos: -53.5,141.5 + pos: 32.5,175.5 parent: 1 - - uid: 37678 + - uid: 18769 components: - type: Transform - pos: -53.5,142.5 + pos: 35.5,175.5 parent: 1 - - uid: 37679 + - uid: 18770 components: - type: Transform - pos: -53.5,143.5 + pos: 162.5,121.5 parent: 1 - - uid: 37692 + - uid: 18771 components: - type: Transform - pos: -53.5,144.5 + pos: 39.5,139.5 parent: 1 - - uid: 37710 + - uid: 18772 components: - type: Transform - pos: -54.5,139.5 + pos: 168.5,121.5 parent: 1 - - uid: 37911 + - uid: 18773 components: - type: Transform - pos: -54.5,140.5 + rot: 3.141592653589793 rad + pos: -107.5,-136.5 parent: 1 - - uid: 37912 + - uid: 18774 components: - type: Transform - pos: -54.5,141.5 + rot: 3.141592653589793 rad + pos: -112.5,-140.5 parent: 1 - - uid: 37914 + - uid: 18775 components: - type: Transform - pos: -54.5,142.5 + pos: -59.5,-162.5 parent: 1 - - uid: 37931 + - uid: 18776 components: - type: Transform - pos: -54.5,143.5 + pos: -103.5,-191.5 parent: 1 - - uid: 37949 + - uid: 18777 components: - type: Transform - pos: -54.5,144.5 + rot: 3.141592653589793 rad + pos: -112.5,-137.5 parent: 1 - - uid: 37951 + - uid: 18778 components: - type: Transform - pos: -50.5,184.5 + pos: -115.5,-188.5 parent: 1 - - uid: 37986 + - uid: 18779 components: - type: Transform - pos: -45.5,154.5 + rot: -1.5707963267948966 rad + pos: -88.5,-130.5 parent: 1 - - uid: 38038 + - uid: 18780 components: - type: Transform - pos: -45.5,155.5 + pos: -65.5,-191.5 parent: 1 - - uid: 38094 + - uid: 18781 components: - type: Transform - pos: -46.5,152.5 + pos: -59.5,-168.5 parent: 1 - - uid: 38106 + - uid: 18782 components: - type: Transform - pos: -46.5,153.5 + pos: -116.5,-181.5 parent: 1 - - uid: 38127 + - uid: 18783 components: - type: Transform - pos: -46.5,154.5 + rot: -1.5707963267948966 rad + pos: -89.5,-130.5 parent: 1 - - uid: 38162 + - uid: 18784 components: - type: Transform - pos: -46.5,155.5 + rot: 3.141592653589793 rad + pos: -77.5,-133.5 parent: 1 - - uid: 38216 + - uid: 18785 components: - type: Transform - pos: -46.5,156.5 + rot: 3.141592653589793 rad + pos: -112.5,-146.5 parent: 1 - - uid: 38253 + - uid: 18786 components: - type: Transform - pos: -46.5,184.5 + rot: 3.141592653589793 rad + pos: -120.5,-151.5 parent: 1 - - uid: 38257 + - uid: 18787 components: - type: Transform - pos: -46.5,185.5 + pos: -100.5,-191.5 parent: 1 - - uid: 38288 + - uid: 18788 components: - type: Transform - pos: -47.5,152.5 + pos: -66.5,-191.5 parent: 1 - - uid: 38319 + - uid: 18789 components: - type: Transform - pos: -47.5,153.5 + pos: -112.5,-191.5 parent: 1 - - uid: 38328 + - uid: 18790 components: - type: Transform - pos: -47.5,154.5 + pos: -61.5,-161.5 parent: 1 - - uid: 38345 + - uid: 18791 components: - type: Transform - pos: -47.5,155.5 + pos: -63.5,-191.5 parent: 1 - - uid: 38362 + - uid: 18792 components: - type: Transform - pos: -47.5,156.5 + pos: -64.5,-191.5 parent: 1 - - uid: 38363 + - uid: 18793 components: - type: Transform - pos: -47.5,184.5 + rot: -1.5707963267948966 rad + pos: -90.5,-130.5 parent: 1 - - uid: 38365 + - uid: 18794 components: - type: Transform - pos: -47.5,185.5 + pos: -61.5,-151.5 parent: 1 - - uid: 38382 + - uid: 18795 components: - type: Transform - pos: -48.5,152.5 + rot: 3.141592653589793 rad + pos: -97.5,-191.5 parent: 1 - - uid: 38399 + - uid: 18796 components: - type: Transform - pos: -48.5,153.5 + pos: -81.5,-191.5 parent: 1 - - uid: 38407 + - uid: 18797 components: - type: Transform - pos: -48.5,154.5 + pos: -72.5,-193.5 parent: 1 - - uid: 38423 + - uid: 18798 components: - type: Transform - pos: -48.5,155.5 + pos: -59.5,-180.5 parent: 1 - - uid: 38432 + - uid: 18799 components: - type: Transform - pos: -48.5,156.5 + rot: 3.141592653589793 rad + pos: -120.5,-167.5 parent: 1 - - uid: 38541 + - uid: 18800 components: - type: Transform - pos: -48.5,183.5 + pos: -79.5,-191.5 parent: 1 - - uid: 38573 + - uid: 18801 components: - type: Transform - pos: -48.5,184.5 + pos: -101.5,-193.5 parent: 1 - - uid: 38577 + - uid: 18802 components: - type: Transform - pos: -48.5,185.5 + pos: -80.5,-191.5 parent: 1 - - uid: 38809 + - uid: 18803 components: - type: Transform - pos: -49.5,152.5 + pos: -59.5,-172.5 parent: 1 - - uid: 38810 + - uid: 18804 components: - type: Transform - pos: -49.5,153.5 + rot: 3.141592653589793 rad + pos: -120.5,-153.5 parent: 1 - - uid: 38813 + - uid: 18805 components: - type: Transform - pos: -49.5,154.5 + pos: -105.5,-193.5 parent: 1 - - uid: 38814 + - uid: 18806 components: - type: Transform - pos: -49.5,155.5 + rot: 3.141592653589793 rad + pos: -101.5,-136.5 parent: 1 - - uid: 38815 + - uid: 18807 components: - type: Transform - pos: -49.5,156.5 + rot: 3.141592653589793 rad + pos: -109.5,-136.5 parent: 1 - - uid: 38816 + - uid: 18808 components: - type: Transform - pos: -49.5,181.5 + rot: 3.141592653589793 rad + pos: -112.5,-143.5 parent: 1 - - uid: 38839 + - uid: 18809 components: - type: Transform - pos: -49.5,182.5 + pos: -67.5,-191.5 parent: 1 - - uid: 38840 + - uid: 18810 components: - type: Transform - pos: -49.5,183.5 + rot: 3.141592653589793 rad + pos: -106.5,-136.5 parent: 1 - - uid: 38965 + - uid: 18811 components: - type: Transform - pos: -49.5,184.5 + pos: -61.5,-162.5 parent: 1 - - uid: 38966 + - uid: 18812 components: - type: Transform - pos: -50.5,181.5 + rot: 3.141592653589793 rad + pos: -79.5,-147.5 parent: 1 - - uid: 38968 + - uid: 18813 components: - type: Transform - pos: -50.5,182.5 + rot: 3.141592653589793 rad + pos: -112.5,-142.5 parent: 1 - - uid: 38974 + - uid: 18814 components: - type: Transform - pos: -50.5,183.5 + rot: 3.141592653589793 rad + pos: -92.5,-193.5 parent: 1 - - uid: 39017 + - uid: 18815 components: - type: Transform - pos: -52.5,167.5 + rot: 3.141592653589793 rad + pos: -120.5,-150.5 parent: 1 - - uid: 39018 + - uid: 18816 components: - type: Transform - pos: -52.5,168.5 + rot: 3.141592653589793 rad + pos: -120.5,-161.5 parent: 1 - - uid: 39024 + - uid: 18817 components: - type: Transform - pos: -52.5,169.5 + rot: 3.141592653589793 rad + pos: -120.5,-166.5 parent: 1 - - uid: 39025 + - uid: 18818 components: - type: Transform - pos: -52.5,170.5 + rot: 3.141592653589793 rad + pos: -112.5,-147.5 parent: 1 - - uid: 39026 + - uid: 18819 components: - type: Transform - pos: -53.5,164.5 + rot: -1.5707963267948966 rad + pos: -87.5,-132.5 parent: 1 - - uid: 39031 + - uid: 18820 components: - type: Transform - pos: -53.5,165.5 + rot: 3.141592653589793 rad + pos: -94.5,-193.5 parent: 1 - - uid: 39032 + - uid: 18821 components: - type: Transform - pos: -53.5,166.5 + rot: 3.141592653589793 rad + pos: -113.5,-134.5 parent: 1 - - uid: 39033 + - uid: 18822 components: - type: Transform - pos: -53.5,167.5 + pos: -74.5,-193.5 parent: 1 - - uid: 39038 + - uid: 18823 components: - type: Transform - pos: -53.5,168.5 + rot: 3.141592653589793 rad + pos: -120.5,-156.5 parent: 1 - - uid: 39039 + - uid: 18824 components: - type: Transform - pos: -53.5,169.5 + pos: -120.5,-176.5 parent: 1 - - uid: 39040 + - uid: 18825 components: - type: Transform - pos: -53.5,170.5 + pos: -61.5,-163.5 parent: 1 - - uid: 39045 + - uid: 18826 components: - type: Transform - pos: -54.5,164.5 + pos: -102.5,-193.5 parent: 1 - - uid: 39046 + - uid: 18827 components: - type: Transform - pos: -54.5,165.5 + pos: -62.5,-191.5 parent: 1 - - uid: 39047 + - uid: 18828 components: - type: Transform - pos: -54.5,166.5 + pos: -72.5,-191.5 parent: 1 - - uid: 39102 + - uid: 18829 components: - type: Transform - pos: -54.5,167.5 + rot: 3.141592653589793 rad + pos: -120.5,-155.5 parent: 1 - - uid: 39103 + - uid: 18830 components: - type: Transform - pos: -54.5,168.5 + pos: -73.5,-191.5 parent: 1 - - uid: 39204 + - uid: 18831 components: - type: Transform - pos: -54.5,169.5 + pos: -120.5,-177.5 parent: 1 - - uid: 39205 + - uid: 18832 components: - type: Transform - pos: -55.5,195.5 + pos: -108.5,-191.5 parent: 1 - - uid: 39220 + - uid: 18833 components: - type: Transform - pos: -55.5,196.5 + pos: -120.5,-175.5 parent: 1 - - uid: 39221 + - uid: 18834 components: - type: Transform - pos: -56.5,194.5 + rot: -1.5707963267948966 rad + pos: -91.5,-130.5 parent: 1 - - uid: 39222 + - uid: 18835 components: - type: Transform - pos: -56.5,195.5 + pos: -59.5,-167.5 parent: 1 - - uid: 39223 + - uid: 18836 components: - type: Transform - pos: -56.5,196.5 + rot: 3.141592653589793 rad + pos: -120.5,-165.5 parent: 1 - - uid: 39326 + - uid: 18837 components: - type: Transform - pos: -56.5,197.5 + pos: -59.5,-186.5 parent: 1 - - uid: 39327 + - uid: 18838 components: - type: Transform - pos: -57.5,194.5 + rot: 3.141592653589793 rad + pos: -100.5,-133.5 parent: 1 - - uid: 39359 + - uid: 18839 components: - type: Transform - pos: -57.5,195.5 + pos: -61.5,-153.5 parent: 1 - - uid: 39452 + - uid: 18840 components: - type: Transform - pos: -57.5,196.5 + pos: -68.5,-191.5 parent: 1 - - uid: 39453 + - uid: 18841 components: - type: Transform - pos: -57.5,197.5 + pos: -89.5,-191.5 parent: 1 - - uid: 39462 + - uid: 18842 components: - type: Transform - pos: -29.5,187.5 + pos: -113.5,-189.5 parent: 1 - - uid: 39463 + - uid: 18843 components: - type: Transform - pos: -29.5,186.5 + pos: -64.5,-151.5 parent: 1 - - uid: 39464 + - uid: 18844 components: - type: Transform - pos: -58.5,195.5 + pos: -91.5,-191.5 parent: 1 - - uid: 39472 + - uid: 18845 components: - type: Transform - pos: -58.5,196.5 + pos: -59.5,-166.5 parent: 1 - - uid: 39473 + - uid: 18846 components: - type: Transform - pos: -58.5,197.5 + rot: -1.5707963267948966 rad + pos: -88.5,-132.5 parent: 1 - - uid: 39474 + - uid: 18847 components: - type: Transform - pos: -29.5,188.5 + pos: -91.5,-193.5 parent: 1 - - uid: 39475 + - uid: 18848 components: - type: Transform - pos: -29.5,189.5 + pos: -109.5,-191.5 parent: 1 - - uid: 39476 + - uid: 18849 components: - type: Transform - pos: -30.5,186.5 + rot: 3.141592653589793 rad + pos: -120.5,-163.5 parent: 1 - - uid: 39477 + - uid: 18850 components: - type: Transform - pos: -30.5,187.5 + pos: -61.5,-168.5 parent: 1 - - uid: 39484 + - uid: 18851 components: - type: Transform - pos: -30.5,188.5 + pos: -113.5,-180.5 parent: 1 - - uid: 39485 + - uid: 18852 components: - type: Transform - pos: -30.5,189.5 + pos: -113.5,-190.5 parent: 1 - - uid: 39487 + - uid: 18853 components: - type: Transform - pos: -31.5,157.5 + pos: -82.5,-193.5 parent: 1 - - uid: 39494 + - uid: 18854 components: - type: Transform - pos: -31.5,158.5 + rot: 3.141592653589793 rad + pos: -93.5,-193.5 parent: 1 - - uid: 39495 + - uid: 18855 components: - type: Transform - pos: -31.5,159.5 + pos: -109.5,-193.5 parent: 1 - - uid: 39559 + - uid: 18856 components: - type: Transform - pos: -31.5,160.5 + pos: -62.5,-149.5 parent: 1 - - uid: 39560 + - uid: 18857 components: - type: Transform - pos: -31.5,188.5 + pos: -61.5,-172.5 parent: 1 - - uid: 39561 + - uid: 18858 components: - type: Transform - pos: -31.5,189.5 + pos: -100.5,-135.5 parent: 1 - - uid: 39562 + - uid: 18859 components: - type: Transform - pos: -32.5,157.5 + pos: -78.5,-191.5 parent: 1 - - uid: 39566 + - uid: 18860 components: - type: Transform - pos: -32.5,158.5 + rot: 3.141592653589793 rad + pos: -120.5,-162.5 parent: 1 - - uid: 39567 + - uid: 18861 components: - type: Transform - pos: -32.5,159.5 + rot: 3.141592653589793 rad + pos: -120.5,-168.5 parent: 1 - - uid: 39580 + - uid: 18862 components: - type: Transform - pos: -32.5,160.5 + pos: -61.5,-190.5 parent: 1 - - uid: 39581 + - uid: 18863 components: - type: Transform - pos: -32.5,161.5 + rot: 3.141592653589793 rad + pos: -102.5,-133.5 parent: 1 - - uid: 39582 + - uid: 18864 components: - type: Transform - pos: -32.5,188.5 + pos: -59.5,-163.5 parent: 1 - - uid: 39597 + - uid: 18865 components: - type: Transform - pos: -32.5,189.5 + pos: -59.5,-182.5 parent: 1 - - uid: 39598 + - uid: 18866 components: - type: Transform - pos: -33.5,157.5 + rot: 3.141592653589793 rad + pos: -79.5,-145.5 parent: 1 - - uid: 39599 + - uid: 18867 components: - type: Transform - pos: -33.5,158.5 + pos: -120.5,-178.5 parent: 1 - - uid: 39600 + - uid: 18868 components: - type: Transform - pos: -33.5,159.5 + rot: 3.141592653589793 rad + pos: -112.5,-141.5 parent: 1 - - uid: 39601 + - uid: 18869 components: - type: Transform - pos: -33.5,160.5 + pos: -76.5,-191.5 parent: 1 - - uid: 39602 + - uid: 18870 components: - type: Transform - pos: -33.5,161.5 + rot: 3.141592653589793 rad + pos: -120.5,-147.5 parent: 1 - - uid: 39615 + - uid: 18871 components: - type: Transform - pos: -28.5,186.5 + pos: -75.5,-193.5 parent: 1 - - uid: 39616 + - uid: 18872 components: - type: Transform - pos: -28.5,187.5 + pos: -61.5,-177.5 parent: 1 - - uid: 39617 + - uid: 18873 components: - type: Transform - pos: -28.5,188.5 + rot: 3.141592653589793 rad + pos: -120.5,-158.5 parent: 1 - - uid: 39618 + - uid: 18874 components: - type: Transform - pos: -27.5,186.5 + rot: 3.141592653589793 rad + pos: -102.5,-134.5 parent: 1 - - uid: 39619 + - uid: 18875 components: - type: Transform - pos: -27.5,187.5 + rot: 3.141592653589793 rad + pos: -120.5,-164.5 parent: 1 - - uid: 39620 + - uid: 18876 components: - type: Transform - pos: -27.5,188.5 + rot: 3.141592653589793 rad + pos: -120.5,-154.5 parent: 1 - - uid: 39625 + - uid: 18877 components: - type: Transform - pos: -25.5,171.5 + rot: 3.141592653589793 rad + pos: -120.5,-152.5 parent: 1 - - uid: 39633 + - uid: 18878 components: - type: Transform - pos: -25.5,172.5 + rot: 3.141592653589793 rad + pos: -120.5,-157.5 parent: 1 - - uid: 39634 + - uid: 18879 components: - type: Transform - pos: -25.5,173.5 + rot: 3.141592653589793 rad + pos: -112.5,-144.5 parent: 1 - - uid: 39642 + - uid: 18880 components: - type: Transform - pos: -25.5,174.5 + rot: 3.141592653589793 rad + pos: -112.5,-145.5 parent: 1 - - uid: 39698 + - uid: 18881 components: - type: Transform - pos: -25.5,175.5 + pos: -63.5,-193.5 parent: 1 - - uid: 39699 + - uid: 18882 components: - type: Transform - pos: -25.5,176.5 + rot: 3.141592653589793 rad + pos: -100.5,-136.5 parent: 1 - - uid: 39714 + - uid: 18883 components: - type: Transform - pos: -24.5,171.5 + pos: -90.5,-191.5 parent: 1 - - uid: 39715 + - uid: 18884 components: - type: Transform - pos: -24.5,172.5 + pos: -87.5,-191.5 parent: 1 - - uid: 39728 + - uid: 18885 components: - type: Transform - pos: -24.5,173.5 + pos: -85.5,-191.5 parent: 1 - - uid: 39745 + - uid: 18886 components: - type: Transform - pos: -24.5,174.5 + pos: -86.5,-191.5 parent: 1 - - uid: 39746 + - uid: 18887 components: - type: Transform - pos: -24.5,175.5 + rot: 3.141592653589793 rad + pos: -103.5,-134.5 parent: 1 - - uid: 39755 + - uid: 18888 components: - type: Transform - pos: -24.5,176.5 + rot: 3.141592653589793 rad + pos: -97.5,-130.5 parent: 1 - - uid: 39756 + - uid: 18889 components: - type: Transform - pos: -23.5,171.5 + rot: 3.141592653589793 rad + pos: -119.5,-147.5 parent: 1 - - uid: 39773 + - uid: 18890 components: - type: Transform - pos: -23.5,172.5 + rot: 3.141592653589793 rad + pos: -116.5,-147.5 parent: 1 - - uid: 39775 + - uid: 18891 components: - type: Transform - pos: -23.5,173.5 + rot: 3.141592653589793 rad + pos: -118.5,-147.5 parent: 1 - - uid: 39788 + - uid: 18892 components: - type: Transform - pos: -23.5,174.5 + rot: 3.141592653589793 rad + pos: -113.5,-147.5 parent: 1 - - uid: 39789 + - uid: 18893 components: - type: Transform - pos: -23.5,175.5 + pos: -122.5,-180.5 parent: 1 - - uid: 39803 + - uid: 18894 components: - type: Transform - pos: -23.5,176.5 + rot: 3.141592653589793 rad + pos: -93.5,-191.5 parent: 1 - - uid: 39804 + - uid: 18895 components: - type: Transform - pos: -22.5,171.5 + pos: -83.5,-193.5 parent: 1 - - uid: 39816 + - uid: 18896 components: - type: Transform - pos: -22.5,172.5 + rot: 3.141592653589793 rad + pos: -92.5,-191.5 parent: 1 - - uid: 39817 + - uid: 18897 components: - type: Transform - pos: -12.5,189.5 + pos: -122.5,-179.5 parent: 1 - - uid: 39818 + - uid: 18898 components: - type: Transform - pos: -12.5,190.5 + pos: -59.5,-183.5 parent: 1 - - uid: 39830 + - uid: 18899 components: - type: Transform - pos: -11.5,189.5 + pos: -119.5,-181.5 parent: 1 - - uid: 39831 + - uid: 18900 components: - type: Transform - pos: -11.5,190.5 + rot: 3.141592653589793 rad + pos: -108.5,-136.5 parent: 1 - - uid: 39840 + - uid: 18901 components: - type: Transform - pos: -11.5,191.5 + rot: 3.141592653589793 rad + pos: -77.5,-132.5 parent: 1 - - uid: 39841 + - uid: 18902 components: - type: Transform - pos: -11.5,192.5 + rot: 3.141592653589793 rad + pos: -112.5,-139.5 parent: 1 - - uid: 39855 + - uid: 18903 components: - type: Transform - pos: -10.5,190.5 + rot: 3.141592653589793 rad + pos: -120.5,-149.5 parent: 1 - - uid: 39856 + - uid: 18904 components: - type: Transform - pos: -10.5,191.5 + rot: 3.141592653589793 rad + pos: -120.5,-148.5 parent: 1 - - uid: 39857 + - uid: 18905 components: - type: Transform - pos: -0.5,192.5 + pos: -80.5,-193.5 parent: 1 - - uid: 40037 + - uid: 18906 components: - type: Transform - pos: 0.5,191.5 + rot: 3.141592653589793 rad + pos: -103.5,-136.5 parent: 1 - - uid: 40038 + - uid: 18907 components: - type: Transform - pos: 0.5,192.5 + rot: 3.141592653589793 rad + pos: -102.5,-136.5 parent: 1 - - uid: 40048 + - uid: 18908 components: - type: Transform - pos: 0.5,193.5 + rot: -1.5707963267948966 rad + pos: -92.5,-130.5 parent: 1 - - uid: 40050 + - uid: 18909 components: - type: Transform - pos: 1.5,191.5 + pos: -113.5,-179.5 parent: 1 - - uid: 40052 + - uid: 18910 components: - type: Transform - pos: 1.5,192.5 + pos: -122.5,-178.5 parent: 1 - - uid: 40053 + - uid: 18911 components: - type: Transform - pos: 1.5,193.5 + rot: 3.141592653589793 rad + pos: -117.5,-147.5 parent: 1 - - uid: 40097 + - uid: 18912 components: - type: Transform - pos: 2.5,192.5 + rot: 3.141592653589793 rad + pos: -120.5,-159.5 parent: 1 - - uid: 40102 + - uid: 18913 components: - type: Transform - pos: 2.5,193.5 + rot: 3.141592653589793 rad + pos: -120.5,-160.5 parent: 1 - - uid: 40106 + - uid: 18914 components: - type: Transform - pos: 3.5,192.5 + pos: -122.5,-176.5 parent: 1 - - uid: 40133 + - uid: 18915 components: - type: Transform - pos: 3.5,193.5 + pos: -122.5,-175.5 parent: 1 - - uid: 40134 + - uid: 18916 components: - type: Transform - pos: 7.5,178.5 + rot: -1.5707963267948966 rad + pos: -90.5,-132.5 parent: 1 - - uid: 40135 + - uid: 18917 components: - type: Transform - pos: 7.5,179.5 + rot: -1.5707963267948966 rad + pos: -91.5,-132.5 parent: 1 - - uid: 40139 + - uid: 18918 components: - type: Transform - pos: 7.5,180.5 + rot: -1.5707963267948966 rad + pos: -92.5,-132.5 parent: 1 - - uid: 40140 + - uid: 18919 components: - type: Transform - pos: 8.5,176.5 + rot: -1.5707963267948966 rad + pos: -87.5,-130.5 parent: 1 - - uid: 40141 + - uid: 18920 components: - type: Transform - pos: 8.5,177.5 + pos: -67.5,-193.5 parent: 1 - - uid: 40206 + - uid: 18921 components: - type: Transform - pos: 8.5,178.5 + pos: -122.5,-173.5 parent: 1 - - uid: 40216 + - uid: 18922 components: - type: Transform - pos: 8.5,179.5 + pos: -122.5,-177.5 parent: 1 - - uid: 40225 + - uid: 18923 components: - type: Transform - pos: 8.5,180.5 + pos: -119.5,-178.5 parent: 1 - - uid: 40237 + - uid: 18924 components: - type: Transform - pos: 9.5,176.5 + rot: 3.141592653589793 rad + pos: -114.5,-144.5 parent: 1 - - uid: 40239 + - uid: 18925 components: - type: Transform - pos: 9.5,177.5 + pos: -118.5,-178.5 parent: 1 - - uid: 40241 + - uid: 18926 components: - type: Transform - pos: 9.5,178.5 + pos: -89.5,-193.5 parent: 1 - - uid: 40242 + - uid: 18927 components: - type: Transform - pos: 9.5,179.5 + rot: 3.141592653589793 rad + pos: -99.5,-191.5 parent: 1 - - uid: 40253 + - uid: 18928 components: - type: Transform - pos: 9.5,180.5 + pos: -75.5,-149.5 parent: 1 - - uid: 41173 + - uid: 18929 components: - type: Transform - pos: 139.5,134.5 + rot: 3.141592653589793 rad + pos: -97.5,-132.5 parent: 1 - - uid: 41182 + - uid: 18930 components: - type: Transform - pos: 139.5,135.5 + rot: 3.141592653589793 rad + pos: -96.5,-132.5 parent: 1 - - uid: 41189 + - uid: 18931 components: - type: Transform - pos: 139.5,136.5 + pos: -102.5,-191.5 parent: 1 - - uid: 41193 + - uid: 18932 components: - type: Transform - pos: 116.5,195.5 + rot: 3.141592653589793 rad + pos: -98.5,-191.5 parent: 1 - - uid: 41194 + - uid: 18933 components: - type: Transform - pos: 115.5,195.5 + pos: -107.5,-193.5 parent: 1 - - uid: 41195 + - uid: 18934 components: - type: Transform - pos: 115.5,194.5 + rot: 3.141592653589793 rad + pos: -86.5,-132.5 parent: 1 - - uid: 41200 + - uid: 18935 components: - type: Transform - pos: 115.5,193.5 + rot: 3.141592653589793 rad + pos: -79.5,-148.5 parent: 1 - - uid: 41201 + - uid: 18936 components: - type: Transform - pos: 115.5,192.5 + pos: -59.5,-188.5 parent: 1 - - uid: 41202 + - uid: 18937 components: - type: Transform - pos: 114.5,195.5 + rot: 3.141592653589793 rad + pos: -95.5,-191.5 parent: 1 - - uid: 41203 + - uid: 18938 components: - type: Transform - pos: 110.5,184.5 + rot: 3.141592653589793 rad + pos: -94.5,-191.5 parent: 1 - - uid: 41204 + - uid: 18939 components: - type: Transform - pos: 109.5,185.5 + rot: 3.141592653589793 rad + pos: -96.5,-191.5 parent: 1 - - uid: 41205 + - uid: 18940 components: - type: Transform - pos: 109.5,184.5 + pos: -61.5,-164.5 parent: 1 - - uid: 41206 + - uid: 18941 components: - type: Transform - pos: 108.5,185.5 + pos: -61.5,-165.5 parent: 1 - - uid: 41207 + - uid: 18942 components: - type: Transform - pos: 107.5,185.5 + pos: -59.5,-177.5 parent: 1 - - uid: 41209 + - uid: 18943 components: - type: Transform - pos: -22.5,135.5 + pos: -61.5,-169.5 parent: 1 - - uid: 41210 + - uid: 18944 components: - type: Transform - pos: -23.5,134.5 + pos: -113.5,-188.5 parent: 1 - - uid: 41211 + - uid: 18945 components: - type: Transform - pos: -23.5,135.5 + pos: -110.5,-191.5 parent: 1 - - uid: 41212 + - uid: 18946 components: - type: Transform - pos: -24.5,134.5 + pos: -106.5,-191.5 parent: 1 - - uid: 41213 + - uid: 18947 components: - type: Transform - pos: -24.5,135.5 + pos: -113.5,-184.5 parent: 1 - - uid: 41214 + - uid: 18948 components: - type: Transform - pos: -5.5,179.5 + pos: -59.5,-151.5 parent: 1 - - uid: 41218 + - uid: 18949 components: - type: Transform - pos: -4.5,179.5 + pos: -107.5,-191.5 parent: 1 - - uid: 41224 + - uid: 18950 components: - type: Transform - pos: -4.5,180.5 + pos: -106.5,-193.5 parent: 1 - - uid: 41227 + - uid: 18951 components: - type: Transform - pos: -4.5,181.5 + pos: -90.5,-193.5 parent: 1 - - uid: 41247 + - uid: 18952 components: - type: Transform - pos: -4.5,182.5 + pos: -61.5,-152.5 parent: 1 - - uid: 41258 + - uid: 18953 components: - type: Transform - pos: -3.5,179.5 + rot: 3.141592653589793 rad + pos: -112.5,-138.5 parent: 1 - - uid: 41293 + - uid: 18954 components: - type: Transform - pos: 116.5,170.5 + pos: -74.5,-191.5 parent: 1 - - uid: 41334 + - uid: 18955 components: - type: Transform - pos: 116.5,169.5 + pos: -59.5,-179.5 parent: 1 - - uid: 41335 + - uid: 18956 components: - type: Transform - pos: 72.5,192.5 + rot: 3.141592653589793 rad + pos: -111.5,-136.5 parent: 1 - - uid: 41343 + - uid: 18957 components: - type: Transform - pos: 72.5,193.5 + rot: 3.141592653589793 rad + pos: -112.5,-136.5 parent: 1 - - uid: 41344 + - uid: 18958 components: - type: Transform - pos: 72.5,191.5 + rot: 3.141592653589793 rad + pos: -79.5,-146.5 parent: 1 - - uid: 41349 + - uid: 18959 components: - type: Transform - pos: 55.5,194.5 + rot: 3.141592653589793 rad + pos: -115.5,-147.5 parent: 1 - - uid: 41354 + - uid: 18960 components: - type: Transform - pos: 54.5,194.5 + rot: 3.141592653589793 rad + pos: -114.5,-147.5 parent: 1 - - uid: 41355 + - uid: 18961 components: - type: Transform - pos: 54.5,195.5 + pos: -60.5,-193.5 parent: 1 - - uid: 41366 + - uid: 18962 components: - type: Transform - pos: 53.5,192.5 + pos: -59.5,-184.5 parent: 1 - - uid: 41367 + - uid: 18963 components: - type: Transform - pos: 53.5,193.5 + pos: -61.5,-166.5 parent: 1 - - uid: 41368 + - uid: 18964 components: - type: Transform - pos: 52.5,193.5 + pos: -61.5,-156.5 parent: 1 - - uid: 41392 + - uid: 18965 components: - type: Transform - pos: 52.5,194.5 + pos: -113.5,-191.5 parent: 1 - - uid: 41398 + - uid: 18966 components: - type: Transform - pos: 72.5,194.5 + pos: -59.5,-170.5 parent: 1 - - uid: 41399 + - uid: 18967 components: - type: Transform - pos: 71.5,193.5 + pos: -104.5,-191.5 parent: 1 - - uid: 41446 + - uid: 18968 components: - type: Transform - pos: 70.5,192.5 + pos: -113.5,-187.5 parent: 1 - - uid: 41447 + - uid: 18969 components: - type: Transform - pos: 70.5,191.5 + pos: -61.5,-170.5 parent: 1 - - uid: 41448 + - uid: 18970 components: - type: Transform - pos: 37.5,193.5 + rot: 3.141592653589793 rad + pos: -77.5,-148.5 parent: 1 - - uid: 41458 + - uid: 18971 components: - type: Transform - pos: 38.5,193.5 + rot: -1.5707963267948966 rad + pos: -89.5,-132.5 parent: 1 - - uid: 41459 + - uid: 18972 components: - type: Transform - pos: 110.5,174.5 + rot: 3.141592653589793 rad + pos: -105.5,-136.5 parent: 1 - - uid: 41460 + - uid: 18973 components: - type: Transform - pos: 111.5,174.5 + pos: -122.5,-174.5 parent: 1 - - uid: 41462 + - uid: 18974 components: - type: Transform - pos: 112.5,174.5 + pos: -75.5,-191.5 parent: 1 - - uid: 41519 + - uid: 18975 components: - type: Transform - pos: 200.5,184.5 + pos: -103.5,-193.5 parent: 1 - - uid: 41526 + - uid: 18976 components: - type: Transform - pos: 199.5,184.5 + pos: -122.5,-172.5 parent: 1 - - uid: 41530 + - uid: 18977 components: - type: Transform - pos: 200.5,183.5 + pos: -79.5,-151.5 parent: 1 - - uid: 41585 + - uid: 18978 components: - type: Transform - pos: 198.5,197.5 + pos: -71.5,-191.5 parent: 1 - - uid: 41652 + - uid: 18979 components: - type: Transform - pos: 199.5,190.5 + pos: -69.5,-193.5 parent: 1 - - uid: 41665 + - uid: 18980 components: - type: Transform - pos: 199.5,189.5 + pos: -59.5,-169.5 parent: 1 - - uid: 42869 + - uid: 18981 components: - type: Transform - pos: 47.5,66.5 + pos: -113.5,-181.5 parent: 1 - - uid: 42871 + - uid: 18982 components: - type: Transform - pos: 42.5,63.5 + pos: -113.5,-182.5 parent: 1 - - uid: 42881 + - uid: 18983 components: - type: Transform - pos: 216.5,201.5 + pos: -86.5,-193.5 parent: 1 - - uid: 43786 + - uid: 18984 components: - type: Transform - pos: 50.5,63.5 + pos: -82.5,-191.5 parent: 1 - - uid: 48605 + - uid: 18985 components: - type: Transform - pos: 217.5,201.5 + pos: -77.5,-193.5 parent: 1 - - uid: 49298 + - uid: 18986 components: - type: Transform - pos: 199.5,196.5 + pos: -105.5,-191.5 parent: 1 - - uid: 49299 + - uid: 18987 components: - type: Transform - pos: 199.5,183.5 + pos: -76.5,-193.5 parent: 1 - - uid: 49385 + - uid: 18988 components: - type: Transform - pos: 141.5,196.5 + pos: -59.5,-175.5 parent: 1 - - uid: 49386 + - uid: 18989 components: - type: Transform - pos: -164.5,-154.5 + pos: -88.5,-193.5 parent: 1 - - uid: 49394 + - uid: 18990 components: - type: Transform - pos: 145.5,196.5 + rot: 3.141592653589793 rad + pos: -79.5,-148.5 parent: 1 - - uid: 49395 + - uid: 18991 components: - type: Transform - pos: 165.5,196.5 + rot: 3.141592653589793 rad + pos: -79.5,-149.5 parent: 1 - - uid: 49398 + - uid: 18992 components: - type: Transform - pos: 143.5,196.5 + pos: -61.5,-174.5 parent: 1 - - uid: 49415 + - uid: 18993 components: - type: Transform - pos: 142.5,196.5 + pos: -61.5,-171.5 parent: 1 - - uid: 49416 + - uid: 18994 components: - type: Transform - pos: 144.5,196.5 + pos: -61.5,-191.5 parent: 1 - - uid: 49417 + - uid: 18995 components: - type: Transform - pos: 196.5,186.5 + pos: -120.5,-173.5 parent: 1 - - uid: 49418 + - uid: 18996 components: - type: Transform - pos: 197.5,186.5 + pos: -78.5,-193.5 parent: 1 - - uid: 49561 + - uid: 18997 components: - type: Transform - pos: 198.5,183.5 + rot: 3.141592653589793 rad + pos: -96.5,-130.5 parent: 1 - - uid: 49562 + - uid: 18998 components: - type: Transform - pos: 198.5,190.5 + pos: -79.5,-193.5 parent: 1 - - uid: 49844 + - uid: 18999 components: - type: Transform - pos: 180.5,196.5 + pos: -61.5,-154.5 parent: 1 - - uid: 49873 + - uid: 19000 components: - type: Transform - pos: 180.5,195.5 + pos: -108.5,-193.5 parent: 1 - - uid: 49953 + - uid: 19001 components: - type: Transform - pos: 195.5,194.5 + pos: -110.5,-193.5 parent: 1 - - uid: 50029 + - uid: 19002 components: - type: Transform - pos: 164.5,195.5 + rot: -1.5707963267948966 rad + pos: -94.5,-132.5 parent: 1 - - uid: 50044 + - uid: 19003 components: - type: Transform - pos: 178.5,197.5 + rot: -1.5707963267948966 rad + pos: -94.5,-130.5 parent: 1 - - uid: 50045 + - uid: 19004 components: - type: Transform - pos: 166.5,196.5 + rot: 3.141592653589793 rad + pos: -104.5,-136.5 parent: 1 - - uid: 50077 + - uid: 19005 components: - type: Transform - pos: 179.5,196.5 + pos: -81.5,-193.5 parent: 1 - - uid: 50090 + - uid: 19006 components: - type: Transform - pos: 166.5,197.5 + pos: -61.5,-173.5 parent: 1 - - uid: 56306 + - uid: 19007 components: - type: Transform - pos: 194.5,188.5 + pos: -61.5,-175.5 parent: 1 - - uid: 56307 + - uid: 19008 components: - type: Transform - pos: 194.5,187.5 + pos: -61.5,-176.5 parent: 1 - - uid: 56413 + - uid: 19009 components: - type: Transform - pos: 179.5,197.5 + pos: -61.5,-167.5 parent: 1 - - uid: 56434 + - uid: 19010 components: - type: Transform - pos: 194.5,194.5 + pos: -61.5,-179.5 parent: 1 - - uid: 56436 + - uid: 19011 components: - type: Transform - pos: 179.5,195.5 + pos: -61.5,-178.5 parent: 1 - - uid: 56454 + - uid: 19012 components: - type: Transform - pos: 195.5,186.5 + pos: -61.5,-181.5 parent: 1 - - uid: 56455 + - uid: 19013 components: - type: Transform - pos: 195.5,187.5 + pos: -61.5,-180.5 parent: 1 - - uid: 56456 + - uid: 19014 components: - type: Transform - pos: 198.5,172.5 + pos: -61.5,-183.5 parent: 1 - - uid: 56457 + - uid: 19015 components: - type: Transform - pos: -181.5,-195.5 + pos: -61.5,-182.5 parent: 1 - - uid: 56458 + - uid: 19016 components: - type: Transform - pos: -188.5,-180.5 + pos: -61.5,-185.5 parent: 1 - - uid: 56459 + - uid: 19017 components: - type: Transform - pos: -198.5,-179.5 + pos: -61.5,-184.5 parent: 1 - - uid: 56468 + - uid: 19018 components: - type: Transform - pos: -183.5,-185.5 + pos: -61.5,-186.5 parent: 1 - - uid: 56481 + - uid: 19019 components: - type: Transform - pos: -187.5,-181.5 + pos: -61.5,-187.5 parent: 1 - - uid: 56482 + - uid: 19020 components: - type: Transform - pos: 120.5,186.5 + pos: -88.5,-191.5 parent: 1 - - uid: 56483 + - uid: 19021 components: - type: Transform - pos: -157.5,-195.5 + pos: -84.5,-191.5 parent: 1 - - uid: 56484 + - uid: 19022 components: - type: Transform - pos: -197.5,-174.5 + pos: -83.5,-191.5 parent: 1 - - uid: 56626 + - uid: 19023 components: - type: Transform - pos: -197.5,-182.5 + rot: 3.141592653589793 rad + pos: -77.5,-147.5 parent: 1 - - uid: 56642 + - uid: 19024 components: - type: Transform - pos: -183.5,-186.5 + rot: 3.141592653589793 rad + pos: -77.5,-146.5 parent: 1 - - uid: 56643 + - uid: 19025 components: - type: Transform - pos: -172.5,-160.5 + rot: 3.141592653589793 rad + pos: -77.5,-145.5 parent: 1 - - uid: 56644 + - uid: 19026 components: - type: Transform - pos: -180.5,-157.5 + rot: 3.141592653589793 rad + pos: -77.5,-144.5 parent: 1 - - uid: 56645 + - uid: 19027 components: - type: Transform - pos: -174.5,-195.5 + rot: 3.141592653589793 rad + pos: -77.5,-143.5 parent: 1 - - uid: 56664 + - uid: 19028 components: - type: Transform - pos: -158.5,-158.5 + rot: 3.141592653589793 rad + pos: -77.5,-142.5 parent: 1 - - uid: 56665 + - uid: 19029 components: - type: Transform - pos: -171.5,-193.5 + rot: 3.141592653589793 rad + pos: -77.5,-141.5 parent: 1 - - uid: 56666 + - uid: 19030 components: - type: Transform - pos: -171.5,-181.5 + rot: 3.141592653589793 rad + pos: -77.5,-140.5 parent: 1 - - uid: 56667 + - uid: 19031 components: - type: Transform - pos: -158.5,-155.5 + rot: 3.141592653589793 rad + pos: -77.5,-139.5 parent: 1 - - uid: 56668 + - uid: 19032 components: - type: Transform - pos: -169.5,-195.5 + rot: 3.141592653589793 rad + pos: -77.5,-138.5 parent: 1 - - uid: 56688 + - uid: 19033 components: - type: Transform - pos: -168.5,-177.5 + rot: 3.141592653589793 rad + pos: -77.5,-137.5 parent: 1 - - uid: 56689 + - uid: 19034 components: - type: Transform - pos: -176.5,-157.5 + rot: 3.141592653589793 rad + pos: -77.5,-136.5 parent: 1 - - uid: 56690 + - uid: 19035 components: - type: Transform - pos: -164.5,-188.5 + rot: 3.141592653589793 rad + pos: -77.5,-135.5 parent: 1 - - uid: 56691 + - uid: 19036 components: - type: Transform - pos: -161.5,-165.5 + rot: 3.141592653589793 rad + pos: -77.5,-134.5 parent: 1 - - uid: 56711 + - uid: 19037 components: - type: Transform - pos: -159.5,-174.5 + rot: 3.141592653589793 rad + pos: -122.5,-164.5 parent: 1 - - uid: 56712 + - uid: 19038 components: - type: Transform - pos: -156.5,-181.5 + rot: 3.141592653589793 rad + pos: -122.5,-163.5 parent: 1 - - uid: 56713 + - uid: 19039 components: - type: Transform - pos: -155.5,-197.5 + pos: -59.5,-190.5 parent: 1 - - uid: 56734 + - uid: 19040 components: - type: Transform - pos: -155.5,-180.5 + pos: -122.5,-169.5 parent: 1 - - uid: 56735 + - uid: 19041 components: - type: Transform - pos: 157.5,125.5 + pos: -59.5,-171.5 parent: 1 - - uid: 56736 + - uid: 19042 components: - type: Transform - pos: 157.5,126.5 + pos: -122.5,-171.5 parent: 1 - - uid: 56861 + - uid: 19043 components: - type: Transform - pos: 157.5,127.5 + pos: -116.5,-178.5 parent: 1 - - uid: 56862 + - uid: 19044 components: - type: Transform - pos: 128.5,144.5 + pos: -61.5,-193.5 parent: 1 - - uid: 56863 + - uid: 19045 components: - type: Transform - pos: 156.5,125.5 + pos: -59.5,-193.5 parent: 1 - - uid: 56864 + - uid: 19046 components: - type: Transform - pos: 150.5,132.5 + pos: -61.5,-189.5 parent: 1 - - uid: 56865 + - uid: 19047 components: - type: Transform - pos: 149.5,131.5 + pos: -61.5,-188.5 parent: 1 - - uid: 56866 + - uid: 19048 components: - type: Transform - pos: 149.5,126.5 + pos: -84.5,-193.5 parent: 1 - - uid: 56883 + - uid: 19049 components: - type: Transform - pos: 148.5,131.5 + rot: 3.141592653589793 rad + pos: -79.5,-144.5 parent: 1 - - uid: 56884 + - uid: 19050 components: - type: Transform - pos: 148.5,130.5 + rot: 3.141592653589793 rad + pos: -79.5,-143.5 parent: 1 - - uid: 56885 + - uid: 19051 components: - type: Transform - pos: 148.5,129.5 + rot: 3.141592653589793 rad + pos: -79.5,-142.5 parent: 1 - - uid: 56886 + - uid: 19052 components: - type: Transform - pos: 148.5,128.5 + rot: 3.141592653589793 rad + pos: -79.5,-141.5 parent: 1 - - uid: 56887 + - uid: 19053 components: - type: Transform - pos: 147.5,127.5 + rot: 3.141592653589793 rad + pos: -79.5,-140.5 parent: 1 - - uid: 56888 + - uid: 19054 components: - type: Transform - pos: 140.5,133.5 + rot: 3.141592653589793 rad + pos: -79.5,-139.5 parent: 1 - - uid: 56889 + - uid: 19055 components: - type: Transform - pos: 140.5,134.5 + rot: 3.141592653589793 rad + pos: -79.5,-138.5 parent: 1 - - uid: 56908 + - uid: 19056 components: - type: Transform - pos: 140.5,135.5 + rot: 3.141592653589793 rad + pos: -79.5,-137.5 parent: 1 - - uid: 56909 + - uid: 19057 components: - type: Transform - pos: 140.5,136.5 + rot: 3.141592653589793 rad + pos: -79.5,-136.5 parent: 1 - - uid: 56910 + - uid: 19058 components: - type: Transform - pos: 127.5,144.5 + rot: 3.141592653589793 rad + pos: -85.5,-132.5 parent: 1 - - uid: 57128 + - uid: 19059 components: - type: Transform - pos: 127.5,145.5 + rot: 3.141592653589793 rad + pos: -83.5,-132.5 parent: 1 - - uid: 57129 + - uid: 19060 components: - type: Transform - pos: 126.5,144.5 + rot: 3.141592653589793 rad + pos: -84.5,-132.5 parent: 1 - - uid: 57130 + - uid: 19061 components: - type: Transform - pos: 126.5,145.5 + rot: 3.141592653589793 rad + pos: -81.5,-132.5 parent: 1 - - uid: 57152 + - uid: 19062 components: - type: Transform - pos: 125.5,145.5 + rot: 3.141592653589793 rad + pos: -82.5,-132.5 parent: 1 - - uid: 57153 + - uid: 19063 components: - type: Transform - pos: 128.5,145.5 + pos: -85.5,-193.5 parent: 1 - - uid: 57154 + - uid: 19064 components: - type: Transform - pos: -172.5,-158.5 + pos: -59.5,-192.5 parent: 1 - - uid: 57155 + - uid: 19065 components: - type: Transform - pos: 121.5,187.5 + pos: -59.5,-191.5 parent: 1 - - uid: 57176 + - uid: 19066 components: - type: Transform - pos: 122.5,188.5 + pos: -115.5,-186.5 parent: 1 - - uid: 57177 + - uid: 19067 components: - type: Transform - pos: 123.5,175.5 + pos: -111.5,-191.5 parent: 1 - - uid: 57178 + - uid: 19068 components: - type: Transform - pos: 125.5,172.5 + pos: -115.5,-189.5 parent: 1 - - uid: 57200 + - uid: 19069 components: - type: Transform - pos: 128.5,176.5 + pos: -104.5,-193.5 parent: 1 - - uid: 57281 + - uid: 19070 components: - type: Transform - pos: 134.5,191.5 + pos: -115.5,-187.5 parent: 1 - - uid: 57303 + - uid: 19071 components: - type: Transform - pos: 133.5,191.5 + pos: -115.5,-190.5 parent: 1 - - uid: 57304 + - uid: 19072 components: - type: Transform - pos: 133.5,190.5 + pos: -120.5,-181.5 parent: 1 - - uid: 57305 + - uid: 19073 components: - type: Transform - pos: 132.5,190.5 + pos: -121.5,-181.5 parent: 1 - - uid: 57326 + - uid: 19074 components: - type: Transform - pos: 131.5,189.5 + pos: -122.5,-181.5 parent: 1 - - uid: 57327 + - uid: 19075 components: - type: Transform - pos: 130.5,189.5 + pos: -117.5,-178.5 parent: 1 - - uid: 57328 + - uid: 19076 components: - type: Transform - pos: -177.5,-157.5 + pos: -114.5,-178.5 parent: 1 - - uid: 57349 + - uid: 19077 components: - type: Transform - pos: -182.5,-161.5 + rot: 3.141592653589793 rad + pos: -110.5,-134.5 parent: 1 - - uid: 57350 + - uid: 19078 components: - type: Transform - pos: -181.5,-160.5 + rot: 3.141592653589793 rad + pos: -111.5,-134.5 parent: 1 - - uid: 57351 + - uid: 19079 components: - type: Transform - pos: -189.5,-156.5 + pos: -87.5,-193.5 parent: 1 - - uid: 57373 + - uid: 19080 components: - type: Transform - pos: -169.5,-163.5 + rot: 3.141592653589793 rad + pos: -122.5,-168.5 parent: 1 - - uid: 57374 + - uid: 19081 components: - type: Transform - pos: -169.5,-155.5 + rot: 3.141592653589793 rad + pos: -122.5,-167.5 parent: 1 - - uid: 57407 + - uid: 19082 components: - type: Transform - pos: -195.5,-157.5 + rot: 3.141592653589793 rad + pos: -122.5,-166.5 parent: 1 - - uid: 57408 + - uid: 19083 components: - type: Transform - pos: -196.5,-162.5 + rot: 3.141592653589793 rad + pos: -122.5,-165.5 parent: 1 - - uid: 57409 + - uid: 19084 components: - type: Transform - pos: -196.5,-154.5 + rot: 3.141592653589793 rad + pos: -80.5,-132.5 parent: 1 - - uid: 57410 + - uid: 19085 components: - type: Transform - pos: -143.5,-163.5 + rot: 3.141592653589793 rad + pos: -79.5,-132.5 parent: 1 - - uid: 57430 + - uid: 19086 components: - type: Transform - pos: 50.5,50.5 + rot: 3.141592653589793 rad + pos: -79.5,-133.5 parent: 1 - - uid: 57431 + - uid: 19087 components: - type: Transform - pos: 51.5,52.5 + rot: 3.141592653589793 rad + pos: -79.5,-134.5 parent: 1 - - uid: 57432 + - uid: 19088 components: - type: Transform - pos: 13.5,172.5 + rot: 3.141592653589793 rad + pos: -79.5,-135.5 parent: 1 - - uid: 57433 + - uid: 19089 components: - type: Transform - pos: 12.5,171.5 + rot: 3.141592653589793 rad + pos: -86.5,-130.5 parent: 1 - - uid: 57434 + - uid: 19090 components: - type: Transform - pos: 35.5,64.5 + rot: 3.141592653589793 rad + pos: -85.5,-130.5 parent: 1 - - uid: 57455 + - uid: 19091 components: - type: Transform - pos: 35.5,63.5 + rot: 3.141592653589793 rad + pos: -84.5,-130.5 parent: 1 - - uid: 57456 + - uid: 19092 components: - type: Transform - pos: 34.5,65.5 + rot: 3.141592653589793 rad + pos: -83.5,-130.5 parent: 1 - - uid: 57457 + - uid: 19093 components: - type: Transform - pos: -150.5,-169.5 + rot: 3.141592653589793 rad + pos: -82.5,-130.5 parent: 1 - - uid: 57458 + - uid: 19094 components: - type: Transform - pos: -151.5,-154.5 + rot: 3.141592653589793 rad + pos: -81.5,-130.5 parent: 1 - - uid: 57637 + - uid: 19095 components: - type: Transform - pos: -148.5,-165.5 + rot: 3.141592653589793 rad + pos: -80.5,-130.5 parent: 1 - - uid: 57638 + - uid: 19096 components: - type: Transform - pos: -150.5,-159.5 + rot: 3.141592653589793 rad + pos: -79.5,-130.5 parent: 1 - - uid: 57657 + - uid: 19097 components: - type: Transform - pos: -151.5,-166.5 + rot: 3.141592653589793 rad + pos: -78.5,-130.5 parent: 1 - - uid: 57664 + - uid: 19098 components: - type: Transform - pos: 191.5,197.5 + rot: 3.141592653589793 rad + pos: -77.5,-130.5 parent: 1 - - uid: 57665 + - uid: 19099 components: - type: Transform - pos: 190.5,197.5 + rot: 3.141592653589793 rad + pos: -77.5,-131.5 parent: 1 - - uid: 57754 + - uid: 19100 components: - type: Transform - pos: -133.5,-145.5 + rot: 3.141592653589793 rad + pos: -95.5,-193.5 parent: 1 - - uid: 57758 + - uid: 19101 components: - type: Transform - pos: -136.5,-179.5 + pos: -122.5,-170.5 parent: 1 - - uid: 57762 + - uid: 19102 components: - type: Transform - pos: -141.5,-175.5 + pos: -59.5,-185.5 parent: 1 - - uid: 57815 + - uid: 19103 components: - type: Transform - pos: -135.5,-149.5 + pos: -113.5,-186.5 parent: 1 - - uid: 57822 + - uid: 19104 components: - type: Transform - pos: -135.5,-179.5 + pos: -115.5,-178.5 parent: 1 - - uid: 57823 + - uid: 19105 components: - type: Transform - pos: -138.5,-178.5 + rot: 3.141592653589793 rad + pos: -122.5,-162.5 parent: 1 - - uid: 57824 + - uid: 19106 components: - type: Transform - pos: -135.5,-185.5 + rot: 3.141592653589793 rad + pos: -96.5,-193.5 parent: 1 - - uid: 57825 + - uid: 19107 components: - type: Transform - pos: -132.5,-187.5 + rot: 3.141592653589793 rad + pos: -97.5,-193.5 parent: 1 - - uid: 57826 + - uid: 19108 components: - type: Transform - pos: -134.5,-152.5 + rot: 3.141592653589793 rad + pos: -98.5,-193.5 parent: 1 - - uid: 57833 + - uid: 19109 components: - type: Transform - pos: -134.5,-146.5 + rot: 3.141592653589793 rad + pos: -99.5,-193.5 parent: 1 - - uid: 57834 + - uid: 19110 components: - type: Transform - pos: -135.5,-148.5 + pos: -113.5,-178.5 parent: 1 - - uid: 57997 + - uid: 19111 components: - type: Transform - pos: -134.5,-142.5 + pos: -112.5,-193.5 parent: 1 - - uid: 57998 + - uid: 19112 components: - type: Transform - pos: 13.5,171.5 + pos: -111.5,-193.5 parent: 1 - - uid: 58013 + - uid: 19113 components: - type: Transform - pos: 13.5,170.5 + pos: -114.5,-193.5 parent: 1 - - uid: 58014 + - uid: 19114 components: - type: Transform - pos: -137.5,-197.5 + pos: -113.5,-193.5 parent: 1 - - uid: 58067 + - uid: 19115 components: - type: Transform - pos: 191.5,198.5 + pos: -115.5,-191.5 parent: 1 - - uid: 58069 + - uid: 19116 components: - type: Transform - pos: -12.5,36.5 + pos: -115.5,-193.5 parent: 1 - - uid: 58070 + - uid: 19117 components: - type: Transform - pos: -19.5,35.5 + pos: -120.5,-172.5 parent: 1 - - uid: 58082 + - uid: 19118 components: - type: Transform - pos: -20.5,34.5 + pos: -115.5,-192.5 parent: 1 - - uid: 58083 + - uid: 19119 components: - type: Transform - pos: -22.5,34.5 + pos: -115.5,-184.5 parent: 1 - - uid: 58084 + - uid: 19120 components: - type: Transform - pos: -70.5,35.5 + pos: -115.5,-185.5 parent: 1 - - uid: 58085 + - uid: 19121 components: - type: Transform - pos: -68.5,37.5 + pos: -115.5,-182.5 parent: 1 - - uid: 58086 + - uid: 19122 components: - type: Transform - pos: -68.5,36.5 + pos: -115.5,-183.5 parent: 1 - - uid: 58087 + - uid: 19123 components: - type: Transform - pos: -70.5,38.5 + pos: -120.5,-171.5 parent: 1 - - uid: 58098 + - uid: 19124 components: - type: Transform - pos: -66.5,45.5 + pos: -115.5,-181.5 parent: 1 - - uid: 58099 + - uid: 19125 components: - type: Transform - pos: -68.5,43.5 + pos: -120.5,-174.5 parent: 1 - - uid: 58100 + - uid: 19126 components: - type: Transform - pos: -59.5,39.5 + pos: -120.5,-169.5 parent: 1 - - uid: 58101 + - uid: 19127 components: - type: Transform - pos: -56.5,39.5 + pos: -59.5,-178.5 parent: 1 - - uid: 58102 + - uid: 19128 components: - type: Transform - pos: -55.5,39.5 + pos: -70.5,-191.5 parent: 1 - - uid: 58103 + - uid: 19129 components: - type: Transform - pos: -51.5,39.5 + pos: -59.5,-181.5 parent: 1 - - uid: 58428 + - uid: 19130 components: - type: Transform - pos: -50.5,38.5 + rot: 3.141592653589793 rad + pos: -122.5,-161.5 parent: 1 - - uid: 58469 + - uid: 19131 components: - type: Transform - pos: -48.5,38.5 + rot: 3.141592653589793 rad + pos: -122.5,-160.5 parent: 1 - - uid: 58470 + - uid: 19132 components: - type: Transform - pos: -47.5,38.5 + rot: 3.141592653589793 rad + pos: -122.5,-159.5 parent: 1 - - uid: 58515 + - uid: 19133 components: - type: Transform - pos: -38.5,39.5 + rot: 3.141592653589793 rad + pos: -122.5,-158.5 parent: 1 - - uid: 58518 + - uid: 19134 components: - type: Transform - pos: -28.5,49.5 + rot: 3.141592653589793 rad + pos: -122.5,-157.5 parent: 1 - - uid: 58519 + - uid: 19135 components: - type: Transform - pos: -119.5,53.5 + rot: 3.141592653589793 rad + pos: -122.5,-156.5 parent: 1 - - uid: 58547 + - uid: 19136 components: - type: Transform - pos: -74.5,54.5 + rot: 3.141592653589793 rad + pos: -122.5,-155.5 parent: 1 - - uid: 58548 + - uid: 19137 components: - type: Transform - pos: -77.5,55.5 + rot: 3.141592653589793 rad + pos: -122.5,-154.5 parent: 1 - - uid: 58563 + - uid: 19138 components: - type: Transform - pos: -82.5,54.5 + rot: 3.141592653589793 rad + pos: -122.5,-153.5 parent: 1 - - uid: 58564 + - uid: 19139 components: - type: Transform - pos: -85.5,55.5 + rot: 3.141592653589793 rad + pos: -122.5,-152.5 parent: 1 - - uid: 58565 + - uid: 19140 components: - type: Transform - pos: -90.5,55.5 + rot: 3.141592653589793 rad + pos: -122.5,-151.5 parent: 1 - - uid: 58566 + - uid: 19141 components: - type: Transform - pos: -105.5,53.5 + rot: 3.141592653589793 rad + pos: -122.5,-150.5 parent: 1 - - uid: 58567 + - uid: 19142 components: - type: Transform - pos: -105.5,54.5 + rot: 3.141592653589793 rad + pos: -122.5,-149.5 parent: 1 - - uid: 58595 + - uid: 19143 components: - type: Transform - pos: -106.5,52.5 + rot: 3.141592653589793 rad + pos: -122.5,-148.5 parent: 1 - - uid: 58596 + - uid: 19144 components: - type: Transform - pos: -106.5,53.5 + rot: 3.141592653589793 rad + pos: -122.5,-147.5 parent: 1 - - uid: 58611 + - uid: 19145 components: - type: Transform - pos: -110.5,54.5 + rot: 3.141592653589793 rad + pos: -122.5,-146.5 parent: 1 - - uid: 58612 + - uid: 19146 components: - type: Transform - pos: -131.5,49.5 + rot: 3.141592653589793 rad + pos: -122.5,-145.5 parent: 1 - - uid: 58613 + - uid: 19147 components: - type: Transform - pos: -121.5,47.5 + rot: 3.141592653589793 rad + pos: -121.5,-145.5 parent: 1 - - uid: 58614 + - uid: 19148 components: - type: Transform - pos: -113.5,48.5 + rot: 3.141592653589793 rad + pos: -120.5,-145.5 parent: 1 - - uid: 58615 + - uid: 19149 components: - type: Transform - pos: -110.5,50.5 + rot: 3.141592653589793 rad + pos: -119.5,-145.5 parent: 1 - - uid: 58642 + - uid: 19150 components: - type: Transform - pos: -109.5,51.5 + rot: 3.141592653589793 rad + pos: -118.5,-145.5 parent: 1 - - uid: 58643 + - uid: 19151 components: - type: Transform - pos: -126.5,46.5 + rot: 3.141592653589793 rad + pos: -117.5,-145.5 parent: 1 - - uid: 58644 + - uid: 19152 components: - type: Transform - pos: 38.5,57.5 + rot: 3.141592653589793 rad + pos: -116.5,-145.5 parent: 1 - - uid: 58659 + - uid: 19153 components: - type: Transform - pos: 38.5,56.5 + rot: 3.141592653589793 rad + pos: -115.5,-145.5 parent: 1 - - uid: 58660 + - uid: 19154 components: - type: Transform - pos: 36.5,54.5 + rot: 3.141592653589793 rad + pos: -114.5,-145.5 parent: 1 - - uid: 58661 + - uid: 19155 components: - type: Transform - pos: 36.5,53.5 + rot: 3.141592653589793 rad + pos: -112.5,-134.5 parent: 1 - - uid: 58662 + - uid: 19156 components: - type: Transform - pos: 31.5,52.5 + rot: 3.141592653589793 rad + pos: -114.5,-143.5 parent: 1 - - uid: 58663 + - uid: 19157 components: - type: Transform - pos: 31.5,53.5 + rot: 3.141592653589793 rad + pos: -114.5,-142.5 parent: 1 - - uid: 58688 + - uid: 19158 components: - type: Transform - pos: 30.5,51.5 + rot: 3.141592653589793 rad + pos: -114.5,-141.5 parent: 1 - - uid: 58690 + - uid: 19159 components: - type: Transform - pos: 15.5,38.5 + rot: 3.141592653589793 rad + pos: -114.5,-140.5 parent: 1 - - uid: 58691 + - uid: 19160 components: - type: Transform - pos: 15.5,39.5 + rot: 3.141592653589793 rad + pos: -114.5,-139.5 parent: 1 - - uid: 58736 + - uid: 19161 components: - type: Transform - pos: 15.5,41.5 + rot: 3.141592653589793 rad + pos: -114.5,-138.5 parent: 1 - - uid: 58737 + - uid: 19162 components: - type: Transform - pos: 14.5,40.5 + rot: 3.141592653589793 rad + pos: -114.5,-137.5 parent: 1 - - uid: 58738 + - uid: 19163 components: - type: Transform - pos: 13.5,40.5 + rot: 3.141592653589793 rad + pos: -114.5,-136.5 parent: 1 - - uid: 58819 + - uid: 19164 components: - type: Transform - pos: -0.5,50.5 + rot: 3.141592653589793 rad + pos: -114.5,-135.5 parent: 1 - - uid: 58820 + - uid: 19165 components: - type: Transform - pos: -0.5,52.5 + rot: 3.141592653589793 rad + pos: -114.5,-134.5 parent: 1 - - uid: 58821 + - uid: 19166 components: - type: Transform - pos: 0.5,43.5 + rot: 3.141592653589793 rad + pos: -109.5,-134.5 parent: 1 - - uid: 58822 + - uid: 19167 components: - type: Transform - pos: -1.5,52.5 + rot: 3.141592653589793 rad + pos: -108.5,-134.5 parent: 1 - - uid: 58864 + - uid: 19168 components: - type: Transform - pos: 4.5,39.5 + rot: 3.141592653589793 rad + pos: -107.5,-134.5 parent: 1 - - uid: 58865 + - uid: 19169 components: - type: Transform - pos: 3.5,42.5 + rot: 3.141592653589793 rad + pos: -106.5,-134.5 parent: 1 - - uid: 58866 + - uid: 19170 components: - type: Transform - pos: 1.5,41.5 + rot: 3.141592653589793 rad + pos: -105.5,-134.5 parent: 1 - - uid: 58867 + - uid: 19171 components: - type: Transform - pos: -41.5,51.5 + rot: 3.141592653589793 rad + pos: -104.5,-134.5 parent: 1 - - uid: 58868 + - uid: 19172 components: - type: Transform - pos: -10.5,45.5 + pos: 12.5,-25.5 parent: 1 - - uid: 58870 + - uid: 19173 components: - type: Transform - pos: -12.5,45.5 + rot: -1.5707963267948966 rad + pos: -171.5,2.5 parent: 1 - - uid: 58912 + - uid: 19174 components: - type: Transform - pos: -14.5,50.5 + pos: -144.5,2.5 parent: 1 - - uid: 58914 + - uid: 19175 components: - type: Transform - pos: -31.5,46.5 + rot: -1.5707963267948966 rad + pos: -168.5,2.5 parent: 1 - - uid: 58917 + - uid: 19176 components: - type: Transform - pos: -19.5,48.5 + rot: -1.5707963267948966 rad + pos: -159.5,2.5 parent: 1 - - uid: 58991 + - uid: 19177 components: - type: Transform - pos: -20.5,49.5 + rot: -1.5707963267948966 rad + pos: -160.5,2.5 parent: 1 - - uid: 58992 + - uid: 19178 components: - type: Transform - pos: -31.5,47.5 + rot: -1.5707963267948966 rad + pos: -32.5,-112.5 parent: 1 - - uid: 59038 + - uid: 19179 components: - type: Transform - pos: -27.5,50.5 + rot: -1.5707963267948966 rad + pos: -40.5,-99.5 parent: 1 - - uid: 59039 + - uid: 19180 components: - type: Transform - pos: -40.5,42.5 + rot: -1.5707963267948966 rad + pos: -41.5,-99.5 parent: 1 - - uid: 59040 + - uid: 19181 components: - type: Transform - pos: -41.5,42.5 + rot: -1.5707963267948966 rad + pos: -42.5,-99.5 parent: 1 - - uid: 59041 + - uid: 19182 components: - type: Transform - pos: 16.5,190.5 + rot: -1.5707963267948966 rad + pos: -39.5,-99.5 parent: 1 - - uid: 59048 + - uid: 19183 components: - type: Transform - pos: 16.5,191.5 + rot: -1.5707963267948966 rad + pos: -36.5,-99.5 parent: 1 - - uid: 59086 + - uid: 19184 components: - type: Transform - pos: 15.5,190.5 + rot: -1.5707963267948966 rad + pos: -37.5,-99.5 parent: 1 - - uid: 59087 + - uid: 19185 components: - type: Transform - pos: 15.5,191.5 + rot: -1.5707963267948966 rad + pos: -38.5,-99.5 parent: 1 - - uid: 59088 + - uid: 19186 components: - type: Transform - pos: 15.5,192.5 + rot: -1.5707963267948966 rad + pos: -32.5,-110.5 parent: 1 - - uid: 59089 + - uid: 19187 components: - type: Transform - pos: 15.5,193.5 + rot: -1.5707963267948966 rad + pos: -32.5,-111.5 parent: 1 - - uid: 59096 + - uid: 19188 components: - type: Transform - pos: 15.5,189.5 + rot: -1.5707963267948966 rad + pos: -32.5,-109.5 parent: 1 - - uid: 59128 + - uid: 19189 components: - type: Transform - pos: 15.5,188.5 + rot: -1.5707963267948966 rad + pos: -32.5,-106.5 parent: 1 - - uid: 59129 + - uid: 19190 components: - type: Transform - pos: 12.5,169.5 + rot: -1.5707963267948966 rad + pos: -32.5,-107.5 parent: 1 - - uid: 59138 + - uid: 19191 components: - type: Transform - pos: 11.5,170.5 + rot: -1.5707963267948966 rad + pos: -32.5,-108.5 parent: 1 - - uid: 59139 + - uid: 19192 components: - type: Transform - pos: -24.5,136.5 + rot: -1.5707963267948966 rad + pos: -32.5,-105.5 parent: 1 - - uid: 59140 + - uid: 19193 components: - type: Transform - pos: -23.5,136.5 + rot: -1.5707963267948966 rad + pos: -32.5,-104.5 parent: 1 - - uid: 59290 + - uid: 19194 components: - type: Transform - pos: 216.5,196.5 + rot: -1.5707963267948966 rad + pos: -32.5,-103.5 parent: 1 - - uid: 59333 + - uid: 19195 components: - type: Transform - pos: 197.5,172.5 + rot: -1.5707963267948966 rad + pos: -42.5,-104.5 parent: 1 - - uid: 59334 + - uid: 19196 components: - type: Transform - pos: 217.5,176.5 + rot: -1.5707963267948966 rad + pos: -32.5,-102.5 parent: 1 - - uid: 59346 + - uid: 19197 components: - type: Transform - pos: 216.5,197.5 + rot: -1.5707963267948966 rad + pos: -35.5,-99.5 parent: 1 - - uid: 59348 + - uid: 19198 components: - type: Transform - pos: 216.5,195.5 + rot: -1.5707963267948966 rad + pos: -41.5,-104.5 parent: 1 - - uid: 59376 + - uid: 19199 components: - type: Transform - pos: -17.5,150.5 + rot: -1.5707963267948966 rad + pos: -39.5,-104.5 parent: 1 - - uid: 59388 + - uid: 19200 components: - type: Transform - pos: 39.5,63.5 + rot: -1.5707963267948966 rad + pos: -38.5,-104.5 parent: 1 - - uid: 59392 + - uid: 19201 components: - type: Transform - pos: 217.5,209.5 + rot: -1.5707963267948966 rad + pos: -38.5,-103.5 parent: 1 - - uid: 59419 + - uid: 19202 components: - type: Transform - pos: 218.5,209.5 + rot: -1.5707963267948966 rad + pos: -38.5,-102.5 parent: 1 - - uid: 59766 + - uid: 19203 components: - type: Transform - pos: 203.5,204.5 + rot: -1.5707963267948966 rad + pos: -38.5,-101.5 parent: 1 - - uid: 59767 + - uid: 19204 components: - type: Transform - pos: 206.5,209.5 + rot: -1.5707963267948966 rad + pos: -38.5,-100.5 parent: 1 - - uid: 59768 + - uid: 19205 components: - type: Transform - pos: 215.5,201.5 + rot: -1.5707963267948966 rad + pos: -170.5,2.5 parent: 1 - - uid: 59804 + - uid: 19206 components: - type: Transform - pos: 200.5,197.5 + rot: -1.5707963267948966 rad + pos: -167.5,2.5 parent: 1 - - uid: 59805 + - uid: 19207 components: - type: Transform - pos: 200.5,196.5 + pos: 44.5,-24.5 parent: 1 - - uid: 59806 + - uid: 19208 components: - type: Transform - pos: 202.5,190.5 + pos: 45.5,-24.5 parent: 1 - - uid: 59865 + - uid: 19209 components: - type: Transform - pos: 202.5,189.5 + pos: 46.5,-24.5 parent: 1 - - uid: 59867 + - uid: 19210 components: - type: Transform - pos: 201.5,190.5 + pos: 49.5,-24.5 parent: 1 - - uid: 59868 + - uid: 19211 components: - type: Transform - pos: 201.5,188.5 + pos: 42.5,-24.5 parent: 1 - - uid: 59869 + - uid: 19212 components: - type: Transform - pos: 200.5,190.5 + pos: 19.5,-23.5 parent: 1 - - uid: 59870 + - uid: 19213 components: - type: Transform - pos: 200.5,189.5 + pos: 50.5,-24.5 parent: 1 - - uid: 59903 + - uid: 19214 components: - type: Transform - pos: 200.5,188.5 + pos: 43.5,-24.5 parent: 1 - - uid: 59904 + - uid: 19215 components: - type: Transform - pos: 202.5,166.5 + pos: 19.5,-24.5 parent: 1 - - uid: 59905 + - uid: 19216 components: - type: Transform - pos: 201.5,166.5 + pos: 19.5,-28.5 parent: 1 - - uid: 59906 + - uid: 19217 components: - type: Transform - pos: 201.5,167.5 + pos: 47.5,-24.5 parent: 1 - - uid: 59907 + - uid: 19218 components: - type: Transform - pos: 205.5,180.5 + pos: 19.5,-27.5 parent: 1 - - uid: 59908 + - uid: 19219 components: - type: Transform - pos: 205.5,181.5 + pos: 19.5,-25.5 parent: 1 - - uid: 59932 + - uid: 19220 components: - type: Transform - pos: 205.5,182.5 + pos: 40.5,-24.5 parent: 1 - - uid: 59933 + - uid: 19221 components: - type: Transform - pos: 206.5,180.5 + pos: 51.5,-25.5 parent: 1 - - uid: 59934 + - uid: 19222 components: - type: Transform - pos: 206.5,181.5 + pos: 19.5,-26.5 parent: 1 - - uid: 59935 + - uid: 19223 components: - type: Transform - pos: 206.5,182.5 + pos: 48.5,-24.5 parent: 1 - - uid: 59936 + - uid: 19224 components: - type: Transform - pos: 206.5,184.5 + pos: 51.5,-26.5 parent: 1 - - uid: 59937 + - uid: 19225 components: - type: Transform - pos: 210.5,172.5 + pos: 51.5,-24.5 parent: 1 - - uid: 59970 + - uid: 19226 components: - type: Transform - pos: 210.5,173.5 + pos: 51.5,-27.5 parent: 1 - - uid: 59971 + - uid: 19227 components: - type: Transform - pos: 203.5,203.5 + pos: 50.5,-27.5 parent: 1 - - uid: 60270 + - uid: 19228 components: - type: Transform - pos: 211.5,163.5 + pos: 49.5,-27.5 parent: 1 - - uid: 60271 + - uid: 19229 components: - type: Transform - pos: 211.5,172.5 + pos: 48.5,-27.5 parent: 1 - - uid: 60297 + - uid: 19230 components: - type: Transform - pos: 212.5,163.5 + pos: 47.5,-27.5 parent: 1 - - uid: 60298 + - uid: 19231 components: - type: Transform - pos: 212.5,164.5 + pos: 19.5,-29.5 parent: 1 - - uid: 60299 + - uid: 19232 components: - type: Transform - pos: 215.5,163.5 + pos: 41.5,-24.5 parent: 1 - - uid: 60300 + - uid: 19233 components: - type: Transform - pos: 195.5,195.5 + pos: 46.5,-27.5 parent: 1 - - uid: 60449 + - uid: 19234 components: - type: Transform - pos: 216.5,194.5 + pos: 45.5,-27.5 parent: 1 - - uid: 60477 + - uid: 19235 components: - type: Transform - pos: 197.5,196.5 + pos: 44.5,-27.5 parent: 1 - - uid: 60478 + - uid: 19236 components: - type: Transform - pos: 198.5,196.5 + pos: 43.5,-27.5 parent: 1 - - uid: 60479 + - uid: 19237 components: - type: Transform - pos: 217.5,182.5 + pos: 42.5,-27.5 parent: 1 - - uid: 60503 + - uid: 19238 components: - type: Transform - pos: 218.5,204.5 + pos: 41.5,-27.5 parent: 1 - - uid: 60597 + - uid: 19239 components: - type: Transform - pos: 218.5,197.5 + pos: 40.5,-27.5 parent: 1 - - uid: 60623 + - uid: 19240 components: - type: Transform - pos: 218.5,196.5 + pos: 40.5,-25.5 parent: 1 - - uid: 60624 + - uid: 19241 components: - type: Transform - pos: 218.5,183.5 + pos: 40.5,-26.5 parent: 1 - - uid: 60625 + - uid: 19242 components: - type: Transform - pos: 218.5,182.5 + pos: 114.5,-42.5 parent: 1 - - uid: 60650 + - uid: 19243 components: - type: Transform - pos: 218.5,177.5 + pos: 52.5,134.5 parent: 1 - - uid: 60651 + - uid: 19244 components: - type: Transform - pos: 218.5,176.5 + pos: 102.5,-32.5 parent: 1 - - uid: 60652 + - uid: 19245 components: - type: Transform - pos: 208.5,194.5 + pos: 104.5,-32.5 parent: 1 - - uid: 60678 + - uid: 19246 components: - type: Transform - pos: 215.5,197.5 + pos: 105.5,-32.5 parent: 1 - - uid: 60679 + - uid: 19247 components: - type: Transform - pos: 201.5,207.5 + pos: 106.5,-32.5 parent: 1 - - uid: 60705 + - uid: 19248 components: - type: Transform - pos: 205.5,209.5 + pos: 108.5,-32.5 parent: 1 - - uid: 60706 + - uid: 19249 components: - type: Transform - pos: 206.5,210.5 + pos: 114.5,-44.5 parent: 1 - - uid: 60793 + - uid: 19250 components: - type: Transform - pos: 206.5,201.5 + pos: 114.5,-41.5 parent: 1 - - uid: 60794 + - uid: 19251 components: - type: Transform - pos: 207.5,210.5 + pos: 112.5,-44.5 parent: 1 - - uid: 60795 + - uid: 19252 components: - type: Transform - pos: 207.5,203.5 + pos: 113.5,-44.5 parent: 1 - - uid: 60818 + - uid: 19253 components: - type: Transform - pos: 207.5,201.5 + pos: 111.5,-44.5 parent: 1 - - uid: 60819 + - uid: 19254 components: - type: Transform - pos: 208.5,198.5 + pos: 60.5,134.5 parent: 1 - - uid: 60820 + - uid: 19255 components: - type: Transform - pos: 205.5,200.5 + pos: 54.5,134.5 parent: 1 - - uid: 60821 + - uid: 19256 components: - type: Transform - pos: 206.5,174.5 + pos: 50.5,134.5 parent: 1 - - uid: 60822 + - uid: 19257 components: - type: Transform - pos: 207.5,174.5 + pos: 182.5,60.5 parent: 1 - - uid: 60845 + - uid: 19258 components: - type: Transform - pos: 207.5,175.5 + pos: 46.5,134.5 parent: 1 - - uid: 60846 + - uid: 19259 components: - type: Transform - pos: 207.5,176.5 + pos: 24.5,175.5 parent: 1 - - uid: 60847 + - uid: 19260 components: - type: Transform - pos: 208.5,174.5 + pos: 15.5,134.5 parent: 1 - - uid: 60848 + - uid: 19261 components: - type: Transform - pos: 208.5,175.5 + pos: 45.5,134.5 parent: 1 - - uid: 60849 + - uid: 19262 components: - type: Transform - pos: 209.5,167.5 + pos: 28.5,175.5 parent: 1 - - uid: 60952 + - uid: 19263 components: - type: Transform - pos: 209.5,168.5 + pos: 17.5,134.5 parent: 1 - - uid: 60955 + - uid: 19264 components: - type: Transform - pos: 209.5,169.5 + pos: 48.5,134.5 parent: 1 - - uid: 60959 + - uid: 19265 components: - type: Transform - pos: 209.5,192.5 + pos: 51.5,134.5 parent: 1 - - uid: 60974 + - uid: 19266 components: - type: Transform - pos: 210.5,169.5 + pos: 21.5,175.5 parent: 1 - - uid: 60975 + - uid: 19267 components: - type: Transform - pos: 210.5,193.5 + pos: 19.5,175.5 parent: 1 - - uid: 60978 + - uid: 19268 components: - type: Transform - pos: 210.5,195.5 + pos: 58.5,134.5 parent: 1 - - uid: 61177 + - uid: 19269 components: - type: Transform - pos: 214.5,163.5 + pos: 16.5,134.5 parent: 1 - - uid: 61191 + - uid: 19270 components: - type: Transform - pos: 215.5,164.5 + pos: 49.5,134.5 parent: 1 - - uid: 61376 + - uid: 19271 components: - type: Transform - pos: 215.5,190.5 + pos: 30.5,175.5 parent: 1 - - uid: 61389 + - uid: 19272 components: - type: Transform - pos: 216.5,163.5 + pos: 27.5,175.5 parent: 1 - - uid: 61480 + - uid: 19273 components: - type: Transform - pos: 216.5,171.5 + pos: 56.5,134.5 parent: 1 - - uid: 61570 + - uid: 19274 components: - type: Transform - pos: 216.5,172.5 + pos: 59.5,134.5 parent: 1 - - uid: 61609 + - uid: 19275 components: - type: Transform - pos: 216.5,173.5 + pos: 47.5,134.5 parent: 1 - - uid: 61722 + - uid: 19276 components: - type: Transform - pos: 49.5,64.5 + pos: 31.5,175.5 parent: 1 - - uid: 61723 + - uid: 19277 components: - type: Transform - pos: 218.5,210.5 + pos: 50.5,175.5 parent: 1 - - uid: 61773 + - uid: 19278 components: - type: Transform - pos: 41.5,63.5 + pos: 39.5,136.5 parent: 1 - - uid: 62477 + - uid: 19279 components: - type: Transform - pos: 201.5,189.5 + pos: 182.5,59.5 parent: 1 - - uid: 63833 + - uid: 19280 components: - type: Transform - pos: 207.5,182.5 + pos: 14.5,134.5 parent: 1 - - uid: 63932 + - uid: 19281 components: - type: Transform - pos: -15.5,153.5 + pos: 188.5,58.5 parent: 1 - - uid: 64350 + - uid: 19282 components: - type: Transform - pos: -40.5,50.5 + pos: 23.5,175.5 parent: 1 - - uid: 65059 + - uid: 19283 components: - type: Transform - pos: -39.5,50.5 + pos: 18.5,134.5 parent: 1 - - uid: 65075 + - uid: 19284 components: - type: Transform - pos: 214.5,169.5 + pos: 62.5,134.5 parent: 1 -- proto: N14RollingPaper1 - entities: - - uid: 61770 + - uid: 19285 components: - type: Transform - pos: -186.43925,21.717773 + pos: 188.5,59.5 parent: 1 -- proto: N14RugBlue - entities: - - uid: 9925 + - uid: 19286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 132.5,1.5 + pos: 188.5,60.5 parent: 1 - - uid: 49854 + - uid: 19287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,9.5 + pos: 187.5,60.5 parent: 1 - - uid: 50049 + - uid: 19288 components: - type: Transform - rot: 3.141592653589793 rad - pos: 112.5,6.5 + pos: 186.5,60.5 parent: 1 -- proto: N14RugBlueShag - entities: - - uid: 9927 + - uid: 19289 components: - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,-11.5 + pos: 183.5,60.5 parent: 1 - - uid: 9928 + - uid: 19290 components: - type: Transform - pos: 89.5,104.5 + pos: 22.5,175.5 parent: 1 -- proto: N14RugBrownFancy - entities: - - uid: 63971 + - uid: 19291 components: - type: Transform - pos: -158.5,71.5 + pos: 13.5,134.5 parent: 1 - - uid: 65221 + - uid: 19292 components: - type: Transform - pos: 83.5,-103.5 + pos: 36.5,175.5 parent: 1 -- proto: N14RugMat - entities: - - uid: 9929 + - uid: 19293 components: - type: Transform - pos: -54.5,-106.5 + pos: 55.5,134.5 parent: 1 - - uid: 9930 + - uid: 19294 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,-92.5 + pos: 20.5,175.5 parent: 1 - - uid: 9931 + - uid: 19295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 159.5,189.5 + pos: 19.5,134.5 parent: 1 - - uid: 46712 + - uid: 19296 components: - type: Transform - pos: 156.5,182.5 + pos: 20.5,134.5 parent: 1 - - uid: 46721 + - uid: 19297 components: - type: Transform - pos: 142.5,182.5 + pos: 22.5,134.5 parent: 1 - - uid: 46722 + - uid: 19298 components: - type: Transform - pos: 149.5,182.5 + pos: 23.5,134.5 parent: 1 - - uid: 49934 + - uid: 19299 components: - type: Transform - pos: 96.5,-114.5 + pos: 24.5,134.5 parent: 1 - - uid: 64154 + - uid: 19300 components: - type: Transform - pos: -105.5,-27.5 + pos: 25.5,134.5 parent: 1 - - uid: 65655 + - uid: 19301 components: - type: Transform - pos: 95.5,-114.5 + pos: 26.5,134.5 parent: 1 -- proto: N14RugMatBOS - entities: - - uid: 9932 + - uid: 19302 components: - type: Transform - pos: 154.5,153.5 + pos: 27.5,134.5 parent: 1 -- proto: N14RugMatNCR - entities: - - uid: 9933 + - uid: 19303 components: - type: Transform - pos: 87.5,95.5 + pos: 28.5,134.5 parent: 1 - - uid: 50082 + - uid: 19304 components: - type: Transform - pos: 117.5,8.5 + pos: 29.5,134.5 parent: 1 - - uid: 55774 + - uid: 19305 components: - type: Transform - pos: -155.5,-124.5 + pos: 30.5,134.5 parent: 1 -- proto: N14RugMatRubberLarge - entities: - - uid: 65091 + - uid: 19306 components: - type: Transform - pos: -136.5,57.5 + pos: 31.5,134.5 parent: 1 -- proto: N14RugMatTown - entities: - - uid: 50063 + - uid: 19307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,14.5 + pos: 32.5,134.5 parent: 1 -- proto: N14RugMatVulgar1 - entities: - - uid: 9934 + - uid: 19308 components: - type: Transform - pos: 107.5,20.5 + pos: 33.5,134.5 parent: 1 - - uid: 9935 + - uid: 19309 components: - type: Transform - pos: -74.5,0.5 + pos: 34.5,134.5 parent: 1 - - uid: 9936 + - uid: 19310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,21.5 + pos: 35.5,134.5 parent: 1 -- proto: N14RugMatVulgar2 - entities: - - uid: 9937 + - uid: 19311 components: - type: Transform - pos: 106.5,3.5 + pos: 36.5,134.5 parent: 1 - - uid: 65116 + - uid: 19312 components: - type: Transform - pos: 80.5,-110.5 + pos: 37.5,134.5 parent: 1 -- proto: N14RugMatWelcome - entities: - - uid: 9938 + - uid: 19313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,-11.5 + pos: 38.5,134.5 parent: 1 - - uid: 9939 + - uid: 19314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-130.5 + pos: 39.5,134.5 parent: 1 - - uid: 9940 + - uid: 19315 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-108.5 + pos: 34.5,175.5 parent: 1 - - uid: 47610 + - uid: 19316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -389.5,94.5 + pos: 63.5,134.5 parent: 1 -- proto: N14RugRed - entities: - - uid: 9941 + - uid: 19317 components: - type: Transform - pos: 105.5,13.5 + pos: 64.5,134.5 parent: 1 - - uid: 58869 + - uid: 19318 components: - type: Transform - pos: -158.5,65.5 + pos: 45.5,139.5 parent: 1 -- proto: N14Sack5 - entities: - - uid: 9942 + - uid: 19319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.89238,-102.26542 + pos: 33.5,175.5 parent: 1 - - uid: 9943 + - uid: 19320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.408005,-102.23417 + pos: 39.5,138.5 parent: 1 -- proto: N14Screwdriver - entities: - - uid: 11570 + - uid: 19321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -131.66998,57.864807 + pos: 64.5,168.5 parent: 1 - - uid: 63881 + - uid: 19322 components: - type: Transform - pos: -195.79967,27.620895 + pos: 64.5,167.5 parent: 1 -- proto: N14ShelfMetal - entities: - - uid: 9695 + - uid: 19323 components: - type: Transform - pos: -98.5,-164.5 + pos: 64.5,166.5 parent: 1 - - uid: 9946 + - uid: 19324 components: - type: Transform - pos: 12.5,-31.5 + pos: 64.5,165.5 parent: 1 - - uid: 9947 + - uid: 19325 components: - type: Transform - pos: 8.5,-37.5 + pos: 64.5,164.5 parent: 1 - - uid: 9948 + - uid: 19326 components: - type: Transform - pos: 9.5,-34.5 + pos: 64.5,163.5 parent: 1 - - uid: 9949 + - uid: 19327 components: - type: Transform - pos: 8.5,-31.5 + pos: 64.5,162.5 parent: 1 - - uid: 9950 + - uid: 19328 components: - type: Transform - pos: 10.5,-31.5 + pos: 64.5,161.5 parent: 1 - - uid: 9951 + - uid: 19329 components: - type: Transform - pos: 11.5,-37.5 + pos: 64.5,160.5 parent: 1 - - uid: 9952 + - uid: 19330 components: - type: Transform - pos: 11.5,-34.5 + pos: 64.5,159.5 parent: 1 - - uid: 9953 + - uid: 19331 components: - type: Transform - pos: 40.5,1.5 + pos: 64.5,158.5 parent: 1 - - uid: 9954 + - uid: 19332 components: - type: Transform - pos: 48.5,6.5 + pos: 64.5,157.5 parent: 1 - - uid: 9955 + - uid: 19333 components: - type: Transform - pos: -45.5,-103.5 + pos: 64.5,156.5 parent: 1 - - uid: 9956 + - uid: 19334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,-193.5 + pos: 64.5,155.5 parent: 1 - - uid: 9957 + - uid: 19335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -191.5,-195.5 + pos: 64.5,154.5 parent: 1 - - uid: 9958 + - uid: 19336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,-194.5 + pos: 64.5,153.5 parent: 1 - - uid: 9959 + - uid: 19337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,-192.5 + pos: 64.5,152.5 parent: 1 - - uid: 9960 + - uid: 19338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-192.5 + pos: 64.5,151.5 parent: 1 - - uid: 9961 + - uid: 19339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-194.5 + pos: 64.5,150.5 parent: 1 - - uid: 9962 + - uid: 19340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-192.5 + pos: 64.5,149.5 parent: 1 - - uid: 9963 + - uid: 19341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-194.5 + pos: 64.5,148.5 parent: 1 - - uid: 9967 + - uid: 19342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-165.5 + pos: 64.5,147.5 parent: 1 - - uid: 9968 + - uid: 19343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,51.5 + pos: 64.5,146.5 parent: 1 - - uid: 9969 + - uid: 19344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 184.5,51.5 + pos: 64.5,145.5 parent: 1 - - uid: 9970 + - uid: 19345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,51.5 + pos: 64.5,144.5 parent: 1 - - uid: 9971 + - uid: 19346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,55.5 + pos: 64.5,143.5 parent: 1 - - uid: 9972 + - uid: 19347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 184.5,55.5 + pos: 64.5,142.5 parent: 1 - - uid: 9973 + - uid: 19348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,55.5 + pos: 64.5,141.5 parent: 1 - - uid: 9974 + - uid: 19349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,51.5 + pos: 64.5,140.5 parent: 1 - - uid: 9975 + - uid: 19350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,55.5 + pos: 64.5,139.5 parent: 1 - - uid: 9992 + - uid: 19351 components: - type: Transform - pos: -55.5,-44.5 + pos: 64.5,138.5 parent: 1 - - uid: 9993 + - uid: 19352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-33.5 + pos: 64.5,137.5 parent: 1 - - uid: 9994 + - uid: 19353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-33.5 + pos: 64.5,136.5 parent: 1 - - uid: 11545 + - uid: 19354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -168.5,65.5 + pos: 64.5,135.5 parent: 1 - - uid: 12946 + - uid: 19355 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-169.5 + pos: 39.5,137.5 parent: 1 - - uid: 17004 + - uid: 19356 components: - type: Transform - pos: -88.5,-170.5 + pos: 25.5,175.5 parent: 1 - - uid: 19923 + - uid: 19357 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,171.5 + pos: 39.5,135.5 parent: 1 - - uid: 19946 + - uid: 19358 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,171.5 + pos: 45.5,138.5 parent: 1 - - uid: 19994 + - uid: 19359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,171.5 + pos: 45.5,137.5 parent: 1 - - uid: 23894 + - uid: 19360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,-103.5 + pos: 45.5,136.5 parent: 1 - - uid: 24586 + - uid: 19361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,41.5 + pos: 45.5,135.5 parent: 1 - - uid: 24760 + - uid: 19362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,57.5 + pos: 44.5,139.5 parent: 1 - - uid: 24806 + - uid: 19363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,57.5 + pos: 40.5,139.5 parent: 1 - - uid: 24813 + - uid: 19364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,59.5 + pos: 41.5,139.5 parent: 1 - - uid: 25431 + - uid: 19365 components: - type: Transform - pos: -91.5,-170.5 + pos: 43.5,139.5 parent: 1 - - uid: 44372 + - uid: 19366 components: - type: Transform - pos: -225.5,-91.5 + pos: 29.5,175.5 parent: 1 - - uid: 44553 + - uid: 19367 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,149.5 + pos: 26.5,175.5 parent: 1 - - uid: 44598 + - uid: 19368 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,147.5 + pos: 37.5,175.5 parent: 1 - - uid: 44698 + - uid: 19369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,149.5 + pos: 44.5,175.5 parent: 1 - - uid: 44757 + - uid: 19370 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,147.5 + pos: 39.5,175.5 parent: 1 - - uid: 44794 + - uid: 19371 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,149.5 + pos: 38.5,175.5 parent: 1 - - uid: 44896 + - uid: 19372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,144.5 + pos: 45.5,175.5 parent: 1 - - uid: 44973 + - uid: 19373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,147.5 + pos: 46.5,175.5 parent: 1 - - uid: 44974 + - uid: 19374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,144.5 + pos: 47.5,175.5 parent: 1 - - uid: 44978 + - uid: 19375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,144.5 + pos: 48.5,175.5 parent: 1 - - uid: 47583 + - uid: 19376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -388.5,108.5 + pos: 49.5,175.5 parent: 1 - - uid: 47620 + - uid: 19377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -386.5,105.5 + pos: 51.5,175.5 parent: 1 - - uid: 47631 + - uid: 19378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -386.5,108.5 + pos: 52.5,175.5 parent: 1 - - uid: 47637 + - uid: 19379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -388.5,105.5 + pos: 53.5,175.5 parent: 1 - - uid: 47797 + - uid: 19380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,148.5 + pos: 54.5,175.5 parent: 1 - - uid: 47798 + - uid: 19381 components: - type: Transform - pos: 2.5,146.5 + pos: 55.5,175.5 parent: 1 - - uid: 47802 + - uid: 19382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,147.5 + pos: 12.5,-27.5 parent: 1 - - uid: 47803 + - uid: 19383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,150.5 + rot: -1.5707963267948966 rad + pos: -192.5,2.5 parent: 1 - - uid: 61083 + - uid: 19384 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,145.5 + rot: -1.5707963267948966 rad + pos: -177.5,2.5 parent: 1 - - uid: 61085 + - uid: 19385 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,147.5 + pos: -145.5,2.5 parent: 1 - - uid: 61097 + - uid: 19386 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,147.5 + rot: -1.5707963267948966 rad + pos: -190.5,2.5 parent: 1 - - uid: 61100 + - uid: 19387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,147.5 + rot: -1.5707963267948966 rad + pos: -182.5,2.5 parent: 1 - - uid: 61107 + - uid: 19388 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,141.5 + pos: -143.5,39.5 parent: 1 - - uid: 61109 + - uid: 19389 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,145.5 + rot: -1.5707963267948966 rad + pos: -164.5,2.5 parent: 1 - - uid: 61114 + - uid: 19390 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,143.5 + rot: -1.5707963267948966 rad + pos: -184.5,2.5 parent: 1 - - uid: 61751 + - uid: 19391 components: - type: Transform - pos: -192.5,24.5 + rot: -1.5707963267948966 rad + pos: -188.5,2.5 parent: 1 - - type: Storage - storedItems: - 16150: - position: 0,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 16150 - - uid: 61752 + - uid: 19392 components: - type: Transform - pos: -196.5,24.5 + rot: -1.5707963267948966 rad + pos: -186.5,2.5 parent: 1 - - type: Storage - storedItems: - 16195: - position: 0,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 16195 - - uid: 61806 + - uid: 19393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -168.5,63.5 + rot: -1.5707963267948966 rad + pos: -172.5,2.5 parent: 1 - - uid: 64201 + - uid: 19394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-169.5 + rot: -1.5707963267948966 rad + pos: -183.5,2.5 parent: 1 - - uid: 64205 + - uid: 19395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-169.5 + rot: -1.5707963267948966 rad + pos: -187.5,2.5 parent: 1 - - uid: 64248 + - uid: 19396 components: - type: Transform - pos: -94.5,-170.5 + rot: -1.5707963267948966 rad + pos: -176.5,2.5 parent: 1 - - uid: 64384 + - uid: 19397 components: - type: Transform - pos: -88.5,-170.5 + rot: -1.5707963267948966 rad + pos: -178.5,2.5 parent: 1 - - uid: 64402 + - uid: 19398 components: - type: Transform - pos: -101.5,-162.5 + pos: -147.5,2.5 parent: 1 - - uid: 64409 + - uid: 19399 components: - type: Transform - pos: -101.5,-160.5 + rot: -1.5707963267948966 rad + pos: -155.5,2.5 parent: 1 - - uid: 65646 + - uid: 19400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,-103.5 + rot: -1.5707963267948966 rad + pos: -165.5,2.5 parent: 1 - - uid: 65653 + - uid: 19401 components: - type: Transform rot: -1.5707963267948966 rad - pos: 98.5,-104.5 + pos: -181.5,2.5 parent: 1 -- proto: N14ShelfMetalMeds - entities: - - uid: 9976 + - uid: 19402 components: - type: Transform - pos: 99.5,-40.5 + rot: -1.5707963267948966 rad + pos: -173.5,2.5 parent: 1 - - uid: 9977 + - uid: 19403 components: - type: Transform - pos: 88.5,16.5 + anchored: False + pos: -143.5,41.5 parent: 1 - - uid: 9978 + - uid: 19404 components: - type: Transform - pos: 96.5,19.5 + rot: -1.5707963267948966 rad + pos: -180.5,2.5 parent: 1 - - uid: 9979 + - uid: 19405 components: - type: Transform - pos: -54.5,33.5 + rot: -1.5707963267948966 rad + pos: -191.5,2.5 parent: 1 - - uid: 9982 + - uid: 19406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.5,217.5 + pos: -146.5,2.5 parent: 1 - - uid: 24717 + - uid: 19407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -150.5,54.5 + rot: -1.5707963267948966 rad + pos: -185.5,2.5 parent: 1 - - uid: 55984 + - uid: 19408 components: - type: Transform rot: -1.5707963267948966 rad - pos: -161.5,-106.5 + pos: -166.5,2.5 parent: 1 - - uid: 62526 + - uid: 19409 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,61.5 + rot: -1.5707963267948966 rad + pos: -174.5,2.5 parent: 1 - - uid: 63669 + - uid: 19410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,61.5 + rot: -1.5707963267948966 rad + pos: -179.5,2.5 parent: 1 -- proto: N14ShelfMetalShop - entities: - - uid: 9983 + - uid: 19411 components: - type: Transform - pos: 12.5,-56.5 + rot: -1.5707963267948966 rad + pos: -189.5,2.5 parent: 1 - - uid: 9984 + - uid: 19412 components: - type: Transform - pos: 86.5,-46.5 + anchored: False + pos: -143.5,40.5 parent: 1 - - uid: 9985 + - uid: 19413 components: - type: Transform - pos: 88.5,-46.5 + pos: -143.5,38.5 parent: 1 - - uid: 9986 + - uid: 19414 components: - type: Transform - pos: 91.5,-46.5 + pos: -143.5,37.5 parent: 1 - - uid: 9987 + - uid: 19415 components: - type: Transform - pos: 93.5,-46.5 + pos: -143.5,36.5 parent: 1 - - uid: 9988 + - uid: 19416 components: - type: Transform - pos: 91.5,-42.5 + pos: -143.5,35.5 parent: 1 - - uid: 9989 + - uid: 19417 components: - type: Transform - pos: 93.5,-42.5 + pos: -143.5,34.5 parent: 1 - - uid: 9990 + - uid: 19418 components: - type: Transform - pos: 17.5,-56.5 + pos: -143.5,33.5 parent: 1 - - uid: 9991 + - uid: 19419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,-38.5 + pos: -143.5,32.5 parent: 1 - - uid: 46937 + - uid: 19420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -375.5,85.5 + pos: -143.5,31.5 parent: 1 - - uid: 47014 + - uid: 19421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -373.5,85.5 + pos: -143.5,30.5 parent: 1 - - uid: 47073 + - uid: 19422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -373.5,87.5 + pos: -143.5,29.5 parent: 1 - - uid: 47075 + - uid: 19423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -375.5,87.5 + pos: -143.5,28.5 parent: 1 -- proto: N14ShelfWood - entities: - - uid: 9997 + - uid: 19424 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,-33.5 + pos: -143.5,27.5 parent: 1 - - uid: 9998 + - uid: 19425 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,-29.5 + pos: -143.5,26.5 parent: 1 - - uid: 9999 + - uid: 19426 components: - type: Transform - pos: 27.5,-41.5 + pos: -143.5,25.5 parent: 1 - - uid: 10000 + - uid: 19427 components: - type: Transform - pos: 30.5,-41.5 + pos: -143.5,24.5 parent: 1 - - uid: 10001 + - uid: 19428 components: - type: Transform - pos: 84.5,95.5 + pos: -143.5,23.5 parent: 1 - - uid: 10056 + - uid: 19429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-15.5 + pos: -143.5,22.5 parent: 1 - - uid: 10085 + - uid: 19430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,9.5 + pos: -143.5,21.5 parent: 1 - - uid: 10097 + - uid: 19431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,22.5 + pos: -143.5,20.5 parent: 1 - - uid: 10098 + - uid: 19432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,22.5 + pos: -143.5,19.5 parent: 1 - - uid: 10099 + - uid: 19433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,27.5 + pos: -143.5,18.5 parent: 1 - - uid: 10100 + - uid: 19434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,27.5 + pos: -143.5,17.5 parent: 1 - - uid: 12775 + - uid: 19435 components: - type: Transform - pos: 148.5,163.5 + pos: -143.5,16.5 parent: 1 - - uid: 12777 + - uid: 19436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 143.5,164.5 + pos: -143.5,15.5 parent: 1 - - uid: 12778 + - uid: 19437 components: - type: Transform - rot: 3.141592653589793 rad - pos: 145.5,164.5 + pos: -143.5,14.5 parent: 1 - - uid: 12786 + - uid: 19438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 182.5,161.5 + pos: -143.5,13.5 parent: 1 - - uid: 12790 + - uid: 19439 components: - type: Transform - pos: 148.5,164.5 + pos: -143.5,12.5 parent: 1 - - uid: 24814 + - uid: 19440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,55.5 + pos: -143.5,11.5 parent: 1 - - uid: 55277 + - uid: 19441 components: - type: Transform - pos: -187.5,-112.5 + pos: -143.5,10.5 parent: 1 - - uid: 64084 + - uid: 19442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,-33.5 + pos: -143.5,9.5 parent: 1 - - uid: 64125 + - uid: 19443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,-29.5 + pos: -143.5,8.5 parent: 1 - - uid: 64557 + - uid: 19444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -116.5,-161.5 + pos: -143.5,7.5 parent: 1 - - uid: 64558 + - uid: 19445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-161.5 + pos: -143.5,6.5 parent: 1 -- proto: N14ShelfWood1 - entities: - - uid: 5386 + - uid: 19446 components: - type: Transform - pos: 172.5,152.5 + pos: -143.5,5.5 parent: 1 - - type: Storage - storedItems: - 5393: - position: 0,0 - _rotation: South - 5394: - position: 1,0 - _rotation: South - 5395: - position: 2,0 - _rotation: South - 5396: - position: 3,0 - _rotation: South - 5397: - position: 4,0 - _rotation: South - 5398: - position: 5,0 - _rotation: South - 5399: - position: 6,0 - _rotation: South - 5400: - position: 7,0 - _rotation: South - 5388: - position: 8,0 - _rotation: South - 5389: - position: 0,2 - _rotation: North - 5390: - position: 2,2 - _rotation: South - 5387: - position: 4,2 - _rotation: South - 5392: - position: 8,2 - _rotation: South - 5391: - position: 9,2 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 5393 - - 5394 - - 5395 - - 5396 - - 5397 - - 5398 - - 5399 - - 5400 - - 5388 - - 5390 - - 5389 - - 5387 - - 5392 - - 5391 - - uid: 6903 + - uid: 19447 components: - type: Transform - pos: 25.5,-56.5 + pos: -143.5,4.5 parent: 1 - - uid: 6904 + - uid: 19448 components: - type: Transform - pos: 24.5,-56.5 + pos: -143.5,3.5 parent: 1 - - uid: 9944 + - uid: 19449 components: - type: Transform - pos: 172.5,164.5 + pos: -143.5,2.5 parent: 1 - - uid: 10002 + - uid: 19450 components: - type: Transform - pos: 51.5,6.5 + pos: 141.5,8.5 parent: 1 - - uid: 10003 + - uid: 19451 components: - type: Transform - pos: 50.5,10.5 + pos: 130.5,5.5 parent: 1 - - uid: 10007 + - uid: 19452 components: - type: Transform - pos: 45.5,10.5 + pos: 141.5,7.5 parent: 1 - - uid: 10008 + - uid: 19453 components: - type: Transform - pos: 41.5,10.5 + pos: 141.5,4.5 parent: 1 - - uid: 10011 + - uid: 19454 components: - type: Transform - pos: 11.5,7.5 + rot: 3.141592653589793 rad + pos: 42.5,-56.5 parent: 1 - - uid: 10013 + - uid: 19455 components: - type: Transform - pos: 13.5,7.5 + rot: 3.141592653589793 rad + pos: 41.5,-59.5 parent: 1 - - uid: 10014 + - uid: 19456 components: - type: Transform - pos: 13.5,3.5 + rot: 3.141592653589793 rad + pos: 38.5,-59.5 parent: 1 - - uid: 10017 + - uid: 19457 components: - type: Transform - pos: 13.5,0.5 + rot: 3.141592653589793 rad + pos: 42.5,-57.5 parent: 1 - - uid: 10019 + - uid: 19458 components: - type: Transform - pos: -28.5,3.5 + rot: 3.141592653589793 rad + pos: 39.5,-59.5 parent: 1 - - uid: 10020 + - uid: 19459 components: - type: Transform - pos: -28.5,2.5 + rot: 3.141592653589793 rad + pos: 42.5,-58.5 parent: 1 - - uid: 10021 + - uid: 19460 components: - type: Transform - pos: -28.5,1.5 + rot: 3.141592653589793 rad + pos: 42.5,-59.5 parent: 1 - - uid: 10022 + - uid: 19461 components: - type: Transform - pos: -28.5,0.5 + pos: 187.5,155.5 parent: 1 - - uid: 10027 + - uid: 19462 components: - type: Transform - pos: 18.5,-31.5 + pos: 187.5,156.5 parent: 1 - - uid: 10028 + - uid: 19463 components: - type: Transform - pos: 18.5,-32.5 + pos: 187.5,154.5 parent: 1 - - uid: 10030 + - uid: 19464 components: - type: Transform - pos: 108.5,-36.5 + pos: 187.5,157.5 parent: 1 - - uid: 10031 + - uid: 19465 components: - type: Transform - pos: 106.5,-36.5 + rot: 3.141592653589793 rad + pos: -32.5,-16.5 parent: 1 - - uid: 10032 + - uid: 19466 components: - type: Transform - pos: 102.5,-48.5 + rot: 3.141592653589793 rad + pos: -28.5,-19.5 parent: 1 - - uid: 10033 + - uid: 19467 components: - type: Transform - pos: 108.5,-37.5 + rot: 3.141592653589793 rad + pos: -32.5,-16.5 parent: 1 - - uid: 10034 + - uid: 19468 components: - type: Transform - pos: 106.5,-37.5 + rot: 3.141592653589793 rad + pos: -32.5,-17.5 parent: 1 - - uid: 10035 + - uid: 19469 components: - type: Transform - pos: 108.5,-41.5 + rot: 3.141592653589793 rad + pos: -29.5,-19.5 parent: 1 - - uid: 10036 + - uid: 19470 components: - type: Transform - pos: 36.5,-70.5 + rot: 3.141592653589793 rad + pos: -32.5,-15.5 parent: 1 - - uid: 10037 + - uid: 19471 components: - type: Transform - pos: 36.5,-71.5 + rot: 3.141592653589793 rad + pos: -29.5,-19.5 parent: 1 - - uid: 10041 + - uid: 19472 components: - type: Transform - pos: -56.5,-129.5 + rot: 3.141592653589793 rad + pos: -32.5,-18.5 parent: 1 - - uid: 10044 + - uid: 19473 components: - type: Transform - pos: -33.5,-100.5 + rot: 3.141592653589793 rad + pos: -31.5,-19.5 parent: 1 - - uid: 10045 + - uid: 19474 components: - type: Transform - pos: 159.5,-92.5 + rot: 3.141592653589793 rad + pos: -32.5,-19.5 parent: 1 - - uid: 10046 + - uid: 19475 components: - type: Transform - pos: 183.5,192.5 + rot: 3.141592653589793 rad + pos: -32.5,-17.5 parent: 1 - - uid: 10049 + - uid: 19476 components: - type: Transform - pos: 169.5,56.5 + rot: 3.141592653589793 rad + pos: -41.5,-43.5 parent: 1 - - uid: 10050 + - uid: 19477 components: - type: Transform - pos: -54.5,-46.5 + rot: 3.141592653589793 rad + pos: -41.5,-44.5 parent: 1 - - uid: 10051 + - uid: 19478 components: - type: Transform - pos: -55.5,-46.5 + rot: 3.141592653589793 rad + pos: -44.5,-41.5 parent: 1 - - uid: 11071 + - uid: 19479 components: - type: Transform - pos: -188.5,-112.5 + rot: 3.141592653589793 rad + pos: -45.5,-41.5 parent: 1 - - uid: 11072 + - uid: 19480 components: - type: Transform - pos: -189.5,-112.5 + rot: 3.141592653589793 rad + pos: -43.5,-41.5 parent: 1 - - uid: 19934 + - uid: 19481 components: - type: Transform - pos: 146.5,162.5 + rot: 3.141592653589793 rad + pos: -46.5,-41.5 parent: 1 - - uid: 19939 + - uid: 19482 components: - type: Transform - pos: 146.5,163.5 + rot: 3.141592653589793 rad + pos: -49.5,-41.5 parent: 1 - - uid: 47229 + - uid: 19483 components: - type: Transform - pos: -375.5,108.5 + rot: 3.141592653589793 rad + pos: -48.5,-41.5 parent: 1 - - uid: 47539 + - uid: 19484 components: - type: Transform - pos: -369.5,103.5 + rot: 3.141592653589793 rad + pos: -42.5,-41.5 parent: 1 - - type: Storage - storedItems: - 47540: - position: 0,0 - _rotation: South - 47541: - position: 1,0 - _rotation: South - 47542: - position: 2,0 - _rotation: South - 47553: - position: 8,2 - _rotation: South - 47543: - position: 7,2 - _rotation: South - 47544: - position: 5,0 - _rotation: South - 47545: - position: 6,0 - _rotation: South - 47546: - position: 8,0 - _rotation: South - 47547: - position: 0,2 - _rotation: South - 47548: - position: 2,2 - _rotation: South - 47549: - position: 4,2 - _rotation: South - 47550: - position: 5,2 - _rotation: South - 47551: - position: 6,2 - _rotation: South - 47552: - position: 3,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47540 - - 47541 - - 47542 - - 47545 - - 47546 - - 47547 - - 47548 - - 47549 - - 47550 - - 47551 - - 47552 - - 47543 - - 47544 - - 47553 - - uid: 47568 + - uid: 19485 components: - type: Transform - pos: -365.5,108.5 + rot: 3.141592653589793 rad + pos: -41.5,-42.5 parent: 1 - - uid: 47569 + - uid: 19486 components: - type: Transform - pos: -366.5,108.5 + rot: 3.141592653589793 rad + pos: -41.5,-41.5 parent: 1 - - type: Storage - storedItems: - 47570: - position: 0,0 - _rotation: South - 47571: - position: 2,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 47570 - - 47571 - - uid: 59093 + - uid: 19487 components: - type: Transform - pos: 140.5,181.5 + rot: 3.141592653589793 rad + pos: -29.5,-19.5 parent: 1 - - uid: 60957 + - uid: 19488 components: - type: Transform - pos: 182.5,158.5 + rot: 3.141592653589793 rad + pos: -30.5,-19.5 parent: 1 - - uid: 61765 + - uid: 19489 components: - type: Transform - pos: -184.5,28.5 + rot: 3.141592653589793 rad + pos: -32.5,-18.5 parent: 1 -- proto: N14ShelfWoodAlt - entities: - - uid: 3166 + - uid: 19490 components: - type: Transform - pos: 166.5,38.5 + pos: -41.5,-16.5 parent: 1 - - type: Storage - storedItems: - 3167: - position: 0,0 - _rotation: East - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 3167 - - uid: 10053 + - uid: 19491 components: - type: Transform - pos: 84.5,97.5 + pos: -41.5,-17.5 parent: 1 - - uid: 10054 + - uid: 19492 components: - type: Transform - pos: 38.5,-43.5 + pos: -41.5,-18.5 parent: 1 - - uid: 10055 + - uid: 19493 components: - type: Transform - pos: 156.5,104.5 + pos: -41.5,-19.5 parent: 1 - - uid: 10057 + - uid: 19494 components: - type: Transform - pos: -45.5,-105.5 + rot: 3.141592653589793 rad + pos: -41.5,-20.5 parent: 1 - - uid: 10058 + - uid: 19495 components: - type: Transform - pos: 166.5,37.5 + rot: -1.5707963267948966 rad + pos: 197.5,-46.5 parent: 1 - - uid: 10059 + - uid: 19496 components: - type: Transform - pos: 164.5,38.5 + rot: -1.5707963267948966 rad + pos: 197.5,-48.5 parent: 1 - - uid: 10060 + - uid: 19497 components: - type: Transform - pos: 164.5,37.5 + pos: -117.5,-181.5 parent: 1 - - uid: 10707 + - uid: 19498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-59.5 + pos: -77.5,-191.5 parent: 1 - - uid: 10708 + - uid: 19499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-61.5 + pos: -59.5,-152.5 parent: 1 - - uid: 10709 + - uid: 19500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-57.5 + pos: -59.5,-160.5 parent: 1 - - uid: 62445 + - uid: 19501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,54.5 + pos: -59.5,-165.5 parent: 1 -- proto: N14ShelfWoodBig - entities: - - uid: 10061 + - uid: 19502 components: - type: Transform - pos: 107.5,-44.5 + pos: -59.5,-161.5 parent: 1 - - uid: 10062 + - uid: 19503 components: - type: Transform - pos: 114.5,-7.5 + pos: -61.5,-149.5 parent: 1 - - uid: 10064 + - uid: 19504 components: - type: Transform - pos: -46.5,-130.5 + pos: -78.5,-151.5 parent: 1 - - uid: 10066 + - uid: 19505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-124.5 + pos: -73.5,-149.5 parent: 1 - - uid: 42889 + - uid: 19506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 116.5,-16.5 + pos: -76.5,-149.5 parent: 1 - - uid: 59094 + - uid: 19507 components: - type: Transform - pos: 140.5,184.5 + pos: -69.5,-151.5 parent: 1 -- proto: N14ShelfWoodClothesRack - entities: - - uid: 10067 + - uid: 19508 components: - type: Transform - pos: 91.5,-30.5 + pos: -71.5,-151.5 parent: 1 - - uid: 10068 + - uid: 19509 components: - type: Transform - pos: 89.5,-30.5 + pos: -73.5,-193.5 parent: 1 - - uid: 10069 + - uid: 19510 components: - type: Transform - pos: 40.5,5.5 + pos: -66.5,-193.5 parent: 1 - - uid: 10070 + - uid: 19511 components: - type: Transform - pos: 40.5,3.5 + pos: -120.5,-170.5 parent: 1 - - uid: 10071 + - uid: 19512 components: - type: Transform - pos: -70.5,5.5 + pos: -59.5,-153.5 parent: 1 - - uid: 10074 + - uid: 19513 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-123.5 + pos: -68.5,-151.5 parent: 1 - - uid: 10075 + - uid: 19514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-109.5 + pos: -77.5,-151.5 parent: 1 - - uid: 10077 + - uid: 19515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 178.5,26.5 + pos: -61.5,-160.5 parent: 1 - - uid: 10080 + - uid: 19516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-108.5 + pos: -59.5,-149.5 parent: 1 - - uid: 10081 + - uid: 19517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,20.5 + pos: -60.5,-149.5 parent: 1 - - uid: 10082 + - uid: 19518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,18.5 + pos: -74.5,-149.5 parent: 1 - - uid: 10084 + - uid: 19519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-22.5 + pos: -70.5,-193.5 parent: 1 - - uid: 11424 + - uid: 19520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-47.5 + pos: -64.5,-193.5 parent: 1 - - uid: 11425 + - uid: 19521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-50.5 + pos: -79.5,-150.5 parent: 1 - - uid: 11426 + - uid: 19522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-46.5 + pos: -74.5,-151.5 parent: 1 - - uid: 11427 + - uid: 19523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-46.5 + pos: -59.5,-158.5 parent: 1 - - uid: 12782 + - uid: 19524 components: - type: Transform - rot: 3.141592653589793 rad - pos: 148.5,183.5 + pos: -61.5,-155.5 parent: 1 - - uid: 12783 + - uid: 19525 components: - type: Transform - rot: 3.141592653589793 rad - pos: 140.5,169.5 + pos: -69.5,-149.5 parent: 1 - - uid: 12784 + - uid: 19526 components: - type: Transform - rot: 3.141592653589793 rad - pos: 143.5,169.5 + pos: -63.5,-151.5 parent: 1 - - uid: 47231 + - uid: 19527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -375.5,106.5 + pos: -61.5,-159.5 parent: 1 - - uid: 63588 + - uid: 19528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-50.5 + pos: -70.5,-149.5 parent: 1 -- proto: N14ShelfWoodStand - entities: - - uid: 10086 + - uid: 19529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,23.5 + pos: -59.5,-156.5 parent: 1 - - uid: 10087 + - uid: 19530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-127.5 + pos: -68.5,-193.5 parent: 1 - - uid: 10091 + - uid: 19531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-108.5 + pos: -73.5,-151.5 parent: 1 -- proto: N14ShelfWoodStandSmall - entities: - - uid: 10089 + - uid: 19532 components: - type: Transform - pos: -47.5,26.5 + pos: -59.5,-157.5 parent: 1 - - uid: 10090 + - uid: 19533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-101.5 + pos: -71.5,-149.5 parent: 1 -- proto: N14ShellShotgun12 - entities: - - uid: 44379 + - uid: 19534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.23991,-92.42525 + pos: -67.5,-149.5 parent: 1 - - uid: 44380 + - uid: 19535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -221.29857,-91.783516 + pos: -72.5,-151.5 parent: 1 -- proto: N14Shovel - entities: - - uid: 10101 + - uid: 19536 components: - type: Transform - pos: 115.56836,28.345144 + pos: -113.5,-185.5 parent: 1 - - uid: 55803 + - uid: 19537 components: - type: Transform - pos: -195.49902,-120.27555 + pos: -59.5,-155.5 parent: 1 -- proto: N14SignBar - entities: - - uid: 47256 + - uid: 19538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,94.5 + pos: -76.5,-151.5 parent: 1 - - uid: 50085 + - uid: 19539 components: - type: Transform - pos: 126.5,-13.5 + pos: -77.5,-149.5 parent: 1 -- proto: N14SignBarstowStrongExpress - entities: - - uid: 63625 + - uid: 19540 components: - type: Transform - pos: 26.5,-0.5 + pos: -72.5,-149.5 parent: 1 -- proto: N14SignBazaarOn - entities: - - uid: 10103 + - uid: 19541 components: - type: Transform - pos: 14.5,-0.5 + pos: -101.5,-191.5 parent: 1 -- proto: N14SignClinic - entities: - - uid: 10105 + - uid: 19542 components: - type: Transform - pos: -43.5,21.5 + pos: -59.5,-159.5 parent: 1 - - uid: 61486 + - uid: 19543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 126.5,9.5 + pos: -59.5,-164.5 parent: 1 -- proto: N14SignDanger - entities: - - uid: 10106 + - uid: 19544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,8.5 + pos: -66.5,-151.5 parent: 1 - - uid: 23850 + - uid: 19545 components: - type: Transform - pos: -396.5,111.5 + pos: -61.5,-157.5 parent: 1 -- proto: N14SignFloorBazaar - entities: - - uid: 10107 + - uid: 19546 components: - type: Transform - pos: 7.5,-66.5 + pos: -59.5,-154.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignFloorOpen - entities: - - uid: 10108 + - uid: 19547 components: - type: Transform - pos: 75.5,-38.5 + pos: -65.5,-193.5 parent: 1 -- proto: N14SignHotel - entities: - - uid: 10110 + - uid: 19548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-9.5 + pos: -65.5,-151.5 parent: 1 -- proto: N14SignHubrisComics - entities: - - uid: 11428 + - uid: 19549 components: - type: Transform - pos: 19.5,-70.5 + pos: -65.5,-149.5 parent: 1 -- proto: N14SignMassFusion - entities: - - uid: 63626 + - uid: 19550 components: - type: Transform - pos: 160.5,-182.5 + pos: -61.5,-158.5 parent: 1 - - uid: 63632 + - uid: 19551 components: - type: Transform - pos: 160.5,-177.5 + pos: -70.5,-151.5 parent: 1 -- proto: N14SignMrHandyDamaged - entities: - - uid: 10111 + - uid: 19552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-49.5 + pos: -63.5,-149.5 parent: 1 -- proto: N14SignMrHandyWorn - entities: - - uid: 10112 + - uid: 19553 components: - type: Transform - pos: -58.5,21.5 + pos: -59.5,-174.5 parent: 1 -- proto: N14SignNotice - entities: - - uid: 10113 + - uid: 19554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-35.5 + pos: -75.5,-151.5 parent: 1 - - uid: 10114 + - uid: 19555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,7.5 + pos: -68.5,-149.5 parent: 1 - - uid: 10115 + - uid: 19556 components: - type: Transform - pos: 35.5,-66.5 + pos: -64.5,-149.5 parent: 1 - - uid: 45625 + - uid: 19557 components: - - type: MetaData - desc: Notice advising the ticket office is now closed. - type: Transform - pos: -403.5,64.5 + pos: -67.5,-151.5 parent: 1 -- proto: N14SignNukaColaGirlDamaged - entities: - - uid: 10116 + - uid: 19558 components: - type: Transform - pos: 31.5,2.5 + pos: -59.5,-176.5 parent: 1 - - uid: 10117 + - uid: 19559 components: - type: Transform - pos: -158.5,-26.5 + pos: 161.5,121.5 parent: 1 -- proto: N14SignNukaColaGirlWorn - entities: - - uid: 10118 + - uid: 19560 components: - type: Transform - pos: 95.5,-29.5 + pos: -66.5,-149.5 parent: 1 - - uid: 10119 + - uid: 19561 components: - type: Transform - pos: 19.5,-63.5 + pos: 169.5,121.5 parent: 1 - - uid: 45631 + - uid: 19562 components: - type: Transform - pos: -403.5,53.5 + pos: 41.5,-115.5 parent: 1 -- proto: N14SignOpen1 - entities: - - uid: 10120 + - uid: 19563 components: - type: Transform - pos: -52.5,21.5 + pos: 41.5,-116.5 parent: 1 - - uid: 10121 + - uid: 19564 components: - type: Transform - pos: 17.5,-0.5 + pos: 43.5,-116.5 parent: 1 -- proto: N14SignOpenOn2 - entities: - - uid: 10122 + - uid: 19565 components: - type: Transform - pos: 24.5,-0.5 + pos: 43.5,-117.5 parent: 1 - - uid: 50087 + - uid: 19566 components: - type: Transform - pos: 99.5,2.5 + pos: 43.5,-118.5 parent: 1 - - uid: 65705 + - uid: 19567 components: - type: Transform - pos: 103.5,-118.5 + pos: 43.5,-119.5 parent: 1 -- proto: N14SignPrivateProperty - entities: - - uid: 10123 + - uid: 19568 components: - type: Transform - pos: 47.5,-69.5 + pos: 43.5,-120.5 parent: 1 - - uid: 22486 + - uid: 19569 components: - type: Transform - pos: -394.5,111.5 + pos: 43.5,-121.5 parent: 1 - - uid: 45630 + - uid: 19570 components: - type: Transform - pos: -408.5,64.5 + pos: 43.5,-122.5 parent: 1 -- proto: N14SignStreetBusstop - entities: - - uid: 11354 + - uid: 19571 components: - type: Transform - pos: 85.5,-19.5 + pos: 43.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62729 + - uid: 19572 components: - type: Transform - pos: -84.5,-8.5 + pos: 44.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64127 + - uid: 19573 components: - type: Transform - pos: 8.5,-80.5 + pos: 45.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64147 + - uid: 19574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,-78.5 + pos: 46.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64153 + - uid: 19575 components: - type: Transform - pos: -165.5,-1.5 + pos: 47.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65336 + - uid: 19576 components: - type: Transform - pos: 83.5,-120.5 + pos: 48.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetNoparking - entities: - - uid: 10125 + - uid: 19577 components: - type: Transform - pos: 117.5,-30.5 + pos: 49.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetNoturning - entities: - - uid: 10126 + - uid: 19578 components: - type: Transform - pos: 117.5,-26.5 + pos: 50.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetOnedirection - entities: - - uid: 10127 + - uid: 19579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,72.5 + pos: 51.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetOneway - entities: - - uid: 10128 + - uid: 19580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-48.5 + pos: 52.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10129 + - uid: 19581 components: - type: Transform - pos: 54.5,-23.5 + pos: 53.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10130 + - uid: 19582 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-53.5 + pos: 54.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetSnake - entities: - - uid: 10131 + - uid: 19583 components: - type: Transform - pos: 54.5,98.5 + pos: 55.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetSpeedlimit - entities: - - uid: 10132 + - uid: 19584 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,71.5 + pos: 55.5,-122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10133 + - uid: 19585 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,20.5 + pos: 55.5,-121.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10134 + - uid: 19586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,13.5 + pos: 55.5,-120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10135 + - uid: 19587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,64.5 + pos: 42.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10136 + - uid: 19588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,0.5 + pos: 41.5,-114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10137 + - uid: 19589 components: - type: Transform - pos: -45.5,4.5 + pos: -163.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10138 + - uid: 19590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,0.5 + pos: -59.5,-187.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10139 + - uid: 19591 components: - type: Transform - pos: -94.5,3.5 + pos: -59.5,-173.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10140 + - uid: 19592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,65.5 + pos: -113.5,-183.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetStop +- proto: N14WallRockBasalt entities: - - uid: 10141 + - uid: 19593 components: - type: Transform - pos: 60.5,-12.5 + pos: 41.5,-139.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10142 + - uid: 19594 components: - type: Transform - pos: 20.5,-48.5 + pos: 39.5,-145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10143 + - uid: 19595 components: - type: Transform - pos: 60.5,-36.5 + pos: 46.5,-143.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10144 + - uid: 19596 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-41.5 + pos: 42.5,-142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10145 + - uid: 19597 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-9.5 + pos: 43.5,-142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10146 + - uid: 19598 components: - type: Transform - pos: 60.5,71.5 + pos: 41.5,-143.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10147 + - uid: 19599 components: - type: Transform - pos: 16.5,-8.5 + pos: 34.5,-148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10148 + - uid: 19600 components: - type: Transform - pos: 54.5,-36.5 + pos: 37.5,-139.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10149 + - uid: 19601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-48.5 + pos: 42.5,-140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10150 + - uid: 19602 components: - type: Transform - pos: 71.5,-19.5 + pos: 37.5,-142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10151 + - uid: 19603 components: - type: Transform - pos: 187.5,65.5 + pos: 10.5,-159.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65288 + - uid: 19604 components: - type: Transform - pos: 78.5,-119.5 + pos: 35.5,-137.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65367 + - uid: 19605 components: - type: Transform - pos: 71.5,-113.5 + pos: 38.5,-140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetTurn - entities: - - uid: 10152 + - uid: 19606 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,68.5 + pos: 36.5,-146.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10153 + - uid: 19607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,67.5 + pos: 5.5,-152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10154 + - uid: 19608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,71.5 + pos: 11.5,-161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignStreetWarning - entities: - - uid: 10155 + - uid: 19609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,10.5 + pos: 34.5,-144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10156 + - uid: 19610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,16.5 + pos: 8.5,-145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10157 + - uid: 19611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-48.5 + pos: 9.5,-159.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10158 + - uid: 19612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-48.5 + pos: 62.5,-144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10159 + - uid: 19613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,-26.5 + pos: 9.5,-172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SignSullivans - entities: - - uid: 63630 + - uid: 19614 components: - type: Transform - pos: -67.5,-9.5 + pos: 61.5,-140.5 parent: 1 -- proto: N14SignTheJerkShakes - entities: - - uid: 63599 + - uid: 19615 components: - type: Transform - pos: -152.5,-15.5 + pos: 40.5,-143.5 parent: 1 -- proto: N14SignVaultTec - entities: - - uid: 10160 + - uid: 19616 components: - type: Transform - pos: -37.5,68.5 + pos: 33.5,-142.5 parent: 1 -- proto: N14SignVaultTecDamaged - entities: - - uid: 10161 + - uid: 19617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-40.5 + pos: 35.5,-142.5 parent: 1 - - uid: 12488 + - uid: 19618 components: - type: Transform - pos: 89.5,-18.5 + pos: 20.5,-133.5 parent: 1 -- proto: N14SignVaultTecWorn - entities: - - uid: 10162 + - uid: 19619 components: - type: Transform - pos: -39.5,53.5 + pos: 21.5,-136.5 parent: 1 - - uid: 10163 + - uid: 19620 components: - type: Transform - pos: 28.5,-63.5 + pos: 52.5,-139.5 parent: 1 - - uid: 45634 + - uid: 19621 components: - type: Transform - pos: -407.5,53.5 + pos: 52.5,-143.5 parent: 1 -- proto: N14SignVaultTecWorn2 - entities: - - uid: 10164 + - uid: 19622 components: - type: Transform - pos: 165.5,-80.5 + pos: 36.5,-135.5 parent: 1 -- proto: N14SignWickedShipping - entities: - - uid: 63624 + - uid: 19623 components: - type: Transform - pos: -152.5,-0.5 + pos: 35.5,-140.5 parent: 1 -- proto: N14Sink - entities: - - uid: 65652 + - uid: 19624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-107.5 + pos: 52.5,-141.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SinkFilledWater - entities: - - uid: 11205 + - uid: 19625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,35.5 + pos: 52.5,-142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61978 + - uid: 19626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,35.5 + pos: 63.5,-144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SinkFilledWaterDirty - entities: - - uid: 63443 + - uid: 19627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,-171.5 + pos: 21.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SledgeHammer - entities: - - uid: 10167 + - uid: 19628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.49612,127.42515 + pos: 15.5,-134.5 parent: 1 - - uid: 10205 + - uid: 19629 components: - type: Transform - pos: -167.47586,-118.43704 + pos: 40.5,-177.5 parent: 1 - - uid: 59046 + - uid: 19630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.293535,149.6672 + pos: 40.5,-176.5 parent: 1 - - uid: 61152 + - uid: 19631 components: - type: Transform - pos: 16.313519,147.55318 + pos: 51.5,-133.5 parent: 1 - - uid: 64075 + - uid: 19632 components: - type: Transform - pos: -108.87072,-30.926096 + pos: 49.5,-133.5 parent: 1 -- proto: N14SpawnerRandomFoodPreWar - entities: - - uid: 10168 + - uid: 19633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,53.5 + pos: 47.5,-135.5 parent: 1 - - uid: 10169 + - uid: 19634 components: - type: Transform - pos: 42.5,55.5 + pos: 47.5,-145.5 parent: 1 - - uid: 44381 + - uid: 19635 components: - type: Transform - pos: -225.5,-91.5 + pos: 47.5,-139.5 parent: 1 - - uid: 47823 + - uid: 19636 components: - type: Transform - pos: 45.5,169.5 + pos: 47.5,-142.5 parent: 1 - - uid: 47844 + - uid: 19637 components: - type: Transform - pos: 46.5,169.5 + pos: 48.5,-134.5 parent: 1 - - uid: 48163 + - uid: 19638 components: - type: Transform - pos: 181.5,-101.5 + pos: 48.5,-138.5 parent: 1 - - uid: 56109 + - uid: 19639 components: - type: Transform - pos: 83.5,-31.5 + pos: 48.5,-140.5 parent: 1 - - uid: 56274 + - uid: 19640 components: - type: Transform - pos: 93.5,-42.5 + pos: 48.5,-141.5 parent: 1 - - uid: 56275 + - uid: 19641 components: - type: Transform - pos: 86.5,-37.5 + pos: 47.5,-143.5 parent: 1 - - uid: 56276 + - uid: 19642 components: - type: Transform - pos: 94.5,-42.5 + pos: 47.5,-140.5 parent: 1 - - uid: 56277 + - uid: 19643 components: - type: Transform - pos: 91.5,-42.5 + pos: 41.5,-133.5 parent: 1 - - uid: 56279 + - uid: 19644 components: - type: Transform - pos: 86.5,-46.5 + pos: 53.5,-134.5 parent: 1 - - uid: 56280 + - uid: 19645 components: - type: Transform - pos: 88.5,-46.5 + pos: 46.5,-133.5 parent: 1 - - uid: 56281 + - uid: 19646 components: - type: Transform - pos: 89.5,-46.5 + pos: 53.5,-142.5 parent: 1 - - uid: 56282 + - uid: 19647 components: - type: Transform - pos: 92.5,-46.5 + pos: 47.5,-137.5 parent: 1 - - uid: 56283 + - uid: 19648 components: - type: Transform - pos: 94.5,-46.5 + pos: 48.5,-139.5 parent: 1 - - uid: 56284 + - uid: 19649 components: - type: Transform - pos: 86.5,-32.5 + pos: 47.5,-144.5 parent: 1 - - uid: 56285 + - uid: 19650 components: - type: Transform - pos: 83.5,-40.5 + pos: 48.5,-135.5 parent: 1 -- proto: N14SpawnerRandomFoodPreWarTrash - entities: - - uid: 9981 + - uid: 19651 components: - type: Transform - pos: 131.5,-10.5 + pos: 48.5,-136.5 parent: 1 - - uid: 10170 + - uid: 19652 components: - type: Transform - pos: 164.5,-67.5 + pos: 48.5,-137.5 parent: 1 - - uid: 10171 + - uid: 19653 components: - type: Transform - pos: 158.5,-70.5 + pos: 53.5,-138.5 parent: 1 - - uid: 10172 + - uid: 19654 components: - type: Transform - pos: 163.5,-67.5 + pos: 53.5,-140.5 parent: 1 - - uid: 23723 + - uid: 19655 components: - type: Transform - pos: 129.5,-7.5 + pos: 53.5,-143.5 parent: 1 - - uid: 55280 + - uid: 19656 components: - type: Transform - pos: 132.5,-5.5 + pos: 51.5,-136.5 parent: 1 - - uid: 56043 + - uid: 19657 components: - type: Transform - pos: 139.5,-3.5 + pos: 51.5,-137.5 parent: 1 - - uid: 56083 + - uid: 19658 components: - type: Transform - pos: 131.5,-0.5 + pos: 51.5,-138.5 parent: 1 - - uid: 56101 + - uid: 19659 components: - type: Transform - pos: 136.5,-5.5 + pos: 51.5,-139.5 parent: 1 - - uid: 56104 + - uid: 19660 components: - type: Transform - pos: 138.5,1.5 + pos: 52.5,-136.5 parent: 1 - - uid: 56123 + - uid: 19661 components: - type: Transform - pos: 128.5,-11.5 + pos: 52.5,-137.5 parent: 1 - - uid: 56213 + - uid: 19662 components: - type: Transform - pos: 128.5,-3.5 + pos: 51.5,-144.5 parent: 1 - - uid: 56246 + - uid: 19663 components: - type: Transform - pos: 133.5,2.5 + pos: 51.5,-145.5 parent: 1 - - uid: 56247 + - uid: 19664 components: - type: Transform - pos: 138.5,-10.5 + pos: 50.5,-135.5 parent: 1 -- proto: N14SpawnerRandomMedical - entities: - - uid: 46549 + - uid: 19665 components: - type: Transform - pos: 56.5,161.5 + pos: 50.5,-136.5 parent: 1 - - uid: 47510 + - uid: 19666 components: - type: Transform - pos: 56.5,155.5 + pos: 50.5,-137.5 parent: 1 - - uid: 47720 + - uid: 19667 components: - type: Transform - pos: 58.5,157.5 + pos: 50.5,-138.5 parent: 1 - - uid: 47740 + - uid: 19668 components: - type: Transform - pos: 58.5,154.5 + pos: 50.5,-139.5 parent: 1 - - uid: 47750 + - uid: 19669 components: - type: Transform - pos: 56.5,158.5 + pos: 50.5,-141.5 parent: 1 - - uid: 47759 + - uid: 19670 components: - type: Transform - pos: 58.5,160.5 + pos: 49.5,-140.5 parent: 1 - - uid: 48150 + - uid: 19671 components: - type: Transform - pos: 170.5,-98.5 + pos: 50.5,-145.5 parent: 1 -- proto: N14SpawnerRandomTools - entities: - - uid: 10176 + - uid: 19672 components: - type: Transform - pos: 207.5,168.5 + pos: 50.5,-144.5 parent: 1 - - uid: 10177 + - uid: 19673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-87.5 + pos: 49.5,-141.5 parent: 1 - - uid: 10178 + - uid: 19674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-67.5 + pos: 49.5,-142.5 parent: 1 - - uid: 10179 + - uid: 19675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-66.5 + pos: 49.5,-143.5 parent: 1 - - uid: 10180 + - uid: 19676 components: - type: Transform - pos: 189.5,51.5 + pos: 49.5,-144.5 parent: 1 - - uid: 10181 + - uid: 19677 components: - type: Transform - pos: 189.5,51.5 + pos: 49.5,-145.5 parent: 1 - - uid: 10182 + - uid: 19678 components: - type: Transform - pos: 174.5,51.5 + pos: 48.5,-133.5 parent: 1 - - uid: 10183 + - uid: 19679 components: - type: Transform - pos: 207.5,168.5 + pos: 54.5,-135.5 parent: 1 - - uid: 10184 + - uid: 19680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,97.5 + pos: 55.5,-144.5 parent: 1 - - uid: 44382 + - uid: 19681 components: - type: Transform - pos: -224.5,-91.5 + pos: 52.5,-140.5 parent: 1 - - uid: 47087 + - uid: 19682 components: - type: Transform - pos: -376.5,85.5 + pos: 52.5,-145.5 parent: 1 - - uid: 47088 + - uid: 19683 components: - type: Transform - pos: -376.5,86.5 + pos: 52.5,-144.5 parent: 1 - - uid: 47089 + - uid: 19684 components: - type: Transform - pos: -376.5,85.5 + pos: 50.5,-133.5 parent: 1 - - uid: 47090 + - uid: 19685 components: - type: Transform - pos: -376.5,86.5 + pos: 14.5,-134.5 parent: 1 - - uid: 47091 + - uid: 19686 components: - type: Transform - pos: -376.5,85.5 + pos: 14.5,-135.5 parent: 1 -- proto: N14SpawnerRandomWeaponGunLaser - entities: - - uid: 44776 + - uid: 19687 components: - type: Transform - pos: 160.5,-108.5 + pos: 12.5,-136.5 parent: 1 - - uid: 48159 + - uid: 19688 components: - type: Transform - pos: 190.5,-97.5 + pos: 43.5,-133.5 parent: 1 -- proto: N14SpawnerRandomWeaponGunShotgunsRifles - entities: - - uid: 48154 + - uid: 19689 components: - type: Transform - pos: 163.5,-98.5 + pos: 47.5,-133.5 parent: 1 - - uid: 48170 + - uid: 19690 components: - type: Transform - pos: 178.5,-115.5 + pos: 44.5,-133.5 parent: 1 - - uid: 48182 + - uid: 19691 components: - type: Transform - pos: 187.5,-121.5 + pos: 40.5,-133.5 parent: 1 -- proto: N14SpawnerRandomWeaponGunSmall - entities: - - uid: 7779 + - uid: 19692 components: - type: Transform - pos: -78.5,-120.5 + pos: 53.5,-135.5 parent: 1 - - uid: 48183 + - uid: 19693 components: - type: Transform - pos: 169.5,-113.5 + pos: 45.5,-133.5 parent: 1 -- proto: N14SpawnerRandomWeaponMelee - entities: - - uid: 7780 + - uid: 19694 components: - type: Transform - pos: -79.5,-120.5 + pos: 40.5,-140.5 parent: 1 - - uid: 10185 + - uid: 19695 components: - type: Transform - pos: -291.5,-84.5 + pos: 41.5,-135.5 parent: 1 - - uid: 10186 + - uid: 19696 components: - type: Transform - pos: -77.5,-120.5 + pos: 41.5,-136.5 parent: 1 - - uid: 10187 + - uid: 19697 components: - type: Transform - pos: 185.5,51.5 + pos: 41.5,-137.5 parent: 1 - - uid: 47092 + - uid: 19698 components: - type: Transform - pos: -374.5,85.5 + pos: 35.5,-145.5 parent: 1 - - uid: 47093 + - uid: 19699 components: - type: Transform - pos: -374.5,86.5 + pos: 35.5,-144.5 parent: 1 - - uid: 47094 + - uid: 19700 components: - type: Transform - pos: -374.5,85.5 + pos: 50.5,-134.5 parent: 1 - - uid: 47095 + - uid: 19701 components: - type: Transform - pos: -374.5,86.5 + pos: 47.5,-136.5 parent: 1 - - uid: 47096 + - uid: 19702 components: - type: Transform - pos: -374.5,85.5 + pos: 53.5,-136.5 parent: 1 - - uid: 48158 + - uid: 19703 components: - type: Transform - pos: 183.5,-104.5 + pos: 53.5,-137.5 parent: 1 -- proto: N14SpawnMobBloatfly - entities: - - uid: 49632 + - uid: 19704 components: - type: Transform - pos: 44.5,191.5 + pos: 53.5,-144.5 parent: 1 - - uid: 64380 + - uid: 19705 components: - type: Transform - pos: -39.5,-102.5 + pos: 61.5,-142.5 parent: 1 - - uid: 64520 + - uid: 19706 components: - type: Transform - pos: -42.5,-101.5 + pos: 13.5,-135.5 parent: 1 -- proto: N14SpawnMobBrahmin - entities: - - uid: 4681 + - uid: 19707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-13.5 + pos: 14.5,-136.5 parent: 1 - - uid: 12471 + - uid: 19708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,-13.5 + pos: 54.5,-144.5 parent: 1 - - uid: 12473 + - uid: 19709 components: - type: Transform - pos: 92.5,-13.5 + pos: 52.5,-134.5 parent: 1 - - uid: 12475 + - uid: 19710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,-11.5 + pos: 42.5,-133.5 parent: 1 - - uid: 48168 + - uid: 19711 components: - type: Transform - pos: 171.5,188.5 + pos: 47.5,-138.5 parent: 1 - - uid: 48196 + - uid: 19712 components: - type: Transform - pos: 173.5,190.5 + pos: 55.5,-143.5 parent: 1 - - uid: 48208 + - uid: 19713 components: - type: Transform - pos: 172.5,187.5 + pos: 47.5,-141.5 parent: 1 -- proto: N14SpawnMobDeathclaw - entities: - - uid: 44834 + - uid: 19714 components: - type: Transform - pos: 184.5,-106.5 + pos: 54.5,-143.5 parent: 1 - - uid: 48153 + - uid: 19715 components: - type: Transform - pos: 161.5,-106.5 + pos: 55.5,-135.5 parent: 1 - - uid: 48156 + - uid: 19716 components: - type: Transform - pos: 168.5,-103.5 + pos: 52.5,-133.5 parent: 1 - - uid: 48177 + - uid: 19717 components: - type: Transform - pos: 181.5,-115.5 + pos: 61.5,-141.5 parent: 1 -- proto: N14SpawnMobDeathclawAlbino - entities: - - uid: 48167 + - uid: 19718 components: - type: Transform - pos: 192.5,-99.5 + pos: 61.5,-139.5 parent: 1 -- proto: N14SpawnMobFeralDog - entities: - - uid: 12794 + - uid: 19719 components: - type: Transform - pos: 178.5,41.5 + pos: 62.5,-142.5 parent: 1 - - uid: 41304 + - uid: 19720 components: - type: Transform - pos: -52.5,-130.5 + pos: 62.5,-138.5 parent: 1 - - uid: 49546 + - uid: 19721 components: - type: Transform - pos: 10.5,41.5 + pos: 61.5,-138.5 parent: 1 - - uid: 64434 + - uid: 19722 components: - type: Transform - pos: 44.5,-2.5 + pos: 52.5,-135.5 parent: 1 - - uid: 64461 + - uid: 19723 components: - type: Transform - pos: -73.5,-115.5 + pos: 52.5,-138.5 parent: 1 -- proto: N14SpawnMobGecko - entities: - - uid: 40295 + - uid: 19724 components: - type: Transform - pos: -34.5,50.5 + pos: 51.5,-140.5 parent: 1 - - uid: 44832 + - uid: 19725 components: - type: Transform - pos: 191.5,-83.5 + pos: 51.5,-141.5 parent: 1 - - uid: 48166 + - uid: 19726 components: - type: Transform - pos: 182.5,-85.5 + pos: 51.5,-142.5 parent: 1 - - uid: 48171 + - uid: 19727 components: - type: Transform - pos: 166.5,-81.5 + pos: 51.5,-143.5 parent: 1 - - uid: 48176 + - uid: 19728 components: - type: Transform - pos: 175.5,-82.5 + pos: 50.5,-140.5 parent: 1 - - uid: 48184 + - uid: 19729 components: - type: Transform - pos: 167.5,-87.5 + pos: 50.5,-142.5 parent: 1 - - uid: 49548 + - uid: 19730 components: - type: Transform - pos: -7.5,49.5 + pos: 50.5,-143.5 parent: 1 - - uid: 49623 + - uid: 19731 components: - type: Transform - pos: -4.5,38.5 + pos: 51.5,-134.5 parent: 1 - - uid: 49634 + - uid: 19732 components: - type: Transform - pos: -38.5,47.5 + pos: 51.5,-135.5 parent: 1 -- proto: N14SpawnMobGiantAnt - entities: - - uid: 8425 + - uid: 19733 components: - type: Transform - pos: -108.5,-165.5 + pos: 48.5,-142.5 parent: 1 - - uid: 19897 + - uid: 19734 components: - type: Transform - pos: 138.5,126.5 + pos: 48.5,-143.5 parent: 1 - - uid: 19916 + - uid: 19735 components: - type: Transform - pos: 119.5,149.5 + pos: 48.5,-144.5 parent: 1 - - uid: 19920 + - uid: 19736 components: - type: Transform - pos: 122.5,138.5 + pos: 48.5,-145.5 parent: 1 - - uid: 27499 + - uid: 19737 components: - type: Transform - pos: 139.5,130.5 + pos: 49.5,-134.5 parent: 1 - - uid: 47890 + - uid: 19738 components: - type: Transform - pos: 136.5,134.5 + pos: 49.5,-135.5 parent: 1 - - uid: 47916 + - uid: 19739 components: - type: Transform - pos: 130.5,129.5 + pos: 49.5,-136.5 parent: 1 - - uid: 47972 + - uid: 19740 components: - type: Transform - pos: 128.5,137.5 + pos: 49.5,-138.5 parent: 1 - - uid: 49258 + - uid: 19741 components: - type: Transform - pos: 79.5,192.5 + pos: 49.5,-139.5 parent: 1 - - uid: 49541 + - uid: 19742 components: - type: Transform - pos: 71.5,187.5 + pos: 49.5,-137.5 parent: 1 - - uid: 49552 + - uid: 19743 components: - type: Transform - pos: 90.5,188.5 + pos: 53.5,-139.5 parent: 1 - - uid: 49553 + - uid: 19744 components: - type: Transform - pos: 64.5,188.5 + pos: 53.5,-141.5 parent: 1 - - uid: 49622 + - uid: 19745 components: - type: Transform - pos: 53.5,189.5 + pos: 53.5,-145.5 parent: 1 - - uid: 49626 + - uid: 19746 components: - type: Transform - pos: 70.5,194.5 + pos: 62.5,-139.5 parent: 1 - - uid: 49629 + - uid: 19747 components: - type: Transform - pos: 89.5,194.5 + pos: 19.5,-136.5 parent: 1 - - uid: 61171 + - uid: 19748 components: - type: Transform - pos: 124.5,131.5 + pos: 19.5,-135.5 parent: 1 - - uid: 61178 + - uid: 19749 components: - type: Transform - pos: 191.5,125.5 + pos: 34.5,-142.5 parent: 1 - - uid: 61435 + - uid: 19750 components: - type: Transform - pos: 174.5,-52.5 + pos: 35.5,-139.5 parent: 1 - - uid: 61457 + - uid: 19751 components: - type: Transform - pos: 157.5,-56.5 + pos: 34.5,-139.5 parent: 1 - - uid: 61461 + - uid: 19752 components: - type: Transform - pos: 162.5,-57.5 + pos: 34.5,-146.5 parent: 1 - - uid: 61474 + - uid: 19753 components: - type: Transform - pos: 171.5,-54.5 + pos: 58.5,-142.5 parent: 1 - - uid: 62678 + - uid: 19754 components: - type: Transform - pos: 197.5,128.5 + pos: 57.5,-139.5 parent: 1 - - uid: 62681 + - uid: 19755 components: - type: Transform - pos: 197.5,141.5 + pos: 58.5,-140.5 parent: 1 - - uid: 64563 + - uid: 19756 components: - type: Transform - pos: -79.5,-164.5 + pos: 57.5,-136.5 parent: 1 - - uid: 64564 + - uid: 19757 components: - type: Transform - pos: -98.5,-152.5 + pos: 57.5,-137.5 parent: 1 - - uid: 64565 + - uid: 19758 components: - type: Transform - pos: -115.5,-156.5 + pos: 58.5,-141.5 parent: 1 - - uid: 64566 + - uid: 19759 components: - type: Transform - pos: -108.5,-152.5 + pos: 56.5,-138.5 parent: 1 - - uid: 64567 + - uid: 19760 components: - type: Transform - pos: -79.5,-173.5 + pos: 56.5,-139.5 parent: 1 - - uid: 64568 + - uid: 19761 components: - type: Transform - pos: -104.5,-161.5 + pos: 24.5,-134.5 parent: 1 - - uid: 64569 + - uid: 19762 components: - type: Transform - pos: -89.5,-167.5 + pos: 40.5,-178.5 parent: 1 - - uid: 64570 + - uid: 19763 components: - type: Transform - pos: -103.5,-176.5 + pos: 191.5,-154.5 parent: 1 - - uid: 64571 + - uid: 19764 components: - type: Transform - pos: -105.5,-156.5 + pos: 190.5,-170.5 parent: 1 - - uid: 64572 + - uid: 19765 components: - type: Transform - pos: -104.5,-157.5 + pos: 42.5,-183.5 parent: 1 - - uid: 64573 + - uid: 19766 components: - type: Transform - pos: -97.5,-138.5 + pos: 16.5,-135.5 parent: 1 - - uid: 64574 + - uid: 19767 components: - type: Transform - pos: -114.5,-152.5 + pos: 16.5,-134.5 parent: 1 - - uid: 64575 + - uid: 19768 components: - type: Transform - pos: -65.5,-169.5 + pos: 16.5,-133.5 parent: 1 - - uid: 64576 + - uid: 19769 components: - type: Transform - pos: -99.5,-161.5 + pos: 17.5,-136.5 parent: 1 - - uid: 64577 + - uid: 19770 components: - type: Transform - pos: -95.5,-177.5 + pos: 19.5,-134.5 parent: 1 - - uid: 64578 + - uid: 19771 components: - type: Transform - pos: -99.5,-165.5 + pos: 19.5,-133.5 parent: 1 - - uid: 64579 + - uid: 19772 components: - type: Transform - pos: -76.5,-154.5 + pos: 20.5,-136.5 parent: 1 - - uid: 64580 + - uid: 19773 components: - type: Transform - pos: -75.5,-163.5 + pos: 20.5,-135.5 parent: 1 - - uid: 64581 + - uid: 19774 components: - type: Transform - pos: -85.5,-167.5 + pos: 20.5,-134.5 parent: 1 - - uid: 64582 + - uid: 19775 components: - type: Transform - pos: -116.5,-162.5 + pos: 29.5,-136.5 parent: 1 - - uid: 64583 + - uid: 19776 components: - type: Transform - pos: -102.5,-172.5 + pos: 28.5,-135.5 parent: 1 - - uid: 64584 + - uid: 19777 components: - type: Transform - pos: -84.5,-174.5 + pos: 190.5,-187.5 parent: 1 - - uid: 64585 + - uid: 19778 components: - type: Transform - pos: -97.5,-175.5 + pos: 190.5,-171.5 parent: 1 - - uid: 64586 + - uid: 19779 components: - type: Transform - pos: -92.5,-169.5 + pos: 190.5,-166.5 parent: 1 - - uid: 64587 + - uid: 19780 components: - type: Transform - pos: -91.5,-166.5 + pos: 57.5,-141.5 parent: 1 -- proto: N14SpawnMobMolerat - entities: - - uid: 2323 + - uid: 19781 components: - type: Transform - pos: 164.5,52.5 + pos: 56.5,-136.5 parent: 1 - - uid: 7379 + - uid: 19782 components: - type: Transform - pos: -31.5,10.5 + pos: 31.5,-136.5 parent: 1 - - uid: 16501 + - uid: 19783 components: - type: Transform - pos: 189.5,173.5 + pos: 27.5,-136.5 parent: 1 - - uid: 16513 + - uid: 19784 components: - type: Transform - pos: 184.5,170.5 + pos: 56.5,-140.5 parent: 1 - - uid: 16558 + - uid: 19785 components: - type: Transform - pos: 132.5,149.5 + pos: 56.5,-141.5 parent: 1 - - uid: 48149 + - uid: 19786 components: - type: Transform - pos: 163.5,36.5 + pos: 55.5,-138.5 parent: 1 - - uid: 48151 + - uid: 19787 components: - type: Transform - pos: 190.5,29.5 + pos: 57.5,-138.5 parent: 1 - - uid: 48155 + - uid: 19788 components: - type: Transform - pos: 194.5,48.5 + pos: 55.5,-139.5 parent: 1 - - uid: 48160 + - uid: 19789 components: - type: Transform - pos: 169.5,46.5 + pos: 55.5,-140.5 parent: 1 - - uid: 48188 + - uid: 19790 components: - type: Transform - pos: 171.5,55.5 + pos: 55.5,-141.5 parent: 1 - - uid: 48192 + - uid: 19791 components: - type: Transform - pos: 163.5,15.5 + pos: 54.5,-139.5 parent: 1 - - uid: 48193 + - uid: 19792 components: - type: Transform - pos: 188.5,41.5 + pos: 55.5,-142.5 parent: 1 - - uid: 48202 + - uid: 19793 components: - type: Transform - pos: 174.5,30.5 + pos: 54.5,-137.5 parent: 1 - - uid: 48206 + - uid: 19794 components: - type: Transform - pos: 178.5,35.5 + pos: 54.5,-140.5 parent: 1 - - uid: 64443 + - uid: 19795 components: - type: Transform - pos: -7.5,11.5 + pos: 54.5,-141.5 parent: 1 - - uid: 64458 + - uid: 19796 components: - type: Transform - pos: -28.5,6.5 + pos: 31.5,-135.5 parent: 1 -- proto: N14SpawnMobNightstalker - entities: - - uid: 49625 + - uid: 19797 components: - type: Transform - pos: 43.5,51.5 + pos: 26.5,-136.5 parent: 1 - - uid: 64411 + - uid: 19798 components: - type: Transform - pos: -7.5,-35.5 + pos: 30.5,-135.5 parent: 1 - - uid: 64441 + - uid: 19799 components: - type: Transform - pos: -6.5,-34.5 + pos: 30.5,-136.5 parent: 1 -- proto: N14SpawnMobNightstalkerCub - entities: - - uid: 49233 + - uid: 19800 components: - type: Transform - pos: 26.5,48.5 + pos: 29.5,-135.5 parent: 1 - - uid: 49631 + - uid: 19801 components: - type: Transform - pos: -26.5,150.5 + pos: 56.5,-142.5 parent: 1 - - uid: 64439 + - uid: 19802 components: - type: Transform - pos: -6.5,-35.5 + pos: 28.5,-136.5 parent: 1 - - uid: 64451 + - uid: 19803 components: - type: Transform - pos: -7.5,-32.5 + pos: 27.5,-135.5 parent: 1 - - uid: 64452 + - uid: 19804 components: - type: Transform - pos: -6.5,-29.5 + pos: 55.5,-136.5 parent: 1 - - uid: 64456 + - uid: 19805 components: - type: Transform - pos: -3.5,-32.5 + pos: 55.5,-137.5 parent: 1 -- proto: N14SpawnMobRadroach - entities: - - uid: 7378 + - uid: 19806 components: - type: Transform - pos: -45.5,-43.5 + pos: 190.5,-167.5 parent: 1 - - uid: 19893 + - uid: 19807 components: - type: Transform - pos: 36.5,-56.5 + pos: 57.5,-142.5 parent: 1 - - uid: 19904 + - uid: 19808 components: - type: Transform - pos: 95.5,-41.5 + pos: 56.5,-137.5 parent: 1 - - uid: 19912 + - uid: 19809 components: - type: Transform - pos: 36.5,-65.5 + pos: 57.5,-140.5 parent: 1 - - uid: 19926 + - uid: 19810 components: - type: Transform - pos: 32.5,-58.5 + pos: 15.5,-136.5 parent: 1 - - uid: 44803 + - uid: 19811 components: - type: Transform - pos: 175.5,-68.5 + pos: 39.5,-176.5 parent: 1 - - uid: 46614 + - uid: 19812 components: - type: Transform - pos: 133.5,178.5 + pos: 15.5,-133.5 parent: 1 - - uid: 48148 + - uid: 19813 components: - type: Transform - pos: 161.5,-71.5 + pos: 22.5,-136.5 parent: 1 - - uid: 48165 + - uid: 19814 components: - type: Transform - pos: 169.5,-75.5 + pos: 32.5,-136.5 parent: 1 - - uid: 48174 + - uid: 19815 components: - type: Transform - pos: 167.5,-69.5 + pos: 63.5,-140.5 parent: 1 - - uid: 48181 + - uid: 19816 components: - type: Transform - pos: 182.5,-68.5 + pos: 21.5,-135.5 parent: 1 - - uid: 48185 + - uid: 19817 components: - type: Transform - pos: 157.5,-76.5 + pos: 21.5,-134.5 parent: 1 - - uid: 48191 + - uid: 19818 components: - type: Transform - pos: 182.5,-70.5 + pos: 22.5,-135.5 parent: 1 - - uid: 61175 + - uid: 19819 components: - type: Transform - pos: 87.5,-36.5 + pos: 16.5,-136.5 parent: 1 - - uid: 61176 + - uid: 19820 components: - type: Transform - pos: 105.5,-35.5 + pos: 15.5,-135.5 parent: 1 - - uid: 61179 + - uid: 19821 components: - type: Transform - pos: 95.5,-31.5 + pos: 42.5,-182.5 parent: 1 - - uid: 61182 + - uid: 19822 components: - type: Transform - pos: 107.5,-46.5 + pos: 7.5,-178.5 parent: 1 - - uid: 61185 + - uid: 19823 components: - type: Transform - pos: 82.5,-48.5 + pos: -27.5,-157.5 parent: 1 - - uid: 64352 + - uid: 19824 components: - type: Transform - pos: -74.5,-11.5 + pos: 9.5,-178.5 parent: 1 - - uid: 64354 + - uid: 19825 components: - type: Transform - pos: -54.5,-11.5 + pos: 17.5,-185.5 parent: 1 - - uid: 64423 + - uid: 19826 components: - type: Transform - pos: -66.5,5.5 + pos: 6.5,-181.5 parent: 1 - - uid: 64462 + - uid: 19827 components: - type: Transform - pos: -159.5,-19.5 + pos: 6.5,-180.5 parent: 1 -- proto: N14SpawnMobRadscorpion - entities: - - uid: 42870 + - uid: 19828 components: - type: Transform - pos: 211.5,186.5 + pos: -25.5,-156.5 parent: 1 - - uid: 62603 + - uid: 19829 components: - type: Transform - pos: 213.5,174.5 + pos: 12.5,-178.5 parent: 1 - - uid: 64374 + - uid: 19830 components: - type: Transform - pos: 205.5,167.5 + pos: 16.5,-186.5 parent: 1 - - uid: 65082 + - uid: 19831 components: - type: Transform - pos: 205.5,192.5 + pos: 11.5,-178.5 parent: 1 -- proto: N14SpawnMobRadscorpionBark - entities: - - uid: 15038 + - uid: 19832 components: - type: Transform - pos: 184.5,140.5 + pos: 16.5,-192.5 parent: 1 - - uid: 44040 + - uid: 19833 components: - type: Transform - pos: -153.5,-127.5 + pos: 16.5,-193.5 parent: 1 - - uid: 48216 + - uid: 19834 components: - type: Transform - pos: 188.5,88.5 + pos: -18.5,-153.5 parent: 1 - - uid: 48220 + - uid: 19835 components: - type: Transform - pos: 191.5,93.5 + pos: 15.5,-194.5 parent: 1 - - uid: 48221 + - uid: 19836 components: - type: Transform - pos: 178.5,97.5 + pos: 10.5,-178.5 parent: 1 - - uid: 62665 + - uid: 19837 components: - type: Transform - pos: 179.5,129.5 + pos: 17.5,-190.5 parent: 1 - - uid: 64358 + - uid: 19838 components: - type: Transform - pos: -144.5,-46.5 + pos: -34.5,-147.5 parent: 1 - - uid: 64407 + - uid: 19839 components: - type: Transform - pos: -25.5,-71.5 + pos: -29.5,-164.5 parent: 1 -- proto: N14SpawnMobRadstag - entities: - - uid: 12000 + - uid: 19840 components: - type: Transform - pos: -173.5,-134.5 + pos: -19.5,-155.5 parent: 1 - - uid: 46497 + - uid: 19841 components: - type: Transform - pos: -177.5,-131.5 + pos: -19.5,-154.5 parent: 1 - - uid: 49547 + - uid: 19842 components: - type: Transform - pos: 19.5,137.5 + pos: -22.5,-150.5 parent: 1 - - uid: 49557 + - uid: 19843 components: - type: Transform - pos: -15.5,19.5 + pos: -31.5,-165.5 parent: 1 - - uid: 49599 + - uid: 19844 components: - type: Transform - pos: 62.5,144.5 + pos: -19.5,-152.5 parent: 1 - - uid: 61066 + - uid: 19845 components: - type: Transform - pos: -173.5,-130.5 + pos: 6.5,-174.5 parent: 1 -- proto: N14SpawnMobYaoguai - entities: - - uid: 48186 + - uid: 19846 components: - type: Transform - pos: 182.5,19.5 + pos: 8.5,-178.5 parent: 1 - - uid: 49551 + - uid: 19847 components: - type: Transform - pos: 29.5,75.5 + pos: 8.5,-171.5 parent: 1 -- proto: N14SpawnPointBoSMidInitiate - entities: - - uid: 62531 + - uid: 19848 components: - type: Transform - pos: -177.5,54.5 + pos: -341.5,79.5 parent: 1 - - uid: 62540 + - uid: 19849 components: - type: Transform - pos: -173.5,54.5 + pos: -341.5,80.5 parent: 1 - - uid: 62550 + - uid: 19850 components: - type: Transform - pos: -175.5,54.5 + pos: -340.5,80.5 parent: 1 - - uid: 62552 + - uid: 19851 components: - type: Transform - pos: -174.5,54.5 + pos: 6.5,-182.5 parent: 1 - - uid: 62557 + - uid: 19852 components: - type: Transform - pos: -176.5,54.5 + pos: -36.5,-156.5 parent: 1 -- proto: N14SpawnPointBoSMidKnight - entities: - - uid: 62521 + - uid: 19853 components: - type: Transform - pos: -177.5,56.5 + pos: 5.5,-182.5 parent: 1 - - uid: 62559 + - uid: 19854 components: - type: Transform - pos: -176.5,56.5 + pos: 3.5,-178.5 parent: 1 - - uid: 62560 + - uid: 19855 components: - type: Transform - pos: -175.5,56.5 + pos: 2.5,-180.5 parent: 1 - - uid: 62561 + - uid: 19856 components: - type: Transform - pos: -174.5,56.5 + pos: 5.5,-178.5 parent: 1 - - uid: 62562 + - uid: 19857 components: - type: Transform - pos: -173.5,56.5 + pos: 2.5,-178.5 parent: 1 -- proto: N14SpawnPointBoSMidPaladin - entities: - - uid: 62563 + - uid: 19858 components: - type: Transform - pos: -177.5,55.5 + pos: 1.5,-182.5 parent: 1 - - uid: 62564 + - uid: 19859 components: - type: Transform - pos: -176.5,55.5 + pos: 1.5,-181.5 parent: 1 - - uid: 62565 + - uid: 19860 components: - type: Transform - pos: -175.5,55.5 + pos: 1.5,-180.5 parent: 1 - - uid: 62566 + - uid: 19861 components: - type: Transform - pos: -174.5,55.5 + pos: 1.5,-179.5 parent: 1 - - uid: 62567 + - uid: 19862 components: - type: Transform - pos: -173.5,55.5 + pos: 1.5,-178.5 parent: 1 -- proto: N14SpawnPointBoSMidPaladinCommander - entities: - - uid: 62568 + - uid: 19863 + components: + - type: Transform + pos: -24.5,-154.5 + parent: 1 + - uid: 19864 + components: + - type: Transform + pos: -18.5,-152.5 + parent: 1 + - uid: 19865 components: - type: Transform - pos: -175.5,58.5 + pos: 27.5,-181.5 parent: 1 -- proto: N14SpawnPointBoSMidScribe - entities: - - uid: 62471 + - uid: 19866 components: - type: Transform - pos: -173.5,53.5 + pos: -24.5,-156.5 parent: 1 - - uid: 62569 + - uid: 19867 components: - type: Transform - pos: -177.5,53.5 + pos: -27.5,-152.5 parent: 1 - - uid: 62570 + - uid: 19868 components: - type: Transform - pos: -176.5,53.5 + pos: 27.5,-184.5 parent: 1 - - uid: 62571 + - uid: 19869 components: - type: Transform - pos: -175.5,53.5 + pos: 28.5,-194.5 parent: 1 - - uid: 62572 + - uid: 19870 components: - type: Transform - pos: -174.5,53.5 + pos: -29.5,-153.5 parent: 1 -- proto: N14SpawnPointCaravanLeader - entities: - - uid: 49641 + - uid: 19871 components: - type: Transform - pos: -390.5,90.5 + pos: -23.5,-152.5 parent: 1 -- proto: N14SpawnPointCaravanTrader - entities: - - uid: 49702 + - uid: 19872 components: - type: Transform - pos: -370.5,86.5 + pos: -7.5,-178.5 parent: 1 - - uid: 49704 + - uid: 19873 components: - type: Transform - pos: -385.5,93.5 + pos: 27.5,-183.5 parent: 1 - - uid: 49705 + - uid: 19874 components: - type: Transform - pos: -372.5,86.5 + pos: 26.5,-181.5 parent: 1 -- proto: N14SpawnPointLatejoin - entities: - - uid: 10191 + - uid: 19875 components: - type: Transform - pos: 210.5,78.5 + pos: -24.5,-153.5 parent: 1 - - uid: 10192 + - uid: 19876 components: - type: Transform - pos: 211.5,78.5 + pos: -24.5,-152.5 parent: 1 - - uid: 10193 + - uid: 19877 components: - type: Transform - pos: 212.5,78.5 + pos: -25.5,-157.5 parent: 1 - - uid: 10194 + - uid: 19878 components: - type: Transform - pos: 213.5,78.5 + pos: -28.5,-155.5 parent: 1 - - uid: 10195 + - uid: 19879 components: - type: Transform - pos: 214.5,78.5 + pos: -34.5,-164.5 parent: 1 -- proto: N14SpawnPointNCRCadet - entities: - - uid: 17977 + - uid: 19880 components: - type: Transform - pos: -170.5,-104.5 + pos: -24.5,-151.5 parent: 1 - - uid: 23394 + - uid: 19881 components: - type: Transform - pos: -182.5,-131.5 + pos: 18.5,-193.5 parent: 1 - - uid: 45541 + - uid: 19882 components: - type: Transform - pos: -182.5,-127.5 + pos: 14.5,-159.5 parent: 1 - - uid: 46071 + - uid: 19883 components: - type: Transform - pos: -169.5,-104.5 + pos: -17.5,-154.5 parent: 1 -- proto: N14SpawnPointNCRDoctor - entities: - - uid: 46589 + - uid: 19884 components: - type: Transform - pos: -167.5,-105.5 + pos: 18.5,-192.5 parent: 1 - - uid: 56020 + - uid: 19885 components: - type: Transform - pos: 125.5,28.5 + pos: -34.5,-166.5 parent: 1 - - uid: 56044 + - uid: 19886 components: - type: Transform - pos: 124.5,28.5 + pos: 29.5,-190.5 parent: 1 -- proto: N14SpawnPointNCRNCO - entities: - - uid: 46558 + - uid: 19887 components: - type: Transform - pos: -168.5,-105.5 + pos: 28.5,-182.5 parent: 1 - - uid: 55281 + - uid: 19888 components: - type: Transform - pos: -195.5,-130.5 + pos: -340.5,75.5 parent: 1 -- proto: N14SpawnPointNCROfficer - entities: - - uid: 17945 + - uid: 19889 components: - type: Transform - pos: -168.5,-108.5 + pos: -340.5,74.5 parent: 1 - - uid: 55282 + - uid: 19890 components: - type: Transform - pos: -195.5,-124.5 + pos: -340.5,79.5 parent: 1 -- proto: N14SpawnPointNCRQM - entities: - - uid: 46070 + - uid: 19891 components: - type: Transform - pos: -169.5,-105.5 + pos: -16.5,-152.5 parent: 1 -- proto: N14SpawnPointNCRRanger - entities: - - uid: 61048 + - uid: 19892 components: - type: Transform - pos: 211.5,-29.5 + pos: 13.5,-163.5 parent: 1 - - uid: 61061 + - uid: 19893 components: - type: Transform - pos: 213.5,-29.5 + pos: 29.5,-189.5 parent: 1 - - uid: 65264 + - uid: 19894 components: - type: Transform - pos: 209.5,-33.5 + pos: -25.5,-152.5 parent: 1 -- proto: N14SpawnPointNCRRangerVeteran - entities: - - uid: 61053 + - uid: 19895 components: - type: Transform - pos: 206.5,-28.5 + pos: 28.5,-185.5 parent: 1 -- proto: N14SpawnPointNCRSoldier - entities: - - uid: 17944 + - uid: 19896 components: - type: Transform - pos: -167.5,-104.5 + pos: 29.5,-187.5 parent: 1 - - uid: 17993 + - uid: 19897 components: - type: Transform - pos: -166.5,-104.5 + pos: 29.5,-194.5 parent: 1 - - uid: 55496 + - uid: 19898 components: - type: Transform - pos: -187.5,-137.5 + pos: -26.5,-154.5 parent: 1 - - uid: 55738 + - uid: 19899 components: - type: Transform - pos: -189.5,-137.5 + pos: -28.5,-156.5 parent: 1 - - uid: 55753 + - uid: 19900 components: - type: Transform - pos: -191.5,-137.5 + pos: 29.5,-193.5 parent: 1 -- proto: N14SpawnPointTownsfolkTownDeputy - entities: - - uid: 56015 + - uid: 19901 components: - type: Transform - pos: 122.5,28.5 + pos: 28.5,-187.5 parent: 1 - - uid: 56023 + - uid: 19902 components: - type: Transform - pos: 121.5,28.5 + pos: 28.5,-192.5 parent: 1 -- proto: N14SpawnPointTownsfolkTownMayor - entities: - - uid: 16968 + - uid: 19903 components: - type: Transform - pos: 123.5,31.5 + pos: 28.5,-188.5 parent: 1 -- proto: N14SpawnPointTownsfolkTownMechanic - entities: - - uid: 56001 + - uid: 19904 components: - type: Transform - pos: 125.5,26.5 + pos: -23.5,-153.5 parent: 1 - - uid: 56018 + - uid: 19905 components: - type: Transform - pos: 124.5,26.5 + pos: 26.5,-184.5 parent: 1 -- proto: N14SpawnPointTownsfolkTownSheriff - entities: - - uid: 56068 + - uid: 19906 components: - type: Transform - pos: 122.5,31.5 + pos: 29.5,-191.5 parent: 1 -- proto: N14SpawnPointTownsfolkTownShopkeeper - entities: - - uid: 56025 + - uid: 19907 components: - type: Transform - pos: 121.5,26.5 + pos: -25.5,-162.5 parent: 1 - - uid: 56048 + - uid: 19908 components: - type: Transform - pos: 122.5,26.5 + pos: -27.5,-154.5 parent: 1 -- proto: N14SpawnPointTownsfolkTownsperson - entities: - - uid: 7343 + - uid: 19909 components: - type: Transform - pos: 122.5,24.5 + pos: -29.5,-157.5 parent: 1 - - uid: 49544 + - uid: 19910 components: - type: Transform - pos: 121.5,24.5 + pos: -29.5,-156.5 parent: 1 - - uid: 56004 + - uid: 19911 components: - type: Transform - pos: 125.5,24.5 + pos: -20.5,-150.5 parent: 1 - - uid: 56034 + - uid: 19912 components: - type: Transform - pos: 124.5,24.5 + pos: -29.5,-154.5 parent: 1 -- proto: N14SpawnPointTribal - entities: - - uid: 7128 + - uid: 19913 components: - type: Transform - pos: 149.5,183.5 + pos: -29.5,-150.5 parent: 1 - - uid: 46693 + - uid: 19914 components: - type: Transform - pos: 156.5,183.5 + pos: 190.5,-172.5 parent: 1 - - uid: 46694 + - uid: 19915 components: - type: Transform - pos: 142.5,183.5 + pos: 190.5,-186.5 parent: 1 - - uid: 48179 + - uid: 19916 components: - type: Transform - pos: 168.5,176.5 + pos: 61.5,-137.5 parent: 1 - - uid: 48190 + - uid: 19917 components: - type: Transform - pos: 162.5,177.5 + pos: 24.5,-135.5 parent: 1 - - uid: 48194 + - uid: 19918 components: - type: Transform - pos: 168.5,175.5 + pos: 37.5,-176.5 parent: 1 - - uid: 48201 + - uid: 19919 components: - type: Transform - pos: 162.5,175.5 + pos: 35.5,-176.5 parent: 1 - - uid: 48209 + - uid: 19920 components: - type: Transform - pos: 168.5,178.5 + pos: 25.5,-134.5 parent: 1 - - uid: 48212 + - uid: 19921 components: - type: Transform - pos: 162.5,178.5 + pos: 38.5,-176.5 parent: 1 - - uid: 48214 + - uid: 19922 components: - type: Transform - pos: 162.5,176.5 + pos: 41.5,-176.5 parent: 1 - - uid: 48228 + - uid: 19923 components: - type: Transform - pos: 168.5,177.5 + pos: 22.5,-134.5 parent: 1 -- proto: N14SpawnPointTribalElder - entities: - - uid: 48213 + - uid: 19924 components: - type: Transform - pos: 165.5,179.5 + pos: 59.5,-137.5 parent: 1 -- proto: N14SpawnPointTribalFarmer - entities: - - uid: 48180 + - uid: 19925 components: - type: Transform - pos: 167.5,173.5 + pos: 8.5,-191.5 parent: 1 - - uid: 48199 + - uid: 19926 components: - type: Transform - pos: 168.5,173.5 + pos: 41.5,-174.5 parent: 1 - - uid: 48211 + - uid: 19927 components: - type: Transform - pos: 169.5,173.5 + pos: 22.5,-133.5 parent: 1 - - uid: 48217 + - uid: 19928 components: - type: Transform - pos: 169.5,174.5 + pos: 23.5,-134.5 parent: 1 - - uid: 48227 + - uid: 19929 components: - type: Transform - pos: 169.5,175.5 + pos: 23.5,-136.5 parent: 1 -- proto: N14SpawnPointTribalHealer - entities: - - uid: 48229 + - uid: 19930 components: - type: Transform - pos: 162.5,173.5 + pos: 41.5,-173.5 parent: 1 - - uid: 48230 + - uid: 19931 components: - type: Transform - pos: 163.5,173.5 + pos: 41.5,-175.5 parent: 1 - - uid: 48231 + - uid: 19932 components: - type: Transform - pos: 161.5,173.5 + pos: 43.5,-178.5 parent: 1 - - uid: 48232 + - uid: 19933 components: - type: Transform - pos: 161.5,174.5 + pos: 43.5,-179.5 parent: 1 - - uid: 48233 + - uid: 19934 components: - type: Transform - pos: 161.5,175.5 + pos: 43.5,-175.5 parent: 1 -- proto: N14SpawnPointWastelandBartender - entities: - - uid: 49651 + - uid: 19935 components: - type: Transform - pos: -155.5,-20.5 + pos: 190.5,-173.5 parent: 1 - - uid: 49652 + - uid: 19936 components: - type: Transform - pos: -62.5,-21.5 + pos: 36.5,-176.5 parent: 1 - - uid: 56030 + - uid: 19937 components: - type: Transform - pos: 120.5,24.5 + pos: 59.5,-141.5 parent: 1 - - uid: 56039 + - uid: 19938 components: - type: Transform - pos: 121.5,25.5 + pos: 58.5,-136.5 parent: 1 - - uid: 56050 + - uid: 19939 components: - type: Transform - pos: 120.5,25.5 + pos: 59.5,-139.5 parent: 1 - - uid: 56073 + - uid: 19940 components: - type: Transform - pos: 120.5,26.5 + pos: 59.5,-140.5 parent: 1 -- proto: N14SpawnPointWastelandChaplain - entities: - - uid: 49502 + - uid: 19941 components: - type: Transform - pos: -31.5,-86.5 + pos: 59.5,-138.5 parent: 1 - - uid: 56035 + - uid: 19942 components: - type: Transform - pos: 124.5,33.5 + pos: 23.5,-135.5 parent: 1 - - uid: 56038 + - uid: 19943 components: - type: Transform - pos: 126.5,34.5 + pos: 60.5,-142.5 parent: 1 - - uid: 56054 + - uid: 19944 components: - type: Transform - pos: 124.5,34.5 + pos: 59.5,-136.5 parent: 1 - - uid: 56071 + - uid: 19945 components: - type: Transform - pos: 126.5,33.5 + pos: 59.5,-142.5 parent: 1 -- proto: N14SpawnPointWastelander - entities: - - uid: 49259 + - uid: 19946 components: - type: Transform - pos: 4.5,-87.5 + pos: 60.5,-139.5 parent: 1 - - uid: 49503 + - uid: 19947 components: - type: Transform - pos: -84.5,-83.5 + pos: 60.5,-140.5 parent: 1 - - uid: 49545 + - uid: 19948 components: - type: Transform - pos: 93.5,67.5 + pos: 60.5,-137.5 parent: 1 - - uid: 49643 + - uid: 19949 components: - type: Transform - pos: -41.5,-82.5 + pos: 58.5,-138.5 parent: 1 - - uid: 49645 + - uid: 19950 components: - type: Transform - pos: -64.5,-86.5 + pos: 35.5,-143.5 parent: 1 - - uid: 49647 + - uid: 19951 components: - type: Transform - pos: 116.5,67.5 + pos: 43.5,-177.5 parent: 1 - - uid: 49648 + - uid: 19952 components: - type: Transform - pos: 90.5,-84.5 + pos: 24.5,-136.5 parent: 1 - - uid: 49657 + - uid: 19953 components: - type: Transform - pos: 64.5,-86.5 + pos: 41.5,-181.5 parent: 1 - - uid: 49668 + - uid: 19954 components: - type: Transform - pos: 58.5,62.5 + pos: 54.5,-136.5 parent: 1 -- proto: N14SpawnPointWastelandFarmer - entities: - - uid: 6842 + - uid: 19955 components: - type: Transform - pos: 80.5,119.5 + pos: 54.5,-138.5 parent: 1 - - uid: 10096 + - uid: 19956 components: - type: Transform - pos: 93.5,100.5 + pos: 32.5,-135.5 parent: 1 - - uid: 56005 + - uid: 19957 components: - type: Transform - pos: 125.5,25.5 + pos: 26.5,-135.5 parent: 1 - - uid: 56026 + - uid: 19958 components: - type: Transform - pos: 126.5,24.5 + pos: 25.5,-135.5 parent: 1 - - uid: 56067 + - uid: 19959 components: - type: Transform - pos: 126.5,25.5 + pos: 25.5,-136.5 parent: 1 - - uid: 56069 + - uid: 19960 components: - type: Transform - pos: 126.5,26.5 + pos: 41.5,-172.5 parent: 1 -- proto: N14SpawnPointWastelandMusician - entities: - - uid: 49654 + - uid: 19961 components: - type: Transform - pos: -94.5,-107.5 + pos: 41.5,-179.5 parent: 1 - - uid: 56033 + - uid: 19962 components: - type: Transform - pos: 126.5,23.5 + pos: 17.5,-133.5 parent: 1 - - uid: 56051 + - uid: 19963 components: - type: Transform - pos: 125.5,23.5 + pos: 18.5,-136.5 parent: 1 - - uid: 56055 + - uid: 19964 components: - type: Transform - pos: 120.5,23.5 + pos: -20.5,-153.5 parent: 1 - - uid: 56066 + - uid: 19965 components: - type: Transform - pos: 121.5,23.5 + pos: -19.5,-151.5 parent: 1 -- proto: N14SpawnPointWastelandReporter - entities: - - uid: 49635 + - uid: 19966 components: - type: Transform - pos: 108.5,-83.5 + pos: -20.5,-155.5 parent: 1 - - uid: 49637 + - uid: 19967 components: - type: Transform - pos: 152.5,67.5 + pos: -22.5,-155.5 parent: 1 - - uid: 56010 + - uid: 19968 components: - type: Transform - pos: 124.5,25.5 + pos: 42.5,-174.5 parent: 1 - - uid: 56040 + - uid: 19969 components: - type: Transform - pos: 122.5,25.5 + pos: -20.5,-152.5 parent: 1 -- proto: N14SpawnPointWastelandScavenger - entities: - - uid: 10730 + - uid: 19970 components: - type: Transform - pos: 125.5,21.5 + pos: -20.5,-154.5 parent: 1 - - uid: 10742 + - uid: 19971 components: - type: Transform - pos: 126.5,21.5 + pos: 28.5,-181.5 parent: 1 - - uid: 11931 + - uid: 19972 components: - type: Transform - pos: 124.5,21.5 + pos: -22.5,-152.5 parent: 1 - - uid: 11968 + - uid: 19973 components: - type: Transform - pos: 122.5,21.5 + pos: -22.5,-154.5 parent: 1 - - uid: 13349 + - uid: 19974 components: - type: Transform - pos: 120.5,21.5 + pos: -20.5,-151.5 parent: 1 - - uid: 49426 + - uid: 19975 components: - type: Transform - pos: -16.5,-82.5 + pos: 17.5,-193.5 parent: 1 - - uid: 49543 + - uid: 19976 components: - type: Transform - pos: -137.5,-84.5 + pos: 42.5,-177.5 parent: 1 - - uid: 49556 + - uid: 19977 components: - type: Transform - pos: 39.5,-83.5 + pos: -340.5,78.5 parent: 1 - - uid: 49627 + - uid: 19978 components: - type: Transform - pos: -165.5,-84.5 + pos: -339.5,80.5 parent: 1 - - uid: 49633 + - uid: 19979 components: - type: Transform - pos: 129.5,67.5 + pos: -4.5,-171.5 parent: 1 - - uid: 49636 + - uid: 19980 components: - type: Transform - pos: -95.5,-89.5 + pos: 17.5,-186.5 parent: 1 - - uid: 49644 + - uid: 19981 components: - type: Transform - pos: -187.5,-84.5 + pos: 16.5,-189.5 parent: 1 - - uid: 56046 + - uid: 19982 components: - type: Transform - pos: 121.5,21.5 + pos: 12.5,-156.5 parent: 1 -- proto: N14Stimpak - entities: - - uid: 7642 + - uid: 19983 components: - type: Transform - parent: 7638 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7643 + pos: -31.5,-166.5 + parent: 1 + - uid: 19984 components: - type: Transform - parent: 7638 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10220 + pos: -33.5,-166.5 + parent: 1 + - uid: 19985 components: - type: Transform - pos: -67.49646,27.682936 + pos: -24.5,-157.5 parent: 1 - - uid: 16139 + - uid: 19986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -145.04865,55.604736 + pos: -6.5,-176.5 parent: 1 - - uid: 23221 + - uid: 19987 components: - type: Transform - pos: -156.65625,-103.146126 + pos: -21.5,-150.5 parent: 1 - - uid: 23382 + - uid: 19988 components: - type: Transform - pos: -156.39941,-103.32958 + pos: 7.5,-171.5 parent: 1 - - uid: 23385 + - uid: 19989 components: - type: Transform - pos: -156.36272,-103.164474 + pos: 6.5,-179.5 parent: 1 - - uid: 47946 + - uid: 19990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -145.56232,55.67812 + pos: 7.5,-175.5 parent: 1 - - uid: 47949 + - uid: 19991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -145.39722,55.604736 + pos: 5.5,-177.5 parent: 1 - - uid: 55304 + - uid: 19992 components: - type: Transform - pos: -156.2343,-103.12778 + pos: 7.5,-170.5 parent: 1 - - uid: 55305 + - uid: 19993 components: - type: Transform - pos: -156.63791,-103.4947 + pos: 0.5,-190.5 parent: 1 - - uid: 55311 + - uid: 19994 components: - type: Transform - pos: -156.4728,-103.604774 + pos: 28.5,-190.5 parent: 1 - - uid: 61526 + - uid: 19995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 140.6162,13.356486 + pos: 5.5,-179.5 parent: 1 - - uid: 61531 + - uid: 19996 components: - type: Transform - parent: 61529 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 62106 + pos: 7.5,-173.5 + parent: 1 + - uid: 19997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -145.21375,55.659775 + pos: 5.5,-176.5 parent: 1 - - uid: 63883 + - uid: 19998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -144.93857,55.67812 + pos: 26.5,-182.5 parent: 1 -- proto: N14StimpakDirty - entities: - - uid: 41551 + - uid: 19999 components: - type: Transform - pos: 207.42537,168.39404 + pos: -32.5,-146.5 parent: 1 - - uid: 61527 + - uid: 20000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.79965,12.292425 + pos: 8.5,-173.5 parent: 1 - - uid: 61535 + - uid: 20001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.56116,12.677689 + pos: -27.5,-163.5 parent: 1 -- proto: N14StorageTankFullFuel - entities: - - uid: 23871 + - uid: 20002 components: - type: Transform - pos: -196.5,-98.5 + pos: -1.5,-195.5 parent: 1 -- proto: N14StorageTankHugeFullFuel - entities: - - uid: 63885 + - uid: 20003 components: - type: Transform - pos: -195.5,26.5 + pos: 15.5,-190.5 parent: 1 -- proto: N14StorageTankVat - entities: - - uid: 11526 + - uid: 20004 components: - type: Transform - pos: -181.5,21.5 + pos: 54.5,-195.5 parent: 1 - - uid: 24789 + - uid: 20005 components: - type: Transform - pos: -180.5,22.5 + pos: -6.5,-171.5 parent: 1 - - uid: 62228 + - uid: 20006 components: - type: Transform - pos: -182.5,21.5 + pos: 18.5,-190.5 parent: 1 -- proto: N14StorageTankVatFullWater - entities: - - uid: 4680 + - uid: 20007 components: - type: Transform - pos: 88.5,-6.5 + pos: 9.5,-170.5 parent: 1 - - uid: 22519 + - uid: 20008 components: - type: Transform - pos: 213.5,-31.5 + pos: 8.5,-170.5 parent: 1 - - uid: 61022 + - uid: 20009 components: - type: Transform - pos: -197.5,-112.5 + pos: 8.5,-174.5 parent: 1 - - uid: 62096 + - uid: 20010 components: - type: Transform - pos: -182.5,23.5 + pos: 7.5,-174.5 parent: 1 -- proto: N14StoreDeliCounter - entities: - - uid: 10221 + - uid: 20011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-36.5 + pos: -24.5,-155.5 parent: 1 - - uid: 10222 + - uid: 20012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-37.5 + pos: 6.5,-171.5 parent: 1 - - uid: 10223 + - uid: 20013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,5.5 + pos: 49.5,-195.5 parent: 1 - - uid: 10224 + - uid: 20014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,4.5 + pos: 16.5,-181.5 parent: 1 -- proto: N14StoreFruitstand - entities: - - uid: 10225 + - uid: 20015 components: - type: Transform - pos: 90.5,-33.5 + pos: -26.5,-151.5 parent: 1 - - uid: 10226 + - uid: 20016 components: - type: Transform - pos: 91.5,-33.5 + pos: -26.5,-156.5 parent: 1 - - uid: 10227 + - uid: 20017 components: - type: Transform - pos: 92.5,-33.5 + pos: 52.5,-188.5 parent: 1 - - uid: 10228 + - uid: 20018 components: - type: Transform - pos: 93.5,-33.5 + pos: -27.5,-153.5 parent: 1 -- proto: N14StreetPowerPoleRight - entities: - - uid: 10229 + - uid: 20019 components: - type: Transform - pos: 169.5,118.5 + pos: -14.5,-152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14StreetPowerPoleRightLeft - entities: - - uid: 10230 + - uid: 20020 components: - type: Transform - pos: 169.5,88.5 + pos: 146.5,-193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10231 + - uid: 20021 components: - type: Transform - pos: 169.5,73.5 + pos: -36.5,-166.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10232 + - uid: 20022 components: - type: Transform - pos: 169.5,100.5 + pos: 28.5,-183.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10233 + - uid: 20023 components: - type: Transform - pos: 169.5,111.5 + pos: 15.5,-161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14SubstationBasic - entities: - - uid: 7881 + - uid: 20024 components: - type: Transform - pos: -192.5,-101.5 + pos: -37.5,-165.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 16289 + - uid: 20025 components: - type: Transform - pos: -184.5,58.5 + pos: -35.5,-165.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 45701 + - uid: 20026 components: - type: Transform - pos: 129.5,26.5 + pos: 12.5,-161.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 55517 + - uid: 20027 components: - type: Transform - pos: -40.5,59.5 + pos: 45.5,-187.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 65070 + - uid: 20028 components: - type: Transform - pos: -123.5,61.5 + pos: 43.5,-174.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] -- proto: N14SubstationBasicRusty - entities: - - uid: 10237 + - uid: 20029 components: - type: Transform - pos: 176.5,-73.5 + pos: 41.5,-178.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 10238 + - uid: 20030 components: - type: Transform - pos: 41.5,-56.5 + pos: 41.5,-177.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 10239 + - uid: 20031 components: - type: Transform - pos: -66.5,-35.5 + pos: 43.5,-176.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 46628 + - uid: 20032 components: - type: Transform - pos: -394.5,118.5 + pos: 42.5,-181.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] -- proto: N14SubstationBasicRustyEmpty - entities: - - uid: 10240 + - uid: 20033 components: - type: Transform - pos: 7.5,-25.5 + pos: 42.5,-180.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 10241 + - uid: 20034 components: - type: Transform - pos: 7.5,-27.5 + pos: 41.5,-180.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] - - uid: 46611 + - uid: 20035 components: - type: Transform - pos: -394.5,117.5 + pos: -19.5,-172.5 parent: 1 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: [] - machine_parts: !type:Container - ents: [] -- proto: N14SubstationDestroyed - entities: - - uid: 61167 + - uid: 20036 components: - type: Transform - pos: 57.5,174.5 + pos: -21.5,-170.5 parent: 1 -- proto: N14SubstationRustyDestroyed - entities: - - uid: 10242 + - uid: 20037 components: - type: Transform - pos: 10.5,-27.5 + pos: -22.5,-172.5 parent: 1 - - uid: 10243 + - uid: 20038 components: - type: Transform - pos: 11.5,-27.5 + pos: 191.5,-153.5 parent: 1 - - uid: 10244 + - uid: 20039 components: - type: Transform - pos: 110.5,-41.5 + pos: -21.5,-169.5 parent: 1 - - uid: 10245 + - uid: 20040 components: - type: Transform - pos: 163.5,-94.5 + pos: -22.5,-169.5 parent: 1 - - uid: 10246 + - uid: 20041 components: - type: Transform - pos: -287.5,-87.5 + pos: -22.5,-168.5 parent: 1 - - uid: 10247 + - uid: 20042 components: - type: Transform - pos: 167.5,33.5 + pos: 58.5,-137.5 parent: 1 - - uid: 12787 + - uid: 20043 components: - type: Transform - pos: 58.5,174.5 + pos: 58.5,-139.5 parent: 1 -- proto: N14SuperStimpak - entities: - - uid: 55313 + - uid: 20044 components: - type: Transform - pos: -156.60121,-104.06342 + pos: 60.5,-138.5 parent: 1 - - uid: 55314 + - uid: 20045 components: - type: Transform - pos: -156.58287,-104.55876 + pos: 60.5,-141.5 parent: 1 -- proto: N14TableCasinoCards - entities: - - uid: 10249 + - uid: 20046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-11.5 + pos: 41.5,-145.5 parent: 1 - - uid: 60962 + - uid: 20047 components: - type: Transform - pos: 134.5,-3.5 + pos: 43.5,-137.5 parent: 1 -- proto: N14TableCasinoDice - entities: - - uid: 10250 + - uid: 20048 components: - type: Transform - pos: 129.5,-9.5 + pos: 43.5,-134.5 parent: 1 - - uid: 45597 + - uid: 20049 components: - type: Transform - pos: -193.5,-137.5 + pos: 41.5,-138.5 parent: 1 -- proto: N14TableCasinoDiceDirty - entities: - - uid: 10251 + - uid: 20050 components: - type: Transform - pos: -62.5,-28.5 + pos: 46.5,-135.5 parent: 1 -- proto: N14TableCasinoPool - entities: - - uid: 10253 + - uid: 20051 components: - type: Transform - pos: -74.5,-21.5 + pos: 45.5,-135.5 parent: 1 - - uid: 16296 + - uid: 20052 components: - type: Transform - pos: -183.5,39.5 + pos: 45.5,-145.5 parent: 1 -- proto: N14TableCounter - entities: - - uid: 332 + - uid: 20053 components: - type: Transform - pos: 118.5,12.5 + pos: 42.5,-135.5 parent: 1 - - uid: 10254 + - uid: 20054 components: - type: Transform - pos: 208.5,-25.5 + pos: 45.5,-136.5 parent: 1 - - uid: 10256 + - uid: 20055 components: - type: Transform - pos: 93.5,105.5 + pos: 45.5,-141.5 parent: 1 - - uid: 10257 + - uid: 20056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,103.5 + pos: 45.5,-143.5 parent: 1 - - uid: 10258 + - uid: 20057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,104.5 + pos: 45.5,-142.5 parent: 1 - - uid: 10259 + - uid: 20058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,5.5 + pos: 46.5,-141.5 parent: 1 - - uid: 10260 + - uid: 20059 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,5.5 + pos: 46.5,-142.5 parent: 1 - - uid: 10261 + - uid: 20060 components: - type: Transform - rot: 3.141592653589793 rad - pos: 98.5,5.5 + pos: 45.5,-144.5 parent: 1 - - uid: 10262 + - uid: 20061 components: - type: Transform - pos: 96.5,8.5 + pos: 46.5,-136.5 parent: 1 - - uid: 10263 + - uid: 20062 components: - type: Transform - pos: 97.5,8.5 + pos: 42.5,-134.5 parent: 1 - - uid: 10264 + - uid: 20063 components: - type: Transform - pos: 98.5,8.5 + pos: 44.5,-138.5 parent: 1 - - uid: 10265 + - uid: 20064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 206.5,-26.5 + pos: 42.5,-144.5 parent: 1 - - uid: 10266 + - uid: 20065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 209.5,-26.5 + pos: 43.5,-145.5 parent: 1 - - uid: 10267 + - uid: 20066 components: - type: Transform - pos: 49.5,3.5 + pos: 44.5,-134.5 parent: 1 - - uid: 10268 + - uid: 20067 components: - type: Transform - pos: 50.5,3.5 + pos: 46.5,-138.5 parent: 1 - - uid: 10269 + - uid: 20068 components: - type: Transform - pos: 48.5,3.5 + pos: 46.5,-139.5 parent: 1 - - uid: 10270 + - uid: 20069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,1.5 + pos: 42.5,-143.5 parent: 1 - - uid: 10271 + - uid: 20070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,1.5 + pos: 33.5,-148.5 parent: 1 - - uid: 10272 + - uid: 20071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,2.5 + pos: 5.5,-150.5 parent: 1 - - uid: 10273 + - uid: 20072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,3.5 + pos: 53.5,-187.5 parent: 1 - - uid: 10274 + - uid: 20073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,0.5 + pos: -4.5,-195.5 parent: 1 - - uid: 10275 + - uid: 20074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,0.5 + pos: -30.5,-164.5 parent: 1 - - uid: 10276 + - uid: 20075 components: - type: Transform - pos: -54.5,3.5 + pos: -24.5,-162.5 parent: 1 - - uid: 10277 + - uid: 20076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,2.5 + pos: 0.5,-196.5 parent: 1 - - uid: 10278 + - uid: 20077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,3.5 + pos: 1.5,-173.5 parent: 1 - - uid: 10279 + - uid: 20078 components: - type: Transform - pos: -53.5,3.5 + pos: -25.5,-158.5 parent: 1 - - uid: 10280 + - uid: 20079 components: - type: Transform - pos: 25.5,-15.5 + pos: 0.5,-194.5 parent: 1 - - uid: 10281 + - uid: 20080 components: - type: Transform - pos: 26.5,-15.5 + pos: -27.5,-148.5 parent: 1 - - uid: 10282 + - uid: 20081 components: - type: Transform - pos: 25.5,-19.5 + pos: 10.5,-171.5 parent: 1 - - uid: 10285 + - uid: 20082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,150.5 + pos: -28.5,-148.5 parent: 1 - - uid: 10286 + - uid: 20083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 171.5,149.5 + pos: -30.5,-166.5 parent: 1 - - uid: 10287 + - uid: 20084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,149.5 + pos: 21.5,-183.5 parent: 1 - - uid: 10288 + - uid: 20085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.5,149.5 + pos: -26.5,-153.5 parent: 1 - - uid: 10289 + - uid: 20086 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,149.5 + pos: -26.5,-150.5 parent: 1 - - uid: 10290 + - uid: 20087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,151.5 + pos: -27.5,-162.5 parent: 1 - - uid: 10291 + - uid: 20088 components: - type: Transform - pos: 163.5,28.5 + pos: 15.5,-188.5 parent: 1 - - uid: 10292 + - uid: 20089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,27.5 + pos: -27.5,-164.5 parent: 1 - - uid: 10293 + - uid: 20090 components: - type: Transform - pos: 164.5,28.5 + pos: -32.5,-165.5 parent: 1 - - uid: 10294 + - uid: 20091 components: - type: Transform - rot: 3.141592653589793 rad - pos: 194.5,22.5 + pos: -7.5,-177.5 parent: 1 - - uid: 10295 + - uid: 20092 components: - type: Transform - rot: 3.141592653589793 rad - pos: 193.5,22.5 + pos: -26.5,-163.5 parent: 1 - - uid: 10296 + - uid: 20093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 192.5,22.5 + pos: 15.5,-189.5 parent: 1 - - uid: 10299 + - uid: 20094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,101.5 + pos: 1.5,-176.5 parent: 1 - - uid: 10300 + - uid: 20095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,102.5 + pos: -32.5,-164.5 parent: 1 - - uid: 10301 + - uid: 20096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-38.5 + pos: 26.5,-183.5 parent: 1 - - uid: 10302 + - uid: 20097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-41.5 + pos: -34.5,-165.5 parent: 1 - - uid: 10303 + - uid: 20098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-43.5 + pos: -38.5,-165.5 parent: 1 - - uid: 10304 + - uid: 20099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-40.5 + pos: 15.5,-187.5 parent: 1 - - uid: 10305 + - uid: 20100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-39.5 + pos: -28.5,-146.5 parent: 1 - - uid: 10306 + - uid: 20101 components: - type: Transform - pos: -32.5,-37.5 + pos: -28.5,-151.5 parent: 1 - - uid: 10307 + - uid: 20102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-42.5 + pos: -21.5,-152.5 parent: 1 - - uid: 10308 + - uid: 20103 components: - type: Transform - pos: -26.5,-11.5 + pos: -26.5,-162.5 parent: 1 - - uid: 10309 + - uid: 20104 components: - type: Transform - pos: -25.5,-11.5 + pos: 9.5,-171.5 parent: 1 - - uid: 10310 + - uid: 20105 components: - type: Transform - pos: -24.5,-11.5 + pos: -40.5,-166.5 parent: 1 - - uid: 10311 + - uid: 20106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-50.5 + pos: -26.5,-152.5 parent: 1 - - uid: 10312 + - uid: 20107 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-50.5 + pos: 47.5,-188.5 parent: 1 - - uid: 10313 + - uid: 20108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-50.5 + pos: 15.5,-159.5 parent: 1 - - uid: 10314 + - uid: 20109 components: - type: Transform - pos: -9.5,-11.5 + pos: -25.5,-153.5 parent: 1 - - uid: 10315 + - uid: 20110 components: - type: Transform - pos: -10.5,-11.5 + pos: -15.5,-152.5 parent: 1 - - uid: 10316 + - uid: 20111 components: - type: Transform - pos: -10.5,-22.5 + pos: 42.5,-179.5 parent: 1 - - uid: 10317 + - uid: 20112 components: - type: Transform - pos: -9.5,-22.5 + pos: -22.5,-171.5 parent: 1 - - uid: 10318 + - uid: 20113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-17.5 + pos: -20.5,-171.5 parent: 1 - - uid: 10319 + - uid: 20114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,-19.5 + pos: 42.5,-173.5 parent: 1 - - uid: 10320 + - uid: 20115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-16.5 + pos: -19.5,-171.5 parent: 1 - - uid: 10321 + - uid: 20116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-18.5 + pos: -19.5,-170.5 parent: 1 - - uid: 10322 + - uid: 20117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -151.5,-24.5 + pos: -21.5,-172.5 parent: 1 - - uid: 10323 + - uid: 20118 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,-25.5 + pos: 42.5,-178.5 parent: 1 - - uid: 10324 + - uid: 20119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -151.5,-23.5 + pos: 42.5,-172.5 parent: 1 - - uid: 40302 + - uid: 20120 components: - type: Transform - pos: 117.5,12.5 + pos: -23.5,-172.5 parent: 1 - - uid: 45769 + - uid: 20121 components: - type: Transform - rot: 3.141592653589793 rad - pos: -405.5,64.5 + pos: -22.5,-170.5 parent: 1 - - uid: 45788 + - uid: 20122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -406.5,64.5 + pos: -23.5,-171.5 parent: 1 - - uid: 46502 + - uid: 20123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -404.5,64.5 + pos: 192.5,-155.5 parent: 1 - - uid: 47012 + - uid: 20124 components: - type: Transform - pos: -370.5,87.5 + pos: -21.5,-167.5 parent: 1 - - uid: 47065 + - uid: 20125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -371.5,86.5 + pos: -21.5,-168.5 parent: 1 - - uid: 47072 + - uid: 20126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -371.5,85.5 + pos: 23.5,-133.5 parent: 1 - - uid: 49855 + - uid: 20127 components: - type: Transform - pos: 105.5,6.5 + pos: 13.5,-159.5 parent: 1 - - uid: 49857 + - uid: 20128 components: - type: Transform - pos: 106.5,6.5 + pos: 60.5,-136.5 parent: 1 - - uid: 55788 + - uid: 20129 components: - type: Transform - pos: -162.5,-122.5 + pos: -29.5,-165.5 parent: 1 - - uid: 55789 + - uid: 20130 components: - type: Transform - pos: -160.5,-122.5 + pos: -18.5,-151.5 parent: 1 - - uid: 55790 + - uid: 20131 components: - type: Transform - pos: -159.5,-122.5 + pos: 18.5,-189.5 parent: 1 - - uid: 55791 + - uid: 20132 components: - type: Transform - pos: -161.5,-122.5 + pos: -29.5,-151.5 parent: 1 - - uid: 55793 + - uid: 20133 components: - type: Transform - pos: -163.5,-122.5 + pos: 14.5,-158.5 parent: 1 - - uid: 65081 + - uid: 20134 components: - type: Transform - pos: 116.5,12.5 + pos: 42.5,-176.5 parent: 1 -- proto: N14TableCounterBar - entities: - - uid: 319 + - uid: 20135 components: - type: Transform - pos: -182.5,-95.5 + pos: 42.5,-175.5 parent: 1 - - uid: 10325 + - uid: 20136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,-171.5 + pos: 190.5,-185.5 parent: 1 - - uid: 10326 + - uid: 20137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-173.5 + pos: -20.5,-170.5 parent: 1 - - uid: 10327 + - uid: 20138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -186.5,-172.5 + pos: -21.5,-171.5 parent: 1 - - uid: 10337 + - uid: 20139 components: - type: Transform - pos: 134.5,-12.5 + pos: 145.5,-197.5 parent: 1 - - uid: 10338 + - uid: 20140 components: - type: Transform - pos: 134.5,-11.5 + pos: -20.5,-172.5 parent: 1 - - uid: 10339 + - uid: 20141 components: - type: Transform - pos: 134.5,-10.5 + pos: -39.5,-156.5 parent: 1 - - uid: 10340 + - uid: 20142 components: - type: Transform - pos: 134.5,-9.5 + pos: 42.5,-136.5 parent: 1 - - uid: 10341 + - uid: 20143 components: - type: Transform - pos: 134.5,-8.5 + pos: 43.5,-140.5 parent: 1 - - uid: 10342 + - uid: 20144 components: - type: Transform - pos: 135.5,-7.5 + pos: 42.5,-141.5 parent: 1 - - uid: 10343 + - uid: 20145 components: - type: Transform - pos: 137.5,-7.5 + pos: 46.5,-144.5 parent: 1 - - uid: 10346 + - uid: 20146 components: - type: Transform - pos: 158.5,-69.5 + pos: 44.5,-140.5 parent: 1 - - uid: 10347 + - uid: 20147 components: - type: Transform - pos: 158.5,-70.5 + pos: 43.5,-139.5 parent: 1 - - uid: 10348 + - uid: 20148 components: - type: Transform - pos: 164.5,-67.5 + pos: 45.5,-137.5 parent: 1 - - uid: 10349 + - uid: 20149 components: - type: Transform - pos: 161.5,-67.5 + pos: 46.5,-134.5 parent: 1 - - uid: 10350 + - uid: 20150 components: - type: Transform - pos: 163.5,-67.5 + pos: 45.5,-139.5 parent: 1 - - uid: 10351 + - uid: 20151 components: - type: Transform - pos: 160.5,-67.5 + pos: 43.5,-138.5 parent: 1 - - uid: 10352 + - uid: 20152 components: - type: Transform - pos: 22.5,4.5 + pos: 46.5,-145.5 parent: 1 - - uid: 10353 + - uid: 20153 components: - type: Transform - pos: 23.5,4.5 + pos: 41.5,-140.5 parent: 1 - - uid: 10354 + - uid: 20154 components: - type: Transform - pos: 22.5,1.5 + pos: 44.5,-142.5 parent: 1 - - uid: 10355 + - uid: 20155 components: - type: Transform - pos: 23.5,1.5 + pos: 44.5,-144.5 parent: 1 - - uid: 10356 + - uid: 20156 components: - type: Transform - pos: 27.5,1.5 + pos: 42.5,-138.5 parent: 1 - - uid: 10357 + - uid: 20157 components: - type: Transform - pos: 28.5,1.5 + pos: 42.5,-137.5 parent: 1 - - uid: 10358 + - uid: 20158 components: - type: Transform - pos: 29.5,3.5 + pos: -31.5,-151.5 parent: 1 - - uid: 10359 + - uid: 20159 components: - type: Transform - pos: 29.5,4.5 + pos: -22.5,-198.5 parent: 1 - - uid: 10360 + - uid: 20160 components: - type: Transform - pos: 29.5,5.5 + pos: -35.5,-154.5 parent: 1 - - uid: 10361 + - uid: 20161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,-172.5 + pos: -35.5,-155.5 parent: 1 - - uid: 10362 + - uid: 20162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,-173.5 + pos: -31.5,-153.5 parent: 1 - - uid: 10363 + - uid: 20163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -186.5,-173.5 + pos: -31.5,-152.5 parent: 1 - - uid: 10367 + - uid: 20164 components: - type: Transform - pos: 170.5,152.5 + pos: 30.5,-154.5 parent: 1 - - uid: 10368 + - uid: 20165 components: - type: Transform - pos: 171.5,152.5 + pos: 28.5,-156.5 parent: 1 - - uid: 10369 + - uid: 20166 components: - type: Transform - pos: 170.5,151.5 + pos: 31.5,-162.5 parent: 1 - - uid: 10370 + - uid: 20167 components: - type: Transform - pos: 184.5,42.5 + pos: 31.5,-160.5 parent: 1 - - uid: 10371 + - uid: 20168 components: - type: Transform - pos: 183.5,42.5 + pos: 31.5,-159.5 parent: 1 - - uid: 10372 + - uid: 20169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,53.5 + pos: 32.5,-160.5 parent: 1 - - uid: 10373 + - uid: 20170 components: - type: Transform - pos: 187.5,169.5 + pos: 31.5,-158.5 parent: 1 - - uid: 10374 + - uid: 20171 components: - type: Transform - pos: 187.5,168.5 + pos: 31.5,-157.5 parent: 1 - - uid: 10375 + - uid: 20172 components: - type: Transform - pos: 197.5,216.5 + pos: 31.5,-156.5 parent: 1 - - uid: 10376 + - uid: 20173 components: - type: Transform - pos: 198.5,216.5 + pos: 26.5,-155.5 parent: 1 - - uid: 10378 + - uid: 20174 components: - type: Transform - pos: 197.5,215.5 + pos: 31.5,-161.5 parent: 1 - - uid: 10379 + - uid: 20175 components: - type: Transform - pos: -60.5,-15.5 + pos: 27.5,-161.5 parent: 1 - - uid: 10380 + - uid: 20176 components: - type: Transform - pos: -59.5,-15.5 + pos: 27.5,-160.5 parent: 1 - - uid: 10381 + - uid: 20177 components: - type: Transform - pos: -58.5,-15.5 + pos: 27.5,-159.5 parent: 1 - - uid: 10382 + - uid: 20178 components: - type: Transform - pos: -66.5,-17.5 + pos: 27.5,-155.5 parent: 1 - - uid: 10383 + - uid: 20179 components: - type: Transform - pos: -67.5,-17.5 + pos: 26.5,-154.5 parent: 1 - - uid: 10384 + - uid: 20180 components: - type: Transform - pos: -65.5,-19.5 + pos: 27.5,-163.5 parent: 1 - - uid: 10385 + - uid: 20181 components: - type: Transform - pos: -65.5,-20.5 + pos: 8.5,-188.5 parent: 1 - - uid: 10386 + - uid: 20182 components: - type: Transform - pos: -65.5,-21.5 + pos: 43.5,-143.5 parent: 1 - - uid: 10387 + - uid: 20183 components: - type: Transform - pos: -65.5,-22.5 + pos: 43.5,-173.5 parent: 1 - - uid: 10388 + - uid: 20184 components: - type: Transform - pos: -64.5,-19.5 + pos: 54.5,-142.5 parent: 1 - - uid: 10389 + - uid: 20185 components: - type: Transform - pos: -63.5,-19.5 + pos: -23.5,-170.5 parent: 1 - - uid: 10390 + - uid: 20186 components: - type: Transform - pos: -62.5,-19.5 + pos: 192.5,-154.5 parent: 1 - - uid: 10391 + - uid: 20187 components: - type: Transform - pos: -61.5,-19.5 + pos: -22.5,-167.5 parent: 1 - - uid: 10392 + - uid: 20188 components: - type: Transform - pos: -60.5,-19.5 + pos: 43.5,-172.5 parent: 1 - - uid: 10393 + - uid: 20189 components: - type: Transform - pos: -60.5,-20.5 + pos: 190.5,-168.5 parent: 1 - - uid: 10394 + - uid: 20190 components: - type: Transform - pos: -60.5,-21.5 + pos: 14.5,-163.5 parent: 1 - - uid: 10395 + - uid: 20191 components: - type: Transform - pos: -60.5,-22.5 + pos: 30.5,-172.5 parent: 1 - - uid: 10396 + - uid: 20192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-57.5 + pos: 9.5,-160.5 parent: 1 - - uid: 10397 + - uid: 20193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-57.5 + pos: 21.5,-149.5 parent: 1 - - uid: 10398 + - uid: 20194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-58.5 + pos: 9.5,-161.5 parent: 1 - - uid: 10399 + - uid: 20195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-59.5 + pos: 34.5,-147.5 parent: 1 - - uid: 10400 + - uid: 20196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-23.5 + pos: 33.5,-147.5 parent: 1 - - uid: 10401 + - uid: 20197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-21.5 + pos: 43.5,-183.5 parent: 1 - - uid: 10402 + - uid: 20198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-25.5 + pos: 18.5,-135.5 parent: 1 - - uid: 10403 + - uid: 20199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,-21.5 + pos: 18.5,-133.5 parent: 1 - - uid: 10404 + - uid: 20200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,-16.5 + pos: 17.5,-135.5 parent: 1 - - uid: 10405 + - uid: 20201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-16.5 + pos: -23.5,-158.5 parent: 1 - - uid: 11156 + - uid: 20202 components: - type: Transform - pos: 217.5,-36.5 + pos: -24.5,-150.5 parent: 1 - - uid: 11278 + - uid: 20203 components: - type: Transform - pos: -170.5,52.5 + pos: -32.5,-166.5 parent: 1 - - uid: 11452 + - uid: 20204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,53.5 + pos: 56.5,-188.5 parent: 1 - - uid: 17494 + - uid: 20205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,215.5 + pos: 10.5,-170.5 parent: 1 - - uid: 17568 + - uid: 20206 components: - type: Transform - pos: -182.5,-94.5 + pos: -23.5,-150.5 parent: 1 - - uid: 17569 + - uid: 20207 components: - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,-7.5 + pos: -38.5,-149.5 parent: 1 - - uid: 17579 + - uid: 20208 components: - type: Transform - pos: -177.5,-138.5 + pos: -23.5,-151.5 parent: 1 - - uid: 21247 + - uid: 20209 components: - type: Transform - pos: -177.5,-140.5 + pos: 6.5,-170.5 parent: 1 - - uid: 47352 + - uid: 20210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,96.5 + pos: -37.5,-166.5 parent: 1 - - uid: 47356 + - uid: 20211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -364.5,96.5 + pos: 9.5,-173.5 parent: 1 - - uid: 47363 + - uid: 20212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -369.5,99.5 + pos: -8.5,-175.5 parent: 1 - - uid: 47364 + - uid: 20213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -364.5,99.5 + pos: -30.5,-165.5 parent: 1 - - uid: 49549 + - uid: 20214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 134.5,-7.5 + pos: 10.5,-172.5 parent: 1 - - uid: 55777 + - uid: 20215 components: - type: Transform - pos: -154.5,-124.5 + pos: 0.5,-174.5 parent: 1 - - uid: 56012 + - uid: 20216 components: - type: Transform - pos: 136.5,-7.5 + pos: -37.5,-149.5 parent: 1 - - uid: 56045 + - uid: 20217 components: - type: Transform - pos: 217.5,-37.5 + pos: 38.5,-142.5 parent: 1 - - uid: 61037 + - uid: 20218 components: - type: Transform - pos: -182.5,-93.5 + pos: 40.5,-135.5 parent: 1 - - uid: 61051 + - uid: 20219 components: - type: Transform - pos: -177.5,-139.5 + pos: 27.5,-162.5 parent: 1 - - uid: 63848 + - uid: 20220 components: - type: Transform - pos: -186.5,38.5 + pos: 27.5,-158.5 parent: 1 - - uid: 63870 + - uid: 20221 components: - type: Transform - pos: -185.5,38.5 + pos: 28.5,-162.5 parent: 1 - - uid: 65554 + - uid: 20222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-113.5 + pos: 28.5,-163.5 parent: 1 - - uid: 65594 + - uid: 20223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-113.5 + pos: 28.5,-161.5 parent: 1 - - uid: 65595 + - uid: 20224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-113.5 + pos: 27.5,-154.5 parent: 1 - - uid: 65599 + - uid: 20225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-113.5 + pos: 28.5,-160.5 parent: 1 - - uid: 65613 + - uid: 20226 components: - type: Transform - pos: 101.5,-117.5 + pos: 27.5,-157.5 parent: 1 - - uid: 65614 + - uid: 20227 components: - type: Transform - pos: 102.5,-117.5 + pos: 27.5,-156.5 parent: 1 - - uid: 65627 + - uid: 20228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-114.5 + pos: 28.5,-159.5 parent: 1 - - uid: 65628 + - uid: 20229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-115.5 + pos: 28.5,-158.5 parent: 1 - - uid: 65667 + - uid: 20230 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-104.5 + pos: 10.5,-160.5 parent: 1 - - uid: 65668 + - uid: 20231 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-105.5 + pos: 28.5,-157.5 parent: 1 - - uid: 65669 + - uid: 20232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-106.5 + pos: 11.5,-159.5 parent: 1 - - uid: 65670 + - uid: 20233 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-107.5 + pos: 38.5,-139.5 parent: 1 -- proto: N14TableCounterBend - entities: - - uid: 10406 + - uid: 20234 components: - type: Transform - pos: 92.5,105.5 + pos: -341.5,76.5 parent: 1 - - uid: 10408 + - uid: 20235 components: - type: Transform - rot: 3.141592653589793 rad - pos: 209.5,-25.5 + pos: 7.5,-153.5 parent: 1 - - uid: 10409 + - uid: 20236 components: - type: Transform - pos: 206.5,-25.5 + pos: 38.5,-144.5 parent: 1 - - uid: 10410 + - uid: 20237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,0.5 + pos: -34.5,-151.5 parent: 1 - - uid: 10411 + - uid: 20238 components: - type: Transform - pos: 162.5,28.5 + pos: -39.5,-166.5 parent: 1 - - uid: 10412 + - uid: 20239 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-37.5 + pos: -25.5,-149.5 parent: 1 - - uid: 10413 + - uid: 20240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-50.5 + pos: -34.5,-152.5 parent: 1 - - uid: 10414 + - uid: 20241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-28.5 + pos: -28.5,-150.5 parent: 1 - - uid: 10415 + - uid: 20242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -188.5,-28.5 + pos: -29.5,-147.5 parent: 1 - - uid: 10416 + - uid: 20243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -151.5,-25.5 + pos: -26.5,-147.5 parent: 1 - - uid: 47074 + - uid: 20244 components: - type: Transform - pos: -371.5,87.5 + pos: -27.5,-150.5 parent: 1 - - uid: 55792 + - uid: 20245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,-122.5 + pos: -27.5,-151.5 parent: 1 - - uid: 55794 + - uid: 20246 components: - type: Transform - pos: -164.5,-122.5 + pos: -28.5,-152.5 parent: 1 -- proto: N14TableCounterCraft - entities: - - uid: 6877 + - uid: 20247 components: - type: Transform - pos: 26.5,-58.5 + pos: 7.5,-151.5 parent: 1 - - uid: 6906 + - uid: 20248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-57.5 + pos: -34.5,-155.5 parent: 1 - - uid: 6907 + - uid: 20249 components: - type: Transform - pos: 25.5,-58.5 + pos: 27.5,-171.5 parent: 1 - - uid: 8613 + - uid: 20250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,175.5 + pos: -39.5,-151.5 parent: 1 - - uid: 10255 + - uid: 20251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,180.5 + pos: 26.5,-166.5 parent: 1 - - uid: 10283 + - uid: 20252 components: - type: Transform - pos: 167.5,181.5 + pos: 29.5,-171.5 parent: 1 - - uid: 10284 + - uid: 20253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,175.5 + pos: -35.5,-148.5 parent: 1 - - uid: 10297 + - uid: 20254 components: - type: Transform - pos: 23.5,-58.5 + pos: -39.5,-152.5 parent: 1 - - uid: 10298 + - uid: 20255 components: - type: Transform - pos: 24.5,-58.5 + pos: -38.5,-151.5 parent: 1 - - uid: 10328 + - uid: 20256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,177.5 + pos: -38.5,-152.5 parent: 1 - - uid: 10329 + - uid: 20257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,176.5 + pos: 12.5,-154.5 parent: 1 - - uid: 10330 + - uid: 20258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,177.5 + pos: 27.5,-168.5 parent: 1 - - uid: 10331 + - uid: 20259 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,178.5 + pos: 49.5,-187.5 parent: 1 - - uid: 10333 + - uid: 20260 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.5,178.5 + pos: 37.5,-135.5 parent: 1 - - uid: 10334 + - uid: 20261 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,178.5 + pos: 37.5,-141.5 parent: 1 - - uid: 10365 + - uid: 20262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,176.5 + pos: 36.5,-145.5 parent: 1 - - uid: 10366 + - uid: 20263 components: - type: Transform - pos: 168.5,181.5 + pos: 11.5,-160.5 parent: 1 - - uid: 10417 + - uid: 20264 components: - type: Transform - pos: 159.5,131.5 + pos: -39.5,-153.5 parent: 1 - - uid: 10418 + - uid: 20265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 150.5,168.5 + pos: -39.5,-154.5 parent: 1 - - uid: 10420 + - uid: 20266 components: - type: Transform - pos: 151.5,167.5 + pos: -35.5,-147.5 parent: 1 - - uid: 10421 + - uid: 20267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,132.5 + pos: -36.5,-148.5 parent: 1 - - uid: 10422 + - uid: 20268 components: - type: Transform - pos: 153.5,150.5 + pos: 38.5,-143.5 parent: 1 - - uid: 10423 + - uid: 20269 components: - type: Transform - pos: 150.5,150.5 + pos: 7.5,-150.5 parent: 1 - - uid: 10424 + - uid: 20270 components: - type: Transform - pos: 151.5,150.5 + pos: 11.5,-162.5 parent: 1 - - uid: 10425 + - uid: 20271 components: - type: Transform - pos: 152.5,150.5 + pos: 7.5,-152.5 parent: 1 - - uid: 10426 + - uid: 20272 components: - type: Transform - pos: 158.5,131.5 + pos: 38.5,-138.5 parent: 1 - - uid: 10431 + - uid: 20273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-37.5 + pos: 10.5,-162.5 parent: 1 - - uid: 10432 + - uid: 20274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-38.5 + pos: 29.5,-155.5 parent: 1 - - uid: 10433 + - uid: 20275 components: - type: Transform - pos: 137.5,-32.5 + pos: 30.5,-159.5 parent: 1 - - uid: 10434 + - uid: 20276 components: - type: Transform - pos: 136.5,-32.5 + pos: 30.5,-163.5 parent: 1 - - uid: 10435 + - uid: 20277 components: - type: Transform - pos: 135.5,-32.5 + pos: -26.5,-148.5 parent: 1 - - uid: 10436 + - uid: 20278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-37.5 + pos: 12.5,-162.5 parent: 1 - - uid: 10437 + - uid: 20279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-36.5 + pos: -37.5,-156.5 parent: 1 - - uid: 10438 + - uid: 20280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-36.5 + pos: 63.5,-139.5 parent: 1 - - uid: 10439 + - uid: 20281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-36.5 + pos: 28.5,-155.5 parent: 1 - - uid: 10440 + - uid: 20282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-38.5 + pos: 7.5,-154.5 parent: 1 - - uid: 10441 + - uid: 20283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-37.5 + pos: 38.5,-145.5 parent: 1 - - uid: 10442 + - uid: 20284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-39.5 + pos: 38.5,-146.5 parent: 1 - - uid: 10443 + - uid: 20285 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-25.5 + pos: 36.5,-142.5 parent: 1 - - uid: 10444 + - uid: 20286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-26.5 + pos: 37.5,-146.5 parent: 1 - - uid: 10445 + - uid: 20287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-27.5 + pos: 10.5,-161.5 parent: 1 - - uid: 10446 + - uid: 20288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,-11.5 + pos: -27.5,-149.5 parent: 1 - - uid: 10447 + - uid: 20289 components: - type: Transform - pos: 116.5,-12.5 + pos: -29.5,-163.5 parent: 1 - - uid: 10448 + - uid: 20290 components: - type: Transform - rot: 3.141592653589793 rad - pos: 116.5,-10.5 + pos: -35.5,-156.5 parent: 1 - - uid: 10449 + - uid: 20291 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-17.5 + pos: -29.5,-148.5 parent: 1 - - uid: 10450 + - uid: 20292 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-17.5 + pos: -34.5,-148.5 parent: 1 - - uid: 10451 + - uid: 20293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -195.5,-189.5 + pos: 30.5,-157.5 parent: 1 - - uid: 10452 + - uid: 20294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 177.5,161.5 + pos: 30.5,-155.5 parent: 1 - - uid: 10453 + - uid: 20295 components: - type: Transform - pos: 175.5,162.5 + pos: 28.5,-154.5 parent: 1 - - uid: 10454 + - uid: 20296 components: - type: Transform - pos: 174.5,162.5 + pos: 14.5,-162.5 parent: 1 - - uid: 10455 + - uid: 20297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,161.5 + pos: 58.5,-165.5 parent: 1 - - uid: 10456 + - uid: 20298 components: - type: Transform - pos: 164.5,17.5 + pos: 36.5,-141.5 parent: 1 - - uid: 10457 + - uid: 20299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-11.5 + pos: 44.5,-136.5 parent: 1 - - uid: 10458 + - uid: 20300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-12.5 + pos: 17.5,-134.5 parent: 1 - - uid: 10459 + - uid: 20301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-13.5 + pos: 18.5,-134.5 parent: 1 - - uid: 10460 + - uid: 20302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-11.5 + pos: -26.5,-158.5 parent: 1 - - uid: 10461 + - uid: 20303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-22.5 + pos: -36.5,-154.5 parent: 1 - - uid: 10462 + - uid: 20304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-21.5 + pos: 26.5,-167.5 parent: 1 - - uid: 10463 + - uid: 20305 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-21.5 + pos: 27.5,-169.5 parent: 1 - - uid: 10464 + - uid: 20306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-12.5 + pos: 12.5,-158.5 parent: 1 - - uid: 10465 + - uid: 20307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-11.5 + pos: 32.5,-146.5 parent: 1 - - uid: 10466 + - uid: 20308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-10.5 + pos: 13.5,-136.5 parent: 1 - - uid: 10467 + - uid: 20309 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-10.5 + pos: 17.5,-152.5 parent: 1 - - uid: 20154 + - uid: 20310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,156.5 + pos: 190.5,-153.5 parent: 1 - - uid: 47323 + - uid: 20311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,157.5 + pos: -26.5,-157.5 parent: 1 - - uid: 65373 + - uid: 20312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-131.5 + pos: -24.5,-159.5 parent: 1 - - uid: 65388 + - uid: 20313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-132.5 + pos: 12.5,-157.5 parent: 1 - - uid: 65389 + - uid: 20314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-130.5 + pos: 48.5,-187.5 parent: 1 -- proto: N14TableCounterCraftBend - entities: - - uid: 6897 + - uid: 20315 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-58.5 + pos: 62.5,-143.5 parent: 1 - - uid: 10252 + - uid: 20316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 169.5,181.5 + pos: 5.5,-141.5 parent: 1 - - uid: 10332 + - uid: 20317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,178.5 + pos: 29.5,-162.5 parent: 1 - - uid: 10335 + - uid: 20318 components: - type: Transform - pos: 163.5,178.5 + pos: 17.5,-153.5 parent: 1 - - uid: 10468 + - uid: 20319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 150.5,167.5 + pos: -38.5,-154.5 parent: 1 - - uid: 10469 + - uid: 20320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,131.5 + pos: -37.5,-151.5 parent: 1 - - uid: 10470 + - uid: 20321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 160.5,133.5 + pos: 46.5,-188.5 parent: 1 - - uid: 10471 + - uid: 20322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-25.5 + pos: 17.5,-151.5 parent: 1 - - uid: 10472 + - uid: 20323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 117.5,-10.5 + pos: 18.5,-137.5 parent: 1 - - uid: 10473 + - uid: 20324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 117.5,-12.5 + pos: 17.5,-150.5 parent: 1 - - uid: 10474 + - uid: 20325 components: - type: Transform - pos: -195.5,-188.5 + pos: -38.5,-155.5 parent: 1 - - uid: 10475 + - uid: 20326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -195.5,-190.5 + pos: 36.5,-140.5 parent: 1 - - uid: 10476 + - uid: 20327 components: - type: Transform - pos: 173.5,162.5 + pos: 36.5,-139.5 parent: 1 - - uid: 10477 + - uid: 20328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 177.5,162.5 + pos: -19.5,-153.5 parent: 1 - - uid: 10478 + - uid: 20329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,160.5 + pos: -22.5,-151.5 parent: 1 - - uid: 10479 + - uid: 20330 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-11.5 + pos: 38.5,-135.5 parent: 1 - - uid: 10480 + - uid: 20331 components: - type: Transform - pos: -60.5,-10.5 + pos: 36.5,-136.5 parent: 1 - - uid: 10481 + - uid: 20332 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-10.5 + pos: 9.5,-154.5 parent: 1 - - uid: 10482 + - uid: 20333 components: - type: Transform - pos: -71.5,-21.5 + pos: 52.5,-170.5 parent: 1 - - uid: 47744 + - uid: 20334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,155.5 + pos: 64.5,-197.5 parent: 1 -- proto: N14TableCounterMetal - entities: - - uid: 5926 + - uid: 20335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 137.5,-12.5 + pos: 55.5,-193.5 parent: 1 - - uid: 7602 + - uid: 20336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-122.5 + pos: -25.5,-151.5 parent: 1 - - uid: 10483 + - uid: 20337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-17.5 + pos: -33.5,-164.5 parent: 1 - - uid: 10484 + - uid: 20338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,56.5 + pos: 0.5,-176.5 parent: 1 - - uid: 10485 + - uid: 20339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,52.5 + pos: 0.5,-178.5 parent: 1 - - uid: 10486 + - uid: 20340 components: - type: Transform - pos: 163.5,47.5 + pos: -29.5,-146.5 parent: 1 - - uid: 10487 + - uid: 20341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-39.5 + pos: 0.5,-175.5 parent: 1 - - uid: 10488 + - uid: 20342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-42.5 + pos: -9.5,-193.5 parent: 1 - - uid: 10489 + - uid: 20343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-41.5 + pos: -9.5,-192.5 parent: 1 - - uid: 10490 + - uid: 20344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-38.5 + pos: 35.5,-141.5 parent: 1 - - uid: 10491 + - uid: 20345 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-40.5 + pos: 34.5,-145.5 parent: 1 - - uid: 10492 + - uid: 20346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-40.5 + pos: 37.5,-137.5 parent: 1 - - uid: 10493 + - uid: 20347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-39.5 + pos: 37.5,-143.5 parent: 1 - - uid: 10494 + - uid: 20348 components: - type: Transform - pos: 85.5,-37.5 + pos: 37.5,-144.5 parent: 1 - - uid: 10495 + - uid: 20349 components: - type: Transform - pos: 83.5,-37.5 + pos: 190.5,-160.5 parent: 1 - - uid: 10496 + - uid: 20350 components: - type: Transform - pos: 84.5,-37.5 + pos: -30.5,-146.5 parent: 1 - - uid: 10497 + - uid: 20351 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-33.5 + pos: -7.5,-176.5 parent: 1 - - uid: 10498 + - uid: 20352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,-33.5 + pos: 24.5,-189.5 parent: 1 - - uid: 10499 + - uid: 20353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-33.5 + pos: -40.5,-167.5 parent: 1 - - uid: 10500 + - uid: 20354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-32.5 + pos: 6.5,-175.5 parent: 1 - - uid: 10501 + - uid: 20355 components: - type: Transform - pos: 85.5,-31.5 + pos: -341.5,75.5 parent: 1 - - uid: 10502 + - uid: 20356 components: - type: Transform - pos: 84.5,-31.5 + pos: -24.5,-158.5 parent: 1 - - uid: 10503 + - uid: 20357 components: - type: Transform - pos: 83.5,-31.5 + pos: 2.5,-195.5 parent: 1 - - uid: 10504 + - uid: 20358 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,-18.5 + pos: -4.5,-194.5 parent: 1 - - uid: 10505 + - uid: 20359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 120.5,-17.5 + pos: 5.5,-170.5 parent: 1 - - uid: 10506 + - uid: 20360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,-10.5 + pos: 33.5,-143.5 parent: 1 - - uid: 10508 + - uid: 20361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,-11.5 + pos: 40.5,-137.5 parent: 1 - - uid: 10509 + - uid: 20362 components: - type: Transform - rot: 3.141592653589793 rad - pos: 138.5,-12.5 + pos: 38.5,-136.5 parent: 1 - - uid: 10510 + - uid: 20363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-67.5 + pos: 40.5,-134.5 parent: 1 - - uid: 10511 + - uid: 20364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-66.5 + pos: 17.5,-143.5 parent: 1 - - uid: 10512 + - uid: 20365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-69.5 + pos: 17.5,-149.5 parent: 1 - - uid: 10513 + - uid: 20366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-68.5 + pos: 17.5,-146.5 parent: 1 - - uid: 10514 + - uid: 20367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,5.5 + pos: 17.5,-142.5 parent: 1 - - uid: 10515 + - uid: 20368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,5.5 + pos: 6.5,-178.5 parent: 1 - - uid: 10516 + - uid: 20369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,4.5 + pos: 15.5,-163.5 parent: 1 - - uid: 10517 + - uid: 20370 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,4.5 + pos: -36.5,-165.5 parent: 1 - - uid: 10518 + - uid: 20371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,4.5 + pos: -6.5,-192.5 parent: 1 - - uid: 10519 + - uid: 20372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,4.5 + pos: -9.5,-194.5 parent: 1 - - uid: 10520 + - uid: 20373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,17.5 + pos: -4.5,-193.5 parent: 1 - - uid: 10521 + - uid: 20374 components: - type: Transform - pos: 89.5,19.5 + pos: -8.5,-195.5 parent: 1 - - uid: 10522 + - uid: 20375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,19.5 + pos: -7.5,-195.5 parent: 1 - - uid: 10523 + - uid: 20376 components: - type: Transform - pos: 88.5,19.5 + pos: -9.5,-195.5 parent: 1 - - uid: 10524 + - uid: 20377 components: - type: Transform - pos: 87.5,19.5 + pos: -8.5,-192.5 parent: 1 - - uid: 10525 + - uid: 20378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,18.5 + pos: -4.5,-190.5 parent: 1 - - uid: 10526 + - uid: 20379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,34.5 + pos: 19.5,-151.5 parent: 1 - - uid: 10527 + - uid: 20380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,33.5 + pos: 20.5,-142.5 parent: 1 - - uid: 10528 + - uid: 20381 components: - type: Transform - pos: -61.5,35.5 + pos: 19.5,-153.5 parent: 1 - - uid: 10529 + - uid: 20382 components: - type: Transform - pos: -62.5,35.5 + pos: 34.5,-143.5 parent: 1 - - uid: 10530 + - uid: 20383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,34.5 + pos: 36.5,-138.5 parent: 1 - - uid: 10531 + - uid: 20384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,33.5 + pos: 6.5,-176.5 parent: 1 - - uid: 10532 + - uid: 20385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,30.5 + pos: -30.5,-148.5 parent: 1 - - uid: 10533 + - uid: 20386 components: - type: Transform - pos: -55.5,35.5 + pos: 12.5,-155.5 parent: 1 - - uid: 10534 + - uid: 20387 components: - type: Transform - pos: -54.5,35.5 + pos: 13.5,-157.5 parent: 1 - - uid: 10535 + - uid: 20388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,32.5 + pos: 17.5,-145.5 parent: 1 - - uid: 10536 + - uid: 20389 components: - type: Transform - pos: 22.5,-11.5 + pos: 17.5,-148.5 parent: 1 - - uid: 10537 + - uid: 20390 components: - type: Transform - pos: 23.5,-11.5 + pos: 17.5,-147.5 parent: 1 - - uid: 10538 + - uid: 20391 components: - type: Transform - pos: 24.5,-11.5 + pos: -37.5,-152.5 parent: 1 - - uid: 10539 + - uid: 20392 components: - type: Transform - pos: 25.5,-11.5 + pos: -37.5,-153.5 parent: 1 - - uid: 10540 + - uid: 20393 components: - type: Transform - pos: 37.5,-64.5 + pos: -33.5,-146.5 parent: 1 - - uid: 10541 + - uid: 20394 components: - type: Transform - pos: 36.5,-64.5 + pos: -38.5,-156.5 parent: 1 - - uid: 10542 + - uid: 20395 components: - type: Transform - pos: 38.5,-64.5 + pos: 17.5,-144.5 parent: 1 - - uid: 10543 + - uid: 20396 components: - type: Transform - pos: -81.5,-100.5 + pos: -40.5,-154.5 parent: 1 - - uid: 10544 + - uid: 20397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-101.5 + pos: -34.5,-146.5 parent: 1 - - uid: 10545 + - uid: 20398 components: - type: Transform - pos: 43.5,55.5 + pos: -40.5,-156.5 parent: 1 - - uid: 10546 + - uid: 20399 components: - type: Transform - pos: 42.5,55.5 + pos: -38.5,-153.5 parent: 1 - - uid: 10547 + - uid: 20400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,150.5 + pos: -40.5,-155.5 parent: 1 - - uid: 10548 + - uid: 20401 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,150.5 + pos: -37.5,-154.5 parent: 1 - - uid: 10549 + - uid: 20402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,20.5 + pos: -39.5,-155.5 parent: 1 - - uid: 10550 + - uid: 20403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,18.5 + pos: -37.5,-155.5 parent: 1 - - uid: 10551 + - uid: 20404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,19.5 + pos: -29.5,-155.5 parent: 1 - - uid: 10552 + - uid: 20405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 186.5,21.5 + pos: -26.5,-149.5 parent: 1 - - uid: 10553 + - uid: 20406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,53.5 + pos: -21.5,-156.5 parent: 1 - - uid: 10554 + - uid: 20407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 174.5,51.5 + pos: 14.5,-156.5 parent: 1 - - uid: 10555 + - uid: 20408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,38.5 + pos: -27.5,-155.5 parent: 1 - - uid: 10556 + - uid: 20409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,37.5 + pos: 13.5,-161.5 parent: 1 - - uid: 10557 + - uid: 20410 components: - type: Transform - pos: 164.5,47.5 + pos: 36.5,-143.5 parent: 1 - - uid: 10558 + - uid: 20411 components: - type: Transform - pos: 162.5,47.5 + pos: 36.5,-144.5 parent: 1 - - uid: 10559 + - uid: 20412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.5,55.5 + pos: 37.5,-145.5 parent: 1 - - uid: 10565 + - uid: 20413 components: - type: Transform - pos: 196.5,219.5 + pos: 38.5,-137.5 parent: 1 - - uid: 10566 + - uid: 20414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 215.5,208.5 + pos: 38.5,-141.5 parent: 1 - - uid: 10567 + - uid: 20415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 215.5,207.5 + pos: 25.5,-154.5 parent: 1 - - uid: 10568 + - uid: 20416 components: - type: Transform - pos: 197.5,219.5 + pos: 29.5,-163.5 parent: 1 - - uid: 10569 + - uid: 20417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,218.5 + pos: 46.5,-181.5 parent: 1 - - uid: 10570 + - uid: 20418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,85.5 + pos: -31.5,-154.5 parent: 1 - - uid: 10571 + - uid: 20419 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,85.5 + pos: 26.5,-160.5 parent: 1 - - uid: 10572 + - uid: 20420 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-58.5 + pos: 26.5,-159.5 parent: 1 - - uid: 10573 + - uid: 20421 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,85.5 + pos: 46.5,-175.5 parent: 1 - - uid: 10574 + - uid: 20422 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-58.5 + pos: 46.5,-176.5 parent: 1 - - uid: 10575 + - uid: 20423 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-58.5 + pos: 46.5,-174.5 parent: 1 - - uid: 10576 + - uid: 20424 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-58.5 + pos: 46.5,-173.5 parent: 1 - - uid: 10577 + - uid: 20425 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-58.5 + pos: -35.5,-151.5 parent: 1 - - uid: 10578 + - uid: 20426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-16.5 + pos: -36.5,-151.5 parent: 1 - - uid: 10579 + - uid: 20427 components: - type: Transform - pos: -49.5,-35.5 + pos: -35.5,-153.5 parent: 1 - - uid: 10580 + - uid: 20428 components: - type: Transform - pos: -48.5,-35.5 + pos: -36.5,-152.5 parent: 1 - - uid: 10581 + - uid: 20429 components: - type: Transform - pos: -47.5,-35.5 + pos: -35.5,-152.5 parent: 1 - - uid: 10582 + - uid: 20430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-35.5 + pos: 26.5,-162.5 parent: 1 - - uid: 10583 + - uid: 20431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-35.5 + pos: 26.5,-161.5 parent: 1 - - uid: 10584 + - uid: 20432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-35.5 + pos: -36.5,-155.5 parent: 1 - - uid: 10585 + - uid: 20433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-34.5 + pos: 26.5,-163.5 parent: 1 - - uid: 10586 + - uid: 20434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-33.5 + pos: -36.5,-153.5 parent: 1 - - uid: 10587 + - uid: 20435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-15.5 + pos: -31.5,-155.5 parent: 1 - - uid: 10588 + - uid: 20436 components: - type: Transform - pos: -10.5,-31.5 + pos: 44.5,-184.5 parent: 1 - - uid: 10589 + - uid: 20437 components: - type: Transform - pos: -11.5,-31.5 + pos: 12.5,-163.5 parent: 1 - - uid: 10590 + - uid: 20438 components: - type: Transform - pos: -12.5,-31.5 + pos: 14.5,-161.5 parent: 1 - - uid: 10591 + - uid: 20439 components: - type: Transform - pos: -11.5,-28.5 + pos: 46.5,-182.5 parent: 1 - - uid: 10592 + - uid: 20440 components: - type: Transform - pos: -12.5,-28.5 + pos: 47.5,-173.5 parent: 1 - - uid: 10593 + - uid: 20441 components: - type: Transform - pos: -153.5,-16.5 + pos: 48.5,-188.5 parent: 1 - - uid: 10594 + - uid: 20442 components: - type: Transform - pos: -154.5,-16.5 + pos: 46.5,-184.5 parent: 1 - - uid: 10595 + - uid: 20443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -152.5,-20.5 + pos: 47.5,-172.5 parent: 1 - - uid: 10596 + - uid: 20444 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -154.5,-19.5 + pos: -30.5,-151.5 parent: 1 - - uid: 10597 + - uid: 20445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -154.5,-18.5 + pos: 46.5,-183.5 parent: 1 - - uid: 11392 + - uid: 20446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,63.5 + pos: -31.5,-147.5 parent: 1 - - uid: 11421 + - uid: 20447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,60.5 + pos: -30.5,-152.5 parent: 1 - - uid: 17495 + - uid: 20448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,-12.5 + pos: 45.5,-179.5 parent: 1 - - uid: 24573 + - uid: 20449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,47.5 + pos: -36.5,-147.5 parent: 1 - - uid: 24710 + - uid: 20450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -179.5,64.5 + pos: -30.5,-150.5 parent: 1 - - uid: 24723 + - uid: 20451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,47.5 + pos: -35.5,-150.5 parent: 1 - - uid: 24773 + - uid: 20452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -179.5,49.5 + pos: -34.5,-150.5 parent: 1 - - uid: 24775 + - uid: 20453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,48.5 + pos: 45.5,-180.5 parent: 1 - - uid: 24776 + - uid: 20454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,47.5 + pos: -30.5,-149.5 parent: 1 - - uid: 27192 + - uid: 20455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 128.5,9.5 + pos: 44.5,-186.5 parent: 1 - - uid: 44784 + - uid: 20456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,146.5 + pos: -30.5,-154.5 parent: 1 - - uid: 44831 + - uid: 20457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,149.5 + pos: -37.5,-150.5 parent: 1 - - uid: 44913 + - uid: 20458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,148.5 + pos: -33.5,-148.5 parent: 1 - - uid: 44923 + - uid: 20459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,147.5 + pos: -32.5,-147.5 parent: 1 - - uid: 45657 + - uid: 20460 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-76.5 + pos: -32.5,-150.5 parent: 1 - - uid: 45820 + - uid: 20461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-76.5 + pos: 45.5,-177.5 parent: 1 - - uid: 46509 + - uid: 20462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-76.5 + pos: -35.5,-149.5 parent: 1 - - uid: 47365 + - uid: 20463 components: - type: Transform - pos: -369.5,101.5 + pos: -33.5,-150.5 parent: 1 - - uid: 47366 + - uid: 20464 components: - type: Transform - pos: -368.5,101.5 + pos: 44.5,-185.5 parent: 1 - - uid: 47369 + - uid: 20465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -367.5,102.5 + pos: -30.5,-153.5 parent: 1 - - uid: 47793 + - uid: 20466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -179.5,61.5 + pos: 45.5,-176.5 parent: 1 - - uid: 55418 + - uid: 20467 components: - type: Transform - pos: -183.5,-121.5 + pos: -30.5,-155.5 parent: 1 - - uid: 55715 + - uid: 20468 components: - type: Transform - pos: -184.5,-121.5 + pos: 45.5,-175.5 parent: 1 - - uid: 55906 + - uid: 20469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-104.5 + pos: -32.5,-149.5 parent: 1 - - uid: 55907 + - uid: 20470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-105.5 + pos: 45.5,-174.5 parent: 1 - - uid: 55920 + - uid: 20471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-108.5 + pos: 45.5,-173.5 parent: 1 - - uid: 55933 + - uid: 20472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-106.5 + pos: 44.5,-183.5 parent: 1 - - uid: 61219 + - uid: 20473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,9.5 + pos: 45.5,-172.5 parent: 1 - - uid: 61612 + - uid: 20474 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,57.5 + pos: -31.5,-150.5 parent: 1 - - uid: 61730 + - uid: 20475 components: - type: Transform - pos: -188.5,23.5 + pos: -32.5,-148.5 parent: 1 - - uid: 61731 + - uid: 20476 components: - type: Transform - pos: -187.5,23.5 + pos: 44.5,-182.5 parent: 1 - - uid: 61732 + - uid: 20477 components: - type: Transform - pos: -186.5,23.5 + pos: -38.5,-150.5 parent: 1 - - uid: 61784 + - uid: 20478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,48.5 + pos: -33.5,-147.5 parent: 1 - - uid: 61811 + - uid: 20479 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,57.5 + pos: -24.5,-149.5 parent: 1 - - uid: 61817 + - uid: 20480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,57.5 + pos: -31.5,-148.5 parent: 1 - - uid: 61916 + - uid: 20481 components: - type: Transform - pos: -152.5,55.5 + pos: 45.5,-178.5 parent: 1 - - uid: 61919 + - uid: 20482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,53.5 + pos: -30.5,-147.5 parent: 1 - - uid: 61929 + - uid: 20483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,54.5 + pos: -36.5,-150.5 parent: 1 - - uid: 61939 + - uid: 20484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -144.5,52.5 + pos: -36.5,-149.5 parent: 1 - - uid: 61941 + - uid: 20485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -144.5,54.5 + pos: -34.5,-149.5 parent: 1 - - uid: 61942 + - uid: 20486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -144.5,53.5 + pos: -33.5,-149.5 parent: 1 - - uid: 61944 + - uid: 20487 components: - type: Transform - pos: -148.5,55.5 + pos: 2.5,-177.5 parent: 1 - - uid: 61954 + - uid: 20488 components: - type: Transform - pos: -145.5,55.5 + pos: 7.5,-176.5 parent: 1 - - uid: 62539 + - uid: 20489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,21.5 + pos: -21.5,-153.5 parent: 1 - - uid: 62554 + - uid: 20490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,21.5 + pos: 4.5,-147.5 parent: 1 - - uid: 62576 + - uid: 20491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,21.5 + pos: 163.5,-194.5 parent: 1 - - uid: 62577 + - uid: 20492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,21.5 + pos: 157.5,-194.5 parent: 1 - - uid: 62578 + - uid: 20493 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,21.5 + pos: 151.5,-194.5 parent: 1 - - uid: 63459 + - uid: 20494 components: - type: Transform - pos: 172.5,-155.5 + pos: 150.5,-194.5 parent: 1 - - uid: 63460 + - uid: 20495 components: - type: Transform - pos: 173.5,-155.5 + pos: 163.5,-198.5 parent: 1 - - uid: 64197 + - uid: 20496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,-154.5 + pos: 163.5,-197.5 parent: 1 - - uid: 64209 + - uid: 20497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-153.5 + pos: 163.5,-196.5 parent: 1 - - uid: 64246 + - uid: 20498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-154.5 + pos: 163.5,-195.5 parent: 1 - - uid: 64253 + - uid: 20499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-153.5 + pos: 53.5,-197.5 parent: 1 - - uid: 64283 + - uid: 20500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,-153.5 + pos: 52.5,-198.5 parent: 1 -- proto: N14TableCounterMetalBend - entities: - - uid: 44 + - uid: 20501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,-121.5 + pos: 58.5,-197.5 parent: 1 - - uid: 10598 + - uid: 20502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-40.5 + pos: 55.5,-198.5 parent: 1 - - uid: 10599 + - uid: 20503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-37.5 + pos: 57.5,-197.5 parent: 1 - - uid: 10600 + - uid: 20504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-40.5 + pos: 54.5,-198.5 parent: 1 - - uid: 10601 + - uid: 20505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-33.5 + pos: 57.5,-198.5 parent: 1 - - uid: 10602 + - uid: 20506 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-31.5 + pos: 55.5,-197.5 parent: 1 - - uid: 10603 + - uid: 20507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,-12.5 + pos: 56.5,-198.5 parent: 1 - - uid: 10604 + - uid: 20508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,4.5 + pos: 54.5,-197.5 parent: 1 - - uid: 10605 + - uid: 20509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,4.5 + pos: 56.5,-197.5 parent: 1 - - uid: 10606 + - uid: 20510 components: - type: Transform - pos: 32.5,5.5 + pos: 53.5,-198.5 parent: 1 - - uid: 10607 + - uid: 20511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,5.5 + pos: 160.5,-194.5 parent: 1 - - uid: 10608 + - uid: 20512 components: - type: Transform - pos: -63.5,35.5 + pos: 158.5,-194.5 parent: 1 - - uid: 10609 + - uid: 20513 components: - type: Transform - pos: -56.5,35.5 + pos: 160.5,-193.5 parent: 1 - - uid: 10610 + - uid: 20514 components: - type: Transform - pos: -82.5,-100.5 + pos: 149.5,-194.5 parent: 1 - - uid: 10611 + - uid: 20515 components: - type: Transform - pos: 195.5,219.5 + pos: 159.5,-194.5 parent: 1 - - uid: 10612 + - uid: 20516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-35.5 + pos: 148.5,-198.5 parent: 1 - - uid: 10613 + - uid: 20517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,-16.5 + pos: 159.5,-193.5 parent: 1 - - uid: 10614 + - uid: 20518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -152.5,-17.5 + pos: 5.5,-140.5 parent: 1 - - uid: 46923 + - uid: 20519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -366.5,98.5 + pos: 22.5,-165.5 parent: 1 - - uid: 47367 + - uid: 20520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -367.5,101.5 + pos: 192.5,-156.5 parent: 1 - - uid: 47502 + - uid: 20521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -367.5,97.5 + pos: 5.5,-146.5 parent: 1 - - uid: 47503 + - uid: 20522 components: - type: Transform - pos: -367.5,98.5 + pos: 59.5,-188.5 parent: 1 - - uid: 47513 + - uid: 20523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -366.5,97.5 + pos: 162.5,-196.5 parent: 1 - - uid: 61772 + - uid: 20524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,47.5 + pos: 63.5,-198.5 parent: 1 - - uid: 61829 + - uid: 20525 components: - type: Transform - pos: -153.5,55.5 + pos: 162.5,-194.5 parent: 1 - - uid: 61940 + - uid: 20526 components: - type: Transform - rot: 3.141592653589793 rad - pos: -144.5,55.5 + pos: 145.5,-193.5 parent: 1 - - uid: 64164 + - uid: 20527 components: - type: Transform - pos: -105.5,-153.5 + pos: 162.5,-195.5 parent: 1 - - uid: 64207 + - uid: 20528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,-153.5 + pos: 145.5,-194.5 parent: 1 -- proto: N14TableCounterMetalIntersect - entities: - - uid: 10615 + - uid: 20529 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-58.5 + pos: 144.5,-198.5 parent: 1 -- proto: N14TableDeskMetal - entities: - - uid: 10616 + - uid: 20530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,6.5 + pos: 30.5,-173.5 parent: 1 - - uid: 10617 + - uid: 20531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,4.5 + pos: 21.5,-148.5 parent: 1 - - uid: 10618 + - uid: 20532 components: - type: Transform - pos: 163.5,-75.5 + pos: 5.5,-142.5 parent: 1 - - uid: 10619 + - uid: 20533 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,53.5 + pos: 32.5,-150.5 parent: 1 - - uid: 10620 + - uid: 20534 components: - type: Transform - pos: -43.5,-33.5 + pos: 15.5,-164.5 parent: 1 - - uid: 10642 + - uid: 20535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,-17.5 + pos: 152.5,-194.5 parent: 1 - - uid: 45477 + - uid: 20536 components: - type: Transform - pos: 112.5,4.5 + pos: 32.5,-152.5 parent: 1 - - uid: 61538 + - uid: 20537 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,15.5 + pos: 32.5,-153.5 parent: 1 - - uid: 64338 + - uid: 20538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-176.5 + pos: 5.5,-143.5 parent: 1 - - uid: 64412 + - uid: 20539 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-158.5 + pos: 14.5,-164.5 parent: 1 - - uid: 64430 + - uid: 20540 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-155.5 + pos: 5.5,-144.5 parent: 1 - - uid: 64438 + - uid: 20541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-162.5 + pos: 5.5,-145.5 parent: 1 - - uid: 64444 + - uid: 20542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-152.5 + pos: 144.5,-196.5 parent: 1 -- proto: N14TableDeskMetalDirty - entities: - - uid: 10407 + - uid: 20543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 112.5,15.5 + pos: 61.5,-197.5 parent: 1 - - uid: 10621 + - uid: 20544 components: - type: Transform - pos: 184.5,-70.5 + pos: 55.5,-192.5 parent: 1 - - uid: 10622 + - uid: 20545 components: - type: Transform - pos: -11.5,11.5 + pos: 144.5,-194.5 parent: 1 - - uid: 10623 + - uid: 20546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,60.5 + pos: 60.5,-197.5 parent: 1 - - uid: 10624 + - uid: 20547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,58.5 + pos: 57.5,-193.5 parent: 1 - - uid: 10625 + - uid: 20548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-32.5 + pos: 144.5,-195.5 parent: 1 - - uid: 10626 + - uid: 20549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,23.5 + pos: 60.5,-198.5 parent: 1 - - uid: 10627 + - uid: 20550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,34.5 + pos: 6.5,-146.5 parent: 1 - - uid: 10628 + - uid: 20551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-43.5 + pos: 32.5,-148.5 parent: 1 - - uid: 10629 + - uid: 20552 components: - type: Transform - pos: 40.5,-69.5 + pos: 59.5,-197.5 parent: 1 - - uid: 10630 + - uid: 20553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-72.5 + pos: -7.5,-180.5 parent: 1 - - uid: 10631 + - uid: 20554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-108.5 + pos: 6.5,-149.5 parent: 1 - - uid: 10632 + - uid: 20555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,180.5 + pos: -53.5,-197.5 parent: 1 - - uid: 10633 + - uid: 20556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.5,30.5 + pos: -43.5,-196.5 parent: 1 - - uid: 10634 + - uid: 20557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,54.5 + pos: 144.5,-193.5 parent: 1 - - uid: 10635 + - uid: 20558 components: - type: Transform - pos: -150.5,1.5 + pos: 45.5,-197.5 parent: 1 - - uid: 10636 + - uid: 20559 components: - type: Transform - pos: -38.5,-34.5 + pos: 59.5,-198.5 parent: 1 - - uid: 10637 + - uid: 20560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-13.5 + pos: -49.5,-198.5 parent: 1 - - uid: 23738 + - uid: 20561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,12.5 + pos: -13.5,-187.5 parent: 1 - - uid: 47519 + - uid: 20562 components: - type: Transform - pos: -390.5,91.5 + pos: -12.5,-185.5 parent: 1 - - uid: 47579 + - uid: 20563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -386.5,93.5 + pos: -11.5,-180.5 parent: 1 - - uid: 60953 + - uid: 20564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,168.5 + pos: -41.5,-197.5 parent: 1 - - uid: 61591 + - uid: 20565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,28.5 + pos: 59.5,-192.5 parent: 1 - - uid: 61831 + - uid: 20566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,59.5 + pos: -39.5,-197.5 parent: 1 - - uid: 63342 + - uid: 20567 components: - type: Transform - pos: 175.5,-170.5 + pos: -13.5,-190.5 parent: 1 - - uid: 63359 + - uid: 20568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,-154.5 + pos: -42.5,-196.5 parent: 1 - - uid: 63390 + - uid: 20569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,-180.5 + pos: -45.5,-196.5 parent: 1 -- proto: N14TableDeskMetalSmall - entities: - - uid: 10639 + - uid: 20570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,6.5 + pos: -53.5,-196.5 parent: 1 - - uid: 10640 + - uid: 20571 components: - type: Transform - pos: -25.5,11.5 + pos: -41.5,-196.5 parent: 1 - - uid: 10641 + - uid: 20572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,65.5 + pos: 32.5,-149.5 parent: 1 - - uid: 10643 + - uid: 20573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-46.5 + pos: 58.5,-198.5 parent: 1 - - uid: 10644 + - uid: 20574 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-47.5 + pos: 6.5,-147.5 parent: 1 - - uid: 10645 + - uid: 20575 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.5,35.5 + pos: 144.5,-197.5 parent: 1 - - uid: 44301 + - uid: 20576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-107.5 + pos: -51.5,-196.5 parent: 1 - - uid: 49871 + - uid: 20577 components: - type: Transform - pos: 104.5,14.5 + pos: 2.5,-157.5 parent: 1 - - uid: 61763 + - uid: 20578 components: - type: Transform - pos: -185.5,30.5 + pos: -44.5,-198.5 parent: 1 - - uid: 61778 + - uid: 20579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -188.5,29.5 + pos: -5.5,-173.5 parent: 1 - - uid: 62916 + - uid: 20580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,62.5 + pos: -12.5,-194.5 parent: 1 - - uid: 63335 + - uid: 20581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-177.5 + pos: 3.5,-175.5 parent: 1 - - uid: 63338 + - uid: 20582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,-175.5 + pos: 47.5,-197.5 parent: 1 -- proto: N14TableDeskSchool - entities: - - uid: 10646 + - uid: 20583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,-7.5 + pos: -33.5,-196.5 parent: 1 - - uid: 10647 + - uid: 20584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,0.5 + pos: -27.5,-178.5 parent: 1 - - uid: 47604 + - uid: 20585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -387.5,90.5 + pos: 190.5,-165.5 parent: 1 -- proto: N14TableDeskSchoolDamaged - entities: - - uid: 10648 + - uid: 20586 components: - type: Transform - pos: 140.5,2.5 + pos: 190.5,-162.5 parent: 1 - - uid: 10649 + - uid: 20587 components: - type: Transform - pos: 139.5,2.5 + pos: 190.5,-164.5 parent: 1 - - uid: 10650 + - uid: 20588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,12.5 + pos: 146.5,-198.5 parent: 1 - - uid: 10651 + - uid: 20589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,10.5 + pos: 146.5,-194.5 parent: 1 - - uid: 10652 + - uid: 20590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,12.5 + pos: 7.5,-155.5 parent: 1 - - uid: 10653 + - uid: 20591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,10.5 + pos: 147.5,-195.5 parent: 1 - - uid: 10654 + - uid: 20592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,12.5 + pos: -33.5,-198.5 parent: 1 - - uid: 10655 + - uid: 20593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,10.5 + pos: 147.5,-194.5 parent: 1 - - uid: 10656 + - uid: 20594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,12.5 + pos: -31.5,-197.5 parent: 1 - - uid: 10657 + - uid: 20595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,10.5 + pos: -50.5,-196.5 parent: 1 - - uid: 10658 + - uid: 20596 components: - type: Transform - pos: -55.5,-110.5 + pos: -39.5,-196.5 parent: 1 - - uid: 10659 + - uid: 20597 components: - type: Transform - pos: -73.5,-16.5 + pos: -42.5,-198.5 parent: 1 - - uid: 10660 + - uid: 20598 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,-22.5 + pos: -31.5,-198.5 parent: 1 -- proto: N14TableDeskWood - entities: - - uid: 286 + - uid: 20599 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,191.5 + pos: -27.5,-197.5 parent: 1 - - uid: 10662 + - uid: 20600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,12.5 + pos: -40.5,-196.5 parent: 1 - - uid: 10663 + - uid: 20601 components: - type: Transform - pos: 32.5,-16.5 + pos: -13.5,-195.5 parent: 1 - - uid: 10664 + - uid: 20602 components: - type: Transform - pos: -68.5,-27.5 + pos: -13.5,-191.5 parent: 1 - - uid: 23015 + - uid: 20603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,109.5 + pos: -52.5,-196.5 parent: 1 - - uid: 62470 + - uid: 20604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,66.5 + pos: 23.5,-167.5 parent: 1 - - uid: 64475 + - uid: 20605 components: - type: Transform - pos: -116.5,-164.5 + pos: -38.5,-196.5 parent: 1 -- proto: N14TableDeskWood2 - entities: - - uid: 10665 + - uid: 20606 components: - type: Transform - pos: 106.5,-47.5 + pos: 44.5,-197.5 parent: 1 - - uid: 10666 + - uid: 20607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-31.5 + pos: -41.5,-198.5 parent: 1 - - uid: 10667 + - uid: 20608 components: - type: Transform - pos: 33.5,-19.5 + pos: -43.5,-197.5 parent: 1 - - uid: 10668 + - uid: 20609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-33.5 + pos: -37.5,-197.5 parent: 1 - - uid: 10669 + - uid: 20610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-37.5 + pos: -36.5,-197.5 parent: 1 - - uid: 10670 + - uid: 20611 components: - type: Transform - pos: -48.5,-124.5 + pos: -51.5,-197.5 parent: 1 - - uid: 10671 + - uid: 20612 components: - type: Transform - pos: -40.5,-116.5 + pos: -36.5,-198.5 parent: 1 - - uid: 10673 + - uid: 20613 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,159.5 + pos: -35.5,-198.5 parent: 1 - - uid: 10674 + - uid: 20614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,27.5 + pos: -36.5,-196.5 parent: 1 - - uid: 10675 + - uid: 20615 components: - type: Transform - pos: -38.5,-37.5 + pos: -42.5,-197.5 parent: 1 - - uid: 10676 + - uid: 20616 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-39.5 + pos: -12.5,-198.5 parent: 1 - - uid: 45837 + - uid: 20617 components: - type: Transform - pos: -404.5,67.5 + pos: 148.5,-196.5 parent: 1 - - uid: 50032 + - uid: 20618 components: - type: Transform - pos: 112.5,12.5 + pos: 148.5,-195.5 parent: 1 - - uid: 63402 + - uid: 20619 components: - type: Transform - pos: 166.5,-166.5 + pos: 161.5,-195.5 parent: 1 - - uid: 63449 + - uid: 20620 components: - type: Transform - pos: 166.5,-174.5 + pos: 53.5,-195.5 parent: 1 - - uid: 63450 + - uid: 20621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,-173.5 + pos: 53.5,-192.5 parent: 1 - - uid: 63491 + - uid: 20622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,-165.5 + pos: 54.5,-194.5 parent: 1 - - uid: 63850 + - uid: 20623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -131.5,58.5 + pos: 60.5,-193.5 parent: 1 -- proto: N14TableDeskWoodSmall - entities: - - uid: 10677 + - uid: 20624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-13.5 + pos: 148.5,-197.5 parent: 1 - - uid: 10678 + - uid: 20625 components: - type: Transform - pos: 125.5,35.5 + pos: 30.5,-167.5 parent: 1 - - uid: 10679 + - uid: 20626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-106.5 + pos: 50.5,-193.5 parent: 1 - - uid: 10680 + - uid: 20627 components: - type: Transform - pos: -54.5,-16.5 + pos: 63.5,-194.5 parent: 1 - - uid: 47752 + - uid: 20628 components: - type: Transform - pos: 50.5,152.5 + pos: 47.5,-196.5 parent: 1 - - uid: 47771 + - uid: 20629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,150.5 + pos: 50.5,-195.5 parent: 1 -- proto: N14TableMetalGrate - entities: - - uid: 299 + - uid: 20630 components: - type: Transform - pos: -174.5,-93.5 + pos: -38.5,-197.5 parent: 1 - - uid: 305 + - uid: 20631 components: - type: Transform - pos: -175.5,-93.5 + pos: -39.5,-198.5 parent: 1 - - uid: 4614 + - uid: 20632 components: - type: Transform - pos: 144.5,172.5 + pos: 62.5,-196.5 parent: 1 - - uid: 5151 + - uid: 20633 components: - type: Transform - pos: 140.5,164.5 + pos: 62.5,-194.5 parent: 1 - - uid: 6496 + - uid: 20634 components: - type: Transform - pos: 144.5,171.5 + pos: 32.5,-151.5 parent: 1 - - uid: 7178 + - uid: 20635 components: - type: Transform - pos: 201.5,-26.5 + pos: 52.5,-192.5 parent: 1 - - uid: 10683 + - uid: 20636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,181.5 + pos: 51.5,-192.5 parent: 1 - - uid: 10684 + - uid: 20637 components: - type: Transform - pos: 195.5,208.5 + pos: 51.5,-193.5 parent: 1 - - uid: 10685 + - uid: 20638 components: - type: Transform - pos: 195.5,207.5 + pos: 49.5,-192.5 parent: 1 - - uid: 10686 + - uid: 20639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 216.5,186.5 + pos: 49.5,-193.5 parent: 1 - - uid: 10689 + - uid: 20640 components: - type: Transform - pos: 17.5,6.5 + pos: 145.5,-198.5 parent: 1 - - uid: 10693 + - uid: 20641 components: - type: Transform - pos: 139.5,167.5 + pos: 50.5,-192.5 parent: 1 - - uid: 10694 + - uid: 20642 components: - type: Transform - pos: 139.5,166.5 + pos: 48.5,-192.5 parent: 1 - - uid: 10698 + - uid: 20643 components: - type: Transform - pos: 139.5,165.5 + pos: 161.5,-193.5 parent: 1 - - uid: 10700 + - uid: 20644 components: - type: Transform - pos: -194.5,-106.5 + pos: 58.5,-188.5 parent: 1 - missingComponents: - - Climbable - - uid: 10701 + - uid: 20645 components: - type: Transform - pos: -188.5,-105.5 + pos: 50.5,-196.5 parent: 1 - - uid: 10704 + - uid: 20646 components: - type: Transform - pos: -194.5,-103.5 + pos: 53.5,-196.5 parent: 1 - missingComponents: - - Climbable - - uid: 10712 + - uid: 20647 components: - type: Transform - pos: -184.5,-104.5 + pos: 190.5,-174.5 parent: 1 - - uid: 10714 + - uid: 20648 components: - type: Transform - pos: -169.5,-113.5 + pos: 190.5,-184.5 parent: 1 - - uid: 10715 + - uid: 20649 components: - type: Transform - pos: -168.5,-113.5 + pos: 42.5,-171.5 parent: 1 - - uid: 10718 + - uid: 20650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -193.5,-120.5 + pos: 42.5,-169.5 parent: 1 - - uid: 10719 + - uid: 20651 components: - type: Transform - pos: -184.5,-105.5 + pos: 58.5,-194.5 parent: 1 - - uid: 10721 + - uid: 20652 components: - type: Transform - rot: 3.141592653589793 rad - pos: -195.5,-120.5 + pos: 52.5,-196.5 parent: 1 - - uid: 10733 + - uid: 20653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -194.5,-120.5 + pos: 54.5,-196.5 parent: 1 - - uid: 10737 + - uid: 20654 components: - type: Transform - pos: -156.5,-107.5 + pos: -13.5,-194.5 parent: 1 - - uid: 10739 + - uid: 20655 components: - type: Transform - pos: 9.5,-39.5 + pos: -50.5,-198.5 parent: 1 - - uid: 10740 + - uid: 20656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,-9.5 + pos: -23.5,-196.5 parent: 1 - - uid: 10741 + - uid: 20657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,-10.5 + pos: 59.5,-187.5 parent: 1 - - uid: 10744 + - uid: 20658 components: - type: Transform - pos: 15.5,150.5 + pos: 52.5,-194.5 parent: 1 - - uid: 10745 + - uid: 20659 components: - type: Transform - pos: 15.5,151.5 + pos: -150.5,65.5 parent: 1 - - uid: 10746 + - uid: 20660 components: - type: Transform - pos: 15.5,149.5 + pos: 51.5,-194.5 parent: 1 - - uid: 10747 + - uid: 20661 components: - type: Transform - pos: 16.5,149.5 + pos: 161.5,-197.5 parent: 1 - - uid: 10748 + - uid: 20662 components: - type: Transform - pos: 15.5,151.5 + pos: 190.5,-175.5 parent: 1 - - uid: 10749 + - uid: 20663 components: - type: Transform - pos: 15.5,149.5 + pos: 190.5,-176.5 parent: 1 - - uid: 10750 + - uid: 20664 components: - type: Transform - pos: 15.5,150.5 + pos: 42.5,-170.5 parent: 1 - - uid: 10751 + - uid: 20665 components: - type: Transform - pos: 17.5,154.5 + pos: 190.5,-161.5 parent: 1 - - uid: 10752 + - uid: 20666 components: - type: Transform - pos: 17.5,153.5 + pos: 41.5,-169.5 parent: 1 - - uid: 10753 + - uid: 20667 components: - type: Transform - pos: 18.5,154.5 + pos: 57.5,-190.5 parent: 1 - - uid: 10754 + - uid: 20668 components: - type: Transform - pos: 18.5,153.5 + pos: 57.5,-189.5 parent: 1 - - uid: 10755 + - uid: 20669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -290.5,-88.5 + pos: 56.5,-189.5 parent: 1 - - uid: 10756 + - uid: 20670 components: - type: Transform - pos: 10.5,-39.5 + pos: 55.5,-189.5 parent: 1 - - uid: 10757 + - uid: 20671 components: - type: Transform - pos: 11.5,-39.5 + pos: 55.5,-190.5 parent: 1 - - uid: 10758 + - uid: 20672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -290.5,-87.5 + pos: 54.5,-190.5 parent: 1 - - uid: 10759 + - uid: 20673 components: - type: Transform - pos: 17.5,5.5 + pos: 30.5,-171.5 parent: 1 - - uid: 10760 + - uid: 20674 components: - type: Transform - pos: 17.5,7.5 + pos: 43.5,-184.5 parent: 1 - - uid: 10761 + - uid: 20675 components: - type: Transform - pos: 16.5,5.5 + pos: 147.5,-193.5 parent: 1 - - uid: 10762 + - uid: 20676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-125.5 + pos: 60.5,-176.5 parent: 1 - - uid: 10763 + - uid: 20677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-125.5 + pos: 43.5,-180.5 parent: 1 - - uid: 10764 + - uid: 20678 components: - type: Transform - pos: -81.5,-104.5 + pos: 190.5,-182.5 parent: 1 - - uid: 10765 + - uid: 20679 components: - type: Transform - pos: -82.5,-104.5 + pos: 190.5,-181.5 parent: 1 - - uid: 10766 + - uid: 20680 components: - type: Transform - pos: -193.5,-170.5 + pos: -25.5,-165.5 parent: 1 - - uid: 10767 + - uid: 20681 components: - type: Transform - pos: -192.5,-164.5 + pos: 190.5,-156.5 parent: 1 - - uid: 10768 + - uid: 20682 components: - type: Transform - pos: -193.5,-171.5 + pos: 191.5,-158.5 parent: 1 - - uid: 10769 + - uid: 20683 components: - type: Transform - pos: -192.5,-171.5 + pos: 191.5,-157.5 parent: 1 - - uid: 10770 + - uid: 20684 components: - type: Transform - pos: -192.5,-171.5 + pos: 59.5,-196.5 parent: 1 - - uid: 10771 + - uid: 20685 components: - type: Transform - pos: -191.5,-171.5 + pos: 56.5,-191.5 parent: 1 - - uid: 10772 + - uid: 20686 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-94.5 + pos: 56.5,-190.5 parent: 1 - - uid: 10773 + - uid: 20687 components: - type: Transform - rot: 3.141592653589793 rad - pos: 164.5,-94.5 + pos: 55.5,-191.5 parent: 1 - - uid: 10775 + - uid: 20688 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,-4.5 + pos: 54.5,-191.5 parent: 1 - - uid: 10776 + - uid: 20689 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,-4.5 + pos: 54.5,-189.5 parent: 1 - - uid: 10777 + - uid: 20690 components: - type: Transform - pos: 182.5,-66.5 + pos: 47.5,-194.5 parent: 1 - - uid: 10778 + - uid: 20691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -289.5,-87.5 + pos: 162.5,-193.5 parent: 1 - - uid: 10779 + - uid: 20692 components: - type: Transform - pos: 183.5,-66.5 + pos: 46.5,-191.5 parent: 1 - - uid: 10780 + - uid: 20693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,51.5 + pos: 54.5,-193.5 parent: 1 - - uid: 10781 + - uid: 20694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,52.5 + pos: 54.5,-192.5 parent: 1 - - uid: 10782 + - uid: 20695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 216.5,186.5 + pos: 163.5,-193.5 parent: 1 - - uid: 10783 + - uid: 20696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 213.5,181.5 + pos: 52.5,-193.5 parent: 1 - - uid: 10784 + - uid: 20697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 215.5,186.5 + pos: 191.5,-184.5 parent: 1 - - uid: 10785 + - uid: 20698 components: - type: Transform - rot: 3.141592653589793 rad - pos: 216.5,184.5 + pos: 190.5,-183.5 parent: 1 - - uid: 10786 + - uid: 20699 components: - type: Transform - rot: 3.141592653589793 rad - pos: 216.5,185.5 + pos: 190.5,-169.5 parent: 1 - - uid: 10787 + - uid: 20700 components: - type: Transform - pos: 195.5,209.5 + pos: 190.5,-157.5 parent: 1 - - uid: 10788 + - uid: 20701 components: - type: Transform - pos: 195.5,207.5 + pos: 190.5,-158.5 parent: 1 - - uid: 10789 + - uid: 20702 components: - type: Transform - pos: 175.5,97.5 + pos: 147.5,-198.5 parent: 1 - - uid: 10790 + - uid: 20703 components: - type: Transform - pos: 175.5,98.5 + pos: 146.5,-196.5 parent: 1 - - uid: 10791 + - uid: 20704 components: - type: Transform - pos: 175.5,99.5 + pos: 147.5,-196.5 parent: 1 - - uid: 10792 + - uid: 20705 components: - type: Transform - pos: 175.5,99.5 + pos: 60.5,-194.5 parent: 1 - - uid: 10793 + - uid: 20706 components: - type: Transform - pos: 174.5,99.5 + pos: 59.5,-191.5 parent: 1 - - uid: 10881 + - uid: 20707 components: - type: Transform - pos: -157.5,-103.5 + pos: 60.5,-191.5 parent: 1 - - uid: 11842 + - uid: 20708 components: - type: Transform - pos: 201.5,-28.5 + pos: 58.5,-191.5 parent: 1 - - uid: 12040 + - uid: 20709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 136.5,-10.5 + pos: 60.5,-189.5 parent: 1 - - uid: 12483 + - uid: 20710 components: - type: Transform - pos: -174.5,-95.5 + pos: 60.5,-190.5 parent: 1 - - uid: 12792 + - uid: 20711 components: - type: Transform - pos: 140.5,11.5 + pos: 52.5,-195.5 parent: 1 - - uid: 16340 + - uid: 20712 components: - type: Transform - pos: -196.5,27.5 + pos: 46.5,-190.5 parent: 1 - - uid: 16342 + - uid: 20713 components: - type: Transform - pos: -190.5,28.5 + pos: 49.5,-194.5 parent: 1 - - uid: 16481 + - uid: 20714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,169.5 + pos: 62.5,-195.5 parent: 1 - - uid: 16967 + - uid: 20715 components: - type: Transform - pos: 201.5,-29.5 + pos: 48.5,-195.5 parent: 1 - - uid: 19938 + - uid: 20716 components: - type: Transform - pos: 48.5,167.5 + pos: 53.5,-193.5 parent: 1 - - uid: 23165 + - uid: 20717 components: - type: Transform - pos: 144.5,170.5 + pos: -38.5,-198.5 parent: 1 - - uid: 23249 + - uid: 20718 components: - type: Transform - pos: 139.5,164.5 + pos: 148.5,-194.5 parent: 1 - - uid: 23407 + - uid: 20719 components: - type: Transform - pos: -184.5,-131.5 + pos: 8.5,-169.5 parent: 1 - - uid: 23410 + - uid: 20720 components: - type: Transform - pos: 53.5,167.5 + pos: 5.5,-169.5 parent: 1 - - uid: 23794 + - uid: 20721 components: - type: Transform - pos: -174.5,-94.5 + pos: 4.5,-169.5 parent: 1 - - uid: 23877 + - uid: 20722 components: - type: Transform - pos: -156.5,-105.5 + pos: 190.5,-180.5 parent: 1 - - uid: 24154 + - uid: 20723 components: - type: Transform - pos: -184.5,-130.5 + pos: 190.5,-178.5 parent: 1 - - uid: 24171 + - uid: 20724 components: - type: Transform - pos: -158.5,-103.5 + pos: 41.5,-171.5 parent: 1 - - uid: 24172 + - uid: 20725 components: - type: Transform - pos: -156.5,-106.5 + pos: 41.5,-170.5 parent: 1 - - uid: 24181 + - uid: 20726 components: - type: Transform - pos: -156.5,-103.5 + pos: 146.5,-197.5 parent: 1 - - uid: 24182 + - uid: 20727 components: - type: Transform - pos: -156.5,-104.5 + pos: 32.5,-147.5 parent: 1 - - uid: 27184 + - uid: 20728 components: - type: Transform - pos: 140.5,12.5 + pos: 51.5,-198.5 parent: 1 - - uid: 55330 + - uid: 20729 components: - type: Transform - pos: -194.5,-109.5 + pos: 60.5,-195.5 parent: 1 - missingComponents: - - Climbable - - uid: 55375 + - uid: 20730 components: - type: Transform - pos: -159.5,-103.5 + pos: 59.5,-190.5 parent: 1 - - uid: 55377 + - uid: 20731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-6.5 + pos: 59.5,-189.5 parent: 1 - - uid: 55453 + - uid: 20732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-6.5 + pos: 58.5,-189.5 parent: 1 - - uid: 55854 + - uid: 20733 components: - type: Transform - pos: -158.5,-107.5 + pos: 58.5,-190.5 parent: 1 - - uid: 55864 + - uid: 20734 components: - type: Transform - pos: -157.5,-107.5 + pos: 57.5,-191.5 parent: 1 - - uid: 56056 + - uid: 20735 components: - type: Transform - pos: 201.5,-25.5 + pos: 51.5,-196.5 parent: 1 - - uid: 56095 + - uid: 20736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 136.5,-9.5 + pos: 51.5,-195.5 parent: 1 - - uid: 59047 + - uid: 20737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,161.5 + pos: 48.5,-196.5 parent: 1 - - uid: 59731 + - uid: 20738 components: - type: Transform - pos: 51.5,146.5 + pos: 48.5,-194.5 parent: 1 - - uid: 60956 + - uid: 20739 components: - type: Transform - pos: 50.5,142.5 + pos: 46.5,-189.5 parent: 1 - - uid: 60969 + - uid: 20740 components: - type: Transform - pos: 58.5,145.5 + pos: 58.5,-195.5 parent: 1 - - uid: 60971 + - uid: 20741 components: - type: Transform - pos: 53.5,142.5 + pos: 60.5,-175.5 parent: 1 - - uid: 60982 + - uid: 20742 components: - type: Transform - pos: 52.5,146.5 + pos: 190.5,-177.5 parent: 1 - - uid: 60985 + - uid: 20743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,161.5 + pos: 190.5,-179.5 parent: 1 - - uid: 61420 + - uid: 20744 components: - type: Transform - pos: 140.5,13.5 + pos: 52.5,-197.5 parent: 1 - - uid: 61534 + - uid: 20745 components: - type: Transform - pos: 139.5,10.5 + pos: 161.5,-196.5 parent: 1 - - uid: 61536 + - uid: 20746 components: - type: Transform - pos: 140.5,10.5 + pos: 59.5,-194.5 parent: 1 - - uid: 61676 + - uid: 20747 components: - type: Transform - pos: -195.5,27.5 + pos: 52.5,-189.5 parent: 1 - - uid: 61744 + - uid: 20748 components: - type: Transform - pos: -194.5,30.5 + pos: 53.5,-189.5 parent: 1 - - uid: 61747 + - uid: 20749 components: - type: Transform - pos: -190.5,27.5 + pos: 51.5,-190.5 parent: 1 - - uid: 62593 + - uid: 20750 components: - type: Transform - pos: -196.5,21.5 + pos: 51.5,-191.5 parent: 1 - - uid: 62594 + - uid: 20751 components: - type: Transform - pos: -195.5,21.5 + pos: 48.5,-189.5 parent: 1 - - uid: 63827 + - uid: 20752 components: - type: Transform - pos: -169.5,60.5 + pos: 49.5,-189.5 parent: 1 - - uid: 63907 + - uid: 20753 components: - type: Transform - pos: -186.5,54.5 + pos: 47.5,-191.5 parent: 1 - - uid: 63910 + - uid: 20754 components: - type: Transform - pos: -185.5,54.5 + pos: 43.5,-182.5 parent: 1 - - uid: 63912 + - uid: 20755 components: - type: Transform - pos: -184.5,54.5 + pos: 162.5,-198.5 parent: 1 - - uid: 63946 + - uid: 20756 components: - type: Transform - pos: -154.5,64.5 + pos: 16.5,-164.5 parent: 1 -- proto: N14TableMetalRound - entities: - - uid: 10794 + - uid: 20757 components: - type: Transform - pos: 127.5,-3.5 + pos: 58.5,-196.5 parent: 1 - - uid: 10795 + - uid: 20758 components: - type: Transform - pos: 194.5,15.5 + pos: 53.5,-191.5 parent: 1 -- proto: N14TableMetalRoundDirty - entities: - - uid: 10796 + - uid: 20759 components: - type: Transform - pos: -7.5,0.5 + pos: 52.5,-191.5 parent: 1 - - uid: 10797 + - uid: 20760 components: - type: Transform - pos: -4.5,0.5 + pos: 49.5,-191.5 parent: 1 - - uid: 10798 + - uid: 20761 components: - type: Transform - pos: -1.5,1.5 + pos: 51.5,-189.5 parent: 1 - - uid: 10802 + - uid: 20762 components: - type: Transform - pos: 180.5,152.5 + pos: 50.5,-191.5 parent: 1 - - uid: 10803 + - uid: 20763 components: - type: Transform - pos: 180.5,148.5 + pos: 48.5,-191.5 parent: 1 - - uid: 10804 + - uid: 20764 components: - type: Transform - pos: 177.5,146.5 + pos: 47.5,-190.5 parent: 1 - - uid: 10805 + - uid: 20765 components: - type: Transform - pos: 180.5,150.5 + pos: 37.5,-134.5 parent: 1 - - uid: 10806 + - uid: 20766 components: - type: Transform - pos: 177.5,148.5 + pos: 17.5,-164.5 parent: 1 - - uid: 10807 + - uid: 20767 components: - type: Transform - pos: 177.5,150.5 + pos: 59.5,-195.5 parent: 1 - - uid: 10808 + - uid: 20768 components: - type: Transform - pos: 177.5,152.5 + pos: 53.5,-190.5 parent: 1 - - uid: 10809 + - uid: 20769 components: - type: Transform - pos: 180.5,146.5 + pos: 52.5,-190.5 parent: 1 - - uid: 10810 + - uid: 20770 components: - type: Transform - pos: 207.5,168.5 + pos: 49.5,-190.5 parent: 1 - - uid: 10811 + - uid: 20771 components: - type: Transform - pos: -34.5,-42.5 + pos: 50.5,-190.5 parent: 1 - - uid: 10812 + - uid: 20772 components: - type: Transform - pos: -33.5,-39.5 + pos: 50.5,-189.5 parent: 1 - - uid: 11395 + - uid: 20773 components: - type: Transform - pos: -165.5,55.5 + pos: 48.5,-190.5 parent: 1 - - uid: 49880 + - uid: 20774 components: - type: Transform - pos: 87.5,12.5 + pos: 47.5,-189.5 parent: 1 - - uid: 63457 + - uid: 20775 components: - type: Transform - pos: 172.5,-159.5 + pos: 35.5,-134.5 parent: 1 - - uid: 63458 + - uid: 20776 components: - type: Transform - pos: 174.5,-157.5 + pos: 49.5,-198.5 parent: 1 - - uid: 63956 + - uid: 20777 components: - type: Transform - pos: -156.5,64.5 + pos: 51.5,-197.5 parent: 1 - - uid: 63969 + - uid: 20778 components: - type: Transform - pos: -156.5,67.5 + pos: 48.5,-198.5 parent: 1 - - uid: 65263 + - uid: 20779 components: - type: Transform - pos: 215.5,-29.5 + pos: 50.5,-198.5 parent: 1 -- proto: N14TableMetalWide - entities: - - uid: 43 + - uid: 20780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,-109.5 + pos: 61.5,-193.5 parent: 1 - - uid: 7610 + - uid: 20781 components: - type: Transform - pos: 216.5,-25.5 + pos: 48.5,-197.5 parent: 1 - - uid: 10813 + - uid: 20782 components: - type: Transform - pos: 131.5,-31.5 + pos: 61.5,-192.5 parent: 1 - - uid: 10815 + - uid: 20783 components: - type: Transform - rot: 3.141592653589793 rad - pos: 184.5,-76.5 + pos: 56.5,-194.5 parent: 1 - - uid: 10816 + - uid: 20784 components: - type: Transform - pos: 11.5,3.5 + pos: -44.5,-196.5 parent: 1 - - uid: 10817 + - uid: 20785 components: - type: Transform - pos: 16.5,3.5 + pos: 55.5,-196.5 parent: 1 - - uid: 10818 + - uid: 20786 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,3.5 + pos: 55.5,-195.5 parent: 1 - - uid: 10819 + - uid: 20787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,67.5 + pos: 55.5,-194.5 parent: 1 - - uid: 10820 + - uid: 20788 components: - type: Transform - pos: -56.5,22.5 + pos: 60.5,-196.5 parent: 1 - - uid: 10821 + - uid: 20789 components: - type: Transform - pos: -61.5,22.5 + pos: 50.5,-197.5 parent: 1 - - uid: 10823 + - uid: 20790 components: - type: Transform - pos: -36.5,-19.5 + pos: 62.5,-193.5 parent: 1 - - uid: 11422 + - uid: 20791 components: - type: Transform - pos: -182.5,62.5 + pos: 63.5,-196.5 parent: 1 - - uid: 12813 + - uid: 20792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-164.5 + pos: 60.5,-192.5 parent: 1 - - uid: 12962 + - uid: 20793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-173.5 + pos: 59.5,-193.5 parent: 1 - - uid: 13037 + - uid: 20794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-173.5 + pos: -128.5,61.5 parent: 1 - - uid: 16137 + - uid: 20795 components: - type: Transform - pos: -134.5,55.5 + pos: -25.5,-196.5 parent: 1 - - uid: 16341 + - uid: 20796 components: - type: Transform - pos: -171.5,60.5 + pos: 56.5,-195.5 parent: 1 - - uid: 23399 + - uid: 20797 components: - type: Transform - pos: -187.5,-135.5 + pos: 63.5,-195.5 parent: 1 - - uid: 23402 + - uid: 20798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -195.5,-127.5 + pos: 61.5,-194.5 parent: 1 - - uid: 24777 + - uid: 20799 components: - type: Transform - pos: -174.5,51.5 + pos: 0.5,-145.5 parent: 1 - - uid: 24805 + - uid: 20800 components: - type: Transform - pos: -176.5,51.5 + pos: 61.5,-196.5 parent: 1 - - uid: 25331 + - uid: 20801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-173.5 + pos: 61.5,-195.5 parent: 1 - - uid: 25436 + - uid: 20802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-164.5 + pos: 57.5,-195.5 parent: 1 - - uid: 41648 + - uid: 20803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,-94.5 + pos: 161.5,-194.5 parent: 1 - missingComponents: - - Climbable - - uid: 42886 + - uid: 20804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,64.5 + pos: 56.5,-196.5 parent: 1 - missingComponents: - - Climbable - - uid: 44353 + - uid: 20805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -221.5,-92.5 + pos: 57.5,-194.5 parent: 1 - - uid: 45683 + - uid: 20806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -168.5,-102.5 + pos: 161.5,-198.5 parent: 1 - - uid: 55784 + - uid: 20807 components: - type: Transform - pos: -158.5,-117.5 + pos: -35.5,-190.5 parent: 1 - - uid: 55786 + - uid: 20808 components: - type: Transform - pos: -159.5,-125.5 + pos: 58.5,-192.5 parent: 1 - - uid: 55787 + - uid: 20809 components: - type: Transform - pos: -161.5,-125.5 + pos: 145.5,-195.5 parent: 1 - - uid: 61539 + - uid: 20810 components: - type: Transform - pos: 134.5,19.5 + pos: 49.5,-197.5 parent: 1 - - uid: 61756 + - uid: 20811 components: - type: Transform - pos: -171.5,65.5 + pos: 30.5,-170.5 parent: 1 - - uid: 63829 + - uid: 20812 components: - type: Transform - pos: -168.5,60.5 + pos: 30.5,-169.5 parent: 1 - - uid: 63889 + - uid: 20813 components: - type: Transform - pos: -138.5,55.5 + pos: 34.5,-160.5 parent: 1 - - uid: 63944 + - uid: 20814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,66.5 + pos: 34.5,-159.5 parent: 1 - - uid: 64262 + - uid: 20815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-164.5 + pos: 34.5,-158.5 parent: 1 - - uid: 64364 + - uid: 20816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-173.5 + pos: 34.5,-156.5 parent: 1 -- proto: N14TableWoodCabledrum - entities: - - uid: 7451 + - uid: 20817 components: - type: Transform - pos: 210.5,-47.5 + pos: 34.5,-157.5 parent: 1 - - uid: 10824 + - uid: 20818 components: - type: Transform - pos: -180.5,-188.5 + pos: 38.5,-134.5 parent: 1 - - uid: 10826 + - uid: 20819 components: - type: Transform - pos: 135.5,5.5 + pos: 146.5,-195.5 parent: 1 - - uid: 10827 + - uid: 20820 components: - type: Transform - pos: -88.5,-99.5 + pos: 7.5,-138.5 parent: 1 - - uid: 10828 + - uid: 20821 components: - type: Transform - pos: -87.5,-99.5 + pos: 147.5,-197.5 parent: 1 - - uid: 10829 + - uid: 20822 components: - type: Transform - pos: -181.5,-188.5 + pos: -13.5,-167.5 parent: 1 - - uid: 10830 + - uid: 20823 components: - type: Transform - pos: 166.5,42.5 + pos: -13.5,-166.5 parent: 1 - - uid: 12465 + - uid: 20824 components: - type: Transform - pos: 84.5,-4.5 + pos: -9.5,-196.5 parent: 1 - - uid: 47001 + - uid: 20825 components: - type: Transform - pos: 86.5,-9.5 + pos: 3.5,-171.5 parent: 1 - - uid: 64195 + - uid: 20826 components: - type: Transform - pos: -106.5,-29.5 + pos: 4.5,-170.5 parent: 1 - - uid: 65256 + - uid: 20827 components: - type: Transform - pos: 204.5,-31.5 + pos: 5.5,-171.5 parent: 1 - - uid: 65518 + - uid: 20828 components: - type: Transform - pos: 94.5,-126.5 + pos: 3.5,-177.5 parent: 1 -- proto: N14TableWoodEnd - entities: - - uid: 10831 + - uid: 20829 components: - type: Transform - pos: 95.5,110.5 + pos: -9.5,-191.5 parent: 1 - - uid: 10832 + - uid: 20830 components: - type: Transform - pos: 112.5,21.5 + pos: -9.5,-190.5 parent: 1 - - uid: 10833 + - uid: 20831 components: - type: Transform - pos: -79.5,6.5 + pos: -8.5,-196.5 parent: 1 - - uid: 10834 + - uid: 20832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-131.5 + pos: -3.5,-195.5 parent: 1 - - uid: 10835 + - uid: 20833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-117.5 + pos: 1.5,-170.5 parent: 1 - - uid: 10836 + - uid: 20834 components: - type: Transform - pos: 182.5,164.5 + pos: 0.5,-179.5 parent: 1 - - uid: 10837 + - uid: 20835 components: - type: Transform - pos: 90.5,104.5 + pos: 4.5,-177.5 parent: 1 - - uid: 10838 + - uid: 20836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-25.5 + pos: -8.5,-191.5 parent: 1 - - uid: 10839 + - uid: 20837 components: - type: Transform - pos: -187.5,-25.5 + pos: -8.5,-190.5 parent: 1 - - uid: 11217 + - uid: 20838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,44.5 + pos: -7.5,-196.5 parent: 1 - - uid: 11556 + - uid: 20839 components: - type: Transform - pos: -186.5,48.5 + pos: 4.5,-171.5 parent: 1 - - uid: 16129 + - uid: 20840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,44.5 + pos: 3.5,-179.5 parent: 1 - - uid: 49864 + - uid: 20841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,8.5 + pos: 4.5,-178.5 parent: 1 - - uid: 62592 + - uid: 20842 components: - type: Transform - pos: -186.5,51.5 + pos: 4.5,-176.5 parent: 1 - - uid: 63858 + - uid: 20843 components: - type: Transform - pos: -191.5,50.5 + pos: -7.5,-191.5 parent: 1 - - uid: 63864 + - uid: 20844 components: - type: Transform - pos: -191.5,46.5 + pos: -7.5,-190.5 parent: 1 - - uid: 63892 + - uid: 20845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,44.5 + pos: -6.5,-196.5 parent: 1 - - uid: 65189 + - uid: 20846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,-102.5 + pos: 1.5,-174.5 parent: 1 - - uid: 65280 + - uid: 20847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-131.5 + pos: 3.5,-170.5 parent: 1 -- proto: N14TableWoodenOvalWide - entities: - - uid: 10840 + - uid: 20848 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,101.5 + pos: 25.5,-179.5 parent: 1 - - uid: 10841 + - uid: 20849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,3.5 + pos: -4.5,-176.5 parent: 1 - - uid: 10842 + - uid: 20850 components: - type: Transform - pos: 41.5,-20.5 + pos: -6.5,-191.5 parent: 1 - - uid: 10843 + - uid: 20851 components: - type: Transform - pos: 39.5,-66.5 + pos: -6.5,-190.5 parent: 1 - - uid: 10844 + - uid: 20852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-100.5 + pos: -6.5,-179.5 parent: 1 - - uid: 10845 + - uid: 20853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,27.5 + pos: -6.5,-178.5 parent: 1 - - uid: 10846 + - uid: 20854 components: - type: Transform - pos: 94.5,100.5 + pos: -6.5,-177.5 parent: 1 - - uid: 49860 + - uid: 20855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,4.5 + pos: -6.5,-174.5 parent: 1 -- proto: N14TableWoodenSquareWide - entities: - - uid: 8009 + - uid: 20856 components: - type: Transform - pos: -117.5,-166.5 + pos: -6.5,-173.5 parent: 1 - - uid: 10847 + - uid: 20857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,108.5 + pos: -6.5,-172.5 parent: 1 - - uid: 10848 + - uid: 20858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -180.5,-167.5 + pos: -5.5,-196.5 parent: 1 - - uid: 10849 + - uid: 20859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -183.5,-167.5 + pos: -5.5,-195.5 parent: 1 - - uid: 10850 + - uid: 20860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,128.5 + pos: -5.5,-194.5 parent: 1 - - uid: 10852 + - uid: 20861 components: - type: Transform - pos: 91.5,127.5 + pos: -5.5,-193.5 parent: 1 - - uid: 10853 + - uid: 20862 components: - type: Transform - pos: 37.5,-37.5 + pos: -5.5,-192.5 parent: 1 - - uid: 10854 + - uid: 20863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-106.5 + pos: -5.5,-191.5 parent: 1 - - uid: 10855 + - uid: 20864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,53.5 + pos: 103.5,174.5 parent: 1 - - uid: 10856 + - uid: 20865 components: - type: Transform - pos: 169.5,58.5 + pos: -5.5,-190.5 parent: 1 - - uid: 10857 + - uid: 20866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 165.5,25.5 + pos: -5.5,-179.5 parent: 1 - - uid: 41217 + - uid: 20867 components: - type: Transform - pos: -115.5,-166.5 + pos: 217.5,189.5 parent: 1 - - uid: 47228 + - uid: 20868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -377.5,104.5 + pos: -5.5,-178.5 parent: 1 - - uid: 48065 + - uid: 20869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-60.5 + pos: 217.5,188.5 parent: 1 - - uid: 55814 + - uid: 20870 components: - type: Transform - pos: -196.5,-112.5 + pos: 217.5,191.5 parent: 1 - - uid: 56103 + - uid: 20871 components: - type: Transform - pos: 193.5,-115.5 + pos: 217.5,190.5 parent: 1 - - uid: 63492 + - uid: 20872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-170.5 + pos: 217.5,194.5 parent: 1 - - uid: 63502 + - uid: 20873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,-165.5 + pos: 217.5,192.5 parent: 1 -- proto: N14TableWoodLow - entities: - - uid: 10858 + - uid: 20874 components: - type: Transform - pos: 12.5,0.5 + pos: 3.5,-172.5 parent: 1 - - uid: 10859 + - uid: 20875 components: - type: Transform - pos: 24.5,-16.5 + pos: 4.5,109.5 parent: 1 -- proto: N14TableWoodRound - entities: - - uid: 10860 + - uid: 20876 components: - type: Transform - pos: 84.5,99.5 + pos: 5.5,110.5 parent: 1 - - uid: 10861 + - uid: 20877 components: - type: Transform - pos: 130.5,-12.5 + pos: 3.5,119.5 parent: 1 - - uid: 10862 + - uid: 20878 components: - type: Transform - pos: 212.5,-29.5 + pos: 6.5,111.5 parent: 1 - - uid: 10863 + - uid: 20879 components: - type: Transform - pos: -59.5,0.5 + pos: 4.5,111.5 parent: 1 - - uid: 10864 + - uid: 20880 components: - type: Transform - pos: -69.5,1.5 + pos: 41.5,182.5 parent: 1 - - uid: 10865 + - uid: 20881 components: - type: Transform - pos: -189.5,-167.5 + pos: 119.5,195.5 parent: 1 - - uid: 10866 + - uid: 20882 components: - type: Transform - pos: 53.5,160.5 + pos: 11.5,-171.5 parent: 1 - - uid: 10867 + - uid: 20883 components: - type: Transform - pos: 174.5,31.5 + pos: 3.5,120.5 parent: 1 - - uid: 10868 + - uid: 20884 components: - type: Transform - pos: 96.5,107.5 + pos: -161.5,41.5 parent: 1 - - uid: 10869 + - uid: 20885 components: - type: Transform - pos: 82.5,99.5 + pos: -158.5,40.5 parent: 1 - - uid: 10870 + - uid: 20886 components: - type: Transform - pos: -20.5,-12.5 + pos: 4.5,117.5 parent: 1 - - uid: 46548 + - uid: 20887 components: - type: Transform - pos: 48.5,152.5 + pos: 4.5,112.5 parent: 1 - - uid: 65344 + - uid: 20888 components: - type: Transform - pos: 87.5,-127.5 + pos: 4.5,114.5 parent: 1 - - uid: 65657 + - uid: 20889 components: - type: Transform - pos: 98.5,-114.5 + pos: 3.5,115.5 parent: 1 -- proto: N14TableWoodSettler - entities: - - uid: 64534 + - uid: 20890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -100.5,-150.5 + pos: 3.5,110.5 parent: 1 - - uid: 64535 + - uid: 20891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,-150.5 + pos: 11.5,-173.5 parent: 1 - - uid: 64536 + - uid: 20892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,-150.5 + pos: 10.5,-175.5 parent: 1 - - uid: 65374 + - uid: 20893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-130.5 + pos: 93.5,183.5 parent: 1 - - uid: 65376 + - uid: 20894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-131.5 + pos: 61.5,194.5 parent: 1 -- proto: N14TableWoodSquare - entities: - - uid: 10872 + - uid: 20895 components: - type: Transform - pos: -164.5,-99.5 + pos: 10.5,-174.5 parent: 1 - - uid: 10873 + - uid: 20896 components: - type: Transform - pos: -189.5,-117.5 + pos: 10.5,-176.5 parent: 1 - - uid: 10874 + - uid: 20897 components: - type: Transform - pos: -190.5,-117.5 + pos: -196.5,36.5 parent: 1 - - uid: 10875 + - uid: 20898 components: - type: Transform - pos: -188.5,-117.5 + pos: -4.5,-196.5 parent: 1 - - uid: 10876 + - uid: 20899 components: - type: Transform - pos: -187.5,-117.5 + pos: 4.5,115.5 parent: 1 - - uid: 10878 + - uid: 20900 components: - type: Transform - pos: -196.5,-119.5 + pos: 156.5,135.5 parent: 1 - - uid: 10882 + - uid: 20901 components: - type: Transform - pos: -169.5,-94.5 + pos: -173.5,45.5 parent: 1 - - uid: 10886 + - uid: 20902 components: - type: Transform - pos: -170.5,-94.5 + pos: -193.5,36.5 parent: 1 - - uid: 10887 + - uid: 20903 components: - type: Transform - pos: -162.5,-94.5 + pos: -168.5,71.5 parent: 1 - - uid: 10890 + - uid: 20904 components: - type: Transform - pos: -196.5,-120.5 + pos: -169.5,70.5 parent: 1 - - uid: 10891 + - uid: 20905 components: - type: Transform - pos: -165.5,-99.5 + pos: -194.5,34.5 parent: 1 - - uid: 10895 + - uid: 20906 components: - type: Transform - pos: -72.5,-130.5 + pos: -194.5,33.5 parent: 1 - - uid: 10896 + - uid: 20907 components: - type: Transform - pos: 48.5,-35.5 + pos: -130.5,53.5 parent: 1 - - uid: 10897 + - uid: 20908 components: - type: Transform - pos: 131.5,-33.5 + pos: -169.5,67.5 parent: 1 - - uid: 10898 + - uid: 20909 components: - type: Transform - pos: 132.5,-33.5 + pos: -168.5,72.5 parent: 1 - - uid: 10899 + - uid: 20910 components: - type: Transform - pos: 130.5,-33.5 + pos: -169.5,68.5 parent: 1 - - uid: 10900 + - uid: 20911 components: - type: Transform - pos: 136.5,2.5 + pos: -169.5,69.5 parent: 1 - - uid: 10901 + - uid: 20912 components: - type: Transform - pos: 137.5,2.5 + pos: -167.5,73.5 parent: 1 - - uid: 10902 + - uid: 20913 components: - type: Transform - pos: 95.5,-5.5 + pos: -167.5,71.5 parent: 1 - - uid: 10903 + - uid: 20914 components: - type: Transform - pos: 96.5,-5.5 + pos: -167.5,72.5 parent: 1 - - uid: 10904 + - uid: 20915 components: - type: Transform - pos: 93.5,-8.5 + pos: -130.5,54.5 parent: 1 - - uid: 10905 + - uid: 20916 components: - type: Transform - pos: 94.5,-8.5 + pos: -131.5,63.5 parent: 1 - - uid: 10906 + - uid: 20917 components: - type: Transform - pos: 90.5,95.5 + pos: -195.5,33.5 parent: 1 - - uid: 10907 + - uid: 20918 components: - type: Transform - pos: 14.5,0.5 + pos: -196.5,38.5 parent: 1 - - uid: 10908 + - uid: 20919 components: - type: Transform - pos: -77.5,0.5 + pos: -195.5,34.5 parent: 1 - - uid: 10909 + - uid: 20920 components: - type: Transform - pos: -43.5,26.5 + pos: -196.5,37.5 parent: 1 - - uid: 10910 + - uid: 20921 components: - type: Transform - pos: -43.5,22.5 + pos: -172.5,45.5 parent: 1 - - uid: 10911 + - uid: 20922 components: - type: Transform - pos: 31.5,-21.5 + pos: -196.5,33.5 parent: 1 - - uid: 10912 + - uid: 20923 components: - type: Transform - pos: -53.5,-20.5 + pos: -194.5,37.5 parent: 1 - - uid: 10913 + - uid: 20924 components: - type: Transform - pos: -59.5,-28.5 + pos: -151.5,48.5 parent: 1 - - uid: 13079 + - uid: 20925 components: - type: Transform - pos: -97.5,-177.5 + pos: -162.5,73.5 parent: 1 - - uid: 19519 + - uid: 20926 components: - type: Transform - pos: 45.5,169.5 + pos: -170.5,70.5 parent: 1 - - uid: 19997 + - uid: 20927 components: - type: Transform - pos: 46.5,169.5 + pos: -130.5,52.5 parent: 1 - - uid: 38695 + - uid: 20928 components: - type: Transform - pos: -96.5,-177.5 + pos: -179.5,18.5 parent: 1 - - uid: 44331 + - uid: 20929 components: - type: Transform - pos: -245.5,-102.5 + pos: -159.5,41.5 parent: 1 - - uid: 45838 + - uid: 20930 components: - type: Transform - pos: -407.5,66.5 + pos: -162.5,40.5 parent: 1 - - uid: 49858 + - uid: 20931 components: - type: Transform - pos: 107.5,14.5 + pos: -163.5,40.5 parent: 1 - - uid: 55813 + - uid: 20932 components: - type: Transform - pos: -193.5,-112.5 + pos: -161.5,40.5 parent: 1 - - uid: 61955 + - uid: 20933 components: - type: Transform - pos: -145.5,64.5 + pos: -194.5,36.5 parent: 1 - - uid: 61956 + - uid: 20934 components: - type: Transform - pos: -147.5,61.5 + pos: -181.5,18.5 parent: 1 - - uid: 61957 + - uid: 20935 components: - type: Transform - pos: -145.5,61.5 + pos: -149.5,48.5 parent: 1 - - uid: 61966 + - uid: 20936 components: - type: Transform - pos: -147.5,64.5 + pos: -198.5,36.5 parent: 1 - - uid: 63867 + - uid: 20937 components: - type: Transform - pos: -133.5,57.5 + pos: -161.5,51.5 parent: 1 - - uid: 64560 + - uid: 20938 components: - type: Transform - pos: -108.5,-170.5 + pos: -40.5,158.5 parent: 1 -- proto: N14TableWoodStand - entities: - - uid: 10914 + - uid: 20939 components: - type: Transform - pos: 120.5,31.5 + pos: 3.5,109.5 parent: 1 - - uid: 10915 + - uid: 20940 components: - type: Transform - pos: 126.5,31.5 + pos: 2.5,109.5 parent: 1 - - uid: 10916 + - uid: 20941 components: - type: Transform - pos: 78.5,107.5 + pos: -58.5,185.5 parent: 1 - - uid: 10917 + - uid: 20942 components: - type: Transform - pos: -73.5,2.5 + pos: 5.5,109.5 parent: 1 - - uid: 10918 + - uid: 20943 components: - type: Transform - pos: -70.5,22.5 + anchored: False + pos: 9.5,127.5 parent: 1 - - uid: 10919 + - uid: 20944 components: - type: Transform - pos: -67.5,22.5 + pos: 1.5,109.5 parent: 1 - - uid: 10920 + - uid: 20945 components: - type: Transform - pos: -64.5,22.5 + pos: -18.5,132.5 parent: 1 - - uid: 10921 + - uid: 20946 components: - type: Transform - pos: -70.5,27.5 + pos: 8.5,111.5 parent: 1 - - uid: 10922 + - uid: 20947 components: - type: Transform - pos: -67.5,27.5 + pos: 7.5,111.5 parent: 1 - - uid: 10924 + - uid: 20948 components: - type: Transform - pos: 183.5,31.5 + pos: -18.5,123.5 parent: 1 - - uid: 10925 + - uid: 20949 components: - type: Transform - pos: 181.5,29.5 + pos: 7.5,110.5 parent: 1 - - uid: 10926 + - uid: 20950 components: - type: Transform - pos: 181.5,31.5 + pos: 6.5,110.5 parent: 1 - - uid: 10927 + - uid: 20951 components: - type: Transform - pos: -45.5,-33.5 + anchored: False + pos: 9.5,126.5 parent: 1 -- proto: N14TelevisionCabinetOpen - entities: - - uid: 63501 + - uid: 20952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,-167.5 + pos: -29.5,180.5 parent: 1 - - uid: 63955 + - uid: 20953 components: - type: Transform - pos: -158.5,73.5 + anchored: False + pos: 9.5,129.5 parent: 1 -- proto: N14TelevisionRedwood - entities: - - uid: 63837 + - uid: 20954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,39.5 + pos: -58.5,184.5 parent: 1 -- proto: N14TelevisionSmall - entities: - - uid: 49870 + - uid: 20955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,14.5 + pos: 7.5,109.5 parent: 1 -- proto: N14TelevisionTiny - entities: - - uid: 49869 + - uid: 20956 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,14.5 + pos: 8.5,110.5 parent: 1 -- proto: N14TelevisionTube - entities: - - uid: 60968 + - uid: 20957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,168.5 + pos: -11.5,110.5 parent: 1 -- proto: N14TentClothCorner - entities: - - uid: 140 + - uid: 20958 components: - type: Transform - pos: 139.5,184.5 + pos: -18.5,124.5 parent: 1 - - uid: 4594 + - uid: 20959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 143.5,184.5 + pos: -40.5,161.5 parent: 1 - - uid: 4608 + - uid: 20960 components: - type: Transform - pos: 146.5,184.5 + pos: 9.5,110.5 parent: 1 - - uid: 6266 + - uid: 20961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,160.5 + pos: 9.5,109.5 parent: 1 - - uid: 7774 + - uid: 20962 components: - type: Transform - pos: 169.5,165.5 + pos: -40.5,157.5 parent: 1 - - uid: 8069 + - uid: 20963 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,180.5 + pos: 9.5,111.5 parent: 1 - - uid: 10928 + - uid: 20964 components: - type: Transform - pos: -196.5,-123.5 + anchored: False + pos: 9.5,130.5 parent: 1 - - uid: 10929 + - uid: 20965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-123.5 + pos: -17.5,133.5 parent: 1 - - uid: 10930 + - uid: 20966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-124.5 + pos: -17.5,134.5 parent: 1 - - uid: 10931 + - uid: 20967 components: - type: Transform - pos: -194.5,-134.5 + pos: -18.5,127.5 parent: 1 - - uid: 10932 + - uid: 20968 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,-138.5 + pos: -18.5,126.5 parent: 1 - - uid: 10933 + - uid: 20969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -194.5,-138.5 + pos: 5.5,111.5 parent: 1 - - uid: 10934 + - uid: 20970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-134.5 + pos: 6.5,109.5 parent: 1 - - uid: 10935 + - uid: 20971 components: - type: Transform - pos: -185.5,-126.5 + pos: 4.5,110.5 parent: 1 - - uid: 10938 + - uid: 20972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -192.5,-131.5 + pos: 4.5,113.5 parent: 1 - - uid: 10939 + - uid: 20973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-132.5 + pos: 101.5,179.5 parent: 1 - - uid: 10942 + - uid: 20974 components: - type: Transform - pos: -185.5,-120.5 + pos: -197.5,33.5 parent: 1 - - uid: 10943 + - uid: 20975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-131.5 + pos: -18.5,125.5 parent: 1 - - uid: 11074 + - uid: 20976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-120.5 + pos: 2.5,110.5 parent: 1 - - uid: 21214 + - uid: 20977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,156.5 + anchored: False + pos: 9.5,128.5 parent: 1 - - uid: 21220 + - uid: 20978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,165.5 + pos: 2.5,111.5 parent: 1 - - uid: 21227 + - uid: 20979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 183.5,156.5 + pos: -18.5,128.5 parent: 1 - - uid: 21232 + - uid: 20980 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 153.5,180.5 + pos: 119.5,188.5 parent: 1 - - uid: 21237 + - uid: 20981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,180.5 + pos: 29.5,196.5 parent: 1 - - uid: 21253 + - uid: 20982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,180.5 + pos: 75.5,196.5 parent: 1 - - uid: 21261 + - uid: 20983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,180.5 + pos: 188.5,-197.5 parent: 1 - - uid: 21265 + - uid: 20984 components: - type: Transform - pos: 153.5,184.5 + pos: 8.5,109.5 parent: 1 - - uid: 21274 + - uid: 20985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,163.5 + pos: 189.5,-196.5 parent: 1 - - uid: 21279 + - uid: 20986 components: - type: Transform - pos: 138.5,170.5 + pos: 188.5,-198.5 parent: 1 - - uid: 21310 + - uid: 20987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 143.5,180.5 + pos: -7.5,-179.5 parent: 1 - - uid: 21315 + - uid: 20988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,184.5 + pos: 188.5,-196.5 parent: 1 - - uid: 21316 + - uid: 20989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 150.5,184.5 + pos: 187.5,-195.5 parent: 1 - - uid: 55266 + - uid: 20990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,-124.5 + pos: 187.5,-194.5 parent: 1 - - uid: 55274 + - uid: 20991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,-132.5 + pos: 187.5,-197.5 parent: 1 - - uid: 55275 + - uid: 20992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-126.5 + pos: -189.5,18.5 parent: 1 -- proto: N14TentClothWall - entities: - - uid: 73 + - uid: 20993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-121.5 + pos: -162.5,51.5 parent: 1 - - uid: 139 + - uid: 20994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 154.5,180.5 + pos: -161.5,50.5 parent: 1 - - uid: 176 + - uid: 20995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,156.5 + pos: -165.5,45.5 parent: 1 - - uid: 4573 + - uid: 20996 components: - type: Transform - pos: 141.5,184.5 + pos: -148.5,48.5 parent: 1 - - uid: 4643 + - uid: 20997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 177.5,156.5 + pos: -197.5,37.5 parent: 1 - - uid: 6267 + - uid: 20998 components: - type: Transform - pos: 170.5,165.5 + pos: -198.5,35.5 parent: 1 - - uid: 7445 + - uid: 20999 components: - type: Transform - pos: 148.5,184.5 + pos: -171.5,45.5 parent: 1 - - uid: 7789 + - uid: 21000 components: - type: Transform - pos: 176.5,165.5 + pos: -198.5,33.5 parent: 1 - - uid: 8130 + - uid: 21001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,183.5 + pos: -154.5,48.5 parent: 1 - - uid: 9759 + - uid: 21002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 150.5,183.5 + pos: -161.5,53.5 parent: 1 - - uid: 9760 + - uid: 21003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 156.5,180.5 + pos: -198.5,38.5 parent: 1 - - uid: 9926 + - uid: 21004 components: - type: Transform - rot: 3.141592653589793 rad - pos: 140.5,163.5 + pos: -197.5,34.5 parent: 1 - - uid: 10048 + - uid: 21005 components: - type: Transform - pos: 156.5,184.5 + pos: -197.5,35.5 parent: 1 - - uid: 10688 + - uid: 21006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,172.5 + pos: -197.5,36.5 parent: 1 - - uid: 10696 + - uid: 21007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,171.5 + pos: -198.5,34.5 parent: 1 - - uid: 10944 + - uid: 21008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,-124.5 + pos: -193.5,37.5 parent: 1 - - uid: 10945 + - uid: 21009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,-138.5 + pos: -173.5,44.5 parent: 1 - - uid: 10946 + - uid: 21010 components: - type: Transform - pos: -194.5,-123.5 + pos: -168.5,34.5 parent: 1 - - uid: 10947 + - uid: 21011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-124.5 + pos: -162.5,71.5 parent: 1 - - uid: 10948 + - uid: 21012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-126.5 + pos: -161.5,73.5 parent: 1 - - uid: 10949 + - uid: 21013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -194.5,-135.5 + pos: -163.5,70.5 parent: 1 - - uid: 10950 + - uid: 21014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-125.5 + pos: -167.5,70.5 parent: 1 - - uid: 10951 + - uid: 21015 components: - type: Transform - pos: -188.5,-134.5 + pos: -167.5,68.5 parent: 1 - - uid: 10952 + - uid: 21016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-129.5 + pos: -167.5,69.5 parent: 1 - - uid: 10953 + - uid: 21017 components: - type: Transform - pos: -187.5,-134.5 + pos: -161.5,72.5 parent: 1 - - uid: 10954 + - uid: 21018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -193.5,-138.5 + pos: -195.5,37.5 parent: 1 - - uid: 10955 + - uid: 21019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-128.5 + pos: -196.5,34.5 parent: 1 - - uid: 10956 + - uid: 21020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-127.5 + pos: -195.5,35.5 parent: 1 - - uid: 10957 + - uid: 21021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -194.5,-137.5 + pos: -195.5,38.5 parent: 1 - - uid: 10958 + - uid: 21022 components: - type: Transform - rot: 3.141592653589793 rad - pos: -194.5,-131.5 + pos: -195.5,36.5 parent: 1 - - uid: 10959 + - uid: 21023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-130.5 + pos: -131.5,62.5 parent: 1 - - uid: 10960 + - uid: 21024 components: - type: Transform - pos: -184.5,-120.5 + pos: -168.5,70.5 parent: 1 - - uid: 10961 + - uid: 21025 components: - type: Transform - pos: -193.5,-123.5 + pos: -162.5,72.5 parent: 1 - - uid: 10962 + - uid: 21026 components: - type: Transform - pos: -195.5,-123.5 + pos: -137.5,48.5 parent: 1 - - uid: 10963 + - uid: 21027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-130.5 + pos: -141.5,48.5 parent: 1 - - uid: 10964 + - uid: 21028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,-138.5 + pos: -139.5,48.5 parent: 1 - - uid: 10965 + - uid: 21029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,-138.5 + pos: -157.5,48.5 parent: 1 - - uid: 10966 + - uid: 21030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -192.5,-138.5 + pos: -190.5,18.5 parent: 1 - - uid: 10967 + - uid: 21031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,-138.5 + pos: -182.5,18.5 parent: 1 - - uid: 10968 + - uid: 21032 components: - type: Transform - pos: -182.5,-120.5 + pos: -144.5,48.5 parent: 1 - - uid: 10969 + - uid: 21033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-125.5 + pos: -138.5,48.5 parent: 1 - - uid: 10970 + - uid: 21034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-124.5 + pos: -134.5,48.5 parent: 1 - - uid: 10971 + - uid: 21035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-137.5 + pos: -126.5,50.5 parent: 1 - - uid: 10972 + - uid: 21036 components: - type: Transform - pos: -183.5,-120.5 + pos: -162.5,41.5 parent: 1 - - uid: 10973 + - uid: 21037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -193.5,-131.5 + pos: -166.5,40.5 parent: 1 - - uid: 10974 + - uid: 21038 components: - type: Transform - rot: 3.141592653589793 rad - pos: -195.5,-131.5 + pos: -165.5,41.5 parent: 1 - - uid: 10975 + - uid: 21039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-129.5 + pos: -160.5,39.5 parent: 1 - - uid: 10976 + - uid: 21040 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,-138.5 + pos: -161.5,39.5 parent: 1 - - uid: 10977 + - uid: 21041 components: - type: Transform - pos: -186.5,-134.5 + pos: -160.5,41.5 parent: 1 - - uid: 10978 + - uid: 21042 components: - type: Transform - pos: -191.5,-134.5 + pos: 178.5,135.5 parent: 1 - - uid: 10979 + - uid: 21043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-126.5 + pos: 13.5,185.5 parent: 1 - - uid: 10980 + - uid: 21044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,-138.5 + pos: 13.5,179.5 parent: 1 - - uid: 10981 + - uid: 21045 components: - type: Transform - pos: -192.5,-134.5 + pos: 13.5,173.5 parent: 1 - - uid: 10982 + - uid: 21046 components: - type: Transform - pos: -193.5,-134.5 + pos: 178.5,138.5 parent: 1 - - uid: 10983 + - uid: 21047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-135.5 + pos: 178.5,139.5 parent: 1 - - uid: 10984 + - uid: 21048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-121.5 + pos: 171.5,135.5 parent: 1 - - uid: 10985 + - uid: 21049 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,-124.5 + pos: 178.5,136.5 parent: 1 - - uid: 10989 + - uid: 21050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,-124.5 + pos: 178.5,137.5 parent: 1 - - uid: 10990 + - uid: 21051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,-132.5 + pos: -20.5,162.5 parent: 1 - - uid: 10992 + - uid: 21052 components: - type: Transform - pos: -184.5,-126.5 + pos: 13.5,181.5 parent: 1 - - uid: 10993 + - uid: 21053 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,-132.5 + pos: 13.5,178.5 parent: 1 - - uid: 10994 + - uid: 21054 components: - type: Transform - pos: -182.5,-126.5 + pos: 13.5,174.5 parent: 1 - - uid: 10996 + - uid: 21055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-127.5 + pos: -20.5,164.5 parent: 1 - - uid: 10997 + - uid: 21056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-128.5 + pos: 13.5,175.5 parent: 1 - - uid: 10998 + - uid: 21057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-129.5 + pos: 13.5,176.5 parent: 1 - - uid: 10999 + - uid: 21058 components: - type: Transform - pos: -183.5,-126.5 + pos: 13.5,183.5 parent: 1 - - uid: 11000 + - uid: 21059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-129.5 + pos: 13.5,184.5 parent: 1 - - uid: 11001 + - uid: 21060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-130.5 + pos: 13.5,199.5 parent: 1 - - uid: 11002 + - uid: 21061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-131.5 + pos: -20.5,165.5 parent: 1 - - uid: 11003 + - uid: 21062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-123.5 + pos: 13.5,177.5 parent: 1 - - uid: 11154 + - uid: 21063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-122.5 + pos: 13.5,180.5 parent: 1 - - uid: 11844 + - uid: 21064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-123.5 + pos: 13.5,198.5 parent: 1 - - uid: 16503 + - uid: 21065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,174.5 + pos: 13.5,182.5 parent: 1 - - uid: 16519 + - uid: 21066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,173.5 + pos: 13.5,197.5 parent: 1 - - uid: 20906 + - uid: 21067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,159.5 + pos: 13.5,196.5 parent: 1 - - uid: 20907 + - uid: 21068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,160.5 + pos: 13.5,195.5 parent: 1 - - uid: 20909 + - uid: 21069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,161.5 + pos: 13.5,194.5 parent: 1 - - uid: 21206 + - uid: 21070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,160.5 + pos: 13.5,190.5 parent: 1 - - uid: 21207 + - uid: 21071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 174.5,156.5 + pos: 13.5,191.5 parent: 1 - - uid: 21210 + - uid: 21072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 176.5,156.5 + pos: 13.5,192.5 parent: 1 - - uid: 21213 + - uid: 21073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,162.5 + pos: 13.5,193.5 parent: 1 - - uid: 21215 + - uid: 21074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 175.5,156.5 + pos: 13.5,189.5 parent: 1 - - uid: 21217 + - uid: 21075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,157.5 + pos: 13.5,188.5 parent: 1 - - uid: 21218 + - uid: 21076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,160.5 + pos: 13.5,187.5 parent: 1 - - uid: 21219 + - uid: 21077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 171.5,160.5 + pos: 13.5,186.5 parent: 1 - - uid: 21221 + - uid: 21078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,161.5 + pos: 8.5,125.5 parent: 1 - - uid: 21225 + - uid: 21079 components: - type: Transform - pos: 171.5,165.5 + pos: 7.5,128.5 parent: 1 - - uid: 21226 + - uid: 21080 components: - type: Transform - pos: 172.5,165.5 + pos: 7.5,130.5 parent: 1 - - uid: 21228 + - uid: 21081 components: - type: Transform - pos: 181.5,165.5 + pos: -20.5,163.5 parent: 1 - - uid: 21229 + - uid: 21082 components: - type: Transform - pos: 182.5,165.5 + pos: -19.5,165.5 parent: 1 - - uid: 21230 + - uid: 21083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,164.5 + pos: -19.5,164.5 parent: 1 - - uid: 21231 + - uid: 21084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,163.5 + pos: -18.5,165.5 parent: 1 - - uid: 21235 + - uid: 21085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,167.5 + pos: -19.5,162.5 parent: 1 - - uid: 21239 + - uid: 21086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,165.5 + pos: -19.5,163.5 parent: 1 - - uid: 21243 + - uid: 21087 components: - type: Transform - pos: 147.5,184.5 + pos: -17.5,172.5 parent: 1 - - uid: 21245 + - uid: 21088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 143.5,183.5 + pos: -17.5,171.5 parent: 1 - - uid: 21246 + - uid: 21089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 143.5,163.5 + pos: -17.5,170.5 parent: 1 - - uid: 21249 + - uid: 21090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,169.5 + pos: -17.5,169.5 parent: 1 - - uid: 21250 + - uid: 21091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,168.5 + pos: -17.5,168.5 parent: 1 - - uid: 21254 + - uid: 21092 components: - type: Transform - pos: 142.5,184.5 + pos: -17.5,167.5 parent: 1 - - uid: 21255 + - uid: 21093 components: - type: Transform - pos: 142.5,170.5 + pos: -17.5,166.5 parent: 1 - - uid: 21256 + - uid: 21094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 142.5,163.5 + pos: -18.5,172.5 parent: 1 - - uid: 21258 + - uid: 21095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,181.5 + pos: -18.5,171.5 parent: 1 - - uid: 21259 + - uid: 21096 components: - type: Transform - pos: 139.5,170.5 + pos: -18.5,170.5 parent: 1 - - uid: 21263 + - uid: 21097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,166.5 + pos: -18.5,169.5 parent: 1 - - uid: 21264 + - uid: 21098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 144.5,163.5 + pos: -18.5,168.5 parent: 1 - - uid: 21266 + - uid: 21099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,182.5 + pos: -18.5,167.5 parent: 1 - - uid: 21268 + - uid: 21100 components: - type: Transform - pos: 140.5,184.5 + pos: -18.5,166.5 parent: 1 - - uid: 21271 + - uid: 21101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,183.5 + pos: -19.5,172.5 parent: 1 - - uid: 21272 + - uid: 21102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 143.5,182.5 + pos: -19.5,171.5 parent: 1 - - uid: 21273 + - uid: 21103 components: - type: Transform - pos: 141.5,170.5 + pos: -19.5,170.5 parent: 1 - - uid: 21275 + - uid: 21104 components: - type: Transform - pos: 140.5,170.5 + pos: -19.5,169.5 parent: 1 - - uid: 21276 + - uid: 21105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 143.5,181.5 + pos: -19.5,168.5 parent: 1 - - uid: 21277 + - uid: 21106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,181.5 + pos: -19.5,167.5 parent: 1 - - uid: 21280 + - uid: 21107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,164.5 + pos: -19.5,166.5 parent: 1 - - uid: 21281 + - uid: 21108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 139.5,163.5 + pos: -20.5,172.5 parent: 1 - - uid: 21282 + - uid: 21109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 140.5,180.5 + pos: -20.5,171.5 parent: 1 - - uid: 21291 + - uid: 21110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,182.5 + pos: -20.5,170.5 parent: 1 - - uid: 21292 + - uid: 21111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,182.5 + pos: -20.5,169.5 parent: 1 - - uid: 21294 + - uid: 21112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,183.5 + pos: -20.5,168.5 parent: 1 - - uid: 21295 + - uid: 21113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 150.5,182.5 + pos: -20.5,167.5 parent: 1 - - uid: 21300 + - uid: 21114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 149.5,180.5 + pos: -20.5,166.5 parent: 1 - - uid: 21308 + - uid: 21115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,181.5 + pos: 7.5,127.5 parent: 1 - - uid: 21309 + - uid: 21116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 147.5,180.5 + pos: -18.5,164.5 parent: 1 - - uid: 21312 + - uid: 21117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 150.5,181.5 + pos: -18.5,163.5 parent: 1 - - uid: 21314 + - uid: 21118 components: - type: Transform - rot: 3.141592653589793 rad - pos: 142.5,180.5 + pos: -18.5,162.5 parent: 1 - - uid: 21317 + - uid: 21119 components: - type: Transform - pos: 174.5,165.5 + pos: -17.5,165.5 parent: 1 - - uid: 21318 + - uid: 21120 components: - type: Transform - pos: 173.5,165.5 + pos: -17.5,164.5 parent: 1 - - uid: 21319 + - uid: 21121 components: - type: Transform - pos: 175.5,165.5 + pos: -17.5,163.5 parent: 1 - - uid: 21459 + - uid: 21122 components: - type: Transform - pos: 177.5,165.5 + pos: -17.5,162.5 parent: 1 - - uid: 22602 + - uid: 21123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,158.5 + pos: 8.5,128.5 parent: 1 - - uid: 22604 + - uid: 21124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 181.5,156.5 + pos: 8.5,129.5 parent: 1 - - uid: 22609 + - uid: 21125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,159.5 + pos: 7.5,129.5 parent: 1 - - uid: 22628 + - uid: 21126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,157.5 + pos: 8.5,126.5 parent: 1 - - uid: 22919 + - uid: 21127 components: - type: Transform - pos: 149.5,184.5 + pos: -29.5,158.5 parent: 1 - - uid: 23819 + - uid: 21128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,164.5 + pos: -29.5,157.5 parent: 1 - - uid: 23913 + - uid: 21129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,158.5 + pos: -40.5,155.5 parent: 1 - - uid: 24166 + - uid: 21130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -194.5,-136.5 + pos: -40.5,156.5 parent: 1 - - uid: 24167 + - uid: 21131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-130.5 + pos: -40.5,154.5 parent: 1 - - uid: 46609 + - uid: 21132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 153.5,181.5 + pos: -40.5,153.5 parent: 1 - - uid: 46610 + - uid: 21133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 153.5,182.5 + pos: -29.5,161.5 parent: 1 - - uid: 46615 + - uid: 21134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 153.5,183.5 + pos: -29.5,160.5 parent: 1 - - uid: 46618 + - uid: 21135 components: - type: Transform - pos: 155.5,184.5 + pos: -29.5,159.5 parent: 1 - - uid: 46619 + - uid: 21136 components: - type: Transform - pos: 154.5,184.5 + pos: -40.5,152.5 parent: 1 - - uid: 49646 + - uid: 21137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 141.5,163.5 + pos: -40.5,151.5 parent: 1 - - uid: 55267 + - uid: 21138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-131.5 + pos: -40.5,150.5 parent: 1 - - uid: 55270 + - uid: 21139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,-127.5 + pos: -40.5,149.5 parent: 1 -- proto: N14TentLeatherCorner - entities: - - uid: 11004 + - uid: 21140 components: - type: Transform - pos: 146.5,156.5 + pos: -40.5,148.5 parent: 1 - - uid: 11005 + - uid: 21141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 146.5,149.5 + pos: -40.5,147.5 parent: 1 - - uid: 11006 + - uid: 21142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 155.5,156.5 + pos: -39.5,151.5 parent: 1 - - uid: 11007 + - uid: 21143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 156.5,149.5 + pos: -39.5,150.5 parent: 1 - - uid: 11008 + - uid: 21144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 156.5,153.5 + pos: -39.5,149.5 parent: 1 - - uid: 20787 + - uid: 21145 components: - type: Transform - pos: 160.5,182.5 + pos: -39.5,148.5 parent: 1 - - uid: 20893 + - uid: 21146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,172.5 + pos: -39.5,147.5 parent: 1 - - uid: 20896 + - uid: 21147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 170.5,182.5 + pos: -38.5,151.5 parent: 1 - - uid: 20904 + - uid: 21148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,172.5 + pos: -38.5,150.5 parent: 1 -- proto: N14TentLeatherWall - entities: - - uid: 7444 + - uid: 21149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,174.5 + pos: -38.5,149.5 parent: 1 - - uid: 11009 + - uid: 21150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,153.5 + pos: -38.5,148.5 parent: 1 - - uid: 11010 + - uid: 21151 components: - type: Transform - pos: 152.5,149.5 + pos: -38.5,147.5 parent: 1 - - uid: 11011 + - uid: 21152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,150.5 + pos: -37.5,151.5 parent: 1 - - uid: 11012 + - uid: 21153 components: - type: Transform - rot: 3.141592653589793 rad - pos: 154.5,156.5 + pos: -37.5,150.5 parent: 1 - - uid: 11013 + - uid: 21154 components: - type: Transform - pos: 149.5,149.5 + pos: -37.5,149.5 parent: 1 - - uid: 11014 + - uid: 21155 components: - type: Transform - rot: 3.141592653589793 rad - pos: 153.5,156.5 + pos: -37.5,148.5 parent: 1 - - uid: 11015 + - uid: 21156 components: - type: Transform - rot: 3.141592653589793 rad - pos: 152.5,156.5 + pos: -37.5,147.5 parent: 1 - - uid: 11016 + - uid: 21157 components: - type: Transform - rot: 3.141592653589793 rad - pos: 147.5,156.5 + pos: -36.5,151.5 parent: 1 - - uid: 11017 + - uid: 21158 components: - type: Transform - pos: 148.5,149.5 + pos: -36.5,150.5 parent: 1 - - uid: 11018 + - uid: 21159 components: - type: Transform - rot: 3.141592653589793 rad - pos: 149.5,156.5 + pos: -36.5,147.5 parent: 1 - - uid: 11019 + - uid: 21160 components: - type: Transform - rot: 3.141592653589793 rad - pos: 151.5,156.5 + pos: -35.5,151.5 parent: 1 - - uid: 11020 + - uid: 21161 components: - type: Transform - pos: 151.5,149.5 + pos: -35.5,150.5 parent: 1 - - uid: 11021 + - uid: 21162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,152.5 + pos: -34.5,151.5 parent: 1 - - uid: 11022 + - uid: 21163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,151.5 + pos: -34.5,150.5 parent: 1 - - uid: 11023 + - uid: 21164 components: - type: Transform - pos: 154.5,149.5 + pos: 8.5,130.5 parent: 1 - - uid: 11024 + - uid: 21165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,155.5 + pos: 8.5,127.5 parent: 1 - - uid: 11025 + - uid: 21166 components: - type: Transform - pos: 155.5,149.5 + pos: -16.5,131.5 parent: 1 - - uid: 11026 + - uid: 21167 components: - type: Transform - pos: 147.5,149.5 + pos: -15.5,131.5 parent: 1 - - uid: 11027 + - uid: 21168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,154.5 + pos: -14.5,131.5 parent: 1 - - uid: 11028 + - uid: 21169 components: - type: Transform - pos: 153.5,149.5 + pos: -13.5,131.5 parent: 1 - - uid: 11029 + - uid: 21170 components: - type: Transform - pos: 150.5,149.5 + pos: -12.5,131.5 parent: 1 - - uid: 11030 + - uid: 21171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,156.5 + pos: -11.5,131.5 parent: 1 - - uid: 11031 + - uid: 21172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 148.5,156.5 + pos: -10.5,131.5 parent: 1 - - uid: 11032 + - uid: 21173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,150.5 + pos: -9.5,131.5 parent: 1 - - uid: 11033 + - uid: 21174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 155.5,154.5 + pos: -8.5,131.5 parent: 1 - - uid: 11034 + - uid: 21175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 155.5,155.5 + pos: -7.5,131.5 parent: 1 - - uid: 20754 + - uid: 21176 components: - type: Transform - pos: 163.5,172.5 + pos: -6.5,131.5 parent: 1 - - uid: 20759 + - uid: 21177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,177.5 + pos: 7.5,126.5 parent: 1 - - uid: 20763 + - uid: 21178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,176.5 + pos: 7.5,125.5 parent: 1 - - uid: 20766 + - uid: 21179 components: - type: Transform - pos: 162.5,172.5 + pos: 6.5,130.5 parent: 1 - - uid: 20769 + - uid: 21180 components: - type: Transform - rot: 3.141592653589793 rad - pos: 162.5,182.5 + pos: 6.5,129.5 parent: 1 - - uid: 20782 + - uid: 21181 components: - type: Transform - pos: 161.5,172.5 + pos: 6.5,128.5 parent: 1 - - uid: 20783 + - uid: 21182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,173.5 + pos: 6.5,127.5 parent: 1 - - uid: 20790 + - uid: 21183 components: - type: Transform - pos: 169.5,172.5 + pos: 6.5,126.5 parent: 1 - - uid: 20791 + - uid: 21184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,178.5 + pos: 6.5,125.5 parent: 1 - - uid: 20796 + - uid: 21185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,174.5 + pos: 5.5,130.5 parent: 1 - - uid: 20799 + - uid: 21186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,182.5 + pos: 5.5,129.5 parent: 1 - - uid: 20800 + - uid: 21187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,180.5 + pos: 5.5,128.5 parent: 1 - - uid: 20801 + - uid: 21188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 169.5,182.5 + pos: 5.5,127.5 parent: 1 - - uid: 20880 + - uid: 21189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,175.5 + pos: 5.5,126.5 parent: 1 - - uid: 20885 + - uid: 21190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,182.5 + pos: 5.5,125.5 parent: 1 - - uid: 20886 + - uid: 21191 components: - type: Transform - pos: 168.5,172.5 + pos: 4.5,130.5 parent: 1 - - uid: 20887 + - uid: 21192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,181.5 + pos: 4.5,129.5 parent: 1 - - uid: 20888 + - uid: 21193 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,182.5 + pos: 4.5,128.5 parent: 1 - - uid: 20889 + - uid: 21194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,177.5 + pos: 4.5,127.5 parent: 1 - - uid: 20890 + - uid: 21195 components: - type: Transform - rot: 3.141592653589793 rad - pos: 168.5,182.5 + pos: 4.5,126.5 parent: 1 - - uid: 20891 + - uid: 21196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,173.5 + pos: 4.5,125.5 parent: 1 - - uid: 20892 + - uid: 21197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,180.5 + pos: 3.5,127.5 parent: 1 - - uid: 20894 + - uid: 21198 components: - type: Transform - pos: 167.5,172.5 + pos: 3.5,126.5 parent: 1 - - uid: 20895 + - uid: 21199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,179.5 + pos: 3.5,125.5 parent: 1 - - uid: 20899 + - uid: 21200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,181.5 + pos: 2.5,127.5 parent: 1 - - uid: 20900 + - uid: 21201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,179.5 + pos: 2.5,126.5 parent: 1 - - uid: 20902 + - uid: 21202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,176.5 + pos: 2.5,125.5 parent: 1 - - uid: 20903 + - uid: 21203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,178.5 + pos: 1.5,130.5 parent: 1 - - uid: 20905 + - uid: 21204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,175.5 + pos: 1.5,129.5 parent: 1 -- proto: N14TimedSpawnerAnt - entities: - - uid: 23238 + - uid: 21205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 132.5,138.5 + pos: 1.5,128.5 parent: 1 - - uid: 23240 + - uid: 21206 components: - type: Transform - pos: 135.5,140.5 + pos: 1.5,127.5 parent: 1 - - uid: 23241 + - uid: 21207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,135.5 + pos: 1.5,126.5 parent: 1 - - uid: 62680 + - uid: 21208 components: - type: Transform - pos: 177.5,127.5 + pos: 1.5,125.5 parent: 1 - - uid: 64588 + - uid: 21209 components: - type: Transform - pos: -81.5,-172.5 + pos: 0.5,130.5 parent: 1 - - uid: 64589 + - uid: 21210 components: - type: Transform - pos: -89.5,-169.5 + pos: 0.5,129.5 parent: 1 - - uid: 64590 + - uid: 21211 components: - type: Transform - pos: -108.5,-160.5 + pos: 0.5,128.5 parent: 1 - - uid: 64593 + - uid: 21212 components: - type: Transform - pos: -113.5,-154.5 + pos: 0.5,127.5 parent: 1 -- proto: N14TimedSpawnerBighorner - entities: - - uid: 61500 + - uid: 21213 components: - type: Transform - pos: 139.5,107.5 + pos: 0.5,126.5 parent: 1 - - uid: 61512 + - uid: 21214 components: - type: Transform - pos: 108.5,140.5 + pos: 0.5,125.5 parent: 1 -- proto: N14TimedSpawnerBloatfly - entities: - - uid: 6050 + - uid: 21215 components: - type: Transform - pos: 63.5,-31.5 + pos: -0.5,130.5 parent: 1 - - uid: 12791 + - uid: 21216 components: - type: Transform - pos: 138.5,-60.5 + pos: -0.5,129.5 parent: 1 - - uid: 61336 + - uid: 21217 components: - type: Transform - pos: 130.5,-39.5 + pos: -0.5,128.5 parent: 1 - - uid: 61475 + - uid: 21218 components: - type: Transform - pos: 189.5,-28.5 + pos: -0.5,127.5 parent: 1 - - uid: 61497 + - uid: 21219 components: - type: Transform - pos: 182.5,-50.5 + pos: -0.5,126.5 parent: 1 - - uid: 65427 + - uid: 21220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,-110.5 + pos: -0.5,125.5 parent: 1 -- proto: N14TimedSpawnerCazador - entities: - - uid: 61525 + - uid: 21221 components: - type: Transform - pos: 146.5,-109.5 + pos: 3.5,124.5 parent: 1 - - uid: 61528 + - uid: 21222 components: - type: Transform - pos: 147.5,-111.5 + pos: 3.5,123.5 parent: 1 - - uid: 61540 + - uid: 21223 components: - type: Transform - pos: 148.5,-113.5 + pos: 3.5,122.5 parent: 1 -- proto: N14TimedSpawnerDeathclaw - entities: - - uid: 61520 + - uid: 21224 components: - type: Transform - pos: 183.5,-100.5 + pos: 3.5,121.5 parent: 1 -- proto: N14TimedSpawnerDeathclawAlbino - entities: - - uid: 12774 + - uid: 21225 components: - type: Transform - pos: 171.5,-111.5 + pos: 4.5,124.5 parent: 1 -- proto: N14TimedSpawnerDogFeral - entities: - - uid: 13355 + - uid: 21226 components: - type: Transform - pos: 172.5,24.5 + pos: 4.5,123.5 parent: 1 -- proto: N14TimedSpawnerFireant - entities: - - uid: 12795 + - uid: 21227 components: - type: Transform - pos: 169.5,-61.5 + pos: 4.5,122.5 parent: 1 - - uid: 61377 + - uid: 21228 components: - type: Transform - pos: 173.5,-60.5 + pos: 4.5,121.5 parent: 1 - - uid: 61460 + - uid: 21229 components: - type: Transform - pos: -109.5,43.5 + pos: 5.5,124.5 parent: 1 - - uid: 61502 + - uid: 21230 components: - type: Transform - pos: -99.5,52.5 + pos: 5.5,123.5 parent: 1 -- proto: N14TimedSpawnerGecko - entities: - - uid: 2325 + - uid: 21231 components: - type: Transform - pos: 194.5,113.5 + pos: 5.5,122.5 parent: 1 - - uid: 12789 + - uid: 21232 components: - type: Transform - pos: 139.5,-91.5 + pos: 5.5,121.5 parent: 1 - - uid: 19917 + - uid: 21233 components: - type: Transform - pos: 92.5,-153.5 + pos: 6.5,124.5 parent: 1 - - uid: 19936 + - uid: 21234 components: - type: Transform - pos: 102.5,172.5 + pos: 6.5,123.5 parent: 1 - - uid: 19937 + - uid: 21235 components: - type: Transform - pos: 74.5,172.5 + pos: 6.5,122.5 parent: 1 - - uid: 26596 + - uid: 21236 components: - type: Transform - pos: 62.5,-185.5 + pos: 6.5,121.5 parent: 1 - - uid: 26898 + - uid: 21237 components: - type: Transform - pos: 59.5,-154.5 + pos: 7.5,124.5 parent: 1 - - uid: 61121 + - uid: 21238 components: - type: Transform - pos: 76.5,151.5 + pos: 7.5,123.5 parent: 1 - - uid: 61168 + - uid: 21239 components: - type: Transform - pos: 66.5,-141.5 + pos: 7.5,122.5 parent: 1 - - uid: 61170 + - uid: 21240 components: - type: Transform - pos: 41.5,-154.5 + pos: 7.5,121.5 parent: 1 - - uid: 61174 + - uid: 21241 components: - type: Transform - pos: 101.5,-179.5 + pos: 8.5,124.5 parent: 1 - - uid: 61419 + - uid: 21242 components: - type: Transform - pos: 70.5,19.5 + pos: 8.5,123.5 parent: 1 - - uid: 61440 + - uid: 21243 components: - type: Transform - pos: 169.5,-84.5 + pos: 8.5,122.5 parent: 1 - - uid: 61452 + - uid: 21244 components: - type: Transform - pos: -8.5,51.5 + pos: 8.5,121.5 parent: 1 - - uid: 61458 + - uid: 21245 components: - type: Transform - pos: 75.5,11.5 + pos: 9.5,124.5 parent: 1 - - uid: 61478 + - uid: 21246 components: - type: Transform - pos: 68.5,3.5 + pos: 9.5,123.5 parent: 1 - - uid: 61479 + - uid: 21247 components: - type: Transform - pos: -3.5,36.5 + pos: 9.5,122.5 parent: 1 - - uid: 61489 + - uid: 21248 components: - type: Transform - pos: -114.5,-17.5 + pos: 9.5,121.5 parent: 1 - - uid: 61491 + - uid: 21249 components: - type: Transform - pos: -120.5,-26.5 + pos: -2.5,131.5 parent: 1 - - uid: 61511 + - uid: 21250 components: - type: Transform - pos: 154.5,-84.5 + pos: -1.5,131.5 parent: 1 - - uid: 61524 + - uid: 21251 components: - type: Transform - pos: 187.5,-84.5 + pos: -0.5,131.5 parent: 1 -- proto: N14TimedSpawnerMolerat - entities: - - uid: 2322 + - uid: 21252 components: - type: Transform - pos: 190.5,11.5 + pos: 0.5,131.5 parent: 1 - - uid: 2326 + - uid: 21253 components: - type: Transform - pos: 85.5,50.5 + pos: 1.5,131.5 parent: 1 - - uid: 8623 + - uid: 21254 components: - type: Transform - pos: 92.5,168.5 + pos: 4.5,131.5 parent: 1 - - uid: 11504 + - uid: 21255 components: - type: Transform - pos: -164.5,48.5 + pos: 5.5,131.5 parent: 1 - - type: TimedSpawner - intervalSeconds: 1800 - chance: 0.1 - - uid: 12796 + - uid: 21256 components: - type: Transform - pos: 170.5,35.5 + pos: 6.5,131.5 parent: 1 - - uid: 13351 + - uid: 21257 components: - type: Transform - pos: 192.5,34.5 + pos: 7.5,131.5 parent: 1 - - uid: 13354 + - uid: 21258 components: - type: Transform - pos: 166.5,23.5 + pos: 8.5,131.5 parent: 1 - - uid: 16514 + - uid: 21259 components: - type: Transform - pos: 81.5,148.5 + pos: 9.5,131.5 parent: 1 - - uid: 16520 + - uid: 21260 components: - type: Transform - pos: 100.5,156.5 + pos: 9.5,120.5 parent: 1 - - uid: 40304 + - uid: 21261 components: - type: Transform - pos: 163.5,43.5 + pos: 9.5,119.5 parent: 1 - - uid: 59433 + - uid: 21262 components: - type: Transform - pos: 177.5,49.5 + pos: 9.5,118.5 parent: 1 - - uid: 61425 + - uid: 21263 components: - type: Transform - pos: 130.5,94.5 + pos: 9.5,117.5 parent: 1 - - uid: 61481 + - uid: 21264 components: - type: Transform - pos: 128.5,96.5 + pos: 9.5,116.5 parent: 1 - - uid: 61507 + - uid: 21265 components: - type: Transform - pos: 85.5,44.5 + pos: 9.5,115.5 parent: 1 -- proto: N14TimedSpawnerNightstalker - entities: - - uid: 61387 + - uid: 21266 components: - type: Transform - pos: -92.5,-45.5 + pos: 9.5,114.5 parent: 1 -- proto: N14TimedSpawnerNightstalkerCub - entities: - - uid: 61358 + - uid: 21267 components: - type: Transform - pos: -95.5,-50.5 + pos: 9.5,113.5 parent: 1 - - uid: 61499 + - uid: 21268 components: - type: Transform - pos: 129.5,95.5 + pos: 9.5,112.5 parent: 1 - - uid: 61510 + - uid: 21269 components: - type: Transform - pos: -89.5,-47.5 + pos: 8.5,120.5 parent: 1 -- proto: N14TimedSpawnerRadroach - entities: - - uid: 6051 + - uid: 21270 components: - type: Transform - pos: 31.5,-25.5 + pos: 8.5,119.5 parent: 1 - - uid: 19887 + - uid: 21271 components: - type: Transform - pos: 92.5,-75.5 + pos: 8.5,118.5 parent: 1 - - uid: 19894 + - uid: 21272 components: - type: Transform - pos: 109.5,-66.5 + pos: 8.5,117.5 parent: 1 - - uid: 19918 + - uid: 21273 components: - type: Transform - pos: 15.5,-127.5 + pos: 8.5,116.5 parent: 1 - - uid: 19919 + - uid: 21274 components: - type: Transform - pos: 75.5,-65.5 + pos: 8.5,115.5 parent: 1 - - uid: 19921 + - uid: 21275 components: - type: Transform - pos: 123.5,-71.5 + pos: 8.5,114.5 parent: 1 - - uid: 61416 + - uid: 21276 components: - type: Transform - pos: 63.5,-32.5 + pos: 8.5,113.5 parent: 1 - - uid: 61438 + - uid: 21277 components: - type: Transform - pos: 25.5,-20.5 + pos: 8.5,112.5 parent: 1 - - uid: 61448 + - uid: 21278 components: - type: Transform - pos: 33.5,-23.5 + pos: 7.5,120.5 parent: 1 - - uid: 61459 + - uid: 21279 components: - type: Transform - pos: 2.5,18.5 + pos: 7.5,119.5 parent: 1 - - uid: 61467 + - uid: 21280 components: - type: Transform - pos: 14.5,29.5 + pos: 7.5,118.5 parent: 1 - - uid: 61484 + - uid: 21281 components: - type: Transform - pos: 27.5,20.5 + pos: 7.5,117.5 parent: 1 -- proto: N14TimedSpawnerRadscorpion - entities: - - uid: 59432 + - uid: 21282 components: - type: Transform - pos: 193.5,100.5 + pos: 7.5,116.5 parent: 1 - - uid: 61433 + - uid: 21283 components: - type: Transform - pos: -124.5,-14.5 + pos: 7.5,115.5 parent: 1 -- proto: N14TimedSpawnerRadscorpionBark - entities: - - uid: 62671 + - uid: 21284 components: - type: Transform - pos: 191.5,128.5 + pos: 7.5,114.5 parent: 1 - - uid: 63980 + - uid: 21285 components: - type: Transform - pos: 186.5,95.5 + pos: 7.5,113.5 parent: 1 -- proto: N14TimedSpawnerRadstag - entities: - - uid: 61265 + - uid: 21286 components: - type: Transform - pos: -110.5,-71.5 + pos: 7.5,112.5 parent: 1 - - uid: 61488 + - uid: 21287 components: - type: Transform - pos: 121.5,112.5 + pos: 6.5,120.5 parent: 1 - - uid: 61518 + - uid: 21288 components: - type: Transform - pos: 149.5,38.5 + pos: 6.5,119.5 parent: 1 -- proto: N14Toilet - entities: - - uid: 65704 + - uid: 21289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-106.5 + pos: 6.5,118.5 parent: 1 -- proto: N14ToiletDirty - entities: - - uid: 61997 + - uid: 21290 components: - type: Transform - pos: -171.5,38.5 + pos: 6.5,117.5 parent: 1 - - uid: 63822 + - uid: 21291 components: - type: Transform - pos: -173.5,38.5 + pos: 6.5,116.5 parent: 1 -- proto: N14ToiletIrradiated - entities: - - uid: 63442 + - uid: 21292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,-170.5 + pos: 6.5,115.5 parent: 1 -- proto: N14Torch - entities: - - uid: 4521 + - uid: 21293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,179.5 + pos: 6.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4571 + - uid: 21294 components: - type: Transform - pos: 167.5,171.5 + pos: 6.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4593 + - uid: 21295 components: - type: Transform - pos: 163.5,183.5 + pos: 6.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4595 + - uid: 21296 components: - type: Transform - pos: 167.5,183.5 + pos: 5.5,120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 6580 + - uid: 21297 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,187.5 + pos: 5.5,119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8111 + - uid: 21298 components: - type: Transform - pos: 172.5,137.5 + pos: 5.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11036 + - uid: 21299 components: - type: Transform - pos: -177.5,-121.5 + pos: 5.5,117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11037 + - uid: 21300 components: - type: Transform - pos: -184.5,-113.5 + pos: 5.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11038 + - uid: 21301 components: - type: Transform - pos: -179.5,-131.5 + pos: 5.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11039 + - uid: 21302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,-160.5 + pos: 5.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11040 + - uid: 21303 components: - type: Transform - pos: -187.5,-125.5 + pos: 5.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11041 + - uid: 21304 components: - type: Transform - pos: -192.5,-117.5 + pos: 5.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11042 + - uid: 21305 components: - type: Transform - pos: -191.5,-132.5 + pos: 54.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11043 + - uid: 21306 components: - type: Transform - pos: 201.5,-46.5 + pos: 199.5,185.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11044 + - uid: 21307 components: - type: Transform - pos: -177.5,-125.5 + pos: 200.5,182.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11047 + - uid: 21308 components: - type: Transform - pos: -187.5,-129.5 + pos: 201.5,187.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11048 + - uid: 21309 components: - type: Transform - pos: 14.5,156.5 + pos: 199.5,198.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11049 + - uid: 21310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,-160.5 + pos: 199.5,194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11050 + - uid: 21311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,158.5 + pos: 199.5,197.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11051 + - uid: 21312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,145.5 + pos: 199.5,193.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11054 + - uid: 21313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 157.5,145.5 + pos: 198.5,198.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11055 + - uid: 21314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 151.5,145.5 + pos: 199.5,195.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11056 + - uid: 21315 components: - type: Transform - pos: 149.5,152.5 + pos: 199.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11057 + - uid: 21316 components: - type: Transform - pos: 152.5,152.5 + pos: 199.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11058 + - uid: 21317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,160.5 + pos: 202.5,184.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11059 + - uid: 21318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,164.5 + pos: 199.5,186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11060 + - uid: 21319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,162.5 + pos: 199.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11061 + - uid: 21320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,164.5 + pos: 203.5,186.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11062 + - uid: 21321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 180.5,157.5 + pos: 200.5,187.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16466 + - uid: 21322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 167.5,140.5 + pos: 1.5,-172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16575 + - uid: 21323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,191.5 + pos: -7.5,-194.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 20760 + - uid: 21324 components: - type: Transform - pos: 163.5,171.5 + pos: 4.5,-179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 20882 + - uid: 21325 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,187.5 + pos: -136.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 22920 + - uid: 21326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,177.5 + pos: -4.5,-179.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 23131 + - uid: 21327 components: - type: Transform - pos: 148.5,174.5 + pos: -4.5,-178.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 40524 + - uid: 21328 components: - type: Transform - pos: 144.5,169.5 + pos: 3.5,-173.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45730 + - uid: 21329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -180.5,-113.5 + pos: 7.5,-177.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45972 + - uid: 21330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,-117.5 + pos: 10.5,-177.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46624 + - uid: 21331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,177.5 + pos: 3.5,117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46642 + - uid: 21332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,177.5 + pos: 3.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 50188 + - uid: 21333 components: - type: Transform - pos: -191.5,-112.5 + pos: 4.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 57635 + - uid: 21334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,145.5 + anchored: False + pos: 9.5,125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 59044 + - uid: 21335 components: - type: Transform - pos: 163.5,168.5 + pos: 4.5,119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60954 + - uid: 21336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,152.5 + pos: 3.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60964 + - uid: 21337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,146.5 + pos: 2.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60966 + - uid: 21338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,188.5 + pos: 3.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60976 + - uid: 21339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,158.5 + pos: 3.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60977 + - uid: 21340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,182.5 + pos: 3.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60980 + - uid: 21341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,188.5 + pos: 3.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60981 + - uid: 21342 components: - type: Transform - rot: 3.141592653589793 rad - pos: 146.5,166.5 + pos: 4.5,120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60989 + - uid: 21343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,140.5 + pos: 4.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60991 + - uid: 21344 components: - type: Transform - pos: 163.5,164.5 + pos: 2.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60993 + - uid: 21345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,182.5 + pos: 2.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60994 + - uid: 21346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,184.5 + pos: 2.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60998 + - uid: 21347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,191.5 + pos: 2.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60999 + - uid: 21348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,191.5 + pos: 2.5,117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61000 + - uid: 21349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 168.5,164.5 + pos: 2.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61004 + - uid: 21350 + components: + - type: Transform + pos: 2.5,119.5 + parent: 1 + - uid: 21351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,153.5 + pos: 2.5,120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61005 + - uid: 21352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,146.5 + pos: 2.5,121.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14TorchWall - entities: - - uid: 291 + - uid: 21353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,-125.5 + pos: 2.5,122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4591 + - uid: 21354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,189.5 + pos: 2.5,123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4592 + - uid: 21355 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,178.5 + pos: 2.5,124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4609 + - uid: 21356 components: - type: Transform - pos: 141.5,164.5 + pos: 1.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4610 + - uid: 21357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 139.5,165.5 + pos: 1.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 4611 + - uid: 21358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 139.5,168.5 + pos: 1.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 5153 + - uid: 21359 components: - type: Transform - pos: 152.5,154.5 + pos: 1.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 5154 + - uid: 21360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 149.5,169.5 + pos: 1.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 6085 + - uid: 21361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 169.5,175.5 + pos: 1.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 8733 + - uid: 21362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,188.5 + pos: 1.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 9596 + - uid: 21363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 161.5,175.5 + pos: 1.5,117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11052 + - uid: 21364 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,135.5 + pos: 1.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11053 + - uid: 21365 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,135.5 + pos: 1.5,119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11063 + - uid: 21366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 204.5,-28.5 + pos: 1.5,120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11064 + - uid: 21367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 206.5,-28.5 + pos: 1.5,121.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11065 + - uid: 21368 components: - type: Transform - rot: 3.141592653589793 rad - pos: 213.5,-27.5 + pos: 1.5,122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11066 + - uid: 21369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 213.5,-26.5 + pos: 1.5,123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11067 + - uid: 21370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 215.5,-27.5 + pos: 1.5,124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11068 + - uid: 21371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 206.5,-32.5 + pos: 0.5,109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11069 + - uid: 21372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 213.5,-32.5 + pos: 0.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11075 + - uid: 21373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,161.5 + pos: 0.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11076 + - uid: 21374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,-11.5 + pos: 0.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11077 + - uid: 21375 components: - type: Transform - pos: -0.5,154.5 + pos: 0.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11078 + - uid: 21376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,148.5 + pos: 0.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11079 + - uid: 21377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,148.5 + pos: 0.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11080 + - uid: 21378 components: - type: Transform - pos: 94.5,-6.5 + pos: 0.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11081 + - uid: 21379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-9.5 + pos: 0.5,117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11082 + - uid: 21380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 159.5,134.5 + pos: 0.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11084 + - uid: 21381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,161.5 + pos: 0.5,119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 11909 + - uid: 21382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -166.5,-120.5 + pos: 0.5,120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 12776 + - uid: 21383 components: - type: Transform - pos: 180.5,125.5 + pos: 0.5,121.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 15035 + - uid: 21384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,132.5 + pos: 0.5,122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16422 + - uid: 21385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 149.5,163.5 + pos: 0.5,123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16544 + - uid: 21386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,183.5 + pos: 0.5,124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19900 + - uid: 21387 components: - type: Transform - pos: 192.5,131.5 + pos: -0.5,109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19915 + - uid: 21388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,141.5 + pos: -0.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 20776 + - uid: 21389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 161.5,178.5 + pos: -0.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 20785 + - uid: 21390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 160.5,190.5 + pos: -0.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 20788 + - uid: 21391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,189.5 + pos: -0.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 23213 + - uid: 21392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 153.5,165.5 + pos: -0.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 26932 + - uid: 21393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 197.5,135.5 + pos: -0.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 27473 + - uid: 21394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 182.5,133.5 + pos: -0.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46620 + - uid: 21395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,181.5 + pos: -0.5,117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46621 + - uid: 21396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 142.5,181.5 + pos: -0.5,118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46622 + - uid: 21397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 149.5,181.5 + pos: -0.5,119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46750 + - uid: 21398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 146.5,163.5 + pos: -0.5,120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 48018 + - uid: 21399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,128.5 + pos: -0.5,121.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55278 + - uid: 21400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -196.5,-118.5 + pos: -0.5,122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55288 + - uid: 21401 components: - type: Transform - pos: -197.5,-116.5 + pos: -0.5,123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55795 + - uid: 21402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-121.5 + pos: -0.5,124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55841 + - uid: 21403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,-135.5 + pos: -1.5,109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55883 + - uid: 21404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -195.5,-128.5 + pos: -1.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55915 + - uid: 21405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -154.5,-122.5 + pos: -1.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55924 + - uid: 21406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,-125.5 + pos: -1.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55953 + - uid: 21407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-123.5 + pos: -1.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55964 + - uid: 21408 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,-117.5 + pos: -1.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55971 + - uid: 21409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-129.5 + pos: -135.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55983 + - uid: 21410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,-135.5 + pos: -132.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55986 + - uid: 21411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,-120.5 + pos: -131.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 55992 + - uid: 21412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -195.5,-126.5 + pos: -143.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 56000 + - uid: 21413 components: - type: Transform - pos: -183.5,-123.5 + pos: -142.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 59045 + - uid: 21414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,158.5 + pos: -133.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60951 + - uid: 21415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,188.5 + pos: -155.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60963 + - uid: 21416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 171.5,191.5 + pos: -146.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60970 + - uid: 21417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 155.5,164.5 + pos: -156.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60979 + - uid: 21418 components: - type: Transform - pos: 175.5,157.5 + pos: -145.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60986 + - uid: 21419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 155.5,169.5 + pos: -179.5,17.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60988 + - uid: 21420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,171.5 + pos: -187.5,18.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 60997 + - uid: 21421 components: - type: Transform - pos: 149.5,154.5 + pos: -177.5,17.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61169 + - uid: 21422 components: - type: Transform - pos: 188.5,125.5 + pos: -186.5,18.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61201 + - uid: 21423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.5,138.5 + pos: -126.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61202 + - uid: 21424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 157.5,153.5 + pos: -128.5,48.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65260 + - uid: 21425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.5,-32.5 + pos: -126.5,57.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14Trashbin - entities: - - uid: 4496 + - uid: 21426 components: - type: Transform - pos: 26.5,-62.5 + pos: -126.5,51.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4503 - - 4504 - - 4505 - - 4506 - - 4507 - - 4508 - - 4519 - - 4523 - - 4524 - - 4525 - - 4526 - - 4549 - - 4550 - - 4551 - - 4552 - - 4553 - - 4554 - - 4555 - - 4575 - - 4576 - - 4577 - - 4578 - - 4579 - - 4585 - - 4586 - - 4587 - - 4588 - - 4597 - - 4598 - - 4599 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 5382 + - uid: 21427 components: - type: Transform - pos: -70.5,-105.5 + pos: -130.5,48.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5383 - - 5385 - - 5384 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 6061 + - uid: 21428 components: - type: Transform - pos: 172.5,51.5 + pos: -126.5,49.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 6062 - - 6063 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7679 + - uid: 21429 components: - type: Transform - pos: 135.5,-1.5 + pos: 139.5,129.5 parent: 1 - - 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 - - uid: 11085 + - uid: 21430 components: - type: Transform - pos: 30.5,1.5 + pos: 139.5,131.5 parent: 1 - - uid: 11086 + - uid: 21431 components: - type: Transform - pos: 27.5,5.5 + pos: 139.5,133.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 11089 + - uid: 21432 components: - type: Transform - pos: -28.5,8.5 + pos: 187.5,-196.5 parent: 1 - - uid: 11090 + - uid: 21433 components: - type: Transform - pos: -22.5,8.5 + pos: 11.5,-170.5 parent: 1 - - uid: 11091 + - uid: 21434 components: - type: Transform - pos: -14.5,8.5 + pos: -161.5,45.5 parent: 1 - - uid: 11092 + - uid: 21435 components: - type: Transform - pos: -8.5,8.5 + pos: -129.5,48.5 parent: 1 - - uid: 11093 + - uid: 21436 components: - type: Transform - pos: -8.5,3.5 + pos: -140.5,48.5 parent: 1 - - uid: 11094 + - uid: 21437 components: - type: Transform - pos: 127.5,5.5 + pos: -127.5,48.5 parent: 1 - - uid: 11095 + - uid: 21438 components: - type: Transform - pos: -52.5,25.5 + pos: -126.5,54.5 parent: 1 - - uid: 11096 + - uid: 21439 components: - type: Transform - pos: -52.5,28.5 + pos: -126.5,52.5 parent: 1 - - uid: 11097 + - uid: 21440 components: - type: Transform - pos: -63.5,32.5 + pos: -126.5,55.5 parent: 1 - - uid: 11098 + - uid: 21441 components: - type: Transform - pos: 46.5,-36.5 + pos: -126.5,53.5 parent: 1 - - uid: 11099 + - uid: 21442 components: - type: Transform - pos: 41.5,-30.5 + pos: -126.5,56.5 parent: 1 - - uid: 11100 + - uid: 21443 components: - type: Transform - pos: 28.5,-62.5 + pos: -168.5,68.5 parent: 1 - - uid: 11101 + - uid: 21444 components: - type: Transform - pos: 36.5,-62.5 + pos: 186.5,-194.5 parent: 1 - - uid: 11102 + - uid: 21445 components: - type: Transform - pos: 41.5,-64.5 + pos: -168.5,67.5 parent: 1 - - uid: 11103 + - uid: 21446 components: - type: Transform - pos: -55.5,-103.5 + pos: -168.5,69.5 parent: 1 - - 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 - - uid: 11104 + - uid: 21447 components: - type: Transform - pos: -187.5,-170.5 + pos: 139.5,137.5 parent: 1 - - uid: 11105 + - uid: 21448 components: - type: Transform - pos: 130.5,-15.5 + pos: 139.5,138.5 parent: 1 - - uid: 11106 + - uid: 21449 components: - type: Transform - pos: 129.5,-15.5 + pos: 138.5,129.5 parent: 1 - - uid: 11107 + - uid: 21450 components: - type: Transform - pos: 209.5,-29.5 + pos: 138.5,131.5 parent: 1 - - uid: 11108 + - uid: 21451 components: - type: Transform - pos: 194.5,24.5 + pos: 134.5,133.5 parent: 1 - - 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 - - uid: 11109 + - uid: 21452 components: - type: Transform - pos: 186.5,16.5 + pos: 138.5,133.5 parent: 1 - - uid: 11110 + - uid: 21453 components: - type: Transform - pos: 170.5,58.5 + pos: 138.5,134.5 parent: 1 - - uid: 11142 + - uid: 21454 components: - type: Transform - pos: -57.5,-14.5 + pos: 138.5,135.5 parent: 1 - - uid: 11143 + - uid: 21455 components: - type: Transform - pos: -54.5,-35.5 + pos: 138.5,136.5 parent: 1 - - uid: 11144 + - uid: 21456 components: - type: Transform - pos: -37.5,-42.5 + pos: 138.5,137.5 parent: 1 - - uid: 11145 + - uid: 21457 components: - type: Transform - pos: -46.5,-35.5 + pos: 138.5,138.5 parent: 1 - - uid: 11146 + - uid: 21458 components: - type: Transform - pos: -28.5,-13.5 + pos: 137.5,129.5 parent: 1 - - uid: 11147 + - uid: 21459 components: - type: Transform - pos: -8.5,-24.5 + pos: 137.5,133.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.147 - moles: - - 1.7459823 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 11134 - - 11135 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 11148 + - uid: 21460 components: - type: Transform - pos: -12.5,-13.5 + pos: 137.5,134.5 parent: 1 - - uid: 11149 + - uid: 21461 components: - type: Transform - pos: -153.5,-27.5 + pos: 137.5,135.5 parent: 1 - - uid: 11150 + - uid: 21462 components: - type: Transform - pos: -154.5,-27.5 + pos: 131.5,135.5 parent: 1 - - uid: 22561 + - uid: 21463 components: - type: Transform - pos: -190.5,-98.5 + pos: 137.5,137.5 parent: 1 - - uid: 44356 + - uid: 21464 components: - type: Transform - pos: -226.5,-91.5 + pos: 137.5,138.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 44362 - - 44361 - - 44360 - - 44359 - - 44358 - - 44357 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 45780 + - uid: 21465 components: - type: Transform - pos: -402.5,56.5 + pos: 136.5,129.5 parent: 1 - - uid: 45781 + - uid: 21466 components: - type: Transform - pos: -406.5,61.5 + pos: 135.5,137.5 parent: 1 - - uid: 47222 + - uid: 21467 components: - type: Transform - pos: -378.5,108.5 + pos: 135.5,131.5 parent: 1 - - uid: 47531 + - uid: 21468 components: - type: Transform - pos: -364.5,102.5 + pos: 136.5,135.5 parent: 1 - - uid: 47588 + - uid: 21469 components: - type: Transform - pos: -390.5,94.5 + pos: 187.5,-198.5 parent: 1 - - uid: 48123 + - uid: 21470 components: - type: Transform - pos: 161.5,-175.5 + pos: 136.5,136.5 parent: 1 - - uid: 50041 + - uid: 21471 components: - type: Transform - pos: 111.5,10.5 + pos: 136.5,137.5 parent: 1 - - uid: 55799 + - uid: 21472 components: - type: Transform - pos: -163.5,-110.5 + pos: 136.5,138.5 parent: 1 - - uid: 55800 + - uid: 21473 components: - type: Transform - pos: -163.5,-124.5 + pos: 135.5,129.5 parent: 1 - - uid: 55820 + - uid: 21474 components: - type: Transform - pos: -180.5,-136.5 + pos: 136.5,133.5 parent: 1 - - uid: 55825 + - uid: 21475 components: - type: Transform - pos: -173.5,-112.5 + pos: 132.5,130.5 parent: 1 - - uid: 55826 + - uid: 21476 components: - type: Transform - pos: -190.5,-110.5 + pos: 139.5,132.5 parent: 1 - - uid: 55829 + - uid: 21477 components: - type: Transform - pos: -188.5,-127.5 + pos: 132.5,131.5 parent: 1 - - uid: 55831 + - uid: 21478 components: - type: Transform - pos: -188.5,-110.5 + pos: 132.5,135.5 parent: 1 - - uid: 63455 + - uid: 21479 components: - type: Transform - pos: 170.5,-157.5 + pos: 135.5,138.5 parent: 1 - - uid: 65144 + - uid: 21480 components: - type: Transform - pos: 78.63562,-114.04414 + pos: 134.5,129.5 parent: 1 - - uid: 65292 + - uid: 21481 components: - type: Transform - pos: 72.5,-133.5 + pos: 134.5,131.5 parent: 1 -- proto: N14TribalHatchet - entities: - - uid: 10697 + - uid: 21482 components: - type: Transform - pos: 144.68558,164.9724 + pos: 134.5,132.5 parent: 1 - - uid: 16563 + - uid: 21483 components: - type: Transform - pos: 145.25502,164.5835 + pos: 134.5,135.5 parent: 1 - - uid: 46766 + - uid: 21484 components: - type: Transform - pos: 144.96156,164.79616 + pos: 131.5,136.5 parent: 1 -- proto: N14TribalMachete - entities: - - uid: 307 + - uid: 21485 components: - type: Transform - pos: -174.50174,-94.22156 + pos: 136.5,131.5 parent: 1 - - uid: 16456 + - uid: 21486 components: - type: Transform - pos: 142.67793,164.85355 + pos: 135.5,132.5 parent: 1 - - uid: 21208 + - uid: 21487 components: - type: Transform - pos: 142.89552,164.80263 + pos: 133.5,137.5 parent: 1 - - uid: 22619 + - uid: 21488 components: - type: Transform - pos: 143.15016,164.77022 + pos: 138.5,132.5 parent: 1 - - uid: 65659 + - uid: 21489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.564026,-114.38731 + pos: 137.5,136.5 parent: 1 -- proto: N14VehicleBikeRust1 - entities: - - uid: 58516 + - uid: 21490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 140.5,5.5 + pos: 132.5,133.5 parent: 1 - - uid: 64155 + - uid: 21491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,-56.5 + pos: 132.5,134.5 parent: 1 -- proto: N14VehicleCarWreck - entities: - - uid: 11151 + - uid: 21492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-109.5 + pos: 132.5,129.5 parent: 1 - - uid: 11152 + - uid: 21493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,-85.5 + pos: 132.5,136.5 parent: 1 - - uid: 11153 + - uid: 21494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-85.5 + pos: 132.5,137.5 parent: 1 - - uid: 64237 + - uid: 21495 components: - type: Transform - pos: -83.5,-141.5 + pos: 186.5,-196.5 parent: 1 - - uid: 65555 + - uid: 21496 components: - type: Transform - pos: 173.5,41.5 + pos: 186.5,-195.5 parent: 1 -- proto: N14VendingMachineCigarette - entities: - - uid: 49877 + - uid: 21497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,16.5 + pos: 186.5,-198.5 parent: 1 - - uid: 49881 + - uid: 21498 components: - type: Transform - pos: 101.5,1.5 + pos: 186.5,-197.5 parent: 1 - - uid: 49883 + - uid: 21499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 125.5,-12.5 + pos: 185.5,-195.5 parent: 1 -- proto: N14VendingMachineCigaretteFilled - entities: - - uid: 4626 + - uid: 21500 components: - type: Transform - pos: -15.5,3.5 + pos: 185.5,-194.5 parent: 1 - - uid: 7323 + - uid: 21501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-61.5 + pos: 185.5,-197.5 parent: 1 - - uid: 29786 + - uid: 21502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,8.5 + pos: 185.5,-196.5 parent: 1 - - uid: 29812 + - uid: 21503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-10.5 + pos: 184.5,-194.5 parent: 1 - - uid: 49896 + - uid: 21504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-63.5 + pos: 185.5,-198.5 parent: 1 - - uid: 49899 + - uid: 21505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-31.5 + pos: 184.5,-196.5 parent: 1 - - uid: 49922 + - uid: 21506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-9.5 + pos: 184.5,-195.5 parent: 1 - - uid: 49927 + - uid: 21507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-16.5 + pos: 184.5,-198.5 parent: 1 - - uid: 49951 + - uid: 21508 components: - type: Transform - pos: -60.5,20.5 + pos: 184.5,-197.5 parent: 1 - - uid: 61145 + - uid: 21509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,145.5 + pos: 183.5,-195.5 parent: 1 -- proto: N14VendingMachineNukaColaIrradiated - entities: - - uid: 11159 + - uid: 21510 components: - type: Transform - pos: 181.5,26.5 + pos: 183.5,-194.5 parent: 1 -- proto: N14VendingMachineNukaColaNewFilled - entities: - - uid: 7350 + - uid: 21511 components: - type: Transform - pos: 198.5,219.5 + pos: 183.5,-197.5 parent: 1 - - uid: 11155 + - uid: 21512 components: - type: Transform - pos: 25.5,5.5 + pos: 183.5,-196.5 parent: 1 - - uid: 11157 + - uid: 21513 components: - type: Transform - pos: 33.5,-14.5 + pos: 182.5,-194.5 parent: 1 - - uid: 11158 + - uid: 21514 components: - type: Transform - pos: 18.5,-64.5 + pos: 183.5,-198.5 parent: 1 - - uid: 49926 + - uid: 21515 components: - type: Transform - pos: -17.5,9.5 + pos: 182.5,-196.5 parent: 1 - - uid: 49929 + - uid: 21516 components: - type: Transform - pos: 18.5,-15.5 + pos: 182.5,-195.5 parent: 1 - - uid: 49930 + - uid: 21517 components: - type: Transform - pos: 48.5,-37.5 + pos: 182.5,-198.5 parent: 1 - - uid: 55998 + - uid: 21518 components: - type: Transform - pos: -167.5,-100.5 + pos: 182.5,-197.5 parent: 1 - - uid: 62485 + - uid: 21519 components: - type: Transform - pos: -180.5,39.5 + pos: 181.5,-195.5 parent: 1 -- proto: N14VendingMachineVimFilled - entities: - - uid: 63591 + - uid: 21520 components: - type: Transform - pos: -71.5,-16.5 + pos: 181.5,-194.5 parent: 1 - - uid: 63602 + - uid: 21521 components: - type: Transform - pos: -161.5,-16.5 + pos: 181.5,-197.5 parent: 1 -- proto: N14WallBrickTall - entities: - - uid: 11160 + - uid: 21522 components: - type: Transform - pos: -86.5,-101.5 + pos: 181.5,-196.5 parent: 1 - - uid: 11161 + - uid: 21523 components: - type: Transform - pos: 185.5,85.5 + pos: 180.5,-194.5 parent: 1 - - uid: 11162 + - uid: 21524 components: - type: Transform - pos: 190.5,85.5 + pos: 181.5,-198.5 parent: 1 - - uid: 11163 + - uid: 21525 components: - type: Transform - pos: 189.5,97.5 + pos: 180.5,-196.5 parent: 1 - - uid: 11164 + - uid: 21526 components: - type: Transform - pos: 181.5,89.5 + pos: 180.5,-195.5 parent: 1 - - uid: 11165 + - uid: 21527 components: - type: Transform - pos: 186.5,85.5 + pos: 180.5,-198.5 parent: 1 - - uid: 11166 + - uid: 21528 components: - type: Transform - pos: 189.5,85.5 + pos: 180.5,-197.5 parent: 1 - - uid: 11167 + - uid: 21529 components: - type: Transform - pos: 182.5,85.5 + pos: 179.5,-195.5 parent: 1 - - uid: 11168 + - uid: 21530 components: - type: Transform - pos: 181.5,85.5 + pos: 179.5,-194.5 parent: 1 - - uid: 11169 + - uid: 21531 components: - type: Transform - pos: 185.5,97.5 + pos: 179.5,-197.5 parent: 1 - - uid: 11170 + - uid: 21532 components: - type: Transform - pos: 181.5,97.5 + pos: 179.5,-196.5 parent: 1 - - uid: 11171 + - uid: 21533 components: - type: Transform - pos: 193.5,97.5 + pos: 178.5,-194.5 parent: 1 - - uid: 11172 + - uid: 21534 components: - type: Transform - pos: 181.5,94.5 + pos: 179.5,-198.5 parent: 1 - - uid: 11173 + - uid: 21535 components: - type: Transform - pos: 184.5,85.5 + pos: 178.5,-196.5 parent: 1 - - uid: 11174 + - uid: 21536 components: - type: Transform - pos: 181.5,93.5 + pos: 178.5,-195.5 parent: 1 - - uid: 11176 + - uid: 21537 components: - type: Transform - pos: 192.5,85.5 + pos: 178.5,-198.5 parent: 1 - - uid: 11177 + - uid: 21538 components: - type: Transform - pos: 193.5,93.5 + pos: 178.5,-197.5 parent: 1 - - uid: 11178 + - uid: 21539 components: - type: Transform - pos: 193.5,89.5 + pos: 177.5,-195.5 parent: 1 - - uid: 11179 + - uid: 21540 components: - type: Transform - pos: 193.5,85.5 + pos: 177.5,-194.5 parent: 1 - - uid: 11180 + - uid: 21541 components: - type: Transform - pos: 191.5,85.5 + pos: 177.5,-196.5 parent: 1 - - uid: 11181 + - uid: 21542 components: - type: Transform - pos: 181.5,86.5 + pos: 189.5,-198.5 parent: 1 - - uid: 11182 + - uid: 21543 components: - type: Transform - pos: 181.5,95.5 + pos: 188.5,-195.5 parent: 1 - - uid: 11183 + - uid: 21544 components: - type: Transform - pos: 181.5,92.5 + pos: 131.5,129.5 parent: 1 - - uid: 11184 + - uid: 21545 components: - type: Transform - pos: 186.5,90.5 + pos: 76.5,196.5 parent: 1 - - uid: 11185 + - uid: 21546 components: - type: Transform - pos: 192.5,97.5 + pos: 131.5,130.5 parent: 1 - - uid: 11186 + - uid: 21547 components: - type: Transform - pos: 191.5,97.5 + pos: 131.5,131.5 parent: 1 - - uid: 11187 + - uid: 21548 components: - type: Transform - pos: 193.5,96.5 + pos: 131.5,133.5 parent: 1 - - uid: 11188 + - uid: 21549 components: - type: Transform - pos: 193.5,95.5 + pos: 131.5,134.5 parent: 1 - - uid: 11189 + - uid: 21550 components: - type: Transform - pos: 188.5,97.5 + pos: 133.5,135.5 parent: 1 - - uid: 11190 + - uid: 21551 components: - type: Transform - pos: 187.5,97.5 + pos: 11.5,-172.5 parent: 1 - - uid: 11191 + - uid: 21552 components: - type: Transform - pos: 184.5,97.5 + pos: 30.5,198.5 parent: 1 - - uid: 11192 + - uid: 21553 components: - type: Transform - pos: 193.5,94.5 + pos: 31.5,198.5 parent: 1 - - uid: 11193 + - uid: 21554 components: - type: Transform - pos: 186.5,92.5 + pos: 119.5,189.5 parent: 1 - - uid: 11194 + - uid: 21555 components: - type: Transform - pos: 187.5,92.5 + pos: 135.5,133.5 parent: 1 - - uid: 11195 + - uid: 21556 components: - type: Transform - pos: 188.5,92.5 + pos: 131.5,137.5 parent: 1 - - uid: 11196 + - uid: 21557 components: - type: Transform - pos: 188.5,91.5 + pos: 131.5,138.5 parent: 1 - - uid: 11197 + - uid: 21558 components: - type: Transform - pos: 187.5,93.5 + pos: 99.5,194.5 parent: 1 - - uid: 11198 + - uid: 21559 components: - type: Transform - pos: 186.5,91.5 + pos: 33.5,199.5 parent: 1 - - uid: 11199 + - uid: 21560 components: - type: Transform - pos: 187.5,90.5 + pos: 35.5,198.5 parent: 1 - - uid: 11200 + - uid: 21561 components: - type: Transform - pos: 188.5,90.5 + pos: 112.5,169.5 parent: 1 - - uid: 11201 + - uid: 21562 components: - type: Transform - pos: 189.5,91.5 + pos: 110.5,169.5 parent: 1 - - uid: 11202 + - uid: 21563 components: - type: Transform - pos: 185.5,91.5 + pos: -1.5,115.5 parent: 1 - - uid: 11203 + - uid: 21564 components: - type: Transform - pos: 184.5,91.5 + pos: 30.5,197.5 parent: 1 - - uid: 11204 + - uid: 21565 components: - type: Transform - pos: 187.5,96.5 + pos: 41.5,183.5 parent: 1 -- proto: N14WallConcreteDark - entities: - - uid: 11206 + - uid: 21566 components: - type: Transform - pos: 8.5,-24.5 + pos: 119.5,196.5 parent: 1 - - uid: 11207 + - uid: 21567 components: - type: Transform - pos: -191.5,19.5 + pos: 35.5,197.5 parent: 1 - - uid: 11208 + - uid: 21568 components: - type: Transform - pos: -187.5,19.5 + pos: 119.5,194.5 parent: 1 - - uid: 11214 + - uid: 21569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -135.5,52.5 + pos: 35.5,199.5 parent: 1 - - uid: 11216 + - uid: 21570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -136.5,52.5 + pos: 34.5,197.5 parent: 1 - - uid: 11219 + - uid: 21571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,51.5 + pos: 27.5,199.5 parent: 1 - - uid: 11220 + - uid: 21572 components: - type: Transform - pos: -198.5,19.5 + pos: 28.5,199.5 parent: 1 - - uid: 11221 + - uid: 21573 components: - type: Transform - pos: -170.5,45.5 + pos: 31.5,197.5 parent: 1 - - uid: 11222 + - uid: 21574 components: - type: Transform - pos: 93.5,87.5 + pos: 29.5,197.5 parent: 1 - - uid: 11223 + - uid: 21575 components: - type: Transform - pos: 16.5,-27.5 + pos: 53.5,188.5 parent: 1 - - uid: 11224 + - uid: 21576 components: - type: Transform - pos: 7.5,-24.5 + pos: 62.5,195.5 parent: 1 - - uid: 11225 + - uid: 21577 components: - type: Transform - pos: 11.5,-24.5 + pos: 32.5,196.5 parent: 1 - - uid: 11226 + - uid: 21578 components: - type: Transform - pos: 9.5,-24.5 + pos: 34.5,198.5 parent: 1 - - uid: 11227 + - uid: 21579 components: - type: Transform - pos: 10.5,-24.5 + pos: 101.5,182.5 parent: 1 - - uid: 11228 + - uid: 21580 components: - type: Transform - pos: 12.5,-24.5 + pos: 73.5,195.5 parent: 1 - - uid: 11229 + - uid: 21581 components: - type: Transform - pos: 14.5,-24.5 + pos: 51.5,189.5 parent: 1 - - uid: 11230 + - uid: 21582 components: - type: Transform - pos: 15.5,-24.5 + pos: 119.5,192.5 parent: 1 - - uid: 11231 + - uid: 21583 components: - type: Transform - pos: 16.5,-24.5 + pos: 30.5,196.5 parent: 1 - - uid: 11232 + - uid: 21584 components: - type: Transform - pos: 16.5,-25.5 + pos: 111.5,169.5 parent: 1 - - uid: 11233 + - uid: 21585 components: - type: Transform - pos: 6.5,-24.5 + pos: 101.5,181.5 parent: 1 - - uid: 11234 + - uid: 21586 components: - type: Transform - pos: 16.5,-26.5 + pos: 30.5,199.5 parent: 1 - - uid: 11235 + - uid: 21587 components: - type: Transform - pos: 16.5,-28.5 + pos: 31.5,199.5 parent: 1 - - uid: 11236 + - uid: 21588 components: - type: Transform - pos: 15.5,-28.5 + pos: 32.5,199.5 parent: 1 - - uid: 11237 + - uid: 21589 components: - type: Transform - pos: 14.5,-28.5 + pos: 29.5,199.5 parent: 1 - - uid: 11238 + - uid: 21590 components: - type: Transform - pos: 13.5,-28.5 + pos: 31.5,196.5 parent: 1 - - uid: 11239 + - uid: 21591 components: - type: Transform - pos: 12.5,-28.5 + pos: 32.5,197.5 parent: 1 - - uid: 11240 + - uid: 21592 components: - type: Transform - pos: 11.5,-28.5 + pos: 32.5,198.5 parent: 1 - - uid: 11241 + - uid: 21593 components: - type: Transform - pos: 10.5,-28.5 + pos: 29.5,198.5 parent: 1 - - uid: 11242 + - uid: 21594 components: - type: Transform - pos: 9.5,-28.5 + pos: 33.5,198.5 parent: 1 - - uid: 11243 + - uid: 21595 components: - type: Transform - pos: 8.5,-28.5 + pos: 33.5,197.5 parent: 1 - - uid: 11244 + - uid: 21596 components: - type: Transform - pos: 7.5,-28.5 + pos: 33.5,196.5 parent: 1 - - uid: 11245 + - uid: 21597 components: - type: Transform - pos: 6.5,-28.5 + pos: 33.5,195.5 parent: 1 - - uid: 11246 + - uid: 21598 components: - type: Transform - pos: 6.5,-27.5 + pos: 32.5,195.5 parent: 1 - - uid: 11247 + - uid: 21599 components: - type: Transform - pos: 6.5,-26.5 + pos: 33.5,194.5 parent: 1 - - uid: 11248 + - uid: 21600 components: - type: Transform - pos: 6.5,-25.5 + pos: 34.5,199.5 parent: 1 - - uid: 11249 + - uid: 21601 components: - type: Transform - pos: 30.5,-15.5 + pos: 119.5,184.5 parent: 1 - - uid: 11250 + - uid: 21602 components: - type: Transform - pos: 34.5,-15.5 + pos: 119.5,185.5 parent: 1 - - uid: 11251 + - uid: 21603 components: - type: Transform - pos: 31.5,-15.5 + pos: 119.5,190.5 parent: 1 - - uid: 11252 + - uid: 21604 components: - type: Transform - pos: 33.5,-15.5 + pos: 119.5,191.5 parent: 1 - - uid: 11253 + - uid: 21605 components: - type: Transform - pos: 32.5,-15.5 + pos: 101.5,184.5 parent: 1 - - uid: 11254 + - uid: 21606 components: - type: Transform - pos: 35.5,-15.5 + pos: 101.5,183.5 parent: 1 - - uid: 11255 + - uid: 21607 components: - type: Transform - pos: 30.5,-16.5 + pos: 119.5,186.5 parent: 1 - - uid: 11256 + - uid: 21608 components: - type: Transform - pos: 30.5,-21.5 + pos: 119.5,187.5 parent: 1 - - uid: 11257 + - uid: 21609 components: - type: Transform - pos: 35.5,-16.5 + pos: 119.5,193.5 parent: 1 - - uid: 11258 + - uid: 21610 components: - type: Transform - pos: 30.5,-20.5 + pos: 94.5,183.5 parent: 1 - - uid: 11259 + - uid: 21611 components: - type: Transform - pos: 30.5,-19.5 + pos: 36.5,199.5 parent: 1 - - uid: 11260 + - uid: 21612 components: - type: Transform - pos: 30.5,-18.5 + pos: 36.5,198.5 parent: 1 - - uid: 11261 + - uid: 21613 components: - type: Transform - pos: 35.5,-18.5 + pos: 36.5,197.5 parent: 1 - - uid: 11262 + - uid: 21614 components: - type: Transform - pos: 35.5,-19.5 + pos: 37.5,199.5 parent: 1 - - uid: 11263 + - uid: 21615 components: - type: Transform - pos: 35.5,-20.5 + pos: 37.5,198.5 parent: 1 - - uid: 11264 + - uid: 21616 components: - type: Transform - pos: 35.5,-21.5 + pos: 37.5,197.5 parent: 1 - - uid: 11265 + - uid: 21617 components: - type: Transform - pos: -192.5,19.5 + pos: 38.5,199.5 parent: 1 - - uid: 11266 + - uid: 21618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -141.5,55.5 + pos: 38.5,198.5 parent: 1 - - uid: 11267 + - uid: 21619 components: - type: Transform - pos: 94.5,88.5 + pos: 38.5,197.5 parent: 1 - - uid: 11268 + - uid: 21620 components: - type: Transform - pos: 93.5,88.5 + pos: 39.5,199.5 parent: 1 - - uid: 11269 + - uid: 21621 components: - type: Transform - pos: 96.5,84.5 + pos: 39.5,198.5 parent: 1 - - uid: 11270 + - uid: 21622 components: - type: Transform - pos: 97.5,85.5 + pos: 39.5,197.5 parent: 1 - - uid: 11271 + - uid: 21623 components: - type: Transform - pos: 96.5,88.5 + pos: 40.5,199.5 parent: 1 - - uid: 11272 + - uid: 21624 components: - type: Transform - pos: 93.5,85.5 + pos: 40.5,198.5 parent: 1 - - uid: 11273 + - uid: 21625 components: - type: Transform - pos: -170.5,43.5 + pos: 40.5,197.5 parent: 1 - - uid: 11274 + - uid: 21626 components: - type: Transform - pos: -170.5,42.5 + pos: 41.5,199.5 parent: 1 - - uid: 11275 + - uid: 21627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -137.5,52.5 + pos: 41.5,198.5 parent: 1 - - uid: 11279 + - uid: 21628 components: - type: Transform - pos: -194.5,19.5 + pos: 41.5,197.5 parent: 1 - - uid: 11280 + - uid: 21629 components: - type: Transform - pos: -170.5,24.5 + pos: 42.5,199.5 parent: 1 - - uid: 11282 + - uid: 21630 components: - type: Transform - pos: -189.5,19.5 + pos: 42.5,198.5 parent: 1 - - uid: 11284 + - uid: 21631 components: - type: Transform - pos: -190.5,19.5 + pos: 42.5,197.5 parent: 1 - - uid: 11286 + - uid: 21632 components: - type: Transform - pos: -170.5,44.5 + pos: 43.5,199.5 parent: 1 - - uid: 11289 + - uid: 21633 components: - type: Transform - pos: -186.5,19.5 + pos: 43.5,198.5 parent: 1 - - uid: 11290 + - uid: 21634 components: - type: Transform - pos: -193.5,19.5 + pos: 43.5,197.5 parent: 1 - - uid: 11291 + - uid: 21635 components: - type: Transform - pos: -197.5,19.5 + pos: 44.5,199.5 parent: 1 - - uid: 11293 + - uid: 21636 components: - type: Transform - pos: -185.5,19.5 + pos: 44.5,198.5 parent: 1 - - uid: 11294 + - uid: 21637 components: - type: Transform - pos: -196.5,19.5 + pos: 44.5,197.5 parent: 1 - - uid: 11296 + - uid: 21638 components: - type: Transform - pos: -195.5,19.5 + pos: 45.5,199.5 parent: 1 - - uid: 11297 + - uid: 21639 components: - type: Transform - pos: -170.5,21.5 + pos: 45.5,198.5 parent: 1 - - uid: 11298 + - uid: 21640 components: - type: Transform - pos: -188.5,19.5 + pos: 45.5,197.5 parent: 1 - - uid: 11300 + - uid: 21641 components: - type: Transform - pos: -170.5,22.5 + pos: 46.5,199.5 parent: 1 - - uid: 11301 + - uid: 21642 components: - type: Transform - pos: -184.5,19.5 + pos: 46.5,198.5 parent: 1 - - uid: 11302 + - uid: 21643 components: - type: Transform - pos: -183.5,19.5 + pos: 46.5,197.5 parent: 1 - - uid: 11303 + - uid: 21644 components: - type: Transform - pos: -182.5,19.5 + pos: 47.5,199.5 parent: 1 - - uid: 11304 + - uid: 21645 components: - type: Transform - pos: -181.5,19.5 + pos: 47.5,198.5 parent: 1 - - uid: 11305 + - uid: 21646 components: - type: Transform - pos: -180.5,19.5 + pos: 47.5,197.5 parent: 1 - - uid: 11306 + - uid: 21647 components: - type: Transform - pos: -179.5,19.5 + pos: 48.5,199.5 parent: 1 - - uid: 11307 + - uid: 21648 components: - type: Transform - pos: -179.5,20.5 + pos: 48.5,198.5 parent: 1 - - uid: 11308 + - uid: 21649 components: - type: Transform - pos: -178.5,20.5 + pos: 48.5,197.5 parent: 1 - - uid: 11309 + - uid: 21650 components: - type: Transform - pos: -177.5,20.5 + pos: 49.5,199.5 parent: 1 - - uid: 11310 + - uid: 21651 components: - type: Transform - pos: -176.5,20.5 + pos: 49.5,198.5 parent: 1 - - uid: 11311 + - uid: 21652 components: - type: Transform - pos: -175.5,20.5 + pos: 49.5,197.5 parent: 1 - - uid: 11312 + - uid: 21653 components: - type: Transform - pos: -174.5,20.5 + pos: 50.5,199.5 parent: 1 - - uid: 11313 + - uid: 21654 components: - type: Transform - pos: -173.5,20.5 + pos: 50.5,198.5 parent: 1 - - uid: 11314 + - uid: 21655 components: - type: Transform - pos: -172.5,20.5 + pos: 50.5,197.5 parent: 1 - - uid: 11315 + - uid: 21656 components: - type: Transform - pos: -171.5,20.5 + pos: 51.5,199.5 parent: 1 - - uid: 11317 + - uid: 21657 components: - type: Transform - pos: -170.5,23.5 + pos: 51.5,198.5 parent: 1 - - uid: 11321 + - uid: 21658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,53.5 + pos: 51.5,197.5 parent: 1 - - uid: 11325 + - uid: 21659 components: - type: Transform - pos: -167.5,46.5 + pos: 52.5,199.5 parent: 1 - - uid: 11326 + - uid: 21660 components: - type: Transform - pos: -168.5,46.5 + pos: 52.5,198.5 parent: 1 - - uid: 11327 + - uid: 21661 components: - type: Transform - pos: -169.5,46.5 + pos: 52.5,197.5 parent: 1 - - uid: 11328 + - uid: 21662 components: - type: Transform - pos: -170.5,46.5 + pos: 53.5,199.5 parent: 1 - - uid: 11329 + - uid: 21663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -140.5,54.5 + pos: 53.5,198.5 parent: 1 - - uid: 11330 + - uid: 21664 components: - type: Transform - pos: -170.5,41.5 + pos: 53.5,197.5 parent: 1 - - uid: 11331 + - uid: 21665 components: - type: Transform - pos: -170.5,40.5 + pos: 54.5,199.5 parent: 1 - - uid: 11338 + - uid: 21666 components: - type: Transform - pos: -170.5,33.5 + pos: 54.5,198.5 parent: 1 - - uid: 11339 + - uid: 21667 components: - type: Transform - pos: -170.5,32.5 + pos: 54.5,197.5 parent: 1 - - uid: 11340 + - uid: 21668 components: - type: Transform - pos: -170.5,31.5 + pos: 55.5,199.5 parent: 1 - - uid: 11341 + - uid: 21669 components: - type: Transform - pos: -170.5,30.5 + pos: 55.5,198.5 parent: 1 - - uid: 11342 + - uid: 21670 components: - type: Transform - pos: -170.5,29.5 + pos: 55.5,197.5 parent: 1 - - uid: 11343 + - uid: 21671 components: - type: Transform - pos: -170.5,28.5 + pos: 56.5,199.5 parent: 1 - - uid: 11345 + - uid: 21672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -140.5,55.5 + pos: 56.5,198.5 parent: 1 - - uid: 11352 + - uid: 21673 components: - type: Transform - pos: -162.5,55.5 + pos: 56.5,197.5 parent: 1 - - uid: 11355 + - uid: 21674 components: - type: Transform - pos: -159.5,53.5 + pos: 57.5,199.5 parent: 1 - - uid: 11356 + - uid: 21675 components: - type: Transform - pos: -158.5,53.5 + pos: 57.5,198.5 parent: 1 - - uid: 11357 + - uid: 21676 components: - type: Transform - pos: -157.5,53.5 + pos: 57.5,197.5 parent: 1 - - uid: 11358 + - uid: 21677 components: - type: Transform - pos: -156.5,53.5 + pos: 58.5,199.5 parent: 1 - - uid: 11359 + - uid: 21678 components: - type: Transform - pos: -155.5,53.5 + pos: 58.5,198.5 parent: 1 - - uid: 11360 + - uid: 21679 components: - type: Transform - pos: -155.5,55.5 + pos: 58.5,197.5 parent: 1 - - uid: 11361 + - uid: 21680 components: - type: Transform - pos: -155.5,54.5 + pos: 59.5,199.5 parent: 1 - - uid: 11362 + - uid: 21681 components: - type: Transform - pos: -155.5,51.5 + pos: 59.5,198.5 parent: 1 - - uid: 11363 + - uid: 21682 components: - type: Transform - pos: -155.5,52.5 + pos: 59.5,197.5 parent: 1 - - uid: 11364 + - uid: 21683 components: - type: Transform - pos: -154.5,51.5 + pos: 60.5,199.5 parent: 1 - - uid: 11365 + - uid: 21684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -134.5,52.5 + pos: 60.5,198.5 parent: 1 - - uid: 11367 + - uid: 21685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -140.5,53.5 + pos: 60.5,197.5 parent: 1 - - uid: 11373 + - uid: 21686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,32.5 + pos: 61.5,199.5 parent: 1 - - uid: 11374 + - uid: 21687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,31.5 + pos: 61.5,198.5 parent: 1 - - uid: 11375 + - uid: 21688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,30.5 + pos: 61.5,197.5 parent: 1 - - uid: 11376 + - uid: 21689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,29.5 + pos: 62.5,199.5 parent: 1 - - uid: 11377 + - uid: 21690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,28.5 + pos: 62.5,198.5 parent: 1 - - uid: 11378 + - uid: 21691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,27.5 + pos: 62.5,197.5 parent: 1 - - uid: 11379 + - uid: 21692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,26.5 + pos: 63.5,199.5 parent: 1 - - uid: 11380 + - uid: 21693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,25.5 + pos: 63.5,198.5 parent: 1 - - uid: 11381 + - uid: 21694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,24.5 + pos: 63.5,197.5 parent: 1 - - uid: 11382 + - uid: 21695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,23.5 + pos: 64.5,199.5 parent: 1 - - uid: 11383 + - uid: 21696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,22.5 + pos: 64.5,198.5 parent: 1 - - uid: 11384 + - uid: 21697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,21.5 + pos: 64.5,197.5 parent: 1 - - uid: 11385 + - uid: 21698 components: - type: Transform - rot: 3.141592653589793 rad - pos: -198.5,20.5 + pos: 65.5,199.5 parent: 1 - - uid: 11389 + - uid: 21699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -131.5,52.5 + pos: 65.5,198.5 parent: 1 - - uid: 11393 + - uid: 21700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -192.5,38.5 + pos: 65.5,197.5 parent: 1 - - uid: 11431 + - uid: 21701 components: - type: Transform - rot: 3.141592653589793 rad - pos: -153.5,51.5 + pos: 66.5,199.5 parent: 1 - - uid: 11432 + - uid: 21702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,52.5 + pos: 66.5,198.5 parent: 1 - - uid: 11433 + - uid: 21703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -140.5,52.5 + pos: 66.5,197.5 parent: 1 - - uid: 11434 + - uid: 21704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -138.5,52.5 + pos: 67.5,199.5 parent: 1 - - uid: 11441 + - uid: 21705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,55.5 + pos: 67.5,198.5 parent: 1 - - uid: 11443 + - uid: 21706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -132.5,52.5 + pos: 67.5,197.5 parent: 1 - - uid: 11446 + - uid: 21707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,52.5 + pos: 68.5,199.5 parent: 1 - - uid: 11447 + - uid: 21708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,51.5 + pos: 68.5,198.5 parent: 1 - - uid: 11453 + - uid: 21709 components: - - type: Transform - rot: 3.141592653589793 rad - pos: -133.5,52.5 + - type: Transform + pos: 68.5,197.5 parent: 1 - - uid: 11457 + - uid: 21710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,51.5 + pos: 69.5,199.5 parent: 1 - - uid: 11458 + - uid: 21711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,51.5 + pos: 69.5,198.5 parent: 1 - - uid: 11459 + - uid: 21712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,54.5 + pos: 69.5,197.5 parent: 1 - - uid: 11460 + - uid: 21713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,50.5 + pos: 70.5,199.5 parent: 1 - - uid: 11461 + - uid: 21714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,50.5 + pos: 70.5,198.5 parent: 1 - - uid: 11462 + - uid: 21715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,50.5 + pos: 70.5,197.5 parent: 1 - - uid: 11463 + - uid: 21716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -147.5,50.5 + pos: 71.5,199.5 parent: 1 - - uid: 11464 + - uid: 21717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -146.5,50.5 + pos: 71.5,198.5 parent: 1 - - uid: 11465 + - uid: 21718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -145.5,50.5 + pos: 71.5,197.5 parent: 1 - - uid: 11466 + - uid: 21719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -144.5,50.5 + pos: 72.5,199.5 parent: 1 - - uid: 11467 + - uid: 21720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,50.5 + pos: 72.5,198.5 parent: 1 - - uid: 11468 + - uid: 21721 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,50.5 + pos: 72.5,197.5 parent: 1 - - uid: 11516 + - uid: 21722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,62.5 + pos: 73.5,199.5 parent: 1 - - uid: 11517 + - uid: 21723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,61.5 + pos: 73.5,198.5 parent: 1 - - uid: 11576 + - uid: 21724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,60.5 + pos: 73.5,197.5 parent: 1 - - uid: 11577 + - uid: 21725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,61.5 + pos: 74.5,199.5 parent: 1 - - uid: 11579 + - uid: 21726 components: - type: Transform - pos: 21.5,-0.5 + pos: 74.5,198.5 parent: 1 - - uid: 11580 + - uid: 21727 components: - type: Transform - pos: 24.5,-0.5 + pos: 74.5,197.5 parent: 1 - - uid: 11581 + - uid: 21728 components: - type: Transform - pos: 26.5,-0.5 + pos: 75.5,199.5 parent: 1 - - uid: 11582 + - uid: 21729 components: - type: Transform - pos: 29.5,-0.5 + pos: 75.5,198.5 parent: 1 - - uid: 11583 + - uid: 21730 components: - type: Transform - pos: 29.5,0.5 + pos: 75.5,197.5 parent: 1 - - uid: 11584 + - uid: 21731 components: - type: Transform - pos: 29.5,1.5 + pos: 76.5,199.5 parent: 1 - - uid: 11585 + - uid: 21732 components: - type: Transform - pos: 29.5,2.5 + pos: 76.5,198.5 parent: 1 - - uid: 11586 + - uid: 21733 components: - type: Transform - pos: 30.5,2.5 + pos: 76.5,197.5 parent: 1 - - uid: 11587 + - uid: 21734 components: - type: Transform - pos: 31.5,2.5 + pos: 77.5,199.5 parent: 1 - - uid: 11588 + - uid: 21735 components: - type: Transform - pos: 32.5,2.5 + pos: 77.5,198.5 parent: 1 - - uid: 11589 + - uid: 21736 components: - type: Transform - pos: 34.5,2.5 + pos: 77.5,197.5 parent: 1 - - uid: 11590 + - uid: 21737 components: - type: Transform - pos: 35.5,2.5 + pos: 78.5,199.5 parent: 1 - - uid: 11591 + - uid: 21738 components: - type: Transform - pos: 35.5,6.5 + pos: 78.5,198.5 parent: 1 - - uid: 11592 + - uid: 21739 components: - type: Transform - pos: 35.5,5.5 + pos: 78.5,197.5 parent: 1 - - uid: 11593 + - uid: 21740 components: - type: Transform - pos: 35.5,4.5 + pos: 79.5,199.5 parent: 1 - - uid: 11594 + - uid: 21741 components: - type: Transform - pos: 35.5,3.5 + pos: 79.5,198.5 parent: 1 - - uid: 11595 + - uid: 21742 components: - type: Transform - pos: 34.5,6.5 + pos: 79.5,197.5 parent: 1 - - uid: 11596 + - uid: 21743 components: - type: Transform - pos: 33.5,6.5 + pos: 80.5,199.5 parent: 1 - - uid: 11597 + - uid: 21744 components: - type: Transform - pos: 32.5,6.5 + pos: 80.5,198.5 parent: 1 - - uid: 11598 + - uid: 21745 components: - type: Transform - pos: 31.5,6.5 + pos: 80.5,197.5 parent: 1 - - uid: 11599 + - uid: 21746 components: - type: Transform - pos: 30.5,6.5 + pos: 81.5,199.5 parent: 1 - - uid: 11600 + - uid: 21747 components: - type: Transform - pos: 29.5,6.5 + pos: 81.5,198.5 parent: 1 - - uid: 11601 + - uid: 21748 components: - type: Transform - pos: 28.5,6.5 + pos: 81.5,197.5 parent: 1 - - uid: 11602 + - uid: 21749 components: - type: Transform - pos: 27.5,6.5 + pos: 82.5,199.5 parent: 1 - - uid: 11603 + - uid: 21750 components: - type: Transform - pos: 26.5,6.5 + pos: 82.5,198.5 parent: 1 - - uid: 11604 + - uid: 21751 components: - type: Transform - pos: 25.5,6.5 + pos: 82.5,197.5 parent: 1 - - uid: 11605 + - uid: 21752 components: - type: Transform - pos: 24.5,6.5 + pos: 83.5,199.5 parent: 1 - - uid: 11606 + - uid: 21753 components: - type: Transform - pos: 23.5,6.5 + pos: 83.5,198.5 parent: 1 - - uid: 11607 + - uid: 21754 components: - type: Transform - pos: 22.5,6.5 + pos: 83.5,197.5 parent: 1 - - uid: 11608 + - uid: 21755 components: - type: Transform - pos: 21.5,6.5 + pos: 84.5,199.5 parent: 1 - - uid: 11609 + - uid: 21756 components: - type: Transform - pos: 21.5,3.5 + pos: 84.5,198.5 parent: 1 - - uid: 11610 + - uid: 21757 components: - type: Transform - pos: 21.5,2.5 + pos: 84.5,197.5 parent: 1 - - uid: 11611 + - uid: 21758 components: - type: Transform - pos: 33.5,8.5 + pos: 85.5,199.5 parent: 1 - - uid: 11612 + - uid: 21759 components: - type: Transform - pos: 34.5,8.5 + pos: 85.5,198.5 parent: 1 - - uid: 11613 + - uid: 21760 components: - type: Transform - pos: 32.5,8.5 + pos: 85.5,197.5 parent: 1 - - uid: 11614 + - uid: 21761 components: - type: Transform - pos: 32.5,7.5 + pos: 86.5,199.5 parent: 1 - - uid: 11615 + - uid: 21762 components: - type: Transform - pos: 97.5,84.5 + pos: 86.5,198.5 parent: 1 - - uid: 11616 + - uid: 21763 components: - type: Transform - pos: 97.5,86.5 + pos: 86.5,197.5 parent: 1 - - uid: 11617 + - uid: 21764 components: - type: Transform - pos: 94.5,84.5 + pos: 87.5,199.5 parent: 1 - - uid: 11618 + - uid: 21765 components: - type: Transform - pos: 97.5,87.5 + pos: 87.5,198.5 parent: 1 - - uid: 11619 + - uid: 21766 components: - type: Transform - pos: 95.5,88.5 + pos: 87.5,197.5 parent: 1 - - uid: 11620 + - uid: 21767 components: - type: Transform - pos: 95.5,84.5 + pos: 88.5,199.5 parent: 1 - - uid: 11621 + - uid: 21768 components: - type: Transform - pos: 93.5,84.5 + pos: 88.5,198.5 parent: 1 - - uid: 11622 + - uid: 21769 components: - type: Transform - pos: 97.5,88.5 + pos: 88.5,197.5 parent: 1 - - uid: 11623 + - uid: 21770 components: - type: Transform - pos: -50.5,-32.5 + pos: 89.5,199.5 parent: 1 - - uid: 11624 + - uid: 21771 components: - type: Transform - pos: -41.5,-29.5 + pos: 89.5,198.5 parent: 1 - - uid: 11625 + - uid: 21772 components: - type: Transform - pos: -60.5,-41.5 + pos: 89.5,197.5 parent: 1 - - uid: 11626 + - uid: 21773 components: - type: Transform - pos: -60.5,-39.5 + pos: 90.5,199.5 parent: 1 - - uid: 11627 + - uid: 21774 components: - type: Transform - pos: -60.5,-38.5 + pos: 90.5,198.5 parent: 1 - - uid: 11628 + - uid: 21775 components: - type: Transform - pos: -60.5,-42.5 + pos: 90.5,197.5 parent: 1 - - uid: 11629 + - uid: 21776 components: - type: Transform - pos: -52.5,-32.5 + pos: 91.5,199.5 parent: 1 - - uid: 11630 + - uid: 21777 components: - type: Transform - pos: -54.5,-32.5 + pos: 91.5,198.5 parent: 1 - - uid: 11631 + - uid: 21778 components: - type: Transform - pos: -53.5,-32.5 + pos: 91.5,197.5 parent: 1 - - uid: 11632 + - uid: 21779 components: - type: Transform - pos: -51.5,-32.5 + pos: 92.5,199.5 parent: 1 - - uid: 11633 + - uid: 21780 components: - type: Transform - pos: -46.5,-31.5 + pos: 92.5,198.5 parent: 1 - - uid: 11634 + - uid: 21781 components: - type: Transform - pos: -46.5,-30.5 + pos: 92.5,197.5 parent: 1 - - uid: 11635 + - uid: 21782 components: - type: Transform - pos: -60.5,-37.5 + pos: 93.5,199.5 parent: 1 - - uid: 11636 + - uid: 21783 components: - type: Transform - pos: -60.5,-40.5 + pos: 93.5,198.5 parent: 1 - - uid: 11637 + - uid: 21784 components: - type: Transform - pos: -58.5,-36.5 + pos: 93.5,197.5 parent: 1 - - uid: 11638 + - uid: 21785 components: - type: Transform - pos: -59.5,-36.5 + pos: 94.5,199.5 parent: 1 - - uid: 11639 + - uid: 21786 components: - type: Transform - pos: -57.5,-35.5 + pos: 94.5,198.5 parent: 1 - - uid: 11640 + - uid: 21787 components: - type: Transform - pos: -57.5,-36.5 + pos: 94.5,197.5 parent: 1 - - uid: 11641 + - uid: 21788 components: - type: Transform - pos: -57.5,-32.5 + pos: 95.5,199.5 parent: 1 - - uid: 11642 + - uid: 21789 components: - type: Transform - pos: -57.5,-33.5 + pos: 95.5,198.5 parent: 1 - - uid: 11643 + - uid: 21790 components: - type: Transform - pos: -56.5,-32.5 + pos: 95.5,197.5 parent: 1 - - uid: 11644 + - uid: 21791 components: - type: Transform - pos: -55.5,-32.5 + pos: 96.5,199.5 parent: 1 - - uid: 11645 + - uid: 21792 components: - type: Transform - pos: -57.5,-34.5 + pos: 96.5,198.5 parent: 1 - - uid: 11646 + - uid: 21793 components: - type: Transform - pos: -60.5,-36.5 + pos: 96.5,197.5 parent: 1 - - uid: 11647 + - uid: 21794 components: - type: Transform - pos: -60.5,-43.5 + pos: 97.5,199.5 parent: 1 - - uid: 11648 + - uid: 21795 components: - type: Transform - pos: -46.5,-29.5 + pos: 97.5,198.5 parent: 1 - - uid: 11649 + - uid: 21796 components: - type: Transform - pos: -45.5,-29.5 + pos: 97.5,197.5 parent: 1 - - uid: 11650 + - uid: 21797 components: - type: Transform - pos: -42.5,-29.5 + pos: 98.5,199.5 parent: 1 - - uid: 11651 + - uid: 21798 components: - type: Transform - pos: -41.5,-30.5 + pos: 98.5,198.5 parent: 1 - - uid: 11652 + - uid: 21799 components: - type: Transform - pos: -41.5,-31.5 + pos: 98.5,197.5 parent: 1 - - uid: 11653 + - uid: 21800 components: - type: Transform - pos: -40.5,-31.5 + pos: 99.5,199.5 parent: 1 - - uid: 11654 + - uid: 21801 components: - type: Transform - pos: -37.5,-31.5 + pos: 99.5,198.5 parent: 1 - - uid: 11655 + - uid: 21802 components: - type: Transform - pos: -36.5,-31.5 + pos: 99.5,197.5 parent: 1 - - uid: 11656 + - uid: 21803 components: - type: Transform - pos: -35.5,-31.5 + pos: 100.5,199.5 parent: 1 - - uid: 11657 + - uid: 21804 components: - type: Transform - pos: -34.5,-31.5 + pos: 100.5,198.5 parent: 1 - - uid: 11658 + - uid: 21805 components: - type: Transform - pos: -33.5,-31.5 + pos: 100.5,197.5 parent: 1 - - uid: 11659 + - uid: 21806 components: - type: Transform - pos: -32.5,-31.5 + pos: 101.5,199.5 parent: 1 - - uid: 11660 + - uid: 21807 components: - type: Transform - pos: -31.5,-31.5 + pos: 101.5,198.5 parent: 1 - - uid: 11661 + - uid: 21808 components: - type: Transform - pos: -31.5,-32.5 + pos: 101.5,197.5 parent: 1 - - uid: 11662 + - uid: 21809 components: - type: Transform - pos: -31.5,-33.5 + pos: 102.5,199.5 parent: 1 - - uid: 11663 + - uid: 21810 components: - type: Transform - pos: -31.5,-34.5 + pos: 102.5,198.5 parent: 1 - - uid: 11664 + - uid: 21811 components: - type: Transform - pos: -31.5,-35.5 + pos: 102.5,197.5 parent: 1 - - uid: 11665 + - uid: 21812 components: - type: Transform - pos: -31.5,-36.5 + pos: 103.5,199.5 parent: 1 - - uid: 11666 + - uid: 21813 components: - type: Transform - pos: -30.5,-36.5 + pos: 103.5,198.5 parent: 1 - - uid: 11667 + - uid: 21814 components: - type: Transform - pos: -30.5,-37.5 + pos: 103.5,197.5 parent: 1 - - uid: 11668 + - uid: 21815 components: - type: Transform - pos: -30.5,-38.5 + pos: 104.5,199.5 parent: 1 - - uid: 11669 + - uid: 21816 components: - type: Transform - pos: -30.5,-39.5 + pos: 104.5,198.5 parent: 1 - - uid: 11670 + - uid: 21817 components: - type: Transform - pos: -30.5,-40.5 + pos: 104.5,197.5 parent: 1 - - uid: 11671 + - uid: 21818 components: - type: Transform - pos: -30.5,-41.5 + pos: 105.5,199.5 parent: 1 - - uid: 11672 + - uid: 21819 components: - type: Transform - pos: -30.5,-42.5 + pos: 105.5,198.5 parent: 1 - - uid: 11673 + - uid: 21820 components: - type: Transform - pos: -32.5,-44.5 + pos: 105.5,197.5 parent: 1 - - uid: 11674 + - uid: 21821 components: - type: Transform - pos: -33.5,-44.5 + pos: 106.5,199.5 parent: 1 - - uid: 11675 + - uid: 21822 components: - type: Transform - pos: -34.5,-44.5 + pos: 106.5,198.5 parent: 1 - - uid: 11676 + - uid: 21823 components: - type: Transform - pos: -35.5,-44.5 + pos: 106.5,197.5 parent: 1 - - uid: 11677 + - uid: 21824 components: - type: Transform - pos: -36.5,-44.5 + pos: 107.5,199.5 parent: 1 - - uid: 11678 + - uid: 21825 components: - type: Transform - pos: -32.5,-36.5 + pos: 107.5,198.5 parent: 1 - - uid: 11679 + - uid: 21826 components: - type: Transform - pos: -33.5,-36.5 + pos: 107.5,197.5 parent: 1 - - uid: 11680 + - uid: 21827 components: - type: Transform - pos: -34.5,-36.5 + pos: 108.5,199.5 parent: 1 - - uid: 11681 + - uid: 21828 components: - type: Transform - pos: -35.5,-36.5 + pos: 108.5,198.5 parent: 1 - - uid: 11682 + - uid: 21829 components: - type: Transform - pos: -36.5,-36.5 + pos: 108.5,197.5 parent: 1 - - uid: 11683 + - uid: 21830 components: - type: Transform - pos: -37.5,-36.5 + pos: 109.5,199.5 parent: 1 - - uid: 11684 + - uid: 21831 components: - type: Transform - pos: -38.5,-36.5 + pos: 109.5,198.5 parent: 1 - - uid: 11685 + - uid: 21832 components: - type: Transform - pos: -36.5,-35.5 + pos: 109.5,197.5 parent: 1 - - uid: 11686 + - uid: 21833 components: - type: Transform - pos: -36.5,-32.5 + pos: 110.5,199.5 parent: 1 - - uid: 11687 + - uid: 21834 components: - type: Transform - pos: -36.5,-34.5 + pos: 110.5,198.5 parent: 1 - - uid: 11688 + - uid: 21835 components: - type: Transform - pos: -36.5,-37.5 + pos: 110.5,197.5 parent: 1 - - uid: 11689 + - uid: 21836 components: - type: Transform - pos: -36.5,-38.5 + pos: 111.5,199.5 parent: 1 - - uid: 11690 + - uid: 21837 components: - type: Transform - pos: -36.5,-39.5 + pos: 111.5,198.5 parent: 1 - - uid: 11691 + - uid: 21838 components: - type: Transform - pos: -36.5,-43.5 + pos: 111.5,197.5 parent: 1 - - uid: 11692 + - uid: 21839 components: - type: Transform - pos: -36.5,-42.5 + pos: 112.5,199.5 parent: 1 - - uid: 11693 + - uid: 21840 components: - type: Transform - pos: -37.5,-45.5 + pos: 112.5,198.5 parent: 1 - - uid: 11694 + - uid: 21841 components: - type: Transform - pos: -36.5,-45.5 + pos: 112.5,197.5 parent: 1 - - uid: 11695 + - uid: 21842 components: - type: Transform - pos: -36.5,-46.5 + pos: 113.5,199.5 parent: 1 - - uid: 11696 + - uid: 21843 components: - type: Transform - pos: -36.5,-47.5 + pos: 113.5,198.5 parent: 1 - - uid: 11697 + - uid: 21844 components: - type: Transform - pos: -36.5,-48.5 + pos: 113.5,197.5 parent: 1 - - uid: 11698 + - uid: 21845 components: - type: Transform - pos: -38.5,-48.5 + pos: 114.5,199.5 parent: 1 - - uid: 11699 + - uid: 21846 components: - type: Transform - pos: -37.5,-48.5 + pos: 114.5,198.5 parent: 1 - - uid: 11700 + - uid: 21847 components: - type: Transform - pos: -38.5,-49.5 + pos: 114.5,197.5 parent: 1 - - uid: 11701 + - uid: 21848 components: - type: Transform - pos: -41.5,-51.5 + pos: 115.5,199.5 parent: 1 - - uid: 11702 + - uid: 21849 components: - type: Transform - pos: -42.5,-51.5 + pos: 115.5,198.5 parent: 1 - - uid: 11703 + - uid: 21850 components: - type: Transform - pos: -43.5,-51.5 + pos: 115.5,197.5 parent: 1 - - uid: 11704 + - uid: 21851 components: - type: Transform - pos: -44.5,-51.5 + pos: 116.5,199.5 parent: 1 - - uid: 11705 + - uid: 21852 components: - type: Transform - pos: -45.5,-51.5 + pos: 116.5,198.5 parent: 1 - - uid: 11706 + - uid: 21853 components: - type: Transform - pos: -46.5,-51.5 + pos: 116.5,197.5 parent: 1 - - uid: 11707 + - uid: 21854 components: - type: Transform - pos: -47.5,-51.5 + pos: 117.5,199.5 parent: 1 - - uid: 11708 + - uid: 21855 components: - type: Transform - pos: -48.5,-51.5 + pos: 117.5,198.5 parent: 1 - - uid: 11709 + - uid: 21856 components: - type: Transform - pos: -49.5,-51.5 + pos: 117.5,197.5 parent: 1 - - uid: 11710 + - uid: 21857 components: - type: Transform - pos: -51.5,-51.5 + pos: 118.5,199.5 parent: 1 - - uid: 11711 + - uid: 21858 components: - type: Transform - pos: -53.5,-51.5 + pos: 118.5,198.5 parent: 1 - - uid: 11712 + - uid: 21859 components: - type: Transform - pos: -54.5,-51.5 + pos: 118.5,197.5 parent: 1 - - uid: 11713 + - uid: 21860 components: - type: Transform - pos: -55.5,-51.5 + pos: 119.5,199.5 parent: 1 - - uid: 11714 + - uid: 21861 components: - type: Transform - pos: -56.5,-51.5 + pos: 119.5,198.5 parent: 1 - - uid: 11715 + - uid: 21862 components: - type: Transform - pos: -57.5,-51.5 + pos: 119.5,197.5 parent: 1 - - uid: 11716 + - uid: 21863 components: - type: Transform - pos: -57.5,-50.5 + pos: 95.5,184.5 parent: 1 - - uid: 11717 + - uid: 21864 components: - type: Transform - pos: -57.5,-49.5 + pos: 95.5,185.5 parent: 1 - - uid: 11718 + - uid: 21865 components: - type: Transform - pos: -57.5,-48.5 + pos: 119.5,183.5 parent: 1 - - uid: 11719 + - uid: 21866 components: - type: Transform - pos: -57.5,-47.5 + pos: 119.5,182.5 parent: 1 - - uid: 11720 + - uid: 21867 components: - type: Transform - pos: -58.5,-47.5 + pos: 119.5,181.5 parent: 1 - - uid: 11721 + - uid: 21868 components: - type: Transform - pos: -58.5,-46.5 + pos: 119.5,180.5 parent: 1 - - uid: 11722 + - uid: 21869 components: - type: Transform - pos: -58.5,-45.5 + pos: 119.5,179.5 parent: 1 - - uid: 11723 + - uid: 21870 components: - type: Transform - pos: -58.5,-44.5 + pos: 119.5,178.5 parent: 1 - - uid: 11724 + - uid: 21871 components: - type: Transform - pos: -58.5,-43.5 + pos: 119.5,177.5 parent: 1 - - uid: 11725 + - uid: 21872 components: - type: Transform - pos: -59.5,-43.5 + pos: 119.5,176.5 parent: 1 - - uid: 11726 + - uid: 21873 components: - type: Transform - pos: -57.5,-43.5 + pos: 119.5,175.5 parent: 1 - - uid: 11727 + - uid: 21874 components: - type: Transform - pos: -56.5,-43.5 + pos: 118.5,196.5 parent: 1 - - uid: 11728 + - uid: 21875 components: - type: Transform - pos: -55.5,-43.5 + pos: 118.5,195.5 parent: 1 - - uid: 11729 + - uid: 21876 components: - type: Transform - pos: -54.5,-43.5 + pos: 118.5,194.5 parent: 1 - - uid: 11730 + - uid: 21877 components: - type: Transform - pos: -53.5,-43.5 + pos: 118.5,193.5 parent: 1 - - uid: 11731 + - uid: 21878 components: - type: Transform - pos: -53.5,-42.5 + pos: 118.5,192.5 parent: 1 - - uid: 11732 + - uid: 21879 components: - type: Transform - pos: -53.5,-41.5 + pos: 118.5,191.5 parent: 1 - - uid: 11733 + - uid: 21880 components: - type: Transform - pos: -53.5,-40.5 + pos: 118.5,190.5 parent: 1 - - uid: 11734 + - uid: 21881 components: - type: Transform - pos: -53.5,-38.5 + pos: 118.5,189.5 parent: 1 - - uid: 11735 + - uid: 21882 components: - type: Transform - pos: -53.5,-37.5 + pos: 118.5,188.5 parent: 1 - - uid: 11736 + - uid: 21883 components: - type: Transform - pos: -53.5,-36.5 + pos: 118.5,187.5 parent: 1 - - uid: 11737 + - uid: 21884 components: - type: Transform - pos: -54.5,-36.5 + pos: 118.5,186.5 parent: 1 - - uid: 11738 + - uid: 21885 components: - type: Transform - pos: -55.5,-36.5 + pos: 118.5,185.5 parent: 1 - - uid: 11739 + - uid: 21886 components: - type: Transform - pos: -56.5,-36.5 + pos: 118.5,184.5 parent: 1 - - uid: 11740 + - uid: 21887 components: - type: Transform - pos: -53.5,-35.5 + pos: 118.5,183.5 parent: 1 - - uid: 11741 + - uid: 21888 components: - type: Transform - pos: -53.5,-49.5 + pos: 118.5,182.5 parent: 1 - - uid: 11742 + - uid: 21889 components: - type: Transform - pos: -53.5,-33.5 + pos: 118.5,181.5 parent: 1 - - uid: 11743 + - uid: 21890 components: - type: Transform - pos: -53.5,-47.5 + pos: 118.5,180.5 parent: 1 - - uid: 11744 + - uid: 21891 components: - type: Transform - pos: -54.5,-47.5 + pos: 118.5,179.5 parent: 1 - - uid: 11745 + - uid: 21892 components: - type: Transform - pos: -55.5,-47.5 + pos: 118.5,178.5 parent: 1 - - uid: 11746 + - uid: 21893 components: - type: Transform - pos: -56.5,-47.5 + pos: 118.5,177.5 parent: 1 - - uid: 11747 + - uid: 21894 components: - type: Transform - pos: -53.5,-46.5 + pos: 118.5,176.5 parent: 1 - - uid: 11748 + - uid: 21895 components: - type: Transform - pos: -53.5,-44.5 + pos: 118.5,175.5 parent: 1 - - uid: 11749 + - uid: 21896 components: - type: Transform - pos: -50.5,-50.5 + pos: 117.5,196.5 parent: 1 - - uid: 11750 + - uid: 21897 components: - type: Transform - pos: -50.5,-49.5 + pos: 117.5,195.5 parent: 1 - - uid: 11751 + - uid: 21898 components: - type: Transform - pos: -50.5,-48.5 + pos: 117.5,194.5 parent: 1 - - uid: 11752 + - uid: 21899 components: - type: Transform - pos: -50.5,-47.5 + pos: 117.5,193.5 parent: 1 - - uid: 11753 + - uid: 21900 components: - type: Transform - pos: -50.5,-46.5 + pos: 117.5,192.5 parent: 1 - - uid: 11754 + - uid: 21901 components: - type: Transform - pos: -50.5,-45.5 + pos: 117.5,191.5 parent: 1 - - uid: 11755 + - uid: 21902 components: - type: Transform - pos: -50.5,-44.5 + pos: 117.5,190.5 parent: 1 - - uid: 11756 + - uid: 21903 components: - type: Transform - pos: -50.5,-43.5 + pos: 117.5,189.5 parent: 1 - - uid: 11757 + - uid: 21904 components: - type: Transform - pos: -50.5,-42.5 + pos: 117.5,188.5 parent: 1 - - uid: 11758 + - uid: 21905 components: - type: Transform - pos: -50.5,-41.5 + pos: 117.5,187.5 parent: 1 - - uid: 11759 + - uid: 21906 components: - type: Transform - pos: -50.5,-40.5 + pos: 117.5,186.5 parent: 1 - - uid: 11760 + - uid: 21907 components: - type: Transform - pos: -50.5,-39.5 + pos: 117.5,185.5 parent: 1 - - uid: 11761 + - uid: 21908 components: - type: Transform - pos: -50.5,-38.5 + pos: 117.5,184.5 parent: 1 - - uid: 11762 + - uid: 21909 components: - type: Transform - pos: -50.5,-36.5 + pos: 117.5,183.5 parent: 1 - - uid: 11763 + - uid: 21910 components: - type: Transform - pos: -50.5,-35.5 + pos: 117.5,182.5 parent: 1 - - uid: 11764 + - uid: 21911 components: - type: Transform - pos: -50.5,-34.5 + pos: 117.5,181.5 parent: 1 - - uid: 11765 + - uid: 21912 components: - type: Transform - pos: -50.5,-33.5 + pos: 117.5,180.5 parent: 1 - - uid: 11766 + - uid: 21913 components: - type: Transform - pos: -49.5,-36.5 + pos: 117.5,179.5 parent: 1 - - uid: 11767 + - uid: 21914 components: - type: Transform - pos: -48.5,-36.5 + pos: 117.5,178.5 parent: 1 - - uid: 11768 + - uid: 21915 components: - type: Transform - pos: -47.5,-36.5 + pos: 117.5,177.5 parent: 1 - - uid: 11769 + - uid: 21916 components: - type: Transform - pos: -49.5,-45.5 + pos: 117.5,176.5 parent: 1 - - uid: 11770 + - uid: 21917 components: - type: Transform - pos: -48.5,-45.5 + pos: 117.5,175.5 parent: 1 - - uid: 11771 + - uid: 21918 components: - type: Transform - pos: -47.5,-45.5 + pos: 116.5,196.5 parent: 1 - - uid: 11772 + - uid: 21919 components: - type: Transform - pos: -46.5,-45.5 + pos: 11.5,-175.5 parent: 1 - - uid: 11773 + - uid: 21920 components: - type: Transform - pos: -45.5,-45.5 + pos: 116.5,194.5 parent: 1 - - uid: 11774 + - uid: 21921 components: - type: Transform - pos: -44.5,-45.5 + pos: 116.5,193.5 parent: 1 - - uid: 11775 + - uid: 21922 components: - type: Transform - pos: -43.5,-45.5 + pos: 116.5,192.5 parent: 1 - - uid: 11776 + - uid: 21923 components: - type: Transform - pos: -42.5,-45.5 + pos: 116.5,191.5 parent: 1 - - uid: 11777 + - uid: 21924 components: - type: Transform - pos: -41.5,-45.5 + pos: 116.5,190.5 parent: 1 - - uid: 11778 + - uid: 21925 components: - type: Transform - pos: -40.5,-48.5 + pos: 116.5,189.5 parent: 1 - - uid: 11779 + - uid: 21926 components: - type: Transform - pos: -41.5,-48.5 + pos: 116.5,188.5 parent: 1 - - uid: 11780 + - uid: 21927 components: - type: Transform - pos: -41.5,-49.5 + pos: 116.5,187.5 parent: 1 - - uid: 11781 + - uid: 21928 components: - type: Transform - pos: -41.5,-50.5 + pos: 116.5,186.5 parent: 1 - - uid: 11782 + - uid: 21929 components: - type: Transform - pos: -43.5,-48.5 + pos: 116.5,185.5 parent: 1 - - uid: 11783 + - uid: 21930 components: - type: Transform - pos: -44.5,-48.5 + pos: 116.5,184.5 parent: 1 - - uid: 11784 + - uid: 21931 components: - type: Transform - pos: -44.5,-49.5 + pos: 116.5,183.5 parent: 1 - - uid: 11785 + - uid: 21932 components: - type: Transform - pos: -44.5,-50.5 + pos: 116.5,182.5 parent: 1 - - uid: 11786 + - uid: 21933 components: - type: Transform - pos: -47.5,-48.5 + pos: 116.5,181.5 parent: 1 - - uid: 11787 + - uid: 21934 components: - type: Transform - pos: -46.5,-48.5 + pos: 116.5,180.5 parent: 1 - - uid: 11788 + - uid: 21935 components: - type: Transform - pos: -47.5,-49.5 + pos: 116.5,179.5 parent: 1 - - uid: 11789 + - uid: 21936 components: - type: Transform - pos: -47.5,-50.5 + pos: 116.5,178.5 parent: 1 - - uid: 11790 + - uid: 21937 components: - type: Transform - pos: -49.5,-48.5 + pos: 116.5,177.5 parent: 1 - - uid: 11791 + - uid: 21938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-27.5 + pos: 116.5,176.5 parent: 1 - - uid: 11792 + - uid: 21939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-28.5 + pos: 116.5,175.5 parent: 1 - - uid: 11793 + - uid: 21940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-30.5 + pos: 115.5,196.5 parent: 1 - - uid: 11794 + - uid: 21941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-32.5 + pos: 11.5,-174.5 parent: 1 - - uid: 11795 + - uid: 21942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-33.5 + pos: 115.5,191.5 parent: 1 - - uid: 11796 + - uid: 21943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-34.5 + pos: 115.5,190.5 parent: 1 - - uid: 11797 + - uid: 21944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-35.5 + pos: 115.5,189.5 parent: 1 - - uid: 11798 + - uid: 21945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-36.5 + pos: 115.5,188.5 parent: 1 - - uid: 11799 + - uid: 21946 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-36.5 + pos: 115.5,187.5 parent: 1 - - uid: 11800 + - uid: 21947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-36.5 + pos: 115.5,186.5 parent: 1 - - uid: 11801 + - uid: 21948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-36.5 + pos: 115.5,185.5 parent: 1 - - uid: 11802 + - uid: 21949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-36.5 + pos: 115.5,184.5 parent: 1 - - uid: 11803 + - uid: 21950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-36.5 + pos: 115.5,183.5 parent: 1 - - uid: 11804 + - uid: 21951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-36.5 + pos: 115.5,182.5 parent: 1 - - uid: 11805 + - uid: 21952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-36.5 + pos: 115.5,181.5 parent: 1 - - uid: 11806 + - uid: 21953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-36.5 + pos: 115.5,180.5 parent: 1 - - uid: 11807 + - uid: 21954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-36.5 + pos: 115.5,179.5 parent: 1 - - uid: 11808 + - uid: 21955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-35.5 + pos: 115.5,178.5 parent: 1 - - uid: 11809 + - uid: 21956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-34.5 + pos: 115.5,177.5 parent: 1 - - uid: 11810 + - uid: 21957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-33.5 + pos: 115.5,176.5 parent: 1 - - uid: 11811 + - uid: 21958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-36.5 + pos: 115.5,175.5 parent: 1 - - uid: 11812 + - uid: 21959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-35.5 + pos: 114.5,196.5 parent: 1 - - uid: 11813 + - uid: 21960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-33.5 + pos: 11.5,-176.5 parent: 1 - - uid: 11814 + - uid: 21961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-31.5 + pos: 114.5,194.5 parent: 1 - - uid: 11815 + - uid: 21962 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-28.5 + pos: 114.5,193.5 parent: 1 - - uid: 11816 + - uid: 21963 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-27.5 + pos: 114.5,192.5 parent: 1 - - uid: 11817 + - uid: 21964 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-27.5 + pos: 114.5,191.5 parent: 1 - - uid: 11818 + - uid: 21965 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-27.5 + pos: 114.5,190.5 parent: 1 - - uid: 11819 + - uid: 21966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-27.5 + pos: 114.5,189.5 parent: 1 - - uid: 11820 + - uid: 21967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-27.5 + pos: 114.5,188.5 parent: 1 - - uid: 11821 + - uid: 21968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-33.5 + pos: 114.5,187.5 parent: 1 - - uid: 11822 + - uid: 21969 components: - type: Transform - pos: -8.5,-27.5 + pos: 114.5,186.5 parent: 1 - - uid: 11823 + - uid: 21970 components: - type: Transform - pos: -7.5,-27.5 + pos: 114.5,185.5 parent: 1 - - uid: 11824 + - uid: 21971 components: - type: Transform - pos: -6.5,-27.5 + pos: 114.5,184.5 parent: 1 - - uid: 11825 + - uid: 21972 components: - type: Transform - pos: -5.5,-27.5 + pos: 114.5,183.5 parent: 1 - - uid: 11826 + - uid: 21973 components: - type: Transform - pos: -4.5,-27.5 + pos: 114.5,182.5 parent: 1 - - uid: 11827 + - uid: 21974 components: - type: Transform - pos: -3.5,-27.5 + pos: 114.5,181.5 parent: 1 - - uid: 11828 + - uid: 21975 components: - type: Transform - pos: -2.5,-27.5 + pos: 114.5,180.5 parent: 1 - - uid: 11829 + - uid: 21976 components: - type: Transform - pos: -3.5,-33.5 + pos: 114.5,179.5 parent: 1 - - uid: 11830 + - uid: 21977 components: - type: Transform - pos: -2.5,-33.5 + pos: 114.5,178.5 parent: 1 - - uid: 12533 + - uid: 21978 components: - type: Transform - pos: 165.5,-177.5 + pos: 114.5,177.5 parent: 1 - - uid: 12563 + - uid: 21979 components: - type: Transform - pos: 165.5,-164.5 + pos: 114.5,176.5 parent: 1 - - uid: 12567 + - uid: 21980 components: - type: Transform - pos: 165.5,-172.5 + pos: 114.5,175.5 parent: 1 - - uid: 12569 + - uid: 21981 components: - type: Transform - pos: 165.5,-182.5 + pos: 113.5,196.5 parent: 1 - - uid: 12571 + - uid: 21982 components: - type: Transform - pos: 165.5,-171.5 + pos: 113.5,195.5 parent: 1 - - uid: 12574 + - uid: 21983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-162.5 + pos: 113.5,194.5 parent: 1 - - uid: 12600 + - uid: 21984 components: - type: Transform - pos: 165.5,-161.5 + pos: 113.5,193.5 parent: 1 - - uid: 16126 + - uid: 21985 components: - type: Transform - pos: -192.5,39.5 + pos: 113.5,192.5 parent: 1 - - uid: 16127 + - uid: 21986 components: - type: Transform - pos: -193.5,39.5 + pos: 113.5,191.5 parent: 1 - - uid: 21726 + - uid: 21987 components: - type: Transform - pos: 165.5,-163.5 + pos: 113.5,190.5 parent: 1 - - uid: 23750 + - uid: 21988 components: - type: Transform - rot: 3.141592653589793 rad - pos: -165.5,42.5 + pos: 113.5,189.5 parent: 1 - - uid: 24532 + - uid: 21989 components: - type: Transform - pos: -169.5,39.5 + pos: 113.5,188.5 parent: 1 - - uid: 24627 + - uid: 21990 components: - type: Transform - pos: -130.5,55.5 + pos: 113.5,187.5 parent: 1 - - uid: 24653 + - uid: 21991 components: - type: Transform - pos: -169.5,37.5 + pos: 113.5,186.5 parent: 1 - - uid: 24657 + - uid: 21992 components: - type: Transform - pos: -169.5,34.5 + pos: 113.5,185.5 parent: 1 - - uid: 24672 + - uid: 21993 components: - type: Transform - pos: -169.5,33.5 + pos: 113.5,184.5 parent: 1 - - uid: 24693 + - uid: 21994 components: - type: Transform - pos: -169.5,35.5 + pos: 113.5,183.5 parent: 1 - - uid: 24694 + - uid: 21995 components: - type: Transform - pos: -169.5,36.5 + pos: 113.5,182.5 parent: 1 - - uid: 25076 + - uid: 21996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,42.5 + pos: 113.5,181.5 parent: 1 - - uid: 25122 + - uid: 21997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,42.5 + pos: 113.5,180.5 parent: 1 - - uid: 25140 + - uid: 21998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,42.5 + pos: 113.5,179.5 parent: 1 - - uid: 25268 + - uid: 21999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,46.5 + pos: 113.5,178.5 parent: 1 - - uid: 25448 + - uid: 22000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,42.5 + pos: 113.5,177.5 parent: 1 - - uid: 25521 + - uid: 22001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,45.5 + pos: 113.5,176.5 parent: 1 - - uid: 49919 + - uid: 22002 components: - type: Transform - pos: 105.5,-113.5 + pos: 113.5,175.5 parent: 1 - - uid: 49920 + - uid: 22003 components: - type: Transform - pos: 94.5,-109.5 + pos: 112.5,196.5 parent: 1 - - uid: 49937 + - uid: 22004 components: - type: Transform - pos: 105.5,-115.5 + pos: 112.5,195.5 parent: 1 - - uid: 49948 + - uid: 22005 components: - type: Transform - pos: 105.5,-112.5 + pos: 112.5,194.5 parent: 1 - - uid: 49959 + - uid: 22006 components: - type: Transform - pos: 97.5,-113.5 + pos: 112.5,193.5 parent: 1 - - uid: 49991 + - uid: 22007 components: - type: Transform - pos: 99.5,-113.5 + pos: 112.5,192.5 parent: 1 - - uid: 50011 + - uid: 22008 components: - type: Transform - pos: 94.5,-111.5 + pos: 112.5,191.5 parent: 1 - - uid: 61569 + - uid: 22009 components: - type: Transform - pos: -169.5,38.5 + pos: 112.5,190.5 parent: 1 - - uid: 61907 + - uid: 22010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,21.5 + pos: 112.5,189.5 parent: 1 - - uid: 61982 + - uid: 22011 components: - type: Transform - pos: -195.5,32.5 + pos: 112.5,188.5 parent: 1 - - uid: 61992 + - uid: 22012 components: - type: Transform - pos: -193.5,33.5 + pos: 112.5,187.5 parent: 1 - - uid: 61996 + - uid: 22013 components: - type: Transform - pos: -193.5,35.5 + pos: 112.5,186.5 parent: 1 - - uid: 62042 + - uid: 22014 components: - type: Transform - pos: -196.5,32.5 + pos: 112.5,185.5 parent: 1 - - uid: 62045 + - uid: 22015 components: - type: Transform - pos: -197.5,32.5 + pos: 112.5,184.5 parent: 1 - - uid: 62049 + - uid: 22016 components: - type: Transform - pos: -193.5,34.5 + pos: 112.5,183.5 parent: 1 - - uid: 62051 + - uid: 22017 components: - type: Transform - pos: -192.5,36.5 + pos: 112.5,182.5 parent: 1 - - uid: 62076 + - uid: 22018 components: - type: Transform - pos: -192.5,37.5 + pos: 112.5,181.5 parent: 1 - - uid: 62077 + - uid: 22019 components: - type: Transform - pos: -193.5,32.5 + pos: 112.5,180.5 parent: 1 - - uid: 62078 + - uid: 22020 components: - type: Transform - pos: -192.5,35.5 + pos: 112.5,179.5 parent: 1 - - uid: 62079 + - uid: 22021 components: - type: Transform - pos: -194.5,32.5 + pos: 112.5,178.5 parent: 1 - - uid: 62227 + - uid: 22022 components: - type: Transform - pos: -131.5,61.5 + pos: 112.5,177.5 parent: 1 - - uid: 62229 + - uid: 22023 components: - type: Transform - pos: -132.5,61.5 + pos: 112.5,176.5 parent: 1 - - uid: 62282 + - uid: 22024 components: - type: Transform - pos: -132.5,63.5 + pos: 112.5,175.5 parent: 1 - - uid: 62334 + - uid: 22025 components: - type: Transform - pos: -132.5,62.5 + pos: 111.5,196.5 parent: 1 - - uid: 62402 + - uid: 22026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -131.5,55.5 + pos: 111.5,195.5 parent: 1 - - uid: 62403 + - uid: 22027 components: - type: Transform - pos: -131.5,53.5 + pos: 111.5,194.5 parent: 1 - - uid: 62441 + - uid: 22028 components: - type: Transform - pos: -131.5,54.5 + pos: 111.5,193.5 parent: 1 - - uid: 62937 + - uid: 22029 components: - type: Transform - pos: 167.5,-182.5 + pos: 111.5,192.5 parent: 1 - - uid: 62948 + - uid: 22030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -167.5,45.5 + pos: 111.5,191.5 parent: 1 - - uid: 62969 + - uid: 22031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -167.5,44.5 + pos: 111.5,190.5 parent: 1 - - uid: 62972 + - uid: 22032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -167.5,43.5 + pos: 111.5,189.5 parent: 1 - - uid: 63333 + - uid: 22033 components: - type: Transform - pos: 163.5,-182.5 + pos: 111.5,188.5 parent: 1 - - uid: 63363 + - uid: 22034 components: - type: Transform - pos: 165.5,-175.5 + pos: 111.5,187.5 parent: 1 - - uid: 63371 + - uid: 22035 components: - type: Transform - pos: 164.5,-177.5 + pos: 111.5,186.5 parent: 1 - - uid: 63375 + - uid: 22036 components: - type: Transform - pos: 165.5,-168.5 + pos: 111.5,185.5 parent: 1 - - uid: 63377 + - uid: 22037 components: - type: Transform - pos: 162.5,-182.5 + pos: 111.5,184.5 parent: 1 - - uid: 63381 + - uid: 22038 components: - type: Transform - pos: 160.5,-177.5 + pos: 111.5,183.5 parent: 1 - - uid: 63384 + - uid: 22039 components: - type: Transform - pos: 162.5,-177.5 + pos: 111.5,182.5 parent: 1 - - uid: 63385 + - uid: 22040 components: - type: Transform - pos: 161.5,-177.5 + pos: 111.5,181.5 parent: 1 - - uid: 63394 + - uid: 22041 components: - type: Transform - pos: 165.5,-176.5 + pos: 111.5,180.5 parent: 1 - - uid: 63396 + - uid: 22042 components: - type: Transform - pos: 163.5,-177.5 + pos: 111.5,179.5 parent: 1 - - uid: 63401 + - uid: 22043 components: - type: Transform - pos: 164.5,-182.5 + pos: 111.5,178.5 parent: 1 - - uid: 63405 + - uid: 22044 components: - type: Transform - pos: 166.5,-182.5 + pos: 111.5,177.5 parent: 1 - - uid: 63408 + - uid: 22045 components: - type: Transform - pos: 165.5,-167.5 + pos: 111.5,176.5 parent: 1 - - uid: 63412 + - uid: 22046 components: - type: Transform - pos: 160.5,-182.5 + pos: 111.5,175.5 parent: 1 - - uid: 63417 + - uid: 22047 components: - type: Transform - pos: 161.5,-182.5 + pos: 110.5,196.5 parent: 1 - - uid: 63453 + - uid: 22048 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-160.5 + pos: 110.5,195.5 parent: 1 - - uid: 63531 + - uid: 22049 components: - type: Transform - pos: 94.5,-113.5 + pos: 110.5,194.5 parent: 1 - - uid: 64066 + - uid: 22050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -167.5,42.5 + pos: 110.5,193.5 parent: 1 - - uid: 64067 + - uid: 22051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,42.5 + pos: 110.5,192.5 parent: 1 - - uid: 64072 + - uid: 22052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -164.5,42.5 + pos: 110.5,191.5 parent: 1 - - uid: 64074 + - uid: 22053 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,42.5 + pos: 110.5,190.5 parent: 1 - - uid: 64076 + - uid: 22054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,42.5 + pos: 110.5,189.5 parent: 1 - - uid: 64256 + - uid: 22055 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,44.5 + pos: 110.5,188.5 parent: 1 - - uid: 64267 + - uid: 22056 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,43.5 + pos: 110.5,187.5 parent: 1 - - uid: 64326 + - uid: 22057 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,47.5 + pos: 110.5,186.5 parent: 1 - - uid: 64327 + - uid: 22058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,48.5 + pos: 110.5,185.5 parent: 1 - - uid: 64328 + - uid: 22059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,49.5 + pos: -3.5,-196.5 parent: 1 - - uid: 64329 + - uid: 22060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,50.5 + pos: 110.5,183.5 parent: 1 - - uid: 64330 + - uid: 22061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,51.5 + pos: 110.5,182.5 parent: 1 - - uid: 64331 + - uid: 22062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,52.5 + pos: 110.5,181.5 parent: 1 - - uid: 65275 + - uid: 22063 components: - type: Transform - pos: 100.5,-118.5 + pos: 110.5,180.5 parent: 1 - - uid: 65419 + - uid: 22064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-104.5 + pos: 110.5,179.5 parent: 1 - - uid: 65424 + - uid: 22065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-103.5 + pos: 110.5,178.5 parent: 1 - - uid: 65433 + - uid: 22066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-104.5 + pos: 110.5,177.5 parent: 1 - - uid: 65437 + - uid: 22067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-103.5 + pos: 110.5,176.5 parent: 1 - - uid: 65441 + - uid: 22068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-108.5 + pos: 110.5,175.5 parent: 1 - - uid: 65449 + - uid: 22069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-104.5 + pos: 109.5,196.5 parent: 1 - - uid: 65454 + - uid: 22070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-105.5 + pos: 109.5,195.5 parent: 1 - - uid: 65455 + - uid: 22071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-107.5 + pos: 109.5,194.5 parent: 1 - - uid: 65456 + - uid: 22072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-106.5 + pos: 109.5,193.5 parent: 1 - - uid: 65457 + - uid: 22073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-105.5 + pos: 109.5,192.5 parent: 1 - - uid: 65458 + - uid: 22074 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-106.5 + pos: 109.5,191.5 parent: 1 - - uid: 65459 + - uid: 22075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-108.5 + pos: 109.5,190.5 parent: 1 - - uid: 65460 + - uid: 22076 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-107.5 + pos: 109.5,189.5 parent: 1 - - uid: 65461 + - uid: 22077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-102.5 + pos: 109.5,188.5 parent: 1 - - uid: 65517 + - uid: 22078 components: - type: Transform - pos: 99.5,-115.5 + pos: 109.5,187.5 parent: 1 - - uid: 65529 + - uid: 22079 components: - type: Transform - pos: 105.5,-110.5 + pos: 109.5,186.5 parent: 1 - - uid: 65533 + - uid: 22080 components: - type: Transform - pos: 105.5,-109.5 + pos: -2.5,-193.5 parent: 1 - - uid: 65540 + - uid: 22081 components: - type: Transform - pos: 105.5,-116.5 + pos: 109.5,183.5 parent: 1 - - uid: 65541 + - uid: 22082 components: - type: Transform - pos: 99.5,-118.5 + pos: 109.5,182.5 parent: 1 - - uid: 65542 + - uid: 22083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,-102.5 + pos: 109.5,181.5 parent: 1 - - uid: 65545 + - uid: 22084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-106.5 + pos: 109.5,180.5 parent: 1 - - uid: 65548 + - uid: 22085 components: - type: Transform - pos: 99.5,-114.5 + pos: 109.5,179.5 parent: 1 - - uid: 65549 + - uid: 22086 components: - type: Transform - pos: 94.5,-110.5 + pos: 109.5,178.5 parent: 1 - - uid: 65550 + - uid: 22087 components: - type: Transform - pos: 105.5,-118.5 + pos: 109.5,177.5 parent: 1 - - uid: 65551 + - uid: 22088 components: - type: Transform - pos: 105.5,-114.5 + pos: 109.5,176.5 parent: 1 - - uid: 65553 + - uid: 22089 components: - type: Transform - pos: 105.5,-111.5 + pos: 109.5,175.5 parent: 1 - - uid: 65559 + - uid: 22090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-102.5 + pos: 108.5,196.5 parent: 1 - - uid: 65560 + - uid: 22091 components: - type: Transform - pos: 105.5,-117.5 + pos: 108.5,195.5 parent: 1 - - uid: 65563 + - uid: 22092 components: - type: Transform - pos: 103.5,-118.5 + pos: 108.5,194.5 parent: 1 - - uid: 65566 + - uid: 22093 components: - type: Transform - pos: 99.5,-116.5 + pos: 108.5,193.5 parent: 1 - - uid: 65567 + - uid: 22094 components: - type: Transform - pos: 94.5,-112.5 + pos: 108.5,192.5 parent: 1 - - uid: 65570 + - uid: 22095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-102.5 + pos: 108.5,191.5 parent: 1 - - uid: 65571 + - uid: 22096 components: - type: Transform - pos: 99.5,-117.5 + pos: 108.5,190.5 parent: 1 - - uid: 65589 + - uid: 22097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,-102.5 + pos: 108.5,189.5 parent: 1 - - uid: 65590 + - uid: 22098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,-102.5 + pos: 108.5,188.5 parent: 1 - - uid: 65591 + - uid: 22099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-105.5 + pos: 108.5,187.5 parent: 1 - - uid: 65600 + - uid: 22100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-103.5 + pos: 108.5,186.5 parent: 1 - - uid: 65601 + - uid: 22101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,-102.5 + pos: 108.5,184.5 parent: 1 - - uid: 65602 + - uid: 22102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,-102.5 + pos: 108.5,183.5 parent: 1 - - uid: 65603 + - uid: 22103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,-102.5 + pos: 108.5,182.5 parent: 1 - - uid: 65604 + - uid: 22104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-102.5 + pos: 108.5,181.5 parent: 1 - - uid: 65605 + - uid: 22105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,-102.5 + pos: 108.5,180.5 parent: 1 - - uid: 65606 + - uid: 22106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-102.5 + pos: 108.5,179.5 parent: 1 - - uid: 65633 + - uid: 22107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-107.5 + pos: 108.5,178.5 parent: 1 - - uid: 65634 + - uid: 22108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-108.5 + pos: 108.5,177.5 parent: 1 - - uid: 65635 + - uid: 22109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-108.5 + pos: 108.5,176.5 parent: 1 - - uid: 65636 + - uid: 22110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-108.5 + pos: 108.5,175.5 parent: 1 - - uid: 65638 + - uid: 22111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-108.5 + pos: 107.5,196.5 parent: 1 - - uid: 65639 + - uid: 22112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-108.5 + pos: 107.5,195.5 parent: 1 - - uid: 65640 + - uid: 22113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-108.5 + pos: 107.5,194.5 parent: 1 - - uid: 65641 + - uid: 22114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-108.5 + pos: 107.5,193.5 parent: 1 - - uid: 65691 + - uid: 22115 components: - type: Transform - pos: 102.5,-106.5 + pos: 107.5,192.5 parent: 1 - - uid: 65695 + - uid: 22116 components: - type: Transform - pos: 102.5,-108.5 + pos: 107.5,191.5 parent: 1 - - uid: 65698 + - uid: 22117 components: - type: Transform - pos: 100.5,-105.5 + pos: 107.5,190.5 parent: 1 - - uid: 65703 + - uid: 22118 components: - type: Transform - pos: 102.5,-107.5 + pos: 107.5,189.5 parent: 1 - - uid: 65707 + - uid: 22119 components: - type: Transform - pos: 102.5,-105.5 + pos: 107.5,188.5 parent: 1 -- proto: N14WallConcreteLight - entities: - - uid: 4 + - uid: 22120 components: - type: Transform - pos: -400.5,119.5 + pos: 107.5,187.5 parent: 1 - - uid: 46 + - uid: 22121 components: - type: Transform - pos: -191.5,-101.5 + pos: 107.5,186.5 parent: 1 - - uid: 293 + - uid: 22122 components: - type: Transform - pos: -178.5,-106.5 + pos: 107.5,184.5 parent: 1 - - uid: 4445 + - uid: 22123 components: - type: Transform - pos: -399.5,111.5 + pos: 107.5,183.5 parent: 1 - - uid: 4447 + - uid: 22124 components: - type: Transform - pos: -183.5,-112.5 + pos: 107.5,182.5 parent: 1 - - uid: 4448 + - uid: 22125 components: - type: Transform - pos: -181.5,-112.5 + pos: 107.5,181.5 parent: 1 - - uid: 4449 + - uid: 22126 components: - type: Transform - pos: -178.5,-108.5 + pos: 107.5,180.5 parent: 1 - - uid: 4450 + - uid: 22127 components: - type: Transform - pos: -178.5,-107.5 + pos: 107.5,179.5 parent: 1 - - uid: 4452 + - uid: 22128 components: - type: Transform - pos: -178.5,-109.5 + pos: 107.5,178.5 parent: 1 - - uid: 4461 + - uid: 22129 components: - type: Transform - pos: -180.5,-112.5 + pos: 107.5,177.5 parent: 1 - - uid: 4462 + - uid: 22130 components: - type: Transform - pos: -178.5,-111.5 + pos: 107.5,176.5 parent: 1 - - uid: 4463 + - uid: 22131 components: - type: Transform - pos: -179.5,-112.5 + pos: 107.5,175.5 parent: 1 - - uid: 4464 + - uid: 22132 components: - type: Transform - pos: -178.5,-112.5 + pos: 106.5,196.5 parent: 1 - - uid: 4516 + - uid: 22133 components: - type: Transform - pos: -397.5,111.5 + pos: 106.5,195.5 parent: 1 - - uid: 4539 + - uid: 22134 components: - type: Transform - pos: -406.5,105.5 + pos: 106.5,194.5 parent: 1 - - uid: 4540 + - uid: 22135 components: - type: Transform - pos: -405.5,105.5 + pos: 106.5,193.5 parent: 1 - - uid: 4661 + - uid: 22136 components: - type: Transform - pos: -396.5,119.5 + pos: 106.5,192.5 parent: 1 - - uid: 4700 + - uid: 22137 components: - type: Transform - pos: -182.5,-106.5 + pos: 106.5,191.5 parent: 1 - - uid: 4753 + - uid: 22138 components: - type: Transform - pos: -394.5,119.5 + pos: 106.5,190.5 parent: 1 - - uid: 5437 + - uid: 22139 components: - type: Transform - pos: -393.5,117.5 + pos: 106.5,189.5 parent: 1 - - uid: 6427 + - uid: 22140 components: - type: Transform - pos: -183.5,-106.5 + pos: 106.5,188.5 parent: 1 - - uid: 6547 + - uid: 22141 components: - type: Transform - pos: -160.5,-106.5 + pos: 106.5,187.5 parent: 1 - - uid: 6594 + - uid: 22142 components: - type: Transform - pos: -401.5,111.5 + pos: 106.5,186.5 parent: 1 - - uid: 6757 + - uid: 22143 components: - type: Transform - pos: -173.5,-94.5 + pos: 106.5,185.5 parent: 1 - - uid: 6858 + - uid: 22144 components: - type: Transform - pos: -393.5,113.5 + pos: 106.5,184.5 parent: 1 - - uid: 6939 + - uid: 22145 components: - type: Transform - pos: -393.5,115.5 + pos: 106.5,183.5 parent: 1 - - uid: 6940 + - uid: 22146 components: - type: Transform - pos: -399.5,119.5 + pos: 106.5,182.5 parent: 1 - - uid: 7224 + - uid: 22147 components: - type: Transform - pos: -393.5,112.5 + pos: 106.5,181.5 parent: 1 - - uid: 7239 + - uid: 22148 components: - type: Transform - pos: -394.5,111.5 + pos: 106.5,180.5 parent: 1 - - uid: 7289 + - uid: 22149 components: - type: Transform - pos: -393.5,119.5 + pos: 106.5,179.5 parent: 1 - - uid: 7290 + - uid: 22150 components: - type: Transform - pos: -398.5,119.5 + pos: 106.5,178.5 parent: 1 - - uid: 7400 + - uid: 22151 components: - type: Transform - pos: -191.5,-98.5 + pos: 106.5,177.5 parent: 1 - - uid: 7491 + - uid: 22152 components: - type: Transform - pos: -402.5,111.5 + pos: 106.5,176.5 parent: 1 - - uid: 7594 + - uid: 22153 components: - type: Transform - pos: -191.5,-100.5 + pos: 106.5,175.5 parent: 1 - - uid: 8536 + - uid: 22154 components: - type: Transform - pos: -397.5,119.5 + pos: 105.5,196.5 parent: 1 - - uid: 8538 + - uid: 22155 components: - type: Transform - pos: -393.5,118.5 + pos: 105.5,195.5 parent: 1 - - uid: 8589 + - uid: 22156 components: - type: Transform - pos: -395.5,119.5 + pos: 105.5,194.5 parent: 1 - - uid: 9593 + - uid: 22157 components: - type: Transform - pos: -402.5,116.5 + pos: 105.5,193.5 parent: 1 - - uid: 9773 + - uid: 22158 components: - type: Transform - pos: -404.5,105.5 + pos: 105.5,192.5 parent: 1 - - uid: 9800 + - uid: 22159 components: - type: Transform - pos: -403.5,105.5 + pos: 105.5,191.5 parent: 1 - - uid: 10038 + - uid: 22160 components: - type: Transform - pos: -407.5,105.5 + pos: 105.5,190.5 parent: 1 - - uid: 10039 + - uid: 22161 components: - type: Transform - pos: -408.5,105.5 + pos: 105.5,189.5 parent: 1 - - uid: 10236 + - uid: 22162 components: - type: Transform - pos: -393.5,111.5 + pos: 105.5,188.5 parent: 1 - - uid: 10563 + - uid: 22163 components: - type: Transform - pos: -396.5,111.5 + pos: 105.5,187.5 parent: 1 - - uid: 10672 + - uid: 22164 components: - type: Transform - pos: -393.5,116.5 + pos: 105.5,186.5 parent: 1 - - uid: 10706 + - uid: 22165 components: - type: Transform - pos: -393.5,114.5 + pos: 105.5,185.5 parent: 1 - - uid: 10883 + - uid: 22166 components: - type: Transform - pos: -183.5,-99.5 + pos: 105.5,184.5 parent: 1 - - uid: 10936 + - uid: 22167 components: - type: Transform - pos: -164.5,-116.5 + pos: 105.5,183.5 parent: 1 - - uid: 11831 + - uid: 22168 components: - type: Transform - pos: 40.5,-45.5 + pos: 105.5,182.5 parent: 1 - - uid: 11832 + - uid: 22169 components: - type: Transform - pos: 19.5,-16.5 + pos: 105.5,181.5 parent: 1 - - uid: 11833 + - uid: 22170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-15.5 + pos: 105.5,180.5 parent: 1 - - uid: 11834 + - uid: 22171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-15.5 + pos: 105.5,179.5 parent: 1 - - uid: 11835 + - uid: 22172 components: - type: Transform - pos: 40.5,-43.5 + pos: 105.5,178.5 parent: 1 - - uid: 11836 + - uid: 22173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-15.5 + pos: 105.5,177.5 parent: 1 - - uid: 11837 + - uid: 22174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,-15.5 + pos: 105.5,176.5 parent: 1 - - uid: 11838 + - uid: 22175 components: - type: Transform - pos: -162.5,-100.5 + pos: 105.5,175.5 parent: 1 - - uid: 11839 + - uid: 22176 components: - type: Transform - pos: 19.5,-14.5 + pos: 104.5,196.5 parent: 1 - - uid: 11840 + - uid: 22177 components: - type: Transform - pos: 19.5,-13.5 + pos: 104.5,195.5 parent: 1 - - uid: 11841 + - uid: 22178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,-15.5 + pos: 104.5,194.5 parent: 1 - - uid: 11843 + - uid: 22179 components: - type: Transform - pos: -173.5,-101.5 + pos: 104.5,193.5 parent: 1 - - uid: 11845 + - uid: 22180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-15.5 + pos: 104.5,192.5 parent: 1 - - uid: 11846 + - uid: 22181 components: - type: Transform - pos: -168.5,-99.5 + pos: 104.5,191.5 parent: 1 - - uid: 11847 + - uid: 22182 components: - type: Transform - pos: -171.5,-99.5 + pos: 104.5,190.5 parent: 1 - - uid: 11848 + - uid: 22183 components: - type: Transform - pos: -164.5,-100.5 + pos: 104.5,189.5 parent: 1 - - uid: 11850 + - uid: 22184 components: - type: Transform - pos: -198.5,-109.5 + pos: 104.5,188.5 parent: 1 - - uid: 11852 + - uid: 22185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -165.5,-109.5 + pos: 104.5,187.5 parent: 1 - - uid: 11853 + - uid: 22186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-104.5 + pos: 104.5,186.5 parent: 1 - - uid: 11854 + - uid: 22187 components: - type: Transform - pos: -185.5,-103.5 + pos: 104.5,185.5 parent: 1 - - uid: 11855 + - uid: 22188 components: - type: Transform - pos: -173.5,-99.5 + pos: 104.5,184.5 parent: 1 - - uid: 11856 + - uid: 22189 components: - type: Transform - pos: -172.5,-99.5 + pos: 104.5,183.5 parent: 1 - - uid: 11857 + - uid: 22190 components: - type: Transform - pos: -198.5,-105.5 + pos: 104.5,182.5 parent: 1 - - uid: 11858 + - uid: 22191 components: - type: Transform - pos: -188.5,-97.5 + pos: 104.5,181.5 parent: 1 - - uid: 11859 + - uid: 22192 components: - type: Transform - pos: -198.5,-110.5 + pos: 104.5,180.5 parent: 1 - - uid: 11860 + - uid: 22193 components: - type: Transform - pos: -198.5,-101.5 + pos: 104.5,179.5 parent: 1 - - uid: 11862 + - uid: 22194 components: - type: Transform - pos: -198.5,-103.5 + pos: 104.5,178.5 parent: 1 - - uid: 11863 + - uid: 22195 components: - type: Transform - pos: -196.5,-111.5 + pos: 104.5,177.5 parent: 1 - - uid: 11864 + - uid: 22196 components: - type: Transform - pos: -196.5,-102.5 + pos: 104.5,176.5 parent: 1 - - uid: 11866 + - uid: 22197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-103.5 + pos: 104.5,175.5 parent: 1 - - uid: 11868 + - uid: 22198 components: - type: Transform - pos: -198.5,-107.5 + pos: 103.5,196.5 parent: 1 - - uid: 11870 + - uid: 22199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,-108.5 + pos: 103.5,195.5 parent: 1 - - uid: 11871 + - uid: 22200 components: - type: Transform - pos: -198.5,-106.5 + pos: 103.5,194.5 parent: 1 - - uid: 11874 + - uid: 22201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-110.5 + pos: 103.5,193.5 parent: 1 - - uid: 11876 + - uid: 22202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,-17.5 + pos: 103.5,192.5 parent: 1 - - uid: 11877 + - uid: 22203 components: - type: Transform - pos: -155.5,-106.5 + pos: 103.5,191.5 parent: 1 - - uid: 11878 + - uid: 22204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-102.5 + pos: 103.5,190.5 parent: 1 - - uid: 11881 + - uid: 22205 components: - type: Transform - pos: -173.5,-97.5 + pos: 103.5,189.5 parent: 1 - - uid: 11883 + - uid: 22206 components: - type: Transform - pos: -167.5,-99.5 + pos: 103.5,188.5 parent: 1 - - uid: 11884 + - uid: 22207 components: - type: Transform - pos: -198.5,-102.5 + pos: 103.5,187.5 parent: 1 - - uid: 11885 + - uid: 22208 components: - type: Transform - pos: -166.5,-99.5 + pos: 103.5,186.5 parent: 1 - - uid: 11886 + - uid: 22209 components: - type: Transform - pos: -192.5,-111.5 + pos: 103.5,185.5 parent: 1 - - uid: 11887 + - uid: 22210 components: - type: Transform - pos: -186.5,-97.5 + pos: 103.5,184.5 parent: 1 - - uid: 11888 + - uid: 22211 components: - type: Transform - pos: -198.5,-97.5 + pos: 103.5,183.5 parent: 1 - - uid: 11891 + - uid: 22212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-111.5 + pos: 103.5,182.5 parent: 1 - - uid: 11894 + - uid: 22213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,-108.5 + pos: 103.5,181.5 parent: 1 - - uid: 11895 + - uid: 22214 components: - type: Transform - pos: -195.5,-102.5 + pos: 103.5,180.5 parent: 1 - - uid: 11896 + - uid: 22215 components: - type: Transform - pos: -173.5,-96.5 + pos: 103.5,179.5 parent: 1 - - uid: 11897 + - uid: 22216 components: - type: Transform - pos: -174.5,-99.5 + pos: 103.5,178.5 parent: 1 - - uid: 11898 + - uid: 22217 components: - type: Transform - pos: -175.5,-99.5 + pos: 103.5,177.5 parent: 1 - - uid: 11899 + - uid: 22218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,-103.5 + pos: 103.5,176.5 parent: 1 - - uid: 11900 + - uid: 22219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,-109.5 + pos: 103.5,175.5 parent: 1 - - uid: 11901 + - uid: 22220 components: - type: Transform - pos: -198.5,-100.5 + pos: 102.5,196.5 parent: 1 - - uid: 11902 + - uid: 22221 components: - type: Transform - pos: -197.5,-111.5 + pos: 102.5,195.5 parent: 1 - - uid: 11903 + - uid: 22222 components: - type: Transform - pos: -195.5,-111.5 + pos: 102.5,194.5 parent: 1 - - uid: 11904 + - uid: 22223 components: - type: Transform - pos: -193.5,-111.5 + pos: 102.5,193.5 parent: 1 - - uid: 11905 + - uid: 22224 components: - type: Transform - pos: -194.5,-102.5 + pos: 102.5,192.5 parent: 1 - - uid: 11906 + - uid: 22225 components: - type: Transform - pos: -163.5,-100.5 + pos: 102.5,191.5 parent: 1 - - uid: 11908 + - uid: 22226 components: - type: Transform - pos: -198.5,-104.5 + pos: 102.5,190.5 parent: 1 - - uid: 11910 + - uid: 22227 components: - type: Transform - pos: -183.5,-100.5 + pos: 102.5,189.5 parent: 1 - - uid: 11911 + - uid: 22228 components: - type: Transform - pos: -191.5,-111.5 + pos: 102.5,188.5 parent: 1 - - uid: 11912 + - uid: 22229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,-111.5 + pos: 102.5,187.5 parent: 1 - - uid: 11913 + - uid: 22230 components: - type: Transform - pos: -193.5,-102.5 + pos: 102.5,186.5 parent: 1 - - uid: 11914 + - uid: 22231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,-109.5 + pos: 102.5,185.5 parent: 1 - - uid: 11915 + - uid: 22232 components: - type: Transform - pos: -183.5,-103.5 + pos: 102.5,184.5 parent: 1 - - uid: 11916 + - uid: 22233 components: - type: Transform - pos: -198.5,-108.5 + pos: 102.5,183.5 parent: 1 - - uid: 11917 + - uid: 22234 components: - type: Transform - pos: -198.5,-99.5 + pos: 102.5,182.5 parent: 1 - - uid: 11918 + - uid: 22235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,-102.5 + pos: 102.5,181.5 parent: 1 - - uid: 11920 + - uid: 22236 components: - type: Transform - pos: -187.5,-97.5 + pos: 102.5,180.5 parent: 1 - - uid: 11922 + - uid: 22237 components: - type: Transform - pos: -173.5,-95.5 + pos: 102.5,179.5 parent: 1 - - uid: 11923 + - uid: 22238 components: - type: Transform - pos: -184.5,-103.5 + pos: 102.5,178.5 parent: 1 - - uid: 11924 + - uid: 22239 components: - type: Transform - pos: -198.5,-98.5 + pos: 102.5,177.5 parent: 1 - - uid: 11925 + - uid: 22240 components: - type: Transform - pos: -198.5,-111.5 + pos: 102.5,176.5 parent: 1 - - uid: 11927 + - uid: 22241 components: - type: Transform - pos: -166.5,-100.5 + pos: 102.5,175.5 parent: 1 - - uid: 11928 + - uid: 22242 components: - type: Transform - pos: -197.5,-102.5 + pos: 101.5,176.5 parent: 1 - - uid: 11930 + - uid: 22243 components: - type: Transform - pos: -169.5,-99.5 + pos: 101.5,177.5 parent: 1 - - uid: 11932 + - uid: 22244 components: - type: Transform - pos: -194.5,-111.5 + pos: 106.5,172.5 parent: 1 - - uid: 11933 + - uid: 22245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -170.5,-109.5 + pos: 108.5,172.5 parent: 1 - - uid: 11936 + - uid: 22246 components: - type: Transform - pos: -183.5,-104.5 + pos: 104.5,174.5 parent: 1 - - uid: 11937 + - uid: 22247 components: - type: Transform - pos: -192.5,-102.5 + pos: 105.5,174.5 parent: 1 - - uid: 11938 + - uid: 22248 components: - type: Transform - pos: -191.5,-102.5 + pos: 106.5,174.5 parent: 1 - - uid: 11939 + - uid: 22249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-103.5 + pos: 107.5,174.5 parent: 1 - - uid: 11940 + - uid: 22250 components: - type: Transform - pos: -188.5,-111.5 + pos: 108.5,174.5 parent: 1 - - uid: 11941 + - uid: 22251 components: - type: Transform - pos: -187.5,-111.5 + pos: 109.5,174.5 parent: 1 - - uid: 11942 + - uid: 22252 components: - type: Transform - pos: -186.5,-111.5 + pos: 101.5,180.5 parent: 1 - - uid: 11943 + - uid: 22253 components: - type: Transform - pos: -185.5,-111.5 + pos: 113.5,174.5 parent: 1 - - uid: 11944 + - uid: 22254 components: - type: Transform - pos: -184.5,-111.5 + pos: 114.5,174.5 parent: 1 - - uid: 11945 + - uid: 22255 components: - type: Transform - pos: -183.5,-111.5 + pos: 115.5,174.5 parent: 1 - - uid: 11946 + - uid: 22256 components: - type: Transform - pos: -183.5,-105.5 + pos: 116.5,174.5 parent: 1 - - uid: 11948 + - uid: 22257 components: - type: Transform - pos: -183.5,-107.5 + pos: 117.5,174.5 parent: 1 - - uid: 11949 + - uid: 22258 components: - type: Transform - pos: -183.5,-108.5 + pos: 118.5,174.5 parent: 1 - - uid: 11950 + - uid: 22259 components: - type: Transform - pos: -183.5,-109.5 + pos: 113.5,170.5 parent: 1 - - uid: 11951 + - uid: 22260 components: - type: Transform - pos: -183.5,-110.5 + pos: 107.5,172.5 parent: 1 - - uid: 11952 + - uid: 22261 components: - type: Transform - pos: -182.5,-110.5 + pos: 107.5,171.5 parent: 1 - - uid: 11953 + - uid: 22262 components: - type: Transform - pos: -181.5,-110.5 + pos: 108.5,171.5 parent: 1 - - uid: 11954 + - uid: 22263 components: - type: Transform - pos: -182.5,-108.5 + pos: 109.5,171.5 parent: 1 - - uid: 11956 + - uid: 22264 components: - type: Transform - pos: -181.5,-108.5 + pos: 110.5,171.5 parent: 1 - - uid: 11957 + - uid: 22265 components: - type: Transform - pos: -179.5,-108.5 + pos: 110.5,172.5 parent: 1 - - uid: 11960 + - uid: 22266 components: - type: Transform - pos: -197.5,-97.5 + pos: 111.5,172.5 parent: 1 - - uid: 11961 + - uid: 22267 components: - type: Transform - pos: -193.5,-97.5 + pos: 111.5,171.5 parent: 1 - - uid: 11963 + - uid: 22268 components: - type: Transform - pos: -177.5,-99.5 + pos: 109.5,170.5 parent: 1 - - uid: 11965 + - uid: 22269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,-108.5 + pos: 110.5,170.5 parent: 1 - - uid: 11967 + - uid: 22270 components: - type: Transform - pos: -172.5,-105.5 + pos: 111.5,170.5 parent: 1 - - uid: 11970 + - uid: 22271 components: - type: Transform - pos: -173.5,-103.5 + pos: 112.5,170.5 parent: 1 - - uid: 11972 + - uid: 22272 components: - type: Transform - pos: -189.5,-97.5 + pos: 113.5,169.5 parent: 1 - - uid: 11973 + - uid: 22273 components: - type: Transform - pos: -191.5,-97.5 + pos: 62.5,194.5 parent: 1 - - uid: 11974 + - uid: 22274 components: - type: Transform - pos: -195.5,-97.5 + pos: 114.5,170.5 parent: 1 - - uid: 11975 + - uid: 22275 components: - type: Transform - pos: -196.5,-97.5 + pos: 115.5,173.5 parent: 1 - - uid: 11976 + - uid: 22276 components: - type: Transform - pos: -192.5,-97.5 + pos: 116.5,173.5 parent: 1 - - uid: 11977 + - uid: 22277 components: - type: Transform - pos: -190.5,-97.5 + pos: 117.5,172.5 parent: 1 - - uid: 11978 + - uid: 22278 components: - type: Transform - pos: -194.5,-97.5 + pos: 117.5,171.5 parent: 1 - - uid: 11979 + - uid: 22279 components: - type: Transform - pos: -183.5,-101.5 + pos: 118.5,171.5 parent: 1 - - uid: 11980 + - uid: 22280 components: - type: Transform - pos: -172.5,-113.5 + pos: 118.5,172.5 parent: 1 - - uid: 11981 + - uid: 22281 components: - type: Transform - pos: -166.5,-117.5 + pos: 118.5,173.5 parent: 1 - - uid: 11982 + - uid: 22282 components: - type: Transform - pos: -166.5,-119.5 + pos: 117.5,173.5 parent: 1 - - uid: 11983 + - uid: 22283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,-109.5 + pos: 114.5,172.5 parent: 1 - - uid: 11984 + - uid: 22284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -167.5,-109.5 + pos: 117.5,170.5 parent: 1 - - uid: 11985 + - uid: 22285 components: - type: Transform - pos: -183.5,-98.5 + pos: 117.5,169.5 parent: 1 - - uid: 11986 + - uid: 22286 components: - type: Transform - pos: -183.5,-97.5 + pos: 118.5,170.5 parent: 1 - - uid: 11987 + - uid: 22287 components: - type: Transform - pos: -184.5,-97.5 + pos: 118.5,168.5 parent: 1 - - uid: 11988 + - uid: 22288 components: - type: Transform - pos: -185.5,-97.5 + pos: 114.5,168.5 parent: 1 - - uid: 12001 + - uid: 22289 components: - type: Transform - pos: -173.5,-93.5 + pos: 115.5,167.5 parent: 1 - - uid: 12002 + - uid: 22290 components: - type: Transform - pos: -161.5,-93.5 + pos: 113.5,168.5 parent: 1 - - uid: 12003 + - uid: 22291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,-108.5 + pos: 114.5,167.5 parent: 1 - - uid: 12004 + - uid: 22292 components: - type: Transform - pos: -171.5,-119.5 + pos: 112.5,168.5 parent: 1 - - uid: 12005 + - uid: 22293 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,-108.5 + pos: 111.5,168.5 parent: 1 - - uid: 12006 + - uid: 22294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,-108.5 + pos: 112.5,167.5 parent: 1 - - uid: 12008 + - uid: 22295 components: - type: Transform - pos: -172.5,-118.5 + pos: 113.5,167.5 parent: 1 - - uid: 12009 + - uid: 22296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,-108.5 + pos: 113.5,166.5 parent: 1 - - uid: 12010 + - uid: 22297 components: - type: Transform - pos: -165.5,-100.5 + pos: 114.5,166.5 parent: 1 - - uid: 12011 + - uid: 22298 components: - type: Transform - pos: -173.5,-105.5 + pos: 114.5,165.5 parent: 1 - - uid: 12013 + - uid: 22299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,-109.5 + pos: 115.5,166.5 parent: 1 - - uid: 12014 + - uid: 22300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -168.5,-109.5 + pos: 115.5,165.5 parent: 1 - - uid: 12015 + - uid: 22301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,-109.5 + pos: 115.5,164.5 parent: 1 - - uid: 12017 + - uid: 22302 components: - type: Transform - pos: -171.5,-105.5 + pos: 116.5,164.5 parent: 1 - - uid: 12018 + - uid: 22303 components: - type: Transform - pos: -171.5,-106.5 + pos: 116.5,166.5 parent: 1 - - uid: 12019 + - uid: 22304 components: - type: Transform - pos: -171.5,-108.5 + pos: 116.5,165.5 parent: 1 - - uid: 12020 + - uid: 22305 components: - type: Transform - pos: -171.5,-109.5 + pos: 117.5,166.5 parent: 1 - - uid: 12021 + - uid: 22306 components: - type: Transform - pos: -172.5,-109.5 + pos: 118.5,167.5 parent: 1 - - uid: 12022 + - uid: 22307 components: - type: Transform - pos: -172.5,-110.5 + pos: 117.5,165.5 parent: 1 - - uid: 12023 + - uid: 22308 components: - type: Transform - pos: -172.5,-111.5 + pos: 117.5,164.5 parent: 1 - - uid: 12024 + - uid: 22309 components: - type: Transform - pos: -172.5,-112.5 + pos: 118.5,165.5 parent: 1 - - uid: 12025 + - uid: 22310 components: - type: Transform - pos: -166.5,-118.5 + pos: 118.5,166.5 parent: 1 - - uid: 12026 + - uid: 22311 components: - type: Transform - pos: -161.5,-100.5 + pos: 118.5,163.5 parent: 1 - - uid: 12028 + - uid: 22312 components: - type: Transform - pos: -155.5,-105.5 + pos: 117.5,163.5 parent: 1 - - uid: 12029 + - uid: 22313 components: - type: Transform - pos: -155.5,-104.5 + pos: 117.5,161.5 parent: 1 - - uid: 12030 + - uid: 22314 components: - type: Transform - pos: -155.5,-103.5 + pos: 118.5,161.5 parent: 1 - - uid: 12031 + - uid: 22315 components: - type: Transform - pos: -155.5,-102.5 + pos: 118.5,159.5 parent: 1 - - uid: 12032 + - uid: 22316 components: - type: Transform - pos: -156.5,-102.5 + pos: 72.5,195.5 parent: 1 - - uid: 12033 + - uid: 22317 components: - type: Transform - pos: -157.5,-102.5 + pos: 90.5,187.5 parent: 1 - - uid: 12034 + - uid: 22318 components: - type: Transform - pos: -158.5,-102.5 + pos: 93.5,184.5 parent: 1 - - uid: 12035 + - uid: 22319 components: - type: Transform - pos: -159.5,-102.5 + pos: -3.5,-193.5 parent: 1 - - uid: 12037 + - uid: 22320 components: - type: Transform - pos: -160.5,-101.5 + pos: 95.5,186.5 parent: 1 - - uid: 12038 + - uid: 22321 components: - type: Transform - pos: -160.5,-100.5 + pos: 60.5,193.5 parent: 1 - - uid: 12039 + - uid: 22322 components: - type: Transform - pos: -161.5,-99.5 + pos: 101.5,178.5 parent: 1 - - uid: 12041 + - uid: 22323 components: - type: Transform - pos: -172.5,-115.5 + pos: 100.5,177.5 parent: 1 - - uid: 12042 + - uid: 22324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,-107.5 + pos: 100.5,178.5 parent: 1 - - uid: 12043 + - uid: 22325 components: - type: Transform - pos: -166.5,-116.5 + pos: 100.5,179.5 parent: 1 - - uid: 12044 + - uid: 22326 components: - type: Transform - pos: -165.5,-116.5 + pos: 100.5,180.5 parent: 1 - - uid: 12045 + - uid: 22327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,-108.5 + pos: 100.5,181.5 parent: 1 - - uid: 12047 + - uid: 22328 components: - type: Transform - pos: -167.5,-119.5 + pos: 100.5,182.5 parent: 1 - - uid: 12048 + - uid: 22329 components: - type: Transform - pos: -168.5,-119.5 + pos: 100.5,183.5 parent: 1 - - uid: 12049 + - uid: 22330 components: - type: Transform - pos: -169.5,-119.5 + pos: 100.5,184.5 parent: 1 - - uid: 12050 + - uid: 22331 components: - type: Transform - pos: -170.5,-119.5 + pos: 99.5,178.5 parent: 1 - - uid: 12051 + - uid: 22332 components: - type: Transform - pos: -163.5,-116.5 + pos: 99.5,179.5 parent: 1 - - uid: 12052 + - uid: 22333 components: - type: Transform - pos: -162.5,-116.5 + pos: 99.5,180.5 parent: 1 - - uid: 12053 + - uid: 22334 components: - type: Transform - pos: -162.5,-115.5 + pos: 99.5,181.5 parent: 1 - - uid: 12054 + - uid: 22335 components: - type: Transform - pos: -161.5,-115.5 + pos: 99.5,182.5 parent: 1 - - uid: 12055 + - uid: 22336 components: - type: Transform - pos: -155.5,-115.5 + pos: 99.5,183.5 parent: 1 - - uid: 12056 + - uid: 22337 components: - type: Transform - pos: -160.5,-115.5 + pos: 99.5,184.5 parent: 1 - - uid: 12057 + - uid: 22338 components: - type: Transform - pos: -159.5,-115.5 + pos: 98.5,179.5 parent: 1 - - uid: 12058 + - uid: 22339 components: - type: Transform - pos: -158.5,-115.5 + pos: 98.5,180.5 parent: 1 - - uid: 12059 + - uid: 22340 components: - type: Transform - pos: -157.5,-115.5 + pos: 98.5,181.5 parent: 1 - - uid: 12060 + - uid: 22341 components: - type: Transform - pos: -156.5,-115.5 + pos: 98.5,182.5 parent: 1 - - uid: 12061 + - uid: 22342 components: - type: Transform - pos: -155.5,-114.5 + pos: 98.5,183.5 parent: 1 - - uid: 12062 + - uid: 22343 components: - type: Transform - pos: -155.5,-113.5 + pos: 97.5,181.5 parent: 1 - - uid: 12063 + - uid: 22344 components: - type: Transform - pos: -155.5,-112.5 + pos: 97.5,182.5 parent: 1 - - uid: 12064 + - uid: 22345 components: - type: Transform - pos: -155.5,-111.5 + pos: 97.5,183.5 parent: 1 - - uid: 12065 + - uid: 22346 components: - type: Transform - pos: -155.5,-110.5 + pos: 96.5,181.5 parent: 1 - - uid: 12066 + - uid: 22347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-132.5 + pos: 96.5,182.5 parent: 1 - - uid: 12067 + - uid: 22348 components: - type: Transform - pos: -166.5,-96.5 + pos: 96.5,183.5 parent: 1 - - uid: 12068 + - uid: 22349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,-130.5 + pos: 95.5,182.5 parent: 1 - - uid: 12069 + - uid: 22350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-129.5 + pos: 95.5,183.5 parent: 1 - - uid: 12070 + - uid: 22351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-129.5 + pos: 94.5,184.5 parent: 1 - - uid: 12071 + - uid: 22352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,-131.5 + pos: 76.5,183.5 parent: 1 - - uid: 12072 + - uid: 22353 components: - type: Transform - pos: 19.5,-15.5 + pos: 76.5,182.5 parent: 1 - - uid: 12073 + - uid: 22354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-129.5 + pos: 76.5,181.5 parent: 1 - - uid: 12074 + - uid: 22355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,-129.5 + pos: 76.5,179.5 parent: 1 - - uid: 12075 + - uid: 22356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-130.5 + pos: 76.5,180.5 parent: 1 - - uid: 12076 + - uid: 22357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-132.5 + pos: 77.5,183.5 parent: 1 - - uid: 12077 + - uid: 22358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-132.5 + pos: 77.5,182.5 parent: 1 - - uid: 12078 + - uid: 22359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,-132.5 + pos: 99.5,195.5 parent: 1 - - uid: 12079 + - uid: 22360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-132.5 + pos: 99.5,196.5 parent: 1 - - uid: 12080 + - uid: 22361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-132.5 + pos: 99.5,193.5 parent: 1 - - uid: 12081 + - uid: 22362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-129.5 + pos: 99.5,191.5 parent: 1 - - uid: 12082 + - uid: 22363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-129.5 + pos: 99.5,192.5 parent: 1 - - uid: 12083 + - uid: 22364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-129.5 + pos: 99.5,189.5 parent: 1 - - uid: 12084 + - uid: 22365 components: - type: Transform - pos: 189.5,-156.5 + pos: 99.5,190.5 parent: 1 - - uid: 12085 + - uid: 22366 components: - type: Transform - pos: 189.5,-165.5 + pos: 99.5,188.5 parent: 1 - - uid: 12086 + - uid: 22367 components: - type: Transform - pos: -172.5,-119.5 + pos: 99.5,187.5 parent: 1 - - uid: 12087 + - uid: 22368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-30.5 + pos: 95.5,187.5 parent: 1 - - uid: 12088 + - uid: 22369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-30.5 + pos: 95.5,188.5 parent: 1 - - uid: 12089 + - uid: 22370 components: - type: Transform - pos: 189.5,-163.5 + pos: 95.5,189.5 parent: 1 - - uid: 12090 + - uid: 22371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-30.5 + pos: 95.5,190.5 parent: 1 - - uid: 12091 + - uid: 22372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-15.5 + pos: 95.5,191.5 parent: 1 - - uid: 12092 + - uid: 22373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,-16.5 + pos: 95.5,192.5 parent: 1 - - uid: 12093 + - uid: 22374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-15.5 + pos: 95.5,193.5 parent: 1 - - uid: 12094 + - uid: 22375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-14.5 + pos: 95.5,194.5 parent: 1 - - uid: 12095 + - uid: 22376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-15.5 + pos: 95.5,195.5 parent: 1 - - uid: 12096 + - uid: 22377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,-18.5 + pos: 95.5,196.5 parent: 1 - - uid: 12097 + - uid: 22378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,-15.5 + pos: 96.5,184.5 parent: 1 - - uid: 12098 + - uid: 22379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-15.5 + pos: 96.5,185.5 parent: 1 - - uid: 12099 + - uid: 22380 components: - type: Transform - pos: 180.5,-150.5 + pos: 96.5,186.5 parent: 1 - - uid: 12100 + - uid: 22381 components: - type: Transform - pos: 51.5,-29.5 + pos: 96.5,187.5 parent: 1 - - uid: 12101 + - uid: 22382 components: - type: Transform - pos: 45.5,-42.5 + pos: 96.5,188.5 parent: 1 - - uid: 12102 + - uid: 22383 components: - type: Transform - pos: 49.5,-36.5 + pos: 96.5,189.5 parent: 1 - - uid: 12103 + - uid: 22384 components: - type: Transform - pos: 47.5,-38.5 + pos: 96.5,190.5 parent: 1 - - uid: 12104 + - uid: 22385 components: - type: Transform - pos: 47.5,-39.5 + pos: 96.5,191.5 parent: 1 - - uid: 12105 + - uid: 22386 components: - type: Transform - pos: 47.5,-37.5 + pos: 96.5,192.5 parent: 1 - - uid: 12106 + - uid: 22387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-40.5 + pos: 96.5,193.5 parent: 1 - - uid: 12107 + - uid: 22388 components: - type: Transform - pos: 47.5,-42.5 + pos: 96.5,194.5 parent: 1 - - uid: 12108 + - uid: 22389 components: - type: Transform - pos: 25.5,-48.5 + pos: 96.5,195.5 parent: 1 - - uid: 12109 + - uid: 22390 components: - type: Transform - pos: 51.5,-32.5 + pos: 96.5,196.5 parent: 1 - - uid: 12110 + - uid: 22391 components: - type: Transform - pos: 47.5,-40.5 + pos: 97.5,184.5 parent: 1 - - uid: 12111 + - uid: 22392 components: - type: Transform - pos: 42.5,-29.5 + pos: 97.5,185.5 parent: 1 - - uid: 12112 + - uid: 22393 components: - type: Transform - pos: 51.5,-33.5 + pos: 97.5,186.5 parent: 1 - - uid: 12113 + - uid: 22394 components: - type: Transform - pos: 30.5,-48.5 + pos: 97.5,187.5 parent: 1 - - uid: 12114 + - uid: 22395 components: - type: Transform - pos: 31.5,-48.5 + pos: 97.5,188.5 parent: 1 - - uid: 12115 + - uid: 22396 components: - type: Transform - pos: 49.5,-29.5 + pos: 97.5,189.5 parent: 1 - - uid: 12116 + - uid: 22397 components: - type: Transform - pos: 27.5,-48.5 + pos: 97.5,190.5 parent: 1 - - uid: 12117 + - uid: 22398 components: - type: Transform - pos: 44.5,-35.5 + pos: 97.5,191.5 parent: 1 - - uid: 12118 + - uid: 22399 components: - type: Transform - pos: 19.5,-11.5 + pos: 97.5,192.5 parent: 1 - - uid: 12119 + - uid: 22400 components: - type: Transform - pos: 46.5,-35.5 + pos: 97.5,193.5 parent: 1 - - uid: 12120 + - uid: 22401 components: - type: Transform - pos: 40.5,-44.5 + pos: 97.5,194.5 parent: 1 - - uid: 12121 + - uid: 22402 components: - type: Transform - pos: 43.5,-29.5 + pos: 97.5,195.5 parent: 1 - - uid: 12122 + - uid: 22403 components: - type: Transform - pos: 41.5,-29.5 + pos: 97.5,196.5 parent: 1 - - uid: 12123 + - uid: 22404 components: - type: Transform - pos: 25.5,-43.5 + pos: 98.5,184.5 parent: 1 - - uid: 12124 + - uid: 22405 components: - type: Transform - pos: 47.5,-32.5 + pos: 98.5,185.5 parent: 1 - - uid: 12125 + - uid: 22406 components: - type: Transform - pos: 40.5,-41.5 + pos: 98.5,186.5 parent: 1 - - uid: 12126 + - uid: 22407 components: - type: Transform - pos: 30.5,-26.5 + pos: 98.5,187.5 parent: 1 - - uid: 12127 + - uid: 22408 components: - type: Transform - pos: 46.5,-42.5 + pos: 98.5,188.5 parent: 1 - - uid: 12128 + - uid: 22409 components: - type: Transform - pos: 40.5,-48.5 + pos: 98.5,189.5 parent: 1 - - uid: 12129 + - uid: 22410 components: - type: Transform - pos: 40.5,-42.5 + pos: 98.5,190.5 parent: 1 - - uid: 12130 + - uid: 22411 components: - type: Transform - pos: 40.5,-37.5 + pos: 98.5,191.5 parent: 1 - - uid: 12131 + - uid: 22412 components: - type: Transform - pos: 51.5,-30.5 + pos: 98.5,192.5 parent: 1 - - uid: 12132 + - uid: 22413 components: - type: Transform - pos: 40.5,-36.5 + pos: 98.5,193.5 parent: 1 - - uid: 12133 + - uid: 22414 components: - type: Transform - pos: 40.5,-46.5 + pos: 98.5,194.5 parent: 1 - - uid: 12134 + - uid: 22415 components: - type: Transform - pos: 25.5,-42.5 + pos: 98.5,195.5 parent: 1 - - uid: 12135 + - uid: 22416 components: - type: Transform - pos: 51.5,-36.5 + pos: 98.5,196.5 parent: 1 - - uid: 12136 + - uid: 22417 components: - type: Transform - pos: 47.5,-35.5 + pos: 82.5,195.5 parent: 1 - - uid: 12137 + - uid: 22418 components: - type: Transform - pos: 47.5,-41.5 + pos: 84.5,195.5 parent: 1 - - uid: 12138 + - uid: 22419 components: - type: Transform - pos: 40.5,-38.5 + pos: 86.5,196.5 parent: 1 - - uid: 12139 + - uid: 22420 components: - type: Transform - pos: 51.5,-35.5 + pos: 99.5,186.5 parent: 1 - - uid: 12140 + - uid: 22421 components: - type: Transform - pos: 26.5,-48.5 + pos: 99.5,185.5 parent: 1 - - uid: 12141 + - uid: 22422 components: - type: Transform - pos: 25.5,-40.5 + pos: 100.5,196.5 parent: 1 - - uid: 12142 + - uid: 22423 components: - type: Transform - pos: 41.5,-35.5 + pos: 100.5,195.5 parent: 1 - - uid: 12143 + - uid: 22424 components: - type: Transform - pos: 40.5,-34.5 + pos: 100.5,194.5 parent: 1 - - uid: 12144 + - uid: 22425 components: - type: Transform - pos: 25.5,-41.5 + pos: 100.5,193.5 parent: 1 - - uid: 12145 + - uid: 22426 components: - type: Transform - pos: 42.5,-42.5 + pos: 100.5,192.5 parent: 1 - - uid: 12146 + - uid: 22427 components: - type: Transform - pos: 25.5,-44.5 + pos: 100.5,191.5 parent: 1 - - uid: 12147 + - uid: 22428 components: - type: Transform - pos: 48.5,-29.5 + pos: 100.5,190.5 parent: 1 - - uid: 12148 + - uid: 22429 components: - type: Transform - pos: 50.5,-29.5 + pos: 100.5,189.5 parent: 1 - - uid: 12149 + - uid: 22430 components: - type: Transform - pos: 47.5,-33.5 + pos: 100.5,188.5 parent: 1 - - uid: 12150 + - uid: 22431 components: - type: Transform - pos: 38.5,-48.5 + pos: 100.5,187.5 parent: 1 - - uid: 12151 + - uid: 22432 components: - type: Transform - pos: 41.5,-42.5 + pos: 100.5,186.5 parent: 1 - - uid: 12152 + - uid: 22433 components: - type: Transform - pos: 34.5,-48.5 + pos: 100.5,185.5 parent: 1 - - uid: 12153 + - uid: 22434 components: - type: Transform - pos: 40.5,-47.5 + pos: 101.5,196.5 parent: 1 - - uid: 12154 + - uid: 22435 components: - type: Transform - pos: 47.5,-29.5 + pos: 101.5,195.5 parent: 1 - - uid: 12155 + - uid: 22436 components: - type: Transform - pos: 43.5,-35.5 + pos: 101.5,194.5 parent: 1 - - uid: 12156 + - uid: 22437 components: - type: Transform - pos: 40.5,-29.5 + pos: 101.5,193.5 parent: 1 - - uid: 12157 + - uid: 22438 components: - type: Transform - pos: 50.5,-32.5 + pos: 101.5,192.5 parent: 1 - - uid: 12158 + - uid: 22439 components: - type: Transform - pos: 48.5,-36.5 + pos: 101.5,191.5 parent: 1 - - uid: 12159 + - uid: 22440 components: - type: Transform - pos: 40.5,-39.5 + pos: 101.5,190.5 parent: 1 - - uid: 12160 + - uid: 22441 components: - type: Transform - pos: 42.5,-35.5 + pos: 101.5,189.5 parent: 1 - - uid: 12161 + - uid: 22442 components: - type: Transform - pos: 33.5,-48.5 + pos: 101.5,188.5 parent: 1 - - uid: 12162 + - uid: 22443 components: - type: Transform - pos: 47.5,-34.5 + pos: 101.5,187.5 parent: 1 - - uid: 12163 + - uid: 22444 components: - type: Transform - pos: 35.5,-48.5 + pos: 101.5,186.5 parent: 1 - - uid: 12164 + - uid: 22445 components: - type: Transform - pos: 39.5,-48.5 + pos: 101.5,185.5 parent: 1 - - uid: 12165 + - uid: 22446 components: - type: Transform - pos: 40.5,-33.5 + pos: 90.5,185.5 parent: 1 - - uid: 12166 + - uid: 22447 components: - type: Transform - pos: 50.5,-36.5 + pos: 89.5,185.5 parent: 1 - - uid: 12167 + - uid: 22448 components: - type: Transform - pos: 40.5,-35.5 + pos: 88.5,185.5 parent: 1 - - uid: 12168 + - uid: 22449 components: - type: Transform - pos: 51.5,-34.5 + pos: 87.5,185.5 parent: 1 - - uid: 12169 + - uid: 22450 components: - type: Transform - pos: 47.5,-36.5 + pos: 90.5,186.5 parent: 1 - - uid: 12170 + - uid: 22451 components: - type: Transform - pos: 51.5,-31.5 + pos: 89.5,186.5 parent: 1 - - uid: 12171 + - uid: 22452 components: - type: Transform - pos: 40.5,-30.5 + pos: 88.5,186.5 parent: 1 - - uid: 12172 + - uid: 22453 components: - type: Transform - pos: 48.5,-32.5 + pos: 87.5,186.5 parent: 1 - - uid: 12173 + - uid: 22454 components: - type: Transform - pos: 32.5,-48.5 + pos: 86.5,186.5 parent: 1 - - uid: 12174 + - uid: 22455 components: - type: Transform - pos: 46.5,-29.5 + pos: 91.5,186.5 parent: 1 - - uid: 12175 + - uid: 22456 components: - type: Transform - pos: 25.5,-45.5 + pos: 92.5,187.5 parent: 1 - - uid: 12176 + - uid: 22457 components: - type: Transform - pos: 25.5,-46.5 + pos: 89.5,187.5 parent: 1 - - uid: 12177 + - uid: 22458 components: - type: Transform - pos: 25.5,-47.5 + pos: 88.5,187.5 parent: 1 - - uid: 12178 + - uid: 22459 components: - type: Transform - pos: 26.5,-40.5 + pos: 87.5,187.5 parent: 1 - - uid: 12179 + - uid: 22460 components: - type: Transform - pos: 28.5,-40.5 + pos: 86.5,187.5 parent: 1 - - uid: 12180 + - uid: 22461 components: - type: Transform - pos: 29.5,-40.5 + pos: 85.5,187.5 parent: 1 - - uid: 12181 + - uid: 22462 components: - type: Transform - pos: 30.5,-40.5 + pos: 84.5,187.5 parent: 1 - - uid: 12182 + - uid: 22463 components: - type: Transform - pos: 32.5,-40.5 + pos: 83.5,187.5 parent: 1 - - uid: 12183 + - uid: 22464 components: - type: Transform - pos: 33.5,-40.5 + pos: 85.5,186.5 parent: 1 - - uid: 12184 + - uid: 22465 components: - type: Transform - pos: 34.5,-40.5 + pos: 84.5,186.5 parent: 1 - - uid: 12185 + - uid: 22466 components: - type: Transform - pos: 35.5,-40.5 + pos: 83.5,186.5 parent: 1 - - uid: 12186 + - uid: 22467 components: - type: Transform - pos: 35.5,-39.5 + pos: 82.5,186.5 parent: 1 - - uid: 12187 + - uid: 22468 components: - type: Transform - pos: 35.5,-37.5 + pos: 81.5,186.5 parent: 1 - - uid: 12188 + - uid: 22469 components: - type: Transform - pos: 35.5,-36.5 + pos: 80.5,186.5 parent: 1 - - uid: 12189 + - uid: 22470 components: - type: Transform - pos: 36.5,-36.5 + pos: 82.5,185.5 parent: 1 - - uid: 12190 + - uid: 22471 components: - type: Transform - pos: 39.5,-36.5 + pos: 82.5,184.5 parent: 1 - - uid: 12191 + - uid: 22472 components: - type: Transform - pos: 34.5,-26.5 + pos: 82.5,183.5 parent: 1 - - uid: 12192 + - uid: 22473 components: - type: Transform - pos: 27.5,-26.5 + pos: 81.5,185.5 parent: 1 - - uid: 12193 + - uid: 22474 components: - type: Transform - pos: 19.5,-12.5 + pos: 81.5,184.5 parent: 1 - - uid: 12194 + - uid: 22475 components: - type: Transform - pos: 20.5,-10.5 + pos: 81.5,183.5 parent: 1 - - uid: 12195 + - uid: 22476 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-39.5 + pos: 80.5,185.5 parent: 1 - - uid: 12196 + - uid: 22477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-40.5 + pos: 80.5,184.5 parent: 1 - - uid: 12197 + - uid: 22478 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-40.5 + pos: 80.5,183.5 parent: 1 - - uid: 12198 + - uid: 22479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-40.5 + pos: 79.5,185.5 parent: 1 - - uid: 12199 + - uid: 22480 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-40.5 + pos: 79.5,184.5 parent: 1 - - uid: 12200 + - uid: 22481 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-40.5 + pos: 79.5,183.5 parent: 1 - - uid: 12201 + - uid: 22482 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-40.5 + pos: 78.5,185.5 parent: 1 - - uid: 12202 + - uid: 22483 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-40.5 + pos: 78.5,184.5 parent: 1 - - uid: 12203 + - uid: 22484 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-40.5 + pos: 78.5,183.5 parent: 1 - - uid: 12204 + - uid: 22485 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-40.5 + pos: 77.5,184.5 parent: 1 - - uid: 12205 + - uid: 22486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-40.5 + pos: 77.5,181.5 parent: 1 - - uid: 12206 + - uid: 22487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-40.5 + pos: 77.5,180.5 parent: 1 - - uid: 12207 + - uid: 22488 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-40.5 + pos: 77.5,179.5 parent: 1 - - uid: 12208 + - uid: 22489 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-40.5 + pos: 75.5,180.5 parent: 1 - - uid: 12209 + - uid: 22490 components: - type: Transform - pos: 22.5,-10.5 + pos: 75.5,179.5 parent: 1 - - uid: 12210 + - uid: 22491 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-37.5 + pos: 75.5,178.5 parent: 1 - - uid: 12211 + - uid: 22492 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-36.5 + pos: 76.5,178.5 parent: 1 - - uid: 12212 + - uid: 22493 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-30.5 + pos: 77.5,178.5 parent: 1 - - uid: 12213 + - uid: 22494 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-31.5 + pos: 78.5,179.5 parent: 1 - - uid: 12214 + - uid: 22495 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-30.5 + pos: 78.5,180.5 parent: 1 - - uid: 12215 + - uid: 22496 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-30.5 + pos: 78.5,181.5 parent: 1 - - uid: 12216 + - uid: 22497 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-30.5 + pos: 78.5,182.5 parent: 1 - - uid: 12217 + - uid: 22498 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-30.5 + pos: 79.5,179.5 parent: 1 - - uid: 12218 + - uid: 22499 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-30.5 + pos: 79.5,180.5 parent: 1 - - uid: 12219 + - uid: 22500 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-30.5 + pos: 79.5,181.5 parent: 1 - - uid: 12220 + - uid: 22501 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-39.5 + pos: 79.5,182.5 parent: 1 - - uid: 12221 + - uid: 22502 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-38.5 + pos: 80.5,182.5 parent: 1 - - uid: 12222 + - uid: 22503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-37.5 + pos: 80.5,181.5 parent: 1 - - uid: 12223 + - uid: 22504 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-36.5 + pos: 80.5,180.5 parent: 1 - - uid: 12224 + - uid: 22505 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-35.5 + pos: 81.5,182.5 parent: 1 - - uid: 12225 + - uid: 22506 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-34.5 + pos: 81.5,181.5 parent: 1 - - uid: 12226 + - uid: 22507 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-33.5 + pos: 81.5,180.5 parent: 1 - - uid: 12227 + - uid: 22508 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-32.5 + pos: 66.5,181.5 parent: 1 - - uid: 12228 + - uid: 22509 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-31.5 + pos: 64.5,182.5 parent: 1 - - uid: 12229 + - uid: 22510 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-31.5 + pos: 62.5,193.5 parent: 1 - - uid: 12230 + - uid: 22511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-32.5 + pos: 63.5,195.5 parent: 1 - - uid: 12231 + - uid: 22512 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-33.5 + pos: 73.5,194.5 parent: 1 - - uid: 12232 + - uid: 22513 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-34.5 + pos: 81.5,194.5 parent: 1 - - uid: 12233 + - uid: 22514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-35.5 + pos: 77.5,185.5 parent: 1 - - uid: 12234 + - uid: 22515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-35.5 + pos: 77.5,186.5 parent: 1 - - uid: 12235 + - uid: 22516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-35.5 + pos: 76.5,187.5 parent: 1 - - uid: 12236 + - uid: 22517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-35.5 + pos: 76.5,186.5 parent: 1 - - uid: 12237 + - uid: 22518 components: - type: Transform - pos: 19.5,-22.5 + pos: 77.5,187.5 parent: 1 - - uid: 12238 + - uid: 22519 components: - type: Transform - pos: 24.5,-10.5 + pos: 78.5,187.5 parent: 1 - - uid: 12239 + - uid: 22520 components: - type: Transform - pos: 19.5,-19.5 + pos: 79.5,187.5 parent: 1 - - uid: 12240 + - uid: 22521 components: - type: Transform - pos: 37.5,-26.5 + pos: 80.5,187.5 parent: 1 - - uid: 12241 + - uid: 22522 components: - type: Transform - pos: 19.5,-20.5 + pos: 81.5,187.5 parent: 1 - - uid: 12242 + - uid: 22523 components: - type: Transform - pos: 19.5,-10.5 + pos: 82.5,187.5 parent: 1 - - uid: 12243 + - uid: 22524 components: - type: Transform - pos: 19.5,-21.5 + pos: 78.5,186.5 parent: 1 - - uid: 12244 + - uid: 22525 components: - type: Transform - pos: 27.5,-25.5 + pos: 79.5,186.5 parent: 1 - - uid: 12245 + - uid: 22526 components: - type: Transform - pos: 35.5,-26.5 + pos: 87.5,190.5 parent: 1 - - uid: 12246 + - uid: 22527 components: - type: Transform - pos: 32.5,-26.5 + pos: 93.5,188.5 parent: 1 - - uid: 12247 + - uid: 22528 components: - type: Transform - pos: 36.5,-26.5 + pos: 92.5,188.5 parent: 1 - - uid: 12248 + - uid: 22529 components: - type: Transform - pos: 28.5,-26.5 + pos: 91.5,187.5 parent: 1 - - uid: 12249 + - uid: 22530 components: - type: Transform - pos: 26.5,-10.5 + pos: 94.5,191.5 parent: 1 - - uid: 12250 + - uid: 22531 components: - type: Transform - pos: 29.5,-26.5 + pos: 93.5,191.5 parent: 1 - - uid: 12251 + - uid: 22532 components: - type: Transform - pos: 19.5,-17.5 + pos: 92.5,191.5 parent: 1 - - uid: 12252 + - uid: 22533 components: - type: Transform - pos: 19.5,-18.5 + pos: 92.5,190.5 parent: 1 - - uid: 12253 + - uid: 22534 components: - type: Transform - pos: 27.5,-10.5 + pos: 91.5,190.5 parent: 1 - - uid: 12254 + - uid: 22535 components: - type: Transform - pos: 27.5,-11.5 + pos: 89.5,190.5 parent: 1 - - uid: 12255 + - uid: 22536 components: - type: Transform - pos: 29.5,-11.5 + pos: 90.5,189.5 parent: 1 - - uid: 12256 + - uid: 22537 components: - type: Transform - pos: 31.5,-11.5 + pos: 90.5,196.5 parent: 1 - - uid: 12257 + - uid: 22538 components: - type: Transform - pos: 34.5,-11.5 + pos: 91.5,195.5 parent: 1 - - uid: 12258 + - uid: 22539 components: - type: Transform - pos: 36.5,-11.5 + pos: 86.5,190.5 parent: 1 - - uid: 12259 + - uid: 22540 components: - type: Transform - pos: 38.5,-11.5 + pos: 86.5,189.5 parent: 1 - - uid: 12260 + - uid: 22541 components: - type: Transform - pos: 38.5,-10.5 + pos: 83.5,188.5 parent: 1 - - uid: 12261 + - uid: 22542 components: - type: Transform - pos: 39.5,-10.5 + pos: 84.5,189.5 parent: 1 - - uid: 12262 + - uid: 22543 components: - type: Transform - pos: 41.5,-10.5 + pos: 82.5,189.5 parent: 1 - - uid: 12263 + - uid: 22544 components: - type: Transform - pos: 43.5,-10.5 + pos: 83.5,189.5 parent: 1 - - uid: 12264 + - uid: 22545 components: - type: Transform - pos: 45.5,-10.5 + pos: 83.5,191.5 parent: 1 - - uid: 12265 + - uid: 22546 components: - type: Transform - pos: 46.5,-10.5 + pos: 81.5,191.5 parent: 1 - - uid: 12266 + - uid: 22547 components: - type: Transform - pos: 46.5,-22.5 + pos: 82.5,192.5 parent: 1 - - uid: 12267 + - uid: 22548 components: - type: Transform - pos: 46.5,-21.5 + pos: 84.5,191.5 parent: 1 - - uid: 12268 + - uid: 22549 components: - type: Transform - pos: 46.5,-20.5 + pos: 84.5,192.5 parent: 1 - - uid: 12269 + - uid: 22550 components: - type: Transform - pos: 46.5,-19.5 + pos: 93.5,196.5 parent: 1 - - uid: 12270 + - uid: 22551 components: - type: Transform - pos: 46.5,-18.5 + pos: 88.5,192.5 parent: 1 - - uid: 12271 + - uid: 22552 components: - type: Transform - pos: 46.5,-17.5 + pos: 87.5,192.5 parent: 1 - - uid: 12272 + - uid: 22553 components: - type: Transform - pos: 46.5,-16.5 + pos: 83.5,193.5 parent: 1 - - uid: 12273 + - uid: 22554 components: - type: Transform - pos: 46.5,-15.5 + pos: 86.5,194.5 parent: 1 - - uid: 12274 + - uid: 22555 components: - type: Transform - pos: 46.5,-14.5 + pos: 80.5,190.5 parent: 1 - - uid: 12275 + - uid: 22556 components: - type: Transform - pos: 46.5,-13.5 + pos: 87.5,193.5 parent: 1 - - uid: 12276 + - uid: 22557 components: - type: Transform - pos: 46.5,-12.5 + pos: 70.5,184.5 parent: 1 - - uid: 12277 + - uid: 22558 components: - type: Transform - pos: 46.5,-11.5 + pos: 79.5,188.5 parent: 1 - - uid: 12278 + - uid: 22559 components: - type: Transform - pos: 20.5,-22.5 + pos: 87.5,196.5 parent: 1 - - uid: 12279 + - uid: 22560 components: - type: Transform - pos: 21.5,-22.5 + pos: 88.5,195.5 parent: 1 - - uid: 12280 + - uid: 22561 components: - type: Transform - pos: 22.5,-22.5 + pos: 87.5,195.5 parent: 1 - - uid: 12281 + - uid: 22562 components: - type: Transform - pos: 23.5,-22.5 + pos: 94.5,195.5 parent: 1 - - uid: 12282 + - uid: 22563 components: - type: Transform - pos: 24.5,-22.5 + pos: 93.5,194.5 parent: 1 - - uid: 12283 + - uid: 22564 components: - type: Transform - pos: 25.5,-22.5 + pos: 94.5,193.5 parent: 1 - - uid: 12284 + - uid: 22565 components: - type: Transform - pos: 26.5,-22.5 + pos: 93.5,192.5 parent: 1 - - uid: 12285 + - uid: 22566 components: - type: Transform - pos: 27.5,-22.5 + pos: 94.5,192.5 parent: 1 - - uid: 12286 + - uid: 22567 components: - type: Transform - pos: 28.5,-22.5 + pos: 93.5,193.5 parent: 1 - - uid: 12287 + - uid: 22568 components: - type: Transform - pos: 27.5,-23.5 + pos: 94.5,194.5 parent: 1 - - uid: 12288 + - uid: 22569 components: - type: Transform - pos: 30.5,-22.5 + pos: 92.5,195.5 parent: 1 - - uid: 12289 + - uid: 22570 components: - type: Transform - pos: 31.5,-22.5 + pos: 92.5,194.5 parent: 1 - - uid: 12290 + - uid: 22571 components: - type: Transform - pos: 32.5,-22.5 + pos: 90.5,194.5 parent: 1 - - uid: 12291 + - uid: 22572 components: - type: Transform - pos: 33.5,-22.5 + pos: 90.5,192.5 parent: 1 - - uid: 12292 + - uid: 22573 components: - type: Transform - pos: 34.5,-22.5 + pos: 91.5,192.5 parent: 1 - - uid: 12293 + - uid: 22574 components: - type: Transform - pos: 35.5,-22.5 + pos: 89.5,195.5 parent: 1 - - uid: 12294 + - uid: 22575 components: - type: Transform - pos: 27.5,-24.5 + pos: 89.5,196.5 parent: 1 - - uid: 12295 + - uid: 22576 components: - type: Transform - pos: 37.5,-22.5 + pos: 90.5,195.5 parent: 1 - - uid: 12296 + - uid: 22577 components: - type: Transform - pos: 38.5,-22.5 + pos: 91.5,196.5 parent: 1 - - uid: 12297 + - uid: 22578 components: - type: Transform - pos: 39.5,-22.5 + pos: 92.5,196.5 parent: 1 - - uid: 12298 + - uid: 22579 components: - type: Transform - pos: 40.5,-22.5 + pos: 93.5,195.5 parent: 1 - - uid: 12299 + - uid: 22580 components: - type: Transform - pos: 41.5,-22.5 + pos: 86.5,192.5 parent: 1 - - uid: 12300 + - uid: 22581 components: - type: Transform - pos: 42.5,-22.5 + pos: 85.5,195.5 parent: 1 - - uid: 12301 + - uid: 22582 components: - type: Transform - pos: 43.5,-22.5 + pos: 88.5,196.5 parent: 1 - - uid: 12302 + - uid: 22583 components: - type: Transform - pos: 44.5,-22.5 + pos: 85.5,196.5 parent: 1 - - uid: 12303 + - uid: 22584 components: - type: Transform - pos: 45.5,-22.5 + pos: 83.5,196.5 parent: 1 - - uid: 12304 + - uid: 22585 components: - type: Transform - pos: 20.5,-14.5 + pos: 86.5,195.5 parent: 1 - - uid: 12305 + - uid: 22586 components: - type: Transform - pos: 21.5,-14.5 + pos: 84.5,196.5 parent: 1 - - uid: 12306 + - uid: 22587 components: - type: Transform - pos: 22.5,-14.5 + pos: 83.5,195.5 parent: 1 - - uid: 12307 + - uid: 22588 components: - type: Transform - pos: 23.5,-14.5 + pos: 76.5,193.5 parent: 1 - - uid: 12308 + - uid: 22589 components: - type: Transform - pos: 24.5,-14.5 + pos: 76.5,192.5 parent: 1 - - uid: 12309 + - uid: 22590 components: - type: Transform - pos: 25.5,-14.5 + pos: 75.5,191.5 parent: 1 - - uid: 12310 + - uid: 22591 components: - type: Transform - pos: 26.5,-14.5 + pos: 78.5,190.5 parent: 1 - - uid: 12311 + - uid: 22592 components: - type: Transform - pos: 27.5,-14.5 + pos: 77.5,188.5 parent: 1 - - uid: 12312 + - uid: 22593 components: - type: Transform - pos: 27.5,-13.5 + pos: 76.5,188.5 parent: 1 - - uid: 12313 + - uid: 22594 components: - type: Transform - pos: 27.5,-15.5 + pos: 76.5,189.5 parent: 1 - - uid: 12314 + - uid: 22595 components: - type: Transform - pos: 27.5,-17.5 + pos: 73.5,188.5 parent: 1 - - uid: 12315 + - uid: 22596 components: - type: Transform - pos: 27.5,-18.5 + pos: 65.5,192.5 parent: 1 - - uid: 12316 + - uid: 22597 components: - type: Transform - pos: 27.5,-19.5 + pos: 65.5,193.5 parent: 1 - - uid: 12317 + - uid: 22598 components: - type: Transform - pos: 26.5,-18.5 + pos: 64.5,195.5 parent: 1 - - uid: 12318 + - uid: 22599 components: - type: Transform - pos: 25.5,-18.5 + pos: 64.5,194.5 parent: 1 - - uid: 12319 + - uid: 22600 components: - type: Transform - pos: 24.5,-18.5 + pos: 65.5,194.5 parent: 1 - - uid: 12320 + - uid: 22601 components: - type: Transform - pos: 23.5,-18.5 + pos: 64.5,187.5 parent: 1 - - uid: 12321 + - uid: 22602 components: - type: Transform - pos: 22.5,-18.5 + pos: 66.5,196.5 parent: 1 - - uid: 12322 + - uid: 22603 components: - type: Transform - pos: 21.5,-18.5 + pos: 59.5,191.5 parent: 1 - - uid: 12323 + - uid: 22604 components: - type: Transform - pos: 20.5,-18.5 + pos: 66.5,187.5 parent: 1 - - uid: 12324 + - uid: 22605 components: - type: Transform - pos: 27.5,-21.5 + pos: 74.5,193.5 parent: 1 - - uid: 12325 + - uid: 22606 components: - type: Transform - pos: 38.5,-21.5 + pos: 75.5,192.5 parent: 1 - - uid: 12326 + - uid: 22607 components: - type: Transform - pos: 38.5,-19.5 + pos: 75.5,193.5 parent: 1 - - uid: 12327 + - uid: 22608 components: - type: Transform - pos: 38.5,-18.5 + pos: 78.5,194.5 parent: 1 - - uid: 12328 + - uid: 22609 components: - type: Transform - pos: 38.5,-17.5 + pos: 78.5,193.5 parent: 1 - - uid: 12329 + - uid: 22610 components: - type: Transform - pos: 38.5,-15.5 + pos: 79.5,193.5 parent: 1 - - uid: 12330 + - uid: 22611 components: - type: Transform - pos: 38.5,-14.5 + pos: 79.5,194.5 parent: 1 - - uid: 12331 + - uid: 22612 components: - type: Transform - pos: 38.5,-13.5 + pos: 79.5,196.5 parent: 1 - - uid: 12332 + - uid: 22613 components: - type: Transform - pos: 39.5,-14.5 + pos: 77.5,195.5 parent: 1 - - uid: 12333 + - uid: 22614 components: - type: Transform - pos: 40.5,-14.5 + pos: 75.5,195.5 parent: 1 - - uid: 12334 + - uid: 22615 components: - type: Transform - pos: 41.5,-14.5 + pos: 77.5,196.5 parent: 1 - - uid: 12335 + - uid: 22616 components: - type: Transform - pos: 42.5,-14.5 + pos: 72.5,189.5 parent: 1 - - uid: 12336 + - uid: 22617 components: - type: Transform - pos: 43.5,-14.5 + pos: 73.5,193.5 parent: 1 - - uid: 12337 + - uid: 22618 components: - type: Transform - pos: 44.5,-14.5 + pos: 73.5,192.5 parent: 1 - - uid: 12338 + - uid: 22619 components: - type: Transform - pos: 45.5,-14.5 + pos: 74.5,192.5 parent: 1 - - uid: 12339 + - uid: 22620 components: - type: Transform - pos: 39.5,-18.5 + pos: 73.5,191.5 parent: 1 - - uid: 12340 + - uid: 22621 components: - type: Transform - pos: 40.5,-18.5 + pos: 74.5,190.5 parent: 1 - - uid: 12341 + - uid: 22622 components: - type: Transform - pos: 41.5,-18.5 + pos: 74.5,191.5 parent: 1 - - uid: 12342 + - uid: 22623 components: - type: Transform - pos: 42.5,-18.5 + pos: 73.5,190.5 parent: 1 - - uid: 12343 + - uid: 22624 components: - type: Transform - pos: 43.5,-18.5 + pos: 74.5,189.5 parent: 1 - - uid: 12344 + - uid: 22625 components: - type: Transform - pos: 44.5,-18.5 + pos: 73.5,189.5 parent: 1 - - uid: 12345 + - uid: 22626 components: - type: Transform - pos: 45.5,-18.5 + pos: 74.5,188.5 parent: 1 - - uid: 12346 + - uid: 22627 components: - type: Transform - pos: 33.5,-26.5 + pos: 75.5,189.5 parent: 1 - - uid: 12347 + - uid: 22628 components: - type: Transform - pos: 31.5,-26.5 + pos: 75.5,188.5 parent: 1 - - uid: 12348 + - uid: 22629 components: - type: Transform - pos: 38.5,-26.5 + pos: 61.5,193.5 parent: 1 - - uid: 12349 + - uid: 22630 components: - type: Transform - pos: 38.5,-25.5 + pos: 69.5,195.5 parent: 1 - - uid: 12350 + - uid: 22631 components: - type: Transform - pos: 38.5,-24.5 + pos: 68.5,188.5 parent: 1 - - uid: 12351 + - uid: 22632 components: - type: Transform - pos: 38.5,-23.5 + pos: 68.5,194.5 parent: 1 - - uid: 12352 + - uid: 22633 components: - type: Transform - pos: 32.5,-23.5 + pos: 68.5,193.5 parent: 1 - - uid: 12353 + - uid: 22634 components: - type: Transform - pos: 32.5,-24.5 + pos: 67.5,192.5 parent: 1 - - uid: 12354 + - uid: 22635 components: - type: Transform - pos: 32.5,-25.5 + pos: 67.5,193.5 parent: 1 - - uid: 12355 + - uid: 22636 components: - type: Transform - pos: 30.5,-24.5 + pos: 67.5,194.5 parent: 1 - - uid: 12356 + - uid: 22637 components: - type: Transform - pos: 31.5,-24.5 + pos: 68.5,195.5 parent: 1 - - uid: 12357 + - uid: 22638 components: - type: Transform - pos: 33.5,-24.5 + pos: 68.5,196.5 parent: 1 - - uid: 12358 + - uid: 22639 components: - type: Transform - pos: 34.5,-24.5 + pos: 67.5,196.5 parent: 1 - - uid: 12359 + - uid: 22640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-10.5 + pos: 67.5,195.5 parent: 1 - - uid: 12360 + - uid: 22641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,-15.5 + pos: 69.5,194.5 parent: 1 - - uid: 12361 + - uid: 22642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,-15.5 + pos: 51.5,190.5 parent: 1 - - uid: 12362 + - uid: 22643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,-15.5 + pos: 58.5,189.5 parent: 1 - - uid: 12363 + - uid: 22644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,-15.5 + pos: 61.5,192.5 parent: 1 - - uid: 12364 + - uid: 22645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-16.5 + pos: 59.5,190.5 parent: 1 - - uid: 12365 + - uid: 22646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-15.5 + pos: 60.5,191.5 parent: 1 - - uid: 12366 + - uid: 22647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-12.5 + pos: 60.5,192.5 parent: 1 - - uid: 12367 + - uid: 22648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-4.5 + pos: 60.5,188.5 parent: 1 - - uid: 12368 + - uid: 22649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-12.5 + pos: 62.5,188.5 parent: 1 - - uid: 12369 + - uid: 22650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-13.5 + pos: 64.5,185.5 parent: 1 - - uid: 12370 + - uid: 22651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-3.5 + pos: 61.5,187.5 parent: 1 - - uid: 12371 + - uid: 22652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-11.5 + pos: 63.5,186.5 parent: 1 - - uid: 12372 + - uid: 22653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-10.5 + pos: 55.5,188.5 parent: 1 - - uid: 12373 + - uid: 22654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-7.5 + pos: 57.5,188.5 parent: 1 - - uid: 12374 + - uid: 22655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-8.5 + pos: 55.5,195.5 parent: 1 - - uid: 12375 + - uid: 22656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-7.5 + pos: 56.5,196.5 parent: 1 - - uid: 12376 + - uid: 22657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-6.5 + pos: 70.5,189.5 parent: 1 - - uid: 12377 + - uid: 22658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-7.5 + pos: 71.5,189.5 parent: 1 - - uid: 12378 + - uid: 22659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-7.5 + pos: 70.5,188.5 parent: 1 - - uid: 12379 + - uid: 22660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-6.5 + pos: 67.5,184.5 parent: 1 - - uid: 12380 + - uid: 22661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-5.5 + pos: 67.5,185.5 parent: 1 - - uid: 12381 + - uid: 22662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,-3.5 + pos: 69.5,187.5 parent: 1 - - uid: 12382 + - uid: 22663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-3.5 + pos: 66.5,182.5 parent: 1 - - uid: 12383 + - uid: 22664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-3.5 + pos: 66.5,183.5 parent: 1 - - uid: 12384 + - uid: 22665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-3.5 + pos: 199.5,182.5 parent: 1 - - uid: 12385 + - uid: 22666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-3.5 + pos: 47.5,185.5 parent: 1 - - uid: 12386 + - uid: 22667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-4.5 + pos: 52.5,192.5 parent: 1 - - uid: 12387 + - uid: 22668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-3.5 + pos: 51.5,193.5 parent: 1 - - uid: 12388 + - uid: 22669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-3.5 + pos: 49.5,193.5 parent: 1 - - uid: 12389 + - uid: 22670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-3.5 + pos: 49.5,192.5 parent: 1 - - uid: 12390 + - uid: 22671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,-3.5 + pos: 49.5,195.5 parent: 1 - - uid: 12391 + - uid: 22672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,-3.5 + pos: 51.5,194.5 parent: 1 - - uid: 12392 + - uid: 22673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-3.5 + pos: 53.5,194.5 parent: 1 - - uid: 12393 + - uid: 22674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,-3.5 + pos: 53.5,195.5 parent: 1 - - uid: 12394 + - uid: 22675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,-3.5 + pos: 50.5,196.5 parent: 1 - - uid: 12395 + - uid: 22676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-3.5 + pos: 49.5,196.5 parent: 1 - - uid: 12396 + - uid: 22677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,-3.5 + pos: 52.5,196.5 parent: 1 - - uid: 12397 + - uid: 22678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,-3.5 + pos: 55.5,196.5 parent: 1 - - uid: 12398 + - uid: 22679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 116.5,-3.5 + pos: 54.5,196.5 parent: 1 - - uid: 12399 + - uid: 22680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,-3.5 + pos: 59.5,196.5 parent: 1 - - uid: 12400 + - uid: 22681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,-3.5 + pos: 58.5,195.5 parent: 1 - - uid: 12401 + - uid: 22682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-3.5 + pos: 57.5,194.5 parent: 1 - - uid: 12402 + - uid: 22683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-8.5 + pos: 56.5,192.5 parent: 1 - - uid: 12403 + - uid: 22684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-7.5 + pos: 55.5,192.5 parent: 1 - - uid: 12404 + - uid: 22685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-6.5 + pos: 53.5,191.5 parent: 1 - - uid: 12405 + - uid: 22686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 119.5,-5.5 + pos: 54.5,191.5 parent: 1 - - uid: 12406 + - uid: 22687 components: - type: Transform - pos: 108.5,-14.5 + pos: 56.5,193.5 parent: 1 - - uid: 12407 + - uid: 22688 components: - type: Transform - pos: 108.5,-12.5 + pos: 54.5,192.5 parent: 1 - - uid: 12408 + - uid: 22689 components: - type: Transform - pos: 108.5,-11.5 + pos: 55.5,193.5 parent: 1 - - uid: 12409 + - uid: 22690 components: - type: Transform - pos: 108.5,-10.5 + pos: 57.5,195.5 parent: 1 - - uid: 12410 + - uid: 22691 components: - type: Transform - pos: 108.5,-9.5 + pos: 56.5,194.5 parent: 1 - - uid: 12411 + - uid: 22692 components: - type: Transform - pos: 108.5,-8.5 + pos: 57.5,196.5 parent: 1 - - uid: 12412 + - uid: 22693 components: - type: Transform - pos: 108.5,-7.5 + pos: 50.5,185.5 parent: 1 - - uid: 12413 + - uid: 22694 components: - type: Transform - pos: 108.5,-6.5 + pos: 51.5,185.5 parent: 1 - - uid: 12414 + - uid: 22695 components: - type: Transform - pos: 109.5,-6.5 + pos: 49.5,185.5 parent: 1 - - uid: 12415 + - uid: 22696 components: - type: Transform - pos: 110.5,-6.5 + pos: 46.5,185.5 parent: 1 - - uid: 12416 + - uid: 22697 components: - type: Transform - pos: 110.5,-5.5 + pos: 70.5,185.5 parent: 1 - - uid: 12417 + - uid: 22698 components: - type: Transform - pos: 110.5,-4.5 + pos: 174.5,196.5 parent: 1 - - uid: 12418 + - uid: 22699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,20.5 + pos: 172.5,196.5 parent: 1 - - uid: 12419 + - uid: 22700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,20.5 + pos: 45.5,185.5 parent: 1 - - uid: 12420 + - uid: 22701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,20.5 + pos: 49.5,184.5 parent: 1 - - uid: 12422 + - uid: 22702 components: - type: Transform - pos: 119.5,-4.5 + pos: 48.5,185.5 parent: 1 - - uid: 12423 + - uid: 22703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,20.5 + pos: 71.5,186.5 parent: 1 - - uid: 12426 + - uid: 22704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,15.5 + pos: 50.5,184.5 parent: 1 - - uid: 12427 + - uid: 22705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,14.5 + pos: 72.5,187.5 parent: 1 - - uid: 12428 + - uid: 22706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,20.5 + pos: 59.5,187.5 parent: 1 - - uid: 12429 + - uid: 22707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,20.5 + pos: 37.5,188.5 parent: 1 - - uid: 12430 + - uid: 22708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,15.5 + pos: 70.5,183.5 parent: 1 - - uid: 12431 + - uid: 22709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,20.5 + pos: 69.5,183.5 parent: 1 - - uid: 12432 + - uid: 22710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,13.5 + pos: 69.5,182.5 parent: 1 - - uid: 12433 + - uid: 22711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,20.5 + pos: 68.5,182.5 parent: 1 - - uid: 12434 + - uid: 22712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,19.5 + pos: 68.5,181.5 parent: 1 - - uid: 12435 + - uid: 22713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,16.5 + pos: 72.5,188.5 parent: 1 - - uid: 12436 + - uid: 22714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,20.5 + pos: 72.5,186.5 parent: 1 - - uid: 12437 + - uid: 22715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,17.5 + pos: 65.5,181.5 parent: 1 - - uid: 12438 + - uid: 22716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,20.5 + pos: 64.5,181.5 parent: 1 - - uid: 12439 + - uid: 22717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,20.5 + pos: 65.5,182.5 parent: 1 - - uid: 12440 + - uid: 22718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,20.5 + pos: 67.5,181.5 parent: 1 - - uid: 12441 + - uid: 22719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,20.5 + pos: 63.5,182.5 parent: 1 - - uid: 12442 + - uid: 22720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,20.5 + pos: 63.5,183.5 parent: 1 - - uid: 12443 + - uid: 22721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,20.5 + pos: 63.5,184.5 parent: 1 - - uid: 12444 + - uid: 22722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,18.5 + pos: 64.5,184.5 parent: 1 - - uid: 12445 + - uid: 22723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,12.5 + pos: 65.5,184.5 parent: 1 - - uid: 12446 + - uid: 22724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,11.5 + pos: 65.5,183.5 parent: 1 - - uid: 12447 + - uid: 22725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,11.5 + pos: 67.5,183.5 parent: 1 - - uid: 12448 + - uid: 22726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,11.5 + pos: 67.5,182.5 parent: 1 - - uid: 12449 + - uid: 22727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,11.5 + pos: 68.5,183.5 parent: 1 - - uid: 12450 + - uid: 22728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,11.5 + pos: 64.5,183.5 parent: 1 - - uid: 12451 + - uid: 22729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,11.5 + pos: 62.5,184.5 parent: 1 - - uid: 12452 + - uid: 22730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,11.5 + pos: 62.5,183.5 parent: 1 - - uid: 12453 + - uid: 22731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,11.5 + pos: 63.5,185.5 parent: 1 - - uid: 12454 + - uid: 22732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,11.5 + pos: 61.5,184.5 parent: 1 - - uid: 12455 + - uid: 22733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,11.5 + pos: 62.5,185.5 parent: 1 - - uid: 12456 + - uid: 22734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,11.5 + pos: 61.5,185.5 parent: 1 - - uid: 12457 + - uid: 22735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,11.5 + pos: 61.5,183.5 parent: 1 - - uid: 12458 + - uid: 22736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,11.5 + pos: 60.5,184.5 parent: 1 - - uid: 12460 + - uid: 22737 components: - type: Transform - pos: 100.5,15.5 + pos: 60.5,185.5 parent: 1 - - uid: 12468 + - uid: 22738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,16.5 + pos: 59.5,186.5 parent: 1 - - uid: 12470 + - uid: 22739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,15.5 + pos: 58.5,187.5 parent: 1 - - uid: 12472 + - uid: 22740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,15.5 + pos: 58.5,186.5 parent: 1 - - uid: 12474 + - uid: 22741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,15.5 + pos: 57.5,187.5 parent: 1 - - uid: 12476 + - uid: 22742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,15.5 + pos: 57.5,186.5 parent: 1 - - uid: 12477 + - uid: 22743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,15.5 + pos: 56.5,187.5 parent: 1 - - uid: 12478 + - uid: 22744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,15.5 + pos: 56.5,186.5 parent: 1 - - uid: 12479 + - uid: 22745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,15.5 + pos: 55.5,187.5 parent: 1 - - uid: 12480 + - uid: 22746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,14.5 + pos: 55.5,186.5 parent: 1 - - uid: 12481 + - uid: 22747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,12.5 + pos: 54.5,187.5 parent: 1 - - uid: 12482 + - uid: 22748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,15.5 + pos: 54.5,186.5 parent: 1 - - uid: 12485 + - uid: 22749 components: - type: Transform - pos: 185.5,-150.5 + pos: 53.5,187.5 parent: 1 - - uid: 12489 + - uid: 22750 components: - type: Transform - pos: 175.5,-173.5 + pos: 53.5,186.5 parent: 1 - - uid: 12491 + - uid: 22751 components: - type: Transform - pos: 189.5,-153.5 + pos: 52.5,187.5 parent: 1 - - uid: 12492 + - uid: 22752 components: - type: Transform - pos: 188.5,-150.5 + pos: 52.5,186.5 parent: 1 - - uid: 12493 + - uid: 22753 components: - type: Transform - pos: 189.5,-159.5 + pos: 51.5,187.5 parent: 1 - - uid: 12494 + - uid: 22754 components: - type: Transform - pos: 187.5,-150.5 + pos: 51.5,186.5 parent: 1 - - uid: 12495 + - uid: 22755 components: - type: Transform - pos: 189.5,-155.5 + pos: 50.5,187.5 parent: 1 - - uid: 12496 + - uid: 22756 components: - type: Transform - pos: 182.5,-150.5 + pos: 50.5,186.5 parent: 1 - - uid: 12497 + - uid: 22757 components: - type: Transform - pos: 186.5,-150.5 + pos: 49.5,187.5 parent: 1 - - uid: 12500 + - uid: 22758 components: - type: Transform - pos: 181.5,-150.5 + pos: 49.5,186.5 parent: 1 - - uid: 12501 + - uid: 22759 components: - type: Transform - pos: 183.5,-150.5 + pos: 48.5,187.5 parent: 1 - - uid: 12502 + - uid: 22760 components: - type: Transform - pos: 189.5,-152.5 + pos: 48.5,186.5 parent: 1 - - uid: 12503 + - uid: 22761 components: - type: Transform - pos: 189.5,-160.5 + pos: 47.5,187.5 parent: 1 - - uid: 12505 + - uid: 22762 components: - type: Transform - pos: 175.5,-176.5 + pos: 47.5,186.5 parent: 1 - - uid: 12506 + - uid: 22763 components: - type: Transform - pos: 189.5,-166.5 + pos: 46.5,187.5 parent: 1 - - uid: 12507 + - uid: 22764 components: - type: Transform - pos: 189.5,-162.5 + pos: 46.5,186.5 parent: 1 - - uid: 12508 + - uid: 22765 components: - type: Transform - pos: 189.5,-150.5 + pos: 59.5,185.5 parent: 1 - - uid: 12509 + - uid: 22766 components: - type: Transform - pos: 189.5,-161.5 + pos: 48.5,184.5 parent: 1 - - uid: 12510 + - uid: 22767 components: - type: Transform - pos: 189.5,-151.5 + pos: 47.5,184.5 parent: 1 - - uid: 12511 + - uid: 22768 components: - type: Transform - pos: 189.5,-158.5 + pos: 46.5,184.5 parent: 1 - - uid: 12512 + - uid: 22769 components: - type: Transform - pos: 189.5,-157.5 + pos: 45.5,184.5 parent: 1 - - uid: 12513 + - uid: 22770 components: - type: Transform - pos: 179.5,-150.5 + pos: 44.5,184.5 parent: 1 - - uid: 12514 + - uid: 22771 components: - type: Transform - pos: 189.5,-164.5 + pos: 43.5,184.5 parent: 1 - - uid: 12515 + - uid: 22772 components: - type: Transform - pos: 189.5,-168.5 + pos: 49.5,183.5 parent: 1 - - uid: 12516 + - uid: 22773 components: - type: Transform - pos: 189.5,-167.5 + pos: 48.5,183.5 parent: 1 - - uid: 12517 + - uid: 22774 components: - type: Transform - pos: 189.5,-173.5 + pos: 47.5,183.5 parent: 1 - - uid: 12518 + - uid: 22775 components: - type: Transform - pos: 189.5,-154.5 + pos: 46.5,183.5 parent: 1 - - uid: 12519 + - uid: 22776 components: - type: Transform - pos: 189.5,-169.5 + pos: 45.5,183.5 parent: 1 - - uid: 12520 + - uid: 22777 components: - type: Transform - pos: 175.5,-175.5 + pos: 44.5,183.5 parent: 1 - - uid: 12521 + - uid: 22778 components: - type: Transform - pos: 189.5,-170.5 + pos: 43.5,183.5 parent: 1 - - uid: 12522 + - uid: 22779 components: - type: Transform - pos: 189.5,-171.5 + pos: 48.5,182.5 parent: 1 - - uid: 12523 + - uid: 22780 components: - type: Transform - pos: 189.5,-172.5 + pos: 47.5,182.5 parent: 1 - - uid: 12524 + - uid: 22781 components: - type: Transform - pos: 184.5,-150.5 + pos: 46.5,182.5 parent: 1 - - uid: 12525 + - uid: 22782 components: - type: Transform - pos: 189.5,-174.5 + pos: 45.5,182.5 parent: 1 - - uid: 12526 + - uid: 22783 components: - type: Transform - pos: 189.5,-175.5 + pos: 44.5,182.5 parent: 1 - - uid: 12527 + - uid: 22784 components: - type: Transform - pos: 189.5,-176.5 + pos: 43.5,182.5 parent: 1 - - uid: 12528 + - uid: 22785 components: - type: Transform - pos: 189.5,-177.5 + pos: 42.5,182.5 parent: 1 - - uid: 12529 + - uid: 22786 components: - type: Transform - pos: 189.5,-178.5 + pos: 47.5,181.5 parent: 1 - - uid: 12530 + - uid: 22787 components: - type: Transform - pos: 189.5,-179.5 + pos: 46.5,181.5 parent: 1 - - uid: 12531 + - uid: 22788 components: - type: Transform - pos: 189.5,-180.5 + pos: 45.5,181.5 parent: 1 - - uid: 12532 + - uid: 22789 components: - type: Transform - pos: 189.5,-181.5 + pos: 44.5,181.5 parent: 1 - - uid: 12535 + - uid: 22790 components: - type: Transform - pos: 176.5,-165.5 + pos: 43.5,181.5 parent: 1 - - uid: 12536 + - uid: 22791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-30.5 + pos: 42.5,181.5 parent: 1 - - uid: 12537 + - uid: 22792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-30.5 + pos: 41.5,184.5 parent: 1 - - uid: 12538 + - uid: 22793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-30.5 + pos: 41.5,185.5 parent: 1 - - uid: 12539 + - uid: 22794 components: - type: Transform - pos: 175.5,-163.5 + pos: 41.5,186.5 parent: 1 - - uid: 12540 + - uid: 22795 components: - type: Transform - pos: 174.5,-170.5 + pos: 41.5,187.5 parent: 1 - - uid: 12541 + - uid: 22796 components: - type: Transform - pos: 174.5,-169.5 + pos: 41.5,188.5 parent: 1 - - uid: 12542 + - uid: 22797 components: - type: Transform - pos: 176.5,-164.5 + pos: 40.5,183.5 parent: 1 - - uid: 12543 + - uid: 22798 components: - type: Transform - pos: 174.5,-152.5 + pos: 40.5,184.5 parent: 1 - - uid: 12544 + - uid: 22799 components: - type: Transform - pos: 176.5,-169.5 + pos: 40.5,185.5 parent: 1 - - uid: 12545 + - uid: 22800 components: - type: Transform - pos: 176.5,-168.5 + pos: 40.5,186.5 parent: 1 - - uid: 12546 + - uid: 22801 components: - type: Transform - pos: 175.5,-169.5 + pos: 40.5,187.5 parent: 1 - - uid: 12547 + - uid: 22802 components: - type: Transform - pos: 176.5,-163.5 + pos: 40.5,188.5 parent: 1 - - uid: 12548 + - uid: 22803 components: - type: Transform - pos: 176.5,-167.5 + pos: 39.5,184.5 parent: 1 - - uid: 12549 + - uid: 22804 components: - type: Transform - pos: 176.5,-166.5 + pos: 39.5,185.5 parent: 1 - - uid: 12550 + - uid: 22805 components: - type: Transform - pos: 174.5,-163.5 + pos: 39.5,186.5 parent: 1 - - uid: 12551 + - uid: 22806 components: - type: Transform - pos: 174.5,-162.5 + pos: 39.5,187.5 parent: 1 - - uid: 12552 + - uid: 22807 components: - type: Transform - pos: 174.5,-171.5 + pos: 39.5,188.5 parent: 1 - - uid: 12553 + - uid: 22808 components: - type: Transform - pos: 174.5,-172.5 + pos: 38.5,185.5 parent: 1 - - uid: 12554 + - uid: 22809 components: - type: Transform - pos: 175.5,-172.5 + pos: 38.5,186.5 parent: 1 - - uid: 12556 + - uid: 22810 components: - type: Transform - pos: 175.5,-177.5 + pos: 38.5,187.5 parent: 1 - - uid: 12557 + - uid: 22811 components: - type: Transform - pos: 175.5,-178.5 + pos: 38.5,188.5 parent: 1 - - uid: 12558 + - uid: 22812 components: - type: Transform - pos: 174.5,-178.5 + pos: 42.5,183.5 parent: 1 - - uid: 12559 + - uid: 22813 components: - type: Transform - pos: 173.5,-178.5 + pos: 42.5,184.5 parent: 1 - - uid: 12560 + - uid: 22814 components: - type: Transform - pos: 173.5,-179.5 + pos: 42.5,185.5 parent: 1 - - uid: 12561 + - uid: 22815 components: - type: Transform - pos: 173.5,-181.5 + pos: 42.5,186.5 parent: 1 - - uid: 12562 + - uid: 22816 components: - type: Transform - pos: 173.5,-180.5 + pos: 42.5,187.5 parent: 1 - - uid: 12566 + - uid: 22817 components: - type: Transform - pos: 175.5,-159.5 + pos: 42.5,188.5 parent: 1 - - uid: 12568 + - uid: 22818 components: - type: Transform - pos: 172.5,-160.5 + pos: 43.5,188.5 parent: 1 - - uid: 12570 + - uid: 22819 components: - type: Transform - pos: 174.5,-151.5 + pos: 43.5,187.5 parent: 1 - - uid: 12573 + - uid: 22820 components: - type: Transform - pos: 175.5,-160.5 + pos: 43.5,186.5 parent: 1 - - uid: 12575 + - uid: 22821 components: - type: Transform - pos: 174.5,-160.5 + pos: 44.5,188.5 parent: 1 - - uid: 12576 + - uid: 22822 components: - type: Transform - pos: 173.5,-160.5 + pos: 44.5,187.5 parent: 1 - - uid: 12577 + - uid: 22823 components: - type: Transform - pos: 177.5,-150.5 + pos: 44.5,186.5 parent: 1 - - uid: 12578 + - uid: 22824 components: - type: Transform - pos: 174.5,-153.5 + pos: 45.5,188.5 parent: 1 - - uid: 12579 + - uid: 22825 components: - type: Transform - pos: 171.5,-160.5 + pos: 45.5,187.5 parent: 1 - - uid: 12580 + - uid: 22826 components: - type: Transform - pos: 170.5,-160.5 + pos: 45.5,186.5 parent: 1 - - uid: 12581 + - uid: 22827 components: - type: Transform - pos: 169.5,-160.5 + pos: 43.5,185.5 parent: 1 - - uid: 12582 + - uid: 22828 components: - type: Transform - pos: 169.5,-155.5 + pos: 44.5,185.5 parent: 1 - - uid: 12583 + - uid: 22829 components: - type: Transform - pos: 174.5,-161.5 + pos: 37.5,189.5 parent: 1 - - uid: 12585 + - uid: 22830 components: - type: Transform - pos: 175.5,-158.5 + pos: 37.5,190.5 parent: 1 - - uid: 12586 + - uid: 22831 components: - type: Transform - pos: 175.5,-157.5 + pos: 37.5,191.5 parent: 1 - - uid: 12587 + - uid: 22832 components: - type: Transform - pos: 175.5,-156.5 + pos: 37.5,194.5 parent: 1 - - uid: 12588 + - uid: 22833 components: - type: Transform - pos: 175.5,-155.5 + pos: 37.5,195.5 parent: 1 - - uid: 12589 + - uid: 22834 components: - type: Transform - pos: 175.5,-154.5 + pos: 37.5,196.5 parent: 1 - - uid: 12590 + - uid: 22835 components: - type: Transform - pos: 174.5,-154.5 + pos: 34.5,196.5 parent: 1 - - uid: 12591 + - uid: 22836 components: - type: Transform - pos: 171.5,-177.5 + pos: 34.5,195.5 parent: 1 - - uid: 12593 + - uid: 22837 components: - type: Transform - pos: 169.5,-158.5 + pos: 34.5,194.5 parent: 1 - - uid: 12594 + - uid: 22838 components: - type: Transform - pos: 174.5,-150.5 + pos: 34.5,193.5 parent: 1 - - uid: 12595 + - uid: 22839 components: - type: Transform - pos: 173.5,-150.5 + pos: 38.5,190.5 parent: 1 - - uid: 12596 + - uid: 22840 components: - type: Transform - pos: 171.5,-150.5 + pos: 35.5,196.5 parent: 1 - - uid: 12597 + - uid: 22841 components: - type: Transform - pos: 170.5,-150.5 + pos: 35.5,195.5 parent: 1 - - uid: 12598 + - uid: 22842 components: - type: Transform - pos: 169.5,-150.5 + pos: 35.5,194.5 parent: 1 - - uid: 12599 + - uid: 22843 components: - type: Transform - pos: 169.5,-151.5 + pos: 35.5,193.5 parent: 1 - - uid: 12601 + - uid: 22844 components: - type: Transform - pos: 169.5,-153.5 + pos: 39.5,189.5 parent: 1 - - uid: 12602 + - uid: 22845 components: - type: Transform - pos: 169.5,-154.5 + pos: 36.5,196.5 parent: 1 - - uid: 12603 + - uid: 22846 components: - type: Transform - pos: 170.5,-154.5 + pos: 36.5,195.5 parent: 1 - - uid: 12604 + - uid: 22847 components: - type: Transform - pos: 173.5,-154.5 + pos: 36.5,194.5 parent: 1 - - uid: 12605 + - uid: 22848 components: - type: Transform - pos: 172.5,-154.5 + pos: 39.5,190.5 parent: 1 - - uid: 12606 + - uid: 22849 components: - type: Transform - pos: 178.5,-150.5 + pos: 35.5,191.5 parent: 1 - - uid: 12607 + - uid: 22850 components: - type: Transform - pos: 176.5,-150.5 + pos: 35.5,190.5 parent: 1 - - uid: 12608 + - uid: 22851 components: - type: Transform - pos: 175.5,-150.5 + pos: 36.5,191.5 parent: 1 - - uid: 12609 + - uid: 22852 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,8.5 + pos: 36.5,190.5 parent: 1 - - uid: 12610 + - uid: 22853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,7.5 + pos: 36.5,189.5 parent: 1 - - uid: 12611 + - uid: 22854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,6.5 + pos: 36.5,188.5 parent: 1 - - uid: 12612 + - uid: 22855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,5.5 + pos: 37.5,187.5 parent: 1 - - uid: 12613 + - uid: 22856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,4.5 + pos: 40.5,190.5 parent: 1 - - uid: 12614 + - uid: 22857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 + pos: 40.5,189.5 parent: 1 - - uid: 12615 + - uid: 22858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,2.5 + pos: 38.5,189.5 parent: 1 - - uid: 12616 + - uid: 22859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,1.5 + pos: 41.5,191.5 parent: 1 - - uid: 12617 + - uid: 22860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 + pos: 41.5,192.5 parent: 1 - - uid: 12618 + - uid: 22861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 + pos: 41.5,193.5 parent: 1 - - uid: 12619 + - uid: 22862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,4.5 + pos: 41.5,194.5 parent: 1 - - uid: 12620 + - uid: 22863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-0.5 + pos: 42.5,194.5 parent: 1 - - uid: 12621 + - uid: 22864 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-0.5 + pos: 43.5,194.5 parent: 1 - - uid: 12622 + - uid: 22865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-0.5 + pos: 42.5,193.5 parent: 1 - - uid: 12623 + - uid: 22866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-0.5 + pos: 44.5,193.5 parent: 1 - - uid: 12624 + - uid: 22867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-0.5 + pos: 46.5,193.5 parent: 1 - - uid: 12625 + - uid: 22868 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-0.5 + pos: 47.5,192.5 parent: 1 - - uid: 12626 + - uid: 22869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-0.5 + pos: 47.5,191.5 parent: 1 - - uid: 12627 + - uid: 22870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-0.5 + pos: 47.5,190.5 parent: 1 - - uid: 12628 + - uid: 22871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-0.5 + pos: 45.5,191.5 parent: 1 - - uid: 12629 + - uid: 22872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-0.5 + pos: 43.5,191.5 parent: 1 - - uid: 12630 + - uid: 22873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-0.5 + pos: 43.5,190.5 parent: 1 - - uid: 12631 + - uid: 22874 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-0.5 + pos: 43.5,189.5 parent: 1 - - uid: 12632 + - uid: 22875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,0.5 + pos: 44.5,190.5 parent: 1 - - uid: 12633 + - uid: 22876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,3.5 + pos: 44.5,189.5 parent: 1 - - uid: 12634 + - uid: 22877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,4.5 + pos: 41.5,190.5 parent: 1 - - uid: 12635 + - uid: 22878 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,5.5 + pos: -1.5,116.5 parent: 1 - - uid: 12636 + - uid: 22879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,6.5 + pos: 172.5,197.5 parent: 1 - - uid: 12637 + - uid: 22880 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,7.5 + pos: -1.5,117.5 parent: 1 - - uid: 12638 + - uid: 22881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 + pos: -1.5,118.5 parent: 1 - - uid: 12639 + - uid: 22882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,4.5 + pos: -1.5,119.5 parent: 1 - - uid: 12640 + - uid: 22883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,4.5 + pos: 173.5,196.5 parent: 1 - - uid: 12641 + - uid: 22884 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,4.5 + pos: 186.5,197.5 parent: 1 - - uid: 12642 + - uid: 22885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 + pos: -1.5,120.5 parent: 1 - - uid: 12643 + - uid: 22886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,4.5 + pos: -1.5,121.5 parent: 1 - - uid: 12644 + - uid: 22887 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,4.5 + pos: -1.5,122.5 parent: 1 - - uid: 12645 + - uid: 22888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,4.5 + pos: 184.5,195.5 parent: 1 - - uid: 12646 + - uid: 22889 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,4.5 + pos: -1.5,123.5 parent: 1 - - uid: 12647 + - uid: 22890 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,4.5 + pos: -1.5,124.5 parent: 1 - - uid: 12648 + - uid: 22891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,4.5 + pos: -1.5,125.5 parent: 1 - - uid: 12649 + - uid: 22892 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 + pos: -1.5,126.5 parent: 1 - - uid: 12650 + - uid: 22893 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,8.5 + pos: 174.5,197.5 parent: 1 - - uid: 12651 + - uid: 22894 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,8.5 + pos: 172.5,198.5 parent: 1 - - uid: 12652 + - uid: 22895 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,8.5 + pos: 175.5,197.5 parent: 1 - - uid: 12653 + - uid: 22896 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,8.5 + pos: 174.5,198.5 parent: 1 - - uid: 12654 + - uid: 22897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,8.5 + pos: -1.5,127.5 parent: 1 - - uid: 12655 + - uid: 22898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,8.5 + pos: 173.5,198.5 parent: 1 - - uid: 12656 + - uid: 22899 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,8.5 + pos: 184.5,197.5 parent: 1 - - uid: 12657 + - uid: 22900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,8.5 + pos: 186.5,195.5 parent: 1 - - uid: 12658 + - uid: 22901 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,8.5 + pos: 185.5,197.5 parent: 1 - - uid: 12659 + - uid: 22902 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,8.5 + pos: -1.5,128.5 parent: 1 - - uid: 12660 + - uid: 22903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,3.5 + pos: -160.5,40.5 parent: 1 - - uid: 12661 + - uid: 22904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,0.5 + pos: -1.5,129.5 parent: 1 - - uid: 12662 + - uid: 22905 components: - type: Transform - pos: 111.5,-7.5 + pos: 175.5,196.5 parent: 1 - - uid: 12663 + - uid: 22906 components: - type: Transform - pos: 116.5,-4.5 + pos: -1.5,130.5 parent: 1 - - uid: 12664 + - uid: 22907 components: - type: Transform - pos: 110.5,-7.5 + pos: -2.5,109.5 parent: 1 - - uid: 12665 + - uid: 22908 components: - type: Transform - pos: 109.5,-7.5 + pos: 184.5,196.5 parent: 1 - - uid: 12666 + - uid: 22909 components: - type: Transform - pos: 116.5,-7.5 + pos: -2.5,110.5 parent: 1 - - uid: 12667 + - uid: 22910 components: - type: Transform - pos: 116.5,-5.5 + pos: -2.5,111.5 parent: 1 - - uid: 12668 + - uid: 22911 components: - type: Transform - pos: 115.5,-7.5 + pos: -2.5,112.5 parent: 1 - - uid: 12669 + - uid: 22912 components: - type: Transform - pos: 113.5,-7.5 + pos: -2.5,113.5 parent: 1 - - uid: 12670 + - uid: 22913 components: - type: Transform - pos: 117.5,-6.5 + pos: -2.5,114.5 parent: 1 - - uid: 12671 + - uid: 22914 components: - type: Transform - pos: 116.5,-6.5 + pos: -2.5,115.5 parent: 1 - - uid: 12672 + - uid: 22915 components: - type: Transform - pos: 114.5,-7.5 + pos: -2.5,116.5 parent: 1 - - uid: 12673 + - uid: 22916 components: - type: Transform - pos: 108.5,-4.5 + pos: -2.5,117.5 parent: 1 - - uid: 12674 + - uid: 22917 components: - type: Transform - pos: 22.5,-19.5 + pos: -2.5,118.5 parent: 1 - - uid: 12675 + - uid: 22918 components: - type: Transform - pos: 22.5,-20.5 + pos: -2.5,119.5 parent: 1 - - uid: 12676 + - uid: 22919 components: - type: Transform - pos: 22.5,-16.5 + pos: -2.5,120.5 parent: 1 - - uid: 12677 + - uid: 22920 components: - type: Transform - pos: 22.5,-15.5 + pos: -2.5,121.5 parent: 1 - - uid: 12678 + - uid: 22921 components: - type: Transform - pos: 43.5,-16.5 + pos: -2.5,122.5 parent: 1 - - uid: 12679 + - uid: 22922 components: - type: Transform - pos: 43.5,-17.5 + pos: -2.5,123.5 parent: 1 - - uid: 12680 + - uid: 22923 components: - type: Transform - pos: 43.5,-20.5 + pos: -2.5,124.5 parent: 1 - - uid: 12681 + - uid: 22924 components: - type: Transform - pos: 43.5,-21.5 + pos: -2.5,125.5 parent: 1 - - uid: 12682 + - uid: 22925 components: - type: Transform - pos: -148.5,2.5 + pos: -2.5,126.5 parent: 1 - - uid: 12683 + - uid: 22926 components: - type: Transform - pos: -149.5,2.5 + pos: -2.5,127.5 parent: 1 - - uid: 12684 + - uid: 22927 components: - type: Transform - pos: -153.5,2.5 + pos: -2.5,128.5 parent: 1 - - uid: 12685 + - uid: 22928 components: - type: Transform - pos: -151.5,2.5 + pos: -2.5,129.5 parent: 1 - - uid: 12686 + - uid: 22929 components: - type: Transform - pos: -150.5,2.5 + pos: -2.5,130.5 parent: 1 - - uid: 12687 + - uid: 22930 components: - type: Transform - pos: -151.5,-26.5 + pos: -3.5,109.5 parent: 1 - - uid: 12688 + - uid: 22931 components: - type: Transform - pos: -155.5,-15.5 + pos: -3.5,110.5 parent: 1 - - uid: 12689 + - uid: 22932 components: - type: Transform - pos: -150.5,-23.5 + pos: -3.5,111.5 parent: 1 - - uid: 12690 + - uid: 22933 components: - type: Transform - pos: -153.5,-26.5 + pos: -3.5,112.5 parent: 1 - - uid: 12691 + - uid: 22934 components: - type: Transform - pos: -150.5,-26.5 + pos: -3.5,113.5 parent: 1 - - uid: 12692 + - uid: 22935 components: - type: Transform - pos: -150.5,-21.5 + pos: -3.5,114.5 parent: 1 - - uid: 12693 + - uid: 22936 components: - type: Transform - pos: -152.5,-26.5 + pos: -3.5,115.5 parent: 1 - - uid: 12694 + - uid: 22937 components: - type: Transform - pos: -165.5,-15.5 + pos: -3.5,116.5 parent: 1 - - uid: 12695 + - uid: 22938 components: - type: Transform - pos: -157.5,-26.5 + pos: -3.5,117.5 parent: 1 - - uid: 12696 + - uid: 22939 components: - type: Transform - pos: -154.5,-26.5 + pos: -3.5,118.5 parent: 1 - - uid: 12697 + - uid: 22940 components: - type: Transform - pos: -150.5,-24.5 + pos: -3.5,119.5 parent: 1 - - uid: 12698 + - uid: 22941 components: - type: Transform - pos: -150.5,-25.5 + pos: -3.5,120.5 parent: 1 - - uid: 12699 + - uid: 22942 components: - type: Transform - pos: -150.5,-22.5 + pos: -3.5,121.5 parent: 1 - - uid: 12700 + - uid: 22943 components: - type: Transform - pos: -156.5,-25.5 + pos: -3.5,122.5 parent: 1 - - uid: 12701 + - uid: 22944 components: - type: Transform - pos: -151.5,-21.5 + pos: -3.5,123.5 parent: 1 - - uid: 12702 + - uid: 22945 components: - type: Transform - pos: -151.5,-20.5 + pos: -3.5,124.5 parent: 1 - - uid: 12703 + - uid: 22946 components: - type: Transform - pos: -151.5,-18.5 + pos: -3.5,125.5 parent: 1 - - uid: 12704 + - uid: 22947 components: - type: Transform - pos: -151.5,-19.5 + pos: -3.5,126.5 parent: 1 - - uid: 12705 + - uid: 22948 components: - type: Transform - pos: -151.5,-17.5 + pos: -3.5,127.5 parent: 1 - - uid: 12706 + - uid: 22949 components: - type: Transform - pos: -151.5,-15.5 + pos: 189.5,198.5 parent: 1 - - uid: 12707 + - uid: 22950 components: - type: Transform - pos: -151.5,-16.5 + pos: -4.5,109.5 parent: 1 - - uid: 12708 + - uid: 22951 components: - type: Transform - pos: -152.5,-15.5 + pos: -4.5,110.5 parent: 1 - - uid: 12709 + - uid: 22952 components: - type: Transform - pos: -153.5,-15.5 + pos: -4.5,111.5 parent: 1 - - uid: 12710 + - uid: 22953 components: - type: Transform - pos: -154.5,-15.5 + pos: -4.5,112.5 parent: 1 - - uid: 12711 + - uid: 22954 components: - type: Transform - pos: -161.5,-15.5 + pos: -4.5,113.5 parent: 1 - - uid: 12712 + - uid: 22955 components: - type: Transform - pos: -156.5,-15.5 + pos: -4.5,114.5 parent: 1 - - uid: 12713 + - uid: 22956 components: - type: Transform - pos: -160.5,-26.5 + pos: -4.5,115.5 parent: 1 - - uid: 12714 + - uid: 22957 components: - type: Transform - pos: -159.5,-26.5 + pos: -4.5,116.5 parent: 1 - - uid: 12715 + - uid: 22958 components: - type: Transform - pos: -156.5,-23.5 + pos: -4.5,117.5 parent: 1 - - uid: 12716 + - uid: 22959 components: - type: Transform - pos: -157.5,-15.5 + pos: -4.5,118.5 parent: 1 - - uid: 12717 + - uid: 22960 components: - type: Transform - pos: -161.5,-26.5 + pos: -4.5,119.5 parent: 1 - - uid: 12718 + - uid: 22961 components: - type: Transform - pos: -165.5,-26.5 + pos: -4.5,120.5 parent: 1 - - uid: 12719 + - uid: 22962 components: - type: Transform - pos: -158.5,-26.5 + pos: -4.5,121.5 parent: 1 - - uid: 12720 + - uid: 22963 components: - type: Transform - pos: -160.5,-25.5 + pos: -4.5,122.5 parent: 1 - - uid: 12721 + - uid: 22964 components: - type: Transform - pos: -160.5,-23.5 + pos: -4.5,123.5 parent: 1 - - uid: 12722 + - uid: 22965 components: - type: Transform - pos: -160.5,-22.5 + pos: -4.5,124.5 parent: 1 - - uid: 12723 + - uid: 22966 components: - type: Transform - pos: -156.5,-26.5 + pos: -4.5,125.5 parent: 1 - - uid: 12724 + - uid: 22967 components: - type: Transform - pos: -157.5,-22.5 + pos: -4.5,126.5 parent: 1 - - uid: 12725 + - uid: 22968 components: - type: Transform - pos: -159.5,-22.5 + pos: -4.5,127.5 parent: 1 - - uid: 12726 + - uid: 22969 components: - type: Transform - pos: -158.5,-22.5 + pos: 185.5,195.5 parent: 1 - - uid: 12727 + - uid: 22970 components: - type: Transform - pos: -165.5,-22.5 + pos: 186.5,196.5 parent: 1 - - uid: 12728 + - uid: 22971 components: - type: Transform - pos: -156.5,-22.5 + pos: 186.5,198.5 parent: 1 - - uid: 12729 + - uid: 22972 components: - type: Transform - pos: -156.5,-24.5 + pos: -5.5,109.5 parent: 1 - - uid: 12730 + - uid: 22973 components: - type: Transform - pos: -154.5,-21.5 + pos: -5.5,110.5 parent: 1 - - uid: 12731 + - uid: 22974 components: - type: Transform - pos: -154.5,-22.5 + pos: -5.5,111.5 parent: 1 - - uid: 12732 + - uid: 22975 components: - type: Transform - pos: -154.5,-23.5 + pos: -5.5,112.5 parent: 1 - - uid: 12733 + - uid: 22976 components: - type: Transform - pos: -154.5,-24.5 + pos: -5.5,113.5 parent: 1 - - uid: 12734 + - uid: 22977 components: - type: Transform - pos: -154.5,-25.5 + pos: -5.5,114.5 parent: 1 - - uid: 12735 + - uid: 22978 components: - type: Transform - pos: -152.5,-21.5 + pos: -5.5,115.5 parent: 1 - - uid: 12736 + - uid: 22979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,-20.5 + pos: -5.5,116.5 parent: 1 - - uid: 12779 + - uid: 22980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,13.5 + pos: -5.5,117.5 parent: 1 - - uid: 12781 + - uid: 22981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 127.5,12.5 + pos: -5.5,118.5 parent: 1 - - uid: 17575 + - uid: 22982 components: - type: Transform - pos: -189.5,-106.5 + pos: -5.5,119.5 parent: 1 - - uid: 17577 + - uid: 22983 components: - type: Transform - pos: -408.5,95.5 + pos: -5.5,120.5 parent: 1 - - uid: 17969 + - uid: 22984 components: - type: Transform - pos: -406.5,95.5 + pos: -5.5,121.5 parent: 1 - - uid: 17989 + - uid: 22985 components: - type: Transform - pos: -405.5,95.5 + pos: -5.5,122.5 parent: 1 - - uid: 17994 + - uid: 22986 components: - type: Transform - pos: -402.5,95.5 + pos: -5.5,123.5 parent: 1 - - uid: 18975 + - uid: 22987 components: - type: Transform - pos: -407.5,95.5 + pos: -5.5,124.5 parent: 1 - - uid: 20861 + - uid: 22988 components: - type: Transform - pos: -189.5,-107.5 + pos: -5.5,125.5 parent: 1 - - uid: 22342 + - uid: 22989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -153.5,-0.5 + pos: -5.5,126.5 parent: 1 - - uid: 22491 + - uid: 22990 components: - type: Transform - pos: -182.5,-97.5 + pos: -5.5,127.5 parent: 1 - - uid: 22507 + - uid: 22991 components: - type: Transform - pos: -191.5,-105.5 + pos: -5.5,128.5 parent: 1 - - uid: 22508 + - uid: 22992 components: - type: Transform - pos: -190.5,-105.5 + pos: 174.5,195.5 parent: 1 - - uid: 22509 + - uid: 22993 components: - type: Transform - pos: -189.5,-105.5 + pos: 173.5,197.5 parent: 1 - - uid: 23180 + - uid: 22994 components: - type: Transform - pos: -402.5,115.5 + pos: -6.5,109.5 parent: 1 - - uid: 23194 + - uid: 22995 components: - type: Transform - pos: 97.5,15.5 + pos: -6.5,110.5 parent: 1 - - uid: 23197 + - uid: 22996 components: - type: Transform - pos: -402.5,113.5 + pos: -6.5,111.5 parent: 1 - - uid: 23202 + - uid: 22997 components: - type: Transform - pos: -402.5,114.5 + pos: -6.5,112.5 parent: 1 - - uid: 23222 + - uid: 22998 components: - type: Transform - pos: 98.5,15.5 + pos: -6.5,113.5 parent: 1 - - uid: 23789 + - uid: 22999 components: - type: Transform - pos: 99.5,15.5 + pos: -6.5,114.5 parent: 1 - - uid: 24058 + - uid: 23000 components: - type: Transform - pos: -403.5,95.5 + pos: -6.5,115.5 parent: 1 - - uid: 24223 + - uid: 23001 components: - type: Transform - pos: -160.5,-107.5 + pos: -6.5,116.5 parent: 1 - - uid: 24506 + - uid: 23002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,-0.5 + pos: -6.5,117.5 parent: 1 - - uid: 24511 + - uid: 23003 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,-0.5 + pos: -6.5,118.5 parent: 1 - - uid: 24513 + - uid: 23004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,-0.5 + pos: -6.5,119.5 parent: 1 - - uid: 27182 + - uid: 23005 components: - type: Transform - pos: 141.5,14.5 + pos: -6.5,120.5 parent: 1 - - uid: 27183 + - uid: 23006 components: - type: Transform - pos: 130.5,6.5 + pos: -6.5,121.5 parent: 1 - - uid: 27190 + - uid: 23007 components: - type: Transform - pos: 141.5,16.5 + pos: -6.5,122.5 parent: 1 - - uid: 27191 + - uid: 23008 components: - type: Transform - pos: 141.5,15.5 + pos: -6.5,123.5 parent: 1 - - uid: 27193 + - uid: 23009 components: - type: Transform - pos: 129.5,6.5 + pos: -6.5,124.5 parent: 1 - - uid: 27194 + - uid: 23010 components: - type: Transform - pos: 130.5,9.5 + pos: -6.5,125.5 parent: 1 - - uid: 27198 + - uid: 23011 components: - type: Transform - pos: 130.5,7.5 + pos: -6.5,126.5 parent: 1 - - uid: 27199 + - uid: 23012 components: - type: Transform - pos: 130.5,8.5 + pos: -6.5,127.5 parent: 1 - - uid: 27200 + - uid: 23013 components: - type: Transform - pos: 131.5,9.5 + pos: -6.5,128.5 parent: 1 - - uid: 27201 + - uid: 23014 components: - type: Transform - pos: 133.5,9.5 + pos: -6.5,129.5 parent: 1 - - uid: 27202 + - uid: 23015 components: - type: Transform - pos: 134.5,9.5 + pos: -6.5,130.5 parent: 1 - - uid: 27210 + - uid: 23016 components: - type: Transform - pos: 135.5,9.5 + pos: -7.5,109.5 parent: 1 - - uid: 27211 + - uid: 23017 components: - type: Transform - pos: 136.5,9.5 + pos: -7.5,110.5 parent: 1 - - uid: 27214 + - uid: 23018 components: - type: Transform - pos: 137.5,9.5 + pos: -7.5,111.5 parent: 1 - - uid: 27215 + - uid: 23019 components: - type: Transform - pos: 138.5,9.5 + pos: -7.5,112.5 parent: 1 - - uid: 27216 + - uid: 23020 components: - type: Transform - pos: 139.5,9.5 + pos: -7.5,113.5 parent: 1 - - uid: 27217 + - uid: 23021 components: - type: Transform - pos: 140.5,9.5 + pos: -7.5,114.5 parent: 1 - - uid: 27218 + - uid: 23022 components: - type: Transform - pos: 141.5,9.5 + pos: -7.5,115.5 parent: 1 - - uid: 27219 + - uid: 23023 components: - type: Transform - pos: 141.5,10.5 + pos: -7.5,116.5 parent: 1 - - uid: 27220 + - uid: 23024 components: - type: Transform - pos: 141.5,11.5 + pos: -7.5,117.5 parent: 1 - - uid: 27221 + - uid: 23025 components: - type: Transform - pos: 141.5,12.5 + pos: -7.5,118.5 parent: 1 - - uid: 27223 + - uid: 23026 components: - type: Transform - pos: 141.5,17.5 + pos: -7.5,119.5 parent: 1 - - uid: 27225 + - uid: 23027 components: - type: Transform - pos: 141.5,18.5 + pos: -7.5,120.5 parent: 1 - - uid: 27227 + - uid: 23028 components: - type: Transform - pos: 141.5,19.5 + pos: -7.5,121.5 parent: 1 - - uid: 27230 + - uid: 23029 components: - type: Transform - pos: 141.5,20.5 + pos: -7.5,122.5 parent: 1 - - uid: 27232 + - uid: 23030 components: - type: Transform - pos: 140.5,20.5 + pos: -7.5,123.5 parent: 1 - - uid: 27233 + - uid: 23031 components: - type: Transform - pos: 139.5,20.5 + pos: -7.5,124.5 parent: 1 - - uid: 27235 + - uid: 23032 components: - type: Transform - pos: 138.5,20.5 + pos: -7.5,125.5 parent: 1 - - uid: 27236 + - uid: 23033 components: - type: Transform - pos: 137.5,20.5 + pos: -7.5,126.5 parent: 1 - - uid: 27237 + - uid: 23034 components: - type: Transform - pos: 136.5,20.5 + pos: -7.5,127.5 parent: 1 - - uid: 27238 + - uid: 23035 components: - type: Transform - pos: 135.5,20.5 + pos: -7.5,128.5 parent: 1 - - uid: 27239 + - uid: 23036 components: - type: Transform - pos: 134.5,20.5 + pos: -7.5,129.5 parent: 1 - - uid: 27241 + - uid: 23037 components: - type: Transform - pos: 133.5,20.5 + pos: -7.5,130.5 parent: 1 - - uid: 27313 + - uid: 23038 components: - type: Transform - pos: 132.5,20.5 + pos: -8.5,109.5 parent: 1 - - uid: 27316 + - uid: 23039 components: - type: Transform - pos: 132.5,18.5 + pos: -8.5,110.5 parent: 1 - - uid: 27319 + - uid: 23040 components: - type: Transform - pos: 126.5,17.5 + pos: -8.5,111.5 parent: 1 - - uid: 27322 + - uid: 23041 components: - type: Transform - pos: 134.5,17.5 + pos: -8.5,112.5 parent: 1 - - uid: 27325 + - uid: 23042 components: - type: Transform - pos: 126.5,16.5 + pos: -8.5,113.5 parent: 1 - - uid: 27326 + - uid: 23043 components: - type: Transform - pos: 126.5,9.5 + pos: -8.5,114.5 parent: 1 - - uid: 27329 + - uid: 23044 components: - type: Transform - pos: 126.5,12.5 + pos: -8.5,115.5 parent: 1 - - uid: 27330 + - uid: 23045 components: - type: Transform - pos: 126.5,11.5 + pos: -8.5,116.5 parent: 1 - - uid: 27334 + - uid: 23046 components: - type: Transform - pos: 136.5,18.5 + pos: -8.5,117.5 parent: 1 - - uid: 27335 + - uid: 23047 components: - type: Transform - pos: 136.5,19.5 + pos: -8.5,118.5 parent: 1 - - uid: 27379 + - uid: 23048 components: - type: Transform - pos: 135.5,17.5 + pos: -8.5,119.5 parent: 1 - - uid: 27380 + - uid: 23049 components: - type: Transform - pos: 136.5,17.5 + pos: -8.5,120.5 parent: 1 - - uid: 27383 + - uid: 23050 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,16.5 + pos: -8.5,121.5 parent: 1 - - uid: 27386 + - uid: 23051 components: - type: Transform - pos: 126.5,6.5 + pos: -8.5,122.5 parent: 1 - - uid: 27388 + - uid: 23052 components: - type: Transform - pos: 127.5,6.5 + pos: -8.5,123.5 parent: 1 - - uid: 27398 + - uid: 23053 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,14.5 + pos: 185.5,198.5 parent: 1 - - uid: 27403 + - uid: 23054 components: - type: Transform - pos: 137.5,17.5 + pos: 184.5,198.5 parent: 1 - - uid: 27404 + - uid: 23055 components: - type: Transform - pos: 138.5,17.5 + pos: -8.5,127.5 parent: 1 - - uid: 27405 + - uid: 23056 components: - type: Transform - pos: 140.5,17.5 + pos: -8.5,128.5 parent: 1 - - uid: 27409 + - uid: 23057 components: - type: Transform - pos: 126.5,10.5 + pos: -8.5,129.5 parent: 1 - - uid: 27410 + - uid: 23058 components: - type: Transform - pos: 136.5,15.5 + pos: -8.5,130.5 parent: 1 - - uid: 27411 + - uid: 23059 components: - type: Transform - pos: 136.5,14.5 + pos: -9.5,109.5 parent: 1 - - uid: 27415 + - uid: 23060 components: - type: Transform - pos: 137.5,14.5 + pos: -9.5,110.5 parent: 1 - - uid: 27416 + - uid: 23061 components: - type: Transform - pos: 138.5,14.5 + pos: -9.5,111.5 parent: 1 - - uid: 27417 + - uid: 23062 components: - type: Transform - pos: 140.5,14.5 + pos: -9.5,112.5 parent: 1 - - uid: 27424 + - uid: 23063 components: - type: Transform - pos: 136.5,13.5 + pos: -9.5,113.5 parent: 1 - - uid: 27430 + - uid: 23064 components: - type: Transform - pos: 136.5,11.5 + pos: -9.5,114.5 parent: 1 - - uid: 27458 + - uid: 23065 components: - type: Transform - pos: 126.5,15.5 + pos: -9.5,115.5 parent: 1 - - uid: 27459 + - uid: 23066 components: - type: Transform - pos: 136.5,16.5 + pos: -9.5,116.5 parent: 1 - - uid: 44110 + - uid: 23067 components: - type: Transform - pos: -402.5,112.5 + pos: -9.5,117.5 parent: 1 - - uid: 45205 + - uid: 23068 components: - type: Transform - pos: -404.5,95.5 + pos: -9.5,118.5 parent: 1 - - uid: 45988 + - uid: 23069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -148.5,0.5 + pos: -9.5,119.5 parent: 1 - - uid: 45989 + - uid: 23070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,0.5 + pos: -9.5,120.5 parent: 1 - - uid: 46381 + - uid: 23071 components: - type: Transform - pos: -177.5,-98.5 + pos: -9.5,121.5 parent: 1 - - uid: 46460 + - uid: 23072 components: - type: Transform - pos: -181.5,-97.5 + pos: -9.5,122.5 parent: 1 - - uid: 48125 + - uid: 23073 components: - type: Transform - pos: 172.5,-177.5 + pos: -9.5,123.5 parent: 1 - - uid: 49660 + - uid: 23074 components: - type: Transform - pos: -177.5,-97.5 + pos: 185.5,196.5 parent: 1 - - uid: 49661 + - uid: 23075 components: - type: Transform - pos: -177.5,-92.5 + pos: 175.5,198.5 parent: 1 - - uid: 50331 + - uid: 23076 components: - type: Transform - pos: -165.5,-101.5 + pos: -9.5,128.5 parent: 1 - - uid: 55292 + - uid: 23077 components: - type: Transform - pos: -182.5,-112.5 + pos: -9.5,129.5 parent: 1 - - uid: 55300 + - uid: 23078 components: - type: Transform - pos: -181.5,-106.5 + pos: -9.5,130.5 parent: 1 - - uid: 55309 + - uid: 23079 components: - type: Transform - pos: -179.5,-106.5 + pos: -10.5,109.5 parent: 1 - - uid: 55310 + - uid: 23080 components: - type: Transform - pos: -180.5,-106.5 + pos: -10.5,110.5 parent: 1 - - uid: 55321 + - uid: 23081 components: - type: Transform - pos: -173.5,-92.5 + pos: -10.5,111.5 parent: 1 - - uid: 55329 + - uid: 23082 components: - type: Transform - pos: -160.5,-102.5 + pos: -10.5,112.5 parent: 1 - - uid: 55713 + - uid: 23083 components: - type: Transform - pos: -160.5,-103.5 + pos: -10.5,113.5 parent: 1 - - uid: 55714 + - uid: 23084 components: - type: Transform - pos: -160.5,-104.5 + pos: -10.5,114.5 parent: 1 - - uid: 55892 + - uid: 23085 components: - type: Transform - pos: -165.5,-102.5 + pos: -10.5,115.5 parent: 1 - - uid: 55893 + - uid: 23086 components: - type: Transform - pos: -165.5,-103.5 + pos: -10.5,116.5 parent: 1 - - uid: 61319 + - uid: 23087 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,15.5 + pos: -10.5,117.5 parent: 1 - - uid: 61335 + - uid: 23088 components: - type: Transform - pos: 132.5,17.5 + pos: -10.5,118.5 parent: 1 - - uid: 61398 + - uid: 23089 components: - type: Transform - pos: 128.5,17.5 + pos: -10.5,119.5 parent: 1 - - uid: 61404 + - uid: 23090 components: - type: Transform - pos: 126.5,7.5 + pos: -10.5,120.5 parent: 1 - - uid: 61411 + - uid: 23091 components: - type: Transform - pos: 130.5,17.5 + pos: -10.5,121.5 parent: 1 - - uid: 61468 + - uid: 23092 components: - type: Transform - pos: 127.5,17.5 + pos: -10.5,128.5 parent: 1 - - uid: 61471 + - uid: 23093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 129.5,12.5 + pos: -10.5,129.5 parent: 1 - - uid: 61503 + - uid: 23094 components: - type: Transform - pos: 129.5,17.5 + pos: -10.5,130.5 parent: 1 - - uid: 61509 + - uid: 23095 components: - type: Transform - pos: 131.5,17.5 + pos: -11.5,109.5 parent: 1 - - uid: 61519 + - uid: 23096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 130.5,12.5 + pos: -17.5,132.5 parent: 1 - - uid: 61523 + - uid: 23097 components: - type: Transform - rot: 3.141592653589793 rad - pos: 131.5,12.5 + pos: -29.5,167.5 parent: 1 - - uid: 61543 + - uid: 23098 components: - type: Transform - pos: 132.5,19.5 + pos: -29.5,182.5 parent: 1 - - uid: 61755 + - uid: 23099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,-0.5 + pos: -40.5,159.5 parent: 1 - - uid: 61769 + - uid: 23100 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,-0.5 + pos: -11.5,111.5 parent: 1 - - uid: 63337 + - uid: 23101 components: - type: Transform - pos: 170.5,-177.5 + pos: -11.5,112.5 parent: 1 - - uid: 63344 + - uid: 23102 components: - type: Transform - pos: 173.5,-177.5 + pos: -11.5,113.5 parent: 1 - - uid: 63365 + - uid: 23103 components: - type: Transform - pos: 170.5,-169.5 + pos: -11.5,114.5 parent: 1 - - uid: 63373 + - uid: 23104 components: - type: Transform - pos: 171.5,-169.5 + pos: -11.5,115.5 parent: 1 - - uid: 63415 + - uid: 23105 components: - type: Transform - pos: 172.5,-169.5 + pos: -11.5,116.5 parent: 1 - - uid: 63435 + - uid: 23106 components: - type: Transform - pos: 173.5,-169.5 + pos: -11.5,117.5 parent: 1 - - uid: 63436 + - uid: 23107 components: - type: Transform - pos: 170.5,-171.5 + pos: -11.5,118.5 parent: 1 - - uid: 63437 + - uid: 23108 components: - type: Transform - pos: 170.5,-172.5 + pos: -11.5,119.5 parent: 1 - - uid: 63438 + - uid: 23109 components: - type: Transform - pos: 171.5,-172.5 + pos: -11.5,120.5 parent: 1 - - uid: 63439 + - uid: 23110 components: - type: Transform - pos: 172.5,-172.5 + pos: -11.5,121.5 parent: 1 - - uid: 63440 + - uid: 23111 components: - type: Transform - pos: 173.5,-172.5 + pos: -11.5,122.5 parent: 1 - - uid: 63462 + - uid: 23112 components: - type: Transform - pos: 171.5,-154.5 + pos: -11.5,127.5 parent: 1 - - uid: 63463 + - uid: 23113 components: - type: Transform - pos: 172.5,-150.5 + pos: -11.5,128.5 parent: 1 -- proto: N14WallDecorCalendar - entities: - - uid: 12737 + - uid: 23114 components: - type: Transform - pos: -10.5,12.5 + pos: -11.5,129.5 parent: 1 - - uid: 12738 + - uid: 23115 components: - type: Transform - pos: 92.5,106.5 + pos: -11.5,130.5 parent: 1 - - uid: 12739 + - uid: 23116 components: - type: Transform - pos: -154.5,-15.5 + pos: -12.5,109.5 parent: 1 -- proto: N14WallDecorCalendar1 - entities: - - uid: 12740 + - uid: 23117 components: - type: Transform - pos: 113.5,-3.5 + pos: -12.5,110.5 parent: 1 - - uid: 12741 + - uid: 23118 components: - type: Transform - pos: -55.5,4.5 + pos: -12.5,111.5 parent: 1 - - uid: 12742 + - uid: 23119 components: - type: Transform - pos: -55.5,-107.5 + pos: -12.5,112.5 parent: 1 - - uid: 12743 + - uid: 23120 components: - type: Transform - pos: 149.5,153.5 + pos: -12.5,113.5 parent: 1 - - uid: 12744 + - uid: 23121 components: - type: Transform - pos: -151.5,2.5 + pos: -12.5,114.5 parent: 1 -- proto: N14WallDecorClock - entities: - - uid: 8683 + - uid: 23122 components: - type: Transform - pos: 116.5,-7.5 + pos: -12.5,115.5 parent: 1 - - uid: 12745 + - uid: 23123 components: - type: Transform - rot: 3.141592653589793 rad - pos: 98.5,20.5 + pos: -12.5,116.5 parent: 1 - - uid: 12746 + - uid: 23124 components: - type: Transform - pos: -30.5,8.5 + pos: -12.5,117.5 parent: 1 - - uid: 12747 + - uid: 23125 components: - type: Transform - pos: -6.5,8.5 + pos: -12.5,118.5 parent: 1 - - uid: 12748 + - uid: 23126 components: - type: Transform - pos: -60.5,4.5 + pos: -12.5,119.5 parent: 1 - - uid: 12749 + - uid: 23127 components: - type: Transform - pos: -69.5,3.5 + pos: -12.5,120.5 parent: 1 - - uid: 12750 + - uid: 23128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-98.5 + pos: -12.5,121.5 parent: 1 - - uid: 12751 + - uid: 23129 components: - type: Transform - pos: -149.5,2.5 + pos: -12.5,122.5 parent: 1 - - uid: 50038 + - uid: 23130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 113.5,17.5 + pos: -12.5,123.5 parent: 1 -- proto: N14WallDecorCross - entities: - - uid: 12752 + - uid: 23131 components: - type: Transform - pos: -22.5,12.5 + pos: -12.5,124.5 parent: 1 - - uid: 12753 + - uid: 23132 components: - type: Transform - pos: -79.5,7.5 + pos: -12.5,125.5 parent: 1 -- proto: N14WallDecorExitsign - entities: - - uid: 12754 + - uid: 23133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,3.5 + pos: -12.5,126.5 parent: 1 -- proto: N14WallDecorWallscreen - entities: - - uid: 12755 + - uid: 23134 components: - type: Transform - pos: -3.5,4.5 + pos: -12.5,127.5 parent: 1 -- proto: N14WallFenceChain - entities: - - uid: 76 + - uid: 23135 components: - type: Transform - pos: -62.5,-151.5 + pos: -12.5,128.5 parent: 1 - - uid: 81 + - uid: 23136 components: - type: Transform - pos: -59.5,-150.5 + pos: -12.5,129.5 parent: 1 - - uid: 5987 + - uid: 23137 components: - type: Transform - pos: -118.5,-181.5 + pos: -12.5,130.5 parent: 1 - - uid: 6366 + - uid: 23138 components: - type: Transform - pos: -403.5,90.5 + pos: -13.5,109.5 parent: 1 - - uid: 6625 + - uid: 23139 components: - type: Transform - pos: -403.5,89.5 + pos: -13.5,110.5 parent: 1 - - uid: 6641 + - uid: 23140 components: - type: Transform - pos: -407.5,85.5 + pos: -13.5,111.5 parent: 1 - - uid: 6686 + - uid: 23141 components: - type: Transform - pos: -407.5,86.5 + pos: -13.5,112.5 parent: 1 - - uid: 6690 + - uid: 23142 components: - type: Transform - pos: -407.5,90.5 + pos: -13.5,113.5 parent: 1 - - uid: 6744 + - uid: 23143 components: - type: Transform - pos: -407.5,89.5 + pos: -13.5,114.5 parent: 1 - - uid: 6789 + - uid: 23144 components: - type: Transform - pos: -403.5,71.5 + pos: -13.5,115.5 parent: 1 - - uid: 8147 + - uid: 23145 components: - type: Transform - pos: -407.5,91.5 + pos: -13.5,116.5 parent: 1 - - uid: 8148 + - uid: 23146 components: - type: Transform - pos: -407.5,87.5 + pos: -13.5,117.5 parent: 1 - - uid: 8152 + - uid: 23147 components: - type: Transform - pos: -403.5,92.5 + pos: -13.5,118.5 parent: 1 - - uid: 8424 + - uid: 23148 components: - type: Transform - pos: -59.5,-189.5 + pos: -13.5,119.5 parent: 1 - - uid: 8430 + - uid: 23149 components: - type: Transform - pos: -69.5,-191.5 + pos: -13.5,120.5 parent: 1 - - uid: 8526 + - uid: 23150 components: - type: Transform - pos: -71.5,-193.5 + pos: -13.5,121.5 parent: 1 - - uid: 8939 + - uid: 23151 components: - type: Transform - pos: -62.5,-193.5 + pos: -13.5,122.5 parent: 1 - - uid: 9558 + - uid: 23152 components: - type: Transform - pos: -100.5,-193.5 + pos: -13.5,123.5 parent: 1 - - uid: 10040 + - uid: 23153 components: - type: Transform - pos: -407.5,92.5 + pos: -13.5,124.5 parent: 1 - - uid: 10063 + - uid: 23154 components: - type: Transform - pos: -403.5,72.5 + pos: -13.5,125.5 parent: 1 - - uid: 10072 + - uid: 23155 components: - type: Transform - pos: -403.5,91.5 + pos: -13.5,126.5 parent: 1 - - uid: 12756 + - uid: 23156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,2.5 + pos: -13.5,127.5 parent: 1 - - uid: 12757 + - uid: 23157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -161.5,2.5 + pos: -13.5,128.5 parent: 1 - - uid: 12758 + - uid: 23158 components: - type: Transform - pos: 11.5,134.5 + pos: -13.5,129.5 parent: 1 - - uid: 12759 + - uid: 23159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -110.5,-136.5 + pos: -13.5,130.5 parent: 1 - - uid: 12761 + - uid: 23160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,2.5 + pos: -14.5,109.5 parent: 1 - - uid: 12762 + - uid: 23161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,2.5 + pos: -14.5,110.5 parent: 1 - - uid: 12763 + - uid: 23162 components: - type: Transform - pos: 57.5,134.5 + pos: -14.5,111.5 parent: 1 - - uid: 12764 + - uid: 23163 components: - type: Transform - pos: 21.5,134.5 + pos: -14.5,112.5 parent: 1 - - uid: 12765 + - uid: 23164 components: - type: Transform - pos: 53.5,134.5 + pos: -14.5,113.5 parent: 1 - - uid: 12766 + - uid: 23165 components: - type: Transform - pos: 61.5,134.5 + pos: -14.5,114.5 parent: 1 - - uid: 12767 + - uid: 23166 components: - type: Transform - pos: 182.5,58.5 + pos: -14.5,115.5 parent: 1 - - uid: 12768 + - uid: 23167 components: - type: Transform - pos: 12.5,134.5 + pos: -14.5,116.5 parent: 1 - - uid: 12769 + - uid: 23168 components: - type: Transform - pos: 32.5,175.5 + pos: -14.5,117.5 parent: 1 - - uid: 12770 + - uid: 23169 components: - type: Transform - pos: 35.5,175.5 + pos: -14.5,118.5 parent: 1 - - uid: 12797 + - uid: 23170 components: - type: Transform - pos: 162.5,121.5 + pos: -14.5,119.5 parent: 1 - - uid: 12798 + - uid: 23171 components: - type: Transform - pos: 39.5,139.5 + pos: -14.5,120.5 parent: 1 - - uid: 12799 + - uid: 23172 components: - type: Transform - pos: 168.5,121.5 + pos: -14.5,121.5 parent: 1 - - uid: 12801 + - uid: 23173 components: - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,-136.5 + pos: -14.5,122.5 parent: 1 - - uid: 12802 + - uid: 23174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-140.5 + pos: -14.5,123.5 parent: 1 - - uid: 12803 + - uid: 23175 components: - type: Transform - pos: -59.5,-162.5 + pos: -14.5,124.5 parent: 1 - - uid: 12804 + - uid: 23176 components: - type: Transform - pos: -103.5,-191.5 + pos: -14.5,125.5 parent: 1 - - uid: 12805 + - uid: 23177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-137.5 + pos: -14.5,126.5 parent: 1 - - uid: 12806 + - uid: 23178 components: - type: Transform - pos: -115.5,-188.5 + pos: -14.5,127.5 parent: 1 - - uid: 12807 + - uid: 23179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-130.5 + pos: -14.5,128.5 parent: 1 - - uid: 12808 + - uid: 23180 components: - type: Transform - pos: -65.5,-191.5 + pos: -14.5,129.5 parent: 1 - - uid: 12810 + - uid: 23181 components: - type: Transform - pos: -59.5,-168.5 + pos: -14.5,130.5 parent: 1 - - uid: 12812 + - uid: 23182 components: - type: Transform - pos: -116.5,-181.5 + pos: -15.5,109.5 parent: 1 - - uid: 12814 + - uid: 23183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-130.5 + pos: -15.5,110.5 parent: 1 - - uid: 12815 + - uid: 23184 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-133.5 + pos: -15.5,111.5 parent: 1 - - uid: 12817 + - uid: 23185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-146.5 + pos: -15.5,112.5 parent: 1 - - uid: 12818 + - uid: 23186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-151.5 + pos: -15.5,113.5 parent: 1 - - uid: 12819 + - uid: 23187 components: - type: Transform - pos: -100.5,-191.5 + pos: -15.5,114.5 parent: 1 - - uid: 12821 + - uid: 23188 components: - type: Transform - pos: -66.5,-191.5 + pos: -15.5,115.5 parent: 1 - - uid: 12822 + - uid: 23189 components: - type: Transform - pos: -112.5,-191.5 + pos: -15.5,116.5 parent: 1 - - uid: 12823 + - uid: 23190 components: - type: Transform - pos: -61.5,-161.5 + pos: -15.5,117.5 parent: 1 - - uid: 12824 + - uid: 23191 components: - type: Transform - pos: -63.5,-191.5 + pos: -15.5,118.5 parent: 1 - - uid: 12825 + - uid: 23192 components: - type: Transform - pos: -64.5,-191.5 + pos: -15.5,119.5 parent: 1 - - uid: 12826 + - uid: 23193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-130.5 + pos: -15.5,120.5 parent: 1 - - uid: 12827 + - uid: 23194 components: - type: Transform - pos: -61.5,-151.5 + pos: -15.5,121.5 parent: 1 - - uid: 12828 + - uid: 23195 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-191.5 + pos: -15.5,122.5 parent: 1 - - uid: 12829 + - uid: 23196 components: - type: Transform - pos: -81.5,-191.5 + pos: -15.5,123.5 parent: 1 - - uid: 12830 + - uid: 23197 components: - type: Transform - pos: -72.5,-193.5 + pos: -15.5,124.5 parent: 1 - - uid: 12831 + - uid: 23198 components: - type: Transform - pos: -59.5,-180.5 + pos: -15.5,125.5 parent: 1 - - uid: 12832 + - uid: 23199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-167.5 + pos: -15.5,126.5 parent: 1 - - uid: 12833 + - uid: 23200 components: - type: Transform - pos: -79.5,-191.5 + pos: -15.5,127.5 parent: 1 - - uid: 12834 + - uid: 23201 components: - type: Transform - pos: -101.5,-193.5 + pos: -15.5,128.5 parent: 1 - - uid: 12835 + - uid: 23202 components: - type: Transform - pos: -80.5,-191.5 + pos: -15.5,129.5 parent: 1 - - uid: 12836 + - uid: 23203 components: - type: Transform - pos: -59.5,-172.5 + pos: -15.5,130.5 parent: 1 - - uid: 12837 + - uid: 23204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-153.5 + pos: -16.5,109.5 parent: 1 - - uid: 12838 + - uid: 23205 components: - type: Transform - pos: -105.5,-193.5 + pos: -16.5,110.5 parent: 1 - - uid: 12839 + - uid: 23206 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,-136.5 + pos: -16.5,111.5 parent: 1 - - uid: 12840 + - uid: 23207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,-136.5 + pos: -16.5,112.5 parent: 1 - - uid: 12841 + - uid: 23208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-143.5 + pos: -16.5,113.5 parent: 1 - - uid: 12842 + - uid: 23209 components: - type: Transform - pos: -67.5,-191.5 + pos: -16.5,114.5 parent: 1 - - uid: 12843 + - uid: 23210 components: - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,-136.5 + pos: -16.5,115.5 parent: 1 - - uid: 12844 + - uid: 23211 components: - type: Transform - pos: -61.5,-162.5 + pos: -16.5,116.5 parent: 1 - - uid: 12845 + - uid: 23212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-147.5 + pos: -16.5,117.5 parent: 1 - - uid: 12846 + - uid: 23213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-142.5 + pos: -16.5,118.5 parent: 1 - - uid: 12847 + - uid: 23214 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-193.5 + pos: -16.5,119.5 parent: 1 - - uid: 12848 + - uid: 23215 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-150.5 + pos: -16.5,120.5 parent: 1 - - uid: 12849 + - uid: 23216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-161.5 + pos: -16.5,121.5 parent: 1 - - uid: 12850 + - uid: 23217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-166.5 + pos: -16.5,122.5 parent: 1 - - uid: 12851 + - uid: 23218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-147.5 + pos: -16.5,123.5 parent: 1 - - uid: 12852 + - uid: 23219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-132.5 + pos: -16.5,124.5 parent: 1 - - uid: 12853 + - uid: 23220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-193.5 + pos: -16.5,125.5 parent: 1 - - uid: 12854 + - uid: 23221 components: - type: Transform - rot: 3.141592653589793 rad - pos: -113.5,-134.5 + pos: -16.5,126.5 parent: 1 - - uid: 12855 + - uid: 23222 components: - type: Transform - pos: -74.5,-193.5 + pos: -16.5,127.5 parent: 1 - - uid: 12856 + - uid: 23223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-156.5 + pos: -16.5,128.5 parent: 1 - - uid: 12857 + - uid: 23224 components: - type: Transform - pos: -120.5,-176.5 + pos: -16.5,129.5 parent: 1 - - uid: 12858 + - uid: 23225 components: - type: Transform - pos: -61.5,-163.5 + pos: -16.5,130.5 parent: 1 - - uid: 12859 + - uid: 23226 components: - type: Transform - pos: -102.5,-193.5 + pos: -17.5,109.5 parent: 1 - - uid: 12860 + - uid: 23227 components: - type: Transform - pos: -62.5,-191.5 + pos: -17.5,110.5 parent: 1 - - uid: 12861 + - uid: 23228 components: - type: Transform - pos: -72.5,-191.5 + pos: -17.5,111.5 parent: 1 - - uid: 12862 + - uid: 23229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-155.5 + pos: -17.5,112.5 parent: 1 - - uid: 12863 + - uid: 23230 components: - type: Transform - pos: -73.5,-191.5 + pos: -17.5,113.5 parent: 1 - - uid: 12864 + - uid: 23231 components: - type: Transform - pos: -120.5,-177.5 + pos: -17.5,114.5 parent: 1 - - uid: 12865 + - uid: 23232 components: - type: Transform - pos: -108.5,-191.5 + pos: -17.5,115.5 parent: 1 - - uid: 12866 + - uid: 23233 components: - type: Transform - pos: -120.5,-175.5 + pos: -17.5,116.5 parent: 1 - - uid: 12867 + - uid: 23234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-130.5 + pos: -17.5,117.5 parent: 1 - - uid: 12868 + - uid: 23235 components: - type: Transform - pos: -59.5,-167.5 + pos: -17.5,118.5 parent: 1 - - uid: 12869 + - uid: 23236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-165.5 + pos: -17.5,119.5 parent: 1 - - uid: 12872 + - uid: 23237 components: - type: Transform - pos: -59.5,-186.5 + pos: -17.5,120.5 parent: 1 - - uid: 12873 + - uid: 23238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,-133.5 + pos: -17.5,121.5 parent: 1 - - uid: 12875 + - uid: 23239 components: - type: Transform - pos: -61.5,-153.5 + pos: -17.5,122.5 parent: 1 - - uid: 12877 + - uid: 23240 components: - type: Transform - pos: -68.5,-191.5 + pos: -17.5,123.5 parent: 1 - - uid: 12878 + - uid: 23241 components: - type: Transform - pos: -89.5,-191.5 + pos: -17.5,124.5 parent: 1 - - uid: 12879 + - uid: 23242 components: - type: Transform - pos: -113.5,-189.5 + pos: -17.5,125.5 parent: 1 - - uid: 12880 + - uid: 23243 components: - type: Transform - pos: -64.5,-151.5 + pos: -17.5,126.5 parent: 1 - - uid: 12881 + - uid: 23244 components: - type: Transform - pos: -91.5,-191.5 + pos: -17.5,127.5 parent: 1 - - uid: 12882 + - uid: 23245 components: - type: Transform - pos: -59.5,-166.5 + pos: -17.5,128.5 parent: 1 - - uid: 12883 + - uid: 23246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-132.5 + pos: -17.5,129.5 parent: 1 - - uid: 12884 + - uid: 23247 components: - type: Transform - pos: -91.5,-193.5 + pos: -17.5,130.5 parent: 1 - - uid: 12885 + - uid: 23248 components: - type: Transform - pos: -109.5,-191.5 + pos: -17.5,131.5 parent: 1 - - uid: 12887 + - uid: 23249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-163.5 + pos: -18.5,109.5 parent: 1 - - uid: 12888 + - uid: 23250 components: - type: Transform - pos: -61.5,-168.5 + pos: -18.5,110.5 parent: 1 - - uid: 12889 + - uid: 23251 components: - type: Transform - pos: -113.5,-180.5 + pos: -18.5,111.5 parent: 1 - - uid: 12890 + - uid: 23252 components: - type: Transform - pos: -113.5,-190.5 + pos: -18.5,112.5 parent: 1 - - uid: 12891 + - uid: 23253 components: - type: Transform - pos: -82.5,-193.5 + pos: -18.5,114.5 parent: 1 - - uid: 12892 + - uid: 23254 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-193.5 + pos: -18.5,115.5 parent: 1 - - uid: 12893 + - uid: 23255 components: - type: Transform - pos: -109.5,-193.5 + pos: -18.5,116.5 parent: 1 - - uid: 12894 + - uid: 23256 components: - type: Transform - pos: -62.5,-149.5 + pos: -18.5,117.5 parent: 1 - - uid: 12895 + - uid: 23257 components: - type: Transform - pos: -61.5,-172.5 + pos: -18.5,118.5 parent: 1 - - uid: 12896 + - uid: 23258 components: - type: Transform - pos: -100.5,-135.5 + pos: -18.5,119.5 parent: 1 - - uid: 12897 + - uid: 23259 components: - type: Transform - pos: -78.5,-191.5 + pos: -18.5,120.5 parent: 1 - - uid: 12898 + - uid: 23260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-162.5 + pos: -18.5,121.5 parent: 1 - - uid: 12900 + - uid: 23261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-168.5 + pos: -18.5,122.5 parent: 1 - - uid: 12901 + - uid: 23262 components: - type: Transform - pos: -61.5,-190.5 + pos: -18.5,129.5 parent: 1 - - uid: 12902 + - uid: 23263 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-133.5 + pos: -18.5,130.5 parent: 1 - - uid: 12903 + - uid: 23264 components: - type: Transform - pos: -59.5,-163.5 + pos: -18.5,131.5 parent: 1 - - uid: 12904 + - uid: 23265 components: - type: Transform - pos: -59.5,-182.5 + pos: -19.5,109.5 parent: 1 - - uid: 12905 + - uid: 23266 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-145.5 + pos: -19.5,110.5 parent: 1 - - uid: 12906 + - uid: 23267 components: - type: Transform - pos: -120.5,-178.5 + pos: -19.5,111.5 parent: 1 - - uid: 12907 + - uid: 23268 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-141.5 + pos: -19.5,116.5 parent: 1 - - uid: 12908 + - uid: 23269 components: - type: Transform - pos: -76.5,-191.5 + pos: -19.5,117.5 parent: 1 - - uid: 12909 + - uid: 23270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-147.5 + pos: -19.5,118.5 parent: 1 - - uid: 12911 + - uid: 23271 components: - type: Transform - pos: -75.5,-193.5 + pos: -19.5,119.5 parent: 1 - - uid: 12912 + - uid: 23272 components: - type: Transform - pos: -61.5,-177.5 + pos: -19.5,120.5 parent: 1 - - uid: 12913 + - uid: 23273 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-158.5 + pos: -19.5,121.5 parent: 1 - - uid: 12914 + - uid: 23274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-134.5 + pos: -19.5,122.5 parent: 1 - - uid: 12915 + - uid: 23275 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-164.5 + pos: -19.5,123.5 parent: 1 - - uid: 12916 + - uid: 23276 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-154.5 + pos: -19.5,124.5 parent: 1 - - uid: 12917 + - uid: 23277 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-152.5 + pos: -19.5,125.5 parent: 1 - - uid: 12918 + - uid: 23278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-157.5 + pos: -19.5,126.5 parent: 1 - - uid: 12920 + - uid: 23279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-144.5 + pos: -19.5,127.5 parent: 1 - - uid: 12921 + - uid: 23280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-145.5 + pos: -19.5,128.5 parent: 1 - - uid: 12923 + - uid: 23281 components: - type: Transform - pos: -63.5,-193.5 + pos: -19.5,129.5 parent: 1 - - uid: 12924 + - uid: 23282 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,-136.5 + pos: -19.5,130.5 parent: 1 - - uid: 12925 + - uid: 23283 components: - type: Transform - pos: -90.5,-191.5 + pos: -19.5,131.5 parent: 1 - - uid: 12926 + - uid: 23284 components: - type: Transform - pos: -87.5,-191.5 + pos: -20.5,109.5 parent: 1 - - uid: 12927 + - uid: 23285 components: - type: Transform - pos: -85.5,-191.5 + pos: -20.5,110.5 parent: 1 - - uid: 12928 + - uid: 23286 components: - type: Transform - pos: -86.5,-191.5 + pos: -20.5,116.5 parent: 1 - - uid: 12930 + - uid: 23287 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,-134.5 + pos: -20.5,117.5 parent: 1 - - uid: 12931 + - uid: 23288 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-130.5 + pos: -20.5,118.5 parent: 1 - - uid: 12932 + - uid: 23289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,-147.5 + pos: -20.5,119.5 parent: 1 - - uid: 12933 + - uid: 23290 components: - type: Transform - rot: 3.141592653589793 rad - pos: -116.5,-147.5 + pos: -20.5,120.5 parent: 1 - - uid: 12934 + - uid: 23291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,-147.5 + pos: -20.5,121.5 parent: 1 - - uid: 12935 + - uid: 23292 components: - type: Transform - rot: 3.141592653589793 rad - pos: -113.5,-147.5 + pos: -20.5,122.5 parent: 1 - - uid: 12936 + - uid: 23293 components: - type: Transform - pos: -122.5,-180.5 + pos: -20.5,123.5 parent: 1 - - uid: 12940 + - uid: 23294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-191.5 + pos: -20.5,124.5 parent: 1 - - uid: 12941 + - uid: 23295 components: - type: Transform - pos: -83.5,-193.5 + pos: -20.5,125.5 parent: 1 - - uid: 12942 + - uid: 23296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-191.5 + pos: -20.5,126.5 parent: 1 - - uid: 12943 + - uid: 23297 components: - type: Transform - pos: -122.5,-179.5 + pos: -20.5,127.5 parent: 1 - - uid: 12944 + - uid: 23298 components: - type: Transform - pos: -59.5,-183.5 + pos: -20.5,128.5 parent: 1 - - uid: 12945 + - uid: 23299 components: - type: Transform - pos: -119.5,-181.5 + pos: -20.5,129.5 parent: 1 - - uid: 12948 + - uid: 23300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,-136.5 + pos: -20.5,130.5 parent: 1 - - uid: 12949 + - uid: 23301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-132.5 + pos: -20.5,131.5 parent: 1 - - uid: 12950 + - uid: 23302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-139.5 + pos: -21.5,109.5 parent: 1 - - uid: 12951 + - uid: 23303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-149.5 + pos: -21.5,110.5 parent: 1 - - uid: 12952 + - uid: 23304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-148.5 + pos: -21.5,111.5 parent: 1 - - uid: 12953 + - uid: 23305 components: - type: Transform - pos: -80.5,-193.5 + pos: -21.5,116.5 parent: 1 - - uid: 12954 + - uid: 23306 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,-136.5 + pos: -21.5,117.5 parent: 1 - - uid: 12955 + - uid: 23307 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-136.5 + pos: -21.5,118.5 parent: 1 - - uid: 12956 + - uid: 23308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-130.5 + pos: -21.5,119.5 parent: 1 - - uid: 12957 + - uid: 23309 components: - type: Transform - pos: -113.5,-179.5 + pos: -21.5,120.5 parent: 1 - - uid: 12958 + - uid: 23310 components: - type: Transform - pos: -122.5,-178.5 + pos: -21.5,121.5 parent: 1 - - uid: 12960 + - uid: 23311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -117.5,-147.5 + pos: -21.5,122.5 parent: 1 - - uid: 12961 + - uid: 23312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-159.5 + pos: -21.5,123.5 parent: 1 - - uid: 12963 + - uid: 23313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-160.5 + pos: -21.5,124.5 parent: 1 - - uid: 12964 + - uid: 23314 components: - type: Transform - pos: -122.5,-176.5 + pos: -21.5,125.5 parent: 1 - - uid: 12965 + - uid: 23315 components: - type: Transform - pos: -122.5,-175.5 + pos: -21.5,126.5 parent: 1 - - uid: 12966 + - uid: 23316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-132.5 + pos: -21.5,127.5 parent: 1 - - uid: 12967 + - uid: 23317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-132.5 + pos: -21.5,128.5 parent: 1 - - uid: 12968 + - uid: 23318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-132.5 + pos: -21.5,129.5 parent: 1 - - uid: 12969 + - uid: 23319 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-130.5 + pos: -21.5,130.5 parent: 1 - - uid: 12970 + - uid: 23320 components: - type: Transform - pos: -67.5,-193.5 + pos: -21.5,131.5 parent: 1 - - uid: 12971 + - uid: 23321 components: - type: Transform - pos: -122.5,-173.5 + pos: -22.5,109.5 parent: 1 - - uid: 12972 + - uid: 23322 components: - type: Transform - pos: -122.5,-177.5 + pos: -22.5,110.5 parent: 1 - - uid: 12973 + - uid: 23323 components: - type: Transform - pos: -119.5,-178.5 + pos: -22.5,111.5 parent: 1 - - uid: 12974 + - uid: 23324 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-144.5 + pos: -22.5,115.5 parent: 1 - - uid: 12975 + - uid: 23325 components: - type: Transform - pos: -118.5,-178.5 + pos: -22.5,116.5 parent: 1 - - uid: 12977 + - uid: 23326 components: - type: Transform - pos: -89.5,-193.5 + pos: -22.5,117.5 parent: 1 - - uid: 12979 + - uid: 23327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,-191.5 + pos: -22.5,118.5 parent: 1 - - uid: 12980 + - uid: 23328 components: - type: Transform - pos: -75.5,-149.5 + pos: -22.5,119.5 parent: 1 - - uid: 12982 + - uid: 23329 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-132.5 + pos: -22.5,120.5 parent: 1 - - uid: 12983 + - uid: 23330 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-132.5 + pos: -22.5,121.5 parent: 1 - - uid: 12984 + - uid: 23331 components: - type: Transform - pos: -102.5,-191.5 + pos: -22.5,122.5 parent: 1 - - uid: 12985 + - uid: 23332 components: - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,-191.5 + pos: -22.5,123.5 parent: 1 - - uid: 12987 + - uid: 23333 components: - type: Transform - pos: -107.5,-193.5 + pos: -22.5,124.5 parent: 1 - - uid: 12988 + - uid: 23334 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-132.5 + pos: -22.5,125.5 parent: 1 - - uid: 12989 + - uid: 23335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-148.5 + pos: -22.5,126.5 parent: 1 - - uid: 12990 + - uid: 23336 components: - type: Transform - pos: -59.5,-188.5 + pos: -22.5,127.5 parent: 1 - - uid: 12991 + - uid: 23337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-191.5 + pos: -22.5,128.5 parent: 1 - - uid: 12993 + - uid: 23338 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-191.5 + pos: -22.5,129.5 parent: 1 - - uid: 12994 + - uid: 23339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-191.5 + pos: -22.5,130.5 parent: 1 - - uid: 12996 + - uid: 23340 components: - type: Transform - pos: -61.5,-164.5 + pos: -22.5,131.5 parent: 1 - - uid: 12997 + - uid: 23341 components: - type: Transform - pos: -61.5,-165.5 + pos: -23.5,109.5 parent: 1 - - uid: 12998 + - uid: 23342 components: - type: Transform - pos: -59.5,-177.5 + pos: -23.5,110.5 parent: 1 - - uid: 12999 + - uid: 23343 components: - type: Transform - pos: -61.5,-169.5 + pos: -23.5,111.5 parent: 1 - - uid: 13000 + - uid: 23344 components: - type: Transform - pos: -113.5,-188.5 + pos: -23.5,115.5 parent: 1 - - uid: 13001 + - uid: 23345 components: - type: Transform - pos: -110.5,-191.5 + pos: -23.5,116.5 parent: 1 - - uid: 13003 + - uid: 23346 components: - type: Transform - pos: -106.5,-191.5 + pos: -23.5,117.5 parent: 1 - - uid: 13004 + - uid: 23347 components: - type: Transform - pos: -113.5,-184.5 + pos: -23.5,118.5 parent: 1 - - uid: 13005 + - uid: 23348 components: - type: Transform - pos: -59.5,-151.5 + pos: -23.5,119.5 parent: 1 - - uid: 13007 + - uid: 23349 components: - type: Transform - pos: -107.5,-191.5 + pos: -23.5,120.5 parent: 1 - - uid: 13009 + - uid: 23350 components: - type: Transform - pos: -106.5,-193.5 + pos: -23.5,121.5 parent: 1 - - uid: 13010 + - uid: 23351 components: - type: Transform - pos: -90.5,-193.5 + pos: -23.5,122.5 parent: 1 - - uid: 13012 + - uid: 23352 components: - type: Transform - pos: -61.5,-152.5 + pos: -23.5,123.5 parent: 1 - - uid: 13013 + - uid: 23353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-138.5 + pos: -23.5,124.5 parent: 1 - - uid: 13014 + - uid: 23354 components: - type: Transform - pos: -74.5,-191.5 + pos: -23.5,125.5 parent: 1 - - uid: 13015 + - uid: 23355 components: - type: Transform - pos: -59.5,-179.5 + pos: -23.5,126.5 parent: 1 - - uid: 13016 + - uid: 23356 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,-136.5 + pos: -23.5,127.5 parent: 1 - - uid: 13017 + - uid: 23357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-136.5 + pos: -23.5,128.5 parent: 1 - - uid: 13018 + - uid: 23358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-146.5 + pos: -23.5,129.5 parent: 1 - - uid: 13019 + - uid: 23359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-147.5 + pos: -23.5,130.5 parent: 1 - - uid: 13020 + - uid: 23360 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-147.5 + pos: -23.5,131.5 parent: 1 - - uid: 13021 + - uid: 23361 components: - type: Transform - pos: -60.5,-193.5 + pos: -24.5,109.5 parent: 1 - - uid: 13022 + - uid: 23362 components: - type: Transform - pos: -59.5,-184.5 + pos: -24.5,110.5 parent: 1 - - uid: 13023 + - uid: 23363 components: - type: Transform - pos: -61.5,-166.5 + pos: -24.5,111.5 parent: 1 - - uid: 13024 + - uid: 23364 components: - type: Transform - pos: -61.5,-156.5 + pos: -24.5,112.5 parent: 1 - - uid: 13025 + - uid: 23365 components: - type: Transform - pos: -113.5,-191.5 + pos: -24.5,113.5 parent: 1 - - uid: 13026 + - uid: 23366 components: - type: Transform - pos: -59.5,-170.5 + pos: -24.5,114.5 parent: 1 - - uid: 13027 + - uid: 23367 components: - type: Transform - pos: -104.5,-191.5 + pos: -24.5,115.5 parent: 1 - - uid: 13028 + - uid: 23368 components: - type: Transform - pos: -113.5,-187.5 + pos: -24.5,116.5 parent: 1 - - uid: 13031 + - uid: 23369 components: - type: Transform - pos: -61.5,-170.5 + pos: -24.5,117.5 parent: 1 - - uid: 13034 + - uid: 23370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-148.5 + pos: -24.5,118.5 parent: 1 - - uid: 13035 + - uid: 23371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-132.5 + pos: -24.5,119.5 parent: 1 - - uid: 13036 + - uid: 23372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,-136.5 + pos: -24.5,120.5 parent: 1 - - uid: 13038 + - uid: 23373 components: - type: Transform - pos: -122.5,-174.5 + pos: -24.5,121.5 parent: 1 - - uid: 13039 + - uid: 23374 components: - type: Transform - pos: -75.5,-191.5 + pos: -24.5,122.5 parent: 1 - - uid: 13043 + - uid: 23375 components: - type: Transform - pos: -103.5,-193.5 + pos: -24.5,123.5 parent: 1 - - uid: 13044 + - uid: 23376 components: - type: Transform - pos: -122.5,-172.5 + pos: -24.5,124.5 parent: 1 - - uid: 13045 + - uid: 23377 components: - type: Transform - pos: -79.5,-151.5 + pos: -24.5,125.5 parent: 1 - - uid: 13046 + - uid: 23378 components: - type: Transform - pos: -71.5,-191.5 + pos: -24.5,126.5 parent: 1 - - uid: 13047 + - uid: 23379 components: - type: Transform - pos: -69.5,-193.5 + pos: -24.5,127.5 parent: 1 - - uid: 13048 + - uid: 23380 components: - type: Transform - pos: -59.5,-169.5 + pos: -24.5,128.5 parent: 1 - - uid: 13051 + - uid: 23381 components: - type: Transform - pos: -113.5,-181.5 + pos: -24.5,129.5 parent: 1 - - uid: 13052 + - uid: 23382 components: - type: Transform - pos: -113.5,-182.5 + pos: -24.5,130.5 parent: 1 - - uid: 13053 + - uid: 23383 components: - type: Transform - pos: -86.5,-193.5 + pos: -24.5,131.5 parent: 1 - - uid: 13054 + - uid: 23384 components: - type: Transform - pos: -82.5,-191.5 + pos: -25.5,109.5 parent: 1 - - uid: 13055 + - uid: 23385 components: - type: Transform - pos: -77.5,-193.5 + pos: -25.5,110.5 parent: 1 - - uid: 13056 + - uid: 23386 components: - type: Transform - pos: -105.5,-191.5 + pos: -25.5,111.5 parent: 1 - - uid: 13057 + - uid: 23387 components: - type: Transform - pos: -76.5,-193.5 + pos: -25.5,112.5 parent: 1 - - uid: 13058 + - uid: 23388 components: - type: Transform - pos: -59.5,-175.5 + pos: -25.5,113.5 parent: 1 - - uid: 13059 + - uid: 23389 components: - type: Transform - pos: -88.5,-193.5 + pos: -25.5,114.5 parent: 1 - - uid: 13061 + - uid: 23390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-148.5 + pos: -25.5,115.5 parent: 1 - - uid: 13062 + - uid: 23391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-149.5 + pos: -25.5,116.5 parent: 1 - - uid: 13068 + - uid: 23392 components: - type: Transform - pos: -61.5,-174.5 + pos: -25.5,117.5 parent: 1 - - uid: 13069 + - uid: 23393 components: - type: Transform - pos: -61.5,-171.5 + pos: -25.5,118.5 parent: 1 - - uid: 13070 + - uid: 23394 components: - type: Transform - pos: -61.5,-191.5 + pos: -25.5,119.5 parent: 1 - - uid: 13071 + - uid: 23395 components: - type: Transform - pos: -120.5,-173.5 + pos: -25.5,120.5 parent: 1 - - uid: 13072 + - uid: 23396 components: - type: Transform - pos: -78.5,-193.5 + pos: -25.5,121.5 parent: 1 - - uid: 13073 + - uid: 23397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-130.5 + pos: -25.5,122.5 parent: 1 - - uid: 13074 + - uid: 23398 components: - type: Transform - pos: -79.5,-193.5 + pos: -25.5,123.5 parent: 1 - - uid: 13075 + - uid: 23399 components: - type: Transform - pos: -61.5,-154.5 + pos: -25.5,124.5 parent: 1 - - uid: 13076 + - uid: 23400 components: - type: Transform - pos: -108.5,-193.5 + pos: -25.5,125.5 parent: 1 - - uid: 13078 + - uid: 23401 components: - type: Transform - pos: -110.5,-193.5 + pos: -25.5,126.5 parent: 1 - - uid: 13081 + - uid: 23402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-132.5 + pos: -25.5,127.5 parent: 1 - - uid: 13082 + - uid: 23403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-130.5 + pos: -25.5,128.5 parent: 1 - - uid: 13083 + - uid: 23404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-136.5 + pos: -25.5,129.5 parent: 1 - - uid: 13085 + - uid: 23405 components: - type: Transform - pos: -81.5,-193.5 + pos: -25.5,130.5 parent: 1 - - uid: 13087 + - uid: 23406 components: - type: Transform - pos: -61.5,-173.5 + pos: -25.5,131.5 parent: 1 - - uid: 13088 + - uid: 23407 components: - type: Transform - pos: -61.5,-175.5 + pos: -26.5,109.5 parent: 1 - - uid: 13089 + - uid: 23408 components: - type: Transform - pos: -61.5,-176.5 + pos: -26.5,110.5 parent: 1 - - uid: 13090 + - uid: 23409 components: - type: Transform - pos: -61.5,-167.5 + pos: -26.5,111.5 parent: 1 - - uid: 13091 + - uid: 23410 components: - type: Transform - pos: -61.5,-179.5 + pos: -26.5,112.5 parent: 1 - - uid: 13092 + - uid: 23411 components: - type: Transform - pos: -61.5,-178.5 + pos: -26.5,113.5 parent: 1 - - uid: 13093 + - uid: 23412 components: - type: Transform - pos: -61.5,-181.5 + pos: -26.5,114.5 parent: 1 - - uid: 13094 + - uid: 23413 components: - type: Transform - pos: -61.5,-180.5 + pos: -26.5,115.5 parent: 1 - - uid: 13095 + - uid: 23414 components: - type: Transform - pos: -61.5,-183.5 + pos: -26.5,116.5 parent: 1 - - uid: 13096 + - uid: 23415 components: - type: Transform - pos: -61.5,-182.5 + pos: -26.5,117.5 parent: 1 - - uid: 13097 + - uid: 23416 components: - type: Transform - pos: -61.5,-185.5 + pos: -26.5,118.5 parent: 1 - - uid: 13098 + - uid: 23417 components: - type: Transform - pos: -61.5,-184.5 + pos: -26.5,119.5 parent: 1 - - uid: 13099 + - uid: 23418 components: - type: Transform - pos: -61.5,-186.5 + pos: -26.5,120.5 parent: 1 - - uid: 13100 + - uid: 23419 components: - type: Transform - pos: -61.5,-187.5 + pos: -26.5,121.5 parent: 1 - - uid: 13101 + - uid: 23420 components: - type: Transform - pos: -88.5,-191.5 + pos: -26.5,122.5 parent: 1 - - uid: 13102 + - uid: 23421 components: - type: Transform - pos: -84.5,-191.5 + pos: -26.5,123.5 parent: 1 - - uid: 13103 + - uid: 23422 components: - type: Transform - pos: -83.5,-191.5 + pos: -26.5,124.5 parent: 1 - - uid: 13104 + - uid: 23423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-147.5 + pos: -26.5,125.5 parent: 1 - - uid: 13105 + - uid: 23424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-146.5 + pos: -26.5,126.5 parent: 1 - - uid: 13106 + - uid: 23425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-145.5 + pos: -26.5,127.5 parent: 1 - - uid: 13107 + - uid: 23426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-144.5 + pos: -26.5,128.5 parent: 1 - - uid: 13108 + - uid: 23427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-143.5 + pos: -26.5,129.5 parent: 1 - - uid: 13109 + - uid: 23428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-142.5 + pos: -26.5,130.5 parent: 1 - - uid: 13110 + - uid: 23429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-141.5 + pos: -26.5,131.5 parent: 1 - - uid: 13111 + - uid: 23430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-140.5 + pos: -27.5,109.5 parent: 1 - - uid: 13112 + - uid: 23431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-139.5 + pos: -27.5,110.5 parent: 1 - - uid: 13113 + - uid: 23432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-138.5 + pos: -27.5,111.5 parent: 1 - - uid: 13114 + - uid: 23433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-137.5 + pos: -27.5,112.5 parent: 1 - - uid: 13115 + - uid: 23434 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-136.5 + pos: -27.5,113.5 parent: 1 - - uid: 13116 + - uid: 23435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-135.5 + pos: -27.5,114.5 parent: 1 - - uid: 13117 + - uid: 23436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-134.5 + pos: -27.5,115.5 parent: 1 - - uid: 13118 + - uid: 23437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-164.5 + pos: -27.5,116.5 parent: 1 - - uid: 13119 + - uid: 23438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-163.5 + pos: -27.5,117.5 parent: 1 - - uid: 13120 + - uid: 23439 components: - type: Transform - pos: -59.5,-190.5 + pos: -27.5,118.5 parent: 1 - - uid: 13121 + - uid: 23440 components: - type: Transform - pos: -122.5,-169.5 + pos: -27.5,119.5 parent: 1 - - uid: 13125 + - uid: 23441 components: - type: Transform - pos: -59.5,-171.5 + pos: -27.5,120.5 parent: 1 - - uid: 13126 + - uid: 23442 components: - type: Transform - pos: -122.5,-171.5 + pos: -27.5,121.5 parent: 1 - - uid: 13127 + - uid: 23443 components: - type: Transform - pos: -116.5,-178.5 + pos: -27.5,122.5 parent: 1 - - uid: 13128 + - uid: 23444 components: - type: Transform - pos: -61.5,-193.5 + pos: -27.5,123.5 parent: 1 - - uid: 13129 + - uid: 23445 components: - type: Transform - pos: -59.5,-193.5 + pos: -27.5,124.5 parent: 1 - - uid: 13130 + - uid: 23446 components: - type: Transform - pos: -61.5,-189.5 + pos: -27.5,125.5 parent: 1 - - uid: 13131 + - uid: 23447 components: - type: Transform - pos: -61.5,-188.5 + pos: -27.5,126.5 parent: 1 - - uid: 13132 + - uid: 23448 components: - type: Transform - pos: -84.5,-193.5 + pos: -27.5,127.5 parent: 1 - - uid: 13133 + - uid: 23449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-144.5 + pos: -27.5,128.5 parent: 1 - - uid: 13134 + - uid: 23450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-143.5 + pos: -27.5,129.5 parent: 1 - - uid: 13135 + - uid: 23451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-142.5 + pos: -27.5,130.5 parent: 1 - - uid: 13136 + - uid: 23452 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-141.5 + pos: -27.5,131.5 parent: 1 - - uid: 13137 + - uid: 23453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-140.5 + pos: -28.5,109.5 parent: 1 - - uid: 13138 + - uid: 23454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-139.5 + pos: -28.5,110.5 parent: 1 - - uid: 13139 + - uid: 23455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-138.5 + pos: -28.5,111.5 parent: 1 - - uid: 13140 + - uid: 23456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-137.5 + pos: -28.5,112.5 parent: 1 - - uid: 13141 + - uid: 23457 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-136.5 + pos: -28.5,113.5 parent: 1 - - uid: 13142 + - uid: 23458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-132.5 + pos: -28.5,114.5 parent: 1 - - uid: 13143 + - uid: 23459 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-132.5 + pos: -28.5,115.5 parent: 1 - - uid: 13144 + - uid: 23460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-132.5 + pos: -28.5,116.5 parent: 1 - - uid: 13145 + - uid: 23461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-132.5 + pos: -28.5,117.5 parent: 1 - - uid: 13146 + - uid: 23462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-132.5 + pos: -28.5,118.5 parent: 1 - - uid: 13147 + - uid: 23463 components: - type: Transform - pos: -85.5,-193.5 + pos: -28.5,119.5 parent: 1 - - uid: 13148 + - uid: 23464 components: - type: Transform - pos: -59.5,-192.5 + pos: -28.5,120.5 parent: 1 - - uid: 13149 + - uid: 23465 components: - type: Transform - pos: -59.5,-191.5 + pos: -28.5,121.5 parent: 1 - - uid: 13150 + - uid: 23466 components: - type: Transform - pos: -115.5,-186.5 + pos: -28.5,122.5 parent: 1 - - uid: 13151 + - uid: 23467 components: - type: Transform - pos: -111.5,-191.5 + pos: -28.5,123.5 parent: 1 - - uid: 13152 + - uid: 23468 components: - type: Transform - pos: -115.5,-189.5 + pos: -28.5,130.5 parent: 1 - - uid: 13153 + - uid: 23469 components: - type: Transform - pos: -104.5,-193.5 + pos: -28.5,131.5 parent: 1 - - uid: 13154 + - uid: 23470 components: - type: Transform - pos: -115.5,-187.5 + pos: -29.5,109.5 parent: 1 - - uid: 13155 + - uid: 23471 components: - type: Transform - pos: -115.5,-190.5 + pos: -29.5,110.5 parent: 1 - - uid: 13156 + - uid: 23472 components: - type: Transform - pos: -120.5,-181.5 + pos: -29.5,111.5 parent: 1 - - uid: 13158 + - uid: 23473 components: - type: Transform - pos: -121.5,-181.5 + pos: -29.5,112.5 parent: 1 - - uid: 13160 + - uid: 23474 components: - type: Transform - pos: -122.5,-181.5 + pos: -29.5,113.5 parent: 1 - - uid: 13162 + - uid: 23475 components: - type: Transform - pos: -117.5,-178.5 + pos: -29.5,114.5 parent: 1 - - uid: 13163 + - uid: 23476 components: - type: Transform - pos: -114.5,-178.5 + pos: -29.5,115.5 parent: 1 - - uid: 13165 + - uid: 23477 components: - type: Transform - rot: 3.141592653589793 rad - pos: -110.5,-134.5 + pos: -29.5,116.5 parent: 1 - - uid: 13167 + - uid: 23478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,-134.5 + pos: -29.5,117.5 parent: 1 - - uid: 13170 + - uid: 23479 components: - type: Transform - pos: -87.5,-193.5 + pos: -29.5,118.5 parent: 1 - - uid: 13171 + - uid: 23480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-168.5 + pos: -29.5,119.5 parent: 1 - - uid: 13172 + - uid: 23481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-167.5 + pos: -29.5,120.5 parent: 1 - - uid: 13173 + - uid: 23482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-166.5 + pos: -29.5,121.5 parent: 1 - - uid: 13174 + - uid: 23483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-165.5 + pos: -29.5,122.5 parent: 1 - - uid: 13175 + - uid: 23484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-132.5 + pos: -29.5,130.5 parent: 1 - - uid: 13176 + - uid: 23485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-132.5 + pos: -29.5,131.5 parent: 1 - - uid: 13177 + - uid: 23486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-133.5 + pos: -30.5,109.5 parent: 1 - - uid: 13178 + - uid: 23487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-134.5 + pos: -30.5,110.5 parent: 1 - - uid: 13179 + - uid: 23488 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-135.5 + pos: -30.5,111.5 parent: 1 - - uid: 13180 + - uid: 23489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-130.5 + pos: -30.5,112.5 parent: 1 - - uid: 13181 + - uid: 23490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-130.5 + pos: -30.5,113.5 parent: 1 - - uid: 13182 + - uid: 23491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-130.5 + pos: -30.5,114.5 parent: 1 - - uid: 13183 + - uid: 23492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-130.5 + pos: -30.5,115.5 parent: 1 - - uid: 13184 + - uid: 23493 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-130.5 + pos: -30.5,116.5 parent: 1 - - uid: 13185 + - uid: 23494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-130.5 + pos: -30.5,117.5 parent: 1 - - uid: 13186 + - uid: 23495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-130.5 + pos: -30.5,118.5 parent: 1 - - uid: 13187 + - uid: 23496 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-130.5 + pos: -30.5,119.5 parent: 1 - - uid: 13188 + - uid: 23497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-130.5 + pos: -30.5,120.5 parent: 1 - - uid: 13189 + - uid: 23498 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-130.5 + pos: -30.5,121.5 parent: 1 - - uid: 13190 + - uid: 23499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-131.5 + pos: -30.5,122.5 parent: 1 - - uid: 13191 + - uid: 23500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-193.5 + pos: -30.5,123.5 parent: 1 - - uid: 13192 + - uid: 23501 components: - type: Transform - pos: -122.5,-170.5 + pos: -30.5,124.5 parent: 1 - - uid: 13193 + - uid: 23502 components: - type: Transform - pos: -59.5,-185.5 + pos: -30.5,128.5 parent: 1 - - uid: 13195 + - uid: 23503 components: - type: Transform - pos: -113.5,-186.5 + pos: -30.5,129.5 parent: 1 - - uid: 13198 + - uid: 23504 components: - type: Transform - pos: -115.5,-178.5 + pos: -30.5,130.5 parent: 1 - - uid: 13199 + - uid: 23505 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-162.5 + pos: -30.5,131.5 parent: 1 - - uid: 13200 + - uid: 23506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-193.5 + pos: -31.5,109.5 parent: 1 - - uid: 13201 + - uid: 23507 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-193.5 + pos: -31.5,110.5 parent: 1 - - uid: 13202 + - uid: 23508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,-193.5 + pos: -31.5,111.5 parent: 1 - - uid: 13203 + - uid: 23509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,-193.5 + pos: -31.5,112.5 parent: 1 - - uid: 13204 + - uid: 23510 components: - type: Transform - pos: -113.5,-178.5 + pos: -31.5,113.5 parent: 1 - - uid: 13205 + - uid: 23511 components: - type: Transform - pos: -112.5,-193.5 + pos: -31.5,114.5 parent: 1 - - uid: 13206 + - uid: 23512 components: - type: Transform - pos: -111.5,-193.5 + pos: -31.5,115.5 parent: 1 - - uid: 13207 + - uid: 23513 components: - type: Transform - pos: -114.5,-193.5 + pos: -31.5,116.5 parent: 1 - - uid: 13208 + - uid: 23514 components: - type: Transform - pos: -113.5,-193.5 + pos: -31.5,117.5 parent: 1 - - uid: 13209 + - uid: 23515 components: - type: Transform - pos: -115.5,-191.5 + pos: -31.5,118.5 parent: 1 - - uid: 13210 + - uid: 23516 components: - type: Transform - pos: -115.5,-193.5 + pos: -31.5,119.5 parent: 1 - - uid: 13211 + - uid: 23517 components: - type: Transform - pos: -120.5,-172.5 + pos: -31.5,120.5 parent: 1 - - uid: 13212 + - uid: 23518 components: - type: Transform - pos: -115.5,-192.5 + pos: -31.5,121.5 parent: 1 - - uid: 13213 + - uid: 23519 components: - type: Transform - pos: -115.5,-184.5 + pos: -31.5,122.5 parent: 1 - - uid: 13214 + - uid: 23520 components: - type: Transform - pos: -115.5,-185.5 + pos: -31.5,123.5 parent: 1 - - uid: 13215 + - uid: 23521 components: - type: Transform - pos: -115.5,-182.5 + pos: -31.5,124.5 parent: 1 - - uid: 13216 + - uid: 23522 components: - type: Transform - pos: -115.5,-183.5 + pos: -31.5,125.5 parent: 1 - - uid: 13217 + - uid: 23523 components: - type: Transform - pos: -120.5,-171.5 + pos: -31.5,126.5 parent: 1 - - uid: 13218 + - uid: 23524 components: - type: Transform - pos: -115.5,-181.5 + pos: -31.5,127.5 parent: 1 - - uid: 13219 + - uid: 23525 components: - type: Transform - pos: -120.5,-174.5 + pos: -31.5,128.5 parent: 1 - - uid: 13220 + - uid: 23526 components: - type: Transform - pos: -120.5,-169.5 + pos: -31.5,129.5 parent: 1 - - uid: 13221 + - uid: 23527 components: - type: Transform - pos: -59.5,-178.5 + pos: -31.5,130.5 parent: 1 - - uid: 13222 + - uid: 23528 components: - type: Transform - pos: -70.5,-191.5 + pos: -31.5,131.5 parent: 1 - - uid: 13223 + - uid: 23529 components: - type: Transform - pos: -59.5,-181.5 + pos: -32.5,109.5 parent: 1 - - uid: 13224 + - uid: 23530 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-161.5 + pos: -32.5,110.5 parent: 1 - - uid: 13225 + - uid: 23531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-160.5 + pos: -32.5,111.5 parent: 1 - - uid: 13226 + - uid: 23532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-159.5 + pos: -32.5,112.5 parent: 1 - - uid: 13227 + - uid: 23533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-158.5 + pos: -32.5,113.5 parent: 1 - - uid: 13228 + - uid: 23534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-157.5 + pos: -32.5,114.5 parent: 1 - - uid: 13229 + - uid: 23535 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-156.5 + pos: -32.5,115.5 parent: 1 - - uid: 13230 + - uid: 23536 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-155.5 + pos: -32.5,116.5 parent: 1 - - uid: 13231 + - uid: 23537 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-154.5 + pos: -32.5,117.5 parent: 1 - - uid: 13232 + - uid: 23538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-153.5 + pos: -32.5,118.5 parent: 1 - - uid: 13233 + - uid: 23539 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-152.5 + pos: -32.5,119.5 parent: 1 - - uid: 13234 + - uid: 23540 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-151.5 + pos: -32.5,120.5 parent: 1 - - uid: 13235 + - uid: 23541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-150.5 + pos: -32.5,121.5 parent: 1 - - uid: 13236 + - uid: 23542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-149.5 + pos: -32.5,122.5 parent: 1 - - uid: 13237 + - uid: 23543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-148.5 + pos: -32.5,123.5 parent: 1 - - uid: 13238 + - uid: 23544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-147.5 + pos: -32.5,124.5 parent: 1 - - uid: 13239 + - uid: 23545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-146.5 + pos: -32.5,125.5 parent: 1 - - uid: 13240 + - uid: 23546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,-145.5 + pos: -32.5,126.5 parent: 1 - - uid: 13241 + - uid: 23547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -121.5,-145.5 + pos: -32.5,127.5 parent: 1 - - uid: 13242 + - uid: 23548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,-145.5 + pos: -32.5,128.5 parent: 1 - - uid: 13243 + - uid: 23549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,-145.5 + pos: -32.5,129.5 parent: 1 - - uid: 13244 + - uid: 23550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,-145.5 + pos: -32.5,130.5 parent: 1 - - uid: 13245 + - uid: 23551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -117.5,-145.5 + pos: -32.5,131.5 parent: 1 - - uid: 13246 + - uid: 23552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -116.5,-145.5 + pos: -33.5,109.5 parent: 1 - - uid: 13247 + - uid: 23553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,-145.5 + pos: -33.5,110.5 parent: 1 - - uid: 13248 + - uid: 23554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-145.5 + pos: -33.5,111.5 parent: 1 - - uid: 13249 + - uid: 23555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-134.5 + pos: -33.5,112.5 parent: 1 - - uid: 13250 + - uid: 23556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-143.5 + pos: -33.5,113.5 parent: 1 - - uid: 13251 + - uid: 23557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-142.5 + pos: -33.5,114.5 parent: 1 - - uid: 13252 + - uid: 23558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-141.5 + pos: -33.5,115.5 parent: 1 - - uid: 13253 + - uid: 23559 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-140.5 + pos: -33.5,116.5 parent: 1 - - uid: 13254 + - uid: 23560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-139.5 + pos: -33.5,117.5 parent: 1 - - uid: 13255 + - uid: 23561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-138.5 + pos: -33.5,118.5 parent: 1 - - uid: 13256 + - uid: 23562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-137.5 + pos: -33.5,119.5 parent: 1 - - uid: 13257 + - uid: 23563 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-136.5 + pos: -33.5,120.5 parent: 1 - - uid: 13258 + - uid: 23564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-135.5 + pos: -33.5,121.5 parent: 1 - - uid: 13259 + - uid: 23565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-134.5 + pos: -33.5,122.5 parent: 1 - - uid: 13260 + - uid: 23566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,-134.5 + pos: -33.5,123.5 parent: 1 - - uid: 13261 + - uid: 23567 components: - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,-134.5 + pos: -33.5,124.5 parent: 1 - - uid: 13262 + - uid: 23568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,-134.5 + pos: -33.5,125.5 parent: 1 - - uid: 13263 + - uid: 23569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,-134.5 + pos: -33.5,126.5 parent: 1 - - uid: 13264 + - uid: 23570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,-134.5 + pos: -33.5,127.5 parent: 1 - - uid: 13265 + - uid: 23571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-134.5 + pos: -33.5,128.5 parent: 1 - - uid: 13266 + - uid: 23572 components: - type: Transform - pos: 12.5,-25.5 + pos: -33.5,129.5 parent: 1 - - uid: 13267 + - uid: 23573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,2.5 + pos: -33.5,130.5 parent: 1 - - uid: 13268 + - uid: 23574 components: - type: Transform - pos: -144.5,2.5 + pos: -33.5,131.5 parent: 1 - - uid: 13269 + - uid: 23575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -168.5,2.5 + pos: -34.5,109.5 parent: 1 - - uid: 13270 + - uid: 23576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,2.5 + pos: -34.5,110.5 parent: 1 - - uid: 13271 + - uid: 23577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,2.5 + pos: -34.5,111.5 parent: 1 - - uid: 13272 + - uid: 23578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-112.5 + pos: -34.5,112.5 parent: 1 - - uid: 13273 + - uid: 23579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-99.5 + pos: -34.5,113.5 parent: 1 - - uid: 13274 + - uid: 23580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-99.5 + pos: -34.5,114.5 parent: 1 - - uid: 13275 + - uid: 23581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-99.5 + pos: -34.5,115.5 parent: 1 - - uid: 13276 + - uid: 23582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-99.5 + pos: -34.5,116.5 parent: 1 - - uid: 13277 + - uid: 23583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-99.5 + pos: -34.5,117.5 parent: 1 - - uid: 13278 + - uid: 23584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-99.5 + pos: -34.5,118.5 parent: 1 - - uid: 13279 + - uid: 23585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-99.5 + pos: -34.5,119.5 parent: 1 - - uid: 13280 + - uid: 23586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-110.5 + pos: -34.5,120.5 parent: 1 - - uid: 13281 + - uid: 23587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-111.5 + pos: -34.5,121.5 parent: 1 - - uid: 13282 + - uid: 23588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-109.5 + pos: -34.5,122.5 parent: 1 - - uid: 13283 + - uid: 23589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-106.5 + pos: -34.5,123.5 parent: 1 - - uid: 13284 + - uid: 23590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-107.5 + pos: -34.5,124.5 parent: 1 - - uid: 13285 + - uid: 23591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-108.5 + pos: -34.5,125.5 parent: 1 - - uid: 13286 + - uid: 23592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-105.5 + pos: -34.5,126.5 parent: 1 - - uid: 13287 + - uid: 23593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-104.5 + pos: -34.5,127.5 parent: 1 - - uid: 13288 + - uid: 23594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-103.5 + pos: -34.5,128.5 parent: 1 - - uid: 13289 + - uid: 23595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-104.5 + pos: -34.5,129.5 parent: 1 - - uid: 13290 + - uid: 23596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-102.5 + pos: -34.5,130.5 parent: 1 - - uid: 13291 + - uid: 23597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-99.5 + pos: -34.5,131.5 parent: 1 - - uid: 13292 + - uid: 23598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-104.5 + pos: -35.5,109.5 parent: 1 - - uid: 13293 + - uid: 23599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-104.5 + pos: -35.5,110.5 parent: 1 - - uid: 13294 + - uid: 23600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-104.5 + pos: -35.5,111.5 parent: 1 - - uid: 13295 + - uid: 23601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-103.5 + pos: -35.5,112.5 parent: 1 - - uid: 13296 + - uid: 23602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-102.5 + pos: -35.5,113.5 parent: 1 - - uid: 13297 + - uid: 23603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-101.5 + pos: -35.5,114.5 parent: 1 - - uid: 13298 + - uid: 23604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-100.5 + pos: -35.5,115.5 parent: 1 - - uid: 13299 + - uid: 23605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,2.5 + pos: -35.5,116.5 parent: 1 - - uid: 13300 + - uid: 23606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,2.5 + pos: -35.5,117.5 parent: 1 - - uid: 13301 + - uid: 23607 components: - type: Transform - pos: 44.5,-24.5 + pos: -35.5,118.5 parent: 1 - - uid: 13302 + - uid: 23608 components: - type: Transform - pos: 45.5,-24.5 + pos: -35.5,119.5 parent: 1 - - uid: 13303 + - uid: 23609 components: - type: Transform - pos: 46.5,-24.5 + pos: -35.5,120.5 parent: 1 - - uid: 13304 + - uid: 23610 components: - type: Transform - pos: 49.5,-24.5 + pos: -35.5,121.5 parent: 1 - - uid: 13305 + - uid: 23611 components: - type: Transform - pos: 42.5,-24.5 + pos: -35.5,122.5 parent: 1 - - uid: 13306 + - uid: 23612 components: - type: Transform - pos: 19.5,-23.5 + pos: -35.5,123.5 parent: 1 - - uid: 13307 + - uid: 23613 components: - type: Transform - pos: 50.5,-24.5 + pos: -35.5,124.5 parent: 1 - - uid: 13308 + - uid: 23614 components: - type: Transform - pos: 43.5,-24.5 + pos: -35.5,125.5 parent: 1 - - uid: 13309 + - uid: 23615 components: - type: Transform - pos: 19.5,-24.5 + pos: -35.5,126.5 parent: 1 - - uid: 13310 + - uid: 23616 components: - type: Transform - pos: 19.5,-28.5 + pos: -35.5,127.5 parent: 1 - - uid: 13311 + - uid: 23617 components: - type: Transform - pos: 47.5,-24.5 + pos: -35.5,128.5 parent: 1 - - uid: 13312 + - uid: 23618 components: - type: Transform - pos: 19.5,-27.5 + pos: -35.5,129.5 parent: 1 - - uid: 13313 + - uid: 23619 components: - type: Transform - pos: 19.5,-25.5 + pos: -35.5,130.5 parent: 1 - - uid: 13314 + - uid: 23620 components: - type: Transform - pos: 40.5,-24.5 + pos: -35.5,131.5 parent: 1 - - uid: 13315 + - uid: 23621 components: - type: Transform - pos: 51.5,-25.5 + pos: -36.5,109.5 parent: 1 - - uid: 13316 + - uid: 23622 components: - type: Transform - pos: 19.5,-26.5 + pos: -36.5,110.5 parent: 1 - - uid: 13317 + - uid: 23623 components: - type: Transform - pos: 48.5,-24.5 + pos: -36.5,111.5 parent: 1 - - uid: 13318 + - uid: 23624 components: - type: Transform - pos: 51.5,-26.5 + pos: -36.5,112.5 parent: 1 - - uid: 13319 + - uid: 23625 components: - type: Transform - pos: 51.5,-24.5 + pos: -36.5,113.5 parent: 1 - - uid: 13320 + - uid: 23626 components: - type: Transform - pos: 51.5,-27.5 + pos: -36.5,114.5 parent: 1 - - uid: 13321 + - uid: 23627 components: - type: Transform - pos: 50.5,-27.5 + pos: -36.5,115.5 parent: 1 - - uid: 13322 + - uid: 23628 components: - type: Transform - pos: 49.5,-27.5 + pos: -36.5,116.5 parent: 1 - - uid: 13323 + - uid: 23629 components: - type: Transform - pos: 48.5,-27.5 + pos: -36.5,117.5 parent: 1 - - uid: 13324 + - uid: 23630 components: - type: Transform - pos: 47.5,-27.5 + pos: -36.5,118.5 parent: 1 - - uid: 13325 + - uid: 23631 components: - type: Transform - pos: 19.5,-29.5 + pos: -36.5,119.5 parent: 1 - - uid: 13326 + - uid: 23632 components: - type: Transform - pos: 41.5,-24.5 + pos: -36.5,120.5 parent: 1 - - uid: 13327 + - uid: 23633 components: - type: Transform - pos: 46.5,-27.5 + pos: -36.5,121.5 parent: 1 - - uid: 13328 + - uid: 23634 components: - type: Transform - pos: 45.5,-27.5 + pos: -36.5,122.5 parent: 1 - - uid: 13329 + - uid: 23635 components: - type: Transform - pos: 44.5,-27.5 + pos: -36.5,123.5 parent: 1 - - uid: 13330 + - uid: 23636 components: - type: Transform - pos: 43.5,-27.5 + pos: -36.5,124.5 parent: 1 - - uid: 13331 + - uid: 23637 components: - type: Transform - pos: 42.5,-27.5 + pos: -36.5,125.5 parent: 1 - - uid: 13332 + - uid: 23638 components: - type: Transform - pos: 41.5,-27.5 + pos: -36.5,126.5 parent: 1 - - uid: 13333 + - uid: 23639 components: - type: Transform - pos: 40.5,-27.5 + pos: -36.5,127.5 parent: 1 - - uid: 13334 + - uid: 23640 components: - type: Transform - pos: 40.5,-25.5 + pos: -36.5,128.5 parent: 1 - - uid: 13335 + - uid: 23641 components: - type: Transform - pos: 40.5,-26.5 + pos: -36.5,129.5 parent: 1 - - uid: 13336 + - uid: 23642 components: - type: Transform - pos: 114.5,-42.5 + pos: -36.5,130.5 parent: 1 - - uid: 13337 + - uid: 23643 components: - type: Transform - pos: 52.5,134.5 + pos: -36.5,131.5 parent: 1 - - uid: 13338 + - uid: 23644 components: - type: Transform - pos: 102.5,-32.5 + pos: -37.5,109.5 parent: 1 - - uid: 13339 + - uid: 23645 components: - type: Transform - pos: 104.5,-32.5 + pos: -37.5,110.5 parent: 1 - - uid: 13340 + - uid: 23646 components: - type: Transform - pos: 105.5,-32.5 + pos: -37.5,111.5 parent: 1 - - uid: 13341 + - uid: 23647 components: - type: Transform - pos: 106.5,-32.5 + pos: -37.5,112.5 parent: 1 - - uid: 13342 + - uid: 23648 components: - type: Transform - pos: 108.5,-32.5 + pos: -37.5,113.5 parent: 1 - - uid: 13343 + - uid: 23649 components: - type: Transform - pos: 114.5,-44.5 + pos: -37.5,114.5 parent: 1 - - uid: 13344 + - uid: 23650 components: - type: Transform - pos: 114.5,-41.5 + pos: -37.5,115.5 parent: 1 - - uid: 13345 + - uid: 23651 components: - type: Transform - pos: 112.5,-44.5 + pos: -37.5,116.5 parent: 1 - - uid: 13346 + - uid: 23652 components: - type: Transform - pos: 113.5,-44.5 + pos: -37.5,117.5 parent: 1 - - uid: 13347 + - uid: 23653 components: - type: Transform - pos: 111.5,-44.5 + pos: -37.5,118.5 parent: 1 - - uid: 13348 + - uid: 23654 components: - type: Transform - pos: 60.5,134.5 + pos: -37.5,119.5 parent: 1 - - uid: 13359 + - uid: 23655 components: - type: Transform - pos: 54.5,134.5 + pos: -37.5,120.5 parent: 1 - - uid: 13360 + - uid: 23656 components: - type: Transform - pos: 50.5,134.5 + pos: -37.5,121.5 parent: 1 - - uid: 13361 + - uid: 23657 components: - type: Transform - pos: 182.5,60.5 + pos: -37.5,122.5 parent: 1 - - uid: 13362 + - uid: 23658 components: - type: Transform - pos: 46.5,134.5 + pos: -37.5,123.5 parent: 1 - - uid: 13364 + - uid: 23659 components: - type: Transform - pos: 24.5,175.5 + pos: -37.5,124.5 parent: 1 - - uid: 13365 + - uid: 23660 components: - type: Transform - pos: 15.5,134.5 + pos: -37.5,125.5 parent: 1 - - uid: 13366 + - uid: 23661 components: - type: Transform - pos: 45.5,134.5 + pos: -37.5,126.5 parent: 1 - - uid: 13367 + - uid: 23662 components: - type: Transform - pos: 28.5,175.5 + pos: -37.5,127.5 parent: 1 - - uid: 13368 + - uid: 23663 components: - type: Transform - pos: 17.5,134.5 + pos: -37.5,128.5 parent: 1 - - uid: 13369 + - uid: 23664 components: - type: Transform - pos: 48.5,134.5 + pos: -37.5,129.5 parent: 1 - - uid: 13370 + - uid: 23665 components: - type: Transform - pos: 51.5,134.5 + pos: -37.5,130.5 parent: 1 - - uid: 13371 + - uid: 23666 components: - type: Transform - pos: 21.5,175.5 + pos: -37.5,131.5 parent: 1 - - uid: 13372 + - uid: 23667 components: - type: Transform - pos: 19.5,175.5 + pos: -38.5,109.5 parent: 1 - - uid: 13373 + - uid: 23668 components: - type: Transform - pos: 58.5,134.5 + pos: -38.5,110.5 parent: 1 - - uid: 13374 + - uid: 23669 components: - type: Transform - pos: 16.5,134.5 + pos: -38.5,111.5 parent: 1 - - uid: 13375 + - uid: 23670 components: - type: Transform - pos: 49.5,134.5 + pos: -38.5,112.5 parent: 1 - - uid: 13376 + - uid: 23671 components: - type: Transform - pos: 30.5,175.5 + pos: -38.5,113.5 parent: 1 - - uid: 13377 + - uid: 23672 components: - type: Transform - pos: 27.5,175.5 + pos: -38.5,114.5 parent: 1 - - uid: 13378 + - uid: 23673 components: - type: Transform - pos: 56.5,134.5 + pos: -38.5,115.5 parent: 1 - - uid: 13379 + - uid: 23674 components: - type: Transform - pos: 59.5,134.5 + pos: -38.5,116.5 parent: 1 - - uid: 13380 + - uid: 23675 components: - type: Transform - pos: 47.5,134.5 + pos: -38.5,117.5 parent: 1 - - uid: 13381 + - uid: 23676 components: - type: Transform - pos: 31.5,175.5 + pos: -38.5,118.5 parent: 1 - - uid: 13382 + - uid: 23677 components: - type: Transform - pos: 50.5,175.5 + pos: -38.5,119.5 parent: 1 - - uid: 13383 + - uid: 23678 components: - type: Transform - pos: 39.5,136.5 + pos: -38.5,120.5 parent: 1 - - uid: 13384 + - uid: 23679 components: - type: Transform - pos: 182.5,59.5 + pos: -38.5,121.5 parent: 1 - - uid: 13385 + - uid: 23680 components: - type: Transform - pos: 14.5,134.5 + pos: -38.5,122.5 parent: 1 - - uid: 13386 + - uid: 23681 components: - type: Transform - pos: 188.5,58.5 + pos: -38.5,123.5 parent: 1 - - uid: 13387 + - uid: 23682 components: - type: Transform - pos: 23.5,175.5 + pos: -38.5,124.5 parent: 1 - - uid: 13388 + - uid: 23683 components: - type: Transform - pos: 18.5,134.5 + pos: -38.5,125.5 parent: 1 - - uid: 13389 + - uid: 23684 components: - type: Transform - pos: 62.5,134.5 + pos: -38.5,126.5 parent: 1 - - uid: 13390 + - uid: 23685 components: - type: Transform - pos: 188.5,59.5 + pos: -38.5,127.5 parent: 1 - - uid: 13391 + - uid: 23686 components: - type: Transform - pos: 188.5,60.5 + pos: -38.5,128.5 parent: 1 - - uid: 13392 + - uid: 23687 components: - type: Transform - pos: 187.5,60.5 + pos: -38.5,129.5 parent: 1 - - uid: 13393 + - uid: 23688 components: - type: Transform - pos: 186.5,60.5 + pos: -38.5,130.5 parent: 1 - - uid: 13394 + - uid: 23689 components: - type: Transform - pos: 183.5,60.5 + pos: -38.5,131.5 parent: 1 - - uid: 13395 + - uid: 23690 components: - type: Transform - pos: 22.5,175.5 + pos: -39.5,109.5 parent: 1 - - uid: 13396 + - uid: 23691 components: - type: Transform - pos: 13.5,134.5 + pos: -39.5,110.5 parent: 1 - - uid: 13397 + - uid: 23692 components: - type: Transform - pos: 36.5,175.5 + pos: -39.5,111.5 parent: 1 - - uid: 13398 + - uid: 23693 components: - type: Transform - pos: 55.5,134.5 + pos: -39.5,112.5 parent: 1 - - uid: 13399 + - uid: 23694 components: - type: Transform - pos: 20.5,175.5 + pos: -39.5,113.5 parent: 1 - - uid: 13400 + - uid: 23695 components: - type: Transform - pos: 19.5,134.5 + pos: -39.5,114.5 parent: 1 - - uid: 13401 + - uid: 23696 components: - type: Transform - pos: 20.5,134.5 + pos: -39.5,115.5 parent: 1 - - uid: 13402 + - uid: 23697 components: - type: Transform - pos: 22.5,134.5 + pos: -39.5,116.5 parent: 1 - - uid: 13403 + - uid: 23698 components: - type: Transform - pos: 23.5,134.5 + pos: -39.5,117.5 parent: 1 - - uid: 13404 + - uid: 23699 components: - type: Transform - pos: 24.5,134.5 + pos: -39.5,118.5 parent: 1 - - uid: 13405 + - uid: 23700 components: - type: Transform - pos: 25.5,134.5 + pos: -39.5,119.5 parent: 1 - - uid: 13406 + - uid: 23701 components: - type: Transform - pos: 26.5,134.5 + pos: -39.5,120.5 parent: 1 - - uid: 13407 + - uid: 23702 components: - type: Transform - pos: 27.5,134.5 + pos: -39.5,121.5 parent: 1 - - uid: 13408 + - uid: 23703 components: - type: Transform - pos: 28.5,134.5 + pos: -39.5,122.5 parent: 1 - - uid: 13409 + - uid: 23704 components: - type: Transform - pos: 29.5,134.5 + pos: -39.5,123.5 parent: 1 - - uid: 13410 + - uid: 23705 components: - type: Transform - pos: 30.5,134.5 + pos: -39.5,124.5 parent: 1 - - uid: 13411 + - uid: 23706 components: - type: Transform - pos: 31.5,134.5 + pos: -39.5,125.5 parent: 1 - - uid: 13412 + - uid: 23707 components: - type: Transform - pos: 32.5,134.5 + pos: -39.5,126.5 parent: 1 - - uid: 13413 + - uid: 23708 components: - type: Transform - pos: 33.5,134.5 + pos: -39.5,127.5 parent: 1 - - uid: 13414 + - uid: 23709 components: - type: Transform - pos: 34.5,134.5 + pos: -39.5,128.5 parent: 1 - - uid: 13415 + - uid: 23710 components: - type: Transform - pos: 35.5,134.5 + pos: -39.5,129.5 parent: 1 - - uid: 13416 + - uid: 23711 components: - type: Transform - pos: 36.5,134.5 + pos: -39.5,130.5 parent: 1 - - uid: 13417 + - uid: 23712 components: - type: Transform - pos: 37.5,134.5 + pos: -39.5,131.5 parent: 1 - - uid: 13418 + - uid: 23713 components: - type: Transform - pos: 38.5,134.5 + pos: -40.5,109.5 parent: 1 - - uid: 13419 + - uid: 23714 components: - type: Transform - pos: 39.5,134.5 + pos: -40.5,110.5 parent: 1 - - uid: 13420 + - uid: 23715 components: - type: Transform - pos: 34.5,175.5 + pos: -40.5,111.5 parent: 1 - - uid: 13421 + - uid: 23716 components: - type: Transform - pos: 63.5,134.5 + pos: -40.5,112.5 parent: 1 - - uid: 13422 + - uid: 23717 components: - type: Transform - pos: 64.5,134.5 + pos: -40.5,113.5 parent: 1 - - uid: 13423 + - uid: 23718 components: - type: Transform - pos: 45.5,139.5 + pos: -40.5,114.5 parent: 1 - - uid: 13424 + - uid: 23719 components: - type: Transform - pos: 33.5,175.5 + pos: -40.5,118.5 parent: 1 - - uid: 13425 + - uid: 23720 components: - type: Transform - pos: 39.5,138.5 + pos: -40.5,119.5 parent: 1 - - uid: 13426 + - uid: 23721 components: - type: Transform - pos: 64.5,168.5 + pos: -40.5,120.5 parent: 1 - - uid: 13427 + - uid: 23722 components: - type: Transform - pos: 64.5,167.5 + pos: -40.5,121.5 parent: 1 - - uid: 13428 + - uid: 23723 components: - type: Transform - pos: 64.5,166.5 + pos: -40.5,122.5 parent: 1 - - uid: 13429 + - uid: 23724 components: - type: Transform - pos: 64.5,165.5 + pos: -40.5,123.5 parent: 1 - - uid: 13430 + - uid: 23725 components: - type: Transform - pos: 64.5,164.5 + pos: -40.5,124.5 parent: 1 - - uid: 13431 + - uid: 23726 components: - type: Transform - pos: 64.5,163.5 + pos: -40.5,125.5 parent: 1 - - uid: 13432 + - uid: 23727 components: - type: Transform - pos: 64.5,162.5 + pos: -40.5,126.5 parent: 1 - - uid: 13433 + - uid: 23728 components: - type: Transform - pos: 64.5,161.5 + pos: -40.5,127.5 parent: 1 - - uid: 13434 + - uid: 23729 components: - type: Transform - pos: 64.5,160.5 + pos: -40.5,128.5 parent: 1 - - uid: 13435 + - uid: 23730 components: - type: Transform - pos: 64.5,159.5 + pos: -40.5,129.5 parent: 1 - - uid: 13436 + - uid: 23731 components: - type: Transform - pos: 64.5,158.5 + pos: -40.5,130.5 parent: 1 - - uid: 13437 + - uid: 23732 components: - type: Transform - pos: 64.5,157.5 + pos: -40.5,131.5 parent: 1 - - uid: 13438 + - uid: 23733 components: - type: Transform - pos: 64.5,156.5 + pos: -41.5,109.5 parent: 1 - - uid: 13439 + - uid: 23734 components: - type: Transform - pos: 64.5,155.5 + pos: -41.5,110.5 parent: 1 - - uid: 13440 + - uid: 23735 components: - type: Transform - pos: 64.5,154.5 + pos: -41.5,111.5 parent: 1 - - uid: 13441 + - uid: 23736 components: - type: Transform - pos: 64.5,153.5 + pos: -41.5,112.5 parent: 1 - - uid: 13442 + - uid: 23737 components: - type: Transform - pos: 64.5,152.5 + pos: -41.5,113.5 parent: 1 - - uid: 13443 + - uid: 23738 components: - type: Transform - pos: 64.5,151.5 + pos: -41.5,114.5 parent: 1 - - uid: 13444 + - uid: 23739 components: - type: Transform - pos: 64.5,150.5 + pos: -41.5,115.5 parent: 1 - - uid: 13445 + - uid: 23740 components: - type: Transform - pos: 64.5,149.5 + pos: -41.5,120.5 parent: 1 - - uid: 13446 + - uid: 23741 components: - type: Transform - pos: 64.5,148.5 + pos: -41.5,121.5 parent: 1 - - uid: 13447 + - uid: 23742 components: - type: Transform - pos: 64.5,147.5 + pos: -41.5,122.5 parent: 1 - - uid: 13448 + - uid: 23743 components: - type: Transform - pos: 64.5,146.5 + pos: -41.5,123.5 parent: 1 - - uid: 13449 + - uid: 23744 components: - type: Transform - pos: 64.5,145.5 + pos: -41.5,124.5 parent: 1 - - uid: 13450 + - uid: 23745 components: - type: Transform - pos: 64.5,144.5 + pos: -41.5,125.5 parent: 1 - - uid: 13451 + - uid: 23746 components: - type: Transform - pos: 64.5,143.5 + pos: -41.5,126.5 parent: 1 - - uid: 13452 + - uid: 23747 components: - type: Transform - pos: 64.5,142.5 + pos: -41.5,127.5 parent: 1 - - uid: 13453 + - uid: 23748 components: - type: Transform - pos: 64.5,141.5 + pos: -41.5,128.5 parent: 1 - - uid: 13454 + - uid: 23749 components: - type: Transform - pos: 64.5,140.5 + pos: -41.5,129.5 parent: 1 - - uid: 13455 + - uid: 23750 components: - type: Transform - pos: 64.5,139.5 + pos: -41.5,130.5 parent: 1 - - uid: 13456 + - uid: 23751 components: - type: Transform - pos: 64.5,138.5 + pos: -41.5,131.5 parent: 1 - - uid: 13457 + - uid: 23752 components: - type: Transform - pos: 64.5,137.5 + pos: -42.5,109.5 parent: 1 - - uid: 13458 + - uid: 23753 components: - type: Transform - pos: 64.5,136.5 + pos: -42.5,110.5 parent: 1 - - uid: 13459 + - uid: 23754 components: - type: Transform - pos: 64.5,135.5 + pos: -42.5,111.5 parent: 1 - - uid: 13460 + - uid: 23755 components: - type: Transform - pos: 39.5,137.5 + pos: -42.5,112.5 parent: 1 - - uid: 13461 + - uid: 23756 components: - type: Transform - pos: 25.5,175.5 + pos: -42.5,113.5 parent: 1 - - uid: 13462 + - uid: 23757 components: - type: Transform - pos: 39.5,135.5 + pos: -42.5,114.5 parent: 1 - - uid: 13463 + - uid: 23758 components: - type: Transform - pos: 45.5,138.5 + pos: -42.5,115.5 parent: 1 - - uid: 13464 + - uid: 23759 components: - type: Transform - pos: 45.5,137.5 + pos: -42.5,116.5 parent: 1 - - uid: 13465 + - uid: 23760 components: - type: Transform - pos: 45.5,136.5 + pos: -42.5,120.5 parent: 1 - - uid: 13466 + - uid: 23761 components: - type: Transform - pos: 45.5,135.5 + pos: -42.5,121.5 parent: 1 - - uid: 13467 + - uid: 23762 components: - type: Transform - pos: 44.5,139.5 + pos: -42.5,122.5 parent: 1 - - uid: 13468 + - uid: 23763 components: - type: Transform - pos: 40.5,139.5 + pos: -42.5,123.5 parent: 1 - - uid: 13469 + - uid: 23764 components: - type: Transform - pos: 41.5,139.5 + pos: -42.5,124.5 parent: 1 - - uid: 13470 + - uid: 23765 components: - type: Transform - pos: 43.5,139.5 + pos: -42.5,125.5 parent: 1 - - uid: 13471 + - uid: 23766 components: - type: Transform - pos: 29.5,175.5 + pos: -42.5,126.5 parent: 1 - - uid: 13472 + - uid: 23767 components: - type: Transform - pos: 26.5,175.5 + pos: -42.5,127.5 parent: 1 - - uid: 13473 + - uid: 23768 components: - type: Transform - pos: 37.5,175.5 + pos: -42.5,128.5 parent: 1 - - uid: 13474 + - uid: 23769 components: - type: Transform - pos: 44.5,175.5 + pos: -42.5,129.5 parent: 1 - - uid: 13475 + - uid: 23770 components: - type: Transform - pos: 39.5,175.5 + pos: -42.5,130.5 parent: 1 - - uid: 13476 + - uid: 23771 components: - type: Transform - pos: 38.5,175.5 + pos: -42.5,131.5 parent: 1 - - uid: 13477 + - uid: 23772 components: - type: Transform - pos: 45.5,175.5 + pos: -43.5,109.5 parent: 1 - - uid: 13478 + - uid: 23773 components: - type: Transform - pos: 46.5,175.5 + pos: -43.5,110.5 parent: 1 - - uid: 13479 + - uid: 23774 components: - type: Transform - pos: 47.5,175.5 + pos: -43.5,111.5 parent: 1 - - uid: 13480 + - uid: 23775 components: - type: Transform - pos: 48.5,175.5 + pos: -43.5,112.5 parent: 1 - - uid: 13481 + - uid: 23776 components: - type: Transform - pos: 49.5,175.5 + pos: -43.5,113.5 parent: 1 - - uid: 13482 + - uid: 23777 components: - type: Transform - pos: 51.5,175.5 + pos: -43.5,114.5 parent: 1 - - uid: 13483 + - uid: 23778 components: - type: Transform - pos: 52.5,175.5 + pos: -43.5,115.5 parent: 1 - - uid: 13484 + - uid: 23779 components: - type: Transform - pos: 53.5,175.5 + pos: -43.5,116.5 parent: 1 - - uid: 13485 + - uid: 23780 components: - type: Transform - pos: 54.5,175.5 + pos: -43.5,117.5 parent: 1 - - uid: 13486 + - uid: 23781 components: - type: Transform - pos: 55.5,175.5 + pos: -43.5,119.5 parent: 1 - - uid: 13487 + - uid: 23782 components: - type: Transform - pos: 12.5,-27.5 + pos: -43.5,120.5 parent: 1 - - uid: 13488 + - uid: 23783 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,2.5 + pos: -43.5,121.5 parent: 1 - - uid: 13489 + - uid: 23784 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -177.5,2.5 + pos: -43.5,122.5 parent: 1 - - uid: 13490 + - uid: 23785 components: - type: Transform - pos: -145.5,2.5 + pos: -43.5,123.5 parent: 1 - - uid: 13491 + - uid: 23786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,2.5 + pos: -43.5,124.5 parent: 1 - - uid: 13492 + - uid: 23787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,2.5 + pos: -43.5,125.5 parent: 1 - - uid: 13493 + - uid: 23788 components: - type: Transform - pos: -143.5,39.5 + pos: -43.5,126.5 parent: 1 - - uid: 13494 + - uid: 23789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,2.5 + pos: -43.5,127.5 parent: 1 - - uid: 13495 + - uid: 23790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -184.5,2.5 + pos: -43.5,128.5 parent: 1 - - uid: 13496 + - uid: 23791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,2.5 + pos: -43.5,129.5 parent: 1 - - uid: 13497 + - uid: 23792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -186.5,2.5 + pos: -43.5,130.5 parent: 1 - - uid: 13498 + - uid: 23793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,2.5 + pos: -43.5,131.5 parent: 1 - - uid: 13499 + - uid: 23794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -183.5,2.5 + pos: -44.5,109.5 parent: 1 - - uid: 13500 + - uid: 23795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,2.5 + pos: -44.5,110.5 parent: 1 - - uid: 13501 + - uid: 23796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -176.5,2.5 + pos: -44.5,111.5 parent: 1 - - uid: 13502 + - uid: 23797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -178.5,2.5 + pos: -44.5,112.5 parent: 1 - - uid: 13503 + - uid: 23798 components: - type: Transform - pos: -147.5,2.5 + pos: -44.5,113.5 parent: 1 - - uid: 13504 + - uid: 23799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,2.5 + pos: -44.5,114.5 parent: 1 - - uid: 13505 + - uid: 23800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,2.5 + pos: -44.5,115.5 parent: 1 - - uid: 13506 + - uid: 23801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,2.5 + pos: -44.5,116.5 parent: 1 - - uid: 13507 + - uid: 23802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,2.5 + pos: -44.5,117.5 parent: 1 - - uid: 13508 + - uid: 23803 components: - type: Transform - anchored: False - pos: -143.5,41.5 + pos: -44.5,118.5 parent: 1 - - uid: 13509 + - uid: 23804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -180.5,2.5 + pos: -44.5,119.5 parent: 1 - - uid: 13510 + - uid: 23805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -191.5,2.5 + pos: -44.5,120.5 parent: 1 - - uid: 13511 + - uid: 23806 components: - type: Transform - pos: -146.5,2.5 + pos: -44.5,121.5 parent: 1 - - uid: 13512 + - uid: 23807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,2.5 + pos: -44.5,122.5 parent: 1 - - uid: 13513 + - uid: 23808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,2.5 + pos: -44.5,123.5 parent: 1 - - uid: 13514 + - uid: 23809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -174.5,2.5 + pos: -44.5,124.5 parent: 1 - - uid: 13515 + - uid: 23810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,2.5 + pos: -44.5,125.5 parent: 1 - - uid: 13516 + - uid: 23811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,2.5 + pos: -44.5,126.5 parent: 1 - - uid: 13517 + - uid: 23812 components: - type: Transform - anchored: False - pos: -143.5,40.5 + pos: -44.5,127.5 parent: 1 - - uid: 13518 + - uid: 23813 components: - type: Transform - pos: -143.5,38.5 + pos: -44.5,128.5 parent: 1 - - uid: 13519 + - uid: 23814 components: - type: Transform - pos: -143.5,37.5 + pos: -44.5,129.5 parent: 1 - - uid: 13520 + - uid: 23815 components: - type: Transform - pos: -143.5,36.5 + pos: -44.5,130.5 parent: 1 - - uid: 13521 + - uid: 23816 components: - type: Transform - pos: -143.5,35.5 + pos: -44.5,131.5 parent: 1 - - uid: 13522 + - uid: 23817 components: - type: Transform - pos: -143.5,34.5 + pos: -45.5,109.5 parent: 1 - - uid: 13523 + - uid: 23818 components: - type: Transform - pos: -143.5,33.5 + pos: -45.5,110.5 parent: 1 - - uid: 13524 + - uid: 23819 components: - type: Transform - pos: -143.5,32.5 + pos: -45.5,111.5 parent: 1 - - uid: 13525 + - uid: 23820 components: - type: Transform - pos: -143.5,31.5 + pos: -45.5,112.5 parent: 1 - - uid: 13526 + - uid: 23821 components: - type: Transform - pos: -143.5,30.5 + pos: -45.5,113.5 parent: 1 - - uid: 13527 + - uid: 23822 components: - type: Transform - pos: -143.5,29.5 + pos: -45.5,114.5 parent: 1 - - uid: 13528 + - uid: 23823 components: - type: Transform - pos: -143.5,28.5 + pos: -45.5,115.5 parent: 1 - - uid: 13529 + - uid: 23824 components: - type: Transform - pos: -143.5,27.5 + pos: -45.5,116.5 parent: 1 - - uid: 13530 + - uid: 23825 components: - type: Transform - pos: -143.5,26.5 + pos: -45.5,117.5 parent: 1 - - uid: 13531 + - uid: 23826 components: - type: Transform - pos: -143.5,25.5 + pos: -45.5,118.5 parent: 1 - - uid: 13532 + - uid: 23827 components: - type: Transform - pos: -143.5,24.5 + pos: -45.5,119.5 parent: 1 - - uid: 13533 + - uid: 23828 components: - type: Transform - pos: -143.5,23.5 + pos: -45.5,120.5 parent: 1 - - uid: 13534 + - uid: 23829 components: - type: Transform - pos: -143.5,22.5 + pos: -45.5,121.5 parent: 1 - - uid: 13535 + - uid: 23830 components: - type: Transform - pos: -143.5,21.5 + pos: -45.5,122.5 parent: 1 - - uid: 13536 + - uid: 23831 components: - type: Transform - pos: -143.5,20.5 + pos: -45.5,123.5 parent: 1 - - uid: 13537 + - uid: 23832 components: - type: Transform - pos: -143.5,19.5 + pos: -45.5,124.5 parent: 1 - - uid: 13538 + - uid: 23833 components: - type: Transform - pos: -143.5,18.5 + pos: -45.5,125.5 parent: 1 - - uid: 13539 + - uid: 23834 components: - type: Transform - pos: -143.5,17.5 + pos: -45.5,126.5 parent: 1 - - uid: 13540 + - uid: 23835 components: - type: Transform - pos: -143.5,16.5 + pos: -45.5,127.5 parent: 1 - - uid: 13541 + - uid: 23836 components: - type: Transform - pos: -143.5,15.5 + pos: -45.5,128.5 parent: 1 - - uid: 13542 + - uid: 23837 components: - type: Transform - pos: -143.5,14.5 + pos: -45.5,129.5 parent: 1 - - uid: 13543 + - uid: 23838 components: - type: Transform - pos: -143.5,13.5 + pos: -45.5,130.5 parent: 1 - - uid: 13544 + - uid: 23839 components: - type: Transform - pos: -143.5,12.5 + pos: -45.5,131.5 parent: 1 - - uid: 13545 + - uid: 23840 components: - type: Transform - pos: -143.5,11.5 + pos: -46.5,109.5 parent: 1 - - uid: 13546 + - uid: 23841 components: - type: Transform - pos: -143.5,10.5 + pos: -46.5,110.5 parent: 1 - - uid: 13547 + - uid: 23842 components: - type: Transform - pos: -143.5,9.5 + pos: -46.5,111.5 parent: 1 - - uid: 13548 + - uid: 23843 components: - type: Transform - pos: -143.5,8.5 + pos: -46.5,112.5 parent: 1 - - uid: 13549 + - uid: 23844 components: - type: Transform - pos: -143.5,7.5 + pos: -46.5,113.5 parent: 1 - - uid: 13550 + - uid: 23845 components: - type: Transform - pos: -143.5,6.5 + pos: -46.5,114.5 parent: 1 - - uid: 13551 + - uid: 23846 components: - type: Transform - pos: -143.5,5.5 + pos: -46.5,115.5 parent: 1 - - uid: 13552 + - uid: 23847 components: - type: Transform - pos: -143.5,4.5 + pos: -46.5,116.5 parent: 1 - - uid: 13553 + - uid: 23848 components: - type: Transform - pos: -143.5,3.5 + pos: -46.5,117.5 parent: 1 - - uid: 13554 + - uid: 23849 components: - type: Transform - pos: -143.5,2.5 + pos: -46.5,118.5 parent: 1 - - uid: 13555 + - uid: 23850 components: - type: Transform - pos: 141.5,8.5 + pos: -46.5,119.5 parent: 1 - - uid: 13556 + - uid: 23851 components: - type: Transform - pos: 130.5,5.5 + pos: -46.5,120.5 parent: 1 - - uid: 13557 + - uid: 23852 components: - type: Transform - pos: 141.5,7.5 + pos: -46.5,121.5 parent: 1 - - uid: 13558 + - uid: 23853 components: - type: Transform - pos: 141.5,4.5 + pos: -46.5,122.5 parent: 1 - - uid: 13559 + - uid: 23854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-56.5 + pos: -46.5,123.5 parent: 1 - - uid: 13560 + - uid: 23855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-59.5 + pos: -46.5,124.5 parent: 1 - - uid: 13561 + - uid: 23856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-59.5 + pos: -46.5,125.5 parent: 1 - - uid: 13562 + - uid: 23857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-57.5 + pos: -46.5,126.5 parent: 1 - - uid: 13563 + - uid: 23858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-59.5 + pos: -46.5,127.5 parent: 1 - - uid: 13564 + - uid: 23859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-58.5 + pos: -46.5,128.5 parent: 1 - - uid: 13565 + - uid: 23860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-59.5 + pos: -46.5,129.5 parent: 1 - - uid: 13566 + - uid: 23861 components: - type: Transform - pos: 187.5,155.5 + pos: -46.5,131.5 parent: 1 - - uid: 13567 + - uid: 23862 components: - type: Transform - pos: 187.5,156.5 + pos: -47.5,109.5 parent: 1 - - uid: 13568 + - uid: 23863 components: - type: Transform - pos: 187.5,154.5 + pos: -47.5,110.5 parent: 1 - - uid: 13569 + - uid: 23864 components: - type: Transform - pos: 187.5,157.5 + pos: -47.5,111.5 parent: 1 - - uid: 13570 + - uid: 23865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-16.5 + pos: -47.5,112.5 parent: 1 - - uid: 13571 + - uid: 23866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-19.5 + pos: -47.5,113.5 parent: 1 - - uid: 13572 + - uid: 23867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-16.5 + pos: -47.5,114.5 parent: 1 - - uid: 13573 + - uid: 23868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-17.5 + pos: -47.5,115.5 parent: 1 - - uid: 13574 + - uid: 23869 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-19.5 + pos: -47.5,116.5 parent: 1 - - uid: 13575 + - uid: 23870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-15.5 + pos: -47.5,117.5 parent: 1 - - uid: 13576 + - uid: 23871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-19.5 + pos: -47.5,118.5 parent: 1 - - uid: 13577 + - uid: 23872 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-18.5 + pos: -47.5,119.5 parent: 1 - - uid: 13578 + - uid: 23873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-19.5 + pos: -47.5,120.5 parent: 1 - - uid: 13579 + - uid: 23874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-19.5 + pos: -47.5,121.5 parent: 1 - - uid: 13580 + - uid: 23875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-17.5 + pos: -47.5,122.5 parent: 1 - - uid: 13581 + - uid: 23876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-43.5 + pos: -47.5,123.5 parent: 1 - - uid: 13582 + - uid: 23877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-44.5 + pos: -47.5,124.5 parent: 1 - - uid: 13583 + - uid: 23878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-41.5 + pos: -47.5,125.5 parent: 1 - - uid: 13584 + - uid: 23879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-41.5 + pos: -47.5,126.5 parent: 1 - - uid: 13585 + - uid: 23880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-41.5 + pos: -47.5,127.5 parent: 1 - - uid: 13586 + - uid: 23881 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-41.5 + pos: -47.5,128.5 parent: 1 - - uid: 13587 + - uid: 23882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-41.5 + pos: -48.5,109.5 parent: 1 - - uid: 13588 + - uid: 23883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-41.5 + pos: -48.5,110.5 parent: 1 - - uid: 13589 + - uid: 23884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-41.5 + pos: -48.5,111.5 parent: 1 - - uid: 13590 + - uid: 23885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-42.5 + pos: -48.5,112.5 parent: 1 - - uid: 13591 + - uid: 23886 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-41.5 + pos: -48.5,113.5 parent: 1 - - uid: 13592 + - uid: 23887 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-19.5 + pos: -48.5,114.5 parent: 1 - - uid: 13593 + - uid: 23888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-19.5 + pos: -48.5,115.5 parent: 1 - - uid: 13594 + - uid: 23889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-18.5 + pos: -48.5,116.5 parent: 1 - - uid: 13595 + - uid: 23890 components: - type: Transform - pos: -41.5,-16.5 + pos: -48.5,117.5 parent: 1 - - uid: 13596 + - uid: 23891 components: - type: Transform - pos: -41.5,-17.5 + pos: -48.5,118.5 parent: 1 - - uid: 13597 + - uid: 23892 components: - type: Transform - pos: -41.5,-18.5 + pos: -48.5,119.5 parent: 1 - - uid: 13598 + - uid: 23893 components: - type: Transform - pos: -41.5,-19.5 + pos: -48.5,120.5 parent: 1 - - uid: 13599 + - uid: 23894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-20.5 + pos: -48.5,121.5 parent: 1 - - uid: 16788 + - uid: 23895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,-46.5 + pos: -48.5,122.5 parent: 1 - - uid: 17573 + - uid: 23896 components: - type: Transform - pos: -407.5,82.5 + pos: -48.5,123.5 parent: 1 - - uid: 17578 + - uid: 23897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,-48.5 + pos: -48.5,124.5 parent: 1 - - uid: 17800 + - uid: 23898 components: - type: Transform - pos: -403.5,93.5 + pos: -48.5,125.5 parent: 1 - - uid: 17925 + - uid: 23899 components: - type: Transform - pos: -403.5,80.5 + pos: -48.5,126.5 parent: 1 - - uid: 17938 + - uid: 23900 components: - type: Transform - pos: -407.5,73.5 + pos: -48.5,127.5 parent: 1 - - uid: 17941 + - uid: 23901 components: - type: Transform - pos: -403.5,69.5 + pos: -48.5,128.5 parent: 1 - - uid: 17942 + - uid: 23902 components: - type: Transform - pos: -392.5,96.5 + pos: -49.5,109.5 parent: 1 - - uid: 17947 + - uid: 23903 components: - type: Transform - pos: -392.5,97.5 + pos: -49.5,110.5 parent: 1 - - uid: 17948 + - uid: 23904 components: - type: Transform - pos: -407.5,84.5 + pos: -49.5,111.5 parent: 1 - - uid: 17950 + - uid: 23905 components: - type: Transform - pos: -403.5,78.5 + pos: -49.5,112.5 parent: 1 - - uid: 17952 + - uid: 23906 components: - type: Transform - pos: -407.5,88.5 + pos: -49.5,113.5 parent: 1 - - uid: 17956 + - uid: 23907 components: - type: Transform - pos: -407.5,93.5 + pos: -49.5,114.5 parent: 1 - - uid: 17959 + - uid: 23908 components: - type: Transform - pos: -379.5,89.5 + pos: -49.5,115.5 parent: 1 - - uid: 17960 + - uid: 23909 components: - type: Transform - pos: -380.5,89.5 + pos: -49.5,116.5 parent: 1 - - uid: 17961 + - uid: 23910 components: - type: Transform - pos: -403.5,76.5 + pos: -49.5,117.5 parent: 1 - - uid: 17964 + - uid: 23911 components: - type: Transform - pos: -407.5,75.5 + pos: -49.5,118.5 parent: 1 - - uid: 17966 + - uid: 23912 components: - type: Transform - pos: -407.5,81.5 + pos: -49.5,119.5 parent: 1 - - uid: 17970 + - uid: 23913 components: - type: Transform - pos: -407.5,74.5 + pos: -49.5,120.5 parent: 1 - - uid: 17971 + - uid: 23914 components: - type: Transform - pos: -407.5,76.5 + pos: -49.5,121.5 parent: 1 - - uid: 17972 + - uid: 23915 components: - type: Transform - pos: -403.5,88.5 + pos: -49.5,122.5 parent: 1 - - uid: 17975 + - uid: 23916 components: - type: Transform - pos: -403.5,94.5 + pos: -49.5,123.5 parent: 1 - - uid: 17976 + - uid: 23917 components: - type: Transform - pos: -403.5,82.5 + pos: -49.5,124.5 parent: 1 - - uid: 17981 + - uid: 23918 components: - type: Transform - pos: -407.5,94.5 + pos: -49.5,125.5 parent: 1 - - uid: 17983 + - uid: 23919 components: - type: Transform - pos: -403.5,81.5 + pos: -49.5,126.5 parent: 1 - - uid: 17985 + - uid: 23920 components: - type: Transform - pos: -407.5,78.5 + pos: -49.5,127.5 parent: 1 - - uid: 17986 + - uid: 23921 components: - type: Transform - pos: -403.5,84.5 + pos: -49.5,128.5 parent: 1 - - uid: 17987 + - uid: 23922 components: - type: Transform - pos: -403.5,83.5 + pos: -50.5,109.5 parent: 1 - - uid: 17988 + - uid: 23923 components: - type: Transform - pos: -403.5,87.5 + pos: -50.5,110.5 parent: 1 - - uid: 17991 + - uid: 23924 components: - type: Transform - pos: -403.5,85.5 + pos: -50.5,111.5 parent: 1 - - uid: 17995 + - uid: 23925 components: - type: Transform - pos: -407.5,77.5 + pos: -50.5,112.5 parent: 1 - - uid: 18962 + - uid: 23926 components: - type: Transform - pos: -403.5,75.5 + pos: -50.5,113.5 parent: 1 - - uid: 21494 + - uid: 23927 components: - type: Transform - pos: -117.5,-181.5 + pos: -50.5,114.5 parent: 1 - - uid: 23872 + - uid: 23928 components: - type: Transform - pos: -403.5,86.5 + pos: -50.5,115.5 parent: 1 - - uid: 25142 + - uid: 23929 components: - type: Transform - pos: -77.5,-191.5 + pos: -50.5,116.5 parent: 1 - - uid: 25204 + - uid: 23930 components: - type: Transform - pos: -59.5,-152.5 + pos: -50.5,117.5 parent: 1 - - uid: 25210 + - uid: 23931 components: - type: Transform - pos: -59.5,-160.5 + pos: -50.5,118.5 parent: 1 - - uid: 25219 + - uid: 23932 components: - type: Transform - pos: -59.5,-165.5 + pos: -50.5,119.5 parent: 1 - - uid: 25255 + - uid: 23933 components: - type: Transform - pos: -59.5,-161.5 + pos: -50.5,120.5 parent: 1 - - uid: 25269 + - uid: 23934 components: - type: Transform - pos: -61.5,-149.5 + pos: -50.5,121.5 parent: 1 - - uid: 25278 + - uid: 23935 components: - type: Transform - pos: -78.5,-151.5 + pos: -50.5,122.5 parent: 1 - - uid: 25283 + - uid: 23936 components: - type: Transform - pos: -73.5,-149.5 + pos: -50.5,123.5 parent: 1 - - uid: 25285 + - uid: 23937 components: - type: Transform - pos: -76.5,-149.5 + pos: -50.5,124.5 parent: 1 - - uid: 25294 + - uid: 23938 components: - type: Transform - pos: -69.5,-151.5 + pos: -50.5,125.5 parent: 1 - - uid: 25295 + - uid: 23939 components: - type: Transform - pos: -71.5,-151.5 + pos: -50.5,126.5 parent: 1 - - uid: 25296 + - uid: 23940 components: - type: Transform - pos: -73.5,-193.5 + pos: -50.5,127.5 parent: 1 - - uid: 25300 + - uid: 23941 components: - type: Transform - pos: -66.5,-193.5 + pos: -50.5,128.5 parent: 1 - - uid: 25304 + - uid: 23942 components: - type: Transform - pos: -120.5,-170.5 + pos: -50.5,129.5 parent: 1 - - uid: 25311 + - uid: 23943 components: - type: Transform - pos: -59.5,-153.5 + pos: -51.5,109.5 parent: 1 - - uid: 25318 + - uid: 23944 components: - type: Transform - pos: -68.5,-151.5 + pos: -51.5,110.5 parent: 1 - - uid: 25328 + - uid: 23945 components: - type: Transform - pos: -77.5,-151.5 + pos: -51.5,111.5 parent: 1 - - uid: 25330 + - uid: 23946 components: - type: Transform - pos: -61.5,-160.5 + pos: -51.5,112.5 parent: 1 - - uid: 25332 + - uid: 23947 components: - type: Transform - pos: -59.5,-149.5 + pos: -51.5,113.5 parent: 1 - - uid: 25336 + - uid: 23948 components: - type: Transform - pos: -60.5,-149.5 + pos: -51.5,114.5 parent: 1 - - uid: 25342 + - uid: 23949 components: - type: Transform - pos: -74.5,-149.5 + pos: -51.5,115.5 parent: 1 - - uid: 25344 + - uid: 23950 components: - type: Transform - pos: -70.5,-193.5 + pos: -51.5,116.5 parent: 1 - - uid: 25352 + - uid: 23951 components: - type: Transform - pos: -64.5,-193.5 + pos: -51.5,117.5 parent: 1 - - uid: 25353 + - uid: 23952 components: - type: Transform - pos: -79.5,-150.5 + pos: -51.5,118.5 parent: 1 - - uid: 25364 + - uid: 23953 components: - type: Transform - pos: -74.5,-151.5 + pos: -51.5,119.5 parent: 1 - - uid: 25366 + - uid: 23954 components: - type: Transform - pos: -59.5,-158.5 + pos: -51.5,120.5 parent: 1 - - uid: 25381 + - uid: 23955 components: - type: Transform - pos: -61.5,-155.5 + pos: -51.5,121.5 parent: 1 - - uid: 25384 + - uid: 23956 components: - type: Transform - pos: -69.5,-149.5 + pos: -51.5,122.5 parent: 1 - - uid: 25388 + - uid: 23957 components: - type: Transform - pos: -63.5,-151.5 + pos: -51.5,123.5 parent: 1 - - uid: 25389 + - uid: 23958 components: - type: Transform - pos: -61.5,-159.5 + pos: -51.5,124.5 parent: 1 - - uid: 25393 + - uid: 23959 components: - type: Transform - pos: -70.5,-149.5 + pos: -51.5,125.5 parent: 1 - - uid: 25397 + - uid: 23960 components: - type: Transform - pos: -59.5,-156.5 + pos: -51.5,126.5 parent: 1 - - uid: 25399 + - uid: 23961 components: - type: Transform - pos: -68.5,-193.5 + pos: -51.5,127.5 parent: 1 - - uid: 25401 + - uid: 23962 components: - type: Transform - pos: -73.5,-151.5 + pos: -51.5,128.5 parent: 1 - - uid: 25404 + - uid: 23963 components: - type: Transform - pos: -59.5,-157.5 + pos: -51.5,129.5 parent: 1 - - uid: 25410 + - uid: 23964 components: - type: Transform - pos: -71.5,-149.5 + pos: -51.5,130.5 parent: 1 - - uid: 25416 + - uid: 23965 components: - type: Transform - pos: -67.5,-149.5 + pos: -51.5,131.5 parent: 1 - - uid: 25432 + - uid: 23966 components: - type: Transform - pos: -72.5,-151.5 + pos: -52.5,109.5 parent: 1 - - uid: 25435 + - uid: 23967 components: - type: Transform - pos: -113.5,-185.5 + pos: -52.5,110.5 parent: 1 - - uid: 25437 + - uid: 23968 components: - type: Transform - pos: -59.5,-155.5 + pos: -52.5,111.5 parent: 1 - - uid: 25438 + - uid: 23969 components: - type: Transform - pos: -76.5,-151.5 + pos: -52.5,112.5 parent: 1 - - uid: 25442 + - uid: 23970 components: - type: Transform - pos: -77.5,-149.5 + pos: -52.5,113.5 parent: 1 - - uid: 25443 + - uid: 23971 components: - type: Transform - pos: -72.5,-149.5 + pos: -52.5,114.5 parent: 1 - - uid: 25446 + - uid: 23972 components: - type: Transform - pos: -101.5,-191.5 + pos: -52.5,115.5 parent: 1 - - uid: 25449 + - uid: 23973 components: - type: Transform - pos: -59.5,-159.5 + pos: -52.5,116.5 parent: 1 - - uid: 25450 + - uid: 23974 components: - type: Transform - pos: -59.5,-164.5 + pos: -52.5,117.5 parent: 1 - - uid: 25460 + - uid: 23975 components: - type: Transform - pos: -66.5,-151.5 + pos: -52.5,122.5 parent: 1 - - uid: 25467 + - uid: 23976 components: - type: Transform - pos: -61.5,-157.5 + pos: -52.5,123.5 parent: 1 - - uid: 25468 + - uid: 23977 components: - type: Transform - pos: -59.5,-154.5 + pos: -52.5,124.5 parent: 1 - - uid: 25476 + - uid: 23978 components: - type: Transform - pos: -65.5,-193.5 + pos: -52.5,125.5 parent: 1 - - uid: 25477 + - uid: 23979 components: - type: Transform - pos: -65.5,-151.5 + pos: -52.5,126.5 parent: 1 - - uid: 25480 + - uid: 23980 components: - type: Transform - pos: -65.5,-149.5 + pos: -52.5,127.5 parent: 1 - - uid: 25503 + - uid: 23981 components: - type: Transform - pos: -61.5,-158.5 + pos: -52.5,128.5 parent: 1 - - uid: 25510 + - uid: 23982 components: - type: Transform - pos: -70.5,-151.5 + pos: -52.5,129.5 parent: 1 - - uid: 25522 + - uid: 23983 components: - type: Transform - pos: -63.5,-149.5 + pos: -52.5,130.5 parent: 1 - - uid: 25523 + - uid: 23984 components: - type: Transform - pos: -59.5,-174.5 + pos: -52.5,131.5 parent: 1 - - uid: 25524 + - uid: 23985 components: - type: Transform - pos: -75.5,-151.5 + pos: -53.5,109.5 parent: 1 - - uid: 25526 + - uid: 23986 components: - type: Transform - pos: -68.5,-149.5 + pos: -53.5,110.5 parent: 1 - - uid: 25527 + - uid: 23987 components: - type: Transform - pos: -64.5,-149.5 + pos: -53.5,111.5 parent: 1 - - uid: 25528 + - uid: 23988 components: - type: Transform - pos: -67.5,-151.5 + pos: -53.5,112.5 parent: 1 - - uid: 25529 + - uid: 23989 components: - type: Transform - pos: -59.5,-176.5 + pos: -53.5,113.5 parent: 1 - - uid: 27390 + - uid: 23990 components: - type: Transform - pos: 161.5,121.5 + pos: -53.5,114.5 parent: 1 - - uid: 38694 + - uid: 23991 components: - type: Transform - pos: -66.5,-149.5 + pos: -53.5,115.5 parent: 1 - - uid: 45284 + - uid: 23992 components: - type: Transform - pos: -382.5,89.5 + pos: -53.5,116.5 parent: 1 - - uid: 45286 + - uid: 23993 components: - type: Transform - pos: -381.5,89.5 + pos: -53.5,117.5 parent: 1 - - uid: 45572 + - uid: 23994 components: - type: Transform - pos: -383.5,89.5 + pos: -53.5,123.5 parent: 1 - - uid: 46087 + - uid: 23995 components: - type: Transform - pos: -403.5,73.5 + pos: -53.5,124.5 parent: 1 - - uid: 46089 + - uid: 23996 components: - type: Transform - pos: -407.5,83.5 + pos: -53.5,125.5 parent: 1 - - uid: 46091 + - uid: 23997 components: - type: Transform - pos: -403.5,74.5 + pos: -53.5,126.5 parent: 1 - - uid: 46092 + - uid: 23998 components: - type: Transform - pos: -403.5,70.5 + pos: -53.5,127.5 parent: 1 - - uid: 46512 + - uid: 23999 components: - type: Transform - pos: -407.5,69.5 + pos: -53.5,128.5 parent: 1 - - uid: 46578 + - uid: 24000 components: - type: Transform - pos: -407.5,72.5 + pos: -53.5,129.5 parent: 1 - - uid: 46587 + - uid: 24001 components: - type: Transform - pos: -407.5,71.5 + pos: -53.5,130.5 parent: 1 - - uid: 61541 + - uid: 24002 components: - type: Transform - pos: 169.5,121.5 + pos: -53.5,131.5 parent: 1 - - uid: 63555 + - uid: 24003 components: - type: Transform - pos: 41.5,-115.5 + pos: -54.5,109.5 parent: 1 - - uid: 63556 + - uid: 24004 components: - type: Transform - pos: 41.5,-116.5 + pos: -54.5,110.5 parent: 1 - - uid: 63557 + - uid: 24005 components: - type: Transform - pos: 43.5,-116.5 + pos: -54.5,111.5 parent: 1 - - uid: 63558 + - uid: 24006 components: - type: Transform - pos: 43.5,-117.5 + pos: -54.5,112.5 parent: 1 - - uid: 63559 + - uid: 24007 components: - type: Transform - pos: 43.5,-118.5 + pos: -54.5,113.5 parent: 1 - - uid: 63560 + - uid: 24008 components: - type: Transform - pos: 43.5,-119.5 + pos: -54.5,114.5 parent: 1 - - uid: 63561 + - uid: 24009 components: - type: Transform - pos: 43.5,-120.5 + pos: -54.5,115.5 parent: 1 - - uid: 63562 + - uid: 24010 components: - type: Transform - pos: 43.5,-121.5 + pos: -54.5,116.5 parent: 1 - - uid: 63563 + - uid: 24011 components: - type: Transform - pos: 43.5,-122.5 + pos: -54.5,117.5 parent: 1 - - uid: 63564 + - uid: 24012 components: - type: Transform - pos: 43.5,-123.5 + pos: -54.5,118.5 parent: 1 - - uid: 63565 + - uid: 24013 components: - type: Transform - pos: 44.5,-123.5 + pos: -54.5,119.5 parent: 1 - - uid: 63566 + - uid: 24014 components: - type: Transform - pos: 45.5,-123.5 + pos: -54.5,124.5 parent: 1 - - uid: 63567 + - uid: 24015 components: - type: Transform - pos: 46.5,-123.5 + pos: -54.5,125.5 parent: 1 - - uid: 63568 + - uid: 24016 components: - type: Transform - pos: 47.5,-123.5 + pos: -54.5,126.5 parent: 1 - - uid: 63569 + - uid: 24017 components: - type: Transform - pos: 48.5,-123.5 + pos: -54.5,127.5 parent: 1 - - uid: 63570 + - uid: 24018 components: - type: Transform - pos: 49.5,-123.5 + pos: -54.5,128.5 parent: 1 - - uid: 63571 + - uid: 24019 components: - type: Transform - pos: 50.5,-123.5 + pos: -54.5,129.5 parent: 1 - - uid: 63572 + - uid: 24020 components: - type: Transform - pos: 51.5,-123.5 + pos: -54.5,130.5 parent: 1 - - uid: 63573 + - uid: 24021 components: - type: Transform - pos: 52.5,-123.5 + pos: -54.5,131.5 parent: 1 - - uid: 63574 + - uid: 24022 components: - type: Transform - pos: 53.5,-123.5 + pos: -55.5,109.5 parent: 1 - - uid: 63575 + - uid: 24023 components: - type: Transform - pos: 54.5,-123.5 + pos: -55.5,110.5 parent: 1 - - uid: 63576 + - uid: 24024 components: - type: Transform - pos: 55.5,-123.5 + pos: -55.5,111.5 parent: 1 - - uid: 63577 + - uid: 24025 components: - type: Transform - pos: 55.5,-122.5 + pos: -55.5,112.5 parent: 1 - - uid: 63578 + - uid: 24026 components: - type: Transform - pos: 55.5,-121.5 + pos: -55.5,113.5 parent: 1 - - uid: 63579 + - uid: 24027 components: - type: Transform - pos: 55.5,-120.5 + pos: -55.5,114.5 parent: 1 - - uid: 63583 + - uid: 24028 components: - type: Transform - pos: 42.5,-116.5 + pos: -55.5,115.5 parent: 1 - - uid: 63584 + - uid: 24029 components: - type: Transform - pos: 41.5,-114.5 + pos: -55.5,116.5 parent: 1 - - uid: 63668 + - uid: 24030 components: - type: Transform - pos: -163.5,2.5 + pos: -55.5,117.5 parent: 1 - - uid: 64206 + - uid: 24031 components: - type: Transform - pos: -59.5,-187.5 + pos: -55.5,118.5 parent: 1 - - uid: 64212 + - uid: 24032 components: - type: Transform - pos: -59.5,-173.5 + pos: -55.5,119.5 parent: 1 - - uid: 64272 + - uid: 24033 components: - type: Transform - pos: -113.5,-183.5 + pos: -55.5,120.5 parent: 1 -- proto: N14WallRockBasalt - entities: - - uid: 5 + - uid: 24034 components: - type: Transform - pos: 103.5,174.5 + pos: -55.5,121.5 parent: 1 - - uid: 334 + - uid: 24035 components: - type: Transform - pos: 217.5,206.5 + pos: -55.5,122.5 parent: 1 - - uid: 2312 + - uid: 24036 components: - type: Transform - pos: 209.5,201.5 + pos: -55.5,123.5 parent: 1 - - uid: 2315 + - uid: 24037 components: - type: Transform - pos: 217.5,189.5 + pos: -55.5,124.5 parent: 1 - - uid: 2317 + - uid: 24038 components: - type: Transform - pos: 217.5,207.5 + pos: -55.5,125.5 parent: 1 - - uid: 2319 + - uid: 24039 components: - type: Transform - pos: 217.5,188.5 + pos: -55.5,126.5 parent: 1 - - uid: 2321 + - uid: 24040 components: - type: Transform - pos: 217.5,191.5 + pos: -55.5,127.5 parent: 1 - - uid: 2324 + - uid: 24041 components: - type: Transform - pos: 217.5,190.5 + pos: -55.5,128.5 parent: 1 - - uid: 2328 + - uid: 24042 components: - type: Transform - pos: 217.5,194.5 + pos: -55.5,129.5 parent: 1 - - uid: 3565 + - uid: 24043 components: - type: Transform - pos: 217.5,192.5 + pos: -55.5,130.5 parent: 1 - - uid: 3576 + - uid: 24044 components: - type: Transform - pos: 213.5,200.5 + pos: -55.5,131.5 parent: 1 - - uid: 4534 + - uid: 24045 components: - type: Transform - pos: 4.5,109.5 + pos: -56.5,109.5 parent: 1 - - uid: 4542 + - uid: 24046 components: - type: Transform - pos: 5.5,110.5 + pos: -56.5,110.5 parent: 1 - - uid: 4567 + - uid: 24047 components: - type: Transform - pos: 3.5,119.5 + pos: -56.5,111.5 parent: 1 - - uid: 4568 + - uid: 24048 components: - type: Transform - pos: 6.5,111.5 + pos: -56.5,112.5 parent: 1 - - uid: 4613 + - uid: 24049 components: - type: Transform - pos: 4.5,111.5 + pos: -56.5,113.5 parent: 1 - - uid: 4761 + - uid: 24050 components: - type: Transform - pos: 41.5,182.5 + pos: -56.5,114.5 parent: 1 - - uid: 5947 + - uid: 24051 components: - type: Transform - pos: 119.5,195.5 + pos: -56.5,115.5 parent: 1 - - uid: 6473 + - uid: 24052 components: - type: Transform - pos: 214.5,200.5 + pos: -56.5,116.5 parent: 1 - - uid: 6653 + - uid: 24053 components: - type: Transform - pos: 3.5,120.5 + pos: -56.5,117.5 parent: 1 - - uid: 6660 + - uid: 24054 components: - type: Transform - pos: -161.5,41.5 + pos: -56.5,118.5 parent: 1 - - uid: 6662 + - uid: 24055 components: - type: Transform - pos: -158.5,40.5 + pos: -56.5,119.5 parent: 1 - - uid: 6845 + - uid: 24056 components: - type: Transform - pos: 4.5,117.5 + pos: -56.5,120.5 parent: 1 - - uid: 7301 + - uid: 24057 components: - type: Transform - pos: 4.5,112.5 + pos: -56.5,121.5 parent: 1 - - uid: 7344 + - uid: 24058 components: - type: Transform - pos: 4.5,114.5 + pos: -56.5,122.5 parent: 1 - - uid: 8603 + - uid: 24059 components: - type: Transform - pos: 3.5,115.5 + pos: -56.5,123.5 parent: 1 - - uid: 8616 + - uid: 24060 components: - type: Transform - pos: 3.5,110.5 + pos: -56.5,124.5 parent: 1 - - uid: 8645 + - uid: 24061 components: - type: Transform - pos: -376.5,113.5 + pos: -56.5,125.5 parent: 1 - - uid: 8690 + - uid: 24062 components: - type: Transform - pos: -374.5,113.5 + pos: -56.5,126.5 parent: 1 - - uid: 9019 + - uid: 24063 components: - type: Transform - pos: 93.5,183.5 + pos: -56.5,127.5 parent: 1 - - uid: 9144 + - uid: 24064 components: - type: Transform - pos: 61.5,194.5 + pos: -56.5,128.5 parent: 1 - - uid: 9908 + - uid: 24065 components: - type: Transform - pos: -376.5,112.5 + pos: -56.5,129.5 parent: 1 - - uid: 9945 + - uid: 24066 components: - type: Transform - pos: -373.5,113.5 + pos: -56.5,130.5 parent: 1 - - uid: 10073 + - uid: 24067 components: - type: Transform - pos: -196.5,36.5 + pos: -56.5,131.5 parent: 1 - - uid: 10564 + - uid: 24068 components: - type: Transform - pos: -377.5,113.5 + pos: -57.5,109.5 parent: 1 - - uid: 10661 + - uid: 24069 components: - type: Transform - pos: 4.5,115.5 + pos: -57.5,110.5 parent: 1 - - uid: 11175 + - uid: 24070 components: - type: Transform - pos: 156.5,135.5 + pos: -57.5,111.5 parent: 1 - - uid: 11209 + - uid: 24071 components: - type: Transform - pos: -173.5,45.5 + pos: -57.5,112.5 parent: 1 - - uid: 11277 + - uid: 24072 components: - type: Transform - pos: -193.5,36.5 + pos: -57.5,113.5 parent: 1 - - uid: 11292 + - uid: 24073 components: - type: Transform - pos: -168.5,71.5 + pos: -57.5,114.5 parent: 1 - - uid: 11295 + - uid: 24074 components: - type: Transform - pos: -169.5,70.5 + pos: -57.5,115.5 parent: 1 - - uid: 11318 + - uid: 24075 components: - type: Transform - pos: -194.5,34.5 + pos: -57.5,116.5 parent: 1 - - uid: 11319 + - uid: 24076 components: - type: Transform - pos: -194.5,33.5 + pos: -57.5,117.5 parent: 1 - - uid: 11324 + - uid: 24077 components: - type: Transform - pos: -130.5,53.5 + pos: -57.5,118.5 parent: 1 - - uid: 11333 + - uid: 24078 components: - type: Transform - pos: -169.5,67.5 + pos: -57.5,119.5 parent: 1 - - uid: 11334 + - uid: 24079 components: - type: Transform - pos: -168.5,72.5 + pos: -57.5,120.5 parent: 1 - - uid: 11416 + - uid: 24080 components: - type: Transform - pos: -169.5,68.5 + pos: -57.5,121.5 parent: 1 - - uid: 11418 + - uid: 24081 components: - type: Transform - pos: -169.5,69.5 + pos: -57.5,122.5 parent: 1 - - uid: 11429 + - uid: 24082 components: - type: Transform - pos: -167.5,73.5 + pos: -57.5,123.5 parent: 1 - - uid: 11430 + - uid: 24083 components: - type: Transform - pos: -167.5,71.5 + pos: -57.5,124.5 parent: 1 - - uid: 11436 + - uid: 24084 components: - type: Transform - pos: -167.5,72.5 + pos: -57.5,125.5 parent: 1 - - uid: 11440 + - uid: 24085 components: - type: Transform - pos: -130.5,54.5 + pos: -57.5,126.5 parent: 1 - - uid: 11450 + - uid: 24086 components: - type: Transform - pos: -131.5,63.5 + pos: -57.5,127.5 parent: 1 - - uid: 11455 + - uid: 24087 components: - type: Transform - pos: -195.5,33.5 + pos: -57.5,128.5 parent: 1 - - uid: 11456 + - uid: 24088 components: - type: Transform - pos: -196.5,38.5 + pos: -57.5,129.5 parent: 1 - - uid: 11469 + - uid: 24089 components: - type: Transform - pos: -195.5,34.5 + pos: -57.5,130.5 parent: 1 - - uid: 11470 + - uid: 24090 components: - type: Transform - pos: -196.5,37.5 + pos: -57.5,131.5 parent: 1 - - uid: 11475 + - uid: 24091 components: - type: Transform - pos: -172.5,45.5 + pos: -58.5,109.5 parent: 1 - - uid: 11500 + - uid: 24092 components: - type: Transform - pos: -196.5,33.5 + pos: -58.5,110.5 parent: 1 - - uid: 11505 + - uid: 24093 components: - type: Transform - pos: -194.5,37.5 + pos: -58.5,111.5 parent: 1 - - uid: 11535 + - uid: 24094 components: - type: Transform - pos: -151.5,48.5 + pos: -58.5,112.5 parent: 1 - - uid: 11536 + - uid: 24095 components: - type: Transform - pos: -162.5,73.5 + pos: -58.5,113.5 parent: 1 - - uid: 11554 + - uid: 24096 components: - type: Transform - pos: -170.5,70.5 + pos: -58.5,114.5 parent: 1 - - uid: 11559 + - uid: 24097 components: - type: Transform - pos: -130.5,52.5 + pos: -58.5,115.5 parent: 1 - - uid: 11571 + - uid: 24098 components: - type: Transform - pos: -179.5,18.5 + pos: -58.5,116.5 parent: 1 - - uid: 12986 + - uid: 24099 components: - type: Transform - pos: -159.5,41.5 + pos: -58.5,117.5 parent: 1 - - uid: 13086 + - uid: 24100 components: - type: Transform - pos: -162.5,40.5 + pos: -58.5,118.5 parent: 1 - - uid: 13157 + - uid: 24101 components: - type: Transform - pos: -163.5,40.5 + pos: -58.5,119.5 parent: 1 - - uid: 13161 + - uid: 24102 components: - type: Transform - pos: -161.5,40.5 + pos: -58.5,120.5 parent: 1 - - uid: 16123 + - uid: 24103 components: - type: Transform - pos: -194.5,36.5 + pos: -58.5,121.5 parent: 1 - - uid: 16141 + - uid: 24104 components: - type: Transform - pos: -181.5,18.5 + pos: -58.5,122.5 parent: 1 - - uid: 16143 + - uid: 24105 components: - type: Transform - pos: -149.5,48.5 + pos: -58.5,123.5 parent: 1 - - uid: 16144 + - uid: 24106 components: - type: Transform - pos: -198.5,36.5 + pos: -58.5,124.5 parent: 1 - - uid: 16344 + - uid: 24107 components: - type: Transform - pos: -161.5,51.5 + pos: -58.5,125.5 parent: 1 - - uid: 16373 + - uid: 24108 components: - type: Transform - pos: -40.5,158.5 + pos: -58.5,126.5 parent: 1 - - uid: 16375 + - uid: 24109 components: - type: Transform - pos: 3.5,109.5 + pos: -58.5,127.5 parent: 1 - - uid: 16376 + - uid: 24110 components: - type: Transform - pos: 2.5,109.5 + pos: -58.5,128.5 parent: 1 - - uid: 16418 + - uid: 24111 components: - type: Transform - pos: -58.5,185.5 + pos: -58.5,129.5 parent: 1 - - uid: 16421 + - uid: 24112 components: - type: Transform - pos: 5.5,109.5 + pos: -58.5,130.5 parent: 1 - - uid: 16423 + - uid: 24113 components: - type: Transform - anchored: False - pos: 9.5,127.5 + pos: -58.5,131.5 parent: 1 - - uid: 16424 + - uid: 24114 components: - type: Transform - pos: 1.5,109.5 + pos: -59.5,109.5 parent: 1 - - uid: 16427 + - uid: 24115 components: - type: Transform - pos: -18.5,132.5 + pos: -59.5,110.5 parent: 1 - - uid: 16428 + - uid: 24116 components: - type: Transform - pos: 8.5,111.5 + pos: -59.5,111.5 parent: 1 - - uid: 16450 + - uid: 24117 components: - type: Transform - pos: 7.5,111.5 + pos: -59.5,112.5 parent: 1 - - uid: 16455 + - uid: 24118 components: - type: Transform - pos: -18.5,123.5 + pos: -59.5,113.5 parent: 1 - - uid: 16459 + - uid: 24119 components: - type: Transform - pos: 7.5,110.5 + pos: -59.5,114.5 parent: 1 - - uid: 16461 + - uid: 24120 components: - type: Transform - pos: 6.5,110.5 + pos: -59.5,115.5 parent: 1 - - uid: 16468 + - uid: 24121 components: - type: Transform - anchored: False - pos: 9.5,126.5 + pos: -59.5,116.5 parent: 1 - - uid: 16474 + - uid: 24122 components: - type: Transform - pos: -29.5,180.5 + pos: -59.5,117.5 parent: 1 - - uid: 16477 + - uid: 24123 components: - type: Transform - anchored: False - pos: 9.5,129.5 + pos: -59.5,118.5 parent: 1 - - uid: 16479 + - uid: 24124 components: - type: Transform - pos: -58.5,184.5 + pos: -59.5,119.5 parent: 1 - - uid: 16490 + - uid: 24125 components: - type: Transform - pos: 7.5,109.5 + pos: -59.5,120.5 parent: 1 - - uid: 16496 + - uid: 24126 components: - type: Transform - pos: 8.5,110.5 + pos: -59.5,121.5 parent: 1 - - uid: 16512 + - uid: 24127 components: - type: Transform - pos: -11.5,110.5 + pos: -59.5,122.5 parent: 1 - - uid: 16517 + - uid: 24128 components: - type: Transform - pos: -18.5,124.5 + pos: -59.5,123.5 parent: 1 - - uid: 16524 + - uid: 24129 components: - type: Transform - pos: -40.5,161.5 + pos: -59.5,124.5 parent: 1 - - uid: 16528 + - uid: 24130 components: - type: Transform - pos: 9.5,110.5 + pos: -59.5,125.5 parent: 1 - - uid: 16529 + - uid: 24131 components: - type: Transform - pos: 9.5,109.5 + pos: -59.5,126.5 parent: 1 - - uid: 16530 + - uid: 24132 components: - type: Transform - pos: -40.5,157.5 + pos: -59.5,127.5 parent: 1 - - uid: 16536 + - uid: 24133 components: - type: Transform - pos: 9.5,111.5 + pos: -59.5,128.5 parent: 1 - - uid: 16539 + - uid: 24134 components: - type: Transform - anchored: False - pos: 9.5,130.5 + pos: -59.5,129.5 parent: 1 - - uid: 16548 + - uid: 24135 components: - type: Transform - pos: -17.5,133.5 + pos: -59.5,130.5 parent: 1 - - uid: 16552 + - uid: 24136 components: - type: Transform - pos: -17.5,134.5 + pos: -59.5,131.5 parent: 1 - - uid: 16554 + - uid: 24137 components: - type: Transform - pos: -18.5,127.5 + pos: -60.5,109.5 parent: 1 - - uid: 16567 + - uid: 24138 components: - type: Transform - pos: -18.5,126.5 + pos: -60.5,110.5 parent: 1 - - uid: 16569 + - uid: 24139 components: - type: Transform - pos: 5.5,111.5 + pos: -60.5,111.5 parent: 1 - - uid: 16570 + - uid: 24140 components: - type: Transform - pos: 6.5,109.5 + pos: -60.5,112.5 parent: 1 - - uid: 16573 + - uid: 24141 components: - type: Transform - pos: 4.5,110.5 + pos: -60.5,113.5 parent: 1 - - uid: 16574 + - uid: 24142 components: - type: Transform - pos: 4.5,113.5 + pos: -60.5,114.5 parent: 1 - - uid: 17729 + - uid: 24143 components: - type: Transform - pos: 101.5,179.5 + pos: -60.5,115.5 parent: 1 - - uid: 20718 + - uid: 24144 components: - type: Transform - pos: -197.5,33.5 + pos: -60.5,116.5 parent: 1 - - uid: 21236 + - uid: 24145 components: - type: Transform - pos: -18.5,125.5 + pos: -60.5,117.5 parent: 1 - - uid: 21248 + - uid: 24146 components: - type: Transform - pos: 2.5,110.5 + pos: -60.5,118.5 parent: 1 - - uid: 21260 + - uid: 24147 components: - type: Transform - anchored: False - pos: 9.5,128.5 + pos: -60.5,119.5 parent: 1 - - uid: 21262 + - uid: 24148 components: - type: Transform - pos: 2.5,111.5 + pos: -60.5,120.5 parent: 1 - - uid: 21320 + - uid: 24149 components: - type: Transform - pos: -18.5,128.5 + pos: -60.5,121.5 parent: 1 - - uid: 21577 + - uid: 24150 components: - type: Transform - pos: 119.5,188.5 + pos: -60.5,122.5 parent: 1 - - uid: 21918 + - uid: 24151 components: - type: Transform - pos: 29.5,196.5 + pos: -60.5,123.5 parent: 1 - - uid: 22126 + - uid: 24152 components: - type: Transform - pos: 75.5,196.5 + pos: -60.5,124.5 parent: 1 - - uid: 22404 + - uid: 24153 components: - type: Transform - pos: 188.5,-197.5 + pos: -60.5,125.5 parent: 1 - - uid: 23253 + - uid: 24154 components: - type: Transform - pos: 8.5,109.5 + pos: -60.5,126.5 parent: 1 - - uid: 23828 + - uid: 24155 components: - type: Transform - pos: 189.5,-196.5 + pos: -60.5,127.5 parent: 1 - - uid: 23841 + - uid: 24156 components: - type: Transform - pos: 188.5,-198.5 + pos: -60.5,128.5 parent: 1 - - uid: 24227 + - uid: 24157 components: - type: Transform - pos: -379.5,113.5 + pos: -60.5,129.5 parent: 1 - - uid: 24309 + - uid: 24158 components: - type: Transform - pos: 188.5,-196.5 + pos: -60.5,130.5 parent: 1 - - uid: 24310 + - uid: 24159 components: - type: Transform - pos: 187.5,-195.5 + pos: -60.5,131.5 parent: 1 - - uid: 24311 + - uid: 24160 components: - type: Transform - pos: 187.5,-194.5 + pos: -61.5,109.5 parent: 1 - - uid: 24312 + - uid: 24161 components: - type: Transform - pos: 187.5,-197.5 + pos: -61.5,110.5 parent: 1 - - uid: 24437 + - uid: 24162 components: - type: Transform - pos: -189.5,18.5 + pos: -61.5,111.5 parent: 1 - - uid: 24503 + - uid: 24163 components: - type: Transform - pos: -162.5,51.5 + pos: -61.5,112.5 parent: 1 - - uid: 24507 + - uid: 24164 components: - type: Transform - pos: -161.5,50.5 + pos: -61.5,113.5 parent: 1 - - uid: 24508 + - uid: 24165 components: - type: Transform - pos: -165.5,45.5 + pos: -61.5,114.5 parent: 1 - - uid: 24510 + - uid: 24166 components: - type: Transform - pos: -148.5,48.5 + pos: -61.5,115.5 parent: 1 - - uid: 24517 + - uid: 24167 components: - type: Transform - pos: -197.5,37.5 + pos: -61.5,116.5 parent: 1 - - uid: 24520 + - uid: 24168 components: - type: Transform - pos: -198.5,35.5 + pos: -61.5,117.5 parent: 1 - - uid: 24535 + - uid: 24169 components: - type: Transform - pos: -171.5,45.5 + pos: -61.5,118.5 parent: 1 - - uid: 24566 + - uid: 24170 components: - type: Transform - pos: -198.5,33.5 + pos: -61.5,119.5 parent: 1 - - uid: 24575 + - uid: 24171 components: - type: Transform - pos: -154.5,48.5 + pos: -61.5,120.5 parent: 1 - - uid: 24588 + - uid: 24172 components: - type: Transform - pos: -161.5,53.5 + pos: -61.5,121.5 parent: 1 - - uid: 24593 + - uid: 24173 components: - type: Transform - pos: -198.5,38.5 + pos: -61.5,122.5 parent: 1 - - uid: 24594 + - uid: 24174 components: - type: Transform - pos: -197.5,34.5 + pos: -61.5,123.5 parent: 1 - - uid: 24595 + - uid: 24175 components: - type: Transform - pos: -197.5,35.5 + pos: -61.5,124.5 parent: 1 - - uid: 24602 + - uid: 24176 components: - type: Transform - pos: -197.5,36.5 + pos: -61.5,125.5 parent: 1 - - uid: 24622 + - uid: 24177 components: - type: Transform - pos: -198.5,34.5 + pos: -61.5,126.5 parent: 1 - - uid: 24623 + - uid: 24178 components: - type: Transform - pos: -193.5,37.5 + pos: -61.5,127.5 parent: 1 - - uid: 24646 + - uid: 24179 components: - type: Transform - pos: -173.5,44.5 + pos: -61.5,128.5 parent: 1 - - uid: 24647 + - uid: 24180 components: - type: Transform - pos: -168.5,34.5 + pos: -61.5,129.5 parent: 1 - - uid: 24728 + - uid: 24181 components: - type: Transform - pos: -162.5,71.5 + pos: -61.5,130.5 parent: 1 - - uid: 24731 + - uid: 24182 components: - type: Transform - pos: -161.5,73.5 + pos: -61.5,131.5 parent: 1 - - uid: 24771 + - uid: 24183 components: - type: Transform - pos: -163.5,70.5 + pos: -18.5,133.5 parent: 1 - - uid: 24779 + - uid: 24184 components: - type: Transform - pos: -167.5,70.5 + pos: -17.5,135.5 parent: 1 - - uid: 24787 + - uid: 24185 components: - type: Transform - pos: -167.5,68.5 + pos: -40.5,162.5 parent: 1 - - uid: 24788 + - uid: 24186 components: - type: Transform - pos: -167.5,69.5 + pos: -44.5,152.5 parent: 1 - - uid: 24791 + - uid: 24187 components: - type: Transform - pos: -161.5,72.5 + pos: -29.5,166.5 parent: 1 - - uid: 24796 + - uid: 24188 components: - type: Transform - pos: -195.5,37.5 + pos: -29.5,181.5 parent: 1 - - uid: 24800 + - uid: 24189 components: - type: Transform - pos: -196.5,34.5 + pos: -40.5,160.5 parent: 1 - - uid: 24807 + - uid: 24190 components: - type: Transform - pos: -195.5,35.5 + pos: -16.5,173.5 parent: 1 - - uid: 24808 + - uid: 24191 components: - type: Transform - pos: -195.5,38.5 + pos: -58.5,186.5 parent: 1 - - uid: 24809 + - uid: 24192 components: - type: Transform - pos: -195.5,36.5 + pos: -18.5,134.5 parent: 1 - - uid: 24861 + - uid: 24193 components: - type: Transform - pos: -131.5,62.5 + pos: -18.5,135.5 parent: 1 - - uid: 24863 + - uid: 24194 components: - type: Transform - pos: -168.5,70.5 + pos: -19.5,132.5 parent: 1 - - uid: 24865 + - uid: 24195 components: - type: Transform - pos: -162.5,72.5 + pos: -19.5,133.5 parent: 1 - - uid: 24866 + - uid: 24196 components: - type: Transform - pos: -137.5,48.5 + pos: -19.5,134.5 parent: 1 - - uid: 24867 + - uid: 24197 components: - type: Transform - pos: -141.5,48.5 + pos: -19.5,135.5 parent: 1 - - uid: 24869 + - uid: 24198 components: - type: Transform - pos: -139.5,48.5 + pos: -20.5,132.5 parent: 1 - - uid: 24870 + - uid: 24199 components: - type: Transform - pos: -157.5,48.5 + pos: -20.5,133.5 parent: 1 - - uid: 24872 + - uid: 24200 components: - type: Transform - pos: -190.5,18.5 + pos: -20.5,134.5 parent: 1 - - uid: 24901 + - uid: 24201 components: - type: Transform - pos: -182.5,18.5 + pos: -20.5,135.5 parent: 1 - - uid: 24902 + - uid: 24202 components: - type: Transform - pos: -144.5,48.5 + pos: -21.5,132.5 parent: 1 - - uid: 24908 + - uid: 24203 components: - type: Transform - pos: -138.5,48.5 + pos: -21.5,133.5 parent: 1 - - uid: 24921 + - uid: 24204 components: - type: Transform - pos: -134.5,48.5 + pos: -21.5,134.5 parent: 1 - - uid: 24925 + - uid: 24205 components: - type: Transform - pos: -126.5,50.5 + pos: -21.5,135.5 parent: 1 - - uid: 25274 + - uid: 24206 components: - type: Transform - pos: -162.5,41.5 + pos: -22.5,132.5 parent: 1 - - uid: 25327 + - uid: 24207 components: - type: Transform - pos: -166.5,40.5 + pos: -22.5,133.5 parent: 1 - - uid: 25433 + - uid: 24208 components: - type: Transform - pos: -165.5,41.5 + pos: -22.5,134.5 parent: 1 - - uid: 25452 + - uid: 24209 components: - type: Transform - pos: -160.5,39.5 + pos: -23.5,132.5 parent: 1 - - uid: 25491 + - uid: 24210 components: - type: Transform - pos: -161.5,39.5 + pos: -23.5,133.5 parent: 1 - - uid: 25513 + - uid: 24211 components: - type: Transform - pos: -160.5,41.5 + pos: 192.5,196.5 parent: 1 - - uid: 27496 + - uid: 24212 components: - type: Transform - pos: 178.5,135.5 + pos: 191.5,196.5 parent: 1 - - uid: 27566 + - uid: 24213 components: - type: Transform - pos: 13.5,185.5 + pos: -24.5,132.5 parent: 1 - - uid: 27581 + - uid: 24214 components: - type: Transform - pos: 13.5,179.5 + pos: -24.5,133.5 parent: 1 - - uid: 27817 + - uid: 24215 components: - type: Transform - pos: 13.5,173.5 + pos: -25.5,132.5 parent: 1 - - uid: 29183 + - uid: 24216 components: - type: Transform - pos: 178.5,138.5 + pos: -25.5,133.5 parent: 1 - - uid: 29184 + - uid: 24217 components: - type: Transform - pos: 178.5,139.5 + pos: -25.5,134.5 parent: 1 - - uid: 29310 + - uid: 24218 components: - type: Transform - pos: 171.5,135.5 + pos: -25.5,135.5 parent: 1 - - uid: 29313 + - uid: 24219 components: - type: Transform - pos: 178.5,136.5 + pos: -26.5,132.5 parent: 1 - - uid: 29314 + - uid: 24220 components: - type: Transform - pos: 178.5,137.5 + pos: -26.5,133.5 parent: 1 - - uid: 31222 + - uid: 24221 components: - type: Transform - pos: -20.5,162.5 + pos: -26.5,134.5 parent: 1 - - uid: 31240 + - uid: 24222 components: - type: Transform - pos: 13.5,181.5 + pos: -26.5,135.5 parent: 1 - - uid: 32391 + - uid: 24223 components: - type: Transform - pos: 13.5,178.5 + pos: -27.5,132.5 parent: 1 - - uid: 32392 + - uid: 24224 components: - type: Transform - pos: 13.5,174.5 + pos: -27.5,133.5 parent: 1 - - uid: 32414 + - uid: 24225 components: - type: Transform - pos: -20.5,164.5 + pos: -27.5,134.5 parent: 1 - - uid: 32415 + - uid: 24226 components: - type: Transform - pos: 13.5,175.5 + pos: -27.5,135.5 parent: 1 - - uid: 32639 + - uid: 24227 components: - type: Transform - pos: 13.5,176.5 + pos: -28.5,132.5 parent: 1 - - uid: 32664 + - uid: 24228 components: - type: Transform - pos: 13.5,183.5 + pos: -28.5,133.5 parent: 1 - - uid: 32665 + - uid: 24229 components: - type: Transform - pos: 13.5,184.5 + pos: -28.5,134.5 parent: 1 - - uid: 32667 + - uid: 24230 components: - type: Transform - pos: 13.5,199.5 + pos: -28.5,135.5 parent: 1 - - uid: 38731 + - uid: 24231 components: - type: Transform - pos: -20.5,165.5 + pos: -29.5,132.5 parent: 1 - - uid: 38736 + - uid: 24232 components: - type: Transform - pos: 13.5,177.5 + pos: -29.5,133.5 parent: 1 - - uid: 38741 + - uid: 24233 components: - type: Transform - pos: 13.5,180.5 + pos: -29.5,134.5 parent: 1 - - uid: 38743 + - uid: 24234 components: - type: Transform - pos: 13.5,198.5 + pos: -29.5,135.5 parent: 1 - - uid: 38747 + - uid: 24235 components: - type: Transform - pos: 13.5,182.5 + pos: -30.5,132.5 parent: 1 - - uid: 38749 + - uid: 24236 components: - type: Transform - pos: 13.5,197.5 + pos: -30.5,133.5 parent: 1 - - uid: 38752 + - uid: 24237 components: - type: Transform - pos: 13.5,196.5 + pos: -30.5,134.5 parent: 1 - - uid: 38759 + - uid: 24238 components: - type: Transform - pos: 13.5,195.5 + pos: -30.5,135.5 parent: 1 - - uid: 38771 + - uid: 24239 components: - type: Transform - pos: 13.5,194.5 + pos: -31.5,132.5 parent: 1 - - uid: 38782 + - uid: 24240 components: - type: Transform - pos: 13.5,190.5 + pos: -31.5,133.5 parent: 1 - - uid: 38792 + - uid: 24241 components: - type: Transform - pos: 13.5,191.5 + pos: -31.5,134.5 parent: 1 - - uid: 38821 + - uid: 24242 components: - type: Transform - pos: 13.5,192.5 + pos: -31.5,135.5 parent: 1 - - uid: 38822 + - uid: 24243 components: - type: Transform - pos: 13.5,193.5 + pos: -32.5,132.5 parent: 1 - - uid: 38823 + - uid: 24244 components: - type: Transform - pos: 13.5,189.5 + pos: -32.5,133.5 parent: 1 - - uid: 38824 + - uid: 24245 components: - type: Transform - pos: 13.5,188.5 + pos: -32.5,134.5 parent: 1 - - uid: 38845 + - uid: 24246 components: - type: Transform - pos: 13.5,187.5 + pos: -32.5,135.5 parent: 1 - - uid: 38846 + - uid: 24247 components: - type: Transform - pos: 13.5,186.5 + pos: -33.5,132.5 parent: 1 - - uid: 38847 + - uid: 24248 components: - type: Transform - pos: 8.5,125.5 + pos: -33.5,133.5 parent: 1 - - uid: 38853 + - uid: 24249 components: - type: Transform - pos: 7.5,128.5 + pos: -33.5,134.5 parent: 1 - - uid: 38957 + - uid: 24250 components: - type: Transform - pos: 7.5,130.5 + pos: -33.5,135.5 parent: 1 - - uid: 38958 + - uid: 24251 components: - type: Transform - pos: -20.5,163.5 + pos: -34.5,132.5 parent: 1 - - uid: 38959 + - uid: 24252 components: - type: Transform - pos: -19.5,165.5 + pos: -34.5,133.5 parent: 1 - - uid: 38961 + - uid: 24253 components: - type: Transform - pos: -19.5,164.5 + pos: -34.5,134.5 parent: 1 - - uid: 38962 + - uid: 24254 components: - type: Transform - pos: -18.5,165.5 + pos: -34.5,135.5 parent: 1 - - uid: 38963 + - uid: 24255 components: - type: Transform - pos: -19.5,162.5 + pos: -35.5,132.5 parent: 1 - - uid: 38964 + - uid: 24256 components: - type: Transform - pos: -19.5,163.5 + pos: -35.5,133.5 parent: 1 - - uid: 39108 + - uid: 24257 components: - type: Transform - pos: -17.5,172.5 + pos: -35.5,134.5 parent: 1 - - uid: 39113 + - uid: 24258 components: - type: Transform - pos: -17.5,171.5 + pos: -35.5,135.5 parent: 1 - - uid: 39169 + - uid: 24259 components: - type: Transform - pos: -17.5,170.5 + pos: -36.5,132.5 parent: 1 - - uid: 39170 + - uid: 24260 components: - type: Transform - pos: -17.5,169.5 + pos: -36.5,133.5 parent: 1 - - uid: 39171 + - uid: 24261 components: - type: Transform - pos: -17.5,168.5 + pos: -36.5,134.5 parent: 1 - - uid: 39172 + - uid: 24262 components: - type: Transform - pos: -17.5,167.5 + pos: -36.5,135.5 parent: 1 - - uid: 39173 + - uid: 24263 components: - type: Transform - pos: -17.5,166.5 + pos: -37.5,132.5 parent: 1 - - uid: 39174 + - uid: 24264 components: - type: Transform - pos: -18.5,172.5 + pos: -37.5,133.5 parent: 1 - - uid: 39175 + - uid: 24265 components: - type: Transform - pos: -18.5,171.5 + pos: -37.5,134.5 parent: 1 - - uid: 39176 + - uid: 24266 components: - type: Transform - pos: -18.5,170.5 + pos: -37.5,135.5 parent: 1 - - uid: 39177 + - uid: 24267 components: - type: Transform - pos: -18.5,169.5 + pos: -38.5,132.5 parent: 1 - - uid: 39178 + - uid: 24268 components: - type: Transform - pos: -18.5,168.5 + pos: -38.5,133.5 parent: 1 - - uid: 39179 + - uid: 24269 components: - type: Transform - pos: -18.5,167.5 + pos: -38.5,134.5 parent: 1 - - uid: 39180 + - uid: 24270 components: - type: Transform - pos: -18.5,166.5 + pos: -38.5,135.5 parent: 1 - - uid: 39181 + - uid: 24271 components: - type: Transform - pos: -19.5,172.5 + pos: -39.5,132.5 parent: 1 - - uid: 39182 + - uid: 24272 components: - type: Transform - pos: -19.5,171.5 + pos: -39.5,133.5 parent: 1 - - uid: 39183 + - uid: 24273 components: - type: Transform - pos: -19.5,170.5 + pos: -39.5,134.5 parent: 1 - - uid: 39184 + - uid: 24274 components: - type: Transform - pos: -19.5,169.5 + pos: -39.5,135.5 parent: 1 - - uid: 39185 + - uid: 24275 components: - type: Transform - pos: -19.5,168.5 + pos: -40.5,132.5 parent: 1 - - uid: 39186 + - uid: 24276 components: - type: Transform - pos: -19.5,167.5 + pos: -40.5,133.5 parent: 1 - - uid: 39187 + - uid: 24277 components: - type: Transform - pos: -19.5,166.5 + pos: -40.5,134.5 parent: 1 - - uid: 39188 + - uid: 24278 components: - type: Transform - pos: -20.5,172.5 + pos: -40.5,135.5 parent: 1 - - uid: 39189 + - uid: 24279 components: - type: Transform - pos: -20.5,171.5 + pos: -41.5,132.5 parent: 1 - - uid: 39190 + - uid: 24280 components: - type: Transform - pos: -20.5,170.5 + pos: -41.5,133.5 parent: 1 - - uid: 39191 + - uid: 24281 components: - type: Transform - pos: -20.5,169.5 + pos: -41.5,134.5 parent: 1 - - uid: 39192 + - uid: 24282 components: - type: Transform - pos: -20.5,168.5 + pos: -41.5,135.5 parent: 1 - - uid: 39193 + - uid: 24283 components: - type: Transform - pos: -20.5,167.5 + pos: -42.5,132.5 parent: 1 - - uid: 39194 + - uid: 24284 components: - type: Transform - pos: -20.5,166.5 + pos: -42.5,133.5 parent: 1 - - uid: 39195 + - uid: 24285 components: - type: Transform - pos: 7.5,127.5 + pos: -42.5,134.5 parent: 1 - - uid: 39196 + - uid: 24286 components: - type: Transform - pos: -18.5,164.5 + pos: -42.5,135.5 parent: 1 - - uid: 39198 + - uid: 24287 components: - type: Transform - pos: -18.5,163.5 + pos: -43.5,132.5 parent: 1 - - uid: 39199 + - uid: 24288 components: - type: Transform - pos: -18.5,162.5 + pos: -43.5,133.5 parent: 1 - - uid: 39200 + - uid: 24289 components: - type: Transform - pos: -17.5,165.5 + pos: -43.5,134.5 parent: 1 - - uid: 39201 + - uid: 24290 components: - type: Transform - pos: -17.5,164.5 + pos: -43.5,135.5 parent: 1 - - uid: 39202 + - uid: 24291 components: - type: Transform - pos: -17.5,163.5 + pos: -44.5,132.5 parent: 1 - - uid: 39203 + - uid: 24292 components: - type: Transform - pos: -17.5,162.5 + pos: -44.5,133.5 parent: 1 - - uid: 39224 + - uid: 24293 components: - type: Transform - pos: 8.5,128.5 + pos: -44.5,134.5 parent: 1 - - uid: 39225 + - uid: 24294 components: - type: Transform - pos: 8.5,129.5 + pos: -44.5,135.5 parent: 1 - - uid: 39306 + - uid: 24295 components: - type: Transform - pos: 7.5,129.5 + pos: -45.5,132.5 parent: 1 - - uid: 39307 + - uid: 24296 components: - type: Transform - pos: 8.5,126.5 + pos: -45.5,133.5 parent: 1 - - uid: 39308 + - uid: 24297 components: - type: Transform - pos: -29.5,158.5 + pos: -45.5,134.5 parent: 1 - - uid: 39312 + - uid: 24298 components: - type: Transform - pos: -29.5,157.5 + pos: -45.5,135.5 parent: 1 - - uid: 39313 + - uid: 24299 components: - type: Transform - pos: -40.5,155.5 + pos: -46.5,132.5 parent: 1 - - uid: 39314 + - uid: 24300 components: - type: Transform - pos: -40.5,156.5 + pos: -46.5,133.5 parent: 1 - - uid: 39324 + - uid: 24301 components: - type: Transform - pos: -40.5,154.5 + pos: -46.5,134.5 parent: 1 - - uid: 39325 + - uid: 24302 components: - type: Transform - pos: -40.5,153.5 + pos: -46.5,135.5 parent: 1 - - uid: 39361 + - uid: 24303 components: - type: Transform - pos: -29.5,161.5 + pos: -47.5,133.5 parent: 1 - - uid: 39362 + - uid: 24304 components: - type: Transform - pos: -29.5,160.5 + pos: -47.5,134.5 parent: 1 - - uid: 39408 + - uid: 24305 components: - type: Transform - pos: -29.5,159.5 + pos: -47.5,135.5 parent: 1 - - uid: 39409 + - uid: 24306 components: - type: Transform - pos: -40.5,152.5 + pos: -48.5,133.5 parent: 1 - - uid: 39410 + - uid: 24307 components: - type: Transform - pos: -40.5,151.5 + pos: -48.5,134.5 parent: 1 - - uid: 39411 + - uid: 24308 components: - type: Transform - pos: -40.5,150.5 + pos: -48.5,135.5 parent: 1 - - uid: 39412 + - uid: 24309 components: - type: Transform - pos: -40.5,149.5 + pos: -49.5,133.5 parent: 1 - - uid: 39413 + - uid: 24310 components: - type: Transform - pos: -40.5,148.5 + pos: -49.5,134.5 parent: 1 - - uid: 39414 + - uid: 24311 components: - type: Transform - pos: -40.5,147.5 + pos: -49.5,135.5 parent: 1 - - uid: 39415 + - uid: 24312 components: - type: Transform - pos: -39.5,151.5 + pos: -50.5,132.5 parent: 1 - - uid: 39416 + - uid: 24313 components: - type: Transform - pos: -39.5,150.5 + pos: -50.5,133.5 parent: 1 - - uid: 39422 + - uid: 24314 components: - type: Transform - pos: -39.5,149.5 + pos: -50.5,134.5 parent: 1 - - uid: 39423 + - uid: 24315 components: - type: Transform - pos: -39.5,148.5 + pos: -50.5,135.5 parent: 1 - - uid: 39424 + - uid: 24316 components: - type: Transform - pos: -39.5,147.5 + pos: -51.5,132.5 parent: 1 - - uid: 39425 + - uid: 24317 components: - type: Transform - pos: -38.5,151.5 + pos: -51.5,133.5 parent: 1 - - uid: 39426 + - uid: 24318 components: - type: Transform - pos: -38.5,150.5 + pos: -51.5,134.5 parent: 1 - - uid: 39432 + - uid: 24319 components: - type: Transform - pos: -38.5,149.5 + pos: -51.5,135.5 parent: 1 - - uid: 39433 + - uid: 24320 components: - type: Transform - pos: -38.5,148.5 + pos: -52.5,132.5 parent: 1 - - uid: 39434 + - uid: 24321 components: - type: Transform - pos: -38.5,147.5 + pos: -52.5,133.5 parent: 1 - - uid: 39435 + - uid: 24322 components: - type: Transform - pos: -37.5,151.5 + pos: -52.5,134.5 parent: 1 - - uid: 39436 + - uid: 24323 components: - type: Transform - pos: -37.5,150.5 + pos: -52.5,135.5 parent: 1 - - uid: 39442 + - uid: 24324 components: - type: Transform - pos: -37.5,149.5 + pos: -53.5,132.5 parent: 1 - - uid: 39443 + - uid: 24325 components: - type: Transform - pos: -37.5,148.5 + pos: -53.5,133.5 parent: 1 - - uid: 39444 + - uid: 24326 components: - type: Transform - pos: -37.5,147.5 + pos: -53.5,134.5 parent: 1 - - uid: 39445 + - uid: 24327 components: - type: Transform - pos: -36.5,151.5 + pos: -53.5,135.5 parent: 1 - - uid: 39446 + - uid: 24328 components: - type: Transform - pos: -36.5,150.5 + pos: -54.5,132.5 parent: 1 - - uid: 39454 + - uid: 24329 components: - type: Transform - pos: -36.5,147.5 + pos: -54.5,133.5 parent: 1 - - uid: 39455 + - uid: 24330 components: - type: Transform - pos: -35.5,151.5 + pos: -54.5,134.5 parent: 1 - - uid: 39456 + - uid: 24331 components: - type: Transform - pos: -35.5,150.5 + pos: -54.5,135.5 parent: 1 - - uid: 39465 + - uid: 24332 components: - type: Transform - pos: -34.5,151.5 + pos: -55.5,132.5 parent: 1 - - uid: 39466 + - uid: 24333 components: - type: Transform - pos: -34.5,150.5 + pos: -55.5,133.5 parent: 1 - - uid: 39563 + - uid: 24334 components: - type: Transform - pos: 8.5,130.5 + pos: -55.5,134.5 parent: 1 - - uid: 39772 + - uid: 24335 components: - type: Transform - pos: 8.5,127.5 + pos: -55.5,135.5 parent: 1 - - uid: 40049 + - uid: 24336 components: - type: Transform - pos: -16.5,131.5 + pos: -56.5,132.5 parent: 1 - - uid: 40054 + - uid: 24337 components: - type: Transform - pos: -15.5,131.5 + pos: -56.5,133.5 parent: 1 - - uid: 40055 + - uid: 24338 components: - type: Transform - pos: -14.5,131.5 + pos: -56.5,134.5 parent: 1 - - uid: 40057 + - uid: 24339 components: - type: Transform - pos: -13.5,131.5 + pos: -56.5,135.5 parent: 1 - - uid: 40062 + - uid: 24340 components: - type: Transform - pos: -12.5,131.5 + pos: -57.5,132.5 parent: 1 - - uid: 40067 + - uid: 24341 components: - type: Transform - pos: -11.5,131.5 + pos: -57.5,133.5 parent: 1 - - uid: 40072 + - uid: 24342 components: - type: Transform - pos: -10.5,131.5 + pos: -57.5,134.5 parent: 1 - - uid: 40077 + - uid: 24343 components: - type: Transform - pos: -9.5,131.5 + pos: -57.5,135.5 parent: 1 - - uid: 40082 + - uid: 24344 components: - type: Transform - pos: -8.5,131.5 + pos: -58.5,132.5 parent: 1 - - uid: 40087 + - uid: 24345 components: - type: Transform - pos: -7.5,131.5 + pos: -58.5,133.5 parent: 1 - - uid: 40092 + - uid: 24346 components: - type: Transform - pos: -6.5,131.5 + pos: -58.5,134.5 parent: 1 - - uid: 40107 + - uid: 24347 components: - type: Transform - pos: 7.5,126.5 + pos: -58.5,135.5 parent: 1 - - uid: 40112 + - uid: 24348 components: - type: Transform - pos: 7.5,125.5 + pos: -59.5,132.5 parent: 1 - - uid: 40115 + - uid: 24349 components: - type: Transform - pos: 6.5,130.5 + pos: -59.5,133.5 parent: 1 - - uid: 40116 + - uid: 24350 components: - type: Transform - pos: 6.5,129.5 + pos: -59.5,134.5 parent: 1 - - uid: 40117 + - uid: 24351 components: - type: Transform - pos: 6.5,128.5 + pos: -59.5,135.5 parent: 1 - - uid: 40118 + - uid: 24352 components: - type: Transform - pos: 6.5,127.5 + pos: -60.5,132.5 parent: 1 - - uid: 40119 + - uid: 24353 components: - type: Transform - pos: 6.5,126.5 + pos: -60.5,133.5 parent: 1 - - uid: 40120 + - uid: 24354 components: - type: Transform - pos: 6.5,125.5 + pos: -60.5,134.5 parent: 1 - - uid: 40121 + - uid: 24355 components: - type: Transform - pos: 5.5,130.5 + pos: -60.5,135.5 parent: 1 - - uid: 40122 + - uid: 24356 components: - type: Transform - pos: 5.5,129.5 + pos: -61.5,132.5 parent: 1 - - uid: 40123 + - uid: 24357 components: - type: Transform - pos: 5.5,128.5 + pos: -61.5,133.5 parent: 1 - - uid: 40124 + - uid: 24358 components: - type: Transform - pos: 5.5,127.5 + pos: -61.5,134.5 parent: 1 - - uid: 40125 + - uid: 24359 components: - type: Transform - pos: 5.5,126.5 + pos: -61.5,135.5 parent: 1 - - uid: 40126 + - uid: 24360 components: - type: Transform - pos: 5.5,125.5 + pos: -29.5,162.5 parent: 1 - - uid: 40127 + - uid: 24361 components: - type: Transform - pos: 4.5,130.5 + pos: -34.5,142.5 parent: 1 - - uid: 40128 + - uid: 24362 components: - type: Transform - pos: 4.5,129.5 + pos: -34.5,143.5 parent: 1 - - uid: 40129 + - uid: 24363 components: - type: Transform - pos: 4.5,128.5 + pos: -34.5,144.5 parent: 1 - - uid: 40130 + - uid: 24364 components: - type: Transform - pos: 4.5,127.5 + pos: -34.5,145.5 parent: 1 - - uid: 40131 + - uid: 24365 components: - type: Transform - pos: 4.5,126.5 + pos: -34.5,146.5 parent: 1 - - uid: 40132 + - uid: 24366 components: - type: Transform - pos: 4.5,125.5 + pos: -35.5,136.5 parent: 1 - - uid: 40136 + - uid: 24367 components: - type: Transform - pos: 3.5,127.5 + pos: -35.5,142.5 parent: 1 - - uid: 40137 + - uid: 24368 components: - type: Transform - pos: 3.5,126.5 + pos: -35.5,143.5 parent: 1 - - uid: 40138 + - uid: 24369 components: - type: Transform - pos: 3.5,125.5 + pos: -35.5,144.5 parent: 1 - - uid: 40142 + - uid: 24370 components: - type: Transform - pos: 2.5,127.5 + pos: -35.5,145.5 parent: 1 - - uid: 40143 + - uid: 24371 components: - type: Transform - pos: 2.5,126.5 + pos: -35.5,146.5 parent: 1 - - uid: 40144 + - uid: 24372 components: - type: Transform - pos: 2.5,125.5 + pos: -36.5,136.5 parent: 1 - - uid: 40145 + - uid: 24373 components: - type: Transform - pos: 1.5,130.5 + pos: -36.5,139.5 parent: 1 - - uid: 40146 + - uid: 24374 components: - type: Transform - pos: 1.5,129.5 + pos: -36.5,140.5 parent: 1 - - uid: 40147 + - uid: 24375 components: - type: Transform - pos: 1.5,128.5 + pos: -36.5,141.5 parent: 1 - - uid: 40148 + - uid: 24376 components: - type: Transform - pos: 1.5,127.5 + pos: -36.5,142.5 parent: 1 - - uid: 40149 + - uid: 24377 components: - type: Transform - pos: 1.5,126.5 + pos: -36.5,143.5 parent: 1 - - uid: 40150 + - uid: 24378 components: - type: Transform - pos: 1.5,125.5 + pos: -36.5,144.5 parent: 1 - - uid: 40151 + - uid: 24379 components: - type: Transform - pos: 0.5,130.5 + pos: -36.5,145.5 parent: 1 - - uid: 40152 + - uid: 24380 components: - type: Transform - pos: 0.5,129.5 + pos: -36.5,146.5 parent: 1 - - uid: 40153 + - uid: 24381 components: - type: Transform - pos: 0.5,128.5 + pos: -37.5,136.5 parent: 1 - - uid: 40154 + - uid: 24382 components: - type: Transform - pos: 0.5,127.5 + pos: -37.5,137.5 parent: 1 - - uid: 40155 + - uid: 24383 components: - type: Transform - pos: 0.5,126.5 + pos: -37.5,138.5 parent: 1 - - uid: 40156 + - uid: 24384 components: - type: Transform - pos: 0.5,125.5 + pos: -37.5,139.5 parent: 1 - - uid: 40157 + - uid: 24385 components: - type: Transform - pos: -0.5,130.5 + pos: -37.5,140.5 parent: 1 - - uid: 40158 + - uid: 24386 components: - type: Transform - pos: -0.5,129.5 + pos: -37.5,141.5 parent: 1 - - uid: 40159 + - uid: 24387 components: - type: Transform - pos: -0.5,128.5 + pos: -37.5,142.5 parent: 1 - - uid: 40160 + - uid: 24388 components: - type: Transform - pos: -0.5,127.5 + pos: -37.5,143.5 parent: 1 - - uid: 40161 + - uid: 24389 components: - type: Transform - pos: -0.5,126.5 + pos: -37.5,144.5 parent: 1 - - uid: 40162 + - uid: 24390 components: - type: Transform - pos: -0.5,125.5 + pos: -37.5,145.5 parent: 1 - - uid: 40163 + - uid: 24391 components: - type: Transform - pos: 3.5,124.5 + pos: -37.5,146.5 parent: 1 - - uid: 40164 + - uid: 24392 components: - type: Transform - pos: 3.5,123.5 + pos: -38.5,136.5 parent: 1 - - uid: 40165 + - uid: 24393 components: - type: Transform - pos: 3.5,122.5 + pos: -38.5,137.5 parent: 1 - - uid: 40166 + - uid: 24394 components: - type: Transform - pos: 3.5,121.5 + pos: -38.5,138.5 parent: 1 - - uid: 40167 + - uid: 24395 components: - type: Transform - pos: 4.5,124.5 + pos: -38.5,139.5 parent: 1 - - uid: 40168 + - uid: 24396 components: - type: Transform - pos: 4.5,123.5 + pos: -38.5,140.5 parent: 1 - - uid: 40169 + - uid: 24397 components: - type: Transform - pos: 4.5,122.5 + pos: -38.5,141.5 parent: 1 - - uid: 40170 + - uid: 24398 components: - type: Transform - pos: 4.5,121.5 + pos: -38.5,142.5 parent: 1 - - uid: 40171 + - uid: 24399 components: - type: Transform - pos: 5.5,124.5 + pos: -38.5,143.5 parent: 1 - - uid: 40172 + - uid: 24400 components: - type: Transform - pos: 5.5,123.5 + pos: -38.5,144.5 parent: 1 - - uid: 40173 + - uid: 24401 components: - type: Transform - pos: 5.5,122.5 + pos: -38.5,145.5 parent: 1 - - uid: 40174 + - uid: 24402 components: - type: Transform - pos: 5.5,121.5 + pos: -38.5,146.5 parent: 1 - - uid: 40175 + - uid: 24403 components: - type: Transform - pos: 6.5,124.5 + pos: -39.5,136.5 parent: 1 - - uid: 40176 + - uid: 24404 components: - type: Transform - pos: 6.5,123.5 + pos: -39.5,137.5 parent: 1 - - uid: 40177 + - uid: 24405 components: - type: Transform - pos: 6.5,122.5 + pos: -39.5,138.5 parent: 1 - - uid: 40178 + - uid: 24406 components: - type: Transform - pos: 6.5,121.5 + pos: -39.5,139.5 parent: 1 - - uid: 40179 + - uid: 24407 components: - type: Transform - pos: 7.5,124.5 + pos: -39.5,140.5 parent: 1 - - uid: 40180 + - uid: 24408 components: - type: Transform - pos: 7.5,123.5 + pos: -39.5,141.5 parent: 1 - - uid: 40181 + - uid: 24409 components: - type: Transform - pos: 7.5,122.5 + pos: -39.5,142.5 parent: 1 - - uid: 40182 + - uid: 24410 components: - type: Transform - pos: 7.5,121.5 + pos: -39.5,143.5 parent: 1 - - uid: 40183 + - uid: 24411 components: - type: Transform - pos: 8.5,124.5 + pos: -39.5,144.5 parent: 1 - - uid: 40184 + - uid: 24412 components: - type: Transform - pos: 8.5,123.5 + pos: -39.5,145.5 parent: 1 - - uid: 40185 + - uid: 24413 components: - type: Transform - pos: 8.5,122.5 + pos: -39.5,146.5 parent: 1 - - uid: 40186 + - uid: 24414 components: - type: Transform - pos: 8.5,121.5 + pos: -40.5,136.5 parent: 1 - - uid: 40187 + - uid: 24415 components: - type: Transform - pos: 9.5,124.5 + pos: -40.5,137.5 parent: 1 - - uid: 40188 + - uid: 24416 components: - type: Transform - pos: 9.5,123.5 + pos: -40.5,138.5 parent: 1 - - uid: 40189 + - uid: 24417 components: - type: Transform - pos: 9.5,122.5 + pos: -40.5,139.5 parent: 1 - - uid: 40190 + - uid: 24418 components: - type: Transform - pos: 9.5,121.5 + pos: -40.5,140.5 parent: 1 - - uid: 40191 + - uid: 24419 components: - type: Transform - pos: -2.5,131.5 + pos: -40.5,141.5 parent: 1 - - uid: 40192 + - uid: 24420 components: - type: Transform - pos: -1.5,131.5 + pos: -40.5,142.5 parent: 1 - - uid: 40194 + - uid: 24421 components: - type: Transform - pos: -0.5,131.5 + pos: -40.5,143.5 parent: 1 - - uid: 40224 + - uid: 24422 components: - type: Transform - pos: 0.5,131.5 + pos: -40.5,144.5 parent: 1 - - uid: 40228 + - uid: 24423 components: - type: Transform - pos: 1.5,131.5 + pos: -40.5,145.5 parent: 1 - - uid: 40275 + - uid: 24424 components: - type: Transform - pos: 4.5,131.5 + pos: -40.5,146.5 parent: 1 - - uid: 40289 + - uid: 24425 components: - type: Transform - pos: 5.5,131.5 + pos: -41.5,136.5 parent: 1 - - uid: 40303 + - uid: 24426 components: - type: Transform - pos: 6.5,131.5 + pos: -41.5,137.5 parent: 1 - - uid: 40314 + - uid: 24427 components: - type: Transform - pos: 7.5,131.5 + pos: -41.5,138.5 parent: 1 - - uid: 40321 + - uid: 24428 components: - type: Transform - pos: 8.5,131.5 + pos: -41.5,139.5 parent: 1 - - uid: 40333 + - uid: 24429 components: - type: Transform - pos: 9.5,131.5 + pos: -41.5,140.5 parent: 1 - - uid: 40352 + - uid: 24430 components: - type: Transform - pos: 9.5,120.5 + pos: -41.5,141.5 parent: 1 - - uid: 40371 + - uid: 24431 components: - type: Transform - pos: 9.5,119.5 + pos: -41.5,142.5 parent: 1 - - uid: 40480 + - uid: 24432 components: - type: Transform - pos: 9.5,118.5 + pos: -41.5,143.5 parent: 1 - - uid: 40481 + - uid: 24433 components: - type: Transform - pos: 9.5,117.5 + pos: -41.5,144.5 parent: 1 - - uid: 40482 + - uid: 24434 components: - type: Transform - pos: 9.5,116.5 + pos: -41.5,145.5 parent: 1 - - uid: 40483 + - uid: 24435 components: - type: Transform - pos: 9.5,115.5 + pos: -41.5,146.5 parent: 1 - - uid: 40484 + - uid: 24436 components: - type: Transform - pos: 9.5,114.5 + pos: -41.5,147.5 parent: 1 - - uid: 40485 + - uid: 24437 components: - type: Transform - pos: 9.5,113.5 + pos: -41.5,148.5 parent: 1 - - uid: 40486 + - uid: 24438 components: - type: Transform - pos: 9.5,112.5 + pos: -41.5,149.5 parent: 1 - - uid: 40487 + - uid: 24439 components: - type: Transform - pos: 8.5,120.5 + pos: -41.5,150.5 parent: 1 - - uid: 40488 + - uid: 24440 components: - type: Transform - pos: 8.5,119.5 + pos: -41.5,151.5 parent: 1 - - uid: 40489 + - uid: 24441 components: - type: Transform - pos: 8.5,118.5 + pos: -42.5,136.5 parent: 1 - - uid: 40490 + - uid: 24442 components: - type: Transform - pos: 8.5,117.5 + pos: -42.5,137.5 parent: 1 - - uid: 40491 + - uid: 24443 components: - type: Transform - pos: 8.5,116.5 + pos: -42.5,138.5 parent: 1 - - uid: 40492 + - uid: 24444 components: - type: Transform - pos: 8.5,115.5 + pos: -42.5,139.5 parent: 1 - - uid: 40493 + - uid: 24445 components: - type: Transform - pos: 8.5,114.5 + pos: -42.5,140.5 parent: 1 - - uid: 40494 + - uid: 24446 components: - type: Transform - pos: 8.5,113.5 + pos: -42.5,141.5 parent: 1 - - uid: 40495 + - uid: 24447 components: - type: Transform - pos: 8.5,112.5 + pos: -42.5,142.5 parent: 1 - - uid: 40496 + - uid: 24448 components: - type: Transform - pos: 7.5,120.5 + pos: -42.5,143.5 parent: 1 - - uid: 40497 + - uid: 24449 components: - type: Transform - pos: 7.5,119.5 + pos: -42.5,144.5 parent: 1 - - uid: 40498 + - uid: 24450 components: - type: Transform - pos: 7.5,118.5 + pos: -42.5,145.5 parent: 1 - - uid: 40499 + - uid: 24451 components: - type: Transform - pos: 7.5,117.5 + pos: -42.5,146.5 parent: 1 - - uid: 40500 + - uid: 24452 components: - type: Transform - pos: 7.5,116.5 + pos: -42.5,147.5 parent: 1 - - uid: 40501 + - uid: 24453 components: - type: Transform - pos: 7.5,115.5 + pos: -42.5,148.5 parent: 1 - - uid: 40502 + - uid: 24454 components: - type: Transform - pos: 7.5,114.5 + pos: -42.5,149.5 parent: 1 - - uid: 40503 + - uid: 24455 components: - type: Transform - pos: 7.5,113.5 + pos: -42.5,150.5 parent: 1 - - uid: 40504 + - uid: 24456 components: - type: Transform - pos: 7.5,112.5 + pos: -42.5,151.5 parent: 1 - - uid: 40505 + - uid: 24457 components: - type: Transform - pos: 6.5,120.5 + pos: -43.5,136.5 parent: 1 - - uid: 40506 + - uid: 24458 components: - type: Transform - pos: 6.5,119.5 + pos: -43.5,137.5 parent: 1 - - uid: 40507 + - uid: 24459 components: - type: Transform - pos: 6.5,118.5 + pos: -43.5,138.5 parent: 1 - - uid: 40508 + - uid: 24460 components: - type: Transform - pos: 6.5,117.5 + pos: -43.5,139.5 parent: 1 - - uid: 40509 + - uid: 24461 components: - type: Transform - pos: 6.5,116.5 + pos: -43.5,140.5 parent: 1 - - uid: 40510 + - uid: 24462 components: - type: Transform - pos: 6.5,115.5 + pos: -43.5,141.5 parent: 1 - - uid: 40511 + - uid: 24463 components: - type: Transform - pos: 6.5,114.5 + pos: -43.5,142.5 parent: 1 - - uid: 40512 + - uid: 24464 components: - type: Transform - pos: 6.5,113.5 + pos: -43.5,143.5 parent: 1 - - uid: 40513 + - uid: 24465 components: - type: Transform - pos: 6.5,112.5 + pos: -43.5,144.5 parent: 1 - - uid: 40514 + - uid: 24466 components: - type: Transform - pos: 5.5,120.5 + pos: -43.5,145.5 parent: 1 - - uid: 40515 + - uid: 24467 components: - type: Transform - pos: 5.5,119.5 + pos: -43.5,146.5 parent: 1 - - uid: 40516 + - uid: 24468 components: - type: Transform - pos: 5.5,118.5 + pos: -43.5,147.5 parent: 1 - - uid: 40517 + - uid: 24469 components: - type: Transform - pos: 5.5,117.5 + pos: -43.5,148.5 parent: 1 - - uid: 40518 + - uid: 24470 components: - type: Transform - pos: 5.5,116.5 + pos: -43.5,149.5 parent: 1 - - uid: 40519 + - uid: 24471 components: - type: Transform - pos: 5.5,115.5 + pos: -43.5,150.5 parent: 1 - - uid: 40520 + - uid: 24472 components: - type: Transform - pos: 5.5,114.5 + pos: -43.5,151.5 parent: 1 - - uid: 40521 + - uid: 24473 components: - type: Transform - pos: 5.5,113.5 + pos: -44.5,136.5 parent: 1 - - uid: 40522 + - uid: 24474 components: - type: Transform - pos: 5.5,112.5 + pos: -44.5,137.5 parent: 1 - - uid: 41208 + - uid: 24475 components: - type: Transform - pos: 54.5,193.5 + pos: -44.5,138.5 parent: 1 - - uid: 41520 + - uid: 24476 components: - type: Transform - pos: 199.5,185.5 + pos: -44.5,139.5 parent: 1 - - uid: 41536 + - uid: 24477 components: - type: Transform - pos: 200.5,182.5 + pos: -44.5,140.5 parent: 1 - - uid: 41550 + - uid: 24478 components: - type: Transform - pos: 201.5,187.5 + pos: -44.5,141.5 parent: 1 - - uid: 41598 + - uid: 24479 components: - type: Transform - pos: 199.5,198.5 + pos: -44.5,142.5 parent: 1 - - uid: 41621 + - uid: 24480 components: - type: Transform - pos: 199.5,194.5 + pos: -44.5,143.5 parent: 1 - - uid: 41622 + - uid: 24481 components: - type: Transform - pos: 199.5,197.5 + pos: -44.5,144.5 parent: 1 - - uid: 41623 + - uid: 24482 components: - type: Transform - pos: 199.5,193.5 + pos: -44.5,145.5 parent: 1 - - uid: 41624 + - uid: 24483 components: - type: Transform - pos: 198.5,198.5 + pos: -44.5,146.5 parent: 1 - - uid: 41629 + - uid: 24484 components: - type: Transform - pos: 199.5,195.5 + pos: -44.5,147.5 parent: 1 - - uid: 41639 + - uid: 24485 components: - type: Transform - pos: 199.5,191.5 + pos: -44.5,148.5 parent: 1 - - uid: 41641 + - uid: 24486 components: - type: Transform - pos: 199.5,192.5 + pos: -44.5,149.5 parent: 1 - - uid: 41644 + - uid: 24487 components: - type: Transform - pos: 202.5,184.5 + pos: -44.5,150.5 parent: 1 - - uid: 41651 + - uid: 24488 components: - type: Transform - pos: 199.5,186.5 + pos: -44.5,151.5 parent: 1 - - uid: 41663 + - uid: 24489 components: - type: Transform - pos: 199.5,188.5 + pos: -45.5,136.5 parent: 1 - - uid: 41666 + - uid: 24490 components: - type: Transform - pos: 203.5,186.5 + pos: -45.5,137.5 parent: 1 - - uid: 42855 + - uid: 24491 components: - type: Transform - pos: 200.5,187.5 + pos: -45.5,138.5 parent: 1 - - uid: 42874 + - uid: 24492 components: - type: Transform - pos: 216.5,200.5 + pos: -45.5,139.5 parent: 1 - - uid: 42875 + - uid: 24493 components: - type: Transform - pos: 212.5,201.5 + pos: -45.5,140.5 parent: 1 - - uid: 42878 + - uid: 24494 components: - type: Transform - pos: 215.5,200.5 + pos: -45.5,141.5 parent: 1 - - uid: 42879 + - uid: 24495 components: - type: Transform - pos: 218.5,200.5 + pos: -45.5,142.5 parent: 1 - - uid: 45621 + - uid: 24496 components: - type: Transform - pos: -378.5,113.5 + pos: -45.5,143.5 parent: 1 - - uid: 45987 + - uid: 24497 components: - type: Transform - pos: -136.5,48.5 + pos: -45.5,144.5 parent: 1 - - uid: 46028 + - uid: 24498 components: - type: Transform - pos: -377.5,112.5 + pos: -45.5,145.5 parent: 1 - - uid: 46031 + - uid: 24499 components: - type: Transform - pos: -378.5,112.5 + pos: -45.5,146.5 parent: 1 - - uid: 46034 + - uid: 24500 components: - type: Transform - pos: -375.5,113.5 + pos: -45.5,147.5 parent: 1 - - uid: 46036 + - uid: 24501 components: - type: Transform - pos: -375.5,112.5 + pos: -45.5,148.5 parent: 1 - - uid: 46037 + - uid: 24502 components: - type: Transform - pos: -379.5,112.5 + pos: -45.5,149.5 parent: 1 - - uid: 46735 + - uid: 24503 components: - type: Transform - pos: 3.5,117.5 + pos: -45.5,150.5 parent: 1 - - uid: 46738 + - uid: 24504 components: - type: Transform - pos: 3.5,111.5 + pos: -45.5,151.5 parent: 1 - - uid: 46746 + - uid: 24505 components: - type: Transform - pos: 4.5,118.5 + pos: -46.5,136.5 parent: 1 - - uid: 46761 + - uid: 24506 components: - type: Transform - anchored: False - pos: 9.5,125.5 + pos: -46.5,137.5 parent: 1 - - uid: 46767 + - uid: 24507 components: - type: Transform - pos: 4.5,119.5 + pos: -46.5,138.5 parent: 1 - - uid: 46769 + - uid: 24508 components: - type: Transform - pos: 3.5,113.5 + pos: -46.5,139.5 parent: 1 - - uid: 46770 + - uid: 24509 components: - type: Transform - pos: 2.5,112.5 + pos: -46.5,140.5 parent: 1 - - uid: 46771 + - uid: 24510 components: - type: Transform - pos: 3.5,114.5 + pos: -46.5,141.5 parent: 1 - - uid: 46774 + - uid: 24511 components: - type: Transform - pos: 3.5,116.5 + pos: -46.5,142.5 parent: 1 - - uid: 46776 + - uid: 24512 components: - type: Transform - pos: 3.5,112.5 + pos: -46.5,143.5 parent: 1 - - uid: 46777 + - uid: 24513 components: - type: Transform - pos: 3.5,118.5 + pos: -46.5,144.5 parent: 1 - - uid: 46785 + - uid: 24514 components: - type: Transform - pos: 4.5,120.5 + pos: -46.5,145.5 parent: 1 - - uid: 46787 + - uid: 24515 components: - type: Transform - pos: 4.5,116.5 + pos: -46.5,146.5 parent: 1 - - uid: 46788 + - uid: 24516 components: - type: Transform - pos: 2.5,113.5 + pos: -46.5,147.5 parent: 1 - - uid: 46789 + - uid: 24517 components: - type: Transform - pos: 2.5,114.5 + pos: -46.5,148.5 parent: 1 - - uid: 46790 + - uid: 24518 components: - type: Transform - pos: 2.5,115.5 + pos: -46.5,149.5 parent: 1 - - uid: 46791 + - uid: 24519 components: - type: Transform - pos: 2.5,116.5 + pos: -46.5,150.5 parent: 1 - - uid: 46792 + - uid: 24520 components: - type: Transform - pos: 2.5,117.5 + pos: -46.5,151.5 parent: 1 - - uid: 46793 + - uid: 24521 components: - type: Transform - pos: 2.5,118.5 + pos: -47.5,136.5 parent: 1 - - uid: 46794 + - uid: 24522 components: - type: Transform - pos: 2.5,119.5 + pos: -47.5,137.5 parent: 1 - - uid: 46796 + - uid: 24523 components: - type: Transform - pos: 2.5,120.5 + pos: -47.5,138.5 parent: 1 - - uid: 46802 + - uid: 24524 components: - type: Transform - pos: 2.5,121.5 + pos: -47.5,139.5 parent: 1 - - uid: 46803 + - uid: 24525 components: - type: Transform - pos: 2.5,122.5 + pos: -47.5,140.5 parent: 1 - - uid: 46834 + - uid: 24526 components: - type: Transform - pos: 2.5,123.5 + pos: -47.5,141.5 parent: 1 - - uid: 46835 + - uid: 24527 components: - type: Transform - pos: 2.5,124.5 + pos: -47.5,142.5 parent: 1 - - uid: 46837 + - uid: 24528 components: - type: Transform - pos: 1.5,110.5 + pos: -47.5,143.5 parent: 1 - - uid: 46838 + - uid: 24529 components: - type: Transform - pos: 1.5,111.5 + pos: -47.5,144.5 parent: 1 - - uid: 46839 + - uid: 24530 components: - type: Transform - pos: 1.5,112.5 + pos: -47.5,145.5 parent: 1 - - uid: 46840 + - uid: 24531 components: - type: Transform - pos: 1.5,113.5 + pos: -47.5,146.5 parent: 1 - - uid: 46841 + - uid: 24532 components: - type: Transform - pos: 1.5,114.5 + pos: -47.5,147.5 parent: 1 - - uid: 46842 + - uid: 24533 components: - type: Transform - pos: 1.5,115.5 + pos: -47.5,148.5 parent: 1 - - uid: 46843 + - uid: 24534 components: - type: Transform - pos: 1.5,116.5 + pos: -47.5,149.5 parent: 1 - - uid: 46844 + - uid: 24535 components: - type: Transform - pos: 1.5,117.5 + pos: -48.5,136.5 parent: 1 - - uid: 46845 + - uid: 24536 components: - type: Transform - pos: 1.5,118.5 + pos: -48.5,137.5 parent: 1 - - uid: 46846 + - uid: 24537 components: - type: Transform - pos: 1.5,119.5 + pos: -48.5,138.5 parent: 1 - - uid: 46847 + - uid: 24538 components: - type: Transform - pos: 1.5,120.5 + pos: -48.5,139.5 parent: 1 - - uid: 46848 + - uid: 24539 components: - type: Transform - pos: 1.5,121.5 + pos: -48.5,140.5 parent: 1 - - uid: 46849 + - uid: 24540 components: - type: Transform - pos: 1.5,122.5 + pos: -48.5,141.5 parent: 1 - - uid: 46850 + - uid: 24541 components: - type: Transform - pos: 1.5,123.5 + pos: -48.5,142.5 parent: 1 - - uid: 46851 + - uid: 24542 components: - type: Transform - pos: 1.5,124.5 + pos: -48.5,143.5 parent: 1 - - uid: 46852 + - uid: 24543 components: - type: Transform - pos: 0.5,109.5 + pos: -48.5,144.5 parent: 1 - - uid: 46862 + - uid: 24544 components: - type: Transform - pos: 0.5,110.5 + pos: -48.5,145.5 parent: 1 - - uid: 46863 + - uid: 24545 components: - type: Transform - pos: 0.5,111.5 + pos: -48.5,146.5 parent: 1 - - uid: 46864 + - uid: 24546 components: - type: Transform - pos: 0.5,112.5 + pos: -48.5,147.5 parent: 1 - - uid: 46865 + - uid: 24547 components: - type: Transform - pos: 0.5,113.5 + pos: -48.5,148.5 parent: 1 - - uid: 46866 + - uid: 24548 components: - type: Transform - pos: 0.5,114.5 + pos: -48.5,149.5 parent: 1 - - uid: 46867 + - uid: 24549 components: - type: Transform - pos: 0.5,115.5 + pos: -49.5,136.5 parent: 1 - - uid: 46869 + - uid: 24550 components: - type: Transform - pos: 0.5,116.5 + pos: -49.5,137.5 parent: 1 - - uid: 46870 + - uid: 24551 components: - type: Transform - pos: 0.5,117.5 + pos: -49.5,138.5 parent: 1 - - uid: 46871 + - uid: 24552 components: - type: Transform - pos: 0.5,118.5 + pos: -49.5,139.5 parent: 1 - - uid: 46872 + - uid: 24553 components: - type: Transform - pos: 0.5,119.5 + pos: -49.5,140.5 parent: 1 - - uid: 46873 + - uid: 24554 components: - type: Transform - pos: 0.5,120.5 + pos: -49.5,141.5 parent: 1 - - uid: 46874 + - uid: 24555 components: - type: Transform - pos: 0.5,121.5 + pos: -49.5,142.5 parent: 1 - - uid: 46875 + - uid: 24556 components: - type: Transform - pos: 0.5,122.5 + pos: -49.5,143.5 parent: 1 - - uid: 46887 + - uid: 24557 components: - type: Transform - pos: 0.5,123.5 + pos: -49.5,144.5 parent: 1 - - uid: 46988 + - uid: 24558 components: - type: Transform - pos: 0.5,124.5 + pos: -49.5,145.5 parent: 1 - - uid: 47131 + - uid: 24559 components: - type: Transform - pos: -0.5,109.5 + pos: -49.5,146.5 parent: 1 - - uid: 47132 + - uid: 24560 components: - type: Transform - pos: -0.5,110.5 + pos: -49.5,147.5 parent: 1 - - uid: 47133 + - uid: 24561 components: - type: Transform - pos: -0.5,111.5 + pos: -49.5,148.5 parent: 1 - - uid: 47134 + - uid: 24562 components: - type: Transform - pos: -0.5,112.5 + pos: -49.5,149.5 parent: 1 - - uid: 47135 + - uid: 24563 components: - type: Transform - pos: -0.5,113.5 + pos: -49.5,150.5 parent: 1 - - uid: 47318 + - uid: 24564 components: - type: Transform - pos: -0.5,114.5 + pos: -49.5,151.5 parent: 1 - - uid: 47319 + - uid: 24565 components: - type: Transform - pos: -0.5,115.5 + pos: -50.5,136.5 parent: 1 - - uid: 47329 + - uid: 24566 components: - type: Transform - pos: -0.5,116.5 + pos: -50.5,137.5 parent: 1 - - uid: 47345 + - uid: 24567 components: - type: Transform - pos: -0.5,117.5 + pos: -50.5,138.5 parent: 1 - - uid: 47346 + - uid: 24568 components: - type: Transform - pos: -0.5,118.5 + pos: -50.5,139.5 parent: 1 - - uid: 47532 + - uid: 24569 components: - type: Transform - pos: -0.5,119.5 + pos: -50.5,140.5 parent: 1 - - uid: 47584 + - uid: 24570 components: - type: Transform - pos: -0.5,120.5 + pos: -50.5,141.5 parent: 1 - - uid: 47613 + - uid: 24571 components: - type: Transform - pos: -0.5,121.5 + pos: -50.5,142.5 parent: 1 - - uid: 47615 + - uid: 24572 components: - type: Transform - pos: -0.5,122.5 + pos: -50.5,143.5 parent: 1 - - uid: 47616 + - uid: 24573 components: - type: Transform - pos: -0.5,123.5 + pos: -50.5,144.5 parent: 1 - - uid: 47622 + - uid: 24574 components: - type: Transform - pos: -0.5,124.5 + pos: -50.5,145.5 parent: 1 - - uid: 47623 + - uid: 24575 components: - type: Transform - pos: -1.5,109.5 + pos: -50.5,146.5 parent: 1 - - uid: 47624 + - uid: 24576 components: - type: Transform - pos: -1.5,110.5 + pos: -50.5,147.5 parent: 1 - - uid: 47654 + - uid: 24577 components: - type: Transform - pos: -1.5,111.5 + pos: -50.5,148.5 parent: 1 - - uid: 47694 + - uid: 24578 components: - type: Transform - pos: -1.5,112.5 + pos: -50.5,149.5 parent: 1 - - uid: 47695 + - uid: 24579 components: - type: Transform - pos: -1.5,113.5 + pos: -50.5,150.5 parent: 1 - - uid: 47716 + - uid: 24580 components: - type: Transform - pos: -1.5,114.5 + pos: -50.5,151.5 parent: 1 - - uid: 47794 + - uid: 24581 components: - type: Transform - pos: -135.5,48.5 + pos: -51.5,136.5 parent: 1 - - uid: 47825 + - uid: 24582 components: - type: Transform - pos: -132.5,48.5 + pos: -51.5,137.5 parent: 1 - - uid: 47826 + - uid: 24583 components: - type: Transform - pos: -131.5,48.5 + pos: -51.5,138.5 parent: 1 - - uid: 47840 + - uid: 24584 components: - type: Transform - pos: -143.5,48.5 + pos: -51.5,139.5 parent: 1 - - uid: 47841 + - uid: 24585 components: - type: Transform - pos: -142.5,48.5 + pos: -51.5,140.5 parent: 1 - - uid: 47843 + - uid: 24586 components: - type: Transform - pos: -133.5,48.5 + pos: -51.5,141.5 parent: 1 - - uid: 47845 + - uid: 24587 components: - type: Transform - pos: -155.5,48.5 + pos: -51.5,142.5 parent: 1 - - uid: 47846 + - uid: 24588 components: - type: Transform - pos: -146.5,48.5 + pos: -51.5,143.5 parent: 1 - - uid: 47847 + - uid: 24589 components: - type: Transform - pos: -156.5,48.5 + pos: -51.5,144.5 parent: 1 - - uid: 47854 + - uid: 24590 components: - type: Transform - pos: -145.5,48.5 + pos: -51.5,145.5 parent: 1 - - uid: 47862 + - uid: 24591 components: - type: Transform - pos: -179.5,17.5 + pos: -51.5,146.5 parent: 1 - - uid: 47896 + - uid: 24592 components: - type: Transform - pos: -187.5,18.5 + pos: -51.5,147.5 parent: 1 - - uid: 47899 + - uid: 24593 components: - type: Transform - pos: -177.5,17.5 + pos: -51.5,148.5 parent: 1 - - uid: 47900 + - uid: 24594 components: - type: Transform - pos: -186.5,18.5 + pos: -51.5,149.5 parent: 1 - - uid: 47904 + - uid: 24595 components: - type: Transform - pos: -126.5,48.5 + pos: -51.5,150.5 parent: 1 - - uid: 47906 + - uid: 24596 components: - type: Transform - pos: -128.5,48.5 + pos: -51.5,151.5 parent: 1 - - uid: 47907 + - uid: 24597 components: - type: Transform - pos: -126.5,57.5 + pos: -52.5,136.5 parent: 1 - - uid: 47908 + - uid: 24598 components: - type: Transform - pos: -126.5,51.5 + pos: -52.5,137.5 parent: 1 - - uid: 47909 + - uid: 24599 components: - type: Transform - pos: -130.5,48.5 + pos: -52.5,138.5 parent: 1 - - uid: 47912 + - uid: 24600 components: - type: Transform - pos: -126.5,49.5 + pos: -52.5,139.5 parent: 1 - - uid: 47915 + - uid: 24601 components: - type: Transform - pos: 139.5,129.5 + pos: 192.5,197.5 parent: 1 - - uid: 47917 + - uid: 24602 components: - type: Transform - pos: 139.5,131.5 + pos: -52.5,144.5 parent: 1 - - uid: 47919 + - uid: 24603 components: - type: Transform - pos: 139.5,133.5 + pos: -52.5,145.5 parent: 1 - - uid: 47920 + - uid: 24604 components: - type: Transform - pos: 187.5,-196.5 + pos: -52.5,146.5 parent: 1 - - uid: 47923 + - uid: 24605 components: - type: Transform - pos: 209.5,200.5 + pos: -52.5,147.5 parent: 1 - - uid: 47924 + - uid: 24606 components: - type: Transform - pos: -161.5,45.5 + pos: -52.5,148.5 parent: 1 - - uid: 47925 + - uid: 24607 components: - type: Transform - pos: -129.5,48.5 + pos: -52.5,149.5 parent: 1 - - uid: 47927 + - uid: 24608 components: - type: Transform - pos: -140.5,48.5 + pos: -52.5,150.5 parent: 1 - - uid: 47928 + - uid: 24609 components: - type: Transform - pos: -127.5,48.5 + pos: -52.5,151.5 parent: 1 - - uid: 47929 + - uid: 24610 components: - type: Transform - pos: -126.5,54.5 + pos: -53.5,136.5 parent: 1 - - uid: 47930 + - uid: 24611 components: - type: Transform - pos: -126.5,52.5 + pos: -53.5,137.5 parent: 1 - - uid: 47934 + - uid: 24612 components: - type: Transform - pos: -126.5,55.5 + pos: -53.5,138.5 parent: 1 - - uid: 47937 + - uid: 24613 components: - type: Transform - pos: -126.5,53.5 + pos: -53.5,145.5 parent: 1 - - uid: 47938 + - uid: 24614 components: - type: Transform - pos: -126.5,56.5 + pos: -53.5,146.5 parent: 1 - - uid: 47954 + - uid: 24615 components: - type: Transform - pos: -168.5,68.5 + pos: -53.5,147.5 parent: 1 - - uid: 47955 + - uid: 24616 components: - type: Transform - pos: 186.5,-194.5 + pos: -53.5,148.5 parent: 1 - - uid: 47963 + - uid: 24617 components: - type: Transform - pos: -168.5,67.5 + pos: -53.5,149.5 parent: 1 - - uid: 47964 + - uid: 24618 components: - type: Transform - pos: -168.5,69.5 + pos: -53.5,150.5 parent: 1 - - uid: 47969 + - uid: 24619 components: - type: Transform - pos: 139.5,137.5 + pos: -53.5,151.5 parent: 1 - - uid: 47970 + - uid: 24620 components: - type: Transform - pos: 139.5,138.5 + pos: -54.5,136.5 parent: 1 - - uid: 47971 + - uid: 24621 components: - type: Transform - pos: 138.5,129.5 + pos: -54.5,137.5 parent: 1 - - uid: 47973 + - uid: 24622 components: - type: Transform - pos: 138.5,131.5 + pos: -54.5,138.5 parent: 1 - - uid: 47974 + - uid: 24623 components: - type: Transform - pos: 134.5,133.5 + pos: -54.5,145.5 parent: 1 - - uid: 47975 + - uid: 24624 components: - type: Transform - pos: 138.5,133.5 + pos: -54.5,146.5 parent: 1 - - uid: 47976 + - uid: 24625 components: - type: Transform - pos: 138.5,134.5 + pos: -54.5,147.5 parent: 1 - - uid: 47977 + - uid: 24626 components: - type: Transform - pos: 138.5,135.5 + pos: -54.5,148.5 parent: 1 - - uid: 47978 + - uid: 24627 components: - type: Transform - pos: 138.5,136.5 + pos: -54.5,149.5 parent: 1 - - uid: 47979 + - uid: 24628 components: - type: Transform - pos: 138.5,137.5 + pos: -54.5,150.5 parent: 1 - - uid: 47980 + - uid: 24629 components: - type: Transform - pos: 138.5,138.5 + pos: -54.5,151.5 parent: 1 - - uid: 47981 + - uid: 24630 components: - type: Transform - pos: 137.5,129.5 + pos: -55.5,136.5 parent: 1 - - uid: 47985 + - uid: 24631 components: - type: Transform - pos: 137.5,133.5 + pos: -55.5,137.5 parent: 1 - - uid: 47986 + - uid: 24632 components: - type: Transform - pos: 137.5,134.5 + pos: -55.5,138.5 parent: 1 - - uid: 47987 + - uid: 24633 components: - type: Transform - pos: 137.5,135.5 + pos: -55.5,139.5 parent: 1 - - uid: 47988 + - uid: 24634 components: - type: Transform - pos: 131.5,135.5 + pos: -55.5,140.5 parent: 1 - - uid: 47989 + - uid: 24635 components: - type: Transform - pos: 137.5,137.5 + pos: -55.5,141.5 parent: 1 - - uid: 47990 + - uid: 24636 components: - type: Transform - pos: 137.5,138.5 + pos: -55.5,142.5 parent: 1 - - uid: 47991 + - uid: 24637 components: - type: Transform - pos: 136.5,129.5 + pos: -55.5,143.5 parent: 1 - - uid: 47994 + - uid: 24638 components: - type: Transform - pos: 135.5,137.5 + pos: -55.5,144.5 parent: 1 - - uid: 47995 + - uid: 24639 components: - type: Transform - pos: 135.5,131.5 + pos: -55.5,145.5 parent: 1 - - uid: 47997 + - uid: 24640 components: - type: Transform - pos: 136.5,135.5 + pos: -55.5,146.5 parent: 1 - - uid: 48002 + - uid: 24641 components: - type: Transform - pos: 187.5,-198.5 + pos: -55.5,147.5 parent: 1 - - uid: 48004 + - uid: 24642 components: - type: Transform - pos: 136.5,136.5 + pos: -55.5,148.5 parent: 1 - - uid: 48005 + - uid: 24643 components: - type: Transform - pos: 136.5,137.5 + pos: -55.5,149.5 parent: 1 - - uid: 48006 + - uid: 24644 components: - type: Transform - pos: 136.5,138.5 + pos: -55.5,150.5 parent: 1 - - uid: 48007 + - uid: 24645 components: - type: Transform - pos: 135.5,129.5 + pos: -55.5,151.5 parent: 1 - - uid: 48008 + - uid: 24646 components: - type: Transform - pos: 136.5,133.5 + pos: -56.5,136.5 parent: 1 - - uid: 48012 + - uid: 24647 components: - type: Transform - pos: 132.5,130.5 + pos: -56.5,137.5 parent: 1 - - uid: 48013 + - uid: 24648 components: - type: Transform - pos: 139.5,132.5 + pos: -56.5,138.5 parent: 1 - - uid: 48014 + - uid: 24649 components: - type: Transform - pos: 132.5,131.5 + pos: -56.5,139.5 parent: 1 - - uid: 48015 + - uid: 24650 components: - type: Transform - pos: 132.5,135.5 + pos: -56.5,140.5 parent: 1 - - uid: 48016 + - uid: 24651 components: - type: Transform - pos: 135.5,138.5 + pos: -56.5,141.5 parent: 1 - - uid: 48019 + - uid: 24652 components: - type: Transform - pos: 134.5,129.5 + pos: -56.5,142.5 parent: 1 - - uid: 48021 + - uid: 24653 components: - type: Transform - pos: 134.5,131.5 + pos: -56.5,143.5 parent: 1 - - uid: 48022 + - uid: 24654 components: - type: Transform - pos: 134.5,132.5 + pos: -56.5,144.5 parent: 1 - - uid: 48025 + - uid: 24655 components: - type: Transform - pos: 134.5,135.5 + pos: -56.5,145.5 parent: 1 - - uid: 48027 + - uid: 24656 components: - type: Transform - pos: 131.5,136.5 + pos: -56.5,146.5 parent: 1 - - uid: 48031 + - uid: 24657 components: - type: Transform - pos: 136.5,131.5 + pos: -56.5,147.5 parent: 1 - - uid: 48036 + - uid: 24658 components: - type: Transform - pos: 135.5,132.5 + pos: -56.5,148.5 parent: 1 - - uid: 48038 + - uid: 24659 components: - type: Transform - pos: 133.5,137.5 + pos: -56.5,149.5 parent: 1 - - uid: 48040 + - uid: 24660 components: - type: Transform - pos: 138.5,132.5 + pos: -56.5,150.5 parent: 1 - - uid: 48042 + - uid: 24661 components: - type: Transform - pos: 137.5,136.5 + pos: -56.5,151.5 parent: 1 - - uid: 48044 + - uid: 24662 components: - type: Transform - pos: 132.5,133.5 + pos: -57.5,136.5 parent: 1 - - uid: 48045 + - uid: 24663 components: - type: Transform - pos: 132.5,134.5 + pos: -57.5,137.5 parent: 1 - - uid: 48046 + - uid: 24664 components: - type: Transform - pos: 132.5,129.5 + pos: -57.5,138.5 parent: 1 - - uid: 48047 + - uid: 24665 components: - type: Transform - pos: 132.5,136.5 + pos: -57.5,139.5 parent: 1 - - uid: 48048 + - uid: 24666 components: - type: Transform - pos: 132.5,137.5 + pos: -57.5,140.5 parent: 1 - - uid: 48049 + - uid: 24667 components: - type: Transform - pos: 186.5,-196.5 + pos: -57.5,141.5 parent: 1 - - uid: 48050 + - uid: 24668 components: - type: Transform - pos: 186.5,-195.5 + pos: -57.5,142.5 parent: 1 - - uid: 48052 + - uid: 24669 components: - type: Transform - pos: 186.5,-198.5 + pos: -57.5,143.5 parent: 1 - - uid: 48056 + - uid: 24670 components: - type: Transform - pos: 186.5,-197.5 + pos: -57.5,144.5 parent: 1 - - uid: 48061 + - uid: 24671 components: - type: Transform - pos: 185.5,-195.5 + pos: -57.5,145.5 parent: 1 - - uid: 48068 + - uid: 24672 components: - type: Transform - pos: 185.5,-194.5 + pos: -57.5,146.5 parent: 1 - - uid: 48069 + - uid: 24673 components: - type: Transform - pos: 185.5,-197.5 + pos: -57.5,147.5 parent: 1 - - uid: 48070 + - uid: 24674 components: - type: Transform - pos: 185.5,-196.5 + pos: -57.5,148.5 parent: 1 - - uid: 48071 + - uid: 24675 components: - type: Transform - pos: 184.5,-194.5 + pos: -57.5,149.5 parent: 1 - - uid: 48072 + - uid: 24676 components: - type: Transform - pos: 185.5,-198.5 + pos: -57.5,150.5 parent: 1 - - uid: 48073 + - uid: 24677 components: - type: Transform - pos: 184.5,-196.5 + pos: -57.5,151.5 parent: 1 - - uid: 48074 + - uid: 24678 components: - type: Transform - pos: 184.5,-195.5 + pos: -58.5,136.5 parent: 1 - - uid: 48075 + - uid: 24679 components: - type: Transform - pos: 184.5,-198.5 + pos: -58.5,137.5 parent: 1 - - uid: 48076 + - uid: 24680 components: - type: Transform - pos: 184.5,-197.5 + pos: -58.5,138.5 parent: 1 - - uid: 48077 + - uid: 24681 components: - type: Transform - pos: 183.5,-195.5 + pos: -58.5,139.5 parent: 1 - - uid: 48078 + - uid: 24682 components: - type: Transform - pos: 183.5,-194.5 + pos: -58.5,140.5 parent: 1 - - uid: 48079 + - uid: 24683 components: - type: Transform - pos: 183.5,-197.5 + pos: -58.5,141.5 parent: 1 - - uid: 48080 + - uid: 24684 components: - type: Transform - pos: 183.5,-196.5 + pos: -58.5,142.5 parent: 1 - - uid: 48081 + - uid: 24685 components: - type: Transform - pos: 182.5,-194.5 + pos: -58.5,143.5 parent: 1 - - uid: 48082 + - uid: 24686 components: - type: Transform - pos: 183.5,-198.5 + pos: -58.5,144.5 parent: 1 - - uid: 48083 + - uid: 24687 components: - type: Transform - pos: 182.5,-196.5 + pos: -58.5,145.5 parent: 1 - - uid: 48084 + - uid: 24688 components: - type: Transform - pos: 182.5,-195.5 + pos: -58.5,146.5 parent: 1 - - uid: 48085 + - uid: 24689 components: - type: Transform - pos: 182.5,-198.5 + pos: -58.5,147.5 parent: 1 - - uid: 48086 + - uid: 24690 components: - type: Transform - pos: 182.5,-197.5 + pos: -58.5,148.5 parent: 1 - - uid: 48087 + - uid: 24691 components: - type: Transform - pos: 181.5,-195.5 + pos: -58.5,149.5 parent: 1 - - uid: 48088 + - uid: 24692 components: - type: Transform - pos: 181.5,-194.5 + pos: -58.5,150.5 parent: 1 - - uid: 48089 + - uid: 24693 components: - type: Transform - pos: 181.5,-197.5 + pos: -58.5,151.5 parent: 1 - - uid: 48090 + - uid: 24694 components: - type: Transform - pos: 181.5,-196.5 + pos: -59.5,136.5 parent: 1 - - uid: 48091 + - uid: 24695 components: - type: Transform - pos: 180.5,-194.5 + pos: -59.5,137.5 parent: 1 - - uid: 48092 + - uid: 24696 components: - type: Transform - pos: 181.5,-198.5 + pos: -59.5,138.5 parent: 1 - - uid: 48093 + - uid: 24697 components: - type: Transform - pos: 180.5,-196.5 + pos: -59.5,139.5 parent: 1 - - uid: 48094 + - uid: 24698 components: - type: Transform - pos: 180.5,-195.5 + pos: -59.5,140.5 parent: 1 - - uid: 48095 + - uid: 24699 components: - type: Transform - pos: 180.5,-198.5 + pos: -59.5,141.5 parent: 1 - - uid: 48096 + - uid: 24700 components: - type: Transform - pos: 180.5,-197.5 + pos: -59.5,142.5 parent: 1 - - uid: 48097 + - uid: 24701 components: - type: Transform - pos: 179.5,-195.5 + pos: -59.5,143.5 parent: 1 - - uid: 48098 + - uid: 24702 components: - type: Transform - pos: 179.5,-194.5 + pos: -59.5,144.5 parent: 1 - - uid: 48099 + - uid: 24703 components: - type: Transform - pos: 179.5,-197.5 + pos: -59.5,145.5 parent: 1 - - uid: 48100 + - uid: 24704 components: - type: Transform - pos: 179.5,-196.5 + pos: -59.5,146.5 parent: 1 - - uid: 48101 + - uid: 24705 components: - type: Transform - pos: 178.5,-194.5 + pos: -59.5,147.5 parent: 1 - - uid: 48102 + - uid: 24706 components: - type: Transform - pos: 179.5,-198.5 + pos: -59.5,148.5 parent: 1 - - uid: 48103 + - uid: 24707 components: - type: Transform - pos: 178.5,-196.5 + pos: -59.5,149.5 parent: 1 - - uid: 48104 + - uid: 24708 components: - type: Transform - pos: 178.5,-195.5 + pos: -59.5,150.5 parent: 1 - - uid: 48105 + - uid: 24709 components: - type: Transform - pos: 178.5,-198.5 + pos: -59.5,151.5 parent: 1 - - uid: 48106 + - uid: 24710 components: - type: Transform - pos: 178.5,-197.5 + pos: -60.5,136.5 parent: 1 - - uid: 48107 + - uid: 24711 components: - type: Transform - pos: 177.5,-195.5 + pos: -60.5,137.5 parent: 1 - - uid: 48108 + - uid: 24712 components: - type: Transform - pos: 177.5,-194.5 + pos: -60.5,138.5 parent: 1 - - uid: 48109 + - uid: 24713 components: - type: Transform - pos: 177.5,-196.5 + pos: -60.5,139.5 parent: 1 - - uid: 48112 + - uid: 24714 components: - type: Transform - pos: 189.5,-198.5 + pos: -60.5,140.5 parent: 1 - - uid: 48120 + - uid: 24715 components: - type: Transform - pos: 188.5,-195.5 + pos: -60.5,141.5 parent: 1 - - uid: 48157 + - uid: 24716 components: - type: Transform - pos: 131.5,129.5 + pos: -60.5,142.5 parent: 1 - - uid: 48161 + - uid: 24717 components: - type: Transform - pos: 76.5,196.5 + pos: -60.5,143.5 parent: 1 - - uid: 48162 + - uid: 24718 components: - type: Transform - pos: 131.5,130.5 + pos: -60.5,144.5 parent: 1 - - uid: 48164 + - uid: 24719 components: - type: Transform - pos: 131.5,131.5 + pos: -60.5,145.5 parent: 1 - - uid: 48172 + - uid: 24720 components: - type: Transform - pos: 131.5,133.5 + pos: -60.5,146.5 parent: 1 - - uid: 48175 + - uid: 24721 components: - type: Transform - pos: 131.5,134.5 + pos: -60.5,147.5 parent: 1 - - uid: 48178 + - uid: 24722 components: - type: Transform - pos: 133.5,135.5 + pos: -60.5,148.5 parent: 1 - - uid: 48187 + - uid: 24723 components: - type: Transform - pos: 217.5,202.5 + pos: -60.5,149.5 parent: 1 - - uid: 48189 + - uid: 24724 components: - type: Transform - pos: 30.5,198.5 + pos: -60.5,150.5 parent: 1 - - uid: 48195 + - uid: 24725 components: - type: Transform - pos: 31.5,198.5 + pos: -60.5,151.5 parent: 1 - - uid: 48197 + - uid: 24726 components: - type: Transform - pos: 119.5,189.5 + pos: -61.5,136.5 parent: 1 - - uid: 48198 + - uid: 24727 components: - type: Transform - pos: 135.5,133.5 + pos: -61.5,137.5 parent: 1 - - uid: 48200 + - uid: 24728 components: - type: Transform - pos: 131.5,137.5 + pos: -61.5,138.5 parent: 1 - - uid: 48203 + - uid: 24729 components: - type: Transform - pos: 131.5,138.5 + pos: -61.5,139.5 parent: 1 - - uid: 48204 + - uid: 24730 components: - type: Transform - pos: 99.5,194.5 + pos: -61.5,140.5 parent: 1 - - uid: 48205 + - uid: 24731 components: - type: Transform - pos: 33.5,199.5 + pos: -61.5,141.5 parent: 1 - - uid: 48207 + - uid: 24732 components: - type: Transform - pos: 35.5,198.5 + pos: -61.5,142.5 parent: 1 - - uid: 48210 + - uid: 24733 components: - type: Transform - pos: 112.5,169.5 + pos: -61.5,143.5 parent: 1 - - uid: 48215 + - uid: 24734 components: - type: Transform - pos: 110.5,169.5 + pos: -61.5,144.5 parent: 1 - - uid: 48218 + - uid: 24735 components: - type: Transform - pos: -1.5,115.5 + pos: -61.5,145.5 parent: 1 - - uid: 48219 + - uid: 24736 components: - type: Transform - pos: 30.5,197.5 + pos: -61.5,146.5 parent: 1 - - uid: 48222 + - uid: 24737 components: - type: Transform - pos: 41.5,183.5 + pos: -61.5,147.5 parent: 1 - - uid: 48223 + - uid: 24738 components: - type: Transform - pos: 119.5,196.5 + pos: -61.5,148.5 parent: 1 - - uid: 48224 + - uid: 24739 components: - type: Transform - pos: 35.5,197.5 + pos: -61.5,149.5 parent: 1 - - uid: 48225 + - uid: 24740 components: - type: Transform - pos: 119.5,194.5 + pos: -61.5,150.5 parent: 1 - - uid: 48226 + - uid: 24741 components: - type: Transform - pos: 35.5,199.5 + pos: -61.5,151.5 parent: 1 - - uid: 48234 + - uid: 24742 components: - type: Transform - pos: 34.5,197.5 + pos: -52.5,155.5 parent: 1 - - uid: 48235 + - uid: 24743 components: - type: Transform - pos: 27.5,199.5 + pos: -52.5,156.5 parent: 1 - - uid: 48236 + - uid: 24744 components: - type: Transform - pos: 28.5,199.5 + pos: -52.5,157.5 parent: 1 - - uid: 48237 + - uid: 24745 components: - type: Transform - pos: 31.5,197.5 + pos: -52.5,158.5 parent: 1 - - uid: 48238 + - uid: 24746 components: - type: Transform - pos: 29.5,197.5 + pos: -52.5,159.5 parent: 1 - - uid: 48239 + - uid: 24747 components: - type: Transform - pos: 53.5,188.5 + pos: -52.5,153.5 parent: 1 - - uid: 48240 + - uid: 24748 components: - type: Transform - pos: 62.5,195.5 + pos: -52.5,152.5 parent: 1 - - uid: 48241 + - uid: 24749 components: - type: Transform - pos: 32.5,196.5 + pos: -29.5,177.5 parent: 1 - - uid: 48242 + - uid: 24750 components: - type: Transform - pos: 34.5,198.5 + pos: -29.5,176.5 parent: 1 - - uid: 48243 + - uid: 24751 components: - type: Transform - pos: 101.5,182.5 + pos: -29.5,163.5 parent: 1 - - uid: 48244 + - uid: 24752 components: - type: Transform - pos: 73.5,195.5 + pos: -39.5,199.5 parent: 1 - - uid: 48245 + - uid: 24753 components: - type: Transform - pos: 51.5,189.5 + pos: -39.5,198.5 parent: 1 - - uid: 48246 + - uid: 24754 components: - type: Transform - pos: 119.5,192.5 + pos: -39.5,197.5 parent: 1 - - uid: 48247 + - uid: 24755 components: - type: Transform - pos: 30.5,196.5 + pos: -39.5,196.5 parent: 1 - - uid: 48248 + - uid: 24756 components: - type: Transform - pos: 111.5,169.5 + pos: -39.5,195.5 parent: 1 - - uid: 48249 + - uid: 24757 components: - type: Transform - pos: 101.5,181.5 + pos: -44.5,153.5 parent: 1 - - uid: 48250 + - uid: 24758 components: - type: Transform - pos: 30.5,199.5 + pos: -44.5,156.5 parent: 1 - - uid: 48251 + - uid: 24759 components: - type: Transform - pos: 31.5,199.5 + pos: -44.5,155.5 parent: 1 - - uid: 48252 + - uid: 24760 components: - type: Transform - pos: 32.5,199.5 + pos: -44.5,154.5 parent: 1 - - uid: 48253 + - uid: 24761 components: - type: Transform - pos: 29.5,199.5 + pos: -44.5,158.5 parent: 1 - - uid: 48254 + - uid: 24762 components: - type: Transform - pos: 31.5,196.5 + pos: -44.5,157.5 parent: 1 - - uid: 48255 + - uid: 24763 components: - type: Transform - pos: 32.5,197.5 + pos: -44.5,159.5 parent: 1 - - uid: 48256 + - uid: 24764 components: - type: Transform - pos: 32.5,198.5 + pos: -44.5,160.5 parent: 1 - - uid: 48257 + - uid: 24765 components: - type: Transform - pos: 29.5,198.5 + pos: -44.5,161.5 parent: 1 - - uid: 48258 + - uid: 24766 components: - type: Transform - pos: 33.5,198.5 + pos: -40.5,163.5 parent: 1 - - uid: 48259 + - uid: 24767 components: - type: Transform - pos: 33.5,197.5 + pos: -40.5,164.5 parent: 1 - - uid: 48260 + - uid: 24768 components: - type: Transform - pos: 33.5,196.5 + pos: -40.5,165.5 parent: 1 - - uid: 48261 + - uid: 24769 components: - type: Transform - pos: 33.5,195.5 + pos: -40.5,166.5 parent: 1 - - uid: 48262 + - uid: 24770 components: - type: Transform - pos: 32.5,195.5 + pos: -40.5,167.5 parent: 1 - - uid: 48263 + - uid: 24771 components: - type: Transform - pos: 33.5,194.5 + pos: -40.5,168.5 parent: 1 - - uid: 48264 + - uid: 24772 components: - type: Transform - pos: 34.5,199.5 + pos: -40.5,169.5 parent: 1 - - uid: 48265 + - uid: 24773 components: - type: Transform - pos: 119.5,184.5 + pos: -40.5,170.5 parent: 1 - - uid: 48266 + - uid: 24774 components: - type: Transform - pos: 119.5,185.5 + pos: -40.5,171.5 parent: 1 - - uid: 48267 + - uid: 24775 components: - type: Transform - pos: 119.5,190.5 + pos: -40.5,172.5 parent: 1 - - uid: 48268 + - uid: 24776 components: - type: Transform - pos: 119.5,191.5 + pos: -40.5,173.5 parent: 1 - - uid: 48269 + - uid: 24777 components: - type: Transform - pos: 101.5,184.5 + pos: -40.5,174.5 parent: 1 - - uid: 48270 + - uid: 24778 components: - type: Transform - pos: 101.5,183.5 + pos: -40.5,175.5 parent: 1 - - uid: 48271 + - uid: 24779 components: - type: Transform - pos: 119.5,186.5 + pos: -40.5,176.5 parent: 1 - - uid: 48272 + - uid: 24780 components: - type: Transform - pos: 119.5,187.5 + pos: -40.5,177.5 parent: 1 - - uid: 48273 + - uid: 24781 components: - type: Transform - pos: 119.5,193.5 + pos: -40.5,178.5 parent: 1 - - uid: 48274 + - uid: 24782 components: - type: Transform - pos: 94.5,183.5 + pos: -40.5,179.5 parent: 1 - - uid: 48275 + - uid: 24783 components: - type: Transform - pos: 36.5,199.5 + pos: -40.5,180.5 parent: 1 - - uid: 48276 + - uid: 24784 components: - type: Transform - pos: 36.5,198.5 + pos: -40.5,181.5 parent: 1 - - uid: 48277 + - uid: 24785 components: - type: Transform - pos: 36.5,197.5 + pos: -40.5,182.5 parent: 1 - - uid: 48278 + - uid: 24786 components: - type: Transform - pos: 37.5,199.5 + pos: -40.5,183.5 parent: 1 - - uid: 48279 + - uid: 24787 components: - type: Transform - pos: 37.5,198.5 + pos: -40.5,184.5 parent: 1 - - uid: 48280 + - uid: 24788 components: - type: Transform - pos: 37.5,197.5 + pos: -40.5,185.5 parent: 1 - - uid: 48281 + - uid: 24789 components: - type: Transform - pos: 38.5,199.5 + pos: -40.5,186.5 parent: 1 - - uid: 48282 + - uid: 24790 components: - type: Transform - pos: 38.5,198.5 + pos: -40.5,187.5 parent: 1 - - uid: 48283 + - uid: 24791 components: - type: Transform - pos: 38.5,197.5 + pos: -40.5,188.5 parent: 1 - - uid: 48284 + - uid: 24792 components: - type: Transform - pos: 39.5,199.5 + pos: -40.5,189.5 parent: 1 - - uid: 48285 + - uid: 24793 components: - type: Transform - pos: 39.5,198.5 + pos: -40.5,190.5 parent: 1 - - uid: 48286 + - uid: 24794 components: - type: Transform - pos: 39.5,197.5 + pos: -40.5,191.5 parent: 1 - - uid: 48287 + - uid: 24795 components: - type: Transform - pos: 40.5,199.5 + pos: -40.5,192.5 parent: 1 - - uid: 48288 + - uid: 24796 components: - type: Transform - pos: 40.5,198.5 + pos: -40.5,193.5 parent: 1 - - uid: 48289 + - uid: 24797 components: - type: Transform - pos: 40.5,197.5 + pos: -40.5,194.5 parent: 1 - - uid: 48290 + - uid: 24798 components: - type: Transform - pos: 41.5,199.5 + pos: -40.5,195.5 parent: 1 - - uid: 48291 + - uid: 24799 components: - type: Transform - pos: 41.5,198.5 + pos: -40.5,196.5 parent: 1 - - uid: 48292 + - uid: 24800 components: - type: Transform - pos: 41.5,197.5 + pos: -40.5,197.5 parent: 1 - - uid: 48293 + - uid: 24801 components: - type: Transform - pos: 42.5,199.5 + pos: -40.5,198.5 parent: 1 - - uid: 48294 + - uid: 24802 components: - type: Transform - pos: 42.5,198.5 + pos: -40.5,199.5 parent: 1 - - uid: 48295 + - uid: 24803 components: - type: Transform - pos: 42.5,197.5 + pos: -41.5,152.5 parent: 1 - - uid: 48296 + - uid: 24804 components: - type: Transform - pos: 43.5,199.5 + pos: -41.5,153.5 parent: 1 - - uid: 48297 + - uid: 24805 components: - type: Transform - pos: 43.5,198.5 + pos: -41.5,154.5 parent: 1 - - uid: 48298 + - uid: 24806 components: - type: Transform - pos: 43.5,197.5 + pos: -41.5,155.5 parent: 1 - - uid: 48299 + - uid: 24807 components: - type: Transform - pos: 44.5,199.5 + pos: -41.5,156.5 parent: 1 - - uid: 48300 + - uid: 24808 components: - type: Transform - pos: 44.5,198.5 + pos: -41.5,157.5 parent: 1 - - uid: 48301 + - uid: 24809 components: - type: Transform - pos: 44.5,197.5 + pos: -41.5,158.5 parent: 1 - - uid: 48302 + - uid: 24810 components: - type: Transform - pos: 45.5,199.5 + pos: -41.5,159.5 parent: 1 - - uid: 48303 + - uid: 24811 components: - type: Transform - pos: 45.5,198.5 + pos: -41.5,160.5 parent: 1 - - uid: 48304 + - uid: 24812 components: - type: Transform - pos: 45.5,197.5 + pos: -41.5,161.5 parent: 1 - - uid: 48305 + - uid: 24813 components: - type: Transform - pos: 46.5,199.5 + pos: -41.5,162.5 parent: 1 - - uid: 48306 + - uid: 24814 components: - type: Transform - pos: 46.5,198.5 + pos: -41.5,163.5 parent: 1 - - uid: 48307 + - uid: 24815 components: - type: Transform - pos: 46.5,197.5 + pos: -41.5,164.5 parent: 1 - - uid: 48308 + - uid: 24816 components: - type: Transform - pos: 47.5,199.5 + pos: -41.5,165.5 parent: 1 - - uid: 48309 + - uid: 24817 components: - type: Transform - pos: 47.5,198.5 + pos: -41.5,166.5 parent: 1 - - uid: 48310 + - uid: 24818 components: - type: Transform - pos: 47.5,197.5 + pos: -41.5,167.5 parent: 1 - - uid: 48311 + - uid: 24819 components: - type: Transform - pos: 48.5,199.5 + pos: -41.5,168.5 parent: 1 - - uid: 48312 + - uid: 24820 components: - type: Transform - pos: 48.5,198.5 + pos: -41.5,169.5 parent: 1 - - uid: 48313 + - uid: 24821 components: - type: Transform - pos: 48.5,197.5 + pos: -41.5,170.5 parent: 1 - - uid: 48314 + - uid: 24822 components: - type: Transform - pos: 49.5,199.5 + pos: -41.5,171.5 parent: 1 - - uid: 48315 + - uid: 24823 components: - type: Transform - pos: 49.5,198.5 + pos: -41.5,172.5 parent: 1 - - uid: 48316 + - uid: 24824 components: - type: Transform - pos: 49.5,197.5 + pos: -41.5,173.5 parent: 1 - - uid: 48317 + - uid: 24825 components: - type: Transform - pos: 50.5,199.5 + pos: -41.5,174.5 parent: 1 - - uid: 48318 + - uid: 24826 components: - type: Transform - pos: 50.5,198.5 + pos: -41.5,175.5 parent: 1 - - uid: 48319 + - uid: 24827 components: - type: Transform - pos: 50.5,197.5 + pos: -41.5,176.5 parent: 1 - - uid: 48320 + - uid: 24828 components: - type: Transform - pos: 51.5,199.5 + pos: -41.5,177.5 parent: 1 - - uid: 48321 + - uid: 24829 components: - type: Transform - pos: 51.5,198.5 + pos: -41.5,178.5 parent: 1 - - uid: 48322 + - uid: 24830 components: - type: Transform - pos: 51.5,197.5 + pos: -41.5,179.5 parent: 1 - - uid: 48323 + - uid: 24831 components: - type: Transform - pos: 52.5,199.5 + pos: -41.5,180.5 parent: 1 - - uid: 48324 + - uid: 24832 components: - type: Transform - pos: 52.5,198.5 + pos: -41.5,181.5 parent: 1 - - uid: 48325 + - uid: 24833 components: - type: Transform - pos: 52.5,197.5 + pos: -41.5,182.5 parent: 1 - - uid: 48326 + - uid: 24834 components: - type: Transform - pos: 53.5,199.5 + pos: -41.5,183.5 parent: 1 - - uid: 48327 + - uid: 24835 components: - type: Transform - pos: 53.5,198.5 + pos: -41.5,184.5 parent: 1 - - uid: 48328 + - uid: 24836 components: - type: Transform - pos: 53.5,197.5 + pos: -41.5,185.5 parent: 1 - - uid: 48329 + - uid: 24837 components: - type: Transform - pos: 54.5,199.5 + pos: -41.5,186.5 parent: 1 - - uid: 48330 + - uid: 24838 components: - type: Transform - pos: 54.5,198.5 + pos: -41.5,187.5 parent: 1 - - uid: 48331 + - uid: 24839 components: - type: Transform - pos: 54.5,197.5 + pos: -41.5,188.5 parent: 1 - - uid: 48332 + - uid: 24840 components: - type: Transform - pos: 55.5,199.5 + pos: -41.5,189.5 parent: 1 - - uid: 48333 + - uid: 24841 components: - type: Transform - pos: 55.5,198.5 + pos: -41.5,190.5 parent: 1 - - uid: 48334 + - uid: 24842 components: - type: Transform - pos: 55.5,197.5 + pos: -41.5,191.5 parent: 1 - - uid: 48335 + - uid: 24843 components: - type: Transform - pos: 56.5,199.5 + pos: -41.5,192.5 parent: 1 - - uid: 48336 + - uid: 24844 components: - type: Transform - pos: 56.5,198.5 + pos: -41.5,193.5 parent: 1 - - uid: 48337 + - uid: 24845 components: - type: Transform - pos: 56.5,197.5 + pos: -41.5,194.5 parent: 1 - - uid: 48338 + - uid: 24846 components: - type: Transform - pos: 57.5,199.5 + pos: -41.5,195.5 parent: 1 - - uid: 48339 + - uid: 24847 components: - type: Transform - pos: 57.5,198.5 + pos: -41.5,196.5 parent: 1 - - uid: 48340 + - uid: 24848 components: - type: Transform - pos: 57.5,197.5 + pos: -41.5,197.5 parent: 1 - - uid: 48341 + - uid: 24849 components: - type: Transform - pos: 58.5,199.5 + pos: -41.5,198.5 parent: 1 - - uid: 48342 + - uid: 24850 components: - type: Transform - pos: 58.5,198.5 + pos: -41.5,199.5 parent: 1 - - uid: 48343 + - uid: 24851 components: - type: Transform - pos: 58.5,197.5 + pos: -42.5,152.5 parent: 1 - - uid: 48344 + - uid: 24852 components: - type: Transform - pos: 59.5,199.5 + pos: -42.5,153.5 parent: 1 - - uid: 48345 + - uid: 24853 components: - type: Transform - pos: 59.5,198.5 + pos: -42.5,154.5 parent: 1 - - uid: 48346 + - uid: 24854 components: - type: Transform - pos: 59.5,197.5 + pos: -42.5,155.5 parent: 1 - - uid: 48347 + - uid: 24855 components: - type: Transform - pos: 60.5,199.5 + pos: -42.5,156.5 parent: 1 - - uid: 48348 + - uid: 24856 components: - type: Transform - pos: 60.5,198.5 + pos: -42.5,157.5 parent: 1 - - uid: 48349 + - uid: 24857 components: - type: Transform - pos: 60.5,197.5 + pos: -42.5,158.5 parent: 1 - - uid: 48350 + - uid: 24858 components: - type: Transform - pos: 61.5,199.5 + pos: -42.5,159.5 parent: 1 - - uid: 48351 + - uid: 24859 components: - type: Transform - pos: 61.5,198.5 + pos: -42.5,160.5 parent: 1 - - uid: 48352 + - uid: 24860 components: - type: Transform - pos: 61.5,197.5 + pos: -42.5,161.5 parent: 1 - - uid: 48353 + - uid: 24861 components: - type: Transform - pos: 62.5,199.5 + pos: -42.5,162.5 parent: 1 - - uid: 48354 + - uid: 24862 components: - type: Transform - pos: 62.5,198.5 + pos: -42.5,163.5 parent: 1 - - uid: 48355 + - uid: 24863 components: - type: Transform - pos: 62.5,197.5 + pos: -42.5,164.5 parent: 1 - - uid: 48356 + - uid: 24864 components: - type: Transform - pos: 63.5,199.5 + pos: -42.5,165.5 parent: 1 - - uid: 48357 + - uid: 24865 components: - type: Transform - pos: 63.5,198.5 + pos: -42.5,166.5 parent: 1 - - uid: 48358 + - uid: 24866 components: - type: Transform - pos: 63.5,197.5 + pos: -42.5,167.5 parent: 1 - - uid: 48359 + - uid: 24867 components: - type: Transform - pos: 64.5,199.5 + pos: -42.5,168.5 parent: 1 - - uid: 48360 + - uid: 24868 components: - type: Transform - pos: 64.5,198.5 + pos: -42.5,169.5 parent: 1 - - uid: 48361 + - uid: 24869 components: - type: Transform - pos: 64.5,197.5 + pos: -42.5,170.5 parent: 1 - - uid: 48362 + - uid: 24870 components: - type: Transform - pos: 65.5,199.5 + pos: -42.5,171.5 parent: 1 - - uid: 48363 + - uid: 24871 components: - type: Transform - pos: 65.5,198.5 + pos: -42.5,172.5 parent: 1 - - uid: 48364 + - uid: 24872 components: - type: Transform - pos: 65.5,197.5 + pos: -42.5,173.5 parent: 1 - - uid: 48365 + - uid: 24873 components: - type: Transform - pos: 66.5,199.5 + pos: -42.5,174.5 parent: 1 - - uid: 48366 + - uid: 24874 components: - type: Transform - pos: 66.5,198.5 + pos: -42.5,175.5 parent: 1 - - uid: 48367 + - uid: 24875 components: - type: Transform - pos: 66.5,197.5 + pos: -42.5,176.5 parent: 1 - - uid: 48368 + - uid: 24876 components: - type: Transform - pos: 67.5,199.5 + pos: -42.5,177.5 parent: 1 - - uid: 48369 + - uid: 24877 components: - type: Transform - pos: 67.5,198.5 + pos: -42.5,178.5 parent: 1 - - uid: 48370 + - uid: 24878 components: - type: Transform - pos: 67.5,197.5 + pos: -42.5,179.5 parent: 1 - - uid: 48371 + - uid: 24879 components: - type: Transform - pos: 68.5,199.5 + pos: -42.5,180.5 parent: 1 - - uid: 48372 + - uid: 24880 components: - type: Transform - pos: 68.5,198.5 + pos: -42.5,181.5 parent: 1 - - uid: 48373 + - uid: 24881 components: - type: Transform - pos: 68.5,197.5 + pos: -42.5,182.5 parent: 1 - - uid: 48374 + - uid: 24882 components: - type: Transform - pos: 69.5,199.5 + pos: -42.5,183.5 parent: 1 - - uid: 48375 + - uid: 24883 components: - type: Transform - pos: 69.5,198.5 + pos: -42.5,184.5 parent: 1 - - uid: 48376 + - uid: 24884 components: - type: Transform - pos: 69.5,197.5 + pos: -42.5,185.5 parent: 1 - - uid: 48377 + - uid: 24885 components: - type: Transform - pos: 70.5,199.5 + pos: -42.5,186.5 parent: 1 - - uid: 48378 + - uid: 24886 components: - type: Transform - pos: 70.5,198.5 + pos: -42.5,187.5 parent: 1 - - uid: 48379 + - uid: 24887 components: - type: Transform - pos: 70.5,197.5 + pos: -42.5,188.5 parent: 1 - - uid: 48380 + - uid: 24888 components: - type: Transform - pos: 71.5,199.5 + pos: -42.5,189.5 parent: 1 - - uid: 48381 + - uid: 24889 components: - type: Transform - pos: 71.5,198.5 + pos: -42.5,190.5 parent: 1 - - uid: 48382 + - uid: 24890 components: - type: Transform - pos: 71.5,197.5 + pos: -42.5,191.5 parent: 1 - - uid: 48383 + - uid: 24891 components: - type: Transform - pos: 72.5,199.5 + pos: -42.5,192.5 parent: 1 - - uid: 48384 + - uid: 24892 components: - type: Transform - pos: 72.5,198.5 + pos: -42.5,193.5 parent: 1 - - uid: 48385 + - uid: 24893 components: - type: Transform - pos: 72.5,197.5 + pos: -42.5,194.5 parent: 1 - - uid: 48386 + - uid: 24894 components: - type: Transform - pos: 73.5,199.5 + pos: -42.5,195.5 parent: 1 - - uid: 48387 + - uid: 24895 components: - type: Transform - pos: 73.5,198.5 + pos: -42.5,196.5 parent: 1 - - uid: 48388 + - uid: 24896 components: - type: Transform - pos: 73.5,197.5 + pos: -42.5,197.5 parent: 1 - - uid: 48389 + - uid: 24897 components: - type: Transform - pos: 74.5,199.5 + pos: -42.5,198.5 parent: 1 - - uid: 48390 + - uid: 24898 components: - type: Transform - pos: 74.5,198.5 + pos: -42.5,199.5 parent: 1 - - uid: 48391 + - uid: 24899 components: - type: Transform - pos: 74.5,197.5 + pos: -43.5,152.5 parent: 1 - - uid: 48392 + - uid: 24900 components: - type: Transform - pos: 75.5,199.5 + pos: -43.5,153.5 parent: 1 - - uid: 48393 + - uid: 24901 components: - type: Transform - pos: 75.5,198.5 + pos: -43.5,154.5 parent: 1 - - uid: 48394 + - uid: 24902 components: - type: Transform - pos: 75.5,197.5 + pos: -43.5,155.5 parent: 1 - - uid: 48395 + - uid: 24903 components: - type: Transform - pos: 76.5,199.5 + pos: -43.5,156.5 parent: 1 - - uid: 48396 + - uid: 24904 components: - type: Transform - pos: 76.5,198.5 + pos: -43.5,157.5 parent: 1 - - uid: 48397 + - uid: 24905 components: - type: Transform - pos: 76.5,197.5 + pos: -43.5,158.5 parent: 1 - - uid: 48398 + - uid: 24906 components: - type: Transform - pos: 77.5,199.5 + pos: -43.5,159.5 parent: 1 - - uid: 48399 + - uid: 24907 components: - type: Transform - pos: 77.5,198.5 + pos: -43.5,160.5 parent: 1 - - uid: 48400 + - uid: 24908 components: - type: Transform - pos: 77.5,197.5 + pos: -43.5,161.5 parent: 1 - - uid: 48401 + - uid: 24909 components: - type: Transform - pos: 78.5,199.5 + pos: -43.5,162.5 parent: 1 - - uid: 48402 + - uid: 24910 components: - type: Transform - pos: 78.5,198.5 + pos: -43.5,163.5 parent: 1 - - uid: 48403 + - uid: 24911 components: - type: Transform - pos: 78.5,197.5 + pos: -43.5,164.5 parent: 1 - - uid: 48404 + - uid: 24912 components: - type: Transform - pos: 79.5,199.5 + pos: -43.5,165.5 parent: 1 - - uid: 48405 + - uid: 24913 components: - type: Transform - pos: 79.5,198.5 + pos: -43.5,166.5 parent: 1 - - uid: 48406 + - uid: 24914 components: - type: Transform - pos: 79.5,197.5 + pos: -43.5,167.5 parent: 1 - - uid: 48407 + - uid: 24915 components: - type: Transform - pos: 80.5,199.5 + pos: -43.5,168.5 parent: 1 - - uid: 48408 + - uid: 24916 components: - type: Transform - pos: 80.5,198.5 + pos: -43.5,169.5 parent: 1 - - uid: 48409 + - uid: 24917 components: - type: Transform - pos: 80.5,197.5 + pos: -43.5,170.5 parent: 1 - - uid: 48410 + - uid: 24918 components: - type: Transform - pos: 81.5,199.5 + pos: -43.5,171.5 parent: 1 - - uid: 48411 + - uid: 24919 components: - type: Transform - pos: 81.5,198.5 + pos: -43.5,172.5 parent: 1 - - uid: 48412 + - uid: 24920 components: - type: Transform - pos: 81.5,197.5 + pos: -43.5,173.5 parent: 1 - - uid: 48413 + - uid: 24921 components: - type: Transform - pos: 82.5,199.5 + pos: -43.5,174.5 parent: 1 - - uid: 48414 + - uid: 24922 components: - type: Transform - pos: 82.5,198.5 + pos: -43.5,175.5 parent: 1 - - uid: 48415 + - uid: 24923 components: - type: Transform - pos: 82.5,197.5 + pos: -43.5,176.5 parent: 1 - - uid: 48416 + - uid: 24924 components: - type: Transform - pos: 83.5,199.5 + pos: -43.5,177.5 parent: 1 - - uid: 48417 + - uid: 24925 components: - type: Transform - pos: 83.5,198.5 + pos: -43.5,178.5 parent: 1 - - uid: 48418 + - uid: 24926 components: - type: Transform - pos: 83.5,197.5 + pos: -43.5,179.5 parent: 1 - - uid: 48419 + - uid: 24927 components: - type: Transform - pos: 84.5,199.5 + pos: -43.5,180.5 parent: 1 - - uid: 48420 + - uid: 24928 components: - type: Transform - pos: 84.5,198.5 + pos: -43.5,181.5 parent: 1 - - uid: 48421 + - uid: 24929 components: - type: Transform - pos: 84.5,197.5 + pos: -43.5,182.5 parent: 1 - - uid: 48422 + - uid: 24930 components: - type: Transform - pos: 85.5,199.5 + pos: -43.5,183.5 parent: 1 - - uid: 48423 + - uid: 24931 components: - type: Transform - pos: 85.5,198.5 + pos: -43.5,184.5 parent: 1 - - uid: 48424 + - uid: 24932 components: - type: Transform - pos: 85.5,197.5 + pos: -43.5,185.5 parent: 1 - - uid: 48425 + - uid: 24933 components: - type: Transform - pos: 86.5,199.5 + pos: -43.5,186.5 parent: 1 - - uid: 48426 + - uid: 24934 components: - type: Transform - pos: 86.5,198.5 + pos: -43.5,187.5 parent: 1 - - uid: 48427 + - uid: 24935 components: - type: Transform - pos: 86.5,197.5 + pos: -43.5,188.5 parent: 1 - - uid: 48428 + - uid: 24936 components: - type: Transform - pos: 87.5,199.5 + pos: -43.5,189.5 parent: 1 - - uid: 48429 + - uid: 24937 components: - type: Transform - pos: 87.5,198.5 + pos: -43.5,190.5 parent: 1 - - uid: 48430 + - uid: 24938 components: - type: Transform - pos: 87.5,197.5 + pos: -43.5,191.5 parent: 1 - - uid: 48431 + - uid: 24939 components: - type: Transform - pos: 88.5,199.5 + pos: -43.5,192.5 parent: 1 - - uid: 48432 + - uid: 24940 components: - type: Transform - pos: 88.5,198.5 + pos: -43.5,193.5 parent: 1 - - uid: 48433 + - uid: 24941 components: - type: Transform - pos: 88.5,197.5 + pos: -43.5,194.5 parent: 1 - - uid: 48434 + - uid: 24942 components: - type: Transform - pos: 89.5,199.5 + pos: -43.5,195.5 parent: 1 - - uid: 48435 + - uid: 24943 components: - type: Transform - pos: 89.5,198.5 + pos: -43.5,196.5 parent: 1 - - uid: 48436 + - uid: 24944 components: - type: Transform - pos: 89.5,197.5 + pos: -43.5,197.5 parent: 1 - - uid: 48437 + - uid: 24945 components: - type: Transform - pos: 90.5,199.5 + pos: -43.5,198.5 parent: 1 - - uid: 48438 + - uid: 24946 components: - type: Transform - pos: 90.5,198.5 + pos: -43.5,199.5 parent: 1 - - uid: 48439 + - uid: 24947 components: - type: Transform - pos: 90.5,197.5 + pos: -44.5,162.5 parent: 1 - - uid: 48440 + - uid: 24948 components: - type: Transform - pos: 91.5,199.5 + pos: -44.5,163.5 parent: 1 - - uid: 48441 + - uid: 24949 components: - type: Transform - pos: 91.5,198.5 + pos: -44.5,164.5 parent: 1 - - uid: 48442 + - uid: 24950 components: - type: Transform - pos: 91.5,197.5 + pos: -44.5,165.5 parent: 1 - - uid: 48443 + - uid: 24951 components: - type: Transform - pos: 92.5,199.5 + pos: -44.5,166.5 parent: 1 - - uid: 48444 + - uid: 24952 components: - type: Transform - pos: 92.5,198.5 + pos: -44.5,167.5 parent: 1 - - uid: 48445 + - uid: 24953 components: - type: Transform - pos: 92.5,197.5 + pos: -44.5,168.5 parent: 1 - - uid: 48446 + - uid: 24954 components: - type: Transform - pos: 93.5,199.5 + pos: -44.5,169.5 parent: 1 - - uid: 48447 + - uid: 24955 components: - type: Transform - pos: 93.5,198.5 + pos: -44.5,170.5 parent: 1 - - uid: 48448 + - uid: 24956 components: - type: Transform - pos: 93.5,197.5 + pos: -44.5,171.5 parent: 1 - - uid: 48449 + - uid: 24957 components: - type: Transform - pos: 94.5,199.5 + pos: -44.5,172.5 parent: 1 - - uid: 48450 + - uid: 24958 components: - type: Transform - pos: 94.5,198.5 + pos: -44.5,173.5 parent: 1 - - uid: 48451 + - uid: 24959 components: - type: Transform - pos: 94.5,197.5 + pos: -44.5,174.5 parent: 1 - - uid: 48452 + - uid: 24960 components: - type: Transform - pos: 95.5,199.5 + pos: -44.5,175.5 parent: 1 - - uid: 48453 + - uid: 24961 components: - type: Transform - pos: 95.5,198.5 + pos: -44.5,176.5 parent: 1 - - uid: 48454 + - uid: 24962 components: - type: Transform - pos: 95.5,197.5 + pos: -44.5,177.5 parent: 1 - - uid: 48455 + - uid: 24963 components: - type: Transform - pos: 96.5,199.5 + pos: -44.5,178.5 parent: 1 - - uid: 48456 + - uid: 24964 components: - type: Transform - pos: 96.5,198.5 + pos: -44.5,179.5 parent: 1 - - uid: 48457 + - uid: 24965 components: - type: Transform - pos: 96.5,197.5 + pos: -44.5,180.5 parent: 1 - - uid: 48458 + - uid: 24966 components: - type: Transform - pos: 97.5,199.5 + pos: -44.5,181.5 parent: 1 - - uid: 48459 + - uid: 24967 components: - type: Transform - pos: 97.5,198.5 + pos: -44.5,182.5 parent: 1 - - uid: 48460 + - uid: 24968 components: - type: Transform - pos: 97.5,197.5 + pos: -44.5,183.5 parent: 1 - - uid: 48461 + - uid: 24969 components: - type: Transform - pos: 98.5,199.5 + pos: -44.5,184.5 parent: 1 - - uid: 48462 + - uid: 24970 components: - type: Transform - pos: 98.5,198.5 + pos: -44.5,185.5 parent: 1 - - uid: 48463 + - uid: 24971 components: - type: Transform - pos: 98.5,197.5 + pos: -44.5,186.5 parent: 1 - - uid: 48464 + - uid: 24972 components: - type: Transform - pos: 99.5,199.5 + pos: -44.5,187.5 parent: 1 - - uid: 48465 + - uid: 24973 components: - type: Transform - pos: 99.5,198.5 + pos: -44.5,188.5 parent: 1 - - uid: 48466 + - uid: 24974 components: - type: Transform - pos: 99.5,197.5 + pos: -44.5,189.5 parent: 1 - - uid: 48467 + - uid: 24975 components: - type: Transform - pos: 100.5,199.5 + pos: -44.5,190.5 parent: 1 - - uid: 48468 + - uid: 24976 components: - type: Transform - pos: 100.5,198.5 + pos: -44.5,191.5 parent: 1 - - uid: 48469 + - uid: 24977 components: - type: Transform - pos: 100.5,197.5 + pos: -44.5,192.5 parent: 1 - - uid: 48470 + - uid: 24978 components: - type: Transform - pos: 101.5,199.5 + pos: -44.5,193.5 parent: 1 - - uid: 48471 + - uid: 24979 components: - type: Transform - pos: 101.5,198.5 + pos: -44.5,194.5 parent: 1 - - uid: 48472 + - uid: 24980 components: - type: Transform - pos: 101.5,197.5 + pos: -44.5,195.5 parent: 1 - - uid: 48473 + - uid: 24981 components: - type: Transform - pos: 102.5,199.5 + pos: -44.5,196.5 parent: 1 - - uid: 48474 + - uid: 24982 components: - type: Transform - pos: 102.5,198.5 + pos: -44.5,197.5 parent: 1 - - uid: 48475 + - uid: 24983 components: - type: Transform - pos: 102.5,197.5 + pos: -44.5,198.5 parent: 1 - - uid: 48476 + - uid: 24984 components: - type: Transform - pos: 103.5,199.5 + pos: -44.5,199.5 parent: 1 - - uid: 48477 + - uid: 24985 components: - type: Transform - pos: 103.5,198.5 + pos: -45.5,152.5 parent: 1 - - uid: 48478 + - uid: 24986 components: - type: Transform - pos: 103.5,197.5 + pos: -45.5,153.5 parent: 1 - - uid: 48479 + - uid: 24987 components: - type: Transform - pos: 104.5,199.5 + pos: -45.5,156.5 parent: 1 - - uid: 48480 + - uid: 24988 components: - type: Transform - pos: 104.5,198.5 + pos: -45.5,157.5 parent: 1 - - uid: 48481 + - uid: 24989 components: - type: Transform - pos: 104.5,197.5 + pos: -45.5,158.5 parent: 1 - - uid: 48482 + - uid: 24990 components: - type: Transform - pos: 105.5,199.5 + pos: -45.5,159.5 parent: 1 - - uid: 48483 + - uid: 24991 components: - type: Transform - pos: 105.5,198.5 + pos: -45.5,160.5 parent: 1 - - uid: 48484 + - uid: 24992 components: - type: Transform - pos: 105.5,197.5 + pos: -45.5,161.5 parent: 1 - - uid: 48485 + - uid: 24993 components: - type: Transform - pos: 106.5,199.5 + pos: -45.5,162.5 parent: 1 - - uid: 48486 + - uid: 24994 components: - type: Transform - pos: 106.5,198.5 + pos: -45.5,163.5 parent: 1 - - uid: 48487 + - uid: 24995 components: - type: Transform - pos: 106.5,197.5 + pos: -45.5,164.5 parent: 1 - - uid: 48488 + - uid: 24996 components: - type: Transform - pos: 107.5,199.5 + pos: -45.5,165.5 parent: 1 - - uid: 48489 + - uid: 24997 components: - type: Transform - pos: 107.5,198.5 + pos: -45.5,166.5 parent: 1 - - uid: 48490 + - uid: 24998 components: - type: Transform - pos: 107.5,197.5 + pos: -45.5,167.5 parent: 1 - - uid: 48491 + - uid: 24999 components: - type: Transform - pos: 108.5,199.5 + pos: -45.5,168.5 parent: 1 - - uid: 48492 + - uid: 25000 components: - type: Transform - pos: 108.5,198.5 + pos: -45.5,169.5 parent: 1 - - uid: 48493 + - uid: 25001 components: - type: Transform - pos: 108.5,197.5 + pos: -45.5,170.5 parent: 1 - - uid: 48494 + - uid: 25002 components: - type: Transform - pos: 109.5,199.5 + pos: -45.5,171.5 parent: 1 - - uid: 48495 + - uid: 25003 components: - type: Transform - pos: 109.5,198.5 + pos: -45.5,172.5 parent: 1 - - uid: 48496 + - uid: 25004 components: - type: Transform - pos: 109.5,197.5 + pos: -45.5,173.5 parent: 1 - - uid: 48497 + - uid: 25005 components: - type: Transform - pos: 110.5,199.5 + pos: -45.5,174.5 parent: 1 - - uid: 48498 + - uid: 25006 components: - type: Transform - pos: 110.5,198.5 + pos: -45.5,175.5 parent: 1 - - uid: 48499 + - uid: 25007 components: - type: Transform - pos: 110.5,197.5 + pos: -45.5,176.5 parent: 1 - - uid: 48500 + - uid: 25008 components: - type: Transform - pos: 111.5,199.5 + pos: -45.5,177.5 parent: 1 - - uid: 48501 + - uid: 25009 components: - type: Transform - pos: 111.5,198.5 + pos: -45.5,178.5 parent: 1 - - uid: 48502 + - uid: 25010 components: - type: Transform - pos: 111.5,197.5 + pos: -45.5,179.5 parent: 1 - - uid: 48503 + - uid: 25011 components: - type: Transform - pos: 112.5,199.5 + pos: -45.5,180.5 parent: 1 - - uid: 48504 + - uid: 25012 components: - type: Transform - pos: 112.5,198.5 + pos: -45.5,181.5 parent: 1 - - uid: 48505 + - uid: 25013 components: - type: Transform - pos: 112.5,197.5 + pos: -45.5,182.5 parent: 1 - - uid: 48506 + - uid: 25014 components: - type: Transform - pos: 113.5,199.5 + pos: -45.5,183.5 parent: 1 - - uid: 48507 + - uid: 25015 components: - type: Transform - pos: 113.5,198.5 + pos: -45.5,184.5 parent: 1 - - uid: 48508 + - uid: 25016 components: - type: Transform - pos: 113.5,197.5 + pos: -45.5,185.5 parent: 1 - - uid: 48509 + - uid: 25017 components: - type: Transform - pos: 114.5,199.5 + pos: -45.5,186.5 parent: 1 - - uid: 48510 + - uid: 25018 components: - type: Transform - pos: 114.5,198.5 + pos: -45.5,187.5 parent: 1 - - uid: 48511 + - uid: 25019 components: - type: Transform - pos: 114.5,197.5 + pos: -45.5,188.5 parent: 1 - - uid: 48512 + - uid: 25020 components: - type: Transform - pos: 115.5,199.5 + pos: -45.5,189.5 parent: 1 - - uid: 48513 + - uid: 25021 components: - type: Transform - pos: 115.5,198.5 + pos: -45.5,190.5 parent: 1 - - uid: 48514 + - uid: 25022 components: - type: Transform - pos: 115.5,197.5 + pos: -45.5,191.5 parent: 1 - - uid: 48515 + - uid: 25023 components: - type: Transform - pos: 116.5,199.5 + pos: -45.5,192.5 parent: 1 - - uid: 48516 + - uid: 25024 components: - type: Transform - pos: 116.5,198.5 + pos: -45.5,193.5 parent: 1 - - uid: 48517 + - uid: 25025 components: - type: Transform - pos: 116.5,197.5 + pos: -45.5,194.5 parent: 1 - - uid: 48518 + - uid: 25026 components: - type: Transform - pos: 117.5,199.5 + pos: -45.5,195.5 parent: 1 - - uid: 48519 + - uid: 25027 components: - type: Transform - pos: 117.5,198.5 + pos: -45.5,196.5 parent: 1 - - uid: 48520 + - uid: 25028 components: - type: Transform - pos: 117.5,197.5 + pos: -45.5,197.5 parent: 1 - - uid: 48521 + - uid: 25029 components: - type: Transform - pos: 118.5,199.5 + pos: -45.5,198.5 parent: 1 - - uid: 48522 + - uid: 25030 components: - type: Transform - pos: 118.5,198.5 + pos: -45.5,199.5 parent: 1 - - uid: 48523 + - uid: 25031 components: - type: Transform - pos: 118.5,197.5 + pos: -46.5,157.5 parent: 1 - - uid: 48524 + - uid: 25032 components: - type: Transform - pos: 119.5,199.5 + pos: -46.5,158.5 parent: 1 - - uid: 48525 + - uid: 25033 components: - type: Transform - pos: 119.5,198.5 + pos: -46.5,159.5 parent: 1 - - uid: 48526 + - uid: 25034 components: - type: Transform - pos: 119.5,197.5 + pos: -46.5,160.5 parent: 1 - - uid: 48527 + - uid: 25035 components: - type: Transform - pos: 95.5,184.5 + pos: -46.5,161.5 parent: 1 - - uid: 48528 + - uid: 25036 components: - type: Transform - pos: 95.5,185.5 + pos: -46.5,162.5 parent: 1 - - uid: 48529 + - uid: 25037 components: - type: Transform - pos: 119.5,183.5 + pos: -46.5,163.5 parent: 1 - - uid: 48530 + - uid: 25038 components: - type: Transform - pos: 119.5,182.5 + pos: -46.5,164.5 parent: 1 - - uid: 48531 + - uid: 25039 components: - type: Transform - pos: 119.5,181.5 + pos: -46.5,165.5 parent: 1 - - uid: 48532 + - uid: 25040 components: - type: Transform - pos: 119.5,180.5 + pos: -46.5,166.5 parent: 1 - - uid: 48533 + - uid: 25041 components: - type: Transform - pos: 119.5,179.5 + pos: -46.5,167.5 parent: 1 - - uid: 48534 + - uid: 25042 components: - type: Transform - pos: 119.5,178.5 + pos: -46.5,168.5 parent: 1 - - uid: 48535 + - uid: 25043 components: - type: Transform - pos: 119.5,177.5 + pos: -46.5,169.5 parent: 1 - - uid: 48536 + - uid: 25044 components: - type: Transform - pos: 119.5,176.5 + pos: -46.5,170.5 parent: 1 - - uid: 48537 + - uid: 25045 components: - type: Transform - pos: 119.5,175.5 + pos: -46.5,171.5 parent: 1 - - uid: 48538 + - uid: 25046 components: - type: Transform - pos: 118.5,196.5 + pos: -46.5,172.5 parent: 1 - - uid: 48539 + - uid: 25047 components: - type: Transform - pos: 118.5,195.5 + pos: -46.5,173.5 parent: 1 - - uid: 48540 + - uid: 25048 components: - type: Transform - pos: 118.5,194.5 + pos: -46.5,174.5 parent: 1 - - uid: 48541 + - uid: 25049 components: - type: Transform - pos: 118.5,193.5 + pos: -46.5,175.5 parent: 1 - - uid: 48542 + - uid: 25050 components: - type: Transform - pos: 118.5,192.5 + pos: -46.5,176.5 parent: 1 - - uid: 48543 + - uid: 25051 components: - type: Transform - pos: 118.5,191.5 + pos: -46.5,177.5 parent: 1 - - uid: 48544 + - uid: 25052 components: - type: Transform - pos: 118.5,190.5 + pos: -46.5,178.5 parent: 1 - - uid: 48545 + - uid: 25053 components: - type: Transform - pos: 118.5,189.5 + pos: -46.5,179.5 parent: 1 - - uid: 48546 + - uid: 25054 components: - type: Transform - pos: 118.5,188.5 + pos: -46.5,180.5 parent: 1 - - uid: 48547 + - uid: 25055 components: - type: Transform - pos: 118.5,187.5 + pos: -46.5,181.5 parent: 1 - - uid: 48548 + - uid: 25056 components: - type: Transform - pos: 118.5,186.5 + pos: -46.5,182.5 parent: 1 - - uid: 48549 + - uid: 25057 components: - type: Transform - pos: 118.5,185.5 + pos: -46.5,183.5 parent: 1 - - uid: 48550 + - uid: 25058 components: - type: Transform - pos: 118.5,184.5 + pos: -46.5,186.5 parent: 1 - - uid: 48551 + - uid: 25059 components: - type: Transform - pos: 118.5,183.5 + pos: -46.5,187.5 parent: 1 - - uid: 48552 + - uid: 25060 components: - type: Transform - pos: 118.5,182.5 + pos: -46.5,188.5 parent: 1 - - uid: 48553 + - uid: 25061 components: - type: Transform - pos: 118.5,181.5 + pos: -46.5,189.5 parent: 1 - - uid: 48554 + - uid: 25062 components: - type: Transform - pos: 118.5,180.5 + pos: -46.5,190.5 parent: 1 - - uid: 48555 + - uid: 25063 components: - type: Transform - pos: 118.5,179.5 + pos: -46.5,191.5 parent: 1 - - uid: 48556 + - uid: 25064 components: - type: Transform - pos: 118.5,178.5 + pos: -46.5,192.5 parent: 1 - - uid: 48557 + - uid: 25065 components: - type: Transform - pos: 118.5,177.5 + pos: -46.5,193.5 parent: 1 - - uid: 48558 + - uid: 25066 components: - type: Transform - pos: 118.5,176.5 + pos: -46.5,194.5 parent: 1 - - uid: 48559 + - uid: 25067 components: - type: Transform - pos: 118.5,175.5 + pos: -46.5,195.5 parent: 1 - - uid: 48560 + - uid: 25068 components: - type: Transform - pos: 117.5,196.5 + pos: -46.5,196.5 parent: 1 - - uid: 48561 + - uid: 25069 components: - type: Transform - pos: 117.5,195.5 + pos: -46.5,197.5 parent: 1 - - uid: 48562 + - uid: 25070 components: - type: Transform - pos: 117.5,194.5 + pos: -46.5,198.5 parent: 1 - - uid: 48563 + - uid: 25071 components: - type: Transform - pos: 117.5,193.5 + pos: -46.5,199.5 parent: 1 - - uid: 48564 + - uid: 25072 components: - type: Transform - pos: 117.5,192.5 + pos: -47.5,157.5 parent: 1 - - uid: 48565 + - uid: 25073 components: - type: Transform - pos: 117.5,191.5 + pos: -47.5,158.5 parent: 1 - - uid: 48566 + - uid: 25074 components: - type: Transform - pos: 117.5,190.5 + pos: -47.5,159.5 parent: 1 - - uid: 48567 + - uid: 25075 components: - type: Transform - pos: 117.5,189.5 + pos: -47.5,160.5 parent: 1 - - uid: 48568 + - uid: 25076 components: - type: Transform - pos: 117.5,188.5 + pos: -47.5,161.5 parent: 1 - - uid: 48569 + - uid: 25077 components: - type: Transform - pos: 117.5,187.5 + pos: -47.5,162.5 parent: 1 - - uid: 48570 + - uid: 25078 components: - type: Transform - pos: 117.5,186.5 + pos: -47.5,163.5 parent: 1 - - uid: 48571 + - uid: 25079 components: - type: Transform - pos: 117.5,185.5 + pos: -47.5,164.5 parent: 1 - - uid: 48572 + - uid: 25080 components: - type: Transform - pos: 117.5,184.5 + pos: -47.5,165.5 parent: 1 - - uid: 48573 + - uid: 25081 components: - type: Transform - pos: 117.5,183.5 + pos: -47.5,166.5 parent: 1 - - uid: 48574 + - uid: 25082 components: - type: Transform - pos: 117.5,182.5 + pos: -47.5,167.5 parent: 1 - - uid: 48575 + - uid: 25083 components: - type: Transform - pos: 117.5,181.5 + pos: -47.5,168.5 parent: 1 - - uid: 48576 + - uid: 25084 components: - type: Transform - pos: 117.5,180.5 + pos: -47.5,169.5 parent: 1 - - uid: 48577 + - uid: 25085 components: - type: Transform - pos: 117.5,179.5 + pos: -47.5,170.5 parent: 1 - - uid: 48578 + - uid: 25086 components: - type: Transform - pos: 117.5,178.5 + pos: -47.5,171.5 parent: 1 - - uid: 48579 + - uid: 25087 components: - type: Transform - pos: 117.5,177.5 + pos: -47.5,172.5 parent: 1 - - uid: 48580 + - uid: 25088 components: - type: Transform - pos: 117.5,176.5 + pos: -47.5,173.5 parent: 1 - - uid: 48581 + - uid: 25089 components: - type: Transform - pos: 117.5,175.5 + pos: -47.5,174.5 parent: 1 - - uid: 48582 + - uid: 25090 components: - type: Transform - pos: 116.5,196.5 + pos: -47.5,175.5 parent: 1 - - uid: 48583 + - uid: 25091 components: - type: Transform - pos: 210.5,200.5 + pos: -47.5,176.5 parent: 1 - - uid: 48584 + - uid: 25092 components: - type: Transform - pos: 116.5,194.5 + pos: -47.5,177.5 parent: 1 - - uid: 48585 + - uid: 25093 components: - type: Transform - pos: 116.5,193.5 + pos: -47.5,178.5 parent: 1 - - uid: 48586 + - uid: 25094 components: - type: Transform - pos: 116.5,192.5 + pos: -47.5,179.5 parent: 1 - - uid: 48587 + - uid: 25095 components: - type: Transform - pos: 116.5,191.5 + pos: -47.5,180.5 parent: 1 - - uid: 48588 + - uid: 25096 components: - type: Transform - pos: 116.5,190.5 + pos: -47.5,181.5 parent: 1 - - uid: 48589 + - uid: 25097 components: - type: Transform - pos: 116.5,189.5 + pos: -47.5,182.5 parent: 1 - - uid: 48590 + - uid: 25098 components: - type: Transform - pos: 116.5,188.5 + pos: -47.5,183.5 parent: 1 - - uid: 48591 + - uid: 25099 components: - type: Transform - pos: 116.5,187.5 + pos: -47.5,186.5 parent: 1 - - uid: 48592 + - uid: 25100 components: - type: Transform - pos: 116.5,186.5 + pos: -47.5,187.5 parent: 1 - - uid: 48593 + - uid: 25101 components: - type: Transform - pos: 116.5,185.5 + pos: -47.5,188.5 parent: 1 - - uid: 48594 + - uid: 25102 components: - type: Transform - pos: 116.5,184.5 + pos: -47.5,189.5 parent: 1 - - uid: 48595 + - uid: 25103 components: - type: Transform - pos: 116.5,183.5 + pos: -47.5,190.5 parent: 1 - - uid: 48596 + - uid: 25104 components: - type: Transform - pos: 116.5,182.5 + pos: -47.5,191.5 parent: 1 - - uid: 48597 + - uid: 25105 components: - type: Transform - pos: 116.5,181.5 + pos: -47.5,192.5 parent: 1 - - uid: 48598 + - uid: 25106 components: - type: Transform - pos: 116.5,180.5 + pos: -47.5,193.5 parent: 1 - - uid: 48599 + - uid: 25107 components: - type: Transform - pos: 116.5,179.5 + pos: -47.5,194.5 parent: 1 - - uid: 48600 + - uid: 25108 components: - type: Transform - pos: 116.5,178.5 + pos: -47.5,195.5 parent: 1 - - uid: 48601 + - uid: 25109 components: - type: Transform - pos: 116.5,177.5 + pos: -47.5,196.5 parent: 1 - - uid: 48602 + - uid: 25110 components: - type: Transform - pos: 116.5,176.5 + pos: -47.5,197.5 parent: 1 - - uid: 48603 + - uid: 25111 components: - type: Transform - pos: 116.5,175.5 + pos: -47.5,198.5 parent: 1 - - uid: 48604 + - uid: 25112 components: - type: Transform - pos: 115.5,196.5 + pos: -47.5,199.5 parent: 1 - - uid: 48608 + - uid: 25113 components: - type: Transform - pos: 217.5,204.5 + pos: -48.5,157.5 parent: 1 - - uid: 48609 + - uid: 25114 components: - type: Transform - pos: 115.5,191.5 + pos: -48.5,158.5 parent: 1 - - uid: 48610 + - uid: 25115 components: - type: Transform - pos: 115.5,190.5 + pos: -48.5,159.5 parent: 1 - - uid: 48611 + - uid: 25116 components: - type: Transform - pos: 115.5,189.5 + pos: -48.5,160.5 parent: 1 - - uid: 48612 + - uid: 25117 components: - type: Transform - pos: 115.5,188.5 + pos: -48.5,161.5 parent: 1 - - uid: 48613 + - uid: 25118 components: - type: Transform - pos: 115.5,187.5 + pos: -48.5,162.5 parent: 1 - - uid: 48614 + - uid: 25119 components: - type: Transform - pos: 115.5,186.5 + pos: -48.5,163.5 parent: 1 - - uid: 48615 + - uid: 25120 components: - type: Transform - pos: 115.5,185.5 + pos: -48.5,164.5 parent: 1 - - uid: 48616 + - uid: 25121 components: - type: Transform - pos: 115.5,184.5 + pos: -48.5,165.5 parent: 1 - - uid: 48617 + - uid: 25122 components: - type: Transform - pos: 115.5,183.5 + pos: -48.5,166.5 parent: 1 - - uid: 48618 + - uid: 25123 components: - type: Transform - pos: 115.5,182.5 + pos: -48.5,167.5 parent: 1 - - uid: 48619 + - uid: 25124 components: - type: Transform - pos: 115.5,181.5 + pos: -48.5,168.5 parent: 1 - - uid: 48620 + - uid: 25125 components: - type: Transform - pos: 115.5,180.5 + pos: -48.5,169.5 parent: 1 - - uid: 48621 + - uid: 25126 components: - type: Transform - pos: 115.5,179.5 + pos: -48.5,170.5 parent: 1 - - uid: 48622 + - uid: 25127 components: - type: Transform - pos: 115.5,178.5 + pos: -48.5,171.5 parent: 1 - - uid: 48623 + - uid: 25128 components: - type: Transform - pos: 115.5,177.5 + pos: -48.5,172.5 parent: 1 - - uid: 48624 + - uid: 25129 components: - type: Transform - pos: 115.5,176.5 + pos: -48.5,173.5 parent: 1 - - uid: 48625 + - uid: 25130 components: - type: Transform - pos: 115.5,175.5 + pos: -48.5,174.5 parent: 1 - - uid: 48626 + - uid: 25131 components: - type: Transform - pos: 114.5,196.5 + pos: -48.5,175.5 parent: 1 - - uid: 48627 + - uid: 25132 components: - type: Transform - pos: 208.5,200.5 + pos: -48.5,176.5 parent: 1 - - uid: 48628 + - uid: 25133 components: - type: Transform - pos: 114.5,194.5 + pos: -48.5,177.5 parent: 1 - - uid: 48629 + - uid: 25134 components: - type: Transform - pos: 114.5,193.5 + pos: -48.5,178.5 parent: 1 - - uid: 48630 + - uid: 25135 components: - type: Transform - pos: 114.5,192.5 + pos: -48.5,179.5 parent: 1 - - uid: 48631 + - uid: 25136 components: - type: Transform - pos: 114.5,191.5 + pos: -48.5,180.5 parent: 1 - - uid: 48632 + - uid: 25137 components: - type: Transform - pos: 114.5,190.5 + pos: -48.5,181.5 parent: 1 - - uid: 48633 + - uid: 25138 components: - type: Transform - pos: 114.5,189.5 + pos: -48.5,182.5 parent: 1 - - uid: 48634 + - uid: 25139 components: - type: Transform - pos: 114.5,188.5 + pos: -48.5,186.5 parent: 1 - - uid: 48635 + - uid: 25140 components: - type: Transform - pos: 114.5,187.5 + pos: -48.5,187.5 parent: 1 - - uid: 48636 + - uid: 25141 components: - type: Transform - pos: 114.5,186.5 + pos: -48.5,188.5 parent: 1 - - uid: 48637 + - uid: 25142 components: - type: Transform - pos: 114.5,185.5 + pos: -48.5,189.5 parent: 1 - - uid: 48638 + - uid: 25143 components: - type: Transform - pos: 114.5,184.5 + pos: -48.5,190.5 parent: 1 - - uid: 48639 + - uid: 25144 components: - type: Transform - pos: 114.5,183.5 + pos: -48.5,191.5 parent: 1 - - uid: 48640 + - uid: 25145 components: - type: Transform - pos: 114.5,182.5 + pos: -48.5,192.5 parent: 1 - - uid: 48641 + - uid: 25146 components: - type: Transform - pos: 114.5,181.5 + pos: -48.5,193.5 parent: 1 - - uid: 48642 + - uid: 25147 components: - type: Transform - pos: 114.5,180.5 + pos: -48.5,194.5 parent: 1 - - uid: 48643 + - uid: 25148 components: - type: Transform - pos: 114.5,179.5 + pos: -48.5,195.5 parent: 1 - - uid: 48644 + - uid: 25149 components: - type: Transform - pos: 114.5,178.5 + pos: -48.5,196.5 parent: 1 - - uid: 48645 + - uid: 25150 components: - type: Transform - pos: 114.5,177.5 + pos: -48.5,197.5 parent: 1 - - uid: 48646 + - uid: 25151 components: - type: Transform - pos: 114.5,176.5 + pos: -48.5,198.5 parent: 1 - - uid: 48647 + - uid: 25152 components: - type: Transform - pos: 114.5,175.5 + pos: -48.5,199.5 parent: 1 - - uid: 48648 + - uid: 25153 components: - type: Transform - pos: 113.5,196.5 + pos: -49.5,157.5 parent: 1 - - uid: 48649 + - uid: 25154 components: - type: Transform - pos: 113.5,195.5 + pos: -49.5,158.5 parent: 1 - - uid: 48650 + - uid: 25155 components: - type: Transform - pos: 113.5,194.5 + pos: -49.5,159.5 parent: 1 - - uid: 48651 + - uid: 25156 components: - type: Transform - pos: 113.5,193.5 + pos: -49.5,160.5 parent: 1 - - uid: 48652 + - uid: 25157 components: - type: Transform - pos: 113.5,192.5 + pos: -49.5,161.5 parent: 1 - - uid: 48653 + - uid: 25158 components: - type: Transform - pos: 113.5,191.5 + pos: -49.5,162.5 parent: 1 - - uid: 48654 + - uid: 25159 components: - type: Transform - pos: 113.5,190.5 + pos: -49.5,163.5 parent: 1 - - uid: 48655 + - uid: 25160 components: - type: Transform - pos: 113.5,189.5 + pos: -49.5,164.5 parent: 1 - - uid: 48656 + - uid: 25161 components: - type: Transform - pos: 113.5,188.5 + pos: -49.5,165.5 parent: 1 - - uid: 48657 + - uid: 25162 components: - type: Transform - pos: 113.5,187.5 + pos: -49.5,166.5 parent: 1 - - uid: 48658 + - uid: 25163 components: - type: Transform - pos: 113.5,186.5 + pos: -49.5,167.5 parent: 1 - - uid: 48659 + - uid: 25164 components: - type: Transform - pos: 113.5,185.5 + pos: -49.5,168.5 parent: 1 - - uid: 48660 + - uid: 25165 components: - type: Transform - pos: 113.5,184.5 + pos: -49.5,169.5 parent: 1 - - uid: 48661 + - uid: 25166 components: - type: Transform - pos: 113.5,183.5 + pos: -49.5,170.5 parent: 1 - - uid: 48662 + - uid: 25167 components: - type: Transform - pos: 113.5,182.5 + pos: -49.5,171.5 parent: 1 - - uid: 48663 + - uid: 25168 components: - type: Transform - pos: 113.5,181.5 + pos: -49.5,172.5 parent: 1 - - uid: 48664 + - uid: 25169 components: - type: Transform - pos: 113.5,180.5 + pos: -49.5,173.5 parent: 1 - - uid: 48665 + - uid: 25170 components: - type: Transform - pos: 113.5,179.5 + pos: -49.5,174.5 parent: 1 - - uid: 48666 + - uid: 25171 components: - type: Transform - pos: 113.5,178.5 + pos: -49.5,175.5 parent: 1 - - uid: 48667 + - uid: 25172 components: - type: Transform - pos: 113.5,177.5 + pos: -49.5,176.5 parent: 1 - - uid: 48668 + - uid: 25173 components: - type: Transform - pos: 113.5,176.5 + pos: -49.5,177.5 parent: 1 - - uid: 48669 + - uid: 25174 components: - type: Transform - pos: 113.5,175.5 + pos: -49.5,178.5 parent: 1 - - uid: 48670 + - uid: 25175 components: - type: Transform - pos: 112.5,196.5 + pos: -49.5,179.5 parent: 1 - - uid: 48671 + - uid: 25176 components: - type: Transform - pos: 112.5,195.5 + pos: -49.5,180.5 parent: 1 - - uid: 48672 + - uid: 25177 components: - type: Transform - pos: 112.5,194.5 + pos: -49.5,185.5 parent: 1 - - uid: 48673 + - uid: 25178 components: - type: Transform - pos: 112.5,193.5 + pos: -49.5,186.5 parent: 1 - - uid: 48674 + - uid: 25179 components: - type: Transform - pos: 112.5,192.5 + pos: -49.5,187.5 parent: 1 - - uid: 48675 + - uid: 25180 components: - type: Transform - pos: 112.5,191.5 + pos: -49.5,188.5 parent: 1 - - uid: 48676 + - uid: 25181 components: - type: Transform - pos: 112.5,190.5 + pos: -49.5,189.5 parent: 1 - - uid: 48677 + - uid: 25182 components: - type: Transform - pos: 112.5,189.5 + pos: -49.5,190.5 parent: 1 - - uid: 48678 + - uid: 25183 components: - type: Transform - pos: 112.5,188.5 + pos: -49.5,191.5 parent: 1 - - uid: 48679 + - uid: 25184 components: - type: Transform - pos: 112.5,187.5 + pos: -49.5,192.5 parent: 1 - - uid: 48680 + - uid: 25185 components: - type: Transform - pos: 112.5,186.5 + pos: -49.5,193.5 parent: 1 - - uid: 48681 + - uid: 25186 components: - type: Transform - pos: 112.5,185.5 + pos: -49.5,194.5 parent: 1 - - uid: 48682 + - uid: 25187 components: - type: Transform - pos: 112.5,184.5 + pos: -49.5,195.5 parent: 1 - - uid: 48683 + - uid: 25188 components: - type: Transform - pos: 112.5,183.5 + pos: -49.5,196.5 parent: 1 - - uid: 48684 + - uid: 25189 components: - type: Transform - pos: 112.5,182.5 + pos: -49.5,197.5 parent: 1 - - uid: 48685 + - uid: 25190 components: - type: Transform - pos: 112.5,181.5 + pos: -49.5,198.5 parent: 1 - - uid: 48686 + - uid: 25191 components: - type: Transform - pos: 112.5,180.5 + pos: -49.5,199.5 parent: 1 - - uid: 48687 + - uid: 25192 components: - type: Transform - pos: 112.5,179.5 + pos: -50.5,152.5 parent: 1 - - uid: 48688 + - uid: 25193 components: - type: Transform - pos: 112.5,178.5 + pos: -50.5,153.5 parent: 1 - - uid: 48689 + - uid: 25194 components: - type: Transform - pos: 112.5,177.5 + pos: -50.5,154.5 parent: 1 - - uid: 48690 + - uid: 25195 components: - type: Transform - pos: 112.5,176.5 + pos: -50.5,155.5 parent: 1 - - uid: 48691 + - uid: 25196 components: - type: Transform - pos: 112.5,175.5 + pos: -50.5,156.5 parent: 1 - - uid: 48692 + - uid: 25197 components: - type: Transform - pos: 111.5,196.5 + pos: -50.5,157.5 parent: 1 - - uid: 48693 + - uid: 25198 components: - type: Transform - pos: 111.5,195.5 + pos: -50.5,158.5 parent: 1 - - uid: 48694 + - uid: 25199 components: - type: Transform - pos: 111.5,194.5 + pos: -50.5,159.5 parent: 1 - - uid: 48695 + - uid: 25200 components: - type: Transform - pos: 111.5,193.5 + pos: -50.5,160.5 parent: 1 - - uid: 48696 + - uid: 25201 components: - type: Transform - pos: 111.5,192.5 + pos: -50.5,161.5 parent: 1 - - uid: 48697 + - uid: 25202 components: - type: Transform - pos: 111.5,191.5 + pos: -50.5,162.5 parent: 1 - - uid: 48698 + - uid: 25203 components: - type: Transform - pos: 111.5,190.5 + pos: -50.5,163.5 parent: 1 - - uid: 48699 + - uid: 25204 components: - type: Transform - pos: 111.5,189.5 + pos: -50.5,164.5 parent: 1 - - uid: 48700 + - uid: 25205 components: - type: Transform - pos: 111.5,188.5 + pos: -50.5,165.5 parent: 1 - - uid: 48701 + - uid: 25206 components: - type: Transform - pos: 111.5,187.5 + pos: -50.5,166.5 parent: 1 - - uid: 48702 + - uid: 25207 components: - type: Transform - pos: 111.5,186.5 + pos: -50.5,167.5 parent: 1 - - uid: 48703 + - uid: 25208 components: - type: Transform - pos: 111.5,185.5 + pos: -50.5,168.5 parent: 1 - - uid: 48704 + - uid: 25209 components: - type: Transform - pos: 111.5,184.5 + pos: -50.5,169.5 parent: 1 - - uid: 48705 + - uid: 25210 components: - type: Transform - pos: 111.5,183.5 + pos: -50.5,170.5 parent: 1 - - uid: 48706 + - uid: 25211 components: - type: Transform - pos: 111.5,182.5 + pos: -50.5,171.5 parent: 1 - - uid: 48707 + - uid: 25212 components: - type: Transform - pos: 111.5,181.5 + pos: -50.5,172.5 parent: 1 - - uid: 48708 + - uid: 25213 components: - type: Transform - pos: 111.5,180.5 + pos: -50.5,173.5 parent: 1 - - uid: 48709 + - uid: 25214 components: - type: Transform - pos: 111.5,179.5 + pos: -50.5,174.5 parent: 1 - - uid: 48710 + - uid: 25215 components: - type: Transform - pos: 111.5,178.5 + pos: -50.5,175.5 parent: 1 - - uid: 48711 + - uid: 25216 components: - type: Transform - pos: 111.5,177.5 + pos: -50.5,176.5 parent: 1 - - uid: 48712 + - uid: 25217 components: - type: Transform - pos: 111.5,176.5 + pos: -50.5,177.5 parent: 1 - - uid: 48713 + - uid: 25218 components: - type: Transform - pos: 111.5,175.5 + pos: -50.5,178.5 parent: 1 - - uid: 48714 + - uid: 25219 components: - type: Transform - pos: 110.5,196.5 + pos: -50.5,179.5 parent: 1 - - uid: 48715 + - uid: 25220 components: - type: Transform - pos: 110.5,195.5 + pos: -50.5,180.5 parent: 1 - - uid: 48716 + - uid: 25221 components: - type: Transform - pos: 110.5,194.5 + pos: -52.5,154.5 parent: 1 - - uid: 48717 + - uid: 25222 components: - type: Transform - pos: 110.5,193.5 + pos: -29.5,179.5 parent: 1 - - uid: 48718 + - uid: 25223 components: - type: Transform - pos: 110.5,192.5 + pos: -29.5,169.5 parent: 1 - - uid: 48719 + - uid: 25224 components: - type: Transform - pos: 110.5,191.5 + pos: -29.5,168.5 parent: 1 - - uid: 48720 + - uid: 25225 components: - type: Transform - pos: 110.5,190.5 + pos: -39.5,194.5 parent: 1 - - uid: 48721 + - uid: 25226 components: - type: Transform - pos: 110.5,189.5 + pos: -29.5,171.5 parent: 1 - - uid: 48722 + - uid: 25227 components: - type: Transform - pos: 110.5,188.5 + pos: -29.5,170.5 parent: 1 - - uid: 48723 + - uid: 25228 components: - type: Transform - pos: 110.5,187.5 + pos: -29.5,172.5 parent: 1 - - uid: 48724 + - uid: 25229 components: - type: Transform - pos: 110.5,186.5 + pos: -29.5,173.5 parent: 1 - - uid: 48725 + - uid: 25230 components: - type: Transform - pos: 110.5,185.5 + pos: -29.5,175.5 parent: 1 - - uid: 48726 + - uid: 25231 components: - type: Transform - pos: 211.5,200.5 + pos: -50.5,185.5 parent: 1 - - uid: 48727 + - uid: 25232 components: - type: Transform - pos: 110.5,183.5 + pos: -50.5,186.5 parent: 1 - - uid: 48728 + - uid: 25233 components: - type: Transform - pos: 110.5,182.5 + pos: -50.5,187.5 parent: 1 - - uid: 48729 + - uid: 25234 components: - type: Transform - pos: 110.5,181.5 + pos: -50.5,188.5 parent: 1 - - uid: 48730 + - uid: 25235 components: - type: Transform - pos: 110.5,180.5 + pos: -50.5,189.5 parent: 1 - - uid: 48731 + - uid: 25236 components: - type: Transform - pos: 110.5,179.5 + pos: -50.5,190.5 parent: 1 - - uid: 48732 + - uid: 25237 components: - type: Transform - pos: 110.5,178.5 + pos: -50.5,191.5 parent: 1 - - uid: 48733 + - uid: 25238 components: - type: Transform - pos: 110.5,177.5 + pos: -50.5,192.5 parent: 1 - - uid: 48734 + - uid: 25239 components: - type: Transform - pos: 110.5,176.5 + pos: -50.5,193.5 parent: 1 - - uid: 48735 + - uid: 25240 components: - type: Transform - pos: 110.5,175.5 + pos: -50.5,194.5 parent: 1 - - uid: 48736 + - uid: 25241 components: - type: Transform - pos: 109.5,196.5 + pos: -50.5,195.5 parent: 1 - - uid: 48737 + - uid: 25242 components: - type: Transform - pos: 109.5,195.5 + pos: -50.5,196.5 parent: 1 - - uid: 48738 + - uid: 25243 components: - type: Transform - pos: 109.5,194.5 + pos: -50.5,197.5 parent: 1 - - uid: 48739 + - uid: 25244 components: - type: Transform - pos: 109.5,193.5 + pos: -50.5,198.5 parent: 1 - - uid: 48740 + - uid: 25245 components: - type: Transform - pos: 109.5,192.5 + pos: -50.5,199.5 parent: 1 - - uid: 48741 + - uid: 25246 components: - type: Transform - pos: 109.5,191.5 + pos: -51.5,152.5 parent: 1 - - uid: 48742 + - uid: 25247 components: - type: Transform - pos: 109.5,190.5 + pos: -51.5,153.5 parent: 1 - - uid: 48743 + - uid: 25248 components: - type: Transform - pos: 109.5,189.5 + pos: -51.5,154.5 parent: 1 - - uid: 48744 + - uid: 25249 components: - type: Transform - pos: 109.5,188.5 + pos: -51.5,155.5 parent: 1 - - uid: 48745 + - uid: 25250 components: - type: Transform - pos: 109.5,187.5 + pos: -51.5,156.5 parent: 1 - - uid: 48746 + - uid: 25251 components: - type: Transform - pos: 109.5,186.5 + pos: -51.5,157.5 parent: 1 - - uid: 48747 + - uid: 25252 components: - type: Transform - pos: 212.5,200.5 + pos: -51.5,158.5 parent: 1 - - uid: 48749 + - uid: 25253 components: - type: Transform - pos: 109.5,183.5 + pos: -51.5,159.5 parent: 1 - - uid: 48750 + - uid: 25254 components: - type: Transform - pos: 109.5,182.5 + pos: -51.5,160.5 parent: 1 - - uid: 48751 + - uid: 25255 components: - type: Transform - pos: 109.5,181.5 + pos: -51.5,161.5 parent: 1 - - uid: 48752 + - uid: 25256 components: - type: Transform - pos: 109.5,180.5 + pos: -51.5,162.5 parent: 1 - - uid: 48753 + - uid: 25257 components: - type: Transform - pos: 109.5,179.5 + pos: -51.5,163.5 parent: 1 - - uid: 48754 + - uid: 25258 components: - type: Transform - pos: 109.5,178.5 + pos: -51.5,164.5 parent: 1 - - uid: 48755 + - uid: 25259 components: - type: Transform - pos: 109.5,177.5 + pos: -51.5,165.5 parent: 1 - - uid: 48756 + - uid: 25260 components: - type: Transform - pos: 109.5,176.5 + pos: -51.5,166.5 parent: 1 - - uid: 48757 + - uid: 25261 components: - type: Transform - pos: 109.5,175.5 + pos: -51.5,167.5 parent: 1 - - uid: 48758 + - uid: 25262 components: - type: Transform - pos: 108.5,196.5 + pos: -51.5,168.5 parent: 1 - - uid: 48759 + - uid: 25263 components: - type: Transform - pos: 108.5,195.5 + pos: -51.5,169.5 parent: 1 - - uid: 48760 + - uid: 25264 components: - type: Transform - pos: 108.5,194.5 + pos: -51.5,170.5 parent: 1 - - uid: 48761 + - uid: 25265 components: - type: Transform - pos: 108.5,193.5 + pos: -51.5,171.5 parent: 1 - - uid: 48762 + - uid: 25266 components: - type: Transform - pos: 108.5,192.5 + pos: -51.5,172.5 parent: 1 - - uid: 48763 + - uid: 25267 components: - type: Transform - pos: 108.5,191.5 + pos: -51.5,173.5 parent: 1 - - uid: 48764 + - uid: 25268 components: - type: Transform - pos: 108.5,190.5 + pos: -51.5,174.5 parent: 1 - - uid: 48765 + - uid: 25269 components: - type: Transform - pos: 108.5,189.5 + pos: -51.5,175.5 parent: 1 - - uid: 48766 + - uid: 25270 components: - type: Transform - pos: 108.5,188.5 + pos: -51.5,176.5 parent: 1 - - uid: 48767 + - uid: 25271 components: - type: Transform - pos: 108.5,187.5 + pos: -51.5,177.5 parent: 1 - - uid: 48768 + - uid: 25272 components: - type: Transform - pos: 108.5,186.5 + pos: -51.5,178.5 parent: 1 - - uid: 48770 + - uid: 25273 components: - type: Transform - pos: 108.5,184.5 + pos: -51.5,179.5 parent: 1 - - uid: 48771 + - uid: 25274 components: - type: Transform - pos: 108.5,183.5 + pos: -51.5,180.5 parent: 1 - - uid: 48772 + - uid: 25275 components: - type: Transform - pos: 108.5,182.5 + pos: -51.5,181.5 parent: 1 - - uid: 48773 + - uid: 25276 components: - type: Transform - pos: 108.5,181.5 + pos: -51.5,182.5 parent: 1 - - uid: 48774 + - uid: 25277 components: - type: Transform - pos: 108.5,180.5 + pos: -51.5,183.5 parent: 1 - - uid: 48775 + - uid: 25278 components: - type: Transform - pos: 108.5,179.5 + pos: -51.5,184.5 parent: 1 - - uid: 48776 + - uid: 25279 components: - type: Transform - pos: 108.5,178.5 + pos: -51.5,185.5 parent: 1 - - uid: 48777 + - uid: 25280 components: - type: Transform - pos: 108.5,177.5 + pos: -51.5,186.5 parent: 1 - - uid: 48778 + - uid: 25281 components: - type: Transform - pos: 108.5,176.5 + pos: -51.5,187.5 parent: 1 - - uid: 48779 + - uid: 25282 components: - type: Transform - pos: 108.5,175.5 + pos: -51.5,188.5 parent: 1 - - uid: 48780 + - uid: 25283 components: - type: Transform - pos: 107.5,196.5 + pos: -51.5,189.5 parent: 1 - - uid: 48781 + - uid: 25284 components: - type: Transform - pos: 107.5,195.5 + pos: -51.5,190.5 parent: 1 - - uid: 48782 + - uid: 25285 components: - type: Transform - pos: 107.5,194.5 + pos: -51.5,191.5 parent: 1 - - uid: 48783 + - uid: 25286 components: - type: Transform - pos: 107.5,193.5 + pos: -51.5,192.5 parent: 1 - - uid: 48784 + - uid: 25287 components: - type: Transform - pos: 107.5,192.5 + pos: -51.5,193.5 parent: 1 - - uid: 48785 + - uid: 25288 components: - type: Transform - pos: 107.5,191.5 + pos: -51.5,194.5 parent: 1 - - uid: 48786 + - uid: 25289 components: - type: Transform - pos: 107.5,190.5 + pos: -51.5,195.5 parent: 1 - - uid: 48787 + - uid: 25290 components: - type: Transform - pos: 107.5,189.5 + pos: -51.5,196.5 parent: 1 - - uid: 48788 + - uid: 25291 components: - type: Transform - pos: 107.5,188.5 + pos: -51.5,197.5 parent: 1 - - uid: 48789 + - uid: 25292 components: - type: Transform - pos: 107.5,187.5 + pos: -51.5,198.5 parent: 1 - - uid: 48790 + - uid: 25293 components: - type: Transform - pos: 107.5,186.5 + pos: -51.5,199.5 parent: 1 - - uid: 48792 + - uid: 25294 components: - type: Transform - pos: 107.5,184.5 + pos: -52.5,160.5 parent: 1 - - uid: 48793 + - uid: 25295 components: - type: Transform - pos: 107.5,183.5 + pos: -52.5,161.5 parent: 1 - - uid: 48794 + - uid: 25296 components: - type: Transform - pos: 107.5,182.5 + pos: -52.5,162.5 parent: 1 - - uid: 48795 + - uid: 25297 components: - type: Transform - pos: 107.5,181.5 + pos: -52.5,163.5 parent: 1 - - uid: 48796 + - uid: 25298 components: - type: Transform - pos: 107.5,180.5 + pos: -52.5,164.5 parent: 1 - - uid: 48797 + - uid: 25299 components: - type: Transform - pos: 107.5,179.5 + pos: -52.5,165.5 parent: 1 - - uid: 48798 + - uid: 25300 components: - type: Transform - pos: 107.5,178.5 + pos: -52.5,166.5 parent: 1 - - uid: 48799 + - uid: 25301 components: - type: Transform - pos: 107.5,177.5 + pos: -52.5,171.5 parent: 1 - - uid: 48800 + - uid: 25302 components: - type: Transform - pos: 107.5,176.5 + pos: -52.5,172.5 parent: 1 - - uid: 48801 + - uid: 25303 components: - type: Transform - pos: 107.5,175.5 + pos: -52.5,173.5 parent: 1 - - uid: 48802 + - uid: 25304 components: - type: Transform - pos: 106.5,196.5 + pos: -52.5,174.5 parent: 1 - - uid: 48803 + - uid: 25305 components: - type: Transform - pos: 106.5,195.5 + pos: -52.5,175.5 parent: 1 - - uid: 48804 + - uid: 25306 components: - type: Transform - pos: 106.5,194.5 + pos: -52.5,176.5 parent: 1 - - uid: 48805 + - uid: 25307 components: - type: Transform - pos: 106.5,193.5 + pos: -52.5,177.5 parent: 1 - - uid: 48806 + - uid: 25308 components: - type: Transform - pos: 106.5,192.5 + pos: -52.5,178.5 parent: 1 - - uid: 48807 + - uid: 25309 components: - type: Transform - pos: 106.5,191.5 + pos: -52.5,179.5 parent: 1 - - uid: 48808 + - uid: 25310 components: - type: Transform - pos: 106.5,190.5 + pos: -52.5,180.5 parent: 1 - - uid: 48809 + - uid: 25311 components: - type: Transform - pos: 106.5,189.5 + pos: -52.5,181.5 parent: 1 - - uid: 48810 + - uid: 25312 components: - type: Transform - pos: 106.5,188.5 + pos: -52.5,182.5 parent: 1 - - uid: 48811 + - uid: 25313 components: - type: Transform - pos: 106.5,187.5 + pos: -52.5,183.5 parent: 1 - - uid: 48812 + - uid: 25314 components: - type: Transform - pos: 106.5,186.5 + pos: -52.5,184.5 parent: 1 - - uid: 48813 + - uid: 25315 components: - type: Transform - pos: 106.5,185.5 + pos: -52.5,185.5 parent: 1 - - uid: 48814 + - uid: 25316 components: - type: Transform - pos: 106.5,184.5 + pos: -52.5,186.5 parent: 1 - - uid: 48815 + - uid: 25317 components: - type: Transform - pos: 106.5,183.5 + pos: -52.5,187.5 parent: 1 - - uid: 48816 + - uid: 25318 components: - type: Transform - pos: 106.5,182.5 + pos: -52.5,188.5 parent: 1 - - uid: 48817 + - uid: 25319 components: - type: Transform - pos: 106.5,181.5 + pos: -52.5,189.5 parent: 1 - - uid: 48818 + - uid: 25320 components: - type: Transform - pos: 106.5,180.5 + pos: -52.5,190.5 parent: 1 - - uid: 48819 + - uid: 25321 components: - type: Transform - pos: 106.5,179.5 + pos: -52.5,191.5 parent: 1 - - uid: 48820 + - uid: 25322 components: - type: Transform - pos: 106.5,178.5 + pos: -52.5,192.5 parent: 1 - - uid: 48821 + - uid: 25323 components: - type: Transform - pos: 106.5,177.5 + pos: -52.5,193.5 parent: 1 - - uid: 48822 + - uid: 25324 components: - type: Transform - pos: 106.5,176.5 + pos: -52.5,194.5 parent: 1 - - uid: 48823 + - uid: 25325 components: - type: Transform - pos: 106.5,175.5 + pos: -52.5,195.5 parent: 1 - - uid: 48824 + - uid: 25326 components: - type: Transform - pos: 105.5,196.5 + pos: -52.5,196.5 parent: 1 - - uid: 48825 + - uid: 25327 components: - type: Transform - pos: 105.5,195.5 + pos: -52.5,197.5 parent: 1 - - uid: 48826 + - uid: 25328 components: - type: Transform - pos: 105.5,194.5 + pos: -52.5,198.5 parent: 1 - - uid: 48827 + - uid: 25329 components: - type: Transform - pos: 105.5,193.5 + pos: -52.5,199.5 parent: 1 - - uid: 48828 + - uid: 25330 components: - type: Transform - pos: 105.5,192.5 + pos: -53.5,152.5 parent: 1 - - uid: 48829 + - uid: 25331 components: - type: Transform - pos: 105.5,191.5 + pos: -53.5,153.5 parent: 1 - - uid: 48830 + - uid: 25332 components: - type: Transform - pos: 105.5,190.5 + pos: -53.5,154.5 parent: 1 - - uid: 48831 + - uid: 25333 components: - type: Transform - pos: 105.5,189.5 + pos: -53.5,155.5 parent: 1 - - uid: 48832 + - uid: 25334 components: - type: Transform - pos: 105.5,188.5 + pos: -53.5,156.5 parent: 1 - - uid: 48833 + - uid: 25335 components: - type: Transform - pos: 105.5,187.5 + pos: -53.5,157.5 parent: 1 - - uid: 48834 + - uid: 25336 components: - type: Transform - pos: 105.5,186.5 + pos: -53.5,158.5 parent: 1 - - uid: 48835 + - uid: 25337 components: - type: Transform - pos: 105.5,185.5 + pos: -53.5,159.5 parent: 1 - - uid: 48836 + - uid: 25338 components: - type: Transform - pos: 105.5,184.5 + pos: -53.5,160.5 parent: 1 - - uid: 48837 + - uid: 25339 components: - type: Transform - pos: 105.5,183.5 + pos: -53.5,161.5 parent: 1 - - uid: 48838 + - uid: 25340 components: - type: Transform - pos: 105.5,182.5 + pos: -53.5,162.5 parent: 1 - - uid: 48839 + - uid: 25341 components: - type: Transform - pos: 105.5,181.5 + pos: -53.5,163.5 parent: 1 - - uid: 48840 + - uid: 25342 components: - type: Transform - pos: 105.5,180.5 + pos: -53.5,171.5 parent: 1 - - uid: 48841 + - uid: 25343 components: - type: Transform - pos: 105.5,179.5 + pos: -53.5,172.5 parent: 1 - - uid: 48842 + - uid: 25344 components: - type: Transform - pos: 105.5,178.5 + pos: -53.5,173.5 parent: 1 - - uid: 48843 + - uid: 25345 components: - type: Transform - pos: 105.5,177.5 + pos: -53.5,174.5 parent: 1 - - uid: 48844 + - uid: 25346 components: - type: Transform - pos: 105.5,176.5 + pos: -53.5,175.5 parent: 1 - - uid: 48845 + - uid: 25347 components: - type: Transform - pos: 105.5,175.5 + pos: -53.5,176.5 parent: 1 - - uid: 48846 + - uid: 25348 components: - type: Transform - pos: 104.5,196.5 + pos: -53.5,177.5 parent: 1 - - uid: 48847 + - uid: 25349 components: - type: Transform - pos: 104.5,195.5 + pos: -53.5,178.5 parent: 1 - - uid: 48848 + - uid: 25350 components: - type: Transform - pos: 104.5,194.5 + pos: -53.5,179.5 parent: 1 - - uid: 48849 + - uid: 25351 components: - type: Transform - pos: 104.5,193.5 + pos: -53.5,180.5 parent: 1 - - uid: 48850 + - uid: 25352 components: - type: Transform - pos: 104.5,192.5 + pos: -53.5,181.5 parent: 1 - - uid: 48851 + - uid: 25353 components: - type: Transform - pos: 104.5,191.5 + pos: -53.5,182.5 parent: 1 - - uid: 48852 + - uid: 25354 components: - type: Transform - pos: 104.5,190.5 + pos: -53.5,183.5 parent: 1 - - uid: 48853 + - uid: 25355 components: - type: Transform - pos: 104.5,189.5 + pos: -53.5,184.5 parent: 1 - - uid: 48854 + - uid: 25356 components: - type: Transform - pos: 104.5,188.5 + pos: -53.5,185.5 parent: 1 - - uid: 48855 + - uid: 25357 components: - type: Transform - pos: 104.5,187.5 + pos: -53.5,186.5 parent: 1 - - uid: 48856 + - uid: 25358 components: - type: Transform - pos: 104.5,186.5 + pos: -53.5,187.5 parent: 1 - - uid: 48857 + - uid: 25359 components: - type: Transform - pos: 104.5,185.5 + pos: -53.5,188.5 parent: 1 - - uid: 48858 + - uid: 25360 components: - type: Transform - pos: 104.5,184.5 + pos: -53.5,189.5 parent: 1 - - uid: 48859 + - uid: 25361 components: - type: Transform - pos: 104.5,183.5 + pos: -53.5,190.5 parent: 1 - - uid: 48860 + - uid: 25362 components: - type: Transform - pos: 104.5,182.5 + pos: -53.5,191.5 parent: 1 - - uid: 48861 + - uid: 25363 components: - type: Transform - pos: 104.5,181.5 + pos: -53.5,192.5 parent: 1 - - uid: 48862 + - uid: 25364 components: - type: Transform - pos: 104.5,180.5 + pos: -53.5,193.5 parent: 1 - - uid: 48863 + - uid: 25365 components: - type: Transform - pos: 104.5,179.5 + pos: -53.5,194.5 parent: 1 - - uid: 48864 + - uid: 25366 components: - type: Transform - pos: 104.5,178.5 + pos: -53.5,195.5 parent: 1 - - uid: 48865 + - uid: 25367 components: - type: Transform - pos: 104.5,177.5 + pos: -53.5,196.5 parent: 1 - - uid: 48866 + - uid: 25368 components: - type: Transform - pos: 104.5,176.5 + pos: -53.5,197.5 parent: 1 - - uid: 48867 + - uid: 25369 components: - type: Transform - pos: 104.5,175.5 + pos: -53.5,198.5 parent: 1 - - uid: 48868 + - uid: 25370 components: - type: Transform - pos: 103.5,196.5 + pos: -53.5,199.5 parent: 1 - - uid: 48869 + - uid: 25371 components: - type: Transform - pos: 103.5,195.5 + pos: -54.5,152.5 parent: 1 - - uid: 48870 + - uid: 25372 components: - type: Transform - pos: 103.5,194.5 + pos: -54.5,153.5 parent: 1 - - uid: 48871 + - uid: 25373 components: - type: Transform - pos: 103.5,193.5 + pos: -54.5,154.5 parent: 1 - - uid: 48872 + - uid: 25374 components: - type: Transform - pos: 103.5,192.5 + pos: -54.5,155.5 parent: 1 - - uid: 48873 + - uid: 25375 components: - type: Transform - pos: 103.5,191.5 + pos: -54.5,156.5 parent: 1 - - uid: 48874 + - uid: 25376 components: - type: Transform - pos: 103.5,190.5 + pos: -54.5,157.5 parent: 1 - - uid: 48875 + - uid: 25377 components: - type: Transform - pos: 103.5,189.5 + pos: -54.5,158.5 parent: 1 - - uid: 48876 + - uid: 25378 components: - type: Transform - pos: 103.5,188.5 + pos: -54.5,159.5 parent: 1 - - uid: 48877 + - uid: 25379 components: - type: Transform - pos: 103.5,187.5 + pos: -54.5,160.5 parent: 1 - - uid: 48878 + - uid: 25380 components: - type: Transform - pos: 103.5,186.5 + pos: -54.5,161.5 parent: 1 - - uid: 48879 + - uid: 25381 components: - type: Transform - pos: 103.5,185.5 + pos: -54.5,162.5 parent: 1 - - uid: 48880 + - uid: 25382 components: - type: Transform - pos: 103.5,184.5 + pos: -54.5,163.5 parent: 1 - - uid: 48881 + - uid: 25383 components: - type: Transform - pos: 103.5,183.5 + pos: -54.5,170.5 parent: 1 - - uid: 48882 + - uid: 25384 components: - type: Transform - pos: 103.5,182.5 + pos: -54.5,171.5 parent: 1 - - uid: 48883 + - uid: 25385 components: - type: Transform - pos: 103.5,181.5 + pos: -54.5,172.5 parent: 1 - - uid: 48884 + - uid: 25386 components: - type: Transform - pos: 103.5,180.5 + pos: -54.5,173.5 parent: 1 - - uid: 48885 + - uid: 25387 components: - type: Transform - pos: 103.5,179.5 + pos: -54.5,174.5 parent: 1 - - uid: 48886 + - uid: 25388 components: - type: Transform - pos: 103.5,178.5 + pos: -54.5,175.5 parent: 1 - - uid: 48887 + - uid: 25389 components: - type: Transform - pos: 103.5,177.5 + pos: -54.5,176.5 parent: 1 - - uid: 48888 + - uid: 25390 components: - type: Transform - pos: 103.5,176.5 + pos: -54.5,177.5 parent: 1 - - uid: 48889 + - uid: 25391 components: - type: Transform - pos: 103.5,175.5 + pos: -54.5,178.5 parent: 1 - - uid: 48890 + - uid: 25392 components: - type: Transform - pos: 102.5,196.5 + pos: -54.5,179.5 parent: 1 - - uid: 48891 + - uid: 25393 components: - type: Transform - pos: 102.5,195.5 + pos: -54.5,180.5 parent: 1 - - uid: 48892 + - uid: 25394 components: - type: Transform - pos: 102.5,194.5 + pos: -54.5,181.5 parent: 1 - - uid: 48893 + - uid: 25395 components: - type: Transform - pos: 102.5,193.5 + pos: -54.5,182.5 parent: 1 - - uid: 48894 + - uid: 25396 components: - type: Transform - pos: 102.5,192.5 + pos: -54.5,183.5 parent: 1 - - uid: 48895 + - uid: 25397 components: - type: Transform - pos: 102.5,191.5 + pos: -54.5,184.5 parent: 1 - - uid: 48896 + - uid: 25398 components: - type: Transform - pos: 102.5,190.5 + pos: -54.5,185.5 parent: 1 - - uid: 48897 + - uid: 25399 components: - type: Transform - pos: 102.5,189.5 + pos: -54.5,186.5 parent: 1 - - uid: 48898 + - uid: 25400 components: - type: Transform - pos: 102.5,188.5 + pos: -54.5,187.5 parent: 1 - - uid: 48899 + - uid: 25401 components: - type: Transform - pos: 102.5,187.5 + pos: -54.5,188.5 parent: 1 - - uid: 48900 + - uid: 25402 components: - type: Transform - pos: 102.5,186.5 + pos: -54.5,189.5 parent: 1 - - uid: 48901 + - uid: 25403 components: - type: Transform - pos: 102.5,185.5 + pos: -54.5,190.5 parent: 1 - - uid: 48902 + - uid: 25404 components: - type: Transform - pos: 102.5,184.5 + pos: -54.5,191.5 parent: 1 - - uid: 48903 + - uid: 25405 components: - type: Transform - pos: 102.5,183.5 + pos: -54.5,192.5 parent: 1 - - uid: 48904 + - uid: 25406 components: - type: Transform - pos: 102.5,182.5 + pos: -54.5,193.5 parent: 1 - - uid: 48905 + - uid: 25407 components: - type: Transform - pos: 102.5,181.5 + pos: -54.5,194.5 parent: 1 - - uid: 48906 + - uid: 25408 components: - type: Transform - pos: 102.5,180.5 + pos: -54.5,195.5 parent: 1 - - uid: 48907 + - uid: 25409 components: - type: Transform - pos: 102.5,179.5 + pos: -54.5,196.5 parent: 1 - - uid: 48908 + - uid: 25410 components: - type: Transform - pos: 102.5,178.5 + pos: -54.5,197.5 parent: 1 - - uid: 48909 + - uid: 25411 components: - type: Transform - pos: 102.5,177.5 + pos: -54.5,198.5 parent: 1 - - uid: 48910 + - uid: 25412 components: - type: Transform - pos: 102.5,176.5 + pos: -54.5,199.5 parent: 1 - - uid: 48911 + - uid: 25413 components: - type: Transform - pos: 102.5,175.5 + pos: -55.5,152.5 parent: 1 - - uid: 48912 + - uid: 25414 components: - type: Transform - pos: 101.5,176.5 + pos: -55.5,153.5 parent: 1 - - uid: 48913 + - uid: 25415 components: - type: Transform - pos: 101.5,177.5 + pos: -55.5,154.5 parent: 1 - - uid: 48914 + - uid: 25416 components: - type: Transform - pos: 106.5,172.5 + pos: -55.5,155.5 parent: 1 - - uid: 48915 + - uid: 25417 components: - type: Transform - pos: 108.5,172.5 + pos: -55.5,156.5 parent: 1 - - uid: 48916 + - uid: 25418 components: - type: Transform - pos: 104.5,174.5 + pos: -55.5,157.5 parent: 1 - - uid: 48917 + - uid: 25419 components: - type: Transform - pos: 105.5,174.5 + pos: -55.5,158.5 parent: 1 - - uid: 48918 + - uid: 25420 components: - type: Transform - pos: 106.5,174.5 + pos: -55.5,159.5 parent: 1 - - uid: 48919 + - uid: 25421 components: - type: Transform - pos: 107.5,174.5 + pos: -55.5,160.5 parent: 1 - - uid: 48920 + - uid: 25422 components: - type: Transform - pos: 108.5,174.5 + pos: -55.5,161.5 parent: 1 - - uid: 48921 + - uid: 25423 components: - type: Transform - pos: 109.5,174.5 + pos: -55.5,162.5 parent: 1 - - uid: 48922 + - uid: 25424 components: - type: Transform - pos: 101.5,180.5 + pos: -55.5,163.5 parent: 1 - - uid: 48925 + - uid: 25425 components: - type: Transform - pos: 113.5,174.5 + pos: -55.5,164.5 parent: 1 - - uid: 48926 + - uid: 25426 components: - type: Transform - pos: 114.5,174.5 + pos: -55.5,165.5 parent: 1 - - uid: 48927 + - uid: 25427 components: - type: Transform - pos: 115.5,174.5 + pos: -55.5,166.5 parent: 1 - - uid: 48928 + - uid: 25428 components: - type: Transform - pos: 116.5,174.5 + pos: -55.5,167.5 parent: 1 - - uid: 48929 + - uid: 25429 components: - type: Transform - pos: 117.5,174.5 + pos: -55.5,168.5 parent: 1 - - uid: 48930 + - uid: 25430 components: - type: Transform - pos: 118.5,174.5 + pos: -55.5,169.5 parent: 1 - - uid: 48931 + - uid: 25431 components: - type: Transform - pos: 113.5,170.5 + pos: -55.5,170.5 parent: 1 - - uid: 48932 + - uid: 25432 components: - type: Transform - pos: 107.5,172.5 + pos: -55.5,171.5 parent: 1 - - uid: 48933 + - uid: 25433 components: - type: Transform - pos: 107.5,171.5 + pos: -55.5,172.5 parent: 1 - - uid: 48934 + - uid: 25434 components: - type: Transform - pos: 108.5,171.5 + pos: -55.5,173.5 parent: 1 - - uid: 48935 + - uid: 25435 components: - type: Transform - pos: 109.5,171.5 + pos: -55.5,174.5 parent: 1 - - uid: 48936 + - uid: 25436 components: - type: Transform - pos: 110.5,171.5 + pos: -55.5,175.5 parent: 1 - - uid: 48937 + - uid: 25437 components: - type: Transform - pos: 110.5,172.5 + pos: -55.5,176.5 parent: 1 - - uid: 48938 + - uid: 25438 components: - type: Transform - pos: 111.5,172.5 + pos: -55.5,177.5 parent: 1 - - uid: 48939 + - uid: 25439 components: - type: Transform - pos: 111.5,171.5 + pos: -55.5,178.5 parent: 1 - - uid: 48940 + - uid: 25440 components: - type: Transform - pos: 109.5,170.5 + pos: -55.5,179.5 parent: 1 - - uid: 48941 + - uid: 25441 components: - type: Transform - pos: 110.5,170.5 + pos: -55.5,180.5 parent: 1 - - uid: 48942 + - uid: 25442 components: - type: Transform - pos: 111.5,170.5 + pos: -55.5,181.5 parent: 1 - - uid: 48943 + - uid: 25443 components: - type: Transform - pos: 112.5,170.5 + pos: -55.5,182.5 parent: 1 - - uid: 48944 + - uid: 25444 components: - type: Transform - pos: 113.5,169.5 + pos: -55.5,183.5 parent: 1 - - uid: 48945 + - uid: 25445 components: - type: Transform - pos: 62.5,194.5 + pos: -55.5,184.5 parent: 1 - - uid: 48946 + - uid: 25446 components: - type: Transform - pos: 114.5,170.5 + pos: -55.5,185.5 parent: 1 - - uid: 48948 + - uid: 25447 components: - type: Transform - pos: 115.5,173.5 + pos: -55.5,186.5 parent: 1 - - uid: 48949 + - uid: 25448 components: - type: Transform - pos: 116.5,173.5 + pos: -55.5,187.5 parent: 1 - - uid: 48950 + - uid: 25449 components: - type: Transform - pos: 117.5,172.5 + pos: -55.5,188.5 parent: 1 - - uid: 48951 + - uid: 25450 components: - type: Transform - pos: 117.5,171.5 + pos: -55.5,189.5 parent: 1 - - uid: 48952 + - uid: 25451 components: - type: Transform - pos: 118.5,171.5 + pos: -55.5,190.5 parent: 1 - - uid: 48953 + - uid: 25452 components: - type: Transform - pos: 118.5,172.5 + pos: -55.5,191.5 parent: 1 - - uid: 48954 + - uid: 25453 components: - type: Transform - pos: 118.5,173.5 + pos: -55.5,192.5 parent: 1 - - uid: 48955 + - uid: 25454 components: - type: Transform - pos: 117.5,173.5 + pos: -55.5,193.5 parent: 1 - - uid: 48956 + - uid: 25455 components: - type: Transform - pos: 114.5,172.5 + pos: -55.5,194.5 parent: 1 - - uid: 48957 + - uid: 25456 components: - type: Transform - pos: 117.5,170.5 + pos: -55.5,197.5 parent: 1 - - uid: 48958 + - uid: 25457 components: - type: Transform - pos: 117.5,169.5 + pos: -55.5,198.5 parent: 1 - - uid: 48959 + - uid: 25458 components: - type: Transform - pos: 118.5,170.5 + pos: -55.5,199.5 parent: 1 - - uid: 48960 + - uid: 25459 components: - type: Transform - pos: 118.5,168.5 + pos: -56.5,152.5 parent: 1 - - uid: 48961 + - uid: 25460 components: - type: Transform - pos: 114.5,168.5 + pos: -56.5,153.5 parent: 1 - - uid: 48962 + - uid: 25461 components: - type: Transform - pos: 115.5,167.5 + pos: -56.5,154.5 parent: 1 - - uid: 48963 + - uid: 25462 components: - type: Transform - pos: 113.5,168.5 + pos: -56.5,155.5 parent: 1 - - uid: 48964 + - uid: 25463 components: - type: Transform - pos: 114.5,167.5 + pos: -56.5,156.5 parent: 1 - - uid: 48965 + - uid: 25464 components: - type: Transform - pos: 112.5,168.5 + pos: -56.5,157.5 parent: 1 - - uid: 48966 + - uid: 25465 components: - type: Transform - pos: 111.5,168.5 + pos: -56.5,158.5 parent: 1 - - uid: 48967 + - uid: 25466 components: - type: Transform - pos: 112.5,167.5 + pos: -56.5,159.5 parent: 1 - - uid: 48968 + - uid: 25467 components: - type: Transform - pos: 113.5,167.5 + pos: -56.5,160.5 parent: 1 - - uid: 48969 + - uid: 25468 components: - type: Transform - pos: 113.5,166.5 + pos: -56.5,161.5 parent: 1 - - uid: 48970 + - uid: 25469 components: - type: Transform - pos: 114.5,166.5 + pos: -56.5,162.5 parent: 1 - - uid: 48971 + - uid: 25470 components: - type: Transform - pos: 114.5,165.5 + pos: -56.5,163.5 parent: 1 - - uid: 48972 + - uid: 25471 components: - type: Transform - pos: 115.5,166.5 + pos: -56.5,164.5 parent: 1 - - uid: 48973 + - uid: 25472 components: - type: Transform - pos: 115.5,165.5 + pos: -56.5,165.5 parent: 1 - - uid: 48974 + - uid: 25473 components: - type: Transform - pos: 115.5,164.5 + pos: -56.5,166.5 parent: 1 - - uid: 48975 + - uid: 25474 components: - type: Transform - pos: 116.5,164.5 + pos: -56.5,167.5 parent: 1 - - uid: 48976 + - uid: 25475 components: - type: Transform - pos: 116.5,166.5 + pos: -56.5,168.5 parent: 1 - - uid: 48977 + - uid: 25476 components: - type: Transform - pos: 116.5,165.5 + pos: -56.5,169.5 parent: 1 - - uid: 48978 + - uid: 25477 components: - type: Transform - pos: 117.5,166.5 + pos: -56.5,170.5 parent: 1 - - uid: 48979 + - uid: 25478 components: - type: Transform - pos: 118.5,167.5 + pos: -56.5,171.5 parent: 1 - - uid: 48980 + - uid: 25479 components: - type: Transform - pos: 117.5,165.5 + pos: -56.5,172.5 parent: 1 - - uid: 48981 + - uid: 25480 components: - type: Transform - pos: 117.5,164.5 + pos: -56.5,173.5 parent: 1 - - uid: 48982 + - uid: 25481 components: - type: Transform - pos: 118.5,165.5 + pos: -56.5,174.5 parent: 1 - - uid: 48983 + - uid: 25482 components: - type: Transform - pos: 118.5,166.5 + pos: -56.5,175.5 parent: 1 - - uid: 48984 + - uid: 25483 components: - type: Transform - pos: 118.5,163.5 + pos: -56.5,176.5 parent: 1 - - uid: 48985 + - uid: 25484 components: - type: Transform - pos: 117.5,163.5 + pos: -56.5,177.5 parent: 1 - - uid: 48986 + - uid: 25485 components: - type: Transform - pos: 117.5,161.5 + pos: -56.5,178.5 parent: 1 - - uid: 48987 + - uid: 25486 components: - type: Transform - pos: 118.5,161.5 + pos: -56.5,179.5 parent: 1 - - uid: 48988 + - uid: 25487 components: - type: Transform - pos: 118.5,159.5 + pos: -56.5,180.5 parent: 1 - - uid: 48989 + - uid: 25488 components: - type: Transform - pos: 72.5,195.5 + pos: -56.5,181.5 parent: 1 - - uid: 48990 + - uid: 25489 components: - type: Transform - pos: 90.5,187.5 + pos: -56.5,182.5 parent: 1 - - uid: 48991 + - uid: 25490 components: - type: Transform - pos: 93.5,184.5 + pos: -56.5,183.5 parent: 1 - - uid: 48994 + - uid: 25491 components: - type: Transform - pos: 217.5,205.5 + pos: -56.5,184.5 parent: 1 - - uid: 48995 + - uid: 25492 components: - type: Transform - pos: 95.5,186.5 + pos: -56.5,185.5 parent: 1 - - uid: 48996 + - uid: 25493 components: - type: Transform - pos: 60.5,193.5 + pos: -56.5,186.5 parent: 1 - - uid: 48997 + - uid: 25494 components: - type: Transform - pos: 101.5,178.5 + pos: -56.5,187.5 parent: 1 - - uid: 48998 + - uid: 25495 components: - type: Transform - pos: 100.5,177.5 + pos: -56.5,188.5 parent: 1 - - uid: 48999 + - uid: 25496 components: - type: Transform - pos: 100.5,178.5 + pos: -56.5,189.5 parent: 1 - - uid: 49000 + - uid: 25497 components: - type: Transform - pos: 100.5,179.5 + pos: -56.5,190.5 parent: 1 - - uid: 49001 + - uid: 25498 components: - type: Transform - pos: 100.5,180.5 + pos: -56.5,191.5 parent: 1 - - uid: 49002 + - uid: 25499 components: - type: Transform - pos: 100.5,181.5 + pos: -56.5,192.5 parent: 1 - - uid: 49003 + - uid: 25500 components: - type: Transform - pos: 100.5,182.5 + pos: -56.5,193.5 parent: 1 - - uid: 49004 + - uid: 25501 components: - type: Transform - pos: 100.5,183.5 + pos: -56.5,198.5 parent: 1 - - uid: 49005 + - uid: 25502 components: - type: Transform - pos: 100.5,184.5 + pos: -56.5,199.5 parent: 1 - - uid: 49006 + - uid: 25503 components: - type: Transform - pos: 99.5,178.5 + pos: -57.5,157.5 parent: 1 - - uid: 49007 + - uid: 25504 components: - type: Transform - pos: 99.5,179.5 + pos: -57.5,158.5 parent: 1 - - uid: 49008 + - uid: 25505 components: - type: Transform - pos: 99.5,180.5 + pos: -57.5,159.5 parent: 1 - - uid: 49009 + - uid: 25506 components: - type: Transform - pos: 99.5,181.5 + pos: -57.5,160.5 parent: 1 - - uid: 49010 + - uid: 25507 components: - type: Transform - pos: 99.5,182.5 + pos: -57.5,161.5 parent: 1 - - uid: 49011 + - uid: 25508 components: - type: Transform - pos: 99.5,183.5 + pos: -57.5,162.5 parent: 1 - - uid: 49012 + - uid: 25509 components: - type: Transform - pos: 99.5,184.5 + pos: -57.5,163.5 parent: 1 - - uid: 49013 + - uid: 25510 components: - type: Transform - pos: 98.5,179.5 + pos: -57.5,164.5 parent: 1 - - uid: 49014 + - uid: 25511 components: - type: Transform - pos: 98.5,180.5 + pos: -57.5,165.5 parent: 1 - - uid: 49015 + - uid: 25512 components: - type: Transform - pos: 98.5,181.5 + pos: -57.5,166.5 parent: 1 - - uid: 49016 + - uid: 25513 components: - type: Transform - pos: 98.5,182.5 + pos: -57.5,167.5 parent: 1 - - uid: 49017 + - uid: 25514 components: - type: Transform - pos: 98.5,183.5 + pos: -57.5,168.5 parent: 1 - - uid: 49018 + - uid: 25515 components: - type: Transform - pos: 97.5,181.5 + pos: -57.5,169.5 parent: 1 - - uid: 49019 + - uid: 25516 components: - type: Transform - pos: 97.5,182.5 + pos: -57.5,170.5 parent: 1 - - uid: 49020 + - uid: 25517 components: - type: Transform - pos: 97.5,183.5 + pos: -57.5,171.5 parent: 1 - - uid: 49021 + - uid: 25518 components: - type: Transform - pos: 96.5,181.5 + pos: -57.5,172.5 parent: 1 - - uid: 49022 + - uid: 25519 components: - type: Transform - pos: 96.5,182.5 + pos: -57.5,173.5 parent: 1 - - uid: 49023 + - uid: 25520 components: - type: Transform - pos: 96.5,183.5 + pos: -57.5,174.5 parent: 1 - - uid: 49024 + - uid: 25521 components: - type: Transform - pos: 95.5,182.5 + pos: -57.5,175.5 parent: 1 - - uid: 49025 + - uid: 25522 components: - type: Transform - pos: 95.5,183.5 + pos: -57.5,176.5 parent: 1 - - uid: 49026 + - uid: 25523 components: - type: Transform - pos: 94.5,184.5 + pos: -57.5,177.5 parent: 1 - - uid: 49027 + - uid: 25524 components: - type: Transform - pos: 76.5,183.5 + pos: -57.5,178.5 parent: 1 - - uid: 49028 + - uid: 25525 components: - type: Transform - pos: 76.5,182.5 + pos: -57.5,179.5 parent: 1 - - uid: 49029 + - uid: 25526 components: - type: Transform - pos: 76.5,181.5 + pos: -57.5,180.5 parent: 1 - - uid: 49030 + - uid: 25527 components: - type: Transform - pos: 76.5,179.5 + pos: -57.5,181.5 parent: 1 - - uid: 49031 + - uid: 25528 components: - type: Transform - pos: 76.5,180.5 + pos: -57.5,182.5 parent: 1 - - uid: 49032 + - uid: 25529 components: - type: Transform - pos: 77.5,183.5 + pos: -57.5,183.5 parent: 1 - - uid: 49033 + - uid: 25530 components: - type: Transform - pos: 77.5,182.5 + pos: -57.5,184.5 parent: 1 - - uid: 49034 + - uid: 25531 components: - type: Transform - pos: 99.5,195.5 + pos: -57.5,185.5 parent: 1 - - uid: 49035 + - uid: 25532 components: - type: Transform - pos: 99.5,196.5 + pos: -57.5,186.5 parent: 1 - - uid: 49036 + - uid: 25533 components: - type: Transform - pos: 99.5,193.5 + pos: -57.5,187.5 parent: 1 - - uid: 49037 + - uid: 25534 components: - type: Transform - pos: 99.5,191.5 + pos: -57.5,188.5 parent: 1 - - uid: 49038 + - uid: 25535 components: - type: Transform - pos: 99.5,192.5 + pos: -57.5,189.5 parent: 1 - - uid: 49039 + - uid: 25536 components: - type: Transform - pos: 99.5,189.5 + pos: -57.5,190.5 parent: 1 - - uid: 49040 + - uid: 25537 components: - type: Transform - pos: 99.5,190.5 + pos: -57.5,191.5 parent: 1 - - uid: 49041 + - uid: 25538 components: - type: Transform - pos: 99.5,188.5 + pos: -57.5,192.5 parent: 1 - - uid: 49042 + - uid: 25539 components: - type: Transform - pos: 99.5,187.5 + pos: -57.5,193.5 parent: 1 - - uid: 49043 + - uid: 25540 components: - type: Transform - pos: 95.5,187.5 + pos: -57.5,198.5 parent: 1 - - uid: 49044 + - uid: 25541 components: - type: Transform - pos: 95.5,188.5 + pos: -57.5,199.5 parent: 1 - - uid: 49045 + - uid: 25542 components: - type: Transform - pos: 95.5,189.5 + pos: -58.5,157.5 parent: 1 - - uid: 49046 + - uid: 25543 components: - type: Transform - pos: 95.5,190.5 + pos: -58.5,158.5 parent: 1 - - uid: 49047 + - uid: 25544 components: - type: Transform - pos: 95.5,191.5 + pos: -58.5,159.5 parent: 1 - - uid: 49048 + - uid: 25545 components: - type: Transform - pos: 95.5,192.5 + pos: -58.5,160.5 parent: 1 - - uid: 49049 + - uid: 25546 components: - type: Transform - pos: 95.5,193.5 + pos: -58.5,161.5 parent: 1 - - uid: 49050 + - uid: 25547 components: - type: Transform - pos: 95.5,194.5 + pos: -58.5,162.5 parent: 1 - - uid: 49051 + - uid: 25548 components: - type: Transform - pos: 95.5,195.5 + pos: -58.5,163.5 parent: 1 - - uid: 49052 + - uid: 25549 components: - type: Transform - pos: 95.5,196.5 + pos: -58.5,164.5 parent: 1 - - uid: 49053 + - uid: 25550 components: - type: Transform - pos: 96.5,184.5 + pos: -58.5,165.5 parent: 1 - - uid: 49054 + - uid: 25551 components: - type: Transform - pos: 96.5,185.5 + pos: -58.5,166.5 parent: 1 - - uid: 49055 + - uid: 25552 components: - type: Transform - pos: 96.5,186.5 + pos: -58.5,167.5 parent: 1 - - uid: 49056 + - uid: 25553 components: - type: Transform - pos: 96.5,187.5 + pos: -58.5,168.5 parent: 1 - - uid: 49057 + - uid: 25554 components: - type: Transform - pos: 96.5,188.5 + pos: -58.5,169.5 parent: 1 - - uid: 49058 + - uid: 25555 components: - type: Transform - pos: 96.5,189.5 + pos: -58.5,170.5 parent: 1 - - uid: 49059 + - uid: 25556 components: - type: Transform - pos: 96.5,190.5 + pos: -58.5,171.5 parent: 1 - - uid: 49060 + - uid: 25557 components: - type: Transform - pos: 96.5,191.5 + pos: -58.5,172.5 parent: 1 - - uid: 49061 + - uid: 25558 components: - type: Transform - pos: 96.5,192.5 + pos: -58.5,173.5 parent: 1 - - uid: 49062 + - uid: 25559 components: - type: Transform - pos: 96.5,193.5 + pos: -58.5,174.5 parent: 1 - - uid: 49063 + - uid: 25560 components: - type: Transform - pos: 96.5,194.5 + pos: -58.5,175.5 parent: 1 - - uid: 49064 + - uid: 25561 components: - type: Transform - pos: 96.5,195.5 + pos: -58.5,176.5 parent: 1 - - uid: 49065 + - uid: 25562 components: - type: Transform - pos: 96.5,196.5 + pos: -58.5,177.5 parent: 1 - - uid: 49066 + - uid: 25563 components: - type: Transform - pos: 97.5,184.5 + pos: -58.5,178.5 parent: 1 - - uid: 49067 + - uid: 25564 components: - type: Transform - pos: 97.5,185.5 + pos: -58.5,179.5 parent: 1 - - uid: 49068 + - uid: 25565 components: - type: Transform - pos: 97.5,186.5 + pos: -58.5,180.5 parent: 1 - - uid: 49069 + - uid: 25566 components: - type: Transform - pos: 97.5,187.5 + pos: -58.5,181.5 parent: 1 - - uid: 49070 + - uid: 25567 components: - type: Transform - pos: 97.5,188.5 + pos: -58.5,182.5 parent: 1 - - uid: 49071 + - uid: 25568 components: - type: Transform - pos: 97.5,189.5 + pos: -58.5,183.5 parent: 1 - - uid: 49072 + - uid: 25569 components: - type: Transform - pos: 97.5,190.5 + pos: -29.5,174.5 parent: 1 - - uid: 49073 + - uid: 25570 components: - type: Transform - pos: 97.5,191.5 + pos: -29.5,183.5 parent: 1 - - uid: 49074 + - uid: 25571 components: - type: Transform - pos: 97.5,192.5 + pos: -29.5,184.5 parent: 1 - - uid: 49075 + - uid: 25572 components: - type: Transform - pos: 97.5,193.5 + pos: -29.5,185.5 parent: 1 - - uid: 49076 + - uid: 25573 components: - type: Transform - pos: 97.5,194.5 + pos: -58.5,187.5 parent: 1 - - uid: 49077 + - uid: 25574 components: - type: Transform - pos: 97.5,195.5 + pos: -58.5,188.5 parent: 1 - - uid: 49078 + - uid: 25575 components: - type: Transform - pos: 97.5,196.5 + pos: -58.5,189.5 parent: 1 - - uid: 49079 + - uid: 25576 components: - type: Transform - pos: 98.5,184.5 + pos: -58.5,190.5 parent: 1 - - uid: 49080 + - uid: 25577 components: - type: Transform - pos: 98.5,185.5 + pos: -58.5,191.5 parent: 1 - - uid: 49081 + - uid: 25578 components: - type: Transform - pos: 98.5,186.5 + pos: -58.5,192.5 parent: 1 - - uid: 49082 + - uid: 25579 components: - type: Transform - pos: 98.5,187.5 + pos: -58.5,193.5 parent: 1 - - uid: 49083 + - uid: 25580 components: - type: Transform - pos: 98.5,188.5 + pos: -58.5,194.5 parent: 1 - - uid: 49084 + - uid: 25581 components: - type: Transform - pos: 98.5,189.5 + pos: -58.5,198.5 parent: 1 - - uid: 49085 + - uid: 25582 components: - type: Transform - pos: 98.5,190.5 + pos: -58.5,199.5 parent: 1 - - uid: 49086 + - uid: 25583 components: - type: Transform - pos: 98.5,191.5 + pos: -59.5,152.5 parent: 1 - - uid: 49087 + - uid: 25584 components: - type: Transform - pos: 98.5,192.5 + pos: -59.5,153.5 parent: 1 - - uid: 49088 + - uid: 25585 components: - type: Transform - pos: 98.5,193.5 + pos: -59.5,154.5 parent: 1 - - uid: 49089 + - uid: 25586 components: - type: Transform - pos: 98.5,194.5 + pos: -59.5,155.5 parent: 1 - - uid: 49090 + - uid: 25587 components: - type: Transform - pos: 98.5,195.5 + pos: -59.5,156.5 parent: 1 - - uid: 49091 + - uid: 25588 components: - type: Transform - pos: 98.5,196.5 + pos: -59.5,157.5 parent: 1 - - uid: 49092 + - uid: 25589 components: - type: Transform - pos: 82.5,195.5 + pos: -59.5,158.5 parent: 1 - - uid: 49093 + - uid: 25590 components: - type: Transform - pos: 84.5,195.5 + pos: -59.5,159.5 parent: 1 - - uid: 49094 + - uid: 25591 components: - type: Transform - pos: 86.5,196.5 + pos: -59.5,160.5 parent: 1 - - uid: 49095 + - uid: 25592 components: - type: Transform - pos: 99.5,186.5 + pos: -59.5,161.5 parent: 1 - - uid: 49096 + - uid: 25593 components: - type: Transform - pos: 99.5,185.5 + pos: -59.5,162.5 parent: 1 - - uid: 49097 + - uid: 25594 components: - type: Transform - pos: 100.5,196.5 + pos: -59.5,163.5 parent: 1 - - uid: 49098 + - uid: 25595 components: - type: Transform - pos: 100.5,195.5 + pos: -59.5,164.5 parent: 1 - - uid: 49099 + - uid: 25596 components: - type: Transform - pos: 100.5,194.5 + pos: -59.5,165.5 parent: 1 - - uid: 49100 + - uid: 25597 components: - type: Transform - pos: 100.5,193.5 + pos: -59.5,166.5 parent: 1 - - uid: 49101 + - uid: 25598 components: - type: Transform - pos: 100.5,192.5 + pos: -59.5,167.5 parent: 1 - - uid: 49102 + - uid: 25599 components: - type: Transform - pos: 100.5,191.5 + pos: -59.5,168.5 parent: 1 - - uid: 49103 + - uid: 25600 components: - type: Transform - pos: 100.5,190.5 + pos: -59.5,169.5 parent: 1 - - uid: 49104 + - uid: 25601 components: - type: Transform - pos: 100.5,189.5 + pos: -59.5,170.5 parent: 1 - - uid: 49105 + - uid: 25602 components: - type: Transform - pos: 100.5,188.5 + pos: -59.5,171.5 parent: 1 - - uid: 49106 + - uid: 25603 components: - type: Transform - pos: 100.5,187.5 + pos: -59.5,172.5 parent: 1 - - uid: 49107 + - uid: 25604 components: - type: Transform - pos: 100.5,186.5 + pos: -59.5,173.5 parent: 1 - - uid: 49108 + - uid: 25605 components: - type: Transform - pos: 100.5,185.5 + pos: -59.5,174.5 parent: 1 - - uid: 49109 + - uid: 25606 components: - type: Transform - pos: 101.5,196.5 + pos: -59.5,175.5 parent: 1 - - uid: 49110 + - uid: 25607 components: - type: Transform - pos: 101.5,195.5 + pos: -59.5,176.5 parent: 1 - - uid: 49111 + - uid: 25608 components: - type: Transform - pos: 101.5,194.5 + pos: -59.5,177.5 parent: 1 - - uid: 49112 + - uid: 25609 components: - type: Transform - pos: 101.5,193.5 + pos: -59.5,178.5 parent: 1 - - uid: 49113 + - uid: 25610 components: - type: Transform - pos: 101.5,192.5 + pos: -59.5,179.5 parent: 1 - - uid: 49114 + - uid: 25611 components: - type: Transform - pos: 101.5,191.5 + pos: -59.5,180.5 parent: 1 - - uid: 49115 + - uid: 25612 components: - type: Transform - pos: 101.5,190.5 + pos: -59.5,181.5 parent: 1 - - uid: 49116 + - uid: 25613 components: - type: Transform - pos: 101.5,189.5 + pos: -59.5,182.5 parent: 1 - - uid: 49117 + - uid: 25614 components: - type: Transform - pos: 101.5,188.5 + pos: -59.5,183.5 parent: 1 - - uid: 49118 + - uid: 25615 components: - type: Transform - pos: 101.5,187.5 + pos: -59.5,184.5 parent: 1 - - uid: 49119 + - uid: 25616 components: - type: Transform - pos: 101.5,186.5 + pos: -59.5,185.5 parent: 1 - - uid: 49120 + - uid: 25617 components: - type: Transform - pos: 101.5,185.5 + pos: -59.5,186.5 parent: 1 - - uid: 49121 + - uid: 25618 components: - type: Transform - pos: 90.5,185.5 + pos: -59.5,187.5 parent: 1 - - uid: 49122 + - uid: 25619 components: - type: Transform - pos: 89.5,185.5 + pos: -59.5,188.5 parent: 1 - - uid: 49123 + - uid: 25620 components: - type: Transform - pos: 88.5,185.5 + pos: -59.5,189.5 parent: 1 - - uid: 49124 + - uid: 25621 components: - type: Transform - pos: 87.5,185.5 + pos: -59.5,190.5 parent: 1 - - uid: 49125 + - uid: 25622 components: - type: Transform - pos: 90.5,186.5 + pos: -59.5,191.5 parent: 1 - - uid: 49126 + - uid: 25623 components: - type: Transform - pos: 89.5,186.5 + pos: -59.5,192.5 parent: 1 - - uid: 49127 + - uid: 25624 components: - type: Transform - pos: 88.5,186.5 + pos: -59.5,193.5 parent: 1 - - uid: 49128 + - uid: 25625 components: - type: Transform - pos: 87.5,186.5 + pos: -59.5,194.5 parent: 1 - - uid: 49129 + - uid: 25626 components: - type: Transform - pos: 86.5,186.5 + pos: -59.5,195.5 parent: 1 - - uid: 49130 + - uid: 25627 components: - type: Transform - pos: 91.5,186.5 + pos: -59.5,196.5 parent: 1 - - uid: 49131 + - uid: 25628 components: - type: Transform - pos: 92.5,187.5 + pos: -59.5,197.5 parent: 1 - - uid: 49132 + - uid: 25629 components: - type: Transform - pos: 89.5,187.5 + pos: -59.5,198.5 parent: 1 - - uid: 49133 + - uid: 25630 components: - type: Transform - pos: 88.5,187.5 + pos: -59.5,199.5 parent: 1 - - uid: 49134 + - uid: 25631 components: - type: Transform - pos: 87.5,187.5 + pos: -60.5,152.5 parent: 1 - - uid: 49135 + - uid: 25632 components: - type: Transform - pos: 86.5,187.5 + pos: -60.5,153.5 parent: 1 - - uid: 49136 + - uid: 25633 components: - type: Transform - pos: 85.5,187.5 + pos: -60.5,154.5 parent: 1 - - uid: 49137 + - uid: 25634 components: - type: Transform - pos: 84.5,187.5 + pos: -60.5,155.5 parent: 1 - - uid: 49138 + - uid: 25635 components: - type: Transform - pos: 83.5,187.5 + pos: -60.5,156.5 parent: 1 - - uid: 49139 + - uid: 25636 components: - type: Transform - pos: 85.5,186.5 + pos: -60.5,157.5 parent: 1 - - uid: 49140 + - uid: 25637 components: - type: Transform - pos: 84.5,186.5 + pos: -60.5,158.5 parent: 1 - - uid: 49141 + - uid: 25638 components: - type: Transform - pos: 83.5,186.5 + pos: -60.5,159.5 parent: 1 - - uid: 49142 + - uid: 25639 components: - type: Transform - pos: 82.5,186.5 + pos: -60.5,160.5 parent: 1 - - uid: 49143 + - uid: 25640 components: - type: Transform - pos: 81.5,186.5 + pos: -60.5,161.5 parent: 1 - - uid: 49144 + - uid: 25641 components: - type: Transform - pos: 80.5,186.5 + pos: -60.5,162.5 parent: 1 - - uid: 49145 + - uid: 25642 components: - type: Transform - pos: 82.5,185.5 + pos: -60.5,163.5 parent: 1 - - uid: 49146 + - uid: 25643 components: - type: Transform - pos: 82.5,184.5 + pos: -60.5,164.5 parent: 1 - - uid: 49147 + - uid: 25644 components: - type: Transform - pos: 82.5,183.5 + pos: -60.5,165.5 parent: 1 - - uid: 49148 + - uid: 25645 components: - type: Transform - pos: 81.5,185.5 + pos: -60.5,166.5 parent: 1 - - uid: 49149 + - uid: 25646 components: - type: Transform - pos: 81.5,184.5 + pos: -60.5,167.5 parent: 1 - - uid: 49150 + - uid: 25647 components: - type: Transform - pos: 81.5,183.5 + pos: -60.5,168.5 parent: 1 - - uid: 49151 + - uid: 25648 components: - type: Transform - pos: 80.5,185.5 + pos: -60.5,169.5 parent: 1 - - uid: 49152 + - uid: 25649 components: - type: Transform - pos: 80.5,184.5 + pos: -60.5,170.5 parent: 1 - - uid: 49153 + - uid: 25650 components: - type: Transform - pos: 80.5,183.5 + pos: -60.5,171.5 parent: 1 - - uid: 49154 + - uid: 25651 components: - type: Transform - pos: 79.5,185.5 + pos: -60.5,172.5 parent: 1 - - uid: 49155 + - uid: 25652 components: - type: Transform - pos: 79.5,184.5 + pos: -60.5,173.5 parent: 1 - - uid: 49156 + - uid: 25653 components: - type: Transform - pos: 79.5,183.5 + pos: -60.5,174.5 parent: 1 - - uid: 49157 + - uid: 25654 components: - type: Transform - pos: 78.5,185.5 + pos: -60.5,175.5 parent: 1 - - uid: 49158 + - uid: 25655 components: - type: Transform - pos: 78.5,184.5 + pos: -60.5,176.5 parent: 1 - - uid: 49159 + - uid: 25656 components: - type: Transform - pos: 78.5,183.5 + pos: -60.5,177.5 parent: 1 - - uid: 49160 + - uid: 25657 components: - type: Transform - pos: 77.5,184.5 + pos: -60.5,178.5 parent: 1 - - uid: 49161 + - uid: 25658 components: - type: Transform - pos: 77.5,181.5 + pos: -60.5,179.5 parent: 1 - - uid: 49162 + - uid: 25659 components: - type: Transform - pos: 77.5,180.5 + pos: -60.5,180.5 parent: 1 - - uid: 49163 + - uid: 25660 components: - type: Transform - pos: 77.5,179.5 + pos: -60.5,181.5 parent: 1 - - uid: 49164 + - uid: 25661 components: - type: Transform - pos: 75.5,180.5 + pos: -60.5,182.5 parent: 1 - - uid: 49165 + - uid: 25662 components: - type: Transform - pos: 75.5,179.5 + pos: -60.5,183.5 parent: 1 - - uid: 49166 + - uid: 25663 components: - type: Transform - pos: 75.5,178.5 + pos: -60.5,184.5 parent: 1 - - uid: 49167 + - uid: 25664 components: - type: Transform - pos: 76.5,178.5 + pos: -60.5,185.5 parent: 1 - - uid: 49168 + - uid: 25665 components: - type: Transform - pos: 77.5,178.5 + pos: -60.5,186.5 parent: 1 - - uid: 49169 + - uid: 25666 components: - type: Transform - pos: 78.5,179.5 + pos: -60.5,187.5 parent: 1 - - uid: 49170 + - uid: 25667 components: - type: Transform - pos: 78.5,180.5 + pos: -60.5,188.5 parent: 1 - - uid: 49171 + - uid: 25668 components: - type: Transform - pos: 78.5,181.5 + pos: -60.5,189.5 parent: 1 - - uid: 49172 + - uid: 25669 components: - type: Transform - pos: 78.5,182.5 + pos: -60.5,190.5 parent: 1 - - uid: 49173 + - uid: 25670 components: - type: Transform - pos: 79.5,179.5 + pos: -60.5,191.5 parent: 1 - - uid: 49174 + - uid: 25671 components: - type: Transform - pos: 79.5,180.5 + pos: -60.5,192.5 parent: 1 - - uid: 49175 + - uid: 25672 components: - type: Transform - pos: 79.5,181.5 + pos: -60.5,193.5 parent: 1 - - uid: 49176 + - uid: 25673 components: - type: Transform - pos: 79.5,182.5 + pos: -60.5,194.5 parent: 1 - - uid: 49177 + - uid: 25674 components: - type: Transform - pos: 80.5,182.5 + pos: -60.5,195.5 parent: 1 - - uid: 49178 + - uid: 25675 components: - type: Transform - pos: 80.5,181.5 + pos: -60.5,196.5 parent: 1 - - uid: 49179 + - uid: 25676 components: - type: Transform - pos: 80.5,180.5 + pos: -60.5,197.5 parent: 1 - - uid: 49180 + - uid: 25677 components: - type: Transform - pos: 81.5,182.5 + pos: -60.5,198.5 parent: 1 - - uid: 49181 + - uid: 25678 components: - type: Transform - pos: 81.5,181.5 + pos: -60.5,199.5 parent: 1 - - uid: 49182 + - uid: 25679 components: - type: Transform - pos: 81.5,180.5 + pos: -61.5,152.5 parent: 1 - - uid: 49183 + - uid: 25680 components: - type: Transform - pos: 66.5,181.5 + pos: -61.5,153.5 parent: 1 - - uid: 49184 + - uid: 25681 components: - type: Transform - pos: 64.5,182.5 + pos: -61.5,154.5 parent: 1 - - uid: 49186 + - uid: 25682 components: - type: Transform - pos: 62.5,193.5 + pos: -61.5,155.5 parent: 1 - - uid: 49187 + - uid: 25683 components: - type: Transform - pos: 63.5,195.5 + pos: -61.5,156.5 parent: 1 - - uid: 49188 + - uid: 25684 components: - type: Transform - pos: 73.5,194.5 + pos: -61.5,157.5 parent: 1 - - uid: 49189 + - uid: 25685 components: - type: Transform - pos: 81.5,194.5 + pos: -61.5,158.5 parent: 1 - - uid: 49190 + - uid: 25686 components: - type: Transform - pos: 77.5,185.5 + pos: -61.5,159.5 parent: 1 - - uid: 49191 + - uid: 25687 components: - type: Transform - pos: 77.5,186.5 + pos: -61.5,160.5 parent: 1 - - uid: 49192 + - uid: 25688 components: - type: Transform - pos: 76.5,187.5 + pos: -61.5,161.5 parent: 1 - - uid: 49193 + - uid: 25689 components: - type: Transform - pos: 76.5,186.5 + pos: -61.5,162.5 parent: 1 - - uid: 49194 + - uid: 25690 components: - type: Transform - pos: 77.5,187.5 + pos: -61.5,163.5 parent: 1 - - uid: 49195 + - uid: 25691 components: - type: Transform - pos: 78.5,187.5 + pos: -61.5,164.5 parent: 1 - - uid: 49196 + - uid: 25692 components: - type: Transform - pos: 79.5,187.5 + pos: -61.5,165.5 parent: 1 - - uid: 49197 + - uid: 25693 components: - type: Transform - pos: 80.5,187.5 + pos: -61.5,166.5 parent: 1 - - uid: 49198 + - uid: 25694 components: - type: Transform - pos: 81.5,187.5 + pos: -61.5,167.5 parent: 1 - - uid: 49199 + - uid: 25695 components: - type: Transform - pos: 82.5,187.5 + pos: -61.5,168.5 parent: 1 - - uid: 49200 + - uid: 25696 components: - type: Transform - pos: 78.5,186.5 + pos: -61.5,169.5 parent: 1 - - uid: 49201 + - uid: 25697 components: - type: Transform - pos: 79.5,186.5 + pos: -61.5,170.5 parent: 1 - - uid: 49202 + - uid: 25698 components: - type: Transform - pos: 87.5,190.5 + pos: -61.5,171.5 parent: 1 - - uid: 49203 + - uid: 25699 components: - type: Transform - pos: 93.5,188.5 + pos: -61.5,172.5 parent: 1 - - uid: 49204 + - uid: 25700 components: - type: Transform - pos: 92.5,188.5 + pos: -61.5,173.5 parent: 1 - - uid: 49205 + - uid: 25701 components: - type: Transform - pos: 91.5,187.5 + pos: -61.5,174.5 parent: 1 - - uid: 49206 + - uid: 25702 components: - type: Transform - pos: 94.5,191.5 + pos: -61.5,175.5 parent: 1 - - uid: 49207 + - uid: 25703 components: - type: Transform - pos: 93.5,191.5 + pos: -61.5,176.5 parent: 1 - - uid: 49208 + - uid: 25704 components: - type: Transform - pos: 92.5,191.5 + pos: -61.5,177.5 parent: 1 - - uid: 49209 + - uid: 25705 components: - type: Transform - pos: 92.5,190.5 + pos: -61.5,178.5 parent: 1 - - uid: 49210 + - uid: 25706 components: - type: Transform - pos: 91.5,190.5 + pos: -61.5,179.5 parent: 1 - - uid: 49211 + - uid: 25707 components: - type: Transform - pos: 89.5,190.5 + pos: -61.5,180.5 parent: 1 - - uid: 49212 + - uid: 25708 components: - type: Transform - pos: 90.5,189.5 + pos: -61.5,181.5 parent: 1 - - uid: 49213 + - uid: 25709 components: - type: Transform - pos: 90.5,196.5 + pos: -61.5,182.5 parent: 1 - - uid: 49214 + - uid: 25710 components: - type: Transform - pos: 91.5,195.5 + pos: -61.5,183.5 parent: 1 - - uid: 49215 + - uid: 25711 components: - type: Transform - pos: 86.5,190.5 + pos: -61.5,184.5 parent: 1 - - uid: 49216 + - uid: 25712 components: - type: Transform - pos: 86.5,189.5 + pos: -61.5,185.5 parent: 1 - - uid: 49217 + - uid: 25713 components: - type: Transform - pos: 83.5,188.5 + pos: -61.5,186.5 parent: 1 - - uid: 49218 + - uid: 25714 components: - type: Transform - pos: 84.5,189.5 + pos: -61.5,187.5 parent: 1 - - uid: 49219 + - uid: 25715 components: - type: Transform - pos: 82.5,189.5 + pos: -61.5,188.5 parent: 1 - - uid: 49220 + - uid: 25716 components: - type: Transform - pos: 83.5,189.5 + pos: -61.5,189.5 parent: 1 - - uid: 49221 + - uid: 25717 components: - type: Transform - pos: 83.5,191.5 + pos: -61.5,190.5 parent: 1 - - uid: 49222 + - uid: 25718 components: - type: Transform - pos: 81.5,191.5 + pos: -61.5,191.5 parent: 1 - - uid: 49223 + - uid: 25719 components: - type: Transform - pos: 82.5,192.5 + pos: -61.5,192.5 parent: 1 - - uid: 49224 + - uid: 25720 components: - type: Transform - pos: 84.5,191.5 + pos: -61.5,193.5 parent: 1 - - uid: 49225 + - uid: 25721 components: - type: Transform - pos: 84.5,192.5 + pos: -61.5,194.5 parent: 1 - - uid: 49226 + - uid: 25722 components: - type: Transform - pos: 93.5,196.5 + pos: -61.5,195.5 parent: 1 - - uid: 49227 + - uid: 25723 components: - type: Transform - pos: 88.5,192.5 + pos: -61.5,196.5 parent: 1 - - uid: 49228 + - uid: 25724 components: - type: Transform - pos: 87.5,192.5 + pos: -61.5,197.5 parent: 1 - - uid: 49229 + - uid: 25725 components: - type: Transform - pos: 83.5,193.5 + pos: -61.5,198.5 parent: 1 - - uid: 49230 + - uid: 25726 components: - type: Transform - pos: 86.5,194.5 + pos: -61.5,199.5 parent: 1 - - uid: 49231 + - uid: 25727 components: - type: Transform - pos: 80.5,190.5 + pos: -29.5,178.5 parent: 1 - - uid: 49232 + - uid: 25728 components: - type: Transform - pos: 87.5,193.5 + pos: -29.5,165.5 parent: 1 - - uid: 49235 + - uid: 25729 components: - type: Transform - pos: 70.5,184.5 + pos: -29.5,164.5 parent: 1 - - uid: 49236 + - uid: 25730 components: - type: Transform - pos: 79.5,188.5 + pos: 216.5,193.5 parent: 1 - - uid: 49237 + - uid: 25731 components: - type: Transform - pos: 87.5,196.5 + pos: -29.5,190.5 parent: 1 - - uid: 49238 + - uid: 25732 components: - type: Transform - pos: 88.5,195.5 + pos: -29.5,191.5 parent: 1 - - uid: 49239 + - uid: 25733 components: - type: Transform - pos: 87.5,195.5 + pos: -29.5,192.5 parent: 1 - - uid: 49240 + - uid: 25734 components: - type: Transform - pos: 94.5,195.5 + pos: -29.5,193.5 parent: 1 - - uid: 49241 + - uid: 25735 components: - type: Transform - pos: 93.5,194.5 + pos: -29.5,194.5 parent: 1 - - uid: 49242 + - uid: 25736 components: - type: Transform - pos: 94.5,193.5 + pos: -29.5,195.5 parent: 1 - - uid: 49243 + - uid: 25737 components: - type: Transform - pos: 93.5,192.5 + pos: -29.5,196.5 parent: 1 - - uid: 49244 + - uid: 25738 components: - type: Transform - pos: 94.5,192.5 + pos: -29.5,197.5 parent: 1 - - uid: 49245 + - uid: 25739 components: - type: Transform - pos: 93.5,193.5 + pos: -29.5,198.5 parent: 1 - - uid: 49246 + - uid: 25740 components: - type: Transform - pos: 94.5,194.5 + pos: -29.5,199.5 parent: 1 - - uid: 49247 + - uid: 25741 components: - type: Transform - pos: 92.5,195.5 + pos: -30.5,157.5 parent: 1 - - uid: 49248 + - uid: 25742 components: - type: Transform - pos: 92.5,194.5 + pos: -30.5,158.5 parent: 1 - - uid: 49249 + - uid: 25743 components: - type: Transform - pos: 90.5,194.5 + pos: -30.5,159.5 parent: 1 - - uid: 49250 + - uid: 25744 components: - type: Transform - pos: 90.5,192.5 + pos: -30.5,160.5 parent: 1 - - uid: 49251 + - uid: 25745 components: - type: Transform - pos: 91.5,192.5 + pos: -30.5,161.5 parent: 1 - - uid: 49252 + - uid: 25746 components: - type: Transform - pos: 89.5,195.5 + pos: -30.5,162.5 parent: 1 - - uid: 49253 + - uid: 25747 components: - type: Transform - pos: 89.5,196.5 + pos: -30.5,163.5 parent: 1 - - uid: 49254 + - uid: 25748 components: - type: Transform - pos: 90.5,195.5 + pos: -30.5,164.5 parent: 1 - - uid: 49255 + - uid: 25749 components: - type: Transform - pos: 91.5,196.5 + pos: -30.5,165.5 parent: 1 - - uid: 49256 + - uid: 25750 components: - type: Transform - pos: 92.5,196.5 + pos: -30.5,166.5 parent: 1 - - uid: 49257 + - uid: 25751 components: - type: Transform - pos: 93.5,195.5 + pos: -30.5,167.5 parent: 1 - - uid: 49260 + - uid: 25752 components: - type: Transform - pos: 86.5,192.5 + pos: -30.5,168.5 parent: 1 - - uid: 49261 + - uid: 25753 components: - type: Transform - pos: 85.5,195.5 + pos: -30.5,169.5 parent: 1 - - uid: 49262 + - uid: 25754 components: - type: Transform - pos: 88.5,196.5 + pos: -30.5,170.5 parent: 1 - - uid: 49263 + - uid: 25755 components: - type: Transform - pos: 85.5,196.5 + pos: -30.5,171.5 parent: 1 - - uid: 49264 + - uid: 25756 components: - type: Transform - pos: 83.5,196.5 + pos: -30.5,172.5 parent: 1 - - uid: 49265 + - uid: 25757 components: - type: Transform - pos: 86.5,195.5 + pos: -30.5,173.5 parent: 1 - - uid: 49266 + - uid: 25758 components: - type: Transform - pos: 84.5,196.5 + pos: -30.5,174.5 parent: 1 - - uid: 49267 + - uid: 25759 components: - type: Transform - pos: 83.5,195.5 + pos: -30.5,175.5 parent: 1 - - uid: 49268 + - uid: 25760 components: - type: Transform - pos: 76.5,193.5 + pos: -30.5,176.5 parent: 1 - - uid: 49269 + - uid: 25761 components: - type: Transform - pos: 76.5,192.5 + pos: -30.5,177.5 parent: 1 - - uid: 49270 + - uid: 25762 components: - type: Transform - pos: 75.5,191.5 + pos: -30.5,178.5 parent: 1 - - uid: 49271 + - uid: 25763 components: - type: Transform - pos: 78.5,190.5 + pos: -30.5,179.5 parent: 1 - - uid: 49272 + - uid: 25764 components: - type: Transform - pos: 77.5,188.5 + pos: -30.5,180.5 parent: 1 - - uid: 49273 + - uid: 25765 components: - type: Transform - pos: 76.5,188.5 + pos: -30.5,181.5 parent: 1 - - uid: 49274 + - uid: 25766 components: - type: Transform - pos: 76.5,189.5 + pos: -30.5,182.5 parent: 1 - - uid: 49275 + - uid: 25767 components: - type: Transform - pos: 73.5,188.5 + pos: -30.5,183.5 parent: 1 - - uid: 49276 + - uid: 25768 components: - type: Transform - pos: 65.5,192.5 + pos: -30.5,184.5 parent: 1 - - uid: 49277 + - uid: 25769 components: - type: Transform - pos: 65.5,193.5 + pos: -30.5,185.5 parent: 1 - - uid: 49278 + - uid: 25770 components: - type: Transform - pos: 64.5,195.5 + pos: 216.5,198.5 parent: 1 - - uid: 49279 + - uid: 25771 components: - type: Transform - pos: 64.5,194.5 + pos: 217.5,193.5 parent: 1 - - uid: 49280 + - uid: 25772 components: - type: Transform - pos: 65.5,194.5 + pos: -30.5,190.5 parent: 1 - - uid: 49281 + - uid: 25773 components: - type: Transform - pos: 64.5,187.5 + pos: -30.5,191.5 parent: 1 - - uid: 49282 + - uid: 25774 components: - type: Transform - pos: 66.5,196.5 + pos: -30.5,192.5 parent: 1 - - uid: 49283 + - uid: 25775 components: - type: Transform - pos: 59.5,191.5 + pos: -30.5,193.5 parent: 1 - - uid: 49284 + - uid: 25776 components: - type: Transform - pos: 66.5,187.5 + pos: -30.5,194.5 parent: 1 - - uid: 49285 + - uid: 25777 components: - type: Transform - pos: 74.5,193.5 + pos: -30.5,195.5 parent: 1 - - uid: 49286 + - uid: 25778 components: - type: Transform - pos: 75.5,192.5 + pos: -30.5,196.5 parent: 1 - - uid: 49287 + - uid: 25779 components: - type: Transform - pos: 75.5,193.5 + pos: -30.5,197.5 parent: 1 - - uid: 49288 + - uid: 25780 components: - type: Transform - pos: 78.5,194.5 + pos: -30.5,198.5 parent: 1 - - uid: 49289 + - uid: 25781 components: - type: Transform - pos: 78.5,193.5 + pos: -30.5,199.5 parent: 1 - - uid: 49290 + - uid: 25782 components: - type: Transform - pos: 79.5,193.5 + pos: 217.5,198.5 parent: 1 - - uid: 49291 + - uid: 25783 components: - type: Transform - pos: 79.5,194.5 + pos: 217.5,196.5 parent: 1 - - uid: 49292 + - uid: 25784 components: - type: Transform - pos: 79.5,196.5 + pos: -31.5,161.5 parent: 1 - - uid: 49293 + - uid: 25785 components: - type: Transform - pos: 77.5,195.5 + pos: -31.5,162.5 parent: 1 - - uid: 49294 + - uid: 25786 components: - type: Transform - pos: 75.5,195.5 + pos: -31.5,163.5 parent: 1 - - uid: 49295 + - uid: 25787 components: - type: Transform - pos: 77.5,196.5 + pos: -31.5,164.5 parent: 1 - - uid: 49296 + - uid: 25788 components: - type: Transform - pos: 72.5,189.5 + pos: -31.5,165.5 parent: 1 - - uid: 49301 + - uid: 25789 components: - type: Transform - pos: 73.5,193.5 + pos: -31.5,166.5 parent: 1 - - uid: 49302 + - uid: 25790 components: - type: Transform - pos: 73.5,192.5 + pos: -31.5,167.5 parent: 1 - - uid: 49303 + - uid: 25791 components: - type: Transform - pos: 74.5,192.5 + pos: -31.5,168.5 parent: 1 - - uid: 49304 + - uid: 25792 components: - type: Transform - pos: 73.5,191.5 + pos: -31.5,169.5 parent: 1 - - uid: 49305 + - uid: 25793 components: - type: Transform - pos: 74.5,190.5 + pos: -31.5,170.5 parent: 1 - - uid: 49306 + - uid: 25794 components: - type: Transform - pos: 74.5,191.5 + pos: -31.5,171.5 parent: 1 - - uid: 49307 + - uid: 25795 components: - type: Transform - pos: 73.5,190.5 + pos: -31.5,172.5 parent: 1 - - uid: 49308 + - uid: 25796 components: - type: Transform - pos: 74.5,189.5 + pos: -31.5,173.5 parent: 1 - - uid: 49309 + - uid: 25797 components: - type: Transform - pos: 73.5,189.5 + pos: -31.5,174.5 parent: 1 - - uid: 49310 + - uid: 25798 components: - type: Transform - pos: 74.5,188.5 + pos: -31.5,175.5 parent: 1 - - uid: 49311 + - uid: 25799 components: - type: Transform - pos: 75.5,189.5 + pos: -31.5,176.5 parent: 1 - - uid: 49312 + - uid: 25800 components: - type: Transform - pos: 75.5,188.5 + pos: -31.5,177.5 parent: 1 - - uid: 49313 + - uid: 25801 components: - type: Transform - pos: 61.5,193.5 + pos: -31.5,178.5 parent: 1 - - uid: 49314 + - uid: 25802 components: - type: Transform - pos: 69.5,195.5 + pos: -31.5,179.5 parent: 1 - - uid: 49315 + - uid: 25803 components: - type: Transform - pos: 68.5,188.5 + pos: -31.5,180.5 parent: 1 - - uid: 49316 + - uid: 25804 components: - type: Transform - pos: 68.5,194.5 + pos: -31.5,181.5 parent: 1 - - uid: 49317 + - uid: 25805 components: - type: Transform - pos: 68.5,193.5 + pos: -31.5,182.5 parent: 1 - - uid: 49318 + - uid: 25806 components: - type: Transform - pos: 67.5,192.5 + pos: -31.5,183.5 parent: 1 - - uid: 49319 + - uid: 25807 components: - type: Transform - pos: 67.5,193.5 + pos: -31.5,184.5 parent: 1 - - uid: 49320 + - uid: 25808 components: - type: Transform - pos: 67.5,194.5 + pos: -31.5,185.5 parent: 1 - - uid: 49321 + - uid: 25809 components: - type: Transform - pos: 68.5,195.5 + pos: -31.5,186.5 parent: 1 - - uid: 49322 + - uid: 25810 components: - type: Transform - pos: 68.5,196.5 + pos: -31.5,187.5 parent: 1 - - uid: 49323 + - uid: 25811 components: - type: Transform - pos: 67.5,196.5 + pos: -31.5,190.5 parent: 1 - - uid: 49324 + - uid: 25812 components: - type: Transform - pos: 67.5,195.5 + pos: -31.5,191.5 parent: 1 - - uid: 49325 + - uid: 25813 components: - type: Transform - pos: 69.5,194.5 + pos: -31.5,192.5 parent: 1 - - uid: 49326 + - uid: 25814 components: - type: Transform - pos: 51.5,190.5 + pos: -31.5,193.5 parent: 1 - - uid: 49328 + - uid: 25815 components: - type: Transform - pos: 58.5,189.5 + pos: -31.5,194.5 parent: 1 - - uid: 49329 + - uid: 25816 components: - type: Transform - pos: 61.5,192.5 + pos: -31.5,195.5 parent: 1 - - uid: 49330 + - uid: 25817 components: - type: Transform - pos: 59.5,190.5 + pos: -31.5,196.5 parent: 1 - - uid: 49331 + - uid: 25818 components: - type: Transform - pos: 60.5,191.5 + pos: -31.5,197.5 parent: 1 - - uid: 49332 + - uid: 25819 components: - type: Transform - pos: 60.5,192.5 + pos: -31.5,198.5 parent: 1 - - uid: 49333 + - uid: 25820 components: - type: Transform - pos: 60.5,188.5 + pos: -31.5,199.5 parent: 1 - - uid: 49334 + - uid: 25821 components: - type: Transform - pos: 62.5,188.5 + pos: 216.5,191.5 parent: 1 - - uid: 49335 + - uid: 25822 components: - type: Transform - pos: 64.5,185.5 + pos: -32.5,162.5 parent: 1 - - uid: 49336 + - uid: 25823 components: - type: Transform - pos: 61.5,187.5 + pos: -32.5,163.5 parent: 1 - - uid: 49337 + - uid: 25824 components: - type: Transform - pos: 63.5,186.5 + pos: -32.5,164.5 parent: 1 - - uid: 49338 + - uid: 25825 components: - type: Transform - pos: 55.5,188.5 + pos: -32.5,165.5 parent: 1 - - uid: 49339 + - uid: 25826 components: - type: Transform - pos: 57.5,188.5 + pos: -32.5,166.5 parent: 1 - - uid: 49340 + - uid: 25827 components: - type: Transform - pos: 55.5,195.5 + pos: -32.5,167.5 parent: 1 - - uid: 49341 + - uid: 25828 components: - type: Transform - pos: 56.5,196.5 + pos: -32.5,168.5 parent: 1 - - uid: 49342 + - uid: 25829 components: - type: Transform - pos: 70.5,189.5 + pos: -32.5,169.5 parent: 1 - - uid: 49343 + - uid: 25830 components: - type: Transform - pos: 71.5,189.5 + pos: -32.5,170.5 parent: 1 - - uid: 49344 + - uid: 25831 components: - type: Transform - pos: 70.5,188.5 + pos: -32.5,171.5 parent: 1 - - uid: 49345 + - uid: 25832 components: - type: Transform - pos: 67.5,184.5 + pos: -32.5,172.5 parent: 1 - - uid: 49346 + - uid: 25833 components: - type: Transform - pos: 67.5,185.5 + pos: -32.5,173.5 parent: 1 - - uid: 49347 + - uid: 25834 components: - type: Transform - pos: 69.5,187.5 + pos: -32.5,174.5 parent: 1 - - uid: 49348 + - uid: 25835 components: - type: Transform - pos: 66.5,182.5 + pos: -32.5,175.5 parent: 1 - - uid: 49349 + - uid: 25836 components: - type: Transform - pos: 66.5,183.5 + pos: -32.5,176.5 parent: 1 - - uid: 49350 + - uid: 25837 components: - type: Transform - pos: 199.5,182.5 + pos: -32.5,177.5 parent: 1 - - uid: 49357 + - uid: 25838 components: - type: Transform - pos: 47.5,185.5 + pos: -32.5,178.5 parent: 1 - - uid: 49358 + - uid: 25839 components: - type: Transform - pos: 52.5,192.5 + pos: -32.5,179.5 parent: 1 - - uid: 49359 + - uid: 25840 components: - type: Transform - pos: 51.5,193.5 + pos: -32.5,180.5 parent: 1 - - uid: 49360 + - uid: 25841 components: - type: Transform - pos: 49.5,193.5 + pos: -32.5,181.5 parent: 1 - - uid: 49361 + - uid: 25842 components: - type: Transform - pos: 49.5,192.5 + pos: -32.5,182.5 parent: 1 - - uid: 49362 + - uid: 25843 components: - type: Transform - pos: 49.5,195.5 + pos: -32.5,183.5 parent: 1 - - uid: 49363 + - uid: 25844 components: - type: Transform - pos: 51.5,194.5 + pos: -32.5,184.5 parent: 1 - - uid: 49364 + - uid: 25845 components: - type: Transform - pos: 53.5,194.5 + pos: -32.5,185.5 parent: 1 - - uid: 49366 + - uid: 25846 components: - type: Transform - pos: 53.5,195.5 + pos: -32.5,186.5 parent: 1 - - uid: 49367 + - uid: 25847 components: - type: Transform - pos: 50.5,196.5 + pos: -32.5,187.5 parent: 1 - - uid: 49368 + - uid: 25848 components: - type: Transform - pos: 49.5,196.5 + pos: -32.5,190.5 parent: 1 - - uid: 49369 + - uid: 25849 components: - type: Transform - pos: 52.5,196.5 + pos: -32.5,191.5 parent: 1 - - uid: 49370 + - uid: 25850 components: - type: Transform - pos: 55.5,196.5 + pos: -32.5,192.5 parent: 1 - - uid: 49371 + - uid: 25851 components: - type: Transform - pos: 54.5,196.5 + pos: -32.5,193.5 parent: 1 - - uid: 49372 + - uid: 25852 components: - type: Transform - pos: 59.5,196.5 + pos: -32.5,194.5 parent: 1 - - uid: 49373 + - uid: 25853 components: - type: Transform - pos: 58.5,195.5 + pos: -32.5,195.5 parent: 1 - - uid: 49374 + - uid: 25854 components: - type: Transform - pos: 57.5,194.5 + pos: -32.5,196.5 parent: 1 - - uid: 49375 + - uid: 25855 components: - type: Transform - pos: 56.5,192.5 + pos: -32.5,197.5 parent: 1 - - uid: 49376 + - uid: 25856 components: - type: Transform - pos: 55.5,192.5 + pos: -32.5,198.5 parent: 1 - - uid: 49377 + - uid: 25857 components: - type: Transform - pos: 53.5,191.5 + pos: -32.5,199.5 parent: 1 - - uid: 49378 + - uid: 25858 components: - type: Transform - pos: 54.5,191.5 + pos: -33.5,162.5 parent: 1 - - uid: 49379 + - uid: 25859 components: - type: Transform - pos: 56.5,193.5 + pos: -33.5,163.5 parent: 1 - - uid: 49380 + - uid: 25860 components: - type: Transform - pos: 54.5,192.5 + pos: -33.5,164.5 parent: 1 - - uid: 49381 + - uid: 25861 components: - type: Transform - pos: 55.5,193.5 + pos: -33.5,165.5 parent: 1 - - uid: 49382 + - uid: 25862 components: - type: Transform - pos: 57.5,195.5 + pos: -33.5,166.5 parent: 1 - - uid: 49383 + - uid: 25863 components: - type: Transform - pos: 56.5,194.5 + pos: -33.5,167.5 parent: 1 - - uid: 49384 + - uid: 25864 components: - type: Transform - pos: 57.5,196.5 + pos: -33.5,168.5 parent: 1 - - uid: 49387 + - uid: 25865 components: - type: Transform - pos: 50.5,185.5 + pos: -33.5,169.5 parent: 1 - - uid: 49388 + - uid: 25866 components: - type: Transform - pos: 51.5,185.5 + pos: -33.5,170.5 parent: 1 - - uid: 49389 + - uid: 25867 components: - type: Transform - pos: 49.5,185.5 + pos: -33.5,171.5 parent: 1 - - uid: 49390 + - uid: 25868 components: - type: Transform - pos: 46.5,185.5 + pos: -33.5,172.5 parent: 1 - - uid: 49391 + - uid: 25869 components: - type: Transform - pos: 70.5,185.5 + pos: -33.5,173.5 parent: 1 - - uid: 49396 + - uid: 25870 components: - type: Transform - pos: 174.5,196.5 + pos: -33.5,174.5 parent: 1 - - uid: 49397 + - uid: 25871 components: - type: Transform - pos: 172.5,196.5 + pos: -33.5,175.5 parent: 1 - - uid: 49399 + - uid: 25872 components: - type: Transform - pos: 45.5,185.5 + pos: -33.5,176.5 parent: 1 - - uid: 49401 + - uid: 25873 components: - type: Transform - pos: 49.5,184.5 + pos: -33.5,177.5 parent: 1 - - uid: 49402 + - uid: 25874 components: - type: Transform - pos: 48.5,185.5 + pos: -33.5,178.5 parent: 1 - - uid: 49403 + - uid: 25875 components: - type: Transform - pos: 71.5,186.5 + pos: -33.5,179.5 parent: 1 - - uid: 49404 + - uid: 25876 components: - type: Transform - pos: 50.5,184.5 + pos: -33.5,180.5 parent: 1 - - uid: 49406 + - uid: 25877 components: - type: Transform - pos: 72.5,187.5 + pos: -33.5,181.5 parent: 1 - - uid: 49407 + - uid: 25878 components: - type: Transform - pos: 59.5,187.5 + pos: -33.5,182.5 parent: 1 - - uid: 49408 + - uid: 25879 components: - type: Transform - pos: 37.5,188.5 + pos: -33.5,183.5 parent: 1 - - uid: 49409 + - uid: 25880 components: - type: Transform - pos: 70.5,183.5 + pos: -33.5,184.5 parent: 1 - - uid: 49410 + - uid: 25881 components: - type: Transform - pos: 69.5,183.5 + pos: -33.5,185.5 parent: 1 - - uid: 49412 + - uid: 25882 components: - type: Transform - pos: 69.5,182.5 + pos: -33.5,186.5 parent: 1 - - uid: 49413 + - uid: 25883 components: - type: Transform - pos: 68.5,182.5 + pos: -33.5,187.5 parent: 1 - - uid: 49414 + - uid: 25884 components: - type: Transform - pos: 68.5,181.5 + pos: -33.5,188.5 parent: 1 - - uid: 49419 + - uid: 25885 components: - type: Transform - pos: 72.5,188.5 + pos: -33.5,189.5 parent: 1 - - uid: 49420 + - uid: 25886 components: - type: Transform - pos: 72.5,186.5 + pos: -33.5,190.5 parent: 1 - - uid: 49421 + - uid: 25887 components: - type: Transform - pos: 65.5,181.5 + pos: -33.5,191.5 parent: 1 - - uid: 49422 + - uid: 25888 components: - type: Transform - pos: 64.5,181.5 + pos: -33.5,192.5 parent: 1 - - uid: 49423 + - uid: 25889 components: - type: Transform - pos: 65.5,182.5 + pos: -33.5,193.5 parent: 1 - - uid: 49424 + - uid: 25890 components: - type: Transform - pos: 67.5,181.5 + pos: -33.5,194.5 parent: 1 - - uid: 49427 + - uid: 25891 components: - type: Transform - pos: 63.5,182.5 + pos: -33.5,195.5 parent: 1 - - uid: 49428 + - uid: 25892 components: - type: Transform - pos: 63.5,183.5 + pos: -33.5,196.5 parent: 1 - - uid: 49429 + - uid: 25893 components: - type: Transform - pos: 63.5,184.5 + pos: -33.5,197.5 parent: 1 - - uid: 49430 + - uid: 25894 components: - type: Transform - pos: 64.5,184.5 + pos: -33.5,198.5 parent: 1 - - uid: 49431 + - uid: 25895 components: - type: Transform - pos: 65.5,184.5 + pos: -33.5,199.5 parent: 1 - - uid: 49432 + - uid: 25896 components: - type: Transform - pos: 65.5,183.5 + pos: -34.5,157.5 parent: 1 - - uid: 49433 + - uid: 25897 components: - type: Transform - pos: 67.5,183.5 + pos: -34.5,158.5 parent: 1 - - uid: 49434 + - uid: 25898 components: - type: Transform - pos: 67.5,182.5 + pos: -34.5,159.5 parent: 1 - - uid: 49435 + - uid: 25899 components: - type: Transform - pos: 68.5,183.5 + pos: -34.5,160.5 parent: 1 - - uid: 49436 + - uid: 25900 components: - type: Transform - pos: 64.5,183.5 + pos: -34.5,161.5 parent: 1 - - uid: 49437 + - uid: 25901 components: - type: Transform - pos: 62.5,184.5 + pos: -34.5,162.5 parent: 1 - - uid: 49438 + - uid: 25902 components: - type: Transform - pos: 62.5,183.5 + pos: -34.5,163.5 parent: 1 - - uid: 49439 + - uid: 25903 components: - type: Transform - pos: 63.5,185.5 + pos: -34.5,164.5 parent: 1 - - uid: 49440 + - uid: 25904 components: - type: Transform - pos: 61.5,184.5 + pos: -34.5,165.5 parent: 1 - - uid: 49441 + - uid: 25905 components: - type: Transform - pos: 62.5,185.5 + pos: -34.5,166.5 parent: 1 - - uid: 49442 + - uid: 25906 components: - type: Transform - pos: 61.5,185.5 + pos: -34.5,167.5 parent: 1 - - uid: 49443 + - uid: 25907 components: - type: Transform - pos: 61.5,183.5 + pos: -34.5,168.5 parent: 1 - - uid: 49444 + - uid: 25908 components: - type: Transform - pos: 60.5,184.5 + pos: -34.5,169.5 parent: 1 - - uid: 49445 + - uid: 25909 components: - type: Transform - pos: 60.5,185.5 + pos: -34.5,170.5 parent: 1 - - uid: 49448 + - uid: 25910 components: - type: Transform - pos: 59.5,186.5 + pos: -34.5,171.5 parent: 1 - - uid: 49449 + - uid: 25911 components: - type: Transform - pos: 58.5,187.5 + pos: -34.5,172.5 parent: 1 - - uid: 49450 + - uid: 25912 components: - type: Transform - pos: 58.5,186.5 + pos: -34.5,173.5 parent: 1 - - uid: 49451 + - uid: 25913 components: - type: Transform - pos: 57.5,187.5 + pos: -34.5,174.5 parent: 1 - - uid: 49452 + - uid: 25914 components: - type: Transform - pos: 57.5,186.5 + pos: -34.5,175.5 parent: 1 - - uid: 49453 + - uid: 25915 components: - type: Transform - pos: 56.5,187.5 + pos: -34.5,176.5 parent: 1 - - uid: 49454 + - uid: 25916 components: - type: Transform - pos: 56.5,186.5 + pos: -34.5,177.5 parent: 1 - - uid: 49455 + - uid: 25917 components: - type: Transform - pos: 55.5,187.5 + pos: -34.5,178.5 parent: 1 - - uid: 49456 + - uid: 25918 components: - type: Transform - pos: 55.5,186.5 + pos: -34.5,179.5 parent: 1 - - uid: 49457 + - uid: 25919 components: - type: Transform - pos: 54.5,187.5 + pos: -34.5,180.5 parent: 1 - - uid: 49458 + - uid: 25920 components: - type: Transform - pos: 54.5,186.5 + pos: -34.5,181.5 parent: 1 - - uid: 49459 + - uid: 25921 components: - type: Transform - pos: 53.5,187.5 + pos: -34.5,182.5 parent: 1 - - uid: 49460 + - uid: 25922 components: - type: Transform - pos: 53.5,186.5 + pos: -34.5,183.5 parent: 1 - - uid: 49461 + - uid: 25923 components: - type: Transform - pos: 52.5,187.5 + pos: -34.5,184.5 parent: 1 - - uid: 49462 + - uid: 25924 components: - type: Transform - pos: 52.5,186.5 + pos: -34.5,185.5 parent: 1 - - uid: 49463 + - uid: 25925 components: - type: Transform - pos: 51.5,187.5 + pos: -34.5,186.5 parent: 1 - - uid: 49464 + - uid: 25926 components: - type: Transform - pos: 51.5,186.5 + pos: -34.5,187.5 parent: 1 - - uid: 49465 + - uid: 25927 components: - type: Transform - pos: 50.5,187.5 + pos: -34.5,188.5 parent: 1 - - uid: 49466 + - uid: 25928 components: - type: Transform - pos: 50.5,186.5 + pos: -34.5,189.5 parent: 1 - - uid: 49467 + - uid: 25929 components: - type: Transform - pos: 49.5,187.5 + pos: -34.5,190.5 parent: 1 - - uid: 49468 + - uid: 25930 components: - type: Transform - pos: 49.5,186.5 + pos: -34.5,191.5 parent: 1 - - uid: 49469 + - uid: 25931 components: - type: Transform - pos: 48.5,187.5 + pos: -34.5,192.5 parent: 1 - - uid: 49470 + - uid: 25932 components: - type: Transform - pos: 48.5,186.5 + pos: -34.5,193.5 parent: 1 - - uid: 49471 + - uid: 25933 components: - type: Transform - pos: 47.5,187.5 + pos: -34.5,194.5 parent: 1 - - uid: 49472 + - uid: 25934 components: - type: Transform - pos: 47.5,186.5 + pos: -34.5,195.5 parent: 1 - - uid: 49473 + - uid: 25935 components: - type: Transform - pos: 46.5,187.5 + pos: -34.5,196.5 parent: 1 - - uid: 49474 + - uid: 25936 components: - type: Transform - pos: 46.5,186.5 + pos: -34.5,197.5 parent: 1 - - uid: 49475 + - uid: 25937 components: - type: Transform - pos: 59.5,185.5 + pos: -34.5,198.5 parent: 1 - - uid: 49476 + - uid: 25938 components: - type: Transform - pos: 48.5,184.5 + pos: -34.5,199.5 parent: 1 - - uid: 49477 + - uid: 25939 components: - type: Transform - pos: 47.5,184.5 + pos: -35.5,157.5 parent: 1 - - uid: 49478 + - uid: 25940 components: - type: Transform - pos: 46.5,184.5 + pos: -35.5,158.5 parent: 1 - - uid: 49479 + - uid: 25941 components: - type: Transform - pos: 45.5,184.5 + pos: -35.5,159.5 parent: 1 - - uid: 49480 + - uid: 25942 components: - type: Transform - pos: 44.5,184.5 + pos: -35.5,160.5 parent: 1 - - uid: 49481 + - uid: 25943 components: - type: Transform - pos: 43.5,184.5 + pos: -35.5,161.5 parent: 1 - - uid: 49482 + - uid: 25944 components: - type: Transform - pos: 49.5,183.5 + pos: -35.5,162.5 parent: 1 - - uid: 49483 + - uid: 25945 components: - type: Transform - pos: 48.5,183.5 + pos: -35.5,163.5 parent: 1 - - uid: 49484 + - uid: 25946 components: - type: Transform - pos: 47.5,183.5 + pos: -35.5,164.5 parent: 1 - - uid: 49485 + - uid: 25947 components: - type: Transform - pos: 46.5,183.5 + pos: -35.5,165.5 parent: 1 - - uid: 49486 + - uid: 25948 components: - type: Transform - pos: 45.5,183.5 + pos: -35.5,166.5 parent: 1 - - uid: 49487 + - uid: 25949 components: - type: Transform - pos: 44.5,183.5 + pos: -35.5,167.5 parent: 1 - - uid: 49488 + - uid: 25950 components: - type: Transform - pos: 43.5,183.5 + pos: -35.5,168.5 parent: 1 - - uid: 49489 + - uid: 25951 components: - type: Transform - pos: 48.5,182.5 + pos: -35.5,169.5 parent: 1 - - uid: 49490 + - uid: 25952 components: - type: Transform - pos: 47.5,182.5 + pos: -35.5,170.5 parent: 1 - - uid: 49491 + - uid: 25953 components: - type: Transform - pos: 46.5,182.5 + pos: -35.5,171.5 parent: 1 - - uid: 49492 + - uid: 25954 components: - type: Transform - pos: 45.5,182.5 + pos: -35.5,172.5 parent: 1 - - uid: 49493 + - uid: 25955 components: - type: Transform - pos: 44.5,182.5 + pos: -35.5,173.5 parent: 1 - - uid: 49494 + - uid: 25956 components: - type: Transform - pos: 43.5,182.5 + pos: -35.5,174.5 parent: 1 - - uid: 49495 + - uid: 25957 components: - type: Transform - pos: 42.5,182.5 + pos: -35.5,175.5 parent: 1 - - uid: 49496 + - uid: 25958 components: - type: Transform - pos: 47.5,181.5 + pos: -35.5,176.5 parent: 1 - - uid: 49497 + - uid: 25959 components: - type: Transform - pos: 46.5,181.5 + pos: -35.5,177.5 parent: 1 - - uid: 49498 + - uid: 25960 components: - type: Transform - pos: 45.5,181.5 + pos: -35.5,178.5 parent: 1 - - uid: 49499 + - uid: 25961 components: - type: Transform - pos: 44.5,181.5 + pos: -35.5,179.5 parent: 1 - - uid: 49500 + - uid: 25962 components: - type: Transform - pos: 43.5,181.5 + pos: -35.5,180.5 parent: 1 - - uid: 49501 + - uid: 25963 components: - type: Transform - pos: 42.5,181.5 + pos: -35.5,181.5 parent: 1 - - uid: 49504 + - uid: 25964 components: - type: Transform - pos: 41.5,184.5 + pos: -35.5,182.5 parent: 1 - - uid: 49505 + - uid: 25965 components: - type: Transform - pos: 41.5,185.5 + pos: -35.5,183.5 parent: 1 - - uid: 49506 + - uid: 25966 components: - type: Transform - pos: 41.5,186.5 + pos: -35.5,184.5 parent: 1 - - uid: 49507 + - uid: 25967 components: - type: Transform - pos: 41.5,187.5 + pos: -35.5,185.5 parent: 1 - - uid: 49508 + - uid: 25968 components: - type: Transform - pos: 41.5,188.5 + pos: -35.5,186.5 parent: 1 - - uid: 49509 + - uid: 25969 components: - type: Transform - pos: 40.5,183.5 + pos: -35.5,187.5 parent: 1 - - uid: 49510 + - uid: 25970 components: - type: Transform - pos: 40.5,184.5 + pos: -35.5,188.5 parent: 1 - - uid: 49511 + - uid: 25971 components: - type: Transform - pos: 40.5,185.5 + pos: -35.5,189.5 parent: 1 - - uid: 49512 + - uid: 25972 components: - type: Transform - pos: 40.5,186.5 + pos: -35.5,190.5 parent: 1 - - uid: 49513 + - uid: 25973 components: - type: Transform - pos: 40.5,187.5 + pos: -35.5,191.5 parent: 1 - - uid: 49514 + - uid: 25974 components: - type: Transform - pos: 40.5,188.5 + pos: -35.5,192.5 parent: 1 - - uid: 49515 + - uid: 25975 components: - type: Transform - pos: 39.5,184.5 + pos: -35.5,193.5 parent: 1 - - uid: 49516 + - uid: 25976 components: - type: Transform - pos: 39.5,185.5 + pos: -35.5,194.5 parent: 1 - - uid: 49517 + - uid: 25977 components: - type: Transform - pos: 39.5,186.5 + pos: -35.5,195.5 parent: 1 - - uid: 49518 + - uid: 25978 components: - type: Transform - pos: 39.5,187.5 + pos: -35.5,196.5 parent: 1 - - uid: 49519 + - uid: 25979 components: - type: Transform - pos: 39.5,188.5 + pos: -35.5,197.5 parent: 1 - - uid: 49520 + - uid: 25980 components: - type: Transform - pos: 38.5,185.5 + pos: -35.5,198.5 parent: 1 - - uid: 49521 + - uid: 25981 components: - type: Transform - pos: 38.5,186.5 + pos: -35.5,199.5 parent: 1 - - uid: 49522 + - uid: 25982 components: - type: Transform - pos: 38.5,187.5 + pos: -36.5,157.5 parent: 1 - - uid: 49523 + - uid: 25983 components: - type: Transform - pos: 38.5,188.5 + pos: -36.5,158.5 parent: 1 - - uid: 49524 + - uid: 25984 components: - type: Transform - pos: 42.5,183.5 + pos: -36.5,159.5 parent: 1 - - uid: 49525 + - uid: 25985 components: - type: Transform - pos: 42.5,184.5 + pos: -36.5,160.5 parent: 1 - - uid: 49526 + - uid: 25986 components: - type: Transform - pos: 42.5,185.5 + pos: -36.5,161.5 parent: 1 - - uid: 49527 + - uid: 25987 components: - type: Transform - pos: 42.5,186.5 + pos: -36.5,162.5 parent: 1 - - uid: 49528 + - uid: 25988 components: - type: Transform - pos: 42.5,187.5 + pos: -36.5,163.5 parent: 1 - - uid: 49529 + - uid: 25989 components: - type: Transform - pos: 42.5,188.5 + pos: -36.5,164.5 parent: 1 - - uid: 49530 + - uid: 25990 components: - type: Transform - pos: 43.5,188.5 + pos: -36.5,165.5 parent: 1 - - uid: 49531 + - uid: 25991 components: - type: Transform - pos: 43.5,187.5 + pos: -36.5,166.5 parent: 1 - - uid: 49532 + - uid: 25992 components: - type: Transform - pos: 43.5,186.5 + pos: -36.5,167.5 parent: 1 - - uid: 49533 + - uid: 25993 components: - type: Transform - pos: 44.5,188.5 + pos: -36.5,168.5 parent: 1 - - uid: 49534 + - uid: 25994 components: - type: Transform - pos: 44.5,187.5 + pos: -36.5,169.5 parent: 1 - - uid: 49535 + - uid: 25995 components: - type: Transform - pos: 44.5,186.5 + pos: -36.5,170.5 parent: 1 - - uid: 49536 + - uid: 25996 components: - type: Transform - pos: 45.5,188.5 + pos: -36.5,171.5 parent: 1 - - uid: 49537 + - uid: 25997 components: - type: Transform - pos: 45.5,187.5 + pos: -36.5,172.5 parent: 1 - - uid: 49538 + - uid: 25998 components: - type: Transform - pos: 45.5,186.5 + pos: -36.5,173.5 parent: 1 - - uid: 49539 + - uid: 25999 components: - type: Transform - pos: 43.5,185.5 + pos: -36.5,174.5 parent: 1 - - uid: 49540 + - uid: 26000 components: - type: Transform - pos: 44.5,185.5 + pos: -36.5,175.5 parent: 1 - - uid: 49558 + - uid: 26001 components: - type: Transform - pos: 37.5,189.5 + pos: -36.5,176.5 parent: 1 - - uid: 49559 + - uid: 26002 components: - type: Transform - pos: 37.5,190.5 + pos: -36.5,177.5 parent: 1 - - uid: 49560 + - uid: 26003 components: - type: Transform - pos: 37.5,191.5 + pos: -36.5,178.5 parent: 1 - - uid: 49563 + - uid: 26004 components: - type: Transform - pos: 37.5,194.5 + pos: -36.5,179.5 parent: 1 - - uid: 49564 + - uid: 26005 components: - type: Transform - pos: 37.5,195.5 + pos: -36.5,180.5 parent: 1 - - uid: 49565 + - uid: 26006 components: - type: Transform - pos: 37.5,196.5 + pos: -36.5,181.5 parent: 1 - - uid: 49566 + - uid: 26007 components: - type: Transform - pos: 34.5,196.5 + pos: -36.5,182.5 parent: 1 - - uid: 49567 + - uid: 26008 components: - type: Transform - pos: 34.5,195.5 + pos: -36.5,183.5 parent: 1 - - uid: 49568 + - uid: 26009 components: - type: Transform - pos: 34.5,194.5 + pos: -36.5,184.5 parent: 1 - - uid: 49569 + - uid: 26010 components: - type: Transform - pos: 34.5,193.5 + pos: -36.5,185.5 parent: 1 - - uid: 49570 + - uid: 26011 components: - type: Transform - pos: 38.5,190.5 + pos: -36.5,186.5 parent: 1 - - uid: 49571 + - uid: 26012 components: - type: Transform - pos: 35.5,196.5 + pos: -36.5,187.5 parent: 1 - - uid: 49572 + - uid: 26013 components: - type: Transform - pos: 35.5,195.5 + pos: -36.5,188.5 parent: 1 - - uid: 49573 + - uid: 26014 components: - type: Transform - pos: 35.5,194.5 + pos: -36.5,189.5 parent: 1 - - uid: 49574 + - uid: 26015 components: - type: Transform - pos: 35.5,193.5 + pos: -36.5,190.5 parent: 1 - - uid: 49575 + - uid: 26016 components: - type: Transform - pos: 39.5,189.5 + pos: -36.5,191.5 parent: 1 - - uid: 49576 + - uid: 26017 components: - type: Transform - pos: 36.5,196.5 + pos: -36.5,192.5 parent: 1 - - uid: 49577 + - uid: 26018 components: - type: Transform - pos: 36.5,195.5 + pos: -36.5,193.5 parent: 1 - - uid: 49578 + - uid: 26019 components: - type: Transform - pos: 36.5,194.5 + pos: -36.5,194.5 parent: 1 - - uid: 49580 + - uid: 26020 components: - type: Transform - pos: 39.5,190.5 + pos: -36.5,195.5 parent: 1 - - uid: 49581 + - uid: 26021 components: - type: Transform - pos: 35.5,191.5 + pos: -36.5,196.5 parent: 1 - - uid: 49582 + - uid: 26022 components: - type: Transform - pos: 35.5,190.5 + pos: -36.5,197.5 parent: 1 - - uid: 49583 + - uid: 26023 components: - type: Transform - pos: 36.5,191.5 + pos: -36.5,198.5 parent: 1 - - uid: 49584 + - uid: 26024 components: - type: Transform - pos: 36.5,190.5 + pos: -36.5,199.5 parent: 1 - - uid: 49585 + - uid: 26025 components: - type: Transform - pos: 36.5,189.5 + pos: -37.5,157.5 parent: 1 - - uid: 49586 + - uid: 26026 components: - type: Transform - pos: 36.5,188.5 + pos: -37.5,158.5 parent: 1 - - uid: 49587 + - uid: 26027 components: - type: Transform - pos: 37.5,187.5 + pos: -37.5,159.5 parent: 1 - - uid: 49588 + - uid: 26028 components: - type: Transform - pos: 40.5,190.5 + pos: -37.5,160.5 parent: 1 - - uid: 49589 + - uid: 26029 components: - type: Transform - pos: 40.5,189.5 + pos: -37.5,161.5 parent: 1 - - uid: 49590 + - uid: 26030 components: - type: Transform - pos: 38.5,189.5 + pos: -37.5,162.5 parent: 1 - - uid: 49591 + - uid: 26031 components: - type: Transform - pos: 41.5,191.5 + pos: -37.5,163.5 parent: 1 - - uid: 49592 + - uid: 26032 components: - type: Transform - pos: 41.5,192.5 + pos: -37.5,164.5 parent: 1 - - uid: 49593 + - uid: 26033 components: - type: Transform - pos: 41.5,193.5 + pos: -37.5,165.5 parent: 1 - - uid: 49594 + - uid: 26034 components: - type: Transform - pos: 41.5,194.5 + pos: -37.5,166.5 parent: 1 - - uid: 49595 + - uid: 26035 components: - type: Transform - pos: 42.5,194.5 + pos: -37.5,167.5 parent: 1 - - uid: 49596 + - uid: 26036 components: - type: Transform - pos: 43.5,194.5 + pos: -37.5,168.5 parent: 1 - - uid: 49597 + - uid: 26037 components: - type: Transform - pos: 42.5,193.5 + pos: -37.5,169.5 parent: 1 - - uid: 49598 + - uid: 26038 components: - type: Transform - pos: 44.5,193.5 + pos: -37.5,170.5 parent: 1 - - uid: 49600 + - uid: 26039 components: - type: Transform - pos: 46.5,193.5 + pos: -37.5,171.5 parent: 1 - - uid: 49601 + - uid: 26040 components: - type: Transform - pos: 47.5,192.5 + pos: -37.5,172.5 parent: 1 - - uid: 49602 + - uid: 26041 components: - type: Transform - pos: 47.5,191.5 + pos: -37.5,173.5 parent: 1 - - uid: 49603 + - uid: 26042 components: - type: Transform - pos: 47.5,190.5 + pos: -37.5,174.5 parent: 1 - - uid: 49604 + - uid: 26043 components: - type: Transform - pos: 45.5,191.5 + pos: -37.5,175.5 parent: 1 - - uid: 49605 + - uid: 26044 components: - type: Transform - pos: 43.5,191.5 + pos: -37.5,176.5 parent: 1 - - uid: 49606 + - uid: 26045 components: - type: Transform - pos: 43.5,190.5 + pos: -37.5,177.5 parent: 1 - - uid: 49607 + - uid: 26046 components: - type: Transform - pos: 43.5,189.5 + pos: -37.5,178.5 parent: 1 - - uid: 49608 + - uid: 26047 components: - type: Transform - pos: 44.5,190.5 + pos: -37.5,179.5 parent: 1 - - uid: 49609 + - uid: 26048 components: - type: Transform - pos: 44.5,189.5 + pos: -37.5,180.5 parent: 1 - - uid: 49611 + - uid: 26049 components: - type: Transform - pos: 41.5,190.5 + pos: -37.5,181.5 parent: 1 - - uid: 49630 + - uid: 26050 components: - type: Transform - pos: -1.5,116.5 + pos: -37.5,182.5 parent: 1 - - uid: 49640 + - uid: 26051 components: - type: Transform - pos: 172.5,197.5 + pos: -37.5,183.5 parent: 1 - - uid: 49665 + - uid: 26052 components: - type: Transform - pos: -1.5,117.5 + pos: -37.5,184.5 parent: 1 - - uid: 49673 + - uid: 26053 components: - type: Transform - pos: -1.5,118.5 + pos: -37.5,185.5 parent: 1 - - uid: 49675 + - uid: 26054 components: - type: Transform - pos: -1.5,119.5 + pos: -37.5,186.5 parent: 1 - - uid: 49849 + - uid: 26055 components: - type: Transform - pos: 173.5,196.5 + pos: -37.5,187.5 parent: 1 - - uid: 49850 + - uid: 26056 components: - type: Transform - pos: 186.5,197.5 + pos: -37.5,188.5 parent: 1 - - uid: 49876 + - uid: 26057 components: - type: Transform - pos: -1.5,120.5 + pos: -37.5,189.5 parent: 1 - - uid: 49879 + - uid: 26058 components: - type: Transform - pos: -1.5,121.5 + pos: -37.5,190.5 parent: 1 - - uid: 49884 + - uid: 26059 components: - type: Transform - pos: -1.5,122.5 + pos: -37.5,191.5 parent: 1 - - uid: 49886 + - uid: 26060 components: - type: Transform - pos: 184.5,195.5 + pos: -37.5,192.5 parent: 1 - - uid: 50019 + - uid: 26061 components: - type: Transform - pos: -1.5,123.5 + pos: -37.5,193.5 parent: 1 - - uid: 50021 + - uid: 26062 components: - type: Transform - pos: -1.5,124.5 + pos: -37.5,194.5 parent: 1 - - uid: 50028 + - uid: 26063 components: - type: Transform - pos: -1.5,125.5 + pos: -37.5,195.5 parent: 1 - - uid: 50033 + - uid: 26064 components: - type: Transform - pos: -1.5,126.5 + pos: -37.5,196.5 parent: 1 - - uid: 50042 + - uid: 26065 components: - type: Transform - pos: 174.5,197.5 + pos: -37.5,197.5 parent: 1 - - uid: 50043 + - uid: 26066 components: - type: Transform - pos: 172.5,198.5 + pos: -37.5,198.5 parent: 1 - - uid: 50046 + - uid: 26067 components: - type: Transform - pos: 175.5,197.5 + pos: -37.5,199.5 parent: 1 - - uid: 50047 + - uid: 26068 components: - type: Transform - pos: 174.5,198.5 + pos: -38.5,157.5 parent: 1 - - uid: 50055 + - uid: 26069 components: - type: Transform - pos: -1.5,127.5 + pos: -38.5,158.5 parent: 1 - - uid: 50068 + - uid: 26070 components: - type: Transform - pos: 173.5,198.5 + pos: -38.5,159.5 parent: 1 - - uid: 50069 + - uid: 26071 components: - type: Transform - pos: 184.5,197.5 + pos: -38.5,160.5 parent: 1 - - uid: 50070 + - uid: 26072 components: - type: Transform - pos: 186.5,195.5 + pos: -38.5,161.5 parent: 1 - - uid: 50076 + - uid: 26073 components: - type: Transform - pos: 185.5,197.5 + pos: -38.5,162.5 parent: 1 - - uid: 50093 + - uid: 26074 components: - type: Transform - pos: -1.5,128.5 + pos: -38.5,163.5 parent: 1 - - uid: 50100 + - uid: 26075 components: - type: Transform - pos: -160.5,40.5 + pos: -38.5,164.5 parent: 1 - - uid: 50104 + - uid: 26076 components: - type: Transform - pos: -1.5,129.5 + pos: -38.5,165.5 parent: 1 - - uid: 55224 + - uid: 26077 components: - type: Transform - pos: 175.5,196.5 + pos: -38.5,166.5 parent: 1 - - uid: 55260 + - uid: 26078 components: - type: Transform - pos: -1.5,130.5 + pos: -38.5,167.5 parent: 1 - - uid: 55312 + - uid: 26079 components: - type: Transform - pos: -2.5,109.5 + pos: -38.5,168.5 parent: 1 - - uid: 55324 + - uid: 26080 components: - type: Transform - pos: 184.5,196.5 + pos: -38.5,169.5 parent: 1 - - uid: 55359 + - uid: 26081 components: - type: Transform - pos: -2.5,110.5 + pos: -38.5,170.5 parent: 1 - - uid: 55414 + - uid: 26082 components: - type: Transform - pos: -2.5,111.5 + pos: -38.5,171.5 parent: 1 - - uid: 55422 + - uid: 26083 components: - type: Transform - pos: -2.5,112.5 + pos: -38.5,172.5 parent: 1 - - uid: 55434 + - uid: 26084 components: - type: Transform - pos: -2.5,113.5 + pos: -38.5,173.5 parent: 1 - - uid: 55865 + - uid: 26085 components: - type: Transform - pos: -2.5,114.5 + pos: -38.5,174.5 parent: 1 - - uid: 55866 + - uid: 26086 components: - type: Transform - pos: -2.5,115.5 + pos: -38.5,175.5 parent: 1 - - uid: 55868 + - uid: 26087 components: - type: Transform - pos: -2.5,116.5 + pos: -38.5,176.5 parent: 1 - - uid: 55872 + - uid: 26088 components: - type: Transform - pos: -2.5,117.5 + pos: -38.5,177.5 parent: 1 - - uid: 55877 + - uid: 26089 components: - type: Transform - pos: -2.5,118.5 + pos: -38.5,178.5 parent: 1 - - uid: 55878 + - uid: 26090 components: - type: Transform - pos: -2.5,119.5 + pos: -38.5,179.5 parent: 1 - - uid: 55879 + - uid: 26091 components: - type: Transform - pos: -2.5,120.5 + pos: -38.5,180.5 parent: 1 - - uid: 55880 + - uid: 26092 components: - type: Transform - pos: -2.5,121.5 + pos: -38.5,181.5 parent: 1 - - uid: 55881 + - uid: 26093 components: - type: Transform - pos: -2.5,122.5 + pos: -38.5,182.5 parent: 1 - - uid: 55882 + - uid: 26094 components: - type: Transform - pos: -2.5,123.5 + pos: -38.5,183.5 parent: 1 - - uid: 55922 + - uid: 26095 components: - type: Transform - pos: -2.5,124.5 + pos: -38.5,184.5 parent: 1 - - uid: 56079 + - uid: 26096 components: - type: Transform - pos: -2.5,125.5 + pos: -38.5,185.5 parent: 1 - - uid: 56086 + - uid: 26097 components: - type: Transform - pos: -2.5,126.5 + pos: -38.5,186.5 parent: 1 - - uid: 56174 + - uid: 26098 components: - type: Transform - pos: -2.5,127.5 + pos: -38.5,187.5 parent: 1 - - uid: 56204 + - uid: 26099 components: - type: Transform - pos: -2.5,128.5 + pos: -38.5,188.5 parent: 1 - - uid: 56208 + - uid: 26100 components: - type: Transform - pos: -2.5,129.5 + pos: -38.5,189.5 parent: 1 - - uid: 56223 + - uid: 26101 components: - type: Transform - pos: -2.5,130.5 + pos: -38.5,190.5 parent: 1 - - uid: 56287 + - uid: 26102 components: - type: Transform - pos: -3.5,109.5 + pos: -38.5,191.5 parent: 1 - - uid: 56288 + - uid: 26103 components: - type: Transform - pos: -3.5,110.5 + pos: -38.5,192.5 parent: 1 - - uid: 56289 + - uid: 26104 components: - type: Transform - pos: -3.5,111.5 + pos: -38.5,193.5 parent: 1 - - uid: 56290 + - uid: 26105 components: - type: Transform - pos: -3.5,112.5 + pos: -38.5,194.5 parent: 1 - - uid: 56291 + - uid: 26106 components: - type: Transform - pos: -3.5,113.5 + pos: -38.5,195.5 parent: 1 - - uid: 56292 + - uid: 26107 components: - type: Transform - pos: -3.5,114.5 + pos: -38.5,196.5 parent: 1 - - uid: 56293 + - uid: 26108 components: - type: Transform - pos: -3.5,115.5 + pos: -38.5,197.5 parent: 1 - - uid: 56294 + - uid: 26109 components: - type: Transform - pos: -3.5,116.5 + pos: -38.5,198.5 parent: 1 - - uid: 56295 + - uid: 26110 components: - type: Transform - pos: -3.5,117.5 + pos: -38.5,199.5 parent: 1 - - uid: 56296 + - uid: 26111 components: - type: Transform - pos: -3.5,118.5 + pos: -39.5,193.5 parent: 1 - - uid: 56297 + - uid: 26112 components: - type: Transform - pos: -3.5,119.5 + pos: -39.5,192.5 parent: 1 - - uid: 56298 + - uid: 26113 components: - type: Transform - pos: -3.5,120.5 + pos: -39.5,191.5 parent: 1 - - uid: 56299 + - uid: 26114 components: - type: Transform - pos: -3.5,121.5 + pos: -39.5,190.5 parent: 1 - - uid: 56300 + - uid: 26115 components: - type: Transform - pos: -3.5,122.5 + pos: -39.5,189.5 parent: 1 - - uid: 56301 + - uid: 26116 components: - type: Transform - pos: -3.5,123.5 + pos: -39.5,188.5 parent: 1 - - uid: 56302 + - uid: 26117 components: - type: Transform - pos: -3.5,124.5 + pos: -39.5,187.5 parent: 1 - - uid: 56303 + - uid: 26118 components: - type: Transform - pos: -3.5,125.5 + pos: -39.5,186.5 parent: 1 - - uid: 56304 + - uid: 26119 components: - type: Transform - pos: -3.5,126.5 + pos: -39.5,185.5 parent: 1 - - uid: 56305 + - uid: 26120 components: - type: Transform - pos: -3.5,127.5 + pos: -39.5,184.5 parent: 1 - - uid: 56308 + - uid: 26121 components: - type: Transform - pos: 189.5,198.5 + pos: -39.5,183.5 parent: 1 - - uid: 56309 + - uid: 26122 components: - type: Transform - pos: -4.5,109.5 + pos: -39.5,182.5 parent: 1 - - uid: 56310 + - uid: 26123 components: - type: Transform - pos: -4.5,110.5 + pos: -39.5,181.5 parent: 1 - - uid: 56311 + - uid: 26124 components: - type: Transform - pos: -4.5,111.5 + pos: -39.5,180.5 parent: 1 - - uid: 56312 + - uid: 26125 components: - type: Transform - pos: -4.5,112.5 + pos: -39.5,179.5 parent: 1 - - uid: 56313 + - uid: 26126 components: - type: Transform - pos: -4.5,113.5 + pos: -39.5,178.5 parent: 1 - - uid: 56314 + - uid: 26127 components: - type: Transform - pos: -4.5,114.5 + pos: -39.5,177.5 parent: 1 - - uid: 56315 + - uid: 26128 components: - type: Transform - pos: -4.5,115.5 + pos: -39.5,176.5 parent: 1 - - uid: 56316 + - uid: 26129 components: - type: Transform - pos: -4.5,116.5 + pos: -39.5,175.5 parent: 1 - - uid: 56317 + - uid: 26130 components: - type: Transform - pos: -4.5,117.5 + pos: -39.5,174.5 parent: 1 - - uid: 56318 + - uid: 26131 components: - type: Transform - pos: -4.5,118.5 + pos: -39.5,173.5 parent: 1 - - uid: 56319 + - uid: 26132 components: - type: Transform - pos: -4.5,119.5 + pos: -39.5,172.5 parent: 1 - - uid: 56320 + - uid: 26133 components: - type: Transform - pos: -4.5,120.5 + pos: -39.5,171.5 parent: 1 - - uid: 56321 + - uid: 26134 components: - type: Transform - pos: -4.5,121.5 + pos: -39.5,170.5 parent: 1 - - uid: 56322 + - uid: 26135 components: - type: Transform - pos: -4.5,122.5 + pos: -39.5,169.5 parent: 1 - - uid: 56323 + - uid: 26136 components: - type: Transform - pos: -4.5,123.5 + pos: -39.5,168.5 parent: 1 - - uid: 56324 + - uid: 26137 components: - type: Transform - pos: -4.5,124.5 + pos: -39.5,167.5 parent: 1 - - uid: 56325 + - uid: 26138 components: - type: Transform - pos: -4.5,125.5 + pos: -39.5,166.5 parent: 1 - - uid: 56326 + - uid: 26139 components: - type: Transform - pos: -4.5,126.5 + pos: -39.5,165.5 parent: 1 - - uid: 56327 + - uid: 26140 components: - type: Transform - pos: -4.5,127.5 + pos: -39.5,164.5 parent: 1 - - uid: 56328 + - uid: 26141 components: - type: Transform - pos: 185.5,195.5 + pos: -39.5,163.5 parent: 1 - - uid: 56329 + - uid: 26142 components: - type: Transform - pos: 186.5,196.5 + pos: -39.5,162.5 parent: 1 - - uid: 56330 + - uid: 26143 components: - type: Transform - pos: 186.5,198.5 + pos: -39.5,161.5 parent: 1 - - uid: 56331 + - uid: 26144 components: - type: Transform - pos: -5.5,109.5 + pos: -39.5,160.5 parent: 1 - - uid: 56332 + - uid: 26145 components: - type: Transform - pos: -5.5,110.5 + pos: -39.5,159.5 parent: 1 - - uid: 56333 + - uid: 26146 components: - type: Transform - pos: -5.5,111.5 + pos: -39.5,158.5 parent: 1 - - uid: 56334 + - uid: 26147 components: - type: Transform - pos: -5.5,112.5 + pos: -39.5,157.5 parent: 1 - - uid: 56335 + - uid: 26148 components: - type: Transform - pos: -5.5,113.5 + pos: 6.5,193.5 parent: 1 - - uid: 56336 + - uid: 26149 components: - type: Transform - pos: -5.5,114.5 + pos: 6.5,194.5 parent: 1 - - uid: 56337 + - uid: 26150 components: - type: Transform - pos: -5.5,115.5 + pos: 6.5,192.5 parent: 1 - - uid: 56338 + - uid: 26151 components: - type: Transform - pos: -5.5,116.5 + pos: 6.5,196.5 parent: 1 - - uid: 56339 + - uid: 26152 components: - type: Transform - pos: -5.5,117.5 + pos: 6.5,195.5 parent: 1 - - uid: 56340 + - uid: 26153 components: - type: Transform - pos: -5.5,118.5 + pos: -24.5,183.5 parent: 1 - - uid: 56341 + - uid: 26154 components: - type: Transform - pos: -5.5,119.5 + pos: -24.5,182.5 parent: 1 - - uid: 56342 + - uid: 26155 components: - type: Transform - pos: -5.5,120.5 + pos: -24.5,184.5 parent: 1 - - uid: 56343 + - uid: 26156 components: - type: Transform - pos: -5.5,121.5 + pos: -24.5,185.5 parent: 1 - - uid: 56344 + - uid: 26157 components: - type: Transform - pos: -5.5,122.5 + pos: -24.5,186.5 parent: 1 - - uid: 56345 + - uid: 26158 components: - type: Transform - pos: -5.5,123.5 + pos: -24.5,187.5 parent: 1 - - uid: 56346 + - uid: 26159 components: - type: Transform - pos: -5.5,124.5 + pos: -24.5,189.5 parent: 1 - - uid: 56347 + - uid: 26160 components: - type: Transform - pos: -5.5,125.5 + pos: -24.5,188.5 parent: 1 - - uid: 56348 + - uid: 26161 components: - type: Transform - pos: -5.5,126.5 + pos: -24.5,190.5 parent: 1 - - uid: 56349 + - uid: 26162 components: - type: Transform - pos: -5.5,127.5 + pos: -28.5,162.5 parent: 1 - - uid: 56350 + - uid: 26163 components: - type: Transform - pos: -5.5,128.5 + pos: -28.5,163.5 parent: 1 - - uid: 56351 + - uid: 26164 components: - type: Transform - pos: 174.5,195.5 + pos: -28.5,164.5 parent: 1 - - uid: 56352 + - uid: 26165 components: - type: Transform - pos: 173.5,197.5 + pos: -28.5,165.5 parent: 1 - - uid: 56353 + - uid: 26166 components: - type: Transform - pos: -6.5,109.5 + pos: -28.5,166.5 parent: 1 - - uid: 56354 + - uid: 26167 components: - type: Transform - pos: -6.5,110.5 + pos: -28.5,167.5 parent: 1 - - uid: 56355 + - uid: 26168 components: - type: Transform - pos: -6.5,111.5 + pos: -28.5,168.5 parent: 1 - - uid: 56356 + - uid: 26169 components: - type: Transform - pos: -6.5,112.5 + pos: -28.5,169.5 parent: 1 - - uid: 56357 + - uid: 26170 components: - type: Transform - pos: -6.5,113.5 + pos: -28.5,170.5 parent: 1 - - uid: 56358 + - uid: 26171 components: - type: Transform - pos: -6.5,114.5 + pos: -28.5,171.5 parent: 1 - - uid: 56359 + - uid: 26172 components: - type: Transform - pos: -6.5,115.5 + pos: -28.5,172.5 parent: 1 - - uid: 56360 + - uid: 26173 components: - type: Transform - pos: -6.5,116.5 + pos: -28.5,173.5 parent: 1 - - uid: 56361 + - uid: 26174 components: - type: Transform - pos: -6.5,117.5 + pos: -28.5,174.5 parent: 1 - - uid: 56362 + - uid: 26175 components: - type: Transform - pos: -6.5,118.5 + pos: -28.5,175.5 parent: 1 - - uid: 56363 + - uid: 26176 components: - type: Transform - pos: -6.5,119.5 + pos: -28.5,176.5 parent: 1 - - uid: 56364 + - uid: 26177 components: - type: Transform - pos: -6.5,120.5 + pos: -28.5,177.5 parent: 1 - - uid: 56365 + - uid: 26178 components: - type: Transform - pos: -6.5,121.5 + pos: -28.5,178.5 parent: 1 - - uid: 56366 + - uid: 26179 components: - type: Transform - pos: -6.5,122.5 + pos: -28.5,179.5 parent: 1 - - uid: 56367 + - uid: 26180 components: - type: Transform - pos: -6.5,123.5 + pos: -28.5,180.5 parent: 1 - - uid: 56368 + - uid: 26181 components: - type: Transform - pos: -6.5,124.5 + pos: -28.5,181.5 parent: 1 - - uid: 56369 + - uid: 26182 components: - type: Transform - pos: -6.5,125.5 + pos: -28.5,182.5 parent: 1 - - uid: 56370 + - uid: 26183 components: - type: Transform - pos: -6.5,126.5 + pos: -28.5,183.5 parent: 1 - - uid: 56371 + - uid: 26184 components: - type: Transform - pos: -6.5,127.5 + pos: -28.5,184.5 parent: 1 - - uid: 56372 + - uid: 26185 components: - type: Transform - pos: -6.5,128.5 + pos: -28.5,185.5 parent: 1 - - uid: 56373 + - uid: 26186 components: - type: Transform - pos: -6.5,129.5 + pos: -28.5,189.5 parent: 1 - - uid: 56374 + - uid: 26187 components: - type: Transform - pos: -6.5,130.5 + pos: -28.5,190.5 parent: 1 - - uid: 56375 + - uid: 26188 components: - type: Transform - pos: -7.5,109.5 + pos: -28.5,191.5 parent: 1 - - uid: 56376 + - uid: 26189 components: - type: Transform - pos: -7.5,110.5 + pos: -28.5,192.5 parent: 1 - - uid: 56377 + - uid: 26190 components: - type: Transform - pos: -7.5,111.5 + pos: -28.5,193.5 parent: 1 - - uid: 56378 + - uid: 26191 components: - type: Transform - pos: -7.5,112.5 + pos: -28.5,194.5 parent: 1 - - uid: 56379 + - uid: 26192 components: - type: Transform - pos: -7.5,113.5 + pos: -28.5,195.5 parent: 1 - - uid: 56380 + - uid: 26193 components: - type: Transform - pos: -7.5,114.5 + pos: -28.5,196.5 parent: 1 - - uid: 56381 + - uid: 26194 components: - type: Transform - pos: -7.5,115.5 + pos: -28.5,197.5 parent: 1 - - uid: 56382 + - uid: 26195 components: - type: Transform - pos: -7.5,116.5 + pos: -28.5,198.5 parent: 1 - - uid: 56383 + - uid: 26196 components: - type: Transform - pos: -7.5,117.5 + pos: -28.5,199.5 parent: 1 - - uid: 56384 + - uid: 26197 components: - type: Transform - pos: -7.5,118.5 + pos: -27.5,162.5 parent: 1 - - uid: 56385 + - uid: 26198 components: - type: Transform - pos: -7.5,119.5 + pos: -27.5,163.5 parent: 1 - - uid: 56386 + - uid: 26199 components: - type: Transform - pos: -7.5,120.5 + pos: -27.5,164.5 parent: 1 - - uid: 56387 + - uid: 26200 components: - type: Transform - pos: -7.5,121.5 + pos: -27.5,165.5 parent: 1 - - uid: 56388 + - uid: 26201 components: - type: Transform - pos: -7.5,122.5 + pos: -27.5,166.5 parent: 1 - - uid: 56389 + - uid: 26202 components: - type: Transform - pos: -7.5,123.5 + pos: -27.5,167.5 parent: 1 - - uid: 56390 + - uid: 26203 components: - type: Transform - pos: -7.5,124.5 + pos: -27.5,168.5 parent: 1 - - uid: 56391 + - uid: 26204 components: - type: Transform - pos: -7.5,125.5 + pos: -27.5,169.5 parent: 1 - - uid: 56392 + - uid: 26205 components: - type: Transform - pos: -7.5,126.5 + pos: -27.5,170.5 parent: 1 - - uid: 56393 + - uid: 26206 components: - type: Transform - pos: -7.5,127.5 + pos: -27.5,171.5 parent: 1 - - uid: 56394 + - uid: 26207 components: - type: Transform - pos: -7.5,128.5 + pos: -27.5,172.5 parent: 1 - - uid: 56395 + - uid: 26208 components: - type: Transform - pos: -7.5,129.5 + pos: -27.5,173.5 parent: 1 - - uid: 56396 + - uid: 26209 components: - type: Transform - pos: -7.5,130.5 + pos: -27.5,174.5 parent: 1 - - uid: 56397 + - uid: 26210 components: - type: Transform - pos: -8.5,109.5 + pos: -27.5,175.5 parent: 1 - - uid: 56398 + - uid: 26211 components: - type: Transform - pos: -8.5,110.5 + pos: -27.5,176.5 parent: 1 - - uid: 56399 + - uid: 26212 components: - type: Transform - pos: -8.5,111.5 + pos: -27.5,177.5 parent: 1 - - uid: 56400 + - uid: 26213 components: - type: Transform - pos: -8.5,112.5 + pos: -27.5,178.5 parent: 1 - - uid: 56401 + - uid: 26214 components: - type: Transform - pos: -8.5,113.5 + pos: -27.5,179.5 parent: 1 - - uid: 56402 + - uid: 26215 components: - type: Transform - pos: -8.5,114.5 + pos: -27.5,180.5 parent: 1 - - uid: 56403 + - uid: 26216 components: - type: Transform - pos: -8.5,115.5 + pos: -27.5,181.5 parent: 1 - - uid: 56404 + - uid: 26217 components: - type: Transform - pos: -8.5,116.5 + pos: -27.5,182.5 parent: 1 - - uid: 56405 + - uid: 26218 components: - type: Transform - pos: -8.5,117.5 + pos: -27.5,183.5 parent: 1 - - uid: 56406 + - uid: 26219 components: - type: Transform - pos: -8.5,118.5 + pos: -27.5,184.5 parent: 1 - - uid: 56407 + - uid: 26220 components: - type: Transform - pos: -8.5,119.5 + pos: -27.5,185.5 parent: 1 - - uid: 56408 + - uid: 26221 components: - type: Transform - pos: -8.5,120.5 + pos: -27.5,189.5 parent: 1 - - uid: 56409 + - uid: 26222 components: - type: Transform - pos: -8.5,121.5 + pos: -27.5,190.5 parent: 1 - - uid: 56410 + - uid: 26223 components: - type: Transform - pos: -8.5,122.5 + pos: -27.5,191.5 parent: 1 - - uid: 56411 + - uid: 26224 components: - type: Transform - pos: -8.5,123.5 + pos: -27.5,192.5 parent: 1 - - uid: 56412 + - uid: 26225 components: - type: Transform - pos: 185.5,198.5 + pos: -27.5,193.5 parent: 1 - - uid: 56414 + - uid: 26226 components: - type: Transform - pos: 184.5,198.5 + pos: -27.5,194.5 parent: 1 - - uid: 56415 + - uid: 26227 components: - type: Transform - pos: -8.5,127.5 + pos: -27.5,195.5 parent: 1 - - uid: 56416 + - uid: 26228 components: - type: Transform - pos: -8.5,128.5 + pos: -27.5,196.5 parent: 1 - - uid: 56417 + - uid: 26229 components: - type: Transform - pos: -8.5,129.5 + pos: -27.5,197.5 parent: 1 - - uid: 56418 + - uid: 26230 components: - type: Transform - pos: -8.5,130.5 + pos: -27.5,198.5 parent: 1 - - uid: 56419 + - uid: 26231 components: - type: Transform - pos: -9.5,109.5 + pos: -27.5,199.5 parent: 1 - - uid: 56420 + - uid: 26232 components: - type: Transform - pos: -9.5,110.5 + pos: -26.5,162.5 parent: 1 - - uid: 56421 + - uid: 26233 components: - type: Transform - pos: -9.5,111.5 + pos: -26.5,163.5 parent: 1 - - uid: 56422 + - uid: 26234 components: - type: Transform - pos: -9.5,112.5 + pos: -26.5,164.5 parent: 1 - - uid: 56423 + - uid: 26235 components: - type: Transform - pos: -9.5,113.5 + pos: -26.5,165.5 parent: 1 - - uid: 56424 + - uid: 26236 components: - type: Transform - pos: -9.5,114.5 + pos: -26.5,166.5 parent: 1 - - uid: 56425 + - uid: 26237 components: - type: Transform - pos: -9.5,115.5 + pos: -26.5,167.5 parent: 1 - - uid: 56426 + - uid: 26238 components: - type: Transform - pos: -9.5,116.5 + pos: -26.5,168.5 parent: 1 - - uid: 56427 + - uid: 26239 components: - type: Transform - pos: -9.5,117.5 + pos: -26.5,169.5 parent: 1 - - uid: 56428 + - uid: 26240 components: - type: Transform - pos: -9.5,118.5 + pos: -26.5,170.5 parent: 1 - - uid: 56429 + - uid: 26241 components: - type: Transform - pos: -9.5,119.5 + pos: -26.5,171.5 parent: 1 - - uid: 56430 + - uid: 26242 components: - type: Transform - pos: -9.5,120.5 + pos: -26.5,172.5 parent: 1 - - uid: 56431 + - uid: 26243 components: - type: Transform - pos: -9.5,121.5 + pos: -26.5,173.5 parent: 1 - - uid: 56432 + - uid: 26244 components: - type: Transform - pos: -9.5,122.5 + pos: -26.5,174.5 parent: 1 - - uid: 56433 + - uid: 26245 components: - type: Transform - pos: -9.5,123.5 + pos: -26.5,175.5 parent: 1 - - uid: 56435 + - uid: 26246 components: - type: Transform - pos: 185.5,196.5 + pos: -26.5,176.5 parent: 1 - - uid: 56437 + - uid: 26247 components: - type: Transform - pos: 175.5,198.5 + pos: -26.5,177.5 parent: 1 - - uid: 56438 + - uid: 26248 components: - type: Transform - pos: -9.5,128.5 + pos: -26.5,178.5 parent: 1 - - uid: 56439 + - uid: 26249 components: - type: Transform - pos: -9.5,129.5 + pos: -26.5,179.5 parent: 1 - - uid: 56440 + - uid: 26250 components: - type: Transform - pos: -9.5,130.5 + pos: -26.5,180.5 parent: 1 - - uid: 56441 + - uid: 26251 components: - type: Transform - pos: -10.5,109.5 + pos: -26.5,181.5 parent: 1 - - uid: 56442 + - uid: 26252 components: - type: Transform - pos: -10.5,110.5 + pos: -26.5,182.5 parent: 1 - - uid: 56443 + - uid: 26253 components: - type: Transform - pos: -10.5,111.5 + pos: -26.5,183.5 parent: 1 - - uid: 56444 + - uid: 26254 components: - type: Transform - pos: -10.5,112.5 + pos: -26.5,184.5 parent: 1 - - uid: 56445 + - uid: 26255 components: - type: Transform - pos: -10.5,113.5 + pos: -26.5,185.5 parent: 1 - - uid: 56446 + - uid: 26256 components: - type: Transform - pos: -10.5,114.5 + pos: -26.5,186.5 parent: 1 - - uid: 56447 + - uid: 26257 components: - type: Transform - pos: -10.5,115.5 + pos: -26.5,187.5 parent: 1 - - uid: 56448 + - uid: 26258 components: - type: Transform - pos: -10.5,116.5 + pos: -26.5,188.5 parent: 1 - - uid: 56449 + - uid: 26259 components: - type: Transform - pos: -10.5,117.5 + pos: -26.5,189.5 parent: 1 - - uid: 56450 + - uid: 26260 components: - type: Transform - pos: -10.5,118.5 + pos: -26.5,190.5 parent: 1 - - uid: 56451 + - uid: 26261 components: - type: Transform - pos: -10.5,119.5 + pos: -26.5,191.5 parent: 1 - - uid: 56452 + - uid: 26262 components: - type: Transform - pos: -10.5,120.5 + pos: -26.5,192.5 parent: 1 - - uid: 56453 + - uid: 26263 components: - type: Transform - pos: -10.5,121.5 + pos: -26.5,193.5 parent: 1 - - uid: 56460 + - uid: 26264 components: - type: Transform - pos: -10.5,128.5 + pos: -26.5,194.5 parent: 1 - - uid: 56461 + - uid: 26265 components: - type: Transform - pos: -10.5,129.5 + pos: -26.5,195.5 parent: 1 - - uid: 56462 + - uid: 26266 components: - type: Transform - pos: -10.5,130.5 + pos: -26.5,196.5 parent: 1 - - uid: 56463 + - uid: 26267 components: - type: Transform - pos: -11.5,109.5 + pos: -26.5,197.5 parent: 1 - - uid: 56464 + - uid: 26268 components: - type: Transform - pos: -17.5,132.5 + pos: -26.5,198.5 parent: 1 - - uid: 56465 + - uid: 26269 components: - type: Transform - pos: -29.5,167.5 + pos: -26.5,199.5 parent: 1 - - uid: 56466 + - uid: 26270 components: - type: Transform - pos: -29.5,182.5 + pos: -25.5,162.5 parent: 1 - - uid: 56467 + - uid: 26271 components: - type: Transform - pos: -40.5,159.5 + pos: -25.5,163.5 parent: 1 - - uid: 56469 + - uid: 26272 components: - type: Transform - pos: -11.5,111.5 + pos: -25.5,164.5 parent: 1 - - uid: 56470 + - uid: 26273 components: - type: Transform - pos: -11.5,112.5 + pos: -25.5,165.5 parent: 1 - - uid: 56471 + - uid: 26274 components: - type: Transform - pos: -11.5,113.5 + pos: -25.5,166.5 parent: 1 - - uid: 56472 + - uid: 26275 components: - type: Transform - pos: -11.5,114.5 + pos: -25.5,167.5 parent: 1 - - uid: 56473 + - uid: 26276 components: - type: Transform - pos: -11.5,115.5 + pos: -25.5,168.5 parent: 1 - - uid: 56474 + - uid: 26277 components: - type: Transform - pos: -11.5,116.5 + pos: -25.5,169.5 parent: 1 - - uid: 56475 + - uid: 26278 components: - type: Transform - pos: -11.5,117.5 + pos: -25.5,170.5 parent: 1 - - uid: 56476 + - uid: 26279 components: - type: Transform - pos: -11.5,118.5 + pos: -25.5,177.5 parent: 1 - - uid: 56477 + - uid: 26280 components: - type: Transform - pos: -11.5,119.5 + pos: -25.5,178.5 parent: 1 - - uid: 56478 + - uid: 26281 components: - type: Transform - pos: -11.5,120.5 + pos: -25.5,179.5 parent: 1 - - uid: 56479 + - uid: 26282 components: - type: Transform - pos: -11.5,121.5 + pos: -25.5,180.5 parent: 1 - - uid: 56480 + - uid: 26283 components: - type: Transform - pos: -11.5,122.5 + pos: -25.5,181.5 parent: 1 - - uid: 56485 + - uid: 26284 components: - type: Transform - pos: -11.5,127.5 + pos: -25.5,182.5 parent: 1 - - uid: 56486 + - uid: 26285 components: - type: Transform - pos: -11.5,128.5 + pos: -25.5,183.5 parent: 1 - - uid: 56487 + - uid: 26286 components: - type: Transform - pos: -11.5,129.5 + pos: -25.5,184.5 parent: 1 - - uid: 56488 + - uid: 26287 components: - type: Transform - pos: -11.5,130.5 + pos: -25.5,185.5 parent: 1 - - uid: 56489 + - uid: 26288 components: - type: Transform - pos: -12.5,109.5 + pos: -25.5,186.5 parent: 1 - - uid: 56490 + - uid: 26289 components: - type: Transform - pos: -12.5,110.5 + pos: -25.5,187.5 parent: 1 - - uid: 56491 + - uid: 26290 components: - type: Transform - pos: -12.5,111.5 + pos: -25.5,188.5 parent: 1 - - uid: 56492 + - uid: 26291 components: - type: Transform - pos: -12.5,112.5 + pos: -25.5,189.5 parent: 1 - - uid: 56493 + - uid: 26292 components: - type: Transform - pos: -12.5,113.5 + pos: -25.5,190.5 parent: 1 - - uid: 56494 + - uid: 26293 components: - type: Transform - pos: -12.5,114.5 + pos: -25.5,191.5 parent: 1 - - uid: 56495 + - uid: 26294 components: - type: Transform - pos: -12.5,115.5 + pos: -25.5,192.5 parent: 1 - - uid: 56496 + - uid: 26295 components: - type: Transform - pos: -12.5,116.5 + pos: -25.5,193.5 parent: 1 - - uid: 56497 + - uid: 26296 components: - type: Transform - pos: -12.5,117.5 + pos: -25.5,194.5 parent: 1 - - uid: 56498 + - uid: 26297 components: - type: Transform - pos: -12.5,118.5 + pos: -25.5,195.5 parent: 1 - - uid: 56499 + - uid: 26298 components: - type: Transform - pos: -12.5,119.5 + pos: -25.5,196.5 parent: 1 - - uid: 56500 + - uid: 26299 components: - type: Transform - pos: -12.5,120.5 + pos: -25.5,197.5 parent: 1 - - uid: 56501 + - uid: 26300 components: - type: Transform - pos: -12.5,121.5 + pos: -25.5,198.5 parent: 1 - - uid: 56502 + - uid: 26301 components: - type: Transform - pos: -12.5,122.5 + pos: -25.5,199.5 parent: 1 - - uid: 56503 + - uid: 26302 components: - type: Transform - pos: -12.5,123.5 + pos: -24.5,162.5 parent: 1 - - uid: 56504 + - uid: 26303 components: - type: Transform - pos: -12.5,124.5 + pos: -24.5,163.5 parent: 1 - - uid: 56505 + - uid: 26304 components: - type: Transform - pos: -12.5,125.5 + pos: -24.5,164.5 parent: 1 - - uid: 56506 + - uid: 26305 components: - type: Transform - pos: -12.5,126.5 + pos: -24.5,165.5 parent: 1 - - uid: 56507 + - uid: 26306 components: - type: Transform - pos: -12.5,127.5 + pos: -24.5,166.5 parent: 1 - - uid: 56508 + - uid: 26307 components: - type: Transform - pos: -12.5,128.5 + pos: -24.5,167.5 parent: 1 - - uid: 56509 + - uid: 26308 components: - type: Transform - pos: -12.5,129.5 + pos: -24.5,168.5 parent: 1 - - uid: 56510 + - uid: 26309 components: - type: Transform - pos: -12.5,130.5 + pos: -24.5,169.5 parent: 1 - - uid: 56511 + - uid: 26310 components: - type: Transform - pos: -13.5,109.5 + pos: -24.5,170.5 parent: 1 - - uid: 56512 + - uid: 26311 components: - type: Transform - pos: -13.5,110.5 + pos: -24.5,177.5 parent: 1 - - uid: 56513 + - uid: 26312 components: - type: Transform - pos: -13.5,111.5 + pos: -24.5,178.5 parent: 1 - - uid: 56514 + - uid: 26313 components: - type: Transform - pos: -13.5,112.5 + pos: -24.5,179.5 parent: 1 - - uid: 56515 + - uid: 26314 components: - type: Transform - pos: -13.5,113.5 + pos: -24.5,180.5 parent: 1 - - uid: 56516 + - uid: 26315 components: - type: Transform - pos: -13.5,114.5 + pos: -24.5,181.5 parent: 1 - - uid: 56517 + - uid: 26316 components: - type: Transform - pos: -13.5,115.5 + pos: -24.5,191.5 parent: 1 - - uid: 56518 + - uid: 26317 components: - type: Transform - pos: -13.5,116.5 + pos: -24.5,192.5 parent: 1 - - uid: 56519 + - uid: 26318 components: - type: Transform - pos: -13.5,117.5 + pos: -24.5,193.5 parent: 1 - - uid: 56520 + - uid: 26319 components: - type: Transform - pos: -13.5,118.5 + pos: -24.5,194.5 parent: 1 - - uid: 56521 + - uid: 26320 components: - type: Transform - pos: -13.5,119.5 + pos: -24.5,195.5 parent: 1 - - uid: 56522 + - uid: 26321 components: - type: Transform - pos: -13.5,120.5 + pos: -24.5,196.5 parent: 1 - - uid: 56523 + - uid: 26322 components: - type: Transform - pos: -13.5,121.5 + pos: -24.5,197.5 parent: 1 - - uid: 56524 + - uid: 26323 components: - type: Transform - pos: -13.5,122.5 + pos: -24.5,198.5 parent: 1 - - uid: 56525 + - uid: 26324 components: - type: Transform - pos: -13.5,123.5 + pos: -24.5,199.5 parent: 1 - - uid: 56526 + - uid: 26325 components: - type: Transform - pos: -13.5,124.5 + pos: -23.5,162.5 parent: 1 - - uid: 56527 + - uid: 26326 components: - type: Transform - pos: -13.5,125.5 + pos: -23.5,163.5 parent: 1 - - uid: 56528 + - uid: 26327 components: - type: Transform - pos: -13.5,126.5 + pos: -23.5,164.5 parent: 1 - - uid: 56529 + - uid: 26328 components: - type: Transform - pos: -13.5,127.5 + pos: -23.5,165.5 parent: 1 - - uid: 56530 + - uid: 26329 components: - type: Transform - pos: -13.5,128.5 + pos: -23.5,166.5 parent: 1 - - uid: 56531 + - uid: 26330 components: - type: Transform - pos: -13.5,129.5 + pos: -23.5,167.5 parent: 1 - - uid: 56532 + - uid: 26331 components: - type: Transform - pos: -13.5,130.5 + pos: -23.5,168.5 parent: 1 - - uid: 56533 + - uid: 26332 components: - type: Transform - pos: -14.5,109.5 + pos: -23.5,169.5 parent: 1 - - uid: 56534 + - uid: 26333 components: - type: Transform - pos: -14.5,110.5 + pos: -23.5,170.5 parent: 1 - - uid: 56535 + - uid: 26334 components: - type: Transform - pos: -14.5,111.5 + pos: -23.5,177.5 parent: 1 - - uid: 56536 + - uid: 26335 components: - type: Transform - pos: -14.5,112.5 + pos: -23.5,178.5 parent: 1 - - uid: 56537 + - uid: 26336 components: - type: Transform - pos: -14.5,113.5 + pos: -23.5,179.5 parent: 1 - - uid: 56538 + - uid: 26337 components: - type: Transform - pos: -14.5,114.5 + pos: -23.5,180.5 parent: 1 - - uid: 56539 + - uid: 26338 components: - type: Transform - pos: -14.5,115.5 + pos: -23.5,181.5 parent: 1 - - uid: 56540 + - uid: 26339 components: - type: Transform - pos: -14.5,116.5 + pos: -23.5,182.5 parent: 1 - - uid: 56541 + - uid: 26340 components: - type: Transform - pos: -14.5,117.5 + pos: -23.5,183.5 parent: 1 - - uid: 56542 + - uid: 26341 components: - type: Transform - pos: -14.5,118.5 + pos: -23.5,184.5 parent: 1 - - uid: 56543 + - uid: 26342 components: - type: Transform - pos: -14.5,119.5 + pos: -23.5,185.5 parent: 1 - - uid: 56544 + - uid: 26343 components: - type: Transform - pos: -14.5,120.5 + pos: -23.5,186.5 parent: 1 - - uid: 56545 + - uid: 26344 components: - type: Transform - pos: -14.5,121.5 + pos: -23.5,187.5 parent: 1 - - uid: 56546 + - uid: 26345 components: - type: Transform - pos: -14.5,122.5 + pos: -23.5,188.5 parent: 1 - - uid: 56547 + - uid: 26346 components: - type: Transform - pos: -14.5,123.5 + pos: -23.5,189.5 parent: 1 - - uid: 56548 + - uid: 26347 components: - type: Transform - pos: -14.5,124.5 + pos: -23.5,190.5 parent: 1 - - uid: 56549 + - uid: 26348 components: - type: Transform - pos: -14.5,125.5 + pos: -23.5,191.5 parent: 1 - - uid: 56550 + - uid: 26349 components: - type: Transform - pos: -14.5,126.5 + pos: -23.5,192.5 parent: 1 - - uid: 56551 + - uid: 26350 components: - type: Transform - pos: -14.5,127.5 + pos: -23.5,193.5 parent: 1 - - uid: 56552 + - uid: 26351 components: - type: Transform - pos: -14.5,128.5 + pos: -23.5,194.5 parent: 1 - - uid: 56553 + - uid: 26352 components: - type: Transform - pos: -14.5,129.5 + pos: -23.5,195.5 parent: 1 - - uid: 56554 + - uid: 26353 components: - type: Transform - pos: -14.5,130.5 + pos: -23.5,196.5 parent: 1 - - uid: 56555 + - uid: 26354 components: - type: Transform - pos: -15.5,109.5 + pos: -23.5,197.5 parent: 1 - - uid: 56556 + - uid: 26355 components: - type: Transform - pos: -15.5,110.5 + pos: -23.5,198.5 parent: 1 - - uid: 56557 + - uid: 26356 components: - type: Transform - pos: -15.5,111.5 + pos: -23.5,199.5 parent: 1 - - uid: 56558 + - uid: 26357 components: - type: Transform - pos: -15.5,112.5 + pos: -22.5,162.5 parent: 1 - - uid: 56559 + - uid: 26358 components: - type: Transform - pos: -15.5,113.5 + pos: -22.5,163.5 parent: 1 - - uid: 56560 + - uid: 26359 components: - type: Transform - pos: -15.5,114.5 + pos: -22.5,164.5 parent: 1 - - uid: 56561 + - uid: 26360 components: - type: Transform - pos: -15.5,115.5 + pos: -22.5,165.5 parent: 1 - - uid: 56562 + - uid: 26361 components: - type: Transform - pos: -15.5,116.5 + pos: -22.5,166.5 parent: 1 - - uid: 56563 + - uid: 26362 components: - type: Transform - pos: -15.5,117.5 + pos: -22.5,167.5 parent: 1 - - uid: 56564 + - uid: 26363 components: - type: Transform - pos: -15.5,118.5 + pos: -22.5,168.5 parent: 1 - - uid: 56565 + - uid: 26364 components: - type: Transform - pos: -15.5,119.5 + pos: -22.5,169.5 parent: 1 - - uid: 56566 + - uid: 26365 components: - type: Transform - pos: -15.5,120.5 + pos: -22.5,170.5 parent: 1 - - uid: 56567 + - uid: 26366 components: - type: Transform - pos: -15.5,121.5 + pos: -22.5,173.5 parent: 1 - - uid: 56568 + - uid: 26367 components: - type: Transform - pos: -15.5,122.5 + pos: -22.5,174.5 parent: 1 - - uid: 56569 + - uid: 26368 components: - type: Transform - pos: -15.5,123.5 + pos: -22.5,175.5 parent: 1 - - uid: 56570 + - uid: 26369 components: - type: Transform - pos: -15.5,124.5 + pos: -22.5,176.5 parent: 1 - - uid: 56571 + - uid: 26370 components: - type: Transform - pos: -15.5,125.5 + pos: -22.5,177.5 parent: 1 - - uid: 56572 + - uid: 26371 components: - type: Transform - pos: -15.5,126.5 + pos: -22.5,178.5 parent: 1 - - uid: 56573 + - uid: 26372 components: - type: Transform - pos: -15.5,127.5 + pos: -22.5,179.5 parent: 1 - - uid: 56574 + - uid: 26373 components: - type: Transform - pos: -15.5,128.5 + pos: -22.5,180.5 parent: 1 - - uid: 56575 + - uid: 26374 components: - type: Transform - pos: -15.5,129.5 + pos: -22.5,181.5 parent: 1 - - uid: 56576 + - uid: 26375 components: - type: Transform - pos: -15.5,130.5 + pos: -22.5,182.5 parent: 1 - - uid: 56577 + - uid: 26376 components: - type: Transform - pos: -16.5,109.5 + pos: -22.5,183.5 parent: 1 - - uid: 56578 + - uid: 26377 components: - type: Transform - pos: -16.5,110.5 + pos: -22.5,184.5 parent: 1 - - uid: 56579 + - uid: 26378 components: - type: Transform - pos: -16.5,111.5 + pos: -22.5,185.5 parent: 1 - - uid: 56580 + - uid: 26379 components: - type: Transform - pos: -16.5,112.5 + pos: -22.5,186.5 parent: 1 - - uid: 56581 + - uid: 26380 components: - type: Transform - pos: -16.5,113.5 + pos: -22.5,187.5 parent: 1 - - uid: 56582 + - uid: 26381 components: - type: Transform - pos: -16.5,114.5 + pos: -22.5,188.5 parent: 1 - - uid: 56583 + - uid: 26382 components: - type: Transform - pos: -16.5,115.5 + pos: -22.5,189.5 parent: 1 - - uid: 56584 + - uid: 26383 components: - type: Transform - pos: -16.5,116.5 + pos: -22.5,190.5 parent: 1 - - uid: 56585 + - uid: 26384 components: - type: Transform - pos: -16.5,117.5 + pos: -22.5,191.5 parent: 1 - - uid: 56586 + - uid: 26385 components: - type: Transform - pos: -16.5,118.5 + pos: -22.5,192.5 parent: 1 - - uid: 56587 + - uid: 26386 components: - type: Transform - pos: -16.5,119.5 + pos: -22.5,193.5 parent: 1 - - uid: 56588 + - uid: 26387 components: - type: Transform - pos: -16.5,120.5 + pos: -22.5,194.5 parent: 1 - - uid: 56589 + - uid: 26388 components: - type: Transform - pos: -16.5,121.5 + pos: -22.5,195.5 parent: 1 - - uid: 56590 + - uid: 26389 components: - type: Transform - pos: -16.5,122.5 + pos: -22.5,196.5 parent: 1 - - uid: 56591 + - uid: 26390 components: - type: Transform - pos: -16.5,123.5 + pos: -22.5,197.5 parent: 1 - - uid: 56592 + - uid: 26391 components: - type: Transform - pos: -16.5,124.5 + pos: -22.5,198.5 parent: 1 - - uid: 56593 + - uid: 26392 components: - type: Transform - pos: -16.5,125.5 + pos: -22.5,199.5 parent: 1 - - uid: 56594 + - uid: 26393 components: - type: Transform - pos: -16.5,126.5 + pos: -21.5,162.5 parent: 1 - - uid: 56595 + - uid: 26394 components: - type: Transform - pos: -16.5,127.5 + pos: -21.5,163.5 parent: 1 - - uid: 56596 + - uid: 26395 components: - type: Transform - pos: -16.5,128.5 + pos: -21.5,164.5 parent: 1 - - uid: 56597 + - uid: 26396 components: - type: Transform - pos: -16.5,129.5 + pos: -21.5,165.5 parent: 1 - - uid: 56598 + - uid: 26397 components: - type: Transform - pos: -16.5,130.5 + pos: -21.5,166.5 parent: 1 - - uid: 56599 + - uid: 26398 components: - type: Transform - pos: -17.5,109.5 + pos: -21.5,167.5 parent: 1 - - uid: 56600 + - uid: 26399 components: - type: Transform - pos: -17.5,110.5 + pos: -21.5,168.5 parent: 1 - - uid: 56601 + - uid: 26400 components: - type: Transform - pos: -17.5,111.5 + pos: -21.5,169.5 parent: 1 - - uid: 56602 + - uid: 26401 components: - type: Transform - pos: -17.5,112.5 + pos: -21.5,170.5 parent: 1 - - uid: 56603 + - uid: 26402 components: - type: Transform - pos: -17.5,113.5 + pos: -21.5,171.5 parent: 1 - - uid: 56604 + - uid: 26403 components: - type: Transform - pos: -17.5,114.5 + pos: -21.5,172.5 parent: 1 - - uid: 56605 + - uid: 26404 components: - type: Transform - pos: -17.5,115.5 + pos: -21.5,173.5 parent: 1 - - uid: 56606 + - uid: 26405 components: - type: Transform - pos: -17.5,116.5 + pos: -21.5,174.5 parent: 1 - - uid: 56607 + - uid: 26406 components: - type: Transform - pos: -17.5,117.5 + pos: -21.5,175.5 parent: 1 - - uid: 56608 + - uid: 26407 components: - type: Transform - pos: -17.5,118.5 + pos: -21.5,176.5 parent: 1 - - uid: 56609 + - uid: 26408 components: - type: Transform - pos: -17.5,119.5 + pos: -21.5,177.5 parent: 1 - - uid: 56610 + - uid: 26409 components: - type: Transform - pos: -17.5,120.5 + pos: -21.5,178.5 parent: 1 - - uid: 56611 + - uid: 26410 components: - type: Transform - pos: -17.5,121.5 + pos: -21.5,179.5 parent: 1 - - uid: 56612 + - uid: 26411 components: - type: Transform - pos: -17.5,122.5 + pos: -21.5,180.5 parent: 1 - - uid: 56613 + - uid: 26412 components: - type: Transform - pos: -17.5,123.5 + pos: -21.5,181.5 parent: 1 - - uid: 56614 + - uid: 26413 components: - type: Transform - pos: -17.5,124.5 + pos: -21.5,182.5 parent: 1 - - uid: 56615 + - uid: 26414 components: - type: Transform - pos: -17.5,125.5 + pos: -21.5,183.5 parent: 1 - - uid: 56616 + - uid: 26415 components: - type: Transform - pos: -17.5,126.5 + pos: -21.5,184.5 parent: 1 - - uid: 56617 + - uid: 26416 components: - type: Transform - pos: -17.5,127.5 + pos: -21.5,185.5 parent: 1 - - uid: 56618 + - uid: 26417 components: - type: Transform - pos: -17.5,128.5 + pos: -21.5,186.5 parent: 1 - - uid: 56619 + - uid: 26418 components: - type: Transform - pos: -17.5,129.5 + pos: -21.5,187.5 parent: 1 - - uid: 56620 + - uid: 26419 components: - type: Transform - pos: -17.5,130.5 + pos: -21.5,188.5 parent: 1 - - uid: 56621 + - uid: 26420 components: - type: Transform - pos: -17.5,131.5 + pos: -21.5,189.5 parent: 1 - - uid: 56622 + - uid: 26421 components: - type: Transform - pos: -18.5,109.5 + pos: -21.5,190.5 parent: 1 - - uid: 56623 + - uid: 26422 components: - type: Transform - pos: -18.5,110.5 + pos: -21.5,191.5 parent: 1 - - uid: 56624 + - uid: 26423 components: - type: Transform - pos: -18.5,111.5 + pos: -21.5,192.5 parent: 1 - - uid: 56625 + - uid: 26424 components: - type: Transform - pos: -18.5,112.5 + pos: -21.5,193.5 parent: 1 - - uid: 56627 + - uid: 26425 components: - type: Transform - pos: -18.5,114.5 + pos: -21.5,194.5 parent: 1 - - uid: 56628 + - uid: 26426 components: - type: Transform - pos: -18.5,115.5 + pos: -21.5,195.5 parent: 1 - - uid: 56629 + - uid: 26427 components: - type: Transform - pos: -18.5,116.5 + pos: -21.5,196.5 parent: 1 - - uid: 56630 + - uid: 26428 components: - type: Transform - pos: -18.5,117.5 + pos: -21.5,197.5 parent: 1 - - uid: 56631 + - uid: 26429 components: - type: Transform - pos: -18.5,118.5 + pos: -21.5,198.5 parent: 1 - - uid: 56632 + - uid: 26430 components: - type: Transform - pos: -18.5,119.5 + pos: -21.5,199.5 parent: 1 - - uid: 56633 + - uid: 26431 components: - type: Transform - pos: -18.5,120.5 + pos: -20.5,173.5 parent: 1 - - uid: 56634 + - uid: 26432 components: - type: Transform - pos: -18.5,121.5 + pos: -20.5,174.5 parent: 1 - - uid: 56635 + - uid: 26433 components: - type: Transform - pos: -18.5,122.5 + pos: -20.5,175.5 parent: 1 - - uid: 56636 + - uid: 26434 components: - type: Transform - pos: -18.5,129.5 + pos: -20.5,176.5 parent: 1 - - uid: 56637 + - uid: 26435 components: - type: Transform - pos: -18.5,130.5 + pos: -20.5,177.5 parent: 1 - - uid: 56638 + - uid: 26436 components: - type: Transform - pos: -18.5,131.5 + pos: -20.5,178.5 parent: 1 - - uid: 56639 + - uid: 26437 components: - type: Transform - pos: -19.5,109.5 + pos: -20.5,179.5 parent: 1 - - uid: 56640 + - uid: 26438 components: - type: Transform - pos: -19.5,110.5 + pos: -20.5,180.5 parent: 1 - - uid: 56641 + - uid: 26439 components: - type: Transform - pos: -19.5,111.5 + pos: -20.5,181.5 parent: 1 - - uid: 56646 + - uid: 26440 components: - type: Transform - pos: -19.5,116.5 + pos: -20.5,182.5 parent: 1 - - uid: 56647 + - uid: 26441 components: - type: Transform - pos: -19.5,117.5 + pos: -20.5,183.5 parent: 1 - - uid: 56648 + - uid: 26442 components: - type: Transform - pos: -19.5,118.5 + pos: -20.5,184.5 parent: 1 - - uid: 56649 + - uid: 26443 components: - type: Transform - pos: -19.5,119.5 + pos: -20.5,185.5 parent: 1 - - uid: 56650 + - uid: 26444 components: - type: Transform - pos: -19.5,120.5 + pos: -20.5,186.5 parent: 1 - - uid: 56651 + - uid: 26445 components: - type: Transform - pos: -19.5,121.5 + pos: -20.5,187.5 parent: 1 - - uid: 56652 + - uid: 26446 components: - type: Transform - pos: -19.5,122.5 + pos: -20.5,188.5 parent: 1 - - uid: 56653 + - uid: 26447 components: - type: Transform - pos: -19.5,123.5 + pos: -20.5,189.5 parent: 1 - - uid: 56654 + - uid: 26448 components: - type: Transform - pos: -19.5,124.5 + pos: -20.5,190.5 parent: 1 - - uid: 56655 + - uid: 26449 components: - type: Transform - pos: -19.5,125.5 + pos: -20.5,191.5 parent: 1 - - uid: 56656 + - uid: 26450 components: - type: Transform - pos: -19.5,126.5 + pos: -20.5,192.5 parent: 1 - - uid: 56657 + - uid: 26451 components: - type: Transform - pos: -19.5,127.5 + pos: -20.5,193.5 parent: 1 - - uid: 56658 + - uid: 26452 components: - type: Transform - pos: -19.5,128.5 + pos: -20.5,194.5 parent: 1 - - uid: 56659 + - uid: 26453 components: - type: Transform - pos: -19.5,129.5 + pos: -20.5,195.5 parent: 1 - - uid: 56660 + - uid: 26454 components: - type: Transform - pos: -19.5,130.5 + pos: -20.5,196.5 parent: 1 - - uid: 56661 + - uid: 26455 components: - type: Transform - pos: -19.5,131.5 + pos: -20.5,197.5 parent: 1 - - uid: 56662 + - uid: 26456 components: - type: Transform - pos: -20.5,109.5 + pos: -20.5,198.5 parent: 1 - - uid: 56663 + - uid: 26457 components: - type: Transform - pos: -20.5,110.5 + pos: -20.5,199.5 parent: 1 - - uid: 56669 + - uid: 26458 components: - type: Transform - pos: -20.5,116.5 + pos: -19.5,173.5 parent: 1 - - uid: 56670 + - uid: 26459 components: - type: Transform - pos: -20.5,117.5 + pos: -19.5,174.5 parent: 1 - - uid: 56671 + - uid: 26460 components: - type: Transform - pos: -20.5,118.5 + pos: -19.5,175.5 parent: 1 - - uid: 56672 + - uid: 26461 components: - type: Transform - pos: -20.5,119.5 + pos: -19.5,176.5 parent: 1 - - uid: 56673 + - uid: 26462 components: - type: Transform - pos: -20.5,120.5 + pos: -19.5,177.5 parent: 1 - - uid: 56674 + - uid: 26463 components: - type: Transform - pos: -20.5,121.5 + pos: -19.5,178.5 parent: 1 - - uid: 56675 + - uid: 26464 components: - type: Transform - pos: -20.5,122.5 + pos: -19.5,179.5 parent: 1 - - uid: 56676 + - uid: 26465 components: - type: Transform - pos: -20.5,123.5 + pos: -19.5,180.5 parent: 1 - - uid: 56677 + - uid: 26466 components: - type: Transform - pos: -20.5,124.5 + pos: -19.5,181.5 parent: 1 - - uid: 56678 + - uid: 26467 components: - type: Transform - pos: -20.5,125.5 + pos: -19.5,182.5 parent: 1 - - uid: 56679 + - uid: 26468 components: - type: Transform - pos: -20.5,126.5 + pos: -19.5,183.5 parent: 1 - - uid: 56680 + - uid: 26469 components: - type: Transform - pos: -20.5,127.5 + pos: -19.5,184.5 parent: 1 - - uid: 56681 + - uid: 26470 components: - type: Transform - pos: -20.5,128.5 + pos: -19.5,185.5 parent: 1 - - uid: 56682 + - uid: 26471 components: - type: Transform - pos: -20.5,129.5 + pos: -19.5,186.5 parent: 1 - - uid: 56683 + - uid: 26472 components: - type: Transform - pos: -20.5,130.5 + pos: -19.5,187.5 parent: 1 - - uid: 56684 + - uid: 26473 components: - type: Transform - pos: -20.5,131.5 + pos: -19.5,188.5 parent: 1 - - uid: 56685 + - uid: 26474 components: - type: Transform - pos: -21.5,109.5 + pos: -19.5,189.5 parent: 1 - - uid: 56686 + - uid: 26475 components: - type: Transform - pos: -21.5,110.5 + pos: -19.5,190.5 parent: 1 - - uid: 56687 + - uid: 26476 components: - type: Transform - pos: -21.5,111.5 + pos: -19.5,191.5 parent: 1 - - uid: 56692 + - uid: 26477 components: - type: Transform - pos: -21.5,116.5 + pos: -19.5,192.5 parent: 1 - - uid: 56693 + - uid: 26478 components: - type: Transform - pos: -21.5,117.5 + pos: -19.5,193.5 parent: 1 - - uid: 56694 + - uid: 26479 components: - type: Transform - pos: -21.5,118.5 + pos: -19.5,194.5 parent: 1 - - uid: 56695 + - uid: 26480 components: - type: Transform - pos: -21.5,119.5 + pos: -19.5,195.5 parent: 1 - - uid: 56696 + - uid: 26481 components: - type: Transform - pos: -21.5,120.5 + pos: -19.5,196.5 parent: 1 - - uid: 56697 + - uid: 26482 components: - type: Transform - pos: -21.5,121.5 + pos: -19.5,197.5 parent: 1 - - uid: 56698 + - uid: 26483 components: - type: Transform - pos: -21.5,122.5 + pos: -19.5,198.5 parent: 1 - - uid: 56699 + - uid: 26484 components: - type: Transform - pos: -21.5,123.5 + pos: -19.5,199.5 parent: 1 - - uid: 56700 + - uid: 26485 components: - type: Transform - pos: -21.5,124.5 + pos: -18.5,173.5 parent: 1 - - uid: 56701 + - uid: 26486 components: - type: Transform - pos: -21.5,125.5 + pos: -18.5,174.5 parent: 1 - - uid: 56702 + - uid: 26487 components: - type: Transform - pos: -21.5,126.5 + pos: -18.5,175.5 parent: 1 - - uid: 56703 + - uid: 26488 components: - type: Transform - pos: -21.5,127.5 + pos: -18.5,176.5 parent: 1 - - uid: 56704 + - uid: 26489 components: - type: Transform - pos: -21.5,128.5 + pos: -18.5,177.5 parent: 1 - - uid: 56705 + - uid: 26490 components: - type: Transform - pos: -21.5,129.5 + pos: -18.5,178.5 parent: 1 - - uid: 56706 + - uid: 26491 components: - type: Transform - pos: -21.5,130.5 + pos: -18.5,179.5 parent: 1 - - uid: 56707 + - uid: 26492 components: - type: Transform - pos: -21.5,131.5 + pos: -18.5,180.5 parent: 1 - - uid: 56708 + - uid: 26493 components: - type: Transform - pos: -22.5,109.5 + pos: -18.5,181.5 parent: 1 - - uid: 56709 + - uid: 26494 components: - type: Transform - pos: -22.5,110.5 + pos: -18.5,182.5 parent: 1 - - uid: 56710 + - uid: 26495 components: - type: Transform - pos: -22.5,111.5 + pos: -18.5,183.5 parent: 1 - - uid: 56714 + - uid: 26496 components: - type: Transform - pos: -22.5,115.5 + pos: -18.5,184.5 parent: 1 - - uid: 56715 + - uid: 26497 components: - type: Transform - pos: -22.5,116.5 + pos: -18.5,185.5 parent: 1 - - uid: 56716 + - uid: 26498 components: - type: Transform - pos: -22.5,117.5 + pos: -18.5,186.5 parent: 1 - - uid: 56717 + - uid: 26499 components: - type: Transform - pos: -22.5,118.5 + pos: -18.5,187.5 parent: 1 - - uid: 56718 + - uid: 26500 components: - type: Transform - pos: -22.5,119.5 + pos: -18.5,188.5 parent: 1 - - uid: 56719 + - uid: 26501 components: - type: Transform - pos: -22.5,120.5 + pos: -18.5,189.5 parent: 1 - - uid: 56720 + - uid: 26502 components: - type: Transform - pos: -22.5,121.5 + pos: -18.5,190.5 parent: 1 - - uid: 56721 + - uid: 26503 components: - type: Transform - pos: -22.5,122.5 + pos: -18.5,191.5 parent: 1 - - uid: 56722 + - uid: 26504 components: - type: Transform - pos: -22.5,123.5 + pos: -18.5,192.5 parent: 1 - - uid: 56723 + - uid: 26505 components: - type: Transform - pos: -22.5,124.5 + pos: -18.5,193.5 parent: 1 - - uid: 56724 + - uid: 26506 components: - type: Transform - pos: -22.5,125.5 + pos: -18.5,194.5 parent: 1 - - uid: 56725 + - uid: 26507 components: - type: Transform - pos: -22.5,126.5 + pos: -18.5,195.5 parent: 1 - - uid: 56726 + - uid: 26508 components: - type: Transform - pos: -22.5,127.5 + pos: -18.5,196.5 parent: 1 - - uid: 56727 + - uid: 26509 components: - type: Transform - pos: -22.5,128.5 + pos: -18.5,197.5 parent: 1 - - uid: 56728 + - uid: 26510 components: - type: Transform - pos: -22.5,129.5 + pos: -18.5,198.5 parent: 1 - - uid: 56729 + - uid: 26511 components: - type: Transform - pos: -22.5,130.5 + pos: -18.5,199.5 parent: 1 - - uid: 56730 + - uid: 26512 components: - type: Transform - pos: -22.5,131.5 + pos: -17.5,173.5 parent: 1 - - uid: 56731 + - uid: 26513 components: - type: Transform - pos: -23.5,109.5 + pos: -17.5,174.5 parent: 1 - - uid: 56732 + - uid: 26514 components: - type: Transform - pos: -23.5,110.5 + pos: -17.5,175.5 parent: 1 - - uid: 56733 + - uid: 26515 components: - type: Transform - pos: -23.5,111.5 + pos: -17.5,176.5 parent: 1 - - uid: 56737 + - uid: 26516 components: - type: Transform - pos: -23.5,115.5 + pos: -17.5,177.5 parent: 1 - - uid: 56738 + - uid: 26517 components: - type: Transform - pos: -23.5,116.5 + pos: -17.5,178.5 parent: 1 - - uid: 56739 + - uid: 26518 components: - type: Transform - pos: -23.5,117.5 + pos: -17.5,179.5 parent: 1 - - uid: 56740 + - uid: 26519 components: - type: Transform - pos: -23.5,118.5 + pos: -17.5,180.5 parent: 1 - - uid: 56741 + - uid: 26520 components: - type: Transform - pos: -23.5,119.5 + pos: -17.5,181.5 parent: 1 - - uid: 56742 + - uid: 26521 components: - type: Transform - pos: -23.5,120.5 + pos: -17.5,182.5 parent: 1 - - uid: 56743 + - uid: 26522 components: - type: Transform - pos: -23.5,121.5 + pos: -17.5,183.5 parent: 1 - - uid: 56744 + - uid: 26523 components: - type: Transform - pos: -23.5,122.5 + pos: -17.5,184.5 parent: 1 - - uid: 56745 + - uid: 26524 components: - type: Transform - pos: -23.5,123.5 + pos: -17.5,185.5 parent: 1 - - uid: 56746 + - uid: 26525 components: - type: Transform - pos: -23.5,124.5 + pos: -17.5,186.5 parent: 1 - - uid: 56747 + - uid: 26526 components: - type: Transform - pos: -23.5,125.5 + pos: -17.5,187.5 parent: 1 - - uid: 56748 + - uid: 26527 components: - type: Transform - pos: -23.5,126.5 + pos: -17.5,188.5 parent: 1 - - uid: 56749 + - uid: 26528 components: - type: Transform - pos: -23.5,127.5 + pos: -17.5,189.5 parent: 1 - - uid: 56750 + - uid: 26529 components: - type: Transform - pos: -23.5,128.5 + pos: -17.5,190.5 parent: 1 - - uid: 56751 + - uid: 26530 components: - type: Transform - pos: -23.5,129.5 + pos: -17.5,191.5 parent: 1 - - uid: 56752 + - uid: 26531 components: - type: Transform - pos: -23.5,130.5 + pos: -17.5,192.5 parent: 1 - - uid: 56753 + - uid: 26532 components: - type: Transform - pos: -23.5,131.5 + pos: -17.5,193.5 parent: 1 - - uid: 56754 + - uid: 26533 components: - type: Transform - pos: -24.5,109.5 + pos: -17.5,194.5 parent: 1 - - uid: 56755 + - uid: 26534 components: - type: Transform - pos: -24.5,110.5 + pos: -17.5,195.5 parent: 1 - - uid: 56756 + - uid: 26535 components: - type: Transform - pos: -24.5,111.5 + pos: -17.5,196.5 parent: 1 - - uid: 56757 + - uid: 26536 components: - type: Transform - pos: -24.5,112.5 + pos: -17.5,197.5 parent: 1 - - uid: 56758 + - uid: 26537 components: - type: Transform - pos: -24.5,113.5 + pos: -17.5,198.5 parent: 1 - - uid: 56759 + - uid: 26538 components: - type: Transform - pos: -24.5,114.5 + pos: -17.5,199.5 parent: 1 - - uid: 56760 + - uid: 26539 components: - type: Transform - pos: -24.5,115.5 + pos: 6.5,197.5 parent: 1 - - uid: 56761 + - uid: 26540 components: - type: Transform - pos: -24.5,116.5 + pos: -16.5,174.5 parent: 1 - - uid: 56762 + - uid: 26541 components: - type: Transform - pos: -24.5,117.5 + pos: -16.5,175.5 parent: 1 - - uid: 56763 + - uid: 26542 components: - type: Transform - pos: -24.5,118.5 + pos: -16.5,176.5 parent: 1 - - uid: 56764 + - uid: 26543 components: - type: Transform - pos: -24.5,119.5 + pos: -16.5,177.5 parent: 1 - - uid: 56765 + - uid: 26544 components: - type: Transform - pos: -24.5,120.5 + pos: -16.5,178.5 parent: 1 - - uid: 56766 + - uid: 26545 components: - type: Transform - pos: -24.5,121.5 + pos: -16.5,179.5 parent: 1 - - uid: 56767 + - uid: 26546 components: - type: Transform - pos: -24.5,122.5 + pos: -16.5,180.5 parent: 1 - - uid: 56768 + - uid: 26547 components: - type: Transform - pos: -24.5,123.5 + pos: -16.5,181.5 parent: 1 - - uid: 56769 + - uid: 26548 components: - type: Transform - pos: -24.5,124.5 + pos: -16.5,182.5 parent: 1 - - uid: 56770 + - uid: 26549 components: - type: Transform - pos: -24.5,125.5 + pos: -16.5,183.5 parent: 1 - - uid: 56771 + - uid: 26550 components: - type: Transform - pos: -24.5,126.5 + pos: -16.5,184.5 parent: 1 - - uid: 56772 + - uid: 26551 components: - type: Transform - pos: -24.5,127.5 + pos: -16.5,185.5 parent: 1 - - uid: 56773 + - uid: 26552 components: - type: Transform - pos: -24.5,128.5 + pos: -16.5,186.5 parent: 1 - - uid: 56774 + - uid: 26553 components: - type: Transform - pos: -24.5,129.5 + pos: -16.5,187.5 parent: 1 - - uid: 56775 + - uid: 26554 components: - type: Transform - pos: -24.5,130.5 + pos: -16.5,188.5 parent: 1 - - uid: 56776 + - uid: 26555 components: - type: Transform - pos: -24.5,131.5 + pos: -16.5,189.5 parent: 1 - - uid: 56777 + - uid: 26556 components: - type: Transform - pos: -25.5,109.5 + pos: -16.5,190.5 parent: 1 - - uid: 56778 + - uid: 26557 components: - type: Transform - pos: -25.5,110.5 + pos: -16.5,191.5 parent: 1 - - uid: 56779 + - uid: 26558 components: - type: Transform - pos: -25.5,111.5 + pos: -16.5,192.5 parent: 1 - - uid: 56780 + - uid: 26559 components: - type: Transform - pos: -25.5,112.5 + pos: -16.5,193.5 parent: 1 - - uid: 56781 + - uid: 26560 components: - type: Transform - pos: -25.5,113.5 + pos: -16.5,194.5 parent: 1 - - uid: 56782 + - uid: 26561 components: - type: Transform - pos: -25.5,114.5 + pos: -16.5,195.5 parent: 1 - - uid: 56783 + - uid: 26562 components: - type: Transform - pos: -25.5,115.5 + pos: -16.5,196.5 parent: 1 - - uid: 56784 + - uid: 26563 components: - type: Transform - pos: -25.5,116.5 + pos: -16.5,197.5 parent: 1 - - uid: 56785 + - uid: 26564 components: - type: Transform - pos: -25.5,117.5 + pos: -16.5,198.5 parent: 1 - - uid: 56786 + - uid: 26565 components: - type: Transform - pos: -25.5,118.5 + pos: -16.5,199.5 parent: 1 - - uid: 56787 + - uid: 26566 components: - type: Transform - pos: -25.5,119.5 + pos: -15.5,173.5 parent: 1 - - uid: 56788 + - uid: 26567 components: - type: Transform - pos: -25.5,120.5 + pos: -15.5,174.5 parent: 1 - - uid: 56789 + - uid: 26568 components: - type: Transform - pos: -25.5,121.5 + pos: -15.5,175.5 parent: 1 - - uid: 56790 + - uid: 26569 components: - type: Transform - pos: -25.5,122.5 + pos: -15.5,176.5 parent: 1 - - uid: 56791 + - uid: 26570 components: - type: Transform - pos: -25.5,123.5 + pos: -15.5,177.5 parent: 1 - - uid: 56792 + - uid: 26571 components: - type: Transform - pos: -25.5,124.5 + pos: -15.5,178.5 parent: 1 - - uid: 56793 + - uid: 26572 components: - type: Transform - pos: -25.5,125.5 + pos: -15.5,179.5 parent: 1 - - uid: 56794 + - uid: 26573 components: - type: Transform - pos: -25.5,126.5 + pos: -15.5,180.5 parent: 1 - - uid: 56795 + - uid: 26574 components: - type: Transform - pos: -25.5,127.5 + pos: -15.5,181.5 parent: 1 - - uid: 56796 + - uid: 26575 components: - type: Transform - pos: -25.5,128.5 + pos: -15.5,182.5 parent: 1 - - uid: 56797 + - uid: 26576 components: - type: Transform - pos: -25.5,129.5 + pos: -15.5,183.5 parent: 1 - - uid: 56798 + - uid: 26577 components: - type: Transform - pos: -25.5,130.5 + pos: -15.5,184.5 parent: 1 - - uid: 56799 + - uid: 26578 components: - type: Transform - pos: -25.5,131.5 + pos: -15.5,185.5 parent: 1 - - uid: 56800 + - uid: 26579 components: - type: Transform - pos: -26.5,109.5 + pos: -15.5,186.5 parent: 1 - - uid: 56801 + - uid: 26580 components: - type: Transform - pos: -26.5,110.5 + pos: -15.5,187.5 parent: 1 - - uid: 56802 + - uid: 26581 components: - type: Transform - pos: -26.5,111.5 + pos: -15.5,188.5 parent: 1 - - uid: 56803 + - uid: 26582 components: - type: Transform - pos: -26.5,112.5 + pos: -15.5,189.5 parent: 1 - - uid: 56804 + - uid: 26583 components: - type: Transform - pos: -26.5,113.5 + pos: -15.5,190.5 parent: 1 - - uid: 56805 + - uid: 26584 components: - type: Transform - pos: -26.5,114.5 + pos: -15.5,191.5 parent: 1 - - uid: 56806 + - uid: 26585 components: - type: Transform - pos: -26.5,115.5 + pos: -15.5,192.5 parent: 1 - - uid: 56807 + - uid: 26586 components: - type: Transform - pos: -26.5,116.5 + pos: -15.5,193.5 parent: 1 - - uid: 56808 + - uid: 26587 components: - type: Transform - pos: -26.5,117.5 + pos: -15.5,194.5 parent: 1 - - uid: 56809 + - uid: 26588 components: - type: Transform - pos: -26.5,118.5 + pos: -15.5,195.5 parent: 1 - - uid: 56810 + - uid: 26589 components: - type: Transform - pos: -26.5,119.5 + pos: -15.5,196.5 parent: 1 - - uid: 56811 + - uid: 26590 components: - type: Transform - pos: -26.5,120.5 + pos: -15.5,197.5 parent: 1 - - uid: 56812 + - uid: 26591 components: - type: Transform - pos: -26.5,121.5 + pos: -15.5,198.5 parent: 1 - - uid: 56813 + - uid: 26592 components: - type: Transform - pos: -26.5,122.5 + pos: -15.5,199.5 parent: 1 - - uid: 56814 + - uid: 26593 components: - type: Transform - pos: -26.5,123.5 + pos: -14.5,173.5 parent: 1 - - uid: 56815 + - uid: 26594 components: - type: Transform - pos: -26.5,124.5 + pos: -14.5,174.5 parent: 1 - - uid: 56816 + - uid: 26595 components: - type: Transform - pos: -26.5,125.5 + pos: -14.5,175.5 parent: 1 - - uid: 56817 + - uid: 26596 components: - type: Transform - pos: -26.5,126.5 + pos: -14.5,176.5 parent: 1 - - uid: 56818 + - uid: 26597 components: - type: Transform - pos: -26.5,127.5 + pos: -14.5,177.5 parent: 1 - - uid: 56819 + - uid: 26598 components: - type: Transform - pos: -26.5,128.5 + pos: -14.5,178.5 parent: 1 - - uid: 56820 + - uid: 26599 components: - type: Transform - pos: -26.5,129.5 + pos: -14.5,179.5 parent: 1 - - uid: 56821 + - uid: 26600 components: - type: Transform - pos: -26.5,130.5 + pos: -14.5,180.5 parent: 1 - - uid: 56822 + - uid: 26601 components: - type: Transform - pos: -26.5,131.5 + pos: -14.5,181.5 parent: 1 - - uid: 56823 + - uid: 26602 components: - type: Transform - pos: -27.5,109.5 + pos: -14.5,182.5 parent: 1 - - uid: 56824 + - uid: 26603 components: - type: Transform - pos: -27.5,110.5 + pos: -14.5,183.5 parent: 1 - - uid: 56825 + - uid: 26604 components: - type: Transform - pos: -27.5,111.5 + pos: -14.5,184.5 parent: 1 - - uid: 56826 + - uid: 26605 components: - type: Transform - pos: -27.5,112.5 + pos: -14.5,185.5 parent: 1 - - uid: 56827 + - uid: 26606 components: - type: Transform - pos: -27.5,113.5 + pos: -14.5,186.5 parent: 1 - - uid: 56828 + - uid: 26607 components: - type: Transform - pos: -27.5,114.5 + pos: -14.5,187.5 parent: 1 - - uid: 56829 + - uid: 26608 components: - type: Transform - pos: -27.5,115.5 + pos: -14.5,188.5 parent: 1 - - uid: 56830 + - uid: 26609 components: - type: Transform - pos: -27.5,116.5 + pos: -14.5,189.5 parent: 1 - - uid: 56831 + - uid: 26610 components: - type: Transform - pos: -27.5,117.5 + pos: -14.5,190.5 parent: 1 - - uid: 56832 + - uid: 26611 components: - type: Transform - pos: -27.5,118.5 + pos: -14.5,191.5 parent: 1 - - uid: 56833 + - uid: 26612 components: - type: Transform - pos: -27.5,119.5 + pos: -14.5,192.5 parent: 1 - - uid: 56834 + - uid: 26613 components: - type: Transform - pos: -27.5,120.5 + pos: -14.5,193.5 parent: 1 - - uid: 56835 + - uid: 26614 components: - type: Transform - pos: -27.5,121.5 + pos: -14.5,194.5 parent: 1 - - uid: 56836 + - uid: 26615 components: - type: Transform - pos: -27.5,122.5 + pos: -14.5,195.5 parent: 1 - - uid: 56837 + - uid: 26616 components: - type: Transform - pos: -27.5,123.5 + pos: -14.5,196.5 parent: 1 - - uid: 56838 + - uid: 26617 components: - type: Transform - pos: -27.5,124.5 + pos: -14.5,197.5 parent: 1 - - uid: 56839 + - uid: 26618 components: - type: Transform - pos: -27.5,125.5 + pos: -14.5,198.5 parent: 1 - - uid: 56840 + - uid: 26619 components: - type: Transform - pos: -27.5,126.5 + pos: -14.5,199.5 parent: 1 - - uid: 56841 + - uid: 26620 components: - type: Transform - pos: -27.5,127.5 + pos: -13.5,173.5 parent: 1 - - uid: 56842 + - uid: 26621 components: - type: Transform - pos: -27.5,128.5 + pos: -13.5,174.5 parent: 1 - - uid: 56843 + - uid: 26622 components: - type: Transform - pos: -27.5,129.5 + pos: -13.5,175.5 parent: 1 - - uid: 56844 + - uid: 26623 components: - type: Transform - pos: -27.5,130.5 + pos: -13.5,176.5 parent: 1 - - uid: 56845 + - uid: 26624 components: - type: Transform - pos: -27.5,131.5 + pos: -13.5,177.5 parent: 1 - - uid: 56846 + - uid: 26625 components: - type: Transform - pos: -28.5,109.5 + pos: -13.5,178.5 parent: 1 - - uid: 56847 + - uid: 26626 components: - type: Transform - pos: -28.5,110.5 + pos: -13.5,179.5 parent: 1 - - uid: 56848 + - uid: 26627 components: - type: Transform - pos: -28.5,111.5 + pos: -13.5,180.5 parent: 1 - - uid: 56849 + - uid: 26628 components: - type: Transform - pos: -28.5,112.5 + pos: -13.5,181.5 parent: 1 - - uid: 56850 + - uid: 26629 components: - type: Transform - pos: -28.5,113.5 + pos: -13.5,182.5 parent: 1 - - uid: 56851 + - uid: 26630 components: - type: Transform - pos: -28.5,114.5 + pos: -13.5,183.5 parent: 1 - - uid: 56852 + - uid: 26631 components: - type: Transform - pos: -28.5,115.5 + pos: -13.5,184.5 parent: 1 - - uid: 56853 + - uid: 26632 components: - type: Transform - pos: -28.5,116.5 + pos: -13.5,185.5 parent: 1 - - uid: 56854 + - uid: 26633 components: - type: Transform - pos: -28.5,117.5 + pos: -13.5,186.5 parent: 1 - - uid: 56855 + - uid: 26634 components: - type: Transform - pos: -28.5,118.5 + pos: -13.5,187.5 parent: 1 - - uid: 56856 + - uid: 26635 components: - type: Transform - pos: -28.5,119.5 + pos: -13.5,188.5 parent: 1 - - uid: 56857 + - uid: 26636 components: - type: Transform - pos: -28.5,120.5 + pos: -13.5,189.5 parent: 1 - - uid: 56858 + - uid: 26637 components: - type: Transform - pos: -28.5,121.5 + pos: -13.5,190.5 parent: 1 - - uid: 56859 + - uid: 26638 components: - type: Transform - pos: -28.5,122.5 + pos: -13.5,191.5 parent: 1 - - uid: 56860 + - uid: 26639 components: - type: Transform - pos: -28.5,123.5 + pos: -13.5,192.5 parent: 1 - - uid: 56867 + - uid: 26640 components: - type: Transform - pos: -28.5,130.5 + pos: -13.5,193.5 parent: 1 - - uid: 56868 + - uid: 26641 components: - type: Transform - pos: -28.5,131.5 + pos: -13.5,194.5 parent: 1 - - uid: 56869 + - uid: 26642 components: - type: Transform - pos: -29.5,109.5 + pos: -13.5,195.5 parent: 1 - - uid: 56870 + - uid: 26643 components: - type: Transform - pos: -29.5,110.5 + pos: -13.5,196.5 parent: 1 - - uid: 56871 + - uid: 26644 components: - type: Transform - pos: -29.5,111.5 + pos: -13.5,197.5 parent: 1 - - uid: 56872 + - uid: 26645 components: - type: Transform - pos: -29.5,112.5 + pos: -13.5,198.5 parent: 1 - - uid: 56873 + - uid: 26646 components: - type: Transform - pos: -29.5,113.5 + pos: -13.5,199.5 parent: 1 - - uid: 56874 + - uid: 26647 components: - type: Transform - pos: -29.5,114.5 + pos: -12.5,173.5 parent: 1 - - uid: 56875 + - uid: 26648 components: - type: Transform - pos: -29.5,115.5 + pos: -12.5,174.5 parent: 1 - - uid: 56876 + - uid: 26649 components: - type: Transform - pos: -29.5,116.5 + pos: -12.5,175.5 parent: 1 - - uid: 56877 + - uid: 26650 components: - type: Transform - pos: -29.5,117.5 + pos: -12.5,176.5 parent: 1 - - uid: 56878 + - uid: 26651 components: - type: Transform - pos: -29.5,118.5 + pos: -12.5,177.5 parent: 1 - - uid: 56879 + - uid: 26652 components: - type: Transform - pos: -29.5,119.5 + pos: -12.5,178.5 parent: 1 - - uid: 56880 + - uid: 26653 components: - type: Transform - pos: -29.5,120.5 + pos: -12.5,179.5 parent: 1 - - uid: 56881 + - uid: 26654 components: - type: Transform - pos: -29.5,121.5 + pos: -12.5,180.5 parent: 1 - - uid: 56882 + - uid: 26655 components: - type: Transform - pos: -29.5,122.5 + pos: -12.5,181.5 parent: 1 - - uid: 56890 + - uid: 26656 components: - type: Transform - pos: -29.5,130.5 + pos: -12.5,182.5 parent: 1 - - uid: 56891 + - uid: 26657 components: - type: Transform - pos: -29.5,131.5 + pos: -12.5,183.5 parent: 1 - - uid: 56892 + - uid: 26658 components: - type: Transform - pos: -30.5,109.5 + pos: -12.5,184.5 parent: 1 - - uid: 56893 + - uid: 26659 components: - type: Transform - pos: -30.5,110.5 + pos: -12.5,185.5 parent: 1 - - uid: 56894 + - uid: 26660 components: - type: Transform - pos: -30.5,111.5 + pos: -12.5,186.5 parent: 1 - - uid: 56895 + - uid: 26661 components: - type: Transform - pos: -30.5,112.5 + pos: -12.5,187.5 parent: 1 - - uid: 56896 + - uid: 26662 components: - type: Transform - pos: -30.5,113.5 + pos: -12.5,188.5 parent: 1 - - uid: 56897 + - uid: 26663 components: - type: Transform - pos: -30.5,114.5 + pos: -12.5,191.5 parent: 1 - - uid: 56898 + - uid: 26664 components: - type: Transform - pos: -30.5,115.5 + pos: -12.5,192.5 parent: 1 - - uid: 56899 + - uid: 26665 components: - type: Transform - pos: -30.5,116.5 + pos: -12.5,193.5 parent: 1 - - uid: 56900 + - uid: 26666 components: - type: Transform - pos: -30.5,117.5 + pos: -12.5,194.5 parent: 1 - - uid: 56901 + - uid: 26667 components: - type: Transform - pos: -30.5,118.5 + pos: -12.5,195.5 parent: 1 - - uid: 56902 + - uid: 26668 components: - type: Transform - pos: -30.5,119.5 + pos: -12.5,196.5 parent: 1 - - uid: 56903 + - uid: 26669 components: - type: Transform - pos: -30.5,120.5 + pos: -12.5,197.5 parent: 1 - - uid: 56904 + - uid: 26670 components: - type: Transform - pos: -30.5,121.5 + pos: -12.5,198.5 parent: 1 - - uid: 56905 + - uid: 26671 components: - type: Transform - pos: -30.5,122.5 + pos: -12.5,199.5 parent: 1 - - uid: 56906 + - uid: 26672 components: - type: Transform - pos: -30.5,123.5 + pos: -11.5,173.5 parent: 1 - - uid: 56907 + - uid: 26673 components: - type: Transform - pos: -30.5,124.5 + pos: -11.5,174.5 parent: 1 - - uid: 56911 + - uid: 26674 components: - type: Transform - pos: -30.5,128.5 + pos: -11.5,175.5 parent: 1 - - uid: 56912 + - uid: 26675 components: - type: Transform - pos: -30.5,129.5 + pos: -11.5,176.5 parent: 1 - - uid: 56913 + - uid: 26676 components: - type: Transform - pos: -30.5,130.5 + pos: -11.5,177.5 parent: 1 - - uid: 56914 + - uid: 26677 components: - type: Transform - pos: -30.5,131.5 + pos: -11.5,178.5 parent: 1 - - uid: 56915 + - uid: 26678 components: - type: Transform - pos: -31.5,109.5 + pos: -11.5,179.5 parent: 1 - - uid: 56916 + - uid: 26679 components: - type: Transform - pos: -31.5,110.5 + pos: -11.5,180.5 parent: 1 - - uid: 56917 + - uid: 26680 components: - type: Transform - pos: -31.5,111.5 + pos: -11.5,181.5 parent: 1 - - uid: 56918 + - uid: 26681 components: - type: Transform - pos: -31.5,112.5 + pos: -11.5,182.5 parent: 1 - - uid: 56919 + - uid: 26682 components: - type: Transform - pos: -31.5,113.5 + pos: -11.5,183.5 parent: 1 - - uid: 56920 + - uid: 26683 components: - type: Transform - pos: -31.5,114.5 + pos: -11.5,184.5 parent: 1 - - uid: 56921 + - uid: 26684 components: - type: Transform - pos: -31.5,115.5 + pos: -11.5,185.5 parent: 1 - - uid: 56922 + - uid: 26685 components: - type: Transform - pos: -31.5,116.5 + pos: -11.5,186.5 parent: 1 - - uid: 56923 + - uid: 26686 components: - type: Transform - pos: -31.5,117.5 + pos: -11.5,187.5 parent: 1 - - uid: 56924 + - uid: 26687 components: - type: Transform - pos: -31.5,118.5 + pos: -11.5,188.5 parent: 1 - - uid: 56925 + - uid: 26688 components: - type: Transform - pos: -31.5,119.5 + pos: -11.5,193.5 parent: 1 - - uid: 56926 + - uid: 26689 components: - type: Transform - pos: -31.5,120.5 + pos: -11.5,194.5 parent: 1 - - uid: 56927 + - uid: 26690 components: - type: Transform - pos: -31.5,121.5 + pos: -11.5,195.5 parent: 1 - - uid: 56928 + - uid: 26691 components: - type: Transform - pos: -31.5,122.5 + pos: -11.5,196.5 parent: 1 - - uid: 56929 + - uid: 26692 components: - type: Transform - pos: -31.5,123.5 + pos: -11.5,197.5 parent: 1 - - uid: 56930 + - uid: 26693 components: - type: Transform - pos: -31.5,124.5 + pos: -11.5,198.5 parent: 1 - - uid: 56931 + - uid: 26694 components: - type: Transform - pos: -31.5,125.5 + pos: -11.5,199.5 parent: 1 - - uid: 56932 + - uid: 26695 components: - type: Transform - pos: -31.5,126.5 + pos: -10.5,173.5 parent: 1 - - uid: 56933 + - uid: 26696 components: - type: Transform - pos: -31.5,127.5 + pos: -10.5,174.5 parent: 1 - - uid: 56934 + - uid: 26697 components: - type: Transform - pos: -31.5,128.5 + pos: -10.5,175.5 parent: 1 - - uid: 56935 + - uid: 26698 components: - type: Transform - pos: -31.5,129.5 + pos: -10.5,176.5 parent: 1 - - uid: 56936 + - uid: 26699 components: - type: Transform - pos: -31.5,130.5 + pos: -10.5,177.5 parent: 1 - - uid: 56937 + - uid: 26700 components: - type: Transform - pos: -31.5,131.5 + pos: -10.5,178.5 parent: 1 - - uid: 56938 + - uid: 26701 components: - type: Transform - pos: -32.5,109.5 + pos: -10.5,179.5 parent: 1 - - uid: 56939 + - uid: 26702 components: - type: Transform - pos: -32.5,110.5 + pos: -10.5,180.5 parent: 1 - - uid: 56940 + - uid: 26703 components: - type: Transform - pos: -32.5,111.5 + pos: -10.5,181.5 parent: 1 - - uid: 56941 + - uid: 26704 components: - type: Transform - pos: -32.5,112.5 + pos: -10.5,182.5 parent: 1 - - uid: 56942 + - uid: 26705 components: - type: Transform - pos: -32.5,113.5 + pos: -10.5,183.5 parent: 1 - - uid: 56943 + - uid: 26706 components: - type: Transform - pos: -32.5,114.5 + pos: -10.5,184.5 parent: 1 - - uid: 56944 + - uid: 26707 components: - type: Transform - pos: -32.5,115.5 + pos: -10.5,185.5 parent: 1 - - uid: 56945 + - uid: 26708 components: - type: Transform - pos: -32.5,116.5 + pos: -10.5,186.5 parent: 1 - - uid: 56946 + - uid: 26709 components: - type: Transform - pos: -32.5,117.5 + pos: -10.5,187.5 parent: 1 - - uid: 56947 + - uid: 26710 components: - type: Transform - pos: -32.5,118.5 + pos: -10.5,188.5 parent: 1 - - uid: 56948 + - uid: 26711 components: - type: Transform - pos: -32.5,119.5 + pos: -10.5,189.5 parent: 1 - - uid: 56949 + - uid: 26712 components: - type: Transform - pos: -32.5,120.5 + pos: 216.5,192.5 parent: 1 - - uid: 56950 + - uid: 26713 components: - type: Transform - pos: -32.5,121.5 + pos: -10.5,192.5 parent: 1 - - uid: 56951 + - uid: 26714 components: - type: Transform - pos: -32.5,122.5 + pos: -10.5,193.5 parent: 1 - - uid: 56952 + - uid: 26715 components: - type: Transform - pos: -32.5,123.5 + pos: -10.5,194.5 parent: 1 - - uid: 56953 + - uid: 26716 components: - type: Transform - pos: -32.5,124.5 + pos: -10.5,195.5 parent: 1 - - uid: 56954 + - uid: 26717 components: - type: Transform - pos: -32.5,125.5 + pos: -10.5,196.5 parent: 1 - - uid: 56955 + - uid: 26718 components: - type: Transform - pos: -32.5,126.5 + pos: -10.5,197.5 parent: 1 - - uid: 56956 + - uid: 26719 components: - type: Transform - pos: -32.5,127.5 + pos: -10.5,198.5 parent: 1 - - uid: 56957 + - uid: 26720 components: - type: Transform - pos: -32.5,128.5 + pos: -10.5,199.5 parent: 1 - - uid: 56958 + - uid: 26721 components: - type: Transform - pos: -32.5,129.5 + pos: -9.5,173.5 parent: 1 - - uid: 56959 + - uid: 26722 components: - type: Transform - pos: -32.5,130.5 + pos: -9.5,174.5 parent: 1 - - uid: 56960 + - uid: 26723 components: - type: Transform - pos: -32.5,131.5 + pos: -9.5,175.5 parent: 1 - - uid: 56961 + - uid: 26724 components: - type: Transform - pos: -33.5,109.5 + pos: -9.5,176.5 parent: 1 - - uid: 56962 + - uid: 26725 components: - type: Transform - pos: -33.5,110.5 + pos: -9.5,177.5 parent: 1 - - uid: 56963 + - uid: 26726 components: - type: Transform - pos: -33.5,111.5 + pos: -9.5,178.5 parent: 1 - - uid: 56964 + - uid: 26727 components: - type: Transform - pos: -33.5,112.5 + pos: -9.5,179.5 parent: 1 - - uid: 56965 + - uid: 26728 components: - type: Transform - pos: -33.5,113.5 + pos: -9.5,180.5 parent: 1 - - uid: 56966 + - uid: 26729 components: - type: Transform - pos: -33.5,114.5 + pos: -9.5,181.5 parent: 1 - - uid: 56967 + - uid: 26730 components: - type: Transform - pos: -33.5,115.5 + pos: -9.5,182.5 parent: 1 - - uid: 56968 + - uid: 26731 components: - type: Transform - pos: -33.5,116.5 + pos: -9.5,183.5 parent: 1 - - uid: 56969 + - uid: 26732 components: - type: Transform - pos: -33.5,117.5 + pos: -9.5,184.5 parent: 1 - - uid: 56970 + - uid: 26733 components: - type: Transform - pos: -33.5,118.5 + pos: -9.5,185.5 parent: 1 - - uid: 56971 + - uid: 26734 components: - type: Transform - pos: -33.5,119.5 + pos: -9.5,186.5 parent: 1 - - uid: 56972 + - uid: 26735 components: - type: Transform - pos: -33.5,120.5 + pos: -9.5,187.5 parent: 1 - - uid: 56973 + - uid: 26736 components: - type: Transform - pos: -33.5,121.5 + pos: -9.5,188.5 parent: 1 - - uid: 56974 + - uid: 26737 components: - type: Transform - pos: -33.5,122.5 + pos: -9.5,189.5 parent: 1 - - uid: 56975 + - uid: 26738 components: - type: Transform - pos: -33.5,123.5 + pos: -9.5,190.5 parent: 1 - - uid: 56976 + - uid: 26739 components: - type: Transform - pos: -33.5,124.5 + pos: -9.5,191.5 parent: 1 - - uid: 56977 + - uid: 26740 components: - type: Transform - pos: -33.5,125.5 + pos: -9.5,192.5 parent: 1 - - uid: 56978 + - uid: 26741 components: - type: Transform - pos: -33.5,126.5 + pos: -9.5,193.5 parent: 1 - - uid: 56979 + - uid: 26742 components: - type: Transform - pos: -33.5,127.5 + pos: -9.5,194.5 parent: 1 - - uid: 56980 + - uid: 26743 components: - type: Transform - pos: -33.5,128.5 + pos: -9.5,195.5 parent: 1 - - uid: 56981 + - uid: 26744 components: - type: Transform - pos: -33.5,129.5 + pos: -9.5,196.5 parent: 1 - - uid: 56982 + - uid: 26745 components: - type: Transform - pos: -33.5,130.5 + pos: -9.5,197.5 parent: 1 - - uid: 56983 + - uid: 26746 components: - type: Transform - pos: -33.5,131.5 + pos: -9.5,198.5 parent: 1 - - uid: 56984 + - uid: 26747 components: - type: Transform - pos: -34.5,109.5 + pos: -9.5,199.5 parent: 1 - - uid: 56985 + - uid: 26748 components: - type: Transform - pos: -34.5,110.5 + pos: -8.5,173.5 parent: 1 - - uid: 56986 + - uid: 26749 components: - type: Transform - pos: -34.5,111.5 + pos: -8.5,174.5 parent: 1 - - uid: 56987 + - uid: 26750 components: - type: Transform - pos: -34.5,112.5 + pos: -8.5,175.5 parent: 1 - - uid: 56988 + - uid: 26751 components: - type: Transform - pos: -34.5,113.5 + pos: -8.5,176.5 parent: 1 - - uid: 56989 + - uid: 26752 components: - type: Transform - pos: -34.5,114.5 + pos: -8.5,177.5 parent: 1 - - uid: 56990 + - uid: 26753 components: - type: Transform - pos: -34.5,115.5 + pos: -8.5,178.5 parent: 1 - - uid: 56991 + - uid: 26754 components: - type: Transform - pos: -34.5,116.5 + pos: -8.5,179.5 parent: 1 - - uid: 56992 + - uid: 26755 components: - type: Transform - pos: -34.5,117.5 + pos: -8.5,180.5 parent: 1 - - uid: 56993 + - uid: 26756 components: - type: Transform - pos: -34.5,118.5 + pos: -8.5,181.5 parent: 1 - - uid: 56994 + - uid: 26757 components: - type: Transform - pos: -34.5,119.5 + pos: -8.5,182.5 parent: 1 - - uid: 56995 + - uid: 26758 components: - type: Transform - pos: -34.5,120.5 + pos: -8.5,183.5 parent: 1 - - uid: 56996 + - uid: 26759 components: - type: Transform - pos: -34.5,121.5 + pos: -8.5,184.5 parent: 1 - - uid: 56997 + - uid: 26760 components: - type: Transform - pos: -34.5,122.5 + pos: -8.5,185.5 parent: 1 - - uid: 56998 + - uid: 26761 components: - type: Transform - pos: -34.5,123.5 + pos: -8.5,186.5 parent: 1 - - uid: 56999 + - uid: 26762 components: - type: Transform - pos: -34.5,124.5 + pos: -8.5,187.5 parent: 1 - - uid: 57000 + - uid: 26763 components: - type: Transform - pos: -34.5,125.5 + pos: -8.5,188.5 parent: 1 - - uid: 57001 + - uid: 26764 components: - type: Transform - pos: -34.5,126.5 + pos: -8.5,189.5 parent: 1 - - uid: 57002 + - uid: 26765 components: - type: Transform - pos: -34.5,127.5 + pos: -8.5,190.5 parent: 1 - - uid: 57003 + - uid: 26766 components: - type: Transform - pos: -34.5,128.5 + pos: -8.5,191.5 parent: 1 - - uid: 57004 + - uid: 26767 components: - type: Transform - pos: -34.5,129.5 + pos: -8.5,192.5 parent: 1 - - uid: 57005 + - uid: 26768 components: - type: Transform - pos: -34.5,130.5 + pos: -8.5,193.5 parent: 1 - - uid: 57006 + - uid: 26769 components: - type: Transform - pos: -34.5,131.5 + pos: -8.5,194.5 parent: 1 - - uid: 57007 + - uid: 26770 components: - type: Transform - pos: -35.5,109.5 + pos: -8.5,195.5 parent: 1 - - uid: 57008 + - uid: 26771 components: - type: Transform - pos: -35.5,110.5 + pos: -8.5,196.5 parent: 1 - - uid: 57009 + - uid: 26772 components: - type: Transform - pos: -35.5,111.5 + pos: -8.5,197.5 parent: 1 - - uid: 57010 + - uid: 26773 components: - type: Transform - pos: -35.5,112.5 + pos: -8.5,198.5 parent: 1 - - uid: 57011 + - uid: 26774 components: - type: Transform - pos: -35.5,113.5 + pos: -8.5,199.5 parent: 1 - - uid: 57012 + - uid: 26775 components: - type: Transform - pos: -35.5,114.5 + pos: -7.5,173.5 parent: 1 - - uid: 57013 + - uid: 26776 components: - type: Transform - pos: -35.5,115.5 + pos: -7.5,174.5 parent: 1 - - uid: 57014 + - uid: 26777 components: - type: Transform - pos: -35.5,116.5 + pos: -7.5,175.5 parent: 1 - - uid: 57015 + - uid: 26778 components: - type: Transform - pos: -35.5,117.5 + pos: -7.5,176.5 parent: 1 - - uid: 57016 + - uid: 26779 components: - type: Transform - pos: -35.5,118.5 + pos: -7.5,177.5 parent: 1 - - uid: 57017 + - uid: 26780 components: - type: Transform - pos: -35.5,119.5 + pos: -7.5,178.5 parent: 1 - - uid: 57018 + - uid: 26781 components: - type: Transform - pos: -35.5,120.5 + pos: -7.5,179.5 parent: 1 - - uid: 57019 + - uid: 26782 components: - type: Transform - pos: -35.5,121.5 + pos: -7.5,180.5 parent: 1 - - uid: 57020 + - uid: 26783 components: - type: Transform - pos: -35.5,122.5 + pos: -7.5,181.5 parent: 1 - - uid: 57021 + - uid: 26784 components: - type: Transform - pos: -35.5,123.5 + pos: -7.5,182.5 parent: 1 - - uid: 57022 + - uid: 26785 components: - type: Transform - pos: -35.5,124.5 + pos: -7.5,183.5 parent: 1 - - uid: 57023 + - uid: 26786 components: - type: Transform - pos: -35.5,125.5 + pos: -7.5,184.5 parent: 1 - - uid: 57024 + - uid: 26787 components: - type: Transform - pos: -35.5,126.5 + pos: -7.5,185.5 parent: 1 - - uid: 57025 + - uid: 26788 components: - type: Transform - pos: -35.5,127.5 + pos: -7.5,186.5 parent: 1 - - uid: 57026 + - uid: 26789 components: - type: Transform - pos: -35.5,128.5 + pos: -7.5,187.5 parent: 1 - - uid: 57027 + - uid: 26790 components: - type: Transform - pos: -35.5,129.5 + pos: -7.5,188.5 parent: 1 - - uid: 57028 + - uid: 26791 components: - type: Transform - pos: -35.5,130.5 + pos: -7.5,189.5 parent: 1 - - uid: 57029 + - uid: 26792 components: - type: Transform - pos: -35.5,131.5 + pos: -7.5,190.5 parent: 1 - - uid: 57030 + - uid: 26793 components: - type: Transform - pos: -36.5,109.5 + pos: -7.5,191.5 parent: 1 - - uid: 57031 + - uid: 26794 components: - type: Transform - pos: -36.5,110.5 + pos: -7.5,192.5 parent: 1 - - uid: 57032 + - uid: 26795 components: - type: Transform - pos: -36.5,111.5 + pos: -7.5,193.5 parent: 1 - - uid: 57033 + - uid: 26796 components: - type: Transform - pos: -36.5,112.5 + pos: -7.5,194.5 parent: 1 - - uid: 57034 + - uid: 26797 components: - type: Transform - pos: -36.5,113.5 + pos: -7.5,195.5 parent: 1 - - uid: 57035 + - uid: 26798 components: - type: Transform - pos: -36.5,114.5 + pos: -7.5,196.5 parent: 1 - - uid: 57036 + - uid: 26799 components: - type: Transform - pos: -36.5,115.5 + pos: -7.5,197.5 parent: 1 - - uid: 57037 + - uid: 26800 components: - type: Transform - pos: -36.5,116.5 + pos: -7.5,198.5 parent: 1 - - uid: 57038 + - uid: 26801 components: - type: Transform - pos: -36.5,117.5 + pos: -7.5,199.5 parent: 1 - - uid: 57039 + - uid: 26802 components: - type: Transform - pos: -36.5,118.5 + pos: -6.5,173.5 parent: 1 - - uid: 57040 + - uid: 26803 components: - type: Transform - pos: -36.5,119.5 + pos: -6.5,174.5 parent: 1 - - uid: 57041 + - uid: 26804 components: - type: Transform - pos: -36.5,120.5 + pos: -6.5,175.5 parent: 1 - - uid: 57042 + - uid: 26805 components: - type: Transform - pos: -36.5,121.5 + pos: -6.5,176.5 parent: 1 - - uid: 57043 + - uid: 26806 components: - type: Transform - pos: -36.5,122.5 + pos: -6.5,177.5 parent: 1 - - uid: 57044 + - uid: 26807 components: - type: Transform - pos: -36.5,123.5 + pos: -6.5,178.5 parent: 1 - - uid: 57045 + - uid: 26808 components: - type: Transform - pos: -36.5,124.5 + pos: -6.5,179.5 parent: 1 - - uid: 57046 + - uid: 26809 components: - type: Transform - pos: -36.5,125.5 + pos: -6.5,180.5 parent: 1 - - uid: 57047 + - uid: 26810 components: - type: Transform - pos: -36.5,126.5 + pos: -6.5,181.5 parent: 1 - - uid: 57048 + - uid: 26811 components: - type: Transform - pos: -36.5,127.5 + pos: -6.5,182.5 parent: 1 - - uid: 57049 + - uid: 26812 components: - type: Transform - pos: -36.5,128.5 + pos: -6.5,183.5 parent: 1 - - uid: 57050 + - uid: 26813 components: - type: Transform - pos: -36.5,129.5 + pos: -6.5,184.5 parent: 1 - - uid: 57051 + - uid: 26814 components: - type: Transform - pos: -36.5,130.5 + pos: -6.5,185.5 parent: 1 - - uid: 57052 + - uid: 26815 components: - type: Transform - pos: -36.5,131.5 + pos: -6.5,186.5 parent: 1 - - uid: 57053 + - uid: 26816 components: - type: Transform - pos: -37.5,109.5 + pos: -6.5,187.5 parent: 1 - - uid: 57054 + - uid: 26817 components: - type: Transform - pos: -37.5,110.5 + pos: -6.5,188.5 parent: 1 - - uid: 57055 + - uid: 26818 components: - type: Transform - pos: -37.5,111.5 + pos: -6.5,189.5 parent: 1 - - uid: 57056 + - uid: 26819 components: - type: Transform - pos: -37.5,112.5 + pos: -6.5,190.5 parent: 1 - - uid: 57057 + - uid: 26820 components: - type: Transform - pos: -37.5,113.5 + pos: -6.5,191.5 parent: 1 - - uid: 57058 + - uid: 26821 components: - type: Transform - pos: -37.5,114.5 + pos: -6.5,192.5 parent: 1 - - uid: 57059 + - uid: 26822 components: - type: Transform - pos: -37.5,115.5 + pos: -6.5,193.5 parent: 1 - - uid: 57060 + - uid: 26823 components: - type: Transform - pos: -37.5,116.5 + pos: -6.5,194.5 parent: 1 - - uid: 57061 + - uid: 26824 components: - type: Transform - pos: -37.5,117.5 + pos: -6.5,195.5 parent: 1 - - uid: 57062 + - uid: 26825 components: - type: Transform - pos: -37.5,118.5 + pos: -6.5,196.5 parent: 1 - - uid: 57063 + - uid: 26826 components: - type: Transform - pos: -37.5,119.5 + pos: -6.5,197.5 parent: 1 - - uid: 57064 + - uid: 26827 components: - type: Transform - pos: -37.5,120.5 + pos: -6.5,198.5 parent: 1 - - uid: 57065 + - uid: 26828 components: - type: Transform - pos: -37.5,121.5 + pos: -6.5,199.5 parent: 1 - - uid: 57066 + - uid: 26829 components: - type: Transform - pos: -37.5,122.5 + pos: -5.5,173.5 parent: 1 - - uid: 57067 + - uid: 26830 components: - type: Transform - pos: -37.5,123.5 + pos: -5.5,174.5 parent: 1 - - uid: 57068 + - uid: 26831 components: - type: Transform - pos: -37.5,124.5 + pos: -5.5,175.5 parent: 1 - - uid: 57069 + - uid: 26832 components: - type: Transform - pos: -37.5,125.5 + pos: -5.5,176.5 parent: 1 - - uid: 57070 + - uid: 26833 components: - type: Transform - pos: -37.5,126.5 + pos: -5.5,177.5 parent: 1 - - uid: 57071 + - uid: 26834 components: - type: Transform - pos: -37.5,127.5 + pos: -5.5,178.5 parent: 1 - - uid: 57072 + - uid: 26835 components: - type: Transform - pos: -37.5,128.5 + pos: -5.5,180.5 parent: 1 - - uid: 57073 + - uid: 26836 components: - type: Transform - pos: -37.5,129.5 + pos: -5.5,181.5 parent: 1 - - uid: 57074 + - uid: 26837 components: - type: Transform - pos: -37.5,130.5 + pos: -5.5,182.5 parent: 1 - - uid: 57075 + - uid: 26838 components: - type: Transform - pos: -37.5,131.5 + pos: -5.5,183.5 parent: 1 - - uid: 57076 + - uid: 26839 components: - type: Transform - pos: -38.5,109.5 + pos: -5.5,184.5 parent: 1 - - uid: 57077 + - uid: 26840 components: - type: Transform - pos: -38.5,110.5 + pos: -5.5,185.5 parent: 1 - - uid: 57078 + - uid: 26841 components: - type: Transform - pos: -38.5,111.5 + pos: -5.5,186.5 parent: 1 - - uid: 57079 + - uid: 26842 components: - type: Transform - pos: -38.5,112.5 + pos: -5.5,187.5 parent: 1 - - uid: 57080 + - uid: 26843 components: - type: Transform - pos: -38.5,113.5 + pos: -5.5,188.5 parent: 1 - - uid: 57081 + - uid: 26844 components: - type: Transform - pos: -38.5,114.5 + pos: -5.5,189.5 parent: 1 - - uid: 57082 + - uid: 26845 components: - type: Transform - pos: -38.5,115.5 + pos: -5.5,190.5 parent: 1 - - uid: 57083 + - uid: 26846 components: - type: Transform - pos: -38.5,116.5 + pos: -5.5,191.5 parent: 1 - - uid: 57084 + - uid: 26847 components: - type: Transform - pos: -38.5,117.5 + pos: -5.5,192.5 parent: 1 - - uid: 57085 + - uid: 26848 components: - type: Transform - pos: -38.5,118.5 + pos: -5.5,193.5 parent: 1 - - uid: 57086 + - uid: 26849 components: - type: Transform - pos: -38.5,119.5 + pos: -5.5,194.5 parent: 1 - - uid: 57087 + - uid: 26850 components: - type: Transform - pos: -38.5,120.5 + pos: -5.5,195.5 parent: 1 - - uid: 57088 + - uid: 26851 components: - type: Transform - pos: -38.5,121.5 + pos: -5.5,196.5 parent: 1 - - uid: 57089 + - uid: 26852 components: - type: Transform - pos: -38.5,122.5 + pos: -5.5,197.5 parent: 1 - - uid: 57090 + - uid: 26853 components: - type: Transform - pos: -38.5,123.5 + pos: -5.5,198.5 parent: 1 - - uid: 57091 + - uid: 26854 components: - type: Transform - pos: -38.5,124.5 + pos: -5.5,199.5 parent: 1 - - uid: 57092 + - uid: 26855 components: - type: Transform - pos: -38.5,125.5 + pos: -4.5,173.5 parent: 1 - - uid: 57093 + - uid: 26856 components: - type: Transform - pos: -38.5,126.5 + pos: -4.5,174.5 parent: 1 - - uid: 57094 + - uid: 26857 components: - type: Transform - pos: -38.5,127.5 + pos: -4.5,175.5 parent: 1 - - uid: 57095 + - uid: 26858 components: - type: Transform - pos: -38.5,128.5 + pos: -4.5,176.5 parent: 1 - - uid: 57096 + - uid: 26859 components: - type: Transform - pos: -38.5,129.5 + pos: -4.5,177.5 parent: 1 - - uid: 57097 + - uid: 26860 components: - type: Transform - pos: -38.5,130.5 + pos: -4.5,178.5 parent: 1 - - uid: 57098 + - uid: 26861 components: - type: Transform - pos: -38.5,131.5 + pos: -4.5,183.5 parent: 1 - - uid: 57099 + - uid: 26862 components: - type: Transform - pos: -39.5,109.5 + pos: -4.5,184.5 parent: 1 - - uid: 57100 + - uid: 26863 components: - type: Transform - pos: -39.5,110.5 + pos: -4.5,185.5 parent: 1 - - uid: 57101 + - uid: 26864 components: - type: Transform - pos: -39.5,111.5 + pos: -4.5,186.5 parent: 1 - - uid: 57102 + - uid: 26865 components: - type: Transform - pos: -39.5,112.5 + pos: -4.5,187.5 parent: 1 - - uid: 57103 + - uid: 26866 components: - type: Transform - pos: -39.5,113.5 + pos: -4.5,188.5 parent: 1 - - uid: 57104 + - uid: 26867 components: - type: Transform - pos: -39.5,114.5 + pos: -4.5,189.5 parent: 1 - - uid: 57105 + - uid: 26868 components: - type: Transform - pos: -39.5,115.5 + pos: -4.5,190.5 parent: 1 - - uid: 57106 + - uid: 26869 components: - type: Transform - pos: -39.5,116.5 + pos: -4.5,191.5 parent: 1 - - uid: 57107 + - uid: 26870 components: - type: Transform - pos: -39.5,117.5 + pos: -4.5,192.5 parent: 1 - - uid: 57108 + - uid: 26871 components: - type: Transform - pos: -39.5,118.5 + pos: -4.5,193.5 parent: 1 - - uid: 57109 + - uid: 26872 components: - type: Transform - pos: -39.5,119.5 + pos: -4.5,194.5 parent: 1 - - uid: 57110 + - uid: 26873 components: - type: Transform - pos: -39.5,120.5 + pos: -4.5,195.5 parent: 1 - - uid: 57111 + - uid: 26874 components: - type: Transform - pos: -39.5,121.5 + pos: -4.5,196.5 parent: 1 - - uid: 57112 + - uid: 26875 components: - type: Transform - pos: -39.5,122.5 + pos: -4.5,197.5 parent: 1 - - uid: 57113 + - uid: 26876 components: - type: Transform - pos: -39.5,123.5 + pos: -4.5,198.5 parent: 1 - - uid: 57114 + - uid: 26877 components: - type: Transform - pos: -39.5,124.5 + pos: -4.5,199.5 parent: 1 - - uid: 57115 + - uid: 26878 components: - type: Transform - pos: -39.5,125.5 + pos: -3.5,173.5 parent: 1 - - uid: 57116 + - uid: 26879 components: - type: Transform - pos: -39.5,126.5 + pos: -3.5,174.5 parent: 1 - - uid: 57117 + - uid: 26880 components: - type: Transform - pos: -39.5,127.5 + pos: -3.5,175.5 parent: 1 - - uid: 57118 + - uid: 26881 components: - type: Transform - pos: -39.5,128.5 + pos: -3.5,176.5 parent: 1 - - uid: 57119 + - uid: 26882 components: - type: Transform - pos: -39.5,129.5 + pos: -3.5,177.5 parent: 1 - - uid: 57120 + - uid: 26883 components: - type: Transform - pos: -39.5,130.5 + pos: -3.5,178.5 parent: 1 - - uid: 57121 + - uid: 26884 components: - type: Transform - pos: -39.5,131.5 + pos: -3.5,180.5 parent: 1 - - uid: 57122 + - uid: 26885 components: - type: Transform - pos: -40.5,109.5 + pos: -3.5,181.5 parent: 1 - - uid: 57123 + - uid: 26886 components: - type: Transform - pos: -40.5,110.5 + pos: -3.5,182.5 parent: 1 - - uid: 57124 + - uid: 26887 components: - type: Transform - pos: -40.5,111.5 + pos: -3.5,183.5 parent: 1 - - uid: 57125 + - uid: 26888 components: - type: Transform - pos: -40.5,112.5 + pos: -3.5,184.5 parent: 1 - - uid: 57126 + - uid: 26889 components: - type: Transform - pos: -40.5,113.5 + pos: -3.5,185.5 parent: 1 - - uid: 57127 + - uid: 26890 components: - type: Transform - pos: -40.5,114.5 + pos: -3.5,186.5 parent: 1 - - uid: 57131 + - uid: 26891 components: - type: Transform - pos: -40.5,118.5 + pos: -3.5,187.5 parent: 1 - - uid: 57132 + - uid: 26892 components: - type: Transform - pos: -40.5,119.5 + pos: -3.5,188.5 parent: 1 - - uid: 57133 + - uid: 26893 components: - type: Transform - pos: -40.5,120.5 + pos: -3.5,189.5 parent: 1 - - uid: 57134 + - uid: 26894 components: - type: Transform - pos: -40.5,121.5 + pos: -3.5,190.5 parent: 1 - - uid: 57135 + - uid: 26895 components: - type: Transform - pos: -40.5,122.5 + pos: -3.5,191.5 parent: 1 - - uid: 57136 + - uid: 26896 components: - type: Transform - pos: -40.5,123.5 + pos: -3.5,192.5 parent: 1 - - uid: 57137 + - uid: 26897 components: - type: Transform - pos: -40.5,124.5 + pos: -3.5,193.5 parent: 1 - - uid: 57138 + - uid: 26898 components: - type: Transform - pos: -40.5,125.5 + pos: -3.5,194.5 parent: 1 - - uid: 57139 + - uid: 26899 components: - type: Transform - pos: -40.5,126.5 + pos: -3.5,195.5 parent: 1 - - uid: 57140 + - uid: 26900 components: - type: Transform - pos: -40.5,127.5 + pos: -3.5,196.5 parent: 1 - - uid: 57141 + - uid: 26901 components: - type: Transform - pos: -40.5,128.5 + pos: -3.5,197.5 parent: 1 - - uid: 57142 + - uid: 26902 components: - type: Transform - pos: -40.5,129.5 + pos: -3.5,198.5 parent: 1 - - uid: 57143 + - uid: 26903 components: - type: Transform - pos: -40.5,130.5 + pos: -3.5,199.5 parent: 1 - - uid: 57144 + - uid: 26904 components: - type: Transform - pos: -40.5,131.5 + pos: -2.5,173.5 parent: 1 - - uid: 57145 + - uid: 26905 components: - type: Transform - pos: -41.5,109.5 + pos: -2.5,174.5 parent: 1 - - uid: 57146 + - uid: 26906 components: - type: Transform - pos: -41.5,110.5 + pos: -2.5,175.5 parent: 1 - - uid: 57147 + - uid: 26907 components: - type: Transform - pos: -41.5,111.5 + pos: -2.5,176.5 parent: 1 - - uid: 57148 + - uid: 26908 components: - type: Transform - pos: -41.5,112.5 + pos: -2.5,177.5 parent: 1 - - uid: 57149 + - uid: 26909 components: - type: Transform - pos: -41.5,113.5 + pos: -2.5,178.5 parent: 1 - - uid: 57150 + - uid: 26910 components: - type: Transform - pos: -41.5,114.5 + pos: -2.5,179.5 parent: 1 - - uid: 57151 + - uid: 26911 components: - type: Transform - pos: -41.5,115.5 + pos: -2.5,180.5 parent: 1 - - uid: 57156 + - uid: 26912 components: - type: Transform - pos: -41.5,120.5 + pos: -2.5,181.5 parent: 1 - - uid: 57157 + - uid: 26913 components: - type: Transform - pos: -41.5,121.5 + pos: -2.5,182.5 parent: 1 - - uid: 57158 + - uid: 26914 components: - type: Transform - pos: -41.5,122.5 + pos: -2.5,183.5 parent: 1 - - uid: 57159 + - uid: 26915 components: - type: Transform - pos: -41.5,123.5 + pos: -2.5,184.5 parent: 1 - - uid: 57160 + - uid: 26916 components: - type: Transform - pos: -41.5,124.5 + pos: -2.5,185.5 parent: 1 - - uid: 57161 + - uid: 26917 components: - type: Transform - pos: -41.5,125.5 + pos: -2.5,186.5 parent: 1 - - uid: 57162 + - uid: 26918 components: - type: Transform - pos: -41.5,126.5 + pos: -2.5,187.5 parent: 1 - - uid: 57163 + - uid: 26919 components: - type: Transform - pos: -41.5,127.5 + pos: -2.5,188.5 parent: 1 - - uid: 57164 + - uid: 26920 components: - type: Transform - pos: -41.5,128.5 + pos: -2.5,189.5 parent: 1 - - uid: 57165 + - uid: 26921 components: - type: Transform - pos: -41.5,129.5 + pos: -2.5,190.5 parent: 1 - - uid: 57166 + - uid: 26922 components: - type: Transform - pos: -41.5,130.5 + pos: -2.5,191.5 parent: 1 - - uid: 57167 + - uid: 26923 components: - type: Transform - pos: -41.5,131.5 + pos: -2.5,192.5 parent: 1 - - uid: 57168 + - uid: 26924 components: - type: Transform - pos: -42.5,109.5 + pos: -2.5,193.5 parent: 1 - - uid: 57169 + - uid: 26925 components: - type: Transform - pos: -42.5,110.5 + pos: -2.5,194.5 parent: 1 - - uid: 57170 + - uid: 26926 components: - type: Transform - pos: -42.5,111.5 + pos: -2.5,195.5 parent: 1 - - uid: 57171 + - uid: 26927 components: - type: Transform - pos: -42.5,112.5 + pos: -2.5,196.5 parent: 1 - - uid: 57172 + - uid: 26928 components: - type: Transform - pos: -42.5,113.5 + pos: -2.5,197.5 parent: 1 - - uid: 57173 + - uid: 26929 components: - type: Transform - pos: -42.5,114.5 + pos: -2.5,198.5 parent: 1 - - uid: 57174 + - uid: 26930 components: - type: Transform - pos: -42.5,115.5 + pos: -2.5,199.5 parent: 1 - - uid: 57175 + - uid: 26931 components: - type: Transform - pos: -42.5,116.5 + pos: -1.5,173.5 parent: 1 - - uid: 57179 + - uid: 26932 components: - type: Transform - pos: -42.5,120.5 + pos: -1.5,174.5 parent: 1 - - uid: 57180 + - uid: 26933 components: - type: Transform - pos: -42.5,121.5 + pos: -1.5,175.5 parent: 1 - - uid: 57181 + - uid: 26934 components: - type: Transform - pos: -42.5,122.5 + pos: -1.5,176.5 parent: 1 - - uid: 57182 + - uid: 26935 components: - type: Transform - pos: -42.5,123.5 + pos: -1.5,177.5 parent: 1 - - uid: 57183 + - uid: 26936 components: - type: Transform - pos: -42.5,124.5 + pos: -1.5,178.5 parent: 1 - - uid: 57184 + - uid: 26937 components: - type: Transform - pos: -42.5,125.5 + pos: -1.5,179.5 parent: 1 - - uid: 57185 + - uid: 26938 components: - type: Transform - pos: -42.5,126.5 + pos: -1.5,180.5 parent: 1 - - uid: 57186 + - uid: 26939 components: - type: Transform - pos: -42.5,127.5 + pos: -1.5,181.5 parent: 1 - - uid: 57187 + - uid: 26940 components: - type: Transform - pos: -42.5,128.5 + pos: -1.5,182.5 parent: 1 - - uid: 57188 + - uid: 26941 components: - type: Transform - pos: -42.5,129.5 + pos: -1.5,183.5 parent: 1 - - uid: 57189 + - uid: 26942 components: - type: Transform - pos: -42.5,130.5 + pos: -1.5,184.5 parent: 1 - - uid: 57190 + - uid: 26943 components: - type: Transform - pos: -42.5,131.5 + pos: -1.5,185.5 parent: 1 - - uid: 57191 + - uid: 26944 components: - type: Transform - pos: -43.5,109.5 + pos: -1.5,186.5 parent: 1 - - uid: 57192 + - uid: 26945 components: - type: Transform - pos: -43.5,110.5 + pos: -1.5,187.5 parent: 1 - - uid: 57193 + - uid: 26946 components: - type: Transform - pos: -43.5,111.5 + pos: -1.5,188.5 parent: 1 - - uid: 57194 + - uid: 26947 components: - type: Transform - pos: -43.5,112.5 + pos: -1.5,189.5 parent: 1 - - uid: 57195 + - uid: 26948 components: - type: Transform - pos: -43.5,113.5 + pos: -1.5,190.5 parent: 1 - - uid: 57196 + - uid: 26949 components: - type: Transform - pos: -43.5,114.5 + pos: -1.5,191.5 parent: 1 - - uid: 57197 + - uid: 26950 components: - type: Transform - pos: -43.5,115.5 + pos: -1.5,192.5 parent: 1 - - uid: 57198 + - uid: 26951 components: - type: Transform - pos: -43.5,116.5 + pos: -1.5,193.5 parent: 1 - - uid: 57199 + - uid: 26952 components: - type: Transform - pos: -43.5,117.5 + pos: -1.5,194.5 parent: 1 - - uid: 57201 + - uid: 26953 components: - type: Transform - pos: -43.5,119.5 + pos: -1.5,195.5 parent: 1 - - uid: 57202 + - uid: 26954 components: - type: Transform - pos: -43.5,120.5 + pos: -1.5,196.5 parent: 1 - - uid: 57203 + - uid: 26955 components: - type: Transform - pos: -43.5,121.5 + pos: -1.5,197.5 parent: 1 - - uid: 57204 + - uid: 26956 components: - type: Transform - pos: -43.5,122.5 + pos: -1.5,198.5 parent: 1 - - uid: 57205 + - uid: 26957 components: - type: Transform - pos: -43.5,123.5 + pos: -1.5,199.5 parent: 1 - - uid: 57206 + - uid: 26958 components: - type: Transform - pos: -43.5,124.5 + pos: -0.5,173.5 parent: 1 - - uid: 57207 + - uid: 26959 components: - type: Transform - pos: -43.5,125.5 + pos: -0.5,174.5 parent: 1 - - uid: 57208 + - uid: 26960 components: - type: Transform - pos: -43.5,126.5 + pos: -0.5,175.5 parent: 1 - - uid: 57209 + - uid: 26961 components: - type: Transform - pos: -43.5,127.5 + pos: -0.5,176.5 parent: 1 - - uid: 57210 + - uid: 26962 components: - type: Transform - pos: -43.5,128.5 + pos: -0.5,177.5 parent: 1 - - uid: 57211 + - uid: 26963 components: - type: Transform - pos: -43.5,129.5 + pos: -0.5,178.5 parent: 1 - - uid: 57212 + - uid: 26964 components: - type: Transform - pos: -43.5,130.5 + pos: -0.5,179.5 parent: 1 - - uid: 57213 + - uid: 26965 components: - type: Transform - pos: -43.5,131.5 + pos: -0.5,180.5 parent: 1 - - uid: 57214 + - uid: 26966 components: - type: Transform - pos: -44.5,109.5 + pos: -0.5,181.5 parent: 1 - - uid: 57215 + - uid: 26967 components: - type: Transform - pos: -44.5,110.5 + pos: -0.5,182.5 parent: 1 - - uid: 57216 + - uid: 26968 components: - type: Transform - pos: -44.5,111.5 + pos: -0.5,183.5 parent: 1 - - uid: 57217 + - uid: 26969 components: - type: Transform - pos: -44.5,112.5 + pos: -0.5,184.5 parent: 1 - - uid: 57218 + - uid: 26970 components: - type: Transform - pos: -44.5,113.5 + pos: -0.5,185.5 parent: 1 - - uid: 57219 + - uid: 26971 components: - type: Transform - pos: -44.5,114.5 + pos: -0.5,186.5 parent: 1 - - uid: 57220 + - uid: 26972 components: - type: Transform - pos: -44.5,115.5 + pos: -0.5,187.5 parent: 1 - - uid: 57221 + - uid: 26973 components: - type: Transform - pos: -44.5,116.5 + pos: -0.5,188.5 parent: 1 - - uid: 57222 + - uid: 26974 components: - type: Transform - pos: -44.5,117.5 + pos: -0.5,189.5 parent: 1 - - uid: 57223 + - uid: 26975 components: - type: Transform - pos: -44.5,118.5 + pos: -0.5,190.5 parent: 1 - - uid: 57224 + - uid: 26976 components: - type: Transform - pos: -44.5,119.5 + pos: -0.5,191.5 parent: 1 - - uid: 57225 + - uid: 26977 components: - type: Transform - pos: -44.5,120.5 + pos: -0.5,193.5 parent: 1 - - uid: 57226 + - uid: 26978 components: - type: Transform - pos: -44.5,121.5 + pos: -0.5,194.5 parent: 1 - - uid: 57227 + - uid: 26979 components: - type: Transform - pos: -44.5,122.5 + pos: -0.5,195.5 parent: 1 - - uid: 57228 + - uid: 26980 components: - type: Transform - pos: -44.5,123.5 + pos: -0.5,196.5 parent: 1 - - uid: 57229 + - uid: 26981 components: - type: Transform - pos: -44.5,124.5 + pos: -0.5,197.5 parent: 1 - - uid: 57230 + - uid: 26982 components: - type: Transform - pos: -44.5,125.5 + pos: -0.5,198.5 parent: 1 - - uid: 57231 + - uid: 26983 components: - type: Transform - pos: -44.5,126.5 + pos: -0.5,199.5 parent: 1 - - uid: 57232 + - uid: 26984 components: - type: Transform - pos: -44.5,127.5 + pos: 0.5,173.5 parent: 1 - - uid: 57233 + - uid: 26985 components: - type: Transform - pos: -44.5,128.5 + pos: 0.5,174.5 parent: 1 - - uid: 57234 + - uid: 26986 components: - type: Transform - pos: -44.5,129.5 + pos: 0.5,175.5 parent: 1 - - uid: 57235 + - uid: 26987 components: - type: Transform - pos: -44.5,130.5 + pos: 0.5,176.5 parent: 1 - - uid: 57236 + - uid: 26988 components: - type: Transform - pos: -44.5,131.5 + pos: 0.5,177.5 parent: 1 - - uid: 57237 + - uid: 26989 components: - type: Transform - pos: -45.5,109.5 + pos: 0.5,178.5 parent: 1 - - uid: 57238 + - uid: 26990 components: - type: Transform - pos: -45.5,110.5 + pos: 0.5,179.5 parent: 1 - - uid: 57239 + - uid: 26991 components: - type: Transform - pos: -45.5,111.5 + pos: 0.5,180.5 parent: 1 - - uid: 57240 + - uid: 26992 components: - type: Transform - pos: -45.5,112.5 + pos: 0.5,181.5 parent: 1 - - uid: 57241 + - uid: 26993 components: - type: Transform - pos: -45.5,113.5 + pos: 0.5,182.5 parent: 1 - - uid: 57242 + - uid: 26994 components: - type: Transform - pos: -45.5,114.5 + pos: 0.5,183.5 parent: 1 - - uid: 57243 + - uid: 26995 components: - type: Transform - pos: -45.5,115.5 + pos: 0.5,184.5 parent: 1 - - uid: 57244 + - uid: 26996 components: - type: Transform - pos: -45.5,116.5 + pos: 0.5,185.5 parent: 1 - - uid: 57245 + - uid: 26997 components: - type: Transform - pos: -45.5,117.5 + pos: 0.5,186.5 parent: 1 - - uid: 57246 + - uid: 26998 components: - type: Transform - pos: -45.5,118.5 + pos: 0.5,187.5 parent: 1 - - uid: 57247 + - uid: 26999 components: - type: Transform - pos: -45.5,119.5 + pos: 0.5,188.5 parent: 1 - - uid: 57248 + - uid: 27000 components: - type: Transform - pos: -45.5,120.5 + pos: 0.5,189.5 parent: 1 - - uid: 57249 + - uid: 27001 components: - type: Transform - pos: -45.5,121.5 + pos: 0.5,190.5 parent: 1 - - uid: 57250 + - uid: 27002 components: - type: Transform - pos: -45.5,122.5 + pos: 0.5,194.5 parent: 1 - - uid: 57251 + - uid: 27003 components: - type: Transform - pos: -45.5,123.5 + pos: 0.5,195.5 parent: 1 - - uid: 57252 + - uid: 27004 components: - type: Transform - pos: -45.5,124.5 + pos: 0.5,196.5 parent: 1 - - uid: 57253 + - uid: 27005 components: - type: Transform - pos: -45.5,125.5 + pos: 0.5,197.5 parent: 1 - - uid: 57254 + - uid: 27006 components: - type: Transform - pos: -45.5,126.5 + pos: 0.5,198.5 parent: 1 - - uid: 57255 + - uid: 27007 components: - type: Transform - pos: -45.5,127.5 + pos: 0.5,199.5 parent: 1 - - uid: 57256 + - uid: 27008 components: - type: Transform - pos: -45.5,128.5 + pos: 1.5,173.5 parent: 1 - - uid: 57257 + - uid: 27009 components: - type: Transform - pos: -45.5,129.5 + pos: 1.5,174.5 parent: 1 - - uid: 57258 + - uid: 27010 components: - type: Transform - pos: -45.5,130.5 + pos: 1.5,175.5 parent: 1 - - uid: 57259 + - uid: 27011 components: - type: Transform - pos: -45.5,131.5 + pos: 1.5,176.5 parent: 1 - - uid: 57260 + - uid: 27012 components: - type: Transform - pos: -46.5,109.5 + pos: 1.5,177.5 parent: 1 - - uid: 57261 + - uid: 27013 components: - type: Transform - pos: -46.5,110.5 + pos: 1.5,178.5 parent: 1 - - uid: 57262 + - uid: 27014 components: - type: Transform - pos: -46.5,111.5 + pos: 1.5,179.5 parent: 1 - - uid: 57263 + - uid: 27015 components: - type: Transform - pos: -46.5,112.5 + pos: 1.5,180.5 parent: 1 - - uid: 57264 + - uid: 27016 components: - type: Transform - pos: -46.5,113.5 + pos: 1.5,181.5 parent: 1 - - uid: 57265 + - uid: 27017 components: - type: Transform - pos: -46.5,114.5 + pos: 1.5,182.5 parent: 1 - - uid: 57266 + - uid: 27018 components: - type: Transform - pos: -46.5,115.5 + pos: 1.5,183.5 parent: 1 - - uid: 57267 + - uid: 27019 components: - type: Transform - pos: -46.5,116.5 + pos: 1.5,184.5 parent: 1 - - uid: 57268 + - uid: 27020 components: - type: Transform - pos: -46.5,117.5 + pos: 1.5,185.5 parent: 1 - - uid: 57269 + - uid: 27021 components: - type: Transform - pos: -46.5,118.5 + pos: 1.5,186.5 parent: 1 - - uid: 57270 + - uid: 27022 components: - type: Transform - pos: -46.5,119.5 + pos: 1.5,187.5 parent: 1 - - uid: 57271 + - uid: 27023 components: - type: Transform - pos: -46.5,120.5 + pos: 1.5,188.5 parent: 1 - - uid: 57272 + - uid: 27024 components: - type: Transform - pos: -46.5,121.5 + pos: 1.5,189.5 parent: 1 - - uid: 57273 + - uid: 27025 components: - type: Transform - pos: -46.5,122.5 + pos: 1.5,190.5 parent: 1 - - uid: 57274 + - uid: 27026 components: - type: Transform - pos: -46.5,123.5 + pos: 1.5,194.5 parent: 1 - - uid: 57275 + - uid: 27027 components: - type: Transform - pos: -46.5,124.5 + pos: 1.5,195.5 parent: 1 - - uid: 57276 + - uid: 27028 components: - type: Transform - pos: -46.5,125.5 + pos: 1.5,196.5 parent: 1 - - uid: 57277 + - uid: 27029 components: - type: Transform - pos: -46.5,126.5 + pos: 1.5,197.5 parent: 1 - - uid: 57278 + - uid: 27030 components: - type: Transform - pos: -46.5,127.5 + pos: 1.5,198.5 parent: 1 - - uid: 57279 + - uid: 27031 components: - type: Transform - pos: -46.5,128.5 + pos: 1.5,199.5 parent: 1 - - uid: 57280 + - uid: 27032 components: - type: Transform - pos: -46.5,129.5 + pos: 2.5,173.5 parent: 1 - - uid: 57282 + - uid: 27033 components: - type: Transform - pos: -46.5,131.5 + pos: 2.5,174.5 parent: 1 - - uid: 57283 + - uid: 27034 components: - type: Transform - pos: -47.5,109.5 + pos: 2.5,175.5 parent: 1 - - uid: 57284 + - uid: 27035 components: - type: Transform - pos: -47.5,110.5 + pos: 2.5,176.5 parent: 1 - - uid: 57285 + - uid: 27036 components: - type: Transform - pos: -47.5,111.5 + pos: 2.5,177.5 parent: 1 - - uid: 57286 + - uid: 27037 components: - type: Transform - pos: -47.5,112.5 + pos: 2.5,178.5 parent: 1 - - uid: 57287 + - uid: 27038 components: - type: Transform - pos: -47.5,113.5 + pos: 2.5,179.5 parent: 1 - - uid: 57288 + - uid: 27039 components: - type: Transform - pos: -47.5,114.5 + pos: 2.5,180.5 parent: 1 - - uid: 57289 + - uid: 27040 components: - type: Transform - pos: -47.5,115.5 + pos: 2.5,181.5 parent: 1 - - uid: 57290 + - uid: 27041 components: - type: Transform - pos: -47.5,116.5 + pos: 2.5,182.5 parent: 1 - - uid: 57291 + - uid: 27042 components: - type: Transform - pos: -47.5,117.5 + pos: 2.5,183.5 parent: 1 - - uid: 57292 + - uid: 27043 components: - type: Transform - pos: -47.5,118.5 + pos: 2.5,184.5 parent: 1 - - uid: 57293 + - uid: 27044 components: - type: Transform - pos: -47.5,119.5 + pos: 2.5,185.5 parent: 1 - - uid: 57294 + - uid: 27045 components: - type: Transform - pos: -47.5,120.5 + pos: 2.5,186.5 parent: 1 - - uid: 57295 + - uid: 27046 components: - type: Transform - pos: -47.5,121.5 + pos: 2.5,187.5 parent: 1 - - uid: 57296 + - uid: 27047 components: - type: Transform - pos: -47.5,122.5 + pos: 2.5,188.5 parent: 1 - - uid: 57297 + - uid: 27048 components: - type: Transform - pos: -47.5,123.5 + pos: 2.5,189.5 parent: 1 - - uid: 57298 + - uid: 27049 components: - type: Transform - pos: -47.5,124.5 + pos: 2.5,190.5 parent: 1 - - uid: 57299 + - uid: 27050 components: - type: Transform - pos: -47.5,125.5 + pos: 2.5,191.5 parent: 1 - - uid: 57300 + - uid: 27051 components: - type: Transform - pos: -47.5,126.5 + pos: 2.5,194.5 parent: 1 - - uid: 57301 + - uid: 27052 components: - type: Transform - pos: -47.5,127.5 + pos: 2.5,195.5 parent: 1 - - uid: 57302 + - uid: 27053 components: - type: Transform - pos: -47.5,128.5 + pos: 2.5,196.5 parent: 1 - - uid: 57306 + - uid: 27054 components: - type: Transform - pos: -48.5,109.5 + pos: 2.5,197.5 parent: 1 - - uid: 57307 + - uid: 27055 components: - type: Transform - pos: -48.5,110.5 + pos: 2.5,198.5 parent: 1 - - uid: 57308 + - uid: 27056 components: - type: Transform - pos: -48.5,111.5 + pos: 2.5,199.5 parent: 1 - - uid: 57309 + - uid: 27057 components: - type: Transform - pos: -48.5,112.5 + pos: 3.5,173.5 parent: 1 - - uid: 57310 + - uid: 27058 components: - type: Transform - pos: -48.5,113.5 + pos: 3.5,174.5 parent: 1 - - uid: 57311 + - uid: 27059 components: - type: Transform - pos: -48.5,114.5 + pos: 3.5,175.5 parent: 1 - - uid: 57312 + - uid: 27060 components: - type: Transform - pos: -48.5,115.5 + pos: 3.5,176.5 parent: 1 - - uid: 57313 + - uid: 27061 components: - type: Transform - pos: -48.5,116.5 + pos: 3.5,177.5 parent: 1 - - uid: 57314 + - uid: 27062 components: - type: Transform - pos: -48.5,117.5 + pos: 3.5,178.5 parent: 1 - - uid: 57315 + - uid: 27063 components: - type: Transform - pos: -48.5,118.5 + pos: 3.5,179.5 parent: 1 - - uid: 57316 + - uid: 27064 components: - type: Transform - pos: -48.5,119.5 + pos: 3.5,180.5 parent: 1 - - uid: 57317 + - uid: 27065 components: - type: Transform - pos: -48.5,120.5 + pos: 3.5,181.5 parent: 1 - - uid: 57318 + - uid: 27066 components: - type: Transform - pos: -48.5,121.5 + pos: 3.5,182.5 parent: 1 - - uid: 57319 + - uid: 27067 components: - type: Transform - pos: -48.5,122.5 + pos: 3.5,183.5 parent: 1 - - uid: 57320 + - uid: 27068 components: - type: Transform - pos: -48.5,123.5 + pos: 3.5,184.5 parent: 1 - - uid: 57321 + - uid: 27069 components: - type: Transform - pos: -48.5,124.5 + pos: 3.5,185.5 parent: 1 - - uid: 57322 + - uid: 27070 components: - type: Transform - pos: -48.5,125.5 + pos: 3.5,186.5 parent: 1 - - uid: 57323 + - uid: 27071 components: - type: Transform - pos: -48.5,126.5 + pos: 3.5,187.5 parent: 1 - - uid: 57324 + - uid: 27072 components: - type: Transform - pos: -48.5,127.5 + pos: 3.5,188.5 parent: 1 - - uid: 57325 + - uid: 27073 components: - type: Transform - pos: -48.5,128.5 + pos: 3.5,189.5 parent: 1 - - uid: 57329 + - uid: 27074 components: - type: Transform - pos: -49.5,109.5 + pos: 3.5,190.5 parent: 1 - - uid: 57330 + - uid: 27075 components: - type: Transform - pos: -49.5,110.5 + pos: 3.5,191.5 parent: 1 - - uid: 57331 + - uid: 27076 components: - type: Transform - pos: -49.5,111.5 + pos: 3.5,194.5 parent: 1 - - uid: 57332 + - uid: 27077 components: - type: Transform - pos: -49.5,112.5 + pos: 3.5,195.5 parent: 1 - - uid: 57333 + - uid: 27078 components: - type: Transform - pos: -49.5,113.5 + pos: 3.5,196.5 parent: 1 - - uid: 57334 + - uid: 27079 components: - type: Transform - pos: -49.5,114.5 + pos: 3.5,197.5 parent: 1 - - uid: 57335 + - uid: 27080 components: - type: Transform - pos: -49.5,115.5 + pos: 3.5,198.5 parent: 1 - - uid: 57336 + - uid: 27081 components: - type: Transform - pos: -49.5,116.5 + pos: 3.5,199.5 parent: 1 - - uid: 57337 + - uid: 27082 components: - type: Transform - pos: -49.5,117.5 + pos: 4.5,173.5 parent: 1 - - uid: 57338 + - uid: 27083 components: - type: Transform - pos: -49.5,118.5 + pos: 4.5,174.5 parent: 1 - - uid: 57339 + - uid: 27084 components: - type: Transform - pos: -49.5,119.5 + pos: 4.5,175.5 parent: 1 - - uid: 57340 + - uid: 27085 components: - type: Transform - pos: -49.5,120.5 + pos: 4.5,176.5 parent: 1 - - uid: 57341 + - uid: 27086 components: - type: Transform - pos: -49.5,121.5 + pos: 4.5,177.5 parent: 1 - - uid: 57342 + - uid: 27087 components: - type: Transform - pos: -49.5,122.5 + pos: 4.5,178.5 parent: 1 - - uid: 57343 + - uid: 27088 components: - type: Transform - pos: -49.5,123.5 + pos: 4.5,179.5 parent: 1 - - uid: 57344 + - uid: 27089 components: - type: Transform - pos: -49.5,124.5 + pos: 4.5,180.5 parent: 1 - - uid: 57345 + - uid: 27090 components: - type: Transform - pos: -49.5,125.5 + pos: 4.5,181.5 parent: 1 - - uid: 57346 + - uid: 27091 components: - type: Transform - pos: -49.5,126.5 + pos: 4.5,182.5 parent: 1 - - uid: 57347 + - uid: 27092 components: - type: Transform - pos: -49.5,127.5 + pos: 4.5,183.5 parent: 1 - - uid: 57348 + - uid: 27093 components: - type: Transform - pos: -49.5,128.5 + pos: 4.5,184.5 parent: 1 - - uid: 57352 + - uid: 27094 components: - type: Transform - pos: -50.5,109.5 + pos: 4.5,185.5 parent: 1 - - uid: 57353 + - uid: 27095 components: - type: Transform - pos: -50.5,110.5 + pos: 4.5,186.5 parent: 1 - - uid: 57354 + - uid: 27096 components: - type: Transform - pos: -50.5,111.5 + pos: 4.5,187.5 parent: 1 - - uid: 57355 + - uid: 27097 components: - type: Transform - pos: -50.5,112.5 + pos: 4.5,188.5 parent: 1 - - uid: 57356 + - uid: 27098 components: - type: Transform - pos: -50.5,113.5 + pos: 4.5,189.5 parent: 1 - - uid: 57357 + - uid: 27099 components: - type: Transform - pos: -50.5,114.5 + pos: 4.5,190.5 parent: 1 - - uid: 57358 + - uid: 27100 components: - type: Transform - pos: -50.5,115.5 + pos: 4.5,191.5 parent: 1 - - uid: 57359 + - uid: 27101 components: - type: Transform - pos: -50.5,116.5 + pos: 4.5,192.5 parent: 1 - - uid: 57360 + - uid: 27102 components: - type: Transform - pos: -50.5,117.5 + pos: 4.5,193.5 parent: 1 - - uid: 57361 + - uid: 27103 components: - type: Transform - pos: -50.5,118.5 + pos: 4.5,194.5 parent: 1 - - uid: 57362 + - uid: 27104 components: - type: Transform - pos: -50.5,119.5 + pos: 4.5,195.5 parent: 1 - - uid: 57363 + - uid: 27105 components: - type: Transform - pos: -50.5,120.5 + pos: 4.5,196.5 parent: 1 - - uid: 57364 + - uid: 27106 components: - type: Transform - pos: -50.5,121.5 + pos: 4.5,197.5 parent: 1 - - uid: 57365 + - uid: 27107 components: - type: Transform - pos: -50.5,122.5 + pos: 4.5,198.5 parent: 1 - - uid: 57366 + - uid: 27108 components: - type: Transform - pos: -50.5,123.5 + pos: 4.5,199.5 parent: 1 - - uid: 57367 + - uid: 27109 components: - type: Transform - pos: -50.5,124.5 + pos: 5.5,173.5 parent: 1 - - uid: 57368 + - uid: 27110 components: - type: Transform - pos: -50.5,125.5 + pos: 5.5,174.5 parent: 1 - - uid: 57369 + - uid: 27111 components: - type: Transform - pos: -50.5,126.5 + pos: 5.5,175.5 parent: 1 - - uid: 57370 + - uid: 27112 components: - type: Transform - pos: -50.5,127.5 + pos: 5.5,176.5 parent: 1 - - uid: 57371 + - uid: 27113 components: - type: Transform - pos: -50.5,128.5 + pos: 5.5,177.5 parent: 1 - - uid: 57372 + - uid: 27114 components: - type: Transform - pos: -50.5,129.5 + pos: 5.5,178.5 parent: 1 - - uid: 57375 + - uid: 27115 components: - type: Transform - pos: -51.5,109.5 + pos: 5.5,179.5 parent: 1 - - uid: 57376 + - uid: 27116 components: - type: Transform - pos: -51.5,110.5 + pos: 5.5,180.5 parent: 1 - - uid: 57377 + - uid: 27117 components: - type: Transform - pos: -51.5,111.5 + pos: 5.5,181.5 parent: 1 - - uid: 57378 + - uid: 27118 components: - type: Transform - pos: -51.5,112.5 + pos: 5.5,182.5 parent: 1 - - uid: 57379 + - uid: 27119 components: - type: Transform - pos: -51.5,113.5 + pos: 5.5,183.5 parent: 1 - - uid: 57380 + - uid: 27120 components: - type: Transform - pos: -51.5,114.5 + pos: 5.5,184.5 parent: 1 - - uid: 57381 + - uid: 27121 components: - type: Transform - pos: -51.5,115.5 + pos: 5.5,185.5 parent: 1 - - uid: 57382 + - uid: 27122 components: - type: Transform - pos: -51.5,116.5 + pos: 5.5,186.5 parent: 1 - - uid: 57383 + - uid: 27123 components: - type: Transform - pos: -51.5,117.5 + pos: 5.5,187.5 parent: 1 - - uid: 57384 + - uid: 27124 components: - type: Transform - pos: -51.5,118.5 + pos: 5.5,188.5 parent: 1 - - uid: 57385 + - uid: 27125 components: - type: Transform - pos: -51.5,119.5 + pos: 5.5,189.5 parent: 1 - - uid: 57386 + - uid: 27126 components: - type: Transform - pos: -51.5,120.5 + pos: 5.5,190.5 parent: 1 - - uid: 57387 + - uid: 27127 components: - type: Transform - pos: -51.5,121.5 + pos: 5.5,191.5 parent: 1 - - uid: 57388 + - uid: 27128 components: - type: Transform - pos: -51.5,122.5 + pos: 5.5,192.5 parent: 1 - - uid: 57389 + - uid: 27129 components: - type: Transform - pos: -51.5,123.5 + pos: 5.5,193.5 parent: 1 - - uid: 57390 + - uid: 27130 components: - type: Transform - pos: -51.5,124.5 + pos: 5.5,194.5 parent: 1 - - uid: 57391 + - uid: 27131 components: - type: Transform - pos: -51.5,125.5 + pos: 5.5,195.5 parent: 1 - - uid: 57392 + - uid: 27132 components: - type: Transform - pos: -51.5,126.5 + pos: 5.5,196.5 parent: 1 - - uid: 57393 + - uid: 27133 components: - type: Transform - pos: -51.5,127.5 + pos: 5.5,197.5 parent: 1 - - uid: 57394 + - uid: 27134 components: - type: Transform - pos: -51.5,128.5 + pos: 5.5,198.5 parent: 1 - - uid: 57395 + - uid: 27135 components: - type: Transform - pos: -51.5,129.5 + pos: 5.5,199.5 parent: 1 - - uid: 57396 + - uid: 27136 components: - type: Transform - pos: -51.5,130.5 + pos: 6.5,173.5 parent: 1 - - uid: 57397 + - uid: 27137 components: - type: Transform - pos: -51.5,131.5 + pos: 6.5,174.5 parent: 1 - - uid: 57398 + - uid: 27138 components: - type: Transform - pos: -52.5,109.5 + pos: 6.5,175.5 parent: 1 - - uid: 57399 + - uid: 27139 components: - type: Transform - pos: -52.5,110.5 + pos: 6.5,176.5 parent: 1 - - uid: 57400 + - uid: 27140 components: - type: Transform - pos: -52.5,111.5 + pos: 6.5,177.5 parent: 1 - - uid: 57401 + - uid: 27141 components: - type: Transform - pos: -52.5,112.5 + pos: 6.5,178.5 parent: 1 - - uid: 57402 + - uid: 27142 components: - type: Transform - pos: -52.5,113.5 + pos: 6.5,179.5 parent: 1 - - uid: 57403 + - uid: 27143 components: - type: Transform - pos: -52.5,114.5 + pos: 6.5,180.5 parent: 1 - - uid: 57404 + - uid: 27144 components: - type: Transform - pos: -52.5,115.5 + pos: 6.5,181.5 parent: 1 - - uid: 57405 + - uid: 27145 components: - type: Transform - pos: -52.5,116.5 + pos: 6.5,182.5 parent: 1 - - uid: 57406 + - uid: 27146 components: - type: Transform - pos: -52.5,117.5 + pos: 6.5,183.5 parent: 1 - - uid: 57411 + - uid: 27147 components: - type: Transform - pos: -52.5,122.5 + pos: 6.5,184.5 parent: 1 - - uid: 57412 + - uid: 27148 components: - type: Transform - pos: -52.5,123.5 + pos: 6.5,185.5 parent: 1 - - uid: 57413 + - uid: 27149 components: - type: Transform - pos: -52.5,124.5 + pos: 6.5,186.5 parent: 1 - - uid: 57414 + - uid: 27150 components: - type: Transform - pos: -52.5,125.5 + pos: 6.5,187.5 parent: 1 - - uid: 57415 + - uid: 27151 components: - type: Transform - pos: -52.5,126.5 + pos: 6.5,188.5 parent: 1 - - uid: 57416 + - uid: 27152 components: - type: Transform - pos: -52.5,127.5 + pos: 6.5,189.5 parent: 1 - - uid: 57417 + - uid: 27153 components: - type: Transform - pos: -52.5,128.5 + pos: 6.5,190.5 parent: 1 - - uid: 57418 + - uid: 27154 components: - type: Transform - pos: -52.5,129.5 + pos: 6.5,191.5 parent: 1 - - uid: 57419 + - uid: 27155 components: - type: Transform - pos: -52.5,130.5 + pos: 6.5,198.5 parent: 1 - - uid: 57420 + - uid: 27156 components: - type: Transform - pos: -52.5,131.5 + pos: 6.5,199.5 parent: 1 - - uid: 57421 + - uid: 27157 components: - type: Transform - pos: -53.5,109.5 + pos: 7.5,173.5 parent: 1 - - uid: 57422 + - uid: 27158 components: - type: Transform - pos: -53.5,110.5 + pos: 7.5,174.5 parent: 1 - - uid: 57423 + - uid: 27159 components: - type: Transform - pos: -53.5,111.5 + pos: 7.5,175.5 parent: 1 - - uid: 57424 + - uid: 27160 components: - type: Transform - pos: -53.5,112.5 + pos: 7.5,176.5 parent: 1 - - uid: 57425 + - uid: 27161 components: - type: Transform - pos: -53.5,113.5 + pos: 7.5,177.5 parent: 1 - - uid: 57426 + - uid: 27162 components: - type: Transform - pos: -53.5,114.5 + pos: 7.5,181.5 parent: 1 - - uid: 57427 + - uid: 27163 components: - type: Transform - pos: -53.5,115.5 + pos: 7.5,182.5 parent: 1 - - uid: 57428 + - uid: 27164 components: - type: Transform - pos: -53.5,116.5 + pos: 7.5,183.5 parent: 1 - - uid: 57429 + - uid: 27165 components: - type: Transform - pos: -53.5,117.5 + pos: 7.5,184.5 parent: 1 - - uid: 57435 + - uid: 27166 components: - type: Transform - pos: -53.5,123.5 + pos: 7.5,185.5 parent: 1 - - uid: 57436 + - uid: 27167 components: - type: Transform - pos: -53.5,124.5 + pos: 7.5,186.5 parent: 1 - - uid: 57437 + - uid: 27168 components: - type: Transform - pos: -53.5,125.5 + pos: 7.5,187.5 parent: 1 - - uid: 57438 + - uid: 27169 components: - type: Transform - pos: -53.5,126.5 + pos: 7.5,188.5 parent: 1 - - uid: 57439 + - uid: 27170 components: - type: Transform - pos: -53.5,127.5 + pos: 7.5,189.5 parent: 1 - - uid: 57440 + - uid: 27171 components: - type: Transform - pos: -53.5,128.5 + pos: 7.5,190.5 parent: 1 - - uid: 57441 + - uid: 27172 components: - type: Transform - pos: -53.5,129.5 + pos: 7.5,191.5 parent: 1 - - uid: 57442 + - uid: 27173 components: - type: Transform - pos: -53.5,130.5 + pos: 7.5,192.5 parent: 1 - - uid: 57443 + - uid: 27174 components: - type: Transform - pos: -53.5,131.5 + pos: 7.5,193.5 parent: 1 - - uid: 57444 + - uid: 27175 components: - type: Transform - pos: -54.5,109.5 + pos: 7.5,194.5 parent: 1 - - uid: 57445 + - uid: 27176 components: - type: Transform - pos: -54.5,110.5 + pos: 7.5,195.5 parent: 1 - - uid: 57446 + - uid: 27177 components: - type: Transform - pos: -54.5,111.5 + pos: 7.5,196.5 parent: 1 - - uid: 57447 + - uid: 27178 components: - type: Transform - pos: -54.5,112.5 + pos: 7.5,197.5 parent: 1 - - uid: 57448 + - uid: 27179 components: - type: Transform - pos: -54.5,113.5 + pos: 7.5,198.5 parent: 1 - - uid: 57449 + - uid: 27180 components: - type: Transform - pos: -54.5,114.5 + pos: 7.5,199.5 parent: 1 - - uid: 57450 + - uid: 27181 components: - type: Transform - pos: -54.5,115.5 + pos: 8.5,173.5 parent: 1 - - uid: 57451 + - uid: 27182 components: - type: Transform - pos: -54.5,116.5 + pos: 8.5,174.5 parent: 1 - - uid: 57452 + - uid: 27183 components: - type: Transform - pos: -54.5,117.5 + pos: 8.5,175.5 parent: 1 - - uid: 57453 + - uid: 27184 components: - type: Transform - pos: -54.5,118.5 + pos: 8.5,181.5 parent: 1 - - uid: 57454 + - uid: 27185 components: - type: Transform - pos: -54.5,119.5 + pos: 8.5,182.5 parent: 1 - - uid: 57459 + - uid: 27186 components: - type: Transform - pos: -54.5,124.5 + pos: 8.5,183.5 parent: 1 - - uid: 57460 + - uid: 27187 components: - type: Transform - pos: -54.5,125.5 + pos: 8.5,184.5 parent: 1 - - uid: 57461 + - uid: 27188 components: - type: Transform - pos: -54.5,126.5 + pos: 8.5,185.5 parent: 1 - - uid: 57462 + - uid: 27189 components: - type: Transform - pos: -54.5,127.5 + pos: 8.5,186.5 parent: 1 - - uid: 57463 + - uid: 27190 components: - type: Transform - pos: -54.5,128.5 + pos: 8.5,187.5 parent: 1 - - uid: 57464 + - uid: 27191 components: - type: Transform - pos: -54.5,129.5 + pos: 8.5,188.5 parent: 1 - - uid: 57465 + - uid: 27192 components: - type: Transform - pos: -54.5,130.5 + pos: 8.5,189.5 parent: 1 - - uid: 57466 + - uid: 27193 components: - type: Transform - pos: -54.5,131.5 + pos: 8.5,190.5 parent: 1 - - uid: 57467 + - uid: 27194 components: - type: Transform - pos: -55.5,109.5 + pos: 8.5,191.5 parent: 1 - - uid: 57468 + - uid: 27195 components: - type: Transform - pos: -55.5,110.5 + pos: 8.5,192.5 parent: 1 - - uid: 57469 + - uid: 27196 components: - type: Transform - pos: -55.5,111.5 + pos: 8.5,193.5 parent: 1 - - uid: 57470 + - uid: 27197 components: - type: Transform - pos: -55.5,112.5 + pos: 8.5,194.5 parent: 1 - - uid: 57471 + - uid: 27198 components: - type: Transform - pos: -55.5,113.5 + pos: 8.5,195.5 parent: 1 - - uid: 57472 + - uid: 27199 components: - type: Transform - pos: -55.5,114.5 + pos: 8.5,196.5 parent: 1 - - uid: 57473 + - uid: 27200 components: - type: Transform - pos: -55.5,115.5 + pos: 8.5,197.5 parent: 1 - - uid: 57474 + - uid: 27201 components: - type: Transform - pos: -55.5,116.5 + pos: 8.5,198.5 parent: 1 - - uid: 57475 + - uid: 27202 components: - type: Transform - pos: -55.5,117.5 + pos: 8.5,199.5 parent: 1 - - uid: 57476 + - uid: 27203 components: - type: Transform - pos: -55.5,118.5 + pos: 9.5,173.5 parent: 1 - - uid: 57477 + - uid: 27204 components: - type: Transform - pos: -55.5,119.5 + pos: 9.5,174.5 parent: 1 - - uid: 57478 + - uid: 27205 components: - type: Transform - pos: -55.5,120.5 + pos: 9.5,175.5 parent: 1 - - uid: 57479 + - uid: 27206 components: - type: Transform - pos: -55.5,121.5 + pos: 9.5,181.5 parent: 1 - - uid: 57480 + - uid: 27207 components: - type: Transform - pos: -55.5,122.5 + pos: 9.5,182.5 parent: 1 - - uid: 57481 + - uid: 27208 components: - type: Transform - pos: -55.5,123.5 + pos: 9.5,183.5 parent: 1 - - uid: 57482 + - uid: 27209 components: - type: Transform - pos: -55.5,124.5 + pos: 9.5,184.5 parent: 1 - - uid: 57483 + - uid: 27210 components: - type: Transform - pos: -55.5,125.5 + pos: 9.5,185.5 parent: 1 - - uid: 57484 + - uid: 27211 components: - type: Transform - pos: -55.5,126.5 + pos: 9.5,186.5 parent: 1 - - uid: 57485 + - uid: 27212 components: - type: Transform - pos: -55.5,127.5 + pos: 9.5,187.5 parent: 1 - - uid: 57486 + - uid: 27213 components: - type: Transform - pos: -55.5,128.5 + pos: 9.5,188.5 parent: 1 - - uid: 57487 + - uid: 27214 components: - type: Transform - pos: -55.5,129.5 + pos: 9.5,189.5 parent: 1 - - uid: 57488 + - uid: 27215 components: - type: Transform - pos: -55.5,130.5 + pos: 9.5,190.5 parent: 1 - - uid: 57489 + - uid: 27216 components: - type: Transform - pos: -55.5,131.5 + pos: 9.5,191.5 parent: 1 - - uid: 57490 + - uid: 27217 components: - type: Transform - pos: -56.5,109.5 + pos: 9.5,192.5 parent: 1 - - uid: 57491 + - uid: 27218 components: - type: Transform - pos: -56.5,110.5 + pos: 9.5,193.5 parent: 1 - - uid: 57492 + - uid: 27219 components: - type: Transform - pos: -56.5,111.5 + pos: 9.5,194.5 parent: 1 - - uid: 57493 + - uid: 27220 components: - type: Transform - pos: -56.5,112.5 + pos: 9.5,195.5 parent: 1 - - uid: 57494 + - uid: 27221 components: - type: Transform - pos: -56.5,113.5 + pos: 9.5,196.5 parent: 1 - - uid: 57495 + - uid: 27222 components: - type: Transform - pos: -56.5,114.5 + pos: 9.5,197.5 parent: 1 - - uid: 57496 + - uid: 27223 components: - type: Transform - pos: -56.5,115.5 + pos: 9.5,198.5 parent: 1 - - uid: 57497 + - uid: 27224 components: - type: Transform - pos: -56.5,116.5 + pos: 9.5,199.5 parent: 1 - - uid: 57498 + - uid: 27225 components: - type: Transform - pos: -56.5,117.5 + pos: 10.5,173.5 parent: 1 - - uid: 57499 + - uid: 27226 components: - type: Transform - pos: -56.5,118.5 + pos: 10.5,174.5 parent: 1 - - uid: 57500 + - uid: 27227 components: - type: Transform - pos: -56.5,119.5 + pos: 10.5,175.5 parent: 1 - - uid: 57501 + - uid: 27228 components: - type: Transform - pos: -56.5,120.5 + pos: 10.5,176.5 parent: 1 - - uid: 57502 + - uid: 27229 components: - type: Transform - pos: -56.5,121.5 + pos: 10.5,177.5 parent: 1 - - uid: 57503 + - uid: 27230 components: - type: Transform - pos: -56.5,122.5 + pos: 10.5,178.5 parent: 1 - - uid: 57504 + - uid: 27231 components: - type: Transform - pos: -56.5,123.5 + pos: 10.5,179.5 parent: 1 - - uid: 57505 + - uid: 27232 components: - type: Transform - pos: -56.5,124.5 + pos: 10.5,180.5 parent: 1 - - uid: 57506 + - uid: 27233 components: - type: Transform - pos: -56.5,125.5 + pos: 10.5,181.5 parent: 1 - - uid: 57507 + - uid: 27234 components: - type: Transform - pos: -56.5,126.5 + pos: 10.5,182.5 parent: 1 - - uid: 57508 + - uid: 27235 components: - type: Transform - pos: -56.5,127.5 + pos: 10.5,183.5 parent: 1 - - uid: 57509 + - uid: 27236 components: - type: Transform - pos: -56.5,128.5 + pos: 10.5,184.5 parent: 1 - - uid: 57510 + - uid: 27237 components: - type: Transform - pos: -56.5,129.5 + pos: 10.5,185.5 parent: 1 - - uid: 57511 + - uid: 27238 components: - type: Transform - pos: -56.5,130.5 + pos: 10.5,186.5 parent: 1 - - uid: 57512 + - uid: 27239 components: - type: Transform - pos: -56.5,131.5 + pos: 10.5,187.5 parent: 1 - - uid: 57513 + - uid: 27240 components: - type: Transform - pos: -57.5,109.5 + pos: 10.5,188.5 parent: 1 - - uid: 57514 + - uid: 27241 components: - type: Transform - pos: -57.5,110.5 + pos: 10.5,189.5 parent: 1 - - uid: 57515 + - uid: 27242 components: - type: Transform - pos: -57.5,111.5 + pos: 10.5,190.5 parent: 1 - - uid: 57516 + - uid: 27243 components: - type: Transform - pos: -57.5,112.5 + pos: 10.5,191.5 parent: 1 - - uid: 57517 + - uid: 27244 components: - type: Transform - pos: -57.5,113.5 + pos: 10.5,192.5 parent: 1 - - uid: 57518 + - uid: 27245 components: - type: Transform - pos: -57.5,114.5 + pos: 10.5,193.5 parent: 1 - - uid: 57519 + - uid: 27246 components: - type: Transform - pos: -57.5,115.5 + pos: 10.5,194.5 parent: 1 - - uid: 57520 + - uid: 27247 components: - type: Transform - pos: -57.5,116.5 + pos: 10.5,195.5 parent: 1 - - uid: 57521 + - uid: 27248 components: - type: Transform - pos: -57.5,117.5 + pos: 10.5,196.5 parent: 1 - - uid: 57522 + - uid: 27249 components: - type: Transform - pos: -57.5,118.5 + pos: 10.5,197.5 parent: 1 - - uid: 57523 + - uid: 27250 components: - type: Transform - pos: -57.5,119.5 + pos: 10.5,198.5 parent: 1 - - uid: 57524 + - uid: 27251 components: - type: Transform - pos: -57.5,120.5 + pos: 10.5,199.5 parent: 1 - - uid: 57525 + - uid: 27252 components: - type: Transform - pos: -57.5,121.5 + pos: 11.5,173.5 parent: 1 - - uid: 57526 + - uid: 27253 components: - type: Transform - pos: -57.5,122.5 + pos: 11.5,174.5 parent: 1 - - uid: 57527 + - uid: 27254 components: - type: Transform - pos: -57.5,123.5 + pos: 11.5,175.5 parent: 1 - - uid: 57528 + - uid: 27255 components: - type: Transform - pos: -57.5,124.5 + pos: 11.5,176.5 parent: 1 - - uid: 57529 + - uid: 27256 components: - type: Transform - pos: -57.5,125.5 + pos: 11.5,177.5 parent: 1 - - uid: 57530 + - uid: 27257 components: - type: Transform - pos: -57.5,126.5 + pos: 11.5,178.5 parent: 1 - - uid: 57531 + - uid: 27258 components: - type: Transform - pos: -57.5,127.5 + pos: 11.5,179.5 parent: 1 - - uid: 57532 + - uid: 27259 components: - type: Transform - pos: -57.5,128.5 + pos: 11.5,180.5 parent: 1 - - uid: 57533 + - uid: 27260 components: - type: Transform - pos: -57.5,129.5 + pos: 11.5,181.5 parent: 1 - - uid: 57534 + - uid: 27261 components: - type: Transform - pos: -57.5,130.5 + pos: 11.5,182.5 parent: 1 - - uid: 57535 + - uid: 27262 components: - type: Transform - pos: -57.5,131.5 + pos: 11.5,183.5 parent: 1 - - uid: 57536 + - uid: 27263 components: - type: Transform - pos: -58.5,109.5 + pos: 11.5,184.5 parent: 1 - - uid: 57537 + - uid: 27264 components: - type: Transform - pos: -58.5,110.5 + pos: 11.5,185.5 parent: 1 - - uid: 57538 + - uid: 27265 components: - type: Transform - pos: -58.5,111.5 + pos: 11.5,186.5 parent: 1 - - uid: 57539 + - uid: 27266 components: - type: Transform - pos: -58.5,112.5 + pos: 11.5,187.5 parent: 1 - - uid: 57540 + - uid: 27267 components: - type: Transform - pos: -58.5,113.5 + pos: 11.5,188.5 parent: 1 - - uid: 57541 + - uid: 27268 components: - type: Transform - pos: -58.5,114.5 + pos: 11.5,189.5 parent: 1 - - uid: 57542 + - uid: 27269 components: - type: Transform - pos: -58.5,115.5 + pos: 11.5,190.5 parent: 1 - - uid: 57543 + - uid: 27270 components: - type: Transform - pos: -58.5,116.5 + pos: 11.5,191.5 parent: 1 - - uid: 57544 + - uid: 27271 components: - type: Transform - pos: -58.5,117.5 + pos: 11.5,192.5 parent: 1 - - uid: 57545 + - uid: 27272 components: - type: Transform - pos: -58.5,118.5 + pos: 11.5,193.5 parent: 1 - - uid: 57546 + - uid: 27273 components: - type: Transform - pos: -58.5,119.5 + pos: 11.5,194.5 parent: 1 - - uid: 57547 + - uid: 27274 components: - type: Transform - pos: -58.5,120.5 + pos: 11.5,195.5 parent: 1 - - uid: 57548 + - uid: 27275 components: - type: Transform - pos: -58.5,121.5 + pos: 11.5,196.5 parent: 1 - - uid: 57549 + - uid: 27276 components: - type: Transform - pos: -58.5,122.5 + pos: 11.5,197.5 parent: 1 - - uid: 57550 + - uid: 27277 components: - type: Transform - pos: -58.5,123.5 + pos: 11.5,198.5 parent: 1 - - uid: 57551 + - uid: 27278 components: - type: Transform - pos: -58.5,124.5 + pos: 11.5,199.5 parent: 1 - - uid: 57552 + - uid: 27279 components: - type: Transform - pos: -58.5,125.5 + pos: 12.5,173.5 parent: 1 - - uid: 57553 + - uid: 27280 components: - type: Transform - pos: -58.5,126.5 + pos: 12.5,174.5 parent: 1 - - uid: 57554 + - uid: 27281 components: - type: Transform - pos: -58.5,127.5 + pos: 12.5,175.5 parent: 1 - - uid: 57555 + - uid: 27282 components: - type: Transform - pos: -58.5,128.5 + pos: 12.5,176.5 parent: 1 - - uid: 57556 + - uid: 27283 components: - type: Transform - pos: -58.5,129.5 + pos: 12.5,177.5 parent: 1 - - uid: 57557 + - uid: 27284 components: - type: Transform - pos: -58.5,130.5 + pos: 12.5,178.5 parent: 1 - - uid: 57558 + - uid: 27285 components: - type: Transform - pos: -58.5,131.5 + pos: 12.5,179.5 parent: 1 - - uid: 57559 + - uid: 27286 components: - type: Transform - pos: -59.5,109.5 + pos: 12.5,180.5 parent: 1 - - uid: 57560 + - uid: 27287 components: - type: Transform - pos: -59.5,110.5 + pos: 12.5,181.5 parent: 1 - - uid: 57561 + - uid: 27288 components: - type: Transform - pos: -59.5,111.5 + pos: 12.5,182.5 parent: 1 - - uid: 57562 + - uid: 27289 components: - type: Transform - pos: -59.5,112.5 + pos: 12.5,183.5 parent: 1 - - uid: 57563 + - uid: 27290 components: - type: Transform - pos: -59.5,113.5 + pos: 12.5,184.5 parent: 1 - - uid: 57564 + - uid: 27291 components: - type: Transform - pos: -59.5,114.5 + pos: 12.5,185.5 parent: 1 - - uid: 57565 + - uid: 27292 components: - type: Transform - pos: -59.5,115.5 + pos: 12.5,186.5 parent: 1 - - uid: 57566 + - uid: 27293 components: - type: Transform - pos: -59.5,116.5 + pos: 12.5,187.5 parent: 1 - - uid: 57567 + - uid: 27294 components: - type: Transform - pos: -59.5,117.5 + pos: 12.5,188.5 parent: 1 - - uid: 57568 + - uid: 27295 components: - type: Transform - pos: -59.5,118.5 + pos: 12.5,189.5 parent: 1 - - uid: 57569 + - uid: 27296 components: - type: Transform - pos: -59.5,119.5 + pos: 12.5,190.5 parent: 1 - - uid: 57570 + - uid: 27297 components: - type: Transform - pos: -59.5,120.5 + pos: 12.5,191.5 parent: 1 - - uid: 57571 + - uid: 27298 components: - type: Transform - pos: -59.5,121.5 + pos: 12.5,192.5 parent: 1 - - uid: 57572 + - uid: 27299 components: - type: Transform - pos: -59.5,122.5 + pos: 12.5,193.5 parent: 1 - - uid: 57573 + - uid: 27300 components: - type: Transform - pos: -59.5,123.5 + pos: 12.5,194.5 parent: 1 - - uid: 57574 + - uid: 27301 components: - type: Transform - pos: -59.5,124.5 + pos: 12.5,195.5 parent: 1 - - uid: 57575 + - uid: 27302 components: - type: Transform - pos: -59.5,125.5 + pos: 12.5,196.5 parent: 1 - - uid: 57576 + - uid: 27303 components: - type: Transform - pos: -59.5,126.5 + pos: 12.5,197.5 parent: 1 - - uid: 57577 + - uid: 27304 components: - type: Transform - pos: -59.5,127.5 + pos: 12.5,198.5 parent: 1 - - uid: 57578 + - uid: 27305 components: - type: Transform - pos: -59.5,128.5 + pos: 12.5,199.5 parent: 1 - - uid: 57579 + - uid: 27306 components: - type: Transform - pos: -59.5,129.5 + pos: -170.5,69.5 parent: 1 - - uid: 57580 + - uid: 27307 components: - type: Transform - pos: -59.5,130.5 + pos: 1.5,-171.5 parent: 1 - - uid: 57581 + - uid: 27308 components: - type: Transform - pos: -59.5,131.5 + pos: -193.5,38.5 parent: 1 - - uid: 57582 + - uid: 27309 components: - type: Transform - pos: -60.5,109.5 + pos: -198.5,37.5 parent: 1 - - uid: 57583 + - uid: 27310 components: - type: Transform - pos: -60.5,110.5 + pos: -197.5,38.5 parent: 1 - - uid: 57584 + - uid: 27311 components: - type: Transform - pos: -60.5,111.5 + pos: -165.5,73.5 parent: 1 - - uid: 57585 + - uid: 27312 components: - type: Transform - pos: -60.5,112.5 + pos: -166.5,71.5 parent: 1 - - uid: 57586 + - uid: 27313 components: - type: Transform - pos: -60.5,113.5 + pos: -166.5,72.5 parent: 1 - - uid: 57587 + - uid: 27314 components: - type: Transform - pos: -60.5,114.5 + pos: -164.5,71.5 parent: 1 - - uid: 57588 + - uid: 27315 components: - type: Transform - pos: -60.5,115.5 + pos: -163.5,73.5 parent: 1 - - uid: 57589 + - uid: 27316 components: - type: Transform - pos: -60.5,116.5 + pos: -166.5,73.5 parent: 1 - - uid: 57590 + - uid: 27317 components: - type: Transform - pos: -60.5,117.5 + pos: -165.5,72.5 parent: 1 - - uid: 57591 + - uid: 27318 components: - type: Transform - pos: -60.5,118.5 + pos: -165.5,71.5 parent: 1 - - uid: 57592 + - uid: 27319 components: - type: Transform - pos: -60.5,119.5 + pos: -160.5,48.5 parent: 1 - - uid: 57593 + - uid: 27320 components: - type: Transform - pos: -60.5,120.5 + pos: -162.5,70.5 parent: 1 - - uid: 57594 + - uid: 27321 components: - type: Transform - pos: -60.5,121.5 + pos: -168.5,73.5 parent: 1 - - uid: 57595 + - uid: 27322 components: - type: Transform - pos: -60.5,122.5 + pos: -161.5,70.5 parent: 1 - - uid: 57596 + - uid: 27323 components: - type: Transform - pos: -60.5,123.5 + pos: 202.5,186.5 parent: 1 - - uid: 57597 + - uid: 27324 components: - type: Transform - pos: -60.5,124.5 + pos: -161.5,71.5 parent: 1 - - uid: 57598 + - uid: 27325 components: - type: Transform - pos: -60.5,125.5 + pos: -164.5,72.5 parent: 1 - - uid: 57599 + - uid: 27326 components: - type: Transform - pos: -60.5,126.5 + pos: -163.5,71.5 parent: 1 - - uid: 57600 + - uid: 27327 components: - type: Transform - pos: -60.5,127.5 + pos: -8.5,-194.5 parent: 1 - - uid: 57601 + - uid: 27328 components: - type: Transform - pos: -60.5,128.5 + pos: -164.5,73.5 parent: 1 - - uid: 57602 + - uid: 27329 components: - type: Transform - pos: -60.5,129.5 + pos: -163.5,72.5 parent: 1 - - uid: 57603 + - uid: 27330 components: - type: Transform - pos: -60.5,130.5 + pos: -191.5,18.5 parent: 1 - - uid: 57604 + - uid: 27331 components: - type: Transform - pos: -60.5,131.5 + pos: -168.5,44.5 parent: 1 - - uid: 57605 + - uid: 27332 components: - type: Transform - pos: -61.5,109.5 + pos: -163.5,44.5 parent: 1 - - uid: 57606 + - uid: 27333 components: - type: Transform - pos: -61.5,110.5 + pos: -169.5,43.5 parent: 1 - - uid: 57607 + - uid: 27334 components: - type: Transform - pos: -61.5,111.5 + pos: -185.5,18.5 parent: 1 - - uid: 57608 + - uid: 27335 components: - type: Transform - pos: -61.5,112.5 + pos: -153.5,48.5 parent: 1 - - uid: 57609 + - uid: 27336 components: - type: Transform - pos: -61.5,113.5 + pos: -169.5,41.5 parent: 1 - - uid: 57610 + - uid: 27337 components: - type: Transform - pos: -61.5,114.5 + pos: -184.5,18.5 parent: 1 - - uid: 57611 + - uid: 27338 components: - type: Transform - pos: -61.5,115.5 + pos: -130.5,62.5 parent: 1 - - uid: 57612 + - uid: 27339 components: - type: Transform - pos: -61.5,116.5 + pos: -152.5,48.5 parent: 1 - - uid: 57613 + - uid: 27340 components: - type: Transform - pos: -61.5,117.5 + pos: -166.5,39.5 parent: 1 - - uid: 57614 + - uid: 27341 components: - type: Transform - pos: -61.5,118.5 + pos: -168.5,45.5 parent: 1 - - uid: 57615 + - uid: 27342 components: - type: Transform - pos: -61.5,119.5 + pos: -164.5,44.5 parent: 1 - - uid: 57616 + - uid: 27343 components: - type: Transform - pos: -61.5,120.5 + pos: 175.5,-195.5 parent: 1 - - uid: 57617 + - uid: 27344 components: - type: Transform - pos: -61.5,121.5 + pos: -169.5,45.5 parent: 1 - - uid: 57618 + - uid: 27345 components: - type: Transform - pos: -61.5,122.5 + pos: -165.5,44.5 parent: 1 - - uid: 57619 + - uid: 27346 components: - type: Transform - pos: -61.5,123.5 + pos: -183.5,18.5 parent: 1 - - uid: 57620 + - uid: 27347 components: - type: Transform - pos: -61.5,124.5 + pos: -169.5,44.5 parent: 1 - - uid: 57621 + - uid: 27348 components: - type: Transform - pos: -61.5,125.5 + pos: 127.5,-198.5 parent: 1 - - uid: 57622 + - uid: 27349 components: - type: Transform - pos: -61.5,126.5 + pos: -169.5,42.5 parent: 1 - - uid: 57623 + - uid: 27350 components: - type: Transform - pos: -61.5,127.5 + pos: 175.5,-197.5 parent: 1 - - uid: 57624 + - uid: 27351 components: - type: Transform - pos: -61.5,128.5 + pos: -168.5,35.5 parent: 1 - - uid: 57625 + - uid: 27352 components: - type: Transform - pos: -61.5,129.5 + pos: -168.5,36.5 parent: 1 - - uid: 57626 + - uid: 27353 components: - type: Transform - pos: -61.5,130.5 + pos: -168.5,37.5 parent: 1 - - uid: 57627 + - uid: 27354 components: - type: Transform - pos: -61.5,131.5 + pos: -168.5,38.5 parent: 1 - - uid: 57628 + - uid: 27355 components: - type: Transform - pos: -18.5,133.5 + pos: -168.5,39.5 parent: 1 - - uid: 57629 + - uid: 27356 components: - type: Transform - pos: -17.5,135.5 + pos: -168.5,40.5 parent: 1 - - uid: 57630 + - uid: 27357 components: - type: Transform - pos: -40.5,162.5 + pos: -168.5,41.5 parent: 1 - - uid: 57631 + - uid: 27358 components: - type: Transform - pos: -44.5,152.5 + pos: -168.5,42.5 parent: 1 - - uid: 57632 + - uid: 27359 components: - type: Transform - pos: -29.5,166.5 + pos: -168.5,43.5 parent: 1 - - uid: 57633 + - uid: 27360 components: - type: Transform - pos: -29.5,181.5 + pos: -167.5,38.5 parent: 1 - - uid: 57634 + - uid: 27361 components: - type: Transform - pos: -40.5,160.5 + pos: -167.5,39.5 parent: 1 - - uid: 57636 + - uid: 27362 components: - type: Transform - pos: -16.5,173.5 + pos: -167.5,40.5 parent: 1 - - uid: 57639 + - uid: 27363 components: - type: Transform - pos: -58.5,186.5 + pos: -167.5,41.5 parent: 1 - - uid: 57640 + - uid: 27364 components: - type: Transform - pos: -18.5,134.5 + pos: -166.5,41.5 parent: 1 - - uid: 57641 + - uid: 27365 components: - type: Transform - pos: -18.5,135.5 + pos: 131.5,-198.5 parent: 1 - - uid: 57642 + - uid: 27366 components: - type: Transform - pos: -19.5,132.5 + pos: 172.5,-194.5 parent: 1 - - uid: 57643 + - uid: 27367 components: - type: Transform - pos: -19.5,133.5 + pos: 130.5,-197.5 parent: 1 - - uid: 57644 + - uid: 27368 components: - type: Transform - pos: -19.5,134.5 + pos: 175.5,-196.5 parent: 1 - - uid: 57645 + - uid: 27369 components: - type: Transform - pos: -19.5,135.5 + pos: 204.5,197.5 parent: 1 - - uid: 57646 + - uid: 27370 components: - type: Transform - pos: -20.5,132.5 + pos: 173.5,-196.5 parent: 1 - - uid: 57647 + - uid: 27371 components: - type: Transform - pos: -20.5,133.5 + pos: 177.5,-198.5 parent: 1 - - uid: 57648 + - uid: 27372 components: - type: Transform - pos: -20.5,134.5 + pos: 176.5,-195.5 parent: 1 - - uid: 57649 + - uid: 27373 components: - type: Transform - pos: -20.5,135.5 + pos: 127.5,-197.5 parent: 1 - - uid: 57650 + - uid: 27374 components: - type: Transform - pos: -21.5,132.5 + pos: -188.5,18.5 parent: 1 - - uid: 57651 + - uid: 27375 components: - type: Transform - pos: -21.5,133.5 + pos: -150.5,48.5 parent: 1 - - uid: 57652 + - uid: 27376 components: - type: Transform - pos: -21.5,134.5 + pos: 128.5,-197.5 parent: 1 - - uid: 57653 + - uid: 27377 components: - type: Transform - pos: -21.5,135.5 + pos: 128.5,-198.5 parent: 1 - - uid: 57654 + - uid: 27378 components: - type: Transform - pos: -22.5,132.5 + pos: 173.5,-198.5 parent: 1 - - uid: 57655 + - uid: 27379 components: - type: Transform - pos: -22.5,133.5 + pos: 189.5,-194.5 parent: 1 - - uid: 57656 + - uid: 27380 components: - type: Transform - pos: -22.5,134.5 + pos: 174.5,-196.5 parent: 1 - - uid: 57658 + - uid: 27381 components: - type: Transform - pos: -23.5,132.5 + pos: -3.5,-191.5 parent: 1 - - uid: 57659 + - uid: 27382 components: - type: Transform - pos: -23.5,133.5 + pos: 172.5,-195.5 parent: 1 - - uid: 57660 + - uid: 27383 components: - type: Transform - pos: 192.5,196.5 + pos: -177.5,19.5 parent: 1 - - uid: 57661 + - uid: 27384 components: - type: Transform - pos: 191.5,196.5 + pos: 131.5,-197.5 parent: 1 - - uid: 57662 + - uid: 27385 components: - type: Transform - pos: -24.5,132.5 + pos: 176.5,-197.5 parent: 1 - - uid: 57663 + - uid: 27386 components: - type: Transform - pos: -24.5,133.5 + pos: 173.5,-197.5 parent: 1 - - uid: 57666 + - uid: 27387 components: - type: Transform - pos: -25.5,132.5 + pos: 189.5,-197.5 parent: 1 - - uid: 57667 + - uid: 27388 components: - type: Transform - pos: -25.5,133.5 + pos: 173.5,-195.5 parent: 1 - - uid: 57668 + - uid: 27389 components: - type: Transform - pos: -25.5,134.5 + pos: 175.5,-194.5 parent: 1 - - uid: 57669 + - uid: 27390 components: - type: Transform - pos: -25.5,135.5 + pos: 189.5,-195.5 parent: 1 - - uid: 57670 + - uid: 27391 components: - type: Transform - pos: -26.5,132.5 + pos: 174.5,-194.5 parent: 1 - - uid: 57671 + - uid: 27392 components: - type: Transform - pos: -26.5,133.5 + pos: 172.5,-196.5 parent: 1 - - uid: 57672 + - uid: 27393 components: - type: Transform - pos: -26.5,134.5 + pos: 176.5,-194.5 parent: 1 - - uid: 57673 + - uid: 27394 components: - type: Transform - pos: -26.5,135.5 + pos: 176.5,-196.5 parent: 1 - - uid: 57674 + - uid: 27395 components: - type: Transform - pos: -27.5,132.5 + pos: 175.5,-198.5 parent: 1 - - uid: 57675 + - uid: 27396 components: - type: Transform - pos: -27.5,133.5 + pos: 177.5,-197.5 parent: 1 - - uid: 57676 + - uid: 27397 components: - type: Transform - pos: -27.5,134.5 + pos: 130.5,-198.5 parent: 1 - - uid: 57677 + - uid: 27398 components: - type: Transform - pos: -27.5,135.5 + pos: 129.5,-197.5 parent: 1 - - uid: 57678 + - uid: 27399 components: - type: Transform - pos: -28.5,132.5 + pos: 174.5,-195.5 parent: 1 - - uid: 57679 + - uid: 27400 components: - type: Transform - pos: -28.5,133.5 + pos: 174.5,-197.5 parent: 1 - - uid: 57680 + - uid: 27401 components: - type: Transform - pos: -28.5,134.5 + pos: 176.5,-198.5 parent: 1 - - uid: 57681 + - uid: 27402 components: - type: Transform - pos: -28.5,135.5 + pos: 129.5,-198.5 parent: 1 - - uid: 57682 + - uid: 27403 components: - type: Transform - pos: -29.5,132.5 + pos: 174.5,-198.5 parent: 1 - - uid: 57683 + - uid: 27404 components: - type: Transform - pos: -29.5,133.5 + pos: 173.5,-194.5 parent: 1 - - uid: 57684 + - uid: 27405 components: - type: Transform - pos: -29.5,134.5 + pos: 132.5,-197.5 parent: 1 - - uid: 57685 + - uid: 27406 components: - type: Transform - pos: -29.5,135.5 + pos: 132.5,-198.5 parent: 1 - - uid: 57686 + - uid: 27407 components: - type: Transform - pos: -30.5,132.5 + pos: 133.5,-197.5 parent: 1 - - uid: 57687 + - uid: 27408 components: - type: Transform - pos: -30.5,133.5 + pos: 133.5,-198.5 parent: 1 - - uid: 57688 + - uid: 27409 components: - type: Transform - pos: -30.5,134.5 + pos: 134.5,-197.5 parent: 1 - - uid: 57689 + - uid: 27410 components: - type: Transform - pos: -30.5,135.5 + pos: 134.5,-198.5 parent: 1 - - uid: 57690 + - uid: 27411 components: - type: Transform - pos: -31.5,132.5 + pos: 135.5,-197.5 parent: 1 - - uid: 57691 + - uid: 27412 components: - type: Transform - pos: -31.5,133.5 + pos: 135.5,-198.5 parent: 1 - - uid: 57692 + - uid: 27413 components: - type: Transform - pos: -31.5,134.5 + pos: 136.5,-197.5 parent: 1 - - uid: 57693 + - uid: 27414 components: - type: Transform - pos: -31.5,135.5 + pos: 136.5,-198.5 parent: 1 - - uid: 57694 + - uid: 27415 components: - type: Transform - pos: -32.5,132.5 + pos: 137.5,-197.5 parent: 1 - - uid: 57695 + - uid: 27416 components: - type: Transform - pos: -32.5,133.5 + pos: 137.5,-198.5 parent: 1 - - uid: 57696 + - uid: 27417 components: - type: Transform - pos: -32.5,134.5 + pos: 138.5,-197.5 parent: 1 - - uid: 57697 + - uid: 27418 components: - type: Transform - pos: -32.5,135.5 + pos: 138.5,-198.5 parent: 1 - - uid: 57698 + - uid: 27419 components: - type: Transform - pos: -33.5,132.5 + pos: 139.5,-197.5 parent: 1 - - uid: 57699 + - uid: 27420 components: - type: Transform - pos: -33.5,133.5 + pos: 139.5,-198.5 parent: 1 - - uid: 57700 + - uid: 27421 components: - type: Transform - pos: -33.5,134.5 + pos: 140.5,-197.5 parent: 1 - - uid: 57701 + - uid: 27422 components: - type: Transform - pos: -33.5,135.5 + pos: 140.5,-198.5 parent: 1 - - uid: 57702 + - uid: 27423 components: - type: Transform - pos: -34.5,132.5 + pos: 141.5,-197.5 parent: 1 - - uid: 57703 + - uid: 27424 components: - type: Transform - pos: -34.5,133.5 + pos: 141.5,-198.5 parent: 1 - - uid: 57704 + - uid: 27425 components: - type: Transform - pos: -34.5,134.5 + pos: 142.5,-197.5 parent: 1 - - uid: 57705 + - uid: 27426 components: - type: Transform - pos: -34.5,135.5 + pos: 142.5,-198.5 parent: 1 - - uid: 57706 + - uid: 27427 components: - type: Transform - pos: -35.5,132.5 + pos: 143.5,-197.5 parent: 1 - - uid: 57707 + - uid: 27428 components: - type: Transform - pos: -35.5,133.5 + pos: 143.5,-198.5 parent: 1 - - uid: 57708 + - uid: 27429 components: - type: Transform - pos: -35.5,134.5 + pos: -3.5,-190.5 parent: 1 - - uid: 57709 + - uid: 27430 components: - type: Transform - pos: -35.5,135.5 + pos: -3.5,-179.5 parent: 1 - - uid: 57710 + - uid: 27431 components: - type: Transform - pos: -36.5,132.5 + pos: -3.5,-178.5 parent: 1 - - uid: 57711 + - uid: 27432 components: - type: Transform - pos: -36.5,133.5 + pos: 3.5,-174.5 parent: 1 - - uid: 57712 + - uid: 27433 components: - type: Transform - pos: -36.5,134.5 + pos: 9.5,-176.5 parent: 1 - - uid: 57713 + - uid: 27434 components: - type: Transform - pos: -36.5,135.5 + pos: 9.5,-177.5 parent: 1 - - uid: 57714 + - uid: 27435 components: - type: Transform - pos: -37.5,132.5 + pos: 10.5,-173.5 parent: 1 - - uid: 57715 + - uid: 27436 components: - type: Transform - pos: -37.5,133.5 + pos: -2.5,-196.5 parent: 1 - - uid: 57716 + - uid: 27437 components: - type: Transform - pos: -37.5,134.5 + pos: -2.5,-194.5 parent: 1 - - uid: 57717 + - uid: 27438 components: - type: Transform - pos: -37.5,135.5 + pos: -3.5,-194.5 parent: 1 - - uid: 57718 + - uid: 27439 components: - type: Transform - pos: -38.5,132.5 + pos: -7.5,-193.5 parent: 1 - - uid: 57719 + - uid: 27440 components: - type: Transform - pos: -38.5,133.5 + pos: 0.5,-172.5 parent: 1 - - uid: 57720 + - uid: 27441 components: - type: Transform - pos: -38.5,134.5 + pos: -2.5,-191.5 parent: 1 - - uid: 57721 + - uid: 27442 components: - type: Transform - pos: -38.5,135.5 + pos: -2.5,-190.5 parent: 1 - - uid: 57722 + - uid: 27443 components: - type: Transform - pos: -39.5,132.5 + pos: -2.5,-179.5 parent: 1 - - uid: 57723 + - uid: 27444 components: - type: Transform - pos: -39.5,133.5 + pos: -2.5,-178.5 parent: 1 - - uid: 57724 + - uid: 27445 components: - type: Transform - pos: -39.5,134.5 + pos: -2.5,-177.5 parent: 1 - - uid: 57725 + - uid: 27446 components: - type: Transform - pos: -39.5,135.5 + pos: -2.5,-176.5 parent: 1 - - uid: 57726 + - uid: 27447 components: - type: Transform - pos: -40.5,132.5 + pos: -2.5,-175.5 parent: 1 - - uid: 57727 + - uid: 27448 components: - type: Transform - pos: -40.5,133.5 + pos: -2.5,-172.5 parent: 1 - - uid: 57728 + - uid: 27449 components: - type: Transform - pos: -40.5,134.5 + pos: 8.5,-176.5 parent: 1 - - uid: 57729 + - uid: 27450 components: - type: Transform - pos: -40.5,135.5 + pos: -1.5,-196.5 parent: 1 - - uid: 57730 + - uid: 27451 components: - type: Transform - pos: -41.5,132.5 + pos: 1.5,-177.5 parent: 1 - - uid: 57731 + - uid: 27452 components: - type: Transform - pos: -41.5,133.5 + pos: -8.5,-193.5 parent: 1 - - uid: 57732 + - uid: 27453 components: - type: Transform - pos: -41.5,134.5 + pos: 0.5,-173.5 parent: 1 - - uid: 57733 + - uid: 27454 components: - type: Transform - pos: -41.5,135.5 + pos: 5.5,-175.5 parent: 1 - - uid: 57734 + - uid: 27455 components: - type: Transform - pos: -42.5,132.5 + pos: -1.5,-191.5 parent: 1 - - uid: 57735 + - uid: 27456 components: - type: Transform - pos: -42.5,133.5 + pos: -1.5,-190.5 parent: 1 - - uid: 57736 + - uid: 27457 components: - type: Transform - pos: -42.5,134.5 + pos: -1.5,-183.5 parent: 1 - - uid: 57737 + - uid: 27458 components: - type: Transform - pos: -42.5,135.5 + pos: -1.5,-182.5 parent: 1 - - uid: 57738 + - uid: 27459 components: - type: Transform - pos: -43.5,132.5 + pos: -1.5,-181.5 parent: 1 - - uid: 57739 + - uid: 27460 components: - type: Transform - pos: -43.5,133.5 + pos: -1.5,-180.5 parent: 1 - - uid: 57740 + - uid: 27461 components: - type: Transform - pos: -43.5,134.5 + pos: -1.5,-179.5 parent: 1 - - uid: 57741 + - uid: 27462 components: - type: Transform - pos: -43.5,135.5 + pos: -1.5,-178.5 parent: 1 - - uid: 57742 + - uid: 27463 components: - type: Transform - pos: -44.5,132.5 + pos: -1.5,-177.5 parent: 1 - - uid: 57743 + - uid: 27464 components: - type: Transform - pos: -44.5,133.5 + pos: 128.5,-196.5 parent: 1 - - uid: 57744 + - uid: 27465 components: - type: Transform - pos: -44.5,134.5 + pos: 128.5,-195.5 parent: 1 - - uid: 57745 + - uid: 27466 components: - type: Transform - pos: -44.5,135.5 + pos: 129.5,-196.5 parent: 1 - - uid: 57746 + - uid: 27467 components: - type: Transform - pos: -45.5,132.5 + pos: 129.5,-195.5 parent: 1 - - uid: 57747 + - uid: 27468 components: - type: Transform - pos: -45.5,133.5 + pos: 130.5,-196.5 parent: 1 - - uid: 57748 + - uid: 27469 components: - type: Transform - pos: -45.5,134.5 + pos: 130.5,-195.5 parent: 1 - - uid: 57749 + - uid: 27470 components: - type: Transform - pos: -45.5,135.5 + pos: 131.5,-196.5 parent: 1 - - uid: 57750 + - uid: 27471 components: - type: Transform - pos: -46.5,132.5 + pos: 131.5,-195.5 parent: 1 - - uid: 57751 + - uid: 27472 components: - type: Transform - pos: -46.5,133.5 + pos: 132.5,-196.5 parent: 1 - - uid: 57752 + - uid: 27473 components: - type: Transform - pos: -46.5,134.5 + pos: 132.5,-195.5 parent: 1 - - uid: 57753 + - uid: 27474 components: - type: Transform - pos: -46.5,135.5 + pos: 133.5,-196.5 parent: 1 - - uid: 57755 + - uid: 27475 components: - type: Transform - pos: -47.5,133.5 + pos: 133.5,-195.5 parent: 1 - - uid: 57756 + - uid: 27476 components: - type: Transform - pos: -47.5,134.5 + pos: 134.5,-196.5 parent: 1 - - uid: 57757 + - uid: 27477 components: - type: Transform - pos: -47.5,135.5 + pos: 134.5,-195.5 parent: 1 - - uid: 57759 + - uid: 27478 components: - type: Transform - pos: -48.5,133.5 + pos: 135.5,-196.5 parent: 1 - - uid: 57760 + - uid: 27479 components: - type: Transform - pos: -48.5,134.5 + pos: 135.5,-195.5 parent: 1 - - uid: 57761 + - uid: 27480 components: - type: Transform - pos: -48.5,135.5 + pos: 136.5,-196.5 parent: 1 - - uid: 57763 + - uid: 27481 components: - type: Transform - pos: -49.5,133.5 + pos: 136.5,-195.5 parent: 1 - - uid: 57764 + - uid: 27482 components: - type: Transform - pos: -49.5,134.5 + pos: 137.5,-196.5 parent: 1 - - uid: 57765 + - uid: 27483 components: - type: Transform - pos: -49.5,135.5 + pos: 137.5,-195.5 parent: 1 - - uid: 57766 + - uid: 27484 components: - type: Transform - pos: -50.5,132.5 + pos: 138.5,-196.5 parent: 1 - - uid: 57767 + - uid: 27485 components: - type: Transform - pos: -50.5,133.5 + pos: 138.5,-195.5 parent: 1 - - uid: 57768 + - uid: 27486 components: - type: Transform - pos: -50.5,134.5 + pos: 139.5,-196.5 parent: 1 - - uid: 57769 + - uid: 27487 components: - type: Transform - pos: -50.5,135.5 + pos: 139.5,-195.5 parent: 1 - - uid: 57770 + - uid: 27488 components: - type: Transform - pos: -51.5,132.5 + pos: 140.5,-196.5 parent: 1 - - uid: 57771 + - uid: 27489 components: - type: Transform - pos: -51.5,133.5 + pos: 140.5,-195.5 parent: 1 - - uid: 57772 + - uid: 27490 components: - type: Transform - pos: -51.5,134.5 + pos: 141.5,-196.5 parent: 1 - - uid: 57773 + - uid: 27491 components: - type: Transform - pos: -51.5,135.5 + pos: 141.5,-195.5 parent: 1 - - uid: 57774 + - uid: 27492 components: - type: Transform - pos: -52.5,132.5 + pos: 142.5,-196.5 parent: 1 - - uid: 57775 + - uid: 27493 components: - type: Transform - pos: -52.5,133.5 + pos: 142.5,-195.5 parent: 1 - - uid: 57776 + - uid: 27494 components: - type: Transform - pos: -52.5,134.5 + pos: 143.5,-196.5 parent: 1 - - uid: 57777 + - uid: 27495 components: - type: Transform - pos: -52.5,135.5 + pos: 143.5,-195.5 parent: 1 - - uid: 57778 + - uid: 27496 components: - type: Transform - pos: -53.5,132.5 + pos: -1.5,-176.5 parent: 1 - - uid: 57779 + - uid: 27497 components: - type: Transform - pos: -53.5,133.5 + pos: -1.5,-175.5 parent: 1 - - uid: 57780 + - uid: 27498 components: - type: Transform - pos: -53.5,134.5 + pos: 2.5,-171.5 parent: 1 - - uid: 57781 + - uid: 27499 components: - type: Transform - pos: -53.5,135.5 + pos: 2.5,-170.5 parent: 1 - - uid: 57782 + - uid: 27500 components: - type: Transform - pos: -54.5,132.5 + pos: -1.5,-172.5 parent: 1 - - uid: 57783 + - uid: 27501 components: - type: Transform - pos: -54.5,133.5 + pos: 8.5,-177.5 parent: 1 - - uid: 57784 + - uid: 27502 components: - type: Transform - pos: -54.5,134.5 + pos: -0.5,-196.5 parent: 1 - - uid: 57785 + - uid: 27503 components: - type: Transform - pos: -54.5,135.5 + pos: -0.5,-195.5 parent: 1 - - uid: 57786 + - uid: 27504 components: - type: Transform - pos: -55.5,132.5 + pos: -0.5,-194.5 parent: 1 - - uid: 57787 + - uid: 27505 components: - type: Transform - pos: -55.5,133.5 + pos: -0.5,-193.5 parent: 1 - - uid: 57788 + - uid: 27506 components: - type: Transform - pos: -55.5,134.5 + pos: -0.5,-192.5 parent: 1 - - uid: 57789 + - uid: 27507 components: - type: Transform - pos: -55.5,135.5 + pos: -0.5,-191.5 parent: 1 - - uid: 57790 + - uid: 27508 components: - type: Transform - pos: -56.5,132.5 + pos: -0.5,-190.5 parent: 1 - - uid: 57791 + - uid: 27509 components: - type: Transform - pos: -56.5,133.5 + pos: -0.5,-189.5 parent: 1 - - uid: 57792 + - uid: 27510 components: - type: Transform - pos: -56.5,134.5 + pos: -0.5,-183.5 parent: 1 - - uid: 57793 + - uid: 27511 components: - type: Transform - pos: -56.5,135.5 + pos: -0.5,-182.5 parent: 1 - - uid: 57794 + - uid: 27512 components: - type: Transform - pos: -57.5,132.5 + pos: 130.5,-194.5 parent: 1 - - uid: 57795 + - uid: 27513 components: - type: Transform - pos: -57.5,133.5 + pos: 131.5,-194.5 parent: 1 - - uid: 57796 + - uid: 27514 components: - type: Transform - pos: -57.5,134.5 + pos: 132.5,-194.5 parent: 1 - - uid: 57797 + - uid: 27515 components: - type: Transform - pos: -57.5,135.5 + pos: 133.5,-194.5 parent: 1 - - uid: 57798 + - uid: 27516 components: - type: Transform - pos: -58.5,132.5 + pos: 134.5,-194.5 parent: 1 - - uid: 57799 + - uid: 27517 components: - type: Transform - pos: -58.5,133.5 + pos: 135.5,-194.5 parent: 1 - - uid: 57800 + - uid: 27518 components: - type: Transform - pos: -58.5,134.5 + pos: 136.5,-194.5 parent: 1 - - uid: 57801 + - uid: 27519 components: - type: Transform - pos: -58.5,135.5 + pos: 137.5,-194.5 parent: 1 - - uid: 57802 + - uid: 27520 components: - type: Transform - pos: -59.5,132.5 + pos: 138.5,-194.5 parent: 1 - - uid: 57803 + - uid: 27521 components: - type: Transform - pos: -59.5,133.5 + pos: 139.5,-194.5 parent: 1 - - uid: 57804 + - uid: 27522 components: - type: Transform - pos: -59.5,134.5 + pos: 140.5,-194.5 parent: 1 - - uid: 57805 + - uid: 27523 components: - type: Transform - pos: -59.5,135.5 + pos: 141.5,-194.5 parent: 1 - - uid: 57806 + - uid: 27524 components: - type: Transform - pos: -60.5,132.5 + pos: 142.5,-194.5 parent: 1 - - uid: 57807 + - uid: 27525 components: - type: Transform - pos: -60.5,133.5 + pos: 143.5,-194.5 parent: 1 - - uid: 57808 + - uid: 27526 components: - type: Transform - pos: -60.5,134.5 + pos: -0.5,-181.5 parent: 1 - - uid: 57809 + - uid: 27527 components: - type: Transform - pos: -60.5,135.5 + pos: -0.5,-180.5 parent: 1 - - uid: 57810 + - uid: 27528 components: - type: Transform - pos: -61.5,132.5 + pos: -0.5,-171.5 parent: 1 - - uid: 57811 + - uid: 27529 components: - type: Transform - pos: -61.5,133.5 + pos: -0.5,-170.5 parent: 1 - - uid: 57812 + - uid: 27530 components: - type: Transform - pos: -61.5,134.5 + pos: -0.5,-179.5 parent: 1 - - uid: 57813 + - uid: 27531 components: - type: Transform - pos: -61.5,135.5 + pos: -0.5,-178.5 parent: 1 - - uid: 57814 + - uid: 27532 components: - type: Transform - pos: -29.5,162.5 + pos: -0.5,-175.5 parent: 1 - - uid: 57816 + - uid: 27533 components: - type: Transform - pos: -34.5,142.5 + pos: -0.5,-174.5 parent: 1 - - uid: 57817 + - uid: 27534 components: - type: Transform - pos: -34.5,143.5 + pos: -0.5,-177.5 parent: 1 - - uid: 57818 + - uid: 27535 components: - type: Transform - pos: -34.5,144.5 + pos: -0.5,-176.5 parent: 1 - - uid: 57819 + - uid: 27536 components: - type: Transform - pos: -34.5,145.5 + pos: -0.5,-173.5 parent: 1 - - uid: 57820 + - uid: 27537 components: - type: Transform - pos: -34.5,146.5 + pos: 143.5,-193.5 parent: 1 - - uid: 57821 + - uid: 27538 components: - type: Transform - pos: -35.5,136.5 + pos: 142.5,-193.5 parent: 1 - - uid: 57827 + - uid: 27539 components: - type: Transform - pos: -35.5,142.5 + pos: 141.5,-193.5 parent: 1 - - uid: 57828 + - uid: 27540 components: - type: Transform - pos: -35.5,143.5 + pos: 140.5,-193.5 parent: 1 - - uid: 57829 + - uid: 27541 components: - type: Transform - pos: -35.5,144.5 + pos: 139.5,-193.5 parent: 1 - - uid: 57830 + - uid: 27542 components: - type: Transform - pos: -35.5,145.5 + pos: 138.5,-193.5 parent: 1 - - uid: 57831 + - uid: 27543 components: - type: Transform - pos: -35.5,146.5 + pos: 137.5,-193.5 parent: 1 - - uid: 57832 + - uid: 27544 components: - type: Transform - pos: -36.5,136.5 + pos: 136.5,-193.5 parent: 1 - - uid: 57835 + - uid: 27545 components: - type: Transform - pos: -36.5,139.5 + pos: 135.5,-193.5 parent: 1 - - uid: 57836 + - uid: 27546 components: - type: Transform - pos: -36.5,140.5 + pos: 137.5,-192.5 parent: 1 - - uid: 57837 + - uid: 27547 components: - type: Transform - pos: -36.5,141.5 + pos: 138.5,-192.5 parent: 1 - - uid: 57838 + - uid: 27548 components: - type: Transform - pos: -36.5,142.5 + pos: 139.5,-192.5 parent: 1 - - uid: 57839 + - uid: 27549 components: - type: Transform - pos: -36.5,143.5 + pos: 140.5,-192.5 parent: 1 - - uid: 57840 + - uid: 27550 components: - type: Transform - pos: -36.5,144.5 + pos: 141.5,-192.5 parent: 1 - - uid: 57841 + - uid: 27551 components: - type: Transform - pos: -36.5,145.5 + pos: 142.5,-192.5 parent: 1 - - uid: 57842 + - uid: 27552 components: - type: Transform - pos: -36.5,146.5 + pos: 143.5,-192.5 parent: 1 - - uid: 57843 + - uid: 27553 components: - type: Transform - pos: -37.5,136.5 + pos: 8.5,-175.5 parent: 1 - - uid: 57844 + - uid: 27554 components: - type: Transform - pos: -37.5,137.5 + pos: 188.5,-194.5 parent: 1 - - uid: 57845 + - uid: 27555 components: - type: Transform - pos: -37.5,138.5 + pos: -25.5,-163.5 parent: 1 - - uid: 57846 + - uid: 27556 components: - type: Transform - pos: -37.5,139.5 + pos: 172.5,-197.5 parent: 1 - - uid: 57847 + - uid: 27557 components: - type: Transform - pos: -37.5,140.5 + pos: 172.5,-198.5 parent: 1 - - uid: 57848 + - uid: 27558 components: - type: Transform - pos: -37.5,141.5 + pos: 171.5,-194.5 parent: 1 - - uid: 57849 + - uid: 27559 components: - type: Transform - pos: -37.5,142.5 + pos: 171.5,-195.5 parent: 1 - - uid: 57850 + - uid: 27560 components: - type: Transform - pos: -37.5,143.5 + pos: 171.5,-196.5 parent: 1 - - uid: 57851 + - uid: 27561 components: - type: Transform - pos: -37.5,144.5 + pos: 171.5,-197.5 parent: 1 - - uid: 57852 + - uid: 27562 components: - type: Transform - pos: -37.5,145.5 + pos: 171.5,-198.5 parent: 1 - - uid: 57853 + - uid: 27563 components: - type: Transform - pos: -37.5,146.5 + pos: 170.5,-194.5 parent: 1 - - uid: 57854 + - uid: 27564 components: - type: Transform - pos: -38.5,136.5 + pos: 170.5,-195.5 parent: 1 - - uid: 57855 + - uid: 27565 components: - type: Transform - pos: -38.5,137.5 + pos: 170.5,-196.5 parent: 1 - - uid: 57856 + - uid: 27566 components: - type: Transform - pos: -38.5,138.5 + pos: 170.5,-197.5 parent: 1 - - uid: 57857 + - uid: 27567 components: - type: Transform - pos: -38.5,139.5 + pos: 170.5,-198.5 parent: 1 - - uid: 57858 + - uid: 27568 components: - type: Transform - pos: -38.5,140.5 + pos: 169.5,-194.5 parent: 1 - - uid: 57859 + - uid: 27569 components: - type: Transform - pos: -38.5,141.5 + pos: 169.5,-195.5 parent: 1 - - uid: 57860 + - uid: 27570 components: - type: Transform - pos: -38.5,142.5 + pos: 169.5,-196.5 parent: 1 - - uid: 57861 + - uid: 27571 components: - type: Transform - pos: -38.5,143.5 + pos: 169.5,-197.5 parent: 1 - - uid: 57862 + - uid: 27572 components: - type: Transform - pos: -38.5,144.5 + pos: 169.5,-198.5 parent: 1 - - uid: 57863 + - uid: 27573 components: - type: Transform - pos: -38.5,145.5 + pos: 168.5,-194.5 parent: 1 - - uid: 57864 + - uid: 27574 components: - type: Transform - pos: -38.5,146.5 + pos: 168.5,-195.5 parent: 1 - - uid: 57865 + - uid: 27575 components: - type: Transform - pos: -39.5,136.5 + pos: 168.5,-196.5 parent: 1 - - uid: 57866 + - uid: 27576 components: - type: Transform - pos: -39.5,137.5 + pos: 168.5,-197.5 parent: 1 - - uid: 57867 + - uid: 27577 components: - type: Transform - pos: -39.5,138.5 + pos: 168.5,-198.5 parent: 1 - - uid: 57868 + - uid: 27578 components: - type: Transform - pos: -39.5,139.5 + pos: 167.5,-194.5 parent: 1 - - uid: 57869 + - uid: 27579 components: - type: Transform - pos: -39.5,140.5 + pos: 167.5,-195.5 parent: 1 - - uid: 57870 + - uid: 27580 components: - type: Transform - pos: -39.5,141.5 + pos: 167.5,-196.5 parent: 1 - - uid: 57871 + - uid: 27581 components: - type: Transform - pos: -39.5,142.5 + pos: 167.5,-197.5 parent: 1 - - uid: 57872 + - uid: 27582 components: - type: Transform - pos: -39.5,143.5 + pos: 167.5,-198.5 parent: 1 - - uid: 57873 + - uid: 27583 components: - type: Transform - pos: -39.5,144.5 + pos: 166.5,-194.5 parent: 1 - - uid: 57874 + - uid: 27584 components: - type: Transform - pos: -39.5,145.5 + pos: 166.5,-195.5 parent: 1 - - uid: 57875 + - uid: 27585 components: - type: Transform - pos: -39.5,146.5 + pos: 166.5,-196.5 parent: 1 - - uid: 57876 + - uid: 27586 components: - type: Transform - pos: -40.5,136.5 + pos: 166.5,-197.5 parent: 1 - - uid: 57877 + - uid: 27587 components: - type: Transform - pos: -40.5,137.5 + pos: 166.5,-198.5 parent: 1 - - uid: 57878 + - uid: 27588 components: - type: Transform - pos: -40.5,138.5 + pos: 165.5,-194.5 parent: 1 - - uid: 57879 + - uid: 27589 components: - type: Transform - pos: -40.5,139.5 + pos: 165.5,-195.5 parent: 1 - - uid: 57880 + - uid: 27590 components: - type: Transform - pos: -40.5,140.5 + pos: 165.5,-196.5 parent: 1 - - uid: 57881 + - uid: 27591 components: - type: Transform - pos: -40.5,141.5 + pos: 165.5,-197.5 parent: 1 - - uid: 57882 + - uid: 27592 components: - type: Transform - pos: -40.5,142.5 + pos: 165.5,-198.5 parent: 1 - - uid: 57883 + - uid: 27593 components: - type: Transform - pos: -40.5,143.5 + pos: 164.5,-194.5 parent: 1 - - uid: 57884 + - uid: 27594 components: - type: Transform - pos: -40.5,144.5 + pos: 164.5,-195.5 parent: 1 - - uid: 57885 + - uid: 27595 components: - type: Transform - pos: -40.5,145.5 + pos: 164.5,-196.5 parent: 1 - - uid: 57886 + - uid: 27596 components: - type: Transform - pos: -40.5,146.5 + pos: 164.5,-197.5 parent: 1 - - uid: 57887 + - uid: 27597 components: - type: Transform - pos: -41.5,136.5 + pos: 164.5,-198.5 parent: 1 - - uid: 57888 + - uid: 27598 components: - type: Transform - pos: -41.5,137.5 + pos: -16.5,-153.5 parent: 1 - - uid: 57889 + - uid: 27599 components: - type: Transform - pos: -41.5,138.5 + pos: -23.5,-154.5 parent: 1 - - uid: 57890 + - uid: 27600 components: - type: Transform - pos: -41.5,139.5 + pos: -3.5,-170.5 parent: 1 - - uid: 57891 + - uid: 27601 components: - type: Transform - pos: -41.5,140.5 + pos: -1.5,-170.5 parent: 1 - - uid: 57892 + - uid: 27602 components: - type: Transform - pos: -41.5,141.5 + pos: 0.5,-193.5 parent: 1 - - uid: 57893 + - uid: 27603 components: - type: Transform - pos: -41.5,142.5 + pos: 13.5,-193.5 parent: 1 - - uid: 57894 + - uid: 27604 components: - type: Transform - pos: -41.5,143.5 + pos: 0.5,-191.5 parent: 1 - - uid: 57895 + - uid: 27605 components: - type: Transform - pos: -41.5,144.5 + pos: -6.5,-175.5 parent: 1 - - uid: 57896 + - uid: 27606 components: - type: Transform - pos: -41.5,145.5 + pos: 0.5,-189.5 parent: 1 - - uid: 57897 + - uid: 27607 components: - type: Transform - pos: -41.5,146.5 + pos: 0.5,-183.5 parent: 1 - - uid: 57898 + - uid: 27608 components: - type: Transform - pos: -41.5,147.5 + pos: 164.5,-192.5 parent: 1 - - uid: 57899 + - uid: 27609 components: - type: Transform - pos: -41.5,148.5 + pos: 164.5,-193.5 parent: 1 - - uid: 57900 + - uid: 27610 components: - type: Transform - pos: -41.5,149.5 + pos: 165.5,-192.5 parent: 1 - - uid: 57901 + - uid: 27611 components: - type: Transform - pos: -41.5,150.5 + pos: 165.5,-193.5 parent: 1 - - uid: 57902 + - uid: 27612 components: - type: Transform - pos: -41.5,151.5 + pos: 166.5,-192.5 parent: 1 - - uid: 57903 + - uid: 27613 components: - type: Transform - pos: -42.5,136.5 + pos: 166.5,-193.5 parent: 1 - - uid: 57904 + - uid: 27614 components: - type: Transform - pos: -42.5,137.5 + pos: 167.5,-192.5 parent: 1 - - uid: 57905 + - uid: 27615 components: - type: Transform - pos: -42.5,138.5 + pos: 167.5,-193.5 parent: 1 - - uid: 57906 + - uid: 27616 components: - type: Transform - pos: -42.5,139.5 + pos: 0.5,-182.5 parent: 1 - - uid: 57907 + - uid: 27617 components: - type: Transform - pos: -42.5,140.5 + pos: 0.5,-181.5 parent: 1 - - uid: 57908 + - uid: 27618 components: - type: Transform - pos: -42.5,141.5 + pos: -4.5,-192.5 parent: 1 - - uid: 57909 + - uid: 27619 components: - type: Transform - pos: -42.5,142.5 + pos: 1.5,-196.5 parent: 1 - - uid: 57910 + - uid: 27620 components: - type: Transform - pos: -42.5,143.5 + pos: -4.5,-175.5 parent: 1 - - uid: 57911 + - uid: 27621 components: - type: Transform - pos: -42.5,144.5 + pos: -2.5,-170.5 parent: 1 - - uid: 57912 + - uid: 27622 components: - type: Transform - pos: -42.5,145.5 + pos: 8.5,-189.5 parent: 1 - - uid: 57913 + - uid: 27623 components: - type: Transform - pos: -42.5,146.5 + pos: 21.5,-184.5 parent: 1 - - uid: 57914 + - uid: 27624 components: - type: Transform - pos: -42.5,147.5 + pos: 8.5,-185.5 parent: 1 - - uid: 57915 + - uid: 27625 components: - type: Transform - pos: -42.5,148.5 + pos: -5.5,-171.5 parent: 1 - - uid: 57916 + - uid: 27626 components: - type: Transform - pos: -42.5,149.5 + pos: 7.5,-188.5 parent: 1 - - uid: 57917 + - uid: 27627 components: - type: Transform - pos: -42.5,150.5 + pos: 1.5,-183.5 parent: 1 - - uid: 57918 + - uid: 27628 components: - type: Transform - pos: -42.5,151.5 + pos: -6.5,-195.5 parent: 1 - - uid: 57919 + - uid: 27629 components: - type: Transform - pos: -43.5,136.5 + pos: -4.5,-191.5 parent: 1 - - uid: 57920 + - uid: 27630 components: - type: Transform - pos: -43.5,137.5 + pos: 0.5,-180.5 parent: 1 - - uid: 57921 + - uid: 27631 components: - type: Transform - pos: -43.5,138.5 + pos: 2.5,-196.5 parent: 1 - - uid: 57922 + - uid: 27632 components: - type: Transform - pos: -43.5,139.5 + pos: 0.5,-170.5 parent: 1 - - uid: 57923 + - uid: 27633 components: - type: Transform - pos: -43.5,140.5 + pos: -1.5,-171.5 parent: 1 - - uid: 57924 + - uid: 27634 components: - type: Transform - pos: -43.5,141.5 + pos: -4.5,-170.5 parent: 1 - - uid: 57925 + - uid: 27635 components: - type: Transform - pos: -43.5,142.5 + pos: 9.5,-187.5 parent: 1 - - uid: 57926 + - uid: 27636 components: - type: Transform - pos: -43.5,143.5 + pos: 9.5,-194.5 parent: 1 - - uid: 57927 + - uid: 27637 components: - type: Transform - pos: -43.5,144.5 + pos: 8.5,-187.5 parent: 1 - - uid: 57928 + - uid: 27638 components: - type: Transform - pos: -43.5,145.5 + pos: 7.5,-190.5 parent: 1 - - uid: 57929 + - uid: 27639 components: - type: Transform - pos: -43.5,146.5 + pos: 2.5,-183.5 parent: 1 - - uid: 57930 + - uid: 27640 components: - type: Transform - pos: -43.5,147.5 + pos: 2.5,-182.5 parent: 1 - - uid: 57931 + - uid: 27641 components: - type: Transform - pos: -43.5,148.5 + pos: -170.5,68.5 parent: 1 - - uid: 57932 + - uid: 27642 components: - type: Transform - pos: -43.5,149.5 + pos: -147.5,48.5 parent: 1 - - uid: 57933 + - uid: 27643 components: - type: Transform - pos: -43.5,150.5 + pos: -180.5,18.5 parent: 1 - - uid: 57934 + - uid: 27644 components: - type: Transform - pos: -43.5,151.5 + pos: -179.5,15.5 parent: 1 - - uid: 57935 + - uid: 27645 components: - type: Transform - pos: -44.5,136.5 + pos: -179.5,16.5 parent: 1 - - uid: 57936 + - uid: 27646 components: - type: Transform - pos: -44.5,137.5 + pos: -170.5,67.5 parent: 1 - - uid: 57937 + - uid: 27647 components: - type: Transform - pos: -44.5,138.5 + pos: -177.5,18.5 parent: 1 - - uid: 57938 + - uid: 27648 components: - type: Transform - pos: -44.5,139.5 + pos: -180.5,16.5 parent: 1 - - uid: 57939 + - uid: 27649 components: - type: Transform - pos: -44.5,140.5 + pos: -180.5,17.5 parent: 1 - - uid: 57940 + - uid: 27650 components: - type: Transform - pos: -44.5,141.5 + pos: -177.5,16.5 parent: 1 - - uid: 57941 + - uid: 27651 components: - type: Transform - pos: -44.5,142.5 + pos: -177.5,15.5 parent: 1 - - uid: 57942 + - uid: 27652 components: - type: Transform - pos: -44.5,143.5 + pos: -127.5,58.5 parent: 1 - - uid: 57943 + - uid: 27653 components: - type: Transform - pos: -44.5,144.5 + pos: -178.5,18.5 parent: 1 - - uid: 57944 + - uid: 27654 components: - type: Transform - pos: -44.5,145.5 + pos: -178.5,17.5 parent: 1 - - uid: 57945 + - uid: 27655 components: - type: Transform - pos: -44.5,146.5 + pos: -178.5,16.5 parent: 1 - - uid: 57946 + - uid: 27656 components: - type: Transform - pos: -44.5,147.5 + pos: -178.5,15.5 parent: 1 - - uid: 57947 + - uid: 27657 components: - type: Transform - pos: -44.5,148.5 + pos: -180.5,15.5 parent: 1 - - uid: 57948 + - uid: 27658 components: - type: Transform - pos: -44.5,149.5 + pos: -181.5,17.5 parent: 1 - - uid: 57949 + - uid: 27659 components: - type: Transform - pos: -44.5,150.5 + pos: -181.5,16.5 parent: 1 - - uid: 57950 + - uid: 27660 components: - type: Transform - pos: -44.5,151.5 + pos: -181.5,15.5 parent: 1 - - uid: 57951 + - uid: 27661 components: - type: Transform - pos: -45.5,136.5 + pos: -182.5,17.5 parent: 1 - - uid: 57952 + - uid: 27662 components: - type: Transform - pos: -45.5,137.5 + pos: -182.5,16.5 parent: 1 - - uid: 57953 + - uid: 27663 components: - type: Transform - pos: -45.5,138.5 + pos: -182.5,15.5 parent: 1 - - uid: 57954 + - uid: 27664 components: - type: Transform - pos: -45.5,139.5 + pos: -183.5,17.5 parent: 1 - - uid: 57955 + - uid: 27665 components: - type: Transform - pos: -45.5,140.5 + pos: -183.5,16.5 parent: 1 - - uid: 57956 + - uid: 27666 components: - type: Transform - pos: -45.5,141.5 + pos: -183.5,15.5 parent: 1 - - uid: 57957 + - uid: 27667 components: - type: Transform - pos: -45.5,142.5 + pos: -184.5,17.5 parent: 1 - - uid: 57958 + - uid: 27668 components: - type: Transform - pos: -45.5,143.5 + pos: -184.5,16.5 parent: 1 - - uid: 57959 + - uid: 27669 components: - type: Transform - pos: -45.5,144.5 + pos: -184.5,15.5 parent: 1 - - uid: 57960 + - uid: 27670 components: - type: Transform - pos: -45.5,145.5 + pos: -185.5,17.5 parent: 1 - - uid: 57961 + - uid: 27671 components: - type: Transform - pos: -45.5,146.5 + pos: -185.5,16.5 parent: 1 - - uid: 57962 + - uid: 27672 components: - type: Transform - pos: -45.5,147.5 + pos: -185.5,15.5 parent: 1 - - uid: 57963 + - uid: 27673 components: - type: Transform - pos: -45.5,148.5 + pos: -186.5,17.5 parent: 1 - - uid: 57964 + - uid: 27674 components: - type: Transform - pos: -45.5,149.5 + pos: -186.5,16.5 parent: 1 - - uid: 57965 + - uid: 27675 components: - type: Transform - pos: -45.5,150.5 + pos: -186.5,15.5 parent: 1 - - uid: 57966 + - uid: 27676 components: - type: Transform - pos: -45.5,151.5 + pos: -187.5,17.5 parent: 1 - - uid: 57967 + - uid: 27677 components: - type: Transform - pos: -46.5,136.5 + pos: -187.5,16.5 parent: 1 - - uid: 57968 + - uid: 27678 components: - type: Transform - pos: -46.5,137.5 + pos: -187.5,15.5 parent: 1 - - uid: 57969 + - uid: 27679 components: - type: Transform - pos: -46.5,138.5 + pos: -188.5,17.5 parent: 1 - - uid: 57970 + - uid: 27680 components: - type: Transform - pos: -46.5,139.5 + pos: -188.5,16.5 parent: 1 - - uid: 57971 + - uid: 27681 components: - type: Transform - pos: -46.5,140.5 + pos: -188.5,15.5 parent: 1 - - uid: 57972 + - uid: 27682 components: - type: Transform - pos: -46.5,141.5 + pos: -189.5,17.5 parent: 1 - - uid: 57973 + - uid: 27683 components: - type: Transform - pos: -46.5,142.5 + pos: -189.5,16.5 parent: 1 - - uid: 57974 + - uid: 27684 components: - type: Transform - pos: -46.5,143.5 + pos: -189.5,15.5 parent: 1 - - uid: 57975 + - uid: 27685 components: - type: Transform - pos: -46.5,144.5 + pos: -190.5,17.5 parent: 1 - - uid: 57976 + - uid: 27686 components: - type: Transform - pos: -46.5,145.5 + pos: -190.5,16.5 parent: 1 - - uid: 57977 + - uid: 27687 components: - type: Transform - pos: -46.5,146.5 + pos: -190.5,15.5 parent: 1 - - uid: 57978 + - uid: 27688 components: - type: Transform - pos: -46.5,147.5 + pos: -191.5,17.5 parent: 1 - - uid: 57979 + - uid: 27689 components: - type: Transform - pos: -46.5,148.5 + pos: -191.5,16.5 parent: 1 - - uid: 57980 + - uid: 27690 components: - type: Transform - pos: -46.5,149.5 + pos: -191.5,15.5 parent: 1 - - uid: 57981 + - uid: 27691 components: - type: Transform - pos: -46.5,150.5 + pos: -192.5,16.5 parent: 1 - - uid: 57982 + - uid: 27692 components: - type: Transform - pos: -46.5,151.5 + pos: -192.5,15.5 parent: 1 - - uid: 57983 + - uid: 27693 components: - type: Transform - pos: -47.5,136.5 + pos: -189.5,14.5 parent: 1 - - uid: 57984 + - uid: 27694 components: - type: Transform - pos: -47.5,137.5 + pos: -188.5,14.5 parent: 1 - - uid: 57985 + - uid: 27695 components: - type: Transform - pos: -47.5,138.5 + pos: -183.5,14.5 parent: 1 - - uid: 57986 + - uid: 27696 components: - type: Transform - pos: -47.5,139.5 + pos: -176.5,17.5 parent: 1 - - uid: 57987 + - uid: 27697 components: - type: Transform - pos: -47.5,140.5 + pos: -190.5,14.5 parent: 1 - - uid: 57988 + - uid: 27698 components: - type: Transform - pos: -47.5,141.5 + pos: -187.5,14.5 parent: 1 - - uid: 57989 + - uid: 27699 components: - type: Transform - pos: -47.5,142.5 + pos: -186.5,14.5 parent: 1 - - uid: 57990 + - uid: 27700 components: - type: Transform - pos: -47.5,143.5 + pos: -185.5,14.5 parent: 1 - - uid: 57991 + - uid: 27701 components: - type: Transform - pos: -47.5,144.5 + pos: -184.5,14.5 parent: 1 - - uid: 57992 + - uid: 27702 components: - type: Transform - pos: -47.5,145.5 + pos: -180.5,14.5 parent: 1 - - uid: 57993 + - uid: 27703 components: - type: Transform - pos: -47.5,146.5 + pos: -181.5,14.5 parent: 1 - - uid: 57994 + - uid: 27704 components: - type: Transform - pos: -47.5,147.5 + pos: -182.5,14.5 parent: 1 - - uid: 57995 + - uid: 27705 components: - type: Transform - pos: -47.5,148.5 + pos: -179.5,14.5 parent: 1 - - uid: 57996 + - uid: 27706 components: - type: Transform - pos: -47.5,149.5 + pos: -178.5,14.5 parent: 1 - - uid: 57999 + - uid: 27707 components: - type: Transform - pos: -48.5,136.5 + pos: -181.5,13.5 parent: 1 - - uid: 58000 + - uid: 27708 components: - type: Transform - pos: -48.5,137.5 + pos: -181.5,12.5 parent: 1 - - uid: 58001 + - uid: 27709 components: - type: Transform - pos: -48.5,138.5 + pos: -180.5,13.5 parent: 1 - - uid: 58002 + - uid: 27710 components: - type: Transform - pos: -48.5,139.5 + pos: -180.5,12.5 parent: 1 - - uid: 58003 + - uid: 27711 components: - type: Transform - pos: -48.5,140.5 + pos: -179.5,13.5 parent: 1 - - uid: 58004 + - uid: 27712 components: - type: Transform - pos: -48.5,141.5 + pos: -179.5,12.5 parent: 1 - - uid: 58005 + - uid: 27713 components: - type: Transform - pos: -48.5,142.5 + pos: -178.5,13.5 parent: 1 - - uid: 58006 + - uid: 27714 components: - type: Transform - pos: -48.5,143.5 + pos: -182.5,13.5 parent: 1 - - uid: 58007 + - uid: 27715 components: - type: Transform - pos: -48.5,144.5 + pos: -172.5,44.5 parent: 1 - - uid: 58008 + - uid: 27716 components: - type: Transform - pos: -48.5,145.5 + pos: -196.5,35.5 parent: 1 - - uid: 58009 + - uid: 27717 components: - type: Transform - pos: -48.5,146.5 + pos: -171.5,44.5 parent: 1 - - uid: 58010 + - uid: 27718 components: - type: Transform - pos: -48.5,147.5 + pos: -174.5,45.5 parent: 1 - - uid: 58011 + - uid: 27719 components: - type: Transform - pos: -48.5,148.5 + pos: -174.5,44.5 parent: 1 - - uid: 58012 + - uid: 27720 components: - type: Transform - pos: -48.5,149.5 + pos: -154.5,69.5 parent: 1 - - uid: 58015 + - uid: 27721 components: - type: Transform - pos: -49.5,136.5 + pos: -152.5,69.5 parent: 1 - - uid: 58016 + - uid: 27722 components: - type: Transform - pos: -49.5,137.5 + pos: -155.5,69.5 parent: 1 - - uid: 58017 + - uid: 27723 components: - type: Transform - pos: -49.5,138.5 + pos: -153.5,69.5 parent: 1 - - uid: 58018 + - uid: 27724 components: - type: Transform - pos: -49.5,139.5 + pos: -128.5,62.5 parent: 1 - - uid: 58019 + - uid: 27725 components: - type: Transform - pos: -49.5,140.5 + pos: -28.5,-197.5 parent: 1 - - uid: 58020 + - uid: 27726 components: - type: Transform - pos: -49.5,141.5 + pos: -150.5,66.5 parent: 1 - - uid: 58021 + - uid: 27727 components: - type: Transform - pos: -49.5,142.5 + pos: -150.5,67.5 parent: 1 - - uid: 58022 + - uid: 27728 components: - type: Transform - pos: -49.5,143.5 + pos: -150.5,68.5 parent: 1 - - uid: 58023 + - uid: 27729 components: - type: Transform - pos: -49.5,144.5 + pos: -150.5,69.5 parent: 1 - - uid: 58024 + - uid: 27730 components: - type: Transform - pos: -49.5,145.5 + pos: -150.5,70.5 parent: 1 - - uid: 58025 + - uid: 27731 components: - type: Transform - pos: -49.5,146.5 + pos: -150.5,71.5 parent: 1 - - uid: 58026 + - uid: 27732 components: - type: Transform - pos: -49.5,147.5 + pos: -150.5,72.5 parent: 1 - - uid: 58027 + - uid: 27733 components: - type: Transform - pos: -49.5,148.5 + pos: -150.5,73.5 parent: 1 - - uid: 58028 + - uid: 27734 components: - type: Transform - pos: -49.5,149.5 + pos: -150.5,74.5 parent: 1 - - uid: 58029 + - uid: 27735 components: - type: Transform - pos: -49.5,150.5 + pos: -150.5,75.5 parent: 1 - - uid: 58030 + - uid: 27736 components: - type: Transform - pos: -49.5,151.5 + pos: -150.5,76.5 parent: 1 - - uid: 58031 + - uid: 27737 components: - type: Transform - pos: -50.5,136.5 + pos: -151.5,65.5 parent: 1 - - uid: 58032 + - uid: 27738 components: - type: Transform - pos: -50.5,137.5 + pos: -151.5,66.5 parent: 1 - - uid: 58033 + - uid: 27739 components: - type: Transform - pos: -50.5,138.5 + pos: -151.5,67.5 parent: 1 - - uid: 58034 + - uid: 27740 components: - type: Transform - pos: -50.5,139.5 + pos: -151.5,68.5 parent: 1 - - uid: 58035 + - uid: 27741 components: - type: Transform - pos: -50.5,140.5 + pos: -151.5,69.5 parent: 1 - - uid: 58036 + - uid: 27742 components: - type: Transform - pos: -50.5,141.5 + pos: -151.5,70.5 parent: 1 - - uid: 58037 + - uid: 27743 components: - type: Transform - pos: -50.5,142.5 + pos: -151.5,71.5 parent: 1 - - uid: 58038 + - uid: 27744 components: - type: Transform - pos: -50.5,143.5 + pos: -151.5,72.5 parent: 1 - - uid: 58039 + - uid: 27745 components: - type: Transform - pos: -50.5,144.5 + pos: -151.5,73.5 parent: 1 - - uid: 58040 + - uid: 27746 components: - type: Transform - pos: -50.5,145.5 + pos: -151.5,74.5 parent: 1 - - uid: 58041 + - uid: 27747 components: - type: Transform - pos: -50.5,146.5 + pos: -151.5,75.5 parent: 1 - - uid: 58042 + - uid: 27748 components: - type: Transform - pos: -50.5,147.5 + pos: -151.5,76.5 parent: 1 - - uid: 58043 + - uid: 27749 components: - type: Transform - pos: -50.5,148.5 + pos: -159.5,76.5 parent: 1 - - uid: 58044 + - uid: 27750 components: - type: Transform - pos: -50.5,149.5 + pos: -159.5,75.5 parent: 1 - - uid: 58045 + - uid: 27751 components: - type: Transform - pos: -50.5,150.5 + pos: -158.5,76.5 parent: 1 - - uid: 58046 + - uid: 27752 components: - type: Transform - pos: -50.5,151.5 + pos: -158.5,75.5 parent: 1 - - uid: 58047 + - uid: 27753 components: - type: Transform - pos: -51.5,136.5 + pos: -157.5,76.5 parent: 1 - - uid: 58048 + - uid: 27754 components: - type: Transform - pos: -51.5,137.5 + pos: -157.5,75.5 parent: 1 - - uid: 58049 + - uid: 27755 components: - type: Transform - pos: -51.5,138.5 + pos: -156.5,76.5 parent: 1 - - uid: 58050 + - uid: 27756 components: - type: Transform - pos: -51.5,139.5 + pos: -156.5,75.5 parent: 1 - - uid: 58051 + - uid: 27757 components: - type: Transform - pos: -51.5,140.5 + pos: -155.5,76.5 parent: 1 - - uid: 58052 + - uid: 27758 components: - type: Transform - pos: -51.5,141.5 + pos: -155.5,75.5 parent: 1 - - uid: 58053 + - uid: 27759 components: - type: Transform - pos: -51.5,142.5 + pos: -154.5,76.5 parent: 1 - - uid: 58054 + - uid: 27760 components: - type: Transform - pos: -51.5,143.5 + pos: -154.5,75.5 parent: 1 - - uid: 58055 + - uid: 27761 components: - type: Transform - pos: -51.5,144.5 + pos: -153.5,76.5 parent: 1 - - uid: 58056 + - uid: 27762 components: - type: Transform - pos: -51.5,145.5 + pos: -153.5,75.5 parent: 1 - - uid: 58057 + - uid: 27763 components: - type: Transform - pos: -51.5,146.5 + pos: -152.5,76.5 parent: 1 - - uid: 58058 + - uid: 27764 components: - type: Transform - pos: -51.5,147.5 + pos: -152.5,75.5 parent: 1 - - uid: 58059 + - uid: 27765 components: - type: Transform - pos: -51.5,148.5 + pos: -153.5,74.5 parent: 1 - - uid: 58060 + - uid: 27766 components: - type: Transform - pos: -51.5,149.5 + pos: -153.5,73.5 parent: 1 - - uid: 58061 + - uid: 27767 components: - type: Transform - pos: -51.5,150.5 + pos: -153.5,72.5 parent: 1 - - uid: 58062 + - uid: 27768 components: - type: Transform - pos: -51.5,151.5 + pos: -153.5,71.5 parent: 1 - - uid: 58063 + - uid: 27769 components: - type: Transform - pos: -52.5,136.5 + pos: -153.5,70.5 parent: 1 - - uid: 58064 + - uid: 27770 components: - type: Transform - pos: -52.5,137.5 + pos: -152.5,74.5 parent: 1 - - uid: 58065 + - uid: 27771 components: - type: Transform - pos: -52.5,138.5 + pos: -152.5,73.5 parent: 1 - - uid: 58066 + - uid: 27772 components: - type: Transform - pos: -52.5,139.5 + pos: -152.5,72.5 parent: 1 - - uid: 58068 + - uid: 27773 components: - type: Transform - pos: 192.5,197.5 + pos: -152.5,71.5 parent: 1 - - uid: 58071 + - uid: 27774 components: - type: Transform - pos: -52.5,144.5 + pos: -152.5,70.5 parent: 1 - - uid: 58072 + - uid: 27775 components: - type: Transform - pos: -52.5,145.5 + pos: -194.5,38.5 parent: 1 - - uid: 58073 + - uid: 27776 components: - type: Transform - pos: -52.5,146.5 + pos: -194.5,35.5 parent: 1 - - uid: 58074 + - uid: 27777 components: - type: Transform - pos: -52.5,147.5 + pos: -152.5,43.5 parent: 1 - - uid: 58075 + - uid: 27778 components: - type: Transform - pos: -52.5,148.5 + pos: -163.5,41.5 parent: 1 - - uid: 58076 + - uid: 27779 components: - type: Transform - pos: -52.5,149.5 + pos: -152.5,42.5 parent: 1 - - uid: 58077 + - uid: 27780 components: - type: Transform - pos: -52.5,150.5 + pos: -158.5,41.5 parent: 1 - - uid: 58078 + - uid: 27781 components: - type: Transform - pos: -52.5,151.5 + pos: -157.5,42.5 parent: 1 - - uid: 58079 + - uid: 27782 components: - type: Transform - pos: -53.5,136.5 + pos: -157.5,40.5 parent: 1 - - uid: 58080 + - uid: 27783 components: - type: Transform - pos: -53.5,137.5 + pos: -157.5,41.5 parent: 1 - - uid: 58081 + - uid: 27784 components: - type: Transform - pos: -53.5,138.5 + pos: -159.5,40.5 parent: 1 - - uid: 58088 + - uid: 27785 components: - type: Transform - pos: -53.5,145.5 + pos: -156.5,42.5 parent: 1 - - uid: 58089 + - uid: 27786 components: - type: Transform - pos: -53.5,146.5 + pos: -156.5,41.5 parent: 1 - - uid: 58090 + - uid: 27787 components: - type: Transform - pos: -53.5,147.5 + pos: -156.5,40.5 parent: 1 - - uid: 58091 + - uid: 27788 components: - type: Transform - pos: -53.5,148.5 + pos: -155.5,42.5 parent: 1 - - uid: 58092 + - uid: 27789 components: - type: Transform - pos: -53.5,149.5 + pos: -155.5,41.5 parent: 1 - - uid: 58093 + - uid: 27790 components: - type: Transform - pos: -53.5,150.5 + pos: -155.5,40.5 parent: 1 - - uid: 58094 + - uid: 27791 components: - type: Transform - pos: -53.5,151.5 + pos: -154.5,42.5 parent: 1 - - uid: 58095 + - uid: 27792 components: - type: Transform - pos: -54.5,136.5 + pos: -154.5,41.5 parent: 1 - - uid: 58096 + - uid: 27793 components: - type: Transform - pos: -54.5,137.5 + pos: -154.5,40.5 parent: 1 - - uid: 58097 + - uid: 27794 components: - type: Transform - pos: -54.5,138.5 + pos: -153.5,42.5 parent: 1 - - uid: 58104 + - uid: 27795 components: - type: Transform - pos: -54.5,145.5 + pos: -153.5,41.5 parent: 1 - - uid: 58105 + - uid: 27796 components: - type: Transform - pos: -54.5,146.5 + pos: -153.5,40.5 parent: 1 - - uid: 58106 + - uid: 27797 components: - type: Transform - pos: -54.5,147.5 + pos: -165.5,40.5 parent: 1 - - uid: 58107 + - uid: 27798 components: - type: Transform - pos: -54.5,148.5 + pos: -164.5,41.5 parent: 1 - - uid: 58108 + - uid: 27799 components: - type: Transform - pos: -54.5,149.5 + pos: -164.5,40.5 parent: 1 - - uid: 58109 + - uid: 27800 components: - type: Transform - pos: -54.5,150.5 + pos: -159.5,39.5 parent: 1 - - uid: 58110 + - uid: 27801 components: - type: Transform - pos: -54.5,151.5 + pos: -158.5,39.5 parent: 1 - - uid: 58111 + - uid: 27802 components: - type: Transform - pos: -55.5,136.5 + pos: -157.5,39.5 parent: 1 - - uid: 58112 + - uid: 27803 components: - type: Transform - pos: -55.5,137.5 + pos: -156.5,39.5 parent: 1 - - uid: 58113 + - uid: 27804 components: - type: Transform - pos: -55.5,138.5 + pos: -155.5,39.5 parent: 1 - - uid: 58114 + - uid: 27805 components: - type: Transform - pos: -55.5,139.5 + pos: -154.5,39.5 parent: 1 - - uid: 58115 + - uid: 27806 components: - type: Transform - pos: -55.5,140.5 + pos: -151.5,42.5 parent: 1 - - uid: 58116 + - uid: 27807 components: - type: Transform - pos: -55.5,141.5 + pos: -151.5,43.5 parent: 1 - - uid: 58117 + - uid: 27808 components: - type: Transform - pos: -55.5,142.5 + pos: -152.5,41.5 parent: 1 - - uid: 58118 + - uid: 27809 components: - type: Transform - pos: -55.5,143.5 + pos: -150.5,43.5 parent: 1 - - uid: 58119 + - uid: 27810 components: - type: Transform - pos: -55.5,144.5 + pos: 200.5,191.5 parent: 1 - - uid: 58120 + - uid: 27811 components: - type: Transform - pos: -55.5,145.5 + pos: 199.5,187.5 parent: 1 - - uid: 58121 + - uid: 27812 components: - type: Transform - pos: -55.5,146.5 + pos: 201.5,186.5 parent: 1 - - uid: 58122 + - uid: 27813 components: - type: Transform - pos: -55.5,147.5 + pos: 205.5,197.5 parent: 1 - - uid: 58123 + - uid: 27814 components: - type: Transform - pos: -55.5,148.5 + pos: 206.5,198.5 parent: 1 - - uid: 58124 + - uid: 27815 components: - type: Transform - pos: -55.5,149.5 + pos: 217.5,195.5 parent: 1 - - uid: 58125 + - uid: 27816 components: - type: Transform - pos: -55.5,150.5 + pos: 262.5,122.5 parent: 1 - - uid: 58126 + - uid: 27817 components: - type: Transform - pos: -55.5,151.5 + pos: 260.5,123.5 parent: 1 - - uid: 58127 + - uid: 27818 components: - type: Transform - pos: -56.5,136.5 + pos: 322.5,106.5 parent: 1 - - uid: 58128 + - uid: 27819 components: - type: Transform - pos: -56.5,137.5 + pos: 261.5,126.5 parent: 1 - - uid: 58129 + - uid: 27820 components: - type: Transform - pos: -56.5,138.5 + pos: 261.5,122.5 parent: 1 - - uid: 58130 + - uid: 27821 components: - type: Transform - pos: -56.5,139.5 + pos: 260.5,125.5 parent: 1 - - uid: 58131 + - uid: 27822 components: - type: Transform - pos: -56.5,140.5 + pos: 262.5,123.5 parent: 1 - - uid: 58132 + - uid: 27823 components: - type: Transform - pos: -56.5,141.5 + pos: 260.5,124.5 parent: 1 - - uid: 58133 + - uid: 27824 components: - type: Transform - pos: -56.5,142.5 + pos: 261.5,124.5 parent: 1 - - uid: 58134 + - uid: 27825 components: - type: Transform - pos: -56.5,143.5 + pos: 262.5,124.5 parent: 1 - - uid: 58135 + - uid: 27826 components: - type: Transform - pos: -56.5,144.5 + pos: 261.5,123.5 parent: 1 - - uid: 58136 + - uid: 27827 components: - type: Transform - pos: -56.5,145.5 + pos: 260.5,122.5 parent: 1 - - uid: 58137 + - uid: 27828 components: - type: Transform - pos: -56.5,146.5 + pos: 263.5,128.5 parent: 1 - - uid: 58138 + - uid: 27829 components: - type: Transform - pos: -56.5,147.5 + pos: 260.5,126.5 parent: 1 - - uid: 58139 + - uid: 27830 components: - type: Transform - pos: -56.5,148.5 + pos: 261.5,125.5 parent: 1 - - uid: 58140 + - uid: 27831 components: - type: Transform - pos: -56.5,149.5 + pos: 263.5,127.5 parent: 1 - - uid: 58141 + - uid: 27832 components: - type: Transform - pos: -56.5,150.5 + pos: 262.5,128.5 parent: 1 - - uid: 58142 + - uid: 27833 components: - type: Transform - pos: -56.5,151.5 + pos: 262.5,127.5 parent: 1 - - uid: 58143 + - uid: 27834 components: - type: Transform - pos: -57.5,136.5 + pos: 261.5,128.5 parent: 1 - - uid: 58144 + - uid: 27835 components: - type: Transform - pos: -57.5,137.5 + pos: 261.5,127.5 parent: 1 - - uid: 58145 + - uid: 27836 components: - type: Transform - pos: -57.5,138.5 + pos: 260.5,128.5 parent: 1 - - uid: 58146 + - uid: 27837 components: - type: Transform - pos: -57.5,139.5 + pos: 260.5,127.5 parent: 1 - - uid: 58147 + - uid: 27838 components: - type: Transform - pos: -57.5,140.5 + pos: 263.5,122.5 parent: 1 - - uid: 58148 + - uid: 27839 components: - type: Transform - pos: -57.5,141.5 + pos: 264.5,122.5 parent: 1 - - uid: 58149 + - uid: 27840 components: - type: Transform - pos: -57.5,142.5 + pos: 265.5,122.5 parent: 1 - - uid: 58150 + - uid: 27841 components: - type: Transform - pos: -57.5,143.5 + pos: 266.5,122.5 parent: 1 - - uid: 58151 + - uid: 27842 components: - type: Transform - pos: -57.5,144.5 + pos: 263.5,123.5 parent: 1 - - uid: 58152 + - uid: 27843 components: - type: Transform - pos: -57.5,145.5 + pos: 264.5,123.5 parent: 1 - - uid: 58153 + - uid: 27844 components: - type: Transform - pos: -57.5,146.5 + pos: 265.5,123.5 parent: 1 - - uid: 58154 + - uid: 27845 components: - type: Transform - pos: -57.5,147.5 + pos: 266.5,123.5 parent: 1 - - uid: 58155 + - uid: 27846 components: - type: Transform - pos: -57.5,148.5 + pos: 276.5,124.5 parent: 1 - - uid: 58156 + - uid: 27847 components: - type: Transform - pos: -57.5,149.5 + pos: 275.5,124.5 parent: 1 - - uid: 58157 + - uid: 27848 components: - type: Transform - pos: -57.5,150.5 + pos: 277.5,124.5 parent: 1 - - uid: 58158 + - uid: 27849 components: - type: Transform - pos: -57.5,151.5 + pos: 274.5,122.5 parent: 1 - - uid: 58159 + - uid: 27850 components: - type: Transform - pos: -58.5,136.5 + pos: 267.5,122.5 parent: 1 - - uid: 58160 + - uid: 27851 components: - type: Transform - pos: -58.5,137.5 + pos: 268.5,122.5 parent: 1 - - uid: 58161 + - uid: 27852 components: - type: Transform - pos: -58.5,138.5 + pos: 269.5,122.5 parent: 1 - - uid: 58162 + - uid: 27853 components: - type: Transform - pos: -58.5,139.5 + pos: 270.5,122.5 parent: 1 - - uid: 58163 + - uid: 27854 components: - type: Transform - pos: -58.5,140.5 + pos: 271.5,122.5 parent: 1 - - uid: 58164 + - uid: 27855 components: - type: Transform - pos: -58.5,141.5 + pos: 272.5,122.5 parent: 1 - - uid: 58165 + - uid: 27856 components: - type: Transform - pos: -58.5,142.5 + pos: 273.5,122.5 parent: 1 - - uid: 58166 + - uid: 27857 components: - type: Transform - pos: -58.5,143.5 + pos: 274.5,123.5 parent: 1 - - uid: 58167 + - uid: 27858 components: - type: Transform - pos: -58.5,144.5 + pos: 272.5,123.5 parent: 1 - - uid: 58168 + - uid: 27859 components: - type: Transform - pos: -58.5,145.5 + pos: 273.5,123.5 parent: 1 - - uid: 58169 + - uid: 27860 components: - type: Transform - pos: -58.5,146.5 + pos: 275.5,123.5 parent: 1 - - uid: 58170 + - uid: 27861 components: - type: Transform - pos: -58.5,147.5 + pos: 275.5,122.5 parent: 1 - - uid: 58171 + - uid: 27862 components: - type: Transform - pos: -58.5,148.5 + pos: 276.5,123.5 parent: 1 - - uid: 58172 + - uid: 27863 components: - type: Transform - pos: -58.5,149.5 + pos: 276.5,122.5 parent: 1 - - uid: 58173 + - uid: 27864 components: - type: Transform - pos: -58.5,150.5 + pos: 277.5,123.5 parent: 1 - - uid: 58174 + - uid: 27865 components: - type: Transform - pos: -58.5,151.5 + pos: 277.5,122.5 parent: 1 - - uid: 58175 + - uid: 27866 components: - type: Transform - pos: -59.5,136.5 + pos: 277.5,125.5 parent: 1 - - uid: 58176 + - uid: 27867 components: - type: Transform - pos: -59.5,137.5 + pos: 277.5,126.5 parent: 1 - - uid: 58177 + - uid: 27868 components: - type: Transform - pos: -59.5,138.5 + pos: 277.5,127.5 parent: 1 - - uid: 58178 + - uid: 27869 components: - type: Transform - pos: -59.5,139.5 + pos: 277.5,128.5 parent: 1 - - uid: 58179 + - uid: 27870 components: - type: Transform - pos: -59.5,140.5 + pos: 321.5,106.5 parent: 1 - - uid: 58180 + - uid: 27871 components: - type: Transform - pos: -59.5,141.5 + pos: 276.5,127.5 parent: 1 - - uid: 58181 + - uid: 27872 components: - type: Transform - pos: -59.5,142.5 + pos: 276.5,128.5 parent: 1 - - uid: 58182 + - uid: 27873 components: - type: Transform - pos: -59.5,143.5 + pos: 275.5,128.5 parent: 1 - - uid: 58183 + - uid: 27874 components: - type: Transform - pos: -59.5,144.5 + pos: 322.5,105.5 parent: 1 - - uid: 58184 + - uid: 27875 components: - type: Transform - pos: -59.5,145.5 + pos: 304.5,106.5 parent: 1 - - uid: 58185 + - uid: 27876 components: - type: Transform - pos: -59.5,146.5 + pos: 326.5,106.5 parent: 1 - - uid: 58186 + - uid: 27877 components: - type: Transform - pos: -59.5,147.5 + pos: 321.5,98.5 parent: 1 - - uid: 58187 + - uid: 27878 components: - type: Transform - pos: -59.5,148.5 + pos: 300.5,104.5 parent: 1 - - uid: 58188 + - uid: 27879 components: - type: Transform - pos: -59.5,149.5 + pos: 300.5,106.5 parent: 1 - - uid: 58189 + - uid: 27880 components: - type: Transform - pos: -59.5,150.5 + pos: 302.5,106.5 parent: 1 - - uid: 58190 + - uid: 27881 components: - type: Transform - pos: -59.5,151.5 + pos: 301.5,106.5 parent: 1 - - uid: 58191 + - uid: 27882 components: - type: Transform - pos: -60.5,136.5 + pos: 303.5,106.5 parent: 1 - - uid: 58192 + - uid: 27883 components: - type: Transform - pos: -60.5,137.5 + pos: 301.5,105.5 parent: 1 - - uid: 58193 + - uid: 27884 components: - type: Transform - pos: -60.5,138.5 + pos: 300.5,105.5 parent: 1 - - uid: 58194 + - uid: 27885 components: - type: Transform - pos: -60.5,139.5 + pos: 300.5,103.5 parent: 1 - - uid: 58195 + - uid: 27886 components: - type: Transform - pos: -60.5,140.5 + pos: 300.5,102.5 parent: 1 - - uid: 58196 + - uid: 27887 components: - type: Transform - pos: -60.5,141.5 + pos: 300.5,101.5 parent: 1 - - uid: 58197 + - uid: 27888 components: - type: Transform - pos: -60.5,142.5 + pos: 300.5,100.5 parent: 1 - - uid: 58198 + - uid: 27889 components: - type: Transform - pos: -60.5,143.5 + pos: 301.5,101.5 parent: 1 - - uid: 58199 + - uid: 27890 components: - type: Transform - pos: -60.5,144.5 + pos: 301.5,100.5 parent: 1 - - uid: 58200 + - uid: 27891 components: - type: Transform - pos: -60.5,145.5 + pos: 301.5,99.5 parent: 1 - - uid: 58201 + - uid: 27892 components: - type: Transform - pos: -60.5,146.5 + pos: 301.5,98.5 parent: 1 - - uid: 58202 + - uid: 27893 components: - type: Transform - pos: -60.5,147.5 + pos: 300.5,99.5 parent: 1 - - uid: 58203 + - uid: 27894 components: - type: Transform - pos: -60.5,148.5 + pos: 300.5,98.5 parent: 1 - - uid: 58204 + - uid: 27895 components: - type: Transform - pos: -60.5,149.5 + pos: 300.5,97.5 parent: 1 - - uid: 58205 + - uid: 27896 components: - type: Transform - pos: -60.5,150.5 + pos: 302.5,98.5 parent: 1 - - uid: 58206 + - uid: 27897 components: - type: Transform - pos: -60.5,151.5 + pos: 303.5,98.5 parent: 1 - - uid: 58207 + - uid: 27898 components: - type: Transform - pos: -61.5,136.5 + pos: 304.5,98.5 parent: 1 - - uid: 58208 + - uid: 27899 components: - type: Transform - pos: -61.5,137.5 + pos: 301.5,97.5 parent: 1 - - uid: 58209 + - uid: 27900 components: - type: Transform - pos: -61.5,138.5 + pos: 302.5,97.5 parent: 1 - - uid: 58210 + - uid: 27901 components: - type: Transform - pos: -61.5,139.5 + pos: 303.5,97.5 parent: 1 - - uid: 58211 + - uid: 27902 components: - type: Transform - pos: -61.5,140.5 + pos: 304.5,97.5 parent: 1 - - uid: 58212 + - uid: 27903 components: - type: Transform - pos: -61.5,141.5 + pos: 318.5,106.5 parent: 1 - - uid: 58213 + - uid: 27904 components: - type: Transform - pos: -61.5,142.5 + pos: 319.5,106.5 parent: 1 - - uid: 58214 + - uid: 27905 components: - type: Transform - pos: -61.5,143.5 + pos: 320.5,106.5 parent: 1 - - uid: 58215 + - uid: 27906 components: - type: Transform - pos: -61.5,144.5 + pos: 326.5,105.5 parent: 1 - - uid: 58216 + - uid: 27907 components: - type: Transform - pos: -61.5,145.5 + pos: 300.5,108.5 parent: 1 - - uid: 58217 + - uid: 27908 components: - type: Transform - pos: -61.5,146.5 + pos: 323.5,106.5 parent: 1 - - uid: 58218 + - uid: 27909 components: - type: Transform - pos: -61.5,147.5 + pos: 324.5,106.5 parent: 1 - - uid: 58219 + - uid: 27910 components: - type: Transform - pos: -61.5,148.5 + pos: 323.5,105.5 parent: 1 - - uid: 58220 + - uid: 27911 components: - type: Transform - pos: -61.5,149.5 + pos: 325.5,106.5 parent: 1 - - uid: 58221 + - uid: 27912 components: - type: Transform - pos: -61.5,150.5 + pos: 324.5,105.5 parent: 1 - - uid: 58222 + - uid: 27913 components: - type: Transform - pos: -61.5,151.5 + pos: 325.5,105.5 parent: 1 - - uid: 58223 + - uid: 27914 components: - type: Transform - pos: -52.5,155.5 + pos: 320.5,98.5 parent: 1 - - uid: 58224 + - uid: 27915 components: - type: Transform - pos: -52.5,156.5 + pos: 318.5,98.5 parent: 1 - - uid: 58225 + - uid: 27916 components: - type: Transform - pos: -52.5,157.5 + pos: 319.5,98.5 parent: 1 - - uid: 58226 + - uid: 27917 components: - type: Transform - pos: -52.5,158.5 + pos: 318.5,97.5 parent: 1 - - uid: 58227 + - uid: 27918 components: - type: Transform - pos: -52.5,159.5 + pos: 319.5,97.5 parent: 1 - - uid: 58228 + - uid: 27919 components: - type: Transform - pos: -52.5,153.5 + pos: 320.5,97.5 parent: 1 - - uid: 58229 + - uid: 27920 components: - type: Transform - pos: -52.5,152.5 + pos: 327.5,106.5 parent: 1 - - uid: 58230 + - uid: 27921 components: - type: Transform - pos: -29.5,177.5 + pos: 327.5,105.5 parent: 1 - - uid: 58231 + - uid: 27922 components: - type: Transform - pos: -29.5,176.5 + pos: 328.5,106.5 parent: 1 - - uid: 58232 + - uid: 27923 components: - type: Transform - pos: -29.5,163.5 + pos: 328.5,105.5 parent: 1 - - uid: 58233 + - uid: 27924 components: - type: Transform - pos: -39.5,199.5 + pos: 304.5,107.5 parent: 1 - - uid: 58234 + - uid: 27925 components: - type: Transform - pos: -39.5,198.5 + pos: 303.5,107.5 parent: 1 - - uid: 58235 + - uid: 27926 components: - type: Transform - pos: -39.5,197.5 + pos: 302.5,107.5 parent: 1 - - uid: 58236 + - uid: 27927 components: - type: Transform - pos: -39.5,196.5 + pos: 322.5,98.5 parent: 1 - - uid: 58237 + - uid: 27928 components: - type: Transform - pos: -39.5,195.5 + pos: 323.5,98.5 parent: 1 - - uid: 58238 + - uid: 27929 components: - type: Transform - pos: -44.5,153.5 + pos: 324.5,98.5 parent: 1 - - uid: 58239 + - uid: 27930 components: - type: Transform - pos: -44.5,156.5 + pos: 325.5,98.5 parent: 1 - - uid: 58240 + - uid: 27931 components: - type: Transform - pos: -44.5,155.5 + pos: 326.5,98.5 parent: 1 - - uid: 58241 + - uid: 27932 components: - type: Transform - pos: -44.5,154.5 + pos: 327.5,98.5 parent: 1 - - uid: 58242 + - uid: 27933 components: - type: Transform - pos: -44.5,158.5 + pos: 328.5,98.5 parent: 1 - - uid: 58243 + - uid: 27934 components: - type: Transform - pos: -44.5,157.5 + pos: 300.5,107.5 parent: 1 - - uid: 58244 + - uid: 27935 components: - type: Transform - pos: -44.5,159.5 + pos: 324.5,99.5 parent: 1 - - uid: 58245 + - uid: 27936 components: - type: Transform - pos: -44.5,160.5 + pos: 325.5,99.5 parent: 1 - - uid: 58246 + - uid: 27937 components: - type: Transform - pos: -44.5,161.5 + pos: 326.5,99.5 parent: 1 - - uid: 58247 + - uid: 27938 components: - type: Transform - pos: -40.5,163.5 + pos: 327.5,99.5 parent: 1 - - uid: 58248 + - uid: 27939 components: - type: Transform - pos: -40.5,164.5 + pos: 328.5,99.5 parent: 1 - - uid: 58249 + - uid: 27940 components: - type: Transform - pos: -40.5,165.5 + pos: 329.5,105.5 parent: 1 - - uid: 58250 + - uid: 27941 components: - type: Transform - pos: -40.5,166.5 + pos: 329.5,104.5 parent: 1 - - uid: 58251 + - uid: 27942 components: - type: Transform - pos: -40.5,167.5 + pos: 329.5,103.5 parent: 1 - - uid: 58252 + - uid: 27943 components: - type: Transform - pos: -40.5,168.5 + pos: 329.5,102.5 parent: 1 - - uid: 58253 + - uid: 27944 components: - type: Transform - pos: -40.5,169.5 + pos: 329.5,101.5 parent: 1 - - uid: 58254 + - uid: 27945 components: - type: Transform - pos: -40.5,170.5 + pos: 329.5,100.5 parent: 1 - - uid: 58255 + - uid: 27946 components: - type: Transform - pos: -40.5,171.5 + pos: 329.5,99.5 parent: 1 - - uid: 58256 + - uid: 27947 components: - type: Transform - pos: -40.5,172.5 + pos: 301.5,107.5 parent: 1 - - uid: 58257 + - uid: 27948 components: - type: Transform - pos: -40.5,173.5 + pos: 303.5,109.5 parent: 1 - - uid: 58258 + - uid: 27949 components: - type: Transform - pos: -40.5,174.5 + pos: 303.5,108.5 parent: 1 - - uid: 58259 + - uid: 27950 components: - type: Transform - pos: -40.5,175.5 + pos: 302.5,109.5 parent: 1 - - uid: 58260 + - uid: 27951 components: - type: Transform - pos: -40.5,176.5 + pos: 304.5,109.5 parent: 1 - - uid: 58261 + - uid: 27952 components: - type: Transform - pos: -40.5,177.5 + pos: 302.5,108.5 parent: 1 - - uid: 58262 + - uid: 27953 components: - type: Transform - pos: -40.5,178.5 + pos: 300.5,109.5 parent: 1 - - uid: 58263 + - uid: 27954 components: - type: Transform - pos: -40.5,179.5 + pos: 301.5,108.5 parent: 1 - - uid: 58264 + - uid: 27955 components: - type: Transform - pos: -40.5,180.5 + pos: 301.5,109.5 parent: 1 - - uid: 58265 + - uid: 27956 components: - type: Transform - pos: -40.5,181.5 + pos: 307.5,109.5 parent: 1 - - uid: 58266 + - uid: 27957 components: - type: Transform - pos: -40.5,182.5 + pos: 320.5,107.5 parent: 1 - - uid: 58267 + - uid: 27958 components: - type: Transform - pos: -40.5,183.5 + pos: 320.5,108.5 parent: 1 - - uid: 58268 + - uid: 27959 components: - type: Transform - pos: -40.5,184.5 + pos: 320.5,109.5 parent: 1 - - uid: 58269 + - uid: 27960 components: - type: Transform - pos: -40.5,185.5 + pos: 319.5,107.5 parent: 1 - - uid: 58270 + - uid: 27961 components: - type: Transform - pos: -40.5,186.5 + pos: 319.5,108.5 parent: 1 - - uid: 58271 + - uid: 27962 components: - type: Transform - pos: -40.5,187.5 + pos: 319.5,109.5 parent: 1 - - uid: 58272 + - uid: 27963 components: - type: Transform - pos: -40.5,188.5 + pos: 318.5,107.5 parent: 1 - - uid: 58273 + - uid: 27964 components: - type: Transform - pos: -40.5,189.5 + pos: 318.5,108.5 parent: 1 - - uid: 58274 + - uid: 27965 components: - type: Transform - pos: -40.5,190.5 + pos: 318.5,109.5 parent: 1 - - uid: 58275 + - uid: 27966 components: - type: Transform - pos: -40.5,191.5 + pos: 317.5,108.5 parent: 1 - - uid: 58276 + - uid: 27967 components: - type: Transform - pos: -40.5,192.5 + pos: 317.5,109.5 parent: 1 - - uid: 58277 + - uid: 27968 components: - type: Transform - pos: -40.5,193.5 + pos: 315.5,109.5 parent: 1 - - uid: 58278 + - uid: 27969 components: - type: Transform - pos: -40.5,194.5 + pos: 316.5,109.5 parent: 1 - - uid: 58279 + - uid: 27970 components: - type: Transform - pos: -40.5,195.5 + pos: 306.5,109.5 parent: 1 - - uid: 58280 + - uid: 27971 components: - type: Transform - pos: -40.5,196.5 + pos: 305.5,109.5 parent: 1 - - uid: 58281 + - uid: 27972 components: - type: Transform - pos: -40.5,197.5 + pos: 305.5,108.5 parent: 1 - - uid: 58282 + - uid: 27973 components: - type: Transform - pos: -40.5,198.5 + pos: 304.5,108.5 parent: 1 - - uid: 58283 + - uid: 27974 components: - type: Transform - pos: -40.5,199.5 + pos: 300.5,96.5 parent: 1 - - uid: 58284 + - uid: 27975 components: - type: Transform - pos: -41.5,152.5 + pos: 300.5,95.5 parent: 1 - - uid: 58285 + - uid: 27976 components: - type: Transform - pos: -41.5,153.5 + pos: 300.5,94.5 parent: 1 - - uid: 58286 + - uid: 27977 components: - type: Transform - pos: -41.5,154.5 + pos: 301.5,96.5 parent: 1 - - uid: 58287 + - uid: 27978 components: - type: Transform - pos: -41.5,155.5 + pos: 301.5,95.5 parent: 1 - - uid: 58288 + - uid: 27979 components: - type: Transform - pos: -41.5,156.5 + pos: 301.5,94.5 parent: 1 - - uid: 58289 + - uid: 27980 components: - type: Transform - pos: -41.5,157.5 + pos: 302.5,96.5 parent: 1 - - uid: 58290 + - uid: 27981 components: - type: Transform - pos: -41.5,158.5 + pos: 302.5,95.5 parent: 1 - - uid: 58291 + - uid: 27982 components: - type: Transform - pos: -41.5,159.5 + pos: 302.5,94.5 parent: 1 - - uid: 58292 + - uid: 27983 components: - type: Transform - pos: -41.5,160.5 + pos: 303.5,96.5 parent: 1 - - uid: 58293 + - uid: 27984 components: - type: Transform - pos: -41.5,161.5 + pos: 303.5,95.5 parent: 1 - - uid: 58294 + - uid: 27985 components: - type: Transform - pos: -41.5,162.5 + pos: 303.5,94.5 parent: 1 - - uid: 58295 + - uid: 27986 components: - type: Transform - pos: -41.5,163.5 + pos: 304.5,96.5 parent: 1 - - uid: 58296 + - uid: 27987 components: - type: Transform - pos: -41.5,164.5 + pos: 304.5,95.5 parent: 1 - - uid: 58297 + - uid: 27988 components: - type: Transform - pos: -41.5,165.5 + pos: 304.5,94.5 parent: 1 - - uid: 58298 + - uid: 27989 components: - type: Transform - pos: -41.5,166.5 + pos: 305.5,96.5 parent: 1 - - uid: 58299 + - uid: 27990 components: - type: Transform - pos: -41.5,167.5 + pos: 305.5,95.5 parent: 1 - - uid: 58300 + - uid: 27991 components: - type: Transform - pos: -41.5,168.5 + pos: 305.5,94.5 parent: 1 - - uid: 58301 + - uid: 27992 components: - type: Transform - pos: -41.5,169.5 + pos: 306.5,95.5 parent: 1 - - uid: 58302 + - uid: 27993 components: - type: Transform - pos: -41.5,170.5 + pos: 306.5,94.5 parent: 1 - - uid: 58303 + - uid: 27994 components: - type: Transform - pos: -41.5,171.5 + pos: 307.5,95.5 parent: 1 - - uid: 58304 + - uid: 27995 components: - type: Transform - pos: -41.5,172.5 + pos: 307.5,94.5 parent: 1 - - uid: 58305 + - uid: 27996 components: - type: Transform - pos: -41.5,173.5 + pos: 308.5,94.5 parent: 1 - - uid: 58306 + - uid: 27997 components: - type: Transform - pos: -41.5,174.5 + pos: 309.5,94.5 parent: 1 - - uid: 58307 + - uid: 27998 components: - type: Transform - pos: -41.5,175.5 + pos: 310.5,94.5 parent: 1 - - uid: 58308 + - uid: 27999 components: - type: Transform - pos: -41.5,176.5 + pos: 311.5,94.5 parent: 1 - - uid: 58309 + - uid: 28000 components: - type: Transform - pos: -41.5,177.5 + pos: 312.5,94.5 parent: 1 - - uid: 58310 + - uid: 28001 components: - type: Transform - pos: -41.5,178.5 + pos: 313.5,94.5 parent: 1 - - uid: 58311 + - uid: 28002 components: - type: Transform - pos: -41.5,179.5 + pos: 314.5,94.5 parent: 1 - - uid: 58312 + - uid: 28003 components: - type: Transform - pos: -41.5,180.5 + pos: 317.5,96.5 parent: 1 - - uid: 58313 + - uid: 28004 components: - type: Transform - pos: -41.5,181.5 + pos: 317.5,95.5 parent: 1 - - uid: 58314 + - uid: 28005 components: - type: Transform - pos: -41.5,182.5 + pos: 317.5,94.5 parent: 1 - - uid: 58315 + - uid: 28006 components: - type: Transform - pos: -41.5,183.5 + pos: 318.5,96.5 parent: 1 - - uid: 58316 + - uid: 28007 components: - type: Transform - pos: -41.5,184.5 + pos: 318.5,95.5 parent: 1 - - uid: 58317 + - uid: 28008 components: - type: Transform - pos: -41.5,185.5 + pos: 318.5,94.5 parent: 1 - - uid: 58318 + - uid: 28009 components: - type: Transform - pos: -41.5,186.5 + pos: 319.5,96.5 parent: 1 - - uid: 58319 + - uid: 28010 components: - type: Transform - pos: -41.5,187.5 + pos: 319.5,95.5 parent: 1 - - uid: 58320 + - uid: 28011 components: - type: Transform - pos: -41.5,188.5 + pos: 319.5,94.5 parent: 1 - - uid: 58321 + - uid: 28012 components: - type: Transform - pos: -41.5,189.5 + pos: 320.5,96.5 parent: 1 - - uid: 58322 + - uid: 28013 components: - type: Transform - pos: -41.5,190.5 + pos: 320.5,95.5 parent: 1 - - uid: 58323 + - uid: 28014 components: - type: Transform - pos: -41.5,191.5 + pos: 320.5,94.5 parent: 1 - - uid: 58324 + - uid: 28015 components: - type: Transform - pos: -41.5,192.5 + pos: 315.5,95.5 parent: 1 - - uid: 58325 + - uid: 28016 components: - type: Transform - pos: -41.5,193.5 + pos: 315.5,94.5 parent: 1 - - uid: 58326 + - uid: 28017 components: - type: Transform - pos: -41.5,194.5 + pos: 316.5,95.5 parent: 1 - - uid: 58327 + - uid: 28018 components: - type: Transform - pos: -41.5,195.5 + pos: 316.5,94.5 parent: 1 - - uid: 58328 + - uid: 28019 components: - type: Transform - pos: -41.5,196.5 + pos: 2.5,-181.5 parent: 1 - - uid: 58329 + - uid: 28020 components: - type: Transform - pos: -41.5,197.5 + pos: -7.5,-192.5 parent: 1 - - uid: 58330 + - uid: 28021 components: - type: Transform - pos: -41.5,198.5 + pos: 2.5,-179.5 parent: 1 - - uid: 58331 + - uid: 28022 components: - type: Transform - pos: -41.5,199.5 + pos: -3.5,-192.5 parent: 1 - - uid: 58332 + - uid: 28023 components: - type: Transform - pos: -42.5,152.5 + pos: 4.5,-172.5 parent: 1 - - uid: 58333 + - uid: 28024 components: - type: Transform - pos: -42.5,153.5 + pos: -129.5,62.5 parent: 1 - - uid: 58334 + - uid: 28025 components: - type: Transform - pos: -42.5,154.5 + pos: -128.5,60.5 parent: 1 - - uid: 58335 + - uid: 28026 components: - type: Transform - pos: -42.5,155.5 + pos: -128.5,58.5 parent: 1 - - uid: 58336 + - uid: 28027 components: - type: Transform - pos: -42.5,156.5 + pos: 4.5,-173.5 parent: 1 - - uid: 58337 + - uid: 28028 components: - type: Transform - pos: -42.5,157.5 + pos: 3.5,-196.5 parent: 1 - - uid: 58338 + - uid: 28029 components: - type: Transform - pos: -42.5,158.5 + pos: -3.5,-171.5 parent: 1 - - uid: 58339 + - uid: 28030 components: - type: Transform - pos: -42.5,159.5 + pos: 0.5,-171.5 parent: 1 - - uid: 58340 + - uid: 28031 components: - type: Transform - pos: -42.5,160.5 + pos: -5.5,-175.5 parent: 1 - - uid: 58341 + - uid: 28032 components: - type: Transform - pos: -42.5,161.5 + pos: 9.5,-193.5 parent: 1 - - uid: 58342 + - uid: 28033 components: - type: Transform - pos: -42.5,162.5 + pos: 7.5,-187.5 parent: 1 - - uid: 58343 + - uid: 28034 components: - type: Transform - pos: -42.5,163.5 + pos: 7.5,-189.5 parent: 1 - - uid: 58344 + - uid: 28035 components: - type: Transform - pos: -42.5,164.5 + pos: 1.5,-190.5 parent: 1 - - uid: 58345 + - uid: 28036 components: - type: Transform - pos: -42.5,165.5 + pos: 1.5,-187.5 parent: 1 - - uid: 58346 + - uid: 28037 components: - type: Transform - pos: -42.5,166.5 + pos: 1.5,-192.5 parent: 1 - - uid: 58347 + - uid: 28038 components: - type: Transform - pos: -42.5,167.5 + pos: 1.5,-191.5 parent: 1 - - uid: 58348 + - uid: 28039 components: - type: Transform - pos: -42.5,168.5 + pos: 3.5,-183.5 parent: 1 - - uid: 58349 + - uid: 28040 components: - type: Transform - pos: -42.5,169.5 + pos: 3.5,-182.5 parent: 1 - - uid: 58350 + - uid: 28041 components: - type: Transform - pos: -42.5,170.5 + pos: 3.5,-181.5 parent: 1 - - uid: 58351 + - uid: 28042 components: - type: Transform - pos: -42.5,171.5 + pos: 3.5,-180.5 parent: 1 - - uid: 58352 + - uid: 28043 components: - type: Transform - pos: -42.5,172.5 + pos: 2.5,-172.5 parent: 1 - - uid: 58353 + - uid: 28044 components: - type: Transform - pos: -42.5,173.5 + pos: 2.5,-174.5 parent: 1 - - uid: 58354 + - uid: 28045 components: - type: Transform - pos: -42.5,174.5 + pos: 2.5,-176.5 parent: 1 - - uid: 58355 + - uid: 28046 components: - type: Transform - pos: -42.5,175.5 + pos: 4.5,-175.5 parent: 1 - - uid: 58356 + - uid: 28047 components: - type: Transform - pos: -42.5,176.5 + pos: 4.5,-174.5 parent: 1 - - uid: 58357 + - uid: 28048 components: - type: Transform - pos: -42.5,177.5 + pos: 6.5,-177.5 parent: 1 - - uid: 58358 + - uid: 28049 components: - type: Transform - pos: -42.5,178.5 + pos: 4.5,-196.5 parent: 1 - - uid: 58359 + - uid: 28050 components: - type: Transform - pos: -42.5,179.5 + pos: 4.5,-195.5 parent: 1 - - uid: 58360 + - uid: 28051 components: - type: Transform - pos: -42.5,180.5 + pos: 8.5,-193.5 parent: 1 - - uid: 58361 + - uid: 28052 components: - type: Transform - pos: -42.5,181.5 + pos: 8.5,-194.5 parent: 1 - - uid: 58362 + - uid: 28053 components: - type: Transform - pos: -42.5,182.5 + pos: -31.5,-164.5 parent: 1 - - uid: 58363 + - uid: 28054 components: - type: Transform - pos: -42.5,183.5 + pos: 8.5,-192.5 parent: 1 - - uid: 58364 + - uid: 28055 components: - type: Transform - pos: -42.5,184.5 + pos: -5.5,-170.5 parent: 1 - - uid: 58365 + - uid: 28056 components: - type: Transform - pos: -42.5,185.5 + pos: 7.5,-191.5 parent: 1 - - uid: 58366 + - uid: 28057 components: - type: Transform - pos: -42.5,186.5 + pos: 1.5,-188.5 parent: 1 - - uid: 58367 + - uid: 28058 components: - type: Transform - pos: -42.5,187.5 + pos: 1.5,-189.5 parent: 1 - - uid: 58368 + - uid: 28059 components: - type: Transform - pos: -42.5,188.5 + pos: 2.5,-185.5 parent: 1 - - uid: 58369 + - uid: 28060 components: - type: Transform - pos: -42.5,189.5 + pos: 1.5,-193.5 parent: 1 - - uid: 58370 + - uid: 28061 components: - type: Transform - pos: -42.5,190.5 + pos: 4.5,-183.5 parent: 1 - - uid: 58371 + - uid: 28062 components: - type: Transform - pos: -42.5,191.5 + pos: 4.5,-182.5 parent: 1 - - uid: 58372 + - uid: 28063 components: - type: Transform - pos: -42.5,192.5 + pos: 4.5,-181.5 parent: 1 - - uid: 58373 + - uid: 28064 components: - type: Transform - pos: -42.5,193.5 + pos: 4.5,-180.5 parent: 1 - - uid: 58374 + - uid: 28065 components: - type: Transform - pos: -42.5,194.5 + pos: 2.5,-173.5 parent: 1 - - uid: 58375 + - uid: 28066 components: - type: Transform - pos: -42.5,195.5 + pos: 2.5,-175.5 parent: 1 - - uid: 58376 + - uid: 28067 components: - type: Transform - pos: -42.5,196.5 + pos: 3.5,-176.5 parent: 1 - - uid: 58377 + - uid: 28068 components: - type: Transform - pos: -42.5,197.5 + pos: 2.5,-193.5 parent: 1 - - uid: 58378 + - uid: 28069 components: - type: Transform - pos: -42.5,198.5 + pos: 4.5,-188.5 parent: 1 - - uid: 58379 + - uid: 28070 components: - type: Transform - pos: -42.5,199.5 + pos: 0.5,-192.5 parent: 1 - - uid: 58380 + - uid: 28071 components: - type: Transform - pos: -43.5,152.5 + pos: 7.5,-185.5 parent: 1 - - uid: 58381 + - uid: 28072 components: - type: Transform - pos: -43.5,153.5 + pos: -2.5,-171.5 parent: 1 - - uid: 58382 + - uid: 28073 components: - type: Transform - pos: -43.5,154.5 + pos: 7.5,-193.5 parent: 1 - - uid: 58383 + - uid: 28074 components: - type: Transform - pos: -43.5,155.5 + pos: 2.5,-187.5 parent: 1 - - uid: 58384 + - uid: 28075 components: - type: Transform - pos: -43.5,156.5 + pos: 1.5,-194.5 parent: 1 - - uid: 58385 + - uid: 28076 components: - type: Transform - pos: -43.5,157.5 + pos: 5.5,-183.5 parent: 1 - - uid: 58386 + - uid: 28077 components: - type: Transform - pos: -43.5,158.5 + pos: -2.5,-195.5 parent: 1 - - uid: 58387 + - uid: 28078 components: - type: Transform - pos: -43.5,159.5 + pos: 5.5,-181.5 parent: 1 - - uid: 58388 + - uid: 28079 components: - type: Transform - pos: -43.5,160.5 + pos: 5.5,-180.5 parent: 1 - - uid: 58389 + - uid: 28080 components: - type: Transform - pos: -43.5,161.5 + pos: 5.5,-174.5 parent: 1 - - uid: 58390 + - uid: 28081 components: - type: Transform - pos: -43.5,162.5 + pos: 5.5,-173.5 parent: 1 - - uid: 58391 + - uid: 28082 components: - type: Transform - pos: -43.5,163.5 + pos: 5.5,-172.5 parent: 1 - - uid: 58392 + - uid: 28083 components: - type: Transform - pos: -43.5,164.5 + pos: 3.5,-185.5 parent: 1 - - uid: 58393 + - uid: 28084 components: - type: Transform - pos: -43.5,165.5 + pos: 4.5,-186.5 parent: 1 - - uid: 58394 + - uid: 28085 components: - type: Transform - pos: -43.5,166.5 + pos: 2.5,-189.5 parent: 1 - - uid: 58395 + - uid: 28086 components: - type: Transform - pos: -43.5,167.5 + pos: 6.5,-194.5 parent: 1 - - uid: 58396 + - uid: 28087 components: - type: Transform - pos: -43.5,168.5 + pos: 7.5,-194.5 parent: 1 - - uid: 58397 + - uid: 28088 components: - type: Transform - pos: -43.5,169.5 + pos: 7.5,-192.5 parent: 1 - - uid: 58398 + - uid: 28089 components: - type: Transform - pos: -43.5,170.5 + pos: 1.5,-185.5 parent: 1 - - uid: 58399 + - uid: 28090 components: - type: Transform - pos: -43.5,171.5 + pos: 1.5,-186.5 parent: 1 - - uid: 58400 + - uid: 28091 components: - type: Transform - pos: -43.5,172.5 + pos: 2.5,-186.5 parent: 1 - - uid: 58401 + - uid: 28092 components: - type: Transform - pos: -43.5,173.5 + pos: 2.5,-188.5 parent: 1 - - uid: 58402 + - uid: 28093 components: - type: Transform - pos: -43.5,174.5 + pos: 6.5,-183.5 parent: 1 - - uid: 58403 + - uid: 28094 components: - type: Transform - pos: -43.5,175.5 + pos: -1.5,-192.5 parent: 1 - - uid: 58404 + - uid: 28095 components: - type: Transform - pos: -43.5,176.5 + pos: -1.5,-193.5 parent: 1 - - uid: 58405 + - uid: 28096 components: - type: Transform - pos: -43.5,177.5 + pos: -1.5,-194.5 parent: 1 - - uid: 58406 + - uid: 28097 components: - type: Transform - pos: -43.5,178.5 + pos: 6.5,-173.5 parent: 1 - - uid: 58407 + - uid: 28098 components: - type: Transform - pos: -43.5,179.5 + pos: 6.5,-172.5 parent: 1 - - uid: 58408 + - uid: 28099 components: - type: Transform - pos: -43.5,180.5 + pos: -1.5,-174.5 parent: 1 - - uid: 58409 + - uid: 28100 components: - type: Transform - pos: -43.5,181.5 + pos: 2.5,-194.5 parent: 1 - - uid: 58410 + - uid: 28101 components: - type: Transform - pos: -43.5,182.5 + pos: 5.5,-190.5 parent: 1 - - uid: 58411 + - uid: 28102 components: - type: Transform - pos: -43.5,183.5 + pos: 4.5,-189.5 parent: 1 - - uid: 58412 + - uid: 28103 components: - type: Transform - pos: -43.5,184.5 + pos: 6.5,-188.5 parent: 1 - - uid: 58413 + - uid: 28104 components: - type: Transform - pos: -43.5,185.5 + pos: 5.5,-186.5 parent: 1 - - uid: 58414 + - uid: 28105 components: - type: Transform - pos: -43.5,186.5 + pos: 5.5,-188.5 parent: 1 - - uid: 58415 + - uid: 28106 components: - type: Transform - pos: -43.5,187.5 + pos: 5.5,-192.5 parent: 1 - - uid: 58416 + - uid: 28107 components: - type: Transform - pos: -43.5,188.5 + pos: 5.5,-189.5 parent: 1 - - uid: 58417 + - uid: 28108 components: - type: Transform - pos: -43.5,189.5 + pos: 17.5,-189.5 parent: 1 - - uid: 58418 + - uid: 28109 components: - type: Transform - pos: -43.5,190.5 + pos: -2.5,-192.5 parent: 1 - - uid: 58419 + - uid: 28110 components: - type: Transform - pos: -43.5,191.5 + pos: 17.5,-191.5 parent: 1 - - uid: 58420 + - uid: 28111 components: - type: Transform - pos: -43.5,192.5 + pos: 17.5,-187.5 parent: 1 - - uid: 58421 + - uid: 28112 components: - type: Transform - pos: -43.5,193.5 + pos: 7.5,-172.5 parent: 1 - - uid: 58422 + - uid: 28113 components: - type: Transform - pos: -43.5,194.5 + pos: -3.5,-172.5 parent: 1 - - uid: 58423 + - uid: 28114 components: - type: Transform - pos: -43.5,195.5 + pos: -2.5,-174.5 parent: 1 - - uid: 58424 + - uid: 28115 components: - type: Transform - pos: -43.5,196.5 + pos: 3.5,-186.5 parent: 1 - - uid: 58425 + - uid: 28116 components: - type: Transform - pos: -43.5,197.5 + pos: 4.5,-194.5 parent: 1 - - uid: 58426 + - uid: 28117 components: - type: Transform - pos: -43.5,198.5 + pos: 5.5,-191.5 parent: 1 - - uid: 58427 + - uid: 28118 components: - type: Transform - pos: -43.5,199.5 + pos: 5.5,-185.5 parent: 1 - - uid: 58429 + - uid: 28119 components: - type: Transform - pos: -44.5,162.5 + pos: 5.5,-187.5 parent: 1 - - uid: 58430 + - uid: 28120 components: - type: Transform - pos: -44.5,163.5 + pos: 5.5,-194.5 parent: 1 - - uid: 58431 + - uid: 28121 components: - type: Transform - pos: -44.5,164.5 + pos: 5.5,-193.5 parent: 1 - - uid: 58432 + - uid: 28122 components: - type: Transform - pos: -44.5,165.5 + pos: 4.5,-187.5 parent: 1 - - uid: 58433 + - uid: 28123 components: - type: Transform - pos: -44.5,166.5 + pos: 10.5,-185.5 parent: 1 - - uid: 58434 + - uid: 28124 components: - type: Transform - pos: -44.5,167.5 + pos: 14.5,-192.5 parent: 1 - - uid: 58435 + - uid: 28125 components: - type: Transform - pos: -44.5,168.5 + pos: 14.5,-194.5 parent: 1 - - uid: 58436 + - uid: 28126 components: - type: Transform - pos: -44.5,169.5 + pos: 14.5,-193.5 parent: 1 - - uid: 58437 + - uid: 28127 components: - type: Transform - pos: -44.5,170.5 + pos: 15.5,-185.5 parent: 1 - - uid: 58438 + - uid: 28128 components: - type: Transform - pos: -44.5,171.5 + pos: -3.5,-174.5 parent: 1 - - uid: 58439 + - uid: 28129 components: - type: Transform - pos: -44.5,172.5 + pos: 2.5,-190.5 parent: 1 - - uid: 58440 + - uid: 28130 components: - type: Transform - pos: -44.5,173.5 + pos: 3.5,-188.5 parent: 1 - - uid: 58441 + - uid: 28131 components: - type: Transform - pos: -44.5,174.5 + pos: 2.5,-191.5 parent: 1 - - uid: 58442 + - uid: 28132 components: - type: Transform - pos: -44.5,175.5 + pos: 2.5,-192.5 parent: 1 - - uid: 58443 + - uid: 28133 components: - type: Transform - pos: -44.5,176.5 + pos: 6.5,-190.5 parent: 1 - - uid: 58444 + - uid: 28134 components: - type: Transform - pos: -44.5,177.5 + pos: 4.5,-191.5 parent: 1 - - uid: 58445 + - uid: 28135 components: - type: Transform - pos: -44.5,178.5 + pos: 6.5,-186.5 parent: 1 - - uid: 58446 + - uid: 28136 components: - type: Transform - pos: -44.5,179.5 + pos: 4.5,-190.5 parent: 1 - - uid: 58447 + - uid: 28137 components: - type: Transform - pos: -44.5,180.5 + pos: 10.5,-186.5 parent: 1 - - uid: 58448 + - uid: 28138 components: - type: Transform - pos: -44.5,181.5 + pos: 10.5,-187.5 parent: 1 - - uid: 58449 + - uid: 28139 components: - type: Transform - pos: -44.5,182.5 + pos: 10.5,-192.5 parent: 1 - - uid: 58450 + - uid: 28140 components: - type: Transform - pos: -44.5,183.5 + pos: 17.5,-188.5 parent: 1 - - uid: 58451 + - uid: 28141 components: - type: Transform - pos: -44.5,184.5 + pos: 9.5,-186.5 parent: 1 - - uid: 58452 + - uid: 28142 components: - type: Transform - pos: -44.5,185.5 + pos: 9.5,-189.5 parent: 1 - - uid: 58453 + - uid: 28143 components: - type: Transform - pos: -44.5,186.5 + pos: 16.5,-194.5 parent: 1 - - uid: 58454 + - uid: 28144 components: - type: Transform - pos: -44.5,187.5 + pos: -3.5,-173.5 parent: 1 - - uid: 58455 + - uid: 28145 components: - type: Transform - pos: -44.5,188.5 + pos: -3.5,-175.5 parent: 1 - - uid: 58456 + - uid: 28146 components: - type: Transform - pos: -44.5,189.5 + pos: -3.5,-176.5 parent: 1 - - uid: 58457 + - uid: 28147 components: - type: Transform - pos: -44.5,190.5 + pos: 3.5,-191.5 parent: 1 - - uid: 58458 + - uid: 28148 components: - type: Transform - pos: -44.5,191.5 + pos: 3.5,-190.5 parent: 1 - - uid: 58459 + - uid: 28149 components: - type: Transform - pos: -44.5,192.5 + pos: 3.5,-192.5 parent: 1 - - uid: 58460 + - uid: 28150 components: - type: Transform - pos: -44.5,193.5 + pos: 3.5,-194.5 parent: 1 - - uid: 58461 + - uid: 28151 components: - type: Transform - pos: -44.5,194.5 + pos: 6.5,-189.5 parent: 1 - - uid: 58462 + - uid: 28152 components: - type: Transform - pos: -44.5,195.5 + pos: 6.5,-185.5 parent: 1 - - uid: 58463 + - uid: 28153 components: - type: Transform - pos: -44.5,196.5 + pos: 6.5,-187.5 parent: 1 - - uid: 58464 + - uid: 28154 components: - type: Transform - pos: -44.5,197.5 + pos: 4.5,-192.5 parent: 1 - - uid: 58465 + - uid: 28155 components: - type: Transform - pos: -44.5,198.5 + pos: 10.5,-188.5 parent: 1 - - uid: 58466 + - uid: 28156 components: - type: Transform - pos: -44.5,199.5 + pos: 10.5,-189.5 parent: 1 - - uid: 58467 + - uid: 28157 components: - type: Transform - pos: -45.5,152.5 + pos: 10.5,-194.5 parent: 1 - - uid: 58468 + - uid: 28158 components: - type: Transform - pos: -45.5,153.5 + pos: 15.5,-192.5 parent: 1 - - uid: 58471 + - uid: 28159 components: - type: Transform - pos: -45.5,156.5 + pos: 9.5,-185.5 parent: 1 - - uid: 58472 + - uid: 28160 components: - type: Transform - pos: -45.5,157.5 + pos: 16.5,-191.5 parent: 1 - - uid: 58473 + - uid: 28161 components: - type: Transform - pos: -45.5,158.5 + pos: 9.5,-190.5 parent: 1 - - uid: 58474 + - uid: 28162 components: - type: Transform - pos: -45.5,159.5 + pos: -4.5,-172.5 parent: 1 - - uid: 58475 + - uid: 28163 components: - type: Transform - pos: -45.5,160.5 + pos: -4.5,-173.5 parent: 1 - - uid: 58476 + - uid: 28164 components: - type: Transform - pos: -45.5,161.5 + pos: -2.5,-173.5 parent: 1 - - uid: 58477 + - uid: 28165 components: - type: Transform - pos: -45.5,162.5 + pos: 3.5,-187.5 parent: 1 - - uid: 58478 + - uid: 28166 components: - type: Transform - pos: -45.5,163.5 + pos: 3.5,-189.5 parent: 1 - - uid: 58479 + - uid: 28167 components: - type: Transform - pos: -45.5,164.5 + pos: 4.5,-185.5 parent: 1 - - uid: 58480 + - uid: 28168 components: - type: Transform - pos: -45.5,165.5 + pos: 3.5,-193.5 parent: 1 - - uid: 58481 + - uid: 28169 components: - type: Transform - pos: -45.5,166.5 + pos: 6.5,-192.5 parent: 1 - - uid: 58482 + - uid: 28170 components: - type: Transform - pos: -45.5,167.5 + pos: 6.5,-191.5 parent: 1 - - uid: 58483 + - uid: 28171 components: - type: Transform - pos: -45.5,168.5 + pos: 6.5,-193.5 parent: 1 - - uid: 58484 + - uid: 28172 components: - type: Transform - pos: -45.5,169.5 + pos: 4.5,-193.5 parent: 1 - - uid: 58485 + - uid: 28173 components: - type: Transform - pos: -45.5,170.5 + pos: 10.5,-190.5 parent: 1 - - uid: 58486 + - uid: 28174 components: - type: Transform - pos: -45.5,171.5 + pos: 10.5,-191.5 parent: 1 - - uid: 58487 + - uid: 28175 components: - type: Transform - pos: -45.5,172.5 + pos: 10.5,-193.5 parent: 1 - - uid: 58488 + - uid: 28176 components: - type: Transform - pos: -45.5,173.5 + pos: 15.5,-193.5 parent: 1 - - uid: 58489 + - uid: 28177 components: - type: Transform - pos: -45.5,174.5 + pos: -6.5,-193.5 parent: 1 - - uid: 58490 + - uid: 28178 components: - type: Transform - pos: -45.5,175.5 + pos: 16.5,-187.5 parent: 1 - - uid: 58491 + - uid: 28179 components: - type: Transform - pos: -45.5,176.5 + pos: 9.5,-188.5 parent: 1 - - uid: 58492 + - uid: 28180 components: - type: Transform - pos: -45.5,177.5 + pos: -5.5,-177.5 parent: 1 - - uid: 58493 + - uid: 28181 components: - type: Transform - pos: -45.5,178.5 + pos: -4.5,-174.5 parent: 1 - - uid: 58494 + - uid: 28182 components: - type: Transform - pos: -45.5,179.5 + pos: -3.5,-177.5 parent: 1 - - uid: 58495 + - uid: 28183 components: - type: Transform - pos: -45.5,180.5 + pos: 18.5,-194.5 parent: 1 - - uid: 58496 + - uid: 28184 components: - type: Transform - pos: -45.5,181.5 + pos: 19.5,-185.5 parent: 1 - - uid: 58497 + - uid: 28185 components: - type: Transform - pos: -45.5,182.5 + pos: 19.5,-186.5 parent: 1 - - uid: 58498 + - uid: 28186 components: - type: Transform - pos: -45.5,183.5 + pos: 19.5,-187.5 parent: 1 - - uid: 58499 + - uid: 28187 components: - type: Transform - pos: -45.5,184.5 + pos: 19.5,-188.5 parent: 1 - - uid: 58500 + - uid: 28188 components: - type: Transform - pos: -45.5,185.5 + pos: 19.5,-189.5 parent: 1 - - uid: 58501 + - uid: 28189 components: - type: Transform - pos: -45.5,186.5 + pos: 19.5,-190.5 parent: 1 - - uid: 58502 + - uid: 28190 components: - type: Transform - pos: -45.5,187.5 + pos: 19.5,-191.5 parent: 1 - - uid: 58503 + - uid: 28191 components: - type: Transform - pos: -45.5,188.5 + pos: 19.5,-192.5 parent: 1 - - uid: 58504 + - uid: 28192 components: - type: Transform - pos: -45.5,189.5 + pos: 19.5,-193.5 parent: 1 - - uid: 58505 + - uid: 28193 components: - type: Transform - pos: -45.5,190.5 + pos: 11.5,-185.5 parent: 1 - - uid: 58506 + - uid: 28194 components: - type: Transform - pos: -45.5,191.5 + pos: 15.5,-191.5 parent: 1 - - uid: 58507 + - uid: 28195 components: - type: Transform - pos: -45.5,192.5 + pos: -6.5,-194.5 parent: 1 - - uid: 58508 + - uid: 28196 components: - type: Transform - pos: -45.5,193.5 + pos: 16.5,-185.5 parent: 1 - - uid: 58509 + - uid: 28197 components: - type: Transform - pos: -45.5,194.5 + pos: 16.5,-188.5 parent: 1 - - uid: 58510 + - uid: 28198 components: - type: Transform - pos: -45.5,195.5 + pos: 0.5,-198.5 parent: 1 - - uid: 58511 + - uid: 28199 components: - type: Transform - pos: -45.5,196.5 + pos: 53.5,-194.5 parent: 1 - - uid: 58512 + - uid: 28200 components: - type: Transform - pos: -45.5,197.5 + pos: -5.5,-172.5 parent: 1 - - uid: 58513 + - uid: 28201 components: - type: Transform - pos: -45.5,198.5 + pos: -4.5,-177.5 parent: 1 - - uid: 58514 + - uid: 28202 components: - type: Transform - pos: -45.5,199.5 + pos: -1.5,-173.5 parent: 1 - - uid: 58520 + - uid: 28203 components: - type: Transform - pos: -46.5,157.5 + pos: -0.5,-172.5 parent: 1 - - uid: 58521 + - uid: 28204 components: - type: Transform - pos: -46.5,158.5 + pos: 20.5,-187.5 parent: 1 - - uid: 58522 + - uid: 28205 components: - type: Transform - pos: -46.5,159.5 + pos: 19.5,-194.5 parent: 1 - - uid: 58523 + - uid: 28206 components: - type: Transform - pos: -46.5,160.5 + pos: 21.5,-185.5 parent: 1 - - uid: 58524 + - uid: 28207 components: - type: Transform - pos: -46.5,161.5 + pos: 20.5,-189.5 parent: 1 - - uid: 58525 + - uid: 28208 components: - type: Transform - pos: -46.5,162.5 + pos: 21.5,-192.5 parent: 1 - - uid: 58526 + - uid: 28209 components: - type: Transform - pos: -46.5,163.5 + pos: 21.5,-187.5 parent: 1 - - uid: 58527 + - uid: 28210 components: - type: Transform - pos: -46.5,164.5 + pos: 23.5,-185.5 parent: 1 - - uid: 58528 + - uid: 28211 components: - type: Transform - pos: -46.5,165.5 + pos: 21.5,-194.5 parent: 1 - - uid: 58529 + - uid: 28212 components: - type: Transform - pos: -46.5,166.5 + pos: 23.5,-190.5 parent: 1 - - uid: 58530 + - uid: 28213 components: - type: Transform - pos: -46.5,167.5 + pos: 23.5,-187.5 parent: 1 - - uid: 58531 + - uid: 28214 components: - type: Transform - pos: -46.5,168.5 + pos: 11.5,-191.5 parent: 1 - - uid: 58532 + - uid: 28215 components: - type: Transform - pos: -46.5,169.5 + pos: 11.5,-188.5 parent: 1 - - uid: 58533 + - uid: 28216 components: - type: Transform - pos: -46.5,170.5 + pos: 12.5,-188.5 parent: 1 - - uid: 58534 + - uid: 28217 components: - type: Transform - pos: -46.5,171.5 + pos: 11.5,-193.5 parent: 1 - - uid: 58535 + - uid: 28218 components: - type: Transform - pos: -46.5,172.5 + pos: 12.5,-193.5 parent: 1 - - uid: 58536 + - uid: 28219 components: - type: Transform - pos: -46.5,173.5 + pos: 12.5,-190.5 parent: 1 - - uid: 58537 + - uid: 28220 components: - type: Transform - pos: -46.5,174.5 + pos: -5.5,-174.5 parent: 1 - - uid: 58538 + - uid: 28221 components: - type: Transform - pos: -46.5,175.5 + pos: 20.5,-185.5 parent: 1 - - uid: 58539 + - uid: 28222 components: - type: Transform - pos: -46.5,176.5 + pos: 20.5,-186.5 parent: 1 - - uid: 58540 + - uid: 28223 components: - type: Transform - pos: -46.5,177.5 + pos: 20.5,-188.5 parent: 1 - - uid: 58541 + - uid: 28224 components: - type: Transform - pos: -46.5,178.5 + pos: 20.5,-190.5 parent: 1 - - uid: 58542 + - uid: 28225 components: - type: Transform - pos: -46.5,179.5 + pos: 21.5,-186.5 parent: 1 - - uid: 58543 + - uid: 28226 components: - type: Transform - pos: -46.5,180.5 + pos: 21.5,-188.5 parent: 1 - - uid: 58544 + - uid: 28227 components: - type: Transform - pos: -46.5,181.5 + pos: 21.5,-189.5 parent: 1 - - uid: 58545 + - uid: 28228 components: - type: Transform - pos: -46.5,182.5 + pos: 22.5,-185.5 parent: 1 - - uid: 58546 + - uid: 28229 components: - type: Transform - pos: -46.5,183.5 + pos: 23.5,-186.5 parent: 1 - - uid: 58549 + - uid: 28230 components: - type: Transform - pos: -46.5,186.5 + pos: 23.5,-188.5 parent: 1 - - uid: 58550 + - uid: 28231 components: - type: Transform - pos: -46.5,187.5 + pos: 11.5,-186.5 parent: 1 - - uid: 58551 + - uid: 28232 components: - type: Transform - pos: -46.5,188.5 + pos: 11.5,-189.5 parent: 1 - - uid: 58552 + - uid: 28233 components: - type: Transform - pos: -46.5,189.5 + pos: 11.5,-192.5 parent: 1 - - uid: 58553 + - uid: 28234 components: - type: Transform - pos: -46.5,190.5 + pos: 11.5,-194.5 parent: 1 - - uid: 58554 + - uid: 28235 components: - type: Transform - pos: -46.5,191.5 + pos: 12.5,-185.5 parent: 1 - - uid: 58555 + - uid: 28236 components: - type: Transform - pos: -46.5,192.5 + pos: 12.5,-191.5 parent: 1 - - uid: 58556 + - uid: 28237 components: - type: Transform - pos: -46.5,193.5 + pos: 20.5,-192.5 parent: 1 - - uid: 58557 + - uid: 28238 components: - type: Transform - pos: -46.5,194.5 + pos: 20.5,-191.5 parent: 1 - - uid: 58558 + - uid: 28239 components: - type: Transform - pos: -46.5,195.5 + pos: 20.5,-193.5 parent: 1 - - uid: 58559 + - uid: 28240 components: - type: Transform - pos: -46.5,196.5 + pos: 20.5,-194.5 parent: 1 - - uid: 58560 + - uid: 28241 components: - type: Transform - pos: -46.5,197.5 + pos: 21.5,-193.5 parent: 1 - - uid: 58561 + - uid: 28242 components: - type: Transform - pos: -46.5,198.5 + pos: 21.5,-190.5 parent: 1 - - uid: 58562 + - uid: 28243 components: - type: Transform - pos: -46.5,199.5 + pos: 21.5,-191.5 parent: 1 - - uid: 58568 + - uid: 28244 components: - type: Transform - pos: -47.5,157.5 + pos: 22.5,-186.5 parent: 1 - - uid: 58569 + - uid: 28245 components: - type: Transform - pos: -47.5,158.5 + pos: 24.5,-186.5 parent: 1 - - uid: 58570 + - uid: 28246 components: - type: Transform - pos: -47.5,159.5 + pos: 23.5,-189.5 parent: 1 - - uid: 58571 + - uid: 28247 components: - type: Transform - pos: -47.5,160.5 + pos: 11.5,-187.5 parent: 1 - - uid: 58572 + - uid: 28248 components: - type: Transform - pos: -47.5,161.5 + pos: 11.5,-190.5 parent: 1 - - uid: 58573 + - uid: 28249 components: - type: Transform - pos: -47.5,162.5 + pos: 12.5,-189.5 parent: 1 - - uid: 58574 + - uid: 28250 components: - type: Transform - pos: -47.5,163.5 + pos: 12.5,-186.5 parent: 1 - - uid: 58575 + - uid: 28251 components: - type: Transform - pos: -47.5,164.5 + pos: 12.5,-187.5 parent: 1 - - uid: 58576 + - uid: 28252 components: - type: Transform - pos: -47.5,165.5 + pos: 12.5,-192.5 parent: 1 - - uid: 58577 + - uid: 28253 components: - type: Transform - pos: -47.5,166.5 + pos: 13.5,-185.5 parent: 1 - - uid: 58578 + - uid: 28254 components: - type: Transform - pos: -47.5,167.5 + pos: 12.5,-194.5 parent: 1 - - uid: 58579 + - uid: 28255 components: - type: Transform - pos: -47.5,168.5 + pos: 13.5,-187.5 parent: 1 - - uid: 58580 + - uid: 28256 components: - type: Transform - pos: -47.5,169.5 + pos: 13.5,-186.5 parent: 1 - - uid: 58581 + - uid: 28257 components: - type: Transform - pos: -47.5,170.5 + pos: 13.5,-188.5 parent: 1 - - uid: 58582 + - uid: 28258 components: - type: Transform - pos: -47.5,171.5 + pos: 13.5,-189.5 parent: 1 - - uid: 58583 + - uid: 28259 components: - type: Transform - pos: -47.5,172.5 + pos: 23.5,-192.5 parent: 1 - - uid: 58584 + - uid: 28260 components: - type: Transform - pos: -47.5,173.5 + pos: 22.5,-187.5 parent: 1 - - uid: 58585 + - uid: 28261 components: - type: Transform - pos: -47.5,174.5 + pos: 24.5,-190.5 parent: 1 - - uid: 58586 + - uid: 28262 components: - type: Transform - pos: -47.5,175.5 + pos: 22.5,-189.5 parent: 1 - - uid: 58587 + - uid: 28263 components: - type: Transform - pos: -47.5,176.5 + pos: 22.5,-188.5 parent: 1 - - uid: 58588 + - uid: 28264 components: - type: Transform - pos: -47.5,177.5 + pos: 22.5,-191.5 parent: 1 - - uid: 58589 + - uid: 28265 components: - type: Transform - pos: -47.5,178.5 + pos: 22.5,-190.5 parent: 1 - - uid: 58590 + - uid: 28266 components: - type: Transform - pos: -47.5,179.5 + pos: 22.5,-193.5 parent: 1 - - uid: 58591 + - uid: 28267 components: - type: Transform - pos: -47.5,180.5 + pos: 22.5,-192.5 parent: 1 - - uid: 58592 + - uid: 28268 components: - type: Transform - pos: -47.5,181.5 + pos: 22.5,-194.5 parent: 1 - - uid: 58593 + - uid: 28269 components: - type: Transform - pos: -47.5,182.5 + pos: 14.5,-186.5 parent: 1 - - uid: 58594 + - uid: 28270 components: - type: Transform - pos: -47.5,183.5 + pos: 14.5,-188.5 parent: 1 - - uid: 58597 + - uid: 28271 components: - type: Transform - pos: -47.5,186.5 + pos: 14.5,-187.5 parent: 1 - - uid: 58598 + - uid: 28272 components: - type: Transform - pos: -47.5,187.5 + pos: 14.5,-190.5 parent: 1 - - uid: 58599 + - uid: 28273 components: - type: Transform - pos: -47.5,188.5 + pos: 14.5,-189.5 parent: 1 - - uid: 58600 + - uid: 28274 components: - type: Transform - pos: -47.5,189.5 + pos: 14.5,-191.5 parent: 1 - - uid: 58601 + - uid: 28275 components: - type: Transform - pos: -47.5,190.5 + pos: 23.5,-191.5 parent: 1 - - uid: 58602 + - uid: 28276 components: - type: Transform - pos: -47.5,191.5 + pos: 23.5,-193.5 parent: 1 - - uid: 58603 + - uid: 28277 components: - type: Transform - pos: -47.5,192.5 + pos: 24.5,-188.5 parent: 1 - - uid: 58604 + - uid: 28278 components: - type: Transform - pos: -47.5,193.5 + pos: 25.5,-185.5 parent: 1 - - uid: 58605 + - uid: 28279 components: - type: Transform - pos: -47.5,194.5 + pos: 24.5,-191.5 parent: 1 - - uid: 58606 + - uid: 28280 components: - type: Transform - pos: -47.5,195.5 + pos: 25.5,-187.5 parent: 1 - - uid: 58607 + - uid: 28281 components: - type: Transform - pos: -47.5,196.5 + pos: 24.5,-192.5 parent: 1 - - uid: 58608 + - uid: 28282 components: - type: Transform - pos: -47.5,197.5 + pos: 25.5,-191.5 parent: 1 - - uid: 58609 + - uid: 28283 components: - type: Transform - pos: -47.5,198.5 + pos: 25.5,-189.5 parent: 1 - - uid: 58610 + - uid: 28284 components: - type: Transform - pos: -47.5,199.5 + pos: 25.5,-193.5 parent: 1 - - uid: 58616 + - uid: 28285 components: - type: Transform - pos: -48.5,157.5 + pos: 13.5,-190.5 parent: 1 - - uid: 58617 + - uid: 28286 components: - type: Transform - pos: -48.5,158.5 + pos: 13.5,-192.5 parent: 1 - - uid: 58618 + - uid: 28287 components: - type: Transform - pos: -48.5,159.5 + pos: 13.5,-191.5 parent: 1 - - uid: 58619 + - uid: 28288 components: - type: Transform - pos: -48.5,160.5 + pos: 13.5,-194.5 parent: 1 - - uid: 58620 + - uid: 28289 components: - type: Transform - pos: -48.5,161.5 + pos: -7.5,-174.5 parent: 1 - - uid: 58621 + - uid: 28290 components: - type: Transform - pos: -48.5,162.5 + pos: -8.5,-170.5 parent: 1 - - uid: 58622 + - uid: 28291 components: - type: Transform - pos: -48.5,163.5 + pos: -7.5,-173.5 parent: 1 - - uid: 58623 + - uid: 28292 components: - type: Transform - pos: -48.5,164.5 + pos: -8.5,-171.5 parent: 1 - - uid: 58624 + - uid: 28293 components: - type: Transform - pos: -48.5,165.5 + pos: -7.5,-170.5 parent: 1 - - uid: 58625 + - uid: 28294 components: - type: Transform - pos: -48.5,166.5 + pos: 24.5,-185.5 parent: 1 - - uid: 58626 + - uid: 28295 components: - type: Transform - pos: -48.5,167.5 + pos: 25.5,-186.5 parent: 1 - - uid: 58627 + - uid: 28296 components: - type: Transform - pos: -48.5,168.5 + pos: 24.5,-193.5 parent: 1 - - uid: 58628 + - uid: 28297 components: - type: Transform - pos: -48.5,169.5 + pos: 24.5,-194.5 parent: 1 - - uid: 58629 + - uid: 28298 components: - type: Transform - pos: -48.5,170.5 + pos: 25.5,-188.5 parent: 1 - - uid: 58630 + - uid: 28299 components: - type: Transform - pos: -48.5,171.5 + pos: 25.5,-190.5 parent: 1 - - uid: 58631 + - uid: 28300 components: - type: Transform - pos: -48.5,172.5 + pos: 25.5,-192.5 parent: 1 - - uid: 58632 + - uid: 28301 components: - type: Transform - pos: -48.5,173.5 + pos: 18.5,-182.5 parent: 1 - - uid: 58633 + - uid: 28302 components: - type: Transform - pos: -48.5,174.5 + pos: 18.5,-181.5 parent: 1 - - uid: 58634 + - uid: 28303 components: - type: Transform - pos: -48.5,175.5 + pos: 19.5,-182.5 parent: 1 - - uid: 58635 + - uid: 28304 components: - type: Transform - pos: -48.5,176.5 + pos: 19.5,-180.5 parent: 1 - - uid: 58636 + - uid: 28305 components: - type: Transform - pos: -48.5,177.5 + pos: -7.5,-171.5 parent: 1 - - uid: 58637 + - uid: 28306 components: - type: Transform - pos: -48.5,178.5 + pos: 24.5,-184.5 parent: 1 - - uid: 58638 + - uid: 28307 components: - type: Transform - pos: -48.5,179.5 + pos: 20.5,-184.5 parent: 1 - - uid: 58639 + - uid: 28308 components: - type: Transform - pos: -48.5,180.5 + pos: 22.5,-184.5 parent: 1 - - uid: 58640 + - uid: 28309 components: - type: Transform - pos: -48.5,181.5 + pos: 22.5,-180.5 parent: 1 - - uid: 58641 + - uid: 28310 components: - type: Transform - pos: -48.5,182.5 + pos: 19.5,-183.5 parent: 1 - - uid: 58645 + - uid: 28311 components: - type: Transform - pos: -48.5,186.5 + pos: 18.5,-187.5 parent: 1 - - uid: 58646 + - uid: 28312 components: - type: Transform - pos: -48.5,187.5 + pos: 17.5,-192.5 parent: 1 - - uid: 58647 + - uid: 28313 components: - type: Transform - pos: -48.5,188.5 + pos: 17.5,-194.5 parent: 1 - - uid: 58648 + - uid: 28314 components: - type: Transform - pos: -48.5,189.5 + pos: 18.5,-184.5 parent: 1 - - uid: 58649 + - uid: 28315 components: - type: Transform - pos: -48.5,190.5 + pos: 18.5,-183.5 parent: 1 - - uid: 58650 + - uid: 28316 components: - type: Transform - pos: -48.5,191.5 + pos: 19.5,-179.5 parent: 1 - - uid: 58651 + - uid: 28317 components: - type: Transform - pos: -48.5,192.5 + pos: 19.5,-181.5 parent: 1 - - uid: 58652 + - uid: 28318 components: - type: Transform - pos: -48.5,193.5 + pos: -8.5,-179.5 parent: 1 - - uid: 58653 + - uid: 28319 components: - type: Transform - pos: -48.5,194.5 + pos: 25.5,-180.5 parent: 1 - - uid: 58654 + - uid: 28320 components: - type: Transform - pos: -48.5,195.5 + pos: 23.5,-179.5 parent: 1 - - uid: 58655 + - uid: 28321 components: - type: Transform - pos: -48.5,196.5 + pos: 22.5,-179.5 parent: 1 - - uid: 58656 + - uid: 28322 components: - type: Transform - pos: -48.5,197.5 + pos: 21.5,-181.5 parent: 1 - - uid: 58657 + - uid: 28323 components: - type: Transform - pos: -48.5,198.5 + pos: 19.5,-184.5 parent: 1 - - uid: 58658 + - uid: 28324 components: - type: Transform - pos: -48.5,199.5 + pos: 18.5,-188.5 parent: 1 - - uid: 58664 + - uid: 28325 components: - type: Transform - pos: -49.5,157.5 + pos: 18.5,-186.5 parent: 1 - - uid: 58665 + - uid: 28326 components: - type: Transform - pos: -49.5,158.5 + pos: 14.5,-155.5 parent: 1 - - uid: 58666 + - uid: 28327 components: - type: Transform - pos: -49.5,159.5 + pos: -39.5,-165.5 parent: 1 - - uid: 58667 + - uid: 28328 components: - type: Transform - pos: -49.5,160.5 + pos: 18.5,-185.5 parent: 1 - - uid: 58668 + - uid: 28329 components: - type: Transform - pos: -49.5,161.5 + pos: 18.5,-179.5 parent: 1 - - uid: 58669 + - uid: 28330 components: - type: Transform - pos: -49.5,162.5 + pos: 17.5,-179.5 parent: 1 - - uid: 58670 + - uid: 28331 components: - type: Transform - pos: -49.5,163.5 + pos: 18.5,-180.5 parent: 1 - - uid: 58671 + - uid: 28332 components: - type: Transform - pos: -49.5,164.5 + pos: 16.5,-183.5 parent: 1 - - uid: 58672 + - uid: 28333 components: - type: Transform - pos: -49.5,165.5 + pos: 25.5,-184.5 parent: 1 - - uid: 58673 + - uid: 28334 components: - type: Transform - pos: -49.5,166.5 + pos: 21.5,-182.5 parent: 1 - - uid: 58674 + - uid: 28335 components: - type: Transform - pos: -49.5,167.5 + pos: -8.5,-178.5 parent: 1 - - uid: 58675 + - uid: 28336 components: - type: Transform - pos: -49.5,168.5 + pos: 23.5,-181.5 parent: 1 - - uid: 58676 + - uid: 28337 components: - type: Transform - pos: -49.5,169.5 + pos: 20.5,-180.5 parent: 1 - - uid: 58677 + - uid: 28338 components: - type: Transform - pos: -49.5,170.5 + pos: -38.5,-166.5 parent: 1 - - uid: 58678 + - uid: 28339 components: - type: Transform - pos: -49.5,171.5 + pos: 28.5,-191.5 parent: 1 - - uid: 58679 + - uid: 28340 components: - type: Transform - pos: -49.5,172.5 + pos: 18.5,-191.5 parent: 1 - - uid: 58680 + - uid: 28341 components: - type: Transform - pos: -49.5,173.5 + pos: -33.5,-165.5 parent: 1 - - uid: 58681 + - uid: 28342 components: - type: Transform - pos: -49.5,174.5 + pos: 26.5,-188.5 parent: 1 - - uid: 58682 + - uid: 28343 components: - type: Transform - pos: -49.5,175.5 + pos: 26.5,-189.5 parent: 1 - - uid: 58683 + - uid: 28344 components: - type: Transform - pos: -49.5,176.5 + pos: 26.5,-193.5 parent: 1 - - uid: 58684 + - uid: 28345 components: - type: Transform - pos: -49.5,177.5 + pos: 26.5,-190.5 parent: 1 - - uid: 58685 + - uid: 28346 components: - type: Transform - pos: -49.5,178.5 + pos: 26.5,-194.5 parent: 1 - - uid: 58686 + - uid: 28347 components: - type: Transform - pos: -49.5,179.5 + pos: 27.5,-185.5 parent: 1 - - uid: 58687 + - uid: 28348 components: - type: Transform - pos: -49.5,180.5 + pos: 26.5,-192.5 parent: 1 - - uid: 58692 + - uid: 28349 components: - type: Transform - pos: -49.5,185.5 + pos: 27.5,-192.5 parent: 1 - - uid: 58693 + - uid: 28350 components: - type: Transform - pos: -49.5,186.5 + pos: 27.5,-188.5 parent: 1 - - uid: 58694 + - uid: 28351 components: - type: Transform - pos: -49.5,187.5 + pos: 27.5,-191.5 parent: 1 - - uid: 58695 + - uid: 28352 components: - type: Transform - pos: -49.5,188.5 + pos: 27.5,-193.5 parent: 1 - - uid: 58696 + - uid: 28353 components: - type: Transform - pos: -49.5,189.5 + pos: 27.5,-189.5 parent: 1 - - uid: 58697 + - uid: 28354 components: - type: Transform - pos: -49.5,190.5 + pos: 27.5,-194.5 parent: 1 - - uid: 58698 + - uid: 28355 components: - type: Transform - pos: -49.5,191.5 + pos: 0.5,-195.5 parent: 1 - - uid: 58699 + - uid: 28356 components: - type: Transform - pos: -49.5,192.5 + pos: 29.5,-188.5 parent: 1 - - uid: 58700 + - uid: 28357 components: - type: Transform - pos: -49.5,193.5 + pos: 27.5,-186.5 parent: 1 - - uid: 58701 + - uid: 28358 components: - type: Transform - pos: -49.5,194.5 + pos: 9.5,-191.5 parent: 1 - - uid: 58702 + - uid: 28359 components: - type: Transform - pos: -49.5,195.5 + pos: 29.5,-186.5 parent: 1 - - uid: 58703 + - uid: 28360 components: - type: Transform - pos: -49.5,196.5 + pos: 27.5,-187.5 parent: 1 - - uid: 58704 + - uid: 28361 components: - type: Transform - pos: -49.5,197.5 + pos: 1.5,-195.5 parent: 1 - - uid: 58705 + - uid: 28362 components: - type: Transform - pos: -49.5,198.5 + pos: 28.5,-186.5 parent: 1 - - uid: 58706 + - uid: 28363 components: - type: Transform - pos: -49.5,199.5 + pos: 27.5,-190.5 parent: 1 - - uid: 58707 + - uid: 28364 components: - type: Transform - pos: -50.5,152.5 + pos: 8.5,-190.5 parent: 1 - - uid: 58708 + - uid: 28365 components: - type: Transform - pos: -50.5,153.5 + pos: 25.5,-194.5 parent: 1 - - uid: 58709 + - uid: 28366 components: - type: Transform - pos: -50.5,154.5 + pos: 26.5,-185.5 parent: 1 - - uid: 58710 + - uid: 28367 components: - type: Transform - pos: -50.5,155.5 + pos: 26.5,-186.5 parent: 1 - - uid: 58711 + - uid: 28368 components: - type: Transform - pos: -50.5,156.5 + pos: 26.5,-187.5 parent: 1 - - uid: 58712 + - uid: 28369 components: - type: Transform - pos: -50.5,157.5 + pos: 29.5,-185.5 parent: 1 - - uid: 58713 + - uid: 28370 components: - type: Transform - pos: -50.5,158.5 + pos: -8.5,-174.5 parent: 1 - - uid: 58714 + - uid: 28371 components: - type: Transform - pos: -50.5,159.5 + pos: 0.5,-197.5 parent: 1 - - uid: 58715 + - uid: 28372 components: - type: Transform - pos: -50.5,160.5 + pos: 3.5,-195.5 parent: 1 - - uid: 58716 + - uid: 28373 components: - type: Transform - pos: -50.5,161.5 + pos: 29.5,-192.5 parent: 1 - - uid: 58717 + - uid: 28374 components: - type: Transform - pos: -50.5,162.5 + pos: -8.5,-172.5 parent: 1 - - uid: 58718 + - uid: 28375 components: - type: Transform - pos: -50.5,163.5 + pos: -35.5,-166.5 parent: 1 - - uid: 58719 + - uid: 28376 components: - type: Transform - pos: -50.5,164.5 + pos: 23.5,-194.5 parent: 1 - - uid: 58720 + - uid: 28377 components: - type: Transform - pos: -50.5,165.5 + pos: 28.5,-193.5 parent: 1 - - uid: 58721 + - uid: 28378 components: - type: Transform - pos: -50.5,166.5 + pos: 28.5,-189.5 parent: 1 - - uid: 58722 + - uid: 28379 components: - type: Transform - pos: -50.5,167.5 + pos: 14.5,-185.5 parent: 1 - - uid: 58723 + - uid: 28380 components: - type: Transform - pos: -50.5,168.5 + pos: 9.5,-183.5 parent: 1 - - uid: 58724 + - uid: 28381 components: - type: Transform - pos: -50.5,169.5 + pos: 9.5,-182.5 parent: 1 - - uid: 58725 + - uid: 28382 components: - type: Transform - pos: -50.5,170.5 + pos: 10.5,-179.5 parent: 1 - - uid: 58726 + - uid: 28383 components: - type: Transform - pos: -50.5,171.5 + pos: 9.5,-184.5 parent: 1 - - uid: 58727 + - uid: 28384 components: - type: Transform - pos: -50.5,172.5 + pos: 10.5,-181.5 parent: 1 - - uid: 58728 + - uid: 28385 components: - type: Transform - pos: -50.5,173.5 + pos: 10.5,-180.5 parent: 1 - - uid: 58729 + - uid: 28386 components: - type: Transform - pos: -50.5,174.5 + pos: 10.5,-182.5 parent: 1 - - uid: 58730 + - uid: 28387 components: - type: Transform - pos: -50.5,175.5 + pos: 20.5,-182.5 parent: 1 - - uid: 58731 + - uid: 28388 components: - type: Transform - pos: -50.5,176.5 + pos: 20.5,-183.5 parent: 1 - - uid: 58732 + - uid: 28389 components: - type: Transform - pos: -50.5,177.5 + pos: 20.5,-181.5 parent: 1 - - uid: 58733 + - uid: 28390 components: - type: Transform - pos: -50.5,178.5 + pos: 20.5,-179.5 parent: 1 - - uid: 58734 + - uid: 28391 components: - type: Transform - pos: -50.5,179.5 + pos: 10.5,-183.5 parent: 1 - - uid: 58735 + - uid: 28392 components: - type: Transform - pos: -50.5,180.5 + pos: 8.5,-179.5 parent: 1 - - uid: 58739 + - uid: 28393 components: - type: Transform - pos: -52.5,154.5 + pos: 11.5,-179.5 parent: 1 - - uid: 58740 + - uid: 28394 components: - type: Transform - pos: -29.5,179.5 + pos: 10.5,-184.5 parent: 1 - - uid: 58741 + - uid: 28395 components: - type: Transform - pos: -29.5,169.5 + pos: 11.5,-181.5 parent: 1 - - uid: 58742 + - uid: 28396 components: - type: Transform - pos: -29.5,168.5 + pos: 11.5,-180.5 parent: 1 - - uid: 58743 + - uid: 28397 components: - type: Transform - pos: -39.5,194.5 + pos: 11.5,-183.5 parent: 1 - - uid: 58744 + - uid: 28398 components: - type: Transform - pos: -29.5,171.5 + pos: 8.5,-181.5 parent: 1 - - uid: 58745 + - uid: 28399 components: - type: Transform - pos: -29.5,170.5 + pos: 8.5,-180.5 parent: 1 - - uid: 58746 + - uid: 28400 components: - type: Transform - pos: -29.5,172.5 + pos: 7.5,-184.5 parent: 1 - - uid: 58747 + - uid: 28401 components: - type: Transform - pos: -29.5,173.5 + pos: 9.5,-181.5 parent: 1 - - uid: 58748 + - uid: 28402 components: - type: Transform - pos: -29.5,175.5 + pos: 11.5,-182.5 parent: 1 - - uid: 58749 + - uid: 28403 components: - type: Transform - pos: -50.5,185.5 + pos: 11.5,-184.5 parent: 1 - - uid: 58750 + - uid: 28404 components: - type: Transform - pos: -50.5,186.5 + pos: 12.5,-179.5 parent: 1 - - uid: 58751 + - uid: 28405 components: - type: Transform - pos: -50.5,187.5 + pos: 8.5,-183.5 parent: 1 - - uid: 58752 + - uid: 28406 components: - type: Transform - pos: -50.5,188.5 + pos: 7.5,-183.5 parent: 1 - - uid: 58753 + - uid: 28407 components: - type: Transform - pos: -50.5,189.5 + pos: 14.5,-179.5 parent: 1 - - uid: 58754 + - uid: 28408 components: - type: Transform - pos: -50.5,190.5 + pos: 13.5,-184.5 parent: 1 - - uid: 58755 + - uid: 28409 components: - type: Transform - pos: -50.5,191.5 + pos: 14.5,-183.5 parent: 1 - - uid: 58756 + - uid: 28410 components: - type: Transform - pos: -50.5,192.5 + pos: 16.5,-179.5 parent: 1 - - uid: 58757 + - uid: 28411 components: - type: Transform - pos: -50.5,193.5 + pos: 22.5,-183.5 parent: 1 - - uid: 58758 + - uid: 28412 components: - type: Transform - pos: -50.5,194.5 + pos: 8.5,-182.5 parent: 1 - - uid: 58759 + - uid: 28413 components: - type: Transform - pos: -50.5,195.5 + pos: 9.5,-179.5 parent: 1 - - uid: 58760 + - uid: 28414 components: - type: Transform - pos: -50.5,196.5 + pos: 12.5,-181.5 parent: 1 - - uid: 58761 + - uid: 28415 components: - type: Transform - pos: -50.5,197.5 + pos: 13.5,-180.5 parent: 1 - - uid: 58762 + - uid: 28416 components: - type: Transform - pos: -50.5,198.5 + pos: 14.5,-182.5 parent: 1 - - uid: 58763 + - uid: 28417 components: - type: Transform - pos: -50.5,199.5 + pos: 15.5,-183.5 parent: 1 - - uid: 58764 + - uid: 28418 components: - type: Transform - pos: -51.5,152.5 + pos: 24.5,-182.5 parent: 1 - - uid: 58765 + - uid: 28419 components: - type: Transform - pos: -51.5,153.5 + pos: 8.5,-184.5 parent: 1 - - uid: 58766 + - uid: 28420 components: - type: Transform - pos: -51.5,154.5 + pos: 9.5,-180.5 parent: 1 - - uid: 58767 + - uid: 28421 components: - type: Transform - pos: -51.5,155.5 + pos: 12.5,-184.5 parent: 1 - - uid: 58768 + - uid: 28422 components: - type: Transform - pos: -51.5,156.5 + pos: 23.5,-180.5 parent: 1 - - uid: 58769 + - uid: 28423 components: - type: Transform - pos: -51.5,157.5 + pos: 15.5,-182.5 parent: 1 - - uid: 58770 + - uid: 28424 components: - type: Transform - pos: -51.5,158.5 + pos: 7.5,-179.5 parent: 1 - - uid: 58771 + - uid: 28425 components: - type: Transform - pos: -51.5,159.5 + pos: 7.5,-181.5 parent: 1 - - uid: 58772 + - uid: 28426 components: - type: Transform - pos: -51.5,160.5 + pos: 13.5,-181.5 parent: 1 - - uid: 58773 + - uid: 28427 components: - type: Transform - pos: -51.5,161.5 + pos: 14.5,-184.5 parent: 1 - - uid: 58774 + - uid: 28428 components: - type: Transform - pos: -51.5,162.5 + pos: 14.5,-181.5 parent: 1 - - uid: 58775 + - uid: 28429 components: - type: Transform - pos: -51.5,163.5 + pos: 15.5,-179.5 parent: 1 - - uid: 58776 + - uid: 28430 components: - type: Transform - pos: -51.5,164.5 + pos: 15.5,-180.5 parent: 1 - - uid: 58777 + - uid: 28431 components: - type: Transform - pos: -51.5,165.5 + pos: 7.5,-180.5 parent: 1 - - uid: 58778 + - uid: 28432 components: - type: Transform - pos: -51.5,166.5 + pos: 7.5,-182.5 parent: 1 - - uid: 58779 + - uid: 28433 components: - type: Transform - pos: -51.5,167.5 + pos: 12.5,-183.5 parent: 1 - - uid: 58780 + - uid: 28434 components: - type: Transform - pos: -51.5,168.5 + pos: 12.5,-180.5 parent: 1 - - uid: 58781 + - uid: 28435 components: - type: Transform - pos: -51.5,169.5 + pos: 13.5,-179.5 parent: 1 - - uid: 58782 + - uid: 28436 components: - type: Transform - pos: -51.5,170.5 + pos: 14.5,-180.5 parent: 1 - - uid: 58783 + - uid: 28437 components: - type: Transform - pos: -51.5,171.5 + pos: 12.5,-182.5 parent: 1 - - uid: 58784 + - uid: 28438 components: - type: Transform - pos: -51.5,172.5 + pos: 22.5,-181.5 parent: 1 - - uid: 58785 + - uid: 28439 components: - type: Transform - pos: -51.5,173.5 + pos: 17.5,-183.5 parent: 1 - - uid: 58786 + - uid: 28440 components: - type: Transform - pos: -51.5,174.5 + pos: 17.5,-182.5 parent: 1 - - uid: 58787 + - uid: 28441 components: - type: Transform - pos: -51.5,175.5 + pos: 17.5,-184.5 parent: 1 - - uid: 58788 + - uid: 28442 components: - type: Transform - pos: -51.5,176.5 + pos: -8.5,-177.5 parent: 1 - - uid: 58789 + - uid: 28443 components: - type: Transform - pos: -51.5,177.5 + pos: 23.5,-183.5 parent: 1 - - uid: 58790 + - uid: 28444 components: - type: Transform - pos: -51.5,178.5 + pos: 23.5,-182.5 parent: 1 - - uid: 58791 + - uid: 28445 components: - type: Transform - pos: -51.5,179.5 + pos: 23.5,-184.5 parent: 1 - - uid: 58792 + - uid: 28446 components: - type: Transform - pos: -51.5,180.5 + pos: 13.5,-183.5 parent: 1 - - uid: 58793 + - uid: 28447 components: - type: Transform - pos: -51.5,181.5 + pos: 22.5,-182.5 parent: 1 - - uid: 58794 + - uid: 28448 components: - type: Transform - pos: -51.5,182.5 + pos: -28.5,-147.5 parent: 1 - - uid: 58795 + - uid: 28449 components: - type: Transform - pos: -51.5,183.5 + pos: -29.5,-149.5 parent: 1 - - uid: 58796 + - uid: 28450 components: - type: Transform - pos: -51.5,184.5 + pos: -21.5,-154.5 parent: 1 - - uid: 58797 + - uid: 28451 components: - type: Transform - pos: -51.5,185.5 + pos: -8.5,-176.5 parent: 1 - - uid: 58798 + - uid: 28452 components: - type: Transform - pos: -51.5,186.5 + pos: 24.5,-181.5 parent: 1 - - uid: 58799 + - uid: 28453 components: - type: Transform - pos: -51.5,187.5 + pos: 24.5,-183.5 parent: 1 - - uid: 58800 + - uid: 28454 components: - type: Transform - pos: -51.5,188.5 + pos: 24.5,-180.5 parent: 1 - - uid: 58801 + - uid: 28455 components: - type: Transform - pos: -51.5,189.5 + pos: 15.5,-184.5 parent: 1 - - uid: 58802 + - uid: 28456 components: - type: Transform - pos: -51.5,190.5 + pos: 25.5,-182.5 parent: 1 - - uid: 58803 + - uid: 28457 components: - type: Transform - pos: -51.5,191.5 + pos: 17.5,-180.5 parent: 1 - - uid: 58804 + - uid: 28458 components: - type: Transform - pos: -51.5,192.5 + pos: -28.5,-154.5 parent: 1 - - uid: 58805 + - uid: 28459 components: - type: Transform - pos: -51.5,193.5 + pos: 21.5,-179.5 parent: 1 - - uid: 58806 + - uid: 28460 components: - type: Transform - pos: -51.5,194.5 + pos: 15.5,-181.5 parent: 1 - - uid: 58807 + - uid: 28461 components: - type: Transform - pos: -51.5,195.5 + pos: 16.5,-180.5 parent: 1 - - uid: 58808 + - uid: 28462 components: - type: Transform - pos: -51.5,196.5 + pos: 13.5,-182.5 parent: 1 - - uid: 58809 + - uid: 28463 components: - type: Transform - pos: -51.5,197.5 + pos: 25.5,-183.5 parent: 1 - - uid: 58810 + - uid: 28464 components: - type: Transform - pos: -51.5,198.5 + pos: 17.5,-181.5 parent: 1 - - uid: 58811 + - uid: 28465 components: - type: Transform - pos: -51.5,199.5 + pos: 14.5,-154.5 parent: 1 - - uid: 58812 + - uid: 28466 components: - type: Transform - pos: -52.5,160.5 + pos: 16.5,-184.5 parent: 1 - - uid: 58813 + - uid: 28467 components: - type: Transform - pos: -52.5,161.5 + pos: 25.5,-181.5 parent: 1 - - uid: 58814 + - uid: 28468 components: - type: Transform - pos: -52.5,162.5 + pos: 21.5,-180.5 parent: 1 - - uid: 58815 + - uid: 28469 components: - type: Transform - pos: -52.5,163.5 + pos: 24.5,-179.5 parent: 1 - - uid: 58816 + - uid: 28470 components: - type: Transform - pos: -52.5,164.5 + pos: 54.5,-187.5 parent: 1 - - uid: 58817 + - uid: 28471 components: - type: Transform - pos: -52.5,165.5 + pos: 53.5,-188.5 parent: 1 - - uid: 58818 + - uid: 28472 components: - type: Transform - pos: -52.5,166.5 + pos: 48.5,-193.5 parent: 1 - - uid: 58823 + - uid: 28473 components: - type: Transform - pos: -52.5,171.5 + pos: 47.5,-195.5 parent: 1 - - uid: 58824 + - uid: 28474 components: - type: Transform - pos: -52.5,172.5 + pos: 50.5,-194.5 parent: 1 - - uid: 58825 + - uid: 28475 components: - type: Transform - pos: -52.5,173.5 + pos: 190.5,-151.5 parent: 1 - - uid: 58826 + - uid: 28476 components: - type: Transform - pos: -52.5,174.5 + pos: 56.5,-187.5 parent: 1 - - uid: 58827 + - uid: 28477 components: - type: Transform - pos: -52.5,175.5 + pos: 190.5,-152.5 parent: 1 - - uid: 58828 + - uid: 28478 components: - type: Transform - pos: -52.5,176.5 + pos: 190.5,-159.5 parent: 1 - - uid: 58829 + - uid: 28479 components: - type: Transform - pos: -52.5,177.5 + pos: 190.5,-150.5 parent: 1 - - uid: 58830 + - uid: 28480 components: - type: Transform - pos: -52.5,178.5 + pos: 11.5,-177.5 parent: 1 - - uid: 58831 + - uid: 28481 components: - type: Transform - pos: -52.5,179.5 + pos: 57.5,-196.5 parent: 1 - - uid: 58832 + - uid: 28482 components: - type: Transform - pos: -52.5,180.5 + pos: 55.5,-188.5 parent: 1 - - uid: 58833 + - uid: 28483 components: - type: Transform - pos: -52.5,181.5 + pos: 47.5,-192.5 parent: 1 - - uid: 58834 + - uid: 28484 components: - type: Transform - pos: -52.5,182.5 + pos: 47.5,-193.5 parent: 1 - - uid: 58835 + - uid: 28485 components: - type: Transform - pos: -52.5,183.5 + pos: 60.5,-177.5 parent: 1 - - uid: 58836 + - uid: 28486 components: - type: Transform - pos: -52.5,184.5 + pos: -28.5,-164.5 parent: 1 - - uid: 58837 + - uid: 28487 components: - type: Transform - pos: -52.5,185.5 + pos: 54.5,-188.5 parent: 1 - - uid: 58838 + - uid: 28488 components: - type: Transform - pos: -52.5,186.5 + pos: 55.5,-187.5 parent: 1 - - uid: 58839 + - uid: 28489 components: - type: Transform - pos: -52.5,187.5 + pos: 145.5,-196.5 parent: 1 - - uid: 58840 + - uid: 28490 components: - type: Transform - pos: -52.5,188.5 + pos: 58.5,-187.5 parent: 1 - - uid: 58841 + - uid: 28491 components: - type: Transform - pos: -52.5,189.5 + pos: 57.5,-188.5 parent: 1 - - uid: 58842 + - uid: 28492 components: - type: Transform - pos: -52.5,190.5 + pos: 57.5,-187.5 parent: 1 - - uid: 58843 + - uid: 28493 components: - type: Transform - pos: -52.5,191.5 + pos: 49.5,-196.5 parent: 1 - - uid: 58844 + - uid: 28494 components: - type: Transform - pos: -52.5,192.5 + pos: 191.5,-155.5 parent: 1 - - uid: 58845 + - uid: 28495 components: - type: Transform - pos: -52.5,193.5 + pos: 191.5,-156.5 parent: 1 - - uid: 58846 + - uid: 28496 components: - type: Transform - pos: -52.5,194.5 + pos: 190.5,-154.5 parent: 1 - - uid: 58847 + - uid: 28497 components: - type: Transform - pos: -52.5,195.5 + pos: 190.5,-155.5 parent: 1 - - uid: 58848 + - uid: 28498 components: - type: Transform - pos: -52.5,196.5 + pos: 9.5,-174.5 parent: 1 - - uid: 58849 + - uid: 28499 components: - type: Transform - pos: -52.5,197.5 + pos: 9.5,-175.5 parent: 1 - - uid: 58850 + - uid: 28500 components: - type: Transform - pos: -52.5,198.5 + pos: -29.5,-152.5 parent: 1 - - uid: 58851 + - uid: 28501 components: - type: Transform - pos: -52.5,199.5 + pos: 39.5,-140.5 parent: 1 - - uid: 58852 + - uid: 28502 components: - type: Transform - pos: -53.5,152.5 + pos: 61.5,-143.5 parent: 1 - - uid: 58853 + - uid: 28503 components: - type: Transform - pos: -53.5,153.5 + pos: 162.5,-197.5 parent: 1 - - uid: 58854 + - uid: 28504 components: - type: Transform - pos: -53.5,154.5 + pos: 65.5,-198.5 parent: 1 - - uid: 58855 + - uid: 28505 components: - type: Transform - pos: -53.5,155.5 + pos: 36.5,-134.5 parent: 1 - - uid: 58856 + - uid: 28506 components: - type: Transform - pos: -53.5,156.5 + pos: 58.5,-193.5 parent: 1 - - uid: 58857 + - uid: 28507 components: - type: Transform - pos: -53.5,157.5 + pos: 63.5,-197.5 parent: 1 - - uid: 58858 + - uid: 28508 components: - type: Transform - pos: -53.5,158.5 + pos: 65.5,-197.5 parent: 1 - - uid: 58859 + - uid: 28509 components: - type: Transform - pos: -53.5,159.5 + pos: 62.5,-198.5 parent: 1 - - uid: 58860 + - uid: 28510 components: - type: Transform - pos: -53.5,160.5 + pos: 62.5,-197.5 parent: 1 - - uid: 58861 + - uid: 28511 components: - type: Transform - pos: -53.5,161.5 + pos: 56.5,-192.5 parent: 1 - - uid: 58862 + - uid: 28512 components: - type: Transform - pos: -53.5,162.5 + pos: 61.5,-198.5 parent: 1 - - uid: 58863 + - uid: 28513 components: - type: Transform - pos: -53.5,163.5 + pos: 39.5,-138.5 parent: 1 - - uid: 58871 + - uid: 28514 components: - type: Transform - pos: -53.5,171.5 + pos: 4.5,-144.5 parent: 1 - - uid: 58872 + - uid: 28515 components: - type: Transform - pos: -53.5,172.5 + pos: 63.5,-142.5 parent: 1 - - uid: 58873 + - uid: 28516 components: - type: Transform - pos: -53.5,173.5 + pos: 7.5,-139.5 parent: 1 - - uid: 58874 + - uid: 28517 components: - type: Transform - pos: -53.5,174.5 + pos: 1.5,-144.5 parent: 1 - - uid: 58875 + - uid: 28518 components: - type: Transform - pos: -53.5,175.5 + pos: 34.5,-135.5 parent: 1 - - uid: 58876 + - uid: 28519 components: - type: Transform - pos: -53.5,176.5 + pos: 39.5,-143.5 parent: 1 - - uid: 58877 + - uid: 28520 components: - type: Transform - pos: -53.5,177.5 + pos: 39.5,-141.5 parent: 1 - - uid: 58878 + - uid: 28521 components: - type: Transform - pos: -53.5,178.5 + pos: 39.5,-142.5 parent: 1 - - uid: 58879 + - uid: 28522 components: - type: Transform - pos: -53.5,179.5 + pos: 2.5,-142.5 parent: 1 - - uid: 58880 + - uid: 28523 components: - type: Transform - pos: -53.5,180.5 + pos: 3.5,-143.5 parent: 1 - - uid: 58881 + - uid: 28524 components: - type: Transform - pos: -53.5,181.5 + pos: 0.5,-177.5 parent: 1 - - uid: 58882 + - uid: 28525 components: - type: Transform - pos: -53.5,182.5 + pos: 4.5,-142.5 parent: 1 - - uid: 58883 + - uid: 28526 components: - type: Transform - pos: -53.5,183.5 + pos: 33.5,-135.5 parent: 1 - - uid: 58884 + - uid: 28527 components: - type: Transform - pos: -53.5,184.5 + pos: 4.5,-143.5 parent: 1 - - uid: 58885 + - uid: 28528 components: - type: Transform - pos: -53.5,185.5 + pos: 2.5,-144.5 parent: 1 - - uid: 58886 + - uid: 28529 components: - type: Transform - pos: -53.5,186.5 + pos: 33.5,-145.5 parent: 1 - - uid: 58887 + - uid: 28530 components: - type: Transform - pos: -53.5,187.5 + pos: 2.5,-146.5 parent: 1 - - uid: 58888 + - uid: 28531 components: - type: Transform - pos: -53.5,188.5 + pos: 33.5,-139.5 parent: 1 - - uid: 58889 + - uid: 28532 components: - type: Transform - pos: -53.5,189.5 + pos: 34.5,-137.5 parent: 1 - - uid: 58890 + - uid: 28533 components: - type: Transform - pos: -53.5,190.5 + pos: 33.5,-137.5 parent: 1 - - uid: 58891 + - uid: 28534 components: - type: Transform - pos: -53.5,191.5 + pos: 39.5,-136.5 parent: 1 - - uid: 58892 + - uid: 28535 components: - type: Transform - pos: -53.5,192.5 + pos: 6.5,-139.5 parent: 1 - - uid: 58893 + - uid: 28536 components: - type: Transform - pos: -53.5,193.5 + pos: 7.5,-148.5 parent: 1 - - uid: 58894 + - uid: 28537 components: - type: Transform - pos: -53.5,194.5 + pos: 3.5,-145.5 parent: 1 - - uid: 58895 + - uid: 28538 components: - type: Transform - pos: -53.5,195.5 + pos: 7.5,-144.5 parent: 1 - - uid: 58896 + - uid: 28539 components: - type: Transform - pos: -53.5,196.5 + pos: 4.5,-146.5 parent: 1 - - uid: 58897 + - uid: 28540 components: - type: Transform - pos: -53.5,197.5 + pos: 7.5,-146.5 parent: 1 - - uid: 58898 + - uid: 28541 components: - type: Transform - pos: -53.5,198.5 + pos: 7.5,-145.5 parent: 1 - - uid: 58899 + - uid: 28542 components: - type: Transform - pos: -53.5,199.5 + pos: 39.5,-134.5 parent: 1 - - uid: 58900 + - uid: 28543 components: - type: Transform - pos: -54.5,152.5 + pos: 39.5,-135.5 parent: 1 - - uid: 58901 + - uid: 28544 components: - type: Transform - pos: -54.5,153.5 + pos: 33.5,-141.5 parent: 1 - - uid: 58902 + - uid: 28545 components: - type: Transform - pos: -54.5,154.5 + pos: 33.5,-136.5 parent: 1 - - uid: 58903 + - uid: 28546 components: - type: Transform - pos: -54.5,155.5 + pos: 54.5,-134.5 parent: 1 - - uid: 58904 + - uid: 28547 components: - type: Transform - pos: -54.5,156.5 + pos: 34.5,-138.5 parent: 1 - - uid: 58905 + - uid: 28548 components: - type: Transform - pos: -54.5,157.5 + pos: 33.5,-146.5 parent: 1 - - uid: 58906 + - uid: 28549 components: - type: Transform - pos: -54.5,158.5 + pos: 63.5,-141.5 parent: 1 - - uid: 58907 + - uid: 28550 components: - type: Transform - pos: -54.5,159.5 + pos: 1.5,-143.5 parent: 1 - - uid: 58908 + - uid: 28551 components: - type: Transform - pos: -54.5,160.5 + pos: 2.5,-143.5 parent: 1 - - uid: 58909 + - uid: 28552 components: - type: Transform - pos: -54.5,161.5 + pos: 2.5,-145.5 parent: 1 - - uid: 58910 + - uid: 28553 components: - type: Transform - pos: -54.5,162.5 + pos: 3.5,-144.5 parent: 1 - - uid: 58911 + - uid: 28554 components: - type: Transform - pos: -54.5,163.5 + pos: 62.5,-141.5 parent: 1 - - uid: 58918 + - uid: 28555 components: - type: Transform - pos: -54.5,170.5 + pos: 39.5,-137.5 parent: 1 - - uid: 58919 + - uid: 28556 components: - type: Transform - pos: -54.5,171.5 + pos: 33.5,-138.5 parent: 1 - - uid: 58920 + - uid: 28557 components: - type: Transform - pos: -54.5,172.5 + pos: 33.5,-140.5 parent: 1 - - uid: 58921 + - uid: 28558 components: - type: Transform - pos: -54.5,173.5 + pos: 6.5,-144.5 parent: 1 - - uid: 58922 + - uid: 28559 components: - type: Transform - pos: -54.5,174.5 + pos: 33.5,-144.5 parent: 1 - - uid: 58923 + - uid: 28560 components: - type: Transform - pos: -54.5,175.5 + pos: 63.5,-145.5 parent: 1 - - uid: 58924 + - uid: 28561 components: - type: Transform - pos: -54.5,176.5 + pos: 63.5,-143.5 parent: 1 - - uid: 58925 + - uid: 28562 components: - type: Transform - pos: -54.5,177.5 + pos: 0.5,-144.5 parent: 1 - - uid: 58926 + - uid: 28563 components: - type: Transform - pos: -54.5,178.5 + pos: 1.5,-145.5 parent: 1 - - uid: 58927 + - uid: 28564 components: - type: Transform - pos: -54.5,179.5 + pos: 4.5,-145.5 parent: 1 - - uid: 58928 + - uid: 28565 components: - type: Transform - pos: -54.5,180.5 + pos: 3.5,-142.5 parent: 1 - - uid: 58929 + - uid: 28566 components: - type: Transform - pos: -54.5,181.5 + pos: 7.5,-142.5 parent: 1 - - uid: 58930 + - uid: 28567 components: - type: Transform - pos: -54.5,182.5 + pos: 3.5,-146.5 parent: 1 - - uid: 58931 + - uid: 28568 components: - type: Transform - pos: -54.5,183.5 + pos: 6.5,-141.5 parent: 1 - - uid: 58932 + - uid: 28569 components: - type: Transform - pos: -54.5,184.5 + pos: 7.5,-149.5 parent: 1 - - uid: 58933 + - uid: 28570 components: - type: Transform - pos: -54.5,185.5 + pos: 31.5,-181.5 parent: 1 - - uid: 58934 + - uid: 28571 components: - type: Transform - pos: -54.5,186.5 + pos: 31.5,-182.5 parent: 1 - - uid: 58935 + - uid: 28572 components: - type: Transform - pos: -54.5,187.5 + pos: 60.5,-173.5 parent: 1 - - uid: 58936 + - uid: 28573 components: - type: Transform - pos: -54.5,188.5 + pos: 30.5,-184.5 parent: 1 - - uid: 58937 + - uid: 28574 components: - type: Transform - pos: -54.5,189.5 + pos: 31.5,-144.5 parent: 1 - - uid: 58938 + - uid: 28575 components: - type: Transform - pos: -54.5,190.5 + pos: -31.5,-149.5 parent: 1 - - uid: 58939 + - uid: 28576 components: - type: Transform - pos: -54.5,191.5 + pos: 62.5,-166.5 parent: 1 - - uid: 58940 + - uid: 28577 components: - type: Transform - pos: -54.5,192.5 + pos: 47.5,-181.5 parent: 1 - - uid: 58941 + - uid: 28578 components: - type: Transform - pos: -54.5,193.5 + pos: 45.5,-183.5 parent: 1 - - uid: 58942 + - uid: 28579 components: - type: Transform - pos: -54.5,194.5 + pos: 27.5,-164.5 parent: 1 - - uid: 58943 + - uid: 28580 components: - type: Transform - pos: -54.5,195.5 + pos: 29.5,-184.5 parent: 1 - - uid: 58944 + - uid: 28581 components: - type: Transform - pos: -54.5,196.5 + pos: -17.5,-152.5 parent: 1 - - uid: 58945 + - uid: 28582 components: - type: Transform - pos: -54.5,197.5 + pos: 32.5,-164.5 parent: 1 - - uid: 58946 + - uid: 28583 components: - type: Transform - pos: -54.5,198.5 + pos: 31.5,-142.5 parent: 1 - - uid: 58947 + - uid: 28584 components: - type: Transform - pos: -54.5,199.5 + pos: 31.5,-140.5 parent: 1 - - uid: 58948 + - uid: 28585 components: - type: Transform - pos: -55.5,152.5 + pos: 27.5,-170.5 parent: 1 - - uid: 58949 + - uid: 28586 components: - type: Transform - pos: -55.5,153.5 + pos: 30.5,-146.5 parent: 1 - - uid: 58950 + - uid: 28587 components: - type: Transform - pos: -55.5,154.5 + pos: 59.5,-164.5 parent: 1 - - uid: 58951 + - uid: 28588 components: - type: Transform - pos: -55.5,155.5 + pos: 44.5,-181.5 parent: 1 - - uid: 58952 + - uid: 28589 components: - type: Transform - pos: -55.5,156.5 + pos: 26.5,-191.5 parent: 1 - - uid: 58953 + - uid: 28590 components: - type: Transform - pos: -55.5,157.5 + pos: 29.5,-182.5 parent: 1 - - uid: 58954 + - uid: 28591 components: - type: Transform - pos: -55.5,158.5 + pos: 46.5,-186.5 parent: 1 - - uid: 58955 + - uid: 28592 components: - type: Transform - pos: -55.5,159.5 + pos: 27.5,-182.5 parent: 1 - - uid: 58956 + - uid: 28593 components: - type: Transform - pos: -55.5,160.5 + pos: 30.5,-182.5 parent: 1 - - uid: 58957 + - uid: 28594 components: - type: Transform - pos: -55.5,161.5 + pos: 31.5,-141.5 parent: 1 - - uid: 58958 + - uid: 28595 components: - type: Transform - pos: -55.5,162.5 + pos: -27.5,-147.5 parent: 1 - - uid: 58959 + - uid: 28596 components: - type: Transform - pos: -55.5,163.5 + pos: 16.5,-182.5 parent: 1 - - uid: 58960 + - uid: 28597 components: - type: Transform - pos: -55.5,164.5 + pos: 29.5,-181.5 parent: 1 - - uid: 58961 + - uid: 28598 components: - type: Transform - pos: -55.5,165.5 + pos: 30.5,-181.5 parent: 1 - - uid: 58962 + - uid: 28599 components: - type: Transform - pos: -55.5,166.5 + pos: 29.5,-183.5 parent: 1 - - uid: 58963 + - uid: 28600 components: - type: Transform - pos: -55.5,167.5 + pos: 30.5,-183.5 parent: 1 - - uid: 58964 + - uid: 28601 components: - type: Transform - pos: -55.5,168.5 + pos: -18.5,-154.5 parent: 1 - - uid: 58965 + - uid: 28602 components: - type: Transform - pos: -55.5,169.5 + pos: -21.5,-151.5 parent: 1 - - uid: 58966 + - uid: 28603 components: - type: Transform - pos: -55.5,170.5 + pos: 28.5,-184.5 parent: 1 - - uid: 58967 + - uid: 28604 components: - type: Transform - pos: -55.5,171.5 + pos: 25.5,-164.5 parent: 1 - - uid: 58968 + - uid: 28605 components: - type: Transform - pos: -55.5,172.5 + pos: 19.5,-164.5 parent: 1 - - uid: 58969 + - uid: 28606 components: - type: Transform - pos: -55.5,173.5 + pos: 30.5,-148.5 parent: 1 - - uid: 58970 + - uid: 28607 components: - type: Transform - pos: -55.5,174.5 + pos: 61.5,-164.5 parent: 1 - - uid: 58971 + - uid: 28608 components: - type: Transform - pos: -55.5,175.5 + pos: 46.5,-179.5 parent: 1 - - uid: 58972 + - uid: 28609 components: - type: Transform - pos: -55.5,176.5 + pos: 31.5,-183.5 parent: 1 - - uid: 58973 + - uid: 28610 components: - type: Transform - pos: -55.5,177.5 + pos: 32.5,-182.5 parent: 1 - - uid: 58974 + - uid: 28611 components: - type: Transform - pos: -55.5,178.5 + pos: 32.5,-183.5 parent: 1 - - uid: 58975 + - uid: 28612 components: - type: Transform - pos: -55.5,179.5 + pos: 32.5,-184.5 parent: 1 - - uid: 58976 + - uid: 28613 components: - type: Transform - pos: -55.5,180.5 + pos: 30.5,-185.5 parent: 1 - - uid: 58977 + - uid: 28614 components: - type: Transform - pos: -55.5,181.5 + pos: 30.5,-187.5 parent: 1 - - uid: 58978 + - uid: 28615 components: - type: Transform - pos: -55.5,182.5 + pos: 31.5,-184.5 parent: 1 - - uid: 58979 + - uid: 28616 components: - type: Transform - pos: -55.5,183.5 + pos: 32.5,-181.5 parent: 1 - - uid: 58980 + - uid: 28617 components: - type: Transform - pos: -55.5,184.5 + pos: 30.5,-186.5 parent: 1 - - uid: 58981 + - uid: 28618 components: - type: Transform - pos: -55.5,185.5 + pos: 30.5,-188.5 parent: 1 - - uid: 58982 + - uid: 28619 components: - type: Transform - pos: -55.5,186.5 + pos: 32.5,-185.5 parent: 1 - - uid: 58983 + - uid: 28620 components: - type: Transform - pos: -55.5,187.5 + pos: -27.5,-156.5 parent: 1 - - uid: 58984 + - uid: 28621 components: - type: Transform - pos: -55.5,188.5 + pos: -17.5,-153.5 parent: 1 - - uid: 58985 + - uid: 28622 components: - type: Transform - pos: -55.5,189.5 + pos: 31.5,-187.5 parent: 1 - - uid: 58986 + - uid: 28623 components: - type: Transform - pos: -55.5,190.5 + pos: -28.5,-149.5 parent: 1 - - uid: 58987 + - uid: 28624 components: - type: Transform - pos: -55.5,191.5 + pos: 31.5,-185.5 parent: 1 - - uid: 58988 + - uid: 28625 components: - type: Transform - pos: -55.5,192.5 + pos: 31.5,-188.5 parent: 1 - - uid: 58989 + - uid: 28626 components: - type: Transform - pos: -55.5,193.5 + pos: 31.5,-186.5 parent: 1 - - uid: 58990 + - uid: 28627 components: - type: Transform - pos: -55.5,194.5 + pos: 32.5,-187.5 parent: 1 - - uid: 58993 + - uid: 28628 components: - type: Transform - pos: -55.5,197.5 + pos: 32.5,-188.5 parent: 1 - - uid: 58994 + - uid: 28629 components: - type: Transform - pos: -55.5,198.5 + pos: 32.5,-186.5 parent: 1 - - uid: 58995 + - uid: 28630 components: - type: Transform - pos: -55.5,199.5 + pos: 30.5,-147.5 parent: 1 - - uid: 58996 + - uid: 28631 components: - type: Transform - pos: -56.5,152.5 + pos: 30.5,-141.5 parent: 1 - - uid: 58997 + - uid: 28632 components: - type: Transform - pos: -56.5,153.5 + pos: 44.5,-173.5 parent: 1 - - uid: 58998 + - uid: 28633 components: - type: Transform - pos: -56.5,154.5 + pos: 20.5,-164.5 parent: 1 - - uid: 58999 + - uid: 28634 components: - type: Transform - pos: -56.5,155.5 + pos: 44.5,-172.5 parent: 1 - - uid: 59000 + - uid: 28635 components: - type: Transform - pos: -56.5,156.5 + pos: 30.5,-144.5 parent: 1 - - uid: 59001 + - uid: 28636 components: - type: Transform - pos: -56.5,157.5 + pos: -28.5,-157.5 parent: 1 - - uid: 59002 + - uid: 28637 components: - type: Transform - pos: -56.5,158.5 + pos: 31.5,-138.5 parent: 1 - - uid: 59003 + - uid: 28638 components: - type: Transform - pos: -56.5,159.5 + pos: 31.5,-139.5 parent: 1 - - uid: 59004 + - uid: 28639 components: - type: Transform - pos: -56.5,160.5 + pos: 31.5,-137.5 parent: 1 - - uid: 59005 + - uid: 28640 components: - type: Transform - pos: -56.5,161.5 + pos: 30.5,-145.5 parent: 1 - - uid: 59006 + - uid: 28641 components: - type: Transform - pos: -56.5,162.5 + pos: -28.5,-153.5 parent: 1 - - uid: 59007 + - uid: 28642 components: - type: Transform - pos: -56.5,163.5 + pos: 47.5,-185.5 parent: 1 - - uid: 59008 + - uid: 28643 components: - type: Transform - pos: -56.5,164.5 + pos: 45.5,-185.5 parent: 1 - - uid: 59009 + - uid: 28644 components: - type: Transform - pos: -56.5,165.5 + pos: 51.5,-178.5 parent: 1 - - uid: 59010 + - uid: 28645 components: - type: Transform - pos: -56.5,166.5 + pos: 48.5,-178.5 parent: 1 - - uid: 59011 + - uid: 28646 components: - type: Transform - pos: -56.5,167.5 + pos: 28.5,-165.5 parent: 1 - - uid: 59012 + - uid: 28647 components: - type: Transform - pos: -56.5,168.5 + pos: 24.5,-164.5 parent: 1 - - uid: 59013 + - uid: 28648 components: - type: Transform - pos: -56.5,169.5 + pos: 53.5,-175.5 parent: 1 - - uid: 59014 + - uid: 28649 components: - type: Transform - pos: -56.5,170.5 + pos: 47.5,-180.5 parent: 1 - - uid: 59015 + - uid: 28650 components: - type: Transform - pos: -56.5,171.5 + pos: 44.5,-175.5 parent: 1 - - uid: 59016 + - uid: 28651 components: - type: Transform - pos: -56.5,172.5 + pos: 60.5,-164.5 parent: 1 - - uid: 59017 + - uid: 28652 components: - type: Transform - pos: -56.5,173.5 + pos: 28.5,-171.5 parent: 1 - - uid: 59018 + - uid: 28653 components: - type: Transform - pos: -56.5,174.5 + pos: 23.5,-165.5 parent: 1 - - uid: 59019 + - uid: 28654 components: - type: Transform - pos: -56.5,175.5 + pos: 48.5,-180.5 parent: 1 - - uid: 59020 + - uid: 28655 components: - type: Transform - pos: -56.5,176.5 + pos: 47.5,-177.5 parent: 1 - - uid: 59021 + - uid: 28656 components: - type: Transform - pos: -56.5,177.5 + pos: 51.5,-175.5 parent: 1 - - uid: 59022 + - uid: 28657 components: - type: Transform - pos: -56.5,178.5 + pos: 45.5,-184.5 parent: 1 - - uid: 59023 + - uid: 28658 components: - type: Transform - pos: -56.5,179.5 + pos: 30.5,-153.5 parent: 1 - - uid: 59024 + - uid: 28659 components: - type: Transform - pos: -56.5,180.5 + pos: 63.5,-164.5 parent: 1 - - uid: 59025 + - uid: 28660 components: - type: Transform - pos: -56.5,181.5 + pos: 25.5,-160.5 parent: 1 - - uid: 59026 + - uid: 28661 components: - type: Transform - pos: -56.5,182.5 + pos: 26.5,-156.5 parent: 1 - - uid: 59027 + - uid: 28662 components: - type: Transform - pos: -56.5,183.5 + pos: 26.5,-157.5 parent: 1 - - uid: 59028 + - uid: 28663 components: - type: Transform - pos: -56.5,184.5 + pos: 44.5,-179.5 parent: 1 - - uid: 59029 + - uid: 28664 components: - type: Transform - pos: -56.5,185.5 + pos: 46.5,-180.5 parent: 1 - - uid: 59030 + - uid: 28665 components: - type: Transform - pos: -56.5,186.5 + pos: 46.5,-178.5 parent: 1 - - uid: 59031 + - uid: 28666 components: - type: Transform - pos: -56.5,187.5 + pos: 46.5,-177.5 parent: 1 - - uid: 59032 + - uid: 28667 components: - type: Transform - pos: -56.5,188.5 + pos: 25.5,-156.5 parent: 1 - - uid: 59033 + - uid: 28668 components: - type: Transform - pos: -56.5,189.5 + pos: 25.5,-158.5 parent: 1 - - uid: 59034 + - uid: 28669 components: - type: Transform - pos: -56.5,190.5 + pos: 25.5,-155.5 parent: 1 - - uid: 59035 + - uid: 28670 components: - type: Transform - pos: -56.5,191.5 + pos: 25.5,-159.5 parent: 1 - - uid: 59036 + - uid: 28671 components: - type: Transform - pos: -56.5,192.5 + pos: 25.5,-157.5 parent: 1 - - uid: 59037 + - uid: 28672 components: - type: Transform - pos: -56.5,193.5 + pos: 48.5,-183.5 parent: 1 - - uid: 59042 + - uid: 28673 components: - type: Transform - pos: -56.5,198.5 + pos: 47.5,-179.5 parent: 1 - - uid: 59043 + - uid: 28674 components: - type: Transform - pos: -56.5,199.5 + pos: 47.5,-175.5 parent: 1 - - uid: 59049 + - uid: 28675 components: - type: Transform - pos: -57.5,157.5 + pos: 46.5,-172.5 parent: 1 - - uid: 59050 + - uid: 28676 components: - type: Transform - pos: -57.5,158.5 + pos: 50.5,-180.5 parent: 1 - - uid: 59051 + - uid: 28677 components: - type: Transform - pos: -57.5,159.5 + pos: 52.5,-184.5 parent: 1 - - uid: 59052 + - uid: 28678 components: - type: Transform - pos: -57.5,160.5 + pos: 50.5,-186.5 parent: 1 - - uid: 59053 + - uid: 28679 components: - type: Transform - pos: -57.5,161.5 + pos: 31.5,-148.5 parent: 1 - - uid: 59054 + - uid: 28680 components: - type: Transform - pos: -57.5,162.5 + pos: 28.5,-170.5 parent: 1 - - uid: 59055 + - uid: 28681 components: - type: Transform - pos: -57.5,163.5 + pos: 31.5,-146.5 parent: 1 - - uid: 59056 + - uid: 28682 components: - type: Transform - pos: -57.5,164.5 + pos: 31.5,-143.5 parent: 1 - - uid: 59057 + - uid: 28683 components: - type: Transform - pos: -57.5,165.5 + pos: 30.5,-151.5 parent: 1 - - uid: 59058 + - uid: 28684 components: - type: Transform - pos: -57.5,166.5 + pos: 31.5,-147.5 parent: 1 - - uid: 59059 + - uid: 28685 components: - type: Transform - pos: -57.5,167.5 + pos: 62.5,-165.5 parent: 1 - - uid: 59060 + - uid: 28686 components: - type: Transform - pos: -57.5,168.5 + pos: 31.5,-145.5 parent: 1 - - uid: 59061 + - uid: 28687 components: - type: Transform - pos: -57.5,169.5 + pos: 44.5,-178.5 parent: 1 - - uid: 59062 + - uid: 28688 components: - type: Transform - pos: -57.5,170.5 + pos: 51.5,-177.5 parent: 1 - - uid: 59063 + - uid: 28689 components: - type: Transform - pos: -57.5,171.5 + pos: 47.5,-178.5 parent: 1 - - uid: 59064 + - uid: 28690 components: - type: Transform - pos: -57.5,172.5 + pos: 47.5,-176.5 parent: 1 - - uid: 59065 + - uid: 28691 components: - type: Transform - pos: -57.5,173.5 + pos: 30.5,-152.5 parent: 1 - - uid: 59066 + - uid: 28692 components: - type: Transform - pos: -57.5,174.5 + pos: 30.5,-150.5 parent: 1 - - uid: 59067 + - uid: 28693 components: - type: Transform - pos: -57.5,175.5 + pos: 30.5,-149.5 parent: 1 - - uid: 59068 + - uid: 28694 components: - type: Transform - pos: -57.5,176.5 + pos: 30.5,-143.5 parent: 1 - - uid: 59069 + - uid: 28695 components: - type: Transform - pos: -57.5,177.5 + pos: 30.5,-140.5 parent: 1 - - uid: 59070 + - uid: 28696 components: - type: Transform - pos: -57.5,178.5 + pos: 40.5,-168.5 parent: 1 - - uid: 59071 + - uid: 28697 components: - type: Transform - pos: -57.5,179.5 + pos: 30.5,-142.5 parent: 1 - - uid: 59072 + - uid: 28698 components: - type: Transform - pos: -57.5,180.5 + pos: 59.5,-173.5 parent: 1 - - uid: 59073 + - uid: 28699 components: - type: Transform - pos: -57.5,181.5 + pos: 59.5,-174.5 parent: 1 - - uid: 59074 + - uid: 28700 components: - type: Transform - pos: -57.5,182.5 + pos: 23.5,-164.5 parent: 1 - - uid: 59075 + - uid: 28701 components: - type: Transform - pos: -57.5,183.5 + pos: 40.5,-169.5 parent: 1 - - uid: 59076 + - uid: 28702 components: - type: Transform - pos: -57.5,184.5 + pos: 29.5,-170.5 parent: 1 - - uid: 59077 + - uid: 28703 components: - type: Transform - pos: -57.5,185.5 + pos: 59.5,-172.5 parent: 1 - - uid: 59078 + - uid: 28704 components: - type: Transform - pos: -57.5,186.5 + pos: 62.5,-164.5 parent: 1 - - uid: 59079 + - uid: 28705 components: - type: Transform - pos: -57.5,187.5 + pos: 37.5,-169.5 parent: 1 - - uid: 59080 + - uid: 28706 components: - type: Transform - pos: -57.5,188.5 + pos: 24.5,-142.5 parent: 1 - - uid: 59081 + - uid: 28707 components: - type: Transform - pos: -57.5,189.5 + pos: 62.5,-167.5 parent: 1 - - uid: 59082 + - uid: 28708 components: - type: Transform - pos: -57.5,190.5 + pos: 40.5,-170.5 parent: 1 - - uid: 59083 + - uid: 28709 components: - type: Transform - pos: -57.5,191.5 + pos: 24.5,-140.5 parent: 1 - - uid: 59084 + - uid: 28710 components: - type: Transform - pos: -57.5,192.5 + pos: 24.5,-141.5 parent: 1 - - uid: 59085 + - uid: 28711 components: - type: Transform - pos: -57.5,193.5 + pos: 29.5,-145.5 parent: 1 - - uid: 59090 + - uid: 28712 components: - type: Transform - pos: -57.5,198.5 + pos: 24.5,-139.5 parent: 1 - - uid: 59091 + - uid: 28713 components: - type: Transform - pos: -57.5,199.5 + pos: -128.5,59.5 parent: 1 - - uid: 59097 + - uid: 28714 components: - type: Transform - pos: -58.5,157.5 + pos: 29.5,-147.5 parent: 1 - - uid: 59098 + - uid: 28715 components: - type: Transform - pos: -58.5,158.5 + pos: 29.5,-144.5 parent: 1 - - uid: 59099 + - uid: 28716 components: - type: Transform - pos: -58.5,159.5 + pos: 29.5,-149.5 parent: 1 - - uid: 59100 + - uid: 28717 components: - type: Transform - pos: -58.5,160.5 + pos: 38.5,-169.5 parent: 1 - - uid: 59101 + - uid: 28718 components: - type: Transform - pos: -58.5,161.5 + pos: 29.5,-146.5 parent: 1 - - uid: 59102 + - uid: 28719 components: - type: Transform - pos: -58.5,162.5 + pos: 29.5,-148.5 parent: 1 - - uid: 59103 + - uid: 28720 components: - type: Transform - pos: -58.5,163.5 + pos: 21.5,-164.5 parent: 1 - - uid: 59104 + - uid: 28721 components: - type: Transform - pos: -58.5,164.5 + pos: 48.5,-177.5 parent: 1 - - uid: 59105 + - uid: 28722 components: - type: Transform - pos: -58.5,165.5 + pos: 62.5,-173.5 parent: 1 - - uid: 59106 + - uid: 28723 components: - type: Transform - pos: -58.5,166.5 + pos: 49.5,-185.5 parent: 1 - - uid: 59107 + - uid: 28724 components: - type: Transform - pos: -58.5,167.5 + pos: 52.5,-178.5 parent: 1 - - uid: 59108 + - uid: 28725 components: - type: Transform - pos: -58.5,168.5 + pos: 39.5,-171.5 parent: 1 - - uid: 59109 + - uid: 28726 components: - type: Transform - pos: -58.5,169.5 + pos: 39.5,-169.5 parent: 1 - - uid: 59110 + - uid: 28727 components: - type: Transform - pos: -58.5,170.5 + pos: 39.5,-172.5 parent: 1 - - uid: 59111 + - uid: 28728 components: - type: Transform - pos: -58.5,171.5 + pos: 39.5,-175.5 parent: 1 - - uid: 59112 + - uid: 28729 components: - type: Transform - pos: -58.5,172.5 + pos: 39.5,-170.5 parent: 1 - - uid: 59113 + - uid: 28730 components: - type: Transform - pos: -58.5,173.5 + pos: 39.5,-173.5 parent: 1 - - uid: 59114 + - uid: 28731 components: - type: Transform - pos: -58.5,174.5 + pos: 38.5,-168.5 parent: 1 - - uid: 59115 + - uid: 28732 components: - type: Transform - pos: -58.5,175.5 + pos: 39.5,-174.5 parent: 1 - - uid: 59116 + - uid: 28733 components: - type: Transform - pos: -58.5,176.5 + pos: 47.5,-183.5 parent: 1 - - uid: 59117 + - uid: 28734 components: - type: Transform - pos: -58.5,177.5 + pos: 44.5,-180.5 parent: 1 - - uid: 59118 + - uid: 28735 components: - type: Transform - pos: -58.5,178.5 + pos: 53.5,-173.5 parent: 1 - - uid: 59119 + - uid: 28736 components: - type: Transform - pos: -58.5,179.5 + pos: 50.5,-184.5 parent: 1 - - uid: 59120 + - uid: 28737 components: - type: Transform - pos: -58.5,180.5 + pos: 38.5,-171.5 parent: 1 - - uid: 59121 + - uid: 28738 components: - type: Transform - pos: -58.5,181.5 + pos: 29.5,-164.5 parent: 1 - - uid: 59122 + - uid: 28739 components: - type: Transform - pos: -58.5,182.5 + pos: 53.5,-174.5 parent: 1 - - uid: 59123 + - uid: 28740 components: - type: Transform - pos: -58.5,183.5 + pos: 40.5,-174.5 parent: 1 - - uid: 59124 + - uid: 28741 components: - type: Transform - pos: -29.5,174.5 + pos: 31.5,-164.5 parent: 1 - - uid: 59125 + - uid: 28742 components: - type: Transform - pos: -29.5,183.5 + pos: 51.5,-181.5 parent: 1 - - uid: 59126 + - uid: 28743 components: - type: Transform - pos: -29.5,184.5 + pos: 40.5,-171.5 parent: 1 - - uid: 59127 + - uid: 28744 components: - type: Transform - pos: -29.5,185.5 + pos: 50.5,-176.5 parent: 1 - - uid: 59130 + - uid: 28745 components: - type: Transform - pos: -58.5,187.5 + pos: 40.5,-172.5 parent: 1 - - uid: 59131 + - uid: 28746 components: - type: Transform - pos: -58.5,188.5 + pos: 27.5,-165.5 parent: 1 - - uid: 59132 + - uid: 28747 components: - type: Transform - pos: -58.5,189.5 + pos: 44.5,-176.5 parent: 1 - - uid: 59133 + - uid: 28748 components: - type: Transform - pos: -58.5,190.5 + pos: 30.5,-165.5 parent: 1 - - uid: 59134 + - uid: 28749 components: - type: Transform - pos: -58.5,191.5 + pos: 48.5,-179.5 parent: 1 - - uid: 59135 + - uid: 28750 components: - type: Transform - pos: -58.5,192.5 + pos: 60.5,-174.5 parent: 1 - - uid: 59136 + - uid: 28751 components: - type: Transform - pos: -58.5,193.5 + pos: 51.5,-173.5 parent: 1 - - uid: 59137 + - uid: 28752 components: - type: Transform - pos: -58.5,194.5 + pos: 59.5,-177.5 parent: 1 - - uid: 59141 + - uid: 28753 components: - type: Transform - pos: -58.5,198.5 + pos: 44.5,-174.5 parent: 1 - - uid: 59142 + - uid: 28754 components: - type: Transform - pos: -58.5,199.5 + pos: 25.5,-165.5 parent: 1 - - uid: 59143 + - uid: 28755 components: - type: Transform - pos: -59.5,152.5 + pos: 60.5,-172.5 parent: 1 - - uid: 59144 + - uid: 28756 components: - type: Transform - pos: -59.5,153.5 + pos: 31.5,-165.5 parent: 1 - - uid: 59145 + - uid: 28757 components: - type: Transform - pos: -59.5,154.5 + pos: 26.5,-164.5 parent: 1 - - uid: 59146 + - uid: 28758 components: - type: Transform - pos: -59.5,155.5 + pos: 44.5,-177.5 parent: 1 - - uid: 59147 + - uid: 28759 components: - type: Transform - pos: -59.5,156.5 + pos: 52.5,-171.5 parent: 1 - - uid: 59148 + - uid: 28760 components: - type: Transform - pos: -59.5,157.5 + pos: 26.5,-165.5 parent: 1 - - uid: 59149 + - uid: 28761 components: - type: Transform - pos: -59.5,158.5 + pos: 52.5,-183.5 parent: 1 - - uid: 59150 + - uid: 28762 components: - type: Transform - pos: -59.5,159.5 + pos: 52.5,-181.5 parent: 1 - - uid: 59151 + - uid: 28763 components: - type: Transform - pos: -59.5,160.5 + pos: 52.5,-182.5 parent: 1 - - uid: 59152 + - uid: 28764 components: - type: Transform - pos: -59.5,161.5 + pos: 51.5,-183.5 parent: 1 - - uid: 59153 + - uid: 28765 components: - type: Transform - pos: -59.5,162.5 + pos: 51.5,-182.5 parent: 1 - - uid: 59154 + - uid: 28766 components: - type: Transform - pos: -59.5,163.5 + pos: 61.5,-173.5 parent: 1 - - uid: 59155 + - uid: 28767 components: - type: Transform - pos: -59.5,164.5 + pos: 10.5,-142.5 parent: 1 - - uid: 59156 + - uid: 28768 components: - type: Transform - pos: -59.5,165.5 + pos: 50.5,-172.5 parent: 1 - - uid: 59157 + - uid: 28769 components: - type: Transform - pos: -59.5,166.5 + pos: 63.5,-169.5 parent: 1 - - uid: 59158 + - uid: 28770 components: - type: Transform - pos: -59.5,167.5 + pos: 49.5,-179.5 parent: 1 - - uid: 59159 + - uid: 28771 components: - type: Transform - pos: -59.5,168.5 + pos: 49.5,-181.5 parent: 1 - - uid: 59160 + - uid: 28772 components: - type: Transform - pos: -59.5,169.5 + pos: 59.5,-176.5 parent: 1 - - uid: 59161 + - uid: 28773 components: - type: Transform - pos: -59.5,170.5 + pos: 59.5,-175.5 parent: 1 - - uid: 59162 + - uid: 28774 components: - type: Transform - pos: -59.5,171.5 + pos: 48.5,-182.5 parent: 1 - - uid: 59163 + - uid: 28775 components: - type: Transform - pos: -59.5,172.5 + pos: 52.5,-180.5 parent: 1 - - uid: 59164 + - uid: 28776 components: - type: Transform - pos: -59.5,173.5 + pos: 51.5,-176.5 parent: 1 - - uid: 59165 + - uid: 28777 components: - type: Transform - pos: -59.5,174.5 + pos: 51.5,-174.5 parent: 1 - - uid: 59166 + - uid: 28778 components: - type: Transform - pos: -59.5,175.5 + pos: 51.5,-172.5 parent: 1 - - uid: 59167 + - uid: 28779 components: - type: Transform - pos: -59.5,176.5 + pos: 52.5,-179.5 parent: 1 - - uid: 59168 + - uid: 28780 components: - type: Transform - pos: -59.5,177.5 + pos: 49.5,-186.5 parent: 1 - - uid: 59169 + - uid: 28781 components: - type: Transform - pos: -59.5,178.5 + pos: 37.5,-175.5 parent: 1 - - uid: 59170 + - uid: 28782 components: - type: Transform - pos: -59.5,179.5 + pos: 29.5,-165.5 parent: 1 - - uid: 59171 + - uid: 28783 components: - type: Transform - pos: -59.5,180.5 + pos: 47.5,-184.5 parent: 1 - - uid: 59172 + - uid: 28784 components: - type: Transform - pos: -59.5,181.5 + pos: 28.5,-164.5 parent: 1 - - uid: 59173 + - uid: 28785 components: - type: Transform - pos: -59.5,182.5 + pos: 51.5,-180.5 parent: 1 - - uid: 59174 + - uid: 28786 components: - type: Transform - pos: -59.5,183.5 + pos: 38.5,-170.5 parent: 1 - - uid: 59175 + - uid: 28787 components: - type: Transform - pos: -59.5,184.5 + pos: 37.5,-174.5 parent: 1 - - uid: 59176 + - uid: 28788 components: - type: Transform - pos: -59.5,185.5 + pos: 30.5,-164.5 parent: 1 - - uid: 59177 + - uid: 28789 components: - type: Transform - pos: -59.5,186.5 + pos: 35.5,-174.5 parent: 1 - - uid: 59178 + - uid: 28790 components: - type: Transform - pos: -59.5,187.5 + pos: 48.5,-176.5 parent: 1 - - uid: 59179 + - uid: 28791 components: - type: Transform - pos: -59.5,188.5 + pos: 47.5,-182.5 parent: 1 - - uid: 59180 + - uid: 28792 components: - type: Transform - pos: -59.5,189.5 + pos: 48.5,-174.5 parent: 1 - - uid: 59181 + - uid: 28793 components: - type: Transform - pos: -59.5,190.5 + pos: 48.5,-175.5 parent: 1 - - uid: 59182 + - uid: 28794 components: - type: Transform - pos: -59.5,191.5 + pos: 50.5,-181.5 parent: 1 - - uid: 59183 + - uid: 28795 components: - type: Transform - pos: -59.5,192.5 + pos: 50.5,-183.5 parent: 1 - - uid: 59184 + - uid: 28796 components: - type: Transform - pos: -59.5,193.5 + pos: 50.5,-182.5 parent: 1 - - uid: 59185 + - uid: 28797 components: - type: Transform - pos: -59.5,194.5 + pos: 50.5,-174.5 parent: 1 - - uid: 59186 + - uid: 28798 components: - type: Transform - pos: -59.5,195.5 + pos: 50.5,-185.5 parent: 1 - - uid: 59187 + - uid: 28799 components: - type: Transform - pos: -59.5,196.5 + pos: 50.5,-178.5 parent: 1 - - uid: 59188 + - uid: 28800 components: - type: Transform - pos: -59.5,197.5 + pos: 50.5,-173.5 parent: 1 - - uid: 59189 + - uid: 28801 components: - type: Transform - pos: -59.5,198.5 + pos: 50.5,-177.5 parent: 1 - - uid: 59190 + - uid: 28802 components: - type: Transform - pos: -59.5,199.5 + pos: 50.5,-175.5 parent: 1 - - uid: 59191 + - uid: 28803 components: - type: Transform - pos: -60.5,152.5 + pos: 49.5,-183.5 parent: 1 - - uid: 59192 + - uid: 28804 components: - type: Transform - pos: -60.5,153.5 + pos: 49.5,-180.5 parent: 1 - - uid: 59193 + - uid: 28805 components: - type: Transform - pos: -60.5,154.5 + pos: 49.5,-182.5 parent: 1 - - uid: 59194 + - uid: 28806 components: - type: Transform - pos: -60.5,155.5 + pos: 49.5,-177.5 parent: 1 - - uid: 59195 + - uid: 28807 components: - type: Transform - pos: -60.5,156.5 + pos: 49.5,-178.5 parent: 1 - - uid: 59196 + - uid: 28808 components: - type: Transform - pos: -60.5,157.5 + pos: 49.5,-175.5 parent: 1 - - uid: 59197 + - uid: 28809 components: - type: Transform - pos: -60.5,158.5 + pos: 49.5,-176.5 parent: 1 - - uid: 59198 + - uid: 28810 components: - type: Transform - pos: -60.5,159.5 + pos: 49.5,-173.5 parent: 1 - - uid: 59199 + - uid: 28811 components: - type: Transform - pos: -60.5,160.5 + pos: 49.5,-174.5 parent: 1 - - uid: 59200 + - uid: 28812 components: - type: Transform - pos: -60.5,161.5 + pos: 33.5,-162.5 parent: 1 - - uid: 59201 + - uid: 28813 components: - type: Transform - pos: -60.5,162.5 + pos: 48.5,-186.5 parent: 1 - - uid: 59202 + - uid: 28814 components: - type: Transform - pos: -60.5,163.5 + pos: 33.5,-159.5 parent: 1 - - uid: 59203 + - uid: 28815 components: - type: Transform - pos: -60.5,164.5 + pos: 33.5,-160.5 parent: 1 - - uid: 59204 + - uid: 28816 components: - type: Transform - pos: -60.5,165.5 + pos: 33.5,-157.5 parent: 1 - - uid: 59205 + - uid: 28817 components: - type: Transform - pos: -60.5,166.5 + pos: 33.5,-158.5 parent: 1 - - uid: 59206 + - uid: 28818 components: - type: Transform - pos: -60.5,167.5 + pos: 33.5,-155.5 parent: 1 - - uid: 59207 + - uid: 28819 components: - type: Transform - pos: -60.5,168.5 + pos: 33.5,-156.5 parent: 1 - - uid: 59208 + - uid: 28820 components: - type: Transform - pos: -60.5,169.5 + pos: 30.5,-168.5 parent: 1 - - uid: 59209 + - uid: 28821 components: - type: Transform - pos: -60.5,170.5 + pos: 33.5,-154.5 parent: 1 - - uid: 59210 + - uid: 28822 components: - type: Transform - pos: -60.5,171.5 + pos: 58.5,-186.5 parent: 1 - - uid: 59211 + - uid: 28823 components: - type: Transform - pos: -60.5,172.5 + pos: 30.5,-166.5 parent: 1 - - uid: 59212 + - uid: 28824 components: - type: Transform - pos: -60.5,173.5 + pos: 58.5,-182.5 parent: 1 - - uid: 59213 + - uid: 28825 components: - type: Transform - pos: -60.5,174.5 + pos: 58.5,-184.5 parent: 1 - - uid: 59214 + - uid: 28826 components: - type: Transform - pos: -60.5,175.5 + pos: 58.5,-179.5 parent: 1 - - uid: 59215 + - uid: 28827 components: - type: Transform - pos: -60.5,176.5 + pos: 58.5,-181.5 parent: 1 - - uid: 59216 + - uid: 28828 components: - type: Transform - pos: -60.5,177.5 + pos: 56.5,-186.5 parent: 1 - - uid: 59217 + - uid: 28829 components: - type: Transform - pos: -60.5,178.5 + pos: 58.5,-180.5 parent: 1 - - uid: 59218 + - uid: 28830 components: - type: Transform - pos: -60.5,179.5 + pos: 56.5,-183.5 parent: 1 - - uid: 59219 + - uid: 28831 components: - type: Transform - pos: -60.5,180.5 + pos: 56.5,-184.5 parent: 1 - - uid: 59220 + - uid: 28832 components: - type: Transform - pos: -60.5,181.5 + pos: 56.5,-181.5 parent: 1 - - uid: 59221 + - uid: 28833 components: - type: Transform - pos: -60.5,182.5 + pos: 56.5,-182.5 parent: 1 - - uid: 59222 + - uid: 28834 components: - type: Transform - pos: -60.5,183.5 + pos: 56.5,-179.5 parent: 1 - - uid: 59223 + - uid: 28835 components: - type: Transform - pos: -60.5,184.5 + pos: 56.5,-180.5 parent: 1 - - uid: 59224 + - uid: 28836 components: - type: Transform - pos: -60.5,185.5 + pos: 56.5,-176.5 parent: 1 - - uid: 59225 + - uid: 28837 components: - type: Transform - pos: -60.5,186.5 + pos: 56.5,-177.5 parent: 1 - - uid: 59226 + - uid: 28838 components: - type: Transform - pos: -60.5,187.5 + pos: 56.5,-174.5 parent: 1 - - uid: 59227 + - uid: 28839 components: - type: Transform - pos: -60.5,188.5 + pos: 56.5,-175.5 parent: 1 - - uid: 59228 + - uid: 28840 components: - type: Transform - pos: -60.5,189.5 + pos: 55.5,-186.5 parent: 1 - - uid: 59229 + - uid: 28841 components: - type: Transform - pos: -60.5,190.5 + pos: 56.5,-172.5 parent: 1 - - uid: 59230 + - uid: 28842 components: - type: Transform - pos: -60.5,191.5 + pos: 55.5,-184.5 parent: 1 - - uid: 59231 + - uid: 28843 components: - type: Transform - pos: -60.5,192.5 + pos: 55.5,-182.5 parent: 1 - - uid: 59232 + - uid: 28844 components: - type: Transform - pos: -60.5,193.5 + pos: 55.5,-177.5 parent: 1 - - uid: 59233 + - uid: 28845 components: - type: Transform - pos: -60.5,194.5 + pos: 55.5,-183.5 parent: 1 - - uid: 59234 + - uid: 28846 components: - type: Transform - pos: -60.5,195.5 + pos: 54.5,-186.5 parent: 1 - - uid: 59235 + - uid: 28847 components: - type: Transform - pos: -60.5,196.5 + pos: 55.5,-179.5 parent: 1 - - uid: 59236 + - uid: 28848 components: - type: Transform - pos: -60.5,197.5 + pos: 54.5,-184.5 parent: 1 - - uid: 59237 + - uid: 28849 components: - type: Transform - pos: -60.5,198.5 + pos: 55.5,-175.5 parent: 1 - - uid: 59238 + - uid: 28850 components: - type: Transform - pos: -60.5,199.5 + pos: 54.5,-182.5 parent: 1 - - uid: 59239 + - uid: 28851 components: - type: Transform - pos: -61.5,152.5 + pos: 54.5,-183.5 parent: 1 - - uid: 59240 + - uid: 28852 components: - type: Transform - pos: -61.5,153.5 + pos: 53.5,-181.5 parent: 1 - - uid: 59241 + - uid: 28853 components: - type: Transform - pos: -61.5,154.5 + pos: 54.5,-180.5 parent: 1 - - uid: 59242 + - uid: 28854 components: - type: Transform - pos: -61.5,155.5 + pos: 53.5,-178.5 parent: 1 - - uid: 59243 + - uid: 28855 components: - type: Transform - pos: -61.5,156.5 + pos: 53.5,-180.5 parent: 1 - - uid: 59244 + - uid: 28856 components: - type: Transform - pos: -61.5,157.5 + pos: 53.5,-185.5 parent: 1 - - uid: 59245 + - uid: 28857 components: - type: Transform - pos: -61.5,158.5 + pos: 53.5,-179.5 parent: 1 - - uid: 59246 + - uid: 28858 components: - type: Transform - pos: -61.5,159.5 + pos: 53.5,-186.5 parent: 1 - - uid: 59247 + - uid: 28859 components: - type: Transform - pos: -61.5,160.5 + pos: 53.5,-184.5 parent: 1 - - uid: 59248 + - uid: 28860 components: - type: Transform - pos: -61.5,161.5 + pos: 54.5,-172.5 parent: 1 - - uid: 59249 + - uid: 28861 components: - type: Transform - pos: -61.5,162.5 + pos: 54.5,-178.5 parent: 1 - - uid: 59250 + - uid: 28862 components: - type: Transform - pos: -61.5,163.5 + pos: 54.5,-176.5 parent: 1 - - uid: 59251 + - uid: 28863 components: - type: Transform - pos: -61.5,164.5 + pos: 54.5,-177.5 parent: 1 - - uid: 59252 + - uid: 28864 components: - type: Transform - pos: -61.5,165.5 + pos: 54.5,-174.5 parent: 1 - - uid: 59253 + - uid: 28865 components: - type: Transform - pos: -61.5,166.5 + pos: 54.5,-175.5 parent: 1 - - uid: 59254 + - uid: 28866 components: - type: Transform - pos: -61.5,167.5 + pos: 54.5,-173.5 parent: 1 - - uid: 59255 + - uid: 28867 components: - type: Transform - pos: -61.5,168.5 + pos: 48.5,-185.5 parent: 1 - - uid: 59256 + - uid: 28868 components: - type: Transform - pos: -61.5,169.5 + pos: 55.5,-173.5 parent: 1 - - uid: 59257 + - uid: 28869 components: - type: Transform - pos: -61.5,170.5 + pos: 49.5,-172.5 parent: 1 - - uid: 59258 + - uid: 28870 components: - type: Transform - pos: -61.5,171.5 + pos: -29.5,-196.5 parent: 1 - - uid: 59259 + - uid: 28871 components: - type: Transform - pos: -61.5,172.5 + pos: -34.5,-196.5 parent: 1 - - uid: 59260 + - uid: 28872 components: - type: Transform - pos: -61.5,173.5 + pos: 55.5,-174.5 parent: 1 - - uid: 59261 + - uid: 28873 components: - type: Transform - pos: -61.5,174.5 + pos: 54.5,-179.5 parent: 1 - - uid: 59262 + - uid: 28874 components: - type: Transform - pos: -61.5,175.5 + pos: -25.5,-197.5 parent: 1 - - uid: 59263 + - uid: 28875 components: - type: Transform - pos: -61.5,176.5 + pos: 58.5,-185.5 parent: 1 - - uid: 59264 + - uid: 28876 components: - type: Transform - pos: -61.5,177.5 + pos: 54.5,-181.5 parent: 1 - - uid: 59265 + - uid: 28877 components: - type: Transform - pos: -61.5,178.5 + pos: 58.5,-183.5 parent: 1 - - uid: 59266 + - uid: 28878 components: - type: Transform - pos: -61.5,179.5 + pos: 58.5,-178.5 parent: 1 - - uid: 59267 + - uid: 28879 components: - type: Transform - pos: -61.5,180.5 + pos: 55.5,-185.5 parent: 1 - - uid: 59268 + - uid: 28880 components: - type: Transform - pos: -61.5,181.5 + pos: 55.5,-178.5 parent: 1 - - uid: 59269 + - uid: 28881 components: - type: Transform - pos: -61.5,182.5 + pos: 55.5,-181.5 parent: 1 - - uid: 59270 + - uid: 28882 components: - type: Transform - pos: -61.5,183.5 + pos: 55.5,-172.5 parent: 1 - - uid: 59271 + - uid: 28883 components: - type: Transform - pos: -61.5,184.5 + pos: 55.5,-176.5 parent: 1 - - uid: 59272 + - uid: 28884 components: - type: Transform - pos: -61.5,185.5 + pos: 53.5,-183.5 parent: 1 - - uid: 59273 + - uid: 28885 components: - type: Transform - pos: -61.5,186.5 + pos: 53.5,-182.5 parent: 1 - - uid: 59274 + - uid: 28886 components: - type: Transform - pos: -61.5,187.5 + pos: 54.5,-185.5 parent: 1 - - uid: 59275 + - uid: 28887 components: - type: Transform - pos: -61.5,188.5 + pos: 33.5,-161.5 parent: 1 - - uid: 59276 + - uid: 28888 components: - type: Transform - pos: -61.5,189.5 + pos: 48.5,-173.5 parent: 1 - - uid: 59277 + - uid: 28889 components: - type: Transform - pos: -61.5,190.5 + pos: 56.5,-173.5 parent: 1 - - uid: 59278 + - uid: 28890 components: - type: Transform - pos: -61.5,191.5 + pos: -32.5,-196.5 parent: 1 - - uid: 59279 + - uid: 28891 components: - type: Transform - pos: -61.5,192.5 + pos: 62.5,-174.5 parent: 1 - - uid: 59280 + - uid: 28892 components: - type: Transform - pos: -61.5,193.5 + pos: -13.5,-189.5 parent: 1 - - uid: 59281 + - uid: 28893 components: - type: Transform - pos: -61.5,194.5 + pos: 37.5,-172.5 parent: 1 - - uid: 59282 + - uid: 28894 components: - type: Transform - pos: -61.5,195.5 + pos: 40.5,-173.5 parent: 1 - - uid: 59283 + - uid: 28895 components: - type: Transform - pos: -61.5,196.5 + pos: 40.5,-175.5 parent: 1 - - uid: 59284 + - uid: 28896 components: - type: Transform - pos: -61.5,197.5 + pos: 39.5,-168.5 parent: 1 - - uid: 59285 + - uid: 28897 components: - type: Transform - pos: -61.5,198.5 + pos: -45.5,-197.5 parent: 1 - - uid: 59286 + - uid: 28898 components: - type: Transform - pos: -61.5,199.5 + pos: 45.5,-198.5 parent: 1 - - uid: 59287 + - uid: 28899 components: - type: Transform - pos: -29.5,178.5 + pos: -51.5,-195.5 parent: 1 - - uid: 59288 + - uid: 28900 components: - type: Transform - pos: -29.5,165.5 + pos: -12.5,-152.5 parent: 1 - - uid: 59289 + - uid: 28901 components: - type: Transform - pos: -29.5,164.5 + pos: -52.5,-197.5 parent: 1 - - uid: 59291 + - uid: 28902 components: - type: Transform - pos: 216.5,193.5 + pos: 46.5,-185.5 parent: 1 - - uid: 59292 + - uid: 28903 components: - type: Transform - pos: -29.5,190.5 + pos: 32.5,-165.5 parent: 1 - - uid: 59293 + - uid: 28904 components: - type: Transform - pos: -29.5,191.5 + pos: 35.5,-175.5 parent: 1 - - uid: 59294 + - uid: 28905 components: - type: Transform - pos: -29.5,192.5 + pos: 61.5,-172.5 parent: 1 - - uid: 59295 + - uid: 28906 components: - type: Transform - pos: -29.5,193.5 + pos: 38.5,-172.5 parent: 1 - - uid: 59296 + - uid: 28907 components: - type: Transform - pos: -29.5,194.5 + pos: 34.5,-168.5 parent: 1 - - uid: 59297 + - uid: 28908 components: - type: Transform - pos: -29.5,195.5 + pos: 37.5,-173.5 parent: 1 - - uid: 59298 + - uid: 28909 components: - type: Transform - pos: -29.5,196.5 + pos: 59.5,-178.5 parent: 1 - - uid: 59299 + - uid: 28910 components: - type: Transform - pos: -29.5,197.5 + pos: 34.5,-169.5 parent: 1 - - uid: 59300 + - uid: 28911 components: - type: Transform - pos: -29.5,198.5 + pos: 24.5,-165.5 parent: 1 - - uid: 59301 + - uid: 28912 components: - type: Transform - pos: -29.5,199.5 + pos: 43.5,-181.5 parent: 1 - - uid: 59302 + - uid: 28913 components: - type: Transform - pos: -30.5,157.5 + pos: 38.5,-175.5 parent: 1 - - uid: 59303 + - uid: 28914 components: - type: Transform - pos: -30.5,158.5 + pos: 36.5,-170.5 parent: 1 - - uid: 59304 + - uid: 28915 components: - type: Transform - pos: -30.5,159.5 + pos: 36.5,-168.5 parent: 1 - - uid: 59305 + - uid: 28916 components: - type: Transform - pos: -30.5,160.5 + pos: 38.5,-173.5 parent: 1 - - uid: 59306 + - uid: 28917 components: - type: Transform - pos: -30.5,161.5 + pos: 38.5,-174.5 parent: 1 - - uid: 59307 + - uid: 28918 components: - type: Transform - pos: -30.5,162.5 + pos: -50.5,-195.5 parent: 1 - - uid: 59308 + - uid: 28919 components: - type: Transform - pos: -30.5,163.5 + pos: 36.5,-169.5 parent: 1 - - uid: 59309 + - uid: 28920 components: - type: Transform - pos: -30.5,164.5 + pos: 36.5,-171.5 parent: 1 - - uid: 59310 + - uid: 28921 components: - type: Transform - pos: -30.5,165.5 + pos: 36.5,-172.5 parent: 1 - - uid: 59311 + - uid: 28922 components: - type: Transform - pos: -30.5,166.5 + pos: 37.5,-168.5 parent: 1 - - uid: 59312 + - uid: 28923 components: - type: Transform - pos: -30.5,167.5 + pos: 36.5,-174.5 parent: 1 - - uid: 59313 + - uid: 28924 components: - type: Transform - pos: -30.5,168.5 + pos: 35.5,-169.5 parent: 1 - - uid: 59314 + - uid: 28925 components: - type: Transform - pos: -30.5,169.5 + pos: 36.5,-175.5 parent: 1 - - uid: 59315 + - uid: 28926 components: - type: Transform - pos: -30.5,170.5 + pos: 35.5,-171.5 parent: 1 - - uid: 59316 + - uid: 28927 components: - type: Transform - pos: -30.5,171.5 + pos: 35.5,-168.5 parent: 1 - - uid: 59317 + - uid: 28928 components: - type: Transform - pos: -30.5,172.5 + pos: 35.5,-170.5 parent: 1 - - uid: 59318 + - uid: 28929 components: - type: Transform - pos: -30.5,173.5 + pos: 35.5,-172.5 parent: 1 - - uid: 59319 + - uid: 28930 components: - type: Transform - pos: -30.5,174.5 + pos: 35.5,-173.5 parent: 1 - - uid: 59320 + - uid: 28931 components: - type: Transform - pos: -30.5,175.5 + pos: 36.5,-173.5 parent: 1 - - uid: 59321 + - uid: 28932 components: - type: Transform - pos: -30.5,176.5 + pos: 45.5,-186.5 parent: 1 - - uid: 59322 + - uid: 28933 components: - type: Transform - pos: -30.5,177.5 + pos: 37.5,-170.5 parent: 1 - - uid: 59323 + - uid: 28934 components: - type: Transform - pos: -30.5,178.5 + pos: 37.5,-171.5 parent: 1 - - uid: 59324 + - uid: 28935 components: - type: Transform - pos: -30.5,179.5 + pos: 45.5,-182.5 parent: 1 - - uid: 59325 + - uid: 28936 components: - type: Transform - pos: -30.5,180.5 + pos: 48.5,-181.5 parent: 1 - - uid: 59326 + - uid: 28937 components: - type: Transform - pos: -30.5,181.5 + pos: 47.5,-174.5 parent: 1 - - uid: 59327 + - uid: 28938 components: - type: Transform - pos: -30.5,182.5 + pos: 52.5,-176.5 parent: 1 - - uid: 59328 + - uid: 28939 components: - type: Transform - pos: -30.5,183.5 + pos: 52.5,-186.5 parent: 1 - - uid: 59329 + - uid: 28940 components: - type: Transform - pos: -30.5,184.5 + pos: 52.5,-175.5 parent: 1 - - uid: 59330 + - uid: 28941 components: - type: Transform - pos: -30.5,185.5 + pos: 51.5,-186.5 parent: 1 - - uid: 59331 + - uid: 28942 components: - type: Transform - pos: 216.5,198.5 + pos: 53.5,-176.5 parent: 1 - - uid: 59332 + - uid: 28943 components: - type: Transform - pos: 217.5,193.5 + pos: 52.5,-174.5 parent: 1 - - uid: 59335 + - uid: 28944 components: - type: Transform - pos: -30.5,190.5 + pos: 53.5,-172.5 parent: 1 - - uid: 59336 + - uid: 28945 components: - type: Transform - pos: -30.5,191.5 + pos: 52.5,-185.5 parent: 1 - - uid: 59337 + - uid: 28946 components: - type: Transform - pos: -30.5,192.5 + pos: 51.5,-185.5 parent: 1 - - uid: 59338 + - uid: 28947 components: - type: Transform - pos: -30.5,193.5 + pos: 52.5,-172.5 parent: 1 - - uid: 59339 + - uid: 28948 components: - type: Transform - pos: -30.5,194.5 + pos: 51.5,-184.5 parent: 1 - - uid: 59340 + - uid: 28949 components: - type: Transform - pos: -30.5,195.5 + pos: 52.5,-173.5 parent: 1 - - uid: 59341 + - uid: 28950 components: - type: Transform - pos: -30.5,196.5 + pos: 48.5,-184.5 parent: 1 - - uid: 59342 + - uid: 28951 components: - type: Transform - pos: -30.5,197.5 + pos: 57.5,-181.5 parent: 1 - - uid: 59343 + - uid: 28952 components: - type: Transform - pos: -30.5,198.5 + pos: 14.5,-157.5 parent: 1 - - uid: 59344 + - uid: 28953 components: - type: Transform - pos: -30.5,199.5 + pos: 14.5,-160.5 parent: 1 - - uid: 59345 + - uid: 28954 components: - type: Transform - pos: 217.5,198.5 + pos: 46.5,-187.5 parent: 1 - - uid: 59347 + - uid: 28955 components: - type: Transform - pos: 217.5,196.5 + pos: 51.5,-187.5 parent: 1 - - uid: 59349 + - uid: 28956 components: - type: Transform - pos: -31.5,161.5 + pos: 58.5,-177.5 parent: 1 - - uid: 59350 + - uid: 28957 components: - type: Transform - pos: -31.5,162.5 + pos: 50.5,-188.5 parent: 1 - - uid: 59351 + - uid: 28958 components: - type: Transform - pos: -31.5,163.5 + pos: 58.5,-175.5 parent: 1 - - uid: 59352 + - uid: 28959 components: - type: Transform - pos: -31.5,164.5 + pos: 58.5,-174.5 parent: 1 - - uid: 59353 + - uid: 28960 components: - type: Transform - pos: -31.5,165.5 + pos: 47.5,-187.5 parent: 1 - - uid: 59354 + - uid: 28961 components: - type: Transform - pos: -31.5,166.5 + pos: 57.5,-183.5 parent: 1 - - uid: 59355 + - uid: 28962 components: - type: Transform - pos: -31.5,167.5 + pos: -28.5,-163.5 parent: 1 - - uid: 59356 + - uid: 28963 components: - type: Transform - pos: -31.5,168.5 + pos: 50.5,-179.5 parent: 1 - - uid: 59357 + - uid: 28964 components: - type: Transform - pos: -31.5,169.5 + pos: 56.5,-185.5 parent: 1 - - uid: 59358 + - uid: 28965 components: - type: Transform - pos: -31.5,170.5 + pos: 53.5,-177.5 parent: 1 - - uid: 59359 + - uid: 28966 components: - type: Transform - pos: -31.5,171.5 + pos: 57.5,-173.5 parent: 1 - - uid: 59360 + - uid: 28967 components: - type: Transform - pos: -31.5,172.5 + pos: 57.5,-179.5 parent: 1 - - uid: 59361 + - uid: 28968 components: - type: Transform - pos: -31.5,173.5 + pos: 57.5,-175.5 parent: 1 - - uid: 59362 + - uid: 28969 components: - type: Transform - pos: -31.5,174.5 + pos: -40.5,-198.5 parent: 1 - - uid: 59363 + - uid: 28970 components: - type: Transform - pos: -31.5,175.5 + pos: 58.5,-173.5 parent: 1 - - uid: 59364 + - uid: 28971 components: - type: Transform - pos: -31.5,176.5 + pos: 57.5,-177.5 parent: 1 - - uid: 59365 + - uid: 28972 components: - type: Transform - pos: -31.5,177.5 + pos: 58.5,-176.5 parent: 1 - - uid: 59366 + - uid: 28973 components: - type: Transform - pos: -31.5,178.5 + pos: 57.5,-185.5 parent: 1 - - uid: 59367 + - uid: 28974 components: - type: Transform - pos: -31.5,179.5 + pos: 52.5,-177.5 parent: 1 - - uid: 59368 + - uid: 28975 components: - type: Transform - pos: -31.5,180.5 + pos: 57.5,-180.5 parent: 1 - - uid: 59369 + - uid: 28976 components: - type: Transform - pos: -31.5,181.5 + pos: 58.5,-172.5 parent: 1 - - uid: 59370 + - uid: 28977 components: - type: Transform - pos: -31.5,182.5 + pos: 56.5,-178.5 parent: 1 - - uid: 59371 + - uid: 28978 components: - type: Transform - pos: -31.5,183.5 + pos: 48.5,-172.5 parent: 1 - - uid: 59372 + - uid: 28979 components: - type: Transform - pos: -31.5,184.5 + pos: 55.5,-180.5 parent: 1 - - uid: 59373 + - uid: 28980 components: - type: Transform - pos: -31.5,185.5 + pos: 57.5,-184.5 parent: 1 - - uid: 59374 + - uid: 28981 components: - type: Transform - pos: -31.5,186.5 + pos: 57.5,-186.5 parent: 1 - - uid: 59375 + - uid: 28982 components: - type: Transform - pos: -31.5,187.5 + pos: 49.5,-184.5 parent: 1 - - uid: 59378 + - uid: 28983 components: - type: Transform - pos: -31.5,190.5 + pos: 57.5,-172.5 parent: 1 - - uid: 59379 + - uid: 28984 components: - type: Transform - pos: -31.5,191.5 + pos: 57.5,-176.5 parent: 1 - - uid: 59380 + - uid: 28985 components: - type: Transform - pos: -31.5,192.5 + pos: 57.5,-174.5 parent: 1 - - uid: 59381 + - uid: 28986 components: - type: Transform - pos: -31.5,193.5 + pos: 47.5,-186.5 parent: 1 - - uid: 59382 + - uid: 28987 components: - type: Transform - pos: -31.5,194.5 + pos: -32.5,-153.5 parent: 1 - - uid: 59383 + - uid: 28988 components: - type: Transform - pos: -31.5,195.5 + pos: 15.5,-156.5 parent: 1 - - uid: 59384 + - uid: 28989 components: - type: Transform - pos: -31.5,196.5 + pos: 16.5,-155.5 parent: 1 - - uid: 59385 + - uid: 28990 components: - type: Transform - pos: -31.5,197.5 + pos: -33.5,-154.5 parent: 1 - - uid: 59386 + - uid: 28991 components: - type: Transform - pos: -31.5,198.5 + pos: -33.5,-151.5 parent: 1 - - uid: 59387 + - uid: 28992 components: - type: Transform - pos: -31.5,199.5 + pos: -32.5,-151.5 parent: 1 - - uid: 59391 + - uid: 28993 components: - type: Transform - pos: 216.5,191.5 + pos: 16.5,-156.5 parent: 1 - - uid: 59393 + - uid: 28994 components: - type: Transform - pos: -32.5,162.5 + pos: 15.5,-157.5 parent: 1 - - uid: 59394 + - uid: 28995 components: - type: Transform - pos: -32.5,163.5 + pos: -34.5,-153.5 parent: 1 - - uid: 59395 + - uid: 28996 components: - type: Transform - pos: -32.5,164.5 + pos: -34.5,-154.5 parent: 1 - - uid: 59396 + - uid: 28997 components: - type: Transform - pos: -32.5,165.5 + pos: 17.5,-161.5 parent: 1 - - uid: 59397 + - uid: 28998 components: - type: Transform - pos: -32.5,166.5 + pos: 17.5,-160.5 parent: 1 - - uid: 59398 + - uid: 28999 components: - type: Transform - pos: -32.5,167.5 + pos: -32.5,-152.5 parent: 1 - - uid: 59399 + - uid: 29000 components: - type: Transform - pos: -32.5,168.5 + pos: -33.5,-155.5 parent: 1 - - uid: 59400 + - uid: 29001 components: - type: Transform - pos: -32.5,169.5 + pos: 15.5,-158.5 parent: 1 - - uid: 59401 + - uid: 29002 components: - type: Transform - pos: -32.5,170.5 + pos: -13.5,-193.5 parent: 1 - - uid: 59402 + - uid: 29003 components: - type: Transform - pos: -32.5,171.5 + pos: 16.5,-157.5 parent: 1 - - uid: 59403 + - uid: 29004 components: - type: Transform - pos: -32.5,172.5 + pos: -32.5,-155.5 parent: 1 - - uid: 59404 + - uid: 29005 components: - type: Transform - pos: -32.5,173.5 + pos: 15.5,-155.5 parent: 1 - - uid: 59405 + - uid: 29006 components: - type: Transform - pos: -32.5,174.5 + pos: -32.5,-154.5 parent: 1 - - uid: 59406 + - uid: 29007 components: - type: Transform - pos: -32.5,175.5 + pos: -33.5,-152.5 parent: 1 - - uid: 59407 + - uid: 29008 components: - type: Transform - pos: -32.5,176.5 + pos: -33.5,-153.5 parent: 1 - - uid: 59408 + - uid: 29009 components: - type: Transform - pos: -32.5,177.5 + pos: 51.5,-188.5 parent: 1 - - uid: 59409 + - uid: 29010 components: - type: Transform - pos: -32.5,178.5 + pos: 18.5,-161.5 parent: 1 - - uid: 59410 + - uid: 29011 components: - type: Transform - pos: -32.5,179.5 + pos: 18.5,-159.5 parent: 1 - - uid: 59411 + - uid: 29012 components: - type: Transform - pos: -32.5,180.5 + pos: 19.5,-163.5 parent: 1 - - uid: 59412 + - uid: 29013 components: - type: Transform - pos: -32.5,181.5 + pos: 61.5,-176.5 parent: 1 - - uid: 59413 + - uid: 29014 components: - type: Transform - pos: -32.5,182.5 + pos: 18.5,-160.5 parent: 1 - - uid: 59414 + - uid: 29015 components: - type: Transform - pos: -32.5,183.5 + pos: -51.5,-198.5 parent: 1 - - uid: 59415 + - uid: 29016 components: - type: Transform - pos: -32.5,184.5 + pos: -49.5,-195.5 parent: 1 - - uid: 59416 + - uid: 29017 components: - type: Transform - pos: -32.5,185.5 + pos: -45.5,-198.5 parent: 1 - - uid: 59417 + - uid: 29018 components: - type: Transform - pos: -32.5,186.5 + pos: -40.5,-197.5 parent: 1 - - uid: 59418 + - uid: 29019 components: - type: Transform - pos: -32.5,187.5 + pos: -49.5,-197.5 parent: 1 - - uid: 59421 + - uid: 29020 components: - type: Transform - pos: -32.5,190.5 + pos: 43.5,-197.5 parent: 1 - - uid: 59422 + - uid: 29021 components: - type: Transform - pos: -32.5,191.5 + pos: -44.5,-197.5 parent: 1 - - uid: 59423 + - uid: 29022 components: - type: Transform - pos: -32.5,192.5 + pos: -13.5,-188.5 parent: 1 - - uid: 59424 + - uid: 29023 components: - type: Transform - pos: -32.5,193.5 + pos: 17.5,-157.5 parent: 1 - - uid: 59425 + - uid: 29024 components: - type: Transform - pos: -32.5,194.5 + pos: 17.5,-156.5 parent: 1 - - uid: 59426 + - uid: 29025 components: - type: Transform - pos: -32.5,195.5 + pos: 13.5,-160.5 parent: 1 - - uid: 59427 + - uid: 29026 components: - type: Transform - pos: -32.5,196.5 + pos: 13.5,-162.5 parent: 1 - - uid: 59428 + - uid: 29027 components: - type: Transform - pos: -32.5,197.5 + pos: 44.5,-187.5 parent: 1 - - uid: 59429 + - uid: 29028 components: - type: Transform - pos: -32.5,198.5 + pos: 12.5,-159.5 parent: 1 - - uid: 59430 + - uid: 29029 components: - type: Transform - pos: -32.5,199.5 + pos: 15.5,-162.5 parent: 1 - - uid: 59436 + - uid: 29030 components: - type: Transform - pos: -33.5,162.5 + pos: -29.5,-198.5 parent: 1 - - uid: 59437 + - uid: 29031 components: - type: Transform - pos: -33.5,163.5 + pos: 18.5,-155.5 parent: 1 - - uid: 59438 + - uid: 29032 components: - type: Transform - pos: -33.5,164.5 + pos: 18.5,-156.5 parent: 1 - - uid: 59439 + - uid: 29033 components: - type: Transform - pos: -33.5,165.5 + pos: 18.5,-158.5 parent: 1 - - uid: 59440 + - uid: 29034 components: - type: Transform - pos: -33.5,166.5 + pos: 18.5,-157.5 parent: 1 - - uid: 59441 + - uid: 29035 components: - type: Transform - pos: -33.5,167.5 + pos: 13.5,-156.5 parent: 1 - - uid: 59442 + - uid: 29036 components: - type: Transform - pos: -33.5,168.5 + pos: 15.5,-160.5 parent: 1 - - uid: 59443 + - uid: 29037 components: - type: Transform - pos: -33.5,169.5 + pos: 50.5,-187.5 parent: 1 - - uid: 59444 + - uid: 29038 components: - type: Transform - pos: -33.5,170.5 + pos: 13.5,-154.5 parent: 1 - - uid: 59445 + - uid: 29039 components: - type: Transform - pos: -33.5,171.5 + pos: 13.5,-155.5 parent: 1 - - uid: 59446 + - uid: 29040 components: - type: Transform - pos: -33.5,172.5 + pos: 45.5,-188.5 parent: 1 - - uid: 59447 + - uid: 29041 components: - type: Transform - pos: -33.5,173.5 + pos: 20.5,-156.5 parent: 1 - - uid: 59448 + - uid: 29042 components: - type: Transform - pos: -33.5,174.5 + pos: 20.5,-162.5 parent: 1 - - uid: 59449 + - uid: 29043 components: - type: Transform - pos: -33.5,175.5 + pos: 23.5,-160.5 parent: 1 - - uid: 59450 + - uid: 29044 components: - type: Transform - pos: -33.5,176.5 + pos: 20.5,-159.5 parent: 1 - - uid: 59451 + - uid: 29045 components: - type: Transform - pos: -33.5,177.5 + pos: 20.5,-158.5 parent: 1 - - uid: 59452 + - uid: 29046 components: - type: Transform - pos: -33.5,178.5 + pos: 24.5,-162.5 parent: 1 - - uid: 59453 + - uid: 29047 components: - type: Transform - pos: -33.5,179.5 + pos: 22.5,-162.5 parent: 1 - - uid: 59454 + - uid: 29048 components: - type: Transform - pos: -33.5,180.5 + pos: 24.5,-154.5 parent: 1 - - uid: 59455 + - uid: 29049 components: - type: Transform - pos: -33.5,181.5 + pos: 20.5,-160.5 parent: 1 - - uid: 59456 + - uid: 29050 components: - type: Transform - pos: -33.5,182.5 + pos: 20.5,-155.5 parent: 1 - - uid: 59457 + - uid: 29051 components: - type: Transform - pos: -33.5,183.5 + pos: 31.5,-155.5 parent: 1 - - uid: 59458 + - uid: 29052 components: - type: Transform - pos: -33.5,184.5 + pos: 32.5,-162.5 parent: 1 - - uid: 59459 + - uid: 29053 components: - type: Transform - pos: -33.5,185.5 + pos: 31.5,-154.5 parent: 1 - - uid: 59460 + - uid: 29054 components: - type: Transform - pos: -33.5,186.5 + pos: 32.5,-161.5 parent: 1 - - uid: 59461 + - uid: 29055 components: - type: Transform - pos: -33.5,187.5 + pos: 31.5,-163.5 parent: 1 - - uid: 59462 + - uid: 29056 components: - type: Transform - pos: -33.5,188.5 + pos: 32.5,-163.5 parent: 1 - - uid: 59463 + - uid: 29057 components: - type: Transform - pos: -33.5,189.5 + pos: 32.5,-157.5 parent: 1 - - uid: 59464 + - uid: 29058 components: - type: Transform - pos: -33.5,190.5 + pos: 21.5,-161.5 parent: 1 - - uid: 59465 + - uid: 29059 components: - type: Transform - pos: -33.5,191.5 + pos: 21.5,-159.5 parent: 1 - - uid: 59466 + - uid: 29060 components: - type: Transform - pos: -33.5,192.5 + pos: 21.5,-163.5 parent: 1 - - uid: 59467 + - uid: 29061 components: - type: Transform - pos: -33.5,193.5 + pos: 21.5,-160.5 parent: 1 - - uid: 59468 + - uid: 29062 components: - type: Transform - pos: -33.5,194.5 + pos: 21.5,-162.5 parent: 1 - - uid: 59469 + - uid: 29063 components: - type: Transform - pos: -33.5,195.5 + pos: 21.5,-157.5 parent: 1 - - uid: 59470 + - uid: 29064 components: - type: Transform - pos: -33.5,196.5 + pos: 21.5,-155.5 parent: 1 - - uid: 59471 + - uid: 29065 components: - type: Transform - pos: -33.5,197.5 + pos: 22.5,-160.5 parent: 1 - - uid: 59472 + - uid: 29066 components: - type: Transform - pos: -33.5,198.5 + pos: 23.5,-158.5 parent: 1 - - uid: 59473 + - uid: 29067 components: - type: Transform - pos: -33.5,199.5 + pos: 32.5,-159.5 parent: 1 - - uid: 59474 + - uid: 29068 components: - type: Transform - pos: -34.5,157.5 + pos: 32.5,-156.5 parent: 1 - - uid: 59475 + - uid: 29069 components: - type: Transform - pos: -34.5,158.5 + pos: 32.5,-155.5 parent: 1 - - uid: 59476 + - uid: 29070 components: - type: Transform - pos: -34.5,159.5 + pos: 24.5,-161.5 parent: 1 - - uid: 59477 + - uid: 29071 components: - type: Transform - pos: -34.5,160.5 + pos: 30.5,-156.5 parent: 1 - - uid: 59478 + - uid: 29072 components: - type: Transform - pos: -34.5,161.5 + pos: 30.5,-162.5 parent: 1 - - uid: 59479 + - uid: 29073 components: - type: Transform - pos: -34.5,162.5 + pos: 29.5,-154.5 parent: 1 - - uid: 59480 + - uid: 29074 components: - type: Transform - pos: -34.5,163.5 + pos: 30.5,-161.5 parent: 1 - - uid: 59481 + - uid: 29075 components: - type: Transform - pos: -34.5,164.5 + pos: 29.5,-157.5 parent: 1 - - uid: 59482 + - uid: 29076 components: - type: Transform - pos: -34.5,165.5 + pos: 29.5,-156.5 parent: 1 - - uid: 59483 + - uid: 29077 components: - type: Transform - pos: -34.5,166.5 + pos: 30.5,-160.5 parent: 1 - - uid: 59484 + - uid: 29078 components: - type: Transform - pos: -34.5,167.5 + pos: 30.5,-158.5 parent: 1 - - uid: 59485 + - uid: 29079 components: - type: Transform - pos: -34.5,168.5 + pos: 22.5,-159.5 parent: 1 - - uid: 59486 + - uid: 29080 components: - type: Transform - pos: -34.5,169.5 + pos: 23.5,-155.5 parent: 1 - - uid: 59487 + - uid: 29081 components: - type: Transform - pos: -34.5,170.5 + pos: 22.5,-157.5 parent: 1 - - uid: 59488 + - uid: 29082 components: - type: Transform - pos: -34.5,171.5 + pos: 22.5,-158.5 parent: 1 - - uid: 59489 + - uid: 29083 components: - type: Transform - pos: -34.5,172.5 + pos: 22.5,-156.5 parent: 1 - - uid: 59490 + - uid: 29084 components: - type: Transform - pos: -34.5,173.5 + pos: 24.5,-158.5 parent: 1 - - uid: 59491 + - uid: 29085 components: - type: Transform - pos: -34.5,174.5 + pos: 24.5,-163.5 parent: 1 - - uid: 59492 + - uid: 29086 components: - type: Transform - pos: -34.5,175.5 + pos: 24.5,-160.5 parent: 1 - - uid: 59493 + - uid: 29087 components: - type: Transform - pos: -34.5,176.5 + pos: 24.5,-157.5 parent: 1 - - uid: 59494 + - uid: 29088 components: - type: Transform - pos: -34.5,177.5 + pos: 25.5,-162.5 parent: 1 - - uid: 59495 + - uid: 29089 components: - type: Transform - pos: -34.5,178.5 + pos: 24.5,-159.5 parent: 1 - - uid: 59496 + - uid: 29090 components: - type: Transform - pos: -34.5,179.5 + pos: 24.5,-156.5 parent: 1 - - uid: 59497 + - uid: 29091 components: - type: Transform - pos: -34.5,180.5 + pos: 25.5,-161.5 parent: 1 - - uid: 59498 + - uid: 29092 components: - type: Transform - pos: -34.5,181.5 + pos: 23.5,-154.5 parent: 1 - - uid: 59499 + - uid: 29093 components: - type: Transform - pos: -34.5,182.5 + pos: 22.5,-161.5 parent: 1 - - uid: 59500 + - uid: 29094 components: - type: Transform - pos: -34.5,183.5 + pos: 32.5,-154.5 parent: 1 - - uid: 59501 + - uid: 29095 components: - type: Transform - pos: -34.5,184.5 + pos: 33.5,-163.5 parent: 1 - - uid: 59502 + - uid: 29096 components: - type: Transform - pos: -34.5,185.5 + pos: 32.5,-158.5 parent: 1 - - uid: 59503 + - uid: 29097 components: - type: Transform - pos: -34.5,186.5 + pos: 64.5,-196.5 parent: 1 - - uid: 59504 + - uid: 29098 components: - type: Transform - pos: -34.5,187.5 + pos: 56.5,-193.5 parent: 1 - - uid: 59505 + - uid: 29099 components: - type: Transform - pos: -34.5,188.5 + pos: 64.5,-198.5 parent: 1 - - uid: 59506 + - uid: 29100 components: - type: Transform - pos: -34.5,189.5 + pos: -31.5,-146.5 parent: 1 - - uid: 59507 + - uid: 29101 components: - type: Transform - pos: -34.5,190.5 + pos: -22.5,-157.5 parent: 1 - - uid: 59508 + - uid: 29102 components: - type: Transform - pos: -34.5,191.5 + pos: -22.5,-156.5 parent: 1 - - uid: 59509 + - uid: 29103 components: - type: Transform - pos: -34.5,192.5 + pos: -23.5,-155.5 parent: 1 - - uid: 59510 + - uid: 29104 components: - type: Transform - pos: -34.5,193.5 + pos: 6.5,-148.5 parent: 1 - - uid: 59511 + - uid: 29105 components: - type: Transform - pos: -34.5,194.5 + pos: -50.5,-197.5 parent: 1 - - uid: 59512 + - uid: 29106 components: - type: Transform - pos: -34.5,195.5 + pos: -26.5,-196.5 parent: 1 - - uid: 59513 + - uid: 29107 components: - type: Transform - pos: -34.5,196.5 + pos: -32.5,-198.5 parent: 1 - - uid: 59514 + - uid: 29108 components: - type: Transform - pos: -34.5,197.5 + pos: 191.5,-152.5 parent: 1 - - uid: 59515 + - uid: 29109 components: - type: Transform - pos: -34.5,198.5 + pos: 15.5,-165.5 parent: 1 - - uid: 59516 + - uid: 29110 components: - type: Transform - pos: -34.5,199.5 + pos: -37.5,-196.5 parent: 1 - - uid: 59517 + - uid: 29111 components: - type: Transform - pos: -35.5,157.5 + pos: -43.5,-198.5 parent: 1 - - uid: 59518 + - uid: 29112 components: - type: Transform - pos: -35.5,158.5 + pos: -5.5,-169.5 parent: 1 - - uid: 59519 + - uid: 29113 components: - type: Transform - pos: -35.5,159.5 + pos: 57.5,-192.5 parent: 1 - - uid: 59520 + - uid: 29114 components: - type: Transform - pos: -35.5,160.5 + pos: -22.5,-153.5 parent: 1 - - uid: 59521 + - uid: 29115 components: - type: Transform - pos: -35.5,161.5 + pos: -21.5,-155.5 parent: 1 - - uid: 59522 + - uid: 29116 components: - type: Transform - pos: -35.5,162.5 + pos: 22.5,-164.5 parent: 1 - - uid: 59523 + - uid: 29117 components: - type: Transform - pos: -35.5,163.5 + pos: 7.5,-186.5 parent: 1 - - uid: 59524 + - uid: 29118 components: - type: Transform - pos: -35.5,164.5 + pos: 52.5,-187.5 parent: 1 - - uid: 59525 + - uid: 29119 components: - type: Transform - pos: -35.5,165.5 + pos: 23.5,-161.5 parent: 1 - - uid: 59526 + - uid: 29120 components: - type: Transform - pos: -35.5,166.5 + pos: 18.5,-163.5 parent: 1 - - uid: 59527 + - uid: 29121 components: - type: Transform - pos: -35.5,167.5 + pos: 17.5,-163.5 parent: 1 - - uid: 59528 + - uid: 29122 components: - type: Transform - pos: -35.5,168.5 + pos: 19.5,-154.5 parent: 1 - - uid: 59529 + - uid: 29123 components: - type: Transform - pos: -35.5,169.5 + pos: 17.5,-159.5 parent: 1 - - uid: 59530 + - uid: 29124 components: - type: Transform - pos: -35.5,170.5 + pos: 19.5,-158.5 parent: 1 - - uid: 59531 + - uid: 29125 components: - type: Transform - pos: -35.5,171.5 + pos: 19.5,-160.5 parent: 1 - - uid: 59532 + - uid: 29126 components: - type: Transform - pos: -35.5,172.5 + pos: 19.5,-162.5 parent: 1 - - uid: 59533 + - uid: 29127 components: - type: Transform - pos: -35.5,173.5 + pos: 17.5,-154.5 parent: 1 - - uid: 59534 + - uid: 29128 components: - type: Transform - pos: -35.5,174.5 + pos: 16.5,-154.5 parent: 1 - - uid: 59535 + - uid: 29129 components: - type: Transform - pos: -35.5,175.5 + pos: 16.5,-160.5 parent: 1 - - uid: 59536 + - uid: 29130 components: - type: Transform - pos: -35.5,176.5 + pos: 16.5,-162.5 parent: 1 - - uid: 59537 + - uid: 29131 components: - type: Transform - pos: -35.5,177.5 + pos: 16.5,-161.5 parent: 1 - - uid: 59538 + - uid: 29132 components: - type: Transform - pos: -35.5,178.5 + pos: 19.5,-155.5 parent: 1 - - uid: 59539 + - uid: 29133 components: - type: Transform - pos: -35.5,179.5 + pos: 29.5,-161.5 parent: 1 - - uid: 59540 + - uid: 29134 components: - type: Transform - pos: -35.5,180.5 + pos: 16.5,-158.5 parent: 1 - - uid: 59541 + - uid: 29135 components: - type: Transform - pos: -35.5,181.5 + pos: 15.5,-154.5 parent: 1 - - uid: 59542 + - uid: 29136 components: - type: Transform - pos: -35.5,182.5 + pos: 16.5,-163.5 parent: 1 - - uid: 59543 + - uid: 29137 components: - type: Transform - pos: -35.5,183.5 + pos: 17.5,-158.5 parent: 1 - - uid: 59544 + - uid: 29138 components: - type: Transform - pos: -35.5,184.5 + pos: 16.5,-159.5 parent: 1 - - uid: 59545 + - uid: 29139 components: - type: Transform - pos: -35.5,185.5 + pos: 17.5,-162.5 parent: 1 - - uid: 59546 + - uid: 29140 components: - type: Transform - pos: -35.5,186.5 + pos: 29.5,-160.5 parent: 1 - - uid: 59547 + - uid: 29141 components: - type: Transform - pos: -35.5,187.5 + pos: 23.5,-157.5 parent: 1 - - uid: 59548 + - uid: 29142 components: - type: Transform - pos: -35.5,188.5 + pos: 20.5,-154.5 parent: 1 - - uid: 59549 + - uid: 29143 components: - type: Transform - pos: -35.5,189.5 + pos: 21.5,-156.5 parent: 1 - - uid: 59550 + - uid: 29144 components: - type: Transform - pos: -35.5,190.5 + pos: 23.5,-159.5 parent: 1 - - uid: 59551 + - uid: 29145 components: - type: Transform - pos: -35.5,191.5 + pos: 21.5,-154.5 parent: 1 - - uid: 59552 + - uid: 29146 components: - type: Transform - pos: -35.5,192.5 + pos: 24.5,-155.5 parent: 1 - - uid: 59553 + - uid: 29147 components: - type: Transform - pos: -35.5,193.5 + pos: 25.5,-163.5 parent: 1 - - uid: 59554 + - uid: 29148 components: - type: Transform - pos: -35.5,194.5 + pos: 21.5,-158.5 parent: 1 - - uid: 59555 + - uid: 29149 components: - type: Transform - pos: -35.5,195.5 + pos: 20.5,-161.5 parent: 1 - - uid: 59556 + - uid: 29150 components: - type: Transform - pos: -35.5,196.5 + pos: 20.5,-157.5 parent: 1 - - uid: 59557 + - uid: 29151 components: - type: Transform - pos: -35.5,197.5 + pos: 19.5,-161.5 parent: 1 - - uid: 59558 + - uid: 29152 components: - type: Transform - pos: -35.5,198.5 + pos: 17.5,-155.5 parent: 1 - - uid: 59559 + - uid: 29153 components: - type: Transform - pos: -35.5,199.5 + pos: 23.5,-156.5 parent: 1 - - uid: 59560 + - uid: 29154 components: - type: Transform - pos: -36.5,157.5 + pos: 19.5,-156.5 parent: 1 - - uid: 59561 + - uid: 29155 components: - type: Transform - pos: -36.5,158.5 + pos: 19.5,-157.5 parent: 1 - - uid: 59562 + - uid: 29156 components: - type: Transform - pos: -36.5,159.5 + pos: 18.5,-162.5 parent: 1 - - uid: 59563 + - uid: 29157 components: - type: Transform - pos: -36.5,160.5 + pos: 18.5,-154.5 parent: 1 - - uid: 59564 + - uid: 29158 components: - type: Transform - pos: -36.5,161.5 + pos: 20.5,-163.5 parent: 1 - - uid: 59565 + - uid: 29159 components: - type: Transform - pos: -36.5,162.5 + pos: 29.5,-159.5 parent: 1 - - uid: 59566 + - uid: 29160 components: - type: Transform - pos: -36.5,163.5 + pos: 29.5,-158.5 parent: 1 - - uid: 59567 + - uid: 29161 components: - type: Transform - pos: -36.5,164.5 + pos: 26.5,-158.5 parent: 1 - - uid: 59568 + - uid: 29162 components: - type: Transform - pos: -36.5,165.5 + pos: 40.5,-138.5 parent: 1 - - uid: 59569 + - uid: 29163 components: - type: Transform - pos: -36.5,166.5 + pos: 40.5,-139.5 parent: 1 - - uid: 59570 + - uid: 29164 components: - type: Transform - pos: -36.5,167.5 + pos: 40.5,-136.5 parent: 1 - - uid: 59571 + - uid: 29165 components: - type: Transform - pos: -36.5,168.5 + pos: 37.5,-136.5 parent: 1 - - uid: 59572 + - uid: 29166 components: - type: Transform - pos: -36.5,169.5 + pos: 13.5,-158.5 parent: 1 - - uid: 59573 + - uid: 29167 components: - type: Transform - pos: -36.5,170.5 + pos: 37.5,-140.5 parent: 1 - - uid: 59574 + - uid: 29168 components: - type: Transform - pos: -36.5,171.5 + pos: -8.5,-173.5 parent: 1 - - uid: 59575 + - uid: 29169 components: - type: Transform - pos: -36.5,172.5 + pos: 44.5,-145.5 parent: 1 - - uid: 59576 + - uid: 29170 components: - type: Transform - pos: -36.5,173.5 + pos: 41.5,-142.5 parent: 1 - - uid: 59577 + - uid: 29171 components: - type: Transform - pos: -36.5,174.5 + pos: 41.5,-141.5 parent: 1 - - uid: 59578 + - uid: 29172 components: - type: Transform - pos: -36.5,175.5 + pos: 44.5,-141.5 parent: 1 - - uid: 59579 + - uid: 29173 components: - type: Transform - pos: -36.5,176.5 + pos: 41.5,-144.5 parent: 1 - - uid: 59580 + - uid: 29174 components: - type: Transform - pos: -36.5,177.5 + pos: 45.5,-140.5 parent: 1 - - uid: 59581 + - uid: 29175 components: - type: Transform - pos: -36.5,178.5 + pos: -53.5,-198.5 parent: 1 - - uid: 59582 + - uid: 29176 components: - type: Transform - pos: -36.5,179.5 + pos: 44.5,-143.5 parent: 1 - - uid: 59583 + - uid: 29177 components: - type: Transform - pos: -36.5,180.5 + pos: 40.5,-141.5 parent: 1 - - uid: 59584 + - uid: 29178 components: - type: Transform - pos: -36.5,181.5 + pos: 44.5,-137.5 parent: 1 - - uid: 59585 + - uid: 29179 components: - type: Transform - pos: -36.5,182.5 + pos: 1.5,-175.5 parent: 1 - - uid: 59586 + - uid: 29180 components: - type: Transform - pos: -36.5,183.5 + pos: 42.5,-139.5 parent: 1 - - uid: 59587 + - uid: 29181 components: - type: Transform - pos: -36.5,184.5 + pos: 43.5,-141.5 parent: 1 - - uid: 59588 + - uid: 29182 components: - type: Transform - pos: -36.5,185.5 + pos: -7.5,-175.5 parent: 1 - - uid: 59589 + - uid: 29183 components: - type: Transform - pos: -36.5,186.5 + pos: 24.5,-187.5 parent: 1 - - uid: 59590 + - uid: 29184 components: - type: Transform - pos: -36.5,187.5 + pos: 42.5,-145.5 parent: 1 - - uid: 59591 + - uid: 29185 components: - type: Transform - pos: -36.5,188.5 + pos: 43.5,-135.5 parent: 1 - - uid: 59592 + - uid: 29186 components: - type: Transform - pos: -36.5,189.5 + pos: -341.5,78.5 parent: 1 - - uid: 59593 + - uid: 29187 components: - type: Transform - pos: -36.5,190.5 + pos: 8.5,-172.5 parent: 1 - - uid: 59594 + - uid: 29188 components: - type: Transform - pos: -36.5,191.5 + pos: -7.5,-172.5 parent: 1 - - uid: 59595 + - uid: 29189 components: - type: Transform - pos: -36.5,192.5 + pos: 19.5,-159.5 parent: 1 - - uid: 59596 + - uid: 29190 components: - type: Transform - pos: -36.5,193.5 + pos: 22.5,-155.5 parent: 1 - - uid: 59597 + - uid: 29191 components: - type: Transform - pos: -36.5,194.5 + pos: 23.5,-163.5 parent: 1 - - uid: 59598 + - uid: 29192 components: - type: Transform - pos: -36.5,195.5 + pos: 22.5,-154.5 parent: 1 - - uid: 59599 + - uid: 29193 components: - type: Transform - pos: -36.5,196.5 + pos: 23.5,-162.5 parent: 1 - - uid: 59600 + - uid: 29194 components: - type: Transform - pos: -36.5,197.5 + pos: 51.5,-179.5 parent: 1 - - uid: 59601 + - uid: 29195 components: - type: Transform - pos: -36.5,198.5 + pos: -23.5,-157.5 parent: 1 - - uid: 59602 + - uid: 29196 components: - type: Transform - pos: -36.5,199.5 + pos: -23.5,-156.5 parent: 1 - - uid: 59603 + - uid: 29197 components: - type: Transform - pos: -37.5,157.5 + pos: -26.5,-155.5 parent: 1 - - uid: 59604 + - uid: 29198 components: - type: Transform - pos: -37.5,158.5 + pos: 49.5,-188.5 parent: 1 - - uid: 59605 + - uid: 29199 components: - type: Transform - pos: -37.5,159.5 + pos: -25.5,-155.5 parent: 1 - - uid: 59606 + - uid: 29200 components: - type: Transform - pos: -37.5,160.5 + pos: 22.5,-163.5 parent: 1 - - uid: 59607 + - uid: 29201 components: - type: Transform - pos: -37.5,161.5 + pos: 16.5,-190.5 parent: 1 - - uid: 59608 + - uid: 29202 components: - type: Transform - pos: -37.5,162.5 + pos: 15.5,-186.5 parent: 1 - - uid: 59609 + - uid: 29203 components: - type: Transform - pos: -37.5,163.5 + pos: 57.5,-178.5 parent: 1 - - uid: 59610 + - uid: 29204 components: - type: Transform - pos: -37.5,164.5 + pos: 57.5,-182.5 parent: 1 - - uid: 59611 + - uid: 29205 components: - type: Transform - pos: -37.5,165.5 + pos: 35.5,-136.5 parent: 1 - - uid: 59612 + - uid: 29206 components: - type: Transform - pos: -37.5,166.5 + pos: 36.5,-137.5 parent: 1 - - uid: 59613 + - uid: 29207 components: - type: Transform - pos: -37.5,167.5 + pos: 35.5,-146.5 parent: 1 - - uid: 59614 + - uid: 29208 components: - type: Transform - pos: -37.5,168.5 + pos: -341.5,74.5 parent: 1 - - uid: 59615 + - uid: 29209 components: - type: Transform - pos: -37.5,169.5 + pos: 35.5,-135.5 parent: 1 - - uid: 59616 + - uid: 29210 components: - type: Transform - pos: -37.5,170.5 + pos: -341.5,77.5 parent: 1 - - uid: 59617 + - uid: 29211 components: - type: Transform - pos: -37.5,171.5 + pos: 34.5,-141.5 parent: 1 - - uid: 59618 + - uid: 29212 components: - type: Transform - pos: -37.5,172.5 + pos: 37.5,-138.5 parent: 1 - - uid: 59619 + - uid: 29213 components: - type: Transform - pos: -37.5,173.5 + pos: 34.5,-140.5 parent: 1 - - uid: 59620 + - uid: 29214 components: - type: Transform - pos: -37.5,174.5 + pos: 45.5,-138.5 parent: 1 - - uid: 59621 + - uid: 29215 components: - type: Transform - pos: -37.5,175.5 + pos: 44.5,-139.5 parent: 1 - - uid: 59622 + - uid: 29216 components: - type: Transform - pos: -37.5,176.5 + pos: 45.5,-134.5 parent: 1 - - uid: 59623 + - uid: 29217 components: - type: Transform - pos: -37.5,177.5 + pos: 44.5,-135.5 parent: 1 - - uid: 59624 + - uid: 29218 components: - type: Transform - pos: -37.5,178.5 + pos: 46.5,-140.5 parent: 1 - - uid: 59625 + - uid: 29219 components: - type: Transform - pos: -37.5,179.5 + pos: 43.5,-144.5 parent: 1 - - uid: 59626 + - uid: 29220 components: - type: Transform - pos: -37.5,180.5 + pos: 47.5,-134.5 parent: 1 - - uid: 59627 + - uid: 29221 components: - type: Transform - pos: -37.5,181.5 + pos: 5.5,-147.5 parent: 1 - - uid: 59628 + - uid: 29222 components: - type: Transform - pos: -37.5,182.5 + pos: 46.5,-137.5 parent: 1 - - uid: 59629 + - uid: 29223 components: - type: Transform - pos: -37.5,183.5 + pos: 43.5,-136.5 parent: 1 - - uid: 59630 + - uid: 29224 components: - type: Transform - pos: -37.5,184.5 + pos: 7.5,-143.5 parent: 1 - - uid: 59631 + - uid: 29225 components: - type: Transform - pos: -37.5,185.5 + pos: 60.5,-165.5 parent: 1 - - uid: 59632 + - uid: 29226 components: - type: Transform - pos: -37.5,186.5 + pos: 61.5,-165.5 parent: 1 - - uid: 59633 + - uid: 29227 components: - type: Transform - pos: -37.5,187.5 + pos: 59.5,-165.5 parent: 1 - - uid: 59634 + - uid: 29228 components: - type: Transform - pos: -37.5,188.5 + pos: 29.5,-172.5 parent: 1 - - uid: 59635 + - uid: 29229 components: - type: Transform - pos: -37.5,189.5 + pos: 6.5,-145.5 parent: 1 - - uid: 59636 + - uid: 29230 components: - type: Transform - pos: -37.5,190.5 + pos: 34.5,-136.5 parent: 1 - - uid: 59637 + - uid: 29231 components: - type: Transform - pos: -37.5,191.5 + pos: 7.5,-141.5 parent: 1 - - uid: 59638 + - uid: 29232 components: - type: Transform - pos: -37.5,192.5 + pos: 7.5,-140.5 parent: 1 - - uid: 59639 + - uid: 29233 components: - type: Transform - pos: -37.5,193.5 + pos: 190.5,-163.5 parent: 1 - - uid: 59640 + - uid: 29234 components: - type: Transform - pos: -37.5,194.5 + pos: 39.5,-139.5 parent: 1 - - uid: 59641 + - uid: 29235 components: - type: Transform - pos: -37.5,195.5 + pos: 6.5,-142.5 parent: 1 - - uid: 59642 + - uid: 29236 components: - type: Transform - pos: -37.5,196.5 + pos: 39.5,-144.5 parent: 1 - - uid: 59643 + - uid: 29237 components: - type: Transform - pos: -37.5,197.5 + pos: 62.5,-140.5 parent: 1 - - uid: 59644 + - uid: 29238 components: - type: Transform - pos: -37.5,198.5 + pos: 6.5,-143.5 parent: 1 - - uid: 59645 + - uid: 29239 components: - type: Transform - pos: -37.5,199.5 + pos: 7.5,-147.5 parent: 1 - - uid: 59646 + - uid: 29240 components: - type: Transform - pos: -38.5,157.5 + pos: 45.5,-181.5 parent: 1 - - uid: 59647 + - uid: 29241 components: - type: Transform - pos: -38.5,158.5 + pos: 22.5,-148.5 parent: 1 - - uid: 59648 + - uid: 29242 components: - type: Transform - pos: -38.5,159.5 + pos: 22.5,-149.5 parent: 1 - - uid: 59649 + - uid: 29243 components: - type: Transform - pos: -38.5,160.5 + pos: 23.5,-137.5 parent: 1 - - uid: 59650 + - uid: 29244 components: - type: Transform - pos: -38.5,161.5 + pos: 8.5,-157.5 parent: 1 - - uid: 59651 + - uid: 29245 components: - type: Transform - pos: -38.5,162.5 + pos: 59.5,-169.5 parent: 1 - - uid: 59652 + - uid: 29246 components: - type: Transform - pos: -38.5,163.5 + pos: 23.5,-143.5 parent: 1 - - uid: 59653 + - uid: 29247 components: - type: Transform - pos: -38.5,164.5 + pos: 23.5,-141.5 parent: 1 - - uid: 59654 + - uid: 29248 components: - type: Transform - pos: -38.5,165.5 + pos: 23.5,-139.5 parent: 1 - - uid: 59655 + - uid: 29249 components: - type: Transform - pos: -38.5,166.5 + pos: 22.5,-150.5 parent: 1 - - uid: 59656 + - uid: 29250 components: - type: Transform - pos: -38.5,167.5 + pos: 57.5,-171.5 parent: 1 - - uid: 59657 + - uid: 29251 components: - type: Transform - pos: -38.5,168.5 + pos: 62.5,-172.5 parent: 1 - - uid: 59658 + - uid: 29252 components: - type: Transform - pos: -38.5,169.5 + pos: 24.5,-147.5 parent: 1 - - uid: 59659 + - uid: 29253 components: - type: Transform - pos: -38.5,170.5 + pos: 28.5,-167.5 parent: 1 - - uid: 59660 + - uid: 29254 components: - type: Transform - pos: -38.5,171.5 + pos: 8.5,-156.5 parent: 1 - - uid: 59661 + - uid: 29255 components: - type: Transform - pos: -38.5,172.5 + pos: 58.5,-169.5 parent: 1 - - uid: 59662 + - uid: 29256 components: - type: Transform - pos: -38.5,173.5 + pos: 23.5,-138.5 parent: 1 - - uid: 59663 + - uid: 29257 components: - type: Transform - pos: -38.5,174.5 + pos: 23.5,-149.5 parent: 1 - - uid: 59664 + - uid: 29258 components: - type: Transform - pos: -38.5,175.5 + pos: 24.5,-153.5 parent: 1 - - uid: 59665 + - uid: 29259 components: - type: Transform - pos: -38.5,176.5 + pos: 23.5,-145.5 parent: 1 - - uid: 59666 + - uid: 29260 components: - type: Transform - pos: -38.5,177.5 + pos: 58.5,-170.5 parent: 1 - - uid: 59667 + - uid: 29261 components: - type: Transform - pos: -38.5,178.5 + pos: 61.5,-170.5 parent: 1 - - uid: 59668 + - uid: 29262 components: - type: Transform - pos: -38.5,179.5 + pos: 58.5,-168.5 parent: 1 - - uid: 59669 + - uid: 29263 components: - type: Transform - pos: -38.5,180.5 + pos: 22.5,-144.5 parent: 1 - - uid: 59670 + - uid: 29264 components: - type: Transform - pos: -38.5,181.5 + pos: 54.5,-169.5 parent: 1 - - uid: 59671 + - uid: 29265 components: - type: Transform - pos: -38.5,182.5 + pos: 10.5,-143.5 parent: 1 - - uid: 59672 + - uid: 29266 components: - type: Transform - pos: -38.5,183.5 + pos: 54.5,-168.5 parent: 1 - - uid: 59673 + - uid: 29267 components: - type: Transform - pos: -38.5,184.5 + pos: 54.5,-171.5 parent: 1 - - uid: 59674 + - uid: 29268 components: - type: Transform - pos: -38.5,185.5 + pos: 22.5,-147.5 parent: 1 - - uid: 59675 + - uid: 29269 components: - type: Transform - pos: -38.5,186.5 + pos: 9.5,-157.5 parent: 1 - - uid: 59676 + - uid: 29270 components: - type: Transform - pos: -38.5,187.5 + pos: 55.5,-170.5 parent: 1 - - uid: 59677 + - uid: 29271 components: - type: Transform - pos: -38.5,188.5 + pos: 56.5,-171.5 parent: 1 - - uid: 59678 + - uid: 29272 components: - type: Transform - pos: -38.5,189.5 + pos: 10.5,-148.5 parent: 1 - - uid: 59679 + - uid: 29273 components: - type: Transform - pos: -38.5,190.5 + pos: 10.5,-145.5 parent: 1 - - uid: 59680 + - uid: 29274 components: - type: Transform - pos: -38.5,191.5 + pos: 10.5,-137.5 parent: 1 - - uid: 59681 + - uid: 29275 components: - type: Transform - pos: -38.5,192.5 + pos: 9.5,-149.5 parent: 1 - - uid: 59682 + - uid: 29276 components: - type: Transform - pos: -38.5,193.5 + pos: 10.5,-140.5 parent: 1 - - uid: 59683 + - uid: 29277 components: - type: Transform - pos: -38.5,194.5 + pos: 9.5,-147.5 parent: 1 - - uid: 59684 + - uid: 29278 components: - type: Transform - pos: -38.5,195.5 + pos: 9.5,-148.5 parent: 1 - - uid: 59685 + - uid: 29279 components: - type: Transform - pos: -38.5,196.5 + pos: 9.5,-137.5 parent: 1 - - uid: 59686 + - uid: 29280 components: - type: Transform - pos: -38.5,197.5 + pos: 9.5,-140.5 parent: 1 - - uid: 59687 + - uid: 29281 components: - type: Transform - pos: -38.5,198.5 + pos: 8.5,-153.5 parent: 1 - - uid: 59688 + - uid: 29282 components: - type: Transform - pos: -38.5,199.5 + pos: 8.5,-152.5 parent: 1 - - uid: 59689 + - uid: 29283 components: - type: Transform - pos: -39.5,193.5 + pos: 23.5,-147.5 parent: 1 - - uid: 59690 + - uid: 29284 components: - type: Transform - pos: -39.5,192.5 + pos: 23.5,-148.5 parent: 1 - - uid: 59691 + - uid: 29285 components: - type: Transform - pos: -39.5,191.5 + pos: 23.5,-146.5 parent: 1 - - uid: 59692 + - uid: 29286 components: - type: Transform - pos: -39.5,190.5 + pos: 23.5,-144.5 parent: 1 - - uid: 59693 + - uid: 29287 components: - type: Transform - pos: -39.5,189.5 + pos: 23.5,-142.5 parent: 1 - - uid: 59694 + - uid: 29288 components: - type: Transform - pos: -39.5,188.5 + pos: 23.5,-140.5 parent: 1 - - uid: 59695 + - uid: 29289 components: - type: Transform - pos: -39.5,187.5 + pos: 22.5,-152.5 parent: 1 - - uid: 59696 + - uid: 29290 components: - type: Transform - pos: -39.5,186.5 + pos: 22.5,-153.5 parent: 1 - - uid: 59697 + - uid: 29291 components: - type: Transform - pos: -39.5,185.5 + pos: 22.5,-151.5 parent: 1 - - uid: 59698 + - uid: 29292 components: - type: Transform - pos: -39.5,184.5 + pos: -52.5,-198.5 parent: 1 - - uid: 59699 + - uid: 29293 components: - type: Transform - pos: -39.5,183.5 + pos: -48.5,-198.5 parent: 1 - - uid: 59700 + - uid: 29294 components: - type: Transform - pos: -39.5,182.5 + pos: -49.5,-196.5 parent: 1 - - uid: 59701 + - uid: 29295 components: - type: Transform - pos: -39.5,181.5 + pos: -47.5,-197.5 parent: 1 - - uid: 59702 + - uid: 29296 components: - type: Transform - pos: -39.5,180.5 + pos: -47.5,-198.5 parent: 1 - - uid: 59703 + - uid: 29297 components: - type: Transform - pos: -39.5,179.5 + pos: -48.5,-197.5 parent: 1 - - uid: 59704 + - uid: 29298 components: - type: Transform - pos: -39.5,178.5 + pos: -46.5,-198.5 parent: 1 - - uid: 59705 + - uid: 29299 components: - type: Transform - pos: -39.5,177.5 + pos: -47.5,-196.5 parent: 1 - - uid: 59706 + - uid: 29300 components: - type: Transform - pos: -39.5,176.5 + pos: -46.5,-197.5 parent: 1 - - uid: 59707 + - uid: 29301 components: - type: Transform - pos: -39.5,175.5 + pos: -48.5,-196.5 parent: 1 - - uid: 59708 + - uid: 29302 components: - type: Transform - pos: -39.5,174.5 + pos: -46.5,-196.5 parent: 1 - - uid: 59709 + - uid: 29303 components: - type: Transform - pos: -39.5,173.5 + pos: 22.5,-146.5 parent: 1 - - uid: 59710 + - uid: 29304 components: - type: Transform - pos: -39.5,172.5 + pos: 22.5,-145.5 parent: 1 - - uid: 59711 + - uid: 29305 components: - type: Transform - pos: -39.5,171.5 + pos: 22.5,-142.5 parent: 1 - - uid: 59712 + - uid: 29306 components: - type: Transform - pos: -39.5,170.5 + pos: 22.5,-143.5 parent: 1 - - uid: 59713 + - uid: 29307 components: - type: Transform - pos: -39.5,169.5 + pos: 22.5,-140.5 parent: 1 - - uid: 59714 + - uid: 29308 components: - type: Transform - pos: -39.5,168.5 + pos: 22.5,-141.5 parent: 1 - - uid: 59715 + - uid: 29309 components: - type: Transform - pos: -39.5,167.5 + pos: 22.5,-139.5 parent: 1 - - uid: 59716 + - uid: 29310 components: - type: Transform - pos: -39.5,166.5 + pos: 55.5,-171.5 parent: 1 - - uid: 59717 + - uid: 29311 components: - type: Transform - pos: -39.5,165.5 + pos: 56.5,-170.5 parent: 1 - - uid: 59718 + - uid: 29312 components: - type: Transform - pos: -39.5,164.5 + pos: 57.5,-170.5 parent: 1 - - uid: 59719 + - uid: 29313 components: - type: Transform - pos: -39.5,163.5 + pos: 10.5,-147.5 parent: 1 - - uid: 59720 + - uid: 29314 components: - type: Transform - pos: -39.5,162.5 + pos: 9.5,-152.5 parent: 1 - - uid: 59721 + - uid: 29315 components: - type: Transform - pos: -39.5,161.5 + pos: 9.5,-153.5 parent: 1 - - uid: 59722 + - uid: 29316 components: - type: Transform - pos: -39.5,160.5 + pos: 10.5,-144.5 parent: 1 - - uid: 59723 + - uid: 29317 components: - type: Transform - pos: -39.5,159.5 + pos: 10.5,-139.5 parent: 1 - - uid: 59724 + - uid: 29318 components: - type: Transform - pos: -39.5,158.5 + pos: 9.5,-142.5 parent: 1 - - uid: 59725 + - uid: 29319 components: - type: Transform - pos: -39.5,157.5 + pos: 9.5,-146.5 parent: 1 - - uid: 59727 + - uid: 29320 components: - type: Transform - pos: 6.5,193.5 + pos: 9.5,-145.5 parent: 1 - - uid: 59728 + - uid: 29321 components: - type: Transform - pos: 6.5,194.5 + pos: 9.5,-139.5 parent: 1 - - uid: 59729 + - uid: 29322 components: - type: Transform - pos: 6.5,192.5 + pos: 8.5,-150.5 parent: 1 - - uid: 59730 + - uid: 29323 components: - type: Transform - pos: 6.5,196.5 + pos: 8.5,-147.5 parent: 1 - - uid: 59732 + - uid: 29324 components: - type: Transform - pos: 6.5,195.5 + pos: 59.5,-170.5 parent: 1 - - uid: 59733 + - uid: 29325 components: - type: Transform - pos: -24.5,183.5 + pos: 28.5,-169.5 parent: 1 - - uid: 59734 + - uid: 29326 components: - type: Transform - pos: -24.5,182.5 + pos: 28.5,-168.5 parent: 1 - - uid: 59735 + - uid: 29327 components: - type: Transform - pos: -24.5,184.5 + pos: 29.5,-166.5 parent: 1 - - uid: 59736 + - uid: 29328 components: - type: Transform - pos: -24.5,185.5 + pos: 58.5,-171.5 parent: 1 - - uid: 59737 + - uid: 29329 components: - type: Transform - pos: -24.5,186.5 + pos: 27.5,-166.5 parent: 1 - - uid: 59738 + - uid: 29330 components: - type: Transform - pos: -24.5,187.5 + pos: 29.5,-168.5 parent: 1 - - uid: 59739 + - uid: 29331 components: - type: Transform - pos: -24.5,189.5 + pos: 29.5,-167.5 parent: 1 - - uid: 59740 + - uid: 29332 components: - type: Transform - pos: -24.5,188.5 + pos: 32.5,-145.5 parent: 1 - - uid: 59741 + - uid: 29333 components: - type: Transform - pos: -24.5,190.5 + pos: 27.5,-167.5 parent: 1 - - uid: 59742 + - uid: 29334 components: - type: Transform - pos: -28.5,162.5 + pos: 29.5,-169.5 parent: 1 - - uid: 59743 + - uid: 29335 components: - type: Transform - pos: -28.5,163.5 + pos: 24.5,-166.5 parent: 1 - - uid: 59744 + - uid: 29336 components: - type: Transform - pos: -28.5,164.5 + pos: 32.5,-144.5 parent: 1 - - uid: 59745 + - uid: 29337 components: - type: Transform - pos: -28.5,165.5 + pos: 32.5,-141.5 parent: 1 - - uid: 59746 + - uid: 29338 components: - type: Transform - pos: -28.5,166.5 + pos: 28.5,-166.5 parent: 1 - - uid: 59747 + - uid: 29339 components: - type: Transform - pos: -28.5,167.5 + pos: 32.5,-143.5 parent: 1 - - uid: 59748 + - uid: 29340 components: - type: Transform - pos: -28.5,168.5 + pos: 32.5,-140.5 parent: 1 - - uid: 59749 + - uid: 29341 components: - type: Transform - pos: -28.5,169.5 + pos: 32.5,-142.5 parent: 1 - - uid: 59750 + - uid: 29342 components: - type: Transform - pos: -28.5,170.5 + pos: 32.5,-139.5 parent: 1 - - uid: 59751 + - uid: 29343 components: - type: Transform - pos: -28.5,171.5 + pos: 10.5,-146.5 parent: 1 - - uid: 59752 + - uid: 29344 components: - type: Transform - pos: -28.5,172.5 + pos: 9.5,-151.5 parent: 1 - - uid: 59753 + - uid: 29345 components: - type: Transform - pos: -28.5,173.5 + pos: 9.5,-150.5 parent: 1 - - uid: 59754 + - uid: 29346 components: - type: Transform - pos: -28.5,174.5 + pos: 10.5,-141.5 parent: 1 - - uid: 59755 + - uid: 29347 components: - type: Transform - pos: -28.5,175.5 + pos: 10.5,-138.5 parent: 1 - - uid: 59756 + - uid: 29348 components: - type: Transform - pos: -28.5,176.5 + pos: 9.5,-141.5 parent: 1 - - uid: 59757 + - uid: 29349 components: - type: Transform - pos: -28.5,177.5 + pos: 9.5,-144.5 parent: 1 - - uid: 59758 + - uid: 29350 components: - type: Transform - pos: -28.5,178.5 + pos: 9.5,-143.5 parent: 1 - - uid: 59759 + - uid: 29351 components: - type: Transform - pos: -28.5,179.5 + pos: 9.5,-138.5 parent: 1 - - uid: 59760 + - uid: 29352 components: - type: Transform - pos: -28.5,180.5 + pos: 8.5,-144.5 parent: 1 - - uid: 59761 + - uid: 29353 components: - type: Transform - pos: -28.5,181.5 + pos: 8.5,-143.5 parent: 1 - - uid: 59762 + - uid: 29354 components: - type: Transform - pos: -28.5,182.5 + pos: 26.5,-168.5 parent: 1 - - uid: 59763 + - uid: 29355 components: - type: Transform - pos: -28.5,183.5 + pos: 9.5,-158.5 parent: 1 - - uid: 59764 + - uid: 29356 components: - type: Transform - pos: -28.5,184.5 + pos: 61.5,-168.5 parent: 1 - - uid: 59765 + - uid: 29357 components: - type: Transform - pos: -28.5,185.5 + pos: 25.5,-167.5 parent: 1 - - uid: 59769 + - uid: 29358 components: - type: Transform - pos: -28.5,189.5 + pos: 26.5,-169.5 parent: 1 - - uid: 59770 + - uid: 29359 components: - type: Transform - pos: -28.5,190.5 + pos: 8.5,-154.5 parent: 1 - - uid: 59771 + - uid: 29360 components: - type: Transform - pos: -28.5,191.5 + pos: 56.5,-168.5 parent: 1 - - uid: 59772 + - uid: 29361 components: - type: Transform - pos: -28.5,192.5 + pos: 31.5,-153.5 parent: 1 - - uid: 59773 + - uid: 29362 components: - type: Transform - pos: -28.5,193.5 + pos: 55.5,-169.5 parent: 1 - - uid: 59774 + - uid: 29363 components: - type: Transform - pos: -28.5,194.5 + pos: 25.5,-166.5 parent: 1 - - uid: 59775 + - uid: 29364 components: - type: Transform - pos: -28.5,195.5 + pos: 8.5,-158.5 parent: 1 - - uid: 59776 + - uid: 29365 components: - type: Transform - pos: -28.5,196.5 + pos: 31.5,-150.5 parent: 1 - - uid: 59777 + - uid: 29366 components: - type: Transform - pos: -28.5,197.5 + pos: 32.5,-138.5 parent: 1 - - uid: 59778 + - uid: 29367 components: - type: Transform - pos: -28.5,198.5 + pos: 8.5,-155.5 parent: 1 - - uid: 59779 + - uid: 29368 components: - type: Transform - pos: -28.5,199.5 + pos: 31.5,-151.5 parent: 1 - - uid: 59780 + - uid: 29369 components: - type: Transform - pos: -27.5,162.5 + pos: 9.5,-155.5 parent: 1 - - uid: 59781 + - uid: 29370 components: - type: Transform - pos: -27.5,163.5 + pos: 33.5,-167.5 parent: 1 - - uid: 59782 + - uid: 29371 components: - type: Transform - pos: -27.5,164.5 + pos: 9.5,-156.5 parent: 1 - - uid: 59783 + - uid: 29372 components: - type: Transform - pos: -27.5,165.5 + pos: 60.5,-170.5 parent: 1 - - uid: 59784 + - uid: 29373 components: - type: Transform - pos: -27.5,166.5 + pos: 24.5,-151.5 parent: 1 - - uid: 59785 + - uid: 29374 components: - type: Transform - pos: -27.5,167.5 + pos: 31.5,-152.5 parent: 1 - - uid: 59786 + - uid: 29375 components: - type: Transform - pos: -27.5,168.5 + pos: 57.5,-167.5 parent: 1 - - uid: 59787 + - uid: 29376 components: - type: Transform - pos: -27.5,169.5 + pos: 60.5,-171.5 parent: 1 - - uid: 59788 + - uid: 29377 components: - type: Transform - pos: -27.5,170.5 + pos: 57.5,-166.5 parent: 1 - - uid: 59789 + - uid: 29378 components: - type: Transform - pos: -27.5,171.5 + pos: 58.5,-166.5 parent: 1 - - uid: 59790 + - uid: 29379 components: - type: Transform - pos: -27.5,172.5 + pos: 61.5,-167.5 parent: 1 - - uid: 59791 + - uid: 29380 components: - type: Transform - pos: -27.5,173.5 + pos: 57.5,-169.5 parent: 1 - - uid: 59792 + - uid: 29381 components: - type: Transform - pos: -27.5,174.5 + pos: 60.5,-169.5 parent: 1 - - uid: 59793 + - uid: 29382 components: - type: Transform - pos: -27.5,175.5 + pos: 59.5,-166.5 parent: 1 - - uid: 59794 + - uid: 29383 components: - type: Transform - pos: -27.5,176.5 + pos: 60.5,-166.5 parent: 1 - - uid: 59795 + - uid: 29384 components: - type: Transform - pos: -27.5,177.5 + pos: 61.5,-166.5 parent: 1 - - uid: 59796 + - uid: 29385 components: - type: Transform - pos: -27.5,178.5 + pos: 56.5,-169.5 parent: 1 - - uid: 59797 + - uid: 29386 components: - type: Transform - pos: -27.5,179.5 + pos: 60.5,-168.5 parent: 1 - - uid: 59798 + - uid: 29387 components: - type: Transform - pos: -27.5,180.5 + pos: 55.5,-168.5 parent: 1 - - uid: 59799 + - uid: 29388 components: - type: Transform - pos: -27.5,181.5 + pos: 32.5,-137.5 parent: 1 - - uid: 59800 + - uid: 29389 components: - type: Transform - pos: -27.5,182.5 + pos: 31.5,-149.5 parent: 1 - - uid: 59801 + - uid: 29390 components: - type: Transform - pos: -27.5,183.5 + pos: 59.5,-168.5 parent: 1 - - uid: 59802 + - uid: 29391 components: - type: Transform - pos: -27.5,184.5 + pos: 30.5,-139.5 parent: 1 - - uid: 59803 + - uid: 29392 components: - type: Transform - pos: -27.5,185.5 + pos: 24.5,-150.5 parent: 1 - - uid: 59807 + - uid: 29393 components: - type: Transform - pos: -27.5,189.5 + pos: 33.5,-172.5 parent: 1 - - uid: 59808 + - uid: 29394 components: - type: Transform - pos: -27.5,190.5 + pos: 59.5,-171.5 parent: 1 - - uid: 59809 + - uid: 29395 components: - type: Transform - pos: -27.5,191.5 + pos: 30.5,-137.5 parent: 1 - - uid: 59810 + - uid: 29396 components: - type: Transform - pos: -27.5,192.5 + pos: 62.5,-170.5 parent: 1 - - uid: 59811 + - uid: 29397 components: - type: Transform - pos: -27.5,193.5 + pos: 61.5,-171.5 parent: 1 - - uid: 59812 + - uid: 29398 components: - type: Transform - pos: -27.5,194.5 + pos: 58.5,-167.5 parent: 1 - - uid: 59813 + - uid: 29399 components: - type: Transform - pos: -27.5,195.5 + pos: 39.5,-177.5 parent: 1 - - uid: 59814 + - uid: 29400 components: - type: Transform - pos: -27.5,196.5 + pos: 62.5,-171.5 parent: 1 - - uid: 59815 + - uid: 29401 components: - type: Transform - pos: -27.5,197.5 + pos: 59.5,-167.5 parent: 1 - - uid: 59816 + - uid: 29402 components: - type: Transform - pos: -27.5,198.5 + pos: 60.5,-167.5 parent: 1 - - uid: 59817 + - uid: 29403 components: - type: Transform - pos: -27.5,199.5 + pos: 61.5,-169.5 parent: 1 - - uid: 59818 + - uid: 29404 components: - type: Transform - pos: -26.5,162.5 + pos: 57.5,-168.5 parent: 1 - - uid: 59819 + - uid: 29405 components: - type: Transform - pos: -26.5,163.5 + pos: 33.5,-173.5 parent: 1 - - uid: 59820 + - uid: 29406 components: - type: Transform - pos: -26.5,164.5 + pos: 33.5,-174.5 parent: 1 - - uid: 59821 + - uid: 29407 components: - type: Transform - pos: -26.5,165.5 + pos: 33.5,-175.5 parent: 1 - - uid: 59822 + - uid: 29408 components: - type: Transform - pos: -26.5,166.5 + pos: 32.5,-168.5 parent: 1 - - uid: 59823 + - uid: 29409 components: - type: Transform - pos: -26.5,167.5 + pos: 32.5,-169.5 parent: 1 - - uid: 59824 + - uid: 29410 components: - type: Transform - pos: -26.5,168.5 + pos: 32.5,-170.5 parent: 1 - - uid: 59825 + - uid: 29411 components: - type: Transform - pos: -26.5,169.5 + pos: 32.5,-171.5 parent: 1 - - uid: 59826 + - uid: 29412 components: - type: Transform - pos: -26.5,170.5 + pos: 32.5,-172.5 parent: 1 - - uid: 59827 + - uid: 29413 components: - type: Transform - pos: -26.5,171.5 + pos: 32.5,-173.5 parent: 1 - - uid: 59828 + - uid: 29414 components: - type: Transform - pos: -26.5,172.5 + pos: 32.5,-174.5 parent: 1 - - uid: 59829 + - uid: 29415 components: - type: Transform - pos: -26.5,173.5 + pos: 32.5,-175.5 parent: 1 - - uid: 59830 + - uid: 29416 components: - type: Transform - pos: -26.5,174.5 + pos: 31.5,-174.5 parent: 1 - - uid: 59831 + - uid: 29417 components: - type: Transform - pos: -26.5,175.5 + pos: 31.5,-173.5 parent: 1 - - uid: 59832 + - uid: 29418 components: - type: Transform - pos: -26.5,176.5 + pos: 31.5,-172.5 parent: 1 - - uid: 59833 + - uid: 29419 components: - type: Transform - pos: -26.5,177.5 + pos: 31.5,-171.5 parent: 1 - - uid: 59834 + - uid: 29420 components: - type: Transform - pos: -26.5,178.5 + pos: 31.5,-170.5 parent: 1 - - uid: 59835 + - uid: 29421 components: - type: Transform - pos: -26.5,179.5 + pos: 31.5,-169.5 parent: 1 - - uid: 59836 + - uid: 29422 components: - type: Transform - pos: -26.5,180.5 + pos: 31.5,-168.5 parent: 1 - - uid: 59837 + - uid: 29423 components: - type: Transform - pos: -26.5,181.5 + pos: 31.5,-167.5 parent: 1 - - uid: 59838 + - uid: 29424 components: - type: Transform - pos: -26.5,182.5 + pos: 31.5,-166.5 parent: 1 - - uid: 59839 + - uid: 29425 components: - type: Transform - pos: -26.5,183.5 + pos: 61.5,-175.5 parent: 1 - - uid: 59840 + - uid: 29426 components: - type: Transform - pos: -26.5,184.5 + pos: 51.5,-170.5 parent: 1 - - uid: 59841 + - uid: 29427 components: - type: Transform - pos: -26.5,185.5 + pos: 51.5,-171.5 parent: 1 - - uid: 59842 + - uid: 29428 components: - type: Transform - pos: -26.5,186.5 + pos: 62.5,-168.5 parent: 1 - - uid: 59843 + - uid: 29429 components: - type: Transform - pos: -26.5,187.5 + pos: 62.5,-169.5 parent: 1 - - uid: 59844 + - uid: 29430 components: - type: Transform - pos: -26.5,188.5 + pos: 63.5,-168.5 parent: 1 - - uid: 59845 + - uid: 29431 components: - type: Transform - pos: -26.5,189.5 + pos: 34.5,-170.5 parent: 1 - - uid: 59846 + - uid: 29432 components: - type: Transform - pos: -26.5,190.5 + pos: 33.5,-170.5 parent: 1 - - uid: 59847 + - uid: 29433 components: - type: Transform - pos: -26.5,191.5 + pos: 34.5,-175.5 parent: 1 - - uid: 59848 + - uid: 29434 components: - type: Transform - pos: -26.5,192.5 + pos: 33.5,-171.5 parent: 1 - - uid: 59849 + - uid: 29435 components: - type: Transform - pos: -26.5,193.5 + pos: 30.5,-138.5 parent: 1 - - uid: 59850 + - uid: 29436 components: - type: Transform - pos: -26.5,194.5 + pos: 29.5,-143.5 parent: 1 - - uid: 59851 + - uid: 29437 components: - type: Transform - pos: -26.5,195.5 + pos: 53.5,-171.5 parent: 1 - - uid: 59852 + - uid: 29438 components: - type: Transform - pos: -26.5,196.5 + pos: 61.5,-174.5 parent: 1 - - uid: 59853 + - uid: 29439 components: - type: Transform - pos: -26.5,197.5 + pos: 53.5,-170.5 parent: 1 - - uid: 59854 + - uid: 29440 components: - type: Transform - pos: -26.5,198.5 + pos: 54.5,-170.5 parent: 1 - - uid: 59855 + - uid: 29441 components: - type: Transform - pos: -26.5,199.5 + pos: 33.5,-168.5 parent: 1 - - uid: 59856 + - uid: 29442 components: - type: Transform - pos: -25.5,162.5 + pos: 34.5,-172.5 parent: 1 - - uid: 59857 + - uid: 29443 components: - type: Transform - pos: -25.5,163.5 + pos: 34.5,-171.5 parent: 1 - - uid: 59858 + - uid: 29444 components: - type: Transform - pos: -25.5,164.5 + pos: 34.5,-173.5 parent: 1 - - uid: 59859 + - uid: 29445 components: - type: Transform - pos: -25.5,165.5 + pos: 33.5,-169.5 parent: 1 - - uid: 59860 + - uid: 29446 components: - type: Transform - pos: -25.5,166.5 + pos: 34.5,-174.5 parent: 1 - - uid: 59861 + - uid: 29447 components: - type: Transform - pos: -25.5,167.5 + pos: 29.5,-153.5 parent: 1 - - uid: 59862 + - uid: 29448 components: - type: Transform - pos: -25.5,168.5 + pos: 25.5,-142.5 parent: 1 - - uid: 59863 + - uid: 29449 components: - type: Transform - pos: -25.5,169.5 + pos: 25.5,-139.5 parent: 1 - - uid: 59864 + - uid: 29450 components: - type: Transform - pos: -25.5,170.5 + pos: 24.5,-138.5 parent: 1 - - uid: 59871 + - uid: 29451 components: - type: Transform - pos: -25.5,177.5 + pos: 25.5,-138.5 parent: 1 - - uid: 59872 + - uid: 29452 components: - type: Transform - pos: -25.5,178.5 + pos: 24.5,-149.5 parent: 1 - - uid: 59873 + - uid: 29453 components: - type: Transform - pos: -25.5,179.5 + pos: 24.5,-152.5 parent: 1 - - uid: 59874 + - uid: 29454 components: - type: Transform - pos: -25.5,180.5 + pos: 24.5,-146.5 parent: 1 - - uid: 59875 + - uid: 29455 components: - type: Transform - pos: -25.5,181.5 + pos: 25.5,-141.5 parent: 1 - - uid: 59876 + - uid: 29456 components: - type: Transform - pos: -25.5,182.5 + pos: 23.5,-153.5 parent: 1 - - uid: 59877 + - uid: 29457 components: - type: Transform - pos: -25.5,183.5 + pos: 24.5,-137.5 parent: 1 - - uid: 59878 + - uid: 29458 components: - type: Transform - pos: -25.5,184.5 + pos: 25.5,-137.5 parent: 1 - - uid: 59879 + - uid: 29459 components: - type: Transform - pos: -25.5,185.5 + pos: 23.5,-151.5 parent: 1 - - uid: 59880 + - uid: 29460 components: - type: Transform - pos: -25.5,186.5 + pos: 23.5,-152.5 parent: 1 - - uid: 59881 + - uid: 29461 components: - type: Transform - pos: -25.5,187.5 + pos: 23.5,-150.5 parent: 1 - - uid: 59882 + - uid: 29462 components: - type: Transform - pos: -25.5,188.5 + pos: 29.5,-141.5 parent: 1 - - uid: 59883 + - uid: 29463 components: - type: Transform - pos: -25.5,189.5 + pos: 29.5,-142.5 parent: 1 - - uid: 59884 + - uid: 29464 components: - type: Transform - pos: -25.5,190.5 + pos: 29.5,-152.5 parent: 1 - - uid: 59885 + - uid: 29465 components: - type: Transform - pos: -25.5,191.5 + pos: 29.5,-137.5 parent: 1 - - uid: 59886 + - uid: 29466 components: - type: Transform - pos: -25.5,192.5 + pos: 29.5,-151.5 parent: 1 - - uid: 59887 + - uid: 29467 components: - type: Transform - pos: -25.5,193.5 + pos: 29.5,-150.5 parent: 1 - - uid: 59888 + - uid: 29468 components: - type: Transform - pos: -25.5,194.5 + pos: 29.5,-140.5 parent: 1 - - uid: 59889 + - uid: 29469 components: - type: Transform - pos: -25.5,195.5 + pos: 29.5,-138.5 parent: 1 - - uid: 59890 + - uid: 29470 components: - type: Transform - pos: -25.5,196.5 + pos: 29.5,-139.5 parent: 1 - - uid: 59891 + - uid: 29471 components: - type: Transform - pos: -25.5,197.5 + pos: 28.5,-152.5 parent: 1 - - uid: 59892 + - uid: 29472 components: - type: Transform - pos: -25.5,198.5 + pos: 28.5,-153.5 parent: 1 - - uid: 59893 + - uid: 29473 components: - type: Transform - pos: -25.5,199.5 + pos: 28.5,-149.5 parent: 1 - - uid: 59894 + - uid: 29474 components: - type: Transform - pos: -24.5,162.5 + pos: 28.5,-151.5 parent: 1 - - uid: 59895 + - uid: 29475 components: - type: Transform - pos: -24.5,163.5 + pos: 28.5,-148.5 parent: 1 - - uid: 59896 + - uid: 29476 components: - type: Transform - pos: -24.5,164.5 + pos: 28.5,-147.5 parent: 1 - - uid: 59897 + - uid: 29477 components: - type: Transform - pos: -24.5,165.5 + pos: 28.5,-150.5 parent: 1 - - uid: 59898 + - uid: 29478 components: - type: Transform - pos: -24.5,166.5 + pos: 28.5,-146.5 parent: 1 - - uid: 59899 + - uid: 29479 components: - type: Transform - pos: -24.5,167.5 + pos: 28.5,-145.5 parent: 1 - - uid: 59900 + - uid: 29480 components: - type: Transform - pos: -24.5,168.5 + pos: 26.5,-151.5 parent: 1 - - uid: 59901 + - uid: 29481 components: - type: Transform - pos: -24.5,169.5 + pos: 24.5,-148.5 parent: 1 - - uid: 59902 + - uid: 29482 components: - type: Transform - pos: -24.5,170.5 + pos: 26.5,-142.5 parent: 1 - - uid: 59909 + - uid: 29483 components: - type: Transform - pos: -24.5,177.5 + pos: 26.5,-149.5 parent: 1 - - uid: 59910 + - uid: 29484 components: - type: Transform - pos: -24.5,178.5 + pos: 26.5,-141.5 parent: 1 - - uid: 59911 + - uid: 29485 components: - type: Transform - pos: -24.5,179.5 + pos: 26.5,-140.5 parent: 1 - - uid: 59912 + - uid: 29486 components: - type: Transform - pos: -24.5,180.5 + pos: 26.5,-150.5 parent: 1 - - uid: 59913 + - uid: 29487 components: - type: Transform - pos: -24.5,181.5 + pos: 26.5,-139.5 parent: 1 - - uid: 59914 + - uid: 29488 components: - type: Transform - pos: -24.5,191.5 + pos: 26.5,-138.5 parent: 1 - - uid: 59915 + - uid: 29489 components: - type: Transform - pos: -24.5,192.5 + pos: 26.5,-147.5 parent: 1 - - uid: 59916 + - uid: 29490 components: - type: Transform - pos: -24.5,193.5 + pos: 26.5,-137.5 parent: 1 - - uid: 59917 + - uid: 29491 components: - type: Transform - pos: -24.5,194.5 + pos: 25.5,-153.5 parent: 1 - - uid: 59918 + - uid: 29492 components: - type: Transform - pos: -24.5,195.5 + pos: 26.5,-148.5 parent: 1 - - uid: 59919 + - uid: 29493 components: - type: Transform - pos: -24.5,196.5 + pos: 25.5,-152.5 parent: 1 - - uid: 59920 + - uid: 29494 components: - type: Transform - pos: -24.5,197.5 + pos: 25.5,-151.5 parent: 1 - - uid: 59921 + - uid: 29495 components: - type: Transform - pos: -24.5,198.5 + pos: 26.5,-145.5 parent: 1 - - uid: 59922 + - uid: 29496 components: - type: Transform - pos: -24.5,199.5 + pos: 25.5,-150.5 parent: 1 - - uid: 59923 + - uid: 29497 components: - type: Transform - pos: -23.5,162.5 + pos: 25.5,-149.5 parent: 1 - - uid: 59924 + - uid: 29498 components: - type: Transform - pos: -23.5,163.5 + pos: 26.5,-146.5 parent: 1 - - uid: 59925 + - uid: 29499 components: - type: Transform - pos: -23.5,164.5 + pos: 25.5,-148.5 parent: 1 - - uid: 59926 + - uid: 29500 components: - type: Transform - pos: -23.5,165.5 + pos: 25.5,-147.5 parent: 1 - - uid: 59927 + - uid: 29501 components: - type: Transform - pos: -23.5,166.5 + pos: 26.5,-144.5 parent: 1 - - uid: 59928 + - uid: 29502 components: - type: Transform - pos: -23.5,167.5 + pos: 25.5,-146.5 parent: 1 - - uid: 59929 + - uid: 29503 components: - type: Transform - pos: -23.5,168.5 + pos: 25.5,-145.5 parent: 1 - - uid: 59930 + - uid: 29504 components: - type: Transform - pos: -23.5,169.5 + pos: 26.5,-143.5 parent: 1 - - uid: 59931 + - uid: 29505 components: - type: Transform - pos: -23.5,170.5 + pos: 25.5,-144.5 parent: 1 - - uid: 59938 + - uid: 29506 components: - type: Transform - pos: -23.5,177.5 + pos: 25.5,-143.5 parent: 1 - - uid: 59939 + - uid: 29507 components: - type: Transform - pos: -23.5,178.5 + pos: 28.5,-142.5 parent: 1 - - uid: 59940 + - uid: 29508 components: - type: Transform - pos: -23.5,179.5 + pos: 28.5,-143.5 parent: 1 - - uid: 59941 + - uid: 29509 components: - type: Transform - pos: -23.5,180.5 + pos: 28.5,-144.5 parent: 1 - - uid: 59942 + - uid: 29510 components: - type: Transform - pos: -23.5,181.5 + pos: 28.5,-140.5 parent: 1 - - uid: 59943 + - uid: 29511 components: - type: Transform - pos: -23.5,182.5 + pos: 28.5,-141.5 parent: 1 - - uid: 59944 + - uid: 29512 components: - type: Transform - pos: -23.5,183.5 + pos: 27.5,-153.5 parent: 1 - - uid: 59945 + - uid: 29513 components: - type: Transform - pos: -23.5,184.5 + pos: 28.5,-138.5 parent: 1 - - uid: 59946 + - uid: 29514 components: - type: Transform - pos: -23.5,185.5 + pos: 27.5,-152.5 parent: 1 - - uid: 59947 + - uid: 29515 components: - type: Transform - pos: -23.5,186.5 + pos: 27.5,-151.5 parent: 1 - - uid: 59948 + - uid: 29516 components: - type: Transform - pos: -23.5,187.5 + pos: 28.5,-139.5 parent: 1 - - uid: 59949 + - uid: 29517 components: - type: Transform - pos: -23.5,188.5 + pos: 27.5,-150.5 parent: 1 - - uid: 59950 + - uid: 29518 components: - type: Transform - pos: -23.5,189.5 + pos: 27.5,-149.5 parent: 1 - - uid: 59951 + - uid: 29519 components: - type: Transform - pos: -23.5,190.5 + pos: 27.5,-148.5 parent: 1 - - uid: 59952 + - uid: 29520 components: - type: Transform - pos: -23.5,191.5 + pos: 28.5,-137.5 parent: 1 - - uid: 59953 + - uid: 29521 components: - type: Transform - pos: -23.5,192.5 + pos: 27.5,-143.5 parent: 1 - - uid: 59954 + - uid: 29522 components: - type: Transform - pos: -23.5,193.5 + pos: 27.5,-146.5 parent: 1 - - uid: 59955 + - uid: 29523 components: - type: Transform - pos: -23.5,194.5 + pos: 27.5,-142.5 parent: 1 - - uid: 59956 + - uid: 29524 components: - type: Transform - pos: -23.5,195.5 + pos: 27.5,-141.5 parent: 1 - - uid: 59957 + - uid: 29525 components: - type: Transform - pos: -23.5,196.5 + pos: 27.5,-147.5 parent: 1 - - uid: 59958 + - uid: 29526 components: - type: Transform - pos: -23.5,197.5 + pos: 27.5,-140.5 parent: 1 - - uid: 59959 + - uid: 29527 components: - type: Transform - pos: -23.5,198.5 + pos: 27.5,-139.5 parent: 1 - - uid: 59960 + - uid: 29528 components: - type: Transform - pos: -23.5,199.5 + pos: 27.5,-145.5 parent: 1 - - uid: 59961 + - uid: 29529 components: - type: Transform - pos: -22.5,162.5 + pos: 27.5,-138.5 parent: 1 - - uid: 59962 + - uid: 29530 components: - type: Transform - pos: -22.5,163.5 + pos: 27.5,-137.5 parent: 1 - - uid: 59963 + - uid: 29531 components: - type: Transform - pos: -22.5,164.5 + pos: 27.5,-144.5 parent: 1 - - uid: 59964 + - uid: 29532 components: - type: Transform - pos: -22.5,165.5 + pos: 26.5,-153.5 parent: 1 - - uid: 59965 + - uid: 29533 components: - type: Transform - pos: -22.5,166.5 + pos: 26.5,-152.5 parent: 1 - - uid: 59966 + - uid: 29534 components: - type: Transform - pos: -22.5,167.5 + pos: 24.5,-145.5 parent: 1 - - uid: 59967 + - uid: 29535 components: - type: Transform - pos: -22.5,168.5 + pos: 24.5,-144.5 parent: 1 - - uid: 59968 + - uid: 29536 components: - type: Transform - pos: -22.5,169.5 + pos: 24.5,-143.5 parent: 1 - - uid: 59969 + - uid: 29537 components: - type: Transform - pos: -22.5,170.5 + pos: 12.5,-153.5 parent: 1 - - uid: 59972 + - uid: 29538 components: - type: Transform - pos: -22.5,173.5 + pos: 13.5,-138.5 parent: 1 - - uid: 59973 + - uid: 29539 components: - type: Transform - pos: -22.5,174.5 + pos: 13.5,-137.5 parent: 1 - - uid: 59974 + - uid: 29540 components: - type: Transform - pos: -22.5,175.5 + pos: 13.5,-140.5 parent: 1 - - uid: 59975 + - uid: 29541 components: - type: Transform - pos: -22.5,176.5 + pos: 12.5,-152.5 parent: 1 - - uid: 59976 + - uid: 29542 components: - type: Transform - pos: -22.5,177.5 + pos: 12.5,-151.5 parent: 1 - - uid: 59977 + - uid: 29543 components: - type: Transform - pos: -22.5,178.5 + pos: 13.5,-143.5 parent: 1 - - uid: 59978 + - uid: 29544 components: - type: Transform - pos: -22.5,179.5 + pos: 12.5,-150.5 parent: 1 - - uid: 59979 + - uid: 29545 components: - type: Transform - pos: -22.5,180.5 + pos: 12.5,-149.5 parent: 1 - - uid: 59980 + - uid: 29546 components: - type: Transform - pos: -22.5,181.5 + pos: 13.5,-139.5 parent: 1 - - uid: 59981 + - uid: 29547 components: - type: Transform - pos: -22.5,182.5 + pos: 12.5,-148.5 parent: 1 - - uid: 59982 + - uid: 29548 components: - type: Transform - pos: -22.5,183.5 + pos: 12.5,-147.5 parent: 1 - - uid: 59983 + - uid: 29549 components: - type: Transform - pos: -22.5,184.5 + pos: 13.5,-141.5 parent: 1 - - uid: 59984 + - uid: 29550 components: - type: Transform - pos: -22.5,185.5 + pos: 13.5,-144.5 parent: 1 - - uid: 59985 + - uid: 29551 components: - type: Transform - pos: -22.5,186.5 + pos: 13.5,-142.5 parent: 1 - - uid: 59986 + - uid: 29552 components: - type: Transform - pos: -22.5,187.5 + pos: 11.5,-144.5 parent: 1 - - uid: 59987 + - uid: 29553 components: - type: Transform - pos: -22.5,188.5 + pos: 11.5,-145.5 parent: 1 - - uid: 59988 + - uid: 29554 components: - type: Transform - pos: -22.5,189.5 + pos: 11.5,-146.5 parent: 1 - - uid: 59989 + - uid: 29555 components: - type: Transform - pos: -22.5,190.5 + pos: 11.5,-142.5 parent: 1 - - uid: 59990 + - uid: 29556 components: - type: Transform - pos: -22.5,191.5 + pos: 11.5,-143.5 parent: 1 - - uid: 59991 + - uid: 29557 components: - type: Transform - pos: -22.5,192.5 + pos: 10.5,-153.5 parent: 1 - - uid: 59992 + - uid: 29558 components: - type: Transform - pos: -22.5,193.5 + pos: 11.5,-140.5 parent: 1 - - uid: 59993 + - uid: 29559 components: - type: Transform - pos: -22.5,194.5 + pos: 10.5,-152.5 parent: 1 - - uid: 59994 + - uid: 29560 components: - type: Transform - pos: -22.5,195.5 + pos: 10.5,-151.5 parent: 1 - - uid: 59995 + - uid: 29561 components: - type: Transform - pos: -22.5,196.5 + pos: 11.5,-141.5 parent: 1 - - uid: 59996 + - uid: 29562 components: - type: Transform - pos: -22.5,197.5 + pos: 10.5,-150.5 parent: 1 - - uid: 59997 + - uid: 29563 components: - type: Transform - pos: -22.5,198.5 + pos: 10.5,-149.5 parent: 1 - - uid: 59998 + - uid: 29564 components: - type: Transform - pos: -22.5,199.5 + pos: 11.5,-138.5 parent: 1 - - uid: 59999 + - uid: 29565 components: - type: Transform - pos: -21.5,162.5 + pos: 11.5,-139.5 parent: 1 - - uid: 60000 + - uid: 29566 components: - type: Transform - pos: -21.5,163.5 + pos: 11.5,-137.5 parent: 1 - - uid: 60001 + - uid: 29567 components: - type: Transform - pos: -21.5,164.5 + pos: 12.5,-137.5 parent: 1 - - uid: 60002 + - uid: 29568 components: - type: Transform - pos: -21.5,165.5 + pos: 12.5,-138.5 parent: 1 - - uid: 60003 + - uid: 29569 components: - type: Transform - pos: -21.5,166.5 + pos: 12.5,-139.5 parent: 1 - - uid: 60004 + - uid: 29570 components: - type: Transform - pos: -21.5,167.5 + pos: 11.5,-152.5 parent: 1 - - uid: 60005 + - uid: 29571 components: - type: Transform - pos: -21.5,168.5 + pos: 11.5,-153.5 parent: 1 - - uid: 60006 + - uid: 29572 components: - type: Transform - pos: -21.5,169.5 + pos: 12.5,-144.5 parent: 1 - - uid: 60007 + - uid: 29573 components: - type: Transform - pos: -21.5,170.5 + pos: 11.5,-150.5 parent: 1 - - uid: 60008 + - uid: 29574 components: - type: Transform - pos: -21.5,171.5 + pos: 12.5,-143.5 parent: 1 - - uid: 60009 + - uid: 29575 components: - type: Transform - pos: -21.5,172.5 + pos: 12.5,-142.5 parent: 1 - - uid: 60010 + - uid: 29576 components: - type: Transform - pos: -21.5,173.5 + pos: 11.5,-151.5 parent: 1 - - uid: 60011 + - uid: 29577 components: - type: Transform - pos: -21.5,174.5 + pos: 12.5,-141.5 parent: 1 - - uid: 60012 + - uid: 29578 components: - type: Transform - pos: -21.5,175.5 + pos: 12.5,-140.5 parent: 1 - - uid: 60013 + - uid: 29579 components: - type: Transform - pos: -21.5,176.5 + pos: 11.5,-148.5 parent: 1 - - uid: 60014 + - uid: 29580 components: - type: Transform - pos: -21.5,177.5 + pos: 11.5,-149.5 parent: 1 - - uid: 60015 + - uid: 29581 components: - type: Transform - pos: -21.5,178.5 + pos: 11.5,-147.5 parent: 1 - - uid: 60016 + - uid: 29582 components: - type: Transform - pos: -21.5,179.5 + pos: 18.5,-150.5 parent: 1 - - uid: 60017 + - uid: 29583 components: - type: Transform - pos: -21.5,180.5 + pos: 18.5,-151.5 parent: 1 - - uid: 60018 + - uid: 29584 components: - type: Transform - pos: -21.5,181.5 + pos: 18.5,-152.5 parent: 1 - - uid: 60019 + - uid: 29585 components: - type: Transform - pos: -21.5,182.5 + pos: 18.5,-148.5 parent: 1 - - uid: 60020 + - uid: 29586 components: - type: Transform - pos: -21.5,183.5 + pos: 18.5,-149.5 parent: 1 - - uid: 60021 + - uid: 29587 components: - type: Transform - pos: -21.5,184.5 + pos: 18.5,-142.5 parent: 1 - - uid: 60022 + - uid: 29588 components: - type: Transform - pos: -21.5,185.5 + pos: 18.5,-146.5 parent: 1 - - uid: 60023 + - uid: 29589 components: - type: Transform - pos: -21.5,186.5 + pos: 18.5,-141.5 parent: 1 - - uid: 60024 + - uid: 29590 components: - type: Transform - pos: -21.5,187.5 + pos: 18.5,-140.5 parent: 1 - - uid: 60025 + - uid: 29591 components: - type: Transform - pos: -21.5,188.5 + pos: 18.5,-147.5 parent: 1 - - uid: 60026 + - uid: 29592 components: - type: Transform - pos: -21.5,189.5 + pos: 18.5,-139.5 parent: 1 - - uid: 60027 + - uid: 29593 components: - type: Transform - pos: -21.5,190.5 + pos: 18.5,-138.5 parent: 1 - - uid: 60028 + - uid: 29594 components: - type: Transform - pos: -21.5,191.5 + pos: 18.5,-144.5 parent: 1 - - uid: 60029 + - uid: 29595 components: - type: Transform - pos: -21.5,192.5 + pos: 18.5,-145.5 parent: 1 - - uid: 60030 + - uid: 29596 components: - type: Transform - pos: -21.5,193.5 + pos: 18.5,-143.5 parent: 1 - - uid: 60031 + - uid: 29597 components: - type: Transform - pos: -21.5,194.5 + pos: 19.5,-148.5 parent: 1 - - uid: 60032 + - uid: 29598 components: - type: Transform - pos: -21.5,195.5 + pos: 19.5,-149.5 parent: 1 - - uid: 60033 + - uid: 29599 components: - type: Transform - pos: -21.5,196.5 + pos: 19.5,-150.5 parent: 1 - - uid: 60034 + - uid: 29600 components: - type: Transform - pos: -21.5,197.5 + pos: 19.5,-146.5 parent: 1 - - uid: 60035 + - uid: 29601 components: - type: Transform - pos: -21.5,198.5 + pos: 19.5,-147.5 parent: 1 - - uid: 60036 + - uid: 29602 components: - type: Transform - pos: -21.5,199.5 + pos: 19.5,-140.5 parent: 1 - - uid: 60037 + - uid: 29603 components: - type: Transform - pos: -20.5,173.5 + pos: 19.5,-144.5 parent: 1 - - uid: 60038 + - uid: 29604 components: - type: Transform - pos: -20.5,174.5 + pos: 19.5,-139.5 parent: 1 - - uid: 60039 + - uid: 29605 components: - type: Transform - pos: -20.5,175.5 + pos: 19.5,-138.5 parent: 1 - - uid: 60040 + - uid: 29606 components: - type: Transform - pos: -20.5,176.5 + pos: 19.5,-145.5 parent: 1 - - uid: 60041 + - uid: 29607 components: - type: Transform - pos: -20.5,177.5 + pos: 19.5,-137.5 parent: 1 - - uid: 60042 + - uid: 29608 components: - type: Transform - pos: -20.5,178.5 + pos: 18.5,-153.5 parent: 1 - - uid: 60043 + - uid: 29609 components: - type: Transform - pos: -20.5,179.5 + pos: 19.5,-142.5 parent: 1 - - uid: 60044 + - uid: 29610 components: - type: Transform - pos: -20.5,180.5 + pos: 19.5,-143.5 parent: 1 - - uid: 60045 + - uid: 29611 components: - type: Transform - pos: -20.5,181.5 + pos: 19.5,-141.5 parent: 1 - - uid: 60046 + - uid: 29612 components: - type: Transform - pos: -20.5,182.5 + pos: 16.5,-144.5 parent: 1 - - uid: 60047 + - uid: 29613 components: - type: Transform - pos: -20.5,183.5 + pos: 16.5,-145.5 parent: 1 - - uid: 60048 + - uid: 29614 components: - type: Transform - pos: -20.5,184.5 + pos: 16.5,-146.5 parent: 1 - - uid: 60049 + - uid: 29615 components: - type: Transform - pos: -20.5,185.5 + pos: 16.5,-142.5 parent: 1 - - uid: 60050 + - uid: 29616 components: - type: Transform - pos: -20.5,186.5 + pos: 16.5,-143.5 parent: 1 - - uid: 60051 + - uid: 29617 components: - type: Transform - pos: -20.5,187.5 + pos: 15.5,-153.5 parent: 1 - - uid: 60052 + - uid: 29618 components: - type: Transform - pos: -20.5,188.5 + pos: 16.5,-140.5 parent: 1 - - uid: 60053 + - uid: 29619 components: - type: Transform - pos: -20.5,189.5 + pos: 15.5,-152.5 parent: 1 - - uid: 60054 + - uid: 29620 components: - type: Transform - pos: -20.5,190.5 + pos: 15.5,-151.5 parent: 1 - - uid: 60055 + - uid: 29621 components: - type: Transform - pos: -20.5,191.5 + pos: 16.5,-141.5 parent: 1 - - uid: 60056 + - uid: 29622 components: - type: Transform - pos: -20.5,192.5 + pos: 15.5,-150.5 parent: 1 - - uid: 60057 + - uid: 29623 components: - type: Transform - pos: -20.5,193.5 + pos: 15.5,-149.5 parent: 1 - - uid: 60058 + - uid: 29624 components: - type: Transform - pos: -20.5,194.5 + pos: 16.5,-138.5 parent: 1 - - uid: 60059 + - uid: 29625 components: - type: Transform - pos: -20.5,195.5 + pos: 16.5,-139.5 parent: 1 - - uid: 60060 + - uid: 29626 components: - type: Transform - pos: -20.5,196.5 + pos: 16.5,-137.5 parent: 1 - - uid: 60061 + - uid: 29627 components: - type: Transform - pos: -20.5,197.5 + pos: 14.5,-140.5 parent: 1 - - uid: 60062 + - uid: 29628 components: - type: Transform - pos: -20.5,198.5 + pos: 14.5,-141.5 parent: 1 - - uid: 60063 + - uid: 29629 components: - type: Transform - pos: -20.5,199.5 + pos: 14.5,-142.5 parent: 1 - - uid: 60064 + - uid: 29630 components: - type: Transform - pos: -19.5,173.5 + pos: 13.5,-147.5 parent: 1 - - uid: 60065 + - uid: 29631 components: - type: Transform - pos: -19.5,174.5 + pos: 14.5,-139.5 parent: 1 - - uid: 60066 + - uid: 29632 components: - type: Transform - pos: -19.5,175.5 + pos: 13.5,-145.5 parent: 1 - - uid: 60067 + - uid: 29633 components: - type: Transform - pos: -19.5,176.5 + pos: 13.5,-146.5 parent: 1 - - uid: 60068 + - uid: 29634 components: - type: Transform - pos: -19.5,177.5 + pos: 15.5,-142.5 parent: 1 - - uid: 60069 + - uid: 29635 components: - type: Transform - pos: -19.5,178.5 + pos: 15.5,-143.5 parent: 1 - - uid: 60070 + - uid: 29636 components: - type: Transform - pos: -19.5,179.5 + pos: 15.5,-140.5 parent: 1 - - uid: 60071 + - uid: 29637 components: - type: Transform - pos: -19.5,180.5 + pos: 15.5,-141.5 parent: 1 - - uid: 60072 + - uid: 29638 components: - type: Transform - pos: -19.5,181.5 + pos: 14.5,-151.5 parent: 1 - - uid: 60073 + - uid: 29639 components: - type: Transform - pos: -19.5,182.5 + pos: 14.5,-153.5 parent: 1 - - uid: 60074 + - uid: 29640 components: - type: Transform - pos: -19.5,183.5 + pos: 14.5,-149.5 parent: 1 - - uid: 60075 + - uid: 29641 components: - type: Transform - pos: -19.5,184.5 + pos: 14.5,-150.5 parent: 1 - - uid: 60076 + - uid: 29642 components: - type: Transform - pos: -19.5,185.5 + pos: 14.5,-147.5 parent: 1 - - uid: 60077 + - uid: 29643 components: - type: Transform - pos: -19.5,186.5 + pos: 17.5,-141.5 parent: 1 - - uid: 60078 + - uid: 29644 components: - type: Transform - pos: -19.5,187.5 + pos: 17.5,-139.5 parent: 1 - - uid: 60079 + - uid: 29645 components: - type: Transform - pos: -19.5,188.5 + pos: 17.5,-140.5 parent: 1 - - uid: 60080 + - uid: 29646 components: - type: Transform - pos: -19.5,189.5 + pos: 17.5,-137.5 parent: 1 - - uid: 60081 + - uid: 29647 components: - type: Transform - pos: -19.5,190.5 + pos: 17.5,-138.5 parent: 1 - - uid: 60082 + - uid: 29648 components: - type: Transform - pos: -19.5,191.5 + pos: 16.5,-152.5 parent: 1 - - uid: 60083 + - uid: 29649 components: - type: Transform - pos: -19.5,192.5 + pos: 16.5,-153.5 parent: 1 - - uid: 60084 + - uid: 29650 components: - type: Transform - pos: -19.5,193.5 + pos: 16.5,-150.5 parent: 1 - - uid: 60085 + - uid: 29651 components: - type: Transform - pos: -19.5,194.5 + pos: 16.5,-151.5 parent: 1 - - uid: 60086 + - uid: 29652 components: - type: Transform - pos: -19.5,195.5 + pos: 16.5,-148.5 parent: 1 - - uid: 60087 + - uid: 29653 components: - type: Transform - pos: -19.5,196.5 + pos: 16.5,-149.5 parent: 1 - - uid: 60088 + - uid: 29654 components: - type: Transform - pos: -19.5,197.5 + pos: 16.5,-147.5 parent: 1 - - uid: 60089 + - uid: 29655 components: - type: Transform - pos: -19.5,198.5 + pos: 14.5,-138.5 parent: 1 - - uid: 60090 + - uid: 29656 components: - type: Transform - pos: -19.5,199.5 + pos: 15.5,-145.5 parent: 1 - - uid: 60091 + - uid: 29657 components: - type: Transform - pos: -18.5,173.5 + pos: 15.5,-144.5 parent: 1 - - uid: 60092 + - uid: 29658 components: - type: Transform - pos: -18.5,174.5 + pos: 15.5,-138.5 parent: 1 - - uid: 60093 + - uid: 29659 components: - type: Transform - pos: -18.5,175.5 + pos: 15.5,-139.5 parent: 1 - - uid: 60094 + - uid: 29660 components: - type: Transform - pos: -18.5,176.5 + pos: 15.5,-137.5 parent: 1 - - uid: 60095 + - uid: 29661 components: - type: Transform - pos: -18.5,177.5 + pos: 14.5,-152.5 parent: 1 - - uid: 60096 + - uid: 29662 components: - type: Transform - pos: -18.5,178.5 + pos: 14.5,-148.5 parent: 1 - - uid: 60097 + - uid: 29663 components: - type: Transform - pos: -18.5,179.5 + pos: 14.5,-145.5 parent: 1 - - uid: 60098 + - uid: 29664 components: - type: Transform - pos: -18.5,180.5 + pos: 14.5,-146.5 parent: 1 - - uid: 60099 + - uid: 29665 components: - type: Transform - pos: -18.5,181.5 + pos: 14.5,-144.5 parent: 1 - - uid: 60100 + - uid: 29666 components: - type: Transform - pos: -18.5,182.5 + pos: 15.5,-147.5 parent: 1 - - uid: 60101 + - uid: 29667 components: - type: Transform - pos: -18.5,183.5 + pos: 15.5,-146.5 parent: 1 - - uid: 60102 + - uid: 29668 components: - type: Transform - pos: -18.5,184.5 + pos: 13.5,-148.5 parent: 1 - - uid: 60103 + - uid: 29669 components: - type: Transform - pos: -18.5,185.5 + pos: 15.5,-148.5 parent: 1 - - uid: 60104 + - uid: 29670 components: - type: Transform - pos: -18.5,186.5 + pos: 14.5,-137.5 parent: 1 - - uid: 60105 + - uid: 29671 components: - type: Transform - pos: -18.5,187.5 + pos: 14.5,-143.5 parent: 1 - - uid: 60106 + - uid: 29672 components: - type: Transform - pos: -18.5,188.5 + pos: 13.5,-149.5 parent: 1 - - uid: 60107 + - uid: 29673 components: - type: Transform - pos: -18.5,189.5 + pos: 13.5,-152.5 parent: 1 - - uid: 60108 + - uid: 29674 components: - type: Transform - pos: -18.5,190.5 + pos: 13.5,-153.5 parent: 1 - - uid: 60109 + - uid: 29675 components: - type: Transform - pos: -18.5,191.5 + pos: 13.5,-151.5 parent: 1 - - uid: 60110 + - uid: 29676 components: - type: Transform - pos: -18.5,192.5 + pos: 13.5,-150.5 parent: 1 - - uid: 60111 + - uid: 29677 components: - type: Transform - pos: -18.5,193.5 + pos: 12.5,-146.5 parent: 1 - - uid: 60112 + - uid: 29678 components: - type: Transform - pos: -18.5,194.5 + pos: 12.5,-145.5 parent: 1 - - uid: 60113 + - uid: 29679 components: - type: Transform - pos: -18.5,195.5 + pos: 8.5,-151.5 parent: 1 - - uid: 60114 + - uid: 29680 components: - type: Transform - pos: -18.5,196.5 + pos: 8.5,-148.5 parent: 1 - - uid: 60115 + - uid: 29681 components: - type: Transform - pos: -18.5,197.5 + pos: 8.5,-149.5 parent: 1 - - uid: 60116 + - uid: 29682 components: - type: Transform - pos: -18.5,198.5 + pos: 8.5,-146.5 parent: 1 - - uid: 60117 + - uid: 29683 components: - type: Transform - pos: -18.5,199.5 + pos: 8.5,-142.5 parent: 1 - - uid: 60118 + - uid: 29684 components: - type: Transform - pos: -17.5,173.5 + pos: 10.5,-156.5 parent: 1 - - uid: 60119 + - uid: 29685 components: - type: Transform - pos: -17.5,174.5 + pos: 6.5,-154.5 parent: 1 - - uid: 60120 + - uid: 29686 components: - type: Transform - pos: -17.5,175.5 + pos: 10.5,-157.5 parent: 1 - - uid: 60121 + - uid: 29687 components: - type: Transform - pos: -17.5,176.5 + pos: 6.5,-151.5 parent: 1 - - uid: 60122 + - uid: 29688 components: - type: Transform - pos: -17.5,177.5 + pos: 5.5,-154.5 parent: 1 - - uid: 60123 + - uid: 29689 components: - type: Transform - pos: -17.5,178.5 + pos: 5.5,-151.5 parent: 1 - - uid: 60124 + - uid: 29690 components: - type: Transform - pos: -17.5,179.5 + pos: 5.5,-153.5 parent: 1 - - uid: 60125 + - uid: 29691 components: - type: Transform - pos: -17.5,180.5 + pos: 8.5,-141.5 parent: 1 - - uid: 60126 + - uid: 29692 components: - type: Transform - pos: -17.5,181.5 + pos: 8.5,-139.5 parent: 1 - - uid: 60127 + - uid: 29693 components: - type: Transform - pos: -17.5,182.5 + pos: 8.5,-140.5 parent: 1 - - uid: 60128 + - uid: 29694 components: - type: Transform - pos: -17.5,183.5 + pos: 8.5,-137.5 parent: 1 - - uid: 60129 + - uid: 29695 components: - type: Transform - pos: -17.5,184.5 + pos: 11.5,-155.5 parent: 1 - - uid: 60130 + - uid: 29696 components: - type: Transform - pos: -17.5,185.5 + pos: 11.5,-154.5 parent: 1 - - uid: 60131 + - uid: 29697 components: - type: Transform - pos: -17.5,186.5 + pos: 6.5,-155.5 parent: 1 - - uid: 60132 + - uid: 29698 components: - type: Transform - pos: -17.5,187.5 + pos: 10.5,-155.5 parent: 1 - - uid: 60133 + - uid: 29699 components: - type: Transform - pos: -17.5,188.5 + pos: 8.5,-138.5 parent: 1 - - uid: 60134 + - uid: 29700 components: - type: Transform - pos: -17.5,189.5 + pos: 6.5,-150.5 parent: 1 - - uid: 60135 + - uid: 29701 components: - type: Transform - pos: -17.5,190.5 + pos: 10.5,-158.5 parent: 1 - - uid: 60136 + - uid: 29702 components: - type: Transform - pos: -17.5,191.5 + pos: 11.5,-157.5 parent: 1 - - uid: 60137 + - uid: 29703 components: - type: Transform - pos: -17.5,192.5 + pos: 10.5,-154.5 parent: 1 - - uid: 60138 + - uid: 29704 components: - type: Transform - pos: -17.5,193.5 + pos: 11.5,-156.5 parent: 1 - - uid: 60139 + - uid: 29705 components: - type: Transform - pos: -17.5,194.5 + pos: 11.5,-158.5 parent: 1 - - uid: 60140 + - uid: 29706 components: - type: Transform - pos: -17.5,195.5 + pos: 6.5,-152.5 parent: 1 - - uid: 60141 + - uid: 29707 components: - type: Transform - pos: -17.5,196.5 + pos: 7.5,-156.5 parent: 1 - - uid: 60142 + - uid: 29708 components: - type: Transform - pos: -17.5,197.5 + pos: 6.5,-153.5 parent: 1 - - uid: 60143 + - uid: 29709 components: - type: Transform - pos: -17.5,198.5 + pos: 21.5,-141.5 parent: 1 - - uid: 60144 + - uid: 29710 components: - type: Transform - pos: -17.5,199.5 + pos: 20.5,-141.5 parent: 1 - - uid: 60146 + - uid: 29711 components: - type: Transform - pos: 6.5,197.5 + pos: 21.5,-138.5 parent: 1 - - uid: 60147 + - uid: 29712 components: - type: Transform - pos: -16.5,174.5 + pos: 20.5,-140.5 parent: 1 - - uid: 60148 + - uid: 29713 components: - type: Transform - pos: -16.5,175.5 + pos: 20.5,-139.5 parent: 1 - - uid: 60149 + - uid: 29714 components: - type: Transform - pos: -16.5,176.5 + pos: 20.5,-153.5 parent: 1 - - uid: 60150 + - uid: 29715 components: - type: Transform - pos: -16.5,177.5 + pos: 22.5,-138.5 parent: 1 - - uid: 60151 + - uid: 29716 components: - type: Transform - pos: -16.5,178.5 + pos: 20.5,-151.5 parent: 1 - - uid: 60152 + - uid: 29717 components: - type: Transform - pos: -16.5,179.5 + pos: 22.5,-137.5 parent: 1 - - uid: 60153 + - uid: 29718 components: - type: Transform - pos: -16.5,180.5 + pos: 20.5,-145.5 parent: 1 - - uid: 60154 + - uid: 29719 components: - type: Transform - pos: -16.5,181.5 + pos: 20.5,-152.5 parent: 1 - - uid: 60155 + - uid: 29720 components: - type: Transform - pos: -16.5,182.5 + pos: 20.5,-150.5 parent: 1 - - uid: 60156 + - uid: 29721 components: - type: Transform - pos: -16.5,183.5 + pos: 20.5,-147.5 parent: 1 - - uid: 60157 + - uid: 29722 components: - type: Transform - pos: -16.5,184.5 + pos: 21.5,-151.5 parent: 1 - - uid: 60158 + - uid: 29723 components: - type: Transform - pos: -16.5,185.5 + pos: 21.5,-152.5 parent: 1 - - uid: 60159 + - uid: 29724 components: - type: Transform - pos: -16.5,186.5 + pos: 20.5,-149.5 parent: 1 - - uid: 60160 + - uid: 29725 components: - type: Transform - pos: -16.5,187.5 + pos: 21.5,-150.5 parent: 1 - - uid: 60161 + - uid: 29726 components: - type: Transform - pos: -16.5,188.5 + pos: 20.5,-146.5 parent: 1 - - uid: 60162 + - uid: 29727 components: - type: Transform - pos: -16.5,189.5 + pos: 20.5,-148.5 parent: 1 - - uid: 60163 + - uid: 29728 components: - type: Transform - pos: -16.5,190.5 + pos: 20.5,-137.5 parent: 1 - - uid: 60164 + - uid: 29729 components: - type: Transform - pos: -16.5,191.5 + pos: 20.5,-138.5 parent: 1 - - uid: 60165 + - uid: 29730 components: - type: Transform - pos: -16.5,192.5 + pos: 20.5,-144.5 parent: 1 - - uid: 60166 + - uid: 29731 components: - type: Transform - pos: -16.5,193.5 + pos: 20.5,-143.5 parent: 1 - - uid: 60167 + - uid: 29732 components: - type: Transform - pos: -16.5,194.5 + pos: 19.5,-152.5 parent: 1 - - uid: 60168 + - uid: 29733 components: - type: Transform - pos: -16.5,195.5 + pos: 21.5,-153.5 parent: 1 - - uid: 60169 + - uid: 29734 components: - type: Transform - pos: -16.5,196.5 + pos: 21.5,-143.5 parent: 1 - - uid: 60170 + - uid: 29735 components: - type: Transform - pos: -16.5,197.5 + pos: 21.5,-147.5 parent: 1 - - uid: 60171 + - uid: 29736 components: - type: Transform - pos: -16.5,198.5 + pos: 21.5,-145.5 parent: 1 - - uid: 60172 + - uid: 29737 components: - type: Transform - pos: -16.5,199.5 + pos: 21.5,-140.5 parent: 1 - - uid: 60173 + - uid: 29738 components: - type: Transform - pos: -15.5,173.5 + pos: 21.5,-142.5 parent: 1 - - uid: 60174 + - uid: 29739 components: - type: Transform - pos: -15.5,174.5 + pos: 21.5,-146.5 parent: 1 - - uid: 60175 + - uid: 29740 components: - type: Transform - pos: -15.5,175.5 + pos: 21.5,-137.5 parent: 1 - - uid: 60176 + - uid: 29741 components: - type: Transform - pos: -15.5,176.5 + pos: 21.5,-144.5 parent: 1 - - uid: 60177 + - uid: 29742 components: - type: Transform - pos: -15.5,177.5 + pos: 21.5,-139.5 parent: 1 - - uid: 60178 + - uid: 29743 components: - type: Transform - pos: -15.5,178.5 + pos: 9.5,-192.5 parent: 1 - - uid: 60179 + - uid: 29744 components: - type: Transform - pos: -15.5,179.5 + pos: 8.5,-186.5 parent: 1 - - uid: 60180 + - uid: 29745 components: - type: Transform - pos: -15.5,180.5 + pos: -25.5,-150.5 parent: 1 - - uid: 60181 + - uid: 29746 components: - type: Transform - pos: -15.5,181.5 + pos: -5.5,-176.5 parent: 1 - - uid: 60182 + - uid: 29747 components: - type: Transform - pos: -15.5,182.5 + pos: 12.5,-160.5 parent: 1 - - uid: 60183 + - uid: 29748 components: - type: Transform - pos: -15.5,183.5 + pos: -25.5,-154.5 parent: 1 - - uid: 60184 + - uid: 29749 components: - type: Transform - pos: -15.5,184.5 + pos: -6.5,-170.5 parent: 1 - - uid: 60185 + - uid: 29750 components: - type: Transform - pos: -15.5,185.5 + pos: -28.5,-165.5 parent: 1 - - uid: 60186 + - uid: 29751 components: - type: Transform - pos: -15.5,186.5 + pos: 6.5,-140.5 parent: 1 - - uid: 60187 + - uid: 29752 components: - type: Transform - pos: -15.5,187.5 + pos: 32.5,-167.5 parent: 1 - - uid: 60188 + - uid: 29753 components: - type: Transform - pos: -15.5,188.5 + pos: 25.5,-140.5 parent: 1 - - uid: 60189 + - uid: 29754 components: - type: Transform - pos: -15.5,189.5 + pos: 32.5,-166.5 parent: 1 - - uid: 60190 + - uid: 29755 components: - type: Transform - pos: -15.5,190.5 + pos: 40.5,-144.5 parent: 1 - - uid: 60191 + - uid: 29756 components: - type: Transform - pos: -15.5,191.5 + pos: 40.5,-145.5 parent: 1 - - uid: 60192 + - uid: 29757 components: - type: Transform - pos: -15.5,192.5 + pos: 41.5,-134.5 parent: 1 - - uid: 60193 + - uid: 29758 components: - type: Transform - pos: -15.5,193.5 + pos: 35.5,-138.5 parent: 1 - - uid: 60194 + - uid: 29759 components: - type: Transform - pos: -15.5,194.5 + pos: 40.5,-142.5 parent: 1 - - uid: 60195 + - uid: 29760 components: - type: Transform - pos: -15.5,195.5 + pos: -30.5,-197.5 parent: 1 - - uid: 60196 + - uid: 29761 components: - type: Transform - pos: -15.5,196.5 + pos: -30.5,-198.5 parent: 1 - - uid: 60197 + - uid: 29762 components: - type: Transform - pos: -15.5,197.5 + pos: -26.5,-197.5 parent: 1 - - uid: 60198 + - uid: 29763 components: - type: Transform - pos: -15.5,198.5 + pos: -21.5,-198.5 parent: 1 - - uid: 60199 + - uid: 29764 components: - type: Transform - pos: -15.5,199.5 + pos: -34.5,-197.5 parent: 1 - - uid: 60200 + - uid: 29765 components: - type: Transform - pos: -14.5,173.5 + pos: -35.5,-197.5 parent: 1 - - uid: 60201 + - uid: 29766 components: - type: Transform - pos: -14.5,174.5 + pos: -29.5,-197.5 parent: 1 - - uid: 60202 + - uid: 29767 components: - type: Transform - pos: -14.5,175.5 + pos: -32.5,-197.5 parent: 1 - - uid: 60203 + - uid: 29768 components: - type: Transform - pos: -14.5,176.5 + pos: -24.5,-196.5 parent: 1 - - uid: 60204 + - uid: 29769 components: - type: Transform - pos: -14.5,177.5 + pos: -25.5,-198.5 parent: 1 - - uid: 60205 + - uid: 29770 components: - type: Transform - pos: -14.5,178.5 + pos: -22.5,-196.5 parent: 1 - - uid: 60206 + - uid: 29771 components: - type: Transform - pos: -14.5,179.5 + pos: -24.5,-197.5 parent: 1 - - uid: 60207 + - uid: 29772 components: - type: Transform - pos: -14.5,180.5 + pos: -12.5,-192.5 parent: 1 - - uid: 60208 + - uid: 29773 components: - type: Transform - pos: -14.5,181.5 + pos: -28.5,-198.5 parent: 1 - - uid: 60209 + - uid: 29774 components: - type: Transform - pos: -14.5,182.5 + pos: -22.5,-197.5 parent: 1 - - uid: 60210 + - uid: 29775 components: - type: Transform - pos: -14.5,183.5 + pos: -31.5,-196.5 parent: 1 - - uid: 60211 + - uid: 29776 components: - type: Transform - pos: -14.5,184.5 + pos: -24.5,-198.5 parent: 1 - - uid: 60212 + - uid: 29777 components: - type: Transform - pos: -14.5,185.5 + pos: -27.5,-196.5 parent: 1 - - uid: 60213 + - uid: 29778 components: - type: Transform - pos: -14.5,186.5 + pos: 43.5,-198.5 parent: 1 - - uid: 60214 + - uid: 29779 components: - type: Transform - pos: -14.5,187.5 + pos: -33.5,-197.5 parent: 1 - - uid: 60215 + - uid: 29780 components: - type: Transform - pos: -14.5,188.5 + pos: -35.5,-196.5 parent: 1 - - uid: 60216 + - uid: 29781 components: - type: Transform - pos: -14.5,189.5 + pos: -37.5,-198.5 parent: 1 - - uid: 60217 + - uid: 29782 components: - type: Transform - pos: -14.5,190.5 + pos: -26.5,-198.5 parent: 1 - - uid: 60218 + - uid: 29783 components: - type: Transform - pos: -14.5,191.5 + pos: -30.5,-196.5 parent: 1 - - uid: 60219 + - uid: 29784 components: - type: Transform - pos: -14.5,192.5 + pos: -23.5,-198.5 parent: 1 - - uid: 60220 + - uid: 29785 components: - type: Transform - pos: -14.5,193.5 + pos: -13.5,-192.5 parent: 1 - - uid: 60221 + - uid: 29786 components: - type: Transform - pos: -14.5,194.5 + pos: -34.5,-198.5 parent: 1 - - uid: 60222 + - uid: 29787 components: - type: Transform - pos: -14.5,195.5 + pos: -21.5,-197.5 parent: 1 - - uid: 60223 + - uid: 29788 components: - type: Transform - pos: -14.5,196.5 + pos: -23.5,-197.5 parent: 1 - - uid: 60224 + - uid: 29789 components: - type: Transform - pos: -14.5,197.5 + pos: -28.5,-196.5 parent: 1 - - uid: 60225 + - uid: 29790 components: - type: Transform - pos: -14.5,198.5 + pos: -27.5,-198.5 parent: 1 - - uid: 60226 + - uid: 29791 components: - type: Transform - pos: -14.5,199.5 + pos: -21.5,-196.5 parent: 1 - - uid: 60227 + - uid: 29792 components: - type: Transform - pos: -13.5,173.5 + pos: -20.5,-198.5 parent: 1 - - uid: 60228 + - uid: 29793 components: - type: Transform - pos: -13.5,174.5 + pos: -20.5,-197.5 parent: 1 - - uid: 60229 + - uid: 29794 components: - type: Transform - pos: -13.5,175.5 + pos: -20.5,-196.5 parent: 1 - - uid: 60230 + - uid: 29795 components: - type: Transform - pos: -13.5,176.5 + pos: -19.5,-198.5 parent: 1 - - uid: 60231 + - uid: 29796 components: - type: Transform - pos: -13.5,177.5 + pos: -19.5,-197.5 parent: 1 - - uid: 60232 + - uid: 29797 components: - type: Transform - pos: -13.5,178.5 + pos: -19.5,-196.5 parent: 1 - - uid: 60233 + - uid: 29798 components: - type: Transform - pos: -13.5,179.5 + pos: -18.5,-198.5 parent: 1 - - uid: 60234 + - uid: 29799 components: - type: Transform - pos: -13.5,180.5 + pos: -18.5,-197.5 parent: 1 - - uid: 60235 + - uid: 29800 components: - type: Transform - pos: -13.5,181.5 + pos: -18.5,-196.5 parent: 1 - - uid: 60236 + - uid: 29801 components: - type: Transform - pos: -13.5,182.5 + pos: -17.5,-198.5 parent: 1 - - uid: 60237 + - uid: 29802 components: - type: Transform - pos: -13.5,183.5 + pos: -17.5,-197.5 parent: 1 - - uid: 60238 + - uid: 29803 components: - type: Transform - pos: -13.5,184.5 + pos: -17.5,-196.5 parent: 1 - - uid: 60239 + - uid: 29804 components: - type: Transform - pos: -13.5,185.5 + pos: -16.5,-198.5 parent: 1 - - uid: 60240 + - uid: 29805 components: - type: Transform - pos: -13.5,186.5 + pos: -16.5,-197.5 parent: 1 - - uid: 60241 + - uid: 29806 components: - type: Transform - pos: -13.5,187.5 + pos: -16.5,-196.5 parent: 1 - - uid: 60242 + - uid: 29807 components: - type: Transform - pos: -13.5,188.5 + pos: -15.5,-198.5 parent: 1 - - uid: 60243 + - uid: 29808 components: - type: Transform - pos: -13.5,189.5 + pos: -15.5,-197.5 parent: 1 - - uid: 60244 + - uid: 29809 components: - type: Transform - pos: -13.5,190.5 + pos: -15.5,-196.5 parent: 1 - - uid: 60245 + - uid: 29810 components: - type: Transform - pos: -13.5,191.5 + pos: -14.5,-198.5 parent: 1 - - uid: 60246 + - uid: 29811 components: - type: Transform - pos: -13.5,192.5 + pos: -14.5,-197.5 parent: 1 - - uid: 60247 + - uid: 29812 components: - type: Transform - pos: -13.5,193.5 + pos: -14.5,-196.5 parent: 1 - - uid: 60248 + - uid: 29813 components: - type: Transform - pos: -13.5,194.5 + pos: -13.5,-198.5 parent: 1 - - uid: 60249 + - uid: 29814 components: - type: Transform - pos: -13.5,195.5 + pos: -13.5,-197.5 parent: 1 - - uid: 60250 + - uid: 29815 components: - type: Transform - pos: -13.5,196.5 + pos: -13.5,-196.5 parent: 1 - - uid: 60251 + - uid: 29816 components: - type: Transform - pos: -13.5,197.5 + pos: -11.5,-152.5 parent: 1 - - uid: 60252 + - uid: 29817 components: - type: Transform - pos: -13.5,198.5 + pos: -23.5,-164.5 parent: 1 - - uid: 60253 + - uid: 29818 components: - type: Transform - pos: -13.5,199.5 + pos: -13.5,-186.5 parent: 1 - - uid: 60254 + - uid: 29819 components: - type: Transform - pos: -12.5,173.5 + pos: -13.5,-185.5 parent: 1 - - uid: 60255 + - uid: 29820 components: - type: Transform - pos: -12.5,174.5 + pos: -13.5,-184.5 parent: 1 - - uid: 60256 + - uid: 29821 components: - type: Transform - pos: -12.5,175.5 + pos: -13.5,-183.5 parent: 1 - - uid: 60257 + - uid: 29822 components: - type: Transform - pos: -12.5,176.5 + pos: -13.5,-182.5 parent: 1 - - uid: 60258 + - uid: 29823 components: - type: Transform - pos: -12.5,177.5 + pos: -13.5,-181.5 parent: 1 - - uid: 60259 + - uid: 29824 components: - type: Transform - pos: -12.5,178.5 + pos: -13.5,-180.5 parent: 1 - - uid: 60260 + - uid: 29825 components: - type: Transform - pos: -12.5,179.5 + pos: -13.5,-179.5 parent: 1 - - uid: 60261 + - uid: 29826 components: - type: Transform - pos: -12.5,180.5 + pos: -13.5,-178.5 parent: 1 - - uid: 60262 + - uid: 29827 components: - type: Transform - pos: -12.5,181.5 + pos: -13.5,-177.5 parent: 1 - - uid: 60263 + - uid: 29828 components: - type: Transform - pos: -12.5,182.5 + pos: -13.5,-176.5 parent: 1 - - uid: 60264 + - uid: 29829 components: - type: Transform - pos: -12.5,183.5 + pos: -13.5,-175.5 parent: 1 - - uid: 60265 + - uid: 29830 components: - type: Transform - pos: -12.5,184.5 + pos: -13.5,-174.5 parent: 1 - - uid: 60266 + - uid: 29831 components: - type: Transform - pos: -12.5,185.5 + pos: -13.5,-173.5 parent: 1 - - uid: 60267 + - uid: 29832 components: - type: Transform - pos: -12.5,186.5 + pos: -13.5,-172.5 parent: 1 - - uid: 60268 + - uid: 29833 components: - type: Transform - pos: -12.5,187.5 + pos: -13.5,-171.5 parent: 1 - - uid: 60269 + - uid: 29834 components: - type: Transform - pos: -12.5,188.5 + pos: -13.5,-170.5 parent: 1 - - uid: 60272 + - uid: 29835 components: - type: Transform - pos: -12.5,191.5 + pos: -14.5,-195.5 parent: 1 - - uid: 60273 + - uid: 29836 components: - type: Transform - pos: -12.5,192.5 + pos: -14.5,-194.5 parent: 1 - - uid: 60274 + - uid: 29837 components: - type: Transform - pos: -12.5,193.5 + pos: -14.5,-193.5 parent: 1 - - uid: 60275 + - uid: 29838 components: - type: Transform - pos: -12.5,194.5 + pos: -14.5,-192.5 parent: 1 - - uid: 60276 + - uid: 29839 components: - type: Transform - pos: -12.5,195.5 + pos: -14.5,-191.5 parent: 1 - - uid: 60277 + - uid: 29840 components: - type: Transform - pos: -12.5,196.5 + pos: -14.5,-190.5 parent: 1 - - uid: 60278 + - uid: 29841 components: - type: Transform - pos: -12.5,197.5 + pos: -14.5,-189.5 parent: 1 - - uid: 60279 + - uid: 29842 components: - type: Transform - pos: -12.5,198.5 + pos: -14.5,-188.5 parent: 1 - - uid: 60280 + - uid: 29843 components: - type: Transform - pos: -12.5,199.5 + pos: -14.5,-187.5 parent: 1 - - uid: 60281 + - uid: 29844 components: - type: Transform - pos: -11.5,173.5 + pos: -14.5,-186.5 parent: 1 - - uid: 60282 + - uid: 29845 components: - type: Transform - pos: -11.5,174.5 + pos: -14.5,-185.5 parent: 1 - - uid: 60283 + - uid: 29846 components: - type: Transform - pos: -11.5,175.5 + pos: -14.5,-184.5 parent: 1 - - uid: 60284 + - uid: 29847 components: - type: Transform - pos: -11.5,176.5 + pos: -14.5,-183.5 parent: 1 - - uid: 60285 + - uid: 29848 components: - type: Transform - pos: -11.5,177.5 + pos: -14.5,-182.5 parent: 1 - - uid: 60286 + - uid: 29849 components: - type: Transform - pos: -11.5,178.5 + pos: -14.5,-181.5 parent: 1 - - uid: 60287 + - uid: 29850 components: - type: Transform - pos: -11.5,179.5 + pos: -14.5,-180.5 parent: 1 - - uid: 60288 + - uid: 29851 components: - type: Transform - pos: -11.5,180.5 + pos: -14.5,-179.5 parent: 1 - - uid: 60289 + - uid: 29852 components: - type: Transform - pos: -11.5,181.5 + pos: -14.5,-178.5 parent: 1 - - uid: 60290 + - uid: 29853 components: - type: Transform - pos: -11.5,182.5 + pos: -14.5,-177.5 parent: 1 - - uid: 60291 + - uid: 29854 components: - type: Transform - pos: -11.5,183.5 + pos: -14.5,-176.5 parent: 1 - - uid: 60292 + - uid: 29855 components: - type: Transform - pos: -11.5,184.5 + pos: -14.5,-175.5 parent: 1 - - uid: 60293 + - uid: 29856 components: - type: Transform - pos: -11.5,185.5 + pos: -14.5,-174.5 parent: 1 - - uid: 60294 + - uid: 29857 components: - type: Transform - pos: -11.5,186.5 + pos: -14.5,-173.5 parent: 1 - - uid: 60295 + - uid: 29858 components: - type: Transform - pos: -11.5,187.5 + pos: -14.5,-172.5 parent: 1 - - uid: 60296 + - uid: 29859 components: - type: Transform - pos: -11.5,188.5 + pos: -14.5,-171.5 parent: 1 - - uid: 60301 + - uid: 29860 components: - type: Transform - pos: -11.5,193.5 + pos: -14.5,-170.5 parent: 1 - - uid: 60302 + - uid: 29861 components: - type: Transform - pos: -11.5,194.5 + pos: -14.5,-169.5 parent: 1 - - uid: 60303 + - uid: 29862 components: - type: Transform - pos: -11.5,195.5 + pos: -15.5,-195.5 parent: 1 - - uid: 60304 + - uid: 29863 components: - type: Transform - pos: -11.5,196.5 + pos: -15.5,-194.5 parent: 1 - - uid: 60305 + - uid: 29864 components: - type: Transform - pos: -11.5,197.5 + pos: -15.5,-193.5 parent: 1 - - uid: 60306 + - uid: 29865 components: - type: Transform - pos: -11.5,198.5 + pos: -15.5,-192.5 parent: 1 - - uid: 60307 + - uid: 29866 components: - type: Transform - pos: -11.5,199.5 + pos: -15.5,-191.5 parent: 1 - - uid: 60308 + - uid: 29867 components: - type: Transform - pos: -10.5,173.5 + pos: -15.5,-190.5 parent: 1 - - uid: 60309 + - uid: 29868 components: - type: Transform - pos: -10.5,174.5 + pos: -15.5,-189.5 parent: 1 - - uid: 60310 + - uid: 29869 components: - type: Transform - pos: -10.5,175.5 + pos: -15.5,-188.5 parent: 1 - - uid: 60311 + - uid: 29870 components: - type: Transform - pos: -10.5,176.5 + pos: -15.5,-187.5 parent: 1 - - uid: 60312 + - uid: 29871 components: - type: Transform - pos: -10.5,177.5 + pos: -15.5,-186.5 parent: 1 - - uid: 60313 + - uid: 29872 components: - type: Transform - pos: -10.5,178.5 + pos: -15.5,-185.5 parent: 1 - - uid: 60314 + - uid: 29873 components: - type: Transform - pos: -10.5,179.5 + pos: -15.5,-184.5 parent: 1 - - uid: 60315 + - uid: 29874 components: - type: Transform - pos: -10.5,180.5 + pos: -15.5,-183.5 parent: 1 - - uid: 60316 + - uid: 29875 components: - type: Transform - pos: -10.5,181.5 + pos: -15.5,-182.5 parent: 1 - - uid: 60317 + - uid: 29876 components: - type: Transform - pos: -10.5,182.5 + pos: -15.5,-181.5 parent: 1 - - uid: 60318 + - uid: 29877 components: - type: Transform - pos: -10.5,183.5 + pos: -15.5,-180.5 parent: 1 - - uid: 60319 + - uid: 29878 components: - type: Transform - pos: -10.5,184.5 + pos: -15.5,-179.5 parent: 1 - - uid: 60320 + - uid: 29879 components: - type: Transform - pos: -10.5,185.5 + pos: -15.5,-178.5 parent: 1 - - uid: 60321 + - uid: 29880 components: - type: Transform - pos: -10.5,186.5 + pos: -15.5,-177.5 parent: 1 - - uid: 60322 + - uid: 29881 components: - type: Transform - pos: -10.5,187.5 + pos: -15.5,-176.5 parent: 1 - - uid: 60323 + - uid: 29882 components: - type: Transform - pos: -10.5,188.5 + pos: -15.5,-175.5 parent: 1 - - uid: 60324 + - uid: 29883 components: - type: Transform - pos: -10.5,189.5 + pos: -15.5,-174.5 parent: 1 - - uid: 60325 + - uid: 29884 components: - type: Transform - pos: 216.5,192.5 + pos: -15.5,-171.5 parent: 1 - - uid: 60327 + - uid: 29885 components: - type: Transform - pos: -10.5,192.5 + pos: -15.5,-170.5 parent: 1 - - uid: 60328 + - uid: 29886 components: - type: Transform - pos: -10.5,193.5 + pos: -15.5,-169.5 parent: 1 - - uid: 60329 + - uid: 29887 components: - type: Transform - pos: -10.5,194.5 + pos: -15.5,-168.5 parent: 1 - - uid: 60330 + - uid: 29888 components: - type: Transform - pos: -10.5,195.5 + pos: -16.5,-195.5 parent: 1 - - uid: 60331 + - uid: 29889 components: - type: Transform - pos: -10.5,196.5 + pos: -16.5,-194.5 parent: 1 - - uid: 60332 + - uid: 29890 components: - type: Transform - pos: -10.5,197.5 + pos: -16.5,-193.5 parent: 1 - - uid: 60333 + - uid: 29891 components: - type: Transform - pos: -10.5,198.5 + pos: -16.5,-192.5 parent: 1 - - uid: 60334 + - uid: 29892 components: - type: Transform - pos: -10.5,199.5 + pos: -16.5,-191.5 parent: 1 - - uid: 60335 + - uid: 29893 components: - type: Transform - pos: -9.5,173.5 + pos: -16.5,-190.5 parent: 1 - - uid: 60336 + - uid: 29894 components: - type: Transform - pos: -9.5,174.5 + pos: -16.5,-189.5 parent: 1 - - uid: 60337 + - uid: 29895 components: - type: Transform - pos: -9.5,175.5 + pos: -16.5,-188.5 parent: 1 - - uid: 60338 + - uid: 29896 components: - type: Transform - pos: -9.5,176.5 + pos: -16.5,-187.5 parent: 1 - - uid: 60339 + - uid: 29897 components: - type: Transform - pos: -9.5,177.5 + pos: -16.5,-186.5 parent: 1 - - uid: 60340 + - uid: 29898 components: - type: Transform - pos: -9.5,178.5 + pos: -16.5,-185.5 parent: 1 - - uid: 60341 + - uid: 29899 components: - type: Transform - pos: -9.5,179.5 + pos: -16.5,-184.5 parent: 1 - - uid: 60342 + - uid: 29900 components: - type: Transform - pos: -9.5,180.5 + pos: -16.5,-183.5 parent: 1 - - uid: 60343 + - uid: 29901 components: - type: Transform - pos: -9.5,181.5 + pos: -16.5,-182.5 parent: 1 - - uid: 60344 + - uid: 29902 components: - type: Transform - pos: -9.5,182.5 + pos: -16.5,-181.5 parent: 1 - - uid: 60345 + - uid: 29903 components: - type: Transform - pos: -9.5,183.5 + pos: -16.5,-180.5 parent: 1 - - uid: 60346 + - uid: 29904 components: - type: Transform - pos: -9.5,184.5 + pos: -16.5,-179.5 parent: 1 - - uid: 60347 + - uid: 29905 components: - type: Transform - pos: -9.5,185.5 + pos: -16.5,-178.5 parent: 1 - - uid: 60348 + - uid: 29906 components: - type: Transform - pos: -9.5,186.5 + pos: -16.5,-177.5 parent: 1 - - uid: 60349 + - uid: 29907 components: - type: Transform - pos: -9.5,187.5 + pos: -16.5,-176.5 parent: 1 - - uid: 60350 + - uid: 29908 components: - type: Transform - pos: -9.5,188.5 + pos: -16.5,-171.5 parent: 1 - - uid: 60351 + - uid: 29909 components: - type: Transform - pos: -9.5,189.5 + pos: -16.5,-170.5 parent: 1 - - uid: 60352 + - uid: 29910 components: - type: Transform - pos: -9.5,190.5 + pos: -16.5,-169.5 parent: 1 - - uid: 60353 + - uid: 29911 components: - type: Transform - pos: -9.5,191.5 + pos: -16.5,-168.5 parent: 1 - - uid: 60354 + - uid: 29912 components: - type: Transform - pos: -9.5,192.5 + pos: -17.5,-195.5 parent: 1 - - uid: 60355 + - uid: 29913 components: - type: Transform - pos: -9.5,193.5 + pos: -17.5,-194.5 parent: 1 - - uid: 60356 + - uid: 29914 components: - type: Transform - pos: -9.5,194.5 + pos: -17.5,-193.5 parent: 1 - - uid: 60357 + - uid: 29915 components: - type: Transform - pos: -9.5,195.5 + pos: -17.5,-192.5 parent: 1 - - uid: 60358 + - uid: 29916 components: - type: Transform - pos: -9.5,196.5 + pos: -17.5,-191.5 parent: 1 - - uid: 60359 + - uid: 29917 components: - type: Transform - pos: -9.5,197.5 + pos: -17.5,-190.5 parent: 1 - - uid: 60360 + - uid: 29918 components: - type: Transform - pos: -9.5,198.5 + pos: -17.5,-189.5 parent: 1 - - uid: 60361 + - uid: 29919 components: - type: Transform - pos: -9.5,199.5 + pos: -17.5,-188.5 parent: 1 - - uid: 60362 + - uid: 29920 components: - type: Transform - pos: -8.5,173.5 + pos: -17.5,-187.5 parent: 1 - - uid: 60363 + - uid: 29921 components: - type: Transform - pos: -8.5,174.5 + pos: -17.5,-186.5 parent: 1 - - uid: 60364 + - uid: 29922 components: - type: Transform - pos: -8.5,175.5 + pos: -17.5,-185.5 parent: 1 - - uid: 60365 + - uid: 29923 components: - type: Transform - pos: -8.5,176.5 + pos: -17.5,-184.5 parent: 1 - - uid: 60366 + - uid: 29924 components: - type: Transform - pos: -8.5,177.5 + pos: -17.5,-183.5 parent: 1 - - uid: 60367 + - uid: 29925 components: - type: Transform - pos: -8.5,178.5 + pos: -17.5,-182.5 parent: 1 - - uid: 60368 + - uid: 29926 components: - type: Transform - pos: -8.5,179.5 + pos: -17.5,-181.5 parent: 1 - - uid: 60369 + - uid: 29927 components: - type: Transform - pos: -8.5,180.5 + pos: -17.5,-180.5 parent: 1 - - uid: 60370 + - uid: 29928 components: - type: Transform - pos: -8.5,181.5 + pos: -17.5,-179.5 parent: 1 - - uid: 60371 + - uid: 29929 components: - type: Transform - pos: -8.5,182.5 + pos: -17.5,-178.5 parent: 1 - - uid: 60372 + - uid: 29930 components: - type: Transform - pos: -8.5,183.5 + pos: -17.5,-177.5 parent: 1 - - uid: 60373 + - uid: 29931 components: - type: Transform - pos: -8.5,184.5 + pos: -17.5,-176.5 parent: 1 - - uid: 60374 + - uid: 29932 components: - type: Transform - pos: -8.5,185.5 + pos: -17.5,-172.5 parent: 1 - - uid: 60375 + - uid: 29933 components: - type: Transform - pos: -8.5,186.5 + pos: -17.5,-171.5 parent: 1 - - uid: 60376 + - uid: 29934 components: - type: Transform - pos: -8.5,187.5 + pos: -17.5,-170.5 parent: 1 - - uid: 60377 + - uid: 29935 components: - type: Transform - pos: -8.5,188.5 + pos: -17.5,-169.5 parent: 1 - - uid: 60378 + - uid: 29936 components: - type: Transform - pos: -8.5,189.5 + pos: -17.5,-168.5 parent: 1 - - uid: 60379 + - uid: 29937 components: - type: Transform - pos: -8.5,190.5 + pos: -17.5,-167.5 parent: 1 - - uid: 60380 + - uid: 29938 components: - type: Transform - pos: -8.5,191.5 + pos: -18.5,-195.5 parent: 1 - - uid: 60381 + - uid: 29939 components: - type: Transform - pos: -8.5,192.5 + pos: -18.5,-194.5 parent: 1 - - uid: 60382 + - uid: 29940 components: - type: Transform - pos: -8.5,193.5 + pos: -18.5,-193.5 parent: 1 - - uid: 60383 + - uid: 29941 components: - type: Transform - pos: -8.5,194.5 + pos: -18.5,-192.5 parent: 1 - - uid: 60384 + - uid: 29942 components: - type: Transform - pos: -8.5,195.5 + pos: -18.5,-191.5 parent: 1 - - uid: 60385 + - uid: 29943 components: - type: Transform - pos: -8.5,196.5 + pos: -18.5,-190.5 parent: 1 - - uid: 60386 + - uid: 29944 components: - type: Transform - pos: -8.5,197.5 + pos: -18.5,-189.5 parent: 1 - - uid: 60387 + - uid: 29945 components: - type: Transform - pos: -8.5,198.5 + pos: -18.5,-188.5 parent: 1 - - uid: 60388 + - uid: 29946 components: - type: Transform - pos: -8.5,199.5 + pos: -18.5,-187.5 parent: 1 - - uid: 60389 + - uid: 29947 components: - type: Transform - pos: -7.5,173.5 + pos: -18.5,-186.5 parent: 1 - - uid: 60390 + - uid: 29948 components: - type: Transform - pos: -7.5,174.5 + pos: -18.5,-185.5 parent: 1 - - uid: 60391 + - uid: 29949 components: - type: Transform - pos: -7.5,175.5 + pos: -18.5,-184.5 parent: 1 - - uid: 60392 + - uid: 29950 components: - type: Transform - pos: -7.5,176.5 + pos: -18.5,-183.5 parent: 1 - - uid: 60393 + - uid: 29951 components: - type: Transform - pos: -7.5,177.5 + pos: -18.5,-182.5 parent: 1 - - uid: 60394 + - uid: 29952 components: - type: Transform - pos: -7.5,178.5 + pos: -18.5,-181.5 parent: 1 - - uid: 60395 + - uid: 29953 components: - type: Transform - pos: -7.5,179.5 + pos: -18.5,-180.5 parent: 1 - - uid: 60396 + - uid: 29954 components: - type: Transform - pos: -7.5,180.5 + pos: -18.5,-179.5 parent: 1 - - uid: 60397 + - uid: 29955 components: - type: Transform - pos: -7.5,181.5 + pos: -18.5,-178.5 parent: 1 - - uid: 60398 + - uid: 29956 components: - type: Transform - pos: -7.5,182.5 + pos: -18.5,-177.5 parent: 1 - - uid: 60399 + - uid: 29957 components: - type: Transform - pos: -7.5,183.5 + pos: -18.5,-176.5 parent: 1 - - uid: 60400 + - uid: 29958 components: - type: Transform - pos: -7.5,184.5 + pos: -18.5,-173.5 parent: 1 - - uid: 60401 + - uid: 29959 components: - type: Transform - pos: -7.5,185.5 + pos: -18.5,-172.5 parent: 1 - - uid: 60402 + - uid: 29960 components: - type: Transform - pos: -7.5,186.5 + pos: -18.5,-171.5 parent: 1 - - uid: 60403 + - uid: 29961 components: - type: Transform - pos: -7.5,187.5 + pos: -18.5,-170.5 parent: 1 - - uid: 60404 + - uid: 29962 components: - type: Transform - pos: -7.5,188.5 + pos: -18.5,-169.5 parent: 1 - - uid: 60405 + - uid: 29963 components: - type: Transform - pos: -7.5,189.5 + pos: -18.5,-168.5 parent: 1 - - uid: 60406 + - uid: 29964 components: - type: Transform - pos: -7.5,190.5 + pos: -18.5,-167.5 parent: 1 - - uid: 60407 + - uid: 29965 components: - type: Transform - pos: -7.5,191.5 + pos: -19.5,-195.5 parent: 1 - - uid: 60408 + - uid: 29966 components: - type: Transform - pos: -7.5,192.5 + pos: -19.5,-194.5 parent: 1 - - uid: 60409 + - uid: 29967 components: - type: Transform - pos: -7.5,193.5 + pos: -19.5,-193.5 parent: 1 - - uid: 60410 + - uid: 29968 components: - type: Transform - pos: -7.5,194.5 + pos: -19.5,-192.5 parent: 1 - - uid: 60411 + - uid: 29969 components: - type: Transform - pos: -7.5,195.5 + pos: -19.5,-191.5 parent: 1 - - uid: 60412 + - uid: 29970 components: - type: Transform - pos: -7.5,196.5 + pos: -19.5,-190.5 parent: 1 - - uid: 60413 + - uid: 29971 components: - type: Transform - pos: -7.5,197.5 + pos: -19.5,-189.5 parent: 1 - - uid: 60414 + - uid: 29972 components: - type: Transform - pos: -7.5,198.5 + pos: -19.5,-188.5 parent: 1 - - uid: 60415 + - uid: 29973 components: - type: Transform - pos: -7.5,199.5 + pos: -19.5,-187.5 parent: 1 - - uid: 60416 + - uid: 29974 components: - type: Transform - pos: -6.5,173.5 + pos: -19.5,-186.5 parent: 1 - - uid: 60417 + - uid: 29975 components: - type: Transform - pos: -6.5,174.5 + pos: -19.5,-185.5 parent: 1 - - uid: 60418 + - uid: 29976 components: - type: Transform - pos: -6.5,175.5 + pos: -19.5,-184.5 parent: 1 - - uid: 60419 + - uid: 29977 components: - type: Transform - pos: -6.5,176.5 + pos: -19.5,-183.5 parent: 1 - - uid: 60420 + - uid: 29978 components: - type: Transform - pos: -6.5,177.5 + pos: -19.5,-182.5 parent: 1 - - uid: 60421 + - uid: 29979 components: - type: Transform - pos: -6.5,178.5 + pos: -19.5,-181.5 parent: 1 - - uid: 60422 + - uid: 29980 components: - type: Transform - pos: -6.5,179.5 + pos: -19.5,-180.5 parent: 1 - - uid: 60423 + - uid: 29981 components: - type: Transform - pos: -6.5,180.5 + pos: -19.5,-179.5 parent: 1 - - uid: 60424 + - uid: 29982 components: - type: Transform - pos: -6.5,181.5 + pos: -19.5,-178.5 parent: 1 - - uid: 60425 + - uid: 29983 components: - type: Transform - pos: -6.5,182.5 + pos: -19.5,-177.5 parent: 1 - - uid: 60426 + - uid: 29984 components: - type: Transform - pos: -6.5,183.5 + pos: -19.5,-169.5 parent: 1 - - uid: 60427 + - uid: 29985 components: - type: Transform - pos: -6.5,184.5 + pos: -19.5,-168.5 parent: 1 - - uid: 60428 + - uid: 29986 components: - type: Transform - pos: -6.5,185.5 + pos: -19.5,-167.5 parent: 1 - - uid: 60429 + - uid: 29987 components: - type: Transform - pos: -6.5,186.5 + pos: -20.5,-195.5 parent: 1 - - uid: 60430 + - uid: 29988 components: - type: Transform - pos: -6.5,187.5 + pos: -20.5,-194.5 parent: 1 - - uid: 60431 + - uid: 29989 components: - type: Transform - pos: -6.5,188.5 + pos: -20.5,-193.5 parent: 1 - - uid: 60432 + - uid: 29990 components: - type: Transform - pos: -6.5,189.5 + pos: -20.5,-192.5 parent: 1 - - uid: 60433 + - uid: 29991 components: - type: Transform - pos: -6.5,190.5 + pos: -20.5,-191.5 parent: 1 - - uid: 60434 + - uid: 29992 components: - type: Transform - pos: -6.5,191.5 + pos: -20.5,-190.5 parent: 1 - - uid: 60435 + - uid: 29993 components: - type: Transform - pos: -6.5,192.5 + pos: -20.5,-189.5 parent: 1 - - uid: 60436 + - uid: 29994 components: - type: Transform - pos: -6.5,193.5 + pos: -20.5,-188.5 parent: 1 - - uid: 60437 + - uid: 29995 components: - type: Transform - pos: -6.5,194.5 + pos: -20.5,-187.5 parent: 1 - - uid: 60438 + - uid: 29996 components: - type: Transform - pos: -6.5,195.5 + pos: -20.5,-186.5 parent: 1 - - uid: 60439 + - uid: 29997 components: - type: Transform - pos: -6.5,196.5 + pos: -20.5,-185.5 parent: 1 - - uid: 60440 + - uid: 29998 components: - type: Transform - pos: -6.5,197.5 + pos: -20.5,-184.5 parent: 1 - - uid: 60441 + - uid: 29999 components: - type: Transform - pos: -6.5,198.5 + pos: -20.5,-183.5 parent: 1 - - uid: 60442 + - uid: 30000 components: - type: Transform - pos: -6.5,199.5 + pos: -20.5,-182.5 parent: 1 - - uid: 60443 + - uid: 30001 components: - type: Transform - pos: -5.5,173.5 + pos: -20.5,-181.5 parent: 1 - - uid: 60444 + - uid: 30002 components: - type: Transform - pos: -5.5,174.5 + pos: -20.5,-180.5 parent: 1 - - uid: 60445 + - uid: 30003 components: - type: Transform - pos: -5.5,175.5 + pos: -20.5,-169.5 parent: 1 - - uid: 60446 + - uid: 30004 components: - type: Transform - pos: -5.5,176.5 + pos: -20.5,-168.5 parent: 1 - - uid: 60447 + - uid: 30005 components: - type: Transform - pos: -5.5,177.5 + pos: -20.5,-167.5 parent: 1 - - uid: 60448 + - uid: 30006 components: - type: Transform - pos: -5.5,178.5 + pos: -21.5,-195.5 parent: 1 - - uid: 60450 + - uid: 30007 components: - type: Transform - pos: -5.5,180.5 + pos: -21.5,-194.5 parent: 1 - - uid: 60451 + - uid: 30008 components: - type: Transform - pos: -5.5,181.5 + pos: -21.5,-193.5 parent: 1 - - uid: 60452 + - uid: 30009 components: - type: Transform - pos: -5.5,182.5 + pos: -21.5,-192.5 parent: 1 - - uid: 60453 + - uid: 30010 components: - type: Transform - pos: -5.5,183.5 + pos: -21.5,-191.5 parent: 1 - - uid: 60454 + - uid: 30011 components: - type: Transform - pos: -5.5,184.5 + pos: -21.5,-190.5 parent: 1 - - uid: 60455 + - uid: 30012 components: - type: Transform - pos: -5.5,185.5 + pos: -21.5,-189.5 parent: 1 - - uid: 60456 + - uid: 30013 components: - type: Transform - pos: -5.5,186.5 + pos: -21.5,-188.5 parent: 1 - - uid: 60457 + - uid: 30014 components: - type: Transform - pos: -5.5,187.5 + pos: -21.5,-187.5 parent: 1 - - uid: 60458 + - uid: 30015 components: - type: Transform - pos: -5.5,188.5 + pos: -21.5,-186.5 parent: 1 - - uid: 60459 + - uid: 30016 components: - type: Transform - pos: -5.5,189.5 + pos: -21.5,-185.5 parent: 1 - - uid: 60460 + - uid: 30017 components: - type: Transform - pos: -5.5,190.5 + pos: -21.5,-184.5 parent: 1 - - uid: 60461 + - uid: 30018 components: - type: Transform - pos: -5.5,191.5 + pos: -21.5,-183.5 parent: 1 - - uid: 60462 + - uid: 30019 components: - type: Transform - pos: -5.5,192.5 + pos: -21.5,-182.5 parent: 1 - - uid: 60463 + - uid: 30020 components: - type: Transform - pos: -5.5,193.5 + pos: -21.5,-181.5 parent: 1 - - uid: 60464 + - uid: 30021 components: - type: Transform - pos: -5.5,194.5 + pos: -21.5,-180.5 parent: 1 - - uid: 60465 + - uid: 30022 components: - type: Transform - pos: -5.5,195.5 + pos: -22.5,-195.5 parent: 1 - - uid: 60466 + - uid: 30023 components: - type: Transform - pos: -5.5,196.5 + pos: -22.5,-194.5 parent: 1 - - uid: 60467 + - uid: 30024 components: - type: Transform - pos: -5.5,197.5 + pos: -22.5,-193.5 parent: 1 - - uid: 60468 + - uid: 30025 components: - type: Transform - pos: -5.5,198.5 + pos: -22.5,-192.5 parent: 1 - - uid: 60469 + - uid: 30026 components: - type: Transform - pos: -5.5,199.5 + pos: -22.5,-191.5 parent: 1 - - uid: 60470 + - uid: 30027 components: - type: Transform - pos: -4.5,173.5 + pos: -22.5,-190.5 parent: 1 - - uid: 60471 + - uid: 30028 components: - type: Transform - pos: -4.5,174.5 + pos: -22.5,-189.5 parent: 1 - - uid: 60472 + - uid: 30029 components: - type: Transform - pos: -4.5,175.5 + pos: -22.5,-188.5 parent: 1 - - uid: 60473 + - uid: 30030 components: - type: Transform - pos: -4.5,176.5 + pos: -22.5,-187.5 parent: 1 - - uid: 60474 + - uid: 30031 components: - type: Transform - pos: -4.5,177.5 + pos: -22.5,-186.5 parent: 1 - - uid: 60475 + - uid: 30032 components: - type: Transform - pos: -4.5,178.5 + pos: -22.5,-185.5 parent: 1 - - uid: 60480 + - uid: 30033 components: - type: Transform - pos: -4.5,183.5 + pos: -22.5,-184.5 parent: 1 - - uid: 60481 + - uid: 30034 components: - type: Transform - pos: -4.5,184.5 + pos: -22.5,-183.5 parent: 1 - - uid: 60482 + - uid: 30035 components: - type: Transform - pos: -4.5,185.5 + pos: -22.5,-182.5 parent: 1 - - uid: 60483 + - uid: 30036 components: - type: Transform - pos: -4.5,186.5 + pos: -22.5,-181.5 parent: 1 - - uid: 60484 + - uid: 30037 components: - type: Transform - pos: -4.5,187.5 + pos: -22.5,-180.5 parent: 1 - - uid: 60485 + - uid: 30038 components: - type: Transform - pos: -4.5,188.5 + pos: -22.5,-175.5 parent: 1 - - uid: 60486 + - uid: 30039 components: - type: Transform - pos: -4.5,189.5 + pos: -23.5,-195.5 parent: 1 - - uid: 60487 + - uid: 30040 components: - type: Transform - pos: -4.5,190.5 + pos: -23.5,-194.5 parent: 1 - - uid: 60488 + - uid: 30041 components: - type: Transform - pos: -4.5,191.5 + pos: -23.5,-193.5 parent: 1 - - uid: 60489 + - uid: 30042 components: - type: Transform - pos: -4.5,192.5 + pos: -23.5,-192.5 parent: 1 - - uid: 60490 + - uid: 30043 components: - type: Transform - pos: -4.5,193.5 + pos: -23.5,-191.5 parent: 1 - - uid: 60491 + - uid: 30044 components: - type: Transform - pos: -4.5,194.5 + pos: -23.5,-190.5 parent: 1 - - uid: 60492 + - uid: 30045 components: - type: Transform - pos: -4.5,195.5 + pos: -23.5,-189.5 parent: 1 - - uid: 60493 + - uid: 30046 components: - type: Transform - pos: -4.5,196.5 + pos: -23.5,-188.5 parent: 1 - - uid: 60494 + - uid: 30047 components: - type: Transform - pos: -4.5,197.5 + pos: -23.5,-187.5 parent: 1 - - uid: 60495 + - uid: 30048 components: - type: Transform - pos: -4.5,198.5 + pos: -23.5,-186.5 parent: 1 - - uid: 60496 + - uid: 30049 components: - type: Transform - pos: -4.5,199.5 + pos: -23.5,-185.5 parent: 1 - - uid: 60497 + - uid: 30050 components: - type: Transform - pos: -3.5,173.5 + pos: -23.5,-184.5 parent: 1 - - uid: 60498 + - uid: 30051 components: - type: Transform - pos: -3.5,174.5 + pos: -23.5,-183.5 parent: 1 - - uid: 60499 + - uid: 30052 components: - type: Transform - pos: -3.5,175.5 + pos: -23.5,-182.5 parent: 1 - - uid: 60500 + - uid: 30053 components: - type: Transform - pos: -3.5,176.5 + pos: -23.5,-181.5 parent: 1 - - uid: 60501 + - uid: 30054 components: - type: Transform - pos: -3.5,177.5 + pos: -23.5,-180.5 parent: 1 - - uid: 60502 + - uid: 30055 components: - type: Transform - pos: -3.5,178.5 + pos: -23.5,-175.5 parent: 1 - - uid: 60504 + - uid: 30056 components: - type: Transform - pos: -3.5,180.5 + pos: -23.5,-169.5 parent: 1 - - uid: 60505 + - uid: 30057 components: - type: Transform - pos: -3.5,181.5 + pos: -23.5,-168.5 parent: 1 - - uid: 60506 + - uid: 30058 components: - type: Transform - pos: -3.5,182.5 + pos: -23.5,-167.5 parent: 1 - - uid: 60507 + - uid: 30059 components: - type: Transform - pos: -3.5,183.5 + pos: -24.5,-195.5 parent: 1 - - uid: 60508 + - uid: 30060 components: - type: Transform - pos: -3.5,184.5 + pos: -24.5,-194.5 parent: 1 - - uid: 60509 + - uid: 30061 components: - type: Transform - pos: -3.5,185.5 + pos: -24.5,-193.5 parent: 1 - - uid: 60510 + - uid: 30062 components: - type: Transform - pos: -3.5,186.5 + pos: -24.5,-192.5 parent: 1 - - uid: 60511 + - uid: 30063 components: - type: Transform - pos: -3.5,187.5 + pos: -24.5,-191.5 parent: 1 - - uid: 60512 + - uid: 30064 components: - type: Transform - pos: -3.5,188.5 + pos: -24.5,-190.5 parent: 1 - - uid: 60513 + - uid: 30065 components: - type: Transform - pos: -3.5,189.5 + pos: -24.5,-182.5 parent: 1 - - uid: 60514 + - uid: 30066 components: - type: Transform - pos: -3.5,190.5 + pos: -24.5,-181.5 parent: 1 - - uid: 60515 + - uid: 30067 components: - type: Transform - pos: -3.5,191.5 + pos: -24.5,-176.5 parent: 1 - - uid: 60516 + - uid: 30068 components: - type: Transform - pos: -3.5,192.5 + pos: -24.5,-175.5 parent: 1 - - uid: 60517 + - uid: 30069 components: - type: Transform - pos: -3.5,193.5 + pos: -24.5,-172.5 parent: 1 - - uid: 60518 + - uid: 30070 components: - type: Transform - pos: -3.5,194.5 + pos: -25.5,-195.5 parent: 1 - - uid: 60519 + - uid: 30071 components: - type: Transform - pos: -3.5,195.5 + pos: -25.5,-194.5 parent: 1 - - uid: 60520 + - uid: 30072 components: - type: Transform - pos: -3.5,196.5 + pos: -25.5,-193.5 parent: 1 - - uid: 60521 + - uid: 30073 components: - type: Transform - pos: -3.5,197.5 + pos: -25.5,-192.5 parent: 1 - - uid: 60522 + - uid: 30074 components: - type: Transform - pos: -3.5,198.5 + pos: -25.5,-191.5 parent: 1 - - uid: 60523 + - uid: 30075 components: - type: Transform - pos: -3.5,199.5 + pos: -25.5,-177.5 parent: 1 - - uid: 60524 + - uid: 30076 components: - type: Transform - pos: -2.5,173.5 + pos: -25.5,-176.5 parent: 1 - - uid: 60525 + - uid: 30077 components: - type: Transform - pos: -2.5,174.5 + pos: -25.5,-175.5 parent: 1 - - uid: 60526 + - uid: 30078 components: - type: Transform - pos: -2.5,175.5 + pos: -25.5,-172.5 parent: 1 - - uid: 60527 + - uid: 30079 components: - type: Transform - pos: -2.5,176.5 + pos: -26.5,-195.5 parent: 1 - - uid: 60528 + - uid: 30080 components: - type: Transform - pos: -2.5,177.5 + pos: -26.5,-177.5 parent: 1 - - uid: 60529 + - uid: 30081 components: - type: Transform - pos: -2.5,178.5 + pos: -26.5,-176.5 parent: 1 - - uid: 60530 + - uid: 30082 components: - type: Transform - pos: -2.5,179.5 + pos: -26.5,-175.5 parent: 1 - - uid: 60531 + - uid: 30083 components: - type: Transform - pos: -2.5,180.5 + pos: -26.5,-169.5 parent: 1 - - uid: 60532 + - uid: 30084 components: - type: Transform - pos: -2.5,181.5 + pos: -26.5,-168.5 parent: 1 - - uid: 60533 + - uid: 30085 components: - type: Transform - pos: -2.5,182.5 + pos: -26.5,-167.5 parent: 1 - - uid: 60534 + - uid: 30086 components: - type: Transform - pos: -2.5,183.5 + pos: -27.5,-195.5 parent: 1 - - uid: 60535 + - uid: 30087 components: - type: Transform - pos: -2.5,184.5 + pos: -27.5,-177.5 parent: 1 - - uid: 60536 + - uid: 30088 components: - type: Transform - pos: -2.5,185.5 + pos: -27.5,-176.5 parent: 1 - - uid: 60537 + - uid: 30089 components: - type: Transform - pos: -2.5,186.5 + pos: -27.5,-175.5 parent: 1 - - uid: 60538 + - uid: 30090 components: - type: Transform - pos: -2.5,187.5 + pos: -27.5,-170.5 parent: 1 - - uid: 60539 + - uid: 30091 components: - type: Transform - pos: -2.5,188.5 + pos: -27.5,-169.5 parent: 1 - - uid: 60540 + - uid: 30092 components: - type: Transform - pos: -2.5,189.5 + pos: -27.5,-168.5 parent: 1 - - uid: 60541 + - uid: 30093 components: - type: Transform - pos: -2.5,190.5 + pos: -27.5,-167.5 parent: 1 - - uid: 60542 + - uid: 30094 components: - type: Transform - pos: -2.5,191.5 + pos: -28.5,-195.5 parent: 1 - - uid: 60543 + - uid: 30095 components: - type: Transform - pos: -2.5,192.5 + pos: -28.5,-180.5 parent: 1 - - uid: 60544 + - uid: 30096 components: - type: Transform - pos: -2.5,193.5 + pos: -28.5,-179.5 parent: 1 - - uid: 60545 + - uid: 30097 components: - type: Transform - pos: -2.5,194.5 + pos: -28.5,-178.5 parent: 1 - - uid: 60546 + - uid: 30098 components: - type: Transform - pos: -2.5,195.5 + pos: -28.5,-177.5 parent: 1 - - uid: 60547 + - uid: 30099 components: - type: Transform - pos: -2.5,196.5 + pos: -28.5,-176.5 parent: 1 - - uid: 60548 + - uid: 30100 components: - type: Transform - pos: -2.5,197.5 + pos: -28.5,-175.5 parent: 1 - - uid: 60549 + - uid: 30101 components: - type: Transform - pos: -2.5,198.5 + pos: -28.5,-171.5 parent: 1 - - uid: 60550 + - uid: 30102 components: - type: Transform - pos: -2.5,199.5 + pos: -28.5,-170.5 parent: 1 - - uid: 60551 + - uid: 30103 components: - type: Transform - pos: -1.5,173.5 + pos: -28.5,-169.5 parent: 1 - - uid: 60552 + - uid: 30104 components: - type: Transform - pos: -1.5,174.5 + pos: -28.5,-168.5 parent: 1 - - uid: 60553 + - uid: 30105 components: - type: Transform - pos: -1.5,175.5 + pos: -28.5,-167.5 parent: 1 - - uid: 60554 + - uid: 30106 components: - type: Transform - pos: -1.5,176.5 + pos: -29.5,-195.5 parent: 1 - - uid: 60555 + - uid: 30107 components: - type: Transform - pos: -1.5,177.5 + pos: -29.5,-181.5 parent: 1 - - uid: 60556 + - uid: 30108 components: - type: Transform - pos: -1.5,178.5 + pos: -29.5,-180.5 parent: 1 - - uid: 60557 + - uid: 30109 components: - type: Transform - pos: -1.5,179.5 + pos: -29.5,-179.5 parent: 1 - - uid: 60558 + - uid: 30110 components: - type: Transform - pos: -1.5,180.5 + pos: -29.5,-178.5 parent: 1 - - uid: 60559 + - uid: 30111 components: - type: Transform - pos: -1.5,181.5 + pos: -29.5,-177.5 parent: 1 - - uid: 60560 + - uid: 30112 components: - type: Transform - pos: -1.5,182.5 + pos: -29.5,-176.5 parent: 1 - - uid: 60561 + - uid: 30113 components: - type: Transform - pos: -1.5,183.5 + pos: -29.5,-175.5 parent: 1 - - uid: 60562 + - uid: 30114 components: - type: Transform - pos: -1.5,184.5 + pos: -29.5,-172.5 parent: 1 - - uid: 60563 + - uid: 30115 components: - type: Transform - pos: -1.5,185.5 + pos: -29.5,-171.5 parent: 1 - - uid: 60564 + - uid: 30116 components: - type: Transform - pos: -1.5,186.5 + pos: -29.5,-170.5 parent: 1 - - uid: 60565 + - uid: 30117 components: - type: Transform - pos: -1.5,187.5 + pos: -29.5,-169.5 parent: 1 - - uid: 60566 + - uid: 30118 components: - type: Transform - pos: -1.5,188.5 + pos: -29.5,-168.5 parent: 1 - - uid: 60567 + - uid: 30119 components: - type: Transform - pos: -1.5,189.5 + pos: -29.5,-167.5 parent: 1 - - uid: 60568 + - uid: 30120 components: - type: Transform - pos: -1.5,190.5 + pos: -30.5,-195.5 parent: 1 - - uid: 60569 + - uid: 30121 components: - type: Transform - pos: -1.5,191.5 + pos: -30.5,-181.5 parent: 1 - - uid: 60570 + - uid: 30122 components: - type: Transform - pos: -1.5,192.5 + pos: -30.5,-180.5 parent: 1 - - uid: 60571 + - uid: 30123 components: - type: Transform - pos: -1.5,193.5 + pos: -30.5,-179.5 parent: 1 - - uid: 60572 + - uid: 30124 components: - type: Transform - pos: -1.5,194.5 + pos: -30.5,-178.5 parent: 1 - - uid: 60573 + - uid: 30125 components: - type: Transform - pos: -1.5,195.5 + pos: -30.5,-177.5 parent: 1 - - uid: 60574 + - uid: 30126 components: - type: Transform - pos: -1.5,196.5 + pos: -30.5,-176.5 parent: 1 - - uid: 60575 + - uid: 30127 components: - type: Transform - pos: -1.5,197.5 + pos: -30.5,-175.5 parent: 1 - - uid: 60576 + - uid: 30128 components: - type: Transform - pos: -1.5,198.5 + pos: -30.5,-174.5 parent: 1 - - uid: 60577 + - uid: 30129 components: - type: Transform - pos: -1.5,199.5 + pos: -30.5,-172.5 parent: 1 - - uid: 60578 + - uid: 30130 components: - type: Transform - pos: -0.5,173.5 + pos: -30.5,-171.5 parent: 1 - - uid: 60579 + - uid: 30131 components: - type: Transform - pos: -0.5,174.5 + pos: -30.5,-170.5 parent: 1 - - uid: 60580 + - uid: 30132 components: - type: Transform - pos: -0.5,175.5 + pos: -30.5,-169.5 parent: 1 - - uid: 60581 + - uid: 30133 components: - type: Transform - pos: -0.5,176.5 + pos: -30.5,-168.5 parent: 1 - - uid: 60582 + - uid: 30134 components: - type: Transform - pos: -0.5,177.5 + pos: -30.5,-167.5 parent: 1 - - uid: 60583 + - uid: 30135 components: - type: Transform - pos: -0.5,178.5 + pos: -39.5,-167.5 parent: 1 - - uid: 60584 + - uid: 30136 components: - type: Transform - pos: -0.5,179.5 + pos: -39.5,-168.5 parent: 1 - - uid: 60585 + - uid: 30137 components: - type: Transform - pos: -0.5,180.5 + pos: -39.5,-169.5 parent: 1 - - uid: 60586 + - uid: 30138 components: - type: Transform - pos: -0.5,181.5 + pos: -39.5,-170.5 parent: 1 - - uid: 60587 + - uid: 30139 components: - type: Transform - pos: -0.5,182.5 + pos: -39.5,-171.5 parent: 1 - - uid: 60588 + - uid: 30140 components: - type: Transform - pos: -0.5,183.5 + pos: -39.5,-172.5 parent: 1 - - uid: 60589 + - uid: 30141 components: - type: Transform - pos: -0.5,184.5 + pos: -39.5,-173.5 parent: 1 - - uid: 60590 + - uid: 30142 components: - type: Transform - pos: -0.5,185.5 + pos: -39.5,-174.5 parent: 1 - - uid: 60591 + - uid: 30143 components: - type: Transform - pos: -0.5,186.5 + pos: -39.5,-175.5 parent: 1 - - uid: 60592 + - uid: 30144 components: - type: Transform - pos: -0.5,187.5 + pos: -39.5,-176.5 parent: 1 - - uid: 60593 + - uid: 30145 components: - type: Transform - pos: -0.5,188.5 + pos: -39.5,-177.5 parent: 1 - - uid: 60594 + - uid: 30146 components: - type: Transform - pos: -0.5,189.5 + pos: -39.5,-178.5 parent: 1 - - uid: 60595 + - uid: 30147 components: - type: Transform - pos: -0.5,190.5 + pos: -39.5,-179.5 parent: 1 - - uid: 60596 + - uid: 30148 components: - type: Transform - pos: -0.5,191.5 + pos: -39.5,-180.5 parent: 1 - - uid: 60598 + - uid: 30149 components: - type: Transform - pos: -0.5,193.5 + pos: -39.5,-181.5 parent: 1 - - uid: 60599 + - uid: 30150 components: - type: Transform - pos: -0.5,194.5 + pos: -39.5,-182.5 parent: 1 - - uid: 60600 + - uid: 30151 components: - type: Transform - pos: -0.5,195.5 + pos: -39.5,-183.5 parent: 1 - - uid: 60601 + - uid: 30152 components: - type: Transform - pos: -0.5,196.5 + pos: -39.5,-184.5 parent: 1 - - uid: 60602 + - uid: 30153 components: - type: Transform - pos: -0.5,197.5 + pos: -39.5,-185.5 parent: 1 - - uid: 60603 + - uid: 30154 components: - type: Transform - pos: -0.5,198.5 + pos: -39.5,-186.5 parent: 1 - - uid: 60604 + - uid: 30155 components: - type: Transform - pos: -0.5,199.5 + pos: -39.5,-187.5 parent: 1 - - uid: 60605 + - uid: 30156 components: - type: Transform - pos: 0.5,173.5 + pos: -39.5,-188.5 parent: 1 - - uid: 60606 + - uid: 30157 components: - type: Transform - pos: 0.5,174.5 + pos: -39.5,-189.5 parent: 1 - - uid: 60607 + - uid: 30158 components: - type: Transform - pos: 0.5,175.5 + pos: -39.5,-190.5 parent: 1 - - uid: 60608 + - uid: 30159 components: - type: Transform - pos: 0.5,176.5 + pos: -39.5,-191.5 parent: 1 - - uid: 60609 + - uid: 30160 components: - type: Transform - pos: 0.5,177.5 + pos: -39.5,-192.5 parent: 1 - - uid: 60610 + - uid: 30161 components: - type: Transform - pos: 0.5,178.5 + pos: -39.5,-193.5 parent: 1 - - uid: 60611 + - uid: 30162 components: - type: Transform - pos: 0.5,179.5 + pos: -39.5,-194.5 parent: 1 - - uid: 60612 + - uid: 30163 components: - type: Transform - pos: 0.5,180.5 + pos: -39.5,-195.5 parent: 1 - - uid: 60613 + - uid: 30164 components: - type: Transform - pos: 0.5,181.5 + pos: -38.5,-167.5 parent: 1 - - uid: 60614 + - uid: 30165 components: - type: Transform - pos: 0.5,182.5 + pos: -38.5,-168.5 parent: 1 - - uid: 60615 + - uid: 30166 components: - type: Transform - pos: 0.5,183.5 + pos: -38.5,-169.5 parent: 1 - - uid: 60616 + - uid: 30167 components: - type: Transform - pos: 0.5,184.5 + pos: -38.5,-170.5 parent: 1 - - uid: 60617 + - uid: 30168 components: - type: Transform - pos: 0.5,185.5 + pos: -38.5,-171.5 parent: 1 - - uid: 60618 + - uid: 30169 components: - type: Transform - pos: 0.5,186.5 + pos: -38.5,-172.5 parent: 1 - - uid: 60619 + - uid: 30170 components: - type: Transform - pos: 0.5,187.5 + pos: -38.5,-173.5 parent: 1 - - uid: 60620 + - uid: 30171 components: - type: Transform - pos: 0.5,188.5 + pos: -38.5,-174.5 parent: 1 - - uid: 60621 + - uid: 30172 components: - type: Transform - pos: 0.5,189.5 + pos: -38.5,-175.5 parent: 1 - - uid: 60622 + - uid: 30173 components: - type: Transform - pos: 0.5,190.5 + pos: -38.5,-176.5 parent: 1 - - uid: 60626 + - uid: 30174 components: - type: Transform - pos: 0.5,194.5 + pos: -38.5,-177.5 parent: 1 - - uid: 60627 + - uid: 30175 components: - type: Transform - pos: 0.5,195.5 + pos: -38.5,-178.5 parent: 1 - - uid: 60628 + - uid: 30176 components: - type: Transform - pos: 0.5,196.5 + pos: -38.5,-179.5 parent: 1 - - uid: 60629 + - uid: 30177 components: - type: Transform - pos: 0.5,197.5 + pos: -38.5,-180.5 parent: 1 - - uid: 60630 + - uid: 30178 components: - type: Transform - pos: 0.5,198.5 + pos: -38.5,-181.5 parent: 1 - - uid: 60631 + - uid: 30179 components: - type: Transform - pos: 0.5,199.5 + pos: -38.5,-182.5 parent: 1 - - uid: 60632 + - uid: 30180 components: - type: Transform - pos: 1.5,173.5 + pos: -38.5,-183.5 parent: 1 - - uid: 60633 + - uid: 30181 components: - type: Transform - pos: 1.5,174.5 + pos: -38.5,-184.5 parent: 1 - - uid: 60634 + - uid: 30182 components: - type: Transform - pos: 1.5,175.5 + pos: -38.5,-185.5 parent: 1 - - uid: 60635 + - uid: 30183 components: - type: Transform - pos: 1.5,176.5 + pos: -38.5,-186.5 parent: 1 - - uid: 60636 + - uid: 30184 components: - type: Transform - pos: 1.5,177.5 + pos: -38.5,-187.5 parent: 1 - - uid: 60637 + - uid: 30185 components: - type: Transform - pos: 1.5,178.5 + pos: -38.5,-188.5 parent: 1 - - uid: 60638 + - uid: 30186 components: - type: Transform - pos: 1.5,179.5 + pos: -38.5,-189.5 parent: 1 - - uid: 60639 + - uid: 30187 components: - type: Transform - pos: 1.5,180.5 + pos: -38.5,-190.5 parent: 1 - - uid: 60640 + - uid: 30188 components: - type: Transform - pos: 1.5,181.5 + pos: -38.5,-191.5 parent: 1 - - uid: 60641 + - uid: 30189 components: - type: Transform - pos: 1.5,182.5 + pos: -38.5,-192.5 parent: 1 - - uid: 60642 + - uid: 30190 components: - type: Transform - pos: 1.5,183.5 + pos: -38.5,-193.5 parent: 1 - - uid: 60643 + - uid: 30191 components: - type: Transform - pos: 1.5,184.5 + pos: -38.5,-194.5 parent: 1 - - uid: 60644 + - uid: 30192 components: - type: Transform - pos: 1.5,185.5 + pos: -38.5,-195.5 parent: 1 - - uid: 60645 + - uid: 30193 components: - type: Transform - pos: 1.5,186.5 + pos: -37.5,-167.5 parent: 1 - - uid: 60646 + - uid: 30194 components: - type: Transform - pos: 1.5,187.5 + pos: -37.5,-168.5 parent: 1 - - uid: 60647 + - uid: 30195 components: - type: Transform - pos: 1.5,188.5 + pos: -37.5,-169.5 parent: 1 - - uid: 60648 + - uid: 30196 components: - type: Transform - pos: 1.5,189.5 + pos: -37.5,-170.5 parent: 1 - - uid: 60649 + - uid: 30197 components: - type: Transform - pos: 1.5,190.5 + pos: -37.5,-171.5 parent: 1 - - uid: 60653 + - uid: 30198 components: - type: Transform - pos: 1.5,194.5 + pos: -37.5,-172.5 parent: 1 - - uid: 60654 + - uid: 30199 components: - type: Transform - pos: 1.5,195.5 + pos: -37.5,-173.5 parent: 1 - - uid: 60655 + - uid: 30200 components: - type: Transform - pos: 1.5,196.5 + pos: -37.5,-174.5 parent: 1 - - uid: 60656 + - uid: 30201 components: - type: Transform - pos: 1.5,197.5 + pos: -37.5,-175.5 parent: 1 - - uid: 60657 + - uid: 30202 components: - type: Transform - pos: 1.5,198.5 + pos: -37.5,-176.5 parent: 1 - - uid: 60658 + - uid: 30203 components: - type: Transform - pos: 1.5,199.5 + pos: -37.5,-177.5 parent: 1 - - uid: 60659 + - uid: 30204 components: - type: Transform - pos: 2.5,173.5 + pos: -37.5,-178.5 parent: 1 - - uid: 60660 + - uid: 30205 components: - type: Transform - pos: 2.5,174.5 + pos: -37.5,-179.5 parent: 1 - - uid: 60661 + - uid: 30206 components: - type: Transform - pos: 2.5,175.5 + pos: -37.5,-180.5 parent: 1 - - uid: 60662 + - uid: 30207 components: - type: Transform - pos: 2.5,176.5 + pos: -37.5,-181.5 parent: 1 - - uid: 60663 + - uid: 30208 components: - type: Transform - pos: 2.5,177.5 + pos: -37.5,-182.5 parent: 1 - - uid: 60664 + - uid: 30209 components: - type: Transform - pos: 2.5,178.5 + pos: -37.5,-183.5 parent: 1 - - uid: 60665 + - uid: 30210 components: - type: Transform - pos: 2.5,179.5 + pos: -37.5,-184.5 parent: 1 - - uid: 60666 + - uid: 30211 components: - type: Transform - pos: 2.5,180.5 + pos: -37.5,-185.5 parent: 1 - - uid: 60667 + - uid: 30212 components: - type: Transform - pos: 2.5,181.5 + pos: -37.5,-186.5 parent: 1 - - uid: 60668 + - uid: 30213 components: - type: Transform - pos: 2.5,182.5 + pos: -37.5,-187.5 parent: 1 - - uid: 60669 + - uid: 30214 components: - type: Transform - pos: 2.5,183.5 + pos: -37.5,-188.5 parent: 1 - - uid: 60670 + - uid: 30215 components: - type: Transform - pos: 2.5,184.5 + pos: -37.5,-189.5 parent: 1 - - uid: 60671 + - uid: 30216 components: - type: Transform - pos: 2.5,185.5 + pos: -37.5,-190.5 parent: 1 - - uid: 60672 + - uid: 30217 components: - type: Transform - pos: 2.5,186.5 + pos: -37.5,-191.5 parent: 1 - - uid: 60673 + - uid: 30218 components: - type: Transform - pos: 2.5,187.5 + pos: -37.5,-192.5 parent: 1 - - uid: 60674 + - uid: 30219 components: - type: Transform - pos: 2.5,188.5 + pos: -37.5,-193.5 parent: 1 - - uid: 60675 + - uid: 30220 components: - type: Transform - pos: 2.5,189.5 + pos: -37.5,-194.5 parent: 1 - - uid: 60676 + - uid: 30221 components: - type: Transform - pos: 2.5,190.5 + pos: -37.5,-195.5 parent: 1 - - uid: 60677 + - uid: 30222 components: - type: Transform - pos: 2.5,191.5 + pos: -36.5,-167.5 parent: 1 - - uid: 60680 + - uid: 30223 components: - type: Transform - pos: 2.5,194.5 + pos: -36.5,-168.5 parent: 1 - - uid: 60681 + - uid: 30224 components: - type: Transform - pos: 2.5,195.5 + pos: -36.5,-169.5 parent: 1 - - uid: 60682 + - uid: 30225 components: - type: Transform - pos: 2.5,196.5 + pos: -36.5,-170.5 parent: 1 - - uid: 60683 + - uid: 30226 components: - type: Transform - pos: 2.5,197.5 + pos: -36.5,-171.5 parent: 1 - - uid: 60684 + - uid: 30227 components: - type: Transform - pos: 2.5,198.5 + pos: -36.5,-172.5 parent: 1 - - uid: 60685 + - uid: 30228 components: - type: Transform - pos: 2.5,199.5 + pos: -36.5,-173.5 parent: 1 - - uid: 60686 + - uid: 30229 components: - type: Transform - pos: 3.5,173.5 + pos: -36.5,-174.5 parent: 1 - - uid: 60687 + - uid: 30230 components: - type: Transform - pos: 3.5,174.5 + pos: -36.5,-175.5 parent: 1 - - uid: 60688 + - uid: 30231 components: - type: Transform - pos: 3.5,175.5 + pos: -36.5,-176.5 parent: 1 - - uid: 60689 + - uid: 30232 components: - type: Transform - pos: 3.5,176.5 + pos: -36.5,-177.5 parent: 1 - - uid: 60690 + - uid: 30233 components: - type: Transform - pos: 3.5,177.5 + pos: -36.5,-178.5 parent: 1 - - uid: 60691 + - uid: 30234 components: - type: Transform - pos: 3.5,178.5 + pos: -36.5,-179.5 parent: 1 - - uid: 60692 + - uid: 30235 components: - type: Transform - pos: 3.5,179.5 + pos: -36.5,-180.5 parent: 1 - - uid: 60693 + - uid: 30236 components: - type: Transform - pos: 3.5,180.5 + pos: -36.5,-181.5 parent: 1 - - uid: 60694 + - uid: 30237 components: - type: Transform - pos: 3.5,181.5 + pos: -36.5,-182.5 parent: 1 - - uid: 60695 + - uid: 30238 components: - type: Transform - pos: 3.5,182.5 + pos: -36.5,-183.5 parent: 1 - - uid: 60696 + - uid: 30239 components: - type: Transform - pos: 3.5,183.5 + pos: -36.5,-184.5 parent: 1 - - uid: 60697 + - uid: 30240 components: - type: Transform - pos: 3.5,184.5 + pos: -36.5,-185.5 parent: 1 - - uid: 60698 + - uid: 30241 components: - type: Transform - pos: 3.5,185.5 + pos: -36.5,-186.5 parent: 1 - - uid: 60699 + - uid: 30242 components: - type: Transform - pos: 3.5,186.5 + pos: -36.5,-187.5 parent: 1 - - uid: 60700 + - uid: 30243 components: - type: Transform - pos: 3.5,187.5 + pos: -36.5,-188.5 parent: 1 - - uid: 60701 + - uid: 30244 components: - type: Transform - pos: 3.5,188.5 + pos: -36.5,-189.5 parent: 1 - - uid: 60702 + - uid: 30245 components: - type: Transform - pos: 3.5,189.5 + pos: -36.5,-190.5 parent: 1 - - uid: 60703 + - uid: 30246 components: - type: Transform - pos: 3.5,190.5 + pos: -36.5,-191.5 parent: 1 - - uid: 60704 + - uid: 30247 components: - type: Transform - pos: 3.5,191.5 + pos: -36.5,-192.5 parent: 1 - - uid: 60707 + - uid: 30248 components: - type: Transform - pos: 3.5,194.5 + pos: -36.5,-193.5 parent: 1 - - uid: 60708 + - uid: 30249 components: - type: Transform - pos: 3.5,195.5 + pos: -36.5,-194.5 parent: 1 - - uid: 60709 + - uid: 30250 components: - type: Transform - pos: 3.5,196.5 + pos: -36.5,-195.5 parent: 1 - - uid: 60710 + - uid: 30251 components: - type: Transform - pos: 3.5,197.5 + pos: -35.5,-167.5 parent: 1 - - uid: 60711 + - uid: 30252 components: - type: Transform - pos: 3.5,198.5 + pos: -35.5,-168.5 parent: 1 - - uid: 60712 + - uid: 30253 components: - type: Transform - pos: 3.5,199.5 + pos: -35.5,-169.5 parent: 1 - - uid: 60713 + - uid: 30254 components: - type: Transform - pos: 4.5,173.5 + pos: -35.5,-170.5 parent: 1 - - uid: 60714 + - uid: 30255 components: - type: Transform - pos: 4.5,174.5 + pos: -35.5,-171.5 parent: 1 - - uid: 60715 + - uid: 30256 components: - type: Transform - pos: 4.5,175.5 + pos: -35.5,-172.5 parent: 1 - - uid: 60716 + - uid: 30257 components: - type: Transform - pos: 4.5,176.5 + pos: -35.5,-173.5 parent: 1 - - uid: 60717 + - uid: 30258 components: - type: Transform - pos: 4.5,177.5 + pos: -35.5,-174.5 parent: 1 - - uid: 60718 + - uid: 30259 components: - type: Transform - pos: 4.5,178.5 + pos: -35.5,-175.5 parent: 1 - - uid: 60719 + - uid: 30260 components: - type: Transform - pos: 4.5,179.5 + pos: -35.5,-176.5 parent: 1 - - uid: 60720 + - uid: 30261 components: - type: Transform - pos: 4.5,180.5 + pos: -35.5,-177.5 parent: 1 - - uid: 60721 + - uid: 30262 components: - type: Transform - pos: 4.5,181.5 + pos: -35.5,-178.5 parent: 1 - - uid: 60722 + - uid: 30263 components: - type: Transform - pos: 4.5,182.5 + pos: -35.5,-179.5 parent: 1 - - uid: 60723 + - uid: 30264 components: - type: Transform - pos: 4.5,183.5 + pos: -35.5,-180.5 parent: 1 - - uid: 60724 + - uid: 30265 components: - type: Transform - pos: 4.5,184.5 + pos: -35.5,-181.5 parent: 1 - - uid: 60725 + - uid: 30266 components: - type: Transform - pos: 4.5,185.5 + pos: -35.5,-182.5 parent: 1 - - uid: 60726 + - uid: 30267 components: - type: Transform - pos: 4.5,186.5 + pos: -35.5,-183.5 parent: 1 - - uid: 60727 + - uid: 30268 components: - type: Transform - pos: 4.5,187.5 + pos: -35.5,-191.5 parent: 1 - - uid: 60728 + - uid: 30269 components: - type: Transform - pos: 4.5,188.5 + pos: -35.5,-192.5 parent: 1 - - uid: 60729 + - uid: 30270 components: - type: Transform - pos: 4.5,189.5 + pos: -35.5,-193.5 parent: 1 - - uid: 60730 + - uid: 30271 components: - type: Transform - pos: 4.5,190.5 + pos: -35.5,-194.5 parent: 1 - - uid: 60731 + - uid: 30272 components: - type: Transform - pos: 4.5,191.5 + pos: -35.5,-195.5 parent: 1 - - uid: 60732 + - uid: 30273 components: - type: Transform - pos: 4.5,192.5 + pos: -34.5,-167.5 parent: 1 - - uid: 60733 + - uid: 30274 components: - type: Transform - pos: 4.5,193.5 + pos: -34.5,-168.5 parent: 1 - - uid: 60734 + - uid: 30275 components: - type: Transform - pos: 4.5,194.5 + pos: -34.5,-169.5 parent: 1 - - uid: 60735 + - uid: 30276 components: - type: Transform - pos: 4.5,195.5 + pos: -34.5,-170.5 parent: 1 - - uid: 60736 + - uid: 30277 components: - type: Transform - pos: 4.5,196.5 + pos: -34.5,-171.5 parent: 1 - - uid: 60737 + - uid: 30278 components: - type: Transform - pos: 4.5,197.5 + pos: -34.5,-172.5 parent: 1 - - uid: 60738 + - uid: 30279 components: - type: Transform - pos: 4.5,198.5 + pos: -34.5,-173.5 parent: 1 - - uid: 60739 + - uid: 30280 components: - type: Transform - pos: 4.5,199.5 + pos: -34.5,-174.5 parent: 1 - - uid: 60740 + - uid: 30281 components: - type: Transform - pos: 5.5,173.5 + pos: -34.5,-175.5 parent: 1 - - uid: 60741 + - uid: 30282 components: - type: Transform - pos: 5.5,174.5 + pos: -34.5,-176.5 parent: 1 - - uid: 60742 + - uid: 30283 components: - type: Transform - pos: 5.5,175.5 + pos: -34.5,-177.5 parent: 1 - - uid: 60743 + - uid: 30284 components: - type: Transform - pos: 5.5,176.5 + pos: -34.5,-178.5 parent: 1 - - uid: 60744 + - uid: 30285 components: - type: Transform - pos: 5.5,177.5 + pos: -34.5,-179.5 parent: 1 - - uid: 60745 + - uid: 30286 components: - type: Transform - pos: 5.5,178.5 + pos: -34.5,-180.5 parent: 1 - - uid: 60746 + - uid: 30287 components: - type: Transform - pos: 5.5,179.5 + pos: -34.5,-181.5 parent: 1 - - uid: 60747 + - uid: 30288 components: - type: Transform - pos: 5.5,180.5 + pos: -34.5,-182.5 parent: 1 - - uid: 60748 + - uid: 30289 components: - type: Transform - pos: 5.5,181.5 + pos: -34.5,-191.5 parent: 1 - - uid: 60749 + - uid: 30290 components: - type: Transform - pos: 5.5,182.5 + pos: -34.5,-192.5 parent: 1 - - uid: 60750 + - uid: 30291 components: - type: Transform - pos: 5.5,183.5 + pos: -34.5,-193.5 parent: 1 - - uid: 60751 + - uid: 30292 components: - type: Transform - pos: 5.5,184.5 + pos: -34.5,-194.5 parent: 1 - - uid: 60752 + - uid: 30293 components: - type: Transform - pos: 5.5,185.5 + pos: -34.5,-195.5 parent: 1 - - uid: 60753 + - uid: 30294 components: - type: Transform - pos: 5.5,186.5 + pos: -33.5,-167.5 parent: 1 - - uid: 60754 + - uid: 30295 components: - type: Transform - pos: 5.5,187.5 + pos: -33.5,-168.5 parent: 1 - - uid: 60755 + - uid: 30296 components: - type: Transform - pos: 5.5,188.5 + pos: -33.5,-169.5 parent: 1 - - uid: 60756 + - uid: 30297 components: - type: Transform - pos: 5.5,189.5 + pos: -33.5,-170.5 parent: 1 - - uid: 60757 + - uid: 30298 components: - type: Transform - pos: 5.5,190.5 + pos: -33.5,-171.5 parent: 1 - - uid: 60758 + - uid: 30299 components: - type: Transform - pos: 5.5,191.5 + pos: -33.5,-172.5 parent: 1 - - uid: 60759 + - uid: 30300 components: - type: Transform - pos: 5.5,192.5 + pos: -33.5,-173.5 parent: 1 - - uid: 60760 + - uid: 30301 components: - type: Transform - pos: 5.5,193.5 + pos: -33.5,-174.5 parent: 1 - - uid: 60761 + - uid: 30302 components: - type: Transform - pos: 5.5,194.5 + pos: -33.5,-175.5 parent: 1 - - uid: 60762 + - uid: 30303 components: - type: Transform - pos: 5.5,195.5 + pos: -33.5,-176.5 parent: 1 - - uid: 60763 + - uid: 30304 components: - type: Transform - pos: 5.5,196.5 + pos: -33.5,-177.5 parent: 1 - - uid: 60764 + - uid: 30305 components: - type: Transform - pos: 5.5,197.5 + pos: -33.5,-178.5 parent: 1 - - uid: 60765 + - uid: 30306 components: - type: Transform - pos: 5.5,198.5 + pos: -33.5,-179.5 parent: 1 - - uid: 60766 + - uid: 30307 components: - type: Transform - pos: 5.5,199.5 + pos: -33.5,-180.5 parent: 1 - - uid: 60767 + - uid: 30308 components: - type: Transform - pos: 6.5,173.5 + pos: -33.5,-181.5 parent: 1 - - uid: 60768 + - uid: 30309 components: - type: Transform - pos: 6.5,174.5 + pos: -33.5,-195.5 parent: 1 - - uid: 60769 + - uid: 30310 components: - type: Transform - pos: 6.5,175.5 + pos: -32.5,-167.5 parent: 1 - - uid: 60770 + - uid: 30311 components: - type: Transform - pos: 6.5,176.5 + pos: -32.5,-168.5 parent: 1 - - uid: 60771 + - uid: 30312 components: - type: Transform - pos: 6.5,177.5 + pos: -32.5,-169.5 parent: 1 - - uid: 60772 + - uid: 30313 components: - type: Transform - pos: 6.5,178.5 + pos: -32.5,-170.5 parent: 1 - - uid: 60773 + - uid: 30314 components: - type: Transform - pos: 6.5,179.5 + pos: -32.5,-171.5 parent: 1 - - uid: 60774 + - uid: 30315 components: - type: Transform - pos: 6.5,180.5 + pos: -32.5,-172.5 parent: 1 - - uid: 60775 + - uid: 30316 components: - type: Transform - pos: 6.5,181.5 + pos: -32.5,-173.5 parent: 1 - - uid: 60776 + - uid: 30317 components: - type: Transform - pos: 6.5,182.5 + pos: -32.5,-174.5 parent: 1 - - uid: 60777 + - uid: 30318 components: - type: Transform - pos: 6.5,183.5 + pos: -32.5,-175.5 parent: 1 - - uid: 60778 + - uid: 30319 components: - type: Transform - pos: 6.5,184.5 + pos: -32.5,-176.5 parent: 1 - - uid: 60779 + - uid: 30320 components: - type: Transform - pos: 6.5,185.5 + pos: -32.5,-177.5 parent: 1 - - uid: 60780 + - uid: 30321 components: - type: Transform - pos: 6.5,186.5 + pos: -32.5,-178.5 parent: 1 - - uid: 60781 + - uid: 30322 components: - type: Transform - pos: 6.5,187.5 + pos: -32.5,-179.5 parent: 1 - - uid: 60782 + - uid: 30323 components: - type: Transform - pos: 6.5,188.5 + pos: -32.5,-180.5 parent: 1 - - uid: 60783 + - uid: 30324 components: - type: Transform - pos: 6.5,189.5 + pos: -32.5,-181.5 parent: 1 - - uid: 60784 + - uid: 30325 components: - type: Transform - pos: 6.5,190.5 + pos: -32.5,-195.5 parent: 1 - - uid: 60785 + - uid: 30326 components: - type: Transform - pos: 6.5,191.5 + pos: -31.5,-167.5 parent: 1 - - uid: 60786 + - uid: 30327 components: - type: Transform - pos: 6.5,198.5 + pos: -31.5,-168.5 parent: 1 - - uid: 60787 + - uid: 30328 components: - type: Transform - pos: 6.5,199.5 + pos: -31.5,-169.5 parent: 1 - - uid: 60788 + - uid: 30329 components: - type: Transform - pos: 7.5,173.5 + pos: -31.5,-170.5 parent: 1 - - uid: 60789 + - uid: 30330 components: - type: Transform - pos: 7.5,174.5 + pos: -31.5,-171.5 parent: 1 - - uid: 60790 + - uid: 30331 components: - type: Transform - pos: 7.5,175.5 + pos: -31.5,-172.5 parent: 1 - - uid: 60791 + - uid: 30332 components: - type: Transform - pos: 7.5,176.5 + pos: -31.5,-173.5 parent: 1 - - uid: 60792 + - uid: 30333 components: - type: Transform - pos: 7.5,177.5 + pos: -31.5,-174.5 parent: 1 - - uid: 60796 + - uid: 30334 components: - type: Transform - pos: 7.5,181.5 + pos: -31.5,-175.5 parent: 1 - - uid: 60797 + - uid: 30335 components: - type: Transform - pos: 7.5,182.5 + pos: -31.5,-176.5 parent: 1 - - uid: 60798 + - uid: 30336 components: - type: Transform - pos: 7.5,183.5 + pos: -31.5,-177.5 parent: 1 - - uid: 60799 + - uid: 30337 components: - type: Transform - pos: 7.5,184.5 + pos: -31.5,-178.5 parent: 1 - - uid: 60800 + - uid: 30338 components: - type: Transform - pos: 7.5,185.5 + pos: -31.5,-179.5 parent: 1 - - uid: 60801 + - uid: 30339 components: - type: Transform - pos: 7.5,186.5 + pos: -31.5,-180.5 parent: 1 - - uid: 60802 + - uid: 30340 components: - type: Transform - pos: 7.5,187.5 + pos: -31.5,-181.5 parent: 1 - - uid: 60803 + - uid: 30341 components: - type: Transform - pos: 7.5,188.5 + pos: -31.5,-195.5 parent: 1 - - uid: 60804 + - uid: 30342 components: - type: Transform - pos: 7.5,189.5 + pos: -40.5,-168.5 parent: 1 - - uid: 60805 + - uid: 30343 components: - type: Transform - pos: 7.5,190.5 + pos: -40.5,-169.5 parent: 1 - - uid: 60806 + - uid: 30344 components: - type: Transform - pos: 7.5,191.5 + pos: -40.5,-170.5 parent: 1 - - uid: 60807 + - uid: 30345 components: - type: Transform - pos: 7.5,192.5 + pos: -40.5,-171.5 parent: 1 - - uid: 60808 + - uid: 30346 components: - type: Transform - pos: 7.5,193.5 + pos: -40.5,-172.5 parent: 1 - - uid: 60809 + - uid: 30347 components: - type: Transform - pos: 7.5,194.5 + pos: -40.5,-173.5 parent: 1 - - uid: 60810 + - uid: 30348 components: - type: Transform - pos: 7.5,195.5 + pos: -40.5,-174.5 parent: 1 - - uid: 60811 + - uid: 30349 components: - type: Transform - pos: 7.5,196.5 + pos: -40.5,-175.5 parent: 1 - - uid: 60812 + - uid: 30350 components: - type: Transform - pos: 7.5,197.5 + pos: -40.5,-176.5 parent: 1 - - uid: 60813 + - uid: 30351 components: - type: Transform - pos: 7.5,198.5 + pos: -40.5,-177.5 parent: 1 - - uid: 60814 + - uid: 30352 components: - type: Transform - pos: 7.5,199.5 + pos: -40.5,-178.5 parent: 1 - - uid: 60815 + - uid: 30353 components: - type: Transform - pos: 8.5,173.5 + pos: -40.5,-179.5 parent: 1 - - uid: 60816 + - uid: 30354 components: - type: Transform - pos: 8.5,174.5 + pos: -40.5,-180.5 parent: 1 - - uid: 60817 + - uid: 30355 components: - type: Transform - pos: 8.5,175.5 + pos: -40.5,-181.5 parent: 1 - - uid: 60823 + - uid: 30356 components: - type: Transform - pos: 8.5,181.5 + pos: -40.5,-182.5 parent: 1 - - uid: 60824 + - uid: 30357 components: - type: Transform - pos: 8.5,182.5 + pos: -40.5,-183.5 parent: 1 - - uid: 60825 + - uid: 30358 components: - type: Transform - pos: 8.5,183.5 + pos: -40.5,-184.5 parent: 1 - - uid: 60826 + - uid: 30359 components: - type: Transform - pos: 8.5,184.5 + pos: -40.5,-185.5 parent: 1 - - uid: 60827 + - uid: 30360 components: - type: Transform - pos: 8.5,185.5 + pos: -40.5,-186.5 parent: 1 - - uid: 60828 + - uid: 30361 components: - type: Transform - pos: 8.5,186.5 + pos: -40.5,-187.5 parent: 1 - - uid: 60829 + - uid: 30362 components: - type: Transform - pos: 8.5,187.5 + pos: -40.5,-188.5 parent: 1 - - uid: 60830 + - uid: 30363 components: - type: Transform - pos: 8.5,188.5 + pos: -40.5,-189.5 parent: 1 - - uid: 60831 + - uid: 30364 components: - type: Transform - pos: 8.5,189.5 + pos: -40.5,-190.5 parent: 1 - - uid: 60832 + - uid: 30365 components: - type: Transform - pos: 8.5,190.5 + pos: -40.5,-191.5 parent: 1 - - uid: 60833 + - uid: 30366 components: - type: Transform - pos: 8.5,191.5 + pos: -40.5,-192.5 parent: 1 - - uid: 60834 + - uid: 30367 components: - type: Transform - pos: 8.5,192.5 + pos: -40.5,-193.5 parent: 1 - - uid: 60835 + - uid: 30368 components: - type: Transform - pos: 8.5,193.5 + pos: -40.5,-194.5 parent: 1 - - uid: 60836 + - uid: 30369 components: - type: Transform - pos: 8.5,194.5 + pos: -40.5,-195.5 parent: 1 - - uid: 60837 + - uid: 30370 components: - type: Transform - pos: 8.5,195.5 + pos: -41.5,-168.5 parent: 1 - - uid: 60838 + - uid: 30371 components: - type: Transform - pos: 8.5,196.5 + pos: -41.5,-169.5 parent: 1 - - uid: 60839 + - uid: 30372 components: - type: Transform - pos: 8.5,197.5 + pos: -41.5,-170.5 parent: 1 - - uid: 60840 + - uid: 30373 components: - type: Transform - pos: 8.5,198.5 + pos: -41.5,-171.5 parent: 1 - - uid: 60841 + - uid: 30374 components: - type: Transform - pos: 8.5,199.5 + pos: -41.5,-172.5 parent: 1 - - uid: 60842 + - uid: 30375 components: - type: Transform - pos: 9.5,173.5 + pos: -41.5,-173.5 parent: 1 - - uid: 60843 + - uid: 30376 components: - type: Transform - pos: 9.5,174.5 + pos: -41.5,-174.5 parent: 1 - - uid: 60844 + - uid: 30377 components: - type: Transform - pos: 9.5,175.5 + pos: -41.5,-175.5 parent: 1 - - uid: 60850 + - uid: 30378 components: - type: Transform - pos: 9.5,181.5 + pos: -41.5,-176.5 parent: 1 - - uid: 60851 + - uid: 30379 components: - type: Transform - pos: 9.5,182.5 + pos: -41.5,-177.5 parent: 1 - - uid: 60852 + - uid: 30380 components: - type: Transform - pos: 9.5,183.5 + pos: -41.5,-178.5 parent: 1 - - uid: 60853 + - uid: 30381 components: - type: Transform - pos: 9.5,184.5 + pos: -41.5,-179.5 parent: 1 - - uid: 60854 + - uid: 30382 components: - type: Transform - pos: 9.5,185.5 + pos: -41.5,-180.5 parent: 1 - - uid: 60855 + - uid: 30383 components: - type: Transform - pos: 9.5,186.5 + pos: -41.5,-181.5 parent: 1 - - uid: 60856 + - uid: 30384 components: - type: Transform - pos: 9.5,187.5 + pos: -41.5,-182.5 parent: 1 - - uid: 60857 + - uid: 30385 components: - type: Transform - pos: 9.5,188.5 + pos: -41.5,-183.5 parent: 1 - - uid: 60858 + - uid: 30386 components: - type: Transform - pos: 9.5,189.5 + pos: -41.5,-184.5 parent: 1 - - uid: 60859 + - uid: 30387 components: - type: Transform - pos: 9.5,190.5 + pos: -41.5,-185.5 parent: 1 - - uid: 60860 + - uid: 30388 components: - type: Transform - pos: 9.5,191.5 + pos: -41.5,-186.5 parent: 1 - - uid: 60861 + - uid: 30389 components: - type: Transform - pos: 9.5,192.5 + pos: -41.5,-187.5 parent: 1 - - uid: 60862 + - uid: 30390 components: - type: Transform - pos: 9.5,193.5 + pos: -41.5,-188.5 parent: 1 - - uid: 60863 + - uid: 30391 components: - type: Transform - pos: 9.5,194.5 + pos: -41.5,-189.5 parent: 1 - - uid: 60864 + - uid: 30392 components: - type: Transform - pos: 9.5,195.5 + pos: -41.5,-190.5 parent: 1 - - uid: 60865 + - uid: 30393 components: - type: Transform - pos: 9.5,196.5 + pos: -41.5,-191.5 parent: 1 - - uid: 60866 + - uid: 30394 components: - type: Transform - pos: 9.5,197.5 + pos: -41.5,-192.5 parent: 1 - - uid: 60867 + - uid: 30395 components: - type: Transform - pos: 9.5,198.5 + pos: -41.5,-193.5 parent: 1 - - uid: 60868 + - uid: 30396 components: - type: Transform - pos: 9.5,199.5 + pos: -41.5,-194.5 parent: 1 - - uid: 60869 + - uid: 30397 components: - type: Transform - pos: 10.5,173.5 + pos: -41.5,-195.5 parent: 1 - - uid: 60870 + - uid: 30398 components: - type: Transform - pos: 10.5,174.5 + pos: -43.5,-169.5 parent: 1 - - uid: 60871 + - uid: 30399 components: - type: Transform - pos: 10.5,175.5 + pos: -43.5,-170.5 parent: 1 - - uid: 60872 + - uid: 30400 components: - type: Transform - pos: 10.5,176.5 + pos: -43.5,-171.5 parent: 1 - - uid: 60873 + - uid: 30401 components: - type: Transform - pos: 10.5,177.5 + pos: -43.5,-172.5 parent: 1 - - uid: 60874 + - uid: 30402 components: - type: Transform - pos: 10.5,178.5 + pos: -43.5,-173.5 parent: 1 - - uid: 60875 + - uid: 30403 components: - type: Transform - pos: 10.5,179.5 + pos: -43.5,-174.5 parent: 1 - - uid: 60876 + - uid: 30404 components: - type: Transform - pos: 10.5,180.5 + pos: -43.5,-175.5 parent: 1 - - uid: 60877 + - uid: 30405 components: - type: Transform - pos: 10.5,181.5 + pos: -43.5,-176.5 parent: 1 - - uid: 60878 + - uid: 30406 components: - type: Transform - pos: 10.5,182.5 + pos: -43.5,-177.5 parent: 1 - - uid: 60879 + - uid: 30407 components: - type: Transform - pos: 10.5,183.5 + pos: -43.5,-178.5 parent: 1 - - uid: 60880 + - uid: 30408 components: - type: Transform - pos: 10.5,184.5 + pos: -43.5,-179.5 parent: 1 - - uid: 60881 + - uid: 30409 components: - type: Transform - pos: 10.5,185.5 + pos: -43.5,-180.5 parent: 1 - - uid: 60882 + - uid: 30410 components: - type: Transform - pos: 10.5,186.5 + pos: -43.5,-181.5 parent: 1 - - uid: 60883 + - uid: 30411 components: - type: Transform - pos: 10.5,187.5 + pos: -43.5,-182.5 parent: 1 - - uid: 60884 + - uid: 30412 components: - type: Transform - pos: 10.5,188.5 + pos: -43.5,-183.5 parent: 1 - - uid: 60885 + - uid: 30413 components: - type: Transform - pos: 10.5,189.5 + pos: -43.5,-184.5 parent: 1 - - uid: 60886 + - uid: 30414 components: - type: Transform - pos: 10.5,190.5 + pos: -43.5,-185.5 parent: 1 - - uid: 60887 + - uid: 30415 components: - type: Transform - pos: 10.5,191.5 + pos: -43.5,-186.5 parent: 1 - - uid: 60888 + - uid: 30416 components: - type: Transform - pos: 10.5,192.5 + pos: -43.5,-187.5 parent: 1 - - uid: 60889 + - uid: 30417 components: - type: Transform - pos: 10.5,193.5 + pos: -43.5,-188.5 parent: 1 - - uid: 60890 + - uid: 30418 components: - type: Transform - pos: 10.5,194.5 + pos: -43.5,-189.5 parent: 1 - - uid: 60891 + - uid: 30419 components: - type: Transform - pos: 10.5,195.5 + pos: -43.5,-190.5 parent: 1 - - uid: 60892 + - uid: 30420 components: - type: Transform - pos: 10.5,196.5 + pos: -43.5,-191.5 parent: 1 - - uid: 60893 + - uid: 30421 components: - type: Transform - pos: 10.5,197.5 + pos: -43.5,-192.5 parent: 1 - - uid: 60894 + - uid: 30422 components: - type: Transform - pos: 10.5,198.5 + pos: -43.5,-193.5 parent: 1 - - uid: 60895 + - uid: 30423 components: - type: Transform - pos: 10.5,199.5 + pos: -43.5,-194.5 parent: 1 - - uid: 60896 + - uid: 30424 components: - type: Transform - pos: 11.5,173.5 + pos: -43.5,-195.5 parent: 1 - - uid: 60897 + - uid: 30425 components: - type: Transform - pos: 11.5,174.5 + pos: -42.5,-169.5 parent: 1 - - uid: 60898 + - uid: 30426 components: - type: Transform - pos: 11.5,175.5 + pos: -42.5,-170.5 parent: 1 - - uid: 60899 + - uid: 30427 components: - type: Transform - pos: 11.5,176.5 + pos: -42.5,-171.5 parent: 1 - - uid: 60900 + - uid: 30428 components: - type: Transform - pos: 11.5,177.5 + pos: -42.5,-172.5 parent: 1 - - uid: 60901 + - uid: 30429 components: - type: Transform - pos: 11.5,178.5 + pos: -42.5,-173.5 parent: 1 - - uid: 60902 + - uid: 30430 components: - type: Transform - pos: 11.5,179.5 + pos: -42.5,-174.5 parent: 1 - - uid: 60903 + - uid: 30431 components: - type: Transform - pos: 11.5,180.5 + pos: -42.5,-175.5 parent: 1 - - uid: 60904 + - uid: 30432 components: - type: Transform - pos: 11.5,181.5 + pos: -42.5,-176.5 parent: 1 - - uid: 60905 + - uid: 30433 components: - type: Transform - pos: 11.5,182.5 + pos: -42.5,-177.5 parent: 1 - - uid: 60906 + - uid: 30434 components: - type: Transform - pos: 11.5,183.5 + pos: -42.5,-178.5 parent: 1 - - uid: 60907 + - uid: 30435 components: - type: Transform - pos: 11.5,184.5 + pos: -42.5,-179.5 parent: 1 - - uid: 60908 + - uid: 30436 components: - type: Transform - pos: 11.5,185.5 + pos: -42.5,-180.5 parent: 1 - - uid: 60909 + - uid: 30437 components: - type: Transform - pos: 11.5,186.5 + pos: -42.5,-181.5 parent: 1 - - uid: 60910 + - uid: 30438 components: - type: Transform - pos: 11.5,187.5 + pos: -42.5,-182.5 parent: 1 - - uid: 60911 + - uid: 30439 components: - type: Transform - pos: 11.5,188.5 + pos: -42.5,-183.5 parent: 1 - - uid: 60912 + - uid: 30440 components: - type: Transform - pos: 11.5,189.5 + pos: -42.5,-184.5 parent: 1 - - uid: 60913 + - uid: 30441 components: - type: Transform - pos: 11.5,190.5 + pos: -42.5,-185.5 parent: 1 - - uid: 60914 + - uid: 30442 components: - type: Transform - pos: 11.5,191.5 + pos: -42.5,-186.5 parent: 1 - - uid: 60915 + - uid: 30443 components: - type: Transform - pos: 11.5,192.5 + pos: -42.5,-187.5 parent: 1 - - uid: 60916 + - uid: 30444 components: - type: Transform - pos: 11.5,193.5 + pos: -42.5,-188.5 parent: 1 - - uid: 60917 + - uid: 30445 components: - type: Transform - pos: 11.5,194.5 + pos: -42.5,-189.5 parent: 1 - - uid: 60918 + - uid: 30446 components: - type: Transform - pos: 11.5,195.5 + pos: -42.5,-190.5 parent: 1 - - uid: 60919 + - uid: 30447 components: - type: Transform - pos: 11.5,196.5 + pos: -42.5,-191.5 parent: 1 - - uid: 60920 + - uid: 30448 components: - type: Transform - pos: 11.5,197.5 + pos: -42.5,-192.5 parent: 1 - - uid: 60921 + - uid: 30449 components: - type: Transform - pos: 11.5,198.5 + pos: -42.5,-193.5 parent: 1 - - uid: 60922 + - uid: 30450 components: - type: Transform - pos: 11.5,199.5 + pos: -42.5,-194.5 parent: 1 - - uid: 60923 + - uid: 30451 components: - type: Transform - pos: 12.5,173.5 + pos: -42.5,-195.5 parent: 1 - - uid: 60924 + - uid: 30452 components: - type: Transform - pos: 12.5,174.5 + pos: -44.5,-171.5 parent: 1 - - uid: 60925 + - uid: 30453 components: - type: Transform - pos: 12.5,175.5 + pos: -44.5,-172.5 parent: 1 - - uid: 60926 + - uid: 30454 components: - type: Transform - pos: 12.5,176.5 + pos: -44.5,-173.5 parent: 1 - - uid: 60927 + - uid: 30455 components: - type: Transform - pos: 12.5,177.5 + pos: -44.5,-174.5 parent: 1 - - uid: 60928 + - uid: 30456 components: - type: Transform - pos: 12.5,178.5 + pos: -44.5,-175.5 parent: 1 - - uid: 60929 + - uid: 30457 components: - type: Transform - pos: 12.5,179.5 + pos: -44.5,-176.5 parent: 1 - - uid: 60930 + - uid: 30458 components: - type: Transform - pos: 12.5,180.5 + pos: -44.5,-177.5 parent: 1 - - uid: 60931 + - uid: 30459 components: - type: Transform - pos: 12.5,181.5 + pos: -44.5,-178.5 parent: 1 - - uid: 60932 + - uid: 30460 components: - type: Transform - pos: 12.5,182.5 + pos: -44.5,-179.5 parent: 1 - - uid: 60933 + - uid: 30461 components: - type: Transform - pos: 12.5,183.5 + pos: -44.5,-180.5 parent: 1 - - uid: 60934 + - uid: 30462 components: - type: Transform - pos: 12.5,184.5 + pos: -44.5,-181.5 parent: 1 - - uid: 60935 + - uid: 30463 components: - type: Transform - pos: 12.5,185.5 + pos: -44.5,-182.5 parent: 1 - - uid: 60936 + - uid: 30464 components: - type: Transform - pos: 12.5,186.5 + pos: -44.5,-183.5 parent: 1 - - uid: 60937 + - uid: 30465 components: - type: Transform - pos: 12.5,187.5 + pos: -44.5,-184.5 parent: 1 - - uid: 60938 + - uid: 30466 components: - type: Transform - pos: 12.5,188.5 + pos: -44.5,-185.5 parent: 1 - - uid: 60939 + - uid: 30467 components: - type: Transform - pos: 12.5,189.5 + pos: -44.5,-186.5 parent: 1 - - uid: 60940 + - uid: 30468 components: - type: Transform - pos: 12.5,190.5 + pos: -44.5,-187.5 parent: 1 - - uid: 60941 + - uid: 30469 components: - type: Transform - pos: 12.5,191.5 + pos: -44.5,-188.5 parent: 1 - - uid: 60942 + - uid: 30470 components: - type: Transform - pos: 12.5,192.5 + pos: -44.5,-189.5 parent: 1 - - uid: 60943 + - uid: 30471 components: - type: Transform - pos: 12.5,193.5 + pos: -44.5,-190.5 parent: 1 - - uid: 60944 + - uid: 30472 components: - type: Transform - pos: 12.5,194.5 + pos: -44.5,-191.5 parent: 1 - - uid: 60945 + - uid: 30473 components: - type: Transform - pos: 12.5,195.5 + pos: -44.5,-192.5 parent: 1 - - uid: 60946 + - uid: 30474 components: - type: Transform - pos: 12.5,196.5 + pos: -44.5,-193.5 parent: 1 - - uid: 60947 + - uid: 30475 components: - type: Transform - pos: 12.5,197.5 + pos: -44.5,-194.5 parent: 1 - - uid: 60948 + - uid: 30476 components: - type: Transform - pos: 12.5,198.5 + pos: -44.5,-195.5 parent: 1 - - uid: 60949 + - uid: 30477 components: - type: Transform - pos: 12.5,199.5 + pos: -45.5,-181.5 parent: 1 - - uid: 61675 + - uid: 30478 components: - type: Transform - pos: -170.5,69.5 + pos: -45.5,-182.5 parent: 1 - - uid: 61691 + - uid: 30479 components: - type: Transform - pos: 217.5,200.5 + pos: -45.5,-183.5 parent: 1 - - uid: 61819 + - uid: 30480 components: - type: Transform - pos: -193.5,38.5 + pos: -45.5,-184.5 parent: 1 - - uid: 61853 + - uid: 30481 components: - type: Transform - pos: -198.5,37.5 + pos: -45.5,-185.5 parent: 1 - - uid: 61856 + - uid: 30482 components: - type: Transform - pos: -197.5,38.5 + pos: -45.5,-186.5 parent: 1 - - uid: 61896 + - uid: 30483 components: - type: Transform - pos: -165.5,73.5 + pos: -45.5,-187.5 parent: 1 - - uid: 61898 + - uid: 30484 components: - type: Transform - pos: -166.5,71.5 + pos: -45.5,-188.5 parent: 1 - - uid: 61899 + - uid: 30485 components: - type: Transform - pos: -166.5,72.5 + pos: -45.5,-189.5 parent: 1 - - uid: 61905 + - uid: 30486 components: - type: Transform - pos: -164.5,71.5 + pos: -45.5,-190.5 parent: 1 - - uid: 61936 + - uid: 30487 components: - type: Transform - pos: -163.5,73.5 + pos: -45.5,-191.5 parent: 1 - - uid: 61964 + - uid: 30488 components: - type: Transform - pos: -166.5,73.5 + pos: -45.5,-192.5 parent: 1 - - uid: 61965 + - uid: 30489 components: - type: Transform - pos: -165.5,72.5 + pos: -45.5,-193.5 parent: 1 - - uid: 61967 + - uid: 30490 components: - type: Transform - pos: -165.5,71.5 + pos: -45.5,-194.5 parent: 1 - - uid: 62003 + - uid: 30491 components: - type: Transform - pos: -160.5,48.5 + pos: -45.5,-195.5 parent: 1 - - uid: 62225 + - uid: 30492 components: - type: Transform - pos: -162.5,70.5 + pos: -47.5,-195.5 parent: 1 - - uid: 62373 + - uid: 30493 components: - type: Transform - pos: -168.5,73.5 + pos: -47.5,-194.5 parent: 1 - - uid: 62374 + - uid: 30494 components: - type: Transform - pos: -161.5,70.5 + pos: -47.5,-193.5 parent: 1 - - uid: 62464 + - uid: 30495 components: - type: Transform - pos: 202.5,186.5 + pos: -47.5,-192.5 parent: 1 - - uid: 62529 + - uid: 30496 components: - type: Transform - pos: -161.5,71.5 + pos: -47.5,-191.5 parent: 1 - - uid: 62542 + - uid: 30497 components: - type: Transform - pos: -164.5,72.5 + pos: -47.5,-190.5 parent: 1 - - uid: 62555 + - uid: 30498 components: - type: Transform - pos: -163.5,71.5 + pos: -46.5,-195.5 parent: 1 - - uid: 62556 + - uid: 30499 components: - type: Transform - pos: 207.5,200.5 + pos: -46.5,-194.5 parent: 1 - - uid: 62573 + - uid: 30500 components: - type: Transform - pos: -164.5,73.5 + pos: -46.5,-193.5 parent: 1 - - uid: 62579 + - uid: 30501 components: - type: Transform - pos: -163.5,72.5 + pos: -46.5,-192.5 parent: 1 - - uid: 62605 + - uid: 30502 components: - type: Transform - pos: -191.5,18.5 + pos: -46.5,-191.5 parent: 1 - - uid: 62905 + - uid: 30503 components: - type: Transform - pos: -168.5,44.5 + pos: -46.5,-190.5 parent: 1 - - uid: 62906 + - uid: 30504 components: - type: Transform - pos: -163.5,44.5 + pos: -47.5,-186.5 parent: 1 - - uid: 62907 + - uid: 30505 components: - type: Transform - pos: -169.5,43.5 + pos: -52.5,-195.5 parent: 1 - - uid: 62910 + - uid: 30506 components: - type: Transform - pos: -185.5,18.5 + pos: -47.5,-187.5 parent: 1 - - uid: 62912 + - uid: 30507 components: - type: Transform - pos: -153.5,48.5 + pos: -46.5,-184.5 parent: 1 - - uid: 62914 + - uid: 30508 components: - type: Transform - pos: -169.5,41.5 + pos: -46.5,-186.5 parent: 1 - - uid: 62917 + - uid: 30509 components: - type: Transform - pos: -184.5,18.5 + pos: -46.5,-187.5 parent: 1 - - uid: 62920 + - uid: 30510 components: - type: Transform - pos: -169.5,40.5 + pos: -46.5,-188.5 parent: 1 - - uid: 62921 + - uid: 30511 components: - type: Transform - pos: -152.5,48.5 + pos: -46.5,-189.5 parent: 1 - - uid: 62924 + - uid: 30512 components: - type: Transform - pos: -166.5,39.5 + pos: -46.5,-185.5 parent: 1 - - uid: 62926 + - uid: 30513 components: - type: Transform - pos: -168.5,45.5 + pos: -48.5,-174.5 parent: 1 - - uid: 62929 + - uid: 30514 components: - type: Transform - pos: -164.5,44.5 + pos: -48.5,-175.5 parent: 1 - - uid: 62931 + - uid: 30515 components: - type: Transform - pos: 175.5,-195.5 + pos: -48.5,-176.5 parent: 1 - - uid: 62938 + - uid: 30516 components: - type: Transform - pos: -169.5,45.5 + pos: -47.5,-174.5 parent: 1 - - uid: 62939 + - uid: 30517 components: - type: Transform - pos: -165.5,44.5 + pos: -47.5,-175.5 parent: 1 - - uid: 62940 + - uid: 30518 components: - type: Transform - pos: -183.5,18.5 + pos: -47.5,-176.5 parent: 1 - - uid: 62941 + - uid: 30519 components: - type: Transform - pos: -169.5,44.5 + pos: -46.5,-174.5 parent: 1 - - uid: 62945 + - uid: 30520 components: - type: Transform - pos: 127.5,-198.5 + pos: -46.5,-175.5 parent: 1 - - uid: 62949 + - uid: 30521 components: - type: Transform - pos: -169.5,42.5 + pos: -46.5,-176.5 parent: 1 - - uid: 62950 + - uid: 30522 components: - type: Transform - pos: 175.5,-197.5 + pos: -45.5,-174.5 parent: 1 - - uid: 62952 + - uid: 30523 components: - type: Transform - pos: -168.5,35.5 + pos: -45.5,-175.5 parent: 1 - - uid: 62953 + - uid: 30524 components: - type: Transform - pos: -168.5,36.5 + pos: -45.5,-176.5 parent: 1 - - uid: 62954 + - uid: 30525 components: - type: Transform - pos: -168.5,37.5 + pos: -47.5,-177.5 parent: 1 - - uid: 62955 + - uid: 30526 components: - type: Transform - pos: -168.5,38.5 + pos: -45.5,-177.5 parent: 1 - - uid: 62956 + - uid: 30527 components: - type: Transform - pos: -168.5,39.5 + pos: -45.5,-178.5 parent: 1 - - uid: 62957 + - uid: 30528 components: - type: Transform - pos: -168.5,40.5 + pos: -46.5,-177.5 parent: 1 - - uid: 62958 + - uid: 30529 components: - type: Transform - pos: -168.5,41.5 + pos: -47.5,-173.5 parent: 1 - - uid: 62959 + - uid: 30530 components: - type: Transform - pos: -168.5,42.5 + pos: -46.5,-173.5 parent: 1 - - uid: 62960 + - uid: 30531 components: - type: Transform - pos: -168.5,43.5 + pos: -45.5,-173.5 parent: 1 - - uid: 62961 + - uid: 30532 components: - type: Transform - pos: -167.5,38.5 + pos: -45.5,-172.5 parent: 1 - - uid: 62962 + - uid: 30533 components: - type: Transform - pos: -167.5,39.5 + pos: -46.5,-172.5 parent: 1 - - uid: 62963 + - uid: 30534 components: - type: Transform - pos: -167.5,40.5 + pos: -12.5,-193.5 parent: 1 - - uid: 62964 + - uid: 30535 components: - type: Transform - pos: -167.5,41.5 + pos: -23.5,-163.5 parent: 1 - - uid: 62967 + - uid: 30536 components: - type: Transform - pos: -166.5,41.5 + pos: -12.5,-186.5 parent: 1 - - uid: 62973 + - uid: 30537 components: - type: Transform - pos: 131.5,-198.5 + pos: -12.5,-190.5 parent: 1 - - uid: 62974 + - uid: 30538 components: - type: Transform - pos: 172.5,-194.5 + pos: -12.5,-191.5 parent: 1 - - uid: 62975 + - uid: 30539 components: - type: Transform - pos: 130.5,-197.5 + pos: -12.5,-188.5 parent: 1 - - uid: 62976 + - uid: 30540 components: - type: Transform - pos: 175.5,-196.5 + pos: -12.5,-189.5 parent: 1 - - uid: 62980 + - uid: 30541 components: - type: Transform - pos: 204.5,197.5 + pos: -12.5,-187.5 parent: 1 - - uid: 62988 + - uid: 30542 components: - type: Transform - pos: 173.5,-196.5 + pos: -12.5,-197.5 parent: 1 - - uid: 62989 + - uid: 30543 components: - type: Transform - pos: 177.5,-198.5 + pos: -48.5,-195.5 parent: 1 - - uid: 62992 + - uid: 30544 components: - type: Transform - pos: 176.5,-195.5 + pos: -51.5,-193.5 parent: 1 - - uid: 62993 + - uid: 30545 components: - type: Transform - pos: 127.5,-197.5 + pos: -51.5,-194.5 parent: 1 - - uid: 62994 + - uid: 30546 components: - type: Transform - pos: -188.5,18.5 + pos: -50.5,-193.5 parent: 1 - - uid: 62995 + - uid: 30547 components: - type: Transform - pos: -150.5,48.5 + pos: -50.5,-194.5 parent: 1 - - uid: 62997 + - uid: 30548 components: - type: Transform - pos: 128.5,-197.5 + pos: -49.5,-193.5 parent: 1 - - uid: 62998 + - uid: 30549 components: - type: Transform - pos: 128.5,-198.5 + pos: -49.5,-194.5 parent: 1 - - uid: 62999 + - uid: 30550 components: - type: Transform - pos: 173.5,-198.5 + pos: -48.5,-193.5 parent: 1 - - uid: 63001 + - uid: 30551 components: - type: Transform - pos: 189.5,-194.5 + pos: -48.5,-194.5 parent: 1 - - uid: 63004 + - uid: 30552 components: - type: Transform - pos: 174.5,-196.5 + pos: -49.5,-192.5 parent: 1 - - uid: 63005 + - uid: 30553 components: - type: Transform - pos: 163.5,-193.5 + pos: -48.5,-192.5 parent: 1 - - uid: 63006 + - uid: 30554 components: - type: Transform - pos: 172.5,-195.5 + pos: -48.5,-191.5 parent: 1 - - uid: 63007 + - uid: 30555 components: - type: Transform - pos: -177.5,19.5 + pos: -12.5,-196.5 parent: 1 - - uid: 63008 + - uid: 30556 components: - type: Transform - pos: 131.5,-197.5 + pos: -12.5,-195.5 parent: 1 - - uid: 63011 + - uid: 30557 components: - type: Transform - pos: 176.5,-197.5 + pos: 44.5,-198.5 parent: 1 - - uid: 63012 + - uid: 30558 components: - type: Transform - pos: 173.5,-197.5 + pos: 2.5,-155.5 parent: 1 - - uid: 63013 + - uid: 30559 components: - type: Transform - pos: 189.5,-197.5 + pos: -7.5,-149.5 parent: 1 - - uid: 63014 + - uid: 30560 components: - type: Transform - pos: 173.5,-195.5 + pos: -12.5,-184.5 parent: 1 - - uid: 63017 + - uid: 30561 components: - type: Transform - pos: 175.5,-194.5 + pos: -12.5,-183.5 parent: 1 - - uid: 63018 + - uid: 30562 components: - type: Transform - pos: 189.5,-195.5 + pos: -12.5,-182.5 parent: 1 - - uid: 63019 + - uid: 30563 components: - type: Transform - pos: 174.5,-194.5 + pos: -12.5,-181.5 parent: 1 - - uid: 63021 + - uid: 30564 components: - type: Transform - pos: 172.5,-196.5 + pos: -12.5,-180.5 parent: 1 - - uid: 63022 + - uid: 30565 components: - type: Transform - pos: 176.5,-194.5 + pos: -12.5,-179.5 parent: 1 - - uid: 63023 + - uid: 30566 components: - type: Transform - pos: 176.5,-196.5 + pos: -12.5,-178.5 parent: 1 - - uid: 63026 + - uid: 30567 components: - type: Transform - pos: 175.5,-198.5 + pos: -12.5,-177.5 parent: 1 - - uid: 63027 + - uid: 30568 components: - type: Transform - pos: 177.5,-197.5 + pos: -12.5,-176.5 parent: 1 - - uid: 63029 + - uid: 30569 components: - type: Transform - pos: 130.5,-198.5 + pos: -12.5,-175.5 parent: 1 - - uid: 63030 + - uid: 30570 components: - type: Transform - pos: 129.5,-197.5 + pos: -12.5,-174.5 parent: 1 - - uid: 63031 + - uid: 30571 components: - type: Transform - pos: 174.5,-195.5 + pos: -12.5,-173.5 parent: 1 - - uid: 63032 + - uid: 30572 components: - type: Transform - pos: 174.5,-197.5 + pos: -12.5,-172.5 parent: 1 - - uid: 63033 + - uid: 30573 components: - type: Transform - pos: 176.5,-198.5 + pos: -12.5,-171.5 parent: 1 - - uid: 63034 + - uid: 30574 components: - type: Transform - pos: 129.5,-198.5 + pos: -11.5,-198.5 parent: 1 - - uid: 63035 + - uid: 30575 components: - type: Transform - pos: 174.5,-198.5 + pos: -11.5,-197.5 parent: 1 - - uid: 63036 + - uid: 30576 components: - type: Transform - pos: 173.5,-194.5 + pos: -11.5,-196.5 parent: 1 - - uid: 63037 + - uid: 30577 components: - type: Transform - pos: 132.5,-197.5 + pos: -11.5,-195.5 parent: 1 - - uid: 63038 + - uid: 30578 components: - type: Transform - pos: 132.5,-198.5 + pos: -11.5,-194.5 parent: 1 - - uid: 63039 + - uid: 30579 components: - type: Transform - pos: 133.5,-197.5 + pos: -11.5,-193.5 parent: 1 - - uid: 63040 + - uid: 30580 components: - type: Transform - pos: 133.5,-198.5 + pos: -11.5,-192.5 parent: 1 - - uid: 63041 + - uid: 30581 components: - type: Transform - pos: 134.5,-197.5 + pos: -11.5,-191.5 parent: 1 - - uid: 63042 + - uid: 30582 components: - type: Transform - pos: 134.5,-198.5 + pos: -11.5,-190.5 parent: 1 - - uid: 63043 + - uid: 30583 components: - type: Transform - pos: 135.5,-197.5 + pos: -11.5,-189.5 parent: 1 - - uid: 63044 + - uid: 30584 components: - type: Transform - pos: 135.5,-198.5 + pos: -11.5,-188.5 parent: 1 - - uid: 63045 + - uid: 30585 components: - type: Transform - pos: 136.5,-197.5 + pos: -11.5,-187.5 parent: 1 - - uid: 63046 + - uid: 30586 components: - type: Transform - pos: 136.5,-198.5 + pos: -11.5,-186.5 parent: 1 - - uid: 63047 + - uid: 30587 components: - type: Transform - pos: 137.5,-197.5 + pos: -11.5,-185.5 parent: 1 - - uid: 63048 + - uid: 30588 components: - type: Transform - pos: 137.5,-198.5 + pos: -11.5,-184.5 parent: 1 - - uid: 63049 + - uid: 30589 components: - type: Transform - pos: 138.5,-197.5 + pos: -11.5,-183.5 parent: 1 - - uid: 63050 + - uid: 30590 components: - type: Transform - pos: 138.5,-198.5 + pos: -11.5,-182.5 parent: 1 - - uid: 63051 + - uid: 30591 components: - type: Transform - pos: 139.5,-197.5 + pos: -11.5,-181.5 parent: 1 - - uid: 63052 + - uid: 30592 components: - type: Transform - pos: 139.5,-198.5 + pos: -11.5,-179.5 parent: 1 - - uid: 63053 + - uid: 30593 components: - type: Transform - pos: 140.5,-197.5 + pos: -11.5,-178.5 parent: 1 - - uid: 63054 + - uid: 30594 components: - type: Transform - pos: 140.5,-198.5 + pos: -11.5,-177.5 parent: 1 - - uid: 63055 + - uid: 30595 components: - type: Transform - pos: 141.5,-197.5 + pos: -11.5,-176.5 parent: 1 - - uid: 63056 + - uid: 30596 components: - type: Transform - pos: 141.5,-198.5 + pos: -11.5,-175.5 parent: 1 - - uid: 63057 + - uid: 30597 components: - type: Transform - pos: 142.5,-197.5 + pos: -11.5,-174.5 parent: 1 - - uid: 63058 + - uid: 30598 components: - type: Transform - pos: 142.5,-198.5 + pos: -11.5,-173.5 parent: 1 - - uid: 63059 + - uid: 30599 components: - type: Transform - pos: 143.5,-197.5 + pos: -11.5,-172.5 parent: 1 - - uid: 63060 + - uid: 30600 components: - type: Transform - pos: 143.5,-198.5 + pos: -11.5,-171.5 parent: 1 - - uid: 63061 + - uid: 30601 components: - type: Transform - pos: 144.5,-197.5 + pos: -11.5,-168.5 parent: 1 - - uid: 63062 + - uid: 30602 components: - type: Transform - pos: 144.5,-198.5 + pos: -11.5,-167.5 parent: 1 - - uid: 63063 + - uid: 30603 components: - type: Transform - pos: 145.5,-197.5 + pos: -10.5,-198.5 parent: 1 - - uid: 63064 + - uid: 30604 components: - type: Transform - pos: 145.5,-198.5 + pos: -10.5,-197.5 parent: 1 - - uid: 63065 + - uid: 30605 components: - type: Transform - pos: 146.5,-197.5 + pos: -10.5,-196.5 parent: 1 - - uid: 63066 + - uid: 30606 components: - type: Transform - pos: 146.5,-198.5 + pos: -10.5,-195.5 parent: 1 - - uid: 63067 + - uid: 30607 components: - type: Transform - pos: 147.5,-197.5 + pos: -10.5,-194.5 parent: 1 - - uid: 63068 + - uid: 30608 components: - type: Transform - pos: 147.5,-198.5 + pos: -10.5,-193.5 parent: 1 - - uid: 63069 + - uid: 30609 components: - type: Transform - pos: 148.5,-197.5 + pos: -10.5,-192.5 parent: 1 - - uid: 63070 + - uid: 30610 components: - type: Transform - pos: 148.5,-198.5 + pos: -10.5,-191.5 parent: 1 - - uid: 63071 + - uid: 30611 components: - type: Transform - pos: 149.5,-197.5 + pos: -10.5,-190.5 parent: 1 - - uid: 63072 + - uid: 30612 components: - type: Transform - pos: 149.5,-198.5 + pos: -10.5,-189.5 parent: 1 - - uid: 63073 + - uid: 30613 components: - type: Transform - pos: 150.5,-197.5 + pos: -10.5,-188.5 parent: 1 - - uid: 63074 + - uid: 30614 components: - type: Transform - pos: 150.5,-198.5 + pos: -10.5,-187.5 parent: 1 - - uid: 63075 + - uid: 30615 components: - type: Transform - pos: 151.5,-197.5 + pos: -10.5,-186.5 parent: 1 - - uid: 63076 + - uid: 30616 components: - type: Transform - pos: 151.5,-198.5 + pos: -10.5,-185.5 parent: 1 - - uid: 63077 + - uid: 30617 components: - type: Transform - pos: 152.5,-197.5 + pos: -10.5,-184.5 parent: 1 - - uid: 63078 + - uid: 30618 components: - type: Transform - pos: 152.5,-198.5 + pos: -10.5,-183.5 parent: 1 - - uid: 63079 + - uid: 30619 components: - type: Transform - pos: 153.5,-197.5 + pos: -10.5,-182.5 parent: 1 - - uid: 63080 + - uid: 30620 components: - type: Transform - pos: 153.5,-198.5 + pos: -10.5,-181.5 parent: 1 - - uid: 63081 + - uid: 30621 components: - type: Transform - pos: 154.5,-197.5 + pos: -10.5,-180.5 parent: 1 - - uid: 63082 + - uid: 30622 components: - type: Transform - pos: 154.5,-198.5 + pos: -10.5,-179.5 parent: 1 - - uid: 63083 + - uid: 30623 components: - type: Transform - pos: 155.5,-197.5 + pos: -10.5,-178.5 parent: 1 - - uid: 63084 + - uid: 30624 components: - type: Transform - pos: 155.5,-198.5 + pos: -10.5,-177.5 parent: 1 - - uid: 63085 + - uid: 30625 components: - type: Transform - pos: 156.5,-197.5 + pos: -10.5,-176.5 parent: 1 - - uid: 63086 + - uid: 30626 components: - type: Transform - pos: 156.5,-198.5 + pos: -10.5,-175.5 parent: 1 - - uid: 63087 + - uid: 30627 components: - type: Transform - pos: 157.5,-197.5 + pos: -10.5,-174.5 parent: 1 - - uid: 63088 + - uid: 30628 components: - type: Transform - pos: 157.5,-198.5 + pos: -10.5,-173.5 parent: 1 - - uid: 63089 + - uid: 30629 components: - type: Transform - pos: 158.5,-197.5 + pos: -10.5,-172.5 parent: 1 - - uid: 63090 + - uid: 30630 components: - type: Transform - pos: 158.5,-198.5 + pos: -10.5,-171.5 parent: 1 - - uid: 63091 + - uid: 30631 components: - type: Transform - pos: 159.5,-197.5 + pos: -10.5,-170.5 parent: 1 - - uid: 63092 + - uid: 30632 components: - type: Transform - pos: 159.5,-198.5 + pos: -10.5,-169.5 parent: 1 - - uid: 63093 + - uid: 30633 components: - type: Transform - pos: 160.5,-197.5 + pos: -10.5,-168.5 parent: 1 - - uid: 63094 + - uid: 30634 components: - type: Transform - pos: 160.5,-198.5 + pos: -10.5,-167.5 parent: 1 - - uid: 63095 + - uid: 30635 components: - type: Transform - pos: 161.5,-197.5 + pos: -10.5,-166.5 parent: 1 - - uid: 63096 + - uid: 30636 components: - type: Transform - pos: 161.5,-198.5 + pos: -9.5,-198.5 parent: 1 - - uid: 63097 + - uid: 30637 components: - type: Transform - pos: 128.5,-196.5 + pos: -9.5,-197.5 parent: 1 - - uid: 63098 + - uid: 30638 components: - type: Transform - pos: 128.5,-195.5 + pos: -9.5,-189.5 parent: 1 - - uid: 63099 + - uid: 30639 components: - type: Transform - pos: 129.5,-196.5 + pos: -9.5,-188.5 parent: 1 - - uid: 63100 + - uid: 30640 components: - type: Transform - pos: 129.5,-195.5 + pos: -9.5,-187.5 parent: 1 - - uid: 63101 + - uid: 30641 components: - type: Transform - pos: 130.5,-196.5 + pos: -9.5,-186.5 parent: 1 - - uid: 63102 + - uid: 30642 components: - type: Transform - pos: 130.5,-195.5 + pos: -9.5,-185.5 parent: 1 - - uid: 63103 + - uid: 30643 components: - type: Transform - pos: 131.5,-196.5 + pos: -9.5,-184.5 parent: 1 - - uid: 63104 + - uid: 30644 components: - type: Transform - pos: 131.5,-195.5 + pos: -9.5,-183.5 parent: 1 - - uid: 63105 + - uid: 30645 components: - type: Transform - pos: 132.5,-196.5 + pos: -9.5,-182.5 parent: 1 - - uid: 63106 + - uid: 30646 components: - type: Transform - pos: 132.5,-195.5 + pos: -9.5,-181.5 parent: 1 - - uid: 63107 + - uid: 30647 components: - type: Transform - pos: 133.5,-196.5 + pos: -9.5,-180.5 parent: 1 - - uid: 63108 + - uid: 30648 components: - type: Transform - pos: 133.5,-195.5 + pos: -9.5,-179.5 parent: 1 - - uid: 63109 + - uid: 30649 components: - type: Transform - pos: 134.5,-196.5 + pos: -9.5,-178.5 parent: 1 - - uid: 63110 + - uid: 30650 components: - type: Transform - pos: 134.5,-195.5 + pos: -9.5,-177.5 parent: 1 - - uid: 63111 + - uid: 30651 components: - type: Transform - pos: 135.5,-196.5 + pos: -9.5,-176.5 parent: 1 - - uid: 63112 + - uid: 30652 components: - type: Transform - pos: 135.5,-195.5 + pos: -9.5,-175.5 parent: 1 - - uid: 63113 + - uid: 30653 components: - type: Transform - pos: 136.5,-196.5 + pos: -9.5,-174.5 parent: 1 - - uid: 63114 + - uid: 30654 components: - type: Transform - pos: 136.5,-195.5 + pos: -9.5,-173.5 parent: 1 - - uid: 63115 + - uid: 30655 components: - type: Transform - pos: 137.5,-196.5 + pos: -9.5,-172.5 parent: 1 - - uid: 63116 + - uid: 30656 components: - type: Transform - pos: 137.5,-195.5 + pos: -9.5,-171.5 parent: 1 - - uid: 63117 + - uid: 30657 components: - type: Transform - pos: 138.5,-196.5 + pos: -9.5,-170.5 parent: 1 - - uid: 63118 + - uid: 30658 components: - type: Transform - pos: 138.5,-195.5 + pos: -9.5,-169.5 parent: 1 - - uid: 63119 + - uid: 30659 components: - type: Transform - pos: 139.5,-196.5 + pos: -9.5,-168.5 parent: 1 - - uid: 63120 + - uid: 30660 components: - type: Transform - pos: 139.5,-195.5 + pos: -9.5,-167.5 parent: 1 - - uid: 63121 + - uid: 30661 components: - type: Transform - pos: 140.5,-196.5 + pos: -9.5,-166.5 parent: 1 - - uid: 63122 + - uid: 30662 components: - type: Transform - pos: 140.5,-195.5 + pos: -8.5,-198.5 parent: 1 - - uid: 63123 + - uid: 30663 components: - type: Transform - pos: 141.5,-196.5 + pos: -8.5,-197.5 parent: 1 - - uid: 63124 + - uid: 30664 components: - type: Transform - pos: 141.5,-195.5 + pos: -8.5,-189.5 parent: 1 - - uid: 63125 + - uid: 30665 components: - type: Transform - pos: 142.5,-196.5 + pos: -8.5,-188.5 parent: 1 - - uid: 63126 + - uid: 30666 components: - type: Transform - pos: 142.5,-195.5 + pos: -8.5,-187.5 parent: 1 - - uid: 63127 + - uid: 30667 components: - type: Transform - pos: 143.5,-196.5 + pos: -8.5,-186.5 parent: 1 - - uid: 63128 + - uid: 30668 components: - type: Transform - pos: 143.5,-195.5 + pos: -8.5,-185.5 parent: 1 - - uid: 63129 + - uid: 30669 components: - type: Transform - pos: 144.5,-196.5 + pos: -8.5,-184.5 parent: 1 - - uid: 63130 + - uid: 30670 components: - type: Transform - pos: 144.5,-195.5 + pos: -8.5,-183.5 parent: 1 - - uid: 63131 + - uid: 30671 components: - type: Transform - pos: 145.5,-196.5 + pos: -8.5,-182.5 parent: 1 - - uid: 63132 + - uid: 30672 components: - type: Transform - pos: 145.5,-195.5 + pos: -8.5,-181.5 parent: 1 - - uid: 63133 + - uid: 30673 components: - type: Transform - pos: 146.5,-196.5 + pos: -8.5,-180.5 parent: 1 - - uid: 63134 + - uid: 30674 components: - type: Transform - pos: 146.5,-195.5 + pos: -8.5,-169.5 parent: 1 - - uid: 63135 + - uid: 30675 components: - type: Transform - pos: 147.5,-196.5 + pos: -8.5,-168.5 parent: 1 - - uid: 63136 + - uid: 30676 components: - type: Transform - pos: 147.5,-195.5 + pos: -8.5,-167.5 parent: 1 - - uid: 63137 + - uid: 30677 components: - type: Transform - pos: 148.5,-196.5 + pos: -8.5,-166.5 parent: 1 - - uid: 63138 + - uid: 30678 components: - type: Transform - pos: 148.5,-195.5 + pos: -7.5,-198.5 parent: 1 - - uid: 63139 + - uid: 30679 components: - type: Transform - pos: 149.5,-196.5 + pos: -7.5,-197.5 parent: 1 - - uid: 63140 + - uid: 30680 components: - type: Transform - pos: 149.5,-195.5 + pos: -7.5,-189.5 parent: 1 - - uid: 63141 + - uid: 30681 components: - type: Transform - pos: 150.5,-196.5 + pos: -7.5,-188.5 parent: 1 - - uid: 63142 + - uid: 30682 components: - type: Transform - pos: 150.5,-195.5 + pos: -7.5,-187.5 parent: 1 - - uid: 63143 + - uid: 30683 components: - type: Transform - pos: 151.5,-196.5 + pos: -7.5,-186.5 parent: 1 - - uid: 63144 + - uid: 30684 components: - type: Transform - pos: 151.5,-195.5 + pos: -7.5,-185.5 parent: 1 - - uid: 63145 + - uid: 30685 components: - type: Transform - pos: 130.5,-194.5 + pos: -7.5,-184.5 parent: 1 - - uid: 63146 + - uid: 30686 components: - type: Transform - pos: 131.5,-194.5 + pos: -7.5,-183.5 parent: 1 - - uid: 63147 + - uid: 30687 components: - type: Transform - pos: 132.5,-194.5 + pos: -7.5,-182.5 parent: 1 - - uid: 63148 + - uid: 30688 components: - type: Transform - pos: 133.5,-194.5 + pos: -7.5,-181.5 parent: 1 - - uid: 63149 + - uid: 30689 components: - type: Transform - pos: 134.5,-194.5 + pos: -7.5,-169.5 parent: 1 - - uid: 63150 + - uid: 30690 components: - type: Transform - pos: 135.5,-194.5 + pos: -7.5,-168.5 parent: 1 - - uid: 63151 + - uid: 30691 components: - type: Transform - pos: 136.5,-194.5 + pos: -7.5,-167.5 parent: 1 - - uid: 63152 + - uid: 30692 components: - type: Transform - pos: 137.5,-194.5 + pos: -7.5,-166.5 parent: 1 - - uid: 63153 + - uid: 30693 components: - type: Transform - pos: 138.5,-194.5 + pos: -6.5,-198.5 parent: 1 - - uid: 63154 + - uid: 30694 components: - type: Transform - pos: 139.5,-194.5 + pos: -6.5,-197.5 parent: 1 - - uid: 63155 + - uid: 30695 components: - type: Transform - pos: 140.5,-194.5 + pos: -6.5,-189.5 parent: 1 - - uid: 63156 + - uid: 30696 components: - type: Transform - pos: 141.5,-194.5 + pos: -6.5,-188.5 parent: 1 - - uid: 63157 + - uid: 30697 components: - type: Transform - pos: 142.5,-194.5 + pos: -6.5,-187.5 parent: 1 - - uid: 63158 + - uid: 30698 components: - type: Transform - pos: 143.5,-194.5 + pos: -6.5,-186.5 parent: 1 - - uid: 63159 + - uid: 30699 components: - type: Transform - pos: 144.5,-194.5 + pos: -6.5,-185.5 parent: 1 - - uid: 63160 + - uid: 30700 components: - type: Transform - pos: 145.5,-194.5 + pos: -6.5,-184.5 parent: 1 - - uid: 63161 + - uid: 30701 components: - type: Transform - pos: 146.5,-194.5 + pos: -6.5,-183.5 parent: 1 - - uid: 63162 + - uid: 30702 components: - type: Transform - pos: 147.5,-194.5 + pos: -6.5,-182.5 parent: 1 - - uid: 63163 + - uid: 30703 components: - type: Transform - pos: 148.5,-194.5 + pos: -6.5,-181.5 parent: 1 - - uid: 63164 + - uid: 30704 components: - type: Transform - pos: 149.5,-194.5 + pos: -6.5,-180.5 parent: 1 - - uid: 63165 + - uid: 30705 components: - type: Transform - pos: 150.5,-194.5 + pos: -6.5,-169.5 parent: 1 - - uid: 63166 + - uid: 30706 components: - type: Transform - pos: 147.5,-193.5 + pos: -6.5,-168.5 parent: 1 - - uid: 63167 + - uid: 30707 components: - type: Transform - pos: 146.5,-193.5 + pos: -6.5,-167.5 parent: 1 - - uid: 63168 + - uid: 30708 components: - type: Transform - pos: 145.5,-193.5 + pos: -6.5,-166.5 parent: 1 - - uid: 63169 + - uid: 30709 components: - type: Transform - pos: 144.5,-193.5 + pos: -5.5,-198.5 parent: 1 - - uid: 63170 + - uid: 30710 components: - type: Transform - pos: 143.5,-193.5 + pos: -5.5,-197.5 parent: 1 - - uid: 63171 + - uid: 30711 components: - type: Transform - pos: 142.5,-193.5 + pos: -5.5,-189.5 parent: 1 - - uid: 63172 + - uid: 30712 components: - type: Transform - pos: 141.5,-193.5 + pos: -5.5,-188.5 parent: 1 - - uid: 63173 + - uid: 30713 components: - type: Transform - pos: 140.5,-193.5 + pos: -5.5,-187.5 parent: 1 - - uid: 63174 + - uid: 30714 components: - type: Transform - pos: 139.5,-193.5 + pos: -5.5,-186.5 parent: 1 - - uid: 63175 + - uid: 30715 components: - type: Transform - pos: 138.5,-193.5 + pos: -5.5,-185.5 parent: 1 - - uid: 63176 + - uid: 30716 components: - type: Transform - pos: 137.5,-193.5 + pos: -5.5,-184.5 parent: 1 - - uid: 63177 + - uid: 30717 components: - type: Transform - pos: 136.5,-193.5 + pos: -5.5,-183.5 parent: 1 - - uid: 63178 + - uid: 30718 components: - type: Transform - pos: 135.5,-193.5 + pos: -5.5,-182.5 parent: 1 - - uid: 63179 + - uid: 30719 components: - type: Transform - pos: 137.5,-192.5 + pos: -5.5,-181.5 parent: 1 - - uid: 63180 + - uid: 30720 components: - type: Transform - pos: 138.5,-192.5 + pos: -5.5,-180.5 parent: 1 - - uid: 63181 + - uid: 30721 components: - type: Transform - pos: 139.5,-192.5 + pos: 11.5,-169.5 parent: 1 - - uid: 63182 + - uid: 30722 components: - type: Transform - pos: 140.5,-192.5 + pos: -5.5,-168.5 parent: 1 - - uid: 63183 + - uid: 30723 components: - type: Transform - pos: 141.5,-192.5 + pos: -5.5,-167.5 parent: 1 - - uid: 63184 + - uid: 30724 components: - type: Transform - pos: 142.5,-192.5 + pos: -5.5,-166.5 parent: 1 - - uid: 63185 + - uid: 30725 components: - type: Transform - pos: 143.5,-192.5 + pos: -4.5,-198.5 parent: 1 - - uid: 63186 + - uid: 30726 components: - type: Transform - pos: 162.5,-193.5 + pos: -4.5,-197.5 parent: 1 - - uid: 63187 + - uid: 30727 components: - type: Transform - pos: 188.5,-194.5 + pos: -4.5,-189.5 parent: 1 - - uid: 63188 + - uid: 30728 components: - type: Transform - pos: 161.5,-193.5 + pos: -4.5,-188.5 parent: 1 - - uid: 63189 + - uid: 30729 components: - type: Transform - pos: 172.5,-197.5 + pos: -4.5,-187.5 parent: 1 - - uid: 63190 + - uid: 30730 components: - type: Transform - pos: 172.5,-198.5 + pos: -4.5,-186.5 parent: 1 - - uid: 63191 + - uid: 30731 components: - type: Transform - pos: 171.5,-194.5 + pos: -4.5,-185.5 parent: 1 - - uid: 63192 + - uid: 30732 components: - type: Transform - pos: 171.5,-195.5 + pos: -4.5,-184.5 parent: 1 - - uid: 63193 + - uid: 30733 components: - type: Transform - pos: 171.5,-196.5 + pos: -4.5,-183.5 parent: 1 - - uid: 63194 + - uid: 30734 components: - type: Transform - pos: 171.5,-197.5 + pos: -4.5,-182.5 parent: 1 - - uid: 63195 + - uid: 30735 components: - type: Transform - pos: 171.5,-198.5 + pos: -4.5,-181.5 parent: 1 - - uid: 63196 + - uid: 30736 components: - type: Transform - pos: 170.5,-194.5 + pos: -4.5,-180.5 parent: 1 - - uid: 63197 + - uid: 30737 components: - type: Transform - pos: 170.5,-195.5 + pos: -4.5,-168.5 parent: 1 - - uid: 63198 + - uid: 30738 components: - type: Transform - pos: 170.5,-196.5 + pos: -4.5,-167.5 parent: 1 - - uid: 63199 + - uid: 30739 components: - type: Transform - pos: 170.5,-197.5 + pos: -4.5,-166.5 parent: 1 - - uid: 63200 + - uid: 30740 components: - type: Transform - pos: 170.5,-198.5 + pos: -3.5,-198.5 parent: 1 - - uid: 63201 + - uid: 30741 components: - type: Transform - pos: 169.5,-194.5 + pos: -3.5,-197.5 parent: 1 - - uid: 63202 + - uid: 30742 components: - type: Transform - pos: 169.5,-195.5 + pos: -3.5,-189.5 parent: 1 - - uid: 63203 + - uid: 30743 components: - type: Transform - pos: 169.5,-196.5 + pos: -3.5,-188.5 parent: 1 - - uid: 63204 + - uid: 30744 components: - type: Transform - pos: 169.5,-197.5 + pos: -3.5,-187.5 parent: 1 - - uid: 63205 + - uid: 30745 components: - type: Transform - pos: 169.5,-198.5 + pos: -3.5,-186.5 parent: 1 - - uid: 63206 + - uid: 30746 components: - type: Transform - pos: 168.5,-194.5 + pos: -3.5,-185.5 parent: 1 - - uid: 63207 + - uid: 30747 components: - type: Transform - pos: 168.5,-195.5 + pos: -3.5,-184.5 parent: 1 - - uid: 63208 + - uid: 30748 components: - type: Transform - pos: 168.5,-196.5 + pos: -3.5,-183.5 parent: 1 - - uid: 63209 + - uid: 30749 components: - type: Transform - pos: 168.5,-197.5 + pos: -3.5,-182.5 parent: 1 - - uid: 63210 + - uid: 30750 components: - type: Transform - pos: 168.5,-198.5 + pos: -3.5,-181.5 parent: 1 - - uid: 63211 + - uid: 30751 components: - type: Transform - pos: 167.5,-194.5 + pos: -3.5,-180.5 parent: 1 - - uid: 63212 + - uid: 30752 components: - type: Transform - pos: 167.5,-195.5 + pos: 2.5,-147.5 parent: 1 - - uid: 63213 + - uid: 30753 components: - type: Transform - pos: 167.5,-196.5 + pos: 12.5,-165.5 parent: 1 - - uid: 63214 + - uid: 30754 components: - type: Transform - pos: 167.5,-197.5 + pos: -3.5,-168.5 parent: 1 - - uid: 63215 + - uid: 30755 components: - type: Transform - pos: 167.5,-198.5 + pos: -3.5,-167.5 parent: 1 - - uid: 63216 + - uid: 30756 components: - type: Transform - pos: 166.5,-194.5 + pos: -3.5,-166.5 parent: 1 - - uid: 63217 + - uid: 30757 components: - type: Transform - pos: 166.5,-195.5 + pos: -2.5,-198.5 parent: 1 - - uid: 63218 + - uid: 30758 components: - type: Transform - pos: 166.5,-196.5 + pos: -2.5,-197.5 parent: 1 - - uid: 63219 + - uid: 30759 components: - type: Transform - pos: 166.5,-197.5 + pos: -2.5,-189.5 parent: 1 - - uid: 63220 + - uid: 30760 components: - type: Transform - pos: 166.5,-198.5 + pos: -2.5,-188.5 parent: 1 - - uid: 63221 + - uid: 30761 components: - type: Transform - pos: 165.5,-194.5 + pos: -2.5,-187.5 parent: 1 - - uid: 63222 + - uid: 30762 components: - type: Transform - pos: 165.5,-195.5 + pos: -2.5,-186.5 parent: 1 - - uid: 63223 + - uid: 30763 components: - type: Transform - pos: 165.5,-196.5 + pos: -2.5,-185.5 parent: 1 - - uid: 63224 + - uid: 30764 components: - type: Transform - pos: 165.5,-197.5 + pos: -2.5,-184.5 parent: 1 - - uid: 63225 + - uid: 30765 components: - type: Transform - pos: 165.5,-198.5 + pos: -2.5,-183.5 parent: 1 - - uid: 63226 + - uid: 30766 components: - type: Transform - pos: 164.5,-194.5 + pos: -2.5,-182.5 parent: 1 - - uid: 63227 + - uid: 30767 components: - type: Transform - pos: 164.5,-195.5 + pos: -2.5,-181.5 parent: 1 - - uid: 63228 + - uid: 30768 components: - type: Transform - pos: 164.5,-196.5 + pos: -2.5,-180.5 parent: 1 - - uid: 63229 + - uid: 30769 components: - type: Transform - pos: 164.5,-197.5 + pos: 2.5,-169.5 parent: 1 - - uid: 63230 + - uid: 30770 components: - type: Transform - pos: 164.5,-198.5 + pos: -2.5,-168.5 parent: 1 - - uid: 63231 + - uid: 30771 components: - type: Transform - pos: 163.5,-194.5 + pos: -2.5,-167.5 parent: 1 - - uid: 63232 + - uid: 30772 components: - type: Transform - pos: 163.5,-195.5 + pos: -2.5,-166.5 parent: 1 - - uid: 63233 + - uid: 30773 components: - type: Transform - pos: 163.5,-196.5 + pos: -1.5,-198.5 parent: 1 - - uid: 63234 + - uid: 30774 components: - type: Transform - pos: 163.5,-197.5 + pos: -1.5,-197.5 parent: 1 - - uid: 63235 + - uid: 30775 components: - type: Transform - pos: 163.5,-198.5 + pos: -1.5,-189.5 parent: 1 - - uid: 63236 + - uid: 30776 components: - type: Transform - pos: 162.5,-194.5 + pos: -1.5,-188.5 parent: 1 - - uid: 63237 + - uid: 30777 components: - type: Transform - pos: 162.5,-195.5 + pos: -1.5,-187.5 parent: 1 - - uid: 63238 + - uid: 30778 components: - type: Transform - pos: 162.5,-196.5 + pos: -1.5,-186.5 parent: 1 - - uid: 63239 + - uid: 30779 components: - type: Transform - pos: 162.5,-197.5 + pos: -1.5,-185.5 parent: 1 - - uid: 63240 + - uid: 30780 components: - type: Transform - pos: 162.5,-198.5 + pos: -1.5,-184.5 parent: 1 - - uid: 63241 + - uid: 30781 components: - type: Transform - pos: 164.5,-192.5 + pos: -1.5,-168.5 parent: 1 - - uid: 63242 + - uid: 30782 components: - type: Transform - pos: 164.5,-193.5 + pos: -1.5,-167.5 parent: 1 - - uid: 63243 + - uid: 30783 components: - type: Transform - pos: 165.5,-192.5 + pos: -1.5,-166.5 parent: 1 - - uid: 63244 + - uid: 30784 components: - type: Transform - pos: 165.5,-193.5 + pos: -0.5,-198.5 parent: 1 - - uid: 63245 + - uid: 30785 components: - type: Transform - pos: 166.5,-192.5 + pos: -0.5,-197.5 parent: 1 - - uid: 63246 + - uid: 30786 components: - type: Transform - pos: 166.5,-193.5 + pos: -0.5,-188.5 parent: 1 - - uid: 63247 + - uid: 30787 components: - type: Transform - pos: 167.5,-192.5 + pos: -0.5,-187.5 parent: 1 - - uid: 63248 + - uid: 30788 components: - type: Transform - pos: 167.5,-193.5 + pos: -0.5,-186.5 parent: 1 - - uid: 63255 + - uid: 30789 components: - type: Transform - pos: 160.5,-193.5 + pos: -0.5,-185.5 parent: 1 - - uid: 63256 + - uid: 30790 components: - type: Transform - pos: 159.5,-193.5 + pos: -0.5,-184.5 parent: 1 - - uid: 63257 + - uid: 30791 components: - type: Transform - pos: 161.5,-194.5 + pos: -0.5,-168.5 parent: 1 - - uid: 63258 + - uid: 30792 components: - type: Transform - pos: 161.5,-195.5 + pos: -0.5,-167.5 parent: 1 - - uid: 63259 + - uid: 30793 components: - type: Transform - pos: 161.5,-196.5 + pos: -0.5,-166.5 parent: 1 - - uid: 63260 + - uid: 30794 components: - type: Transform - pos: 160.5,-194.5 + pos: 0.5,-188.5 parent: 1 - - uid: 63261 + - uid: 30795 components: - type: Transform - pos: 160.5,-195.5 + pos: 0.5,-187.5 parent: 1 - - uid: 63262 + - uid: 30796 components: - type: Transform - pos: 160.5,-196.5 + pos: 0.5,-186.5 parent: 1 - - uid: 63263 + - uid: 30797 components: - type: Transform - pos: 159.5,-194.5 + pos: 0.5,-185.5 parent: 1 - - uid: 63264 + - uid: 30798 components: - type: Transform - pos: 159.5,-195.5 + pos: 0.5,-184.5 parent: 1 - - uid: 63265 + - uid: 30799 components: - type: Transform - pos: 159.5,-196.5 + pos: 0.5,-168.5 parent: 1 - - uid: 63266 + - uid: 30800 components: - type: Transform - pos: 158.5,-194.5 + pos: 0.5,-167.5 parent: 1 - - uid: 63267 + - uid: 30801 components: - type: Transform - pos: 158.5,-195.5 + pos: 0.5,-166.5 parent: 1 - - uid: 63268 + - uid: 30802 components: - type: Transform - pos: 158.5,-196.5 + pos: 1.5,-198.5 parent: 1 - - uid: 63269 + - uid: 30803 components: - type: Transform - pos: 157.5,-194.5 + pos: 1.5,-197.5 parent: 1 - - uid: 63270 + - uid: 30804 components: - type: Transform - pos: 157.5,-195.5 + pos: 1.5,-184.5 parent: 1 - - uid: 63271 + - uid: 30805 components: - type: Transform - pos: 157.5,-196.5 + pos: 1.5,-169.5 parent: 1 - - uid: 63272 + - uid: 30806 components: - type: Transform - pos: 156.5,-194.5 + pos: 1.5,-168.5 parent: 1 - - uid: 63273 + - uid: 30807 components: - type: Transform - pos: 156.5,-195.5 + pos: 1.5,-167.5 parent: 1 - - uid: 63274 + - uid: 30808 components: - type: Transform - pos: 156.5,-196.5 + pos: 1.5,-166.5 parent: 1 - - uid: 63275 + - uid: 30809 components: - type: Transform - pos: 155.5,-194.5 + pos: 2.5,-198.5 parent: 1 - - uid: 63276 + - uid: 30810 components: - type: Transform - pos: 155.5,-195.5 + pos: 2.5,-197.5 parent: 1 - - uid: 63277 + - uid: 30811 components: - type: Transform - pos: 155.5,-196.5 + pos: 2.5,-184.5 parent: 1 - - uid: 63278 + - uid: 30812 components: - type: Transform - pos: 154.5,-194.5 + pos: -4.5,-169.5 parent: 1 - - uid: 63279 + - uid: 30813 components: - type: Transform - pos: 154.5,-195.5 + pos: 2.5,-168.5 parent: 1 - - uid: 63280 + - uid: 30814 components: - type: Transform - pos: 154.5,-196.5 + pos: 2.5,-167.5 parent: 1 - - uid: 63281 + - uid: 30815 components: - type: Transform - pos: 153.5,-194.5 + pos: 2.5,-166.5 parent: 1 - - uid: 63282 + - uid: 30816 components: - type: Transform - pos: 153.5,-195.5 + pos: 3.5,-198.5 parent: 1 - - uid: 63283 + - uid: 30817 components: - type: Transform - pos: 153.5,-196.5 + pos: 3.5,-197.5 parent: 1 - - uid: 63284 + - uid: 30818 components: - type: Transform - pos: 152.5,-194.5 + pos: 3.5,-184.5 parent: 1 - - uid: 63285 + - uid: 30819 components: - type: Transform - pos: 152.5,-195.5 + pos: 3.5,-168.5 parent: 1 - - uid: 63286 + - uid: 30820 components: - type: Transform - pos: 152.5,-196.5 + pos: 3.5,-167.5 parent: 1 - - uid: 63287 + - uid: 30821 components: - type: Transform - pos: 151.5,-194.5 + pos: 3.5,-166.5 parent: 1 - - uid: 63611 + - uid: 30822 components: - type: Transform - pos: -170.5,68.5 + pos: 4.5,-198.5 parent: 1 - - uid: 63614 + - uid: 30823 components: - type: Transform - pos: -147.5,48.5 + pos: 4.5,-197.5 parent: 1 - - uid: 63635 + - uid: 30824 components: - type: Transform - pos: -180.5,18.5 + pos: 4.5,-184.5 parent: 1 - - uid: 63665 + - uid: 30825 components: - type: Transform - pos: -179.5,15.5 + pos: 4.5,-168.5 parent: 1 - - uid: 63671 + - uid: 30826 components: - type: Transform - pos: -179.5,16.5 + pos: 4.5,-167.5 parent: 1 - - uid: 63672 + - uid: 30827 components: - type: Transform - pos: -170.5,67.5 + pos: 4.5,-166.5 parent: 1 - - uid: 63673 + - uid: 30828 components: - type: Transform - pos: -177.5,18.5 + pos: 5.5,-198.5 parent: 1 - - uid: 63749 + - uid: 30829 components: - type: Transform - pos: -180.5,16.5 + pos: 5.5,-197.5 parent: 1 - - uid: 63750 + - uid: 30830 components: - type: Transform - pos: -180.5,17.5 + pos: 5.5,-196.5 parent: 1 - - uid: 63751 + - uid: 30831 components: - type: Transform - pos: -177.5,16.5 + pos: 5.5,-195.5 parent: 1 - - uid: 63752 + - uid: 30832 components: - type: Transform - pos: -177.5,15.5 + pos: 5.5,-184.5 parent: 1 - - uid: 63753 + - uid: 30833 components: - type: Transform - pos: -178.5,19.5 + pos: 5.5,-168.5 parent: 1 - - uid: 63754 + - uid: 30834 components: - type: Transform - pos: -178.5,18.5 + pos: 5.5,-167.5 parent: 1 - - uid: 63755 + - uid: 30835 components: - type: Transform - pos: -178.5,17.5 + pos: 5.5,-166.5 parent: 1 - - uid: 63756 + - uid: 30836 components: - type: Transform - pos: -178.5,16.5 + pos: 6.5,-198.5 parent: 1 - - uid: 63757 + - uid: 30837 components: - type: Transform - pos: -178.5,15.5 + pos: 6.5,-197.5 parent: 1 - - uid: 63761 + - uid: 30838 components: - type: Transform - pos: -180.5,15.5 + pos: 6.5,-196.5 parent: 1 - - uid: 63762 + - uid: 30839 components: - type: Transform - pos: -181.5,17.5 + pos: 6.5,-195.5 parent: 1 - - uid: 63763 + - uid: 30840 components: - type: Transform - pos: -181.5,16.5 + pos: 6.5,-184.5 parent: 1 - - uid: 63764 + - uid: 30841 components: - type: Transform - pos: -181.5,15.5 + pos: 7.5,-169.5 parent: 1 - - uid: 63765 + - uid: 30842 components: - type: Transform - pos: -182.5,17.5 + pos: 13.5,-175.5 parent: 1 - - uid: 63766 + - uid: 30843 components: - type: Transform - pos: -182.5,16.5 + pos: 9.5,-169.5 parent: 1 - - uid: 63767 + - uid: 30844 components: - type: Transform - pos: -182.5,15.5 + pos: -0.5,-169.5 parent: 1 - - uid: 63768 + - uid: 30845 components: - type: Transform - pos: -183.5,17.5 + pos: 6.5,-168.5 parent: 1 - - uid: 63769 + - uid: 30846 components: - type: Transform - pos: -183.5,16.5 + pos: 6.5,-167.5 parent: 1 - - uid: 63770 + - uid: 30847 components: - type: Transform - pos: -183.5,15.5 + pos: 6.5,-166.5 parent: 1 - - uid: 63771 + - uid: 30848 components: - type: Transform - pos: -184.5,17.5 + pos: 7.5,-198.5 parent: 1 - - uid: 63772 + - uid: 30849 components: - type: Transform - pos: -184.5,16.5 + pos: 7.5,-197.5 parent: 1 - - uid: 63773 + - uid: 30850 components: - type: Transform - pos: -184.5,15.5 + pos: 7.5,-196.5 parent: 1 - - uid: 63774 + - uid: 30851 components: - type: Transform - pos: -185.5,17.5 + pos: 7.5,-195.5 parent: 1 - - uid: 63775 + - uid: 30852 components: - type: Transform - pos: -185.5,16.5 + pos: 6.5,-169.5 parent: 1 - - uid: 63776 + - uid: 30853 components: - type: Transform - pos: -185.5,15.5 + pos: 10.5,-169.5 parent: 1 - - uid: 63777 + - uid: 30854 components: - type: Transform - pos: -186.5,17.5 + pos: -3.5,-169.5 parent: 1 - - uid: 63778 + - uid: 30855 components: - type: Transform - pos: -186.5,16.5 + pos: 7.5,-168.5 parent: 1 - - uid: 63779 + - uid: 30856 components: - type: Transform - pos: -186.5,15.5 + pos: 7.5,-167.5 parent: 1 - - uid: 63780 + - uid: 30857 components: - type: Transform - pos: -187.5,17.5 + pos: 7.5,-166.5 parent: 1 - - uid: 63781 + - uid: 30858 components: - type: Transform - pos: -187.5,16.5 + pos: 8.5,-198.5 parent: 1 - - uid: 63782 + - uid: 30859 components: - type: Transform - pos: -187.5,15.5 + pos: 8.5,-197.5 parent: 1 - - uid: 63783 + - uid: 30860 components: - type: Transform - pos: -188.5,17.5 + pos: 8.5,-196.5 parent: 1 - - uid: 63784 + - uid: 30861 components: - type: Transform - pos: -188.5,16.5 + pos: 8.5,-195.5 parent: 1 - - uid: 63785 + - uid: 30862 components: - type: Transform - pos: -188.5,15.5 + pos: 8.5,-168.5 parent: 1 - - uid: 63786 + - uid: 30863 components: - type: Transform - pos: -189.5,17.5 + pos: 8.5,-167.5 parent: 1 - - uid: 63787 + - uid: 30864 components: - type: Transform - pos: -189.5,16.5 + pos: 8.5,-166.5 parent: 1 - - uid: 63788 + - uid: 30865 components: - type: Transform - pos: -189.5,15.5 + pos: 9.5,-198.5 parent: 1 - - uid: 63789 + - uid: 30866 components: - type: Transform - pos: -190.5,17.5 + pos: 9.5,-197.5 parent: 1 - - uid: 63790 + - uid: 30867 components: - type: Transform - pos: -190.5,16.5 + pos: 9.5,-196.5 parent: 1 - - uid: 63791 + - uid: 30868 components: - type: Transform - pos: -190.5,15.5 + pos: 9.5,-195.5 parent: 1 - - uid: 63792 + - uid: 30869 components: - type: Transform - pos: -191.5,17.5 + pos: 3.5,-169.5 parent: 1 - - uid: 63793 + - uid: 30870 components: - type: Transform - pos: -191.5,16.5 + pos: 9.5,-168.5 parent: 1 - - uid: 63794 + - uid: 30871 components: - type: Transform - pos: -191.5,15.5 + pos: 9.5,-167.5 parent: 1 - - uid: 63795 + - uid: 30872 components: - type: Transform - pos: -192.5,16.5 + pos: 9.5,-166.5 parent: 1 - - uid: 63796 + - uid: 30873 components: - type: Transform - pos: -192.5,15.5 + pos: 10.5,-198.5 parent: 1 - - uid: 63798 + - uid: 30874 components: - type: Transform - pos: -189.5,14.5 + pos: 10.5,-197.5 parent: 1 - - uid: 63799 + - uid: 30875 components: - type: Transform - pos: -188.5,14.5 + pos: 10.5,-196.5 parent: 1 - - uid: 63800 + - uid: 30876 components: - type: Transform - pos: -183.5,14.5 + pos: 10.5,-195.5 parent: 1 - - uid: 63801 + - uid: 30877 components: - type: Transform - pos: -176.5,17.5 + pos: -2.5,-169.5 parent: 1 - - uid: 63802 + - uid: 30878 components: - type: Transform - pos: -190.5,14.5 + pos: 10.5,-168.5 parent: 1 - - uid: 63803 + - uid: 30879 components: - type: Transform - pos: -187.5,14.5 + pos: 10.5,-167.5 parent: 1 - - uid: 63804 + - uid: 30880 components: - type: Transform - pos: -186.5,14.5 + pos: 10.5,-166.5 parent: 1 - - uid: 63805 + - uid: 30881 components: - type: Transform - pos: -185.5,14.5 + pos: 11.5,-198.5 parent: 1 - - uid: 63806 + - uid: 30882 components: - type: Transform - pos: -184.5,14.5 + pos: 11.5,-197.5 parent: 1 - - uid: 63810 + - uid: 30883 components: - type: Transform - pos: -180.5,14.5 + pos: 11.5,-196.5 parent: 1 - - uid: 63811 + - uid: 30884 components: - type: Transform - pos: -181.5,14.5 + pos: 11.5,-195.5 parent: 1 - - uid: 63812 + - uid: 30885 components: - type: Transform - pos: -182.5,14.5 + pos: -1.5,-169.5 parent: 1 - - uid: 63813 + - uid: 30886 components: - type: Transform - pos: -179.5,14.5 + pos: 11.5,-168.5 parent: 1 - - uid: 63814 + - uid: 30887 components: - type: Transform - pos: -178.5,14.5 + pos: 11.5,-167.5 parent: 1 - - uid: 63815 + - uid: 30888 components: - type: Transform - pos: -181.5,13.5 + pos: 11.5,-166.5 parent: 1 - - uid: 63816 + - uid: 30889 components: - type: Transform - pos: -181.5,12.5 + pos: 12.5,-198.5 parent: 1 - - uid: 63817 + - uid: 30890 components: - type: Transform - pos: -180.5,13.5 + pos: 12.5,-197.5 parent: 1 - - uid: 63818 + - uid: 30891 components: - type: Transform - pos: -180.5,12.5 + pos: 12.5,-196.5 parent: 1 - - uid: 63819 + - uid: 30892 components: - type: Transform - pos: -179.5,13.5 + pos: 12.5,-195.5 parent: 1 - - uid: 63820 + - uid: 30893 components: - type: Transform - pos: -179.5,12.5 + pos: 12.5,-174.5 parent: 1 - - uid: 63821 + - uid: 30894 components: - type: Transform - pos: -178.5,13.5 + pos: 0.5,-169.5 parent: 1 - - uid: 63825 + - uid: 30895 components: - type: Transform - pos: -182.5,13.5 + pos: 12.5,-168.5 parent: 1 - - uid: 63835 + - uid: 30896 components: - type: Transform - pos: -172.5,44.5 + pos: 12.5,-167.5 parent: 1 - - uid: 63862 + - uid: 30897 components: - type: Transform - pos: -196.5,35.5 + pos: 12.5,-166.5 parent: 1 - - uid: 63868 + - uid: 30898 components: - type: Transform - pos: -171.5,44.5 + pos: 13.5,-198.5 parent: 1 - - uid: 63901 + - uid: 30899 components: - type: Transform - pos: -174.5,45.5 + pos: 13.5,-197.5 parent: 1 - - uid: 63903 + - uid: 30900 components: - type: Transform - pos: -174.5,44.5 + pos: 13.5,-196.5 parent: 1 - - uid: 63948 + - uid: 30901 components: - type: Transform - pos: -154.5,69.5 + pos: 13.5,-195.5 parent: 1 - - uid: 63967 + - uid: 30902 components: - type: Transform - pos: -152.5,69.5 + pos: 13.5,-178.5 parent: 1 - - uid: 63973 + - uid: 30903 components: - type: Transform - pos: -155.5,69.5 + pos: 13.5,-174.5 parent: 1 - - uid: 63979 + - uid: 30904 components: - type: Transform - pos: -153.5,69.5 + pos: 13.5,-173.5 parent: 1 - - uid: 63999 + - uid: 30905 components: - type: Transform - pos: -152.5,68.5 + pos: 13.5,-168.5 parent: 1 - - uid: 64000 + - uid: 30906 components: - type: Transform - pos: -150.5,65.5 + pos: 13.5,-167.5 parent: 1 - - uid: 64001 + - uid: 30907 components: - type: Transform - pos: -150.5,66.5 + pos: 13.5,-166.5 parent: 1 - - uid: 64002 + - uid: 30908 components: - type: Transform - pos: -150.5,67.5 + pos: 14.5,-198.5 parent: 1 - - uid: 64003 + - uid: 30909 components: - type: Transform - pos: -150.5,68.5 + pos: 14.5,-197.5 parent: 1 - - uid: 64004 + - uid: 30910 components: - type: Transform - pos: -150.5,69.5 + pos: 14.5,-196.5 parent: 1 - - uid: 64005 + - uid: 30911 components: - type: Transform - pos: -150.5,70.5 + pos: 14.5,-195.5 parent: 1 - - uid: 64006 + - uid: 30912 components: - type: Transform - pos: -150.5,71.5 + pos: 14.5,-178.5 parent: 1 - - uid: 64007 + - uid: 30913 components: - type: Transform - pos: -150.5,72.5 + pos: 14.5,-177.5 parent: 1 - - uid: 64008 + - uid: 30914 components: - type: Transform - pos: -150.5,73.5 + pos: 14.5,-176.5 parent: 1 - - uid: 64009 + - uid: 30915 components: - type: Transform - pos: -150.5,74.5 + pos: 14.5,-175.5 parent: 1 - - uid: 64010 + - uid: 30916 components: - type: Transform - pos: -150.5,75.5 + pos: 14.5,-174.5 parent: 1 - - uid: 64011 + - uid: 30917 components: - type: Transform - pos: -150.5,76.5 + pos: 14.5,-173.5 parent: 1 - - uid: 64012 + - uid: 30918 components: - type: Transform - pos: -151.5,65.5 + pos: 14.5,-172.5 parent: 1 - - uid: 64013 + - uid: 30919 components: - type: Transform - pos: -151.5,66.5 + pos: 14.5,-171.5 parent: 1 - - uid: 64014 + - uid: 30920 components: - type: Transform - pos: -151.5,67.5 + pos: 14.5,-170.5 parent: 1 - - uid: 64015 + - uid: 30921 components: - type: Transform - pos: -151.5,68.5 + pos: 14.5,-169.5 parent: 1 - - uid: 64016 + - uid: 30922 components: - type: Transform - pos: -151.5,69.5 + pos: 14.5,-168.5 parent: 1 - - uid: 64017 + - uid: 30923 components: - type: Transform - pos: -151.5,70.5 + pos: 14.5,-167.5 parent: 1 - - uid: 64018 + - uid: 30924 components: - type: Transform - pos: -151.5,71.5 + pos: 14.5,-166.5 parent: 1 - - uid: 64019 + - uid: 30925 components: - type: Transform - pos: -151.5,72.5 + pos: 15.5,-198.5 parent: 1 - - uid: 64020 + - uid: 30926 components: - type: Transform - pos: -151.5,73.5 + pos: 15.5,-197.5 parent: 1 - - uid: 64021 + - uid: 30927 components: - type: Transform - pos: -151.5,74.5 + pos: 15.5,-196.5 parent: 1 - - uid: 64022 + - uid: 30928 components: - type: Transform - pos: -151.5,75.5 + pos: 15.5,-195.5 parent: 1 - - uid: 64023 + - uid: 30929 components: - type: Transform - pos: -151.5,76.5 + pos: 15.5,-178.5 parent: 1 - - uid: 64024 + - uid: 30930 components: - type: Transform - pos: -159.5,76.5 + pos: 15.5,-177.5 parent: 1 - - uid: 64025 + - uid: 30931 components: - type: Transform - pos: -159.5,75.5 + pos: 15.5,-176.5 parent: 1 - - uid: 64026 + - uid: 30932 components: - type: Transform - pos: -158.5,76.5 + pos: 15.5,-175.5 parent: 1 - - uid: 64027 + - uid: 30933 components: - type: Transform - pos: -158.5,75.5 + pos: 15.5,-174.5 parent: 1 - - uid: 64028 + - uid: 30934 components: - type: Transform - pos: -157.5,76.5 + pos: 15.5,-173.5 parent: 1 - - uid: 64029 + - uid: 30935 components: - type: Transform - pos: -157.5,75.5 + pos: 15.5,-172.5 parent: 1 - - uid: 64030 + - uid: 30936 components: - type: Transform - pos: -156.5,76.5 + pos: 15.5,-171.5 parent: 1 - - uid: 64031 + - uid: 30937 components: - type: Transform - pos: -156.5,75.5 + pos: 15.5,-170.5 parent: 1 - - uid: 64032 + - uid: 30938 components: - type: Transform - pos: -155.5,76.5 + pos: 15.5,-169.5 parent: 1 - - uid: 64033 + - uid: 30939 components: - type: Transform - pos: -155.5,75.5 + pos: 15.5,-168.5 parent: 1 - - uid: 64034 + - uid: 30940 components: - type: Transform - pos: -154.5,76.5 + pos: 15.5,-167.5 parent: 1 - - uid: 64035 + - uid: 30941 components: - type: Transform - pos: -154.5,75.5 + pos: 15.5,-166.5 parent: 1 - - uid: 64036 + - uid: 30942 components: - type: Transform - pos: -153.5,76.5 + pos: 43.5,-188.5 parent: 1 - - uid: 64037 + - uid: 30943 components: - type: Transform - pos: -153.5,75.5 + pos: 46.5,-197.5 parent: 1 - - uid: 64038 + - uid: 30944 components: - type: Transform - pos: -152.5,76.5 + pos: 46.5,-198.5 parent: 1 - - uid: 64039 + - uid: 30945 components: - type: Transform - pos: -152.5,75.5 + pos: -7.5,-147.5 parent: 1 - - uid: 64040 + - uid: 30946 components: - type: Transform - pos: -153.5,74.5 + pos: 29.5,-175.5 parent: 1 - - uid: 64041 + - uid: 30947 components: - type: Transform - pos: -153.5,73.5 + pos: 30.5,-175.5 parent: 1 - - uid: 64042 + - uid: 30948 components: - type: Transform - pos: -153.5,72.5 + pos: 31.5,-175.5 parent: 1 - - uid: 64043 + - uid: 30949 components: - type: Transform - pos: -153.5,71.5 + pos: 28.5,-175.5 parent: 1 - - uid: 64044 + - uid: 30950 components: - type: Transform - pos: -153.5,70.5 + pos: 27.5,-175.5 parent: 1 - - uid: 64045 + - uid: 30951 components: - type: Transform - pos: -152.5,74.5 + pos: 25.5,-175.5 parent: 1 - - uid: 64046 + - uid: 30952 components: - type: Transform - pos: -152.5,73.5 + pos: 26.5,-175.5 parent: 1 - - uid: 64047 + - uid: 30953 components: - type: Transform - pos: -152.5,72.5 + pos: 24.5,-175.5 parent: 1 - - uid: 64048 + - uid: 30954 components: - type: Transform - pos: -152.5,71.5 + pos: 41.5,-188.5 parent: 1 - - uid: 64049 + - uid: 30955 components: - type: Transform - pos: -152.5,70.5 + pos: 42.5,-188.5 parent: 1 - - uid: 64050 + - uid: 30956 components: - type: Transform - pos: -194.5,38.5 + pos: 40.5,-188.5 parent: 1 - - uid: 64063 + - uid: 30957 components: - type: Transform - pos: -194.5,35.5 + pos: 47.5,-198.5 parent: 1 - - uid: 64236 + - uid: 30958 components: - type: Transform - pos: -152.5,43.5 + pos: 16.5,-165.5 parent: 1 - - uid: 64263 + - uid: 30959 components: - type: Transform - pos: -163.5,41.5 + pos: 16.5,-166.5 parent: 1 - - uid: 64274 + - uid: 30960 components: - type: Transform - pos: -152.5,42.5 + pos: 16.5,-167.5 parent: 1 - - uid: 64284 + - uid: 30961 components: - type: Transform - pos: -158.5,41.5 + pos: 16.5,-168.5 parent: 1 - - uid: 64285 + - uid: 30962 components: - type: Transform - pos: -157.5,42.5 + pos: 16.5,-169.5 parent: 1 - - uid: 64286 + - uid: 30963 components: - type: Transform - pos: -157.5,40.5 + pos: 16.5,-170.5 parent: 1 - - uid: 64287 + - uid: 30964 components: - type: Transform - pos: -157.5,41.5 + pos: 16.5,-171.5 parent: 1 - - uid: 64289 + - uid: 30965 components: - type: Transform - pos: -159.5,40.5 + pos: 16.5,-172.5 parent: 1 - - uid: 64292 + - uid: 30966 components: - type: Transform - pos: -156.5,42.5 + pos: 16.5,-173.5 parent: 1 - - uid: 64293 + - uid: 30967 components: - type: Transform - pos: -156.5,41.5 + pos: 16.5,-174.5 parent: 1 - - uid: 64294 + - uid: 30968 components: - type: Transform - pos: -156.5,40.5 + pos: 16.5,-175.5 parent: 1 - - uid: 64295 + - uid: 30969 components: - type: Transform - pos: -155.5,42.5 + pos: 16.5,-176.5 parent: 1 - - uid: 64296 + - uid: 30970 components: - type: Transform - pos: -155.5,41.5 + pos: 16.5,-177.5 parent: 1 - - uid: 64297 + - uid: 30971 components: - type: Transform - pos: -155.5,40.5 + pos: 16.5,-178.5 parent: 1 - - uid: 64298 + - uid: 30972 components: - type: Transform - pos: -154.5,42.5 + pos: 16.5,-195.5 parent: 1 - - uid: 64299 + - uid: 30973 components: - type: Transform - pos: -154.5,41.5 + pos: 16.5,-196.5 parent: 1 - - uid: 64300 + - uid: 30974 components: - type: Transform - pos: -154.5,40.5 + pos: 16.5,-197.5 parent: 1 - - uid: 64301 + - uid: 30975 components: - type: Transform - pos: -153.5,42.5 + pos: 16.5,-198.5 parent: 1 - - uid: 64302 + - uid: 30976 components: - type: Transform - pos: -153.5,41.5 + pos: 17.5,-165.5 parent: 1 - - uid: 64303 + - uid: 30977 components: - type: Transform - pos: -153.5,40.5 + pos: 17.5,-166.5 parent: 1 - - uid: 64304 + - uid: 30978 components: - type: Transform - pos: -165.5,40.5 + pos: 17.5,-167.5 parent: 1 - - uid: 64305 + - uid: 30979 components: - type: Transform - pos: -164.5,41.5 + pos: 17.5,-168.5 parent: 1 - - uid: 64306 + - uid: 30980 components: - type: Transform - pos: -164.5,40.5 + pos: 17.5,-169.5 parent: 1 - - uid: 64307 + - uid: 30981 components: - type: Transform - pos: -159.5,39.5 + pos: 17.5,-170.5 parent: 1 - - uid: 64308 + - uid: 30982 components: - type: Transform - pos: -158.5,39.5 + pos: 17.5,-171.5 parent: 1 - - uid: 64309 + - uid: 30983 components: - type: Transform - pos: -157.5,39.5 + pos: 17.5,-172.5 parent: 1 - - uid: 64310 + - uid: 30984 components: - type: Transform - pos: -156.5,39.5 + pos: 17.5,-173.5 parent: 1 - - uid: 64311 + - uid: 30985 components: - type: Transform - pos: -155.5,39.5 + pos: 17.5,-174.5 parent: 1 - - uid: 64312 + - uid: 30986 components: - type: Transform - pos: -154.5,39.5 + pos: 17.5,-175.5 parent: 1 - - uid: 64316 + - uid: 30987 components: - type: Transform - pos: -151.5,42.5 + pos: 17.5,-176.5 parent: 1 - - uid: 64317 + - uid: 30988 components: - type: Transform - pos: -151.5,43.5 + pos: 17.5,-177.5 parent: 1 - - uid: 64318 + - uid: 30989 components: - type: Transform - pos: -152.5,41.5 + pos: 17.5,-178.5 parent: 1 - - uid: 64319 + - uid: 30990 components: - type: Transform - pos: -150.5,43.5 + pos: 17.5,-195.5 parent: 1 - - uid: 65049 + - uid: 30991 components: - type: Transform - pos: 200.5,191.5 + pos: 17.5,-196.5 parent: 1 - - uid: 65050 + - uid: 30992 components: - type: Transform - pos: 199.5,187.5 + pos: 17.5,-197.5 parent: 1 - - uid: 65061 + - uid: 30993 components: - type: Transform - pos: 201.5,186.5 + pos: 17.5,-198.5 parent: 1 - - uid: 65062 + - uid: 30994 components: - type: Transform - pos: 205.5,197.5 + pos: 18.5,-165.5 parent: 1 - - uid: 65074 + - uid: 30995 components: - type: Transform - pos: 206.5,198.5 + pos: 18.5,-166.5 parent: 1 - - uid: 65080 + - uid: 30996 components: - type: Transform - pos: 217.5,195.5 + pos: 18.5,-167.5 parent: 1 -- proto: N14WallRockBasaltCoal - entities: - - uid: 21801 + - uid: 30997 components: - type: Transform - pos: 59.5,194.5 + pos: 18.5,-168.5 parent: 1 - - uid: 48923 + - uid: 30998 components: - type: Transform - pos: 64.5,193.5 + pos: 18.5,-169.5 parent: 1 - - uid: 49185 + - uid: 30999 components: - type: Transform - pos: 63.5,193.5 + pos: 18.5,-170.5 parent: 1 - - uid: 49300 + - uid: 31000 components: - type: Transform - pos: 71.5,190.5 + pos: 18.5,-171.5 parent: 1 - - uid: 49351 + - uid: 31001 components: - type: Transform - pos: 57.5,193.5 + pos: 18.5,-172.5 parent: 1 - - uid: 49352 + - uid: 31002 components: - type: Transform - pos: 58.5,193.5 + pos: 18.5,-173.5 parent: 1 - - uid: 49353 + - uid: 31003 components: - type: Transform - pos: 57.5,192.5 + pos: 18.5,-174.5 parent: 1 - - uid: 49354 + - uid: 31004 components: - type: Transform - pos: 63.5,191.5 + pos: 18.5,-175.5 parent: 1 - - uid: 49355 + - uid: 31005 components: - type: Transform - pos: 64.5,192.5 + pos: 18.5,-176.5 parent: 1 - - uid: 49356 + - uid: 31006 components: - type: Transform - pos: 63.5,194.5 + pos: 18.5,-177.5 parent: 1 - - uid: 49392 + - uid: 31007 components: - type: Transform - pos: 63.5,192.5 + pos: 18.5,-178.5 parent: 1 - - uid: 49393 + - uid: 31008 components: - type: Transform - pos: 63.5,190.5 + pos: 18.5,-195.5 parent: 1 - - uid: 49400 + - uid: 31009 components: - type: Transform - pos: 58.5,194.5 + pos: 18.5,-196.5 parent: 1 - - uid: 49405 + - uid: 31010 components: - type: Transform - pos: 67.5,191.5 + pos: 18.5,-197.5 parent: 1 - - uid: 49411 + - uid: 31011 components: - type: Transform - pos: 69.5,192.5 + pos: 18.5,-198.5 parent: 1 - - uid: 49425 + - uid: 31012 components: - type: Transform - pos: 70.5,186.5 + pos: 19.5,-165.5 parent: 1 - - uid: 49613 + - uid: 31013 components: - type: Transform - pos: 38.5,194.5 + pos: 19.5,-166.5 parent: 1 - - uid: 49614 + - uid: 31014 components: - type: Transform - pos: 40.5,195.5 + pos: 19.5,-167.5 parent: 1 - - uid: 49615 + - uid: 31015 components: - type: Transform - pos: 40.5,194.5 + pos: 19.5,-168.5 parent: 1 - - uid: 49617 + - uid: 31016 components: - type: Transform - pos: 47.5,196.5 + pos: 19.5,-169.5 parent: 1 - - uid: 49618 + - uid: 31017 components: - type: Transform - pos: 48.5,195.5 + pos: 19.5,-170.5 parent: 1 - - uid: 49619 + - uid: 31018 components: - type: Transform - pos: 47.5,195.5 + pos: 19.5,-171.5 parent: 1 - - uid: 49620 + - uid: 31019 components: - type: Transform - pos: 44.5,196.5 + pos: 19.5,-172.5 parent: 1 - - uid: 49621 + - uid: 31020 components: - type: Transform - pos: 45.5,195.5 + pos: 19.5,-173.5 parent: 1 -- proto: N14WallRockBasaltGold - entities: - - uid: 49616 + - uid: 31021 components: - type: Transform - pos: 48.5,196.5 + pos: 19.5,-174.5 parent: 1 -- proto: N14WallRockBasaltSalt - entities: - - uid: 49327 + - uid: 31022 components: - type: Transform - pos: 66.5,192.5 + pos: 19.5,-175.5 parent: 1 - - uid: 49579 + - uid: 31023 components: - type: Transform - pos: 39.5,192.5 + pos: 19.5,-176.5 parent: 1 - - uid: 49610 + - uid: 31024 components: - type: Transform - pos: 41.5,189.5 + pos: 19.5,-177.5 parent: 1 -- proto: N14WallRockBasaltSilver - entities: - - uid: 49297 + - uid: 31025 components: - type: Transform - pos: 72.5,190.5 + pos: 19.5,-178.5 parent: 1 - - uid: 49612 + - uid: 31026 components: - type: Transform - pos: 38.5,195.5 + pos: 19.5,-195.5 parent: 1 -- proto: N14WallRockBasaltUranium - entities: - - uid: 49542 + - uid: 31027 components: - type: Transform - pos: 66.5,189.5 + pos: 19.5,-196.5 parent: 1 -- proto: N14WallRockIndestructible - entities: - - uid: 2505 + - uid: 31028 components: - type: Transform - pos: 217.5,199.5 + pos: 19.5,-197.5 parent: 1 - - uid: 4520 + - uid: 31029 components: - type: Transform - pos: -62.5,190.5 + pos: 19.5,-198.5 parent: 1 - - uid: 5853 + - uid: 31030 components: - type: Transform - pos: -62.5,194.5 + pos: 20.5,-165.5 parent: 1 - - uid: 7346 + - uid: 31031 components: - type: Transform - pos: -62.5,183.5 + pos: 20.5,-166.5 parent: 1 - - uid: 8129 + - uid: 31032 components: - type: Transform - pos: -62.5,197.5 + pos: 20.5,-167.5 parent: 1 - - uid: 8344 + - uid: 31033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -235.5,-102.5 + pos: 20.5,-168.5 parent: 1 - - uid: 8345 + - uid: 31034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-105.5 + pos: 20.5,-169.5 parent: 1 - - uid: 8491 + - uid: 31035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-108.5 + pos: 20.5,-170.5 parent: 1 - - uid: 8494 + - uid: 31036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-107.5 + pos: 20.5,-171.5 parent: 1 - - uid: 8501 + - uid: 31037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-112.5 + pos: 20.5,-172.5 parent: 1 - - uid: 8615 + - uid: 31038 components: - type: Transform - anchored: False - pos: -62.5,153.5 + pos: 20.5,-173.5 parent: 1 - - uid: 8715 + - uid: 31039 components: - type: Transform - pos: -62.5,178.5 + pos: 20.5,-174.5 parent: 1 - - uid: 8766 + - uid: 31040 components: - type: Transform - pos: -379.5,114.5 + pos: 20.5,-175.5 parent: 1 - - uid: 9862 + - uid: 31041 components: - type: Transform - pos: -380.5,114.5 + pos: 20.5,-176.5 parent: 1 - - uid: 9866 + - uid: 31042 components: - type: Transform - pos: -373.5,114.5 + pos: 20.5,-177.5 parent: 1 - - uid: 9884 + - uid: 31043 components: - type: Transform - pos: -378.5,114.5 + pos: 20.5,-178.5 parent: 1 - - uid: 10336 + - uid: 31044 components: - type: Transform - anchored: False - pos: -62.5,154.5 + pos: 20.5,-195.5 parent: 1 - - uid: 10690 + - uid: 31045 components: - type: Transform - pos: -374.5,114.5 + pos: 20.5,-196.5 parent: 1 - - uid: 11397 + - uid: 31046 components: - type: Transform - pos: -190.5,61.5 + pos: 20.5,-197.5 parent: 1 - - uid: 11435 + - uid: 31047 components: - type: Transform - pos: -129.5,58.5 + pos: 20.5,-198.5 parent: 1 - - uid: 11439 + - uid: 31048 components: - type: Transform - pos: -189.5,61.5 + pos: 21.5,-165.5 parent: 1 - - uid: 11445 + - uid: 31049 components: - type: Transform - pos: -191.5,61.5 + pos: 21.5,-166.5 parent: 1 - - uid: 11449 + - uid: 31050 components: - type: Transform - pos: -169.5,73.5 + pos: 21.5,-167.5 parent: 1 - - uid: 11473 + - uid: 31051 components: - type: Transform - pos: -130.5,63.5 + pos: 21.5,-168.5 parent: 1 - - uid: 11474 + - uid: 31052 components: - type: Transform - pos: -130.5,62.5 + pos: 21.5,-169.5 parent: 1 - - uid: 11476 + - uid: 31053 components: - type: Transform - pos: -130.5,61.5 + pos: 21.5,-170.5 parent: 1 - - uid: 11479 + - uid: 31054 components: - type: Transform - pos: -138.5,64.5 + pos: 21.5,-171.5 parent: 1 - - uid: 11480 + - uid: 31055 components: - type: Transform - pos: -139.5,64.5 + pos: 21.5,-172.5 parent: 1 - - uid: 11481 + - uid: 31056 components: - type: Transform - pos: -136.5,64.5 + pos: 21.5,-173.5 parent: 1 - - uid: 11482 + - uid: 31057 components: - type: Transform - pos: -137.5,64.5 + pos: 21.5,-174.5 parent: 1 - - uid: 11483 + - uid: 31058 components: - type: Transform - pos: -134.5,64.5 + pos: 21.5,-175.5 parent: 1 - - uid: 11484 + - uid: 31059 components: - type: Transform - pos: -135.5,64.5 + pos: 21.5,-176.5 parent: 1 - - uid: 11485 + - uid: 31060 components: - type: Transform - pos: -132.5,64.5 + pos: 21.5,-177.5 parent: 1 - - uid: 11486 + - uid: 31061 components: - type: Transform - pos: -133.5,64.5 + pos: 21.5,-178.5 parent: 1 - - uid: 11487 + - uid: 31062 components: - type: Transform - pos: -130.5,64.5 + pos: 21.5,-195.5 parent: 1 - - uid: 11488 + - uid: 31063 components: - type: Transform - pos: -131.5,64.5 + pos: 21.5,-196.5 parent: 1 - - uid: 11489 + - uid: 31064 components: - type: Transform - pos: -142.5,63.5 + pos: 21.5,-197.5 parent: 1 - - uid: 11490 + - uid: 31065 components: - type: Transform - pos: -142.5,64.5 + pos: 21.5,-198.5 parent: 1 - - uid: 11491 + - uid: 31066 components: - type: Transform - pos: -142.5,62.5 + pos: 44.5,-188.5 parent: 1 - - uid: 11492 + - uid: 31067 components: - type: Transform - pos: -142.5,61.5 + pos: 30.5,-174.5 parent: 1 - - uid: 11493 + - uid: 31068 components: - type: Transform - pos: -141.5,61.5 + pos: 2.5,-149.5 parent: 1 - - uid: 11494 + - uid: 31069 components: - type: Transform - pos: -142.5,65.5 + pos: 42.5,-198.5 parent: 1 - - uid: 11495 + - uid: 31070 components: - type: Transform - pos: -140.5,63.5 + pos: 42.5,-197.5 parent: 1 - - uid: 11496 + - uid: 31071 components: - type: Transform - pos: -140.5,61.5 + pos: 41.5,-198.5 parent: 1 - - uid: 11497 + - uid: 31072 components: - type: Transform - pos: -140.5,62.5 + pos: 41.5,-197.5 parent: 1 - - uid: 11498 + - uid: 31073 components: - type: Transform - pos: -140.5,64.5 + pos: 40.5,-198.5 parent: 1 - - uid: 11503 + - uid: 31074 components: - type: Transform - pos: -149.5,66.5 + pos: 40.5,-197.5 parent: 1 - - uid: 11506 + - uid: 31075 components: - type: Transform - pos: -148.5,66.5 + pos: 39.5,-198.5 parent: 1 - - uid: 11507 + - uid: 31076 components: - type: Transform - pos: -143.5,66.5 + pos: 39.5,-197.5 parent: 1 - - uid: 11508 + - uid: 31077 components: - type: Transform - pos: -144.5,66.5 + pos: 38.5,-198.5 parent: 1 - - uid: 11509 + - uid: 31078 components: - type: Transform - pos: -142.5,66.5 + pos: 38.5,-197.5 parent: 1 - - uid: 11510 + - uid: 31079 components: - type: Transform - pos: -146.5,66.5 + pos: 37.5,-198.5 parent: 1 - - uid: 11511 + - uid: 31080 components: - type: Transform - pos: -147.5,66.5 + pos: 37.5,-197.5 parent: 1 - - uid: 11512 + - uid: 31081 components: - type: Transform - pos: -145.5,66.5 + pos: 36.5,-198.5 parent: 1 - - uid: 11525 + - uid: 31082 components: - type: Transform - pos: -169.5,71.5 + pos: 36.5,-197.5 parent: 1 - - uid: 11546 + - uid: 31083 components: - type: Transform - pos: -160.5,76.5 + pos: 35.5,-198.5 parent: 1 - - uid: 11549 + - uid: 31084 components: - type: Transform - pos: -160.5,77.5 + pos: 35.5,-197.5 parent: 1 - - uid: 11550 + - uid: 31085 components: - type: Transform - pos: -160.5,75.5 + pos: 34.5,-198.5 parent: 1 - - uid: 11564 + - uid: 31086 components: - type: Transform - pos: -164.5,74.5 + pos: 34.5,-197.5 parent: 1 - - uid: 12939 + - uid: 31087 components: - type: Transform - pos: -18.5,56.5 + pos: 33.5,-198.5 parent: 1 - - uid: 12976 + - uid: 31088 components: - type: Transform - pos: -23.5,68.5 + pos: 33.5,-197.5 parent: 1 - - uid: 13363 + - uid: 31089 components: - type: Transform - anchored: False - pos: -62.5,158.5 + pos: 32.5,-198.5 parent: 1 - - uid: 13600 + - uid: 31090 components: - type: Transform - pos: 62.5,-199.5 + pos: 32.5,-197.5 parent: 1 - - uid: 13601 + - uid: 31091 components: - type: Transform - pos: -199.5,38.5 + pos: 31.5,-198.5 parent: 1 - - uid: 13602 + - uid: 31092 components: - type: Transform - pos: 124.5,-199.5 + pos: 31.5,-197.5 parent: 1 - - uid: 13603 + - uid: 31093 components: - type: Transform - pos: -76.5,200.5 + pos: 30.5,-198.5 parent: 1 - - uid: 13604 + - uid: 31094 components: - type: Transform - pos: 98.5,-199.5 + pos: 30.5,-197.5 parent: 1 - - uid: 13605 + - uid: 31095 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -263.5,-77.5 + pos: 29.5,-198.5 parent: 1 - - uid: 13606 + - uid: 31096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-36.5 + pos: 29.5,-197.5 parent: 1 - - uid: 13607 + - uid: 31097 components: - type: Transform - pos: 132.5,-199.5 + pos: 28.5,-198.5 parent: 1 - - uid: 13608 + - uid: 31098 components: - type: Transform - pos: 107.5,-199.5 + pos: 28.5,-197.5 parent: 1 - - uid: 13609 + - uid: 31099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-34.5 + pos: 27.5,-198.5 parent: 1 - - uid: 13610 + - uid: 31100 components: - type: Transform - pos: 121.5,-199.5 + pos: 27.5,-197.5 parent: 1 - - uid: 13611 + - uid: 31101 components: - type: Transform - rot: 3.141592653589793 rad - pos: -240.5,-77.5 + pos: 26.5,-198.5 parent: 1 - - uid: 13612 + - uid: 31102 components: - type: Transform - pos: 91.5,-199.5 + pos: 26.5,-197.5 parent: 1 - - uid: 13613 + - uid: 31103 components: - type: Transform - pos: -12.5,200.5 + pos: 25.5,-198.5 parent: 1 - - uid: 13614 + - uid: 31104 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -276.5,-30.5 + pos: 25.5,-197.5 parent: 1 - - uid: 13615 + - uid: 31105 components: - type: Transform - pos: 119.5,-199.5 + pos: 24.5,-198.5 parent: 1 - - uid: 13616 + - uid: 31106 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -271.5,-77.5 + pos: 24.5,-197.5 parent: 1 - - uid: 13617 + - uid: 31107 components: - type: Transform - pos: 120.5,-199.5 + pos: 23.5,-198.5 parent: 1 - - uid: 13618 + - uid: 31108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-38.5 + pos: 23.5,-197.5 parent: 1 - - uid: 13619 + - uid: 31109 components: - type: Transform - pos: 99.5,-199.5 + pos: 22.5,-198.5 parent: 1 - - uid: 13620 + - uid: 31110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-33.5 + pos: 22.5,-197.5 parent: 1 - - uid: 13621 + - uid: 31111 components: - type: Transform - pos: -199.5,30.5 + pos: 46.5,-196.5 parent: 1 - - uid: 13622 + - uid: 31112 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-77.5 + pos: 46.5,-195.5 parent: 1 - - uid: 13623 + - uid: 31113 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-77.5 + pos: 46.5,-194.5 parent: 1 - - uid: 13624 + - uid: 31114 components: - type: Transform - rot: 3.141592653589793 rad - pos: -237.5,-77.5 + pos: 46.5,-193.5 parent: 1 - - uid: 13625 + - uid: 31115 components: - type: Transform - rot: 3.141592653589793 rad - pos: -239.5,-77.5 + pos: 46.5,-192.5 parent: 1 - - uid: 13626 + - uid: 31116 components: - type: Transform - pos: 102.5,-199.5 + pos: 45.5,-196.5 parent: 1 - - uid: 13627 + - uid: 31117 components: - type: Transform - pos: 133.5,-199.5 + pos: 45.5,-195.5 parent: 1 - - uid: 13628 + - uid: 31118 components: - type: Transform - pos: -26.5,-199.5 + pos: 45.5,-194.5 parent: 1 - - uid: 13629 + - uid: 31119 components: - type: Transform - pos: -199.5,28.5 + pos: 45.5,-193.5 parent: 1 - - uid: 13630 + - uid: 31120 components: - type: Transform - pos: 127.5,-199.5 + pos: 45.5,-192.5 parent: 1 - - uid: 13631 + - uid: 31121 components: - type: Transform - pos: 118.5,-199.5 + pos: 44.5,-196.5 parent: 1 - - uid: 13632 + - uid: 31122 components: - type: Transform - pos: -7.5,-199.5 + pos: 44.5,-195.5 parent: 1 - - uid: 13633 + - uid: 31123 components: - type: Transform - pos: 97.5,-199.5 + pos: 44.5,-194.5 parent: 1 - - uid: 13634 + - uid: 31124 components: - type: Transform - pos: -199.5,9.5 + pos: 44.5,-193.5 parent: 1 - - uid: 13635 + - uid: 31125 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -241.5,-92.5 + pos: 44.5,-192.5 parent: 1 - - uid: 13636 + - uid: 31126 components: - type: Transform - pos: 114.5,-199.5 + pos: 43.5,-196.5 parent: 1 - - uid: 13637 + - uid: 31127 components: - type: Transform - pos: -42.5,200.5 + pos: 43.5,-195.5 parent: 1 - - uid: 13638 + - uid: 31128 components: - type: Transform - pos: 15.5,-199.5 + pos: 43.5,-194.5 parent: 1 - - uid: 13639 + - uid: 31129 components: - type: Transform - pos: 110.5,-199.5 + pos: 43.5,-193.5 parent: 1 - - uid: 13640 + - uid: 31130 components: - type: Transform - pos: 14.5,200.5 + pos: 43.5,-192.5 parent: 1 - - uid: 13641 + - uid: 31131 components: - type: Transform - pos: 111.5,-199.5 + pos: 42.5,-196.5 parent: 1 - - uid: 13642 + - uid: 31132 components: - type: Transform - pos: 204.5,215.5 + pos: 42.5,-195.5 parent: 1 - - uid: 13643 + - uid: 31133 components: - type: Transform - pos: -199.5,29.5 + pos: 42.5,-194.5 parent: 1 - - uid: 13644 + - uid: 31134 components: - type: Transform - pos: 134.5,-199.5 + pos: 42.5,-193.5 parent: 1 - - uid: 13645 + - uid: 31135 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-94.5 + pos: 42.5,-192.5 parent: 1 - - uid: 13646 + - uid: 31136 components: - type: Transform - pos: -199.5,50.5 + pos: 41.5,-196.5 parent: 1 - - uid: 13647 + - uid: 31137 components: - type: Transform - pos: -25.5,-199.5 + pos: 41.5,-195.5 parent: 1 - - uid: 13648 + - uid: 31138 components: - type: Transform - pos: -57.5,200.5 + pos: 41.5,-194.5 parent: 1 - - uid: 13649 + - uid: 31139 components: - type: Transform - pos: 141.5,-199.5 + pos: 41.5,-193.5 parent: 1 - - uid: 13650 + - uid: 31140 components: - type: Transform - pos: 149.5,-199.5 + pos: 41.5,-192.5 parent: 1 - - uid: 13651 + - uid: 31141 components: - type: Transform - pos: 141.5,200.5 + pos: 40.5,-196.5 parent: 1 - - uid: 13652 + - uid: 31142 components: - type: Transform - pos: -199.5,-166.5 + pos: 40.5,-195.5 parent: 1 - - uid: 13653 + - uid: 31143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-85.5 + pos: 40.5,-194.5 parent: 1 - - uid: 13654 + - uid: 31144 components: - type: Transform - pos: 35.5,-199.5 + pos: 40.5,-193.5 parent: 1 - - uid: 13655 + - uid: 31145 components: - type: Transform - pos: 117.5,-199.5 + pos: 40.5,-192.5 parent: 1 - - uid: 13656 + - uid: 31146 components: - type: Transform - pos: 101.5,-199.5 + pos: 39.5,-196.5 parent: 1 - - uid: 13657 + - uid: 31147 components: - type: Transform - pos: -23.5,-199.5 + pos: 39.5,-195.5 parent: 1 - - uid: 13658 + - uid: 31148 components: - type: Transform - pos: -199.5,24.5 + pos: 39.5,-194.5 parent: 1 - - uid: 13659 + - uid: 31149 components: - type: Transform - pos: -199.5,36.5 + pos: 39.5,-193.5 parent: 1 - - uid: 13660 + - uid: 31150 components: - type: Transform - pos: 96.5,-199.5 + pos: 39.5,-192.5 parent: 1 - - uid: 13661 + - uid: 31151 components: - type: Transform - pos: 65.5,-199.5 + pos: 38.5,-196.5 parent: 1 - - uid: 13662 + - uid: 31152 components: - type: Transform - pos: 130.5,200.5 + pos: 38.5,-195.5 parent: 1 - - uid: 13663 + - uid: 31153 components: - type: Transform - pos: 21.5,-199.5 + pos: 38.5,-194.5 parent: 1 - - uid: 13664 + - uid: 31154 components: - type: Transform - pos: -5.5,-199.5 + pos: 38.5,-193.5 parent: 1 - - uid: 13665 + - uid: 31155 components: - type: Transform - pos: 17.5,-199.5 + pos: 38.5,-192.5 parent: 1 - - uid: 13666 + - uid: 31156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-84.5 + pos: 37.5,-196.5 parent: 1 - - uid: 13667 + - uid: 31157 components: - type: Transform - pos: 142.5,-199.5 + pos: 37.5,-195.5 parent: 1 - - uid: 13668 + - uid: 31158 components: - type: Transform - pos: -199.5,-165.5 + pos: 37.5,-194.5 parent: 1 - - uid: 13669 + - uid: 31159 components: - type: Transform - pos: 95.5,-199.5 + pos: 37.5,-193.5 parent: 1 - - uid: 13670 + - uid: 31160 components: - type: Transform - pos: 59.5,-199.5 + pos: 37.5,-192.5 parent: 1 - - uid: 13671 + - uid: 31161 components: - type: Transform - pos: 58.5,-199.5 + pos: 36.5,-196.5 parent: 1 - - uid: 13672 + - uid: 31162 components: - type: Transform - pos: -13.5,200.5 + pos: 36.5,-195.5 parent: 1 - - uid: 13673 + - uid: 31163 components: - type: Transform - pos: -199.5,21.5 + pos: 36.5,-194.5 parent: 1 - - uid: 13674 + - uid: 31164 components: - type: Transform - pos: 108.5,-199.5 + pos: 36.5,-193.5 parent: 1 - - uid: 13675 + - uid: 31165 components: - type: Transform - pos: 109.5,-199.5 + pos: 36.5,-192.5 parent: 1 - - uid: 13676 + - uid: 31166 components: - type: Transform - pos: 16.5,200.5 + pos: 35.5,-196.5 parent: 1 - - uid: 13677 + - uid: 31167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-83.5 + pos: 35.5,-195.5 parent: 1 - - uid: 13678 + - uid: 31168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-76.5 + pos: 35.5,-194.5 parent: 1 - - uid: 13679 + - uid: 31169 components: - type: Transform - pos: 94.5,-199.5 + pos: 35.5,-193.5 parent: 1 - - uid: 13680 + - uid: 31170 components: - type: Transform - pos: 123.5,-199.5 + pos: 35.5,-192.5 parent: 1 - - uid: 13681 + - uid: 31171 components: - type: Transform - pos: 122.5,-199.5 + pos: 34.5,-196.5 parent: 1 - - uid: 13682 + - uid: 31172 components: - type: Transform - pos: 116.5,-199.5 + pos: 34.5,-195.5 parent: 1 - - uid: 13683 + - uid: 31173 components: - type: Transform - pos: -199.5,27.5 + pos: 34.5,-194.5 parent: 1 - - uid: 13684 + - uid: 31174 components: - type: Transform - pos: 100.5,-199.5 + pos: 34.5,-193.5 parent: 1 - - uid: 13685 + - uid: 31175 components: - type: Transform - pos: 143.5,-199.5 + pos: 34.5,-192.5 parent: 1 - - uid: 13686 + - uid: 31176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-93.5 + pos: 33.5,-196.5 parent: 1 - - uid: 13687 + - uid: 31177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-82.5 + pos: 33.5,-195.5 parent: 1 - - uid: 13688 + - uid: 31178 components: - type: Transform - pos: 31.5,-199.5 + pos: 33.5,-194.5 parent: 1 - - uid: 13689 + - uid: 31179 components: - type: Transform - pos: -27.5,-199.5 + pos: 33.5,-193.5 parent: 1 - - uid: 13690 + - uid: 31180 components: - type: Transform - pos: -15.5,-199.5 + pos: 33.5,-192.5 parent: 1 - - uid: 13691 + - uid: 31181 components: - type: Transform - pos: -16.5,-199.5 + pos: 32.5,-196.5 parent: 1 - - uid: 13692 + - uid: 31182 components: - type: Transform - pos: -17.5,-199.5 + pos: 32.5,-195.5 parent: 1 - - uid: 13693 + - uid: 31183 components: - type: Transform - pos: -199.5,10.5 + pos: 32.5,-194.5 parent: 1 - - uid: 13694 + - uid: 31184 components: - type: Transform - pos: -199.5,31.5 + pos: 32.5,-193.5 parent: 1 - - uid: 13695 + - uid: 31185 components: - type: Transform - pos: 4.5,-199.5 + pos: 32.5,-192.5 parent: 1 - - uid: 13696 + - uid: 31186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-81.5 + pos: 31.5,-196.5 parent: 1 - - uid: 13697 + - uid: 31187 components: - type: Transform - pos: 85.5,-199.5 + pos: 31.5,-195.5 parent: 1 - - uid: 13698 + - uid: 31188 components: - type: Transform - pos: -199.5,-193.5 + pos: 31.5,-194.5 parent: 1 - - uid: 13699 + - uid: 31189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-80.5 + pos: 31.5,-193.5 parent: 1 - - uid: 13700 + - uid: 31190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-79.5 + pos: 31.5,-192.5 parent: 1 - - uid: 13701 + - uid: 31191 components: - type: Transform - pos: 87.5,-199.5 + pos: 30.5,-196.5 parent: 1 - - uid: 13702 + - uid: 31192 components: - type: Transform - pos: 70.5,-199.5 + pos: 30.5,-195.5 parent: 1 - - uid: 13703 + - uid: 31193 components: - type: Transform - pos: 113.5,-199.5 + pos: 30.5,-194.5 parent: 1 - - uid: 13704 + - uid: 31194 components: - type: Transform - pos: 69.5,-199.5 + pos: 30.5,-193.5 parent: 1 - - uid: 13705 + - uid: 31195 components: - type: Transform - pos: -199.5,23.5 + pos: 30.5,-192.5 parent: 1 - - uid: 13706 + - uid: 31196 components: - type: Transform - pos: 66.5,-199.5 + pos: 29.5,-196.5 parent: 1 - - uid: 13707 + - uid: 31197 components: - type: Transform - pos: 23.5,-199.5 + pos: 29.5,-195.5 parent: 1 - - uid: 13708 + - uid: 31198 components: - type: Transform - pos: 19.5,-199.5 + pos: 28.5,-196.5 parent: 1 - - uid: 13709 + - uid: 31199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-75.5 + pos: 28.5,-195.5 parent: 1 - - uid: 13710 + - uid: 31200 components: - type: Transform - pos: -8.5,-199.5 + pos: 27.5,-196.5 parent: 1 - - uid: 13711 + - uid: 31201 components: - type: Transform - pos: 3.5,-199.5 + pos: 27.5,-195.5 parent: 1 - - uid: 13712 + - uid: 31202 components: - type: Transform - pos: 56.5,-199.5 + pos: 26.5,-196.5 parent: 1 - - uid: 13713 + - uid: 31203 components: - type: Transform - pos: 105.5,-199.5 + pos: 26.5,-195.5 parent: 1 - - uid: 13714 + - uid: 31204 components: - type: Transform - pos: 106.5,-199.5 + pos: 25.5,-196.5 parent: 1 - - uid: 13715 + - uid: 31205 components: - type: Transform - pos: 103.5,-199.5 + pos: 25.5,-195.5 parent: 1 - - uid: 13716 + - uid: 31206 components: - type: Transform - pos: 104.5,-199.5 + pos: 24.5,-196.5 parent: 1 - - uid: 13717 + - uid: 31207 components: - type: Transform - pos: 14.5,-199.5 + pos: 24.5,-195.5 parent: 1 - - uid: 13718 + - uid: 31208 components: - type: Transform - pos: -9.5,200.5 + pos: 23.5,-196.5 parent: 1 - - uid: 13719 + - uid: 31209 components: - type: Transform - pos: -187.5,200.5 + pos: 23.5,-195.5 parent: 1 - - uid: 13720 + - uid: 31210 components: - type: Transform - pos: -199.5,60.5 + pos: 22.5,-196.5 parent: 1 - - uid: 13721 + - uid: 31211 components: - type: Transform - pos: -69.5,200.5 + pos: 22.5,-195.5 parent: 1 - - uid: 13722 + - uid: 31212 components: - type: Transform - pos: -40.5,200.5 + pos: 40.5,-180.5 parent: 1 - - uid: 13723 + - uid: 31213 components: - type: Transform - pos: 135.5,-199.5 + pos: 40.5,-179.5 parent: 1 - - uid: 13724 + - uid: 31214 components: - type: Transform - pos: -58.5,200.5 + pos: 35.5,-177.5 parent: 1 - - uid: 13725 + - uid: 31215 components: - type: Transform - pos: -199.5,-197.5 + pos: 45.5,-191.5 parent: 1 - - uid: 13726 + - uid: 31216 components: - type: Transform - pos: -199.5,-198.5 + pos: 45.5,-190.5 parent: 1 - - uid: 13727 + - uid: 31217 components: - type: Transform - pos: -199.5,-170.5 + pos: 45.5,-189.5 parent: 1 - - uid: 13728 + - uid: 31218 components: - type: Transform - pos: 89.5,-199.5 + pos: 44.5,-191.5 parent: 1 - - uid: 13729 + - uid: 31219 components: - type: Transform - pos: 61.5,-199.5 + pos: 44.5,-190.5 parent: 1 - - uid: 13730 + - uid: 31220 components: - type: Transform - pos: -199.5,-194.5 + pos: 44.5,-189.5 parent: 1 - - uid: 13731 + - uid: 31221 components: - type: Transform - pos: -14.5,-199.5 + pos: 43.5,-191.5 parent: 1 - - uid: 13732 + - uid: 31222 components: - type: Transform - pos: -20.5,-199.5 + pos: 43.5,-190.5 parent: 1 - - uid: 13733 + - uid: 31223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-74.5 + pos: 43.5,-189.5 parent: 1 - - uid: 13734 + - uid: 31224 components: - type: Transform - pos: 83.5,-199.5 + pos: 42.5,-191.5 parent: 1 - - uid: 13735 + - uid: 31225 components: - type: Transform - pos: -199.5,25.5 + pos: 42.5,-190.5 parent: 1 - - uid: 13736 + - uid: 31226 components: - type: Transform - pos: -199.5,-192.5 + pos: 42.5,-189.5 parent: 1 - - uid: 13737 + - uid: 31227 components: - type: Transform - pos: -199.5,6.5 + pos: 41.5,-191.5 parent: 1 - - uid: 13738 + - uid: 31228 components: - type: Transform - pos: -199.5,22.5 + pos: 41.5,-190.5 parent: 1 - - uid: 13739 + - uid: 31229 components: - type: Transform - pos: -199.5,32.5 + pos: 41.5,-189.5 parent: 1 - - uid: 13740 + - uid: 31230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-78.5 + pos: 40.5,-191.5 parent: 1 - - uid: 13741 + - uid: 31231 components: - type: Transform - pos: 63.5,-199.5 + pos: 40.5,-190.5 parent: 1 - - uid: 13742 + - uid: 31232 components: - type: Transform - pos: 145.5,-199.5 + pos: 40.5,-189.5 parent: 1 - - uid: 13743 + - uid: 31233 components: - type: Transform - pos: 131.5,-199.5 + pos: 39.5,-191.5 parent: 1 - - uid: 13744 + - uid: 31234 components: - type: Transform - pos: -22.5,-199.5 + pos: 39.5,-190.5 parent: 1 - - uid: 13745 + - uid: 31235 components: - type: Transform - pos: 130.5,-199.5 + pos: 39.5,-189.5 parent: 1 - - uid: 13746 + - uid: 31236 components: - type: Transform - pos: 16.5,-199.5 + pos: 38.5,-191.5 parent: 1 - - uid: 13747 + - uid: 31237 components: - type: Transform - pos: -6.5,-199.5 + pos: 38.5,-190.5 parent: 1 - - uid: 13748 + - uid: 31238 components: - type: Transform - pos: -24.5,-199.5 + pos: 38.5,-189.5 parent: 1 - - uid: 13749 + - uid: 31239 components: - type: Transform - pos: 148.5,-199.5 + pos: 37.5,-191.5 parent: 1 - - uid: 13750 + - uid: 31240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-77.5 + pos: 37.5,-190.5 parent: 1 - - uid: 13751 + - uid: 31241 components: - type: Transform - pos: 36.5,-199.5 + pos: 37.5,-189.5 parent: 1 - - uid: 13752 + - uid: 31242 components: - type: Transform - pos: 32.5,-199.5 + pos: 36.5,-191.5 parent: 1 - - uid: 13753 + - uid: 31243 components: - type: Transform - pos: -39.5,200.5 + pos: 36.5,-190.5 parent: 1 - - uid: 13754 + - uid: 31244 components: - type: Transform - pos: -199.5,35.5 + pos: 36.5,-189.5 parent: 1 - - uid: 13755 + - uid: 31245 components: - type: Transform - pos: -199.5,7.5 + pos: 35.5,-191.5 parent: 1 - - uid: 13756 + - uid: 31246 components: - type: Transform - pos: -199.5,8.5 + pos: 35.5,-190.5 parent: 1 - - uid: 13757 + - uid: 31247 components: - type: Transform - pos: 92.5,-199.5 + pos: 35.5,-189.5 parent: 1 - - uid: 13758 + - uid: 31248 components: - type: Transform - pos: -13.5,-199.5 + pos: 34.5,-191.5 parent: 1 - - uid: 13759 + - uid: 31249 components: - type: Transform - pos: -12.5,-199.5 + pos: 34.5,-190.5 parent: 1 - - uid: 13760 + - uid: 31250 components: - type: Transform - pos: 78.5,-199.5 + pos: 34.5,-189.5 parent: 1 - - uid: 13761 + - uid: 31251 components: - type: Transform - pos: 169.5,-199.5 + pos: 33.5,-191.5 parent: 1 - - uid: 13762 + - uid: 31252 components: - type: Transform - pos: 198.5,200.5 + pos: 33.5,-190.5 parent: 1 - - uid: 13763 + - uid: 31253 components: - type: Transform - pos: 197.5,200.5 + pos: 33.5,-189.5 parent: 1 - - uid: 13764 + - uid: 31254 components: - type: Transform - pos: 189.5,200.5 + pos: 32.5,-191.5 parent: 1 - - uid: 13765 + - uid: 31255 components: - type: Transform - pos: 199.5,-136.5 + pos: 32.5,-190.5 parent: 1 - - uid: 13766 + - uid: 31256 components: - type: Transform - pos: 187.5,-199.5 + pos: 32.5,-189.5 parent: 1 - - uid: 13767 + - uid: 31257 components: - type: Transform - pos: 164.5,-199.5 + pos: 31.5,-191.5 parent: 1 - - uid: 13768 + - uid: 31258 components: - type: Transform - pos: 199.5,-178.5 + pos: 31.5,-190.5 parent: 1 - - uid: 13769 + - uid: 31259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-76.5 + pos: 31.5,-189.5 parent: 1 - - uid: 13770 + - uid: 31260 components: - type: Transform - pos: 93.5,-199.5 + pos: 30.5,-191.5 parent: 1 - - uid: 13771 + - uid: 31261 components: - type: Transform - pos: 68.5,-199.5 + pos: 30.5,-190.5 parent: 1 - - uid: 13772 + - uid: 31262 components: - type: Transform - pos: -197.5,200.5 + pos: 30.5,-189.5 parent: 1 - - uid: 13773 + - uid: 31263 components: - type: Transform - pos: -195.5,200.5 + pos: 39.5,-188.5 parent: 1 - - uid: 13774 + - uid: 31264 components: - type: Transform - pos: 191.5,-199.5 + pos: 38.5,-188.5 parent: 1 - - uid: 13775 + - uid: 31265 components: - type: Transform - pos: -191.5,200.5 + pos: 37.5,-188.5 parent: 1 - - uid: 13776 + - uid: 31266 components: - type: Transform - pos: 174.5,-199.5 + pos: 36.5,-188.5 parent: 1 - - uid: 13777 + - uid: 31267 components: - type: Transform - pos: 82.5,-199.5 + pos: 35.5,-188.5 parent: 1 - - uid: 13778 + - uid: 31268 components: - type: Transform - pos: 81.5,-199.5 + pos: 34.5,-188.5 parent: 1 - - uid: 13779 + - uid: 31269 components: - type: Transform - pos: 173.5,200.5 + pos: 33.5,-188.5 parent: 1 - - uid: 13780 + - uid: 31270 components: - type: Transform - pos: 33.5,-199.5 + pos: 34.5,-176.5 parent: 1 - - uid: 13781 + - uid: 31271 components: - type: Transform - pos: 64.5,-199.5 + pos: 34.5,-177.5 parent: 1 - - uid: 13782 + - uid: 31272 components: - type: Transform - pos: -11.5,-199.5 + pos: 34.5,-178.5 parent: 1 - - uid: 13783 + - uid: 31273 components: - type: Transform - pos: -199.5,-195.5 + pos: 34.5,-179.5 parent: 1 - - uid: 13784 + - uid: 31274 components: - type: Transform - pos: -10.5,-199.5 + pos: 34.5,-180.5 parent: 1 - - uid: 13785 + - uid: 31275 components: - type: Transform - pos: 28.5,-199.5 + pos: 34.5,-181.5 parent: 1 - - uid: 13786 + - uid: 31276 components: - type: Transform - pos: -194.5,200.5 + pos: 34.5,-182.5 parent: 1 - - uid: 13787 + - uid: 31277 components: - type: Transform - pos: 199.5,-174.5 + pos: 34.5,-183.5 parent: 1 - - uid: 13788 + - uid: 31278 components: - type: Transform - pos: 60.5,-199.5 + pos: 34.5,-184.5 parent: 1 - - uid: 13789 + - uid: 31279 components: - type: Transform - pos: 161.5,-199.5 + pos: 34.5,-185.5 parent: 1 - - uid: 13790 + - uid: 31280 components: - type: Transform - pos: 158.5,-199.5 + pos: 34.5,-186.5 parent: 1 - - uid: 13791 + - uid: 31281 components: - type: Transform - pos: 199.5,-196.5 + pos: 34.5,-187.5 parent: 1 - - uid: 13792 + - uid: 31282 components: - type: Transform - pos: 90.5,-199.5 + pos: 33.5,-176.5 parent: 1 - - uid: 13793 + - uid: 31283 components: - type: Transform - pos: 80.5,-199.5 + pos: 33.5,-177.5 parent: 1 - - uid: 13794 + - uid: 31284 components: - type: Transform - pos: 79.5,-199.5 + pos: 33.5,-178.5 parent: 1 - - uid: 13795 + - uid: 31285 components: - type: Transform - pos: 155.5,200.5 + pos: 33.5,-179.5 parent: 1 - - uid: 13796 + - uid: 31286 components: - type: Transform - pos: 185.5,-199.5 + pos: 33.5,-180.5 parent: 1 - - uid: 13797 + - uid: 31287 components: - type: Transform - pos: 179.5,-199.5 + pos: 33.5,-181.5 parent: 1 - - uid: 13798 + - uid: 31288 components: - type: Transform - pos: 178.5,-199.5 + pos: 33.5,-182.5 parent: 1 - - uid: 13799 + - uid: 31289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-61.5 + pos: 33.5,-183.5 parent: 1 - - uid: 13800 + - uid: 31290 components: - type: Transform - pos: 199.5,-192.5 + pos: 33.5,-184.5 parent: 1 - - uid: 13801 + - uid: 31291 components: - type: Transform - pos: 199.5,-197.5 + pos: 33.5,-185.5 parent: 1 - - uid: 13802 + - uid: 31292 components: - type: Transform - pos: 199.5,-190.5 + pos: 33.5,-186.5 parent: 1 - - uid: 13803 + - uid: 31293 components: - type: Transform - pos: 30.5,-199.5 + pos: 33.5,-187.5 parent: 1 - - uid: 13804 + - uid: 31294 components: - type: Transform - pos: -199.5,-196.5 + pos: 32.5,-176.5 parent: 1 - - uid: 13805 + - uid: 31295 components: - type: Transform - pos: 13.5,200.5 + pos: 32.5,-177.5 parent: 1 - - uid: 13806 + - uid: 31296 components: - type: Transform - pos: 126.5,-199.5 + pos: 32.5,-178.5 parent: 1 - - uid: 13807 + - uid: 31297 components: - type: Transform - pos: 125.5,-199.5 + pos: 32.5,-179.5 parent: 1 - - uid: 13808 + - uid: 31298 components: - type: Transform - pos: 199.5,-125.5 + pos: 32.5,-180.5 parent: 1 - - uid: 13809 + - uid: 31299 components: - type: Transform - pos: -199.5,-171.5 + pos: 31.5,-176.5 parent: 1 - - uid: 13810 + - uid: 31300 components: - type: Transform - pos: 199.5,-128.5 + pos: 31.5,-177.5 parent: 1 - - uid: 13811 + - uid: 31301 components: - type: Transform - pos: 199.5,-161.5 + pos: 31.5,-178.5 parent: 1 - - uid: 13812 + - uid: 31302 components: - type: Transform - pos: 170.5,-199.5 + pos: 31.5,-179.5 parent: 1 - - uid: 13813 + - uid: 31303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-73.5 + pos: 31.5,-180.5 parent: 1 - - uid: 13814 + - uid: 31304 components: - type: Transform - pos: 168.5,-199.5 + pos: 30.5,-176.5 parent: 1 - - uid: 13815 + - uid: 31305 components: - type: Transform - pos: 171.5,-199.5 + pos: 30.5,-177.5 parent: 1 - - uid: 13816 + - uid: 31306 components: - type: Transform - pos: 177.5,200.5 + pos: 30.5,-178.5 parent: 1 - - uid: 13817 + - uid: 31307 components: - type: Transform - pos: 194.5,-199.5 + pos: 30.5,-179.5 parent: 1 - - uid: 13818 + - uid: 31308 components: - type: Transform - pos: 188.5,-199.5 + pos: 30.5,-180.5 parent: 1 - - uid: 13819 + - uid: 31309 components: - type: Transform - pos: -44.5,200.5 + pos: 29.5,-176.5 parent: 1 - - uid: 13820 + - uid: 31310 components: - type: Transform - pos: -199.5,-172.5 + pos: 29.5,-177.5 parent: 1 - - uid: 13821 + - uid: 31311 components: - type: Transform - pos: 62.5,200.5 + pos: 29.5,-178.5 parent: 1 - - uid: 13822 + - uid: 31312 components: - type: Transform - pos: 34.5,-199.5 + pos: 29.5,-179.5 parent: 1 - - uid: 13823 + - uid: 31313 components: - type: Transform - pos: 18.5,-199.5 + pos: 29.5,-180.5 parent: 1 - - uid: 13824 + - uid: 31314 components: - type: Transform - pos: -21.5,-199.5 + pos: 28.5,-176.5 parent: 1 - - uid: 13825 + - uid: 31315 components: - type: Transform - pos: -35.5,200.5 + pos: 28.5,-177.5 parent: 1 - - uid: 13826 + - uid: 31316 components: - type: Transform - pos: -199.5,-169.5 + pos: 28.5,-178.5 parent: 1 - - uid: 13827 + - uid: 31317 components: - type: Transform - pos: 57.5,200.5 + pos: 28.5,-179.5 parent: 1 - - uid: 13828 + - uid: 31318 components: - type: Transform - pos: 199.5,-146.5 + pos: 28.5,-180.5 parent: 1 - - uid: 13829 + - uid: 31319 components: - type: Transform - pos: 171.5,200.5 + pos: 27.5,-176.5 parent: 1 - - uid: 13830 + - uid: 31320 components: - type: Transform - pos: 128.5,-199.5 + pos: 27.5,-177.5 parent: 1 - - uid: 13831 + - uid: 31321 components: - type: Transform - pos: -4.5,-199.5 + pos: 27.5,-178.5 parent: 1 - - uid: 13832 + - uid: 31322 components: - type: Transform - pos: 29.5,-199.5 + pos: 27.5,-179.5 parent: 1 - - uid: 13833 + - uid: 31323 components: - type: Transform - pos: -9.5,-199.5 + pos: 27.5,-180.5 parent: 1 - - uid: 13834 + - uid: 31324 components: - type: Transform - pos: 199.5,-144.5 + pos: 26.5,-176.5 parent: 1 - - uid: 13835 + - uid: 31325 components: - type: Transform - pos: 199.5,-175.5 + pos: 26.5,-177.5 parent: 1 - - uid: 13836 + - uid: 31326 components: - type: Transform - pos: 199.5,-137.5 + pos: 26.5,-178.5 parent: 1 - - uid: 13837 + - uid: 31327 components: - type: Transform - pos: 199.5,-138.5 + pos: 26.5,-179.5 parent: 1 - - uid: 13838 + - uid: 31328 components: - type: Transform - pos: 193.5,200.5 + pos: 26.5,-180.5 parent: 1 - - uid: 13839 + - uid: 31329 components: - type: Transform - pos: -186.5,200.5 + pos: 25.5,-176.5 parent: 1 - - uid: 13840 + - uid: 31330 components: - type: Transform - pos: -199.5,-167.5 + pos: 25.5,-177.5 parent: 1 - - uid: 13841 + - uid: 31331 components: - type: Transform - pos: 22.5,-199.5 + pos: 25.5,-178.5 parent: 1 - - uid: 13842 + - uid: 31332 components: - type: Transform - pos: 84.5,-199.5 + pos: 24.5,-176.5 parent: 1 - - uid: 13843 + - uid: 31333 components: - type: Transform - pos: 20.5,-199.5 + pos: 24.5,-177.5 parent: 1 - - uid: 13844 + - uid: 31334 components: - type: Transform - pos: -38.5,200.5 + pos: 24.5,-178.5 parent: 1 - - uid: 13845 + - uid: 31335 components: - type: Transform - pos: -60.5,200.5 + pos: 23.5,-176.5 parent: 1 - - uid: 13846 + - uid: 31336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-71.5 + pos: 23.5,-177.5 parent: 1 - - uid: 13847 + - uid: 31337 components: - type: Transform - pos: 199.5,-171.5 + pos: 23.5,-178.5 parent: 1 - - uid: 13848 + - uid: 31338 components: - type: Transform - pos: -199.5,-118.5 + pos: 22.5,-176.5 parent: 1 - - uid: 13849 + - uid: 31339 components: - type: Transform - pos: 172.5,-199.5 + pos: 22.5,-177.5 parent: 1 - - uid: 13850 + - uid: 31340 components: - type: Transform - pos: 153.5,-199.5 + pos: 22.5,-178.5 parent: 1 - - uid: 13851 + - uid: 31341 components: - type: Transform - pos: 199.5,-124.5 + pos: 35.5,-178.5 parent: 1 - - uid: 13852 + - uid: 31342 components: - type: Transform - pos: 195.5,200.5 + pos: 35.5,-179.5 parent: 1 - - uid: 13853 + - uid: 31343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-72.5 + pos: 35.5,-180.5 parent: 1 - - uid: 13854 + - uid: 31344 components: - type: Transform - pos: 194.5,200.5 + pos: 35.5,-181.5 parent: 1 - - uid: 13855 + - uid: 31345 components: - type: Transform - pos: 182.5,-199.5 + pos: 35.5,-182.5 parent: 1 - - uid: 13856 + - uid: 31346 components: - type: Transform - pos: 180.5,-199.5 + pos: 35.5,-183.5 parent: 1 - - uid: 13857 + - uid: 31347 components: - type: Transform - pos: 181.5,-199.5 + pos: 35.5,-184.5 parent: 1 - - uid: 13858 + - uid: 31348 components: - type: Transform - pos: 177.5,-199.5 + pos: 35.5,-185.5 parent: 1 - - uid: 13859 + - uid: 31349 components: - type: Transform - pos: 176.5,-199.5 + pos: 35.5,-186.5 parent: 1 - - uid: 13860 + - uid: 31350 components: - type: Transform - pos: 183.5,-199.5 + pos: 35.5,-187.5 parent: 1 - - uid: 13861 + - uid: 31351 components: - type: Transform - pos: 199.5,-145.5 + pos: 36.5,-177.5 parent: 1 - - uid: 13862 + - uid: 31352 components: - type: Transform - pos: 170.5,200.5 + pos: 36.5,-178.5 parent: 1 - - uid: 13863 + - uid: 31353 components: - type: Transform - pos: 199.5,-119.5 + pos: 36.5,-179.5 parent: 1 - - uid: 13864 + - uid: 31354 components: - type: Transform - pos: 198.5,-199.5 + pos: 36.5,-180.5 parent: 1 - - uid: 13865 + - uid: 31355 components: - type: Transform - pos: 159.5,-199.5 + pos: 36.5,-181.5 parent: 1 - - uid: 13866 + - uid: 31356 components: - type: Transform - pos: 199.5,-168.5 + pos: 36.5,-182.5 parent: 1 - - uid: 13867 + - uid: 31357 components: - type: Transform - pos: 199.5,-133.5 + pos: 36.5,-183.5 parent: 1 - - uid: 13868 + - uid: 31358 components: - type: Transform - pos: 186.5,200.5 + pos: 36.5,-184.5 parent: 1 - - uid: 13869 + - uid: 31359 components: - type: Transform - pos: 199.5,-140.5 + pos: 36.5,-185.5 parent: 1 - - uid: 13870 + - uid: 31360 components: - type: Transform - pos: 199.5,-188.5 + pos: 36.5,-186.5 parent: 1 - - uid: 13871 + - uid: 31361 components: - type: Transform - pos: 199.5,-189.5 + pos: 36.5,-187.5 parent: 1 - - uid: 13872 + - uid: 31362 components: - type: Transform - pos: 199.5,-187.5 + pos: 37.5,-177.5 parent: 1 - - uid: 13873 + - uid: 31363 components: - type: Transform - pos: 199.5,-172.5 + pos: 37.5,-178.5 parent: 1 - - uid: 13874 + - uid: 31364 components: - type: Transform - pos: 199.5,-184.5 + pos: 37.5,-179.5 parent: 1 - - uid: 13875 + - uid: 31365 components: - type: Transform - pos: 188.5,200.5 + pos: 37.5,-180.5 parent: 1 - - uid: 13876 + - uid: 31366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-70.5 + pos: 37.5,-181.5 parent: 1 - - uid: 13877 + - uid: 31367 components: - type: Transform - pos: 179.5,200.5 + pos: 37.5,-182.5 parent: 1 - - uid: 13878 + - uid: 31368 components: - type: Transform - pos: 199.5,-155.5 + pos: 37.5,-183.5 parent: 1 - - uid: 13879 + - uid: 31369 components: - type: Transform - pos: 192.5,-199.5 + pos: 37.5,-184.5 parent: 1 - - uid: 13880 + - uid: 31370 components: - type: Transform - pos: 199.5,-162.5 + pos: 37.5,-185.5 parent: 1 - - uid: 13881 + - uid: 31371 components: - type: Transform - pos: 154.5,-199.5 + pos: 37.5,-186.5 parent: 1 - - uid: 13882 + - uid: 31372 components: - type: Transform - pos: 199.5,-198.5 + pos: 37.5,-187.5 parent: 1 - - uid: 13883 + - uid: 31373 components: - type: Transform - pos: 190.5,-199.5 + pos: 38.5,-177.5 parent: 1 - - uid: 13884 + - uid: 31374 components: - type: Transform - pos: 199.5,-132.5 + pos: 38.5,-178.5 parent: 1 - - uid: 13885 + - uid: 31375 components: - type: Transform - pos: 155.5,-199.5 + pos: 38.5,-179.5 parent: 1 - - uid: 13886 + - uid: 31376 components: - type: Transform - pos: 199.5,-164.5 + pos: 38.5,-180.5 parent: 1 - - uid: 13887 + - uid: 31377 components: - type: Transform - pos: 161.5,200.5 + pos: 38.5,-181.5 parent: 1 - - uid: 13888 + - uid: 31378 components: - type: Transform - pos: 159.5,200.5 + pos: 38.5,-182.5 parent: 1 - - uid: 13889 + - uid: 31379 components: - type: Transform - pos: 160.5,200.5 + pos: 38.5,-183.5 parent: 1 - - uid: 13890 + - uid: 31380 components: - type: Transform - pos: 158.5,200.5 + pos: 38.5,-184.5 parent: 1 - - uid: 13891 + - uid: 31381 components: - type: Transform - pos: 193.5,-199.5 + pos: 38.5,-185.5 parent: 1 - - uid: 13892 + - uid: 31382 components: - type: Transform - pos: 199.5,-194.5 + pos: 38.5,-186.5 parent: 1 - - uid: 13893 + - uid: 31383 components: - type: Transform - pos: 192.5,200.5 + pos: 38.5,-187.5 parent: 1 - - uid: 13894 + - uid: 31384 components: - type: Transform - pos: 151.5,200.5 + pos: 39.5,-178.5 parent: 1 - - uid: 13895 + - uid: 31385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-69.5 + pos: 39.5,-179.5 parent: 1 - - uid: 13896 + - uid: 31386 components: - type: Transform - pos: 156.5,-199.5 + pos: 39.5,-180.5 parent: 1 - - uid: 13897 + - uid: 31387 components: - type: Transform - pos: 189.5,-199.5 + pos: 39.5,-181.5 parent: 1 - - uid: 13898 + - uid: 31388 components: - type: Transform - pos: 199.5,-143.5 + pos: 39.5,-182.5 parent: 1 - - uid: 13899 + - uid: 31389 components: - type: Transform - pos: 199.5,-169.5 + pos: 39.5,-183.5 parent: 1 - - uid: 13900 + - uid: 31390 components: - type: Transform - pos: 173.5,-199.5 + pos: 39.5,-184.5 parent: 1 - - uid: 13901 + - uid: 31391 components: - type: Transform - pos: 199.5,-127.5 + pos: 39.5,-185.5 parent: 1 - - uid: 13902 + - uid: 31392 components: - type: Transform - pos: 182.5,200.5 + pos: 39.5,-186.5 parent: 1 - - uid: 13903 + - uid: 31393 components: - type: Transform - pos: 199.5,-126.5 + pos: 39.5,-187.5 parent: 1 - - uid: 13904 + - uid: 31394 components: - type: Transform - pos: 172.5,200.5 + pos: 40.5,-181.5 parent: 1 - - uid: 13905 + - uid: 31395 components: - type: Transform - pos: 199.5,-165.5 + pos: 40.5,-182.5 parent: 1 - - uid: 13906 + - uid: 31396 components: - type: Transform - pos: 204.5,-54.5 + pos: 40.5,-183.5 parent: 1 - - uid: 13907 + - uid: 31397 components: - type: Transform - pos: 199.5,-131.5 + pos: 40.5,-184.5 parent: 1 - - uid: 13908 + - uid: 31398 components: - type: Transform - pos: 199.5,-129.5 + pos: 40.5,-185.5 parent: 1 - - uid: 13909 + - uid: 31399 components: - type: Transform - pos: 166.5,-199.5 + pos: 40.5,-186.5 parent: 1 - - uid: 13910 + - uid: 31400 components: - type: Transform - pos: 178.5,200.5 + pos: 40.5,-187.5 parent: 1 - - uid: 13911 + - uid: 31401 components: - type: Transform - pos: 150.5,-199.5 + pos: 41.5,-182.5 parent: 1 - - uid: 13912 + - uid: 31402 components: - type: Transform - pos: 86.5,-199.5 + pos: 41.5,-183.5 parent: 1 - - uid: 13913 + - uid: 31403 components: - type: Transform - pos: 56.5,200.5 + pos: 41.5,-184.5 parent: 1 - - uid: 13914 + - uid: 31404 components: - type: Transform - pos: 57.5,-199.5 + pos: 41.5,-185.5 parent: 1 - - uid: 13915 + - uid: 31405 components: - type: Transform - pos: -19.5,200.5 + pos: 41.5,-186.5 parent: 1 - - uid: 13916 + - uid: 31406 components: - type: Transform - pos: -190.5,200.5 + pos: 41.5,-187.5 parent: 1 - - uid: 13917 + - uid: 31407 components: - type: Transform - pos: 142.5,200.5 + pos: 42.5,-184.5 parent: 1 - - uid: 13918 + - uid: 31408 components: - type: Transform - pos: 24.5,200.5 + pos: 42.5,-185.5 parent: 1 - - uid: 13919 + - uid: 31409 components: - type: Transform - pos: 88.5,-199.5 + pos: 42.5,-186.5 parent: 1 - - uid: 13920 + - uid: 31410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-68.5 + pos: 42.5,-187.5 parent: 1 - - uid: 13921 + - uid: 31411 components: - type: Transform - pos: 49.5,-199.5 + pos: 43.5,-185.5 parent: 1 - - uid: 13922 + - uid: 31412 components: - type: Transform - pos: 50.5,-199.5 + pos: 43.5,-186.5 parent: 1 - - uid: 13923 + - uid: 31413 components: - type: Transform - pos: 51.5,-199.5 + pos: 43.5,-187.5 parent: 1 - - uid: 13924 + - uid: 31414 components: - type: Transform - pos: 148.5,200.5 + pos: 23.5,-175.5 parent: 1 - - uid: 13925 + - uid: 31415 components: - type: Transform - pos: 149.5,200.5 + pos: 22.5,-175.5 parent: 1 - - uid: 13926 + - uid: 31416 components: - type: Transform - pos: 0.5,200.5 + pos: 22.5,-174.5 parent: 1 - - uid: 13927 + - uid: 31417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -280.5,-94.5 + pos: 23.5,-166.5 parent: 1 - - uid: 13928 + - uid: 31418 components: - type: Transform - pos: 5.5,200.5 + pos: 29.5,-174.5 parent: 1 - - uid: 13929 + - uid: 31419 components: - type: Transform - pos: 28.5,200.5 + pos: 23.5,-173.5 parent: 1 - - uid: 13930 + - uid: 31420 components: - type: Transform - pos: 27.5,200.5 + pos: 23.5,-174.5 parent: 1 - - uid: 13931 + - uid: 31421 components: - type: Transform - pos: -20.5,200.5 + pos: 22.5,-166.5 parent: 1 - - uid: 13932 + - uid: 31422 components: - type: Transform - pos: 112.5,-199.5 + pos: 22.5,-167.5 parent: 1 - - uid: 13933 + - uid: 31423 components: - type: Transform - pos: -199.5,37.5 + pos: 22.5,-168.5 parent: 1 - - uid: 13934 + - uid: 31424 components: - type: Transform - pos: -199.5,33.5 + pos: 22.5,-169.5 parent: 1 - - uid: 13935 + - uid: 31425 components: - type: Transform - pos: -199.5,34.5 + pos: 22.5,-170.5 parent: 1 - - uid: 13936 + - uid: 31426 components: - type: Transform - pos: -199.5,26.5 + pos: 22.5,-171.5 parent: 1 - - uid: 13937 + - uid: 31427 components: - type: Transform - pos: -26.5,200.5 + pos: 22.5,-172.5 parent: 1 - - uid: 13938 + - uid: 31428 components: - type: Transform - pos: 115.5,-199.5 + pos: 22.5,-173.5 parent: 1 - - uid: 13939 + - uid: 31429 components: - type: Transform - pos: -0.5,200.5 + pos: 23.5,-172.5 parent: 1 - - uid: 13940 + - uid: 31430 components: - type: Transform - pos: 71.5,-199.5 + pos: 23.5,-171.5 parent: 1 - - uid: 13941 + - uid: 31431 components: - type: Transform - pos: 72.5,-199.5 + pos: 23.5,-170.5 parent: 1 - - uid: 13942 + - uid: 31432 components: - type: Transform - pos: 73.5,-199.5 + pos: 23.5,-169.5 parent: 1 - - uid: 13943 + - uid: 31433 components: - type: Transform - pos: 74.5,-199.5 + pos: 24.5,-174.5 parent: 1 - - uid: 13944 + - uid: 31434 components: - type: Transform - pos: 75.5,-199.5 + pos: 24.5,-173.5 parent: 1 - - uid: 13945 + - uid: 31435 components: - type: Transform - pos: 76.5,-199.5 + pos: 24.5,-172.5 parent: 1 - - uid: 13946 + - uid: 31436 components: - type: Transform - pos: 77.5,-199.5 + pos: 24.5,-171.5 parent: 1 - - uid: 13947 + - uid: 31437 components: - type: Transform - pos: 52.5,-199.5 + pos: 24.5,-170.5 parent: 1 - - uid: 13948 + - uid: 31438 components: - type: Transform - pos: 53.5,-199.5 + pos: 24.5,-169.5 parent: 1 - - uid: 13949 + - uid: 31439 components: - type: Transform - pos: 54.5,-199.5 + pos: 25.5,-174.5 parent: 1 - - uid: 13950 + - uid: 31440 components: - type: Transform - pos: 55.5,-199.5 + pos: 25.5,-173.5 parent: 1 - - uid: 13951 + - uid: 31441 components: - type: Transform - pos: 131.5,200.5 + pos: 25.5,-172.5 parent: 1 - - uid: 13952 + - uid: 31442 components: - type: Transform - pos: -196.5,200.5 + pos: 25.5,-171.5 parent: 1 - - uid: 13953 + - uid: 31443 components: - type: Transform - pos: -199.5,-173.5 + pos: 25.5,-170.5 parent: 1 - - uid: 13954 + - uid: 31444 components: - type: Transform - pos: -199.5,40.5 + pos: 25.5,-169.5 parent: 1 - - uid: 13955 + - uid: 31445 components: - type: Transform - pos: -19.5,-199.5 + pos: 26.5,-174.5 parent: 1 - - uid: 13956 + - uid: 31446 components: - type: Transform - pos: -18.5,-199.5 + pos: 26.5,-173.5 parent: 1 - - uid: 13957 + - uid: 31447 components: - type: Transform - pos: 147.5,-199.5 + pos: 26.5,-172.5 parent: 1 - - uid: 13958 + - uid: 31448 components: - type: Transform - pos: 144.5,-199.5 + pos: 26.5,-171.5 parent: 1 - - uid: 13959 + - uid: 31449 components: - type: Transform - pos: 140.5,-199.5 + pos: 26.5,-170.5 parent: 1 - - uid: 13960 + - uid: 31450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,-94.5 + pos: 27.5,-172.5 parent: 1 - - uid: 13961 + - uid: 31451 components: - type: Transform - pos: 37.5,-199.5 + pos: 27.5,-173.5 parent: 1 - - uid: 13962 + - uid: 31452 components: - type: Transform - pos: 38.5,-199.5 + pos: 27.5,-174.5 parent: 1 - - uid: 13963 + - uid: 31453 components: - type: Transform - pos: 40.5,-199.5 + pos: 28.5,-172.5 parent: 1 - - uid: 13964 + - uid: 31454 components: - type: Transform - pos: 39.5,-199.5 + pos: 28.5,-173.5 parent: 1 - - uid: 13965 + - uid: 31455 components: - type: Transform - pos: 41.5,-199.5 + pos: 28.5,-174.5 parent: 1 - - uid: 13966 + - uid: 31456 components: - type: Transform - pos: 146.5,-199.5 + pos: 29.5,-173.5 parent: 1 - - uid: 13967 + - uid: 31457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,-94.5 + pos: 2.5,-156.5 parent: 1 - - uid: 13968 + - uid: 31458 components: - type: Transform - pos: 129.5,-199.5 + pos: 18.5,-164.5 parent: 1 - - uid: 13969 + - uid: 31459 components: - type: Transform - pos: 132.5,200.5 + pos: 2.5,-150.5 parent: 1 - - uid: 13970 + - uid: 31460 components: - type: Transform - pos: -50.5,200.5 + pos: -7.5,-150.5 parent: 1 - - uid: 13971 + - uid: 31461 components: - type: Transform - pos: 67.5,-199.5 + pos: -7.5,-152.5 parent: 1 - - uid: 13972 + - uid: 31462 components: - type: Transform - pos: 55.5,200.5 + pos: -7.5,-151.5 parent: 1 - - uid: 13973 + - uid: 31463 components: - type: Transform - pos: -11.5,200.5 + pos: 23.5,-168.5 parent: 1 - - uid: 13974 + - uid: 31464 components: - type: Transform - pos: -199.5,-168.5 + pos: 24.5,-168.5 parent: 1 - - uid: 13975 + - uid: 31465 components: - type: Transform - pos: -199.5,51.5 + pos: 25.5,-168.5 parent: 1 - - uid: 13976 + - uid: 31466 components: - type: Transform - pos: -199.5,54.5 + pos: -7.5,-148.5 parent: 1 - - uid: 13977 + - uid: 31467 components: - type: Transform - pos: 128.5,200.5 + pos: -8.5,-147.5 parent: 1 - - uid: 13978 + - uid: 31468 components: - type: Transform - pos: 8.5,-199.5 + pos: 2.5,-148.5 parent: 1 - - uid: 13979 + - uid: 31469 components: - type: Transform - pos: 9.5,-199.5 + pos: 2.5,-154.5 parent: 1 - - uid: 13980 + - uid: 31470 components: - type: Transform - pos: 10.5,-199.5 + pos: 12.5,-164.5 parent: 1 - - uid: 13981 + - uid: 31471 components: - type: Transform - pos: -0.5,-199.5 + pos: -7.5,-146.5 parent: 1 - - uid: 13982 + - uid: 31472 components: - type: Transform - pos: 0.5,-199.5 + pos: 2.5,-151.5 parent: 1 - - uid: 13983 + - uid: 31473 components: - type: Transform - pos: 1.5,-199.5 + pos: -9.5,-147.5 parent: 1 - - uid: 13984 + - uid: 31474 components: - type: Transform - pos: 2.5,-199.5 + pos: 2.5,-153.5 parent: 1 - - uid: 13985 + - uid: 31475 components: - type: Transform - pos: 5.5,-199.5 + pos: 2.5,-152.5 parent: 1 - - uid: 13986 + - uid: 31476 components: - type: Transform - pos: 6.5,-199.5 + pos: -15.5,-153.5 parent: 1 - - uid: 13987 + - uid: 31477 components: - type: Transform - pos: 7.5,-199.5 + pos: -14.5,-154.5 parent: 1 - - uid: 13988 + - uid: 31478 components: - type: Transform - pos: 27.5,-199.5 + pos: -7.5,-153.5 parent: 1 - - uid: 13989 + - uid: 31479 components: - type: Transform - pos: 26.5,-199.5 + pos: -7.5,-154.5 parent: 1 - - uid: 13990 + - uid: 31480 components: - type: Transform - pos: 11.5,-199.5 + pos: -7.5,-155.5 parent: 1 - - uid: 13991 + - uid: 31481 components: - type: Transform - pos: 12.5,-199.5 + pos: -7.5,-156.5 parent: 1 - - uid: 13992 + - uid: 31482 components: - type: Transform - pos: 13.5,-199.5 + pos: -7.5,-157.5 parent: 1 - - uid: 13993 + - uid: 31483 components: - type: Transform - pos: -43.5,200.5 + pos: -7.5,-158.5 parent: 1 - - uid: 13994 + - uid: 31484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -282.5,-94.5 + pos: -7.5,-159.5 parent: 1 - - uid: 13995 + - uid: 31485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -283.5,-94.5 + pos: -7.5,-160.5 parent: 1 - - uid: 13996 + - uid: 31486 components: - type: Transform - pos: -199.5,49.5 + pos: -7.5,-161.5 parent: 1 - - uid: 13997 + - uid: 31487 components: - type: Transform - pos: -199.5,48.5 + pos: -7.5,-162.5 parent: 1 - - uid: 13998 + - uid: 31488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,-94.5 + pos: -7.5,-163.5 parent: 1 - - uid: 13999 + - uid: 31489 components: - type: Transform - pos: 42.5,-199.5 + pos: -7.5,-164.5 parent: 1 - - uid: 14000 + - uid: 31490 components: - type: Transform - pos: 43.5,-199.5 + pos: -7.5,-165.5 parent: 1 - - uid: 14001 + - uid: 31491 components: - type: Transform - pos: 44.5,-199.5 + pos: -6.5,-146.5 parent: 1 - - uid: 14002 + - uid: 31492 components: - type: Transform - pos: 45.5,-199.5 + pos: -6.5,-147.5 parent: 1 - - uid: 14003 + - uid: 31493 components: - type: Transform - pos: 46.5,-199.5 + pos: -6.5,-148.5 parent: 1 - - uid: 14004 + - uid: 31494 components: - type: Transform - pos: 47.5,-199.5 + pos: -6.5,-149.5 parent: 1 - - uid: 14005 + - uid: 31495 components: - type: Transform - pos: 48.5,-199.5 + pos: -6.5,-150.5 parent: 1 - - uid: 14006 + - uid: 31496 components: - type: Transform - pos: -199.5,5.5 + pos: -6.5,-151.5 parent: 1 - - uid: 14007 + - uid: 31497 components: - type: Transform - pos: -51.5,200.5 + pos: -6.5,-152.5 parent: 1 - - uid: 14008 + - uid: 31498 components: - type: Transform - pos: 24.5,-199.5 + pos: -6.5,-153.5 parent: 1 - - uid: 14009 + - uid: 31499 components: - type: Transform - pos: 25.5,-199.5 + pos: -6.5,-154.5 parent: 1 - - uid: 14010 + - uid: 31500 components: - type: Transform - pos: 147.5,200.5 + pos: -6.5,-155.5 parent: 1 - - uid: 14011 + - uid: 31501 components: - type: Transform - pos: 146.5,200.5 + pos: -6.5,-156.5 parent: 1 - - uid: 14012 + - uid: 31502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-94.5 + pos: -6.5,-157.5 parent: 1 - - uid: 14013 + - uid: 31503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-94.5 + pos: -6.5,-158.5 parent: 1 - - uid: 14014 + - uid: 31504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -292.5,-94.5 + pos: -6.5,-159.5 parent: 1 - - uid: 14015 + - uid: 31505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-94.5 + pos: -6.5,-160.5 parent: 1 - - uid: 14016 + - uid: 31506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -293.5,-94.5 + pos: -6.5,-161.5 parent: 1 - - uid: 14017 + - uid: 31507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-67.5 + pos: -6.5,-162.5 parent: 1 - - uid: 14018 + - uid: 31508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,-94.5 + pos: -6.5,-163.5 parent: 1 - - uid: 14019 + - uid: 31509 components: - type: Transform - pos: -3.5,-199.5 + pos: -6.5,-164.5 parent: 1 - - uid: 14020 + - uid: 31510 components: - type: Transform - pos: -2.5,-199.5 + pos: -6.5,-165.5 parent: 1 - - uid: 14021 + - uid: 31511 components: - type: Transform - pos: -1.5,-199.5 + pos: -5.5,-146.5 parent: 1 - - uid: 14022 + - uid: 31512 components: - type: Transform - pos: -75.5,200.5 + pos: -5.5,-147.5 parent: 1 - - uid: 14023 + - uid: 31513 components: - type: Transform - pos: -10.5,200.5 + pos: -5.5,-148.5 parent: 1 - - uid: 14024 + - uid: 31514 components: - type: Transform - pos: 126.5,200.5 + pos: -5.5,-149.5 parent: 1 - - uid: 14025 + - uid: 31515 components: - type: Transform - pos: -8.5,200.5 + pos: -5.5,-150.5 parent: 1 - - uid: 14026 + - uid: 31516 components: - type: Transform - pos: 136.5,-199.5 + pos: -5.5,-151.5 parent: 1 - - uid: 14027 + - uid: 31517 components: - type: Transform - pos: 129.5,200.5 + pos: -5.5,-152.5 parent: 1 - - uid: 14028 + - uid: 31518 components: - type: Transform - pos: 127.5,200.5 + pos: -5.5,-153.5 parent: 1 - - uid: 14029 + - uid: 31519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,-94.5 + pos: -5.5,-154.5 parent: 1 - - uid: 14030 + - uid: 31520 components: - type: Transform - pos: 139.5,-199.5 + pos: -5.5,-155.5 parent: 1 - - uid: 14031 + - uid: 31521 components: - type: Transform - pos: 138.5,-199.5 + pos: -5.5,-156.5 parent: 1 - - uid: 14032 + - uid: 31522 components: - type: Transform - pos: 137.5,-199.5 + pos: -5.5,-157.5 parent: 1 - - uid: 14033 + - uid: 31523 components: - type: Transform - pos: -28.5,-199.5 + pos: -5.5,-158.5 parent: 1 - - uid: 14034 + - uid: 31524 components: - type: Transform - pos: -29.5,-199.5 + pos: -5.5,-159.5 parent: 1 - - uid: 14035 + - uid: 31525 components: - type: Transform - pos: -30.5,-199.5 + pos: -5.5,-160.5 parent: 1 - - uid: 14036 + - uid: 31526 components: - type: Transform - pos: -31.5,-199.5 + pos: -5.5,-161.5 parent: 1 - - uid: 14037 + - uid: 31527 components: - type: Transform - pos: -32.5,-199.5 + pos: -5.5,-162.5 parent: 1 - - uid: 14038 + - uid: 31528 components: - type: Transform - pos: -33.5,-199.5 + pos: -5.5,-163.5 parent: 1 - - uid: 14039 + - uid: 31529 components: - type: Transform - pos: -34.5,-199.5 + pos: -5.5,-164.5 parent: 1 - - uid: 14040 + - uid: 31530 components: - type: Transform - pos: -35.5,-199.5 + pos: -5.5,-165.5 parent: 1 - - uid: 14041 + - uid: 31531 components: - type: Transform - pos: -36.5,-199.5 + pos: -4.5,-146.5 parent: 1 - - uid: 14042 + - uid: 31532 components: - type: Transform - pos: -37.5,-199.5 + pos: -4.5,-147.5 parent: 1 - - uid: 14043 + - uid: 31533 components: - type: Transform - pos: -38.5,-199.5 + pos: -4.5,-148.5 parent: 1 - - uid: 14044 + - uid: 31534 components: - type: Transform - pos: -39.5,-199.5 + pos: -4.5,-149.5 parent: 1 - - uid: 14045 + - uid: 31535 components: - type: Transform - pos: -40.5,-199.5 + pos: -4.5,-150.5 parent: 1 - - uid: 14046 + - uid: 31536 components: - type: Transform - pos: -41.5,-199.5 + pos: -4.5,-151.5 parent: 1 - - uid: 14047 + - uid: 31537 components: - type: Transform - pos: -42.5,-199.5 + pos: -4.5,-152.5 parent: 1 - - uid: 14048 + - uid: 31538 components: - type: Transform - pos: -43.5,-199.5 + pos: -4.5,-153.5 parent: 1 - - uid: 14049 + - uid: 31539 components: - type: Transform - pos: -44.5,-199.5 + pos: -4.5,-154.5 parent: 1 - - uid: 14050 + - uid: 31540 components: - type: Transform - pos: -45.5,-199.5 + pos: -4.5,-155.5 parent: 1 - - uid: 14051 + - uid: 31541 components: - type: Transform - pos: -46.5,-199.5 + pos: -4.5,-156.5 parent: 1 - - uid: 14052 + - uid: 31542 components: - type: Transform - pos: -47.5,-199.5 + pos: -4.5,-157.5 parent: 1 - - uid: 14053 + - uid: 31543 components: - type: Transform - pos: -48.5,-199.5 + pos: -4.5,-158.5 parent: 1 - - uid: 14054 + - uid: 31544 components: - type: Transform - pos: -49.5,-199.5 + pos: -4.5,-159.5 parent: 1 - - uid: 14055 + - uid: 31545 components: - type: Transform - pos: -50.5,-199.5 + pos: -4.5,-160.5 parent: 1 - - uid: 14056 + - uid: 31546 components: - type: Transform - pos: -51.5,-199.5 + pos: -4.5,-161.5 parent: 1 - - uid: 14057 + - uid: 31547 components: - type: Transform - pos: -52.5,-199.5 + pos: -4.5,-162.5 parent: 1 - - uid: 14058 + - uid: 31548 components: - type: Transform - pos: -53.5,-199.5 + pos: -4.5,-163.5 parent: 1 - - uid: 14059 + - uid: 31549 components: - type: Transform - pos: -54.5,-199.5 + pos: -4.5,-164.5 parent: 1 - - uid: 14060 + - uid: 31550 components: - type: Transform - pos: -55.5,-199.5 + pos: -4.5,-165.5 parent: 1 - - uid: 14061 + - uid: 31551 components: - type: Transform - pos: -56.5,-199.5 + pos: -3.5,-146.5 parent: 1 - - uid: 14062 + - uid: 31552 components: - type: Transform - pos: -57.5,-199.5 + pos: -3.5,-147.5 parent: 1 - - uid: 14063 + - uid: 31553 components: - type: Transform - pos: -58.5,-199.5 + pos: -3.5,-148.5 parent: 1 - - uid: 14064 + - uid: 31554 components: - type: Transform - pos: -59.5,-199.5 + pos: -3.5,-149.5 parent: 1 - - uid: 14065 + - uid: 31555 components: - type: Transform - pos: -60.5,-199.5 + pos: -3.5,-150.5 parent: 1 - - uid: 14066 + - uid: 31556 components: - type: Transform - pos: -61.5,-199.5 + pos: -3.5,-151.5 parent: 1 - - uid: 14067 + - uid: 31557 components: - type: Transform - pos: -62.5,-199.5 + pos: -3.5,-152.5 parent: 1 - - uid: 14068 + - uid: 31558 components: - type: Transform - pos: -63.5,-199.5 + pos: -3.5,-153.5 parent: 1 - - uid: 14069 + - uid: 31559 components: - type: Transform - pos: -64.5,-199.5 + pos: -3.5,-154.5 parent: 1 - - uid: 14070 + - uid: 31560 components: - type: Transform - pos: -65.5,-199.5 + pos: -3.5,-155.5 parent: 1 - - uid: 14071 + - uid: 31561 components: - type: Transform - pos: -66.5,-199.5 + pos: -3.5,-156.5 parent: 1 - - uid: 14072 + - uid: 31562 components: - type: Transform - pos: -67.5,-199.5 + pos: -3.5,-157.5 parent: 1 - - uid: 14073 + - uid: 31563 components: - type: Transform - pos: -68.5,-199.5 + pos: -3.5,-158.5 parent: 1 - - uid: 14074 + - uid: 31564 components: - type: Transform - pos: -69.5,-199.5 + pos: -3.5,-159.5 parent: 1 - - uid: 14075 + - uid: 31565 components: - type: Transform - pos: -70.5,-199.5 + pos: -3.5,-160.5 parent: 1 - - uid: 14076 + - uid: 31566 components: - type: Transform - pos: -71.5,-199.5 + pos: -3.5,-161.5 parent: 1 - - uid: 14077 + - uid: 31567 components: - type: Transform - pos: -72.5,-199.5 + pos: -3.5,-162.5 parent: 1 - - uid: 14078 + - uid: 31568 components: - type: Transform - pos: -73.5,-199.5 + pos: -3.5,-163.5 parent: 1 - - uid: 14079 + - uid: 31569 components: - type: Transform - pos: -74.5,-199.5 + pos: -3.5,-164.5 parent: 1 - - uid: 14080 + - uid: 31570 components: - type: Transform - pos: -75.5,-199.5 + pos: -3.5,-165.5 parent: 1 - - uid: 14081 + - uid: 31571 components: - type: Transform - pos: -76.5,-199.5 + pos: -2.5,-146.5 parent: 1 - - uid: 14082 + - uid: 31572 components: - type: Transform - pos: -77.5,-199.5 + pos: -2.5,-147.5 parent: 1 - - uid: 14083 + - uid: 31573 components: - type: Transform - pos: -78.5,-199.5 + pos: -2.5,-148.5 parent: 1 - - uid: 14084 + - uid: 31574 components: - type: Transform - pos: -79.5,-199.5 + pos: -2.5,-149.5 parent: 1 - - uid: 14085 + - uid: 31575 components: - type: Transform - pos: -80.5,-199.5 + pos: -2.5,-150.5 parent: 1 - - uid: 14086 + - uid: 31576 components: - type: Transform - pos: -81.5,-199.5 + pos: -2.5,-151.5 parent: 1 - - uid: 14087 + - uid: 31577 components: - type: Transform - pos: -82.5,-199.5 + pos: -2.5,-152.5 parent: 1 - - uid: 14088 + - uid: 31578 components: - type: Transform - pos: -83.5,-199.5 + pos: -2.5,-153.5 parent: 1 - - uid: 14089 + - uid: 31579 components: - type: Transform - pos: -84.5,-199.5 + pos: -2.5,-154.5 parent: 1 - - uid: 14090 + - uid: 31580 components: - type: Transform - pos: -85.5,-199.5 + pos: -2.5,-155.5 parent: 1 - - uid: 14091 + - uid: 31581 components: - type: Transform - pos: -86.5,-199.5 + pos: -2.5,-156.5 parent: 1 - - uid: 14092 + - uid: 31582 components: - type: Transform - pos: -87.5,-199.5 + pos: -2.5,-157.5 parent: 1 - - uid: 14093 + - uid: 31583 components: - type: Transform - pos: -88.5,-199.5 + pos: -2.5,-158.5 parent: 1 - - uid: 14094 + - uid: 31584 components: - type: Transform - pos: -89.5,-199.5 + pos: -2.5,-159.5 parent: 1 - - uid: 14095 + - uid: 31585 components: - type: Transform - pos: -90.5,-199.5 + pos: -2.5,-160.5 parent: 1 - - uid: 14096 + - uid: 31586 components: - type: Transform - pos: -91.5,-199.5 + pos: -2.5,-161.5 parent: 1 - - uid: 14097 + - uid: 31587 components: - type: Transform - pos: -92.5,-199.5 + pos: -2.5,-162.5 parent: 1 - - uid: 14098 + - uid: 31588 components: - type: Transform - pos: -93.5,-199.5 + pos: -2.5,-163.5 parent: 1 - - uid: 14099 + - uid: 31589 components: - type: Transform - pos: -94.5,-199.5 + pos: -2.5,-164.5 parent: 1 - - uid: 14100 + - uid: 31590 components: - type: Transform - pos: -95.5,-199.5 + pos: -2.5,-165.5 parent: 1 - - uid: 14101 + - uid: 31591 components: - type: Transform - pos: -96.5,-199.5 + pos: -1.5,-146.5 parent: 1 - - uid: 14102 + - uid: 31592 components: - type: Transform - pos: -97.5,-199.5 + pos: -1.5,-147.5 parent: 1 - - uid: 14103 + - uid: 31593 components: - type: Transform - pos: -98.5,-199.5 + pos: -1.5,-148.5 parent: 1 - - uid: 14104 + - uid: 31594 components: - type: Transform - pos: -99.5,-199.5 + pos: -1.5,-149.5 parent: 1 - - uid: 14105 + - uid: 31595 components: - type: Transform - pos: -100.5,-199.5 + pos: -1.5,-150.5 parent: 1 - - uid: 14106 + - uid: 31596 components: - type: Transform - pos: -101.5,-199.5 + pos: -1.5,-151.5 parent: 1 - - uid: 14107 + - uid: 31597 components: - type: Transform - pos: -102.5,-199.5 + pos: -1.5,-152.5 parent: 1 - - uid: 14108 + - uid: 31598 components: - type: Transform - pos: -103.5,-199.5 + pos: -1.5,-153.5 parent: 1 - - uid: 14109 + - uid: 31599 components: - type: Transform - pos: -104.5,-199.5 + pos: -1.5,-154.5 parent: 1 - - uid: 14110 + - uid: 31600 components: - type: Transform - pos: -105.5,-199.5 + pos: -1.5,-155.5 parent: 1 - - uid: 14111 + - uid: 31601 components: - type: Transform - pos: -106.5,-199.5 + pos: -1.5,-156.5 parent: 1 - - uid: 14112 + - uid: 31602 components: - type: Transform - pos: -107.5,-199.5 + pos: -1.5,-157.5 parent: 1 - - uid: 14113 + - uid: 31603 components: - type: Transform - pos: -108.5,-199.5 + pos: -1.5,-158.5 parent: 1 - - uid: 14114 + - uid: 31604 components: - type: Transform - pos: -109.5,-199.5 + pos: -1.5,-159.5 parent: 1 - - uid: 14115 + - uid: 31605 components: - type: Transform - pos: -110.5,-199.5 + pos: -1.5,-160.5 parent: 1 - - uid: 14116 + - uid: 31606 components: - type: Transform - pos: -111.5,-199.5 + pos: -1.5,-161.5 parent: 1 - - uid: 14117 + - uid: 31607 components: - type: Transform - pos: -112.5,-199.5 + pos: -1.5,-162.5 parent: 1 - - uid: 14118 + - uid: 31608 components: - type: Transform - pos: -113.5,-199.5 + pos: -1.5,-163.5 parent: 1 - - uid: 14119 + - uid: 31609 components: - type: Transform - pos: -114.5,-199.5 + pos: -1.5,-164.5 parent: 1 - - uid: 14120 + - uid: 31610 components: - type: Transform - pos: -115.5,-199.5 + pos: -1.5,-165.5 parent: 1 - - uid: 14121 + - uid: 31611 components: - type: Transform - pos: -116.5,-199.5 + pos: -0.5,-146.5 parent: 1 - - uid: 14122 + - uid: 31612 components: - type: Transform - pos: -117.5,-199.5 + pos: -0.5,-147.5 parent: 1 - - uid: 14123 + - uid: 31613 components: - type: Transform - pos: -118.5,-199.5 + pos: -0.5,-148.5 parent: 1 - - uid: 14124 + - uid: 31614 components: - type: Transform - pos: -119.5,-199.5 + pos: -0.5,-149.5 parent: 1 - - uid: 14125 + - uid: 31615 components: - type: Transform - pos: -120.5,-199.5 + pos: -0.5,-150.5 parent: 1 - - uid: 14126 + - uid: 31616 components: - type: Transform - pos: -121.5,-199.5 + pos: -0.5,-151.5 parent: 1 - - uid: 14127 + - uid: 31617 components: - type: Transform - pos: -122.5,-199.5 + pos: -0.5,-152.5 parent: 1 - - uid: 14128 + - uid: 31618 components: - type: Transform - pos: -123.5,-199.5 + pos: -0.5,-153.5 parent: 1 - - uid: 14129 + - uid: 31619 components: - type: Transform - pos: -124.5,-199.5 + pos: -0.5,-154.5 parent: 1 - - uid: 14130 + - uid: 31620 components: - type: Transform - pos: -125.5,-199.5 + pos: -0.5,-155.5 parent: 1 - - uid: 14131 + - uid: 31621 components: - type: Transform - pos: -126.5,-199.5 + pos: -0.5,-156.5 parent: 1 - - uid: 14132 + - uid: 31622 components: - type: Transform - pos: -127.5,-199.5 + pos: -0.5,-157.5 parent: 1 - - uid: 14133 + - uid: 31623 components: - type: Transform - pos: -128.5,-199.5 + pos: -0.5,-158.5 parent: 1 - - uid: 14134 + - uid: 31624 components: - type: Transform - pos: -129.5,-199.5 + pos: -0.5,-159.5 parent: 1 - - uid: 14135 + - uid: 31625 components: - type: Transform - pos: -130.5,-199.5 + pos: -0.5,-160.5 parent: 1 - - uid: 14136 + - uid: 31626 components: - type: Transform - pos: -131.5,-199.5 + pos: -0.5,-161.5 parent: 1 - - uid: 14137 + - uid: 31627 components: - type: Transform - pos: -132.5,-199.5 + pos: -0.5,-162.5 parent: 1 - - uid: 14138 + - uid: 31628 components: - type: Transform - pos: -133.5,-199.5 + pos: -0.5,-163.5 parent: 1 - - uid: 14139 + - uid: 31629 components: - type: Transform - pos: -134.5,-199.5 + pos: -0.5,-164.5 parent: 1 - - uid: 14140 + - uid: 31630 components: - type: Transform - pos: -135.5,-199.5 + pos: -0.5,-165.5 parent: 1 - - uid: 14141 + - uid: 31631 components: - type: Transform - pos: -136.5,-199.5 + pos: 0.5,-146.5 parent: 1 - - uid: 14142 + - uid: 31632 components: - type: Transform - pos: -137.5,-199.5 + pos: 0.5,-147.5 parent: 1 - - uid: 14143 + - uid: 31633 components: - type: Transform - pos: -138.5,-199.5 + pos: 0.5,-148.5 parent: 1 - - uid: 14144 + - uid: 31634 components: - type: Transform - pos: -139.5,-199.5 + pos: 0.5,-149.5 parent: 1 - - uid: 14145 + - uid: 31635 components: - type: Transform - pos: -140.5,-199.5 + pos: 0.5,-150.5 parent: 1 - - uid: 14146 + - uid: 31636 components: - type: Transform - pos: -141.5,-199.5 + pos: 0.5,-151.5 parent: 1 - - uid: 14147 + - uid: 31637 components: - type: Transform - pos: -142.5,-199.5 + pos: 0.5,-152.5 parent: 1 - - uid: 14148 + - uid: 31638 components: - type: Transform - pos: -143.5,-199.5 + pos: 0.5,-153.5 parent: 1 - - uid: 14149 + - uid: 31639 components: - type: Transform - pos: -144.5,-199.5 + pos: 0.5,-154.5 parent: 1 - - uid: 14150 + - uid: 31640 components: - type: Transform - pos: -145.5,-199.5 + pos: 0.5,-155.5 parent: 1 - - uid: 14151 + - uid: 31641 components: - type: Transform - pos: -146.5,-199.5 + pos: 0.5,-156.5 parent: 1 - - uid: 14152 + - uid: 31642 components: - type: Transform - pos: -147.5,-199.5 + pos: 0.5,-157.5 parent: 1 - - uid: 14153 + - uid: 31643 components: - type: Transform - pos: -148.5,-199.5 + pos: 0.5,-158.5 parent: 1 - - uid: 14154 + - uid: 31644 components: - type: Transform - pos: -149.5,-199.5 + pos: 0.5,-159.5 parent: 1 - - uid: 14155 + - uid: 31645 components: - type: Transform - pos: -150.5,-199.5 + pos: 0.5,-160.5 parent: 1 - - uid: 14156 + - uid: 31646 components: - type: Transform - pos: -151.5,-199.5 + pos: 0.5,-161.5 parent: 1 - - uid: 14157 + - uid: 31647 components: - type: Transform - pos: -152.5,-199.5 + pos: 0.5,-162.5 parent: 1 - - uid: 14158 + - uid: 31648 components: - type: Transform - pos: -153.5,-199.5 + pos: 0.5,-163.5 parent: 1 - - uid: 14159 + - uid: 31649 components: - type: Transform - pos: -154.5,-199.5 + pos: 0.5,-164.5 parent: 1 - - uid: 14160 + - uid: 31650 components: - type: Transform - pos: -155.5,-199.5 + pos: 0.5,-165.5 parent: 1 - - uid: 14161 + - uid: 31651 components: - type: Transform - pos: -156.5,-199.5 + pos: 1.5,-146.5 parent: 1 - - uid: 14162 + - uid: 31652 components: - type: Transform - pos: -157.5,-199.5 + pos: 1.5,-147.5 parent: 1 - - uid: 14163 + - uid: 31653 components: - type: Transform - pos: -158.5,-199.5 + pos: 1.5,-148.5 parent: 1 - - uid: 14164 + - uid: 31654 components: - type: Transform - pos: -159.5,-199.5 + pos: 1.5,-149.5 parent: 1 - - uid: 14165 + - uid: 31655 components: - type: Transform - pos: -160.5,-199.5 + pos: 1.5,-150.5 parent: 1 - - uid: 14166 + - uid: 31656 components: - type: Transform - pos: -161.5,-199.5 + pos: 1.5,-151.5 parent: 1 - - uid: 14167 + - uid: 31657 components: - type: Transform - pos: -162.5,-199.5 + pos: 1.5,-152.5 parent: 1 - - uid: 14168 + - uid: 31658 components: - type: Transform - pos: -163.5,-199.5 + pos: 1.5,-153.5 parent: 1 - - uid: 14169 + - uid: 31659 components: - type: Transform - pos: -164.5,-199.5 + pos: 1.5,-154.5 parent: 1 - - uid: 14170 + - uid: 31660 components: - type: Transform - pos: -165.5,-199.5 + pos: 1.5,-155.5 parent: 1 - - uid: 14171 + - uid: 31661 components: - type: Transform - pos: -166.5,-199.5 + pos: 1.5,-156.5 parent: 1 - - uid: 14172 + - uid: 31662 components: - type: Transform - pos: -167.5,-199.5 + pos: 1.5,-157.5 parent: 1 - - uid: 14173 + - uid: 31663 components: - type: Transform - pos: -168.5,-199.5 + pos: 1.5,-158.5 parent: 1 - - uid: 14174 + - uid: 31664 components: - type: Transform - pos: -169.5,-199.5 + pos: 1.5,-159.5 parent: 1 - - uid: 14175 + - uid: 31665 components: - type: Transform - pos: -170.5,-199.5 + pos: 1.5,-160.5 parent: 1 - - uid: 14176 + - uid: 31666 components: - type: Transform - pos: -171.5,-199.5 + pos: 1.5,-161.5 parent: 1 - - uid: 14177 + - uid: 31667 components: - type: Transform - pos: -172.5,-199.5 + pos: 1.5,-162.5 parent: 1 - - uid: 14178 + - uid: 31668 components: - type: Transform - pos: -173.5,-199.5 + pos: 1.5,-163.5 parent: 1 - - uid: 14179 + - uid: 31669 components: - type: Transform - pos: -174.5,-199.5 + pos: 1.5,-164.5 parent: 1 - - uid: 14180 + - uid: 31670 components: - type: Transform - pos: -175.5,-199.5 + pos: 1.5,-165.5 parent: 1 - - uid: 14181 + - uid: 31671 components: - type: Transform - pos: -176.5,-199.5 + pos: 2.5,-158.5 parent: 1 - - uid: 14182 + - uid: 31672 components: - type: Transform - pos: -177.5,-199.5 + pos: 2.5,-159.5 parent: 1 - - uid: 14183 + - uid: 31673 components: - type: Transform - pos: -178.5,-199.5 + pos: 2.5,-160.5 parent: 1 - - uid: 14184 + - uid: 31674 components: - type: Transform - pos: -179.5,-199.5 + pos: 2.5,-161.5 parent: 1 - - uid: 14185 + - uid: 31675 components: - type: Transform - pos: -180.5,-199.5 + pos: 2.5,-162.5 parent: 1 - - uid: 14186 + - uid: 31676 components: - type: Transform - pos: -181.5,-199.5 + pos: 2.5,-163.5 parent: 1 - - uid: 14187 + - uid: 31677 components: - type: Transform - pos: -182.5,-199.5 + pos: 2.5,-164.5 parent: 1 - - uid: 14188 + - uid: 31678 components: - type: Transform - pos: -183.5,-199.5 + pos: 2.5,-165.5 parent: 1 - - uid: 14189 + - uid: 31679 components: - type: Transform - pos: -184.5,-199.5 + pos: 3.5,-147.5 parent: 1 - - uid: 14190 + - uid: 31680 components: - type: Transform - pos: -185.5,-199.5 + pos: 3.5,-148.5 parent: 1 - - uid: 14191 + - uid: 31681 components: - type: Transform - pos: -186.5,-199.5 + pos: 3.5,-149.5 parent: 1 - - uid: 14192 + - uid: 31682 components: - type: Transform - pos: -187.5,-199.5 + pos: 3.5,-150.5 parent: 1 - - uid: 14193 + - uid: 31683 components: - type: Transform - pos: -188.5,-199.5 + pos: 3.5,-151.5 parent: 1 - - uid: 14194 + - uid: 31684 components: - type: Transform - pos: -189.5,-199.5 + pos: 3.5,-152.5 parent: 1 - - uid: 14195 + - uid: 31685 components: - type: Transform - pos: -190.5,-199.5 + pos: 3.5,-153.5 parent: 1 - - uid: 14196 + - uid: 31686 components: - type: Transform - pos: -191.5,-199.5 + pos: 3.5,-154.5 parent: 1 - - uid: 14197 + - uid: 31687 components: - type: Transform - pos: -192.5,-199.5 + pos: 3.5,-155.5 parent: 1 - - uid: 14198 + - uid: 31688 components: - type: Transform - pos: -193.5,-199.5 + pos: 3.5,-156.5 parent: 1 - - uid: 14199 + - uid: 31689 components: - type: Transform - pos: -194.5,-199.5 + pos: 3.5,-157.5 parent: 1 - - uid: 14200 + - uid: 31690 components: - type: Transform - pos: -195.5,-199.5 + pos: 3.5,-158.5 parent: 1 - - uid: 14201 + - uid: 31691 components: - type: Transform - pos: -196.5,-199.5 + pos: 3.5,-159.5 parent: 1 - - uid: 14202 + - uid: 31692 components: - type: Transform - pos: -197.5,-199.5 + pos: 3.5,-160.5 parent: 1 - - uid: 14203 + - uid: 31693 components: - type: Transform - pos: -198.5,-199.5 + pos: 3.5,-161.5 parent: 1 - - uid: 14204 + - uid: 31694 components: - type: Transform - pos: -199.5,-199.5 + pos: 3.5,-162.5 parent: 1 - - uid: 14205 + - uid: 31695 components: - type: Transform - pos: -199.5,39.5 + pos: 3.5,-163.5 parent: 1 - - uid: 14206 + - uid: 31696 components: - type: Transform - pos: -199.5,52.5 + pos: 3.5,-164.5 parent: 1 - - uid: 14207 + - uid: 31697 components: - type: Transform - pos: -199.5,53.5 + pos: 3.5,-165.5 parent: 1 - - uid: 14208 + - uid: 31698 components: - type: Transform - pos: 125.5,200.5 + pos: 4.5,-148.5 parent: 1 - - uid: 14209 + - uid: 31699 components: - type: Transform - pos: 98.5,200.5 + pos: 10.5,-163.5 parent: 1 - - uid: 14210 + - uid: 31700 components: - type: Transform - pos: -37.5,200.5 + pos: 10.5,-164.5 parent: 1 - - uid: 14211 + - uid: 31701 components: - type: Transform - pos: -199.5,55.5 + pos: 11.5,-163.5 parent: 1 - - uid: 14212 + - uid: 31702 components: - type: Transform - pos: 100.5,200.5 + pos: 11.5,-164.5 parent: 1 - - uid: 14213 + - uid: 31703 components: - type: Transform - pos: 101.5,200.5 + pos: 5.5,-155.5 parent: 1 - - uid: 14214 + - uid: 31704 components: - type: Transform - pos: -7.5,200.5 + pos: 5.5,-156.5 parent: 1 - - uid: 14215 + - uid: 31705 components: - type: Transform - pos: -6.5,200.5 + pos: 5.5,-158.5 parent: 1 - - uid: 14216 + - uid: 31706 components: - type: Transform - pos: -5.5,200.5 + pos: 5.5,-157.5 parent: 1 - - uid: 14217 + - uid: 31707 components: - type: Transform - pos: -4.5,200.5 + pos: 5.5,-160.5 parent: 1 - - uid: 14218 + - uid: 31708 components: - type: Transform - pos: 63.5,200.5 + pos: 5.5,-159.5 parent: 1 - - uid: 14219 + - uid: 31709 components: - type: Transform - pos: 25.5,200.5 + pos: 5.5,-162.5 parent: 1 - - uid: 14220 + - uid: 31710 components: - type: Transform - pos: 26.5,200.5 + pos: 5.5,-161.5 parent: 1 - - uid: 14221 + - uid: 31711 components: - type: Transform - pos: -53.5,200.5 + pos: 5.5,-163.5 parent: 1 - - uid: 14222 + - uid: 31712 components: - type: Transform - pos: 58.5,200.5 + pos: 5.5,-164.5 parent: 1 - - uid: 14223 + - uid: 31713 components: - type: Transform - pos: 133.5,200.5 + pos: 4.5,-149.5 parent: 1 - - uid: 14224 + - uid: 31714 components: - type: Transform - pos: -3.5,200.5 + pos: 4.5,-150.5 parent: 1 - - uid: 14225 + - uid: 31715 components: - type: Transform - pos: 15.5,200.5 + pos: 4.5,-151.5 parent: 1 - - uid: 14226 + - uid: 31716 components: - type: Transform - pos: -199.5,61.5 + pos: 4.5,-152.5 parent: 1 - - uid: 14227 + - uid: 31717 components: - type: Transform - pos: 21.5,200.5 + pos: 4.5,-153.5 parent: 1 - - uid: 14228 + - uid: 31718 components: - type: Transform - pos: -82.5,200.5 + pos: 4.5,-154.5 parent: 1 - - uid: 14229 + - uid: 31719 components: - type: Transform - pos: -81.5,200.5 + pos: 4.5,-155.5 parent: 1 - - uid: 14230 + - uid: 31720 components: - type: Transform - pos: -71.5,200.5 + pos: 4.5,-156.5 parent: 1 - - uid: 14231 + - uid: 31721 components: - type: Transform - pos: -72.5,200.5 + pos: 4.5,-157.5 parent: 1 - - uid: 14232 + - uid: 31722 components: - type: Transform - pos: -32.5,200.5 + pos: 4.5,-158.5 parent: 1 - - uid: 14233 + - uid: 31723 components: - type: Transform - pos: -45.5,200.5 + pos: 4.5,-159.5 parent: 1 - - uid: 14234 + - uid: 31724 components: - type: Transform - pos: -34.5,200.5 + pos: 4.5,-160.5 parent: 1 - - uid: 14235 + - uid: 31725 components: - type: Transform - pos: -33.5,200.5 + pos: 4.5,-161.5 parent: 1 - - uid: 14236 + - uid: 31726 components: - type: Transform - pos: -198.5,200.5 + pos: 4.5,-162.5 parent: 1 - - uid: 14237 + - uid: 31727 components: - type: Transform - pos: -183.5,200.5 + pos: 4.5,-163.5 parent: 1 - - uid: 14238 + - uid: 31728 components: - type: Transform - pos: 3.5,200.5 + pos: 4.5,-164.5 parent: 1 - - uid: 14239 + - uid: 31729 components: - type: Transform - pos: 4.5,200.5 + pos: 4.5,-165.5 parent: 1 - - uid: 14240 + - uid: 31730 components: - type: Transform - pos: 60.5,200.5 + pos: 10.5,-165.5 parent: 1 - - uid: 14241 + - uid: 31731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -291.5,-94.5 + pos: 5.5,-165.5 parent: 1 - - uid: 14242 + - uid: 31732 components: - type: Transform - pos: 59.5,200.5 + pos: 5.5,-149.5 parent: 1 - - uid: 14243 + - uid: 31733 components: - type: Transform - pos: 2.5,200.5 + pos: 5.5,-148.5 parent: 1 - - uid: 14244 + - uid: 31734 components: - type: Transform - pos: 1.5,200.5 + pos: 6.5,-156.5 parent: 1 - - uid: 14245 + - uid: 31735 components: - type: Transform - pos: 9.5,200.5 + pos: 6.5,-157.5 parent: 1 - - uid: 14246 + - uid: 31736 components: - type: Transform - pos: 11.5,200.5 + pos: 6.5,-158.5 parent: 1 - - uid: 14247 + - uid: 31737 components: - type: Transform - pos: 12.5,200.5 + pos: 6.5,-159.5 parent: 1 - - uid: 14248 + - uid: 31738 components: - type: Transform - pos: -192.5,200.5 + pos: 6.5,-160.5 parent: 1 - - uid: 14249 + - uid: 31739 components: - type: Transform - pos: -193.5,200.5 + pos: 6.5,-161.5 parent: 1 - - uid: 14250 + - uid: 31740 components: - type: Transform - pos: -54.5,200.5 + pos: 6.5,-162.5 parent: 1 - - uid: 14251 + - uid: 31741 components: - type: Transform - pos: -55.5,200.5 + pos: 6.5,-163.5 parent: 1 - - uid: 14252 + - uid: 31742 components: - type: Transform - pos: -52.5,200.5 + pos: 6.5,-164.5 parent: 1 - - uid: 14253 + - uid: 31743 components: - type: Transform - pos: -199.5,11.5 + pos: 6.5,-165.5 parent: 1 - - uid: 14254 + - uid: 31744 components: - type: Transform - pos: -199.5,47.5 + pos: 7.5,-157.5 parent: 1 - - uid: 14255 + - uid: 31745 components: - type: Transform - pos: -199.5,46.5 + pos: 7.5,-158.5 parent: 1 - - uid: 14256 + - uid: 31746 components: - type: Transform - pos: -56.5,200.5 + pos: 7.5,-159.5 parent: 1 - - uid: 14257 + - uid: 31747 components: - type: Transform - pos: -199.5,1.5 + pos: 7.5,-160.5 parent: 1 - - uid: 14258 + - uid: 31748 components: - type: Transform - pos: -199.5,2.5 + pos: 7.5,-161.5 parent: 1 - - uid: 14259 + - uid: 31749 components: - type: Transform - pos: -199.5,3.5 + pos: 7.5,-162.5 parent: 1 - - uid: 14260 + - uid: 31750 components: - type: Transform - pos: -199.5,4.5 + pos: 7.5,-163.5 parent: 1 - - uid: 14261 + - uid: 31751 components: - type: Transform - pos: -199.5,16.5 + pos: 7.5,-164.5 parent: 1 - - uid: 14262 + - uid: 31752 components: - type: Transform - pos: -199.5,17.5 + pos: 7.5,-165.5 parent: 1 - - uid: 14263 + - uid: 31753 components: - type: Transform - pos: -199.5,18.5 + pos: 8.5,-159.5 parent: 1 - - uid: 14264 + - uid: 31754 components: - type: Transform - pos: -199.5,19.5 + pos: 8.5,-160.5 parent: 1 - - uid: 14265 + - uid: 31755 components: - type: Transform - pos: -199.5,20.5 + pos: 8.5,-161.5 parent: 1 - - uid: 14266 + - uid: 31756 components: - type: Transform - pos: -199.5,41.5 + pos: 8.5,-162.5 parent: 1 - - uid: 14267 + - uid: 31757 components: - type: Transform - pos: -199.5,42.5 + pos: 8.5,-163.5 parent: 1 - - uid: 14268 + - uid: 31758 components: - type: Transform - pos: -199.5,43.5 + pos: 8.5,-164.5 parent: 1 - - uid: 14269 + - uid: 31759 components: - type: Transform - pos: -199.5,44.5 + pos: 8.5,-165.5 parent: 1 - - uid: 14270 + - uid: 31760 components: - type: Transform - pos: -199.5,45.5 + pos: 9.5,-162.5 parent: 1 - - uid: 14271 + - uid: 31761 components: - type: Transform - pos: -199.5,14.5 + pos: 9.5,-163.5 parent: 1 - - uid: 14272 + - uid: 31762 components: - type: Transform - pos: -199.5,15.5 + pos: 9.5,-164.5 parent: 1 - - uid: 14273 + - uid: 31763 components: - type: Transform - pos: -199.5,88.5 + pos: 9.5,-165.5 parent: 1 - - uid: 14274 + - uid: 31764 components: - type: Transform - pos: -199.5,89.5 + pos: 11.5,-165.5 parent: 1 - - uid: 14275 + - uid: 31765 components: - type: Transform - pos: -199.5,90.5 + pos: -10.5,-148.5 parent: 1 - - uid: 14276 + - uid: 31766 components: - type: Transform - pos: -199.5,-189.5 + pos: -10.5,-151.5 parent: 1 - - uid: 14277 + - uid: 31767 components: - type: Transform - pos: -199.5,-190.5 + pos: -10.5,-152.5 parent: 1 - - uid: 14278 + - uid: 31768 components: - type: Transform - pos: -199.5,-191.5 + pos: 13.5,-164.5 parent: 1 - - uid: 14279 + - uid: 31769 components: - type: Transform - pos: -199.5,-158.5 + pos: 13.5,-165.5 parent: 1 - - uid: 14280 + - uid: 31770 components: - type: Transform - pos: -199.5,-159.5 + pos: 14.5,-165.5 parent: 1 - - uid: 14281 + - uid: 31771 components: - type: Transform - pos: -199.5,-160.5 + pos: -10.5,-150.5 parent: 1 - - uid: 14282 + - uid: 31772 components: - type: Transform - pos: -199.5,-161.5 + pos: -10.5,-149.5 parent: 1 - - uid: 14283 + - uid: 31773 components: - type: Transform - pos: -199.5,-162.5 + pos: -15.5,-155.5 parent: 1 - - uid: 14284 + - uid: 31774 components: - type: Transform - pos: -199.5,-163.5 + pos: -8.5,-146.5 parent: 1 - - uid: 14285 + - uid: 31775 components: - type: Transform - pos: -199.5,-164.5 + pos: -16.5,-154.5 parent: 1 - - uid: 14286 + - uid: 31776 components: - type: Transform - pos: -199.5,75.5 + pos: -23.5,-159.5 parent: 1 - - uid: 14287 + - uid: 31777 components: - type: Transform - pos: -199.5,76.5 + pos: -13.5,-152.5 parent: 1 - - uid: 14288 + - uid: 31778 components: - type: Transform - pos: -199.5,77.5 + pos: -15.5,-154.5 parent: 1 - - uid: 14289 + - uid: 31779 components: - type: Transform - pos: -199.5,78.5 + pos: -5.5,-145.5 parent: 1 - - uid: 14290 + - uid: 31780 components: - type: Transform - pos: -199.5,79.5 + pos: -6.5,-145.5 parent: 1 - - uid: 14291 + - uid: 31781 components: - type: Transform - pos: -199.5,80.5 + pos: -23.5,-162.5 parent: 1 - - uid: 14292 + - uid: 31782 components: - type: Transform - pos: -199.5,81.5 + pos: -7.5,-145.5 parent: 1 - - uid: 14293 + - uid: 31783 components: - type: Transform - pos: -199.5,82.5 + pos: -14.5,-155.5 parent: 1 - - uid: 14294 + - uid: 31784 components: - type: Transform - pos: -199.5,83.5 + pos: -22.5,-164.5 parent: 1 - - uid: 14295 + - uid: 31785 components: - type: Transform - pos: -199.5,84.5 + pos: -19.5,-159.5 parent: 1 - - uid: 14296 + - uid: 31786 components: - type: Transform - pos: -199.5,85.5 + pos: -19.5,-157.5 parent: 1 - - uid: 14297 + - uid: 31787 components: - type: Transform - pos: -199.5,86.5 + pos: -19.5,-158.5 parent: 1 - - uid: 14298 + - uid: 31788 components: - type: Transform - pos: -199.5,87.5 + pos: -19.5,-166.5 parent: 1 - - uid: 14299 + - uid: 31789 components: - type: Transform - pos: -199.5,13.5 + pos: -19.5,-165.5 parent: 1 - - uid: 14300 + - uid: 31790 components: - type: Transform - pos: -199.5,62.5 + pos: -11.5,-150.5 parent: 1 - - uid: 14301 + - uid: 31791 components: - type: Transform - pos: -199.5,63.5 + pos: -18.5,-155.5 parent: 1 - - uid: 14302 + - uid: 31792 components: - type: Transform - pos: -199.5,64.5 + pos: -17.5,-155.5 parent: 1 - - uid: 14303 + - uid: 31793 components: - type: Transform - pos: -199.5,65.5 + pos: -16.5,-155.5 parent: 1 - - uid: 14304 + - uid: 31794 components: - type: Transform - pos: -199.5,66.5 + pos: -10.5,-153.5 parent: 1 - - uid: 14305 + - uid: 31795 components: - type: Transform - pos: -199.5,67.5 + pos: -10.5,-154.5 parent: 1 - - uid: 14306 + - uid: 31796 components: - type: Transform - pos: -199.5,68.5 + pos: -10.5,-155.5 parent: 1 - - uid: 14307 + - uid: 31797 components: - type: Transform - pos: -199.5,69.5 + pos: -10.5,-156.5 parent: 1 - - uid: 14308 + - uid: 31798 components: - type: Transform - pos: -199.5,70.5 + pos: -10.5,-157.5 parent: 1 - - uid: 14309 + - uid: 31799 components: - type: Transform - pos: -199.5,71.5 + pos: -10.5,-158.5 parent: 1 - - uid: 14310 + - uid: 31800 components: - type: Transform - pos: -199.5,72.5 + pos: -10.5,-159.5 parent: 1 - - uid: 14311 + - uid: 31801 components: - type: Transform - pos: -199.5,73.5 + pos: -10.5,-160.5 parent: 1 - - uid: 14312 + - uid: 31802 components: - type: Transform - pos: -199.5,74.5 + pos: -10.5,-161.5 parent: 1 - - uid: 14313 + - uid: 31803 components: - type: Transform - pos: -199.5,12.5 + pos: -10.5,-162.5 parent: 1 - - uid: 14314 + - uid: 31804 components: - type: Transform - pos: -199.5,56.5 + pos: -10.5,-163.5 parent: 1 - - uid: 14315 + - uid: 31805 components: - type: Transform - pos: -199.5,57.5 + pos: -10.5,-164.5 parent: 1 - - uid: 14316 + - uid: 31806 components: - type: Transform - pos: -199.5,58.5 + pos: -10.5,-165.5 parent: 1 - - uid: 14317 + - uid: 31807 components: - type: Transform - pos: -199.5,59.5 + pos: -9.5,-148.5 parent: 1 - - uid: 14318 + - uid: 31808 components: - type: Transform - pos: -199.5,92.5 + pos: -9.5,-149.5 parent: 1 - - uid: 14319 + - uid: 31809 components: - type: Transform - pos: -199.5,93.5 + pos: -9.5,-150.5 parent: 1 - - uid: 14320 + - uid: 31810 components: - type: Transform - pos: -41.5,200.5 + pos: -9.5,-151.5 parent: 1 - - uid: 14321 + - uid: 31811 components: - type: Transform - pos: -199.5,91.5 + pos: -9.5,-152.5 parent: 1 - - uid: 14322 + - uid: 31812 components: - type: Transform - pos: 61.5,200.5 + pos: -9.5,-153.5 parent: 1 - - uid: 14323 + - uid: 31813 components: - type: Transform - pos: 120.5,200.5 + pos: -9.5,-154.5 parent: 1 - - uid: 14324 + - uid: 31814 components: - type: Transform - pos: 121.5,200.5 + pos: -9.5,-155.5 parent: 1 - - uid: 14325 + - uid: 31815 components: - type: Transform - pos: 122.5,200.5 + pos: -9.5,-156.5 parent: 1 - - uid: 14326 + - uid: 31816 components: - type: Transform - pos: 123.5,200.5 + pos: -9.5,-157.5 parent: 1 - - uid: 14327 + - uid: 31817 components: - type: Transform - pos: 124.5,200.5 + pos: -9.5,-158.5 parent: 1 - - uid: 14328 + - uid: 31818 components: - type: Transform - pos: 99.5,200.5 + pos: -9.5,-159.5 parent: 1 - - uid: 14329 + - uid: 31819 components: - type: Transform - pos: -96.5,200.5 + pos: -9.5,-160.5 parent: 1 - - uid: 14330 + - uid: 31820 components: - type: Transform - pos: -97.5,200.5 + pos: -9.5,-161.5 parent: 1 - - uid: 14331 + - uid: 31821 components: - type: Transform - pos: -2.5,200.5 + pos: -9.5,-162.5 parent: 1 - - uid: 14332 + - uid: 31822 components: - type: Transform - pos: -1.5,200.5 + pos: -9.5,-163.5 parent: 1 - - uid: 14333 + - uid: 31823 components: - type: Transform - pos: 22.5,200.5 + pos: -9.5,-164.5 parent: 1 - - uid: 14334 + - uid: 31824 components: - type: Transform - pos: 23.5,200.5 + pos: -9.5,-165.5 parent: 1 - - uid: 14335 + - uid: 31825 components: - type: Transform - pos: -189.5,200.5 + pos: -8.5,-148.5 parent: 1 - - uid: 14336 + - uid: 31826 components: - type: Transform - pos: 104.5,200.5 + pos: -8.5,-149.5 parent: 1 - - uid: 14337 + - uid: 31827 components: - type: Transform - pos: 103.5,200.5 + pos: -8.5,-150.5 parent: 1 - - uid: 14338 + - uid: 31828 components: - type: Transform - pos: -18.5,200.5 + pos: -8.5,-151.5 parent: 1 - - uid: 14339 + - uid: 31829 components: - type: Transform - pos: -17.5,200.5 + pos: -8.5,-152.5 parent: 1 - - uid: 14340 + - uid: 31830 components: - type: Transform - pos: -16.5,200.5 + pos: -8.5,-153.5 parent: 1 - - uid: 14341 + - uid: 31831 components: - type: Transform - pos: -15.5,200.5 + pos: -8.5,-154.5 parent: 1 - - uid: 14342 + - uid: 31832 components: - type: Transform - pos: 145.5,200.5 + pos: -8.5,-155.5 parent: 1 - - uid: 14343 + - uid: 31833 components: - type: Transform - pos: 143.5,200.5 + pos: -8.5,-156.5 parent: 1 - - uid: 14344 + - uid: 31834 components: - type: Transform - pos: 144.5,200.5 + pos: -8.5,-157.5 parent: 1 - - uid: 14345 + - uid: 31835 components: - type: Transform - pos: 140.5,200.5 + pos: -8.5,-158.5 parent: 1 - - uid: 14346 + - uid: 31836 components: - type: Transform - pos: 112.5,200.5 + pos: -8.5,-159.5 parent: 1 - - uid: 14347 + - uid: 31837 components: - type: Transform - pos: 113.5,200.5 + pos: -8.5,-160.5 parent: 1 - - uid: 14348 + - uid: 31838 components: - type: Transform - pos: 114.5,200.5 + pos: -8.5,-161.5 parent: 1 - - uid: 14349 + - uid: 31839 components: - type: Transform - pos: 115.5,200.5 + pos: -8.5,-162.5 parent: 1 - - uid: 14350 + - uid: 31840 components: - type: Transform - pos: 116.5,200.5 + pos: -8.5,-163.5 parent: 1 - - uid: 14351 + - uid: 31841 components: - type: Transform - pos: 117.5,200.5 + pos: -8.5,-164.5 parent: 1 - - uid: 14352 + - uid: 31842 components: - type: Transform - pos: 118.5,200.5 + pos: -8.5,-165.5 parent: 1 - - uid: 14353 + - uid: 31843 components: - type: Transform - pos: 119.5,200.5 + pos: -14.5,-153.5 parent: 1 - - uid: 14354 + - uid: 31844 components: - type: Transform - pos: 105.5,200.5 + pos: -13.5,-154.5 parent: 1 - - uid: 14355 + - uid: 31845 components: - type: Transform - pos: -184.5,200.5 + pos: -12.5,-154.5 parent: 1 - - uid: 14356 + - uid: 31846 components: - type: Transform - pos: -185.5,200.5 + pos: -19.5,-160.5 parent: 1 - - uid: 14357 + - uid: 31847 components: - type: Transform - pos: -199.5,-74.5 + pos: -11.5,-154.5 parent: 1 - - uid: 14358 + - uid: 31848 components: - type: Transform - pos: -199.5,-75.5 + pos: -19.5,-161.5 parent: 1 - - uid: 14359 + - uid: 31849 components: - type: Transform - pos: -199.5,-76.5 + pos: -19.5,-156.5 parent: 1 - - uid: 14360 + - uid: 31850 components: - type: Transform - pos: -199.5,-77.5 + pos: -18.5,-166.5 parent: 1 - - uid: 14361 + - uid: 31851 components: - type: Transform - pos: -199.5,-78.5 + pos: -18.5,-165.5 parent: 1 - - uid: 14362 + - uid: 31852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -205.5,-92.5 + pos: -18.5,-163.5 parent: 1 - - uid: 14363 + - uid: 31853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -208.5,-91.5 + pos: -18.5,-162.5 parent: 1 - - uid: 14364 + - uid: 31854 components: - type: Transform - pos: -200.5,-79.5 + pos: -18.5,-161.5 parent: 1 - - uid: 14365 + - uid: 31855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -205.5,-93.5 + pos: -18.5,-160.5 parent: 1 - - uid: 14366 + - uid: 31856 components: - type: Transform - pos: 134.5,200.5 + pos: -18.5,-159.5 parent: 1 - - uid: 14367 + - uid: 31857 components: - type: Transform - pos: 135.5,200.5 + pos: -18.5,-158.5 parent: 1 - - uid: 14368 + - uid: 31858 components: - type: Transform - pos: 136.5,200.5 + pos: -18.5,-157.5 parent: 1 - - uid: 14369 + - uid: 31859 components: - type: Transform - pos: 137.5,200.5 + pos: -18.5,-156.5 parent: 1 - - uid: 14370 + - uid: 31860 components: - type: Transform - pos: 138.5,200.5 + pos: -17.5,-166.5 parent: 1 - - uid: 14371 + - uid: 31861 components: - type: Transform - pos: 139.5,200.5 + pos: -17.5,-163.5 parent: 1 - - uid: 14372 + - uid: 31862 components: - type: Transform - pos: -199.5,-70.5 + pos: -17.5,-162.5 parent: 1 - - uid: 14373 + - uid: 31863 components: - type: Transform - pos: -199.5,-71.5 + pos: -17.5,-161.5 parent: 1 - - uid: 14374 + - uid: 31864 components: - type: Transform - pos: -199.5,-72.5 + pos: -17.5,-160.5 parent: 1 - - uid: 14375 + - uid: 31865 components: - type: Transform - pos: -199.5,-73.5 + pos: -17.5,-159.5 parent: 1 - - uid: 14376 + - uid: 31866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-60.5 + pos: -17.5,-158.5 parent: 1 - - uid: 14377 + - uid: 31867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-59.5 + pos: -17.5,-157.5 parent: 1 - - uid: 14378 + - uid: 31868 components: - type: Transform - pos: 10.5,200.5 + pos: -17.5,-156.5 parent: 1 - - uid: 14379 + - uid: 31869 components: - type: Transform - pos: -14.5,200.5 + pos: -16.5,-163.5 parent: 1 - - uid: 14380 + - uid: 31870 components: - type: Transform - pos: -21.5,200.5 + pos: -16.5,-162.5 parent: 1 - - uid: 14381 + - uid: 31871 components: - type: Transform - pos: -22.5,200.5 + pos: -16.5,-161.5 parent: 1 - - uid: 14382 + - uid: 31872 components: - type: Transform - pos: 6.5,200.5 + pos: -16.5,-160.5 parent: 1 - - uid: 14383 + - uid: 31873 components: - type: Transform - pos: 7.5,200.5 + pos: -16.5,-159.5 parent: 1 - - uid: 14384 + - uid: 31874 components: - type: Transform - pos: 8.5,200.5 + pos: -16.5,-158.5 parent: 1 - - uid: 14385 + - uid: 31875 components: - type: Transform - pos: -25.5,200.5 + pos: -16.5,-157.5 parent: 1 - - uid: 14386 + - uid: 31876 components: - type: Transform - pos: -24.5,200.5 + pos: -16.5,-156.5 parent: 1 - - uid: 14387 + - uid: 31877 components: - type: Transform - pos: -23.5,200.5 + pos: -15.5,-164.5 parent: 1 - - uid: 14388 + - uid: 31878 components: - type: Transform - pos: -59.5,200.5 + pos: -15.5,-163.5 parent: 1 - - uid: 14389 + - uid: 31879 components: - type: Transform - pos: -199.5,-104.5 + pos: -15.5,-162.5 parent: 1 - - uid: 14390 + - uid: 31880 components: - type: Transform - pos: -199.5,-105.5 + pos: -15.5,-161.5 parent: 1 - - uid: 14391 + - uid: 31881 components: - type: Transform - pos: -199.5,-106.5 + pos: -15.5,-160.5 parent: 1 - - uid: 14392 + - uid: 31882 components: - type: Transform - pos: -199.5,-107.5 + pos: -15.5,-159.5 parent: 1 - - uid: 14393 + - uid: 31883 components: - type: Transform - pos: -199.5,-108.5 + pos: -15.5,-158.5 parent: 1 - - uid: 14394 + - uid: 31884 components: - type: Transform - pos: -199.5,-109.5 + pos: -15.5,-157.5 parent: 1 - - uid: 14395 + - uid: 31885 components: - type: Transform - pos: -199.5,-110.5 + pos: -15.5,-156.5 parent: 1 - - uid: 14396 + - uid: 31886 components: - type: Transform - pos: -199.5,-111.5 + pos: -14.5,-163.5 parent: 1 - - uid: 14397 + - uid: 31887 components: - type: Transform - pos: -199.5,-112.5 + pos: -14.5,-162.5 parent: 1 - - uid: 14398 + - uid: 31888 components: - type: Transform - pos: -199.5,-113.5 + pos: -14.5,-161.5 parent: 1 - - uid: 14399 + - uid: 31889 components: - type: Transform - pos: -199.5,-114.5 + pos: -14.5,-160.5 parent: 1 - - uid: 14400 + - uid: 31890 components: - type: Transform - pos: -199.5,-115.5 + pos: -14.5,-159.5 parent: 1 - - uid: 14401 + - uid: 31891 components: - type: Transform - pos: -199.5,-116.5 + pos: -14.5,-158.5 parent: 1 - - uid: 14402 + - uid: 31892 components: - type: Transform - pos: -199.5,-117.5 + pos: -14.5,-157.5 parent: 1 - - uid: 14403 + - uid: 31893 components: - type: Transform - pos: -199.5,-101.5 + pos: -14.5,-156.5 parent: 1 - - uid: 14404 + - uid: 31894 components: - type: Transform - pos: -199.5,-102.5 + pos: -13.5,-163.5 parent: 1 - - uid: 14405 + - uid: 31895 components: - type: Transform - pos: -199.5,-103.5 + pos: -13.5,-162.5 parent: 1 - - uid: 14406 + - uid: 31896 components: - type: Transform - pos: -199.5,-99.5 + pos: -13.5,-161.5 parent: 1 - - uid: 14407 + - uid: 31897 components: - type: Transform - pos: -199.5,-100.5 + pos: -13.5,-160.5 parent: 1 - - uid: 14408 + - uid: 31898 components: - type: Transform - pos: -199.5,-90.5 + pos: -13.5,-159.5 parent: 1 - - uid: 14409 + - uid: 31899 components: - type: Transform - pos: -199.5,-91.5 + pos: -13.5,-158.5 parent: 1 - - uid: 14410 + - uid: 31900 components: - type: Transform - pos: -199.5,-92.5 + pos: -13.5,-157.5 parent: 1 - - uid: 14411 + - uid: 31901 components: - type: Transform - pos: -199.5,-93.5 + pos: -13.5,-156.5 parent: 1 - - uid: 14412 + - uid: 31902 components: - type: Transform - pos: -199.5,-94.5 + pos: -11.5,-151.5 parent: 1 - - uid: 14413 + - uid: 31903 components: - type: Transform - pos: -199.5,-95.5 + pos: -12.5,-151.5 parent: 1 - - uid: 14414 + - uid: 31904 components: - type: Transform - pos: -199.5,-96.5 + pos: -12.5,-162.5 parent: 1 - - uid: 14415 + - uid: 31905 components: - type: Transform - pos: -199.5,-97.5 + pos: -11.5,-153.5 parent: 1 - - uid: 14416 + - uid: 31906 components: - type: Transform - pos: -199.5,-98.5 + pos: -12.5,-153.5 parent: 1 - - uid: 14417 + - uid: 31907 components: - type: Transform - pos: -61.5,200.5 + pos: -13.5,-153.5 parent: 1 - - uid: 14418 + - uid: 31908 components: - type: Transform - pos: -62.5,200.5 + pos: -13.5,-155.5 parent: 1 - - uid: 14419 + - uid: 31909 components: - type: Transform - pos: -63.5,200.5 + pos: -12.5,-155.5 parent: 1 - - uid: 14420 + - uid: 31910 components: - type: Transform - pos: -64.5,200.5 + pos: -11.5,-155.5 parent: 1 - - uid: 14421 + - uid: 31911 components: - type: Transform - pos: -65.5,200.5 + pos: -22.5,-159.5 parent: 1 - - uid: 14422 + - uid: 31912 components: - type: Transform - pos: 17.5,200.5 + pos: -22.5,-162.5 parent: 1 - - uid: 14423 + - uid: 31913 components: - type: Transform - pos: 18.5,200.5 + pos: -22.5,-163.5 parent: 1 - - uid: 14424 + - uid: 31914 components: - type: Transform - pos: 19.5,200.5 + pos: -12.5,-161.5 parent: 1 - - uid: 14425 + - uid: 31915 components: - type: Transform - pos: 20.5,200.5 + pos: -12.5,-160.5 parent: 1 - - uid: 14426 + - uid: 31916 components: - type: Transform - pos: -67.5,200.5 + pos: -12.5,-159.5 parent: 1 - - uid: 14427 + - uid: 31917 components: - type: Transform - pos: -68.5,200.5 + pos: -12.5,-158.5 parent: 1 - - uid: 14428 + - uid: 31918 components: - type: Transform - pos: -27.5,200.5 + pos: -12.5,-157.5 parent: 1 - - uid: 14429 + - uid: 31919 components: - type: Transform - pos: -28.5,200.5 + pos: -12.5,-156.5 parent: 1 - - uid: 14430 + - uid: 31920 components: - type: Transform - pos: -188.5,200.5 + pos: -11.5,-162.5 parent: 1 - - uid: 14431 + - uid: 31921 components: - type: Transform - pos: -66.5,200.5 + pos: -11.5,-161.5 parent: 1 - - uid: 14432 + - uid: 31922 components: - type: Transform - pos: 110.5,200.5 + pos: -11.5,-160.5 parent: 1 - - uid: 14433 + - uid: 31923 components: - type: Transform - pos: 111.5,200.5 + pos: -11.5,-159.5 parent: 1 - - uid: 14434 + - uid: 31924 components: - type: Transform - pos: 109.5,200.5 + pos: -11.5,-158.5 parent: 1 - - uid: 14435 + - uid: 31925 components: - type: Transform - pos: -199.5,-121.5 + pos: -11.5,-157.5 parent: 1 - - uid: 14436 + - uid: 31926 components: - type: Transform - pos: -199.5,-122.5 + pos: -11.5,-156.5 parent: 1 - - uid: 14437 + - uid: 31927 components: - type: Transform - pos: -199.5,-123.5 + pos: -21.5,-159.5 parent: 1 - - uid: 14438 + - uid: 31928 components: - type: Transform - pos: 106.5,200.5 + pos: -20.5,-160.5 parent: 1 - - uid: 14439 + - uid: 31929 components: - type: Transform - pos: 107.5,200.5 + pos: -20.5,-159.5 parent: 1 - - uid: 14440 + - uid: 31930 components: - type: Transform - pos: 108.5,200.5 + pos: -26.5,-164.5 parent: 1 - - uid: 14441 + - uid: 31931 components: - type: Transform - pos: -199.5,-120.5 + pos: -22.5,-158.5 parent: 1 - - uid: 14442 + - uid: 31932 components: - type: Transform - pos: -199.5,-119.5 + pos: -21.5,-158.5 parent: 1 - - uid: 14443 + - uid: 31933 components: - type: Transform - pos: -36.5,200.5 + pos: -20.5,-158.5 parent: 1 - - uid: 14444 + - uid: 31934 components: - type: Transform - pos: -29.5,200.5 + pos: -20.5,-156.5 parent: 1 - - uid: 14445 + - uid: 31935 components: - type: Transform - pos: -30.5,200.5 + pos: -20.5,-157.5 parent: 1 - - uid: 14446 + - uid: 31936 components: - type: Transform - pos: -31.5,200.5 + pos: -21.5,-157.5 parent: 1 - - uid: 14447 + - uid: 31937 components: - type: Transform - pos: -199.5,-174.5 + pos: -29.5,-166.5 parent: 1 - - uid: 14448 + - uid: 31938 components: - type: Transform - pos: -199.5,-175.5 + pos: -28.5,-166.5 parent: 1 - - uid: 14449 + - uid: 31939 components: - type: Transform - pos: -199.5,-176.5 + pos: -27.5,-166.5 parent: 1 - - uid: 14450 + - uid: 31940 components: - type: Transform - pos: -199.5,-177.5 + pos: -26.5,-166.5 parent: 1 - - uid: 14451 + - uid: 31941 components: - type: Transform - pos: -199.5,-178.5 + pos: -27.5,-165.5 parent: 1 - - uid: 14452 + - uid: 31942 components: - type: Transform - pos: -199.5,-179.5 + pos: -26.5,-165.5 parent: 1 - - uid: 14453 + - uid: 31943 components: - type: Transform - pos: -199.5,-180.5 + pos: -25.5,-164.5 parent: 1 - - uid: 14454 + - uid: 31944 components: - type: Transform - pos: -199.5,-181.5 + pos: -24.5,-164.5 parent: 1 - - uid: 14455 + - uid: 31945 components: - type: Transform - pos: -199.5,-182.5 + pos: -24.5,-163.5 parent: 1 - - uid: 14456 + - uid: 31946 components: - type: Transform - pos: -199.5,-183.5 + pos: 24.5,-167.5 parent: 1 - - uid: 14457 + - uid: 31947 components: - type: Transform - pos: -199.5,-184.5 + pos: 12.5,-170.5 parent: 1 - - uid: 14458 + - uid: 31948 components: - type: Transform - pos: -199.5,-185.5 + pos: 12.5,-169.5 parent: 1 - - uid: 14459 + - uid: 31949 components: - type: Transform - pos: -199.5,-186.5 + pos: 12.5,-171.5 parent: 1 - - uid: 14460 + - uid: 31950 components: - type: Transform - pos: -199.5,-187.5 + pos: 12.5,-175.5 parent: 1 - - uid: 14461 + - uid: 31951 components: - type: Transform - pos: -199.5,-188.5 + pos: 12.5,-173.5 parent: 1 - - uid: 14462 + - uid: 31952 components: - type: Transform - pos: -199.5,-132.5 + pos: 12.5,-172.5 parent: 1 - - uid: 14463 + - uid: 31953 components: - type: Transform - pos: -199.5,-133.5 + pos: 12.5,-176.5 parent: 1 - - uid: 14464 + - uid: 31954 components: - type: Transform - pos: -199.5,-134.5 + pos: 12.5,-177.5 parent: 1 - - uid: 14465 + - uid: 31955 components: - type: Transform - pos: -199.5,-135.5 + pos: 13.5,-169.5 parent: 1 - - uid: 14466 + - uid: 31956 components: - type: Transform - pos: -199.5,-136.5 + pos: 13.5,-170.5 parent: 1 - - uid: 14467 + - uid: 31957 components: - type: Transform - pos: -199.5,-137.5 + pos: 13.5,-171.5 parent: 1 - - uid: 14468 + - uid: 31958 components: - type: Transform - pos: -199.5,-138.5 + pos: 13.5,-172.5 parent: 1 - - uid: 14469 + - uid: 31959 components: - type: Transform - pos: -199.5,-139.5 + pos: 13.5,-176.5 parent: 1 - - uid: 14470 + - uid: 31960 components: - type: Transform - pos: -199.5,-140.5 + pos: 13.5,-177.5 parent: 1 - - uid: 14471 +- proto: N14WallRockBasaltCoal + entities: + - uid: 31961 components: - type: Transform - pos: -199.5,-141.5 + pos: 59.5,194.5 parent: 1 - - uid: 14472 + - uid: 31962 components: - type: Transform - pos: -199.5,-142.5 + pos: 64.5,193.5 parent: 1 - - uid: 14473 + - uid: 31963 components: - type: Transform - pos: -199.5,-143.5 + pos: 63.5,193.5 parent: 1 - - uid: 14474 + - uid: 31964 components: - type: Transform - pos: -199.5,-144.5 + pos: 71.5,190.5 parent: 1 - - uid: 14475 + - uid: 31965 components: - type: Transform - pos: -199.5,-145.5 + pos: 57.5,193.5 parent: 1 - - uid: 14476 + - uid: 31966 components: - type: Transform - pos: -199.5,-146.5 + pos: 58.5,193.5 parent: 1 - - uid: 14477 + - uid: 31967 components: - type: Transform - pos: -199.5,-147.5 + pos: 57.5,192.5 parent: 1 - - uid: 14478 + - uid: 31968 components: - type: Transform - pos: -199.5,-148.5 + pos: 63.5,191.5 parent: 1 - - uid: 14479 + - uid: 31969 components: - type: Transform - pos: -199.5,-149.5 + pos: 64.5,192.5 parent: 1 - - uid: 14480 + - uid: 31970 components: - type: Transform - pos: -199.5,-150.5 + pos: 63.5,194.5 parent: 1 - - uid: 14481 + - uid: 31971 components: - type: Transform - pos: -199.5,-151.5 + pos: 63.5,192.5 parent: 1 - - uid: 14482 + - uid: 31972 components: - type: Transform - pos: -199.5,-152.5 + pos: 63.5,190.5 parent: 1 - - uid: 14483 + - uid: 31973 components: - type: Transform - pos: -199.5,-153.5 + pos: 58.5,194.5 parent: 1 - - uid: 14484 + - uid: 31974 components: - type: Transform - pos: -199.5,-154.5 + pos: 67.5,191.5 parent: 1 - - uid: 14485 + - uid: 31975 components: - type: Transform - pos: -199.5,-155.5 + pos: 69.5,192.5 parent: 1 - - uid: 14486 + - uid: 31976 components: - type: Transform - pos: -199.5,-156.5 + pos: 70.5,186.5 parent: 1 - - uid: 14487 + - uid: 31977 components: - type: Transform - pos: -199.5,-157.5 + pos: 38.5,194.5 parent: 1 - - uid: 14488 + - uid: 31978 components: - type: Transform - pos: -199.5,-126.5 + pos: 40.5,195.5 parent: 1 - - uid: 14489 + - uid: 31979 components: - type: Transform - pos: -199.5,-127.5 + pos: 40.5,194.5 parent: 1 - - uid: 14490 + - uid: 31980 components: - type: Transform - pos: -199.5,-128.5 + pos: 47.5,196.5 parent: 1 - - uid: 14491 + - uid: 31981 components: - type: Transform - pos: -199.5,-129.5 + pos: 48.5,195.5 parent: 1 - - uid: 14492 + - uid: 31982 components: - type: Transform - pos: -199.5,-130.5 + pos: 47.5,195.5 parent: 1 - - uid: 14493 + - uid: 31983 components: - type: Transform - pos: -199.5,-131.5 + pos: 44.5,196.5 parent: 1 - - uid: 14494 + - uid: 31984 components: - type: Transform - pos: -199.5,-124.5 + pos: 45.5,195.5 parent: 1 - - uid: 14495 +- proto: N14WallRockBasaltGold + entities: + - uid: 31985 components: - type: Transform - pos: -199.5,-125.5 + pos: 48.5,196.5 parent: 1 - - uid: 14496 +- proto: N14WallRockBasaltSalt + entities: + - uid: 31986 components: - type: Transform - pos: -199.5,94.5 + pos: 66.5,192.5 parent: 1 - - uid: 14497 + - uid: 31987 components: - type: Transform - pos: -199.5,95.5 + pos: 39.5,192.5 parent: 1 - - uid: 14498 + - uid: 31988 components: - type: Transform - pos: -199.5,96.5 + pos: 41.5,189.5 parent: 1 - - uid: 14499 +- proto: N14WallRockBasaltSilver + entities: + - uid: 31989 components: - type: Transform - pos: -199.5,97.5 + pos: 72.5,190.5 parent: 1 - - uid: 14500 + - uid: 31990 components: - type: Transform - pos: -199.5,98.5 + pos: 38.5,195.5 parent: 1 - - uid: 14501 +- proto: N14WallRockBasaltUranium + entities: + - uid: 31991 components: - type: Transform - pos: -199.5,99.5 + pos: 66.5,189.5 parent: 1 - - uid: 14502 +- proto: N14WallRockIndestructible + entities: + - uid: 31992 components: - type: Transform - pos: -199.5,100.5 + pos: 172.5,201.5 parent: 1 - - uid: 14503 + - uid: 31993 components: - type: Transform - pos: -199.5,101.5 + pos: 201.5,200.5 parent: 1 - - uid: 14504 + - uid: 31994 components: - type: Transform - pos: -199.5,102.5 + pos: 194.5,201.5 parent: 1 - - uid: 14505 + - uid: 31995 components: - type: Transform - pos: -199.5,103.5 + pos: -324.5,-27.5 parent: 1 - - uid: 14506 + - uid: 31996 components: - type: Transform - pos: -199.5,104.5 + pos: -321.5,-27.5 parent: 1 - - uid: 14507 + - uid: 31997 components: - type: Transform - pos: -199.5,105.5 + pos: 190.5,201.5 parent: 1 - - uid: 14508 + - uid: 31998 components: - type: Transform - pos: -199.5,106.5 + pos: 189.5,201.5 parent: 1 - - uid: 14509 + - uid: 31999 components: - type: Transform - pos: -199.5,107.5 + pos: 186.5,201.5 parent: 1 - - uid: 14510 + - uid: 32000 components: - type: Transform - pos: -199.5,108.5 + pos: 175.5,201.5 parent: 1 - - uid: 14511 + - uid: 32001 components: - type: Transform - pos: -199.5,109.5 + pos: 181.5,201.5 parent: 1 - - uid: 14512 + - uid: 32002 components: - type: Transform - pos: -199.5,110.5 + pos: 176.5,201.5 parent: 1 - - uid: 14513 + - uid: 32003 components: - type: Transform - pos: -199.5,111.5 + pos: 184.5,201.5 parent: 1 - - uid: 14514 + - uid: 32004 components: - type: Transform - pos: -199.5,112.5 + pos: 148.5,201.5 parent: 1 - - uid: 14515 + - uid: 32005 components: - type: Transform - pos: -199.5,113.5 + pos: 146.5,201.5 parent: 1 - - uid: 14516 + - uid: 32006 components: - type: Transform - pos: -199.5,114.5 + pos: 147.5,201.5 parent: 1 - - uid: 14517 + - uid: 32007 components: - type: Transform - pos: -199.5,115.5 + pos: 185.5,201.5 parent: 1 - - uid: 14518 + - uid: 32008 components: - type: Transform - pos: -199.5,116.5 + pos: 187.5,201.5 parent: 1 - - uid: 14519 + - uid: 32009 components: - type: Transform - pos: -199.5,117.5 + pos: 188.5,201.5 parent: 1 - - uid: 14520 + - uid: 32010 components: - type: Transform - pos: -199.5,118.5 + pos: 183.5,201.5 parent: 1 - - uid: 14521 + - uid: 32011 components: - type: Transform - pos: -199.5,119.5 + pos: 177.5,201.5 parent: 1 - - uid: 14522 + - uid: 32012 components: - type: Transform - pos: -199.5,120.5 + pos: 197.5,201.5 parent: 1 - - uid: 14523 + - uid: 32013 components: - type: Transform - pos: -199.5,121.5 + pos: 153.5,201.5 parent: 1 - - uid: 14524 + - uid: 32014 components: - type: Transform - pos: -199.5,122.5 + pos: 182.5,201.5 parent: 1 - - uid: 14525 + - uid: 32015 components: - type: Transform - pos: -199.5,123.5 + pos: 150.5,201.5 parent: 1 - - uid: 14526 + - uid: 32016 components: - type: Transform - pos: -199.5,124.5 + pos: 157.5,201.5 parent: 1 - - uid: 14527 + - uid: 32017 components: - type: Transform - pos: -199.5,125.5 + pos: 156.5,201.5 parent: 1 - - uid: 14528 + - uid: 32018 components: - type: Transform - pos: -199.5,126.5 + pos: 149.5,201.5 parent: 1 - - uid: 14529 + - uid: 32019 components: - type: Transform - pos: -199.5,127.5 + pos: 144.5,201.5 parent: 1 - - uid: 14530 + - uid: 32020 components: - type: Transform - pos: -199.5,128.5 + pos: 145.5,201.5 parent: 1 - - uid: 14531 + - uid: 32021 components: - type: Transform - pos: -199.5,129.5 + pos: -335.5,-27.5 parent: 1 - - uid: 14532 + - uid: 32022 components: - type: Transform - pos: -199.5,130.5 + pos: 143.5,201.5 parent: 1 - - uid: 14533 + - uid: 32023 components: - type: Transform - pos: -199.5,131.5 + pos: -342.5,73.5 parent: 1 - - uid: 14534 + - uid: 32024 components: - type: Transform - pos: -199.5,132.5 + pos: 167.5,201.5 parent: 1 - - uid: 14535 + - uid: 32025 components: - type: Transform - pos: -199.5,133.5 + pos: 48.5,-207.5 parent: 1 - - uid: 14536 + - uid: 32026 components: - type: Transform - pos: -199.5,134.5 + pos: 53.5,-212.5 parent: 1 - - uid: 14537 + - uid: 32027 components: - type: Transform - pos: -199.5,135.5 + pos: -340.5,-27.5 parent: 1 - - uid: 14538 + - uid: 32028 components: - type: Transform - pos: -199.5,136.5 + pos: -337.5,-27.5 parent: 1 - - uid: 14539 + - uid: 32029 components: - type: Transform - pos: -199.5,137.5 + pos: 51.5,-209.5 parent: 1 - - uid: 14540 + - uid: 32030 components: - type: Transform - pos: -199.5,138.5 + pos: 49.5,-208.5 parent: 1 - - uid: 14541 + - uid: 32031 components: - type: Transform - pos: -199.5,139.5 + pos: 53.5,-207.5 parent: 1 - - uid: 14542 + - uid: 32032 components: - type: Transform - pos: -199.5,140.5 + pos: -341.5,-27.5 parent: 1 - - uid: 14543 + - uid: 32033 components: - type: Transform - pos: -199.5,141.5 + pos: 53.5,-211.5 parent: 1 - - uid: 14544 + - uid: 32034 components: - type: Transform - pos: -199.5,142.5 + pos: -342.5,83.5 parent: 1 - - uid: 14545 + - uid: 32035 components: - type: Transform - pos: -199.5,143.5 + pos: -342.5,-27.5 parent: 1 - - uid: 14546 + - uid: 32036 components: - type: Transform - pos: -199.5,144.5 + pos: 50.5,-208.5 parent: 1 - - uid: 14547 + - uid: 32037 components: - type: Transform - pos: -199.5,145.5 + pos: 53.5,-213.5 parent: 1 - - uid: 14548 + - uid: 32038 components: - type: Transform - pos: -199.5,146.5 + pos: 59.5,-207.5 parent: 1 - - uid: 14549 + - uid: 32039 components: - type: Transform - pos: -199.5,147.5 + pos: 40.5,-202.5 parent: 1 - - uid: 14550 + - uid: 32040 components: - type: Transform - pos: -199.5,148.5 + pos: 61.5,-209.5 parent: 1 - - uid: 14551 + - uid: 32041 components: - type: Transform - pos: -199.5,149.5 + pos: 53.5,-204.5 parent: 1 - - uid: 14552 + - uid: 32042 components: - type: Transform - pos: -199.5,150.5 + pos: 53.5,-214.5 parent: 1 - - uid: 14553 + - uid: 32043 components: - type: Transform - pos: -199.5,151.5 + pos: 51.5,-207.5 parent: 1 - - uid: 14554 + - uid: 32044 components: - type: Transform - pos: -199.5,152.5 + pos: 52.5,-212.5 parent: 1 - - uid: 14555 + - uid: 32045 components: - type: Transform - pos: -199.5,153.5 + pos: 53.5,-203.5 parent: 1 - - uid: 14556 + - uid: 32046 components: - type: Transform - pos: -199.5,154.5 + pos: 43.5,-207.5 parent: 1 - - uid: 14557 + - uid: 32047 components: - type: Transform - pos: -199.5,155.5 + pos: 53.5,-210.5 parent: 1 - - uid: 14558 + - uid: 32048 components: - type: Transform - pos: -199.5,156.5 + pos: 53.5,-215.5 parent: 1 - - uid: 14559 + - uid: 32049 components: - type: Transform - pos: -199.5,157.5 + pos: -339.5,-27.5 parent: 1 - - uid: 14560 + - uid: 32050 components: - type: Transform - pos: -199.5,158.5 + pos: 52.5,-214.5 parent: 1 - - uid: 14561 + - uid: 32051 components: - type: Transform - pos: -199.5,159.5 + pos: -338.5,-27.5 parent: 1 - - uid: 14562 + - uid: 32052 components: - type: Transform - pos: -199.5,160.5 + pos: 43.5,-214.5 parent: 1 - - uid: 14563 + - uid: 32053 components: - type: Transform - pos: -199.5,161.5 + pos: 37.5,-210.5 parent: 1 - - uid: 14564 + - uid: 32054 components: - type: Transform - pos: -199.5,162.5 + pos: 39.5,-209.5 parent: 1 - - uid: 14565 + - uid: 32055 components: - type: Transform - pos: -199.5,163.5 + pos: 40.5,-210.5 parent: 1 - - uid: 14566 + - uid: 32056 components: - type: Transform - pos: -199.5,164.5 + pos: 55.5,-208.5 parent: 1 - - uid: 14567 + - uid: 32057 components: - type: Transform - pos: -199.5,165.5 + pos: 43.5,-216.5 parent: 1 - - uid: 14568 + - uid: 32058 components: - type: Transform - pos: -199.5,166.5 + pos: 52.5,-207.5 parent: 1 - - uid: 14569 + - uid: 32059 components: - type: Transform - pos: -199.5,167.5 + pos: 51.5,-202.5 parent: 1 - - uid: 14570 + - uid: 32060 components: - type: Transform - pos: -199.5,168.5 + pos: 40.5,-209.5 parent: 1 - - uid: 14571 + - uid: 32061 components: - type: Transform - pos: -199.5,169.5 + pos: 38.5,-209.5 parent: 1 - - uid: 14572 + - uid: 32062 components: - type: Transform - pos: -199.5,170.5 + pos: 38.5,-210.5 parent: 1 - - uid: 14573 + - uid: 32063 components: - type: Transform - pos: -199.5,171.5 + pos: 57.5,-208.5 parent: 1 - - uid: 14574 + - uid: 32064 components: - type: Transform - pos: -199.5,172.5 + pos: 39.5,-201.5 parent: 1 - - uid: 14575 + - uid: 32065 components: - type: Transform - pos: -199.5,173.5 + pos: 23.5,-210.5 parent: 1 - - uid: 14576 + - uid: 32066 components: - type: Transform - pos: -199.5,174.5 + pos: 42.5,-203.5 parent: 1 - - uid: 14577 + - uid: 32067 components: - type: Transform - pos: -199.5,175.5 + pos: 71.5,-202.5 parent: 1 - - uid: 14578 + - uid: 32068 components: - type: Transform - pos: -199.5,176.5 + pos: 52.5,-205.5 parent: 1 - - uid: 14579 + - uid: 32069 components: - type: Transform - pos: -199.5,177.5 + pos: 50.5,-202.5 parent: 1 - - uid: 14580 + - uid: 32070 components: - type: Transform - pos: -199.5,178.5 + pos: 37.5,-201.5 parent: 1 - - uid: 14581 + - uid: 32071 components: - type: Transform - pos: -199.5,179.5 + pos: 61.5,-201.5 parent: 1 - - uid: 14582 + - uid: 32072 components: - type: Transform - pos: -199.5,180.5 + pos: 24.5,-210.5 parent: 1 - - uid: 14583 + - uid: 32073 components: - type: Transform - pos: -199.5,181.5 + pos: 70.5,-203.5 parent: 1 - - uid: 14584 + - uid: 32074 components: - type: Transform - pos: -199.5,182.5 + pos: 61.5,-213.5 parent: 1 - - uid: 14585 + - uid: 32075 components: - type: Transform - pos: -199.5,183.5 + pos: 37.5,-209.5 parent: 1 - - uid: 14586 + - uid: 32076 components: - type: Transform - pos: -199.5,184.5 + pos: 52.5,-204.5 parent: 1 - - uid: 14587 + - uid: 32077 components: - type: Transform - pos: -199.5,185.5 + pos: 24.5,-209.5 parent: 1 - - uid: 14588 + - uid: 32078 components: - type: Transform - pos: -199.5,186.5 + pos: 55.5,-201.5 parent: 1 - - uid: 14589 + - uid: 32079 components: - type: Transform - pos: -199.5,187.5 + pos: 52.5,-206.5 parent: 1 - - uid: 14590 + - uid: 32080 components: - type: Transform - pos: -199.5,188.5 + pos: 51.5,-201.5 parent: 1 - - uid: 14591 + - uid: 32081 components: - type: Transform - pos: -199.5,189.5 + pos: 52.5,-210.5 parent: 1 - - uid: 14592 + - uid: 32082 components: - type: Transform - pos: -199.5,190.5 + pos: 48.5,-208.5 parent: 1 - - uid: 14593 + - uid: 32083 components: - type: Transform - pos: -199.5,191.5 + pos: 53.5,-209.5 parent: 1 - - uid: 14594 + - uid: 32084 components: - type: Transform - pos: -199.5,192.5 + pos: 49.5,-201.5 parent: 1 - - uid: 14595 + - uid: 32085 components: - type: Transform - pos: -199.5,193.5 + pos: 41.5,-201.5 parent: 1 - - uid: 14596 + - uid: 32086 components: - type: Transform - pos: -199.5,194.5 + pos: 25.5,-201.5 parent: 1 - - uid: 14597 + - uid: 32087 components: - type: Transform - pos: -199.5,195.5 + pos: 25.5,-202.5 parent: 1 - - uid: 14598 + - uid: 32088 components: - type: Transform - pos: -199.5,196.5 + pos: 26.5,-201.5 parent: 1 - - uid: 14599 + - uid: 32089 components: - type: Transform - pos: -199.5,197.5 + pos: 26.5,-202.5 parent: 1 - - uid: 14600 + - uid: 32090 components: - type: Transform - pos: -199.5,198.5 + pos: 27.5,-201.5 parent: 1 - - uid: 14601 + - uid: 32091 components: - type: Transform - pos: -199.5,199.5 + pos: 27.5,-202.5 parent: 1 - - uid: 14602 + - uid: 32092 components: - type: Transform - pos: -199.5,200.5 + pos: 28.5,-201.5 parent: 1 - - uid: 14603 + - uid: 32093 components: - type: Transform - pos: -49.5,200.5 + pos: 28.5,-202.5 parent: 1 - - uid: 14604 + - uid: 32094 components: - type: Transform - pos: -48.5,200.5 + pos: 29.5,-201.5 parent: 1 - - uid: 14605 + - uid: 32095 components: - type: Transform - pos: -47.5,200.5 + pos: 29.5,-202.5 parent: 1 - - uid: 14606 + - uid: 32096 components: - type: Transform - pos: -46.5,200.5 + pos: 48.5,-202.5 parent: 1 - - uid: 14607 + - uid: 32097 components: - type: Transform - pos: -73.5,200.5 + pos: 55.5,-202.5 parent: 1 - - uid: 14608 + - uid: 32098 components: - type: Transform - pos: -74.5,200.5 + pos: 44.5,-211.5 parent: 1 - - uid: 14609 + - uid: 32099 components: - type: Transform - pos: -70.5,200.5 + pos: 67.5,-210.5 parent: 1 - - uid: 14610 + - uid: 32100 components: - type: Transform - pos: 40.5,200.5 + pos: 39.5,-210.5 parent: 1 - - uid: 14611 + - uid: 32101 components: - type: Transform - pos: 41.5,200.5 + pos: 55.5,-203.5 parent: 1 - - uid: 14612 + - uid: 32102 components: - type: Transform - pos: 42.5,200.5 + pos: 44.5,-213.5 parent: 1 - - uid: 14613 + - uid: 32103 components: - type: Transform - pos: 43.5,200.5 + pos: 60.5,-206.5 parent: 1 - - uid: 14614 + - uid: 32104 components: - type: Transform - pos: 44.5,200.5 + pos: 52.5,-209.5 parent: 1 - - uid: 14615 + - uid: 32105 components: - type: Transform - pos: 45.5,200.5 + pos: 44.5,-215.5 parent: 1 - - uid: 14616 + - uid: 32106 components: - type: Transform - pos: 46.5,200.5 + pos: 60.5,-208.5 parent: 1 - - uid: 14617 + - uid: 32107 components: - type: Transform - pos: 47.5,200.5 + pos: 50.5,-207.5 parent: 1 - - uid: 14618 + - uid: 32108 components: - type: Transform - pos: 48.5,200.5 + pos: 58.5,-208.5 parent: 1 - - uid: 14619 + - uid: 32109 components: - type: Transform - pos: 49.5,200.5 + pos: 49.5,-207.5 parent: 1 - - uid: 14620 + - uid: 32110 components: - type: Transform - pos: 50.5,200.5 + pos: 52.5,-201.5 parent: 1 - - uid: 14621 + - uid: 32111 components: - type: Transform - pos: 51.5,200.5 + pos: 52.5,-202.5 parent: 1 - - uid: 14622 + - uid: 32112 components: - type: Transform - pos: 52.5,200.5 + pos: 57.5,-207.5 parent: 1 - - uid: 14623 + - uid: 32113 components: - type: Transform - pos: 53.5,200.5 + pos: 53.5,-205.5 parent: 1 - - uid: 14624 + - uid: 32114 components: - type: Transform - pos: 54.5,200.5 + pos: 44.5,-216.5 parent: 1 - - uid: 14625 + - uid: 32115 components: - type: Transform - pos: 73.5,200.5 + pos: 48.5,-201.5 parent: 1 - - uid: 14626 + - uid: 32116 components: - type: Transform - pos: 74.5,200.5 + pos: 166.5,201.5 parent: 1 - - uid: 14627 + - uid: 32117 components: - type: Transform - pos: 75.5,200.5 + pos: 142.5,201.5 parent: 1 - - uid: 14628 + - uid: 32118 components: - type: Transform - pos: 76.5,200.5 + pos: 141.5,201.5 parent: 1 - - uid: 14629 + - uid: 32119 components: - type: Transform - pos: 77.5,200.5 + pos: 151.5,201.5 parent: 1 - - uid: 14630 + - uid: 32120 components: - type: Transform - pos: 78.5,200.5 + pos: 159.5,201.5 parent: 1 - - uid: 14631 + - uid: 32121 components: - type: Transform - pos: 79.5,200.5 + pos: 158.5,201.5 parent: 1 - - uid: 14632 + - uid: 32122 components: - type: Transform - pos: 80.5,200.5 + pos: 162.5,201.5 parent: 1 - - uid: 14633 + - uid: 32123 components: - type: Transform - pos: 81.5,200.5 + pos: 164.5,201.5 parent: 1 - - uid: 14634 + - uid: 32124 components: - type: Transform - pos: 82.5,200.5 + pos: 160.5,201.5 parent: 1 - - uid: 14635 + - uid: 32125 components: - type: Transform - pos: 83.5,200.5 + pos: 155.5,201.5 parent: 1 - - uid: 14636 + - uid: 32126 components: - type: Transform - pos: 84.5,200.5 + pos: 154.5,201.5 parent: 1 - - uid: 14637 + - uid: 32127 components: - type: Transform - pos: 85.5,200.5 + pos: 152.5,201.5 parent: 1 - - uid: 14638 + - uid: 32128 components: - type: Transform - pos: 86.5,200.5 + pos: 24.5,-202.5 parent: 1 - - uid: 14639 + - uid: 32129 components: - type: Transform - pos: 87.5,200.5 + pos: 43.5,-206.5 parent: 1 - - uid: 14640 + - uid: 32130 components: - type: Transform - pos: 88.5,200.5 + pos: 61.5,-210.5 parent: 1 - - uid: 14641 + - uid: 32131 components: - type: Transform - pos: 89.5,200.5 + pos: 62.5,-204.5 parent: 1 - - uid: 14642 + - uid: 32132 components: - type: Transform - pos: 90.5,200.5 + pos: 62.5,-201.5 parent: 1 - - uid: 14643 + - uid: 32133 components: - type: Transform - pos: 91.5,200.5 + pos: 23.5,-212.5 parent: 1 - - uid: 14644 + - uid: 32134 components: - type: Transform - pos: 92.5,200.5 + pos: 30.5,-201.5 parent: 1 - - uid: 14645 + - uid: 32135 components: - type: Transform - pos: 93.5,200.5 + pos: 55.5,-205.5 parent: 1 - - uid: 14646 + - uid: 32136 components: - type: Transform - pos: 94.5,200.5 + pos: 31.5,-202.5 parent: 1 - - uid: 14647 + - uid: 32137 components: - type: Transform - pos: 95.5,200.5 + pos: -342.5,84.5 parent: 1 - - uid: 14648 + - uid: 32138 components: - type: Transform - pos: 96.5,200.5 + pos: -342.5,82.5 parent: 1 - - uid: 14649 + - uid: 32139 components: - type: Transform - pos: 29.5,200.5 + pos: 58.5,-207.5 parent: 1 - - uid: 14650 + - uid: 32140 components: - type: Transform - pos: 30.5,200.5 + pos: 61.5,-207.5 parent: 1 - - uid: 14651 + - uid: 32141 components: - type: Transform - pos: 31.5,200.5 + pos: 24.5,-207.5 parent: 1 - - uid: 14652 + - uid: 32142 components: - type: Transform - pos: 32.5,200.5 + pos: 23.5,-207.5 parent: 1 - - uid: 14653 + - uid: 32143 components: - type: Transform - pos: 33.5,200.5 + pos: 24.5,-214.5 parent: 1 - - uid: 14654 + - uid: 32144 components: - type: Transform - pos: 34.5,200.5 + pos: 43.5,-209.5 parent: 1 - - uid: 14655 + - uid: 32145 components: - type: Transform - pos: 35.5,200.5 + pos: 34.5,-211.5 parent: 1 - - uid: 14656 + - uid: 32146 components: - type: Transform - pos: 36.5,200.5 + pos: 62.5,-203.5 parent: 1 - - uid: 14657 + - uid: 32147 components: - type: Transform - pos: 37.5,200.5 + pos: 34.5,-212.5 parent: 1 - - uid: 14658 + - uid: 32148 components: - type: Transform - pos: 38.5,200.5 + pos: 62.5,-212.5 parent: 1 - - uid: 14659 + - uid: 32149 components: - type: Transform - pos: 39.5,200.5 + pos: 62.5,-216.5 parent: 1 - - uid: 14660 + - uid: 32150 components: - type: Transform - pos: 65.5,200.5 + pos: 62.5,-209.5 parent: 1 - - uid: 14661 + - uid: 32151 components: - type: Transform - pos: 66.5,200.5 + pos: 23.5,-211.5 parent: 1 - - uid: 14662 + - uid: 32152 components: - type: Transform - pos: 67.5,200.5 + pos: 34.5,-210.5 parent: 1 - - uid: 14663 + - uid: 32153 components: - type: Transform - pos: 68.5,200.5 + pos: 62.5,-215.5 parent: 1 - - uid: 14664 + - uid: 32154 components: - type: Transform - pos: 69.5,200.5 + pos: 61.5,-214.5 parent: 1 - - uid: 14665 + - uid: 32155 components: - type: Transform - pos: 70.5,200.5 + pos: 61.5,-216.5 parent: 1 - - uid: 14666 + - uid: 32156 components: - type: Transform - pos: 71.5,200.5 + pos: 30.5,-202.5 parent: 1 - - uid: 14667 + - uid: 32157 components: - type: Transform - pos: 72.5,200.5 + pos: 31.5,-201.5 parent: 1 - - uid: 14668 + - uid: 32158 components: - type: Transform - pos: 64.5,200.5 + pos: 23.5,-216.5 parent: 1 - - uid: 14669 + - uid: 32159 components: - type: Transform - pos: 102.5,200.5 + pos: 61.5,-215.5 parent: 1 - - uid: 14670 + - uid: 32160 components: - type: Transform - pos: 97.5,200.5 + pos: 61.5,-211.5 parent: 1 - - uid: 14671 + - uid: 32161 components: - type: Transform - pos: -78.5,200.5 + pos: 163.5,201.5 parent: 1 - - uid: 14672 + - uid: 32162 components: - type: Transform - pos: -79.5,200.5 + pos: 173.5,201.5 parent: 1 - - uid: 14673 + - uid: 32163 components: - type: Transform - pos: -80.5,200.5 + pos: -207.5,-76.5 parent: 1 - - uid: 14674 + - uid: 32164 components: - type: Transform - pos: -77.5,200.5 + pos: 62.5,-208.5 parent: 1 - - uid: 14675 + - uid: 32165 components: - type: Transform - pos: -98.5,200.5 + pos: 23.5,-213.5 parent: 1 - - uid: 14676 + - uid: 32166 components: - type: Transform - pos: -85.5,200.5 + pos: -275.5,-72.5 parent: 1 - - uid: 14677 + - uid: 32167 components: - type: Transform - pos: -86.5,200.5 + pos: 23.5,-206.5 parent: 1 - - uid: 14678 + - uid: 32168 components: - type: Transform - pos: -87.5,200.5 + pos: 69.5,-209.5 parent: 1 - - uid: 14679 + - uid: 32169 components: - type: Transform - pos: -88.5,200.5 + pos: 23.5,-203.5 parent: 1 - - uid: 14680 + - uid: 32170 components: - type: Transform - pos: -89.5,200.5 + pos: 23.5,-204.5 parent: 1 - - uid: 14681 + - uid: 32171 components: - type: Transform - pos: -90.5,200.5 + pos: 23.5,-201.5 parent: 1 - - uid: 14682 + - uid: 32172 components: - type: Transform - pos: -91.5,200.5 + pos: 23.5,-205.5 parent: 1 - - uid: 14683 + - uid: 32173 components: - type: Transform - pos: -92.5,200.5 + pos: 23.5,-214.5 parent: 1 - - uid: 14684 + - uid: 32174 components: - type: Transform - pos: -93.5,200.5 + pos: 55.5,-210.5 parent: 1 - - uid: 14685 + - uid: 32175 components: - type: Transform - pos: -94.5,200.5 + pos: 56.5,-201.5 parent: 1 - - uid: 14686 + - uid: 32176 components: - type: Transform - pos: -95.5,200.5 + pos: 61.5,-203.5 parent: 1 - - uid: 14687 + - uid: 32177 components: - type: Transform - pos: -83.5,200.5 + pos: 23.5,-208.5 parent: 1 - - uid: 14688 + - uid: 32178 components: - type: Transform - pos: -84.5,200.5 + pos: 23.5,-209.5 parent: 1 - - uid: 14689 + - uid: 32179 components: - type: Transform - pos: -112.5,200.5 + pos: 199.5,201.5 parent: 1 - - uid: 14690 + - uid: 32180 components: - type: Transform - pos: -113.5,200.5 + pos: 170.5,201.5 parent: 1 - - uid: 14691 + - uid: 32181 components: - type: Transform - pos: -114.5,200.5 + pos: 191.5,201.5 parent: 1 - - uid: 14692 + - uid: 32182 components: - type: Transform - pos: -115.5,200.5 + pos: 46.5,-210.5 parent: 1 - - uid: 14693 + - uid: 32183 components: - type: Transform - pos: -116.5,200.5 + pos: 56.5,-213.5 parent: 1 - - uid: 14694 + - uid: 32184 components: - type: Transform - pos: -117.5,200.5 + pos: 46.5,-211.5 parent: 1 - - uid: 14695 + - uid: 32185 components: - type: Transform - pos: -118.5,200.5 + pos: 192.5,201.5 parent: 1 - - uid: 14696 + - uid: 32186 components: - type: Transform - pos: -119.5,200.5 + pos: 171.5,201.5 parent: 1 - - uid: 14697 + - uid: 32187 components: - type: Transform - pos: -120.5,200.5 + pos: 168.5,201.5 parent: 1 - - uid: 14698 + - uid: 32188 components: - type: Transform - pos: -121.5,200.5 + pos: 165.5,201.5 parent: 1 - - uid: 14699 + - uid: 32189 components: - type: Transform - pos: -122.5,200.5 + pos: 161.5,201.5 parent: 1 - - uid: 14700 + - uid: 32190 components: - type: Transform - pos: -123.5,200.5 + pos: 56.5,-203.5 parent: 1 - - uid: 14701 + - uid: 32191 components: - type: Transform - pos: -124.5,200.5 + pos: 56.5,-208.5 parent: 1 - - uid: 14702 + - uid: 32192 components: - type: Transform - pos: -125.5,200.5 + pos: 44.5,-212.5 parent: 1 - - uid: 14703 + - uid: 32193 components: - type: Transform - pos: -126.5,200.5 + pos: 55.5,-209.5 parent: 1 - - uid: 14704 + - uid: 32194 components: - type: Transform - pos: -127.5,200.5 + pos: 24.5,-203.5 parent: 1 - - uid: 14705 + - uid: 32195 components: - type: Transform - pos: -128.5,200.5 + pos: 55.5,-211.5 parent: 1 - - uid: 14706 + - uid: 32196 components: - type: Transform - pos: -129.5,200.5 + pos: 56.5,-207.5 parent: 1 - - uid: 14707 + - uid: 32197 components: - type: Transform - pos: -130.5,200.5 + pos: 55.5,-207.5 parent: 1 - - uid: 14708 + - uid: 32198 components: - type: Transform - pos: -131.5,200.5 + pos: 24.5,-204.5 parent: 1 - - uid: 14709 + - uid: 32199 components: - type: Transform - pos: -132.5,200.5 + pos: 43.5,-204.5 parent: 1 - - uid: 14710 + - uid: 32200 components: - type: Transform - pos: -133.5,200.5 + pos: 180.5,201.5 parent: 1 - - uid: 14711 + - uid: 32201 components: - type: Transform - pos: -134.5,200.5 + pos: -342.5,76.5 parent: 1 - - uid: 14712 + - uid: 32202 components: - type: Transform - pos: -135.5,200.5 + pos: -342.5,78.5 parent: 1 - - uid: 14713 + - uid: 32203 components: - type: Transform - pos: -136.5,200.5 + pos: 26.5,-208.5 parent: 1 - - uid: 14714 + - uid: 32204 components: - type: Transform - pos: -137.5,200.5 + pos: 61.5,-206.5 parent: 1 - - uid: 14715 + - uid: 32205 components: - type: Transform - pos: -138.5,200.5 + pos: 43.5,-213.5 parent: 1 - - uid: 14716 + - uid: 32206 components: - type: Transform - pos: -139.5,200.5 + pos: 55.5,-216.5 parent: 1 - - uid: 14717 + - uid: 32207 components: - type: Transform - pos: -99.5,200.5 + pos: -272.5,-76.5 parent: 1 - - uid: 14718 + - uid: 32208 components: - type: Transform - pos: -100.5,200.5 + pos: 55.5,-215.5 parent: 1 - - uid: 14719 + - uid: 32209 components: - type: Transform - pos: -101.5,200.5 + pos: 70.5,-208.5 parent: 1 - - uid: 14720 + - uid: 32210 components: - type: Transform - pos: -102.5,200.5 + pos: -274.5,-73.5 parent: 1 - - uid: 14721 + - uid: 32211 components: - type: Transform - pos: -103.5,200.5 + pos: 24.5,-201.5 parent: 1 - - uid: 14722 + - uid: 32212 components: - type: Transform - pos: -104.5,200.5 + pos: 24.5,-216.5 parent: 1 - - uid: 14723 + - uid: 32213 components: - type: Transform - pos: -105.5,200.5 + pos: -330.5,-27.5 parent: 1 - - uid: 14724 + - uid: 32214 components: - type: Transform - pos: -106.5,200.5 + pos: -323.5,-27.5 parent: 1 - - uid: 14725 + - uid: 32215 components: - type: Transform - pos: -107.5,200.5 + pos: -328.5,-27.5 parent: 1 - - uid: 14726 + - uid: 32216 components: - type: Transform - pos: -108.5,200.5 + pos: -332.5,-27.5 parent: 1 - - uid: 14727 + - uid: 32217 components: - type: Transform - pos: -109.5,200.5 + pos: -327.5,-27.5 parent: 1 - - uid: 14728 + - uid: 32218 components: - type: Transform - pos: -110.5,200.5 + pos: -317.5,-27.5 parent: 1 - - uid: 14729 + - uid: 32219 components: - type: Transform - pos: -111.5,200.5 + pos: -314.5,-27.5 parent: 1 - - uid: 14730 + - uid: 32220 components: - type: Transform - pos: -159.5,200.5 + pos: -342.5,75.5 parent: 1 - - uid: 14731 + - uid: 32221 components: - type: Transform - pos: -160.5,200.5 + pos: -315.5,-27.5 parent: 1 - - uid: 14732 + - uid: 32222 components: - type: Transform - pos: -161.5,200.5 + pos: -316.5,-27.5 parent: 1 - - uid: 14733 + - uid: 32223 components: - type: Transform - pos: -162.5,200.5 + pos: -342.5,72.5 parent: 1 - - uid: 14734 + - uid: 32224 components: - type: Transform - pos: -163.5,200.5 + pos: -342.5,74.5 parent: 1 - - uid: 14735 + - uid: 32225 components: - type: Transform - pos: -164.5,200.5 + pos: 24.5,-206.5 parent: 1 - - uid: 14736 + - uid: 32226 components: - type: Transform - pos: -165.5,200.5 + pos: 24.5,-212.5 parent: 1 - - uid: 14737 + - uid: 32227 components: - type: Transform - pos: -166.5,200.5 + pos: 53.5,-202.5 parent: 1 - - uid: 14738 + - uid: 32228 components: - type: Transform - pos: -167.5,200.5 + pos: -342.5,79.5 parent: 1 - - uid: 14739 + - uid: 32229 components: - type: Transform - pos: -168.5,200.5 + pos: -313.5,-27.5 parent: 1 - - uid: 14740 + - uid: 32230 components: - type: Transform - pos: -169.5,200.5 + pos: -333.5,-27.5 parent: 1 - - uid: 14741 + - uid: 32231 components: - type: Transform - pos: -170.5,200.5 + pos: -325.5,-27.5 parent: 1 - - uid: 14742 + - uid: 32232 components: - type: Transform - pos: -171.5,200.5 + pos: -342.5,80.5 parent: 1 - - uid: 14743 + - uid: 32233 components: - type: Transform - pos: -172.5,200.5 + pos: -342.5,81.5 parent: 1 - - uid: 14744 + - uid: 32234 components: - type: Transform - pos: -173.5,200.5 + pos: -309.5,-27.5 parent: 1 - - uid: 14745 + - uid: 32235 components: - type: Transform - pos: -174.5,200.5 + pos: 24.5,-215.5 parent: 1 - - uid: 14746 + - uid: 32236 components: - type: Transform - pos: -175.5,200.5 + pos: 56.5,-204.5 parent: 1 - - uid: 14747 + - uid: 32237 components: - type: Transform - pos: -176.5,200.5 + pos: 24.5,-213.5 parent: 1 - - uid: 14748 + - uid: 32238 components: - type: Transform - pos: -177.5,200.5 + pos: -275.5,-71.5 parent: 1 - - uid: 14749 + - uid: 32239 components: - type: Transform - pos: -178.5,200.5 + pos: -274.5,-72.5 parent: 1 - - uid: 14750 + - uid: 32240 components: - type: Transform - pos: -179.5,200.5 + pos: -334.5,-27.5 parent: 1 - - uid: 14751 + - uid: 32241 components: - type: Transform - pos: -180.5,200.5 + pos: 59.5,-208.5 parent: 1 - - uid: 14752 + - uid: 32242 components: - type: Transform - pos: -181.5,200.5 + pos: 46.5,-213.5 parent: 1 - - uid: 14753 + - uid: 32243 components: - type: Transform - pos: -182.5,200.5 + pos: 42.5,-208.5 parent: 1 - - uid: 14754 + - uid: 32244 components: - type: Transform - pos: -140.5,200.5 + pos: 62.5,-211.5 parent: 1 - - uid: 14755 + - uid: 32245 components: - type: Transform - pos: -141.5,200.5 + pos: 46.5,-201.5 parent: 1 - - uid: 14756 + - uid: 32246 components: - type: Transform - pos: -142.5,200.5 + pos: 32.5,-204.5 parent: 1 - - uid: 14757 + - uid: 32247 components: - type: Transform - pos: -143.5,200.5 + pos: 31.5,-208.5 parent: 1 - - uid: 14758 + - uid: 32248 components: - type: Transform - pos: -144.5,200.5 + pos: 37.5,-203.5 parent: 1 - - uid: 14759 + - uid: 32249 components: - type: Transform - pos: -145.5,200.5 + pos: 52.5,-203.5 parent: 1 - - uid: 14760 + - uid: 32250 components: - type: Transform - pos: -146.5,200.5 + pos: 52.5,-208.5 parent: 1 - - uid: 14761 + - uid: 32251 components: - type: Transform - pos: -147.5,200.5 + pos: 51.5,-208.5 parent: 1 - - uid: 14762 + - uid: 32252 components: - type: Transform - pos: -148.5,200.5 + pos: 53.5,-206.5 parent: 1 - - uid: 14763 + - uid: 32253 components: - type: Transform - pos: -149.5,200.5 + pos: -342.5,71.5 parent: 1 - - uid: 14764 + - uid: 32254 components: - type: Transform - pos: -150.5,200.5 + pos: -308.5,-27.5 parent: 1 - - uid: 14765 + - uid: 32255 components: - type: Transform - pos: -151.5,200.5 + pos: -311.5,-27.5 parent: 1 - - uid: 14766 + - uid: 32256 components: - type: Transform - pos: -152.5,200.5 + pos: -329.5,-27.5 parent: 1 - - uid: 14767 + - uid: 32257 components: - type: Transform - pos: -153.5,200.5 + pos: -312.5,-27.5 parent: 1 - - uid: 14768 + - uid: 32258 components: - type: Transform - pos: -154.5,200.5 + pos: -310.5,-27.5 parent: 1 - - uid: 14769 + - uid: 32259 components: - type: Transform - pos: -155.5,200.5 + pos: 55.5,-206.5 parent: 1 - - uid: 14770 + - uid: 32260 components: - type: Transform - pos: -156.5,200.5 + pos: 46.5,-209.5 parent: 1 - - uid: 14771 + - uid: 32261 components: - type: Transform - pos: -157.5,200.5 + pos: 62.5,-213.5 parent: 1 - - uid: 14772 + - uid: 32262 components: - type: Transform - pos: -158.5,200.5 + pos: 56.5,-215.5 parent: 1 - - uid: 14773 + - uid: 32263 components: - type: Transform - pos: 199.5,-130.5 + pos: 42.5,-207.5 parent: 1 - - uid: 14774 + - uid: 32264 components: - type: Transform - pos: 199.5,-163.5 + pos: 56.5,-211.5 parent: 1 - - uid: 14775 + - uid: 32265 components: - type: Transform - pos: 199.5,-173.5 + pos: 47.5,-213.5 parent: 1 - - uid: 14776 + - uid: 32266 components: - type: Transform - pos: 196.5,-199.5 + pos: 42.5,-202.5 parent: 1 - - uid: 14777 + - uid: 32267 components: - type: Transform - pos: 209.5,-54.5 + pos: 47.5,-209.5 parent: 1 - - uid: 14778 + - uid: 32268 components: - type: Transform - pos: 195.5,-199.5 + pos: -128.5,63.5 parent: 1 - - uid: 14779 + - uid: 32269 components: - type: Transform - pos: -62.5,170.5 + pos: 42.5,-204.5 parent: 1 - - uid: 14780 + - uid: 32270 components: - type: Transform - pos: 157.5,200.5 + pos: 32.5,-205.5 parent: 1 - - uid: 14781 + - uid: 32271 components: - type: Transform - pos: 199.5,-139.5 + pos: 47.5,-214.5 parent: 1 - - uid: 14782 + - uid: 32272 components: - type: Transform - pos: 190.5,200.5 + pos: 32.5,-206.5 parent: 1 - - uid: 14783 + - uid: 32273 components: - type: Transform - pos: 199.5,-193.5 + pos: 47.5,-206.5 parent: 1 - - uid: 14784 + - uid: 32274 components: - type: Transform - pos: 186.5,-199.5 + pos: 62.5,-202.5 parent: 1 - - uid: 14785 + - uid: 32275 components: - type: Transform - pos: 199.5,-158.5 + pos: 50.5,-201.5 parent: 1 - - uid: 14786 + - uid: 32276 components: - type: Transform - pos: 199.5,-118.5 + pos: 47.5,-205.5 parent: 1 - - uid: 14787 + - uid: 32277 components: - type: Transform - pos: 210.5,-54.5 + pos: 47.5,-201.5 parent: 1 - - uid: 14788 + - uid: 32278 components: - type: Transform - pos: 165.5,-199.5 + pos: 32.5,-208.5 parent: 1 - - uid: 14789 + - uid: 32279 components: - type: Transform - pos: 184.5,200.5 + pos: 41.5,-202.5 parent: 1 - - uid: 14790 + - uid: 32280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-92.5 + pos: 148.5,-203.5 parent: 1 - - uid: 14791 + - uid: 32281 components: - type: Transform - pos: 184.5,-199.5 + pos: 159.5,-205.5 parent: 1 - - uid: 14792 + - uid: 32282 components: - type: Transform - pos: 176.5,200.5 + pos: 151.5,-205.5 parent: 1 - - uid: 14793 + - uid: 32283 components: - type: Transform - pos: 183.5,200.5 + pos: 152.5,-205.5 parent: 1 - - uid: 14794 + - uid: 32284 components: - type: Transform - pos: 160.5,-199.5 + pos: 148.5,-201.5 parent: 1 - - uid: 14795 + - uid: 32285 components: - type: Transform - pos: 175.5,-199.5 + pos: 156.5,-205.5 parent: 1 - - uid: 14796 + - uid: 32286 components: - type: Transform - pos: 212.5,-54.5 + pos: 153.5,-205.5 parent: 1 - - uid: 14797 + - uid: 32287 components: - type: Transform - pos: 197.5,-199.5 + pos: 149.5,-205.5 parent: 1 - - uid: 14798 + - uid: 32288 components: - type: Transform - pos: 199.5,-191.5 + pos: 150.5,-205.5 parent: 1 - - uid: 14799 + - uid: 32289 components: - type: Transform - pos: 151.5,-199.5 + pos: 148.5,-205.5 parent: 1 - - uid: 14800 + - uid: 32290 components: - type: Transform - pos: 163.5,-199.5 + pos: 148.5,-202.5 parent: 1 - - uid: 14801 + - uid: 32291 components: - type: Transform - pos: 211.5,-54.5 + pos: 148.5,-199.5 parent: 1 - - uid: 14802 + - uid: 32292 components: - type: Transform - pos: 187.5,200.5 + pos: 148.5,-200.5 parent: 1 - - uid: 14803 + - uid: 32293 components: - type: Transform - pos: 180.5,200.5 + pos: 163.5,-199.5 parent: 1 - - uid: 14804 + - uid: 32294 components: - type: Transform - pos: 199.5,-195.5 + pos: 161.5,-205.5 parent: 1 - - uid: 14805 + - uid: 32295 components: - type: Transform - pos: 156.5,200.5 + pos: 155.5,-205.5 parent: 1 - - uid: 14806 + - uid: 32296 components: - type: Transform - pos: 157.5,-199.5 + pos: 161.5,-200.5 parent: 1 - - uid: 14807 + - uid: 32297 components: - type: Transform - pos: 152.5,-199.5 + pos: 162.5,-199.5 parent: 1 - - uid: 14808 + - uid: 32298 components: - type: Transform - pos: 199.5,-186.5 + pos: 161.5,-199.5 parent: 1 - - uid: 14809 + - uid: 32299 components: - type: Transform - pos: 199.5,-167.5 + pos: 158.5,-205.5 parent: 1 - - uid: 14810 + - uid: 32300 components: - type: Transform - pos: 199.5,-170.5 + pos: 161.5,-202.5 parent: 1 - - uid: 14811 + - uid: 32301 components: - type: Transform - pos: 199.5,-176.5 + pos: 148.5,-204.5 parent: 1 - - uid: 14812 + - uid: 32302 components: - type: Transform - pos: 162.5,-199.5 + pos: 145.5,-199.5 parent: 1 - - uid: 14813 + - uid: 32303 components: - type: Transform - pos: 199.5,-135.5 + pos: 161.5,-201.5 parent: 1 - - uid: 14814 + - uid: 32304 components: - type: Transform - pos: 199.5,-134.5 + pos: -127.5,60.5 parent: 1 - - uid: 14815 + - uid: 32305 components: - type: Transform - pos: 199.5,-199.5 + pos: -129.5,63.5 parent: 1 - - uid: 14816 + - uid: 32306 components: - type: Transform - pos: 167.5,-199.5 + pos: -127.5,63.5 parent: 1 - - uid: 14817 + - uid: 32307 components: - type: Transform - pos: 199.5,-177.5 + pos: -127.5,61.5 parent: 1 - - uid: 14818 + - uid: 32308 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-71.5 + pos: -126.5,59.5 parent: 1 - - uid: 14819 + - uid: 32309 components: - type: Transform - pos: 154.5,200.5 + pos: -127.5,59.5 parent: 1 - - uid: 14820 + - uid: 32310 components: - type: Transform - pos: 181.5,200.5 + pos: -127.5,62.5 parent: 1 - - uid: 14821 + - uid: 32311 components: - type: Transform - pos: 199.5,-120.5 + pos: 160.5,-205.5 parent: 1 - - uid: 14822 + - uid: 32312 components: - type: Transform - pos: 199.5,-121.5 + pos: 146.5,-199.5 parent: 1 - - uid: 14823 + - uid: 32313 components: - type: Transform - pos: 199.5,-122.5 + pos: 157.5,-205.5 parent: 1 - - uid: 14824 + - uid: 32314 components: - type: Transform - pos: 199.5,-123.5 + pos: 144.5,-199.5 parent: 1 - - uid: 14825 + - uid: 32315 components: - type: Transform - pos: 175.5,200.5 + pos: 66.5,-206.5 parent: 1 - - uid: 14826 + - uid: 32316 components: - type: Transform - pos: 153.5,200.5 + pos: 66.5,-207.5 parent: 1 - - uid: 14827 + - uid: 32317 components: - type: Transform - pos: 150.5,200.5 + pos: 66.5,-204.5 parent: 1 - - uid: 14828 + - uid: 32318 components: - type: Transform - pos: 152.5,200.5 + pos: 65.5,-205.5 parent: 1 - - uid: 14829 + - uid: 32319 components: - type: Transform - pos: 196.5,200.5 + pos: 66.5,-205.5 parent: 1 - - uid: 14830 + - uid: 32320 components: - type: Transform - pos: 169.5,200.5 + pos: 65.5,-206.5 parent: 1 - - uid: 14831 + - uid: 32321 components: - type: Transform - pos: 168.5,200.5 + pos: 65.5,-207.5 parent: 1 - - uid: 14832 + - uid: 32322 components: - type: Transform - pos: 174.5,200.5 + pos: 217.5,199.5 parent: 1 - - uid: 14833 + - uid: 32323 components: - type: Transform - pos: 185.5,200.5 + pos: -62.5,190.5 parent: 1 - - uid: 14834 + - uid: 32324 components: - type: Transform - pos: 167.5,200.5 + pos: -62.5,194.5 parent: 1 - - uid: 14835 + - uid: 32325 components: - type: Transform - pos: 166.5,200.5 + pos: -62.5,183.5 parent: 1 - - uid: 14836 + - uid: 32326 components: - type: Transform - pos: 165.5,200.5 + pos: -62.5,197.5 parent: 1 - - uid: 14837 + - uid: 32327 components: - type: Transform - pos: 164.5,200.5 + rot: 1.5707963267948966 rad + pos: -235.5,-102.5 parent: 1 - - uid: 14838 + - uid: 32328 components: - type: Transform - pos: 163.5,200.5 + rot: -1.5707963267948966 rad + pos: -250.5,-105.5 parent: 1 - - uid: 14839 + - uid: 32329 components: - type: Transform - pos: 162.5,200.5 + rot: -1.5707963267948966 rad + pos: -249.5,-108.5 parent: 1 - - uid: 14840 + - uid: 32330 components: - type: Transform - pos: 199.5,-160.5 + rot: -1.5707963267948966 rad + pos: -250.5,-107.5 parent: 1 - - uid: 14841 + - uid: 32331 components: - type: Transform - pos: 199.5,-141.5 + rot: -1.5707963267948966 rad + pos: -248.5,-112.5 parent: 1 - - uid: 14842 + - uid: 32332 components: - type: Transform - pos: 199.5,-142.5 + anchored: False + pos: -62.5,153.5 parent: 1 - - uid: 14843 + - uid: 32333 components: - type: Transform - pos: 191.5,200.5 + pos: -62.5,178.5 parent: 1 - - uid: 14844 + - uid: 32334 components: - type: Transform - pos: 199.5,-152.5 + anchored: False + pos: -62.5,154.5 parent: 1 - - uid: 14845 + - uid: 32335 components: - type: Transform - pos: 199.5,-153.5 + pos: -190.5,61.5 parent: 1 - - uid: 14846 + - uid: 32336 components: - type: Transform - pos: 199.5,-154.5 + pos: -189.5,61.5 parent: 1 - - uid: 14847 + - uid: 32337 components: - type: Transform - pos: 199.5,-148.5 + pos: -191.5,61.5 parent: 1 - - uid: 14848 + - uid: 32338 components: - type: Transform - pos: 199.5,-156.5 + pos: -169.5,73.5 parent: 1 - - uid: 14849 + - uid: 32339 components: - type: Transform - pos: 199.5,-157.5 + pos: -130.5,63.5 parent: 1 - - uid: 14850 + - uid: 32340 components: - type: Transform - pos: 199.5,-149.5 + pos: -138.5,64.5 parent: 1 - - uid: 14851 + - uid: 32341 components: - type: Transform - pos: 199.5,-150.5 + pos: -139.5,64.5 parent: 1 - - uid: 14852 + - uid: 32342 components: - type: Transform - pos: 199.5,-151.5 + pos: -136.5,64.5 parent: 1 - - uid: 14853 + - uid: 32343 components: - type: Transform - pos: 199.5,-147.5 + pos: -137.5,64.5 parent: 1 - - uid: 14854 + - uid: 32344 components: - type: Transform - pos: 199.5,-159.5 + pos: -134.5,64.5 parent: 1 - - uid: 14855 + - uid: 32345 components: - type: Transform - pos: 199.5,-166.5 + pos: -135.5,64.5 parent: 1 - - uid: 14856 + - uid: 32346 components: - type: Transform - pos: 213.5,-54.5 + pos: -132.5,64.5 parent: 1 - - uid: 14857 + - uid: 32347 components: - type: Transform - pos: 199.5,-180.5 + pos: -133.5,64.5 parent: 1 - - uid: 14858 + - uid: 32348 components: - type: Transform - pos: 199.5,-181.5 + pos: -130.5,64.5 parent: 1 - - uid: 14859 + - uid: 32349 components: - type: Transform - pos: 199.5,-182.5 + pos: -131.5,64.5 parent: 1 - - uid: 14860 + - uid: 32350 components: - type: Transform - pos: 199.5,-183.5 + pos: -142.5,63.5 parent: 1 - - uid: 14861 + - uid: 32351 components: - type: Transform - pos: 199.5,-179.5 + pos: -142.5,64.5 parent: 1 - - uid: 14862 + - uid: 32352 components: - type: Transform - pos: 199.5,-185.5 + pos: -142.5,62.5 parent: 1 - - uid: 14863 + - uid: 32353 components: - type: Transform - pos: 199.5,-117.5 + pos: -142.5,61.5 parent: 1 - - uid: 14864 + - uid: 32354 components: - type: Transform - pos: 199.5,-116.5 + pos: -141.5,61.5 parent: 1 - - uid: 14865 + - uid: 32355 components: - type: Transform - pos: 199.5,-115.5 + pos: -142.5,65.5 parent: 1 - - uid: 14866 + - uid: 32356 components: - type: Transform - pos: 199.5,-114.5 + pos: -140.5,63.5 parent: 1 - - uid: 14867 + - uid: 32357 components: - type: Transform - pos: 199.5,-113.5 + pos: -140.5,61.5 parent: 1 - - uid: 14868 + - uid: 32358 components: - type: Transform - pos: 199.5,-112.5 + pos: -140.5,62.5 parent: 1 - - uid: 14869 + - uid: 32359 components: - type: Transform - pos: 199.5,-111.5 + pos: -140.5,64.5 parent: 1 - - uid: 14870 + - uid: 32360 components: - type: Transform - pos: 199.5,-110.5 + pos: -149.5,66.5 parent: 1 - - uid: 14871 + - uid: 32361 components: - type: Transform - pos: 199.5,-109.5 + pos: -148.5,66.5 parent: 1 - - uid: 14872 + - uid: 32362 components: - type: Transform - pos: 199.5,-108.5 + pos: -143.5,66.5 parent: 1 - - uid: 14873 + - uid: 32363 components: - type: Transform - pos: 199.5,-107.5 + pos: -144.5,66.5 parent: 1 - - uid: 14874 + - uid: 32364 components: - type: Transform - pos: 199.5,-106.5 + pos: -142.5,66.5 parent: 1 - - uid: 14875 + - uid: 32365 components: - type: Transform - pos: 199.5,-105.5 + pos: -146.5,66.5 parent: 1 - - uid: 14876 + - uid: 32366 components: - type: Transform - pos: 199.5,-104.5 + pos: -147.5,66.5 parent: 1 - - uid: 14877 + - uid: 32367 components: - type: Transform - pos: 199.5,-103.5 + pos: -145.5,66.5 parent: 1 - - uid: 14878 + - uid: 32368 components: - type: Transform - pos: 199.5,-102.5 + pos: -169.5,71.5 parent: 1 - - uid: 14879 + - uid: 32369 components: - type: Transform - pos: 199.5,-101.5 + pos: -160.5,76.5 parent: 1 - - uid: 14880 + - uid: 32370 components: - type: Transform - pos: 199.5,-100.5 + pos: -160.5,77.5 parent: 1 - - uid: 14881 + - uid: 32371 components: - type: Transform - pos: 199.5,-99.5 + pos: -160.5,75.5 parent: 1 - - uid: 14882 + - uid: 32372 components: - type: Transform - pos: 199.5,-98.5 + pos: -164.5,74.5 parent: 1 - - uid: 14883 + - uid: 32373 components: - type: Transform - pos: 199.5,-97.5 + pos: -18.5,56.5 parent: 1 - - uid: 14884 + - uid: 32374 components: - type: Transform - pos: 199.5,-96.5 + pos: -23.5,68.5 parent: 1 - - uid: 14885 + - uid: 32375 components: - type: Transform - pos: 199.5,-95.5 + anchored: False + pos: -62.5,158.5 parent: 1 - - uid: 14886 + - uid: 32376 components: - type: Transform - pos: 199.5,-94.5 + pos: 62.5,-199.5 parent: 1 - - uid: 14887 + - uid: 32377 components: - type: Transform - pos: 199.5,-93.5 + pos: -199.5,38.5 parent: 1 - - uid: 14888 + - uid: 32378 components: - type: Transform - pos: 199.5,-92.5 + pos: 124.5,-199.5 parent: 1 - - uid: 14889 + - uid: 32379 components: - type: Transform - pos: 199.5,-91.5 + pos: -76.5,200.5 parent: 1 - - uid: 14890 + - uid: 32380 components: - type: Transform - pos: 199.5,-90.5 + pos: 98.5,-199.5 parent: 1 - - uid: 14891 + - uid: 32381 components: - type: Transform - pos: 199.5,-89.5 + anchored: False + rot: 3.141592653589793 rad + pos: -263.5,-77.5 parent: 1 - - uid: 14892 + - uid: 32382 components: - type: Transform - pos: 199.5,-88.5 + rot: 3.141592653589793 rad + pos: -276.5,-36.5 parent: 1 - - uid: 14893 + - uid: 32383 components: - type: Transform - pos: 199.5,-87.5 + pos: 132.5,-199.5 parent: 1 - - uid: 14894 + - uid: 32384 components: - type: Transform - pos: 199.5,-86.5 + pos: 107.5,-199.5 parent: 1 - - uid: 14895 + - uid: 32385 components: - type: Transform - pos: 199.5,-85.5 + rot: 3.141592653589793 rad + pos: -276.5,-34.5 parent: 1 - - uid: 14896 + - uid: 32386 components: - type: Transform - pos: 199.5,-84.5 + pos: 121.5,-199.5 parent: 1 - - uid: 14897 + - uid: 32387 components: - type: Transform - pos: 199.5,-83.5 + rot: 3.141592653589793 rad + pos: -240.5,-77.5 parent: 1 - - uid: 14898 + - uid: 32388 components: - type: Transform - pos: 199.5,-82.5 + pos: 91.5,-199.5 parent: 1 - - uid: 14899 + - uid: 32389 components: - type: Transform - pos: 199.5,-81.5 + pos: -12.5,200.5 parent: 1 - - uid: 14900 + - uid: 32390 components: - type: Transform - pos: 199.5,-80.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-30.5 parent: 1 - - uid: 14901 + - uid: 32391 components: - type: Transform - pos: 199.5,-79.5 + pos: 119.5,-199.5 parent: 1 - - uid: 14902 + - uid: 32392 components: - type: Transform - pos: 199.5,-78.5 + anchored: False + rot: 3.141592653589793 rad + pos: -271.5,-77.5 parent: 1 - - uid: 14903 + - uid: 32393 components: - type: Transform - pos: 199.5,-77.5 + pos: 120.5,-199.5 parent: 1 - - uid: 14904 + - uid: 32394 components: - type: Transform - pos: 199.5,-76.5 + rot: 3.141592653589793 rad + pos: -276.5,-38.5 parent: 1 - - uid: 14905 + - uid: 32395 components: - type: Transform - pos: 199.5,-75.5 + pos: 99.5,-199.5 parent: 1 - - uid: 14906 + - uid: 32396 components: - type: Transform - pos: 199.5,-74.5 + rot: 3.141592653589793 rad + pos: -276.5,-33.5 parent: 1 - - uid: 14907 + - uid: 32397 components: - type: Transform - pos: 199.5,-73.5 + pos: -199.5,30.5 parent: 1 - - uid: 14908 + - uid: 32398 components: - type: Transform - pos: 199.5,-72.5 + rot: 3.141592653589793 rad + pos: -225.5,-77.5 parent: 1 - - uid: 14909 + - uid: 32399 components: - type: Transform - pos: 199.5,-71.5 + rot: 3.141592653589793 rad + pos: -224.5,-77.5 parent: 1 - - uid: 14910 + - uid: 32400 components: - type: Transform - pos: 199.5,-70.5 + rot: 3.141592653589793 rad + pos: -237.5,-77.5 parent: 1 - - uid: 14911 + - uid: 32401 components: - type: Transform - pos: 199.5,-69.5 + rot: 3.141592653589793 rad + pos: -239.5,-77.5 parent: 1 - - uid: 14912 + - uid: 32402 components: - type: Transform - pos: 199.5,-68.5 + pos: 102.5,-199.5 parent: 1 - - uid: 14913 + - uid: 32403 components: - type: Transform - pos: 199.5,-67.5 + pos: 133.5,-199.5 parent: 1 - - uid: 14914 + - uid: 32404 components: - type: Transform - pos: 199.5,-66.5 + pos: -26.5,-199.5 parent: 1 - - uid: 14915 + - uid: 32405 components: - type: Transform - pos: 199.5,-65.5 + pos: -199.5,28.5 parent: 1 - - uid: 14916 + - uid: 32406 components: - type: Transform - pos: 199.5,-64.5 + pos: 127.5,-199.5 parent: 1 - - uid: 14917 + - uid: 32407 components: - type: Transform - pos: 199.5,-63.5 + pos: 118.5,-199.5 parent: 1 - - uid: 14918 + - uid: 32408 components: - type: Transform - pos: 199.5,-62.5 + pos: -7.5,-199.5 parent: 1 - - uid: 14919 + - uid: 32409 components: - type: Transform - pos: 199.5,-61.5 + pos: 97.5,-199.5 parent: 1 - - uid: 14920 + - uid: 32410 components: - type: Transform - pos: 199.5,-60.5 + pos: -199.5,9.5 parent: 1 - - uid: 14921 + - uid: 32411 components: - type: Transform - pos: 199.5,-59.5 + anchored: False + rot: 3.141592653589793 rad + pos: -241.5,-92.5 parent: 1 - - uid: 14922 + - uid: 32412 components: - type: Transform - pos: 199.5,-58.5 + pos: 114.5,-199.5 parent: 1 - - uid: 14923 + - uid: 32413 components: - type: Transform - pos: 199.5,-57.5 + pos: -42.5,200.5 parent: 1 - - uid: 14924 + - uid: 32414 components: - type: Transform - pos: 199.5,-56.5 + pos: 15.5,-199.5 parent: 1 - - uid: 14925 + - uid: 32415 components: - type: Transform - pos: 199.5,-55.5 + pos: 110.5,-199.5 parent: 1 - - uid: 14926 + - uid: 32416 components: - type: Transform - pos: 208.5,-54.5 + pos: 14.5,200.5 parent: 1 - - uid: 14927 + - uid: 32417 components: - type: Transform - pos: 207.5,-54.5 + pos: 111.5,-199.5 parent: 1 - - uid: 14928 + - uid: 32418 components: - type: Transform - pos: 206.5,-54.5 + pos: -199.5,29.5 parent: 1 - - uid: 14929 + - uid: 32419 components: - type: Transform - pos: 205.5,-54.5 + pos: 134.5,-199.5 parent: 1 - - uid: 14930 + - uid: 32420 components: - type: Transform - pos: 220.5,-28.5 + rot: -1.5707963267948966 rad + pos: -294.5,-94.5 parent: 1 - - uid: 14931 + - uid: 32421 components: - type: Transform - rot: 3.141592653589793 rad - pos: -207.5,-91.5 + pos: -199.5,50.5 parent: 1 - - uid: 14932 + - uid: 32422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -208.5,-93.5 + pos: -25.5,-199.5 parent: 1 - - uid: 14933 + - uid: 32423 components: - type: Transform - pos: 199.5,-39.5 + pos: -57.5,200.5 parent: 1 - - uid: 14934 + - uid: 32424 components: - type: Transform - pos: 199.5,-38.5 + pos: 141.5,-199.5 parent: 1 - - uid: 14935 + - uid: 32425 components: - type: Transform - pos: 199.5,-37.5 + pos: 141.5,200.5 parent: 1 - - uid: 14936 + - uid: 32426 components: - type: Transform - pos: 199.5,-36.5 + pos: -199.5,-166.5 parent: 1 - - uid: 14937 + - uid: 32427 components: - type: Transform - pos: 199.5,-35.5 + rot: -1.5707963267948966 rad + pos: -294.5,-85.5 parent: 1 - - uid: 14938 + - uid: 32428 components: - type: Transform - pos: 199.5,-34.5 + pos: 35.5,-199.5 parent: 1 - - uid: 14939 + - uid: 32429 components: - type: Transform - pos: 199.5,-33.5 + pos: 117.5,-199.5 parent: 1 - - uid: 14940 + - uid: 32430 components: - type: Transform - pos: 199.5,-32.5 + pos: 101.5,-199.5 parent: 1 - - uid: 14941 + - uid: 32431 components: - type: Transform - pos: 199.5,-31.5 + pos: -23.5,-199.5 parent: 1 - - uid: 14942 + - uid: 32432 components: - type: Transform - pos: 199.5,-30.5 + pos: -199.5,24.5 parent: 1 - - uid: 14943 + - uid: 32433 components: - type: Transform - pos: 199.5,-29.5 + pos: -199.5,36.5 parent: 1 - - uid: 14944 + - uid: 32434 components: - type: Transform - pos: 199.5,-28.5 + pos: 96.5,-199.5 parent: 1 - - uid: 14945 + - uid: 32435 components: - type: Transform - pos: 199.5,-27.5 + pos: 65.5,-199.5 parent: 1 - - uid: 14946 + - uid: 32436 components: - type: Transform - pos: 199.5,-26.5 + pos: 130.5,200.5 parent: 1 - - uid: 14947 + - uid: 32437 components: - type: Transform - pos: 199.5,-25.5 + pos: 21.5,-199.5 parent: 1 - - uid: 14948 + - uid: 32438 components: - type: Transform - pos: 199.5,-24.5 + pos: -5.5,-199.5 parent: 1 - - uid: 14949 + - uid: 32439 components: - type: Transform - pos: 199.5,-23.5 + pos: 17.5,-199.5 parent: 1 - - uid: 14950 + - uid: 32440 components: - type: Transform - pos: 199.5,-22.5 + rot: -1.5707963267948966 rad + pos: -294.5,-84.5 parent: 1 - - uid: 14951 + - uid: 32441 components: - type: Transform - pos: 199.5,-21.5 + pos: 142.5,-199.5 parent: 1 - - uid: 14952 + - uid: 32442 components: - type: Transform - pos: 199.5,-20.5 + pos: -199.5,-165.5 parent: 1 - - uid: 14953 + - uid: 32443 components: - type: Transform - pos: 199.5,-19.5 + pos: 95.5,-199.5 parent: 1 - - uid: 14954 + - uid: 32444 components: - type: Transform - pos: 199.5,-18.5 + pos: 59.5,-199.5 parent: 1 - - uid: 14955 + - uid: 32445 components: - type: Transform - pos: 199.5,-17.5 + pos: 58.5,-199.5 parent: 1 - - uid: 14956 + - uid: 32446 components: - type: Transform - pos: 199.5,-16.5 + pos: -13.5,200.5 parent: 1 - - uid: 14957 + - uid: 32447 components: - type: Transform - pos: 199.5,-15.5 + pos: -199.5,21.5 parent: 1 - - uid: 14958 + - uid: 32448 components: - type: Transform - pos: 199.5,-14.5 + pos: 108.5,-199.5 parent: 1 - - uid: 14959 + - uid: 32449 components: - type: Transform - pos: 199.5,-13.5 + pos: 109.5,-199.5 parent: 1 - - uid: 14960 + - uid: 32450 components: - type: Transform - pos: 199.5,-12.5 + pos: 16.5,200.5 parent: 1 - - uid: 14961 + - uid: 32451 components: - type: Transform - pos: 199.5,-11.5 + rot: -1.5707963267948966 rad + pos: -294.5,-83.5 parent: 1 - - uid: 14962 + - uid: 32452 components: - type: Transform - pos: 199.5,-10.5 + rot: 3.141592653589793 rad + pos: -201.5,-76.5 parent: 1 - - uid: 14963 + - uid: 32453 components: - type: Transform - pos: 199.5,-9.5 + pos: 94.5,-199.5 parent: 1 - - uid: 14964 + - uid: 32454 components: - type: Transform - pos: 199.5,-8.5 + pos: 123.5,-199.5 parent: 1 - - uid: 14965 + - uid: 32455 components: - type: Transform - pos: 199.5,-7.5 + pos: 122.5,-199.5 parent: 1 - - uid: 14966 + - uid: 32456 components: - type: Transform - pos: 199.5,-6.5 + pos: 116.5,-199.5 parent: 1 - - uid: 14967 + - uid: 32457 components: - type: Transform - pos: 199.5,-5.5 + pos: -199.5,27.5 parent: 1 - - uid: 14968 + - uid: 32458 components: - type: Transform - pos: 199.5,-4.5 + pos: 100.5,-199.5 parent: 1 - - uid: 14969 + - uid: 32459 components: - type: Transform - pos: 199.5,-3.5 + pos: 143.5,-199.5 parent: 1 - - uid: 14970 + - uid: 32460 components: - type: Transform rot: 3.141592653589793 rad - pos: -227.5,-98.5 + pos: -202.5,-93.5 parent: 1 - - uid: 14971 + - uid: 32461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -249.5,-101.5 + rot: -1.5707963267948966 rad + pos: -294.5,-82.5 parent: 1 - - uid: 14972 + - uid: 32462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-97.5 + pos: 31.5,-199.5 parent: 1 - - uid: 14973 + - uid: 32463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-93.5 + pos: -27.5,-199.5 parent: 1 - - uid: 14974 + - uid: 32464 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-92.5 + pos: -15.5,-199.5 parent: 1 - - uid: 14975 + - uid: 32465 components: - type: Transform - pos: 204.5,-4.5 + pos: -16.5,-199.5 parent: 1 - - uid: 14976 + - uid: 32466 components: - type: Transform - pos: 204.5,-5.5 + pos: -17.5,-199.5 parent: 1 - - uid: 14977 + - uid: 32467 components: - type: Transform - pos: 205.5,-5.5 + pos: -199.5,10.5 parent: 1 - - uid: 14978 + - uid: 32468 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-98.5 + pos: -199.5,31.5 parent: 1 - - uid: 14979 + - uid: 32469 components: - type: Transform - rot: 3.141592653589793 rad - pos: -248.5,-100.5 + pos: 4.5,-199.5 parent: 1 - - uid: 14980 + - uid: 32470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -247.5,-100.5 + rot: -1.5707963267948966 rad + pos: -294.5,-81.5 parent: 1 - - uid: 14981 + - uid: 32471 components: - type: Transform - pos: 199.5,72.5 + pos: 85.5,-199.5 parent: 1 - - uid: 14982 + - uid: 32472 components: - type: Transform - pos: 199.5,73.5 + pos: -199.5,-193.5 parent: 1 - - uid: 14983 + - uid: 32473 components: - type: Transform - pos: 199.5,74.5 + rot: -1.5707963267948966 rad + pos: -294.5,-80.5 parent: 1 - - uid: 14984 + - uid: 32474 components: - type: Transform - pos: 199.5,75.5 + rot: -1.5707963267948966 rad + pos: -294.5,-79.5 parent: 1 - - uid: 14985 + - uid: 32475 components: - type: Transform - pos: 199.5,76.5 + pos: 87.5,-199.5 parent: 1 - - uid: 14986 + - uid: 32476 components: - type: Transform - pos: 199.5,77.5 + pos: 70.5,-199.5 parent: 1 - - uid: 14987 + - uid: 32477 components: - type: Transform - pos: 199.5,78.5 + pos: 113.5,-199.5 parent: 1 - - uid: 14988 + - uid: 32478 components: - type: Transform - pos: 199.5,79.5 + pos: 69.5,-199.5 parent: 1 - - uid: 14989 + - uid: 32479 components: - type: Transform - pos: 199.5,80.5 + pos: -199.5,23.5 parent: 1 - - uid: 14990 + - uid: 32480 components: - type: Transform - pos: 199.5,81.5 + pos: 66.5,-199.5 parent: 1 - - uid: 14991 + - uid: 32481 components: - type: Transform - pos: 199.5,82.5 + pos: 23.5,-199.5 parent: 1 - - uid: 14992 + - uid: 32482 components: - type: Transform - pos: 199.5,83.5 + pos: 19.5,-199.5 parent: 1 - - uid: 14993 + - uid: 32483 components: - type: Transform - pos: 199.5,84.5 + rot: -1.5707963267948966 rad + pos: -294.5,-75.5 parent: 1 - - uid: 14994 + - uid: 32484 components: - type: Transform - pos: 199.5,85.5 + pos: -8.5,-199.5 parent: 1 - - uid: 14995 + - uid: 32485 components: - type: Transform - pos: 199.5,86.5 + pos: 3.5,-199.5 parent: 1 - - uid: 14996 + - uid: 32486 components: - type: Transform - pos: 199.5,87.5 + pos: 56.5,-199.5 parent: 1 - - uid: 14997 + - uid: 32487 components: - type: Transform - pos: 199.5,88.5 + pos: 105.5,-199.5 parent: 1 - - uid: 14998 + - uid: 32488 components: - type: Transform - pos: 199.5,89.5 + pos: 106.5,-199.5 parent: 1 - - uid: 14999 + - uid: 32489 components: - type: Transform - pos: 199.5,90.5 + pos: 103.5,-199.5 parent: 1 - - uid: 15000 + - uid: 32490 components: - type: Transform - pos: 199.5,91.5 + pos: 104.5,-199.5 parent: 1 - - uid: 15001 + - uid: 32491 components: - type: Transform - pos: 199.5,92.5 + pos: 14.5,-199.5 parent: 1 - - uid: 15002 + - uid: 32492 components: - type: Transform - pos: 199.5,93.5 + pos: -9.5,200.5 parent: 1 - - uid: 15003 + - uid: 32493 components: - type: Transform - pos: 199.5,94.5 + pos: -187.5,200.5 parent: 1 - - uid: 15004 + - uid: 32494 components: - type: Transform - pos: 199.5,95.5 + pos: -199.5,60.5 parent: 1 - - uid: 15005 + - uid: 32495 components: - type: Transform - pos: 199.5,96.5 + pos: -69.5,200.5 parent: 1 - - uid: 15006 + - uid: 32496 components: - type: Transform - pos: 199.5,97.5 + pos: -40.5,200.5 parent: 1 - - uid: 15007 + - uid: 32497 components: - type: Transform - pos: 199.5,98.5 + pos: 135.5,-199.5 parent: 1 - - uid: 15008 + - uid: 32498 components: - type: Transform - pos: 199.5,99.5 + pos: -58.5,200.5 parent: 1 - - uid: 15009 + - uid: 32499 components: - type: Transform - pos: 199.5,100.5 + pos: -199.5,-197.5 parent: 1 - - uid: 15010 + - uid: 32500 components: - type: Transform - pos: 199.5,101.5 + pos: -199.5,-198.5 parent: 1 - - uid: 15011 + - uid: 32501 components: - type: Transform - pos: 199.5,102.5 + pos: -199.5,-170.5 parent: 1 - - uid: 15012 + - uid: 32502 components: - type: Transform - pos: 199.5,103.5 + pos: 89.5,-199.5 parent: 1 - - uid: 15013 + - uid: 32503 components: - type: Transform - pos: 199.5,104.5 + pos: 61.5,-199.5 parent: 1 - - uid: 15014 + - uid: 32504 components: - type: Transform - pos: 199.5,105.5 + pos: -199.5,-194.5 parent: 1 - - uid: 15015 + - uid: 32505 components: - type: Transform - pos: 199.5,106.5 + pos: -14.5,-199.5 parent: 1 - - uid: 15016 + - uid: 32506 components: - type: Transform - pos: 199.5,107.5 + pos: -20.5,-199.5 parent: 1 - - uid: 15017 + - uid: 32507 components: - type: Transform - pos: 199.5,108.5 + rot: -1.5707963267948966 rad + pos: -294.5,-74.5 parent: 1 - - uid: 15018 + - uid: 32508 components: - type: Transform - pos: 199.5,109.5 + pos: 83.5,-199.5 parent: 1 - - uid: 15019 + - uid: 32509 components: - type: Transform - pos: 199.5,110.5 + pos: -199.5,25.5 parent: 1 - - uid: 15020 + - uid: 32510 components: - type: Transform - pos: 199.5,111.5 + pos: -199.5,-192.5 parent: 1 - - uid: 15021 + - uid: 32511 components: - type: Transform - pos: 199.5,112.5 + pos: -199.5,6.5 parent: 1 - - uid: 15022 + - uid: 32512 components: - type: Transform - pos: 199.5,113.5 + pos: -199.5,22.5 parent: 1 - - uid: 15023 + - uid: 32513 components: - type: Transform - pos: 199.5,114.5 + pos: -199.5,32.5 parent: 1 - - uid: 15024 + - uid: 32514 components: - type: Transform - pos: 199.5,115.5 + rot: -1.5707963267948966 rad + pos: -294.5,-78.5 parent: 1 - - uid: 15025 + - uid: 32515 components: - type: Transform - pos: 199.5,116.5 + pos: 63.5,-199.5 parent: 1 - - uid: 15026 + - uid: 32516 components: - type: Transform - pos: 199.5,117.5 + pos: 131.5,-199.5 parent: 1 - - uid: 15027 + - uid: 32517 components: - type: Transform - pos: 199.5,118.5 + pos: -22.5,-199.5 parent: 1 - - uid: 15028 + - uid: 32518 components: - type: Transform - pos: 199.5,119.5 + pos: 130.5,-199.5 parent: 1 - - uid: 15029 + - uid: 32519 components: - type: Transform - pos: 199.5,120.5 + pos: 16.5,-199.5 parent: 1 - - uid: 15030 + - uid: 32520 components: - type: Transform - pos: 199.5,121.5 + pos: -6.5,-199.5 parent: 1 - - uid: 15031 + - uid: 32521 components: - type: Transform - pos: 199.5,122.5 + pos: -24.5,-199.5 parent: 1 - - uid: 15033 + - uid: 32522 components: - type: Transform - pos: 199.5,131.5 + rot: -1.5707963267948966 rad + pos: -294.5,-77.5 parent: 1 - - uid: 15047 + - uid: 32523 components: - type: Transform - pos: 199.5,138.5 + pos: 36.5,-199.5 parent: 1 - - uid: 15048 + - uid: 32524 components: - type: Transform - pos: 199.5,139.5 + pos: 32.5,-199.5 parent: 1 - - uid: 15049 + - uid: 32525 components: - type: Transform - pos: 199.5,140.5 + pos: -39.5,200.5 parent: 1 - - uid: 15050 + - uid: 32526 components: - type: Transform - pos: 199.5,141.5 + pos: -199.5,35.5 parent: 1 - - uid: 15051 + - uid: 32527 components: - type: Transform - pos: 199.5,142.5 + pos: -199.5,7.5 parent: 1 - - uid: 15052 + - uid: 32528 components: - type: Transform - pos: 199.5,143.5 + pos: -199.5,8.5 parent: 1 - - uid: 15053 + - uid: 32529 components: - type: Transform - pos: 199.5,144.5 + pos: 92.5,-199.5 parent: 1 - - uid: 15054 + - uid: 32530 components: - type: Transform - pos: 199.5,145.5 + pos: -13.5,-199.5 parent: 1 - - uid: 15055 + - uid: 32531 components: - type: Transform - pos: 199.5,146.5 + pos: -12.5,-199.5 parent: 1 - - uid: 15056 + - uid: 32532 components: - type: Transform - pos: 199.5,147.5 + pos: 78.5,-199.5 parent: 1 - - uid: 15057 + - uid: 32533 components: - type: Transform - pos: 199.5,148.5 + pos: 169.5,-199.5 parent: 1 - - uid: 15058 + - uid: 32534 components: - type: Transform - pos: 199.5,149.5 + pos: 198.5,200.5 parent: 1 - - uid: 15059 + - uid: 32535 components: - type: Transform - pos: 199.5,150.5 + pos: 197.5,200.5 parent: 1 - - uid: 15060 + - uid: 32536 components: - type: Transform - pos: 199.5,151.5 + pos: 189.5,200.5 parent: 1 - - uid: 15061 + - uid: 32537 components: - type: Transform - pos: 199.5,152.5 + pos: 199.5,-136.5 parent: 1 - - uid: 15062 + - uid: 32538 components: - type: Transform - pos: 199.5,153.5 + pos: 187.5,-199.5 parent: 1 - - uid: 15063 + - uid: 32539 components: - type: Transform - pos: 199.5,154.5 + pos: 164.5,-199.5 parent: 1 - - uid: 15064 + - uid: 32540 components: - type: Transform - pos: 199.5,155.5 + pos: 199.5,-178.5 parent: 1 - - uid: 15065 + - uid: 32541 components: - type: Transform - pos: 199.5,156.5 + rot: -1.5707963267948966 rad + pos: -294.5,-76.5 parent: 1 - - uid: 15066 + - uid: 32542 components: - type: Transform - pos: 199.5,157.5 + pos: 93.5,-199.5 parent: 1 - - uid: 15067 + - uid: 32543 components: - type: Transform - pos: 199.5,158.5 + pos: 68.5,-199.5 parent: 1 - - uid: 15068 + - uid: 32544 components: - type: Transform - pos: 199.5,159.5 + pos: -197.5,200.5 parent: 1 - - uid: 15069 + - uid: 32545 components: - type: Transform - pos: 199.5,160.5 + pos: -195.5,200.5 parent: 1 - - uid: 15070 + - uid: 32546 components: - type: Transform - pos: 199.5,161.5 + pos: 191.5,-199.5 parent: 1 - - uid: 15071 + - uid: 32547 components: - type: Transform - pos: 199.5,162.5 + pos: -191.5,200.5 parent: 1 - - uid: 15072 + - uid: 32548 components: - type: Transform - pos: 199.5,163.5 + pos: 174.5,-199.5 parent: 1 - - uid: 15073 + - uid: 32549 components: - type: Transform - pos: 199.5,164.5 + pos: 82.5,-199.5 parent: 1 - - uid: 15074 + - uid: 32550 components: - type: Transform - pos: 199.5,165.5 + pos: 81.5,-199.5 parent: 1 - - uid: 15075 + - uid: 32551 components: - type: Transform - pos: 199.5,166.5 + pos: 173.5,200.5 parent: 1 - - uid: 15076 + - uid: 32552 components: - type: Transform - pos: 199.5,167.5 + pos: 33.5,-199.5 parent: 1 - - uid: 15077 + - uid: 32553 components: - type: Transform - pos: 199.5,168.5 + pos: 64.5,-199.5 parent: 1 - - uid: 15078 + - uid: 32554 components: - type: Transform - pos: 199.5,169.5 + pos: -11.5,-199.5 parent: 1 - - uid: 15079 + - uid: 32555 components: - type: Transform - pos: 199.5,170.5 + pos: -199.5,-195.5 parent: 1 - - uid: 15081 + - uid: 32556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-77.5 + pos: -10.5,-199.5 parent: 1 - - uid: 15082 + - uid: 32557 components: - type: Transform - pos: 199.5,174.5 + pos: 28.5,-199.5 parent: 1 - - uid: 15083 + - uid: 32558 components: - type: Transform - pos: 199.5,175.5 + pos: -194.5,200.5 parent: 1 - - uid: 15084 + - uid: 32559 components: - type: Transform - pos: 199.5,176.5 + pos: 199.5,-174.5 parent: 1 - - uid: 15085 + - uid: 32560 components: - type: Transform - pos: 199.5,177.5 + pos: 60.5,-199.5 parent: 1 - - uid: 15086 + - uid: 32561 components: - type: Transform - pos: 199.5,178.5 + pos: 69.5,-208.5 parent: 1 - - uid: 15087 + - uid: 32562 components: - type: Transform - pos: 199.5,179.5 + pos: 199.5,-196.5 parent: 1 - - uid: 15088 + - uid: 32563 components: - type: Transform - pos: 199.5,180.5 + pos: 90.5,-199.5 parent: 1 - - uid: 15089 + - uid: 32564 components: - type: Transform - pos: 199.5,181.5 + pos: 80.5,-199.5 parent: 1 - - uid: 15105 + - uid: 32565 components: - type: Transform - pos: 199.5,199.5 + pos: 79.5,-199.5 parent: 1 - - uid: 15106 + - uid: 32566 components: - type: Transform - pos: 199.5,200.5 + pos: 155.5,200.5 parent: 1 - - uid: 15107 + - uid: 32567 components: - type: Transform - rot: 3.141592653589793 rad - pos: -237.5,-92.5 + pos: 185.5,-199.5 parent: 1 - - uid: 15108 + - uid: 32568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-93.5 + pos: 179.5,-199.5 parent: 1 - - uid: 15109 + - uid: 32569 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -239.5,-93.5 + pos: 178.5,-199.5 parent: 1 - - uid: 15110 + - uid: 32570 components: - type: Transform rot: 3.141592653589793 rad - pos: -237.5,-91.5 + pos: -294.5,-61.5 parent: 1 - - uid: 15111 + - uid: 32571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-74.5 + pos: 199.5,-192.5 parent: 1 - - uid: 15112 + - uid: 32572 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-91.5 + pos: 199.5,-197.5 parent: 1 - - uid: 15113 + - uid: 32573 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-93.5 + pos: 199.5,-190.5 parent: 1 - - uid: 15114 + - uid: 32574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-91.5 + pos: 30.5,-199.5 parent: 1 - - uid: 15115 + - uid: 32575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-91.5 + pos: -199.5,-196.5 parent: 1 - - uid: 15116 + - uid: 32576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-79.5 + pos: 13.5,200.5 parent: 1 - - uid: 15117 + - uid: 32577 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-62.5 + pos: 126.5,-199.5 parent: 1 - - uid: 15118 + - uid: 32578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-93.5 + pos: 125.5,-199.5 parent: 1 - - uid: 15119 + - uid: 32579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -220.5,-98.5 + pos: 199.5,-125.5 parent: 1 - - uid: 15120 + - uid: 32580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -226.5,-98.5 + pos: -199.5,-171.5 parent: 1 - - uid: 15121 + - uid: 32581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-98.5 + pos: 199.5,-128.5 parent: 1 - - uid: 15122 + - uid: 32582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-93.5 + pos: 199.5,-161.5 parent: 1 - - uid: 15123 + - uid: 32583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-92.5 + pos: 170.5,-199.5 parent: 1 - - uid: 15124 + - uid: 32584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-91.5 + rot: -1.5707963267948966 rad + pos: -294.5,-73.5 parent: 1 - - uid: 15125 + - uid: 32585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-80.5 + pos: 168.5,-199.5 parent: 1 - - uid: 15126 + - uid: 32586 components: - type: Transform - rot: 3.141592653589793 rad - pos: -232.5,-92.5 + pos: 171.5,-199.5 parent: 1 - - uid: 15127 + - uid: 32587 components: - type: Transform - rot: 3.141592653589793 rad - pos: -232.5,-91.5 + pos: 177.5,200.5 parent: 1 - - uid: 15128 + - uid: 32588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-91.5 + pos: 194.5,-199.5 parent: 1 - - uid: 15129 + - uid: 32589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-93.5 + pos: 188.5,-199.5 parent: 1 - - uid: 15130 + - uid: 32590 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -267.5,-77.5 + pos: -44.5,200.5 parent: 1 - - uid: 15131 + - uid: 32591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-92.5 + pos: -199.5,-172.5 parent: 1 - - uid: 15132 + - uid: 32592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-93.5 + pos: 62.5,200.5 parent: 1 - - uid: 15133 + - uid: 32593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-75.5 + pos: 34.5,-199.5 parent: 1 - - uid: 15134 + - uid: 32594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -236.5,-92.5 + pos: 18.5,-199.5 parent: 1 - - uid: 15135 + - uid: 32595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-76.5 + pos: -21.5,-199.5 parent: 1 - - uid: 15136 + - uid: 32596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-91.5 + pos: -35.5,200.5 parent: 1 - - uid: 15137 + - uid: 32597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -236.5,-91.5 + pos: -199.5,-169.5 parent: 1 - - uid: 15138 + - uid: 32598 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-92.5 + pos: 57.5,200.5 parent: 1 - - uid: 15139 + - uid: 32599 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -293.5,-88.5 + pos: 199.5,-146.5 parent: 1 - - uid: 15140 + - uid: 32600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-78.5 + pos: 171.5,200.5 parent: 1 - - uid: 15141 + - uid: 32601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-91.5 + pos: 128.5,-199.5 parent: 1 - - uid: 15142 + - uid: 32602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-93.5 + pos: -4.5,-199.5 parent: 1 - - uid: 15143 + - uid: 32603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-91.5 + pos: 29.5,-199.5 parent: 1 - - uid: 15144 + - uid: 32604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -232.5,-93.5 + pos: -9.5,-199.5 parent: 1 - - uid: 15145 + - uid: 32605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-46.5 + pos: 199.5,-144.5 parent: 1 - - uid: 15146 + - uid: 32606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-92.5 + pos: 199.5,-175.5 parent: 1 - - uid: 15147 + - uid: 32607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-91.5 + pos: 199.5,-137.5 parent: 1 - - uid: 15148 + - uid: 32608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-93.5 + pos: 199.5,-138.5 parent: 1 - - uid: 15149 + - uid: 32609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-92.5 + pos: 193.5,200.5 parent: 1 - - uid: 15150 + - uid: 32610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-92.5 + pos: -186.5,200.5 parent: 1 - - uid: 15151 + - uid: 32611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-91.5 + pos: -199.5,-167.5 parent: 1 - - uid: 15152 + - uid: 32612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-93.5 + pos: 22.5,-199.5 parent: 1 - - uid: 15153 + - uid: 32613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-92.5 + pos: 84.5,-199.5 parent: 1 - - uid: 15154 + - uid: 32614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-86.5 + pos: 20.5,-199.5 parent: 1 - - uid: 15155 + - uid: 32615 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-75.5 + pos: -38.5,200.5 parent: 1 - - uid: 15156 + - uid: 32616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-76.5 + pos: -60.5,200.5 parent: 1 - - uid: 15157 + - uid: 32617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-77.5 + rot: -1.5707963267948966 rad + pos: -294.5,-71.5 parent: 1 - - uid: 15158 + - uid: 32618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-45.5 + pos: 199.5,-171.5 parent: 1 - - uid: 15159 + - uid: 32619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-76.5 + pos: -199.5,-118.5 parent: 1 - - uid: 15160 + - uid: 32620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-78.5 + pos: 172.5,-199.5 parent: 1 - - uid: 15161 + - uid: 32621 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-87.5 + pos: 199.5,-124.5 parent: 1 - - uid: 15162 + - uid: 32622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-45.5 + pos: 195.5,200.5 parent: 1 - - uid: 15163 + - uid: 32623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-45.5 + rot: -1.5707963267948966 rad + pos: -294.5,-72.5 parent: 1 - - uid: 15164 + - uid: 32624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-75.5 + pos: 194.5,200.5 parent: 1 - - uid: 15165 + - uid: 32625 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -293.5,-89.5 + pos: 182.5,-199.5 parent: 1 - - uid: 15166 + - uid: 32626 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -293.5,-90.5 + pos: 180.5,-199.5 parent: 1 - - uid: 15167 + - uid: 32627 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -239.5,-92.5 + pos: 181.5,-199.5 parent: 1 - - uid: 15168 + - uid: 32628 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -240.5,-93.5 + pos: 177.5,-199.5 parent: 1 - - uid: 15169 + - uid: 32629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-32.5 + pos: 176.5,-199.5 parent: 1 - - uid: 15170 + - uid: 32630 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -240.5,-92.5 + pos: 183.5,-199.5 parent: 1 - - uid: 15171 + - uid: 32631 components: - type: Transform - pos: -62.5,166.5 + pos: 199.5,-145.5 parent: 1 - - uid: 15172 + - uid: 32632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-92.5 + pos: 170.5,200.5 parent: 1 - - uid: 15173 + - uid: 32633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -205.5,-91.5 + pos: 199.5,-119.5 parent: 1 - - uid: 15174 + - uid: 32634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-58.5 + pos: 198.5,-199.5 parent: 1 - - uid: 15175 + - uid: 32635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -251.5,-92.5 + pos: 199.5,-168.5 parent: 1 - - uid: 15176 + - uid: 32636 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -243.5,-93.5 + pos: 199.5,-133.5 parent: 1 - - uid: 15177 + - uid: 32637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -252.5,-93.5 + pos: 186.5,200.5 parent: 1 - - uid: 15178 + - uid: 32638 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -243.5,-92.5 + pos: 199.5,-140.5 parent: 1 - - uid: 15179 + - uid: 32639 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -276.5,-24.5 + pos: 199.5,-188.5 parent: 1 - - uid: 15180 + - uid: 32640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-93.5 + pos: 199.5,-189.5 parent: 1 - - uid: 15181 + - uid: 32641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-92.5 + pos: 199.5,-187.5 parent: 1 - - uid: 15182 + - uid: 32642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-91.5 + pos: 199.5,-172.5 parent: 1 - - uid: 15183 + - uid: 32643 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -242.5,-93.5 + pos: 199.5,-184.5 parent: 1 - - uid: 15184 + - uid: 32644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-61.5 + pos: 188.5,200.5 parent: 1 - - uid: 15185 + - uid: 32645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-58.5 + rot: -1.5707963267948966 rad + pos: -294.5,-70.5 parent: 1 - - uid: 15186 + - uid: 32646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -262.5,-92.5 + pos: 179.5,200.5 parent: 1 - - uid: 15187 + - uid: 32647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -263.5,-93.5 + pos: 199.5,-155.5 parent: 1 - - uid: 15188 + - uid: 32648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -263.5,-92.5 + pos: 192.5,-199.5 parent: 1 - - uid: 15189 + - uid: 32649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -264.5,-93.5 + pos: 199.5,-162.5 parent: 1 - - uid: 15190 + - uid: 32650 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -242.5,-92.5 + pos: 199.5,-198.5 parent: 1 - - uid: 15191 + - uid: 32651 components: - type: Transform - rot: 3.141592653589793 rad - pos: -248.5,-92.5 + pos: 190.5,-199.5 parent: 1 - - uid: 15192 + - uid: 32652 components: - type: Transform - rot: 3.141592653589793 rad - pos: -249.5,-93.5 + pos: 199.5,-132.5 parent: 1 - - uid: 15193 + - uid: 32653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-92.5 + pos: 199.5,-164.5 parent: 1 - - uid: 15194 + - uid: 32654 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-93.5 + pos: 161.5,200.5 parent: 1 - - uid: 15195 + - uid: 32655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -249.5,-92.5 + pos: 159.5,200.5 parent: 1 - - uid: 15196 + - uid: 32656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-92.5 + pos: 160.5,200.5 parent: 1 - - uid: 15197 + - uid: 32657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -256.5,-93.5 + pos: 158.5,200.5 parent: 1 - - uid: 15198 + - uid: 32658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -250.5,-92.5 + pos: 193.5,-199.5 parent: 1 - - uid: 15199 + - uid: 32659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -250.5,-93.5 + pos: 199.5,-194.5 parent: 1 - - uid: 15200 + - uid: 32660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -251.5,-93.5 + pos: 192.5,200.5 parent: 1 - - uid: 15201 + - uid: 32661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -252.5,-92.5 + pos: 151.5,200.5 parent: 1 - - uid: 15202 + - uid: 32662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-93.5 + rot: -1.5707963267948966 rad + pos: -294.5,-69.5 parent: 1 - - uid: 15203 + - uid: 32663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-92.5 + pos: 189.5,-199.5 parent: 1 - - uid: 15204 + - uid: 32664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-93.5 + pos: 199.5,-143.5 parent: 1 - - uid: 15205 + - uid: 32665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -256.5,-92.5 + pos: 199.5,-169.5 parent: 1 - - uid: 15206 + - uid: 32666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -257.5,-93.5 + pos: 173.5,-199.5 parent: 1 - - uid: 15207 + - uid: 32667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -257.5,-92.5 + pos: 199.5,-127.5 parent: 1 - - uid: 15208 + - uid: 32668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -258.5,-93.5 + pos: 182.5,200.5 parent: 1 - - uid: 15209 + - uid: 32669 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -244.5,-93.5 + pos: 199.5,-126.5 parent: 1 - - uid: 15210 + - uid: 32670 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -244.5,-92.5 + pos: 172.5,200.5 parent: 1 - - uid: 15211 + - uid: 32671 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -245.5,-93.5 + pos: 199.5,-165.5 parent: 1 - - uid: 15212 + - uid: 32672 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -245.5,-92.5 + pos: 204.5,-54.5 parent: 1 - - uid: 15213 + - uid: 32673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -258.5,-92.5 + pos: 199.5,-131.5 parent: 1 - - uid: 15214 + - uid: 32674 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -246.5,-93.5 + pos: 199.5,-129.5 parent: 1 - - uid: 15215 + - uid: 32675 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -246.5,-92.5 + pos: 166.5,-199.5 parent: 1 - - uid: 15216 + - uid: 32676 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -247.5,-93.5 + pos: 178.5,200.5 parent: 1 - - uid: 15217 + - uid: 32677 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -247.5,-92.5 + pos: 86.5,-199.5 parent: 1 - - uid: 15218 + - uid: 32678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -248.5,-93.5 + pos: 56.5,200.5 parent: 1 - - uid: 15219 + - uid: 32679 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-91.5 + pos: 57.5,-199.5 parent: 1 - - uid: 15220 + - uid: 32680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -204.5,-92.5 + pos: -19.5,200.5 parent: 1 - - uid: 15221 + - uid: 32681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-79.5 + pos: -190.5,200.5 parent: 1 - - uid: 15222 + - uid: 32682 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-63.5 + pos: 142.5,200.5 parent: 1 - - uid: 15223 + - uid: 32683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -204.5,-93.5 + pos: 24.5,200.5 parent: 1 - - uid: 15224 + - uid: 32684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-62.5 + pos: 88.5,-199.5 parent: 1 - - uid: 15225 + - uid: 32685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-75.5 + rot: -1.5707963267948966 rad + pos: -294.5,-68.5 parent: 1 - - uid: 15226 + - uid: 32686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-91.5 + pos: 49.5,-199.5 parent: 1 - - uid: 15227 + - uid: 32687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-72.5 + pos: 50.5,-199.5 parent: 1 - - uid: 15228 + - uid: 32688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -204.5,-79.5 + pos: 51.5,-199.5 parent: 1 - - uid: 15229 + - uid: 32689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-93.5 + pos: 148.5,200.5 parent: 1 - - uid: 15230 + - uid: 32690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -295.5,-45.5 + pos: 149.5,200.5 parent: 1 - - uid: 15231 + - uid: 32691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -209.5,-93.5 + pos: 0.5,200.5 parent: 1 - - uid: 15232 + - uid: 32692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -209.5,-92.5 + rot: -1.5707963267948966 rad + pos: -280.5,-94.5 parent: 1 - - uid: 15233 + - uid: 32693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -209.5,-91.5 + pos: 5.5,200.5 parent: 1 - - uid: 15234 + - uid: 32694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -210.5,-93.5 + pos: 28.5,200.5 parent: 1 - - uid: 15235 + - uid: 32695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -211.5,-91.5 + pos: 27.5,200.5 parent: 1 - - uid: 15236 + - uid: 32696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -212.5,-93.5 + pos: -20.5,200.5 parent: 1 - - uid: 15237 + - uid: 32697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -212.5,-92.5 + pos: 112.5,-199.5 parent: 1 - - uid: 15238 + - uid: 32698 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-92.5 + pos: -199.5,37.5 parent: 1 - - uid: 15239 + - uid: 32699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -208.5,-92.5 + pos: -199.5,33.5 parent: 1 - - uid: 15240 + - uid: 32700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-73.5 + pos: -199.5,34.5 parent: 1 - - uid: 15241 + - uid: 32701 components: - type: Transform - rot: 3.141592653589793 rad - pos: -210.5,-92.5 + pos: -199.5,26.5 parent: 1 - - uid: 15242 + - uid: 32702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -210.5,-91.5 + pos: -26.5,200.5 parent: 1 - - uid: 15243 + - uid: 32703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -211.5,-93.5 + pos: 115.5,-199.5 parent: 1 - - uid: 15244 + - uid: 32704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -211.5,-92.5 + pos: -0.5,200.5 parent: 1 - - uid: 15245 + - uid: 32705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -204.5,-91.5 + pos: 71.5,-199.5 parent: 1 - - uid: 15246 + - uid: 32706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -212.5,-91.5 + pos: 72.5,-199.5 parent: 1 - - uid: 15247 + - uid: 32707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -213.5,-93.5 + pos: 73.5,-199.5 parent: 1 - - uid: 15248 + - uid: 32708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -213.5,-92.5 + pos: 74.5,-199.5 parent: 1 - - uid: 15249 + - uid: 32709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -213.5,-91.5 + pos: 75.5,-199.5 parent: 1 - - uid: 15250 + - uid: 32710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -214.5,-93.5 + pos: 76.5,-199.5 parent: 1 - - uid: 15251 + - uid: 32711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-93.5 + pos: 77.5,-199.5 parent: 1 - - uid: 15252 + - uid: 32712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-92.5 + pos: 52.5,-199.5 parent: 1 - - uid: 15253 + - uid: 32713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-91.5 + pos: 53.5,-199.5 parent: 1 - - uid: 15254 + - uid: 32714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-93.5 + pos: 54.5,-199.5 parent: 1 - - uid: 15255 + - uid: 32715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-91.5 + pos: 55.5,-199.5 parent: 1 - - uid: 15256 + - uid: 32716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-93.5 + pos: 131.5,200.5 parent: 1 - - uid: 15257 + - uid: 32717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-92.5 + pos: -196.5,200.5 parent: 1 - - uid: 15258 + - uid: 32718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-91.5 + pos: -199.5,-173.5 parent: 1 - - uid: 15259 + - uid: 32719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-92.5 + pos: -199.5,40.5 parent: 1 - - uid: 15260 + - uid: 32720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-91.5 + pos: -19.5,-199.5 parent: 1 - - uid: 15261 + - uid: 32721 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-93.5 + pos: -18.5,-199.5 parent: 1 - - uid: 15262 + - uid: 32722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-92.5 + pos: 140.5,-199.5 parent: 1 - - uid: 15263 + - uid: 32723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -214.5,-92.5 + rot: -1.5707963267948966 rad + pos: -281.5,-94.5 parent: 1 - - uid: 15264 + - uid: 32724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -214.5,-91.5 + pos: 37.5,-199.5 parent: 1 - - uid: 15265 + - uid: 32725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -259.5,-93.5 + pos: 38.5,-199.5 parent: 1 - - uid: 15266 + - uid: 32726 components: - type: Transform - rot: 3.141592653589793 rad - pos: -284.5,-92.5 + pos: 40.5,-199.5 parent: 1 - - uid: 15267 + - uid: 32727 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-76.5 + pos: 39.5,-199.5 parent: 1 - - uid: 15268 + - uid: 32728 components: - type: Transform - rot: 3.141592653589793 rad - pos: -261.5,-93.5 + pos: 41.5,-199.5 parent: 1 - - uid: 15269 + - uid: 32729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-93.5 + rot: -1.5707963267948966 rad + pos: -288.5,-94.5 parent: 1 - - uid: 15270 + - uid: 32730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -266.5,-92.5 + pos: 129.5,-199.5 parent: 1 - - uid: 15271 + - uid: 32731 components: - type: Transform - rot: 3.141592653589793 rad - pos: -262.5,-93.5 + pos: 132.5,200.5 parent: 1 - - uid: 15272 + - uid: 32732 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-78.5 + pos: -50.5,200.5 parent: 1 - - uid: 15273 + - uid: 32733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-77.5 + pos: 67.5,-199.5 parent: 1 - - uid: 15274 + - uid: 32734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -261.5,-92.5 + pos: 55.5,200.5 parent: 1 - - uid: 15275 + - uid: 32735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-80.5 + pos: -11.5,200.5 parent: 1 - - uid: 15276 + - uid: 32736 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-92.5 + pos: -199.5,-168.5 parent: 1 - - uid: 15277 + - uid: 32737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -285.5,-93.5 + pos: -199.5,51.5 parent: 1 - - uid: 15278 + - uid: 32738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -267.5,-93.5 + pos: -199.5,54.5 parent: 1 - - uid: 15279 + - uid: 32739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -259.5,-92.5 + pos: 128.5,200.5 parent: 1 - - uid: 15280 + - uid: 32740 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-79.5 + pos: 8.5,-199.5 parent: 1 - - uid: 15281 + - uid: 32741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-75.5 + pos: 9.5,-199.5 parent: 1 - - uid: 15282 + - uid: 32742 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-74.5 + pos: 10.5,-199.5 parent: 1 - - uid: 15283 + - uid: 32743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-66.5 + pos: -0.5,-199.5 parent: 1 - - uid: 15284 + - uid: 32744 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-72.5 + pos: 0.5,-199.5 parent: 1 - - uid: 15285 + - uid: 32745 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-71.5 + pos: 1.5,-199.5 parent: 1 - - uid: 15286 + - uid: 32746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-70.5 + pos: 2.5,-199.5 parent: 1 - - uid: 15287 + - uid: 32747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-69.5 + pos: 5.5,-199.5 parent: 1 - - uid: 15288 + - uid: 32748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-68.5 + pos: 6.5,-199.5 parent: 1 - - uid: 15289 + - uid: 32749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-73.5 + pos: 7.5,-199.5 parent: 1 - - uid: 15290 + - uid: 32750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-65.5 + pos: 27.5,-199.5 parent: 1 - - uid: 15291 + - uid: 32751 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-64.5 + pos: 26.5,-199.5 parent: 1 - - uid: 15292 + - uid: 32752 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-63.5 + pos: 11.5,-199.5 parent: 1 - - uid: 15293 + - uid: 32753 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -292.5,-90.5 + pos: 12.5,-199.5 parent: 1 - - uid: 15294 + - uid: 32754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-87.5 + pos: 13.5,-199.5 parent: 1 - - uid: 15295 + - uid: 32755 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -292.5,-91.5 + pos: -43.5,200.5 parent: 1 - - uid: 15296 + - uid: 32756 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-86.5 + rot: -1.5707963267948966 rad + pos: -282.5,-94.5 parent: 1 - - uid: 15297 + - uid: 32757 components: - type: Transform - rot: 3.141592653589793 rad - pos: -267.5,-92.5 + rot: -1.5707963267948966 rad + pos: -283.5,-94.5 parent: 1 - - uid: 15298 + - uid: 32758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -268.5,-93.5 + pos: -199.5,49.5 parent: 1 - - uid: 15299 + - uid: 32759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -268.5,-92.5 + pos: -199.5,48.5 parent: 1 - - uid: 15300 + - uid: 32760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -271.5,-93.5 + rot: -1.5707963267948966 rad + pos: -286.5,-94.5 parent: 1 - - uid: 15301 + - uid: 32761 components: - type: Transform - rot: 3.141592653589793 rad - pos: -271.5,-92.5 + pos: 42.5,-199.5 parent: 1 - - uid: 15302 + - uid: 32762 components: - type: Transform - rot: 3.141592653589793 rad - pos: -269.5,-93.5 + pos: 43.5,-199.5 parent: 1 - - uid: 15303 + - uid: 32763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-55.5 + pos: 44.5,-199.5 parent: 1 - - uid: 15304 + - uid: 32764 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-73.5 + pos: 45.5,-199.5 parent: 1 - - uid: 15305 + - uid: 32765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-54.5 + pos: 46.5,-199.5 parent: 1 - - uid: 15306 + - uid: 32766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-62.5 + pos: 47.5,-199.5 parent: 1 - - uid: 15307 + - uid: 32767 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-60.5 + pos: 48.5,-199.5 parent: 1 - - uid: 15308 + - uid: 32768 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-61.5 + pos: -199.5,5.5 parent: 1 - - uid: 15309 + - uid: 32769 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -276.5,-31.5 + pos: -51.5,200.5 parent: 1 - - uid: 15310 + - uid: 32770 components: - type: Transform - rot: 3.141592653589793 rad - pos: -296.5,-44.5 + pos: 24.5,-199.5 parent: 1 - - uid: 15311 + - uid: 32771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -295.5,-44.5 + pos: 25.5,-199.5 parent: 1 - - uid: 15312 + - uid: 32772 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-77.5 + pos: 147.5,200.5 parent: 1 - - uid: 15313 + - uid: 32773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-57.5 + pos: 146.5,200.5 parent: 1 - - uid: 15314 + - uid: 32774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-50.5 + rot: -1.5707963267948966 rad + pos: -284.5,-94.5 parent: 1 - - uid: 15315 + - uid: 32775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-48.5 + rot: -1.5707963267948966 rad + pos: -287.5,-94.5 parent: 1 - - uid: 15316 + - uid: 32776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-47.5 + rot: -1.5707963267948966 rad + pos: -292.5,-94.5 parent: 1 - - uid: 15317 + - uid: 32777 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-69.5 + rot: -1.5707963267948966 rad + pos: -285.5,-94.5 parent: 1 - - uid: 15318 + - uid: 32778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-52.5 + rot: -1.5707963267948966 rad + pos: -293.5,-94.5 parent: 1 - - uid: 15319 + - uid: 32779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-49.5 + rot: -1.5707963267948966 rad + pos: -294.5,-67.5 parent: 1 - - uid: 15320 + - uid: 32780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-48.5 + rot: -1.5707963267948966 rad + pos: -290.5,-94.5 parent: 1 - - uid: 15321 + - uid: 32781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-50.5 + pos: -3.5,-199.5 parent: 1 - - uid: 15322 + - uid: 32782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-49.5 + pos: -2.5,-199.5 parent: 1 - - uid: 15323 + - uid: 32783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-75.5 + pos: -1.5,-199.5 parent: 1 - - uid: 15324 + - uid: 32784 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -276.5,-22.5 + pos: -75.5,200.5 parent: 1 - - uid: 15325 + - uid: 32785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-57.5 + pos: -10.5,200.5 parent: 1 - - uid: 15326 + - uid: 32786 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-56.5 + pos: 126.5,200.5 parent: 1 - - uid: 15327 + - uid: 32787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-51.5 + pos: -8.5,200.5 parent: 1 - - uid: 15328 + - uid: 32788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-92.5 + pos: 136.5,-199.5 parent: 1 - - uid: 15329 + - uid: 32789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-92.5 + pos: 129.5,200.5 parent: 1 - - uid: 15330 + - uid: 32790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-93.5 + pos: 127.5,200.5 parent: 1 - - uid: 15331 + - uid: 32791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-92.5 + rot: -1.5707963267948966 rad + pos: -289.5,-94.5 parent: 1 - - uid: 15332 + - uid: 32792 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-55.5 + pos: 139.5,-199.5 parent: 1 - - uid: 15333 + - uid: 32793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-93.5 + pos: 138.5,-199.5 parent: 1 - - uid: 15334 + - uid: 32794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-92.5 + pos: 137.5,-199.5 parent: 1 - - uid: 15335 + - uid: 32795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-92.5 + pos: -28.5,-199.5 parent: 1 - - uid: 15336 + - uid: 32796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -288.5,-92.5 + pos: -29.5,-199.5 parent: 1 - - uid: 15337 + - uid: 32797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-67.5 + pos: -30.5,-199.5 parent: 1 - - uid: 15338 + - uid: 32798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-56.5 + pos: -31.5,-199.5 parent: 1 - - uid: 15339 + - uid: 32799 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -292.5,-89.5 + pos: -32.5,-199.5 parent: 1 - - uid: 15340 + - uid: 32800 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-61.5 + pos: -33.5,-199.5 parent: 1 - - uid: 15341 + - uid: 32801 components: - type: Transform - pos: 204.5,214.5 + pos: -34.5,-199.5 parent: 1 - - uid: 15342 + - uid: 32802 components: - type: Transform - pos: 204.5,225.5 + pos: -35.5,-199.5 parent: 1 - - uid: 15343 + - uid: 32803 components: - type: Transform - pos: 204.5,224.5 + pos: -36.5,-199.5 parent: 1 - - uid: 15344 + - uid: 32804 components: - type: Transform - pos: 204.5,223.5 + pos: -37.5,-199.5 parent: 1 - - uid: 15345 + - uid: 32805 components: - type: Transform - pos: 204.5,221.5 + pos: -38.5,-199.5 parent: 1 - - uid: 15346 + - uid: 32806 components: - type: Transform - pos: 204.5,220.5 + pos: -39.5,-199.5 parent: 1 - - uid: 15347 + - uid: 32807 components: - type: Transform - pos: 204.5,219.5 + pos: -40.5,-199.5 parent: 1 - - uid: 15348 + - uid: 32808 components: - type: Transform - pos: 204.5,216.5 + pos: -41.5,-199.5 parent: 1 - - uid: 15349 + - uid: 32809 components: - type: Transform - pos: 204.5,218.5 + pos: -42.5,-199.5 parent: 1 - - uid: 15350 + - uid: 32810 components: - type: Transform - pos: 204.5,217.5 + pos: -43.5,-199.5 parent: 1 - - uid: 15351 + - uid: 32811 components: - type: Transform - pos: 204.5,222.5 + pos: -44.5,-199.5 parent: 1 - - uid: 15352 + - uid: 32812 components: - type: Transform - pos: 182.5,208.5 + pos: -45.5,-199.5 parent: 1 - - uid: 15353 + - uid: 32813 components: - type: Transform - rot: 3.141592653589793 rad - pos: -285.5,-92.5 + pos: -46.5,-199.5 parent: 1 - - uid: 15354 + - uid: 32814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -286.5,-93.5 + pos: -47.5,-199.5 parent: 1 - - uid: 15355 + - uid: 32815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-57.5 + pos: -48.5,-199.5 parent: 1 - - uid: 15356 + - uid: 32816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-60.5 + pos: -49.5,-199.5 parent: 1 - - uid: 15357 + - uid: 32817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-56.5 + pos: -50.5,-199.5 parent: 1 - - uid: 15358 + - uid: 32818 components: - type: Transform - pos: 182.5,211.5 + pos: -51.5,-199.5 parent: 1 - - uid: 15359 + - uid: 32819 components: - type: Transform - pos: 182.5,207.5 + pos: -52.5,-199.5 parent: 1 - - uid: 15360 + - uid: 32820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-55.5 + pos: -53.5,-199.5 parent: 1 - - uid: 15361 + - uid: 32821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-52.5 + pos: -54.5,-199.5 parent: 1 - - uid: 15362 + - uid: 32822 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-50.5 + pos: -55.5,-199.5 parent: 1 - - uid: 15363 + - uid: 32823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -280.5,-92.5 + pos: -56.5,-199.5 parent: 1 - - uid: 15364 + - uid: 32824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,-93.5 + pos: -57.5,-199.5 parent: 1 - - uid: 15365 + - uid: 32825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,-92.5 + pos: -58.5,-199.5 parent: 1 - - uid: 15366 + - uid: 32826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -282.5,-93.5 + pos: -59.5,-199.5 parent: 1 - - uid: 15367 + - uid: 32827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -282.5,-92.5 + pos: -60.5,-199.5 parent: 1 - - uid: 15368 + - uid: 32828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -283.5,-93.5 + pos: -61.5,-199.5 parent: 1 - - uid: 15369 + - uid: 32829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -283.5,-92.5 + pos: -62.5,-199.5 parent: 1 - - uid: 15370 + - uid: 32830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -284.5,-93.5 + pos: -63.5,-199.5 parent: 1 - - uid: 15371 + - uid: 32831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -286.5,-92.5 + pos: -64.5,-199.5 parent: 1 - - uid: 15372 + - uid: 32832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,-93.5 + pos: -65.5,-199.5 parent: 1 - - uid: 15373 + - uid: 32833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -272.5,-92.5 + pos: -66.5,-199.5 parent: 1 - - uid: 15374 + - uid: 32834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -273.5,-93.5 + pos: -67.5,-199.5 parent: 1 - - uid: 15375 + - uid: 32835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -273.5,-92.5 + pos: -68.5,-199.5 parent: 1 - - uid: 15376 + - uid: 32836 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-93.5 + pos: -69.5,-199.5 parent: 1 - - uid: 15377 + - uid: 32837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-92.5 + pos: -70.5,-199.5 parent: 1 - - uid: 15378 + - uid: 32838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -275.5,-93.5 + pos: -71.5,-199.5 parent: 1 - - uid: 15379 + - uid: 32839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -275.5,-92.5 + pos: -72.5,-199.5 parent: 1 - - uid: 15380 + - uid: 32840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-47.5 + pos: -73.5,-199.5 parent: 1 - - uid: 15381 + - uid: 32841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-46.5 + pos: -74.5,-199.5 parent: 1 - - uid: 15382 + - uid: 32842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -264.5,-92.5 + pos: -75.5,-199.5 parent: 1 - - uid: 15383 + - uid: 32843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -265.5,-93.5 + pos: -76.5,-199.5 parent: 1 - - uid: 15384 + - uid: 32844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -265.5,-92.5 + pos: -77.5,-199.5 parent: 1 - - uid: 15385 + - uid: 32845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -266.5,-93.5 + pos: -78.5,-199.5 parent: 1 - - uid: 15386 + - uid: 32846 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-72.5 + pos: -79.5,-199.5 parent: 1 - - uid: 15387 + - uid: 32847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-44.5 + pos: -80.5,-199.5 parent: 1 - - uid: 15388 + - uid: 32848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-66.5 + pos: -81.5,-199.5 parent: 1 - - uid: 15389 + - uid: 32849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-93.5 + pos: -82.5,-199.5 parent: 1 - - uid: 15390 + - uid: 32850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -279.5,-93.5 + pos: -83.5,-199.5 parent: 1 - - uid: 15391 + - uid: 32851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,-92.5 + pos: -84.5,-199.5 parent: 1 - - uid: 15392 + - uid: 32852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -279.5,-92.5 + pos: -85.5,-199.5 parent: 1 - - uid: 15393 + - uid: 32853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-51.5 + pos: -86.5,-199.5 parent: 1 - - uid: 15394 + - uid: 32854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-58.5 + pos: -87.5,-199.5 parent: 1 - - uid: 15395 + - uid: 32855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-64.5 + pos: -88.5,-199.5 parent: 1 - - uid: 15396 + - uid: 32856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-63.5 + pos: -89.5,-199.5 parent: 1 - - uid: 15397 + - uid: 32857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-51.5 + pos: -90.5,-199.5 parent: 1 - - uid: 15398 + - uid: 32858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-59.5 + pos: -91.5,-199.5 parent: 1 - - uid: 15399 + - uid: 32859 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -292.5,-88.5 + pos: -92.5,-199.5 parent: 1 - - uid: 15400 + - uid: 32860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-59.5 + pos: -93.5,-199.5 parent: 1 - - uid: 15401 + - uid: 32861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-65.5 + pos: -94.5,-199.5 parent: 1 - - uid: 15402 + - uid: 32862 components: - type: Transform - rot: 3.141592653589793 rad - pos: -280.5,-93.5 + pos: -95.5,-199.5 parent: 1 - - uid: 15403 + - uid: 32863 components: - type: Transform - rot: 3.141592653589793 rad - pos: -288.5,-93.5 + pos: -96.5,-199.5 parent: 1 - - uid: 15404 + - uid: 32864 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-92.5 + pos: -97.5,-199.5 parent: 1 - - uid: 15405 + - uid: 32865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-93.5 + pos: -98.5,-199.5 parent: 1 - - uid: 15406 + - uid: 32866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-92.5 + pos: -99.5,-199.5 parent: 1 - - uid: 15407 + - uid: 32867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-93.5 + pos: -100.5,-199.5 parent: 1 - - uid: 15408 + - uid: 32868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-71.5 + pos: -101.5,-199.5 parent: 1 - - uid: 15409 + - uid: 32869 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-68.5 + pos: -102.5,-199.5 parent: 1 - - uid: 15410 + - uid: 32870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-67.5 + pos: -103.5,-199.5 parent: 1 - - uid: 15411 + - uid: 32871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-70.5 + pos: -104.5,-199.5 parent: 1 - - uid: 15412 + - uid: 32872 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-69.5 + pos: -105.5,-199.5 parent: 1 - - uid: 15413 + - uid: 32873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-93.5 + pos: -106.5,-199.5 parent: 1 - - uid: 15414 + - uid: 32874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-93.5 + pos: -107.5,-199.5 parent: 1 - - uid: 15415 + - uid: 32875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-92.5 + pos: -108.5,-199.5 parent: 1 - - uid: 15416 + - uid: 32876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-93.5 + pos: -109.5,-199.5 parent: 1 - - uid: 15417 + - uid: 32877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-54.5 + pos: -110.5,-199.5 parent: 1 - - uid: 15418 + - uid: 32878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-53.5 + pos: -111.5,-199.5 parent: 1 - - uid: 15419 + - uid: 32879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-47.5 + pos: -112.5,-199.5 parent: 1 - - uid: 15420 + - uid: 32880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-46.5 + pos: -113.5,-199.5 parent: 1 - - uid: 15421 + - uid: 32881 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-62.5 + pos: -114.5,-199.5 parent: 1 - - uid: 15422 + - uid: 32882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-53.5 + pos: -115.5,-199.5 parent: 1 - - uid: 15423 + - uid: 32883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-44.5 + pos: -116.5,-199.5 parent: 1 - - uid: 15424 + - uid: 32884 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-70.5 + pos: -117.5,-199.5 parent: 1 - - uid: 15425 + - uid: 32885 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -240.5,-91.5 + pos: -118.5,-199.5 parent: 1 - - uid: 15426 + - uid: 32886 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-65.5 + pos: -119.5,-199.5 parent: 1 - - uid: 15427 + - uid: 32887 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-79.5 + pos: -120.5,-199.5 parent: 1 - - uid: 15428 + - uid: 32888 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-66.5 + pos: -121.5,-199.5 parent: 1 - - uid: 15429 + - uid: 32889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-44.5 + pos: -122.5,-199.5 parent: 1 - - uid: 15430 + - uid: 32890 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-78.5 + pos: -123.5,-199.5 parent: 1 - - uid: 15431 + - uid: 32891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-77.5 + pos: -124.5,-199.5 parent: 1 - - uid: 15432 + - uid: 32892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-77.5 + pos: -125.5,-199.5 parent: 1 - - uid: 15433 + - uid: 32893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-63.5 + pos: -126.5,-199.5 parent: 1 - - uid: 15434 + - uid: 32894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -297.5,-44.5 + pos: -127.5,-199.5 parent: 1 - - uid: 15435 + - uid: 32895 components: - type: Transform - pos: 204.5,213.5 + pos: -128.5,-199.5 parent: 1 - - uid: 15436 + - uid: 32896 components: - type: Transform - pos: 182.5,210.5 + pos: -129.5,-199.5 parent: 1 - - uid: 15437 + - uid: 32897 components: - type: Transform - pos: 182.5,212.5 + pos: -130.5,-199.5 parent: 1 - - uid: 15438 + - uid: 32898 components: - type: Transform - pos: 205.5,225.5 + pos: -131.5,-199.5 parent: 1 - - uid: 15439 + - uid: 32899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -307.5,-46.5 + pos: -132.5,-199.5 parent: 1 - - uid: 15440 + - uid: 32900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -298.5,-44.5 + pos: -133.5,-199.5 parent: 1 - - uid: 15441 + - uid: 32901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -302.5,-46.5 + pos: -134.5,-199.5 parent: 1 - - uid: 15442 + - uid: 32902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -297.5,-45.5 + pos: -135.5,-199.5 parent: 1 - - uid: 15443 + - uid: 32903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -308.5,-45.5 + pos: -136.5,-199.5 parent: 1 - - uid: 15444 + - uid: 32904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -295.5,-46.5 + pos: -137.5,-199.5 parent: 1 - - uid: 15445 + - uid: 32905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -269.5,-92.5 + pos: -138.5,-199.5 parent: 1 - - uid: 15446 + - uid: 32906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -306.5,-46.5 + pos: -139.5,-199.5 parent: 1 - - uid: 15447 + - uid: 32907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -296.5,-46.5 + pos: -140.5,-199.5 parent: 1 - - uid: 15448 + - uid: 32908 components: - type: Transform - rot: 3.141592653589793 rad - pos: -299.5,-45.5 + pos: -141.5,-199.5 parent: 1 - - uid: 15449 + - uid: 32909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -296.5,-45.5 + pos: -142.5,-199.5 parent: 1 - - uid: 15450 + - uid: 32910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -298.5,-45.5 + pos: -143.5,-199.5 parent: 1 - - uid: 15451 + - uid: 32911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -310.5,-45.5 + pos: -144.5,-199.5 parent: 1 - - uid: 15452 + - uid: 32912 components: - type: Transform - rot: 3.141592653589793 rad - pos: -300.5,-45.5 + pos: -145.5,-199.5 parent: 1 - - uid: 15453 + - uid: 32913 components: - type: Transform - rot: 3.141592653589793 rad - pos: -305.5,-46.5 + pos: -146.5,-199.5 parent: 1 - - uid: 15454 + - uid: 32914 components: - type: Transform - rot: 3.141592653589793 rad - pos: -304.5,-46.5 + pos: -147.5,-199.5 parent: 1 - - uid: 15455 + - uid: 32915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -306.5,-45.5 + pos: -148.5,-199.5 parent: 1 - - uid: 15456 + - uid: 32916 components: - type: Transform - rot: 3.141592653589793 rad - pos: -300.5,-46.5 + pos: -149.5,-199.5 parent: 1 - - uid: 15457 + - uid: 32917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -305.5,-45.5 + pos: -150.5,-199.5 parent: 1 - - uid: 15458 + - uid: 32918 components: - type: Transform - rot: 3.141592653589793 rad - pos: -311.5,-46.5 + pos: -151.5,-199.5 parent: 1 - - uid: 15459 + - uid: 32919 components: - type: Transform - rot: 3.141592653589793 rad - pos: -311.5,-45.5 + pos: -152.5,-199.5 parent: 1 - - uid: 15460 + - uid: 32920 components: - type: Transform - rot: 3.141592653589793 rad - pos: -312.5,-45.5 + pos: -153.5,-199.5 parent: 1 - - uid: 15461 + - uid: 32921 components: - type: Transform - rot: 3.141592653589793 rad - pos: -297.5,-46.5 + pos: -154.5,-199.5 parent: 1 - - uid: 15462 + - uid: 32922 components: - type: Transform - rot: 3.141592653589793 rad - pos: -310.5,-46.5 + pos: -155.5,-199.5 parent: 1 - - uid: 15463 + - uid: 32923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -298.5,-46.5 + pos: -156.5,-199.5 parent: 1 - - uid: 15464 + - uid: 32924 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-45.5 + pos: -157.5,-199.5 parent: 1 - - uid: 15465 + - uid: 32925 components: - type: Transform - rot: 3.141592653589793 rad - pos: -299.5,-46.5 + pos: -158.5,-199.5 parent: 1 - - uid: 15466 + - uid: 32926 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-46.5 + pos: -159.5,-199.5 parent: 1 - - uid: 15467 + - uid: 32927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -302.5,-45.5 + pos: -160.5,-199.5 parent: 1 - - uid: 15468 + - uid: 32928 components: - type: Transform - rot: 3.141592653589793 rad - pos: -303.5,-46.5 + pos: -161.5,-199.5 parent: 1 - - uid: 15469 + - uid: 32929 components: - type: Transform - rot: 3.141592653589793 rad - pos: -307.5,-45.5 + pos: -162.5,-199.5 parent: 1 - - uid: 15470 + - uid: 32930 components: - type: Transform - rot: 3.141592653589793 rad - pos: -303.5,-45.5 + pos: -163.5,-199.5 parent: 1 - - uid: 15471 + - uid: 32931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -304.5,-45.5 + pos: -164.5,-199.5 parent: 1 - - uid: 15472 + - uid: 32932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-54.5 + pos: -165.5,-199.5 parent: 1 - - uid: 15473 + - uid: 32933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-53.5 + pos: -166.5,-199.5 parent: 1 - - uid: 15474 + - uid: 32934 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-77.5 + pos: -167.5,-199.5 parent: 1 - - uid: 15475 + - uid: 32935 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-53.5 + pos: -168.5,-199.5 parent: 1 - - uid: 15476 + - uid: 32936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-54.5 + pos: -169.5,-199.5 parent: 1 - - uid: 15477 + - uid: 32937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-61.5 + pos: -170.5,-199.5 parent: 1 - - uid: 15478 + - uid: 32938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-52.5 + pos: -171.5,-199.5 parent: 1 - - uid: 15479 + - uid: 32939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-49.5 + pos: -172.5,-199.5 parent: 1 - - uid: 15480 + - uid: 32940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-57.5 + pos: -173.5,-199.5 parent: 1 - - uid: 15481 + - uid: 32941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-56.5 + pos: -174.5,-199.5 parent: 1 - - uid: 15482 + - uid: 32942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-57.5 + pos: -175.5,-199.5 parent: 1 - - uid: 15483 + - uid: 32943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-59.5 + pos: -176.5,-199.5 parent: 1 - - uid: 15484 + - uid: 32944 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-56.5 + pos: -177.5,-199.5 parent: 1 - - uid: 15485 + - uid: 32945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-60.5 + pos: -178.5,-199.5 parent: 1 - - uid: 15486 + - uid: 32946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-55.5 + pos: -179.5,-199.5 parent: 1 - - uid: 15487 + - uid: 32947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-48.5 + pos: -180.5,-199.5 parent: 1 - - uid: 15488 + - uid: 32948 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-58.5 + pos: -181.5,-199.5 parent: 1 - - uid: 15489 + - uid: 32949 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-55.5 + pos: -182.5,-199.5 parent: 1 - - uid: 15490 + - uid: 32950 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-52.5 + pos: -183.5,-199.5 parent: 1 - - uid: 15491 + - uid: 32951 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-53.5 + pos: -184.5,-199.5 parent: 1 - - uid: 15492 + - uid: 32952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-54.5 + pos: -185.5,-199.5 parent: 1 - - uid: 15493 + - uid: 32953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -312.5,-42.5 + pos: -186.5,-199.5 parent: 1 - - uid: 15494 + - uid: 32954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -308.5,-43.5 + pos: -187.5,-199.5 parent: 1 - - uid: 15495 + - uid: 32955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -311.5,-41.5 + pos: -188.5,-199.5 parent: 1 - - uid: 15496 + - uid: 32956 components: - type: Transform - pos: 205.5,212.5 + pos: -189.5,-199.5 parent: 1 - - uid: 15497 + - uid: 32957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -207.5,-93.5 + pos: -190.5,-199.5 parent: 1 - - uid: 15498 + - uid: 32958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -308.5,-46.5 + pos: -191.5,-199.5 parent: 1 - - uid: 15499 + - uid: 32959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -309.5,-46.5 + pos: -192.5,-199.5 parent: 1 - - uid: 15500 + - uid: 32960 components: - type: Transform - rot: 3.141592653589793 rad - pos: -309.5,-45.5 + pos: -193.5,-199.5 parent: 1 - - uid: 15501 + - uid: 32961 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-49.5 + pos: -194.5,-199.5 parent: 1 - - uid: 15502 + - uid: 32962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-86.5 + pos: -195.5,-199.5 parent: 1 - - uid: 15503 + - uid: 32963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-60.5 + pos: -196.5,-199.5 parent: 1 - - uid: 15504 + - uid: 32964 components: - type: Transform - rot: 3.141592653589793 rad - pos: -208.5,-77.5 + pos: -197.5,-199.5 parent: 1 - - uid: 15505 + - uid: 32965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -255.5,-94.5 + pos: -198.5,-199.5 parent: 1 - - uid: 15506 + - uid: 32966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -266.5,-94.5 + pos: -199.5,-199.5 parent: 1 - - uid: 15507 + - uid: 32967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-92.5 + pos: -199.5,39.5 parent: 1 - - uid: 15508 + - uid: 32968 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -248.5,-77.5 + pos: -199.5,52.5 parent: 1 - - uid: 15509 + - uid: 32969 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-58.5 + pos: -199.5,53.5 parent: 1 - - uid: 15510 + - uid: 32970 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -264.5,-77.5 + pos: 125.5,200.5 parent: 1 - - uid: 15511 + - uid: 32971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-77.5 + pos: 98.5,200.5 parent: 1 - - uid: 15512 + - uid: 32972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -220.5,-77.5 + pos: -37.5,200.5 parent: 1 - - uid: 15513 + - uid: 32973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -295.5,-43.5 + pos: -199.5,55.5 parent: 1 - - uid: 15514 + - uid: 32974 components: - type: Transform - rot: 3.141592653589793 rad - pos: -295.5,-42.5 + pos: 100.5,200.5 parent: 1 - - uid: 15515 + - uid: 32975 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-36.5 + pos: 101.5,200.5 parent: 1 - - uid: 15516 + - uid: 32976 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-59.5 + pos: -7.5,200.5 parent: 1 - - uid: 15517 + - uid: 32977 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -253.5,-77.5 + pos: -6.5,200.5 parent: 1 - - uid: 15518 + - uid: 32978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-33.5 + pos: -5.5,200.5 parent: 1 - - uid: 15519 + - uid: 32979 components: - type: Transform - rot: 3.141592653589793 rad - pos: -244.5,-77.5 + pos: -4.5,200.5 parent: 1 - - uid: 15520 + - uid: 32980 components: - type: Transform - rot: 3.141592653589793 rad - pos: -243.5,-77.5 + pos: 63.5,200.5 parent: 1 - - uid: 15521 + - uid: 32981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -309.5,-42.5 + pos: 25.5,200.5 parent: 1 - - uid: 15522 + - uid: 32982 components: - type: Transform - rot: 3.141592653589793 rad - pos: -308.5,-41.5 + pos: 26.5,200.5 parent: 1 - - uid: 15523 + - uid: 32983 components: - type: Transform - rot: 3.141592653589793 rad - pos: -309.5,-41.5 + pos: -53.5,200.5 parent: 1 - - uid: 15524 + - uid: 32984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-49.5 + pos: 58.5,200.5 parent: 1 - - uid: 15525 + - uid: 32985 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-51.5 + pos: 133.5,200.5 parent: 1 - - uid: 15526 + - uid: 32986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-51.5 + pos: -3.5,200.5 parent: 1 - - uid: 15527 + - uid: 32987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-50.5 + pos: 15.5,200.5 parent: 1 - - uid: 15528 + - uid: 32988 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-48.5 + pos: -199.5,61.5 parent: 1 - - uid: 15529 + - uid: 32989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-50.5 + pos: 21.5,200.5 parent: 1 - - uid: 15530 + - uid: 32990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-77.5 + pos: -82.5,200.5 parent: 1 - - uid: 15531 + - uid: 32991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,-91.5 + pos: -81.5,200.5 parent: 1 - - uid: 15532 + - uid: 32992 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-80.5 + pos: -71.5,200.5 parent: 1 - - uid: 15533 + - uid: 32993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-91.5 + pos: -72.5,200.5 parent: 1 - - uid: 15534 + - uid: 32994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-77.5 + pos: -32.5,200.5 parent: 1 - - uid: 15535 + - uid: 32995 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-43.5 + pos: -45.5,200.5 parent: 1 - - uid: 15536 + - uid: 32996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-67.5 + pos: -34.5,200.5 parent: 1 - - uid: 15537 + - uid: 32997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-66.5 + pos: -33.5,200.5 parent: 1 - - uid: 15538 + - uid: 32998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -283.5,-91.5 + pos: -198.5,200.5 parent: 1 - - uid: 15539 + - uid: 32999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-91.5 + pos: -183.5,200.5 parent: 1 - - uid: 15540 + - uid: 33000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -261.5,-91.5 + pos: 3.5,200.5 parent: 1 - - uid: 15541 + - uid: 33001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-72.5 + pos: 4.5,200.5 parent: 1 - - uid: 15542 + - uid: 33002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -288.5,-91.5 + pos: 60.5,200.5 parent: 1 - - uid: 15543 + - uid: 33003 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-79.5 + rot: -1.5707963267948966 rad + pos: -291.5,-94.5 parent: 1 - - uid: 15544 + - uid: 33004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-71.5 + pos: 59.5,200.5 parent: 1 - - uid: 15545 + - uid: 33005 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-74.5 + pos: 2.5,200.5 parent: 1 - - uid: 15546 + - uid: 33006 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-78.5 + pos: 1.5,200.5 parent: 1 - - uid: 15547 + - uid: 33007 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-70.5 + pos: 9.5,200.5 parent: 1 - - uid: 15548 + - uid: 33008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-69.5 + pos: 11.5,200.5 parent: 1 - - uid: 15549 + - uid: 33009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -256.5,-91.5 + pos: 12.5,200.5 parent: 1 - - uid: 15550 + - uid: 33010 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-73.5 + pos: -192.5,200.5 parent: 1 - - uid: 15551 + - uid: 33011 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-91.5 + pos: -193.5,200.5 parent: 1 - - uid: 15552 + - uid: 33012 components: - type: Transform - rot: 3.141592653589793 rad - pos: -284.5,-91.5 + pos: -54.5,200.5 parent: 1 - - uid: 15553 + - uid: 33013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-77.5 + pos: -55.5,200.5 parent: 1 - - uid: 15554 + - uid: 33014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-77.5 + pos: -52.5,200.5 parent: 1 - - uid: 15555 + - uid: 33015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -273.5,-77.5 + pos: -199.5,11.5 parent: 1 - - uid: 15556 + - uid: 33016 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-91.5 + pos: -199.5,47.5 parent: 1 - - uid: 15557 + - uid: 33017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -285.5,-91.5 + pos: -199.5,46.5 parent: 1 - - uid: 15558 + - uid: 33018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -286.5,-91.5 + pos: -56.5,200.5 parent: 1 - - uid: 15559 + - uid: 33019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -273.5,-91.5 + pos: -199.5,1.5 parent: 1 - - uid: 15560 + - uid: 33020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -264.5,-91.5 + pos: -199.5,2.5 parent: 1 - - uid: 15561 + - uid: 33021 components: - type: Transform - rot: 3.141592653589793 rad - pos: -269.5,-91.5 + pos: -199.5,3.5 parent: 1 - - uid: 15562 + - uid: 33022 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-77.5 + pos: -199.5,4.5 parent: 1 - - uid: 15563 + - uid: 33023 components: - type: Transform - rot: 3.141592653589793 rad - pos: -245.5,-77.5 + pos: -199.5,16.5 parent: 1 - - uid: 15564 + - uid: 33024 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-77.5 + pos: -199.5,17.5 parent: 1 - - uid: 15565 + - uid: 33025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -252.5,-91.5 + pos: -199.5,18.5 parent: 1 - - uid: 15566 + - uid: 33026 components: - type: Transform - rot: 3.141592653589793 rad - pos: -267.5,-91.5 + pos: -199.5,19.5 parent: 1 - - uid: 15567 + - uid: 33027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-76.5 + pos: -199.5,20.5 parent: 1 - - uid: 15568 + - uid: 33028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-75.5 + pos: -199.5,41.5 parent: 1 - - uid: 15569 + - uid: 33029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-71.5 + pos: -199.5,42.5 parent: 1 - - uid: 15570 + - uid: 33030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -294.5,-42.5 + pos: -199.5,43.5 parent: 1 - - uid: 15571 + - uid: 33031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -211.5,-77.5 + pos: -199.5,44.5 parent: 1 - - uid: 15572 + - uid: 33032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -210.5,-77.5 + pos: -199.5,45.5 parent: 1 - - uid: 15573 + - uid: 33033 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-77.5 + pos: -199.5,14.5 parent: 1 - - uid: 15574 + - uid: 33034 components: - type: Transform - rot: 3.141592653589793 rad - pos: -213.5,-77.5 + pos: -199.5,15.5 parent: 1 - - uid: 15575 + - uid: 33035 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-91.5 + pos: -199.5,88.5 parent: 1 - - uid: 15576 + - uid: 33036 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-80.5 + pos: -199.5,89.5 parent: 1 - - uid: 15577 + - uid: 33037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-65.5 + pos: -199.5,90.5 parent: 1 - - uid: 15578 + - uid: 33038 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-75.5 + pos: -199.5,-189.5 parent: 1 - - uid: 15579 + - uid: 33039 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-64.5 + pos: -199.5,-190.5 parent: 1 - - uid: 15580 + - uid: 33040 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-78.5 + pos: -199.5,-191.5 parent: 1 - - uid: 15581 + - uid: 33041 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-79.5 + pos: -199.5,-158.5 parent: 1 - - uid: 15582 + - uid: 33042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-68.5 + pos: -199.5,-159.5 parent: 1 - - uid: 15583 + - uid: 33043 components: - type: Transform - rot: 3.141592653589793 rad - pos: -250.5,-91.5 + pos: -199.5,-160.5 parent: 1 - - uid: 15584 + - uid: 33044 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -244.5,-91.5 + pos: -199.5,-161.5 parent: 1 - - uid: 15585 + - uid: 33045 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-41.5 + pos: -199.5,-162.5 parent: 1 - - uid: 15586 + - uid: 33046 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-76.5 + pos: -199.5,-163.5 parent: 1 - - uid: 15587 + - uid: 33047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,-91.5 + pos: -199.5,-164.5 parent: 1 - - uid: 15588 + - uid: 33048 components: - type: Transform - rot: 3.141592653589793 rad - pos: -280.5,-91.5 + pos: -199.5,75.5 parent: 1 - - uid: 15589 + - uid: 33049 components: - type: Transform - rot: 3.141592653589793 rad - pos: -282.5,-91.5 + pos: -199.5,76.5 parent: 1 - - uid: 15590 + - uid: 33050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-47.5 + pos: -199.5,77.5 parent: 1 - - uid: 15591 + - uid: 33051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -257.5,-91.5 + pos: -199.5,78.5 parent: 1 - - uid: 15592 + - uid: 33052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-69.5 + pos: -199.5,79.5 parent: 1 - - uid: 15593 + - uid: 33053 components: - type: Transform - rot: 3.141592653589793 rad - pos: -214.5,-77.5 + pos: -199.5,80.5 parent: 1 - - uid: 15594 + - uid: 33054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -312.5,-41.5 + pos: -199.5,81.5 parent: 1 - - uid: 15595 + - uid: 33055 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -247.5,-91.5 + pos: -199.5,82.5 parent: 1 - - uid: 15596 + - uid: 33056 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-68.5 + pos: -199.5,83.5 parent: 1 - - uid: 15597 + - uid: 33057 components: - type: Transform - rot: 3.141592653589793 rad - pos: -268.5,-91.5 + pos: -199.5,84.5 parent: 1 - - uid: 15598 + - uid: 33058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-91.5 + pos: -199.5,85.5 parent: 1 - - uid: 15599 + - uid: 33059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -248.5,-91.5 + pos: -199.5,86.5 parent: 1 - - uid: 15600 + - uid: 33060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -265.5,-91.5 + pos: -199.5,87.5 parent: 1 - - uid: 15601 + - uid: 33061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -209.5,-77.5 + pos: -199.5,13.5 parent: 1 - - uid: 15602 + - uid: 33062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-91.5 + pos: -199.5,62.5 parent: 1 - - uid: 15603 + - uid: 33063 components: - type: Transform - rot: 3.141592653589793 rad - pos: -271.5,-91.5 + pos: -199.5,63.5 parent: 1 - - uid: 15604 + - uid: 33064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-91.5 + pos: -199.5,64.5 parent: 1 - - uid: 15605 + - uid: 33065 components: - type: Transform - rot: 3.141592653589793 rad - pos: -249.5,-91.5 + pos: -199.5,65.5 parent: 1 - - uid: 15606 + - uid: 33066 components: - type: Transform - rot: 3.141592653589793 rad - pos: -278.5,-91.5 + pos: -199.5,66.5 parent: 1 - - uid: 15607 + - uid: 33067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-72.5 + pos: -199.5,67.5 parent: 1 - - uid: 15608 + - uid: 33068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -236.5,-77.5 + pos: -199.5,68.5 parent: 1 - - uid: 15609 + - uid: 33069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-77.5 + pos: -199.5,69.5 parent: 1 - - uid: 15610 + - uid: 33070 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-77.5 + pos: -199.5,70.5 parent: 1 - - uid: 15611 + - uid: 33071 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-69.5 + pos: -199.5,71.5 parent: 1 - - uid: 15612 + - uid: 33072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-77.5 + pos: -199.5,72.5 parent: 1 - - uid: 15613 + - uid: 33073 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -241.5,-91.5 + pos: -199.5,73.5 parent: 1 - - uid: 15614 + - uid: 33074 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-70.5 + pos: -199.5,74.5 parent: 1 - - uid: 15615 + - uid: 33075 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-46.5 + pos: -199.5,12.5 parent: 1 - - uid: 15616 + - uid: 33076 components: - type: Transform - rot: 3.141592653589793 rad - pos: -207.5,-77.5 + pos: -199.5,56.5 parent: 1 - - uid: 15617 + - uid: 33077 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -256.5,-77.5 + pos: -199.5,57.5 parent: 1 - - uid: 15618 + - uid: 33078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -212.5,-77.5 + pos: -199.5,58.5 parent: 1 - - uid: 15619 + - uid: 33079 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -243.5,-91.5 + pos: -199.5,59.5 parent: 1 - - uid: 15620 + - uid: 33080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -270.5,-91.5 + pos: -199.5,92.5 parent: 1 - - uid: 15621 + - uid: 33081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-91.5 + pos: -199.5,93.5 parent: 1 - - uid: 15622 + - uid: 33082 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -246.5,-91.5 + pos: -41.5,200.5 parent: 1 - - uid: 15623 + - uid: 33083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -272.5,-91.5 + pos: -199.5,91.5 parent: 1 - - uid: 15624 + - uid: 33084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-91.5 + pos: 61.5,200.5 parent: 1 - - uid: 15625 + - uid: 33085 components: - type: Transform - rot: 3.141592653589793 rad - pos: -251.5,-91.5 + pos: 120.5,200.5 parent: 1 - - uid: 15626 + - uid: 33086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-71.5 + pos: 121.5,200.5 parent: 1 - - uid: 15627 + - uid: 33087 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-70.5 + pos: 122.5,200.5 parent: 1 - - uid: 15628 + - uid: 33088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -275.5,-73.5 + pos: 123.5,200.5 parent: 1 - - uid: 15629 + - uid: 33089 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-61.5 + pos: 124.5,200.5 parent: 1 - - uid: 15630 + - uid: 33090 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -242.5,-91.5 + pos: 99.5,200.5 parent: 1 - - uid: 15631 + - uid: 33091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-65.5 + pos: -96.5,200.5 parent: 1 - - uid: 15632 + - uid: 33092 components: - type: Transform - rot: 3.141592653589793 rad - pos: -266.5,-91.5 + pos: -97.5,200.5 parent: 1 - - uid: 15633 + - uid: 33093 components: - type: Transform - rot: 3.141592653589793 rad - pos: -275.5,-91.5 + pos: -2.5,200.5 parent: 1 - - uid: 15634 + - uid: 33094 components: - type: Transform - rot: 3.141592653589793 rad - pos: -279.5,-91.5 + pos: -1.5,200.5 parent: 1 - - uid: 15635 + - uid: 33095 components: - type: Transform - rot: 3.141592653589793 rad - pos: -275.5,-72.5 + pos: 22.5,200.5 parent: 1 - - uid: 15636 + - uid: 33096 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -266.5,-77.5 + pos: 23.5,200.5 parent: 1 - - uid: 15637 + - uid: 33097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-73.5 + pos: -189.5,200.5 parent: 1 - - uid: 15638 + - uid: 33098 components: - type: Transform - rot: 3.141592653589793 rad - pos: -262.5,-91.5 + pos: 104.5,200.5 parent: 1 - - uid: 15639 + - uid: 33099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-77.5 + pos: 103.5,200.5 parent: 1 - - uid: 15640 + - uid: 33100 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-77.5 + pos: -18.5,200.5 parent: 1 - - uid: 15641 + - uid: 33101 components: - type: Transform - rot: 3.141592653589793 rad - pos: -241.5,-77.5 + pos: -17.5,200.5 parent: 1 - - uid: 15642 + - uid: 33102 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-77.5 + pos: -16.5,200.5 parent: 1 - - uid: 15643 + - uid: 33103 components: - type: Transform - pos: 202.5,19.5 + pos: -15.5,200.5 parent: 1 - - uid: 15644 + - uid: 33104 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -245.5,-91.5 + pos: 145.5,200.5 parent: 1 - - uid: 15645 + - uid: 33105 components: - type: Transform - rot: 3.141592653589793 rad - pos: -258.5,-91.5 + pos: 143.5,200.5 parent: 1 - - uid: 15646 + - uid: 33106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -259.5,-91.5 + pos: 144.5,200.5 parent: 1 - - uid: 15647 + - uid: 33107 components: - type: Transform - rot: 3.141592653589793 rad - pos: -263.5,-91.5 + pos: 140.5,200.5 parent: 1 - - uid: 15648 + - uid: 33108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-92.5 + pos: 112.5,200.5 parent: 1 - - uid: 15649 + - uid: 33109 components: - type: Transform - pos: 202.5,18.5 + pos: 113.5,200.5 parent: 1 - - uid: 15650 + - uid: 33110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -308.5,-42.5 + pos: 114.5,200.5 parent: 1 - - uid: 15651 + - uid: 33111 components: - type: Transform - rot: 3.141592653589793 rad - pos: -307.5,-42.5 + pos: 115.5,200.5 parent: 1 - - uid: 15652 + - uid: 33112 components: - type: Transform - rot: 3.141592653589793 rad - pos: -311.5,-43.5 + pos: 116.5,200.5 parent: 1 - - uid: 15653 + - uid: 33113 components: - type: Transform - rot: 3.141592653589793 rad - pos: -311.5,-42.5 + pos: 117.5,200.5 parent: 1 - - uid: 15654 + - uid: 33114 components: - type: Transform - rot: 3.141592653589793 rad - pos: -307.5,-41.5 + pos: 118.5,200.5 parent: 1 - - uid: 15655 + - uid: 33115 components: - type: Transform - pos: 202.5,16.5 + pos: 119.5,200.5 parent: 1 - - uid: 15656 + - uid: 33116 components: - type: Transform - pos: 200.5,75.5 + pos: 105.5,200.5 parent: 1 - - uid: 15657 + - uid: 33117 components: - type: Transform - pos: 202.5,17.5 + pos: -184.5,200.5 parent: 1 - - uid: 15658 + - uid: 33118 components: - type: Transform - pos: 202.5,77.5 + pos: -185.5,200.5 parent: 1 - - uid: 15659 + - uid: 33119 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-93.5 + pos: -199.5,-74.5 parent: 1 - - uid: 15660 + - uid: 33120 components: - type: Transform - rot: 3.141592653589793 rad - pos: -312.5,-43.5 + pos: -199.5,-75.5 parent: 1 - - uid: 15661 + - uid: 33121 components: - type: Transform - rot: 3.141592653589793 rad - pos: -270.5,-93.5 + pos: -199.5,-76.5 parent: 1 - - uid: 15662 + - uid: 33122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -293.5,-48.5 + pos: -199.5,-77.5 parent: 1 - - uid: 15663 + - uid: 33123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -270.5,-92.5 + pos: -199.5,-78.5 parent: 1 - - uid: 15664 + - uid: 33124 components: - type: Transform rot: 3.141592653589793 rad - pos: -201.5,-37.5 + pos: -205.5,-92.5 parent: 1 - - uid: 15665 + - uid: 33125 components: - type: Transform rot: 3.141592653589793 rad - pos: -201.5,-38.5 + pos: -208.5,-91.5 parent: 1 - - uid: 15666 + - uid: 33126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -256.5,-94.5 + pos: -200.5,-79.5 parent: 1 - - uid: 15667 + - uid: 33127 components: - type: Transform rot: 3.141592653589793 rad - pos: -294.5,-52.5 - parent: 1 - - uid: 15668 - components: - - type: Transform - pos: 206.5,79.5 + pos: -205.5,-93.5 parent: 1 - - uid: 15669 + - uid: 33128 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-47.5 + pos: 134.5,200.5 parent: 1 - - uid: 15670 + - uid: 33129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -272.5,-93.5 + pos: 135.5,200.5 parent: 1 - - uid: 15671 + - uid: 33130 components: - type: Transform - pos: 204.5,78.5 + pos: 136.5,200.5 parent: 1 - - uid: 15672 + - uid: 33131 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-51.5 + pos: 137.5,200.5 parent: 1 - - uid: 15673 + - uid: 33132 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-29.5 + pos: 138.5,200.5 parent: 1 - - uid: 15674 + - uid: 33133 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-33.5 + pos: 139.5,200.5 parent: 1 - - uid: 15675 + - uid: 33134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-31.5 + pos: -199.5,-70.5 parent: 1 - - uid: 15676 + - uid: 33135 components: - type: Transform - rot: 3.141592653589793 rad - pos: -308.5,-44.5 + pos: -199.5,-71.5 parent: 1 - - uid: 15677 + - uid: 33136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -306.5,-44.5 + pos: -199.5,-72.5 parent: 1 - - uid: 15678 + - uid: 33137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -312.5,-46.5 + pos: -199.5,-73.5 parent: 1 - - uid: 15679 + - uid: 33138 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -276.5,-26.5 + pos: -294.5,-60.5 parent: 1 - - uid: 15680 + - uid: 33139 components: - type: Transform rot: 3.141592653589793 rad - pos: -310.5,-44.5 + pos: -294.5,-59.5 parent: 1 - - uid: 15681 + - uid: 33140 components: - type: Transform - pos: 200.5,74.5 + pos: 10.5,200.5 parent: 1 - - uid: 15682 + - uid: 33141 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-38.5 + pos: -14.5,200.5 parent: 1 - - uid: 15683 + - uid: 33142 components: - type: Transform - rot: 3.141592653589793 rad - pos: -307.5,-44.5 + pos: -21.5,200.5 parent: 1 - - uid: 15684 + - uid: 33143 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-40.5 + pos: -22.5,200.5 parent: 1 - - uid: 15685 + - uid: 33144 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-23.5 + pos: 6.5,200.5 parent: 1 - - uid: 15686 + - uid: 33145 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-45.5 + pos: 7.5,200.5 parent: 1 - - uid: 15687 + - uid: 33146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-22.5 + pos: 8.5,200.5 parent: 1 - - uid: 15688 + - uid: 33147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -204.5,-77.5 + pos: -25.5,200.5 parent: 1 - - uid: 15689 + - uid: 33148 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-67.5 + pos: -24.5,200.5 parent: 1 - - uid: 15690 + - uid: 33149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-63.5 + pos: -23.5,200.5 parent: 1 - - uid: 15691 + - uid: 33150 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-30.5 + pos: -59.5,200.5 parent: 1 - - uid: 15692 + - uid: 33151 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-64.5 + pos: -199.5,-104.5 parent: 1 - - uid: 15693 + - uid: 33152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-26.5 + pos: -199.5,-105.5 parent: 1 - - uid: 15694 + - uid: 33153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-25.5 + pos: -199.5,-106.5 parent: 1 - - uid: 15695 + - uid: 33154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -202.5,-76.5 + pos: -199.5,-107.5 parent: 1 - - uid: 15696 + - uid: 33155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-37.5 + pos: -199.5,-108.5 parent: 1 - - uid: 15697 + - uid: 33156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-37.5 + pos: -199.5,-109.5 parent: 1 - - uid: 15698 + - uid: 33157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-39.5 + pos: -199.5,-110.5 parent: 1 - - uid: 15699 + - uid: 33158 components: - type: Transform - pos: 219.5,181.5 + pos: -199.5,-111.5 parent: 1 - - uid: 15700 + - uid: 33159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-24.5 + pos: -199.5,-112.5 parent: 1 - - uid: 15701 + - uid: 33160 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-54.5 + pos: -199.5,-113.5 parent: 1 - - uid: 15702 + - uid: 33161 components: - type: Transform - rot: 3.141592653589793 rad - pos: -312.5,-44.5 + pos: -199.5,-114.5 parent: 1 - - uid: 15703 + - uid: 33162 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-57.5 + pos: -199.5,-115.5 parent: 1 - - uid: 15704 + - uid: 33163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-74.5 + pos: -199.5,-116.5 parent: 1 - - uid: 15705 + - uid: 33164 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -276.5,-21.5 + pos: -199.5,-117.5 parent: 1 - - uid: 15706 + - uid: 33165 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-8.5 + pos: -199.5,-101.5 parent: 1 - - uid: 15707 + - uid: 33166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-6.5 + pos: -199.5,-102.5 parent: 1 - - uid: 15708 + - uid: 33167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-5.5 + pos: -199.5,-103.5 parent: 1 - - uid: 15709 + - uid: 33168 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-47.5 + pos: -199.5,-99.5 parent: 1 - - uid: 15710 + - uid: 33169 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-4.5 + pos: -199.5,-100.5 parent: 1 - - uid: 15711 + - uid: 33170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-7.5 + pos: -199.5,-90.5 parent: 1 - - uid: 15712 + - uid: 33171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-3.5 + pos: -199.5,-91.5 parent: 1 - - uid: 15713 + - uid: 33172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-2.5 + pos: -199.5,-92.5 parent: 1 - - uid: 15714 + - uid: 33173 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-65.5 + pos: -199.5,-93.5 parent: 1 - - uid: 15715 + - uid: 33174 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-55.5 + pos: -199.5,-94.5 parent: 1 - - uid: 15716 + - uid: 33175 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-35.5 + pos: -199.5,-95.5 parent: 1 - - uid: 15717 + - uid: 33176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-34.5 + pos: -199.5,-96.5 parent: 1 - - uid: 15718 + - uid: 33177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -298.5,-42.5 + pos: -199.5,-97.5 parent: 1 - - uid: 15719 + - uid: 33178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-39.5 + pos: -199.5,-98.5 parent: 1 - - uid: 15720 + - uid: 33179 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-54.5 + pos: -61.5,200.5 parent: 1 - - uid: 15721 + - uid: 33180 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-53.5 + pos: -62.5,200.5 parent: 1 - - uid: 15722 + - uid: 33181 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-52.5 + pos: -63.5,200.5 parent: 1 - - uid: 15723 + - uid: 33182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-93.5 + pos: -64.5,200.5 parent: 1 - - uid: 15724 + - uid: 33183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -216.5,-94.5 + pos: -65.5,200.5 parent: 1 - - uid: 15725 + - uid: 33184 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -230.5,-94.5 + pos: 17.5,200.5 parent: 1 - - uid: 15726 + - uid: 33185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-90.5 + pos: 18.5,200.5 parent: 1 - - uid: 15727 + - uid: 33186 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -228.5,-94.5 + pos: 19.5,200.5 parent: 1 - - uid: 15728 + - uid: 33187 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -229.5,-94.5 + pos: 20.5,200.5 parent: 1 - - uid: 15729 + - uid: 33188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-92.5 + pos: -67.5,200.5 parent: 1 - - uid: 15730 + - uid: 33189 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -235.5,-94.5 + pos: -68.5,200.5 parent: 1 - - uid: 15731 + - uid: 33190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -215.5,-94.5 + pos: -27.5,200.5 parent: 1 - - uid: 15732 + - uid: 33191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -258.5,-94.5 + pos: -28.5,200.5 parent: 1 - - uid: 15733 + - uid: 33192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -260.5,-94.5 + pos: -188.5,200.5 parent: 1 - - uid: 15734 + - uid: 33193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -261.5,-94.5 + pos: -66.5,200.5 parent: 1 - - uid: 15735 + - uid: 33194 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -219.5,-94.5 + pos: 110.5,200.5 parent: 1 - - uid: 15736 + - uid: 33195 components: - type: Transform - pos: -235.5,-101.5 + pos: 111.5,200.5 parent: 1 - - uid: 15737 + - uid: 33196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -254.5,-94.5 + pos: 109.5,200.5 parent: 1 - - uid: 15738 + - uid: 33197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -262.5,-94.5 + pos: -199.5,-121.5 parent: 1 - - uid: 15739 + - uid: 33198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -275.5,-94.5 + pos: -199.5,-122.5 parent: 1 - - uid: 15740 + - uid: 33199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -273.5,-94.5 + pos: -199.5,-123.5 parent: 1 - - uid: 15741 + - uid: 33200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -259.5,-94.5 + pos: 106.5,200.5 parent: 1 - - uid: 15742 + - uid: 33201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -268.5,-94.5 + pos: 107.5,200.5 parent: 1 - - uid: 15743 + - uid: 33202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -270.5,-94.5 + pos: 108.5,200.5 parent: 1 - - uid: 15744 + - uid: 33203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -271.5,-94.5 + pos: -199.5,-120.5 parent: 1 - - uid: 15745 + - uid: 33204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -272.5,-94.5 + pos: -199.5,-119.5 parent: 1 - - uid: 15746 + - uid: 33205 components: - type: Transform - rot: 3.141592653589793 rad - pos: -232.5,-77.5 + pos: -36.5,200.5 parent: 1 - - uid: 15747 + - uid: 33206 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -265.5,-77.5 + pos: -29.5,200.5 parent: 1 - - uid: 15748 + - uid: 33207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-77.5 + pos: -30.5,200.5 parent: 1 - - uid: 15749 + - uid: 33208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-77.5 + pos: -31.5,200.5 parent: 1 - - uid: 15750 + - uid: 33209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-77.5 + pos: -199.5,-174.5 parent: 1 - - uid: 15751 + - uid: 33210 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-77.5 + pos: -199.5,-175.5 parent: 1 - - uid: 15752 + - uid: 33211 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-77.5 + pos: -199.5,-176.5 parent: 1 - - uid: 15753 + - uid: 33212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -299.5,-43.5 + pos: -199.5,-177.5 parent: 1 - - uid: 15754 + - uid: 33213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -298.5,-41.5 + pos: -199.5,-178.5 parent: 1 - - uid: 15755 + - uid: 33214 components: - type: Transform - rot: 3.141592653589793 rad - pos: -299.5,-42.5 + pos: -199.5,-179.5 parent: 1 - - uid: 15756 + - uid: 33215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -257.5,-94.5 + pos: -199.5,-180.5 parent: 1 - - uid: 15757 + - uid: 33216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -274.5,-94.5 + pos: -199.5,-181.5 parent: 1 - - uid: 15758 + - uid: 33217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -269.5,-94.5 + pos: -199.5,-182.5 parent: 1 - - uid: 15759 + - uid: 33218 components: - type: Transform - pos: -234.5,-101.5 + pos: -199.5,-183.5 parent: 1 - - uid: 15760 + - uid: 33219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -276.5,-94.5 + pos: -199.5,-184.5 parent: 1 - - uid: 15761 + - uid: 33220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -267.5,-94.5 + pos: -199.5,-185.5 parent: 1 - - uid: 15762 + - uid: 33221 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -276.5,-27.5 + pos: -199.5,-186.5 parent: 1 - - uid: 15763 + - uid: 33222 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-59.5 + pos: -199.5,-187.5 parent: 1 - - uid: 15764 + - uid: 33223 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -270.5,-77.5 + pos: -199.5,-188.5 parent: 1 - - uid: 15765 + - uid: 33224 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-46.5 + pos: -199.5,-132.5 parent: 1 - - uid: 15766 + - uid: 33225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -274.5,-74.5 + pos: -199.5,-133.5 parent: 1 - - uid: 15767 + - uid: 33226 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-52.5 + pos: -199.5,-134.5 parent: 1 - - uid: 15768 + - uid: 33227 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-43.5 + pos: -199.5,-135.5 parent: 1 - - uid: 15769 + - uid: 33228 components: - type: Transform - anchored: False - pos: -62.5,159.5 + pos: -199.5,-136.5 parent: 1 - - uid: 15770 + - uid: 33229 components: - type: Transform - pos: -62.5,173.5 + pos: -199.5,-137.5 parent: 1 - - uid: 15771 + - uid: 33230 components: - type: Transform - pos: 220.5,-51.5 + pos: -199.5,-138.5 parent: 1 - - uid: 15772 + - uid: 33231 components: - type: Transform - pos: 217.5,-54.5 + pos: -199.5,-139.5 parent: 1 - - uid: 15773 + - uid: 33232 components: - type: Transform - pos: 216.5,-54.5 + pos: -199.5,-140.5 parent: 1 - - uid: 15774 + - uid: 33233 components: - type: Transform - pos: 202.5,-54.5 + pos: -199.5,-141.5 parent: 1 - - uid: 15775 + - uid: 33234 components: - type: Transform - pos: 214.5,-54.5 + pos: -199.5,-142.5 parent: 1 - - uid: 15776 + - uid: 33235 components: - type: Transform - pos: 220.5,-52.5 + pos: -199.5,-143.5 parent: 1 - - uid: 15777 + - uid: 33236 components: - type: Transform - pos: 215.5,-54.5 + pos: -199.5,-144.5 parent: 1 - - uid: 15778 + - uid: 33237 components: - type: Transform - pos: 201.5,-54.5 + pos: -199.5,-145.5 parent: 1 - - uid: 15779 + - uid: 33238 components: - type: Transform - pos: 203.5,-54.5 + pos: -199.5,-146.5 parent: 1 - - uid: 15780 + - uid: 33239 components: - type: Transform - pos: 203.5,-3.5 + pos: -199.5,-147.5 parent: 1 - - uid: 15781 + - uid: 33240 components: - type: Transform - pos: 220.5,-53.5 + pos: -199.5,-148.5 parent: 1 - - uid: 15782 + - uid: 33241 components: - type: Transform - pos: 200.5,-54.5 + pos: -199.5,-149.5 parent: 1 - - uid: 15783 + - uid: 33242 components: - type: Transform - pos: 199.5,-54.5 + pos: -199.5,-150.5 parent: 1 - - uid: 15784 + - uid: 33243 components: - type: Transform - pos: 218.5,-54.5 + pos: -199.5,-151.5 parent: 1 - - uid: 15785 + - uid: 33244 components: - type: Transform - pos: 219.5,-54.5 + pos: -199.5,-152.5 parent: 1 - - uid: 15786 + - uid: 33245 components: - type: Transform - pos: 220.5,-54.5 + pos: -199.5,-153.5 parent: 1 - - uid: 15787 + - uid: 33246 components: - type: Transform - pos: 220.5,-50.5 + pos: -199.5,-154.5 parent: 1 - - uid: 15788 + - uid: 33247 components: - type: Transform - pos: 220.5,-49.5 + pos: -199.5,-155.5 parent: 1 - - uid: 15789 + - uid: 33248 components: - type: Transform - pos: 220.5,-48.5 + pos: -199.5,-156.5 parent: 1 - - uid: 15790 + - uid: 33249 components: - type: Transform - pos: 220.5,-47.5 + pos: -199.5,-157.5 parent: 1 - - uid: 15791 + - uid: 33250 components: - type: Transform - pos: 220.5,-46.5 + pos: -199.5,-126.5 parent: 1 - - uid: 15792 + - uid: 33251 components: - type: Transform - pos: 220.5,-45.5 + pos: -199.5,-127.5 parent: 1 - - uid: 15793 + - uid: 33252 components: - type: Transform - pos: 220.5,-44.5 + pos: -199.5,-128.5 parent: 1 - - uid: 15794 + - uid: 33253 components: - type: Transform - pos: 220.5,-43.5 + pos: -199.5,-129.5 parent: 1 - - uid: 15795 + - uid: 33254 components: - type: Transform - pos: 220.5,-42.5 + pos: -199.5,-130.5 parent: 1 - - uid: 15796 + - uid: 33255 components: - type: Transform - pos: 220.5,-41.5 + pos: -199.5,-131.5 parent: 1 - - uid: 15797 + - uid: 33256 components: - type: Transform - pos: 220.5,-40.5 + pos: -199.5,-124.5 parent: 1 - - uid: 15798 + - uid: 33257 components: - type: Transform - pos: 220.5,-39.5 + pos: -199.5,-125.5 parent: 1 - - uid: 15799 + - uid: 33258 components: - type: Transform - pos: 220.5,-38.5 + pos: -199.5,94.5 parent: 1 - - uid: 15800 + - uid: 33259 components: - type: Transform - pos: 220.5,-37.5 + pos: -199.5,95.5 parent: 1 - - uid: 15801 + - uid: 33260 components: - type: Transform - pos: 220.5,-36.5 + pos: -199.5,96.5 parent: 1 - - uid: 15802 + - uid: 33261 components: - type: Transform - pos: 220.5,-35.5 + pos: -199.5,97.5 parent: 1 - - uid: 15803 + - uid: 33262 components: - type: Transform - pos: 220.5,-34.5 + pos: -199.5,98.5 parent: 1 - - uid: 15804 + - uid: 33263 components: - type: Transform - pos: 220.5,-33.5 + pos: -199.5,99.5 parent: 1 - - uid: 15805 + - uid: 33264 components: - type: Transform - pos: 220.5,-32.5 + pos: -199.5,100.5 parent: 1 - - uid: 15806 + - uid: 33265 components: - type: Transform - pos: 220.5,-31.5 + pos: -199.5,101.5 parent: 1 - - uid: 15807 + - uid: 33266 components: - type: Transform - pos: 220.5,-30.5 + pos: -199.5,102.5 parent: 1 - - uid: 15808 + - uid: 33267 components: - type: Transform - pos: 219.5,-23.5 + pos: -199.5,103.5 parent: 1 - - uid: 15809 + - uid: 33268 components: - type: Transform - pos: 206.5,-23.5 + pos: -199.5,104.5 parent: 1 - - uid: 15810 + - uid: 33269 components: - type: Transform - pos: 204.5,-23.5 + pos: -199.5,105.5 parent: 1 - - uid: 15811 + - uid: 33270 components: - type: Transform - pos: 210.5,-23.5 + pos: -199.5,106.5 parent: 1 - - uid: 15812 + - uid: 33271 components: - type: Transform - pos: 214.5,-23.5 + pos: -199.5,107.5 parent: 1 - - uid: 15813 + - uid: 33272 components: - type: Transform - pos: 208.5,-23.5 + pos: -199.5,108.5 parent: 1 - - uid: 15814 + - uid: 33273 components: - type: Transform - pos: 217.5,-23.5 + pos: -199.5,109.5 parent: 1 - - uid: 15815 + - uid: 33274 components: - type: Transform - pos: 212.5,-23.5 + pos: -199.5,110.5 parent: 1 - - uid: 15816 + - uid: 33275 components: - type: Transform - pos: 220.5,-25.5 + pos: -199.5,111.5 parent: 1 - - uid: 15817 + - uid: 33276 components: - type: Transform - pos: 216.5,-23.5 + pos: -199.5,112.5 parent: 1 - - uid: 15818 + - uid: 33277 components: - type: Transform - pos: 218.5,-23.5 + pos: -199.5,113.5 parent: 1 - - uid: 15819 + - uid: 33278 components: - type: Transform - pos: 213.5,-23.5 + pos: -199.5,114.5 parent: 1 - - uid: 15820 + - uid: 33279 components: - type: Transform - pos: 215.5,-23.5 + pos: -199.5,115.5 parent: 1 - - uid: 15821 + - uid: 33280 components: - type: Transform - pos: 209.5,-23.5 + pos: -199.5,116.5 parent: 1 - - uid: 15822 + - uid: 33281 components: - type: Transform - pos: 211.5,-23.5 + pos: -199.5,117.5 parent: 1 - - uid: 15823 + - uid: 33282 components: - type: Transform - pos: 203.5,-23.5 + pos: -199.5,118.5 parent: 1 - - uid: 15824 + - uid: 33283 components: - type: Transform - pos: 205.5,-23.5 + pos: -199.5,119.5 parent: 1 - - uid: 15825 + - uid: 33284 components: - type: Transform - pos: 207.5,-23.5 + pos: -199.5,120.5 parent: 1 - - uid: 15826 + - uid: 33285 components: - type: Transform - pos: 220.5,-23.5 + pos: -199.5,121.5 parent: 1 - - uid: 15827 + - uid: 33286 components: - type: Transform - pos: 220.5,-24.5 + pos: -199.5,122.5 parent: 1 - - uid: 15828 + - uid: 33287 components: - type: Transform - pos: 220.5,-26.5 + pos: -199.5,123.5 parent: 1 - - uid: 15829 + - uid: 33288 components: - type: Transform - pos: 201.5,-23.5 + pos: -199.5,124.5 parent: 1 - - uid: 15830 + - uid: 33289 components: - type: Transform - pos: 200.5,-23.5 + pos: -199.5,125.5 parent: 1 - - uid: 15831 + - uid: 33290 components: - type: Transform - pos: 220.5,-27.5 + pos: -199.5,126.5 parent: 1 - - uid: 15832 + - uid: 33291 components: - type: Transform - pos: 220.5,-29.5 + pos: -199.5,127.5 parent: 1 - - uid: 15833 + - uid: 33292 components: - type: Transform - pos: 202.5,-3.5 + pos: -199.5,128.5 parent: 1 - - uid: 15834 + - uid: 33293 components: - type: Transform - pos: 202.5,-23.5 + pos: -199.5,129.5 parent: 1 - - uid: 15835 + - uid: 33294 components: - type: Transform - pos: 200.5,-3.5 + pos: -199.5,130.5 parent: 1 - - uid: 15836 + - uid: 33295 components: - type: Transform - pos: 203.5,-4.5 + pos: -199.5,131.5 parent: 1 - - uid: 15837 + - uid: 33296 components: - type: Transform - pos: 201.5,-3.5 + pos: -199.5,132.5 parent: 1 - - uid: 15838 + - uid: 33297 components: - type: Transform - pos: 1.5,55.5 + pos: -199.5,133.5 parent: 1 - - uid: 15839 + - uid: 33298 components: - type: Transform - pos: 32.5,37.5 + pos: -199.5,134.5 parent: 1 - - uid: 15840 + - uid: 33299 components: - type: Transform - pos: 48.5,45.5 + pos: -199.5,135.5 parent: 1 - - uid: 15841 + - uid: 33300 components: - type: Transform - pos: 49.5,45.5 + pos: -199.5,136.5 parent: 1 - - uid: 15842 + - uid: 33301 components: - type: Transform - pos: 49.5,37.5 + pos: -199.5,137.5 parent: 1 - - uid: 15843 + - uid: 33302 components: - type: Transform - pos: 50.5,37.5 + pos: -199.5,138.5 parent: 1 - - uid: 15844 + - uid: 33303 components: - type: Transform - pos: 50.5,45.5 + pos: -199.5,139.5 parent: 1 - - uid: 15845 + - uid: 33304 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -259.5,-77.5 + pos: -199.5,140.5 parent: 1 - - uid: 15846 + - uid: 33305 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-59.5 + pos: -199.5,141.5 parent: 1 - - uid: 15847 + - uid: 33306 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,0.5 + pos: -199.5,142.5 parent: 1 - - uid: 15848 + - uid: 33307 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-72.5 + pos: -199.5,143.5 parent: 1 - - uid: 15849 + - uid: 33308 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-71.5 + pos: -199.5,144.5 parent: 1 - - uid: 15850 + - uid: 33309 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-56.5 + pos: -199.5,145.5 parent: 1 - - uid: 15851 + - uid: 33310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-14.5 + pos: -199.5,146.5 parent: 1 - - uid: 15852 + - uid: 33311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-15.5 + pos: -199.5,147.5 parent: 1 - - uid: 15853 + - uid: 33312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-20.5 + pos: -199.5,148.5 parent: 1 - - uid: 15854 + - uid: 33313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-13.5 + pos: -199.5,149.5 parent: 1 - - uid: 15855 + - uid: 33314 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-57.5 + pos: -199.5,150.5 parent: 1 - - uid: 15856 + - uid: 33315 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-58.5 + pos: -199.5,151.5 parent: 1 - - uid: 15857 + - uid: 33316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-18.5 + pos: -199.5,152.5 parent: 1 - - uid: 15858 + - uid: 33317 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-1.5 + pos: -199.5,153.5 parent: 1 - - uid: 15859 + - uid: 33318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-0.5 + pos: -199.5,154.5 parent: 1 - - uid: 15860 + - uid: 33319 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-60.5 + pos: -199.5,155.5 parent: 1 - - uid: 15861 + - uid: 33320 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-30.5 + pos: -199.5,156.5 parent: 1 - - uid: 15862 + - uid: 33321 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-31.5 + pos: -199.5,157.5 parent: 1 - - uid: 15863 + - uid: 33322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-66.5 + pos: -199.5,158.5 parent: 1 - - uid: 15864 + - uid: 33323 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-35.5 + pos: -199.5,159.5 parent: 1 - - uid: 15865 + - uid: 33324 components: - type: Transform - pos: 51.5,37.5 + pos: -199.5,160.5 parent: 1 - - uid: 15866 + - uid: 33325 components: - type: Transform - pos: 51.5,45.5 + pos: -199.5,161.5 parent: 1 - - uid: 15867 + - uid: 33326 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -255.5,-77.5 + pos: -199.5,162.5 parent: 1 - - uid: 15868 + - uid: 33327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -309.5,-43.5 + pos: -199.5,163.5 parent: 1 - - uid: 15869 + - uid: 33328 components: - type: Transform - rot: 3.141592653589793 rad - pos: -295.5,-41.5 + pos: -199.5,164.5 parent: 1 - - uid: 15870 + - uid: 33329 components: - type: Transform - rot: 3.141592653589793 rad - pos: -296.5,-43.5 + pos: -199.5,165.5 parent: 1 - - uid: 15871 + - uid: 33330 components: - type: Transform - rot: 3.141592653589793 rad - pos: -310.5,-43.5 + pos: -199.5,166.5 parent: 1 - - uid: 15872 + - uid: 33331 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-40.5 + pos: -199.5,167.5 parent: 1 - - uid: 15873 + - uid: 33332 components: - type: Transform - rot: 3.141592653589793 rad - pos: -300.5,-42.5 + pos: -199.5,168.5 parent: 1 - - uid: 15874 + - uid: 33333 components: - type: Transform - rot: 3.141592653589793 rad - pos: -299.5,-41.5 + pos: -199.5,169.5 parent: 1 - - uid: 15875 + - uid: 33334 components: - type: Transform - rot: 3.141592653589793 rad - pos: -296.5,-41.5 + pos: -199.5,170.5 parent: 1 - - uid: 15876 + - uid: 33335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -302.5,-41.5 + pos: -199.5,171.5 parent: 1 - - uid: 15877 + - uid: 33336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -297.5,-42.5 + pos: -199.5,172.5 parent: 1 - - uid: 15878 + - uid: 33337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -300.5,-41.5 + pos: -199.5,173.5 parent: 1 - - uid: 15879 + - uid: 33338 components: - type: Transform - rot: 3.141592653589793 rad - pos: -297.5,-43.5 + pos: -199.5,174.5 parent: 1 - - uid: 15880 + - uid: 33339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -297.5,-41.5 + pos: -199.5,175.5 parent: 1 - - uid: 15881 + - uid: 33340 components: - type: Transform - rot: 3.141592653589793 rad - pos: -296.5,-42.5 + pos: -199.5,176.5 parent: 1 - - uid: 15882 + - uid: 33341 components: - type: Transform - rot: 3.141592653589793 rad - pos: -305.5,-43.5 + pos: -199.5,177.5 parent: 1 - - uid: 15883 + - uid: 33342 components: - type: Transform - rot: 3.141592653589793 rad - pos: -300.5,-43.5 + pos: -199.5,178.5 parent: 1 - - uid: 15884 + - uid: 33343 components: - type: Transform - rot: 3.141592653589793 rad - pos: -298.5,-43.5 + pos: -199.5,179.5 parent: 1 - - uid: 15885 + - uid: 33344 components: - type: Transform - rot: 3.141592653589793 rad - pos: -305.5,-41.5 + pos: -199.5,180.5 parent: 1 - - uid: 15886 + - uid: 33345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -303.5,-41.5 + pos: -199.5,181.5 parent: 1 - - uid: 15887 + - uid: 33346 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-42.5 + pos: -199.5,182.5 parent: 1 - - uid: 15888 + - uid: 33347 components: - type: Transform - rot: 3.141592653589793 rad - pos: -304.5,-42.5 + pos: -199.5,183.5 parent: 1 - - uid: 15889 + - uid: 33348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -302.5,-43.5 + pos: -199.5,184.5 parent: 1 - - uid: 15890 + - uid: 33349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-41.5 + pos: -199.5,185.5 parent: 1 - - uid: 15891 + - uid: 33350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -303.5,-43.5 + pos: -199.5,186.5 parent: 1 - - uid: 15892 + - uid: 33351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -302.5,-42.5 + pos: -199.5,187.5 parent: 1 - - uid: 15893 + - uid: 33352 components: - type: Transform - pos: 52.5,37.5 + pos: -199.5,188.5 parent: 1 - - uid: 15894 + - uid: 33353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -304.5,-43.5 + pos: -199.5,189.5 parent: 1 - - uid: 15895 + - uid: 33354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -303.5,-42.5 + pos: -199.5,190.5 parent: 1 - - uid: 15896 + - uid: 33355 components: - type: Transform - rot: 3.141592653589793 rad - pos: -305.5,-42.5 + pos: -199.5,191.5 parent: 1 - - uid: 15897 + - uid: 33356 components: - type: Transform - rot: 3.141592653589793 rad - pos: -306.5,-43.5 + pos: -199.5,192.5 parent: 1 - - uid: 15898 + - uid: 33357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -306.5,-42.5 + pos: -199.5,193.5 parent: 1 - - uid: 15899 + - uid: 33358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -306.5,-41.5 + pos: -199.5,194.5 parent: 1 - - uid: 15900 + - uid: 33359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -307.5,-43.5 + pos: -199.5,195.5 parent: 1 - - uid: 15901 + - uid: 33360 components: - type: Transform - rot: 3.141592653589793 rad - pos: -301.5,-43.5 + pos: -199.5,196.5 parent: 1 - - uid: 15902 + - uid: 33361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -304.5,-41.5 + pos: -199.5,197.5 parent: 1 - - uid: 15903 + - uid: 33362 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-40.5 + pos: -199.5,198.5 parent: 1 - - uid: 15904 + - uid: 33363 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-45.5 + pos: -199.5,199.5 parent: 1 - - uid: 15905 + - uid: 33364 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-70.5 + pos: -199.5,200.5 parent: 1 - - uid: 15906 + - uid: 33365 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-44.5 + pos: -49.5,200.5 parent: 1 - - uid: 15907 + - uid: 33366 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-69.5 + pos: -48.5,200.5 parent: 1 - - uid: 15908 + - uid: 33367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-39.5 + pos: -47.5,200.5 parent: 1 - - uid: 15909 + - uid: 33368 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-73.5 + pos: -46.5,200.5 parent: 1 - - uid: 15910 + - uid: 33369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -310.5,-42.5 + pos: -73.5,200.5 parent: 1 - - uid: 15911 + - uid: 33370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -313.5,-43.5 + pos: -74.5,200.5 parent: 1 - - uid: 15912 + - uid: 33371 components: - type: Transform - rot: 3.141592653589793 rad - pos: -310.5,-41.5 + pos: -70.5,200.5 parent: 1 - - uid: 15913 + - uid: 33372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -313.5,-41.5 + pos: 40.5,200.5 parent: 1 - - uid: 15914 + - uid: 33373 components: - type: Transform - rot: 3.141592653589793 rad - pos: -313.5,-42.5 + pos: 41.5,200.5 parent: 1 - - uid: 15915 + - uid: 33374 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -201.5,-68.5 + pos: 42.5,200.5 parent: 1 - - uid: 15916 + - uid: 33375 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-18.5 + pos: 43.5,200.5 parent: 1 - - uid: 15917 + - uid: 33376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-22.5 + pos: 44.5,200.5 parent: 1 - - uid: 15918 + - uid: 33377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-24.5 + pos: 45.5,200.5 parent: 1 - - uid: 15919 + - uid: 33378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-29.5 + pos: 46.5,200.5 parent: 1 - - uid: 15920 + - uid: 33379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-8.5 + pos: 47.5,200.5 parent: 1 - - uid: 15921 + - uid: 33380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-7.5 + pos: 48.5,200.5 parent: 1 - - uid: 15922 + - uid: 33381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,0.5 + pos: 49.5,200.5 parent: 1 - - uid: 15923 + - uid: 33382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-23.5 + pos: 50.5,200.5 parent: 1 - - uid: 15924 + - uid: 33383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-20.5 + pos: 51.5,200.5 parent: 1 - - uid: 15925 + - uid: 33384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-1.5 + pos: 52.5,200.5 parent: 1 - - uid: 15926 + - uid: 33385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-0.5 + pos: 53.5,200.5 parent: 1 - - uid: 15927 + - uid: 33386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-28.5 + pos: 54.5,200.5 parent: 1 - - uid: 15928 + - uid: 33387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-26.5 + pos: 73.5,200.5 parent: 1 - - uid: 15929 + - uid: 33388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-17.5 + pos: 74.5,200.5 parent: 1 - - uid: 15930 + - uid: 33389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-16.5 + pos: 75.5,200.5 parent: 1 - - uid: 15931 + - uid: 33390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-27.5 + pos: 76.5,200.5 parent: 1 - - uid: 15932 + - uid: 33391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-21.5 + pos: 77.5,200.5 parent: 1 - - uid: 15933 + - uid: 33392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-25.5 + pos: 78.5,200.5 parent: 1 - - uid: 15934 + - uid: 33393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-19.5 + pos: 79.5,200.5 parent: 1 - - uid: 15935 + - uid: 33394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-63.5 + pos: 80.5,200.5 parent: 1 - - uid: 15936 + - uid: 33395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-6.5 + pos: 81.5,200.5 parent: 1 - - uid: 15937 + - uid: 33396 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -269.5,-77.5 + pos: 82.5,200.5 parent: 1 - - uid: 15938 + - uid: 33397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-4.5 + pos: 83.5,200.5 parent: 1 - - uid: 15939 + - uid: 33398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-5.5 + pos: 84.5,200.5 parent: 1 - - uid: 15940 + - uid: 33399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-3.5 + pos: 85.5,200.5 parent: 1 - - uid: 15941 + - uid: 33400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-13.5 + pos: 86.5,200.5 parent: 1 - - uid: 15942 + - uid: 33401 components: - type: Transform - pos: 52.5,45.5 + pos: 87.5,200.5 parent: 1 - - uid: 15943 + - uid: 33402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-11.5 + pos: 88.5,200.5 parent: 1 - - uid: 15944 + - uid: 33403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-15.5 + pos: 89.5,200.5 parent: 1 - - uid: 15945 + - uid: 33404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-12.5 + pos: 90.5,200.5 parent: 1 - - uid: 15946 + - uid: 33405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-14.5 + pos: 91.5,200.5 parent: 1 - - uid: 15947 + - uid: 33406 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-10.5 + pos: 92.5,200.5 parent: 1 - - uid: 15948 + - uid: 33407 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-9.5 + pos: 93.5,200.5 parent: 1 - - uid: 15949 + - uid: 33408 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-2.5 + pos: 94.5,200.5 parent: 1 - - uid: 15950 + - uid: 33409 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-42.5 + pos: 95.5,200.5 parent: 1 - - uid: 15951 + - uid: 33410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-44.5 + pos: 96.5,200.5 parent: 1 - - uid: 15952 + - uid: 33411 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-43.5 + pos: 29.5,200.5 parent: 1 - - uid: 15953 + - uid: 33412 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-57.5 + pos: 30.5,200.5 parent: 1 - - uid: 15954 + - uid: 33413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-45.5 + pos: 31.5,200.5 parent: 1 - - uid: 15955 + - uid: 33414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-51.5 + pos: 32.5,200.5 parent: 1 - - uid: 15956 + - uid: 33415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-53.5 + pos: 33.5,200.5 parent: 1 - - uid: 15957 + - uid: 33416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-49.5 + pos: 34.5,200.5 parent: 1 - - uid: 15958 + - uid: 33417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-58.5 + pos: 35.5,200.5 parent: 1 - - uid: 15959 + - uid: 33418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-50.5 + pos: 36.5,200.5 parent: 1 - - uid: 15960 + - uid: 33419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-59.5 + pos: 37.5,200.5 parent: 1 - - uid: 15961 + - uid: 33420 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -200.5,-67.5 + pos: 38.5,200.5 parent: 1 - - uid: 15962 + - uid: 33421 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -272.5,-77.5 + pos: 39.5,200.5 parent: 1 - - uid: 15963 + - uid: 33422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-60.5 + pos: 65.5,200.5 parent: 1 - - uid: 15964 + - uid: 33423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-63.5 + pos: 66.5,200.5 parent: 1 - - uid: 15965 + - uid: 33424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-62.5 + pos: 67.5,200.5 parent: 1 - - uid: 15966 + - uid: 33425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-65.5 + pos: 68.5,200.5 parent: 1 - - uid: 15967 + - uid: 33426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-64.5 + pos: 69.5,200.5 parent: 1 - - uid: 15968 + - uid: 33427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-67.5 + pos: 70.5,200.5 parent: 1 - - uid: 15969 + - uid: 33428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-66.5 + pos: 71.5,200.5 parent: 1 - - uid: 15970 + - uid: 33429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-68.5 + pos: 72.5,200.5 parent: 1 - - uid: 15971 + - uid: 33430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-46.5 + pos: 64.5,200.5 parent: 1 - - uid: 15972 + - uid: 33431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-48.5 + pos: 102.5,200.5 parent: 1 - - uid: 15973 + - uid: 33432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-47.5 + pos: 97.5,200.5 parent: 1 - - uid: 15974 + - uid: 33433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-52.5 + pos: -78.5,200.5 parent: 1 - - uid: 15975 + - uid: 33434 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-55.5 + pos: -79.5,200.5 parent: 1 - - uid: 15976 + - uid: 33435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-54.5 + pos: -80.5,200.5 parent: 1 - - uid: 15977 + - uid: 33436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-56.5 + pos: -77.5,200.5 parent: 1 - - uid: 15978 + - uid: 33437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-61.5 + pos: -98.5,200.5 parent: 1 - - uid: 15979 + - uid: 33438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -207.5,-92.5 + pos: -85.5,200.5 parent: 1 - - uid: 15980 + - uid: 33439 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-91.5 + pos: -86.5,200.5 parent: 1 - - uid: 15981 + - uid: 33440 components: - type: Transform - pos: 33.5,61.5 + pos: -87.5,200.5 parent: 1 - - uid: 15982 + - uid: 33441 components: - type: Transform - pos: 33.5,60.5 + pos: -88.5,200.5 parent: 1 - - uid: 15983 + - uid: 33442 components: - type: Transform - pos: 19.5,55.5 + pos: -89.5,200.5 parent: 1 - - uid: 15984 + - uid: 33443 components: - type: Transform - pos: 19.5,44.5 + pos: -90.5,200.5 parent: 1 - - uid: 15985 + - uid: 33444 components: - type: Transform - pos: 24.5,35.5 + pos: -91.5,200.5 parent: 1 - - uid: 15986 + - uid: 33445 components: - type: Transform - pos: 22.5,35.5 + pos: -92.5,200.5 parent: 1 - - uid: 15987 + - uid: 33446 components: - type: Transform - pos: 23.5,35.5 + pos: -93.5,200.5 parent: 1 - - uid: 15988 + - uid: 33447 components: - type: Transform - pos: 28.5,35.5 + pos: -94.5,200.5 parent: 1 - - uid: 15989 + - uid: 33448 components: - type: Transform - pos: 25.5,35.5 + pos: -95.5,200.5 parent: 1 - - uid: 15990 + - uid: 33449 components: - type: Transform - pos: 29.5,35.5 + pos: -83.5,200.5 parent: 1 - - uid: 15991 + - uid: 33450 components: - type: Transform - pos: 26.5,35.5 + pos: -84.5,200.5 parent: 1 - - uid: 15992 + - uid: 33451 components: - type: Transform - pos: 27.5,35.5 + pos: -112.5,200.5 parent: 1 - - uid: 15993 + - uid: 33452 components: - type: Transform - pos: 20.5,79.5 + pos: -113.5,200.5 parent: 1 - - uid: 15994 + - uid: 33453 components: - type: Transform - pos: 20.5,80.5 + pos: -114.5,200.5 parent: 1 - - uid: 15995 + - uid: 33454 components: - type: Transform - pos: 25.5,67.5 + pos: -115.5,200.5 parent: 1 - - uid: 15996 + - uid: 33455 components: - type: Transform - pos: 25.5,68.5 + pos: -116.5,200.5 parent: 1 - - uid: 15997 + - uid: 33456 components: - type: Transform - pos: 17.5,35.5 + pos: -117.5,200.5 parent: 1 - - uid: 15998 + - uid: 33457 components: - type: Transform - pos: 16.5,35.5 + pos: -118.5,200.5 parent: 1 - - uid: 15999 + - uid: 33458 components: - type: Transform - pos: -0.5,35.5 + pos: -119.5,200.5 parent: 1 - - uid: 16000 + - uid: 33459 components: - type: Transform - pos: -1.5,35.5 + pos: -120.5,200.5 parent: 1 - - uid: 16001 + - uid: 33460 components: - type: Transform - pos: -1.5,34.5 + pos: -121.5,200.5 parent: 1 - - uid: 16002 + - uid: 33461 components: - type: Transform - pos: 15.5,35.5 + pos: -122.5,200.5 parent: 1 - - uid: 16003 + - uid: 33462 components: - type: Transform - pos: 14.5,35.5 + pos: -123.5,200.5 parent: 1 - - uid: 16004 + - uid: 33463 components: - type: Transform - pos: 13.5,35.5 + pos: -124.5,200.5 parent: 1 - - uid: 16005 + - uid: 33464 components: - type: Transform - pos: 11.5,35.5 + pos: -125.5,200.5 parent: 1 - - uid: 16006 + - uid: 33465 components: - type: Transform - pos: 12.5,35.5 + pos: -126.5,200.5 parent: 1 - - uid: 16007 + - uid: 33466 components: - type: Transform - pos: 5.5,35.5 + pos: -127.5,200.5 parent: 1 - - uid: 16008 + - uid: 33467 components: - type: Transform - pos: 10.5,35.5 + pos: -128.5,200.5 parent: 1 - - uid: 16009 + - uid: 33468 components: - type: Transform - pos: 4.5,35.5 + pos: -129.5,200.5 parent: 1 - - uid: 16010 + - uid: 33469 components: - type: Transform - pos: 9.5,35.5 + pos: -130.5,200.5 parent: 1 - - uid: 16011 + - uid: 33470 components: - type: Transform - pos: 8.5,35.5 + pos: -131.5,200.5 parent: 1 - - uid: 16012 + - uid: 33471 components: - type: Transform - pos: 7.5,35.5 + pos: -132.5,200.5 parent: 1 - - uid: 16013 + - uid: 33472 components: - type: Transform - pos: 6.5,35.5 + pos: -133.5,200.5 parent: 1 - - uid: 16014 + - uid: 33473 components: - type: Transform - pos: 3.5,35.5 + pos: -134.5,200.5 parent: 1 - - uid: 16015 + - uid: 33474 components: - type: Transform - pos: 0.5,35.5 + pos: -135.5,200.5 parent: 1 - - uid: 16016 + - uid: 33475 components: - type: Transform - pos: 2.5,35.5 + pos: -136.5,200.5 parent: 1 - - uid: 16017 + - uid: 33476 components: - type: Transform - pos: 1.5,35.5 + pos: -137.5,200.5 parent: 1 - - uid: 16018 + - uid: 33477 components: - type: Transform - pos: 18.5,35.5 + pos: -138.5,200.5 parent: 1 - - uid: 16020 + - uid: 33478 components: - type: Transform - pos: -3.5,33.5 + pos: -139.5,200.5 parent: 1 - - uid: 16021 + - uid: 33479 components: - type: Transform - pos: -2.5,33.5 + pos: -99.5,200.5 parent: 1 - - uid: 16022 + - uid: 33480 components: - type: Transform - pos: -2.5,34.5 + pos: -100.5,200.5 parent: 1 - - uid: 16023 + - uid: 33481 components: - type: Transform - pos: -6.5,32.5 + pos: -101.5,200.5 parent: 1 - - uid: 16024 + - uid: 33482 components: - type: Transform - pos: 19.5,35.5 + pos: -102.5,200.5 parent: 1 - - uid: 16025 + - uid: 33483 components: - type: Transform - pos: -8.5,32.5 + pos: -103.5,200.5 parent: 1 - - uid: 16026 + - uid: 33484 components: - type: Transform - pos: -88.5,58.5 + pos: -104.5,200.5 parent: 1 - - uid: 16027 + - uid: 33485 components: - type: Transform - pos: -9.5,32.5 + pos: -105.5,200.5 parent: 1 - - uid: 16028 + - uid: 33486 components: - type: Transform - pos: -45.5,48.5 + pos: -106.5,200.5 parent: 1 - - uid: 16029 + - uid: 33487 components: - type: Transform - pos: -7.5,32.5 + pos: -107.5,200.5 parent: 1 - - uid: 16030 + - uid: 33488 components: - type: Transform - pos: -45.5,49.5 + pos: -108.5,200.5 parent: 1 - - uid: 16031 + - uid: 33489 components: - type: Transform - pos: -8.5,55.5 + pos: -109.5,200.5 parent: 1 - - uid: 16032 + - uid: 33490 components: - type: Transform - pos: -11.5,32.5 + pos: -110.5,200.5 parent: 1 - - uid: 16033 + - uid: 33491 components: - type: Transform - pos: -10.5,32.5 + pos: -111.5,200.5 parent: 1 - - uid: 16034 + - uid: 33492 components: - type: Transform - pos: -13.5,32.5 + pos: -159.5,200.5 parent: 1 - - uid: 16035 + - uid: 33493 components: - type: Transform - pos: -12.5,32.5 + pos: -160.5,200.5 parent: 1 - - uid: 16036 + - uid: 33494 components: - type: Transform - pos: -15.5,32.5 + pos: -161.5,200.5 parent: 1 - - uid: 16037 + - uid: 33495 components: - type: Transform - pos: -14.5,32.5 + pos: -162.5,200.5 parent: 1 - - uid: 16038 + - uid: 33496 components: - type: Transform - pos: -16.5,32.5 + pos: -163.5,200.5 parent: 1 - - uid: 16039 + - uid: 33497 components: - type: Transform - pos: -17.5,32.5 + pos: -164.5,200.5 parent: 1 - - uid: 16040 + - uid: 33498 components: - type: Transform - pos: -18.5,32.5 + pos: -165.5,200.5 parent: 1 - - uid: 16041 + - uid: 33499 components: - type: Transform - pos: -20.5,32.5 + pos: -166.5,200.5 parent: 1 - - uid: 16042 + - uid: 33500 components: - type: Transform - pos: -19.5,32.5 + pos: -167.5,200.5 parent: 1 - - uid: 16043 + - uid: 33501 components: - type: Transform - pos: -22.5,32.5 + pos: -168.5,200.5 parent: 1 - - uid: 16044 + - uid: 33502 components: - type: Transform - pos: -21.5,32.5 + pos: -169.5,200.5 parent: 1 - - uid: 16045 + - uid: 33503 components: - type: Transform - pos: -38.5,32.5 + pos: -170.5,200.5 parent: 1 - - uid: 16046 + - uid: 33504 components: - type: Transform - pos: -36.5,32.5 + pos: -171.5,200.5 parent: 1 - - uid: 16047 + - uid: 33505 components: - type: Transform - pos: -28.5,32.5 + pos: -172.5,200.5 parent: 1 - - uid: 16048 + - uid: 33506 components: - type: Transform - pos: -39.5,32.5 + pos: -173.5,200.5 parent: 1 - - uid: 16049 + - uid: 33507 components: - type: Transform - pos: -37.5,32.5 + pos: -174.5,200.5 parent: 1 - - uid: 16050 + - uid: 33508 components: - type: Transform - pos: -30.5,32.5 + pos: -175.5,200.5 parent: 1 - - uid: 16051 + - uid: 33509 components: - type: Transform - pos: -29.5,32.5 + pos: -176.5,200.5 parent: 1 - - uid: 16052 + - uid: 33510 components: - type: Transform - pos: -32.5,32.5 + pos: -177.5,200.5 parent: 1 - - uid: 16053 + - uid: 33511 components: - type: Transform - pos: -31.5,32.5 + pos: -178.5,200.5 parent: 1 - - uid: 16054 + - uid: 33512 components: - type: Transform - pos: -34.5,32.5 + pos: -179.5,200.5 parent: 1 - - uid: 16055 + - uid: 33513 components: - type: Transform - pos: -33.5,32.5 + pos: -180.5,200.5 parent: 1 - - uid: 16056 + - uid: 33514 components: - type: Transform - pos: -35.5,32.5 + pos: -181.5,200.5 parent: 1 - - uid: 16057 + - uid: 33515 components: - type: Transform - pos: -62.5,42.5 + pos: -182.5,200.5 parent: 1 - - uid: 16058 + - uid: 33516 components: - type: Transform - pos: -23.5,32.5 + pos: -140.5,200.5 parent: 1 - - uid: 16059 + - uid: 33517 components: - type: Transform - pos: -25.5,32.5 + pos: -141.5,200.5 parent: 1 - - uid: 16060 + - uid: 33518 components: - type: Transform - pos: -24.5,32.5 + pos: -142.5,200.5 parent: 1 - - uid: 16061 + - uid: 33519 components: - type: Transform - pos: -26.5,32.5 + pos: -143.5,200.5 parent: 1 - - uid: 16062 + - uid: 33520 components: - type: Transform - pos: -27.5,32.5 + pos: -144.5,200.5 parent: 1 - - uid: 16063 + - uid: 33521 components: - type: Transform - pos: -40.5,32.5 + pos: -145.5,200.5 parent: 1 - - uid: 16064 + - uid: 33522 components: - type: Transform - pos: -73.5,58.5 + pos: -146.5,200.5 parent: 1 - - uid: 16065 + - uid: 33523 components: - type: Transform - pos: -41.5,32.5 + pos: -147.5,200.5 parent: 1 - - uid: 16066 + - uid: 33524 components: - type: Transform - pos: -74.5,58.5 + pos: -148.5,200.5 parent: 1 - - uid: 16067 + - uid: 33525 components: - type: Transform - pos: -45.5,44.5 + pos: -149.5,200.5 parent: 1 - - uid: 16068 + - uid: 33526 components: - type: Transform - pos: -44.5,37.5 + pos: -150.5,200.5 parent: 1 - - uid: 16069 + - uid: 33527 components: - type: Transform - pos: -44.5,38.5 + pos: -151.5,200.5 parent: 1 - - uid: 16070 + - uid: 33528 components: - type: Transform - pos: -44.5,39.5 + pos: -152.5,200.5 parent: 1 - - uid: 16071 + - uid: 33529 components: - type: Transform - pos: -44.5,40.5 + pos: -153.5,200.5 parent: 1 - - uid: 16072 + - uid: 33530 components: - type: Transform - pos: -42.5,37.5 + pos: -154.5,200.5 parent: 1 - - uid: 16073 + - uid: 33531 components: - type: Transform - pos: -41.5,37.5 + pos: -155.5,200.5 parent: 1 - - uid: 16074 + - uid: 33532 components: - type: Transform - pos: -41.5,35.5 + pos: -156.5,200.5 parent: 1 - - uid: 16075 + - uid: 33533 components: - type: Transform - pos: -41.5,36.5 + pos: -157.5,200.5 parent: 1 - - uid: 16076 + - uid: 33534 components: - type: Transform - pos: -41.5,34.5 + pos: -158.5,200.5 parent: 1 - - uid: 16077 + - uid: 33535 components: - type: Transform - pos: -44.5,41.5 + pos: 199.5,-130.5 parent: 1 - - uid: 16078 + - uid: 33536 components: - type: Transform - pos: -43.5,37.5 + pos: 199.5,-163.5 parent: 1 - - uid: 16079 + - uid: 33537 components: - type: Transform - pos: -44.5,42.5 + pos: 199.5,-173.5 parent: 1 - - uid: 16080 + - uid: 33538 components: - type: Transform - pos: -45.5,46.5 + pos: 196.5,-199.5 parent: 1 - - uid: 16081 + - uid: 33539 components: - type: Transform - pos: -68.5,58.5 + pos: 209.5,-54.5 parent: 1 - - uid: 16082 + - uid: 33540 components: - type: Transform - pos: -45.5,43.5 + pos: 195.5,-199.5 parent: 1 - - uid: 16083 + - uid: 33541 components: - type: Transform - pos: -64.5,56.5 + pos: -62.5,170.5 parent: 1 - - uid: 16085 + - uid: 33542 components: - type: Transform - pos: -69.5,58.5 + pos: 157.5,200.5 parent: 1 - - uid: 16086 + - uid: 33543 components: - type: Transform - pos: -45.5,45.5 + pos: 199.5,-139.5 parent: 1 - - uid: 16087 + - uid: 33544 components: - type: Transform - pos: -64.5,53.5 + pos: 190.5,200.5 parent: 1 - - uid: 16088 + - uid: 33545 components: - type: Transform - pos: -63.5,42.5 + pos: 199.5,-193.5 parent: 1 - - uid: 16089 + - uid: 33546 components: - type: Transform - pos: -61.5,42.5 + pos: 186.5,-199.5 parent: 1 - - uid: 16090 + - uid: 33547 components: - type: Transform - pos: -60.5,42.5 + pos: 199.5,-158.5 parent: 1 - - uid: 16091 + - uid: 33548 components: - type: Transform - pos: -58.5,42.5 + pos: 199.5,-118.5 parent: 1 - - uid: 16092 + - uid: 33549 components: - type: Transform - pos: -59.5,42.5 + pos: 210.5,-54.5 parent: 1 - - uid: 16093 + - uid: 33550 components: - type: Transform - pos: -57.5,42.5 + pos: 165.5,-199.5 parent: 1 - - uid: 16094 + - uid: 33551 components: - type: Transform - pos: -56.5,42.5 + pos: 184.5,200.5 parent: 1 - - uid: 16095 + - uid: 33552 components: - type: Transform - pos: -54.5,42.5 + rot: 3.141592653589793 rad + pos: -201.5,-92.5 parent: 1 - - uid: 16096 + - uid: 33553 components: - type: Transform - pos: -55.5,42.5 + pos: 184.5,-199.5 parent: 1 - - uid: 16097 + - uid: 33554 components: - type: Transform - pos: -53.5,42.5 + pos: 176.5,200.5 parent: 1 - - uid: 16098 + - uid: 33555 components: - type: Transform - pos: -52.5,42.5 + pos: 183.5,200.5 parent: 1 - - uid: 16099 + - uid: 33556 components: - type: Transform - pos: -51.5,42.5 + pos: 175.5,-199.5 parent: 1 - - uid: 16100 + - uid: 33557 components: - type: Transform - pos: -50.5,42.5 + pos: 212.5,-54.5 parent: 1 - - uid: 16101 + - uid: 33558 components: - type: Transform - pos: -64.5,52.5 + pos: 197.5,-199.5 parent: 1 - - uid: 16102 + - uid: 33559 components: - type: Transform - pos: -64.5,51.5 + pos: 199.5,-191.5 parent: 1 - - uid: 16103 + - uid: 33560 components: - type: Transform - pos: -64.5,50.5 + pos: 211.5,-54.5 parent: 1 - - uid: 16104 + - uid: 33561 components: - type: Transform - pos: -64.5,49.5 + pos: 187.5,200.5 parent: 1 - - uid: 16105 + - uid: 33562 components: - type: Transform - pos: -64.5,48.5 + pos: 180.5,200.5 parent: 1 - - uid: 16106 + - uid: 33563 components: - type: Transform - pos: -64.5,47.5 + pos: 199.5,-195.5 parent: 1 - - uid: 16107 + - uid: 33564 components: - type: Transform - pos: -64.5,46.5 + pos: 156.5,200.5 parent: 1 - - uid: 16108 + - uid: 33565 components: - type: Transform - pos: -64.5,45.5 + pos: 199.5,-186.5 parent: 1 - - uid: 16109 + - uid: 33566 components: - type: Transform - pos: -64.5,44.5 + pos: 199.5,-167.5 parent: 1 - - uid: 16110 + - uid: 33567 components: - type: Transform - pos: -64.5,43.5 + pos: 199.5,-170.5 parent: 1 - - uid: 16111 + - uid: 33568 components: - type: Transform - pos: -64.5,42.5 + pos: 199.5,-176.5 parent: 1 - - uid: 16112 + - uid: 33569 components: - type: Transform - pos: -49.5,42.5 + pos: 199.5,-135.5 parent: 1 - - uid: 16113 + - uid: 33570 components: - type: Transform - pos: -48.5,42.5 + pos: 199.5,-134.5 parent: 1 - - uid: 16114 + - uid: 33571 components: - type: Transform - pos: -47.5,42.5 + pos: 199.5,-199.5 parent: 1 - - uid: 16115 + - uid: 33572 components: - type: Transform - pos: -46.5,42.5 + pos: 167.5,-199.5 parent: 1 - - uid: 16116 + - uid: 33573 components: - type: Transform - pos: -45.5,42.5 + pos: 199.5,-177.5 parent: 1 - - uid: 16117 + - uid: 33574 components: - type: Transform - pos: -3.5,32.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-71.5 parent: 1 - - uid: 16118 + - uid: 33575 components: - type: Transform - pos: -5.5,32.5 + pos: 154.5,200.5 parent: 1 - - uid: 16119 + - uid: 33576 components: - type: Transform - pos: -4.5,32.5 + pos: 181.5,200.5 parent: 1 - - uid: 16120 + - uid: 33577 components: - type: Transform - pos: 32.5,45.5 + pos: 199.5,-120.5 parent: 1 - - uid: 16121 + - uid: 33578 components: - type: Transform - pos: 33.5,45.5 + pos: 199.5,-121.5 parent: 1 - - uid: 16122 + - uid: 33579 components: - type: Transform - pos: -62.5,175.5 + pos: 199.5,-122.5 parent: 1 - - uid: 16124 + - uid: 33580 components: - type: Transform - pos: 35.5,37.5 + pos: 199.5,-123.5 parent: 1 - - uid: 16133 + - uid: 33581 components: - type: Transform - pos: 20.5,78.5 + pos: 175.5,200.5 parent: 1 - - uid: 16134 + - uid: 33582 components: - type: Transform - pos: 20.5,77.5 + pos: 153.5,200.5 parent: 1 - - uid: 16151 + - uid: 33583 components: - type: Transform - pos: 25.5,69.5 + pos: 150.5,200.5 parent: 1 - - uid: 16152 + - uid: 33584 components: - type: Transform - pos: 21.5,55.5 + pos: 152.5,200.5 parent: 1 - - uid: 16153 + - uid: 33585 components: - type: Transform - pos: 31.5,37.5 + pos: 196.5,200.5 parent: 1 - - uid: 16154 + - uid: 33586 components: - type: Transform - pos: 33.5,62.5 + pos: 169.5,200.5 parent: 1 - - uid: 16155 + - uid: 33587 components: - type: Transform - pos: 42.5,37.5 + pos: 168.5,200.5 parent: 1 - - uid: 16156 + - uid: 33588 components: - type: Transform - pos: 35.5,45.5 + pos: 174.5,200.5 parent: 1 - - uid: 16157 + - uid: 33589 components: - type: Transform - pos: 33.5,37.5 + pos: 185.5,200.5 parent: 1 - - uid: 16158 + - uid: 33590 components: - type: Transform - pos: 34.5,45.5 + pos: 167.5,200.5 parent: 1 - - uid: 16159 + - uid: 33591 components: - type: Transform - pos: 4.5,55.5 + pos: 166.5,200.5 parent: 1 - - uid: 16160 + - uid: 33592 components: - type: Transform - pos: 34.5,37.5 + pos: 165.5,200.5 parent: 1 - - uid: 16161 + - uid: 33593 components: - type: Transform - pos: 36.5,45.5 + pos: 164.5,200.5 parent: 1 - - uid: 16162 + - uid: 33594 components: - type: Transform - pos: -94.5,58.5 + pos: 163.5,200.5 parent: 1 - - uid: 16163 + - uid: 33595 components: - type: Transform - pos: 43.5,37.5 + pos: 162.5,200.5 parent: 1 - - uid: 16164 + - uid: 33596 components: - type: Transform - pos: 37.5,45.5 + pos: 199.5,-160.5 parent: 1 - - uid: 16165 + - uid: 33597 components: - type: Transform - pos: 33.5,59.5 + pos: 199.5,-141.5 parent: 1 - - uid: 16166 + - uid: 33598 components: - type: Transform - pos: 44.5,37.5 + pos: 199.5,-142.5 parent: 1 - - uid: 16167 + - uid: 33599 components: - type: Transform - pos: 38.5,45.5 + pos: 191.5,200.5 parent: 1 - - uid: 16168 + - uid: 33600 components: - type: Transform - pos: 33.5,58.5 + pos: 199.5,-152.5 parent: 1 - - uid: 16169 + - uid: 33601 components: - type: Transform - pos: 45.5,37.5 + pos: 199.5,-153.5 parent: 1 - - uid: 16170 + - uid: 33602 components: - type: Transform - pos: 44.5,45.5 + pos: 199.5,-154.5 parent: 1 - - uid: 16171 + - uid: 33603 components: - type: Transform - pos: 33.5,57.5 + pos: 199.5,-148.5 parent: 1 - - uid: 16172 + - uid: 33604 components: - type: Transform - pos: 36.5,37.5 + pos: 199.5,-156.5 parent: 1 - - uid: 16173 + - uid: 33605 components: - type: Transform - pos: 41.5,45.5 + pos: 199.5,-157.5 parent: 1 - - uid: 16174 + - uid: 33606 components: - type: Transform - pos: 5.5,55.5 + pos: 199.5,-149.5 parent: 1 - - uid: 16175 + - uid: 33607 components: - type: Transform - pos: 31.5,55.5 + pos: 199.5,-150.5 parent: 1 - - uid: 16176 + - uid: 33608 components: - type: Transform - pos: 38.5,37.5 + pos: 199.5,-151.5 parent: 1 - - uid: 16177 + - uid: 33609 components: - type: Transform - pos: 40.5,45.5 + pos: 199.5,-147.5 parent: 1 - - uid: 16178 + - uid: 33610 components: - type: Transform - pos: 33.5,55.5 + pos: 199.5,-159.5 parent: 1 - - uid: 16179 + - uid: 33611 components: - type: Transform - pos: 30.5,55.5 + pos: 199.5,-166.5 parent: 1 - - uid: 16180 + - uid: 33612 components: - type: Transform - pos: 39.5,37.5 + pos: 213.5,-54.5 parent: 1 - - uid: 16181 + - uid: 33613 components: - type: Transform - pos: 39.5,45.5 + pos: 199.5,-180.5 parent: 1 - - uid: 16182 + - uid: 33614 components: - type: Transform - pos: 33.5,56.5 + pos: 199.5,-181.5 parent: 1 - - uid: 16183 + - uid: 33615 components: - type: Transform - pos: 29.5,55.5 + pos: 199.5,-182.5 parent: 1 - - uid: 16184 + - uid: 33616 components: - type: Transform - pos: 37.5,37.5 + pos: 199.5,-183.5 parent: 1 - - uid: 16185 + - uid: 33617 components: - type: Transform - pos: 42.5,45.5 + pos: 199.5,-179.5 parent: 1 - - uid: 16186 + - uid: 33618 components: - type: Transform - pos: 28.5,55.5 + pos: 199.5,-185.5 parent: 1 - - uid: 16187 + - uid: 33619 components: - type: Transform - pos: 40.5,37.5 + pos: 199.5,-117.5 parent: 1 - - uid: 16188 + - uid: 33620 components: - type: Transform - pos: 43.5,45.5 + pos: 199.5,-116.5 parent: 1 - - uid: 16189 + - uid: 33621 components: - type: Transform - pos: 27.5,55.5 + pos: 199.5,-115.5 parent: 1 - - uid: 16190 + - uid: 33622 components: - type: Transform - pos: 41.5,37.5 + pos: 199.5,-114.5 parent: 1 - - uid: 16191 + - uid: 33623 components: - type: Transform - pos: 45.5,45.5 + pos: 199.5,-113.5 parent: 1 - - uid: 16192 + - uid: 33624 components: - type: Transform - pos: 26.5,55.5 + pos: 199.5,-112.5 parent: 1 - - uid: 16193 + - uid: 33625 components: - type: Transform - pos: 48.5,37.5 + pos: 199.5,-111.5 parent: 1 - - uid: 16194 + - uid: 33626 components: - type: Transform - pos: 46.5,45.5 + pos: 199.5,-110.5 parent: 1 - - uid: 16196 + - uid: 33627 components: - type: Transform - pos: 25.5,55.5 + pos: 199.5,-109.5 parent: 1 - - uid: 16197 + - uid: 33628 components: - type: Transform - pos: 46.5,37.5 + pos: 199.5,-108.5 parent: 1 - - uid: 16198 + - uid: 33629 components: - type: Transform - pos: 47.5,45.5 + pos: 199.5,-107.5 parent: 1 - - uid: 16199 + - uid: 33630 components: - type: Transform - pos: 7.5,55.5 + pos: 199.5,-106.5 parent: 1 - - uid: 16200 + - uid: 33631 components: - type: Transform - pos: 47.5,37.5 + pos: 199.5,-105.5 parent: 1 - - uid: 16201 + - uid: 33632 components: - type: Transform - pos: 31.5,43.5 + pos: 199.5,-104.5 parent: 1 - - uid: 16202 + - uid: 33633 components: - type: Transform - pos: 31.5,45.5 + pos: 199.5,-103.5 parent: 1 - - uid: 16203 + - uid: 33634 components: - type: Transform - pos: 31.5,44.5 + pos: 199.5,-102.5 parent: 1 - - uid: 16204 + - uid: 33635 components: - type: Transform - pos: 31.5,42.5 + pos: 199.5,-101.5 parent: 1 - - uid: 16205 + - uid: 33636 components: - type: Transform - pos: 31.5,40.5 + pos: 199.5,-100.5 parent: 1 - - uid: 16206 + - uid: 33637 components: - type: Transform - pos: 31.5,41.5 + pos: 199.5,-99.5 parent: 1 - - uid: 16207 + - uid: 33638 components: - type: Transform - pos: 31.5,38.5 + pos: 199.5,-98.5 parent: 1 - - uid: 16208 + - uid: 33639 components: - type: Transform - pos: 31.5,39.5 + pos: 199.5,-97.5 parent: 1 - - uid: 16209 + - uid: 33640 components: - type: Transform - pos: 3.5,55.5 + pos: 199.5,-96.5 parent: 1 - - uid: 16210 + - uid: 33641 components: - type: Transform - pos: 2.5,55.5 + pos: 199.5,-95.5 parent: 1 - - uid: 16211 + - uid: 33642 components: - type: Transform - pos: 32.5,62.5 + pos: 199.5,-94.5 parent: 1 - - uid: 16212 + - uid: 33643 components: - type: Transform - pos: 20.5,81.5 + pos: 199.5,-93.5 parent: 1 - - uid: 16213 + - uid: 33644 components: - type: Transform - pos: 6.5,55.5 + pos: 199.5,-92.5 parent: 1 - - uid: 16214 + - uid: 33645 components: - type: Transform - pos: 31.5,62.5 + pos: 199.5,-91.5 parent: 1 - - uid: 16215 + - uid: 33646 components: - type: Transform - pos: 30.5,62.5 + pos: 199.5,-90.5 parent: 1 - - uid: 16216 + - uid: 33647 components: - type: Transform - pos: 32.5,55.5 + pos: 199.5,-89.5 parent: 1 - - uid: 16217 + - uid: 33648 components: - type: Transform - pos: 8.5,55.5 + pos: 199.5,-88.5 parent: 1 - - uid: 16218 + - uid: 33649 components: - type: Transform - pos: -95.5,58.5 + pos: 199.5,-87.5 parent: 1 - - uid: 16219 + - uid: 33650 components: - type: Transform - pos: 26.5,62.5 + pos: 199.5,-86.5 parent: 1 - - uid: 16220 + - uid: 33651 components: - type: Transform - pos: 22.5,55.5 + pos: 199.5,-85.5 parent: 1 - - uid: 16221 + - uid: 33652 components: - type: Transform - pos: 27.5,62.5 + pos: 199.5,-84.5 parent: 1 - - uid: 16222 + - uid: 33653 components: - type: Transform - pos: 28.5,62.5 + pos: 199.5,-83.5 parent: 1 - - uid: 16223 + - uid: 33654 components: - type: Transform - pos: 9.5,55.5 + pos: 199.5,-82.5 parent: 1 - - uid: 16224 + - uid: 33655 components: - type: Transform - pos: 16.5,55.5 + pos: 199.5,-81.5 parent: 1 - - uid: 16225 + - uid: 33656 components: - type: Transform - pos: 18.5,55.5 + pos: 199.5,-80.5 parent: 1 - - uid: 16226 + - uid: 33657 components: - type: Transform - pos: 10.5,55.5 + pos: 199.5,-79.5 parent: 1 - - uid: 16227 + - uid: 33658 components: - type: Transform - pos: 11.5,55.5 + pos: 199.5,-78.5 parent: 1 - - uid: 16228 + - uid: 33659 components: - type: Transform - pos: 12.5,55.5 + pos: 199.5,-77.5 parent: 1 - - uid: 16229 + - uid: 33660 components: - type: Transform - pos: 15.5,55.5 + pos: 199.5,-76.5 parent: 1 - - uid: 16230 + - uid: 33661 components: - type: Transform - pos: 17.5,55.5 + pos: 199.5,-75.5 parent: 1 - - uid: 16231 + - uid: 33662 components: - type: Transform - pos: 20.5,55.5 + pos: 199.5,-74.5 parent: 1 - - uid: 16232 + - uid: 33663 components: - type: Transform - pos: 13.5,55.5 + pos: 199.5,-73.5 parent: 1 - - uid: 16233 + - uid: 33664 components: - type: Transform - pos: 14.5,55.5 + pos: 199.5,-72.5 parent: 1 - - uid: 16234 + - uid: 33665 components: - type: Transform - pos: 23.5,55.5 + pos: 199.5,-71.5 parent: 1 - - uid: 16235 + - uid: 33666 components: - type: Transform - pos: 24.5,55.5 + pos: 199.5,-70.5 parent: 1 - - uid: 16236 + - uid: 33667 components: - type: Transform - pos: -71.5,58.5 + pos: 199.5,-69.5 parent: 1 - - uid: 16239 + - uid: 33668 components: - type: Transform - pos: -89.5,58.5 + pos: 199.5,-68.5 parent: 1 - - uid: 16240 + - uid: 33669 components: - type: Transform - pos: 19.5,43.5 + pos: 199.5,-67.5 parent: 1 - - uid: 16241 + - uid: 33670 components: - type: Transform - pos: 19.5,41.5 + pos: 199.5,-66.5 parent: 1 - - uid: 16242 + - uid: 33671 components: - type: Transform - pos: 19.5,42.5 + pos: 199.5,-65.5 parent: 1 - - uid: 16243 + - uid: 33672 components: - type: Transform - pos: 19.5,40.5 + pos: 199.5,-64.5 parent: 1 - - uid: 16244 + - uid: 33673 components: - type: Transform - pos: 19.5,39.5 + pos: 199.5,-63.5 parent: 1 - - uid: 16245 + - uid: 33674 components: - type: Transform - pos: 19.5,37.5 + pos: 199.5,-62.5 parent: 1 - - uid: 16246 + - uid: 33675 components: - type: Transform - pos: 19.5,38.5 + pos: 199.5,-61.5 parent: 1 - - uid: 16247 + - uid: 33676 components: - type: Transform - pos: 19.5,36.5 + pos: 199.5,-60.5 parent: 1 - - uid: 16248 + - uid: 33677 components: - type: Transform - pos: -78.5,58.5 + pos: 199.5,-59.5 parent: 1 - - uid: 16249 + - uid: 33678 components: - type: Transform - pos: -163.5,74.5 + pos: 199.5,-58.5 parent: 1 - - uid: 16250 + - uid: 33679 components: - type: Transform - pos: -7.5,55.5 + pos: 199.5,-57.5 parent: 1 - - uid: 16251 + - uid: 33680 components: - type: Transform - pos: -45.5,47.5 + pos: 199.5,-56.5 parent: 1 - - uid: 16254 + - uid: 33681 components: - type: Transform - pos: 29.5,62.5 + pos: 199.5,-55.5 parent: 1 - - uid: 16255 + - uid: 33682 components: - type: Transform - pos: 20.5,76.5 + pos: 208.5,-54.5 parent: 1 - - uid: 16256 + - uid: 33683 components: - type: Transform - pos: 20.5,75.5 + pos: 207.5,-54.5 parent: 1 - - uid: 16257 + - uid: 33684 components: - type: Transform - pos: 20.5,74.5 + pos: 206.5,-54.5 parent: 1 - - uid: 16258 + - uid: 33685 components: - type: Transform - pos: 20.5,73.5 + pos: 205.5,-54.5 parent: 1 - - uid: 16259 + - uid: 33686 components: - type: Transform - pos: 20.5,72.5 + pos: 220.5,-28.5 parent: 1 - - uid: 16260 + - uid: 33687 components: - type: Transform - pos: 20.5,71.5 + rot: 3.141592653589793 rad + pos: -207.5,-91.5 parent: 1 - - uid: 16261 + - uid: 33688 components: - type: Transform - pos: 20.5,70.5 + rot: 3.141592653589793 rad + pos: -208.5,-93.5 parent: 1 - - uid: 16262 + - uid: 33689 components: - type: Transform - pos: 21.5,70.5 + pos: 199.5,-39.5 parent: 1 - - uid: 16263 + - uid: 33690 components: - type: Transform - pos: 22.5,70.5 + pos: 199.5,-38.5 parent: 1 - - uid: 16264 + - uid: 33691 components: - type: Transform - pos: 23.5,70.5 + pos: 199.5,-37.5 parent: 1 - - uid: 16265 + - uid: 33692 components: - type: Transform - pos: 24.5,70.5 + pos: 199.5,-36.5 parent: 1 - - uid: 16266 + - uid: 33693 components: - type: Transform - pos: 25.5,70.5 + pos: 199.5,-35.5 parent: 1 - - uid: 16267 + - uid: 33694 components: - type: Transform - pos: 25.5,66.5 + pos: 199.5,-34.5 parent: 1 - - uid: 16268 + - uid: 33695 components: - type: Transform - pos: 25.5,65.5 + pos: 199.5,-33.5 parent: 1 - - uid: 16269 + - uid: 33696 components: - type: Transform - pos: 25.5,64.5 + pos: 199.5,-32.5 parent: 1 - - uid: 16270 + - uid: 33697 components: - type: Transform - pos: 25.5,63.5 + pos: 199.5,-31.5 parent: 1 - - uid: 16271 + - uid: 33698 components: - type: Transform - pos: 25.5,62.5 + pos: 199.5,-30.5 parent: 1 - - uid: 16272 + - uid: 33699 components: - type: Transform - pos: -85.5,58.5 + pos: 199.5,-29.5 parent: 1 - - uid: 16273 + - uid: 33700 components: - type: Transform - pos: -93.5,58.5 + pos: 199.5,-28.5 parent: 1 - - uid: 16274 + - uid: 33701 components: - type: Transform - pos: -97.5,58.5 + pos: 199.5,-27.5 parent: 1 - - uid: 16275 + - uid: 33702 components: - type: Transform - pos: -86.5,58.5 + pos: 199.5,-26.5 parent: 1 - - uid: 16276 + - uid: 33703 components: - type: Transform - pos: -82.5,58.5 + pos: 199.5,-25.5 parent: 1 - - uid: 16277 + - uid: 33704 components: - type: Transform - pos: -92.5,58.5 + pos: 199.5,-24.5 parent: 1 - - uid: 16278 + - uid: 33705 components: - type: Transform - pos: -96.5,58.5 + pos: 199.5,-23.5 parent: 1 - - uid: 16279 + - uid: 33706 components: - type: Transform - pos: -91.5,58.5 + pos: 199.5,-22.5 parent: 1 - - uid: 16280 + - uid: 33707 components: - type: Transform - pos: -84.5,58.5 + pos: 199.5,-21.5 parent: 1 - - uid: 16281 + - uid: 33708 components: - type: Transform - pos: -98.5,58.5 + pos: 199.5,-20.5 parent: 1 - - uid: 16282 + - uid: 33709 components: - type: Transform - pos: -83.5,58.5 + pos: 199.5,-19.5 parent: 1 - - uid: 16283 + - uid: 33710 components: - type: Transform - pos: -90.5,58.5 + pos: 199.5,-18.5 parent: 1 - - uid: 16284 + - uid: 33711 components: - type: Transform - pos: -45.5,50.5 + pos: 199.5,-17.5 parent: 1 - - uid: 16285 + - uid: 33712 components: - type: Transform - pos: -99.5,58.5 + pos: 199.5,-16.5 parent: 1 - - uid: 16286 + - uid: 33713 components: - type: Transform - pos: -100.5,58.5 + pos: 199.5,-15.5 parent: 1 - - uid: 16287 + - uid: 33714 components: - type: Transform - pos: -101.5,58.5 + pos: 199.5,-14.5 parent: 1 - - uid: 16290 + - uid: 33715 components: - type: Transform - pos: -87.5,58.5 + pos: 199.5,-13.5 parent: 1 - - uid: 16291 + - uid: 33716 components: - type: Transform - pos: -64.5,57.5 + pos: 199.5,-12.5 parent: 1 - - uid: 16292 + - uid: 33717 components: - type: Transform - pos: -79.5,58.5 + pos: 199.5,-11.5 parent: 1 - - uid: 16293 + - uid: 33718 components: - type: Transform - pos: -70.5,58.5 + pos: 199.5,-10.5 parent: 1 - - uid: 16294 + - uid: 33719 components: - type: Transform - pos: -65.5,58.5 + pos: 199.5,-9.5 parent: 1 - - uid: 16295 + - uid: 33720 components: - type: Transform - pos: -72.5,58.5 + pos: 199.5,-8.5 parent: 1 - - uid: 16297 + - uid: 33721 components: - type: Transform - pos: -76.5,58.5 + pos: 199.5,-7.5 parent: 1 - - uid: 16298 + - uid: 33722 components: - type: Transform - pos: -75.5,58.5 + pos: 199.5,-6.5 parent: 1 - - uid: 16299 + - uid: 33723 components: - type: Transform - pos: -81.5,58.5 + pos: 199.5,-5.5 parent: 1 - - uid: 16302 + - uid: 33724 components: - type: Transform - pos: -67.5,58.5 + pos: 199.5,-4.5 parent: 1 - - uid: 16303 + - uid: 33725 components: - type: Transform - pos: -66.5,58.5 + pos: 199.5,-3.5 parent: 1 - - uid: 16304 + - uid: 33726 components: - type: Transform - pos: -77.5,58.5 + rot: 3.141592653589793 rad + pos: -227.5,-98.5 parent: 1 - - uid: 16305 + - uid: 33727 components: - type: Transform - pos: -80.5,58.5 + rot: 3.141592653589793 rad + pos: -249.5,-101.5 parent: 1 - - uid: 16306 + - uid: 33728 components: - type: Transform - pos: -45.5,53.5 + rot: 3.141592653589793 rad + pos: -224.5,-97.5 parent: 1 - - uid: 16307 + - uid: 33729 components: - type: Transform - pos: -45.5,54.5 + rot: 3.141592653589793 rad + pos: -238.5,-93.5 parent: 1 - - uid: 16308 + - uid: 33730 components: - type: Transform - pos: -45.5,51.5 + rot: 3.141592653589793 rad + pos: -238.5,-92.5 parent: 1 - - uid: 16309 + - uid: 33731 components: - type: Transform - pos: -45.5,52.5 + pos: 204.5,-4.5 parent: 1 - - uid: 16310 + - uid: 33732 components: - type: Transform - pos: -64.5,55.5 + pos: 204.5,-5.5 parent: 1 - - uid: 16311 + - uid: 33733 components: - type: Transform - pos: -64.5,58.5 + pos: 205.5,-5.5 parent: 1 - - uid: 16312 + - uid: 33734 components: - type: Transform - pos: -64.5,54.5 + rot: 3.141592653589793 rad + pos: -229.5,-98.5 parent: 1 - - uid: 16313 + - uid: 33735 components: - type: Transform - pos: -41.5,33.5 + rot: 3.141592653589793 rad + pos: -248.5,-100.5 parent: 1 - - uid: 16314 + - uid: 33736 components: - type: Transform - pos: -102.5,58.5 + rot: 3.141592653589793 rad + pos: -247.5,-100.5 parent: 1 - - uid: 16315 + - uid: 33737 components: - type: Transform - pos: -103.5,58.5 + pos: 199.5,72.5 parent: 1 - - uid: 16316 + - uid: 33738 components: - type: Transform - pos: -105.5,58.5 + pos: 199.5,73.5 parent: 1 - - uid: 16317 + - uid: 33739 components: - type: Transform - pos: -104.5,58.5 + pos: 199.5,74.5 parent: 1 - - uid: 16318 + - uid: 33740 components: - type: Transform - pos: -106.5,58.5 + pos: 199.5,75.5 parent: 1 - - uid: 16319 + - uid: 33741 components: - type: Transform - pos: -107.5,58.5 + pos: 199.5,76.5 parent: 1 - - uid: 16320 + - uid: 33742 components: - type: Transform - pos: -108.5,58.5 + pos: 199.5,77.5 parent: 1 - - uid: 16321 + - uid: 33743 components: - type: Transform - pos: -109.5,58.5 + pos: 199.5,78.5 parent: 1 - - uid: 16322 + - uid: 33744 components: - type: Transform - pos: -110.5,58.5 + pos: 199.5,79.5 parent: 1 - - uid: 16323 + - uid: 33745 components: - type: Transform - pos: -111.5,58.5 + pos: 199.5,80.5 parent: 1 - - uid: 16324 + - uid: 33746 components: - type: Transform - pos: -112.5,58.5 + pos: 199.5,81.5 parent: 1 - - uid: 16325 + - uid: 33747 components: - type: Transform - pos: -113.5,58.5 + pos: 199.5,82.5 parent: 1 - - uid: 16326 + - uid: 33748 components: - type: Transform - pos: -114.5,58.5 + pos: 199.5,83.5 parent: 1 - - uid: 16327 + - uid: 33749 components: - type: Transform - pos: -115.5,58.5 + pos: 199.5,84.5 parent: 1 - - uid: 16328 + - uid: 33750 components: - type: Transform - pos: -116.5,58.5 + pos: 199.5,85.5 parent: 1 - - uid: 16329 + - uid: 33751 components: - type: Transform - pos: -117.5,58.5 + pos: 199.5,86.5 parent: 1 - - uid: 16330 + - uid: 33752 components: - type: Transform - pos: -118.5,58.5 + pos: 199.5,87.5 parent: 1 - - uid: 16331 + - uid: 33753 components: - type: Transform - pos: -119.5,58.5 + pos: 199.5,88.5 parent: 1 - - uid: 16332 + - uid: 33754 components: - type: Transform - pos: -120.5,58.5 + pos: 199.5,89.5 parent: 1 - - uid: 16333 + - uid: 33755 components: - type: Transform - pos: -121.5,58.5 + pos: 199.5,90.5 parent: 1 - - uid: 16334 + - uid: 33756 components: - type: Transform - pos: -122.5,58.5 + pos: 199.5,91.5 parent: 1 - - uid: 16335 + - uid: 33757 components: - type: Transform - pos: -123.5,58.5 + pos: 199.5,92.5 parent: 1 - - uid: 16336 + - uid: 33758 components: - type: Transform - pos: -124.5,58.5 + pos: 199.5,93.5 parent: 1 - - uid: 16337 + - uid: 33759 components: - type: Transform - pos: -125.5,58.5 + pos: 199.5,94.5 parent: 1 - - uid: 16338 + - uid: 33760 components: - type: Transform - pos: -126.5,58.5 + pos: 199.5,95.5 parent: 1 - - uid: 16345 + - uid: 33761 components: - type: Transform - pos: -6.5,55.5 + pos: 199.5,96.5 parent: 1 - - uid: 16346 + - uid: 33762 components: - type: Transform - pos: -5.5,55.5 + pos: 199.5,97.5 parent: 1 - - uid: 16347 + - uid: 33763 components: - type: Transform - pos: -11.5,55.5 + pos: 199.5,98.5 parent: 1 - - uid: 16348 + - uid: 33764 components: - type: Transform - pos: -16.5,55.5 + pos: 199.5,99.5 parent: 1 - - uid: 16349 + - uid: 33765 components: - type: Transform - pos: 0.5,55.5 + pos: 199.5,100.5 parent: 1 - - uid: 16350 + - uid: 33766 components: - type: Transform - pos: -4.5,55.5 + pos: 199.5,101.5 parent: 1 - - uid: 16351 + - uid: 33767 components: - type: Transform - pos: -3.5,55.5 + pos: 199.5,102.5 parent: 1 - - uid: 16352 + - uid: 33768 components: - type: Transform - pos: -0.5,55.5 + pos: 199.5,103.5 parent: 1 - - uid: 16353 + - uid: 33769 components: - type: Transform - pos: -10.5,55.5 + pos: 199.5,104.5 parent: 1 - - uid: 16354 + - uid: 33770 components: - type: Transform - pos: -9.5,55.5 + pos: 199.5,105.5 parent: 1 - - uid: 16355 + - uid: 33771 components: - type: Transform - pos: -1.5,55.5 + pos: 199.5,106.5 parent: 1 - - uid: 16356 + - uid: 33772 components: - type: Transform - pos: -2.5,55.5 + pos: 199.5,107.5 parent: 1 - - uid: 16357 + - uid: 33773 components: - type: Transform - pos: -12.5,55.5 + pos: 199.5,108.5 parent: 1 - - uid: 16358 + - uid: 33774 components: - type: Transform - pos: -13.5,55.5 + pos: 199.5,109.5 parent: 1 - - uid: 16359 + - uid: 33775 components: - type: Transform - pos: -14.5,55.5 + pos: 199.5,110.5 parent: 1 - - uid: 16360 + - uid: 33776 components: - type: Transform - pos: -15.5,55.5 + pos: 199.5,111.5 parent: 1 - - uid: 16361 + - uid: 33777 components: - type: Transform - anchored: False - pos: -62.5,123.5 + pos: 199.5,112.5 parent: 1 - - uid: 16362 + - uid: 33778 components: - type: Transform - anchored: False - pos: -62.5,149.5 + pos: 199.5,113.5 parent: 1 - - uid: 16363 + - uid: 33779 components: - type: Transform - anchored: False - pos: -62.5,152.5 + pos: 199.5,114.5 parent: 1 - - uid: 16364 + - uid: 33780 components: - type: Transform - pos: -62.5,169.5 + pos: 199.5,115.5 parent: 1 - - uid: 16365 + - uid: 33781 components: - type: Transform - anchored: False - pos: -62.5,155.5 + pos: 199.5,116.5 parent: 1 - - uid: 16366 + - uid: 33782 components: - type: Transform - anchored: False - pos: -62.5,139.5 + pos: 199.5,117.5 parent: 1 - - uid: 16367 + - uid: 33783 components: - type: Transform - anchored: False - pos: -62.5,157.5 + pos: 199.5,118.5 parent: 1 - - uid: 16368 + - uid: 33784 components: - type: Transform - pos: -62.5,160.5 + pos: 199.5,119.5 parent: 1 - - uid: 16369 + - uid: 33785 components: - type: Transform - pos: -62.5,163.5 + pos: 199.5,120.5 parent: 1 - - uid: 16370 + - uid: 33786 components: - type: Transform - anchored: False - pos: -62.5,127.5 + pos: 199.5,121.5 parent: 1 - - uid: 16371 + - uid: 33787 components: - type: Transform - pos: -62.5,165.5 + pos: 199.5,122.5 parent: 1 - - uid: 16372 + - uid: 33788 components: - type: Transform - pos: -62.5,171.5 + pos: 199.5,131.5 parent: 1 - - uid: 16374 + - uid: 33789 components: - type: Transform - pos: -62.5,172.5 + pos: 199.5,138.5 parent: 1 - - uid: 16377 + - uid: 33790 components: - type: Transform - pos: -62.5,168.5 + pos: 199.5,139.5 parent: 1 - - uid: 16378 + - uid: 33791 components: - type: Transform - pos: -62.5,161.5 + pos: 199.5,140.5 parent: 1 - - uid: 16379 + - uid: 33792 components: - type: Transform - anchored: False - pos: -62.5,134.5 + pos: 199.5,141.5 parent: 1 - - uid: 16380 + - uid: 33793 components: - type: Transform - anchored: False - pos: -62.5,136.5 + pos: 199.5,142.5 parent: 1 - - uid: 16381 + - uid: 33794 components: - type: Transform - anchored: False - pos: -62.5,128.5 + pos: 199.5,143.5 parent: 1 - - uid: 16382 + - uid: 33795 components: - type: Transform - anchored: False - pos: -62.5,129.5 + pos: 199.5,144.5 parent: 1 - - uid: 16383 + - uid: 33796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,82.5 + pos: 199.5,145.5 parent: 1 - - uid: 16384 + - uid: 33797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,83.5 + pos: 199.5,146.5 parent: 1 - - uid: 16385 + - uid: 33798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,84.5 + pos: 199.5,147.5 parent: 1 - - uid: 16386 + - uid: 33799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,85.5 + pos: 199.5,148.5 parent: 1 - - uid: 16387 + - uid: 33800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,86.5 + pos: 199.5,149.5 parent: 1 - - uid: 16388 + - uid: 33801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,87.5 + pos: 199.5,150.5 parent: 1 - - uid: 16389 + - uid: 33802 components: - type: Transform - anchored: False - pos: -62.5,135.5 + pos: 199.5,151.5 parent: 1 - - uid: 16390 + - uid: 33803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,88.5 + pos: 199.5,152.5 parent: 1 - - uid: 16391 + - uid: 33804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,89.5 + pos: 199.5,153.5 parent: 1 - - uid: 16392 + - uid: 33805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,90.5 + pos: 199.5,154.5 parent: 1 - - uid: 16393 + - uid: 33806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,91.5 + pos: 199.5,155.5 parent: 1 - - uid: 16394 + - uid: 33807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,92.5 + pos: 199.5,156.5 parent: 1 - - uid: 16395 + - uid: 33808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,93.5 + pos: 199.5,157.5 parent: 1 - - uid: 16396 + - uid: 33809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,94.5 + pos: 199.5,158.5 parent: 1 - - uid: 16397 + - uid: 33810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,95.5 + pos: 199.5,159.5 parent: 1 - - uid: 16398 + - uid: 33811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,96.5 + pos: 199.5,160.5 parent: 1 - - uid: 16399 + - uid: 33812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,97.5 + pos: 199.5,161.5 parent: 1 - - uid: 16400 + - uid: 33813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,98.5 + pos: 199.5,162.5 parent: 1 - - uid: 16401 + - uid: 33814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,99.5 + pos: 199.5,163.5 parent: 1 - - uid: 16402 + - uid: 33815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,100.5 + pos: 199.5,164.5 parent: 1 - - uid: 16403 + - uid: 33816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,101.5 + pos: 199.5,165.5 parent: 1 - - uid: 16404 + - uid: 33817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,102.5 + pos: 199.5,166.5 parent: 1 - - uid: 16405 + - uid: 33818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,103.5 + pos: 199.5,167.5 parent: 1 - - uid: 16406 + - uid: 33819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,104.5 + pos: 199.5,168.5 parent: 1 - - uid: 16407 + - uid: 33820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,105.5 + pos: 199.5,169.5 parent: 1 - - uid: 16408 + - uid: 33821 components: - type: Transform - pos: -62.5,162.5 + pos: 199.5,170.5 parent: 1 - - uid: 16409 + - uid: 33822 components: - type: Transform - pos: -62.5,167.5 + rot: 3.141592653589793 rad + pos: -293.5,-77.5 parent: 1 - - uid: 16410 + - uid: 33823 components: - type: Transform - pos: -62.5,164.5 + pos: 199.5,174.5 parent: 1 - - uid: 16411 + - uid: 33824 components: - type: Transform - anchored: False - pos: -62.5,125.5 + pos: 199.5,175.5 parent: 1 - - uid: 16412 + - uid: 33825 components: - type: Transform - anchored: False - pos: -62.5,124.5 + pos: 199.5,176.5 parent: 1 - - uid: 16413 + - uid: 33826 components: - type: Transform - anchored: False - pos: -62.5,156.5 + pos: 199.5,177.5 parent: 1 - - uid: 16414 + - uid: 33827 components: - type: Transform - pos: -25.5,108.5 + pos: 199.5,178.5 parent: 1 - - uid: 16415 + - uid: 33828 components: - type: Transform - anchored: False - pos: -62.5,122.5 + pos: 199.5,179.5 parent: 1 - - uid: 16416 + - uid: 33829 components: - type: Transform - pos: -54.5,108.5 + pos: 199.5,180.5 parent: 1 - - uid: 16417 + - uid: 33830 components: - type: Transform - anchored: False - pos: -62.5,151.5 + pos: 199.5,181.5 parent: 1 - - uid: 16419 + - uid: 33831 components: - type: Transform - anchored: False - pos: -62.5,121.5 + pos: 199.5,199.5 parent: 1 - - uid: 16420 + - uid: 33832 components: - type: Transform - pos: -62.5,174.5 + pos: 199.5,200.5 parent: 1 - - uid: 16425 + - uid: 33833 components: - type: Transform - anchored: False - pos: -62.5,150.5 + rot: 3.141592653589793 rad + pos: -237.5,-92.5 parent: 1 - - uid: 16426 + - uid: 33834 components: - type: Transform - pos: -42.5,108.5 + rot: 3.141592653589793 rad + pos: -235.5,-93.5 parent: 1 - - uid: 16429 + - uid: 33835 components: - type: Transform anchored: False - pos: -62.5,126.5 + rot: 3.141592653589793 rad + pos: -239.5,-93.5 parent: 1 - - uid: 16430 + - uid: 33836 components: - type: Transform - anchored: False - pos: -62.5,137.5 + rot: 3.141592653589793 rad + pos: -237.5,-91.5 parent: 1 - - uid: 16431 + - uid: 33837 components: - type: Transform - anchored: False - pos: -62.5,131.5 + rot: 3.141592653589793 rad + pos: -293.5,-74.5 parent: 1 - - uid: 16432 + - uid: 33838 components: - type: Transform - anchored: False - pos: -62.5,130.5 + rot: 3.141592653589793 rad + pos: -203.5,-91.5 parent: 1 - - uid: 16433 + - uid: 33839 components: - type: Transform - anchored: False - pos: -62.5,143.5 + rot: 3.141592653589793 rad + pos: -206.5,-93.5 parent: 1 - - uid: 16434 + - uid: 33840 components: - type: Transform - anchored: False - pos: -62.5,138.5 + rot: 3.141592653589793 rad + pos: -206.5,-91.5 parent: 1 - - uid: 16435 + - uid: 33841 components: - type: Transform - anchored: False - pos: -62.5,132.5 + rot: 3.141592653589793 rad + pos: -238.5,-91.5 parent: 1 - - uid: 16436 + - uid: 33842 components: - type: Transform - anchored: False - pos: -62.5,144.5 + rot: 3.141592653589793 rad + pos: -202.5,-79.5 parent: 1 - - uid: 16437 + - uid: 33843 components: - type: Transform anchored: False - pos: -62.5,146.5 + rot: 3.141592653589793 rad + pos: -200.5,-62.5 parent: 1 - - uid: 16438 + - uid: 33844 components: - type: Transform - anchored: False - pos: -62.5,145.5 + rot: 3.141592653589793 rad + pos: -203.5,-93.5 parent: 1 - - uid: 16439 + - uid: 33845 components: - type: Transform - anchored: False - pos: -62.5,133.5 + rot: 3.141592653589793 rad + pos: -220.5,-98.5 parent: 1 - - uid: 16440 + - uid: 33846 components: - type: Transform - anchored: False - pos: -13.5,108.5 + rot: 3.141592653589793 rad + pos: -226.5,-98.5 parent: 1 - - uid: 16441 + - uid: 33847 components: - type: Transform - anchored: False - pos: -62.5,141.5 + rot: 3.141592653589793 rad + pos: -224.5,-98.5 parent: 1 - - uid: 16442 + - uid: 33848 components: - type: Transform - anchored: False - pos: -62.5,142.5 + rot: 3.141592653589793 rad + pos: -228.5,-93.5 parent: 1 - - uid: 16443 + - uid: 33849 components: - type: Transform - anchored: False - pos: -62.5,140.5 + rot: 3.141592653589793 rad + pos: -228.5,-92.5 parent: 1 - - uid: 16444 + - uid: 33850 components: - type: Transform - pos: -35.5,108.5 + rot: 3.141592653589793 rad + pos: -228.5,-91.5 parent: 1 - - uid: 16445 + - uid: 33851 components: - type: Transform - pos: -37.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-80.5 parent: 1 - - uid: 16446 + - uid: 33852 components: - type: Transform - anchored: False - pos: -62.5,147.5 + rot: 3.141592653589793 rad + pos: -232.5,-92.5 parent: 1 - - uid: 16447 + - uid: 33853 components: - type: Transform - anchored: False - pos: -62.5,113.5 + rot: 3.141592653589793 rad + pos: -232.5,-91.5 parent: 1 - - uid: 16448 + - uid: 33854 components: - type: Transform - anchored: False - pos: -62.5,115.5 + rot: 3.141592653589793 rad + pos: -233.5,-91.5 parent: 1 - - uid: 16449 + - uid: 33855 components: - type: Transform - anchored: False - pos: -62.5,116.5 + rot: 3.141592653589793 rad + pos: -234.5,-93.5 parent: 1 - - uid: 16451 + - uid: 33856 components: - type: Transform - pos: -36.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -267.5,-77.5 parent: 1 - - uid: 16452 + - uid: 33857 components: - type: Transform - anchored: False - pos: -62.5,148.5 + rot: 3.141592653589793 rad + pos: -229.5,-92.5 parent: 1 - - uid: 16453 + - uid: 33858 components: - type: Transform - anchored: False - pos: 5.5,108.5 + rot: 3.141592653589793 rad + pos: -229.5,-93.5 parent: 1 - - uid: 16454 + - uid: 33859 components: - type: Transform - pos: -62.5,114.5 + rot: 3.141592653589793 rad + pos: -293.5,-75.5 parent: 1 - - uid: 16457 + - uid: 33860 components: - type: Transform - pos: -62.5,191.5 + rot: 3.141592653589793 rad + pos: -236.5,-92.5 parent: 1 - - uid: 16458 + - uid: 33861 components: - type: Transform - pos: -51.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-76.5 parent: 1 - - uid: 16460 + - uid: 33862 components: - type: Transform - anchored: False - pos: -62.5,117.5 + rot: 3.141592653589793 rad + pos: -235.5,-91.5 parent: 1 - - uid: 16462 + - uid: 33863 components: - type: Transform - anchored: False - pos: -62.5,119.5 + rot: 3.141592653589793 rad + pos: -236.5,-91.5 parent: 1 - - uid: 16463 + - uid: 33864 components: - type: Transform - anchored: False - pos: -62.5,118.5 + rot: 3.141592653589793 rad + pos: -235.5,-92.5 parent: 1 - - uid: 16464 + - uid: 33865 components: - type: Transform anchored: False - pos: -62.5,120.5 + rot: 3.141592653589793 rad + pos: -293.5,-88.5 parent: 1 - - uid: 16465 + - uid: 33866 components: - type: Transform - pos: -31.5,108.5 + rot: 3.141592653589793 rad + pos: -203.5,-78.5 parent: 1 - - uid: 16467 + - uid: 33867 components: - type: Transform - pos: -32.5,108.5 + rot: 3.141592653589793 rad + pos: -229.5,-91.5 parent: 1 - - uid: 16469 + - uid: 33868 components: - type: Transform - pos: -30.5,108.5 + rot: 3.141592653589793 rad + pos: -230.5,-93.5 parent: 1 - - uid: 16470 + - uid: 33869 components: - type: Transform - anchored: False - pos: 3.5,108.5 + rot: 3.141592653589793 rad + pos: -231.5,-91.5 parent: 1 - - uid: 16471 + - uid: 33870 components: - type: Transform - anchored: False - pos: -9.5,108.5 + rot: 3.141592653589793 rad + pos: -232.5,-93.5 parent: 1 - - uid: 16472 + - uid: 33871 components: - type: Transform - pos: -18.5,108.5 + rot: 3.141592653589793 rad + pos: -292.5,-46.5 parent: 1 - - uid: 16473 + - uid: 33872 components: - type: Transform - anchored: False - pos: -62.5,112.5 + rot: 3.141592653589793 rad + pos: -230.5,-92.5 parent: 1 - - uid: 16476 + - uid: 33873 components: - type: Transform - anchored: False - pos: 8.5,108.5 + rot: 3.141592653589793 rad + pos: -230.5,-91.5 parent: 1 - - uid: 16478 + - uid: 33874 components: - type: Transform - pos: -22.5,108.5 + rot: 3.141592653589793 rad + pos: -231.5,-93.5 parent: 1 - - uid: 16480 + - uid: 33875 components: - type: Transform - anchored: False - pos: -14.5,108.5 + rot: 3.141592653589793 rad + pos: -231.5,-92.5 parent: 1 - - uid: 16482 + - uid: 33876 components: - type: Transform - pos: -38.5,108.5 + rot: 3.141592653589793 rad + pos: -234.5,-92.5 parent: 1 - - uid: 16483 + - uid: 33877 components: - type: Transform - pos: -39.5,108.5 + rot: 3.141592653589793 rad + pos: -234.5,-91.5 parent: 1 - - uid: 16484 + - uid: 33878 components: - type: Transform - pos: -47.5,108.5 + rot: 3.141592653589793 rad + pos: -233.5,-93.5 parent: 1 - - uid: 16485 + - uid: 33879 components: - type: Transform - pos: -43.5,108.5 + rot: 3.141592653589793 rad + pos: -233.5,-92.5 parent: 1 - - uid: 16486 + - uid: 33880 components: - type: Transform - pos: -44.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-86.5 parent: 1 - - uid: 16487 + - uid: 33881 components: - type: Transform - pos: -33.5,108.5 + rot: 3.141592653589793 rad + pos: -203.5,-75.5 parent: 1 - - uid: 16488 + - uid: 33882 components: - type: Transform - pos: -27.5,108.5 + rot: 3.141592653589793 rad + pos: -200.5,-76.5 parent: 1 - - uid: 16489 + - uid: 33883 components: - type: Transform - pos: -21.5,108.5 + rot: 3.141592653589793 rad + pos: -200.5,-77.5 parent: 1 - - uid: 16491 + - uid: 33884 components: - type: Transform - anchored: False - pos: -0.5,108.5 + rot: 3.141592653589793 rad + pos: -294.5,-45.5 parent: 1 - - uid: 16492 + - uid: 33885 components: - type: Transform - pos: -59.5,108.5 + rot: 3.141592653589793 rad + pos: -203.5,-76.5 parent: 1 - - uid: 16493 + - uid: 33886 components: - type: Transform - pos: -58.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-78.5 parent: 1 - - uid: 16494 + - uid: 33887 components: - type: Transform - pos: -61.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-87.5 parent: 1 - - uid: 16495 + - uid: 33888 components: - type: Transform - pos: -60.5,108.5 + rot: 3.141592653589793 rad + pos: -292.5,-45.5 parent: 1 - - uid: 16497 + - uid: 33889 components: - type: Transform - pos: -62.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-45.5 parent: 1 - - uid: 16498 + - uid: 33890 components: - type: Transform - pos: -57.5,108.5 + rot: 3.141592653589793 rad + pos: -202.5,-75.5 parent: 1 - - uid: 16499 + - uid: 33891 components: - type: Transform anchored: False - pos: -62.5,111.5 + rot: 3.141592653589793 rad + pos: -293.5,-89.5 parent: 1 - - uid: 16500 + - uid: 33892 components: - type: Transform anchored: False - pos: 2.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-90.5 parent: 1 - - uid: 16502 + - uid: 33893 components: - type: Transform anchored: False - pos: 1.5,108.5 + rot: 3.141592653589793 rad + pos: -239.5,-92.5 parent: 1 - - uid: 16504 + - uid: 33894 components: - type: Transform - pos: -45.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -240.5,-93.5 parent: 1 - - uid: 16505 + - uid: 33895 components: - type: Transform - pos: -48.5,108.5 + rot: 3.141592653589793 rad + pos: -276.5,-32.5 parent: 1 - - uid: 16506 + - uid: 33896 components: - type: Transform - pos: -50.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -240.5,-92.5 parent: 1 - - uid: 16507 + - uid: 33897 components: - type: Transform - pos: -46.5,108.5 + pos: -62.5,166.5 parent: 1 - - uid: 16508 + - uid: 33898 components: - type: Transform - pos: -49.5,108.5 + rot: 3.141592653589793 rad + pos: -202.5,-92.5 parent: 1 - - uid: 16509 + - uid: 33899 components: - type: Transform - anchored: False - pos: 6.5,108.5 + rot: 3.141592653589793 rad + pos: -205.5,-91.5 parent: 1 - - uid: 16510 + - uid: 33900 components: - type: Transform - pos: -29.5,108.5 + rot: 3.141592653589793 rad + pos: -294.5,-58.5 parent: 1 - - uid: 16515 + - uid: 33901 components: - type: Transform - anchored: False - pos: -2.5,108.5 + rot: 3.141592653589793 rad + pos: -251.5,-92.5 parent: 1 - - uid: 16516 + - uid: 33902 components: - type: Transform - pos: -24.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -243.5,-93.5 parent: 1 - - uid: 16518 + - uid: 33903 components: - type: Transform - pos: -40.5,108.5 + rot: 3.141592653589793 rad + pos: -252.5,-93.5 parent: 1 - - uid: 16521 + - uid: 33904 components: - type: Transform - pos: -34.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -243.5,-92.5 parent: 1 - - uid: 16522 + - uid: 33905 components: - type: Transform - pos: -16.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-24.5 parent: 1 - - uid: 16523 + - uid: 33906 components: - type: Transform - anchored: False - pos: -6.5,108.5 + rot: 3.141592653589793 rad + pos: -219.5,-93.5 parent: 1 - - uid: 16532 + - uid: 33907 components: - type: Transform - anchored: False - pos: -4.5,108.5 + rot: 3.141592653589793 rad + pos: -219.5,-92.5 parent: 1 - - uid: 16534 + - uid: 33908 components: - type: Transform - pos: -5.5,108.5 + rot: 3.141592653589793 rad + pos: -219.5,-91.5 parent: 1 - - uid: 16535 + - uid: 33909 components: - type: Transform anchored: False - pos: -15.5,108.5 + rot: 3.141592653589793 rad + pos: -242.5,-93.5 parent: 1 - - uid: 16537 + - uid: 33910 components: - type: Transform - anchored: False - pos: -10.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-61.5 parent: 1 - - uid: 16538 + - uid: 33911 components: - type: Transform - pos: -26.5,108.5 + rot: 3.141592653589793 rad + pos: -293.5,-58.5 parent: 1 - - uid: 16540 + - uid: 33912 components: - type: Transform - anchored: False - pos: -62.5,109.5 + rot: 3.141592653589793 rad + pos: -262.5,-92.5 parent: 1 - - uid: 16541 + - uid: 33913 components: - type: Transform - pos: -23.5,108.5 + rot: 3.141592653589793 rad + pos: -263.5,-93.5 parent: 1 - - uid: 16542 + - uid: 33914 components: - type: Transform - anchored: False - pos: 7.5,108.5 + rot: 3.141592653589793 rad + pos: -263.5,-92.5 parent: 1 - - uid: 16543 + - uid: 33915 components: - type: Transform - anchored: False - pos: 4.5,108.5 + rot: 3.141592653589793 rad + pos: -264.5,-93.5 parent: 1 - - uid: 16546 + - uid: 33916 components: - type: Transform anchored: False - pos: -62.5,110.5 + rot: 3.141592653589793 rad + pos: -242.5,-92.5 parent: 1 - - uid: 16549 + - uid: 33917 components: - type: Transform - pos: -20.5,108.5 + rot: 3.141592653589793 rad + pos: -248.5,-92.5 parent: 1 - - uid: 16550 + - uid: 33918 components: - type: Transform - pos: -28.5,108.5 + rot: 3.141592653589793 rad + pos: -249.5,-93.5 parent: 1 - - uid: 16551 + - uid: 33919 components: - type: Transform - anchored: False - pos: -12.5,108.5 + rot: 3.141592653589793 rad + pos: -254.5,-92.5 parent: 1 - - uid: 16553 + - uid: 33920 components: - type: Transform - pos: -17.5,108.5 + rot: 3.141592653589793 rad + pos: -255.5,-93.5 parent: 1 - - uid: 16556 + - uid: 33921 components: - type: Transform - anchored: False - pos: -1.5,108.5 + rot: 3.141592653589793 rad + pos: -249.5,-92.5 parent: 1 - - uid: 16557 + - uid: 33922 components: - type: Transform - pos: -19.5,108.5 + rot: 3.141592653589793 rad + pos: -255.5,-92.5 parent: 1 - - uid: 16560 + - uid: 33923 components: - type: Transform - pos: -62.5,179.5 + rot: 3.141592653589793 rad + pos: -256.5,-93.5 parent: 1 - - uid: 16561 + - uid: 33924 components: - type: Transform - pos: -62.5,184.5 + rot: 3.141592653589793 rad + pos: -250.5,-92.5 parent: 1 - - uid: 16562 + - uid: 33925 components: - type: Transform - pos: -62.5,192.5 + rot: 3.141592653589793 rad + pos: -250.5,-93.5 parent: 1 - - uid: 16564 + - uid: 33926 components: - type: Transform - pos: -56.5,108.5 + rot: 3.141592653589793 rad + pos: -251.5,-93.5 parent: 1 - - uid: 16565 + - uid: 33927 components: - type: Transform - pos: -62.5,196.5 + rot: 3.141592653589793 rad + pos: -252.5,-92.5 parent: 1 - - uid: 16566 + - uid: 33928 components: - type: Transform - pos: -62.5,199.5 + rot: 3.141592653589793 rad + pos: -253.5,-93.5 parent: 1 - - uid: 16568 + - uid: 33929 components: - type: Transform - pos: -62.5,180.5 + rot: 3.141592653589793 rad + pos: -253.5,-92.5 parent: 1 - - uid: 16571 + - uid: 33930 components: - type: Transform - pos: -62.5,187.5 + rot: 3.141592653589793 rad + pos: -254.5,-93.5 parent: 1 - - uid: 16576 + - uid: 33931 components: - type: Transform - pos: 9.5,108.5 + rot: 3.141592653589793 rad + pos: -256.5,-92.5 parent: 1 - - uid: 16577 + - uid: 33932 components: - type: Transform - pos: 10.5,108.5 + rot: 3.141592653589793 rad + pos: -257.5,-93.5 parent: 1 - - uid: 16578 + - uid: 33933 components: - type: Transform - pos: 11.5,108.5 + rot: 3.141592653589793 rad + pos: -257.5,-92.5 parent: 1 - - uid: 16579 + - uid: 33934 components: - type: Transform - pos: 12.5,108.5 + rot: 3.141592653589793 rad + pos: -258.5,-93.5 parent: 1 - - uid: 16580 + - uid: 33935 components: - type: Transform - pos: 13.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -244.5,-93.5 parent: 1 - - uid: 16581 + - uid: 33936 components: - type: Transform - pos: 14.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -244.5,-92.5 parent: 1 - - uid: 16582 + - uid: 33937 components: - type: Transform - pos: 15.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -245.5,-93.5 parent: 1 - - uid: 16583 + - uid: 33938 components: - type: Transform - pos: 16.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -245.5,-92.5 parent: 1 - - uid: 16584 + - uid: 33939 components: - type: Transform - pos: 17.5,108.5 + rot: 3.141592653589793 rad + pos: -258.5,-92.5 parent: 1 - - uid: 16585 + - uid: 33940 components: - type: Transform - pos: 18.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -246.5,-93.5 parent: 1 - - uid: 16586 + - uid: 33941 components: - type: Transform - pos: 19.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -246.5,-92.5 parent: 1 - - uid: 16587 + - uid: 33942 components: - type: Transform - pos: 20.5,108.5 + anchored: False + rot: 3.141592653589793 rad + pos: -247.5,-93.5 parent: 1 - - uid: 16588 + - uid: 33943 components: - type: Transform - pos: 20.5,107.5 + anchored: False + rot: 3.141592653589793 rad + pos: -247.5,-92.5 parent: 1 - - uid: 16589 + - uid: 33944 components: - type: Transform - pos: 20.5,106.5 + rot: 3.141592653589793 rad + pos: -248.5,-93.5 parent: 1 - - uid: 16590 + - uid: 33945 components: - type: Transform - pos: -303.5,-31.5 + rot: 3.141592653589793 rad + pos: -200.5,-91.5 parent: 1 - - uid: 16591 + - uid: 33946 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -262.5,-77.5 + pos: -204.5,-92.5 parent: 1 - - uid: 16592 + - uid: 33947 components: - type: Transform rot: 3.141592653589793 rad - pos: -226.5,-77.5 + pos: -293.5,-79.5 parent: 1 - - uid: 16593 + - uid: 33948 components: - type: Transform anchored: False rot: 3.141592653589793 rad - pos: -250.5,-77.5 + pos: -200.5,-63.5 parent: 1 - - uid: 16594 + - uid: 33949 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -252.5,-77.5 + pos: -204.5,-93.5 parent: 1 - - uid: 16595 + - uid: 33950 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -261.5,-77.5 + pos: -294.5,-62.5 parent: 1 - - uid: 16596 + - uid: 33951 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -251.5,-77.5 + pos: -201.5,-75.5 parent: 1 - - uid: 16597 + - uid: 33952 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -249.5,-77.5 + pos: -202.5,-91.5 parent: 1 - - uid: 16598 + - uid: 33953 components: - type: Transform rot: 3.141592653589793 rad - pos: -247.5,-77.5 + pos: -293.5,-72.5 parent: 1 - - uid: 16599 + - uid: 33954 components: - type: Transform rot: 3.141592653589793 rad - pos: -246.5,-77.5 + pos: -204.5,-79.5 parent: 1 - - uid: 16600 + - uid: 33955 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -254.5,-77.5 + pos: -201.5,-93.5 parent: 1 - - uid: 16601 + - uid: 33956 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -258.5,-77.5 + pos: -295.5,-45.5 parent: 1 - - uid: 16602 + - uid: 33957 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -257.5,-77.5 + pos: -209.5,-93.5 parent: 1 - - uid: 16603 + - uid: 33958 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -260.5,-77.5 + pos: -209.5,-92.5 parent: 1 - - uid: 16604 + - uid: 33959 components: - type: Transform - pos: -306.5,-37.5 + rot: 3.141592653589793 rad + pos: -209.5,-91.5 parent: 1 - - uid: 16605 + - uid: 33960 components: - type: Transform - pos: -305.5,-16.5 + rot: 3.141592653589793 rad + pos: -210.5,-93.5 parent: 1 - - uid: 16606 + - uid: 33961 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-50.5 + pos: -211.5,-91.5 parent: 1 - - uid: 16607 + - uid: 33962 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-56.5 + pos: -212.5,-93.5 parent: 1 - - uid: 16608 + - uid: 33963 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-62.5 + pos: -212.5,-92.5 parent: 1 - - uid: 16609 + - uid: 33964 components: - type: Transform rot: 3.141592653589793 rad - pos: -204.5,-78.5 + pos: -203.5,-92.5 parent: 1 - - uid: 16610 + - uid: 33965 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -276.5,-29.5 + pos: -208.5,-92.5 parent: 1 - - uid: 16611 + - uid: 33966 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-36.5 + pos: -293.5,-73.5 parent: 1 - - uid: 16612 + - uid: 33967 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-42.5 + pos: -210.5,-92.5 parent: 1 - - uid: 16613 + - uid: 33968 components: - type: Transform rot: 3.141592653589793 rad - pos: -291.5,-62.5 + pos: -210.5,-91.5 parent: 1 - - uid: 16614 + - uid: 33969 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-66.5 + pos: -211.5,-93.5 parent: 1 - - uid: 16615 + - uid: 33970 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-60.5 + pos: -211.5,-92.5 parent: 1 - - uid: 16616 + - uid: 33971 components: - type: Transform rot: 3.141592653589793 rad - pos: -274.5,-75.5 + pos: -204.5,-91.5 parent: 1 - - uid: 16617 + - uid: 33972 components: - type: Transform rot: 3.141592653589793 rad - pos: -299.5,-44.5 + pos: -212.5,-91.5 parent: 1 - - uid: 16618 + - uid: 33973 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-12.5 + pos: -213.5,-93.5 parent: 1 - - uid: 16619 + - uid: 33974 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-17.5 + pos: -213.5,-92.5 parent: 1 - - uid: 16620 + - uid: 33975 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-19.5 + pos: -213.5,-91.5 parent: 1 - - uid: 16621 + - uid: 33976 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-11.5 + pos: -214.5,-93.5 parent: 1 - - uid: 16622 + - uid: 33977 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-51.5 + pos: -215.5,-93.5 parent: 1 - - uid: 16623 + - uid: 33978 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-42.5 + pos: -215.5,-92.5 parent: 1 - - uid: 16624 + - uid: 33979 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-49.5 + pos: -215.5,-91.5 parent: 1 - - uid: 16625 + - uid: 33980 components: - type: Transform - pos: 200.5,161.5 + rot: 3.141592653589793 rad + pos: -216.5,-93.5 parent: 1 - - uid: 16626 + - uid: 33981 components: - type: Transform - pos: 206.5,77.5 + rot: 3.141592653589793 rad + pos: -217.5,-91.5 parent: 1 - - uid: 16627 + - uid: 33982 components: - type: Transform - pos: 219.5,177.5 + rot: 3.141592653589793 rad + pos: -218.5,-93.5 parent: 1 - - uid: 16628 + - uid: 33983 components: - type: Transform - anchored: False - pos: 219.5,175.5 + rot: 3.141592653589793 rad + pos: -218.5,-92.5 parent: 1 - - uid: 16629 + - uid: 33984 components: - type: Transform - pos: 219.5,179.5 + rot: 3.141592653589793 rad + pos: -218.5,-91.5 parent: 1 - - uid: 16630 + - uid: 33985 components: - type: Transform rot: 3.141592653589793 rad - pos: -309.5,-44.5 + pos: -216.5,-92.5 parent: 1 - - uid: 16631 + - uid: 33986 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-28.5 + pos: -216.5,-91.5 parent: 1 - - uid: 16632 + - uid: 33987 components: - type: Transform rot: 3.141592653589793 rad - pos: -302.5,-44.5 + pos: -217.5,-93.5 parent: 1 - - uid: 16633 + - uid: 33988 components: - type: Transform rot: 3.141592653589793 rad - pos: -311.5,-44.5 + pos: -217.5,-92.5 parent: 1 - - uid: 16634 + - uid: 33989 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-41.5 + pos: -214.5,-92.5 parent: 1 - - uid: 16635 + - uid: 33990 components: - type: Transform - pos: 182.5,223.5 + rot: 3.141592653589793 rad + pos: -214.5,-91.5 parent: 1 - - uid: 16636 + - uid: 33991 components: - type: Transform rot: 3.141592653589793 rad - pos: -273.5,-76.5 + pos: -259.5,-93.5 parent: 1 - - uid: 16637 + - uid: 33992 components: - type: Transform - pos: 201.5,77.5 + rot: 3.141592653589793 rad + pos: -284.5,-92.5 parent: 1 - - uid: 16638 + - uid: 33993 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-10.5 + pos: -292.5,-76.5 parent: 1 - - uid: 16639 + - uid: 33994 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-48.5 + pos: -261.5,-93.5 parent: 1 - - uid: 16640 + - uid: 33995 components: - type: Transform rot: 3.141592653589793 rad - pos: -300.5,-44.5 + pos: -260.5,-93.5 parent: 1 - - uid: 16641 + - uid: 33996 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-53.5 + pos: -266.5,-92.5 parent: 1 - - uid: 16642 + - uid: 33997 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-55.5 + pos: -262.5,-93.5 parent: 1 - - uid: 16643 + - uid: 33998 components: - type: Transform rot: 3.141592653589793 rad - pos: -313.5,-44.5 + pos: -292.5,-78.5 parent: 1 - - uid: 16644 + - uid: 33999 components: - type: Transform - pos: 207.5,63.5 + rot: 3.141592653589793 rad + pos: -292.5,-77.5 parent: 1 - - uid: 16645 + - uid: 34000 components: - type: Transform - pos: 207.5,79.5 + rot: 3.141592653589793 rad + pos: -261.5,-92.5 parent: 1 - - uid: 16646 + - uid: 34001 components: - type: Transform rot: 3.141592653589793 rad - pos: -205.5,-78.5 + pos: -292.5,-80.5 parent: 1 - - uid: 16647 + - uid: 34002 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-16.5 + pos: -260.5,-92.5 parent: 1 - - uid: 16648 + - uid: 34003 components: - type: Transform rot: 3.141592653589793 rad - pos: -205.5,-77.5 + pos: -285.5,-93.5 parent: 1 - - uid: 16649 + - uid: 34004 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-43.5 + pos: -267.5,-93.5 parent: 1 - - uid: 16650 + - uid: 34005 components: - type: Transform - pos: 219.5,183.5 + rot: 3.141592653589793 rad + pos: -259.5,-92.5 parent: 1 - - uid: 16651 + - uid: 34006 components: - type: Transform rot: 3.141592653589793 rad - pos: -301.5,-44.5 + pos: -292.5,-79.5 parent: 1 - - uid: 16652 + - uid: 34007 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-64.5 + pos: -292.5,-75.5 parent: 1 - - uid: 16653 + - uid: 34008 components: - type: Transform rot: 3.141592653589793 rad - pos: -303.5,-44.5 + pos: -292.5,-74.5 parent: 1 - - uid: 16654 + - uid: 34009 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-41.5 + pos: -293.5,-66.5 parent: 1 - - uid: 16655 + - uid: 34010 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-46.5 + pos: -292.5,-72.5 parent: 1 - - uid: 16656 + - uid: 34011 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-48.5 + pos: -292.5,-71.5 parent: 1 - - uid: 16657 + - uid: 34012 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-35.5 + pos: -292.5,-70.5 parent: 1 - - uid: 16658 + - uid: 34013 components: - type: Transform rot: 3.141592653589793 rad - pos: -290.5,-64.5 + pos: -292.5,-69.5 parent: 1 - - uid: 16659 + - uid: 34014 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-63.5 + pos: -292.5,-68.5 parent: 1 - - uid: 16660 + - uid: 34015 components: - type: Transform rot: 3.141592653589793 rad - pos: -290.5,-67.5 + pos: -292.5,-73.5 parent: 1 - - uid: 16661 + - uid: 34016 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-21.5 + pos: -293.5,-65.5 parent: 1 - - uid: 16662 + - uid: 34017 components: - type: Transform rot: 3.141592653589793 rad - pos: -305.5,-44.5 + pos: -293.5,-64.5 parent: 1 - - uid: 16663 + - uid: 34018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-91.5 + rot: 3.141592653589793 rad + pos: -293.5,-63.5 parent: 1 - - uid: 16664 + - uid: 34019 components: - type: Transform - pos: 219.5,176.5 + anchored: False + rot: 3.141592653589793 rad + pos: -292.5,-90.5 parent: 1 - - uid: 16665 + - uid: 34020 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-34.5 + pos: -292.5,-87.5 parent: 1 - - uid: 16666 + - uid: 34021 components: - type: Transform anchored: False rot: 3.141592653589793 rad - pos: -200.5,-44.5 + pos: -292.5,-91.5 parent: 1 - - uid: 16667 + - uid: 34022 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-9.5 + pos: -292.5,-86.5 parent: 1 - - uid: 16668 + - uid: 34023 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -201.5,-61.5 + pos: -267.5,-92.5 parent: 1 - - uid: 16669 + - uid: 34024 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -276.5,-28.5 + pos: -268.5,-93.5 parent: 1 - - uid: 16670 + - uid: 34025 components: - type: Transform - pos: 219.5,178.5 + rot: 3.141592653589793 rad + pos: -268.5,-92.5 parent: 1 - - uid: 16671 + - uid: 34026 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-27.5 + pos: -271.5,-93.5 parent: 1 - - uid: 16672 + - uid: 34027 components: - type: Transform - pos: 219.5,184.5 + rot: 3.141592653589793 rad + pos: -271.5,-92.5 parent: 1 - - uid: 16673 + - uid: 34028 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -239.5,-91.5 + pos: -269.5,-93.5 parent: 1 - - uid: 16674 + - uid: 34029 components: - type: Transform rot: 3.141592653589793 rad - pos: -313.5,-45.5 + pos: -292.5,-55.5 parent: 1 - - uid: 16675 + - uid: 34030 components: - type: Transform anchored: False rot: 3.141592653589793 rad - pos: -276.5,-23.5 + pos: -200.5,-73.5 parent: 1 - - uid: 16676 + - uid: 34031 components: - type: Transform - pos: 204.5,63.5 + rot: 3.141592653589793 rad + pos: -292.5,-54.5 parent: 1 - - uid: 16677 + - uid: 34032 components: - type: Transform - pos: 205.5,78.5 + rot: 3.141592653589793 rad + pos: -292.5,-62.5 parent: 1 - - uid: 16678 + - uid: 34033 components: - type: Transform - pos: 219.5,180.5 + rot: 3.141592653589793 rad + pos: -292.5,-60.5 parent: 1 - - uid: 16679 + - uid: 34034 components: - type: Transform anchored: False rot: 3.141592653589793 rad - pos: -268.5,-77.5 + pos: -200.5,-61.5 parent: 1 - - uid: 16680 + - uid: 34035 components: - type: Transform anchored: False rot: 3.141592653589793 rad - pos: -201.5,-49.5 + pos: -276.5,-31.5 parent: 1 - - uid: 16681 + - uid: 34036 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -276.5,-25.5 + pos: -296.5,-44.5 parent: 1 - - uid: 16682 + - uid: 34037 components: - type: Transform rot: 3.141592653589793 rad - pos: -200.5,-32.5 + pos: -295.5,-44.5 parent: 1 - - uid: 16683 + - uid: 34038 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-68.5 + pos: -203.5,-77.5 parent: 1 - - uid: 16684 + - uid: 34039 components: - type: Transform rot: 3.141592653589793 rad - pos: -304.5,-44.5 + pos: -292.5,-57.5 parent: 1 - - uid: 16685 + - uid: 34040 components: - type: Transform rot: 3.141592653589793 rad - pos: -204.5,-76.5 + pos: -292.5,-50.5 parent: 1 - - uid: 16686 + - uid: 34041 components: - type: Transform rot: 3.141592653589793 rad - pos: -313.5,-46.5 + pos: -292.5,-48.5 parent: 1 - - uid: 16687 + - uid: 34042 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-50.5 + pos: -292.5,-47.5 parent: 1 - - uid: 16688 + - uid: 34043 components: - type: Transform + anchored: False rot: 3.141592653589793 rad - pos: -202.5,-78.5 + pos: -200.5,-69.5 parent: 1 - - uid: 16689 + - uid: 34044 components: - type: Transform - pos: 219.5,182.5 + rot: 3.141592653589793 rad + pos: -292.5,-52.5 parent: 1 - - uid: 16690 + - uid: 34045 components: - type: Transform rot: 3.141592653589793 rad - pos: -220.5,-99.5 + pos: -294.5,-49.5 parent: 1 - - uid: 16691 + - uid: 34046 components: - type: Transform - pos: -305.5,-18.5 + rot: 3.141592653589793 rad + pos: -294.5,-48.5 parent: 1 - - uid: 16692 + - uid: 34047 components: - type: Transform rot: 3.141592653589793 rad - pos: -204.5,-75.5 + pos: -294.5,-50.5 parent: 1 - - uid: 16693 + - uid: 34048 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -200.5,-58.5 + pos: -292.5,-49.5 parent: 1 - - uid: 16694 + - uid: 34049 components: - type: Transform rot: 3.141592653589793 rad - pos: -290.5,-62.5 + pos: -200.5,-75.5 parent: 1 - - uid: 16695 + - uid: 34050 components: - type: Transform + anchored: False rot: 3.141592653589793 rad - pos: -205.5,-75.5 + pos: -276.5,-22.5 parent: 1 - - uid: 16696 + - uid: 34051 components: - type: Transform rot: 3.141592653589793 rad - pos: -205.5,-76.5 + pos: -294.5,-57.5 parent: 1 - - uid: 16697 + - uid: 34052 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -276.5,-20.5 + pos: -294.5,-56.5 parent: 1 - - uid: 16698 + - uid: 34053 components: - type: Transform - pos: -231.5,-101.5 + rot: 3.141592653589793 rad + pos: -294.5,-51.5 parent: 1 - - uid: 16699 + - uid: 34054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -263.5,-94.5 + rot: 3.141592653589793 rad + pos: -291.5,-92.5 parent: 1 - - uid: 16700 + - uid: 34055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-94.5 + rot: 3.141592653589793 rad + pos: -292.5,-92.5 parent: 1 - - uid: 16701 + - uid: 34056 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -247.5,-94.5 + rot: 3.141592653589793 rad + pos: -293.5,-93.5 parent: 1 - - uid: 16702 + - uid: 34057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -264.5,-94.5 + rot: 3.141592653589793 rad + pos: -293.5,-92.5 parent: 1 - - uid: 16703 + - uid: 34058 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -245.5,-94.5 + rot: 3.141592653589793 rad + pos: -294.5,-55.5 parent: 1 - - uid: 16704 + - uid: 34059 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-94.5 + rot: 3.141592653589793 rad + pos: -276.5,-93.5 parent: 1 - - uid: 16705 + - uid: 34060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-94.5 + rot: 3.141592653589793 rad + pos: -276.5,-92.5 parent: 1 - - uid: 16706 + - uid: 34061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -265.5,-94.5 + rot: 3.141592653589793 rad + pos: -278.5,-92.5 parent: 1 - - uid: 16707 + - uid: 34062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -251.5,-94.5 + rot: 3.141592653589793 rad + pos: -288.5,-92.5 parent: 1 - - uid: 16708 + - uid: 34063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -252.5,-94.5 + rot: 3.141592653589793 rad + pos: -292.5,-67.5 parent: 1 - - uid: 16709 + - uid: 34064 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -246.5,-94.5 + rot: 3.141592653589793 rad + pos: -292.5,-56.5 parent: 1 - - uid: 16710 + - uid: 34065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -253.5,-94.5 + anchored: False + rot: 3.141592653589793 rad + pos: -292.5,-89.5 parent: 1 - - uid: 16711 + - uid: 34066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -278.5,-94.5 + rot: 3.141592653589793 rad + pos: -292.5,-61.5 parent: 1 - - uid: 16712 + - uid: 34067 components: - type: Transform - pos: 205.5,223.5 + rot: 3.141592653589793 rad + pos: -285.5,-92.5 parent: 1 - - uid: 16713 + - uid: 34068 components: - type: Transform - pos: 197.5,200.5 + rot: 3.141592653589793 rad + pos: -286.5,-93.5 parent: 1 - - uid: 16715 + - uid: 34069 components: - type: Transform - pos: 190.5,200.5 + rot: 3.141592653589793 rad + pos: -293.5,-57.5 parent: 1 - - uid: 16716 + - uid: 34070 components: - type: Transform - pos: 182.5,223.5 + rot: 3.141592653589793 rad + pos: -293.5,-60.5 parent: 1 - - uid: 16717 + - uid: 34071 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -293.5,-91.5 + pos: -293.5,-56.5 parent: 1 - - uid: 16718 + - uid: 34072 components: - type: Transform - pos: 182.5,219.5 + rot: 3.141592653589793 rad + pos: -293.5,-55.5 parent: 1 - - uid: 16719 + - uid: 34073 components: - type: Transform - pos: 205.5,218.5 + rot: 3.141592653589793 rad + pos: -293.5,-52.5 parent: 1 - - uid: 16720 + - uid: 34074 components: - type: Transform - pos: 205.5,224.5 + rot: 3.141592653589793 rad + pos: -293.5,-50.5 parent: 1 - - uid: 16721 + - uid: 34075 components: - type: Transform - pos: 208.5,212.5 + rot: 3.141592653589793 rad + pos: -280.5,-92.5 parent: 1 - - uid: 16722 + - uid: 34076 components: - type: Transform - pos: 215.5,162.5 + rot: 3.141592653589793 rad + pos: -281.5,-93.5 parent: 1 - - uid: 16723 + - uid: 34077 components: - type: Transform - pos: 217.5,170.5 + rot: 3.141592653589793 rad + pos: -281.5,-92.5 parent: 1 - - uid: 16724 + - uid: 34078 components: - type: Transform - pos: 210.5,162.5 + rot: 3.141592653589793 rad + pos: -282.5,-93.5 parent: 1 - - uid: 16725 + - uid: 34079 components: - type: Transform - pos: 217.5,166.5 + rot: 3.141592653589793 rad + pos: -282.5,-92.5 parent: 1 - - uid: 16726 + - uid: 34080 components: - type: Transform - pos: 204.5,211.5 + rot: 3.141592653589793 rad + pos: -283.5,-93.5 parent: 1 - - uid: 16727 + - uid: 34081 components: - type: Transform - pos: 217.5,165.5 + rot: 3.141592653589793 rad + pos: -283.5,-92.5 parent: 1 - - uid: 16728 + - uid: 34082 components: - type: Transform - pos: 217.5,173.5 + rot: 3.141592653589793 rad + pos: -284.5,-93.5 parent: 1 - - uid: 16729 + - uid: 34083 components: - type: Transform - pos: 182.5,205.5 + rot: 3.141592653589793 rad + pos: -286.5,-92.5 parent: 1 - - uid: 16730 + - uid: 34084 components: - type: Transform - pos: 205.5,221.5 + rot: 3.141592653589793 rad + pos: -287.5,-93.5 parent: 1 - - uid: 16731 + - uid: 34085 components: - type: Transform - pos: 183.5,224.5 + rot: 3.141592653589793 rad + pos: -272.5,-92.5 parent: 1 - - uid: 16733 + - uid: 34086 components: - type: Transform - pos: 209.5,212.5 + rot: 3.141592653589793 rad + pos: -273.5,-93.5 parent: 1 - - uid: 16734 + - uid: 34087 components: - type: Transform - pos: 207.5,211.5 + rot: 3.141592653589793 rad + pos: -273.5,-92.5 parent: 1 - - uid: 16735 + - uid: 34088 components: - type: Transform - pos: 208.5,211.5 + rot: 3.141592653589793 rad + pos: -274.5,-93.5 parent: 1 - - uid: 16736 + - uid: 34089 components: - type: Transform - pos: 209.5,211.5 + rot: 3.141592653589793 rad + pos: -274.5,-92.5 parent: 1 - - uid: 16737 + - uid: 34090 components: - type: Transform - pos: 210.5,211.5 + rot: 3.141592653589793 rad + pos: -275.5,-93.5 parent: 1 - - uid: 16738 + - uid: 34091 components: - type: Transform - pos: 210.5,212.5 + rot: 3.141592653589793 rad + pos: -275.5,-92.5 parent: 1 - - uid: 16739 + - uid: 34092 components: - type: Transform - pos: 211.5,212.5 + rot: 3.141592653589793 rad + pos: -293.5,-47.5 parent: 1 - - uid: 16740 + - uid: 34093 components: - type: Transform - pos: 206.5,211.5 + rot: 3.141592653589793 rad + pos: -293.5,-46.5 parent: 1 - - uid: 16741 + - uid: 34094 components: - type: Transform - pos: 206.5,212.5 + rot: 3.141592653589793 rad + pos: -264.5,-92.5 parent: 1 - - uid: 16742 + - uid: 34095 components: - type: Transform - pos: 207.5,212.5 + rot: 3.141592653589793 rad + pos: -265.5,-93.5 parent: 1 - - uid: 16743 + - uid: 34096 components: - type: Transform - pos: 211.5,211.5 + rot: 3.141592653589793 rad + pos: -265.5,-92.5 parent: 1 - - uid: 16744 + - uid: 34097 components: - type: Transform - pos: 212.5,212.5 + rot: 3.141592653589793 rad + pos: -266.5,-93.5 parent: 1 - - uid: 16745 + - uid: 34098 components: - type: Transform - pos: 212.5,211.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-72.5 parent: 1 - - uid: 16746 + - uid: 34099 components: - type: Transform - pos: 217.5,169.5 + rot: 3.141592653589793 rad + pos: -293.5,-44.5 parent: 1 - - uid: 16747 + - uid: 34100 components: - type: Transform - pos: 217.5,167.5 + rot: 3.141592653589793 rad + pos: -292.5,-66.5 parent: 1 - - uid: 16748 + - uid: 34101 components: - type: Transform - pos: 217.5,164.5 + rot: 3.141592653589793 rad + pos: -289.5,-93.5 parent: 1 - - uid: 16749 + - uid: 34102 components: - type: Transform - pos: 217.5,162.5 + rot: 3.141592653589793 rad + pos: -279.5,-93.5 parent: 1 - - uid: 16750 + - uid: 34103 components: - type: Transform - pos: 217.5,172.5 + rot: 3.141592653589793 rad + pos: -287.5,-92.5 parent: 1 - - uid: 16751 + - uid: 34104 components: - type: Transform - pos: 217.5,163.5 + rot: 3.141592653589793 rad + pos: -279.5,-92.5 parent: 1 - - uid: 16752 + - uid: 34105 components: - type: Transform - pos: 217.5,171.5 + rot: 3.141592653589793 rad + pos: -292.5,-51.5 parent: 1 - - uid: 16753 + - uid: 34106 components: - type: Transform - pos: 216.5,162.5 + rot: 3.141592653589793 rad + pos: -292.5,-58.5 parent: 1 - - uid: 16754 + - uid: 34107 components: - type: Transform - pos: 212.5,162.5 + rot: 3.141592653589793 rad + pos: -292.5,-64.5 parent: 1 - - uid: 16755 + - uid: 34108 components: - type: Transform - pos: 211.5,162.5 + rot: 3.141592653589793 rad + pos: -292.5,-63.5 parent: 1 - - uid: 16756 + - uid: 34109 components: - type: Transform - pos: 203.5,162.5 + rot: 3.141592653589793 rad + pos: -293.5,-51.5 parent: 1 - - uid: 16757 + - uid: 34110 components: - type: Transform - pos: 218.5,172.5 + rot: 3.141592653589793 rad + pos: -292.5,-59.5 parent: 1 - - uid: 16758 + - uid: 34111 components: - type: Transform - pos: 213.5,162.5 + anchored: False + rot: 3.141592653589793 rad + pos: -292.5,-88.5 parent: 1 - - uid: 16759 + - uid: 34112 components: - type: Transform - pos: 205.5,162.5 + rot: 3.141592653589793 rad + pos: -293.5,-59.5 parent: 1 - - uid: 16760 + - uid: 34113 components: - type: Transform - pos: 204.5,162.5 + rot: 3.141592653589793 rad + pos: -292.5,-65.5 parent: 1 - - uid: 16761 + - uid: 34114 components: - type: Transform - pos: 207.5,162.5 + rot: 3.141592653589793 rad + pos: -280.5,-93.5 parent: 1 - - uid: 16762 + - uid: 34115 components: - type: Transform - pos: 214.5,162.5 + rot: 3.141592653589793 rad + pos: -288.5,-93.5 parent: 1 - - uid: 16763 + - uid: 34116 components: - type: Transform - pos: 206.5,162.5 + rot: 3.141592653589793 rad + pos: -289.5,-92.5 parent: 1 - - uid: 16764 + - uid: 34117 components: - type: Transform - pos: 208.5,162.5 + rot: 3.141592653589793 rad + pos: -290.5,-93.5 parent: 1 - - uid: 16765 + - uid: 34118 components: - type: Transform - pos: 209.5,162.5 + rot: 3.141592653589793 rad + pos: -290.5,-92.5 parent: 1 - - uid: 16766 + - uid: 34119 components: - type: Transform - pos: 202.5,162.5 + rot: 3.141592653589793 rad + pos: -291.5,-93.5 parent: 1 - - uid: 16767 + - uid: 34120 components: - type: Transform - pos: 181.5,201.5 + rot: 3.141592653589793 rad + pos: -293.5,-71.5 parent: 1 - - uid: 16768 + - uid: 34121 components: - type: Transform - pos: 205.5,219.5 + rot: 3.141592653589793 rad + pos: -293.5,-68.5 parent: 1 - - uid: 16769 + - uid: 34122 components: - type: Transform - pos: 205.5,211.5 + rot: 3.141592653589793 rad + pos: -293.5,-67.5 parent: 1 - - uid: 16770 + - uid: 34123 components: - type: Transform - pos: 182.5,217.5 + rot: 3.141592653589793 rad + pos: -293.5,-70.5 parent: 1 - - uid: 16771 + - uid: 34124 components: - type: Transform - pos: 205.5,214.5 + rot: 3.141592653589793 rad + pos: -293.5,-69.5 parent: 1 - - uid: 16772 + - uid: 34125 components: - type: Transform - pos: 182.5,218.5 + rot: 3.141592653589793 rad + pos: -292.5,-93.5 parent: 1 - - uid: 16774 + - uid: 34126 components: - type: Transform - pos: 182.5,201.5 + rot: 3.141592653589793 rad + pos: -277.5,-93.5 parent: 1 - - uid: 16775 + - uid: 34127 components: - type: Transform - pos: 205.5,213.5 + rot: 3.141592653589793 rad + pos: -277.5,-92.5 parent: 1 - - uid: 16776 + - uid: 34128 components: - type: Transform - pos: 205.5,222.5 + rot: 3.141592653589793 rad + pos: -278.5,-93.5 parent: 1 - - uid: 16777 + - uid: 34129 components: - type: Transform - pos: 207.5,62.5 + rot: 3.141592653589793 rad + pos: -293.5,-54.5 parent: 1 - - uid: 16778 + - uid: 34130 components: - type: Transform - pos: 182.5,206.5 + rot: 3.141592653589793 rad + pos: -292.5,-53.5 parent: 1 - - uid: 16779 + - uid: 34131 components: - type: Transform - pos: 205.5,216.5 + rot: 3.141592653589793 rad + pos: -294.5,-47.5 parent: 1 - - uid: 16780 + - uid: 34132 components: - type: Transform - pos: 206.5,64.5 + rot: 3.141592653589793 rad + pos: -294.5,-46.5 parent: 1 - - uid: 16781 + - uid: 34133 components: - type: Transform - pos: 183.5,225.5 + rot: 3.141592653589793 rad + pos: -293.5,-62.5 parent: 1 - - uid: 16782 + - uid: 34134 components: - type: Transform - pos: 205.5,220.5 + rot: 3.141592653589793 rad + pos: -293.5,-53.5 parent: 1 - - uid: 16783 + - uid: 34135 components: - type: Transform - pos: 182.5,209.5 + rot: 3.141592653589793 rad + pos: -292.5,-44.5 parent: 1 - - uid: 16785 + - uid: 34136 components: - type: Transform - pos: 182.5,203.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-70.5 parent: 1 - - uid: 16786 + - uid: 34137 components: - type: Transform - pos: 205.5,217.5 + anchored: False + rot: 3.141592653589793 rad + pos: -240.5,-91.5 parent: 1 - - uid: 16787 + - uid: 34138 components: - type: Transform - pos: 205.5,215.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-65.5 parent: 1 - - uid: 16789 + - uid: 34139 components: - type: Transform - pos: 218.5,173.5 + rot: 3.141592653589793 rad + pos: -201.5,-79.5 parent: 1 - - uid: 16790 + - uid: 34140 components: - type: Transform - pos: 217.5,168.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-66.5 parent: 1 - - uid: 16791 + - uid: 34141 components: - type: Transform - pos: 219.5,191.5 + rot: 3.141592653589793 rad + pos: -294.5,-44.5 parent: 1 - - uid: 16792 + - uid: 34142 components: - type: Transform - pos: 219.5,193.5 + rot: 3.141592653589793 rad + pos: -201.5,-78.5 parent: 1 - - uid: 16793 + - uid: 34143 components: - type: Transform - pos: 219.5,192.5 + rot: 3.141592653589793 rad + pos: -201.5,-77.5 parent: 1 - - uid: 16794 + - uid: 34144 components: - type: Transform - pos: 219.5,194.5 + rot: 3.141592653589793 rad + pos: -202.5,-77.5 parent: 1 - - uid: 16795 + - uid: 34145 components: - type: Transform - pos: 219.5,195.5 + rot: 3.141592653589793 rad + pos: -291.5,-63.5 parent: 1 - - uid: 16796 + - uid: 34146 components: - type: Transform - pos: 219.5,196.5 + rot: 3.141592653589793 rad + pos: -297.5,-44.5 parent: 1 - - uid: 16797 + - uid: 34147 components: - type: Transform - pos: 219.5,197.5 + rot: 3.141592653589793 rad + pos: -307.5,-46.5 parent: 1 - - uid: 16798 + - uid: 34148 components: - type: Transform - pos: 219.5,198.5 + rot: 3.141592653589793 rad + pos: -298.5,-44.5 parent: 1 - - uid: 16799 + - uid: 34149 components: - type: Transform - pos: 219.5,200.5 + rot: 3.141592653589793 rad + pos: -302.5,-46.5 parent: 1 - - uid: 16800 + - uid: 34150 components: - type: Transform - pos: 219.5,199.5 + rot: 3.141592653589793 rad + pos: -297.5,-45.5 parent: 1 - - uid: 16801 + - uid: 34151 components: - type: Transform - pos: 219.5,202.5 + rot: 3.141592653589793 rad + pos: -308.5,-45.5 parent: 1 - - uid: 16802 + - uid: 34152 components: - type: Transform - pos: 219.5,201.5 + rot: 3.141592653589793 rad + pos: -295.5,-46.5 parent: 1 - - uid: 16803 + - uid: 34153 components: - type: Transform - pos: 219.5,204.5 + rot: 3.141592653589793 rad + pos: -269.5,-92.5 parent: 1 - - uid: 16804 + - uid: 34154 components: - type: Transform - pos: 219.5,203.5 + rot: 3.141592653589793 rad + pos: -306.5,-46.5 parent: 1 - - uid: 16805 + - uid: 34155 components: - type: Transform - pos: 219.5,206.5 + rot: 3.141592653589793 rad + pos: -296.5,-46.5 parent: 1 - - uid: 16806 + - uid: 34156 components: - type: Transform - pos: 219.5,205.5 + rot: 3.141592653589793 rad + pos: -299.5,-45.5 parent: 1 - - uid: 16807 + - uid: 34157 components: - type: Transform - anchored: False - pos: 220.5,172.5 + rot: 3.141592653589793 rad + pos: -296.5,-45.5 parent: 1 - - uid: 16808 + - uid: 34158 components: - type: Transform - pos: 219.5,207.5 + rot: 3.141592653589793 rad + pos: -298.5,-45.5 parent: 1 - - uid: 16809 + - uid: 34159 components: - type: Transform - anchored: False - pos: 220.5,173.5 + rot: 3.141592653589793 rad + pos: -310.5,-45.5 parent: 1 - - uid: 16810 + - uid: 34160 components: - type: Transform - pos: 219.5,208.5 + rot: 3.141592653589793 rad + pos: -300.5,-45.5 parent: 1 - - uid: 16811 + - uid: 34161 components: - type: Transform - pos: 219.5,209.5 + rot: 3.141592653589793 rad + pos: -305.5,-46.5 parent: 1 - - uid: 16812 + - uid: 34162 components: - type: Transform - anchored: False - pos: 220.5,174.5 + rot: 3.141592653589793 rad + pos: -304.5,-46.5 parent: 1 - - uid: 16813 + - uid: 34163 components: - type: Transform - pos: 219.5,211.5 + rot: 3.141592653589793 rad + pos: -306.5,-45.5 parent: 1 - - uid: 16814 + - uid: 34164 components: - type: Transform - pos: 219.5,210.5 + rot: 3.141592653589793 rad + pos: -300.5,-46.5 parent: 1 - - uid: 16815 + - uid: 34165 components: - type: Transform - pos: 220.5,182.5 + rot: 3.141592653589793 rad + pos: -305.5,-45.5 parent: 1 - - uid: 16816 + - uid: 34166 components: - type: Transform - pos: 219.5,212.5 + rot: 3.141592653589793 rad + pos: -311.5,-46.5 parent: 1 - - uid: 16817 + - uid: 34167 components: - type: Transform - pos: 220.5,176.5 + rot: 3.141592653589793 rad + pos: -311.5,-45.5 parent: 1 - - uid: 16818 + - uid: 34168 components: - type: Transform - anchored: False - pos: 220.5,175.5 + rot: 3.141592653589793 rad + pos: -312.5,-45.5 parent: 1 - - uid: 16819 + - uid: 34169 components: - type: Transform - pos: 220.5,178.5 + rot: 3.141592653589793 rad + pos: -297.5,-46.5 parent: 1 - - uid: 16820 + - uid: 34170 components: - type: Transform - pos: 220.5,177.5 + rot: 3.141592653589793 rad + pos: -310.5,-46.5 parent: 1 - - uid: 16821 + - uid: 34171 components: - type: Transform - pos: 220.5,180.5 + rot: 3.141592653589793 rad + pos: -298.5,-46.5 parent: 1 - - uid: 16822 + - uid: 34172 components: - type: Transform - pos: 220.5,179.5 + rot: 3.141592653589793 rad + pos: -301.5,-45.5 parent: 1 - - uid: 16823 + - uid: 34173 components: - type: Transform - pos: 220.5,183.5 + rot: 3.141592653589793 rad + pos: -299.5,-46.5 parent: 1 - - uid: 16824 + - uid: 34174 components: - type: Transform - pos: 220.5,181.5 + rot: 3.141592653589793 rad + pos: -301.5,-46.5 parent: 1 - - uid: 16825 + - uid: 34175 components: - type: Transform - pos: 220.5,184.5 + rot: 3.141592653589793 rad + pos: -302.5,-45.5 parent: 1 - - uid: 16826 + - uid: 34176 components: - type: Transform - pos: 220.5,187.5 + rot: 3.141592653589793 rad + pos: -303.5,-46.5 parent: 1 - - uid: 16827 + - uid: 34177 components: - type: Transform - pos: 220.5,186.5 + rot: 3.141592653589793 rad + pos: -307.5,-45.5 parent: 1 - - uid: 16828 + - uid: 34178 components: - type: Transform - pos: 220.5,185.5 + rot: 3.141592653589793 rad + pos: -303.5,-45.5 parent: 1 - - uid: 16829 + - uid: 34179 components: - type: Transform - pos: 213.5,212.5 + rot: 3.141592653589793 rad + pos: -304.5,-45.5 parent: 1 - - uid: 16830 + - uid: 34180 components: - type: Transform - pos: 182.5,224.5 + rot: 3.141592653589793 rad + pos: -294.5,-54.5 parent: 1 - - uid: 16831 + - uid: 34181 components: - type: Transform - pos: 182.5,204.5 + rot: 3.141592653589793 rad + pos: -294.5,-53.5 parent: 1 - - uid: 16832 + - uid: 34182 components: - type: Transform - pos: 182.5,202.5 + rot: 3.141592653589793 rad + pos: -242.5,-77.5 parent: 1 - - uid: 16833 + - uid: 34183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -277.5,-94.5 + rot: 3.141592653589793 rad + pos: -291.5,-53.5 parent: 1 - - uid: 16834 + - uid: 34184 components: - type: Transform - pos: 181.5,224.5 + rot: 3.141592653589793 rad + pos: -290.5,-54.5 parent: 1 - - uid: 16835 + - uid: 34185 components: - type: Transform - anchored: False - pos: 219.5,172.5 + rot: 3.141592653589793 rad + pos: -290.5,-61.5 parent: 1 - - uid: 16836 + - uid: 34186 components: - type: Transform - pos: 218.5,166.5 + rot: 3.141592653589793 rad + pos: -290.5,-52.5 parent: 1 - - uid: 16837 + - uid: 34187 components: - type: Transform - pos: 218.5,169.5 + rot: 3.141592653589793 rad + pos: -290.5,-49.5 parent: 1 - - uid: 16838 + - uid: 34188 components: - type: Transform - pos: 218.5,165.5 + rot: 3.141592653589793 rad + pos: -291.5,-57.5 parent: 1 - - uid: 16839 + - uid: 34189 components: - type: Transform - pos: 200.5,162.5 + rot: 3.141592653589793 rad + pos: -291.5,-56.5 parent: 1 - - uid: 16840 + - uid: 34190 components: - type: Transform - pos: 206.5,63.5 + rot: 3.141592653589793 rad + pos: -290.5,-57.5 parent: 1 - - uid: 16841 + - uid: 34191 components: - type: Transform - anchored: False - pos: 219.5,173.5 + rot: 3.141592653589793 rad + pos: -290.5,-59.5 parent: 1 - - uid: 16842 + - uid: 34192 components: - type: Transform - pos: 203.5,161.5 + rot: 3.141592653589793 rad + pos: -290.5,-56.5 parent: 1 - - uid: 16843 + - uid: 34193 components: - type: Transform - pos: 182.5,222.5 + rot: 3.141592653589793 rad + pos: -290.5,-60.5 parent: 1 - - uid: 16844 + - uid: 34194 components: - type: Transform - pos: 218.5,171.5 + rot: 3.141592653589793 rad + pos: -291.5,-55.5 parent: 1 - - uid: 16845 + - uid: 34195 components: - type: Transform - pos: 213.5,161.5 + rot: 3.141592653589793 rad + pos: -290.5,-48.5 parent: 1 - - uid: 16846 + - uid: 34196 components: - type: Transform - pos: 182.5,216.5 + rot: 3.141592653589793 rad + pos: -290.5,-58.5 parent: 1 - - uid: 16847 + - uid: 34197 components: - type: Transform - pos: 212.5,161.5 + rot: 3.141592653589793 rad + pos: -290.5,-55.5 parent: 1 - - uid: 16848 + - uid: 34198 components: - type: Transform - pos: 216.5,161.5 + rot: 3.141592653589793 rad + pos: -291.5,-52.5 parent: 1 - - uid: 16849 + - uid: 34199 components: - type: Transform - anchored: False - pos: 219.5,174.5 + rot: 3.141592653589793 rad + pos: -290.5,-53.5 parent: 1 - - uid: 16850 + - uid: 34200 components: - type: Transform - pos: 211.5,161.5 + rot: 3.141592653589793 rad + pos: -291.5,-54.5 parent: 1 - - uid: 16851 + - uid: 34201 components: - type: Transform - pos: 205.5,161.5 + rot: 3.141592653589793 rad + pos: -312.5,-42.5 parent: 1 - - uid: 16852 + - uid: 34202 components: - type: Transform - pos: 209.5,161.5 + rot: 3.141592653589793 rad + pos: -308.5,-43.5 parent: 1 - - uid: 16853 + - uid: 34203 components: - type: Transform - pos: 214.5,161.5 + rot: 3.141592653589793 rad + pos: -311.5,-41.5 parent: 1 - - uid: 16854 + - uid: 34204 components: - type: Transform - pos: 218.5,170.5 + rot: 3.141592653589793 rad + pos: -207.5,-93.5 parent: 1 - - uid: 16855 + - uid: 34205 components: - type: Transform - pos: 205.5,62.5 + rot: 3.141592653589793 rad + pos: -308.5,-46.5 parent: 1 - - uid: 16856 + - uid: 34206 components: - type: Transform - pos: 218.5,168.5 + rot: 3.141592653589793 rad + pos: -309.5,-46.5 parent: 1 - - uid: 16857 + - uid: 34207 components: - type: Transform - pos: 201.5,162.5 + rot: 3.141592653589793 rad + pos: -309.5,-45.5 parent: 1 - - uid: 16858 + - uid: 34208 components: - type: Transform - pos: 218.5,162.5 + rot: 3.141592653589793 rad + pos: -293.5,-49.5 parent: 1 - - uid: 16859 + - uid: 34209 components: - type: Transform - pos: 218.5,167.5 + rot: -1.5707963267948966 rad + pos: -294.5,-86.5 parent: 1 - - uid: 16860 + - uid: 34210 components: - type: Transform - pos: 215.5,161.5 + rot: 3.141592653589793 rad + pos: -291.5,-60.5 parent: 1 - - uid: 16861 + - uid: 34211 components: - type: Transform - pos: 201.5,161.5 + rot: 3.141592653589793 rad + pos: -208.5,-77.5 parent: 1 - - uid: 16862 + - uid: 34212 components: - type: Transform - pos: 200.5,76.5 + rot: -1.5707963267948966 rad + pos: -255.5,-94.5 parent: 1 - - uid: 16863 + - uid: 34213 components: - type: Transform - pos: 219.5,190.5 + rot: -1.5707963267948966 rad + pos: -266.5,-94.5 parent: 1 - - uid: 16864 + - uid: 34214 components: - type: Transform - pos: 204.5,161.5 + rot: -1.5707963267948966 rad + pos: -294.5,-92.5 parent: 1 - - uid: 16865 + - uid: 34215 components: - type: Transform - pos: 210.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -248.5,-77.5 parent: 1 - - uid: 16866 + - uid: 34216 components: - type: Transform - pos: 206.5,161.5 + rot: 3.141592653589793 rad + pos: -291.5,-58.5 parent: 1 - - uid: 16867 + - uid: 34217 components: - type: Transform - pos: 206.5,62.5 + anchored: False + rot: 3.141592653589793 rad + pos: -264.5,-77.5 parent: 1 - - uid: 16868 + - uid: 34218 components: - type: Transform - pos: 217.5,161.5 + rot: 3.141592653589793 rad + pos: -221.5,-77.5 parent: 1 - - uid: 16869 + - uid: 34219 components: - type: Transform - pos: 219.5,186.5 + rot: 3.141592653589793 rad + pos: -220.5,-77.5 parent: 1 - - uid: 16870 + - uid: 34220 components: - type: Transform - pos: 220.5,189.5 + rot: 3.141592653589793 rad + pos: -295.5,-43.5 parent: 1 - - uid: 16871 + - uid: 34221 components: - type: Transform - pos: 218.5,163.5 + rot: 3.141592653589793 rad + pos: -295.5,-42.5 parent: 1 - - uid: 16872 + - uid: 34222 components: - type: Transform - pos: 207.5,64.5 + rot: 3.141592653589793 rad + pos: -201.5,-36.5 parent: 1 - - uid: 16873 + - uid: 34223 components: - type: Transform - pos: 218.5,161.5 + rot: 3.141592653589793 rad + pos: -291.5,-59.5 parent: 1 - - uid: 16874 + - uid: 34224 components: - type: Transform - pos: 207.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -253.5,-77.5 parent: 1 - - uid: 16875 + - uid: 34225 components: - type: Transform - pos: 218.5,164.5 + rot: 3.141592653589793 rad + pos: -201.5,-33.5 parent: 1 - - uid: 16876 + - uid: 34226 components: - type: Transform - pos: 202.5,161.5 + rot: 3.141592653589793 rad + pos: -244.5,-77.5 parent: 1 - - uid: 16877 + - uid: 34227 components: - type: Transform - pos: 208.5,161.5 + rot: 3.141592653589793 rad + pos: -243.5,-77.5 parent: 1 - - uid: 16878 + - uid: 34228 components: - type: Transform - pos: 220.5,188.5 + rot: 3.141592653589793 rad + pos: -309.5,-42.5 parent: 1 - - uid: 16879 + - uid: 34229 components: - type: Transform - pos: 219.5,187.5 + rot: 3.141592653589793 rad + pos: -308.5,-41.5 parent: 1 - - uid: 16880 + - uid: 34230 components: - type: Transform - pos: 207.5,78.5 + rot: 3.141592653589793 rad + pos: -309.5,-41.5 parent: 1 - - uid: 16881 + - uid: 34231 components: - type: Transform - pos: 204.5,212.5 + rot: 3.141592653589793 rad + pos: -291.5,-49.5 parent: 1 - - uid: 16882 + - uid: 34232 components: - type: Transform - pos: 181.5,202.5 + rot: 3.141592653589793 rad + pos: -290.5,-51.5 parent: 1 - - uid: 16883 + - uid: 34233 components: - type: Transform - pos: 219.5,185.5 + rot: 3.141592653589793 rad + pos: -291.5,-51.5 parent: 1 - - uid: 16884 + - uid: 34234 components: - type: Transform - pos: 219.5,189.5 + rot: 3.141592653589793 rad + pos: -290.5,-50.5 parent: 1 - - uid: 16885 + - uid: 34235 components: - type: Transform - pos: 202.5,20.5 + rot: 3.141592653589793 rad + pos: -291.5,-48.5 parent: 1 - - uid: 16886 + - uid: 34236 components: - type: Transform - pos: 205.5,63.5 + rot: 3.141592653589793 rad + pos: -291.5,-50.5 parent: 1 - - uid: 16887 + - uid: 34237 components: - type: Transform - pos: 182.5,225.5 + rot: 3.141592653589793 rad + pos: -219.5,-77.5 parent: 1 - - uid: 16888 + - uid: 34238 components: - type: Transform - pos: 219.5,188.5 + rot: 3.141592653589793 rad + pos: -287.5,-91.5 parent: 1 - - uid: 16889 + - uid: 34239 components: - type: Transform - pos: 220.5,190.5 + rot: 3.141592653589793 rad + pos: -291.5,-80.5 parent: 1 - - uid: 16890 + - uid: 34240 components: - type: Transform - pos: 220.5,191.5 + rot: 3.141592653589793 rad + pos: -260.5,-91.5 parent: 1 - - uid: 16891 + - uid: 34241 components: - type: Transform - pos: 220.5,192.5 + rot: 3.141592653589793 rad + pos: -218.5,-77.5 parent: 1 - - uid: 16892 + - uid: 34242 components: - type: Transform - pos: 220.5,193.5 + rot: 3.141592653589793 rad + pos: -294.5,-43.5 parent: 1 - - uid: 16893 + - uid: 34243 components: - type: Transform - pos: 220.5,194.5 + rot: 3.141592653589793 rad + pos: -291.5,-67.5 parent: 1 - - uid: 16894 + - uid: 34244 components: - type: Transform - pos: 220.5,195.5 + rot: 3.141592653589793 rad + pos: -291.5,-66.5 parent: 1 - - uid: 16895 + - uid: 34245 components: - type: Transform - pos: 220.5,196.5 + rot: 3.141592653589793 rad + pos: -283.5,-91.5 parent: 1 - - uid: 16896 + - uid: 34246 components: - type: Transform - pos: 220.5,197.5 + rot: 3.141592653589793 rad + pos: -290.5,-91.5 parent: 1 - - uid: 16897 + - uid: 34247 components: - type: Transform - pos: 220.5,198.5 + rot: 3.141592653589793 rad + pos: -261.5,-91.5 parent: 1 - - uid: 16898 + - uid: 34248 components: - type: Transform - pos: 220.5,199.5 + rot: 3.141592653589793 rad + pos: -291.5,-72.5 parent: 1 - - uid: 16899 + - uid: 34249 components: - type: Transform - pos: 220.5,200.5 + rot: 3.141592653589793 rad + pos: -288.5,-91.5 parent: 1 - - uid: 16900 + - uid: 34250 components: - type: Transform - pos: 220.5,201.5 + rot: 3.141592653589793 rad + pos: -291.5,-79.5 parent: 1 - - uid: 16901 + - uid: 34251 components: - type: Transform - pos: 220.5,202.5 + rot: 3.141592653589793 rad + pos: -290.5,-71.5 parent: 1 - - uid: 16902 + - uid: 34252 components: - type: Transform - pos: 220.5,203.5 + rot: 3.141592653589793 rad + pos: -291.5,-74.5 parent: 1 - - uid: 16903 + - uid: 34253 components: - type: Transform - pos: 220.5,204.5 + rot: 3.141592653589793 rad + pos: -291.5,-78.5 parent: 1 - - uid: 16904 + - uid: 34254 components: - type: Transform - pos: 220.5,205.5 + rot: 3.141592653589793 rad + pos: -291.5,-70.5 parent: 1 - - uid: 16905 + - uid: 34255 components: - type: Transform - pos: 220.5,206.5 + rot: 3.141592653589793 rad + pos: -291.5,-69.5 parent: 1 - - uid: 16906 + - uid: 34256 components: - type: Transform - pos: 220.5,207.5 + rot: 3.141592653589793 rad + pos: -256.5,-91.5 parent: 1 - - uid: 16907 + - uid: 34257 components: - type: Transform - pos: 220.5,208.5 + rot: 3.141592653589793 rad + pos: -291.5,-73.5 parent: 1 - - uid: 16908 + - uid: 34258 components: - type: Transform - pos: 220.5,209.5 + rot: 3.141592653589793 rad + pos: -289.5,-91.5 parent: 1 - - uid: 16909 + - uid: 34259 components: - type: Transform - pos: 220.5,210.5 + rot: 3.141592653589793 rad + pos: -284.5,-91.5 parent: 1 - - uid: 16910 + - uid: 34260 components: - type: Transform - pos: 220.5,211.5 + rot: 3.141592653589793 rad + pos: -217.5,-77.5 parent: 1 - - uid: 16911 + - uid: 34261 components: - type: Transform - pos: 220.5,212.5 + rot: 3.141592653589793 rad + pos: -216.5,-77.5 parent: 1 - - uid: 16912 + - uid: 34262 components: - type: Transform - pos: 213.5,211.5 + rot: 3.141592653589793 rad + pos: -291.5,-91.5 parent: 1 - - uid: 16913 + - uid: 34263 components: - type: Transform - pos: 214.5,211.5 + rot: 3.141592653589793 rad + pos: -285.5,-91.5 parent: 1 - - uid: 16914 + - uid: 34264 components: - type: Transform - pos: 214.5,212.5 + rot: 3.141592653589793 rad + pos: -286.5,-91.5 parent: 1 - - uid: 16915 + - uid: 34265 components: - type: Transform - pos: 215.5,212.5 + rot: 3.141592653589793 rad + pos: -273.5,-91.5 parent: 1 - - uid: 16916 + - uid: 34266 components: - type: Transform - pos: 215.5,211.5 + rot: 3.141592653589793 rad + pos: -264.5,-91.5 parent: 1 - - uid: 16917 + - uid: 34267 components: - type: Transform - pos: 216.5,212.5 + rot: 3.141592653589793 rad + pos: -269.5,-91.5 parent: 1 - - uid: 16918 + - uid: 34268 components: - type: Transform - pos: 216.5,211.5 + rot: 3.141592653589793 rad + pos: -291.5,-77.5 parent: 1 - - uid: 16919 + - uid: 34269 components: - type: Transform - pos: 217.5,212.5 + rot: 3.141592653589793 rad + pos: -245.5,-77.5 parent: 1 - - uid: 16920 + - uid: 34270 components: - type: Transform - pos: 217.5,211.5 + rot: 3.141592653589793 rad + pos: -290.5,-77.5 parent: 1 - - uid: 16921 + - uid: 34271 components: - type: Transform - pos: 218.5,212.5 + rot: 3.141592653589793 rad + pos: -252.5,-91.5 parent: 1 - - uid: 16922 + - uid: 34272 components: - type: Transform - pos: 218.5,211.5 + rot: 3.141592653589793 rad + pos: -267.5,-91.5 parent: 1 - - uid: 16923 + - uid: 34273 components: - type: Transform - pos: 181.5,225.5 + rot: 3.141592653589793 rad + pos: -291.5,-76.5 parent: 1 - - uid: 16924 + - uid: 34274 components: - type: Transform - pos: 205.5,76.5 + rot: 3.141592653589793 rad + pos: -291.5,-75.5 parent: 1 - - uid: 16925 + - uid: 34275 components: - type: Transform - pos: 182.5,213.5 + rot: 3.141592653589793 rad + pos: -291.5,-71.5 parent: 1 - - uid: 16926 + - uid: 34276 components: - type: Transform - pos: 203.5,62.5 + rot: 3.141592653589793 rad + pos: -294.5,-42.5 parent: 1 - - uid: 16927 + - uid: 34277 components: - type: Transform - pos: 206.5,78.5 + rot: 3.141592653589793 rad + pos: -211.5,-77.5 parent: 1 - - uid: 16928 + - uid: 34278 components: - type: Transform - pos: 182.5,215.5 + rot: 3.141592653589793 rad + pos: -210.5,-77.5 parent: 1 - - uid: 16929 + - uid: 34279 components: - type: Transform - pos: 182.5,214.5 + rot: 3.141592653589793 rad + pos: -215.5,-77.5 parent: 1 - - uid: 16930 + - uid: 34280 components: - type: Transform - pos: 182.5,221.5 + rot: 3.141592653589793 rad + pos: -213.5,-77.5 parent: 1 - - uid: 16931 + - uid: 34281 components: - type: Transform - pos: 182.5,220.5 + rot: 3.141592653589793 rad + pos: -255.5,-91.5 parent: 1 - - uid: 16932 + - uid: 34282 components: - type: Transform - pos: 202.5,76.5 + rot: 3.141592653589793 rad + pos: -290.5,-80.5 parent: 1 - - uid: 16933 + - uid: 34283 components: - type: Transform - pos: 208.5,63.5 + rot: 3.141592653589793 rad + pos: -291.5,-65.5 parent: 1 - - uid: 16934 + - uid: 34284 components: - type: Transform - pos: 200.5,77.5 + rot: 3.141592653589793 rad + pos: -290.5,-75.5 parent: 1 - - uid: 16935 + - uid: 34285 components: - type: Transform - pos: 203.5,61.5 + rot: 3.141592653589793 rad + pos: -291.5,-64.5 parent: 1 - - uid: 16936 + - uid: 34286 components: - type: Transform - pos: 201.5,75.5 + rot: 3.141592653589793 rad + pos: -290.5,-78.5 parent: 1 - - uid: 16937 + - uid: 34287 components: - type: Transform - pos: 204.5,77.5 + rot: 3.141592653589793 rad + pos: -290.5,-79.5 parent: 1 - - uid: 16938 + - uid: 34288 components: - type: Transform - pos: 204.5,61.5 + rot: 3.141592653589793 rad + pos: -291.5,-68.5 parent: 1 - - uid: 16939 + - uid: 34289 components: - type: Transform - pos: 181.5,203.5 + rot: 3.141592653589793 rad + pos: -250.5,-91.5 parent: 1 - - uid: 16940 + - uid: 34290 components: - type: Transform - pos: 181.5,204.5 + anchored: False + rot: 3.141592653589793 rad + pos: -244.5,-91.5 parent: 1 - - uid: 16941 + - uid: 34291 components: - type: Transform - pos: 181.5,205.5 + rot: 3.141592653589793 rad + pos: -276.5,-41.5 parent: 1 - - uid: 16942 + - uid: 34292 components: - type: Transform - pos: 181.5,206.5 + rot: 3.141592653589793 rad + pos: -290.5,-76.5 parent: 1 - - uid: 16943 + - uid: 34293 components: - type: Transform - pos: 181.5,207.5 + rot: 3.141592653589793 rad + pos: -281.5,-91.5 parent: 1 - - uid: 16944 + - uid: 34294 components: - type: Transform - pos: 181.5,208.5 + rot: 3.141592653589793 rad + pos: -280.5,-91.5 parent: 1 - - uid: 16945 + - uid: 34295 components: - type: Transform - pos: 181.5,209.5 + rot: 3.141592653589793 rad + pos: -282.5,-91.5 parent: 1 - - uid: 16946 + - uid: 34296 components: - type: Transform - pos: 181.5,210.5 + rot: 3.141592653589793 rad + pos: -291.5,-47.5 parent: 1 - - uid: 16947 + - uid: 34297 components: - type: Transform - pos: 181.5,211.5 + rot: 3.141592653589793 rad + pos: -257.5,-91.5 parent: 1 - - uid: 16948 + - uid: 34298 components: - type: Transform - pos: 181.5,212.5 + rot: 3.141592653589793 rad + pos: -290.5,-69.5 parent: 1 - - uid: 16949 + - uid: 34299 components: - type: Transform - pos: 181.5,213.5 + rot: 3.141592653589793 rad + pos: -214.5,-77.5 parent: 1 - - uid: 16950 + - uid: 34300 components: - type: Transform - pos: 181.5,214.5 + rot: 3.141592653589793 rad + pos: -312.5,-41.5 parent: 1 - - uid: 16951 + - uid: 34301 components: - type: Transform - pos: 181.5,215.5 + anchored: False + rot: 3.141592653589793 rad + pos: -247.5,-91.5 parent: 1 - - uid: 16952 + - uid: 34302 components: - type: Transform - pos: 181.5,216.5 + rot: 3.141592653589793 rad + pos: -290.5,-68.5 parent: 1 - - uid: 16953 + - uid: 34303 components: - type: Transform - pos: 181.5,217.5 + rot: 3.141592653589793 rad + pos: -268.5,-91.5 parent: 1 - - uid: 16954 + - uid: 34304 components: - type: Transform - pos: 181.5,218.5 + rot: 3.141592653589793 rad + pos: -276.5,-91.5 parent: 1 - - uid: 16955 + - uid: 34305 components: - type: Transform - pos: 181.5,219.5 + rot: 3.141592653589793 rad + pos: -248.5,-91.5 parent: 1 - - uid: 16956 + - uid: 34306 components: - type: Transform - pos: 181.5,220.5 + rot: 3.141592653589793 rad + pos: -265.5,-91.5 parent: 1 - - uid: 16957 + - uid: 34307 components: - type: Transform - pos: 181.5,221.5 + rot: 3.141592653589793 rad + pos: -209.5,-77.5 parent: 1 - - uid: 16958 + - uid: 34308 components: - type: Transform - pos: 181.5,222.5 + rot: 3.141592653589793 rad + pos: -254.5,-91.5 parent: 1 - - uid: 16959 + - uid: 34309 components: - type: Transform - pos: 181.5,223.5 + rot: 3.141592653589793 rad + pos: -271.5,-91.5 parent: 1 - - uid: 16960 + - uid: 34310 components: - type: Transform - pos: 202.5,75.5 + rot: 3.141592653589793 rad + pos: -274.5,-91.5 parent: 1 - - uid: 16961 + - uid: 34311 components: - type: Transform - pos: 202.5,21.5 + rot: 3.141592653589793 rad + pos: -249.5,-91.5 parent: 1 - - uid: 16962 + - uid: 34312 components: - type: Transform - pos: 201.5,76.5 + rot: 3.141592653589793 rad + pos: -278.5,-91.5 parent: 1 - - uid: 16969 + - uid: 34313 components: - type: Transform - pos: 189.5,225.5 + rot: 3.141592653589793 rad + pos: -290.5,-72.5 parent: 1 - - uid: 16971 + - uid: 34314 components: - type: Transform - pos: 190.5,225.5 + rot: 3.141592653589793 rad + pos: -236.5,-77.5 parent: 1 - - uid: 16973 + - uid: 34315 components: - type: Transform - pos: 191.5,225.5 + rot: 3.141592653589793 rad + pos: -234.5,-77.5 parent: 1 - - uid: 16975 + - uid: 34316 components: - type: Transform - pos: 192.5,225.5 + rot: 3.141592653589793 rad + pos: -233.5,-77.5 parent: 1 - - uid: 16977 + - uid: 34317 components: - type: Transform - pos: 193.5,225.5 + rot: 3.141592653589793 rad + pos: -276.5,-69.5 parent: 1 - - uid: 16978 + - uid: 34318 components: - type: Transform - pos: 193.5,224.5 + rot: 3.141592653589793 rad + pos: -238.5,-77.5 parent: 1 - - uid: 16979 + - uid: 34319 components: - type: Transform - pos: 194.5,225.5 + anchored: False + rot: 3.141592653589793 rad + pos: -241.5,-91.5 parent: 1 - - uid: 16980 + - uid: 34320 components: - type: Transform - pos: 194.5,224.5 + rot: 3.141592653589793 rad + pos: -290.5,-70.5 parent: 1 - - uid: 16981 + - uid: 34321 components: - type: Transform - pos: 195.5,225.5 + rot: 3.141592653589793 rad + pos: -291.5,-46.5 parent: 1 - - uid: 16982 + - uid: 34322 components: - type: Transform - pos: 195.5,224.5 + rot: 3.141592653589793 rad + pos: -207.5,-77.5 parent: 1 - - uid: 16983 + - uid: 34323 components: - type: Transform - pos: 196.5,225.5 + anchored: False + rot: 3.141592653589793 rad + pos: -256.5,-77.5 parent: 1 - - uid: 16984 + - uid: 34324 components: - type: Transform - pos: 196.5,224.5 + rot: 3.141592653589793 rad + pos: -212.5,-77.5 parent: 1 - - uid: 16985 + - uid: 34325 components: - type: Transform - pos: 197.5,225.5 + anchored: False + rot: 3.141592653589793 rad + pos: -243.5,-91.5 parent: 1 - - uid: 16986 + - uid: 34326 components: - type: Transform - pos: 197.5,224.5 + rot: 3.141592653589793 rad + pos: -270.5,-91.5 parent: 1 - - uid: 16987 + - uid: 34327 components: - type: Transform - pos: 198.5,225.5 + rot: 3.141592653589793 rad + pos: -277.5,-91.5 parent: 1 - - uid: 16988 + - uid: 34328 components: - type: Transform - pos: 198.5,224.5 + anchored: False + rot: 3.141592653589793 rad + pos: -246.5,-91.5 parent: 1 - - uid: 16989 + - uid: 34329 components: - type: Transform - pos: 199.5,225.5 + rot: 3.141592653589793 rad + pos: -272.5,-91.5 parent: 1 - - uid: 16990 + - uid: 34330 components: - type: Transform - pos: 199.5,224.5 + rot: 3.141592653589793 rad + pos: -253.5,-91.5 parent: 1 - - uid: 16991 + - uid: 34331 components: - type: Transform - pos: 200.5,225.5 + rot: 3.141592653589793 rad + pos: -251.5,-91.5 parent: 1 - - uid: 16992 + - uid: 34332 components: - type: Transform - pos: 200.5,224.5 + rot: 3.141592653589793 rad + pos: -276.5,-70.5 parent: 1 - - uid: 16993 + - uid: 34333 components: - type: Transform - pos: 201.5,225.5 + rot: 3.141592653589793 rad + pos: -291.5,-61.5 parent: 1 - - uid: 16994 + - uid: 34334 components: - type: Transform - pos: 201.5,224.5 + anchored: False + rot: 3.141592653589793 rad + pos: -242.5,-91.5 parent: 1 - - uid: 16995 + - uid: 34335 components: - type: Transform - pos: 202.5,225.5 + rot: 3.141592653589793 rad + pos: -290.5,-65.5 parent: 1 - - uid: 16996 + - uid: 34336 components: - type: Transform - pos: 202.5,224.5 + rot: 3.141592653589793 rad + pos: -266.5,-91.5 parent: 1 - - uid: 16997 + - uid: 34337 components: - type: Transform - pos: 203.5,225.5 + rot: 3.141592653589793 rad + pos: -275.5,-91.5 parent: 1 - - uid: 16998 + - uid: 34338 components: - type: Transform - pos: 203.5,224.5 + rot: 3.141592653589793 rad + pos: -279.5,-91.5 parent: 1 - - uid: 16999 + - uid: 34339 components: - type: Transform - pos: 203.5,77.5 + anchored: False + rot: 3.141592653589793 rad + pos: -266.5,-77.5 parent: 1 - - uid: 17000 + - uid: 34340 components: - type: Transform - pos: 202.5,-2.5 + rot: 3.141592653589793 rad + pos: -290.5,-73.5 parent: 1 - - uid: 17001 + - uid: 34341 components: - type: Transform - pos: 202.5,12.5 + rot: 3.141592653589793 rad + pos: -262.5,-91.5 parent: 1 - - uid: 17002 + - uid: 34342 components: - type: Transform - pos: 204.5,62.5 + rot: 3.141592653589793 rad + pos: -235.5,-77.5 parent: 1 - - uid: 17003 + - uid: 34343 components: - type: Transform - pos: 203.5,76.5 + rot: 3.141592653589793 rad + pos: -223.5,-77.5 parent: 1 - - uid: 17005 + - uid: 34344 components: - type: Transform - pos: 204.5,76.5 + rot: 3.141592653589793 rad + pos: -241.5,-77.5 parent: 1 - - uid: 17006 + - uid: 34345 components: - type: Transform - pos: 205.5,77.5 + rot: 3.141592653589793 rad + pos: -222.5,-77.5 parent: 1 - - uid: 17007 + - uid: 34346 components: - type: Transform - pos: 202.5,61.5 + pos: 202.5,19.5 parent: 1 - - uid: 17008 + - uid: 34347 components: - type: Transform - pos: 208.5,79.5 + anchored: False + rot: 3.141592653589793 rad + pos: -245.5,-91.5 parent: 1 - - uid: 17009 + - uid: 34348 components: - type: Transform - pos: 209.5,79.5 + rot: 3.141592653589793 rad + pos: -258.5,-91.5 parent: 1 - - uid: 17010 + - uid: 34349 components: - type: Transform - pos: 210.5,79.5 + rot: 3.141592653589793 rad + pos: -259.5,-91.5 parent: 1 - - uid: 17011 + - uid: 34350 components: - type: Transform - pos: 211.5,79.5 + rot: 3.141592653589793 rad + pos: -263.5,-91.5 parent: 1 - - uid: 17012 + - uid: 34351 components: - type: Transform - pos: 212.5,79.5 + rot: 3.141592653589793 rad + pos: -200.5,-92.5 parent: 1 - - uid: 17013 + - uid: 34352 components: - type: Transform - pos: 213.5,79.5 + pos: 202.5,18.5 parent: 1 - - uid: 17014 + - uid: 34353 components: - type: Transform - pos: 214.5,79.5 + rot: 3.141592653589793 rad + pos: -308.5,-42.5 parent: 1 - - uid: 17015 + - uid: 34354 components: - type: Transform - pos: 215.5,79.5 + rot: 3.141592653589793 rad + pos: -307.5,-42.5 parent: 1 - - uid: 17016 + - uid: 34355 components: - type: Transform - pos: 216.5,79.5 + rot: 3.141592653589793 rad + pos: -311.5,-43.5 parent: 1 - - uid: 17017 + - uid: 34356 components: - type: Transform - pos: 217.5,79.5 + rot: 3.141592653589793 rad + pos: -311.5,-42.5 parent: 1 - - uid: 17018 + - uid: 34357 components: - type: Transform - pos: 217.5,80.5 + rot: 3.141592653589793 rad + pos: -307.5,-41.5 parent: 1 - - uid: 17019 + - uid: 34358 components: - type: Transform - pos: 216.5,80.5 + pos: 202.5,16.5 parent: 1 - - uid: 17020 + - uid: 34359 components: - type: Transform - pos: 215.5,80.5 + pos: 200.5,75.5 parent: 1 - - uid: 17021 + - uid: 34360 components: - type: Transform - pos: 214.5,80.5 + pos: 202.5,17.5 parent: 1 - - uid: 17022 + - uid: 34361 components: - type: Transform - pos: 213.5,80.5 + pos: 202.5,77.5 parent: 1 - - uid: 17023 + - uid: 34362 components: - type: Transform - pos: 212.5,80.5 + rot: 3.141592653589793 rad + pos: -200.5,-93.5 parent: 1 - - uid: 17024 + - uid: 34363 components: - type: Transform - pos: 211.5,80.5 + rot: 3.141592653589793 rad + pos: -312.5,-43.5 parent: 1 - - uid: 17025 + - uid: 34364 components: - type: Transform - pos: 210.5,80.5 + rot: 3.141592653589793 rad + pos: -270.5,-93.5 parent: 1 - - uid: 17026 + - uid: 34365 components: - type: Transform - pos: 209.5,80.5 + rot: 3.141592653589793 rad + pos: -293.5,-48.5 parent: 1 - - uid: 17027 + - uid: 34366 components: - type: Transform - pos: 208.5,80.5 + rot: 3.141592653589793 rad + pos: -270.5,-92.5 parent: 1 - - uid: 17028 + - uid: 34367 components: - type: Transform - pos: 207.5,80.5 + rot: 3.141592653589793 rad + pos: -201.5,-37.5 parent: 1 - - uid: 17029 + - uid: 34368 components: - type: Transform - pos: 216.5,78.5 + rot: 3.141592653589793 rad + pos: -201.5,-38.5 parent: 1 - - uid: 17030 + - uid: 34369 components: - type: Transform - pos: 216.5,77.5 + rot: -1.5707963267948966 rad + pos: -256.5,-94.5 parent: 1 - - uid: 17031 + - uid: 34370 components: - type: Transform - pos: 216.5,76.5 + rot: 3.141592653589793 rad + pos: -294.5,-52.5 parent: 1 - - uid: 17032 + - uid: 34371 components: - type: Transform - pos: 216.5,75.5 + pos: 206.5,79.5 parent: 1 - - uid: 17033 + - uid: 34372 components: - type: Transform - pos: 216.5,74.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-47.5 parent: 1 - - uid: 17034 + - uid: 34373 components: - type: Transform - pos: 216.5,73.5 + rot: 3.141592653589793 rad + pos: -272.5,-93.5 parent: 1 - - uid: 17035 + - uid: 34374 components: - type: Transform - pos: 216.5,72.5 + pos: 204.5,78.5 parent: 1 - - uid: 17036 + - uid: 34375 components: - type: Transform - pos: 217.5,78.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-51.5 parent: 1 - - uid: 17037 + - uid: 34376 components: - type: Transform - pos: 217.5,77.5 + rot: 3.141592653589793 rad + pos: -200.5,-29.5 parent: 1 - - uid: 17038 + - uid: 34377 components: - type: Transform - pos: 217.5,76.5 + rot: 3.141592653589793 rad + pos: -200.5,-33.5 parent: 1 - - uid: 17039 + - uid: 34378 components: - type: Transform - pos: 217.5,75.5 + rot: 3.141592653589793 rad + pos: -200.5,-31.5 parent: 1 - - uid: 17040 + - uid: 34379 components: - type: Transform - pos: 217.5,74.5 + rot: 3.141592653589793 rad + pos: -308.5,-44.5 parent: 1 - - uid: 17041 + - uid: 34380 components: - type: Transform - pos: 217.5,73.5 + rot: 3.141592653589793 rad + pos: -306.5,-44.5 parent: 1 - - uid: 17042 + - uid: 34381 components: - type: Transform - pos: 217.5,72.5 + rot: 3.141592653589793 rad + pos: -312.5,-46.5 parent: 1 - - uid: 17043 + - uid: 34382 components: - type: Transform - pos: 215.5,74.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-26.5 parent: 1 - - uid: 17044 + - uid: 34383 components: - type: Transform - pos: 215.5,73.5 + rot: 3.141592653589793 rad + pos: -310.5,-44.5 parent: 1 - - uid: 17045 + - uid: 34384 components: - type: Transform - pos: 215.5,72.5 + pos: 200.5,74.5 parent: 1 - - uid: 17046 + - uid: 34385 components: - type: Transform - pos: 215.5,71.5 + rot: 3.141592653589793 rad + pos: -200.5,-38.5 parent: 1 - - uid: 17047 + - uid: 34386 components: - type: Transform - pos: 215.5,70.5 + rot: 3.141592653589793 rad + pos: -307.5,-44.5 parent: 1 - - uid: 17048 + - uid: 34387 components: - type: Transform - pos: 214.5,72.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-40.5 parent: 1 - - uid: 17049 + - uid: 34388 components: - type: Transform - pos: 214.5,71.5 + rot: 3.141592653589793 rad + pos: -200.5,-23.5 parent: 1 - - uid: 17050 + - uid: 34389 components: - type: Transform - pos: 214.5,70.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-45.5 parent: 1 - - uid: 17051 + - uid: 34390 components: - type: Transform - pos: 214.5,69.5 + rot: 3.141592653589793 rad + pos: -200.5,-22.5 parent: 1 - - uid: 17052 + - uid: 34391 components: - type: Transform - pos: 214.5,68.5 + rot: 3.141592653589793 rad + pos: -204.5,-77.5 parent: 1 - - uid: 17053 + - uid: 34392 components: - type: Transform - pos: 213.5,69.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-67.5 parent: 1 - - uid: 17054 + - uid: 34393 components: - type: Transform - pos: 213.5,68.5 + rot: -1.5707963267948966 rad + pos: -294.5,-63.5 parent: 1 - - uid: 17055 + - uid: 34394 components: - type: Transform - pos: 213.5,67.5 + rot: 3.141592653589793 rad + pos: -200.5,-30.5 parent: 1 - - uid: 17056 + - uid: 34395 components: - type: Transform - pos: 212.5,68.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-64.5 parent: 1 - - uid: 17057 + - uid: 34396 components: - type: Transform - pos: 212.5,67.5 + rot: 3.141592653589793 rad + pos: -200.5,-26.5 parent: 1 - - uid: 17058 + - uid: 34397 components: - type: Transform - pos: 212.5,66.5 + rot: 3.141592653589793 rad + pos: -200.5,-25.5 parent: 1 - - uid: 17059 + - uid: 34398 components: - type: Transform - pos: 212.5,65.5 + rot: 3.141592653589793 rad + pos: -202.5,-76.5 parent: 1 - - uid: 17060 + - uid: 34399 components: - type: Transform - pos: 211.5,67.5 + rot: 3.141592653589793 rad + pos: -200.5,-37.5 parent: 1 - - uid: 17061 + - uid: 34400 components: - type: Transform - pos: 211.5,66.5 + rot: 3.141592653589793 rad + pos: -276.5,-37.5 parent: 1 - - uid: 17062 + - uid: 34401 components: - type: Transform - pos: 211.5,65.5 + rot: 3.141592653589793 rad + pos: -200.5,-39.5 parent: 1 - - uid: 17063 + - uid: 34402 components: - type: Transform - pos: 211.5,64.5 + pos: 219.5,181.5 parent: 1 - - uid: 17064 + - uid: 34403 components: - type: Transform - pos: 210.5,65.5 + rot: 3.141592653589793 rad + pos: -200.5,-24.5 parent: 1 - - uid: 17065 + - uid: 34404 components: - type: Transform - pos: 210.5,64.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-54.5 parent: 1 - - uid: 17066 + - uid: 34405 components: - type: Transform - pos: 209.5,65.5 + rot: 3.141592653589793 rad + pos: -312.5,-44.5 parent: 1 - - uid: 17067 + - uid: 34406 components: - type: Transform - pos: 209.5,64.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-57.5 parent: 1 - - uid: 17068 + - uid: 34407 components: - type: Transform - pos: 208.5,65.5 + rot: 3.141592653589793 rad + pos: -290.5,-74.5 parent: 1 - - uid: 17069 + - uid: 34408 components: - type: Transform - pos: 208.5,64.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-21.5 parent: 1 - - uid: 17070 + - uid: 34409 components: - type: Transform - pos: 206.5,61.5 + rot: 3.141592653589793 rad + pos: -200.5,-8.5 parent: 1 - - uid: 17071 + - uid: 34410 components: - type: Transform - pos: 205.5,61.5 + rot: 3.141592653589793 rad + pos: -200.5,-6.5 parent: 1 - - uid: 17072 + - uid: 34411 components: - type: Transform - pos: 202.5,0.5 + rot: 3.141592653589793 rad + pos: -200.5,-5.5 parent: 1 - - uid: 17073 + - uid: 34412 components: - type: Transform - pos: 202.5,-0.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-47.5 parent: 1 - - uid: 17074 + - uid: 34413 components: - type: Transform - pos: 202.5,-1.5 + rot: 3.141592653589793 rad + pos: -200.5,-4.5 parent: 1 - - uid: 17075 + - uid: 34414 components: - type: Transform - pos: 202.5,2.5 + rot: 3.141592653589793 rad + pos: -200.5,-7.5 parent: 1 - - uid: 17076 + - uid: 34415 components: - type: Transform - pos: 202.5,1.5 + rot: 3.141592653589793 rad + pos: -200.5,-3.5 parent: 1 - - uid: 17077 + - uid: 34416 components: - type: Transform - pos: 202.5,3.5 + rot: 3.141592653589793 rad + pos: -200.5,-2.5 parent: 1 - - uid: 17078 + - uid: 34417 components: - type: Transform - pos: 202.5,4.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-65.5 parent: 1 - - uid: 17079 + - uid: 34418 components: - type: Transform - pos: 202.5,5.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-55.5 parent: 1 - - uid: 17080 + - uid: 34419 components: - type: Transform - pos: 202.5,6.5 + rot: 3.141592653589793 rad + pos: -201.5,-35.5 parent: 1 - - uid: 17081 + - uid: 34420 components: - type: Transform - pos: 202.5,7.5 + rot: 3.141592653589793 rad + pos: -201.5,-34.5 parent: 1 - - uid: 17082 + - uid: 34421 components: - type: Transform - pos: 202.5,8.5 + rot: 3.141592653589793 rad + pos: -298.5,-42.5 parent: 1 - - uid: 17083 + - uid: 34422 components: - type: Transform - pos: 202.5,9.5 + rot: 3.141592653589793 rad + pos: -276.5,-39.5 parent: 1 - - uid: 17084 + - uid: 34423 components: - type: Transform - pos: 202.5,11.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-54.5 parent: 1 - - uid: 17085 + - uid: 34424 components: - type: Transform - pos: 202.5,10.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-53.5 parent: 1 - - uid: 17086 + - uid: 34425 components: - type: Transform - pos: 202.5,13.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-52.5 parent: 1 - - uid: 17087 + - uid: 34426 components: - type: Transform - pos: 202.5,15.5 + rot: -1.5707963267948966 rad + pos: -294.5,-93.5 parent: 1 - - uid: 17088 + - uid: 34427 components: - type: Transform - pos: 202.5,14.5 + rot: -1.5707963267948966 rad + pos: -216.5,-94.5 parent: 1 - - uid: 17089 + - uid: 34428 components: - type: Transform - pos: 202.5,23.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -230.5,-94.5 parent: 1 - - uid: 17090 + - uid: 34429 components: - type: Transform - pos: 202.5,22.5 + rot: -1.5707963267948966 rad + pos: -294.5,-90.5 parent: 1 - - uid: 17091 + - uid: 34430 components: - type: Transform - pos: 202.5,25.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -228.5,-94.5 parent: 1 - - uid: 17092 + - uid: 34431 components: - type: Transform - pos: 202.5,24.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -229.5,-94.5 parent: 1 - - uid: 17093 + - uid: 34432 components: - type: Transform - pos: 202.5,26.5 + rot: 3.141592653589793 rad + pos: -206.5,-92.5 parent: 1 - - uid: 17094 + - uid: 34433 components: - type: Transform - pos: 202.5,27.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -235.5,-94.5 parent: 1 - - uid: 17095 + - uid: 34434 components: - type: Transform - pos: 202.5,28.5 + rot: -1.5707963267948966 rad + pos: -215.5,-94.5 parent: 1 - - uid: 17096 + - uid: 34435 components: - type: Transform - pos: 202.5,29.5 + rot: -1.5707963267948966 rad + pos: -258.5,-94.5 parent: 1 - - uid: 17097 + - uid: 34436 components: - type: Transform - pos: 202.5,30.5 + rot: -1.5707963267948966 rad + pos: -260.5,-94.5 parent: 1 - - uid: 17098 + - uid: 34437 components: - type: Transform - pos: 202.5,31.5 + rot: -1.5707963267948966 rad + pos: -261.5,-94.5 parent: 1 - - uid: 17099 + - uid: 34438 components: - type: Transform - pos: 202.5,32.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -219.5,-94.5 parent: 1 - - uid: 17100 + - uid: 34439 components: - type: Transform - pos: 202.5,33.5 + pos: -235.5,-101.5 parent: 1 - - uid: 17101 + - uid: 34440 components: - type: Transform - pos: 202.5,34.5 + rot: -1.5707963267948966 rad + pos: -254.5,-94.5 parent: 1 - - uid: 17102 + - uid: 34441 components: - type: Transform - pos: 202.5,35.5 + rot: -1.5707963267948966 rad + pos: -262.5,-94.5 parent: 1 - - uid: 17103 + - uid: 34442 components: - type: Transform - pos: 202.5,36.5 + rot: -1.5707963267948966 rad + pos: -275.5,-94.5 parent: 1 - - uid: 17104 + - uid: 34443 components: - type: Transform - pos: 202.5,37.5 + rot: -1.5707963267948966 rad + pos: -273.5,-94.5 parent: 1 - - uid: 17105 + - uid: 34444 components: - type: Transform - pos: 202.5,38.5 + rot: -1.5707963267948966 rad + pos: -259.5,-94.5 parent: 1 - - uid: 17106 + - uid: 34445 components: - type: Transform - pos: 202.5,39.5 + rot: -1.5707963267948966 rad + pos: -268.5,-94.5 parent: 1 - - uid: 17107 + - uid: 34446 components: - type: Transform - pos: 202.5,40.5 + rot: -1.5707963267948966 rad + pos: -270.5,-94.5 parent: 1 - - uid: 17108 + - uid: 34447 components: - type: Transform - pos: 202.5,41.5 + rot: -1.5707963267948966 rad + pos: -271.5,-94.5 parent: 1 - - uid: 17109 + - uid: 34448 components: - type: Transform - pos: 202.5,42.5 + rot: -1.5707963267948966 rad + pos: -272.5,-94.5 parent: 1 - - uid: 17110 + - uid: 34449 components: - type: Transform - pos: 202.5,43.5 + rot: 3.141592653589793 rad + pos: -232.5,-77.5 parent: 1 - - uid: 17111 + - uid: 34450 components: - type: Transform - pos: 202.5,44.5 + anchored: False + rot: 3.141592653589793 rad + pos: -265.5,-77.5 parent: 1 - - uid: 17112 + - uid: 34451 components: - type: Transform - pos: 202.5,45.5 + rot: 3.141592653589793 rad + pos: -230.5,-77.5 parent: 1 - - uid: 17113 + - uid: 34452 components: - type: Transform - pos: 202.5,46.5 + rot: 3.141592653589793 rad + pos: -228.5,-77.5 parent: 1 - - uid: 17114 + - uid: 34453 components: - type: Transform - pos: 202.5,47.5 + rot: 3.141592653589793 rad + pos: -227.5,-77.5 parent: 1 - - uid: 17115 + - uid: 34454 components: - type: Transform - pos: 202.5,48.5 + rot: 3.141592653589793 rad + pos: -229.5,-77.5 parent: 1 - - uid: 17116 + - uid: 34455 components: - type: Transform - pos: 202.5,49.5 + rot: 3.141592653589793 rad + pos: -231.5,-77.5 parent: 1 - - uid: 17117 + - uid: 34456 components: - type: Transform - pos: 202.5,50.5 + rot: 3.141592653589793 rad + pos: -299.5,-43.5 parent: 1 - - uid: 17118 + - uid: 34457 components: - type: Transform - pos: 202.5,51.5 + rot: 3.141592653589793 rad + pos: -298.5,-41.5 parent: 1 - - uid: 17119 + - uid: 34458 components: - type: Transform - pos: 202.5,52.5 + rot: 3.141592653589793 rad + pos: -299.5,-42.5 parent: 1 - - uid: 17120 + - uid: 34459 components: - type: Transform - pos: 202.5,53.5 + rot: -1.5707963267948966 rad + pos: -257.5,-94.5 parent: 1 - - uid: 17121 + - uid: 34460 components: - type: Transform - pos: 202.5,54.5 + rot: -1.5707963267948966 rad + pos: -274.5,-94.5 parent: 1 - - uid: 17122 + - uid: 34461 components: - type: Transform - pos: 202.5,55.5 + rot: -1.5707963267948966 rad + pos: -269.5,-94.5 parent: 1 - - uid: 17123 + - uid: 34462 components: - type: Transform - pos: 202.5,56.5 + pos: -234.5,-101.5 parent: 1 - - uid: 17124 + - uid: 34463 components: - type: Transform - pos: 202.5,57.5 + rot: -1.5707963267948966 rad + pos: -276.5,-94.5 parent: 1 - - uid: 17125 + - uid: 34464 components: - type: Transform - pos: 202.5,58.5 + rot: -1.5707963267948966 rad + pos: -267.5,-94.5 parent: 1 - - uid: 17126 + - uid: 34465 components: - type: Transform - pos: 202.5,59.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-27.5 parent: 1 - - uid: 17127 + - uid: 34466 components: - type: Transform - pos: 202.5,60.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-59.5 parent: 1 - - uid: 17128 + - uid: 34467 components: - type: Transform - pos: 203.5,-2.5 + anchored: False + rot: 3.141592653589793 rad + pos: -270.5,-77.5 parent: 1 - - uid: 17129 + - uid: 34468 components: - type: Transform - pos: 203.5,-1.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-46.5 parent: 1 - - uid: 17130 + - uid: 34469 components: - type: Transform - pos: 203.5,-0.5 + rot: 3.141592653589793 rad + pos: -274.5,-74.5 parent: 1 - - uid: 17131 + - uid: 34470 components: - type: Transform - pos: 203.5,0.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-52.5 parent: 1 - - uid: 17132 + - uid: 34471 components: - type: Transform - pos: 203.5,1.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-43.5 parent: 1 - - uid: 17133 + - uid: 34472 components: - type: Transform - pos: 203.5,2.5 + anchored: False + pos: -62.5,159.5 parent: 1 - - uid: 17134 + - uid: 34473 components: - type: Transform - pos: 203.5,3.5 + pos: -62.5,173.5 parent: 1 - - uid: 17135 + - uid: 34474 components: - type: Transform - pos: 203.5,4.5 + pos: 220.5,-51.5 parent: 1 - - uid: 17136 + - uid: 34475 components: - type: Transform - pos: 203.5,5.5 + pos: 217.5,-54.5 parent: 1 - - uid: 17137 + - uid: 34476 components: - type: Transform - pos: 203.5,6.5 + pos: 216.5,-54.5 parent: 1 - - uid: 17138 + - uid: 34477 components: - type: Transform - pos: 203.5,7.5 + pos: 202.5,-54.5 parent: 1 - - uid: 17139 + - uid: 34478 components: - type: Transform - pos: 203.5,8.5 + pos: 214.5,-54.5 parent: 1 - - uid: 17140 + - uid: 34479 components: - type: Transform - pos: 203.5,9.5 + pos: 220.5,-52.5 parent: 1 - - uid: 17141 + - uid: 34480 components: - type: Transform - pos: 203.5,10.5 + pos: 215.5,-54.5 parent: 1 - - uid: 17142 + - uid: 34481 components: - type: Transform - pos: 203.5,11.5 + pos: 201.5,-54.5 parent: 1 - - uid: 17143 + - uid: 34482 components: - type: Transform - pos: 203.5,12.5 + pos: 203.5,-54.5 parent: 1 - - uid: 17144 + - uid: 34483 components: - type: Transform - pos: 203.5,13.5 + pos: 203.5,-3.5 parent: 1 - - uid: 17145 + - uid: 34484 components: - type: Transform - pos: 203.5,14.5 + pos: 220.5,-53.5 parent: 1 - - uid: 17146 + - uid: 34485 components: - type: Transform - pos: 203.5,15.5 + pos: 200.5,-54.5 parent: 1 - - uid: 17147 + - uid: 34486 components: - type: Transform - pos: 203.5,16.5 + pos: 199.5,-54.5 parent: 1 - - uid: 17148 + - uid: 34487 components: - type: Transform - pos: 203.5,17.5 + pos: 218.5,-54.5 parent: 1 - - uid: 17149 + - uid: 34488 components: - type: Transform - pos: 203.5,18.5 + pos: 219.5,-54.5 parent: 1 - - uid: 17150 + - uid: 34489 components: - type: Transform - pos: 203.5,19.5 + pos: 220.5,-54.5 parent: 1 - - uid: 17151 + - uid: 34490 components: - type: Transform - pos: 203.5,20.5 + pos: 220.5,-50.5 parent: 1 - - uid: 17152 + - uid: 34491 components: - type: Transform - pos: 203.5,21.5 + pos: 220.5,-49.5 parent: 1 - - uid: 17153 + - uid: 34492 components: - type: Transform - pos: 203.5,22.5 + pos: 220.5,-48.5 parent: 1 - - uid: 17154 + - uid: 34493 components: - type: Transform - pos: 203.5,23.5 + pos: 220.5,-47.5 parent: 1 - - uid: 17155 + - uid: 34494 components: - type: Transform - pos: 203.5,24.5 + pos: 220.5,-46.5 parent: 1 - - uid: 17156 + - uid: 34495 components: - type: Transform - pos: 203.5,25.5 + pos: 220.5,-45.5 parent: 1 - - uid: 17157 + - uid: 34496 components: - type: Transform - pos: 203.5,26.5 + pos: 220.5,-44.5 parent: 1 - - uid: 17158 + - uid: 34497 components: - type: Transform - pos: 203.5,27.5 + pos: 220.5,-43.5 parent: 1 - - uid: 17159 + - uid: 34498 components: - type: Transform - pos: 203.5,28.5 + pos: 220.5,-42.5 parent: 1 - - uid: 17160 + - uid: 34499 components: - type: Transform - pos: 203.5,29.5 + pos: 220.5,-41.5 parent: 1 - - uid: 17161 + - uid: 34500 components: - type: Transform - pos: 203.5,30.5 + pos: 220.5,-40.5 parent: 1 - - uid: 17162 + - uid: 34501 components: - type: Transform - pos: 203.5,31.5 + pos: 220.5,-39.5 parent: 1 - - uid: 17163 + - uid: 34502 components: - type: Transform - pos: 203.5,32.5 + pos: 220.5,-38.5 parent: 1 - - uid: 17164 + - uid: 34503 components: - type: Transform - pos: 203.5,33.5 + pos: 220.5,-37.5 parent: 1 - - uid: 17165 + - uid: 34504 components: - type: Transform - pos: 203.5,34.5 + pos: 220.5,-36.5 parent: 1 - - uid: 17166 + - uid: 34505 components: - type: Transform - pos: 203.5,35.5 + pos: 220.5,-35.5 parent: 1 - - uid: 17167 + - uid: 34506 components: - type: Transform - pos: 203.5,36.5 + pos: 220.5,-34.5 parent: 1 - - uid: 17168 + - uid: 34507 components: - type: Transform - pos: 203.5,37.5 + pos: 220.5,-33.5 parent: 1 - - uid: 17169 + - uid: 34508 components: - type: Transform - pos: 203.5,38.5 + pos: 220.5,-32.5 parent: 1 - - uid: 17170 + - uid: 34509 components: - type: Transform - pos: 203.5,39.5 + pos: 220.5,-31.5 parent: 1 - - uid: 17171 + - uid: 34510 components: - type: Transform - pos: 203.5,40.5 + pos: 220.5,-30.5 parent: 1 - - uid: 17172 + - uid: 34511 components: - type: Transform - pos: 203.5,41.5 + pos: 219.5,-23.5 parent: 1 - - uid: 17173 + - uid: 34512 components: - type: Transform - pos: 203.5,42.5 + pos: 206.5,-23.5 parent: 1 - - uid: 17174 + - uid: 34513 components: - type: Transform - pos: 203.5,43.5 + pos: 204.5,-23.5 parent: 1 - - uid: 17175 + - uid: 34514 components: - type: Transform - pos: 203.5,44.5 + pos: 210.5,-23.5 parent: 1 - - uid: 17176 + - uid: 34515 components: - type: Transform - pos: 203.5,45.5 + pos: 214.5,-23.5 parent: 1 - - uid: 17177 + - uid: 34516 components: - type: Transform - pos: 203.5,46.5 + pos: 208.5,-23.5 parent: 1 - - uid: 17178 + - uid: 34517 components: - type: Transform - pos: 203.5,47.5 + pos: 217.5,-23.5 parent: 1 - - uid: 17179 + - uid: 34518 components: - type: Transform - pos: 203.5,48.5 + pos: 212.5,-23.5 parent: 1 - - uid: 17180 + - uid: 34519 components: - type: Transform - pos: 203.5,49.5 + pos: 220.5,-25.5 parent: 1 - - uid: 17181 + - uid: 34520 components: - type: Transform - pos: 203.5,50.5 + pos: 216.5,-23.5 parent: 1 - - uid: 17182 + - uid: 34521 components: - type: Transform - pos: 203.5,51.5 + pos: 218.5,-23.5 parent: 1 - - uid: 17183 + - uid: 34522 components: - type: Transform - pos: 203.5,52.5 + pos: 213.5,-23.5 parent: 1 - - uid: 17184 + - uid: 34523 components: - type: Transform - pos: 203.5,53.5 + pos: 215.5,-23.5 parent: 1 - - uid: 17185 + - uid: 34524 components: - type: Transform - pos: 203.5,54.5 + pos: 209.5,-23.5 parent: 1 - - uid: 17186 + - uid: 34525 components: - type: Transform - pos: 203.5,55.5 + pos: 211.5,-23.5 parent: 1 - - uid: 17187 + - uid: 34526 components: - type: Transform - pos: 203.5,56.5 + pos: 203.5,-23.5 parent: 1 - - uid: 17188 + - uid: 34527 components: - type: Transform - pos: 203.5,57.5 + pos: 205.5,-23.5 parent: 1 - - uid: 17189 + - uid: 34528 components: - type: Transform - pos: 203.5,58.5 + pos: 207.5,-23.5 parent: 1 - - uid: 17190 + - uid: 34529 components: - type: Transform - pos: 203.5,59.5 + pos: 220.5,-23.5 parent: 1 - - uid: 17191 + - uid: 34530 components: - type: Transform - pos: 203.5,60.5 + pos: 220.5,-24.5 parent: 1 - - uid: 17192 + - uid: 34531 components: - type: Transform - pos: 200.5,-4.5 + pos: 220.5,-26.5 parent: 1 - - uid: 17193 + - uid: 34532 components: - type: Transform - pos: 191.5,200.5 + pos: 201.5,-23.5 parent: 1 - - uid: 17194 + - uid: 34533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -201.5,-32.5 + pos: 200.5,-23.5 parent: 1 - - uid: 17195 + - uid: 34534 components: - type: Transform - pos: 174.5,200.5 + pos: 220.5,-27.5 parent: 1 - - uid: 17196 + - uid: 34535 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -218.5,-94.5 + pos: 220.5,-29.5 parent: 1 - - uid: 17197 + - uid: 34536 components: - type: Transform - pos: 182.5,224.5 + pos: 202.5,-3.5 parent: 1 - - uid: 17198 + - uid: 34537 components: - type: Transform - pos: 175.5,200.5 + pos: 202.5,-23.5 parent: 1 - - uid: 17200 + - uid: 34538 components: - type: Transform - pos: 185.5,200.5 + pos: 200.5,-3.5 parent: 1 - - uid: 17201 + - uid: 34539 components: - type: Transform - pos: 172.5,200.5 + pos: 203.5,-4.5 parent: 1 - - uid: 17202 + - uid: 34540 components: - type: Transform - pos: 187.5,200.5 + pos: 201.5,-3.5 parent: 1 - - uid: 17203 + - uid: 34541 components: - type: Transform - pos: 195.5,200.5 + pos: 1.5,55.5 parent: 1 - - uid: 17204 + - uid: 34542 components: - type: Transform - pos: 178.5,200.5 + pos: 32.5,37.5 parent: 1 - - uid: 17205 + - uid: 34543 components: - type: Transform - pos: 171.5,200.5 + pos: 48.5,45.5 parent: 1 - - uid: 17206 + - uid: 34544 components: - type: Transform - pos: 168.5,200.5 + pos: 49.5,45.5 parent: 1 - - uid: 17207 + - uid: 34545 components: - type: Transform - pos: 173.5,200.5 + pos: 49.5,37.5 parent: 1 - - uid: 17208 + - uid: 34546 components: - type: Transform - pos: 199.5,199.5 + pos: 50.5,37.5 parent: 1 - - uid: 17209 + - uid: 34547 components: - type: Transform - pos: 180.5,200.5 + pos: 50.5,45.5 parent: 1 - - uid: 17210 + - uid: 34548 components: - type: Transform - pos: 169.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -259.5,-77.5 parent: 1 - - uid: 17212 + - uid: 34549 components: - type: Transform - pos: 220.5,172.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-59.5 parent: 1 - - uid: 17213 + - uid: 34550 components: - type: Transform - pos: 176.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,0.5 parent: 1 - - uid: 17216 + - uid: 34551 components: - type: Transform - pos: 177.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-72.5 parent: 1 - - uid: 17217 + - uid: 34552 components: - type: Transform - pos: 188.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-71.5 parent: 1 - - uid: 17218 + - uid: 34553 components: - type: Transform - pos: 181.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-56.5 parent: 1 - - uid: 17219 + - uid: 34554 components: - type: Transform - pos: 192.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-14.5 parent: 1 - - uid: 17220 + - uid: 34555 components: - type: Transform - pos: 193.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-15.5 parent: 1 - - uid: 17221 + - uid: 34556 components: - type: Transform - pos: 189.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-20.5 parent: 1 - - uid: 17222 + - uid: 34557 components: - type: Transform - pos: 170.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-13.5 parent: 1 - - uid: 17224 + - uid: 34558 components: - type: Transform - pos: 194.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-57.5 parent: 1 - - uid: 17225 + - uid: 34559 components: - type: Transform - pos: 186.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-58.5 parent: 1 - - uid: 17226 + - uid: 34560 components: - type: Transform - pos: 182.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-18.5 parent: 1 - - uid: 17227 + - uid: 34561 components: - type: Transform - pos: 184.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-1.5 parent: 1 - - uid: 17228 + - uid: 34562 components: - type: Transform - pos: 199.5,200.5 + rot: 3.141592653589793 rad + pos: -200.5,-0.5 parent: 1 - - uid: 17229 + - uid: 34563 components: - type: Transform - pos: 183.5,200.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-60.5 parent: 1 - - uid: 17230 + - uid: 34564 components: - type: Transform - pos: 198.5,200.5 + rot: 3.141592653589793 rad + pos: -201.5,-30.5 parent: 1 - - uid: 17231 + - uid: 34565 components: - type: Transform - pos: 179.5,200.5 + rot: 3.141592653589793 rad + pos: -201.5,-31.5 parent: 1 - - uid: 17232 + - uid: 34566 components: - type: Transform - pos: 199.5,200.5 + rot: 3.141592653589793 rad + pos: -290.5,-66.5 parent: 1 - - uid: 17233 + - uid: 34567 components: - type: Transform - pos: -208.5,-94.5 + rot: 3.141592653589793 rad + pos: -276.5,-35.5 parent: 1 - - uid: 17234 + - uid: 34568 components: - type: Transform - pos: 220.5,173.5 + pos: 51.5,37.5 parent: 1 - - uid: 17236 + - uid: 34569 components: - type: Transform - pos: 196.5,200.5 + pos: 51.5,45.5 parent: 1 - - uid: 17237 + - uid: 34570 components: - type: Transform - pos: 203.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -255.5,-77.5 parent: 1 - - uid: 17244 + - uid: 34571 components: - type: Transform - pos: -207.5,-94.5 + rot: 3.141592653589793 rad + pos: -309.5,-43.5 parent: 1 - - uid: 17248 + - uid: 34572 components: - type: Transform - pos: 199.5,181.5 + rot: 3.141592653589793 rad + pos: -295.5,-41.5 parent: 1 - - uid: 17249 + - uid: 34573 components: - type: Transform - pos: 199.5,180.5 + rot: 3.141592653589793 rad + pos: -296.5,-43.5 parent: 1 - - uid: 17250 + - uid: 34574 components: - type: Transform - pos: 199.5,179.5 + rot: 3.141592653589793 rad + pos: -310.5,-43.5 parent: 1 - - uid: 17251 + - uid: 34575 components: - type: Transform - pos: 199.5,178.5 + rot: 3.141592653589793 rad + pos: -276.5,-40.5 parent: 1 - - uid: 17252 + - uid: 34576 components: - type: Transform - pos: 199.5,177.5 + rot: 3.141592653589793 rad + pos: -300.5,-42.5 parent: 1 - - uid: 17253 + - uid: 34577 components: - type: Transform - pos: 199.5,176.5 + rot: 3.141592653589793 rad + pos: -299.5,-41.5 parent: 1 - - uid: 17254 + - uid: 34578 components: - type: Transform - pos: 199.5,175.5 + rot: 3.141592653589793 rad + pos: -296.5,-41.5 parent: 1 - - uid: 17255 + - uid: 34579 components: - type: Transform - pos: 199.5,174.5 + rot: 3.141592653589793 rad + pos: -302.5,-41.5 parent: 1 - - uid: 17256 + - uid: 34580 components: - type: Transform - pos: 202.5,161.5 + rot: 3.141592653589793 rad + pos: -297.5,-42.5 parent: 1 - - uid: 17257 + - uid: 34581 components: - type: Transform - pos: 201.5,161.5 + rot: 3.141592653589793 rad + pos: -300.5,-41.5 parent: 1 - - uid: 17258 + - uid: 34582 components: - type: Transform - pos: 200.5,161.5 + rot: 3.141592653589793 rad + pos: -297.5,-43.5 parent: 1 - - uid: 17259 + - uid: 34583 components: - type: Transform - pos: 186.5,202.5 + rot: 3.141592653589793 rad + pos: -297.5,-41.5 parent: 1 - - uid: 17260 + - uid: 34584 components: - type: Transform - pos: 203.5,224.5 + rot: 3.141592653589793 rad + pos: -296.5,-42.5 parent: 1 - - uid: 17261 + - uid: 34585 components: - type: Transform - pos: 199.5,170.5 + rot: 3.141592653589793 rad + pos: -305.5,-43.5 parent: 1 - - uid: 17262 + - uid: 34586 components: - type: Transform - pos: 199.5,169.5 + rot: 3.141592653589793 rad + pos: -300.5,-43.5 parent: 1 - - uid: 17263 + - uid: 34587 components: - type: Transform - pos: 199.5,168.5 + rot: 3.141592653589793 rad + pos: -298.5,-43.5 parent: 1 - - uid: 17264 + - uid: 34588 components: - type: Transform - pos: 199.5,167.5 + rot: 3.141592653589793 rad + pos: -305.5,-41.5 parent: 1 - - uid: 17265 + - uid: 34589 components: - type: Transform - pos: 199.5,166.5 + rot: 3.141592653589793 rad + pos: -303.5,-41.5 parent: 1 - - uid: 17266 + - uid: 34590 components: - type: Transform - pos: 199.5,165.5 + rot: 3.141592653589793 rad + pos: -301.5,-42.5 parent: 1 - - uid: 17267 + - uid: 34591 components: - type: Transform - pos: 199.5,164.5 + rot: 3.141592653589793 rad + pos: -304.5,-42.5 parent: 1 - - uid: 17268 + - uid: 34592 components: - type: Transform - pos: 199.5,163.5 + rot: 3.141592653589793 rad + pos: -302.5,-43.5 parent: 1 - - uid: 17269 + - uid: 34593 components: - type: Transform - pos: 199.5,162.5 + rot: 3.141592653589793 rad + pos: -301.5,-41.5 parent: 1 - - uid: 17270 + - uid: 34594 components: - type: Transform - pos: 199.5,161.5 + rot: 3.141592653589793 rad + pos: -303.5,-43.5 parent: 1 - - uid: 17271 + - uid: 34595 components: - type: Transform - pos: -200.5,-94.5 + rot: 3.141592653589793 rad + pos: -302.5,-42.5 parent: 1 - - uid: 17272 + - uid: 34596 components: - type: Transform - pos: 182.5,221.5 + pos: 52.5,37.5 parent: 1 - - uid: 17273 + - uid: 34597 components: - type: Transform - pos: 205.5,212.5 + rot: 3.141592653589793 rad + pos: -304.5,-43.5 parent: 1 - - uid: 17274 + - uid: 34598 components: - type: Transform - pos: 184.5,202.5 + rot: 3.141592653589793 rad + pos: -303.5,-42.5 parent: 1 - - uid: 17275 + - uid: 34599 components: - type: Transform - pos: 204.5,161.5 + rot: 3.141592653589793 rad + pos: -305.5,-42.5 parent: 1 - - uid: 17276 + - uid: 34600 components: - type: Transform - pos: 205.5,161.5 + rot: 3.141592653589793 rad + pos: -306.5,-43.5 parent: 1 - - uid: 17277 + - uid: 34601 components: - type: Transform - pos: 206.5,161.5 + rot: 3.141592653589793 rad + pos: -306.5,-42.5 parent: 1 - - uid: 17278 + - uid: 34602 components: - type: Transform - pos: 207.5,161.5 + rot: 3.141592653589793 rad + pos: -306.5,-41.5 parent: 1 - - uid: 17279 + - uid: 34603 components: - type: Transform - pos: 208.5,161.5 + rot: 3.141592653589793 rad + pos: -307.5,-43.5 parent: 1 - - uid: 17280 + - uid: 34604 components: - type: Transform - pos: 209.5,161.5 + rot: 3.141592653589793 rad + pos: -301.5,-43.5 parent: 1 - - uid: 17281 + - uid: 34605 components: - type: Transform - pos: 210.5,161.5 + rot: 3.141592653589793 rad + pos: -304.5,-41.5 parent: 1 - - uid: 17282 + - uid: 34606 components: - type: Transform - pos: 211.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-40.5 parent: 1 - - uid: 17283 + - uid: 34607 components: - type: Transform - pos: 212.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-45.5 parent: 1 - - uid: 17284 + - uid: 34608 components: - type: Transform - pos: 213.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-70.5 parent: 1 - - uid: 17285 + - uid: 34609 components: - type: Transform - pos: 214.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-44.5 parent: 1 - - uid: 17286 + - uid: 34610 components: - type: Transform - pos: 215.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-69.5 parent: 1 - - uid: 17287 + - uid: 34611 components: - type: Transform - pos: 216.5,161.5 + rot: 3.141592653589793 rad + pos: -201.5,-39.5 parent: 1 - - uid: 17288 + - uid: 34612 components: - type: Transform - pos: 217.5,161.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-73.5 parent: 1 - - uid: 17289 + - uid: 34613 components: - type: Transform - pos: 218.5,161.5 + rot: 3.141592653589793 rad + pos: -310.5,-42.5 parent: 1 - - uid: 17290 + - uid: 34614 components: - type: Transform - pos: 218.5,161.5 + rot: 3.141592653589793 rad + pos: -313.5,-43.5 parent: 1 - - uid: 17291 + - uid: 34615 components: - type: Transform - pos: 218.5,162.5 + rot: 3.141592653589793 rad + pos: -310.5,-41.5 parent: 1 - - uid: 17292 + - uid: 34616 components: - type: Transform - pos: 218.5,163.5 + rot: 3.141592653589793 rad + pos: -313.5,-41.5 parent: 1 - - uid: 17293 + - uid: 34617 components: - type: Transform - pos: 218.5,164.5 + rot: 3.141592653589793 rad + pos: -313.5,-42.5 parent: 1 - - uid: 17294 + - uid: 34618 components: - type: Transform - pos: 218.5,165.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-68.5 parent: 1 - - uid: 17295 + - uid: 34619 components: - type: Transform - pos: 218.5,166.5 + rot: 3.141592653589793 rad + pos: -201.5,-18.5 parent: 1 - - uid: 17296 + - uid: 34620 components: - type: Transform - pos: 218.5,167.5 + rot: 3.141592653589793 rad + pos: -201.5,-22.5 parent: 1 - - uid: 17297 + - uid: 34621 components: - type: Transform - pos: 218.5,168.5 + rot: 3.141592653589793 rad + pos: -201.5,-24.5 parent: 1 - - uid: 17298 + - uid: 34622 components: - type: Transform - pos: 218.5,169.5 + rot: 3.141592653589793 rad + pos: -201.5,-29.5 parent: 1 - - uid: 17299 + - uid: 34623 components: - type: Transform - pos: 218.5,170.5 + rot: 3.141592653589793 rad + pos: -201.5,-8.5 parent: 1 - - uid: 17300 + - uid: 34624 components: - type: Transform - pos: 218.5,171.5 + rot: 3.141592653589793 rad + pos: -201.5,-7.5 parent: 1 - - uid: 17301 + - uid: 34625 components: - type: Transform - pos: 218.5,172.5 + rot: 3.141592653589793 rad + pos: -201.5,0.5 parent: 1 - - uid: 17302 + - uid: 34626 components: - type: Transform - pos: 218.5,172.5 + rot: 3.141592653589793 rad + pos: -201.5,-23.5 parent: 1 - - uid: 17303 + - uid: 34627 components: - type: Transform - pos: 219.5,172.5 + rot: 3.141592653589793 rad + pos: -201.5,-20.5 parent: 1 - - uid: 17304 + - uid: 34628 components: - type: Transform - pos: 220.5,172.5 + rot: 3.141592653589793 rad + pos: -201.5,-1.5 parent: 1 - - uid: 17305 + - uid: 34629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-66.5 + rot: 3.141592653589793 rad + pos: -201.5,-0.5 parent: 1 - - uid: 17306 + - uid: 34630 components: - type: Transform - pos: 184.5,201.5 + rot: 3.141592653589793 rad + pos: -201.5,-28.5 parent: 1 - - uid: 17307 + - uid: 34631 components: - type: Transform - pos: 220.5,174.5 + rot: 3.141592653589793 rad + pos: -201.5,-26.5 parent: 1 - - uid: 17308 + - uid: 34632 components: - type: Transform - pos: 220.5,175.5 + rot: 3.141592653589793 rad + pos: -201.5,-17.5 parent: 1 - - uid: 17309 + - uid: 34633 components: - type: Transform - pos: 220.5,176.5 + rot: 3.141592653589793 rad + pos: -201.5,-16.5 parent: 1 - - uid: 17310 + - uid: 34634 components: - type: Transform - pos: 220.5,177.5 + rot: 3.141592653589793 rad + pos: -201.5,-27.5 parent: 1 - - uid: 17311 + - uid: 34635 components: - type: Transform - pos: 220.5,178.5 + rot: 3.141592653589793 rad + pos: -201.5,-21.5 parent: 1 - - uid: 17312 + - uid: 34636 components: - type: Transform - pos: 220.5,179.5 + rot: 3.141592653589793 rad + pos: -201.5,-25.5 parent: 1 - - uid: 17313 + - uid: 34637 components: - type: Transform - pos: 220.5,180.5 + rot: 3.141592653589793 rad + pos: -201.5,-19.5 parent: 1 - - uid: 17314 + - uid: 34638 components: - type: Transform - pos: 220.5,181.5 + rot: 3.141592653589793 rad + pos: -290.5,-63.5 parent: 1 - - uid: 17315 + - uid: 34639 components: - type: Transform - pos: 220.5,182.5 + rot: 3.141592653589793 rad + pos: -201.5,-6.5 parent: 1 - - uid: 17316 + - uid: 34640 components: - type: Transform - pos: 220.5,183.5 + anchored: False + rot: 3.141592653589793 rad + pos: -269.5,-77.5 parent: 1 - - uid: 17317 + - uid: 34641 components: - type: Transform - pos: 220.5,184.5 + rot: 3.141592653589793 rad + pos: -201.5,-4.5 parent: 1 - - uid: 17318 + - uid: 34642 components: - type: Transform - pos: 220.5,185.5 + rot: 3.141592653589793 rad + pos: -201.5,-5.5 parent: 1 - - uid: 17319 + - uid: 34643 components: - type: Transform - pos: 220.5,186.5 + rot: 3.141592653589793 rad + pos: -201.5,-3.5 parent: 1 - - uid: 17320 + - uid: 34644 components: - type: Transform - pos: 220.5,187.5 + rot: 3.141592653589793 rad + pos: -201.5,-13.5 parent: 1 - - uid: 17321 + - uid: 34645 components: - type: Transform - pos: 220.5,188.5 + pos: 52.5,45.5 parent: 1 - - uid: 17322 + - uid: 34646 components: - type: Transform - pos: 220.5,189.5 + rot: 3.141592653589793 rad + pos: -201.5,-11.5 parent: 1 - - uid: 17323 + - uid: 34647 components: - type: Transform - pos: 220.5,190.5 + rot: 3.141592653589793 rad + pos: -201.5,-15.5 parent: 1 - - uid: 17324 + - uid: 34648 components: - type: Transform - pos: 220.5,191.5 + rot: 3.141592653589793 rad + pos: -201.5,-12.5 parent: 1 - - uid: 17325 + - uid: 34649 components: - type: Transform - pos: 220.5,192.5 + rot: 3.141592653589793 rad + pos: -201.5,-14.5 parent: 1 - - uid: 17326 + - uid: 34650 components: - type: Transform - pos: 220.5,193.5 + rot: 3.141592653589793 rad + pos: -201.5,-10.5 parent: 1 - - uid: 17327 + - uid: 34651 components: - type: Transform - pos: 220.5,194.5 + rot: 3.141592653589793 rad + pos: -201.5,-9.5 parent: 1 - - uid: 17328 + - uid: 34652 components: - type: Transform - pos: 220.5,195.5 + rot: 3.141592653589793 rad + pos: -201.5,-2.5 parent: 1 - - uid: 17329 + - uid: 34653 components: - type: Transform - pos: 220.5,196.5 + rot: 3.141592653589793 rad + pos: -276.5,-42.5 parent: 1 - - uid: 17330 + - uid: 34654 components: - type: Transform - pos: 220.5,197.5 + rot: 3.141592653589793 rad + pos: -276.5,-44.5 parent: 1 - - uid: 17331 + - uid: 34655 components: - type: Transform - pos: 220.5,198.5 + rot: 3.141592653589793 rad + pos: -276.5,-43.5 parent: 1 - - uid: 17332 + - uid: 34656 components: - type: Transform - pos: 220.5,199.5 + rot: 3.141592653589793 rad + pos: -276.5,-57.5 parent: 1 - - uid: 17333 + - uid: 34657 components: - type: Transform - pos: 220.5,200.5 + rot: 3.141592653589793 rad + pos: -276.5,-45.5 parent: 1 - - uid: 17334 + - uid: 34658 components: - type: Transform - pos: 220.5,201.5 + rot: 3.141592653589793 rad + pos: -276.5,-51.5 parent: 1 - - uid: 17335 + - uid: 34659 components: - type: Transform - pos: 220.5,202.5 + rot: 3.141592653589793 rad + pos: -276.5,-53.5 parent: 1 - - uid: 17336 + - uid: 34660 components: - type: Transform - pos: 220.5,203.5 + rot: 3.141592653589793 rad + pos: -276.5,-49.5 parent: 1 - - uid: 17337 + - uid: 34661 components: - type: Transform - pos: 220.5,204.5 + rot: 3.141592653589793 rad + pos: -276.5,-58.5 parent: 1 - - uid: 17338 + - uid: 34662 components: - type: Transform - pos: 220.5,205.5 + rot: 3.141592653589793 rad + pos: -276.5,-50.5 parent: 1 - - uid: 17339 + - uid: 34663 components: - type: Transform - pos: 220.5,206.5 + rot: 3.141592653589793 rad + pos: -276.5,-59.5 parent: 1 - - uid: 17340 + - uid: 34664 components: - type: Transform - pos: 220.5,207.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-67.5 parent: 1 - - uid: 17341 + - uid: 34665 components: - type: Transform - pos: 220.5,208.5 + anchored: False + rot: 3.141592653589793 rad + pos: -272.5,-77.5 parent: 1 - - uid: 17342 + - uid: 34666 components: - type: Transform - pos: 220.5,209.5 + rot: 3.141592653589793 rad + pos: -276.5,-60.5 parent: 1 - - uid: 17343 + - uid: 34667 components: - type: Transform - pos: 220.5,210.5 + rot: 3.141592653589793 rad + pos: -276.5,-63.5 parent: 1 - - uid: 17344 + - uid: 34668 components: - type: Transform - pos: 220.5,211.5 + rot: 3.141592653589793 rad + pos: -276.5,-62.5 parent: 1 - - uid: 17345 + - uid: 34669 components: - type: Transform - pos: 220.5,212.5 + rot: 3.141592653589793 rad + pos: -276.5,-65.5 parent: 1 - - uid: 17346 + - uid: 34670 components: - type: Transform - pos: 219.5,172.5 + rot: 3.141592653589793 rad + pos: -276.5,-64.5 parent: 1 - - uid: 17347 + - uid: 34671 components: - type: Transform - pos: 219.5,173.5 + rot: 3.141592653589793 rad + pos: -276.5,-67.5 parent: 1 - - uid: 17348 + - uid: 34672 components: - type: Transform - pos: 219.5,174.5 + rot: 3.141592653589793 rad + pos: -276.5,-66.5 parent: 1 - - uid: 17349 + - uid: 34673 components: - type: Transform - pos: 219.5,175.5 + rot: 3.141592653589793 rad + pos: -276.5,-68.5 parent: 1 - - uid: 17350 + - uid: 34674 components: - type: Transform - pos: 219.5,176.5 + rot: 3.141592653589793 rad + pos: -276.5,-46.5 parent: 1 - - uid: 17351 + - uid: 34675 components: - type: Transform - pos: 219.5,177.5 + rot: 3.141592653589793 rad + pos: -276.5,-48.5 parent: 1 - - uid: 17352 + - uid: 34676 components: - type: Transform - pos: 219.5,178.5 + rot: 3.141592653589793 rad + pos: -276.5,-47.5 parent: 1 - - uid: 17353 + - uid: 34677 components: - type: Transform - pos: 219.5,179.5 + rot: 3.141592653589793 rad + pos: -276.5,-52.5 parent: 1 - - uid: 17354 + - uid: 34678 components: - type: Transform - pos: 219.5,180.5 + rot: 3.141592653589793 rad + pos: -276.5,-55.5 parent: 1 - - uid: 17355 + - uid: 34679 components: - type: Transform - pos: 219.5,181.5 + rot: 3.141592653589793 rad + pos: -276.5,-54.5 parent: 1 - - uid: 17356 + - uid: 34680 components: - type: Transform - pos: 219.5,182.5 + rot: 3.141592653589793 rad + pos: -276.5,-56.5 parent: 1 - - uid: 17357 + - uid: 34681 components: - type: Transform - pos: 219.5,183.5 + rot: 3.141592653589793 rad + pos: -276.5,-61.5 parent: 1 - - uid: 17358 + - uid: 34682 components: - type: Transform - pos: 219.5,184.5 + rot: 3.141592653589793 rad + pos: -207.5,-92.5 parent: 1 - - uid: 17359 + - uid: 34683 components: - type: Transform - pos: 219.5,185.5 + rot: 3.141592653589793 rad + pos: -201.5,-91.5 parent: 1 - - uid: 17360 + - uid: 34684 components: - type: Transform - pos: 219.5,186.5 + pos: 33.5,61.5 parent: 1 - - uid: 17361 + - uid: 34685 components: - type: Transform - pos: 219.5,187.5 + pos: 33.5,60.5 parent: 1 - - uid: 17362 + - uid: 34686 components: - type: Transform - pos: 219.5,188.5 + pos: 19.5,55.5 parent: 1 - - uid: 17363 + - uid: 34687 components: - type: Transform - pos: 219.5,189.5 + pos: 19.5,44.5 parent: 1 - - uid: 17364 + - uid: 34688 components: - type: Transform - pos: 219.5,190.5 + pos: 24.5,35.5 parent: 1 - - uid: 17365 + - uid: 34689 components: - type: Transform - pos: 219.5,191.5 + pos: 22.5,35.5 parent: 1 - - uid: 17366 + - uid: 34690 components: - type: Transform - pos: 219.5,192.5 + pos: 23.5,35.5 parent: 1 - - uid: 17367 + - uid: 34691 components: - type: Transform - pos: 219.5,193.5 + pos: 28.5,35.5 parent: 1 - - uid: 17368 + - uid: 34692 components: - type: Transform - pos: 219.5,194.5 + pos: 25.5,35.5 parent: 1 - - uid: 17369 + - uid: 34693 components: - type: Transform - pos: 219.5,195.5 + pos: 29.5,35.5 parent: 1 - - uid: 17370 + - uid: 34694 components: - type: Transform - pos: 219.5,196.5 + pos: 26.5,35.5 parent: 1 - - uid: 17371 + - uid: 34695 components: - type: Transform - pos: 219.5,197.5 + pos: 27.5,35.5 parent: 1 - - uid: 17372 + - uid: 34696 components: - type: Transform - pos: 219.5,198.5 + pos: 20.5,79.5 parent: 1 - - uid: 17373 + - uid: 34697 components: - type: Transform - pos: 219.5,199.5 + pos: 20.5,80.5 parent: 1 - - uid: 17374 + - uid: 34698 components: - type: Transform - pos: 219.5,200.5 + pos: 25.5,67.5 parent: 1 - - uid: 17375 + - uid: 34699 components: - type: Transform - pos: 219.5,201.5 + pos: 25.5,68.5 parent: 1 - - uid: 17376 + - uid: 34700 components: - type: Transform - pos: 219.5,202.5 + pos: 17.5,35.5 parent: 1 - - uid: 17377 + - uid: 34701 components: - type: Transform - pos: 219.5,203.5 + pos: 16.5,35.5 parent: 1 - - uid: 17378 + - uid: 34702 components: - type: Transform - pos: 219.5,204.5 + pos: -0.5,35.5 parent: 1 - - uid: 17379 + - uid: 34703 components: - type: Transform - pos: 219.5,205.5 + pos: -1.5,35.5 parent: 1 - - uid: 17380 + - uid: 34704 components: - type: Transform - pos: 219.5,206.5 + pos: -1.5,34.5 parent: 1 - - uid: 17381 + - uid: 34705 components: - type: Transform - pos: 219.5,207.5 + pos: 15.5,35.5 parent: 1 - - uid: 17382 + - uid: 34706 components: - type: Transform - pos: 219.5,208.5 + pos: 14.5,35.5 parent: 1 - - uid: 17383 + - uid: 34707 components: - type: Transform - pos: 219.5,209.5 + pos: 13.5,35.5 parent: 1 - - uid: 17384 + - uid: 34708 components: - type: Transform - pos: 219.5,210.5 + pos: 11.5,35.5 parent: 1 - - uid: 17385 + - uid: 34709 components: - type: Transform - pos: 219.5,211.5 + pos: 12.5,35.5 parent: 1 - - uid: 17386 + - uid: 34710 components: - type: Transform - pos: 219.5,212.5 + pos: 5.5,35.5 parent: 1 - - uid: 17387 + - uid: 34711 components: - type: Transform - pos: 219.5,211.5 + pos: 10.5,35.5 parent: 1 - - uid: 17388 + - uid: 34712 components: - type: Transform - pos: 219.5,212.5 + pos: 4.5,35.5 parent: 1 - - uid: 17389 + - uid: 34713 components: - type: Transform - pos: 218.5,211.5 + pos: 9.5,35.5 parent: 1 - - uid: 17390 + - uid: 34714 components: - type: Transform - pos: 218.5,212.5 + pos: 8.5,35.5 parent: 1 - - uid: 17391 + - uid: 34715 components: - type: Transform - pos: 217.5,211.5 + pos: 7.5,35.5 parent: 1 - - uid: 17392 + - uid: 34716 components: - type: Transform - pos: 217.5,212.5 + pos: 6.5,35.5 parent: 1 - - uid: 17393 + - uid: 34717 components: - type: Transform - pos: 216.5,211.5 + pos: 3.5,35.5 parent: 1 - - uid: 17394 + - uid: 34718 components: - type: Transform - pos: 216.5,212.5 + pos: 0.5,35.5 parent: 1 - - uid: 17395 + - uid: 34719 components: - type: Transform - pos: 215.5,211.5 + pos: 2.5,35.5 parent: 1 - - uid: 17396 + - uid: 34720 components: - type: Transform - pos: 215.5,212.5 + pos: 1.5,35.5 parent: 1 - - uid: 17397 + - uid: 34721 components: - type: Transform - pos: 214.5,211.5 + pos: 18.5,35.5 parent: 1 - - uid: 17398 + - uid: 34722 components: - type: Transform - pos: 214.5,212.5 + pos: -3.5,33.5 parent: 1 - - uid: 17399 + - uid: 34723 components: - type: Transform - pos: 213.5,211.5 + pos: -2.5,33.5 parent: 1 - - uid: 17400 + - uid: 34724 components: - type: Transform - pos: 213.5,212.5 + pos: -2.5,34.5 parent: 1 - - uid: 17401 + - uid: 34725 components: - type: Transform - pos: 212.5,211.5 + pos: -6.5,32.5 parent: 1 - - uid: 17402 + - uid: 34726 components: - type: Transform - pos: 212.5,212.5 + pos: 19.5,35.5 parent: 1 - - uid: 17403 + - uid: 34727 components: - type: Transform - pos: 211.5,211.5 + pos: -8.5,32.5 parent: 1 - - uid: 17404 + - uid: 34728 components: - type: Transform - pos: 211.5,212.5 + pos: -88.5,58.5 parent: 1 - - uid: 17405 + - uid: 34729 components: - type: Transform - pos: 210.5,211.5 + pos: -9.5,32.5 parent: 1 - - uid: 17406 + - uid: 34730 components: - type: Transform - pos: 210.5,212.5 + pos: -45.5,48.5 parent: 1 - - uid: 17407 + - uid: 34731 components: - type: Transform - pos: 209.5,211.5 + pos: -7.5,32.5 parent: 1 - - uid: 17408 + - uid: 34732 components: - type: Transform - pos: 209.5,212.5 + pos: -45.5,49.5 parent: 1 - - uid: 17409 + - uid: 34733 components: - type: Transform - pos: 208.5,211.5 + pos: -8.5,55.5 parent: 1 - - uid: 17410 + - uid: 34734 components: - type: Transform - pos: 208.5,212.5 + pos: -11.5,32.5 parent: 1 - - uid: 17411 + - uid: 34735 components: - type: Transform - pos: 207.5,211.5 + pos: -10.5,32.5 parent: 1 - - uid: 17412 + - uid: 34736 components: - type: Transform - pos: 207.5,212.5 + pos: -13.5,32.5 parent: 1 - - uid: 17413 + - uid: 34737 components: - type: Transform - pos: 206.5,211.5 + pos: -12.5,32.5 parent: 1 - - uid: 17414 + - uid: 34738 components: - type: Transform - pos: 206.5,212.5 + pos: -15.5,32.5 parent: 1 - - uid: 17415 + - uid: 34739 components: - type: Transform - pos: 205.5,211.5 + pos: -14.5,32.5 parent: 1 - - uid: 17416 + - uid: 34740 components: - type: Transform - pos: 205.5,212.5 + pos: -16.5,32.5 parent: 1 - - uid: 17417 + - uid: 34741 components: - type: Transform - pos: 204.5,211.5 + pos: -17.5,32.5 parent: 1 - - uid: 17418 + - uid: 34742 components: - type: Transform - pos: 204.5,212.5 + pos: -18.5,32.5 parent: 1 - - uid: 17419 + - uid: 34743 components: - type: Transform - pos: -203.5,-94.5 + pos: -20.5,32.5 parent: 1 - - uid: 17420 + - uid: 34744 components: - type: Transform - pos: 186.5,203.5 + pos: -19.5,32.5 parent: 1 - - uid: 17421 + - uid: 34745 components: - type: Transform - pos: 186.5,201.5 + pos: -22.5,32.5 parent: 1 - - uid: 17422 + - uid: 34746 components: - type: Transform - pos: 186.5,200.5 + pos: -21.5,32.5 parent: 1 - - uid: 17423 + - uid: 34747 components: - type: Transform - pos: 182.5,222.5 + pos: -38.5,32.5 parent: 1 - - uid: 17424 + - uid: 34748 components: - type: Transform - pos: 182.5,219.5 + pos: -36.5,32.5 parent: 1 - - uid: 17425 + - uid: 34749 components: - type: Transform - pos: 182.5,220.5 + pos: -28.5,32.5 parent: 1 - - uid: 17426 + - uid: 34750 components: - type: Transform - pos: 182.5,218.5 + pos: -39.5,32.5 parent: 1 - - uid: 17427 + - uid: 34751 components: - type: Transform - pos: 182.5,217.5 + pos: -37.5,32.5 parent: 1 - - uid: 17428 + - uid: 34752 components: - type: Transform - pos: 205.5,213.5 + pos: -30.5,32.5 parent: 1 - - uid: 17429 + - uid: 34753 components: - type: Transform - pos: 205.5,214.5 + pos: -29.5,32.5 parent: 1 - - uid: 17430 + - uid: 34754 components: - type: Transform - pos: 205.5,215.5 + pos: -32.5,32.5 parent: 1 - - uid: 17431 + - uid: 34755 components: - type: Transform - pos: 205.5,216.5 + pos: -31.5,32.5 parent: 1 - - uid: 17432 + - uid: 34756 components: - type: Transform - pos: 205.5,217.5 + pos: -34.5,32.5 parent: 1 - - uid: 17433 + - uid: 34757 components: - type: Transform - pos: 205.5,218.5 + pos: -33.5,32.5 parent: 1 - - uid: 17434 + - uid: 34758 components: - type: Transform - pos: 205.5,219.5 + pos: -35.5,32.5 parent: 1 - - uid: 17435 + - uid: 34759 components: - type: Transform - pos: 205.5,220.5 + pos: -62.5,42.5 parent: 1 - - uid: 17436 + - uid: 34760 components: - type: Transform - pos: 205.5,221.5 + pos: -23.5,32.5 parent: 1 - - uid: 17437 + - uid: 34761 components: - type: Transform - pos: 205.5,222.5 + pos: -25.5,32.5 parent: 1 - - uid: 17438 + - uid: 34762 components: - type: Transform - pos: 205.5,223.5 + pos: -24.5,32.5 parent: 1 - - uid: 17439 + - uid: 34763 components: - type: Transform - pos: 205.5,224.5 + pos: -26.5,32.5 parent: 1 - - uid: 17440 + - uid: 34764 components: - type: Transform - pos: 205.5,225.5 + pos: -27.5,32.5 parent: 1 - - uid: 17441 + - uid: 34765 components: - type: Transform - pos: 204.5,212.5 + pos: -40.5,32.5 parent: 1 - - uid: 17442 + - uid: 34766 components: - type: Transform - pos: 204.5,213.5 + pos: -73.5,58.5 parent: 1 - - uid: 17443 + - uid: 34767 components: - type: Transform - pos: 204.5,214.5 + pos: -41.5,32.5 parent: 1 - - uid: 17444 + - uid: 34768 components: - type: Transform - pos: 204.5,215.5 + pos: -74.5,58.5 parent: 1 - - uid: 17445 + - uid: 34769 components: - type: Transform - pos: 204.5,216.5 + pos: -45.5,44.5 parent: 1 - - uid: 17446 + - uid: 34770 components: - type: Transform - pos: 204.5,217.5 + pos: -44.5,37.5 parent: 1 - - uid: 17447 + - uid: 34771 components: - type: Transform - pos: 204.5,218.5 + pos: -44.5,38.5 parent: 1 - - uid: 17448 + - uid: 34772 components: - type: Transform - pos: 204.5,219.5 + pos: -44.5,39.5 parent: 1 - - uid: 17449 + - uid: 34773 components: - type: Transform - pos: 204.5,220.5 + pos: -44.5,40.5 parent: 1 - - uid: 17450 + - uid: 34774 components: - type: Transform - pos: 204.5,221.5 + pos: -42.5,37.5 parent: 1 - - uid: 17451 + - uid: 34775 components: - type: Transform - pos: 204.5,222.5 + pos: -41.5,37.5 parent: 1 - - uid: 17452 + - uid: 34776 components: - type: Transform - pos: 204.5,223.5 + pos: -41.5,35.5 parent: 1 - - uid: 17453 + - uid: 34777 components: - type: Transform - pos: 204.5,224.5 + pos: -41.5,36.5 parent: 1 - - uid: 17454 + - uid: 34778 components: - type: Transform - pos: 204.5,225.5 + pos: -41.5,34.5 parent: 1 - - uid: 17455 + - uid: 34779 components: - type: Transform - pos: -201.5,-94.5 + pos: -44.5,41.5 parent: 1 - - uid: 17456 + - uid: 34780 components: - type: Transform - pos: 186.5,204.5 + pos: -43.5,37.5 parent: 1 - - uid: 17457 + - uid: 34781 components: - type: Transform - pos: -211.5,-94.5 + pos: -44.5,42.5 parent: 1 - - uid: 17458 + - uid: 34782 components: - type: Transform - pos: 185.5,204.5 + pos: -45.5,46.5 parent: 1 - - uid: 17459 + - uid: 34783 components: - type: Transform - pos: 182.5,216.5 + pos: -68.5,58.5 parent: 1 - - uid: 17460 + - uid: 34784 components: - type: Transform - pos: 203.5,225.5 + pos: -45.5,43.5 parent: 1 - - uid: 17461 + - uid: 34785 components: - type: Transform - pos: 202.5,224.5 + pos: -64.5,56.5 parent: 1 - - uid: 17462 + - uid: 34786 components: - type: Transform - pos: 202.5,225.5 + pos: -69.5,58.5 parent: 1 - - uid: 17463 + - uid: 34787 components: - type: Transform - pos: 201.5,224.5 + pos: -45.5,45.5 parent: 1 - - uid: 17464 + - uid: 34788 components: - type: Transform - pos: 201.5,225.5 + pos: -64.5,53.5 parent: 1 - - uid: 17465 + - uid: 34789 components: - type: Transform - pos: 200.5,224.5 + pos: -63.5,42.5 parent: 1 - - uid: 17466 + - uid: 34790 components: - type: Transform - pos: 200.5,225.5 + pos: -61.5,42.5 parent: 1 - - uid: 17467 + - uid: 34791 components: - type: Transform - pos: 199.5,224.5 + pos: -60.5,42.5 parent: 1 - - uid: 17468 + - uid: 34792 components: - type: Transform - pos: 199.5,225.5 + pos: -58.5,42.5 parent: 1 - - uid: 17469 + - uid: 34793 components: - type: Transform - pos: 198.5,224.5 + pos: -59.5,42.5 parent: 1 - - uid: 17470 + - uid: 34794 components: - type: Transform - pos: 198.5,225.5 + pos: -57.5,42.5 parent: 1 - - uid: 17471 + - uid: 34795 components: - type: Transform - pos: 197.5,224.5 + pos: -56.5,42.5 parent: 1 - - uid: 17472 + - uid: 34796 components: - type: Transform - pos: 197.5,225.5 + pos: -54.5,42.5 parent: 1 - - uid: 17473 + - uid: 34797 components: - type: Transform - pos: 196.5,224.5 + pos: -55.5,42.5 parent: 1 - - uid: 17474 + - uid: 34798 components: - type: Transform - pos: 196.5,225.5 + pos: -53.5,42.5 parent: 1 - - uid: 17475 + - uid: 34799 components: - type: Transform - pos: 195.5,224.5 + pos: -52.5,42.5 parent: 1 - - uid: 17476 + - uid: 34800 components: - type: Transform - pos: 195.5,225.5 + pos: -51.5,42.5 parent: 1 - - uid: 17477 + - uid: 34801 components: - type: Transform - pos: 194.5,224.5 + pos: -50.5,42.5 parent: 1 - - uid: 17478 + - uid: 34802 components: - type: Transform - pos: 194.5,225.5 + pos: -64.5,52.5 parent: 1 - - uid: 17479 + - uid: 34803 components: - type: Transform - pos: 193.5,224.5 + pos: -64.5,51.5 parent: 1 - - uid: 17480 + - uid: 34804 components: - type: Transform - pos: 193.5,225.5 + pos: -64.5,50.5 parent: 1 - - uid: 17482 + - uid: 34805 components: - type: Transform - pos: 192.5,225.5 + pos: -64.5,49.5 parent: 1 - - uid: 17484 + - uid: 34806 components: - type: Transform - pos: 191.5,225.5 + pos: -64.5,48.5 parent: 1 - - uid: 17486 + - uid: 34807 components: - type: Transform - pos: 190.5,225.5 + pos: -64.5,47.5 parent: 1 - - uid: 17488 + - uid: 34808 components: - type: Transform - pos: 189.5,225.5 + pos: -64.5,46.5 parent: 1 - - uid: 17499 + - uid: 34809 components: - type: Transform - pos: 183.5,224.5 + pos: -64.5,45.5 parent: 1 - - uid: 17500 + - uid: 34810 components: - type: Transform - pos: 183.5,225.5 + pos: -64.5,44.5 parent: 1 - - uid: 17502 + - uid: 34811 components: - type: Transform - pos: 182.5,225.5 + pos: -64.5,43.5 parent: 1 - - uid: 17503 + - uid: 34812 components: - type: Transform - pos: 181.5,224.5 + pos: -64.5,42.5 parent: 1 - - uid: 17504 + - uid: 34813 components: - type: Transform - pos: 181.5,225.5 + pos: -49.5,42.5 parent: 1 - - uid: 17506 + - uid: 34814 components: - type: Transform - pos: 183.5,209.5 + pos: -48.5,42.5 parent: 1 - - uid: 17507 + - uid: 34815 components: - type: Transform - pos: 182.5,215.5 + pos: -47.5,42.5 parent: 1 - - uid: 17508 + - uid: 34816 components: - type: Transform - pos: 182.5,214.5 + pos: -46.5,42.5 parent: 1 - - uid: 17509 + - uid: 34817 components: - type: Transform - pos: 182.5,213.5 + pos: -45.5,42.5 parent: 1 - - uid: 17510 + - uid: 34818 components: - type: Transform - pos: 182.5,212.5 + pos: -3.5,32.5 parent: 1 - - uid: 17511 + - uid: 34819 components: - type: Transform - pos: 182.5,211.5 + pos: -5.5,32.5 parent: 1 - - uid: 17512 + - uid: 34820 components: - type: Transform - pos: 182.5,210.5 + pos: -4.5,32.5 parent: 1 - - uid: 17513 + - uid: 34821 components: - type: Transform - pos: 182.5,209.5 + pos: 32.5,45.5 parent: 1 - - uid: 17514 + - uid: 34822 components: - type: Transform - pos: 182.5,208.5 + pos: 33.5,45.5 parent: 1 - - uid: 17515 + - uid: 34823 components: - type: Transform - pos: 182.5,207.5 + pos: -62.5,175.5 parent: 1 - - uid: 17516 + - uid: 34824 components: - type: Transform - pos: 182.5,206.5 + pos: 35.5,37.5 parent: 1 - - uid: 17517 + - uid: 34825 components: - type: Transform - pos: 182.5,205.5 + pos: 20.5,78.5 parent: 1 - - uid: 17518 + - uid: 34826 components: - type: Transform - pos: 182.5,204.5 + pos: 20.5,77.5 parent: 1 - - uid: 17519 + - uid: 34827 components: - type: Transform - pos: 182.5,203.5 + pos: 25.5,69.5 parent: 1 - - uid: 17520 + - uid: 34828 components: - type: Transform - pos: 182.5,202.5 + pos: 21.5,55.5 parent: 1 - - uid: 17521 + - uid: 34829 components: - type: Transform - pos: 182.5,201.5 + pos: 31.5,37.5 parent: 1 - - uid: 17523 + - uid: 34830 components: - type: Transform - pos: 181.5,223.5 + pos: 33.5,62.5 parent: 1 - - uid: 17524 + - uid: 34831 components: - type: Transform - pos: 181.5,222.5 + pos: 42.5,37.5 parent: 1 - - uid: 17525 + - uid: 34832 components: - type: Transform - pos: 181.5,221.5 + pos: 35.5,45.5 parent: 1 - - uid: 17526 + - uid: 34833 components: - type: Transform - pos: 181.5,220.5 + pos: 33.5,37.5 parent: 1 - - uid: 17527 + - uid: 34834 components: - type: Transform - pos: 181.5,219.5 + pos: 34.5,45.5 parent: 1 - - uid: 17528 + - uid: 34835 components: - type: Transform - pos: 181.5,218.5 + pos: 4.5,55.5 parent: 1 - - uid: 17529 + - uid: 34836 components: - type: Transform - pos: 181.5,217.5 + pos: 34.5,37.5 parent: 1 - - uid: 17530 + - uid: 34837 components: - type: Transform - pos: 181.5,216.5 + pos: 36.5,45.5 parent: 1 - - uid: 17531 + - uid: 34838 components: - type: Transform - pos: 181.5,215.5 + pos: -94.5,58.5 parent: 1 - - uid: 17532 + - uid: 34839 components: - type: Transform - pos: 181.5,214.5 + pos: 43.5,37.5 parent: 1 - - uid: 17533 + - uid: 34840 components: - type: Transform - pos: 181.5,213.5 + pos: 37.5,45.5 parent: 1 - - uid: 17534 + - uid: 34841 components: - type: Transform - pos: 181.5,212.5 + pos: 33.5,59.5 parent: 1 - - uid: 17535 + - uid: 34842 components: - type: Transform - pos: 181.5,211.5 + pos: 44.5,37.5 parent: 1 - - uid: 17536 + - uid: 34843 components: - type: Transform - pos: 181.5,210.5 + pos: 38.5,45.5 parent: 1 - - uid: 17537 + - uid: 34844 components: - type: Transform - pos: 181.5,209.5 + pos: 33.5,58.5 parent: 1 - - uid: 17538 + - uid: 34845 components: - type: Transform - pos: 181.5,208.5 + pos: 45.5,37.5 parent: 1 - - uid: 17539 + - uid: 34846 components: - type: Transform - pos: 181.5,207.5 + pos: 44.5,45.5 parent: 1 - - uid: 17540 + - uid: 34847 components: - type: Transform - pos: 181.5,206.5 + pos: 33.5,57.5 parent: 1 - - uid: 17541 + - uid: 34848 components: - type: Transform - pos: 181.5,205.5 + pos: 36.5,37.5 parent: 1 - - uid: 17542 + - uid: 34849 components: - type: Transform - pos: 181.5,204.5 + pos: 41.5,45.5 parent: 1 - - uid: 17543 + - uid: 34850 components: - type: Transform - pos: 181.5,203.5 + pos: 5.5,55.5 parent: 1 - - uid: 17544 + - uid: 34851 components: - type: Transform - pos: 181.5,202.5 + pos: 31.5,55.5 parent: 1 - - uid: 17545 + - uid: 34852 components: - type: Transform - pos: 181.5,201.5 + pos: 38.5,37.5 parent: 1 - - uid: 17546 + - uid: 34853 components: - type: Transform - pos: -202.5,-94.5 + pos: 40.5,45.5 parent: 1 - - uid: 17547 + - uid: 34854 components: - type: Transform - pos: 185.5,202.5 + pos: 33.5,55.5 parent: 1 - - uid: 17548 + - uid: 34855 components: - type: Transform - pos: 185.5,203.5 + pos: 30.5,55.5 parent: 1 - - uid: 17549 + - uid: 34856 components: - type: Transform - pos: 185.5,200.5 + pos: 39.5,37.5 parent: 1 - - uid: 17550 + - uid: 34857 components: - type: Transform - pos: 185.5,201.5 + pos: 39.5,45.5 parent: 1 - - uid: 17551 + - uid: 34858 components: - type: Transform - pos: 184.5,204.5 + pos: 33.5,56.5 parent: 1 - - uid: 17552 + - uid: 34859 components: - type: Transform - pos: 184.5,203.5 + pos: 29.5,55.5 parent: 1 - - uid: 17553 + - uid: 34860 components: - type: Transform - pos: 183.5,211.5 + pos: 37.5,37.5 parent: 1 - - uid: 17554 + - uid: 34861 components: - type: Transform - pos: 183.5,212.5 + pos: 42.5,45.5 parent: 1 - - uid: 17555 + - uid: 34862 components: - type: Transform - pos: 183.5,213.5 + pos: 28.5,55.5 parent: 1 - - uid: 17556 + - uid: 34863 components: - type: Transform - pos: 183.5,214.5 + pos: 40.5,37.5 parent: 1 - - uid: 17557 + - uid: 34864 components: - type: Transform - pos: 183.5,215.5 + pos: 43.5,45.5 parent: 1 - - uid: 17558 + - uid: 34865 components: - type: Transform - pos: 183.5,216.5 + pos: 27.5,55.5 parent: 1 - - uid: 17559 + - uid: 34866 components: - type: Transform - pos: 183.5,217.5 + pos: 41.5,37.5 parent: 1 - - uid: 17560 + - uid: 34867 components: - type: Transform - pos: 183.5,218.5 + pos: 45.5,45.5 parent: 1 - - uid: 17561 + - uid: 34868 components: - type: Transform - pos: 183.5,219.5 + pos: 26.5,55.5 parent: 1 - - uid: 17562 + - uid: 34869 components: - type: Transform - pos: 183.5,220.5 + pos: 48.5,37.5 parent: 1 - - uid: 17563 + - uid: 34870 components: - type: Transform - pos: 183.5,221.5 + pos: 46.5,45.5 parent: 1 - - uid: 17566 + - uid: 34871 components: - type: Transform - pos: 183.5,223.5 + pos: 25.5,55.5 parent: 1 - - uid: 17582 + - uid: 34872 components: - type: Transform - pos: 186.5,226.5 + pos: 46.5,37.5 parent: 1 - - uid: 17586 + - uid: 34873 components: - type: Transform - pos: 187.5,226.5 + pos: 47.5,45.5 parent: 1 - - uid: 17588 + - uid: 34874 components: - type: Transform - pos: 188.5,226.5 + pos: 7.5,55.5 parent: 1 - - uid: 17592 + - uid: 34875 components: - type: Transform - pos: 184.5,200.5 + pos: 47.5,37.5 parent: 1 - - uid: 17593 + - uid: 34876 components: - type: Transform - pos: 183.5,204.5 + pos: 31.5,43.5 parent: 1 - - uid: 17594 + - uid: 34877 components: - type: Transform - pos: 183.5,203.5 + pos: 31.5,45.5 parent: 1 - - uid: 17595 + - uid: 34878 components: - type: Transform - pos: 183.5,202.5 + pos: 31.5,44.5 parent: 1 - - uid: 17596 + - uid: 34879 components: - type: Transform - pos: 183.5,201.5 + pos: 31.5,42.5 parent: 1 - - uid: 17597 + - uid: 34880 components: - type: Transform - pos: 183.5,200.5 + pos: 31.5,40.5 parent: 1 - - uid: 17598 + - uid: 34881 components: - type: Transform - pos: 182.5,204.5 + pos: 31.5,41.5 parent: 1 - - uid: 17599 + - uid: 34882 components: - type: Transform - pos: 182.5,203.5 + pos: 31.5,38.5 parent: 1 - - uid: 17600 + - uid: 34883 components: - type: Transform - pos: 182.5,202.5 + pos: 31.5,39.5 parent: 1 - - uid: 17601 + - uid: 34884 components: - type: Transform - pos: 182.5,201.5 + pos: 3.5,55.5 parent: 1 - - uid: 17602 + - uid: 34885 components: - type: Transform - pos: 182.5,200.5 + pos: 2.5,55.5 parent: 1 - - uid: 17603 + - uid: 34886 components: - type: Transform - pos: -201.5,-74.5 + pos: 32.5,62.5 parent: 1 - - uid: 17604 + - uid: 34887 components: - type: Transform - pos: -204.5,-94.5 + pos: 20.5,81.5 parent: 1 - - uid: 17605 + - uid: 34888 components: - type: Transform - pos: -200.5,-74.5 + pos: 6.5,55.5 parent: 1 - - uid: 17606 + - uid: 34889 components: - type: Transform - pos: -206.5,-94.5 + pos: 31.5,62.5 parent: 1 - - uid: 17607 + - uid: 34890 components: - type: Transform - pos: -205.5,-94.5 + pos: 30.5,62.5 parent: 1 - - uid: 17608 + - uid: 34891 components: - type: Transform - pos: -210.5,-94.5 + pos: 32.5,55.5 parent: 1 - - uid: 17609 + - uid: 34892 components: - type: Transform - pos: -209.5,-94.5 + pos: 8.5,55.5 parent: 1 - - uid: 17610 + - uid: 34893 components: - type: Transform - pos: -212.5,-94.5 + pos: -95.5,58.5 parent: 1 - - uid: 17611 + - uid: 34894 components: - type: Transform - pos: -202.5,-74.5 + pos: 26.5,62.5 parent: 1 - - uid: 17612 + - uid: 34895 components: - type: Transform - pos: -203.5,-74.5 + pos: 22.5,55.5 parent: 1 - - uid: 17613 + - uid: 34896 components: - type: Transform - pos: -205.5,-74.5 + pos: 27.5,62.5 parent: 1 - - uid: 17614 + - uid: 34897 components: - type: Transform - pos: -204.5,-74.5 + pos: 28.5,62.5 parent: 1 - - uid: 17615 + - uid: 34898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-65.5 + pos: 9.5,55.5 parent: 1 - - uid: 17616 + - uid: 34899 components: - type: Transform - pos: -206.5,-74.5 + pos: 16.5,55.5 parent: 1 - - uid: 17617 + - uid: 34900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -205.5,-79.5 + pos: 18.5,55.5 parent: 1 - - uid: 17618 + - uid: 34901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-75.5 + pos: 10.5,55.5 parent: 1 - - uid: 17619 + - uid: 34902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -203.5,-79.5 + pos: 11.5,55.5 parent: 1 - - uid: 17620 + - uid: 34903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-76.5 + pos: 12.5,55.5 parent: 1 - - uid: 17621 + - uid: 34904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-64.5 + pos: 15.5,55.5 parent: 1 - - uid: 17622 + - uid: 34905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-89.5 + pos: 17.5,55.5 parent: 1 - - uid: 17623 + - uid: 34906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-87.5 + pos: 20.5,55.5 parent: 1 - - uid: 17624 + - uid: 34907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -200.5,-78.5 + pos: 13.5,55.5 parent: 1 - - uid: 17625 + - uid: 34908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-88.5 + pos: 14.5,55.5 parent: 1 - - uid: 17626 + - uid: 34909 components: - type: Transform - pos: -305.5,-26.5 + pos: 23.5,55.5 parent: 1 - - uid: 17627 + - uid: 34910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -213.5,-94.5 + pos: 24.5,55.5 parent: 1 - - uid: 17628 + - uid: 34911 components: - type: Transform - pos: -306.5,-28.5 + pos: -71.5,58.5 parent: 1 - - uid: 17629 + - uid: 34912 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -214.5,-94.5 + pos: -89.5,58.5 parent: 1 - - uid: 17630 + - uid: 34913 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -217.5,-94.5 + pos: 19.5,43.5 parent: 1 - - uid: 17631 + - uid: 34914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -279.5,-94.5 + pos: 19.5,41.5 parent: 1 - - uid: 17632 + - uid: 34915 components: - type: Transform - pos: -233.5,-101.5 + pos: 19.5,42.5 parent: 1 - - uid: 17633 + - uid: 34916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -235.5,-99.5 + pos: 19.5,40.5 parent: 1 - - uid: 17634 + - uid: 34917 components: - type: Transform - pos: -305.5,-17.5 + pos: 19.5,39.5 parent: 1 - - uid: 17635 + - uid: 34918 components: - type: Transform - pos: -308.5,-37.5 + pos: 19.5,37.5 parent: 1 - - uid: 17636 + - uid: 34919 components: - type: Transform - pos: -306.5,-29.5 + pos: 19.5,38.5 parent: 1 - - uid: 17637 + - uid: 34920 components: - type: Transform - pos: -303.5,-32.5 + pos: 19.5,36.5 parent: 1 - - uid: 17638 + - uid: 34921 components: - type: Transform - pos: -305.5,-37.5 + pos: -78.5,58.5 parent: 1 - - uid: 17639 + - uid: 34922 components: - type: Transform - pos: -306.5,-30.5 + pos: -163.5,74.5 parent: 1 - - uid: 17640 + - uid: 34923 components: - type: Transform - pos: -305.5,-28.5 + pos: -7.5,55.5 parent: 1 - - uid: 17641 + - uid: 34924 components: - type: Transform - pos: -306.5,-31.5 + pos: -45.5,47.5 parent: 1 - - uid: 17642 + - uid: 34925 components: - type: Transform - pos: -305.5,-27.5 + pos: 29.5,62.5 parent: 1 - - uid: 17643 + - uid: 34926 components: - type: Transform - pos: -303.5,-33.5 + pos: 20.5,76.5 parent: 1 - - uid: 17644 + - uid: 34927 components: - type: Transform - pos: -303.5,-34.5 + pos: 20.5,75.5 parent: 1 - - uid: 17645 + - uid: 34928 components: - type: Transform - pos: -304.5,-31.5 + pos: 20.5,74.5 parent: 1 - - uid: 17646 + - uid: 34929 components: - type: Transform - pos: -305.5,-31.5 + pos: 20.5,73.5 parent: 1 - - uid: 17647 + - uid: 34930 components: - type: Transform - pos: -305.5,-25.5 + pos: 20.5,72.5 parent: 1 - - uid: 17648 + - uid: 34931 components: - type: Transform - pos: -305.5,-24.5 + pos: 20.5,71.5 parent: 1 - - uid: 17649 + - uid: 34932 components: - type: Transform - pos: -305.5,-23.5 + pos: 20.5,70.5 parent: 1 - - uid: 17650 + - uid: 34933 components: - type: Transform - pos: -305.5,-21.5 + pos: 21.5,70.5 parent: 1 - - uid: 17651 + - uid: 34934 components: - type: Transform - pos: -305.5,-22.5 + pos: 22.5,70.5 parent: 1 - - uid: 17652 + - uid: 34935 components: - type: Transform - pos: -305.5,-20.5 + pos: 23.5,70.5 parent: 1 - - uid: 17653 + - uid: 34936 components: - type: Transform - pos: -303.5,-35.5 + pos: 24.5,70.5 parent: 1 - - uid: 17654 + - uid: 34937 components: - type: Transform - pos: -303.5,-36.5 + pos: 25.5,70.5 parent: 1 - - uid: 17655 + - uid: 34938 components: - type: Transform - pos: -303.5,-37.5 + pos: 25.5,66.5 parent: 1 - - uid: 17656 + - uid: 34939 components: - type: Transform - pos: -304.5,-37.5 + pos: 25.5,65.5 parent: 1 - - uid: 17657 + - uid: 34940 components: - type: Transform - pos: -307.5,-37.5 + pos: 25.5,64.5 parent: 1 - - uid: 17658 + - uid: 34941 components: - type: Transform - pos: -309.5,-37.5 + pos: 25.5,63.5 parent: 1 - - uid: 17659 + - uid: 34942 components: - type: Transform - pos: -310.5,-37.5 + pos: 25.5,62.5 parent: 1 - - uid: 17660 + - uid: 34943 components: - type: Transform - pos: -311.5,-37.5 + pos: -85.5,58.5 parent: 1 - - uid: 17661 + - uid: 34944 components: - type: Transform - pos: -312.5,-37.5 + pos: -93.5,58.5 parent: 1 - - uid: 17662 + - uid: 34945 components: - type: Transform - pos: -313.5,-37.5 + pos: -97.5,58.5 parent: 1 - - uid: 17663 + - uid: 34946 components: - type: Transform - pos: -314.5,-37.5 + pos: -86.5,58.5 parent: 1 - - uid: 17664 + - uid: 34947 components: - type: Transform - pos: -314.5,-38.5 + pos: -82.5,58.5 parent: 1 - - uid: 17665 + - uid: 34948 components: - type: Transform - pos: -314.5,-39.5 + pos: -92.5,58.5 parent: 1 - - uid: 17666 + - uid: 34949 components: - type: Transform - pos: -314.5,-40.5 + pos: -96.5,58.5 parent: 1 - - uid: 17667 + - uid: 34950 components: - type: Transform - pos: -305.5,-19.5 + pos: -91.5,58.5 parent: 1 - - uid: 17668 + - uid: 34951 components: - type: Transform - pos: -305.5,-15.5 + pos: -84.5,58.5 parent: 1 - - uid: 17669 + - uid: 34952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-98.5 + pos: -98.5,58.5 parent: 1 - - uid: 17670 + - uid: 34953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-99.5 + pos: -83.5,58.5 parent: 1 - - uid: 17671 + - uid: 34954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-100.5 + pos: -90.5,58.5 parent: 1 - - uid: 17672 + - uid: 34955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -240.5,-98.5 + pos: -45.5,50.5 parent: 1 - - uid: 17673 + - uid: 34956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-98.5 + pos: -99.5,58.5 parent: 1 - - uid: 17674 + - uid: 34957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-98.5 + pos: -100.5,58.5 parent: 1 - - uid: 17675 + - uid: 34958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-98.5 + pos: -101.5,58.5 parent: 1 - - uid: 17676 + - uid: 34959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-97.5 + pos: -87.5,58.5 parent: 1 - - uid: 17677 + - uid: 34960 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-97.5 + pos: -64.5,57.5 parent: 1 - - uid: 17679 + - uid: 34961 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-98.5 + pos: -79.5,58.5 parent: 1 - - uid: 17680 + - uid: 34962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-98.5 + pos: -70.5,58.5 parent: 1 - - uid: 17681 + - uid: 34963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-96.5 + pos: -65.5,58.5 parent: 1 - - uid: 17682 + - uid: 34964 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-99.5 + pos: -72.5,58.5 parent: 1 - - uid: 17683 + - uid: 34965 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-97.5 + pos: -76.5,58.5 parent: 1 - - uid: 17684 + - uid: 34966 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-96.5 + pos: -75.5,58.5 parent: 1 - - uid: 17686 + - uid: 34967 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-96.5 + pos: -81.5,58.5 parent: 1 - - uid: 17687 + - uid: 34968 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-95.5 + pos: -67.5,58.5 parent: 1 - - uid: 17688 + - uid: 34969 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-97.5 + pos: -66.5,58.5 parent: 1 - - uid: 17689 + - uid: 34970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-99.5 + pos: -77.5,58.5 parent: 1 - - uid: 17690 + - uid: 34971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-97.5 + pos: -80.5,58.5 parent: 1 - - uid: 17691 + - uid: 34972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-95.5 + pos: -45.5,53.5 parent: 1 - - uid: 17692 + - uid: 34973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-102.5 + pos: -45.5,54.5 parent: 1 - - uid: 17693 + - uid: 34974 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-97.5 + pos: -45.5,51.5 parent: 1 - - uid: 17694 + - uid: 34975 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-97.5 + pos: -45.5,52.5 parent: 1 - - uid: 17696 + - uid: 34976 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-99.5 + pos: -64.5,55.5 parent: 1 - - uid: 17697 + - uid: 34977 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-97.5 + pos: -64.5,58.5 parent: 1 - - uid: 17698 + - uid: 34978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -251.5,-102.5 + pos: -64.5,54.5 parent: 1 - - uid: 17699 + - uid: 34979 components: - type: Transform - rot: 3.141592653589793 rad - pos: -217.5,-98.5 + pos: -41.5,33.5 parent: 1 - - uid: 17702 + - uid: 34980 components: - type: Transform - rot: 3.141592653589793 rad - pos: -216.5,-97.5 + pos: -102.5,58.5 parent: 1 - - uid: 17703 + - uid: 34981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-98.5 + pos: -103.5,58.5 parent: 1 - - uid: 17704 + - uid: 34982 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-99.5 + pos: -105.5,58.5 parent: 1 - - uid: 17705 + - uid: 34983 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-99.5 + pos: -104.5,58.5 parent: 1 - - uid: 17708 + - uid: 34984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -226.5,-99.5 + pos: -106.5,58.5 parent: 1 - - uid: 17709 + - uid: 34985 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-99.5 + pos: -107.5,58.5 parent: 1 - - uid: 17710 + - uid: 34986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-99.5 + pos: -108.5,58.5 parent: 1 - - uid: 17711 + - uid: 34987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -240.5,-99.5 + pos: -109.5,58.5 parent: 1 - - uid: 17712 + - uid: 34988 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-99.5 + pos: -110.5,58.5 parent: 1 - - uid: 17713 + - uid: 34989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-99.5 + pos: -111.5,58.5 parent: 1 - - uid: 17714 + - uid: 34990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-99.5 + pos: -112.5,58.5 parent: 1 - - uid: 17715 + - uid: 34991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-98.5 + pos: -113.5,58.5 parent: 1 - - uid: 17716 + - uid: 34992 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-99.5 + pos: -114.5,58.5 parent: 1 - - uid: 17717 + - uid: 34993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-98.5 + pos: -115.5,58.5 parent: 1 - - uid: 17718 + - uid: 34994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -232.5,-99.5 + pos: -116.5,58.5 parent: 1 - - uid: 17719 + - uid: 34995 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-99.5 + pos: -117.5,58.5 parent: 1 - - uid: 17720 + - uid: 34996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-99.5 + pos: -118.5,58.5 parent: 1 - - uid: 17721 + - uid: 34997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -236.5,-99.5 + pos: -119.5,58.5 parent: 1 - - uid: 17722 + - uid: 34998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -237.5,-99.5 + pos: -120.5,58.5 parent: 1 - - uid: 17723 + - uid: 34999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-99.5 + pos: -121.5,58.5 parent: 1 - - uid: 17724 + - uid: 35000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-98.5 + pos: -122.5,58.5 parent: 1 - - uid: 17725 + - uid: 35001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -237.5,-100.5 + pos: -123.5,58.5 parent: 1 - - uid: 17726 + - uid: 35002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -236.5,-100.5 + pos: -124.5,58.5 parent: 1 - - uid: 17727 + - uid: 35003 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-100.5 + pos: -125.5,58.5 parent: 1 - - uid: 17728 + - uid: 35004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -239.5,-98.5 + pos: -126.5,58.5 parent: 1 - - uid: 17730 + - uid: 35005 components: - type: Transform - rot: 3.141592653589793 rad - pos: -242.5,-98.5 + pos: -6.5,55.5 parent: 1 - - uid: 17732 + - uid: 35006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -243.5,-98.5 + pos: -5.5,55.5 parent: 1 - - uid: 17733 + - uid: 35007 components: - type: Transform - rot: 3.141592653589793 rad - pos: -245.5,-99.5 + pos: -11.5,55.5 parent: 1 - - uid: 17734 + - uid: 35008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-100.5 + pos: -16.5,55.5 parent: 1 - - uid: 17735 + - uid: 35009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -247.5,-101.5 + pos: 0.5,55.5 parent: 1 - - uid: 17736 + - uid: 35010 components: - type: Transform - rot: 3.141592653589793 rad - pos: -248.5,-101.5 + pos: -4.5,55.5 parent: 1 - - uid: 17737 + - uid: 35011 components: - type: Transform - rot: 3.141592653589793 rad - pos: -250.5,-102.5 + pos: -3.5,55.5 parent: 1 - - uid: 17738 + - uid: 35012 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-98.5 + pos: -0.5,55.5 parent: 1 - - uid: 17739 + - uid: 35013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -239.5,-99.5 + pos: -10.5,55.5 parent: 1 - - uid: 17740 + - uid: 35014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-101.5 + pos: -9.5,55.5 parent: 1 - - uid: 17741 + - uid: 35015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -252.5,-102.5 + pos: -1.5,55.5 parent: 1 - - uid: 17742 + - uid: 35016 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-101.5 + pos: -2.5,55.5 parent: 1 - - uid: 17743 + - uid: 35017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-100.5 + pos: -12.5,55.5 parent: 1 - - uid: 17744 + - uid: 35018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-99.5 + pos: -13.5,55.5 parent: 1 - - uid: 17745 + - uid: 35019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-98.5 + pos: -14.5,55.5 parent: 1 - - uid: 17746 + - uid: 35020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-97.5 + pos: -15.5,55.5 parent: 1 - - uid: 17747 + - uid: 35021 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-96.5 + anchored: False + pos: -62.5,123.5 parent: 1 - - uid: 17748 + - uid: 35022 components: - type: Transform - rot: 3.141592653589793 rad - pos: -250.5,-101.5 + anchored: False + pos: -62.5,149.5 parent: 1 - - uid: 17749 + - uid: 35023 components: - type: Transform - rot: 3.141592653589793 rad - pos: -252.5,-101.5 + anchored: False + pos: -62.5,152.5 parent: 1 - - uid: 17750 + - uid: 35024 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-100.5 + pos: -62.5,169.5 parent: 1 - - uid: 17751 + - uid: 35025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -233.5,-100.5 + anchored: False + pos: -62.5,155.5 parent: 1 - - uid: 17752 + - uid: 35026 components: - type: Transform - rot: 3.141592653589793 rad - pos: -243.5,-99.5 + anchored: False + pos: -62.5,139.5 parent: 1 - - uid: 17753 + - uid: 35027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-99.5 + anchored: False + pos: -62.5,157.5 parent: 1 - - uid: 17755 + - uid: 35028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -232.5,-100.5 + pos: -62.5,160.5 parent: 1 - - uid: 17756 + - uid: 35029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -231.5,-100.5 + pos: -62.5,163.5 parent: 1 - - uid: 17757 + - uid: 35030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -230.5,-100.5 + anchored: False + pos: -62.5,127.5 parent: 1 - - uid: 17758 + - uid: 35031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -229.5,-100.5 + pos: -62.5,165.5 parent: 1 - - uid: 17759 + - uid: 35032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -228.5,-100.5 + pos: -62.5,171.5 parent: 1 - - uid: 17760 + - uid: 35033 components: - type: Transform - rot: 3.141592653589793 rad - pos: -227.5,-100.5 + pos: -62.5,172.5 parent: 1 - - uid: 17761 + - uid: 35034 components: - type: Transform - rot: 3.141592653589793 rad - pos: -226.5,-100.5 + pos: -62.5,168.5 parent: 1 - - uid: 17762 + - uid: 35035 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-100.5 + pos: -62.5,161.5 parent: 1 - - uid: 17763 + - uid: 35036 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-100.5 + anchored: False + pos: -62.5,134.5 parent: 1 - - uid: 17764 + - uid: 35037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-100.5 + anchored: False + pos: -62.5,136.5 parent: 1 - - uid: 17765 + - uid: 35038 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-100.5 + anchored: False + pos: -62.5,128.5 parent: 1 - - uid: 17766 + - uid: 35039 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-100.5 + anchored: False + pos: -62.5,129.5 parent: 1 - - uid: 17767 + - uid: 35040 components: - type: Transform - rot: 3.141592653589793 rad - pos: -220.5,-100.5 + rot: -1.5707963267948966 rad + pos: 20.5,82.5 parent: 1 - - uid: 17768 + - uid: 35041 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-100.5 + rot: -1.5707963267948966 rad + pos: 20.5,83.5 parent: 1 - - uid: 17769 + - uid: 35042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-100.5 + rot: -1.5707963267948966 rad + pos: 20.5,84.5 parent: 1 - - uid: 17770 + - uid: 35043 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-99.5 + rot: -1.5707963267948966 rad + pos: 20.5,85.5 parent: 1 - - uid: 17771 + - uid: 35044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-99.5 + rot: -1.5707963267948966 rad + pos: 20.5,86.5 parent: 1 - - uid: 17772 + - uid: 35045 components: - type: Transform - rot: 3.141592653589793 rad - pos: -215.5,-98.5 + rot: -1.5707963267948966 rad + pos: 20.5,87.5 parent: 1 - - uid: 17773 + - uid: 35046 components: - type: Transform - rot: 3.141592653589793 rad - pos: -214.5,-96.5 + anchored: False + pos: -62.5,135.5 parent: 1 - - uid: 17774 + - uid: 35047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -214.5,-95.5 + rot: -1.5707963267948966 rad + pos: 20.5,88.5 parent: 1 - - uid: 17775 + - uid: 35048 components: - type: Transform - pos: -238.5,-101.5 + rot: -1.5707963267948966 rad + pos: 20.5,89.5 parent: 1 - - uid: 17776 + - uid: 35049 components: - type: Transform - pos: -253.5,-96.5 + rot: -1.5707963267948966 rad + pos: 20.5,90.5 parent: 1 - - uid: 17777 + - uid: 35050 components: - type: Transform - pos: -236.5,-101.5 + rot: -1.5707963267948966 rad + pos: 20.5,91.5 parent: 1 - - uid: 17778 + - uid: 35051 components: - type: Transform - pos: -251.5,-95.5 + rot: -1.5707963267948966 rad + pos: 20.5,92.5 parent: 1 - - uid: 17779 + - uid: 35052 components: - type: Transform - pos: -252.5,-96.5 + rot: -1.5707963267948966 rad + pos: 20.5,93.5 parent: 1 - - uid: 17780 + - uid: 35053 components: - type: Transform - pos: -253.5,-95.5 + rot: -1.5707963267948966 rad + pos: 20.5,94.5 parent: 1 - - uid: 17781 + - uid: 35054 components: - type: Transform - pos: -254.5,-96.5 + rot: -1.5707963267948966 rad + pos: 20.5,95.5 parent: 1 - - uid: 17782 + - uid: 35055 components: - type: Transform - pos: -250.5,-95.5 + rot: -1.5707963267948966 rad + pos: 20.5,96.5 parent: 1 - - uid: 17783 + - uid: 35056 components: - type: Transform - pos: -252.5,-95.5 + rot: -1.5707963267948966 rad + pos: 20.5,97.5 parent: 1 - - uid: 17784 + - uid: 35057 components: - type: Transform - pos: -237.5,-101.5 + rot: -1.5707963267948966 rad + pos: 20.5,98.5 parent: 1 - - uid: 17785 + - uid: 35058 components: - type: Transform - pos: -238.5,-100.5 + rot: -1.5707963267948966 rad + pos: 20.5,99.5 parent: 1 - - uid: 17787 + - uid: 35059 components: - type: Transform - pos: -251.5,-96.5 + rot: -1.5707963267948966 rad + pos: 20.5,100.5 parent: 1 - - uid: 17788 + - uid: 35060 components: - type: Transform - pos: -254.5,-95.5 + rot: -1.5707963267948966 rad + pos: 20.5,101.5 parent: 1 - - uid: 17789 + - uid: 35061 components: - type: Transform - pos: -253.5,-97.5 + rot: -1.5707963267948966 rad + pos: 20.5,102.5 parent: 1 - - uid: 17790 + - uid: 35062 components: - type: Transform - pos: -232.5,-101.5 + rot: -1.5707963267948966 rad + pos: 20.5,103.5 parent: 1 - - uid: 17792 + - uid: 35063 components: - type: Transform - pos: -229.5,-101.5 + rot: -1.5707963267948966 rad + pos: 20.5,104.5 parent: 1 - - uid: 17793 + - uid: 35064 components: - type: Transform - pos: -230.5,-101.5 + rot: -1.5707963267948966 rad + pos: 20.5,105.5 parent: 1 - - uid: 17794 + - uid: 35065 components: - type: Transform - pos: -228.5,-101.5 + pos: -62.5,162.5 parent: 1 - - uid: 17795 + - uid: 35066 components: - type: Transform - pos: -227.5,-101.5 + pos: -62.5,167.5 parent: 1 - - uid: 17796 + - uid: 35067 components: - type: Transform - pos: -226.5,-101.5 + pos: -62.5,164.5 parent: 1 - - uid: 17797 + - uid: 35068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -235.5,-98.5 + anchored: False + pos: -62.5,125.5 parent: 1 - - uid: 17916 + - uid: 35069 components: - type: Transform - pos: 199.5,124.5 + anchored: False + pos: -62.5,124.5 parent: 1 - - uid: 19930 + - uid: 35070 components: - type: Transform - pos: 199.5,125.5 + anchored: False + pos: -62.5,156.5 parent: 1 - - uid: 19931 + - uid: 35071 components: - type: Transform - pos: 199.5,123.5 + pos: -25.5,108.5 parent: 1 - - uid: 21209 + - uid: 35072 components: - type: Transform - pos: -62.5,185.5 + anchored: False + pos: -62.5,122.5 parent: 1 - - uid: 21233 + - uid: 35073 components: - type: Transform - pos: -62.5,195.5 + pos: -54.5,108.5 parent: 1 - - uid: 21244 + - uid: 35074 components: - type: Transform anchored: False - pos: -7.5,108.5 + pos: -62.5,151.5 parent: 1 - - uid: 21251 + - uid: 35075 components: - type: Transform - pos: -62.5,198.5 + anchored: False + pos: -62.5,121.5 parent: 1 - - uid: 21252 + - uid: 35076 components: - type: Transform - anchored: False - pos: 0.5,108.5 + pos: -62.5,174.5 parent: 1 - - uid: 22572 + - uid: 35077 components: - type: Transform - pos: 184.5,226.5 + anchored: False + pos: -62.5,150.5 parent: 1 - - uid: 23108 + - uid: 35078 components: - type: Transform - pos: 185.5,226.5 + pos: -42.5,108.5 parent: 1 - - uid: 23166 + - uid: 35079 components: - type: Transform - pos: -55.5,108.5 + anchored: False + pos: -62.5,126.5 parent: 1 - - uid: 23205 + - uid: 35080 components: - type: Transform - pos: -62.5,189.5 + anchored: False + pos: -62.5,137.5 parent: 1 - - uid: 23289 + - uid: 35081 components: - type: Transform - pos: -31.5,74.5 + anchored: False + pos: -62.5,131.5 parent: 1 - - uid: 23291 + - uid: 35082 components: - type: Transform - pos: -22.5,62.5 + anchored: False + pos: -62.5,130.5 parent: 1 - - uid: 23821 + - uid: 35083 components: - type: Transform - pos: -52.5,108.5 + anchored: False + pos: -62.5,143.5 parent: 1 - - uid: 23822 + - uid: 35084 components: - type: Transform - pos: -62.5,176.5 + anchored: False + pos: -62.5,138.5 parent: 1 - - uid: 23823 + - uid: 35085 components: - type: Transform - pos: -62.5,182.5 + anchored: False + pos: -62.5,132.5 parent: 1 - - uid: 23914 + - uid: 35086 components: - type: Transform - pos: -53.5,108.5 + anchored: False + pos: -62.5,144.5 parent: 1 - - uid: 24725 + - uid: 35087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -154.5,77.5 + anchored: False + pos: -62.5,146.5 parent: 1 - - uid: 24765 + - uid: 35088 components: - type: Transform - pos: -197.5,39.5 + anchored: False + pos: -62.5,145.5 parent: 1 - - uid: 24772 + - uid: 35089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -158.5,77.5 + anchored: False + pos: -62.5,133.5 parent: 1 - - uid: 24862 + - uid: 35090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,77.5 + anchored: False + pos: -13.5,108.5 parent: 1 - - uid: 25160 + - uid: 35091 components: - type: Transform - pos: -22.5,56.5 + anchored: False + pos: -62.5,141.5 parent: 1 - - uid: 25233 + - uid: 35092 components: - type: Transform - pos: -25.5,69.5 + anchored: False + pos: -62.5,142.5 parent: 1 - - uid: 25288 + - uid: 35093 components: - type: Transform - pos: -34.5,74.5 + anchored: False + pos: -62.5,140.5 parent: 1 - - uid: 25374 + - uid: 35094 components: - type: Transform - pos: -30.5,69.5 + pos: -35.5,108.5 parent: 1 - - uid: 26903 + - uid: 35095 components: - type: Transform - pos: 199.5,137.5 + pos: -37.5,108.5 parent: 1 - - uid: 26998 + - uid: 35096 components: - type: Transform - pos: 199.5,136.5 + anchored: False + pos: -62.5,147.5 parent: 1 - - uid: 27012 + - uid: 35097 components: - type: Transform - pos: 199.5,134.5 + anchored: False + pos: -62.5,113.5 parent: 1 - - uid: 27013 + - uid: 35098 components: - type: Transform - pos: 199.5,133.5 + anchored: False + pos: -62.5,115.5 parent: 1 - - uid: 29195 + - uid: 35099 components: - type: Transform - pos: 199.5,127.5 + anchored: False + pos: -62.5,116.5 parent: 1 - - uid: 29211 + - uid: 35100 components: - type: Transform - pos: 199.5,135.5 + pos: -36.5,108.5 parent: 1 - - uid: 29293 + - uid: 35101 components: - type: Transform - pos: 199.5,132.5 + anchored: False + pos: -62.5,148.5 parent: 1 - - uid: 29297 + - uid: 35102 components: - type: Transform - pos: 199.5,126.5 + anchored: False + pos: 5.5,108.5 parent: 1 - - uid: 29300 + - uid: 35103 components: - type: Transform - pos: 199.5,128.5 + pos: -62.5,114.5 parent: 1 - - uid: 42873 + - uid: 35104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 214.5,199.5 + pos: -62.5,191.5 parent: 1 - - uid: 42876 + - uid: 35105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 212.5,199.5 + pos: -51.5,108.5 parent: 1 - - uid: 42877 + - uid: 35106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 205.5,199.5 + anchored: False + pos: -62.5,117.5 parent: 1 - - uid: 42880 + - uid: 35107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 204.5,199.5 + anchored: False + pos: -62.5,119.5 parent: 1 - - uid: 42882 + - uid: 35108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 211.5,199.5 + anchored: False + pos: -62.5,118.5 parent: 1 - - uid: 43792 + - uid: 35109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 203.5,199.5 + anchored: False + pos: -62.5,120.5 parent: 1 - - uid: 44181 + - uid: 35110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 202.5,199.5 + pos: -31.5,108.5 parent: 1 - - uid: 44186 + - uid: 35111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -235.5,-103.5 + pos: -32.5,108.5 parent: 1 - - uid: 44203 + - uid: 35112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -243.5,-110.5 + pos: -30.5,108.5 parent: 1 - - uid: 44204 + - uid: 35113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -242.5,-110.5 + anchored: False + pos: 3.5,108.5 parent: 1 - - uid: 44205 + - uid: 35114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -242.5,-109.5 + anchored: False + pos: -9.5,108.5 parent: 1 - - uid: 44208 + - uid: 35115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-109.5 + pos: -18.5,108.5 parent: 1 - - uid: 44209 + - uid: 35116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -251.5,-103.5 + anchored: False + pos: -62.5,112.5 parent: 1 - - uid: 44210 + - uid: 35117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-104.5 + anchored: False + pos: 8.5,108.5 parent: 1 - - uid: 44211 + - uid: 35118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -251.5,-104.5 + pos: -22.5,108.5 parent: 1 - - uid: 44212 + - uid: 35119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -251.5,-105.5 + anchored: False + pos: -14.5,108.5 parent: 1 - - uid: 44213 + - uid: 35120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-106.5 + pos: -38.5,108.5 parent: 1 - - uid: 44216 + - uid: 35121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-107.5 + pos: -39.5,108.5 parent: 1 - - uid: 44217 + - uid: 35122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-110.5 + pos: -47.5,108.5 parent: 1 - - uid: 44218 + - uid: 35123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -245.5,-110.5 + pos: -43.5,108.5 parent: 1 - - uid: 44220 + - uid: 35124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -234.5,-102.5 + pos: -44.5,108.5 parent: 1 - - uid: 44223 + - uid: 35125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-109.5 + pos: -33.5,108.5 parent: 1 - - uid: 44225 + - uid: 35126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-109.5 + pos: -27.5,108.5 parent: 1 - - uid: 44226 + - uid: 35127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-110.5 + pos: -21.5,108.5 parent: 1 - - uid: 44227 + - uid: 35128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-111.5 + anchored: False + pos: -0.5,108.5 parent: 1 - - uid: 44229 + - uid: 35129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -247.5,-111.5 + pos: -59.5,108.5 parent: 1 - - uid: 44230 + - uid: 35130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -246.5,-111.5 + pos: -58.5,108.5 parent: 1 - - uid: 44231 + - uid: 35131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -245.5,-111.5 + pos: -61.5,108.5 parent: 1 - - uid: 44232 + - uid: 35132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -240.5,-109.5 + pos: -60.5,108.5 parent: 1 - - uid: 44233 + - uid: 35133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-109.5 + pos: -62.5,108.5 parent: 1 - - uid: 44234 + - uid: 35134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-108.5 + pos: -57.5,108.5 parent: 1 - - uid: 44235 + - uid: 35135 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-107.5 + anchored: False + pos: -62.5,111.5 parent: 1 - - uid: 44236 + - uid: 35136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-107.5 + anchored: False + pos: 2.5,108.5 parent: 1 - - uid: 44237 + - uid: 35137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-106.5 + anchored: False + pos: 1.5,108.5 parent: 1 - - uid: 44238 + - uid: 35138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -237.5,-105.5 + pos: -45.5,108.5 parent: 1 - - uid: 44239 + - uid: 35139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -237.5,-104.5 + pos: -48.5,108.5 parent: 1 - - uid: 44241 + - uid: 35140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -237.5,-103.5 + pos: -50.5,108.5 parent: 1 - - uid: 44242 + - uid: 35141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -236.5,-103.5 + pos: -46.5,108.5 parent: 1 - - uid: 44243 + - uid: 35142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -236.5,-102.5 + pos: -49.5,108.5 parent: 1 - - uid: 44245 + - uid: 35143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-111.5 + anchored: False + pos: 6.5,108.5 parent: 1 - - uid: 44246 + - uid: 35144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -243.5,-111.5 + pos: -29.5,108.5 parent: 1 - - uid: 44247 + - uid: 35145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -242.5,-111.5 + anchored: False + pos: -2.5,108.5 parent: 1 - - uid: 44248 + - uid: 35146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-110.5 + pos: -24.5,108.5 parent: 1 - - uid: 44249 + - uid: 35147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -240.5,-110.5 + pos: -40.5,108.5 parent: 1 - - uid: 44250 + - uid: 35148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-110.5 + pos: -34.5,108.5 parent: 1 - - uid: 44251 + - uid: 35149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-109.5 + pos: -16.5,108.5 parent: 1 - - uid: 44253 + - uid: 35150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-108.5 + anchored: False + pos: -6.5,108.5 parent: 1 - - uid: 44254 + - uid: 35151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -237.5,-107.5 + anchored: False + pos: -4.5,108.5 parent: 1 - - uid: 44255 + - uid: 35152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -237.5,-106.5 + pos: -5.5,108.5 parent: 1 - - uid: 44257 + - uid: 35153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -236.5,-105.5 + anchored: False + pos: -15.5,108.5 parent: 1 - - uid: 44258 + - uid: 35154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -236.5,-104.5 + anchored: False + pos: -10.5,108.5 parent: 1 - - uid: 44267 + - uid: 35155 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -251.5,-107.5 + pos: -26.5,108.5 parent: 1 - - uid: 44268 + - uid: 35156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -251.5,-106.5 + anchored: False + pos: -62.5,109.5 parent: 1 - - uid: 44269 + - uid: 35157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -252.5,-105.5 + pos: -23.5,108.5 parent: 1 - - uid: 44270 + - uid: 35158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -252.5,-104.5 + anchored: False + pos: 7.5,108.5 parent: 1 - - uid: 44271 + - uid: 35159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -252.5,-103.5 + anchored: False + pos: 4.5,108.5 parent: 1 - - uid: 44272 + - uid: 35160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-108.5 + anchored: False + pos: -62.5,110.5 parent: 1 - - uid: 44273 + - uid: 35161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-109.5 + pos: -20.5,108.5 parent: 1 - - uid: 44274 + - uid: 35162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-110.5 + pos: -28.5,108.5 parent: 1 - - uid: 44275 + - uid: 35163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-111.5 + anchored: False + pos: -12.5,108.5 parent: 1 - - uid: 44277 + - uid: 35164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -247.5,-112.5 + pos: -17.5,108.5 parent: 1 - - uid: 44278 + - uid: 35165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -246.5,-112.5 + anchored: False + pos: -1.5,108.5 parent: 1 - - uid: 44279 + - uid: 35166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -245.5,-112.5 + pos: -19.5,108.5 parent: 1 - - uid: 44280 + - uid: 35167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-112.5 + pos: -62.5,179.5 parent: 1 - - uid: 44281 + - uid: 35168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -243.5,-112.5 + pos: -62.5,184.5 parent: 1 - - uid: 44294 + - uid: 35169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-99.5 + pos: -62.5,192.5 parent: 1 - - uid: 44596 + - uid: 35170 components: - type: Transform - pos: -340.5,70.5 + pos: -56.5,108.5 parent: 1 - - uid: 44875 + - uid: 35171 components: - type: Transform - anchored: False - pos: -345.5,45.5 + pos: -62.5,196.5 parent: 1 - - uid: 45058 + - uid: 35172 components: - type: Transform - pos: -342.5,56.5 + pos: -62.5,199.5 parent: 1 - - uid: 45059 + - uid: 35173 components: - type: Transform - pos: -342.5,60.5 + pos: -62.5,180.5 parent: 1 - - uid: 45093 + - uid: 35174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,77.5 + pos: -62.5,187.5 parent: 1 - - uid: 45094 + - uid: 35175 components: - type: Transform - pos: -342.5,70.5 + pos: 9.5,108.5 parent: 1 - - uid: 45156 + - uid: 35176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,36.5 + pos: 10.5,108.5 parent: 1 - - uid: 45158 + - uid: 35177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,80.5 + pos: 11.5,108.5 parent: 1 - - uid: 45159 + - uid: 35178 components: - type: Transform - pos: -342.5,48.5 + pos: 12.5,108.5 parent: 1 - - uid: 45160 + - uid: 35179 components: - type: Transform - pos: -342.5,49.5 + pos: 13.5,108.5 parent: 1 - - uid: 45162 + - uid: 35180 components: - type: Transform - pos: -398.5,45.5 + pos: 14.5,108.5 parent: 1 - - uid: 45163 + - uid: 35181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,107.5 + pos: 15.5,108.5 parent: 1 - - uid: 45164 + - uid: 35182 components: - type: Transform - pos: -407.5,108.5 + pos: 16.5,108.5 parent: 1 - - uid: 45176 + - uid: 35183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,67.5 + pos: 17.5,108.5 parent: 1 - - uid: 45178 + - uid: 35184 components: - type: Transform - pos: -342.5,45.5 + pos: 18.5,108.5 parent: 1 - - uid: 45181 + - uid: 35185 components: - type: Transform - pos: -342.5,93.5 + pos: 19.5,108.5 parent: 1 - - uid: 45184 + - uid: 35186 components: - type: Transform - pos: -342.5,47.5 + pos: 20.5,108.5 parent: 1 - - uid: 45185 + - uid: 35187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,74.5 + pos: 20.5,107.5 parent: 1 - - uid: 45188 + - uid: 35188 components: - type: Transform - pos: -399.5,45.5 + pos: 20.5,106.5 parent: 1 - - uid: 45189 + - uid: 35189 components: - type: Transform - pos: -342.5,85.5 + pos: -303.5,-31.5 parent: 1 - - uid: 45192 + - uid: 35190 components: - type: Transform - pos: -400.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -262.5,-77.5 parent: 1 - - uid: 45195 + - uid: 35191 components: - type: Transform - pos: -397.5,45.5 + rot: 3.141592653589793 rad + pos: -226.5,-77.5 parent: 1 - - uid: 45198 + - uid: 35192 components: - type: Transform - pos: -342.5,46.5 + anchored: False + rot: 3.141592653589793 rad + pos: -250.5,-77.5 parent: 1 - - uid: 45199 + - uid: 35193 components: - type: Transform - pos: -342.5,86.5 + anchored: False + rot: 3.141592653589793 rad + pos: -252.5,-77.5 parent: 1 - - uid: 45200 + - uid: 35194 components: - type: Transform anchored: False - pos: -346.5,45.5 + rot: 3.141592653589793 rad + pos: -261.5,-77.5 parent: 1 - - uid: 45201 + - uid: 35195 components: - type: Transform - pos: -342.5,84.5 + anchored: False + rot: 3.141592653589793 rad + pos: -251.5,-77.5 parent: 1 - - uid: 45202 + - uid: 35196 components: - type: Transform - pos: -339.5,70.5 + anchored: False + rot: 3.141592653589793 rad + pos: -249.5,-77.5 parent: 1 - - uid: 45203 + - uid: 35197 components: - type: Transform - pos: -342.5,89.5 + rot: 3.141592653589793 rad + pos: -247.5,-77.5 parent: 1 - - uid: 45204 + - uid: 35198 components: - type: Transform - pos: -405.5,44.5 + rot: 3.141592653589793 rad + pos: -246.5,-77.5 parent: 1 - - uid: 45242 + - uid: 35199 components: - type: Transform - pos: -337.5,70.5 + anchored: False + rot: 3.141592653589793 rad + pos: -254.5,-77.5 parent: 1 - - uid: 45280 + - uid: 35200 components: - type: Transform - pos: -342.5,58.5 + anchored: False + rot: 3.141592653589793 rad + pos: -258.5,-77.5 parent: 1 - - uid: 45281 + - uid: 35201 components: - type: Transform - pos: -338.5,70.5 + anchored: False + rot: 3.141592653589793 rad + pos: -257.5,-77.5 parent: 1 - - uid: 45289 + - uid: 35202 components: - type: Transform anchored: False - pos: -406.5,31.5 + rot: 3.141592653589793 rad + pos: -260.5,-77.5 parent: 1 - - uid: 45290 + - uid: 35203 components: - type: Transform - pos: -342.5,59.5 + pos: -306.5,-37.5 parent: 1 - - uid: 45376 + - uid: 35204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,60.5 + pos: -305.5,-16.5 parent: 1 - - uid: 45377 + - uid: 35205 components: - type: Transform - pos: -340.5,84.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-50.5 parent: 1 - - uid: 45380 + - uid: 35206 components: - type: Transform - pos: -339.5,84.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-56.5 parent: 1 - - uid: 45423 + - uid: 35207 components: - type: Transform - pos: -341.5,70.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-62.5 parent: 1 - - uid: 45424 + - uid: 35208 components: - type: Transform - pos: -342.5,57.5 + rot: 3.141592653589793 rad + pos: -204.5,-78.5 parent: 1 - - uid: 45426 + - uid: 35209 components: - type: Transform - pos: -341.5,84.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-29.5 parent: 1 - - uid: 45430 + - uid: 35210 components: - type: Transform - pos: -342.5,50.5 + rot: 3.141592653589793 rad + pos: -200.5,-36.5 parent: 1 - - uid: 45431 + - uid: 35211 components: - type: Transform - pos: -342.5,103.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-42.5 parent: 1 - - uid: 45432 + - uid: 35212 components: - type: Transform - pos: -342.5,51.5 + rot: 3.141592653589793 rad + pos: -291.5,-62.5 parent: 1 - - uid: 45435 + - uid: 35213 components: - type: Transform - pos: -342.5,87.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-66.5 parent: 1 - - uid: 45436 + - uid: 35214 components: - type: Transform - pos: -342.5,88.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-60.5 parent: 1 - - uid: 45437 + - uid: 35215 components: - type: Transform - pos: -342.5,90.5 + rot: 3.141592653589793 rad + pos: -299.5,-44.5 parent: 1 - - uid: 45438 + - uid: 35216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,86.5 + rot: 3.141592653589793 rad + pos: -200.5,-12.5 parent: 1 - - uid: 45439 + - uid: 35217 components: - type: Transform - pos: -338.5,84.5 + rot: 3.141592653589793 rad + pos: -200.5,-17.5 parent: 1 - - uid: 45440 + - uid: 35218 components: - type: Transform - pos: -337.5,84.5 + rot: 3.141592653589793 rad + pos: -200.5,-19.5 parent: 1 - - uid: 45441 + - uid: 35219 components: - type: Transform - pos: -336.5,84.5 + rot: 3.141592653589793 rad + pos: -200.5,-11.5 parent: 1 - - uid: 45444 + - uid: 35220 components: - type: Transform - pos: -336.5,70.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-51.5 parent: 1 - - uid: 45446 + - uid: 35221 components: - type: Transform - pos: -342.5,69.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-42.5 parent: 1 - - uid: 45447 + - uid: 35222 components: - type: Transform - pos: -342.5,68.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-49.5 parent: 1 - - uid: 45448 + - uid: 35223 components: - type: Transform - pos: -342.5,67.5 + pos: 200.5,161.5 parent: 1 - - uid: 45449 + - uid: 35224 components: - type: Transform - pos: -342.5,66.5 + pos: 206.5,77.5 parent: 1 - - uid: 45450 + - uid: 35225 components: - type: Transform - pos: -342.5,65.5 + pos: 219.5,177.5 parent: 1 - - uid: 45451 + - uid: 35226 components: - type: Transform - pos: -342.5,64.5 + anchored: False + pos: 219.5,175.5 parent: 1 - - uid: 45452 + - uid: 35227 components: - type: Transform - pos: -342.5,63.5 + pos: 219.5,179.5 parent: 1 - - uid: 45453 + - uid: 35228 components: - type: Transform - pos: -342.5,62.5 + rot: 3.141592653589793 rad + pos: -309.5,-44.5 parent: 1 - - uid: 45455 + - uid: 35229 components: - type: Transform - pos: -342.5,92.5 + rot: 3.141592653589793 rad + pos: -200.5,-28.5 parent: 1 - - uid: 45456 + - uid: 35230 components: - type: Transform - pos: -401.5,45.5 + rot: 3.141592653589793 rad + pos: -302.5,-44.5 parent: 1 - - uid: 45458 + - uid: 35231 components: - type: Transform - pos: -342.5,91.5 + rot: 3.141592653589793 rad + pos: -311.5,-44.5 parent: 1 - - uid: 45459 + - uid: 35232 components: - type: Transform - pos: -342.5,52.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-41.5 parent: 1 - - uid: 45460 + - uid: 35233 components: - type: Transform - pos: -342.5,61.5 + rot: 3.141592653589793 rad + pos: -273.5,-76.5 parent: 1 - - uid: 45464 + - uid: 35234 components: - type: Transform - pos: -342.5,55.5 + pos: 201.5,77.5 parent: 1 - - uid: 45465 + - uid: 35235 components: - type: Transform - pos: -342.5,54.5 + rot: 3.141592653589793 rad + pos: -200.5,-10.5 parent: 1 - - uid: 45467 + - uid: 35236 components: - type: Transform anchored: False - pos: -344.5,45.5 + rot: 3.141592653589793 rad + pos: -201.5,-48.5 parent: 1 - - uid: 45468 + - uid: 35237 components: - type: Transform - pos: -342.5,53.5 + rot: 3.141592653589793 rad + pos: -300.5,-44.5 parent: 1 - - uid: 45470 + - uid: 35238 components: - type: Transform - pos: -342.5,94.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-53.5 parent: 1 - - uid: 45474 + - uid: 35239 components: - type: Transform anchored: False - pos: -347.5,114.5 + rot: 3.141592653589793 rad + pos: -201.5,-55.5 parent: 1 - - uid: 45475 + - uid: 35240 components: - type: Transform - anchored: False - pos: -343.5,45.5 + rot: 3.141592653589793 rad + pos: -313.5,-44.5 parent: 1 - - uid: 45479 + - uid: 35241 components: - type: Transform - pos: -342.5,104.5 + pos: 207.5,63.5 parent: 1 - - uid: 45480 + - uid: 35242 components: - type: Transform - pos: -391.5,114.5 + pos: 207.5,79.5 parent: 1 - - uid: 45481 + - uid: 35243 components: - type: Transform - anchored: False - pos: -348.5,45.5 + rot: 3.141592653589793 rad + pos: -205.5,-78.5 parent: 1 - - uid: 45482 + - uid: 35244 components: - type: Transform - anchored: False - pos: -347.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-16.5 parent: 1 - - uid: 45483 + - uid: 35245 components: - type: Transform - anchored: False - pos: -349.5,45.5 + rot: 3.141592653589793 rad + pos: -205.5,-77.5 parent: 1 - - uid: 45484 + - uid: 35246 components: - type: Transform anchored: False - pos: -350.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-43.5 parent: 1 - - uid: 45485 + - uid: 35247 components: - type: Transform - anchored: False - pos: -351.5,45.5 + pos: 219.5,183.5 parent: 1 - - uid: 45487 + - uid: 35248 components: - type: Transform - pos: -352.5,45.5 + rot: 3.141592653589793 rad + pos: -301.5,-44.5 parent: 1 - - uid: 45488 + - uid: 35249 components: - type: Transform - pos: -353.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-64.5 parent: 1 - - uid: 45489 + - uid: 35250 components: - type: Transform - pos: -354.5,45.5 + rot: 3.141592653589793 rad + pos: -303.5,-44.5 parent: 1 - - uid: 45490 + - uid: 35251 components: - type: Transform - pos: -355.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-41.5 parent: 1 - - uid: 45491 + - uid: 35252 components: - type: Transform - pos: -356.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-46.5 parent: 1 - - uid: 45492 + - uid: 35253 components: - type: Transform - pos: -357.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-48.5 parent: 1 - - uid: 45493 + - uid: 35254 components: - type: Transform - pos: -358.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-35.5 parent: 1 - - uid: 45494 + - uid: 35255 components: - type: Transform - pos: -359.5,45.5 + rot: 3.141592653589793 rad + pos: -290.5,-64.5 parent: 1 - - uid: 45495 + - uid: 35256 components: - type: Transform - pos: -360.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-63.5 parent: 1 - - uid: 45496 + - uid: 35257 components: - type: Transform - pos: -361.5,45.5 + rot: 3.141592653589793 rad + pos: -290.5,-67.5 parent: 1 - - uid: 45497 + - uid: 35258 components: - type: Transform - pos: -362.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-21.5 parent: 1 - - uid: 45498 + - uid: 35259 components: - type: Transform - pos: -363.5,45.5 + rot: 3.141592653589793 rad + pos: -305.5,-44.5 parent: 1 - - uid: 45499 + - uid: 35260 components: - type: Transform - pos: -364.5,45.5 + rot: -1.5707963267948966 rad + pos: -294.5,-91.5 parent: 1 - - uid: 45500 + - uid: 35261 components: - type: Transform - pos: -365.5,45.5 + pos: 219.5,176.5 parent: 1 - - uid: 45501 + - uid: 35262 components: - type: Transform - pos: -366.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-34.5 parent: 1 - - uid: 45502 + - uid: 35263 components: - type: Transform - pos: -367.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-44.5 parent: 1 - - uid: 45503 + - uid: 35264 components: - type: Transform - pos: -368.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-9.5 parent: 1 - - uid: 45504 + - uid: 35265 components: - type: Transform - pos: -369.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-61.5 parent: 1 - - uid: 45505 + - uid: 35266 components: - type: Transform - pos: -370.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-28.5 parent: 1 - - uid: 45506 + - uid: 35267 components: - type: Transform - pos: -371.5,45.5 + pos: 219.5,178.5 parent: 1 - - uid: 45507 + - uid: 35268 components: - type: Transform - pos: -372.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-27.5 parent: 1 - - uid: 45508 + - uid: 35269 components: - type: Transform - pos: -373.5,45.5 + pos: 219.5,184.5 parent: 1 - - uid: 45509 + - uid: 35270 components: - type: Transform - pos: -374.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -239.5,-91.5 parent: 1 - - uid: 45510 + - uid: 35271 components: - type: Transform - pos: -375.5,45.5 + rot: 3.141592653589793 rad + pos: -313.5,-45.5 parent: 1 - - uid: 45511 + - uid: 35272 components: - type: Transform - pos: -376.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-23.5 parent: 1 - - uid: 45512 + - uid: 35273 components: - type: Transform - pos: -377.5,45.5 + pos: 204.5,63.5 parent: 1 - - uid: 45513 + - uid: 35274 components: - type: Transform - pos: -378.5,45.5 + pos: 205.5,78.5 parent: 1 - - uid: 45514 + - uid: 35275 components: - type: Transform - pos: -379.5,45.5 + pos: 219.5,180.5 parent: 1 - - uid: 45515 + - uid: 35276 components: - type: Transform - pos: -380.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -268.5,-77.5 parent: 1 - - uid: 45516 + - uid: 35277 components: - type: Transform - pos: -381.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -201.5,-49.5 parent: 1 - - uid: 45517 + - uid: 35278 components: - type: Transform - pos: -382.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -276.5,-25.5 parent: 1 - - uid: 45518 + - uid: 35279 components: - type: Transform - pos: -383.5,45.5 + rot: 3.141592653589793 rad + pos: -200.5,-32.5 parent: 1 - - uid: 45519 + - uid: 35280 components: - type: Transform - pos: -384.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-68.5 parent: 1 - - uid: 45520 + - uid: 35281 components: - type: Transform - pos: -385.5,45.5 + rot: 3.141592653589793 rad + pos: -304.5,-44.5 parent: 1 - - uid: 45521 + - uid: 35282 components: - type: Transform - pos: -386.5,45.5 + rot: 3.141592653589793 rad + pos: -204.5,-76.5 parent: 1 - - uid: 45522 + - uid: 35283 components: - type: Transform - pos: -387.5,45.5 + rot: 3.141592653589793 rad + pos: -313.5,-46.5 parent: 1 - - uid: 45523 + - uid: 35284 components: - type: Transform - pos: -388.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-50.5 parent: 1 - - uid: 45524 + - uid: 35285 components: - type: Transform - pos: -389.5,45.5 + rot: 3.141592653589793 rad + pos: -202.5,-78.5 parent: 1 - - uid: 45525 + - uid: 35286 components: - type: Transform - pos: -390.5,45.5 + pos: 219.5,182.5 parent: 1 - - uid: 45526 + - uid: 35287 components: - type: Transform - pos: -391.5,45.5 + rot: 3.141592653589793 rad + pos: -220.5,-99.5 parent: 1 - - uid: 45527 + - uid: 35288 components: - type: Transform - pos: -392.5,45.5 + pos: -305.5,-18.5 parent: 1 - - uid: 45528 + - uid: 35289 components: - type: Transform - pos: -393.5,45.5 + rot: 3.141592653589793 rad + pos: -204.5,-75.5 parent: 1 - - uid: 45529 + - uid: 35290 components: - type: Transform - pos: -394.5,45.5 + anchored: False + rot: 3.141592653589793 rad + pos: -200.5,-58.5 parent: 1 - - uid: 45530 + - uid: 35291 components: - type: Transform - pos: -395.5,45.5 + rot: 3.141592653589793 rad + pos: -290.5,-62.5 parent: 1 - - uid: 45531 + - uid: 35292 components: - type: Transform - pos: -396.5,45.5 + rot: 3.141592653589793 rad + pos: -205.5,-75.5 parent: 1 - - uid: 45532 + - uid: 35293 components: - type: Transform - pos: -375.5,114.5 + rot: 3.141592653589793 rad + pos: -205.5,-76.5 parent: 1 - - uid: 45533 + - uid: 35294 components: - type: Transform anchored: False - pos: -346.5,114.5 + rot: 3.141592653589793 rad + pos: -276.5,-20.5 parent: 1 - - uid: 45534 + - uid: 35295 components: - type: Transform - pos: -342.5,95.5 + pos: -231.5,-101.5 parent: 1 - - uid: 45539 + - uid: 35296 components: - type: Transform - anchored: False - pos: -345.5,114.5 + rot: -1.5707963267948966 rad + pos: -263.5,-94.5 parent: 1 - - uid: 45542 + - uid: 35297 components: - type: Transform - pos: -342.5,96.5 + rot: -1.5707963267948966 rad + pos: -248.5,-94.5 parent: 1 - - uid: 45543 + - uid: 35298 components: - type: Transform - pos: -342.5,97.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -247.5,-94.5 parent: 1 - - uid: 45544 + - uid: 35299 components: - type: Transform - pos: -342.5,98.5 + rot: -1.5707963267948966 rad + pos: -264.5,-94.5 parent: 1 - - uid: 45545 + - uid: 35300 components: - type: Transform - pos: -342.5,99.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -245.5,-94.5 parent: 1 - - uid: 45546 + - uid: 35301 components: - type: Transform - pos: -342.5,100.5 + rot: -1.5707963267948966 rad + pos: -249.5,-94.5 parent: 1 - - uid: 45547 + - uid: 35302 components: - type: Transform - pos: -342.5,101.5 + rot: -1.5707963267948966 rad + pos: -250.5,-94.5 parent: 1 - - uid: 45548 + - uid: 35303 components: - type: Transform - pos: -342.5,102.5 + rot: -1.5707963267948966 rad + pos: -265.5,-94.5 parent: 1 - - uid: 45549 + - uid: 35304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,49.5 + rot: -1.5707963267948966 rad + pos: -251.5,-94.5 parent: 1 - - uid: 45551 + - uid: 35305 components: - type: Transform - anchored: False - pos: -344.5,114.5 + rot: -1.5707963267948966 rad + pos: -252.5,-94.5 parent: 1 - - uid: 45553 + - uid: 35306 components: - type: Transform anchored: False - pos: -405.5,52.5 - parent: 1 - - uid: 45554 - components: - - type: Transform - pos: -405.5,43.5 + rot: -1.5707963267948966 rad + pos: -246.5,-94.5 parent: 1 - - uid: 45556 + - uid: 35307 components: - type: Transform - anchored: False - pos: -406.5,30.5 + rot: -1.5707963267948966 rad + pos: -253.5,-94.5 parent: 1 - - uid: 45558 + - uid: 35308 components: - type: Transform - pos: -406.5,108.5 + rot: -1.5707963267948966 rad + pos: -278.5,-94.5 parent: 1 - - uid: 45560 + - uid: 35309 components: - type: Transform - anchored: False - pos: -343.5,114.5 + pos: 197.5,200.5 parent: 1 - - uid: 45561 + - uid: 35310 components: - type: Transform - pos: -342.5,106.5 + pos: 190.5,200.5 parent: 1 - - uid: 45562 + - uid: 35311 components: - type: Transform - pos: -342.5,105.5 + anchored: False + rot: 3.141592653589793 rad + pos: -293.5,-91.5 parent: 1 - - uid: 45563 + - uid: 35312 components: - type: Transform - pos: -342.5,108.5 + pos: 67.5,-211.5 parent: 1 - - uid: 45564 + - uid: 35313 components: - type: Transform - pos: -342.5,107.5 + pos: 69.5,-204.5 parent: 1 - - uid: 45565 + - uid: 35314 components: - type: Transform - pos: -342.5,109.5 + pos: 215.5,162.5 parent: 1 - - uid: 45566 + - uid: 35315 components: - type: Transform - pos: -342.5,110.5 + pos: 217.5,170.5 parent: 1 - - uid: 45567 + - uid: 35316 components: - type: Transform - pos: -342.5,112.5 + pos: 210.5,162.5 parent: 1 - - uid: 45568 + - uid: 35317 components: - type: Transform - pos: -342.5,111.5 + pos: 217.5,166.5 parent: 1 - - uid: 45569 + - uid: 35318 components: - type: Transform - pos: -342.5,114.5 + pos: 217.5,165.5 parent: 1 - - uid: 45570 + - uid: 35319 components: - type: Transform - pos: -342.5,113.5 + pos: 217.5,173.5 parent: 1 - - uid: 45573 + - uid: 35320 components: - type: Transform - anchored: False - pos: -350.5,114.5 + pos: 217.5,169.5 parent: 1 - - uid: 45574 + - uid: 35321 components: - type: Transform - anchored: False - pos: -349.5,114.5 + pos: 217.5,167.5 parent: 1 - - uid: 45575 + - uid: 35322 components: - type: Transform - anchored: False - pos: -352.5,114.5 + pos: 217.5,164.5 parent: 1 - - uid: 45576 + - uid: 35323 components: - type: Transform - anchored: False - pos: -351.5,114.5 + pos: 217.5,162.5 parent: 1 - - uid: 45577 + - uid: 35324 components: - type: Transform - anchored: False - pos: -354.5,114.5 + pos: 217.5,172.5 parent: 1 - - uid: 45578 + - uid: 35325 components: - type: Transform - anchored: False - pos: -353.5,114.5 + pos: 217.5,163.5 parent: 1 - - uid: 45579 + - uid: 35326 components: - type: Transform - anchored: False - pos: -356.5,114.5 + pos: 217.5,171.5 parent: 1 - - uid: 45580 + - uid: 35327 components: - type: Transform - anchored: False - pos: -355.5,114.5 + pos: 216.5,162.5 parent: 1 - - uid: 45581 + - uid: 35328 components: - type: Transform - anchored: False - pos: -357.5,114.5 + pos: 212.5,162.5 parent: 1 - - uid: 45582 + - uid: 35329 components: - type: Transform - anchored: False - pos: -359.5,114.5 + pos: 211.5,162.5 parent: 1 - - uid: 45583 + - uid: 35330 components: - type: Transform - pos: -361.5,114.5 + pos: 203.5,162.5 parent: 1 - - uid: 45584 + - uid: 35331 components: - type: Transform - pos: -360.5,114.5 + pos: 218.5,172.5 parent: 1 - - uid: 45585 + - uid: 35332 components: - type: Transform - pos: -363.5,114.5 + pos: 213.5,162.5 parent: 1 - - uid: 45586 + - uid: 35333 components: - type: Transform - pos: -362.5,114.5 + pos: 205.5,162.5 parent: 1 - - uid: 45587 + - uid: 35334 components: - type: Transform - pos: -365.5,114.5 + pos: 204.5,162.5 parent: 1 - - uid: 45588 + - uid: 35335 components: - type: Transform - pos: -364.5,114.5 + pos: 207.5,162.5 parent: 1 - - uid: 45589 + - uid: 35336 components: - type: Transform - pos: -367.5,114.5 + pos: 214.5,162.5 parent: 1 - - uid: 45590 + - uid: 35337 components: - type: Transform - pos: -366.5,114.5 + pos: 206.5,162.5 parent: 1 - - uid: 45591 + - uid: 35338 components: - type: Transform - pos: -369.5,114.5 + pos: 208.5,162.5 parent: 1 - - uid: 45592 + - uid: 35339 components: - type: Transform - pos: -368.5,114.5 + pos: 209.5,162.5 parent: 1 - - uid: 45593 + - uid: 35340 components: - type: Transform - pos: -371.5,114.5 + pos: 202.5,162.5 parent: 1 - - uid: 45594 + - uid: 35341 components: - type: Transform - pos: -370.5,114.5 + pos: 207.5,62.5 parent: 1 - - uid: 45596 + - uid: 35342 components: - type: Transform - pos: -372.5,114.5 + pos: 206.5,64.5 parent: 1 - - uid: 45598 + - uid: 35343 components: - type: Transform - anchored: False - pos: -358.5,114.5 + pos: 69.5,-207.5 parent: 1 - - uid: 45599 + - uid: 35344 components: - type: Transform - anchored: False - pos: -405.5,46.5 + pos: 70.5,-206.5 parent: 1 - - uid: 45600 + - uid: 35345 components: - type: Transform - anchored: False - pos: -405.5,47.5 + pos: 218.5,173.5 parent: 1 - - uid: 45601 + - uid: 35346 components: - type: Transform - anchored: False - pos: -405.5,51.5 + pos: 217.5,168.5 parent: 1 - - uid: 45602 + - uid: 35347 components: - type: Transform - anchored: False - pos: -405.5,50.5 + pos: 219.5,191.5 parent: 1 - - uid: 45604 + - uid: 35348 components: - type: Transform - anchored: False - pos: -405.5,49.5 + pos: 219.5,193.5 parent: 1 - - uid: 45605 + - uid: 35349 components: - type: Transform - anchored: False - pos: -405.5,48.5 + pos: 219.5,192.5 parent: 1 - - uid: 45607 + - uid: 35350 components: - type: Transform - anchored: False - pos: -348.5,114.5 + pos: 219.5,194.5 parent: 1 - - uid: 45613 + - uid: 35351 components: - type: Transform - pos: -402.5,45.5 + pos: 219.5,195.5 parent: 1 - - uid: 45614 + - uid: 35352 components: - type: Transform - pos: -403.5,45.5 + pos: 219.5,196.5 parent: 1 - - uid: 45615 + - uid: 35353 components: - type: Transform - pos: -404.5,45.5 + pos: 219.5,197.5 parent: 1 - - uid: 45616 + - uid: 35354 components: - type: Transform - pos: -405.5,45.5 + pos: 219.5,198.5 parent: 1 - - uid: 45617 + - uid: 35355 components: - type: Transform - pos: -381.5,114.5 + pos: 70.5,-207.5 parent: 1 - - uid: 45618 + - uid: 35356 components: - type: Transform - pos: -392.5,114.5 + pos: 219.5,199.5 parent: 1 - - uid: 45622 + - uid: 35357 components: - type: Transform - pos: -390.5,114.5 + anchored: False + pos: 220.5,172.5 parent: 1 - - uid: 45623 + - uid: 35358 components: - type: Transform - pos: -377.5,114.5 + anchored: False + pos: 220.5,173.5 parent: 1 - - uid: 45640 + - uid: 35359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,100.5 + anchored: False + pos: 220.5,174.5 parent: 1 - - uid: 45641 + - uid: 35360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -408.5,107.5 + pos: 220.5,182.5 parent: 1 - - uid: 45642 + - uid: 35361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,100.5 + pos: 220.5,176.5 parent: 1 - - uid: 45643 + - uid: 35362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,96.5 + anchored: False + pos: 220.5,175.5 parent: 1 - - uid: 45644 + - uid: 35363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,65.5 + pos: 220.5,178.5 parent: 1 - - uid: 45645 + - uid: 35364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,51.5 + pos: 220.5,177.5 parent: 1 - - uid: 45646 + - uid: 35365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -411.5,129.5 + pos: 220.5,180.5 parent: 1 - - uid: 45648 + - uid: 35366 components: - type: Transform - pos: -418.5,108.5 + pos: 220.5,179.5 parent: 1 - - uid: 45649 + - uid: 35367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -399.5,120.5 + pos: 220.5,183.5 parent: 1 - - uid: 45651 + - uid: 35368 components: - type: Transform - pos: -419.5,108.5 + pos: 220.5,181.5 parent: 1 - - uid: 45652 + - uid: 35369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,57.5 + pos: 220.5,184.5 parent: 1 - - uid: 45653 + - uid: 35370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,29.5 + pos: 220.5,187.5 parent: 1 - - uid: 45656 + - uid: 35371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,79.5 + pos: 220.5,186.5 parent: 1 - - uid: 45662 + - uid: 35372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,54.5 + pos: 220.5,185.5 parent: 1 - - uid: 45670 + - uid: 35373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,97.5 + rot: -1.5707963267948966 rad + pos: -277.5,-94.5 parent: 1 - - uid: 45672 + - uid: 35374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,107.5 + pos: 69.5,-206.5 parent: 1 - - uid: 45674 + - uid: 35375 components: - type: Transform - pos: -384.5,114.5 + anchored: False + pos: 219.5,172.5 parent: 1 - - uid: 45676 + - uid: 35376 components: - type: Transform - pos: -385.5,114.5 + pos: 218.5,166.5 parent: 1 - - uid: 45677 + - uid: 35377 components: - type: Transform - pos: -387.5,114.5 + pos: 218.5,169.5 parent: 1 - - uid: 45678 + - uid: 35378 components: - type: Transform - pos: -386.5,114.5 + pos: 218.5,165.5 parent: 1 - - uid: 45679 + - uid: 35379 components: - type: Transform - pos: -382.5,114.5 + pos: 200.5,162.5 parent: 1 - - uid: 45680 + - uid: 35380 components: - type: Transform - pos: -389.5,114.5 + pos: 206.5,63.5 parent: 1 - - uid: 45681 + - uid: 35381 components: - type: Transform - pos: -383.5,114.5 + anchored: False + pos: 219.5,173.5 parent: 1 - - uid: 45682 + - uid: 35382 components: - type: Transform - pos: -388.5,114.5 + pos: 203.5,161.5 parent: 1 - - uid: 45687 + - uid: 35383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,103.5 + pos: 69.5,-205.5 parent: 1 - - uid: 45691 + - uid: 35384 components: - type: Transform - pos: -408.5,108.5 + pos: 218.5,171.5 parent: 1 - - uid: 45693 + - uid: 35385 components: - type: Transform - pos: -405.5,42.5 + pos: 213.5,161.5 parent: 1 - - uid: 45699 + - uid: 35386 components: - type: Transform - pos: -406.5,35.5 + pos: 212.5,161.5 parent: 1 - - uid: 45700 + - uid: 35387 components: - type: Transform - pos: -376.5,114.5 + pos: 216.5,161.5 parent: 1 - - uid: 45702 + - uid: 35388 components: - type: Transform - pos: -403.5,114.5 + anchored: False + pos: 219.5,174.5 parent: 1 - - uid: 45703 + - uid: 35389 components: - type: Transform - pos: -404.5,114.5 + pos: 211.5,161.5 parent: 1 - - uid: 45704 + - uid: 35390 components: - type: Transform - pos: -405.5,114.5 + pos: 205.5,161.5 parent: 1 - - uid: 45705 + - uid: 35391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,59.5 + pos: 209.5,161.5 parent: 1 - - uid: 45707 + - uid: 35392 components: - type: Transform - pos: -405.5,106.5 + pos: 214.5,161.5 parent: 1 - - uid: 45708 + - uid: 35393 components: - type: Transform - pos: -405.5,107.5 + pos: 218.5,170.5 parent: 1 - - uid: 45709 + - uid: 35394 components: - type: Transform - pos: -405.5,108.5 + pos: 205.5,62.5 parent: 1 - - uid: 45710 + - uid: 35395 components: - type: Transform - pos: -405.5,109.5 + pos: 218.5,168.5 parent: 1 - - uid: 45711 + - uid: 35396 components: - type: Transform - pos: -405.5,110.5 + pos: 201.5,162.5 parent: 1 - - uid: 45712 + - uid: 35397 components: - type: Transform - pos: -405.5,111.5 + pos: 218.5,162.5 parent: 1 - - uid: 45713 + - uid: 35398 components: - type: Transform - pos: -405.5,112.5 + pos: 218.5,167.5 parent: 1 - - uid: 45714 + - uid: 35399 components: - type: Transform - pos: -405.5,113.5 + pos: 215.5,161.5 parent: 1 - - uid: 45715 + - uid: 35400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -395.5,120.5 + pos: 201.5,161.5 parent: 1 - - uid: 45716 + - uid: 35401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,109.5 + pos: 200.5,76.5 parent: 1 - - uid: 45723 + - uid: 35402 components: - type: Transform - pos: -420.5,117.5 + pos: 219.5,190.5 parent: 1 - - uid: 45725 + - uid: 35403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,110.5 + pos: 204.5,161.5 parent: 1 - - uid: 45726 + - uid: 35404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,111.5 + pos: 210.5,161.5 parent: 1 - - uid: 45737 + - uid: 35405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,106.5 + pos: 206.5,161.5 parent: 1 - - uid: 45738 + - uid: 35406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,94.5 + pos: 206.5,62.5 parent: 1 - - uid: 45741 + - uid: 35407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,106.5 + pos: 217.5,161.5 parent: 1 - - uid: 45742 + - uid: 35408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,91.5 + pos: 219.5,186.5 parent: 1 - - uid: 45743 + - uid: 35409 components: - type: Transform - pos: -406.5,37.5 + pos: 220.5,189.5 parent: 1 - - uid: 45744 + - uid: 35410 components: - type: Transform - pos: -405.5,79.5 + pos: 218.5,163.5 parent: 1 - - uid: 45745 + - uid: 35411 components: - type: Transform - pos: -406.5,39.5 + pos: 207.5,64.5 parent: 1 - - uid: 45746 + - uid: 35412 components: - type: Transform - pos: -406.5,36.5 + pos: 218.5,161.5 parent: 1 - - uid: 45747 + - uid: 35413 components: - type: Transform - pos: -406.5,42.5 + pos: 207.5,161.5 parent: 1 - - uid: 45748 + - uid: 35414 components: - type: Transform - pos: -406.5,40.5 + pos: 218.5,164.5 parent: 1 - - uid: 45750 + - uid: 35415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,35.5 + pos: 202.5,161.5 parent: 1 - - uid: 45751 + - uid: 35416 components: - type: Transform - pos: -406.5,41.5 + pos: 208.5,161.5 parent: 1 - - uid: 45752 + - uid: 35417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,56.5 + pos: 220.5,188.5 parent: 1 - - uid: 45754 + - uid: 35418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,101.5 + pos: 219.5,187.5 parent: 1 - - uid: 45756 + - uid: 35419 components: - type: Transform - anchored: False - pos: -420.5,107.5 + pos: 207.5,78.5 parent: 1 - - uid: 45757 + - uid: 35420 components: - type: Transform - anchored: False - pos: -420.5,108.5 + pos: 219.5,185.5 parent: 1 - - uid: 45758 + - uid: 35421 components: - type: Transform - pos: -406.5,43.5 + pos: 219.5,189.5 parent: 1 - - uid: 45760 + - uid: 35422 components: - type: Transform - pos: -406.5,45.5 + pos: 202.5,20.5 parent: 1 - - uid: 45761 + - uid: 35423 components: - type: Transform - pos: -406.5,44.5 + pos: 205.5,63.5 parent: 1 - - uid: 45762 + - uid: 35424 components: - type: Transform - pos: -406.5,47.5 + pos: 219.5,188.5 parent: 1 - - uid: 45763 + - uid: 35425 components: - type: Transform - pos: -406.5,46.5 + pos: 220.5,190.5 parent: 1 - - uid: 45764 + - uid: 35426 components: - type: Transform - pos: -406.5,49.5 + pos: 220.5,191.5 parent: 1 - - uid: 45765 + - uid: 35427 components: - type: Transform - pos: -406.5,48.5 + pos: 220.5,192.5 parent: 1 - - uid: 45766 + - uid: 35428 components: - type: Transform - pos: -406.5,50.5 + pos: 220.5,193.5 parent: 1 - - uid: 45767 + - uid: 35429 components: - type: Transform - pos: -406.5,52.5 + pos: 220.5,194.5 parent: 1 - - uid: 45775 + - uid: 35430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,52.5 + pos: 220.5,195.5 parent: 1 - - uid: 45778 + - uid: 35431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,50.5 + pos: 220.5,196.5 parent: 1 - - uid: 45779 + - uid: 35432 components: - type: Transform - pos: -405.5,81.5 + pos: 220.5,197.5 parent: 1 - - uid: 45782 + - uid: 35433 components: - type: Transform - pos: -406.5,51.5 + pos: 220.5,198.5 parent: 1 - - uid: 45790 + - uid: 35434 components: - type: Transform - pos: -406.5,34.5 + pos: 220.5,199.5 parent: 1 - - uid: 45793 + - uid: 35435 components: - type: Transform - pos: -406.5,32.5 + pos: 205.5,76.5 parent: 1 - - uid: 45797 + - uid: 35436 components: - type: Transform - pos: -405.5,41.5 + pos: 203.5,62.5 parent: 1 - - uid: 45798 + - uid: 35437 components: - type: Transform - pos: -405.5,40.5 + pos: 206.5,78.5 parent: 1 - - uid: 45799 + - uid: 35438 components: - type: Transform - pos: -405.5,39.5 + pos: 202.5,76.5 parent: 1 - - uid: 45800 + - uid: 35439 components: - type: Transform - pos: -405.5,38.5 + pos: 208.5,63.5 parent: 1 - - uid: 45801 + - uid: 35440 components: - type: Transform - pos: -405.5,37.5 + pos: 200.5,77.5 parent: 1 - - uid: 45802 + - uid: 35441 components: - type: Transform - pos: -405.5,36.5 + pos: 203.5,61.5 parent: 1 - - uid: 45803 + - uid: 35442 components: - type: Transform - pos: -405.5,35.5 + pos: 201.5,75.5 parent: 1 - - uid: 45804 + - uid: 35443 components: - type: Transform - pos: -405.5,34.5 + pos: 204.5,77.5 parent: 1 - - uid: 45805 + - uid: 35444 components: - type: Transform - pos: -405.5,33.5 + pos: 204.5,61.5 parent: 1 - - uid: 45806 + - uid: 35445 components: - type: Transform - pos: -405.5,32.5 + pos: 202.5,75.5 parent: 1 - - uid: 45807 + - uid: 35446 components: - type: Transform - pos: -405.5,31.5 + pos: 202.5,21.5 parent: 1 - - uid: 45808 + - uid: 35447 components: - type: Transform - pos: -405.5,30.5 + pos: 201.5,76.5 parent: 1 - - uid: 45809 + - uid: 35448 components: - type: Transform - pos: -405.5,29.5 + pos: 203.5,77.5 parent: 1 - - uid: 45810 + - uid: 35449 components: - type: Transform - pos: -405.5,28.5 + pos: 202.5,-2.5 parent: 1 - - uid: 45813 + - uid: 35450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,55.5 + pos: 202.5,12.5 parent: 1 - - uid: 45814 + - uid: 35451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,96.5 + pos: 204.5,62.5 parent: 1 - - uid: 45815 + - uid: 35452 components: - type: Transform - pos: -404.5,80.5 + pos: 203.5,76.5 parent: 1 - - uid: 45822 + - uid: 35453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,88.5 + pos: 204.5,76.5 parent: 1 - - uid: 45823 + - uid: 35454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,105.5 + pos: 205.5,77.5 parent: 1 - - uid: 45827 + - uid: 35455 components: - type: Transform - pos: -413.5,28.5 + pos: 202.5,61.5 parent: 1 - - uid: 45828 + - uid: 35456 components: - type: Transform - pos: -412.5,28.5 + pos: 208.5,79.5 parent: 1 - - uid: 45829 + - uid: 35457 components: - type: Transform - pos: -411.5,28.5 + pos: 209.5,79.5 parent: 1 - - uid: 45830 + - uid: 35458 components: - type: Transform - pos: -410.5,28.5 + pos: 210.5,79.5 parent: 1 - - uid: 45831 + - uid: 35459 components: - type: Transform - pos: -409.5,28.5 + pos: 211.5,79.5 parent: 1 - - uid: 45832 + - uid: 35460 components: - type: Transform - pos: -408.5,28.5 + pos: 212.5,79.5 parent: 1 - - uid: 45833 + - uid: 35461 components: - type: Transform - pos: -407.5,28.5 + pos: 213.5,79.5 parent: 1 - - uid: 45834 + - uid: 35462 components: - type: Transform - pos: -406.5,28.5 + pos: 214.5,79.5 parent: 1 - - uid: 45836 + - uid: 35463 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,99.5 + pos: 215.5,79.5 parent: 1 - - uid: 45842 + - uid: 35464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,61.5 + pos: 216.5,79.5 parent: 1 - - uid: 45843 + - uid: 35465 components: - type: Transform - pos: -406.5,106.5 + pos: 217.5,79.5 parent: 1 - - uid: 45844 + - uid: 35466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,93.5 + pos: 217.5,80.5 parent: 1 - - uid: 45845 + - uid: 35467 components: - type: Transform - anchored: False - pos: -406.5,29.5 + pos: 216.5,80.5 parent: 1 - - uid: 45968 + - uid: 35468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,72.5 + pos: 215.5,80.5 parent: 1 - - uid: 45976 + - uid: 35469 components: - type: Transform - pos: -406.5,107.5 + pos: 214.5,80.5 parent: 1 - - uid: 45990 + - uid: 35470 components: - type: Transform - pos: -196.5,39.5 + pos: 213.5,80.5 parent: 1 - - uid: 46046 + - uid: 35471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,38.5 + pos: 212.5,80.5 parent: 1 - - uid: 46047 + - uid: 35472 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,73.5 + pos: 211.5,80.5 parent: 1 - - uid: 46048 + - uid: 35473 components: - type: Transform - anchored: False - pos: -420.5,101.5 + pos: 210.5,80.5 parent: 1 - - uid: 46049 + - uid: 35474 components: - type: Transform - pos: -406.5,38.5 + pos: 209.5,80.5 parent: 1 - - uid: 46054 + - uid: 35475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,86.5 + pos: 208.5,80.5 parent: 1 - - uid: 46060 + - uid: 35476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,39.5 + pos: 207.5,80.5 parent: 1 - - uid: 46061 + - uid: 35477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,68.5 + pos: 216.5,78.5 parent: 1 - - uid: 46062 + - uid: 35478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,58.5 + pos: 216.5,77.5 parent: 1 - - uid: 46065 + - uid: 35479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,71.5 + pos: 216.5,76.5 parent: 1 - - uid: 46067 + - uid: 35480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,98.5 + pos: 216.5,75.5 parent: 1 - - uid: 46074 + - uid: 35481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,78.5 + pos: 216.5,74.5 parent: 1 - - uid: 46077 + - uid: 35482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,102.5 + pos: 216.5,73.5 parent: 1 - - uid: 46078 + - uid: 35483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,80.5 + pos: 216.5,72.5 parent: 1 - - uid: 46086 + - uid: 35484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,58.5 + pos: 217.5,78.5 parent: 1 - - uid: 46088 + - uid: 35485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,48.5 + pos: 217.5,77.5 parent: 1 - - uid: 46090 + - uid: 35486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,80.5 + pos: 217.5,76.5 parent: 1 - - uid: 46093 + - uid: 35487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,70.5 + pos: 217.5,75.5 parent: 1 - - uid: 46096 + - uid: 35488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,49.5 + pos: 217.5,74.5 parent: 1 - - uid: 46100 + - uid: 35489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,56.5 + pos: 217.5,73.5 parent: 1 - - uid: 46102 + - uid: 35490 components: - type: Transform - pos: -405.5,78.5 + pos: 217.5,72.5 parent: 1 - - uid: 46103 + - uid: 35491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,50.5 + pos: 215.5,74.5 parent: 1 - - uid: 46104 + - uid: 35492 components: - type: Transform - anchored: False - pos: -420.5,106.5 + pos: 215.5,73.5 parent: 1 - - uid: 46106 + - uid: 35493 components: - type: Transform - anchored: False - pos: -420.5,104.5 + pos: 215.5,72.5 parent: 1 - - uid: 46107 + - uid: 35494 components: - type: Transform - anchored: False - pos: -420.5,105.5 + pos: 215.5,71.5 parent: 1 - - uid: 46108 + - uid: 35495 components: - type: Transform - anchored: False - pos: -420.5,103.5 + pos: 215.5,70.5 parent: 1 - - uid: 46109 + - uid: 35496 components: - type: Transform - anchored: False - pos: -420.5,102.5 + pos: 214.5,72.5 parent: 1 - - uid: 46111 + - uid: 35497 components: - type: Transform - pos: -406.5,79.5 + pos: 214.5,71.5 parent: 1 - - uid: 46112 + - uid: 35498 components: - type: Transform - pos: -405.5,80.5 + pos: 214.5,70.5 parent: 1 - - uid: 46115 + - uid: 35499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,84.5 + pos: 214.5,69.5 parent: 1 - - uid: 46116 + - uid: 35500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -404.5,79.5 + pos: 214.5,68.5 parent: 1 - - uid: 46119 + - uid: 35501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,83.5 + pos: 213.5,69.5 parent: 1 - - uid: 46120 + - uid: 35502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,85.5 + pos: 213.5,68.5 parent: 1 - - uid: 46121 + - uid: 35503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,81.5 + pos: 213.5,67.5 parent: 1 - - uid: 46122 + - uid: 35504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,82.5 + pos: 212.5,68.5 parent: 1 - - uid: 46132 + - uid: 35505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,113.5 + pos: 212.5,67.5 parent: 1 - - uid: 46136 + - uid: 35506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,104.5 + pos: 212.5,66.5 parent: 1 - - uid: 46138 + - uid: 35507 components: - type: Transform - pos: -406.5,80.5 + pos: 212.5,65.5 parent: 1 - - uid: 46139 + - uid: 35508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,101.5 + pos: 211.5,67.5 parent: 1 - - uid: 46140 + - uid: 35509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,103.5 + pos: 211.5,66.5 parent: 1 - - uid: 46141 + - uid: 35510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,102.5 + pos: 211.5,65.5 parent: 1 - - uid: 46142 + - uid: 35511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,104.5 + pos: 211.5,64.5 parent: 1 - - uid: 46152 + - uid: 35512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,87.5 + pos: 210.5,65.5 parent: 1 - - uid: 46153 + - uid: 35513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,39.5 + pos: 210.5,64.5 parent: 1 - - uid: 46154 + - uid: 35514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,64.5 + pos: 209.5,65.5 parent: 1 - - uid: 46155 + - uid: 35515 components: - type: Transform - anchored: False - pos: -420.5,99.5 + pos: 209.5,64.5 parent: 1 - - uid: 46371 + - uid: 35516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,66.5 + pos: 208.5,65.5 parent: 1 - - uid: 46374 + - uid: 35517 components: - type: Transform - anchored: False - pos: -420.5,100.5 + pos: 208.5,64.5 parent: 1 - - uid: 46376 + - uid: 35518 components: - type: Transform - pos: -406.5,33.5 + pos: 206.5,61.5 parent: 1 - - uid: 46377 + - uid: 35519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,51.5 + pos: 205.5,61.5 parent: 1 - - uid: 46379 + - uid: 35520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,69.5 + pos: 202.5,0.5 parent: 1 - - uid: 46380 + - uid: 35521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,71.5 + pos: 202.5,-0.5 parent: 1 - - uid: 46382 + - uid: 35522 components: - type: Transform - anchored: False - pos: -420.5,98.5 + pos: 202.5,-1.5 parent: 1 - - uid: 46383 + - uid: 35523 components: - type: Transform - anchored: False - pos: -420.5,97.5 + pos: 202.5,2.5 parent: 1 - - uid: 46384 + - uid: 35524 components: - type: Transform - anchored: False - pos: -420.5,96.5 + pos: 202.5,1.5 parent: 1 - - uid: 46385 + - uid: 35525 components: - type: Transform - anchored: False - pos: -420.5,95.5 + pos: 202.5,3.5 parent: 1 - - uid: 46386 + - uid: 35526 components: - type: Transform - anchored: False - pos: -420.5,94.5 + pos: 202.5,4.5 parent: 1 - - uid: 46387 + - uid: 35527 components: - type: Transform - anchored: False - pos: -420.5,93.5 + pos: 202.5,5.5 parent: 1 - - uid: 46388 + - uid: 35528 components: - type: Transform - anchored: False - pos: -420.5,92.5 + pos: 202.5,6.5 parent: 1 - - uid: 46389 + - uid: 35529 components: - type: Transform - anchored: False - pos: -420.5,91.5 + pos: 202.5,7.5 parent: 1 - - uid: 46390 + - uid: 35530 components: - type: Transform - anchored: False - pos: -420.5,90.5 + pos: 202.5,8.5 parent: 1 - - uid: 46391 + - uid: 35531 components: - type: Transform - anchored: False - pos: -420.5,89.5 + pos: 202.5,9.5 parent: 1 - - uid: 46392 + - uid: 35532 components: - type: Transform - anchored: False - pos: -420.5,88.5 + pos: 202.5,11.5 parent: 1 - - uid: 46393 + - uid: 35533 components: - type: Transform - anchored: False - pos: -420.5,87.5 + pos: 202.5,10.5 parent: 1 - - uid: 46394 + - uid: 35534 components: - type: Transform - anchored: False - pos: -420.5,86.5 + pos: 202.5,13.5 parent: 1 - - uid: 46395 + - uid: 35535 components: - type: Transform - anchored: False - pos: -420.5,85.5 + pos: 202.5,15.5 parent: 1 - - uid: 46396 + - uid: 35536 components: - type: Transform - anchored: False - pos: -420.5,84.5 + pos: 202.5,14.5 parent: 1 - - uid: 46397 + - uid: 35537 components: - type: Transform - anchored: False - pos: -420.5,83.5 + pos: 202.5,23.5 parent: 1 - - uid: 46398 + - uid: 35538 components: - type: Transform - anchored: False - pos: -420.5,82.5 + pos: 202.5,22.5 parent: 1 - - uid: 46399 + - uid: 35539 components: - type: Transform - anchored: False - pos: -420.5,81.5 + pos: 202.5,25.5 parent: 1 - - uid: 46400 + - uid: 35540 components: - type: Transform - anchored: False - pos: -420.5,80.5 + pos: 202.5,24.5 parent: 1 - - uid: 46401 + - uid: 35541 components: - type: Transform - anchored: False - pos: -420.5,79.5 + pos: 202.5,26.5 parent: 1 - - uid: 46402 + - uid: 35542 components: - type: Transform - anchored: False - pos: -420.5,78.5 + pos: 202.5,27.5 parent: 1 - - uid: 46403 + - uid: 35543 components: - type: Transform - anchored: False - pos: -420.5,77.5 + pos: 202.5,28.5 parent: 1 - - uid: 46404 + - uid: 35544 components: - type: Transform - anchored: False - pos: -420.5,76.5 + pos: 202.5,29.5 parent: 1 - - uid: 46405 + - uid: 35545 components: - type: Transform - anchored: False - pos: -420.5,75.5 + pos: 202.5,30.5 parent: 1 - - uid: 46406 + - uid: 35546 components: - type: Transform - anchored: False - pos: -420.5,74.5 + pos: 202.5,31.5 parent: 1 - - uid: 46407 + - uid: 35547 components: - type: Transform - anchored: False - pos: -420.5,73.5 + pos: 202.5,32.5 parent: 1 - - uid: 46408 + - uid: 35548 components: - type: Transform - anchored: False - pos: -420.5,72.5 + pos: 202.5,33.5 parent: 1 - - uid: 46409 + - uid: 35549 components: - type: Transform - pos: -420.5,71.5 + pos: 202.5,34.5 parent: 1 - - uid: 46410 + - uid: 35550 components: - type: Transform - pos: -420.5,70.5 + pos: 202.5,35.5 parent: 1 - - uid: 46411 + - uid: 35551 components: - type: Transform - pos: -420.5,69.5 + pos: 202.5,36.5 parent: 1 - - uid: 46412 + - uid: 35552 components: - type: Transform - pos: -420.5,68.5 + pos: 202.5,37.5 parent: 1 - - uid: 46413 + - uid: 35553 components: - type: Transform - pos: -420.5,67.5 + pos: 202.5,38.5 parent: 1 - - uid: 46414 + - uid: 35554 components: - type: Transform - pos: -420.5,66.5 + pos: 202.5,39.5 parent: 1 - - uid: 46415 + - uid: 35555 components: - type: Transform - pos: -420.5,65.5 + pos: 202.5,40.5 parent: 1 - - uid: 46416 + - uid: 35556 components: - type: Transform - pos: -420.5,64.5 + pos: 202.5,41.5 parent: 1 - - uid: 46417 + - uid: 35557 components: - type: Transform - pos: -420.5,63.5 + pos: 202.5,42.5 parent: 1 - - uid: 46418 + - uid: 35558 components: - type: Transform - pos: -420.5,62.5 + pos: 202.5,43.5 parent: 1 - - uid: 46419 + - uid: 35559 components: - type: Transform - pos: -420.5,61.5 + pos: 202.5,44.5 parent: 1 - - uid: 46420 + - uid: 35560 components: - type: Transform - pos: -420.5,60.5 + pos: 202.5,45.5 parent: 1 - - uid: 46421 + - uid: 35561 components: - type: Transform - pos: -420.5,59.5 + pos: 202.5,46.5 parent: 1 - - uid: 46422 + - uid: 35562 components: - type: Transform - pos: -420.5,58.5 + pos: 202.5,47.5 parent: 1 - - uid: 46423 + - uid: 35563 components: - type: Transform - pos: -420.5,57.5 + pos: 202.5,48.5 parent: 1 - - uid: 46424 + - uid: 35564 components: - type: Transform - pos: -420.5,56.5 + pos: 202.5,49.5 parent: 1 - - uid: 46425 + - uid: 35565 components: - type: Transform - pos: -420.5,55.5 + pos: 202.5,50.5 parent: 1 - - uid: 46426 + - uid: 35566 components: - type: Transform - pos: -420.5,54.5 + pos: 202.5,51.5 parent: 1 - - uid: 46427 + - uid: 35567 components: - type: Transform - pos: -420.5,53.5 + pos: 202.5,52.5 parent: 1 - - uid: 46428 + - uid: 35568 components: - type: Transform - pos: -420.5,52.5 + pos: 202.5,53.5 parent: 1 - - uid: 46429 + - uid: 35569 components: - type: Transform - pos: -420.5,51.5 + pos: 202.5,54.5 parent: 1 - - uid: 46430 + - uid: 35570 components: - type: Transform - pos: -420.5,50.5 + pos: 202.5,55.5 parent: 1 - - uid: 46431 + - uid: 35571 components: - type: Transform - pos: -420.5,49.5 + pos: 202.5,56.5 parent: 1 - - uid: 46432 + - uid: 35572 components: - type: Transform - pos: -420.5,48.5 + pos: 202.5,57.5 parent: 1 - - uid: 46433 + - uid: 35573 components: - type: Transform - pos: -420.5,47.5 + pos: 202.5,58.5 parent: 1 - - uid: 46434 + - uid: 35574 components: - type: Transform - pos: -420.5,46.5 + pos: 202.5,59.5 parent: 1 - - uid: 46435 + - uid: 35575 components: - type: Transform - pos: -420.5,45.5 + pos: 202.5,60.5 parent: 1 - - uid: 46436 + - uid: 35576 components: - type: Transform - pos: -420.5,44.5 + pos: 203.5,-2.5 parent: 1 - - uid: 46437 + - uid: 35577 components: - type: Transform - pos: -420.5,43.5 + pos: 203.5,-1.5 parent: 1 - - uid: 46438 + - uid: 35578 components: - type: Transform - pos: -420.5,42.5 + pos: 203.5,-0.5 parent: 1 - - uid: 46439 + - uid: 35579 components: - type: Transform - pos: -420.5,41.5 + pos: 203.5,0.5 parent: 1 - - uid: 46440 + - uid: 35580 components: - type: Transform - pos: -420.5,40.5 + pos: 203.5,1.5 parent: 1 - - uid: 46441 + - uid: 35581 components: - type: Transform - pos: -420.5,39.5 + pos: 203.5,2.5 parent: 1 - - uid: 46442 + - uid: 35582 components: - type: Transform - pos: -420.5,38.5 + pos: 203.5,3.5 parent: 1 - - uid: 46443 + - uid: 35583 components: - type: Transform - pos: -420.5,37.5 + pos: 203.5,4.5 parent: 1 - - uid: 46444 + - uid: 35584 components: - type: Transform - pos: -420.5,36.5 + pos: 203.5,5.5 parent: 1 - - uid: 46445 + - uid: 35585 components: - type: Transform - pos: -420.5,35.5 + pos: 203.5,6.5 parent: 1 - - uid: 46446 + - uid: 35586 components: - type: Transform - pos: -420.5,34.5 + pos: 203.5,7.5 parent: 1 - - uid: 46447 + - uid: 35587 components: - type: Transform - pos: -420.5,33.5 + pos: 203.5,8.5 parent: 1 - - uid: 46448 + - uid: 35588 components: - type: Transform - pos: -420.5,32.5 + pos: 203.5,9.5 parent: 1 - - uid: 46449 + - uid: 35589 components: - type: Transform - pos: -420.5,31.5 + pos: 203.5,10.5 parent: 1 - - uid: 46450 + - uid: 35590 components: - type: Transform - pos: -420.5,30.5 + pos: 203.5,11.5 parent: 1 - - uid: 46451 + - uid: 35591 components: - type: Transform - pos: -420.5,29.5 + pos: 203.5,12.5 parent: 1 - - uid: 46452 + - uid: 35592 components: - type: Transform - pos: -420.5,28.5 + pos: 203.5,13.5 parent: 1 - - uid: 46453 + - uid: 35593 components: - type: Transform - pos: -414.5,28.5 + pos: 203.5,14.5 parent: 1 - - uid: 46454 + - uid: 35594 components: - type: Transform - pos: -415.5,28.5 + pos: 203.5,15.5 parent: 1 - - uid: 46455 + - uid: 35595 components: - type: Transform - pos: -416.5,28.5 + pos: 203.5,16.5 parent: 1 - - uid: 46456 + - uid: 35596 components: - type: Transform - pos: -417.5,28.5 + pos: 203.5,17.5 parent: 1 - - uid: 46457 + - uid: 35597 components: - type: Transform - pos: -418.5,28.5 + pos: 203.5,18.5 parent: 1 - - uid: 46458 + - uid: 35598 components: - type: Transform - pos: -419.5,28.5 + pos: 203.5,19.5 parent: 1 - - uid: 46461 + - uid: 35599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,78.5 + pos: 203.5,20.5 parent: 1 - - uid: 46465 + - uid: 35600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -398.5,120.5 + pos: 203.5,21.5 parent: 1 - - uid: 46466 + - uid: 35601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,41.5 + pos: 203.5,22.5 parent: 1 - - uid: 46467 + - uid: 35602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,79.5 + pos: 203.5,23.5 parent: 1 - - uid: 46468 + - uid: 35603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,40.5 + pos: 203.5,24.5 parent: 1 - - uid: 46469 + - uid: 35604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,38.5 + pos: 203.5,25.5 parent: 1 - - uid: 46470 + - uid: 35605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,65.5 + pos: 203.5,26.5 parent: 1 - - uid: 46471 + - uid: 35606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,37.5 + pos: 203.5,27.5 parent: 1 - - uid: 46473 + - uid: 35607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,63.5 + pos: 203.5,28.5 parent: 1 - - uid: 46474 + - uid: 35608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,62.5 + pos: 203.5,29.5 parent: 1 - - uid: 46475 + - uid: 35609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,47.5 + pos: 203.5,30.5 parent: 1 - - uid: 46476 + - uid: 35610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,44.5 + pos: 203.5,31.5 parent: 1 - - uid: 46477 + - uid: 35611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,46.5 + pos: 203.5,32.5 parent: 1 - - uid: 46478 + - uid: 35612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,41.5 + pos: 203.5,33.5 parent: 1 - - uid: 46479 + - uid: 35613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,43.5 + pos: 203.5,34.5 parent: 1 - - uid: 46484 + - uid: 35614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,40.5 + pos: 203.5,35.5 parent: 1 - - uid: 46485 + - uid: 35615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -408.5,29.5 + pos: 203.5,36.5 parent: 1 - - uid: 46487 + - uid: 35616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,42.5 + pos: 203.5,37.5 parent: 1 - - uid: 46488 + - uid: 35617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,76.5 + pos: 203.5,38.5 parent: 1 - - uid: 46489 + - uid: 35618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,95.5 + pos: 203.5,39.5 parent: 1 - - uid: 46490 + - uid: 35619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,50.5 + pos: 203.5,40.5 parent: 1 - - uid: 46491 + - uid: 35620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -403.5,79.5 + pos: 203.5,41.5 parent: 1 - - uid: 46492 + - uid: 35621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -394.5,120.5 + pos: 203.5,42.5 parent: 1 - - uid: 46493 + - uid: 35622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,49.5 + pos: 203.5,43.5 parent: 1 - - uid: 46495 + - uid: 35623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -408.5,38.5 + pos: 203.5,44.5 parent: 1 - - uid: 46496 + - uid: 35624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -408.5,37.5 + pos: 203.5,45.5 parent: 1 - - uid: 46498 + - uid: 35625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,37.5 + pos: 203.5,46.5 parent: 1 - - uid: 46499 + - uid: 35626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,89.5 + pos: 203.5,47.5 parent: 1 - - uid: 46500 + - uid: 35627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,72.5 + pos: 203.5,48.5 parent: 1 - - uid: 46501 + - uid: 35628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,73.5 + pos: 203.5,49.5 parent: 1 - - uid: 46503 + - uid: 35629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -408.5,80.5 + pos: 203.5,50.5 parent: 1 - - uid: 46505 + - uid: 35630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,31.5 + pos: 203.5,51.5 parent: 1 - - uid: 46513 + - uid: 35631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,79.5 + pos: 203.5,52.5 parent: 1 - - uid: 46514 + - uid: 35632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,48.5 + pos: 203.5,53.5 parent: 1 - - uid: 46515 + - uid: 35633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,75.5 + pos: 203.5,54.5 parent: 1 - - uid: 46516 + - uid: 35634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,88.5 + pos: 203.5,55.5 parent: 1 - - uid: 46518 + - uid: 35635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,53.5 + pos: 203.5,56.5 parent: 1 - - uid: 46520 + - uid: 35636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,57.5 + pos: 203.5,57.5 parent: 1 - - uid: 46521 + - uid: 35637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,35.5 + pos: 203.5,58.5 parent: 1 - - uid: 46523 + - uid: 35638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,38.5 + pos: 203.5,59.5 parent: 1 - - uid: 46524 + - uid: 35639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,36.5 + pos: 203.5,60.5 parent: 1 - - uid: 46525 + - uid: 35640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,35.5 + pos: 200.5,-4.5 parent: 1 - - uid: 46526 + - uid: 35641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,34.5 + pos: 191.5,200.5 parent: 1 - - uid: 46527 + - uid: 35642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,39.5 + rot: 3.141592653589793 rad + pos: -201.5,-32.5 parent: 1 - - uid: 46528 + - uid: 35643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,40.5 + pos: 174.5,200.5 parent: 1 - - uid: 46529 + - uid: 35644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,34.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -218.5,-94.5 parent: 1 - - uid: 46530 + - uid: 35645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,33.5 + pos: 175.5,200.5 parent: 1 - - uid: 46531 + - uid: 35646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,32.5 + pos: 185.5,200.5 parent: 1 - - uid: 46532 + - uid: 35647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,32.5 + pos: 172.5,200.5 parent: 1 - - uid: 46533 + - uid: 35648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,30.5 + pos: 187.5,200.5 parent: 1 - - uid: 46534 + - uid: 35649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,29.5 + pos: 195.5,200.5 parent: 1 - - uid: 46535 + - uid: 35650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,29.5 + pos: 178.5,200.5 parent: 1 - - uid: 46536 + - uid: 35651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,31.5 + pos: 171.5,200.5 parent: 1 - - uid: 46537 + - uid: 35652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -418.5,31.5 + pos: 168.5,200.5 parent: 1 - - uid: 46538 + - uid: 35653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,30.5 + pos: 173.5,200.5 parent: 1 - - uid: 46539 + - uid: 35654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -419.5,33.5 + pos: 199.5,199.5 parent: 1 - - uid: 46542 + - uid: 35655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,106.5 + pos: 180.5,200.5 parent: 1 - - uid: 46543 + - uid: 35656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,32.5 + pos: 169.5,200.5 parent: 1 - - uid: 46544 + - uid: 35657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,30.5 + pos: 220.5,172.5 parent: 1 - - uid: 46545 + - uid: 35658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -407.5,107.5 + pos: 176.5,200.5 parent: 1 - - uid: 46557 + - uid: 35659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,120.5 + pos: 177.5,200.5 parent: 1 - - uid: 46562 + - uid: 35660 components: - type: Transform - pos: -419.5,125.5 + pos: 188.5,200.5 parent: 1 - - uid: 46564 + - uid: 35661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,120.5 + pos: 181.5,200.5 parent: 1 - - uid: 46580 + - uid: 35662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,112.5 + pos: 192.5,200.5 parent: 1 - - uid: 46581 + - uid: 35663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -397.5,120.5 + pos: 193.5,200.5 parent: 1 - - uid: 46592 + - uid: 35664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -396.5,120.5 + pos: 189.5,200.5 parent: 1 - - uid: 46625 + - uid: 35665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -403.5,115.5 + pos: 170.5,200.5 parent: 1 - - uid: 46626 + - uid: 35666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -403.5,116.5 + pos: 194.5,200.5 parent: 1 - - uid: 46631 + - uid: 35667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -406.5,129.5 + pos: 186.5,200.5 parent: 1 - - uid: 46632 + - uid: 35668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -408.5,129.5 + pos: 182.5,200.5 parent: 1 - - uid: 46633 + - uid: 35669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -409.5,129.5 + pos: 184.5,200.5 parent: 1 - - uid: 46634 + - uid: 35670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -393.5,120.5 + pos: 199.5,200.5 parent: 1 - - uid: 46635 + - uid: 35671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,120.5 + pos: 183.5,200.5 parent: 1 - - uid: 46636 + - uid: 35672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,119.5 + pos: 198.5,200.5 parent: 1 - - uid: 46637 + - uid: 35673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,118.5 + pos: 179.5,200.5 parent: 1 - - uid: 46638 + - uid: 35674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,117.5 + pos: 199.5,200.5 parent: 1 - - uid: 46639 + - uid: 35675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,116.5 + pos: -208.5,-94.5 parent: 1 - - uid: 46640 + - uid: 35676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,115.5 + pos: 220.5,173.5 parent: 1 - - uid: 46645 + - uid: 35677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -410.5,129.5 + pos: 196.5,200.5 parent: 1 - - uid: 46646 + - uid: 35678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,129.5 + pos: 203.5,161.5 parent: 1 - - uid: 46647 + - uid: 35679 components: - type: Transform - pos: -419.5,124.5 + pos: -207.5,-94.5 parent: 1 - - uid: 46648 + - uid: 35680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,114.5 + pos: 199.5,181.5 parent: 1 - - uid: 46649 + - uid: 35681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,115.5 + pos: 199.5,180.5 parent: 1 - - uid: 46650 + - uid: 35682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,116.5 + pos: 199.5,179.5 parent: 1 - - uid: 46651 + - uid: 35683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,117.5 + pos: 199.5,178.5 parent: 1 - - uid: 46652 + - uid: 35684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,118.5 + pos: 199.5,177.5 parent: 1 - - uid: 46653 + - uid: 35685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,119.5 + pos: 199.5,176.5 parent: 1 - - uid: 46657 + - uid: 35686 components: - type: Transform - pos: -428.5,135.5 + pos: 199.5,175.5 parent: 1 - - uid: 46658 + - uid: 35687 components: - type: Transform - pos: -428.5,120.5 + pos: 199.5,174.5 parent: 1 - - uid: 46659 + - uid: 35688 components: - type: Transform - pos: -427.5,135.5 + pos: 202.5,161.5 parent: 1 - - uid: 46660 + - uid: 35689 components: - type: Transform - pos: -419.5,126.5 + pos: 201.5,161.5 parent: 1 - - uid: 46661 + - uid: 35690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,127.5 + pos: 200.5,161.5 parent: 1 - - uid: 46662 + - uid: 35691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,128.5 + pos: 199.5,170.5 parent: 1 - - uid: 46663 + - uid: 35692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -418.5,129.5 + pos: 199.5,169.5 parent: 1 - - uid: 46664 + - uid: 35693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -417.5,129.5 + pos: 199.5,168.5 parent: 1 - - uid: 46665 + - uid: 35694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -416.5,129.5 + pos: 199.5,167.5 parent: 1 - - uid: 46666 + - uid: 35695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -415.5,129.5 + pos: 199.5,166.5 parent: 1 - - uid: 46667 + - uid: 35696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -414.5,129.5 + pos: 199.5,165.5 parent: 1 - - uid: 46668 + - uid: 35697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -413.5,129.5 + pos: 199.5,164.5 parent: 1 - - uid: 46669 + - uid: 35698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -412.5,129.5 + pos: 199.5,163.5 parent: 1 - - uid: 46670 + - uid: 35699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -419.5,129.5 + pos: 199.5,162.5 parent: 1 - - uid: 46675 + - uid: 35700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -405.5,129.5 + pos: 199.5,161.5 parent: 1 - - uid: 46676 + - uid: 35701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -404.5,129.5 + pos: -200.5,-94.5 parent: 1 - - uid: 46677 + - uid: 35702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -403.5,129.5 + pos: 204.5,161.5 parent: 1 - - uid: 46678 + - uid: 35703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -402.5,129.5 + pos: 205.5,161.5 parent: 1 - - uid: 46679 + - uid: 35704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -401.5,129.5 + pos: 206.5,161.5 parent: 1 - - uid: 46680 + - uid: 35705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,129.5 + pos: 207.5,161.5 parent: 1 - - uid: 46681 + - uid: 35706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,128.5 + pos: 208.5,161.5 parent: 1 - - uid: 46682 + - uid: 35707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,127.5 + pos: 209.5,161.5 parent: 1 - - uid: 46683 + - uid: 35708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,126.5 + pos: 210.5,161.5 parent: 1 - - uid: 46684 + - uid: 35709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,125.5 + pos: 211.5,161.5 parent: 1 - - uid: 46685 + - uid: 35710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,124.5 + pos: 212.5,161.5 parent: 1 - - uid: 46686 + - uid: 35711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,123.5 + pos: 213.5,161.5 parent: 1 - - uid: 46687 + - uid: 35712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,122.5 + pos: 214.5,161.5 parent: 1 - - uid: 46688 + - uid: 35713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -400.5,121.5 + pos: 215.5,161.5 parent: 1 - - uid: 46689 + - uid: 35714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,109.5 + pos: 216.5,161.5 parent: 1 - - uid: 46690 + - uid: 35715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,110.5 + pos: 217.5,161.5 parent: 1 - - uid: 46691 + - uid: 35716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,112.5 + pos: 218.5,161.5 parent: 1 - - uid: 46692 + - uid: 35717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,111.5 + pos: 218.5,161.5 parent: 1 - - uid: 46696 + - uid: 35718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,113.5 + pos: 218.5,162.5 parent: 1 - - uid: 46697 + - uid: 35719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,114.5 + pos: 218.5,163.5 parent: 1 - - uid: 46698 + - uid: 35720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,115.5 + pos: 218.5,164.5 parent: 1 - - uid: 46699 + - uid: 35721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,116.5 + pos: 218.5,165.5 parent: 1 - - uid: 46700 + - uid: 35722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,117.5 + pos: 218.5,166.5 parent: 1 - - uid: 46701 + - uid: 35723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,118.5 + pos: 218.5,167.5 parent: 1 - - uid: 46702 + - uid: 35724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,119.5 + pos: 218.5,168.5 parent: 1 - - uid: 46703 + - uid: 35725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,120.5 + pos: 218.5,169.5 parent: 1 - - uid: 46704 + - uid: 35726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,121.5 + pos: 218.5,170.5 parent: 1 - - uid: 46705 + - uid: 35727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,122.5 + pos: 218.5,171.5 parent: 1 - - uid: 46706 + - uid: 35728 components: - type: Transform - pos: -422.5,135.5 + pos: 218.5,172.5 parent: 1 - - uid: 46707 + - uid: 35729 components: - type: Transform - pos: -421.5,117.5 + pos: 218.5,172.5 parent: 1 - - uid: 46708 + - uid: 35730 components: - type: Transform - pos: -422.5,117.5 + pos: 219.5,172.5 parent: 1 - - uid: 46709 + - uid: 35731 components: - type: Transform - pos: -421.5,135.5 + pos: 220.5,172.5 parent: 1 - - uid: 46710 + - uid: 35732 components: - type: Transform rot: -1.5707963267948966 rad - pos: -407.5,127.5 + pos: -294.5,-66.5 parent: 1 - - uid: 46711 + - uid: 35733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -407.5,128.5 + pos: 220.5,174.5 parent: 1 - - uid: 46720 + - uid: 35734 components: - type: Transform - pos: -418.5,127.5 + pos: 220.5,175.5 parent: 1 - - uid: 46737 + - uid: 35735 components: - type: Transform - anchored: False - pos: -3.5,108.5 + pos: 220.5,176.5 parent: 1 - - uid: 46739 + - uid: 35736 components: - type: Transform - anchored: False - pos: -11.5,108.5 + pos: 220.5,177.5 parent: 1 - - uid: 46747 + - uid: 35737 components: - type: Transform - pos: -62.5,193.5 + pos: 220.5,178.5 parent: 1 - - uid: 46749 + - uid: 35738 components: - type: Transform - pos: -62.5,181.5 + pos: 220.5,179.5 parent: 1 - - uid: 46772 + - uid: 35739 components: - type: Transform - pos: -62.5,188.5 + pos: 220.5,180.5 parent: 1 - - uid: 46773 + - uid: 35740 components: - type: Transform - pos: -41.5,108.5 + pos: 220.5,181.5 parent: 1 - - uid: 46775 + - uid: 35741 components: - type: Transform - pos: -62.5,186.5 + pos: 220.5,182.5 parent: 1 - - uid: 46778 + - uid: 35742 components: - type: Transform - anchored: False - pos: -8.5,108.5 + pos: 220.5,183.5 parent: 1 - - uid: 46781 + - uid: 35743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 210.5,199.5 + pos: 220.5,184.5 parent: 1 - - uid: 46784 + - uid: 35744 components: - type: Transform - pos: -428.5,119.5 + pos: 220.5,185.5 parent: 1 - - uid: 46786 + - uid: 35745 components: - type: Transform - pos: -62.5,177.5 + pos: 220.5,186.5 parent: 1 - - uid: 46819 + - uid: 35746 components: - type: Transform - pos: -425.5,135.5 + pos: 220.5,187.5 parent: 1 - - uid: 46826 + - uid: 35747 components: - type: Transform - pos: -423.5,117.5 + pos: 220.5,188.5 parent: 1 - - uid: 46884 + - uid: 35748 components: - type: Transform - pos: -408.5,122.5 + pos: 220.5,189.5 parent: 1 - - uid: 46897 + - uid: 35749 components: - type: Transform - pos: -406.5,110.5 + pos: 220.5,190.5 parent: 1 - - uid: 46898 + - uid: 35750 components: - type: Transform - pos: -406.5,109.5 + pos: 220.5,191.5 parent: 1 - - uid: 46899 + - uid: 35751 components: - type: Transform - pos: -406.5,111.5 + pos: 220.5,192.5 parent: 1 - - uid: 46900 + - uid: 35752 components: - type: Transform - pos: -406.5,113.5 + pos: 220.5,193.5 parent: 1 - - uid: 46901 + - uid: 35753 components: - type: Transform - pos: -406.5,112.5 + pos: 220.5,194.5 parent: 1 - - uid: 46906 + - uid: 35754 components: - type: Transform - pos: -408.5,120.5 + pos: 220.5,195.5 parent: 1 - - uid: 46907 + - uid: 35755 components: - type: Transform - pos: -418.5,119.5 + pos: 220.5,196.5 parent: 1 - - uid: 46914 + - uid: 35756 components: - type: Transform - pos: -408.5,119.5 + pos: 220.5,197.5 parent: 1 - - uid: 46925 + - uid: 35757 components: - type: Transform - pos: -426.5,135.5 + pos: 220.5,198.5 parent: 1 - - uid: 46932 + - uid: 35758 components: - type: Transform - pos: -423.5,135.5 + pos: 220.5,199.5 parent: 1 - - uid: 46934 + - uid: 35759 components: - type: Transform - pos: -424.5,135.5 + pos: 219.5,172.5 parent: 1 - - uid: 46935 + - uid: 35760 components: - type: Transform - pos: -428.5,118.5 + pos: 219.5,173.5 parent: 1 - - uid: 46936 + - uid: 35761 components: - type: Transform - pos: -428.5,117.5 + pos: 219.5,174.5 parent: 1 - - uid: 46938 + - uid: 35762 components: - type: Transform - pos: -418.5,120.5 + pos: 219.5,175.5 parent: 1 - - uid: 46941 + - uid: 35763 components: - type: Transform - pos: -406.5,114.5 + pos: 219.5,176.5 parent: 1 - - uid: 46942 + - uid: 35764 components: - type: Transform - pos: -406.5,115.5 + pos: 219.5,177.5 parent: 1 - - uid: 46943 + - uid: 35765 components: - type: Transform - pos: -404.5,115.5 + pos: 219.5,178.5 parent: 1 - - uid: 46944 + - uid: 35766 components: - type: Transform - pos: -405.5,115.5 + pos: 219.5,179.5 parent: 1 - - uid: 46948 + - uid: 35767 components: - type: Transform - pos: -425.5,117.5 + pos: 219.5,180.5 parent: 1 - - uid: 46949 + - uid: 35768 components: - type: Transform - pos: -424.5,117.5 + pos: 219.5,181.5 parent: 1 - - uid: 46950 + - uid: 35769 components: - type: Transform - pos: -426.5,117.5 + pos: 219.5,182.5 parent: 1 - - uid: 46951 + - uid: 35770 components: - type: Transform - pos: -427.5,117.5 + pos: 219.5,183.5 parent: 1 - - uid: 46955 + - uid: 35771 components: - type: Transform - pos: -418.5,121.5 + pos: 219.5,184.5 parent: 1 - - uid: 46958 + - uid: 35772 components: - type: Transform - pos: -418.5,118.5 + pos: 219.5,185.5 parent: 1 - - uid: 46959 + - uid: 35773 components: - type: Transform - pos: -408.5,123.5 + pos: 219.5,186.5 parent: 1 - - uid: 46960 + - uid: 35774 components: - type: Transform - pos: -408.5,124.5 + pos: 219.5,187.5 parent: 1 - - uid: 46961 + - uid: 35775 components: - type: Transform - pos: -428.5,121.5 + pos: 219.5,188.5 parent: 1 - - uid: 46962 + - uid: 35776 components: - type: Transform - pos: -428.5,122.5 + pos: 219.5,189.5 parent: 1 - - uid: 46963 + - uid: 35777 components: - type: Transform - pos: -428.5,123.5 + pos: 219.5,190.5 parent: 1 - - uid: 46964 + - uid: 35778 components: - type: Transform - pos: -428.5,124.5 + pos: 219.5,191.5 parent: 1 - - uid: 46965 + - uid: 35779 components: - type: Transform - pos: -428.5,125.5 + pos: 219.5,192.5 parent: 1 - - uid: 46966 + - uid: 35780 components: - type: Transform - pos: -428.5,126.5 + pos: 219.5,193.5 parent: 1 - - uid: 46967 + - uid: 35781 components: - type: Transform - pos: -428.5,127.5 + pos: 219.5,194.5 parent: 1 - - uid: 46968 + - uid: 35782 components: - type: Transform - pos: -428.5,128.5 + pos: 219.5,195.5 parent: 1 - - uid: 46969 + - uid: 35783 components: - type: Transform - pos: -428.5,129.5 + pos: 219.5,196.5 parent: 1 - - uid: 46970 + - uid: 35784 components: - type: Transform - pos: -428.5,130.5 + pos: 219.5,197.5 parent: 1 - - uid: 46971 + - uid: 35785 components: - type: Transform - pos: -428.5,131.5 + pos: 219.5,198.5 parent: 1 - - uid: 46972 + - uid: 35786 components: - type: Transform - pos: -428.5,132.5 + pos: 219.5,199.5 parent: 1 - - uid: 46973 + - uid: 35787 components: - type: Transform - pos: -428.5,133.5 + pos: -203.5,-94.5 parent: 1 - - uid: 46974 + - uid: 35788 components: - type: Transform - pos: -428.5,134.5 + pos: 186.5,200.5 parent: 1 - - uid: 46978 + - uid: 35789 components: - type: Transform - pos: -420.5,135.5 + pos: -201.5,-94.5 parent: 1 - - uid: 46979 + - uid: 35790 components: - type: Transform - pos: -419.5,135.5 + pos: -211.5,-94.5 parent: 1 - - uid: 46980 + - uid: 35791 components: - type: Transform - pos: -419.5,134.5 + pos: 71.5,-201.5 parent: 1 - - uid: 46981 + - uid: 35792 components: - type: Transform - pos: -419.5,133.5 + pos: 71.5,-203.5 parent: 1 - - uid: 46982 + - uid: 35793 components: - type: Transform - pos: -419.5,132.5 + pos: 70.5,-201.5 parent: 1 - - uid: 46983 + - uid: 35794 components: - type: Transform - pos: -419.5,131.5 + pos: 71.5,-204.5 parent: 1 - - uid: 46984 + - uid: 35795 components: - type: Transform - pos: -419.5,130.5 + pos: 68.5,-208.5 parent: 1 - - uid: 46985 + - uid: 35796 components: - type: Transform - pos: -408.5,121.5 + pos: 55.5,-204.5 parent: 1 - - uid: 46989 + - uid: 35797 components: - type: Transform - pos: -418.5,128.5 + pos: 70.5,-202.5 parent: 1 - - uid: 46990 + - uid: 35798 components: - type: Transform - pos: -408.5,128.5 + pos: 64.5,-203.5 parent: 1 - - uid: 47011 + - uid: 35799 components: - type: Transform - pos: -418.5,126.5 + pos: 64.5,-202.5 parent: 1 - - uid: 47067 + - uid: 35800 components: - type: Transform - pos: -418.5,125.5 + pos: 64.5,-201.5 parent: 1 - - uid: 47069 + - uid: 35801 components: - type: Transform - pos: -408.5,127.5 + pos: -202.5,-94.5 parent: 1 - - uid: 47865 + - uid: 35802 components: - type: Transform - pos: -191.5,59.5 + pos: 65.5,-201.5 parent: 1 - - uid: 47870 + - uid: 35803 components: - type: Transform - pos: -186.5,63.5 + pos: 64.5,-204.5 parent: 1 - - uid: 47878 + - uid: 35804 components: - type: Transform - pos: 199.5,129.5 + pos: 185.5,200.5 parent: 1 - - uid: 47922 + - uid: 35805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 206.5,199.5 + pos: 65.5,-204.5 parent: 1 - - uid: 47944 + - uid: 35806 components: - type: Transform - pos: -161.5,74.5 + pos: 65.5,-203.5 parent: 1 - - uid: 47945 + - uid: 35807 components: - type: Transform - pos: -169.5,72.5 + pos: 65.5,-202.5 parent: 1 - - uid: 47947 + - uid: 35808 components: - type: Transform - pos: -186.5,61.5 + pos: 184.5,200.5 parent: 1 - - uid: 47952 + - uid: 35809 components: - type: Transform - pos: -169.5,74.5 + pos: 183.5,200.5 parent: 1 - - uid: 48924 + - uid: 35810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 200.5,199.5 + pos: 182.5,200.5 parent: 1 - - uid: 48947 + - uid: 35811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 213.5,199.5 + pos: -201.5,-74.5 parent: 1 - - uid: 48992 + - uid: 35812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 215.5,199.5 + pos: -204.5,-94.5 parent: 1 - - uid: 48993 + - uid: 35813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 216.5,199.5 + pos: -200.5,-74.5 parent: 1 - - uid: 49639 + - uid: 35814 components: - type: Transform - pos: -290.5,-6.5 + pos: -206.5,-94.5 parent: 1 - - uid: 49650 + - uid: 35815 components: - type: Transform - pos: -290.5,9.5 + pos: -205.5,-94.5 parent: 1 - - uid: 49677 + - uid: 35816 components: - type: Transform - pos: -290.5,0.5 + pos: -210.5,-94.5 parent: 1 - - uid: 49678 + - uid: 35817 components: - type: Transform - pos: -290.5,8.5 + pos: -209.5,-94.5 parent: 1 - - uid: 49679 + - uid: 35818 components: - type: Transform - pos: -290.5,22.5 + pos: -212.5,-94.5 parent: 1 - - uid: 49681 + - uid: 35819 components: - type: Transform - anchored: False - pos: -328.5,70.5 + pos: -202.5,-74.5 parent: 1 - - uid: 49682 + - uid: 35820 components: - type: Transform - pos: -290.5,10.5 + pos: -203.5,-74.5 parent: 1 - - uid: 49683 + - uid: 35821 components: - type: Transform - pos: -290.5,58.5 + pos: -205.5,-74.5 parent: 1 - - uid: 49684 + - uid: 35822 components: - type: Transform - pos: -290.5,11.5 + pos: -204.5,-74.5 parent: 1 - - uid: 49685 + - uid: 35823 components: - type: Transform - anchored: False - pos: -331.5,70.5 + rot: -1.5707963267948966 rad + pos: -294.5,-65.5 parent: 1 - - uid: 49686 + - uid: 35824 components: - type: Transform - pos: -290.5,25.5 + pos: -206.5,-74.5 parent: 1 - - uid: 49687 + - uid: 35825 components: - type: Transform - pos: -290.5,-1.5 + rot: 3.141592653589793 rad + pos: -205.5,-79.5 parent: 1 - - uid: 49688 + - uid: 35826 components: - type: Transform - pos: -290.5,-7.5 + rot: 3.141592653589793 rad + pos: -206.5,-75.5 parent: 1 - - uid: 49689 + - uid: 35827 components: - type: Transform - pos: -290.5,62.5 + rot: 3.141592653589793 rad + pos: -203.5,-79.5 parent: 1 - - uid: 49691 + - uid: 35828 components: - type: Transform - pos: -290.5,24.5 + rot: 3.141592653589793 rad + pos: -206.5,-76.5 parent: 1 - - uid: 49692 + - uid: 35829 components: - type: Transform - anchored: False - pos: -335.5,70.5 + rot: -1.5707963267948966 rad + pos: -294.5,-64.5 parent: 1 - - uid: 49693 + - uid: 35830 components: - type: Transform - pos: -290.5,-0.5 + rot: -1.5707963267948966 rad + pos: -294.5,-89.5 parent: 1 - - uid: 49694 + - uid: 35831 components: - type: Transform - pos: -290.5,-4.5 + rot: -1.5707963267948966 rad + pos: -294.5,-87.5 parent: 1 - - uid: 49695 + - uid: 35832 components: - type: Transform - anchored: False - pos: -332.5,70.5 + rot: 3.141592653589793 rad + pos: -200.5,-78.5 parent: 1 - - uid: 49696 + - uid: 35833 components: - type: Transform - pos: -298.5,-27.5 + rot: -1.5707963267948966 rad + pos: -294.5,-88.5 parent: 1 - - uid: 49697 + - uid: 35834 components: - type: Transform - anchored: False - pos: -334.5,70.5 + pos: -305.5,-26.5 parent: 1 - - uid: 49698 + - uid: 35835 components: - type: Transform - anchored: False - pos: -333.5,70.5 + rot: -1.5707963267948966 rad + pos: -213.5,-94.5 parent: 1 - - uid: 49699 + - uid: 35836 components: - type: Transform - pos: -290.5,-3.5 + pos: -306.5,-28.5 parent: 1 - - uid: 49700 + - uid: 35837 components: - type: Transform - pos: -290.5,23.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -214.5,-94.5 parent: 1 - - uid: 49701 + - uid: 35838 components: - type: Transform - pos: -290.5,59.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -217.5,-94.5 parent: 1 - - uid: 49706 + - uid: 35839 components: - type: Transform - pos: -290.5,4.5 + rot: -1.5707963267948966 rad + pos: -279.5,-94.5 parent: 1 - - uid: 49707 + - uid: 35840 components: - type: Transform - pos: -290.5,61.5 + pos: -233.5,-101.5 parent: 1 - - uid: 49708 + - uid: 35841 components: - type: Transform - pos: -290.5,21.5 + rot: -1.5707963267948966 rad + pos: -235.5,-99.5 parent: 1 - - uid: 49709 + - uid: 35842 components: - type: Transform - pos: -290.5,20.5 + pos: -305.5,-17.5 parent: 1 - - uid: 49710 + - uid: 35843 components: - type: Transform - pos: -292.5,-21.5 + pos: -308.5,-37.5 parent: 1 - - uid: 49711 + - uid: 35844 components: - type: Transform - pos: -290.5,-2.5 + pos: -306.5,-29.5 parent: 1 - - uid: 49712 + - uid: 35845 components: - type: Transform - anchored: False - pos: -330.5,70.5 + pos: -303.5,-32.5 parent: 1 - - uid: 49713 + - uid: 35846 components: - type: Transform - pos: -290.5,5.5 + pos: -305.5,-37.5 parent: 1 - - uid: 49714 + - uid: 35847 components: - type: Transform - pos: -290.5,-5.5 + pos: -306.5,-30.5 parent: 1 - - uid: 49715 + - uid: 35848 components: - type: Transform - anchored: False - pos: -329.5,70.5 + pos: -305.5,-28.5 parent: 1 - - uid: 49716 + - uid: 35849 components: - type: Transform - pos: -290.5,1.5 + pos: -306.5,-31.5 parent: 1 - - uid: 49717 + - uid: 35850 components: - type: Transform - pos: -290.5,26.5 + pos: -305.5,-27.5 parent: 1 - - uid: 49718 + - uid: 35851 components: - type: Transform - pos: -327.5,70.5 + pos: -303.5,-33.5 parent: 1 - - uid: 49719 + - uid: 35852 components: - type: Transform - pos: -326.5,70.5 + pos: -303.5,-34.5 parent: 1 - - uid: 49720 + - uid: 35853 components: - type: Transform - pos: -325.5,70.5 + pos: -304.5,-31.5 parent: 1 - - uid: 49721 + - uid: 35854 components: - type: Transform - pos: -324.5,70.5 + pos: -305.5,-31.5 parent: 1 - - uid: 49722 + - uid: 35855 components: - type: Transform - pos: -323.5,70.5 + pos: -305.5,-25.5 parent: 1 - - uid: 49723 + - uid: 35856 components: - type: Transform - pos: -322.5,70.5 + pos: -305.5,-24.5 parent: 1 - - uid: 49724 + - uid: 35857 components: - type: Transform - pos: -321.5,70.5 + pos: -305.5,-23.5 parent: 1 - - uid: 49725 + - uid: 35858 components: - type: Transform - pos: -320.5,70.5 + pos: -305.5,-21.5 parent: 1 - - uid: 49726 + - uid: 35859 components: - type: Transform - pos: -319.5,70.5 + pos: -305.5,-22.5 parent: 1 - - uid: 49727 + - uid: 35860 components: - type: Transform - pos: -318.5,70.5 + pos: -305.5,-20.5 parent: 1 - - uid: 49728 + - uid: 35861 components: - type: Transform - pos: -317.5,70.5 + pos: -303.5,-35.5 parent: 1 - - uid: 49729 + - uid: 35862 components: - type: Transform - pos: -316.5,70.5 + pos: -303.5,-36.5 parent: 1 - - uid: 49730 + - uid: 35863 components: - type: Transform - pos: -315.5,70.5 + pos: -303.5,-37.5 parent: 1 - - uid: 49731 + - uid: 35864 components: - type: Transform - pos: -314.5,70.5 + pos: -304.5,-37.5 parent: 1 - - uid: 49732 + - uid: 35865 components: - type: Transform - pos: -313.5,70.5 + pos: -307.5,-37.5 parent: 1 - - uid: 49733 + - uid: 35866 components: - type: Transform - pos: -312.5,70.5 + pos: -309.5,-37.5 parent: 1 - - uid: 49734 + - uid: 35867 components: - type: Transform - pos: -311.5,70.5 + pos: -310.5,-37.5 parent: 1 - - uid: 49735 + - uid: 35868 components: - type: Transform - pos: -310.5,70.5 + pos: -311.5,-37.5 parent: 1 - - uid: 49736 + - uid: 35869 components: - type: Transform - pos: -309.5,70.5 + pos: -312.5,-37.5 parent: 1 - - uid: 49737 + - uid: 35870 components: - type: Transform - pos: -308.5,70.5 + pos: -313.5,-37.5 parent: 1 - - uid: 49738 + - uid: 35871 components: - type: Transform - pos: -307.5,70.5 + pos: -314.5,-37.5 parent: 1 - - uid: 49739 + - uid: 35872 components: - type: Transform - pos: -306.5,70.5 + pos: -314.5,-38.5 parent: 1 - - uid: 49740 + - uid: 35873 components: - type: Transform - pos: -305.5,70.5 + pos: -314.5,-39.5 parent: 1 - - uid: 49741 + - uid: 35874 components: - type: Transform - pos: -304.5,70.5 + pos: -314.5,-40.5 parent: 1 - - uid: 49742 + - uid: 35875 components: - type: Transform - pos: -303.5,70.5 + pos: -305.5,-19.5 parent: 1 - - uid: 49743 + - uid: 35876 components: - type: Transform - pos: -302.5,70.5 + pos: -305.5,-15.5 parent: 1 - - uid: 49744 + - uid: 35877 components: - type: Transform - pos: -301.5,70.5 + rot: 3.141592653589793 rad + pos: -216.5,-98.5 parent: 1 - - uid: 49745 + - uid: 35878 components: - type: Transform - pos: -300.5,70.5 + rot: 3.141592653589793 rad + pos: -229.5,-99.5 parent: 1 - - uid: 49746 + - uid: 35879 components: - type: Transform - pos: -299.5,70.5 + rot: 3.141592653589793 rad + pos: -253.5,-100.5 parent: 1 - - uid: 49747 + - uid: 35880 components: - type: Transform - pos: -298.5,70.5 + rot: 3.141592653589793 rad + pos: -240.5,-98.5 parent: 1 - - uid: 49748 + - uid: 35881 components: - type: Transform - pos: -297.5,70.5 + rot: 3.141592653589793 rad + pos: -221.5,-98.5 parent: 1 - - uid: 49749 + - uid: 35882 components: - type: Transform - pos: -296.5,70.5 + rot: 3.141592653589793 rad + pos: -222.5,-98.5 parent: 1 - - uid: 49750 + - uid: 35883 components: - type: Transform - pos: -295.5,70.5 + rot: 3.141592653589793 rad + pos: -218.5,-98.5 parent: 1 - - uid: 49751 + - uid: 35884 components: - type: Transform - pos: -295.5,69.5 + rot: 3.141592653589793 rad + pos: -217.5,-97.5 parent: 1 - - uid: 49752 + - uid: 35885 components: - type: Transform - pos: -294.5,69.5 + rot: 3.141592653589793 rad + pos: -223.5,-97.5 parent: 1 - - uid: 49753 + - uid: 35886 components: - type: Transform - pos: -294.5,68.5 + rot: 3.141592653589793 rad + pos: -219.5,-98.5 parent: 1 - - uid: 49754 + - uid: 35887 components: - type: Transform - pos: -293.5,68.5 + rot: 3.141592653589793 rad + pos: -228.5,-98.5 parent: 1 - - uid: 49755 + - uid: 35888 components: - type: Transform - pos: -293.5,67.5 + rot: 3.141592653589793 rad + pos: -215.5,-96.5 parent: 1 - - uid: 49756 + - uid: 35889 components: - type: Transform - pos: -293.5,66.5 + rot: 3.141592653589793 rad + pos: -217.5,-99.5 parent: 1 - - uid: 49757 + - uid: 35890 components: - type: Transform - pos: -292.5,64.5 + rot: 3.141592653589793 rad + pos: -254.5,-97.5 parent: 1 - - uid: 49758 + - uid: 35891 components: - type: Transform - pos: -292.5,66.5 + rot: 3.141592653589793 rad + pos: -216.5,-96.5 parent: 1 - - uid: 49759 + - uid: 35892 components: - type: Transform - pos: -292.5,65.5 + rot: 3.141592653589793 rad + pos: -217.5,-96.5 parent: 1 - - uid: 49760 + - uid: 35893 components: - type: Transform - pos: -291.5,64.5 + rot: 3.141592653589793 rad + pos: -255.5,-95.5 parent: 1 - - uid: 49761 + - uid: 35894 components: - type: Transform - pos: -291.5,63.5 + rot: 3.141592653589793 rad + pos: -219.5,-97.5 parent: 1 - - uid: 49762 + - uid: 35895 components: - type: Transform - pos: -291.5,62.5 + rot: 3.141592653589793 rad + pos: -218.5,-99.5 parent: 1 - - uid: 49764 + - uid: 35896 components: - type: Transform - pos: -290.5,6.5 + rot: 3.141592653589793 rad + pos: -218.5,-97.5 parent: 1 - - uid: 49765 + - uid: 35897 components: - type: Transform - pos: -290.5,7.5 + rot: 3.141592653589793 rad + pos: -215.5,-95.5 parent: 1 - - uid: 49766 + - uid: 35898 components: - type: Transform - pos: -290.5,3.5 + rot: 3.141592653589793 rad + pos: -253.5,-102.5 parent: 1 - - uid: 49767 + - uid: 35899 components: - type: Transform - pos: -290.5,2.5 + rot: 3.141592653589793 rad + pos: -228.5,-97.5 parent: 1 - - uid: 49768 + - uid: 35900 components: - type: Transform - pos: -290.5,60.5 + rot: 3.141592653589793 rad + pos: -215.5,-97.5 parent: 1 - - uid: 49769 + - uid: 35901 components: - type: Transform - pos: -297.5,-27.5 + rot: 3.141592653589793 rad + pos: -222.5,-99.5 parent: 1 - - uid: 49770 + - uid: 35902 components: - type: Transform - pos: -296.5,-27.5 + rot: 3.141592653589793 rad + pos: -227.5,-97.5 parent: 1 - - uid: 49771 + - uid: 35903 components: - type: Transform - pos: -301.5,-27.5 + rot: 3.141592653589793 rad + pos: -251.5,-102.5 parent: 1 - - uid: 49772 + - uid: 35904 components: - type: Transform - pos: -290.5,57.5 + rot: 3.141592653589793 rad + pos: -217.5,-98.5 parent: 1 - - uid: 49773 + - uid: 35905 components: - type: Transform - pos: -290.5,56.5 + rot: 3.141592653589793 rad + pos: -216.5,-97.5 parent: 1 - - uid: 49774 + - uid: 35906 components: - type: Transform - pos: -290.5,55.5 + rot: 3.141592653589793 rad + pos: -223.5,-98.5 parent: 1 - - uid: 49775 + - uid: 35907 components: - type: Transform - pos: -290.5,54.5 + rot: 3.141592653589793 rad + pos: -224.5,-99.5 parent: 1 - - uid: 49776 + - uid: 35908 components: - type: Transform - pos: -290.5,53.5 + rot: 3.141592653589793 rad + pos: -225.5,-99.5 parent: 1 - - uid: 49777 + - uid: 35909 components: - type: Transform - pos: -290.5,52.5 + rot: 3.141592653589793 rad + pos: -226.5,-99.5 parent: 1 - - uid: 49778 + - uid: 35910 components: - type: Transform - pos: -290.5,51.5 + rot: 3.141592653589793 rad + pos: -227.5,-99.5 parent: 1 - - uid: 49779 + - uid: 35911 components: - type: Transform - pos: -290.5,50.5 + rot: 3.141592653589793 rad + pos: -223.5,-99.5 parent: 1 - - uid: 49780 + - uid: 35912 components: - type: Transform - pos: -290.5,49.5 + rot: 3.141592653589793 rad + pos: -240.5,-99.5 parent: 1 - - uid: 49781 + - uid: 35913 components: - type: Transform - pos: -290.5,48.5 + rot: 3.141592653589793 rad + pos: -242.5,-99.5 parent: 1 - - uid: 49782 + - uid: 35914 components: - type: Transform - pos: -290.5,47.5 + rot: 3.141592653589793 rad + pos: -228.5,-99.5 parent: 1 - - uid: 49783 + - uid: 35915 components: - type: Transform - pos: -290.5,46.5 + rot: 3.141592653589793 rad + pos: -230.5,-99.5 parent: 1 - - uid: 49784 + - uid: 35916 components: - type: Transform - pos: -290.5,45.5 + rot: 3.141592653589793 rad + pos: -230.5,-98.5 parent: 1 - - uid: 49785 + - uid: 35917 components: - type: Transform - pos: -290.5,44.5 + rot: 3.141592653589793 rad + pos: -231.5,-99.5 parent: 1 - - uid: 49786 + - uid: 35918 components: - type: Transform - pos: -290.5,43.5 + rot: 3.141592653589793 rad + pos: -231.5,-98.5 parent: 1 - - uid: 49787 + - uid: 35919 components: - type: Transform - pos: -290.5,42.5 + rot: 3.141592653589793 rad + pos: -232.5,-99.5 parent: 1 - - uid: 49788 + - uid: 35920 components: - type: Transform - pos: -290.5,41.5 + rot: 3.141592653589793 rad + pos: -233.5,-99.5 parent: 1 - - uid: 49789 + - uid: 35921 components: - type: Transform - pos: -290.5,40.5 + rot: 3.141592653589793 rad + pos: -234.5,-99.5 parent: 1 - - uid: 49790 + - uid: 35922 components: - type: Transform - pos: -290.5,39.5 + rot: 3.141592653589793 rad + pos: -236.5,-99.5 parent: 1 - - uid: 49791 + - uid: 35923 components: - type: Transform - pos: -290.5,38.5 + rot: 3.141592653589793 rad + pos: -237.5,-99.5 parent: 1 - - uid: 49792 + - uid: 35924 components: - type: Transform - pos: -290.5,37.5 + rot: 3.141592653589793 rad + pos: -238.5,-99.5 parent: 1 - - uid: 49793 + - uid: 35925 components: - type: Transform - pos: -290.5,36.5 + rot: 3.141592653589793 rad + pos: -238.5,-98.5 parent: 1 - - uid: 49794 + - uid: 35926 components: - type: Transform - pos: -290.5,35.5 + rot: 3.141592653589793 rad + pos: -237.5,-100.5 parent: 1 - - uid: 49795 + - uid: 35927 components: - type: Transform - pos: -290.5,34.5 + rot: 3.141592653589793 rad + pos: -236.5,-100.5 parent: 1 - - uid: 49796 + - uid: 35928 components: - type: Transform - pos: -290.5,33.5 + rot: 3.141592653589793 rad + pos: -235.5,-100.5 parent: 1 - - uid: 49797 + - uid: 35929 components: - type: Transform - pos: -290.5,32.5 + rot: 3.141592653589793 rad + pos: -239.5,-98.5 parent: 1 - - uid: 49798 + - uid: 35930 components: - type: Transform - pos: -290.5,31.5 + rot: 3.141592653589793 rad + pos: -242.5,-98.5 parent: 1 - - uid: 49799 + - uid: 35931 components: - type: Transform - pos: -290.5,30.5 + rot: -1.5707963267948966 rad + pos: -243.5,-98.5 parent: 1 - - uid: 49800 + - uid: 35932 components: - type: Transform - pos: -290.5,29.5 + rot: 3.141592653589793 rad + pos: -245.5,-99.5 parent: 1 - - uid: 49801 + - uid: 35933 components: - type: Transform - pos: -290.5,28.5 + rot: 3.141592653589793 rad + pos: -246.5,-100.5 parent: 1 - - uid: 49802 + - uid: 35934 components: - type: Transform - pos: -290.5,27.5 + rot: 3.141592653589793 rad + pos: -247.5,-101.5 parent: 1 - - uid: 49803 + - uid: 35935 components: - type: Transform - pos: -300.5,-27.5 + rot: 3.141592653589793 rad + pos: -248.5,-101.5 parent: 1 - - uid: 49804 + - uid: 35936 components: - type: Transform - pos: -292.5,-22.5 + rot: 3.141592653589793 rad + pos: -250.5,-102.5 parent: 1 - - uid: 49805 + - uid: 35937 components: - type: Transform - pos: -290.5,19.5 + rot: 3.141592653589793 rad + pos: -254.5,-98.5 parent: 1 - - uid: 49806 + - uid: 35938 components: - type: Transform - pos: -290.5,18.5 + rot: 3.141592653589793 rad + pos: -239.5,-99.5 parent: 1 - - uid: 49807 + - uid: 35939 components: - type: Transform - pos: -290.5,17.5 + rot: 3.141592653589793 rad + pos: -253.5,-101.5 parent: 1 - - uid: 49808 + - uid: 35940 components: - type: Transform - pos: -290.5,16.5 + rot: 3.141592653589793 rad + pos: -252.5,-102.5 parent: 1 - - uid: 49809 + - uid: 35941 components: - type: Transform - pos: -290.5,15.5 + rot: 3.141592653589793 rad + pos: -254.5,-101.5 parent: 1 - - uid: 49810 + - uid: 35942 components: - type: Transform - pos: -290.5,14.5 + rot: 3.141592653589793 rad + pos: -254.5,-100.5 parent: 1 - - uid: 49811 + - uid: 35943 components: - type: Transform - pos: -290.5,13.5 + rot: 3.141592653589793 rad + pos: -254.5,-99.5 parent: 1 - - uid: 49812 + - uid: 35944 components: - type: Transform - pos: -290.5,12.5 + rot: 3.141592653589793 rad + pos: -255.5,-98.5 parent: 1 - - uid: 49814 + - uid: 35945 components: - type: Transform - pos: -299.5,-27.5 + rot: 3.141592653589793 rad + pos: -255.5,-97.5 parent: 1 - - uid: 49815 + - uid: 35946 components: - type: Transform - pos: -290.5,-8.5 + rot: 3.141592653589793 rad + pos: -255.5,-96.5 parent: 1 - - uid: 49816 + - uid: 35947 components: - type: Transform - pos: -290.5,-9.5 + rot: 3.141592653589793 rad + pos: -250.5,-101.5 parent: 1 - - uid: 49817 + - uid: 35948 components: - type: Transform - pos: -290.5,-10.5 + rot: 3.141592653589793 rad + pos: -252.5,-101.5 parent: 1 - - uid: 49818 + - uid: 35949 components: - type: Transform - pos: -290.5,-11.5 + rot: 3.141592653589793 rad + pos: -234.5,-100.5 parent: 1 - - uid: 49819 + - uid: 35950 components: - type: Transform - pos: -290.5,-12.5 + rot: 3.141592653589793 rad + pos: -233.5,-100.5 parent: 1 - - uid: 49820 + - uid: 35951 components: - type: Transform - pos: -290.5,-13.5 + rot: 3.141592653589793 rad + pos: -243.5,-99.5 parent: 1 - - uid: 49821 + - uid: 35952 components: - type: Transform - pos: -290.5,-14.5 + rot: 3.141592653589793 rad + pos: -246.5,-99.5 parent: 1 - - uid: 49822 + - uid: 35953 components: - type: Transform - pos: -290.5,-15.5 + rot: 3.141592653589793 rad + pos: -232.5,-100.5 parent: 1 - - uid: 49823 + - uid: 35954 components: - type: Transform - pos: -290.5,-16.5 + rot: 3.141592653589793 rad + pos: -231.5,-100.5 parent: 1 - - uid: 49824 + - uid: 35955 components: - type: Transform - pos: -290.5,-17.5 + rot: 3.141592653589793 rad + pos: -230.5,-100.5 parent: 1 - - uid: 49825 + - uid: 35956 components: - type: Transform - pos: -290.5,-18.5 + rot: 3.141592653589793 rad + pos: -229.5,-100.5 parent: 1 - - uid: 49826 + - uid: 35957 components: - type: Transform - pos: -290.5,-19.5 + rot: 3.141592653589793 rad + pos: -228.5,-100.5 parent: 1 - - uid: 49827 + - uid: 35958 components: - type: Transform - pos: -291.5,-19.5 + rot: 3.141592653589793 rad + pos: -227.5,-100.5 parent: 1 - - uid: 49828 + - uid: 35959 components: - type: Transform - pos: -291.5,-20.5 + rot: 3.141592653589793 rad + pos: -226.5,-100.5 parent: 1 - - uid: 49829 + - uid: 35960 components: - type: Transform - pos: -291.5,-21.5 + rot: 3.141592653589793 rad + pos: -225.5,-100.5 parent: 1 - - uid: 49831 + - uid: 35961 components: - type: Transform - pos: -292.5,-23.5 + rot: 3.141592653589793 rad + pos: -224.5,-100.5 parent: 1 - - uid: 49832 + - uid: 35962 components: - type: Transform - pos: -293.5,-23.5 + rot: 3.141592653589793 rad + pos: -223.5,-100.5 parent: 1 - - uid: 49833 + - uid: 35963 components: - type: Transform - pos: -293.5,-24.5 + rot: 3.141592653589793 rad + pos: -222.5,-100.5 parent: 1 - - uid: 49834 + - uid: 35964 components: - type: Transform - pos: -293.5,-25.5 + rot: 3.141592653589793 rad + pos: -221.5,-100.5 parent: 1 - - uid: 49835 + - uid: 35965 components: - type: Transform - pos: -294.5,-25.5 + rot: 3.141592653589793 rad + pos: -220.5,-100.5 parent: 1 - - uid: 49836 + - uid: 35966 components: - type: Transform - pos: -294.5,-26.5 + rot: 3.141592653589793 rad + pos: -219.5,-100.5 parent: 1 - - uid: 49837 + - uid: 35967 components: - type: Transform - pos: -295.5,-26.5 + rot: 3.141592653589793 rad + pos: -218.5,-100.5 parent: 1 - - uid: 49838 + - uid: 35968 components: - type: Transform - pos: -295.5,-27.5 + rot: 3.141592653589793 rad + pos: -221.5,-99.5 parent: 1 - - uid: 49839 + - uid: 35969 components: - type: Transform - pos: -302.5,-27.5 + rot: 3.141592653589793 rad + pos: -219.5,-99.5 parent: 1 - - uid: 49840 + - uid: 35970 components: - type: Transform - pos: -303.5,-27.5 + rot: 3.141592653589793 rad + pos: -215.5,-98.5 parent: 1 - - uid: 49841 + - uid: 35971 components: - type: Transform - pos: -304.5,-27.5 + rot: 3.141592653589793 rad + pos: -214.5,-96.5 parent: 1 - - uid: 50107 + - uid: 35972 components: - type: Transform - pos: -290.5,95.5 + rot: 3.141592653589793 rad + pos: -214.5,-95.5 parent: 1 - - uid: 50112 + - uid: 35973 components: - type: Transform - anchored: False - pos: -276.5,90.5 + pos: -238.5,-101.5 parent: 1 - - uid: 50113 + - uid: 35974 components: - type: Transform - anchored: False - pos: -276.5,74.5 + pos: -253.5,-96.5 parent: 1 - - uid: 50114 + - uid: 35975 components: - type: Transform - pos: -292.5,89.5 + pos: -236.5,-101.5 parent: 1 - - uid: 50115 + - uid: 35976 components: - type: Transform - pos: -289.5,95.5 + pos: -251.5,-95.5 parent: 1 - - uid: 50118 + - uid: 35977 components: - type: Transform - anchored: False - pos: -276.5,71.5 + pos: -252.5,-96.5 parent: 1 - - uid: 50119 + - uid: 35978 components: - type: Transform - pos: -292.5,90.5 + pos: -253.5,-95.5 parent: 1 - - uid: 50121 + - uid: 35979 components: - type: Transform - anchored: False - pos: -276.5,91.5 + pos: -254.5,-96.5 parent: 1 - - uid: 50122 + - uid: 35980 components: - type: Transform - pos: -288.5,95.5 + pos: -250.5,-95.5 parent: 1 - - uid: 50125 + - uid: 35981 components: - type: Transform - anchored: False - pos: -276.5,89.5 + pos: -252.5,-95.5 parent: 1 - - uid: 50126 + - uid: 35982 components: - type: Transform - pos: -335.5,84.5 + pos: -237.5,-101.5 parent: 1 - - uid: 50127 + - uid: 35983 components: - type: Transform - pos: -331.5,84.5 + pos: -238.5,-100.5 parent: 1 - - uid: 50130 + - uid: 35984 components: - type: Transform - pos: -332.5,84.5 + pos: -251.5,-96.5 parent: 1 - - uid: 50132 + - uid: 35985 components: - type: Transform - pos: -329.5,84.5 + pos: -254.5,-95.5 parent: 1 - - uid: 50133 + - uid: 35986 components: - type: Transform - pos: -330.5,84.5 + pos: -253.5,-97.5 parent: 1 - - uid: 50134 + - uid: 35987 components: - type: Transform - pos: -334.5,84.5 + pos: -232.5,-101.5 parent: 1 - - uid: 50135 + - uid: 35988 components: - type: Transform - pos: -333.5,84.5 + pos: -229.5,-101.5 parent: 1 - - uid: 50136 + - uid: 35989 components: - type: Transform - pos: -318.5,84.5 + pos: -230.5,-101.5 parent: 1 - - uid: 50137 + - uid: 35990 components: - type: Transform - pos: -285.5,95.5 + pos: -228.5,-101.5 parent: 1 - - uid: 50138 + - uid: 35991 components: - type: Transform - pos: -309.5,84.5 + pos: -227.5,-101.5 parent: 1 - - uid: 50139 + - uid: 35992 components: - type: Transform - pos: -328.5,84.5 + pos: -226.5,-101.5 parent: 1 - - uid: 50140 + - uid: 35993 components: - type: Transform - pos: -327.5,84.5 + rot: -1.5707963267948966 rad + pos: -235.5,-98.5 parent: 1 - - uid: 50141 + - uid: 35994 components: - type: Transform - pos: -326.5,84.5 + pos: 199.5,124.5 parent: 1 - - uid: 50142 + - uid: 35995 components: - type: Transform - pos: -325.5,84.5 + pos: 199.5,125.5 parent: 1 - - uid: 50143 + - uid: 35996 components: - type: Transform - pos: -297.5,84.5 + pos: 199.5,123.5 parent: 1 - - uid: 50144 + - uid: 35997 components: - type: Transform - pos: -296.5,84.5 + pos: -62.5,185.5 parent: 1 - - uid: 50145 + - uid: 35998 components: - type: Transform - pos: -295.5,84.5 + pos: -62.5,195.5 parent: 1 - - uid: 50146 + - uid: 35999 components: - type: Transform - pos: -323.5,84.5 + anchored: False + pos: -7.5,108.5 parent: 1 - - uid: 50147 + - uid: 36000 components: - type: Transform - pos: -324.5,84.5 + pos: -62.5,198.5 parent: 1 - - uid: 50148 + - uid: 36001 components: - type: Transform - pos: -322.5,84.5 + anchored: False + pos: 0.5,108.5 parent: 1 - - uid: 50149 + - uid: 36002 components: - type: Transform - pos: -315.5,84.5 + pos: 263.5,136.5 parent: 1 - - uid: 50150 + - uid: 36003 components: - type: Transform - pos: -316.5,84.5 + pos: -55.5,108.5 parent: 1 - - uid: 50151 + - uid: 36004 components: - type: Transform - pos: -317.5,84.5 + pos: -62.5,189.5 parent: 1 - - uid: 50152 + - uid: 36005 components: - type: Transform - anchored: False - pos: -276.5,70.5 + pos: -31.5,74.5 parent: 1 - - uid: 50153 + - uid: 36006 components: - type: Transform - pos: -321.5,84.5 + pos: -22.5,62.5 parent: 1 - - uid: 50155 + - uid: 36007 components: - type: Transform - anchored: False - pos: -276.5,64.5 + pos: -52.5,108.5 parent: 1 - - uid: 50156 + - uid: 36008 components: - type: Transform - pos: -320.5,84.5 + pos: -62.5,176.5 parent: 1 - - uid: 50157 + - uid: 36009 components: - type: Transform - pos: -319.5,84.5 + pos: -62.5,182.5 parent: 1 - - uid: 50158 + - uid: 36010 components: - type: Transform - anchored: False - pos: -276.5,84.5 + pos: -53.5,108.5 parent: 1 - - uid: 50160 + - uid: 36011 components: - type: Transform - anchored: False - pos: -276.5,73.5 + rot: -1.5707963267948966 rad + pos: -154.5,77.5 parent: 1 - - uid: 50161 + - uid: 36012 components: - type: Transform - pos: -310.5,84.5 + pos: -197.5,39.5 parent: 1 - - uid: 50162 + - uid: 36013 components: - type: Transform - pos: -311.5,84.5 + rot: -1.5707963267948966 rad + pos: -158.5,77.5 parent: 1 - - uid: 50163 + - uid: 36014 components: - type: Transform - pos: -312.5,84.5 + rot: -1.5707963267948966 rad + pos: -159.5,77.5 parent: 1 - - uid: 50164 + - uid: 36015 components: - type: Transform - pos: -298.5,84.5 + pos: -22.5,56.5 parent: 1 - - uid: 50167 + - uid: 36016 components: - type: Transform - pos: -314.5,84.5 + pos: -25.5,69.5 parent: 1 - - uid: 50168 + - uid: 36017 components: - type: Transform - pos: -313.5,84.5 + pos: -34.5,74.5 parent: 1 - - uid: 50169 + - uid: 36018 components: - type: Transform - anchored: False - pos: -276.5,85.5 + pos: -30.5,69.5 parent: 1 - - uid: 50170 + - uid: 36019 components: - type: Transform - anchored: False - pos: -276.5,88.5 + pos: 259.5,124.5 parent: 1 - - uid: 50173 + - uid: 36020 components: - type: Transform - anchored: False - pos: -276.5,87.5 + pos: 199.5,137.5 parent: 1 - - uid: 50174 + - uid: 36021 components: - type: Transform - anchored: False - pos: -276.5,86.5 + pos: 199.5,136.5 parent: 1 - - uid: 50175 + - uid: 36022 components: - type: Transform - anchored: False - pos: -276.5,69.5 + pos: 199.5,134.5 parent: 1 - - uid: 50176 + - uid: 36023 components: - type: Transform - pos: -308.5,84.5 + pos: 199.5,133.5 parent: 1 - - uid: 50177 + - uid: 36024 components: - type: Transform - pos: -307.5,84.5 + pos: 199.5,127.5 parent: 1 - - uid: 50178 + - uid: 36025 components: - type: Transform - pos: -306.5,84.5 + pos: 199.5,135.5 parent: 1 - - uid: 50179 + - uid: 36026 components: - type: Transform - pos: -305.5,84.5 + pos: 199.5,132.5 parent: 1 - - uid: 50180 + - uid: 36027 components: - type: Transform - pos: -304.5,84.5 + pos: 199.5,126.5 parent: 1 - - uid: 50181 + - uid: 36028 components: - type: Transform - pos: -303.5,84.5 + pos: 199.5,128.5 parent: 1 - - uid: 50182 + - uid: 36029 components: - type: Transform - pos: -302.5,84.5 + rot: 1.5707963267948966 rad + pos: 214.5,199.5 parent: 1 - - uid: 50183 + - uid: 36030 components: - type: Transform - pos: -301.5,84.5 + rot: 1.5707963267948966 rad + pos: 212.5,199.5 parent: 1 - - uid: 50184 + - uid: 36031 components: - type: Transform - pos: -300.5,84.5 + rot: 1.5707963267948966 rad + pos: 205.5,199.5 parent: 1 - - uid: 50185 + - uid: 36032 components: - type: Transform - pos: -299.5,84.5 + rot: 1.5707963267948966 rad + pos: 204.5,199.5 parent: 1 - - uid: 50186 + - uid: 36033 components: - type: Transform - pos: -291.5,90.5 + rot: 1.5707963267948966 rad + pos: 211.5,199.5 parent: 1 - - uid: 50187 + - uid: 36034 components: - type: Transform - anchored: False - pos: -276.5,72.5 + rot: 1.5707963267948966 rad + pos: 203.5,199.5 parent: 1 - - uid: 50191 + - uid: 36035 components: - type: Transform - anchored: False - pos: -276.5,66.5 + rot: 1.5707963267948966 rad + pos: 202.5,199.5 parent: 1 - - uid: 50192 + - uid: 36036 components: - type: Transform - anchored: False - pos: -276.5,67.5 + rot: 1.5707963267948966 rad + pos: -235.5,-103.5 parent: 1 - - uid: 50193 + - uid: 36037 components: - type: Transform - anchored: False - pos: -276.5,92.5 + rot: -1.5707963267948966 rad + pos: -243.5,-110.5 parent: 1 - - uid: 50194 + - uid: 36038 components: - type: Transform - pos: -295.5,85.5 + rot: -1.5707963267948966 rad + pos: -242.5,-110.5 parent: 1 - - uid: 50195 + - uid: 36039 components: - type: Transform - pos: -294.5,85.5 + rot: -1.5707963267948966 rad + pos: -242.5,-109.5 parent: 1 - - uid: 50196 + - uid: 36040 components: - type: Transform - pos: -293.5,86.5 + rot: -1.5707963267948966 rad + pos: -241.5,-109.5 parent: 1 - - uid: 50197 + - uid: 36041 components: - type: Transform - pos: -293.5,86.5 + rot: -1.5707963267948966 rad + pos: -251.5,-103.5 parent: 1 - - uid: 50198 + - uid: 36042 components: - type: Transform - pos: -293.5,87.5 + rot: -1.5707963267948966 rad + pos: -250.5,-104.5 parent: 1 - - uid: 50199 + - uid: 36043 components: - type: Transform - pos: -292.5,88.5 + rot: -1.5707963267948966 rad + pos: -251.5,-104.5 parent: 1 - - uid: 50200 + - uid: 36044 components: - type: Transform - pos: -292.5,88.5 + rot: -1.5707963267948966 rad + pos: -251.5,-105.5 parent: 1 - - uid: 50202 + - uid: 36045 components: - type: Transform - pos: -286.5,95.5 + rot: -1.5707963267948966 rad + pos: -250.5,-106.5 parent: 1 - - uid: 50203 + - uid: 36046 components: - type: Transform - pos: -287.5,95.5 + rot: -1.5707963267948966 rad + pos: -249.5,-107.5 parent: 1 - - uid: 50204 + - uid: 36047 components: - type: Transform - anchored: False - pos: -276.5,94.5 + rot: -1.5707963267948966 rad + pos: -244.5,-110.5 parent: 1 - - uid: 50206 + - uid: 36048 components: - type: Transform - anchored: False - pos: -276.5,83.5 + rot: -1.5707963267948966 rad + pos: -245.5,-110.5 parent: 1 - - uid: 50207 + - uid: 36049 components: - type: Transform - anchored: False - pos: -276.5,81.5 + rot: 1.5707963267948966 rad + pos: -234.5,-102.5 parent: 1 - - uid: 50208 + - uid: 36050 components: - type: Transform - pos: -291.5,91.5 + rot: -1.5707963267948966 rad + pos: -249.5,-109.5 parent: 1 - - uid: 50209 + - uid: 36051 components: - type: Transform - pos: -291.5,92.5 + rot: -1.5707963267948966 rad + pos: -248.5,-109.5 parent: 1 - - uid: 50210 + - uid: 36052 components: - type: Transform - pos: -290.5,92.5 + rot: -1.5707963267948966 rad + pos: -248.5,-110.5 parent: 1 - - uid: 50211 + - uid: 36053 components: - type: Transform - pos: -290.5,93.5 + rot: -1.5707963267948966 rad + pos: -248.5,-111.5 parent: 1 - - uid: 50212 + - uid: 36054 components: - type: Transform - pos: -290.5,94.5 + rot: -1.5707963267948966 rad + pos: -247.5,-111.5 parent: 1 - - uid: 50218 + - uid: 36055 components: - type: Transform - anchored: False - pos: -276.5,68.5 + rot: -1.5707963267948966 rad + pos: -246.5,-111.5 parent: 1 - - uid: 50219 + - uid: 36056 components: - type: Transform - anchored: False - pos: -276.5,82.5 + rot: -1.5707963267948966 rad + pos: -245.5,-111.5 parent: 1 - - uid: 50220 + - uid: 36057 components: - type: Transform - anchored: False - pos: -276.5,65.5 + rot: -1.5707963267948966 rad + pos: -240.5,-109.5 parent: 1 - - uid: 50221 + - uid: 36058 components: - type: Transform - anchored: False - pos: -276.5,80.5 + rot: -1.5707963267948966 rad + pos: -239.5,-109.5 parent: 1 - - uid: 50222 + - uid: 36059 components: - type: Transform - anchored: False - pos: -276.5,79.5 + rot: -1.5707963267948966 rad + pos: -239.5,-108.5 parent: 1 - - uid: 50223 + - uid: 36060 components: - type: Transform - anchored: False - pos: -276.5,78.5 + rot: -1.5707963267948966 rad + pos: -239.5,-107.5 parent: 1 - - uid: 50224 + - uid: 36061 components: - type: Transform - pos: -284.5,95.5 + rot: -1.5707963267948966 rad + pos: -238.5,-107.5 parent: 1 - - uid: 50225 + - uid: 36062 components: - type: Transform - pos: -283.5,95.5 + rot: -1.5707963267948966 rad + pos: -238.5,-106.5 parent: 1 - - uid: 50226 + - uid: 36063 components: - type: Transform - pos: -282.5,95.5 + rot: -1.5707963267948966 rad + pos: -237.5,-105.5 parent: 1 - - uid: 50227 + - uid: 36064 components: - type: Transform - pos: -281.5,95.5 + rot: -1.5707963267948966 rad + pos: -237.5,-104.5 parent: 1 - - uid: 50228 + - uid: 36065 components: - type: Transform - pos: -280.5,95.5 + rot: -1.5707963267948966 rad + pos: -237.5,-103.5 parent: 1 - - uid: 50229 + - uid: 36066 components: - type: Transform - pos: -279.5,95.5 + rot: -1.5707963267948966 rad + pos: -236.5,-103.5 parent: 1 - - uid: 50230 + - uid: 36067 components: - type: Transform - pos: -278.5,95.5 + rot: -1.5707963267948966 rad + pos: -236.5,-102.5 parent: 1 - - uid: 50231 + - uid: 36068 components: - type: Transform - pos: -277.5,95.5 + rot: -1.5707963267948966 rad + pos: -244.5,-111.5 parent: 1 - - uid: 50232 + - uid: 36069 components: - type: Transform - anchored: False - pos: -276.5,93.5 + rot: -1.5707963267948966 rad + pos: -243.5,-111.5 parent: 1 - - uid: 50233 + - uid: 36070 components: - type: Transform - anchored: False - pos: -276.5,95.5 + rot: -1.5707963267948966 rad + pos: -242.5,-111.5 parent: 1 - - uid: 50234 + - uid: 36071 components: - type: Transform - anchored: False - pos: -276.5,77.5 + rot: -1.5707963267948966 rad + pos: -241.5,-110.5 parent: 1 - - uid: 50235 + - uid: 36072 components: - type: Transform - anchored: False - pos: -276.5,76.5 + rot: -1.5707963267948966 rad + pos: -240.5,-110.5 parent: 1 - - uid: 50236 + - uid: 36073 components: - type: Transform - anchored: False - pos: -276.5,75.5 + rot: -1.5707963267948966 rad + pos: -239.5,-110.5 parent: 1 - - uid: 50237 + - uid: 36074 components: - type: Transform - anchored: False - pos: -276.5,63.5 + rot: -1.5707963267948966 rad + pos: -238.5,-109.5 parent: 1 - - uid: 50238 + - uid: 36075 components: - type: Transform - anchored: False - pos: -276.5,62.5 + rot: -1.5707963267948966 rad + pos: -238.5,-108.5 parent: 1 - - uid: 50239 + - uid: 36076 components: - type: Transform - anchored: False - pos: -276.5,61.5 + rot: -1.5707963267948966 rad + pos: -237.5,-107.5 parent: 1 - - uid: 50240 + - uid: 36077 components: - type: Transform - anchored: False - pos: -276.5,60.5 + rot: -1.5707963267948966 rad + pos: -237.5,-106.5 parent: 1 - - uid: 50241 + - uid: 36078 components: - type: Transform - anchored: False - pos: -276.5,59.5 + rot: -1.5707963267948966 rad + pos: -236.5,-105.5 parent: 1 - - uid: 50242 + - uid: 36079 components: - type: Transform - anchored: False - pos: -276.5,58.5 + rot: -1.5707963267948966 rad + pos: -236.5,-104.5 parent: 1 - - uid: 50243 + - uid: 36080 components: - type: Transform - anchored: False - pos: -276.5,57.5 + rot: -1.5707963267948966 rad + pos: -251.5,-107.5 parent: 1 - - uid: 50244 + - uid: 36081 components: - type: Transform - anchored: False - pos: -276.5,56.5 + rot: -1.5707963267948966 rad + pos: -251.5,-106.5 parent: 1 - - uid: 50245 + - uid: 36082 components: - type: Transform - anchored: False - pos: -276.5,55.5 + rot: -1.5707963267948966 rad + pos: -252.5,-105.5 parent: 1 - - uid: 50246 + - uid: 36083 components: - type: Transform - anchored: False - pos: -276.5,54.5 + rot: -1.5707963267948966 rad + pos: -252.5,-104.5 parent: 1 - - uid: 50247 + - uid: 36084 components: - type: Transform - anchored: False - pos: -276.5,53.5 + rot: -1.5707963267948966 rad + pos: -252.5,-103.5 parent: 1 - - uid: 50248 + - uid: 36085 components: - type: Transform - anchored: False - pos: -276.5,52.5 + rot: -1.5707963267948966 rad + pos: -250.5,-108.5 parent: 1 - - uid: 50249 + - uid: 36086 components: - type: Transform - anchored: False - pos: -276.5,51.5 + rot: -1.5707963267948966 rad + pos: -250.5,-109.5 parent: 1 - - uid: 50250 + - uid: 36087 components: - type: Transform - anchored: False - pos: -276.5,50.5 + rot: -1.5707963267948966 rad + pos: -249.5,-110.5 parent: 1 - - uid: 50251 + - uid: 36088 components: - type: Transform - anchored: False - pos: -276.5,49.5 + rot: -1.5707963267948966 rad + pos: -249.5,-111.5 parent: 1 - - uid: 50252 + - uid: 36089 components: - type: Transform - anchored: False - pos: -276.5,48.5 + rot: -1.5707963267948966 rad + pos: -247.5,-112.5 parent: 1 - - uid: 50253 + - uid: 36090 components: - type: Transform - anchored: False - pos: -276.5,47.5 + rot: -1.5707963267948966 rad + pos: -246.5,-112.5 parent: 1 - - uid: 50254 + - uid: 36091 components: - type: Transform - anchored: False - pos: -276.5,46.5 + rot: -1.5707963267948966 rad + pos: -245.5,-112.5 parent: 1 - - uid: 50255 + - uid: 36092 components: - type: Transform - anchored: False - pos: -276.5,45.5 + rot: -1.5707963267948966 rad + pos: -244.5,-112.5 parent: 1 - - uid: 50256 + - uid: 36093 components: - type: Transform - anchored: False - pos: -276.5,44.5 + rot: -1.5707963267948966 rad + pos: -243.5,-112.5 parent: 1 - - uid: 50257 + - uid: 36094 components: - type: Transform - anchored: False - pos: -276.5,43.5 + rot: -1.5707963267948966 rad + pos: -241.5,-99.5 parent: 1 - - uid: 50258 + - uid: 36095 components: - type: Transform - anchored: False - pos: -276.5,42.5 + pos: -340.5,70.5 parent: 1 - - uid: 50259 + - uid: 36096 components: - type: Transform - anchored: False - pos: -276.5,41.5 + pos: -339.5,70.5 parent: 1 - - uid: 50260 + - uid: 36097 components: - type: Transform - anchored: False - pos: -276.5,40.5 + pos: -337.5,70.5 parent: 1 - - uid: 50261 + - uid: 36098 components: - type: Transform - anchored: False - pos: -276.5,39.5 + pos: -338.5,70.5 parent: 1 - - uid: 50262 + - uid: 36099 components: - type: Transform - anchored: False - pos: -276.5,38.5 + pos: -340.5,84.5 parent: 1 - - uid: 50263 + - uid: 36100 components: - type: Transform - anchored: False - pos: -276.5,37.5 + pos: -339.5,84.5 parent: 1 - - uid: 50264 + - uid: 36101 components: - type: Transform - anchored: False - pos: -276.5,36.5 + pos: -341.5,70.5 parent: 1 - - uid: 50265 + - uid: 36102 components: - type: Transform - anchored: False - pos: -276.5,35.5 + pos: -341.5,84.5 parent: 1 - - uid: 50266 + - uid: 36103 components: - type: Transform - anchored: False - pos: -276.5,34.5 + pos: 66.5,-209.5 parent: 1 - - uid: 50267 + - uid: 36104 components: - type: Transform - anchored: False - pos: -276.5,33.5 + pos: 68.5,-209.5 parent: 1 - - uid: 50268 + - uid: 36105 components: - type: Transform - anchored: False - pos: -276.5,32.5 + pos: -338.5,84.5 parent: 1 - - uid: 50269 + - uid: 36106 components: - type: Transform - anchored: False - pos: -276.5,31.5 + pos: -337.5,84.5 parent: 1 - - uid: 50270 + - uid: 36107 components: - type: Transform - anchored: False - pos: -276.5,30.5 + pos: -336.5,84.5 parent: 1 - - uid: 50271 + - uid: 36108 components: - type: Transform - anchored: False - pos: -276.5,29.5 + pos: -336.5,70.5 parent: 1 - - uid: 50272 + - uid: 36109 components: - type: Transform - anchored: False - pos: -276.5,28.5 + pos: 67.5,-209.5 parent: 1 - - uid: 50273 + - uid: 36110 components: - type: Transform - anchored: False - pos: -276.5,27.5 + pos: 66.5,-208.5 parent: 1 - - uid: 50274 + - uid: 36111 components: - type: Transform - anchored: False - pos: -276.5,26.5 + pos: 67.5,-208.5 parent: 1 - - uid: 50275 + - uid: 36112 components: - type: Transform - anchored: False - pos: -276.5,25.5 + pos: 147.5,-199.5 parent: 1 - - uid: 50276 + - uid: 36113 components: - type: Transform - anchored: False - pos: -276.5,24.5 + pos: 47.5,-212.5 parent: 1 - - uid: 50277 + - uid: 36114 components: - type: Transform - anchored: False - pos: -276.5,23.5 + pos: 47.5,-204.5 parent: 1 - - uid: 50278 + - uid: 36115 components: - type: Transform - anchored: False - pos: -276.5,22.5 + pos: 37.5,-204.5 parent: 1 - - uid: 50279 + - uid: 36116 components: - type: Transform - anchored: False - pos: -276.5,21.5 + pos: 47.5,-202.5 parent: 1 - - uid: 50280 + - uid: 36117 components: - type: Transform - anchored: False - pos: -276.5,20.5 + pos: 154.5,-205.5 parent: 1 - - uid: 50281 + - uid: 36118 components: - type: Transform - anchored: False - pos: -276.5,19.5 + pos: 161.5,-203.5 parent: 1 - - uid: 50282 + - uid: 36119 components: - type: Transform - anchored: False - pos: -276.5,18.5 + pos: 161.5,-204.5 parent: 1 - - uid: 50283 + - uid: 36120 components: - type: Transform - anchored: False - pos: -276.5,17.5 + rot: -1.5707963267948966 rad + pos: -411.5,129.5 parent: 1 - - uid: 50284 + - uid: 36121 components: - type: Transform - anchored: False - pos: -276.5,16.5 + rot: -1.5707963267948966 rad + pos: -399.5,120.5 parent: 1 - - uid: 50285 + - uid: 36122 components: - type: Transform - pos: -276.5,15.5 + pos: -326.5,-27.5 parent: 1 - - uid: 50286 + - uid: 36123 components: - type: Transform - pos: -276.5,14.5 + rot: -1.5707963267948966 rad + pos: -395.5,120.5 parent: 1 - - uid: 50287 + - uid: 36124 components: - type: Transform - pos: -276.5,13.5 + pos: -420.5,117.5 parent: 1 - - uid: 50288 + - uid: 36125 components: - type: Transform - pos: -276.5,12.5 + pos: 34.5,-216.5 parent: 1 - - uid: 50289 + - uid: 36126 components: - type: Transform - pos: -276.5,11.5 + pos: 41.5,-210.5 parent: 1 - - uid: 50290 + - uid: 36127 components: - type: Transform - pos: -276.5,10.5 + pos: 34.5,-213.5 parent: 1 - - uid: 50291 + - uid: 36128 components: - type: Transform - pos: -276.5,9.5 + pos: 35.5,-216.5 parent: 1 - - uid: 50292 + - uid: 36129 components: - type: Transform - pos: -276.5,8.5 + pos: 41.5,-203.5 parent: 1 - - uid: 50293 + - uid: 36130 components: - type: Transform - pos: -276.5,7.5 + pos: 35.5,-215.5 parent: 1 - - uid: 50294 + - uid: 36131 components: - type: Transform - pos: -276.5,6.5 + pos: 30.5,-209.5 parent: 1 - - uid: 50295 + - uid: 36132 components: - type: Transform - pos: -276.5,5.5 + pos: 36.5,-203.5 parent: 1 - - uid: 50296 + - uid: 36133 components: - type: Transform - pos: -276.5,4.5 + pos: 31.5,-209.5 parent: 1 - - uid: 50297 + - uid: 36134 components: - type: Transform - pos: -276.5,3.5 + pos: 43.5,-210.5 parent: 1 - - uid: 50298 + - uid: 36135 components: - type: Transform - pos: -276.5,2.5 + pos: 39.5,-202.5 parent: 1 - - uid: 50299 + - uid: 36136 components: - type: Transform - pos: -276.5,1.5 + pos: 44.5,-210.5 parent: 1 - - uid: 50300 + - uid: 36137 components: - type: Transform - pos: -276.5,0.5 + pos: 42.5,-206.5 parent: 1 - - uid: 50301 + - uid: 36138 components: - type: Transform - pos: -276.5,-0.5 + pos: 28.5,-208.5 parent: 1 - - uid: 50302 + - uid: 36139 components: - type: Transform - pos: -276.5,-1.5 + pos: 41.5,-204.5 parent: 1 - - uid: 50303 + - uid: 36140 components: - type: Transform - pos: -276.5,-2.5 + pos: 42.5,-205.5 parent: 1 - - uid: 50304 + - uid: 36141 components: - type: Transform - pos: -276.5,-3.5 + pos: 43.5,-208.5 parent: 1 - - uid: 50305 + - uid: 36142 components: - type: Transform - pos: -276.5,-4.5 + pos: 38.5,-202.5 parent: 1 - - uid: 50306 + - uid: 36143 components: - type: Transform - pos: -276.5,-5.5 + pos: 43.5,-205.5 parent: 1 - - uid: 50307 + - uid: 36144 components: - type: Transform - pos: -276.5,-6.5 + pos: 36.5,-202.5 parent: 1 - - uid: 50308 + - uid: 36145 components: - type: Transform - pos: -276.5,-7.5 + pos: 70.5,-205.5 parent: 1 - - uid: 50309 + - uid: 36146 components: - type: Transform - pos: -276.5,-8.5 + pos: 41.5,-209.5 parent: 1 - - uid: 50310 + - uid: 36147 components: - type: Transform - pos: -276.5,-9.5 + pos: 38.5,-201.5 parent: 1 - - uid: 50311 + - uid: 36148 components: - type: Transform - pos: -276.5,-10.5 + pos: 35.5,-214.5 parent: 1 - - uid: 50312 + - uid: 36149 components: - type: Transform - pos: -276.5,-11.5 + pos: 27.5,-209.5 parent: 1 - - uid: 50313 + - uid: 36150 components: - type: Transform - pos: -276.5,-12.5 + pos: 67.5,-214.5 parent: 1 - - uid: 50314 + - uid: 36151 components: - type: Transform - pos: -276.5,-13.5 + pos: -196.5,39.5 parent: 1 - - uid: 50315 + - uid: 36152 components: - type: Transform - pos: -276.5,-14.5 + pos: 27.5,-208.5 parent: 1 - - uid: 50316 + - uid: 36153 components: - type: Transform - pos: -276.5,-15.5 + pos: 31.5,-203.5 parent: 1 - - uid: 50317 + - uid: 36154 components: - type: Transform - pos: -276.5,-16.5 + pos: 35.5,-212.5 parent: 1 - - uid: 50318 + - uid: 36155 components: - type: Transform - pos: -276.5,-17.5 + pos: 35.5,-213.5 parent: 1 - - uid: 50319 + - uid: 36156 components: - type: Transform - pos: -276.5,-18.5 + pos: 34.5,-215.5 parent: 1 - - uid: 50320 + - uid: 36157 components: - type: Transform - pos: -276.5,-19.5 + pos: 35.5,-210.5 parent: 1 - - uid: 61186 + - uid: 36158 components: - type: Transform - pos: 199.5,130.5 + pos: 35.5,-211.5 parent: 1 - - uid: 61660 + - uid: 36159 components: - type: Transform - pos: -187.5,61.5 + pos: 36.5,-210.5 parent: 1 - - uid: 61661 + - uid: 36160 components: - type: Transform - pos: -188.5,61.5 + pos: 35.5,-209.5 parent: 1 - - uid: 61702 + - uid: 36161 components: - type: Transform - pos: -191.5,60.5 + pos: 35.5,-208.5 parent: 1 - - uid: 61748 + - uid: 36162 components: - type: Transform - pos: -171.5,67.5 + pos: 35.5,-207.5 parent: 1 - - uid: 61771 + - uid: 36163 components: - type: Transform - pos: -173.5,68.5 + pos: 35.5,-206.5 parent: 1 - - uid: 61800 + - uid: 36164 components: - type: Transform - pos: -173.5,67.5 + pos: 36.5,-209.5 parent: 1 - - uid: 61801 + - uid: 36165 components: - type: Transform - pos: -171.5,68.5 + pos: 35.5,-204.5 parent: 1 - - uid: 61802 + - uid: 36166 components: - type: Transform - pos: -173.5,66.5 + pos: 35.5,-205.5 parent: 1 - - uid: 61803 + - uid: 36167 components: - type: Transform - pos: -172.5,67.5 + pos: 36.5,-207.5 parent: 1 - - uid: 61826 + - uid: 36168 components: - type: Transform - pos: -186.5,64.5 + pos: 36.5,-208.5 parent: 1 - - uid: 61833 + - uid: 36169 components: - type: Transform - pos: -191.5,58.5 + pos: 36.5,-205.5 parent: 1 - - uid: 61834 + - uid: 36170 components: - type: Transform - pos: -186.5,66.5 + pos: 36.5,-206.5 parent: 1 - - uid: 61835 + - uid: 36171 components: - type: Transform - pos: -186.5,65.5 + pos: 36.5,-204.5 parent: 1 - - uid: 61836 + - uid: 36172 components: - type: Transform - pos: -184.5,66.5 + pos: 46.5,-207.5 parent: 1 - - uid: 61837 + - uid: 36173 components: - type: Transform - pos: -185.5,66.5 + pos: 46.5,-208.5 parent: 1 - - uid: 61838 + - uid: 36174 components: - type: Transform - pos: -182.5,66.5 + pos: 46.5,-204.5 parent: 1 - - uid: 61839 + - uid: 36175 components: - type: Transform - pos: -183.5,66.5 + pos: 42.5,-210.5 parent: 1 - - uid: 61840 + - uid: 36176 components: - type: Transform - pos: -180.5,66.5 + pos: 40.5,-201.5 parent: 1 - - uid: 61841 + - uid: 36177 components: - type: Transform - pos: -181.5,66.5 + pos: 47.5,-207.5 parent: 1 - - uid: 61842 + - uid: 36178 components: - type: Transform - pos: -178.5,66.5 + pos: 62.5,-214.5 parent: 1 - - uid: 61843 + - uid: 36179 components: - type: Transform - pos: -179.5,66.5 + pos: 46.5,-206.5 parent: 1 - - uid: 61844 + - uid: 36180 components: - type: Transform - pos: -177.5,66.5 + pos: 62.5,-210.5 parent: 1 - - uid: 61845 + - uid: 36181 components: - type: Transform - pos: -186.5,62.5 + pos: 52.5,-211.5 parent: 1 - - uid: 61846 + - uid: 36182 components: - type: Transform - pos: -174.5,68.5 + pos: 47.5,-211.5 parent: 1 - - uid: 61847 + - uid: 36183 components: - type: Transform - pos: -175.5,68.5 + pos: 47.5,-215.5 parent: 1 - - uid: 61848 + - uid: 36184 components: - type: Transform - pos: -172.5,68.5 + pos: 60.5,-207.5 parent: 1 - - uid: 61849 + - uid: 36185 components: - type: Transform - pos: -176.5,67.5 + pos: 47.5,-208.5 parent: 1 - - uid: 61850 + - uid: 36186 components: - type: Transform - pos: -176.5,66.5 + pos: 52.5,-213.5 parent: 1 - - uid: 61852 + - uid: 36187 components: - type: Transform - pos: -176.5,68.5 + pos: 46.5,-215.5 parent: 1 - - uid: 61857 + - uid: 36188 components: - type: Transform - pos: -195.5,39.5 + pos: 61.5,-208.5 parent: 1 - - uid: 61858 + - uid: 36189 components: - type: Transform - pos: -194.5,40.5 + pos: 53.5,-216.5 parent: 1 - - uid: 61862 + - uid: 36190 components: - type: Transform - pos: -194.5,41.5 + pos: 46.5,-212.5 parent: 1 - - uid: 61863 + - uid: 36191 components: - type: Transform - pos: -194.5,42.5 + pos: 46.5,-214.5 parent: 1 - - uid: 61865 + - uid: 36192 components: - type: Transform - pos: -194.5,39.5 + pos: 56.5,-214.5 parent: 1 - - uid: 61866 + - uid: 36193 components: - type: Transform - pos: -198.5,39.5 + pos: 46.5,-216.5 parent: 1 - - uid: 61868 + - uid: 36194 components: - type: Transform - pos: -128.5,58.5 + pos: 46.5,-205.5 parent: 1 - - uid: 61869 + - uid: 36195 components: - type: Transform - pos: -127.5,58.5 + pos: 47.5,-216.5 parent: 1 - - uid: 61871 + - uid: 36196 components: - type: Transform - pos: -194.5,43.5 + pos: 46.5,-203.5 parent: 1 - - uid: 61874 + - uid: 36197 components: - type: Transform - pos: -194.5,44.5 + pos: 46.5,-202.5 parent: 1 - - uid: 61875 + - uid: 36198 components: - type: Transform - pos: -194.5,45.5 + pos: 67.5,-216.5 parent: 1 - - uid: 61876 + - uid: 36199 components: - type: Transform - pos: -194.5,46.5 + pos: 29.5,-209.5 parent: 1 - - uid: 61877 + - uid: 36200 components: - type: Transform - pos: -194.5,47.5 + pos: 68.5,-216.5 parent: 1 - - uid: 61878 + - uid: 36201 components: - type: Transform - pos: -194.5,48.5 + pos: 28.5,-209.5 parent: 1 - - uid: 61879 + - uid: 36202 components: - type: Transform - pos: -194.5,49.5 + pos: 25.5,-209.5 parent: 1 - - uid: 61880 + - uid: 36203 components: - type: Transform - pos: -194.5,50.5 + pos: 26.5,-209.5 parent: 1 - - uid: 61881 + - uid: 36204 components: - type: Transform - pos: -194.5,51.5 + pos: 25.5,-208.5 parent: 1 - - uid: 61882 + - uid: 36205 components: - type: Transform - pos: -194.5,52.5 + pos: 29.5,-208.5 parent: 1 - - uid: 61883 + - uid: 36206 components: - type: Transform - pos: -194.5,53.5 + pos: 30.5,-208.5 parent: 1 - - uid: 61884 + - uid: 36207 components: - type: Transform - pos: -194.5,54.5 + pos: 68.5,-210.5 parent: 1 - - uid: 61885 + - uid: 36208 components: - type: Transform - pos: -194.5,55.5 + pos: 68.5,-211.5 parent: 1 - - uid: 61886 + - uid: 36209 components: - type: Transform - pos: -194.5,56.5 + pos: 67.5,-212.5 parent: 1 - - uid: 61887 + - uid: 36210 components: - type: Transform - pos: -193.5,56.5 + pos: 67.5,-215.5 parent: 1 - - uid: 61888 + - uid: 36211 components: - type: Transform - pos: -192.5,56.5 + pos: 68.5,-214.5 parent: 1 - - uid: 61889 + - uid: 36212 components: - type: Transform - pos: -191.5,56.5 + pos: 67.5,-213.5 parent: 1 - - uid: 61890 + - uid: 36213 components: - type: Transform - pos: -191.5,57.5 + pos: 68.5,-212.5 parent: 1 - - uid: 61928 + - uid: 36214 components: - type: Transform - pos: -162.5,74.5 + pos: 68.5,-215.5 parent: 1 - - uid: 62109 + - uid: 36215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,71.5 + pos: 68.5,-213.5 parent: 1 - - uid: 62110 + - uid: 36216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,70.5 + pos: 65.5,-208.5 parent: 1 - - uid: 62117 + - uid: 36217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,69.5 + pos: 31.5,-206.5 parent: 1 - - uid: 62384 + - uid: 36218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,71.5 + pos: 31.5,-207.5 parent: 1 - - uid: 62475 + - uid: 36219 components: - type: Transform - pos: -175.5,66.5 + pos: 32.5,-203.5 parent: 1 - - uid: 62476 + - uid: 36220 components: - type: Transform - pos: -174.5,66.5 + pos: 32.5,-207.5 parent: 1 - - uid: 62586 + - uid: 36221 components: - type: Transform - pos: -168.5,74.5 + pos: 47.5,-210.5 parent: 1 - - uid: 62587 + - uid: 36222 components: - type: Transform - pos: -167.5,74.5 + pos: 56.5,-209.5 parent: 1 - - uid: 62588 + - uid: 36223 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -161.5,75.5 + pos: 49.5,-202.5 parent: 1 - - uid: 63667 + - uid: 36224 components: - type: Transform rot: -1.5707963267948966 rad - pos: -170.5,72.5 + pos: -398.5,120.5 parent: 1 - - uid: 63927 + - uid: 36225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -129.5,59.5 + pos: 42.5,-209.5 parent: 1 - - uid: 63934 + - uid: 36226 components: - type: Transform - pos: -165.5,74.5 + pos: 56.5,-216.5 parent: 1 - - uid: 63935 + - uid: 36227 components: - type: Transform - pos: -166.5,74.5 + pos: 56.5,-212.5 parent: 1 - - uid: 63945 + - uid: 36228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,77.5 + pos: 56.5,-210.5 parent: 1 - - uid: 63949 + - uid: 36229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,77.5 + pos: 47.5,-203.5 parent: 1 - - uid: 63951 + - uid: 36230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -129.5,61.5 + pos: 31.5,-205.5 parent: 1 - - uid: 63968 + - uid: 36231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -157.5,77.5 + pos: 61.5,-205.5 parent: 1 - - uid: 63984 + - uid: 36232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,77.5 + pos: 31.5,-204.5 parent: 1 - - uid: 63985 + - uid: 36233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,77.5 + pos: 37.5,-202.5 parent: 1 - - uid: 63986 + - uid: 36234 components: - type: Transform rot: -1.5707963267948966 rad - pos: -151.5,77.5 + pos: -394.5,120.5 parent: 1 - - uid: 63987 + - uid: 36235 components: - type: Transform rot: -1.5707963267948966 rad - pos: -150.5,77.5 + pos: -400.5,120.5 parent: 1 - - uid: 63988 + - uid: 36236 + components: + - type: Transform + pos: -419.5,125.5 + parent: 1 + - uid: 36237 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,67.5 + pos: -419.5,120.5 parent: 1 - - uid: 63989 + - uid: 36238 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,68.5 + pos: -397.5,120.5 parent: 1 - - uid: 63990 + - uid: 36239 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,69.5 + pos: -396.5,120.5 parent: 1 - - uid: 63991 + - uid: 36240 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,70.5 + pos: -403.5,115.5 parent: 1 - - uid: 63992 + - uid: 36241 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,71.5 + pos: -403.5,116.5 parent: 1 - - uid: 63993 + - uid: 36242 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,72.5 + pos: -406.5,129.5 parent: 1 - - uid: 63994 + - uid: 36243 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,73.5 + pos: -408.5,129.5 parent: 1 - - uid: 63995 + - uid: 36244 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,74.5 + pos: -409.5,129.5 parent: 1 - - uid: 63996 + - uid: 36245 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,75.5 + pos: -393.5,120.5 parent: 1 - - uid: 63997 + - uid: 36246 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,76.5 + pos: -392.5,120.5 parent: 1 - - uid: 63998 + - uid: 36247 components: - type: Transform rot: -1.5707963267948966 rad - pos: -149.5,77.5 + pos: -392.5,119.5 parent: 1 - - uid: 64053 + - uid: 36248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -129.5,60.5 + rot: -1.5707963267948966 rad + pos: -392.5,118.5 parent: 1 - - uid: 64336 + - uid: 36249 components: - type: Transform - pos: 199.5,171.5 + rot: -1.5707963267948966 rad + pos: -392.5,117.5 parent: 1 - - uid: 64884 + - uid: 36250 components: - type: Transform - pos: -27.5,69.5 + rot: -1.5707963267948966 rad + pos: -392.5,116.5 parent: 1 - - uid: 64885 + - uid: 36251 components: - type: Transform - pos: -43.5,68.5 + rot: -1.5707963267948966 rad + pos: -392.5,115.5 parent: 1 - - uid: 64886 + - uid: 36252 components: - type: Transform - pos: -19.5,56.5 + rot: -1.5707963267948966 rad + pos: -410.5,129.5 parent: 1 - - uid: 64890 + - uid: 36253 components: - type: Transform - pos: -20.5,56.5 + rot: -1.5707963267948966 rad + pos: -407.5,129.5 parent: 1 - - uid: 64895 + - uid: 36254 components: - type: Transform - pos: -16.5,56.5 + pos: -419.5,124.5 parent: 1 - - uid: 64900 + - uid: 36255 components: - type: Transform - pos: -23.5,64.5 + rot: -1.5707963267948966 rad + pos: -419.5,115.5 parent: 1 - - uid: 64903 + - uid: 36256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 218.5,199.5 + rot: -1.5707963267948966 rad + pos: -419.5,116.5 parent: 1 - - uid: 64904 + - uid: 36257 components: - type: Transform - pos: -43.5,69.5 + rot: -1.5707963267948966 rad + pos: -419.5,117.5 parent: 1 - - uid: 64907 + - uid: 36258 components: - type: Transform - pos: -26.5,69.5 + rot: -1.5707963267948966 rad + pos: -419.5,118.5 parent: 1 - - uid: 64908 + - uid: 36259 components: - type: Transform - pos: -38.5,69.5 + rot: -1.5707963267948966 rad + pos: -419.5,119.5 parent: 1 - - uid: 64909 + - uid: 36260 components: - type: Transform - pos: -37.5,69.5 + pos: -428.5,135.5 parent: 1 - - uid: 64911 + - uid: 36261 components: - type: Transform - pos: -17.5,56.5 + pos: -428.5,120.5 parent: 1 - - uid: 64913 + - uid: 36262 components: - type: Transform - pos: -43.5,66.5 + pos: -427.5,135.5 parent: 1 - - uid: 64914 + - uid: 36263 components: - type: Transform - pos: -24.5,69.5 + pos: -419.5,126.5 parent: 1 - - uid: 64915 + - uid: 36264 components: - type: Transform - pos: -22.5,61.5 + rot: -1.5707963267948966 rad + pos: -419.5,127.5 parent: 1 - - uid: 64922 + - uid: 36265 components: - type: Transform - pos: -21.5,56.5 + rot: -1.5707963267948966 rad + pos: -419.5,128.5 parent: 1 - - uid: 64925 + - uid: 36266 components: - type: Transform - pos: -28.5,69.5 + rot: -1.5707963267948966 rad + pos: -418.5,129.5 parent: 1 - - uid: 64927 + - uid: 36267 components: - type: Transform - pos: -43.5,65.5 + rot: -1.5707963267948966 rad + pos: -417.5,129.5 parent: 1 - - uid: 64930 + - uid: 36268 components: - type: Transform - pos: -23.5,65.5 + rot: -1.5707963267948966 rad + pos: -416.5,129.5 parent: 1 - - uid: 64932 + - uid: 36269 components: - type: Transform - pos: -23.5,63.5 + rot: -1.5707963267948966 rad + pos: -415.5,129.5 parent: 1 - - uid: 64937 + - uid: 36270 components: - type: Transform - pos: -29.5,69.5 + rot: -1.5707963267948966 rad + pos: -414.5,129.5 parent: 1 - - uid: 64939 + - uid: 36271 components: - type: Transform - pos: -22.5,60.5 + rot: -1.5707963267948966 rad + pos: -413.5,129.5 parent: 1 - - uid: 64940 + - uid: 36272 components: - type: Transform - pos: -30.5,68.5 + rot: -1.5707963267948966 rad + pos: -412.5,129.5 parent: 1 - - uid: 64941 + - uid: 36273 components: - type: Transform - pos: -22.5,58.5 + rot: -1.5707963267948966 rad + pos: -419.5,129.5 parent: 1 - - uid: 64942 + - uid: 36274 components: - type: Transform - pos: -22.5,57.5 + rot: -1.5707963267948966 rad + pos: -405.5,129.5 parent: 1 - - uid: 64944 + - uid: 36275 components: - type: Transform - pos: -22.5,63.5 + rot: -1.5707963267948966 rad + pos: -404.5,129.5 parent: 1 - - uid: 64945 + - uid: 36276 components: - type: Transform - pos: -33.5,74.5 + rot: -1.5707963267948966 rad + pos: -403.5,129.5 parent: 1 - - uid: 64946 + - uid: 36277 components: - type: Transform - pos: -23.5,69.5 + rot: -1.5707963267948966 rad + pos: -402.5,129.5 parent: 1 - - uid: 64947 + - uid: 36278 components: - type: Transform - pos: -32.5,74.5 + rot: -1.5707963267948966 rad + pos: -401.5,129.5 parent: 1 - - uid: 64949 + - uid: 36279 components: - type: Transform - pos: -23.5,67.5 + rot: -1.5707963267948966 rad + pos: -400.5,129.5 parent: 1 - - uid: 64950 + - uid: 36280 components: - type: Transform - pos: -22.5,59.5 + rot: -1.5707963267948966 rad + pos: -400.5,128.5 parent: 1 - - uid: 64951 + - uid: 36281 components: - type: Transform - pos: -30.5,70.5 + rot: -1.5707963267948966 rad + pos: -400.5,127.5 parent: 1 - - uid: 64952 + - uid: 36282 components: - type: Transform - pos: -29.5,68.5 + rot: -1.5707963267948966 rad + pos: -400.5,126.5 parent: 1 - - uid: 64953 + - uid: 36283 components: - type: Transform - pos: -23.5,66.5 + rot: -1.5707963267948966 rad + pos: -400.5,125.5 parent: 1 - - uid: 64954 + - uid: 36284 components: - type: Transform - pos: -43.5,67.5 + rot: -1.5707963267948966 rad + pos: -400.5,124.5 parent: 1 - - uid: 64955 + - uid: 36285 components: - type: Transform - pos: -30.5,71.5 + rot: -1.5707963267948966 rad + pos: -400.5,123.5 parent: 1 - - uid: 64956 + - uid: 36286 components: - type: Transform - pos: -30.5,72.5 + rot: -1.5707963267948966 rad + pos: -400.5,122.5 parent: 1 - - uid: 64957 + - uid: 36287 components: - type: Transform - pos: -30.5,73.5 + rot: -1.5707963267948966 rad + pos: -400.5,121.5 parent: 1 - - uid: 64958 + - uid: 36288 components: - type: Transform - pos: -30.5,74.5 + rot: -1.5707963267948966 rad + pos: -407.5,115.5 parent: 1 - - uid: 64960 + - uid: 36289 components: - type: Transform - pos: -35.5,74.5 + rot: -1.5707963267948966 rad + pos: -407.5,116.5 parent: 1 - - uid: 64961 + - uid: 36290 components: - type: Transform - pos: -36.5,74.5 + rot: -1.5707963267948966 rad + pos: -407.5,117.5 parent: 1 - - uid: 64962 + - uid: 36291 components: - type: Transform - pos: -36.5,73.5 + rot: -1.5707963267948966 rad + pos: -407.5,118.5 parent: 1 - - uid: 64963 + - uid: 36292 components: - type: Transform - pos: -36.5,72.5 + rot: -1.5707963267948966 rad + pos: -407.5,119.5 parent: 1 - - uid: 64964 + - uid: 36293 components: - type: Transform - pos: -36.5,71.5 + rot: -1.5707963267948966 rad + pos: -407.5,120.5 parent: 1 - - uid: 64965 + - uid: 36294 components: - type: Transform - pos: -36.5,70.5 + rot: -1.5707963267948966 rad + pos: -407.5,121.5 parent: 1 - - uid: 64966 + - uid: 36295 components: - type: Transform - pos: -36.5,69.5 + rot: -1.5707963267948966 rad + pos: -407.5,122.5 parent: 1 - - uid: 64967 + - uid: 36296 components: - type: Transform - pos: -43.5,64.5 + pos: -422.5,135.5 parent: 1 - - uid: 64972 + - uid: 36297 components: - type: Transform - pos: -39.5,69.5 + pos: -421.5,117.5 parent: 1 - - uid: 64973 + - uid: 36298 components: - type: Transform - pos: -40.5,69.5 + pos: -422.5,117.5 parent: 1 - - uid: 64974 + - uid: 36299 components: - type: Transform - pos: -41.5,69.5 + pos: -421.5,135.5 parent: 1 - - uid: 64975 + - uid: 36300 components: - type: Transform - pos: -42.5,69.5 + rot: -1.5707963267948966 rad + pos: -407.5,127.5 parent: 1 - - uid: 64976 + - uid: 36301 components: - type: Transform - pos: -43.5,63.5 + rot: -1.5707963267948966 rad + pos: -407.5,128.5 parent: 1 - - uid: 64977 + - uid: 36302 components: - type: Transform - pos: -43.5,62.5 + pos: -418.5,127.5 parent: 1 - - uid: 64978 + - uid: 36303 components: - type: Transform - pos: -43.5,61.5 + anchored: False + pos: -3.5,108.5 parent: 1 - - uid: 64979 + - uid: 36304 components: - type: Transform - pos: -43.5,60.5 + anchored: False + pos: -11.5,108.5 parent: 1 - - uid: 64980 + - uid: 36305 components: - type: Transform - pos: -43.5,59.5 + pos: -62.5,193.5 parent: 1 - - uid: 64981 + - uid: 36306 components: - type: Transform - pos: -43.5,58.5 + pos: -62.5,181.5 parent: 1 - - uid: 64982 + - uid: 36307 components: - type: Transform - pos: -43.5,57.5 + pos: -62.5,188.5 parent: 1 - - uid: 64983 + - uid: 36308 components: - type: Transform - pos: -43.5,56.5 + pos: -41.5,108.5 parent: 1 - - uid: 64984 + - uid: 36309 components: - type: Transform - pos: -44.5,56.5 + pos: -62.5,186.5 parent: 1 - - uid: 64985 + - uid: 36310 components: - type: Transform - pos: -45.5,56.5 + anchored: False + pos: -8.5,108.5 parent: 1 - - uid: 64986 + - uid: 36311 components: - type: Transform - pos: -46.5,56.5 + rot: 1.5707963267948966 rad + pos: 210.5,199.5 parent: 1 - - uid: 64987 + - uid: 36312 components: - type: Transform - pos: -46.5,55.5 + pos: -428.5,119.5 parent: 1 - - uid: 64988 + - uid: 36313 components: - type: Transform - pos: -46.5,54.5 + pos: -62.5,177.5 parent: 1 - - uid: 64998 + - uid: 36314 components: - type: Transform - pos: -200.5,1.5 + pos: -425.5,135.5 parent: 1 -- proto: N14WallRuins - entities: - - uid: 2305 + - uid: 36315 components: - type: Transform - pos: 217.5,185.5 + pos: -423.5,117.5 parent: 1 - - uid: 2318 + - uid: 36316 components: - type: Transform - pos: 217.5,187.5 + pos: -408.5,122.5 parent: 1 - - uid: 8485 + - uid: 36317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-103.5 + pos: -408.5,120.5 parent: 1 - - uid: 8493 + - uid: 36318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-106.5 + pos: -418.5,119.5 parent: 1 - - uid: 8500 + - uid: 36319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-103.5 + pos: -408.5,119.5 parent: 1 - - uid: 8504 + - uid: 36320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-105.5 + pos: -426.5,135.5 parent: 1 - - uid: 9078 + - uid: 36321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -250.5,-103.5 + pos: -423.5,135.5 parent: 1 - - uid: 10201 + - uid: 36322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -193.5,-121.5 + pos: -424.5,135.5 parent: 1 - - uid: 10217 + - uid: 36323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -197.5,-119.5 + pos: -428.5,118.5 parent: 1 - - uid: 10218 + - uid: 36324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -196.5,-121.5 + pos: -428.5,117.5 parent: 1 - - uid: 10219 + - uid: 36325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -194.5,-121.5 + pos: -418.5,120.5 parent: 1 - - uid: 10427 + - uid: 36326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -197.5,-121.5 + pos: -406.5,115.5 parent: 1 - - uid: 10995 + - uid: 36327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -195.5,-121.5 + pos: -404.5,115.5 parent: 1 - - uid: 13358 + - uid: 36328 components: - type: Transform - pos: 180.5,153.5 + pos: -405.5,115.5 parent: 1 - - uid: 15037 + - uid: 36329 components: - type: Transform - pos: 175.5,145.5 + pos: -425.5,117.5 parent: 1 - - uid: 17678 + - uid: 36330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-98.5 + pos: -424.5,117.5 parent: 1 - - uid: 17700 + - uid: 36331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -240.5,-107.5 + pos: -426.5,117.5 parent: 1 - - uid: 17707 + - uid: 36332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-104.5 + pos: -427.5,117.5 parent: 1 - - uid: 17731 + - uid: 36333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-105.5 + pos: -418.5,121.5 parent: 1 - - uid: 17791 + - uid: 36334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -243.5,-105.5 + pos: -418.5,118.5 parent: 1 - - uid: 17798 + - uid: 36335 components: - type: Transform - pos: -237.5,-98.5 + pos: -408.5,123.5 parent: 1 - - uid: 17799 + - uid: 36336 components: - type: Transform - pos: -237.5,-93.5 + pos: -408.5,124.5 parent: 1 - - uid: 17801 + - uid: 36337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,22.5 + pos: -428.5,121.5 parent: 1 - - uid: 17802 + - uid: 36338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,11.5 + pos: -428.5,122.5 parent: 1 - - uid: 17803 + - uid: 36339 components: - type: Transform - pos: 162.5,20.5 + pos: -428.5,123.5 parent: 1 - - uid: 17804 + - uid: 36340 components: - type: Transform - pos: 161.5,55.5 + pos: -428.5,124.5 parent: 1 - - uid: 17805 + - uid: 36341 components: - type: Transform - pos: 171.5,20.5 + pos: -428.5,125.5 parent: 1 - - uid: 17806 + - uid: 36342 components: - type: Transform - pos: 161.5,20.5 + pos: -428.5,126.5 parent: 1 - - uid: 17807 + - uid: 36343 components: - type: Transform - pos: 6.5,-57.5 + pos: -428.5,127.5 parent: 1 - - uid: 17808 + - uid: 36344 components: - type: Transform - pos: 169.5,149.5 + pos: -428.5,128.5 parent: 1 - - uid: 17809 + - uid: 36345 components: - type: Transform - pos: 173.5,145.5 + pos: -428.5,129.5 parent: 1 - - uid: 17810 + - uid: 36346 components: - type: Transform - pos: 179.5,153.5 + pos: -428.5,130.5 parent: 1 - - uid: 17811 + - uid: 36347 components: - type: Transform - pos: 174.5,145.5 + pos: -428.5,131.5 parent: 1 - - uid: 17812 + - uid: 36348 components: - type: Transform - pos: 172.5,145.5 + pos: -428.5,132.5 parent: 1 - - uid: 17813 + - uid: 36349 components: - type: Transform - pos: 181.5,153.5 + pos: -428.5,133.5 parent: 1 - - uid: 17814 + - uid: 36350 components: - type: Transform - pos: 169.5,151.5 + pos: -428.5,134.5 parent: 1 - - uid: 17815 + - uid: 36351 components: - type: Transform - pos: 170.5,153.5 + pos: -420.5,135.5 parent: 1 - - uid: 17816 + - uid: 36352 components: - type: Transform - pos: 177.5,145.5 + pos: -419.5,135.5 parent: 1 - - uid: 17817 + - uid: 36353 components: - type: Transform - pos: 176.5,145.5 + pos: -419.5,134.5 parent: 1 - - uid: 17818 + - uid: 36354 components: - type: Transform - pos: 169.5,153.5 + pos: -419.5,133.5 parent: 1 - - uid: 17819 + - uid: 36355 components: - type: Transform - pos: 161.5,36.5 + pos: -419.5,132.5 parent: 1 - - uid: 17820 + - uid: 36356 components: - type: Transform - pos: 161.5,21.5 + pos: -419.5,131.5 parent: 1 - - uid: 17821 + - uid: 36357 components: - type: Transform - pos: 168.5,26.5 + pos: -419.5,130.5 parent: 1 - - uid: 17822 + - uid: 36358 components: - type: Transform - pos: 168.5,28.5 + pos: -408.5,121.5 parent: 1 - - uid: 17823 + - uid: 36359 components: - type: Transform - pos: 178.5,17.5 + pos: -418.5,128.5 parent: 1 - - uid: 17824 + - uid: 36360 components: - type: Transform - pos: 170.5,20.5 + pos: -408.5,128.5 parent: 1 - - uid: 17825 + - uid: 36361 components: - type: Transform - pos: 166.5,20.5 + pos: -418.5,126.5 parent: 1 - - uid: 17826 + - uid: 36362 components: - type: Transform - pos: 161.5,-88.5 + pos: -418.5,125.5 parent: 1 - - uid: 17827 + - uid: 36363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,170.5 + pos: -408.5,127.5 parent: 1 - - uid: 17828 + - uid: 36364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,168.5 + pos: -191.5,59.5 parent: 1 - - uid: 17829 + - uid: 36365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,168.5 + pos: -186.5,63.5 parent: 1 - - uid: 17830 + - uid: 36366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,168.5 + pos: 199.5,129.5 parent: 1 - - uid: 17831 + - uid: 36367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,170.5 + rot: 1.5707963267948966 rad + pos: 206.5,199.5 parent: 1 - - uid: 17832 + - uid: 36368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,170.5 + pos: -161.5,74.5 parent: 1 - - uid: 17833 + - uid: 36369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,170.5 + pos: -169.5,72.5 parent: 1 - - uid: 17834 + - uid: 36370 components: - type: Transform - pos: 171.5,153.5 + pos: -186.5,61.5 parent: 1 - - uid: 17835 + - uid: 36371 components: - type: Transform - pos: 178.5,153.5 + pos: -169.5,74.5 parent: 1 - - uid: 17836 + - uid: 36372 components: - type: Transform - pos: 171.5,145.5 + rot: 1.5707963267948966 rad + pos: 200.5,199.5 parent: 1 - - uid: 17837 + - uid: 36373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 179.5,168.5 + rot: 1.5707963267948966 rad + pos: 213.5,199.5 parent: 1 - - uid: 17838 + - uid: 36374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,166.5 + rot: 1.5707963267948966 rad + pos: 215.5,199.5 parent: 1 - - uid: 17839 + - uid: 36375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,166.5 + rot: 1.5707963267948966 rad + pos: 216.5,199.5 parent: 1 - - uid: 17840 + - uid: 36376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,168.5 + pos: -290.5,-6.5 parent: 1 - - uid: 17841 + - uid: 36377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,168.5 + pos: -290.5,9.5 parent: 1 - - uid: 17842 + - uid: 36378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,167.5 + pos: -290.5,0.5 parent: 1 - - uid: 17843 + - uid: 36379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,166.5 + pos: -290.5,8.5 parent: 1 - - uid: 17844 + - uid: 36380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,166.5 + pos: -290.5,22.5 parent: 1 - - uid: 17845 + - uid: 36381 components: - type: Transform - pos: 169.5,145.5 + anchored: False + pos: -328.5,70.5 parent: 1 - - uid: 17846 + - uid: 36382 components: - type: Transform - pos: 165.5,193.5 + pos: -290.5,10.5 parent: 1 - - uid: 17847 + - uid: 36383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,169.5 + pos: -290.5,58.5 parent: 1 - - uid: 17848 + - uid: 36384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,170.5 + pos: -290.5,11.5 parent: 1 - - uid: 17849 + - uid: 36385 components: - type: Transform - pos: 174.5,57.5 + anchored: False + pos: -331.5,70.5 parent: 1 - - uid: 17850 + - uid: 36386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,176.5 + pos: -290.5,25.5 parent: 1 - - uid: 17851 + - uid: 36387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,176.5 + pos: -290.5,-1.5 parent: 1 - - uid: 17852 + - uid: 36388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,176.5 + pos: -290.5,-7.5 parent: 1 - - uid: 17853 + - uid: 36389 components: - type: Transform - pos: 160.5,193.5 + pos: -290.5,62.5 parent: 1 - - uid: 17854 + - uid: 36390 components: - type: Transform - pos: 168.5,193.5 + pos: -290.5,24.5 parent: 1 - - uid: 17855 + - uid: 36391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,166.5 + anchored: False + pos: -335.5,70.5 parent: 1 - - uid: 17856 + - uid: 36392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,169.5 + pos: -290.5,-0.5 parent: 1 - - uid: 17857 + - uid: 36393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,173.5 + pos: -290.5,-4.5 parent: 1 - - uid: 17858 + - uid: 36394 components: - type: Transform - pos: 159.5,193.5 + anchored: False + pos: -332.5,70.5 parent: 1 - - uid: 17859 + - uid: 36395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,171.5 + pos: -298.5,-27.5 parent: 1 - - uid: 17860 + - uid: 36396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,166.5 + anchored: False + pos: -334.5,70.5 parent: 1 - - uid: 17861 + - uid: 36397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,167.5 + anchored: False + pos: -333.5,70.5 parent: 1 - - uid: 17862 + - uid: 36398 components: - type: Transform - pos: 167.5,193.5 + pos: -290.5,-3.5 parent: 1 - - uid: 17863 + - uid: 36399 components: - type: Transform - pos: 175.5,153.5 + pos: -290.5,23.5 parent: 1 - - uid: 17864 + - uid: 36400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,174.5 + pos: -290.5,59.5 parent: 1 - - uid: 17865 + - uid: 36401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,176.5 + pos: -290.5,4.5 parent: 1 - - uid: 17866 + - uid: 36402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,176.5 + pos: -290.5,61.5 parent: 1 - - uid: 17867 + - uid: 36403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,176.5 + pos: -290.5,21.5 parent: 1 - - uid: 17868 + - uid: 36404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,170.5 + pos: -290.5,20.5 parent: 1 - - uid: 17869 + - uid: 36405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,175.5 + pos: -292.5,-21.5 parent: 1 - - uid: 17870 + - uid: 36406 components: - type: Transform - pos: 166.5,193.5 + pos: -290.5,-2.5 parent: 1 - - uid: 17871 + - uid: 36407 components: - type: Transform - pos: 158.5,193.5 + anchored: False + pos: -330.5,70.5 parent: 1 - - uid: 17872 + - uid: 36408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,176.5 + pos: -290.5,5.5 parent: 1 - - uid: 17873 + - uid: 36409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 180.5,176.5 + pos: -290.5,-5.5 parent: 1 - - uid: 17874 + - uid: 36410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,176.5 + anchored: False + pos: -329.5,70.5 parent: 1 - - uid: 17875 + - uid: 36411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,176.5 + pos: -290.5,1.5 parent: 1 - - uid: 17876 + - uid: 36412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,176.5 + pos: -290.5,26.5 parent: 1 - - uid: 17877 + - uid: 36413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,176.5 + pos: -327.5,70.5 parent: 1 - - uid: 17878 + - uid: 36414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,176.5 + pos: -326.5,70.5 parent: 1 - - uid: 17879 + - uid: 36415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,176.5 + pos: -325.5,70.5 parent: 1 - - uid: 17880 + - uid: 36416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,176.5 + pos: -324.5,70.5 parent: 1 - - uid: 17881 + - uid: 36417 components: - type: Transform - pos: 163.5,193.5 + pos: -323.5,70.5 parent: 1 - - uid: 17882 + - uid: 36418 components: - type: Transform - pos: 162.5,193.5 + pos: -322.5,70.5 parent: 1 - - uid: 17883 + - uid: 36419 components: - type: Transform - pos: 164.5,193.5 + pos: -321.5,70.5 parent: 1 - - uid: 17884 + - uid: 36420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,170.5 + pos: -320.5,70.5 parent: 1 - - uid: 17885 + - uid: 36421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,170.5 + pos: -319.5,70.5 parent: 1 - - uid: 17886 + - uid: 36422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,168.5 + pos: -318.5,70.5 parent: 1 - - uid: 17887 + - uid: 36423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,175.5 + pos: -317.5,70.5 parent: 1 - - uid: 17888 + - uid: 36424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 182.5,168.5 + pos: -316.5,70.5 parent: 1 - - uid: 17889 + - uid: 36425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,166.5 + pos: -315.5,70.5 parent: 1 - - uid: 17890 + - uid: 36426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,166.5 + pos: -314.5,70.5 parent: 1 - - uid: 17891 + - uid: 36427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,166.5 + pos: -313.5,70.5 parent: 1 - - uid: 17892 + - uid: 36428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.5,168.5 + pos: -312.5,70.5 parent: 1 - - uid: 17893 + - uid: 36429 components: - type: Transform - pos: 176.5,153.5 + pos: -311.5,70.5 parent: 1 - - uid: 17894 + - uid: 36430 components: - type: Transform - pos: 173.5,153.5 + pos: -310.5,70.5 parent: 1 - - uid: 17895 + - uid: 36431 components: - type: Transform - pos: 174.5,153.5 + pos: -309.5,70.5 parent: 1 - - uid: 17896 + - uid: 36432 components: - type: Transform - pos: 172.5,153.5 + pos: -308.5,70.5 parent: 1 - - uid: 17897 + - uid: 36433 components: - type: Transform - pos: 170.5,145.5 + pos: -307.5,70.5 parent: 1 - - uid: 17898 + - uid: 36434 components: - type: Transform - pos: 177.5,153.5 + pos: -306.5,70.5 parent: 1 - - uid: 17899 + - uid: 36435 components: - type: Transform - pos: 181.5,147.5 + pos: -305.5,70.5 parent: 1 - - uid: 17900 + - uid: 36436 components: - type: Transform - pos: 167.5,55.5 + pos: -304.5,70.5 parent: 1 - - uid: 17901 + - uid: 36437 components: - type: Transform - pos: 178.5,145.5 + pos: -303.5,70.5 parent: 1 - - uid: 17902 + - uid: 36438 components: - type: Transform - pos: 179.5,145.5 + pos: -302.5,70.5 parent: 1 - - uid: 17903 + - uid: 36439 components: - type: Transform - pos: 181.5,151.5 + pos: -301.5,70.5 parent: 1 - - uid: 17904 + - uid: 36440 components: - type: Transform - pos: 181.5,145.5 + pos: -300.5,70.5 parent: 1 - - uid: 17905 + - uid: 36441 components: - type: Transform - pos: 181.5,149.5 + pos: -299.5,70.5 parent: 1 - - uid: 17906 + - uid: 36442 components: - type: Transform - pos: 180.5,145.5 + pos: -298.5,70.5 parent: 1 - - uid: 17918 + - uid: 36443 components: - type: Transform - pos: 161.5,22.5 + pos: -297.5,70.5 parent: 1 - - uid: 17919 + - uid: 36444 components: - type: Transform - pos: 161.5,38.5 + pos: -296.5,70.5 parent: 1 - - uid: 17920 + - uid: 36445 components: - type: Transform - pos: 160.5,26.5 + pos: -295.5,70.5 parent: 1 - - uid: 17921 + - uid: 36446 components: - type: Transform - pos: 162.5,23.5 + pos: -295.5,69.5 parent: 1 - - uid: 17922 + - uid: 36447 components: - type: Transform - pos: 161.5,23.5 + pos: -294.5,69.5 parent: 1 - - uid: 17923 + - uid: 36448 components: - type: Transform - pos: 168.5,52.5 + pos: -294.5,68.5 parent: 1 - - uid: 17924 + - uid: 36449 components: - type: Transform - pos: 177.5,57.5 + pos: -293.5,68.5 parent: 1 - - uid: 17926 + - uid: 36450 components: - type: Transform - pos: 169.5,193.5 + pos: -293.5,67.5 parent: 1 - - uid: 17927 + - uid: 36451 components: - type: Transform - pos: 170.5,193.5 + pos: -293.5,66.5 parent: 1 - - uid: 17928 + - uid: 36452 components: - type: Transform - pos: 161.5,193.5 + pos: -292.5,64.5 parent: 1 - - uid: 17929 + - uid: 36453 components: - type: Transform - pos: 157.5,193.5 + pos: -292.5,66.5 parent: 1 - - uid: 17930 + - uid: 36454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-17.5 + pos: -292.5,65.5 parent: 1 - - uid: 17931 + - uid: 36455 components: - type: Transform - pos: 6.5,-56.5 + pos: -291.5,64.5 parent: 1 - - uid: 17932 + - uid: 36456 components: - type: Transform - pos: 9.5,-55.5 + pos: -291.5,63.5 parent: 1 - - uid: 17933 + - uid: 36457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,19.5 + pos: -291.5,62.5 parent: 1 - - uid: 17934 + - uid: 36458 components: - type: Transform - pos: 167.5,56.5 + pos: -290.5,6.5 parent: 1 - - uid: 17935 + - uid: 36459 components: - type: Transform - pos: 10.5,-55.5 + pos: -290.5,7.5 parent: 1 - - uid: 17936 + - uid: 36460 components: - type: Transform - pos: 8.5,-55.5 + pos: -290.5,3.5 parent: 1 - - uid: 17937 + - uid: 36461 components: - type: Transform - pos: 6.5,-55.5 + pos: -290.5,2.5 parent: 1 - - uid: 17939 + - uid: 36462 components: - type: Transform - pos: 6.5,-58.5 + pos: -290.5,60.5 parent: 1 - - uid: 17940 + - uid: 36463 components: - type: Transform - pos: 6.5,-59.5 + pos: -297.5,-27.5 parent: 1 - - uid: 17949 + - uid: 36464 components: - type: Transform - pos: 7.5,-55.5 + pos: -296.5,-27.5 parent: 1 - - uid: 17951 + - uid: 36465 components: - type: Transform - pos: 8.5,-56.5 + pos: -301.5,-27.5 parent: 1 - - uid: 17954 + - uid: 36466 components: - type: Transform - pos: 9.5,-56.5 + pos: -290.5,57.5 parent: 1 - - uid: 17955 + - uid: 36467 components: - type: Transform - pos: 10.5,-56.5 + pos: -290.5,56.5 parent: 1 - - uid: 17968 + - uid: 36468 components: - type: Transform - pos: 33.5,-54.5 + pos: -290.5,55.5 parent: 1 - - uid: 17973 + - uid: 36469 components: - type: Transform - pos: 32.5,-54.5 + pos: -290.5,54.5 parent: 1 - - uid: 17978 + - uid: 36470 components: - type: Transform - pos: 29.5,-54.5 + pos: -290.5,53.5 parent: 1 - - uid: 17979 + - uid: 36471 components: - type: Transform - pos: 30.5,-54.5 + pos: -290.5,52.5 parent: 1 - - uid: 17996 + - uid: 36472 components: - type: Transform - pos: 110.5,-44.5 + pos: -290.5,51.5 parent: 1 - - uid: 17997 + - uid: 36473 components: - type: Transform - pos: 161.5,18.5 + pos: -290.5,50.5 parent: 1 - - uid: 17998 + - uid: 36474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,23.5 + pos: -290.5,49.5 parent: 1 - - uid: 17999 + - uid: 36475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 141.5,22.5 + pos: -290.5,48.5 parent: 1 - - uid: 18000 + - uid: 36476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-16.5 + pos: -290.5,47.5 parent: 1 - - uid: 18001 + - uid: 36477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,-16.5 + pos: -290.5,46.5 parent: 1 - - uid: 18002 + - uid: 36478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-16.5 + pos: -290.5,45.5 parent: 1 - - uid: 18003 + - uid: 36479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-16.5 + pos: -290.5,44.5 parent: 1 - - uid: 18004 + - uid: 36480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-16.5 + pos: -290.5,43.5 parent: 1 - - uid: 18005 + - uid: 36481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-16.5 + pos: -290.5,42.5 parent: 1 - - uid: 18006 + - uid: 36482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,-16.5 + pos: -290.5,41.5 parent: 1 - - uid: 18007 + - uid: 36483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,-16.5 + pos: -290.5,40.5 parent: 1 - - uid: 18008 + - uid: 36484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,-16.5 + pos: -290.5,39.5 parent: 1 - - uid: 18009 + - uid: 36485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,-16.5 + pos: -290.5,38.5 parent: 1 - - uid: 18010 + - uid: 36486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,-16.5 + pos: -290.5,37.5 parent: 1 - - uid: 18011 + - uid: 36487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-16.5 + pos: -290.5,36.5 parent: 1 - - uid: 18012 + - uid: 36488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,-16.5 + pos: -290.5,35.5 parent: 1 - - uid: 18013 + - uid: 36489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-16.5 + pos: -290.5,34.5 parent: 1 - - uid: 18014 + - uid: 36490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-16.5 + pos: -290.5,33.5 parent: 1 - - uid: 18015 + - uid: 36491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-16.5 + pos: -290.5,32.5 parent: 1 - - uid: 18016 + - uid: 36492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-16.5 + pos: -290.5,31.5 parent: 1 - - uid: 18017 + - uid: 36493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-16.5 + pos: -290.5,30.5 parent: 1 - - uid: 18018 + - uid: 36494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-16.5 + pos: -290.5,29.5 parent: 1 - - uid: 18019 + - uid: 36495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-16.5 + pos: -290.5,28.5 parent: 1 - - uid: 18020 + - uid: 36496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,-16.5 + pos: -290.5,27.5 parent: 1 - - uid: 18021 + - uid: 36497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-16.5 + pos: -300.5,-27.5 parent: 1 - - uid: 18022 + - uid: 36498 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-16.5 + - type: Transform + pos: -292.5,-22.5 parent: 1 - - uid: 18023 + - uid: 36499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-16.5 + pos: -290.5,19.5 parent: 1 - - uid: 18024 + - uid: 36500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-16.5 + pos: -290.5,18.5 parent: 1 - - uid: 18025 + - uid: 36501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,-16.5 + pos: -290.5,17.5 parent: 1 - - uid: 18026 + - uid: 36502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,-16.5 + pos: -290.5,16.5 parent: 1 - - uid: 18027 + - uid: 36503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-16.5 + pos: -290.5,15.5 parent: 1 - - uid: 18028 + - uid: 36504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,-16.5 + pos: -290.5,14.5 parent: 1 - - uid: 18029 + - uid: 36505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,-16.5 + pos: -290.5,13.5 parent: 1 - - uid: 18030 + - uid: 36506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-16.5 + pos: -290.5,12.5 parent: 1 - - uid: 18031 + - uid: 36507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,-16.5 + pos: -299.5,-27.5 parent: 1 - - uid: 18032 + - uid: 36508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,-18.5 + pos: -290.5,-8.5 parent: 1 - - uid: 18033 + - uid: 36509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,-18.5 + pos: -290.5,-9.5 parent: 1 - - uid: 18034 + - uid: 36510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,-18.5 + pos: -290.5,-10.5 parent: 1 - - uid: 18035 + - uid: 36511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,-18.5 + pos: -290.5,-11.5 parent: 1 - - uid: 18036 + - uid: 36512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,-18.5 + pos: -290.5,-12.5 parent: 1 - - uid: 18037 + - uid: 36513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,-18.5 + pos: -290.5,-13.5 parent: 1 - - uid: 18038 + - uid: 36514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,-18.5 + pos: -290.5,-14.5 parent: 1 - - uid: 18039 + - uid: 36515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,-18.5 + pos: -290.5,-15.5 parent: 1 - - uid: 18040 + - uid: 36516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-18.5 + pos: -290.5,-16.5 parent: 1 - - uid: 18041 + - uid: 36517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-18.5 + pos: -290.5,-17.5 parent: 1 - - uid: 18042 + - uid: 36518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,-18.5 + pos: -290.5,-18.5 parent: 1 - - uid: 18043 + - uid: 36519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-18.5 + pos: -290.5,-19.5 parent: 1 - - uid: 18044 + - uid: 36520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-18.5 + pos: -291.5,-19.5 parent: 1 - - uid: 18045 + - uid: 36521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-18.5 + pos: -291.5,-20.5 parent: 1 - - uid: 18046 + - uid: 36522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-18.5 + pos: -291.5,-21.5 parent: 1 - - uid: 18047 + - uid: 36523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-18.5 + pos: -292.5,-23.5 parent: 1 - - uid: 18048 + - uid: 36524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-18.5 + pos: -293.5,-23.5 parent: 1 - - uid: 18049 + - uid: 36525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,-18.5 + pos: -293.5,-24.5 parent: 1 - - uid: 18050 + - uid: 36526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,-18.5 + pos: -293.5,-25.5 parent: 1 - - uid: 18051 + - uid: 36527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,-18.5 + pos: -294.5,-25.5 parent: 1 - - uid: 18052 + - uid: 36528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,-18.5 + pos: -294.5,-26.5 parent: 1 - - uid: 18053 + - uid: 36529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,-18.5 + pos: -295.5,-26.5 parent: 1 - - uid: 18054 + - uid: 36530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,-18.5 + pos: -295.5,-27.5 parent: 1 - - uid: 18055 + - uid: 36531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,-18.5 + pos: -302.5,-27.5 parent: 1 - - uid: 18056 + - uid: 36532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,-18.5 + pos: -303.5,-27.5 parent: 1 - - uid: 18057 + - uid: 36533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-18.5 + pos: -304.5,-27.5 parent: 1 - - uid: 18058 + - uid: 36534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-18.5 + pos: -290.5,95.5 parent: 1 - - uid: 18059 + - uid: 36535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-18.5 + anchored: False + pos: -276.5,90.5 parent: 1 - - uid: 18060 + - uid: 36536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-18.5 + anchored: False + pos: -276.5,74.5 parent: 1 - - uid: 18061 + - uid: 36537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,-18.5 + pos: -292.5,89.5 parent: 1 - - uid: 18062 + - uid: 36538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-18.5 + pos: -289.5,95.5 parent: 1 - - uid: 18063 + - uid: 36539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-18.5 + anchored: False + pos: -276.5,71.5 parent: 1 - - uid: 18064 + - uid: 36540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-18.5 + pos: -292.5,90.5 parent: 1 - - uid: 18065 + - uid: 36541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-12.5 + anchored: False + pos: -276.5,91.5 parent: 1 - - uid: 18066 + - uid: 36542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,18.5 + pos: -288.5,95.5 parent: 1 - - uid: 18067 + - uid: 36543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 142.5,-18.5 + anchored: False + pos: -276.5,89.5 parent: 1 - - uid: 18068 + - uid: 36544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,13.5 + pos: -335.5,84.5 parent: 1 - - uid: 18069 + - uid: 36545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-13.5 + pos: -331.5,84.5 parent: 1 - - uid: 18070 + - uid: 36546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,12.5 + pos: -332.5,84.5 parent: 1 - - uid: 18071 + - uid: 36547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,20.5 + pos: -329.5,84.5 parent: 1 - - uid: 18072 + - uid: 36548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-18.5 + pos: -330.5,84.5 parent: 1 - - uid: 18073 + - uid: 36549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,24.5 + pos: -334.5,84.5 parent: 1 - - uid: 18074 + - uid: 36550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,21.5 + pos: -333.5,84.5 parent: 1 - - uid: 18075 + - uid: 36551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,22.5 + pos: -318.5,84.5 parent: 1 - - uid: 18076 + - uid: 36552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,16.5 + pos: -285.5,95.5 parent: 1 - - uid: 18077 + - uid: 36553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 141.5,-18.5 + pos: -309.5,84.5 parent: 1 - - uid: 18078 + - uid: 36554 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-18.5 + pos: -328.5,84.5 parent: 1 - - uid: 18079 + - uid: 36555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,24.5 + pos: -327.5,84.5 parent: 1 - - uid: 18080 + - uid: 36556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,24.5 + pos: -326.5,84.5 parent: 1 - - uid: 18081 + - uid: 36557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,14.5 + pos: -325.5,84.5 parent: 1 - - uid: 18082 + - uid: 36558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,-18.5 + pos: -297.5,84.5 parent: 1 - - uid: 18083 + - uid: 36559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,21.5 + pos: -296.5,84.5 parent: 1 - - uid: 18084 + - uid: 36560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-16.5 + pos: -295.5,84.5 parent: 1 - - uid: 18085 + - uid: 36561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-15.5 + pos: -323.5,84.5 parent: 1 - - uid: 18086 + - uid: 36562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-14.5 + pos: -324.5,84.5 parent: 1 - - uid: 18087 + - uid: 36563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-13.5 + pos: -322.5,84.5 parent: 1 - - uid: 18088 + - uid: 36564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-12.5 + pos: -315.5,84.5 parent: 1 - - uid: 18089 + - uid: 36565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-11.5 + pos: -316.5,84.5 parent: 1 - - uid: 18090 + - uid: 36566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-10.5 + pos: -317.5,84.5 parent: 1 - - uid: 18091 + - uid: 36567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-9.5 + anchored: False + pos: -276.5,70.5 parent: 1 - - uid: 18092 + - uid: 36568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-8.5 + pos: -321.5,84.5 parent: 1 - - uid: 18093 + - uid: 36569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-7.5 + anchored: False + pos: -276.5,64.5 parent: 1 - - uid: 18094 + - uid: 36570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-6.5 + pos: -320.5,84.5 parent: 1 - - uid: 18095 + - uid: 36571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-5.5 + pos: -319.5,84.5 parent: 1 - - uid: 18096 + - uid: 36572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-4.5 + anchored: False + pos: -276.5,84.5 parent: 1 - - uid: 18097 + - uid: 36573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-3.5 + anchored: False + pos: -276.5,73.5 parent: 1 - - uid: 18098 + - uid: 36574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-2.5 + pos: -310.5,84.5 parent: 1 - - uid: 18099 + - uid: 36575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-1.5 + pos: -311.5,84.5 parent: 1 - - uid: 18100 + - uid: 36576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-0.5 + pos: -312.5,84.5 parent: 1 - - uid: 18101 + - uid: 36577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,0.5 + pos: -298.5,84.5 parent: 1 - - uid: 18102 + - uid: 36578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,1.5 + pos: -314.5,84.5 parent: 1 - - uid: 18103 + - uid: 36579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,2.5 + pos: -313.5,84.5 parent: 1 - - uid: 18104 + - uid: 36580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,3.5 + anchored: False + pos: -276.5,85.5 parent: 1 - - uid: 18105 + - uid: 36581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,4.5 + anchored: False + pos: -276.5,88.5 parent: 1 - - uid: 18106 + - uid: 36582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,5.5 + anchored: False + pos: -276.5,87.5 parent: 1 - - uid: 18107 + - uid: 36583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,6.5 + anchored: False + pos: -276.5,86.5 parent: 1 - - uid: 18108 + - uid: 36584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,7.5 + anchored: False + pos: -276.5,69.5 parent: 1 - - uid: 18109 + - uid: 36585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,8.5 + pos: -308.5,84.5 parent: 1 - - uid: 18110 + - uid: 36586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,9.5 + pos: -307.5,84.5 parent: 1 - - uid: 18111 + - uid: 36587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,10.5 + pos: -306.5,84.5 parent: 1 - - uid: 18112 + - uid: 36588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,11.5 + pos: -305.5,84.5 parent: 1 - - uid: 18113 + - uid: 36589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,12.5 + pos: -304.5,84.5 parent: 1 - - uid: 18114 + - uid: 36590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,13.5 + pos: -303.5,84.5 parent: 1 - - uid: 18115 + - uid: 36591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,14.5 + pos: -302.5,84.5 parent: 1 - - uid: 18116 + - uid: 36592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,15.5 + pos: -301.5,84.5 parent: 1 - - uid: 18117 + - uid: 36593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,16.5 + pos: -300.5,84.5 parent: 1 - - uid: 18118 + - uid: 36594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,17.5 + pos: -299.5,84.5 parent: 1 - - uid: 18119 + - uid: 36595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,18.5 + pos: -291.5,90.5 parent: 1 - - uid: 18120 + - uid: 36596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,19.5 + anchored: False + pos: -276.5,72.5 parent: 1 - - uid: 18121 + - uid: 36597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,20.5 + anchored: False + pos: -276.5,66.5 parent: 1 - - uid: 18122 + - uid: 36598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,21.5 + anchored: False + pos: -276.5,67.5 parent: 1 - - uid: 18123 + - uid: 36599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,22.5 + anchored: False + pos: -276.5,92.5 parent: 1 - - uid: 18124 + - uid: 36600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,23.5 + pos: -295.5,85.5 parent: 1 - - uid: 18125 + - uid: 36601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,24.5 + pos: -294.5,85.5 parent: 1 - - uid: 18126 + - uid: 36602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,7.5 + pos: -293.5,86.5 parent: 1 - - uid: 18127 + - uid: 36603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-14.5 + pos: -293.5,86.5 parent: 1 - - uid: 18128 + - uid: 36604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,19.5 + pos: -293.5,87.5 parent: 1 - - uid: 18129 + - uid: 36605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,17.5 + pos: -292.5,88.5 parent: 1 - - uid: 18130 + - uid: 36606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,22.5 + pos: -292.5,88.5 parent: 1 - - uid: 18131 + - uid: 36607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,24.5 + pos: -286.5,95.5 parent: 1 - - uid: 18132 + - uid: 36608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,24.5 + pos: -287.5,95.5 parent: 1 - - uid: 18133 + - uid: 36609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,24.5 + anchored: False + pos: -276.5,94.5 parent: 1 - - uid: 18134 + - uid: 36610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,24.5 + anchored: False + pos: -276.5,83.5 parent: 1 - - uid: 18135 + - uid: 36611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,24.5 + anchored: False + pos: -276.5,81.5 parent: 1 - - uid: 18136 + - uid: 36612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,24.5 + pos: -291.5,91.5 parent: 1 - - uid: 18137 + - uid: 36613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,24.5 + pos: -291.5,92.5 parent: 1 - - uid: 18138 + - uid: 36614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,24.5 + pos: -290.5,92.5 parent: 1 - - uid: 18139 + - uid: 36615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,24.5 + pos: -290.5,93.5 parent: 1 - - uid: 18140 + - uid: 36616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,24.5 + pos: -290.5,94.5 parent: 1 - - uid: 18141 + - uid: 36617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,24.5 + anchored: False + pos: -276.5,68.5 parent: 1 - - uid: 18142 + - uid: 36618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,24.5 + anchored: False + pos: -276.5,82.5 parent: 1 - - uid: 18143 + - uid: 36619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,24.5 + anchored: False + pos: -276.5,65.5 parent: 1 - - uid: 18144 + - uid: 36620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,24.5 + anchored: False + pos: -276.5,80.5 parent: 1 - - uid: 18145 + - uid: 36621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,24.5 + anchored: False + pos: -276.5,79.5 parent: 1 - - uid: 18146 + - uid: 36622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,24.5 + anchored: False + pos: -276.5,78.5 parent: 1 - - uid: 18147 + - uid: 36623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,24.5 + pos: -284.5,95.5 parent: 1 - - uid: 18148 + - uid: 36624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,24.5 + pos: -283.5,95.5 parent: 1 - - uid: 18149 + - uid: 36625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,24.5 + pos: -282.5,95.5 parent: 1 - - uid: 18150 + - uid: 36626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,24.5 + pos: -281.5,95.5 parent: 1 - - uid: 18151 + - uid: 36627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,24.5 + pos: -280.5,95.5 parent: 1 - - uid: 18152 + - uid: 36628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,24.5 + pos: -279.5,95.5 parent: 1 - - uid: 18153 + - uid: 36629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,24.5 + pos: -278.5,95.5 parent: 1 - - uid: 18154 + - uid: 36630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,24.5 + pos: -277.5,95.5 parent: 1 - - uid: 18155 + - uid: 36631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,24.5 + anchored: False + pos: -276.5,93.5 parent: 1 - - uid: 18156 + - uid: 36632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,24.5 + anchored: False + pos: -276.5,95.5 parent: 1 - - uid: 18157 + - uid: 36633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,24.5 + anchored: False + pos: -276.5,77.5 parent: 1 - - uid: 18158 + - uid: 36634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,24.5 + anchored: False + pos: -276.5,76.5 parent: 1 - - uid: 18159 + - uid: 36635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,24.5 + anchored: False + pos: -276.5,75.5 parent: 1 - - uid: 18160 + - uid: 36636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,24.5 + anchored: False + pos: -276.5,63.5 parent: 1 - - uid: 18161 + - uid: 36637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 116.5,24.5 + anchored: False + pos: -276.5,62.5 parent: 1 - - uid: 18162 + - uid: 36638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,24.5 + anchored: False + pos: -276.5,61.5 parent: 1 - - uid: 18163 + - uid: 36639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,24.5 + anchored: False + pos: -276.5,60.5 parent: 1 - - uid: 18164 + - uid: 36640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,24.5 + anchored: False + pos: -276.5,59.5 parent: 1 - - uid: 18165 + - uid: 36641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,24.5 + anchored: False + pos: -276.5,58.5 parent: 1 - - uid: 18166 + - uid: 36642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,24.5 + anchored: False + pos: -276.5,57.5 parent: 1 - - uid: 18167 + - uid: 36643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,24.5 + anchored: False + pos: -276.5,56.5 parent: 1 - - uid: 18168 + - uid: 36644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,24.5 + anchored: False + pos: -276.5,55.5 parent: 1 - - uid: 18169 + - uid: 36645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,24.5 + anchored: False + pos: -276.5,54.5 parent: 1 - - uid: 18170 + - uid: 36646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,24.5 + anchored: False + pos: -276.5,53.5 parent: 1 - - uid: 18171 + - uid: 36647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,24.5 + anchored: False + pos: -276.5,52.5 parent: 1 - - uid: 18172 + - uid: 36648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,24.5 + anchored: False + pos: -276.5,51.5 parent: 1 - - uid: 18173 + - uid: 36649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,24.5 + anchored: False + pos: -276.5,50.5 parent: 1 - - uid: 18174 + - uid: 36650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,24.5 + anchored: False + pos: -276.5,49.5 parent: 1 - - uid: 18175 + - uid: 36651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 141.5,24.5 + anchored: False + pos: -276.5,48.5 parent: 1 - - uid: 18176 + - uid: 36652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 142.5,24.5 + anchored: False + pos: -276.5,47.5 parent: 1 - - uid: 18177 + - uid: 36653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,24.5 + anchored: False + pos: -276.5,46.5 parent: 1 - - uid: 18178 + - uid: 36654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,24.5 + anchored: False + pos: -276.5,45.5 parent: 1 - - uid: 18179 + - uid: 36655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,24.5 + anchored: False + pos: -276.5,44.5 parent: 1 - - uid: 18180 + - uid: 36656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,22.5 + anchored: False + pos: -276.5,43.5 parent: 1 - - uid: 18181 + - uid: 36657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,22.5 + anchored: False + pos: -276.5,42.5 parent: 1 - - uid: 18182 + - uid: 36658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,-18.5 + anchored: False + pos: -276.5,41.5 parent: 1 - - uid: 18183 + - uid: 36659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,18.5 + anchored: False + pos: -276.5,40.5 parent: 1 - - uid: 18184 + - uid: 36660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,17.5 + anchored: False + pos: -276.5,39.5 parent: 1 - - uid: 18185 + - uid: 36661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,16.5 + anchored: False + pos: -276.5,38.5 parent: 1 - - uid: 18186 + - uid: 36662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,15.5 + anchored: False + pos: -276.5,37.5 parent: 1 - - uid: 18187 + - uid: 36663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,14.5 + anchored: False + pos: -276.5,36.5 parent: 1 - - uid: 18188 + - uid: 36664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,13.5 + anchored: False + pos: -276.5,35.5 parent: 1 - - uid: 18189 + - uid: 36665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,12.5 + anchored: False + pos: -276.5,34.5 parent: 1 - - uid: 18190 + - uid: 36666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,11.5 + anchored: False + pos: -276.5,33.5 parent: 1 - - uid: 18191 + - uid: 36667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,10.5 + anchored: False + pos: -276.5,32.5 parent: 1 - - uid: 18192 + - uid: 36668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,9.5 + anchored: False + pos: -276.5,31.5 parent: 1 - - uid: 18193 + - uid: 36669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,8.5 + anchored: False + pos: -276.5,30.5 parent: 1 - - uid: 18194 + - uid: 36670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,7.5 + anchored: False + pos: -276.5,29.5 parent: 1 - - uid: 18195 + - uid: 36671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,6.5 + anchored: False + pos: -276.5,28.5 parent: 1 - - uid: 18196 + - uid: 36672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,5.5 + anchored: False + pos: -276.5,27.5 parent: 1 - - uid: 18197 + - uid: 36673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,4.5 + anchored: False + pos: -276.5,26.5 parent: 1 - - uid: 18198 + - uid: 36674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,3.5 + anchored: False + pos: -276.5,25.5 parent: 1 - - uid: 18199 + - uid: 36675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,2.5 + anchored: False + pos: -276.5,24.5 parent: 1 - - uid: 18200 + - uid: 36676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,1.5 + anchored: False + pos: -276.5,23.5 parent: 1 - - uid: 18201 + - uid: 36677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,0.5 + anchored: False + pos: -276.5,22.5 parent: 1 - - uid: 18202 + - uid: 36678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-0.5 + anchored: False + pos: -276.5,21.5 parent: 1 - - uid: 18203 + - uid: 36679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-1.5 + anchored: False + pos: -276.5,20.5 parent: 1 - - uid: 18204 + - uid: 36680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-2.5 + anchored: False + pos: -276.5,19.5 parent: 1 - - uid: 18205 + - uid: 36681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-3.5 + anchored: False + pos: -276.5,18.5 parent: 1 - - uid: 18206 + - uid: 36682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-4.5 + anchored: False + pos: -276.5,17.5 parent: 1 - - uid: 18207 + - uid: 36683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-5.5 + anchored: False + pos: -276.5,16.5 parent: 1 - - uid: 18208 + - uid: 36684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-6.5 + pos: -276.5,15.5 parent: 1 - - uid: 18209 + - uid: 36685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-7.5 + pos: -276.5,14.5 parent: 1 - - uid: 18210 + - uid: 36686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-8.5 + pos: -276.5,13.5 parent: 1 - - uid: 18211 + - uid: 36687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-9.5 + pos: -276.5,12.5 parent: 1 - - uid: 18212 + - uid: 36688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-10.5 + pos: -276.5,11.5 parent: 1 - - uid: 18213 + - uid: 36689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-11.5 + pos: -276.5,10.5 parent: 1 - - uid: 18214 + - uid: 36690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-12.5 + pos: -276.5,9.5 parent: 1 - - uid: 18215 + - uid: 36691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-13.5 + pos: -276.5,8.5 parent: 1 - - uid: 18216 + - uid: 36692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-14.5 + pos: -276.5,7.5 parent: 1 - - uid: 18217 + - uid: 36693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-15.5 + pos: -276.5,6.5 parent: 1 - - uid: 18218 + - uid: 36694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-16.5 + pos: -276.5,5.5 parent: 1 - - uid: 18219 + - uid: 36695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-17.5 + pos: -276.5,4.5 parent: 1 - - uid: 18220 + - uid: 36696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 145.5,-18.5 + pos: -276.5,3.5 parent: 1 - - uid: 18221 + - uid: 36697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,-18.5 + pos: -276.5,2.5 parent: 1 - - uid: 18222 + - uid: 36698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,-18.5 + pos: -276.5,1.5 parent: 1 - - uid: 18223 + - uid: 36699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,-18.5 + pos: -276.5,0.5 parent: 1 - - uid: 18224 + - uid: 36700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,-18.5 + pos: -276.5,-0.5 parent: 1 - - uid: 18225 + - uid: 36701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,-18.5 + pos: -276.5,-1.5 parent: 1 - - uid: 18226 + - uid: 36702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,-18.5 + pos: -276.5,-2.5 parent: 1 - - uid: 18227 + - uid: 36703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,-18.5 + pos: -276.5,-3.5 parent: 1 - - uid: 18228 + - uid: 36704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,-18.5 + pos: -276.5,-4.5 parent: 1 - - uid: 18229 + - uid: 36705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,-18.5 + pos: -276.5,-5.5 parent: 1 - - uid: 18230 + - uid: 36706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,-18.5 + pos: -276.5,-6.5 parent: 1 - - uid: 18231 + - uid: 36707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,-18.5 + pos: -276.5,-7.5 parent: 1 - - uid: 18232 + - uid: 36708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,-18.5 + pos: -276.5,-8.5 parent: 1 - - uid: 18233 + - uid: 36709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 127.5,-16.5 + pos: -276.5,-9.5 parent: 1 - - uid: 18234 + - uid: 36710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,-16.5 + pos: -276.5,-10.5 parent: 1 - - uid: 18235 + - uid: 36711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 129.5,-16.5 + pos: -276.5,-11.5 parent: 1 - - uid: 18236 + - uid: 36712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,-16.5 + pos: -276.5,-12.5 parent: 1 - - uid: 18237 + - uid: 36713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,-16.5 + pos: -276.5,-13.5 parent: 1 - - uid: 18238 + - uid: 36714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,-16.5 + pos: -276.5,-14.5 parent: 1 - - uid: 18239 + - uid: 36715 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,-16.5 + pos: -276.5,-15.5 parent: 1 - - uid: 18240 + - uid: 36716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,-16.5 + pos: -276.5,-16.5 parent: 1 - - uid: 18241 + - uid: 36717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 135.5,-16.5 + pos: -276.5,-17.5 parent: 1 - - uid: 18242 + - uid: 36718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,-16.5 + pos: -276.5,-18.5 parent: 1 - - uid: 18243 + - uid: 36719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,-16.5 + pos: -276.5,-19.5 parent: 1 - - uid: 18244 + - uid: 36720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,-16.5 + pos: 199.5,130.5 parent: 1 - - uid: 18245 + - uid: 36721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,-16.5 + pos: -187.5,61.5 parent: 1 - - uid: 18246 + - uid: 36722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,-16.5 + pos: -188.5,61.5 parent: 1 - - uid: 18247 + - uid: 36723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 141.5,-16.5 + pos: -191.5,60.5 parent: 1 - - uid: 18248 + - uid: 36724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 142.5,-16.5 + pos: -171.5,67.5 parent: 1 - - uid: 18249 + - uid: 36725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-16.5 + pos: -173.5,68.5 parent: 1 - - uid: 18250 + - uid: 36726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-15.5 + pos: -173.5,67.5 parent: 1 - - uid: 18251 + - uid: 36727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,10.5 + pos: -171.5,68.5 parent: 1 - - uid: 18252 + - uid: 36728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 142.5,22.5 + pos: -173.5,66.5 parent: 1 - - uid: 18253 + - uid: 36729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,22.5 + pos: -172.5,67.5 parent: 1 - - uid: 18254 + - uid: 36730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,22.5 + pos: -186.5,64.5 parent: 1 - - uid: 18255 + - uid: 36731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-11.5 + pos: -191.5,58.5 parent: 1 - - uid: 18256 + - uid: 36732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-10.5 + pos: -186.5,66.5 parent: 1 - - uid: 18257 + - uid: 36733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-9.5 + pos: -186.5,65.5 parent: 1 - - uid: 18258 + - uid: 36734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-8.5 + pos: -184.5,66.5 parent: 1 - - uid: 18259 + - uid: 36735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-7.5 + pos: -185.5,66.5 parent: 1 - - uid: 18260 + - uid: 36736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-6.5 + pos: -182.5,66.5 parent: 1 - - uid: 18261 + - uid: 36737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-5.5 + pos: -183.5,66.5 parent: 1 - - uid: 18262 + - uid: 36738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-4.5 + pos: -180.5,66.5 parent: 1 - - uid: 18263 + - uid: 36739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-3.5 + pos: -181.5,66.5 parent: 1 - - uid: 18264 + - uid: 36740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-2.5 + pos: -178.5,66.5 parent: 1 - - uid: 18265 + - uid: 36741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-1.5 + pos: -179.5,66.5 parent: 1 - - uid: 18266 + - uid: 36742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,-0.5 + pos: -177.5,66.5 parent: 1 - - uid: 18267 + - uid: 36743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,0.5 + pos: -186.5,62.5 parent: 1 - - uid: 18268 + - uid: 36744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,1.5 + pos: -174.5,68.5 parent: 1 - - uid: 18269 + - uid: 36745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,2.5 + pos: -175.5,68.5 parent: 1 - - uid: 18270 + - uid: 36746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,3.5 + pos: -172.5,68.5 parent: 1 - - uid: 18271 + - uid: 36747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,4.5 + pos: -176.5,67.5 parent: 1 - - uid: 18272 + - uid: 36748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,5.5 + pos: -176.5,66.5 parent: 1 - - uid: 18273 + - uid: 36749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,6.5 + pos: -176.5,68.5 parent: 1 - - uid: 18274 + - uid: 36750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,7.5 + pos: -195.5,39.5 parent: 1 - - uid: 18275 + - uid: 36751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,8.5 + pos: -194.5,40.5 parent: 1 - - uid: 18276 + - uid: 36752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,9.5 + pos: -194.5,41.5 parent: 1 - - uid: 18277 + - uid: 36753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,10.5 + pos: -194.5,42.5 parent: 1 - - uid: 18278 + - uid: 36754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,11.5 + pos: -194.5,39.5 parent: 1 - - uid: 18279 + - uid: 36755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,12.5 + pos: -198.5,39.5 parent: 1 - - uid: 18280 + - uid: 36756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,13.5 + pos: -194.5,43.5 parent: 1 - - uid: 18281 + - uid: 36757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,14.5 + pos: -194.5,44.5 parent: 1 - - uid: 18282 + - uid: 36758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,15.5 + pos: -194.5,45.5 parent: 1 - - uid: 18283 + - uid: 36759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,16.5 + pos: -194.5,46.5 parent: 1 - - uid: 18284 + - uid: 36760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,17.5 + pos: -194.5,47.5 parent: 1 - - uid: 18285 + - uid: 36761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,18.5 + pos: -194.5,48.5 parent: 1 - - uid: 18286 + - uid: 36762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,19.5 + pos: -194.5,49.5 parent: 1 - - uid: 18287 + - uid: 36763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,20.5 + pos: -194.5,50.5 parent: 1 - - uid: 18288 + - uid: 36764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,21.5 + pos: -194.5,51.5 parent: 1 - - uid: 18289 + - uid: 36765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,22.5 + pos: -194.5,52.5 parent: 1 - - uid: 18290 + - uid: 36766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,20.5 + pos: -194.5,53.5 parent: 1 - - uid: 18291 + - uid: 36767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,15.5 + pos: -194.5,54.5 parent: 1 - - uid: 18292 + - uid: 36768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,8.5 + pos: -194.5,55.5 parent: 1 - - uid: 18293 + - uid: 36769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,9.5 + pos: -194.5,56.5 parent: 1 - - uid: 18294 + - uid: 36770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,22.5 + pos: -193.5,56.5 parent: 1 - - uid: 18295 + - uid: 36771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,22.5 + pos: -192.5,56.5 parent: 1 - - uid: 18296 + - uid: 36772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,22.5 + pos: -191.5,56.5 parent: 1 - - uid: 18297 + - uid: 36773 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,22.5 + pos: -191.5,57.5 parent: 1 - - uid: 18298 + - uid: 36774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,22.5 + pos: -162.5,74.5 parent: 1 - - uid: 18299 + - uid: 36775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,22.5 + rot: -1.5707963267948966 rad + pos: -171.5,71.5 parent: 1 - - uid: 18300 + - uid: 36776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,22.5 + rot: -1.5707963267948966 rad + pos: -171.5,70.5 parent: 1 - - uid: 18301 + - uid: 36777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,22.5 + rot: -1.5707963267948966 rad + pos: -171.5,69.5 parent: 1 - - uid: 18302 + - uid: 36778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 116.5,22.5 + rot: -1.5707963267948966 rad + pos: -170.5,71.5 parent: 1 - - uid: 18303 + - uid: 36779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,22.5 + pos: -175.5,66.5 parent: 1 - - uid: 18304 + - uid: 36780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,22.5 + pos: -174.5,66.5 parent: 1 - - uid: 18305 + - uid: 36781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,22.5 + pos: -168.5,74.5 parent: 1 - - uid: 18306 + - uid: 36782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,22.5 + pos: -167.5,74.5 parent: 1 - - uid: 18307 + - uid: 36783 components: - type: Transform rot: 1.5707963267948966 rad - pos: 111.5,22.5 + pos: -161.5,75.5 parent: 1 - - uid: 18308 + - uid: 36784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,22.5 + rot: -1.5707963267948966 rad + pos: -170.5,72.5 parent: 1 - - uid: 18309 + - uid: 36785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,22.5 + pos: -165.5,74.5 parent: 1 - - uid: 18310 + - uid: 36786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,22.5 + pos: -166.5,74.5 parent: 1 - - uid: 18311 + - uid: 36787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,22.5 + rot: -1.5707963267948966 rad + pos: -155.5,77.5 parent: 1 - - uid: 18312 + - uid: 36788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,22.5 + rot: -1.5707963267948966 rad + pos: -156.5,77.5 parent: 1 - - uid: 18313 + - uid: 36789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,22.5 + rot: -1.5707963267948966 rad + pos: -157.5,77.5 parent: 1 - - uid: 18314 + - uid: 36790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,22.5 + rot: -1.5707963267948966 rad + pos: -153.5,77.5 parent: 1 - - uid: 18315 + - uid: 36791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,22.5 + rot: -1.5707963267948966 rad + pos: -152.5,77.5 parent: 1 - - uid: 18316 + - uid: 36792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,22.5 + rot: -1.5707963267948966 rad + pos: -151.5,77.5 parent: 1 - - uid: 18317 + - uid: 36793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,22.5 + rot: -1.5707963267948966 rad + pos: -150.5,77.5 parent: 1 - - uid: 18318 + - uid: 36794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,67.5 parent: 1 - - uid: 18319 + - uid: 36795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,68.5 parent: 1 - - uid: 18320 + - uid: 36796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,69.5 parent: 1 - - uid: 18321 + - uid: 36797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,70.5 parent: 1 - - uid: 18322 + - uid: 36798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,71.5 parent: 1 - - uid: 18323 + - uid: 36799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,72.5 parent: 1 - - uid: 18324 + - uid: 36800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,73.5 parent: 1 - - uid: 18325 + - uid: 36801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,74.5 parent: 1 - - uid: 18326 + - uid: 36802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,75.5 parent: 1 - - uid: 18327 + - uid: 36803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,76.5 parent: 1 - - uid: 18328 + - uid: 36804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,22.5 + rot: -1.5707963267948966 rad + pos: -149.5,77.5 parent: 1 - - uid: 18329 + - uid: 36805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,22.5 + pos: 199.5,171.5 parent: 1 - - uid: 18330 + - uid: 36806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,22.5 + pos: -27.5,69.5 parent: 1 - - uid: 18331 + - uid: 36807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,22.5 + pos: -43.5,68.5 parent: 1 - - uid: 18332 + - uid: 36808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,22.5 + pos: -19.5,56.5 parent: 1 - - uid: 18333 + - uid: 36809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,22.5 + pos: -20.5,56.5 parent: 1 - - uid: 18334 + - uid: 36810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,22.5 + pos: -16.5,56.5 parent: 1 - - uid: 18335 + - uid: 36811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,22.5 + pos: -23.5,64.5 parent: 1 - - uid: 18336 + - uid: 36812 components: - type: Transform rot: 1.5707963267948966 rad - pos: 83.5,6.5 + pos: 218.5,199.5 parent: 1 - - uid: 18337 + - uid: 36813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,5.5 + pos: -43.5,69.5 parent: 1 - - uid: 18338 + - uid: 36814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,4.5 + pos: -26.5,69.5 parent: 1 - - uid: 18339 + - uid: 36815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,3.5 + pos: -38.5,69.5 parent: 1 - - uid: 18340 + - uid: 36816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,2.5 + pos: -37.5,69.5 parent: 1 - - uid: 18341 + - uid: 36817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,1.5 + pos: -17.5,56.5 parent: 1 - - uid: 18342 + - uid: 36818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,0.5 + pos: -43.5,66.5 parent: 1 - - uid: 18343 + - uid: 36819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-0.5 + pos: -24.5,69.5 parent: 1 - - uid: 18344 + - uid: 36820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-1.5 + pos: -22.5,61.5 parent: 1 - - uid: 18345 + - uid: 36821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-2.5 + pos: -21.5,56.5 parent: 1 - - uid: 18346 + - uid: 36822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-3.5 + pos: -28.5,69.5 parent: 1 - - uid: 18347 + - uid: 36823 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-4.5 + pos: -43.5,65.5 parent: 1 - - uid: 18348 + - uid: 36824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-5.5 + pos: -23.5,65.5 parent: 1 - - uid: 18349 + - uid: 36825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-6.5 + pos: -23.5,63.5 parent: 1 - - uid: 18350 + - uid: 36826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-7.5 + pos: -29.5,69.5 parent: 1 - - uid: 18351 + - uid: 36827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-8.5 + pos: -22.5,60.5 parent: 1 - - uid: 18352 + - uid: 36828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-9.5 + pos: -30.5,68.5 parent: 1 - - uid: 18353 + - uid: 36829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-10.5 + pos: -22.5,58.5 parent: 1 - - uid: 18354 + - uid: 36830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-11.5 + pos: -22.5,57.5 parent: 1 - - uid: 18355 + - uid: 36831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-12.5 + pos: -22.5,63.5 parent: 1 - - uid: 18356 + - uid: 36832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-13.5 + pos: -33.5,74.5 parent: 1 - - uid: 18357 + - uid: 36833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-14.5 + pos: -23.5,69.5 parent: 1 - - uid: 18358 + - uid: 36834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-15.5 + pos: -32.5,74.5 parent: 1 - - uid: 18359 + - uid: 36835 components: - type: Transform - pos: 163.5,20.5 + pos: -23.5,67.5 parent: 1 - - uid: 18360 + - uid: 36836 components: - type: Transform - pos: 112.5,25.5 + pos: -22.5,59.5 parent: 1 - - uid: 18361 + - uid: 36837 components: - type: Transform - pos: 112.5,26.5 + pos: -30.5,70.5 parent: 1 - - uid: 18362 + - uid: 36838 components: - type: Transform - pos: 112.5,27.5 + pos: -29.5,68.5 parent: 1 - - uid: 18363 + - uid: 36839 components: - type: Transform - pos: 112.5,28.5 + pos: -23.5,66.5 parent: 1 - - uid: 18364 + - uid: 36840 components: - type: Transform - pos: 112.5,29.5 + pos: -43.5,67.5 parent: 1 - - uid: 18365 + - uid: 36841 components: - type: Transform - pos: 112.5,30.5 + pos: -30.5,71.5 parent: 1 - - uid: 18366 + - uid: 36842 components: - type: Transform - pos: 112.5,31.5 + pos: -30.5,72.5 parent: 1 - - uid: 18367 + - uid: 36843 components: - type: Transform - pos: 112.5,32.5 + pos: -30.5,73.5 parent: 1 - - uid: 18368 + - uid: 36844 components: - type: Transform - pos: 112.5,33.5 + pos: -30.5,74.5 parent: 1 - - uid: 18369 + - uid: 36845 components: - type: Transform - pos: 112.5,34.5 + pos: -35.5,74.5 parent: 1 - - uid: 18370 + - uid: 36846 components: - type: Transform - pos: 112.5,35.5 + pos: -36.5,74.5 parent: 1 - - uid: 18371 + - uid: 36847 components: - type: Transform - pos: 112.5,36.5 + pos: -36.5,73.5 parent: 1 - - uid: 18372 + - uid: 36848 components: - type: Transform - pos: 112.5,37.5 + pos: -36.5,72.5 parent: 1 - - uid: 18373 + - uid: 36849 components: - type: Transform - pos: 112.5,38.5 + pos: -36.5,71.5 parent: 1 - - uid: 18374 + - uid: 36850 components: - type: Transform - pos: 112.5,39.5 + pos: -36.5,70.5 parent: 1 - - uid: 18375 + - uid: 36851 components: - type: Transform - pos: 112.5,40.5 + pos: -36.5,69.5 parent: 1 - - uid: 18376 + - uid: 36852 components: - type: Transform - pos: 112.5,41.5 + pos: -43.5,64.5 parent: 1 - - uid: 18377 + - uid: 36853 components: - type: Transform - pos: 112.5,42.5 + pos: -39.5,69.5 parent: 1 - - uid: 18378 + - uid: 36854 components: - type: Transform - pos: 112.5,43.5 + pos: -40.5,69.5 parent: 1 - - uid: 18379 + - uid: 36855 components: - type: Transform - pos: 112.5,44.5 + pos: -41.5,69.5 parent: 1 - - uid: 18380 + - uid: 36856 components: - type: Transform - pos: 112.5,45.5 + pos: -42.5,69.5 parent: 1 - - uid: 18381 + - uid: 36857 components: - type: Transform - pos: 113.5,45.5 + pos: -43.5,63.5 parent: 1 - - uid: 18382 + - uid: 36858 components: - type: Transform - pos: 114.5,45.5 + pos: -43.5,62.5 parent: 1 - - uid: 18383 + - uid: 36859 components: - type: Transform - pos: 115.5,45.5 + pos: -43.5,61.5 parent: 1 - - uid: 18384 + - uid: 36860 components: - type: Transform - pos: 116.5,45.5 + pos: -43.5,60.5 parent: 1 - - uid: 18385 + - uid: 36861 components: - type: Transform - pos: 117.5,45.5 + pos: -43.5,59.5 parent: 1 - - uid: 18386 + - uid: 36862 components: - type: Transform - pos: 118.5,45.5 + pos: -43.5,58.5 parent: 1 - - uid: 18387 + - uid: 36863 components: - type: Transform - pos: 119.5,45.5 + pos: -43.5,57.5 parent: 1 - - uid: 18388 + - uid: 36864 components: - type: Transform - pos: 120.5,45.5 + pos: -43.5,56.5 parent: 1 - - uid: 18389 + - uid: 36865 components: - type: Transform - pos: 121.5,45.5 + pos: -44.5,56.5 parent: 1 - - uid: 18390 + - uid: 36866 components: - type: Transform - pos: 122.5,45.5 + pos: -45.5,56.5 parent: 1 - - uid: 18391 + - uid: 36867 components: - type: Transform - pos: 123.5,45.5 + pos: -46.5,56.5 parent: 1 - - uid: 18392 + - uid: 36868 components: - type: Transform - pos: 124.5,45.5 + pos: -46.5,55.5 parent: 1 - - uid: 18393 + - uid: 36869 components: - type: Transform - pos: 125.5,45.5 + pos: -46.5,54.5 parent: 1 - - uid: 18394 + - uid: 36870 components: - type: Transform - pos: 126.5,45.5 + pos: -200.5,1.5 parent: 1 - - uid: 18395 + - uid: 36871 components: - type: Transform - pos: 127.5,45.5 + pos: 299.5,98.5 parent: 1 - - uid: 18396 + - uid: 36872 components: - type: Transform - pos: 128.5,45.5 + pos: 264.5,136.5 parent: 1 - - uid: 18397 + - uid: 36873 components: - type: Transform - pos: 129.5,45.5 + pos: 321.5,110.5 parent: 1 - - uid: 18398 + - uid: 36874 components: - type: Transform - pos: 130.5,45.5 + pos: 328.5,97.5 parent: 1 - - uid: 18399 + - uid: 36875 components: - type: Transform - pos: 131.5,45.5 + pos: 303.5,110.5 parent: 1 - - uid: 18400 + - uid: 36876 components: - type: Transform - pos: 132.5,45.5 + pos: 327.5,97.5 parent: 1 - - uid: 18401 + - uid: 36877 components: - type: Transform - pos: 133.5,45.5 + pos: 280.5,131.5 parent: 1 - - uid: 18402 + - uid: 36878 components: - type: Transform - pos: 134.5,45.5 + pos: 317.5,93.5 parent: 1 - - uid: 18403 + - uid: 36879 components: - type: Transform - pos: 134.5,44.5 + pos: 299.5,95.5 parent: 1 - - uid: 18404 + - uid: 36880 components: - type: Transform - pos: 134.5,43.5 + pos: 316.5,93.5 parent: 1 - - uid: 18405 + - uid: 36881 components: - type: Transform - pos: 134.5,42.5 + pos: 309.5,110.5 parent: 1 - - uid: 18406 + - uid: 36882 components: - type: Transform - pos: 134.5,41.5 + pos: 260.5,121.5 parent: 1 - - uid: 18407 + - uid: 36883 components: - type: Transform - pos: 134.5,40.5 + pos: 316.5,110.5 parent: 1 - - uid: 18408 + - uid: 36884 components: - type: Transform - pos: 134.5,39.5 + pos: 319.5,93.5 parent: 1 - - uid: 18409 + - uid: 36885 components: - type: Transform - pos: 134.5,38.5 + pos: 262.5,135.5 parent: 1 - - uid: 18410 + - uid: 36886 components: - type: Transform - pos: 134.5,37.5 + pos: 307.5,110.5 parent: 1 - - uid: 18411 + - uid: 36887 components: - type: Transform - pos: 134.5,36.5 + pos: 304.5,110.5 parent: 1 - - uid: 18412 + - uid: 36888 components: - type: Transform - pos: 134.5,35.5 + pos: 262.5,136.5 parent: 1 - - uid: 18413 + - uid: 36889 components: - type: Transform - pos: 134.5,34.5 + pos: 259.5,122.5 parent: 1 - - uid: 18414 + - uid: 36890 components: - type: Transform - pos: 134.5,33.5 + pos: 310.5,110.5 parent: 1 - - uid: 18415 + - uid: 36891 components: - type: Transform - pos: 134.5,32.5 + pos: 280.5,133.5 parent: 1 - - uid: 18416 + - uid: 36892 components: - type: Transform - pos: 134.5,31.5 + pos: 312.5,110.5 parent: 1 - - uid: 18417 + - uid: 36893 components: - type: Transform - pos: 134.5,30.5 + pos: 317.5,110.5 parent: 1 - - uid: 18418 + - uid: 36894 components: - type: Transform - pos: 134.5,29.5 + pos: 320.5,110.5 parent: 1 - - uid: 18419 + - uid: 36895 components: - type: Transform - pos: 134.5,28.5 + pos: 299.5,94.5 parent: 1 - - uid: 18420 + - uid: 36896 components: - type: Transform - pos: 134.5,27.5 + pos: 277.5,129.5 parent: 1 - - uid: 18421 + - uid: 36897 components: - type: Transform - pos: 134.5,26.5 + pos: 262.5,134.5 parent: 1 - - uid: 18422 + - uid: 36898 components: - type: Transform - pos: 134.5,25.5 + pos: 262.5,133.5 parent: 1 - - uid: 18423 + - uid: 36899 components: - type: Transform - pos: 132.5,25.5 + pos: 262.5,132.5 parent: 1 - - uid: 18424 + - uid: 36900 components: - type: Transform - pos: 132.5,26.5 + pos: 262.5,131.5 parent: 1 - - uid: 18425 + - uid: 36901 components: - type: Transform - pos: 132.5,27.5 + pos: 262.5,130.5 parent: 1 - - uid: 18426 + - uid: 36902 components: - type: Transform - pos: 132.5,28.5 + pos: 262.5,129.5 parent: 1 - - uid: 18427 + - uid: 36903 components: - type: Transform - pos: 132.5,29.5 + pos: 278.5,125.5 parent: 1 - - uid: 18428 + - uid: 36904 components: - type: Transform - pos: 132.5,30.5 + pos: 278.5,126.5 parent: 1 - - uid: 18429 + - uid: 36905 components: - type: Transform - pos: 132.5,31.5 + pos: 278.5,124.5 parent: 1 - - uid: 18430 + - uid: 36906 components: - type: Transform - pos: 132.5,32.5 + pos: 278.5,122.5 parent: 1 - - uid: 18431 + - uid: 36907 components: - type: Transform - pos: 132.5,33.5 + pos: 321.5,107.5 parent: 1 - - uid: 18432 + - uid: 36908 components: - type: Transform - pos: 132.5,34.5 + pos: 315.5,110.5 parent: 1 - - uid: 18433 + - uid: 36909 components: - type: Transform - pos: 132.5,35.5 + pos: 314.5,110.5 parent: 1 - - uid: 18434 + - uid: 36910 components: - type: Transform - pos: 132.5,36.5 + pos: 259.5,127.5 parent: 1 - - uid: 18435 + - uid: 36911 components: - type: Transform - pos: 132.5,37.5 + pos: 259.5,123.5 parent: 1 - - uid: 18436 + - uid: 36912 components: - type: Transform - pos: 132.5,38.5 + pos: 259.5,126.5 parent: 1 - - uid: 18437 + - uid: 36913 components: - type: Transform - pos: 132.5,39.5 + pos: 259.5,125.5 parent: 1 - - uid: 18438 + - uid: 36914 components: - type: Transform - pos: 132.5,40.5 + pos: 279.5,130.5 parent: 1 - - uid: 18439 + - uid: 36915 components: - type: Transform - pos: 132.5,41.5 + pos: 278.5,130.5 parent: 1 - - uid: 18440 + - uid: 36916 components: - type: Transform - pos: 132.5,42.5 + pos: 259.5,128.5 parent: 1 - - uid: 18441 + - uid: 36917 components: - type: Transform - pos: 132.5,43.5 + pos: 259.5,129.5 parent: 1 - - uid: 18442 + - uid: 36918 components: - type: Transform - pos: 131.5,43.5 + pos: 260.5,129.5 parent: 1 - - uid: 18443 + - uid: 36919 components: - type: Transform - pos: 130.5,43.5 + pos: 261.5,121.5 parent: 1 - - uid: 18444 + - uid: 36920 components: - type: Transform - pos: 129.5,43.5 + pos: 276.5,129.5 parent: 1 - - uid: 18445 + - uid: 36921 components: - type: Transform - pos: 128.5,43.5 + pos: 276.5,130.5 parent: 1 - - uid: 18446 + - uid: 36922 components: - type: Transform - pos: 127.5,43.5 + pos: 276.5,131.5 parent: 1 - - uid: 18447 + - uid: 36923 components: - type: Transform - pos: 126.5,43.5 + pos: 276.5,132.5 parent: 1 - - uid: 18448 + - uid: 36924 components: - type: Transform - pos: 125.5,43.5 + pos: 276.5,133.5 parent: 1 - - uid: 18449 + - uid: 36925 components: - type: Transform - pos: 124.5,43.5 + pos: 276.5,134.5 parent: 1 - - uid: 18450 + - uid: 36926 components: - type: Transform - pos: 123.5,43.5 + pos: 276.5,135.5 parent: 1 - - uid: 18451 + - uid: 36927 components: - type: Transform - pos: 122.5,43.5 + pos: 276.5,136.5 parent: 1 - - uid: 18452 + - uid: 36928 components: - type: Transform - pos: 121.5,43.5 + pos: 277.5,134.5 parent: 1 - - uid: 18453 + - uid: 36929 components: - type: Transform - pos: 120.5,43.5 + pos: 279.5,134.5 parent: 1 - - uid: 18454 + - uid: 36930 components: - type: Transform - pos: 119.5,43.5 + pos: 280.5,130.5 parent: 1 - - uid: 18455 + - uid: 36931 components: - type: Transform - pos: 118.5,43.5 + pos: 278.5,134.5 parent: 1 - - uid: 18456 + - uid: 36932 components: - type: Transform - pos: 117.5,43.5 + pos: 273.5,138.5 parent: 1 - - uid: 18457 + - uid: 36933 components: - type: Transform - pos: 116.5,43.5 + pos: 272.5,138.5 parent: 1 - - uid: 18458 + - uid: 36934 components: - type: Transform - pos: 115.5,43.5 + pos: 271.5,138.5 parent: 1 - - uid: 18459 + - uid: 36935 components: - type: Transform - pos: 114.5,43.5 + pos: 270.5,138.5 parent: 1 - - uid: 18460 + - uid: 36936 components: - type: Transform - pos: 114.5,42.5 + pos: 269.5,138.5 parent: 1 - - uid: 18461 + - uid: 36937 components: - type: Transform - pos: 114.5,41.5 + pos: 268.5,138.5 parent: 1 - - uid: 18462 + - uid: 36938 components: - type: Transform - pos: 114.5,40.5 + pos: 267.5,138.5 parent: 1 - - uid: 18463 + - uid: 36939 components: - type: Transform - pos: 114.5,39.5 + pos: 266.5,138.5 parent: 1 - - uid: 18464 + - uid: 36940 components: - type: Transform - pos: 114.5,38.5 + pos: 265.5,138.5 parent: 1 - - uid: 18465 + - uid: 36941 components: - type: Transform - pos: 114.5,37.5 + pos: 311.5,110.5 parent: 1 - - uid: 18466 + - uid: 36942 components: - type: Transform - pos: 114.5,36.5 + pos: 265.5,136.5 parent: 1 - - uid: 18467 + - uid: 36943 components: - type: Transform - pos: 114.5,35.5 + pos: 265.5,137.5 parent: 1 - - uid: 18468 + - uid: 36944 components: - type: Transform - pos: 114.5,34.5 + pos: 278.5,128.5 parent: 1 - - uid: 18469 + - uid: 36945 components: - type: Transform - pos: 114.5,33.5 + pos: 320.5,93.5 parent: 1 - - uid: 18470 + - uid: 36946 components: - type: Transform - pos: 114.5,32.5 + pos: 308.5,110.5 parent: 1 - - uid: 18471 + - uid: 36947 components: - type: Transform - pos: 114.5,31.5 + pos: 321.5,108.5 parent: 1 - - uid: 18472 + - uid: 36948 components: - type: Transform - pos: 114.5,30.5 + pos: 302.5,110.5 parent: 1 - - uid: 18473 + - uid: 36949 components: - type: Transform - pos: 114.5,29.5 + pos: 329.5,97.5 parent: 1 - - uid: 18474 + - uid: 36950 components: - type: Transform - pos: 114.5,28.5 + pos: 280.5,132.5 parent: 1 - - uid: 18475 + - uid: 36951 components: - type: Transform - pos: 114.5,27.5 + pos: 262.5,121.5 parent: 1 - - uid: 18476 + - uid: 36952 components: - type: Transform - pos: 114.5,26.5 + pos: 259.5,121.5 parent: 1 - - uid: 18477 + - uid: 36953 components: - type: Transform - pos: 114.5,25.5 + pos: 278.5,123.5 parent: 1 - - uid: 18478 + - uid: 36954 components: - type: Transform - pos: 163.5,-88.5 + pos: 263.5,121.5 parent: 1 - - uid: 18479 + - uid: 36955 components: - type: Transform - pos: 160.5,-89.5 + pos: 273.5,137.5 parent: 1 - - uid: 18480 + - uid: 36956 components: - type: Transform - pos: 168.5,29.5 + pos: 275.5,136.5 parent: 1 - - uid: 18481 + - uid: 36957 components: - type: Transform - pos: 161.5,16.5 + pos: 274.5,136.5 parent: 1 - - uid: 18482 + - uid: 36958 components: - type: Transform - pos: 168.5,31.5 + pos: 273.5,136.5 parent: 1 - - uid: 18483 + - uid: 36959 components: - type: Transform - pos: 161.5,27.5 + pos: 261.5,129.5 parent: 1 - - uid: 18484 + - uid: 36960 components: - type: Transform - pos: 161.5,28.5 + pos: 278.5,127.5 parent: 1 - - uid: 18485 + - uid: 36961 components: - type: Transform - pos: 192.5,42.5 + pos: 265.5,121.5 parent: 1 - - uid: 18486 + - uid: 36962 components: - type: Transform - pos: 163.5,29.5 + pos: 264.5,121.5 parent: 1 - - uid: 18487 + - uid: 36963 components: - type: Transform - pos: 195.5,15.5 + pos: 266.5,121.5 parent: 1 - - uid: 18488 + - uid: 36964 components: - type: Transform - pos: 172.5,20.5 + pos: 267.5,121.5 parent: 1 - - uid: 18489 + - uid: 36965 components: - type: Transform - pos: 168.5,32.5 + pos: 268.5,121.5 parent: 1 - - uid: 18490 + - uid: 36966 components: - type: Transform - pos: 162.5,29.5 + pos: 269.5,121.5 parent: 1 - - uid: 18491 + - uid: 36967 components: - type: Transform - pos: 178.5,18.5 + pos: 270.5,121.5 parent: 1 - - uid: 18492 + - uid: 36968 components: - type: Transform - pos: 167.5,20.5 + pos: 271.5,121.5 parent: 1 - - uid: 18493 + - uid: 36969 components: - type: Transform - pos: 164.5,29.5 + pos: 272.5,121.5 parent: 1 - - uid: 18494 + - uid: 36970 components: - type: Transform - pos: 168.5,27.5 + pos: 273.5,121.5 parent: 1 - - uid: 18495 + - uid: 36971 components: - type: Transform - pos: 161.5,29.5 + pos: 274.5,121.5 parent: 1 - - uid: 18496 + - uid: 36972 components: - type: Transform - pos: 168.5,20.5 + pos: 275.5,121.5 parent: 1 - - uid: 18497 + - uid: 36973 components: - type: Transform - pos: 191.5,43.5 + pos: 276.5,121.5 parent: 1 - - uid: 18498 + - uid: 36974 components: - type: Transform - pos: 162.5,31.5 + pos: 277.5,121.5 parent: 1 - - uid: 18499 + - uid: 36975 components: - type: Transform - pos: 161.5,17.5 + pos: 278.5,121.5 parent: 1 - - uid: 18500 + - uid: 36976 components: - type: Transform - pos: 168.5,22.5 + pos: 278.5,129.5 parent: 1 - - uid: 18501 + - uid: 36977 components: - type: Transform - pos: 161.5,37.5 + pos: 280.5,134.5 parent: 1 - - uid: 18502 + - uid: 36978 components: - type: Transform - pos: 168.5,21.5 + pos: 318.5,93.5 parent: 1 - - uid: 18503 + - uid: 36979 components: - type: Transform - pos: 167.5,29.5 + pos: 301.5,110.5 parent: 1 - - uid: 18504 + - uid: 36980 components: - type: Transform - pos: 168.5,39.5 + pos: 270.5,80.5 parent: 1 - - uid: 18505 + - uid: 36981 components: - type: Transform - pos: 168.5,38.5 + pos: 269.5,80.5 parent: 1 - - uid: 18506 + - uid: 36982 components: - type: Transform - pos: 161.5,32.5 + pos: 268.5,80.5 parent: 1 - - uid: 18507 + - uid: 36983 components: - type: Transform - pos: 164.5,31.5 + pos: 271.5,80.5 parent: 1 - - uid: 18508 + - uid: 36984 components: - type: Transform - pos: 176.5,20.5 + pos: 272.5,80.5 parent: 1 - - uid: 18509 + - uid: 36985 components: - type: Transform - pos: 177.5,20.5 + pos: 273.5,80.5 parent: 1 - - uid: 18510 + - uid: 36986 components: - type: Transform - pos: 178.5,20.5 + pos: 274.5,80.5 parent: 1 - - uid: 18511 + - uid: 36987 components: - type: Transform - pos: 170.5,28.5 + pos: 275.5,80.5 parent: 1 - - uid: 18512 + - uid: 36988 components: - type: Transform - pos: 170.5,27.5 + pos: 276.5,80.5 parent: 1 - - uid: 18513 + - uid: 36989 components: - type: Transform - pos: 170.5,26.5 + pos: 277.5,80.5 parent: 1 - - uid: 18514 + - uid: 36990 components: - type: Transform - pos: 161.5,31.5 + pos: 278.5,80.5 parent: 1 - - uid: 18515 + - uid: 36991 components: - type: Transform - pos: 168.5,34.5 + pos: 279.5,80.5 parent: 1 - - uid: 18516 + - uid: 36992 components: - type: Transform - pos: 170.5,22.5 + pos: 280.5,80.5 parent: 1 - - uid: 18517 + - uid: 36993 components: - type: Transform - pos: 170.5,21.5 + pos: 281.5,80.5 parent: 1 - - uid: 18518 + - uid: 36994 components: - type: Transform - pos: 170.5,29.5 + pos: 282.5,80.5 parent: 1 - - uid: 18519 + - uid: 36995 components: - type: Transform - pos: 170.5,30.5 + pos: 283.5,80.5 parent: 1 - - uid: 18520 + - uid: 36996 components: - type: Transform - pos: 170.5,31.5 + pos: 284.5,80.5 parent: 1 - - uid: 18521 + - uid: 36997 components: - type: Transform - pos: 170.5,32.5 + pos: 285.5,80.5 parent: 1 - - uid: 18522 + - uid: 36998 components: - type: Transform - pos: 171.5,32.5 + pos: 286.5,80.5 parent: 1 - - uid: 18523 + - uid: 36999 components: - type: Transform - pos: 172.5,32.5 + pos: 319.5,110.5 parent: 1 - - uid: 18524 + - uid: 37000 components: - type: Transform - pos: 168.5,37.5 + pos: 299.5,97.5 parent: 1 - - uid: 18525 + - uid: 37001 components: - type: Transform - pos: 168.5,36.5 + pos: 318.5,110.5 parent: 1 - - uid: 18526 + - uid: 37002 components: - type: Transform - pos: 168.5,35.5 + pos: 305.5,110.5 parent: 1 - - uid: 18527 + - uid: 37003 components: - type: Transform - pos: 176.5,32.5 + pos: 321.5,109.5 parent: 1 - - uid: 18528 + - uid: 37004 components: - type: Transform - pos: 177.5,32.5 + pos: 313.5,110.5 parent: 1 - - uid: 18529 + - uid: 37005 components: - type: Transform - pos: 178.5,32.5 + pos: 306.5,110.5 parent: 1 - - uid: 18530 + - uid: 37006 components: - type: Transform - pos: 178.5,31.5 + pos: 322.5,107.5 parent: 1 - - uid: 18531 + - uid: 37007 components: - type: Transform - pos: 178.5,30.5 + pos: 321.5,97.5 parent: 1 - - uid: 18532 + - uid: 37008 components: - type: Transform - pos: 178.5,29.5 + pos: 321.5,96.5 parent: 1 - - uid: 18533 + - uid: 37009 components: - type: Transform - pos: 178.5,28.5 + pos: 321.5,95.5 parent: 1 - - uid: 18534 + - uid: 37010 components: - type: Transform - pos: 177.5,28.5 + pos: 321.5,94.5 parent: 1 - - uid: 18535 + - uid: 37011 components: - type: Transform - pos: 176.5,28.5 + pos: 321.5,93.5 parent: 1 - - uid: 18536 + - uid: 37012 components: - type: Transform - pos: 175.5,28.5 + pos: 315.5,93.5 parent: 1 - - uid: 18537 + - uid: 37013 components: - type: Transform - pos: 171.5,28.5 + pos: 314.5,93.5 parent: 1 - - uid: 18538 + - uid: 37014 components: - type: Transform - pos: 172.5,28.5 + pos: 313.5,93.5 parent: 1 - - uid: 18539 + - uid: 37015 components: - type: Transform - pos: 173.5,28.5 + pos: 312.5,93.5 parent: 1 - - uid: 18540 + - uid: 37016 components: - type: Transform - pos: 178.5,27.5 + pos: 311.5,93.5 parent: 1 - - uid: 18541 + - uid: 37017 components: - type: Transform - pos: 178.5,26.5 + pos: 310.5,93.5 parent: 1 - - uid: 18542 + - uid: 37018 components: - type: Transform - pos: 178.5,25.5 + pos: 309.5,93.5 parent: 1 - - uid: 18543 + - uid: 37019 components: - type: Transform - pos: 178.5,23.5 + pos: 308.5,93.5 parent: 1 - - uid: 18544 + - uid: 37020 components: - type: Transform - pos: 178.5,22.5 + pos: 307.5,93.5 parent: 1 - - uid: 18545 + - uid: 37021 components: - type: Transform - pos: 178.5,21.5 + pos: 306.5,93.5 parent: 1 - - uid: 18546 + - uid: 37022 components: - type: Transform - pos: 178.5,19.5 + pos: 305.5,93.5 parent: 1 - - uid: 18547 + - uid: 37023 components: - type: Transform - pos: 195.5,16.5 + pos: 304.5,93.5 parent: 1 - - uid: 18548 + - uid: 37024 components: - type: Transform - pos: 195.5,18.5 + pos: 303.5,93.5 parent: 1 - - uid: 18549 + - uid: 37025 components: - type: Transform - pos: 195.5,17.5 + pos: 302.5,93.5 parent: 1 - - uid: 18550 + - uid: 37026 components: - type: Transform - pos: 195.5,19.5 + pos: 301.5,93.5 parent: 1 - - uid: 18551 + - uid: 37027 components: - type: Transform - pos: 178.5,16.5 + pos: 300.5,93.5 parent: 1 - - uid: 18552 + - uid: 37028 components: - type: Transform - pos: 178.5,15.5 + pos: 299.5,93.5 parent: 1 - - uid: 18553 + - uid: 37029 components: - type: Transform - pos: 178.5,14.5 + pos: 299.5,96.5 parent: 1 - - uid: 18554 + - uid: 37030 components: - type: Transform - pos: 179.5,14.5 + pos: 299.5,99.5 parent: 1 - - uid: 18555 + - uid: 37031 components: - type: Transform - pos: 163.5,31.5 + pos: 299.5,100.5 parent: 1 - - uid: 18556 + - uid: 37032 components: - type: Transform - pos: 161.5,33.5 + pos: 299.5,101.5 parent: 1 - - uid: 18557 + - uid: 37033 components: - type: Transform - pos: 182.5,14.5 + pos: 299.5,102.5 parent: 1 - - uid: 18558 + - uid: 37034 components: - type: Transform - pos: 184.5,14.5 + pos: 299.5,103.5 parent: 1 - - uid: 18559 + - uid: 37035 components: - type: Transform - pos: 167.5,18.5 + pos: 299.5,104.5 parent: 1 - - uid: 18560 + - uid: 37036 components: - type: Transform - pos: 161.5,35.5 + pos: 299.5,105.5 parent: 1 - - uid: 18561 + - uid: 37037 components: - type: Transform - pos: 187.5,14.5 + pos: 299.5,106.5 parent: 1 - - uid: 18562 + - uid: 37038 components: - type: Transform - pos: 188.5,14.5 + pos: 299.5,107.5 parent: 1 - - uid: 18563 + - uid: 37039 components: - type: Transform - pos: 189.5,14.5 + pos: 299.5,108.5 parent: 1 - - uid: 18564 + - uid: 37040 components: - type: Transform - pos: 190.5,14.5 + pos: 299.5,109.5 parent: 1 - - uid: 18565 + - uid: 37041 components: - type: Transform - pos: 161.5,40.5 + pos: 299.5,110.5 parent: 1 - - uid: 18566 + - uid: 37042 components: - type: Transform - pos: 161.5,39.5 + pos: 300.5,110.5 parent: 1 - - uid: 18567 + - uid: 37043 components: - type: Transform - pos: 193.5,14.5 + pos: 312.5,102.5 parent: 1 - - uid: 18568 + - uid: 37044 components: - type: Transform - pos: 194.5,14.5 + pos: 310.5,102.5 parent: 1 - - uid: 18569 + - uid: 37045 components: - type: Transform - pos: 195.5,14.5 + pos: 326.5,97.5 parent: 1 - - uid: 18570 + - uid: 37046 components: - type: Transform - pos: 187.5,21.5 + pos: 325.5,97.5 parent: 1 - - uid: 18571 + - uid: 37047 components: - type: Transform - pos: 187.5,20.5 + pos: 323.5,107.5 parent: 1 - - uid: 18572 + - uid: 37048 components: - type: Transform - pos: 187.5,19.5 + pos: 324.5,107.5 parent: 1 - - uid: 18573 + - uid: 37049 components: - type: Transform - pos: 187.5,18.5 + pos: 325.5,107.5 parent: 1 - - uid: 18574 + - uid: 37050 components: - type: Transform - pos: 195.5,20.5 + pos: 326.5,107.5 parent: 1 - - uid: 18575 + - uid: 37051 components: - type: Transform - pos: 195.5,21.5 + pos: 327.5,107.5 parent: 1 - - uid: 18576 + - uid: 37052 components: - type: Transform - pos: 195.5,22.5 + pos: 328.5,107.5 parent: 1 - - uid: 18577 + - uid: 37053 components: - type: Transform - pos: 161.5,41.5 + pos: 329.5,107.5 parent: 1 - - uid: 18578 + - uid: 37054 components: - type: Transform - pos: 195.5,24.5 + pos: 329.5,106.5 parent: 1 - - uid: 18579 + - uid: 37055 components: - type: Transform - pos: 195.5,25.5 + pos: 330.5,106.5 parent: 1 - - uid: 18580 + - uid: 37056 components: - type: Transform - pos: 195.5,26.5 + pos: 330.5,105.5 parent: 1 - - uid: 18581 + - uid: 37057 components: - type: Transform - pos: 195.5,27.5 + pos: 330.5,104.5 parent: 1 - - uid: 18582 + - uid: 37058 components: - type: Transform - pos: 195.5,28.5 + pos: 330.5,103.5 parent: 1 - - uid: 18583 + - uid: 37059 components: - type: Transform - pos: 195.5,29.5 + pos: 330.5,102.5 parent: 1 - - uid: 18584 + - uid: 37060 components: - type: Transform - pos: 195.5,30.5 + pos: 330.5,101.5 parent: 1 - - uid: 18585 + - uid: 37061 components: - type: Transform - pos: 195.5,31.5 + pos: 330.5,100.5 parent: 1 - - uid: 18586 + - uid: 37062 components: - type: Transform - pos: 195.5,32.5 + pos: 330.5,99.5 parent: 1 - - uid: 18587 + - uid: 37063 components: - type: Transform - pos: 195.5,33.5 + pos: 330.5,98.5 parent: 1 - - uid: 18588 + - uid: 37064 components: - type: Transform - pos: 195.5,34.5 + pos: 324.5,97.5 parent: 1 - - uid: 18589 + - uid: 37065 components: - type: Transform - pos: 195.5,35.5 + pos: 322.5,97.5 parent: 1 - - uid: 18590 + - uid: 37066 components: - type: Transform - pos: 195.5,36.5 + pos: 323.5,97.5 parent: 1 - - uid: 18591 + - uid: 37067 components: - type: Transform - pos: 195.5,37.5 + pos: 329.5,98.5 parent: 1 - - uid: 18592 + - uid: 37068 components: - type: Transform - pos: 195.5,38.5 + pos: 55.5,-213.5 parent: 1 - - uid: 18593 + - uid: 37069 components: - type: Transform - pos: 195.5,39.5 + pos: 61.5,-202.5 parent: 1 - - uid: 18594 + - uid: 37070 components: - type: Transform - pos: 195.5,40.5 + pos: 43.5,-211.5 parent: 1 - - uid: 18595 + - uid: 37071 components: - type: Transform - pos: 194.5,32.5 + pos: 24.5,-211.5 parent: 1 - - uid: 18596 + - uid: 37072 components: - type: Transform - pos: 193.5,32.5 + pos: 52.5,-216.5 parent: 1 - - uid: 18597 + - uid: 37073 components: - type: Transform - pos: 192.5,32.5 + pos: 61.5,-212.5 parent: 1 - - uid: 18598 + - uid: 37074 components: - type: Transform - pos: 191.5,32.5 + pos: 52.5,-215.5 parent: 1 - - uid: 18599 + - uid: 37075 components: - type: Transform - pos: 190.5,32.5 + pos: 23.5,-215.5 parent: 1 - - uid: 18600 + - uid: 37076 components: - type: Transform - pos: 189.5,32.5 + pos: 62.5,-205.5 parent: 1 - - uid: 18601 + - uid: 37077 components: - type: Transform - pos: 188.5,32.5 + pos: 70.5,-204.5 parent: 1 - - uid: 18602 + - uid: 37078 components: - type: Transform - pos: 187.5,32.5 + pos: 34.5,-214.5 parent: 1 - - uid: 18603 + - uid: 37079 components: - type: Transform - pos: 186.5,32.5 + pos: 55.5,-214.5 parent: 1 - - uid: 18604 + - uid: 37080 components: - type: Transform - pos: 185.5,32.5 + pos: 44.5,-214.5 parent: 1 - - uid: 18605 + - uid: 37081 components: - type: Transform - pos: 184.5,32.5 + pos: 193.5,201.5 parent: 1 - - uid: 18606 + - uid: 37082 components: - type: Transform - pos: 183.5,32.5 + pos: 200.5,200.5 parent: 1 - - uid: 18607 + - uid: 37083 components: - type: Transform - pos: 182.5,32.5 + pos: -307.5,-27.5 parent: 1 - - uid: 18608 + - uid: 37084 components: - type: Transform - pos: 181.5,32.5 + pos: 43.5,-212.5 parent: 1 - - uid: 18609 + - uid: 37085 components: - type: Transform - pos: 180.5,32.5 + pos: 24.5,-205.5 parent: 1 - - uid: 18610 + - uid: 37086 components: - type: Transform - pos: 179.5,32.5 + pos: 56.5,-206.5 parent: 1 - - uid: 18611 + - uid: 37087 components: - type: Transform - pos: 187.5,30.5 + pos: 61.5,-204.5 parent: 1 - - uid: 18612 + - uid: 37088 components: - type: Transform - pos: 187.5,29.5 + pos: 24.5,-208.5 parent: 1 - - uid: 18613 + - uid: 37089 components: - type: Transform - pos: 187.5,28.5 + pos: 56.5,-202.5 parent: 1 - - uid: 18614 + - uid: 37090 components: - type: Transform - pos: 187.5,27.5 + pos: 56.5,-205.5 parent: 1 - - uid: 18615 + - uid: 37091 components: - type: Transform - pos: 187.5,26.5 + pos: -342.5,70.5 parent: 1 - - uid: 18616 + - uid: 37092 components: - type: Transform - pos: 187.5,25.5 + pos: -342.5,77.5 parent: 1 - - uid: 18617 + - uid: 37093 components: - type: Transform - pos: 188.5,25.5 + pos: -306.5,-27.5 parent: 1 - - uid: 18618 + - uid: 37094 components: - type: Transform - pos: 189.5,25.5 + pos: -318.5,-27.5 parent: 1 - - uid: 18619 + - uid: 37095 components: - type: Transform - pos: 187.5,31.5 + pos: -336.5,-27.5 parent: 1 - - uid: 18620 + - uid: 37096 components: - type: Transform - pos: 191.5,25.5 + pos: 43.5,-215.5 parent: 1 - - uid: 18621 + - uid: 37097 components: - type: Transform - pos: 190.5,25.5 + pos: -331.5,-27.5 parent: 1 - - uid: 18622 + - uid: 37098 components: - type: Transform - pos: 193.5,25.5 + pos: 198.5,201.5 parent: 1 - - uid: 18623 + - uid: 37099 components: - type: Transform - pos: 194.5,25.5 + pos: 174.5,201.5 parent: 1 - - uid: 18624 + - uid: 37100 components: - type: Transform - pos: 180.5,27.5 + pos: -319.5,-27.5 parent: 1 - - uid: 18625 + - uid: 37101 components: - type: Transform - pos: 181.5,27.5 + pos: 169.5,201.5 parent: 1 - - uid: 18626 + - uid: 37102 components: - type: Transform - pos: 183.5,27.5 + pos: -320.5,-27.5 parent: 1 - - uid: 18627 + - uid: 37103 components: - type: Transform - pos: 185.5,27.5 + pos: -275.5,-70.5 parent: 1 - - uid: 18628 + - uid: 37104 components: - type: Transform - pos: 167.5,31.5 + pos: 55.5,-212.5 parent: 1 - - uid: 18629 + - uid: 37105 components: - type: Transform - pos: 161.5,34.5 + pos: -273.5,-74.5 parent: 1 - - uid: 18630 + - uid: 37106 components: - type: Transform - pos: 166.5,31.5 + pos: -273.5,-75.5 parent: 1 - - uid: 18631 + - uid: 37107 components: - type: Transform - pos: 168.5,40.5 + pos: 23.5,-202.5 parent: 1 - - uid: 18632 + - uid: 37108 components: - type: Transform - pos: 187.5,16.5 + pos: 207.5,200.5 parent: 1 - - uid: 18633 + - uid: 37109 components: - type: Transform - pos: 190.5,21.5 + pos: 213.5,200.5 parent: 1 - - uid: 18634 + - uid: 37110 components: - type: Transform - pos: 194.5,21.5 + pos: 220.5,200.5 parent: 1 - - uid: 18635 + - uid: 37111 components: - type: Transform - pos: 193.5,21.5 + pos: 219.5,200.5 parent: 1 - - uid: 18636 + - uid: 37112 components: - type: Transform - pos: 192.5,21.5 + pos: 179.5,201.5 parent: 1 - - uid: 18637 + - uid: 37113 components: - type: Transform - pos: 191.5,21.5 + pos: 195.5,201.5 parent: 1 - - uid: 18638 + - uid: 37114 components: - type: Transform - pos: 165.5,31.5 + pos: 196.5,201.5 parent: 1 - - uid: 18639 + - uid: 37115 components: - type: Transform - pos: 161.5,15.5 + pos: -322.5,-27.5 parent: 1 - - uid: 18640 + - uid: 37116 components: - type: Transform - pos: 168.5,33.5 + pos: 178.5,201.5 parent: 1 - - uid: 18641 + - uid: 37117 components: - type: Transform - pos: 168.5,41.5 + pos: 214.5,200.5 parent: 1 - - uid: 18642 + - uid: 37118 components: - type: Transform - pos: 167.5,41.5 + pos: 215.5,200.5 parent: 1 - - uid: 18643 + - uid: 37119 components: - type: Transform - pos: 166.5,41.5 + pos: 211.5,200.5 parent: 1 - - uid: 18644 + - uid: 37120 components: - type: Transform - pos: 163.5,41.5 + pos: 212.5,200.5 parent: 1 - - uid: 18645 + - uid: 37121 components: - type: Transform - pos: 164.5,41.5 + pos: 210.5,200.5 parent: 1 - - uid: 18646 + - uid: 37122 components: - type: Transform - pos: 165.5,41.5 + pos: 218.5,200.5 parent: 1 - - uid: 18647 + - uid: 37123 components: - type: Transform - pos: 189.5,43.5 + pos: 217.5,200.5 parent: 1 - - uid: 18648 + - uid: 37124 components: - type: Transform - pos: 168.5,18.5 + pos: 216.5,200.5 parent: 1 - - uid: 18649 + - uid: 37125 components: - type: Transform - pos: 161.5,14.5 + pos: 209.5,200.5 parent: 1 - - uid: 18650 + - uid: 37126 components: - type: Transform - pos: 161.5,54.5 + pos: 206.5,200.5 parent: 1 - - uid: 18651 + - uid: 37127 components: - type: Transform - pos: 161.5,53.5 + pos: 205.5,200.5 parent: 1 - - uid: 18652 + - uid: 37128 components: - type: Transform - pos: 161.5,52.5 + pos: 208.5,200.5 parent: 1 - - uid: 18653 + - uid: 37129 components: - type: Transform - pos: 161.5,50.5 + pos: 202.5,200.5 parent: 1 - - uid: 18654 + - uid: 37130 components: - type: Transform - pos: 161.5,48.5 + pos: 203.5,200.5 parent: 1 - - uid: 18655 + - uid: 37131 components: - type: Transform - pos: 161.5,47.5 + pos: 204.5,200.5 parent: 1 - - uid: 18656 +- proto: N14WallRuins + entities: + - uid: 37132 components: - type: Transform - pos: 161.5,46.5 + rot: 3.141592653589793 rad + pos: 133.5,27.5 parent: 1 - - uid: 18657 + - uid: 37133 components: - type: Transform - pos: 162.5,46.5 + pos: 217.5,185.5 parent: 1 - - uid: 18658 + - uid: 37134 components: - type: Transform - pos: 163.5,46.5 + pos: 217.5,187.5 parent: 1 - - uid: 18659 + - uid: 37135 components: - type: Transform - pos: 164.5,46.5 + pos: 102.5,27.5 parent: 1 - - uid: 18660 + - uid: 37136 components: - type: Transform - pos: 167.5,46.5 + pos: 108.5,27.5 parent: 1 - - uid: 18661 + - uid: 37137 components: - type: Transform - pos: 171.5,46.5 + pos: 98.5,27.5 parent: 1 - - uid: 18662 + - uid: 37138 components: - type: Transform - pos: 173.5,46.5 + rot: 3.141592653589793 rad + pos: 137.5,28.5 parent: 1 - - uid: 18663 + - uid: 37139 components: - type: Transform - pos: 174.5,46.5 + pos: 111.5,29.5 parent: 1 - - uid: 18664 + - uid: 37140 components: - type: Transform - pos: 173.5,47.5 + pos: 111.5,27.5 parent: 1 - - uid: 18665 + - uid: 37141 components: - type: Transform - pos: 173.5,48.5 + pos: 109.5,29.5 parent: 1 - - uid: 18666 + - uid: 37142 components: - type: Transform - pos: 176.5,46.5 + pos: 109.5,27.5 parent: 1 - - uid: 18667 + - uid: 37143 components: - type: Transform - pos: 177.5,46.5 + pos: 110.5,27.5 parent: 1 - - uid: 18668 + - uid: 37144 components: - type: Transform - pos: 178.5,46.5 + pos: 110.5,29.5 parent: 1 - - uid: 18669 + - uid: 37145 components: - type: Transform - pos: 179.5,46.5 + rot: -1.5707963267948966 rad + pos: -238.5,-103.5 parent: 1 - - uid: 18670 + - uid: 37146 components: - type: Transform - pos: 181.5,46.5 + rot: -1.5707963267948966 rad + pos: -239.5,-106.5 parent: 1 - - uid: 18671 + - uid: 37147 components: - type: Transform - pos: 184.5,46.5 + rot: 3.141592653589793 rad + pos: -246.5,-103.5 parent: 1 - - uid: 18672 + - uid: 37148 components: - type: Transform - pos: 185.5,46.5 + rot: -1.5707963267948966 rad + pos: -238.5,-105.5 parent: 1 - - uid: 18673 + - uid: 37149 components: - type: Transform - pos: 187.5,46.5 + rot: -1.5707963267948966 rad + pos: -250.5,-103.5 parent: 1 - - uid: 18674 + - uid: 37150 components: - type: Transform - pos: 189.5,46.5 + pos: 85.5,18.5 parent: 1 - - uid: 18675 + - uid: 37151 components: - type: Transform - pos: 190.5,46.5 + rot: 3.141592653589793 rad + pos: 137.5,25.5 parent: 1 - - uid: 18676 + - uid: 37152 components: - type: Transform - pos: 191.5,46.5 + pos: 98.5,21.5 parent: 1 - - uid: 18677 + - uid: 37153 components: - type: Transform - pos: 191.5,47.5 + rot: 1.5707963267948966 rad + pos: -193.5,-121.5 parent: 1 - - uid: 18678 + - uid: 37154 components: - type: Transform - pos: 191.5,48.5 + rot: 1.5707963267948966 rad + pos: -197.5,-119.5 parent: 1 - - uid: 18679 + - uid: 37155 components: - type: Transform - pos: 191.5,49.5 + rot: 1.5707963267948966 rad + pos: -196.5,-121.5 parent: 1 - - uid: 18680 + - uid: 37156 components: - type: Transform - pos: 191.5,50.5 + rot: 1.5707963267948966 rad + pos: -194.5,-121.5 parent: 1 - - uid: 18681 + - uid: 37157 components: - type: Transform - pos: 191.5,54.5 + rot: 1.5707963267948966 rad + pos: -197.5,-121.5 parent: 1 - - uid: 18682 + - uid: 37158 components: - type: Transform - pos: 191.5,56.5 + rot: 1.5707963267948966 rad + pos: -195.5,-121.5 parent: 1 - - uid: 18683 + - uid: 37159 components: - type: Transform - pos: 191.5,55.5 + pos: 180.5,153.5 parent: 1 - - uid: 18684 + - uid: 37160 components: - type: Transform - pos: 193.5,57.5 + pos: 175.5,145.5 parent: 1 - - uid: 18685 + - uid: 37161 components: - type: Transform - pos: 193.5,56.5 + rot: -1.5707963267948966 rad + pos: -241.5,-98.5 parent: 1 - - uid: 18686 + - uid: 37162 components: - type: Transform - pos: 193.5,55.5 + rot: -1.5707963267948966 rad + pos: -240.5,-107.5 parent: 1 - - uid: 18687 + - uid: 37163 components: - type: Transform - pos: 193.5,54.5 + rot: -1.5707963267948966 rad + pos: -244.5,-104.5 parent: 1 - - uid: 18688 + - uid: 37164 components: - type: Transform - pos: 193.5,53.5 + rot: -1.5707963267948966 rad + pos: -244.5,-105.5 parent: 1 - - uid: 18689 + - uid: 37165 components: - type: Transform - pos: 193.5,52.5 + rot: -1.5707963267948966 rad + pos: -243.5,-105.5 parent: 1 - - uid: 18690 + - uid: 37166 components: - type: Transform - pos: 190.5,57.5 + pos: -237.5,-98.5 parent: 1 - - uid: 18691 + - uid: 37167 components: - type: Transform - pos: 189.5,57.5 + pos: -237.5,-93.5 parent: 1 - - uid: 18692 + - uid: 37168 components: - type: Transform - pos: 188.5,57.5 + rot: 1.5707963267948966 rad + pos: 138.5,22.5 parent: 1 - - uid: 18693 + - uid: 37169 components: - type: Transform - pos: 187.5,57.5 + rot: 1.5707963267948966 rad + pos: 83.5,11.5 parent: 1 - - uid: 18694 + - uid: 37170 components: - type: Transform - pos: 186.5,57.5 + pos: 162.5,20.5 parent: 1 - - uid: 18695 + - uid: 37171 components: - type: Transform - pos: 185.5,57.5 + pos: 161.5,55.5 parent: 1 - - uid: 18696 + - uid: 37172 components: - type: Transform - pos: 184.5,57.5 + pos: 171.5,20.5 parent: 1 - - uid: 18697 + - uid: 37173 components: - type: Transform - pos: 183.5,57.5 + pos: 161.5,20.5 parent: 1 - - uid: 18698 + - uid: 37174 components: - type: Transform - pos: 182.5,57.5 + pos: 6.5,-57.5 parent: 1 - - uid: 18699 + - uid: 37175 components: - type: Transform - pos: 181.5,57.5 + pos: 169.5,149.5 parent: 1 - - uid: 18700 + - uid: 37176 components: - type: Transform - pos: 173.5,57.5 + pos: 173.5,145.5 parent: 1 - - uid: 18701 + - uid: 37177 components: - type: Transform - pos: 173.5,56.5 + pos: 179.5,153.5 parent: 1 - - uid: 18702 + - uid: 37178 components: - type: Transform - pos: 173.5,55.5 + pos: 174.5,145.5 parent: 1 - - uid: 18703 + - uid: 37179 components: - type: Transform - pos: 173.5,54.5 + pos: 172.5,145.5 parent: 1 - - uid: 18704 + - uid: 37180 components: - type: Transform - pos: 173.5,53.5 + pos: 181.5,153.5 parent: 1 - - uid: 18705 + - uid: 37181 components: - type: Transform - pos: 173.5,52.5 + pos: 169.5,151.5 parent: 1 - - uid: 18706 + - uid: 37182 components: - type: Transform - pos: 171.5,57.5 + pos: 170.5,153.5 parent: 1 - - uid: 18707 + - uid: 37183 components: - type: Transform - pos: 170.5,57.5 + pos: 177.5,145.5 parent: 1 - - uid: 18708 + - uid: 37184 components: - type: Transform - pos: 169.5,57.5 + pos: 176.5,145.5 parent: 1 - - uid: 18709 + - uid: 37185 components: - type: Transform - pos: 168.5,57.5 + pos: 169.5,153.5 parent: 1 - - uid: 18710 + - uid: 37186 components: - type: Transform - pos: 167.5,57.5 + pos: 161.5,36.5 parent: 1 - - uid: 18711 + - uid: 37187 components: - type: Transform - pos: 163.5,57.5 + pos: 161.5,21.5 parent: 1 - - uid: 18712 + - uid: 37188 components: - type: Transform - pos: 161.5,57.5 + pos: 168.5,26.5 parent: 1 - - uid: 18713 + - uid: 37189 components: - type: Transform - pos: 161.5,13.5 + pos: 168.5,28.5 parent: 1 - - uid: 18714 + - uid: 37190 components: - type: Transform - pos: 161.5,12.5 + pos: 178.5,17.5 parent: 1 - - uid: 18715 + - uid: 37191 components: - type: Transform - pos: 161.5,11.5 + pos: 170.5,20.5 parent: 1 - - uid: 18716 + - uid: 37192 components: - type: Transform - pos: 162.5,11.5 + pos: 166.5,20.5 parent: 1 - - uid: 18717 + - uid: 37193 components: - type: Transform - pos: 163.5,11.5 + pos: 161.5,-88.5 parent: 1 - - uid: 18718 + - uid: 37194 components: - type: Transform - pos: 164.5,11.5 + rot: -1.5707963267948966 rad + pos: 191.5,170.5 parent: 1 - - uid: 18719 + - uid: 37195 components: - type: Transform - pos: 165.5,11.5 + rot: -1.5707963267948966 rad + pos: 183.5,168.5 parent: 1 - - uid: 18720 + - uid: 37196 components: - type: Transform - pos: 162.5,18.5 + rot: -1.5707963267948966 rad + pos: 184.5,168.5 parent: 1 - - uid: 18721 + - uid: 37197 components: - type: Transform - pos: 163.5,18.5 + rot: -1.5707963267948966 rad + pos: 185.5,168.5 parent: 1 - - uid: 18722 + - uid: 37198 components: - type: Transform - pos: 166.5,18.5 + rot: -1.5707963267948966 rad + pos: 194.5,170.5 parent: 1 - - uid: 18723 + - uid: 37199 components: - type: Transform - pos: 168.5,14.5 + rot: -1.5707963267948966 rad + pos: 193.5,170.5 parent: 1 - - uid: 18724 + - uid: 37200 components: - type: Transform - pos: 168.5,13.5 + rot: -1.5707963267948966 rad + pos: 192.5,170.5 parent: 1 - - uid: 18725 + - uid: 37201 components: - type: Transform - pos: 168.5,11.5 + pos: 171.5,153.5 parent: 1 - - uid: 18726 + - uid: 37202 components: - type: Transform - pos: 167.5,11.5 + pos: 178.5,153.5 parent: 1 - - uid: 18727 + - uid: 37203 components: - type: Transform - pos: 167.5,13.5 + pos: 171.5,145.5 parent: 1 - - uid: 18728 + - uid: 37204 components: - type: Transform - pos: 166.5,13.5 + rot: -1.5707963267948966 rad + pos: 179.5,168.5 parent: 1 - - uid: 18729 + - uid: 37205 components: - type: Transform - pos: 165.5,13.5 + rot: -1.5707963267948966 rad + pos: 188.5,166.5 parent: 1 - - uid: 18730 + - uid: 37206 components: - type: Transform - pos: 168.5,17.5 + rot: -1.5707963267948966 rad + pos: 189.5,166.5 parent: 1 - - uid: 18731 + - uid: 37207 components: - type: Transform - pos: 182.5,43.5 + rot: -1.5707963267948966 rad + pos: 181.5,168.5 parent: 1 - - uid: 18732 + - uid: 37208 components: - type: Transform - pos: 183.5,43.5 + rot: -1.5707963267948966 rad + pos: 186.5,168.5 parent: 1 - - uid: 18733 + - uid: 37209 components: - type: Transform - pos: 184.5,43.5 + rot: -1.5707963267948966 rad + pos: 186.5,167.5 parent: 1 - - uid: 18734 + - uid: 37210 components: - type: Transform - pos: 190.5,43.5 + rot: -1.5707963267948966 rad + pos: 186.5,166.5 parent: 1 - - uid: 18735 + - uid: 37211 components: - type: Transform - pos: 180.5,43.5 + rot: -1.5707963267948966 rad + pos: 187.5,166.5 parent: 1 - - uid: 18736 + - uid: 37212 components: - type: Transform - pos: 192.5,37.5 + pos: 169.5,145.5 parent: 1 - - uid: 18737 + - uid: 37213 components: - type: Transform - pos: 181.5,43.5 + pos: 165.5,193.5 parent: 1 - - uid: 18738 + - uid: 37214 components: - type: Transform - pos: 180.5,37.5 + rot: -1.5707963267948966 rad + pos: 186.5,169.5 parent: 1 - - uid: 18739 + - uid: 37215 components: - type: Transform - pos: 180.5,38.5 + rot: -1.5707963267948966 rad + pos: 186.5,170.5 parent: 1 - - uid: 18740 + - uid: 37216 components: - type: Transform - pos: 192.5,38.5 + pos: 174.5,57.5 parent: 1 - - uid: 18741 + - uid: 37217 components: - type: Transform - pos: 192.5,40.5 + rot: -1.5707963267948966 rad + pos: 184.5,176.5 parent: 1 - - uid: 18742 + - uid: 37218 components: - type: Transform - pos: 181.5,37.5 + rot: -1.5707963267948966 rad + pos: 185.5,176.5 parent: 1 - - uid: 18743 + - uid: 37219 components: - type: Transform - pos: 181.5,36.5 + rot: -1.5707963267948966 rad + pos: 177.5,176.5 parent: 1 - - uid: 18744 + - uid: 37220 components: - type: Transform - pos: 182.5,36.5 + pos: 160.5,193.5 parent: 1 - - uid: 18745 + - uid: 37221 components: - type: Transform - pos: 183.5,36.5 + pos: 168.5,193.5 parent: 1 - - uid: 18746 + - uid: 37222 components: - type: Transform - pos: 177.5,38.5 + rot: -1.5707963267948966 rad + pos: 194.5,166.5 parent: 1 - - uid: 18747 + - uid: 37223 components: - type: Transform - pos: 176.5,38.5 + rot: -1.5707963267948966 rad + pos: 195.5,169.5 parent: 1 - - uid: 18748 + - uid: 37224 components: - type: Transform - pos: 176.5,39.5 + rot: -1.5707963267948966 rad + pos: 177.5,173.5 parent: 1 - - uid: 18749 + - uid: 37225 components: - type: Transform - pos: 176.5,41.5 + pos: 159.5,193.5 parent: 1 - - uid: 18750 + - uid: 37226 components: - type: Transform - pos: 176.5,42.5 + rot: -1.5707963267948966 rad + pos: 177.5,171.5 parent: 1 - - uid: 18751 + - uid: 37227 components: - type: Transform - pos: 176.5,43.5 + rot: -1.5707963267948966 rad + pos: 195.5,166.5 parent: 1 - - uid: 18752 + - uid: 37228 components: - type: Transform - pos: 179.5,43.5 + rot: -1.5707963267948966 rad + pos: 195.5,167.5 parent: 1 - - uid: 18753 + - uid: 37229 components: - type: Transform - pos: 128.5,25.5 + pos: 167.5,193.5 parent: 1 - - uid: 18754 + - uid: 37230 components: - type: Transform - pos: 129.5,27.5 + pos: 175.5,153.5 parent: 1 - - uid: 18755 + - uid: 37231 components: - type: Transform - pos: 130.5,27.5 + rot: -1.5707963267948966 rad + pos: 177.5,174.5 parent: 1 - - uid: 18756 + - uid: 37232 components: - type: Transform - pos: 131.5,27.5 + rot: -1.5707963267948966 rad + pos: 186.5,176.5 parent: 1 - - uid: 18757 + - uid: 37233 components: - type: Transform - pos: 128.5,27.5 + rot: -1.5707963267948966 rad + pos: 187.5,176.5 parent: 1 - - uid: 18758 + - uid: 37234 components: - type: Transform - pos: 128.5,26.5 + rot: -1.5707963267948966 rad + pos: 188.5,176.5 parent: 1 - - uid: 18759 + - uid: 37235 components: - type: Transform - pos: 167.5,53.5 + rot: -1.5707963267948966 rad + pos: 195.5,170.5 parent: 1 - - uid: 18760 + - uid: 37236 components: - type: Transform - pos: 171.5,52.5 + rot: -1.5707963267948966 rad + pos: 177.5,175.5 parent: 1 - - uid: 18761 + - uid: 37237 components: - type: Transform - pos: 170.5,52.5 + pos: 166.5,193.5 parent: 1 - - uid: 18762 + - uid: 37238 components: - type: Transform - pos: 172.5,52.5 + pos: 158.5,193.5 parent: 1 - - uid: 18763 + - uid: 37239 components: - type: Transform - pos: 167.5,52.5 + rot: -1.5707963267948966 rad + pos: 181.5,176.5 parent: 1 - - uid: 18764 + - uid: 37240 components: - type: Transform - pos: 169.5,52.5 + rot: -1.5707963267948966 rad + pos: 180.5,176.5 parent: 1 - - uid: 18765 + - uid: 37241 components: - type: Transform - pos: 167.5,54.5 + rot: -1.5707963267948966 rad + pos: 178.5,176.5 parent: 1 - - uid: 18766 + - uid: 37242 components: - type: Transform - pos: 190.5,15.5 + rot: -1.5707963267948966 rad + pos: 190.5,176.5 parent: 1 - - uid: 18767 + - uid: 37243 components: - type: Transform - pos: 190.5,16.5 + rot: -1.5707963267948966 rad + pos: 195.5,176.5 parent: 1 - - uid: 18768 + - uid: 37244 components: - type: Transform - pos: 190.5,17.5 + rot: -1.5707963267948966 rad + pos: 194.5,176.5 parent: 1 - - uid: 18769 + - uid: 37245 components: - type: Transform - pos: 189.5,18.5 + rot: -1.5707963267948966 rad + pos: 193.5,176.5 parent: 1 - - uid: 18770 + - uid: 37246 components: - type: Transform - pos: 188.5,18.5 + rot: -1.5707963267948966 rad + pos: 192.5,176.5 parent: 1 - - uid: 18771 + - uid: 37247 components: - type: Transform - pos: 162.5,34.5 + rot: -1.5707963267948966 rad + pos: 191.5,176.5 parent: 1 - - uid: 18772 + - uid: 37248 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,52.5 + pos: 163.5,193.5 parent: 1 - - uid: 18773 + - uid: 37249 components: - type: Transform - pos: 166.5,34.5 + pos: 162.5,193.5 parent: 1 - - uid: 18774 + - uid: 37250 components: - type: Transform - pos: 165.5,34.5 + pos: 164.5,193.5 parent: 1 - - uid: 18775 + - uid: 37251 components: - type: Transform - pos: 164.5,34.5 + rot: -1.5707963267948966 rad + pos: 187.5,170.5 parent: 1 - - uid: 18776 + - uid: 37252 components: - type: Transform - pos: 167.5,34.5 + rot: -1.5707963267948966 rad + pos: 190.5,170.5 parent: 1 - - uid: 18777 + - uid: 37253 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,48.5 + rot: -1.5707963267948966 rad + pos: 177.5,168.5 parent: 1 - - uid: 18778 + - uid: 37254 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,47.5 + rot: -1.5707963267948966 rad + pos: 195.5,175.5 parent: 1 - - uid: 18779 + - uid: 37255 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,55.5 + rot: -1.5707963267948966 rad + pos: 182.5,168.5 parent: 1 - - uid: 18780 + - uid: 37256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,51.5 + rot: -1.5707963267948966 rad + pos: 193.5,166.5 parent: 1 - - uid: 18781 + - uid: 37257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,56.5 + rot: -1.5707963267948966 rad + pos: 192.5,166.5 parent: 1 - - uid: 18782 + - uid: 37258 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,51.5 + rot: -1.5707963267948966 rad + pos: 191.5,166.5 parent: 1 - - uid: 18783 + - uid: 37259 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,47.5 + rot: -1.5707963267948966 rad + pos: 178.5,168.5 parent: 1 - - uid: 18784 + - uid: 37260 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,48.5 + pos: 176.5,153.5 parent: 1 - - uid: 18785 + - uid: 37261 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,50.5 + pos: 173.5,153.5 parent: 1 - - uid: 18786 + - uid: 37262 components: - type: Transform - pos: 173.5,51.5 + pos: 174.5,153.5 parent: 1 - - uid: 18787 + - uid: 37263 components: - type: Transform - pos: 173.5,50.5 + pos: 172.5,153.5 parent: 1 - - uid: 18788 + - uid: 37264 components: - type: Transform - pos: 180.5,57.5 + pos: 170.5,145.5 parent: 1 - - uid: 18789 + - uid: 37265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,173.5 + pos: 177.5,153.5 parent: 1 - - uid: 18790 + - uid: 37266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,175.5 + pos: 181.5,147.5 parent: 1 - - uid: 18791 + - uid: 37267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,171.5 + pos: 167.5,55.5 parent: 1 - - uid: 18792 + - uid: 37268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,202.5 + pos: 178.5,145.5 parent: 1 - - uid: 18793 + - uid: 37269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,210.5 + pos: 179.5,145.5 parent: 1 - - uid: 18794 + - uid: 37270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,209.5 + pos: 181.5,151.5 parent: 1 - - uid: 18795 + - uid: 37271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,205.5 + pos: 181.5,145.5 parent: 1 - - uid: 18796 + - uid: 37272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,204.5 + pos: 181.5,149.5 parent: 1 - - uid: 18797 + - uid: 37273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 213.5,204.5 + pos: 180.5,145.5 parent: 1 - - uid: 18798 + - uid: 37274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,206.5 + pos: 161.5,22.5 parent: 1 - - uid: 18799 + - uid: 37275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 214.5,204.5 + pos: 161.5,38.5 parent: 1 - - uid: 18800 + - uid: 37276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,207.5 + pos: 160.5,26.5 parent: 1 - - uid: 18801 + - uid: 37277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 215.5,204.5 + pos: 162.5,23.5 parent: 1 - - uid: 18802 + - uid: 37278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,206.5 + pos: 161.5,23.5 parent: 1 - - uid: 18803 + - uid: 37279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,205.5 + pos: 168.5,52.5 parent: 1 - - uid: 18804 + - uid: 37280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,204.5 + pos: 177.5,57.5 parent: 1 - - uid: 18805 + - uid: 37281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 212.5,180.5 + pos: 169.5,193.5 parent: 1 - - uid: 18806 + - uid: 37282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,183.5 + pos: 170.5,193.5 parent: 1 - - uid: 18807 + - uid: 37283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 215.5,210.5 + pos: 161.5,193.5 parent: 1 - - uid: 18808 + - uid: 37284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 214.5,210.5 + pos: 157.5,193.5 parent: 1 - - uid: 18809 + - uid: 37285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,210.5 + rot: 1.5707963267948966 rad + pos: 81.5,-17.5 parent: 1 - - uid: 18810 + - uid: 37286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 213.5,210.5 + pos: 6.5,-56.5 parent: 1 - - uid: 18811 + - uid: 37287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,209.5 + pos: 9.5,-55.5 parent: 1 - - uid: 18813 + - uid: 37288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 216.5,207.5 + rot: 1.5707963267948966 rad + pos: 145.5,19.5 parent: 1 - - uid: 18814 + - uid: 37289 components: - type: Transform - rot: 3.141592653589793 rad - pos: 176.5,100.5 + pos: 167.5,56.5 parent: 1 - - uid: 18815 + - uid: 37290 components: - type: Transform - rot: 3.141592653589793 rad - pos: 176.5,99.5 + pos: 10.5,-55.5 parent: 1 - - uid: 18816 + - uid: 37291 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,99.5 + pos: 8.5,-55.5 parent: 1 - - uid: 18817 + - uid: 37292 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,97.5 + pos: 6.5,-55.5 parent: 1 - - uid: 18818 + - uid: 37293 components: - type: Transform - rot: 3.141592653589793 rad - pos: 176.5,97.5 + pos: 6.5,-58.5 parent: 1 - - uid: 18819 + - uid: 37294 components: - type: Transform - rot: 3.141592653589793 rad - pos: 175.5,100.5 + pos: 6.5,-59.5 parent: 1 - - uid: 18820 + - uid: 37295 components: - type: Transform - rot: 3.141592653589793 rad - pos: 174.5,100.5 + pos: 7.5,-55.5 parent: 1 - - uid: 18821 + - uid: 37296 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,98.5 + pos: 8.5,-56.5 parent: 1 - - uid: 18822 + - uid: 37297 components: - type: Transform - rot: 3.141592653589793 rad - pos: 176.5,98.5 + pos: 9.5,-56.5 parent: 1 - - uid: 18823 + - uid: 37298 components: - type: Transform - rot: 3.141592653589793 rad - pos: 176.5,96.5 + pos: 10.5,-56.5 parent: 1 - - uid: 18824 + - uid: 37299 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,100.5 + pos: 33.5,-54.5 parent: 1 - - uid: 18825 + - uid: 37300 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.5,100.5 + pos: 32.5,-54.5 parent: 1 - - uid: 18826 + - uid: 37301 components: - type: Transform - rot: 3.141592653589793 rad - pos: 175.5,96.5 + pos: 29.5,-54.5 parent: 1 - - uid: 18827 + - uid: 37302 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.5,96.5 + pos: 30.5,-54.5 parent: 1 - - uid: 18828 + - uid: 37303 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,96.5 + pos: 110.5,-44.5 parent: 1 - - uid: 18829 + - uid: 37304 components: - type: Transform - pos: -69.5,-32.5 + pos: 161.5,18.5 parent: 1 - - uid: 18830 + - uid: 37305 components: - type: Transform - pos: -69.5,-33.5 + rot: 1.5707963267948966 rad + pos: 145.5,23.5 parent: 1 - - uid: 18831 + - uid: 37306 components: - type: Transform - pos: -69.5,-34.5 + rot: 1.5707963267948966 rad + pos: 141.5,22.5 parent: 1 - - uid: 18832 + - uid: 37307 components: - type: Transform - pos: -69.5,-35.5 + rot: 1.5707963267948966 rad + pos: 83.5,-16.5 parent: 1 - - uid: 18833 + - uid: 37308 components: - type: Transform - pos: -69.5,-36.5 + rot: 1.5707963267948966 rad + pos: 84.5,-16.5 parent: 1 - - uid: 18834 + - uid: 37309 components: - type: Transform - pos: -68.5,-36.5 + rot: 1.5707963267948966 rad + pos: 85.5,-16.5 parent: 1 - - uid: 18835 + - uid: 37310 components: - type: Transform - pos: -67.5,-36.5 + rot: 1.5707963267948966 rad + pos: 86.5,-16.5 parent: 1 - - uid: 18836 + - uid: 37311 components: - type: Transform - pos: -66.5,-36.5 + rot: 1.5707963267948966 rad + pos: 87.5,-16.5 parent: 1 - - uid: 18837 + - uid: 37312 components: - type: Transform - pos: -65.5,-36.5 + rot: 1.5707963267948966 rad + pos: 88.5,-16.5 parent: 1 - - uid: 18838 + - uid: 37313 components: - type: Transform - pos: -65.5,-35.5 + rot: 1.5707963267948966 rad + pos: 89.5,-16.5 parent: 1 - - uid: 18839 + - uid: 37314 components: - type: Transform - pos: -65.5,-34.5 + rot: 1.5707963267948966 rad + pos: 90.5,-16.5 parent: 1 - - uid: 18840 + - uid: 37315 components: - type: Transform - pos: -65.5,-33.5 + rot: 1.5707963267948966 rad + pos: 91.5,-16.5 parent: 1 - - uid: 18841 + - uid: 37316 components: - type: Transform - pos: -65.5,-32.5 + rot: 1.5707963267948966 rad + pos: 92.5,-16.5 parent: 1 - - uid: 18842 + - uid: 37317 components: - type: Transform - pos: -68.5,-32.5 + rot: 1.5707963267948966 rad + pos: 93.5,-16.5 parent: 1 - - uid: 18843 + - uid: 37318 components: - type: Transform - pos: -66.5,-32.5 + rot: 1.5707963267948966 rad + pos: 94.5,-16.5 parent: 1 - - uid: 18844 + - uid: 37319 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,-31.5 + pos: 95.5,-16.5 parent: 1 - - uid: 18845 + - uid: 37320 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-31.5 + pos: 96.5,-16.5 parent: 1 - - uid: 18846 + - uid: 37321 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,-31.5 + pos: 97.5,-16.5 parent: 1 - - uid: 18847 + - uid: 37322 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-43.5 + pos: 98.5,-16.5 parent: 1 - - uid: 18848 + - uid: 37323 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-44.5 + pos: 99.5,-16.5 parent: 1 - - uid: 18849 + - uid: 37324 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-44.5 + pos: 100.5,-16.5 parent: 1 - - uid: 18850 + - uid: 37325 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,-36.5 + pos: 101.5,-16.5 parent: 1 - - uid: 18851 + - uid: 37326 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-50.5 + pos: 102.5,-16.5 parent: 1 - - uid: 18852 + - uid: 37327 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-51.5 + pos: 103.5,-16.5 parent: 1 - - uid: 18853 + - uid: 37328 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-51.5 + pos: 104.5,-16.5 parent: 1 - - uid: 18854 + - uid: 37329 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-51.5 + pos: 105.5,-16.5 parent: 1 - - uid: 18855 + - uid: 37330 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,-51.5 + pos: 106.5,-16.5 parent: 1 - - uid: 18856 + - uid: 37331 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,-51.5 + pos: 107.5,-16.5 parent: 1 - - uid: 18857 + - uid: 37332 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-36.5 + pos: 108.5,-16.5 parent: 1 - - uid: 18858 + - uid: 37333 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-45.5 + pos: 109.5,-16.5 parent: 1 - - uid: 18859 + - uid: 37334 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-31.5 + pos: 110.5,-16.5 parent: 1 - - uid: 18860 + - uid: 37335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-28.5 + rot: 1.5707963267948966 rad + pos: 111.5,-16.5 parent: 1 - - uid: 18861 + - uid: 37336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -168.5,-28.5 + rot: 1.5707963267948966 rad + pos: 112.5,-16.5 parent: 1 - - uid: 18862 + - uid: 37337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-27.5 + rot: 1.5707963267948966 rad + pos: 113.5,-16.5 parent: 1 - - uid: 18863 + - uid: 37338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-27.5 + rot: 1.5707963267948966 rad + pos: 114.5,-16.5 parent: 1 - - uid: 18864 + - uid: 37339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-27.5 + rot: 1.5707963267948966 rad + pos: 113.5,-18.5 parent: 1 - - uid: 18865 + - uid: 37340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-30.5 + rot: 1.5707963267948966 rad + pos: 112.5,-18.5 parent: 1 - - uid: 18866 + - uid: 37341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -168.5,-29.5 + rot: 1.5707963267948966 rad + pos: 111.5,-18.5 parent: 1 - - uid: 18867 + - uid: 37342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-29.5 + rot: 1.5707963267948966 rad + pos: 110.5,-18.5 parent: 1 - - uid: 18868 + - uid: 37343 components: - type: Transform - pos: -225.5,-98.5 + rot: 1.5707963267948966 rad + pos: 109.5,-18.5 parent: 1 - - uid: 18869 + - uid: 37344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-100.5 + rot: 1.5707963267948966 rad + pos: 108.5,-18.5 parent: 1 - - uid: 18870 + - uid: 37345 components: - type: Transform - pos: -236.5,-98.5 + rot: 1.5707963267948966 rad + pos: 107.5,-18.5 parent: 1 - - uid: 18871 + - uid: 37346 components: - type: Transform - pos: -236.5,-93.5 + rot: 1.5707963267948966 rad + pos: 106.5,-18.5 parent: 1 - - uid: 18872 + - uid: 37347 components: - type: Transform - pos: -236.5,-94.5 + rot: 1.5707963267948966 rad + pos: 105.5,-18.5 parent: 1 - - uid: 20837 + - uid: 37348 components: - type: Transform rot: 1.5707963267948966 rad - pos: -197.5,-118.5 + pos: 104.5,-18.5 parent: 1 - - uid: 21939 + - uid: 37349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -240.5,-108.5 + rot: 1.5707963267948966 rad + pos: 103.5,-18.5 parent: 1 - - uid: 22077 + - uid: 37350 components: - type: Transform - pos: 166.5,-160.5 + rot: 1.5707963267948966 rad + pos: 102.5,-18.5 parent: 1 - - uid: 42883 + - uid: 37351 components: - type: Transform - pos: 216.5,208.5 + rot: 1.5707963267948966 rad + pos: 101.5,-18.5 parent: 1 - - uid: 42892 + - uid: 37352 components: - type: Transform - pos: 217.5,183.5 + rot: 1.5707963267948966 rad + pos: 100.5,-18.5 parent: 1 - - uid: 44185 + - uid: 37353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -246.5,-110.5 + rot: 1.5707963267948966 rad + pos: 99.5,-18.5 parent: 1 - - uid: 44190 + - uid: 37354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-106.5 + rot: 1.5707963267948966 rad + pos: 98.5,-18.5 parent: 1 - - uid: 44193 + - uid: 37355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -247.5,-110.5 + rot: 1.5707963267948966 rad + pos: 97.5,-18.5 parent: 1 - - uid: 44194 + - uid: 37356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-106.5 + rot: 1.5707963267948966 rad + pos: 96.5,-18.5 parent: 1 - - uid: 44195 + - uid: 37357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -240.5,-100.5 + rot: 1.5707963267948966 rad + pos: 95.5,-18.5 parent: 1 - - uid: 44196 + - uid: 37358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -241.5,-100.5 + rot: 1.5707963267948966 rad + pos: 94.5,-18.5 parent: 1 - - uid: 44214 + - uid: 37359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -244.5,-108.5 + rot: 1.5707963267948966 rad + pos: 93.5,-18.5 parent: 1 - - uid: 44221 + - uid: 37360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-101.5 + rot: 1.5707963267948966 rad + pos: 92.5,-18.5 parent: 1 - - uid: 44282 + - uid: 37361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -238.5,-104.5 + rot: 1.5707963267948966 rad + pos: 91.5,-18.5 parent: 1 - - uid: 44283 + - uid: 37362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -240.5,-106.5 + rot: 1.5707963267948966 rad + pos: 90.5,-18.5 parent: 1 - - uid: 44287 + - uid: 37363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-108.5 + rot: 1.5707963267948966 rad + pos: 89.5,-18.5 parent: 1 - - uid: 44288 + - uid: 37364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -245.5,-103.5 + rot: 1.5707963267948966 rad + pos: 88.5,-18.5 parent: 1 - - uid: 44297 + - uid: 37365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -245.5,-104.5 + rot: 1.5707963267948966 rad + pos: 87.5,-18.5 parent: 1 - - uid: 44298 + - uid: 37366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -249.5,-105.5 + rot: 1.5707963267948966 rad + pos: 86.5,-18.5 parent: 1 - - uid: 44306 + - uid: 37367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-109.5 + rot: 1.5707963267948966 rad + pos: 85.5,-18.5 parent: 1 - - uid: 44310 + - uid: 37368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -245.5,-109.5 + rot: 1.5707963267948966 rad + pos: 84.5,-18.5 parent: 1 - - uid: 44311 + - uid: 37369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -243.5,-109.5 + rot: 1.5707963267948966 rad + pos: 83.5,-18.5 parent: 1 - - uid: 44323 + - uid: 37370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -248.5,-102.5 + rot: 1.5707963267948966 rad + pos: 82.5,-18.5 parent: 1 - - uid: 44325 + - uid: 37371 components: - type: Transform - rot: 3.141592653589793 rad - pos: -247.5,-103.5 + rot: 1.5707963267948966 rad + pos: 81.5,-18.5 parent: 1 - - uid: 44327 + - uid: 37372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -247.5,-102.5 + rot: 1.5707963267948966 rad + pos: 143.5,-12.5 parent: 1 - - uid: 45283 + - uid: 37373 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,77.5 + pos: 142.5,-18.5 parent: 1 - - uid: 45624 + - uid: 37374 components: - type: Transform - pos: -407.5,56.5 + rot: 1.5707963267948966 rad + pos: 143.5,-13.5 parent: 1 - - uid: 45626 + - uid: 37375 components: - type: Transform - rot: 3.141592653589793 rad - pos: -403.5,68.5 + rot: 1.5707963267948966 rad + pos: 145.5,20.5 parent: 1 - - uid: 45627 + - uid: 37376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -402.5,67.5 + rot: 1.5707963267948966 rad + pos: 143.5,-18.5 parent: 1 - - uid: 45628 + - uid: 37377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -402.5,65.5 + rot: 1.5707963267948966 rad + pos: 137.5,22.5 parent: 1 - - uid: 45629 + - uid: 37378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -402.5,68.5 + rot: 1.5707963267948966 rad + pos: 141.5,-18.5 parent: 1 - - uid: 45632 + - uid: 37379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -407.5,68.5 + rot: 1.5707963267948966 rad + pos: 144.5,-18.5 parent: 1 - - uid: 45635 + - uid: 37380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -405.5,68.5 + rot: 1.5707963267948966 rad + pos: 140.5,-18.5 parent: 1 - - uid: 45636 + - uid: 37381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -406.5,68.5 + rot: 1.5707963267948966 rad + pos: 145.5,21.5 parent: 1 - - uid: 45637 + - uid: 37382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -408.5,68.5 + rot: 1.5707963267948966 rad + pos: 81.5,-16.5 parent: 1 - - uid: 45638 + - uid: 37383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -404.5,68.5 + rot: 1.5707963267948966 rad + pos: 81.5,-15.5 parent: 1 - - uid: 45639 + - uid: 37384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -408.5,65.5 + rot: 1.5707963267948966 rad + pos: 81.5,-14.5 parent: 1 - - uid: 45647 + - uid: 37385 components: - type: Transform - pos: -403.5,64.5 + rot: 1.5707963267948966 rad + pos: 81.5,-13.5 parent: 1 - - uid: 45669 + - uid: 37386 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,95.5 + pos: 81.5,-12.5 parent: 1 - - uid: 45736 + - uid: 37387 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,64.5 + pos: 81.5,-11.5 parent: 1 - - uid: 45749 + - uid: 37388 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,36.5 + pos: 81.5,-10.5 parent: 1 - - uid: 45773 + - uid: 37389 components: - type: Transform - pos: -402.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,-9.5 parent: 1 - - uid: 45783 + - uid: 37390 components: - type: Transform - pos: -407.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,-8.5 parent: 1 - - uid: 45784 + - uid: 37391 components: - type: Transform - pos: -404.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,-7.5 parent: 1 - - uid: 45785 + - uid: 37392 components: - type: Transform - pos: -407.5,61.5 + rot: 1.5707963267948966 rad + pos: 81.5,-6.5 parent: 1 - - uid: 45786 + - uid: 37393 components: - type: Transform - pos: -403.5,56.5 + rot: 1.5707963267948966 rad + pos: 81.5,-5.5 parent: 1 - - uid: 45787 + - uid: 37394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -408.5,66.5 + rot: 1.5707963267948966 rad + pos: 81.5,-4.5 parent: 1 - - uid: 45789 + - uid: 37395 components: - type: Transform - pos: -407.5,64.5 + rot: 1.5707963267948966 rad + pos: 81.5,-3.5 parent: 1 - - uid: 45944 + - uid: 37396 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,105.5 + pos: 81.5,-2.5 parent: 1 - - uid: 45966 + - uid: 37397 components: - type: Transform - pos: -408.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,-1.5 parent: 1 - - uid: 45969 + - uid: 37398 components: - type: Transform - pos: -403.5,61.5 + rot: 1.5707963267948966 rad + pos: 81.5,-0.5 parent: 1 - - uid: 46059 + - uid: 37399 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,53.5 + pos: 81.5,0.5 parent: 1 - - uid: 46066 + - uid: 37400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -405.5,102.5 + rot: 1.5707963267948966 rad + pos: 81.5,1.5 parent: 1 - - uid: 46076 + - uid: 37401 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,46.5 + pos: 81.5,2.5 parent: 1 - - uid: 46144 + - uid: 37402 components: - type: Transform - pos: -408.5,64.5 + rot: 1.5707963267948966 rad + pos: 81.5,3.5 parent: 1 - - uid: 46378 + - uid: 37403 components: - type: Transform - pos: -402.5,64.5 + rot: 1.5707963267948966 rad + pos: 81.5,4.5 parent: 1 - - uid: 46459 + - uid: 37404 components: - type: Transform rot: 1.5707963267948966 rad - pos: -418.5,87.5 + pos: 81.5,5.5 parent: 1 - - uid: 46472 + - uid: 37405 components: - type: Transform - pos: -403.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,6.5 parent: 1 - - uid: 46494 + - uid: 37406 components: - type: Transform - pos: -405.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,7.5 parent: 1 - - uid: 46517 + - uid: 37407 components: - type: Transform - pos: -406.5,53.5 + rot: 1.5707963267948966 rad + pos: 81.5,8.5 parent: 1 - - uid: 46555 + - uid: 37408 components: - type: Transform - rot: 3.141592653589793 rad - pos: -405.5,98.5 + rot: 1.5707963267948966 rad + pos: 81.5,9.5 parent: 1 - - uid: 46717 + - uid: 37409 components: - type: Transform - pos: -397.5,115.5 + rot: 1.5707963267948966 rad + pos: 81.5,10.5 parent: 1 - - uid: 46883 + - uid: 37410 components: - type: Transform - pos: -387.5,95.5 + rot: 1.5707963267948966 rad + pos: 81.5,11.5 parent: 1 - - uid: 47004 + - uid: 37411 components: - type: Transform - pos: -384.5,89.5 + rot: 1.5707963267948966 rad + pos: 81.5,12.5 parent: 1 - - uid: 47322 + - uid: 37412 components: - type: Transform - pos: -392.5,90.5 + rot: 1.5707963267948966 rad + pos: 81.5,13.5 parent: 1 - - uid: 47353 + - uid: 37413 components: - type: Transform - pos: -384.5,94.5 + rot: 1.5707963267948966 rad + pos: 83.5,7.5 parent: 1 - - uid: 47408 + - uid: 37414 components: - type: Transform - pos: -392.5,95.5 + rot: 1.5707963267948966 rad + pos: 143.5,-14.5 parent: 1 - - uid: 47475 + - uid: 37415 components: - type: Transform - pos: -384.5,95.5 + rot: 1.5707963267948966 rad + pos: 145.5,22.5 parent: 1 - - uid: 47478 + - uid: 37416 components: - type: Transform - pos: -392.5,89.5 + pos: 107.5,27.5 parent: 1 - - uid: 47483 + - uid: 37417 components: - type: Transform - pos: -385.5,89.5 + pos: 106.5,27.5 parent: 1 - - uid: 47511 + - uid: 37418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,92.5 + pos: 105.5,27.5 parent: 1 - - uid: 47515 + - uid: 37419 components: - type: Transform - pos: -392.5,94.5 + rot: 1.5707963267948966 rad + pos: 128.5,24.5 parent: 1 - - uid: 47530 + - uid: 37420 components: - type: Transform - pos: -389.5,89.5 + pos: 83.5,23.5 parent: 1 - - uid: 47538 + - uid: 37421 components: - type: Transform - pos: -387.5,89.5 + pos: 96.5,23.5 parent: 1 - - uid: 47554 + - uid: 37422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -384.5,92.5 + pos: 97.5,25.5 parent: 1 - - uid: 47556 + - uid: 37423 components: - type: Transform - pos: -385.5,95.5 + rot: 1.5707963267948966 rad + pos: 138.5,24.5 parent: 1 - - uid: 47574 + - uid: 37424 components: - type: Transform - pos: -386.5,89.5 + rot: 1.5707963267948966 rad + pos: 139.5,24.5 parent: 1 - - uid: 47575 + - uid: 37425 components: - type: Transform - pos: -391.5,89.5 + rot: 1.5707963267948966 rad + pos: 140.5,24.5 parent: 1 - - uid: 47576 + - uid: 37426 components: - type: Transform - pos: -386.5,95.5 + rot: 1.5707963267948966 rad + pos: 141.5,24.5 parent: 1 - - uid: 47577 + - uid: 37427 components: - type: Transform - pos: -384.5,90.5 + rot: 1.5707963267948966 rad + pos: 142.5,24.5 parent: 1 - - uid: 47578 + - uid: 37428 components: - type: Transform - pos: -388.5,95.5 + rot: 1.5707963267948966 rad + pos: 143.5,24.5 parent: 1 - - uid: 47580 + - uid: 37429 components: - type: Transform - pos: -390.5,95.5 + rot: 1.5707963267948966 rad + pos: 144.5,24.5 parent: 1 - - uid: 47581 + - uid: 37430 components: - type: Transform - pos: -391.5,95.5 + rot: 1.5707963267948966 rad + pos: 145.5,24.5 parent: 1 - - uid: 48122 + - uid: 37431 components: - type: Transform - pos: -170.5,20.5 + rot: 1.5707963267948966 rad + pos: 136.5,22.5 parent: 1 - - uid: 48126 + - uid: 37432 components: - type: Transform - pos: 48.5,-109.5 + rot: 1.5707963267948966 rad + pos: 135.5,22.5 parent: 1 - - uid: 48127 + - uid: 37433 components: - type: Transform - pos: 54.5,-109.5 + rot: 1.5707963267948966 rad + pos: 139.5,-18.5 parent: 1 - - uid: 55369 + - uid: 37434 components: - type: Transform rot: 1.5707963267948966 rad - pos: -197.5,-117.5 + pos: 145.5,18.5 parent: 1 - - uid: 55733 + - uid: 37435 components: - type: Transform rot: 1.5707963267948966 rad - pos: -197.5,-120.5 + pos: 145.5,17.5 parent: 1 - - uid: 59377 + - uid: 37436 components: - type: Transform - pos: 217.5,186.5 + rot: 1.5707963267948966 rad + pos: 145.5,16.5 parent: 1 - - uid: 59431 + - uid: 37437 components: - type: Transform - pos: 217.5,184.5 + rot: 1.5707963267948966 rad + pos: 145.5,15.5 parent: 1 - - uid: 62951 + - uid: 37438 components: - type: Transform - pos: -168.5,33.5 + rot: 1.5707963267948966 rad + pos: 145.5,14.5 parent: 1 - - uid: 63470 + - uid: 37439 components: - type: Transform - pos: 165.5,-159.5 + rot: 1.5707963267948966 rad + pos: 145.5,13.5 parent: 1 - - uid: 63471 + - uid: 37440 components: - type: Transform - pos: 165.5,-158.5 + rot: 1.5707963267948966 rad + pos: 145.5,12.5 parent: 1 - - uid: 63472 + - uid: 37441 components: - type: Transform - pos: 165.5,-154.5 + rot: 1.5707963267948966 rad + pos: 145.5,11.5 parent: 1 - - uid: 63473 + - uid: 37442 components: - type: Transform - pos: 165.5,-155.5 + rot: 1.5707963267948966 rad + pos: 145.5,10.5 parent: 1 - - uid: 63474 + - uid: 37443 components: - type: Transform - pos: 165.5,-153.5 + rot: 1.5707963267948966 rad + pos: 145.5,9.5 parent: 1 - - uid: 63475 + - uid: 37444 components: - type: Transform - pos: 165.5,-150.5 + rot: 1.5707963267948966 rad + pos: 145.5,8.5 parent: 1 - - uid: 63476 + - uid: 37445 components: - type: Transform - pos: 166.5,-150.5 + rot: 1.5707963267948966 rad + pos: 145.5,7.5 parent: 1 - - uid: 63477 + - uid: 37446 components: - type: Transform - pos: 168.5,-150.5 + rot: 1.5707963267948966 rad + pos: 145.5,6.5 parent: 1 - - uid: 63512 + - uid: 37447 components: - type: Transform - pos: 42.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,5.5 parent: 1 - - uid: 63513 + - uid: 37448 components: - type: Transform - pos: 51.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,4.5 parent: 1 - - uid: 63514 + - uid: 37449 components: - type: Transform - pos: 55.5,-112.5 + rot: 1.5707963267948966 rad + pos: 145.5,3.5 parent: 1 - - uid: 63516 + - uid: 37450 components: - type: Transform - pos: 45.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,2.5 parent: 1 - - uid: 63519 + - uid: 37451 components: - type: Transform - pos: 55.5,-111.5 + rot: 1.5707963267948966 rad + pos: 145.5,1.5 parent: 1 - - uid: 63520 + - uid: 37452 components: - type: Transform - pos: 55.5,-113.5 + rot: 1.5707963267948966 rad + pos: 145.5,0.5 parent: 1 - - uid: 63521 + - uid: 37453 components: - type: Transform - pos: 55.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-0.5 parent: 1 - - uid: 63524 + - uid: 37454 components: - type: Transform - pos: 49.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-1.5 parent: 1 - - uid: 63532 + - uid: 37455 components: - type: Transform - pos: 43.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-2.5 parent: 1 - - uid: 63538 + - uid: 37456 components: - type: Transform - pos: 41.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-3.5 parent: 1 - - uid: 63540 + - uid: 37457 components: - type: Transform - pos: 46.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-4.5 parent: 1 - - uid: 63543 + - uid: 37458 components: - type: Transform - pos: 52.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-5.5 parent: 1 - - uid: 63544 + - uid: 37459 components: - type: Transform - pos: 44.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-6.5 parent: 1 - - uid: 63546 + - uid: 37460 components: - type: Transform - pos: 50.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-7.5 parent: 1 - - uid: 63549 + - uid: 37461 components: - type: Transform - pos: 41.5,-113.5 + rot: 1.5707963267948966 rad + pos: 145.5,-8.5 parent: 1 - - uid: 63551 + - uid: 37462 components: - type: Transform - pos: 53.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-9.5 parent: 1 - - uid: 63552 + - uid: 37463 components: - type: Transform - pos: 55.5,-110.5 + rot: 1.5707963267948966 rad + pos: 145.5,-10.5 parent: 1 - - uid: 63553 + - uid: 37464 components: - type: Transform - pos: 47.5,-109.5 + rot: 1.5707963267948966 rad + pos: 145.5,-11.5 parent: 1 - - uid: 63580 + - uid: 37465 components: - type: Transform - pos: 41.5,-112.5 + rot: 1.5707963267948966 rad + pos: 145.5,-12.5 parent: 1 - - uid: 63581 + - uid: 37466 components: - type: Transform - pos: 41.5,-111.5 + rot: 1.5707963267948966 rad + pos: 145.5,-13.5 parent: 1 - - uid: 63582 + - uid: 37467 components: - type: Transform - pos: 41.5,-110.5 + rot: 1.5707963267948966 rad + pos: 145.5,-14.5 parent: 1 -- proto: N14WallStore - entities: - - uid: 18873 + - uid: 37468 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-63.5 + pos: 145.5,-15.5 parent: 1 - - uid: 18874 + - uid: 37469 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-75.5 + pos: 145.5,-16.5 parent: 1 - - uid: 18875 + - uid: 37470 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-56.5 + pos: 145.5,-17.5 parent: 1 - - uid: 18876 + - uid: 37471 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-70.5 + pos: 145.5,-18.5 parent: 1 - - uid: 18877 + - uid: 37472 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-70.5 + pos: 138.5,-18.5 parent: 1 - - uid: 18878 + - uid: 37473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,21.5 + rot: 1.5707963267948966 rad + pos: 137.5,-18.5 parent: 1 - - uid: 18879 + - uid: 37474 components: - type: Transform - pos: 52.5,8.5 + rot: 1.5707963267948966 rad + pos: 136.5,-18.5 parent: 1 - - uid: 18880 + - uid: 37475 components: - type: Transform - pos: 43.5,1.5 + rot: 1.5707963267948966 rad + pos: 135.5,-18.5 parent: 1 - - uid: 18881 + - uid: 37476 components: - type: Transform - pos: 37.5,3.5 + rot: 1.5707963267948966 rad + pos: 134.5,-18.5 parent: 1 - - uid: 18882 + - uid: 37477 components: - type: Transform - pos: 43.5,7.5 + rot: 1.5707963267948966 rad + pos: 133.5,-18.5 parent: 1 - - uid: 18883 + - uid: 37478 components: - type: Transform - pos: 49.5,7.5 + rot: 1.5707963267948966 rad + pos: 132.5,-18.5 parent: 1 - - uid: 18884 + - uid: 37479 components: - type: Transform - pos: 52.5,-0.5 + rot: 1.5707963267948966 rad + pos: 131.5,-18.5 parent: 1 - - uid: 18885 + - uid: 37480 components: - type: Transform - pos: 48.5,7.5 + rot: 1.5707963267948966 rad + pos: 130.5,-18.5 parent: 1 - - uid: 18886 + - uid: 37481 components: - type: Transform - pos: 52.5,0.5 + rot: 1.5707963267948966 rad + pos: 129.5,-18.5 parent: 1 - - uid: 18887 + - uid: 37482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,22.5 + rot: 1.5707963267948966 rad + pos: 128.5,-18.5 parent: 1 - - uid: 18888 + - uid: 37483 components: - type: Transform - pos: 43.5,-0.5 + rot: 1.5707963267948966 rad + pos: 127.5,-18.5 parent: 1 - - uid: 18889 + - uid: 37484 components: - type: Transform - pos: 52.5,1.5 + rot: 1.5707963267948966 rad + pos: 127.5,-16.5 parent: 1 - - uid: 18890 + - uid: 37485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,21.5 + rot: 1.5707963267948966 rad + pos: 128.5,-16.5 parent: 1 - - uid: 18891 + - uid: 37486 components: - type: Transform - pos: 37.5,8.5 + rot: 1.5707963267948966 rad + pos: 129.5,-16.5 parent: 1 - - uid: 18892 + - uid: 37487 components: - type: Transform - pos: 41.5,11.5 + rot: 1.5707963267948966 rad + pos: 130.5,-16.5 parent: 1 - - uid: 18893 + - uid: 37488 components: - type: Transform - pos: 40.5,11.5 + rot: 1.5707963267948966 rad + pos: 131.5,-16.5 parent: 1 - - uid: 18894 + - uid: 37489 components: - type: Transform - pos: 52.5,3.5 + rot: 1.5707963267948966 rad + pos: 132.5,-16.5 parent: 1 - - uid: 18895 + - uid: 37490 components: - type: Transform - pos: 37.5,2.5 + rot: 1.5707963267948966 rad + pos: 133.5,-16.5 parent: 1 - - uid: 18896 + - uid: 37491 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-56.5 + pos: 134.5,-16.5 parent: 1 - - uid: 18897 + - uid: 37492 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-57.5 + pos: 135.5,-16.5 parent: 1 - - uid: 18898 + - uid: 37493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,21.5 + rot: 1.5707963267948966 rad + pos: 136.5,-16.5 parent: 1 - - uid: 18899 + - uid: 37494 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,-78.5 + pos: 137.5,-16.5 parent: 1 - - uid: 18900 + - uid: 37495 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-70.5 + pos: 138.5,-16.5 parent: 1 - - uid: 18901 + - uid: 37496 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-61.5 + pos: 139.5,-16.5 parent: 1 - - uid: 18902 + - uid: 37497 components: - type: Transform - pos: 42.5,11.5 + rot: 1.5707963267948966 rad + pos: 140.5,-16.5 parent: 1 - - uid: 18903 + - uid: 37498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,27.5 + rot: 1.5707963267948966 rad + pos: 141.5,-16.5 parent: 1 - - uid: 18904 + - uid: 37499 components: - type: Transform - pos: 50.5,-66.5 + rot: 1.5707963267948966 rad + pos: 142.5,-16.5 parent: 1 - - uid: 18905 + - uid: 37500 components: - type: Transform - pos: 50.5,11.5 + rot: 1.5707963267948966 rad + pos: 143.5,-16.5 parent: 1 - - uid: 18906 + - uid: 37501 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-60.5 + pos: 143.5,-15.5 parent: 1 - - uid: 18907 + - uid: 37502 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-70.5 + pos: 83.5,10.5 parent: 1 - - uid: 18908 + - uid: 37503 components: - type: Transform - pos: 52.5,9.5 + rot: 1.5707963267948966 rad + pos: 142.5,22.5 parent: 1 - - uid: 18909 + - uid: 37504 components: - type: Transform - pos: 37.5,6.5 + rot: 1.5707963267948966 rad + pos: 139.5,22.5 parent: 1 - - uid: 18910 + - uid: 37505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,21.5 + rot: 1.5707963267948966 rad + pos: 140.5,22.5 parent: 1 - - uid: 18911 + - uid: 37506 components: - type: Transform - pos: 37.5,4.5 + rot: 1.5707963267948966 rad + pos: 143.5,-11.5 parent: 1 - - uid: 18912 + - uid: 37507 components: - type: Transform - pos: 37.5,11.5 + rot: 1.5707963267948966 rad + pos: 143.5,-10.5 parent: 1 - - uid: 18913 + - uid: 37508 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,-70.5 + pos: 143.5,-9.5 parent: 1 - - uid: 18914 + - uid: 37509 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-59.5 + pos: 143.5,-8.5 parent: 1 - - uid: 18915 + - uid: 37510 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,-70.5 + pos: 143.5,-7.5 parent: 1 - - uid: 18916 + - uid: 37511 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-75.5 + pos: 143.5,-6.5 parent: 1 - - uid: 18917 + - uid: 37512 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-71.5 + pos: 143.5,-5.5 parent: 1 - - uid: 18918 + - uid: 37513 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-78.5 + pos: 143.5,-4.5 parent: 1 - - uid: 18919 + - uid: 37514 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-61.5 + pos: 143.5,-3.5 parent: 1 - - uid: 18920 + - uid: 37515 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-57.5 + pos: 143.5,-2.5 parent: 1 - - uid: 18921 + - uid: 37516 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-75.5 + pos: 143.5,-1.5 parent: 1 - - uid: 18922 + - uid: 37517 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-75.5 + pos: 143.5,-0.5 parent: 1 - - uid: 18923 + - uid: 37518 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-61.5 + pos: 143.5,0.5 parent: 1 - - uid: 18924 + - uid: 37519 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-76.5 + pos: 143.5,1.5 parent: 1 - - uid: 18925 + - uid: 37520 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-61.5 + pos: 143.5,2.5 parent: 1 - - uid: 18926 + - uid: 37521 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-72.5 + pos: 143.5,3.5 parent: 1 - - uid: 18927 + - uid: 37522 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-70.5 + pos: 143.5,4.5 parent: 1 - - uid: 18928 + - uid: 37523 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-63.5 + pos: 143.5,5.5 parent: 1 - - uid: 18929 + - uid: 37524 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-57.5 + pos: 143.5,6.5 parent: 1 - - uid: 18930 + - uid: 37525 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-58.5 + pos: 143.5,7.5 parent: 1 - - uid: 18931 + - uid: 37526 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-61.5 + pos: 143.5,8.5 parent: 1 - - uid: 18932 + - uid: 37527 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-57.5 + pos: 143.5,9.5 parent: 1 - - uid: 18933 + - uid: 37528 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-75.5 + pos: 143.5,10.5 parent: 1 - - uid: 18934 + - uid: 37529 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-71.5 + pos: 143.5,11.5 parent: 1 - - uid: 18935 + - uid: 37530 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-76.5 + pos: 143.5,12.5 parent: 1 - - uid: 18936 + - uid: 37531 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-60.5 + pos: 143.5,13.5 parent: 1 - - uid: 18937 + - uid: 37532 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-62.5 + pos: 143.5,14.5 parent: 1 - - uid: 18938 + - uid: 37533 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-72.5 + pos: 143.5,15.5 parent: 1 - - uid: 18939 + - uid: 37534 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-73.5 + pos: 143.5,16.5 parent: 1 - - uid: 18940 + - uid: 37535 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-70.5 + pos: 143.5,17.5 parent: 1 - - uid: 18941 + - uid: 37536 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-61.5 + pos: 143.5,18.5 parent: 1 - - uid: 18942 + - uid: 37537 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,-78.5 + pos: 143.5,19.5 parent: 1 - - uid: 18943 + - uid: 37538 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-63.5 + pos: 143.5,20.5 parent: 1 - - uid: 18944 + - uid: 37539 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-56.5 + pos: 143.5,21.5 parent: 1 - - uid: 18945 + - uid: 37540 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-71.5 + pos: 143.5,22.5 parent: 1 - - uid: 18946 + - uid: 37541 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-59.5 + pos: 83.5,8.5 parent: 1 - - uid: 18947 + - uid: 37542 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-78.5 + pos: 83.5,9.5 parent: 1 - - uid: 18948 + - uid: 37543 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-74.5 + pos: 134.5,22.5 parent: 1 - - uid: 18949 + - uid: 37544 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-57.5 + pos: 133.5,22.5 parent: 1 - - uid: 18950 + - uid: 37545 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,-78.5 + pos: 132.5,22.5 parent: 1 - - uid: 18951 + - uid: 37546 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-56.5 + pos: 131.5,22.5 parent: 1 - - uid: 18952 + - uid: 37547 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-55.5 + pos: 128.5,22.5 parent: 1 - - uid: 18953 + - uid: 37548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-71.5 + pos: 84.5,14.5 parent: 1 - - uid: 18954 + - uid: 37549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-57.5 + pos: 84.5,15.5 parent: 1 - - uid: 18955 + - uid: 37550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-59.5 + pos: 83.5,20.5 parent: 1 - - uid: 18956 + - uid: 37551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-55.5 + pos: 83.5,19.5 parent: 1 - - uid: 18957 + - uid: 37552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-63.5 + pos: 83.5,18.5 parent: 1 - - uid: 18958 + - uid: 37553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-59.5 + pos: 93.5,23.5 parent: 1 - - uid: 18959 + - uid: 37554 components: - type: Transform - pos: 46.5,-69.5 + pos: 95.5,23.5 parent: 1 - - uid: 18960 + - uid: 37555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-77.5 + pos: 82.5,14.5 parent: 1 - - uid: 18961 + - uid: 37556 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-78.5 + pos: 83.5,6.5 parent: 1 - - uid: 18963 + - uid: 37557 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-75.5 + pos: 83.5,5.5 parent: 1 - - uid: 18964 + - uid: 37558 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-75.5 + pos: 83.5,4.5 parent: 1 - - uid: 18965 + - uid: 37559 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-76.5 + pos: 83.5,3.5 parent: 1 - - uid: 18966 + - uid: 37560 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-77.5 + pos: 83.5,2.5 parent: 1 - - uid: 18967 + - uid: 37561 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-78.5 + pos: 83.5,1.5 parent: 1 - - uid: 18968 + - uid: 37562 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-78.5 + pos: 83.5,0.5 parent: 1 - - uid: 18969 + - uid: 37563 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-78.5 + pos: 83.5,-0.5 parent: 1 - - uid: 18970 + - uid: 37564 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,-78.5 + pos: 83.5,-1.5 parent: 1 - - uid: 18971 + - uid: 37565 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,-78.5 + pos: 83.5,-2.5 parent: 1 - - uid: 18972 + - uid: 37566 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-78.5 + pos: 83.5,-3.5 parent: 1 - - uid: 18973 + - uid: 37567 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-78.5 + pos: 83.5,-4.5 parent: 1 - - uid: 18974 + - uid: 37568 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,-78.5 + pos: 83.5,-5.5 parent: 1 - - uid: 18976 + - uid: 37569 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,-78.5 + pos: 83.5,-6.5 parent: 1 - - uid: 18977 + - uid: 37570 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-59.5 + pos: 83.5,-7.5 parent: 1 - - uid: 18978 + - uid: 37571 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-78.5 + pos: 83.5,-8.5 parent: 1 - - uid: 18979 + - uid: 37572 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-78.5 + pos: 83.5,-9.5 parent: 1 - - uid: 18980 + - uid: 37573 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-78.5 + pos: 83.5,-10.5 parent: 1 - - uid: 18981 + - uid: 37574 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-78.5 + pos: 83.5,-11.5 parent: 1 - - uid: 18982 + - uid: 37575 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-78.5 + pos: 83.5,-12.5 parent: 1 - - uid: 18983 + - uid: 37576 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-78.5 + pos: 83.5,-13.5 parent: 1 - - uid: 18984 + - uid: 37577 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-78.5 + pos: 83.5,-14.5 parent: 1 - - uid: 18985 + - uid: 37578 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-78.5 + pos: 83.5,-15.5 parent: 1 - - uid: 18986 + - uid: 37579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-78.5 + pos: 163.5,20.5 parent: 1 - - uid: 18987 + - uid: 37580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-78.5 + pos: 112.5,27.5 parent: 1 - - uid: 18988 + - uid: 37581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-78.5 + pos: 112.5,29.5 parent: 1 - - uid: 18989 + - uid: 37582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-78.5 + pos: 112.5,30.5 parent: 1 - - uid: 18990 + - uid: 37583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-78.5 + pos: 112.5,31.5 parent: 1 - - uid: 18991 + - uid: 37584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-63.5 + pos: 112.5,32.5 parent: 1 - - uid: 18992 + - uid: 37585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-63.5 + pos: 112.5,33.5 parent: 1 - - uid: 18993 + - uid: 37586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-63.5 + pos: 112.5,34.5 parent: 1 - - uid: 18994 + - uid: 37587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-63.5 + pos: 112.5,35.5 parent: 1 - - uid: 18995 + - uid: 37588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-55.5 + pos: 112.5,36.5 parent: 1 - - uid: 18996 + - uid: 37589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-68.5 + pos: 112.5,37.5 parent: 1 - - uid: 18997 + - uid: 37590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-69.5 + pos: 112.5,38.5 parent: 1 - - uid: 18998 + - uid: 37591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-70.5 + pos: 112.5,39.5 parent: 1 - - uid: 18999 + - uid: 37592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-71.5 + pos: 112.5,40.5 parent: 1 - - uid: 19000 + - uid: 37593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-72.5 + pos: 112.5,41.5 parent: 1 - - uid: 19001 + - uid: 37594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-73.5 + pos: 112.5,42.5 parent: 1 - - uid: 19002 + - uid: 37595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-74.5 + pos: 112.5,43.5 parent: 1 - - uid: 19003 + - uid: 37596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-66.5 + pos: 112.5,44.5 parent: 1 - - uid: 19004 + - uid: 37597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-68.5 + pos: 112.5,45.5 parent: 1 - - uid: 19005 + - uid: 37598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-68.5 + pos: 113.5,45.5 parent: 1 - - uid: 19006 + - uid: 37599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-68.5 + pos: 114.5,45.5 parent: 1 - - uid: 19007 + - uid: 37600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-68.5 + pos: 115.5,45.5 parent: 1 - - uid: 19008 + - uid: 37601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-68.5 + pos: 116.5,45.5 parent: 1 - - uid: 19009 + - uid: 37602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-68.5 + pos: 117.5,45.5 parent: 1 - - uid: 19010 + - uid: 37603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-70.5 + pos: 118.5,45.5 parent: 1 - - uid: 19011 + - uid: 37604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-69.5 + pos: 119.5,45.5 parent: 1 - - uid: 19012 + - uid: 37605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-66.5 + pos: 120.5,45.5 parent: 1 - - uid: 19013 + - uid: 37606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-67.5 + pos: 121.5,45.5 parent: 1 - - uid: 19014 + - uid: 37607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-65.5 + pos: 122.5,45.5 parent: 1 - - uid: 19015 + - uid: 37608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-64.5 + pos: 123.5,45.5 parent: 1 - - uid: 19016 + - uid: 37609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-63.5 + pos: 124.5,45.5 parent: 1 - - uid: 19017 + - uid: 37610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-63.5 + pos: 125.5,45.5 parent: 1 - - uid: 19018 + - uid: 37611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-63.5 + pos: 126.5,45.5 parent: 1 - - uid: 19019 + - uid: 37612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-63.5 + pos: 127.5,45.5 parent: 1 - - uid: 19020 + - uid: 37613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-63.5 + pos: 128.5,45.5 parent: 1 - - uid: 19021 + - uid: 37614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-63.5 + pos: 129.5,45.5 parent: 1 - - uid: 19022 + - uid: 37615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-63.5 + pos: 130.5,45.5 parent: 1 - - uid: 19023 + - uid: 37616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-64.5 + pos: 131.5,45.5 parent: 1 - - uid: 19024 + - uid: 37617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-65.5 + pos: 132.5,45.5 parent: 1 - - uid: 19025 + - uid: 37618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-57.5 + pos: 133.5,45.5 parent: 1 - - uid: 19026 + - uid: 37619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-58.5 + pos: 134.5,45.5 parent: 1 - - uid: 19027 + - uid: 37620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-59.5 + pos: 134.5,44.5 parent: 1 - - uid: 19028 + - uid: 37621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-60.5 + pos: 134.5,43.5 parent: 1 - - uid: 19029 + - uid: 37622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-61.5 + pos: 134.5,42.5 parent: 1 - - uid: 19030 + - uid: 37623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-62.5 + pos: 134.5,41.5 parent: 1 - - uid: 19031 + - uid: 37624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-59.5 + pos: 134.5,40.5 parent: 1 - - uid: 19032 + - uid: 37625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-55.5 + pos: 134.5,39.5 parent: 1 - - uid: 19033 + - uid: 37626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-55.5 + pos: 134.5,38.5 parent: 1 - - uid: 19034 + - uid: 37627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-62.5 + pos: 134.5,37.5 parent: 1 - - uid: 19035 + - uid: 37628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-61.5 + pos: 134.5,36.5 parent: 1 - - uid: 19036 + - uid: 37629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-60.5 + pos: 134.5,35.5 parent: 1 - - uid: 19037 + - uid: 37630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-59.5 + pos: 134.5,34.5 parent: 1 - - uid: 19038 + - uid: 37631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-58.5 + pos: 134.5,33.5 parent: 1 - - uid: 19039 + - uid: 37632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-57.5 + pos: 134.5,32.5 parent: 1 - - uid: 19040 + - uid: 37633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-77.5 + pos: 134.5,31.5 parent: 1 - - uid: 19041 + - uid: 37634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-74.5 + pos: 134.5,30.5 parent: 1 - - uid: 19042 + - uid: 37635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-75.5 + pos: 134.5,29.5 parent: 1 - - uid: 19043 + - uid: 37636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-73.5 + pos: 113.5,27.5 parent: 1 - - uid: 19044 + - uid: 37637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-55.5 + pos: 132.5,27.5 parent: 1 - - uid: 19045 + - uid: 37638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-55.5 + pos: 132.5,28.5 parent: 1 - - uid: 19046 + - uid: 37639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-55.5 + pos: 132.5,29.5 parent: 1 - - uid: 19047 + - uid: 37640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-55.5 + pos: 132.5,30.5 parent: 1 - - uid: 19048 + - uid: 37641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-55.5 + pos: 132.5,31.5 parent: 1 - - uid: 19049 + - uid: 37642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-55.5 + pos: 132.5,32.5 parent: 1 - - uid: 19050 + - uid: 37643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-55.5 + pos: 132.5,33.5 parent: 1 - - uid: 19051 + - uid: 37644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-55.5 + pos: 132.5,34.5 parent: 1 - - uid: 19052 + - uid: 37645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-55.5 + pos: 132.5,35.5 parent: 1 - - uid: 19053 + - uid: 37646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-55.5 + pos: 132.5,36.5 parent: 1 - - uid: 19054 + - uid: 37647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-55.5 + pos: 132.5,37.5 parent: 1 - - uid: 19055 + - uid: 37648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-55.5 + pos: 132.5,38.5 parent: 1 - - uid: 19056 + - uid: 37649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-55.5 + pos: 132.5,39.5 parent: 1 - - uid: 19057 + - uid: 37650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-55.5 + pos: 132.5,40.5 parent: 1 - - uid: 19058 + - uid: 37651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-55.5 + pos: 132.5,41.5 parent: 1 - - uid: 19059 + - uid: 37652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-55.5 + pos: 132.5,42.5 parent: 1 - - uid: 19060 + - uid: 37653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-55.5 + pos: 132.5,43.5 parent: 1 - - uid: 19061 + - uid: 37654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-55.5 + pos: 131.5,43.5 parent: 1 - - uid: 19062 + - uid: 37655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-55.5 + pos: 130.5,43.5 parent: 1 - - uid: 19063 + - uid: 37656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-55.5 + pos: 129.5,43.5 parent: 1 - - uid: 19064 + - uid: 37657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-55.5 + pos: 128.5,43.5 parent: 1 - - uid: 19065 + - uid: 37658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-55.5 + pos: 127.5,43.5 parent: 1 - - uid: 19066 + - uid: 37659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-55.5 + pos: 126.5,43.5 parent: 1 - - uid: 19067 + - uid: 37660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-55.5 + pos: 125.5,43.5 parent: 1 - - uid: 19068 + - uid: 37661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-55.5 + pos: 124.5,43.5 parent: 1 - - uid: 19069 + - uid: 37662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-55.5 + pos: 123.5,43.5 parent: 1 - - uid: 19070 + - uid: 37663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-55.5 + pos: 122.5,43.5 parent: 1 - - uid: 19071 + - uid: 37664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-55.5 + pos: 121.5,43.5 parent: 1 - - uid: 19072 + - uid: 37665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-55.5 + pos: 120.5,43.5 parent: 1 - - uid: 19073 + - uid: 37666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-55.5 + pos: 119.5,43.5 parent: 1 - - uid: 19074 + - uid: 37667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-73.5 + pos: 118.5,43.5 parent: 1 - - uid: 19075 + - uid: 37668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-72.5 + pos: 117.5,43.5 parent: 1 - - uid: 19076 + - uid: 37669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-63.5 + pos: 116.5,43.5 parent: 1 - - uid: 19077 + - uid: 37670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-74.5 + pos: 115.5,43.5 parent: 1 - - uid: 19078 + - uid: 37671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-61.5 + pos: 114.5,43.5 parent: 1 - - uid: 19079 + - uid: 37672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-62.5 + pos: 114.5,42.5 parent: 1 - - uid: 19080 + - uid: 37673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-60.5 + pos: 114.5,41.5 parent: 1 - - uid: 19081 + - uid: 37674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-70.5 + pos: 114.5,40.5 parent: 1 - - uid: 19082 + - uid: 37675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-72.5 + pos: 114.5,39.5 parent: 1 - - uid: 19083 + - uid: 37676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-73.5 + pos: 114.5,38.5 parent: 1 - - uid: 19084 + - uid: 37677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-74.5 + pos: 114.5,37.5 parent: 1 - - uid: 19085 + - uid: 37678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-75.5 + pos: 114.5,36.5 parent: 1 - - uid: 19086 + - uid: 37679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-76.5 + pos: 114.5,35.5 parent: 1 - - uid: 19087 + - uid: 37680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-77.5 + pos: 114.5,34.5 parent: 1 - - uid: 19088 + - uid: 37681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-59.5 + pos: 114.5,33.5 parent: 1 - - uid: 19089 + - uid: 37682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-58.5 + pos: 114.5,32.5 parent: 1 - - uid: 19090 + - uid: 37683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-57.5 + pos: 114.5,31.5 parent: 1 - - uid: 19091 + - uid: 37684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-56.5 + pos: 114.5,30.5 parent: 1 - - uid: 19092 + - uid: 37685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-63.5 + pos: 114.5,29.5 parent: 1 - - uid: 19093 + - uid: 37686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-63.5 + pos: 114.5,28.5 parent: 1 - - uid: 19094 + - uid: 37687 components: - type: Transform - pos: 45.5,-69.5 + pos: 114.5,27.5 parent: 1 - - uid: 19095 + - uid: 37688 components: - type: Transform - pos: 50.5,-67.5 + pos: 163.5,-88.5 parent: 1 - - uid: 19096 + - uid: 37689 components: - type: Transform - pos: 50.5,-69.5 + pos: 160.5,-89.5 parent: 1 - - uid: 19097 + - uid: 37690 components: - type: Transform - pos: 50.5,-71.5 + pos: 168.5,29.5 parent: 1 - - uid: 19098 + - uid: 37691 components: - type: Transform - pos: 47.5,-69.5 + pos: 161.5,16.5 parent: 1 - - uid: 19099 + - uid: 37692 components: - type: Transform - pos: 50.5,-62.5 + pos: 168.5,31.5 parent: 1 - - uid: 19100 + - uid: 37693 components: - type: Transform - pos: 48.5,-69.5 + pos: 161.5,27.5 parent: 1 - - uid: 19101 + - uid: 37694 components: - type: Transform - pos: 50.5,-63.5 + pos: 161.5,28.5 parent: 1 - - uid: 19102 + - uid: 37695 components: - type: Transform - pos: 50.5,-64.5 + pos: 192.5,42.5 parent: 1 - - uid: 19103 + - uid: 37696 components: - type: Transform - pos: 50.5,-68.5 + pos: 163.5,29.5 parent: 1 - - uid: 19104 + - uid: 37697 components: - type: Transform - pos: 50.5,-61.5 + pos: 195.5,15.5 parent: 1 - - uid: 19105 + - uid: 37698 components: - type: Transform - pos: 50.5,-65.5 + pos: 172.5,20.5 parent: 1 - - uid: 19106 + - uid: 37699 components: - type: Transform - pos: 50.5,-70.5 + pos: 168.5,32.5 parent: 1 - - uid: 19107 + - uid: 37700 components: - type: Transform - pos: 49.5,-69.5 + pos: 162.5,29.5 parent: 1 - - uid: 19108 + - uid: 37701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,27.5 + pos: 178.5,18.5 parent: 1 - - uid: 19109 + - uid: 37702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,27.5 + pos: 167.5,20.5 parent: 1 - - uid: 19110 + - uid: 37703 components: - type: Transform - pos: 37.5,1.5 + pos: 164.5,29.5 parent: 1 - - uid: 19111 + - uid: 37704 components: - type: Transform - pos: 46.5,7.5 + pos: 168.5,27.5 parent: 1 - - uid: 19112 + - uid: 37705 components: - type: Transform - pos: 44.5,7.5 + pos: 161.5,29.5 parent: 1 - - uid: 19113 + - uid: 37706 components: - type: Transform - pos: 46.5,1.5 + pos: 168.5,20.5 parent: 1 - - uid: 19114 + - uid: 37707 components: - type: Transform - pos: 37.5,9.5 + pos: 191.5,43.5 parent: 1 - - uid: 19115 + - uid: 37708 components: - type: Transform - pos: 52.5,4.5 + pos: 162.5,31.5 parent: 1 - - uid: 19116 + - uid: 37709 components: - type: Transform - pos: 39.5,7.5 + pos: 161.5,17.5 parent: 1 - - uid: 19117 + - uid: 37710 components: - type: Transform - pos: 41.5,7.5 + pos: 168.5,22.5 parent: 1 - - uid: 19118 + - uid: 37711 components: - type: Transform - pos: 37.5,10.5 + pos: 161.5,37.5 parent: 1 - - uid: 19119 + - uid: 37712 components: - type: Transform - pos: 42.5,7.5 + pos: 168.5,21.5 parent: 1 - - uid: 19120 + - uid: 37713 components: - type: Transform - pos: 37.5,0.5 + pos: 167.5,29.5 parent: 1 - - uid: 19121 + - uid: 37714 components: - type: Transform - pos: 46.5,0.5 + pos: 168.5,39.5 parent: 1 - - uid: 19122 + - uid: 37715 components: - type: Transform - pos: 45.5,11.5 + pos: 168.5,38.5 parent: 1 - - uid: 19123 + - uid: 37716 components: - type: Transform - pos: 37.5,5.5 + pos: 161.5,32.5 parent: 1 - - uid: 19124 + - uid: 37717 components: - type: Transform - pos: 49.5,11.5 + pos: 164.5,31.5 parent: 1 - - uid: 19125 + - uid: 37718 components: - type: Transform - pos: 39.5,11.5 + pos: 176.5,20.5 parent: 1 - - uid: 19126 + - uid: 37719 components: - type: Transform - pos: 52.5,11.5 + pos: 177.5,20.5 parent: 1 - - uid: 19127 + - uid: 37720 components: - type: Transform - pos: 47.5,7.5 + pos: 178.5,20.5 parent: 1 - - uid: 19128 + - uid: 37721 components: - type: Transform - pos: 52.5,6.5 + pos: 170.5,28.5 parent: 1 - - uid: 19129 + - uid: 37722 components: - type: Transform - pos: 46.5,11.5 + pos: 170.5,27.5 parent: 1 - - uid: 19130 + - uid: 37723 components: - type: Transform - pos: 46.5,-0.5 + pos: 170.5,26.5 parent: 1 - - uid: 19131 + - uid: 37724 components: - type: Transform - pos: 37.5,-0.5 + pos: 161.5,31.5 parent: 1 - - uid: 19132 + - uid: 37725 components: - type: Transform - pos: 38.5,7.5 + pos: 168.5,34.5 parent: 1 - - uid: 19133 + - uid: 37726 components: - type: Transform - pos: 44.5,11.5 + pos: 170.5,22.5 parent: 1 - - uid: 19134 + - uid: 37727 components: - type: Transform - pos: 40.5,7.5 + pos: 170.5,21.5 parent: 1 - - uid: 19135 + - uid: 37728 components: - type: Transform - pos: 51.5,7.5 + pos: 170.5,29.5 parent: 1 - - uid: 19136 + - uid: 37729 components: - type: Transform - pos: 51.5,11.5 + pos: 170.5,30.5 parent: 1 - - uid: 19137 + - uid: 37730 components: - type: Transform - pos: 45.5,7.5 + pos: 170.5,31.5 parent: 1 - - uid: 19138 + - uid: 37731 components: - type: Transform - pos: 43.5,11.5 + pos: 170.5,32.5 parent: 1 - - uid: 19139 + - uid: 37732 components: - type: Transform - pos: 38.5,11.5 + pos: 171.5,32.5 parent: 1 - - uid: 19140 + - uid: 37733 components: - type: Transform - pos: 52.5,10.5 + pos: 172.5,32.5 parent: 1 - - uid: 19141 + - uid: 37734 components: - type: Transform - pos: 52.5,7.5 + pos: 168.5,37.5 parent: 1 - - uid: 19142 + - uid: 37735 components: - type: Transform - pos: 43.5,0.5 + pos: 168.5,36.5 parent: 1 - - uid: 19143 + - uid: 37736 components: - type: Transform - pos: 47.5,11.5 + pos: 168.5,35.5 parent: 1 - - uid: 19144 + - uid: 37737 components: - type: Transform - pos: 48.5,11.5 + pos: 176.5,32.5 parent: 1 - - uid: 19145 + - uid: 37738 components: - type: Transform - pos: 52.5,5.5 + pos: 177.5,32.5 parent: 1 - - uid: 19146 + - uid: 37739 components: - type: Transform - pos: 37.5,7.5 + pos: 178.5,32.5 parent: 1 - - uid: 19147 + - uid: 37740 components: - type: Transform - pos: 52.5,2.5 + pos: 178.5,31.5 parent: 1 - - uid: 19148 + - uid: 37741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,27.5 + pos: 178.5,30.5 parent: 1 - - uid: 19149 + - uid: 37742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,27.5 + pos: 178.5,29.5 parent: 1 - - uid: 19150 + - uid: 37743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,26.5 + pos: 178.5,28.5 parent: 1 - - uid: 19151 + - uid: 37744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,27.5 + pos: 177.5,28.5 parent: 1 - - uid: 19152 + - uid: 37745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,27.5 + pos: 176.5,28.5 parent: 1 - - uid: 19153 + - uid: 37746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,27.5 + pos: 175.5,28.5 parent: 1 - - uid: 19154 + - uid: 37747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,27.5 + pos: 171.5,28.5 parent: 1 - - uid: 19155 + - uid: 37748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,27.5 + pos: 172.5,28.5 parent: 1 - - uid: 19156 + - uid: 37749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,28.5 + pos: 173.5,28.5 parent: 1 - - uid: 19157 + - uid: 37750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,26.5 + pos: 178.5,27.5 parent: 1 - - uid: 19158 + - uid: 37751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,20.5 + pos: 178.5,26.5 parent: 1 - - uid: 19159 + - uid: 37752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,26.5 + pos: 178.5,25.5 parent: 1 - - uid: 19160 + - uid: 37753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,26.5 + pos: 178.5,23.5 parent: 1 - - uid: 19161 + - uid: 37754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,26.5 + pos: 178.5,22.5 parent: 1 - - uid: 19162 + - uid: 37755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,26.5 + pos: 178.5,21.5 parent: 1 - - uid: 19163 + - uid: 37756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,25.5 + pos: 178.5,19.5 parent: 1 - - uid: 19164 + - uid: 37757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,23.5 + pos: 195.5,16.5 parent: 1 - - uid: 19165 + - uid: 37758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,22.5 + pos: 195.5,18.5 parent: 1 - - uid: 19166 + - uid: 37759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,21.5 + pos: 195.5,17.5 parent: 1 - - uid: 19167 + - uid: 37760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,24.5 + pos: 195.5,19.5 parent: 1 - - uid: 19168 + - uid: 37761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,26.5 + pos: 178.5,16.5 parent: 1 - - uid: 19169 + - uid: 37762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,26.5 + pos: 178.5,15.5 parent: 1 - - uid: 19170 + - uid: 37763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,26.5 + pos: 178.5,14.5 parent: 1 - - uid: 19171 + - uid: 37764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,26.5 + pos: 179.5,14.5 parent: 1 - - uid: 19172 + - uid: 37765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,26.5 + pos: 163.5,31.5 parent: 1 - - uid: 19173 + - uid: 37766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,23.5 + pos: 161.5,33.5 parent: 1 - - uid: 19174 + - uid: 37767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,21.5 + pos: 182.5,14.5 parent: 1 - - uid: 19175 + - uid: 37768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,21.5 + pos: 184.5,14.5 parent: 1 - - uid: 19176 + - uid: 37769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,21.5 + pos: 167.5,18.5 parent: 1 - - uid: 19177 + - uid: 37770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,21.5 + pos: 161.5,35.5 parent: 1 - - uid: 19178 + - uid: 37771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,21.5 + pos: 187.5,14.5 parent: 1 - - uid: 19179 + - uid: 37772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,21.5 + pos: 188.5,14.5 parent: 1 - - uid: 19180 + - uid: 37773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,21.5 + pos: 189.5,14.5 parent: 1 - - uid: 19181 + - uid: 37774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,21.5 + pos: 190.5,14.5 parent: 1 - - uid: 19182 + - uid: 37775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,21.5 + pos: 161.5,40.5 parent: 1 - - uid: 19183 + - uid: 37776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,21.5 + pos: 161.5,39.5 parent: 1 - - uid: 19184 + - uid: 37777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,21.5 + pos: 193.5,14.5 parent: 1 - - uid: 19185 + - uid: 37778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,21.5 + pos: 194.5,14.5 parent: 1 - - uid: 19186 + - uid: 37779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,22.5 + pos: 195.5,14.5 parent: 1 - - uid: 19187 + - uid: 37780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,23.5 + pos: 187.5,21.5 parent: 1 - - uid: 19188 + - uid: 37781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,24.5 + pos: 187.5,20.5 parent: 1 - - uid: 19189 + - uid: 37782 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,25.5 + pos: 187.5,19.5 parent: 1 - - uid: 19190 + - uid: 37783 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,25.5 + pos: 187.5,18.5 parent: 1 - - uid: 19191 + - uid: 37784 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,24.5 + pos: 195.5,20.5 parent: 1 - - uid: 19192 + - uid: 37785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,23.5 + pos: 195.5,21.5 parent: 1 - - uid: 19193 + - uid: 37786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,22.5 + pos: 195.5,22.5 parent: 1 - - uid: 19194 + - uid: 37787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,36.5 + pos: 161.5,41.5 parent: 1 - - uid: 19195 + - uid: 37788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,20.5 + pos: 195.5,24.5 parent: 1 - - uid: 19196 + - uid: 37789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,20.5 + pos: 195.5,25.5 parent: 1 - - uid: 19197 + - uid: 37790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,20.5 + pos: 195.5,26.5 parent: 1 - - uid: 19198 + - uid: 37791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,20.5 + pos: 195.5,27.5 parent: 1 - - uid: 19199 + - uid: 37792 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,20.5 + pos: 195.5,28.5 parent: 1 - - uid: 19200 + - uid: 37793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,20.5 + pos: 195.5,29.5 parent: 1 - - uid: 19201 + - uid: 37794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,20.5 + pos: 195.5,30.5 parent: 1 - - uid: 19202 + - uid: 37795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,20.5 + pos: 195.5,31.5 parent: 1 - - uid: 19203 + - uid: 37796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,20.5 + pos: 195.5,32.5 parent: 1 - - uid: 19204 + - uid: 37797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,21.5 + pos: 195.5,33.5 parent: 1 - - uid: 19205 + - uid: 37798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,22.5 + pos: 195.5,34.5 parent: 1 - - uid: 19206 + - uid: 37799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,23.5 + pos: 195.5,35.5 parent: 1 - - uid: 19207 + - uid: 37800 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,26.5 + pos: 195.5,36.5 parent: 1 - - uid: 19208 + - uid: 37801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,27.5 + pos: 195.5,37.5 parent: 1 - - uid: 19209 + - uid: 37802 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,28.5 + pos: 195.5,38.5 parent: 1 - - uid: 19210 + - uid: 37803 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,29.5 + pos: 195.5,39.5 parent: 1 - - uid: 19211 + - uid: 37804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,29.5 + pos: 195.5,40.5 parent: 1 - - uid: 19212 + - uid: 37805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,29.5 + pos: 194.5,32.5 parent: 1 - - uid: 19213 + - uid: 37806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,29.5 + pos: 193.5,32.5 parent: 1 - - uid: 19214 + - uid: 37807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,29.5 + pos: 192.5,32.5 parent: 1 - - uid: 19215 + - uid: 37808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,29.5 + pos: 191.5,32.5 parent: 1 - - uid: 19216 + - uid: 37809 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,29.5 + pos: 190.5,32.5 parent: 1 - - uid: 19217 + - uid: 37810 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,29.5 + pos: 189.5,32.5 parent: 1 - - uid: 19218 + - uid: 37811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,29.5 + pos: 188.5,32.5 parent: 1 - - uid: 19219 + - uid: 37812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,29.5 + pos: 187.5,32.5 parent: 1 - - uid: 19220 + - uid: 37813 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,29.5 + pos: 186.5,32.5 parent: 1 - - uid: 19221 + - uid: 37814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,30.5 + pos: 185.5,32.5 parent: 1 - - uid: 19222 + - uid: 37815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,31.5 + pos: 184.5,32.5 parent: 1 - - uid: 19223 + - uid: 37816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,32.5 + pos: 183.5,32.5 parent: 1 - - uid: 19224 + - uid: 37817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,33.5 + pos: 182.5,32.5 parent: 1 - - uid: 19225 + - uid: 37818 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,34.5 + pos: 181.5,32.5 parent: 1 - - uid: 19226 + - uid: 37819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,35.5 + pos: 180.5,32.5 parent: 1 - - uid: 19227 + - uid: 37820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,36.5 + pos: 179.5,32.5 parent: 1 - - uid: 19228 + - uid: 37821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,36.5 + pos: 187.5,30.5 parent: 1 - - uid: 19229 + - uid: 37822 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,36.5 + pos: 187.5,29.5 parent: 1 - - uid: 19230 + - uid: 37823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,36.5 + pos: 187.5,28.5 parent: 1 - - uid: 19231 + - uid: 37824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,36.5 + pos: 187.5,27.5 parent: 1 - - uid: 19232 + - uid: 37825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,36.5 + pos: 187.5,26.5 parent: 1 - - uid: 19233 + - uid: 37826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,36.5 + pos: 187.5,25.5 parent: 1 - - uid: 19234 + - uid: 37827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,36.5 + pos: 188.5,25.5 parent: 1 - - uid: 19235 + - uid: 37828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,36.5 + pos: 189.5,25.5 parent: 1 - - uid: 19236 + - uid: 37829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,36.5 + pos: 187.5,31.5 parent: 1 - - uid: 19237 + - uid: 37830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,36.5 + pos: 191.5,25.5 parent: 1 - - uid: 19238 + - uid: 37831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,36.5 + pos: 190.5,25.5 parent: 1 - - uid: 19239 + - uid: 37832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,36.5 + pos: 193.5,25.5 parent: 1 - - uid: 19240 + - uid: 37833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,36.5 + pos: 194.5,25.5 parent: 1 - - uid: 19241 + - uid: 37834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,36.5 + pos: 180.5,27.5 parent: 1 - - uid: 19242 + - uid: 37835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,36.5 + pos: 181.5,27.5 parent: 1 - - uid: 19243 + - uid: 37836 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,36.5 + pos: 183.5,27.5 parent: 1 - - uid: 19244 + - uid: 37837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,36.5 + pos: 185.5,27.5 parent: 1 - - uid: 19245 + - uid: 37838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,35.5 + pos: 167.5,31.5 parent: 1 - - uid: 19246 + - uid: 37839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,34.5 + pos: 161.5,34.5 parent: 1 - - uid: 19247 + - uid: 37840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,33.5 + pos: 166.5,31.5 parent: 1 - - uid: 19248 + - uid: 37841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,32.5 + pos: 168.5,40.5 parent: 1 - - uid: 19249 + - uid: 37842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,32.5 + pos: 187.5,16.5 parent: 1 - - uid: 19250 + - uid: 37843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,32.5 + pos: 190.5,21.5 parent: 1 - - uid: 19251 + - uid: 37844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,32.5 + pos: 194.5,21.5 parent: 1 - - uid: 19252 + - uid: 37845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,32.5 + pos: 193.5,21.5 parent: 1 - - uid: 19253 + - uid: 37846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,31.5 + pos: 192.5,21.5 parent: 1 - - uid: 19254 + - uid: 37847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,30.5 + pos: 191.5,21.5 parent: 1 - - uid: 19255 + - uid: 37848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,29.5 + pos: 165.5,31.5 parent: 1 - - uid: 19256 + - uid: 37849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,28.5 + pos: 161.5,15.5 parent: 1 - - uid: 19257 + - uid: 37850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,28.5 + pos: 168.5,33.5 parent: 1 - - uid: 19258 + - uid: 37851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,30.5 + pos: 168.5,41.5 parent: 1 - - uid: 19259 + - uid: 37852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,31.5 + pos: 167.5,41.5 parent: 1 - - uid: 19260 + - uid: 37853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,32.5 + pos: 166.5,41.5 parent: 1 - - uid: 19261 + - uid: 37854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,32.5 + pos: 163.5,41.5 parent: 1 - - uid: 19262 + - uid: 37855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,32.5 + pos: 164.5,41.5 parent: 1 - - uid: 19263 + - uid: 37856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,31.5 + pos: 165.5,41.5 parent: 1 - - uid: 19264 + - uid: 37857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,32.5 + pos: 189.5,43.5 parent: 1 - - uid: 19265 + - uid: 37858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,33.5 + pos: 168.5,18.5 parent: 1 - - uid: 19266 + - uid: 37859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,34.5 + pos: 161.5,14.5 parent: 1 - - uid: 19267 + - uid: 37860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,35.5 + pos: 161.5,54.5 parent: 1 - - uid: 19268 + - uid: 37861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,32.5 + pos: 161.5,53.5 parent: 1 - - uid: 19269 + - uid: 37862 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,32.5 + pos: 161.5,52.5 parent: 1 - - uid: 19270 + - uid: 37863 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,32.5 + pos: 161.5,50.5 parent: 1 - - uid: 19271 + - uid: 37864 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,32.5 + pos: 161.5,48.5 parent: 1 - - uid: 19272 + - uid: 37865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,33.5 + pos: 161.5,47.5 parent: 1 - - uid: 19273 + - uid: 37866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,34.5 + pos: 161.5,46.5 parent: 1 - - uid: 19274 + - uid: 37867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,35.5 + pos: 162.5,46.5 parent: 1 - - uid: 19275 + - uid: 37868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,35.5 + pos: 163.5,46.5 parent: 1 - - uid: 19276 + - uid: 37869 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,34.5 + pos: 164.5,46.5 parent: 1 - - uid: 19277 + - uid: 37870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,33.5 + pos: 167.5,46.5 parent: 1 - - uid: 19278 + - uid: 37871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,32.5 + pos: 171.5,46.5 parent: 1 - - uid: 19279 + - uid: 37872 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,32.5 + pos: 173.5,46.5 parent: 1 - - uid: 19280 + - uid: 37873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,31.5 + pos: 174.5,46.5 parent: 1 - - uid: 19281 + - uid: 37874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,30.5 + pos: 173.5,47.5 parent: 1 - - uid: 19282 + - uid: 37875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,29.5 + pos: 173.5,48.5 parent: 1 - - uid: 19283 + - uid: 37876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,29.5 + pos: 176.5,46.5 parent: 1 - - uid: 19284 + - uid: 37877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,26.5 + pos: 177.5,46.5 parent: 1 - - uid: 19285 + - uid: 37878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,26.5 + pos: 178.5,46.5 parent: 1 - - uid: 19286 + - uid: 37879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,27.5 + pos: 179.5,46.5 parent: 1 - - uid: 19287 + - uid: 37880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,28.5 + pos: 181.5,46.5 parent: 1 - - uid: 19288 + - uid: 37881 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,26.5 + pos: 184.5,46.5 parent: 1 - - uid: 19289 + - uid: 37882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,26.5 + pos: 185.5,46.5 parent: 1 - - uid: 19290 + - uid: 37883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,27.5 + pos: 187.5,46.5 parent: 1 - - uid: 19291 + - uid: 37884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,28.5 + pos: 189.5,46.5 parent: 1 - - uid: 19292 + - uid: 37885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,23.5 + pos: 190.5,46.5 parent: 1 - - uid: 19293 + - uid: 37886 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,23.5 + pos: 191.5,46.5 parent: 1 - - uid: 19294 + - uid: 37887 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,22.5 + pos: 191.5,47.5 parent: 1 - - uid: 19295 + - uid: 37888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,21.5 + pos: 191.5,48.5 parent: 1 - - uid: 19296 + - uid: 37889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,23.5 + pos: 191.5,49.5 parent: 1 - - uid: 19297 + - uid: 37890 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,23.5 + pos: 191.5,50.5 parent: 1 - - uid: 19298 + - uid: 37891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,22.5 + pos: 191.5,54.5 parent: 1 - - uid: 19299 + - uid: 37892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,21.5 + pos: 191.5,56.5 parent: 1 - - uid: 19300 + - uid: 37893 components: - type: Transform - pos: -13.5,-45.5 + pos: 191.5,55.5 parent: 1 - - uid: 19301 + - uid: 37894 components: - type: Transform - pos: -13.5,-43.5 + pos: 193.5,57.5 parent: 1 - - uid: 19302 + - uid: 37895 components: - type: Transform - pos: -13.5,-44.5 + pos: 193.5,56.5 parent: 1 - - uid: 19303 + - uid: 37896 components: - type: Transform - pos: -13.5,-42.5 + pos: 193.5,55.5 parent: 1 - - uid: 19304 + - uid: 37897 components: - type: Transform - pos: -12.5,-42.5 + pos: 193.5,54.5 parent: 1 - - uid: 19305 + - uid: 37898 components: - type: Transform - pos: -11.5,-42.5 + pos: 193.5,53.5 parent: 1 - - uid: 19306 + - uid: 37899 components: - type: Transform - pos: -10.5,-42.5 + pos: 193.5,52.5 parent: 1 - - uid: 19307 + - uid: 37900 components: - type: Transform - pos: -9.5,-42.5 + pos: 190.5,57.5 parent: 1 - - uid: 19308 + - uid: 37901 components: - type: Transform - pos: -7.5,-43.5 + pos: 189.5,57.5 parent: 1 - - uid: 19309 + - uid: 37902 components: - type: Transform - pos: -8.5,-43.5 + pos: 188.5,57.5 parent: 1 - - uid: 19310 + - uid: 37903 components: - type: Transform - pos: -9.5,-43.5 + pos: 187.5,57.5 parent: 1 - - uid: 19311 + - uid: 37904 components: - type: Transform - pos: -5.5,-43.5 + pos: 186.5,57.5 parent: 1 - - uid: 19312 + - uid: 37905 components: - type: Transform - pos: -4.5,-43.5 + pos: 185.5,57.5 parent: 1 - - uid: 19313 + - uid: 37906 components: - type: Transform - pos: -4.5,-44.5 + pos: 184.5,57.5 parent: 1 - - uid: 19314 + - uid: 37907 components: - type: Transform - pos: -4.5,-45.5 + pos: 183.5,57.5 parent: 1 - - uid: 19315 + - uid: 37908 components: - type: Transform - pos: -4.5,-46.5 + pos: 182.5,57.5 parent: 1 - - uid: 19316 + - uid: 37909 components: - type: Transform - pos: -4.5,-47.5 + pos: 181.5,57.5 parent: 1 - - uid: 19317 + - uid: 37910 components: - type: Transform - pos: -4.5,-48.5 + pos: 173.5,57.5 parent: 1 - - uid: 19318 + - uid: 37911 components: - type: Transform - pos: -5.5,-48.5 + pos: 173.5,56.5 parent: 1 - - uid: 19319 + - uid: 37912 components: - type: Transform - pos: -7.5,-48.5 + pos: 173.5,55.5 parent: 1 - - uid: 19320 + - uid: 37913 components: - type: Transform - pos: -8.5,-48.5 + pos: 173.5,54.5 parent: 1 - - uid: 19321 + - uid: 37914 components: - type: Transform - pos: -9.5,-48.5 + pos: 173.5,53.5 parent: 1 - - uid: 19322 + - uid: 37915 components: - type: Transform - pos: -9.5,-47.5 + pos: 173.5,52.5 parent: 1 - - uid: 19323 + - uid: 37916 components: - type: Transform - pos: -9.5,-46.5 + pos: 171.5,57.5 parent: 1 - - uid: 19324 + - uid: 37917 components: - type: Transform - pos: -9.5,-45.5 + pos: 170.5,57.5 parent: 1 - - uid: 19325 + - uid: 37918 components: - type: Transform - pos: -9.5,-44.5 + pos: 169.5,57.5 parent: 1 - - uid: 19326 + - uid: 37919 components: - type: Transform - pos: -10.5,-45.5 + pos: 168.5,57.5 parent: 1 - - uid: 19327 + - uid: 37920 components: - type: Transform - pos: -12.5,-45.5 + pos: 167.5,57.5 parent: 1 - - uid: 19328 + - uid: 37921 components: - type: Transform - pos: -14.5,-45.5 + pos: 163.5,57.5 parent: 1 - - uid: 19329 + - uid: 37922 components: - type: Transform - pos: -15.5,-45.5 + pos: 161.5,57.5 parent: 1 - - uid: 19330 + - uid: 37923 components: - type: Transform - pos: -15.5,-46.5 + pos: 161.5,13.5 parent: 1 - - uid: 19331 + - uid: 37924 components: - type: Transform - pos: -15.5,-47.5 + pos: 161.5,12.5 parent: 1 - - uid: 19332 + - uid: 37925 components: - type: Transform - pos: -15.5,-48.5 + pos: 161.5,11.5 parent: 1 - - uid: 19333 + - uid: 37926 components: - type: Transform - pos: -15.5,-49.5 + pos: 162.5,11.5 parent: 1 - - uid: 19334 + - uid: 37927 components: - type: Transform - pos: -15.5,-50.5 + pos: 163.5,11.5 parent: 1 - - uid: 19335 + - uid: 37928 components: - type: Transform - pos: -15.5,-51.5 + pos: 164.5,11.5 parent: 1 - - uid: 19336 + - uid: 37929 components: - type: Transform - pos: -15.5,-52.5 + pos: 165.5,11.5 parent: 1 - - uid: 19337 + - uid: 37930 components: - type: Transform - pos: -10.5,-52.5 + pos: 162.5,18.5 parent: 1 - - uid: 19338 + - uid: 37931 components: - type: Transform - pos: -8.5,-52.5 + pos: 163.5,18.5 parent: 1 - - uid: 19339 + - uid: 37932 components: - type: Transform - pos: -4.5,-52.5 + pos: 166.5,18.5 parent: 1 - - uid: 19340 + - uid: 37933 components: - type: Transform - pos: -4.5,-51.5 + pos: 168.5,14.5 parent: 1 - - uid: 19341 + - uid: 37934 components: - type: Transform - pos: -4.5,-50.5 + pos: 168.5,13.5 parent: 1 - - uid: 19342 + - uid: 37935 components: - type: Transform - pos: -4.5,-49.5 + pos: 168.5,11.5 parent: 1 - - uid: 21998 + - uid: 37936 components: - type: Transform - pos: -370.5,84.5 + pos: 167.5,11.5 parent: 1 - - uid: 46583 + - uid: 37937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,85.5 + pos: 167.5,13.5 parent: 1 - - uid: 46641 + - uid: 37938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,86.5 + pos: 166.5,13.5 parent: 1 - - uid: 46783 + - uid: 37939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -378.5,90.5 + pos: 165.5,13.5 parent: 1 - - uid: 46795 + - uid: 37940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -377.5,84.5 + pos: 168.5,17.5 parent: 1 - - uid: 46877 + - uid: 37941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,84.5 + pos: 182.5,43.5 parent: 1 - - uid: 46879 + - uid: 37942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -377.5,90.5 + pos: 183.5,43.5 parent: 1 - - uid: 46880 + - uid: 37943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -378.5,89.5 + pos: 184.5,43.5 parent: 1 - - uid: 46886 + - uid: 37944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -378.5,84.5 + pos: 190.5,43.5 parent: 1 - - uid: 46915 + - uid: 37945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,90.5 + pos: 180.5,43.5 parent: 1 - - uid: 47017 + - uid: 37946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -378.5,85.5 + pos: 192.5,37.5 parent: 1 - - uid: 47019 + - uid: 37947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,84.5 + pos: 181.5,43.5 parent: 1 - - uid: 47020 + - uid: 37948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -374.5,90.5 + pos: 180.5,37.5 parent: 1 - - uid: 47022 + - uid: 37949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,90.5 + pos: 180.5,38.5 parent: 1 - - uid: 47023 + - uid: 37950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,89.5 + pos: 192.5,38.5 parent: 1 - - uid: 47024 + - uid: 37951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,87.5 + pos: 192.5,40.5 parent: 1 - - uid: 47025 + - uid: 37952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -368.5,88.5 + pos: 181.5,37.5 parent: 1 - - uid: 47026 + - uid: 37953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -373.5,84.5 + pos: 181.5,36.5 parent: 1 - - uid: 47027 + - uid: 37954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -374.5,84.5 + pos: 182.5,36.5 parent: 1 - - uid: 47028 + - uid: 37955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -372.5,84.5 + pos: 183.5,36.5 parent: 1 - - uid: 47029 + - uid: 37956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -375.5,84.5 + pos: 177.5,38.5 parent: 1 - - uid: 47030 + - uid: 37957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -376.5,84.5 + pos: 176.5,38.5 parent: 1 - - uid: 47032 + - uid: 37958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -371.5,84.5 + pos: 176.5,39.5 parent: 1 - - uid: 47154 + - uid: 37959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,94.5 + pos: 176.5,41.5 parent: 1 - - uid: 47157 + - uid: 37960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -364.5,94.5 + pos: 176.5,42.5 parent: 1 - - uid: 47158 + - uid: 37961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,95.5 + pos: 176.5,43.5 parent: 1 - - uid: 47243 + - uid: 37962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,94.5 + pos: 179.5,43.5 parent: 1 - - uid: 47245 + - uid: 37963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,94.5 + pos: 128.5,25.5 parent: 1 - - uid: 47246 + - uid: 37964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,104.5 + pos: 129.5,27.5 parent: 1 - - uid: 47247 + - uid: 37965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,104.5 + pos: 130.5,27.5 parent: 1 - - uid: 47248 + - uid: 37966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,103.5 + pos: 131.5,27.5 parent: 1 - - uid: 47250 + - uid: 37967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,95.5 + pos: 128.5,27.5 parent: 1 - - uid: 47251 + - uid: 37968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,96.5 + pos: 128.5,26.5 parent: 1 - - uid: 47257 + - uid: 37969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,106.5 + pos: 167.5,53.5 parent: 1 - - uid: 47258 + - uid: 37970 components: - type: Transform - pos: -367.5,107.5 + pos: 171.5,52.5 parent: 1 - - uid: 47259 + - uid: 37971 components: - type: Transform - pos: -368.5,107.5 + pos: 170.5,52.5 parent: 1 - - uid: 47260 + - uid: 37972 components: - type: Transform - pos: -366.5,107.5 + pos: 172.5,52.5 parent: 1 - - uid: 47261 + - uid: 37973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -365.5,106.5 + pos: 167.5,52.5 parent: 1 - - uid: 47262 + - uid: 37974 components: - type: Transform - pos: -369.5,107.5 + pos: 169.5,52.5 parent: 1 - - uid: 47263 + - uid: 37975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,106.5 + pos: 167.5,54.5 parent: 1 - - uid: 47264 + - uid: 37976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,105.5 + pos: 190.5,15.5 parent: 1 - - uid: 47265 + - uid: 37977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,104.5 + pos: 190.5,16.5 parent: 1 - - uid: 47268 + - uid: 37978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -365.5,104.5 + pos: 190.5,17.5 parent: 1 - - uid: 47269 + - uid: 37979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -365.5,105.5 + pos: 189.5,18.5 parent: 1 - - uid: 47270 + - uid: 37980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,103.5 + pos: 188.5,18.5 parent: 1 - - uid: 47271 + - uid: 37981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,100.5 + pos: 162.5,34.5 parent: 1 - - uid: 47272 + - uid: 37982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,99.5 + rot: 3.141592653589793 rad + pos: 182.5,52.5 parent: 1 - - uid: 47273 + - uid: 37983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,100.5 + pos: 166.5,34.5 parent: 1 - - uid: 47274 + - uid: 37984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,99.5 + pos: 165.5,34.5 parent: 1 - - uid: 47332 + - uid: 37985 components: - type: Transform - pos: -365.5,107.5 + pos: 164.5,34.5 parent: 1 - - uid: 47333 + - uid: 37986 components: - type: Transform - pos: -364.5,107.5 + pos: 167.5,34.5 parent: 1 - - uid: 47368 + - uid: 37987 components: - type: Transform - pos: -363.5,107.5 + rot: 3.141592653589793 rad + pos: 182.5,48.5 parent: 1 - - uid: 47373 + - uid: 37988 components: - type: Transform - pos: -366.5,104.5 + rot: 3.141592653589793 rad + pos: 182.5,47.5 parent: 1 -- proto: N14WallSuperstore - entities: - - uid: 19343 + - uid: 37989 components: - type: Transform - pos: 77.5,-39.5 + rot: 3.141592653589793 rad + pos: 182.5,55.5 parent: 1 - - uid: 19344 + - uid: 37990 components: - type: Transform - pos: 80.5,-39.5 + rot: 3.141592653589793 rad + pos: 182.5,51.5 parent: 1 - - uid: 19345 + - uid: 37991 components: - type: Transform - pos: 79.5,-46.5 + rot: 3.141592653589793 rad + pos: 182.5,56.5 parent: 1 - - uid: 19346 + - uid: 37992 components: - type: Transform - pos: 101.5,-33.5 + rot: 3.141592653589793 rad + pos: 167.5,51.5 parent: 1 - - uid: 19347 + - uid: 37993 components: - type: Transform - pos: 77.5,-46.5 + rot: 3.141592653589793 rad + pos: 167.5,47.5 parent: 1 - - uid: 19348 + - uid: 37994 components: - type: Transform - pos: 90.5,-49.5 + rot: 3.141592653589793 rad + pos: 167.5,48.5 parent: 1 - - uid: 19349 + - uid: 37995 components: - type: Transform - pos: 102.5,-37.5 + rot: 3.141592653589793 rad + pos: 167.5,50.5 parent: 1 - - uid: 19350 + - uid: 37996 components: - type: Transform - pos: 82.5,-49.5 + pos: 173.5,51.5 parent: 1 - - uid: 19351 + - uid: 37997 components: - type: Transform - pos: 80.5,-38.5 + pos: 173.5,50.5 parent: 1 - - uid: 19352 + - uid: 37998 components: - type: Transform - pos: 76.5,-38.5 + pos: 180.5,57.5 parent: 1 - - uid: 19353 + - uid: 37999 components: - type: Transform - pos: 76.5,-40.5 + rot: -1.5707963267948966 rad + pos: 191.5,173.5 parent: 1 - - uid: 19354 + - uid: 38000 components: - type: Transform - pos: 83.5,-49.5 + rot: -1.5707963267948966 rad + pos: 191.5,175.5 parent: 1 - - uid: 19355 + - uid: 38001 components: - type: Transform - pos: 76.5,-36.5 + rot: -1.5707963267948966 rad + pos: 191.5,171.5 parent: 1 - - uid: 19356 + - uid: 38002 components: - type: Transform - pos: 87.5,-49.5 + rot: -1.5707963267948966 rad + pos: 212.5,180.5 parent: 1 - - uid: 19357 + - uid: 38003 components: - type: Transform - pos: 89.5,-49.5 + rot: -1.5707963267948966 rad + pos: 216.5,183.5 parent: 1 - - uid: 19358 + - uid: 38004 components: - type: Transform - pos: 80.5,-40.5 + rot: 3.141592653589793 rad + pos: 176.5,100.5 parent: 1 - - uid: 19359 + - uid: 38005 components: - type: Transform - pos: 76.5,-37.5 + rot: 3.141592653589793 rad + pos: 176.5,99.5 parent: 1 - - uid: 19360 + - uid: 38006 components: - type: Transform - pos: 81.5,-49.5 + rot: 3.141592653589793 rad + pos: 172.5,99.5 parent: 1 - - uid: 19361 + - uid: 38007 components: - type: Transform - pos: 78.5,-39.5 + rot: 3.141592653589793 rad + pos: 172.5,97.5 parent: 1 - - uid: 19362 + - uid: 38008 components: - type: Transform - pos: 80.5,-47.5 + rot: 3.141592653589793 rad + pos: 176.5,97.5 parent: 1 - - uid: 19363 + - uid: 38009 components: - type: Transform - pos: 76.5,-39.5 + rot: 3.141592653589793 rad + pos: 175.5,100.5 parent: 1 - - uid: 19364 + - uid: 38010 components: - type: Transform - pos: 80.5,-37.5 + rot: 3.141592653589793 rad + pos: 174.5,100.5 parent: 1 - - uid: 19365 + - uid: 38011 components: - type: Transform - pos: 97.5,-45.5 + rot: 3.141592653589793 rad + pos: 172.5,98.5 parent: 1 - - uid: 19366 + - uid: 38012 components: - type: Transform - pos: 88.5,-49.5 + rot: 3.141592653589793 rad + pos: 176.5,98.5 parent: 1 - - uid: 19367 + - uid: 38013 components: - type: Transform - pos: 76.5,-45.5 + rot: 3.141592653589793 rad + pos: 176.5,96.5 parent: 1 - - uid: 19368 + - uid: 38014 components: - type: Transform - pos: 76.5,-46.5 + rot: 3.141592653589793 rad + pos: 172.5,100.5 parent: 1 - - uid: 19369 + - uid: 38015 components: - type: Transform - pos: 80.5,-48.5 + rot: 3.141592653589793 rad + pos: 173.5,100.5 parent: 1 - - uid: 19370 + - uid: 38016 components: - type: Transform - pos: 80.5,-49.5 + rot: 3.141592653589793 rad + pos: 175.5,96.5 parent: 1 - - uid: 19371 + - uid: 38017 components: - type: Transform - pos: 80.5,-41.5 + rot: 3.141592653589793 rad + pos: 173.5,96.5 parent: 1 - - uid: 19372 + - uid: 38018 components: - type: Transform - pos: 101.5,-39.5 + rot: 3.141592653589793 rad + pos: 172.5,96.5 parent: 1 - - uid: 19373 + - uid: 38019 components: - type: Transform - pos: 79.5,-39.5 + pos: -69.5,-32.5 parent: 1 - - uid: 19374 + - uid: 38020 components: - type: Transform - pos: 76.5,-42.5 + pos: -69.5,-33.5 parent: 1 - - uid: 19375 + - uid: 38021 components: - type: Transform - pos: 80.5,-46.5 + pos: -69.5,-34.5 parent: 1 - - uid: 19376 + - uid: 38022 components: - type: Transform - pos: 97.5,-39.5 + pos: -69.5,-35.5 parent: 1 - - uid: 19377 + - uid: 38023 components: - type: Transform - pos: 94.5,-49.5 + pos: -69.5,-36.5 parent: 1 - - uid: 19378 + - uid: 38024 components: - type: Transform - pos: 95.5,-49.5 + pos: -68.5,-36.5 parent: 1 - - uid: 19379 + - uid: 38025 components: - type: Transform - pos: 96.5,-49.5 + pos: -67.5,-36.5 parent: 1 - - uid: 19380 + - uid: 38026 components: - type: Transform - pos: 97.5,-49.5 + pos: -66.5,-36.5 parent: 1 - - uid: 19381 + - uid: 38027 components: - type: Transform - pos: 76.5,-41.5 + pos: -65.5,-36.5 parent: 1 - - uid: 19382 + - uid: 38028 components: - type: Transform - pos: 97.5,-47.5 + pos: -65.5,-35.5 parent: 1 - - uid: 19383 + - uid: 38029 components: - type: Transform - pos: 97.5,-48.5 + pos: -65.5,-34.5 parent: 1 - - uid: 19384 + - uid: 38030 components: - type: Transform - pos: 97.5,-46.5 + pos: -65.5,-33.5 parent: 1 - - uid: 19385 + - uid: 38031 components: - type: Transform - pos: 98.5,-46.5 + pos: -65.5,-32.5 parent: 1 - - uid: 19386 + - uid: 38032 components: - type: Transform - pos: 100.5,-46.5 + pos: -68.5,-32.5 parent: 1 - - uid: 19387 + - uid: 38033 components: - type: Transform - pos: 101.5,-46.5 + pos: -66.5,-32.5 parent: 1 - - uid: 19388 + - uid: 38034 components: - type: Transform - pos: 101.5,-47.5 + rot: 1.5707963267948966 rad + pos: -51.5,-31.5 parent: 1 - - uid: 19389 + - uid: 38035 components: - type: Transform - pos: 101.5,-48.5 + rot: 1.5707963267948966 rad + pos: -47.5,-31.5 parent: 1 - - uid: 19390 + - uid: 38036 components: - type: Transform - pos: 101.5,-49.5 + rot: 1.5707963267948966 rad + pos: -50.5,-31.5 parent: 1 - - uid: 19391 + - uid: 38037 components: - type: Transform - pos: 97.5,-43.5 + rot: 1.5707963267948966 rad + pos: -30.5,-43.5 parent: 1 - - uid: 19392 + - uid: 38038 components: - type: Transform - pos: 100.5,-35.5 + rot: 1.5707963267948966 rad + pos: -30.5,-44.5 parent: 1 - - uid: 19393 + - uid: 38039 components: - type: Transform - pos: 98.5,-35.5 + rot: 1.5707963267948966 rad + pos: -31.5,-44.5 parent: 1 - - uid: 19394 + - uid: 38040 components: - type: Transform - pos: 102.5,-49.5 + rot: 1.5707963267948966 rad + pos: -46.5,-36.5 parent: 1 - - uid: 19395 + - uid: 38041 components: - type: Transform - pos: 103.5,-49.5 + rot: 1.5707963267948966 rad + pos: -38.5,-50.5 parent: 1 - - uid: 19396 + - uid: 38042 components: - type: Transform - pos: 98.5,-39.5 + rot: 1.5707963267948966 rad + pos: -38.5,-51.5 parent: 1 - - uid: 19397 + - uid: 38043 components: - type: Transform - pos: 105.5,-49.5 + rot: 1.5707963267948966 rad + pos: -39.5,-51.5 parent: 1 - - uid: 19398 + - uid: 38044 components: - type: Transform - pos: 107.5,-49.5 + rot: 1.5707963267948966 rad + pos: -40.5,-51.5 parent: 1 - - uid: 19399 + - uid: 38045 components: - type: Transform - pos: 108.5,-49.5 + rot: 1.5707963267948966 rad + pos: -52.5,-51.5 parent: 1 - - uid: 19400 + - uid: 38046 components: - type: Transform - pos: 109.5,-49.5 + rot: 1.5707963267948966 rad + pos: -50.5,-51.5 parent: 1 - - uid: 19401 + - uid: 38047 components: - type: Transform - pos: 109.5,-48.5 + rot: 1.5707963267948966 rad + pos: -39.5,-36.5 parent: 1 - - uid: 19402 + - uid: 38048 components: - type: Transform - pos: 109.5,-47.5 + rot: 1.5707963267948966 rad + pos: -40.5,-45.5 parent: 1 - - uid: 19403 + - uid: 38049 components: - type: Transform - pos: 109.5,-46.5 + rot: 1.5707963267948966 rad + pos: -49.5,-31.5 parent: 1 - - uid: 19404 + - uid: 38050 components: - type: Transform - pos: 109.5,-45.5 + rot: -1.5707963267948966 rad + pos: -171.5,-28.5 parent: 1 - - uid: 19405 + - uid: 38051 components: - type: Transform - pos: 109.5,-44.5 + rot: -1.5707963267948966 rad + pos: -168.5,-28.5 parent: 1 - - uid: 19406 + - uid: 38052 components: - type: Transform - pos: 109.5,-43.5 + rot: -1.5707963267948966 rad + pos: -171.5,-27.5 parent: 1 - - uid: 19407 + - uid: 38053 components: - type: Transform - pos: 109.5,-42.5 + rot: -1.5707963267948966 rad + pos: -170.5,-27.5 parent: 1 - - uid: 19408 + - uid: 38054 components: - type: Transform - pos: 109.5,-41.5 + rot: -1.5707963267948966 rad + pos: -169.5,-27.5 parent: 1 - - uid: 19409 + - uid: 38055 components: - type: Transform - pos: 109.5,-40.5 + rot: -1.5707963267948966 rad + pos: -171.5,-30.5 parent: 1 - - uid: 19410 + - uid: 38056 components: - type: Transform - pos: 96.5,-29.5 + rot: -1.5707963267948966 rad + pos: -168.5,-29.5 parent: 1 - - uid: 19411 + - uid: 38057 components: - type: Transform - pos: 94.5,-29.5 + rot: -1.5707963267948966 rad + pos: -171.5,-29.5 parent: 1 - - uid: 19412 + - uid: 38058 components: - type: Transform - pos: 95.5,-29.5 + pos: -225.5,-98.5 parent: 1 - - uid: 19413 + - uid: 38059 components: - type: Transform - pos: 101.5,-35.5 + rot: -1.5707963267948966 rad + pos: -239.5,-100.5 parent: 1 - - uid: 19414 + - uid: 38060 components: - type: Transform - pos: 110.5,-40.5 + pos: -236.5,-98.5 parent: 1 - - uid: 19415 + - uid: 38061 components: - type: Transform - pos: 111.5,-40.5 + pos: -236.5,-93.5 parent: 1 - - uid: 19416 + - uid: 38062 components: - type: Transform - pos: 112.5,-40.5 + pos: -236.5,-94.5 parent: 1 - - uid: 19417 + - uid: 38063 components: - type: Transform - pos: 113.5,-40.5 + rot: 1.5707963267948966 rad + pos: -197.5,-118.5 parent: 1 - - uid: 19418 + - uid: 38064 components: - type: Transform - pos: 114.5,-40.5 + rot: 3.141592653589793 rad + pos: 135.5,24.5 parent: 1 - - uid: 19419 + - uid: 38065 components: - type: Transform - pos: 115.5,-40.5 + rot: 3.141592653589793 rad + pos: 135.5,27.5 parent: 1 - - uid: 19420 + - uid: 38066 components: - type: Transform - pos: 116.5,-40.5 + rot: 3.141592653589793 rad + pos: 137.5,24.5 parent: 1 - - uid: 19421 + - uid: 38067 components: - type: Transform - pos: 117.5,-40.5 + pos: 92.5,23.5 parent: 1 - - uid: 19422 + - uid: 38068 components: - type: Transform - pos: 117.5,-39.5 + pos: 94.5,23.5 parent: 1 - - uid: 19423 + - uid: 38069 components: - type: Transform - pos: 117.5,-38.5 + pos: 84.5,12.5 parent: 1 - - uid: 19424 + - uid: 38070 components: - type: Transform - pos: 117.5,-37.5 + rot: -1.5707963267948966 rad + pos: -240.5,-108.5 parent: 1 - - uid: 19425 + - uid: 38071 components: - type: Transform - pos: 117.5,-36.5 + pos: 166.5,-160.5 parent: 1 - - uid: 19426 + - uid: 38072 components: - type: Transform - pos: 117.5,-35.5 + pos: 100.5,28.5 parent: 1 - - uid: 19427 + - uid: 38073 components: - type: Transform - pos: 117.5,-34.5 + pos: 99.5,28.5 parent: 1 - - uid: 19428 + - uid: 38074 components: - type: Transform - pos: 117.5,-33.5 + rot: -1.5707963267948966 rad + pos: 84.5,11.5 parent: 1 - - uid: 19429 + - uid: 38075 components: - type: Transform - pos: 109.5,-33.5 + rot: -1.5707963267948966 rad + pos: 84.5,13.5 parent: 1 - - uid: 19430 + - uid: 38076 components: - type: Transform - pos: 109.5,-32.5 + rot: -1.5707963267948966 rad + pos: 97.5,21.5 parent: 1 - - uid: 19431 + - uid: 38077 components: - type: Transform - pos: 109.5,-31.5 + pos: 97.5,24.5 parent: 1 - - uid: 19432 + - uid: 38078 components: - type: Transform - pos: 109.5,-30.5 + rot: 3.141592653589793 rad + pos: 135.5,26.5 parent: 1 - - uid: 19433 + - uid: 38079 components: - type: Transform - pos: 109.5,-29.5 + pos: 108.5,29.5 parent: 1 - - uid: 19434 + - uid: 38080 components: - type: Transform - pos: 108.5,-29.5 + pos: 107.5,29.5 parent: 1 - - uid: 19435 + - uid: 38081 components: - type: Transform - pos: 107.5,-29.5 + pos: 98.5,28.5 parent: 1 - - uid: 19436 + - uid: 38082 components: - type: Transform - pos: 97.5,-38.5 + pos: 104.5,29.5 parent: 1 - - uid: 19437 + - uid: 38083 components: - type: Transform - pos: 105.5,-29.5 + pos: 106.5,29.5 parent: 1 - - uid: 19438 + - uid: 38084 components: - type: Transform - pos: 99.5,-39.5 + pos: 105.5,29.5 parent: 1 - - uid: 19439 + - uid: 38085 components: - type: Transform - pos: 103.5,-29.5 + pos: 103.5,29.5 parent: 1 - - uid: 19440 + - uid: 38086 components: - type: Transform - pos: 102.5,-29.5 + pos: 102.5,29.5 parent: 1 - - uid: 19441 + - uid: 38087 components: - type: Transform - pos: 101.5,-29.5 + pos: 101.5,29.5 parent: 1 - - uid: 19442 + - uid: 38088 components: - type: Transform - pos: 101.5,-30.5 + pos: 100.5,29.5 parent: 1 - - uid: 19443 + - uid: 38089 components: - type: Transform - pos: 101.5,-31.5 + rot: 3.141592653589793 rad + pos: 137.5,27.5 parent: 1 - - uid: 19444 + - uid: 38090 components: - type: Transform - pos: 101.5,-32.5 + pos: 104.5,27.5 parent: 1 - - uid: 19445 + - uid: 38091 components: - type: Transform - pos: 100.5,-32.5 + pos: 103.5,27.5 parent: 1 - - uid: 19446 + - uid: 38092 components: - type: Transform - pos: 97.5,-40.5 + rot: 3.141592653589793 rad + pos: 137.5,29.5 parent: 1 - - uid: 19447 + - uid: 38093 components: - type: Transform - pos: 98.5,-32.5 + pos: 82.5,13.5 parent: 1 - - uid: 19448 + - uid: 38094 components: - type: Transform - pos: 97.5,-32.5 + pos: 91.5,23.5 parent: 1 - - uid: 19449 + - uid: 38095 components: - type: Transform - pos: 97.5,-31.5 + pos: 87.5,23.5 parent: 1 - - uid: 19450 + - uid: 38096 components: - type: Transform - pos: 97.5,-30.5 + pos: 90.5,23.5 parent: 1 - - uid: 19451 + - uid: 38097 components: - type: Transform - pos: 97.5,-29.5 + pos: 85.5,23.5 parent: 1 - - uid: 19452 + - uid: 38098 components: - type: Transform - pos: 90.5,-29.5 + pos: 86.5,23.5 parent: 1 - - uid: 19453 + - uid: 38099 components: - type: Transform - pos: 89.5,-29.5 + pos: 88.5,23.5 parent: 1 - - uid: 19454 + - uid: 38100 components: - type: Transform - pos: 88.5,-29.5 + pos: 84.5,23.5 parent: 1 - - uid: 19455 + - uid: 38101 components: - type: Transform - pos: 87.5,-29.5 + pos: 89.5,23.5 parent: 1 - - uid: 19456 + - uid: 38102 components: - type: Transform - pos: 102.5,-38.5 + pos: 97.5,23.5 parent: 1 - - uid: 19457 + - uid: 38103 components: - type: Transform - pos: 97.5,-35.5 + rot: 3.141592653589793 rad + pos: 135.5,29.5 parent: 1 - - uid: 19458 + - uid: 38104 components: - type: Transform - pos: 100.5,-39.5 + rot: 3.141592653589793 rad + pos: 136.5,29.5 parent: 1 - - uid: 19459 + - uid: 38105 components: - type: Transform - pos: 83.5,-29.5 + rot: 3.141592653589793 rad + pos: 135.5,23.5 parent: 1 - - uid: 19460 + - uid: 38106 components: - type: Transform - pos: 82.5,-29.5 + pos: 128.5,23.5 parent: 1 - - uid: 19461 + - uid: 38107 components: - type: Transform - pos: 81.5,-29.5 + pos: 85.5,19.5 parent: 1 - - uid: 19462 + - uid: 38108 components: - type: Transform - pos: 80.5,-29.5 + pos: 86.5,21.5 parent: 1 - - uid: 19463 + - uid: 38109 components: - type: Transform - pos: 80.5,-30.5 + pos: 94.5,21.5 parent: 1 - - uid: 19464 + - uid: 38110 components: - type: Transform - pos: 80.5,-31.5 + pos: 84.5,16.5 parent: 1 - - uid: 19465 + - uid: 38111 components: - type: Transform - pos: 80.5,-32.5 + pos: 98.5,26.5 parent: 1 - - uid: 19466 + - uid: 38112 components: - type: Transform - pos: 79.5,-32.5 + pos: 82.5,15.5 parent: 1 - - uid: 19467 + - uid: 38113 components: - type: Transform - pos: 99.5,-35.5 + pos: 82.5,18.5 parent: 1 - - uid: 19468 + - uid: 38114 components: - type: Transform - pos: 77.5,-32.5 + pos: 85.5,16.5 parent: 1 - - uid: 19469 + - uid: 38115 components: - type: Transform - pos: 76.5,-32.5 + pos: 85.5,20.5 parent: 1 - - uid: 19470 + - uid: 38116 components: - type: Transform - pos: 76.5,-33.5 + pos: 82.5,17.5 parent: 1 - - uid: 19471 + - uid: 38117 components: - type: Transform - pos: 102.5,-35.5 + pos: 82.5,16.5 parent: 1 - - uid: 19472 + - uid: 38118 components: - type: Transform - pos: 102.5,-43.5 + pos: 217.5,183.5 parent: 1 - - uid: 19473 + - uid: 38119 components: - type: Transform - pos: 102.5,-39.5 + rot: -1.5707963267948966 rad + pos: -246.5,-110.5 parent: 1 - - uid: 19474 + - uid: 38120 components: - type: Transform - pos: 109.5,-36.5 + rot: -1.5707963267948966 rad + pos: -249.5,-106.5 parent: 1 - - uid: 19475 + - uid: 38121 components: - type: Transform - pos: 102.5,-41.5 + rot: -1.5707963267948966 rad + pos: -247.5,-110.5 parent: 1 - - uid: 19476 + - uid: 38122 components: - type: Transform - pos: 102.5,-40.5 + rot: -1.5707963267948966 rad + pos: -244.5,-106.5 parent: 1 - - uid: 19477 + - uid: 38123 components: - type: Transform - pos: 109.5,-37.5 + rot: -1.5707963267948966 rad + pos: -240.5,-100.5 parent: 1 - - uid: 19478 + - uid: 38124 components: - type: Transform - pos: 98.5,-43.5 + rot: -1.5707963267948966 rad + pos: -241.5,-100.5 parent: 1 - - uid: 19479 + - uid: 38125 components: - type: Transform - pos: 99.5,-43.5 + rot: 3.141592653589793 rad + pos: -244.5,-108.5 parent: 1 - - uid: 19480 + - uid: 38126 components: - type: Transform - pos: 100.5,-43.5 + rot: -1.5707963267948966 rad + pos: -239.5,-101.5 parent: 1 - - uid: 19481 + - uid: 38127 components: - type: Transform - pos: 101.5,-43.5 + rot: -1.5707963267948966 rad + pos: -238.5,-104.5 parent: 1 - - uid: 19482 + - uid: 38128 components: - type: Transform - pos: 104.5,-43.5 + rot: -1.5707963267948966 rad + pos: -240.5,-106.5 parent: 1 - - uid: 19483 + - uid: 38129 components: - type: Transform - pos: 104.5,-44.5 + rot: -1.5707963267948966 rad + pos: -248.5,-108.5 parent: 1 - - uid: 19484 + - uid: 38130 components: - type: Transform - pos: 104.5,-47.5 + rot: 3.141592653589793 rad + pos: -245.5,-103.5 parent: 1 - - uid: 19485 + - uid: 38131 components: - type: Transform - pos: 104.5,-46.5 + rot: -1.5707963267948966 rad + pos: -245.5,-104.5 parent: 1 - - uid: 19486 + - uid: 38132 components: - type: Transform - pos: 107.5,-43.5 + rot: -1.5707963267948966 rad + pos: -249.5,-105.5 parent: 1 - - uid: 19487 + - uid: 38133 components: - type: Transform - pos: 106.5,-43.5 + rot: -1.5707963267948966 rad + pos: -244.5,-109.5 parent: 1 - - uid: 19488 + - uid: 38134 components: - type: Transform - pos: 104.5,-48.5 + rot: -1.5707963267948966 rad + pos: -245.5,-109.5 parent: 1 - - uid: 19489 + - uid: 38135 components: - type: Transform - pos: 108.5,-43.5 + rot: -1.5707963267948966 rad + pos: -243.5,-109.5 parent: 1 - - uid: 19490 + - uid: 38136 components: - type: Transform - pos: 80.5,-42.5 + rot: -1.5707963267948966 rad + pos: -248.5,-102.5 parent: 1 - - uid: 19491 + - uid: 38137 components: - type: Transform - pos: 80.5,-45.5 + rot: 3.141592653589793 rad + pos: -247.5,-103.5 parent: 1 - - uid: 19492 + - uid: 38138 components: - type: Transform - pos: 105.5,-43.5 + rot: -1.5707963267948966 rad + pos: -247.5,-102.5 parent: 1 - - uid: 19493 + - uid: 38139 components: - type: Transform - pos: 104.5,-49.5 + pos: -397.5,115.5 parent: 1 - - uid: 19494 + - uid: 38140 components: - type: Transform - pos: 110.5,-33.5 + pos: -170.5,20.5 parent: 1 - - uid: 19495 + - uid: 38141 components: - type: Transform - pos: 116.5,-33.5 + pos: 48.5,-109.5 parent: 1 - - uid: 19496 + - uid: 38142 components: - type: Transform - pos: 92.5,-38.5 + pos: 54.5,-109.5 parent: 1 -- proto: N14WallWoodDark - entities: - - uid: 8041 + - uid: 38143 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,158.5 + pos: -197.5,-117.5 parent: 1 - - uid: 9141 + - uid: 38144 components: - type: Transform - pos: 80.5,-125.5 + rot: 1.5707963267948966 rad + pos: -197.5,-120.5 parent: 1 - - uid: 19497 + - uid: 38145 components: - type: Transform - pos: -77.5,-23.5 + rot: -1.5707963267948966 rad + pos: 99.5,21.5 parent: 1 - - uid: 19498 + - uid: 38146 components: - type: Transform - pos: -72.5,-9.5 + pos: 217.5,186.5 parent: 1 - - uid: 19499 + - uid: 38147 components: - type: Transform - pos: -67.5,-9.5 + pos: 217.5,184.5 parent: 1 - - uid: 19500 + - uid: 38148 components: - type: Transform - pos: -68.5,-9.5 + rot: 3.141592653589793 rad + pos: 134.5,27.5 parent: 1 - - uid: 19501 + - uid: 38149 components: - type: Transform - pos: -70.5,-9.5 + rot: 3.141592653589793 rad + pos: 135.5,25.5 parent: 1 - - uid: 19502 + - uid: 38150 components: - type: Transform - pos: -66.5,-9.5 + pos: -168.5,33.5 parent: 1 - - uid: 19503 + - uid: 38151 components: - type: Transform - pos: -71.5,-9.5 + pos: 165.5,-159.5 parent: 1 - - uid: 19504 + - uid: 38152 components: - type: Transform - pos: -77.5,-20.5 + pos: 165.5,-158.5 parent: 1 - - uid: 19505 + - uid: 38153 components: - type: Transform - pos: -77.5,-10.5 + pos: 165.5,-154.5 parent: 1 - - uid: 19506 + - uid: 38154 components: - type: Transform - pos: -77.5,-11.5 + pos: 165.5,-155.5 parent: 1 - - uid: 19507 + - uid: 38155 components: - type: Transform - pos: -76.5,-9.5 + pos: 165.5,-153.5 parent: 1 - - uid: 19508 + - uid: 38156 components: - type: Transform - pos: -77.5,-12.5 + pos: 165.5,-150.5 parent: 1 - - uid: 19509 + - uid: 38157 components: - type: Transform - pos: -77.5,-15.5 + pos: 166.5,-150.5 parent: 1 - - uid: 19510 + - uid: 38158 components: - type: Transform - pos: -63.5,-9.5 + pos: 168.5,-150.5 parent: 1 - - uid: 19511 + - uid: 38159 components: - type: Transform - pos: -69.5,-9.5 + pos: 42.5,-109.5 parent: 1 - - uid: 19512 + - uid: 38160 components: - type: Transform - pos: -77.5,-19.5 + pos: 51.5,-109.5 parent: 1 - - uid: 19513 + - uid: 38161 components: - type: Transform - pos: -77.5,-16.5 + pos: 55.5,-112.5 parent: 1 - - uid: 19514 + - uid: 38162 components: - type: Transform - pos: 133.5,-30.5 + pos: 45.5,-109.5 parent: 1 - - uid: 19515 + - uid: 38163 components: - type: Transform - pos: -17.5,-72.5 + pos: 55.5,-111.5 parent: 1 - - uid: 19516 + - uid: 38164 components: - type: Transform - pos: 138.5,-30.5 + pos: 55.5,-113.5 parent: 1 - - uid: 19517 + - uid: 38165 components: - type: Transform - pos: 42.5,170.5 + pos: 55.5,-109.5 parent: 1 - - uid: 19518 + - uid: 38166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,126.5 + pos: 49.5,-109.5 parent: 1 - - uid: 19520 + - uid: 38167 components: - type: Transform - pos: -75.5,-119.5 + pos: 43.5,-109.5 parent: 1 - - uid: 19521 + - uid: 38168 components: - type: Transform - pos: -82.5,-122.5 + pos: 41.5,-109.5 parent: 1 - - uid: 19522 + - uid: 38169 components: - type: Transform - pos: -83.5,-105.5 + pos: 46.5,-109.5 parent: 1 - - uid: 19523 + - uid: 38170 components: - type: Transform - pos: -83.5,-109.5 + pos: 52.5,-109.5 parent: 1 - - uid: 19524 + - uid: 38171 components: - type: Transform - pos: -57.5,-132.5 + pos: 44.5,-109.5 parent: 1 - - uid: 19525 + - uid: 38172 components: - type: Transform - pos: -50.5,-127.5 + pos: 50.5,-109.5 parent: 1 - - uid: 19526 + - uid: 38173 components: - type: Transform - pos: -50.5,-128.5 + pos: 41.5,-113.5 parent: 1 - - uid: 19527 + - uid: 38174 components: - type: Transform - pos: -18.5,4.5 + pos: 53.5,-109.5 parent: 1 - - uid: 19528 + - uid: 38175 components: - type: Transform - pos: -71.5,-106.5 + pos: 55.5,-110.5 parent: 1 - - uid: 19529 + - uid: 38176 components: - type: Transform - pos: -82.5,-125.5 + pos: 47.5,-109.5 parent: 1 - - uid: 19530 + - uid: 38177 components: - type: Transform - pos: -83.5,-99.5 + pos: 41.5,-112.5 parent: 1 - - uid: 19531 + - uid: 38178 components: - type: Transform - pos: -78.5,-99.5 + pos: 41.5,-111.5 parent: 1 - - uid: 19532 + - uid: 38179 components: - type: Transform - pos: -82.5,-126.5 + pos: 41.5,-110.5 parent: 1 - - uid: 19533 + - uid: 38180 components: - type: Transform - pos: -77.5,-101.5 + pos: 100.5,24.5 parent: 1 - - uid: 19534 + - uid: 38181 components: - type: Transform - pos: -76.5,-99.5 + pos: 83.5,21.5 parent: 1 - - uid: 19535 + - uid: 38182 components: - type: Transform - pos: -71.5,-105.5 + rot: 3.141592653589793 rad + pos: 137.5,26.5 parent: 1 - - uid: 19536 + - uid: 38183 components: - type: Transform - pos: -77.5,-126.5 + pos: 89.5,21.5 parent: 1 - - uid: 19537 + - uid: 38184 components: - type: Transform - pos: -78.5,-126.5 + pos: 91.5,21.5 parent: 1 - - uid: 19538 + - uid: 38185 components: - type: Transform - pos: -75.5,-124.5 + pos: 93.5,21.5 parent: 1 - - uid: 19539 + - uid: 38186 components: - type: Transform - pos: -78.5,-119.5 + pos: 95.5,21.5 parent: 1 - - uid: 19540 + - uid: 38187 components: - type: Transform - pos: -74.5,-108.5 + pos: 90.5,21.5 parent: 1 - - uid: 19541 + - uid: 38188 components: - type: Transform - pos: -75.5,-122.5 + pos: 96.5,21.5 parent: 1 - - uid: 19542 + - uid: 38189 components: - type: Transform - pos: -80.5,-119.5 + pos: 92.5,21.5 parent: 1 - - uid: 19543 + - uid: 38190 components: - type: Transform - pos: -81.5,-122.5 + pos: 99.5,23.5 parent: 1 - - uid: 19544 + - uid: 38191 components: - type: Transform - pos: -47.5,-113.5 + pos: 99.5,22.5 parent: 1 - - uid: 19545 + - uid: 38192 components: - type: Transform - pos: -18.5,-75.5 + pos: 99.5,24.5 parent: 1 - - uid: 19546 + - uid: 38193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,127.5 + pos: 97.5,26.5 parent: 1 - - uid: 19547 + - uid: 38194 components: - type: Transform - pos: -19.5,7.5 + pos: 85.5,17.5 parent: 1 - - uid: 19548 + - uid: 38195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,128.5 + pos: 87.5,21.5 parent: 1 - - uid: 19549 + - uid: 38196 components: - type: Transform - pos: -82.5,-124.5 + pos: 85.5,21.5 parent: 1 - - uid: 19550 + - uid: 38197 components: - type: Transform - pos: -88.5,-109.5 + pos: 88.5,21.5 parent: 1 - - uid: 19551 + - uid: 38198 components: - type: Transform - pos: -81.5,-126.5 + pos: 83.5,22.5 parent: 1 - - uid: 19552 + - uid: 38199 components: - type: Transform - pos: -72.5,-99.5 + pos: 100.5,26.5 parent: 1 - - uid: 19553 + - uid: 38200 components: - type: Transform - pos: -80.5,-126.5 + pos: 100.5,25.5 parent: 1 - - uid: 19554 + - uid: 38201 components: - type: Transform - pos: -77.5,-99.5 + pos: 102.5,26.5 parent: 1 - - uid: 19555 + - uid: 38202 components: - type: Transform - pos: -77.5,-122.5 + pos: 101.5,26.5 parent: 1 - - uid: 19556 +- proto: N14WallStore + entities: + - uid: 38203 components: - type: Transform - pos: -47.5,-114.5 + rot: 1.5707963267948966 rad + pos: 19.5,-63.5 parent: 1 - - uid: 19557 + - uid: 38204 components: - type: Transform - pos: -78.5,-122.5 + rot: 1.5707963267948966 rad + pos: 40.5,-75.5 parent: 1 - - uid: 19558 + - uid: 38205 components: - type: Transform - pos: -76.5,-126.5 + rot: 1.5707963267948966 rad + pos: 32.5,-56.5 parent: 1 - - uid: 19559 + - uid: 38206 components: - type: Transform - pos: -87.5,-110.5 + rot: 1.5707963267948966 rad + pos: 27.5,-70.5 parent: 1 - - uid: 19560 + - uid: 38207 components: - type: Transform - pos: -81.5,-119.5 + rot: 1.5707963267948966 rad + pos: 34.5,-70.5 parent: 1 - - uid: 19561 + - uid: 38208 components: - type: Transform - pos: -76.5,-122.5 + rot: -1.5707963267948966 rad + pos: -43.5,21.5 parent: 1 - - uid: 19562 + - uid: 38209 components: - type: Transform - pos: -75.5,-125.5 + pos: 52.5,8.5 parent: 1 - - uid: 19563 + - uid: 38210 components: - type: Transform - pos: -71.5,-107.5 + pos: 43.5,1.5 parent: 1 - - uid: 19564 + - uid: 38211 components: - type: Transform - pos: -78.5,-105.5 + pos: 37.5,3.5 parent: 1 - - uid: 19565 + - uid: 38212 components: - type: Transform - pos: -73.5,-105.5 + pos: 43.5,7.5 parent: 1 - - uid: 19566 + - uid: 38213 components: - type: Transform - pos: -75.5,-123.5 + pos: 49.5,7.5 parent: 1 - - uid: 19567 + - uid: 38214 components: - type: Transform - pos: -79.5,-126.5 + pos: 52.5,-0.5 parent: 1 - - uid: 19568 + - uid: 38215 components: - type: Transform - pos: -79.5,-119.5 + pos: 48.5,7.5 parent: 1 - - uid: 19569 + - uid: 38216 components: - type: Transform - pos: -82.5,-119.5 + pos: 52.5,0.5 parent: 1 - - uid: 19570 + - uid: 38217 components: - type: Transform - pos: -82.5,-123.5 + rot: -1.5707963267948966 rad + pos: -42.5,22.5 parent: 1 - - uid: 19571 + - uid: 38218 components: - type: Transform - pos: -76.5,-119.5 + pos: 43.5,-0.5 parent: 1 - - uid: 19572 + - uid: 38219 components: - type: Transform - pos: -71.5,-110.5 + pos: 52.5,1.5 parent: 1 - - uid: 19573 + - uid: 38220 components: - type: Transform - pos: -82.5,-120.5 + rot: -1.5707963267948966 rad + pos: -42.5,21.5 parent: 1 - - uid: 19574 + - uid: 38221 components: - type: Transform - pos: -82.5,-121.5 + pos: 37.5,8.5 parent: 1 - - uid: 19575 + - uid: 38222 components: - type: Transform - pos: -75.5,-126.5 + pos: 41.5,11.5 parent: 1 - - uid: 19576 + - uid: 38223 components: - type: Transform - pos: -75.5,-120.5 + pos: 40.5,11.5 parent: 1 - - uid: 19577 + - uid: 38224 components: - type: Transform - pos: -82.5,-105.5 + pos: 52.5,3.5 parent: 1 - - uid: 19578 + - uid: 38225 components: - type: Transform - pos: -79.5,-122.5 + pos: 37.5,2.5 parent: 1 - - uid: 19579 + - uid: 38226 components: - type: Transform - pos: -71.5,-103.5 + rot: 1.5707963267948966 rad + pos: 27.5,-56.5 parent: 1 - - uid: 19580 + - uid: 38227 components: - type: Transform - pos: -83.5,-106.5 + rot: 1.5707963267948966 rad + pos: 30.5,-57.5 parent: 1 - - uid: 19581 + - uid: 38228 components: - type: Transform - pos: -77.5,-119.5 + rot: -1.5707963267948966 rad + pos: -47.5,21.5 parent: 1 - - uid: 19582 + - uid: 38229 components: - type: Transform - pos: -71.5,-99.5 + rot: 1.5707963267948966 rad + pos: 23.5,-78.5 parent: 1 - - uid: 19583 + - uid: 38230 components: - type: Transform - pos: -47.5,-112.5 + rot: 1.5707963267948966 rad + pos: 26.5,-70.5 parent: 1 - - uid: 19584 + - uid: 38231 components: - type: Transform - pos: -82.5,-99.5 + rot: 1.5707963267948966 rad + pos: 34.5,-61.5 parent: 1 - - uid: 19585 + - uid: 38232 components: - type: Transform - pos: -72.5,-105.5 + pos: 42.5,11.5 parent: 1 - - uid: 19586 + - uid: 38233 components: - type: Transform - pos: -75.5,-105.5 + rot: -1.5707963267948966 rad + pos: -43.5,27.5 parent: 1 - - uid: 19587 + - uid: 38234 components: - type: Transform - pos: -81.5,-105.5 + pos: 50.5,-66.5 parent: 1 - - uid: 19588 + - uid: 38235 components: - type: Transform - pos: -77.5,-100.5 + pos: 50.5,11.5 parent: 1 - - uid: 19589 + - uid: 38236 components: - type: Transform - pos: -76.5,-105.5 + rot: 1.5707963267948966 rad + pos: 32.5,-60.5 parent: 1 - - uid: 19590 + - uid: 38237 components: - type: Transform - pos: -77.5,-105.5 + rot: 1.5707963267948966 rad + pos: 28.5,-70.5 parent: 1 - - uid: 19591 + - uid: 38238 components: - type: Transform - pos: -79.5,-105.5 + pos: 52.5,9.5 parent: 1 - - uid: 19592 + - uid: 38239 components: - type: Transform - pos: -84.5,-110.5 + pos: 37.5,6.5 parent: 1 - - uid: 19593 + - uid: 38240 components: - type: Transform - pos: -71.5,-109.5 + rot: -1.5707963267948966 rad + pos: -44.5,21.5 parent: 1 - - uid: 19594 + - uid: 38241 components: - type: Transform - pos: -72.5,-107.5 + pos: 37.5,4.5 parent: 1 - - uid: 19595 + - uid: 38242 components: - type: Transform - pos: -88.5,-110.5 + pos: 37.5,11.5 parent: 1 - - uid: 19596 + - uid: 38243 components: - type: Transform - pos: -74.5,-107.5 + rot: 1.5707963267948966 rad + pos: 18.5,-70.5 parent: 1 - - uid: 19597 + - uid: 38244 components: - type: Transform - pos: -83.5,-100.5 + rot: 1.5707963267948966 rad + pos: 30.5,-59.5 parent: 1 - - uid: 19598 + - uid: 38245 components: - type: Transform - pos: -83.5,-101.5 + rot: 1.5707963267948966 rad + pos: 20.5,-70.5 parent: 1 - - uid: 19599 + - uid: 38246 components: - type: Transform - pos: -83.5,-102.5 + rot: 1.5707963267948966 rad + pos: 39.5,-75.5 parent: 1 - - uid: 19600 + - uid: 38247 components: - type: Transform - pos: -83.5,-103.5 + rot: 1.5707963267948966 rad + pos: 19.5,-71.5 parent: 1 - - uid: 19601 + - uid: 38248 components: - type: Transform - pos: -83.5,-104.5 + rot: 1.5707963267948966 rad + pos: 11.5,-78.5 parent: 1 - - uid: 19602 + - uid: 38249 components: - type: Transform - pos: -73.5,-110.5 + rot: 1.5707963267948966 rad + pos: 31.5,-61.5 parent: 1 - - uid: 19603 + - uid: 38250 components: - type: Transform - pos: -74.5,-110.5 + rot: 1.5707963267948966 rad + pos: 32.5,-57.5 parent: 1 - - uid: 19604 + - uid: 38251 components: - type: Transform - pos: -84.5,-104.5 + rot: 1.5707963267948966 rad + pos: 36.5,-75.5 parent: 1 - - uid: 19605 + - uid: 38252 components: - type: Transform - pos: -87.5,-104.5 + rot: 1.5707963267948966 rad + pos: 38.5,-75.5 parent: 1 - - uid: 19606 + - uid: 38253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-110.5 + rot: 1.5707963267948966 rad + pos: 32.5,-61.5 parent: 1 - - uid: 19607 + - uid: 38254 components: - type: Transform - pos: -83.5,-107.5 + rot: 1.5707963267948966 rad + pos: 27.5,-76.5 parent: 1 - - uid: 19608 + - uid: 38255 components: - type: Transform - pos: -88.5,-105.5 + rot: 1.5707963267948966 rad + pos: 30.5,-61.5 parent: 1 - - uid: 19609 + - uid: 38256 components: - type: Transform - pos: -83.5,-110.5 + rot: 1.5707963267948966 rad + pos: 27.5,-72.5 parent: 1 - - uid: 19610 + - uid: 38257 components: - type: Transform - pos: -88.5,-104.5 + rot: 1.5707963267948966 rad + pos: 12.5,-70.5 parent: 1 - - uid: 19611 + - uid: 38258 components: - type: Transform - pos: -82.5,-110.5 + rot: 1.5707963267948966 rad + pos: 34.5,-63.5 parent: 1 - - uid: 19612 + - uid: 38259 components: - type: Transform - pos: -78.5,-110.5 + rot: 1.5707963267948966 rad + pos: 31.5,-57.5 parent: 1 - - uid: 19613 + - uid: 38260 components: - type: Transform - pos: -77.5,-110.5 + rot: 1.5707963267948966 rad + pos: 11.5,-58.5 parent: 1 - - uid: 19614 + - uid: 38261 components: - type: Transform - pos: -76.5,-110.5 + rot: 1.5707963267948966 rad + pos: 33.5,-61.5 parent: 1 - - uid: 19615 + - uid: 38262 components: - type: Transform - pos: -75.5,-110.5 + rot: 1.5707963267948966 rad + pos: 34.5,-57.5 parent: 1 - - uid: 19616 + - uid: 38263 components: - type: Transform - pos: -70.5,-129.5 + rot: 1.5707963267948966 rad + pos: 42.5,-75.5 parent: 1 - - uid: 19617 + - uid: 38264 components: - type: Transform - pos: 130.5,-30.5 + rot: 1.5707963267948966 rad + pos: 27.5,-71.5 parent: 1 - - uid: 19618 + - uid: 38265 components: - type: Transform - pos: -57.5,-123.5 + rot: 1.5707963267948966 rad + pos: 42.5,-76.5 parent: 1 - - uid: 19619 + - uid: 38266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-98.5 + rot: 1.5707963267948966 rad + pos: 11.5,-60.5 parent: 1 - - uid: 19620 + - uid: 38267 components: - type: Transform - pos: -51.5,-128.5 + rot: 1.5707963267948966 rad + pos: 11.5,-62.5 parent: 1 - - uid: 19621 + - uid: 38268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-110.5 + rot: 1.5707963267948966 rad + pos: 42.5,-72.5 parent: 1 - - uid: 19622 + - uid: 38269 components: - type: Transform - pos: -55.5,-133.5 + rot: 1.5707963267948966 rad + pos: 42.5,-73.5 parent: 1 - - uid: 19623 + - uid: 38270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-98.5 + rot: 1.5707963267948966 rad + pos: 19.5,-70.5 parent: 1 - - uid: 19624 + - uid: 38271 components: - type: Transform - pos: -73.5,-134.5 + rot: 1.5707963267948966 rad + pos: 11.5,-61.5 parent: 1 - - uid: 19625 + - uid: 38272 components: - type: Transform - pos: -50.5,-125.5 + rot: 1.5707963267948966 rad + pos: 25.5,-78.5 parent: 1 - - uid: 19626 + - uid: 38273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-133.5 + rot: 1.5707963267948966 rad + pos: 30.5,-63.5 parent: 1 - - uid: 19627 + - uid: 38274 components: - type: Transform - pos: -57.5,-128.5 + rot: 1.5707963267948966 rad + pos: 37.5,-56.5 parent: 1 - - uid: 19628 + - uid: 38275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-109.5 + rot: 1.5707963267948966 rad + pos: 11.5,-71.5 parent: 1 - - uid: 19629 + - uid: 38276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-109.5 + rot: 1.5707963267948966 rad + pos: 11.5,-59.5 parent: 1 - - uid: 19630 + - uid: 38277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-98.5 + rot: 1.5707963267948966 rad + pos: 26.5,-78.5 parent: 1 - - uid: 19631 + - uid: 38278 components: - type: Transform - pos: -69.5,-132.5 + rot: 1.5707963267948966 rad + pos: 42.5,-74.5 parent: 1 - - uid: 19632 + - uid: 38279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-133.5 + rot: 1.5707963267948966 rad + pos: 33.5,-57.5 parent: 1 - - uid: 19633 + - uid: 38280 components: - type: Transform - pos: -57.5,-127.5 + rot: 1.5707963267948966 rad + pos: 24.5,-78.5 parent: 1 - - uid: 19634 + - uid: 38281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-117.5 + rot: 1.5707963267948966 rad + pos: 11.5,-56.5 parent: 1 - - uid: 19635 + - uid: 38282 components: - type: Transform - pos: -57.5,-129.5 + rot: 1.5707963267948966 rad + pos: 44.5,-55.5 parent: 1 - - uid: 19636 + - uid: 38283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-112.5 + rot: 1.5707963267948966 rad + pos: 42.5,-71.5 parent: 1 - - uid: 19637 + - uid: 38284 components: - type: Transform - pos: -57.5,-133.5 + rot: 1.5707963267948966 rad + pos: 11.5,-57.5 parent: 1 - - uid: 19638 + - uid: 38285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-109.5 + rot: 1.5707963267948966 rad + pos: 32.5,-59.5 parent: 1 - - uid: 19639 + - uid: 38286 components: - type: Transform - pos: -50.5,-124.5 + rot: 1.5707963267948966 rad + pos: 43.5,-55.5 parent: 1 - - uid: 19640 + - uid: 38287 components: - type: Transform - pos: -73.5,-131.5 + rot: 1.5707963267948966 rad + pos: 11.5,-63.5 parent: 1 - - uid: 19641 + - uid: 38288 components: - type: Transform - pos: -57.5,-131.5 + rot: 1.5707963267948966 rad + pos: 31.5,-59.5 parent: 1 - - uid: 19642 + - uid: 38289 components: - type: Transform - pos: -56.5,-133.5 + pos: 46.5,-69.5 parent: 1 - - uid: 19643 + - uid: 38290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-133.5 + rot: 1.5707963267948966 rad + pos: 42.5,-77.5 parent: 1 - - uid: 19644 + - uid: 38291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-111.5 + rot: 1.5707963267948966 rad + pos: 42.5,-78.5 parent: 1 - - uid: 19645 + - uid: 38292 components: - type: Transform - pos: -69.5,-133.5 + rot: 1.5707963267948966 rad + pos: 41.5,-75.5 parent: 1 - - uid: 19646 + - uid: 38293 components: - type: Transform - pos: -72.5,-129.5 + rot: 1.5707963267948966 rad + pos: 35.5,-75.5 parent: 1 - - uid: 19647 + - uid: 38294 components: - type: Transform - pos: -69.5,-134.5 + rot: 1.5707963267948966 rad + pos: 35.5,-76.5 parent: 1 - - uid: 19648 + - uid: 38295 components: - type: Transform - pos: -55.5,-123.5 + rot: 1.5707963267948966 rad + pos: 35.5,-77.5 parent: 1 - - uid: 19649 + - uid: 38296 components: - type: Transform - pos: -57.5,-124.5 + rot: 1.5707963267948966 rad + pos: 28.5,-78.5 parent: 1 - - uid: 19650 + - uid: 38297 components: - type: Transform - pos: -73.5,-133.5 + rot: 1.5707963267948966 rad + pos: 27.5,-78.5 parent: 1 - - uid: 19651 + - uid: 38298 components: - type: Transform - pos: -73.5,-132.5 + rot: 1.5707963267948966 rad + pos: 12.5,-78.5 parent: 1 - - uid: 19652 + - uid: 38299 components: - type: Transform - pos: -52.5,-123.5 + rot: 1.5707963267948966 rad + pos: 13.5,-78.5 parent: 1 - - uid: 19653 + - uid: 38300 components: - type: Transform - pos: -51.5,-123.5 + rot: 1.5707963267948966 rad + pos: 14.5,-78.5 parent: 1 - - uid: 19654 + - uid: 38301 components: - type: Transform - pos: -56.5,-123.5 + rot: 1.5707963267948966 rad + pos: 15.5,-78.5 parent: 1 - - uid: 19655 + - uid: 38302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-115.5 + rot: 1.5707963267948966 rad + pos: 16.5,-78.5 parent: 1 - - uid: 19656 + - uid: 38303 components: - type: Transform - pos: -73.5,-130.5 + rot: 1.5707963267948966 rad + pos: 17.5,-78.5 parent: 1 - - uid: 19657 + - uid: 38304 components: - type: Transform - pos: -73.5,-129.5 + rot: 1.5707963267948966 rad + pos: 22.5,-78.5 parent: 1 - - uid: 19658 + - uid: 38305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-101.5 + rot: 1.5707963267948966 rad + pos: 34.5,-59.5 parent: 1 - - uid: 19659 + - uid: 38306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-99.5 + rot: 1.5707963267948966 rad + pos: 29.5,-78.5 parent: 1 - - uid: 19660 + - uid: 38307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-98.5 + rot: 1.5707963267948966 rad + pos: 30.5,-78.5 parent: 1 - - uid: 19661 + - uid: 38308 components: - type: Transform - pos: -50.5,-123.5 + rot: 1.5707963267948966 rad + pos: 31.5,-78.5 parent: 1 - - uid: 19662 + - uid: 38309 components: - type: Transform - pos: -53.5,-128.5 + rot: 1.5707963267948966 rad + pos: 32.5,-78.5 parent: 1 - - uid: 19663 + - uid: 38310 components: - type: Transform - pos: -54.5,-128.5 + rot: 1.5707963267948966 rad + pos: 33.5,-78.5 parent: 1 - - uid: 19664 + - uid: 38311 components: - type: Transform - pos: -55.5,-128.5 + rot: 1.5707963267948966 rad + pos: 34.5,-78.5 parent: 1 - - uid: 19665 + - uid: 38312 components: - type: Transform - pos: -56.5,-128.5 + rot: 1.5707963267948966 rad + pos: 35.5,-78.5 parent: 1 - - uid: 19666 + - uid: 38313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-118.5 + rot: 1.5707963267948966 rad + pos: 36.5,-78.5 parent: 1 - - uid: 19667 + - uid: 38314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-118.5 + rot: 1.5707963267948966 rad + pos: 37.5,-78.5 parent: 1 - - uid: 19668 + - uid: 38315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-118.5 + rot: 1.5707963267948966 rad + pos: 38.5,-78.5 parent: 1 - - uid: 19669 + - uid: 38316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-114.5 + rot: 1.5707963267948966 rad + pos: 39.5,-78.5 parent: 1 - - uid: 19670 + - uid: 38317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-117.5 + rot: 1.5707963267948966 rad + pos: 40.5,-78.5 parent: 1 - - uid: 19671 + - uid: 38318 components: - type: Transform - pos: -50.5,-133.5 + rot: 1.5707963267948966 rad + pos: 41.5,-78.5 parent: 1 - - uid: 19672 + - uid: 38319 components: - type: Transform - pos: -52.5,-133.5 + rot: 1.5707963267948966 rad + pos: 26.5,-63.5 parent: 1 - - uid: 19673 + - uid: 38320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-123.5 + rot: 1.5707963267948966 rad + pos: 28.5,-63.5 parent: 1 - - uid: 19674 + - uid: 38321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-123.5 + rot: 1.5707963267948966 rad + pos: 27.5,-63.5 parent: 1 - - uid: 19675 + - uid: 38322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-127.5 + rot: 1.5707963267948966 rad + pos: 29.5,-63.5 parent: 1 - - uid: 19676 + - uid: 38323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-123.5 + rot: 1.5707963267948966 rad + pos: 42.5,-55.5 parent: 1 - - uid: 19677 + - uid: 38324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-123.5 + rot: 1.5707963267948966 rad + pos: 35.5,-68.5 parent: 1 - - uid: 19678 + - uid: 38325 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-123.5 + rot: 1.5707963267948966 rad + pos: 35.5,-69.5 parent: 1 - - uid: 19679 + - uid: 38326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-125.5 + rot: 1.5707963267948966 rad + pos: 35.5,-70.5 parent: 1 - - uid: 19680 + - uid: 38327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-126.5 + rot: 1.5707963267948966 rad + pos: 35.5,-71.5 parent: 1 - - uid: 19681 + - uid: 38328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-127.5 + rot: 1.5707963267948966 rad + pos: 35.5,-72.5 parent: 1 - - uid: 19682 + - uid: 38329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-129.5 + rot: 1.5707963267948966 rad + pos: 35.5,-73.5 parent: 1 - - uid: 19683 + - uid: 38330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-130.5 + rot: 1.5707963267948966 rad + pos: 35.5,-74.5 parent: 1 - - uid: 19684 + - uid: 38331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-131.5 + rot: 1.5707963267948966 rad + pos: 35.5,-66.5 parent: 1 - - uid: 19685 + - uid: 38332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-133.5 + rot: 1.5707963267948966 rad + pos: 36.5,-68.5 parent: 1 - - uid: 19686 + - uid: 38333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-133.5 + rot: 1.5707963267948966 rad + pos: 38.5,-68.5 parent: 1 - - uid: 19687 + - uid: 38334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-133.5 + rot: 1.5707963267948966 rad + pos: 39.5,-68.5 parent: 1 - - uid: 19688 + - uid: 38335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-133.5 + rot: 1.5707963267948966 rad + pos: 40.5,-68.5 parent: 1 - - uid: 19689 + - uid: 38336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-133.5 + rot: 1.5707963267948966 rad + pos: 41.5,-68.5 parent: 1 - - uid: 19690 + - uid: 38337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-118.5 + rot: 1.5707963267948966 rad + pos: 42.5,-68.5 parent: 1 - - uid: 19691 + - uid: 38338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-118.5 + rot: 1.5707963267948966 rad + pos: 42.5,-70.5 parent: 1 - - uid: 19692 + - uid: 38339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-118.5 + rot: 1.5707963267948966 rad + pos: 42.5,-69.5 parent: 1 - - uid: 19693 + - uid: 38340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-112.5 + rot: 1.5707963267948966 rad + pos: 42.5,-66.5 parent: 1 - - uid: 19694 + - uid: 38341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-112.5 + rot: 1.5707963267948966 rad + pos: 42.5,-67.5 parent: 1 - - uid: 19695 + - uid: 38342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-111.5 + rot: 1.5707963267948966 rad + pos: 35.5,-65.5 parent: 1 - - uid: 19696 + - uid: 38343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-109.5 + rot: 1.5707963267948966 rad + pos: 35.5,-64.5 parent: 1 - - uid: 19697 + - uid: 38344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-109.5 + rot: 1.5707963267948966 rad + pos: 35.5,-63.5 parent: 1 - - uid: 19698 + - uid: 38345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-130.5 + rot: 1.5707963267948966 rad + pos: 36.5,-63.5 parent: 1 - - uid: 19699 + - uid: 38346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-130.5 + rot: 1.5707963267948966 rad + pos: 37.5,-63.5 parent: 1 - - uid: 19700 + - uid: 38347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-130.5 + rot: 1.5707963267948966 rad + pos: 38.5,-63.5 parent: 1 - - uid: 19701 + - uid: 38348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-130.5 + rot: 1.5707963267948966 rad + pos: 40.5,-63.5 parent: 1 - - uid: 19702 + - uid: 38349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-131.5 + rot: 1.5707963267948966 rad + pos: 41.5,-63.5 parent: 1 - - uid: 19703 + - uid: 38350 components: - type: Transform - pos: -51.5,-133.5 + rot: 1.5707963267948966 rad + pos: 42.5,-63.5 parent: 1 - - uid: 19704 + - uid: 38351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-126.5 + rot: 1.5707963267948966 rad + pos: 42.5,-64.5 parent: 1 - - uid: 19705 + - uid: 38352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-126.5 + rot: 1.5707963267948966 rad + pos: 42.5,-65.5 parent: 1 - - uid: 19706 + - uid: 38353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-126.5 + rot: 1.5707963267948966 rad + pos: 37.5,-57.5 parent: 1 - - uid: 19707 + - uid: 38354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-126.5 + rot: 1.5707963267948966 rad + pos: 37.5,-58.5 parent: 1 - - uid: 19708 + - uid: 38355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-125.5 + rot: 1.5707963267948966 rad + pos: 37.5,-59.5 parent: 1 - - uid: 19709 + - uid: 38356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-123.5 + rot: 1.5707963267948966 rad + pos: 37.5,-60.5 parent: 1 - - uid: 19710 + - uid: 38357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-123.5 + rot: 1.5707963267948966 rad + pos: 37.5,-61.5 parent: 1 - - uid: 19711 + - uid: 38358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-123.5 + rot: 1.5707963267948966 rad + pos: 37.5,-62.5 parent: 1 - - uid: 19712 + - uid: 38359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-123.5 + rot: 1.5707963267948966 rad + pos: 33.5,-59.5 parent: 1 - - uid: 19713 + - uid: 38360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-116.5 + rot: 1.5707963267948966 rad + pos: 41.5,-55.5 parent: 1 - - uid: 19714 + - uid: 38361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-113.5 + rot: 1.5707963267948966 rad + pos: 40.5,-55.5 parent: 1 - - uid: 19715 + - uid: 38362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-62.5 parent: 1 - - uid: 19716 + - uid: 38363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-61.5 parent: 1 - - uid: 19717 + - uid: 38364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-60.5 parent: 1 - - uid: 19718 + - uid: 38365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-59.5 parent: 1 - - uid: 19719 + - uid: 38366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-58.5 parent: 1 - - uid: 19720 + - uid: 38367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-57.5 parent: 1 - - uid: 19721 + - uid: 38368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-112.5 + rot: 1.5707963267948966 rad + pos: 27.5,-77.5 parent: 1 - - uid: 19722 + - uid: 38369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-113.5 + rot: 1.5707963267948966 rad + pos: 27.5,-74.5 parent: 1 - - uid: 19723 + - uid: 38370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-118.5 + rot: 1.5707963267948966 rad + pos: 27.5,-75.5 parent: 1 - - uid: 19724 + - uid: 38371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-118.5 + rot: 1.5707963267948966 rad + pos: 27.5,-73.5 parent: 1 - - uid: 19725 + - uid: 38372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-117.5 + rot: 1.5707963267948966 rad + pos: 45.5,-55.5 parent: 1 - - uid: 19726 + - uid: 38373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-116.5 + rot: 1.5707963267948966 rad + pos: 39.5,-55.5 parent: 1 - - uid: 19727 + - uid: 38374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-104.5 + rot: 1.5707963267948966 rad + pos: 38.5,-55.5 parent: 1 - - uid: 19728 + - uid: 38375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-107.5 + rot: 1.5707963267948966 rad + pos: 37.5,-55.5 parent: 1 - - uid: 19729 + - uid: 38376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-107.5 + rot: 1.5707963267948966 rad + pos: 36.5,-55.5 parent: 1 - - uid: 19730 + - uid: 38377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-107.5 + rot: 1.5707963267948966 rad + pos: 35.5,-55.5 parent: 1 - - uid: 19731 + - uid: 38378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-107.5 + rot: 1.5707963267948966 rad + pos: 34.5,-55.5 parent: 1 - - uid: 19732 + - uid: 38379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-107.5 + rot: 1.5707963267948966 rad + pos: 33.5,-55.5 parent: 1 - - uid: 19733 + - uid: 38380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-106.5 + rot: 1.5707963267948966 rad + pos: 32.5,-55.5 parent: 1 - - uid: 19734 + - uid: 38381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-105.5 + rot: 1.5707963267948966 rad + pos: 31.5,-55.5 parent: 1 - - uid: 19735 + - uid: 38382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-104.5 + rot: 1.5707963267948966 rad + pos: 30.5,-55.5 parent: 1 - - uid: 19736 + - uid: 38383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-104.5 + rot: 1.5707963267948966 rad + pos: 29.5,-55.5 parent: 1 - - uid: 19737 + - uid: 38384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-104.5 + rot: 1.5707963267948966 rad + pos: 28.5,-55.5 parent: 1 - - uid: 19738 + - uid: 38385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-104.5 + rot: 1.5707963267948966 rad + pos: 27.5,-55.5 parent: 1 - - uid: 19739 + - uid: 38386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-104.5 + rot: 1.5707963267948966 rad + pos: 26.5,-55.5 parent: 1 - - uid: 19740 + - uid: 38387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-104.5 + rot: 1.5707963267948966 rad + pos: 25.5,-55.5 parent: 1 - - uid: 19741 + - uid: 38388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-105.5 + rot: 1.5707963267948966 rad + pos: 24.5,-55.5 parent: 1 - - uid: 19742 + - uid: 38389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-106.5 + rot: 1.5707963267948966 rad + pos: 23.5,-55.5 parent: 1 - - uid: 19743 + - uid: 38390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-103.5 + rot: 1.5707963267948966 rad + pos: 22.5,-55.5 parent: 1 - - uid: 19744 + - uid: 38391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-104.5 + rot: 1.5707963267948966 rad + pos: 21.5,-55.5 parent: 1 - - uid: 19745 + - uid: 38392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-104.5 + rot: 1.5707963267948966 rad + pos: 20.5,-55.5 parent: 1 - - uid: 19746 + - uid: 38393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-104.5 + rot: 1.5707963267948966 rad + pos: 19.5,-55.5 parent: 1 - - uid: 19747 + - uid: 38394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-103.5 + rot: 1.5707963267948966 rad + pos: 18.5,-55.5 parent: 1 - - uid: 19748 + - uid: 38395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-98.5 + rot: 1.5707963267948966 rad + pos: 17.5,-55.5 parent: 1 - - uid: 19749 + - uid: 38396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-116.5 + rot: 1.5707963267948966 rad + pos: 16.5,-55.5 parent: 1 - - uid: 19750 + - uid: 38397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-104.5 + rot: 1.5707963267948966 rad + pos: 15.5,-55.5 parent: 1 - - uid: 19751 + - uid: 38398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-104.5 + rot: 1.5707963267948966 rad + pos: 14.5,-55.5 parent: 1 - - uid: 19752 + - uid: 38399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-104.5 + rot: 1.5707963267948966 rad + pos: 13.5,-55.5 parent: 1 - - uid: 19753 + - uid: 38400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-105.5 + rot: 1.5707963267948966 rad + pos: 12.5,-55.5 parent: 1 - - uid: 19754 + - uid: 38401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-107.5 + rot: 1.5707963267948966 rad + pos: 11.5,-55.5 parent: 1 - - uid: 19755 + - uid: 38402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-109.5 + rot: 1.5707963267948966 rad + pos: 19.5,-73.5 parent: 1 - - uid: 19756 + - uid: 38403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-111.5 + rot: 1.5707963267948966 rad + pos: 19.5,-72.5 parent: 1 - - uid: 19757 + - uid: 38404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-103.5 + rot: 1.5707963267948966 rad + pos: 20.5,-63.5 parent: 1 - - uid: 19758 + - uid: 38405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-101.5 + rot: 1.5707963267948966 rad + pos: 19.5,-74.5 parent: 1 - - uid: 19759 + - uid: 38406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-98.5 + rot: 1.5707963267948966 rad + pos: 19.5,-61.5 parent: 1 - - uid: 19760 + - uid: 38407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-99.5 + rot: 1.5707963267948966 rad + pos: 19.5,-62.5 parent: 1 - - uid: 19761 + - uid: 38408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-100.5 + rot: 1.5707963267948966 rad + pos: 19.5,-60.5 parent: 1 - - uid: 19762 + - uid: 38409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-102.5 + rot: 1.5707963267948966 rad + pos: 11.5,-70.5 parent: 1 - - uid: 19763 + - uid: 38410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-99.5 + rot: 1.5707963267948966 rad + pos: 11.5,-72.5 parent: 1 - - uid: 19764 + - uid: 38411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-98.5 + rot: 1.5707963267948966 rad + pos: 11.5,-73.5 parent: 1 - - uid: 19765 + - uid: 38412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-98.5 + rot: 1.5707963267948966 rad + pos: 11.5,-74.5 parent: 1 - - uid: 19766 + - uid: 38413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-112.5 + rot: 1.5707963267948966 rad + pos: 11.5,-75.5 parent: 1 - - uid: 19767 + - uid: 38414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-112.5 + rot: 1.5707963267948966 rad + pos: 11.5,-76.5 parent: 1 - - uid: 19768 + - uid: 38415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-112.5 + rot: 1.5707963267948966 rad + pos: 11.5,-77.5 parent: 1 - - uid: 19769 + - uid: 38416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-112.5 + rot: 1.5707963267948966 rad + pos: 19.5,-59.5 parent: 1 - - uid: 19770 + - uid: 38417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-112.5 + rot: 1.5707963267948966 rad + pos: 19.5,-58.5 parent: 1 - - uid: 19771 + - uid: 38418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-112.5 + rot: 1.5707963267948966 rad + pos: 19.5,-57.5 parent: 1 - - uid: 19772 + - uid: 38419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-112.5 + rot: 1.5707963267948966 rad + pos: 19.5,-56.5 parent: 1 - - uid: 19773 + - uid: 38420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-113.5 + rot: 1.5707963267948966 rad + pos: 18.5,-63.5 parent: 1 - - uid: 19774 + - uid: 38421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-114.5 + rot: 1.5707963267948966 rad + pos: 12.5,-63.5 parent: 1 - - uid: 19775 + - uid: 38422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-115.5 + pos: 45.5,-69.5 parent: 1 - - uid: 19776 + - uid: 38423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-116.5 + pos: 50.5,-67.5 parent: 1 - - uid: 19777 + - uid: 38424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-116.5 + pos: 50.5,-69.5 parent: 1 - - uid: 19778 + - uid: 38425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-116.5 + pos: 50.5,-71.5 parent: 1 - - uid: 19779 + - uid: 38426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-116.5 + pos: 47.5,-69.5 parent: 1 - - uid: 19780 + - uid: 38427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-99.5 + pos: 50.5,-62.5 parent: 1 - - uid: 19781 + - uid: 38428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-99.5 + pos: 48.5,-69.5 parent: 1 - - uid: 19782 + - uid: 38429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-99.5 + pos: 50.5,-63.5 parent: 1 - - uid: 19783 + - uid: 38430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-100.5 + pos: 50.5,-64.5 parent: 1 - - uid: 19784 + - uid: 38431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-101.5 + pos: 50.5,-68.5 parent: 1 - - uid: 19785 + - uid: 38432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-101.5 + pos: 50.5,-61.5 parent: 1 - - uid: 19786 + - uid: 38433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-100.5 + pos: 50.5,-65.5 parent: 1 - - uid: 19787 + - uid: 38434 components: - type: Transform - pos: 138.5,-33.5 + pos: 50.5,-70.5 parent: 1 - - uid: 19788 + - uid: 38435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,130.5 + pos: 49.5,-69.5 parent: 1 - - uid: 19789 + - uid: 38436 components: - type: Transform - pos: 138.5,-32.5 + rot: -1.5707963267948966 rad + pos: -47.5,27.5 parent: 1 - - uid: 19790 + - uid: 38437 components: - type: Transform - pos: 124.5,-33.5 + rot: -1.5707963267948966 rad + pos: -44.5,27.5 parent: 1 - - uid: 19791 + - uid: 38438 components: - type: Transform - pos: 131.5,-30.5 + pos: 37.5,1.5 parent: 1 - - uid: 19792 + - uid: 38439 components: - type: Transform - pos: 130.5,-28.5 + pos: 46.5,7.5 parent: 1 - - uid: 19793 + - uid: 38440 components: - type: Transform - pos: 129.5,-28.5 + pos: 44.5,7.5 parent: 1 - - uid: 19794 + - uid: 38441 components: - type: Transform - pos: 132.5,-30.5 + pos: 46.5,1.5 parent: 1 - - uid: 19795 + - uid: 38442 components: - type: Transform - pos: 138.5,-31.5 + pos: 37.5,9.5 parent: 1 - - uid: 19796 + - uid: 38443 components: - type: Transform - pos: 124.5,-29.5 + pos: 52.5,4.5 parent: 1 - - uid: 19797 + - uid: 38444 components: - type: Transform - pos: 125.5,-34.5 + pos: 39.5,7.5 parent: 1 - - uid: 19798 + - uid: 38445 components: - type: Transform - pos: 124.5,-28.5 + pos: 41.5,7.5 parent: 1 - - uid: 19799 + - uid: 38446 components: - type: Transform - pos: 137.5,-34.5 + pos: 37.5,10.5 parent: 1 - - uid: 19800 + - uid: 38447 components: - type: Transform - pos: 138.5,-34.5 + pos: 42.5,7.5 parent: 1 - - uid: 19801 + - uid: 38448 components: - type: Transform - pos: 135.5,-28.5 + pos: 37.5,0.5 parent: 1 - - uid: 19802 + - uid: 38449 components: - type: Transform - pos: 136.5,-34.5 + pos: 46.5,0.5 parent: 1 - - uid: 19803 + - uid: 38450 components: - type: Transform - pos: 138.5,-28.5 + pos: 45.5,11.5 parent: 1 - - uid: 19804 + - uid: 38451 components: - type: Transform - pos: 134.5,-30.5 + pos: 37.5,5.5 parent: 1 - - uid: 19805 + - uid: 38452 components: - type: Transform - pos: 124.5,-34.5 + pos: 49.5,11.5 parent: 1 - - uid: 19806 + - uid: 38453 components: - type: Transform - pos: 125.5,-28.5 + pos: 39.5,11.5 parent: 1 - - uid: 19807 + - uid: 38454 components: - type: Transform - pos: 135.5,-30.5 + pos: 52.5,11.5 parent: 1 - - uid: 19808 + - uid: 38455 components: - type: Transform - pos: 135.5,-34.5 + pos: 47.5,7.5 parent: 1 - - uid: 19809 + - uid: 38456 components: - type: Transform - pos: 134.5,-34.5 + pos: 52.5,6.5 parent: 1 - - uid: 19810 + - uid: 38457 components: - type: Transform - pos: 133.5,-34.5 + pos: 46.5,11.5 parent: 1 - - uid: 19811 + - uid: 38458 components: - type: Transform - pos: 132.5,-34.5 + pos: 46.5,-0.5 parent: 1 - - uid: 19812 + - uid: 38459 components: - type: Transform - pos: 131.5,-34.5 + pos: 37.5,-0.5 parent: 1 - - uid: 19813 + - uid: 38460 components: - type: Transform - pos: 130.5,-34.5 + pos: 38.5,7.5 parent: 1 - - uid: 19814 + - uid: 38461 components: - type: Transform - pos: 129.5,-34.5 + pos: 44.5,11.5 parent: 1 - - uid: 19815 + - uid: 38462 components: - type: Transform - pos: 128.5,-34.5 + pos: 40.5,7.5 parent: 1 - - uid: 19816 + - uid: 38463 components: - type: Transform - pos: 127.5,-34.5 + pos: 51.5,7.5 parent: 1 - - uid: 19817 + - uid: 38464 components: - type: Transform - pos: 126.5,-34.5 + pos: 51.5,11.5 parent: 1 - - uid: 19818 + - uid: 38465 components: - type: Transform - pos: 50.5,147.5 + pos: 45.5,7.5 parent: 1 - - uid: 19820 + - uid: 38466 components: - type: Transform - pos: 134.5,-13.5 + pos: 43.5,11.5 parent: 1 - - uid: 19821 + - uid: 38467 components: - type: Transform - pos: 141.5,-11.5 + pos: 38.5,11.5 parent: 1 - - uid: 19823 + - uid: 38468 components: - type: Transform - pos: 133.5,-13.5 + pos: 52.5,10.5 parent: 1 - - uid: 19824 + - uid: 38469 components: - type: Transform - pos: 128.5,-13.5 + pos: 52.5,7.5 parent: 1 - - uid: 19825 + - uid: 38470 components: - type: Transform - pos: 127.5,-13.5 + pos: 43.5,0.5 parent: 1 - - uid: 19826 + - uid: 38471 components: - type: Transform - pos: 130.5,-13.5 + pos: 47.5,11.5 parent: 1 - - uid: 19827 + - uid: 38472 components: - type: Transform - pos: 131.5,-13.5 + pos: 48.5,11.5 parent: 1 - - uid: 19830 + - uid: 38473 components: - type: Transform - pos: 126.5,-13.5 + pos: 52.5,5.5 parent: 1 - - uid: 19832 + - uid: 38474 components: - type: Transform - pos: 135.5,-13.5 + pos: 37.5,7.5 parent: 1 - - uid: 19833 + - uid: 38475 components: - type: Transform - pos: 136.5,-13.5 + pos: 52.5,2.5 parent: 1 - - uid: 19834 + - uid: 38476 components: - type: Transform - pos: 137.5,-13.5 + rot: -1.5707963267948966 rad + pos: -45.5,27.5 parent: 1 - - uid: 19835 + - uid: 38477 components: - type: Transform - pos: 138.5,-13.5 + rot: -1.5707963267948966 rad + pos: -46.5,27.5 parent: 1 - - uid: 19836 + - uid: 38478 components: - type: Transform - pos: 139.5,-13.5 + rot: -1.5707963267948966 rad + pos: -42.5,26.5 parent: 1 - - uid: 19837 + - uid: 38479 components: - type: Transform - pos: 140.5,-13.5 + rot: -1.5707963267948966 rad + pos: -42.5,27.5 parent: 1 - - uid: 19838 + - uid: 38480 components: - type: Transform - pos: 141.5,-13.5 + rot: -1.5707963267948966 rad + pos: -48.5,27.5 parent: 1 - - uid: 19839 + - uid: 38481 components: - type: Transform - pos: 140.5,-7.5 + rot: -1.5707963267948966 rad + pos: -50.5,27.5 parent: 1 - - uid: 19840 + - uid: 38482 components: - type: Transform - pos: 141.5,-12.5 + rot: -1.5707963267948966 rad + pos: -52.5,27.5 parent: 1 - - uid: 19841 + - uid: 38483 components: - type: Transform - pos: 141.5,-10.5 + rot: -1.5707963267948966 rad + pos: -51.5,27.5 parent: 1 - - uid: 19842 + - uid: 38484 components: - type: Transform - pos: 141.5,-9.5 + rot: -1.5707963267948966 rad + pos: -51.5,28.5 parent: 1 - - uid: 19843 + - uid: 38485 components: - type: Transform - pos: 141.5,-8.5 + rot: -1.5707963267948966 rad + pos: -52.5,26.5 parent: 1 - - uid: 19844 + - uid: 38486 components: - type: Transform - pos: 141.5,-7.5 + rot: -1.5707963267948966 rad + pos: -63.5,20.5 parent: 1 - - uid: 19845 + - uid: 38487 components: - type: Transform - pos: 141.5,-6.5 + rot: -1.5707963267948966 rad + pos: -59.5,26.5 parent: 1 - - uid: 19846 + - uid: 38488 components: - type: Transform - pos: 141.5,-5.5 + rot: -1.5707963267948966 rad + pos: -58.5,26.5 parent: 1 - - uid: 19847 + - uid: 38489 components: - type: Transform - pos: 141.5,-4.5 + rot: -1.5707963267948966 rad + pos: -60.5,26.5 parent: 1 - - uid: 19848 + - uid: 38490 components: - type: Transform - pos: 141.5,-3.5 + rot: -1.5707963267948966 rad + pos: -62.5,26.5 parent: 1 - - uid: 19849 + - uid: 38491 components: - type: Transform - pos: 141.5,-2.5 + rot: -1.5707963267948966 rad + pos: -63.5,25.5 parent: 1 - - uid: 19850 + - uid: 38492 components: - type: Transform - pos: 141.5,-1.5 + rot: -1.5707963267948966 rad + pos: -63.5,23.5 parent: 1 - - uid: 19851 + - uid: 38493 components: - type: Transform - pos: 141.5,-0.5 + rot: -1.5707963267948966 rad + pos: -63.5,22.5 parent: 1 - - uid: 19852 + - uid: 38494 components: - type: Transform - pos: 141.5,0.5 + rot: -1.5707963267948966 rad + pos: -63.5,21.5 parent: 1 - - uid: 19853 + - uid: 38495 components: - type: Transform - pos: 141.5,1.5 + rot: -1.5707963267948966 rad + pos: -63.5,24.5 parent: 1 - - uid: 19854 + - uid: 38496 components: - type: Transform - pos: 141.5,2.5 + rot: -1.5707963267948966 rad + pos: -63.5,26.5 parent: 1 - - uid: 19855 + - uid: 38497 components: - type: Transform - pos: 141.5,3.5 + rot: -1.5707963267948966 rad + pos: -53.5,26.5 parent: 1 - - uid: 19856 + - uid: 38498 components: - type: Transform - pos: 140.5,3.5 + rot: -1.5707963267948966 rad + pos: -54.5,26.5 parent: 1 - - uid: 19857 + - uid: 38499 components: - type: Transform - pos: 139.5,3.5 + rot: -1.5707963267948966 rad + pos: -55.5,26.5 parent: 1 - - uid: 19858 + - uid: 38500 components: - type: Transform - pos: 138.5,3.5 + rot: -1.5707963267948966 rad + pos: -57.5,26.5 parent: 1 - - uid: 19859 + - uid: 38501 components: - type: Transform - pos: 137.5,3.5 + rot: -1.5707963267948966 rad + pos: -64.5,23.5 parent: 1 - - uid: 19860 + - uid: 38502 components: - type: Transform - pos: 136.5,3.5 + rot: -1.5707963267948966 rad + pos: -62.5,21.5 parent: 1 - - uid: 19861 + - uid: 38503 components: - type: Transform - pos: 135.5,3.5 + rot: -1.5707963267948966 rad + pos: -61.5,21.5 parent: 1 - - uid: 19862 + - uid: 38504 components: - type: Transform - pos: 134.5,3.5 + rot: -1.5707963267948966 rad + pos: -60.5,21.5 parent: 1 - - uid: 19863 + - uid: 38505 components: - type: Transform - pos: 133.5,3.5 + rot: -1.5707963267948966 rad + pos: -59.5,21.5 parent: 1 - - uid: 19864 + - uid: 38506 components: - type: Transform - pos: 131.5,3.5 + rot: -1.5707963267948966 rad + pos: -58.5,21.5 parent: 1 - - uid: 19865 + - uid: 38507 components: - type: Transform - pos: 130.5,3.5 + rot: -1.5707963267948966 rad + pos: -57.5,21.5 parent: 1 - - uid: 19866 + - uid: 38508 components: - type: Transform - pos: 129.5,3.5 + rot: -1.5707963267948966 rad + pos: -56.5,21.5 parent: 1 - - uid: 19867 + - uid: 38509 components: - type: Transform - pos: 128.5,3.5 + rot: -1.5707963267948966 rad + pos: -55.5,21.5 parent: 1 - - uid: 19868 + - uid: 38510 components: - type: Transform - pos: 127.5,3.5 + rot: -1.5707963267948966 rad + pos: -54.5,21.5 parent: 1 - - uid: 19869 + - uid: 38511 components: - type: Transform - pos: 126.5,3.5 + rot: -1.5707963267948966 rad + pos: -53.5,21.5 parent: 1 - - uid: 19870 + - uid: 38512 components: - type: Transform - pos: 126.5,2.5 + rot: -1.5707963267948966 rad + pos: -52.5,21.5 parent: 1 - - uid: 19871 + - uid: 38513 components: - type: Transform - pos: 126.5,1.5 + rot: -1.5707963267948966 rad + pos: -51.5,21.5 parent: 1 - - uid: 19872 + - uid: 38514 components: - type: Transform - pos: 126.5,0.5 + rot: -1.5707963267948966 rad + pos: -53.5,22.5 parent: 1 - - uid: 19873 + - uid: 38515 components: - type: Transform - pos: 126.5,-0.5 + rot: -1.5707963267948966 rad + pos: -53.5,23.5 parent: 1 - - uid: 19874 + - uid: 38516 components: - type: Transform - pos: 126.5,-1.5 + rot: -1.5707963267948966 rad + pos: -53.5,24.5 parent: 1 - - uid: 19875 + - uid: 38517 components: - type: Transform - pos: 126.5,-2.5 + rot: -1.5707963267948966 rad + pos: -53.5,25.5 parent: 1 - - uid: 19876 + - uid: 38518 components: - type: Transform - pos: 126.5,-3.5 + rot: -1.5707963267948966 rad + pos: -58.5,25.5 parent: 1 - - uid: 19877 + - uid: 38519 components: - type: Transform - pos: 126.5,-4.5 + rot: -1.5707963267948966 rad + pos: -58.5,24.5 parent: 1 - - uid: 19878 + - uid: 38520 components: - type: Transform - pos: 126.5,-5.5 + rot: -1.5707963267948966 rad + pos: -58.5,23.5 parent: 1 - - uid: 19879 + - uid: 38521 components: - type: Transform - pos: 126.5,-6.5 + rot: -1.5707963267948966 rad + pos: -58.5,22.5 parent: 1 - - uid: 19880 + - uid: 38522 components: - type: Transform - pos: 126.5,-12.5 + rot: 3.141592653589793 rad + pos: -63.5,36.5 parent: 1 - - uid: 19881 + - uid: 38523 components: - type: Transform - pos: 126.5,-10.5 + rot: 3.141592653589793 rad + pos: -72.5,20.5 parent: 1 - - uid: 19882 + - uid: 38524 components: - type: Transform - pos: 126.5,-8.5 + rot: 3.141592653589793 rad + pos: -71.5,20.5 parent: 1 - - uid: 19883 + - uid: 38525 components: - type: Transform - pos: 126.5,-7.5 + rot: 3.141592653589793 rad + pos: -70.5,20.5 parent: 1 - - uid: 19947 + - uid: 38526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,11.5 + rot: 3.141592653589793 rad + pos: -69.5,20.5 parent: 1 - - uid: 19948 + - uid: 38527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,11.5 + rot: 3.141592653589793 rad + pos: -68.5,20.5 parent: 1 - - uid: 19949 + - uid: 38528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,11.5 + rot: 3.141592653589793 rad + pos: -67.5,20.5 parent: 1 - - uid: 19950 + - uid: 38529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,15.5 + rot: 3.141592653589793 rad + pos: -66.5,20.5 parent: 1 - - uid: 19951 + - uid: 38530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,15.5 + rot: 3.141592653589793 rad + pos: -65.5,20.5 parent: 1 - - uid: 19952 + - uid: 38531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,15.5 + rot: 3.141592653589793 rad + pos: -64.5,20.5 parent: 1 - - uid: 19953 + - uid: 38532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,14.5 + rot: 3.141592653589793 rad + pos: -72.5,21.5 parent: 1 - - uid: 19954 + - uid: 38533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,13.5 + rot: 3.141592653589793 rad + pos: -72.5,22.5 parent: 1 - - uid: 19955 + - uid: 38534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,12.5 + rot: 3.141592653589793 rad + pos: -72.5,23.5 parent: 1 - - uid: 19956 + - uid: 38535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,11.5 + rot: 3.141592653589793 rad + pos: -72.5,26.5 parent: 1 - - uid: 19957 + - uid: 38536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,10.5 + rot: 3.141592653589793 rad + pos: -72.5,27.5 parent: 1 - - uid: 19958 + - uid: 38537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,9.5 + rot: 3.141592653589793 rad + pos: -72.5,28.5 parent: 1 - - uid: 19959 + - uid: 38538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,8.5 + rot: 3.141592653589793 rad + pos: -72.5,29.5 parent: 1 - - uid: 19960 + - uid: 38539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,7.5 + rot: 3.141592653589793 rad + pos: -71.5,29.5 parent: 1 - - uid: 19961 + - uid: 38540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,6.5 + rot: 3.141592653589793 rad + pos: -70.5,29.5 parent: 1 - - uid: 19962 + - uid: 38541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,5.5 + rot: 3.141592653589793 rad + pos: -69.5,29.5 parent: 1 - - uid: 19963 + - uid: 38542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,4.5 + rot: 3.141592653589793 rad + pos: -68.5,29.5 parent: 1 - - uid: 19964 + - uid: 38543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,3.5 + rot: 3.141592653589793 rad + pos: -67.5,29.5 parent: 1 - - uid: 19965 + - uid: 38544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 108.5,2.5 + rot: 3.141592653589793 rad + pos: -66.5,29.5 parent: 1 - - uid: 19966 + - uid: 38545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,2.5 + rot: 3.141592653589793 rad + pos: -65.5,29.5 parent: 1 - - uid: 19967 + - uid: 38546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,2.5 + rot: 3.141592653589793 rad + pos: -64.5,29.5 parent: 1 - - uid: 19968 + - uid: 38547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,2.5 + rot: 3.141592653589793 rad + pos: -63.5,29.5 parent: 1 - - uid: 19969 + - uid: 38548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,2.5 + rot: 3.141592653589793 rad + pos: -62.5,29.5 parent: 1 - - uid: 19970 + - uid: 38549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,3.5 + rot: 3.141592653589793 rad + pos: -64.5,30.5 parent: 1 - - uid: 19971 + - uid: 38550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,4.5 + rot: 3.141592653589793 rad + pos: -64.5,31.5 parent: 1 - - uid: 19972 + - uid: 38551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,5.5 + rot: 3.141592653589793 rad + pos: -64.5,32.5 parent: 1 - - uid: 19973 + - uid: 38552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,6.5 + rot: 3.141592653589793 rad + pos: -64.5,33.5 parent: 1 - - uid: 19974 + - uid: 38553 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,7.5 + rot: 3.141592653589793 rad + pos: -64.5,34.5 parent: 1 - - uid: 19975 + - uid: 38554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,8.5 + rot: 3.141592653589793 rad + pos: -64.5,35.5 parent: 1 - - uid: 19976 + - uid: 38555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,9.5 + rot: 3.141592653589793 rad + pos: -64.5,36.5 parent: 1 - - uid: 19977 + - uid: 38556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,10.5 + rot: 3.141592653589793 rad + pos: -62.5,36.5 parent: 1 - - uid: 19978 + - uid: 38557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,10.5 + rot: 3.141592653589793 rad + pos: -61.5,36.5 parent: 1 - - uid: 19979 + - uid: 38558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,9.5 + rot: 3.141592653589793 rad + pos: -60.5,36.5 parent: 1 - - uid: 19980 + - uid: 38559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,8.5 + rot: 3.141592653589793 rad + pos: -59.5,36.5 parent: 1 - - uid: 19981 + - uid: 38560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,7.5 + rot: 3.141592653589793 rad + pos: -58.5,36.5 parent: 1 - - uid: 19982 + - uid: 38561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 106.5,7.5 + rot: 3.141592653589793 rad + pos: -57.5,36.5 parent: 1 - - uid: 19983 + - uid: 38562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 107.5,7.5 + rot: 3.141592653589793 rad + pos: -56.5,36.5 parent: 1 - - uid: 19985 + - uid: 38563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,7.5 + rot: 3.141592653589793 rad + pos: -55.5,36.5 parent: 1 - - uid: 19986 + - uid: 38564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,7.5 + rot: 3.141592653589793 rad + pos: -54.5,36.5 parent: 1 - - uid: 19987 + - uid: 38565 components: - type: Transform - pos: 171.5,-70.5 + rot: 3.141592653589793 rad + pos: -53.5,36.5 parent: 1 - - uid: 19988 + - uid: 38566 components: - type: Transform - pos: 171.5,-68.5 + rot: 3.141592653589793 rad + pos: -52.5,36.5 parent: 1 - - uid: 19989 + - uid: 38567 components: - type: Transform - pos: 49.5,147.5 + rot: 3.141592653589793 rad + pos: -51.5,36.5 parent: 1 - - uid: 19990 + - uid: 38568 components: - type: Transform - pos: 46.5,162.5 + rot: 3.141592653589793 rad + pos: -50.5,36.5 parent: 1 - - uid: 19992 + - uid: 38569 components: - type: Transform - pos: 47.5,170.5 + rot: 3.141592653589793 rad + pos: -49.5,36.5 parent: 1 - - uid: 19993 + - uid: 38570 components: - type: Transform - pos: 54.5,171.5 + rot: 3.141592653589793 rad + pos: -48.5,36.5 parent: 1 - - uid: 19999 + - uid: 38571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,138.5 + rot: 3.141592653589793 rad + pos: -47.5,36.5 parent: 1 - - uid: 20001 + - uid: 38572 components: - type: Transform - pos: 25.5,170.5 + rot: 3.141592653589793 rad + pos: -46.5,36.5 parent: 1 - - uid: 20002 + - uid: 38573 components: - type: Transform - pos: 58.5,162.5 + rot: 3.141592653589793 rad + pos: -46.5,35.5 parent: 1 - - uid: 20003 + - uid: 38574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,137.5 + rot: 3.141592653589793 rad + pos: -46.5,34.5 parent: 1 - - uid: 20004 + - uid: 38575 components: - type: Transform - pos: 59.5,162.5 + rot: 3.141592653589793 rad + pos: -46.5,33.5 parent: 1 - - uid: 20007 + - uid: 38576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,138.5 + rot: 3.141592653589793 rad + pos: -46.5,32.5 parent: 1 - - uid: 20008 + - uid: 38577 components: - type: Transform - pos: 53.5,147.5 + rot: 3.141592653589793 rad + pos: -45.5,32.5 parent: 1 - - uid: 20009 + - uid: 38578 components: - type: Transform - pos: 60.5,162.5 + rot: 3.141592653589793 rad + pos: -44.5,32.5 parent: 1 - - uid: 20010 + - uid: 38579 components: - type: Transform - pos: 57.5,162.5 + rot: 3.141592653589793 rad + pos: -43.5,32.5 parent: 1 - - uid: 20011 + - uid: 38580 components: - type: Transform - pos: 56.5,162.5 + rot: 3.141592653589793 rad + pos: -42.5,32.5 parent: 1 - - uid: 20012 + - uid: 38581 components: - type: Transform - pos: 55.5,162.5 + rot: 3.141592653589793 rad + pos: -42.5,31.5 parent: 1 - - uid: 20013 + - uid: 38582 components: - type: Transform - pos: 26.5,170.5 + rot: 3.141592653589793 rad + pos: -42.5,30.5 parent: 1 - - uid: 20014 + - uid: 38583 components: - type: Transform - pos: 27.5,170.5 + rot: 3.141592653589793 rad + pos: -42.5,29.5 parent: 1 - - uid: 20015 + - uid: 38584 components: - type: Transform - pos: 28.5,170.5 + rot: 3.141592653589793 rad + pos: -42.5,28.5 parent: 1 - - uid: 20016 + - uid: 38585 components: - type: Transform - pos: 29.5,170.5 + rot: 3.141592653589793 rad + pos: -47.5,28.5 parent: 1 - - uid: 20017 + - uid: 38586 components: - type: Transform - pos: 30.5,170.5 + rot: 3.141592653589793 rad + pos: -47.5,30.5 parent: 1 - - uid: 20018 + - uid: 38587 components: - type: Transform - pos: 31.5,170.5 + rot: 3.141592653589793 rad + pos: -47.5,31.5 parent: 1 - - uid: 20019 + - uid: 38588 components: - type: Transform - pos: 32.5,170.5 + rot: 3.141592653589793 rad + pos: -47.5,32.5 parent: 1 - - uid: 20020 + - uid: 38589 components: - type: Transform - pos: 33.5,170.5 + rot: 3.141592653589793 rad + pos: -48.5,32.5 parent: 1 - - uid: 20021 + - uid: 38590 components: - type: Transform - pos: 34.5,170.5 + rot: 3.141592653589793 rad + pos: -50.5,32.5 parent: 1 - - uid: 20022 + - uid: 38591 components: - type: Transform - pos: 35.5,170.5 + rot: 3.141592653589793 rad + pos: -51.5,31.5 parent: 1 - - uid: 20023 + - uid: 38592 components: - type: Transform - pos: 36.5,170.5 + rot: 3.141592653589793 rad + pos: -51.5,32.5 parent: 1 - - uid: 20024 + - uid: 38593 components: - type: Transform - pos: 37.5,170.5 + rot: 3.141592653589793 rad + pos: -51.5,33.5 parent: 1 - - uid: 20025 + - uid: 38594 components: - type: Transform - pos: 25.5,169.5 + rot: 3.141592653589793 rad + pos: -51.5,34.5 parent: 1 - - uid: 20026 + - uid: 38595 components: - type: Transform - pos: 25.5,168.5 + rot: 3.141592653589793 rad + pos: -51.5,35.5 parent: 1 - - uid: 20027 + - uid: 38596 components: - type: Transform - pos: 25.5,167.5 + rot: 3.141592653589793 rad + pos: -53.5,32.5 parent: 1 - - uid: 20028 + - uid: 38597 components: - type: Transform - pos: 25.5,166.5 + rot: 3.141592653589793 rad + pos: -54.5,32.5 parent: 1 - - uid: 20029 + - uid: 38598 components: - type: Transform - pos: 25.5,165.5 + rot: 3.141592653589793 rad + pos: -56.5,32.5 parent: 1 - - uid: 20030 + - uid: 38599 components: - type: Transform - pos: 37.5,169.5 + rot: 3.141592653589793 rad + pos: -57.5,32.5 parent: 1 - - uid: 20031 + - uid: 38600 components: - type: Transform - pos: 37.5,168.5 + rot: 3.141592653589793 rad + pos: -57.5,33.5 parent: 1 - - uid: 20032 + - uid: 38601 components: - type: Transform - pos: 37.5,167.5 + rot: 3.141592653589793 rad + pos: -57.5,34.5 parent: 1 - - uid: 20033 + - uid: 38602 components: - type: Transform - pos: 42.5,169.5 + rot: 3.141592653589793 rad + pos: -57.5,35.5 parent: 1 - - uid: 20034 + - uid: 38603 components: - type: Transform - pos: 42.5,168.5 + rot: 3.141592653589793 rad + pos: -60.5,35.5 parent: 1 - - uid: 20035 + - uid: 38604 components: - type: Transform - pos: 42.5,167.5 + rot: 3.141592653589793 rad + pos: -60.5,34.5 parent: 1 - - uid: 20036 + - uid: 38605 components: - type: Transform - pos: 54.5,169.5 + rot: 3.141592653589793 rad + pos: -60.5,33.5 parent: 1 - - uid: 20037 + - uid: 38606 components: - type: Transform - pos: 54.5,166.5 + rot: 3.141592653589793 rad + pos: -60.5,32.5 parent: 1 - - uid: 20038 + - uid: 38607 components: - type: Transform - pos: 54.5,165.5 + rot: 3.141592653589793 rad + pos: -59.5,32.5 parent: 1 - - uid: 20039 + - uid: 38608 components: - type: Transform - pos: 43.5,167.5 + rot: 3.141592653589793 rad + pos: -59.5,31.5 parent: 1 - - uid: 20040 + - uid: 38609 components: - type: Transform - pos: 45.5,167.5 + rot: 3.141592653589793 rad + pos: -59.5,30.5 parent: 1 - - uid: 20041 + - uid: 38610 components: - type: Transform - pos: 47.5,167.5 + rot: 3.141592653589793 rad + pos: -59.5,29.5 parent: 1 - - uid: 20042 + - uid: 38611 components: - type: Transform - pos: 47.5,166.5 + rot: 3.141592653589793 rad + pos: -60.5,29.5 parent: 1 - - uid: 20043 + - uid: 38612 components: - type: Transform - pos: 47.5,165.5 + rot: 3.141592653589793 rad + pos: -67.5,26.5 parent: 1 - - uid: 20044 + - uid: 38613 components: - type: Transform - pos: 48.5,165.5 + rot: 3.141592653589793 rad + pos: -66.5,26.5 parent: 1 - - uid: 20045 + - uid: 38614 components: - type: Transform - pos: 49.5,165.5 + rot: 3.141592653589793 rad + pos: -66.5,27.5 parent: 1 - - uid: 20046 + - uid: 38615 components: - type: Transform - pos: 50.5,165.5 + rot: 3.141592653589793 rad + pos: -66.5,28.5 parent: 1 - - uid: 20047 + - uid: 38616 components: - type: Transform - pos: 51.5,165.5 + rot: 3.141592653589793 rad + pos: -70.5,26.5 parent: 1 - - uid: 20048 + - uid: 38617 components: - type: Transform - pos: 52.5,165.5 + rot: 3.141592653589793 rad + pos: -69.5,26.5 parent: 1 - - uid: 20049 + - uid: 38618 components: - type: Transform - pos: 53.5,165.5 + rot: 3.141592653589793 rad + pos: -69.5,27.5 parent: 1 - - uid: 20050 + - uid: 38619 components: - type: Transform - pos: 27.5,165.5 + rot: 3.141592653589793 rad + pos: -69.5,28.5 parent: 1 - - uid: 20051 + - uid: 38620 components: - type: Transform - pos: 29.5,165.5 + rot: 3.141592653589793 rad + pos: -70.5,23.5 parent: 1 - - uid: 20052 + - uid: 38621 components: - type: Transform - pos: 32.5,165.5 + rot: 3.141592653589793 rad + pos: -69.5,23.5 parent: 1 - - uid: 20053 + - uid: 38622 components: - type: Transform - pos: 32.5,166.5 + rot: 3.141592653589793 rad + pos: -69.5,22.5 parent: 1 - - uid: 20054 + - uid: 38623 components: - type: Transform - pos: 32.5,167.5 + rot: 3.141592653589793 rad + pos: -69.5,21.5 parent: 1 - - uid: 20055 + - uid: 38624 components: - type: Transform - pos: 33.5,167.5 + rot: 3.141592653589793 rad + pos: -67.5,23.5 parent: 1 - - uid: 20056 + - uid: 38625 components: - type: Transform - pos: 34.5,167.5 + rot: 3.141592653589793 rad + pos: -66.5,23.5 parent: 1 - - uid: 20057 + - uid: 38626 components: - type: Transform - pos: 35.5,167.5 + rot: 3.141592653589793 rad + pos: -66.5,22.5 parent: 1 - - uid: 20058 + - uid: 38627 components: - type: Transform - pos: 36.5,167.5 + rot: 3.141592653589793 rad + pos: -66.5,21.5 parent: 1 - - uid: 20059 + - uid: 38628 components: - type: Transform - pos: 54.5,162.5 + pos: -13.5,-45.5 parent: 1 - - uid: 20060 + - uid: 38629 components: - type: Transform - pos: 53.5,162.5 + pos: -13.5,-43.5 parent: 1 - - uid: 20061 + - uid: 38630 components: - type: Transform - pos: 52.5,162.5 + pos: -13.5,-44.5 parent: 1 - - uid: 20062 + - uid: 38631 components: - type: Transform - pos: 51.5,162.5 + pos: -13.5,-42.5 parent: 1 - - uid: 20063 + - uid: 38632 components: - type: Transform - pos: 50.5,162.5 + pos: -12.5,-42.5 parent: 1 - - uid: 20064 + - uid: 38633 components: - type: Transform - pos: 49.5,162.5 + pos: -11.5,-42.5 parent: 1 - - uid: 20065 + - uid: 38634 components: - type: Transform - pos: 48.5,162.5 + pos: -10.5,-42.5 parent: 1 - - uid: 20066 + - uid: 38635 components: - type: Transform - pos: 47.5,162.5 + pos: -9.5,-42.5 parent: 1 - - uid: 20067 + - uid: 38636 components: - type: Transform - pos: 46.5,161.5 + pos: -7.5,-43.5 parent: 1 - - uid: 20068 + - uid: 38637 components: - type: Transform - pos: 46.5,160.5 + pos: -8.5,-43.5 parent: 1 - - uid: 20069 + - uid: 38638 components: - type: Transform - pos: 46.5,159.5 + pos: -9.5,-43.5 parent: 1 - - uid: 20070 + - uid: 38639 components: - type: Transform - pos: 46.5,158.5 + pos: -5.5,-43.5 parent: 1 - - uid: 20071 + - uid: 38640 components: - type: Transform - pos: 47.5,158.5 + pos: -4.5,-43.5 parent: 1 - - uid: 20072 + - uid: 38641 components: - type: Transform - pos: 48.5,158.5 + pos: -4.5,-44.5 parent: 1 - - uid: 20073 + - uid: 38642 components: - type: Transform - pos: 49.5,158.5 + pos: -4.5,-45.5 parent: 1 - - uid: 20074 + - uid: 38643 components: - type: Transform - pos: 49.5,157.5 + pos: -4.5,-46.5 parent: 1 - - uid: 20075 + - uid: 38644 components: - type: Transform - pos: 49.5,154.5 + pos: -4.5,-47.5 parent: 1 - - uid: 20076 + - uid: 38645 components: - type: Transform - pos: 49.5,153.5 + pos: -4.5,-48.5 parent: 1 - - uid: 20077 + - uid: 38646 components: - type: Transform - pos: 48.5,153.5 + pos: -5.5,-48.5 parent: 1 - - uid: 20078 + - uid: 38647 components: - type: Transform - pos: 47.5,153.5 + pos: -7.5,-48.5 parent: 1 - - uid: 20079 + - uid: 38648 components: - type: Transform - pos: 46.5,153.5 + pos: -8.5,-48.5 parent: 1 - - uid: 20080 + - uid: 38649 components: - type: Transform - pos: 46.5,152.5 + pos: -9.5,-48.5 parent: 1 - - uid: 20081 + - uid: 38650 components: - type: Transform - pos: 46.5,151.5 + pos: -9.5,-47.5 parent: 1 - - uid: 20082 + - uid: 38651 components: - type: Transform - pos: 46.5,150.5 + pos: -9.5,-46.5 parent: 1 - - uid: 20083 + - uid: 38652 components: - type: Transform - pos: 46.5,149.5 + pos: -9.5,-45.5 parent: 1 - - uid: 20084 + - uid: 38653 components: - type: Transform - pos: 47.5,149.5 + pos: -9.5,-44.5 parent: 1 - - uid: 20085 + - uid: 38654 components: - type: Transform - pos: 48.5,149.5 + pos: -10.5,-45.5 parent: 1 - - uid: 20086 + - uid: 38655 components: - type: Transform - pos: 49.5,149.5 + pos: -12.5,-45.5 parent: 1 - - uid: 20087 + - uid: 38656 components: - type: Transform - pos: 50.5,149.5 + pos: -14.5,-45.5 parent: 1 - - uid: 20088 + - uid: 38657 components: - type: Transform - pos: 51.5,149.5 + pos: -15.5,-45.5 parent: 1 - - uid: 20089 + - uid: 38658 components: - type: Transform - pos: 52.5,149.5 + pos: -15.5,-46.5 parent: 1 - - uid: 20090 + - uid: 38659 components: - type: Transform - pos: 53.5,149.5 + pos: -15.5,-47.5 parent: 1 - - uid: 20091 + - uid: 38660 components: - type: Transform - pos: 54.5,149.5 + pos: -15.5,-48.5 parent: 1 - - uid: 20092 + - uid: 38661 components: - type: Transform - pos: 55.5,149.5 + pos: -15.5,-49.5 parent: 1 - - uid: 20093 + - uid: 38662 components: - type: Transform - pos: 56.5,149.5 + pos: -15.5,-50.5 parent: 1 - - uid: 20094 + - uid: 38663 components: - type: Transform - pos: 57.5,149.5 + pos: -15.5,-51.5 parent: 1 - - uid: 20095 + - uid: 38664 components: - type: Transform - pos: 58.5,149.5 + pos: -15.5,-52.5 parent: 1 - - uid: 20096 + - uid: 38665 components: - type: Transform - pos: 59.5,149.5 + pos: -10.5,-52.5 parent: 1 - - uid: 20097 + - uid: 38666 components: - type: Transform - pos: 60.5,149.5 + pos: -8.5,-52.5 parent: 1 - - uid: 20098 + - uid: 38667 components: - type: Transform - pos: 60.5,150.5 + pos: -4.5,-52.5 parent: 1 - - uid: 20099 + - uid: 38668 components: - type: Transform - pos: 60.5,151.5 + pos: -4.5,-51.5 parent: 1 - - uid: 20100 + - uid: 38669 components: - type: Transform - pos: 60.5,152.5 + pos: -4.5,-50.5 parent: 1 - - uid: 20101 + - uid: 38670 components: - type: Transform - pos: 60.5,153.5 + pos: -4.5,-49.5 parent: 1 - - uid: 20102 +- proto: N14WallSuperstore + entities: + - uid: 38671 components: - type: Transform - pos: 60.5,154.5 + pos: 77.5,-39.5 parent: 1 - - uid: 20103 + - uid: 38672 components: - type: Transform - pos: 60.5,155.5 + pos: 80.5,-39.5 parent: 1 - - uid: 20104 + - uid: 38673 components: - type: Transform - pos: 60.5,156.5 + pos: 79.5,-46.5 parent: 1 - - uid: 20105 + - uid: 38674 components: - type: Transform - pos: 60.5,157.5 + pos: 101.5,-33.5 parent: 1 - - uid: 20107 + - uid: 38675 components: - type: Transform - pos: 60.5,159.5 + pos: 77.5,-46.5 parent: 1 - - uid: 20108 + - uid: 38676 components: - type: Transform - pos: 60.5,160.5 + pos: 90.5,-49.5 parent: 1 - - uid: 20109 + - uid: 38677 components: - type: Transform - pos: 60.5,161.5 + pos: 102.5,-37.5 parent: 1 - - uid: 20110 + - uid: 38678 components: - type: Transform - pos: 53.5,153.5 + pos: 82.5,-49.5 parent: 1 - - uid: 20111 + - uid: 38679 components: - type: Transform - pos: 54.5,147.5 + pos: 80.5,-38.5 parent: 1 - - uid: 20112 + - uid: 38680 components: - type: Transform - pos: 55.5,147.5 + pos: 76.5,-38.5 parent: 1 - - uid: 20113 + - uid: 38681 components: - type: Transform - pos: 57.5,147.5 + pos: 76.5,-40.5 parent: 1 - - uid: 20114 + - uid: 38682 components: - type: Transform - pos: 58.5,147.5 + pos: 83.5,-49.5 parent: 1 - - uid: 20115 + - uid: 38683 components: - type: Transform - pos: 59.5,147.5 + pos: 76.5,-36.5 parent: 1 - - uid: 20116 + - uid: 38684 components: - type: Transform - pos: 59.5,146.5 + pos: 87.5,-49.5 parent: 1 - - uid: 20117 + - uid: 38685 components: - type: Transform - pos: 59.5,144.5 + pos: 89.5,-49.5 parent: 1 - - uid: 20118 + - uid: 38686 components: - type: Transform - pos: 59.5,143.5 + pos: 80.5,-40.5 parent: 1 - - uid: 20119 + - uid: 38687 components: - type: Transform - pos: 58.5,143.5 + pos: 76.5,-37.5 parent: 1 - - uid: 20120 + - uid: 38688 components: - type: Transform - pos: 57.5,143.5 + pos: 81.5,-49.5 parent: 1 - - uid: 20121 + - uid: 38689 components: - type: Transform - pos: 56.5,143.5 + pos: 78.5,-39.5 parent: 1 - - uid: 20122 + - uid: 38690 components: - type: Transform - pos: 55.5,143.5 + pos: 80.5,-47.5 parent: 1 - - uid: 20123 + - uid: 38691 components: - type: Transform - pos: 54.5,143.5 + pos: 76.5,-39.5 parent: 1 - - uid: 20124 + - uid: 38692 components: - type: Transform - pos: 54.5,142.5 + pos: 80.5,-37.5 parent: 1 - - uid: 20125 + - uid: 38693 components: - type: Transform - pos: 54.5,141.5 + pos: 97.5,-45.5 parent: 1 - - uid: 20126 + - uid: 38694 components: - type: Transform - pos: 54.5,140.5 + pos: 88.5,-49.5 parent: 1 - - uid: 20127 + - uid: 38695 components: - type: Transform - pos: 53.5,140.5 + pos: 76.5,-45.5 parent: 1 - - uid: 20128 + - uid: 38696 components: - type: Transform - pos: 49.5,140.5 + pos: 76.5,-46.5 parent: 1 - - uid: 20129 + - uid: 38697 components: - type: Transform - pos: 50.5,140.5 + pos: 80.5,-48.5 parent: 1 - - uid: 20130 + - uid: 38698 components: - type: Transform - pos: 49.5,141.5 + pos: 80.5,-49.5 parent: 1 - - uid: 20131 + - uid: 38699 components: - type: Transform - pos: 49.5,144.5 + pos: 80.5,-41.5 parent: 1 - - uid: 20132 + - uid: 38700 components: - type: Transform - pos: 49.5,146.5 + pos: 101.5,-39.5 parent: 1 - - uid: 20133 + - uid: 38701 components: - type: Transform - pos: 50.5,153.5 + pos: 79.5,-39.5 parent: 1 - - uid: 20134 + - uid: 38702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,137.5 + pos: 76.5,-42.5 parent: 1 - - uid: 20135 + - uid: 38703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,137.5 + pos: 80.5,-46.5 parent: 1 - - uid: 20136 + - uid: 38704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,137.5 + pos: 97.5,-39.5 parent: 1 - - uid: 20137 + - uid: 38705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,139.5 + pos: 94.5,-49.5 parent: 1 - - uid: 20138 + - uid: 38706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,139.5 + pos: 95.5,-49.5 parent: 1 - - uid: 20139 + - uid: 38707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,139.5 + pos: 96.5,-49.5 parent: 1 - - uid: 20140 + - uid: 38708 components: - type: Transform - pos: 36.5,138.5 + pos: 97.5,-49.5 parent: 1 - - uid: 20141 + - uid: 38709 components: - type: Transform - pos: 51.5,153.5 + pos: 76.5,-41.5 parent: 1 - - uid: 20142 + - uid: 38710 components: - type: Transform - pos: 54.5,150.5 + pos: 97.5,-47.5 parent: 1 - - uid: 20143 + - uid: 38711 components: - type: Transform - pos: 54.5,152.5 + pos: 97.5,-48.5 parent: 1 - - uid: 20144 + - uid: 38712 components: - type: Transform - pos: 54.5,153.5 + pos: 97.5,-46.5 parent: 1 - - uid: 20145 + - uid: 38713 components: - type: Transform - pos: 54.5,154.5 + pos: 98.5,-46.5 parent: 1 - - uid: 20146 + - uid: 38714 components: - type: Transform - pos: 54.5,155.5 + pos: 100.5,-46.5 parent: 1 - - uid: 20147 + - uid: 38715 components: - type: Transform - pos: 54.5,156.5 + pos: 101.5,-46.5 parent: 1 - - uid: 20148 + - uid: 38716 components: - type: Transform - pos: 54.5,157.5 + pos: 101.5,-47.5 parent: 1 - - uid: 20149 + - uid: 38717 components: - type: Transform - pos: 54.5,158.5 + pos: 101.5,-48.5 parent: 1 - - uid: 20150 + - uid: 38718 components: - type: Transform - pos: 54.5,159.5 + pos: 101.5,-49.5 parent: 1 - - uid: 20151 + - uid: 38719 components: - type: Transform - pos: 54.5,160.5 + pos: 97.5,-43.5 parent: 1 - - uid: 20152 + - uid: 38720 components: - type: Transform - pos: 54.5,161.5 + pos: 100.5,-35.5 parent: 1 - - uid: 20153 + - uid: 38721 components: - type: Transform - pos: 53.5,158.5 + pos: 98.5,-35.5 parent: 1 - - uid: 20155 + - uid: 38722 components: - type: Transform - pos: 50.5,158.5 + pos: 102.5,-49.5 parent: 1 - - uid: 20157 + - uid: 38723 components: - type: Transform - pos: 58.5,159.5 + pos: 103.5,-49.5 parent: 1 - - uid: 20158 + - uid: 38724 components: - type: Transform - pos: 59.5,159.5 + pos: 98.5,-39.5 parent: 1 - - uid: 20160 + - uid: 38725 components: - type: Transform - pos: 58.5,156.5 + pos: 105.5,-49.5 parent: 1 - - uid: 20161 + - uid: 38726 components: - type: Transform - pos: 59.5,156.5 + pos: 107.5,-49.5 parent: 1 - - uid: 20163 + - uid: 38727 components: - type: Transform - pos: 58.5,153.5 + pos: 108.5,-49.5 parent: 1 - - uid: 20164 + - uid: 38728 components: - type: Transform - pos: 59.5,153.5 + pos: 109.5,-49.5 parent: 1 - - uid: 20165 + - uid: 38729 components: - type: Transform - pos: -17.5,-75.5 + pos: 109.5,-48.5 parent: 1 - - uid: 20166 + - uid: 38730 components: - type: Transform - pos: -19.5,-75.5 + pos: 109.5,-47.5 parent: 1 - - uid: 20167 + - uid: 38731 components: - type: Transform - pos: -20.5,-75.5 + pos: 109.5,-46.5 parent: 1 - - uid: 20168 + - uid: 38732 components: - type: Transform - pos: -21.5,-75.5 + pos: 109.5,-45.5 parent: 1 - - uid: 20169 + - uid: 38733 components: - type: Transform - pos: -22.5,-75.5 + pos: 109.5,-44.5 parent: 1 - - uid: 20170 + - uid: 38734 components: - type: Transform - pos: -23.5,-75.5 + pos: 109.5,-43.5 parent: 1 - - uid: 20171 + - uid: 38735 components: - type: Transform - pos: -24.5,-75.5 + pos: 109.5,-42.5 parent: 1 - - uid: 20172 + - uid: 38736 components: - type: Transform - pos: -25.5,-75.5 + pos: 109.5,-41.5 parent: 1 - - uid: 20173 + - uid: 38737 components: - type: Transform - pos: -26.5,-75.5 + pos: 109.5,-40.5 parent: 1 - - uid: 20174 + - uid: 38738 components: - type: Transform - pos: -27.5,-75.5 + pos: 96.5,-29.5 parent: 1 - - uid: 20175 + - uid: 38739 components: - type: Transform - pos: -28.5,-75.5 + pos: 94.5,-29.5 parent: 1 - - uid: 20176 + - uid: 38740 components: - type: Transform - pos: -29.5,-75.5 + pos: 95.5,-29.5 parent: 1 - - uid: 20177 + - uid: 38741 components: - type: Transform - pos: -30.5,-75.5 + pos: 101.5,-35.5 parent: 1 - - uid: 20178 + - uid: 38742 components: - type: Transform - pos: -31.5,-75.5 + pos: 110.5,-40.5 parent: 1 - - uid: 20179 + - uid: 38743 components: - type: Transform - pos: -32.5,-75.5 + pos: 111.5,-40.5 parent: 1 - - uid: 20180 + - uid: 38744 components: - type: Transform - pos: -33.5,-75.5 + pos: 112.5,-40.5 parent: 1 - - uid: 20181 + - uid: 38745 components: - type: Transform - pos: -33.5,-74.5 + pos: 113.5,-40.5 parent: 1 - - uid: 20182 + - uid: 38746 components: - type: Transform - pos: -33.5,-73.5 + pos: 114.5,-40.5 parent: 1 - - uid: 20183 + - uid: 38747 components: - type: Transform - pos: -33.5,-72.5 + pos: 115.5,-40.5 parent: 1 - - uid: 20184 + - uid: 38748 components: - type: Transform - pos: -33.5,-71.5 + pos: 116.5,-40.5 parent: 1 - - uid: 20185 + - uid: 38749 components: - type: Transform - pos: -33.5,-70.5 + pos: 117.5,-40.5 parent: 1 - - uid: 20186 + - uid: 38750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,130.5 + pos: 117.5,-39.5 parent: 1 - - uid: 20187 + - uid: 38751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,130.5 + pos: 117.5,-38.5 parent: 1 - - uid: 20188 + - uid: 38752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,130.5 + pos: 117.5,-37.5 parent: 1 - - uid: 20189 + - uid: 38753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,130.5 + pos: 117.5,-36.5 parent: 1 - - uid: 20190 + - uid: 38754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,126.5 + pos: 117.5,-35.5 parent: 1 - - uid: 20191 + - uid: 38755 components: - type: Transform - pos: 171.5,-67.5 + pos: 117.5,-34.5 parent: 1 - - uid: 20192 + - uid: 38756 components: - type: Transform - pos: 171.5,-66.5 + pos: 117.5,-33.5 parent: 1 - - uid: 20193 + - uid: 38757 components: - type: Transform - pos: 171.5,-71.5 + pos: 109.5,-33.5 parent: 1 - - uid: 20194 + - uid: 38758 components: - type: Transform - pos: 171.5,-69.5 + pos: 109.5,-32.5 parent: 1 - - uid: 20195 + - uid: 38759 components: - type: Transform - pos: -12.5,5.5 + pos: 109.5,-31.5 parent: 1 - - uid: 20196 + - uid: 38760 components: - type: Transform - pos: -0.5,4.5 + pos: 109.5,-30.5 parent: 1 - - uid: 20197 + - uid: 38761 components: - type: Transform - pos: -1.5,4.5 + pos: 109.5,-29.5 parent: 1 - - uid: 20198 + - uid: 38762 components: - type: Transform - pos: -2.5,4.5 + pos: 108.5,-29.5 parent: 1 - - uid: 20199 + - uid: 38763 components: - type: Transform - pos: -3.5,4.5 + pos: 107.5,-29.5 parent: 1 - - uid: 20200 + - uid: 38764 components: - type: Transform - pos: -4.5,4.5 + pos: 97.5,-38.5 parent: 1 - - uid: 20201 + - uid: 38765 components: - type: Transform - pos: -5.5,4.5 + pos: 105.5,-29.5 parent: 1 - - uid: 20202 + - uid: 38766 components: - type: Transform - pos: -6.5,4.5 + pos: 99.5,-39.5 parent: 1 - - uid: 20203 + - uid: 38767 components: - type: Transform - pos: -6.5,5.5 + pos: 103.5,-29.5 parent: 1 - - uid: 20204 + - uid: 38768 components: - type: Transform - pos: -3.5,5.5 + pos: 102.5,-29.5 parent: 1 - - uid: 20205 + - uid: 38769 components: - type: Transform - pos: -8.5,4.5 + pos: 101.5,-29.5 parent: 1 - - uid: 20206 + - uid: 38770 components: - type: Transform - pos: -9.5,4.5 + pos: 101.5,-30.5 parent: 1 - - uid: 20207 + - uid: 38771 components: - type: Transform - pos: -9.5,5.5 + pos: 101.5,-31.5 parent: 1 - - uid: 20208 + - uid: 38772 components: - type: Transform - pos: -12.5,4.5 + pos: 101.5,-32.5 parent: 1 - - uid: 20209 + - uid: 38773 components: - type: Transform - pos: -15.5,5.5 + pos: 100.5,-32.5 parent: 1 - - uid: 20210 + - uid: 38774 components: - type: Transform - pos: -15.5,4.5 + pos: 97.5,-40.5 parent: 1 - - uid: 20211 + - uid: 38775 components: - type: Transform - pos: -17.5,7.5 + pos: 98.5,-32.5 parent: 1 - - uid: 20212 + - uid: 38776 components: - type: Transform - pos: -15.5,7.5 + pos: 97.5,-32.5 parent: 1 - - uid: 20213 + - uid: 38777 components: - type: Transform - pos: -15.5,8.5 + pos: 97.5,-31.5 parent: 1 - - uid: 20214 + - uid: 38778 components: - type: Transform - pos: -15.5,9.5 + pos: 97.5,-30.5 parent: 1 - - uid: 20215 + - uid: 38779 components: - type: Transform - pos: -15.5,10.5 + pos: 97.5,-29.5 parent: 1 - - uid: 20216 + - uid: 38780 components: - type: Transform - pos: -15.5,11.5 + pos: 90.5,-29.5 parent: 1 - - uid: 20217 + - uid: 38781 components: - type: Transform - pos: -15.5,12.5 + pos: 89.5,-29.5 parent: 1 - - uid: 20218 + - uid: 38782 components: - type: Transform - pos: -15.5,14.5 + pos: 88.5,-29.5 parent: 1 - - uid: 20219 + - uid: 38783 components: - type: Transform - pos: -16.5,14.5 + pos: 87.5,-29.5 parent: 1 - - uid: 20220 + - uid: 38784 components: - type: Transform - pos: -20.5,14.5 + pos: 102.5,-38.5 parent: 1 - - uid: 20221 + - uid: 38785 components: - type: Transform - pos: -21.5,14.5 + pos: 97.5,-35.5 parent: 1 - - uid: 20222 + - uid: 38786 components: - type: Transform - pos: -21.5,12.5 + pos: 100.5,-39.5 parent: 1 - - uid: 20223 + - uid: 38787 components: - type: Transform - pos: -21.5,11.5 + pos: 83.5,-29.5 parent: 1 - - uid: 20224 + - uid: 38788 components: - type: Transform - pos: -21.5,10.5 + pos: 82.5,-29.5 parent: 1 - - uid: 20225 + - uid: 38789 components: - type: Transform - pos: -21.5,9.5 + pos: 81.5,-29.5 parent: 1 - - uid: 20226 + - uid: 38790 components: - type: Transform - pos: -21.5,8.5 + pos: 80.5,-29.5 parent: 1 - - uid: 20227 + - uid: 38791 components: - type: Transform - pos: -22.5,9.5 + pos: 80.5,-30.5 parent: 1 - - uid: 20228 + - uid: 38792 components: - type: Transform - pos: -20.5,10.5 + pos: 80.5,-31.5 parent: 1 - - uid: 20229 + - uid: 38793 components: - type: Transform - pos: -19.5,10.5 + pos: 80.5,-32.5 parent: 1 - - uid: 20230 + - uid: 38794 components: - type: Transform - pos: -17.5,10.5 + pos: 79.5,-32.5 parent: 1 - - uid: 20231 + - uid: 38795 components: - type: Transform - pos: -16.5,10.5 + pos: 99.5,-35.5 parent: 1 - - uid: 20232 + - uid: 38796 components: - type: Transform - pos: -14.5,9.5 + pos: 77.5,-32.5 parent: 1 - - uid: 20233 + - uid: 38797 components: - type: Transform - pos: -14.5,12.5 + pos: 76.5,-32.5 parent: 1 - - uid: 20234 + - uid: 38798 components: - type: Transform - pos: -10.5,12.5 + pos: 76.5,-33.5 parent: 1 - - uid: 20235 + - uid: 38799 components: - type: Transform - pos: -9.5,12.5 + pos: 102.5,-35.5 parent: 1 - - uid: 20236 + - uid: 38800 components: - type: Transform - pos: -9.5,13.5 + pos: 102.5,-43.5 parent: 1 - - uid: 20237 + - uid: 38801 components: - type: Transform - pos: -9.5,11.5 + pos: 102.5,-39.5 parent: 1 - - uid: 20238 + - uid: 38802 components: - type: Transform - pos: -9.5,10.5 + pos: 109.5,-36.5 parent: 1 - - uid: 20239 + - uid: 38803 components: - type: Transform - pos: -9.5,9.5 + pos: 102.5,-41.5 parent: 1 - - uid: 20240 + - uid: 38804 components: - type: Transform - pos: -9.5,8.5 + pos: 102.5,-40.5 parent: 1 - - uid: 20241 + - uid: 38805 components: - type: Transform - pos: -10.5,9.5 + pos: 109.5,-37.5 parent: 1 - - uid: 20242 + - uid: 38806 components: - type: Transform - pos: -11.5,9.5 + pos: 98.5,-43.5 parent: 1 - - uid: 20243 + - uid: 38807 components: - type: Transform - pos: -12.5,9.5 + pos: 99.5,-43.5 parent: 1 - - uid: 20244 + - uid: 38808 components: - type: Transform - pos: -12.5,8.5 + pos: 100.5,-43.5 parent: 1 - - uid: 20245 + - uid: 38809 components: - type: Transform - pos: -8.5,9.5 + pos: 101.5,-43.5 parent: 1 - - uid: 20246 + - uid: 38810 components: - type: Transform - pos: -8.5,13.5 + pos: 104.5,-43.5 parent: 1 - - uid: 20247 + - uid: 38811 components: - type: Transform - pos: -5.5,13.5 + pos: 104.5,-44.5 parent: 1 - - uid: 20248 + - uid: 38812 components: - type: Transform - pos: -4.5,13.5 + pos: 104.5,-47.5 parent: 1 - - uid: 20249 + - uid: 38813 components: - type: Transform - pos: -1.5,13.5 + pos: 104.5,-46.5 parent: 1 - - uid: 20250 + - uid: 38814 components: - type: Transform - pos: -0.5,13.5 + pos: 107.5,-43.5 parent: 1 - - uid: 20251 + - uid: 38815 components: - type: Transform - pos: -0.5,9.5 + pos: 106.5,-43.5 parent: 1 - - uid: 20252 + - uid: 38816 components: - type: Transform - pos: -1.5,9.5 + pos: 104.5,-48.5 parent: 1 - - uid: 20253 + - uid: 38817 components: - type: Transform - pos: -2.5,9.5 + pos: 108.5,-43.5 parent: 1 - - uid: 20254 + - uid: 38818 components: - type: Transform - pos: -3.5,9.5 + pos: 80.5,-42.5 parent: 1 - - uid: 20255 + - uid: 38819 components: - type: Transform - pos: -4.5,9.5 + pos: 80.5,-45.5 parent: 1 - - uid: 20256 + - uid: 38820 components: - type: Transform - pos: -5.5,9.5 + pos: 105.5,-43.5 parent: 1 - - uid: 20257 + - uid: 38821 components: - type: Transform - pos: -6.5,9.5 + pos: 104.5,-49.5 parent: 1 - - uid: 20258 + - uid: 38822 components: - type: Transform - pos: -6.5,8.5 + pos: 110.5,-33.5 parent: 1 - - uid: 20259 + - uid: 38823 components: - type: Transform - pos: -3.5,8.5 + pos: 116.5,-33.5 parent: 1 - - uid: 20260 + - uid: 38824 components: - type: Transform - pos: -3.5,7.5 + pos: 92.5,-38.5 parent: 1 - - uid: 20261 +- proto: N14WallWoodDark + entities: + - uid: 38825 components: - type: Transform - pos: -0.5,8.5 + pos: 141.5,0.5 parent: 1 - - uid: 20262 + - uid: 38826 components: - type: Transform - pos: -0.5,7.5 + pos: 116.5,23.5 parent: 1 - - uid: 20263 + - uid: 38827 components: - type: Transform - pos: -0.5,6.5 + pos: 110.5,25.5 parent: 1 - - uid: 20264 + - uid: 38828 components: - type: Transform - pos: -0.5,5.5 + pos: 116.5,22.5 parent: 1 - - uid: 20265 + - uid: 38829 components: - type: Transform - pos: -27.5,13.5 + rot: 1.5707963267948966 rad + pos: 52.5,158.5 parent: 1 - - uid: 20266 + - uid: 38830 components: - type: Transform - pos: -27.5,12.5 + pos: 109.5,22.5 parent: 1 - - uid: 20267 + - uid: 38831 components: - type: Transform - pos: -27.5,11.5 + pos: 109.5,24.5 parent: 1 - - uid: 20268 + - uid: 38832 components: - type: Transform - pos: -27.5,10.5 + pos: 113.5,21.5 parent: 1 - - uid: 20269 + - uid: 38833 components: - type: Transform - pos: -27.5,9.5 + pos: 111.5,25.5 parent: 1 - - uid: 20270 + - uid: 38834 components: - type: Transform - pos: -27.5,8.5 + pos: 113.5,25.5 parent: 1 - - uid: 20271 + - uid: 38835 components: - type: Transform - pos: -26.5,12.5 + pos: 80.5,-125.5 parent: 1 - - uid: 20272 + - uid: 38836 components: - type: Transform - pos: -22.5,12.5 + pos: 109.5,25.5 parent: 1 - - uid: 20273 + - uid: 38837 components: - type: Transform - pos: -24.5,9.5 + pos: 109.5,21.5 parent: 1 - - uid: 20274 + - uid: 38838 components: - type: Transform - pos: -25.5,9.5 + pos: 112.5,21.5 parent: 1 - - uid: 20275 + - uid: 38839 components: - type: Transform - pos: -26.5,9.5 + pos: 116.5,25.5 parent: 1 - - uid: 20276 + - uid: 38840 components: - type: Transform - pos: -24.5,8.5 + pos: 114.5,25.5 parent: 1 - - uid: 20277 + - uid: 38841 components: - type: Transform - pos: -28.5,9.5 + pos: 115.5,25.5 parent: 1 - - uid: 20278 + - uid: 38842 components: - type: Transform - pos: -30.5,9.5 + pos: 111.5,21.5 parent: 1 - - uid: 20279 + - uid: 38843 components: - type: Transform - pos: -31.5,9.5 + pos: 103.5,26.5 parent: 1 - - uid: 20280 + - uid: 38844 components: - type: Transform - pos: -32.5,9.5 + pos: 112.5,25.5 parent: 1 - - uid: 20281 + - uid: 38845 components: - type: Transform - pos: -33.5,9.5 + pos: 103.5,25.5 parent: 1 - - uid: 20282 + - uid: 38846 components: - type: Transform - pos: -34.5,9.5 + pos: 107.5,23.5 parent: 1 - - uid: 20283 + - uid: 38847 components: - type: Transform - pos: -35.5,9.5 + pos: 104.5,26.5 parent: 1 - - uid: 20284 + - uid: 38848 components: - type: Transform - pos: -36.5,9.5 + pos: 103.5,24.5 parent: 1 - - uid: 20285 + - uid: 38849 components: - type: Transform - pos: -33.5,8.5 + pos: 107.5,22.5 parent: 1 - - uid: 20286 + - uid: 38850 components: - type: Transform - pos: -33.5,7.5 + pos: 106.5,26.5 parent: 1 - - uid: 20287 + - uid: 38851 components: - type: Transform - pos: -30.5,8.5 + pos: 107.5,21.5 parent: 1 - - uid: 20288 + - uid: 38852 components: - type: Transform - pos: -30.5,5.5 + pos: 107.5,25.5 parent: 1 - - uid: 20289 + - uid: 38853 components: - type: Transform - pos: -30.5,4.5 + pos: 107.5,26.5 parent: 1 - - uid: 20290 + - uid: 38854 components: - type: Transform - pos: -33.5,4.5 + pos: 107.5,24.5 parent: 1 - - uid: 20291 + - uid: 38855 components: - type: Transform - pos: -32.5,4.5 + pos: 109.5,23.5 parent: 1 - - uid: 20292 + - uid: 38856 components: - type: Transform - pos: -31.5,4.5 + pos: 116.5,24.5 parent: 1 - - uid: 20293 + - uid: 38857 components: - type: Transform - pos: -33.5,5.5 + pos: -77.5,-23.5 parent: 1 - - uid: 20294 + - uid: 38858 components: - type: Transform - pos: -34.5,4.5 + pos: -72.5,-9.5 parent: 1 - - uid: 20295 + - uid: 38859 components: - type: Transform - pos: -35.5,4.5 + pos: -67.5,-9.5 parent: 1 - - uid: 20296 + - uid: 38860 components: - type: Transform - pos: -36.5,4.5 + pos: -68.5,-9.5 parent: 1 - - uid: 20297 + - uid: 38861 components: - type: Transform - pos: -36.5,5.5 + pos: -70.5,-9.5 parent: 1 - - uid: 20298 + - uid: 38862 components: - type: Transform - pos: -36.5,6.5 + pos: -66.5,-9.5 parent: 1 - - uid: 20299 + - uid: 38863 components: - type: Transform - pos: -36.5,7.5 + pos: -71.5,-9.5 parent: 1 - - uid: 20300 + - uid: 38864 components: - type: Transform - pos: -36.5,8.5 + pos: -77.5,-20.5 parent: 1 - - uid: 20301 + - uid: 38865 components: - type: Transform - pos: -36.5,13.5 + pos: -77.5,-10.5 parent: 1 - - uid: 20302 + - uid: 38866 components: - type: Transform - pos: -35.5,13.5 + pos: -77.5,-11.5 parent: 1 - - uid: 20303 + - uid: 38867 components: - type: Transform - pos: -32.5,13.5 + pos: -76.5,-9.5 parent: 1 - - uid: 20304 + - uid: 38868 components: - type: Transform - pos: -31.5,13.5 + pos: -77.5,-12.5 parent: 1 - - uid: 20305 + - uid: 38869 components: - type: Transform - pos: -28.5,13.5 + pos: -77.5,-15.5 parent: 1 - - uid: 20306 + - uid: 38870 components: - type: Transform - pos: -27.5,5.5 + pos: -63.5,-9.5 parent: 1 - - uid: 20307 + - uid: 38871 components: - type: Transform - pos: -27.5,4.5 + pos: -69.5,-9.5 parent: 1 - - uid: 20308 + - uid: 38872 components: - type: Transform - pos: -28.5,4.5 + pos: -77.5,-19.5 parent: 1 - - uid: 20309 + - uid: 38873 components: - type: Transform - pos: -24.5,5.5 + pos: -77.5,-16.5 parent: 1 - - uid: 20310 + - uid: 38874 components: - type: Transform - pos: -24.5,4.5 + pos: 133.5,-30.5 parent: 1 - - uid: 20311 + - uid: 38875 components: - type: Transform - pos: -21.5,5.5 + pos: -17.5,-72.5 parent: 1 - - uid: 20312 + - uid: 38876 components: - type: Transform - pos: -21.5,4.5 + pos: 138.5,-30.5 parent: 1 - - uid: 20313 + - uid: 38877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,126.5 + pos: 42.5,170.5 parent: 1 - - uid: 20314 + - uid: 38878 components: - type: Transform rot: -1.5707963267948966 rad - pos: 92.5,130.5 + pos: 91.5,126.5 parent: 1 - - uid: 20315 + - uid: 38879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,126.5 + pos: -75.5,-119.5 parent: 1 - - uid: 20316 + - uid: 38880 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,130.5 + pos: -82.5,-122.5 parent: 1 - - uid: 20317 + - uid: 38881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,130.5 + pos: -83.5,-105.5 parent: 1 - - uid: 20318 + - uid: 38882 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,127.5 + pos: -83.5,-109.5 parent: 1 - - uid: 20319 + - uid: 38883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,130.5 + pos: -57.5,-132.5 parent: 1 - - uid: 20320 + - uid: 38884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,128.5 + pos: -50.5,-127.5 parent: 1 - - uid: 20321 + - uid: 38885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,129.5 + pos: -50.5,-128.5 parent: 1 - - uid: 20322 + - uid: 38886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,126.5 + pos: -18.5,4.5 parent: 1 - - uid: 20323 + - uid: 38887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,1.5 + pos: -71.5,-106.5 parent: 1 - - uid: 20324 + - uid: 38888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,1.5 + pos: -82.5,-125.5 parent: 1 - - uid: 20325 + - uid: 38889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,1.5 + pos: -83.5,-99.5 parent: 1 - - uid: 20326 + - uid: 38890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,1.5 + pos: -78.5,-99.5 parent: 1 - - uid: 20327 + - uid: 38891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,1.5 + pos: -82.5,-126.5 parent: 1 - - uid: 20328 + - uid: 38892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,1.5 + pos: -77.5,-101.5 parent: 1 - - uid: 20329 + - uid: 38893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,4.5 + pos: -76.5,-99.5 parent: 1 - - uid: 20330 + - uid: 38894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,3.5 + pos: -71.5,-105.5 parent: 1 - - uid: 20331 + - uid: 38895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,4.5 + pos: -77.5,-126.5 parent: 1 - - uid: 20332 + - uid: 38896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,4.5 + pos: -78.5,-126.5 parent: 1 - - uid: 20333 + - uid: 38897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,4.5 + pos: -75.5,-124.5 parent: 1 - - uid: 20334 + - uid: 38898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,4.5 + pos: -78.5,-119.5 parent: 1 - - uid: 20335 + - uid: 38899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,4.5 + pos: -74.5,-108.5 parent: 1 - - uid: 20336 + - uid: 38900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,5.5 + pos: -75.5,-122.5 parent: 1 - - uid: 20337 + - uid: 38901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,6.5 + pos: -80.5,-119.5 parent: 1 - - uid: 20338 + - uid: 38902 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,7.5 + pos: -81.5,-122.5 parent: 1 - - uid: 20339 + - uid: 38903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,7.5 + pos: -47.5,-113.5 parent: 1 - - uid: 20340 + - uid: 38904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,7.5 + pos: -18.5,-75.5 parent: 1 - - uid: 20341 + - uid: 38905 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,7.5 + pos: 93.5,127.5 parent: 1 - - uid: 20342 + - uid: 38906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,6.5 + pos: -19.5,7.5 parent: 1 - - uid: 20343 + - uid: 38907 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,5.5 + pos: 93.5,128.5 parent: 1 - - uid: 20344 + - uid: 38908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,4.5 + pos: -82.5,-124.5 parent: 1 - - uid: 20345 + - uid: 38909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,3.5 + pos: -88.5,-109.5 parent: 1 - - uid: 20346 + - uid: 38910 components: - type: Transform - pos: -72.5,2.5 + pos: -81.5,-126.5 parent: 1 - - uid: 20347 + - uid: 38911 components: - type: Transform - pos: -72.5,4.5 + pos: -72.5,-99.5 parent: 1 - - uid: 20348 + - uid: 38912 components: - type: Transform - pos: -72.5,3.5 + pos: -80.5,-126.5 parent: 1 - - uid: 20349 + - uid: 38913 components: - type: Transform - pos: -72.5,5.5 + pos: -77.5,-99.5 parent: 1 - - uid: 20350 + - uid: 38914 components: - type: Transform - pos: -72.5,6.5 + pos: -77.5,-122.5 parent: 1 - - uid: 20351 + - uid: 38915 components: - type: Transform - pos: -80.5,1.5 + pos: -47.5,-114.5 parent: 1 - - uid: 20352 + - uid: 38916 components: - type: Transform - pos: -80.5,3.5 + pos: -78.5,-122.5 parent: 1 - - uid: 20353 + - uid: 38917 components: - type: Transform - pos: -80.5,5.5 + pos: -76.5,-126.5 parent: 1 - - uid: 20354 + - uid: 38918 components: - type: Transform - pos: -80.5,7.5 + pos: -87.5,-110.5 parent: 1 - - uid: 20355 + - uid: 38919 components: - type: Transform - pos: -79.5,7.5 + pos: -81.5,-119.5 parent: 1 - - uid: 20356 + - uid: 38920 components: - type: Transform - pos: -76.5,7.5 + pos: -76.5,-122.5 parent: 1 - - uid: 20357 + - uid: 38921 components: - type: Transform - pos: -75.5,7.5 + pos: -75.5,-125.5 parent: 1 - - uid: 20358 + - uid: 38922 components: - type: Transform - pos: -75.5,2.5 + pos: -71.5,-107.5 parent: 1 - - uid: 20359 + - uid: 38923 components: - type: Transform - pos: -75.5,3.5 + pos: -78.5,-105.5 parent: 1 - - uid: 20360 + - uid: 38924 components: - type: Transform - pos: -75.5,4.5 + pos: -73.5,-105.5 parent: 1 - - uid: 20361 + - uid: 38925 components: - type: Transform - pos: -75.5,5.5 + pos: -75.5,-123.5 parent: 1 - - uid: 20362 + - uid: 38926 components: - type: Transform - pos: -75.5,6.5 + pos: -79.5,-126.5 parent: 1 - - uid: 20363 + - uid: 38927 components: - type: Transform - pos: -77.5,3.5 + pos: -79.5,-119.5 parent: 1 - - uid: 20364 + - uid: 38928 components: - type: Transform - pos: -76.5,3.5 + pos: -82.5,-119.5 parent: 1 - - uid: 20365 + - uid: 38929 components: - type: Transform - pos: -79.5,3.5 + pos: -82.5,-123.5 parent: 1 - - uid: 20366 + - uid: 38930 components: - type: Transform - pos: -72.5,7.5 + pos: -76.5,-119.5 parent: 1 - - uid: 20367 + - uid: 38931 components: - type: Transform - pos: -73.5,3.5 + pos: -71.5,-110.5 parent: 1 - - uid: 20368 + - uid: 38932 components: - type: Transform - pos: -74.5,7.5 + pos: -82.5,-120.5 parent: 1 - - uid: 20369 + - uid: 38933 components: - type: Transform - pos: -73.5,7.5 + pos: -82.5,-121.5 parent: 1 - - uid: 20370 + - uid: 38934 components: - type: Transform - pos: -65.5,1.5 + pos: -75.5,-126.5 parent: 1 - - uid: 20371 + - uid: 38935 components: - type: Transform - pos: -65.5,2.5 + pos: -75.5,-120.5 parent: 1 - - uid: 20372 + - uid: 38936 components: - type: Transform - pos: -65.5,3.5 + pos: -82.5,-105.5 parent: 1 - - uid: 20373 + - uid: 38937 components: - type: Transform - pos: -65.5,4.5 + pos: -79.5,-122.5 parent: 1 - - uid: 20374 + - uid: 38938 components: - type: Transform - pos: -65.5,5.5 + pos: -71.5,-103.5 parent: 1 - - uid: 20375 + - uid: 38939 components: - type: Transform - pos: -65.5,6.5 + pos: -83.5,-106.5 parent: 1 - - uid: 20376 + - uid: 38940 components: - type: Transform - pos: -66.5,6.5 + pos: -77.5,-119.5 parent: 1 - - uid: 20377 + - uid: 38941 components: - type: Transform - pos: -67.5,6.5 + pos: -71.5,-99.5 parent: 1 - - uid: 20378 + - uid: 38942 components: - type: Transform - pos: -68.5,6.5 + pos: -47.5,-112.5 parent: 1 - - uid: 20379 + - uid: 38943 components: - type: Transform - pos: -68.5,5.5 + pos: -82.5,-99.5 parent: 1 - - uid: 20380 + - uid: 38944 components: - type: Transform - pos: -68.5,4.5 + pos: -72.5,-105.5 parent: 1 - - uid: 20381 + - uid: 38945 components: - type: Transform - pos: -68.5,3.5 + pos: -75.5,-105.5 parent: 1 - - uid: 20382 + - uid: 38946 components: - type: Transform - pos: -67.5,3.5 + pos: -81.5,-105.5 parent: 1 - - uid: 20383 + - uid: 38947 components: - type: Transform - pos: -69.5,3.5 + pos: -77.5,-100.5 parent: 1 - - uid: 20384 + - uid: 38948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,126.5 + pos: -76.5,-105.5 parent: 1 - - uid: 20385 + - uid: 38949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-132.5 + pos: -77.5,-105.5 parent: 1 - - uid: 20386 + - uid: 38950 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-129.5 + pos: -79.5,-105.5 parent: 1 - - uid: 20387 + - uid: 38951 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-129.5 + pos: -84.5,-110.5 parent: 1 - - uid: 20388 + - uid: 38952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-109.5 + pos: -71.5,-109.5 parent: 1 - - uid: 20389 + - uid: 38953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-129.5 + pos: -72.5,-107.5 parent: 1 - - uid: 20390 + - uid: 38954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-129.5 + pos: -88.5,-110.5 parent: 1 - - uid: 20391 + - uid: 38955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-129.5 + pos: -74.5,-107.5 parent: 1 - - uid: 20392 + - uid: 38956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-129.5 + pos: -83.5,-100.5 parent: 1 - - uid: 20393 + - uid: 38957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-107.5 + pos: -83.5,-101.5 parent: 1 - - uid: 20394 + - uid: 38958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-103.5 + pos: -83.5,-102.5 parent: 1 - - uid: 20395 + - uid: 38959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-107.5 + pos: -83.5,-103.5 parent: 1 - - uid: 20396 + - uid: 38960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-108.5 + pos: -83.5,-104.5 parent: 1 - - uid: 20397 + - uid: 38961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-109.5 + pos: -73.5,-110.5 parent: 1 - - uid: 20398 + - uid: 38962 components: - type: Transform - pos: -47.5,-116.5 + pos: -74.5,-110.5 parent: 1 - - uid: 20399 + - uid: 38963 components: - type: Transform - pos: -47.5,-117.5 + pos: -84.5,-104.5 parent: 1 - - uid: 20400 + - uid: 38964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,129.5 + pos: -87.5,-104.5 parent: 1 - - uid: 20401 + - uid: 38965 components: - type: Transform rot: -1.5707963267948966 rad - pos: 93.5,126.5 + pos: -72.5,-110.5 parent: 1 - - uid: 20402 + - uid: 38966 components: - type: Transform - pos: -75.5,-9.5 + pos: -83.5,-107.5 parent: 1 - - uid: 20403 + - uid: 38967 components: - type: Transform - pos: -77.5,-18.5 + pos: -88.5,-105.5 parent: 1 - - uid: 20404 + - uid: 38968 components: - type: Transform - pos: -77.5,-9.5 + pos: -83.5,-110.5 parent: 1 - - uid: 20405 + - uid: 38969 components: - type: Transform - pos: -77.5,-14.5 + pos: -88.5,-104.5 parent: 1 - - uid: 20406 + - uid: 38970 components: - type: Transform - pos: -77.5,-22.5 + pos: -82.5,-110.5 parent: 1 - - uid: 20407 + - uid: 38971 components: - type: Transform - pos: -77.5,-13.5 + pos: -78.5,-110.5 parent: 1 - - uid: 20408 + - uid: 38972 components: - type: Transform - pos: -74.5,-9.5 + pos: -77.5,-110.5 parent: 1 - - uid: 20409 + - uid: 38973 components: - type: Transform - pos: -73.5,-9.5 + pos: -76.5,-110.5 parent: 1 - - uid: 20410 + - uid: 38974 components: - type: Transform - pos: -62.5,-9.5 + pos: -75.5,-110.5 parent: 1 - - uid: 20411 + - uid: 38975 components: - type: Transform - pos: -61.5,-9.5 + pos: -70.5,-129.5 parent: 1 - - uid: 20412 + - uid: 38976 components: - type: Transform - pos: -60.5,-9.5 + pos: 130.5,-30.5 parent: 1 - - uid: 20413 + - uid: 38977 components: - type: Transform - pos: -59.5,-9.5 + pos: -57.5,-123.5 parent: 1 - - uid: 20414 + - uid: 38978 components: - type: Transform - pos: -58.5,-9.5 + rot: -1.5707963267948966 rad + pos: -49.5,-98.5 parent: 1 - - uid: 20415 + - uid: 38979 components: - type: Transform - pos: -57.5,-9.5 + pos: -51.5,-128.5 parent: 1 - - uid: 20416 + - uid: 38980 components: - type: Transform - pos: -56.5,-9.5 + rot: -1.5707963267948966 rad + pos: -51.5,-110.5 parent: 1 - - uid: 20417 + - uid: 38981 components: - type: Transform - pos: -55.5,-9.5 + pos: -55.5,-133.5 parent: 1 - - uid: 20418 + - uid: 38982 components: - type: Transform - pos: -54.5,-9.5 + rot: -1.5707963267948966 rad + pos: -55.5,-98.5 parent: 1 - - uid: 20419 + - uid: 38983 components: - type: Transform - pos: -53.5,-9.5 + pos: -73.5,-134.5 parent: 1 - - uid: 20420 + - uid: 38984 components: - type: Transform - pos: -52.5,-9.5 + pos: -50.5,-125.5 parent: 1 - - uid: 20421 + - uid: 38985 components: - type: Transform - pos: -52.5,-10.5 + rot: -1.5707963267948966 rad + pos: -40.5,-133.5 parent: 1 - - uid: 20422 + - uid: 38986 components: - type: Transform - pos: -52.5,-11.5 + pos: -57.5,-128.5 parent: 1 - - uid: 20423 + - uid: 38987 components: - type: Transform - pos: -52.5,-12.5 + rot: -1.5707963267948966 rad + pos: -53.5,-109.5 parent: 1 - - uid: 20424 + - uid: 38988 components: - type: Transform - pos: -52.5,-13.5 + rot: -1.5707963267948966 rad + pos: -51.5,-109.5 parent: 1 - - uid: 20425 + - uid: 38989 components: - type: Transform - pos: -52.5,-14.5 + rot: -1.5707963267948966 rad + pos: -52.5,-98.5 parent: 1 - - uid: 20426 + - uid: 38990 components: - type: Transform - pos: -52.5,-15.5 + pos: -69.5,-132.5 parent: 1 - - uid: 20427 + - uid: 38991 components: - type: Transform - pos: -52.5,-16.5 + rot: -1.5707963267948966 rad + pos: -43.5,-133.5 parent: 1 - - uid: 20428 + - uid: 38992 components: - type: Transform - pos: -52.5,-17.5 + pos: -57.5,-127.5 parent: 1 - - uid: 20429 + - uid: 38993 components: - type: Transform - pos: -52.5,-18.5 + rot: -1.5707963267948966 rad + pos: -51.5,-117.5 parent: 1 - - uid: 20430 + - uid: 38994 components: - type: Transform - pos: -52.5,-19.5 + pos: -57.5,-129.5 parent: 1 - - uid: 20431 + - uid: 38995 components: - type: Transform - pos: -52.5,-20.5 + rot: -1.5707963267948966 rad + pos: -52.5,-112.5 parent: 1 - - uid: 20432 + - uid: 38996 components: - type: Transform - pos: -52.5,-21.5 + pos: -57.5,-133.5 parent: 1 - - uid: 20433 + - uid: 38997 components: - type: Transform - pos: -52.5,-22.5 + rot: -1.5707963267948966 rad + pos: -52.5,-109.5 parent: 1 - - uid: 20434 + - uid: 38998 components: - type: Transform - pos: -52.5,-23.5 + pos: -50.5,-124.5 parent: 1 - - uid: 20435 + - uid: 38999 components: - type: Transform - pos: -52.5,-24.5 + pos: -73.5,-131.5 parent: 1 - - uid: 20436 + - uid: 39000 components: - type: Transform - pos: -52.5,-25.5 + pos: -57.5,-131.5 parent: 1 - - uid: 20437 + - uid: 39001 components: - type: Transform - pos: -52.5,-26.5 + pos: -56.5,-133.5 parent: 1 - - uid: 20438 + - uid: 39002 components: - type: Transform - pos: -52.5,-27.5 + rot: -1.5707963267948966 rad + pos: -41.5,-133.5 parent: 1 - - uid: 20439 + - uid: 39003 components: - type: Transform - pos: -52.5,-28.5 + rot: -1.5707963267948966 rad + pos: -51.5,-111.5 parent: 1 - - uid: 20440 + - uid: 39004 components: - type: Transform - pos: -52.5,-29.5 + pos: -69.5,-133.5 parent: 1 - - uid: 20441 + - uid: 39005 components: - type: Transform - pos: -53.5,-29.5 + pos: -72.5,-129.5 parent: 1 - - uid: 20442 + - uid: 39006 components: - type: Transform - pos: -54.5,-29.5 + pos: -69.5,-134.5 parent: 1 - - uid: 20443 + - uid: 39007 components: - type: Transform - pos: -55.5,-29.5 + pos: -55.5,-123.5 parent: 1 - - uid: 20444 + - uid: 39008 components: - type: Transform - pos: -56.5,-29.5 + pos: -57.5,-124.5 parent: 1 - - uid: 20445 + - uid: 39009 components: - type: Transform - pos: -57.5,-29.5 + pos: -73.5,-133.5 parent: 1 - - uid: 20446 + - uid: 39010 components: - type: Transform - pos: -58.5,-29.5 + pos: -73.5,-132.5 parent: 1 - - uid: 20447 + - uid: 39011 components: - type: Transform - pos: -59.5,-29.5 + pos: -52.5,-123.5 parent: 1 - - uid: 20448 + - uid: 39012 components: - type: Transform - pos: -60.5,-29.5 + pos: -51.5,-123.5 parent: 1 - - uid: 20449 + - uid: 39013 components: - type: Transform - pos: -61.5,-29.5 + pos: -56.5,-123.5 parent: 1 - - uid: 20450 + - uid: 39014 components: - type: Transform - pos: -62.5,-29.5 + rot: -1.5707963267948966 rad + pos: -51.5,-115.5 parent: 1 - - uid: 20451 + - uid: 39015 components: - type: Transform - pos: -63.5,-29.5 + pos: -73.5,-130.5 parent: 1 - - uid: 20452 + - uid: 39016 components: - type: Transform - pos: -64.5,-29.5 + pos: -73.5,-129.5 parent: 1 - - uid: 20453 + - uid: 39017 components: - type: Transform - pos: -65.5,-29.5 + rot: -1.5707963267948966 rad + pos: -56.5,-101.5 parent: 1 - - uid: 20454 + - uid: 39018 components: - type: Transform - pos: -66.5,-29.5 + rot: -1.5707963267948966 rad + pos: -56.5,-99.5 parent: 1 - - uid: 20455 + - uid: 39019 components: - type: Transform - pos: -67.5,-29.5 + rot: -1.5707963267948966 rad + pos: -56.5,-98.5 parent: 1 - - uid: 20456 + - uid: 39020 components: - type: Transform - pos: -68.5,-29.5 + pos: -50.5,-123.5 parent: 1 - - uid: 20457 + - uid: 39021 components: - type: Transform - pos: -69.5,-29.5 + pos: -53.5,-128.5 parent: 1 - - uid: 20458 + - uid: 39022 components: - type: Transform - pos: -70.5,-29.5 + pos: -54.5,-128.5 parent: 1 - - uid: 20459 + - uid: 39023 components: - type: Transform - pos: -71.5,-29.5 + pos: -55.5,-128.5 parent: 1 - - uid: 20460 + - uid: 39024 components: - type: Transform - pos: -72.5,-29.5 + pos: -56.5,-128.5 parent: 1 - - uid: 20461 + - uid: 39025 components: - type: Transform - pos: -72.5,-28.5 + rot: -1.5707963267948966 rad + pos: -44.5,-118.5 parent: 1 - - uid: 20462 + - uid: 39026 components: - type: Transform - pos: -72.5,-23.5 + rot: -1.5707963267948966 rad + pos: -47.5,-118.5 parent: 1 - - uid: 20463 + - uid: 39027 components: - type: Transform - pos: -76.5,-23.5 + rot: -1.5707963267948966 rad + pos: -42.5,-118.5 parent: 1 - - uid: 20464 + - uid: 39028 components: - type: Transform - pos: -75.5,-23.5 + rot: -1.5707963267948966 rad + pos: -43.5,-114.5 parent: 1 - - uid: 20465 + - uid: 39029 components: - type: Transform - pos: -74.5,-23.5 + rot: -1.5707963267948966 rad + pos: -43.5,-117.5 parent: 1 - - uid: 20466 + - uid: 39030 components: - type: Transform - pos: -73.5,-23.5 + pos: -50.5,-133.5 parent: 1 - - uid: 20467 + - uid: 39031 components: - type: Transform - pos: -71.5,-23.5 + pos: -52.5,-133.5 parent: 1 - - uid: 20468 + - uid: 39032 components: - type: Transform - pos: -70.5,-23.5 + rot: -1.5707963267948966 rad + pos: -49.5,-123.5 parent: 1 - - uid: 20469 + - uid: 39033 components: - type: Transform - pos: -69.5,-23.5 + rot: -1.5707963267948966 rad + pos: -48.5,-123.5 parent: 1 - - uid: 20470 + - uid: 39034 components: - type: Transform - pos: -67.5,-23.5 + rot: 3.141592653589793 rad + pos: -40.5,-127.5 parent: 1 - - uid: 20471 + - uid: 39035 components: - type: Transform - pos: -66.5,-23.5 + rot: -1.5707963267948966 rad + pos: -46.5,-123.5 parent: 1 - - uid: 20472 + - uid: 39036 components: - type: Transform - pos: -65.5,-23.5 + rot: -1.5707963267948966 rad + pos: -45.5,-123.5 parent: 1 - - uid: 20473 + - uid: 39037 components: - type: Transform - pos: -64.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-123.5 parent: 1 - - uid: 20474 + - uid: 39038 components: - type: Transform - pos: -63.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-125.5 parent: 1 - - uid: 20475 + - uid: 39039 components: - type: Transform - pos: -61.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-126.5 parent: 1 - - uid: 20476 + - uid: 39040 components: - type: Transform - pos: -60.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-127.5 parent: 1 - - uid: 20477 + - uid: 39041 components: - type: Transform - pos: -58.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-129.5 parent: 1 - - uid: 20478 + - uid: 39042 components: - type: Transform - pos: -57.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-130.5 parent: 1 - - uid: 20479 + - uid: 39043 components: - type: Transform - pos: -56.5,-23.5 + rot: -1.5707963267948966 rad + pos: -44.5,-131.5 parent: 1 - - uid: 20480 + - uid: 39044 components: - type: Transform - pos: -55.5,-23.5 + rot: -1.5707963267948966 rad + pos: -49.5,-133.5 parent: 1 - - uid: 20481 + - uid: 39045 components: - type: Transform - pos: -54.5,-23.5 + rot: -1.5707963267948966 rad + pos: -48.5,-133.5 parent: 1 - - uid: 20482 + - uid: 39046 components: - type: Transform - pos: -53.5,-23.5 + rot: -1.5707963267948966 rad + pos: -46.5,-133.5 parent: 1 - - uid: 20483 + - uid: 39047 components: - type: Transform - pos: -57.5,-24.5 + rot: -1.5707963267948966 rad + pos: -45.5,-133.5 parent: 1 - - uid: 20484 + - uid: 39048 components: - type: Transform - pos: -57.5,-25.5 + rot: -1.5707963267948966 rad + pos: -44.5,-133.5 parent: 1 - - uid: 20485 + - uid: 39049 components: - type: Transform - pos: -57.5,-27.5 + rot: -1.5707963267948966 rad + pos: -43.5,-118.5 parent: 1 - - uid: 20486 + - uid: 39050 components: - type: Transform - pos: -57.5,-28.5 + rot: -1.5707963267948966 rad + pos: -50.5,-118.5 parent: 1 - - uid: 20487 + - uid: 39051 components: - type: Transform - pos: -64.5,-26.5 + rot: -1.5707963267948966 rad + pos: -51.5,-118.5 parent: 1 - - uid: 20488 + - uid: 39052 components: - type: Transform - pos: -64.5,-27.5 + rot: -1.5707963267948966 rad + pos: -55.5,-112.5 parent: 1 - - uid: 20489 + - uid: 39053 components: - type: Transform - pos: -64.5,-28.5 + rot: -1.5707963267948966 rad + pos: -56.5,-112.5 parent: 1 - - uid: 20490 + - uid: 39054 components: - type: Transform - pos: -64.5,-24.5 + rot: -1.5707963267948966 rad + pos: -56.5,-111.5 parent: 1 - - uid: 20491 + - uid: 39055 components: - type: Transform - pos: -57.5,-21.5 + rot: -1.5707963267948966 rad + pos: -55.5,-109.5 parent: 1 - - uid: 20492 + - uid: 39056 components: - type: Transform - pos: -57.5,-20.5 + rot: -1.5707963267948966 rad + pos: -56.5,-109.5 parent: 1 - - uid: 20493 + - uid: 39057 components: - type: Transform - pos: -57.5,-19.5 + rot: -1.5707963267948966 rad + pos: -43.5,-130.5 parent: 1 - - uid: 20494 + - uid: 39058 components: - type: Transform - pos: -56.5,-19.5 + rot: -1.5707963267948966 rad + pos: -42.5,-130.5 parent: 1 - - uid: 20495 + - uid: 39059 components: - type: Transform - pos: -55.5,-19.5 + rot: -1.5707963267948966 rad + pos: -41.5,-130.5 parent: 1 - - uid: 20496 + - uid: 39060 components: - type: Transform - pos: -54.5,-19.5 + rot: -1.5707963267948966 rad + pos: -40.5,-130.5 parent: 1 - - uid: 20497 + - uid: 39061 components: - type: Transform - pos: -53.5,-19.5 + rot: -1.5707963267948966 rad + pos: -40.5,-131.5 parent: 1 - - uid: 20498 + - uid: 39062 components: - type: Transform - pos: -57.5,-17.5 + pos: -51.5,-133.5 parent: 1 - - uid: 20499 + - uid: 39063 components: - type: Transform - pos: -57.5,-16.5 + rot: -1.5707963267948966 rad + pos: -43.5,-126.5 parent: 1 - - uid: 20500 + - uid: 39064 components: - type: Transform - pos: -57.5,-15.5 + rot: -1.5707963267948966 rad + pos: -41.5,-126.5 parent: 1 - - uid: 20501 + - uid: 39065 components: - type: Transform - pos: -56.5,-15.5 + rot: -1.5707963267948966 rad + pos: -42.5,-126.5 parent: 1 - - uid: 20502 + - uid: 39066 components: - type: Transform - pos: -55.5,-15.5 + rot: -1.5707963267948966 rad + pos: -40.5,-126.5 parent: 1 - - uid: 20503 + - uid: 39067 components: - type: Transform - pos: -54.5,-15.5 + rot: -1.5707963267948966 rad + pos: -40.5,-125.5 parent: 1 - - uid: 20504 + - uid: 39068 components: - type: Transform - pos: -53.5,-15.5 + rot: -1.5707963267948966 rad + pos: -40.5,-123.5 parent: 1 - - uid: 20505 + - uid: 39069 components: - type: Transform - pos: -55.5,-14.5 + rot: -1.5707963267948966 rad + pos: -41.5,-123.5 parent: 1 - - uid: 20506 + - uid: 39070 components: - type: Transform - pos: -55.5,-12.5 + rot: -1.5707963267948966 rad + pos: -42.5,-123.5 parent: 1 - - uid: 20507 + - uid: 39071 components: - type: Transform - pos: -55.5,-11.5 + rot: -1.5707963267948966 rad + pos: -43.5,-123.5 parent: 1 - - uid: 20508 + - uid: 39072 components: - type: Transform - pos: -55.5,-10.5 + rot: -1.5707963267948966 rad + pos: -43.5,-116.5 parent: 1 - - uid: 20509 + - uid: 39073 components: - type: Transform - pos: -61.5,-15.5 + rot: -1.5707963267948966 rad + pos: -43.5,-113.5 parent: 1 - - uid: 20510 + - uid: 39074 components: - type: Transform - pos: -61.5,-14.5 + rot: -1.5707963267948966 rad + pos: -43.5,-112.5 parent: 1 - - uid: 20511 + - uid: 39075 components: - type: Transform - pos: -61.5,-13.5 + rot: -1.5707963267948966 rad + pos: -44.5,-112.5 parent: 1 - - uid: 20512 + - uid: 39076 components: - type: Transform - pos: -61.5,-11.5 + rot: -1.5707963267948966 rad + pos: -45.5,-112.5 parent: 1 - - uid: 20513 + - uid: 39077 components: - type: Transform - pos: -61.5,-10.5 + rot: -1.5707963267948966 rad + pos: -46.5,-112.5 parent: 1 - - uid: 20514 + - uid: 39078 components: - type: Transform - pos: -62.5,-15.5 + rot: -1.5707963267948966 rad + pos: -48.5,-112.5 parent: 1 - - uid: 20515 + - uid: 39079 components: - type: Transform - pos: -63.5,-15.5 + rot: -1.5707963267948966 rad + pos: -50.5,-112.5 parent: 1 - - uid: 20516 + - uid: 39080 components: - type: Transform - pos: -67.5,-15.5 + rot: -1.5707963267948966 rad + pos: -51.5,-112.5 parent: 1 - - uid: 20517 + - uid: 39081 components: - type: Transform - pos: -68.5,-15.5 + rot: -1.5707963267948966 rad + pos: -51.5,-113.5 parent: 1 - - uid: 20518 + - uid: 39082 components: - type: Transform - pos: -68.5,-14.5 + rot: -1.5707963267948966 rad + pos: -39.5,-118.5 parent: 1 - - uid: 20519 + - uid: 39083 components: - type: Transform - pos: -68.5,-13.5 + rot: -1.5707963267948966 rad + pos: -38.5,-118.5 parent: 1 - - uid: 20520 + - uid: 39084 components: - type: Transform - pos: -68.5,-12.5 + rot: -1.5707963267948966 rad + pos: -38.5,-117.5 parent: 1 - - uid: 20521 + - uid: 39085 components: - type: Transform - pos: -68.5,-11.5 + rot: -1.5707963267948966 rad + pos: -37.5,-116.5 parent: 1 - - uid: 20522 + - uid: 39086 components: - type: Transform - pos: -68.5,-10.5 + rot: -1.5707963267948966 rad + pos: -46.5,-104.5 parent: 1 - - uid: 20523 + - uid: 39087 components: - type: Transform - pos: -66.5,-15.5 + rot: -1.5707963267948966 rad + pos: -56.5,-107.5 parent: 1 - - uid: 20524 + - uid: 39088 components: - type: Transform - pos: -71.5,-15.5 + rot: -1.5707963267948966 rad + pos: -55.5,-107.5 parent: 1 - - uid: 20525 + - uid: 39089 components: - type: Transform - pos: -72.5,-15.5 + rot: -1.5707963267948966 rad + pos: -53.5,-107.5 parent: 1 - - uid: 20526 + - uid: 39090 components: - type: Transform - pos: -73.5,-15.5 + rot: -1.5707963267948966 rad + pos: -51.5,-107.5 parent: 1 - - uid: 20527 + - uid: 39091 components: - type: Transform - pos: -74.5,-15.5 + rot: -1.5707963267948966 rad + pos: -52.5,-107.5 parent: 1 - - uid: 20528 + - uid: 39092 components: - type: Transform - pos: -75.5,-15.5 + rot: -1.5707963267948966 rad + pos: -51.5,-106.5 parent: 1 - - uid: 20529 + - uid: 39093 components: - type: Transform - pos: -76.5,-15.5 + rot: -1.5707963267948966 rad + pos: -51.5,-105.5 parent: 1 - - uid: 20530 + - uid: 39094 components: - type: Transform - pos: -71.5,-13.5 + rot: -1.5707963267948966 rad + pos: -51.5,-104.5 parent: 1 - - uid: 20531 + - uid: 39095 components: - type: Transform - pos: -71.5,-12.5 + rot: -1.5707963267948966 rad + pos: -52.5,-104.5 parent: 1 - - uid: 20532 + - uid: 39096 components: - type: Transform - pos: -71.5,-11.5 + rot: -1.5707963267948966 rad + pos: -53.5,-104.5 parent: 1 - - uid: 20533 + - uid: 39097 components: - type: Transform - pos: -71.5,-10.5 + rot: -1.5707963267948966 rad + pos: -54.5,-104.5 parent: 1 - - uid: 20534 + - uid: 39098 components: - type: Transform - pos: -72.5,-16.5 + rot: -1.5707963267948966 rad + pos: -55.5,-104.5 parent: 1 - - uid: 20535 + - uid: 39099 components: - type: Transform - pos: -72.5,-17.5 + rot: -1.5707963267948966 rad + pos: -56.5,-104.5 parent: 1 - - uid: 20536 + - uid: 39100 components: - type: Transform - pos: -72.5,-19.5 + rot: -1.5707963267948966 rad + pos: -56.5,-105.5 parent: 1 - - uid: 20537 + - uid: 39101 components: - type: Transform - pos: -73.5,-19.5 + rot: -1.5707963267948966 rad + pos: -56.5,-106.5 parent: 1 - - uid: 20538 + - uid: 39102 components: - type: Transform - pos: -74.5,-19.5 + rot: -1.5707963267948966 rad + pos: -56.5,-103.5 parent: 1 - - uid: 20539 + - uid: 39103 components: - type: Transform - pos: -75.5,-19.5 + rot: -1.5707963267948966 rad + pos: -50.5,-104.5 parent: 1 - - uid: 20540 + - uid: 39104 components: - type: Transform - pos: -76.5,-19.5 + rot: -1.5707963267948966 rad + pos: -49.5,-104.5 parent: 1 - - uid: 20541 + - uid: 39105 components: - type: Transform - pos: -76.5,-13.5 + rot: -1.5707963267948966 rad + pos: -48.5,-104.5 parent: 1 - - uid: 20542 + - uid: 39106 components: - type: Transform - pos: -75.5,-13.5 + rot: -1.5707963267948966 rad + pos: -48.5,-103.5 parent: 1 - - uid: 20543 + - uid: 39107 components: - type: Transform - pos: -76.5,-11.5 + rot: -1.5707963267948966 rad + pos: -47.5,-98.5 parent: 1 - - uid: 20544 + - uid: 39108 components: - type: Transform - pos: -75.5,-11.5 + rot: -1.5707963267948966 rad + pos: -38.5,-116.5 parent: 1 - - uid: 20545 + - uid: 39109 components: - type: Transform - pos: -27.5,-0.5 + rot: -1.5707963267948966 rad + pos: -45.5,-104.5 parent: 1 - - uid: 20546 + - uid: 39110 components: - type: Transform - pos: -36.5,-0.5 + rot: -1.5707963267948966 rad + pos: -44.5,-104.5 parent: 1 - - uid: 20547 + - uid: 39111 components: - type: Transform - pos: -56.5,-0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-104.5 parent: 1 - - uid: 20548 + - uid: 39112 components: - type: Transform - pos: -56.5,0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-105.5 parent: 1 - - uid: 20549 + - uid: 39113 components: - type: Transform - pos: -27.5,0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-107.5 parent: 1 - - uid: 20550 + - uid: 39114 components: - type: Transform - pos: -35.5,-0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-109.5 parent: 1 - - uid: 20551 + - uid: 39115 components: - type: Transform - pos: -8.5,-0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-111.5 parent: 1 - - uid: 20552 + - uid: 39116 components: - type: Transform - pos: -70.5,-0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-103.5 parent: 1 - - uid: 20553 + - uid: 39117 components: - type: Transform - pos: -65.5,-0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-101.5 parent: 1 - - uid: 20554 + - uid: 39118 components: - type: Transform - pos: -79.5,-0.5 + rot: -1.5707963267948966 rad + pos: -48.5,-98.5 parent: 1 - - uid: 20555 + - uid: 39119 components: - type: Transform - pos: -58.5,-0.5 + rot: -1.5707963267948966 rad + pos: -48.5,-99.5 parent: 1 - - uid: 20556 + - uid: 39120 components: - type: Transform - pos: -80.5,-0.5 + rot: -1.5707963267948966 rad + pos: -48.5,-100.5 parent: 1 - - uid: 20557 + - uid: 39121 components: - type: Transform - pos: -67.5,-0.5 + rot: -1.5707963267948966 rad + pos: -48.5,-102.5 parent: 1 - - uid: 20558 + - uid: 39122 components: - type: Transform - pos: -80.5,0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-99.5 parent: 1 - - uid: 20559 + - uid: 39123 components: - type: Transform - pos: -72.5,-0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-98.5 parent: 1 - - uid: 20560 + - uid: 39124 components: - type: Transform - pos: -62.5,-0.5 + rot: -1.5707963267948966 rad + pos: -44.5,-98.5 parent: 1 - - uid: 20561 + - uid: 39125 components: - type: Transform - pos: -75.5,0.5 + rot: -1.5707963267948966 rad + pos: -39.5,-112.5 parent: 1 - - uid: 20562 + - uid: 39126 components: - type: Transform - pos: -62.5,0.5 + rot: -1.5707963267948966 rad + pos: -42.5,-112.5 parent: 1 - - uid: 20563 + - uid: 39127 components: - type: Transform - pos: -76.5,-0.5 + rot: -1.5707963267948966 rad + pos: -37.5,-112.5 parent: 1 - - uid: 20564 + - uid: 39128 components: - type: Transform - pos: -28.5,-0.5 + rot: -1.5707963267948966 rad + pos: -36.5,-112.5 parent: 1 - - uid: 20565 + - uid: 39129 components: - type: Transform - pos: -75.5,-0.5 + rot: -1.5707963267948966 rad + pos: -35.5,-112.5 parent: 1 - - uid: 20566 + - uid: 39130 components: - type: Transform - pos: -9.5,0.5 + rot: -1.5707963267948966 rad + pos: -34.5,-112.5 parent: 1 - - uid: 20567 + - uid: 39131 components: - type: Transform - pos: -29.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-112.5 parent: 1 - - uid: 20568 + - uid: 39132 components: - type: Transform - pos: -34.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-113.5 parent: 1 - - uid: 20569 + - uid: 39133 components: - type: Transform - pos: -72.5,0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-114.5 parent: 1 - - uid: 20570 + - uid: 39134 components: - type: Transform - pos: -65.5,0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-115.5 parent: 1 - - uid: 20571 + - uid: 39135 components: - type: Transform - pos: -66.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-116.5 parent: 1 - - uid: 20572 + - uid: 39136 components: - type: Transform - pos: -9.5,-0.5 + rot: -1.5707963267948966 rad + pos: -34.5,-116.5 parent: 1 - - uid: 20573 + - uid: 39137 components: - type: Transform - pos: -36.5,0.5 + rot: -1.5707963267948966 rad + pos: -35.5,-116.5 parent: 1 - - uid: 20574 + - uid: 39138 components: - type: Transform - pos: -71.5,-0.5 + rot: -1.5707963267948966 rad + pos: -36.5,-116.5 parent: 1 - - uid: 20575 + - uid: 39139 components: - type: Transform - pos: -0.5,0.5 + rot: -1.5707963267948966 rad + pos: -32.5,-99.5 parent: 1 - - uid: 20576 + - uid: 39140 components: - type: Transform - pos: -0.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-99.5 parent: 1 - - uid: 20577 + - uid: 39141 components: - type: Transform - pos: -1.5,-0.5 + rot: -1.5707963267948966 rad + pos: -34.5,-99.5 parent: 1 - - uid: 20578 + - uid: 39142 components: - type: Transform - pos: -2.5,-0.5 + rot: -1.5707963267948966 rad + pos: -32.5,-100.5 parent: 1 - - uid: 20579 + - uid: 39143 components: - type: Transform - pos: -7.5,-0.5 + rot: -1.5707963267948966 rad + pos: -32.5,-101.5 parent: 1 - - uid: 20580 + - uid: 39144 components: - type: Transform - pos: -24.5,-16.5 + rot: -1.5707963267948966 rad + pos: -34.5,-101.5 parent: 1 - - uid: 20581 + - uid: 39145 components: - type: Transform - pos: -38.5,-20.5 + rot: -1.5707963267948966 rad + pos: -34.5,-100.5 parent: 1 - - uid: 20582 + - uid: 39146 components: - type: Transform - pos: -37.5,-20.5 + pos: 138.5,-33.5 parent: 1 - - uid: 20583 + - uid: 39147 components: - type: Transform - pos: -35.5,-20.5 + rot: -1.5707963267948966 rad + pos: 85.5,130.5 parent: 1 - - uid: 20584 + - uid: 39148 components: - type: Transform - pos: -36.5,-20.5 + pos: 138.5,-32.5 parent: 1 - - uid: 20585 + - uid: 39149 components: - type: Transform - pos: -34.5,-20.5 + pos: 124.5,-33.5 parent: 1 - - uid: 20586 + - uid: 39150 components: - type: Transform - pos: -34.5,-19.5 + pos: 131.5,-30.5 parent: 1 - - uid: 20587 + - uid: 39151 components: - type: Transform - pos: -38.5,-19.5 + pos: 130.5,-28.5 parent: 1 - - uid: 20588 + - uid: 39152 components: - type: Transform - pos: -41.5,-14.5 + pos: 129.5,-28.5 parent: 1 - - uid: 20589 + - uid: 39153 components: - type: Transform - pos: -26.5,-14.5 + pos: 132.5,-30.5 parent: 1 - - uid: 20590 + - uid: 39154 components: - type: Transform - pos: -25.5,-16.5 + pos: 138.5,-31.5 parent: 1 - - uid: 20591 + - uid: 39155 components: - type: Transform - pos: -23.5,-16.5 + pos: 124.5,-29.5 parent: 1 - - uid: 20592 + - uid: 39156 components: - type: Transform - pos: -26.5,-17.5 + pos: 125.5,-34.5 parent: 1 - - uid: 20593 + - uid: 39157 components: - type: Transform - pos: -26.5,-18.5 + pos: 124.5,-28.5 parent: 1 - - uid: 20594 + - uid: 39158 components: - type: Transform - pos: -29.5,-11.5 + pos: 137.5,-34.5 parent: 1 - - uid: 20595 + - uid: 39159 components: - type: Transform - pos: -22.5,-14.5 + pos: 138.5,-34.5 parent: 1 - - uid: 20596 + - uid: 39160 components: - type: Transform - pos: -19.5,-18.5 + pos: 135.5,-28.5 parent: 1 - - uid: 20597 + - uid: 39161 components: - type: Transform - pos: -27.5,-10.5 + pos: 136.5,-34.5 parent: 1 - - uid: 20598 + - uid: 39162 components: - type: Transform - pos: -23.5,-18.5 + pos: 138.5,-28.5 parent: 1 - - uid: 20599 + - uid: 39163 components: - type: Transform - pos: -23.5,-10.5 + pos: 134.5,-30.5 parent: 1 - - uid: 20600 + - uid: 39164 components: - type: Transform - pos: -22.5,-10.5 + pos: 124.5,-34.5 parent: 1 - - uid: 20601 + - uid: 39165 components: - type: Transform - pos: -19.5,-10.5 + pos: 125.5,-28.5 parent: 1 - - uid: 20602 + - uid: 39166 components: - type: Transform - pos: -29.5,-13.5 + pos: 135.5,-30.5 parent: 1 - - uid: 20603 + - uid: 39167 components: - type: Transform - pos: -23.5,-15.5 + pos: 135.5,-34.5 parent: 1 - - uid: 20604 + - uid: 39168 components: - type: Transform - pos: -26.5,-16.5 + pos: 134.5,-34.5 parent: 1 - - uid: 20605 + - uid: 39169 components: - type: Transform - pos: -41.5,-15.5 + pos: 133.5,-34.5 parent: 1 - - uid: 20606 + - uid: 39170 components: - type: Transform - pos: -38.5,-15.5 + pos: 132.5,-34.5 parent: 1 - - uid: 20607 + - uid: 39171 components: - type: Transform - pos: -38.5,-16.5 + pos: 131.5,-34.5 parent: 1 - - uid: 20608 + - uid: 39172 components: - type: Transform - pos: -39.5,-15.5 + pos: 130.5,-34.5 parent: 1 - - uid: 20609 + - uid: 39173 components: - type: Transform - pos: -40.5,-15.5 + pos: 129.5,-34.5 parent: 1 - - uid: 20610 + - uid: 39174 components: - type: Transform - pos: -28.5,-10.5 + pos: 128.5,-34.5 parent: 1 - - uid: 20611 + - uid: 39175 components: - type: Transform - pos: -38.5,-17.5 + pos: 127.5,-34.5 parent: 1 - - uid: 20612 + - uid: 39176 components: - type: Transform - pos: -21.5,-19.5 + pos: 126.5,-34.5 parent: 1 - - uid: 20613 + - uid: 39177 components: - type: Transform - pos: -22.5,-19.5 + pos: 50.5,147.5 parent: 1 - - uid: 20614 + - uid: 39178 components: - type: Transform - pos: -29.5,-10.5 + pos: 134.5,-13.5 parent: 1 - - uid: 20615 + - uid: 39179 components: - type: Transform - pos: -19.5,-19.5 + pos: 141.5,-11.5 parent: 1 - - uid: 20616 + - uid: 39180 components: - type: Transform - pos: -32.5,-14.5 + pos: 133.5,-13.5 parent: 1 - - uid: 20617 + - uid: 39181 components: - type: Transform - pos: -19.5,-15.5 + pos: 128.5,-13.5 parent: 1 - - uid: 20618 + - uid: 39182 components: - type: Transform - pos: -20.5,-19.5 + pos: 127.5,-13.5 parent: 1 - - uid: 20619 + - uid: 39183 components: - type: Transform - pos: -23.5,-19.5 + pos: 130.5,-13.5 parent: 1 - - uid: 20620 + - uid: 39184 components: - type: Transform - pos: -26.5,-19.5 + pos: 131.5,-13.5 parent: 1 - - uid: 20621 + - uid: 39185 components: - type: Transform - pos: -24.5,-19.5 + pos: 126.5,-13.5 parent: 1 - - uid: 20622 + - uid: 39186 components: - type: Transform - pos: -25.5,-19.5 + pos: 135.5,-13.5 parent: 1 - - uid: 20623 + - uid: 39187 components: - type: Transform - pos: -34.5,-13.5 + pos: 136.5,-13.5 parent: 1 - - uid: 20624 + - uid: 39188 components: - type: Transform - pos: -23.5,-14.5 + pos: 137.5,-13.5 parent: 1 - - uid: 20625 + - uid: 39189 components: - type: Transform - pos: -28.5,-14.5 + pos: 138.5,-13.5 parent: 1 - - uid: 20626 + - uid: 39190 components: - type: Transform - pos: -20.5,-14.5 + pos: 139.5,-13.5 parent: 1 - - uid: 20627 + - uid: 39191 components: - type: Transform - pos: -29.5,-14.5 + pos: 140.5,-13.5 parent: 1 - - uid: 20628 + - uid: 39192 components: - type: Transform - pos: -32.5,-10.5 + pos: 141.5,-13.5 parent: 1 - - uid: 20629 + - uid: 39193 components: - type: Transform - pos: -19.5,-14.5 + pos: 140.5,-7.5 parent: 1 - - uid: 20630 + - uid: 39194 components: - type: Transform - pos: -26.5,-15.5 + pos: 141.5,-12.5 parent: 1 - - uid: 20631 + - uid: 39195 components: - type: Transform - pos: -34.5,-15.5 + pos: 141.5,-10.5 parent: 1 - - uid: 20632 + - uid: 39196 components: - type: Transform - pos: -34.5,-16.5 + pos: 141.5,-9.5 parent: 1 - - uid: 20633 + - uid: 39197 components: - type: Transform - pos: -34.5,-14.5 + pos: 141.5,-8.5 parent: 1 - - uid: 20634 + - uid: 39198 components: - type: Transform - pos: -34.5,-12.5 + pos: 141.5,-7.5 parent: 1 - - uid: 20635 + - uid: 39199 components: - type: Transform - pos: -34.5,-11.5 + pos: 141.5,-6.5 parent: 1 - - uid: 20636 + - uid: 39200 components: - type: Transform - pos: -40.5,-10.5 + pos: 141.5,-5.5 parent: 1 - - uid: 20637 + - uid: 39201 components: - type: Transform - pos: -41.5,-10.5 + pos: 141.5,-4.5 parent: 1 - - uid: 20638 + - uid: 39202 components: - type: Transform - pos: -36.5,-10.5 + pos: 141.5,-3.5 parent: 1 - - uid: 20639 + - uid: 39203 components: - type: Transform - pos: -39.5,-10.5 + pos: 141.5,-2.5 parent: 1 - - uid: 20640 + - uid: 39204 components: - type: Transform - pos: -35.5,-10.5 + pos: 141.5,-1.5 parent: 1 - - uid: 20641 + - uid: 39205 components: - type: Transform - pos: -34.5,-10.5 + pos: 141.5,-0.5 parent: 1 - - uid: 20642 + - uid: 39206 components: - type: Transform - pos: -41.5,-11.5 + pos: 141.5,1.5 parent: 1 - - uid: 20643 + - uid: 39207 components: - type: Transform - pos: -13.5,-10.5 + pos: 141.5,2.5 parent: 1 - - uid: 20644 + - uid: 39208 components: - type: Transform - pos: -16.5,-14.5 + pos: 141.5,3.5 parent: 1 - - uid: 20645 + - uid: 39209 components: - type: Transform - pos: -16.5,-10.5 + pos: 140.5,3.5 parent: 1 - - uid: 20646 + - uid: 39210 components: - type: Transform - pos: -13.5,-13.5 + pos: 139.5,3.5 parent: 1 - - uid: 20647 + - uid: 39211 components: - type: Transform - pos: -13.5,-14.5 + pos: 138.5,3.5 parent: 1 - - uid: 20648 + - uid: 39212 components: - type: Transform - pos: -12.5,-14.5 + pos: 137.5,3.5 parent: 1 - - uid: 20649 + - uid: 39213 components: - type: Transform - pos: -13.5,-11.5 + pos: 136.5,3.5 parent: 1 - - uid: 20650 + - uid: 39214 components: - type: Transform - pos: -12.5,-10.5 + pos: 135.5,3.5 parent: 1 - - uid: 20651 + - uid: 39215 components: - type: Transform - pos: -10.5,-19.5 + pos: 134.5,3.5 parent: 1 - - uid: 20652 + - uid: 39216 components: - type: Transform - pos: -10.5,-18.5 + pos: 133.5,3.5 parent: 1 - - uid: 20653 + - uid: 39217 components: - type: Transform - pos: -10.5,-17.5 + pos: 131.5,3.5 parent: 1 - - uid: 20654 + - uid: 39218 components: - type: Transform - pos: -10.5,-16.5 + pos: 130.5,3.5 parent: 1 - - uid: 20655 + - uid: 39219 components: - type: Transform - pos: -8.5,-16.5 + pos: 129.5,3.5 parent: 1 - - uid: 20656 + - uid: 39220 components: - type: Transform - pos: -9.5,-16.5 + pos: 128.5,3.5 parent: 1 - - uid: 20657 + - uid: 39221 components: - type: Transform - pos: -7.5,-16.5 + pos: 127.5,3.5 parent: 1 - - uid: 20658 + - uid: 39222 components: - type: Transform - pos: -7.5,-15.5 + pos: 126.5,3.5 parent: 1 - - uid: 20659 + - uid: 39223 components: - type: Transform - pos: -7.5,-14.5 + pos: 126.5,2.5 parent: 1 - - uid: 20660 + - uid: 39224 components: - type: Transform - pos: -6.5,-14.5 + pos: 126.5,1.5 parent: 1 - - uid: 20661 + - uid: 39225 components: - type: Transform - pos: -4.5,-14.5 + pos: 126.5,0.5 parent: 1 - - uid: 20662 + - uid: 39226 components: - type: Transform - pos: -3.5,-14.5 + pos: 126.5,-0.5 parent: 1 - - uid: 20663 + - uid: 39227 components: - type: Transform - pos: -3.5,-15.5 + pos: 126.5,-1.5 parent: 1 - - uid: 20664 + - uid: 39228 components: - type: Transform - pos: -3.5,-10.5 + pos: 126.5,-2.5 parent: 1 - - uid: 20665 + - uid: 39229 components: - type: Transform - pos: -4.5,-10.5 + pos: 126.5,-3.5 parent: 1 - - uid: 20666 + - uid: 39230 components: - type: Transform - pos: -6.5,-10.5 + pos: 126.5,-4.5 parent: 1 - - uid: 20667 + - uid: 39231 components: - type: Transform - pos: -7.5,-10.5 + pos: 126.5,-5.5 parent: 1 - - uid: 20668 + - uid: 39232 components: - type: Transform - pos: -11.5,-10.5 + pos: 126.5,-6.5 parent: 1 - - uid: 20669 + - uid: 39233 components: - type: Transform - pos: -10.5,-14.5 + pos: 126.5,-12.5 parent: 1 - - uid: 20670 + - uid: 39234 components: - type: Transform - pos: -10.5,-15.5 + pos: 126.5,-10.5 parent: 1 - - uid: 20671 + - uid: 39235 components: - type: Transform - pos: -3.5,-18.5 + pos: 126.5,-8.5 parent: 1 - - uid: 20672 + - uid: 39236 components: - type: Transform - pos: -3.5,-19.5 + pos: 126.5,-7.5 parent: 1 - - uid: 20673 + - uid: 39237 components: - type: Transform - pos: -4.5,-19.5 + rot: -1.5707963267948966 rad + pos: 105.5,11.5 parent: 1 - - uid: 20674 + - uid: 39238 components: - type: Transform - pos: -5.5,-19.5 + rot: -1.5707963267948966 rad + pos: 103.5,11.5 parent: 1 - - uid: 20675 + - uid: 39239 components: - type: Transform - pos: -6.5,-19.5 + rot: -1.5707963267948966 rad + pos: 107.5,11.5 parent: 1 - - uid: 20676 + - uid: 39240 components: - type: Transform - pos: -7.5,-19.5 + rot: -1.5707963267948966 rad + pos: 104.5,15.5 parent: 1 - - uid: 20677 + - uid: 39241 components: - type: Transform - pos: -8.5,-19.5 + rot: -1.5707963267948966 rad + pos: 106.5,15.5 parent: 1 - - uid: 20678 + - uid: 39242 components: - type: Transform - pos: -9.5,-19.5 + rot: -1.5707963267948966 rad + pos: 108.5,15.5 parent: 1 - - uid: 20679 + - uid: 39243 components: - type: Transform - pos: -13.5,-21.5 + rot: -1.5707963267948966 rad + pos: 108.5,14.5 parent: 1 - - uid: 20680 + - uid: 39244 components: - type: Transform - pos: -12.5,-21.5 + rot: -1.5707963267948966 rad + pos: 108.5,13.5 parent: 1 - - uid: 20681 + - uid: 39245 components: - type: Transform - pos: -12.5,-20.5 + rot: -1.5707963267948966 rad + pos: 108.5,12.5 parent: 1 - - uid: 20682 + - uid: 39246 components: - type: Transform - pos: -12.5,-19.5 + rot: -1.5707963267948966 rad + pos: 108.5,11.5 parent: 1 - - uid: 20683 + - uid: 39247 components: - type: Transform - pos: -12.5,-18.5 + rot: -1.5707963267948966 rad + pos: 108.5,10.5 parent: 1 - - uid: 20684 + - uid: 39248 components: - type: Transform - pos: -13.5,-18.5 + rot: -1.5707963267948966 rad + pos: 108.5,9.5 parent: 1 - - uid: 20685 + - uid: 39249 components: - type: Transform - pos: -14.5,-18.5 + rot: -1.5707963267948966 rad + pos: 108.5,8.5 parent: 1 - - uid: 20686 + - uid: 39250 components: - type: Transform - pos: -15.5,-18.5 + rot: -1.5707963267948966 rad + pos: 108.5,7.5 parent: 1 - - uid: 20687 + - uid: 39251 components: - type: Transform - pos: -16.5,-18.5 + rot: -1.5707963267948966 rad + pos: 108.5,6.5 parent: 1 - - uid: 20688 + - uid: 39252 components: - type: Transform - pos: -16.5,-20.5 + rot: -1.5707963267948966 rad + pos: 108.5,5.5 parent: 1 - - uid: 20689 + - uid: 39253 components: - type: Transform - pos: -16.5,-19.5 + rot: -1.5707963267948966 rad + pos: 108.5,4.5 parent: 1 - - uid: 20690 + - uid: 39254 components: - type: Transform - pos: -16.5,-21.5 + rot: -1.5707963267948966 rad + pos: 108.5,3.5 parent: 1 - - uid: 20691 + - uid: 39255 components: - type: Transform - pos: -15.5,-21.5 + rot: -1.5707963267948966 rad + pos: 108.5,2.5 parent: 1 - - uid: 20692 + - uid: 39256 components: - type: Transform - pos: -16.5,-24.5 + rot: -1.5707963267948966 rad + pos: 107.5,2.5 parent: 1 - - uid: 20693 + - uid: 39257 components: - type: Transform - pos: -16.5,-25.5 + rot: -1.5707963267948966 rad + pos: 105.5,2.5 parent: 1 - - uid: 20694 + - uid: 39258 components: - type: Transform - pos: -15.5,-25.5 + rot: -1.5707963267948966 rad + pos: 102.5,2.5 parent: 1 - - uid: 20695 + - uid: 39259 components: - type: Transform - pos: -14.5,-25.5 + rot: -1.5707963267948966 rad + pos: 101.5,2.5 parent: 1 - - uid: 20696 + - uid: 39260 components: - type: Transform - pos: -3.5,-21.5 + rot: -1.5707963267948966 rad + pos: 101.5,3.5 parent: 1 - - uid: 20697 + - uid: 39261 components: - type: Transform - pos: -7.5,-22.5 + rot: -1.5707963267948966 rad + pos: 101.5,4.5 parent: 1 - - uid: 20698 + - uid: 39262 components: - type: Transform - pos: -10.5,-25.5 + rot: -1.5707963267948966 rad + pos: 101.5,5.5 parent: 1 - - uid: 20699 + - uid: 39263 components: - type: Transform - pos: -12.5,-25.5 + rot: -1.5707963267948966 rad + pos: 101.5,6.5 parent: 1 - - uid: 20700 + - uid: 39264 components: - type: Transform - pos: -11.5,-25.5 + rot: -1.5707963267948966 rad + pos: 101.5,7.5 parent: 1 - - uid: 20701 + - uid: 39265 components: - type: Transform - pos: -11.5,-24.5 + rot: -1.5707963267948966 rad + pos: 101.5,8.5 parent: 1 - - uid: 20702 + - uid: 39266 components: - type: Transform - pos: -11.5,-21.5 + rot: -1.5707963267948966 rad + pos: 101.5,9.5 parent: 1 - - uid: 20703 + - uid: 39267 components: - type: Transform - pos: -5.5,-21.5 + rot: -1.5707963267948966 rad + pos: 101.5,10.5 parent: 1 - - uid: 20704 + - uid: 39268 components: - type: Transform - pos: -4.5,-21.5 + rot: -1.5707963267948966 rad + pos: 105.5,10.5 parent: 1 - - uid: 20705 + - uid: 39269 components: - type: Transform - pos: -8.5,-25.5 + rot: -1.5707963267948966 rad + pos: 105.5,9.5 parent: 1 - - uid: 20706 + - uid: 39270 components: - type: Transform - pos: -7.5,-25.5 + rot: -1.5707963267948966 rad + pos: 105.5,8.5 parent: 1 - - uid: 20707 + - uid: 39271 components: - type: Transform - pos: -6.5,-25.5 + rot: -1.5707963267948966 rad + pos: 105.5,7.5 parent: 1 - - uid: 20708 + - uid: 39272 components: - type: Transform - pos: -10.5,-21.5 + rot: -1.5707963267948966 rad + pos: 106.5,7.5 parent: 1 - - uid: 20709 + - uid: 39273 components: - type: Transform - pos: -7.5,-21.5 + rot: -1.5707963267948966 rad + pos: 107.5,7.5 parent: 1 - - uid: 20710 + - uid: 39274 components: - type: Transform - pos: -6.5,-21.5 + rot: -1.5707963267948966 rad + pos: 103.5,7.5 parent: 1 - - uid: 20711 + - uid: 39275 components: - type: Transform - pos: -8.5,-21.5 + rot: -1.5707963267948966 rad + pos: 102.5,7.5 parent: 1 - - uid: 20712 + - uid: 39276 components: - type: Transform - pos: -4.5,-25.5 + pos: 171.5,-70.5 parent: 1 - - uid: 20713 + - uid: 39277 components: - type: Transform - pos: -3.5,-25.5 + pos: 171.5,-68.5 parent: 1 - - uid: 20714 + - uid: 39278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-66.5 + pos: 49.5,147.5 parent: 1 - - uid: 20715 + - uid: 39279 components: - type: Transform - pos: -7.5,-18.5 + pos: 46.5,162.5 parent: 1 - - uid: 20716 + - uid: 39280 components: - type: Transform - pos: -11.5,-22.5 + pos: 47.5,170.5 parent: 1 - - uid: 20717 + - uid: 39281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-69.5 + pos: 54.5,171.5 parent: 1 - - uid: 20720 + - uid: 39282 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-66.5 + pos: 32.5,138.5 parent: 1 - - uid: 20721 + - uid: 39283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-65.5 + pos: 25.5,170.5 parent: 1 - - uid: 20722 + - uid: 39284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-64.5 + pos: 58.5,162.5 parent: 1 - - uid: 20723 + - uid: 39285 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-63.5 + pos: 32.5,137.5 parent: 1 - - uid: 20724 + - uid: 39286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-62.5 + pos: 59.5,162.5 parent: 1 - - uid: 20725 + - uid: 39287 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-61.5 + pos: 34.5,138.5 parent: 1 - - uid: 20726 + - uid: 39288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-60.5 + pos: 53.5,147.5 parent: 1 - - uid: 20727 + - uid: 39289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-60.5 + pos: 60.5,162.5 parent: 1 - - uid: 20728 + - uid: 39290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-60.5 + pos: 57.5,162.5 parent: 1 - - uid: 20729 + - uid: 39291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-60.5 + pos: 56.5,162.5 parent: 1 - - uid: 20730 + - uid: 39292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-60.5 + pos: 55.5,162.5 parent: 1 - - uid: 20731 + - uid: 39293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-60.5 + pos: 26.5,170.5 parent: 1 - - uid: 20732 + - uid: 39294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-67.5 + pos: 27.5,170.5 parent: 1 - - uid: 20733 + - uid: 39295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-59.5 + pos: 28.5,170.5 parent: 1 - - uid: 20734 + - uid: 39296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-58.5 + pos: 29.5,170.5 parent: 1 - - uid: 20735 + - uid: 39297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-57.5 + pos: 30.5,170.5 parent: 1 - - uid: 20736 + - uid: 39298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-56.5 + pos: 31.5,170.5 parent: 1 - - uid: 20737 + - uid: 39299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-56.5 + pos: 32.5,170.5 parent: 1 - - uid: 20740 + - uid: 39300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-56.5 + pos: 33.5,170.5 parent: 1 - - uid: 20741 + - uid: 39301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-56.5 + pos: 34.5,170.5 parent: 1 - - uid: 20742 + - uid: 39302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-57.5 + pos: 35.5,170.5 parent: 1 - - uid: 20743 + - uid: 39303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-58.5 + pos: 36.5,170.5 parent: 1 - - uid: 20744 + - uid: 39304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-59.5 + pos: 37.5,170.5 parent: 1 - - uid: 20745 + - uid: 39305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-60.5 + pos: 25.5,169.5 parent: 1 - - uid: 20746 + - uid: 39306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-60.5 + pos: 25.5,168.5 parent: 1 - - uid: 20747 + - uid: 39307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-60.5 + pos: 25.5,167.5 parent: 1 - - uid: 20748 + - uid: 39308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-68.5 + pos: 25.5,166.5 parent: 1 - - uid: 20749 + - uid: 39309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-69.5 + pos: 25.5,165.5 parent: 1 - - uid: 22406 + - uid: 39310 components: - type: Transform - pos: 81.5,-102.5 + pos: 37.5,169.5 parent: 1 - - uid: 22732 + - uid: 39311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,143.5 + pos: 37.5,168.5 parent: 1 - - uid: 22734 + - uid: 39312 components: - type: Transform - pos: 47.5,168.5 + pos: 37.5,167.5 parent: 1 - - uid: 25202 + - uid: 39313 components: - type: Transform - pos: 81.5,-101.5 + pos: 42.5,169.5 parent: 1 - - uid: 27434 + - uid: 39314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,172.5 + pos: 42.5,168.5 parent: 1 - - uid: 27436 + - uid: 39315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,172.5 + pos: 42.5,167.5 parent: 1 - - uid: 35623 + - uid: 39316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-107.5 + pos: 54.5,169.5 parent: 1 - - uid: 44504 + - uid: 39317 components: - type: Transform - pos: 56.5,156.5 + pos: 54.5,166.5 parent: 1 - - uid: 44636 + - uid: 39318 components: - type: Transform - pos: 55.5,156.5 + pos: 54.5,165.5 parent: 1 - - uid: 44907 + - uid: 39319 components: - type: Transform - pos: 56.5,159.5 + pos: 43.5,167.5 parent: 1 - - uid: 44908 + - uid: 39320 components: - type: Transform - pos: 55.5,159.5 + pos: 45.5,167.5 parent: 1 - - uid: 44910 + - uid: 39321 components: - type: Transform - pos: 56.5,153.5 + pos: 47.5,167.5 parent: 1 - - uid: 44911 + - uid: 39322 components: - type: Transform - pos: 55.5,153.5 + pos: 47.5,166.5 parent: 1 - - uid: 47777 + - uid: 39323 components: - type: Transform - pos: 42.5,171.5 + pos: 47.5,165.5 parent: 1 - - uid: 47796 + - uid: 39324 components: - type: Transform - pos: 44.5,172.5 + pos: 48.5,165.5 parent: 1 - - uid: 47799 + - uid: 39325 components: - type: Transform - pos: 45.5,172.5 + pos: 49.5,165.5 parent: 1 - - uid: 47800 + - uid: 39326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,146.5 + pos: 50.5,165.5 parent: 1 - - uid: 47801 + - uid: 39327 components: - type: Transform - pos: 43.5,172.5 + pos: 51.5,165.5 parent: 1 - - uid: 47804 + - uid: 39328 components: - type: Transform - pos: 42.5,172.5 + pos: 52.5,165.5 parent: 1 - - uid: 47806 + - uid: 39329 components: - type: Transform - pos: 46.5,172.5 + pos: 53.5,165.5 parent: 1 - - uid: 47808 + - uid: 39330 components: - type: Transform - pos: 47.5,172.5 + pos: 27.5,165.5 parent: 1 - - uid: 47812 + - uid: 39331 components: - type: Transform - pos: 49.5,172.5 + pos: 29.5,165.5 parent: 1 - - uid: 47818 + - uid: 39332 components: - type: Transform - pos: 52.5,172.5 + pos: 32.5,165.5 parent: 1 - - uid: 47820 + - uid: 39333 components: - type: Transform - pos: 53.5,172.5 + pos: 32.5,166.5 parent: 1 - - uid: 47822 + - uid: 39334 components: - type: Transform - pos: 54.5,172.5 + pos: 32.5,167.5 parent: 1 - - uid: 47829 + - uid: 39335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,144.5 + pos: 33.5,167.5 parent: 1 - - uid: 47830 + - uid: 39336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,144.5 + pos: 34.5,167.5 parent: 1 - - uid: 47831 + - uid: 39337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,144.5 + pos: 35.5,167.5 parent: 1 - - uid: 47832 + - uid: 39338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,144.5 + pos: 36.5,167.5 parent: 1 - - uid: 61768 + - uid: 39339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-106.5 + pos: 54.5,162.5 parent: 1 - - uid: 62978 + - uid: 39340 components: - type: Transform - pos: 79.5,-109.5 + pos: 53.5,162.5 parent: 1 - - uid: 63547 + - uid: 39341 components: - type: Transform - pos: 86.5,-109.5 + pos: 52.5,162.5 parent: 1 - - uid: 65121 + - uid: 39342 components: - type: Transform - pos: 85.5,-109.5 + pos: 51.5,162.5 parent: 1 - - uid: 65129 + - uid: 39343 components: - type: Transform - pos: 85.5,-100.5 + pos: 50.5,162.5 parent: 1 - - uid: 65132 + - uid: 39344 components: - type: Transform - pos: 86.5,-102.5 + pos: 49.5,162.5 parent: 1 - - uid: 65145 + - uid: 39345 components: - type: Transform - pos: 76.5,-109.5 + pos: 48.5,162.5 parent: 1 - - uid: 65154 + - uid: 39346 components: - type: Transform - pos: 75.5,-106.5 + pos: 47.5,162.5 parent: 1 - - uid: 65161 + - uid: 39347 components: - type: Transform - pos: 86.5,-107.5 + pos: 46.5,161.5 parent: 1 - - uid: 65165 + - uid: 39348 components: - type: Transform - pos: 80.5,-100.5 + pos: 46.5,160.5 parent: 1 - - uid: 65167 + - uid: 39349 components: - type: Transform - pos: 75.5,-107.5 + pos: 46.5,159.5 parent: 1 - - uid: 65172 + - uid: 39350 components: - type: Transform - pos: 75.5,-101.5 + pos: 46.5,158.5 parent: 1 - - uid: 65173 + - uid: 39351 components: - type: Transform - pos: 82.5,-100.5 + pos: 47.5,158.5 parent: 1 - - uid: 65182 + - uid: 39352 components: - type: Transform - pos: 75.5,-102.5 + pos: 48.5,158.5 parent: 1 - - uid: 65190 + - uid: 39353 components: - type: Transform - pos: 75.5,-109.5 + pos: 49.5,158.5 parent: 1 - - uid: 65194 + - uid: 39354 components: - type: Transform - pos: 75.5,-100.5 + pos: 49.5,157.5 parent: 1 - - uid: 65195 + - uid: 39355 components: - type: Transform - pos: 86.5,-105.5 + pos: 49.5,154.5 parent: 1 - - uid: 65196 + - uid: 39356 components: - type: Transform - pos: 86.5,-101.5 + pos: 49.5,153.5 parent: 1 - - uid: 65198 + - uid: 39357 components: - type: Transform - pos: 84.5,-109.5 + pos: 48.5,153.5 parent: 1 - - uid: 65200 + - uid: 39358 components: - type: Transform - pos: 86.5,-100.5 + pos: 47.5,153.5 parent: 1 - - uid: 65202 + - uid: 39359 components: - type: Transform - pos: 86.5,-104.5 + pos: 46.5,153.5 parent: 1 - - uid: 65203 + - uid: 39360 components: - type: Transform - pos: 84.5,-100.5 + pos: 46.5,152.5 parent: 1 - - uid: 65205 + - uid: 39361 components: - type: Transform - pos: 77.5,-100.5 + pos: 46.5,151.5 parent: 1 - - uid: 65206 + - uid: 39362 components: - type: Transform - pos: 76.5,-100.5 + pos: 46.5,150.5 parent: 1 - - uid: 65208 + - uid: 39363 components: - type: Transform - pos: 86.5,-108.5 + pos: 46.5,149.5 parent: 1 - - uid: 65210 + - uid: 39364 components: - type: Transform - pos: 75.5,-103.5 + pos: 47.5,149.5 parent: 1 - - uid: 65211 + - uid: 39365 components: - type: Transform - pos: 81.5,-100.5 + pos: 48.5,149.5 parent: 1 - - uid: 65212 + - uid: 39366 components: - type: Transform - pos: 81.5,-103.5 + pos: 49.5,149.5 parent: 1 - - uid: 65214 + - uid: 39367 components: - type: Transform - pos: 81.5,-105.5 + pos: 50.5,149.5 parent: 1 - - uid: 65215 + - uid: 39368 components: - type: Transform - pos: 82.5,-105.5 + pos: 51.5,149.5 parent: 1 - - uid: 65216 + - uid: 39369 components: - type: Transform - pos: 83.5,-105.5 + pos: 52.5,149.5 parent: 1 - - uid: 65217 + - uid: 39370 components: - type: Transform - pos: 84.5,-105.5 + pos: 53.5,149.5 parent: 1 - - uid: 65218 + - uid: 39371 components: - type: Transform - pos: 85.5,-105.5 + pos: 54.5,149.5 parent: 1 - - uid: 65226 + - uid: 39372 components: - type: Transform - pos: 81.5,-109.5 + pos: 55.5,149.5 parent: 1 - - uid: 65236 + - uid: 39373 components: - type: Transform - pos: 80.5,-103.5 + pos: 56.5,149.5 parent: 1 - - uid: 65237 + - uid: 39374 components: - type: Transform - pos: 79.5,-103.5 + pos: 57.5,149.5 parent: 1 - - uid: 65239 + - uid: 39375 components: - type: Transform - pos: 77.5,-103.5 + pos: 58.5,149.5 parent: 1 - - uid: 65240 + - uid: 39376 components: - type: Transform - pos: 76.5,-103.5 + pos: 59.5,149.5 parent: 1 - - uid: 65269 + - uid: 39377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-109.5 + pos: 60.5,149.5 parent: 1 - - uid: 65277 + - uid: 39378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-128.5 + pos: 60.5,150.5 parent: 1 - - uid: 65283 + - uid: 39379 components: - type: Transform - pos: 88.5,-133.5 + pos: 60.5,151.5 parent: 1 - - uid: 65286 + - uid: 39380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-128.5 + pos: 60.5,152.5 parent: 1 - - uid: 65289 + - uid: 39381 components: - type: Transform - pos: 78.5,-125.5 + pos: 60.5,153.5 parent: 1 - - uid: 65290 + - uid: 39382 components: - type: Transform - pos: 81.5,-125.5 + pos: 60.5,154.5 parent: 1 - - uid: 65291 + - uid: 39383 components: - type: Transform - pos: 82.5,-125.5 + pos: 60.5,155.5 parent: 1 - - uid: 65293 + - uid: 39384 components: - type: Transform - pos: 84.5,-125.5 + pos: 60.5,156.5 parent: 1 - - uid: 65294 + - uid: 39385 components: - type: Transform - pos: 88.5,-129.5 + pos: 60.5,157.5 parent: 1 - - uid: 65295 + - uid: 39386 components: - type: Transform - pos: 88.5,-131.5 + pos: 60.5,159.5 parent: 1 - - uid: 65297 + - uid: 39387 components: - type: Transform - pos: 88.5,-132.5 + pos: 60.5,160.5 parent: 1 - - uid: 65299 + - uid: 39388 components: - type: Transform - pos: 84.5,-128.5 + pos: 60.5,161.5 parent: 1 - - uid: 65301 + - uid: 39389 components: - type: Transform - pos: 85.5,-128.5 + pos: 53.5,153.5 parent: 1 - - uid: 65302 + - uid: 39390 components: - type: Transform - pos: 86.5,-128.5 + pos: 54.5,147.5 parent: 1 - - uid: 65303 + - uid: 39391 components: - type: Transform - pos: 87.5,-128.5 + pos: 55.5,147.5 parent: 1 - - uid: 65304 + - uid: 39392 components: - type: Transform - pos: 88.5,-128.5 + pos: 57.5,147.5 parent: 1 - - uid: 65305 + - uid: 39393 components: - type: Transform - pos: 73.5,-125.5 + pos: 58.5,147.5 parent: 1 - - uid: 65306 + - uid: 39394 components: - type: Transform - pos: 87.5,-133.5 + pos: 59.5,147.5 parent: 1 - - uid: 65307 + - uid: 39395 components: - type: Transform - pos: 85.5,-133.5 + pos: 59.5,146.5 parent: 1 - - uid: 65308 + - uid: 39396 components: - type: Transform - pos: 86.5,-133.5 + pos: 59.5,144.5 parent: 1 - - uid: 65309 + - uid: 39397 components: - type: Transform - pos: 83.5,-133.5 + pos: 59.5,143.5 parent: 1 - - uid: 65310 + - uid: 39398 components: - type: Transform - pos: 84.5,-133.5 + pos: 58.5,143.5 parent: 1 - - uid: 65311 + - uid: 39399 components: - type: Transform - pos: 82.5,-133.5 + pos: 57.5,143.5 parent: 1 - - uid: 65312 + - uid: 39400 components: - type: Transform - pos: 77.5,-125.5 + pos: 56.5,143.5 parent: 1 - - uid: 65313 + - uid: 39401 components: - type: Transform - pos: 76.5,-125.5 + pos: 55.5,143.5 parent: 1 - - uid: 65314 + - uid: 39402 components: - type: Transform - pos: 75.5,-125.5 + pos: 54.5,143.5 parent: 1 - - uid: 65315 + - uid: 39403 components: - type: Transform - pos: 74.5,-125.5 + pos: 54.5,142.5 parent: 1 - - uid: 65316 + - uid: 39404 components: - type: Transform - pos: 73.5,-128.5 + pos: 54.5,141.5 parent: 1 - - uid: 65317 + - uid: 39405 components: - type: Transform - pos: 73.5,-126.5 + pos: 54.5,140.5 parent: 1 - - uid: 65318 + - uid: 39406 components: - type: Transform - pos: 73.5,-127.5 + pos: 53.5,140.5 parent: 1 - - uid: 65319 + - uid: 39407 components: - type: Transform - pos: 79.5,-125.5 + pos: 49.5,140.5 parent: 1 - - uid: 65320 + - uid: 39408 components: - type: Transform - pos: 73.5,-129.5 + pos: 50.5,140.5 parent: 1 - - uid: 65321 + - uid: 39409 components: - type: Transform - pos: 73.5,-130.5 + pos: 49.5,141.5 parent: 1 - - uid: 65324 + - uid: 39410 components: - type: Transform - pos: 73.5,-133.5 + pos: 49.5,144.5 parent: 1 - - uid: 65327 + - uid: 39411 components: - type: Transform - pos: 79.5,-133.5 + pos: 49.5,146.5 parent: 1 - - uid: 65328 + - uid: 39412 components: - type: Transform - pos: 80.5,-133.5 + pos: 50.5,153.5 parent: 1 - - uid: 65329 + - uid: 39413 components: - type: Transform - pos: 81.5,-133.5 + rot: -1.5707963267948966 rad + pos: 34.5,137.5 parent: 1 - - uid: 65330 + - uid: 39414 components: - type: Transform - pos: 77.5,-133.5 + rot: -1.5707963267948966 rad + pos: 35.5,137.5 parent: 1 - - uid: 65331 + - uid: 39415 components: - type: Transform - pos: 74.5,-133.5 + rot: -1.5707963267948966 rad + pos: 36.5,137.5 parent: 1 - - uid: 65332 + - uid: 39416 components: - type: Transform - pos: 78.5,-133.5 + rot: -1.5707963267948966 rad + pos: 32.5,139.5 parent: 1 - - uid: 65347 + - uid: 39417 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,-126.5 + pos: 34.5,139.5 parent: 1 - - uid: 65348 + - uid: 39418 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,-127.5 + pos: 36.5,139.5 parent: 1 - - uid: 65349 + - uid: 39419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-128.5 + pos: 36.5,138.5 parent: 1 - - uid: 65350 + - uid: 39420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-129.5 + pos: 51.5,153.5 parent: 1 - - uid: 65351 + - uid: 39421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-130.5 + pos: 54.5,150.5 parent: 1 - - uid: 65352 + - uid: 39422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 84.5,-131.5 + pos: 54.5,152.5 parent: 1 - - uid: 65353 + - uid: 39423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-132.5 + pos: 54.5,153.5 parent: 1 - - uid: 65354 + - uid: 39424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-130.5 + pos: 54.5,154.5 parent: 1 - - uid: 65355 + - uid: 39425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-129.5 + pos: 54.5,155.5 parent: 1 - - uid: 65356 + - uid: 39426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,-128.5 + pos: 54.5,156.5 parent: 1 - - uid: 65357 + - uid: 39427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,-128.5 + pos: 54.5,157.5 parent: 1 - - uid: 65358 + - uid: 39428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-128.5 + pos: 54.5,158.5 parent: 1 - - uid: 65359 + - uid: 39429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-128.5 + pos: 54.5,159.5 parent: 1 - - uid: 65360 + - uid: 39430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-129.5 + pos: 54.5,160.5 parent: 1 - - uid: 65361 + - uid: 39431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-130.5 + pos: 54.5,161.5 parent: 1 - - uid: 65362 + - uid: 39432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-131.5 + pos: 53.5,158.5 parent: 1 - - uid: 65363 + - uid: 39433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,-132.5 + pos: 50.5,158.5 parent: 1 -- proto: N14WallWoodDarkFrame - entities: - - uid: 20750 + - uid: 39434 components: - type: Transform - pos: 167.5,-91.5 + pos: 58.5,159.5 parent: 1 - - uid: 20752 + - uid: 39435 components: - type: Transform - pos: -281.5,-90.5 + pos: 59.5,159.5 parent: 1 -- proto: N14WallWoodFrame - entities: - - uid: 21195 + - uid: 39436 components: - type: Transform - pos: 158.5,107.5 + pos: 58.5,156.5 parent: 1 - - uid: 21196 + - uid: 39437 components: - type: Transform - pos: 80.5,-36.5 + pos: 59.5,156.5 parent: 1 - - uid: 21197 + - uid: 39438 components: - type: Transform - pos: 155.5,104.5 + pos: 58.5,153.5 parent: 1 - - uid: 21242 + - uid: 39439 components: - type: Transform - pos: 150.5,171.5 + pos: 59.5,153.5 parent: 1 - - uid: 21270 + - uid: 39440 components: - type: Transform - pos: 143.5,170.5 + pos: -17.5,-75.5 parent: 1 - - uid: 23161 + - uid: 39441 components: - type: Transform - pos: 32.5,168.5 + pos: -19.5,-75.5 parent: 1 - - uid: 27431 + - uid: 39442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,170.5 + pos: -20.5,-75.5 parent: 1 - - uid: 27435 + - uid: 39443 + components: + - type: Transform + pos: -21.5,-75.5 + parent: 1 + - uid: 39444 + components: + - type: Transform + pos: -22.5,-75.5 + parent: 1 + - uid: 39445 components: - type: Transform - pos: 60.5,158.5 + pos: -23.5,-75.5 parent: 1 - - uid: 27437 + - uid: 39446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,172.5 + pos: -24.5,-75.5 parent: 1 - - uid: 27441 + - uid: 39447 components: - type: Transform - pos: 47.5,169.5 + pos: -25.5,-75.5 parent: 1 - - uid: 27442 + - uid: 39448 components: - type: Transform - pos: 33.5,137.5 + pos: -26.5,-75.5 parent: 1 - - uid: 27450 + - uid: 39449 components: - type: Transform - pos: 59.5,145.5 + pos: -27.5,-75.5 parent: 1 -- proto: N14WallWoodLog - entities: - - uid: 6755 + - uid: 39450 components: - type: Transform - pos: -152.5,-124.5 + pos: -28.5,-75.5 parent: 1 - - uid: 7588 + - uid: 39451 components: - type: Transform - pos: -152.5,-123.5 + pos: -29.5,-75.5 parent: 1 - - uid: 7589 + - uid: 39452 components: - type: Transform - pos: -152.5,-125.5 + pos: -30.5,-75.5 parent: 1 - - uid: 7691 + - uid: 39453 components: - type: Transform - pos: -155.5,-128.5 + pos: -31.5,-75.5 parent: 1 - - uid: 7825 + - uid: 39454 components: - type: Transform - pos: 203.5,-34.5 + pos: -32.5,-75.5 parent: 1 - - uid: 8075 + - uid: 39455 components: - type: Transform - pos: -156.5,-128.5 + pos: -33.5,-75.5 parent: 1 - - uid: 8682 + - uid: 39456 components: - type: Transform - pos: 201.5,-34.5 + pos: -33.5,-74.5 parent: 1 - - uid: 8722 + - uid: 39457 components: - type: Transform - pos: -157.5,-128.5 + pos: -33.5,-73.5 parent: 1 - - uid: 8723 + - uid: 39458 components: - type: Transform - pos: -154.5,-128.5 + pos: -33.5,-72.5 parent: 1 - - uid: 8724 + - uid: 39459 components: - type: Transform - pos: -153.5,-128.5 + pos: -33.5,-71.5 parent: 1 - - uid: 8725 + - uid: 39460 components: - type: Transform - pos: -152.5,-128.5 + pos: -33.5,-70.5 parent: 1 - - uid: 8726 + - uid: 39461 components: - type: Transform - pos: -152.5,-127.5 + rot: -1.5707963267948966 rad + pos: 93.5,130.5 parent: 1 - - uid: 10166 + - uid: 39462 components: - type: Transform - pos: -152.5,-126.5 + rot: -1.5707963267948966 rad + pos: 88.5,130.5 parent: 1 - - uid: 10211 + - uid: 39463 components: - type: Transform - pos: -164.5,-125.5 + rot: -1.5707963267948966 rad + pos: 89.5,130.5 parent: 1 - - uid: 10212 + - uid: 39464 components: - type: Transform - pos: -168.5,-126.5 + rot: -1.5707963267948966 rad + pos: 90.5,130.5 parent: 1 - - uid: 10726 + - uid: 39465 components: - type: Transform - pos: -164.5,-124.5 + rot: -1.5707963267948966 rad + pos: 89.5,126.5 parent: 1 - - uid: 10727 + - uid: 39466 components: - type: Transform - pos: -164.5,-123.5 + pos: 171.5,-67.5 parent: 1 - - uid: 10774 + - uid: 39467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 158.5,190.5 + pos: 171.5,-66.5 parent: 1 - - uid: 11045 + - uid: 39468 components: - type: Transform - pos: -157.5,-123.5 + pos: 171.5,-71.5 parent: 1 - - uid: 11070 + - uid: 39469 components: - type: Transform - pos: -157.5,-124.5 + pos: 171.5,-69.5 parent: 1 - - uid: 11073 + - uid: 39470 components: - type: Transform - pos: -164.5,-117.5 + pos: -12.5,5.5 parent: 1 - - uid: 20757 + - uid: 39471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,188.5 + pos: -0.5,4.5 parent: 1 - - uid: 20764 + - uid: 39472 components: - type: Transform - pos: 169.5,188.5 + pos: -1.5,4.5 parent: 1 - - uid: 20765 + - uid: 39473 components: - type: Transform - pos: 170.5,190.5 + pos: -2.5,4.5 parent: 1 - - uid: 20771 + - uid: 39474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,188.5 + pos: -3.5,4.5 parent: 1 - - uid: 20773 + - uid: 39475 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,190.5 + pos: -4.5,4.5 parent: 1 - - uid: 20774 + - uid: 39476 components: - type: Transform - pos: 170.5,189.5 + pos: -5.5,4.5 parent: 1 - - uid: 20775 + - uid: 39477 components: - type: Transform - pos: 170.5,188.5 + pos: -6.5,4.5 parent: 1 - - uid: 20777 + - uid: 39478 components: - type: Transform - pos: 170.5,191.5 + pos: -6.5,5.5 parent: 1 - - uid: 20778 + - uid: 39479 components: - type: Transform - pos: 162.5,190.5 + pos: -3.5,5.5 parent: 1 - - uid: 20779 + - uid: 39480 components: - type: Transform - pos: 167.5,188.5 + pos: -8.5,4.5 parent: 1 - - uid: 20784 + - uid: 39481 components: - type: Transform - pos: 161.5,188.5 + pos: -9.5,4.5 parent: 1 - - uid: 20786 + - uid: 39482 components: - type: Transform - pos: 162.5,188.5 + pos: -9.5,5.5 parent: 1 - - uid: 20792 + - uid: 39483 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,189.5 + pos: -12.5,4.5 parent: 1 - - uid: 20794 + - uid: 39484 components: - type: Transform - pos: 162.5,189.5 + pos: -15.5,5.5 parent: 1 - - uid: 20795 + - uid: 39485 components: - type: Transform - pos: 168.5,188.5 + pos: -15.5,4.5 parent: 1 - - uid: 20797 + - uid: 39486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,191.5 + pos: -17.5,7.5 parent: 1 - - uid: 20798 + - uid: 39487 components: - type: Transform - pos: 163.5,188.5 + pos: -15.5,7.5 parent: 1 - - uid: 20802 + - uid: 39488 components: - type: Transform - pos: -173.5,-77.5 + pos: -15.5,8.5 parent: 1 - - uid: 20803 + - uid: 39489 components: - type: Transform - pos: -173.5,-74.5 + pos: -15.5,9.5 parent: 1 - - uid: 20805 + - uid: 39490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-125.5 + pos: -15.5,10.5 parent: 1 - - uid: 20806 + - uid: 39491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-126.5 + pos: -15.5,11.5 parent: 1 - - uid: 20807 + - uid: 39492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-127.5 + pos: -15.5,12.5 parent: 1 - - uid: 20808 + - uid: 39493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-123.5 + pos: -15.5,14.5 parent: 1 - - uid: 20810 + - uid: 39494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-117.5 + pos: -16.5,14.5 parent: 1 - - uid: 20811 + - uid: 39495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -167.5,-127.5 + pos: -20.5,14.5 parent: 1 - - uid: 20812 + - uid: 39496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -166.5,-127.5 + pos: -21.5,14.5 parent: 1 - - uid: 20813 + - uid: 39497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-127.5 + pos: -21.5,12.5 parent: 1 - - uid: 20814 + - uid: 39498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -157.5,-126.5 + pos: -21.5,11.5 parent: 1 - - uid: 20815 + - uid: 39499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-123.5 + pos: -21.5,10.5 parent: 1 - - uid: 20816 + - uid: 39500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -162.5,-126.5 + pos: -21.5,9.5 parent: 1 - - uid: 20817 + - uid: 39501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -167.5,-123.5 + pos: -21.5,8.5 parent: 1 - - uid: 20818 + - uid: 39502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-122.5 + pos: -22.5,9.5 parent: 1 - - uid: 20819 + - uid: 39503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-123.5 + pos: -20.5,10.5 parent: 1 - - uid: 20821 + - uid: 39504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -166.5,-123.5 + pos: -19.5,10.5 parent: 1 - - uid: 20822 + - uid: 39505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-119.5 + pos: -17.5,10.5 parent: 1 - - uid: 20823 + - uid: 39506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-120.5 + pos: -16.5,10.5 parent: 1 - - uid: 20824 + - uid: 39507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -161.5,-116.5 + pos: -14.5,9.5 parent: 1 - - uid: 20825 + - uid: 39508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-118.5 + pos: -14.5,12.5 parent: 1 - - uid: 20826 + - uid: 39509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -161.5,-117.5 + pos: -10.5,12.5 parent: 1 - - uid: 20828 + - uid: 39510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.5,-117.5 + pos: -9.5,12.5 parent: 1 - - uid: 20829 + - uid: 39511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -162.5,-117.5 + pos: -9.5,13.5 parent: 1 - - uid: 20830 + - uid: 39512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.5,-125.5 + pos: -9.5,11.5 parent: 1 - - uid: 20831 + - uid: 39513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.5,-126.5 + pos: -9.5,10.5 parent: 1 - - uid: 20832 + - uid: 39514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,-126.5 + pos: -9.5,9.5 parent: 1 - - uid: 20834 + - uid: 39515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -161.5,-126.5 + pos: -9.5,8.5 parent: 1 - - uid: 20835 + - uid: 39516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -160.5,-126.5 + pos: -10.5,9.5 parent: 1 - - uid: 20836 + - uid: 39517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -159.5,-126.5 + pos: -11.5,9.5 parent: 1 - - uid: 20838 + - uid: 39518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -158.5,-126.5 + pos: -12.5,9.5 parent: 1 - - uid: 20839 + - uid: 39519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -157.5,-125.5 + pos: -12.5,8.5 parent: 1 - - uid: 20842 + - uid: 39520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-123.5 + pos: -8.5,9.5 parent: 1 - - uid: 20843 + - uid: 39521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -154.5,-123.5 + pos: -8.5,13.5 parent: 1 - - uid: 20844 + - uid: 39522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-123.5 + pos: -5.5,13.5 parent: 1 - - uid: 20845 + - uid: 39523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -160.5,-116.5 + pos: -4.5,13.5 parent: 1 - - uid: 20846 + - uid: 39524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -159.5,-116.5 + pos: -1.5,13.5 parent: 1 - - uid: 20847 + - uid: 39525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -158.5,-116.5 + pos: -0.5,13.5 parent: 1 - - uid: 20848 + - uid: 39526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -157.5,-116.5 + pos: -0.5,9.5 parent: 1 - - uid: 20849 + - uid: 39527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -156.5,-116.5 + pos: -1.5,9.5 parent: 1 - - uid: 20850 + - uid: 39528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -155.5,-116.5 + pos: -2.5,9.5 parent: 1 - - uid: 20851 + - uid: 39529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -155.5,-117.5 + pos: -3.5,9.5 parent: 1 - - uid: 20852 + - uid: 39530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -154.5,-117.5 + pos: -4.5,9.5 parent: 1 - - uid: 20853 + - uid: 39531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-117.5 + pos: -5.5,9.5 parent: 1 - - uid: 20854 + - uid: 39532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-122.5 + pos: -6.5,9.5 parent: 1 - - uid: 20855 + - uid: 39533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-121.5 + pos: -6.5,8.5 parent: 1 - - uid: 20856 + - uid: 39534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-120.5 + pos: -3.5,8.5 parent: 1 - - uid: 20857 + - uid: 39535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-119.5 + pos: -3.5,7.5 parent: 1 - - uid: 20858 + - uid: 39536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -153.5,-118.5 + pos: -0.5,8.5 parent: 1 - - uid: 20863 + - uid: 39537 components: - type: Transform - pos: -173.5,-75.5 + pos: -0.5,7.5 parent: 1 - - uid: 20864 + - uid: 39538 components: - type: Transform - pos: -166.5,-71.5 + pos: -0.5,6.5 parent: 1 - - uid: 20865 + - uid: 39539 components: - type: Transform - pos: -172.5,-77.5 + pos: -0.5,5.5 parent: 1 - - uid: 20866 + - uid: 39540 components: - type: Transform - pos: -168.5,-77.5 + pos: -27.5,13.5 parent: 1 - - uid: 20867 + - uid: 39541 components: - type: Transform - pos: -163.5,-71.5 + pos: -27.5,12.5 parent: 1 - - uid: 20868 + - uid: 39542 components: - type: Transform - pos: -170.5,-77.5 + pos: -27.5,11.5 parent: 1 - - uid: 20869 + - uid: 39543 components: - type: Transform - pos: -169.5,-77.5 + pos: -27.5,10.5 parent: 1 - - uid: 20870 + - uid: 39544 components: - type: Transform - pos: -165.5,-71.5 + pos: -27.5,9.5 parent: 1 - - uid: 20871 + - uid: 39545 components: - type: Transform - pos: -173.5,-73.5 + pos: -27.5,8.5 parent: 1 - - uid: 20872 + - uid: 39546 components: - type: Transform - pos: -173.5,-76.5 + pos: -26.5,12.5 parent: 1 - - uid: 20873 + - uid: 39547 components: - type: Transform - pos: -162.5,-71.5 + pos: -22.5,12.5 parent: 1 - - uid: 20874 + - uid: 39548 components: - type: Transform - pos: -168.5,-73.5 + pos: -24.5,9.5 parent: 1 - - uid: 20875 + - uid: 39549 components: - type: Transform - pos: -164.5,-71.5 + pos: -25.5,9.5 parent: 1 - - uid: 20876 + - uid: 39550 components: - type: Transform - pos: -171.5,-77.5 + pos: -26.5,9.5 parent: 1 - - uid: 20877 + - uid: 39551 components: - type: Transform - pos: -168.5,-72.5 + pos: -24.5,8.5 parent: 1 - - uid: 20878 + - uid: 39552 components: - type: Transform - rot: 3.141592653589793 rad - pos: 160.5,188.5 + pos: -28.5,9.5 parent: 1 - - uid: 20879 + - uid: 39553 components: - type: Transform - pos: 162.5,191.5 + pos: -30.5,9.5 parent: 1 - - uid: 20881 + - uid: 39554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,192.5 + pos: -31.5,9.5 parent: 1 - - uid: 20883 + - uid: 39555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 159.5,188.5 + pos: -32.5,9.5 parent: 1 - - uid: 20884 + - uid: 39556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.5,192.5 + pos: -33.5,9.5 parent: 1 - - uid: 20901 + - uid: 39557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,188.5 + pos: -34.5,9.5 parent: 1 - - uid: 20910 + - uid: 39558 components: - type: Transform - pos: 97.5,-4.5 + pos: -35.5,9.5 parent: 1 - - uid: 20911 + - uid: 39559 components: - type: Transform - pos: 119.5,24.5 + pos: -36.5,9.5 parent: 1 - - uid: 20912 + - uid: 39560 components: - type: Transform - pos: 126.5,22.5 + pos: -33.5,8.5 parent: 1 - - uid: 20913 + - uid: 39561 components: - type: Transform - pos: 127.5,22.5 + pos: -33.5,7.5 parent: 1 - - uid: 20914 + - uid: 39562 components: - type: Transform - pos: 127.5,30.5 + pos: -30.5,8.5 parent: 1 - - uid: 20915 + - uid: 39563 components: - type: Transform - pos: 126.5,36.5 + pos: -30.5,5.5 parent: 1 - - uid: 20916 + - uid: 39564 components: - type: Transform - pos: 127.5,24.5 + pos: -30.5,4.5 parent: 1 - - uid: 20917 + - uid: 39565 components: - type: Transform - pos: 119.5,22.5 + pos: -33.5,4.5 parent: 1 - - uid: 20918 + - uid: 39566 components: - type: Transform - pos: 119.5,23.5 + pos: -32.5,4.5 parent: 1 - - uid: 20919 + - uid: 39567 components: - type: Transform - pos: 127.5,25.5 + pos: -31.5,4.5 parent: 1 - - uid: 20920 + - uid: 39568 components: - type: Transform - pos: 127.5,27.5 + pos: -33.5,5.5 parent: 1 - - uid: 20921 + - uid: 39569 components: - type: Transform - pos: 127.5,26.5 + pos: -34.5,4.5 parent: 1 - - uid: 20922 + - uid: 39570 components: - type: Transform - pos: 127.5,28.5 + pos: -35.5,4.5 parent: 1 - - uid: 20923 + - uid: 39571 components: - type: Transform - pos: 120.5,22.5 + pos: -36.5,4.5 parent: 1 - - uid: 20924 + - uid: 39572 components: - type: Transform - pos: 97.5,-5.5 + pos: -36.5,5.5 parent: 1 - - uid: 20925 + - uid: 39573 components: - type: Transform - pos: 97.5,-7.5 + pos: -36.5,6.5 parent: 1 - - uid: 20926 + - uid: 39574 components: - type: Transform - pos: 97.5,-8.5 + pos: -36.5,7.5 parent: 1 - - uid: 20927 + - uid: 39575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,19.5 + pos: -36.5,8.5 parent: 1 - - uid: 20928 + - uid: 39576 components: - type: Transform - pos: 127.5,32.5 + pos: -36.5,13.5 parent: 1 - - uid: 20929 + - uid: 39577 components: - type: Transform - pos: 97.5,-6.5 + pos: -35.5,13.5 parent: 1 - - uid: 20930 + - uid: 39578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,20.5 + pos: -32.5,13.5 parent: 1 - - uid: 20931 + - uid: 39579 components: - type: Transform - pos: 97.5,-9.5 + pos: -31.5,13.5 parent: 1 - - uid: 20932 + - uid: 39580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,20.5 + pos: -28.5,13.5 parent: 1 - - uid: 20933 + - uid: 39581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,19.5 + pos: -27.5,5.5 parent: 1 - - uid: 20934 + - uid: 39582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,19.5 + pos: -27.5,4.5 parent: 1 - - uid: 20935 + - uid: 39583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,19.5 + pos: -28.5,4.5 parent: 1 - - uid: 20936 + - uid: 39584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 114.5,21.5 + pos: -24.5,5.5 parent: 1 - - uid: 20937 + - uid: 39585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 109.5,20.5 + pos: -24.5,4.5 parent: 1 - - uid: 20938 + - uid: 39586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,20.5 + pos: -21.5,5.5 parent: 1 - - uid: 20939 + - uid: 39587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,21.5 + pos: -21.5,4.5 parent: 1 - - uid: 20940 + - uid: 39588 components: - type: Transform rot: -1.5707963267948966 rad - pos: 119.5,21.5 + pos: 90.5,126.5 parent: 1 - - uid: 20941 + - uid: 39589 components: - type: Transform rot: -1.5707963267948966 rad - pos: 105.5,19.5 + pos: 92.5,130.5 parent: 1 - - uid: 20942 + - uid: 39590 components: - type: Transform rot: -1.5707963267948966 rad - pos: 118.5,19.5 + pos: 86.5,126.5 parent: 1 - - uid: 20943 + - uid: 39591 components: - type: Transform rot: -1.5707963267948966 rad - pos: 119.5,19.5 + pos: 91.5,130.5 parent: 1 - - uid: 20944 + - uid: 39592 components: - type: Transform rot: -1.5707963267948966 rad - pos: 113.5,19.5 + pos: 87.5,130.5 parent: 1 - - uid: 20945 + - uid: 39593 components: - type: Transform rot: -1.5707963267948966 rad - pos: 109.5,21.5 + pos: 85.5,127.5 parent: 1 - - uid: 20946 + - uid: 39594 components: - type: Transform rot: -1.5707963267948966 rad - pos: 110.5,19.5 + pos: 86.5,130.5 parent: 1 - - uid: 20947 + - uid: 39595 components: - type: Transform rot: -1.5707963267948966 rad - pos: 108.5,19.5 + pos: 85.5,128.5 parent: 1 - - uid: 20948 + - uid: 39596 components: - type: Transform - pos: 97.5,-10.5 + rot: -1.5707963267948966 rad + pos: 85.5,129.5 parent: 1 - - uid: 20949 + - uid: 39597 components: - type: Transform - pos: 97.5,-11.5 + rot: -1.5707963267948966 rad + pos: 85.5,126.5 parent: 1 - - uid: 20950 + - uid: 39598 components: - type: Transform - pos: 96.5,-11.5 + rot: -1.5707963267948966 rad + pos: -56.5,1.5 parent: 1 - - uid: 20951 + - uid: 39599 components: - type: Transform - pos: 95.5,-11.5 + rot: -1.5707963267948966 rad + pos: -55.5,1.5 parent: 1 - - uid: 20952 + - uid: 39600 components: - type: Transform - pos: 93.5,-11.5 + rot: -1.5707963267948966 rad + pos: -54.5,1.5 parent: 1 - - uid: 20953 + - uid: 39601 components: - type: Transform - pos: 92.5,-11.5 + rot: -1.5707963267948966 rad + pos: -53.5,1.5 parent: 1 - - uid: 20954 + - uid: 39602 components: - type: Transform - pos: 92.5,-8.5 + rot: -1.5707963267948966 rad + pos: -52.5,1.5 parent: 1 - - uid: 20955 + - uid: 39603 components: - type: Transform - pos: 92.5,-7.5 + rot: -1.5707963267948966 rad + pos: -51.5,1.5 parent: 1 - - uid: 20956 + - uid: 39604 components: - type: Transform - pos: 92.5,-6.5 + rot: -1.5707963267948966 rad + pos: -55.5,4.5 parent: 1 - - uid: 20957 + - uid: 39605 components: - type: Transform - pos: 92.5,-5.5 + rot: -1.5707963267948966 rad + pos: -51.5,3.5 parent: 1 - - uid: 20958 + - uid: 39606 components: - type: Transform - pos: 92.5,-4.5 + rot: -1.5707963267948966 rad + pos: -51.5,4.5 parent: 1 - - uid: 20959 + - uid: 39607 components: - type: Transform - pos: 94.5,-4.5 + rot: -1.5707963267948966 rad + pos: -52.5,4.5 parent: 1 - - uid: 20960 + - uid: 39608 components: - type: Transform - pos: 96.5,-4.5 + rot: -1.5707963267948966 rad + pos: -56.5,4.5 parent: 1 - - uid: 20961 + - uid: 39609 components: - type: Transform - pos: 93.5,-7.5 + rot: -1.5707963267948966 rad + pos: -59.5,4.5 parent: 1 - - uid: 20962 + - uid: 39610 components: - type: Transform - pos: 94.5,-7.5 + rot: -1.5707963267948966 rad + pos: -60.5,4.5 parent: 1 - - uid: 20963 + - uid: 39611 components: - type: Transform - pos: 96.5,-7.5 + rot: -1.5707963267948966 rad + pos: -59.5,5.5 parent: 1 - - uid: 20964 + - uid: 39612 components: - type: Transform - pos: 127.5,31.5 + rot: -1.5707963267948966 rad + pos: -59.5,6.5 parent: 1 - - uid: 20965 + - uid: 39613 components: - type: Transform - pos: 119.5,31.5 + rot: -1.5707963267948966 rad + pos: -59.5,7.5 parent: 1 - - uid: 20966 + - uid: 39614 components: - type: Transform - pos: 127.5,33.5 + rot: -1.5707963267948966 rad + pos: -60.5,7.5 parent: 1 - - uid: 20967 + - uid: 39615 components: - type: Transform - pos: 127.5,34.5 + rot: -1.5707963267948966 rad + pos: -61.5,7.5 parent: 1 - - uid: 20968 + - uid: 39616 components: - type: Transform - pos: 123.5,22.5 + rot: -1.5707963267948966 rad + pos: -62.5,7.5 parent: 1 - - uid: 20969 + - uid: 39617 components: - type: Transform - pos: 127.5,23.5 + rot: -1.5707963267948966 rad + pos: -62.5,6.5 parent: 1 - - uid: 20970 + - uid: 39618 components: - type: Transform - pos: 127.5,35.5 + rot: -1.5707963267948966 rad + pos: -62.5,5.5 parent: 1 - - uid: 20971 + - uid: 39619 components: - type: Transform - pos: 127.5,36.5 + rot: -1.5707963267948966 rad + pos: -62.5,4.5 parent: 1 - - uid: 20972 + - uid: 39620 components: - type: Transform - pos: 124.5,36.5 + rot: -1.5707963267948966 rad + pos: -62.5,3.5 parent: 1 - - uid: 20973 + - uid: 39621 components: - type: Transform - pos: 123.5,36.5 + pos: -72.5,2.5 parent: 1 - - uid: 20974 + - uid: 39622 components: - type: Transform - pos: 122.5,36.5 + pos: -72.5,4.5 parent: 1 - - uid: 20975 + - uid: 39623 components: - type: Transform - pos: 123.5,35.5 + pos: -72.5,3.5 parent: 1 - - uid: 20976 + - uid: 39624 components: - type: Transform - pos: 120.5,36.5 + pos: -72.5,5.5 parent: 1 - - uid: 20977 + - uid: 39625 components: - type: Transform - pos: 119.5,36.5 + pos: -72.5,6.5 parent: 1 - - uid: 20978 + - uid: 39626 components: - type: Transform - pos: 119.5,35.5 + pos: -80.5,1.5 parent: 1 - - uid: 20979 + - uid: 39627 components: - type: Transform - pos: 119.5,34.5 + pos: -80.5,3.5 parent: 1 - - uid: 20980 + - uid: 39628 components: - type: Transform - pos: 119.5,33.5 + pos: -80.5,5.5 parent: 1 - - uid: 20981 + - uid: 39629 components: - type: Transform - pos: 119.5,32.5 + pos: -80.5,7.5 parent: 1 - - uid: 20982 + - uid: 39630 components: - type: Transform - pos: 119.5,28.5 + pos: -79.5,7.5 parent: 1 - - uid: 20983 + - uid: 39631 components: - type: Transform - pos: 119.5,27.5 + pos: -76.5,7.5 parent: 1 - - uid: 20984 + - uid: 39632 components: - type: Transform - pos: 119.5,26.5 + pos: -75.5,7.5 parent: 1 - - uid: 20985 + - uid: 39633 components: - type: Transform - pos: 119.5,25.5 + pos: -75.5,2.5 parent: 1 - - uid: 20986 + - uid: 39634 components: - type: Transform - pos: 123.5,34.5 + pos: -75.5,3.5 parent: 1 - - uid: 20987 + - uid: 39635 components: - type: Transform - pos: 123.5,33.5 + pos: -75.5,4.5 parent: 1 - - uid: 20988 + - uid: 39636 components: - type: Transform - pos: 123.5,32.5 + pos: -75.5,5.5 parent: 1 - - uid: 20989 + - uid: 39637 components: - type: Transform - pos: 122.5,32.5 + pos: -75.5,6.5 parent: 1 - - uid: 20990 + - uid: 39638 components: - type: Transform - pos: 124.5,32.5 + pos: -77.5,3.5 parent: 1 - - uid: 20991 + - uid: 39639 components: - type: Transform - pos: 126.5,32.5 + pos: -76.5,3.5 parent: 1 - - uid: 20992 + - uid: 39640 components: - type: Transform - pos: 120.5,32.5 + pos: -79.5,3.5 parent: 1 - - uid: 20993 + - uid: 39641 components: - type: Transform - pos: 205.5,-29.5 + pos: -72.5,7.5 parent: 1 - - uid: 20994 + - uid: 39642 components: - type: Transform - pos: 201.5,-30.5 + pos: -73.5,3.5 parent: 1 - - uid: 20995 + - uid: 39643 components: - type: Transform - pos: 202.5,-30.5 + pos: -74.5,7.5 parent: 1 - - uid: 20996 + - uid: 39644 components: - type: Transform - pos: 200.5,-29.5 + pos: -73.5,7.5 parent: 1 - - uid: 20997 + - uid: 39645 components: - type: Transform - pos: 200.5,-30.5 + pos: -65.5,1.5 parent: 1 - - uid: 20998 + - uid: 39646 components: - type: Transform - pos: 200.5,-26.5 + pos: -65.5,2.5 parent: 1 - - uid: 20999 + - uid: 39647 components: - type: Transform - pos: 200.5,-28.5 + pos: -65.5,3.5 parent: 1 - - uid: 21000 + - uid: 39648 components: - type: Transform - pos: 205.5,-25.5 + pos: -65.5,4.5 parent: 1 - - uid: 21001 + - uid: 39649 components: - type: Transform - pos: 205.5,-28.5 + pos: -65.5,5.5 parent: 1 - - uid: 21002 + - uid: 39650 components: - type: Transform - pos: 205.5,-26.5 + pos: -65.5,6.5 parent: 1 - - uid: 21003 + - uid: 39651 components: - type: Transform - pos: 200.5,-27.5 + pos: -66.5,6.5 parent: 1 - - uid: 21004 + - uid: 39652 components: - type: Transform - pos: 214.5,-31.5 + pos: -67.5,6.5 parent: 1 - - uid: 21005 + - uid: 39653 components: - type: Transform - pos: 204.5,-30.5 + pos: -68.5,6.5 parent: 1 - - uid: 21006 + - uid: 39654 components: - type: Transform - pos: 214.5,-32.5 + pos: -68.5,5.5 parent: 1 - - uid: 21007 + - uid: 39655 components: - type: Transform - pos: 213.5,-30.5 + pos: -68.5,4.5 parent: 1 - - uid: 21008 + - uid: 39656 components: - type: Transform - pos: 205.5,-31.5 + pos: -68.5,3.5 parent: 1 - - uid: 21009 + - uid: 39657 components: - type: Transform - pos: 200.5,-25.5 + pos: -67.5,3.5 parent: 1 - - uid: 21010 + - uid: 39658 components: - type: Transform - pos: 205.5,-30.5 + pos: -69.5,3.5 parent: 1 - - uid: 21011 + - uid: 39659 components: - type: Transform - pos: 200.5,-24.5 + rot: -1.5707963267948966 rad + pos: 92.5,126.5 parent: 1 - - uid: 21012 + - uid: 39660 components: - type: Transform - pos: 205.5,-32.5 + rot: -1.5707963267948966 rad + pos: -40.5,-132.5 parent: 1 - - uid: 21013 + - uid: 39661 components: - type: Transform - pos: 201.5,-24.5 + rot: 3.141592653589793 rad + pos: -46.5,-129.5 parent: 1 - - uid: 21014 + - uid: 39662 components: - type: Transform - pos: 202.5,-24.5 + rot: 3.141592653589793 rad + pos: -40.5,-129.5 parent: 1 - - uid: 21015 + - uid: 39663 components: - type: Transform - pos: 203.5,-24.5 + rot: -1.5707963267948966 rad + pos: -74.5,-109.5 parent: 1 - - uid: 21016 + - uid: 39664 components: - type: Transform - pos: 204.5,-24.5 + rot: 3.141592653589793 rad + pos: -48.5,-129.5 parent: 1 - - uid: 21017 + - uid: 39665 components: - type: Transform - pos: 205.5,-24.5 + rot: 3.141592653589793 rad + pos: -49.5,-129.5 parent: 1 - - uid: 21018 + - uid: 39666 components: - type: Transform - pos: 206.5,-24.5 + rot: 3.141592653589793 rad + pos: -50.5,-129.5 parent: 1 - - uid: 21019 + - uid: 39667 components: - type: Transform - pos: 207.5,-24.5 + rot: 3.141592653589793 rad + pos: -45.5,-129.5 parent: 1 - - uid: 21020 + - uid: 39668 components: - type: Transform - pos: 208.5,-24.5 + rot: 1.5707963267948966 rad + pos: -77.5,-107.5 parent: 1 - - uid: 21021 + - uid: 39669 components: - type: Transform - pos: 209.5,-24.5 + rot: 1.5707963267948966 rad + pos: -77.5,-103.5 parent: 1 - - uid: 21022 + - uid: 39670 components: - type: Transform - pos: 210.5,-24.5 + rot: 1.5707963267948966 rad + pos: -75.5,-107.5 parent: 1 - - uid: 21023 + - uid: 39671 components: - type: Transform - pos: 211.5,-24.5 + rot: 1.5707963267948966 rad + pos: -77.5,-108.5 parent: 1 - - uid: 21024 + - uid: 39672 components: - type: Transform - pos: 212.5,-24.5 + rot: 1.5707963267948966 rad + pos: -77.5,-109.5 parent: 1 - - uid: 21025 + - uid: 39673 components: - type: Transform - pos: 213.5,-24.5 + pos: -47.5,-116.5 parent: 1 - - uid: 21026 + - uid: 39674 components: - type: Transform - pos: 214.5,-24.5 + pos: -47.5,-117.5 parent: 1 - - uid: 21027 + - uid: 39675 components: - type: Transform - pos: 215.5,-24.5 + rot: -1.5707963267948966 rad + pos: 93.5,129.5 parent: 1 - - uid: 21028 + - uid: 39676 components: - type: Transform - pos: 216.5,-24.5 + rot: -1.5707963267948966 rad + pos: 93.5,126.5 parent: 1 - - uid: 21029 + - uid: 39677 components: - type: Transform - pos: 217.5,-24.5 + pos: -75.5,-9.5 parent: 1 - - uid: 21030 + - uid: 39678 components: - type: Transform - pos: 218.5,-24.5 + pos: -77.5,-18.5 parent: 1 - - uid: 21031 + - uid: 39679 components: - type: Transform - pos: 219.5,-24.5 + pos: -77.5,-9.5 parent: 1 - - uid: 21032 + - uid: 39680 components: - type: Transform - pos: 219.5,-25.5 + pos: -77.5,-14.5 parent: 1 - - uid: 21033 + - uid: 39681 components: - type: Transform - pos: 219.5,-26.5 + pos: -77.5,-22.5 parent: 1 - - uid: 21034 + - uid: 39682 components: - type: Transform - pos: 219.5,-27.5 + pos: -77.5,-13.5 parent: 1 - - uid: 21035 + - uid: 39683 components: - type: Transform - pos: 219.5,-28.5 + pos: -74.5,-9.5 parent: 1 - - uid: 21036 + - uid: 39684 components: - type: Transform - pos: 219.5,-29.5 + pos: -73.5,-9.5 parent: 1 - - uid: 21037 + - uid: 39685 components: - type: Transform - pos: 219.5,-30.5 + pos: -62.5,-9.5 parent: 1 - - uid: 21038 + - uid: 39686 components: - type: Transform - pos: 218.5,-30.5 + pos: -61.5,-9.5 parent: 1 - - uid: 21039 + - uid: 39687 components: - type: Transform - pos: 217.5,-30.5 + pos: -60.5,-9.5 parent: 1 - - uid: 21040 + - uid: 39688 components: - type: Transform - pos: 216.5,-30.5 + pos: -59.5,-9.5 parent: 1 - - uid: 21041 + - uid: 39689 components: - type: Transform - pos: 215.5,-30.5 + pos: -58.5,-9.5 parent: 1 - - uid: 21042 + - uid: 39690 components: - type: Transform - pos: 214.5,-30.5 + pos: -57.5,-9.5 parent: 1 - - uid: 21043 + - uid: 39691 components: - type: Transform - pos: 211.5,-30.5 + pos: -56.5,-9.5 parent: 1 - - uid: 21044 + - uid: 39692 components: - type: Transform - pos: 209.5,-30.5 + pos: -55.5,-9.5 parent: 1 - - uid: 21045 + - uid: 39693 components: - type: Transform - pos: 210.5,-26.5 + pos: -54.5,-9.5 parent: 1 - - uid: 21046 + - uid: 39694 components: - type: Transform - pos: 210.5,-25.5 + pos: -53.5,-9.5 parent: 1 - - uid: 21047 + - uid: 39695 components: - type: Transform - pos: 211.5,-27.5 + pos: -52.5,-9.5 parent: 1 - - uid: 21048 + - uid: 39696 components: - type: Transform - pos: 210.5,-29.5 + pos: -52.5,-10.5 parent: 1 - - uid: 21049 + - uid: 39697 components: - type: Transform - pos: 210.5,-30.5 + pos: -52.5,-11.5 parent: 1 - - uid: 21050 + - uid: 39698 components: - type: Transform - pos: 206.5,-30.5 + pos: -52.5,-12.5 parent: 1 - - uid: 21051 + - uid: 39699 components: - type: Transform - pos: 210.5,-27.5 + pos: -52.5,-13.5 parent: 1 - - uid: 21052 + - uid: 39700 components: - type: Transform - pos: 213.5,-27.5 + pos: -52.5,-14.5 parent: 1 - - uid: 21053 + - uid: 39701 components: - type: Transform - pos: 214.5,-25.5 + pos: -52.5,-15.5 parent: 1 - - uid: 21054 + - uid: 39702 components: - type: Transform - pos: 214.5,-26.5 + pos: -52.5,-16.5 parent: 1 - - uid: 21055 + - uid: 39703 components: - type: Transform - pos: 214.5,-27.5 + pos: -52.5,-17.5 parent: 1 - - uid: 21056 + - uid: 39704 components: - type: Transform - pos: 214.5,-29.5 + pos: -52.5,-18.5 parent: 1 - - uid: 21057 + - uid: 39705 components: - type: Transform - pos: 14.5,141.5 + pos: -52.5,-19.5 parent: 1 - - uid: 21058 + - uid: 39706 components: - type: Transform - pos: 14.5,143.5 + pos: -52.5,-20.5 parent: 1 - - uid: 21059 + - uid: 39707 components: - type: Transform - pos: 14.5,140.5 + pos: -52.5,-21.5 parent: 1 - - uid: 21060 + - uid: 39708 components: - type: Transform - pos: 14.5,144.5 + pos: -52.5,-22.5 parent: 1 - - uid: 21061 + - uid: 39709 components: - type: Transform - pos: 14.5,145.5 + pos: -52.5,-23.5 parent: 1 - - uid: 21062 + - uid: 39710 components: - type: Transform - pos: 14.5,147.5 + pos: -52.5,-24.5 parent: 1 - - uid: 21063 + - uid: 39711 components: - type: Transform - pos: 14.5,148.5 + pos: -52.5,-25.5 parent: 1 - - uid: 21064 + - uid: 39712 components: - type: Transform - pos: 15.5,148.5 + pos: -52.5,-26.5 parent: 1 - - uid: 21065 + - uid: 39713 components: - type: Transform - pos: 16.5,148.5 + pos: -52.5,-27.5 parent: 1 - - uid: 21066 + - uid: 39714 components: - type: Transform - pos: 17.5,148.5 + pos: -52.5,-28.5 parent: 1 - - uid: 21067 + - uid: 39715 components: - type: Transform - pos: 18.5,148.5 + pos: -52.5,-29.5 parent: 1 - - uid: 21068 + - uid: 39716 components: - type: Transform - pos: 19.5,148.5 + pos: -53.5,-29.5 parent: 1 - - uid: 21069 + - uid: 39717 components: - type: Transform - pos: 20.5,148.5 + pos: -54.5,-29.5 parent: 1 - - uid: 21070 + - uid: 39718 components: - type: Transform - pos: 21.5,148.5 + pos: -55.5,-29.5 parent: 1 - - uid: 21071 + - uid: 39719 components: - type: Transform - pos: 14.5,151.5 + pos: -56.5,-29.5 parent: 1 - - uid: 21072 + - uid: 39720 components: - type: Transform - pos: 14.5,150.5 + pos: -57.5,-29.5 parent: 1 - - uid: 21073 + - uid: 39721 components: - type: Transform - pos: 14.5,149.5 + pos: -58.5,-29.5 parent: 1 - - uid: 21074 + - uid: 39722 components: - type: Transform - pos: 21.5,150.5 + pos: -59.5,-29.5 parent: 1 - - uid: 21075 + - uid: 39723 components: - type: Transform - pos: 21.5,149.5 + pos: -60.5,-29.5 parent: 1 - - uid: 21076 + - uid: 39724 components: - type: Transform - pos: 21.5,151.5 + pos: -61.5,-29.5 parent: 1 - - uid: 21077 + - uid: 39725 components: - type: Transform - pos: 21.5,147.5 + pos: -62.5,-29.5 parent: 1 - - uid: 21078 + - uid: 39726 components: - type: Transform - pos: 21.5,145.5 + pos: -63.5,-29.5 parent: 1 - - uid: 21079 + - uid: 39727 components: - type: Transform - pos: 21.5,144.5 + pos: -64.5,-29.5 parent: 1 - - uid: 21080 + - uid: 39728 components: - type: Transform - pos: 21.5,143.5 + pos: -65.5,-29.5 parent: 1 - - uid: 21081 + - uid: 39729 components: - type: Transform - pos: 21.5,141.5 + pos: -66.5,-29.5 parent: 1 - - uid: 21082 + - uid: 39730 components: - type: Transform - pos: 21.5,140.5 + pos: -67.5,-29.5 parent: 1 - - uid: 21083 + - uid: 39731 components: - type: Transform - pos: 20.5,140.5 + pos: -68.5,-29.5 parent: 1 - - uid: 21084 + - uid: 39732 components: - type: Transform - pos: 19.5,140.5 + pos: -69.5,-29.5 parent: 1 - - uid: 21085 + - uid: 39733 components: - type: Transform - pos: 18.5,140.5 + pos: -70.5,-29.5 parent: 1 - - uid: 21086 + - uid: 39734 components: - type: Transform - pos: 17.5,140.5 + pos: -71.5,-29.5 parent: 1 - - uid: 21087 + - uid: 39735 components: - type: Transform - pos: 16.5,140.5 + pos: -72.5,-29.5 parent: 1 - - uid: 21088 + - uid: 39736 components: - type: Transform - pos: 15.5,140.5 + pos: -72.5,-28.5 parent: 1 - - uid: 21089 + - uid: 39737 components: - type: Transform - pos: 15.5,144.5 + pos: -72.5,-23.5 parent: 1 - - uid: 21090 + - uid: 39738 components: - type: Transform - pos: 16.5,144.5 + pos: -76.5,-23.5 parent: 1 - - uid: 21091 + - uid: 39739 components: - type: Transform - pos: 17.5,144.5 + pos: -75.5,-23.5 parent: 1 - - uid: 21092 + - uid: 39740 components: - type: Transform - pos: 18.5,144.5 + pos: -74.5,-23.5 parent: 1 - - uid: 21093 + - uid: 39741 components: - type: Transform - pos: 19.5,144.5 + pos: -73.5,-23.5 parent: 1 - - uid: 21094 + - uid: 39742 components: - type: Transform - pos: 20.5,144.5 + pos: -71.5,-23.5 parent: 1 - - uid: 21095 + - uid: 39743 components: - type: Transform - pos: 9.5,161.5 + pos: -70.5,-23.5 parent: 1 - - uid: 21096 + - uid: 39744 components: - type: Transform - pos: 9.5,158.5 + pos: -69.5,-23.5 parent: 1 - - uid: 21097 + - uid: 39745 components: - type: Transform - pos: 4.5,148.5 + pos: -67.5,-23.5 parent: 1 - - uid: 21098 + - uid: 39746 components: - type: Transform - pos: 4.5,147.5 + pos: -66.5,-23.5 parent: 1 - - uid: 21099 + - uid: 39747 components: - type: Transform - pos: 4.5,149.5 + pos: -65.5,-23.5 parent: 1 - - uid: 21100 + - uid: 39748 components: - type: Transform - pos: 4.5,150.5 + pos: -64.5,-23.5 parent: 1 - - uid: 21101 + - uid: 39749 components: - type: Transform - pos: 4.5,146.5 + pos: -63.5,-23.5 parent: 1 - - uid: 21102 + - uid: 39750 components: - type: Transform - pos: 4.5,145.5 + pos: -61.5,-23.5 parent: 1 - - uid: 21103 + - uid: 39751 components: - type: Transform - pos: 2.5,145.5 + pos: -60.5,-23.5 parent: 1 - - uid: 21104 + - uid: 39752 components: - type: Transform - pos: -0.5,145.5 + pos: -58.5,-23.5 parent: 1 - - uid: 21105 + - uid: 39753 components: - type: Transform - pos: 3.5,145.5 + pos: -57.5,-23.5 parent: 1 - - uid: 21106 + - uid: 39754 components: - type: Transform - pos: -3.5,152.5 + pos: -56.5,-23.5 parent: 1 - - uid: 21107 + - uid: 39755 components: - type: Transform - pos: -3.5,148.5 + pos: -55.5,-23.5 parent: 1 - - uid: 21108 + - uid: 39756 components: - type: Transform - pos: -3.5,147.5 + pos: -54.5,-23.5 parent: 1 - - uid: 21109 + - uid: 39757 components: - type: Transform - pos: -3.5,149.5 + pos: -53.5,-23.5 parent: 1 - - uid: 21110 + - uid: 39758 components: - type: Transform - pos: -3.5,151.5 + pos: -57.5,-24.5 parent: 1 - - uid: 21111 + - uid: 39759 components: - type: Transform - pos: 4.5,152.5 + pos: -57.5,-25.5 parent: 1 - - uid: 21112 + - uid: 39760 components: - type: Transform - pos: 2.5,152.5 + pos: -57.5,-27.5 parent: 1 - - uid: 21113 + - uid: 39761 components: - type: Transform - pos: 3.5,152.5 + pos: -57.5,-28.5 parent: 1 - - uid: 21114 + - uid: 39762 components: - type: Transform - pos: 1.5,145.5 + pos: -64.5,-26.5 parent: 1 - - uid: 21115 + - uid: 39763 components: - type: Transform - pos: 4.5,151.5 + pos: -64.5,-27.5 parent: 1 - - uid: 21116 + - uid: 39764 components: - type: Transform - pos: -3.5,145.5 + pos: -64.5,-28.5 parent: 1 - - uid: 21117 + - uid: 39765 components: - type: Transform - pos: -3.5,146.5 + pos: -64.5,-24.5 parent: 1 - - uid: 21118 + - uid: 39766 components: - type: Transform - pos: -1.5,145.5 + pos: -57.5,-21.5 parent: 1 - - uid: 21119 + - uid: 39767 components: - type: Transform - pos: -2.5,152.5 + pos: -57.5,-20.5 parent: 1 - - uid: 21120 + - uid: 39768 components: - type: Transform - pos: 1.5,152.5 + pos: -57.5,-19.5 parent: 1 - - uid: 21121 + - uid: 39769 components: - type: Transform - pos: -1.5,152.5 + pos: -56.5,-19.5 parent: 1 - - uid: 21122 + - uid: 39770 components: - type: Transform - pos: -2.5,145.5 + pos: -55.5,-19.5 parent: 1 - - uid: 21123 + - uid: 39771 components: - type: Transform - pos: -3.5,150.5 + pos: -54.5,-19.5 parent: 1 - - uid: 21124 + - uid: 39772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -191.5,-163.5 + pos: -53.5,-19.5 parent: 1 - - uid: 21125 + - uid: 39773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,-163.5 + pos: -57.5,-17.5 parent: 1 - - uid: 21126 + - uid: 39774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,-163.5 + pos: -57.5,-16.5 parent: 1 - - uid: 21127 + - uid: 39775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-163.5 + pos: -57.5,-15.5 parent: 1 - - uid: 21128 + - uid: 39776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 155.5,105.5 + pos: -56.5,-15.5 parent: 1 - - uid: 21129 + - uid: 39777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 157.5,105.5 + pos: -55.5,-15.5 parent: 1 - - uid: 21130 + - uid: 39778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,103.5 + pos: -54.5,-15.5 parent: 1 - - uid: 21131 + - uid: 39779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 158.5,102.5 + pos: -53.5,-15.5 parent: 1 - - uid: 21132 + - uid: 39780 components: - type: Transform - pos: 159.5,190.5 + pos: -55.5,-14.5 parent: 1 - - uid: 21133 + - uid: 39781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,107.5 + pos: -55.5,-12.5 parent: 1 - - uid: 21134 + - uid: 39782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 157.5,107.5 + pos: -55.5,-11.5 parent: 1 - - uid: 21135 + - uid: 39783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 159.5,107.5 + pos: -55.5,-10.5 parent: 1 - - uid: 21136 + - uid: 39784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 155.5,103.5 + pos: -61.5,-15.5 parent: 1 - - uid: 21137 + - uid: 39785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,105.5 + pos: -61.5,-14.5 parent: 1 - - uid: 21138 + - uid: 39786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 159.5,102.5 + pos: -61.5,-13.5 parent: 1 - - uid: 21139 + - uid: 39787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,105.5 + pos: -61.5,-11.5 parent: 1 - - uid: 21140 + - uid: 39788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 156.5,102.5 + pos: -61.5,-10.5 parent: 1 - - uid: 21141 + - uid: 39789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 157.5,102.5 + pos: -62.5,-15.5 parent: 1 - - uid: 21142 + - uid: 39790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 155.5,102.5 + pos: -63.5,-15.5 parent: 1 - - uid: 21143 + - uid: 39791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,106.5 + pos: -67.5,-15.5 parent: 1 - - uid: 21144 + - uid: 39792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,104.5 + pos: -68.5,-15.5 parent: 1 - - uid: 21145 + - uid: 39793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,102.5 + pos: -68.5,-14.5 parent: 1 - - uid: 21146 + - uid: 39794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-69.5 + pos: -68.5,-13.5 parent: 1 - - uid: 21147 + - uid: 39795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-29.5 + pos: -68.5,-12.5 parent: 1 - - uid: 21148 + - uid: 39796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-24.5 + pos: -68.5,-11.5 parent: 1 - - uid: 21149 + - uid: 39797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,-66.5 + pos: -68.5,-10.5 parent: 1 - - uid: 21150 + - uid: 39798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-70.5 + pos: -66.5,-15.5 parent: 1 - - uid: 21151 + - uid: 39799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-69.5 + pos: -71.5,-15.5 parent: 1 - - uid: 21152 + - uid: 39800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.5,-67.5 + pos: -72.5,-15.5 parent: 1 - - uid: 21153 + - uid: 39801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-24.5 + pos: -73.5,-15.5 parent: 1 - - uid: 21154 + - uid: 39802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-67.5 + pos: -74.5,-15.5 parent: 1 - - uid: 21155 + - uid: 39803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -183.5,-24.5 + pos: -75.5,-15.5 parent: 1 - - uid: 21156 + - uid: 39804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,-69.5 + pos: -76.5,-15.5 parent: 1 - - uid: 21157 + - uid: 39805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-69.5 + pos: -71.5,-13.5 parent: 1 - - uid: 21158 + - uid: 39806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-29.5 + pos: -71.5,-12.5 parent: 1 - - uid: 21159 + - uid: 39807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -169.5,-69.5 + pos: -71.5,-11.5 parent: 1 - - uid: 21160 + - uid: 39808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,-70.5 + pos: -71.5,-10.5 parent: 1 - - uid: 21161 + - uid: 39809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,-69.5 + pos: -72.5,-16.5 parent: 1 - - uid: 21162 + - uid: 39810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-68.5 + pos: -72.5,-17.5 parent: 1 - - uid: 21163 + - uid: 39811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-66.5 + pos: -72.5,-19.5 parent: 1 - - uid: 21164 + - uid: 39812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-66.5 + pos: -73.5,-19.5 parent: 1 - - uid: 21165 + - uid: 39813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -184.5,-24.5 + pos: -74.5,-19.5 parent: 1 - - uid: 21166 + - uid: 39814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -184.5,-29.5 + pos: -75.5,-19.5 parent: 1 - - uid: 21167 + - uid: 39815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -186.5,-29.5 + pos: -76.5,-19.5 parent: 1 - - uid: 21168 + - uid: 39816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-26.5 + pos: -76.5,-13.5 parent: 1 - - uid: 21169 + - uid: 39817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-28.5 + pos: -75.5,-13.5 parent: 1 - - uid: 21170 + - uid: 39818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,-29.5 + pos: -76.5,-11.5 parent: 1 - - uid: 21171 + - uid: 39819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-29.5 + pos: -75.5,-11.5 parent: 1 - - uid: 21172 + - uid: 39820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -188.5,-24.5 + pos: -27.5,-0.5 parent: 1 - - uid: 21173 + - uid: 39821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-24.5 + pos: -36.5,-0.5 parent: 1 - - uid: 21174 + - uid: 39822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -189.5,-25.5 + pos: -56.5,-0.5 parent: 1 - - uid: 21175 + - uid: 39823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,-22.5 + pos: -56.5,0.5 parent: 1 - - uid: 21176 + - uid: 39824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,-21.5 + pos: -27.5,0.5 parent: 1 - - uid: 21177 + - uid: 39825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-20.5 + pos: -35.5,-0.5 parent: 1 - - uid: 21178 + - uid: 39826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-19.5 + pos: -8.5,-0.5 parent: 1 - - uid: 21179 + - uid: 39827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-18.5 + pos: -70.5,-0.5 parent: 1 - - uid: 21180 + - uid: 39828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-17.5 + pos: -65.5,-0.5 parent: 1 - - uid: 21181 + - uid: 39829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-16.5 + pos: -79.5,-0.5 parent: 1 - - uid: 21182 + - uid: 39830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -186.5,-16.5 + pos: -58.5,-0.5 parent: 1 - - uid: 21183 + - uid: 39831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -185.5,-16.5 + pos: -80.5,-0.5 parent: 1 - - uid: 21184 + - uid: 39832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -184.5,-16.5 + pos: -67.5,-0.5 parent: 1 - - uid: 21185 + - uid: 39833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -183.5,-16.5 + pos: -80.5,0.5 parent: 1 - - uid: 21186 + - uid: 39834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.5,-16.5 + pos: -72.5,-0.5 parent: 1 - - uid: 21187 + - uid: 39835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-16.5 + pos: -62.5,-0.5 parent: 1 - - uid: 21188 + - uid: 39836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-17.5 + pos: -75.5,0.5 parent: 1 - - uid: 21189 + - uid: 39837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-19.5 + pos: -62.5,0.5 parent: 1 - - uid: 21190 + - uid: 39838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-18.5 + pos: -76.5,-0.5 parent: 1 - - uid: 21191 + - uid: 39839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-21.5 + pos: -28.5,-0.5 parent: 1 - - uid: 21192 + - uid: 39840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-22.5 + pos: -75.5,-0.5 parent: 1 - - uid: 21193 + - uid: 39841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-23.5 + pos: -9.5,0.5 parent: 1 - - uid: 21194 + - uid: 39842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -181.5,-24.5 + pos: -29.5,-0.5 parent: 1 - - uid: 24084 + - uid: 39843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,188.5 + pos: -34.5,-0.5 parent: 1 - - uid: 47066 + - uid: 39844 components: - type: Transform - pos: -380.5,108.5 + pos: -72.5,0.5 parent: 1 - - uid: 47162 + - uid: 39845 components: - type: Transform - pos: -379.5,109.5 + pos: -65.5,0.5 parent: 1 - - uid: 47175 + - uid: 39846 components: - type: Transform - pos: -380.5,109.5 + pos: -66.5,-0.5 parent: 1 - - uid: 47195 + - uid: 39847 components: - type: Transform - pos: -378.5,109.5 + pos: -9.5,-0.5 parent: 1 - - uid: 47196 + - uid: 39848 components: - type: Transform - pos: -377.5,109.5 + pos: -36.5,0.5 parent: 1 - - uid: 47197 + - uid: 39849 components: - type: Transform - pos: -376.5,109.5 + pos: -71.5,-0.5 parent: 1 - - uid: 47198 + - uid: 39850 components: - type: Transform - pos: -375.5,109.5 + pos: -0.5,0.5 parent: 1 - - uid: 47199 + - uid: 39851 components: - type: Transform - pos: -374.5,109.5 + pos: -0.5,-0.5 parent: 1 - - uid: 47202 + - uid: 39852 components: - type: Transform - pos: -380.5,105.5 + pos: -1.5,-0.5 parent: 1 - - uid: 47203 + - uid: 39853 components: - type: Transform - pos: -380.5,104.5 + pos: -2.5,-0.5 parent: 1 - - uid: 47204 + - uid: 39854 components: - type: Transform - pos: -380.5,103.5 + pos: -7.5,-0.5 parent: 1 - - uid: 47205 + - uid: 39855 components: - type: Transform - pos: -380.5,102.5 + pos: -24.5,-16.5 parent: 1 - - uid: 47206 + - uid: 39856 components: - type: Transform - pos: -380.5,101.5 + pos: -38.5,-20.5 parent: 1 - - uid: 47207 + - uid: 39857 components: - type: Transform - pos: -379.5,101.5 + pos: -37.5,-20.5 parent: 1 - - uid: 47208 + - uid: 39858 components: - type: Transform - pos: -378.5,101.5 + pos: -35.5,-20.5 parent: 1 - - uid: 47209 + - uid: 39859 components: - type: Transform - pos: -377.5,101.5 + pos: -36.5,-20.5 parent: 1 - - uid: 47210 + - uid: 39860 components: - type: Transform - pos: -376.5,101.5 + pos: -34.5,-20.5 parent: 1 - - uid: 47211 + - uid: 39861 components: - type: Transform - pos: -375.5,101.5 + pos: -34.5,-19.5 parent: 1 - - uid: 47212 + - uid: 39862 components: - type: Transform - pos: -374.5,101.5 + pos: -38.5,-19.5 parent: 1 - - uid: 47213 + - uid: 39863 components: - type: Transform - pos: -374.5,102.5 + pos: -41.5,-14.5 parent: 1 - - uid: 47214 + - uid: 39864 components: - type: Transform - pos: -374.5,103.5 + pos: -26.5,-14.5 parent: 1 - - uid: 47215 + - uid: 39865 components: - type: Transform - pos: -374.5,104.5 + pos: -25.5,-16.5 parent: 1 - - uid: 47216 + - uid: 39866 components: - type: Transform - pos: -374.5,105.5 + pos: -23.5,-16.5 parent: 1 - - uid: 47217 + - uid: 39867 components: - type: Transform - pos: -374.5,106.5 + pos: -26.5,-17.5 parent: 1 - - uid: 47218 + - uid: 39868 components: - type: Transform - pos: -374.5,107.5 + pos: -26.5,-18.5 parent: 1 - - uid: 47219 + - uid: 39869 components: - type: Transform - pos: -374.5,108.5 + pos: -29.5,-11.5 parent: 1 - - uid: 49664 + - uid: 39870 components: - type: Transform - pos: 203.5,-30.5 + pos: -22.5,-14.5 parent: 1 - - uid: 55382 + - uid: 39871 components: - type: Transform - pos: -157.5,-127.5 + pos: -19.5,-18.5 parent: 1 - - uid: 65109 + - uid: 39872 components: - type: Transform - pos: 201.5,-32.5 + pos: -27.5,-10.5 parent: 1 - - uid: 65110 + - uid: 39873 components: - type: Transform - pos: 204.5,-32.5 + pos: -23.5,-18.5 parent: 1 - - uid: 65111 + - uid: 39874 components: - type: Transform - pos: 204.5,-34.5 + pos: -23.5,-10.5 parent: 1 - - uid: 65112 + - uid: 39875 components: - type: Transform - pos: 201.5,-31.5 + pos: -22.5,-10.5 parent: 1 - - uid: 65113 + - uid: 39876 components: - type: Transform - pos: 201.5,-33.5 + pos: -19.5,-10.5 parent: 1 - - uid: 65114 + - uid: 39877 components: - type: Transform - pos: 202.5,-34.5 + pos: -29.5,-13.5 parent: 1 -- proto: N14WallWoodWhite - entities: - - uid: 237 + - uid: 39878 components: - type: Transform - pos: 102.5,15.5 + pos: -23.5,-15.5 parent: 1 - - uid: 239 + - uid: 39879 components: - type: Transform - pos: 102.5,14.5 + pos: -26.5,-16.5 parent: 1 - - uid: 6687 + - uid: 39880 components: - type: Transform - pos: 150.5,175.5 + pos: -41.5,-15.5 parent: 1 - - uid: 8624 + - uid: 39881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,160.5 + pos: -38.5,-15.5 parent: 1 - - uid: 21198 + - uid: 39882 components: - type: Transform - pos: 150.5,163.5 + pos: -38.5,-16.5 parent: 1 - - uid: 21199 + - uid: 39883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,100.5 + pos: -39.5,-15.5 parent: 1 - - uid: 21200 + - uid: 39884 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,94.5 + pos: -40.5,-15.5 parent: 1 - - uid: 21201 + - uid: 39885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,98.5 + pos: -28.5,-10.5 parent: 1 - - uid: 21202 + - uid: 39886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,97.5 + pos: -38.5,-17.5 parent: 1 - - uid: 21203 + - uid: 39887 components: - type: Transform - pos: 92.5,112.5 + pos: -21.5,-19.5 parent: 1 - - uid: 21204 + - uid: 39888 components: - type: Transform - pos: 95.5,112.5 + pos: -22.5,-19.5 parent: 1 - - uid: 21205 + - uid: 39889 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,104.5 + pos: -29.5,-10.5 parent: 1 - - uid: 21212 + - uid: 39890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,160.5 + pos: -19.5,-19.5 parent: 1 - - uid: 21216 + - uid: 39891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,162.5 + pos: -32.5,-14.5 parent: 1 - - uid: 21241 + - uid: 39892 components: - type: Transform - pos: 150.5,161.5 + pos: -19.5,-15.5 parent: 1 - - uid: 21257 + - uid: 39893 components: - type: Transform - pos: 151.5,164.5 + pos: -20.5,-19.5 parent: 1 - - uid: 21267 + - uid: 39894 components: - type: Transform - pos: 154.5,164.5 + pos: -23.5,-19.5 parent: 1 - - uid: 21278 + - uid: 39895 components: - type: Transform - pos: 153.5,164.5 + pos: -26.5,-19.5 parent: 1 - - uid: 21283 + - uid: 39896 components: - type: Transform - pos: 153.5,169.5 + pos: -24.5,-19.5 parent: 1 - - uid: 21285 + - uid: 39897 components: - type: Transform - pos: 151.5,169.5 + pos: -25.5,-19.5 parent: 1 - - uid: 21286 + - uid: 39898 components: - type: Transform - pos: 145.5,163.5 + pos: -34.5,-13.5 parent: 1 - - uid: 21288 + - uid: 39899 components: - type: Transform - pos: 150.5,169.5 + pos: -23.5,-14.5 parent: 1 - - uid: 21289 + - uid: 39900 components: - type: Transform - pos: 150.5,162.5 + pos: -28.5,-14.5 parent: 1 - - uid: 21293 + - uid: 39901 components: - type: Transform - pos: 150.5,170.5 + pos: -20.5,-14.5 parent: 1 - - uid: 21296 + - uid: 39902 components: - type: Transform - pos: 145.5,162.5 + pos: -29.5,-14.5 parent: 1 - - uid: 21297 + - uid: 39903 components: - type: Transform - pos: 150.5,164.5 + pos: -32.5,-10.5 parent: 1 - - uid: 21298 + - uid: 39904 components: - type: Transform - pos: 154.5,169.5 + pos: -19.5,-14.5 parent: 1 - - uid: 21299 + - uid: 39905 components: - type: Transform - pos: 154.5,165.5 + pos: -26.5,-15.5 parent: 1 - - uid: 21301 + - uid: 39906 components: - type: Transform - pos: 83.5,105.5 + pos: -34.5,-15.5 parent: 1 - - uid: 21302 + - uid: 39907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,98.5 + pos: -34.5,-16.5 parent: 1 - - uid: 21303 + - uid: 39908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,111.5 + pos: -34.5,-14.5 parent: 1 - - uid: 21305 + - uid: 39909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,105.5 + pos: -34.5,-12.5 parent: 1 - - uid: 21306 + - uid: 39910 components: - type: Transform - pos: 146.5,161.5 + pos: -34.5,-11.5 parent: 1 - - uid: 21307 + - uid: 39911 components: - type: Transform - pos: 149.5,161.5 + pos: -40.5,-10.5 parent: 1 - - uid: 21313 + - uid: 39912 components: - type: Transform - pos: 145.5,161.5 + pos: -41.5,-10.5 parent: 1 - - uid: 21322 + - uid: 39913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,98.5 + pos: -36.5,-10.5 parent: 1 - - uid: 21323 + - uid: 39914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,106.5 + pos: -39.5,-10.5 parent: 1 - - uid: 21324 + - uid: 39915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,110.5 + pos: -35.5,-10.5 parent: 1 - - uid: 21325 + - uid: 39916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,99.5 + pos: -34.5,-10.5 parent: 1 - - uid: 21326 + - uid: 39917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,111.5 + pos: -41.5,-11.5 parent: 1 - - uid: 21327 + - uid: 39918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,112.5 + pos: -13.5,-10.5 parent: 1 - - uid: 21328 + - uid: 39919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,111.5 + pos: -16.5,-14.5 parent: 1 - - uid: 21329 + - uid: 39920 components: - type: Transform - pos: 83.5,101.5 + pos: -16.5,-10.5 parent: 1 - - uid: 21330 + - uid: 39921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,106.5 + pos: -13.5,-13.5 parent: 1 - - uid: 21331 + - uid: 39922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,99.5 + pos: -13.5,-14.5 parent: 1 - - uid: 21332 + - uid: 39923 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,111.5 + pos: -12.5,-14.5 parent: 1 - - uid: 21333 + - uid: 39924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,107.5 + pos: -13.5,-11.5 parent: 1 - - uid: 21334 + - uid: 39925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,102.5 + pos: -12.5,-10.5 parent: 1 - - uid: 21335 + - uid: 39926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,103.5 + pos: -10.5,-19.5 parent: 1 - - uid: 21336 + - uid: 39927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,106.5 + pos: -10.5,-18.5 parent: 1 - - uid: 21337 + - uid: 39928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,115.5 + pos: -10.5,-17.5 parent: 1 - - uid: 21338 + - uid: 39929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,95.5 + pos: -10.5,-16.5 parent: 1 - - uid: 21339 + - uid: 39930 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,98.5 + pos: -8.5,-16.5 parent: 1 - - uid: 21340 + - uid: 39931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,98.5 + pos: -9.5,-16.5 parent: 1 - - uid: 21341 + - uid: 39932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,106.5 + pos: -7.5,-16.5 parent: 1 - - uid: 21342 + - uid: 39933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,102.5 + pos: -7.5,-15.5 parent: 1 - - uid: 21343 + - uid: 39934 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,97.5 + pos: -7.5,-14.5 parent: 1 - - uid: 21344 + - uid: 39935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,111.5 + pos: -6.5,-14.5 parent: 1 - - uid: 21345 + - uid: 39936 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,97.5 + pos: -4.5,-14.5 parent: 1 - - uid: 21346 + - uid: 39937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,111.5 + pos: -3.5,-14.5 parent: 1 - - uid: 21347 + - uid: 39938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,106.5 + pos: -3.5,-15.5 parent: 1 - - uid: 21348 + - uid: 39939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,98.5 + pos: -3.5,-10.5 parent: 1 - - uid: 21349 + - uid: 39940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,94.5 + pos: -4.5,-10.5 parent: 1 - - uid: 21350 + - uid: 39941 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,106.5 + pos: -6.5,-10.5 parent: 1 - - uid: 21351 + - uid: 39942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,94.5 + pos: -7.5,-10.5 parent: 1 - - uid: 21352 + - uid: 39943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,98.5 + pos: -11.5,-10.5 parent: 1 - - uid: 21353 + - uid: 39944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,115.5 + pos: -10.5,-14.5 parent: 1 - - uid: 21354 + - uid: 39945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,106.5 + pos: -10.5,-15.5 parent: 1 - - uid: 21355 + - uid: 39946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,98.5 + pos: -3.5,-18.5 parent: 1 - - uid: 21356 + - uid: 39947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,95.5 + pos: -3.5,-19.5 parent: 1 - - uid: 21357 + - uid: 39948 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,98.5 + pos: -4.5,-19.5 parent: 1 - - uid: 21358 + - uid: 39949 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,97.5 + pos: -5.5,-19.5 parent: 1 - - uid: 21359 + - uid: 39950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,116.5 + pos: -6.5,-19.5 parent: 1 - - uid: 21360 + - uid: 39951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,98.5 + pos: -7.5,-19.5 parent: 1 - - uid: 21361 + - uid: 39952 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,111.5 + pos: -8.5,-19.5 parent: 1 - - uid: 21362 + - uid: 39953 components: - type: Transform - pos: 95.5,106.5 + pos: -9.5,-19.5 parent: 1 - - uid: 21363 + - uid: 39954 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,110.5 + pos: -13.5,-21.5 parent: 1 - - uid: 21364 + - uid: 39955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,96.5 + pos: -12.5,-21.5 parent: 1 - - uid: 21365 + - uid: 39956 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,116.5 + pos: -12.5,-20.5 parent: 1 - - uid: 21366 + - uid: 39957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,106.5 + pos: -12.5,-19.5 parent: 1 - - uid: 21367 + - uid: 39958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,96.5 + pos: -12.5,-18.5 parent: 1 - - uid: 21368 + - uid: 39959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,116.5 + pos: -13.5,-18.5 parent: 1 - - uid: 21369 + - uid: 39960 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,94.5 + pos: -14.5,-18.5 parent: 1 - - uid: 21370 + - uid: 39961 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,106.5 + pos: -15.5,-18.5 parent: 1 - - uid: 21371 + - uid: 39962 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,95.5 + pos: -16.5,-18.5 parent: 1 - - uid: 21372 + - uid: 39963 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,105.5 + pos: -16.5,-20.5 parent: 1 - - uid: 21373 + - uid: 39964 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,101.5 + pos: -16.5,-19.5 parent: 1 - - uid: 21374 + - uid: 39965 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,98.5 + pos: -16.5,-21.5 parent: 1 - - uid: 21375 + - uid: 39966 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,94.5 + pos: -15.5,-21.5 parent: 1 - - uid: 21376 + - uid: 39967 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,113.5 + pos: -16.5,-24.5 parent: 1 - - uid: 21377 + - uid: 39968 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,94.5 + pos: -16.5,-25.5 parent: 1 - - uid: 21378 + - uid: 39969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,116.5 + pos: -15.5,-25.5 parent: 1 - - uid: 21379 + - uid: 39970 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,114.5 + pos: -14.5,-25.5 parent: 1 - - uid: 21380 + - uid: 39971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,106.5 + pos: -3.5,-21.5 parent: 1 - - uid: 21381 + - uid: 39972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,107.5 + pos: -7.5,-22.5 parent: 1 - - uid: 21382 + - uid: 39973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,106.5 + pos: -10.5,-25.5 parent: 1 - - uid: 21383 + - uid: 39974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,110.5 + pos: -12.5,-25.5 parent: 1 - - uid: 21384 + - uid: 39975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,107.5 + pos: -11.5,-25.5 parent: 1 - - uid: 21385 + - uid: 39976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,106.5 + pos: -11.5,-24.5 parent: 1 - - uid: 21386 + - uid: 39977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,95.5 + pos: -11.5,-21.5 parent: 1 - - uid: 21387 + - uid: 39978 components: - type: Transform - pos: 93.5,106.5 + pos: -5.5,-21.5 parent: 1 - - uid: 21388 + - uid: 39979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,98.5 + pos: -4.5,-21.5 parent: 1 - - uid: 21389 + - uid: 39980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,114.5 + pos: -8.5,-25.5 parent: 1 - - uid: 21390 + - uid: 39981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,106.5 + pos: -7.5,-25.5 parent: 1 - - uid: 21391 + - uid: 39982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,116.5 + pos: -6.5,-25.5 parent: 1 - - uid: 21392 + - uid: 39983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,111.5 + pos: -10.5,-21.5 parent: 1 - - uid: 21393 + - uid: 39984 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,107.5 + pos: -7.5,-21.5 parent: 1 - - uid: 21394 + - uid: 39985 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,98.5 + pos: -6.5,-21.5 parent: 1 - - uid: 21395 + - uid: 39986 components: - type: Transform - rot: 3.141592653589793 rad - pos: 97.5,105.5 + pos: -8.5,-21.5 parent: 1 - - uid: 21396 + - uid: 39987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.5,113.5 + pos: -4.5,-25.5 parent: 1 - - uid: 21397 + - uid: 39988 components: - type: Transform - pos: 83.5,103.5 + pos: -3.5,-25.5 parent: 1 - - uid: 21398 + - uid: 39989 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,-109.5 + pos: -33.5,-66.5 parent: 1 - - uid: 21399 + - uid: 39990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,99.5 + pos: -7.5,-18.5 parent: 1 - - uid: 21400 + - uid: 39991 components: - type: Transform - pos: 90.5,102.5 + pos: -11.5,-22.5 parent: 1 - - uid: 21401 + - uid: 39992 components: - type: Transform - pos: 91.5,102.5 + rot: -1.5707963267948966 rad + pos: -17.5,-69.5 parent: 1 - - uid: 21402 + - uid: 39993 components: - type: Transform - pos: 83.5,102.5 + rot: -1.5707963267948966 rad + pos: -17.5,-66.5 parent: 1 - - uid: 21403 + - uid: 39994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,99.5 + rot: -1.5707963267948966 rad + pos: -17.5,-65.5 parent: 1 - - uid: 21404 + - uid: 39995 components: - type: Transform - pos: 134.5,1.5 + rot: -1.5707963267948966 rad + pos: -17.5,-64.5 parent: 1 - - uid: 21405 + - uid: 39996 components: - type: Transform - pos: 134.5,2.5 + rot: -1.5707963267948966 rad + pos: -17.5,-63.5 parent: 1 - - uid: 21406 + - uid: 39997 components: - type: Transform - pos: 134.5,0.5 + rot: -1.5707963267948966 rad + pos: -17.5,-62.5 parent: 1 - - uid: 21407 + - uid: 39998 components: - type: Transform - pos: 134.5,-0.5 + rot: -1.5707963267948966 rad + pos: -17.5,-61.5 parent: 1 - - uid: 21408 + - uid: 39999 components: - type: Transform - pos: 135.5,-0.5 + rot: -1.5707963267948966 rad + pos: -17.5,-60.5 parent: 1 - - uid: 21409 + - uid: 40000 components: - type: Transform - pos: 137.5,-0.5 + rot: -1.5707963267948966 rad + pos: -18.5,-60.5 parent: 1 - - uid: 21410 + - uid: 40001 components: - type: Transform - pos: 138.5,-0.5 + rot: -1.5707963267948966 rad + pos: -19.5,-60.5 parent: 1 - - uid: 21411 + - uid: 40002 components: - type: Transform - pos: 140.5,-0.5 + rot: -1.5707963267948966 rad + pos: -20.5,-60.5 parent: 1 - - uid: 21412 + - uid: 40003 components: - type: Transform - pos: 130.5,2.5 + rot: -1.5707963267948966 rad + pos: -21.5,-60.5 parent: 1 - - uid: 21413 + - uid: 40004 components: - type: Transform - pos: 130.5,0.5 + rot: -1.5707963267948966 rad + pos: -22.5,-60.5 parent: 1 - - uid: 21414 + - uid: 40005 components: - type: Transform - pos: 130.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-67.5 parent: 1 - - uid: 21415 + - uid: 40006 components: - type: Transform - pos: 130.5,-1.5 + rot: -1.5707963267948966 rad + pos: -21.5,-59.5 parent: 1 - - uid: 21416 + - uid: 40007 components: - type: Transform - pos: 129.5,-0.5 + rot: -1.5707963267948966 rad + pos: -21.5,-58.5 parent: 1 - - uid: 21417 + - uid: 40008 components: - type: Transform - pos: 128.5,-0.5 + rot: -1.5707963267948966 rad + pos: -21.5,-57.5 parent: 1 - - uid: 21418 + - uid: 40009 components: - type: Transform - pos: 127.5,-0.5 + rot: -1.5707963267948966 rad + pos: -21.5,-56.5 parent: 1 - - uid: 21419 + - uid: 40010 components: - type: Transform - pos: 130.5,-3.5 + rot: -1.5707963267948966 rad + pos: -22.5,-56.5 parent: 1 - - uid: 21420 + - uid: 40011 components: - type: Transform - pos: 130.5,-4.5 + rot: -1.5707963267948966 rad + pos: -25.5,-56.5 parent: 1 - - uid: 21421 + - uid: 40012 components: - type: Transform - pos: 130.5,-5.5 + rot: -1.5707963267948966 rad + pos: -26.5,-56.5 parent: 1 - - uid: 21422 + - uid: 40013 components: - type: Transform - pos: 129.5,-4.5 + rot: -1.5707963267948966 rad + pos: -26.5,-57.5 parent: 1 - - uid: 21423 + - uid: 40014 components: - type: Transform - pos: 128.5,-4.5 + rot: -1.5707963267948966 rad + pos: -26.5,-58.5 parent: 1 - - uid: 21424 + - uid: 40015 components: - type: Transform - pos: 127.5,-4.5 + rot: -1.5707963267948966 rad + pos: -26.5,-59.5 parent: 1 - - uid: 21425 + - uid: 40016 components: - type: Transform - pos: 130.5,-7.5 + rot: -1.5707963267948966 rad + pos: -26.5,-60.5 parent: 1 - - uid: 21426 + - uid: 40017 components: - type: Transform - pos: 130.5,-8.5 + rot: -1.5707963267948966 rad + pos: -25.5,-60.5 parent: 1 - - uid: 21427 + - uid: 40018 components: - type: Transform - pos: 129.5,-8.5 + rot: -1.5707963267948966 rad + pos: -24.5,-60.5 parent: 1 - - uid: 21428 + - uid: 40019 components: - type: Transform - pos: 127.5,-8.5 + rot: -1.5707963267948966 rad + pos: -33.5,-68.5 parent: 1 - - uid: 21429 + - uid: 40020 components: - type: Transform - pos: 128.5,-8.5 + rot: -1.5707963267948966 rad + pos: -33.5,-69.5 parent: 1 - - uid: 21431 + - uid: 40021 components: - type: Transform - pos: 24.5,142.5 + pos: 81.5,-102.5 parent: 1 - - uid: 21432 + - uid: 40022 components: - type: Transform - pos: 25.5,142.5 + rot: 3.141592653589793 rad + pos: 49.5,143.5 parent: 1 - - uid: 21433 + - uid: 40023 components: - type: Transform - pos: 26.5,142.5 + pos: 47.5,168.5 parent: 1 - - uid: 21434 + - uid: 40024 components: - type: Transform - pos: 30.5,142.5 + pos: 104.5,23.5 parent: 1 - - uid: 21435 + - uid: 40025 components: - type: Transform - pos: 34.5,142.5 + pos: 105.5,26.5 parent: 1 - - uid: 21436 + - uid: 40026 components: - type: Transform - pos: 35.5,142.5 + pos: 102.5,15.5 parent: 1 - - uid: 21437 + - uid: 40027 components: - type: Transform - pos: 34.5,150.5 + pos: 102.5,14.5 parent: 1 - - uid: 21438 + - uid: 40028 components: - type: Transform - pos: 35.5,150.5 + pos: 102.5,11.5 parent: 1 - - uid: 21439 + - uid: 40029 components: - type: Transform - pos: 30.5,150.5 + pos: 101.5,11.5 parent: 1 - - uid: 21440 + - uid: 40030 components: - type: Transform - pos: 24.5,150.5 + pos: 102.5,13.5 parent: 1 - - uid: 21441 + - uid: 40031 components: - type: Transform - pos: 25.5,150.5 + pos: 102.5,12.5 parent: 1 - - uid: 21442 + - uid: 40032 components: - type: Transform - pos: 26.5,150.5 + pos: 81.5,-101.5 parent: 1 - - uid: 21443 + - uid: 40033 components: - type: Transform - pos: 24.5,149.5 + pos: 103.5,23.5 parent: 1 - - uid: 21444 + - uid: 40034 components: - type: Transform - pos: 24.5,143.5 + pos: 104.5,21.5 parent: 1 - - uid: 21445 + - uid: 40035 components: - type: Transform - pos: 24.5,144.5 + pos: 106.5,21.5 parent: 1 - - uid: 21446 + - uid: 40036 components: - type: Transform - pos: 24.5,148.5 + pos: 105.5,21.5 parent: 1 - - uid: 21447 + - uid: 40037 components: - type: Transform - pos: 35.5,149.5 + rot: -1.5707963267948966 rad + pos: 48.5,172.5 parent: 1 - - uid: 21448 + - uid: 40038 components: - type: Transform - pos: 35.5,143.5 + rot: -1.5707963267948966 rad + pos: 51.5,172.5 parent: 1 - - uid: 21449 + - uid: 40039 components: - type: Transform - pos: 35.5,147.5 + rot: 3.141592653589793 rad + pos: 83.5,-107.5 parent: 1 - - uid: 21450 + - uid: 40040 components: - type: Transform - pos: 35.5,145.5 + pos: 113.5,22.5 parent: 1 - - uid: 21451 + - uid: 40041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,98.5 + pos: 56.5,156.5 parent: 1 - - uid: 21452 + - uid: 40042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,98.5 + pos: 55.5,156.5 parent: 1 - - uid: 21453 + - uid: 40043 components: - type: Transform - pos: 87.5,102.5 + pos: 56.5,159.5 parent: 1 - - uid: 21454 + - uid: 40044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,98.5 + pos: 55.5,159.5 parent: 1 - - uid: 21455 + - uid: 40045 components: - type: Transform - pos: 87.5,106.5 + pos: 56.5,153.5 parent: 1 - - uid: 21456 + - uid: 40046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-109.5 + pos: 55.5,153.5 parent: 1 - - uid: 21460 + - uid: 40047 components: - type: Transform - pos: 89.5,106.5 + pos: 42.5,171.5 parent: 1 - - uid: 21461 + - uid: 40048 components: - type: Transform - pos: 93.5,112.5 + pos: 44.5,172.5 parent: 1 - - uid: 21462 + - uid: 40049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,103.5 + pos: 45.5,172.5 parent: 1 - - uid: 21463 + - uid: 40050 components: - type: Transform - pos: 87.5,104.5 + rot: 3.141592653589793 rad + pos: 54.5,146.5 parent: 1 - - uid: 21464 + - uid: 40051 components: - type: Transform - pos: 87.5,103.5 + pos: 43.5,172.5 parent: 1 - - uid: 21465 + - uid: 40052 components: - type: Transform - pos: 91.5,111.5 + pos: 42.5,172.5 parent: 1 - - uid: 21466 + - uid: 40053 components: - type: Transform - pos: 87.5,105.5 + pos: 46.5,172.5 parent: 1 - - uid: 21467 + - uid: 40054 components: - type: Transform - pos: 84.5,106.5 + pos: 47.5,172.5 parent: 1 - - uid: 21468 + - uid: 40055 components: - type: Transform - pos: 88.5,102.5 + pos: 49.5,172.5 parent: 1 - - uid: 21469 + - uid: 40056 components: - type: Transform - pos: -20.5,-10.5 + pos: 52.5,172.5 parent: 1 - - uid: 22596 + - uid: 40057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 176.5,161.5 + pos: 53.5,172.5 parent: 1 - - uid: 23740 + - uid: 40058 components: - type: Transform - pos: 102.5,11.5 + pos: 54.5,172.5 parent: 1 - - uid: 23741 + - uid: 40059 components: - type: Transform - pos: 101.5,11.5 + rot: 3.141592653589793 rad + pos: 54.5,144.5 parent: 1 - - uid: 23788 + - uid: 40060 components: - type: Transform - pos: 102.5,13.5 + rot: 3.141592653589793 rad + pos: 50.5,144.5 parent: 1 - - uid: 23790 + - uid: 40061 components: - type: Transform - pos: 102.5,12.5 + rot: 3.141592653589793 rad + pos: 53.5,144.5 parent: 1 - - uid: 46768 + - uid: 40062 components: - type: Transform - pos: 143.5,175.5 + rot: 3.141592653589793 rad + pos: 51.5,144.5 parent: 1 -- proto: N14WallWoodWhiteFrame - entities: - - uid: 21470 + - uid: 40063 components: - type: Transform - pos: 168.5,135.5 + pos: 114.5,22.5 parent: 1 - - uid: 21471 + - uid: 40064 components: - type: Transform - pos: 167.5,135.5 + pos: 113.5,24.5 parent: 1 - - uid: 21472 + - uid: 40065 components: - type: Transform - pos: 163.5,135.5 + rot: 3.141592653589793 rad + pos: 83.5,-106.5 parent: 1 - - uid: 21473 + - uid: 40066 components: - type: Transform - pos: 162.5,135.5 + pos: 79.5,-109.5 parent: 1 -- proto: N14WastelandFloraWildAgave - entities: - - uid: 7329 + - uid: 40067 components: - type: Transform - pos: -183.5,-232.5 + pos: 86.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 10092 + - uid: 40068 components: - type: Transform - pos: 139.5,-372.5 + pos: 85.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16555 + - uid: 40069 components: - type: Transform - pos: -216.5,106.5 + pos: 85.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19905 + - uid: 40070 components: - type: Transform - pos: 134.5,-509.5 + pos: 86.5,-102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19910 + - uid: 40071 components: - type: Transform - pos: 136.5,-502.5 + pos: 76.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21474 + - uid: 40072 components: - type: Transform - pos: -208.5,-146.5 + pos: 75.5,-106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21475 + - uid: 40073 components: - type: Transform - pos: -162.5,-147.5 + pos: 86.5,-107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21476 + - uid: 40074 components: - type: Transform - pos: 158.5,104.5 + pos: 80.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21477 + - uid: 40075 components: - type: Transform - pos: 171.5,-7.5 + pos: 75.5,-107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21478 + - uid: 40076 components: - type: Transform - pos: 127.5,-95.5 + pos: 75.5,-101.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21479 + - uid: 40077 components: - type: Transform - pos: -252.5,24.5 + pos: 82.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21480 + - uid: 40078 components: - type: Transform - pos: 172.5,107.5 + pos: 75.5,-102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21481 + - uid: 40079 components: - type: Transform - pos: 47.5,-213.5 + pos: 75.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21482 + - uid: 40080 components: - type: Transform - pos: 28.5,12.5 + pos: 75.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21483 + - uid: 40081 components: - type: Transform - pos: -221.5,139.5 + pos: 86.5,-105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21484 + - uid: 40082 components: - type: Transform - pos: 141.5,-55.5 + pos: 86.5,-101.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21485 + - uid: 40083 components: - type: Transform - pos: 133.5,-170.5 + pos: 84.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21486 + - uid: 40084 components: - type: Transform - pos: 173.5,203.5 + pos: 86.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21487 + - uid: 40085 components: - type: Transform - pos: 169.5,-47.5 + pos: 86.5,-104.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21488 + - uid: 40086 components: - type: Transform - pos: -229.5,24.5 + pos: 84.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21489 + - uid: 40087 components: - type: Transform - pos: -206.5,-130.5 + pos: 77.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21490 + - uid: 40088 components: - type: Transform - pos: 130.5,-57.5 + pos: 76.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21491 + - uid: 40089 components: - type: Transform - pos: -210.5,124.5 + pos: 86.5,-108.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21492 + - uid: 40090 components: - type: Transform - pos: -181.5,177.5 + pos: 75.5,-103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21493 + - uid: 40091 components: - type: Transform - pos: -38.5,-179.5 + pos: 81.5,-100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21495 + - uid: 40092 components: - type: Transform - pos: -209.5,88.5 + pos: 81.5,-103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21496 + - uid: 40093 components: - type: Transform - pos: -34.5,-198.5 + pos: 81.5,-105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21497 + - uid: 40094 components: - type: Transform - pos: -67.5,-228.5 + pos: 82.5,-105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21498 + - uid: 40095 components: - type: Transform - pos: -70.5,-225.5 + pos: 83.5,-105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21499 + - uid: 40096 components: - type: Transform - pos: -62.5,-226.5 + pos: 84.5,-105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21500 + - uid: 40097 components: - type: Transform - pos: 80.5,-162.5 + pos: 85.5,-105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21501 + - uid: 40098 components: - type: Transform - pos: -113.5,-200.5 + pos: 81.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21502 + - uid: 40099 components: - type: Transform - pos: -233.5,-206.5 + pos: 80.5,-103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21503 + - uid: 40100 components: - type: Transform - pos: -229.5,164.5 + pos: 79.5,-103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21504 + - uid: 40101 components: - type: Transform - pos: -208.5,171.5 + pos: 77.5,-103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21506 + - uid: 40102 components: - type: Transform - pos: -31.5,209.5 + pos: 76.5,-103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21507 + - uid: 40103 components: - type: Transform - pos: 99.5,118.5 + rot: -1.5707963267948966 rad + pos: 83.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21508 + - uid: 40104 components: - type: Transform - pos: 23.5,191.5 + rot: -1.5707963267948966 rad + pos: 74.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21509 + - uid: 40105 components: - type: Transform - pos: -123.5,194.5 + pos: 88.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21510 + - uid: 40106 components: - type: Transform - pos: 104.5,-54.5 + rot: -1.5707963267948966 rad + pos: 75.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21511 + - uid: 40107 components: - type: Transform - pos: -118.5,206.5 + pos: 78.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21512 + - uid: 40108 components: - type: Transform - pos: 90.5,81.5 + pos: 81.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21513 + - uid: 40109 components: - type: Transform - pos: 201.5,-154.5 + pos: 82.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21514 + - uid: 40110 components: - type: Transform - pos: 209.5,227.5 + pos: 84.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21515 + - uid: 40111 components: - type: Transform - pos: 211.5,-189.5 + pos: 88.5,-129.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21516 + - uid: 40112 components: - type: Transform - pos: 207.5,-7.5 + pos: 88.5,-131.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21517 + - uid: 40113 components: - type: Transform - pos: 230.5,25.5 + pos: 88.5,-132.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21518 + - uid: 40114 components: - type: Transform - pos: 45.5,103.5 + pos: 84.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21519 + - uid: 40115 components: - type: Transform - pos: -325.5,-19.5 + pos: 85.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21520 + - uid: 40116 components: - type: Transform - pos: 229.5,-44.5 + pos: 86.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21521 + - uid: 40117 components: - type: Transform - pos: 222.5,-7.5 + pos: 87.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21522 + - uid: 40118 components: - type: Transform - pos: 200.5,-97.5 + pos: 88.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21523 + - uid: 40119 components: - type: Transform - pos: 230.5,-94.5 + pos: 73.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21524 + - uid: 40120 components: - type: Transform - pos: 215.5,126.5 + pos: 87.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21525 + - uid: 40121 components: - type: Transform - pos: -157.5,-81.5 + pos: 85.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21526 + - uid: 40122 components: - type: Transform - pos: -112.5,26.5 + pos: 86.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21528 + - uid: 40123 components: - type: Transform - pos: -159.5,34.5 + pos: 83.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21529 + - uid: 40124 components: - type: Transform - pos: 128.5,228.5 + pos: 84.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21530 + - uid: 40125 components: - type: Transform - pos: 48.5,136.5 + pos: 82.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21531 + - uid: 40126 components: - type: Transform - pos: -73.5,12.5 + pos: 77.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21532 + - uid: 40127 components: - type: Transform - pos: -69.5,11.5 + pos: 76.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21533 + - uid: 40128 components: - type: Transform - pos: -124.5,-159.5 + pos: 75.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21534 + - uid: 40129 components: - type: Transform - pos: -34.5,-127.5 + pos: 74.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21535 + - uid: 40130 components: - type: Transform - pos: -33.5,-203.5 + pos: 73.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21536 + - uid: 40131 components: - type: Transform - pos: -188.5,-125.5 + pos: 73.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21537 + - uid: 40132 components: - type: Transform - pos: -209.5,-156.5 + pos: 73.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21538 + - uid: 40133 components: - type: Transform - pos: -219.5,-101.5 + pos: 79.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21539 + - uid: 40134 components: - type: Transform - pos: -148.5,4.5 + pos: 73.5,-129.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21540 + - uid: 40135 components: - type: Transform - pos: -164.5,11.5 + pos: 73.5,-130.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21541 + - uid: 40136 components: - type: Transform - pos: -237.5,-133.5 + pos: 73.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21542 + - uid: 40137 components: - type: Transform - pos: -16.5,-99.5 + pos: 79.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21543 + - uid: 40138 components: - type: Transform - pos: -30.5,-167.5 + pos: 80.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21544 + - uid: 40139 components: - type: Transform - pos: -79.5,-71.5 + pos: 81.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21545 + - uid: 40140 components: - type: Transform - pos: 77.5,-70.5 + pos: 77.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21546 + - uid: 40141 components: - type: Transform - pos: 12.5,-133.5 + pos: 74.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21547 + - uid: 40142 components: - type: Transform - pos: 262.5,-57.5 + pos: 78.5,-133.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21548 + - uid: 40143 components: - type: Transform - pos: 258.5,-94.5 + rot: -1.5707963267948966 rad + pos: 77.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21549 + - uid: 40144 components: - type: Transform - pos: -204.5,27.5 + rot: -1.5707963267948966 rad + pos: 77.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21550 + - uid: 40145 components: - type: Transform - pos: -146.5,-140.5 + rot: -1.5707963267948966 rad + pos: 77.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21551 + - uid: 40146 components: - type: Transform - pos: -75.5,-146.5 + rot: -1.5707963267948966 rad + pos: 84.5,-129.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21552 + - uid: 40147 components: - type: Transform - pos: -84.5,-158.5 + rot: -1.5707963267948966 rad + pos: 84.5,-130.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21553 + - uid: 40148 components: - type: Transform - pos: -100.5,5.5 + rot: -1.5707963267948966 rad + pos: 84.5,-131.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21554 + - uid: 40149 components: - type: Transform - pos: -14.5,-218.5 + rot: -1.5707963267948966 rad + pos: 82.5,-132.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21555 + - uid: 40150 components: - type: Transform - pos: -54.5,-118.5 + rot: -1.5707963267948966 rad + pos: 82.5,-130.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21556 + - uid: 40151 components: - type: Transform - pos: -83.5,-119.5 + rot: -1.5707963267948966 rad + pos: 82.5,-129.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21557 + - uid: 40152 components: - type: Transform - pos: -140.5,-143.5 + rot: -1.5707963267948966 rad + pos: 82.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21558 + - uid: 40153 components: - type: Transform - pos: -231.5,-124.5 + rot: -1.5707963267948966 rad + pos: 81.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21559 + - uid: 40154 components: - type: Transform - pos: -58.5,-94.5 + rot: -1.5707963267948966 rad + pos: 80.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21560 + - uid: 40155 components: - type: Transform - pos: -220.5,-108.5 + rot: -1.5707963267948966 rad + pos: 79.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21561 + - uid: 40156 components: - type: Transform - pos: -41.5,-212.5 + rot: -1.5707963267948966 rad + pos: 79.5,-129.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21562 + - uid: 40157 components: - type: Transform - pos: 218.5,154.5 + rot: -1.5707963267948966 rad + pos: 79.5,-130.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21563 + - uid: 40158 components: - type: Transform - pos: -75.5,-220.5 + rot: -1.5707963267948966 rad + pos: 79.5,-131.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21564 + - uid: 40159 components: - type: Transform - pos: -105.5,-200.5 + rot: -1.5707963267948966 rad + pos: 79.5,-132.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21565 +- proto: N14WallWoodDarkFrame + entities: + - uid: 40160 components: - type: Transform - pos: -219.5,-71.5 + pos: 167.5,-91.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21566 + - uid: 40161 components: - type: Transform - pos: -143.5,-212.5 + pos: -281.5,-90.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21567 +- proto: N14WallWoodFrame + entities: + - uid: 40162 components: - type: Transform - pos: -126.5,-229.5 + pos: 158.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21568 + - uid: 40163 components: - type: Transform - pos: -75.5,-74.5 + pos: 80.5,-36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21569 + - uid: 40164 components: - type: Transform - pos: -15.5,-161.5 + pos: 155.5,104.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21570 + - uid: 40165 components: - type: Transform - pos: -14.5,-161.5 + pos: 150.5,171.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21571 + - uid: 40166 components: - type: Transform - pos: -2.5,-189.5 + pos: 143.5,170.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21572 + - uid: 40167 components: - type: Transform - pos: -3.5,-160.5 + pos: 32.5,168.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21573 + - uid: 40168 components: - type: Transform - pos: 176.5,118.5 + rot: -1.5707963267948966 rad + pos: 54.5,170.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21575 + - uid: 40169 components: - type: Transform - pos: 124.5,224.5 + pos: 60.5,158.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21576 + - uid: 40170 components: - type: Transform - pos: 221.5,151.5 + rot: -1.5707963267948966 rad + pos: 50.5,172.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21578 + - uid: 40171 components: - type: Transform - pos: 227.5,199.5 + pos: 47.5,169.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21579 + - uid: 40172 components: - type: Transform - pos: 224.5,147.5 + pos: 33.5,137.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21580 + - uid: 40173 components: - type: Transform - pos: 75.5,21.5 + pos: 59.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21581 +- proto: N14WallWoodLog + entities: + - uid: 40174 components: - type: Transform - pos: -14.5,20.5 + pos: 88.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21582 + - uid: 40175 components: - type: Transform - pos: 52.5,-97.5 + pos: 94.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21583 + - uid: 40176 components: - type: Transform - pos: 3.5,20.5 + pos: 94.5,5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21584 + - uid: 40177 components: - type: Transform - pos: 32.5,-118.5 + pos: 97.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21585 + - uid: 40178 components: - type: Transform - pos: 77.5,-122.5 + pos: 99.5,4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21586 + - uid: 40179 components: - type: Transform - pos: 44.5,-145.5 + pos: 99.5,5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21587 + - uid: 40180 components: - type: Transform - pos: 79.5,176.5 + pos: 96.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21588 + - uid: 40181 components: - type: Transform - pos: 37.5,113.5 + pos: 99.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21589 + - uid: 40182 components: - type: Transform - pos: 93.5,80.5 + pos: 97.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21590 + - uid: 40183 components: - type: Transform - pos: 46.5,119.5 + pos: 99.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21591 + - uid: 40184 components: - type: Transform - pos: 137.5,52.5 + pos: 89.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21592 + - uid: 40185 components: - type: Transform - pos: 95.5,120.5 + pos: 90.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21593 + - uid: 40186 components: - type: Transform - pos: 104.5,31.5 + pos: 92.5,9.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21594 + - uid: 40187 components: - type: Transform - pos: 110.5,46.5 + pos: 90.5,5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21595 + - uid: 40188 components: - type: Transform - pos: 0.5,173.5 + pos: 98.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21596 + - uid: 40189 components: - type: Transform - pos: 8.5,-154.5 + pos: 92.5,10.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21597 + - uid: 40190 components: - type: Transform - pos: -88.5,43.5 + pos: 88.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21598 + - uid: 40191 components: - type: Transform - pos: 136.5,-69.5 + pos: 89.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21599 + - uid: 40192 components: - type: Transform - pos: 150.5,-8.5 + pos: -152.5,-124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21600 + - uid: 40193 components: - type: Transform - pos: 227.5,0.5 + pos: 85.5,4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21601 + - uid: 40194 components: - type: Transform - pos: 11.5,-181.5 + pos: -152.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21602 + - uid: 40195 components: - type: Transform - pos: 139.5,-148.5 + pos: -152.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21603 + - uid: 40196 components: - type: Transform - pos: 97.5,-132.5 + pos: -155.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21604 + - uid: 40197 components: - type: Transform - pos: 126.5,-149.5 + pos: 94.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21605 + - uid: 40198 components: - type: Transform - pos: 27.5,209.5 + pos: 203.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21606 + - uid: 40199 components: - type: Transform - pos: 236.5,-79.5 + pos: -156.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21607 + - uid: 40200 components: - type: Transform - pos: 222.5,-45.5 + pos: 201.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21608 + - uid: 40201 components: - type: Transform - pos: 222.5,-155.5 + pos: -157.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21609 + - uid: 40202 components: - type: Transform - pos: 221.5,-53.5 + pos: -154.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21610 + - uid: 40203 components: - type: Transform - pos: 222.5,-63.5 + pos: -153.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21611 + - uid: 40204 components: - type: Transform - pos: 152.5,-224.5 + pos: -152.5,-128.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21612 + - uid: 40205 components: - type: Transform - pos: 205.5,-63.5 + pos: -152.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21613 + - uid: 40206 components: - type: Transform - pos: 202.5,-181.5 + pos: 87.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21614 + - uid: 40207 components: - type: Transform - pos: 158.5,-218.5 + pos: 97.5,8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21615 + - uid: 40208 components: - type: Transform - pos: 136.5,-205.5 + pos: 97.5,10.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21616 + - uid: 40209 components: - type: Transform - pos: 214.5,-124.5 + pos: 85.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21617 + - uid: 40210 components: - type: Transform - pos: 177.5,-212.5 + pos: 86.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21618 + - uid: 40211 components: - type: Transform - pos: 246.5,-27.5 + pos: -152.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21619 + - uid: 40212 components: - type: Transform - pos: 247.5,-88.5 + pos: -164.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21620 + - uid: 40213 components: - type: Transform - pos: 241.5,-93.5 + pos: -168.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21621 + - uid: 40214 components: - type: Transform - pos: 232.5,53.5 + pos: -164.5,-124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21622 + - uid: 40215 components: - type: Transform - pos: 63.5,203.5 + pos: -164.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21623 + - uid: 40216 components: - type: Transform - pos: 231.5,-194.5 + rot: 1.5707963267948966 rad + pos: 158.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21624 + - uid: 40217 components: - type: Transform - pos: -120.5,27.5 + pos: -157.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21625 + - uid: 40218 components: - type: Transform - pos: -83.5,98.5 + pos: -157.5,-124.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21626 + - uid: 40219 components: - type: Transform - pos: -95.5,135.5 + pos: -164.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21627 + - uid: 40220 components: - type: Transform - pos: -87.5,63.5 + pos: 95.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21628 + - uid: 40221 components: - type: Transform - pos: -142.5,119.5 + pos: 94.5,4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21629 + - uid: 40222 components: - type: Transform - pos: -59.5,122.5 + pos: 86.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21630 + - uid: 40223 components: - type: Transform - pos: -84.5,133.5 + pos: 87.5,3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21631 + - uid: 40224 components: - type: Transform - pos: -94.5,161.5 + pos: 97.5,9.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21632 + - uid: 40225 components: - type: Transform - pos: -56.5,159.5 + rot: 3.141592653589793 rad + pos: 158.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21633 + - uid: 40226 components: - type: Transform - pos: -151.5,190.5 + pos: 169.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21634 + - uid: 40227 components: - type: Transform - pos: -162.5,147.5 + pos: 170.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21635 + - uid: 40228 components: - type: Transform - pos: -145.5,164.5 + rot: 3.141592653589793 rad + pos: 157.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21636 + - uid: 40229 components: - type: Transform - pos: -59.5,104.5 + rot: 3.141592653589793 rad + pos: 157.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21637 + - uid: 40230 components: - type: Transform - pos: -57.5,109.5 + pos: 170.5,189.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21638 + - uid: 40231 components: - type: Transform - pos: -102.5,121.5 + pos: 170.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21639 + - uid: 40232 components: - type: Transform - pos: -104.5,192.5 + pos: 170.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21640 + - uid: 40233 components: - type: Transform - pos: -119.5,179.5 + pos: 162.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21641 + - uid: 40234 components: - type: Transform - pos: -99.5,103.5 + pos: 167.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21642 + - uid: 40235 components: - type: Transform - pos: -198.5,108.5 + pos: 161.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21643 + - uid: 40236 components: - type: Transform - pos: -18.5,219.5 + pos: 162.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21644 + - uid: 40237 components: - type: Transform - pos: 86.5,-221.5 + rot: 3.141592653589793 rad + pos: 157.5,189.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21645 + - uid: 40238 components: - type: Transform - pos: -89.5,-106.5 + pos: 162.5,189.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21646 + - uid: 40239 components: - type: Transform - pos: -87.5,-111.5 + pos: 168.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21647 + - uid: 40240 components: - type: Transform - pos: 268.5,17.5 + rot: 3.141592653589793 rad + pos: 157.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21648 + - uid: 40241 components: - type: Transform - pos: 241.5,172.5 + pos: 163.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21649 + - uid: 40242 components: - type: Transform - pos: 245.5,178.5 + pos: -173.5,-77.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21650 + - uid: 40243 components: - type: Transform - pos: 261.5,206.5 + pos: -173.5,-74.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21651 + - uid: 40244 components: - type: Transform - pos: 219.5,245.5 + rot: 1.5707963267948966 rad + pos: -169.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21652 + - uid: 40245 components: - type: Transform - pos: -333.5,-116.5 + rot: 1.5707963267948966 rad + pos: -169.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21653 + - uid: 40246 components: - type: Transform - pos: -281.5,-114.5 + rot: 1.5707963267948966 rad + pos: -168.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21655 + - uid: 40247 components: - type: Transform - pos: -321.5,-56.5 + rot: 1.5707963267948966 rad + pos: -169.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21656 + - uid: 40248 components: - type: Transform - pos: -242.5,9.5 + rot: 1.5707963267948966 rad + pos: -165.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21657 + - uid: 40249 components: - type: Transform - pos: -313.5,-79.5 + rot: 1.5707963267948966 rad + pos: -167.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21658 + - uid: 40250 components: - type: Transform - pos: -333.5,4.5 + rot: 1.5707963267948966 rad + pos: -166.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21659 + - uid: 40251 components: - type: Transform - pos: -271.5,-129.5 + rot: 1.5707963267948966 rad + pos: -165.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 25316 + - uid: 40252 components: - type: Transform - pos: -331.5,154.5 + rot: 1.5707963267948966 rad + pos: -157.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 25408 + - uid: 40253 components: - type: Transform - pos: -462.5,42.5 + rot: 1.5707963267948966 rad + pos: -168.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 27461 + - uid: 40254 components: - type: Transform - pos: 131.5,-467.5 + rot: 1.5707963267948966 rad + pos: -162.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44187 + - uid: 40255 components: - type: Transform - pos: -194.5,119.5 + rot: 1.5707963267948966 rad + pos: -167.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44412 + - uid: 40256 components: - type: Transform - pos: -302.5,-134.5 + rot: 1.5707963267948966 rad + pos: -165.5,-122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44434 + - uid: 40257 components: - type: Transform - pos: -318.5,31.5 + rot: 1.5707963267948966 rad + pos: -165.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44482 + - uid: 40258 components: - type: Transform - pos: -304.5,37.5 + rot: 1.5707963267948966 rad + pos: -166.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44609 + - uid: 40259 components: - type: Transform - pos: -249.5,72.5 + rot: 1.5707963267948966 rad + pos: -165.5,-119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44633 + - uid: 40260 components: - type: Transform - pos: -335.5,81.5 + rot: 1.5707963267948966 rad + pos: -165.5,-120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44674 + - uid: 40261 components: - type: Transform - pos: -322.5,53.5 + rot: 1.5707963267948966 rad + pos: -161.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44715 + - uid: 40262 components: - type: Transform - pos: -349.5,-6.5 + rot: 1.5707963267948966 rad + pos: -165.5,-118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44716 + - uid: 40263 components: - type: Transform - pos: -333.5,111.5 + rot: 1.5707963267948966 rad + pos: -161.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45244 + - uid: 40264 components: - type: Transform - pos: -433.5,34.5 + rot: 1.5707963267948966 rad + pos: -163.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45282 + - uid: 40265 components: - type: Transform - pos: -437.5,45.5 + rot: 1.5707963267948966 rad + pos: -162.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45473 + - uid: 40266 components: - type: Transform - pos: -356.5,125.5 + rot: 1.5707963267948966 rad + pos: -163.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45476 + - uid: 40267 components: - type: Transform - pos: -380.5,122.5 + rot: 1.5707963267948966 rad + pos: -163.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45612 + - uid: 40268 components: - type: Transform - pos: -323.5,129.5 + rot: 1.5707963267948966 rad + pos: -164.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45620 + - uid: 40269 components: - type: Transform - pos: -432.5,130.5 + rot: 1.5707963267948966 rad + pos: -161.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45655 + - uid: 40270 components: - type: Transform - pos: -452.5,114.5 + rot: 1.5707963267948966 rad + pos: -160.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45688 + - uid: 40271 components: - type: Transform - pos: -445.5,22.5 + rot: 1.5707963267948966 rad + pos: -159.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45753 + - uid: 40272 components: - type: Transform - pos: -396.5,-8.5 + rot: 1.5707963267948966 rad + pos: -158.5,-126.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46039 + - uid: 40273 components: - type: Transform - pos: -373.5,149.5 + rot: 1.5707963267948966 rad + pos: -157.5,-125.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46072 + - uid: 40274 components: - type: Transform - pos: -352.5,14.5 + rot: 1.5707963267948966 rad + pos: -156.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 47881 + - uid: 40275 components: - type: Transform - pos: 134.5,-283.5 + rot: 1.5707963267948966 rad + pos: -154.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 48035 + - uid: 40276 components: - type: Transform - pos: 131.5,-497.5 + rot: 1.5707963267948966 rad + pos: -153.5,-123.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 50338 + - uid: 40277 components: - type: Transform - pos: -359.5,-17.5 + rot: 1.5707963267948966 rad + pos: -160.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61067 + - uid: 40278 components: - type: Transform - pos: 223.5,265.5 + rot: 1.5707963267948966 rad + pos: -159.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61163 + - uid: 40279 components: - type: Transform - pos: 149.5,-392.5 + rot: 1.5707963267948966 rad + pos: -158.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61203 + - uid: 40280 components: - type: Transform - pos: 159.5,-402.5 + rot: 1.5707963267948966 rad + pos: -157.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61205 + - uid: 40281 components: - type: Transform - pos: 149.5,-382.5 + rot: 1.5707963267948966 rad + pos: -156.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61223 + - uid: 40282 components: - type: Transform - pos: 143.5,-932.5 + rot: 1.5707963267948966 rad + pos: -155.5,-116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61229 + - uid: 40283 components: - type: Transform - pos: 159.5,-941.5 + rot: 1.5707963267948966 rad + pos: -155.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61234 + - uid: 40284 components: - type: Transform - pos: 144.5,-467.5 + rot: 1.5707963267948966 rad + pos: -154.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61247 + - uid: 40285 components: - type: Transform - pos: 133.5,-1062.5 + rot: 1.5707963267948966 rad + pos: -153.5,-117.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61248 + - uid: 40286 components: - type: Transform - pos: 199.5,-421.5 + rot: 1.5707963267948966 rad + pos: -153.5,-122.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61249 + - uid: 40287 components: - type: Transform - pos: 158.5,-587.5 + rot: 1.5707963267948966 rad + pos: -153.5,-121.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61251 + - uid: 40288 components: - type: Transform - pos: 196.5,-511.5 + rot: 1.5707963267948966 rad + pos: -153.5,-120.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61253 + - uid: 40289 components: - type: Transform - pos: 186.5,-516.5 + rot: 1.5707963267948966 rad + pos: -153.5,-119.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61254 + - uid: 40290 components: - type: Transform - pos: 160.5,-594.5 + rot: 1.5707963267948966 rad + pos: -153.5,-118.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61260 + - uid: 40291 components: - type: Transform - pos: 174.5,-444.5 + pos: -173.5,-75.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61269 + - uid: 40292 components: - type: Transform - pos: 129.5,-708.5 + pos: -166.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61273 + - uid: 40293 components: - type: Transform - pos: 147.5,-1200.5 + pos: -172.5,-77.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61282 + - uid: 40294 components: - type: Transform - pos: 170.5,-808.5 + pos: -168.5,-77.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61285 + - uid: 40295 components: - type: Transform - pos: 196.5,-573.5 + pos: -163.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61304 + - uid: 40296 components: - type: Transform - pos: 192.5,-696.5 + pos: -170.5,-77.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61306 + - uid: 40297 components: - type: Transform - pos: 155.5,-868.5 + pos: -169.5,-77.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61308 + - uid: 40298 components: - type: Transform - pos: 177.5,-632.5 + pos: -165.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61313 + - uid: 40299 components: - type: Transform - pos: 136.5,-1386.5 + pos: -173.5,-73.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61317 + - uid: 40300 components: - type: Transform - pos: 153.5,-761.5 + pos: -173.5,-76.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61318 + - uid: 40301 components: - type: Transform - pos: 166.5,-685.5 + pos: -162.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61322 + - uid: 40302 components: - type: Transform - pos: 174.5,-926.5 + pos: -168.5,-73.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61327 + - uid: 40303 components: - type: Transform - pos: 181.5,-1096.5 + pos: -164.5,-71.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61329 + - uid: 40304 components: - type: Transform - pos: 142.5,-879.5 + pos: -171.5,-77.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61340 + - uid: 40305 components: - type: Transform - pos: 186.5,-986.5 + pos: -168.5,-72.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61343 + - uid: 40306 components: - type: Transform - pos: 128.5,-895.5 + rot: 3.141592653589793 rad + pos: 160.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61347 + - uid: 40307 components: - type: Transform - pos: 135.5,-1061.5 + pos: 162.5,191.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61348 + - uid: 40308 components: - type: Transform - pos: 153.5,-1274.5 + rot: 3.141592653589793 rad + pos: 157.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61350 + - uid: 40309 components: - type: Transform - pos: 184.5,-828.5 + rot: 3.141592653589793 rad + pos: 159.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61354 + - uid: 40310 components: - type: Transform - pos: 187.5,-834.5 + rot: 1.5707963267948966 rad + pos: 170.5,192.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61357 + - uid: 40311 components: - type: Transform - pos: 160.5,-931.5 + rot: 1.5707963267948966 rad + pos: 166.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61360 + - uid: 40312 components: - type: Transform - pos: 174.5,-930.5 + pos: 97.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61380 + - uid: 40313 components: - type: Transform - pos: 163.5,-958.5 + pos: 119.5,24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61392 + - uid: 40314 components: - type: Transform - pos: 196.5,-984.5 + pos: 126.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61394 + - uid: 40315 components: - type: Transform - pos: 199.5,-904.5 + pos: 127.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61407 + - uid: 40316 components: - type: Transform - pos: 165.5,-1091.5 + pos: 127.5,30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61417 + - uid: 40317 components: - type: Transform - pos: 192.5,-1035.5 + pos: 126.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61424 + - uid: 40318 components: - type: Transform - pos: 199.5,-1048.5 + pos: 127.5,24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61431 + - uid: 40319 components: - type: Transform - pos: 141.5,-1370.5 + pos: 119.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61436 + - uid: 40320 components: - type: Transform - pos: 147.5,-1380.5 + pos: 119.5,23.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61437 + - uid: 40321 components: - type: Transform - pos: 153.5,-1142.5 + pos: 127.5,25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61444 + - uid: 40322 components: - type: Transform - pos: 198.5,-1140.5 + pos: 127.5,27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61451 + - uid: 40323 components: - type: Transform - pos: 170.5,-1148.5 + pos: 127.5,26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61453 + - uid: 40324 components: - type: Transform - pos: 161.5,-1334.5 + pos: 127.5,28.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61454 + - uid: 40325 components: - type: Transform - pos: 183.5,-1248.5 + pos: 120.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61456 + - uid: 40326 components: - type: Transform - pos: 173.5,-1330.5 + pos: 97.5,-5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61472 + - uid: 40327 components: - type: Transform - pos: 161.5,-1355.5 + pos: 97.5,-7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61490 + - uid: 40328 components: - type: Transform - pos: 197.5,-1274.5 + pos: 97.5,-8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61515 + - uid: 40329 components: - type: Transform - pos: 192.5,-1410.5 + pos: 127.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62511 + - uid: 40330 components: - type: Transform - pos: -38.5,243.5 + pos: 97.5,-6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62532 + - uid: 40331 components: - type: Transform - pos: -109.5,247.5 + pos: 97.5,-9.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62538 + - uid: 40332 components: - type: Transform - pos: -51.5,238.5 + pos: 97.5,-10.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63002 + - uid: 40333 components: - type: Transform - pos: 20.5,-229.5 + pos: 97.5,-11.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63548 + - uid: 40334 components: - type: Transform - pos: 82.5,-120.5 + pos: 96.5,-11.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 63878 + - uid: 40335 components: - type: Transform - pos: -369.5,-16.5 + pos: 95.5,-11.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65118 + - uid: 40336 components: - type: Transform - pos: -87.5,-250.5 + pos: 93.5,-11.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65120 + - uid: 40337 components: - type: Transform - pos: 7.5,-277.5 + pos: 92.5,-11.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65122 + - uid: 40338 components: - type: Transform - pos: -56.5,-294.5 + pos: 92.5,-8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65124 + - uid: 40339 components: - type: Transform - pos: -95.5,-240.5 + pos: 92.5,-7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65135 + - uid: 40340 components: - type: Transform - pos: 86.5,-256.5 + pos: 92.5,-6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65168 + - uid: 40341 components: - type: Transform - pos: 12.5,-300.5 + pos: 92.5,-5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65174 + - uid: 40342 components: - type: Transform - pos: 0.5,-285.5 + pos: 92.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65180 + - uid: 40343 components: - type: Transform - pos: 32.5,-250.5 + pos: 94.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65183 + - uid: 40344 components: - type: Transform - pos: -28.5,-271.5 + pos: 96.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildBananaYucca - entities: - - uid: 21660 + - uid: 40345 components: - type: Transform - pos: 132.5,-110.5 + pos: 93.5,-7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21661 + - uid: 40346 components: - type: Transform - pos: -232.5,-133.5 + pos: 94.5,-7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21662 + - uid: 40347 components: - type: Transform - pos: -145.5,-72.5 + pos: 96.5,-7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21663 + - uid: 40348 components: - type: Transform - pos: -62.5,-174.5 + pos: 127.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21665 + - uid: 40349 components: - type: Transform - pos: -336.5,-40.5 + pos: 119.5,31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21666 + - uid: 40350 components: - type: Transform - pos: 135.5,-47.5 + pos: 127.5,33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21667 + - uid: 40351 components: - type: Transform - pos: 167.5,-14.5 + pos: 127.5,34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21668 + - uid: 40352 components: - type: Transform - pos: 208.5,19.5 + pos: 123.5,22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21669 + - uid: 40353 components: - type: Transform - pos: 75.5,-170.5 + pos: 127.5,23.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21670 + - uid: 40354 components: - type: Transform - pos: -18.5,84.5 + pos: 127.5,35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21671 + - uid: 40355 components: - type: Transform - pos: -211.5,53.5 + pos: 127.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21672 + - uid: 40356 components: - type: Transform - pos: 246.5,33.5 + pos: 124.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21673 + - uid: 40357 components: - type: Transform - pos: -255.5,-121.5 + pos: 123.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 26983 + - uid: 40358 components: - type: Transform - pos: 134.5,-416.5 + pos: 122.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44486 + - uid: 40359 components: - type: Transform - pos: -278.5,39.5 + pos: 123.5,35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44597 + - uid: 40360 components: - type: Transform - pos: -313.5,74.5 + pos: 120.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45571 + - uid: 40361 components: - type: Transform - pos: -442.5,140.5 + pos: 119.5,36.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45967 + - uid: 40362 components: - type: Transform - pos: -440.5,2.5 + pos: 119.5,35.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61221 + - uid: 40363 components: - type: Transform - pos: 196.5,-366.5 + pos: 119.5,34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61235 + - uid: 40364 components: - type: Transform - pos: 152.5,-548.5 + pos: 119.5,33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61307 + - uid: 40365 components: - type: Transform - pos: 157.5,-795.5 + pos: 119.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61328 + - uid: 40366 components: - type: Transform - pos: 162.5,-867.5 + pos: 119.5,28.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61368 + - uid: 40367 components: - type: Transform - pos: 178.5,-859.5 + pos: 119.5,27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61402 + - uid: 40368 components: - type: Transform - pos: 156.5,-1026.5 + pos: 119.5,26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61426 + - uid: 40369 components: - type: Transform - pos: 183.5,-1187.5 + pos: 119.5,25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62548 + - uid: 40370 components: - type: Transform - pos: -128.5,206.5 + pos: 123.5,34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62622 + - uid: 40371 components: - type: Transform - pos: 27.5,243.5 + pos: 123.5,33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62655 + - uid: 40372 components: - type: Transform - pos: -141.5,219.5 + pos: 123.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65130 + - uid: 40373 components: - type: Transform - pos: -41.5,-281.5 + pos: 122.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65140 + - uid: 40374 components: - type: Transform - pos: 47.5,-245.5 + pos: 124.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildBarrelCactus - entities: - - uid: 16526 + - uid: 40375 components: - type: Transform - pos: -210.5,109.5 + pos: 126.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16527 + - uid: 40376 components: - type: Transform - pos: -212.5,132.5 + pos: 120.5,32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16547 + - uid: 40377 components: - type: Transform - pos: -77.5,221.5 + pos: 205.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16966 + - uid: 40378 components: - type: Transform - pos: -246.5,97.5 + pos: 201.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 17943 + - uid: 40379 components: - type: Transform - pos: 152.5,-553.5 + pos: 202.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19892 + - uid: 40380 components: - type: Transform - pos: 128.5,-356.5 + pos: 200.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19908 + - uid: 40381 components: - type: Transform - pos: 161.5,-359.5 + pos: 200.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21674 + - uid: 40382 components: - type: Transform - pos: -237.5,-226.5 + pos: 200.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21675 + - uid: 40383 components: - type: Transform - pos: 40.5,-183.5 + pos: 200.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21676 + - uid: 40384 components: - type: Transform - pos: 258.5,-36.5 + pos: 205.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21677 + - uid: 40385 components: - type: Transform - pos: 135.5,-142.5 + pos: 205.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21678 + - uid: 40386 components: - type: Transform - pos: 211.5,119.5 + pos: 205.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21679 + - uid: 40387 components: - type: Transform - pos: 171.5,-38.5 + pos: 200.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21680 + - uid: 40388 components: - type: Transform - pos: -47.5,-226.5 + pos: 214.5,-31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21681 + - uid: 40389 components: - type: Transform - pos: 113.5,79.5 + pos: 204.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21682 + - uid: 40390 components: - type: Transform - pos: 116.5,215.5 + pos: 214.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21683 + - uid: 40391 components: - type: Transform - pos: 40.5,-206.5 + pos: 213.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21684 + - uid: 40392 components: - type: Transform - pos: -219.5,-135.5 + pos: 205.5,-31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21685 + - uid: 40393 components: - type: Transform - pos: -228.5,107.5 + pos: 200.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21686 + - uid: 40394 components: - type: Transform - pos: -61.5,-177.5 + pos: 205.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21687 + - uid: 40395 components: - type: Transform - pos: -49.5,-204.5 + pos: 200.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21688 + - uid: 40396 components: - type: Transform - pos: -222.5,136.5 + pos: 205.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21689 + - uid: 40397 components: - type: Transform - pos: -231.5,-193.5 + pos: 201.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21690 + - uid: 40398 components: - type: Transform - pos: -231.5,58.5 + pos: 202.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21691 + - uid: 40399 components: - type: Transform - pos: -230.5,1.5 + pos: 203.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21692 + - uid: 40400 components: - type: Transform - pos: -129.5,232.5 + pos: 204.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21693 + - uid: 40401 components: - type: Transform - pos: -179.5,175.5 + pos: 205.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21694 + - uid: 40402 components: - type: Transform - pos: -8.5,187.5 + pos: 206.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21695 + - uid: 40403 components: - type: Transform - pos: 206.5,-87.5 + pos: 207.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21696 + - uid: 40404 components: - type: Transform - pos: 67.5,89.5 + pos: 208.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21697 + - uid: 40405 components: - type: Transform - pos: 226.5,38.5 + pos: 209.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21698 + - uid: 40406 components: - type: Transform - pos: 200.5,-75.5 + pos: 210.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21699 + - uid: 40407 components: - type: Transform - pos: 190.5,3.5 + pos: 211.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21700 + - uid: 40408 components: - type: Transform - pos: 208.5,-135.5 + pos: 212.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21701 + - uid: 40409 components: - type: Transform - pos: 228.5,-139.5 + pos: 213.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21702 + - uid: 40410 components: - type: Transform - pos: 60.5,114.5 + pos: 214.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21703 + - uid: 40411 components: - type: Transform - pos: -7.5,80.5 + pos: 215.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21704 + - uid: 40412 components: - type: Transform - pos: 46.5,104.5 + pos: 216.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21705 + - uid: 40413 components: - type: Transform - pos: 62.5,127.5 + pos: 217.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21706 + - uid: 40414 components: - type: Transform - pos: 223.5,104.5 + pos: 218.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21707 + - uid: 40415 components: - type: Transform - pos: -220.5,92.5 + pos: 219.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21708 + - uid: 40416 components: - type: Transform - pos: -18.5,107.5 + pos: 219.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21709 + - uid: 40417 components: - type: Transform - pos: -135.5,-81.5 + pos: 219.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21710 + - uid: 40418 components: - type: Transform - pos: -41.5,112.5 + pos: 219.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21711 + - uid: 40419 components: - type: Transform - pos: -240.5,-203.5 + pos: 219.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21712 + - uid: 40420 components: - type: Transform - pos: -120.5,-138.5 + pos: 219.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21713 + - uid: 40421 components: - type: Transform - pos: -167.5,-213.5 + pos: 219.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21714 + - uid: 40422 components: - type: Transform - pos: -197.5,-132.5 + pos: 218.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21715 + - uid: 40423 components: - type: Transform - pos: -251.5,-104.5 + pos: 217.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21717 + - uid: 40424 components: - type: Transform - pos: -141.5,143.5 + pos: 216.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21718 + - uid: 40425 components: - type: Transform - pos: -113.5,112.5 + pos: 215.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21719 + - uid: 40426 components: - type: Transform - pos: -346.5,-54.5 + pos: 214.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21720 + - uid: 40427 components: - type: Transform - pos: 258.5,-98.5 + pos: 211.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21721 + - uid: 40428 components: - type: Transform - pos: 58.5,-93.5 + pos: 209.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21722 + - uid: 40429 components: - type: Transform - pos: -243.5,30.5 + pos: 210.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21723 + - uid: 40430 components: - type: Transform - pos: -97.5,159.5 + pos: 210.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21724 + - uid: 40431 components: - type: Transform - pos: -176.5,18.5 + pos: 211.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21725 + - uid: 40432 components: - type: Transform - pos: -221.5,-207.5 + pos: 210.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21727 + - uid: 40433 components: - type: Transform - pos: -229.5,-100.5 + pos: 210.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21728 + - uid: 40434 components: - type: Transform - pos: -108.5,-202.5 + pos: 206.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21729 + - uid: 40435 components: - type: Transform - pos: 128.5,-70.5 + pos: 210.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21730 + - uid: 40436 components: - type: Transform - pos: -124.5,10.5 + pos: 213.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21731 + - uid: 40437 components: - type: Transform - pos: -175.5,-91.5 + pos: 214.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21732 + - uid: 40438 components: - type: Transform - pos: -90.5,4.5 + pos: 214.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21733 + - uid: 40439 components: - type: Transform - pos: 124.5,109.5 + pos: 214.5,-27.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21734 + - uid: 40440 components: - type: Transform - pos: 202.5,88.5 + pos: 214.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21735 + - uid: 40441 components: - type: Transform - pos: 188.5,151.5 + pos: 14.5,141.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21736 + - uid: 40442 components: - type: Transform - pos: 10.5,-109.5 + pos: 14.5,143.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21737 + - uid: 40443 components: - type: Transform - pos: 17.5,-148.5 + pos: 14.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21738 + - uid: 40444 components: - type: Transform - pos: 68.5,142.5 + pos: 14.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21739 + - uid: 40445 components: - type: Transform - pos: 53.5,90.5 + pos: 14.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21740 + - uid: 40446 components: - type: Transform - pos: 100.5,80.5 + pos: 14.5,147.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21741 + - uid: 40447 components: - type: Transform - pos: 69.5,-3.5 + pos: 14.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21742 + - uid: 40448 components: - type: Transform - pos: 2.5,189.5 + pos: 15.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21743 + - uid: 40449 components: - type: Transform - pos: 9.5,-156.5 + pos: 16.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21744 + - uid: 40450 components: - type: Transform - pos: -214.5,37.5 + pos: 17.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21745 + - uid: 40451 components: - type: Transform - pos: -217.5,29.5 + pos: 18.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21746 + - uid: 40452 components: - type: Transform - pos: -89.5,39.5 + pos: 19.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21747 + - uid: 40453 components: - type: Transform - pos: 167.5,-22.5 + pos: 20.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21748 + - uid: 40454 components: - type: Transform - pos: 224.5,-2.5 + pos: 21.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21749 + - uid: 40455 components: - type: Transform - pos: 123.5,-101.5 + pos: 14.5,151.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21750 + - uid: 40456 components: - type: Transform - pos: 138.5,-138.5 + pos: 14.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21751 + - uid: 40457 components: - type: Transform - pos: 110.5,-196.5 + pos: 14.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21753 + - uid: 40458 components: - type: Transform - pos: 70.5,-178.5 + pos: 21.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21754 + - uid: 40459 components: - type: Transform - pos: 110.5,-130.5 + pos: 21.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21755 + - uid: 40460 components: - type: Transform - pos: 224.5,-73.5 + pos: 21.5,151.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21756 + - uid: 40461 components: - type: Transform - pos: 136.5,-115.5 + pos: 21.5,147.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21757 + - uid: 40462 components: - type: Transform - pos: 218.5,-140.5 + pos: 21.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21758 + - uid: 40463 components: - type: Transform - pos: 187.5,-222.5 + pos: 21.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21759 + - uid: 40464 components: - type: Transform - pos: 223.5,-210.5 + pos: 21.5,143.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21760 + - uid: 40465 components: - type: Transform - pos: 211.5,-219.5 + pos: 21.5,141.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21761 + - uid: 40466 components: - type: Transform - pos: -115.5,152.5 + pos: 21.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21762 + - uid: 40467 components: - type: Transform - pos: 254.5,-23.5 + pos: 20.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21763 + - uid: 40468 components: - type: Transform - pos: 63.5,212.5 + pos: 19.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21764 + - uid: 40469 components: - type: Transform - pos: 92.5,-122.5 + pos: 18.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21765 + - uid: 40470 components: - type: Transform - pos: 267.5,-41.5 + pos: 17.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21766 + - uid: 40471 components: - type: Transform - pos: 261.5,-11.5 + pos: 16.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21767 + - uid: 40472 components: - type: Transform - pos: -62.5,114.5 + pos: 15.5,140.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21768 + - uid: 40473 components: - type: Transform - pos: -216.5,69.5 + pos: 15.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21769 + - uid: 40474 components: - type: Transform - pos: -148.5,124.5 + pos: 16.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21770 + - uid: 40475 components: - type: Transform - pos: -113.5,96.5 + pos: 17.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21771 + - uid: 40476 components: - type: Transform - pos: -71.5,189.5 + pos: 18.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21772 + - uid: 40477 components: - type: Transform - pos: -156.5,156.5 - parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21773 + pos: 19.5,144.5 + parent: 1 + - uid: 40478 components: - type: Transform - pos: -96.5,148.5 + pos: 20.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21774 + - uid: 40479 components: - type: Transform - pos: -66.5,87.5 + pos: 9.5,161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21775 + - uid: 40480 components: - type: Transform - pos: -163.5,107.5 + pos: 9.5,158.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21776 + - uid: 40481 components: - type: Transform - pos: -218.5,95.5 + pos: 4.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21777 + - uid: 40482 components: - type: Transform - pos: -136.5,86.5 + pos: 4.5,147.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21778 + - uid: 40483 components: - type: Transform - pos: 70.5,-217.5 + pos: 4.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21779 + - uid: 40484 components: - type: Transform - pos: -70.5,-100.5 + pos: 4.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21780 + - uid: 40485 components: - type: Transform - pos: 255.5,24.5 + pos: 4.5,146.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21781 + - uid: 40486 components: - type: Transform - pos: 179.5,238.5 + pos: 4.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21782 + - uid: 40487 components: - type: Transform - pos: 250.5,199.5 + pos: 2.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21783 + - uid: 40488 components: - type: Transform - pos: 245.5,103.5 + pos: -0.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21784 + - uid: 40489 components: - type: Transform - pos: 15.5,225.5 + pos: 3.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21785 + - uid: 40490 components: - type: Transform - pos: 204.5,67.5 + pos: -3.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21786 + - uid: 40491 components: - type: Transform - pos: -265.5,-100.5 + pos: -3.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21787 + - uid: 40492 components: - type: Transform - pos: -288.5,-121.5 + pos: -3.5,147.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21788 + - uid: 40493 components: - type: Transform - pos: -305.5,-54.5 + pos: -3.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21789 + - uid: 40494 components: - type: Transform - pos: -331.5,1.5 + pos: -3.5,151.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 26909 + - uid: 40495 components: - type: Transform - pos: 156.5,-900.5 + pos: 4.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 27176 + - uid: 40496 components: - type: Transform - pos: 144.5,-335.5 + pos: 2.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 27462 + - uid: 40497 components: - type: Transform - pos: 149.5,-511.5 + pos: 3.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 27472 + - uid: 40498 components: - type: Transform - pos: 139.5,-559.5 + pos: 1.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 29296 + - uid: 40499 components: - type: Transform - pos: 172.5,-292.5 + pos: 4.5,151.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44293 + - uid: 40500 components: - type: Transform - pos: -176.5,152.5 + pos: -3.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44404 + - uid: 40501 components: - type: Transform - pos: 40.5,-202.5 + pos: -3.5,146.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44485 + - uid: 40502 components: - type: Transform - pos: -279.5,36.5 + pos: -1.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44675 + - uid: 40503 components: - type: Transform - pos: -325.5,56.5 + pos: -2.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45169 + - uid: 40504 components: - type: Transform - pos: -374.5,33.5 + pos: 1.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45179 + - uid: 40505 components: - type: Transform - pos: -342.5,81.5 + pos: -1.5,152.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45243 + - uid: 40506 components: - type: Transform - pos: -367.5,53.5 + pos: -2.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45285 + - uid: 40507 components: - type: Transform - pos: -368.5,53.5 + pos: -3.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45375 + - uid: 40508 components: - type: Transform - pos: -362.5,33.5 + rot: -1.5707963267948966 rad + pos: -191.5,-163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45378 + - uid: 40509 components: - type: Transform - pos: -375.5,39.5 + rot: -1.5707963267948966 rad + pos: -190.5,-163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45609 + - uid: 40510 components: - type: Transform - pos: -429.5,73.5 + rot: -1.5707963267948966 rad + pos: -188.5,-163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45695 + - uid: 40511 components: - type: Transform - pos: -432.5,24.5 + rot: -1.5707963267948966 rad + pos: -187.5,-163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46591 + - uid: 40512 components: - type: Transform - pos: -404.5,158.5 + rot: 1.5707963267948966 rad + pos: 155.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46947 + - uid: 40513 components: - type: Transform - pos: -461.5,120.5 + rot: 1.5707963267948966 rad + pos: 157.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46977 + - uid: 40514 components: - type: Transform - pos: -384.5,166.5 + rot: 1.5707963267948966 rad + pos: 160.5,103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 47914 + - uid: 40515 components: - type: Transform - pos: 128.5,-764.5 + rot: 1.5707963267948966 rad + pos: 158.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 50337 + - uid: 40516 components: - type: Transform - pos: -352.5,-25.5 + pos: 159.5,190.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61172 + - uid: 40517 components: - type: Transform - pos: 22.5,-210.5 + rot: 1.5707963267948966 rad + pos: 160.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61208 + - uid: 40518 components: - type: Transform - pos: 165.5,-461.5 + rot: 1.5707963267948966 rad + pos: 157.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61212 + - uid: 40519 components: - type: Transform - pos: 181.5,-817.5 + rot: 1.5707963267948966 rad + pos: 159.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61216 + - uid: 40520 components: - type: Transform - pos: 178.5,-600.5 + rot: 1.5707963267948966 rad + pos: 155.5,103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61225 + - uid: 40521 components: - type: Transform - pos: 156.5,-615.5 + rot: 1.5707963267948966 rad + pos: 160.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61227 + - uid: 40522 components: - type: Transform - pos: 134.5,-1013.5 + rot: 1.5707963267948966 rad + pos: 159.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61231 + - uid: 40523 components: - type: Transform - pos: 167.5,-941.5 + rot: 1.5707963267948966 rad + pos: 156.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61232 + - uid: 40524 components: - type: Transform - pos: 139.5,-868.5 + rot: 1.5707963267948966 rad + pos: 156.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61237 + - uid: 40525 components: - type: Transform - pos: 132.5,-947.5 + rot: 1.5707963267948966 rad + pos: 157.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61244 + - uid: 40526 components: - type: Transform - pos: 180.5,-816.5 + rot: 1.5707963267948966 rad + pos: 155.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61245 + - uid: 40527 components: - type: Transform - pos: 140.5,-817.5 + rot: 1.5707963267948966 rad + pos: 160.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61268 + - uid: 40528 components: - type: Transform - pos: 139.5,-1027.5 + rot: 1.5707963267948966 rad + pos: 160.5,104.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61272 + - uid: 40529 components: - type: Transform - pos: 149.5,-716.5 + rot: 1.5707963267948966 rad + pos: 160.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61284 + - uid: 40530 components: - type: Transform - pos: 195.5,-740.5 + rot: -1.5707963267948966 rad + pos: -173.5,-69.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61290 + - uid: 40531 components: - type: Transform - pos: 197.5,-664.5 + rot: -1.5707963267948966 rad + pos: -185.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61315 + - uid: 40532 components: - type: Transform - pos: 174.5,-1112.5 + rot: -1.5707963267948966 rad + pos: -187.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61325 + - uid: 40533 components: - type: Transform - pos: 199.5,-681.5 + rot: -1.5707963267948966 rad + pos: -167.5,-66.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61326 + - uid: 40534 components: - type: Transform - pos: 131.5,-1199.5 + rot: -1.5707963267948966 rad + pos: -169.5,-70.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61330 + - uid: 40535 components: - type: Transform - pos: 146.5,-874.5 + rot: -1.5707963267948966 rad + pos: -170.5,-69.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61334 + - uid: 40536 components: - type: Transform - pos: 134.5,-881.5 + rot: -1.5707963267948966 rad + pos: -167.5,-67.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61338 + - uid: 40537 components: - type: Transform - pos: 128.5,-1141.5 + rot: -1.5707963267948966 rad + pos: -182.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61342 + - uid: 40538 components: - type: Transform - pos: 154.5,-1132.5 + rot: -1.5707963267948966 rad + pos: -162.5,-67.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61356 + - uid: 40539 components: - type: Transform - pos: 135.5,-1238.5 + rot: -1.5707963267948966 rad + pos: -183.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61361 + - uid: 40540 components: - type: Transform - pos: 157.5,-930.5 + rot: -1.5707963267948966 rad + pos: -172.5,-69.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61370 + - uid: 40541 components: - type: Transform - pos: 158.5,-1018.5 + rot: -1.5707963267948966 rad + pos: -171.5,-69.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61385 + - uid: 40542 components: - type: Transform - pos: 189.5,-881.5 + rot: -1.5707963267948966 rad + pos: -187.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61393 + - uid: 40543 components: - type: Transform - pos: 189.5,-1089.5 + rot: -1.5707963267948966 rad + pos: -169.5,-69.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61396 + - uid: 40544 components: - type: Transform - pos: 175.5,-1095.5 + rot: -1.5707963267948966 rad + pos: -166.5,-70.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61401 + - uid: 40545 components: - type: Transform - pos: 149.5,-944.5 + rot: -1.5707963267948966 rad + pos: -166.5,-69.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61441 + - uid: 40546 components: - type: Transform - pos: 153.5,-1382.5 + rot: -1.5707963267948966 rad + pos: -162.5,-68.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61443 + - uid: 40547 components: - type: Transform - pos: 164.5,-1381.5 + rot: -1.5707963267948966 rad + pos: -163.5,-66.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61462 + - uid: 40548 components: - type: Transform - pos: 187.5,-1155.5 + rot: -1.5707963267948966 rad + pos: -162.5,-66.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61516 + - uid: 40549 components: - type: Transform - pos: 197.5,-1408.5 + rot: -1.5707963267948966 rad + pos: -184.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62614 + - uid: 40550 components: - type: Transform - pos: 17.5,243.5 + rot: -1.5707963267948966 rad + pos: -184.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62623 + - uid: 40551 components: - type: Transform - pos: 32.5,241.5 + rot: -1.5707963267948966 rad + pos: -186.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62647 + - uid: 40552 components: - type: Transform - pos: -116.5,245.5 + rot: -1.5707963267948966 rad + pos: -189.5,-26.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64083 + - uid: 40553 components: - type: Transform - pos: -118.5,-57.5 + rot: -1.5707963267948966 rad + pos: -189.5,-28.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64123 + - uid: 40554 components: - type: Transform - pos: -117.5,-56.5 + rot: -1.5707963267948966 rad + pos: -188.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64159 + - uid: 40555 components: - type: Transform - pos: -118.5,-58.5 + rot: -1.5707963267948966 rad + pos: -189.5,-29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64179 + - uid: 40556 components: - type: Transform - pos: -116.5,-57.5 + rot: -1.5707963267948966 rad + pos: -188.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65133 + - uid: 40557 components: - type: Transform - pos: 81.5,-257.5 + rot: -1.5707963267948966 rad + pos: -189.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65136 + - uid: 40558 components: - type: Transform - pos: 67.5,-259.5 + rot: -1.5707963267948966 rad + pos: -189.5,-25.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65188 + - uid: 40559 components: - type: Transform - pos: 45.5,-269.5 + rot: 3.141592653589793 rad + pos: -187.5,-22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65207 + - uid: 40560 components: - type: Transform - pos: 73.5,-107.5 + rot: 3.141592653589793 rad + pos: -187.5,-21.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildBroc - entities: - - uid: 61056 + - uid: 40561 components: - type: Transform - pos: 150.5,120.5 + rot: -1.5707963267948966 rad + pos: -187.5,-20.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61068 + - uid: 40562 components: - type: Transform - pos: 135.5,149.5 + rot: -1.5707963267948966 rad + pos: -187.5,-19.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61069 + - uid: 40563 components: - type: Transform - pos: 145.5,144.5 + rot: -1.5707963267948966 rad + pos: -187.5,-18.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildBuffaloGourd - entities: - - uid: 7696 + - uid: 40564 components: - type: Transform - pos: 152.5,-370.5 + rot: -1.5707963267948966 rad + pos: -187.5,-17.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 15042 + - uid: 40565 components: - type: Transform - pos: 147.5,-567.5 + rot: -1.5707963267948966 rad + pos: -187.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16533 + - uid: 40566 components: - type: Transform - pos: -209.5,138.5 + rot: -1.5707963267948966 rad + pos: -186.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19906 + - uid: 40567 components: - type: Transform - pos: 133.5,-249.5 + rot: -1.5707963267948966 rad + pos: -185.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21790 + - uid: 40568 components: - type: Transform - pos: 147.5,9.5 + rot: -1.5707963267948966 rad + pos: -184.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21791 + - uid: 40569 components: - type: Transform - pos: 132.5,102.5 + rot: -1.5707963267948966 rad + pos: -183.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21792 + - uid: 40570 components: - type: Transform - pos: 16.5,-18.5 + rot: -1.5707963267948966 rad + pos: -182.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21793 + - uid: 40571 components: - type: Transform - pos: -22.5,-216.5 + rot: -1.5707963267948966 rad + pos: -181.5,-16.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21794 + - uid: 40572 components: - type: Transform - pos: 179.5,35.5 + rot: -1.5707963267948966 rad + pos: -181.5,-17.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21795 + - uid: 40573 components: - type: Transform - pos: 87.5,75.5 + rot: -1.5707963267948966 rad + pos: -181.5,-19.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21796 + - uid: 40574 components: - type: Transform - pos: 126.5,127.5 + rot: -1.5707963267948966 rad + pos: -181.5,-18.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21797 + - uid: 40575 components: - type: Transform - pos: 156.5,-31.5 + rot: -1.5707963267948966 rad + pos: -181.5,-21.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21798 + - uid: 40576 components: - type: Transform - pos: 142.5,-110.5 + rot: -1.5707963267948966 rad + pos: -181.5,-22.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21799 + - uid: 40577 components: - type: Transform - pos: -67.5,170.5 + rot: -1.5707963267948966 rad + pos: -181.5,-23.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21800 + - uid: 40578 components: - type: Transform - pos: 129.5,-103.5 + rot: -1.5707963267948966 rad + pos: -181.5,-24.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21802 + - uid: 40579 components: - type: Transform - pos: 91.5,-173.5 + pos: 94.5,8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21803 + - uid: 40580 components: - type: Transform - pos: 87.5,61.5 + pos: 127.5,29.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21804 + - uid: 40581 components: - type: Transform - pos: -188.5,162.5 + rot: 3.141592653589793 rad + pos: 165.5,188.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21805 + - uid: 40582 components: - type: Transform - pos: -221.5,-175.5 + pos: 90.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21806 + - uid: 40583 components: - type: Transform - pos: -222.5,217.5 + pos: 85.5,7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21807 + - uid: 40584 components: - type: Transform - pos: 107.5,-153.5 + pos: 85.5,6.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21808 + - uid: 40585 components: - type: Transform - pos: 213.5,225.5 + pos: 85.5,5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21809 + - uid: 40586 components: - type: Transform - pos: 96.5,-100.5 + pos: 92.5,8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21810 + - uid: 40587 components: - type: Transform - pos: -177.5,142.5 + pos: 203.5,-30.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21811 + - uid: 40588 components: - type: Transform - pos: -162.5,239.5 + pos: -157.5,-127.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21812 + - uid: 40589 components: - type: Transform - pos: 219.5,82.5 + pos: 201.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21813 + - uid: 40590 components: - type: Transform - pos: -327.5,-8.5 + pos: 204.5,-32.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21814 + - uid: 40591 components: - type: Transform - pos: 144.5,227.5 + pos: 204.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21815 + - uid: 40592 components: - type: Transform - pos: 116.5,81.5 + pos: 201.5,-31.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21816 + - uid: 40593 components: - type: Transform - pos: -47.5,109.5 + pos: 201.5,-33.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21817 + - uid: 40594 components: - type: Transform - pos: -243.5,-209.5 + pos: 202.5,-34.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21818 + - uid: 40595 components: - type: Transform - pos: -63.5,-229.5 + rot: 1.5707963267948966 rad + pos: 87.5,5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21819 + - uid: 40596 components: - type: Transform - pos: -79.5,-138.5 + rot: 1.5707963267948966 rad + pos: 87.5,4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21820 +- proto: N14WallWoodWhite + entities: + - uid: 40597 components: - type: Transform - pos: 31.5,-158.5 + pos: 150.5,175.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21821 + - uid: 40598 components: - type: Transform - pos: 262.5,-51.5 + rot: -1.5707963267948966 rad + pos: 173.5,160.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21822 + - uid: 40599 components: - type: Transform - pos: -107.5,118.5 + pos: 150.5,163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21823 + - uid: 40600 components: - type: Transform - pos: -157.5,123.5 + rot: 1.5707963267948966 rad + pos: 83.5,100.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21824 + - uid: 40601 components: - type: Transform - pos: -227.5,-86.5 + rot: 3.141592653589793 rad + pos: 83.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21825 + - uid: 40602 components: - type: Transform - pos: -117.5,-140.5 + rot: 3.141592653589793 rad + pos: 97.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21826 + - uid: 40603 components: - type: Transform - pos: -219.5,-80.5 + rot: 3.141592653589793 rad + pos: 83.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21827 + - uid: 40604 components: - type: Transform - pos: -124.5,8.5 + pos: 92.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21828 + - uid: 40605 components: - type: Transform - pos: -338.5,-17.5 + pos: 95.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21829 + - uid: 40606 components: - type: Transform - pos: 152.5,222.5 + rot: 3.141592653589793 rad + pos: 91.5,104.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21830 + - uid: 40607 components: - type: Transform - pos: -15.5,-160.5 + rot: -1.5707963267948966 rad + pos: 176.5,160.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21831 + - uid: 40608 components: - type: Transform - pos: 103.5,152.5 + rot: -1.5707963267948966 rad + pos: 176.5,162.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21832 + - uid: 40609 components: - type: Transform - pos: 95.5,150.5 + pos: 150.5,161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21833 + - uid: 40610 components: - type: Transform - pos: 118.5,82.5 + pos: 151.5,164.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21834 + - uid: 40611 components: - type: Transform - pos: 12.5,24.5 + pos: 154.5,164.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21835 + - uid: 40612 components: - type: Transform - pos: 72.5,123.5 + pos: 153.5,164.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21836 + - uid: 40613 components: - type: Transform - pos: 19.5,-121.5 + pos: 153.5,169.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21837 + - uid: 40614 components: - type: Transform - pos: 22.5,166.5 + pos: 151.5,169.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21838 + - uid: 40615 components: - type: Transform - pos: 60.5,98.5 + pos: 145.5,163.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21839 + - uid: 40616 components: - type: Transform - pos: 129.5,-107.5 + pos: 150.5,169.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21840 + - uid: 40617 components: - type: Transform - pos: 137.5,54.5 + pos: 150.5,162.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21841 + - uid: 40618 components: - type: Transform - pos: 111.5,56.5 + pos: 150.5,170.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21842 + - uid: 40619 components: - type: Transform - pos: 139.5,35.5 + pos: 145.5,162.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21843 + - uid: 40620 components: - type: Transform - pos: 155.5,30.5 + pos: 150.5,164.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21845 + - uid: 40621 components: - type: Transform - pos: 147.5,-29.5 + pos: 154.5,169.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21846 + - uid: 40622 components: - type: Transform - pos: 129.5,-101.5 + pos: 154.5,165.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21847 + - uid: 40623 components: - type: Transform - pos: 50.5,-152.5 + pos: 83.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21848 + - uid: 40624 components: - type: Transform - pos: 44.5,-175.5 + rot: 3.141592653589793 rad + pos: 92.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21849 + - uid: 40625 components: - type: Transform - pos: 98.5,-188.5 + rot: 3.141592653589793 rad + pos: 97.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21850 + - uid: 40626 components: - type: Transform - pos: 10.5,-195.5 + rot: 3.141592653589793 rad + pos: 91.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21851 + - uid: 40627 components: - type: Transform - pos: 184.5,-219.5 + pos: 146.5,161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21852 + - uid: 40628 components: - type: Transform - pos: -109.5,193.5 + pos: 149.5,161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21853 + - uid: 40629 components: - type: Transform - pos: 264.5,-29.5 + pos: 145.5,161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21854 + - uid: 40630 components: - type: Transform - pos: -101.5,92.5 + rot: 3.141592653589793 rad + pos: 91.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21855 + - uid: 40631 components: - type: Transform - pos: -50.5,113.5 + rot: 3.141592653589793 rad + pos: 88.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21856 + - uid: 40632 components: - type: Transform - pos: -123.5,136.5 + rot: 3.141592653589793 rad + pos: 77.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21857 + - uid: 40633 components: - type: Transform - pos: -114.5,109.5 + rot: 3.141592653589793 rad + pos: 91.5,99.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21858 + - uid: 40634 components: - type: Transform - pos: -163.5,88.5 + rot: 3.141592653589793 rad + pos: 95.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21859 + - uid: 40635 components: - type: Transform - pos: -32.5,207.5 + rot: 3.141592653589793 rad + pos: 91.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21860 + - uid: 40636 components: - type: Transform - pos: -247.5,8.5 + rot: 3.141592653589793 rad + pos: 96.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21861 + - uid: 40637 components: - type: Transform - pos: 148.5,247.5 + pos: 83.5,101.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21862 + - uid: 40638 components: - type: Transform - pos: 246.5,99.5 + rot: 3.141592653589793 rad + pos: 77.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21863 + - uid: 40639 components: - type: Transform - pos: 243.5,254.5 + rot: 3.141592653589793 rad + pos: 97.5,99.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21864 + - uid: 40640 components: - type: Transform - pos: -268.5,-121.5 + rot: 3.141592653589793 rad + pos: 82.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21865 + - uid: 40641 components: - type: Transform - pos: -280.5,-55.5 + rot: 3.141592653589793 rad + pos: 83.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21866 + - uid: 40642 components: - type: Transform - pos: -292.5,-63.5 + rot: 3.141592653589793 rad + pos: 77.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21867 + - uid: 40643 components: - type: Transform - pos: -311.5,-95.5 + rot: 3.141592653589793 rad + pos: 91.5,103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 26999 + - uid: 40644 components: - type: Transform - pos: 172.5,-312.5 + rot: 3.141592653589793 rad + pos: 86.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 29294 + - uid: 40645 components: - type: Transform - pos: 145.5,-456.5 + rot: 3.141592653589793 rad + pos: 95.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44308 + - uid: 40646 components: - type: Transform - pos: -173.5,149.5 + rot: 3.141592653589793 rad + pos: 91.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44419 + - uid: 40647 components: - type: Transform - pos: -297.5,19.5 + rot: 3.141592653589793 rad + pos: 78.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 44931 + - uid: 40648 components: - type: Transform - pos: -303.5,126.5 + rot: 3.141592653589793 rad + pos: 77.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45454 + - uid: 40649 components: - type: Transform - pos: -368.5,27.5 + rot: 3.141592653589793 rad + pos: 83.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45466 + - uid: 40650 components: - type: Transform - pos: -379.5,140.5 + rot: 3.141592653589793 rad + pos: 97.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45603 + - uid: 40651 components: - type: Transform - pos: -428.5,141.5 + rot: 3.141592653589793 rad + pos: 91.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45610 + - uid: 40652 components: - type: Transform - pos: -426.5,75.5 + rot: 3.141592653589793 rad + pos: 83.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45791 + - uid: 40653 components: - type: Transform - pos: -443.5,8.5 + rot: 3.141592653589793 rad + pos: 88.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46946 + - uid: 40654 components: - type: Transform - pos: -453.5,160.5 + rot: 3.141592653589793 rad + pos: 77.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 48169 + - uid: 40655 components: - type: Transform - pos: 137.5,-370.5 + rot: 3.141592653589793 rad + pos: 97.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61071 + - uid: 40656 components: - type: Transform - pos: 261.5,255.5 + rot: 3.141592653589793 rad + pos: 85.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61180 + - uid: 40657 components: - type: Transform - pos: 130.5,-292.5 + rot: 3.141592653589793 rad + pos: 91.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61189 + - uid: 40658 components: - type: Transform - pos: 153.5,-360.5 + rot: 3.141592653589793 rad + pos: 82.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61195 + - uid: 40659 components: - type: Transform - pos: 157.5,-276.5 + rot: 3.141592653589793 rad + pos: 84.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61224 + - uid: 40660 components: - type: Transform - pos: 176.5,-374.5 + rot: 3.141592653589793 rad + pos: 83.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61228 + - uid: 40661 components: - type: Transform - pos: 164.5,-614.5 + rot: 3.141592653589793 rad + pos: 91.5,115.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61243 + - uid: 40662 components: - type: Transform - pos: 184.5,-417.5 + rot: 3.141592653589793 rad + pos: 79.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61264 + - uid: 40663 components: - type: Transform - pos: 153.5,-635.5 + rot: 3.141592653589793 rad + pos: 86.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61278 + - uid: 40664 components: - type: Transform - pos: 154.5,-811.5 + rot: 3.141592653589793 rad + pos: 83.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61280 + - uid: 40665 components: - type: Transform - pos: 165.5,-809.5 + rot: 3.141592653589793 rad + pos: 96.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61281 + - uid: 40666 components: - type: Transform - pos: 143.5,-569.5 + rot: 3.141592653589793 rad + pos: 86.5,97.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61299 + - uid: 40667 components: - type: Transform - pos: 177.5,-611.5 + rot: 3.141592653589793 rad + pos: 94.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61324 + - uid: 40668 components: - type: Transform - pos: 149.5,-847.5 + rot: 3.141592653589793 rad + pos: 88.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61332 + - uid: 40669 components: - type: Transform - pos: 148.5,-724.5 + rot: 3.141592653589793 rad + pos: 78.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61359 + - uid: 40670 components: - type: Transform - pos: 175.5,-1083.5 + pos: 95.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61383 + - uid: 40671 components: - type: Transform - pos: 161.5,-887.5 + rot: 3.141592653589793 rad + pos: 83.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61388 + - uid: 40672 components: - type: Transform - pos: 189.5,-977.5 + rot: 3.141592653589793 rad + pos: 91.5,96.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61399 + - uid: 40673 components: - type: Transform - pos: 162.5,-1175.5 + rot: 3.141592653589793 rad + pos: 91.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61415 + - uid: 40674 components: - type: Transform - pos: 165.5,-1106.5 + rot: 3.141592653589793 rad + pos: 81.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61428 + - uid: 40675 components: - type: Transform - pos: 198.5,-1106.5 + rot: 3.141592653589793 rad + pos: 83.5,96.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61464 + - uid: 40676 components: - type: Transform - pos: 144.5,-1247.5 + rot: 3.141592653589793 rad + pos: 93.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 61496 + - uid: 40677 components: - type: Transform - pos: 163.5,-1384.5 + rot: 3.141592653589793 rad + pos: 90.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 62611 + - uid: 40678 components: - type: Transform - pos: -58.5,241.5 + rot: 3.141592653589793 rad + pos: 92.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64525 + - uid: 40679 components: - type: Transform - pos: -469.5,58.5 + rot: 3.141592653589793 rad + pos: 86.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65143 + - uid: 40680 components: - type: Transform - pos: -23.5,-260.5 + rot: 3.141592653589793 rad + pos: 77.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65147 + - uid: 40681 components: - type: Transform - pos: 100.5,-264.5 + rot: 3.141592653589793 rad + pos: 91.5,101.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65148 + - uid: 40682 components: - type: Transform - pos: -47.5,-293.5 + rot: 3.141592653589793 rad + pos: 84.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65162 + - uid: 40683 components: - type: Transform - pos: 101.5,-263.5 + rot: 3.141592653589793 rad + pos: 88.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65170 + - uid: 40684 components: - type: Transform - pos: -32.5,-284.5 + rot: 3.141592653589793 rad + pos: 95.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65187 + - uid: 40685 components: - type: Transform - pos: 44.5,-268.5 + rot: 3.141592653589793 rad + pos: 86.5,94.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildCaveFungus - entities: - - uid: 21868 + - uid: 40686 components: - type: Transform - pos: -244.5,-94.5 + rot: 3.141592653589793 rad + pos: 95.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21869 + - uid: 40687 components: - type: Transform - pos: 163.5,-93.5 + rot: 3.141592653589793 rad + pos: 91.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21870 + - uid: 40688 components: - type: Transform - pos: 192.5,-102.5 + rot: 3.141592653589793 rad + pos: 96.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21871 + - uid: 40689 components: - type: Transform - pos: 181.5,-102.5 + rot: 3.141592653589793 rad + pos: 97.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21872 + - uid: 40690 components: - type: Transform - pos: 193.5,190.5 + rot: 3.141592653589793 rad + pos: 78.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21873 + - uid: 40691 components: - type: Transform - pos: 188.5,191.5 + rot: 3.141592653589793 rad + pos: 97.5,110.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21874 + - uid: 40692 components: - type: Transform - pos: -239.5,-97.5 + rot: 3.141592653589793 rad + pos: 91.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21875 + - uid: 40693 components: - type: Transform - pos: -225.5,-97.5 + rot: 3.141592653589793 rad + pos: 91.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 24509 + - uid: 40694 components: - type: Transform - pos: -162.5,48.5 + rot: 3.141592653589793 rad + pos: 88.5,95.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 45472 + - uid: 40695 components: - type: Transform - pos: -426.5,121.5 + pos: 93.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46904 + - uid: 40696 components: - type: Transform - pos: -423.5,127.5 + rot: 3.141592653589793 rad + pos: 82.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46954 + - uid: 40697 components: - type: Transform - pos: -427.5,134.5 + rot: 3.141592653589793 rad + pos: 95.5,114.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 46986 + - uid: 40698 components: - type: Transform - pos: -422.5,133.5 + rot: 3.141592653589793 rad + pos: 90.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 48606 + - uid: 40699 components: - type: Transform - pos: 39.5,51.5 + rot: 3.141592653589793 rad + pos: 92.5,116.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildCaveFungusRad - entities: - - uid: 9055 + - uid: 40700 components: - type: Transform - pos: -8.5,48.5 + rot: 3.141592653589793 rad + pos: 80.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 20739 + - uid: 40701 components: - type: Transform - pos: -161.5,46.5 + rot: 3.141592653589793 rad + pos: 77.5,107.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21876 + - uid: 40702 components: - type: Transform - pos: -41.5,-127.5 + rot: 3.141592653589793 rad + pos: 94.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21877 + - uid: 40703 components: - type: Transform - pos: -42.5,-129.5 + rot: 3.141592653589793 rad + pos: 97.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21878 + - uid: 40704 components: - type: Transform - pos: 167.5,-92.5 + rot: 3.141592653589793 rad + pos: 91.5,113.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21879 + - uid: 40705 components: - type: Transform - pos: 161.5,-93.5 + pos: 83.5,103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21880 + - uid: 40706 components: - type: Transform - pos: 159.5,-106.5 + rot: -1.5707963267948966 rad + pos: -74.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21881 + - uid: 40707 components: - type: Transform - pos: 191.5,-111.5 + rot: -1.5707963267948966 rad + pos: 77.5,99.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21882 + - uid: 40708 components: - type: Transform - pos: 193.5,-97.5 + pos: 90.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21883 + - uid: 40709 components: - type: Transform - pos: 188.5,202.5 + pos: 91.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21884 + - uid: 40710 components: - type: Transform - pos: 186.5,210.5 + pos: 83.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21885 + - uid: 40711 components: - type: Transform - pos: 185.5,214.5 + rot: 1.5707963267948966 rad + pos: 83.5,99.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 40281 + - uid: 40712 components: - type: Transform - pos: 8.5,53.5 + pos: 134.5,1.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 42884 + - uid: 40713 components: - type: Transform - pos: -20.5,43.5 + pos: 134.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64346 + - uid: 40714 + components: + - type: Transform + pos: 134.5,0.5 + parent: 1 + - uid: 40715 components: - type: Transform - pos: -40.5,43.5 + pos: 134.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64347 + - uid: 40716 components: - type: Transform - pos: -31.5,53.5 + pos: 135.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 64378 + - uid: 40717 components: - type: Transform - pos: -35.5,38.5 + pos: 137.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65077 + - uid: 40718 components: - type: Transform - pos: -28.5,37.5 + pos: 138.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65078 + - uid: 40719 components: - type: Transform - pos: 25.5,49.5 + pos: 140.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65088 + - uid: 40720 components: - type: Transform - pos: -40.5,51.5 + pos: 130.5,2.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65093 + - uid: 40721 components: - type: Transform - pos: -6.5,35.5 + pos: 130.5,0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 65098 + - uid: 40722 components: - type: Transform - pos: -33.5,46.5 + pos: 130.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: N14WastelandFloraWildCoyote - entities: - - uid: 13067 + - uid: 40723 components: - type: Transform - pos: -327.5,150.5 + pos: 130.5,-1.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 13194 + - uid: 40724 components: - type: Transform - pos: -344.5,152.5 + pos: 129.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 15041 + - uid: 40725 components: - type: Transform - pos: 184.5,-406.5 + pos: 128.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 16559 + - uid: 40726 components: - type: Transform - pos: -64.5,223.5 + pos: 127.5,-0.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19898 + - uid: 40727 components: - type: Transform - pos: 137.5,-1033.5 + pos: 130.5,-3.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 19899 + - uid: 40728 components: - type: Transform - pos: 161.5,-1060.5 + pos: 130.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21886 + - uid: 40729 components: - type: Transform - pos: -110.5,-229.5 + pos: 130.5,-5.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21887 + - uid: 40730 components: - type: Transform - pos: 70.5,2.5 + pos: 129.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21888 + - uid: 40731 components: - type: Transform - pos: -217.5,-101.5 + pos: 128.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21889 + - uid: 40732 components: - type: Transform - pos: -211.5,-140.5 + pos: 127.5,-4.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21890 + - uid: 40733 components: - type: Transform - pos: 140.5,-145.5 + pos: 130.5,-7.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21891 + - uid: 40734 components: - type: Transform - pos: 134.5,-54.5 + pos: 130.5,-8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21892 + - uid: 40735 components: - type: Transform - pos: 128.5,-51.5 + pos: 129.5,-8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21893 + - uid: 40736 components: - type: Transform - pos: 144.5,-122.5 + pos: 127.5,-8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21894 + - uid: 40737 components: - type: Transform - pos: 135.5,-206.5 + pos: 128.5,-8.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21895 + - uid: 40738 components: - type: Transform - pos: 74.5,-231.5 + pos: 24.5,142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21896 + - uid: 40739 components: - type: Transform - pos: 136.5,83.5 + pos: 25.5,142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21897 + - uid: 40740 components: - type: Transform - pos: 137.5,164.5 + pos: 26.5,142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21898 + - uid: 40741 components: - type: Transform - pos: 36.5,19.5 + pos: 30.5,142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21899 + - uid: 40742 components: - type: Transform - pos: 132.5,-166.5 + pos: 34.5,142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21900 + - uid: 40743 components: - type: Transform - pos: -109.5,-228.5 + pos: 35.5,142.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21901 + - uid: 40744 components: - type: Transform - pos: 87.5,136.5 + pos: 34.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21902 + - uid: 40745 components: - type: Transform - pos: -213.5,10.5 + pos: 35.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21903 + - uid: 40746 components: - type: Transform - pos: 160.5,-206.5 + pos: 30.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21904 + - uid: 40747 components: - type: Transform - pos: -36.5,-195.5 + pos: 24.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21905 + - uid: 40748 components: - type: Transform - pos: 102.5,-223.5 + pos: 25.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21906 + - uid: 40749 components: - type: Transform - pos: 100.5,-173.5 + pos: 26.5,150.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21907 + - uid: 40750 components: - type: Transform - pos: -230.5,139.5 + pos: 24.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21908 + - uid: 40751 components: - type: Transform - pos: -150.5,-222.5 + pos: 24.5,143.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21909 + - uid: 40752 components: - type: Transform - pos: 90.5,174.5 + pos: 24.5,144.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21910 + - uid: 40753 components: - type: Transform - pos: -176.5,19.5 + pos: 24.5,148.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21911 + - uid: 40754 components: - type: Transform - pos: -212.5,81.5 + pos: 35.5,149.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21912 + - uid: 40755 components: - type: Transform - pos: -238.5,-194.5 + pos: 35.5,143.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21913 + - uid: 40756 components: - type: Transform - pos: -188.5,85.5 + pos: 35.5,147.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21914 + - uid: 40757 components: - type: Transform - pos: -26.5,207.5 + pos: 35.5,145.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21915 + - uid: 40758 components: - type: Transform - pos: 79.5,213.5 + rot: 1.5707963267948966 rad + pos: 81.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21916 + - uid: 40759 components: - type: Transform - pos: 94.5,180.5 + rot: -1.5707963267948966 rad + pos: 89.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21917 + - uid: 40760 components: - type: Transform - pos: -2.5,204.5 + pos: 87.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21919 + - uid: 40761 components: - type: Transform - pos: 109.5,146.5 + rot: -1.5707963267948966 rad + pos: 90.5,98.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21920 + - uid: 40762 components: - type: Transform - pos: -117.5,214.5 + pos: 87.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21921 + - uid: 40763 components: - type: Transform - pos: 93.5,-65.5 + rot: -1.5707963267948966 rad + pos: -74.5,-109.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21922 + - uid: 40764 components: - type: Transform - pos: -38.5,202.5 + pos: 89.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21923 + - uid: 40765 components: - type: Transform - pos: 212.5,-225.5 + pos: 93.5,112.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21924 + - uid: 40766 components: - type: Transform - pos: 219.5,226.5 + rot: 1.5707963267948966 rad + pos: 77.5,103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21925 + - uid: 40767 components: - type: Transform - pos: 202.5,-183.5 + pos: 87.5,104.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21926 + - uid: 40768 components: - type: Transform - pos: -312.5,-23.5 + pos: 87.5,103.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21927 + - uid: 40769 components: - type: Transform - pos: -308.5,-17.5 + pos: 91.5,111.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21928 + - uid: 40770 components: - type: Transform - pos: 231.5,85.5 + pos: 87.5,105.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21929 + - uid: 40771 components: - type: Transform - pos: 36.5,123.5 + pos: 84.5,106.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21930 + - uid: 40772 components: - type: Transform - pos: -43.5,99.5 + pos: 88.5,102.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21931 + - uid: 40773 components: - type: Transform - pos: -31.5,115.5 + pos: -20.5,-10.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21932 + - uid: 40774 components: - type: Transform - pos: -148.5,32.5 + rot: -1.5707963267948966 rad + pos: 176.5,161.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21933 + - uid: 40775 components: - type: Transform - pos: -204.5,-136.5 + pos: 143.5,175.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21934 +- proto: N14WallWoodWhiteFrame + entities: + - uid: 40776 components: - type: Transform - pos: 72.5,-55.5 + pos: 168.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21935 + - uid: 40777 components: - type: Transform - pos: -99.5,-124.5 + pos: 167.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21936 + - uid: 40778 components: - type: Transform - pos: -34.5,-159.5 + pos: 163.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21937 + - uid: 40779 components: - type: Transform - pos: -32.5,-128.5 + pos: 162.5,135.5 parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 21938 +- proto: N14WastelandFloraWildAgave + entities: + - uid: 40780 components: - type: Transform - pos: -56.5,-152.5 + pos: -363.5,-55.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21940 + - uid: 40781 components: - type: Transform - pos: -239.5,-145.5 + pos: 359.5,58.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21941 + - uid: 40782 components: - type: Transform - pos: -6.5,-159.5 + pos: 52.5,-295.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21942 + - uid: 40783 components: - type: Transform - pos: -82.5,159.5 + pos: 33.5,-291.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21943 + - uid: 40784 components: - type: Transform - pos: 12.5,-91.5 + pos: -183.5,-232.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21944 + - uid: 40785 components: - type: Transform - pos: 253.5,-53.5 + pos: 139.5,-372.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21945 + - uid: 40786 components: - type: Transform - pos: 270.5,-59.5 + pos: -216.5,106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21946 + - uid: 40787 components: - type: Transform - pos: 240.5,-107.5 + pos: 134.5,-509.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21947 + - uid: 40788 components: - type: Transform - pos: -157.5,122.5 + pos: 136.5,-502.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21948 + - uid: 40789 components: - type: Transform - pos: -137.5,148.5 + pos: -208.5,-146.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21949 + - uid: 40790 components: - type: Transform - pos: -211.5,4.5 + pos: -162.5,-147.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21950 + - uid: 40791 components: - type: Transform - pos: -151.5,-106.5 + pos: 158.5,104.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21951 + - uid: 40792 components: - type: Transform - pos: -111.5,-106.5 + pos: 171.5,-7.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21952 + - uid: 40793 components: - type: Transform - pos: -46.5,-192.5 + pos: 127.5,-95.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21953 + - uid: 40794 components: - type: Transform - pos: -244.5,-139.5 + pos: -252.5,24.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21954 + - uid: 40795 components: - type: Transform - pos: -225.5,-175.5 + pos: 172.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21955 + - uid: 40796 components: - type: Transform - pos: -60.5,-103.5 + pos: 47.5,-213.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21956 + - uid: 40797 components: - type: Transform - pos: -218.5,-111.5 + pos: 28.5,12.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21957 + - uid: 40798 components: - type: Transform - pos: -43.5,-144.5 + pos: -221.5,139.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21958 + - uid: 40799 components: - type: Transform - pos: -153.5,-215.5 + pos: 141.5,-55.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21959 + - uid: 40800 components: - type: Transform - pos: -144.5,25.5 + pos: 133.5,-170.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21960 + - uid: 40801 components: - type: Transform - pos: 210.5,155.5 + pos: 173.5,203.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21961 + - uid: 40802 components: - type: Transform - pos: 139.5,209.5 + pos: 169.5,-47.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21962 + - uid: 40803 components: - type: Transform - pos: 141.5,171.5 + pos: -229.5,24.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21963 + - uid: 40804 components: - type: Transform - pos: 185.5,154.5 + pos: -206.5,-130.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21964 + - uid: 40805 components: - type: Transform - pos: 174.5,114.5 + pos: 130.5,-57.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21965 + - uid: 40806 components: - type: Transform - pos: 88.5,152.5 + pos: -210.5,124.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21966 + - uid: 40807 components: - type: Transform - pos: 58.5,-96.5 + pos: -181.5,177.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21967 + - uid: 40808 components: - type: Transform - pos: -5.5,-110.5 + pos: -209.5,88.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21968 + - uid: 40809 components: - type: Transform - pos: 18.5,-89.5 + pos: -67.5,-228.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21969 + - uid: 40810 components: - type: Transform - pos: 21.5,17.5 + pos: -70.5,-225.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21970 + - uid: 40811 components: - type: Transform - pos: 6.5,-107.5 + pos: -62.5,-226.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21971 + - uid: 40812 components: - type: Transform - pos: 52.5,80.5 + pos: 80.5,-162.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21972 + - uid: 40813 components: - type: Transform - pos: 45.5,96.5 + pos: -113.5,-200.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21973 + - uid: 40814 components: - type: Transform - pos: 12.5,144.5 + pos: -233.5,-206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21974 + - uid: 40815 components: - type: Transform - pos: 106.5,97.5 + pos: -229.5,164.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21975 + - uid: 40816 components: - type: Transform - pos: 155.5,60.5 + pos: -208.5,171.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21976 + - uid: 40817 components: - type: Transform - pos: -211.5,-225.5 + pos: -31.5,209.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21977 + - uid: 40818 components: - type: Transform - pos: 11.5,91.5 + pos: 99.5,118.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21978 + - uid: 40819 components: - type: Transform - pos: 45.5,21.5 + pos: 23.5,191.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21979 + - uid: 40820 components: - type: Transform - pos: -54.5,7.5 + pos: -123.5,194.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21980 + - uid: 40821 components: - type: Transform - pos: -117.5,24.5 + pos: 104.5,-54.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21981 + - uid: 40822 components: - type: Transform - pos: -83.5,33.5 + pos: -118.5,206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21982 + - uid: 40823 components: - type: Transform - pos: 121.5,-73.5 + pos: 90.5,81.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21983 + - uid: 40824 components: - type: Transform - pos: 233.5,37.5 + pos: 201.5,-154.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21984 + - uid: 40825 components: - type: Transform - pos: 221.5,34.5 + pos: 209.5,227.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21985 + - uid: 40826 components: - type: Transform - pos: 128.5,-115.5 + pos: 211.5,-189.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21986 + - uid: 40827 components: - type: Transform - pos: 9.5,-177.5 + pos: 207.5,-7.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21987 + - uid: 40828 components: - type: Transform - pos: 109.5,-189.5 + pos: 230.5,25.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21990 + - uid: 40829 components: - type: Transform - pos: 124.5,-189.5 + pos: 45.5,103.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21991 + - uid: 40830 components: - type: Transform - pos: 179.5,-229.5 + pos: -325.5,-19.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21993 + - uid: 40831 components: - type: Transform - pos: 219.5,-204.5 + pos: 229.5,-44.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21994 + - uid: 40832 components: - type: Transform - pos: 217.5,-60.5 + pos: 222.5,-7.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21995 + - uid: 40833 components: - type: Transform - pos: 213.5,-215.5 + pos: 200.5,-97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21996 + - uid: 40834 components: - type: Transform - pos: 82.5,203.5 + pos: 230.5,-94.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21997 + - uid: 40835 components: - type: Transform - pos: 85.5,203.5 + pos: 215.5,126.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 21999 + - uid: 40836 components: - type: Transform - pos: 264.5,6.5 + pos: -157.5,-81.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22000 + - uid: 40837 components: - type: Transform - pos: -80.5,102.5 + pos: -112.5,26.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22001 + - uid: 40838 components: - type: Transform - pos: -84.5,157.5 + pos: -159.5,34.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22002 + - uid: 40839 components: - type: Transform - pos: -32.5,120.5 + pos: 128.5,228.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22003 + - uid: 40840 components: - type: Transform - pos: -136.5,112.5 + pos: 48.5,136.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22004 + - uid: 40841 components: - type: Transform - pos: -9.5,72.5 + pos: -73.5,12.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22005 + - uid: 40842 components: - type: Transform - pos: -93.5,91.5 + pos: -69.5,11.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22006 + - uid: 40843 components: - type: Transform - pos: -98.5,89.5 + pos: -124.5,-159.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22007 + - uid: 40844 components: - type: Transform - pos: -134.5,147.5 + pos: -34.5,-127.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22008 + - uid: 40845 components: - type: Transform - pos: -47.5,155.5 + pos: -33.5,-203.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22009 + - uid: 40846 components: - type: Transform - pos: -49.5,194.5 + pos: -188.5,-125.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22010 + - uid: 40847 components: - type: Transform - pos: -140.5,161.5 + pos: -209.5,-156.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22011 + - uid: 40848 components: - type: Transform - pos: -140.5,110.5 + pos: -219.5,-101.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22012 + - uid: 40849 components: - type: Transform - pos: -202.5,107.5 + pos: -148.5,4.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22013 + - uid: 40850 components: - type: Transform - pos: -153.5,88.5 + pos: -164.5,11.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22014 + - uid: 40851 components: - type: Transform - pos: -19.5,208.5 + pos: -237.5,-133.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22015 + - uid: 40852 components: - type: Transform - pos: 83.5,-223.5 + pos: -16.5,-99.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22016 + - uid: 40853 components: - type: Transform - pos: -237.5,-212.5 + pos: -79.5,-71.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22017 + - uid: 40854 components: - type: Transform - pos: 252.5,141.5 + pos: 77.5,-70.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22018 + - uid: 40855 components: - type: Transform - pos: 168.5,245.5 + pos: 262.5,-57.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22019 + - uid: 40856 components: - type: Transform - pos: 168.5,255.5 + pos: 258.5,-94.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22020 + - uid: 40857 components: - type: Transform - pos: 145.5,253.5 + pos: -204.5,27.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22021 + - uid: 40858 components: - type: Transform - pos: 255.5,101.5 + pos: -146.5,-140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22022 + - uid: 40859 components: - type: Transform - pos: -260.5,-71.5 + pos: -75.5,-146.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 27471 + - uid: 40860 components: - type: Transform - pos: 168.5,-494.5 + pos: -84.5,-158.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 27483 + - uid: 40861 components: - type: Transform - pos: 163.5,-459.5 + pos: -100.5,5.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 29198 + - uid: 40862 components: - type: Transform - pos: 139.5,-342.5 + pos: -14.5,-218.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 29299 + - uid: 40863 components: - type: Transform - pos: 188.5,-289.5 + pos: -54.5,-118.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44197 + - uid: 40864 components: - type: Transform - pos: -181.5,131.5 + pos: -83.5,-119.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44407 + - uid: 40865 components: - type: Transform - pos: -328.5,58.5 + pos: -140.5,-143.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44415 + - uid: 40866 components: - type: Transform - pos: -328.5,85.5 + pos: -231.5,-124.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44429 + - uid: 40867 components: - type: Transform - pos: -308.5,101.5 + pos: -58.5,-94.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44450 + - uid: 40868 components: - type: Transform - pos: -311.5,-137.5 + pos: -220.5,-108.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44555 + - uid: 40869 components: - type: Transform - pos: -257.5,69.5 + pos: -41.5,-212.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44714 + - uid: 40870 components: - type: Transform - pos: -241.5,64.5 + pos: 218.5,154.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44718 + - uid: 40871 components: - type: Transform - pos: -328.5,28.5 + pos: -75.5,-220.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45442 + - uid: 40872 components: - type: Transform - pos: -423.5,117.5 + pos: -105.5,-200.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45445 + - uid: 40873 components: - type: Transform - pos: -338.5,120.5 + pos: -219.5,-71.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45462 + - uid: 40874 components: - type: Transform - pos: -404.5,18.5 + pos: -143.5,-212.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45698 + - uid: 40875 components: - type: Transform - pos: -441.5,105.5 + pos: -126.5,-229.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45720 + - uid: 40876 components: - type: Transform - pos: -384.5,-1.5 + pos: -75.5,-74.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45721 + - uid: 40877 components: - type: Transform - pos: -423.5,22.5 + pos: 176.5,118.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45792 + - uid: 40878 components: - type: Transform - pos: -425.5,11.5 + pos: 124.5,224.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45796 + - uid: 40879 components: - type: Transform - pos: -381.5,15.5 + pos: 221.5,151.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 46025 + - uid: 40880 components: - type: Transform - pos: -399.5,151.5 + pos: 227.5,199.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 46956 + - uid: 40881 components: - type: Transform - pos: -412.5,166.5 + pos: 224.5,147.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 50343 + - uid: 40882 components: - type: Transform - pos: -362.5,-29.5 + pos: 75.5,21.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 56089 + - uid: 40883 components: - type: Transform - pos: -232.5,86.5 + pos: -14.5,20.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61041 + - uid: 40884 components: - type: Transform - pos: 187.5,256.5 + pos: 52.5,-97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61070 + - uid: 40885 components: - type: Transform - pos: 258.5,252.5 + pos: 3.5,20.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61187 + - uid: 40886 components: - type: Transform - pos: 187.5,-273.5 + pos: 32.5,-118.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61214 + - uid: 40887 components: - type: Transform - pos: 190.5,-348.5 + pos: 77.5,-122.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61220 + - uid: 40888 components: - type: Transform - pos: 183.5,-539.5 + pos: 79.5,176.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61226 + - uid: 40889 components: - type: Transform - pos: 184.5,-369.5 + pos: 37.5,113.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61238 + - uid: 40890 components: - type: Transform - pos: 161.5,-476.5 + pos: 93.5,80.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61256 + - uid: 40891 components: - type: Transform - pos: 149.5,-515.5 + pos: 46.5,119.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61259 + - uid: 40892 components: - type: Transform - pos: 157.5,-942.5 + pos: 137.5,52.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61266 + - uid: 40893 components: - type: Transform - pos: 134.5,-688.5 + pos: 95.5,120.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61271 + - uid: 40894 components: - type: Transform - pos: 174.5,-476.5 + pos: 104.5,31.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61279 + - uid: 40895 components: - type: Transform - pos: 137.5,-574.5 + pos: 110.5,46.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61295 + - uid: 40896 components: - type: Transform - pos: 132.5,-917.5 + pos: 0.5,173.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61321 + - uid: 40897 components: - type: Transform - pos: 185.5,-767.5 + pos: -88.5,43.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61339 + - uid: 40898 components: - type: Transform - pos: 185.5,-724.5 + pos: 136.5,-69.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61367 + - uid: 40899 components: - type: Transform - pos: 147.5,-1020.5 + pos: 150.5,-8.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61371 + - uid: 40900 components: - type: Transform - pos: 155.5,-1021.5 + pos: 227.5,0.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61378 + - uid: 40901 components: - type: Transform - pos: 186.5,-959.5 + pos: 139.5,-148.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61390 + - uid: 40902 components: - type: Transform - pos: 167.5,-1346.5 + pos: 126.5,-149.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61418 + - uid: 40903 components: - type: Transform - pos: 197.5,-1115.5 + pos: 27.5,209.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61422 + - uid: 40904 components: - type: Transform - pos: 189.5,-1055.5 + pos: 236.5,-79.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61429 + - uid: 40905 components: - type: Transform - pos: 181.5,-1207.5 + pos: 222.5,-45.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61432 + - uid: 40906 components: - type: Transform - pos: 170.5,-1208.5 + pos: 222.5,-155.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61445 + - uid: 40907 components: - type: Transform - pos: 152.5,-1145.5 + pos: 221.5,-53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61446 + - uid: 40908 components: - type: Transform - pos: 137.5,-1307.5 + pos: 222.5,-63.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61455 + - uid: 40909 components: - type: Transform - pos: 178.5,-1150.5 + pos: 152.5,-224.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61466 + - uid: 40910 components: - type: Transform - pos: 138.5,-1323.5 + pos: 205.5,-63.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61482 + - uid: 40911 components: - type: Transform - pos: 188.5,-1421.5 + pos: 202.5,-181.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61493 + - uid: 40912 components: - type: Transform - pos: 173.5,-1369.5 + pos: 158.5,-218.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61495 + - uid: 40913 components: - type: Transform - pos: 138.5,-1304.5 + pos: 136.5,-205.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61505 + - uid: 40914 components: - type: Transform - pos: 189.5,-1419.5 + pos: 214.5,-124.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62595 + - uid: 40915 components: - type: Transform - pos: 52.5,233.5 + pos: 177.5,-212.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62624 + - uid: 40916 components: - type: Transform - pos: -125.5,213.5 + pos: 246.5,-27.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 63404 + - uid: 40917 components: - type: Transform - pos: 76.5,-255.5 + pos: 247.5,-88.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64923 + - uid: 40918 components: - type: Transform - pos: 105.5,237.5 + pos: 241.5,-93.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64926 + - uid: 40919 components: - type: Transform - pos: 134.5,244.5 + pos: 232.5,53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65115 + - uid: 40920 components: - type: Transform - pos: -32.5,-269.5 + pos: 63.5,203.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65126 + - uid: 40921 components: - type: Transform - pos: 5.5,-242.5 + pos: 231.5,-194.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65142 + - uid: 40922 components: - type: Transform - pos: 88.5,-273.5 + pos: -120.5,27.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65157 + - uid: 40923 components: - type: Transform - pos: -46.5,-259.5 + pos: -83.5,98.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65160 + - uid: 40924 components: - type: Transform - pos: 32.5,-260.5 + pos: -95.5,135.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65171 + - uid: 40925 components: - type: Transform - pos: -28.5,-253.5 + pos: -87.5,63.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65177 + - uid: 40926 components: - type: Transform - pos: -74.5,-257.5 + pos: -142.5,119.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65185 + - uid: 40927 components: - type: Transform - pos: -84.5,-256.5 + pos: -59.5,122.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildMesquite - entities: - - uid: 10026 + - uid: 40928 components: - type: Transform - pos: 154.5,-300.5 + pos: -84.5,133.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 13356 + - uid: 40929 components: - type: Transform - pos: 139.5,-270.5 + pos: -94.5,161.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 17915 + - uid: 40930 components: - type: Transform - pos: 151.5,-399.5 + pos: -56.5,159.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19891 + - uid: 40931 components: - type: Transform - pos: 141.5,-645.5 + pos: -151.5,190.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22023 + - uid: 40932 components: - type: Transform - pos: 165.5,-29.5 + pos: -162.5,147.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22024 + - uid: 40933 components: - type: Transform - pos: 156.5,-8.5 + pos: -145.5,164.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22025 + - uid: 40934 components: - type: Transform - pos: 107.5,-228.5 + pos: -59.5,104.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22026 + - uid: 40935 components: - type: Transform - pos: 49.5,-206.5 + pos: -57.5,109.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22027 + - uid: 40936 components: - type: Transform - pos: 177.5,82.5 + pos: -102.5,121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22028 + - uid: 40937 components: - type: Transform - pos: 134.5,167.5 + pos: -104.5,192.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22029 + - uid: 40938 components: - type: Transform - pos: 120.5,135.5 + pos: -119.5,179.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22030 + - uid: 40939 components: - type: Transform - pos: -231.5,100.5 + pos: -99.5,103.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22031 + - uid: 40940 components: - type: Transform - pos: 61.5,224.5 + pos: -198.5,108.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22032 + - uid: 40941 components: - type: Transform - pos: -109.5,231.5 + pos: -18.5,219.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22033 + - uid: 40942 components: - type: Transform - pos: -161.5,34.5 + pos: 86.5,-221.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22034 + - uid: 40943 components: - type: Transform - pos: 149.5,-207.5 + pos: -89.5,-106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22035 + - uid: 40944 components: - type: Transform - pos: -21.5,-207.5 + pos: -87.5,-111.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22036 + - uid: 40945 components: - type: Transform - pos: 164.5,-235.5 + pos: 268.5,17.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22037 + - uid: 40946 components: - type: Transform - pos: -85.5,-198.5 + pos: 241.5,172.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22038 + - uid: 40947 components: - type: Transform - pos: -227.5,-164.5 + pos: 245.5,178.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22039 + - uid: 40948 components: - type: Transform - pos: -133.5,-165.5 + pos: 261.5,206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22040 + - uid: 40949 components: - type: Transform - pos: -104.5,181.5 + pos: 219.5,245.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22041 + - uid: 40950 components: - type: Transform - pos: -167.5,111.5 + pos: -333.5,-116.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22042 + - uid: 40951 components: - type: Transform - pos: -185.5,217.5 + pos: -281.5,-114.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22043 + - uid: 40952 components: - type: Transform - pos: 5.5,235.5 + pos: -321.5,-56.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22044 + - uid: 40953 components: - type: Transform - pos: 91.5,-95.5 + pos: -242.5,9.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22045 + - uid: 40954 components: - type: Transform - pos: 202.5,-174.5 + pos: -313.5,-79.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22046 + - uid: 40955 components: - type: Transform - pos: 212.5,-7.5 + pos: -333.5,4.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22047 + - uid: 40956 components: - type: Transform - pos: 208.5,119.5 + pos: -271.5,-129.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22048 + - uid: 40957 components: - type: Transform - pos: 57.5,121.5 + pos: -331.5,154.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22049 + - uid: 40958 components: - type: Transform - pos: 202.5,230.5 + pos: -462.5,42.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22050 + - uid: 40959 components: - type: Transform - pos: -159.5,10.5 + pos: 131.5,-467.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22051 + - uid: 40960 components: - type: Transform - pos: -86.5,78.5 + pos: -194.5,119.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22052 + - uid: 40961 components: - type: Transform - pos: -142.5,-96.5 + pos: -302.5,-134.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22053 + - uid: 40962 components: - type: Transform - pos: -71.5,82.5 + pos: -318.5,31.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22054 + - uid: 40963 components: - type: Transform - pos: -91.5,90.5 + pos: -304.5,37.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22055 + - uid: 40964 components: - type: Transform - pos: -115.5,-110.5 + pos: -249.5,72.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22056 + - uid: 40965 components: - type: Transform - pos: -69.5,8.5 + pos: -322.5,53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22057 + - uid: 40966 components: - type: Transform - pos: -168.5,-227.5 + pos: -349.5,-6.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22058 + - uid: 40967 components: - type: Transform - pos: -23.5,-107.5 + pos: -333.5,111.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22059 + - uid: 40968 components: - type: Transform - pos: 110.5,135.5 + pos: -433.5,34.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22060 + - uid: 40969 components: - type: Transform - pos: -89.5,-113.5 + pos: -437.5,45.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22061 + - uid: 40970 components: - type: Transform - pos: -66.5,-120.5 + pos: -356.5,125.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22062 + - uid: 40971 components: - type: Transform - pos: -51.5,-136.5 + pos: -380.5,122.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22064 + - uid: 40972 components: - type: Transform - pos: 22.5,-104.5 + pos: -323.5,129.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22065 + - uid: 40973 components: - type: Transform - pos: -132.5,158.5 + pos: -432.5,130.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22066 + - uid: 40974 components: - type: Transform - pos: -139.5,-205.5 + pos: -452.5,114.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22067 + - uid: 40975 components: - type: Transform - pos: -129.5,-226.5 + pos: -445.5,22.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22068 + - uid: 40976 components: - type: Transform - pos: -92.5,-71.5 + pos: -396.5,-8.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22069 + - uid: 40977 components: - type: Transform - pos: -127.5,-223.5 + pos: -373.5,149.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22070 + - uid: 40978 components: - type: Transform - pos: -24.5,-173.5 + pos: -352.5,14.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22071 + - uid: 40979 components: - type: Transform - pos: -125.5,-102.5 + pos: 134.5,-283.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22072 + - uid: 40980 components: - type: Transform - pos: 222.5,176.5 + pos: 131.5,-497.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22073 + - uid: 40981 components: - type: Transform - pos: 160.5,211.5 + pos: -359.5,-17.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22074 + - uid: 40982 components: - type: Transform - pos: 149.5,84.5 + pos: 223.5,265.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22075 + - uid: 40983 components: - type: Transform - pos: 91.5,221.5 + pos: 149.5,-392.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22076 + - uid: 40984 components: - type: Transform - pos: 15.5,-144.5 + pos: 159.5,-402.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22078 + - uid: 40985 components: - type: Transform - pos: -15.5,-116.5 + pos: 149.5,-382.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22079 + - uid: 40986 components: - type: Transform - pos: 2.5,-115.5 + pos: 143.5,-932.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22080 + - uid: 40987 components: - type: Transform - pos: 3.5,99.5 + pos: 159.5,-941.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22081 + - uid: 40988 components: - type: Transform - pos: -4.5,122.5 + pos: 144.5,-467.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22082 + - uid: 40989 components: - type: Transform - pos: 128.5,-61.5 + pos: 133.5,-1062.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22083 + - uid: 40990 components: - type: Transform - pos: 215.5,4.5 + pos: 199.5,-421.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22084 + - uid: 40991 components: - type: Transform - pos: 99.5,-93.5 + pos: 158.5,-587.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22085 + - uid: 40992 components: - type: Transform - pos: 46.5,-177.5 + pos: 196.5,-511.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22086 + - uid: 40993 components: - type: Transform - pos: 127.5,-183.5 + pos: 186.5,-516.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22087 + - uid: 40994 components: - type: Transform - pos: 108.5,-128.5 + pos: 160.5,-594.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22088 + - uid: 40995 components: - type: Transform - pos: 165.5,-128.5 + pos: 174.5,-444.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22089 + - uid: 40996 components: - type: Transform - pos: 142.5,-120.5 + pos: 129.5,-708.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22090 + - uid: 40997 components: - type: Transform - pos: 126.5,-221.5 + pos: 147.5,-1200.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22091 + - uid: 40998 components: - type: Transform - pos: 203.5,-179.5 + pos: 170.5,-808.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22092 + - uid: 40999 components: - type: Transform - pos: 253.5,-78.5 + pos: 196.5,-573.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22093 + - uid: 41000 components: - type: Transform - pos: -11.5,179.5 + pos: 192.5,-696.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22095 + - uid: 41001 components: - type: Transform - pos: 84.5,216.5 + pos: 155.5,-868.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22096 + - uid: 41002 components: - type: Transform - pos: -63.5,76.5 + pos: 177.5,-632.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22097 + - uid: 41003 components: - type: Transform - pos: -150.5,141.5 + pos: 136.5,-1386.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22098 + - uid: 41004 components: - type: Transform - pos: -97.5,110.5 + pos: 153.5,-761.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22099 + - uid: 41005 components: - type: Transform - pos: -162.5,97.5 + pos: 166.5,-685.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22100 + - uid: 41006 components: - type: Transform - pos: -196.5,79.5 + pos: 174.5,-926.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22101 + - uid: 41007 components: - type: Transform - pos: -225.5,78.5 + pos: 181.5,-1096.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22102 + - uid: 41008 components: - type: Transform - pos: 153.5,234.5 + pos: 142.5,-879.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22103 + - uid: 41009 components: - type: Transform - pos: 245.5,196.5 + pos: 186.5,-986.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22104 + - uid: 41010 components: - type: Transform - pos: -37.5,215.5 + pos: 128.5,-895.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 26901 + - uid: 41011 components: - type: Transform - pos: 130.5,-324.5 + pos: 135.5,-1061.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 29811 + - uid: 41012 components: - type: Transform - pos: -183.5,-236.5 + pos: 153.5,-1274.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44488 + - uid: 41013 components: - type: Transform - pos: -298.5,40.5 + pos: 184.5,-828.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44503 + - uid: 41014 components: - type: Transform - pos: -312.5,118.5 + pos: 187.5,-834.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45123 + - uid: 41015 components: - type: Transform - pos: -350.5,59.5 + pos: 160.5,-931.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45471 + - uid: 41016 components: - type: Transform - pos: -372.5,120.5 + pos: 174.5,-930.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 46073 + - uid: 41017 components: - type: Transform - pos: -451.5,58.5 + pos: 163.5,-958.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61046 + - uid: 41018 components: - type: Transform - pos: 191.5,259.5 + pos: 196.5,-984.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61166 + - uid: 41019 components: - type: Transform - pos: 133.5,-379.5 + pos: 199.5,-904.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61193 + - uid: 41020 components: - type: Transform - pos: 134.5,-1016.5 + pos: 165.5,-1091.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61209 + - uid: 41021 components: - type: Transform - pos: 138.5,-698.5 + pos: 192.5,-1035.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61230 + - uid: 41022 components: - type: Transform - pos: 163.5,-622.5 + pos: 199.5,-1048.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61242 + - uid: 41023 components: - type: Transform - pos: 154.5,-673.5 + pos: 141.5,-1370.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61246 + - uid: 41024 components: - type: Transform - pos: 193.5,-421.5 + pos: 147.5,-1380.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61252 + - uid: 41025 components: - type: Transform - pos: 133.5,-906.5 + pos: 153.5,-1142.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61274 + - uid: 41026 components: - type: Transform - pos: 198.5,-558.5 + pos: 198.5,-1140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61275 + - uid: 41027 components: - type: Transform - pos: 162.5,-1395.5 + pos: 170.5,-1148.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61276 + - uid: 41028 components: - type: Transform - pos: 163.5,-657.5 + pos: 161.5,-1334.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61283 + - uid: 41029 components: - type: Transform - pos: 168.5,-815.5 + pos: 183.5,-1248.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61293 + - uid: 41030 components: - type: Transform - pos: 130.5,-757.5 + pos: 173.5,-1330.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61294 + - uid: 41031 components: - type: Transform - pos: 178.5,-592.5 + pos: 161.5,-1355.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61309 + - uid: 41032 components: - type: Transform - pos: 199.5,-636.5 + pos: 197.5,-1274.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61320 + - uid: 41033 components: - type: Transform - pos: 170.5,-761.5 + pos: 192.5,-1410.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61344 + - uid: 41034 components: - type: Transform - pos: 138.5,-1368.5 + pos: -38.5,243.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61353 + - uid: 41035 components: - type: Transform - pos: 180.5,-833.5 + pos: -109.5,247.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61374 + - uid: 41036 components: - type: Transform - pos: 147.5,-1028.5 + pos: -51.5,238.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61375 + - uid: 41037 components: - type: Transform - pos: 180.5,-867.5 + pos: 20.5,-229.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61379 + - uid: 41038 components: - type: Transform - pos: 156.5,-1197.5 + pos: 82.5,-120.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61400 + - uid: 41039 components: - type: Transform - pos: 192.5,-935.5 + pos: -369.5,-16.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61406 + - uid: 41040 components: - type: Transform - pos: 151.5,-1186.5 + pos: -87.5,-250.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61410 + - uid: 41041 components: - type: Transform - pos: 162.5,-1022.5 + pos: 7.5,-277.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61423 + - uid: 41042 components: - type: Transform - pos: 143.5,-1214.5 + pos: -56.5,-294.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61501 + - uid: 41043 components: - type: Transform - pos: 171.5,-1326.5 + pos: -95.5,-240.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61508 + - uid: 41044 components: - type: Transform - pos: 189.5,-1344.5 + pos: 86.5,-256.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62512 + - uid: 41045 components: - type: Transform - pos: -129.5,217.5 + pos: 12.5,-300.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62612 + - uid: 41046 components: - type: Transform - pos: -56.5,234.5 + pos: 0.5,-285.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62649 + - uid: 41047 components: - type: Transform - pos: -127.5,224.5 + pos: 32.5,-250.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 63024 + - uid: 41048 components: - type: Transform - pos: 36.5,-230.5 + pos: -28.5,-271.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65151 + - uid: 41049 components: - type: Transform - pos: 113.5,-259.5 + pos: 295.5,128.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildMutfruit - entities: - - uid: 5432 + - uid: 41050 components: - type: Transform - pos: -50.5,210.5 + pos: 270.5,45.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 15044 + - uid: 41051 components: - type: Transform - pos: 174.5,-243.5 + pos: 257.5,123.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 16475 + - uid: 41052 components: - type: Transform - pos: -82.5,215.5 + pos: 322.5,127.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19901 + - uid: 41053 components: - type: Transform - pos: 131.5,-487.5 + pos: -371.5,-53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19913 +- proto: N14WastelandFloraWildBananaYucca + entities: + - uid: 41054 components: - type: Transform - pos: 165.5,-501.5 + pos: 132.5,-110.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19922 + - uid: 41055 components: - type: Transform - pos: 140.5,-524.5 + pos: -232.5,-133.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22105 + - uid: 41056 components: - type: Transform - pos: -214.5,195.5 + pos: -145.5,-72.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22106 + - uid: 41057 components: - type: Transform - pos: 144.5,36.5 + pos: -62.5,-174.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22107 + - uid: 41058 components: - type: Transform - pos: -37.5,171.5 + pos: -336.5,-40.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22108 + - uid: 41059 components: - type: Transform - pos: -215.5,-118.5 + pos: 135.5,-47.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22109 + - uid: 41060 components: - type: Transform - pos: 161.5,-46.5 + pos: 167.5,-14.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22110 + - uid: 41061 components: - type: Transform - pos: -179.5,-202.5 + pos: 208.5,19.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22111 + - uid: 41062 components: - type: Transform - pos: -202.5,-107.5 + pos: 75.5,-170.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22112 + - uid: 41063 components: - type: Transform - pos: 41.5,-222.5 + pos: -18.5,84.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22113 + - uid: 41064 components: - type: Transform - pos: -221.5,127.5 + pos: -211.5,53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22114 + - uid: 41065 components: - type: Transform - pos: 119.5,-78.5 + pos: 246.5,33.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22115 + - uid: 41066 components: - type: Transform - pos: 154.5,35.5 + pos: -255.5,-121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22116 + - uid: 41067 components: - type: Transform - pos: 126.5,235.5 + pos: 311.5,153.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22117 + - uid: 41068 components: - type: Transform - pos: 137.5,-160.5 + pos: 134.5,-416.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22118 + - uid: 41069 components: - type: Transform - pos: 122.5,-105.5 + pos: -442.5,140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22119 + - uid: 41070 components: - type: Transform - pos: -32.5,180.5 + pos: -440.5,2.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22120 + - uid: 41071 components: - type: Transform - pos: -182.5,-209.5 + pos: 196.5,-366.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22121 + - uid: 41072 components: - type: Transform - pos: -155.5,-229.5 + pos: 152.5,-548.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22122 + - uid: 41073 components: - type: Transform - pos: -143.5,-200.5 + pos: 157.5,-795.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22123 + - uid: 41074 components: - type: Transform - pos: -219.5,-192.5 + pos: 162.5,-867.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22124 + - uid: 41075 components: - type: Transform - pos: 95.5,-175.5 + pos: 178.5,-859.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22125 + - uid: 41076 components: - type: Transform - pos: -214.5,128.5 + pos: 156.5,-1026.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22127 + - uid: 41077 components: - type: Transform - pos: -216.5,233.5 + pos: 183.5,-1187.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22128 + - uid: 41078 components: - type: Transform - pos: -199.5,3.5 + pos: -128.5,206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22129 + - uid: 41079 components: - type: Transform - pos: -164.5,-74.5 + pos: 27.5,243.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22130 + - uid: 41080 components: - type: Transform - pos: -185.5,88.5 + pos: -141.5,219.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22131 + - uid: 41081 components: - type: Transform - pos: 102.5,142.5 + pos: -41.5,-281.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22132 + - uid: 41082 components: - type: Transform - pos: -5.5,195.5 + pos: 47.5,-245.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22133 + - uid: 41083 components: - type: Transform - pos: -0.5,209.5 + pos: 275.5,25.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22134 +- proto: N14WastelandFloraWildBarrelCactus + entities: + - uid: 41084 components: - type: Transform - pos: -116.5,208.5 + pos: -210.5,109.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22135 + - uid: 41085 components: - type: Transform - pos: -91.5,222.5 + pos: -212.5,132.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22136 + - uid: 41086 components: - type: Transform - pos: -15.5,185.5 + pos: -77.5,221.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22137 + - uid: 41087 components: - type: Transform - pos: -318.5,7.5 + pos: -246.5,97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22138 + - uid: 41088 components: - type: Transform - pos: 75.5,96.5 + pos: 152.5,-553.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22139 + - uid: 41089 components: - type: Transform - pos: 87.5,231.5 + pos: 128.5,-356.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22140 + - uid: 41090 components: - type: Transform - pos: 91.5,216.5 + pos: 161.5,-359.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22142 + - uid: 41091 components: - type: Transform - pos: 208.5,-87.5 + pos: -237.5,-226.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22143 + - uid: 41092 components: - type: Transform - pos: -89.5,162.5 + pos: 258.5,-36.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22144 + - uid: 41093 components: - type: Transform - pos: -63.5,164.5 + pos: 135.5,-142.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22145 + - uid: 41094 components: - type: Transform - pos: -122.5,163.5 + pos: 211.5,119.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22146 + - uid: 41095 components: - type: Transform - pos: -311.5,-17.5 + pos: 171.5,-38.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22147 + - uid: 41096 components: - type: Transform - pos: 189.5,75.5 + pos: -47.5,-226.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22148 + - uid: 41097 components: - type: Transform - pos: 218.5,-156.5 + pos: 113.5,79.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22149 + - uid: 41098 components: - type: Transform - pos: 207.5,-61.5 + pos: 116.5,215.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22150 + - uid: 41099 components: - type: Transform - pos: -265.5,-7.5 + pos: 40.5,-206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22151 + - uid: 41100 components: - type: Transform - pos: -274.5,-6.5 + pos: -219.5,-135.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22152 + - uid: 41101 components: - type: Transform - pos: -24.5,128.5 + pos: -228.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22153 + - uid: 41102 components: - type: Transform - pos: -100.5,81.5 + pos: -61.5,-177.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22154 + - uid: 41103 components: - type: Transform - pos: -75.5,82.5 + pos: -49.5,-204.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22155 + - uid: 41104 components: - type: Transform - pos: -84.5,64.5 + pos: -222.5,136.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22156 + - uid: 41105 components: - type: Transform - pos: -26.5,-94.5 + pos: -231.5,-193.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22157 + - uid: 41106 components: - type: Transform - pos: -127.5,77.5 + pos: -231.5,58.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22158 + - uid: 41107 components: - type: Transform - pos: -117.5,-130.5 + pos: -230.5,1.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22160 + - uid: 41108 components: - type: Transform - pos: -28.5,-114.5 + pos: -129.5,232.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22161 + - uid: 41109 components: - type: Transform - pos: -66.5,-136.5 + pos: -179.5,175.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22162 + - uid: 41110 components: - type: Transform - pos: 30.5,-151.5 + pos: -8.5,187.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22163 + - uid: 41111 components: - type: Transform - pos: 262.5,-110.5 + pos: 206.5,-87.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22164 + - uid: 41112 components: - type: Transform - pos: -252.5,-114.5 + pos: 67.5,89.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22165 + - uid: 41113 components: - type: Transform - pos: 21.5,-155.5 + pos: 226.5,38.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22166 + - uid: 41114 components: - type: Transform - pos: -13.5,-144.5 + pos: 200.5,-75.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22167 + - uid: 41115 components: - type: Transform - pos: 12.5,-128.5 + pos: 190.5,3.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22168 + - uid: 41116 components: - type: Transform - pos: 47.5,-96.5 + pos: 208.5,-135.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22170 + - uid: 41117 components: - type: Transform - pos: 65.5,-76.5 + pos: 228.5,-139.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22171 + - uid: 41118 components: - type: Transform - pos: 73.5,-95.5 + pos: 60.5,114.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22172 + - uid: 41119 components: - type: Transform - pos: -152.5,106.5 + pos: -7.5,80.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22173 + - uid: 41120 components: - type: Transform - pos: -116.5,142.5 + pos: 46.5,104.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22174 + - uid: 41121 components: - type: Transform - pos: -220.5,-205.5 + pos: 62.5,127.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22175 + - uid: 41122 components: - type: Transform - pos: -125.5,-143.5 + pos: 223.5,104.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22176 + - uid: 41123 components: - type: Transform - pos: -221.5,-74.5 + pos: -220.5,92.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22177 + - uid: 41124 components: - type: Transform - pos: -79.5,-193.5 + pos: -18.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22178 + - uid: 41125 components: - type: Transform - pos: -121.5,-70.5 + pos: -135.5,-81.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22179 + - uid: 41126 components: - type: Transform - pos: -76.5,-76.5 + pos: -41.5,112.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22180 + - uid: 41127 components: - type: Transform - pos: -75.5,-77.5 + pos: -240.5,-203.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22181 + - uid: 41128 components: - type: Transform - pos: -7.5,-205.5 + pos: -120.5,-138.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22182 + - uid: 41129 components: - type: Transform - pos: 210.5,162.5 + pos: -167.5,-213.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22183 + - uid: 41130 components: - type: Transform - pos: 154.5,112.5 + pos: -197.5,-132.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22184 + - uid: 41131 components: - type: Transform - pos: 16.5,-141.5 + pos: -251.5,-104.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22185 + - uid: 41132 components: - type: Transform - pos: 54.5,-132.5 + pos: -141.5,143.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22186 + - uid: 41133 components: - type: Transform - pos: 60.5,-95.5 + pos: -113.5,112.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22187 + - uid: 41134 components: - type: Transform - pos: 100.5,74.5 + pos: -346.5,-54.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22188 + - uid: 41135 components: - type: Transform - pos: 11.5,76.5 + pos: 258.5,-98.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22189 + - uid: 41136 components: - type: Transform - pos: 34.5,-34.5 + pos: 58.5,-93.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22190 + - uid: 41137 components: - type: Transform - pos: 98.5,-77.5 + pos: -243.5,30.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22191 + - uid: 41138 components: - type: Transform - pos: 158.5,-16.5 + pos: -97.5,159.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22192 + - uid: 41139 components: - type: Transform - pos: 209.5,-5.5 + pos: -176.5,18.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22193 + - uid: 41140 components: - type: Transform - pos: 56.5,-190.5 + pos: -221.5,-207.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22194 + - uid: 41141 components: - type: Transform - pos: 99.5,-134.5 + pos: -229.5,-100.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22195 + - uid: 41142 components: - type: Transform - pos: 162.5,-132.5 + pos: -108.5,-202.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22196 + - uid: 41143 components: - type: Transform - pos: 214.5,-48.5 + pos: 128.5,-70.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22197 + - uid: 41144 components: - type: Transform - pos: 214.5,-163.5 + pos: -124.5,10.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22198 + - uid: 41145 components: - type: Transform - pos: 207.5,-102.5 + pos: -175.5,-91.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22199 + - uid: 41146 components: - type: Transform - pos: 103.5,-204.5 + pos: -90.5,4.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22200 + - uid: 41147 components: - type: Transform - pos: 229.5,-186.5 + pos: 124.5,109.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22201 + - uid: 41148 components: - type: Transform - pos: 260.5,-59.5 + pos: 202.5,88.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22202 + - uid: 41149 components: - type: Transform - pos: -59.5,192.5 + pos: 188.5,151.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22203 + - uid: 41150 components: - type: Transform - pos: -53.5,119.5 + pos: 10.5,-109.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22204 + - uid: 41151 components: - type: Transform - pos: -108.5,174.5 + pos: 68.5,142.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22205 + - uid: 41152 components: - type: Transform - pos: -54.5,87.5 + pos: 53.5,90.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22206 + - uid: 41153 components: - type: Transform - pos: -43.5,161.5 + pos: 100.5,80.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22207 + - uid: 41154 components: - type: Transform - pos: -22.5,188.5 + pos: 69.5,-3.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22208 + - uid: 41155 components: - type: Transform - pos: -100.5,119.5 + pos: 2.5,189.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22209 + - uid: 41156 components: - type: Transform - pos: -98.5,195.5 + pos: -214.5,37.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22210 + - uid: 41157 components: - type: Transform - pos: -127.5,187.5 + pos: -217.5,29.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22211 + - uid: 41158 components: - type: Transform - pos: 248.5,42.5 + pos: -89.5,39.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22212 + - uid: 41159 components: - type: Transform - pos: 164.5,249.5 + pos: 167.5,-22.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44191 + - uid: 41160 components: - type: Transform - pos: -169.5,175.5 + pos: 224.5,-2.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44284 + - uid: 41161 components: - type: Transform - pos: -181.5,146.5 + pos: 123.5,-101.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44345 + - uid: 41162 components: - type: Transform - pos: -304.5,16.5 + pos: 138.5,-138.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44601 + - uid: 41163 components: - type: Transform - pos: -282.5,109.5 + pos: 110.5,-196.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44638 + - uid: 41164 components: - type: Transform - pos: 37.5,-214.5 + pos: 70.5,-178.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44691 + - uid: 41165 components: - type: Transform - pos: -326.5,119.5 + pos: 110.5,-130.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44695 + - uid: 41166 components: - type: Transform - pos: -272.5,108.5 + pos: 224.5,-73.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44711 + - uid: 41167 components: - type: Transform - pos: -289.5,116.5 + pos: 136.5,-115.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44730 + - uid: 41168 components: - type: Transform - pos: -237.5,39.5 + pos: 218.5,-140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45245 + - uid: 41169 components: - type: Transform - pos: -361.5,53.5 + pos: 187.5,-222.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45425 + - uid: 41170 components: - type: Transform - pos: -430.5,119.5 + pos: 223.5,-210.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45428 + - uid: 41171 components: - type: Transform - pos: -445.5,149.5 + pos: 211.5,-219.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45694 + - uid: 41172 components: - type: Transform - pos: -438.5,106.5 + pos: -115.5,152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45795 + - uid: 41173 components: - type: Transform - pos: -384.5,13.5 + pos: 254.5,-23.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 48024 + - uid: 41174 components: - type: Transform - pos: 170.5,-256.5 + pos: 63.5,212.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 50330 + - uid: 41175 components: - type: Transform - pos: -359.5,-41.5 + pos: 92.5,-122.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61040 + - uid: 41176 components: - type: Transform - pos: 176.5,258.5 + pos: 267.5,-41.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61188 + - uid: 41177 components: - type: Transform - pos: 157.5,-327.5 + pos: 261.5,-11.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61194 + - uid: 41178 components: - type: Transform - pos: 130.5,-429.5 + pos: -62.5,114.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61207 + - uid: 41179 components: - type: Transform - pos: 182.5,-604.5 + pos: -216.5,69.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61210 + - uid: 41180 components: - type: Transform - pos: 174.5,-320.5 + pos: -148.5,124.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61217 + - uid: 41181 components: - type: Transform - pos: 152.5,-922.5 + pos: -113.5,96.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61239 + - uid: 41182 components: - type: Transform - pos: 128.5,-1114.5 + pos: -71.5,189.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61258 + - uid: 41183 components: - type: Transform - pos: 170.5,-446.5 + pos: -156.5,156.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61267 + - uid: 41184 components: - type: Transform - pos: 176.5,-700.5 + pos: -96.5,148.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61286 + - uid: 41185 components: - type: Transform - pos: 154.5,-747.5 + pos: -66.5,87.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61291 + - uid: 41186 components: - type: Transform - pos: 183.5,-584.5 + pos: -163.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61297 + - uid: 41187 components: - type: Transform - pos: 172.5,-612.5 + pos: -218.5,95.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61302 + - uid: 41188 components: - type: Transform - pos: 188.5,-779.5 + pos: -136.5,86.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61311 + - uid: 41189 components: - type: Transform - pos: 153.5,-830.5 + pos: 70.5,-217.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61314 + - uid: 41190 components: - type: Transform - pos: 130.5,-1399.5 + pos: -70.5,-100.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61323 + - uid: 41191 components: - type: Transform - pos: 153.5,-1008.5 + pos: 255.5,24.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61331 + - uid: 41192 components: - type: Transform - pos: 177.5,-797.5 + pos: 179.5,238.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61351 + - uid: 41193 components: - type: Transform - pos: 138.5,-1233.5 + pos: 250.5,199.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61352 + - uid: 41194 components: - type: Transform - pos: 179.5,-832.5 + pos: 245.5,103.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61364 + - uid: 41195 components: - type: Transform - pos: 159.5,-857.5 + pos: 15.5,225.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61366 + - uid: 41196 components: - type: Transform - pos: 173.5,-860.5 + pos: 204.5,67.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61384 + - uid: 41197 components: - type: Transform - pos: 169.5,-964.5 + pos: -265.5,-100.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61403 + - uid: 41198 components: - type: Transform - pos: 146.5,-1187.5 + pos: -288.5,-121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61405 + - uid: 41199 components: - type: Transform - pos: 151.5,-1272.5 + pos: -305.5,-54.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61409 + - uid: 41200 components: - type: Transform - pos: 157.5,-1251.5 + pos: -331.5,1.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61414 + - uid: 41201 components: - type: Transform - pos: 187.5,-1021.5 + pos: 156.5,-900.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61434 + - uid: 41202 components: - type: Transform - pos: 184.5,-1134.5 + pos: 144.5,-335.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61447 + - uid: 41203 components: - type: Transform - pos: 157.5,-1144.5 + pos: 149.5,-511.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61465 + - uid: 41204 components: - type: Transform - pos: 136.5,-1323.5 + pos: 139.5,-559.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61469 + - uid: 41205 components: - type: Transform - pos: 166.5,-1246.5 + pos: 172.5,-292.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61477 + - uid: 41206 components: - type: Transform - pos: 187.5,-1282.5 + pos: -176.5,152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61498 + - uid: 41207 components: - type: Transform - pos: 183.5,-1319.5 + pos: 40.5,-202.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62610 + - uid: 41208 components: - type: Transform - pos: -102.5,247.5 + pos: -325.5,56.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62625 + - uid: 41209 components: - type: Transform - pos: -43.5,233.5 + pos: -429.5,73.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 63876 + - uid: 41210 components: - type: Transform - pos: -370.5,-36.5 + pos: -432.5,24.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65127 + - uid: 41211 components: - type: Transform - pos: 88.5,-114.5 + pos: -404.5,158.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65139 + - uid: 41212 components: - type: Transform - pos: 14.5,-253.5 + pos: -461.5,120.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65150 + - uid: 41213 components: - type: Transform - pos: 115.5,-261.5 + pos: -384.5,166.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65163 + - uid: 41214 components: - type: Transform - pos: 40.5,-268.5 + pos: 128.5,-764.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65175 + - uid: 41215 components: - type: Transform - pos: 25.5,-264.5 + pos: -352.5,-25.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65186 + - uid: 41216 components: - type: Transform - pos: 45.5,-273.5 + pos: 22.5,-210.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65193 + - uid: 41217 components: - type: Transform - pos: -51.5,-254.5 + pos: 165.5,-461.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65199 + - uid: 41218 components: - type: Transform - pos: -46.5,-235.5 + pos: 181.5,-817.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildPinyon - entities: - - uid: 19895 + - uid: 41219 components: - type: Transform - pos: 133.5,-907.5 + pos: 178.5,-600.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19928 + - uid: 41220 components: - type: Transform - pos: 163.5,-361.5 + pos: 156.5,-615.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22213 + - uid: 41221 components: - type: Transform - pos: -166.5,-150.5 + pos: 134.5,-1013.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22214 + - uid: 41222 components: - type: Transform - pos: 83.5,-225.5 + pos: 167.5,-941.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22215 + - uid: 41223 components: - type: Transform - pos: -33.5,-201.5 + pos: 139.5,-868.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22216 + - uid: 41224 components: - type: Transform - pos: -117.5,209.5 + pos: 132.5,-947.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22217 + - uid: 41225 components: - type: Transform - pos: 222.5,135.5 + pos: 180.5,-816.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22218 + - uid: 41226 components: - type: Transform - pos: 111.5,144.5 + pos: 140.5,-817.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22219 + - uid: 41227 components: - type: Transform - pos: 211.5,23.5 + pos: 139.5,-1027.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22220 + - uid: 41228 components: - type: Transform - pos: 228.5,21.5 + pos: 149.5,-716.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22221 + - uid: 41229 components: - type: Transform - pos: 139.5,226.5 + pos: 195.5,-740.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22222 + - uid: 41230 components: - type: Transform - pos: -9.5,61.5 + pos: 197.5,-664.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22223 + - uid: 41231 components: - type: Transform - pos: -143.5,37.5 + pos: 174.5,-1112.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22224 + - uid: 41232 components: - type: Transform - pos: -338.5,-72.5 + pos: 199.5,-681.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22225 + - uid: 41233 components: - type: Transform - pos: 209.5,115.5 + pos: 131.5,-1199.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22226 + - uid: 41234 components: - type: Transform - pos: 104.5,55.5 + pos: 146.5,-874.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22227 + - uid: 41235 components: - type: Transform - pos: -121.5,125.5 + pos: 134.5,-881.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22228 + - uid: 41236 components: - type: Transform - pos: -130.5,-169.5 + pos: 128.5,-1141.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22229 + - uid: 41237 components: - type: Transform - pos: -124.5,-231.5 + pos: 154.5,-1132.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22230 + - uid: 41238 components: - type: Transform - pos: -223.5,-217.5 + pos: 135.5,-1238.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22231 + - uid: 41239 components: - type: Transform - pos: -148.5,-136.5 + pos: 157.5,-930.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22232 + - uid: 41240 components: - type: Transform - pos: -222.5,-217.5 + pos: 158.5,-1018.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22233 + - uid: 41241 components: - type: Transform - pos: -46.5,-70.5 + pos: 189.5,-881.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22234 + - uid: 41242 components: - type: Transform - pos: 155.5,120.5 + pos: 189.5,-1089.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22235 + - uid: 41243 components: - type: Transform - pos: 97.5,173.5 + pos: 175.5,-1095.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22236 + - uid: 41244 components: - type: Transform - pos: 65.5,-104.5 + pos: 149.5,-944.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22237 + - uid: 41245 components: - type: Transform - pos: 79.5,58.5 + pos: 153.5,-1382.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22238 + - uid: 41246 components: - type: Transform - pos: 75.5,144.5 + pos: 164.5,-1381.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22239 + - uid: 41247 components: - type: Transform - pos: 67.5,167.5 + pos: 187.5,-1155.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22240 + - uid: 41248 components: - type: Transform - pos: 96.5,123.5 + pos: 197.5,-1408.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22241 + - uid: 41249 components: - type: Transform - pos: 70.5,17.5 + pos: 17.5,243.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22242 + - uid: 41250 components: - type: Transform - pos: 64.5,109.5 + pos: 32.5,241.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22243 + - uid: 41251 components: - type: Transform - pos: 19.5,131.5 + pos: -116.5,245.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22244 + - uid: 41252 components: - type: Transform - pos: -231.5,28.5 + pos: -118.5,-57.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22245 + - uid: 41253 components: - type: Transform - pos: 146.5,-62.5 + pos: -117.5,-56.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22246 + - uid: 41254 components: - type: Transform - pos: 142.5,-64.5 + pos: -118.5,-58.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22247 + - uid: 41255 components: - type: Transform - pos: 186.5,-18.5 + pos: -116.5,-57.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22248 + - uid: 41256 components: - type: Transform - pos: 228.5,-2.5 + pos: 81.5,-257.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22250 + - uid: 41257 components: - type: Transform - pos: 118.5,-135.5 + pos: 67.5,-259.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22251 + - uid: 41258 components: - type: Transform - pos: -100.5,181.5 + pos: 45.5,-269.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22252 + - uid: 41259 components: - type: Transform - pos: 111.5,-161.5 + pos: 73.5,-107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22253 + - uid: 41260 components: - type: Transform - pos: 202.5,-180.5 + pos: 285.5,128.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22254 + - uid: 41261 components: - type: Transform - pos: -139.5,94.5 + pos: 292.5,34.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22255 + - uid: 41262 components: - type: Transform - pos: -24.5,112.5 + pos: 279.5,140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22256 + - uid: 41263 components: - type: Transform - pos: -117.5,186.5 + pos: 358.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22257 + - uid: 41264 components: - type: Transform - pos: -94.5,109.5 + pos: 317.5,55.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22258 + - uid: 41265 components: - type: Transform - pos: -160.5,106.5 + pos: 349.5,98.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22259 + - uid: 41266 components: - type: Transform - pos: -305.5,-45.5 + pos: 334.5,104.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22260 + - uid: 41267 components: - type: Transform - pos: -275.5,-102.5 + pos: 95.5,-130.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22261 +- proto: N14WastelandFloraWildBroc + entities: + - uid: 41268 components: - type: Transform - pos: -311.5,-84.5 + pos: 150.5,120.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44495 + - uid: 41269 components: - type: Transform - pos: -249.5,42.5 + pos: 135.5,149.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44551 + - uid: 41270 components: - type: Transform - pos: -285.5,67.5 + pos: 145.5,144.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44603 +- proto: N14WastelandFloraWildBuffaloGourd + entities: + - uid: 41271 components: - type: Transform - pos: -272.5,74.5 + pos: 305.5,37.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45191 + - uid: 41272 components: - type: Transform - pos: -354.5,66.5 + pos: 306.5,39.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45429 + - uid: 41273 components: - type: Transform - pos: -360.5,34.5 + pos: 152.5,-370.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45650 + - uid: 41274 components: - type: Transform - pos: -455.5,59.5 + pos: 147.5,-567.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45697 + - uid: 41275 components: - type: Transform - pos: -442.5,91.5 + pos: -209.5,138.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 46674 + - uid: 41276 components: - type: Transform - pos: -371.5,153.5 + pos: 133.5,-249.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 49918 + - uid: 41277 components: - type: Transform - pos: -236.5,-233.5 + pos: 147.5,9.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61076 + - uid: 41278 components: - type: Transform - pos: 134.5,-347.5 + pos: 132.5,102.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61181 + - uid: 41279 components: - type: Transform - pos: 135.5,-837.5 + pos: 16.5,-18.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61240 + - uid: 41280 components: - type: Transform - pos: 159.5,-413.5 + pos: -22.5,-216.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61255 + - uid: 41281 components: - type: Transform - pos: 151.5,-517.5 + pos: 179.5,35.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61261 + - uid: 41282 components: - type: Transform - pos: 164.5,-716.5 + pos: 87.5,75.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61263 + - uid: 41283 components: - type: Transform - pos: 169.5,-714.5 + pos: 126.5,127.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61288 + - uid: 41284 components: - type: Transform - pos: 151.5,-748.5 + pos: 156.5,-31.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61292 + - uid: 41285 components: - type: Transform - pos: 151.5,-759.5 + pos: 142.5,-110.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61303 + - uid: 41286 components: - type: Transform - pos: 182.5,-617.5 + pos: -67.5,170.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61310 + - uid: 41287 components: - type: Transform - pos: 191.5,-818.5 + pos: 129.5,-103.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61337 + - uid: 41288 components: - type: Transform - pos: 169.5,-901.5 + pos: 91.5,-173.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61345 + - uid: 41289 components: - type: Transform - pos: 186.5,-731.5 + pos: 87.5,61.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61349 + - uid: 41290 components: - type: Transform - pos: 182.5,-829.5 + pos: -188.5,162.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61369 + - uid: 41291 components: - type: Transform - pos: 151.5,-1338.5 + pos: -221.5,-175.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61372 + - uid: 41292 components: - type: Transform - pos: 192.5,-1181.5 + pos: -222.5,217.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61373 + - uid: 41293 components: - type: Transform - pos: 197.5,-859.5 + pos: 107.5,-153.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61395 + - uid: 41294 components: - type: Transform - pos: 171.5,-1173.5 + pos: 213.5,225.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61427 + - uid: 41295 components: - type: Transform - pos: 155.5,-1349.5 + pos: 96.5,-100.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61439 + - uid: 41296 components: - type: Transform - pos: 167.5,-1220.5 + pos: -177.5,142.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61476 + - uid: 41297 components: - type: Transform - pos: 173.5,-1373.5 + pos: -162.5,239.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61485 + - uid: 41298 components: - type: Transform - pos: 172.5,-1275.5 + pos: 219.5,82.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62644 + - uid: 41299 components: - type: Transform - pos: -95.5,224.5 + pos: -327.5,-8.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64453 + - uid: 41300 components: - type: Transform - pos: -464.5,57.5 + pos: 144.5,227.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64920 + - uid: 41301 components: - type: Transform - pos: 109.5,236.5 + pos: 116.5,81.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65128 + - uid: 41302 components: - type: Transform - pos: -88.5,-264.5 + pos: -47.5,109.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildPricklypear - entities: - - uid: 8495 + - uid: 41303 components: - type: Transform - pos: -319.5,97.5 + pos: -243.5,-209.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22262 + - uid: 41304 components: - type: Transform - pos: 29.5,17.5 + pos: -63.5,-229.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22263 + - uid: 41305 components: - type: Transform - pos: -48.5,-165.5 + pos: -79.5,-138.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22264 + - uid: 41306 components: - type: Transform - pos: 109.5,-72.5 + pos: 262.5,-51.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22265 + - uid: 41307 components: - type: Transform - pos: -221.5,48.5 + pos: -107.5,118.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22266 + - uid: 41308 components: - type: Transform - pos: -118.5,177.5 + pos: -157.5,123.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22267 + - uid: 41309 components: - type: Transform - pos: -196.5,138.5 + pos: -117.5,-140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22268 + - uid: 41310 components: - type: Transform - pos: 226.5,161.5 + pos: -124.5,8.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22270 + - uid: 41311 components: - type: Transform - pos: -238.5,-147.5 + pos: -338.5,-17.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22271 + - uid: 41312 components: - type: Transform - pos: -137.5,-134.5 + pos: 152.5,222.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22272 + - uid: 41313 components: - type: Transform - pos: -63.5,-205.5 + pos: 103.5,152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22273 + - uid: 41314 components: - type: Transform - pos: -224.5,-111.5 + pos: 95.5,150.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22274 + - uid: 41315 components: - type: Transform - pos: -199.5,-201.5 + pos: 118.5,82.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22275 + - uid: 41316 components: - type: Transform - pos: 80.5,-56.5 + pos: 12.5,24.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22276 + - uid: 41317 components: - type: Transform - pos: -14.5,-138.5 + pos: 72.5,123.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22277 + - uid: 41318 components: - type: Transform - pos: 75.5,159.5 + pos: 19.5,-121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22278 + - uid: 41319 components: - type: Transform - pos: 12.5,177.5 + pos: 22.5,166.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22279 + - uid: 41320 components: - type: Transform - pos: 45.5,111.5 + pos: 60.5,98.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22280 + - uid: 41321 components: - type: Transform - pos: 104.5,100.5 + pos: 129.5,-107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22281 + - uid: 41322 components: - type: Transform - pos: 180.5,-210.5 + pos: 137.5,54.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22282 + - uid: 41323 components: - type: Transform - pos: 211.5,-130.5 + pos: 111.5,56.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22283 + - uid: 41324 components: - type: Transform - pos: 214.5,-93.5 + pos: 139.5,35.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22284 + - uid: 41325 components: - type: Transform - pos: 263.5,-22.5 + pos: 155.5,30.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22285 + - uid: 41326 components: - type: Transform - pos: -41.5,140.5 + pos: 147.5,-29.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22286 + - uid: 41327 components: - type: Transform - pos: -157.5,164.5 + pos: 129.5,-101.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22287 + - uid: 41328 components: - type: Transform - pos: -20.5,83.5 + pos: 50.5,-152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22288 + - uid: 41329 components: - type: Transform - pos: -165.5,115.5 + pos: 98.5,-188.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22289 + - uid: 41330 components: - type: Transform - pos: 264.5,189.5 + pos: 184.5,-219.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22290 + - uid: 41331 components: - type: Transform - pos: -259.5,-126.5 + pos: -109.5,193.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44431 + - uid: 41332 components: - type: Transform - pos: -310.5,58.5 + pos: 264.5,-29.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44738 + - uid: 41333 components: - type: Transform - pos: -248.5,113.5 + pos: -101.5,92.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45292 + - uid: 41334 components: - type: Transform - pos: -375.5,94.5 + pos: -50.5,113.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45557 + - uid: 41335 components: - type: Transform - pos: -361.5,143.5 + pos: -123.5,136.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 46567 + - uid: 41336 components: - type: Transform - pos: -397.5,154.5 + pos: -114.5,109.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61190 + - uid: 41337 components: - type: Transform - pos: 188.5,-274.5 + pos: -163.5,88.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61218 + - uid: 41338 components: - type: Transform - pos: 171.5,-362.5 + pos: -32.5,207.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61233 + - uid: 41339 components: - type: Transform - pos: 192.5,-383.5 + pos: -247.5,8.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61241 + - uid: 41340 components: - type: Transform - pos: 199.5,-499.5 + pos: 148.5,247.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61316 + - uid: 41341 components: - type: Transform - pos: 192.5,-677.5 + pos: 246.5,99.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61333 + - uid: 41342 components: - type: Transform - pos: 156.5,-725.5 + pos: 243.5,254.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61362 + - uid: 41343 components: - type: Transform - pos: 146.5,-859.5 + pos: -268.5,-121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61365 + - uid: 41344 components: - type: Transform - pos: 160.5,-858.5 + pos: -292.5,-63.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61391 + - uid: 41345 components: - type: Transform - pos: 182.5,-904.5 + pos: -311.5,-95.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61470 + - uid: 41346 components: - type: Transform - pos: 172.5,-1240.5 + pos: 286.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61473 + - uid: 41347 components: - type: Transform - pos: 169.5,-1279.5 + pos: 172.5,-312.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62646 + - uid: 41348 components: - type: Transform - pos: -88.5,236.5 + pos: 145.5,-456.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64429 + - uid: 41349 components: - type: Transform - pos: -465.5,43.5 + pos: -173.5,149.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64933 + - uid: 41350 components: - type: Transform - pos: 118.5,232.5 + pos: -297.5,19.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65119 + - uid: 41351 components: - type: Transform - pos: 27.5,-282.5 + pos: -303.5,126.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65131 + - uid: 41352 components: - type: Transform - pos: -105.5,-239.5 + pos: -368.5,27.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildRazorgrain - entities: - - uid: 22291 + - uid: 41353 components: - type: Transform - pos: 69.5,123.5 + pos: -379.5,140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22292 + - uid: 41354 components: - type: Transform - pos: 78.5,122.5 + pos: -428.5,141.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22293 + - uid: 41355 components: - type: Transform - pos: 83.5,122.5 + pos: -426.5,75.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildTarberries - entities: - - uid: 22295 + - uid: 41356 components: - type: Transform - pos: 71.5,117.5 + pos: -443.5,8.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22296 + - uid: 41357 components: - type: Transform - pos: 80.5,116.5 + pos: -453.5,160.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22297 + - uid: 41358 components: - type: Transform - pos: 82.5,117.5 + pos: 137.5,-370.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildTato - entities: - - uid: 22298 + - uid: 41359 components: - type: Transform - pos: 79.5,114.5 + pos: 261.5,255.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22299 + - uid: 41360 components: - type: Transform - pos: 71.5,114.5 + pos: 130.5,-292.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22300 + - uid: 41361 components: - type: Transform - pos: 83.5,113.5 + pos: 153.5,-360.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandFloraWildXander - entities: - - uid: 10023 + - uid: 41362 components: - type: Transform - pos: 131.5,-568.5 + pos: 157.5,-276.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 12584 + - uid: 41363 components: - type: Transform - pos: 67.5,-235.5 + pos: 176.5,-374.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 13049 + - uid: 41364 components: - type: Transform - pos: -323.5,146.5 + pos: 164.5,-614.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 15032 + - uid: 41365 components: - type: Transform - pos: 170.5,-304.5 + pos: 184.5,-417.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 15040 + - uid: 41366 components: - type: Transform - pos: 143.5,-565.5 + pos: 153.5,-635.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 16531 + - uid: 41367 components: - type: Transform - pos: -201.5,130.5 + pos: 154.5,-811.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 16545 + - uid: 41368 components: - type: Transform - pos: -226.5,125.5 + pos: 165.5,-809.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 17910 + - uid: 41369 components: - type: Transform - pos: 176.5,-290.5 + pos: 143.5,-569.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19889 + - uid: 41370 components: - type: Transform - pos: 166.5,-502.5 + pos: 177.5,-611.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19890 + - uid: 41371 components: - type: Transform - pos: 139.5,-531.5 + pos: 149.5,-847.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19903 + - uid: 41372 components: - type: Transform - pos: 129.5,-515.5 + pos: 148.5,-724.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 19914 + - uid: 41373 components: - type: Transform - pos: 36.5,-221.5 + pos: 175.5,-1083.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22301 + - uid: 41374 components: - type: Transform - pos: 166.5,-50.5 + pos: 161.5,-887.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22302 + - uid: 41375 components: - type: Transform - pos: -17.5,24.5 + pos: 189.5,-977.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22303 + - uid: 41376 components: - type: Transform - pos: 143.5,-223.5 + pos: 162.5,-1175.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22304 + - uid: 41377 components: - type: Transform - pos: 56.5,229.5 + pos: 165.5,-1106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22305 + - uid: 41378 components: - type: Transform - pos: 73.5,3.5 + pos: 198.5,-1106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22306 + - uid: 41379 components: - type: Transform - pos: 264.5,-51.5 + pos: 144.5,-1247.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22307 + - uid: 41380 components: - type: Transform - pos: 47.5,-219.5 + pos: 163.5,-1384.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22308 + - uid: 41381 components: - type: Transform - pos: 140.5,-144.5 + pos: -58.5,241.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22309 + - uid: 41382 components: - type: Transform - pos: 124.5,-225.5 + pos: -469.5,58.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22310 + - uid: 41383 components: - type: Transform - pos: 40.5,-228.5 + pos: -23.5,-260.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22311 + - uid: 41384 components: - type: Transform - pos: -224.5,67.5 + pos: 100.5,-264.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22312 + - uid: 41385 components: - type: Transform - pos: -45.5,-213.5 + pos: -47.5,-293.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22313 + - uid: 41386 components: - type: Transform - pos: 130.5,-161.5 + pos: 101.5,-263.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22314 + - uid: 41387 components: - type: Transform - pos: 170.5,-51.5 + pos: -32.5,-284.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22316 + - uid: 41388 components: - type: Transform - pos: 180.5,4.5 + pos: 44.5,-268.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22317 + - uid: 41389 components: - type: Transform - pos: 58.5,-185.5 + pos: 291.5,128.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22318 + - uid: 41390 components: - type: Transform - pos: 168.5,42.5 + pos: 303.5,162.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22319 +- proto: N14WastelandFloraWildCabbage + entities: + - uid: 41391 components: - type: Transform - pos: 134.5,-37.5 + pos: 97.5,-121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22320 +- proto: N14WastelandFloraWildCaveFungus + entities: + - uid: 41392 components: - type: Transform - pos: -123.5,-229.5 + pos: -244.5,-94.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22321 + - uid: 41393 components: - type: Transform - pos: 29.5,11.5 + pos: 163.5,-93.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22322 + - uid: 41394 components: - type: Transform - pos: 156.5,93.5 + pos: 192.5,-102.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22323 + - uid: 41395 components: - type: Transform - pos: -220.5,147.5 + pos: 181.5,-102.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22324 + - uid: 41396 components: - type: Transform - pos: 138.5,-52.5 + pos: 193.5,190.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22325 + - uid: 41397 components: - type: Transform - pos: -47.5,219.5 + pos: 188.5,191.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22326 + - uid: 41398 components: - type: Transform - pos: 56.5,-162.5 + pos: -239.5,-97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22327 + - uid: 41399 components: - type: Transform - pos: 136.5,-110.5 + pos: -225.5,-97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22328 + - uid: 41400 components: - type: Transform - pos: 169.5,210.5 + pos: -162.5,48.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22329 + - uid: 41401 components: - type: Transform - pos: 64.5,221.5 + pos: -426.5,121.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22330 + - uid: 41402 components: - type: Transform - pos: -188.5,-208.5 + pos: -423.5,127.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22331 + - uid: 41403 components: - type: Transform - pos: 135.5,-170.5 + pos: -427.5,134.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22332 + - uid: 41404 components: - type: Transform - pos: -2.5,-230.5 + pos: -422.5,133.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22333 + - uid: 41405 components: - type: Transform - pos: -215.5,-122.5 + pos: 39.5,51.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22334 +- proto: N14WastelandFloraWildCaveFungusRad + entities: + - uid: 41406 components: - type: Transform - pos: -178.5,-224.5 + pos: -8.5,48.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22335 + - uid: 41407 components: - type: Transform - pos: 176.5,-207.5 + pos: -161.5,46.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22336 + - uid: 41408 components: - type: Transform - pos: -116.5,-226.5 + pos: -41.5,-127.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22337 + - uid: 41409 components: - type: Transform - pos: -39.5,-204.5 + pos: -42.5,-129.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22338 + - uid: 41410 components: - type: Transform - pos: 58.5,204.5 + pos: 167.5,-92.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22339 + - uid: 41411 components: - type: Transform - pos: 153.5,-220.5 + pos: 161.5,-93.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22340 + - uid: 41412 components: - type: Transform - pos: -33.5,212.5 + pos: 159.5,-106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22341 + - uid: 41413 components: - type: Transform - pos: -131.5,234.5 + pos: 191.5,-111.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22343 + - uid: 41414 components: - type: Transform - pos: -95.5,-203.5 + pos: 193.5,-97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22344 + - uid: 41415 components: - type: Transform - pos: -129.5,233.5 + pos: 8.5,53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22345 + - uid: 41416 components: - type: Transform - pos: -178.5,-153.5 + pos: -20.5,43.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22346 + - uid: 41417 components: - type: Transform - pos: -228.5,82.5 + pos: -40.5,43.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22347 + - uid: 41418 components: - type: Transform - pos: -202.5,149.5 + pos: -31.5,53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22348 + - uid: 41419 components: - type: Transform - pos: -231.5,-169.5 + pos: -35.5,38.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22349 + - uid: 41420 components: - type: Transform - pos: -229.5,78.5 + pos: -28.5,37.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22350 + - uid: 41421 components: - type: Transform - pos: -43.5,180.5 + pos: 25.5,49.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22351 + - uid: 41422 components: - type: Transform - pos: -44.5,195.5 + pos: -40.5,51.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22352 + - uid: 41423 components: - type: Transform - pos: 108.5,118.5 + pos: -6.5,35.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22353 + - uid: 41424 components: - type: Transform - pos: -133.5,200.5 + pos: -33.5,46.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22354 +- proto: N14WastelandFloraWildCoyote + entities: + - uid: 41425 components: - type: Transform - pos: -25.5,203.5 + pos: 233.5,-190.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22355 + - uid: 41426 components: - type: Transform - pos: -35.5,165.5 + pos: -327.5,150.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22358 + - uid: 41427 components: - type: Transform - pos: 24.5,214.5 + pos: -344.5,152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22359 + - uid: 41428 components: - type: Transform - pos: 197.5,170.5 + pos: 184.5,-406.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22360 + - uid: 41429 components: - type: Transform - pos: -167.5,133.5 + pos: -64.5,223.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22361 + - uid: 41430 components: - type: Transform - pos: -90.5,193.5 + pos: 137.5,-1033.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22362 + - uid: 41431 components: - type: Transform - pos: -179.5,231.5 + pos: 161.5,-1060.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22363 + - uid: 41432 components: - type: Transform - pos: 230.5,193.5 + pos: -110.5,-229.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22364 + - uid: 41433 components: - type: Transform - pos: 106.5,-89.5 + pos: 70.5,2.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22365 + - uid: 41434 components: - type: Transform - pos: 89.5,73.5 + pos: -217.5,-101.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22366 + - uid: 41435 components: - type: Transform - pos: 213.5,159.5 + pos: -211.5,-140.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22367 + - uid: 41436 components: - type: Transform - pos: 213.5,-185.5 + pos: 140.5,-145.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22368 + - uid: 41437 components: - type: Transform - pos: 216.5,-190.5 + pos: 134.5,-54.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22369 + - uid: 41438 components: - type: Transform - pos: 72.5,127.5 + pos: 128.5,-51.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22370 + - uid: 41439 components: - type: Transform - pos: 14.5,163.5 + pos: 144.5,-122.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22371 + - uid: 41440 components: - type: Transform - pos: -57.5,160.5 + pos: 135.5,-206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22372 + - uid: 41441 components: - type: Transform - pos: -280.5,-12.5 + pos: 74.5,-231.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22373 + - uid: 41442 components: - type: Transform - pos: -93.5,160.5 + pos: 136.5,83.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22374 + - uid: 41443 components: - type: Transform - pos: 218.5,86.5 + pos: 137.5,164.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22375 + - uid: 41444 components: - type: Transform - pos: -202.5,-97.5 + pos: 36.5,19.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22377 + - uid: 41445 components: - type: Transform - pos: -209.5,-152.5 + pos: 132.5,-166.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22378 + - uid: 41446 components: - type: Transform - pos: 198.5,64.5 + pos: -109.5,-228.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22379 + - uid: 41447 components: - type: Transform - pos: 74.5,112.5 + pos: 87.5,136.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22380 + - uid: 41448 components: - type: Transform - pos: -159.5,-94.5 + pos: -213.5,10.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22381 + - uid: 41449 components: - type: Transform - pos: 39.5,117.5 + pos: 160.5,-206.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22382 + - uid: 41450 components: - type: Transform - pos: -108.5,22.5 + pos: 102.5,-223.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22383 + - uid: 41451 components: - type: Transform - pos: -11.5,78.5 + pos: 100.5,-173.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22384 + - uid: 41452 components: - type: Transform - pos: -24.5,116.5 + pos: -230.5,139.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22385 + - uid: 41453 components: - type: Transform - pos: -80.5,46.5 + pos: -150.5,-222.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22386 + - uid: 41454 components: - type: Transform - pos: -146.5,10.5 + pos: 90.5,174.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22387 + - uid: 41455 components: - type: Transform - pos: -24.5,95.5 + pos: -176.5,19.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22388 + - uid: 41456 components: - type: Transform - pos: -11.5,58.5 + pos: -212.5,81.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22389 + - uid: 41457 components: - type: Transform - pos: -59.5,106.5 + pos: -238.5,-194.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22390 + - uid: 41458 components: - type: Transform - pos: -122.5,-97.5 + pos: -188.5,85.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22391 + - uid: 41459 components: - type: Transform - pos: -130.5,9.5 + pos: -26.5,207.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22392 + - uid: 41460 components: - type: Transform - pos: -21.5,-148.5 + pos: 79.5,213.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22393 + - uid: 41461 components: - type: Transform - pos: -111.5,-102.5 + pos: 94.5,180.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22394 + - uid: 41462 components: - type: Transform - pos: -90.5,-127.5 + pos: -2.5,204.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22395 + - uid: 41463 components: - type: Transform - pos: -239.5,-79.5 + pos: 109.5,146.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22396 + - uid: 41464 components: - type: Transform - pos: -43.5,-155.5 + pos: -117.5,214.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22397 + - uid: 41465 components: - type: Transform - pos: -68.5,-149.5 + pos: 93.5,-65.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22398 + - uid: 41466 components: - type: Transform - pos: -70.5,-128.5 + pos: -38.5,202.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22399 + - uid: 41467 components: - type: Transform - pos: -77.5,-191.5 + pos: 212.5,-225.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22400 + - uid: 41468 components: - type: Transform - pos: -40.5,9.5 + pos: 219.5,226.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22401 + - uid: 41469 components: - type: Transform - pos: -247.5,-164.5 + pos: 202.5,-183.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22402 + - uid: 41470 components: - type: Transform - pos: -59.5,145.5 + pos: -312.5,-23.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22403 + - uid: 41471 components: - type: Transform - pos: 58.5,-138.5 + pos: -308.5,-17.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22405 + - uid: 41472 components: - type: Transform - pos: -92.5,144.5 + pos: 231.5,85.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22407 + - uid: 41473 components: - type: Transform - pos: 247.5,90.5 + pos: 36.5,123.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22408 + - uid: 41474 components: - type: Transform - pos: -119.5,151.5 + pos: -43.5,99.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22409 + - uid: 41475 components: - type: Transform - pos: -145.5,110.5 + pos: -31.5,115.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22410 + - uid: 41476 components: - type: Transform - pos: -128.5,126.5 + pos: -148.5,32.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22411 + - uid: 41477 components: - type: Transform - pos: -57.5,-211.5 + pos: -204.5,-136.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22412 + - uid: 41478 components: - type: Transform - pos: -112.5,-96.5 + pos: 72.5,-55.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22413 + - uid: 41479 components: - type: Transform - pos: -88.5,-72.5 + pos: -99.5,-124.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22414 + - uid: 41480 components: - type: Transform - pos: -246.5,-160.5 + pos: -34.5,-159.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22415 + - uid: 41481 components: - type: Transform - pos: -157.5,-138.5 + pos: -32.5,-128.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22416 + - uid: 41482 components: - type: Transform - pos: -53.5,-159.5 + pos: -56.5,-152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22417 + - uid: 41483 components: - type: Transform - pos: -144.5,24.5 + pos: -239.5,-145.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22418 + - uid: 41484 components: - type: Transform - pos: -137.5,3.5 + pos: -82.5,159.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22419 + - uid: 41485 components: - type: Transform - pos: -38.5,-192.5 + pos: 12.5,-91.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22420 + - uid: 41486 components: - type: Transform - pos: -109.5,-93.5 + pos: 253.5,-53.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22421 + - uid: 41487 components: - type: Transform - pos: -5.5,-216.5 + pos: 270.5,-59.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22422 + - uid: 41488 components: - type: Transform - pos: 204.5,114.5 + pos: 240.5,-107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22423 + - uid: 41489 components: - type: Transform - pos: 170.5,118.5 + pos: -157.5,122.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22424 + - uid: 41490 components: - type: Transform - pos: 217.5,131.5 + pos: -137.5,148.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22425 + - uid: 41491 components: - type: Transform - pos: 33.5,185.5 + pos: -211.5,4.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22427 + - uid: 41492 components: - type: Transform - pos: 9.5,-99.5 + pos: -151.5,-106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22428 + - uid: 41493 components: - type: Transform - pos: 70.5,74.5 + pos: -111.5,-106.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22429 + - uid: 41494 components: - type: Transform - pos: 47.5,-148.5 + pos: -244.5,-139.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22430 + - uid: 41495 components: - type: Transform - pos: 77.5,64.5 + pos: -225.5,-175.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22431 + - uid: 41496 components: - type: Transform - pos: 49.5,178.5 + pos: -60.5,-103.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22432 + - uid: 41497 components: - type: Transform - pos: 22.5,139.5 + pos: -218.5,-111.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22433 + - uid: 41498 components: - type: Transform - pos: 31.5,188.5 + pos: -43.5,-144.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22434 + - uid: 41499 components: - type: Transform - pos: 5.5,180.5 + pos: -153.5,-215.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22435 + - uid: 41500 components: - type: Transform - pos: -345.5,-23.5 + pos: -144.5,25.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22436 + - uid: 41501 components: - type: Transform - pos: -89.5,14.5 + pos: 210.5,155.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22437 + - uid: 41502 components: - type: Transform - pos: 252.5,-84.5 + pos: 139.5,209.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22438 + - uid: 41503 components: - type: Transform - pos: 117.5,-74.5 + pos: 141.5,171.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22439 + - uid: 41504 components: - type: Transform - pos: 205.5,-7.5 + pos: 185.5,154.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22441 + - uid: 41505 components: - type: Transform - pos: 223.5,-34.5 + pos: 174.5,114.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22442 + - uid: 41506 components: - type: Transform - pos: 204.5,-146.5 + pos: 88.5,152.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22443 + - uid: 41507 components: - type: Transform - pos: 141.5,-206.5 + pos: 58.5,-96.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22444 + - uid: 41508 components: - type: Transform - pos: 150.5,-213.5 + pos: -5.5,-110.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22445 + - uid: 41509 components: - type: Transform - pos: 225.5,-65.5 + pos: 18.5,-89.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22446 + - uid: 41510 components: - type: Transform - pos: 157.5,-222.5 + pos: 21.5,17.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22447 + - uid: 41511 components: - type: Transform - pos: 211.5,-159.5 + pos: 6.5,-107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22448 + - uid: 41512 components: - type: Transform - pos: 168.5,-206.5 + pos: 52.5,80.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22449 + - uid: 41513 components: - type: Transform - pos: 221.5,73.5 + pos: 45.5,96.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22450 + - uid: 41514 components: - type: Transform - pos: 4.5,-202.5 + pos: 12.5,144.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22451 + - uid: 41515 components: - type: Transform - pos: -80.5,71.5 + pos: 106.5,97.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22452 + - uid: 41516 components: - type: Transform - pos: -32.5,176.5 + pos: 155.5,60.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22453 + - uid: 41517 components: - type: Transform - pos: -125.5,69.5 + pos: -211.5,-225.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22454 + - uid: 41518 components: - type: Transform - pos: -75.5,99.5 + pos: 11.5,91.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22455 + - uid: 41519 components: - type: Transform - pos: -15.5,103.5 + pos: 45.5,21.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22456 + - uid: 41520 components: - type: Transform - pos: -222.5,91.5 + pos: -54.5,7.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22457 + - uid: 41521 components: - type: Transform - pos: -92.5,135.5 + pos: -117.5,24.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22458 + - uid: 41522 components: - type: Transform - pos: -48.5,186.5 + pos: -83.5,33.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22459 + - uid: 41523 components: - type: Transform - pos: -61.5,97.5 + pos: 121.5,-73.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22460 + - uid: 41524 components: - type: Transform - pos: -104.5,156.5 + pos: 233.5,37.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22461 + - uid: 41525 components: - type: Transform - pos: -87.5,126.5 + pos: 221.5,34.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22462 + - uid: 41526 components: - type: Transform - pos: -105.5,111.5 + pos: 128.5,-115.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22463 + - uid: 41527 components: - type: Transform - pos: -222.5,75.5 + pos: 109.5,-189.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22464 + - uid: 41528 components: - type: Transform - pos: -181.5,86.5 + pos: 124.5,-189.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22465 + - uid: 41529 components: - type: Transform - pos: -186.5,100.5 + pos: 179.5,-229.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22466 + - uid: 41530 components: - type: Transform - pos: -213.5,96.5 + pos: 219.5,-204.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22467 + - uid: 41531 components: - type: Transform - pos: -292.5,31.5 + pos: 217.5,-60.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22468 + - uid: 41532 components: - type: Transform - pos: 78.5,-222.5 + pos: 213.5,-215.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22469 + - uid: 41533 components: - type: Transform - pos: 242.5,54.5 + pos: 82.5,203.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22470 + - uid: 41534 components: - type: Transform - pos: 261.5,197.5 + pos: 85.5,203.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22471 + - uid: 41535 components: - type: Transform - pos: 240.5,254.5 + pos: 264.5,6.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22472 + - uid: 41536 components: - type: Transform - pos: 142.5,251.5 + pos: -80.5,102.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22473 + - uid: 41537 components: - type: Transform - pos: -291.5,-115.5 + pos: -84.5,157.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22474 + - uid: 41538 components: - type: Transform - pos: -302.5,-59.5 + pos: -32.5,120.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22475 + - uid: 41539 components: - type: Transform - pos: -326.5,-50.5 + pos: -136.5,112.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22476 + - uid: 41540 components: - type: Transform - pos: -295.5,-30.5 + pos: -9.5,72.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22477 + - uid: 41541 components: - type: Transform - pos: -335.5,5.5 + pos: -93.5,91.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22478 + - uid: 41542 components: - type: Transform - pos: 82.5,119.5 + pos: -98.5,89.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22479 + - uid: 41543 components: - type: Transform - pos: 77.5,120.5 + pos: -134.5,147.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22480 + - uid: 41544 components: - type: Transform - pos: 70.5,119.5 + pos: -47.5,155.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 22556 + - uid: 41545 components: - type: Transform - pos: 141.5,158.5 + pos: -49.5,194.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 26928 + - uid: 41546 components: - type: Transform - pos: 140.5,-748.5 + pos: -140.5,161.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 27443 + - uid: 41547 components: - type: Transform - pos: 158.5,-311.5 + pos: -140.5,110.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 27475 + - uid: 41548 components: - type: Transform - pos: 183.5,-330.5 + pos: -202.5,107.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44207 + - uid: 41549 components: - type: Transform - pos: -178.5,169.5 + pos: -153.5,88.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44219 + - uid: 41550 components: - type: Transform - pos: -273.5,-142.5 + pos: -19.5,208.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44224 + - uid: 41551 components: - type: Transform - pos: -179.5,119.5 + pos: 83.5,-223.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44265 + - uid: 41552 components: - type: Transform - pos: -178.5,118.5 + pos: -237.5,-212.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44497 + - uid: 41553 components: - type: Transform - pos: -280.5,49.5 + pos: 252.5,141.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44599 + - uid: 41554 components: - type: Transform - pos: -300.5,78.5 + pos: 168.5,245.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44604 + - uid: 41555 components: - type: Transform - pos: -269.5,77.5 + pos: 168.5,255.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44632 + - uid: 41556 components: - type: Transform - pos: -317.5,93.5 + pos: 145.5,253.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44635 + - uid: 41557 components: - type: Transform - pos: -277.5,89.5 + pos: 255.5,101.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44639 + - uid: 41558 components: - type: Transform - pos: 35.5,-214.5 + pos: -260.5,-71.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 44713 + - uid: 41559 components: - type: Transform - pos: -333.5,94.5 + pos: 168.5,-494.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45057 + - uid: 41560 components: - type: Transform - pos: -378.5,37.5 + pos: 163.5,-459.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45182 + - uid: 41561 components: - type: Transform - pos: -389.5,119.5 + pos: 139.5,-342.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45183 + - uid: 41562 components: - type: Transform - pos: -345.5,97.5 + pos: 188.5,-289.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45443 + - uid: 41563 components: - type: Transform - pos: -431.5,32.5 + pos: -181.5,131.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45469 + - uid: 41564 components: - type: Transform - pos: -334.5,17.5 + pos: -328.5,58.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45478 + - uid: 41565 components: - type: Transform - pos: -428.5,47.5 + pos: -328.5,85.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 45550 + - uid: 41566 components: - type: Transform - pos: -374.5,141.5 + pos: -308.5,101.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 47894 + - uid: 41567 components: - type: Transform - pos: 21.5,245.5 + pos: -311.5,-137.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 48037 + - uid: 41568 components: - type: Transform - pos: 196.5,-310.5 + pos: -257.5,69.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 56096 + - uid: 41569 components: - type: Transform - pos: -272.5,132.5 + pos: -241.5,64.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 59092 + - uid: 41570 components: - type: Transform - pos: 139.5,-516.5 + pos: -328.5,28.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61016 + - uid: 41571 components: - type: Transform - pos: 159.5,114.5 + pos: -423.5,117.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61052 + - uid: 41572 components: - type: Transform - pos: 198.5,267.5 + pos: -338.5,120.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61054 + - uid: 41573 components: - type: Transform - pos: 147.5,140.5 + pos: -404.5,18.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61164 + - uid: 41574 components: - type: Transform - pos: 196.5,-267.5 + pos: -441.5,105.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61183 + - uid: 41575 components: - type: Transform - pos: 180.5,-275.5 + pos: -384.5,-1.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61196 + - uid: 41576 components: - type: Transform - pos: 134.5,-869.5 + pos: -423.5,22.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61206 + - uid: 41577 components: - type: Transform - pos: 172.5,-439.5 + pos: -425.5,11.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61211 + - uid: 41578 components: - type: Transform - pos: 183.5,-494.5 + pos: -381.5,15.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61213 + - uid: 41579 components: - type: Transform - pos: 173.5,-505.5 + pos: -399.5,151.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61215 + - uid: 41580 components: - type: Transform - pos: 162.5,-443.5 + pos: -412.5,166.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61222 + - uid: 41581 components: - type: Transform - pos: 136.5,-453.5 + pos: -362.5,-29.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61236 + - uid: 41582 components: - type: Transform - pos: 158.5,-550.5 + pos: -232.5,86.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61257 + - uid: 41583 components: - type: Transform - pos: 143.5,-688.5 + pos: 187.5,256.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61262 + - uid: 41584 components: - type: Transform - pos: 178.5,-624.5 + pos: 258.5,252.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61270 + - uid: 41585 components: - type: Transform - pos: 195.5,-464.5 + pos: 187.5,-273.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61277 + - uid: 41586 components: - type: Transform - pos: 136.5,-813.5 + pos: 190.5,-348.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61287 + - uid: 41587 components: - type: Transform - pos: 163.5,-586.5 + pos: 183.5,-539.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61289 + - uid: 41588 components: - type: Transform - pos: 148.5,-829.5 + pos: 184.5,-369.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61296 + - uid: 41589 components: - type: Transform - pos: 128.5,-913.5 + pos: 161.5,-476.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61298 + - uid: 41590 components: - type: Transform - pos: 156.5,-929.5 + pos: 149.5,-515.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61300 + - uid: 41591 components: - type: Transform - pos: 138.5,-1011.5 + pos: 157.5,-942.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61301 + - uid: 41592 components: - type: Transform - pos: 143.5,-1252.5 + pos: 134.5,-688.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61305 + - uid: 41593 components: - type: Transform - pos: 191.5,-710.5 + pos: 174.5,-476.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61312 + - uid: 41594 components: - type: Transform - pos: 134.5,-1307.5 + pos: 137.5,-574.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61346 + - uid: 41595 components: - type: Transform - pos: 133.5,-973.5 + pos: 132.5,-917.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61355 + - uid: 41596 components: - type: Transform - pos: 198.5,-834.5 + pos: 185.5,-767.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61363 + - uid: 41597 components: - type: Transform - pos: 187.5,-1098.5 + pos: 185.5,-724.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61381 + - uid: 41598 components: - type: Transform - pos: 167.5,-1270.5 + pos: 147.5,-1020.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61382 + - uid: 41599 components: - type: Transform - pos: 183.5,-1284.5 + pos: 155.5,-1021.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61386 + - uid: 41600 components: - type: Transform - pos: 166.5,-1047.5 + pos: 186.5,-959.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61397 + - uid: 41601 components: - type: Transform - pos: 191.5,-919.5 + pos: 167.5,-1346.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61408 + - uid: 41602 components: - type: Transform - pos: 185.5,-1004.5 + pos: 197.5,-1115.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61412 + - uid: 41603 components: - type: Transform - pos: 173.5,-1022.5 + pos: 189.5,-1055.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61413 + - uid: 41604 components: - type: Transform - pos: 199.5,-1098.5 + pos: 181.5,-1207.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61421 + - uid: 41605 components: - type: Transform - pos: 183.5,-1049.5 + pos: 170.5,-1208.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61430 + - uid: 41606 components: - type: Transform - pos: 185.5,-1280.5 + pos: 152.5,-1145.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61442 + - uid: 41607 components: - type: Transform - pos: 186.5,-1143.5 + pos: 137.5,-1307.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61449 + - uid: 41608 components: - type: Transform - pos: 148.5,-1407.5 + pos: 178.5,-1150.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61450 + - uid: 41609 components: - type: Transform - pos: 168.5,-1146.5 + pos: 138.5,-1323.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61487 + - uid: 41610 components: - type: Transform - pos: 173.5,-1358.5 + pos: 188.5,-1421.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61492 + - uid: 41611 components: - type: Transform - pos: 190.5,-1291.5 + pos: 173.5,-1369.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 61506 + - uid: 41612 components: - type: Transform - pos: 191.5,-1342.5 + pos: 138.5,-1304.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62553 + - uid: 41613 components: - type: Transform - pos: -116.5,209.5 + pos: 189.5,-1419.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62596 + - uid: 41614 components: - type: Transform - pos: 83.5,237.5 + pos: 52.5,233.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62636 + - uid: 41615 components: - type: Transform - pos: -15.5,237.5 + pos: -125.5,213.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 62986 + - uid: 41616 components: - type: Transform - pos: 39.5,-230.5 + pos: 76.5,-255.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 63406 + - uid: 41617 components: - type: Transform - pos: 93.5,-254.5 + pos: 105.5,237.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 63857 + - uid: 41618 components: - type: Transform - pos: -402.5,-19.5 + pos: 134.5,244.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64349 + - uid: 41619 components: - type: Transform - pos: 166.5,262.5 + pos: -32.5,-269.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 64476 + - uid: 41620 components: - type: Transform - pos: -476.5,65.5 + pos: 5.5,-242.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65125 + - uid: 41621 components: - type: Transform - pos: 85.5,-122.5 + pos: 88.5,-273.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65138 + - uid: 41622 components: - type: Transform - pos: 206.5,-236.5 + pos: -46.5,-259.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65149 + - uid: 41623 components: - type: Transform - pos: -12.5,-265.5 + pos: 32.5,-260.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65152 + - uid: 41624 components: - type: Transform - pos: -59.5,-242.5 + pos: -28.5,-253.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65158 + - uid: 41625 components: - type: Transform - pos: -28.5,-292.5 + pos: -74.5,-257.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65159 + - uid: 41626 components: - type: Transform - pos: 39.5,-246.5 + pos: -84.5,-256.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} - - uid: 65191 + - uid: 41627 components: - type: Transform - pos: -45.5,-262.5 + pos: 269.5,57.5 parent: 1 - type: Physics canCollide: False - type: Fixtures fixtures: {} -- proto: N14WastelandTribalJavelin - entities: - - uid: 6370 - components: - - type: Transform - pos: 139.48145,167.73158 - parent: 1 - - uid: 8611 - components: - - type: Transform - pos: 139.48608,167.56955 - parent: 1 - - uid: 8617 - components: - - type: Transform - pos: 139.48145,167.23158 - parent: 1 - - uid: 11035 - components: - - type: Transform - pos: 139.4907,167.07417 - parent: 1 - - uid: 23918 - components: - - type: Transform - pos: 139.48145,166.91345 - parent: 1 - - uid: 24239 + - uid: 41628 components: - type: Transform - pos: 139.4907,167.4214 + pos: 265.5,32.5 parent: 1 -- proto: N14WastelandTribalSpear - entities: - - uid: 7333 - components: - - type: Transform - parent: 7428 - type: Physics canCollide: False - - type: InsideEntityStorage - - uid: 8068 - components: - - type: Transform - pos: 140.23492,164.57191 - parent: 1 - - uid: 10076 - components: - - type: Transform - pos: 139.92012,164.57191 - parent: 1 - - uid: 10699 - components: - - type: Transform - pos: 140.54512,164.56265 - parent: 1 - - uid: 46736 - components: - - type: Transform - pos: 139.60992,164.58118 - parent: 1 -- proto: N14weapon10mmpipe - entities: - - uid: 23162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -190.56961,-103.974495 - parent: 1 -- proto: N14weapon9mmSMG - entities: - - uid: 22559 - components: - - type: Transform - pos: -161.48317,-114.47022 - parent: 1 - - uid: 55476 + - type: Fixtures + fixtures: {} + - uid: 41629 components: - type: Transform - pos: -161.46754,-114.12647 + pos: 280.5,139.5 parent: 1 - - uid: 55477 - components: - - type: Transform - parent: 24169 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponAutoShotgun - entities: - - uid: 7875 + - type: Fixtures + fixtures: {} + - uid: 41630 components: - type: Transform - parent: 7819 + pos: 299.5,139.5 + parent: 1 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponCarbine - entities: - - uid: 4548 + - type: Fixtures + fixtures: {} + - uid: 41631 components: - type: Transform - parent: 4544 + pos: 308.5,156.5 + parent: 1 - type: Physics canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponChineseRifle - entities: - - uid: 56099 - components: - - type: Transform - pos: 193.10413,-115.40494 - parent: 1 -- proto: N14WeaponDoubleBarrelShotgun - entities: - - uid: 64467 - components: - - type: Transform - pos: -115.343765,-166.36081 - parent: 1 - - uid: 65648 + - type: Fixtures + fixtures: {} + - uid: 41632 components: - type: Transform - pos: 98.41013,-103.26908 + pos: 313.5,59.5 parent: 1 -- proto: N14WeaponHunterRevolver - entities: - - uid: 44199 - components: - - type: Transform - parent: 44198 - type: Physics canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponLaserGatling - entities: - - uid: 11501 - components: - - type: Transform - pos: -169.45682,60.669895 - parent: 1 -- proto: N14WeaponLaserPistol - entities: - - uid: 62584 - components: - - type: Transform - pos: -190.63443,21.717361 - parent: 1 - - uid: 63846 - components: - - type: Transform - pos: -171.30145,60.82258 - parent: 1 - - uid: 63863 + - type: Fixtures + fixtures: {} + - uid: 41633 components: - type: Transform - pos: -171.55914,60.69882 + pos: 321.5,143.5 parent: 1 -- proto: N14WeaponLaserRifle + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildMaize entities: - - uid: 7436 - components: - - type: Transform - pos: -168.03589,60.52905 - parent: 1 - - uid: 63839 + - uid: 41634 components: - type: Transform - pos: -168.32698,60.735508 + pos: 95.5,-121.5 parent: 1 -- proto: N14WeaponLeverCarbine - entities: - - uid: 55444 - components: - - type: Transform - parent: 44116 - type: Physics canCollide: False - - type: InsideEntityStorage - - uid: 55804 + - type: Fixtures + fixtures: {} + - uid: 41635 components: - type: Transform - parent: 44116 + pos: 94.5,-123.5 + parent: 1 - type: Physics canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponLeverRifle - entities: - - uid: 55351 - components: - - type: Transform - pos: 100.539825,-6.387289 - parent: 1 -- proto: N14WeaponLeverShotgun + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildMesquite entities: - - uid: 12425 + - uid: 41636 components: - type: Transform - parent: 17492 + pos: -366.5,-49.5 + parent: 1 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - - type: InsideEntityStorage - - uid: 55360 + - type: Fixtures + fixtures: {} + - uid: 41637 components: - type: Transform - pos: 100.274376,-6.3108997 + pos: 335.5,51.5 parent: 1 -- proto: N14WeaponLMG - entities: - - uid: 49642 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41638 components: - type: Transform - pos: -157.56734,-109.40915 + pos: 154.5,-300.5 parent: 1 -- proto: N14WeaponPipeRifle - entities: - - uid: 49947 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41639 components: - type: Transform - pos: 58.485386,44.528465 + pos: 139.5,-270.5 parent: 1 - - uid: 65345 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.52686,-127.40352 + pos: 151.5,-399.5 parent: 1 -- proto: N14WeaponPistol12mm - entities: - - uid: 22483 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41641 components: - type: Transform - pos: 18.238775,-56.653053 + pos: 141.5,-645.5 parent: 1 -- proto: N14WeaponPistol22lr - entities: - - uid: 49555 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -182.38533,-121.6168 + pos: 165.5,-29.5 parent: 1 -- proto: N14WeaponPistol9mm - entities: - - uid: 6938 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41643 components: - type: Transform - parent: 6920 + pos: 156.5,-8.5 + parent: 1 - type: Physics canCollide: False - - type: InsideEntityStorage - - uid: 7823 + - type: Fixtures + fixtures: {} + - uid: 41644 components: - type: Transform - pos: -159.28004,-111.53272 + pos: 107.5,-228.5 parent: 1 - - uid: 22564 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41645 components: - type: Transform - pos: -156.20192,-111.6421 + pos: 49.5,-206.5 parent: 1 - - uid: 50054 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41646 components: - type: Transform - parent: 50050 + pos: 177.5,82.5 + parent: 1 - type: Physics canCollide: False - - type: InsideEntityStorage - - uid: 55256 + - type: Fixtures + fixtures: {} + - uid: 41647 components: - type: Transform - pos: -156.48317,-111.29835 + pos: 134.5,167.5 parent: 1 - - uid: 55325 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41648 components: - type: Transform - pos: -159.54567,-111.28272 + pos: 120.5,135.5 parent: 1 - - uid: 65123 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.48819,-102.63593 + pos: -231.5,100.5 parent: 1 - - uid: 65649 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41650 components: - type: Transform - pos: 95.47263,-103.17533 + pos: 61.5,224.5 parent: 1 -- proto: N14WeaponPistolChinese - entities: - - uid: 9464 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.65799,-93.37781 + pos: -109.5,231.5 parent: 1 - - type: ContainerContainer - containers: - ballistic-ammo: !type:Container - showEnts: False - occludes: True - ents: [] - gun_chamber: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 22543 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41652 components: - type: Transform - pos: -185.97278,-109.39711 + pos: -161.5,34.5 parent: 1 - - type: ContainerContainer - containers: - ballistic-ammo: !type:Container - showEnts: False - occludes: True - ents: [] - gun_chamber: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: N14WeaponPistolColt - entities: - - uid: 16974 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 210.59515,-47.341496 + pos: 149.5,-207.5 parent: 1 - - uid: 22484 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41654 components: - type: Transform - pos: 17.507524,-56.671803 + pos: -21.5,-207.5 parent: 1 - - uid: 61532 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41655 components: - type: Transform - parent: 61529 + pos: 164.5,-235.5 + parent: 1 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponPlasmaPistol - entities: - - uid: 11283 + - type: Fixtures + fixtures: {} + - uid: 41656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -167.24089,60.73697 + pos: -85.5,-198.5 parent: 1 - - uid: 22485 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41657 components: - type: Transform - pos: 12.597135,-56.654175 + pos: -227.5,-164.5 parent: 1 -- proto: N14WeaponRevolver9mm - entities: - - uid: 24149 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41658 components: - type: Transform - parent: 24169 + pos: -133.5,-165.5 + parent: 1 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - - type: InsideEntityStorage - - uid: 65686 + - type: Fixtures + fixtures: {} + - uid: 41659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.81105,-111.44148 + pos: -104.5,181.5 parent: 1 -- proto: N14WeaponRevolverMagnun - entities: - - uid: 8327 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41660 components: - type: Transform - parent: 49847 + pos: -167.5,111.5 + parent: 1 - type: Physics - angularDamping: 0 - linearDamping: 0 canCollide: False - - type: InsideEntityStorage -- proto: N14WeaponRiotShotgun - entities: - - uid: 6510 + - type: Fixtures + fixtures: {} + - uid: 41661 components: - type: Transform - pos: 13.10429,-56.08683 + pos: -185.5,217.5 parent: 1 -- proto: N14WeaponService - entities: - - uid: 7256 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41662 components: - type: Transform - pos: -161.32855,-109.404396 + pos: 5.5,235.5 parent: 1 - - uid: 7257 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41663 components: - type: Transform - pos: -159.2973,-109.560646 + pos: 91.5,-95.5 parent: 1 - - uid: 7265 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41664 components: - type: Transform - pos: -161.59418,-109.248146 + pos: 202.5,-174.5 parent: 1 - - uid: 55488 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41665 components: - type: Transform - pos: -159.65668,-109.341896 + pos: 212.5,-7.5 parent: 1 -- proto: N14WeaponTurretBrotherhoodMidwestSecureArea - entities: - - uid: 62934 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41666 components: - type: Transform - pos: -178.5,29.5 + pos: 208.5,119.5 parent: 1 - - uid: 62983 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41667 components: - type: Transform - pos: -169.5,32.5 + pos: 57.5,121.5 parent: 1 -- proto: N14WelderIndustrial - entities: - - uid: 61810 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41668 components: - type: Transform - pos: -195.97154,27.76152 + pos: 202.5,230.5 parent: 1 -- proto: N14WelderIndustrialAdvanced - entities: - - uid: 23201 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41669 components: - type: Transform - pos: 19.913378,145.8185 + pos: -159.5,10.5 parent: 1 -- proto: N14WellWaterClean - entities: - - uid: 22487 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41670 components: - type: Transform - pos: 211.5,-38.5 + pos: -86.5,78.5 parent: 1 - - uid: 23345 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41671 components: - type: Transform - pos: 185.5,187.5 + pos: -142.5,-96.5 parent: 1 - - uid: 55994 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41672 components: - type: Transform - pos: -177.5,-117.5 + pos: -71.5,82.5 parent: 1 -- proto: N14WellWaterDirty - entities: - - uid: 22488 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41673 components: - type: Transform - pos: -58.5,-102.5 + pos: -91.5,90.5 parent: 1 - - uid: 22489 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41674 components: - type: Transform - pos: 35.5,-30.5 + pos: -115.5,-110.5 parent: 1 - - uid: 22490 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41675 components: - type: Transform - pos: 87.5,110.5 + pos: -69.5,8.5 parent: 1 - - uid: 46952 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41676 components: - type: Transform - pos: -377.5,96.5 + pos: -168.5,-227.5 parent: 1 -- proto: N14WellWaterIrradiated - entities: - - uid: 22493 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41677 components: - type: Transform - pos: -53.5,-0.5 + pos: -23.5,-107.5 parent: 1 - - uid: 25217 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41678 components: - type: Transform - pos: 32.5,154.5 + pos: 110.5,135.5 parent: 1 -- proto: N14Window - entities: - - uid: 11993 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41679 components: - type: Transform - pos: -174.5,-92.5 + pos: -89.5,-113.5 parent: 1 - - uid: 11995 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41680 components: - type: Transform - pos: -176.5,-92.5 + pos: -66.5,-120.5 parent: 1 - - uid: 16964 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41681 components: - type: Transform - pos: -177.5,-93.5 + pos: -51.5,-136.5 parent: 1 - - uid: 17522 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41682 components: - type: Transform - pos: -177.5,-96.5 + pos: 22.5,-104.5 parent: 1 - - uid: 17564 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41683 components: - type: Transform - pos: -175.5,-92.5 + pos: -132.5,158.5 parent: 1 - - uid: 22494 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,15.5 + pos: -139.5,-205.5 parent: 1 - - uid: 22495 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 119.5,13.5 + pos: -129.5,-226.5 parent: 1 - - uid: 23406 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41686 components: - type: Transform - pos: -161.5,-97.5 + pos: -92.5,-71.5 parent: 1 - - uid: 44118 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41687 components: - type: Transform - pos: -161.5,-98.5 + pos: -127.5,-223.5 parent: 1 - - uid: 45486 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41688 components: - type: Transform - pos: -161.5,-96.5 + pos: -125.5,-102.5 parent: 1 - - uid: 55332 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41689 components: - type: Transform - pos: -164.5,-93.5 + pos: 222.5,176.5 parent: 1 - - uid: 55334 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41690 components: - type: Transform - pos: -165.5,-93.5 + pos: 160.5,211.5 parent: 1 - - uid: 55335 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41691 components: - type: Transform - pos: -163.5,-93.5 + pos: 149.5,84.5 parent: 1 - - uid: 55345 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41692 components: - type: Transform - pos: -162.5,-93.5 + pos: 91.5,221.5 parent: 1 - - uid: 55358 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41693 components: - type: Transform - pos: -167.5,-93.5 + pos: -15.5,-116.5 parent: 1 - - uid: 55361 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41694 components: - type: Transform - pos: -176.5,-138.5 + pos: 2.5,-115.5 parent: 1 - - uid: 55363 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41695 components: - type: Transform - pos: -166.5,-93.5 + pos: 3.5,99.5 parent: 1 - - uid: 55454 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41696 components: - type: Transform - pos: -161.5,-95.5 + pos: -4.5,122.5 parent: 1 - - uid: 55751 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41697 components: - type: Transform - pos: -171.5,-93.5 + pos: 128.5,-61.5 parent: 1 - - uid: 55802 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41698 components: - type: Transform - pos: -161.5,-94.5 + pos: 215.5,4.5 parent: 1 - - uid: 55812 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41699 components: - type: Transform - pos: -168.5,-93.5 + pos: 99.5,-93.5 parent: 1 - - uid: 55815 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41700 components: - type: Transform - pos: -170.5,-93.5 + pos: 127.5,-183.5 parent: 1 - - uid: 55821 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41701 components: - type: Transform - pos: -169.5,-93.5 + pos: 108.5,-128.5 parent: 1 - - uid: 55822 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41702 components: - type: Transform - pos: -172.5,-93.5 + pos: 165.5,-128.5 parent: 1 - - uid: 56049 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41703 components: - type: Transform - pos: -176.5,-136.5 + pos: 142.5,-120.5 parent: 1 - - uid: 56052 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41704 components: - type: Transform - pos: -176.5,-139.5 + pos: 126.5,-221.5 parent: 1 - - uid: 61017 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41705 components: - type: Transform - pos: -178.5,-141.5 + pos: 203.5,-179.5 parent: 1 - - uid: 61018 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41706 components: - type: Transform - pos: -179.5,-141.5 + pos: 253.5,-78.5 parent: 1 - - uid: 61030 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41707 components: - type: Transform - pos: -177.5,-141.5 + pos: -11.5,179.5 parent: 1 - - uid: 61031 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41708 components: - type: Transform - pos: -176.5,-140.5 + pos: 84.5,216.5 parent: 1 - - uid: 61043 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41709 components: - type: Transform - pos: -180.5,-141.5 + pos: -63.5,76.5 parent: 1 - - uid: 61060 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41710 components: - type: Transform - pos: -176.5,-137.5 + pos: -150.5,141.5 parent: 1 - - uid: 64518 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41711 components: - type: Transform - pos: -116.5,-160.5 + pos: -97.5,110.5 parent: 1 -- proto: N14WindowBars - entities: - - uid: 15090 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41712 components: - type: Transform - pos: -194.5,-109.5 + pos: -162.5,97.5 parent: 1 - - uid: 22496 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41713 components: - type: Transform - pos: 117.5,-19.5 + pos: -196.5,79.5 parent: 1 - - uid: 22497 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41714 components: - type: Transform - pos: 118.5,-19.5 + pos: -225.5,78.5 parent: 1 - - uid: 22498 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41715 components: - type: Transform - pos: 18.5,2.5 + pos: 153.5,234.5 parent: 1 - - uid: 22499 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41716 components: - type: Transform - pos: 18.5,1.5 + pos: 245.5,196.5 parent: 1 - - uid: 22500 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41717 components: - type: Transform - pos: -41.5,-118.5 + pos: -37.5,215.5 parent: 1 - - uid: 22501 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41718 components: - type: Transform - pos: -40.5,-118.5 + pos: 130.5,-324.5 parent: 1 - - uid: 22502 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41719 components: - type: Transform - pos: -41.5,-112.5 + pos: -183.5,-236.5 parent: 1 - - uid: 22503 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41720 components: - type: Transform - pos: -40.5,-112.5 + pos: -298.5,40.5 parent: 1 - - uid: 22504 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41721 components: - type: Transform - pos: -46.5,-118.5 + pos: -312.5,118.5 parent: 1 - - uid: 22505 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41722 components: - type: Transform - pos: -45.5,-118.5 + pos: -372.5,120.5 parent: 1 - - uid: 42890 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41723 components: - type: Transform - pos: -194.5,-106.5 + pos: -451.5,58.5 parent: 1 - - uid: 64351 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41724 components: - type: Transform - pos: -194.5,-103.5 + pos: 191.5,259.5 parent: 1 -- proto: N14WindowBars2 - entities: - - uid: 41 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41725 components: - type: Transform - pos: -177.5,-93.5 + pos: 133.5,-379.5 parent: 1 - - uid: 4465 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41726 components: - type: Transform - pos: -174.5,-92.5 + pos: 134.5,-1016.5 parent: 1 - - uid: 10214 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41727 components: - type: Transform - pos: -161.5,-97.5 + pos: 138.5,-698.5 parent: 1 - - uid: 10884 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41728 components: - type: Transform - pos: -178.5,-141.5 + pos: 163.5,-622.5 parent: 1 - - uid: 11991 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41729 components: - type: Transform - pos: -176.5,-92.5 + pos: 154.5,-673.5 parent: 1 - - uid: 17501 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41730 components: - type: Transform - pos: -168.5,-113.5 + pos: 193.5,-421.5 parent: 1 - - uid: 22506 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41731 components: - type: Transform - pos: -236.5,-95.5 + pos: 133.5,-906.5 parent: 1 - - uid: 22518 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41732 components: - type: Transform - pos: -194.5,-105.5 + pos: 198.5,-558.5 parent: 1 - - uid: 22521 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41733 components: - type: Transform - pos: -194.5,-108.5 + pos: 162.5,-1395.5 parent: 1 - - uid: 22533 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41734 components: - type: Transform - pos: -196.5,-108.5 + pos: 163.5,-657.5 parent: 1 - - uid: 22534 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41735 components: - type: Transform - pos: -195.5,-108.5 + pos: 168.5,-815.5 parent: 1 - - uid: 22540 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41736 components: - type: Transform - pos: -197.5,-108.5 + pos: 130.5,-757.5 parent: 1 - - uid: 22542 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,-136.5 + pos: 178.5,-592.5 parent: 1 - - uid: 22553 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41738 components: - type: Transform - pos: -195.5,-105.5 + pos: 199.5,-636.5 parent: 1 - - uid: 22567 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41739 components: - type: Transform - pos: -197.5,-105.5 + pos: 170.5,-761.5 parent: 1 - - uid: 22568 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41740 components: - type: Transform - pos: -196.5,-105.5 + pos: 138.5,-1368.5 parent: 1 - - uid: 22573 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41741 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-58.5 + pos: 180.5,-833.5 parent: 1 - - uid: 22574 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41742 components: - type: Transform - pos: 106.5,-49.5 + pos: 147.5,-1028.5 parent: 1 - - uid: 22575 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41743 components: - type: Transform - pos: 104.5,-29.5 + pos: 180.5,-867.5 parent: 1 - - uid: 22576 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41744 components: - type: Transform - pos: 106.5,-29.5 + pos: 156.5,-1197.5 parent: 1 - - uid: 22577 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41745 components: - type: Transform - pos: 120.5,-18.5 + pos: 192.5,-935.5 parent: 1 - - uid: 22578 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41746 components: - type: Transform - pos: 120.5,-17.5 + pos: 151.5,-1186.5 parent: 1 - - uid: 22579 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41747 components: - type: Transform - pos: 90.5,6.5 + pos: 162.5,-1022.5 parent: 1 - - uid: 22580 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41748 components: - type: Transform - pos: 90.5,8.5 + pos: 143.5,-1214.5 parent: 1 - - uid: 22581 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,132.5 + pos: 171.5,-1326.5 parent: 1 - - uid: 22582 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,131.5 + pos: 189.5,-1344.5 parent: 1 - - uid: 22583 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 161.5,133.5 + pos: -129.5,217.5 parent: 1 - - uid: 22584 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-58.5 + pos: -56.5,234.5 parent: 1 - - uid: 22585 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41753 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-58.5 + pos: -127.5,224.5 parent: 1 - - uid: 22586 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-58.5 + pos: 36.5,-230.5 parent: 1 - - uid: 22587 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-58.5 + pos: 113.5,-259.5 parent: 1 - - uid: 22588 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-58.5 + pos: 313.5,145.5 parent: 1 - - uid: 22589 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41757 components: - type: Transform - pos: -236.5,-96.5 + pos: 359.5,138.5 parent: 1 - - uid: 22590 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildMutfruit + entities: + - uid: 41758 components: - type: Transform - pos: -14.5,-31.5 + pos: 94.5,-121.5 parent: 1 - - uid: 22591 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41759 components: - type: Transform - pos: -236.5,-97.5 + pos: 98.5,-123.5 parent: 1 - - uid: 23386 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41760 components: - type: Transform - pos: -162.5,-93.5 + pos: -50.5,210.5 parent: 1 - - uid: 23873 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41761 components: - type: Transform - pos: -162.5,-111.5 + pos: 174.5,-243.5 parent: 1 - - uid: 23875 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41762 components: - type: Transform - pos: -162.5,-114.5 + pos: -82.5,215.5 parent: 1 - - uid: 23878 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41763 components: - type: Transform - pos: -162.5,-110.5 + pos: 131.5,-487.5 parent: 1 - - uid: 24148 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41764 components: - type: Transform - pos: -166.5,-93.5 + pos: 165.5,-501.5 parent: 1 - - uid: 24155 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41765 components: - type: Transform - pos: -165.5,-93.5 + pos: 140.5,-524.5 parent: 1 - - uid: 24156 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41766 components: - type: Transform - pos: -163.5,-93.5 + pos: -214.5,195.5 parent: 1 - - uid: 42887 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41767 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,63.5 + pos: 144.5,36.5 parent: 1 - - uid: 42888 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41768 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,-96.5 + pos: -37.5,171.5 parent: 1 - - uid: 47635 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -378.5,88.5 + pos: -215.5,-118.5 parent: 1 - - uid: 47957 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41770 components: - type: Transform - rot: 3.141592653589793 rad - pos: -390.5,89.5 + pos: 161.5,-46.5 parent: 1 - - uid: 47960 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41771 components: - type: Transform - pos: -373.5,90.5 + pos: -179.5,-202.5 parent: 1 - - uid: 49663 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41772 components: - type: Transform - pos: -169.5,-113.5 + pos: -202.5,-107.5 parent: 1 - - uid: 55215 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -388.5,89.5 + pos: 41.5,-222.5 parent: 1 - - uid: 55218 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41774 components: - type: Transform - pos: -371.5,90.5 + pos: -221.5,127.5 parent: 1 - - uid: 55231 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41775 components: - type: Transform - pos: -370.5,90.5 + pos: 119.5,-78.5 parent: 1 - - uid: 55233 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -378.5,87.5 + pos: 154.5,35.5 parent: 1 - - uid: 55239 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -378.5,86.5 + pos: 126.5,235.5 parent: 1 - - uid: 55244 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,91.5 + pos: 137.5,-160.5 parent: 1 - - uid: 55248 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -384.5,93.5 + pos: 122.5,-105.5 parent: 1 - - uid: 55249 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -384.5,91.5 + pos: -32.5,180.5 parent: 1 - - uid: 55250 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,93.5 + pos: -182.5,-209.5 parent: 1 - - uid: 55251 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41782 components: - type: Transform - pos: -372.5,90.5 + pos: -155.5,-229.5 parent: 1 - - uid: 55302 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41783 components: - type: Transform - pos: -175.5,-92.5 + pos: -143.5,-200.5 parent: 1 - - uid: 55333 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41784 components: - type: Transform - pos: -161.5,-96.5 + pos: -219.5,-192.5 parent: 1 - - uid: 55341 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41785 components: - type: Transform - pos: -161.5,-95.5 + pos: 95.5,-175.5 parent: 1 - - uid: 55344 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41786 components: - type: Transform - pos: -167.5,-93.5 + pos: -214.5,128.5 parent: 1 - - uid: 55347 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41787 components: - type: Transform - pos: -162.5,-113.5 + pos: -216.5,233.5 parent: 1 - - uid: 55350 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41788 components: - type: Transform - pos: -161.5,-94.5 + pos: -199.5,3.5 parent: 1 - - uid: 55459 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41789 components: - type: Transform - pos: -168.5,-93.5 + pos: -164.5,-74.5 parent: 1 - - uid: 55464 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41790 components: - type: Transform - pos: -169.5,-93.5 + pos: -185.5,88.5 parent: 1 - - uid: 55465 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41791 components: - type: Transform - pos: -170.5,-93.5 + pos: 102.5,142.5 parent: 1 - - uid: 55470 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41792 components: - type: Transform - pos: -172.5,-93.5 + pos: -5.5,195.5 parent: 1 - - uid: 55478 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41793 components: - type: Transform - pos: -171.5,-93.5 + pos: -0.5,209.5 parent: 1 - - uid: 55810 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41794 components: - type: Transform - pos: -161.5,-98.5 + pos: -116.5,208.5 parent: 1 - - uid: 55832 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41795 components: - type: Transform - pos: -164.5,-93.5 + pos: -91.5,222.5 parent: 1 - - uid: 56019 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,-138.5 + pos: -15.5,185.5 parent: 1 - - uid: 56029 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41797 components: - type: Transform - pos: -180.5,-141.5 + pos: -318.5,7.5 parent: 1 - - uid: 56064 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,-139.5 + pos: 75.5,96.5 parent: 1 - - uid: 58915 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,60.5 + pos: 87.5,231.5 parent: 1 - - uid: 61023 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,-137.5 + pos: 91.5,216.5 parent: 1 - - uid: 61024 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,-140.5 + pos: 208.5,-87.5 parent: 1 - - uid: 61026 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41802 components: - type: Transform - pos: -179.5,-141.5 + pos: -89.5,162.5 parent: 1 - - uid: 61027 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41803 components: - type: Transform - pos: -177.5,-141.5 + pos: -63.5,164.5 parent: 1 - - uid: 65053 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41804 components: - type: Transform - pos: -177.5,-94.5 + pos: -122.5,163.5 parent: 1 - - uid: 65055 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,-95.5 + pos: -311.5,-17.5 parent: 1 - - uid: 65103 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,62.5 + pos: 189.5,75.5 parent: 1 - - uid: 65108 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,64.5 + pos: 218.5,-156.5 parent: 1 -- proto: N14WindowBroken - entities: - - uid: 64426 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41808 components: - type: Transform - pos: -115.5,-160.5 + pos: 207.5,-61.5 parent: 1 -- proto: N14WindowHouse - entities: - - uid: 22592 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41809 components: - type: Transform - pos: 77.5,109.5 + pos: -265.5,-7.5 parent: 1 - - uid: 22594 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41810 components: - type: Transform - pos: 181.5,146.5 + pos: -274.5,-6.5 parent: 1 - - uid: 22595 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41811 components: - type: Transform - pos: 177.5,172.5 + pos: -24.5,128.5 parent: 1 - - uid: 22597 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41812 components: - type: Transform - pos: 24.5,145.5 + pos: -100.5,81.5 parent: 1 - - uid: 22603 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41813 components: - type: Transform - pos: 180.5,168.5 + pos: -75.5,82.5 parent: 1 - - uid: 22605 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41814 components: - type: Transform - pos: 179.5,176.5 + pos: -84.5,64.5 parent: 1 - - uid: 22606 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41815 components: - type: Transform - pos: 169.5,150.5 + pos: -26.5,-94.5 parent: 1 - - uid: 22607 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41816 components: - type: Transform - pos: 195.5,168.5 + pos: -127.5,77.5 parent: 1 - - uid: 22608 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41817 components: - type: Transform - pos: 189.5,176.5 + pos: -117.5,-130.5 parent: 1 - - uid: 22611 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41818 components: - type: Transform - pos: 181.5,150.5 + pos: -28.5,-114.5 parent: 1 - - uid: 22612 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41819 components: - type: Transform - pos: 169.5,152.5 + pos: -66.5,-136.5 parent: 1 - - uid: 22615 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41820 components: - type: Transform - pos: 21.5,5.5 + pos: 262.5,-110.5 parent: 1 - - uid: 22616 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41821 components: - type: Transform - pos: 24.5,147.5 + pos: -252.5,-114.5 parent: 1 - - uid: 22620 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41822 components: - type: Transform - pos: 97.5,104.5 + pos: -13.5,-144.5 parent: 1 - - uid: 22621 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41823 components: - type: Transform - pos: 97.5,103.5 + pos: 12.5,-128.5 parent: 1 - - uid: 22625 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41824 components: - type: Transform - pos: 97.5,108.5 + pos: 47.5,-96.5 parent: 1 - - uid: 22627 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41825 components: - type: Transform - pos: 85.5,94.5 + pos: 65.5,-76.5 parent: 1 - - uid: 22629 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41826 components: - type: Transform - pos: 77.5,101.5 + pos: 73.5,-95.5 parent: 1 - - uid: 22630 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41827 components: - type: Transform - pos: 83.5,109.5 + pos: -152.5,106.5 parent: 1 - - uid: 22631 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41828 components: - type: Transform - pos: 97.5,101.5 + pos: -116.5,142.5 parent: 1 - - uid: 22632 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41829 components: - type: Transform - pos: 81.5,111.5 + pos: -220.5,-205.5 parent: 1 - - uid: 22633 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41830 components: - type: Transform - pos: 95.5,98.5 + pos: -125.5,-143.5 parent: 1 - - uid: 22634 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41831 components: - type: Transform - pos: 93.5,98.5 + pos: -221.5,-74.5 parent: 1 - - uid: 22635 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41832 components: - type: Transform - pos: 77.5,104.5 + pos: -79.5,-193.5 parent: 1 - - uid: 22636 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41833 components: - type: Transform - pos: 91.5,109.5 + pos: -121.5,-70.5 parent: 1 - - uid: 22637 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41834 components: - type: Transform - pos: 97.5,100.5 + pos: -76.5,-76.5 parent: 1 - - uid: 22638 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41835 components: - type: Transform - pos: 79.5,111.5 + pos: -75.5,-77.5 parent: 1 - - uid: 22639 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41836 components: - type: Transform - pos: 97.5,109.5 + pos: -7.5,-205.5 parent: 1 - - uid: 22640 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41837 components: - type: Transform - pos: 83.5,108.5 + pos: 210.5,162.5 parent: 1 - - uid: 22641 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41838 components: - type: Transform - pos: 91.5,108.5 + pos: 154.5,112.5 parent: 1 - - uid: 22642 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41839 components: - type: Transform - pos: 77.5,100.5 + pos: 54.5,-132.5 parent: 1 - - uid: 22643 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41840 components: - type: Transform - pos: 77.5,108.5 + pos: 60.5,-95.5 parent: 1 - - uid: 22644 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41841 components: - type: Transform - pos: 89.5,94.5 + pos: 100.5,74.5 parent: 1 - - uid: 22645 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41842 components: - type: Transform - pos: 79.5,98.5 + pos: 11.5,76.5 parent: 1 - - uid: 22646 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-99.5 + pos: 34.5,-34.5 parent: 1 - - uid: 22647 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-99.5 + pos: 98.5,-77.5 parent: 1 - - uid: 22648 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41845 components: - type: Transform - pos: -79.5,-110.5 + pos: 158.5,-16.5 parent: 1 - - uid: 22649 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-99.5 + pos: 209.5,-5.5 parent: 1 - - uid: 22650 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41847 components: - type: Transform - pos: -86.5,-110.5 + pos: 162.5,-132.5 parent: 1 - - uid: 22651 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41848 components: - type: Transform - pos: -85.5,-110.5 + pos: 214.5,-48.5 parent: 1 - - uid: 22652 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-100.5 + pos: 214.5,-163.5 parent: 1 - - uid: 22653 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41850 components: - type: Transform - pos: -80.5,-110.5 + pos: 207.5,-102.5 parent: 1 - - uid: 22654 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41851 components: - type: Transform - pos: -81.5,-110.5 + pos: 103.5,-204.5 parent: 1 - - uid: 22655 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-99.5 + pos: 229.5,-186.5 parent: 1 - - uid: 22656 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-108.5 + pos: 260.5,-59.5 parent: 1 - - uid: 22657 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41854 components: - type: Transform - pos: -47.5,-133.5 + pos: -59.5,192.5 parent: 1 - - uid: 22658 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-128.5 + pos: -53.5,119.5 parent: 1 - - uid: 22659 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41856 components: - type: Transform - pos: 11.5,-64.5 + pos: -108.5,174.5 parent: 1 - - uid: 22660 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41857 components: - type: Transform - pos: 11.5,-65.5 + pos: -54.5,87.5 parent: 1 - - uid: 22661 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41858 components: - type: Transform - pos: 11.5,-69.5 + pos: -43.5,161.5 parent: 1 - - uid: 22662 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41859 components: - type: Transform - pos: 13.5,-70.5 + pos: -22.5,188.5 parent: 1 - - uid: 22663 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41860 components: - type: Transform - pos: 14.5,-70.5 + pos: -100.5,119.5 parent: 1 - - uid: 22664 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41861 components: - type: Transform - pos: 13.5,-63.5 + pos: -98.5,195.5 parent: 1 - - uid: 22665 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41862 components: - type: Transform - pos: 14.5,-63.5 + pos: -127.5,187.5 parent: 1 - - uid: 22666 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41863 components: - type: Transform - pos: 17.5,-63.5 + pos: 248.5,42.5 parent: 1 - - uid: 22667 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41864 components: - type: Transform - pos: 17.5,-70.5 + pos: 164.5,249.5 parent: 1 - - uid: 22668 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41865 components: - type: Transform - pos: 21.5,-63.5 + pos: -169.5,175.5 parent: 1 - - uid: 22670 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41866 components: - type: Transform - pos: 21.5,-70.5 + pos: -181.5,146.5 parent: 1 - - uid: 22671 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41867 components: - type: Transform - pos: 22.5,-70.5 + pos: -304.5,16.5 parent: 1 - - uid: 22672 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41868 components: - type: Transform - pos: 25.5,-63.5 + pos: -282.5,109.5 parent: 1 - - uid: 22673 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41869 components: - type: Transform - pos: 25.5,-70.5 + pos: 37.5,-214.5 parent: 1 - - uid: 22674 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41870 components: - type: Transform - pos: 29.5,-70.5 + pos: -326.5,119.5 parent: 1 - - uid: 22675 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41871 components: - type: Transform - pos: 33.5,-70.5 + pos: -272.5,108.5 parent: 1 - - uid: 22676 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41872 components: - type: Transform - pos: 11.5,-68.5 + pos: -289.5,116.5 parent: 1 - - uid: 22677 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41873 components: - type: Transform - pos: 27.5,-40.5 + pos: -237.5,39.5 parent: 1 - - uid: 22678 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41874 components: - type: Transform - pos: 29.5,-48.5 + pos: -430.5,119.5 parent: 1 - - uid: 22679 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41875 components: - type: Transform - pos: 28.5,-48.5 + pos: -445.5,149.5 parent: 1 - - uid: 22680 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41876 components: - type: Transform - pos: 40.5,-31.5 + pos: -438.5,106.5 parent: 1 - - uid: 22681 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41877 components: - type: Transform - pos: 40.5,-32.5 + pos: -384.5,13.5 parent: 1 - - uid: 22682 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41878 components: - type: Transform - pos: 31.5,-40.5 + pos: 170.5,-256.5 parent: 1 - - uid: 22683 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41879 components: - type: Transform - pos: 36.5,-48.5 + pos: -359.5,-41.5 parent: 1 - - uid: 22684 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41880 components: - type: Transform - pos: 37.5,-48.5 + pos: 176.5,258.5 parent: 1 - - uid: 22685 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41881 components: - type: Transform - pos: 37.5,-36.5 + pos: 157.5,-327.5 parent: 1 - - uid: 22686 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41882 components: - type: Transform - pos: 38.5,-36.5 + pos: 130.5,-429.5 parent: 1 - - uid: 22687 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41883 components: - type: Transform - pos: 44.5,-29.5 + pos: 182.5,-604.5 parent: 1 - - uid: 22688 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41884 components: - type: Transform - pos: 45.5,-29.5 + pos: 174.5,-320.5 parent: 1 - - uid: 22689 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41885 components: - type: Transform - pos: 6.5,-33.5 + pos: 152.5,-922.5 parent: 1 - - uid: 22690 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41886 components: - type: Transform - pos: 6.5,-32.5 + pos: 128.5,-1114.5 parent: 1 - - uid: 22691 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41887 components: - type: Transform - pos: 6.5,-34.5 + pos: 170.5,-446.5 parent: 1 - - uid: 22692 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41888 components: - type: Transform - pos: 6.5,-35.5 + pos: 176.5,-700.5 parent: 1 - - uid: 22693 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41889 components: - type: Transform - pos: 28.5,-11.5 + pos: 154.5,-747.5 parent: 1 - - uid: 22694 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41890 components: - type: Transform - pos: 21.5,-10.5 + pos: 183.5,-584.5 parent: 1 - - uid: 22695 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41891 components: - type: Transform - pos: 23.5,-10.5 + pos: 172.5,-612.5 parent: 1 - - uid: 22696 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41892 components: - type: Transform - pos: 25.5,-10.5 + pos: 188.5,-779.5 parent: 1 - - uid: 22697 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41893 components: - type: Transform - pos: 32.5,-11.5 + pos: 153.5,-830.5 parent: 1 - - uid: 22698 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41894 components: - type: Transform - pos: 33.5,-11.5 + pos: 130.5,-1399.5 parent: 1 - - uid: 22699 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41895 components: - type: Transform - pos: 37.5,-11.5 + pos: 153.5,-1008.5 parent: 1 - - uid: 22700 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41896 components: - type: Transform - pos: 40.5,-10.5 + pos: 177.5,-797.5 parent: 1 - - uid: 22701 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41897 components: - type: Transform - pos: 42.5,-10.5 + pos: 138.5,-1233.5 parent: 1 - - uid: 22702 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41898 components: - type: Transform - pos: 44.5,-10.5 + pos: 179.5,-832.5 parent: 1 - - uid: 22703 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41899 components: - type: Transform - pos: 124.5,-30.5 + pos: 159.5,-857.5 parent: 1 - - uid: 22704 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41900 components: - type: Transform - pos: 124.5,-31.5 + pos: 173.5,-860.5 parent: 1 - - uid: 22705 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41901 components: - type: Transform - pos: 124.5,-32.5 + pos: 169.5,-964.5 parent: 1 - - uid: 22706 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41902 components: - type: Transform - pos: 126.5,-28.5 + pos: 146.5,-1187.5 parent: 1 - - uid: 22707 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41903 components: - type: Transform - pos: 127.5,-28.5 + pos: 151.5,-1272.5 parent: 1 - - uid: 22708 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41904 components: - type: Transform - pos: 128.5,-28.5 + pos: 157.5,-1251.5 parent: 1 - - uid: 22709 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41905 components: - type: Transform - pos: 136.5,-28.5 + pos: 187.5,-1021.5 parent: 1 - - uid: 22710 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41906 components: - type: Transform - pos: 137.5,-28.5 + pos: 184.5,-1134.5 parent: 1 - - uid: 22711 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41907 components: - type: Transform - pos: 138.5,-29.5 + pos: 157.5,-1144.5 parent: 1 - - uid: 22712 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41908 components: - type: Transform - pos: 130.5,-29.5 + pos: 136.5,-1323.5 parent: 1 - - uid: 22713 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41909 components: - type: Transform - pos: 117.5,-19.5 + pos: 166.5,-1246.5 parent: 1 - - uid: 22714 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41910 components: - type: Transform - pos: 118.5,-19.5 + pos: 187.5,-1282.5 parent: 1 - - uid: 22715 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41911 components: - type: Transform - pos: 119.5,-13.5 + pos: 183.5,-1319.5 parent: 1 - - uid: 22716 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41912 components: - type: Transform - pos: 119.5,-14.5 + pos: -102.5,247.5 parent: 1 - - uid: 22717 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41913 components: - type: Transform - pos: 101.5,-9.5 + pos: -43.5,233.5 parent: 1 - - uid: 22718 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41914 components: - type: Transform - pos: 119.5,-9.5 + pos: -370.5,-36.5 parent: 1 - - uid: 22719 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41915 components: - type: Transform - pos: 103.5,2.5 + pos: 88.5,-114.5 parent: 1 - - uid: 22720 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41916 components: - type: Transform - pos: 104.5,2.5 + pos: 14.5,-253.5 parent: 1 - - uid: 22721 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41917 components: - type: Transform - pos: 103.5,15.5 + pos: 115.5,-261.5 parent: 1 - - uid: 22722 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41918 components: - type: Transform - pos: 107.5,15.5 + pos: 40.5,-268.5 parent: 1 - - uid: 22723 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41919 components: - type: Transform - pos: 27.5,142.5 + pos: 25.5,-264.5 parent: 1 - - uid: 22724 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41920 components: - type: Transform - pos: 121.5,22.5 + pos: 45.5,-273.5 parent: 1 - - uid: 22725 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41921 components: - type: Transform - pos: 125.5,22.5 + pos: -51.5,-254.5 parent: 1 - - uid: 22726 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41922 components: - type: Transform - pos: 119.5,29.5 + pos: -46.5,-235.5 parent: 1 - - uid: 22727 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41923 components: - type: Transform - pos: 127.5,29.5 + pos: 307.5,116.5 parent: 1 - - uid: 22728 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41924 components: - type: Transform - pos: 121.5,36.5 + pos: 290.5,129.5 parent: 1 - - uid: 22729 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41925 components: - type: Transform - pos: 125.5,36.5 + pos: 282.5,150.5 parent: 1 - - uid: 22731 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41926 components: - type: Transform - pos: 51.5,140.5 + pos: 352.5,124.5 parent: 1 - - uid: 22733 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41927 components: - type: Transform - pos: 49.5,142.5 + pos: 330.5,108.5 parent: 1 - - uid: 22736 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildPinyon + entities: + - uid: 41928 components: - type: Transform - pos: 31.5,165.5 + pos: 133.5,-907.5 parent: 1 - - uid: 22737 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41929 components: - type: Transform - pos: 30.5,165.5 + pos: 163.5,-361.5 parent: 1 - - uid: 22738 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41930 components: - type: Transform - pos: 26.5,165.5 + pos: -166.5,-150.5 parent: 1 - - uid: 22739 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41931 components: - type: Transform - pos: 32.5,142.5 + pos: 83.5,-225.5 parent: 1 - - uid: 22740 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41932 components: - type: Transform - pos: 52.5,147.5 + pos: -33.5,-201.5 parent: 1 - - uid: 22741 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41933 components: - type: Transform - pos: 51.5,147.5 + pos: -117.5,209.5 parent: 1 - - uid: 22743 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41934 components: - type: Transform - pos: 33.5,142.5 + pos: 222.5,135.5 parent: 1 - - uid: 22745 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41935 components: - type: Transform - pos: 35.5,148.5 + pos: 111.5,144.5 parent: 1 - - uid: 22747 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41936 components: - type: Transform - pos: 29.5,142.5 + pos: 211.5,23.5 parent: 1 - - uid: 22748 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41937 components: - type: Transform - pos: 31.5,142.5 + pos: 228.5,21.5 parent: 1 - - uid: 22749 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41938 components: - type: Transform - pos: 46.5,167.5 + pos: 139.5,226.5 parent: 1 - - uid: 22750 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41939 components: - type: Transform - pos: 33.5,150.5 + pos: -9.5,61.5 parent: 1 - - uid: 22751 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41940 components: - type: Transform - pos: 32.5,150.5 + pos: -143.5,37.5 parent: 1 - - uid: 22753 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41941 components: - type: Transform - pos: 29.5,150.5 + pos: -338.5,-72.5 parent: 1 - - uid: 22756 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41942 components: - type: Transform - pos: -17.5,-70.5 + pos: 209.5,115.5 parent: 1 - - uid: 22757 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41943 components: - type: Transform - pos: -17.5,-71.5 + pos: 104.5,55.5 parent: 1 - - uid: 22758 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41944 components: - type: Transform - pos: -17.5,-73.5 + pos: -121.5,125.5 parent: 1 - - uid: 22759 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41945 components: - type: Transform - pos: -17.5,-74.5 + pos: -130.5,-169.5 parent: 1 - - uid: 22760 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41946 components: - type: Transform - pos: 47.5,-0.5 + pos: -124.5,-231.5 parent: 1 - - uid: 22761 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41947 components: - type: Transform - pos: 42.5,-0.5 + pos: -223.5,-217.5 parent: 1 - - uid: 22762 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41948 components: - type: Transform - pos: 40.5,-0.5 + pos: -148.5,-136.5 parent: 1 - - uid: 22763 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41949 components: - type: Transform - pos: 38.5,-0.5 + pos: -222.5,-217.5 parent: 1 - - uid: 22764 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41950 components: - type: Transform - pos: 41.5,-0.5 + pos: -46.5,-70.5 parent: 1 - - uid: 22765 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41951 components: - type: Transform - pos: 39.5,-0.5 + pos: 155.5,120.5 parent: 1 - - uid: 22766 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41952 components: - type: Transform - pos: 21.5,4.5 + pos: 97.5,173.5 parent: 1 - - uid: 22767 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41953 components: - type: Transform - pos: 48.5,-0.5 + pos: 65.5,-104.5 parent: 1 - - uid: 22768 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41954 components: - type: Transform - pos: 49.5,-0.5 + pos: 79.5,58.5 parent: 1 - - uid: 22769 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41955 components: - type: Transform - pos: 50.5,-0.5 + pos: 75.5,144.5 parent: 1 - - uid: 22770 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41956 components: - type: Transform - pos: 51.5,-0.5 + pos: 67.5,167.5 parent: 1 - - uid: 22771 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41957 components: - type: Transform - pos: 21.5,1.5 + pos: 96.5,123.5 parent: 1 - - uid: 22772 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41958 components: - type: Transform - pos: 21.5,0.5 + pos: 70.5,17.5 parent: 1 - - uid: 22773 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41959 components: - type: Transform - pos: 22.5,-0.5 + pos: 64.5,109.5 parent: 1 - - uid: 22774 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41960 components: - type: Transform - pos: 23.5,-0.5 + pos: 19.5,131.5 parent: 1 - - uid: 22775 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41961 components: - type: Transform - pos: 27.5,-0.5 + pos: -231.5,28.5 parent: 1 - - uid: 22776 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41962 components: - type: Transform - pos: 28.5,-0.5 + pos: 146.5,-62.5 parent: 1 - - uid: 22777 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41963 components: - type: Transform - pos: -15.5,13.5 + pos: 142.5,-64.5 parent: 1 - - uid: 22778 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41964 components: - type: Transform - pos: -19.5,14.5 + pos: 186.5,-18.5 parent: 1 - - uid: 22779 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41965 components: - type: Transform - pos: -9.5,1.5 + pos: 228.5,-2.5 parent: 1 - - uid: 22780 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41966 components: - type: Transform - pos: -9.5,2.5 + pos: 118.5,-135.5 parent: 1 - - uid: 22781 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41967 components: - type: Transform - pos: -9.5,3.5 + pos: -100.5,181.5 parent: 1 - - uid: 22782 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41968 components: - type: Transform - pos: -0.5,1.5 + pos: 111.5,-161.5 parent: 1 - - uid: 22783 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41969 components: - type: Transform - pos: -0.5,2.5 + pos: 202.5,-180.5 parent: 1 - - uid: 22784 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41970 components: - type: Transform - pos: -0.5,3.5 + pos: -139.5,94.5 parent: 1 - - uid: 22785 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41971 components: - type: Transform - pos: -0.5,10.5 + pos: -24.5,112.5 parent: 1 - - uid: 22786 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41972 components: - type: Transform - pos: -0.5,11.5 + pos: -117.5,186.5 parent: 1 - - uid: 22787 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41973 components: - type: Transform - pos: -0.5,12.5 + pos: -94.5,109.5 parent: 1 - - uid: 22788 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41974 components: - type: Transform - pos: -2.5,13.5 + pos: -160.5,106.5 parent: 1 - - uid: 22789 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41975 components: - type: Transform - pos: -3.5,13.5 + pos: -305.5,-45.5 parent: 1 - - uid: 22790 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41976 components: - type: Transform - pos: -6.5,13.5 + pos: -275.5,-102.5 parent: 1 - - uid: 22791 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41977 components: - type: Transform - pos: -7.5,13.5 + pos: -311.5,-84.5 parent: 1 - - uid: 22792 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41978 components: - type: Transform - pos: -11.5,12.5 + pos: -249.5,42.5 parent: 1 - - uid: 22793 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41979 components: - type: Transform - pos: -12.5,12.5 + pos: -272.5,74.5 parent: 1 - - uid: 22794 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41980 components: - type: Transform - pos: -13.5,12.5 + pos: -455.5,59.5 parent: 1 - - uid: 22795 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41981 components: - type: Transform - pos: -25.5,12.5 + pos: -442.5,91.5 parent: 1 - - uid: 22796 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41982 components: - type: Transform - pos: -18.5,14.5 + pos: -371.5,153.5 parent: 1 - - uid: 22797 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41983 components: - type: Transform - pos: -17.5,14.5 + pos: -236.5,-233.5 parent: 1 - - uid: 22798 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41984 components: - type: Transform - pos: -21.5,13.5 + pos: 134.5,-347.5 parent: 1 - - uid: 22799 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41985 components: - type: Transform - pos: -24.5,12.5 + pos: 135.5,-837.5 parent: 1 - - uid: 22800 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41986 components: - type: Transform - pos: -23.5,12.5 + pos: 159.5,-413.5 parent: 1 - - uid: 22801 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41987 components: - type: Transform - pos: -29.5,13.5 + pos: 151.5,-517.5 parent: 1 - - uid: 22802 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41988 components: - type: Transform - pos: -30.5,13.5 + pos: 164.5,-716.5 parent: 1 - - uid: 22803 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41989 components: - type: Transform - pos: -34.5,13.5 + pos: 169.5,-714.5 parent: 1 - - uid: 22804 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41990 components: - type: Transform - pos: -33.5,13.5 + pos: 151.5,-748.5 parent: 1 - - uid: 22805 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41991 components: - type: Transform - pos: -36.5,12.5 + pos: 151.5,-759.5 parent: 1 - - uid: 22806 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41992 components: - type: Transform - pos: -36.5,11.5 + pos: 182.5,-617.5 parent: 1 - - uid: 22807 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41993 components: - type: Transform - pos: -36.5,10.5 + pos: 191.5,-818.5 parent: 1 - - uid: 22808 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41994 components: - type: Transform - pos: -36.5,3.5 + pos: 169.5,-901.5 parent: 1 - - uid: 22809 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41995 components: - type: Transform - pos: -36.5,2.5 + pos: 186.5,-731.5 parent: 1 - - uid: 22810 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41996 components: - type: Transform - pos: -36.5,1.5 + pos: 182.5,-829.5 parent: 1 - - uid: 22811 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41997 components: - type: Transform - pos: -27.5,1.5 + pos: 151.5,-1338.5 parent: 1 - - uid: 22812 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41998 components: - type: Transform - pos: -27.5,2.5 + pos: 192.5,-1181.5 parent: 1 - - uid: 22813 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 41999 components: - type: Transform - pos: -27.5,3.5 + pos: 197.5,-859.5 parent: 1 - - uid: 22814 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42000 components: - type: Transform - pos: -26.5,4.5 + pos: 171.5,-1173.5 parent: 1 - - uid: 22815 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42001 components: - type: Transform - pos: -25.5,4.5 + pos: 155.5,-1349.5 parent: 1 - - uid: 22816 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42002 components: - type: Transform - pos: -23.5,4.5 + pos: 167.5,-1220.5 parent: 1 - - uid: 22817 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42003 components: - type: Transform - pos: -22.5,4.5 + pos: 173.5,-1373.5 parent: 1 - - uid: 22818 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42004 components: - type: Transform - pos: -14.5,4.5 + pos: 172.5,-1275.5 parent: 1 - - uid: 22819 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42005 components: - type: Transform - pos: -13.5,4.5 + pos: -95.5,224.5 parent: 1 - - uid: 22820 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42006 components: - type: Transform - pos: -11.5,4.5 + pos: -464.5,57.5 parent: 1 - - uid: 22821 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42007 components: - type: Transform - pos: -10.5,4.5 + pos: 109.5,236.5 parent: 1 - - uid: 22822 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42008 components: - type: Transform - pos: -50.5,21.5 + pos: -88.5,-264.5 parent: 1 - - uid: 22823 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42009 components: - type: Transform - pos: -72.5,25.5 + pos: 260.5,55.5 parent: 1 - - uid: 22824 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42010 components: - type: Transform - pos: -72.5,24.5 + pos: 278.5,42.5 parent: 1 - - uid: 22825 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42011 components: - type: Transform - pos: -49.5,21.5 + pos: 281.5,157.5 parent: 1 - - uid: 22826 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42012 components: - type: Transform - pos: -48.5,21.5 + pos: 295.5,154.5 parent: 1 - - uid: 22827 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42013 components: - type: Transform - pos: -42.5,23.5 + pos: 298.5,158.5 parent: 1 - - uid: 22828 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42014 components: - type: Transform - pos: -42.5,24.5 + pos: 312.5,47.5 parent: 1 - - uid: 22829 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42015 components: - type: Transform - pos: -42.5,25.5 + pos: 320.5,78.5 parent: 1 - - uid: 22830 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42016 components: - type: Transform - pos: -62.5,1.5 + pos: 343.5,104.5 parent: 1 - - uid: 22831 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildPricklypear + entities: + - uid: 42017 components: - type: Transform - pos: -58.5,4.5 + pos: 233.5,-140.5 parent: 1 - - uid: 22832 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42018 components: - type: Transform - pos: -57.5,4.5 + pos: -319.5,97.5 parent: 1 - - uid: 22833 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42019 components: - type: Transform - pos: -53.5,4.5 + pos: 29.5,17.5 parent: 1 - - uid: 22834 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42020 components: - type: Transform - pos: -70.5,6.5 + pos: -48.5,-165.5 parent: 1 - - uid: 22835 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42021 components: - type: Transform - pos: -71.5,6.5 + pos: 109.5,-72.5 parent: 1 - - uid: 22836 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42022 components: - type: Transform - pos: -70.5,3.5 + pos: -221.5,48.5 parent: 1 - - uid: 22837 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42023 components: - type: Transform - pos: -77.5,7.5 + pos: -118.5,177.5 parent: 1 - - uid: 22838 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42024 components: - type: Transform - pos: -80.5,6.5 + pos: -196.5,138.5 parent: 1 - - uid: 22839 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42025 components: - type: Transform - pos: -80.5,2.5 + pos: 226.5,161.5 parent: 1 - - uid: 22840 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42026 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,98.5 + pos: -238.5,-147.5 parent: 1 - - uid: 22841 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-124.5 + pos: -137.5,-134.5 parent: 1 - - uid: 22842 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42028 components: - type: Transform - pos: -53.5,-133.5 + pos: -63.5,-205.5 parent: 1 - - uid: 22843 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42029 components: - type: Transform - pos: -54.5,-133.5 + pos: -224.5,-111.5 parent: 1 - - uid: 22844 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42030 components: - type: Transform - pos: -72.5,-26.5 + pos: -199.5,-201.5 parent: 1 - - uid: 22845 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42031 components: - type: Transform - pos: -72.5,-27.5 + pos: 80.5,-56.5 parent: 1 - - uid: 22846 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42032 components: - type: Transform - pos: -77.5,-17.5 + pos: -14.5,-138.5 parent: 1 - - uid: 22847 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42033 components: - type: Transform - pos: -72.5,-25.5 + pos: 75.5,159.5 parent: 1 - - uid: 22848 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42034 components: - type: Transform - pos: -59.5,-0.5 + pos: 12.5,177.5 parent: 1 - - uid: 22849 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42035 components: - type: Transform - pos: -69.5,-0.5 + pos: 45.5,111.5 parent: 1 - - uid: 22850 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42036 components: - type: Transform - pos: -60.5,-0.5 + pos: 104.5,100.5 parent: 1 - - uid: 22851 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42037 components: - type: Transform - pos: -6.5,-0.5 + pos: 180.5,-210.5 parent: 1 - - uid: 22852 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42038 components: - type: Transform - pos: -68.5,-0.5 + pos: 211.5,-130.5 parent: 1 - - uid: 22853 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42039 components: - type: Transform - pos: -61.5,-0.5 + pos: 214.5,-93.5 parent: 1 - - uid: 22854 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42040 components: - type: Transform - pos: -78.5,-0.5 + pos: 263.5,-22.5 parent: 1 - - uid: 22855 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42041 components: - type: Transform - pos: -5.5,-0.5 + pos: -41.5,140.5 parent: 1 - - uid: 22856 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42042 components: - type: Transform - pos: -4.5,-0.5 + pos: -157.5,164.5 parent: 1 - - uid: 22857 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42043 components: - type: Transform - pos: -3.5,-0.5 + pos: -20.5,83.5 parent: 1 - - uid: 22858 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42044 components: - type: Transform - pos: -33.5,-0.5 + pos: -165.5,115.5 parent: 1 - - uid: 22859 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42045 components: - type: Transform - pos: -32.5,-0.5 + pos: 264.5,189.5 parent: 1 - - uid: 22860 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42046 components: - type: Transform - pos: -31.5,-0.5 + pos: -259.5,-126.5 parent: 1 - - uid: 22861 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42047 components: - type: Transform - pos: -30.5,-0.5 + pos: -310.5,58.5 parent: 1 - - uid: 22862 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42048 components: - type: Transform - pos: -26.5,-10.5 + pos: -248.5,113.5 parent: 1 - - uid: 22863 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42049 components: - type: Transform - pos: -25.5,-10.5 + pos: -361.5,143.5 parent: 1 - - uid: 22864 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42050 components: - type: Transform - pos: -41.5,-13.5 + pos: -397.5,154.5 parent: 1 - - uid: 22865 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42051 components: - type: Transform - pos: -30.5,-10.5 + pos: 188.5,-274.5 parent: 1 - - uid: 22866 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42052 components: - type: Transform - pos: -31.5,-10.5 + pos: 171.5,-362.5 parent: 1 - - uid: 22867 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42053 components: - type: Transform - pos: -32.5,-11.5 + pos: 192.5,-383.5 parent: 1 - - uid: 22868 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42054 components: - type: Transform - pos: -32.5,-12.5 + pos: 199.5,-499.5 parent: 1 - - uid: 22869 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42055 components: - type: Transform - pos: -32.5,-13.5 + pos: 192.5,-677.5 parent: 1 - - uid: 22870 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42056 components: - type: Transform - pos: -31.5,-14.5 + pos: 156.5,-725.5 parent: 1 - - uid: 22871 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42057 components: - type: Transform - pos: -30.5,-14.5 + pos: 146.5,-859.5 parent: 1 - - uid: 22872 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42058 components: - type: Transform - pos: -34.5,-17.5 + pos: 160.5,-858.5 parent: 1 - - uid: 22873 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42059 components: - type: Transform - pos: -34.5,-18.5 + pos: 182.5,-904.5 parent: 1 - - uid: 22874 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42060 components: - type: Transform - pos: -37.5,-10.5 + pos: 172.5,-1240.5 parent: 1 - - uid: 22875 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42061 components: - type: Transform - pos: -38.5,-10.5 + pos: 169.5,-1279.5 parent: 1 - - uid: 22876 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42062 components: - type: Transform - pos: -24.5,-10.5 + pos: -88.5,236.5 parent: 1 - - uid: 22877 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42063 components: - type: Transform - pos: -24.5,-10.5 + pos: -465.5,43.5 parent: 1 - - uid: 22878 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42064 components: - type: Transform - pos: -19.5,-11.5 + pos: 118.5,232.5 parent: 1 - - uid: 22879 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42065 components: - type: Transform - pos: -19.5,-12.5 + pos: 27.5,-282.5 parent: 1 - - uid: 22880 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42066 components: - type: Transform - pos: -19.5,-12.5 + pos: -105.5,-239.5 parent: 1 - - uid: 22881 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42067 components: - type: Transform - pos: -19.5,-13.5 + pos: 312.5,56.5 parent: 1 - - uid: 22882 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42068 components: - type: Transform - pos: -19.5,-16.5 + pos: 354.5,138.5 parent: 1 - - uid: 22883 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42069 components: - type: Transform - pos: -19.5,-17.5 + pos: -370.5,-58.5 parent: 1 - - uid: 22884 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildRazorgrain + entities: + - uid: 42070 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-30.5 + pos: 69.5,123.5 parent: 1 - - uid: 22885 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42071 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-29.5 + pos: 78.5,122.5 parent: 1 - - uid: 22886 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42072 components: - type: Transform - pos: -14.5,-14.5 + pos: 83.5,122.5 parent: 1 - - uid: 22887 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildTarberries + entities: + - uid: 42073 components: - type: Transform - pos: -15.5,-14.5 + pos: 104.5,-122.5 parent: 1 - - uid: 22888 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42074 components: - type: Transform - pos: -16.5,-13.5 + pos: 103.5,-124.5 parent: 1 - - uid: 22889 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42075 components: - type: Transform - pos: -16.5,-12.5 + pos: 104.5,-123.5 parent: 1 - - uid: 22890 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42076 components: - type: Transform - pos: -16.5,-11.5 + pos: 71.5,117.5 parent: 1 - - uid: 22891 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42077 components: - type: Transform - pos: -15.5,-10.5 + pos: 80.5,116.5 parent: 1 - - uid: 22892 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42078 components: - type: Transform - pos: -14.5,-10.5 + pos: 82.5,117.5 parent: 1 - - uid: 22893 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildTato + entities: + - uid: 42079 components: - type: Transform - pos: -10.5,-10.5 + pos: 79.5,114.5 parent: 1 - - uid: 22894 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42080 components: - type: Transform - pos: -9.5,-10.5 + pos: 71.5,114.5 parent: 1 - - uid: 22895 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42081 components: - type: Transform - pos: -8.5,-10.5 + pos: 83.5,113.5 parent: 1 - - uid: 22896 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildXander + entities: + - uid: 42082 components: - type: Transform - pos: -3.5,-11.5 + pos: 234.5,-116.5 parent: 1 - - uid: 22897 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42083 components: - type: Transform - pos: -3.5,-12.5 + pos: 56.5,-263.5 parent: 1 - - uid: 22898 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42084 components: - type: Transform - pos: -3.5,-13.5 + pos: 238.5,-139.5 parent: 1 - - uid: 22899 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42085 components: - type: Transform - pos: -3.5,-16.5 + pos: 131.5,-568.5 parent: 1 - - uid: 22900 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42086 components: - type: Transform - pos: -3.5,-17.5 + pos: 67.5,-235.5 parent: 1 - - uid: 22901 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42087 components: - type: Transform - pos: -3.5,-22.5 + pos: -323.5,146.5 parent: 1 - - uid: 22902 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42088 components: - type: Transform - pos: -3.5,-24.5 + pos: 170.5,-304.5 parent: 1 - - uid: 22903 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42089 components: - type: Transform - pos: -5.5,-25.5 + pos: 143.5,-565.5 parent: 1 - - uid: 22904 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42090 components: - type: Transform - pos: -13.5,-25.5 + pos: -201.5,130.5 parent: 1 - - uid: 22905 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42091 components: - type: Transform - pos: -16.5,-23.5 + pos: -226.5,125.5 parent: 1 - - uid: 22906 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42092 components: - type: Transform - pos: -14.5,-52.5 + pos: 176.5,-290.5 parent: 1 - - uid: 22907 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42093 components: - type: Transform - pos: -13.5,-52.5 + pos: 166.5,-502.5 parent: 1 - - uid: 22908 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42094 components: - type: Transform - pos: -12.5,-52.5 + pos: 139.5,-531.5 parent: 1 - - uid: 22909 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42095 components: - type: Transform - pos: -11.5,-52.5 + pos: 129.5,-515.5 parent: 1 - - uid: 22910 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42096 components: - type: Transform - pos: -7.5,-52.5 + pos: 36.5,-221.5 parent: 1 - - uid: 22911 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42097 components: - type: Transform - pos: -6.5,-52.5 + pos: 166.5,-50.5 parent: 1 - - uid: 22912 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42098 components: - type: Transform - pos: -5.5,-52.5 + pos: -17.5,24.5 parent: 1 - - uid: 22913 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42099 components: - type: Transform - pos: -164.5,-26.5 + pos: 143.5,-223.5 parent: 1 - - uid: 22914 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42100 components: - type: Transform - pos: -165.5,-24.5 + pos: 56.5,229.5 parent: 1 - - uid: 22915 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42101 components: - type: Transform - pos: -165.5,-25.5 + pos: 73.5,3.5 parent: 1 - - uid: 22917 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42102 components: - type: Transform - pos: -162.5,-26.5 + pos: 264.5,-51.5 parent: 1 - - uid: 22918 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42103 components: - type: Transform - pos: -165.5,-25.5 + pos: 47.5,-219.5 parent: 1 - - uid: 27448 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,168.5 + pos: 140.5,-144.5 parent: 1 - - uid: 27455 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42105 components: - type: Transform - pos: 28.5,150.5 + pos: 124.5,-225.5 parent: 1 - - uid: 46095 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42106 components: - type: Transform - pos: -173.5,-104.5 + pos: 40.5,-228.5 parent: 1 - - uid: 46097 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42107 components: - type: Transform - pos: -173.5,-100.5 + pos: -224.5,67.5 parent: 1 - - uid: 46878 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 98.5,-113.5 + pos: -45.5,-213.5 parent: 1 - - uid: 65513 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-118.5 + pos: 130.5,-161.5 parent: 1 - - uid: 65593 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 102.5,-118.5 + pos: 170.5,-51.5 parent: 1 - - uid: 65651 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42111 components: - type: Transform - pos: 105.5,-105.5 + pos: 180.5,4.5 parent: 1 - - uid: 65663 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42112 components: - type: Transform - pos: 105.5,-104.5 + pos: 168.5,42.5 parent: 1 -- proto: N14WindowHouseBroken - entities: - - uid: 16963 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42113 components: - type: Transform - pos: -172.5,-117.5 + pos: 134.5,-37.5 parent: 1 - - uid: 17485 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42114 components: - type: Transform - pos: -172.5,-116.5 + pos: -123.5,-229.5 parent: 1 - - uid: 17574 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42115 components: - type: Transform - pos: -189.5,-109.5 + pos: 29.5,11.5 parent: 1 - - uid: 17576 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42116 components: - type: Transform - pos: -173.5,-102.5 + pos: 156.5,93.5 parent: 1 - - uid: 22613 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42117 components: - type: Transform - pos: 154.5,168.5 + pos: -220.5,147.5 parent: 1 - - uid: 22669 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42118 components: - type: Transform - pos: 22.5,-63.5 + pos: 138.5,-52.5 parent: 1 - - uid: 22921 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42119 components: - type: Transform - pos: -62.5,2.5 + pos: -47.5,219.5 parent: 1 - - uid: 22922 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42120 components: - type: Transform - pos: -54.5,4.5 + pos: 56.5,-162.5 parent: 1 - - uid: 22923 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42121 components: - type: Transform - pos: -69.5,6.5 + pos: 136.5,-110.5 parent: 1 - - uid: 22924 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42122 components: - type: Transform - pos: -78.5,7.5 + pos: 169.5,210.5 parent: 1 - - uid: 22925 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42123 components: - type: Transform - pos: -80.5,4.5 + pos: 64.5,221.5 parent: 1 - - uid: 22926 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-102.5 + pos: -188.5,-208.5 parent: 1 - - uid: 22927 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42125 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-99.5 + pos: 135.5,-170.5 parent: 1 - - uid: 22928 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42126 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-99.5 + pos: -2.5,-230.5 parent: 1 - - uid: 22929 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42127 components: - type: Transform - pos: -47.5,-123.5 + pos: -215.5,-122.5 parent: 1 - - uid: 22930 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42128 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-133.5 + pos: -178.5,-224.5 parent: 1 - - uid: 22931 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42129 components: - type: Transform - pos: -77.5,-21.5 + pos: 176.5,-207.5 parent: 1 - - uid: 22932 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42130 components: - type: Transform - pos: -77.5,-0.5 + pos: -116.5,-226.5 parent: 1 - - uid: 22933 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42131 components: - type: Transform - pos: -9.5,-21.5 + pos: -39.5,-204.5 parent: 1 - - uid: 22934 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42132 components: - type: Transform - pos: -165.5,-17.5 + pos: 58.5,204.5 parent: 1 - - uid: 27447 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42133 components: - type: Transform - pos: 52.5,140.5 + pos: 153.5,-220.5 parent: 1 - - uid: 27454 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42134 components: - type: Transform - pos: 28.5,142.5 + pos: -33.5,212.5 parent: 1 - - uid: 27457 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42135 components: - type: Transform - pos: 31.5,150.5 + pos: -131.5,234.5 parent: 1 -- proto: N14WindowHouseBrokenVertical - entities: - - uid: 22935 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,148.5 + pos: -95.5,-203.5 parent: 1 - - uid: 22936 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,152.5 + pos: -129.5,233.5 parent: 1 - - uid: 22937 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 169.5,148.5 + pos: -178.5,-153.5 parent: 1 - - uid: 22938 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-134.5 + pos: -228.5,82.5 parent: 1 - - uid: 22939 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-23.5 + pos: -202.5,149.5 parent: 1 - - uid: 22940 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -158.5,-15.5 + pos: -231.5,-169.5 parent: 1 - - uid: 25199 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-26.5 + pos: -229.5,78.5 parent: 1 - - uid: 27445 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,167.5 + pos: -43.5,180.5 parent: 1 - - uid: 27446 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,146.5 + pos: -44.5,195.5 parent: 1 - - uid: 27452 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,144.5 + pos: 108.5,118.5 parent: 1 - - uid: 27456 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,150.5 + pos: -133.5,200.5 parent: 1 -- proto: N14WindowHouseVertical - entities: - - uid: 12466 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42147 components: - type: Transform - pos: 97.5,14.5 + pos: -25.5,203.5 parent: 1 - - uid: 12467 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42148 components: - type: Transform - pos: 97.5,13.5 + pos: -35.5,165.5 parent: 1 - - uid: 22941 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42149 components: - type: Transform - pos: -43.5,-102.5 + pos: 24.5,214.5 parent: 1 - - uid: 22942 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42150 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-110.5 + pos: 197.5,170.5 parent: 1 - - uid: 22943 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42151 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-100.5 + pos: -167.5,133.5 parent: 1 - - uid: 22944 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-102.5 + pos: -90.5,193.5 parent: 1 - - uid: 22945 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-98.5 + pos: -179.5,231.5 parent: 1 - - uid: 22946 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42154 components: - type: Transform - pos: -43.5,-100.5 + pos: 230.5,193.5 parent: 1 - - uid: 22947 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42155 components: - type: Transform - pos: -43.5,-110.5 + pos: 106.5,-89.5 parent: 1 - - uid: 22948 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-118.5 + pos: 89.5,73.5 parent: 1 - - uid: 22949 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-112.5 + pos: 213.5,159.5 parent: 1 - - uid: 22950 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-118.5 + pos: 213.5,-185.5 parent: 1 - - uid: 22951 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-98.5 + pos: 216.5,-190.5 parent: 1 - - uid: 22952 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-112.5 + pos: 72.5,127.5 parent: 1 - - uid: 22953 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-98.5 + pos: 14.5,163.5 parent: 1 - - uid: 22954 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-112.5 + pos: -57.5,160.5 parent: 1 - - uid: 22955 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-118.5 + pos: -93.5,160.5 parent: 1 - - uid: 22956 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-98.5 + pos: 218.5,86.5 parent: 1 - - uid: 22957 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-98.5 + pos: -202.5,-97.5 parent: 1 - - uid: 22958 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-98.5 + pos: -209.5,-152.5 parent: 1 - - uid: 22959 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-118.5 + pos: 74.5,112.5 parent: 1 - - uid: 22960 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42168 components: - type: Transform - pos: -43.5,-106.5 + pos: -159.5,-94.5 parent: 1 - - uid: 22961 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-112.5 + pos: 39.5,117.5 parent: 1 - - uid: 22962 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-116.5 + pos: -108.5,22.5 parent: 1 - - uid: 22963 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-118.5 + pos: -11.5,78.5 parent: 1 - - uid: 22964 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-118.5 + pos: -24.5,116.5 parent: 1 - - uid: 22965 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42173 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-114.5 + pos: -80.5,46.5 parent: 1 - - uid: 22966 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-123.5 + pos: -146.5,10.5 parent: 1 - - uid: 22967 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-123.5 + pos: -24.5,95.5 parent: 1 - - uid: 22968 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42176 components: - type: Transform - pos: -53.5,-123.5 + pos: -11.5,58.5 parent: 1 - - uid: 22969 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42177 components: - type: Transform - pos: -57.5,-126.5 + pos: -59.5,106.5 parent: 1 - - uid: 22970 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-126.5 + pos: -122.5,-97.5 parent: 1 - - uid: 22971 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-125.5 + pos: -130.5,9.5 parent: 1 - - uid: 22972 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42180 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-130.5 + pos: -21.5,-148.5 parent: 1 - - uid: 22973 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42181 components: - type: Transform - pos: -54.5,-123.5 + pos: -111.5,-102.5 parent: 1 - - uid: 22974 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42182 components: - type: Transform - pos: -57.5,-125.5 + pos: -90.5,-127.5 parent: 1 - - uid: 22975 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-21.5 + pos: -43.5,-155.5 parent: 1 - - uid: 22976 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-16.5 + pos: -68.5,-149.5 parent: 1 - - uid: 22977 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-20.5 + pos: -70.5,-128.5 parent: 1 - - uid: 22978 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,-15.5 + pos: -77.5,-191.5 parent: 1 - - uid: 22979 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,-15.5 + pos: -40.5,9.5 parent: 1 - - uid: 22980 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -162.5,-15.5 + pos: -247.5,-164.5 parent: 1 - - uid: 22981 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,-15.5 + pos: -59.5,145.5 parent: 1 - - uid: 22982 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -159.5,-15.5 + pos: -92.5,144.5 parent: 1 - - uid: 23305 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42191 components: - type: Transform - pos: 97.5,12.5 + pos: 247.5,90.5 parent: 1 - - uid: 25276 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42192 components: - type: Transform - pos: -98.5,-149.5 + pos: -119.5,151.5 parent: 1 - - uid: 25362 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42193 components: - type: Transform - pos: -108.5,-149.5 + pos: -145.5,110.5 parent: 1 - - uid: 25369 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42194 components: - type: Transform - pos: -99.5,-149.5 + pos: -128.5,126.5 parent: 1 - - uid: 25428 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42195 components: - type: Transform - pos: -106.5,-149.5 + pos: -57.5,-211.5 parent: 1 - - uid: 25462 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42196 components: - type: Transform - pos: -107.5,-149.5 + pos: -112.5,-96.5 parent: 1 - - uid: 25487 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42197 components: - type: Transform - pos: -100.5,-149.5 + pos: -88.5,-72.5 parent: 1 -- proto: N14WindowHouseWood - entities: - - uid: 22983 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42198 components: - type: Transform - pos: 14.5,142.5 + pos: -246.5,-160.5 parent: 1 - - uid: 22984 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42199 components: - type: Transform - pos: 14.5,146.5 + pos: -157.5,-138.5 parent: 1 - - uid: 22986 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42200 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,143.5 + pos: -53.5,-159.5 parent: 1 - - uid: 22987 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42201 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,141.5 + pos: -144.5,24.5 parent: 1 - - uid: 22988 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42202 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,141.5 + pos: -137.5,3.5 parent: 1 - - uid: 22989 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42203 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,140.5 + pos: -109.5,-93.5 parent: 1 - - uid: 22990 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42204 components: - type: Transform - rot: 3.141592653589793 rad - pos: 150.5,142.5 + pos: -5.5,-216.5 parent: 1 - - uid: 22991 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,140.5 + pos: 204.5,114.5 parent: 1 - - uid: 22992 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42206 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,142.5 + pos: 170.5,118.5 parent: 1 - - uid: 22993 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42207 components: - type: Transform - pos: -178.5,-169.5 + pos: 217.5,131.5 parent: 1 - - uid: 22994 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42208 components: - type: Transform - pos: -180.5,-174.5 + pos: 33.5,185.5 parent: 1 - - uid: 22995 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42209 components: - type: Transform - pos: -178.5,-170.5 + pos: 9.5,-99.5 parent: 1 - - uid: 22996 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42210 components: - type: Transform - pos: -178.5,-173.5 + pos: 70.5,74.5 parent: 1 - - uid: 22997 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42211 components: - type: Transform - pos: -178.5,-172.5 + pos: 47.5,-148.5 parent: 1 - - uid: 22998 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42212 components: - type: Transform - pos: 126.5,-9.5 + pos: 77.5,64.5 parent: 1 - - uid: 22999 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42213 components: - type: Transform - pos: 129.5,-13.5 + pos: 49.5,178.5 parent: 1 - - uid: 23000 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42214 components: - type: Transform - pos: 132.5,-13.5 + pos: 22.5,139.5 parent: 1 - - uid: 23001 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42215 components: - type: Transform - pos: 126.5,14.5 + pos: 31.5,188.5 parent: 1 - - uid: 23002 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42216 components: - type: Transform - pos: 126.5,13.5 + pos: 5.5,180.5 parent: 1 - - uid: 23003 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42217 components: - type: Transform - pos: 136.5,12.5 + pos: -345.5,-23.5 parent: 1 - - uid: 23004 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42218 components: - type: Transform - pos: 141.5,13.5 + pos: -89.5,14.5 parent: 1 - - uid: 23005 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42219 components: - type: Transform - pos: 106.5,19.5 + pos: 252.5,-84.5 parent: 1 - - uid: 23006 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42220 components: - type: Transform - pos: 116.5,19.5 + pos: 117.5,-74.5 parent: 1 - - uid: 23007 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42221 components: - type: Transform - pos: 111.5,19.5 + pos: 205.5,-7.5 parent: 1 - - uid: 23008 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42222 components: - type: Transform - pos: 95.5,-4.5 + pos: 223.5,-34.5 parent: 1 - - uid: 23009 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42223 components: - type: Transform - pos: 92.5,-9.5 + pos: 204.5,-146.5 parent: 1 - - uid: 23010 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42224 components: - type: Transform - pos: 94.5,-11.5 + pos: 141.5,-206.5 parent: 1 - - uid: 23012 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42225 components: - type: Transform - pos: 208.5,-30.5 + pos: 150.5,-213.5 parent: 1 - - uid: 23013 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42226 components: - type: Transform - pos: 212.5,-30.5 + pos: 225.5,-65.5 parent: 1 - - uid: 23014 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42227 components: - type: Transform - pos: 128.5,6.5 + pos: 157.5,-222.5 parent: 1 - - uid: 23159 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42228 components: - type: Transform - pos: -398.5,111.5 + pos: 211.5,-159.5 parent: 1 - - uid: 47321 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -384.5,91.5 + pos: 168.5,-206.5 parent: 1 - - uid: 47350 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,93.5 + pos: 221.5,73.5 parent: 1 - - uid: 47512 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -392.5,91.5 + pos: -80.5,71.5 parent: 1 - - uid: 47537 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -388.5,89.5 + pos: -32.5,176.5 parent: 1 - - uid: 47555 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -384.5,93.5 + pos: -125.5,69.5 parent: 1 - - uid: 47572 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -390.5,89.5 + pos: -75.5,99.5 parent: 1 - - uid: 61592 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42235 components: - type: Transform - pos: -24.5,-56.5 + pos: -15.5,103.5 parent: 1 - - uid: 62001 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42236 components: - type: Transform - pos: -23.5,-56.5 + pos: -222.5,91.5 parent: 1 -- proto: N14WindowHouseWoodBroken - entities: - - uid: 8765 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42237 components: - type: Transform - pos: -400.5,111.5 + pos: -92.5,135.5 parent: 1 -- proto: N14WindowRuins - entities: - - uid: 17565 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42238 components: - type: Transform - pos: -167.5,-113.5 + pos: -48.5,186.5 parent: 1 - - uid: 17567 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42239 components: - type: Transform - pos: -170.5,-113.5 + pos: -61.5,97.5 parent: 1 - - uid: 23017 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42240 components: - type: Transform - pos: 106.5,-29.5 + pos: -104.5,156.5 parent: 1 - - uid: 23018 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42241 components: - type: Transform - pos: 78.5,-46.5 + pos: -87.5,126.5 parent: 1 - - uid: 23019 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42242 components: - type: Transform - pos: 99.5,-46.5 + pos: -105.5,111.5 parent: 1 - - uid: 23020 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42243 components: - type: Transform - pos: 104.5,-29.5 + pos: -222.5,75.5 parent: 1 - - uid: 23021 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42244 components: - type: Transform - pos: 106.5,-49.5 + pos: -181.5,86.5 parent: 1 - - uid: 23022 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42245 components: - type: Transform - pos: 96.5,2.5 + pos: -186.5,100.5 parent: 1 - - uid: 23023 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42246 components: - type: Transform - pos: 94.5,2.5 + pos: -213.5,96.5 parent: 1 - - uid: 23024 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42247 components: - type: Transform - pos: 97.5,2.5 + pos: -292.5,31.5 parent: 1 - - uid: 23025 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42248 components: - type: Transform - pos: 98.5,2.5 + pos: 78.5,-222.5 parent: 1 - - uid: 23026 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42249 components: - type: Transform - pos: -39.5,-31.5 + pos: 242.5,54.5 parent: 1 - - uid: 49649 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42250 components: - type: Transform - pos: -171.5,-113.5 + pos: 261.5,197.5 parent: 1 - - uid: 49655 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42251 components: - type: Transform - pos: -166.5,-113.5 + pos: 240.5,254.5 parent: 1 - - uid: 63380 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42252 components: - type: Transform - pos: 82.5,-109.5 + pos: 142.5,251.5 parent: 1 - - uid: 65137 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42253 components: - type: Transform - pos: 77.5,-109.5 + pos: -291.5,-115.5 parent: 1 - - uid: 65156 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-108.5 + pos: -302.5,-59.5 parent: 1 - - uid: 65176 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42255 components: - type: Transform - pos: 79.5,-100.5 + pos: -326.5,-50.5 parent: 1 - - uid: 65181 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42256 components: - type: Transform - pos: 78.5,-100.5 + pos: -335.5,5.5 parent: 1 - - uid: 65184 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-103.5 + pos: 82.5,119.5 parent: 1 - - uid: 65201 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42258 components: - type: Transform - pos: 78.5,-109.5 + pos: 77.5,120.5 parent: 1 -- proto: N14WindowRuinsBroken - entities: - - uid: 21752 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42259 components: - type: Transform - pos: 166.5,-177.5 + pos: 70.5,119.5 parent: 1 - - uid: 23027 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42260 components: - type: Transform - pos: 164.5,18.5 + pos: 141.5,158.5 parent: 1 - - uid: 23028 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 168.5,15.5 + pos: 140.5,-748.5 parent: 1 - - uid: 23029 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 168.5,16.5 + pos: 158.5,-311.5 parent: 1 - - uid: 23030 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42263 components: - type: Transform - pos: 99.5,-32.5 + pos: 183.5,-330.5 parent: 1 - - uid: 23031 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42264 components: - type: Transform - pos: 173.5,32.5 + pos: -178.5,169.5 parent: 1 - - uid: 23032 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42265 components: - type: Transform - pos: 174.5,20.5 + pos: -273.5,-142.5 parent: 1 - - uid: 23033 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42266 components: - type: Transform - pos: 175.5,32.5 + pos: -179.5,119.5 parent: 1 - - uid: 23034 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42267 components: - type: Transform - pos: 173.5,20.5 + pos: -178.5,118.5 parent: 1 - - uid: 23035 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42268 components: - type: Transform - pos: 180.5,14.5 + pos: -269.5,77.5 parent: 1 - - uid: 23036 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42269 components: - type: Transform - pos: 174.5,32.5 + pos: -317.5,93.5 parent: 1 - - uid: 23037 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42270 components: - type: Transform - pos: 181.5,14.5 + pos: 35.5,-214.5 parent: 1 - - uid: 23038 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42271 components: - type: Transform - pos: 185.5,14.5 + pos: -333.5,94.5 parent: 1 - - uid: 23039 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42272 components: - type: Transform - pos: 191.5,14.5 + pos: -389.5,119.5 parent: 1 - - uid: 23040 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42273 components: - type: Transform - pos: 192.5,14.5 + pos: -431.5,32.5 parent: 1 - - uid: 23041 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42274 components: - type: Transform - pos: 175.5,20.5 + pos: -334.5,17.5 parent: 1 - - uid: 23042 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42275 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,-70.5 + pos: -428.5,47.5 parent: 1 - - uid: 23043 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42276 components: - type: Transform - pos: -38.5,-31.5 + pos: -374.5,141.5 parent: 1 - - uid: 63388 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42277 components: - type: Transform - pos: 167.5,-177.5 + pos: 21.5,245.5 parent: 1 -- proto: N14WindowRuinsDestroyed - entities: - - uid: 2300 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-130.5 + pos: 196.5,-310.5 parent: 1 - - uid: 22614 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42279 components: - type: Transform - pos: 148.5,161.5 + pos: -272.5,132.5 parent: 1 - - uid: 22618 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42280 components: - type: Transform - pos: 152.5,164.5 + pos: 139.5,-516.5 parent: 1 - - uid: 22622 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42281 components: - type: Transform - pos: 152.5,169.5 + pos: 159.5,114.5 parent: 1 - - uid: 22624 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42282 components: - type: Transform - pos: 147.5,161.5 + pos: 198.5,267.5 parent: 1 - - uid: 23044 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42283 components: - type: Transform - pos: 165.5,18.5 + pos: 147.5,140.5 parent: 1 - - uid: 23045 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42284 components: - type: Transform - pos: 78.5,-32.5 + pos: 196.5,-267.5 parent: 1 - - uid: 23046 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42285 components: - type: Transform - pos: 186.5,14.5 + pos: 180.5,-275.5 parent: 1 - - uid: 23047 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42286 components: - type: Transform - pos: 165.5,20.5 + pos: 134.5,-869.5 parent: 1 - - uid: 23048 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42287 components: - type: Transform - pos: 164.5,20.5 + pos: 172.5,-439.5 parent: 1 - - uid: 23049 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42288 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-104.5 + pos: 183.5,-494.5 parent: 1 - - uid: 23050 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-108.5 + pos: 173.5,-505.5 parent: 1 - - uid: 23051 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -173.5,-70.5 + pos: 162.5,-443.5 parent: 1 - - uid: 23052 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-75.5 + pos: 136.5,-453.5 parent: 1 - - uid: 23053 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42292 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,24.5 + pos: 158.5,-550.5 parent: 1 - - uid: 23054 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42293 components: - type: Transform - pos: -48.5,-31.5 + pos: 143.5,-688.5 parent: 1 - - uid: 23055 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42294 components: - type: Transform - pos: -14.5,-31.5 + pos: 178.5,-624.5 parent: 1 - - uid: 65179 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42295 components: - type: Transform - pos: 83.5,-100.5 + pos: 195.5,-464.5 parent: 1 - - uid: 65253 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-106.5 + pos: 136.5,-813.5 parent: 1 - - uid: 65325 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42297 components: - type: Transform - pos: 75.5,-133.5 + pos: 163.5,-586.5 parent: 1 - - uid: 65326 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42298 components: - type: Transform - pos: 76.5,-133.5 + pos: 148.5,-829.5 parent: 1 - - uid: 65340 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42299 components: - type: Transform - pos: 83.5,-125.5 + pos: 128.5,-913.5 parent: 1 -- proto: N14WindowRuinsVertical - entities: - - uid: 23056 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42300 components: - type: Transform - pos: 18.5,1.5 + pos: 156.5,-929.5 parent: 1 - - uid: 23057 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42301 components: - type: Transform - pos: 18.5,2.5 + pos: 138.5,-1011.5 parent: 1 - - uid: 23058 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42302 components: - type: Transform - pos: -153.5,1.5 + pos: 143.5,-1252.5 parent: 1 - - uid: 23059 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42303 components: - type: Transform - pos: -148.5,1.5 + pos: 191.5,-710.5 parent: 1 -- proto: N14WindowRuinsVerticalBroken - entities: - - uid: 12487 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42304 components: - type: Transform - pos: 160.5,-178.5 + pos: 134.5,-1307.5 parent: 1 - - uid: 12499 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42305 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-165.5 + pos: 133.5,-973.5 parent: 1 - - uid: 12534 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-170.5 + pos: 198.5,-834.5 parent: 1 - - uid: 12555 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-173.5 + pos: 187.5,-1098.5 parent: 1 - - uid: 12565 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42308 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-166.5 + pos: 167.5,-1270.5 parent: 1 - - uid: 23060 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42309 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,133.5 + pos: 183.5,-1284.5 parent: 1 - - uid: 23061 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,132.5 + pos: 166.5,-1047.5 parent: 1 - - uid: 23062 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 161.5,131.5 + pos: 191.5,-919.5 parent: 1 - - uid: 23063 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42312 components: - type: Transform - pos: 168.5,23.5 + pos: 185.5,-1004.5 parent: 1 - - uid: 23064 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42313 components: - type: Transform - pos: 170.5,25.5 + pos: 173.5,-1022.5 parent: 1 - - uid: 23065 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42314 components: - type: Transform - pos: 161.5,49.5 + pos: 199.5,-1098.5 parent: 1 - - uid: 23066 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42315 components: - type: Transform - pos: 195.5,23.5 + pos: 183.5,-1049.5 parent: 1 - - uid: 23067 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42316 components: - type: Transform - pos: 170.5,24.5 + pos: 185.5,-1280.5 parent: 1 - - uid: 23068 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42317 components: - type: Transform - pos: 170.5,23.5 + pos: 186.5,-1143.5 parent: 1 - - uid: 23069 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42318 components: - type: Transform - pos: 161.5,51.5 + pos: 148.5,-1407.5 parent: 1 - - uid: 23070 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42319 components: - type: Transform - pos: 168.5,24.5 + pos: 168.5,-1146.5 parent: 1 - - uid: 23071 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42320 components: - type: Transform - pos: 168.5,25.5 + pos: 173.5,-1358.5 parent: 1 - - uid: 63249 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42321 components: - type: Transform - pos: 160.5,-181.5 + pos: 190.5,-1291.5 parent: 1 - - uid: 63400 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-174.5 + pos: 191.5,-1342.5 parent: 1 - - uid: 63414 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,-169.5 + pos: -116.5,209.5 parent: 1 -- proto: N14WindowStoreBottom - entities: - - uid: 10189 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42324 components: - type: Transform - pos: 100.5,19.5 + pos: 83.5,237.5 parent: 1 - - uid: 47286 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42325 components: - type: Transform - pos: -370.5,97.5 + pos: -15.5,237.5 parent: 1 -- proto: N14WindowStoreLeft - entities: - - uid: 23072 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42326 components: - type: Transform - pos: 91.5,-29.5 + pos: 39.5,-230.5 parent: 1 - - uid: 23073 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42327 components: - type: Transform - pos: 91.5,-49.5 + pos: 93.5,-254.5 parent: 1 - - uid: 23074 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42328 components: - type: Transform - pos: 84.5,-49.5 + pos: -402.5,-19.5 parent: 1 - - uid: 23075 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42329 components: - type: Transform - pos: 84.5,-29.5 + pos: 166.5,262.5 parent: 1 - - uid: 47242 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -363.5,97.5 + pos: -476.5,65.5 parent: 1 - - uid: 47252 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,98.5 + pos: 85.5,-122.5 parent: 1 - - uid: 47275 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -370.5,96.5 + pos: 206.5,-236.5 parent: 1 - - uid: 47279 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -363.5,101.5 + pos: -12.5,-265.5 parent: 1 - - uid: 47281 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -370.5,101.5 + pos: -59.5,-242.5 parent: 1 - - uid: 47282 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,102.5 + pos: -28.5,-292.5 parent: 1 - - uid: 47283 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -363.5,102.5 + pos: 39.5,-246.5 parent: 1 - - uid: 47284 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -365.5,94.5 + pos: -45.5,-262.5 parent: 1 - - uid: 47287 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42338 components: - type: Transform - pos: -368.5,94.5 + pos: 256.5,101.5 parent: 1 - - uid: 50111 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -378.5,88.5 + pos: 274.5,64.5 parent: 1 - - uid: 55230 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 42340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -378.5,86.5 + pos: 332.5,91.5 parent: 1 -- proto: N14WindowStoreMiddleHorizontal + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandTribalJavelin entities: - - uid: 23076 + - uid: 42341 components: - type: Transform - pos: 85.5,-29.5 + pos: 139.48145,167.73158 parent: 1 - - uid: 23077 + - uid: 42342 components: - type: Transform - pos: 92.5,-49.5 + pos: 139.48608,167.56955 parent: 1 - - uid: 23078 + - uid: 42343 components: - type: Transform - pos: 85.5,-49.5 + pos: 139.48145,167.23158 parent: 1 - - uid: 23079 + - uid: 42344 components: - type: Transform - pos: 92.5,-29.5 + pos: 139.4907,167.07417 parent: 1 -- proto: N14WindowStoreMiddleVertical - entities: - - uid: 47277 + - uid: 42345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -370.5,98.5 + pos: 139.48145,166.91345 parent: 1 - - uid: 50116 + - uid: 42346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -372.5,90.5 + pos: 139.4907,167.4214 parent: 1 - - uid: 55243 +- proto: N14WastelandTribalSpear + entities: + - uid: 9640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -371.5,90.5 - parent: 1 -- proto: N14WindowStoreRight - entities: - - uid: 23080 + parent: 9639 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 42347 components: - type: Transform - pos: 93.5,-49.5 + pos: 140.23492,164.57191 parent: 1 - - uid: 23081 + - uid: 42348 components: - type: Transform - pos: 86.5,-29.5 + pos: 139.92012,164.57191 parent: 1 - - uid: 23082 + - uid: 42349 components: - type: Transform - pos: 86.5,-49.5 + pos: 140.54512,164.56265 parent: 1 - - uid: 23083 + - uid: 42350 components: - type: Transform - pos: 93.5,-29.5 + pos: 139.60992,164.58118 parent: 1 -- proto: N14WindowStoreTop +- proto: N14weapon10mmpipe entities: - - uid: 23295 + - uid: 8910 components: - type: Transform - pos: 100.5,16.5 - parent: 1 - - uid: 47956 + parent: 8904 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14weapon9mmSMG + entities: + - uid: 8164 components: - type: Transform - pos: -378.5,87.5 - parent: 1 - - uid: 47958 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 42351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -370.5,90.5 + pos: -161.48317,-114.47022 parent: 1 - - uid: 47959 + - uid: 42352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -373.5,90.5 + pos: -161.46754,-114.12647 parent: 1 -- proto: N14WorkbenchAmmobench +- proto: N14WeaponAutoShotgun entities: - - uid: 10713 + - uid: 9633 components: - type: Transform - pos: 191.5,-110.5 - parent: 1 - - uid: 45457 + parent: 9631 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponCarbine + entities: + - uid: 5952 components: - type: Transform - pos: -391.5,106.5 - parent: 1 - - uid: 55723 + parent: 5948 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponDoubleBarrelShotgun + entities: + - uid: 42353 components: - type: Transform - pos: -169.5,-118.5 + pos: -115.343765,-166.36081 parent: 1 - - uid: 61741 + - uid: 42354 components: - type: Transform - pos: -193.5,30.5 + pos: 98.41013,-103.26908 parent: 1 - - uid: 65085 +- proto: N14WeaponHunterRevolver + entities: + - uid: 9747 components: - type: Transform - pos: 131.5,6.5 - parent: 1 - - uid: 65261 + parent: 9743 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponLaserGatling + entities: + - uid: 42355 components: - type: Transform - pos: 217.5,-27.5 + pos: -169.45682,60.669895 parent: 1 -- proto: N14WorkbenchArmorbench +- proto: N14WeaponLaserPistol entities: - - uid: 23084 + - uid: 42356 components: - type: Transform - pos: 147.5,169.5 + pos: -190.63443,21.717361 parent: 1 - - uid: 55222 + - uid: 42357 components: - type: Transform - pos: -391.5,108.5 + pos: -171.35205,60.826992 parent: 1 - - uid: 55782 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 42358 components: - type: Transform - pos: -164.5,-118.5 + pos: -171.35205,60.826992 parent: 1 - - uid: 61740 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14WeaponLaserRifle + entities: + - uid: 42359 components: - type: Transform - pos: -191.5,30.5 + pos: -170.55518,60.639492 parent: 1 -- proto: N14WorkbenchChemistryset - entities: - - uid: 24712 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 42360 components: - type: Transform - pos: -152.5,55.5 + pos: -170.55518,60.639492 parent: 1 - - type: ContainerContainer - containers: - beakerSlot: !type:ContainerSlot {} - outputSlot: !type:ContainerSlot {} - - uid: 25243 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14WeaponLeverCarbine + entities: + - uid: 5974 components: - type: Transform - pos: -158.5,-103.5 - parent: 1 - - type: ContainerContainer - containers: - beakerSlot: !type:ContainerSlot {} - outputSlot: !type:ContainerSlot {} - - uid: 55241 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5975 components: - type: Transform - pos: 135.5,19.5 - parent: 1 - - type: ContainerContainer - containers: - beakerSlot: !type:ContainerSlot {} - outputSlot: !type:ContainerSlot {} -- proto: N14WorkbenchForge + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponLeverRifle entities: - - uid: 20827 + - uid: 42361 components: - type: Transform - pos: -167.5,-126.5 + pos: 100.539825,-6.387289 parent: 1 - - uid: 23016 +- proto: N14WeaponLeverShotgun + entities: + - uid: 7748 components: - type: Transform - pos: 145.5,175.5 - parent: 1 - - uid: 23086 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 42362 components: - type: Transform - pos: 174.5,-66.5 + pos: 100.274376,-6.3108997 parent: 1 - - uid: 23087 +- proto: N14WeaponLMG + entities: + - uid: 42363 components: - type: Transform - pos: 136.5,8.5 + pos: -157.56734,-109.40915 parent: 1 - - uid: 23088 +- proto: N14WeaponPipeRifle + entities: + - uid: 42364 components: - type: Transform - pos: 87.5,129.5 + pos: 58.485386,44.528465 parent: 1 - - uid: 51998 + - uid: 42365 components: - type: Transform - pos: -401.5,115.5 + rot: -1.5707963267948966 rad + pos: 87.52686,-127.40352 parent: 1 -- proto: N14WorkbenchMetal +- proto: N14WeaponPistol10mm entities: - - uid: 10200 + - uid: 42366 components: - type: Transform - pos: -171.5,-118.5 + rot: -1.5707963267948966 rad + pos: -31.952223,-193.62695 parent: 1 - - uid: 15093 +- proto: N14WeaponPistol12mm + entities: + - uid: 42367 components: - type: Transform - pos: 138.5,8.5 + pos: 18.238775,-56.653053 parent: 1 - - uid: 21238 +- proto: N14WeaponPistol22lr + entities: + - uid: 42368 components: - type: Transform - pos: 147.5,171.5 + rot: -1.5707963267948966 rad + pos: -182.38533,-121.6168 parent: 1 - - uid: 23090 +- proto: N14WeaponPistol9mm + entities: + - uid: 8936 components: - type: Transform - pos: -189.5,-172.5 - parent: 1 - - uid: 23092 + parent: 8918 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9550 components: - type: Transform - pos: 176.5,-66.5 - parent: 1 - - uid: 23093 + parent: 9546 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 42369 components: - type: Transform - pos: 15.5,7.5 + pos: -159.28004,-111.53272 parent: 1 - - uid: 23094 + - uid: 42370 components: - type: Transform - pos: 91.5,129.5 + pos: -156.20192,-111.6421 parent: 1 - - uid: 23095 + - uid: 42371 components: - type: Transform - pos: 13.5,-62.5 + pos: -156.48317,-111.29835 parent: 1 - - uid: 54800 + - uid: 42372 components: - type: Transform - pos: -401.5,112.5 + pos: -159.54567,-111.28272 parent: 1 - - uid: 63869 + - uid: 42373 components: - type: Transform - pos: -194.5,27.5 + rot: -1.5707963267948966 rad + pos: 85.48819,-102.63593 parent: 1 - - uid: 64397 + - uid: 42374 components: - type: Transform - pos: -77.5,-173.5 + pos: 95.47263,-103.17533 parent: 1 -- proto: N14WorkbenchTinkerbench +- proto: N14WeaponPistolChinese entities: - - uid: 55783 + - uid: 42375 components: - type: Transform - pos: -155.5,-118.5 + rot: -1.5707963267948966 rad + pos: -175.65799,-93.37781 parent: 1 - - uid: 63840 + - type: ContainerContainer + containers: + ballistic-ammo: !type:Container + showEnts: False + occludes: True + ents: [] + gun_chamber: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 42376 components: - type: Transform - pos: -133.5,59.5 + pos: -185.44556,-109.37284 parent: 1 -- proto: N14WorkbenchWeaponbench + - type: ContainerContainer + containers: + ballistic-ammo: !type:Container + showEnts: False + occludes: True + ents: [] + gun_chamber: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14WeaponPistolColt entities: - - uid: 23089 + - uid: 9432 components: - type: Transform - pos: 147.5,173.5 - parent: 1 - - uid: 55785 + parent: 9428 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 42377 components: - type: Transform - pos: -162.5,-118.5 + rot: -1.5707963267948966 rad + pos: 210.59515,-47.341496 parent: 1 - - uid: 61742 + - uid: 42378 components: - type: Transform - pos: -196.5,30.5 + pos: 17.507524,-56.671803 parent: 1 -- proto: N14WreckCoupe +- proto: N14WeaponPlasmaPistol entities: - - uid: 49921 + - uid: 42379 components: - type: Transform - pos: -25.5,0.5 + rot: -1.5707963267948966 rad + pos: -167.24089,60.73697 parent: 1 - - uid: 49924 + - uid: 42380 components: - type: Transform - pos: 77.5,-15.5 + pos: 12.597135,-56.654175 parent: 1 - - uid: 49928 +- proto: N14WeaponRevolver9mm + entities: + - uid: 8165 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-29.5 - parent: 1 - - uid: 49931 + parent: 8155 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 42381 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,-7.5 + pos: 102.81105,-111.44148 parent: 1 - - uid: 49935 +- proto: N14WeaponRevolverMagnun + entities: + - uid: 9664 components: - type: Transform - pos: 77.5,-9.5 + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponRiotShotgun + entities: + - uid: 42382 + components: + - type: Transform + pos: 13.10429,-56.08683 parent: 1 - - uid: 49950 +- proto: N14WeaponService + entities: + - uid: 42383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-61.5 + pos: -161.32855,-109.404396 parent: 1 - - uid: 49973 + - uid: 42384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -120.5,-3.5 + pos: -159.2973,-109.560646 parent: 1 - - uid: 49984 + - uid: 42385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-2.5 + pos: -161.59418,-109.248146 parent: 1 - - uid: 49987 + - uid: 42386 components: - type: Transform - pos: 20.5,167.5 + pos: -159.65668,-109.341896 parent: 1 - - uid: 65514 +- proto: N14WeaponTurretBrotherhoodMidwestSecureArea + entities: + - uid: 42387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 155.5,23.5 + pos: -178.5,29.5 parent: 1 - - uid: 65535 + - uid: 42388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 153.5,-5.5 + pos: -169.5,32.5 parent: 1 -- proto: N14WreckMusclecar +- proto: N14WelderIndustrial entities: - - uid: 49925 + - uid: 42389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,71.5 + pos: -195.97154,27.76152 parent: 1 - - uid: 49938 +- proto: N14WelderIndustrialAdvanced + entities: + - uid: 42390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-6.5 + pos: 19.913378,145.8185 parent: 1 - - uid: 49942 +- proto: N14WellWaterClean + entities: + - uid: 42391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-48.5 + pos: 85.5,-2.5 parent: 1 - - uid: 55990 + - uid: 42392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,91.5 + pos: 211.5,-38.5 parent: 1 - - uid: 64226 + - uid: 42393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,-141.5 + pos: 185.5,187.5 parent: 1 -- proto: N14WreckSportscar - entities: - - uid: 49933 + - uid: 42394 components: - type: Transform - pos: 7.5,-16.5 + pos: -177.5,-117.5 parent: 1 - - uid: 49952 +- proto: N14WellWaterDirty + entities: + - uid: 42395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -171.5,-6.5 + pos: -58.5,-102.5 parent: 1 - - uid: 49968 + - uid: 42396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,15.5 + pos: 35.5,-30.5 parent: 1 - - uid: 49975 + - uid: 42397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 115.5,67.5 + pos: 87.5,110.5 parent: 1 - - uid: 49988 +- proto: N14WellWaterIrradiated + entities: + - uid: 42398 components: - type: Transform - pos: -63.5,17.5 + pos: -53.5,-0.5 parent: 1 - - uid: 65426 + - uid: 42399 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-121.5 + pos: 32.5,154.5 parent: 1 -- proto: N14WreckVan +- proto: N14Window entities: - - uid: 22249 + - uid: 42400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-3.5 + rot: 1.5707963267948966 rad + pos: -187.5,-106.5 parent: 1 - - uid: 49932 + - uid: 42401 components: - type: Transform - pos: 7.5,-20.5 + rot: 1.5707963267948966 rad + pos: -189.5,-100.5 parent: 1 - - uid: 49945 + - uid: 42402 components: - type: Transform - pos: -49.5,-23.5 + rot: 1.5707963267948966 rad + pos: -185.5,-106.5 parent: 1 - - uid: 49946 + - uid: 42403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-35.5 + pos: -30.5,-191.5 parent: 1 - - uid: 49962 + - uid: 42404 components: - type: Transform - pos: 67.5,-11.5 + pos: -31.5,-191.5 parent: 1 - - uid: 63522 + - uid: 42405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 112.5,-19.5 + pos: -174.5,-92.5 parent: 1 -- proto: N14Wrench - entities: - - uid: 19925 + - uid: 42406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.494957,171.81622 + pos: -176.5,-92.5 parent: 1 - - uid: 61112 + - uid: 42407 components: - type: Transform - pos: 18.249025,147.75381 + pos: -177.5,-93.5 parent: 1 - - uid: 63841 + - uid: 42408 components: - type: Transform - pos: -196.47154,27.66777 + pos: -177.5,-96.5 parent: 1 -- proto: N14YellowBarrel - entities: - - uid: 13 + - uid: 42409 components: - type: Transform - pos: -86.5,-185.5 + pos: -175.5,-92.5 parent: 1 - - uid: 12760 + - uid: 42410 components: - type: Transform - pos: -86.5,-183.5 + rot: -1.5707963267948966 rad + pos: 119.5,13.5 parent: 1 - - uid: 23805 + - uid: 42411 components: - type: Transform - pos: -87.5,-187.5 + pos: 119.5,15.5 parent: 1 - - uid: 62943 + - uid: 42412 components: - type: Transform - pos: -87.5,-183.5 + pos: -161.5,-97.5 parent: 1 - - uid: 62968 + - uid: 42413 components: - type: Transform - pos: -85.5,-183.5 + pos: -161.5,-98.5 parent: 1 - - uid: 64073 + - uid: 42414 components: - type: Transform - pos: -88.5,-186.5 + pos: -161.5,-96.5 parent: 1 - - uid: 64290 + - uid: 42415 components: - type: Transform - pos: -87.5,-184.5 + pos: -164.5,-93.5 parent: 1 - - uid: 64291 + - uid: 42416 components: - type: Transform - pos: -85.5,-184.5 + pos: -165.5,-93.5 parent: 1 - - uid: 64315 + - uid: 42417 components: - type: Transform - pos: -87.5,-186.5 + pos: -163.5,-93.5 parent: 1 -- proto: N14YellowBarrelFull - entities: - - uid: 12959 + - uid: 42418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-186.5 + pos: -162.5,-93.5 parent: 1 - - uid: 23096 + - uid: 42419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 208.5,185.5 + pos: -176.5,-138.5 parent: 1 - - uid: 23097 + - uid: 42420 components: - type: Transform - pos: -81.5,-123.5 + pos: -161.5,-95.5 parent: 1 - - uid: 23098 + - uid: 42421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 209.5,210.5 + pos: -161.5,-94.5 parent: 1 - - uid: 23099 + - uid: 42422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 208.5,209.5 + pos: -176.5,-136.5 parent: 1 - - uid: 23100 + - uid: 42423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 208.5,184.5 + pos: -176.5,-139.5 parent: 1 - - uid: 23101 + - uid: 42424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -247.5,-95.5 + pos: -178.5,-141.5 parent: 1 - - uid: 23102 + - uid: 42425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-95.5 + pos: -179.5,-141.5 parent: 1 - - uid: 23103 + - uid: 42426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -245.5,-98.5 + pos: -177.5,-141.5 parent: 1 - - uid: 23104 + - uid: 42427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -248.5,-99.5 + pos: -176.5,-140.5 parent: 1 - - uid: 23105 + - uid: 42428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -247.5,-99.5 + pos: -180.5,-141.5 parent: 1 - - uid: 25461 + - uid: 42429 components: - type: Transform - pos: -85.5,-185.5 + pos: -176.5,-137.5 parent: 1 - - uid: 62970 + - uid: 42430 components: - type: Transform - pos: -88.5,-184.5 + pos: -116.5,-160.5 parent: 1 - - uid: 64322 + - uid: 42431 components: - type: Transform - pos: -86.5,-186.5 + rot: 1.5707963267948966 rad + pos: -189.5,-101.5 parent: 1 -- proto: N14YellowBarrelOpen +- proto: N14WindowBars entities: - - uid: 8330 + - uid: 42432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-187.5 + pos: -194.5,-109.5 parent: 1 - - uid: 12886 + - uid: 42433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-187.5 + pos: 117.5,-19.5 parent: 1 - - uid: 23106 + - uid: 42434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 208.5,183.5 + pos: 118.5,-19.5 parent: 1 -- proto: Ointment - entities: - - uid: 55846 + - uid: 42435 components: - type: Transform - pos: -157.25551,-103.20489 + pos: 18.5,2.5 parent: 1 - - uid: 55847 + - uid: 42436 components: - type: Transform - pos: -157.03535,-103.296616 + pos: 18.5,1.5 parent: 1 -- proto: Ointment10Lingering - entities: - - uid: 6544 + - uid: 42437 components: - type: Transform - pos: 177.34047,162.15463 + pos: -41.5,-118.5 parent: 1 - - uid: 22599 - components: - - type: Transform - parent: 22598 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23109 + - uid: 42438 components: - type: Transform - pos: -55.5,24.5 + pos: -40.5,-118.5 parent: 1 - - uid: 23110 + - uid: 42439 components: - type: Transform - pos: -60.5,24.5 + pos: -41.5,-112.5 parent: 1 - - uid: 47018 + - uid: 42440 components: - type: Transform - pos: 89.30122,16.477999 + pos: -40.5,-112.5 parent: 1 -- proto: OreBox - entities: - - uid: 10210 + - uid: 42441 components: - type: Transform - pos: -165.5,-126.5 + pos: -46.5,-118.5 parent: 1 - - uid: 23112 + - uid: 42442 components: - type: Transform - pos: -188.5,-185.5 + pos: -45.5,-118.5 parent: 1 - - uid: 23113 + - uid: 42443 components: - type: Transform - pos: -188.5,-184.5 + pos: -194.5,-106.5 parent: 1 - - uid: 23114 + - uid: 42444 components: - type: Transform - pos: 195.5,192.5 + pos: -194.5,-103.5 parent: 1 -- proto: OreProcessor +- proto: N14WindowBars2 entities: - - uid: 23116 + - uid: 42445 components: - type: Transform - pos: -190.5,-184.5 + rot: 3.141592653589793 rad + pos: -167.5,64.5 parent: 1 -- proto: OrganHumanHeart - entities: - - uid: 50018 + - uid: 42446 components: - type: Transform - pos: 59.54324,51.39551 + rot: -1.5707963267948966 rad + pos: -177.5,-96.5 parent: 1 -- proto: PackPaperRollingFilters - entities: - - uid: 48060 + - uid: 42447 components: - type: Transform - pos: 26.58444,-60.963585 + rot: 1.5707963267948966 rad + pos: -169.5,59.5 parent: 1 - - uid: 48138 + - uid: 42448 components: - type: Transform - pos: 26.74069,-60.692753 + rot: -1.5707963267948966 rad + pos: -168.5,59.5 parent: 1 -- proto: PaintingMoony - entities: - - uid: 23118 + - uid: 42449 components: - type: Transform - pos: -39.5,-112.5 + pos: -172.5,60.5 parent: 1 -- proto: PaintingSkeletonCigarette - entities: - - uid: 11139 + - uid: 42450 components: - type: Transform - pos: 123.5,182.5 + pos: -177.5,-93.5 parent: 1 - - uid: 48051 + - uid: 42451 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-55.5 + pos: -174.5,-92.5 parent: 1 -- proto: Paper - entities: - - uid: 278 - components: - - type: Transform - parent: 277 - - type: Physics - canCollide: False - - uid: 279 + - uid: 42452 components: - type: Transform - parent: 277 - - type: Physics - canCollide: False - - uid: 280 + pos: -161.5,-97.5 + parent: 1 + - uid: 42453 components: - type: Transform - parent: 277 - - type: Physics - canCollide: False - - uid: 10687 + pos: -178.5,-141.5 + parent: 1 + - uid: 42454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.6327,110.66537 + pos: -176.5,-92.5 parent: 1 - - uid: 13159 + - uid: 42455 components: - type: Transform - pos: -86.43306,-173.65839 + pos: -168.5,-113.5 parent: 1 - - type: Paper - content: "Employee #0002049 Has been placed on leave pending investigation of last week's incident." - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 23119 + - uid: 42456 components: - type: Transform - pos: 212.93622,181.73814 + pos: -236.5,-95.5 parent: 1 - - type: Paper - content: > - --- - - - ### DNA Scanning Initial Data - - **Identification Number:** 1234567890 - - - #### Analysis Results - - - 1. **DNA Sample Quality:** - - DNA Integrity: 92% - - DNA Purity: 85% - - DNA Quantity: 4.5 µg - - 2. **Radiation Levels:** - - Significant radiation level exceedance detected. - - Radiation level in the sample exceeds the norm by ####. - - Norm: 1 µSv/h - - Detected: 984 µSv/h - - 3. **Presence of Mutagens:** - - Presence of unknown mutagen impurities detected. - - Mutagen identification: unknown - - Potential hazard: high risk of genetic mutations. - - 4. **Mutational Changes:** - - Significant mutational changes detected in the genome. - - Key areas with mutations: - - TP53 gene: mutation p.R175H - - BRCA1 gene: mutation c.68_69delAG - - EGFR gene: mutation p.T790M - - 5. **Conclusion:** - - DNA analysis results indicate critical changes in genome - - Immediate consultation with a genetic specialist V3 is necessary for further investigation and action. - - Additional testing is recommended for other potential mutagens and radiation sources. - - --- - - - ### Geneticist's Signature - - - **Name: - - AVIAL-20201 - - **Position:** Area-0982 - - **Date:** ####### - - **Signature:** FRJ1292KL10-201 - - - --- - - uid: 23120 + - uid: 42457 components: - type: Transform - pos: 216.43452,185.26247 + pos: -194.5,-105.5 parent: 1 - - type: Paper - content: >- - Attention: Williams - - Dear Williams, - - - It looks like you have forgotten your password once again. Please find your new password below. This time, be sure to keep it in a safe place! - - - New password: [bold]Qw4fE17uR28x[/bold] - - - Best wishes, - - Senior Researcher, Herr Scharz - - uid: 23121 + - uid: 42458 components: - type: Transform - pos: 186.08511,220.51945 + pos: -194.5,-108.5 parent: 1 - - uid: 23122 + - uid: 42459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.69449,219.84758 + pos: -196.5,-108.5 parent: 1 - - uid: 23123 + - uid: 42460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 202.52148,212.39131 + pos: -195.5,-108.5 parent: 1 - - uid: 23124 + - uid: 42461 components: - type: Transform - pos: 202.50586,211.86006 + pos: -197.5,-108.5 parent: 1 - - uid: 23125 + - uid: 42462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.47461,212.90694 + rot: 1.5707963267948966 rad + pos: -176.5,-136.5 parent: 1 - - uid: 23126 + - uid: 42463 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.28209,110.40445 + pos: -195.5,-105.5 parent: 1 - - uid: 65266 + - uid: 42464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 204.46883,-31.337597 + pos: -197.5,-105.5 parent: 1 - - uid: 65285 + - uid: 42465 components: - type: Transform - pos: 85.54374,-101.205154 + pos: -196.5,-105.5 parent: 1 - - type: Paper - content: fuck, i think the NCR is on to operation, spotted one of those fucking rangers from a distance, need to tell the boss - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: PaperBin10 - entities: - - uid: 23127 + - uid: 42466 components: - type: Transform rot: 3.141592653589793 rad - pos: 202.5,213.5 + pos: 13.5,-58.5 parent: 1 -- proto: PaperBin20 - entities: - - uid: 21304 + - uid: 42467 components: - type: Transform - pos: -177.5,-94.5 + pos: 106.5,-49.5 parent: 1 - - uid: 23128 + - uid: 42468 components: - type: Transform - pos: -169.5,-113.5 + pos: 104.5,-29.5 parent: 1 - - uid: 61537 + - uid: 42469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 129.5,15.5 + pos: 106.5,-29.5 parent: 1 - - uid: 63666 + - uid: 42470 components: - type: Transform - pos: -138.5,55.5 + pos: 120.5,-18.5 parent: 1 - - uid: 63674 + - uid: 42471 components: - type: Transform - pos: -133.5,55.5 + pos: 120.5,-17.5 parent: 1 -- proto: PaperCargoBountyManifest - entities: - - uid: 47457 + - uid: 42472 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47458 + rot: 1.5707963267948966 rad + pos: 161.5,132.5 + parent: 1 + - uid: 42473 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47459 + rot: 1.5707963267948966 rad + pos: 161.5,131.5 + parent: 1 + - uid: 42474 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47460 + rot: 1.5707963267948966 rad + pos: 161.5,133.5 + parent: 1 + - uid: 42475 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47461 + rot: 3.141592653589793 rad + pos: 15.5,-58.5 + parent: 1 + - uid: 42476 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47462 + rot: 3.141592653589793 rad + pos: 14.5,-58.5 + parent: 1 + - uid: 42477 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47464 + rot: 3.141592653589793 rad + pos: 16.5,-58.5 + parent: 1 + - uid: 42478 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False -- proto: PaperCargoInvoice - entities: - - uid: 23130 + rot: 3.141592653589793 rad + pos: 17.5,-58.5 + parent: 1 + - uid: 42479 components: - type: Transform - pos: 165.57286,54.70165 + rot: 3.141592653589793 rad + pos: 18.5,-58.5 parent: 1 - - type: Paper - stampState: paper_stamp-ok - stampedBy: - - stampedColor: '#00BE00FF' - stampedName: stamp-component-stamped-name-approved - content: >- - ================================================== - DISPOSAL REPORT - ================================================== - - Time from start of shift and date: - - #$ #$@ @#$$ - - Compiler of the document: - - Kharley Wills - - Compiler's position: - - Shift Supervisor - - - The Supply Department disposed of the objects. During the disposal, valuable items and things were discovered, valuable items were transferred to the appropriate departments for their use. - - List of things found: - - M##m## - - Ka#### - - Mach#ne b### ### - - ## ###### Ol### - - - - ================================================== - [italic]Place for stamps[/italic] -- proto: PaperCNCSheet - entities: - - uid: 282 + - uid: 42480 components: - type: Transform - parent: 281 - - type: Physics - canCollide: False - - uid: 283 + pos: -236.5,-96.5 + parent: 1 + - uid: 42481 components: - type: Transform - parent: 281 - - type: Physics - canCollide: False -- proto: PaperOffice - entities: - - uid: 6478 + pos: -14.5,-31.5 + parent: 1 + - uid: 42482 components: - type: Transform - pos: 200.5,211.5 + pos: -236.5,-97.5 parent: 1 - - uid: 6479 + - uid: 42483 components: - type: Transform - pos: 200.5,211.5 + pos: -162.5,-93.5 parent: 1 - - uid: 6480 + - uid: 42484 components: - type: Transform - pos: 200.5,211.5 + pos: -162.5,-111.5 parent: 1 - - uid: 6481 + - uid: 42485 components: - type: Transform - pos: 200.5,211.5 + pos: -162.5,-114.5 parent: 1 - - uid: 6482 + - uid: 42486 components: - type: Transform - pos: 200.5,211.5 + pos: -162.5,-110.5 parent: 1 - - uid: 16970 + - uid: 42487 components: - type: Transform - pos: 218.45062,-29.461115 + pos: -165.5,-93.5 parent: 1 - - type: Paper - content: It aint hooked up but look around there aint much to power. - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 23132 + - uid: 42488 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.846542,159.62895 + pos: -163.5,-93.5 parent: 1 - - uid: 23133 + - uid: 42489 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.909042,159.69145 + pos: -172.5,63.5 parent: 1 - - uid: 24153 + - uid: 42490 components: - type: Transform - pos: -156.00706,-122.35757 + pos: -169.5,-113.5 parent: 1 - - type: Paper - content: >- - YOU CAN HAVE ANYTHING YOU WANT FROM THE LOCKED - - ROOM IF YOU JUST KILL THAT AWFUL BEAST - - uid: 47455 - components: - - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47456 - components: - - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47463 - components: - - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47465 - components: - - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47470 + - uid: 42491 components: - type: Transform - parent: 47469 - - type: Physics - canCollide: False - - uid: 47471 + pos: -175.5,-92.5 + parent: 1 + - uid: 42492 components: - type: Transform - parent: 47469 - - type: Physics - canCollide: False - - uid: 47472 + pos: -161.5,-96.5 + parent: 1 + - uid: 42493 components: - type: Transform - parent: 47469 - - type: Physics - canCollide: False - - uid: 47473 + pos: -161.5,-95.5 + parent: 1 + - uid: 42494 components: - type: Transform - parent: 47469 - - type: Physics - canCollide: False - - uid: 47508 + pos: -162.5,-113.5 + parent: 1 + - uid: 42495 components: - type: Transform - parent: 47504 - - type: Physics - canCollide: False - - uid: 47509 + pos: -161.5,-94.5 + parent: 1 + - uid: 42496 components: - type: Transform - parent: 47504 - - type: Physics - canCollide: False - - uid: 47769 + pos: -161.5,-98.5 + parent: 1 + - uid: 42497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.592476,157.0785 + pos: -164.5,-93.5 parent: 1 - - uid: 47774 + - uid: 42498 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.53692,157.141 + pos: -176.5,-138.5 parent: 1 - - uid: 61073 + - uid: 42499 components: - type: Transform - pos: 27.04369,168.73277 + pos: -180.5,-141.5 parent: 1 - - uid: 61110 + - uid: 42500 components: - type: Transform - pos: 27.22715,168.7083 + rot: 1.5707963267948966 rad + pos: -176.5,-139.5 parent: 1 -- proto: PaperScrap - entities: - - uid: 23134 + - uid: 42501 components: - type: Transform - pos: 86.60815,102.43414 + rot: 1.5707963267948966 rad + pos: -176.5,-137.5 parent: 1 - - uid: 23135 + - uid: 42502 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.94466,-126.54234 + pos: -176.5,-140.5 parent: 1 - - uid: 23136 + - uid: 42503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.158466,-125.486244 + pos: -179.5,-141.5 parent: 1 - - uid: 23137 + - uid: 42504 components: - type: Transform - pos: 175.21742,162.71153 + pos: -177.5,-141.5 parent: 1 - - uid: 23138 + - uid: 42505 components: - type: Transform - pos: 185.43405,30.974903 + pos: -177.5,-94.5 parent: 1 - - uid: 23139 + - uid: 42506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.32274,30.479149 + rot: 3.141592653589793 rad + pos: -177.5,-95.5 parent: 1 - - uid: 23140 + - uid: 42507 components: - type: Transform rot: 3.141592653589793 rad - pos: 190.69774,30.369774 + pos: -172.5,62.5 parent: 1 - - uid: 23141 + - uid: 42508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.15442,53.744293 + rot: 3.141592653589793 rad + pos: -172.5,64.5 parent: 1 - - uid: 23142 +- proto: N14WindowBroken + entities: + - uid: 42509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.73254,53.79117 + pos: -115.5,-160.5 parent: 1 - - uid: 23143 +- proto: N14WindowHouse + entities: + - uid: 42510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 170.42004,53.69742 + pos: 77.5,109.5 parent: 1 - - uid: 23144 + - uid: 42511 components: - type: Transform - pos: 213.27997,181.66002 + pos: 181.5,146.5 parent: 1 - - uid: 23145 + - uid: 42512 components: - type: Transform - rot: 3.141592653589793 rad - pos: 214.15971,182.27145 + pos: 177.5,172.5 parent: 1 - - uid: 23146 + - uid: 42513 components: - type: Transform - rot: 3.141592653589793 rad - pos: 213.61284,183.27145 + pos: 24.5,145.5 parent: 1 - - uid: 23147 + - uid: 42514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 213.52621,181.56833 + pos: 180.5,168.5 parent: 1 - - uid: 23148 + - uid: 42515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 213.33159,182.4277 + pos: 179.5,176.5 parent: 1 - - uid: 23149 + - uid: 42516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 201.42592,213.28194 + pos: 169.5,150.5 parent: 1 - - uid: 23150 + - uid: 42517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 200.4728,213.70381 + pos: 195.5,168.5 parent: 1 - - uid: 23151 + - uid: 42518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 200.67592,214.78194 + pos: 189.5,176.5 parent: 1 - - uid: 23152 + - uid: 42519 components: - type: Transform - rot: 3.141592653589793 rad - pos: 202.20717,214.64131 + pos: 181.5,150.5 parent: 1 - - uid: 23153 + - uid: 42520 components: - type: Transform - rot: 3.141592653589793 rad - pos: 201.20717,216.36006 + pos: 169.5,152.5 parent: 1 - - uid: 23154 + - uid: 42521 components: - type: Transform - rot: 3.141592653589793 rad - pos: 201.51967,211.43819 + pos: 21.5,5.5 parent: 1 - - uid: 23155 + - uid: 42522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.60815,101.60602 + pos: 24.5,147.5 parent: 1 - - uid: 23156 + - uid: 42523 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.3894,103.57477 + pos: 97.5,104.5 parent: 1 -- proto: Pen - entities: - - uid: 10729 + - uid: 42524 components: - type: Transform - pos: -177.6833,-94.51944 + pos: 97.5,103.5 parent: 1 - - uid: 21234 + - uid: 42525 components: - type: Transform - pos: 78.2187,110.87585 + pos: 97.5,108.5 parent: 1 - - uid: 23158 + - uid: 42526 components: - type: Transform - pos: -78.53319,-109.00646 + pos: 85.5,94.5 parent: 1 - - uid: 23160 + - uid: 42527 components: - type: Transform - pos: 150.51302,168.09242 + pos: 77.5,101.5 parent: 1 - - uid: 46143 + - uid: 42528 components: - type: Transform - pos: -403.9207,67.748436 + pos: 83.5,109.5 parent: 1 - - uid: 47466 + - uid: 42529 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47467 + pos: 97.5,101.5 + parent: 1 + - uid: 42530 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 47468 + pos: 81.5,111.5 + parent: 1 + - uid: 42531 components: - type: Transform - parent: 47453 - - type: Physics - canCollide: False - - uid: 61138 + pos: 95.5,98.5 + parent: 1 + - uid: 42532 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.569607,168.84341 + pos: 93.5,98.5 parent: 1 - - uid: 63834 + - uid: 42533 components: - type: Transform - pos: -133.17757,55.744995 + pos: 77.5,104.5 parent: 1 - - uid: 63887 + - uid: 42534 components: - type: Transform - pos: -137.91081,55.781685 + pos: 91.5,109.5 parent: 1 -- proto: PhoneInstrument - entities: - - uid: 50072 + - uid: 42535 components: - type: Transform - pos: 113.15151,4.861549 + pos: 97.5,100.5 parent: 1 -- proto: Pickaxe - entities: - - uid: 53 + - uid: 42536 components: - type: Transform - pos: -168.42099,-125.40265 + pos: 79.5,111.5 parent: 1 - - uid: 10695 + - uid: 42537 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.732346,147.71916 + pos: 97.5,109.5 parent: 1 - - uid: 23167 + - uid: 42538 components: - type: Transform - pos: 165.51482,-92.38564 + pos: 83.5,108.5 parent: 1 - - uid: 23168 + - uid: 42539 components: - type: Transform - pos: 194.38937,193.50491 + pos: 91.5,108.5 parent: 1 - - uid: 60961 + - uid: 42540 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.444044,150.34142 + pos: 77.5,100.5 parent: 1 - - uid: 60972 + - uid: 42541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.529658,151.49109 + pos: 77.5,108.5 parent: 1 - - uid: 61101 + - uid: 42542 components: - type: Transform - pos: 15.574313,149.8136 + pos: 89.5,94.5 parent: 1 - - uid: 61143 + - uid: 42543 components: - type: Transform - pos: -19.319935,156.4517 + pos: 79.5,98.5 parent: 1 - - uid: 61155 + - uid: 42544 components: - type: Transform - pos: 16.182407,147.78542 + rot: 3.141592653589793 rad + pos: -79.5,-99.5 parent: 1 -- proto: PillCanisterCopper - entities: - - uid: 23169 + - uid: 42545 components: - type: Transform - pos: -82.278145,-105.95949 + rot: 3.141592653589793 rad + pos: -81.5,-99.5 parent: 1 -- proto: PillCopper - entities: - - uid: 23170 + - uid: 42546 components: - type: Transform - pos: -82.25884,-105.94386 + pos: -79.5,-110.5 parent: 1 - - uid: 23171 + - uid: 42547 components: - type: Transform - pos: -82.25884,-105.85011 + rot: 3.141592653589793 rad + pos: -80.5,-99.5 parent: 1 -- proto: PirateFlag - entities: - - uid: 47518 + - uid: 42548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -365.5,104.5 + pos: -86.5,-110.5 parent: 1 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 23172 + - uid: 42549 components: - type: Transform - pos: 189.5,218.5 + pos: -85.5,-110.5 parent: 1 - - uid: 23173 + - uid: 42550 components: - type: Transform rot: 1.5707963267948966 rad - pos: 188.5,215.5 + pos: -71.5,-100.5 parent: 1 - - uid: 23174 + - uid: 42551 components: - type: Transform - pos: 190.5,218.5 + pos: -80.5,-110.5 parent: 1 - - uid: 23175 + - uid: 42552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,218.5 + pos: -81.5,-110.5 parent: 1 - - uid: 23176 + - uid: 42553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,217.5 + rot: 3.141592653589793 rad + pos: -75.5,-99.5 parent: 1 - - uid: 23177 + - uid: 42554 components: - type: Transform rot: 1.5707963267948966 rad - pos: 188.5,216.5 + pos: -71.5,-108.5 parent: 1 -- proto: PlushieMoth - entities: - - uid: 23178 + - uid: 42555 components: - type: Transform - pos: -151.46538,-24.721407 + pos: -47.5,-133.5 parent: 1 -- proto: PortableGeneratorJrPacman - entities: - - uid: 17571 + - uid: 42556 components: - type: Transform - pos: 218.5,-29.5 + rot: -1.5707963267948966 rad + pos: -40.5,-128.5 parent: 1 - - uid: 23179 + - uid: 42557 components: - type: Transform - pos: -193.5,-164.5 + pos: 11.5,-64.5 parent: 1 - - uid: 23181 + - uid: 42558 components: - type: Transform - pos: 212.5,179.5 + pos: 11.5,-65.5 parent: 1 - - uid: 23182 + - uid: 42559 components: - type: Transform - pos: 96.5,87.5 + pos: 11.5,-69.5 parent: 1 -- proto: PosterBroken - entities: - - uid: 23183 + - uid: 42560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-108.5 + pos: 13.5,-70.5 parent: 1 - - uid: 23184 + - uid: 42561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 167.5,18.5 + pos: 14.5,-70.5 parent: 1 - - uid: 23185 + - uid: 42562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,43.5 + pos: 13.5,-63.5 parent: 1 - - uid: 23186 + - uid: 42563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,37.5 + pos: 14.5,-63.5 parent: 1 - - uid: 23187 + - uid: 42564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 182.5,43.5 + pos: 17.5,-63.5 parent: 1 - - uid: 23188 + - uid: 42565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,57.5 + pos: 17.5,-70.5 parent: 1 - - uid: 23189 + - uid: 42566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,57.5 + pos: 21.5,-63.5 parent: 1 - - uid: 23190 + - uid: 42567 components: - type: Transform - pos: -160.5,-26.5 + pos: 21.5,-70.5 parent: 1 -- proto: PosterContrabandAtmosiaDeclarationIndependence - entities: - - uid: 23191 + - uid: 42568 components: - type: Transform - pos: 197.5,214.5 + pos: 22.5,-70.5 parent: 1 -- proto: PosterContrabandBorgFancyv2 - entities: - - uid: 23193 + - uid: 42569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,-105.5 + pos: 25.5,-63.5 parent: 1 -- proto: PosterContrabandHaveaPuff - entities: - - uid: 23196 + - uid: 42570 components: - type: Transform - pos: 182.5,32.5 + pos: 25.5,-70.5 parent: 1 -- proto: PosterContrabandMissingGloves - entities: - - uid: 23198 + - uid: 42571 components: - type: Transform - pos: 176.5,38.5 + pos: 29.5,-70.5 parent: 1 -- proto: PosterContrabandPwrGame - entities: - - uid: 23199 + - uid: 42572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-113.5 + pos: 33.5,-70.5 parent: 1 - - uid: 23200 + - uid: 42573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -194.5,-163.5 + pos: 11.5,-68.5 parent: 1 -- proto: PosterContrabandSmoke - entities: - - uid: 48055 + - uid: 42574 components: - type: Transform - pos: 26.5,-63.5 + pos: 27.5,-40.5 parent: 1 -- proto: PosterContrabandTools - entities: - - uid: 23204 + - uid: 42575 components: - type: Transform - pos: -33.5,-99.5 + pos: 29.5,-48.5 parent: 1 - - uid: 23206 + - uid: 42576 components: - type: Transform - pos: 96.5,88.5 + pos: 28.5,-48.5 parent: 1 -- proto: PosterContrabandUnreadableAnnouncement - entities: - - uid: 63823 + - uid: 42577 components: - - type: MetaData - desc: This notice has been in the bunker for quite some time, telling all brothers to stop taking potshots at the molerats running outside in the cave area. This notice seems to be ignored often. - name: Molerat Notice - type: Transform - pos: -167.5,52.5 + pos: 40.5,-31.5 parent: 1 -- proto: PosterLegit12Gauge - entities: - - uid: 23207 + - uid: 42578 components: - type: Transform - pos: -76.5,-99.5 + pos: 40.5,-32.5 parent: 1 - - uid: 23208 + - uid: 42579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-187.5 + pos: 31.5,-40.5 parent: 1 -- proto: PosterLegit50thAnniversaryVintageReprint - entities: - - uid: 23209 + - uid: 42580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-86.5 + pos: 36.5,-48.5 parent: 1 - - uid: 23210 + - uid: 42581 components: - type: Transform - pos: -87.5,-104.5 + pos: 37.5,-48.5 parent: 1 -- proto: PosterLegitBuild - entities: - - uid: 23211 + - uid: 42582 components: - type: Transform - pos: 172.5,28.5 + pos: 37.5,-36.5 parent: 1 - - uid: 23212 + - uid: 42583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,32.5 + pos: 38.5,-36.5 parent: 1 -- proto: PosterLegitScience - entities: - - uid: 23215 + - uid: 42584 components: - type: Transform - pos: 187.5,221.5 + pos: 44.5,-29.5 parent: 1 -- proto: PosterLegitTheOwl - entities: - - uid: 23217 + - uid: 42585 components: - type: Transform - pos: 113.5,-7.5 + pos: 45.5,-29.5 parent: 1 - - uid: 23218 + - uid: 42586 components: - type: Transform - pos: 195.5,223.5 + pos: 6.5,-33.5 parent: 1 -- proto: PottedPlant6 - entities: - - uid: 47607 + - uid: 42587 components: - type: Transform - pos: -391.5,90.5 + pos: 6.5,-32.5 parent: 1 -- proto: PowerCageHighEmpty - entities: - - uid: 23223 + - uid: 42588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.416233,-114.86693 + pos: 6.5,-34.5 parent: 1 -- proto: PowerCellHigh - entities: - - uid: 22735 + - uid: 42589 components: - type: Transform - pos: 19.620972,147.53296 + pos: 6.5,-35.5 parent: 1 - - uid: 55963 + - uid: 42590 components: - type: Transform - pos: -163.64331,-115.19994 + pos: 28.5,-11.5 parent: 1 - - uid: 55978 + - uid: 42591 components: - type: Transform - pos: -157.72043,-107.241745 + pos: 21.5,-10.5 parent: 1 -- proto: PowerCellHighPrinted - entities: - - uid: 65694 + - uid: 42592 components: - type: Transform - pos: 104.71654,-107.44731 + pos: 23.5,-10.5 parent: 1 -- proto: PowerCellMedium - entities: - - uid: 55874 + - uid: 42593 components: - type: Transform - pos: -157.68918,-107.53862 + pos: 25.5,-10.5 parent: 1 - - uid: 55875 + - uid: 42594 components: - type: Transform - pos: -157.31418,-107.304245 + pos: 32.5,-11.5 parent: 1 - - uid: 55970 + - uid: 42595 components: - type: Transform - pos: -163.28394,-115.35619 + pos: 33.5,-11.5 parent: 1 - - uid: 65688 + - uid: 42596 components: - type: Transform - pos: 104.29466,-107.44731 + pos: 37.5,-11.5 parent: 1 -- proto: PowerCellRecharger - entities: - - uid: 23224 + - uid: 42597 components: - type: Transform - pos: -192.5,-164.5 + pos: 40.5,-10.5 parent: 1 - - uid: 55863 + - uid: 42598 components: - type: Transform - pos: -158.5,-107.5 + pos: 42.5,-10.5 parent: 1 - - uid: 55913 + - uid: 42599 components: - type: Transform - pos: -163.5,-114.5 + pos: 44.5,-10.5 parent: 1 - - uid: 64054 + - uid: 42600 components: - type: Transform - pos: -154.5,64.5 + pos: 124.5,-30.5 parent: 1 -- proto: PowerCellSmall - entities: - - uid: 55934 + - uid: 42601 components: - type: Transform - pos: -163.28394,-115.65307 + pos: 124.5,-31.5 parent: 1 - - uid: 55962 + - uid: 42602 components: - type: Transform - pos: -163.69019,-115.44994 + pos: 124.5,-32.5 parent: 1 -- proto: Poweredlight - entities: - - uid: 23226 + - uid: 42603 components: - type: Transform - pos: 197.5,222.5 + pos: 126.5,-28.5 parent: 1 - - uid: 23227 + - uid: 42604 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,2.5 + pos: 127.5,-28.5 parent: 1 - - uid: 23228 + - uid: 42605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,3.5 + pos: 128.5,-28.5 parent: 1 - - uid: 23229 + - uid: 42606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,3.5 + pos: 136.5,-28.5 parent: 1 - - uid: 23230 + - uid: 42607 components: - type: Transform - pos: 40.5,6.5 + pos: 137.5,-28.5 parent: 1 - - uid: 23231 + - uid: 42608 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,8.5 + pos: 138.5,-29.5 parent: 1 - - uid: 23232 + - uid: 42609 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,8.5 + pos: 130.5,-29.5 parent: 1 - - uid: 23233 + - uid: 42610 components: - type: Transform - pos: 42.5,10.5 + pos: 117.5,-19.5 parent: 1 - - uid: 23234 + - uid: 42611 components: - type: Transform - pos: 23.5,5.5 + pos: 118.5,-19.5 parent: 1 - - uid: 23235 + - uid: 42612 components: - type: Transform - pos: 27.5,5.5 + pos: 119.5,-13.5 parent: 1 - - uid: 23236 + - uid: 42613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,4.5 + pos: 119.5,-14.5 parent: 1 - - uid: 23237 + - uid: 42614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-39.5 + pos: 101.5,-9.5 parent: 1 - - uid: 23239 + - uid: 42615 components: - type: Transform - pos: 88.5,-30.5 + pos: 119.5,-9.5 parent: 1 - - uid: 23245 + - uid: 42616 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,-48.5 + pos: 103.5,2.5 parent: 1 - - uid: 23246 + - uid: 42617 components: - type: Transform - pos: -43.5,-131.5 + pos: 104.5,2.5 parent: 1 - - uid: 23247 + - uid: 42618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-116.5 + pos: 103.5,15.5 parent: 1 - - uid: 23248 + - uid: 42619 components: - type: Transform - pos: -54.5,-105.5 + pos: 107.5,15.5 parent: 1 - - uid: 23254 + - uid: 42620 components: - type: Transform - rot: 3.141592653589793 rad - pos: 184.5,47.5 + pos: 27.5,142.5 parent: 1 - - uid: 23255 + - uid: 42621 components: - type: Transform - pos: 184.5,56.5 + pos: 121.5,22.5 parent: 1 - - uid: 23256 + - uid: 42622 components: - type: Transform - pos: 188.5,56.5 + pos: 125.5,22.5 parent: 1 - - uid: 23257 + - uid: 42623 components: - type: Transform - pos: 177.5,56.5 + pos: 119.5,29.5 parent: 1 - - uid: 23258 + - uid: 42624 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,211.5 + pos: 121.5,36.5 parent: 1 - - uid: 23259 + - uid: 42625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 195.5,208.5 + pos: 125.5,36.5 parent: 1 - - uid: 23260 + - uid: 42626 components: - type: Transform - pos: 195.5,219.5 + pos: 51.5,140.5 parent: 1 - - uid: 23261 + - uid: 42627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 195.5,211.5 + pos: 49.5,142.5 parent: 1 - - uid: 23262 + - uid: 42628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 199.5,205.5 + pos: 31.5,165.5 parent: 1 - - uid: 23263 + - uid: 42629 components: - type: Transform - pos: 194.5,222.5 + pos: 30.5,165.5 parent: 1 - - uid: 23264 + - uid: 42630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.5,216.5 + pos: 26.5,165.5 parent: 1 - - uid: 23265 + - uid: 42631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.5,212.5 + pos: 32.5,142.5 parent: 1 - - uid: 23266 + - uid: 42632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 195.5,215.5 + pos: 52.5,147.5 parent: 1 - - uid: 23267 + - uid: 42633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 175.5,98.5 + pos: 51.5,147.5 parent: 1 - - uid: 23268 + - uid: 42634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,-19.5 + pos: 33.5,142.5 parent: 1 - - uid: 23269 + - uid: 42635 components: - type: Transform - pos: -154.5,-16.5 + pos: 35.5,148.5 parent: 1 - - uid: 23270 + - uid: 42636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-15.5 + pos: 29.5,142.5 parent: 1 - - uid: 23271 + - uid: 42637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -165.5,-22.5 + pos: 31.5,142.5 parent: 1 - - uid: 23272 + - uid: 42638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-22.5 + pos: 46.5,167.5 parent: 1 - - uid: 23273 + - uid: 42639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,-15.5 + pos: 33.5,150.5 parent: 1 - - uid: 23274 + - uid: 42640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,-25.5 + pos: 32.5,150.5 parent: 1 - - uid: 23275 + - uid: 42641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -165.5,-26.5 + pos: 29.5,150.5 parent: 1 - - uid: 23276 + - uid: 42642 components: - type: Transform - pos: -160.5,-22.5 + pos: -17.5,-70.5 parent: 1 - - uid: 23277 + - uid: 42643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -160.5,-22.5 + pos: -17.5,-71.5 parent: 1 - - uid: 23278 + - uid: 42644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,-25.5 + pos: -17.5,-73.5 parent: 1 -- proto: PoweredlightCyan - entities: - - uid: 23279 + - uid: 42645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-114.5 + pos: -17.5,-74.5 parent: 1 - - uid: 23280 + - uid: 42646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.5,216.5 + pos: 47.5,-0.5 parent: 1 - - uid: 23281 + - uid: 42647 components: - type: Transform - pos: 190.5,220.5 + pos: 42.5,-0.5 parent: 1 -- proto: PoweredlightEmpty - entities: - - uid: 23283 + - uid: 42648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 213.5,207.5 + pos: 40.5,-0.5 parent: 1 - - uid: 23284 + - uid: 42649 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,2.5 + pos: 38.5,-0.5 parent: 1 - - uid: 23285 + - uid: 42650 components: - type: Transform - pos: 49.5,6.5 + pos: 41.5,-0.5 parent: 1 - - uid: 23286 + - uid: 42651 components: - type: Transform - pos: 47.5,10.5 + pos: 39.5,-0.5 parent: 1 - - uid: 23287 + - uid: 42652 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,0.5 + pos: 21.5,4.5 parent: 1 - - uid: 23288 + - uid: 42653 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,0.5 + pos: 48.5,-0.5 parent: 1 - - uid: 23292 + - uid: 42654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,54.5 + pos: 49.5,-0.5 parent: 1 - - uid: 23293 + - uid: 42655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,30.5 + pos: 50.5,-0.5 parent: 1 - - uid: 23294 + - uid: 42656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 183.5,28.5 + pos: 51.5,-0.5 parent: 1 - - uid: 23296 + - uid: 42657 components: - type: Transform - pos: 183.5,31.5 + pos: 21.5,1.5 parent: 1 - - uid: 23297 + - uid: 42658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 179.5,16.5 + pos: 21.5,0.5 parent: 1 - - uid: 23298 + - uid: 42659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,26.5 + pos: 22.5,-0.5 parent: 1 - - uid: 23299 + - uid: 42660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,30.5 + pos: 23.5,-0.5 parent: 1 - - uid: 23300 + - uid: 42661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,26.5 + pos: 27.5,-0.5 parent: 1 - - uid: 23301 + - uid: 42662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 177.5,22.5 + pos: 28.5,-0.5 parent: 1 - - uid: 23302 + - uid: 42663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,16.5 + pos: -15.5,13.5 parent: 1 - - uid: 23303 + - uid: 42664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,16.5 + pos: -19.5,14.5 parent: 1 - - uid: 23304 + - uid: 42665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,22.5 + pos: -9.5,1.5 parent: 1 - - uid: 23306 + - uid: 42666 components: - type: Transform - pos: 170.5,51.5 + pos: -9.5,2.5 parent: 1 - - uid: 23307 + - uid: 42667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 166.5,54.5 + pos: -9.5,3.5 parent: 1 - - uid: 23308 + - uid: 42668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,50.5 + pos: -0.5,1.5 parent: 1 - - uid: 23309 + - uid: 42669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 166.5,50.5 + pos: -0.5,2.5 parent: 1 - - uid: 23310 + - uid: 42670 components: - type: Transform - rot: 3.141592653589793 rad - pos: 177.5,47.5 + pos: -0.5,3.5 parent: 1 - - uid: 23311 + - uid: 42671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,48.5 + pos: -0.5,10.5 parent: 1 - - uid: 23312 + - uid: 42672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,55.5 + pos: -0.5,11.5 parent: 1 - - uid: 23313 + - uid: 42673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,48.5 + pos: -0.5,12.5 parent: 1 - - uid: 23314 + - uid: 42674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 181.5,55.5 + pos: -2.5,13.5 parent: 1 - - uid: 64889 + - uid: 42675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,-38.5 + pos: -3.5,13.5 parent: 1 -- proto: PoweredLightPostSmall - entities: - - uid: 23315 + - uid: 42676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 173.5,37.5 + pos: -6.5,13.5 parent: 1 -- proto: PoweredlightRed - entities: - - uid: 23316 + - uid: 42677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,216.5 + pos: -7.5,13.5 parent: 1 - - uid: 23317 + - uid: 42678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 190.5,215.5 + pos: -11.5,12.5 parent: 1 - - uid: 55682 + - uid: 42679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,59.5 + pos: -12.5,12.5 parent: 1 - - uid: 55687 + - uid: 42680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,59.5 + pos: -13.5,12.5 parent: 1 -- proto: PoweredSmallLight - entities: - - uid: 23329 + - uid: 42681 components: - type: Transform - pos: -191.5,-188.5 + pos: -25.5,12.5 parent: 1 - - uid: 23330 + - uid: 42682 components: - type: Transform - pos: -72.5,-108.5 + pos: -18.5,14.5 parent: 1 - - uid: 23331 + - uid: 42683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-127.5 + pos: -17.5,14.5 parent: 1 - - uid: 23332 + - uid: 42684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-125.5 + pos: -21.5,13.5 parent: 1 - - uid: 23333 + - uid: 42685 components: - type: Transform - pos: -42.5,-127.5 + pos: -24.5,12.5 parent: 1 - - uid: 23334 + - uid: 42686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-101.5 + pos: -23.5,12.5 parent: 1 - - uid: 23335 + - uid: 42687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-106.5 + pos: -29.5,13.5 parent: 1 - - uid: 23336 + - uid: 42688 components: - type: Transform - pos: -193.5,-184.5 + pos: -30.5,13.5 parent: 1 - - uid: 23337 + - uid: 42689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-115.5 + pos: -34.5,13.5 parent: 1 - - uid: 23338 + - uid: 42690 components: - type: Transform - pos: -45.5,-113.5 + pos: -33.5,13.5 parent: 1 - - uid: 23339 + - uid: 42691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-111.5 + pos: -36.5,12.5 parent: 1 - - uid: 23340 + - uid: 42692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-100.5 + pos: -36.5,11.5 parent: 1 - - uid: 23341 + - uid: 42693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-101.5 + pos: -36.5,10.5 parent: 1 - - uid: 23342 + - uid: 42694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-100.5 + pos: -36.5,3.5 parent: 1 - - uid: 23343 + - uid: 42695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-103.5 + pos: -36.5,2.5 parent: 1 - - uid: 47113 + - uid: 42696 components: - type: Transform - pos: -374.5,89.5 + pos: -36.5,1.5 parent: 1 - - uid: 47114 + - uid: 42697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -374.5,85.5 + pos: -27.5,1.5 parent: 1 - - uid: 47119 + - uid: 42698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -369.5,87.5 + pos: -27.5,2.5 parent: 1 - - uid: 50095 + - uid: 42699 components: - type: Transform - pos: 130.5,26.5 + pos: -27.5,3.5 parent: 1 -- proto: PoweredSmallLightEmpty - entities: - - uid: 23347 + - uid: 42700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-126.5 + pos: -26.5,4.5 parent: 1 - - uid: 23348 + - uid: 42701 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-132.5 + pos: -25.5,4.5 parent: 1 - - uid: 23349 + - uid: 42702 components: - type: Transform - pos: -55.5,-124.5 + pos: -23.5,4.5 parent: 1 - - uid: 23350 + - uid: 42703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-130.5 + pos: -22.5,4.5 parent: 1 - - uid: 23351 + - uid: 42704 components: - type: Transform - pos: -55.5,-129.5 + pos: -14.5,4.5 parent: 1 - - uid: 23352 + - uid: 42705 components: - type: Transform - pos: -49.5,-124.5 + pos: -13.5,4.5 parent: 1 - - uid: 23353 + - uid: 42706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-108.5 + pos: -11.5,4.5 parent: 1 - - uid: 23354 + - uid: 42707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-103.5 + pos: -10.5,4.5 parent: 1 - - uid: 23355 + - uid: 42708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-107.5 + pos: -50.5,21.5 parent: 1 - - uid: 23356 + - uid: 42709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-103.5 + pos: -72.5,25.5 parent: 1 - - uid: 23357 + - uid: 42710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,-107.5 + pos: -72.5,24.5 parent: 1 - - uid: 23358 + - uid: 42711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-107.5 + pos: -49.5,21.5 parent: 1 - - uid: 23359 + - uid: 42712 components: - type: Transform - pos: -76.5,-100.5 + pos: -48.5,21.5 parent: 1 - - uid: 23360 + - uid: 42713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-103.5 + pos: -42.5,23.5 parent: 1 - - uid: 23361 + - uid: 42714 components: - type: Transform - pos: -189.5,-184.5 + pos: -42.5,24.5 parent: 1 - - uid: 23362 + - uid: 42715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 165.5,14.5 + pos: -42.5,25.5 parent: 1 - - uid: 23363 + - uid: 42716 components: - type: Transform - pos: 163.5,17.5 + pos: -62.5,1.5 parent: 1 - - uid: 23364 + - uid: 42717 components: - type: Transform - pos: 80.5,110.5 + pos: -58.5,4.5 parent: 1 -- proto: PrefilledSyringe - entities: - - uid: 23365 + - uid: 42718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 216.51576,186.00586 + pos: -57.5,4.5 parent: 1 -- proto: Puddle - entities: - - uid: 23366 + - uid: 42719 components: - type: Transform - pos: -48.5,-109.5 + pos: -53.5,4.5 parent: 1 - - uid: 23367 + - uid: 42720 components: - type: Transform - pos: -46.5,-108.5 + pos: -70.5,6.5 parent: 1 - - uid: 23368 + - uid: 42721 components: - type: Transform - pos: -48.5,-107.5 + pos: -71.5,6.5 parent: 1 -- proto: PuddleTomato - entities: - - uid: 23372 + - uid: 42722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 187.5,219.5 + pos: -70.5,3.5 parent: 1 - - uid: 23373 + - uid: 42723 components: - type: Transform - rot: 3.141592653589793 rad - pos: 188.5,220.5 + pos: -77.5,7.5 parent: 1 - - uid: 23374 + - uid: 42724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 190.5,216.5 + pos: -80.5,6.5 parent: 1 - - type: StepTriggerActive - - uid: 23375 + - uid: 42725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 189.5,216.5 + pos: -80.5,2.5 parent: 1 - - uid: 23376 + - uid: 42726 components: - type: Transform rot: 3.141592653589793 rad - pos: 189.5,215.5 + pos: 80.5,98.5 parent: 1 - - uid: 23377 + - uid: 42727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 189.5,217.5 + rot: -1.5707963267948966 rad + pos: -40.5,-124.5 parent: 1 - - uid: 23378 + - uid: 42728 components: - type: Transform - rot: 3.141592653589793 rad - pos: 190.5,215.5 + pos: -53.5,-133.5 parent: 1 - - uid: 23379 + - uid: 42729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 191.5,216.5 + pos: -54.5,-133.5 parent: 1 - - uid: 23380 + - uid: 42730 components: - type: Transform - rot: 3.141592653589793 rad - pos: 190.5,217.5 + pos: -72.5,-26.5 parent: 1 - - uid: 23381 + - uid: 42731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 191.5,217.5 + pos: -72.5,-27.5 parent: 1 -- proto: Rack - entities: - - uid: 60 + - uid: 42732 components: - type: Transform - pos: -168.5,-125.5 + pos: -77.5,-17.5 parent: 1 - - uid: 6550 + - uid: 42733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,-114.5 + pos: -72.5,-25.5 parent: 1 - - uid: 7160 + - uid: 42734 components: - type: Transform - pos: 217.5,-29.5 + pos: -59.5,-0.5 parent: 1 - - uid: 7255 + - uid: 42735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,-114.5 + pos: -69.5,-0.5 parent: 1 - - uid: 7260 + - uid: 42736 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,-109.5 + pos: -60.5,-0.5 parent: 1 - - uid: 7306 + - uid: 42737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,-109.5 + pos: -6.5,-0.5 parent: 1 - - uid: 7307 + - uid: 42738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,-112.5 + pos: -68.5,-0.5 parent: 1 - - uid: 7397 + - uid: 42739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,-109.5 + pos: -61.5,-0.5 parent: 1 - - uid: 7407 + - uid: 42740 components: - type: Transform - pos: -166.5,-110.5 + pos: -78.5,-0.5 parent: 1 - - uid: 7508 + - uid: 42741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 218.5,-25.5 + pos: -5.5,-0.5 parent: 1 - - uid: 7599 + - uid: 42742 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,-109.5 + pos: -4.5,-0.5 parent: 1 - - uid: 7600 + - uid: 42743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,-112.5 + pos: -3.5,-0.5 parent: 1 - - uid: 7601 + - uid: 42744 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,-111.5 + pos: -33.5,-0.5 parent: 1 - - uid: 10206 + - uid: 42745 components: - type: Transform - pos: -167.5,-118.5 + pos: -32.5,-0.5 parent: 1 - - uid: 23111 + - uid: 42746 components: - type: Transform - pos: -169.5,-110.5 + pos: -31.5,-0.5 parent: 1 - - uid: 23387 + - uid: 42747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -170.5,-108.5 + pos: -30.5,-0.5 parent: 1 - - uid: 23389 + - uid: 42748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,-117.5 + pos: -26.5,-10.5 parent: 1 - - uid: 23390 + - uid: 42749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,-116.5 + pos: -25.5,-10.5 parent: 1 - - uid: 23398 + - uid: 42750 components: - type: Transform - pos: -154.5,-127.5 + pos: -41.5,-13.5 parent: 1 - - uid: 23411 + - uid: 42751 components: - type: Transform - pos: 115.5,28.5 + pos: -30.5,-10.5 parent: 1 - - uid: 23412 + - uid: 42752 components: - type: Transform - pos: 58.5,152.5 + pos: -31.5,-10.5 parent: 1 - - uid: 23413 + - uid: 42753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -201.5,-89.5 + pos: -32.5,-11.5 parent: 1 - - uid: 23414 + - uid: 42754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -207.5,-79.5 + pos: -32.5,-12.5 parent: 1 - - uid: 24141 + - uid: 42755 components: - type: Transform - pos: -171.5,-110.5 + pos: -32.5,-13.5 parent: 1 - - uid: 44047 + - uid: 42756 components: - type: Transform - pos: -195.5,-98.5 + pos: -31.5,-14.5 parent: 1 - - uid: 47078 + - uid: 42757 components: - type: Transform - pos: -373.5,89.5 + pos: -30.5,-14.5 parent: 1 - - uid: 47684 + - uid: 42758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,99.5 + pos: -34.5,-17.5 parent: 1 - - uid: 47722 + - uid: 42759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,100.5 + pos: -34.5,-18.5 parent: 1 - - uid: 47723 + - uid: 42760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,102.5 + pos: -37.5,-10.5 parent: 1 - - uid: 47724 + - uid: 42761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,101.5 + pos: -38.5,-10.5 parent: 1 - - uid: 47751 + - uid: 42762 components: - type: Transform - pos: -407.5,96.5 + pos: -24.5,-10.5 parent: 1 - - uid: 49638 + - uid: 42763 components: - type: Transform - pos: -157.5,-109.5 + pos: -24.5,-10.5 parent: 1 - - uid: 50089 + - uid: 42764 components: - type: Transform - pos: -163.5,-115.5 + pos: -19.5,-11.5 parent: 1 - - uid: 50098 + - uid: 42765 components: - type: Transform - pos: -163.5,-114.5 + pos: -19.5,-12.5 parent: 1 - - uid: 55337 + - uid: 42766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,-114.5 + pos: -19.5,-12.5 parent: 1 - - uid: 55355 + - uid: 42767 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,-114.5 + pos: -19.5,-13.5 parent: 1 - - uid: 55401 + - uid: 42768 components: - type: Transform - pos: -170.5,-110.5 + pos: -19.5,-16.5 parent: 1 - - uid: 55450 + - uid: 42769 components: - type: Transform - pos: -168.5,-110.5 + pos: -19.5,-17.5 parent: 1 - - uid: 55466 + - uid: 42770 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,-111.5 + pos: -9.5,-30.5 parent: 1 - - uid: 55483 + - uid: 42771 components: - type: Transform rot: 3.141592653589793 rad - pos: -156.5,-109.5 + pos: -9.5,-29.5 parent: 1 - - uid: 55746 + - uid: 42772 components: - type: Transform - pos: -195.5,-101.5 + pos: -14.5,-14.5 parent: 1 - - uid: 55752 + - uid: 42773 components: - type: Transform - pos: -192.5,-98.5 + pos: -15.5,-14.5 parent: 1 - - uid: 55754 + - uid: 42774 components: - type: Transform - pos: -194.5,-101.5 + pos: -16.5,-13.5 parent: 1 - - uid: 55755 + - uid: 42775 components: - type: Transform - pos: -193.5,-98.5 + pos: -16.5,-12.5 parent: 1 - - uid: 55850 + - uid: 42776 components: - type: Transform - pos: -159.5,-107.5 + pos: -16.5,-11.5 parent: 1 - - uid: 56070 + - uid: 42777 components: - type: Transform - pos: 193.5,-110.5 + pos: -15.5,-10.5 parent: 1 - - uid: 56093 + - uid: 42778 components: - type: Transform - pos: 194.5,-110.5 + pos: -14.5,-10.5 parent: 1 -- proto: RadioHandheld - entities: - - uid: 22555 + - uid: 42779 components: - type: Transform - pos: -195.66934,-126.58621 + pos: -10.5,-10.5 parent: 1 - - uid: 23400 + - uid: 42780 components: - type: Transform - pos: -195.29434,-126.75809 + pos: -9.5,-10.5 parent: 1 -- proto: RagItem - entities: - - uid: 23415 + - uid: 42781 components: - type: Transform - pos: 101.547775,-37.89431 + pos: -8.5,-10.5 parent: 1 - - uid: 24711 + - uid: 42782 components: - type: Transform - pos: -191.68701,41.713226 + pos: -3.5,-11.5 parent: 1 -- proto: Railing - entities: - - uid: 16140 + - uid: 42783 components: - type: Transform - pos: -165.5,69.5 + pos: -3.5,-12.5 parent: 1 - - uid: 23416 + - uid: 42784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -256.5,-82.5 + pos: -3.5,-13.5 parent: 1 - - uid: 23417 + - uid: 42785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -220.5,-82.5 + pos: -3.5,-16.5 parent: 1 - - uid: 23418 + - uid: 42786 components: - type: Transform - rot: 3.141592653589793 rad - pos: -243.5,-82.5 + pos: -3.5,-17.5 parent: 1 - - uid: 23419 + - uid: 42787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -219.5,-82.5 + pos: -3.5,-22.5 parent: 1 - - uid: 23420 + - uid: 42788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-62.5 + pos: -3.5,-24.5 parent: 1 - - uid: 23421 + - uid: 42789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,114.5 + pos: -5.5,-25.5 parent: 1 - - uid: 23422 + - uid: 42790 components: - type: Transform - pos: -184.5,-170.5 + pos: -13.5,-25.5 parent: 1 - - uid: 23423 + - uid: 42791 components: - type: Transform - pos: -186.5,-170.5 + pos: -16.5,-23.5 parent: 1 - - uid: 23424 + - uid: 42792 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,-174.5 + pos: -14.5,-52.5 parent: 1 - - uid: 23425 + - uid: 42793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,-174.5 + pos: -13.5,-52.5 parent: 1 - - uid: 23426 + - uid: 42794 components: - type: Transform - pos: -176.5,-168.5 + pos: -12.5,-52.5 parent: 1 - - uid: 23427 + - uid: 42795 components: - type: Transform - pos: -177.5,-168.5 + pos: -11.5,-52.5 parent: 1 - - uid: 23428 + - uid: 42796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 197.5,207.5 + pos: -7.5,-52.5 parent: 1 - - uid: 23429 + - uid: 42797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-75.5 + pos: -6.5,-52.5 parent: 1 - - uid: 23430 + - uid: 42798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-42.5 + pos: -5.5,-52.5 parent: 1 - - uid: 23431 + - uid: 42799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -257.5,-82.5 + pos: -164.5,-26.5 parent: 1 - - uid: 23432 + - uid: 42800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-74.5 + pos: -165.5,-24.5 parent: 1 - - uid: 23433 + - uid: 42801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-70.5 + pos: -165.5,-25.5 parent: 1 - - uid: 23434 + - uid: 42802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-60.5 + pos: -162.5,-26.5 parent: 1 - - uid: 23435 + - uid: 42803 components: - type: Transform - rot: 3.141592653589793 rad - pos: -244.5,-82.5 + pos: -165.5,-25.5 parent: 1 - - uid: 23436 + - uid: 42804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -209.5,-82.5 + rot: -1.5707963267948966 rad + pos: 54.5,168.5 parent: 1 - - uid: 23437 + - uid: 42805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-58.5 + pos: 28.5,150.5 parent: 1 - - uid: 23438 + - uid: 42806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -259.5,-82.5 + pos: -173.5,-104.5 parent: 1 - - uid: 23439 + - uid: 42807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-43.5 + pos: -173.5,-100.5 parent: 1 - - uid: 23440 + - uid: 42808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-51.5 + rot: -1.5707963267948966 rad + pos: 98.5,-113.5 parent: 1 - - uid: 23441 + - uid: 42809 components: - type: Transform - pos: -260.5,-86.5 + rot: -1.5707963267948966 rad + pos: 101.5,-118.5 parent: 1 - - uid: 23442 + - uid: 42810 components: - type: Transform - rot: 3.141592653589793 rad - pos: -260.5,-82.5 + rot: -1.5707963267948966 rad + pos: 102.5,-118.5 parent: 1 - - uid: 23443 + - uid: 42811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -262.5,-82.5 + pos: 105.5,-105.5 parent: 1 - - uid: 23444 + - uid: 42812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-77.5 + pos: 105.5,-104.5 parent: 1 - - uid: 23445 +- proto: N14WindowHouseBroken + entities: + - uid: 42813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-71.5 + pos: -172.5,-117.5 parent: 1 - - uid: 23446 + - uid: 42814 components: - type: Transform - pos: -261.5,-86.5 + pos: -172.5,-116.5 parent: 1 - - uid: 23447 + - uid: 42815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -254.5,-82.5 + pos: -189.5,-109.5 parent: 1 - - uid: 23448 + - uid: 42816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-59.5 + pos: -173.5,-102.5 parent: 1 - - uid: 23449 + - uid: 42817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -258.5,-82.5 + pos: 154.5,168.5 parent: 1 - - uid: 23450 + - uid: 42818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-73.5 + pos: 22.5,-63.5 parent: 1 - - uid: 23451 + - uid: 42819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-52.5 + pos: -62.5,2.5 parent: 1 - - uid: 23452 + - uid: 42820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -283.5,-81.5 + pos: -54.5,4.5 parent: 1 - - uid: 23453 + - uid: 42821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-78.5 + pos: -69.5,6.5 parent: 1 - - uid: 23454 + - uid: 42822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-59.5 + pos: -78.5,7.5 parent: 1 - - uid: 23455 + - uid: 42823 components: - type: Transform - pos: -262.5,-86.5 + pos: -80.5,4.5 parent: 1 - - uid: 23456 + - uid: 42824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -255.5,-82.5 + rot: 1.5707963267948966 rad + pos: -71.5,-102.5 parent: 1 - - uid: 23457 + - uid: 42825 components: - type: Transform rot: 3.141592653589793 rad - pos: -236.5,-82.5 + pos: -74.5,-99.5 parent: 1 - - uid: 23458 + - uid: 42826 components: - type: Transform rot: 3.141592653589793 rad - pos: -208.5,-82.5 + pos: -73.5,-99.5 parent: 1 - - uid: 23459 + - uid: 42827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -253.5,-82.5 + pos: -47.5,-123.5 parent: 1 - - uid: 23460 + - uid: 42828 components: - type: Transform rot: 3.141592653589793 rad - pos: -251.5,-82.5 + pos: -42.5,-133.5 parent: 1 - - uid: 23461 + - uid: 42829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -250.5,-82.5 + pos: -77.5,-21.5 parent: 1 - - uid: 23462 + - uid: 42830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -238.5,-82.5 + pos: -77.5,-0.5 parent: 1 - - uid: 23463 + - uid: 42831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -235.5,-82.5 + pos: -9.5,-21.5 parent: 1 - - uid: 23464 + - uid: 42832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -224.5,-82.5 + pos: -165.5,-17.5 parent: 1 - - uid: 23465 + - uid: 42833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -206.5,-82.5 + pos: 52.5,140.5 parent: 1 - - uid: 23466 + - uid: 42834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -205.5,-82.5 + pos: 28.5,142.5 parent: 1 - - uid: 23467 + - uid: 42835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -204.5,-82.5 + pos: 31.5,150.5 parent: 1 - - uid: 23468 +- proto: N14WindowHouseBrokenVertical + entities: + - uid: 42836 components: - type: Transform rot: -1.5707963267948966 rad - pos: -287.5,-41.5 + pos: 181.5,148.5 parent: 1 - - uid: 23469 + - uid: 42837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -252.5,-82.5 + rot: -1.5707963267948966 rad + pos: 181.5,152.5 parent: 1 - - uid: 23470 + - uid: 42838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -241.5,-82.5 + rot: -1.5707963267948966 rad + pos: 169.5,148.5 parent: 1 - - uid: 23471 + - uid: 42839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -237.5,-82.5 + rot: -1.5707963267948966 rad + pos: -70.5,-134.5 parent: 1 - - uid: 23472 + - uid: 42840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -218.5,-82.5 + rot: -1.5707963267948966 rad + pos: -165.5,-23.5 parent: 1 - - uid: 23473 + - uid: 42841 components: - type: Transform - pos: -259.5,-86.5 + rot: -1.5707963267948966 rad + pos: -158.5,-15.5 parent: 1 - - uid: 23474 + - uid: 42842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -221.5,-82.5 + rot: -1.5707963267948966 rad + pos: -163.5,-26.5 parent: 1 - - uid: 23475 + - uid: 42843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -223.5,-82.5 + rot: -1.5707963267948966 rad + pos: 54.5,167.5 parent: 1 - - uid: 23476 + - uid: 42844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -207.5,-82.5 + rot: -1.5707963267948966 rad + pos: 24.5,146.5 parent: 1 - - uid: 23477 + - uid: 42845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-41.5 + rot: -1.5707963267948966 rad + pos: 35.5,144.5 parent: 1 - - uid: 23478 + - uid: 42846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -234.5,-82.5 + rot: -1.5707963267948966 rad + pos: 27.5,150.5 parent: 1 - - uid: 23479 +- proto: N14WindowHouseVertical + entities: + - uid: 42847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-72.5 + pos: 97.5,14.5 parent: 1 - - uid: 23480 + - uid: 42848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-61.5 + pos: 97.5,13.5 parent: 1 - - uid: 23481 + - uid: 42849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-27.5 + pos: -43.5,-102.5 parent: 1 - - uid: 23482 + - uid: 42850 components: - type: Transform rot: 3.141592653589793 rad - pos: -233.5,-82.5 + pos: -56.5,-110.5 parent: 1 - - uid: 23483 + - uid: 42851 components: - type: Transform - pos: -270.5,-86.5 + rot: 3.141592653589793 rad + pos: -56.5,-100.5 parent: 1 - - uid: 23484 + - uid: 42852 components: - type: Transform rot: 3.141592653589793 rad - pos: -232.5,-82.5 + pos: -56.5,-102.5 parent: 1 - - uid: 23485 + - uid: 42853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -225.5,-82.5 + rot: 1.5707963267948966 rad + pos: -53.5,-98.5 parent: 1 - - uid: 23486 + - uid: 42854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-10.5 + pos: -43.5,-100.5 parent: 1 - - uid: 23487 + - uid: 42855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-10.5 + pos: -43.5,-110.5 parent: 1 - - uid: 23488 + - uid: 42856 components: - type: Transform rot: -1.5707963267948966 rad - pos: 83.5,-48.5 + pos: -45.5,-118.5 parent: 1 - - uid: 23489 + - uid: 42857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-112.5 + parent: 1 + - uid: 42858 components: - type: Transform rot: -1.5707963267948966 rad - pos: 83.5,-47.5 + pos: -40.5,-118.5 parent: 1 - - uid: 23490 + - uid: 42859 components: - type: Transform - pos: 83.5,-35.5 + rot: 1.5707963267948966 rad + pos: -46.5,-98.5 parent: 1 - - uid: 23491 + - uid: 42860 components: - type: Transform rot: -1.5707963267948966 rad - pos: 83.5,-46.5 + pos: -54.5,-112.5 parent: 1 - - uid: 23492 + - uid: 42861 components: - type: Transform - pos: 84.5,-35.5 + rot: 1.5707963267948966 rad + pos: -45.5,-98.5 parent: 1 - - uid: 23493 + - uid: 42862 components: - type: Transform - pos: 85.5,-35.5 + rot: -1.5707963267948966 rad + pos: -53.5,-112.5 parent: 1 - - uid: 23494 + - uid: 42863 components: - type: Transform - pos: 86.5,-35.5 + rot: -1.5707963267948966 rad + pos: -46.5,-118.5 parent: 1 - - uid: 23495 + - uid: 42864 components: - type: Transform rot: 1.5707963267948966 rad - pos: 137.5,-1.5 + pos: -51.5,-98.5 parent: 1 - - uid: 23496 + - uid: 42865 components: - type: Transform rot: 1.5707963267948966 rad - pos: 137.5,-3.5 + pos: -50.5,-98.5 parent: 1 - - uid: 23497 + - uid: 42866 components: - type: Transform rot: 1.5707963267948966 rad - pos: 137.5,-2.5 + pos: -54.5,-98.5 parent: 1 - - uid: 23498 + - uid: 42867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,-6.5 + rot: -1.5707963267948966 rad + pos: -41.5,-118.5 parent: 1 - - uid: 23499 + - uid: 42868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,-5.5 + pos: -43.5,-106.5 parent: 1 - - uid: 23500 + - uid: 42869 components: - type: Transform rot: 1.5707963267948966 rad - pos: 137.5,-4.5 + pos: -40.5,-112.5 parent: 1 - - uid: 23501 + - uid: 42870 components: - type: Transform - pos: -25.5,-70.5 + rot: 3.141592653589793 rad + pos: -51.5,-116.5 parent: 1 - - uid: 23502 + - uid: 42871 components: - type: Transform - pos: -26.5,-70.5 + rot: -1.5707963267948966 rad + pos: -49.5,-118.5 parent: 1 - - uid: 23503 + - uid: 42872 components: - type: Transform - pos: -27.5,-70.5 + rot: -1.5707963267948966 rad + pos: -48.5,-118.5 parent: 1 - - uid: 23504 + - uid: 42873 components: - type: Transform rot: 3.141592653589793 rad - pos: -213.5,-82.5 + pos: -51.5,-114.5 parent: 1 - - uid: 23505 + - uid: 42874 components: - type: Transform rot: -1.5707963267948966 rad - pos: -288.5,-39.5 + pos: -54.5,-123.5 parent: 1 - - uid: 23506 + - uid: 42875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -222.5,-82.5 + rot: -1.5707963267948966 rad + pos: -53.5,-123.5 parent: 1 - - uid: 23507 + - uid: 42876 + components: + - type: Transform + pos: -53.5,-123.5 + parent: 1 + - uid: 42877 + components: + - type: Transform + pos: -57.5,-126.5 + parent: 1 + - uid: 42878 components: - type: Transform rot: 3.141592653589793 rad - pos: -240.5,-82.5 + pos: -57.5,-126.5 parent: 1 - - uid: 23508 + - uid: 42879 components: - type: Transform rot: 3.141592653589793 rad - pos: -239.5,-82.5 + pos: -57.5,-125.5 parent: 1 - - uid: 23509 + - uid: 42880 components: - type: Transform rot: 3.141592653589793 rad - pos: -242.5,-82.5 + pos: -57.5,-130.5 parent: 1 - - uid: 23510 + - uid: 42881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-28.5 + pos: -54.5,-123.5 parent: 1 - - uid: 23511 + - uid: 42882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -261.5,-82.5 + pos: -57.5,-125.5 parent: 1 - - uid: 23512 + - uid: 42883 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,-75.5 + pos: -165.5,-21.5 parent: 1 - - uid: 23513 + - uid: 42884 components: - type: Transform - pos: -230.5,-86.5 + rot: -1.5707963267948966 rad + pos: -165.5,-16.5 parent: 1 - - uid: 23514 + - uid: 42885 components: - type: Transform - pos: -209.5,-86.5 + rot: -1.5707963267948966 rad + pos: -165.5,-20.5 parent: 1 - - uid: 23515 + - uid: 42886 components: - type: Transform - pos: -219.5,-86.5 + rot: -1.5707963267948966 rad + pos: -164.5,-15.5 parent: 1 - - uid: 23516 + - uid: 42887 components: - type: Transform - pos: -217.5,-86.5 + rot: -1.5707963267948966 rad + pos: -163.5,-15.5 parent: 1 - - uid: 23517 + - uid: 42888 components: - type: Transform - pos: -220.5,-86.5 + rot: -1.5707963267948966 rad + pos: -162.5,-15.5 parent: 1 - - uid: 23518 + - uid: 42889 components: - type: Transform - pos: -218.5,-86.5 + rot: -1.5707963267948966 rad + pos: -160.5,-15.5 parent: 1 - - uid: 23519 + - uid: 42890 components: - type: Transform - pos: -222.5,-86.5 + rot: -1.5707963267948966 rad + pos: -159.5,-15.5 parent: 1 - - uid: 23520 + - uid: 42891 components: - type: Transform - pos: -231.5,-86.5 + pos: 97.5,12.5 parent: 1 - - uid: 23521 + - uid: 42892 components: - type: Transform - pos: -214.5,-86.5 + pos: -98.5,-149.5 parent: 1 - - uid: 23522 + - uid: 42893 components: - type: Transform - pos: -205.5,-86.5 + pos: -108.5,-149.5 parent: 1 - - uid: 23523 + - uid: 42894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -211.5,-82.5 + pos: -99.5,-149.5 parent: 1 - - uid: 23524 + - uid: 42895 components: - type: Transform - pos: -202.5,-86.5 + pos: -106.5,-149.5 parent: 1 - - uid: 23525 + - uid: 42896 components: - type: Transform - pos: -268.5,-86.5 + pos: -107.5,-149.5 parent: 1 - - uid: 23526 + - uid: 42897 components: - type: Transform - pos: -269.5,-86.5 + pos: -100.5,-149.5 parent: 1 - - uid: 23527 +- proto: N14WindowHouseWood + entities: + - uid: 42898 components: - type: Transform - pos: -224.5,-86.5 + pos: 95.5,3.5 parent: 1 - - uid: 23528 + - uid: 42899 components: - type: Transform - pos: -216.5,-86.5 + pos: 96.5,3.5 parent: 1 - - uid: 23529 + - uid: 42900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -210.5,-82.5 + pos: 90.5,4.5 parent: 1 - - uid: 23530 + - uid: 42901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,62.5 + pos: 14.5,142.5 parent: 1 - - uid: 23531 + - uid: 42902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,61.5 + pos: 14.5,146.5 parent: 1 - - uid: 23532 + - uid: 42903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,60.5 + rot: 3.141592653589793 rad + pos: 150.5,143.5 parent: 1 - - uid: 23533 + - uid: 42904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,59.5 + rot: 3.141592653589793 rad + pos: 150.5,141.5 parent: 1 - - uid: 23534 + - uid: 42905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,58.5 + rot: 3.141592653589793 rad + pos: 158.5,141.5 parent: 1 - - uid: 23535 + - uid: 42906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,57.5 + rot: 3.141592653589793 rad + pos: 150.5,140.5 parent: 1 - - uid: 23536 + - uid: 42907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,62.5 + rot: 3.141592653589793 rad + pos: 150.5,142.5 parent: 1 - - uid: 23537 + - uid: 42908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,61.5 + rot: 3.141592653589793 rad + pos: 158.5,140.5 parent: 1 - - uid: 23538 + - uid: 42909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,60.5 + rot: 3.141592653589793 rad + pos: 158.5,142.5 parent: 1 - - uid: 23539 + - uid: 42910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,59.5 + pos: -178.5,-169.5 parent: 1 - - uid: 23540 + - uid: 42911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,58.5 + pos: -180.5,-174.5 parent: 1 - - uid: 23541 + - uid: 42912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,57.5 + pos: -178.5,-170.5 parent: 1 - - uid: 23542 + - uid: 42913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,-5.5 + pos: -178.5,-173.5 parent: 1 - - uid: 23543 + - uid: 42914 components: - type: Transform - pos: -213.5,-86.5 + pos: -178.5,-172.5 parent: 1 - - uid: 23544 + - uid: 42915 components: - type: Transform - pos: -208.5,-86.5 + pos: 126.5,-9.5 parent: 1 - - uid: 23545 + - uid: 42916 components: - type: Transform - pos: -277.5,-86.5 + pos: 129.5,-13.5 parent: 1 - - uid: 23546 + - uid: 42917 components: - type: Transform - pos: -223.5,-86.5 + pos: 132.5,-13.5 parent: 1 - - uid: 23547 + - uid: 42918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-71.5 + pos: 126.5,14.5 parent: 1 - - uid: 23548 + - uid: 42919 components: - type: Transform - pos: -234.5,-86.5 + pos: 126.5,13.5 parent: 1 - - uid: 23549 + - uid: 42920 components: - type: Transform - pos: -232.5,-86.5 + pos: 136.5,12.5 parent: 1 - - uid: 23550 + - uid: 42921 components: - type: Transform - pos: -203.5,-86.5 + pos: 141.5,13.5 parent: 1 - - uid: 23551 + - uid: 42922 components: - type: Transform - pos: -233.5,-86.5 + pos: 95.5,-4.5 parent: 1 - - uid: 23552 + - uid: 42923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -245.5,-82.5 + pos: 92.5,-9.5 parent: 1 - - uid: 23553 + - uid: 42924 components: - type: Transform - pos: -206.5,-86.5 + pos: 94.5,-11.5 parent: 1 - - uid: 23554 + - uid: 42925 components: - type: Transform - pos: -266.5,-86.5 + pos: 208.5,-30.5 parent: 1 - - uid: 23555 + - uid: 42926 components: - type: Transform - pos: -207.5,-86.5 + pos: 212.5,-30.5 parent: 1 - - uid: 23556 + - uid: 42927 components: - type: Transform - pos: -258.5,-86.5 + pos: 128.5,6.5 parent: 1 - - uid: 23557 + - uid: 42928 components: - type: Transform - pos: -248.5,-86.5 + pos: 115.5,22.5 parent: 1 - - uid: 23558 + - uid: 42929 components: - type: Transform - pos: -215.5,-86.5 + pos: 96.5,8.5 parent: 1 - - uid: 23559 + - uid: 42930 components: - type: Transform - pos: -212.5,-86.5 + pos: 95.5,8.5 parent: 1 - - uid: 23560 + - uid: 42931 components: - type: Transform - pos: -278.5,-86.5 + pos: -24.5,-56.5 parent: 1 - - uid: 23561 + - uid: 42932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -270.5,-82.5 + pos: -23.5,-56.5 parent: 1 - - uid: 23562 +- proto: N14WindowRuins + entities: + - uid: 42933 components: - type: Transform - pos: -235.5,-86.5 + pos: -167.5,-113.5 parent: 1 - - uid: 23563 + - uid: 42934 components: - type: Transform - pos: -236.5,-86.5 + pos: -170.5,-113.5 parent: 1 - - uid: 23564 + - uid: 42935 components: - type: Transform - pos: -204.5,-86.5 + pos: 106.5,-29.5 parent: 1 - - uid: 23565 + - uid: 42936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -212.5,-82.5 + pos: 78.5,-46.5 parent: 1 - - uid: 23566 + - uid: 42937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -246.5,-82.5 + pos: 99.5,-46.5 parent: 1 - - uid: 23567 + - uid: 42938 components: - type: Transform - pos: -245.5,-86.5 + pos: 104.5,-29.5 parent: 1 - - uid: 23568 + - uid: 42939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-72.5 + pos: 106.5,-49.5 parent: 1 - - uid: 23569 + - uid: 42940 components: - type: Transform - pos: -267.5,-86.5 + pos: -39.5,-31.5 parent: 1 - - uid: 23570 + - uid: 42941 components: - type: Transform - pos: -249.5,-86.5 + pos: -171.5,-113.5 parent: 1 - - uid: 23571 + - uid: 42942 components: - type: Transform - pos: -239.5,-86.5 + pos: -166.5,-113.5 parent: 1 - - uid: 23572 + - uid: 42943 components: - type: Transform - pos: -240.5,-86.5 + pos: 82.5,-109.5 parent: 1 - - uid: 23573 + - uid: 42944 components: - type: Transform - pos: -242.5,-86.5 + pos: 77.5,-109.5 parent: 1 - - uid: 23574 + - uid: 42945 components: - type: Transform - pos: -237.5,-86.5 + rot: 1.5707963267948966 rad + pos: 75.5,-108.5 parent: 1 - - uid: 23575 + - uid: 42946 components: - type: Transform - pos: -241.5,-86.5 + pos: 79.5,-100.5 parent: 1 - - uid: 23576 + - uid: 42947 components: - type: Transform - pos: -238.5,-86.5 + pos: 78.5,-100.5 parent: 1 - - uid: 23577 + - uid: 42948 components: - type: Transform - pos: -243.5,-86.5 + rot: -1.5707963267948966 rad + pos: 86.5,-103.5 parent: 1 - - uid: 23578 + - uid: 42949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-73.5 + pos: 78.5,-109.5 parent: 1 - - uid: 23579 +- proto: N14WindowRuinsBroken + entities: + - uid: 42950 components: - type: Transform - pos: -246.5,-86.5 + pos: 166.5,-177.5 parent: 1 - - uid: 23580 + - uid: 42951 components: - type: Transform - pos: -251.5,-86.5 + pos: 164.5,18.5 parent: 1 - - uid: 23581 + - uid: 42952 components: - type: Transform - pos: -253.5,-86.5 + rot: 1.5707963267948966 rad + pos: 168.5,15.5 parent: 1 - - uid: 23582 + - uid: 42953 components: - type: Transform - pos: -250.5,-86.5 + rot: 1.5707963267948966 rad + pos: 168.5,16.5 parent: 1 - - uid: 23583 + - uid: 42954 components: - type: Transform - pos: -252.5,-86.5 + pos: 99.5,-32.5 parent: 1 - - uid: 23584 + - uid: 42955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-74.5 + pos: 173.5,32.5 parent: 1 - - uid: 23585 + - uid: 42956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-47.5 + pos: 174.5,20.5 parent: 1 - - uid: 23586 + - uid: 42957 components: - type: Transform - pos: -244.5,-86.5 + pos: 175.5,32.5 parent: 1 - - uid: 23587 + - uid: 42958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-76.5 + pos: 173.5,20.5 parent: 1 - - uid: 23588 + - uid: 42959 components: - type: Transform - pos: -221.5,-86.5 + pos: 180.5,14.5 parent: 1 - - uid: 23589 + - uid: 42960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-60.5 + pos: 174.5,32.5 parent: 1 - - uid: 23590 + - uid: 42961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-61.5 + pos: 181.5,14.5 parent: 1 - - uid: 23591 + - uid: 42962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-46.5 + pos: 185.5,14.5 parent: 1 - - uid: 23592 + - uid: 42963 components: - type: Transform - pos: 179.5,23.5 + pos: 191.5,14.5 parent: 1 - - uid: 23593 + - uid: 42964 components: - type: Transform - pos: 180.5,23.5 + pos: 192.5,14.5 parent: 1 - - uid: 23594 + - uid: 42965 + components: + - type: Transform + pos: 175.5,20.5 + parent: 1 + - uid: 42966 components: - type: Transform rot: 3.141592653589793 rad - pos: 162.5,50.5 + pos: -162.5,-70.5 parent: 1 - - uid: 23595 + - uid: 42967 components: - type: Transform - pos: 162.5,50.5 + pos: -38.5,-31.5 parent: 1 - - uid: 23596 + - uid: 42968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 197.5,208.5 + pos: 167.5,-177.5 parent: 1 - - uid: 23597 +- proto: N14WindowRuinsDestroyed + entities: + - uid: 42969 components: - type: Transform - pos: 213.5,206.5 + rot: -1.5707963267948966 rad + pos: 88.5,-130.5 parent: 1 - - uid: 23598 + - uid: 42970 components: - type: Transform - pos: 214.5,206.5 + pos: 148.5,161.5 parent: 1 - - uid: 23599 + - uid: 42971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,206.5 + pos: 152.5,164.5 parent: 1 - - uid: 23600 + - uid: 42972 + components: + - type: Transform + pos: 152.5,169.5 + parent: 1 + - uid: 42973 components: - type: Transform - pos: 215.5,206.5 + pos: 147.5,161.5 parent: 1 - - uid: 23601 + - uid: 42974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-35.5 + pos: 165.5,18.5 parent: 1 - - uid: 23602 + - uid: 42975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-26.5 + pos: 78.5,-32.5 parent: 1 - - uid: 23603 + - uid: 42976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,115.5 + pos: 186.5,14.5 parent: 1 - - uid: 23604 + - uid: 42977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-38.5 + pos: 165.5,20.5 parent: 1 - - uid: 23605 + - uid: 42978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-39.5 + pos: 164.5,20.5 parent: 1 - - uid: 23606 + - uid: 42979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-104.5 + parent: 1 + - uid: 42980 components: - type: Transform rot: -1.5707963267948966 rad - pos: -286.5,-43.5 + pos: -88.5,-108.5 parent: 1 - - uid: 23607 + - uid: 42981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-23.5 + rot: -1.5707963267948966 rad + pos: -173.5,-70.5 parent: 1 - - uid: 23608 + - uid: 42982 components: - type: Transform rot: 1.5707963267948966 rad - pos: -281.5,-24.5 + pos: -168.5,-75.5 parent: 1 - - uid: 23609 + - uid: 42983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-27.5 + rot: 3.141592653589793 rad + pos: 161.5,24.5 + parent: 1 + - uid: 42984 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 1 + - uid: 42985 + components: + - type: Transform + pos: -14.5,-31.5 parent: 1 - - uid: 23610 + - uid: 42986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-22.5 + pos: 83.5,-100.5 parent: 1 - - uid: 23611 + - uid: 42987 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,-21.5 + pos: 86.5,-106.5 parent: 1 - - uid: 23612 + - uid: 42988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-40.5 + pos: 75.5,-133.5 parent: 1 - - uid: 23613 + - uid: 42989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-22.5 + pos: 76.5,-133.5 parent: 1 - - uid: 23614 + - uid: 42990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-25.5 + pos: 83.5,-125.5 parent: 1 - - uid: 23615 +- proto: N14WindowRuinsVertical + entities: + - uid: 42991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-20.5 + pos: 18.5,1.5 parent: 1 - - uid: 23616 + - uid: 42992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-23.5 + pos: 18.5,2.5 parent: 1 - - uid: 23617 + - uid: 42993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-36.5 + pos: -153.5,1.5 parent: 1 - - uid: 23618 + - uid: 42994 components: - type: Transform - pos: -293.5,-36.5 + pos: -148.5,1.5 parent: 1 - - uid: 23619 +- proto: N14WindowRuinsVerticalBroken + entities: + - uid: 42995 components: - type: Transform - pos: -292.5,-36.5 + pos: 160.5,-178.5 parent: 1 - - uid: 23620 + - uid: 42996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-37.5 + rot: 3.141592653589793 rad + pos: 165.5,-165.5 parent: 1 - - uid: 23621 + - uid: 42997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,-25.5 + rot: 3.141592653589793 rad + pos: 165.5,-170.5 parent: 1 - - uid: 44383 + - uid: 42998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,92.5 + rot: 3.141592653589793 rad + pos: 165.5,-173.5 parent: 1 - - uid: 44506 + - uid: 42999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,72.5 + rot: 3.141592653589793 rad + pos: 165.5,-166.5 parent: 1 - - uid: 44605 + - uid: 43000 components: - type: Transform - pos: -291.5,75.5 + rot: 3.141592653589793 rad + pos: 161.5,133.5 parent: 1 - - uid: 44607 + - uid: 43001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,55.5 + rot: 3.141592653589793 rad + pos: 161.5,132.5 parent: 1 - - uid: 44611 + - uid: 43002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,20.5 + rot: 3.141592653589793 rad + pos: 161.5,131.5 parent: 1 - - uid: 44634 + - uid: 43003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,45.5 + pos: 168.5,23.5 parent: 1 - - uid: 44723 + - uid: 43004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,52.5 + pos: 170.5,25.5 parent: 1 - - uid: 44732 + - uid: 43005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,44.5 + pos: 161.5,49.5 parent: 1 - - uid: 44733 + - uid: 43006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,66.5 + pos: 195.5,23.5 parent: 1 - - uid: 44735 + - uid: 43007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,70.5 + pos: 170.5,24.5 parent: 1 - - uid: 44758 + - uid: 43008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,90.5 + pos: 170.5,23.5 parent: 1 - - uid: 44759 + - uid: 43009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,53.5 + pos: 161.5,51.5 parent: 1 - - uid: 44791 + - uid: 43010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,82.5 + pos: 168.5,24.5 parent: 1 - - uid: 44795 + - uid: 43011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,17.5 + pos: 168.5,25.5 parent: 1 - - uid: 44796 + - uid: 43012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,65.5 + pos: 160.5,-181.5 parent: 1 - - uid: 44802 + - uid: 43013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,19.5 + rot: 3.141592653589793 rad + pos: 165.5,-174.5 parent: 1 - - uid: 44809 + - uid: 43014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,58.5 + rot: 3.141592653589793 rad + pos: 165.5,-169.5 parent: 1 - - uid: 44810 +- proto: N14WindowStoreBottom + entities: + - uid: 43015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,36.5 + pos: 100.5,19.5 parent: 1 - - uid: 44811 +- proto: N14WindowStoreLeft + entities: + - uid: 43016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,25.5 + pos: 91.5,-29.5 parent: 1 - - uid: 44826 + - uid: 43017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,47.5 + pos: 91.5,-49.5 parent: 1 - - uid: 44827 + - uid: 43018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,21.5 + pos: 84.5,-49.5 parent: 1 - - uid: 44828 + - uid: 43019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,39.5 + pos: 84.5,-29.5 parent: 1 - - uid: 44833 +- proto: N14WindowStoreMiddleHorizontal + entities: + - uid: 43020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,62.5 + pos: 85.5,-29.5 parent: 1 - - uid: 44839 + - uid: 43021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,85.5 + pos: 92.5,-49.5 parent: 1 - - uid: 44868 + - uid: 43022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,35.5 + pos: 85.5,-49.5 parent: 1 - - uid: 44877 + - uid: 43023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,59.5 + pos: 92.5,-29.5 parent: 1 - - uid: 44879 +- proto: N14WindowStoreRight + entities: + - uid: 43024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,89.5 + pos: 93.5,-49.5 parent: 1 - - uid: 44882 + - uid: 43025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,63.5 + pos: 86.5,-29.5 parent: 1 - - uid: 44883 + - uid: 43026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,91.5 + pos: 86.5,-49.5 parent: 1 - - uid: 44889 + - uid: 43027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,16.5 + pos: 93.5,-29.5 parent: 1 - - uid: 44895 +- proto: N14WindowStoreTop + entities: + - uid: 43028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,87.5 + pos: 100.5,16.5 parent: 1 - - uid: 44897 +- proto: N14Wirecutter + entities: + - uid: 43029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,67.5 + pos: -195.40593,27.532597 parent: 1 - - uid: 44900 +- proto: N14WorkbenchAmmobench + entities: + - uid: 43030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,26.5 + pos: 191.5,-110.5 parent: 1 - - uid: 44901 + - uid: 43031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,18.5 + pos: -169.5,-118.5 parent: 1 - - uid: 44904 + - uid: 43032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,60.5 + pos: -193.5,30.5 parent: 1 - - uid: 44906 + - uid: 43033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,46.5 + pos: 131.5,6.5 parent: 1 - - uid: 44912 + - uid: 43034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,22.5 + pos: 217.5,-27.5 parent: 1 - - uid: 44930 +- proto: N14WorkbenchArmorbench + entities: + - uid: 43035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,61.5 + pos: 147.5,169.5 parent: 1 - - uid: 44932 + - uid: 43036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,88.5 + pos: -164.5,-118.5 parent: 1 - - uid: 44966 + - uid: 43037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,35.5 + pos: -191.5,30.5 parent: 1 - - uid: 44967 +- proto: N14WorkbenchChemistryset + entities: + - uid: 43038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,89.5 + pos: -144.5,55.5 parent: 1 - - uid: 44968 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} + - uid: 43039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,41.5 + pos: 135.5,19.5 parent: 1 - - uid: 44969 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} + - uid: 43040 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,86.5 + pos: -157.5,-107.5 parent: 1 - - uid: 44972 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} + - uid: 43041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,43.5 + pos: 84.5,-104.5 parent: 1 - - uid: 44975 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} +- proto: N14WorkbenchForge + entities: + - uid: 43042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,69.5 + pos: -167.5,-126.5 parent: 1 - - uid: 44979 + - uid: 43043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,64.5 + pos: 145.5,175.5 parent: 1 - - uid: 44980 + - uid: 43044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,68.5 + pos: 174.5,-66.5 parent: 1 - - uid: 44981 + - uid: 43045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,67.5 + pos: 136.5,8.5 parent: 1 - - uid: 44982 + - uid: 43046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,66.5 + pos: 87.5,129.5 parent: 1 - - uid: 44983 + - uid: 43047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-12.5 + pos: -401.5,115.5 parent: 1 - - uid: 44984 +- proto: N14WorkbenchMetal + entities: + - uid: 43048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-13.5 + pos: -171.5,-118.5 parent: 1 - - uid: 44985 + - uid: 43049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-16.5 + pos: 138.5,8.5 parent: 1 - - uid: 44986 + - uid: 43050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,65.5 + pos: 147.5,171.5 parent: 1 - - uid: 44987 + - uid: 43051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-18.5 + pos: -189.5,-172.5 parent: 1 - - uid: 44991 + - uid: 43052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,74.5 + pos: 176.5,-66.5 parent: 1 - - uid: 44992 + - uid: 43053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,73.5 + pos: 15.5,7.5 parent: 1 - - uid: 44993 + - uid: 43054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,75.5 + pos: 91.5,129.5 parent: 1 - - uid: 44994 + - uid: 43055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-18.5 + pos: 13.5,-62.5 parent: 1 - - uid: 44995 + - uid: 43056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-16.5 + pos: -194.5,27.5 parent: 1 - - uid: 44996 + - uid: 43057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,1.5 + pos: -77.5,-173.5 parent: 1 - - uid: 44997 +- proto: N14WorkbenchTinkerbench + entities: + - uid: 43058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,0.5 + pos: -155.5,-118.5 parent: 1 - - uid: 44998 + - uid: 43059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,28.5 + pos: -133.5,59.5 parent: 1 - - uid: 45001 +- proto: N14WorkbenchWeaponbench + entities: + - uid: 43060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,79.5 + pos: 147.5,173.5 parent: 1 - - uid: 45002 + - uid: 43061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,83.5 + pos: -162.5,-118.5 parent: 1 - - uid: 45003 + - uid: 43062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,82.5 + pos: -196.5,30.5 parent: 1 - - uid: 45005 +- proto: N14WreckCoupe + entities: + - uid: 43063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,87.5 + pos: -25.5,0.5 parent: 1 - - uid: 45006 + - uid: 43064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,27.5 + pos: 77.5,-15.5 parent: 1 - - uid: 45007 + - uid: 43065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,88.5 + rot: 3.141592653589793 rad + pos: 68.5,-29.5 parent: 1 - - uid: 45008 + - uid: 43066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,29.5 + rot: -1.5707963267948966 rad + pos: 67.5,-7.5 parent: 1 - - uid: 45009 + - uid: 43067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,32.5 + pos: 77.5,-9.5 parent: 1 - - uid: 45010 + - uid: 43068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,54.5 + rot: 3.141592653589793 rad + pos: -27.5,-61.5 parent: 1 - - uid: 45011 + - uid: 43069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,76.5 + rot: -1.5707963267948966 rad + pos: -120.5,-3.5 parent: 1 - - uid: 45013 + - uid: 43070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,84.5 + rot: 3.141592653589793 rad + pos: -96.5,-2.5 parent: 1 - - uid: 45014 + - uid: 43071 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,93.5 + pos: 20.5,167.5 parent: 1 - - uid: 45015 + - uid: 43072 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,94.5 + pos: 155.5,23.5 parent: 1 - - uid: 45016 + - uid: 43073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,94.5 + rot: -1.5707963267948966 rad + pos: 153.5,-5.5 parent: 1 - - uid: 45017 +- proto: N14WreckMusclecar + entities: + - uid: 43074 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,93.5 + rot: -1.5707963267948966 rad + pos: 63.5,71.5 parent: 1 - - uid: 45018 + - uid: 43075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,92.5 + rot: -1.5707963267948966 rad + pos: 34.5,-6.5 parent: 1 - - uid: 45019 + - uid: 43076 components: - type: Transform rot: 1.5707963267948966 rad - pos: -281.5,91.5 + pos: 74.5,-48.5 parent: 1 - - uid: 45020 + - uid: 43077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,12.5 + rot: -1.5707963267948966 rad + pos: 89.5,91.5 parent: 1 - - uid: 45021 + - uid: 43078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,13.5 + rot: -1.5707963267948966 rad + pos: -108.5,-141.5 parent: 1 - - uid: 45022 +- proto: N14WreckSportscar + entities: + - uid: 43079 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,11.5 + pos: 7.5,-16.5 parent: 1 - - uid: 45023 + - uid: 43080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,10.5 + rot: -1.5707963267948966 rad + pos: -171.5,-6.5 parent: 1 - - uid: 45024 + - uid: 43081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,9.5 + rot: 3.141592653589793 rad + pos: -41.5,15.5 parent: 1 - - uid: 45027 + - uid: 43082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,6.5 + rot: -1.5707963267948966 rad + pos: 115.5,67.5 parent: 1 - - uid: 45028 + - uid: 43083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,5.5 + pos: -63.5,17.5 parent: 1 - - uid: 45029 + - uid: 43084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,4.5 + rot: 3.141592653589793 rad + pos: 87.5,-121.5 parent: 1 - - uid: 45031 +- proto: N14WreckVan + entities: + - uid: 43085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,3.5 + rot: 3.141592653589793 rad + pos: 51.5,-3.5 parent: 1 - - uid: 45032 + - uid: 43086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-1.5 + pos: 7.5,-20.5 parent: 1 - - uid: 45033 + - uid: 43087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-0.5 + pos: -49.5,-23.5 parent: 1 - - uid: 45035 + - uid: 43088 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,-17.5 + pos: 31.5,-35.5 parent: 1 - - uid: 45036 + - uid: 43089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,57.5 + pos: 67.5,-11.5 parent: 1 - - uid: 45037 + - uid: 43090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-21.5 + rot: 3.141592653589793 rad + pos: 112.5,-19.5 parent: 1 - - uid: 45038 +- proto: N14Wrench + entities: + - uid: 43091 components: - type: Transform rot: 1.5707963267948966 rad - pos: -281.5,-19.5 + pos: 63.494957,171.81622 parent: 1 - - uid: 45039 + - uid: 43092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-20.5 + pos: 18.249025,147.75381 parent: 1 - - uid: 45040 + - uid: 43093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-19.5 + pos: -196.47154,27.66777 parent: 1 - - uid: 45041 +- proto: N14YellowBarrel + entities: + - uid: 43094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,51.5 + pos: -86.5,-185.5 parent: 1 - - uid: 45042 + - uid: 43095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,50.5 + pos: -86.5,-183.5 parent: 1 - - uid: 45043 + - uid: 43096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,51.5 + pos: -87.5,-187.5 parent: 1 - - uid: 45044 + - uid: 43097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,42.5 + pos: -87.5,-183.5 parent: 1 - - uid: 45045 + - uid: 43098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,38.5 + pos: -85.5,-183.5 parent: 1 - - uid: 45046 + - uid: 43099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,36.5 + pos: -88.5,-186.5 parent: 1 - - uid: 45047 + - uid: 43100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,43.5 + pos: -87.5,-184.5 parent: 1 - - uid: 45048 + - uid: 43101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,45.5 + pos: -85.5,-184.5 parent: 1 - - uid: 45049 + - uid: 43102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,47.5 + pos: -87.5,-186.5 parent: 1 - - uid: 45050 +- proto: N14YellowBarrelFull + entities: + - uid: 43103 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,42.5 + pos: -85.5,-186.5 parent: 1 - - uid: 45051 + - uid: 43104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,49.5 + rot: 1.5707963267948966 rad + pos: 208.5,185.5 parent: 1 - - uid: 45052 + - uid: 43105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,37.5 + pos: -81.5,-123.5 parent: 1 - - uid: 45053 + - uid: 43106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,34.5 + rot: 1.5707963267948966 rad + pos: 208.5,184.5 parent: 1 - - uid: 45054 + - uid: 43107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,24.5 + rot: 3.141592653589793 rad + pos: -247.5,-95.5 parent: 1 - - uid: 45055 + - uid: 43108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,23.5 + rot: 3.141592653589793 rad + pos: -246.5,-95.5 parent: 1 - - uid: 45056 + - uid: 43109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,29.5 + rot: 3.141592653589793 rad + pos: -245.5,-98.5 parent: 1 - - uid: 45062 + - uid: 43110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,15.5 + rot: 3.141592653589793 rad + pos: -248.5,-99.5 parent: 1 - - uid: 45063 + - uid: 43111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,21.5 + rot: 3.141592653589793 rad + pos: -247.5,-99.5 parent: 1 - - uid: 45064 + - uid: 43112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,23.5 + pos: -85.5,-185.5 parent: 1 - - uid: 45065 + - uid: 43113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,22.5 + pos: -88.5,-184.5 parent: 1 - - uid: 45067 + - uid: 43114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,8.5 + pos: -86.5,-186.5 parent: 1 - - uid: 45068 +- proto: N14YellowBarrelOpen + entities: + - uid: 43115 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,11.5 + pos: -82.5,-187.5 parent: 1 - - uid: 45069 + - uid: 43116 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,12.5 + pos: -81.5,-187.5 parent: 1 - - uid: 45070 + - uid: 43117 components: - type: Transform rot: 1.5707963267948966 rad - pos: -281.5,-2.5 + pos: 208.5,183.5 parent: 1 - - uid: 45071 +- proto: Ointment + entities: + - uid: 8256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-3.5 - parent: 1 - - uid: 45072 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-4.5 - parent: 1 - - uid: 45073 + parent: 8242 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 43118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-7.5 + pos: 140.36807,10.89829 parent: 1 - - uid: 45074 + - uid: 43119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-8.5 + pos: 140.53682,10.61704 parent: 1 - - uid: 45075 + - uid: 43120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-9.5 + pos: 140.27432,10.560789 parent: 1 - - uid: 45076 +- proto: Ointment10Lingering + entities: + - uid: 8360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-10.5 - parent: 1 - - uid: 45077 + parent: 8357 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-3.5 - parent: 1 - - uid: 45078 + parent: 8361 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 43121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-15.5 + pos: 177.34047,162.15463 parent: 1 - - uid: 45079 + - uid: 43122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-14.5 + pos: -55.5,24.5 parent: 1 - - uid: 45080 + - uid: 43123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,60.5 + pos: -60.5,24.5 parent: 1 - - uid: 45081 +- proto: OperatingTable + entities: + - uid: 43124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,64.5 + pos: -152.5,62.5 parent: 1 - - uid: 45082 +- proto: OreBox + entities: + - uid: 43125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,62.5 + pos: -165.5,-126.5 parent: 1 - - uid: 45084 + - uid: 43126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-13.5 + pos: -188.5,-185.5 parent: 1 - - uid: 45085 + - uid: 43127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-12.5 + pos: -188.5,-184.5 parent: 1 - - uid: 45086 + - uid: 43128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-8.5 + pos: 195.5,192.5 parent: 1 - - uid: 45087 +- proto: OreProcessor + entities: + - uid: 43129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-7.5 + pos: -190.5,-184.5 parent: 1 - - uid: 45088 +- proto: OrganHumanHeart + entities: + - uid: 43130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-6.5 + pos: 59.54324,51.39551 parent: 1 - - uid: 45096 +- proto: PackPaperRollingFilters + entities: + - uid: 43131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-2.5 + pos: 26.58444,-60.963585 parent: 1 - - uid: 45097 + - uid: 43132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-1.5 + pos: 26.74069,-60.692753 parent: 1 - - uid: 45098 +- proto: PaintingMoony + entities: + - uid: 43133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-1.5 + pos: -39.5,-112.5 parent: 1 - - uid: 45099 +- proto: PaintingSkeletonCigarette + entities: + - uid: 43134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,0.5 + pos: 123.5,182.5 parent: 1 - - uid: 45100 + - uid: 43135 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,2.5 + rot: 3.141592653589793 rad + pos: 25.5,-55.5 parent: 1 - - uid: 45101 +- proto: Paper + entities: + - uid: 339 + components: + - type: Transform + parent: 338 + - type: Physics + canCollide: False + - uid: 340 + components: + - type: Transform + parent: 338 + - type: Physics + canCollide: False + - uid: 341 + components: + - type: Transform + parent: 338 + - type: Physics + canCollide: False + - uid: 43136 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,3.5 + pos: -196.51498,-100.939156 parent: 1 - - uid: 45104 + - uid: 43137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,6.5 + rot: 3.141592653589793 rad + pos: -165.59164,-96.25556 parent: 1 - - uid: 45105 + - uid: 43138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,7.5 + rot: 1.5707963267948966 rad + pos: 78.6327,110.66537 parent: 1 - - uid: 45106 + - uid: 43139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,8.5 + pos: -86.43306,-173.65839 parent: 1 - - uid: 45107 + - type: Paper + content: "Employee #0002049 Has been placed on leave pending investigation of last week's incident." + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 43140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,9.5 + pos: 212.93622,181.73814 parent: 1 - - uid: 45108 + - type: Paper + content: > + --- + + + ### DNA Scanning Initial Data + + **Identification Number:** 1234567890 + + + #### Analysis Results + + + 1. **DNA Sample Quality:** + - DNA Integrity: 92% + - DNA Purity: 85% + - DNA Quantity: 4.5 µg + + 2. **Radiation Levels:** + - Significant radiation level exceedance detected. + - Radiation level in the sample exceeds the norm by ####. + - Norm: 1 µSv/h + - Detected: 984 µSv/h + + 3. **Presence of Mutagens:** + - Presence of unknown mutagen impurities detected. + - Mutagen identification: unknown + - Potential hazard: high risk of genetic mutations. + + 4. **Mutational Changes:** + - Significant mutational changes detected in the genome. + - Key areas with mutations: + - TP53 gene: mutation p.R175H + - BRCA1 gene: mutation c.68_69delAG + - EGFR gene: mutation p.T790M + + 5. **Conclusion:** + - DNA analysis results indicate critical changes in genome + - Immediate consultation with a genetic specialist V3 is necessary for further investigation and action. + - Additional testing is recommended for other potential mutagens and radiation sources. + + --- + + + ### Geneticist's Signature + + + **Name: + + AVIAL-20201 + + **Position:** Area-0982 + + **Date:** ####### + + **Signature:** FRJ1292KL10-201 + + + --- + - uid: 43141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,10.5 + pos: 216.43452,185.26247 parent: 1 - - uid: 45117 + - type: Paper + content: >- + Attention: Williams + + Dear Williams, + + + It looks like you have forgotten your password once again. Please find your new password below. This time, be sure to keep it in a safe place! + + + New password: [bold]Qw4fE17uR28x[/bold] + + + Best wishes, + + Senior Researcher, Herr Scharz + - uid: 43142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,13.5 + rot: 1.5707963267948966 rad + pos: 78.28209,110.40445 parent: 1 - - uid: 45118 + - uid: 43143 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,14.5 + pos: 204.46883,-31.337597 parent: 1 - - uid: 45119 + - uid: 43144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,15.5 + pos: 85.54374,-101.205154 parent: 1 - - uid: 45120 + - type: Paper + content: fuck, i think the NCR is on to operation, spotted one of those fucking rangers from a distance, need to tell the boss + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: PaperBin20 + entities: + - uid: 43145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,16.5 + pos: -194.5,-98.5 parent: 1 - - uid: 45129 + - uid: 43146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -292.5,-32.5 + pos: -177.5,-94.5 parent: 1 - - uid: 45135 + - uid: 43147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,44.5 + pos: -169.5,-113.5 parent: 1 - - uid: 45139 + - uid: 43148 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,53.5 + pos: 129.5,15.5 parent: 1 - - uid: 45140 + - uid: 43149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,55.5 + pos: -138.5,55.5 parent: 1 - - uid: 45141 + - uid: 43150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,58.5 + pos: -133.5,55.5 parent: 1 - - uid: 45142 +- proto: PaperCargoInvoice + entities: + - uid: 43151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,57.5 + pos: 165.57286,54.70165 parent: 1 - - uid: 45143 + - type: Paper + stampState: paper_stamp-ok + stampedBy: + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + ================================================== + DISPOSAL REPORT + ================================================== + + Time from start of shift and date: + + #$ #$@ @#$$ + + Compiler of the document: + + Kharley Wills + + Compiler's position: + + Shift Supervisor + + + The Supply Department disposed of the objects. During the disposal, valuable items and things were discovered, valuable items were transferred to the appropriate departments for their use. + + List of things found: + + M##m## + + Ka#### + + Mach#ne b### ### + + ## ###### Ol### + + + + ================================================== + [italic]Place for stamps[/italic] +- proto: PaperCNCSheet + entities: + - uid: 343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,50.5 - parent: 1 - - uid: 45144 + parent: 342 + - type: Physics + canCollide: False + - uid: 344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,52.5 - parent: 1 - - uid: 45145 + parent: 342 + - type: Physics + canCollide: False +- proto: PaperOffice + entities: + - uid: 43152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,48.5 + pos: 218.45062,-29.461115 parent: 1 - - uid: 45149 + - type: Paper + content: It aint hooked up but look around there aint much to power. + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 43153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -281.5,-33.5 + rot: 3.141592653589793 rad + pos: 47.846542,159.62895 parent: 1 - - uid: 45167 + - uid: 43154 components: - type: Transform rot: 3.141592653589793 rad - pos: -293.5,-32.5 + pos: 47.909042,159.69145 parent: 1 - - uid: 47499 + - uid: 43155 components: - type: Transform - pos: -364.5,101.5 + pos: -156.00706,-122.35757 parent: 1 - - uid: 50094 + - type: Paper + content: >- + YOU CAN HAVE ANYTHING YOU WANT FROM THE LOCKED + + ROOM IF YOU JUST KILL THAT AWFUL BEAST + - uid: 43156 components: - type: Transform rot: 1.5707963267948966 rad - pos: 116.5,8.5 + pos: 52.592476,157.0785 parent: 1 - - uid: 63797 + - uid: 43157 components: - type: Transform - pos: -164.5,69.5 + rot: 1.5707963267948966 rad + pos: 52.53692,157.141 parent: 1 -- proto: RailingCorner - entities: - - uid: 23622 + - uid: 43158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-80.5 + pos: 27.04369,168.73277 parent: 1 - - uid: 23623 + - uid: 43159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,-173.5 + pos: 27.22715,168.7083 parent: 1 - - uid: 23624 +- proto: PaperScrap + entities: + - uid: 43160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -175.5,-169.5 + pos: 86.60815,102.43414 parent: 1 - - uid: 23625 + - uid: 43161 components: - type: Transform rot: 1.5707963267948966 rad - pos: -280.5,-77.5 + pos: -48.94466,-126.54234 parent: 1 - - uid: 23626 + - uid: 43162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-42.5 + rot: 3.141592653589793 rad + pos: -47.158466,-125.486244 parent: 1 - - uid: 23627 + - uid: 43163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-78.5 + pos: 175.21742,162.71153 parent: 1 - - uid: 23628 + - uid: 43164 + components: + - type: Transform + pos: 185.43405,30.974903 + parent: 1 + - uid: 43165 components: - type: Transform rot: -1.5707963267948966 rad - pos: -285.5,-76.5 + pos: 194.32274,30.479149 parent: 1 - - uid: 23629 + - uid: 43166 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-10.5 + pos: 190.69774,30.369774 parent: 1 - - uid: 23630 + - uid: 43167 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-10.5 + pos: 171.15442,53.744293 parent: 1 - - uid: 23631 + - uid: 43168 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-45.5 + rot: 1.5707963267948966 rad + pos: 170.73254,53.79117 parent: 1 - - uid: 23632 + - uid: 43169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-70.5 + rot: 1.5707963267948966 rad + pos: 170.42004,53.69742 parent: 1 - - uid: 23633 + - uid: 43170 components: - type: Transform - pos: -24.5,-70.5 + pos: 213.27997,181.66002 parent: 1 - - uid: 23634 + - uid: 43171 components: - type: Transform rot: 3.141592653589793 rad - pos: -289.5,-30.5 - parent: 1 - - uid: 23635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -279.5,-86.5 + pos: 214.15971,182.27145 parent: 1 - - uid: 23636 + - uid: 43172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -277.5,-81.5 + rot: 3.141592653589793 rad + pos: 213.61284,183.27145 parent: 1 - - uid: 23637 + - uid: 43173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -283.5,-82.5 + rot: 3.141592653589793 rad + pos: 213.52621,181.56833 parent: 1 - - uid: 23638 + - uid: 43174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -280.5,-85.5 + rot: 3.141592653589793 rad + pos: 213.33159,182.4277 parent: 1 - - uid: 23639 + - uid: 43175 components: - type: Transform rot: 1.5707963267948966 rad - pos: -278.5,-80.5 + pos: 85.60815,101.60602 parent: 1 - - uid: 23640 + - uid: 43176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,-37.5 + rot: 3.141592653589793 rad + pos: 85.3894,103.57477 parent: 1 - - uid: 23641 +- proto: Pen + entities: + - uid: 43177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,-26.5 + pos: -177.6833,-94.51944 parent: 1 - - uid: 23642 + - uid: 43178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -286.5,-24.5 + pos: 78.2187,110.87585 parent: 1 - - uid: 23643 + - uid: 43179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,-38.5 + pos: -78.53319,-109.00646 parent: 1 - - uid: 44793 + - uid: 43180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,74.5 + pos: 150.51302,168.09242 parent: 1 - - uid: 44836 + - uid: 43181 components: - type: Transform rot: 3.141592653589793 rad - pos: -286.5,86.5 + pos: 27.569607,168.84341 parent: 1 - - uid: 44894 + - uid: 43182 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,84.5 + pos: -133.17757,55.744995 parent: 1 - - uid: 44965 + - uid: 43183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,73.5 + pos: -137.91081,55.781685 parent: 1 - - uid: 44970 + - uid: 43184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,69.5 + pos: -159.26917,66.791275 parent: 1 - - uid: 44971 + - uid: 43185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,68.5 + pos: -189.82466,21.676945 parent: 1 - - uid: 44976 + - uid: 43186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,71.5 + pos: -172.32303,64.68645 parent: 1 - - uid: 44999 +- proto: PhoneInstrument + entities: + - uid: 43187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,80.5 + pos: 113.15151,4.861549 parent: 1 - - uid: 45000 +- proto: Pickaxe + entities: + - uid: 43188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,81.5 + pos: -168.42099,-125.40265 parent: 1 -- proto: RailingCornerSmall - entities: - - uid: 16237 + - uid: 43189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.5,69.5 + rot: 3.141592653589793 rad + pos: 15.732346,147.71916 parent: 1 - - uid: 23644 + - uid: 43190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -282.5,-82.5 + pos: 165.51482,-92.38564 parent: 1 - - uid: 23645 + - uid: 43191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,206.5 + pos: 194.38937,193.50491 parent: 1 - - uid: 23646 + - uid: 43192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,-170.5 + rot: 3.141592653589793 rad + pos: 15.444044,150.34142 parent: 1 - - uid: 23647 + - uid: 43193 components: - type: Transform rot: 1.5707963267948966 rad - pos: -175.5,-168.5 + pos: 15.529658,151.49109 parent: 1 - - uid: 23648 + - uid: 43194 components: - type: Transform - pos: -175.5,-174.5 + pos: 15.574313,149.8136 parent: 1 - - uid: 23649 + - uid: 43195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,-77.5 + pos: -19.319935,156.4517 parent: 1 - - uid: 23650 + - uid: 43196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -284.5,-76.5 + pos: 16.182407,147.78542 parent: 1 - - uid: 23651 +- proto: PillCanisterCopper + entities: + - uid: 43197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-85.5 + pos: -82.278145,-105.95949 parent: 1 - - uid: 23652 +- proto: PillCopper + entities: + - uid: 43198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -280.5,-84.5 + pos: -82.25884,-105.94386 parent: 1 - - uid: 23653 + - uid: 43199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -279.5,-80.5 + pos: -82.25884,-105.85011 parent: 1 - - uid: 23654 +- proto: PlastitaniumWindow + entities: + - uid: 43200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -283.5,-80.5 + rot: -1.5707963267948966 rad + pos: 304.5,100.5 parent: 1 - - uid: 23655 + - uid: 43201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -284.5,-79.5 + rot: -1.5707963267948966 rad + pos: 304.5,104.5 parent: 1 - - uid: 23656 + - uid: 43202 components: - type: Transform - pos: -284.5,-79.5 + rot: -1.5707963267948966 rad + pos: 304.5,101.5 parent: 1 - - uid: 23657 + - uid: 43203 components: - type: Transform rot: 3.141592653589793 rad - pos: -225.5,-86.5 + pos: 271.5,128.5 parent: 1 - - uid: 23658 + - uid: 43204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -226.5,-82.5 + pos: 265.5,129.5 parent: 1 - - uid: 23659 + - uid: 43205 components: - type: Transform - pos: -231.5,-82.5 + pos: 266.5,129.5 parent: 1 - - uid: 23660 + - uid: 43206 components: - type: Transform - pos: -203.5,-82.5 + pos: 273.5,129.5 parent: 1 - - uid: 23661 + - uid: 43207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -229.5,-86.5 + rot: 3.141592653589793 rad + pos: 272.5,129.5 parent: 1 - - uid: 23662 + - uid: 43208 components: - type: Transform - pos: -285.5,-24.5 + rot: 3.141592653589793 rad + pos: 270.5,128.5 parent: 1 - - uid: 23663 + - uid: 43209 components: - type: Transform - pos: -288.5,-30.5 + rot: 3.141592653589793 rad + pos: 269.5,128.5 parent: 1 - - uid: 23664 + - uid: 43210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -278.5,-81.5 + rot: 3.141592653589793 rad + pos: 268.5,128.5 parent: 1 - - uid: 23665 + - uid: 43211 components: - type: Transform - pos: -286.5,-26.5 + rot: 3.141592653589793 rad + pos: 272.5,128.5 parent: 1 - - uid: 23666 + - uid: 43212 components: - type: Transform - pos: -276.5,-82.5 + rot: 3.141592653589793 rad + pos: 267.5,128.5 parent: 1 - - uid: 23667 + - uid: 43213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -201.5,-86.5 + rot: 3.141592653589793 rad + pos: 266.5,128.5 parent: 1 - - uid: 23668 + - uid: 43214 components: - type: Transform rot: -1.5707963267948966 rad - pos: -214.5,-82.5 + pos: 304.5,103.5 parent: 1 - - uid: 23669 + - uid: 43215 components: - type: Transform rot: -1.5707963267948966 rad - pos: -277.5,-82.5 + pos: 318.5,104.5 parent: 1 - - uid: 23670 + - uid: 43216 components: - type: Transform rot: -1.5707963267948966 rad - pos: -271.5,-82.5 + pos: 318.5,103.5 parent: 1 - - uid: 23671 + - uid: 43217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -271.5,-86.5 + rot: -1.5707963267948966 rad + pos: 318.5,101.5 parent: 1 - - uid: 23672 + - uid: 43218 components: - type: Transform rot: -1.5707963267948966 rad - pos: -280.5,-78.5 + pos: 318.5,100.5 parent: 1 - - uid: 23673 +- proto: PlushieGhost + entities: + - uid: 43219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -288.5,-38.5 + pos: 21.132952,-219.53009 parent: 1 - - uid: 23674 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: PlushieMoth + entities: + - uid: 43220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,-170.5 + pos: -151.46538,-24.721407 parent: 1 - - uid: 23675 +- proto: PortableGeneratorJrPacman + entities: + - uid: 43221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,23.5 + pos: 218.5,-29.5 parent: 1 - - uid: 23676 + - uid: 43222 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,-45.5 + pos: -193.5,-164.5 parent: 1 - - uid: 23677 + - uid: 43223 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -276.5,-86.5 + pos: 212.5,179.5 parent: 1 - - uid: 23678 + - uid: 43224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -286.5,-42.5 + pos: 96.5,87.5 parent: 1 - - uid: 23679 +- proto: PosterBroken + entities: + - uid: 43225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -287.5,-40.5 + rot: -1.5707963267948966 rad + pos: -77.5,-108.5 parent: 1 - - uid: 23680 + - uid: 43226 components: - type: Transform - pos: -289.5,-31.5 + rot: 3.141592653589793 rad + pos: 167.5,18.5 parent: 1 - - uid: 23681 + - uid: 43227 components: - type: Transform rot: 1.5707963267948966 rad - pos: -289.5,-37.5 + pos: 191.5,43.5 parent: 1 - - uid: 23682 + - uid: 43228 components: - type: Transform - pos: -287.5,-28.5 + rot: 1.5707963267948966 rad + pos: 181.5,37.5 parent: 1 - - uid: 23683 + - uid: 43229 components: - type: Transform rot: 1.5707963267948966 rad - pos: -290.5,-36.5 + pos: 182.5,43.5 parent: 1 - - uid: 44720 + - uid: 43230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -286.5,69.5 + rot: -1.5707963267948966 rad + pos: 184.5,57.5 parent: 1 - - uid: 44878 + - uid: 43231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -289.5,74.5 + rot: -1.5707963267948966 rad + pos: 188.5,57.5 parent: 1 - - uid: 44885 + - uid: 43232 components: - type: Transform - pos: -285.5,86.5 + pos: -160.5,-26.5 parent: 1 - - uid: 44898 +- proto: PosterContrabandBorgFancyv2 + entities: + - uid: 43233 components: - type: Transform rot: 1.5707963267948966 rad - pos: -288.5,73.5 + pos: -81.5,-105.5 parent: 1 - - uid: 44909 +- proto: PosterContrabandHaveaPuff + entities: + - uid: 43234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -287.5,71.5 + pos: 182.5,32.5 parent: 1 - - uid: 44914 +- proto: PosterContrabandMissingGloves + entities: + - uid: 43235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,68.5 + pos: 176.5,38.5 parent: 1 - - uid: 44916 +- proto: PosterContrabandPwrGame + entities: + - uid: 43236 components: - type: Transform - pos: -287.5,83.5 + rot: -1.5707963267948966 rad + pos: -33.5,-113.5 parent: 1 - - uid: 44977 + - uid: 43237 components: - type: Transform - pos: -286.5,85.5 + rot: -1.5707963267948966 rad + pos: -194.5,-163.5 parent: 1 - - uid: 44988 +- proto: PosterContrabandSmoke + entities: + - uid: 43238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -290.5,75.5 + pos: 26.5,-63.5 parent: 1 - - uid: 44989 +- proto: PosterContrabandTools + entities: + - uid: 43239 components: - type: Transform - pos: -290.5,79.5 + pos: -33.5,-99.5 parent: 1 - - uid: 44990 + - uid: 43240 components: - type: Transform - pos: -289.5,80.5 + pos: 96.5,88.5 parent: 1 - - uid: 45004 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 43241 components: + - type: MetaData + desc: This notice has been in the bunker for quite some time, telling all brothers to stop taking potshots at the molerats running outside in the cave area. This notice seems to be ignored often. + name: Molerat Notice - type: Transform - pos: -288.5,81.5 + pos: -167.5,52.5 parent: 1 - - uid: 45012 +- proto: PosterLegit12Gauge + entities: + - uid: 43242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,81.5 + pos: -76.5,-99.5 parent: 1 - - uid: 45025 + - uid: 43243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,90.5 + rot: -1.5707963267948966 rad + pos: -192.5,-187.5 parent: 1 - - uid: 45026 +- proto: PosterLegit50thAnniversaryVintageReprint + entities: + - uid: 43244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,90.5 + rot: 3.141592653589793 rad + pos: -289.5,-86.5 parent: 1 - - uid: 45030 + - uid: 43245 components: - type: Transform - pos: -285.5,5.5 + pos: -87.5,-104.5 parent: 1 - - uid: 45034 +- proto: PosterLegitBuild + entities: + - uid: 43246 components: - type: Transform - pos: -285.5,1.5 + pos: 172.5,28.5 parent: 1 - - uid: 45083 + - uid: 43247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,59.5 + rot: -1.5707963267948966 rad + pos: 192.5,32.5 parent: 1 - - uid: 45089 +- proto: PosterLegitTheOwl + entities: + - uid: 43248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,-11.5 + pos: 113.5,-7.5 parent: 1 - - uid: 45090 +- proto: PottedPlant17 + entities: + - uid: 43249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,-14.5 + pos: -184.5,64.5 parent: 1 - - uid: 45091 +- proto: PowerCageHighEmpty + entities: + - uid: 43250 components: - type: Transform - pos: -285.5,-9.5 + rot: 3.141592653589793 rad + pos: -34.416233,-114.86693 parent: 1 - - uid: 45102 +- proto: PowerCellHigh + entities: + - uid: 43251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,-0.5 + pos: 19.620972,147.53296 parent: 1 - - uid: 45109 + - uid: 43252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,4.5 + pos: -163.64331,-115.19994 parent: 1 - - uid: 45110 + - uid: 43253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,7.5 + pos: -156.31673,-106.08338 parent: 1 - - uid: 45111 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: PowerCellHighPrinted + entities: + - uid: 43254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,2.5 + pos: 104.71654,-107.44731 parent: 1 - - uid: 45114 +- proto: PowerCellMedium + entities: + - uid: 43255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,-6.5 + pos: -156.34798,-106.11463 parent: 1 - - uid: 45115 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 43256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,-5.5 + pos: -156.34798,-106.11463 parent: 1 - - uid: 45116 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 43257 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,2.5 + pos: -163.28394,-115.35619 parent: 1 - - uid: 45130 + - uid: 43258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -294.5,-32.5 + pos: 104.29466,-107.44731 parent: 1 - - uid: 45131 +- proto: PowerCellRecharger + entities: + - uid: 43259 components: - type: Transform - pos: -291.5,-32.5 + pos: -192.5,-164.5 parent: 1 - - uid: 45132 + - uid: 43260 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,34.5 + pos: -163.5,-114.5 parent: 1 - - uid: 45133 + - uid: 43261 components: - type: Transform rot: 3.141592653589793 rad - pos: -281.5,37.5 + pos: -156.5,-107.5 parent: 1 - - uid: 45134 + - uid: 43262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,37.5 + pos: -153.5,65.5 parent: 1 - - uid: 45136 +- proto: PowerCellSmall + entities: + - uid: 43263 components: - type: Transform - pos: -285.5,40.5 + pos: -163.28394,-115.65307 parent: 1 - - uid: 45137 + - uid: 43264 components: - type: Transform - rot: 3.141592653589793 rad - pos: -281.5,39.5 + pos: -163.69019,-115.44994 parent: 1 - - uid: 45138 +- proto: Poweredlight + entities: + - uid: 43265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,46.5 + rot: -1.5707963267948966 rad + pos: -153.5,-18.5 parent: 1 - - uid: 45146 + - uid: 43266 components: - type: Transform - pos: -285.5,59.5 + rot: 3.141592653589793 rad + pos: -158.5,-24.5 parent: 1 - - uid: 45147 + - uid: 43267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,63.5 + rot: -1.5707963267948966 rad + pos: -167.5,-22.5 parent: 1 - - uid: 45148 + - uid: 43268 components: - type: Transform - pos: -285.5,56.5 + rot: 3.141592653589793 rad + pos: -152.5,-24.5 parent: 1 - - uid: 45150 + - uid: 43269 components: - type: Transform - pos: -285.5,46.5 + rot: -1.5707963267948966 rad + pos: -162.5,-22.5 parent: 1 - - uid: 45151 + - uid: 43270 components: - type: Transform rot: 1.5707963267948966 rad - pos: -285.5,38.5 + pos: -38.5,-116.5 parent: 1 - - uid: 45152 + - uid: 43271 components: - type: Transform - pos: -285.5,33.5 + rot: 3.141592653589793 rad + pos: -158.5,-25.5 parent: 1 - - uid: 45153 + - uid: 43272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -281.5,31.5 + rot: 1.5707963267948966 rad + pos: 174.5,98.5 parent: 1 - - uid: 45155 + - uid: 43273 components: - type: Transform rot: 1.5707963267948966 rad - pos: -285.5,40.5 + pos: 82.5,-39.5 parent: 1 - - uid: 45161 + - uid: 43274 components: - type: Transform rot: 3.141592653589793 rad - pos: -281.5,-32.5 + pos: -159.5,-20.5 parent: 1 - - uid: 45165 + - uid: 43275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -285.5,54.5 + pos: -157.5,-17.5 parent: 1 - - uid: 45166 + - uid: 43276 components: - type: Transform rot: -1.5707963267948966 rad - pos: -281.5,-29.5 - parent: 1 - - uid: 45170 - components: - - type: Transform - pos: -285.5,54.5 + pos: -167.5,-15.5 parent: 1 - - uid: 45177 + - uid: 43277 components: - type: Transform rot: -1.5707963267948966 rad - pos: -281.5,-17.5 + pos: -167.5,-26.5 parent: 1 - - uid: 62604 +- proto: PoweredlightCyan + entities: + - uid: 43278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,69.5 + rot: -1.5707963267948966 rad + pos: -34.5,-114.5 parent: 1 -- proto: RailingRound +- proto: PoweredlightEmpty entities: - - uid: 23684 + - uid: 43279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,50.5 + rot: -1.5707963267948966 rad + pos: 95.5,-46.5 parent: 1 -- proto: RailingYellow - entities: - - uid: 6285 + - uid: 43280 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,-163.5 + pos: 95.5,-39.5 parent: 1 - - uid: 23685 + - uid: 43281 components: - type: Transform - pos: 76.5,-6.5 + rot: 1.5707963267948966 rad + pos: 78.5,-41.5 parent: 1 - - uid: 23686 + - uid: 43282 components: - type: Transform - pos: 69.5,-6.5 + rot: -1.5707963267948966 rad + pos: 90.5,-38.5 parent: 1 - - uid: 23687 + - uid: 43283 components: - type: Transform - pos: 77.5,-6.5 + rot: -1.5707963267948966 rad + pos: 95.5,-31.5 parent: 1 - - uid: 23688 + - uid: 43284 components: - type: Transform - pos: 68.5,-6.5 + rot: 3.141592653589793 rad + pos: 24.5,1.5 parent: 1 - - uid: 23689 + - uid: 43285 components: - type: Transform - pos: 75.5,-6.5 + rot: 3.141592653589793 rad + pos: 183.5,28.5 parent: 1 - - uid: 23690 + - uid: 43286 components: - type: Transform - pos: 67.5,-6.5 + pos: 183.5,31.5 parent: 1 - - uid: 23691 + - uid: 43287 components: - type: Transform - pos: 84.5,-42.5 + pos: 88.5,-31.5 parent: 1 - - uid: 23692 + - uid: 43288 components: - type: Transform - pos: 85.5,-42.5 + pos: 99.5,-41.5 parent: 1 - - uid: 23693 + - uid: 43289 components: - type: Transform - pos: 30.5,-0.5 + rot: 3.141592653589793 rad + pos: 99.5,-37.5 parent: 1 - - uid: 23694 + - uid: 43290 components: - type: Transform - pos: 31.5,-0.5 + rot: 1.5707963267948966 rad + pos: 78.5,-37.5 parent: 1 - - uid: 23695 + - uid: 43291 components: - type: Transform - pos: -30.5,63.5 + rot: 3.141592653589793 rad + pos: 89.5,-47.5 parent: 1 - - uid: 23696 + - uid: 43292 components: - type: Transform - pos: -29.5,63.5 + pos: 24.5,4.5 parent: 1 - - uid: 23697 + - uid: 43293 components: - type: Transform - pos: -36.5,63.5 + pos: 29.5,4.5 parent: 1 - - uid: 23698 + - uid: 43294 components: - type: Transform - pos: -37.5,63.5 + rot: -1.5707963267948966 rad + pos: 33.5,4.5 parent: 1 - - uid: 23699 + - uid: 43295 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,16.5 + pos: 39.5,3.5 parent: 1 - - uid: 23700 + - uid: 43296 components: - type: Transform - pos: -65.5,15.5 + rot: -1.5707963267948966 rad + pos: 50.5,5.5 parent: 1 - - uid: 23701 + - uid: 43297 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,18.5 - parent: 1 - - uid: 23702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,16.5 + pos: 47.5,9.5 parent: 1 - - uid: 23703 + - uid: 43298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,17.5 + pos: 40.5,9.5 parent: 1 - - uid: 23704 + - uid: 43299 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,17.5 + pos: 180.5,16.5 parent: 1 - - uid: 23705 + - uid: 43300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,18.5 + pos: 177.5,55.5 parent: 1 - - uid: 23706 + - uid: 43301 components: - type: Transform - pos: -66.5,15.5 + rot: 1.5707963267948966 rad + pos: 189.5,16.5 parent: 1 - - uid: 25226 + - uid: 43302 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,-164.5 + pos: 176.5,26.5 parent: 1 - - uid: 25252 + - uid: 43303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-165.5 + rot: 1.5707963267948966 rad + pos: 172.5,22.5 parent: 1 - - uid: 25259 + - uid: 43304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,-169.5 + pos: 187.5,55.5 parent: 1 - - uid: 25314 + - uid: 43305 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-169.5 + rot: -1.5707963267948966 rad + pos: 185.5,26.5 parent: 1 - - uid: 25391 + - uid: 43306 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,-169.5 + rot: 1.5707963267948966 rad + pos: 180.5,30.5 parent: 1 - - uid: 25458 + - uid: 43307 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-169.5 + pos: 177.5,44.5 parent: 1 - - uid: 63386 + - uid: 43308 components: - type: Transform rot: 1.5707963267948966 rad - pos: 156.5,-182.5 + pos: 175.5,48.5 parent: 1 - - uid: 63387 + - uid: 43309 components: - type: Transform rot: 1.5707963267948966 rad - pos: 156.5,-178.5 + pos: 169.5,55.5 parent: 1 - - uid: 63392 + - uid: 43310 components: - type: Transform rot: 1.5707963267948966 rad - pos: 156.5,-181.5 + pos: 169.5,50.5 parent: 1 - - uid: 63409 + - uid: 43311 components: - type: Transform rot: 1.5707963267948966 rad - pos: 156.5,-180.5 + pos: 184.5,51.5 parent: 1 - - uid: 63410 + - uid: 43312 components: - type: Transform rot: 1.5707963267948966 rad - pos: 156.5,-179.5 + pos: 163.5,52.5 parent: 1 - - uid: 63420 +- proto: PoweredLightPostSmall + entities: + - uid: 43313 components: - type: Transform rot: -1.5707963267948966 rad - pos: 163.5,-173.5 + pos: 173.5,37.5 parent: 1 - - uid: 63421 +- proto: PoweredlightRed + entities: + - uid: 43314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,-174.5 + rot: 1.5707963267948966 rad + pos: -41.5,59.5 parent: 1 - - uid: 63422 + - uid: 43315 components: - type: Transform rot: -1.5707963267948966 rad - pos: 163.5,-170.5 + pos: -39.5,59.5 parent: 1 - - uid: 63423 +- proto: PoweredSmallLight + entities: + - uid: 43316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,-169.5 + pos: -49.5,-125.5 parent: 1 - - uid: 63424 + - uid: 43317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,-166.5 + pos: -55.5,-125.5 parent: 1 - - uid: 63425 + - uid: 43318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,-165.5 + pos: -41.5,-128.5 parent: 1 - - uid: 63426 + - uid: 43319 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,-162.5 + rot: 3.141592653589793 rad + pos: -53.5,-126.5 parent: 1 - - uid: 63427 + - uid: 43320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 163.5,-161.5 + rot: 3.141592653589793 rad + pos: -45.5,-110.5 parent: 1 - - uid: 63430 + - uid: 43321 components: - type: Transform rot: 3.141592653589793 rad - pos: 156.5,-160.5 + pos: -41.5,-131.5 parent: 1 - - uid: 63431 + - uid: 43322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 157.5,-160.5 + pos: -43.5,-125.5 parent: 1 - - uid: 63432 + - uid: 43323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,-160.5 + pos: -54.5,-130.5 parent: 1 - - uid: 63433 + - uid: 43324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 159.5,-160.5 + rot: -1.5707963267948966 rad + pos: -46.5,-126.5 parent: 1 -- proto: RailingYellowCorner - entities: - - uid: 23707 + - uid: 43325 components: - type: Transform - pos: -64.5,15.5 + rot: -1.5707963267948966 rad + pos: -53.5,-111.5 parent: 1 - - uid: 23708 + - uid: 43326 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,18.5 + pos: -46.5,-100.5 parent: 1 - - uid: 23709 + - uid: 43327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,15.5 + pos: -46.5,-106.5 parent: 1 - - uid: 23710 + - uid: 43328 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,18.5 + pos: -46.5,-102.5 parent: 1 - - uid: 25319 + - uid: 43329 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,-169.5 + pos: -50.5,-100.5 parent: 1 -- proto: RailingYellowEnd - entities: - - uid: 12504 + - uid: 43330 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,-160.5 + pos: -54.5,-106.5 parent: 1 - - uid: 12572 + - uid: 43331 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,-164.5 + rot: 1.5707963267948966 rad + pos: -49.5,-115.5 parent: 1 - - uid: 12592 + - uid: 43332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,-108.5 + parent: 1 + - uid: 43333 + components: + - type: Transform + pos: -77.5,-107.5 + parent: 1 + - uid: 43334 components: - type: Transform - pos: 156.5,-183.5 + rot: 1.5707963267948966 rad + pos: -54.5,-101.5 parent: 1 - - uid: 23711 + - uid: 43335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-42.5 + pos: -72.5,-108.5 parent: 1 - - uid: 23712 + - uid: 43336 components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,-6.5 + pos: -73.5,-106.5 parent: 1 - - uid: 23713 + - uid: 43337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-6.5 + rot: 3.141592653589793 rad + pos: -49.5,-131.5 parent: 1 - - uid: 23714 + - uid: 43338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-6.5 + rot: 3.141592653589793 rad + pos: -192.5,-194.5 parent: 1 - - uid: 23715 + - uid: 43339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-6.5 + pos: -191.5,-189.5 parent: 1 - - uid: 23716 + - uid: 43340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-42.5 + pos: -193.5,-185.5 parent: 1 - - uid: 23717 + - uid: 43341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-42.5 + rot: -1.5707963267948966 rad + pos: -188.5,-190.5 parent: 1 - - uid: 23718 + - uid: 43342 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-0.5 + pos: -189.5,-185.5 parent: 1 - - uid: 25258 +- proto: PoweredSmallLightEmpty + entities: + - uid: 43343 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,-169.5 + pos: -75.5,-103.5 parent: 1 - - uid: 25262 + - uid: 43344 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-168.5 + rot: -1.5707963267948966 rad + pos: -79.5,-103.5 parent: 1 - - uid: 25361 + - uid: 43345 components: - type: Transform - pos: -81.5,-166.5 + rot: -1.5707963267948966 rad + pos: -85.5,-107.5 parent: 1 - - uid: 45537 + - uid: 43346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -409.5,53.5 + rot: 1.5707963267948966 rad + pos: -81.5,-101.5 parent: 1 - - uid: 46123 + - uid: 43347 components: - type: Transform rot: -1.5707963267948966 rad - pos: -409.5,64.5 + pos: -73.5,-103.5 parent: 1 - - uid: 48121 + - uid: 43348 components: - type: Transform - pos: 163.5,-163.5 + rot: -1.5707963267948966 rad + pos: -75.5,-108.5 parent: 1 - - uid: 63010 + - uid: 43349 components: - type: Transform - rot: 3.141592653589793 rad - pos: 156.5,-177.5 + rot: -1.5707963267948966 rad + pos: -72.5,-103.5 parent: 1 - - uid: 63389 + - uid: 43350 components: - type: Transform - pos: 163.5,-167.5 + pos: -76.5,-100.5 parent: 1 - - uid: 63397 + - uid: 43351 components: - type: Transform - pos: 163.5,-171.5 + pos: 163.5,16.5 parent: 1 - - uid: 63403 + - uid: 43352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,-168.5 + rot: 1.5707963267948966 rad + pos: -81.5,-107.5 parent: 1 - - uid: 63418 +- proto: PrefilledSyringe + entities: + - uid: 43353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 163.5,-172.5 + rot: 1.5707963267948966 rad + pos: 216.51576,186.00586 parent: 1 - - uid: 63419 +- proto: Puddle + entities: + - uid: 43354 components: - type: Transform - pos: 163.5,-175.5 + pos: -48.5,-109.5 parent: 1 - - uid: 63428 + - uid: 43355 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 160.5,-160.5 + pos: -46.5,-108.5 parent: 1 - - uid: 63429 + - uid: 43356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 155.5,-160.5 + pos: -48.5,-107.5 parent: 1 -- proto: RandomArcade +- proto: Rack entities: - - uid: 46939 + - uid: 43357 components: - type: Transform - pos: -372.5,89.5 + pos: -167.5,-95.5 parent: 1 -- proto: RandomBasaltRockSpawner - entities: - - uid: 11568 + - uid: 43358 components: - type: Transform - pos: -214.5,19.5 + pos: -172.5,-95.5 parent: 1 - - uid: 11573 + - uid: 43359 components: - type: Transform - pos: -214.5,16.5 + pos: -172.5,-96.5 parent: 1 - - uid: 16301 + - uid: 43360 components: - type: Transform - pos: -214.5,18.5 + pos: -167.5,-95.5 parent: 1 - - uid: 24871 + - uid: 43361 components: - type: Transform - pos: -214.5,21.5 + pos: -167.5,-94.5 parent: 1 - - uid: 62915 + - uid: 43362 components: - type: Transform - pos: -214.5,20.5 + pos: -168.5,-125.5 parent: 1 - - uid: 63642 + - uid: 43363 components: - type: Transform - pos: -214.5,17.5 + rot: 3.141592653589793 rad + pos: -161.5,-114.5 parent: 1 - - uid: 63675 + - uid: 43364 components: - type: Transform - pos: -214.5,22.5 + pos: 217.5,-29.5 parent: 1 - - uid: 63676 + - uid: 43365 components: - type: Transform - pos: -214.5,23.5 + rot: 3.141592653589793 rad + pos: -157.5,-114.5 parent: 1 - - uid: 63677 + - uid: 43366 components: - type: Transform - pos: -213.5,16.5 + rot: 3.141592653589793 rad + pos: -159.5,-109.5 parent: 1 - - uid: 63678 + - uid: 43367 components: - type: Transform - pos: -213.5,17.5 + rot: 3.141592653589793 rad + pos: -160.5,-109.5 parent: 1 - - uid: 63679 + - uid: 43368 components: - type: Transform - pos: -213.5,18.5 + rot: 3.141592653589793 rad + pos: -159.5,-112.5 parent: 1 - - uid: 63680 + - uid: 43369 components: - type: Transform - pos: -213.5,19.5 + rot: 3.141592653589793 rad + pos: -161.5,-109.5 parent: 1 - - uid: 63681 + - uid: 43370 components: - type: Transform - pos: -213.5,20.5 + pos: -166.5,-110.5 parent: 1 - - uid: 63682 + - uid: 43371 components: - type: Transform - pos: -213.5,21.5 + rot: -1.5707963267948966 rad + pos: 218.5,-25.5 parent: 1 - - uid: 63683 + - uid: 43372 components: - type: Transform - pos: -213.5,22.5 + rot: 3.141592653589793 rad + pos: -158.5,-109.5 parent: 1 - - uid: 63684 + - uid: 43373 components: - type: Transform - pos: -213.5,23.5 + rot: 3.141592653589793 rad + pos: -156.5,-112.5 parent: 1 - - uid: 63685 + - uid: 43374 components: - type: Transform - pos: -212.5,16.5 + rot: 3.141592653589793 rad + pos: -156.5,-111.5 parent: 1 - - uid: 63686 + - uid: 43375 components: - type: Transform - pos: -212.5,17.5 + pos: -167.5,-118.5 parent: 1 - - uid: 63687 + - uid: 43376 components: - type: Transform - pos: -212.5,18.5 + pos: -169.5,-110.5 parent: 1 - - uid: 63688 + - uid: 43377 components: - type: Transform - pos: -212.5,19.5 + rot: -1.5707963267948966 rad + pos: -170.5,-108.5 parent: 1 - - uid: 63689 + - uid: 43378 components: - type: Transform - pos: -212.5,20.5 + rot: 3.141592653589793 rad + pos: -171.5,-117.5 parent: 1 - - uid: 63690 + - uid: 43379 components: - type: Transform - pos: -212.5,21.5 + rot: 3.141592653589793 rad + pos: -171.5,-116.5 parent: 1 - - uid: 63691 + - uid: 43380 components: - type: Transform - pos: -212.5,22.5 + pos: -154.5,-127.5 parent: 1 - - uid: 63692 + - uid: 43381 components: - type: Transform - pos: -212.5,23.5 + pos: 115.5,28.5 parent: 1 - - uid: 63693 + - uid: 43382 components: - type: Transform - pos: -211.5,16.5 + pos: 58.5,152.5 parent: 1 - - uid: 63694 + - uid: 43383 components: - type: Transform - pos: -211.5,17.5 + rot: -1.5707963267948966 rad + pos: -201.5,-89.5 parent: 1 - - uid: 63695 + - uid: 43384 components: - type: Transform - pos: -211.5,18.5 + rot: 1.5707963267948966 rad + pos: -207.5,-79.5 parent: 1 - - uid: 63696 + - uid: 43385 components: - type: Transform - pos: -211.5,19.5 + pos: -171.5,-110.5 parent: 1 - - uid: 63697 + - uid: 43386 components: - type: Transform - pos: -211.5,20.5 + pos: -157.5,-109.5 parent: 1 - - uid: 63698 + - uid: 43387 components: - type: Transform - pos: -211.5,21.5 + pos: -163.5,-115.5 parent: 1 - - uid: 63699 + - uid: 43388 components: - type: Transform - pos: -211.5,22.5 + pos: -163.5,-114.5 parent: 1 - - uid: 63700 + - uid: 43389 components: - type: Transform - pos: -211.5,23.5 + rot: 3.141592653589793 rad + pos: -156.5,-114.5 parent: 1 - - uid: 63701 + - uid: 43390 components: - type: Transform - pos: -210.5,16.5 + rot: 3.141592653589793 rad + pos: -160.5,-114.5 parent: 1 - - uid: 63702 + - uid: 43391 components: - type: Transform - pos: -210.5,17.5 + pos: -170.5,-110.5 parent: 1 - - uid: 63703 + - uid: 43392 components: - type: Transform - pos: -210.5,18.5 + pos: -168.5,-110.5 parent: 1 - - uid: 63704 + - uid: 43393 components: - type: Transform - pos: -210.5,19.5 + rot: 3.141592653589793 rad + pos: -159.5,-111.5 parent: 1 - - uid: 63705 + - uid: 43394 components: - type: Transform - pos: -210.5,20.5 + rot: 3.141592653589793 rad + pos: -156.5,-109.5 parent: 1 - - uid: 63706 + - uid: 43395 components: - type: Transform - pos: -210.5,21.5 + pos: -159.5,-107.5 parent: 1 - - uid: 63707 + - uid: 43396 components: - type: Transform - pos: -210.5,22.5 + pos: 193.5,-110.5 parent: 1 - - uid: 63708 + - uid: 43397 components: - type: Transform - pos: -210.5,23.5 + pos: 194.5,-110.5 parent: 1 - - uid: 63709 +- proto: RadioHandheld + entities: + - uid: 9551 components: - type: Transform - pos: -209.5,16.5 - parent: 1 - - uid: 63710 + parent: 9546 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9875 components: - type: Transform - pos: -209.5,17.5 - parent: 1 - - uid: 63711 + parent: 9874 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9876 components: - type: Transform - pos: -209.5,18.5 - parent: 1 - - uid: 63712 + parent: 9874 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9877 components: - type: Transform - pos: -209.5,19.5 - parent: 1 - - uid: 63713 + parent: 9874 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9878 components: - type: Transform - pos: -209.5,20.5 - parent: 1 - - uid: 63714 + parent: 9874 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 43398 components: - type: Transform - pos: -209.5,21.5 + pos: -195.66934,-126.58621 parent: 1 - - uid: 63715 + - uid: 43399 components: - type: Transform - pos: -209.5,22.5 + pos: -195.29434,-126.75809 parent: 1 - - uid: 63716 +- proto: RagItem + entities: + - uid: 43400 components: - type: Transform - pos: -209.5,23.5 + pos: 101.547775,-37.89431 parent: 1 - - uid: 63717 + - uid: 43401 components: - type: Transform - pos: -208.5,16.5 + pos: -191.68701,41.713226 parent: 1 - - uid: 63718 +- proto: Railing + entities: + - uid: 43402 components: - type: Transform - pos: -208.5,17.5 + rot: -1.5707963267948966 rad + pos: -32.5,-187.5 parent: 1 - - uid: 63719 + - uid: 43403 components: - type: Transform - pos: -208.5,18.5 + rot: 1.5707963267948966 rad + pos: -28.5,-187.5 parent: 1 - - uid: 63720 + - uid: 43404 components: - type: Transform - pos: -208.5,19.5 + rot: -1.5707963267948966 rad + pos: -32.5,-185.5 parent: 1 - - uid: 63721 + - uid: 43405 components: - type: Transform - pos: -208.5,20.5 + pos: -31.5,-188.5 parent: 1 - - uid: 63722 + - uid: 43406 components: - type: Transform - pos: -208.5,21.5 + rot: 3.141592653589793 rad + pos: -31.5,-184.5 parent: 1 - - uid: 63723 + - uid: 43407 components: - type: Transform - pos: -208.5,22.5 + pos: -29.5,-188.5 parent: 1 - - uid: 63724 + - uid: 43408 components: - type: Transform - pos: -208.5,23.5 + rot: 3.141592653589793 rad + pos: -29.5,-184.5 parent: 1 - - uid: 63725 + - uid: 43409 components: - type: Transform - pos: -207.5,16.5 + rot: 1.5707963267948966 rad + pos: -28.5,-185.5 parent: 1 - - uid: 63726 + - uid: 43410 components: - type: Transform - pos: -207.5,17.5 + pos: -165.5,69.5 parent: 1 - - uid: 63727 + - uid: 43411 components: - type: Transform - pos: -207.5,18.5 + rot: 3.141592653589793 rad + pos: -256.5,-82.5 parent: 1 - - uid: 63728 + - uid: 43412 components: - type: Transform - pos: -207.5,19.5 + rot: 3.141592653589793 rad + pos: -220.5,-82.5 parent: 1 - - uid: 63729 + - uid: 43413 components: - type: Transform - pos: -207.5,20.5 + rot: 3.141592653589793 rad + pos: -243.5,-82.5 parent: 1 - - uid: 63730 + - uid: 43414 components: - type: Transform - pos: -207.5,21.5 + rot: 3.141592653589793 rad + pos: -219.5,-82.5 parent: 1 - - uid: 63731 + - uid: 43415 components: - type: Transform - pos: -207.5,22.5 + rot: -1.5707963267948966 rad + pos: -285.5,-62.5 parent: 1 - - uid: 63732 + - uid: 43416 components: - type: Transform - pos: -207.5,23.5 + rot: -1.5707963267948966 rad + pos: 93.5,114.5 parent: 1 - - uid: 63733 + - uid: 43417 components: - type: Transform - pos: -206.5,16.5 + pos: -184.5,-170.5 parent: 1 - - uid: 63734 + - uid: 43418 components: - type: Transform - pos: -206.5,17.5 + pos: -186.5,-170.5 parent: 1 - - uid: 63735 + - uid: 43419 components: - type: Transform - pos: -206.5,18.5 + rot: 3.141592653589793 rad + pos: -176.5,-174.5 parent: 1 - - uid: 63736 + - uid: 43420 components: - type: Transform - pos: -206.5,19.5 + rot: 3.141592653589793 rad + pos: -177.5,-174.5 parent: 1 - - uid: 63737 + - uid: 43421 components: - type: Transform - pos: -206.5,20.5 + pos: -176.5,-168.5 parent: 1 - - uid: 63738 + - uid: 43422 components: - type: Transform - pos: -206.5,21.5 + pos: -177.5,-168.5 parent: 1 - - uid: 63739 + - uid: 43423 components: - type: Transform - pos: -206.5,22.5 + rot: 1.5707963267948966 rad + pos: -281.5,-75.5 parent: 1 - - uid: 63740 + - uid: 43424 components: - type: Transform - pos: -206.5,23.5 + rot: 1.5707963267948966 rad + pos: -281.5,-42.5 parent: 1 - - uid: 63741 + - uid: 43425 components: - type: Transform - pos: -205.5,16.5 + rot: 3.141592653589793 rad + pos: -257.5,-82.5 parent: 1 - - uid: 63742 + - uid: 43426 components: - type: Transform - pos: -205.5,17.5 + rot: -1.5707963267948966 rad + pos: -285.5,-74.5 parent: 1 - - uid: 63743 + - uid: 43427 components: - type: Transform - pos: -205.5,18.5 + rot: 1.5707963267948966 rad + pos: -281.5,-70.5 parent: 1 - - uid: 63744 + - uid: 43428 components: - type: Transform - pos: -205.5,19.5 + rot: -1.5707963267948966 rad + pos: -285.5,-60.5 parent: 1 - - uid: 63745 + - uid: 43429 components: - type: Transform - pos: -205.5,20.5 + rot: 3.141592653589793 rad + pos: -244.5,-82.5 parent: 1 - - uid: 63746 + - uid: 43430 components: - type: Transform - pos: -205.5,21.5 + rot: 3.141592653589793 rad + pos: -209.5,-82.5 parent: 1 - - uid: 63747 + - uid: 43431 components: - type: Transform - pos: -205.5,22.5 + rot: -1.5707963267948966 rad + pos: -285.5,-58.5 parent: 1 - - uid: 63748 + - uid: 43432 components: - type: Transform - pos: -205.5,23.5 + rot: 3.141592653589793 rad + pos: -259.5,-82.5 parent: 1 -- proto: RandomBoard - entities: - - uid: 47097 + - uid: 43433 components: - type: Transform - pos: -373.5,89.5 + rot: 1.5707963267948966 rad + pos: -281.5,-43.5 parent: 1 - - uid: 47098 + - uid: 43434 components: - type: Transform - pos: -373.5,89.5 + rot: 1.5707963267948966 rad + pos: -281.5,-51.5 parent: 1 - - uid: 47099 + - uid: 43435 components: - type: Transform - pos: -373.5,89.5 + rot: 3.141592653589793 rad + pos: -260.5,-82.5 parent: 1 -- proto: RandomDrinkBottle - entities: - - uid: 23722 + - uid: 43436 components: - type: Transform - pos: 213.5,181.5 + rot: 3.141592653589793 rad + pos: -262.5,-82.5 parent: 1 - - uid: 47076 + - uid: 43437 components: - type: Transform - pos: -374.5,87.5 + rot: -1.5707963267948966 rad + pos: -284.5,-77.5 parent: 1 - - uid: 47079 + - uid: 43438 components: - type: Transform - pos: -374.5,87.5 + rot: 1.5707963267948966 rad + pos: -281.5,-71.5 parent: 1 - - uid: 47081 + - uid: 43439 components: - type: Transform - pos: -374.5,88.5 + rot: 3.141592653589793 rad + pos: -254.5,-82.5 parent: 1 -- proto: RandomFoodSingle - entities: - - uid: 56278 + - uid: 43440 components: - type: Transform - pos: 136.5,-10.5 + rot: -1.5707963267948966 rad + pos: -285.5,-59.5 parent: 1 -- proto: RandomGreyStalagmite - entities: - - uid: 23724 + - uid: 43441 components: - type: Transform - pos: 213.5,170.5 + rot: 3.141592653589793 rad + pos: -258.5,-82.5 parent: 1 - - uid: 23725 + - uid: 43442 components: - type: Transform - pos: 212.5,176.5 + rot: 1.5707963267948966 rad + pos: -281.5,-73.5 parent: 1 - - uid: 23726 + - uid: 43443 components: - type: Transform - pos: 214.5,175.5 + rot: 1.5707963267948966 rad + pos: -281.5,-52.5 parent: 1 - - uid: 23727 + - uid: 43444 components: - type: Transform - pos: 212.5,172.5 + rot: -1.5707963267948966 rad + pos: -283.5,-81.5 parent: 1 - - uid: 23728 + - uid: 43445 components: - type: Transform - pos: 202.5,174.5 + rot: -1.5707963267948966 rad + pos: -284.5,-78.5 parent: 1 - - uid: 23729 + - uid: 43446 components: - type: Transform - pos: 205.5,178.5 + rot: 1.5707963267948966 rad + pos: -281.5,-59.5 parent: 1 - - uid: 23730 + - uid: 43447 components: - type: Transform - pos: 202.5,181.5 + rot: 3.141592653589793 rad + pos: -255.5,-82.5 parent: 1 - - uid: 23731 + - uid: 43448 components: - type: Transform - pos: 202.5,180.5 + rot: 3.141592653589793 rad + pos: -236.5,-82.5 parent: 1 - - uid: 23732 + - uid: 43449 components: - type: Transform - pos: 203.5,184.5 + rot: 3.141592653589793 rad + pos: -208.5,-82.5 parent: 1 - - uid: 23733 + - uid: 43450 components: - type: Transform - pos: 204.5,184.5 + rot: 3.141592653589793 rad + pos: -253.5,-82.5 parent: 1 - - uid: 23734 + - uid: 43451 components: - type: Transform - pos: 204.5,185.5 + rot: 3.141592653589793 rad + pos: -251.5,-82.5 parent: 1 -- proto: RandomSnacks - entities: - - uid: 46672 + - uid: 43452 components: - type: Transform - pos: -374.5,87.5 + rot: 3.141592653589793 rad + pos: -250.5,-82.5 parent: 1 - - uid: 47071 + - uid: 43453 components: - type: Transform - pos: -374.5,87.5 + rot: 3.141592653589793 rad + pos: -238.5,-82.5 parent: 1 - - uid: 47077 + - uid: 43454 components: - type: Transform - pos: -374.5,88.5 + rot: 3.141592653589793 rad + pos: -235.5,-82.5 parent: 1 - - uid: 47082 + - uid: 43455 components: - type: Transform - pos: -374.5,88.5 + rot: 3.141592653589793 rad + pos: -224.5,-82.5 parent: 1 - - uid: 47083 + - uid: 43456 components: - type: Transform - pos: -374.5,87.5 + rot: 3.141592653589793 rad + pos: -206.5,-82.5 parent: 1 -- proto: RandomSpawner - entities: - - uid: 23742 + - uid: 43457 components: - type: Transform - pos: 187.5,58.5 + rot: 3.141592653589793 rad + pos: -205.5,-82.5 parent: 1 -- proto: ReagentContainerCornmeal - entities: - - uid: 49447 + - uid: 43458 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61142 + rot: 3.141592653589793 rad + pos: -204.5,-82.5 + parent: 1 + - uid: 43459 components: - type: Transform - pos: 32.771194,149.28108 + rot: 3.141592653589793 rad + pos: -252.5,-82.5 parent: 1 -- proto: ReagentContainerFlour - entities: - - uid: 19984 + - uid: 43460 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 22515 + rot: 3.141592653589793 rad + pos: -241.5,-82.5 + parent: 1 + - uid: 43461 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 61093 + rot: 3.141592653589793 rad + pos: -237.5,-82.5 + parent: 1 + - uid: 43462 components: - type: Transform - pos: 32.588615,149.8437 + rot: 3.141592653589793 rad + pos: -218.5,-82.5 parent: 1 -- proto: ReagentContainerRice - entities: - - uid: 56236 + - uid: 43463 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ReagentContainerSugar - entities: - - uid: 44109 + rot: 3.141592653589793 rad + pos: -221.5,-82.5 + parent: 1 + - uid: 43464 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56245 + rot: 3.141592653589793 rad + pos: -223.5,-82.5 + parent: 1 + - uid: 43465 components: - type: Transform - parent: 17492 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ReinforcedGirder - entities: - - uid: 23743 + rot: 3.141592653589793 rad + pos: -207.5,-82.5 + parent: 1 + - uid: 43466 components: - type: Transform - pos: 173.5,-65.5 + rot: 3.141592653589793 rad + pos: -234.5,-82.5 parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 17590 + - uid: 43467 components: - type: Transform - pos: 188.5,223.5 + rot: 1.5707963267948966 rad + pos: -281.5,-72.5 parent: 1 -- proto: ReinforcedWindow - entities: - - uid: 11371 + - uid: 43468 components: - type: Transform - pos: -167.5,49.5 + rot: 1.5707963267948966 rad + pos: -281.5,-61.5 parent: 1 - - uid: 11530 + - uid: 43469 components: - type: Transform - pos: -172.5,60.5 + rot: -1.5707963267948966 rad + pos: -287.5,-27.5 parent: 1 - - uid: 16130 + - uid: 43470 components: - type: Transform - pos: -137.5,60.5 + rot: 3.141592653589793 rad + pos: -233.5,-82.5 parent: 1 - - uid: 16135 + - uid: 43471 components: - type: Transform - pos: -167.5,51.5 + rot: 3.141592653589793 rad + pos: -232.5,-82.5 parent: 1 - - uid: 23744 + - uid: 43472 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -107.5,-173.5 + rot: 3.141592653589793 rad + pos: -225.5,-82.5 parent: 1 - - uid: 23746 + - uid: 43473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-170.5 + rot: 3.141592653589793 rad + pos: 28.5,-10.5 parent: 1 - - uid: 23747 + - uid: 43474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,-173.5 + rot: 3.141592653589793 rad + pos: 37.5,-10.5 parent: 1 - - uid: 23748 + - uid: 43475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -112.5,-173.5 + rot: -1.5707963267948966 rad + pos: 83.5,-48.5 parent: 1 - - uid: 23749 + - uid: 43476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-171.5 + rot: -1.5707963267948966 rad + pos: 83.5,-47.5 parent: 1 - - uid: 23751 + - uid: 43477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -108.5,-173.5 + pos: 83.5,-35.5 parent: 1 - - uid: 23752 + - uid: 43478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,-173.5 + rot: -1.5707963267948966 rad + pos: 83.5,-46.5 parent: 1 - - uid: 23753 + - uid: 43479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -109.5,-173.5 + pos: 84.5,-35.5 parent: 1 - - uid: 23754 + - uid: 43480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,-173.5 + pos: 85.5,-35.5 parent: 1 - - uid: 23756 + - uid: 43481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-172.5 + pos: 86.5,-35.5 parent: 1 - - uid: 23757 + - uid: 43482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,-131.5 + rot: 1.5707963267948966 rad + pos: 137.5,-1.5 parent: 1 - - uid: 23758 + - uid: 43483 components: - type: Transform - pos: 177.5,-72.5 + rot: 1.5707963267948966 rad + pos: 137.5,-3.5 parent: 1 - - uid: 23759 + - uid: 43484 components: - type: Transform - pos: 176.5,-72.5 + rot: 1.5707963267948966 rad + pos: 137.5,-2.5 parent: 1 - - uid: 23760 + - uid: 43485 components: - type: Transform - pos: 165.5,-71.5 + rot: 1.5707963267948966 rad + pos: 137.5,-6.5 parent: 1 - - uid: 23761 + - uid: 43486 components: - type: Transform - pos: 175.5,-74.5 + rot: 1.5707963267948966 rad + pos: 137.5,-5.5 parent: 1 - - uid: 23762 + - uid: 43487 components: - type: Transform - pos: 165.5,-70.5 + rot: 1.5707963267948966 rad + pos: 137.5,-4.5 parent: 1 - - uid: 23763 + - uid: 43488 components: - type: Transform - pos: 162.5,-74.5 + pos: -25.5,-70.5 parent: 1 - - uid: 23764 + - uid: 43489 components: - type: Transform - pos: 164.5,-74.5 + pos: -26.5,-70.5 parent: 1 - - uid: 23765 + - uid: 43490 components: - type: Transform - pos: 163.5,-74.5 + pos: -27.5,-70.5 parent: 1 - - uid: 23766 + - uid: 43491 components: - type: Transform - pos: 168.5,-72.5 + rot: 3.141592653589793 rad + pos: -213.5,-82.5 parent: 1 - - uid: 23767 + - uid: 43492 components: - type: Transform - pos: 167.5,-72.5 + rot: -1.5707963267948966 rad + pos: -288.5,-39.5 parent: 1 - - uid: 23768 + - uid: 43493 components: - type: Transform - pos: 169.5,-72.5 + rot: 3.141592653589793 rad + pos: -222.5,-82.5 parent: 1 - - uid: 23769 + - uid: 43494 components: - type: Transform - pos: 175.5,-75.5 + rot: 3.141592653589793 rad + pos: -240.5,-82.5 parent: 1 - - uid: 23770 + - uid: 43495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,59.5 + rot: 3.141592653589793 rad + pos: -239.5,-82.5 parent: 1 - - uid: 23771 + - uid: 43496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,60.5 + rot: 3.141592653589793 rad + pos: -242.5,-82.5 parent: 1 - - uid: 23772 + - uid: 43497 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,58.5 + pos: -281.5,-28.5 parent: 1 - - uid: 23773 + - uid: 43498 components: - type: Transform - pos: 190.5,211.5 + rot: 3.141592653589793 rad + pos: -261.5,-82.5 parent: 1 - - uid: 23774 + - uid: 43499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,208.5 + rot: -1.5707963267948966 rad + pos: -285.5,-75.5 parent: 1 - - uid: 23775 + - uid: 43500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,208.5 + pos: -230.5,-86.5 parent: 1 - - uid: 23776 + - uid: 43501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,208.5 + pos: -209.5,-86.5 parent: 1 - - uid: 23777 + - uid: 43502 components: - type: Transform - pos: 191.5,211.5 + pos: -219.5,-86.5 parent: 1 - - uid: 23778 + - uid: 43503 components: - type: Transform - pos: 188.5,211.5 + pos: -217.5,-86.5 parent: 1 - - uid: 24792 + - uid: 43504 components: - type: Transform - pos: -152.5,56.5 + pos: -220.5,-86.5 parent: 1 - - uid: 61994 + - uid: 43505 components: - type: Transform - pos: -164.5,54.5 + pos: -218.5,-86.5 parent: 1 - - uid: 62108 + - uid: 43506 components: - type: Transform - pos: -167.5,50.5 + pos: -222.5,-86.5 parent: 1 - - uid: 62400 + - uid: 43507 components: - type: Transform - pos: -134.5,60.5 + pos: -231.5,-86.5 parent: 1 - - uid: 62411 + - uid: 43508 components: - type: Transform - pos: -135.5,60.5 + pos: -214.5,-86.5 parent: 1 - - uid: 62486 + - uid: 43509 components: - type: Transform - pos: -138.5,60.5 + pos: -205.5,-86.5 parent: 1 - - uid: 62600 + - uid: 43510 components: - type: Transform - pos: -147.5,60.5 + rot: 3.141592653589793 rad + pos: -211.5,-82.5 parent: 1 - - uid: 62607 + - uid: 43511 components: - type: Transform - pos: -172.5,62.5 + pos: -202.5,-86.5 parent: 1 - - uid: 63663 + - uid: 43512 components: - type: Transform - pos: -165.5,54.5 + pos: -224.5,-86.5 parent: 1 - - uid: 63897 + - uid: 43513 components: - type: Transform - pos: -145.5,60.5 + pos: -216.5,-86.5 parent: 1 -- proto: RightArmSkeleton - entities: - - uid: 6044 - components: - - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23779 + - uid: 43514 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.35775,-126.27921 + pos: -210.5,-82.5 parent: 1 - - uid: 64901 + - uid: 43515 components: - type: Transform - pos: -0.5681878,-28.245771 + rot: 1.5707963267948966 rad + pos: -35.5,62.5 parent: 1 -- proto: RightFootSkeleton - entities: - - uid: 6045 - components: - - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: RightHandSkeleton - entities: - - uid: 6046 + - uid: 43516 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23780 + rot: 1.5707963267948966 rad + pos: -35.5,61.5 + parent: 1 + - uid: 43517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.3265,-126.06046 + rot: 1.5707963267948966 rad + pos: -35.5,60.5 parent: 1 -- proto: RightLegSkeleton - entities: - - uid: 6047 + - uid: 43518 components: - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 23781 + rot: 1.5707963267948966 rad + pos: -35.5,59.5 + parent: 1 + - uid: 43519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.264,-127.23234 + rot: 1.5707963267948966 rad + pos: -35.5,58.5 parent: 1 - - uid: 65030 + - uid: 43520 components: - type: Transform - pos: -3.1182673,-29.346525 + rot: 1.5707963267948966 rad + pos: -35.5,57.5 parent: 1 -- proto: RobustHarvestChemistryBottle - entities: - - uid: 23782 + - uid: 43521 components: - type: Transform - pos: 216.81236,184.64697 + rot: -1.5707963267948966 rad + pos: -31.5,62.5 parent: 1 -- proto: RollingPin - entities: - - uid: 23737 + - uid: 43522 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: RubberStampApproved - entities: - - uid: 23783 + rot: -1.5707963267948966 rad + pos: -31.5,61.5 + parent: 1 + - uid: 43523 components: - type: Transform - pos: 165.60326,55.190266 - parent: 1 -- proto: SandBattlemap - entities: - - uid: 47636 + rot: -1.5707963267948966 rad + pos: -31.5,60.5 + parent: 1 + - uid: 43524 components: - type: Transform rot: -1.5707963267948966 rad - pos: -390.47556,91.74736 + pos: -31.5,59.5 parent: 1 -- proto: Saw - entities: - - uid: 23784 + - uid: 43525 components: - type: Transform - pos: 177.5526,160.95271 + rot: -1.5707963267948966 rad + pos: -31.5,58.5 parent: 1 - - uid: 44376 + - uid: 43526 components: - type: Transform - pos: -221.47728,-92.84712 + rot: -1.5707963267948966 rad + pos: -31.5,57.5 parent: 1 -- proto: SawElectric - entities: - - uid: 23785 + - uid: 43527 components: - type: Transform - pos: 190.56055,216.29578 + rot: 1.5707963267948966 rad + pos: 117.5,-5.5 parent: 1 -- proto: SaxophoneInstrument - entities: - - uid: 50024 + - uid: 43528 components: - type: Transform - pos: 135.47974,0.4178242 + pos: -213.5,-86.5 parent: 1 -- proto: Screwdriver - entities: - - uid: 23786 + - uid: 43529 components: - type: Transform - pos: 180.56493,20.84483 + pos: -208.5,-86.5 parent: 1 - - uid: 61158 + - uid: 43530 components: - type: Transform - pos: 18.304577,147.34526 + pos: -223.5,-86.5 parent: 1 -- proto: ShardGlass - entities: - - uid: 23797 + - uid: 43531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.490814,-105.35879 + rot: -1.5707963267948966 rad + pos: -285.5,-71.5 parent: 1 - - uid: 23798 + - uid: 43532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.67232,-107.28066 + pos: -234.5,-86.5 parent: 1 - - uid: 23799 + - uid: 43533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.43794,-106.53066 + pos: -232.5,-86.5 parent: 1 - - uid: 23800 + - uid: 43534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 162.60185,56.62031 + pos: -203.5,-86.5 parent: 1 - - uid: 23801 + - uid: 43535 components: - type: Transform - rot: 3.141592653589793 rad - pos: 162.53935,56.12031 + pos: -233.5,-86.5 parent: 1 - - uid: 49963 + - uid: 43536 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.87392,56.33008 + pos: -245.5,-82.5 parent: 1 - - uid: 49969 + - uid: 43537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.34159,40.51718 + pos: -206.5,-86.5 parent: 1 - - uid: 49980 + - uid: 43538 components: - type: Transform - pos: 56.91469,41.292736 + pos: -207.5,-86.5 parent: 1 - - uid: 49985 + - uid: 43539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.112347,42.371 + pos: -258.5,-86.5 parent: 1 - - uid: 49989 + - uid: 43540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.178516,54.95542 + pos: -248.5,-86.5 parent: 1 - - uid: 49990 + - uid: 43541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.34159,41.174587 + pos: -215.5,-86.5 parent: 1 - - uid: 63355 + - uid: 43542 components: - type: Transform - pos: 178.83763,-155.37431 + pos: -212.5,-86.5 parent: 1 - - uid: 63356 + - uid: 43543 components: - type: Transform - pos: 180.59805,-157.29231 + rot: 3.141592653589793 rad + pos: -270.5,-82.5 parent: 1 - - uid: 63357 + - uid: 43544 components: - type: Transform - pos: 175.39076,-153.21655 + pos: -235.5,-86.5 parent: 1 - - uid: 64225 + - uid: 43545 components: - type: Transform - pos: -162.02634,-24.384443 + pos: -236.5,-86.5 parent: 1 - - uid: 64227 + - uid: 43546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.05759,-24.290693 + pos: -204.5,-86.5 parent: 1 -- proto: ShardGlassPlasma - entities: - - uid: 17583 + - uid: 43547 components: - type: Transform - pos: 188.27321,222.52002 + rot: 3.141592653589793 rad + pos: -212.5,-82.5 parent: 1 - - uid: 55409 + - uid: 43548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.75758,222.52002 + rot: 3.141592653589793 rad + pos: -246.5,-82.5 parent: 1 -- proto: SheetGlass - entities: - - uid: 23802 + - uid: 43549 components: - type: Transform - pos: -171.5,-116.5 + pos: -245.5,-86.5 parent: 1 -- proto: SheetGlass10 - entities: - - uid: 5336 + - uid: 43550 components: - type: Transform - pos: 144.29196,172.034 + rot: -1.5707963267948966 rad + pos: -285.5,-72.5 parent: 1 - - uid: 23250 + - uid: 43551 components: - type: Transform - pos: 144.85446,172.034 + pos: -249.5,-86.5 parent: 1 - - uid: 63807 + - uid: 43552 components: - type: Transform - pos: -196.67754,21.795898 + pos: -239.5,-86.5 parent: 1 - - uid: 63808 + - uid: 43553 components: - type: Transform - pos: -196.41191,21.655273 + pos: -240.5,-86.5 parent: 1 -- proto: SheetPlastic - entities: - - uid: 16150 + - uid: 43554 components: - type: Transform - parent: 61751 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: SheetPlastic1 - entities: - - uid: 7648 + pos: -242.5,-86.5 + parent: 1 + - uid: 43555 components: - type: Transform - parent: 7647 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7649 + pos: -237.5,-86.5 + parent: 1 + - uid: 43556 components: - type: Transform - parent: 7647 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7650 + pos: -241.5,-86.5 + parent: 1 + - uid: 43557 components: - type: Transform - parent: 7647 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7651 + pos: -238.5,-86.5 + parent: 1 + - uid: 43558 components: - type: Transform - parent: 7647 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11572 + pos: -243.5,-86.5 + parent: 1 + - uid: 43559 components: - type: Transform - pos: -191.39624,23.170898 + rot: -1.5707963267948966 rad + pos: -285.5,-73.5 parent: 1 -- proto: SheetRGlass1 - entities: - - uid: 7582 + - uid: 43560 components: - type: Transform - parent: 7581 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7583 + pos: -246.5,-86.5 + parent: 1 + - uid: 43561 components: - type: Transform - parent: 7581 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7584 + pos: -251.5,-86.5 + parent: 1 + - uid: 43562 components: - type: Transform - parent: 7581 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7585 + pos: -253.5,-86.5 + parent: 1 + - uid: 43563 components: - type: Transform - parent: 7581 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7586 + pos: -250.5,-86.5 + parent: 1 + - uid: 43564 components: - type: Transform - parent: 7581 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 7587 + pos: -252.5,-86.5 + parent: 1 + - uid: 43565 components: - type: Transform - parent: 7581 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: SheetSteel - entities: - - uid: 40 + rot: 1.5707963267948966 rad + pos: -281.5,-74.5 + parent: 1 + - uid: 43566 components: - type: Transform - pos: -171.43422,-117.48076 + rot: -1.5707963267948966 rad + pos: -285.5,-47.5 parent: 1 - - uid: 16195 + - uid: 43567 components: - type: Transform - parent: 61752 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 56108 + pos: -244.5,-86.5 + parent: 1 + - uid: 43568 components: - type: Transform - pos: 194.74728,-110.34528 + rot: 1.5707963267948966 rad + pos: -281.5,-76.5 parent: 1 -- proto: SheetSteel1 - entities: - - uid: 23806 + - uid: 43569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 178.53958,-69.48464 + pos: -221.5,-86.5 parent: 1 - - type: Stack - count: 6 - - uid: 23807 + - uid: 43570 components: - type: Transform rot: 1.5707963267948966 rad - pos: 173.55,26.601646 + pos: -281.5,-60.5 parent: 1 - - uid: 23808 + - uid: 43571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.58229,26.51285 + rot: -1.5707963267948966 rad + pos: -285.5,-61.5 parent: 1 - - uid: 23809 + - uid: 43572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.56563,27.148521 + rot: -1.5707963267948966 rad + pos: -285.5,-46.5 parent: 1 - - uid: 23810 + - uid: 43573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.56636,21.63785 + pos: 179.5,23.5 parent: 1 - - uid: 23811 + - uid: 43574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.56636,21.715975 + pos: 180.5,23.5 parent: 1 - - uid: 23812 + - uid: 43575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.56636,21.76285 + rot: 3.141592653589793 rad + pos: 162.5,50.5 parent: 1 - - uid: 23813 + - uid: 43576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.56636,21.809725 + pos: 162.5,50.5 parent: 1 - - uid: 23814 + - uid: 43577 components: - type: Transform rot: 1.5707963267948966 rad - pos: 171.58199,22.0441 + pos: -281.5,-35.5 parent: 1 - - uid: 23815 + - uid: 43578 components: - type: Transform - pos: 166.6235,38.68877 + rot: 1.5707963267948966 rad + pos: -281.5,-26.5 parent: 1 - - uid: 23816 + - uid: 43579 components: - type: Transform - pos: 166.7485,38.68877 + rot: -1.5707963267948966 rad + pos: 93.5,115.5 parent: 1 - - uid: 23817 + - uid: 43580 components: - type: Transform - pos: 166.8735,38.68877 + rot: -1.5707963267948966 rad + pos: -286.5,-43.5 parent: 1 - - uid: 62480 + - uid: 43581 components: - type: Transform - pos: -195.03917,23.702148 + rot: 1.5707963267948966 rad + pos: -281.5,-23.5 parent: 1 - - uid: 62483 + - uid: 43582 components: - type: Transform - pos: -195.00792,23.514648 + rot: 1.5707963267948966 rad + pos: -281.5,-24.5 parent: 1 -- proto: SheetSteel10 - entities: - - uid: 6068 + - uid: 43583 components: - type: Transform - pos: 144.82321,172.73712 + rot: 1.5707963267948966 rad + pos: -281.5,-27.5 parent: 1 - - uid: 8612 + - uid: 43584 components: - type: Transform - pos: 144.28877,172.6983 + rot: 1.5707963267948966 rad + pos: -281.5,-22.5 parent: 1 - - uid: 23818 + - uid: 43585 components: - type: Transform - pos: 178.47887,-68.30018 + rot: -1.5707963267948966 rad + pos: -285.5,-21.5 parent: 1 -- proto: ShotGunCabinetFilledOpen - entities: - - uid: 47120 + - uid: 43586 components: - type: Transform rot: -1.5707963267948966 rad - pos: -368.5,86.5 + pos: -285.5,-22.5 parent: 1 -- proto: ShotGunCabinetOpen - entities: - - uid: 50066 + - uid: 43587 components: - type: Transform - pos: 117.5,6.5 + rot: 1.5707963267948966 rad + pos: -281.5,-25.5 parent: 1 -- proto: Shovel - entities: - - uid: 65532 + - uid: 43588 components: - type: Transform - pos: 95.44605,-126.557655 + rot: -1.5707963267948966 rad + pos: -285.5,-20.5 parent: 1 -- proto: ShuttersFrame - entities: - - uid: 6293 + - uid: 43589 components: - type: Transform - pos: -73.5,-163.5 + rot: -1.5707963267948966 rad + pos: -285.5,-23.5 parent: 1 - - uid: 23824 + - uid: 43590 components: - type: Transform - pos: 182.5,50.5 + rot: 1.5707963267948966 rad + pos: -281.5,-36.5 parent: 1 - - uid: 23825 + - uid: 43591 components: - type: Transform - pos: 178.5,24.5 + pos: -293.5,-36.5 parent: 1 - - uid: 23826 + - uid: 43592 components: - type: Transform - pos: 187.5,23.5 + pos: -292.5,-36.5 parent: 1 - - uid: 23827 + - uid: 43593 components: - type: Transform - pos: 182.5,54.5 + rot: 1.5707963267948966 rad + pos: -281.5,-37.5 parent: 1 -- proto: ShuttersNormal - entities: - - uid: 23830 + - uid: 43594 components: - type: Transform - rot: 3.141592653589793 rad - pos: 187.5,24.5 + rot: -1.5707963267948966 rad + pos: -286.5,-25.5 parent: 1 - - uid: 23831 + - uid: 43595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,49.5 + rot: -1.5707963267948966 rad + pos: -285.5,92.5 parent: 1 -- proto: ShuttersNormalOpen - entities: - - uid: 23832 + - uid: 43596 components: - type: Transform - rot: 3.141592653589793 rad - pos: 187.5,22.5 + rot: -1.5707963267948966 rad + pos: -288.5,72.5 parent: 1 - - uid: 23833 + - uid: 43597 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,53.5 + pos: -291.5,75.5 parent: 1 - - uid: 46373 + - uid: 43598 components: - type: Transform - pos: -405.5,64.5 + rot: 1.5707963267948966 rad + pos: -281.5,55.5 parent: 1 - - type: DeviceLinkSink - links: - - 47320 - - uid: 46547 + - uid: 43599 components: - type: Transform - pos: -406.5,64.5 + rot: 1.5707963267948966 rad + pos: -281.5,20.5 parent: 1 - - type: DeviceLinkSink - links: - - 47320 - - uid: 46551 + - uid: 43600 components: - type: Transform - pos: -404.5,64.5 + rot: 1.5707963267948966 rad + pos: -281.5,45.5 parent: 1 - - type: DeviceLinkSink - links: - - 47320 - - uid: 65089 + - uid: 43601 components: - type: Transform - pos: 118.5,12.5 + rot: 1.5707963267948966 rad + pos: -281.5,52.5 parent: 1 - - type: DeviceLinkSink - links: - - 65095 - - uid: 65090 + - uid: 43602 components: - type: Transform - pos: 117.5,12.5 + rot: 1.5707963267948966 rad + pos: -281.5,44.5 parent: 1 - - type: DeviceLinkSink - links: - - 65095 - - uid: 65094 + - uid: 43603 components: - type: Transform - pos: 116.5,12.5 + rot: -1.5707963267948966 rad + pos: -285.5,66.5 parent: 1 -- proto: ShuttersRadiationOpen - entities: - - uid: 23834 + - uid: 43604 components: - type: Transform - pos: 191.5,211.5 + rot: -1.5707963267948966 rad + pos: -287.5,70.5 parent: 1 - - type: Door - secondsUntilStateChange: -332361.8 - state: Closing - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 23835 + - uid: 43605 components: - type: Transform - pos: 188.5,211.5 + rot: -1.5707963267948966 rad + pos: -285.5,90.5 parent: 1 - - type: Door - secondsUntilStateChange: -332360.7 - state: Closing - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 23836 + - uid: 43606 components: - type: Transform - pos: 190.5,211.5 + rot: 1.5707963267948966 rad + pos: -281.5,53.5 parent: 1 - - type: Door - secondsUntilStateChange: -332361.53 - state: Closing - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 23837 + - uid: 43607 components: - type: Transform - pos: 189.5,211.5 + rot: 1.5707963267948966 rad + pos: -281.5,82.5 parent: 1 - - type: Door - secondsUntilStateChange: -332361.12 - state: Closing - - type: DeviceLinkSource - lastSignals: - DoorStatus: True -- proto: ShuttersWindow - entities: - - uid: 47190 + - uid: 43608 components: - type: Transform - pos: -390.5,98.5 + rot: 1.5707963267948966 rad + pos: -281.5,17.5 parent: 1 - - type: DeviceLinkSink - links: - - 47731 - - uid: 47191 + - uid: 43609 components: - type: Transform - pos: -389.5,98.5 + rot: -1.5707963267948966 rad + pos: -285.5,65.5 parent: 1 - - type: DeviceLinkSink - links: - - 47731 - - uid: 47192 + - uid: 43610 components: - type: Transform - pos: -388.5,98.5 + rot: 1.5707963267948966 rad + pos: -281.5,19.5 parent: 1 - - type: DeviceLinkSink - links: - - 47731 -- proto: ShuttersWindowOpen - entities: - - uid: 46821 + - uid: 43611 components: - type: Transform - pos: -408.5,67.5 + rot: 1.5707963267948966 rad + pos: -281.5,58.5 parent: 1 - - type: DeviceLinkSink - links: - - 47320 - - uid: 47743 + - uid: 43612 components: - type: Transform - pos: -402.5,66.5 + rot: -1.5707963267948966 rad + pos: -285.5,36.5 parent: 1 - - type: DeviceLinkSink - links: - - 47320 -- proto: SignalButton - entities: - - uid: 4527 + - uid: 43613 components: - type: Transform rot: 1.5707963267948966 rad - pos: 199.5,221.5 + pos: -281.5,25.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 27: - - Pressed: Close - - uid: 23842 + - uid: 43614 components: - type: Transform - pos: 196.5,210.5 + rot: 1.5707963267948966 rad + pos: -281.5,47.5 parent: 1 - - uid: 23843 + - uid: 43615 components: - type: Transform rot: 1.5707963267948966 rad - pos: 187.5,210.5 + pos: -281.5,21.5 parent: 1 - - uid: 23844 + - uid: 43616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 212.5,209.5 + rot: -1.5707963267948966 rad + pos: -285.5,39.5 parent: 1 - - uid: 23845 + - uid: 43617 components: - type: Transform rot: 1.5707963267948966 rad - pos: 199.5,220.5 + pos: -281.5,62.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 33: - - Pressed: DoorBolt - 27: - - Pressed: DoorBolt - 56116: - - Pressed: Toggle - 30: - - Pressed: DoorBolt - 11: - - Pressed: DoorBolt - 29: - - Pressed: DoorBolt - - uid: 42901 + - uid: 43618 components: - type: Transform - pos: -172.5,30.5 + rot: 1.5707963267948966 rad + pos: -281.5,85.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 62942: - - Pressed: Toggle - 62977: - - Pressed: Toggle - 62985: - - Pressed: Toggle - - uid: 47320 + - uid: 43619 components: - type: Transform - pos: -407.5,68.5 + rot: -1.5707963267948966 rad + pos: -285.5,35.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 46821: - - Pressed: Toggle - 47743: - - Pressed: Toggle - 46547: - - Pressed: Toggle - 46373: - - Pressed: Toggle - 46551: - - Pressed: Toggle - - uid: 47351 + - uid: 43620 components: - type: Transform rot: 1.5707963267948966 rad - pos: -370.5,103.5 + pos: -281.5,59.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 47395: - - Pressed: Toggle - 47396: - - Pressed: Toggle - 47398: - - Pressed: Toggle - 47397: - - Pressed: Toggle - 47394: - - Pressed: Toggle - - uid: 47718 + - uid: 43621 components: - type: Transform - pos: -387.5,95.5 + rot: -1.5707963267948966 rad + pos: -285.5,89.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 47719: - - Pressed: Toggle - 47717: - - Pressed: Toggle - - uid: 47731 + - uid: 43622 components: - type: Transform rot: 1.5707963267948966 rad - pos: -392.5,103.5 + pos: -281.5,63.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 47192: - - Pressed: Toggle - 47191: - - Pressed: Toggle - 47190: - - Pressed: Toggle - - uid: 47734 + - uid: 43623 components: - type: Transform rot: -1.5707963267948966 rad - pos: -384.5,104.5 + pos: -285.5,91.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 47685: - - Pressed: Toggle - 47683: - - Pressed: Toggle - 47727: - - Pressed: Toggle - 47639: - - Pressed: Toggle - - uid: 47737 + - uid: 43624 components: - type: Transform - pos: -406.5,68.5 + rot: 1.5707963267948966 rad + pos: -281.5,16.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 46464: - - Pressed: Toggle - 46481: - - Pressed: Toggle - 46114: - - Pressed: Toggle - 46486: - - Pressed: Toggle - 45811: - - Pressed: Toggle - 45690: - - Pressed: Toggle - 46134: - - Pressed: Toggle - 46483: - - Pressed: Toggle - 46113: - - Pressed: Toggle - - uid: 47742 + - uid: 43625 components: - type: Transform - pos: -406.5,105.5 + rot: 1.5707963267948966 rad + pos: -281.5,87.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 47745: - - Pressed: Toggle - 47754: - - Pressed: Toggle - 47748: - - Pressed: Toggle - 47516: - - Pressed: Toggle - - uid: 55698 + - uid: 43626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,69.5 + rot: -1.5707963267948966 rad + pos: -285.5,67.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 55696: - - Pressed: Toggle - - uid: 65220 + - uid: 43627 components: - type: Transform - pos: -174.5,30.5 + rot: 1.5707963267948966 rad + pos: -281.5,26.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 65232: - - Pressed: Toggle - 65255: - - Pressed: Toggle -- proto: SignalButtonDirectional - entities: - - uid: 65095 + - uid: 43628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 115.5,9.5 + rot: 1.5707963267948966 rad + pos: -281.5,18.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 65090: - - Pressed: Toggle - 65089: - - Pressed: Toggle -- proto: SignalButtonExt1 - entities: - - uid: 23846 + - uid: 43629 components: - - type: MetaData - desc: It's so red, you just want to press it! - name: Signal button - type: Transform - pos: -100.5,-129.5 + rot: 1.5707963267948966 rad + pos: -281.5,60.5 parent: 1 - - type: SignalSwitch - state: True -- proto: SignalButtonExt3 - entities: - - uid: 55515 + - uid: 43630 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,56.5 + pos: -281.5,46.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 55509: - - Pressed: Toggle - 55527: - - Pressed: Toggle - 55516: - - Pressed: Toggle -- proto: SignArmory - entities: - - uid: 44334 + - uid: 43631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -239.5,-101.5 + rot: 1.5707963267948966 rad + pos: -281.5,22.5 parent: 1 -- proto: SignBiohazardMed - entities: - - uid: 23847 + - uid: 43632 components: - type: Transform - pos: 213.5,179.5 + rot: 1.5707963267948966 rad + pos: -281.5,61.5 parent: 1 -- proto: SignCargo - entities: - - uid: 23848 + - uid: 43633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 182.5,52.5 + rot: 1.5707963267948966 rad + pos: -281.5,88.5 parent: 1 -- proto: SignDirectionalJanitor - entities: - - uid: 24718 + - uid: 43634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -190.5,41.5 + rot: 1.5707963267948966 rad + pos: -281.5,35.5 parent: 1 -- proto: SignElectricalMed - entities: - - uid: 23849 + - uid: 43635 components: - type: Transform - pos: -285.5,-88.5 + rot: 1.5707963267948966 rad + pos: -281.5,89.5 parent: 1 -- proto: SignKiddiePlaque - entities: - - uid: 44338 + - uid: 43636 components: - type: Transform rot: -1.5707963267948966 rad - pos: -246.5,-103.5 + pos: -285.5,41.5 parent: 1 -- proto: SignRedNine - entities: - - uid: 44339 + - uid: 43637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -244.5,-106.5 + rot: 1.5707963267948966 rad + pos: -281.5,86.5 parent: 1 -- proto: SignRedZero - entities: - - uid: 23851 + - uid: 43638 components: - type: Transform rot: 1.5707963267948966 rad - pos: -79.5,-105.5 + pos: -281.5,43.5 parent: 1 -- proto: SignSalvage - entities: - - uid: 23852 + - uid: 43639 components: - type: Transform - pos: -189.5,-183.5 + rot: 1.5707963267948966 rad + pos: -281.5,69.5 parent: 1 -- proto: SignScience2 - entities: - - uid: 23853 + - uid: 43640 components: - type: Transform - pos: 192.5,218.5 + rot: -1.5707963267948966 rad + pos: -285.5,64.5 parent: 1 -- proto: SignShock - entities: - - uid: 23854 + - uid: 43641 components: - type: Transform - pos: 163.5,41.5 + rot: 1.5707963267948966 rad + pos: -281.5,68.5 parent: 1 -- proto: Sink - entities: - - uid: 23855 + - uid: 43642 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-106.5 + pos: -281.5,67.5 parent: 1 -- proto: SinkEmpty - entities: - - uid: 11540 + - uid: 43643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,72.5 + rot: 1.5707963267948966 rad + pos: -281.5,66.5 parent: 1 - - uid: 23857 + - uid: 43644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,-111.5 + rot: 1.5707963267948966 rad + pos: -281.5,-12.5 parent: 1 - - uid: 23858 + - uid: 43645 components: - type: Transform - pos: -179.5,-109.5 + rot: 1.5707963267948966 rad + pos: -281.5,-13.5 parent: 1 - - uid: 23859 + - uid: 43646 components: - type: Transform - pos: 212.5,-25.5 + rot: 1.5707963267948966 rad + pos: -281.5,-16.5 parent: 1 - - uid: 49676 + - uid: 43647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -157.5,-25.5 + rot: 1.5707963267948966 rad + pos: -281.5,65.5 parent: 1 - - uid: 61943 + - uid: 43648 components: - type: Transform - pos: -147.5,55.5 + rot: 1.5707963267948966 rad + pos: -281.5,-18.5 parent: 1 - - uid: 65225 + - uid: 43649 components: - type: Transform - pos: 84.5,-106.5 + rot: 1.5707963267948966 rad + pos: -281.5,74.5 parent: 1 - - uid: 65369 + - uid: 43650 components: - type: Transform - pos: 74.5,-126.5 + rot: 1.5707963267948966 rad + pos: -281.5,73.5 parent: 1 -- proto: SinkStemless - entities: - - uid: 23861 + - uid: 43651 components: - type: Transform - pos: -72.5,-108.5 + rot: 1.5707963267948966 rad + pos: -281.5,75.5 parent: 1 - - uid: 47393 + - uid: 43652 components: - type: Transform rot: -1.5707963267948966 rad - pos: -364.5,105.5 + pos: -285.5,-18.5 parent: 1 - - uid: 49867 + - uid: 43653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,8.5 + rot: -1.5707963267948966 rad + pos: -285.5,-16.5 parent: 1 -- proto: SinkStemlessWater - entities: - - uid: 23862 + - uid: 43654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-43.5 + rot: 1.5707963267948966 rad + pos: -281.5,1.5 parent: 1 -- proto: SinkWide - entities: - - uid: 23863 + - uid: 43655 components: - type: Transform rot: 1.5707963267948966 rad - pos: 92.5,101.5 + pos: -281.5,0.5 parent: 1 - - uid: 23864 + - uid: 43656 components: - type: Transform - pos: 30.5,5.5 + rot: 1.5707963267948966 rad + pos: -281.5,28.5 parent: 1 - - uid: 23865 + - uid: 43657 components: - type: Transform rot: 3.141592653589793 rad - pos: 215.5,206.5 + pos: -291.5,79.5 parent: 1 -- proto: SmallLight - entities: - - uid: 23866 + - uid: 43658 components: - type: Transform rot: 1.5707963267948966 rad - pos: -182.5,-111.5 + pos: -281.5,83.5 parent: 1 - - uid: 23867 + - uid: 43659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -192.5,-195.5 + rot: -1.5707963267948966 rad + pos: -288.5,82.5 parent: 1 - - uid: 23879 + - uid: 43660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-109.5 + rot: -1.5707963267948966 rad + pos: -285.5,87.5 parent: 1 - - uid: 23881 + - uid: 43661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -187.5,-190.5 + rot: 1.5707963267948966 rad + pos: -281.5,27.5 parent: 1 -- proto: SMESMachineCircuitboard - entities: - - uid: 23898 + - uid: 43662 components: - type: Transform - rot: 3.141592653589793 rad - pos: 166.81374,37.245518 + rot: -1.5707963267948966 rad + pos: -285.5,88.5 parent: 1 -- proto: SmokingPipe - entities: - - uid: 48067 + - uid: 43663 components: - type: Transform - pos: 20.562183,-61.91508 + rot: 1.5707963267948966 rad + pos: -281.5,29.5 parent: 1 -- proto: SmokingPipeFilledCannabis - entities: - - uid: 23899 + - uid: 43664 components: - type: Transform - pos: 189.52676,27.229149 + rot: 1.5707963267948966 rad + pos: -281.5,32.5 parent: 1 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 11112 + - uid: 43665 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.507862,-61.58519 + rot: 1.5707963267948966 rad + pos: -281.5,54.5 parent: 1 -- proto: SoakedCigarette - entities: - - uid: 47611 + - uid: 43666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -391.03687,91.411766 + rot: 1.5707963267948966 rad + pos: -281.5,76.5 parent: 1 -- proto: SoapDeluxe - entities: - - uid: 23900 + - uid: 43667 components: - type: Transform - pos: -182.5,-107.5 + rot: 1.5707963267948966 rad + pos: -281.5,84.5 parent: 1 - - uid: 23901 + - uid: 43668 components: - type: Transform - pos: -179.5,-107.5 + rot: -1.5707963267948966 rad + pos: -285.5,93.5 parent: 1 -- proto: SodaDispenserEmpty - entities: - - uid: 23904 + - uid: 43669 components: - type: Transform rot: -1.5707963267948966 rad - pos: -152.5,-20.5 + pos: -285.5,94.5 parent: 1 -- proto: SolarPanel - entities: - - uid: 23905 + - uid: 43670 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-110.5 + pos: -281.5,94.5 parent: 1 - - uid: 23906 + - uid: 43671 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-110.5 + pos: -281.5,93.5 parent: 1 - - uid: 23907 + - uid: 43672 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-109.5 + pos: -281.5,92.5 parent: 1 - - uid: 23908 + - uid: 43673 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-109.5 + pos: -281.5,91.5 parent: 1 -- proto: SolidSecretDoor - entities: - - uid: 23909 + - uid: 43674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,-83.5 + rot: 1.5707963267948966 rad + pos: -281.5,12.5 parent: 1 -- proto: SpawnMobAdultSlimesGreenAngry - entities: - - uid: 4596 + - uid: 43675 components: - type: Transform - pos: -244.5,-96.5 + rot: 1.5707963267948966 rad + pos: -281.5,13.5 parent: 1 -- proto: SpawnMobAdultSlimesYellowAngry - entities: - - uid: 44405 + - uid: 43676 components: - type: Transform - pos: -251.5,-99.5 + rot: 1.5707963267948966 rad + pos: -281.5,11.5 parent: 1 -- proto: SpawnPointWave - entities: - - uid: 10561 + - uid: 43677 components: - type: Transform - pos: 151.5,202.5 + rot: 1.5707963267948966 rad + pos: -281.5,10.5 parent: 1 - - uid: 23919 + - uid: 43678 components: - type: Transform - pos: 128.5,-59.5 + rot: 1.5707963267948966 rad + pos: -281.5,9.5 parent: 1 - - uid: 49915 + - uid: 43679 components: - type: Transform - pos: -214.5,-175.5 + rot: 1.5707963267948966 rad + pos: -281.5,6.5 parent: 1 -- proto: SpeedLoader44 - entities: - - uid: 8654 - components: - - type: Transform - parent: 49847 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 55357 + - uid: 43680 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SpeedLoader9 - entities: - - uid: 55486 + rot: 1.5707963267948966 rad + pos: -281.5,5.5 + parent: 1 + - uid: 43681 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 55835 + rot: 1.5707963267948966 rad + pos: -281.5,4.5 + parent: 1 + - uid: 43682 components: - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SpiderWeb - entities: - - uid: 23920 + rot: 1.5707963267948966 rad + pos: -281.5,3.5 + parent: 1 + - uid: 43683 components: - type: Transform rot: 1.5707963267948966 rad - pos: 175.5,-99.5 + pos: -281.5,-1.5 parent: 1 - - uid: 23921 + - uid: 43684 components: - type: Transform rot: 1.5707963267948966 rad - pos: 175.5,-97.5 + pos: -281.5,-0.5 parent: 1 - - uid: 23922 + - uid: 43685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-101.5 + rot: -1.5707963267948966 rad + pos: -285.5,-17.5 parent: 1 - - uid: 23923 + - uid: 43686 components: - type: Transform rot: 1.5707963267948966 rad - pos: 166.5,-99.5 + pos: -281.5,57.5 parent: 1 - - uid: 23924 + - uid: 43687 components: - type: Transform rot: 1.5707963267948966 rad - pos: 178.5,-100.5 + pos: -281.5,-21.5 parent: 1 - - uid: 23925 + - uid: 43688 components: - type: Transform rot: 1.5707963267948966 rad - pos: 172.5,-97.5 + pos: -281.5,-19.5 parent: 1 - - uid: 23926 + - uid: 43689 components: - type: Transform rot: 1.5707963267948966 rad - pos: 166.5,-100.5 + pos: -281.5,-20.5 parent: 1 - - uid: 23927 + - uid: 43690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-101.5 + rot: -1.5707963267948966 rad + pos: -285.5,-19.5 parent: 1 - - uid: 23928 + - uid: 43691 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-98.5 + pos: -281.5,51.5 parent: 1 - - uid: 23929 + - uid: 43692 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-99.5 + pos: -281.5,50.5 parent: 1 - - uid: 23930 + - uid: 43693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-96.5 + rot: -1.5707963267948966 rad + pos: -285.5,51.5 parent: 1 - - uid: 23931 + - uid: 43694 components: - type: Transform rot: 1.5707963267948966 rad - pos: 173.5,-96.5 + pos: -281.5,42.5 parent: 1 - - uid: 23932 + - uid: 43695 components: - type: Transform rot: 1.5707963267948966 rad - pos: 172.5,-98.5 + pos: -281.5,38.5 parent: 1 - - uid: 23933 + - uid: 43696 components: - type: Transform rot: 1.5707963267948966 rad - pos: 173.5,-98.5 + pos: -281.5,36.5 parent: 1 - - uid: 23934 + - uid: 43697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,43.5 parent: 1 - - uid: 23935 + - uid: 43698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-100.5 + rot: -1.5707963267948966 rad + pos: -285.5,45.5 parent: 1 - - uid: 23936 + - uid: 43699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-100.5 + rot: -1.5707963267948966 rad + pos: -285.5,47.5 parent: 1 - - uid: 23937 + - uid: 43700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,42.5 parent: 1 - - uid: 23938 + - uid: 43701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 182.5,-110.5 + rot: -1.5707963267948966 rad + pos: -285.5,49.5 parent: 1 - - uid: 23939 + - uid: 43702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 177.5,-100.5 + rot: -1.5707963267948966 rad + pos: -285.5,37.5 parent: 1 - - uid: 23940 + - uid: 43703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -285.5,34.5 + parent: 1 + - uid: 43704 components: - type: Transform rot: 1.5707963267948966 rad - pos: 165.5,-99.5 + pos: -281.5,24.5 parent: 1 - - uid: 23941 + - uid: 43705 components: - type: Transform rot: 1.5707963267948966 rad - pos: 175.5,-98.5 + pos: -281.5,23.5 parent: 1 - - uid: 23942 + - uid: 43706 components: - type: Transform - pos: -292.5,-82.5 + rot: -1.5707963267948966 rad + pos: -285.5,29.5 parent: 1 - - uid: 23943 + - uid: 43707 components: - type: Transform - pos: -291.5,-82.5 + rot: 1.5707963267948966 rad + pos: -281.5,15.5 parent: 1 - - uid: 23944 + - uid: 43708 components: - type: Transform - pos: -291.5,-84.5 + rot: -1.5707963267948966 rad + pos: -285.5,21.5 parent: 1 - - uid: 23945 + - uid: 43709 components: - type: Transform - pos: -291.5,-84.5 + rot: -1.5707963267948966 rad + pos: -285.5,23.5 parent: 1 - - uid: 23946 + - uid: 43710 components: - type: Transform - pos: -292.5,-84.5 + rot: -1.5707963267948966 rad + pos: -285.5,22.5 parent: 1 - - uid: 23947 + - uid: 43711 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-97.5 + pos: -281.5,8.5 parent: 1 - - uid: 23948 + - uid: 43712 components: - type: Transform - pos: -292.5,-83.5 + rot: -1.5707963267948966 rad + pos: -285.5,11.5 parent: 1 - - uid: 23949 + - uid: 43713 components: - type: Transform - pos: -291.5,-84.5 + rot: -1.5707963267948966 rad + pos: -285.5,12.5 parent: 1 - - uid: 23950 + - uid: 43714 components: - type: Transform rot: 1.5707963267948966 rad - pos: 175.5,-99.5 + pos: -281.5,-2.5 parent: 1 - - uid: 23951 + - uid: 43715 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-97.5 + pos: -281.5,-3.5 parent: 1 - - uid: 23952 + - uid: 43716 components: - type: Transform rot: 1.5707963267948966 rad - pos: 175.5,-98.5 + pos: -281.5,-4.5 parent: 1 - - uid: 23953 + - uid: 43717 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-98.5 + pos: -281.5,-7.5 parent: 1 - - uid: 23954 + - uid: 43718 components: - type: Transform rot: 1.5707963267948966 rad - pos: 173.5,-97.5 + pos: -281.5,-8.5 parent: 1 - - uid: 23955 + - uid: 43719 components: - type: Transform rot: 1.5707963267948966 rad - pos: 174.5,-96.5 + pos: -281.5,-9.5 parent: 1 - - uid: 23956 + - uid: 43720 components: - type: Transform rot: 1.5707963267948966 rad - pos: 176.5,-100.5 + pos: -281.5,-10.5 parent: 1 - - uid: 23957 + - uid: 43721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,-3.5 parent: 1 - - uid: 23958 + - uid: 43722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,-15.5 parent: 1 - - uid: 23959 + - uid: 43723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,-14.5 parent: 1 - - uid: 23960 + - uid: 43724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,-97.5 + rot: -1.5707963267948966 rad + pos: -285.5,60.5 parent: 1 - - uid: 23961 + - uid: 43725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,64.5 parent: 1 - - uid: 23962 + - uid: 43726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-97.5 + rot: -1.5707963267948966 rad + pos: -285.5,62.5 parent: 1 - - uid: 23963 + - uid: 43727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,-13.5 parent: 1 - - uid: 23964 + - uid: 43728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-101.5 + rot: -1.5707963267948966 rad + pos: -285.5,-12.5 parent: 1 - - uid: 23965 + - uid: 43729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 176.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,-8.5 parent: 1 - - uid: 23966 + - uid: 43730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 177.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,-7.5 parent: 1 - - uid: 23967 + - uid: 43731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,-100.5 + rot: -1.5707963267948966 rad + pos: -285.5,-6.5 parent: 1 - - uid: 23968 + - uid: 43732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,-2.5 parent: 1 - - uid: 23969 + - uid: 43733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-101.5 + rot: -1.5707963267948966 rad + pos: -285.5,-1.5 parent: 1 - - uid: 23970 + - uid: 43734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-102.5 + rot: -1.5707963267948966 rad + pos: -285.5,-1.5 parent: 1 - - uid: 23971 + - uid: 43735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,-101.5 + rot: -1.5707963267948966 rad + pos: -285.5,0.5 parent: 1 - - uid: 23972 + - uid: 43736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 167.5,-100.5 + rot: -1.5707963267948966 rad + pos: -285.5,2.5 parent: 1 - - uid: 23973 + - uid: 43737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,3.5 parent: 1 - - uid: 23974 + - uid: 43738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,6.5 parent: 1 - - uid: 23975 + - uid: 43739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,7.5 parent: 1 - - uid: 23976 + - uid: 43740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,-99.5 + rot: -1.5707963267948966 rad + pos: -285.5,8.5 parent: 1 - - uid: 23977 + - uid: 43741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-98.5 + rot: -1.5707963267948966 rad + pos: -285.5,9.5 parent: 1 - - uid: 23978 + - uid: 43742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,-100.5 + rot: -1.5707963267948966 rad + pos: -285.5,10.5 parent: 1 - - uid: 23979 + - uid: 43743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-104.5 + rot: -1.5707963267948966 rad + pos: -285.5,13.5 parent: 1 - - uid: 23980 + - uid: 43744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,-103.5 + rot: -1.5707963267948966 rad + pos: -285.5,14.5 parent: 1 - - uid: 23981 + - uid: 43745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 179.5,-111.5 + rot: -1.5707963267948966 rad + pos: -285.5,15.5 parent: 1 - - uid: 23982 + - uid: 43746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 172.5,-104.5 + rot: -1.5707963267948966 rad + pos: -285.5,16.5 parent: 1 - - uid: 23983 + - uid: 43747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,-109.5 + rot: 3.141592653589793 rad + pos: -292.5,-32.5 parent: 1 - - uid: 23984 + - uid: 43748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,-110.5 + rot: -1.5707963267948966 rad + pos: -285.5,44.5 parent: 1 - - uid: 23985 + - uid: 43749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,-111.5 + rot: -1.5707963267948966 rad + pos: -285.5,53.5 parent: 1 - - uid: 23986 + - uid: 43750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,-110.5 + rot: -1.5707963267948966 rad + pos: -285.5,55.5 parent: 1 - - uid: 23987 + - uid: 43751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,-104.5 + rot: -1.5707963267948966 rad + pos: -285.5,58.5 parent: 1 - - uid: 23988 + - uid: 43752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 175.5,-104.5 + rot: -1.5707963267948966 rad + pos: -285.5,57.5 parent: 1 - - uid: 23989 + - uid: 43753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.5,-105.5 + rot: -1.5707963267948966 rad + pos: -285.5,50.5 parent: 1 - - uid: 23990 + - uid: 43754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,-112.5 + rot: -1.5707963267948966 rad + pos: -285.5,52.5 parent: 1 - - uid: 23991 + - uid: 43755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,-112.5 + rot: -1.5707963267948966 rad + pos: -285.5,48.5 parent: 1 - - uid: 23992 + - uid: 43756 components: - type: Transform rot: 1.5707963267948966 rad - pos: 189.5,-112.5 + pos: -281.5,-33.5 parent: 1 - - uid: 23993 + - uid: 43757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,-111.5 + rot: 3.141592653589793 rad + pos: -293.5,-32.5 parent: 1 - - uid: 23994 + - uid: 43758 components: - type: Transform rot: 1.5707963267948966 rad - pos: 188.5,-112.5 + pos: 116.5,8.5 parent: 1 - - uid: 23995 + - uid: 43759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,-113.5 + pos: -164.5,69.5 parent: 1 - - uid: 23996 + - uid: 43760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,-113.5 + rot: -1.5707963267948966 rad + pos: 309.5,107.5 parent: 1 - - uid: 23997 + - uid: 43761 components: - type: Transform rot: 1.5707963267948966 rad - pos: 188.5,-113.5 + pos: 313.5,107.5 parent: 1 - - uid: 23998 + - uid: 43762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,-111.5 + rot: 3.141592653589793 rad + pos: 311.5,108.5 parent: 1 - - uid: 23999 + - uid: 43763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,-111.5 + rot: 3.141592653589793 rad + pos: 310.5,108.5 parent: 1 - - uid: 24000 + - uid: 43764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,-111.5 + rot: -1.5707963267948966 rad + pos: 312.5,100.5 parent: 1 - - uid: 24001 + - uid: 43765 components: - type: Transform rot: 1.5707963267948966 rad - pos: 187.5,-111.5 + pos: 310.5,100.5 parent: 1 - - uid: 24002 + - uid: 43766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,-111.5 + rot: 3.141592653589793 rad + pos: 312.5,108.5 parent: 1 - - uid: 24003 +- proto: RailingCorner + entities: + - uid: 43767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,-112.5 + rot: -1.5707963267948966 rad + pos: -284.5,-80.5 parent: 1 - - uid: 24004 + - uid: 43768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,-110.5 + rot: 3.141592653589793 rad + pos: -175.5,-173.5 parent: 1 - - uid: 24005 + - uid: 43769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,-110.5 + rot: -1.5707963267948966 rad + pos: -175.5,-169.5 parent: 1 - - uid: 24006 + - uid: 43770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,-113.5 + rot: -1.5707963267948966 rad + pos: -287.5,-42.5 parent: 1 - - uid: 24007 + - uid: 43771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,-113.5 + rot: -1.5707963267948966 rad + pos: -285.5,-76.5 parent: 1 - - uid: 24008 + - uid: 43772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,-114.5 + rot: 3.141592653589793 rad + pos: 36.5,-10.5 parent: 1 - - uid: 24009 + - uid: 43773 components: - type: Transform rot: 1.5707963267948966 rad - pos: 189.5,-114.5 + pos: 29.5,-10.5 parent: 1 - - uid: 24010 + - uid: 43774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,-113.5 + rot: 3.141592653589793 rad + pos: 83.5,-45.5 parent: 1 - - uid: 24011 + - uid: 43775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,-113.5 + rot: -1.5707963267948966 rad + pos: -28.5,-70.5 parent: 1 - - uid: 24012 + - uid: 43776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 181.5,-112.5 + pos: -24.5,-70.5 parent: 1 - - uid: 24013 + - uid: 43777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 180.5,-111.5 + rot: 3.141592653589793 rad + pos: -289.5,-30.5 parent: 1 - - uid: 24014 + - uid: 43778 components: - type: Transform rot: 1.5707963267948966 rad - pos: 189.5,-120.5 + pos: -277.5,-81.5 parent: 1 - - uid: 24015 + - uid: 43779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 185.5,-119.5 + rot: -1.5707963267948966 rad + pos: -283.5,-82.5 parent: 1 - - uid: 24016 + - uid: 43780 components: - type: Transform rot: 1.5707963267948966 rad - pos: 185.5,-120.5 + pos: -278.5,-80.5 parent: 1 - - uid: 24017 + - uid: 43781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 184.5,-120.5 + rot: -1.5707963267948966 rad + pos: -290.5,-37.5 parent: 1 - - uid: 24018 + - uid: 43782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-103.5 + rot: 3.141592653589793 rad + pos: -287.5,-26.5 parent: 1 - - uid: 24019 + - uid: 43783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-105.5 + rot: 3.141592653589793 rad + pos: -286.5,-24.5 parent: 1 - - uid: 24020 + - uid: 43784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 173.5,-106.5 + rot: -1.5707963267948966 rad + pos: -289.5,-38.5 parent: 1 - - uid: 24021 + - uid: 43785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,-104.5 + rot: -1.5707963267948966 rad + pos: -290.5,74.5 parent: 1 - - uid: 24022 + - uid: 43786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-104.5 + rot: 3.141592653589793 rad + pos: -286.5,86.5 parent: 1 - - uid: 24023 + - uid: 43787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-103.5 + rot: 3.141592653589793 rad + pos: -287.5,84.5 parent: 1 - - uid: 24024 + - uid: 43788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,-103.5 + rot: -1.5707963267948966 rad + pos: -289.5,73.5 parent: 1 - - uid: 24025 + - uid: 43789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 162.5,-103.5 + rot: -1.5707963267948966 rad + pos: -287.5,69.5 parent: 1 - - uid: 24026 + - uid: 43790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-104.5 + rot: -1.5707963267948966 rad + pos: -286.5,68.5 parent: 1 - - uid: 24027 + - uid: 43791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,-104.5 + rot: -1.5707963267948966 rad + pos: -288.5,71.5 parent: 1 - - uid: 24028 + - uid: 43792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 165.5,-107.5 + rot: 3.141592653589793 rad + pos: -290.5,80.5 parent: 1 - - uid: 24029 + - uid: 43793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-107.5 + rot: 3.141592653589793 rad + pos: -289.5,81.5 parent: 1 - - uid: 24030 + - uid: 43794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 166.5,-108.5 + pos: 313.5,106.5 parent: 1 - - uid: 24031 + - uid: 43795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 164.5,-107.5 + rot: 3.141592653589793 rad + pos: 309.5,108.5 parent: 1 - - uid: 24032 + - uid: 43796 components: - type: Transform rot: 1.5707963267948966 rad - pos: 164.5,-106.5 + pos: 313.5,108.5 parent: 1 - - uid: 24033 + - uid: 43797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 163.5,-107.5 + rot: -1.5707963267948966 rad + pos: 309.5,106.5 parent: 1 - - uid: 24034 +- proto: RailingCornerSmall + entities: + - uid: 43798 components: - type: Transform rot: 1.5707963267948966 rad - pos: 163.5,-108.5 + pos: -163.5,69.5 parent: 1 - - uid: 24035 + - uid: 43799 components: - type: Transform rot: 1.5707963267948966 rad - pos: 162.5,-108.5 + pos: -282.5,-82.5 parent: 1 - - uid: 55969 + - uid: 43800 components: - type: Transform - pos: -162.5,-99.5 + rot: 1.5707963267948966 rad + pos: -183.5,-170.5 parent: 1 - - uid: 55973 + - uid: 43801 components: - type: Transform rot: 1.5707963267948966 rad - pos: -162.5,-94.5 + pos: -175.5,-168.5 parent: 1 - - uid: 55974 + - uid: 43802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -162.5,-95.5 + pos: -175.5,-174.5 parent: 1 - - uid: 55976 + - uid: 43803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -163.5,-95.5 + rot: -1.5707963267948966 rad + pos: -281.5,-77.5 parent: 1 - - uid: 55977 + - uid: 43804 components: - type: Transform rot: 1.5707963267948966 rad - pos: -163.5,-94.5 + pos: -284.5,-76.5 parent: 1 - - uid: 55980 + - uid: 43805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -164.5,-94.5 + rot: -1.5707963267948966 rad + pos: -279.5,-80.5 parent: 1 -- proto: Spoon - entities: - - uid: 7797 + - uid: 43806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.847996,144.33723 + rot: 1.5707963267948966 rad + pos: -283.5,-80.5 parent: 1 - - uid: 22549 + - uid: 43807 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 24185 + rot: 1.5707963267948966 rad + pos: -284.5,-79.5 + parent: 1 + - uid: 43808 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 26294 + pos: -284.5,-79.5 + parent: 1 + - uid: 43809 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - - uid: 56212 + rot: 3.141592653589793 rad + pos: -225.5,-86.5 + parent: 1 + - uid: 43810 components: - type: Transform - parent: 56105 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: SprayBottle - entities: - - uid: 24516 + rot: -1.5707963267948966 rad + pos: -226.5,-82.5 + parent: 1 + - uid: 43811 components: - type: Transform - pos: -191.5516,41.7445 + pos: -231.5,-82.5 parent: 1 -- proto: SprayBottleSpaceCleaner - entities: - - uid: 24036 + - uid: 43812 components: - type: Transform - pos: -52.91105,-105.31233 + pos: -203.5,-82.5 parent: 1 -- proto: SprayBottleWater - entities: - - uid: 24037 + - uid: 43813 components: - type: Transform - pos: 216.84123,186.68146 + rot: 1.5707963267948966 rad + pos: -229.5,-86.5 parent: 1 -- proto: StairDark - entities: - - uid: 24038 + - uid: 43814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 117.5,3.5 + pos: -285.5,-24.5 parent: 1 - - uid: 24039 + - uid: 43815 components: - type: Transform - pos: 46.5,-71.5 + pos: -288.5,-30.5 parent: 1 - - uid: 24040 + - uid: 43816 components: - type: Transform - pos: 44.5,-71.5 + rot: -1.5707963267948966 rad + pos: -278.5,-81.5 parent: 1 - - uid: 24041 + - uid: 43817 components: - type: Transform - pos: 45.5,-71.5 + pos: -286.5,-26.5 parent: 1 - - uid: 24042 + - uid: 43818 components: - type: Transform - pos: 49.5,-71.5 + pos: -276.5,-82.5 parent: 1 - - uid: 24043 + - uid: 43819 components: - type: Transform - pos: 48.5,-71.5 + rot: 1.5707963267948966 rad + pos: -201.5,-86.5 parent: 1 - - uid: 24044 + - uid: 43820 components: - type: Transform - pos: 47.5,-71.5 + rot: -1.5707963267948966 rad + pos: -214.5,-82.5 parent: 1 - - uid: 24045 + - uid: 43821 components: - type: Transform - pos: 43.5,-71.5 + rot: -1.5707963267948966 rad + pos: -277.5,-82.5 parent: 1 - - uid: 24046 + - uid: 43822 components: - type: Transform - pos: -32.5,63.5 + rot: -1.5707963267948966 rad + pos: -271.5,-82.5 parent: 1 - - uid: 24047 + - uid: 43823 components: - type: Transform - pos: -34.5,54.5 + rot: 1.5707963267948966 rad + pos: -288.5,-38.5 parent: 1 - - uid: 24048 + - uid: 43824 components: - type: Transform - pos: -33.5,54.5 + rot: 3.141592653589793 rad + pos: -187.5,-170.5 parent: 1 - - uid: 24049 + - uid: 43825 components: - type: Transform - pos: -32.5,54.5 + rot: 1.5707963267948966 rad + pos: 181.5,23.5 parent: 1 - - uid: 24050 + - uid: 43826 components: - type: Transform - pos: -34.5,63.5 + rot: 1.5707963267948966 rad + pos: -285.5,-45.5 parent: 1 - - uid: 24051 + - uid: 43827 components: - type: Transform - pos: -33.5,63.5 + rot: 1.5707963267948966 rad + pos: -286.5,-42.5 parent: 1 -- proto: Stairs - entities: - - uid: 24052 + - uid: 43828 components: - type: Transform - rot: 3.141592653589793 rad - pos: 117.5,-5.5 + pos: -289.5,-31.5 parent: 1 -- proto: StairStageWood - entities: - - uid: 20762 + - uid: 43829 components: - type: Transform rot: 1.5707963267948966 rad - pos: 159.5,189.5 + pos: -289.5,-37.5 parent: 1 -- proto: StairWood - entities: - - uid: 24053 + - uid: 43830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 156.5,106.5 + pos: -287.5,-28.5 parent: 1 -- proto: StationMapBroken - entities: - - uid: 24054 + - uid: 43831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,210.5 + rot: 1.5707963267948966 rad + pos: -290.5,-36.5 parent: 1 -- proto: SteelBench - entities: - - uid: 11211 + - uid: 43832 components: - type: Transform - pos: -172.5,40.5 + rot: 1.5707963267948966 rad + pos: -286.5,69.5 parent: 1 - - uid: 11472 + - uid: 43833 components: - type: Transform - pos: -174.5,40.5 + rot: 1.5707963267948966 rad + pos: -289.5,74.5 parent: 1 - - uid: 11544 + - uid: 43834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -164.5,62.5 + pos: -285.5,86.5 parent: 1 - - uid: 24055 + - uid: 43835 components: - type: Transform rot: 1.5707963267948966 rad - pos: 115.5,33.5 + pos: -288.5,73.5 parent: 1 - - uid: 24056 + - uid: 43836 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-69.5 + rot: 1.5707963267948966 rad + pos: -287.5,71.5 parent: 1 - - uid: 24059 + - uid: 43837 components: - type: Transform - pos: 170.5,48.5 + rot: 1.5707963267948966 rad + pos: -285.5,68.5 parent: 1 - - uid: 24060 + - uid: 43838 components: - type: Transform - pos: 171.5,48.5 + pos: -287.5,83.5 parent: 1 - - uid: 24061 + - uid: 43839 components: - type: Transform - pos: 171.5,50.5 + pos: -286.5,85.5 parent: 1 - - uid: 24062 + - uid: 43840 components: - type: Transform - pos: 170.5,50.5 + rot: 1.5707963267948966 rad + pos: -290.5,75.5 parent: 1 - - uid: 24063 + - uid: 43841 components: - type: Transform - pos: 169.5,50.5 + pos: -290.5,79.5 parent: 1 - - uid: 24064 + - uid: 43842 components: - type: Transform - pos: 193.5,174.5 + pos: -289.5,80.5 parent: 1 - - uid: 24065 + - uid: 43843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-40.5 + pos: -288.5,81.5 parent: 1 - - uid: 24066 + - uid: 43844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-39.5 + rot: -1.5707963267948966 rad + pos: -281.5,81.5 parent: 1 - - uid: 24067 + - uid: 43845 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,-40.5 + pos: -281.5,90.5 parent: 1 - - uid: 24068 + - uid: 43846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-39.5 + rot: -1.5707963267948966 rad + pos: -281.5,90.5 parent: 1 - - uid: 24069 + - uid: 43847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-40.5 + pos: -285.5,5.5 parent: 1 - - uid: 24070 + - uid: 43848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-39.5 + pos: -285.5,1.5 parent: 1 - - uid: 24071 + - uid: 43849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-40.5 + rot: 1.5707963267948966 rad + pos: -285.5,59.5 parent: 1 - - uid: 24072 + - uid: 43850 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-39.5 + pos: -281.5,-11.5 parent: 1 - - uid: 24073 + - uid: 43851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-44.5 + rot: -1.5707963267948966 rad + pos: -281.5,-14.5 parent: 1 - - uid: 24074 + - uid: 43852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-44.5 + pos: -285.5,-9.5 parent: 1 - - uid: 24075 + - uid: 43853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-44.5 + rot: 1.5707963267948966 rad + pos: -285.5,-0.5 parent: 1 - - uid: 24076 + - uid: 43854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-44.5 + rot: 1.5707963267948966 rad + pos: -285.5,4.5 parent: 1 - - uid: 24077 + - uid: 43855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-32.5 + rot: -1.5707963267948966 rad + pos: -281.5,7.5 parent: 1 - - uid: 24078 + - uid: 43856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-34.5 + rot: -1.5707963267948966 rad + pos: -281.5,2.5 parent: 1 - - uid: 24079 + - uid: 43857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-33.5 + rot: 3.141592653589793 rad + pos: -281.5,-6.5 parent: 1 - - uid: 24576 + - uid: 43858 components: - type: Transform - pos: -175.5,52.5 + rot: 1.5707963267948966 rad + pos: -285.5,-5.5 parent: 1 - - uid: 24690 + - uid: 43859 components: - type: Transform - pos: -174.5,52.5 + rot: 3.141592653589793 rad + pos: -281.5,2.5 parent: 1 - - uid: 24719 + - uid: 43860 components: - type: Transform rot: -1.5707963267948966 rad - pos: -164.5,63.5 + pos: -294.5,-32.5 parent: 1 - - uid: 24774 + - uid: 43861 components: - type: Transform - pos: -176.5,52.5 + pos: -291.5,-32.5 parent: 1 - - uid: 24778 + - uid: 43862 components: - type: Transform rot: -1.5707963267948966 rad - pos: -164.5,68.5 + pos: -281.5,34.5 parent: 1 - - uid: 45816 + - uid: 43863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-71.5 + rot: 3.141592653589793 rad + pos: -281.5,37.5 parent: 1 - - uid: 45826 + - uid: 43864 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-72.5 + pos: -281.5,37.5 parent: 1 - - uid: 47882 + - uid: 43865 components: - type: Transform - pos: -174.5,50.5 + pos: -285.5,40.5 parent: 1 - - uid: 47884 + - uid: 43866 components: - type: Transform - pos: -173.5,52.5 + rot: 3.141592653589793 rad + pos: -281.5,39.5 parent: 1 - - uid: 47885 + - uid: 43867 components: - type: Transform - pos: -173.5,50.5 + rot: 1.5707963267948966 rad + pos: -285.5,46.5 parent: 1 - - uid: 47936 + - uid: 43868 components: - type: Transform - pos: -186.5,36.5 + pos: -285.5,59.5 parent: 1 - - uid: 47939 + - uid: 43869 components: - type: Transform - pos: -188.5,36.5 + rot: 1.5707963267948966 rad + pos: -285.5,63.5 parent: 1 - - uid: 61749 + - uid: 43870 components: - type: Transform - pos: -193.5,25.5 + pos: -285.5,56.5 parent: 1 - - uid: 61750 + - uid: 43871 components: - type: Transform - pos: -192.5,25.5 + pos: -285.5,46.5 parent: 1 - - uid: 61808 + - uid: 43872 components: - type: Transform - pos: -176.5,50.5 + rot: 1.5707963267948966 rad + pos: -285.5,38.5 parent: 1 - - uid: 61812 + - uid: 43873 components: - type: Transform - pos: -175.5,50.5 + pos: -285.5,33.5 parent: 1 - - uid: 62399 + - uid: 43874 components: - type: Transform rot: -1.5707963267948966 rad - pos: -164.5,67.5 + pos: -281.5,31.5 parent: 1 - - uid: 62727 + - uid: 43875 components: - type: Transform - pos: -81.5,-14.5 + rot: 1.5707963267948966 rad + pos: -285.5,40.5 parent: 1 - - uid: 62731 + - uid: 43876 components: - type: Transform - pos: -82.5,-14.5 + rot: 3.141592653589793 rad + pos: -281.5,-32.5 parent: 1 - - uid: 62733 + - uid: 43877 components: - type: Transform - pos: -84.5,-14.5 + rot: 1.5707963267948966 rad + pos: -285.5,54.5 parent: 1 - - uid: 62734 + - uid: 43878 components: - type: Transform - pos: -85.5,-14.5 + rot: -1.5707963267948966 rad + pos: -281.5,-29.5 parent: 1 - - uid: 64122 + - uid: 43879 components: - type: Transform - pos: -83.5,-8.5 + pos: -285.5,54.5 parent: 1 -- proto: SteelOre1 - entities: - - uid: 61125 + - uid: 43880 components: - type: Transform - pos: 9.467006,155.93233 + rot: -1.5707963267948966 rad + pos: -281.5,-17.5 parent: 1 - - uid: 61153 + - uid: 43881 components: - type: Transform - pos: 9.675339,156.65108 + rot: 3.141592653589793 rad + pos: -166.5,69.5 parent: 1 - - uid: 61159 + - uid: 43882 components: - type: Transform - pos: 10.217006,156.40108 + rot: -1.5707963267948966 rad + pos: 310.5,99.5 parent: 1 -- proto: StimkitFilled - entities: - - uid: 4484 + - uid: 43883 components: - type: Transform - parent: 4482 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Stool + pos: 312.5,99.5 + parent: 1 +- proto: RailingRound entities: - - uid: 24080 + - uid: 43884 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.450542,-70.3662 + pos: 163.5,50.5 parent: 1 - - uid: 24081 +- proto: RailingYellow + entities: + - uid: 43885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.651934,-71.22077 + rot: -1.5707963267948966 rad + pos: -81.5,-163.5 parent: 1 - - uid: 24082 + - uid: 43886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 174.57109,98.75982 + pos: 76.5,-6.5 parent: 1 - - uid: 24083 + - uid: 43887 components: - type: Transform - pos: 96.481445,86.57433 + pos: 69.5,-6.5 parent: 1 -- proto: StoolBar - entities: - - uid: 24085 + - uid: 43888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 172.5,148.5 + pos: 77.5,-6.5 parent: 1 - - uid: 24086 + - uid: 43889 components: - type: Transform - pos: 175.5,150.5 + pos: 68.5,-6.5 parent: 1 - - uid: 24087 + - uid: 43890 components: - type: Transform - pos: 175.5,151.5 + pos: 75.5,-6.5 parent: 1 - - uid: 24088 + - uid: 43891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 173.5,148.5 + pos: 67.5,-6.5 parent: 1 - - uid: 24089 + - uid: 43892 components: - type: Transform - rot: 3.141592653589793 rad - pos: 171.5,148.5 + pos: 84.5,-42.5 parent: 1 - - uid: 24090 + - uid: 43893 components: - type: Transform - rot: 3.141592653589793 rad - pos: 170.5,148.5 + pos: 85.5,-42.5 parent: 1 - - uid: 24092 + - uid: 43894 components: - type: Transform - pos: 191.5,220.5 + pos: 30.5,-0.5 parent: 1 - - uid: 24093 + - uid: 43895 components: - type: Transform - pos: 190.5,220.5 + pos: 31.5,-0.5 parent: 1 -- proto: StreetFurnitureBillboardMassfusion1worn - entities: - - uid: 24095 + - uid: 43896 components: - type: Transform - pos: -42.5,-76.5 + pos: -30.5,63.5 parent: 1 - - uid: 24096 + - uid: 43897 components: - type: Transform - pos: 177.5,65.5 + pos: -29.5,63.5 parent: 1 -- proto: StreetFurnitureBillboardNukacola1worn - entities: - - uid: 24097 + - uid: 43898 components: - type: Transform - pos: 72.5,-1.5 + pos: -36.5,63.5 parent: 1 - - uid: 24098 + - uid: 43899 components: - type: Transform - pos: 78.5,-76.5 + pos: -37.5,63.5 parent: 1 -- proto: Stunbaton - entities: - - uid: 6790 + - uid: 43900 components: - type: Transform - pos: -184.48953,-104.47233 + rot: 1.5707963267948966 rad + pos: -64.5,16.5 parent: 1 - - uid: 6829 + - uid: 43901 components: - type: Transform - pos: 104.39738,-4.3810983 + pos: -65.5,15.5 parent: 1 - - uid: 7251 + - uid: 43902 components: - type: Transform - pos: -184.48953,-104.90983 + rot: 3.141592653589793 rad + pos: -66.5,18.5 parent: 1 - - uid: 11471 + - uid: 43903 components: - type: Transform - pos: -185.40271,30.719995 + rot: -1.5707963267948966 rad + pos: -67.5,16.5 parent: 1 - - uid: 49624 - components: - - type: Transform - parent: 44116 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SubstationWallBasic - entities: - - uid: 24099 + - uid: 43904 components: - type: Transform - pos: -33.5,-114.5 + rot: -1.5707963267948966 rad + pos: -67.5,17.5 parent: 1 -- proto: SurveillanceCameraEngineering - entities: - - uid: 24100 + - uid: 43905 components: - type: Transform rot: 1.5707963267948966 rad - pos: 193.5,218.5 + pos: -64.5,17.5 parent: 1 - - uid: 24101 + - uid: 43906 components: - type: Transform rot: 3.141592653589793 rad - pos: 198.5,222.5 + pos: -65.5,18.5 parent: 1 - - uid: 24102 + - uid: 43907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 193.5,213.5 + pos: -66.5,15.5 parent: 1 - - uid: 24103 + - uid: 43908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,209.5 + rot: -1.5707963267948966 rad + pos: -81.5,-164.5 parent: 1 - - uid: 24104 + - uid: 43909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 198.5,213.5 + rot: -1.5707963267948966 rad + pos: -81.5,-165.5 parent: 1 - - uid: 24105 + - uid: 43910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,207.5 + rot: 3.141592653589793 rad + pos: -79.5,-169.5 parent: 1 - - uid: 24106 + - uid: 43911 components: - type: Transform rot: 3.141592653589793 rad - pos: 198.5,219.5 + pos: -80.5,-169.5 parent: 1 - - uid: 24107 + - uid: 43912 components: - type: Transform rot: 3.141592653589793 rad - pos: 202.5,217.5 + pos: -77.5,-169.5 parent: 1 - - uid: 24108 + - uid: 43913 components: - type: Transform rot: 3.141592653589793 rad - pos: 198.5,202.5 + pos: -78.5,-169.5 parent: 1 - - uid: 24109 + - uid: 43914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 200.5,208.5 + rot: 1.5707963267948966 rad + pos: 156.5,-182.5 parent: 1 - - uid: 24110 + - uid: 43915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 202.5,222.5 + rot: 1.5707963267948966 rad + pos: 156.5,-178.5 parent: 1 - - uid: 24111 + - uid: 43916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,213.5 + rot: 1.5707963267948966 rad + pos: 156.5,-181.5 parent: 1 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 24112 + - uid: 43917 components: - type: Transform - pos: 202.5,222.5 + rot: 1.5707963267948966 rad + pos: 156.5,-180.5 parent: 1 -- proto: SurveillanceCameraScience - entities: - - uid: 24113 + - uid: 43918 components: - type: Transform rot: 1.5707963267948966 rad - pos: 216.5,185.5 + pos: 156.5,-179.5 parent: 1 -- proto: SyndicateWhistle - entities: - - uid: 24115 + - uid: 43919 components: - type: Transform rot: -1.5707963267948966 rad - pos: 159.73811,131.67494 + pos: 163.5,-173.5 parent: 1 -- proto: SynthesizerInstrument - entities: - - uid: 55221 + - uid: 43920 components: - type: Transform - pos: 139.54231,2.8374925 + rot: -1.5707963267948966 rad + pos: 163.5,-174.5 parent: 1 -- proto: Syringe - entities: - - uid: 47779 + - uid: 43921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.575066,150.5942 + rot: -1.5707963267948966 rad + pos: 163.5,-170.5 parent: 1 - - uid: 47781 + - uid: 43922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.700066,150.67752 + rot: -1.5707963267948966 rad + pos: 163.5,-169.5 parent: 1 -- proto: Table - entities: - - uid: 24116 + - uid: 43923 components: - type: Transform rot: -1.5707963267948966 rad - pos: -99.5,-130.5 + pos: 163.5,-166.5 parent: 1 - - uid: 24117 + - uid: 43924 components: - type: Transform - pos: 101.5,-40.5 + rot: -1.5707963267948966 rad + pos: 163.5,-165.5 parent: 1 - - uid: 24118 + - uid: 43925 components: - type: Transform - pos: 101.5,-41.5 + rot: -1.5707963267948966 rad + pos: 163.5,-162.5 parent: 1 - - uid: 24119 + - uid: 43926 components: - type: Transform rot: -1.5707963267948966 rad - pos: 101.5,-37.5 + pos: 163.5,-161.5 parent: 1 - - uid: 24120 + - uid: 43927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,-38.5 + rot: 3.141592653589793 rad + pos: 156.5,-160.5 parent: 1 - - uid: 24121 + - uid: 43928 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-125.5 + pos: 157.5,-160.5 parent: 1 - - uid: 24122 + - uid: 43929 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-127.5 + pos: 158.5,-160.5 parent: 1 - - uid: 24123 + - uid: 43930 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-126.5 + pos: 159.5,-160.5 parent: 1 -- proto: TableCarpet - entities: - - uid: 24124 + - uid: 43931 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,-103.5 + pos: 305.5,101.5 parent: 1 - - uid: 24125 + - uid: 43932 components: - type: Transform rot: -1.5707963267948966 rad - pos: -73.5,-103.5 + pos: 305.5,104.5 parent: 1 -- proto: TableCounterMetal - entities: - - uid: 24126 + - uid: 43933 components: - type: Transform - pos: -55.5,-99.5 + rot: -1.5707963267948966 rad + pos: 305.5,100.5 parent: 1 - - uid: 24127 + - uid: 43934 components: - type: Transform - pos: -51.5,-99.5 + rot: -1.5707963267948966 rad + pos: 317.5,100.5 parent: 1 - - uid: 24128 + - uid: 43935 components: - type: Transform - pos: -49.5,-99.5 + rot: -1.5707963267948966 rad + pos: 317.5,101.5 parent: 1 - - uid: 24129 + - uid: 43936 components: - type: Transform - pos: -53.5,-105.5 + rot: -1.5707963267948966 rad + pos: 317.5,104.5 parent: 1 - - uid: 24130 + - uid: 43937 components: - type: Transform - pos: -52.5,-105.5 + rot: -1.5707963267948966 rad + pos: 317.5,103.5 parent: 1 - - uid: 24131 + - uid: 43938 components: - type: Transform - pos: -52.5,-106.5 + rot: -1.5707963267948966 rad + pos: 305.5,103.5 parent: 1 - - uid: 47266 + - uid: 43939 components: - type: Transform - pos: -367.5,106.5 + rot: 3.141592653589793 rad + pos: 309.5,96.5 parent: 1 - - uid: 47377 + - uid: 43940 components: - type: Transform - pos: -366.5,106.5 + rot: 3.141592653589793 rad + pos: 310.5,96.5 parent: 1 - - uid: 47632 + - uid: 43941 components: - type: Transform - pos: 58.5,160.5 + rot: 3.141592653589793 rad + pos: 313.5,96.5 parent: 1 - - uid: 47728 + - uid: 43942 components: - type: Transform - pos: 58.5,157.5 + rot: 3.141592653589793 rad + pos: 312.5,96.5 parent: 1 - - uid: 47735 + - uid: 43943 components: - type: Transform - pos: 56.5,155.5 + rot: 3.141592653589793 rad + pos: 311.5,96.5 parent: 1 - - uid: 47736 +- proto: RailingYellowCorner + entities: + - uid: 43944 components: - type: Transform - pos: 56.5,158.5 + pos: -64.5,15.5 parent: 1 - - uid: 47738 + - uid: 43945 components: - type: Transform - pos: 58.5,154.5 + rot: 1.5707963267948966 rad + pos: -64.5,18.5 parent: 1 - - uid: 47753 + - uid: 43946 components: - type: Transform - pos: 56.5,161.5 + rot: -1.5707963267948966 rad + pos: -67.5,15.5 parent: 1 - - uid: 55689 + - uid: 43947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,63.5 + rot: 3.141592653589793 rad + pos: -67.5,18.5 parent: 1 -- proto: TableFrame - entities: - - uid: 24132 + - uid: 43948 components: - type: Transform - pos: -99.5,-131.5 + rot: -1.5707963267948966 rad + pos: -81.5,-169.5 parent: 1 - - uid: 24133 +- proto: RailingYellowEnd + entities: + - uid: 43949 components: - type: Transform - pos: 185.5,25.5 + rot: 3.141592653589793 rad + pos: 163.5,-160.5 parent: 1 - - uid: 24134 + - uid: 43950 components: - type: Transform - pos: 185.5,26.5 + rot: 3.141592653589793 rad + pos: 163.5,-164.5 parent: 1 - - uid: 65531 + - uid: 43951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-122.5 + pos: 156.5,-183.5 parent: 1 -- proto: TableGlass - entities: - - uid: 24135 + - uid: 43952 components: - type: Transform - pos: 186.5,220.5 + rot: 1.5707963267948966 rad + pos: 86.5,-42.5 parent: 1 - - uid: 24136 + - uid: 43953 components: - type: Transform - pos: 187.5,220.5 + rot: -1.5707963267948966 rad + pos: 66.5,-6.5 parent: 1 - - uid: 24137 + - uid: 43954 components: - type: Transform - pos: 185.5,220.5 + rot: 1.5707963267948966 rad + pos: 78.5,-6.5 parent: 1 - - uid: 24138 + - uid: 43955 components: - type: Transform - pos: 185.5,219.5 + rot: -1.5707963267948966 rad + pos: 74.5,-6.5 parent: 1 - - uid: 24139 + - uid: 43956 components: - type: Transform - pos: 185.5,219.5 + rot: 1.5707963267948966 rad + pos: 70.5,-6.5 parent: 1 - - uid: 24140 + - uid: 43957 components: - type: Transform - pos: 185.5,218.5 + rot: -1.5707963267948966 rad + pos: 83.5,-42.5 parent: 1 - - uid: 65530 + - uid: 43958 components: - type: Transform rot: 1.5707963267948966 rad - pos: 101.5,-124.5 + pos: 81.5,-42.5 parent: 1 -- proto: TableReinforced - entities: - - uid: 55405 + - uid: 43959 components: - type: Transform - pos: -162.5,-114.5 + rot: 1.5707963267948966 rad + pos: 32.5,-0.5 parent: 1 - - uid: 55413 + - uid: 43960 components: - type: Transform - pos: -162.5,-110.5 + rot: 1.5707963267948966 rad + pos: -76.5,-169.5 parent: 1 - - uid: 55439 + - uid: 43961 components: - type: Transform - pos: -162.5,-111.5 + rot: 3.141592653589793 rad + pos: -81.5,-168.5 parent: 1 - - uid: 55490 + - uid: 43962 components: - type: Transform - pos: -162.5,-113.5 + pos: -81.5,-166.5 parent: 1 -- proto: TableReinforcedGlass - entities: - - uid: 24186 + - uid: 43963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-114.5 + pos: 163.5,-163.5 parent: 1 - - uid: 24187 + - uid: 43964 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-115.5 + pos: 156.5,-177.5 parent: 1 - - uid: 24188 + - uid: 43965 components: - type: Transform - pos: 202.5,213.5 + pos: 163.5,-167.5 parent: 1 - - uid: 24189 + - uid: 43966 components: - type: Transform - pos: 202.5,211.5 + pos: 163.5,-171.5 parent: 1 - - uid: 24190 + - uid: 43967 components: - type: Transform - pos: 202.5,212.5 + rot: 3.141592653589793 rad + pos: 163.5,-168.5 parent: 1 - - uid: 24191 + - uid: 43968 components: - type: Transform - pos: 201.5,211.5 + rot: 3.141592653589793 rad + pos: 163.5,-172.5 parent: 1 - - uid: 24192 + - uid: 43969 components: - type: Transform - pos: 202.5,212.5 + pos: 163.5,-175.5 parent: 1 -- proto: TableStone - entities: - - uid: 24193 + - uid: 43970 components: - type: Transform - rot: 3.141592653589793 rad - pos: 153.5,145.5 + rot: 1.5707963267948966 rad + pos: 160.5,-160.5 parent: 1 - - uid: 24194 + - uid: 43971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 155.5,145.5 + rot: -1.5707963267948966 rad + pos: 155.5,-160.5 parent: 1 -- proto: TableWood +- proto: RandomBasaltRockSpawner entities: - - uid: 24195 + - uid: 43972 components: - type: Transform - pos: -78.5,-120.5 + pos: -214.5,19.5 parent: 1 - - uid: 24196 + - uid: 43973 components: - type: Transform - pos: -77.5,-120.5 + pos: -214.5,16.5 parent: 1 - - uid: 24197 + - uid: 43974 components: - type: Transform - pos: -79.5,-120.5 + pos: -214.5,18.5 parent: 1 - - uid: 24198 + - uid: 43975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-111.5 + pos: -214.5,21.5 parent: 1 - - uid: 24199 + - uid: 43976 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-111.5 + pos: -214.5,20.5 parent: 1 - - uid: 24200 + - uid: 43977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-111.5 + pos: -214.5,17.5 parent: 1 - - uid: 24201 + - uid: 43978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-111.5 + pos: -214.5,22.5 parent: 1 - - uid: 24202 + - uid: 43979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-185.5 + pos: -214.5,23.5 parent: 1 - - uid: 24203 + - uid: 43980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -192.5,-186.5 + pos: -213.5,16.5 parent: 1 - - uid: 24204 + - uid: 43981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,192.5 + pos: -213.5,17.5 parent: 1 - - uid: 24205 + - uid: 43982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 158.5,191.5 + pos: -213.5,18.5 parent: 1 -- proto: TargetDarts - entities: - - uid: 24208 + - uid: 43983 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-107.5 + pos: -213.5,19.5 parent: 1 -- proto: TargetHuman - entities: - - uid: 6401 + - uid: 43984 components: - type: Transform - pos: 215.5,-47.5 + pos: -213.5,20.5 parent: 1 - - uid: 8034 + - uid: 43985 components: - type: Transform - pos: 215.5,-46.5 + pos: -213.5,21.5 parent: 1 - - uid: 10682 + - uid: 43986 components: - type: Transform - pos: 210.5,-52.5 + pos: -213.5,22.5 parent: 1 - - uid: 12490 + - uid: 43987 components: - type: Transform - pos: 216.5,-46.5 + pos: -213.5,23.5 parent: 1 - - uid: 17487 + - uid: 43988 components: - type: Transform - pos: 208.5,-52.5 + pos: -212.5,16.5 parent: 1 - - uid: 23392 + - uid: 43989 components: - type: Transform - pos: -193.5,-135.5 + pos: -212.5,17.5 parent: 1 - - uid: 65252 + - uid: 43990 components: - type: Transform - pos: 216.5,-47.5 + pos: -212.5,18.5 parent: 1 -- proto: TelecomServer - entities: - - uid: 62583 + - uid: 43991 components: - type: Transform - pos: -138.5,59.5 + pos: -212.5,19.5 parent: 1 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 62585 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: TelecomServerFilled - entities: - - uid: 65048 + - uid: 43992 components: - type: Transform - pos: -125.5,63.5 + pos: -212.5,20.5 parent: 1 -- proto: TobaccoSeeds - entities: - - uid: 10109 + - uid: 43993 components: - type: Transform - pos: 26.70448,-60.33082 + pos: -212.5,21.5 parent: 1 - - uid: 48145 + - uid: 43994 components: - type: Transform - pos: 26.542671,-60.098335 + pos: -212.5,22.5 parent: 1 -- proto: ToiletDirtyWater - entities: - - uid: 24209 + - uid: 43995 components: - type: Transform - pos: 94.5,115.5 + pos: -212.5,23.5 parent: 1 - - uid: 24210 + - uid: 43996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-109.5 + pos: -211.5,16.5 parent: 1 - - uid: 24211 + - uid: 43997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-111.5 + pos: -211.5,17.5 parent: 1 - - uid: 24212 + - uid: 43998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-109.5 + pos: -211.5,18.5 parent: 1 - - uid: 24213 + - uid: 43999 components: - type: Transform - pos: 109.5,-4.5 + pos: -211.5,19.5 parent: 1 - - uid: 24214 + - uid: 44000 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-60.5 + pos: -211.5,20.5 parent: 1 - - uid: 24215 + - uid: 44001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-105.5 + pos: -211.5,21.5 parent: 1 - - uid: 50083 + - uid: 44002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 118.5,7.5 + pos: -211.5,22.5 parent: 1 -- proto: ToiletEmpty - entities: - - uid: 24216 + - uid: 44003 components: - type: Transform - pos: 213.5,-25.5 + pos: -211.5,23.5 parent: 1 - - uid: 24217 + - uid: 44004 components: - type: Transform - pos: -41.5,-131.5 + pos: -210.5,16.5 parent: 1 - - uid: 47379 + - uid: 44005 components: - type: Transform - pos: -364.5,106.5 + pos: -210.5,17.5 parent: 1 - - uid: 47950 + - uid: 44006 components: - type: Transform - pos: -155.5,73.5 + pos: -210.5,18.5 parent: 1 - - uid: 49846 + - uid: 44007 components: - type: Transform - rot: 3.141592653589793 rad - pos: 107.5,8.5 + pos: -210.5,19.5 parent: 1 -- proto: TomDrumsInstrument - entities: - - uid: 5152 + - uid: 44008 components: - type: Transform - pos: 168.5,173.5 + pos: -210.5,20.5 parent: 1 - - uid: 61514 + - uid: 44009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,-5.5 + pos: -210.5,21.5 parent: 1 -- proto: ToolboxElectrical - entities: - - uid: 24218 + - uid: 44010 components: - type: Transform - pos: 96.60185,85.7096 + pos: -210.5,22.5 parent: 1 - - uid: 24219 + - uid: 44011 components: - type: Transform - pos: 162.4445,37.680832 + pos: -210.5,23.5 parent: 1 - - uid: 24220 + - uid: 44012 components: - type: Transform - pos: 175.54471,99.5745 + pos: -209.5,16.5 parent: 1 -- proto: ToolboxElectricalFilled - entities: - - uid: 24221 + - uid: 44013 components: - type: Transform - pos: -36.505947,-113.16584 + pos: -209.5,17.5 parent: 1 - - uid: 24222 + - uid: 44014 components: - type: Transform - pos: -290.4796,-87.33432 + pos: -209.5,18.5 parent: 1 - - uid: 55744 + - uid: 44015 components: - type: Transform - pos: -192.5,-98.5 + pos: -209.5,19.5 parent: 1 - - uid: 61102 + - uid: 44016 components: - type: Transform - pos: 15.708857,143.58 + pos: -209.5,20.5 parent: 1 -- proto: ToolboxMechanicalFilled - entities: - - uid: 10204 + - uid: 44017 components: - type: Transform - pos: -167.53836,-118.37454 + pos: -209.5,21.5 parent: 1 - - uid: 10213 + - uid: 44018 components: - type: Transform - pos: -194.5,-101.5 + pos: -209.5,22.5 parent: 1 - - uid: 24224 + - uid: 44019 components: - type: Transform - pos: 144.60446,171.034 + pos: -209.5,23.5 parent: 1 - - uid: 61077 + - uid: 44020 components: - type: Transform - pos: 16.21617,143.35129 + pos: -208.5,16.5 parent: 1 -- proto: Torch - entities: - - uid: 24225 + - uid: 44021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 206.27342,170.0199 + pos: -208.5,17.5 parent: 1 -- proto: TorsoSkeleton - entities: - - uid: 6048 - components: - - type: Transform - parent: 6035 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24226 + - uid: 44022 components: - type: Transform - pos: -47.478718,-127.24796 + pos: -208.5,18.5 parent: 1 - - uid: 65029 + - uid: 44023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.9391398,-32.56632 + pos: -208.5,19.5 parent: 1 -- proto: ToyDurand - entities: - - uid: 55683 + - uid: 44024 components: - type: Transform - pos: -36.883995,67.80638 + pos: -208.5,20.5 parent: 1 -- proto: ToyFigurineCargoTech - entities: - - uid: 6063 - components: - - type: Transform - parent: 6061 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ToyFigurineChiefMedicalOfficer - entities: - - uid: 55691 + - uid: 44025 components: - type: Transform - pos: -38.09579,67.85446 + pos: -208.5,21.5 parent: 1 -- proto: ToyFigurineMouse - entities: - - uid: 65418 + - uid: 44026 components: - type: Transform - parent: 65415 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ToyFigurineSlime - entities: - - uid: 65417 + pos: -208.5,22.5 + parent: 1 + - uid: 44027 components: - type: Transform - parent: 65415 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ToyFigurineWarden - entities: - - uid: 24228 + pos: -208.5,23.5 + parent: 1 + - uid: 44028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.27026,101.46539 + pos: -207.5,16.5 parent: 1 -- proto: ToyGygax - entities: - - uid: 24229 + - uid: 44029 components: - type: Transform - pos: -48.174248,-126.91994 + pos: -207.5,17.5 parent: 1 -- proto: ToySword - entities: - - uid: 65416 + - uid: 44030 components: - type: Transform - parent: 65415 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: TrashBag - entities: - - uid: 24230 + pos: -207.5,18.5 + parent: 1 + - uid: 44031 components: - type: Transform - pos: 132.06424,-15.665754 + pos: -207.5,19.5 parent: 1 -- proto: TrashBakedBananaPeel - entities: - - uid: 4720 + - uid: 44032 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24231 + pos: -207.5,20.5 + parent: 1 + - uid: 44033 components: - type: Transform - pos: 186.64627,59.51033 + pos: -207.5,21.5 parent: 1 - - uid: 24232 + - uid: 44034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.6619,58.85408 + pos: -207.5,22.5 parent: 1 -- proto: TrashBananaPeel - entities: - - uid: 4721 + - uid: 44035 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 4722 + pos: -207.5,23.5 + parent: 1 + - uid: 44036 components: - type: Transform - parent: 4706 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 24233 + pos: -206.5,16.5 + parent: 1 + - uid: 44037 components: - type: Transform - pos: -44.471336,-111.419716 + pos: -206.5,17.5 parent: 1 - - uid: 24234 + - uid: 44038 components: - type: Transform - pos: 158.64508,-92.52079 + pos: -206.5,18.5 parent: 1 -- proto: TromboneInstrument - entities: - - uid: 55229 + - uid: 44039 components: - type: Transform - pos: 136.51456,2.9074078 + pos: -206.5,19.5 parent: 1 -- proto: TrumpetInstrument - entities: - - uid: 50333 + - uid: 44040 components: - type: Transform - pos: 140.54399,2.827076 + pos: -206.5,20.5 parent: 1 -- proto: TurboItemRecharger - entities: - - uid: 61970 + - uid: 44041 components: - type: Transform - pos: -170.5,65.5 + pos: -206.5,21.5 parent: 1 -- proto: UnfinishedMachineFrame - entities: - - uid: 24235 + - uid: 44042 components: - type: Transform - pos: -288.5,-85.5 + pos: -206.5,22.5 parent: 1 -- proto: UprightPianoInstrument - entities: - - uid: 23793 + - uid: 44043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 139.5,-2.5 + pos: -206.5,23.5 parent: 1 -- proto: Urn - entities: - - uid: 24236 + - uid: 44044 components: - type: Transform - pos: -50.823853,-110.42571 + pos: -205.5,16.5 parent: 1 -- proto: Vaccine - entities: - - uid: 24238 + - uid: 44045 components: - type: Transform - rot: 3.141592653589793 rad - pos: 188.43073,220.49278 + pos: -205.5,17.5 parent: 1 -- proto: VendingMachineCondiments - entities: - - uid: 24240 + - uid: 44046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,-16.5 + pos: -205.5,18.5 parent: 1 - - uid: 47474 + - uid: 44047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -369.5,101.5 + pos: -205.5,19.5 parent: 1 -- proto: VendingMachineWallMedical - entities: - - uid: 24242 + - uid: 44048 components: - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,221.5 + pos: -205.5,20.5 parent: 1 -- proto: VestineChemistryVial - entities: - - uid: 24243 + - uid: 44049 components: - type: Transform - pos: 186.31892,220.74944 + pos: -205.5,21.5 parent: 1 -- proto: WallNecropolis - entities: - - uid: 317 + - uid: 44050 components: - type: Transform - pos: 180.5,124.5 + pos: -205.5,22.5 parent: 1 - - uid: 321 + - uid: 44051 components: - type: Transform - pos: 181.5,124.5 + pos: -205.5,23.5 parent: 1 - - uid: 7223 +- proto: RandomDrinkBottle + entities: + - uid: 44052 components: - type: Transform - pos: 191.5,133.5 + pos: 213.5,181.5 parent: 1 - - uid: 7695 +- proto: RandomFoodSingle + entities: + - uid: 44053 components: - type: Transform - pos: 183.5,124.5 + pos: 136.5,-10.5 parent: 1 - - uid: 15034 +- proto: RandomGreyStalagmite + entities: + - uid: 44054 components: - type: Transform - pos: 184.5,124.5 + pos: 213.5,170.5 parent: 1 - - uid: 15039 + - uid: 44055 components: - type: Transform - pos: 190.5,124.5 + pos: 212.5,176.5 parent: 1 - - uid: 17907 + - uid: 44056 components: - type: Transform - pos: 178.5,130.5 + pos: 214.5,175.5 parent: 1 - - uid: 17908 + - uid: 44057 components: - type: Transform - pos: 179.5,130.5 + pos: 212.5,172.5 parent: 1 - - uid: 17909 + - uid: 44058 components: - type: Transform - pos: 181.5,133.5 + pos: 202.5,174.5 parent: 1 - - uid: 17912 + - uid: 44059 components: - type: Transform - pos: 179.5,136.5 + pos: 205.5,178.5 parent: 1 - - uid: 17913 + - uid: 44060 components: - type: Transform - pos: 198.5,137.5 + pos: 202.5,181.5 parent: 1 - - uid: 17914 + - uid: 44061 components: - type: Transform - pos: 189.5,124.5 + pos: 202.5,180.5 parent: 1 - - uid: 17917 + - uid: 44062 components: - type: Transform - pos: 182.5,135.5 + pos: 203.5,184.5 parent: 1 - - uid: 19907 + - uid: 44063 components: - type: Transform - pos: 179.5,127.5 + pos: 204.5,184.5 parent: 1 - - uid: 25216 + - uid: 44064 components: - type: Transform - pos: 177.5,133.5 + pos: 204.5,185.5 parent: 1 - - uid: 26650 +- proto: RandomSpawner + entities: + - uid: 44065 components: - type: Transform - pos: 177.5,130.5 + pos: 187.5,58.5 parent: 1 - - uid: 26922 +- proto: ReagentContainerCornmeal + entities: + - uid: 7749 components: - type: Transform - pos: 181.5,134.5 - parent: 1 - - uid: 26951 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 44066 components: - type: Transform - pos: 181.5,127.5 + pos: 32.771194,149.28108 parent: 1 - - uid: 27004 +- proto: ReagentContainerFlour + entities: + - uid: 7750 components: - type: Transform - pos: 198.5,132.5 - parent: 1 - - uid: 27029 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7751 components: - type: Transform - pos: 198.5,130.5 - parent: 1 - - uid: 27030 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 44067 components: - type: Transform - pos: 180.5,127.5 + pos: 32.588615,149.8437 parent: 1 - - uid: 27055 +- proto: ReagentContainerRice + entities: + - uid: 7752 components: - type: Transform - pos: 186.5,123.5 - parent: 1 - - uid: 27068 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ReagentContainerSugar + entities: + - uid: 7753 components: - type: Transform - pos: 182.5,124.5 - parent: 1 - - uid: 27171 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 7754 components: - type: Transform - pos: 185.5,124.5 - parent: 1 - - uid: 27172 + parent: 7737 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ReinforcedGirder + entities: + - uid: 44068 components: - type: Transform - pos: 180.5,126.5 + pos: 173.5,-65.5 parent: 1 - - uid: 27175 +- proto: ReinforcedWindow + entities: + - uid: 44069 components: - type: Transform - pos: 187.5,123.5 + pos: -144.5,56.5 parent: 1 - - uid: 27179 + - uid: 44070 components: - type: Transform - pos: 176.5,127.5 + pos: -144.5,60.5 parent: 1 - - uid: 27180 + - uid: 44071 components: - type: Transform - pos: 179.5,137.5 + pos: -169.5,59.5 parent: 1 - - uid: 27181 + - uid: 44072 components: - type: Transform - pos: 176.5,130.5 + pos: -168.5,59.5 parent: 1 - - uid: 27204 + - uid: 44073 components: - type: Transform - pos: 176.5,128.5 + pos: -167.5,64.5 parent: 1 - - uid: 27228 + - uid: 44074 components: - type: Transform - pos: 174.5,131.5 + pos: -149.5,56.5 parent: 1 - - uid: 27231 + - uid: 44075 components: - type: Transform - pos: 175.5,137.5 + pos: -148.5,60.5 parent: 1 - - uid: 27234 + - uid: 44076 components: - type: Transform - pos: 180.5,129.5 + pos: -167.5,49.5 parent: 1 - - uid: 27331 + - uid: 44077 components: - type: Transform - pos: 183.5,130.5 + pos: -172.5,60.5 parent: 1 - - uid: 27336 + - uid: 44078 components: - type: Transform - pos: 185.5,130.5 + pos: -137.5,60.5 parent: 1 - - uid: 27338 + - uid: 44079 components: - type: Transform - pos: 184.5,130.5 + pos: -167.5,51.5 parent: 1 - - uid: 27425 + - uid: 44080 components: - type: Transform - pos: 173.5,132.5 + rot: 1.5707963267948966 rad + pos: -107.5,-173.5 parent: 1 - - uid: 27463 + - uid: 44081 components: - type: Transform - pos: 181.5,135.5 + rot: 1.5707963267948966 rad + pos: -113.5,-170.5 parent: 1 - - uid: 27464 + - uid: 44082 components: - type: Transform - pos: 185.5,123.5 + rot: 1.5707963267948966 rad + pos: -111.5,-173.5 parent: 1 - - uid: 27465 + - uid: 44083 components: - type: Transform - pos: 182.5,130.5 + rot: 1.5707963267948966 rad + pos: -112.5,-173.5 parent: 1 - - uid: 27474 + - uid: 44084 components: - type: Transform - pos: 181.5,130.5 + rot: 1.5707963267948966 rad + pos: -113.5,-171.5 parent: 1 - - uid: 27484 + - uid: 44085 components: - type: Transform - pos: 174.5,132.5 + rot: 1.5707963267948966 rad + pos: -108.5,-173.5 parent: 1 - - uid: 27486 + - uid: 44086 components: - type: Transform - pos: 180.5,130.5 + rot: 1.5707963267948966 rad + pos: -106.5,-173.5 parent: 1 - - uid: 27488 + - uid: 44087 components: - type: Transform - pos: 180.5,128.5 + rot: 1.5707963267948966 rad + pos: -109.5,-173.5 parent: 1 - - uid: 27491 + - uid: 44088 components: - type: Transform - pos: 172.5,135.5 + rot: 1.5707963267948966 rad + pos: -110.5,-173.5 parent: 1 - - uid: 27502 + - uid: 44089 components: - type: Transform - pos: 199.5,137.5 + rot: 1.5707963267948966 rad + pos: -113.5,-172.5 parent: 1 - - uid: 27503 + - uid: 44090 components: - type: Transform - pos: 172.5,134.5 + rot: 3.141592653589793 rad + pos: -98.5,-131.5 parent: 1 - - uid: 27505 + - uid: 44091 components: - type: Transform - pos: 173.5,133.5 + pos: 177.5,-72.5 parent: 1 - - uid: 28145 + - uid: 44092 components: - type: Transform - pos: 176.5,126.5 + pos: 176.5,-72.5 parent: 1 - - uid: 28827 + - uid: 44093 components: - type: Transform - pos: 172.5,133.5 + pos: 165.5,-71.5 parent: 1 - - uid: 28842 + - uid: 44094 components: - type: Transform - pos: 187.5,128.5 + pos: 175.5,-74.5 parent: 1 - - uid: 28930 + - uid: 44095 components: - type: Transform - pos: 175.5,135.5 + pos: 165.5,-70.5 parent: 1 - - uid: 28970 + - uid: 44096 components: - type: Transform - pos: 183.5,125.5 + pos: 162.5,-74.5 parent: 1 - - uid: 28971 + - uid: 44097 components: - type: Transform - pos: 172.5,136.5 + pos: 164.5,-74.5 parent: 1 - - uid: 29179 + - uid: 44098 components: - type: Transform - pos: 175.5,136.5 + pos: 163.5,-74.5 parent: 1 - - uid: 29180 + - uid: 44099 components: - type: Transform - pos: 171.5,136.5 + pos: 168.5,-72.5 parent: 1 - - uid: 29181 + - uid: 44100 components: - type: Transform - pos: 189.5,128.5 + pos: 167.5,-72.5 parent: 1 - - uid: 29182 + - uid: 44101 components: - type: Transform - pos: 176.5,135.5 + pos: 169.5,-72.5 parent: 1 - - uid: 29185 + - uid: 44102 components: - type: Transform - pos: 192.5,133.5 + pos: 175.5,-75.5 parent: 1 - - uid: 29186 + - uid: 44103 components: - type: Transform - pos: 191.5,129.5 + rot: 1.5707963267948966 rad + pos: -28.5,59.5 parent: 1 - - uid: 29193 + - uid: 44104 components: - type: Transform - pos: 188.5,128.5 + rot: 1.5707963267948966 rad + pos: -28.5,60.5 parent: 1 - - uid: 29194 + - uid: 44105 components: - type: Transform - pos: 180.5,135.5 + rot: 1.5707963267948966 rad + pos: -28.5,58.5 parent: 1 - - uid: 29196 + - uid: 44106 components: - type: Transform - pos: 191.5,134.5 + pos: -164.5,54.5 parent: 1 - - uid: 29197 + - uid: 44107 components: - type: Transform - pos: 185.5,137.5 + pos: -167.5,50.5 parent: 1 - - uid: 29199 + - uid: 44108 components: - type: Transform - pos: 176.5,134.5 + pos: -134.5,60.5 parent: 1 - - uid: 29200 + - uid: 44109 components: - type: Transform - pos: 192.5,130.5 + pos: -135.5,60.5 parent: 1 - - uid: 29201 + - uid: 44110 components: - type: Transform - pos: 192.5,129.5 + pos: -138.5,60.5 parent: 1 - - uid: 29202 + - uid: 44111 components: - type: Transform - pos: 190.5,128.5 + pos: -172.5,62.5 parent: 1 - - uid: 29210 + - uid: 44112 components: - type: Transform - pos: 190.5,129.5 + pos: -165.5,54.5 parent: 1 - - uid: 29212 + - uid: 44113 components: - type: Transform - pos: 198.5,133.5 + pos: -153.5,56.5 parent: 1 - - uid: 29214 +- proto: RightArmSkeleton + entities: + - uid: 7709 components: - type: Transform - pos: 198.5,129.5 - parent: 1 - - uid: 29215 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44114 components: - type: Transform - pos: 198.5,131.5 + rot: 3.141592653589793 rad + pos: -48.35775,-126.27921 parent: 1 - - uid: 29216 + - uid: 44115 components: - type: Transform - pos: 175.5,130.5 + pos: -0.5681878,-28.245771 parent: 1 - - uid: 29217 +- proto: RightFootSkeleton + entities: + - uid: 7710 components: - type: Transform - pos: 198.5,134.5 - parent: 1 - - uid: 29218 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: RightHandSkeleton + entities: + - uid: 7711 components: - type: Transform - pos: 190.5,133.5 - parent: 1 - - uid: 29219 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44116 components: - type: Transform - pos: 183.5,127.5 + rot: 3.141592653589793 rad + pos: -46.3265,-126.06046 parent: 1 - - uid: 29227 +- proto: RightLegSkeleton + entities: + - uid: 7712 components: - type: Transform - pos: 198.5,136.5 - parent: 1 - - uid: 29228 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44117 components: - type: Transform - pos: 179.5,135.5 + rot: -1.5707963267948966 rad + pos: -46.264,-127.23234 parent: 1 - - uid: 29229 + - uid: 44118 components: - type: Transform - pos: 183.5,126.5 + pos: -3.1182673,-29.346525 parent: 1 - - uid: 29230 +- proto: RobustHarvestChemistryBottle + entities: + - uid: 44119 components: - type: Transform - pos: 183.5,128.5 + pos: 216.81236,184.64697 parent: 1 - - uid: 29231 +- proto: RollingPin + entities: + - uid: 232 components: - type: Transform - pos: 186.5,138.5 - parent: 1 - - uid: 29232 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: RubberStampApproved + entities: + - uid: 44120 components: - type: Transform - pos: 186.5,137.5 + pos: 165.60326,55.190266 parent: 1 - - uid: 29233 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 44121 components: - type: Transform - pos: 187.5,137.5 + pos: 130.5,28.5 parent: 1 - - uid: 29234 + - uid: 44122 components: - type: Transform - pos: 187.5,138.5 + pos: 129.5,30.5 parent: 1 - - uid: 29235 +- proto: Saw + entities: + - uid: 44123 components: - type: Transform - pos: 188.5,138.5 + pos: 177.5526,160.95271 parent: 1 - - uid: 29236 + - uid: 44124 components: - type: Transform - pos: 188.5,139.5 + pos: -221.47728,-92.84712 parent: 1 - - uid: 29244 +- proto: SaxophoneInstrument + entities: + - uid: 44125 components: - type: Transform - pos: 188.5,141.5 + pos: 135.47974,0.4178242 parent: 1 - - uid: 29245 +- proto: Screwdriver + entities: + - uid: 44126 components: - type: Transform - pos: 188.5,142.5 + pos: 180.56493,20.84483 parent: 1 - - uid: 29246 + - uid: 44127 components: - type: Transform - pos: 189.5,142.5 + pos: 18.304577,147.34526 parent: 1 - - uid: 29247 +- proto: ShardGlass + entities: + - uid: 44128 components: - type: Transform - pos: 190.5,142.5 + rot: 1.5707963267948966 rad + pos: -86.490814,-105.35879 parent: 1 - - uid: 29248 + - uid: 44129 components: - type: Transform - pos: 191.5,142.5 + rot: -1.5707963267948966 rad + pos: -88.67232,-107.28066 parent: 1 - - uid: 29249 + - uid: 44130 components: - type: Transform - pos: 176.5,129.5 + rot: -1.5707963267948966 rad + pos: -88.43794,-106.53066 parent: 1 - - uid: 29250 + - uid: 44131 components: - type: Transform - pos: 182.5,138.5 + rot: -1.5707963267948966 rad + pos: 162.60185,56.62031 parent: 1 - - uid: 29251 + - uid: 44132 components: - type: Transform - pos: 182.5,137.5 + rot: 3.141592653589793 rad + pos: 162.53935,56.12031 parent: 1 - - uid: 29252 + - uid: 44133 components: - type: Transform - pos: 183.5,137.5 + rot: 3.141592653589793 rad + pos: 56.87392,56.33008 parent: 1 - - uid: 29253 + - uid: 44134 components: - type: Transform - pos: 184.5,138.5 + rot: -1.5707963267948966 rad + pos: 58.34159,40.51718 parent: 1 - - uid: 29254 + - uid: 44135 components: - type: Transform - pos: 184.5,137.5 + pos: 56.91469,41.292736 parent: 1 - - uid: 29255 + - uid: 44136 components: - type: Transform - pos: 185.5,138.5 + rot: 1.5707963267948966 rad + pos: 56.112347,42.371 parent: 1 - - uid: 29261 + - uid: 44137 components: - type: Transform - pos: 180.5,133.5 + rot: -1.5707963267948966 rad + pos: 58.178516,54.95542 parent: 1 - - uid: 29262 + - uid: 44138 components: - type: Transform - pos: 178.5,133.5 + rot: -1.5707963267948966 rad + pos: 58.34159,41.174587 parent: 1 - - uid: 29263 + - uid: 44139 components: - type: Transform - pos: 182.5,123.5 + pos: 178.83763,-155.37431 parent: 1 - - uid: 29264 + - uid: 44140 components: - type: Transform - pos: 181.5,123.5 + pos: 180.59805,-157.29231 parent: 1 - - uid: 29265 + - uid: 44141 components: - type: Transform - pos: 180.5,123.5 + pos: 175.39076,-153.21655 parent: 1 - - uid: 29266 + - uid: 44142 components: - type: Transform - pos: 179.5,123.5 + pos: -162.02634,-24.384443 parent: 1 - - uid: 29267 + - uid: 44143 components: - type: Transform - pos: 179.5,124.5 + rot: 1.5707963267948966 rad + pos: -163.05759,-24.290693 parent: 1 - - uid: 29268 +- proto: SheetGlass + entities: + - uid: 44144 components: - type: Transform - pos: 178.5,124.5 + pos: -171.5,-116.5 parent: 1 - - uid: 29269 +- proto: SheetGlass10 + entities: + - uid: 44145 components: - type: Transform - pos: 178.5,125.5 + pos: 144.29196,172.034 parent: 1 - - uid: 29270 + - uid: 44146 components: - type: Transform - pos: 177.5,125.5 + pos: 144.85446,172.034 parent: 1 - - uid: 29271 + - uid: 44147 components: - type: Transform - pos: 177.5,126.5 + pos: -196.58035,21.725937 parent: 1 - - uid: 29276 + - type: Stack + count: 20 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: SheetPlastic1 + entities: + - uid: 10033 components: - type: Transform - pos: 179.5,133.5 - parent: 1 - - uid: 29277 + parent: 10032 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10034 components: - type: Transform - pos: 188.5,124.5 - parent: 1 - - uid: 29278 + parent: 10032 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10035 components: - type: Transform - pos: 188.5,123.5 - parent: 1 - - uid: 29279 + parent: 10032 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10036 components: - type: Transform - pos: 191.5,124.5 - parent: 1 - - uid: 29280 + parent: 10032 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44148 components: - type: Transform - pos: 192.5,125.5 + pos: -196.62723,21.772812 parent: 1 - - uid: 29281 + - type: Stack + count: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: SheetRGlass1 + entities: + - uid: 9993 components: - type: Transform - pos: 192.5,124.5 - parent: 1 - - uid: 29282 + parent: 9992 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9994 components: - type: Transform - pos: 193.5,127.5 - parent: 1 - - uid: 29283 + parent: 9992 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9995 components: - type: Transform - pos: 193.5,126.5 - parent: 1 - - uid: 29284 + parent: 9992 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9996 components: - type: Transform - pos: 193.5,125.5 - parent: 1 - - uid: 29285 + parent: 9992 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9997 components: - type: Transform - pos: 194.5,127.5 - parent: 1 - - uid: 29292 + parent: 9992 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9998 components: - type: Transform - pos: 195.5,127.5 - parent: 1 - - uid: 29295 + parent: 9992 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: SheetSteel + entities: + - uid: 44149 components: - type: Transform - pos: 196.5,127.5 + pos: -171.43422,-117.48076 parent: 1 - - uid: 29298 +- proto: SheetSteel1 + entities: + - uid: 44150 components: - type: Transform - pos: 197.5,127.5 + rot: -1.5707963267948966 rad + pos: 178.53958,-69.48464 parent: 1 - - uid: 29301 + - type: Stack + count: 6 + - uid: 44151 components: - type: Transform - pos: 198.5,127.5 + rot: 1.5707963267948966 rad + pos: 173.55,26.601646 parent: 1 - - uid: 29308 + - uid: 44152 components: - type: Transform - pos: 175.5,131.5 + rot: 1.5707963267948966 rad + pos: 171.58229,26.51285 parent: 1 - - uid: 29309 + - uid: 44153 components: - type: Transform - pos: 177.5,134.5 + rot: 1.5707963267948966 rad + pos: 173.56563,27.148521 parent: 1 - - uid: 29317 + - uid: 44154 components: - type: Transform - pos: 191.5,135.5 + rot: 1.5707963267948966 rad + pos: 171.56636,21.63785 parent: 1 - - uid: 46607 + - uid: 44155 components: - type: Transform - pos: 191.5,136.5 + rot: 1.5707963267948966 rad + pos: 171.56636,21.715975 parent: 1 - - uid: 47756 + - uid: 44156 components: - type: Transform - pos: 198.5,139.5 + rot: 1.5707963267948966 rad + pos: 171.56636,21.76285 parent: 1 - - uid: 47783 + - uid: 44157 components: - type: Transform - pos: 193.5,138.5 + rot: 1.5707963267948966 rad + pos: 171.56636,21.809725 parent: 1 - - uid: 47784 + - uid: 44158 components: - type: Transform - pos: 198.5,135.5 + rot: 1.5707963267948966 rad + pos: 171.58199,22.0441 parent: 1 - - uid: 47790 + - uid: 44159 components: - type: Transform - pos: 194.5,138.5 + pos: 166.6235,38.68877 parent: 1 - - uid: 47792 + - uid: 44160 components: - type: Transform - pos: 196.5,142.5 + pos: 166.7485,38.68877 parent: 1 - - uid: 47807 + - uid: 44161 components: - type: Transform - pos: 197.5,142.5 + pos: 166.8735,38.68877 parent: 1 - - uid: 47810 + - uid: 44162 components: - type: Transform - pos: 198.5,142.5 + pos: -196.64285,21.600937 parent: 1 - - uid: 47814 + - type: Stack + count: 3 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: SheetSteel10 + entities: + - uid: 44163 components: - type: Transform - pos: 198.5,141.5 + pos: 193.33362,-110.248764 parent: 1 - - uid: 47815 + - uid: 44164 components: - type: Transform - pos: 198.5,140.5 + pos: 144.82321,172.73712 parent: 1 - - uid: 47816 + - uid: 44165 components: - type: Transform - pos: 198.5,138.5 + pos: 144.28877,172.6983 parent: 1 - - uid: 47817 + - uid: 44166 components: - type: Transform - pos: 195.5,142.5 + pos: 178.47887,-68.30018 parent: 1 - - uid: 47821 +- proto: Shovel + entities: + - uid: 44167 components: - type: Transform - pos: 195.5,141.5 + pos: 95.44605,-126.557655 parent: 1 - - uid: 47835 +- proto: ShuttersFrame + entities: + - uid: 44168 components: - type: Transform - pos: 194.5,141.5 + pos: -73.5,-163.5 parent: 1 - - uid: 47836 + - uid: 44169 components: - type: Transform - pos: 193.5,141.5 + pos: 182.5,50.5 parent: 1 - - uid: 47837 + - uid: 44170 components: - type: Transform - pos: 194.5,140.5 + pos: 178.5,24.5 parent: 1 - - uid: 47838 + - uid: 44171 components: - type: Transform - pos: 192.5,141.5 + pos: 187.5,23.5 parent: 1 - - uid: 47842 + - uid: 44172 components: - type: Transform - pos: 192.5,142.5 + pos: 182.5,54.5 parent: 1 - - uid: 47848 +- proto: ShuttersNormal + entities: + - uid: 44173 components: - type: Transform - pos: 184.5,141.5 + rot: 3.141592653589793 rad + pos: 187.5,24.5 parent: 1 - - uid: 47849 + - uid: 44174 components: - type: Transform - pos: 183.5,141.5 + rot: 3.141592653589793 rad + pos: 182.5,49.5 parent: 1 - - uid: 47850 +- proto: ShuttersNormalOpen + entities: + - uid: 44175 components: - type: Transform - pos: 184.5,139.5 + rot: 3.141592653589793 rad + pos: 187.5,22.5 parent: 1 - - uid: 47851 + - uid: 44176 components: - type: Transform - pos: 183.5,139.5 + rot: 3.141592653589793 rad + pos: 182.5,53.5 parent: 1 - - uid: 47852 + - uid: 44177 components: - type: Transform - pos: 183.5,140.5 + pos: 118.5,12.5 parent: 1 - - uid: 47853 + - type: DeviceLinkSink + links: + - 44183 + - uid: 44178 components: - type: Transform - pos: 185.5,142.5 + pos: 117.5,12.5 parent: 1 - - uid: 47856 + - type: DeviceLinkSink + links: + - 44183 + - uid: 44179 components: - type: Transform - pos: 185.5,143.5 + pos: 116.5,12.5 parent: 1 - - uid: 47857 +- proto: SignalButton + entities: + - uid: 44180 components: - type: Transform - pos: 186.5,143.5 + pos: -172.5,30.5 parent: 1 - - uid: 47858 + - type: DeviceLinkSource + linkedPorts: + 282: + - Pressed: Toggle + 283: + - Pressed: Toggle + 284: + - Pressed: Toggle + - uid: 44181 components: - type: Transform - pos: 187.5,142.5 + rot: 3.141592653589793 rad + pos: -34.5,69.5 parent: 1 - - uid: 47859 + - type: DeviceLinkSource + linkedPorts: + 281: + - Pressed: Toggle + - uid: 44182 components: - type: Transform - pos: 187.5,143.5 + pos: -174.5,30.5 parent: 1 - - uid: 47866 + - type: DeviceLinkSource + linkedPorts: + 292: + - Pressed: Toggle + 293: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 44183 components: - type: Transform - pos: 184.5,142.5 + rot: 3.141592653589793 rad + pos: 115.5,9.5 parent: 1 - - uid: 47867 + - type: DeviceLinkSource + linkedPorts: + 44178: + - Pressed: Toggle + 44177: + - Pressed: Toggle +- proto: SignalButtonExt1 + entities: + - uid: 44184 components: + - type: MetaData + desc: It's so red, you just want to press it! + name: Signal button - type: Transform - pos: 182.5,139.5 + pos: -100.5,-129.5 parent: 1 - - uid: 47868 + - type: SignalSwitch + state: True +- proto: SignalButtonExt3 + entities: + - uid: 44185 components: - type: Transform - pos: 181.5,139.5 + rot: 1.5707963267948966 rad + pos: -28.5,56.5 parent: 1 - - uid: 47871 + - type: DeviceLinkSource + linkedPorts: + 289: + - Pressed: Toggle + 291: + - Pressed: Toggle + 290: + - Pressed: Toggle +- proto: SignArmory + entities: + - uid: 44186 components: - type: Transform - pos: 179.5,139.5 + rot: -1.5707963267948966 rad + pos: -239.5,-101.5 parent: 1 - - uid: 47875 +- proto: SignBiohazardMed + entities: + - uid: 44187 components: - type: Transform - pos: 180.5,139.5 + pos: 213.5,179.5 parent: 1 - - uid: 47883 +- proto: SignCargo + entities: + - uid: 44188 components: - type: Transform - pos: 198.5,128.5 + rot: 3.141592653589793 rad + pos: 182.5,52.5 parent: 1 - - uid: 47918 +- proto: SignDirectionalJanitor + entities: + - uid: 44189 components: - type: Transform - pos: 195.5,133.5 + rot: -1.5707963267948966 rad + pos: -190.5,41.5 parent: 1 - - uid: 47982 +- proto: SignElectricalMed + entities: + - uid: 44190 components: - type: Transform - pos: 188.5,133.5 + pos: -285.5,-88.5 parent: 1 - - uid: 47983 +- proto: SignKiddiePlaque + entities: + - uid: 44191 components: - type: Transform - pos: 185.5,133.5 + rot: -1.5707963267948966 rad + pos: -246.5,-103.5 parent: 1 - - uid: 47992 +- proto: SignRedNine + entities: + - uid: 44192 components: - type: Transform - pos: 195.5,134.5 + rot: -1.5707963267948966 rad + pos: -244.5,-106.5 parent: 1 - - uid: 47996 +- proto: SignRedZero + entities: + - uid: 44193 components: - type: Transform - pos: 179.5,138.5 + rot: 1.5707963267948966 rad + pos: -79.5,-105.5 parent: 1 - - uid: 48009 +- proto: SignSalvage + entities: + - uid: 44194 components: - type: Transform - pos: 186.5,133.5 + pos: -189.5,-183.5 parent: 1 - - uid: 48010 +- proto: SignShock + entities: + - uid: 44195 components: - type: Transform - pos: 187.5,133.5 + pos: 163.5,41.5 parent: 1 - - uid: 48017 +- proto: Sink + entities: + - uid: 44196 components: - type: Transform - pos: 183.5,138.5 + rot: 1.5707963267948966 rad + pos: -55.5,-106.5 parent: 1 - - uid: 48020 +- proto: SinkEmpty + entities: + - uid: 44197 components: - type: Transform - pos: 184.5,133.5 + rot: -1.5707963267948966 rad + pos: -155.5,72.5 parent: 1 - - uid: 48026 + - uid: 44198 components: - type: Transform - pos: 176.5,125.5 + rot: -1.5707963267948966 rad + pos: -179.5,-111.5 parent: 1 - - uid: 48030 + - uid: 44199 components: - type: Transform - pos: 195.5,131.5 + pos: -179.5,-109.5 parent: 1 - - uid: 48034 + - uid: 44200 components: - type: Transform - pos: 195.5,132.5 + pos: 212.5,-25.5 parent: 1 - - uid: 61173 + - uid: 44201 components: - type: Transform - pos: 186.5,128.5 + rot: -1.5707963267948966 rad + pos: -157.5,-25.5 parent: 1 -- proto: WallPlastitanium - entities: - - uid: 24244 + - uid: 44202 components: - type: Transform - pos: 187.5,-157.5 + pos: 84.5,-106.5 parent: 1 - - uid: 24245 + - uid: 44203 components: - type: Transform - pos: 187.5,-163.5 + pos: 74.5,-126.5 parent: 1 - - uid: 24246 +- proto: SinkStemless + entities: + - uid: 44204 components: - type: Transform - pos: 187.5,-166.5 + pos: -72.5,-108.5 parent: 1 - - uid: 24247 + - uid: 44205 components: - type: Transform - pos: 180.5,-160.5 + rot: 1.5707963267948966 rad + pos: 106.5,8.5 parent: 1 - - uid: 24248 +- proto: SinkStemlessWater + entities: + - uid: 44206 components: - type: Transform - pos: 179.5,-170.5 + rot: -1.5707963267948966 rad + pos: -10.5,-43.5 parent: 1 - - uid: 24249 +- proto: SinkWide + entities: + - uid: 44207 components: - type: Transform - pos: 187.5,-164.5 + rot: 1.5707963267948966 rad + pos: 92.5,101.5 parent: 1 - - uid: 24250 + - uid: 44208 components: - type: Transform - pos: 180.5,-170.5 + pos: 30.5,5.5 parent: 1 - - uid: 24251 +- proto: SMESMachineCircuitboard + entities: + - uid: 44209 components: - type: Transform rot: 3.141592653589793 rad - pos: 179.5,-172.5 + pos: 166.81374,37.245518 parent: 1 - - uid: 24252 +- proto: SmokingPipe + entities: + - uid: 44210 components: - type: Transform - pos: 181.5,-162.5 + pos: 20.562183,-61.91508 parent: 1 - - uid: 24253 +- proto: SmokingPipeFilledCannabis + entities: + - uid: 44211 components: - type: Transform - rot: 3.141592653589793 rad - pos: 179.5,-180.5 + pos: 189.52676,27.229149 parent: 1 - - uid: 24254 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 44212 components: - type: Transform - pos: 186.5,-160.5 + rot: 3.141592653589793 rad + pos: 20.507862,-61.58519 parent: 1 - - uid: 24255 +- proto: SoapDeluxe + entities: + - uid: 44213 components: - type: Transform - pos: 186.5,-172.5 + pos: -182.5,-107.5 parent: 1 - - uid: 24256 + - uid: 44214 components: - type: Transform - pos: 185.5,-172.5 + pos: -179.5,-107.5 parent: 1 - - uid: 24257 +- proto: SodaDispenserEmpty + entities: + - uid: 44215 components: - type: Transform - pos: 187.5,-167.5 + rot: -1.5707963267948966 rad + pos: -152.5,-20.5 parent: 1 - - uid: 24258 +- proto: SolarPanel + entities: + - uid: 44216 components: - type: Transform - pos: 187.5,-165.5 + rot: 1.5707963267948966 rad + pos: -34.5,-110.5 parent: 1 - - uid: 24259 + - uid: 44217 components: - type: Transform - pos: 187.5,-174.5 + rot: 1.5707963267948966 rad + pos: -36.5,-110.5 parent: 1 - - uid: 24260 + - uid: 44218 components: - type: Transform - pos: 186.5,-162.5 + rot: 1.5707963267948966 rad + pos: -36.5,-109.5 parent: 1 - - uid: 24261 + - uid: 44219 components: - type: Transform - pos: 181.5,-161.5 + rot: 1.5707963267948966 rad + pos: -34.5,-109.5 parent: 1 - - uid: 24262 +- proto: SolidSecretDoor + entities: + - uid: 44220 components: - type: Transform - pos: 187.5,-158.5 + rot: -1.5707963267948966 rad + pos: -289.5,-83.5 parent: 1 - - uid: 24263 +- proto: SpawnMobAdultSlimesGreenAngry + entities: + - uid: 44221 components: - type: Transform - pos: 179.5,-169.5 + pos: -244.5,-96.5 parent: 1 - - uid: 24264 +- proto: SpawnMobAdultSlimesYellowAngry + entities: + - uid: 44222 components: - type: Transform - pos: 181.5,-160.5 + pos: -251.5,-99.5 parent: 1 - - uid: 24265 +- proto: SpawnPointWave + entities: + - uid: 44223 components: - type: Transform - pos: 187.5,-170.5 + pos: 128.5,-59.5 parent: 1 - - uid: 24266 + - uid: 44224 components: - type: Transform - pos: 187.5,-175.5 + pos: -214.5,-175.5 parent: 1 - - uid: 24267 +- proto: SpeedLoader44 + entities: + - uid: 5976 components: - type: Transform - pos: 186.5,-180.5 - parent: 1 - - uid: 24268 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9665 components: - type: Transform - pos: 185.5,-171.5 - parent: 1 - - uid: 24269 + parent: 9648 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: SpeedLoader9 + entities: + - uid: 5977 components: - type: Transform - pos: 185.5,-162.5 - parent: 1 - - uid: 24270 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5978 components: - type: Transform - pos: 187.5,-160.5 - parent: 1 - - uid: 24271 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SpiderWeb + entities: + - uid: 44225 components: - type: Transform - pos: 179.5,-160.5 + rot: 1.5707963267948966 rad + pos: 175.5,-99.5 parent: 1 - - uid: 24272 + - uid: 44226 components: - type: Transform - pos: 185.5,-161.5 + rot: 1.5707963267948966 rad + pos: 175.5,-97.5 parent: 1 - - uid: 24273 + - uid: 44227 components: - type: Transform - pos: 179.5,-163.5 + rot: 1.5707963267948966 rad + pos: 165.5,-101.5 parent: 1 - - uid: 24274 + - uid: 44228 components: - type: Transform - pos: 185.5,-160.5 + rot: 1.5707963267948966 rad + pos: 166.5,-99.5 parent: 1 - - uid: 24275 + - uid: 44229 components: - type: Transform - pos: 186.5,-170.5 + rot: 1.5707963267948966 rad + pos: 178.5,-100.5 parent: 1 - - uid: 24276 + - uid: 44230 components: - type: Transform - pos: 179.5,-164.5 + rot: 1.5707963267948966 rad + pos: 172.5,-97.5 parent: 1 - - uid: 24277 + - uid: 44231 components: - type: Transform - pos: 181.5,-170.5 + rot: 1.5707963267948966 rad + pos: 166.5,-100.5 parent: 1 - - uid: 24278 + - uid: 44232 components: - type: Transform - pos: 181.5,-172.5 + rot: 1.5707963267948966 rad + pos: 165.5,-101.5 parent: 1 - - uid: 24279 + - uid: 44233 components: - type: Transform - pos: 180.5,-172.5 + rot: 1.5707963267948966 rad + pos: 174.5,-98.5 parent: 1 - - uid: 24280 + - uid: 44234 components: - type: Transform - pos: 185.5,-170.5 + rot: 1.5707963267948966 rad + pos: 174.5,-99.5 parent: 1 - - uid: 24281 + - uid: 44235 components: - type: Transform - pos: 179.5,-162.5 + rot: 1.5707963267948966 rad + pos: 173.5,-96.5 parent: 1 - - uid: 24282 + - uid: 44236 components: - type: Transform - pos: 187.5,-178.5 + rot: 1.5707963267948966 rad + pos: 173.5,-96.5 parent: 1 - - uid: 24283 + - uid: 44237 components: - type: Transform - pos: 187.5,-177.5 + rot: 1.5707963267948966 rad + pos: 172.5,-98.5 parent: 1 - - uid: 24284 + - uid: 44238 components: - type: Transform - pos: 187.5,-168.5 + rot: 1.5707963267948966 rad + pos: 173.5,-98.5 parent: 1 - - uid: 24285 + - uid: 44239 components: - type: Transform - pos: 187.5,-162.5 + rot: 1.5707963267948966 rad + pos: 173.5,-99.5 parent: 1 - - uid: 24286 + - uid: 44240 components: - type: Transform - pos: 187.5,-169.5 + rot: 1.5707963267948966 rad + pos: 165.5,-100.5 parent: 1 - - uid: 24287 + - uid: 44241 components: - type: Transform - pos: 187.5,-179.5 + rot: 1.5707963267948966 rad + pos: 164.5,-100.5 parent: 1 - - uid: 24288 + - uid: 44242 components: - type: Transform - pos: 181.5,-171.5 + rot: 1.5707963267948966 rad + pos: 173.5,-99.5 parent: 1 - - uid: 24289 + - uid: 44243 components: - type: Transform - pos: 179.5,-168.5 + rot: 1.5707963267948966 rad + pos: 182.5,-110.5 parent: 1 - - uid: 24290 + - uid: 44244 components: - type: Transform - pos: 187.5,-176.5 + rot: 1.5707963267948966 rad + pos: 177.5,-100.5 parent: 1 - - uid: 24291 + - uid: 44245 components: - type: Transform - pos: 180.5,-162.5 + rot: 1.5707963267948966 rad + pos: 165.5,-99.5 parent: 1 - - uid: 24292 + - uid: 44246 components: - type: Transform - pos: 187.5,-173.5 + rot: 1.5707963267948966 rad + pos: 175.5,-98.5 parent: 1 - - uid: 24293 + - uid: 44247 components: - type: Transform - pos: 179.5,-178.5 + pos: -292.5,-82.5 parent: 1 - - uid: 24294 + - uid: 44248 components: - type: Transform - pos: 179.5,-173.5 + pos: -291.5,-82.5 parent: 1 - - uid: 24295 + - uid: 44249 components: - type: Transform - pos: 179.5,-174.5 + pos: -291.5,-84.5 parent: 1 - - uid: 24296 + - uid: 44250 components: - type: Transform - pos: 187.5,-159.5 + pos: -291.5,-84.5 parent: 1 - - uid: 24297 + - uid: 44251 components: - type: Transform - pos: 182.5,-180.5 + pos: -292.5,-84.5 parent: 1 - - uid: 24298 + - uid: 44252 components: - type: Transform - pos: 181.5,-180.5 + rot: 1.5707963267948966 rad + pos: 174.5,-97.5 parent: 1 - - uid: 24299 + - uid: 44253 components: - type: Transform - pos: 180.5,-180.5 + pos: -292.5,-83.5 parent: 1 - - uid: 24300 + - uid: 44254 components: - type: Transform - pos: 179.5,-179.5 + pos: -291.5,-84.5 parent: 1 - - uid: 24301 + - uid: 44255 components: - type: Transform - pos: 187.5,-156.5 + rot: 1.5707963267948966 rad + pos: 175.5,-99.5 parent: 1 - - uid: 24302 + - uid: 44256 components: - type: Transform - pos: 187.5,-155.5 + rot: 1.5707963267948966 rad + pos: 174.5,-97.5 parent: 1 - - uid: 24303 + - uid: 44257 components: - type: Transform - pos: 179.5,-159.5 + rot: 1.5707963267948966 rad + pos: 175.5,-98.5 parent: 1 - - uid: 24304 + - uid: 44258 components: - type: Transform - pos: 179.5,-158.5 + rot: 1.5707963267948966 rad + pos: 174.5,-98.5 parent: 1 - - uid: 24305 + - uid: 44259 components: - type: Transform - pos: 179.5,-154.5 + rot: 1.5707963267948966 rad + pos: 173.5,-97.5 parent: 1 - - uid: 24306 + - uid: 44260 components: - type: Transform - pos: 179.5,-153.5 + rot: 1.5707963267948966 rad + pos: 174.5,-96.5 parent: 1 - - uid: 24307 + - uid: 44261 components: - type: Transform - pos: 179.5,-152.5 + rot: 1.5707963267948966 rad + pos: 176.5,-100.5 parent: 1 - - uid: 24313 + - uid: 44262 components: - type: Transform - pos: 184.5,-152.5 + rot: 1.5707963267948966 rad + pos: 164.5,-99.5 parent: 1 - - uid: 24314 + - uid: 44263 components: - type: Transform - pos: 183.5,-152.5 + rot: 1.5707963267948966 rad + pos: 174.5,-98.5 parent: 1 - - uid: 24315 + - uid: 44264 components: - type: Transform - pos: 182.5,-152.5 + rot: 1.5707963267948966 rad + pos: 164.5,-99.5 parent: 1 - - uid: 24316 + - uid: 44265 components: - type: Transform - pos: 181.5,-152.5 + rot: 1.5707963267948966 rad + pos: 174.5,-97.5 parent: 1 - - uid: 24317 + - uid: 44266 components: - type: Transform - pos: 180.5,-152.5 + rot: 1.5707963267948966 rad + pos: 173.5,-98.5 parent: 1 - - uid: 24318 + - uid: 44267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 187.5,-180.5 + rot: 1.5707963267948966 rad + pos: 173.5,-97.5 parent: 1 - - uid: 24319 + - uid: 44268 components: - type: Transform - pos: 184.5,-180.5 + rot: 1.5707963267948966 rad + pos: 164.5,-99.5 parent: 1 - - uid: 24320 + - uid: 44269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 187.5,-172.5 + rot: 1.5707963267948966 rad + pos: 164.5,-101.5 parent: 1 -- proto: WallPlastitaniumIndestructible - entities: - - uid: 24321 + - uid: 44270 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,62.5 + pos: 176.5,-99.5 parent: 1 - - uid: 24322 + - uid: 44271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -198.5,-90.5 + rot: 1.5707963267948966 rad + pos: 177.5,-99.5 parent: 1 - - uid: 24323 + - uid: 44272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -198.5,-78.5 + rot: 1.5707963267948966 rad + pos: 175.5,-100.5 parent: 1 - - uid: 24324 + - uid: 44273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -198.5,-79.5 + rot: 1.5707963267948966 rad + pos: 173.5,-98.5 parent: 1 - - uid: 24325 + - uid: 44274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -198.5,-91.5 + rot: 1.5707963267948966 rad + pos: 166.5,-101.5 parent: 1 - - uid: 24326 + - uid: 44275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -198.5,-89.5 + rot: 1.5707963267948966 rad + pos: 165.5,-102.5 parent: 1 - - uid: 24327 + - uid: 44276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -198.5,-77.5 + rot: 1.5707963267948966 rad + pos: 167.5,-101.5 parent: 1 - - uid: 24328 + - uid: 44277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -199.5,-79.5 + rot: 1.5707963267948966 rad + pos: 167.5,-100.5 parent: 1 - - uid: 24329 + - uid: 44278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -199.5,-89.5 + rot: 1.5707963267948966 rad + pos: 164.5,-98.5 parent: 1 - - uid: 24330 + - uid: 44279 components: - type: Transform - pos: -38.5,56.5 + rot: 1.5707963267948966 rad + pos: 164.5,-98.5 parent: 1 - - uid: 24331 + - uid: 44280 components: - type: Transform - pos: -38.5,61.5 + rot: 1.5707963267948966 rad + pos: 165.5,-98.5 parent: 1 - - uid: 24332 + - uid: 44281 components: - type: Transform - pos: -28.5,66.5 + rot: 1.5707963267948966 rad + pos: 163.5,-99.5 parent: 1 - - uid: 24333 + - uid: 44282 components: - type: Transform - pos: -35.5,54.5 + rot: 1.5707963267948966 rad + pos: 164.5,-98.5 parent: 1 - - uid: 24334 + - uid: 44283 components: - type: Transform - pos: -28.5,62.5 + rot: 1.5707963267948966 rad + pos: 163.5,-100.5 parent: 1 - - uid: 24335 + - uid: 44284 components: - type: Transform - pos: -28.5,61.5 + rot: 1.5707963267948966 rad + pos: 173.5,-104.5 parent: 1 - - uid: 24336 + - uid: 44285 components: - type: Transform - pos: -38.5,57.5 + rot: 1.5707963267948966 rad + pos: 172.5,-103.5 parent: 1 - - uid: 24337 + - uid: 44286 components: - type: Transform - pos: -38.5,60.5 + rot: 1.5707963267948966 rad + pos: 179.5,-111.5 parent: 1 - - uid: 24338 + - uid: 44287 components: - type: Transform - pos: -38.5,58.5 + rot: 1.5707963267948966 rad + pos: 172.5,-104.5 parent: 1 - - uid: 24339 + - uid: 44288 components: - type: Transform - pos: -38.5,59.5 + rot: 1.5707963267948966 rad + pos: 180.5,-109.5 parent: 1 - - uid: 24340 + - uid: 44289 components: - type: Transform - pos: -39.5,55.5 + rot: 1.5707963267948966 rad + pos: 181.5,-110.5 parent: 1 - - uid: 24341 + - uid: 44290 components: - type: Transform - pos: -40.5,55.5 + rot: 1.5707963267948966 rad + pos: 181.5,-111.5 parent: 1 - - uid: 24342 + - uid: 44291 components: - type: Transform - pos: -35.5,55.5 + rot: 1.5707963267948966 rad + pos: 180.5,-110.5 parent: 1 - - uid: 24343 + - uid: 44292 components: - type: Transform - pos: -35.5,56.5 + rot: 1.5707963267948966 rad + pos: 174.5,-104.5 parent: 1 - - uid: 24344 + - uid: 44293 components: - type: Transform - pos: -38.5,55.5 + rot: 1.5707963267948966 rad + pos: 175.5,-104.5 parent: 1 - - uid: 24345 + - uid: 44294 components: - type: Transform - pos: -37.5,55.5 + rot: 1.5707963267948966 rad + pos: 174.5,-105.5 parent: 1 - - uid: 24346 + - uid: 44295 components: - type: Transform - pos: -36.5,55.5 + rot: 1.5707963267948966 rad + pos: 180.5,-112.5 parent: 1 - - uid: 24347 + - uid: 44296 components: - type: Transform - pos: -41.5,55.5 + rot: 1.5707963267948966 rad + pos: 190.5,-112.5 parent: 1 - - uid: 24348 + - uid: 44297 components: - type: Transform - pos: -45.5,55.5 + rot: 1.5707963267948966 rad + pos: 189.5,-112.5 parent: 1 - - uid: 24349 + - uid: 44298 components: - type: Transform - pos: -42.5,55.5 + rot: 1.5707963267948966 rad + pos: 189.5,-111.5 parent: 1 - - uid: 24350 + - uid: 44299 components: - type: Transform - pos: -43.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-112.5 parent: 1 - - uid: 24351 + - uid: 44300 components: - type: Transform - pos: -30.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-113.5 parent: 1 - - uid: 24352 + - uid: 44301 components: - type: Transform - pos: -20.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-113.5 parent: 1 - - uid: 24353 + - uid: 44302 components: - type: Transform - pos: -44.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-113.5 parent: 1 - - uid: 24354 + - uid: 44303 components: - type: Transform - pos: -27.5,55.5 + rot: 1.5707963267948966 rad + pos: 187.5,-111.5 parent: 1 - - uid: 24355 + - uid: 44304 components: - type: Transform - pos: -31.5,55.5 + rot: 1.5707963267948966 rad + pos: 187.5,-111.5 parent: 1 - - uid: 24356 + - uid: 44305 components: - type: Transform - pos: -25.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-111.5 parent: 1 - - uid: 24357 + - uid: 44306 components: - type: Transform - pos: -29.5,55.5 + rot: 1.5707963267948966 rad + pos: 187.5,-111.5 parent: 1 - - uid: 24358 + - uid: 44307 components: - type: Transform - pos: -28.5,55.5 + rot: 1.5707963267948966 rad + pos: 187.5,-111.5 parent: 1 - - uid: 24359 + - uid: 44308 components: - type: Transform - pos: -17.5,55.5 + rot: 1.5707963267948966 rad + pos: 187.5,-112.5 parent: 1 - - uid: 24360 + - uid: 44309 components: - type: Transform - pos: -19.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-110.5 parent: 1 - - uid: 24361 + - uid: 44310 components: - type: Transform - pos: -26.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-110.5 parent: 1 - - uid: 24362 + - uid: 44311 components: - type: Transform - pos: -23.5,55.5 + rot: 1.5707963267948966 rad + pos: 189.5,-113.5 parent: 1 - - uid: 24363 + - uid: 44312 components: - type: Transform - pos: -24.5,55.5 + rot: 1.5707963267948966 rad + pos: 189.5,-113.5 parent: 1 - - uid: 24364 + - uid: 44313 components: - type: Transform - pos: -22.5,55.5 + rot: 1.5707963267948966 rad + pos: 188.5,-114.5 parent: 1 - - uid: 24365 + - uid: 44314 components: - type: Transform - pos: -21.5,55.5 + rot: 1.5707963267948966 rad + pos: 189.5,-114.5 parent: 1 - - uid: 24366 + - uid: 44315 components: - type: Transform - pos: -31.5,56.5 + rot: 1.5707963267948966 rad + pos: 190.5,-113.5 parent: 1 - - uid: 24367 + - uid: 44316 components: - type: Transform - pos: -18.5,55.5 + rot: 1.5707963267948966 rad + pos: 180.5,-113.5 parent: 1 - - uid: 24368 + - uid: 44317 components: - type: Transform - pos: -31.5,54.5 + rot: 1.5707963267948966 rad + pos: 181.5,-112.5 parent: 1 - - uid: 24369 + - uid: 44318 components: - type: Transform - pos: -28.5,68.5 + rot: 1.5707963267948966 rad + pos: 180.5,-111.5 parent: 1 - - uid: 24370 + - uid: 44319 components: - type: Transform - pos: -38.5,62.5 + rot: 1.5707963267948966 rad + pos: 189.5,-120.5 parent: 1 - - uid: 24371 + - uid: 44320 components: - type: Transform - pos: -28.5,67.5 + rot: 1.5707963267948966 rad + pos: 185.5,-119.5 parent: 1 - - uid: 24372 + - uid: 44321 components: - type: Transform - pos: -27.5,68.5 + rot: 1.5707963267948966 rad + pos: 185.5,-120.5 parent: 1 - - uid: 24373 + - uid: 44322 components: - type: Transform - pos: -28.5,57.5 + rot: 1.5707963267948966 rad + pos: 184.5,-120.5 parent: 1 - - uid: 24374 + - uid: 44323 components: - type: Transform - pos: -28.5,56.5 + rot: 1.5707963267948966 rad + pos: 173.5,-103.5 parent: 1 - - uid: 24375 + - uid: 44324 components: - type: Transform - pos: -39.5,62.5 + rot: 1.5707963267948966 rad + pos: 173.5,-105.5 parent: 1 - - uid: 24377 + - uid: 44325 components: - type: Transform - pos: -41.5,62.5 + rot: 1.5707963267948966 rad + pos: 173.5,-106.5 parent: 1 - - uid: 24378 + - uid: 44326 components: - type: Transform - pos: -42.5,62.5 + rot: 1.5707963267948966 rad + pos: 171.5,-104.5 parent: 1 - - uid: 24379 + - uid: 44327 components: - type: Transform - pos: -42.5,63.5 + rot: 1.5707963267948966 rad + pos: 165.5,-104.5 parent: 1 - - uid: 24380 + - uid: 44328 components: - type: Transform - pos: -42.5,64.5 + rot: 1.5707963267948966 rad + pos: 164.5,-103.5 parent: 1 - - uid: 24381 + - uid: 44329 components: - type: Transform - pos: -42.5,65.5 + rot: 1.5707963267948966 rad + pos: 163.5,-103.5 parent: 1 - - uid: 24382 + - uid: 44330 components: - type: Transform - pos: -27.5,62.5 + rot: 1.5707963267948966 rad + pos: 162.5,-103.5 parent: 1 - - uid: 24383 + - uid: 44331 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,61.5 + pos: 164.5,-104.5 parent: 1 - - uid: 24384 + - uid: 44332 components: - type: Transform - pos: -25.5,62.5 + rot: 1.5707963267948966 rad + pos: 163.5,-104.5 parent: 1 - - uid: 24385 + - uid: 44333 components: - type: Transform - pos: -24.5,62.5 + rot: 1.5707963267948966 rad + pos: 165.5,-107.5 parent: 1 - - uid: 24386 + - uid: 44334 components: - type: Transform - pos: -24.5,63.5 + rot: 1.5707963267948966 rad + pos: 166.5,-107.5 parent: 1 - - uid: 24387 + - uid: 44335 components: - type: Transform - pos: -24.5,64.5 + rot: 1.5707963267948966 rad + pos: 166.5,-108.5 parent: 1 - - uid: 24388 + - uid: 44336 components: - type: Transform - pos: -24.5,65.5 + rot: 1.5707963267948966 rad + pos: 164.5,-107.5 parent: 1 - - uid: 24389 + - uid: 44337 components: - type: Transform - pos: -38.5,63.5 + rot: 1.5707963267948966 rad + pos: 164.5,-106.5 parent: 1 - - uid: 24390 + - uid: 44338 components: - type: Transform - pos: -25.5,68.5 + rot: 1.5707963267948966 rad + pos: 163.5,-107.5 parent: 1 - - uid: 24391 + - uid: 44339 components: - type: Transform - pos: -26.5,68.5 + rot: 1.5707963267948966 rad + pos: 163.5,-108.5 parent: 1 - - uid: 24392 + - uid: 44340 components: - type: Transform - pos: -28.5,63.5 + rot: 1.5707963267948966 rad + pos: 162.5,-108.5 parent: 1 - - uid: 24393 + - uid: 44341 components: - type: Transform - pos: -28.5,64.5 + pos: 106.5,25.5 parent: 1 - - uid: 24394 +- proto: Spoon + entities: + - uid: 233 components: - type: Transform - pos: -24.5,68.5 - parent: 1 - - uid: 24395 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 234 components: - type: Transform - pos: -35.5,63.5 - parent: 1 - - uid: 24396 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 235 components: - type: Transform - pos: -31.5,63.5 - parent: 1 - - uid: 24397 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 236 components: - type: Transform - pos: -24.5,67.5 - parent: 1 - - uid: 24398 + parent: 206 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 44342 components: - type: Transform - pos: -24.5,66.5 + rot: -1.5707963267948966 rad + pos: 32.847996,144.33723 parent: 1 - - uid: 24399 +- proto: SprayBottle + entities: + - uid: 44343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,58.5 + pos: -191.5516,41.7445 parent: 1 - - uid: 24400 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 44344 components: - type: Transform - pos: -42.5,66.5 + pos: -52.91105,-105.31233 parent: 1 - - uid: 24401 +- proto: SprayBottleWater + entities: + - uid: 44345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,59.5 + pos: 216.84123,186.68146 parent: 1 - - uid: 24402 +- proto: StairDark + entities: + - uid: 44346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,60.5 + pos: 46.5,-71.5 parent: 1 - - uid: 24403 + - uid: 44347 components: - type: Transform - pos: -42.5,67.5 + pos: 44.5,-71.5 parent: 1 - - uid: 24404 + - uid: 44348 components: - type: Transform - pos: -42.5,68.5 + pos: 45.5,-71.5 parent: 1 - - uid: 24405 + - uid: 44349 components: - type: Transform - pos: -41.5,68.5 + pos: 49.5,-71.5 parent: 1 - - uid: 24406 + - uid: 44350 components: - type: Transform - pos: -40.5,68.5 + pos: 48.5,-71.5 parent: 1 - - uid: 24407 + - uid: 44351 components: - type: Transform - pos: -39.5,68.5 + pos: 47.5,-71.5 parent: 1 - - uid: 24408 + - uid: 44352 components: - type: Transform - pos: -38.5,68.5 + pos: 43.5,-71.5 parent: 1 - - uid: 24409 + - uid: 44353 components: - type: Transform - pos: -37.5,68.5 + pos: -32.5,63.5 parent: 1 - - uid: 24410 + - uid: 44354 components: - type: Transform - pos: -36.5,68.5 + pos: -34.5,54.5 parent: 1 - - uid: 24411 + - uid: 44355 components: - type: Transform - pos: -35.5,68.5 + pos: -33.5,54.5 parent: 1 - - uid: 24412 + - uid: 44356 components: - type: Transform - pos: -34.5,68.5 + pos: -32.5,54.5 parent: 1 - - uid: 24413 + - uid: 44357 components: - type: Transform - pos: -32.5,68.5 + pos: -34.5,63.5 parent: 1 - - uid: 24414 + - uid: 44358 components: - type: Transform - pos: -31.5,68.5 + pos: -33.5,63.5 parent: 1 - - uid: 24415 + - uid: 44359 components: - type: Transform - pos: -31.5,67.5 + pos: 311.5,99.5 parent: 1 - - uid: 24416 +- proto: Stairs + entities: + - uid: 44360 components: - type: Transform - pos: -30.5,67.5 + rot: 3.141592653589793 rad + pos: 117.5,-5.5 parent: 1 - - uid: 24417 +- proto: StairStageWood + entities: + - uid: 44361 components: - type: Transform - pos: -29.5,67.5 + rot: 1.5707963267948966 rad + pos: 159.5,189.5 parent: 1 - - uid: 24418 +- proto: StairWood + entities: + - uid: 44362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,57.5 + rot: -1.5707963267948966 rad + pos: 156.5,106.5 parent: 1 - - uid: 24419 +- proto: SteelBench + entities: + - uid: 44363 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,56.5 + pos: -165.5,68.5 parent: 1 - - uid: 55504 + - uid: 44364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,59.5 + rot: -1.5707963267948966 rad + pos: -164.5,68.5 parent: 1 - - uid: 55511 + - uid: 44365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,58.5 + pos: -172.5,40.5 parent: 1 - - uid: 55529 + - uid: 44366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,56.5 + pos: -174.5,40.5 parent: 1 - - uid: 55532 + - uid: 44367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,60.5 + rot: 1.5707963267948966 rad + pos: 115.5,33.5 parent: 1 - - uid: 55533 + - uid: 44368 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,57.5 + pos: 29.5,-69.5 parent: 1 - - uid: 55538 + - uid: 44369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,61.5 + pos: 170.5,48.5 parent: 1 -- proto: WallReinforced - entities: - - uid: 11218 + - uid: 44370 components: - type: Transform - pos: -174.5,43.5 + pos: 171.5,48.5 parent: 1 - - uid: 11287 + - uid: 44371 components: - type: Transform - pos: -192.5,34.5 + pos: 171.5,50.5 parent: 1 - - uid: 11322 + - uid: 44372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -179.5,65.5 + pos: 170.5,50.5 parent: 1 - - uid: 11349 + - uid: 44373 components: - type: Transform - pos: -162.5,54.5 + pos: 169.5,50.5 parent: 1 - - uid: 11372 + - uid: 44374 components: - type: Transform - pos: -166.5,54.5 + pos: 193.5,174.5 parent: 1 - - uid: 11386 + - uid: 44375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -181.5,65.5 + rot: 3.141592653589793 rad + pos: -58.5,-40.5 parent: 1 - - uid: 11388 + - uid: 44376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,65.5 + rot: 3.141592653589793 rad + pos: -58.5,-39.5 parent: 1 - - uid: 11390 + - uid: 44377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -183.5,65.5 + rot: 3.141592653589793 rad + pos: -57.5,-40.5 parent: 1 - - uid: 11394 + - uid: 44378 components: - type: Transform rot: 3.141592653589793 rad - pos: -182.5,37.5 + pos: -57.5,-39.5 parent: 1 - - uid: 11398 + - uid: 44379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,59.5 + rot: 3.141592653589793 rad + pos: -56.5,-40.5 parent: 1 - - uid: 11399 + - uid: 44380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,65.5 + rot: 3.141592653589793 rad + pos: -56.5,-39.5 parent: 1 - - uid: 11400 + - uid: 44381 components: - type: Transform - pos: -184.5,53.5 + rot: 3.141592653589793 rad + pos: -55.5,-40.5 parent: 1 - - uid: 11402 + - uid: 44382 components: - type: Transform - pos: -184.5,52.5 + rot: 3.141592653589793 rad + pos: -55.5,-39.5 parent: 1 - - uid: 11403 + - uid: 44383 components: - type: Transform - pos: -186.5,60.5 + rot: 3.141592653589793 rad + pos: -49.5,-44.5 parent: 1 - - uid: 11406 + - uid: 44384 components: - type: Transform - pos: -191.5,40.5 + rot: 3.141592653589793 rad + pos: -48.5,-44.5 parent: 1 - - uid: 11409 + - uid: 44385 components: - type: Transform rot: 3.141592653589793 rad - pos: -185.5,46.5 + pos: -47.5,-44.5 parent: 1 - - uid: 11410 + - uid: 44386 components: - type: Transform - pos: -190.5,40.5 + rot: 3.141592653589793 rad + pos: -46.5,-44.5 parent: 1 - - uid: 11411 + - uid: 44387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,45.5 + rot: 1.5707963267948966 rad + pos: -49.5,-32.5 parent: 1 - - uid: 11412 + - uid: 44388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,44.5 + rot: 1.5707963267948966 rad + pos: -49.5,-34.5 parent: 1 - - uid: 11413 + - uid: 44389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,45.5 + rot: 1.5707963267948966 rad + pos: -49.5,-33.5 parent: 1 - - uid: 11417 + - uid: 44390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,40.5 + pos: -175.5,52.5 parent: 1 - - uid: 11419 + - uid: 44391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,38.5 + pos: -174.5,52.5 parent: 1 - - uid: 11420 + - uid: 44392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,37.5 + pos: -176.5,52.5 parent: 1 - - uid: 11442 + - uid: 44393 components: - type: Transform rot: 1.5707963267948966 rad - pos: -180.5,65.5 + pos: -166.5,65.5 parent: 1 - - uid: 11515 + - uid: 44394 components: - type: Transform - pos: -162.5,63.5 + rot: -1.5707963267948966 rad + pos: 34.5,-71.5 parent: 1 - - uid: 11519 + - uid: 44395 components: - type: Transform - pos: -175.5,45.5 + rot: -1.5707963267948966 rad + pos: 34.5,-72.5 parent: 1 - - uid: 11521 + - uid: 44396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -133.5,60.5 + pos: -174.5,50.5 parent: 1 - - uid: 11522 + - uid: 44397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -132.5,56.5 + pos: -173.5,52.5 parent: 1 - - uid: 11533 + - uid: 44398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,60.5 + pos: -173.5,50.5 parent: 1 - - uid: 11534 + - uid: 44399 components: - type: Transform - pos: -192.5,32.5 + pos: -186.5,36.5 parent: 1 - - uid: 11537 + - uid: 44400 components: - type: Transform - pos: -173.5,43.5 + pos: -188.5,36.5 parent: 1 - - uid: 11539 + - uid: 44401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -133.5,61.5 + pos: -193.5,25.5 parent: 1 - - uid: 11541 + - uid: 44402 components: - type: Transform - pos: -173.5,59.5 + pos: -192.5,25.5 parent: 1 - - uid: 11547 + - uid: 44403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,67.5 + pos: -176.5,50.5 parent: 1 - - uid: 11557 + - uid: 44404 components: - type: Transform - pos: -167.5,67.5 + pos: -175.5,50.5 parent: 1 - - uid: 11558 + - uid: 44405 components: - type: Transform - pos: -167.5,66.5 + pos: -81.5,-14.5 parent: 1 - - uid: 11565 + - uid: 44406 components: - type: Transform - pos: -167.5,59.5 + pos: -82.5,-14.5 parent: 1 - - uid: 13350 + - uid: 44407 components: - type: Transform - pos: -155.5,66.5 + pos: -84.5,-14.5 parent: 1 - - uid: 13352 + - uid: 44408 components: - type: Transform - pos: -155.5,64.5 + pos: -85.5,-14.5 parent: 1 - - uid: 16131 + - uid: 44409 components: - type: Transform - pos: -130.5,56.5 + pos: -83.5,-8.5 parent: 1 - - uid: 17584 + - uid: 44410 components: - type: Transform - pos: 184.5,225.5 + rot: 1.5707963267948966 rad + pos: -166.5,63.5 parent: 1 - - uid: 17585 +- proto: SteelOre1 + entities: + - uid: 44411 components: - type: Transform - pos: 186.5,225.5 + pos: 9.467006,155.93233 parent: 1 - - uid: 17587 + - uid: 44412 components: - type: Transform - pos: 185.5,225.5 + pos: 9.675339,156.65108 parent: 1 - - uid: 22562 + - uid: 44413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 184.5,223.5 + pos: 10.217006,156.40108 parent: 1 - - uid: 22563 +- proto: StimkitFilled + entities: + - uid: 5863 components: - type: Transform - pos: 187.5,225.5 - parent: 1 - - uid: 22566 + parent: 5861 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Stool + entities: + - uid: 44414 components: - type: Transform rot: 1.5707963267948966 rad - pos: 184.5,222.5 + pos: -29.450542,-70.3662 parent: 1 - - uid: 22916 + - uid: 44415 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,46.5 + pos: -28.651934,-71.22077 parent: 1 - - uid: 23195 + - uid: 44416 components: - type: Transform rot: 1.5707963267948966 rad - pos: 184.5,224.5 + pos: 174.57109,98.75982 parent: 1 - - uid: 23203 + - uid: 44417 components: - type: Transform - pos: 188.5,225.5 + pos: 96.481445,86.57433 parent: 1 - - uid: 23216 +- proto: StoolBar + entities: + - uid: 44418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 190.5,224.5 + rot: 3.141592653589793 rad + pos: 172.5,148.5 parent: 1 - - uid: 23318 + - uid: 44419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 191.5,224.5 + pos: 175.5,150.5 parent: 1 - - uid: 23736 + - uid: 44420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 192.5,224.5 + pos: 175.5,151.5 parent: 1 - - uid: 23745 + - uid: 44421 components: - type: Transform rot: 3.141592653589793 rad - pos: -161.5,43.5 + pos: 173.5,148.5 parent: 1 - - uid: 23755 + - uid: 44422 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,51.5 + pos: 171.5,148.5 parent: 1 - - uid: 23804 + - uid: 44423 components: - type: Transform rot: 3.141592653589793 rad - pos: -159.5,44.5 + pos: 170.5,148.5 parent: 1 - - uid: 24420 +- proto: StreetFurnitureBillboardMassfusion1worn + entities: + - uid: 44424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,34.5 + pos: -42.5,-76.5 parent: 1 - - uid: 24421 + - uid: 44425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,22.5 + pos: 177.5,65.5 parent: 1 - - uid: 24422 +- proto: StreetFurnitureBillboardNukacola1worn + entities: + - uid: 44426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,50.5 + pos: 72.5,-1.5 parent: 1 - - uid: 24423 + - uid: 44427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -167.5,47.5 + pos: 78.5,-76.5 parent: 1 - - uid: 24424 +- proto: Stunbaton + entities: + - uid: 5979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,217.5 - parent: 1 - - uid: 24425 + parent: 5957 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,47.5 + parent: 9539 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 9555 + components: + - type: Transform + parent: 9552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 44428 + components: + - type: Transform + pos: 101.57418,-6.379267 parent: 1 - - uid: 24426 + - uid: 44429 components: - type: Transform - pos: 194.5,214.5 + pos: -185.40271,30.719995 parent: 1 - - uid: 24427 +- proto: SubstationBasic + entities: + - uid: 44430 components: - type: Transform - pos: 199.5,216.5 + pos: 278.5,133.5 parent: 1 - - uid: 24428 + - uid: 44431 components: - type: Transform - pos: 195.5,203.5 + pos: 311.5,102.5 parent: 1 - - uid: 24429 +- proto: SubstationWallBasic + entities: + - uid: 44432 components: - type: Transform - pos: 187.5,208.5 + pos: -33.5,-114.5 parent: 1 - - uid: 24430 +- proto: SurveillanceCameraScience + entities: + - uid: 44433 components: - type: Transform - pos: 187.5,209.5 + rot: 1.5707963267948966 rad + pos: 216.5,185.5 parent: 1 - - uid: 24431 +- proto: SyndicateWhistle + entities: + - uid: 44434 components: - type: Transform - pos: 194.5,216.5 + rot: -1.5707963267948966 rad + pos: 159.73811,131.67494 parent: 1 - - uid: 24432 +- proto: SynthesizerInstrument + entities: + - uid: 44435 components: - type: Transform - pos: 194.5,220.5 + pos: 139.54231,2.8374925 parent: 1 - - uid: 24433 +- proto: Syringe + entities: + - uid: 44436 components: - type: Transform - pos: 199.5,218.5 + rot: 1.5707963267948966 rad + pos: 58.575066,150.5942 parent: 1 - - uid: 24434 + - uid: 44437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,220.5 + rot: 1.5707963267948966 rad + pos: 58.700066,150.67752 parent: 1 - - uid: 24436 +- proto: Table + entities: + - uid: 44438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -153.5,60.5 + rot: -1.5707963267948966 rad + pos: -99.5,-130.5 parent: 1 - - uid: 24438 + - uid: 44439 components: - type: Transform - pos: 178.5,-193.5 + pos: 101.5,-40.5 parent: 1 - - uid: 24439 + - uid: 44440 components: - type: Transform - pos: 181.5,-193.5 + pos: 101.5,-41.5 parent: 1 - - uid: 24440 + - uid: 44441 components: - type: Transform - pos: 187.5,210.5 + rot: -1.5707963267948966 rad + pos: 101.5,-37.5 parent: 1 - - uid: 24441 + - uid: 44442 components: - type: Transform - pos: 187.5,211.5 + rot: -1.5707963267948966 rad + pos: 101.5,-38.5 parent: 1 - - uid: 24442 + - uid: 44443 components: - type: Transform rot: 3.141592653589793 rad - pos: -168.5,47.5 + pos: -56.5,-125.5 parent: 1 - - uid: 24443 + - uid: 44444 components: - type: Transform rot: 3.141592653589793 rad - pos: -187.5,37.5 + pos: -56.5,-127.5 parent: 1 - - uid: 24444 + - uid: 44445 components: - type: Transform rot: 3.141592653589793 rad - pos: -175.5,21.5 + pos: -56.5,-126.5 parent: 1 - - uid: 24445 +- proto: TableCarpet + entities: + - uid: 44446 components: - type: Transform rot: -1.5707963267948966 rad - pos: 184.5,214.5 + pos: -74.5,-103.5 parent: 1 - - uid: 24446 + - uid: 44447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,34.5 + rot: -1.5707963267948966 rad + pos: -73.5,-103.5 parent: 1 - - uid: 24448 +- proto: TableCounterMetal + entities: + - uid: 44448 components: - type: Transform - pos: 168.5,-182.5 + pos: -55.5,-99.5 parent: 1 - - uid: 24449 + - uid: 44449 components: - type: Transform - pos: 189.5,-191.5 + pos: -51.5,-99.5 parent: 1 - - uid: 24450 + - uid: 44450 components: - type: Transform - pos: 179.5,-193.5 + pos: -49.5,-99.5 parent: 1 - - uid: 24451 + - uid: 44451 components: - type: Transform - pos: 180.5,-193.5 + pos: -53.5,-105.5 parent: 1 - - uid: 24452 + - uid: 44452 components: - type: Transform - pos: 176.5,-193.5 + pos: -52.5,-105.5 parent: 1 - - uid: 24453 + - uid: 44453 components: - type: Transform - pos: 180.5,-182.5 + pos: -52.5,-106.5 parent: 1 - - uid: 24454 + - uid: 44454 components: - type: Transform - pos: 189.5,-192.5 + pos: 58.5,160.5 parent: 1 - - uid: 24455 + - uid: 44455 components: - type: Transform - pos: 189.5,-190.5 + pos: 58.5,157.5 parent: 1 - - uid: 24456 + - uid: 44456 components: - type: Transform - pos: 184.5,-181.5 + pos: 56.5,155.5 parent: 1 - - uid: 24457 + - uid: 44457 components: - type: Transform - pos: 185.5,-193.5 + pos: 56.5,158.5 parent: 1 - - uid: 24458 + - uid: 44458 components: - type: Transform - pos: 177.5,-193.5 + pos: 58.5,154.5 parent: 1 - - uid: 24459 + - uid: 44459 components: - type: Transform - pos: 175.5,-193.5 + pos: 56.5,161.5 parent: 1 - - uid: 24460 + - uid: 44460 components: - type: Transform - pos: 189.5,-189.5 + rot: 1.5707963267948966 rad + pos: -25.5,63.5 parent: 1 - - uid: 24461 +- proto: TableFrame + entities: + - uid: 44461 components: - type: Transform - pos: 182.5,-182.5 + pos: -99.5,-131.5 parent: 1 - - uid: 24462 + - uid: 44462 components: - type: Transform - pos: 189.5,-187.5 + pos: 185.5,25.5 parent: 1 - - uid: 24463 + - uid: 44463 components: - type: Transform - pos: 189.5,-186.5 + pos: 185.5,26.5 parent: 1 - - uid: 24464 + - uid: 44464 components: - type: Transform - pos: 189.5,-188.5 + rot: 1.5707963267948966 rad + pos: 101.5,-122.5 parent: 1 - - uid: 24465 +- proto: TableGlass + entities: + - uid: 44465 components: - type: Transform - pos: 168.5,-188.5 + rot: 1.5707963267948966 rad + pos: 101.5,-124.5 parent: 1 - - uid: 24466 +- proto: TableReinforced + entities: + - uid: 44466 components: - type: Transform - pos: 184.5,-182.5 + pos: -162.5,-114.5 parent: 1 - - uid: 24467 + - uid: 44467 components: - type: Transform - pos: 189.5,-183.5 + pos: -162.5,-110.5 parent: 1 - - uid: 24468 + - uid: 44468 components: - type: Transform - pos: 187.5,-182.5 + pos: -162.5,-111.5 parent: 1 - - uid: 24469 + - uid: 44469 components: - type: Transform - pos: 168.5,-187.5 + pos: -162.5,-113.5 parent: 1 - - uid: 24470 +- proto: TableReinforcedGlass + entities: + - uid: 44470 components: - type: Transform - pos: 168.5,-193.5 + rot: 3.141592653589793 rad + pos: -34.5,-114.5 parent: 1 - - uid: 24471 + - uid: 44471 components: - type: Transform - pos: 189.5,-182.5 + rot: 3.141592653589793 rad + pos: -34.5,-115.5 parent: 1 - - uid: 24472 +- proto: TableStone + entities: + - uid: 44472 components: - type: Transform rot: 3.141592653589793 rad - pos: -179.5,53.5 + pos: 153.5,145.5 parent: 1 - - uid: 24473 + - uid: 44473 components: - type: Transform - pos: 182.5,-181.5 + rot: 3.141592653589793 rad + pos: 155.5,145.5 parent: 1 - - uid: 24474 +- proto: TableWood + entities: + - uid: 44474 components: - type: Transform - pos: 186.5,-182.5 + pos: -78.5,-120.5 parent: 1 - - uid: 24475 + - uid: 44475 components: - type: Transform - pos: 189.5,-193.5 + pos: -77.5,-120.5 parent: 1 - - uid: 24476 + - uid: 44476 components: - type: Transform - pos: 168.5,-183.5 + pos: -79.5,-120.5 parent: 1 - - uid: 24477 + - uid: 44477 components: - type: Transform - pos: 186.5,-193.5 + rot: 1.5707963267948966 rad + pos: -44.5,-111.5 parent: 1 - - uid: 24478 + - uid: 44478 components: - type: Transform - pos: 168.5,-192.5 + rot: 1.5707963267948966 rad + pos: -45.5,-111.5 parent: 1 - - uid: 24479 + - uid: 44479 components: - type: Transform - pos: 189.5,-185.5 + rot: 1.5707963267948966 rad + pos: -45.5,-111.5 parent: 1 - - uid: 24480 + - uid: 44480 components: - type: Transform - pos: 183.5,-193.5 + rot: 1.5707963267948966 rad + pos: -46.5,-111.5 parent: 1 - - uid: 24481 + - uid: 44481 components: - type: Transform - pos: 188.5,-182.5 + rot: -1.5707963267948966 rad + pos: -192.5,-185.5 parent: 1 - - uid: 24482 + - uid: 44482 components: - type: Transform - pos: 179.5,-182.5 + rot: -1.5707963267948966 rad + pos: -192.5,-186.5 parent: 1 - - uid: 24483 + - uid: 44483 components: - type: Transform - pos: 181.5,-182.5 + rot: 3.141592653589793 rad + pos: 158.5,192.5 parent: 1 - - uid: 24484 + - uid: 44484 components: - type: Transform - pos: 188.5,-193.5 + rot: 3.141592653589793 rad + pos: 158.5,191.5 parent: 1 - - uid: 24485 +- proto: TargetDarts + entities: + - uid: 44485 components: - type: Transform - pos: 184.5,-193.5 + rot: 3.141592653589793 rad + pos: -78.5,-107.5 parent: 1 - - uid: 24486 +- proto: TargetHuman + entities: + - uid: 44486 components: - type: Transform - pos: 177.5,-182.5 + pos: 215.5,-47.5 parent: 1 - - uid: 24487 + - uid: 44487 components: - type: Transform - pos: 175.5,-182.5 + pos: 215.5,-46.5 parent: 1 - - uid: 24488 + - uid: 44488 components: - type: Transform - pos: 178.5,-182.5 + pos: 210.5,-52.5 parent: 1 - - uid: 24489 + - uid: 44489 components: - type: Transform - pos: 174.5,-182.5 + pos: 216.5,-46.5 parent: 1 - - uid: 24490 + - uid: 44490 components: - type: Transform - pos: 173.5,-182.5 + pos: 208.5,-52.5 parent: 1 - - uid: 24491 + - uid: 44491 components: - type: Transform - pos: 176.5,-182.5 + pos: -193.5,-135.5 parent: 1 - - uid: 24492 + - uid: 44492 components: - type: Transform - pos: 182.5,-193.5 + pos: 216.5,-47.5 parent: 1 - - uid: 24493 +- proto: TelecomServer + entities: + - uid: 6796 components: - type: Transform - pos: 174.5,-193.5 + pos: -138.5,59.5 parent: 1 - - uid: 24494 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 6797 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TelecomServerFilled + entities: + - uid: 44493 components: - type: Transform - pos: 189.5,-184.5 + pos: -125.5,62.5 parent: 1 - - uid: 24495 +- proto: TobaccoSeeds + entities: + - uid: 44494 components: - type: Transform - pos: 169.5,-193.5 + pos: 26.70448,-60.33082 parent: 1 - - uid: 24496 + - uid: 44495 components: - type: Transform - pos: 187.5,-193.5 + pos: 26.542671,-60.098335 parent: 1 - - uid: 24497 +- proto: ToiletDirtyWater + entities: + - uid: 44496 components: - type: Transform - pos: 186.5,-181.5 + pos: 94.5,115.5 parent: 1 - - uid: 24498 + - uid: 44497 components: - type: Transform - pos: 171.5,-193.5 + rot: 1.5707963267948966 rad + pos: -182.5,-109.5 parent: 1 - - uid: 24499 + - uid: 44498 components: - type: Transform - pos: 170.5,-193.5 + rot: 1.5707963267948966 rad + pos: -182.5,-111.5 parent: 1 - - uid: 24500 + - uid: 44499 components: - type: Transform - pos: 172.5,-193.5 + rot: 1.5707963267948966 rad + pos: -73.5,-109.5 parent: 1 - - uid: 24501 + - uid: 44500 components: - type: Transform - pos: 173.5,-193.5 + pos: 109.5,-4.5 parent: 1 - - uid: 24502 + - uid: 44501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,59.5 + rot: 1.5707963267948966 rad + pos: 33.5,-60.5 parent: 1 - - uid: 24504 + - uid: 44502 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,54.5 + rot: 1.5707963267948966 rad + pos: -55.5,-105.5 parent: 1 - - uid: 24505 + - uid: 44503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -170.5,50.5 + rot: -1.5707963267948966 rad + pos: 118.5,7.5 parent: 1 - - uid: 24512 +- proto: ToiletEmpty + entities: + - uid: 44504 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,59.5 + pos: 213.5,-25.5 parent: 1 - - uid: 24514 + - uid: 44505 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,52.5 + pos: -41.5,-131.5 parent: 1 - - uid: 24515 + - uid: 44506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,62.5 + pos: -155.5,73.5 parent: 1 - - uid: 24518 + - uid: 44507 components: - type: Transform rot: 3.141592653589793 rad - pos: -179.5,54.5 + pos: 107.5,8.5 parent: 1 - - uid: 24519 +- proto: TomDrumsInstrument + entities: + - uid: 44508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,46.5 + pos: 168.5,173.5 parent: 1 - - uid: 24521 + - uid: 44509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,34.5 + rot: 1.5707963267948966 rad + pos: 139.5,-5.5 parent: 1 - - uid: 24522 +- proto: ToolboxElectrical + entities: + - uid: 44510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,45.5 + pos: 96.60185,85.7096 parent: 1 - - uid: 24523 + - uid: 44511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,51.5 + pos: 162.4445,37.680832 parent: 1 - - uid: 24524 + - uid: 44512 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,24.5 + pos: 175.54471,99.5745 parent: 1 - - uid: 24525 + - uid: 44513 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,23.5 + pos: 102.987816,-133.3724 parent: 1 - - uid: 24527 +- proto: ToolboxElectricalFilled + entities: + - uid: 44514 components: - type: Transform - pos: -172.5,38.5 + pos: -167.51271,-94.37833 parent: 1 - - uid: 24528 + - uid: 44515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,34.5 + pos: -36.505947,-113.16584 parent: 1 - - uid: 24529 + - uid: 44516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,38.5 + pos: -290.4796,-87.33432 parent: 1 - - uid: 24530 + - uid: 44517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,37.5 + pos: 15.708857,143.58 parent: 1 - - uid: 24531 +- proto: ToolboxMechanicalFilled + entities: + - uid: 44518 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,52.5 + pos: -172.50604,-96.405075 parent: 1 - - uid: 24533 + - uid: 44519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,52.5 + pos: -167.53836,-118.37454 parent: 1 - - uid: 24534 + - uid: 44520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,37.5 + pos: 144.60446,171.034 parent: 1 - - uid: 24536 + - uid: 44521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,34.5 + pos: 16.21617,143.35129 parent: 1 - - uid: 24537 +- proto: Torch + entities: + - uid: 44522 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,35.5 + rot: -1.5707963267948966 rad + pos: 206.27342,170.0199 parent: 1 - - uid: 24538 +- proto: TorsoSkeleton + entities: + - uid: 7713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,38.5 + parent: 7700 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44523 + components: + - type: Transform + pos: -47.478718,-127.24796 parent: 1 - - uid: 24539 + - uid: 44524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,34.5 + rot: 1.5707963267948966 rad + pos: -1.9391398,-32.56632 parent: 1 - - uid: 24540 +- proto: ToyDurand + entities: + - uid: 44525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,56.5 + pos: -36.883995,67.80638 parent: 1 - - uid: 24541 +- proto: ToyFigurineCargoTech + entities: + - uid: 7775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,33.5 + parent: 7773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 44526 + components: + - type: Transform + pos: -38.09579,67.85446 parent: 1 - - uid: 24542 +- proto: ToyFigurineMouse + entities: + - uid: 6100 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,31.5 + parent: 6099 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineSlime + entities: + - uid: 6101 + components: + - type: Transform + parent: 6099 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineWarden + entities: + - uid: 44527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.27026,101.46539 parent: 1 - - uid: 24543 +- proto: ToyGygax + entities: + - uid: 44528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,58.5 + pos: -48.174248,-126.91994 parent: 1 - - uid: 24544 +- proto: ToySword + entities: + - uid: 6102 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,49.5 + parent: 6099 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: TrashBag + entities: + - uid: 44529 + components: + - type: Transform + pos: -187.03532,54.709713 parent: 1 - - uid: 24545 + - uid: 44530 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,56.5 + pos: 132.06424,-15.665754 parent: 1 - - uid: 24546 + - uid: 44531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,32.5 + pos: -339.78162,74.43995 parent: 1 - - uid: 24547 + - uid: 44532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,21.5 + pos: -191.05095,28.69563 parent: 1 - - uid: 24548 +- proto: TrashBakedBananaPeel + entities: + - uid: 6117 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,21.5 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44533 + components: + - type: Transform + pos: 186.64627,59.51033 parent: 1 - - uid: 24550 + - uid: 44534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,55.5 + rot: -1.5707963267948966 rad + pos: 184.6619,58.85408 parent: 1 - - uid: 24551 +- proto: TrashBananaPeel + entities: + - uid: 6118 components: - type: Transform - rot: 3.141592653589793 rad - pos: -169.5,47.5 + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6119 + components: + - type: Transform + parent: 6103 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 44535 + components: + - type: Transform + pos: -44.471336,-111.419716 parent: 1 - - uid: 24552 + - uid: 44536 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,21.5 + pos: 158.64508,-92.52079 parent: 1 - - uid: 24553 +- proto: trayScanner + entities: + - uid: 5943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,21.5 + parent: 5942 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: TromboneInstrument + entities: + - uid: 44537 + components: + - type: Transform + pos: 136.51456,2.9074078 parent: 1 - - uid: 24555 +- proto: TrumpetInstrument + entities: + - uid: 44538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,54.5 + pos: 140.54399,2.827076 parent: 1 - - uid: 24556 +- proto: TurboItemRecharger + entities: + - uid: 44539 components: - type: Transform - pos: -170.5,34.5 + pos: -168.5,63.5 parent: 1 - - uid: 24557 +- proto: UnfinishedMachineFrame + entities: + - uid: 44540 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,48.5 + pos: -288.5,-85.5 parent: 1 - - uid: 24558 +- proto: UprightPianoInstrument + entities: + - uid: 44541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,34.5 + rot: -1.5707963267948966 rad + pos: 139.5,-2.5 parent: 1 - - uid: 24559 +- proto: Urn + entities: + - uid: 44542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,35.5 + pos: -50.823853,-110.42571 parent: 1 - - uid: 24560 +- proto: VendingMachineCondiments + entities: + - uid: 44543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,38.5 + rot: -1.5707963267948966 rad + pos: -156.5,-16.5 parent: 1 - - uid: 24561 +- proto: WallDiamond + entities: + - uid: 44544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,34.5 + rot: 1.5707963267948966 rad + pos: 9.5,-204.5 parent: 1 - - uid: 24563 + - uid: 44545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,37.5 + rot: 1.5707963267948966 rad + pos: 8.5,-208.5 parent: 1 - - uid: 24564 + - uid: 44546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,47.5 + rot: 1.5707963267948966 rad + pos: 8.5,-211.5 parent: 1 - - uid: 24565 + - uid: 44547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,57.5 + rot: 1.5707963267948966 rad + pos: 13.5,-204.5 parent: 1 - - uid: 24567 + - uid: 44548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,59.5 + rot: 1.5707963267948966 rad + pos: 8.5,-203.5 parent: 1 - - uid: 24568 + - uid: 44549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,46.5 + rot: 1.5707963267948966 rad + pos: 8.5,-204.5 parent: 1 - - uid: 24570 + - uid: 44550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,52.5 + rot: 1.5707963267948966 rad + pos: 8.5,-206.5 parent: 1 - - uid: 24571 + - uid: 44551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,51.5 + rot: 1.5707963267948966 rad + pos: 9.5,-206.5 parent: 1 - - uid: 24572 + - uid: 44552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,46.5 + rot: 1.5707963267948966 rad + pos: 9.5,-203.5 parent: 1 - - uid: 24577 + - uid: 44553 components: - type: Transform rot: 1.5707963267948966 rad - pos: -169.5,59.5 + pos: 9.5,-207.5 parent: 1 - - uid: 24578 + - uid: 44554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,43.5 + rot: 1.5707963267948966 rad + pos: 14.5,-211.5 parent: 1 - - uid: 24580 + - uid: 44555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,59.5 + rot: 1.5707963267948966 rad + pos: 13.5,-207.5 parent: 1 - - uid: 24581 + - uid: 44556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,59.5 + rot: 1.5707963267948966 rad + pos: 3.5,-211.5 parent: 1 - - uid: 24582 + - uid: 44557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,59.5 + rot: 1.5707963267948966 rad + pos: 3.5,-208.5 parent: 1 - - uid: 24583 + - uid: 44558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,59.5 + rot: 1.5707963267948966 rad + pos: 10.5,-203.5 parent: 1 - - uid: 24584 + - uid: 44559 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,59.5 + rot: 1.5707963267948966 rad + pos: 10.5,-204.5 parent: 1 - - uid: 24585 + - uid: 44560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,59.5 + rot: 1.5707963267948966 rad + pos: 8.5,-210.5 parent: 1 - - uid: 24587 + - uid: 44561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,59.5 + rot: 1.5707963267948966 rad + pos: 8.5,-209.5 parent: 1 - - uid: 24589 + - uid: 44562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,21.5 + rot: 1.5707963267948966 rad + pos: 11.5,-208.5 parent: 1 - - uid: 24590 + - uid: 44563 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,21.5 + rot: 1.5707963267948966 rad + pos: 8.5,-207.5 parent: 1 - - uid: 24591 + - uid: 44564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,21.5 + rot: 1.5707963267948966 rad + pos: 8.5,-205.5 parent: 1 - - uid: 24592 + - uid: 44565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -175.5,46.5 + rot: 1.5707963267948966 rad + pos: 14.5,-204.5 parent: 1 - - uid: 24596 + - uid: 44566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,37.5 + rot: 1.5707963267948966 rad + pos: 13.5,-208.5 parent: 1 - - uid: 24597 + - uid: 44567 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,37.5 + rot: 1.5707963267948966 rad + pos: 13.5,-210.5 parent: 1 - - uid: 24598 + - uid: 44568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,23.5 + rot: 1.5707963267948966 rad + pos: 13.5,-211.5 parent: 1 - - uid: 24599 + - uid: 44569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,24.5 + rot: 1.5707963267948966 rad + pos: 11.5,-210.5 parent: 1 - - uid: 24600 + - uid: 44570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,37.5 + rot: 1.5707963267948966 rad + pos: 2.5,-211.5 parent: 1 - - uid: 24601 + - uid: 44571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,37.5 + rot: 1.5707963267948966 rad + pos: 9.5,-211.5 parent: 1 - - uid: 24603 + - uid: 44572 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,46.5 + rot: 1.5707963267948966 rad + pos: 9.5,-210.5 parent: 1 - - uid: 24604 + - uid: 44573 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,20.5 + rot: 1.5707963267948966 rad + pos: 7.5,-204.5 parent: 1 - - uid: 24605 + - uid: 44574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,20.5 + rot: 1.5707963267948966 rad + pos: 7.5,-211.5 parent: 1 - - uid: 24606 + - uid: 44575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,20.5 + rot: 1.5707963267948966 rad + pos: 7.5,-208.5 parent: 1 - - uid: 24607 + - uid: 44576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,20.5 + rot: 1.5707963267948966 rad + pos: 7.5,-207.5 parent: 1 - - uid: 24608 + - uid: 44577 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,20.5 + rot: 1.5707963267948966 rad + pos: 10.5,-210.5 parent: 1 - - uid: 24609 + - uid: 44578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,20.5 + rot: 1.5707963267948966 rad + pos: 7.5,-203.5 parent: 1 - - uid: 24610 + - uid: 44579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,20.5 + rot: 1.5707963267948966 rad + pos: 6.5,-210.5 parent: 1 - - uid: 24611 + - uid: 44580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,20.5 + rot: 1.5707963267948966 rad + pos: 6.5,-211.5 parent: 1 - - uid: 24612 + - uid: 44581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -188.5,20.5 + rot: 1.5707963267948966 rad + pos: 14.5,-209.5 parent: 1 - - uid: 24613 + - uid: 44582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -189.5,20.5 + rot: 1.5707963267948966 rad + pos: 10.5,-211.5 parent: 1 - - uid: 24614 + - uid: 44583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -190.5,20.5 + rot: 1.5707963267948966 rad + pos: 14.5,-207.5 parent: 1 - - uid: 24615 + - uid: 44584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -191.5,20.5 + rot: 1.5707963267948966 rad + pos: 14.5,-210.5 parent: 1 - - uid: 24616 + - uid: 44585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -192.5,20.5 + rot: 1.5707963267948966 rad + pos: 11.5,-203.5 parent: 1 - - uid: 24617 + - uid: 44586 components: - type: Transform - rot: 3.141592653589793 rad - pos: -193.5,20.5 + rot: 1.5707963267948966 rad + pos: 11.5,-204.5 parent: 1 - - uid: 24618 + - uid: 44587 components: - type: Transform - rot: 3.141592653589793 rad - pos: -194.5,20.5 + rot: 1.5707963267948966 rad + pos: 11.5,-206.5 parent: 1 - - uid: 24619 + - uid: 44588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -195.5,20.5 + rot: 1.5707963267948966 rad + pos: 12.5,-208.5 parent: 1 - - uid: 24620 + - uid: 44589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -196.5,20.5 + rot: 1.5707963267948966 rad + pos: 12.5,-210.5 parent: 1 - - uid: 24621 + - uid: 44590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,20.5 + rot: 1.5707963267948966 rad + pos: 12.5,-211.5 parent: 1 - - uid: 24625 + - uid: 44591 components: - type: Transform - pos: -132.5,54.5 + rot: 1.5707963267948966 rad + pos: 12.5,-203.5 parent: 1 - - uid: 24626 + - uid: 44592 components: - type: Transform - pos: -132.5,55.5 + rot: 1.5707963267948966 rad + pos: 12.5,-204.5 parent: 1 - - uid: 24628 + - uid: 44593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,31.5 + rot: 1.5707963267948966 rad + pos: 11.5,-211.5 parent: 1 - - uid: 24629 + - uid: 44594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,30.5 + rot: 1.5707963267948966 rad + pos: 13.5,-203.5 parent: 1 - - uid: 24630 + - uid: 44595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,29.5 + rot: 1.5707963267948966 rad + pos: 14.5,-206.5 parent: 1 - - uid: 24631 + - uid: 44596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,28.5 + rot: 1.5707963267948966 rad + pos: 14.5,-208.5 parent: 1 - - uid: 24632 + - uid: 44597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,27.5 + rot: 1.5707963267948966 rad + pos: 14.5,-205.5 parent: 1 - - uid: 24633 + - uid: 44598 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,26.5 + rot: 1.5707963267948966 rad + pos: 14.5,-203.5 parent: 1 - - uid: 24634 + - uid: 44599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,25.5 + rot: 1.5707963267948966 rad + pos: 0.5,-206.5 parent: 1 - - uid: 24635 + - uid: 44600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,24.5 + rot: 1.5707963267948966 rad + pos: 0.5,-205.5 parent: 1 - - uid: 24636 + - uid: 44601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,23.5 + rot: 1.5707963267948966 rad + pos: 4.5,-211.5 parent: 1 - - uid: 24637 + - uid: 44602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,22.5 + rot: 1.5707963267948966 rad + pos: -0.5,-207.5 parent: 1 - - uid: 24638 + - uid: 44603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -197.5,21.5 + rot: 1.5707963267948966 rad + pos: -0.5,-209.5 parent: 1 - - uid: 24639 + - uid: 44604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,28.5 + rot: 1.5707963267948966 rad + pos: 5.5,-206.5 parent: 1 - - uid: 24640 + - uid: 44605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,29.5 + rot: 1.5707963267948966 rad + pos: 5.5,-203.5 parent: 1 - - uid: 24641 + - uid: 44606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,30.5 + rot: 1.5707963267948966 rad + pos: 5.5,-208.5 parent: 1 - - uid: 24642 + - uid: 44607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,46.5 + rot: 1.5707963267948966 rad + pos: 5.5,-207.5 parent: 1 - - uid: 24643 + - uid: 44608 components: - type: Transform - pos: -175.5,44.5 + rot: 1.5707963267948966 rad + pos: 5.5,-204.5 parent: 1 - - uid: 24644 + - uid: 44609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,46.5 + rot: 1.5707963267948966 rad + pos: 5.5,-210.5 parent: 1 - - uid: 24645 + - uid: 44610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,46.5 + rot: 1.5707963267948966 rad + pos: 5.5,-211.5 parent: 1 - - uid: 24648 + - uid: 44611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,47.5 + rot: 1.5707963267948966 rad + pos: 2.5,-203.5 parent: 1 - - uid: 24649 + - uid: 44612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,42.5 + rot: 1.5707963267948966 rad + pos: 2.5,-204.5 parent: 1 - - uid: 24650 + - uid: 44613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,43.5 + rot: 1.5707963267948966 rad + pos: 2.5,-206.5 parent: 1 - - uid: 24651 + - uid: 44614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,41.5 + rot: 1.5707963267948966 rad + pos: 0.5,-203.5 parent: 1 - - uid: 24652 + - uid: 44615 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,40.5 + rot: 1.5707963267948966 rad + pos: 0.5,-204.5 parent: 1 - - uid: 24654 + - uid: 44616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,39.5 + rot: 1.5707963267948966 rad + pos: -0.5,-204.5 parent: 1 - - uid: 24655 + - uid: 44617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,56.5 + rot: 1.5707963267948966 rad + pos: -0.5,-205.5 parent: 1 - - uid: 24656 + - uid: 44618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,55.5 + rot: 1.5707963267948966 rad + pos: -0.5,-208.5 parent: 1 - - uid: 24658 + - uid: 44619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,50.5 + rot: 1.5707963267948966 rad + pos: -0.5,-210.5 parent: 1 - - uid: 24659 + - uid: 44620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,58.5 + rot: 1.5707963267948966 rad + pos: -0.5,-211.5 parent: 1 - - uid: 24660 + - uid: 44621 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,58.5 + rot: 1.5707963267948966 rad + pos: -0.5,-203.5 parent: 1 - - uid: 24661 + - uid: 44622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,56.5 + rot: 1.5707963267948966 rad + pos: -0.5,-206.5 parent: 1 - - uid: 24662 + - uid: 44623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,57.5 + rot: 1.5707963267948966 rad + pos: 10.5,-206.5 parent: 1 - - uid: 24663 + - uid: 44624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,54.5 + rot: 1.5707963267948966 rad + pos: 3.5,-206.5 parent: 1 - - uid: 24664 + - uid: 44625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,55.5 + rot: 1.5707963267948966 rad + pos: 4.5,-207.5 parent: 1 - - uid: 24665 + - uid: 44626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,52.5 + rot: 1.5707963267948966 rad + pos: 4.5,-205.5 parent: 1 - - uid: 24666 + - uid: 44627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,53.5 + rot: 1.5707963267948966 rad + pos: 4.5,-204.5 parent: 1 - - uid: 24667 + - uid: 44628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -170.5,47.5 + rot: 1.5707963267948966 rad + pos: 3.5,-204.5 parent: 1 - - uid: 24668 + - uid: 44629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,51.5 + rot: 1.5707963267948966 rad + pos: 4.5,-208.5 parent: 1 - - uid: 24670 + - uid: 44630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,46.5 + rot: 1.5707963267948966 rad + pos: 3.5,-207.5 parent: 1 - - uid: 24671 + - uid: 44631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,46.5 + rot: 1.5707963267948966 rad + pos: 3.5,-203.5 parent: 1 - - uid: 24673 + - uid: 44632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,46.5 + rot: 1.5707963267948966 rad + pos: 7.5,-206.5 parent: 1 - - uid: 24674 + - uid: 44633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,46.5 + rot: 1.5707963267948966 rad + pos: 4.5,-209.5 parent: 1 - - uid: 24676 + - uid: 44634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,24.5 + rot: 1.5707963267948966 rad + pos: 12.5,-207.5 parent: 1 - - uid: 24677 + - uid: 44635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,23.5 + rot: 1.5707963267948966 rad + pos: 10.5,-208.5 parent: 1 - - uid: 24678 + - uid: 44636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,22.5 + rot: 1.5707963267948966 rad + pos: 13.5,-205.5 parent: 1 - - uid: 24679 + - uid: 44637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,30.5 + rot: 1.5707963267948966 rad + pos: 13.5,-206.5 parent: 1 - - uid: 24680 + - uid: 44638 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,29.5 + rot: 1.5707963267948966 rad + pos: 13.5,-209.5 parent: 1 - - uid: 24681 + - uid: 44639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,28.5 + rot: 1.5707963267948966 rad + pos: 1.5,-210.5 parent: 1 - - uid: 24682 + - uid: 44640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,27.5 + rot: 1.5707963267948966 rad + pos: 4.5,-210.5 parent: 1 - - uid: 24683 + - uid: 44641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,30.5 + rot: 1.5707963267948966 rad + pos: 0.5,-207.5 parent: 1 - - uid: 24684 + - uid: 44642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -177.5,30.5 + rot: 1.5707963267948966 rad + pos: 0.5,-209.5 parent: 1 - - uid: 24685 + - uid: 44643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -176.5,30.5 + rot: 1.5707963267948966 rad + pos: 6.5,-203.5 parent: 1 - - uid: 24686 + - uid: 44644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -174.5,30.5 + rot: 1.5707963267948966 rad + pos: 0.5,-208.5 parent: 1 - - uid: 24687 + - uid: 44645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -173.5,30.5 + rot: 1.5707963267948966 rad + pos: 0.5,-210.5 parent: 1 - - uid: 24688 + - uid: 44646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -172.5,30.5 + rot: 1.5707963267948966 rad + pos: 0.5,-211.5 parent: 1 - - uid: 24689 + - uid: 44647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,55.5 + rot: 1.5707963267948966 rad + pos: 2.5,-208.5 parent: 1 - - uid: 24691 + - uid: 44648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,56.5 + rot: 1.5707963267948966 rad + pos: 2.5,-210.5 parent: 1 - - uid: 24692 + - uid: 44649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,59.5 + rot: 1.5707963267948966 rad + pos: 1.5,-204.5 parent: 1 - - uid: 24695 + - uid: 44650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,37.5 + rot: 1.5707963267948966 rad + pos: 1.5,-203.5 parent: 1 - - uid: 24696 + - uid: 44651 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,37.5 + rot: 1.5707963267948966 rad + pos: 2.5,-209.5 parent: 1 - - uid: 24697 + - uid: 44652 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,37.5 + rot: 1.5707963267948966 rad + pos: 6.5,-204.5 parent: 1 - - uid: 24698 + - uid: 44653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,36.5 + rot: 1.5707963267948966 rad + pos: 4.5,-203.5 parent: 1 - - uid: 24699 + - uid: 44654 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,35.5 + rot: 1.5707963267948966 rad + pos: 4.5,-206.5 parent: 1 - - uid: 24700 + - uid: 44655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,34.5 + rot: 1.5707963267948966 rad + pos: 1.5,-211.5 parent: 1 - - uid: 24701 + - uid: 44656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,33.5 + rot: 1.5707963267948966 rad + pos: 3.5,-209.5 parent: 1 - - uid: 24702 + - uid: 44657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,32.5 + rot: 1.5707963267948966 rad + pos: 3.5,-210.5 parent: 1 - - uid: 24703 + - uid: 44658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,30.5 + rot: 1.5707963267948966 rad + pos: 7.5,-210.5 parent: 1 - - uid: 24704 +- proto: WallNecropolis + entities: + - uid: 44659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -175.5,61.5 + pos: 180.5,124.5 parent: 1 - - uid: 24705 + - uid: 44660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,28.5 + pos: 181.5,124.5 parent: 1 - - uid: 24706 + - uid: 44661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,27.5 + pos: 191.5,133.5 parent: 1 - - uid: 24713 + - uid: 44662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,22.5 + pos: 183.5,124.5 parent: 1 - - uid: 24714 + - uid: 44663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,21.5 + pos: 184.5,124.5 parent: 1 - - uid: 24715 + - uid: 44664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -171.5,47.5 + pos: 190.5,124.5 parent: 1 - - uid: 24716 + - uid: 44665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,57.5 + pos: 178.5,130.5 parent: 1 - - uid: 24727 + - uid: 44666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -183.5,53.5 + pos: 179.5,130.5 parent: 1 - - uid: 24730 + - uid: 44667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,55.5 + pos: 181.5,133.5 parent: 1 - - uid: 24732 + - uid: 44668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,50.5 + pos: 179.5,136.5 parent: 1 - - uid: 24734 + - uid: 44669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,56.5 + pos: 198.5,137.5 parent: 1 - - uid: 24735 + - uid: 44670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,55.5 + pos: 189.5,124.5 parent: 1 - - uid: 24736 + - uid: 44671 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,54.5 + pos: 182.5,135.5 parent: 1 - - uid: 24737 + - uid: 44672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,54.5 + pos: 179.5,127.5 parent: 1 - - uid: 24738 + - uid: 44673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,54.5 + pos: 177.5,133.5 parent: 1 - - uid: 24739 + - uid: 44674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,54.5 + pos: 177.5,130.5 parent: 1 - - uid: 24740 + - uid: 44675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,54.5 + pos: 181.5,134.5 parent: 1 - - uid: 24741 + - uid: 44676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,54.5 + pos: 181.5,127.5 parent: 1 - - uid: 24742 + - uid: 44677 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,55.5 + pos: 198.5,132.5 parent: 1 - - uid: 24743 + - uid: 44678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,56.5 + pos: 198.5,130.5 parent: 1 - - uid: 24744 + - uid: 44679 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,56.5 + pos: 180.5,127.5 parent: 1 - - uid: 24745 + - uid: 44680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,56.5 + pos: 186.5,123.5 parent: 1 - - uid: 24746 + - uid: 44681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,53.5 + pos: 182.5,124.5 parent: 1 - - uid: 24747 + - uid: 44682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,54.5 + pos: 185.5,124.5 parent: 1 - - uid: 24748 + - uid: 44683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,55.5 + pos: 180.5,126.5 parent: 1 - - uid: 24749 + - uid: 44684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,52.5 + pos: 187.5,123.5 parent: 1 - - uid: 24750 + - uid: 44685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -153.5,52.5 + pos: 176.5,127.5 parent: 1 - - uid: 24751 + - uid: 44686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,52.5 + pos: 179.5,137.5 parent: 1 - - uid: 24752 + - uid: 44687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,52.5 + pos: 176.5,130.5 parent: 1 - - uid: 24753 + - uid: 44688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,61.5 + pos: 176.5,128.5 parent: 1 - - uid: 24754 + - uid: 44689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,62.5 + pos: 174.5,131.5 parent: 1 - - uid: 24755 + - uid: 44690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,62.5 + pos: 175.5,137.5 parent: 1 - - uid: 24756 + - uid: 44691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,60.5 + pos: 180.5,129.5 parent: 1 - - uid: 24757 + - uid: 44692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,59.5 + pos: 183.5,130.5 parent: 1 - - uid: 24759 + - uid: 44693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,58.5 + pos: 185.5,130.5 parent: 1 - - uid: 24761 + - uid: 44694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,60.5 + pos: 184.5,130.5 parent: 1 - - uid: 24762 + - uid: 44695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,59.5 + pos: 173.5,132.5 parent: 1 - - uid: 24763 + - uid: 44696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,61.5 + pos: 181.5,135.5 parent: 1 - - uid: 24768 + - uid: 44697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,66.5 + pos: 185.5,123.5 parent: 1 - - uid: 24780 + - uid: 44698 components: - type: Transform - pos: -130.5,58.5 + pos: 182.5,130.5 parent: 1 - - uid: 24781 + - uid: 44699 components: - type: Transform - pos: -130.5,57.5 + pos: 181.5,130.5 parent: 1 - - uid: 24782 + - uid: 44700 components: - type: Transform - pos: -130.5,59.5 + pos: 174.5,132.5 parent: 1 - - uid: 24786 + - uid: 44701 components: - type: Transform - pos: -159.5,69.5 + pos: 180.5,130.5 parent: 1 - - uid: 24790 + - uid: 44702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,68.5 + pos: 180.5,128.5 parent: 1 - - uid: 24793 + - uid: 44703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,68.5 + pos: 172.5,135.5 parent: 1 - - uid: 24799 + - uid: 44704 components: - type: Transform - pos: -192.5,33.5 + pos: 199.5,137.5 parent: 1 - - uid: 24810 + - uid: 44705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,67.5 + pos: 172.5,134.5 parent: 1 - - uid: 24815 + - uid: 44706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -162.5,59.5 + pos: 173.5,133.5 parent: 1 - - uid: 24816 + - uid: 44707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,59.5 + pos: 176.5,126.5 parent: 1 - - uid: 24817 + - uid: 44708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,60.5 + pos: 172.5,133.5 parent: 1 - - uid: 24818 + - uid: 44709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -161.5,61.5 + pos: 187.5,128.5 parent: 1 - - uid: 24819 + - uid: 44710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,62.5 + pos: 175.5,135.5 parent: 1 - - uid: 24820 + - uid: 44711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,62.5 + pos: 183.5,125.5 parent: 1 - - uid: 24821 + - uid: 44712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,62.5 + pos: 172.5,136.5 parent: 1 - - uid: 24822 + - uid: 44713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,61.5 + pos: 175.5,136.5 parent: 1 - - uid: 24823 + - uid: 44714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,60.5 + pos: 171.5,136.5 parent: 1 - - uid: 24824 + - uid: 44715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,60.5 + pos: 189.5,128.5 parent: 1 - - uid: 24825 + - uid: 44716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,60.5 + pos: 176.5,135.5 parent: 1 - - uid: 24826 + - uid: 44717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,61.5 + pos: 192.5,133.5 parent: 1 - - uid: 24827 + - uid: 44718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,62.5 + pos: 191.5,129.5 parent: 1 - - uid: 24828 + - uid: 44719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,63.5 + pos: 188.5,128.5 parent: 1 - - uid: 24830 + - uid: 44720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -153.5,64.5 + pos: 180.5,135.5 parent: 1 - - uid: 24831 + - uid: 44721 components: - type: Transform - rot: 3.141592653589793 rad - pos: -152.5,64.5 + pos: 191.5,134.5 parent: 1 - - uid: 24832 + - uid: 44722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,64.5 + pos: 185.5,137.5 parent: 1 - - uid: 24833 + - uid: 44723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,64.5 + pos: 176.5,134.5 parent: 1 - - uid: 24834 + - uid: 44724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,64.5 + pos: 192.5,130.5 parent: 1 - - uid: 24835 + - uid: 44725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,65.5 + pos: 192.5,129.5 parent: 1 - - uid: 24836 + - uid: 44726 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,65.5 + pos: 190.5,128.5 parent: 1 - - uid: 24837 + - uid: 44727 components: - type: Transform - rot: 3.141592653589793 rad - pos: -147.5,65.5 + pos: 190.5,129.5 parent: 1 - - uid: 24838 + - uid: 44728 components: - type: Transform - rot: 3.141592653589793 rad - pos: -146.5,65.5 + pos: 198.5,133.5 parent: 1 - - uid: 24839 + - uid: 44729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -145.5,65.5 + pos: 198.5,129.5 parent: 1 - - uid: 24840 + - uid: 44730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -144.5,65.5 + pos: 198.5,131.5 parent: 1 - - uid: 24841 + - uid: 44731 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,65.5 + pos: 175.5,130.5 parent: 1 - - uid: 24842 + - uid: 44732 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,64.5 + pos: 198.5,134.5 parent: 1 - - uid: 24843 + - uid: 44733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,63.5 + pos: 190.5,133.5 parent: 1 - - uid: 24844 + - uid: 44734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,62.5 + pos: 183.5,127.5 parent: 1 - - uid: 24845 + - uid: 44735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,61.5 + pos: 198.5,136.5 parent: 1 - - uid: 24846 + - uid: 44736 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,60.5 + pos: 179.5,135.5 parent: 1 - - uid: 24847 + - uid: 44737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,60.5 + pos: 183.5,126.5 parent: 1 - - uid: 24848 + - uid: 44738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -141.5,60.5 + pos: 183.5,128.5 parent: 1 - - uid: 24849 + - uid: 44739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -140.5,60.5 + pos: 186.5,138.5 parent: 1 - - uid: 24850 + - uid: 44740 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,60.5 + pos: 186.5,137.5 parent: 1 - - uid: 24851 + - uid: 44741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,61.5 + pos: 187.5,137.5 parent: 1 - - uid: 24852 + - uid: 44742 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,62.5 + pos: 187.5,138.5 parent: 1 - - uid: 24853 + - uid: 44743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,63.5 + pos: 188.5,138.5 parent: 1 - - uid: 24854 + - uid: 44744 components: - type: Transform - rot: 3.141592653589793 rad - pos: -138.5,63.5 + pos: 188.5,139.5 parent: 1 - - uid: 24855 + - uid: 44745 components: - type: Transform - rot: 3.141592653589793 rad - pos: -137.5,63.5 + pos: 188.5,141.5 parent: 1 - - uid: 24856 + - uid: 44746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -136.5,63.5 + pos: 188.5,142.5 parent: 1 - - uid: 24857 + - uid: 44747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -135.5,63.5 + pos: 189.5,142.5 parent: 1 - - uid: 24858 + - uid: 44748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -134.5,63.5 + pos: 190.5,142.5 parent: 1 - - uid: 24859 + - uid: 44749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -133.5,63.5 + pos: 191.5,142.5 parent: 1 - - uid: 24864 + - uid: 44750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -131.5,60.5 + pos: 176.5,129.5 parent: 1 - - uid: 24868 + - uid: 44751 components: - type: Transform - rot: 3.141592653589793 rad - pos: -131.5,56.5 + pos: 182.5,138.5 parent: 1 - - uid: 24873 + - uid: 44752 components: - type: Transform - rot: 3.141592653589793 rad - pos: -133.5,53.5 + pos: 182.5,137.5 parent: 1 - - uid: 24874 + - uid: 44753 components: - type: Transform - rot: 3.141592653589793 rad - pos: -134.5,53.5 + pos: 183.5,137.5 parent: 1 - - uid: 24875 + - uid: 44754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -135.5,53.5 + pos: 184.5,138.5 parent: 1 - - uid: 24876 + - uid: 44755 components: - type: Transform - rot: 3.141592653589793 rad - pos: -136.5,53.5 + pos: 184.5,137.5 parent: 1 - - uid: 24877 + - uid: 44756 components: - type: Transform - rot: 3.141592653589793 rad - pos: -137.5,53.5 + pos: 185.5,138.5 parent: 1 - - uid: 24878 + - uid: 44757 components: - type: Transform - rot: 3.141592653589793 rad - pos: -138.5,53.5 + pos: 180.5,133.5 parent: 1 - - uid: 24879 + - uid: 44758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,53.5 + pos: 178.5,133.5 parent: 1 - - uid: 24880 + - uid: 44759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,54.5 + pos: 182.5,123.5 parent: 1 - - uid: 24881 + - uid: 44760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,55.5 + pos: 181.5,123.5 parent: 1 - - uid: 24882 + - uid: 44761 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,56.5 + pos: 180.5,123.5 parent: 1 - - uid: 24883 + - uid: 44762 components: - type: Transform - rot: 3.141592653589793 rad - pos: -140.5,56.5 + pos: 179.5,123.5 parent: 1 - - uid: 24884 + - uid: 44763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -141.5,56.5 + pos: 179.5,124.5 parent: 1 - - uid: 24885 + - uid: 44764 components: - type: Transform - rot: 3.141592653589793 rad - pos: -142.5,56.5 + pos: 178.5,124.5 parent: 1 - - uid: 24886 + - uid: 44765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,56.5 + pos: 178.5,125.5 parent: 1 - - uid: 24887 + - uid: 44766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,55.5 + pos: 177.5,125.5 parent: 1 - - uid: 24888 + - uid: 44767 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,54.5 + pos: 177.5,126.5 parent: 1 - - uid: 24889 + - uid: 44768 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,53.5 + pos: 179.5,133.5 parent: 1 - - uid: 24890 + - uid: 44769 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,52.5 + pos: 188.5,124.5 parent: 1 - - uid: 24891 + - uid: 44770 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,51.5 + pos: 188.5,123.5 parent: 1 - - uid: 24892 + - uid: 44771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -144.5,51.5 + pos: 191.5,124.5 parent: 1 - - uid: 24893 + - uid: 44772 components: - type: Transform - rot: 3.141592653589793 rad - pos: -145.5,51.5 + pos: 192.5,125.5 parent: 1 - - uid: 24894 + - uid: 44773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -146.5,51.5 + pos: 192.5,124.5 parent: 1 - - uid: 24895 + - uid: 44774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -147.5,51.5 + pos: 193.5,127.5 parent: 1 - - uid: 24896 + - uid: 44775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,51.5 + pos: 193.5,126.5 parent: 1 - - uid: 24897 + - uid: 44776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,52.5 + pos: 193.5,125.5 parent: 1 - - uid: 24898 + - uid: 44777 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,51.5 + pos: 194.5,127.5 parent: 1 - - uid: 24899 + - uid: 44778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,52.5 + pos: 195.5,127.5 parent: 1 - - uid: 24900 + - uid: 44779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,62.5 + pos: 196.5,127.5 parent: 1 - - uid: 24903 + - uid: 44780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,60.5 + pos: 197.5,127.5 parent: 1 - - uid: 24904 + - uid: 44781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,60.5 + pos: 198.5,127.5 parent: 1 - - uid: 24905 + - uid: 44782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,43.5 + pos: 175.5,131.5 parent: 1 - - uid: 24906 + - uid: 44783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,61.5 + pos: 177.5,134.5 parent: 1 - - uid: 24907 + - uid: 44784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,63.5 + pos: 191.5,135.5 parent: 1 - - uid: 24909 + - uid: 44785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -144.5,60.5 + pos: 191.5,136.5 parent: 1 - - uid: 24910 + - uid: 44786 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,59.5 + pos: 198.5,139.5 parent: 1 - - uid: 24911 + - uid: 44787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -143.5,57.5 + pos: 193.5,138.5 parent: 1 - - uid: 24912 + - uid: 44788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -145.5,56.5 + pos: 198.5,135.5 parent: 1 - - uid: 24913 + - uid: 44789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -144.5,56.5 + pos: 194.5,138.5 parent: 1 - - uid: 24914 + - uid: 44790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -147.5,56.5 + pos: 196.5,142.5 parent: 1 - - uid: 24915 + - uid: 44791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -148.5,56.5 + pos: 197.5,142.5 parent: 1 - - uid: 24916 + - uid: 44792 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,56.5 + pos: 198.5,142.5 parent: 1 - - uid: 24917 + - uid: 44793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -150.5,56.5 + pos: 198.5,141.5 parent: 1 - - uid: 24918 + - uid: 44794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,55.5 + pos: 198.5,140.5 parent: 1 - - uid: 24919 + - uid: 44795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,54.5 + pos: 198.5,138.5 parent: 1 - - uid: 24920 + - uid: 44796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -149.5,53.5 + pos: 195.5,142.5 parent: 1 - - uid: 24922 + - uid: 44797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -153.5,56.5 + pos: 195.5,141.5 parent: 1 - - uid: 24923 + - uid: 44798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,57.5 + pos: 194.5,141.5 parent: 1 - - uid: 24924 + - uid: 44799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,59.5 + pos: 193.5,141.5 parent: 1 - - uid: 24926 + - uid: 44800 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,59.5 + pos: 194.5,140.5 parent: 1 - - uid: 24927 + - uid: 44801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -139.5,57.5 + pos: 192.5,141.5 parent: 1 - - uid: 24928 + - uid: 44802 components: - type: Transform - pos: -35.5,69.5 + pos: 192.5,142.5 parent: 1 - - uid: 24929 + - uid: 44803 components: - type: Transform - pos: -35.5,70.5 + pos: 184.5,141.5 parent: 1 - - uid: 24930 + - uid: 44804 components: - type: Transform - pos: -35.5,71.5 + pos: 183.5,141.5 parent: 1 - - uid: 24931 + - uid: 44805 components: - type: Transform - pos: -35.5,72.5 + pos: 184.5,139.5 parent: 1 - - uid: 24932 + - uid: 44806 components: - type: Transform - pos: -31.5,72.5 + pos: 183.5,139.5 parent: 1 - - uid: 24933 + - uid: 44807 components: - type: Transform - pos: -31.5,71.5 + pos: 183.5,140.5 parent: 1 - - uid: 24934 + - uid: 44808 components: - type: Transform - pos: -31.5,70.5 + pos: 185.5,142.5 parent: 1 - - uid: 24935 + - uid: 44809 components: - type: Transform - pos: -31.5,69.5 + pos: 185.5,143.5 parent: 1 - - uid: 24936 + - uid: 44810 components: - type: Transform - pos: -35.5,73.5 + pos: 186.5,143.5 parent: 1 - - uid: 24937 + - uid: 44811 components: - type: Transform - pos: -34.5,73.5 + pos: 187.5,142.5 parent: 1 - - uid: 24938 + - uid: 44812 components: - type: Transform - pos: -33.5,73.5 + pos: 187.5,143.5 parent: 1 - - uid: 24939 + - uid: 44813 components: - type: Transform - pos: -32.5,73.5 + pos: 184.5,142.5 parent: 1 - - uid: 24940 + - uid: 44814 components: - type: Transform - pos: -31.5,73.5 + pos: 182.5,139.5 parent: 1 - - uid: 24941 + - uid: 44815 components: - type: Transform - pos: -34.5,69.5 + pos: 181.5,139.5 parent: 1 - - uid: 24942 + - uid: 44816 components: - type: Transform - pos: -32.5,69.5 + pos: 179.5,139.5 parent: 1 - - uid: 24943 + - uid: 44817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,205.5 + pos: 180.5,139.5 parent: 1 - - uid: 24944 + - uid: 44818 components: - type: Transform - pos: 192.5,213.5 + pos: 198.5,128.5 parent: 1 - - uid: 24945 + - uid: 44819 components: - type: Transform - pos: 192.5,218.5 + pos: 195.5,133.5 parent: 1 - - uid: 24946 + - uid: 44820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,211.5 + pos: 188.5,133.5 parent: 1 - - uid: 24947 + - uid: 44821 components: - type: Transform - pos: 192.5,209.5 + pos: 185.5,133.5 parent: 1 - - uid: 24948 + - uid: 44822 components: - type: Transform - pos: 192.5,208.5 + pos: 195.5,134.5 parent: 1 - - uid: 24949 + - uid: 44823 components: - type: Transform - pos: 192.5,207.5 + pos: 179.5,138.5 parent: 1 - - uid: 24950 + - uid: 44824 components: - type: Transform - pos: 192.5,206.5 + pos: 186.5,133.5 parent: 1 - - uid: 24951 + - uid: 44825 components: - type: Transform - pos: 192.5,205.5 + pos: 187.5,133.5 parent: 1 - - uid: 24952 + - uid: 44826 components: - type: Transform - pos: 192.5,204.5 + pos: 183.5,138.5 parent: 1 - - uid: 24953 + - uid: 44827 components: - type: Transform - pos: 192.5,212.5 + pos: 184.5,133.5 parent: 1 - - uid: 24954 + - uid: 44828 components: - type: Transform - pos: 194.5,210.5 + pos: 176.5,125.5 parent: 1 - - uid: 24955 + - uid: 44829 components: - type: Transform - pos: 194.5,209.5 + pos: 195.5,131.5 parent: 1 - - uid: 24956 + - uid: 44830 components: - type: Transform - pos: 194.5,208.5 + pos: 195.5,132.5 parent: 1 - - uid: 24957 + - uid: 44831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 185.5,221.5 + pos: 186.5,128.5 parent: 1 - - uid: 24958 +- proto: WallPlastitanium + entities: + - uid: 44832 components: - type: Transform - pos: 195.5,210.5 + pos: 187.5,-157.5 parent: 1 - - uid: 24959 + - uid: 44833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,221.5 + pos: 187.5,-163.5 parent: 1 - - uid: 24960 + - uid: 44834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,216.5 + pos: 187.5,-166.5 parent: 1 - - uid: 24961 + - uid: 44835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,219.5 + pos: 180.5,-160.5 parent: 1 - - uid: 24962 + - uid: 44836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,221.5 + pos: 179.5,-170.5 parent: 1 - - uid: 24963 + - uid: 44837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,221.5 + pos: 187.5,-164.5 parent: 1 - - uid: 24964 + - uid: 44838 components: - type: Transform - pos: 196.5,210.5 + pos: 180.5,-170.5 parent: 1 - - uid: 24965 + - uid: 44839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 194.5,223.5 + rot: 3.141592653589793 rad + pos: 179.5,-172.5 parent: 1 - - uid: 24966 + - uid: 44840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,221.5 + pos: 181.5,-162.5 parent: 1 - - uid: 24967 + - uid: 44841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 188.5,221.5 + rot: 3.141592653589793 rad + pos: 179.5,-180.5 parent: 1 - - uid: 24968 + - uid: 44842 components: - type: Transform - pos: 196.5,201.5 + pos: 186.5,-160.5 parent: 1 - - uid: 24969 + - uid: 44843 components: - type: Transform - pos: 197.5,210.5 + pos: 186.5,-172.5 parent: 1 - - uid: 24970 + - uid: 44844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 193.5,223.5 + pos: 185.5,-172.5 parent: 1 - - uid: 24971 + - uid: 44845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 195.5,223.5 + pos: 187.5,-167.5 parent: 1 - - uid: 24972 + - uid: 44846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,221.5 + pos: 187.5,-165.5 parent: 1 - - uid: 24973 + - uid: 44847 components: - type: Transform - pos: 197.5,201.5 + pos: 187.5,-174.5 parent: 1 - - uid: 24974 + - uid: 44848 components: - type: Transform - pos: 198.5,201.5 + pos: 186.5,-162.5 parent: 1 - - uid: 24975 + - uid: 44849 components: - type: Transform - pos: 199.5,208.5 + pos: 181.5,-161.5 parent: 1 - - uid: 24976 + - uid: 44850 components: - type: Transform - pos: 199.5,201.5 + pos: 187.5,-158.5 parent: 1 - - uid: 24977 + - uid: 44851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 200.5,210.5 + pos: 179.5,-169.5 parent: 1 - - uid: 24978 + - uid: 44852 components: - type: Transform - pos: 189.5,214.5 + pos: 181.5,-160.5 parent: 1 - - uid: 24979 + - uid: 44853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 201.5,210.5 + pos: 187.5,-170.5 parent: 1 - - uid: 24980 + - uid: 44854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 203.5,219.5 + pos: 187.5,-175.5 parent: 1 - - uid: 24981 + - uid: 44855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.5,210.5 + pos: 186.5,-180.5 parent: 1 - - uid: 24982 + - uid: 44856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,210.5 + pos: 185.5,-171.5 parent: 1 - - uid: 24983 + - uid: 44857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 198.5,223.5 + pos: 185.5,-162.5 parent: 1 - - uid: 24984 + - uid: 44858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 191.5,205.5 + pos: 187.5,-160.5 parent: 1 - - uid: 24985 + - uid: 44859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 197.5,223.5 + pos: 179.5,-160.5 parent: 1 - - uid: 24986 + - uid: 44860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,222.5 + pos: 185.5,-161.5 parent: 1 - - uid: 24987 + - uid: 44861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,223.5 + pos: 179.5,-163.5 parent: 1 - - uid: 24988 + - uid: 44862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 200.5,218.5 + pos: 185.5,-160.5 parent: 1 - - uid: 24989 + - uid: 44863 components: - type: Transform - pos: 202.5,223.5 + pos: 186.5,-170.5 parent: 1 - - uid: 24990 + - uid: 44864 components: - type: Transform - pos: 191.5,214.5 + pos: 179.5,-164.5 parent: 1 - - uid: 24991 + - uid: 44865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 203.5,222.5 + pos: 181.5,-170.5 parent: 1 - - uid: 24992 + - uid: 44866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 203.5,220.5 + pos: 181.5,-172.5 parent: 1 - - uid: 24993 + - uid: 44867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 203.5,221.5 + pos: 180.5,-172.5 parent: 1 - - uid: 24995 + - uid: 44868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,213.5 + pos: 185.5,-170.5 parent: 1 - - uid: 24996 + - uid: 44869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,212.5 + pos: 179.5,-162.5 parent: 1 - - uid: 24997 + - uid: 44870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,214.5 + pos: 187.5,-178.5 parent: 1 - - uid: 24998 + - uid: 44871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,216.5 + pos: 187.5,-177.5 parent: 1 - - uid: 24999 + - uid: 44872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,215.5 + pos: 187.5,-168.5 parent: 1 - - uid: 25000 + - uid: 44873 components: - type: Transform - pos: 203.5,223.5 + pos: 187.5,-162.5 parent: 1 - - uid: 25001 + - uid: 44874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 190.5,205.5 + pos: 187.5,-169.5 parent: 1 - - uid: 25002 + - uid: 44875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,222.5 + pos: 187.5,-179.5 parent: 1 - - uid: 25003 + - uid: 44876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,207.5 + pos: 181.5,-171.5 parent: 1 - - uid: 25004 + - uid: 44877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,214.5 + pos: 179.5,-168.5 parent: 1 - - uid: 25005 + - uid: 44878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 187.5,206.5 + pos: 187.5,-176.5 parent: 1 - - uid: 25006 + - uid: 44879 components: - type: Transform - pos: 198.5,220.5 + pos: 180.5,-162.5 parent: 1 - - uid: 25007 + - uid: 44880 components: - type: Transform - pos: 195.5,214.5 + pos: 187.5,-173.5 parent: 1 - - uid: 25008 + - uid: 44881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 189.5,205.5 + pos: 179.5,-178.5 parent: 1 - - uid: 25009 + - uid: 44882 components: - type: Transform - pos: 192.5,211.5 + pos: 179.5,-173.5 parent: 1 - - uid: 25010 + - uid: 44883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 187.5,205.5 + pos: 179.5,-174.5 parent: 1 - - uid: 25011 + - uid: 44884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 203.5,218.5 + pos: 187.5,-159.5 parent: 1 - - uid: 25012 + - uid: 44885 components: - type: Transform - pos: 190.5,214.5 + pos: 182.5,-180.5 parent: 1 - - uid: 25013 + - uid: 44886 components: - type: Transform - pos: 195.5,220.5 + pos: 181.5,-180.5 parent: 1 - - uid: 25014 + - uid: 44887 components: - type: Transform - pos: 192.5,220.5 + pos: 180.5,-180.5 parent: 1 - - uid: 25015 + - uid: 44888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 196.5,223.5 + pos: 179.5,-179.5 parent: 1 - - uid: 25016 + - uid: 44889 components: - type: Transform - pos: 187.5,214.5 + pos: 187.5,-156.5 parent: 1 - - uid: 25017 + - uid: 44890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 202.5,218.5 + pos: 187.5,-155.5 parent: 1 - - uid: 25018 + - uid: 44891 components: - type: Transform - pos: 196.5,220.5 + pos: 179.5,-159.5 parent: 1 - - uid: 25019 + - uid: 44892 components: - type: Transform - pos: 196.5,203.5 + pos: 179.5,-158.5 parent: 1 - - uid: 25020 + - uid: 44893 components: - type: Transform - pos: 200.5,223.5 + pos: 179.5,-154.5 parent: 1 - - uid: 25021 + - uid: 44894 components: - type: Transform - pos: 194.5,207.5 + pos: 179.5,-153.5 parent: 1 - - uid: 25022 + - uid: 44895 components: - type: Transform - pos: 194.5,218.5 + pos: 179.5,-152.5 parent: 1 - - uid: 25023 + - uid: 44896 components: - type: Transform - pos: 199.5,220.5 + pos: 184.5,-152.5 parent: 1 - - uid: 25024 + - uid: 44897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,220.5 + pos: 183.5,-152.5 parent: 1 - - uid: 25025 + - uid: 44898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,223.5 + pos: 182.5,-152.5 parent: 1 - - uid: 25026 + - uid: 44899 components: - type: Transform - pos: 194.5,215.5 + pos: 181.5,-152.5 parent: 1 - - uid: 25027 + - uid: 44900 components: - type: Transform - pos: 194.5,219.5 + pos: 180.5,-152.5 parent: 1 - - uid: 25028 + - uid: 44901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,221.5 + rot: 3.141592653589793 rad + pos: 187.5,-180.5 parent: 1 - - uid: 25029 + - uid: 44902 components: - type: Transform - pos: 188.5,214.5 + pos: 184.5,-180.5 parent: 1 - - uid: 25030 + - uid: 44903 components: - type: Transform - pos: 199.5,215.5 + rot: 3.141592653589793 rad + pos: 187.5,-172.5 parent: 1 - - uid: 25031 + - uid: 44904 components: - type: Transform - pos: 199.5,217.5 + pos: 268.5,137.5 parent: 1 - - uid: 25032 + - uid: 44905 components: - type: Transform - pos: 194.5,206.5 + pos: 263.5,132.5 parent: 1 - - uid: 25033 + - uid: 44906 components: - type: Transform - pos: 192.5,214.5 + pos: 271.5,137.5 parent: 1 - - uid: 25034 + - uid: 44907 components: - type: Transform - pos: 192.5,216.5 + pos: 270.5,137.5 parent: 1 - - uid: 25035 + - uid: 44908 components: - type: Transform - pos: 194.5,213.5 + pos: 267.5,137.5 parent: 1 - - uid: 25036 + - uid: 44909 components: - type: Transform - pos: 187.5,213.5 + pos: 269.5,137.5 parent: 1 - - uid: 25037 + - uid: 44910 components: - type: Transform - pos: 199.5,219.5 + pos: 263.5,135.5 parent: 1 - - uid: 25038 + - uid: 44911 components: - type: Transform - pos: 194.5,205.5 + pos: 266.5,137.5 parent: 1 - - uid: 25039 + - uid: 44912 components: - type: Transform - pos: 192.5,215.5 + pos: 263.5,130.5 parent: 1 - - uid: 25040 + - uid: 44913 components: - type: Transform - pos: 196.5,214.5 + pos: 263.5,131.5 parent: 1 - - uid: 25041 + - uid: 44914 components: - type: Transform - pos: 201.5,223.5 + rot: 3.141592653589793 rad + pos: 275.5,129.5 parent: 1 - - uid: 25042 + - uid: 44915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,218.5 + pos: 263.5,133.5 parent: 1 - - uid: 25043 + - uid: 44916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,217.5 + pos: 263.5,134.5 parent: 1 - - uid: 25044 + - uid: 44917 components: - type: Transform - pos: 194.5,204.5 + rot: 3.141592653589793 rad + pos: 264.5,129.5 parent: 1 - - uid: 25045 + - uid: 44918 components: - type: Transform - pos: 198.5,203.5 + pos: 273.5,135.5 parent: 1 - - uid: 25046 + - uid: 44919 components: - type: Transform - pos: 194.5,203.5 + pos: 274.5,135.5 parent: 1 - - uid: 25047 + - uid: 44920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 192.5,217.5 + rot: 3.141592653589793 rad + pos: 263.5,129.5 parent: 1 - - uid: 25048 + - uid: 44921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 184.5,215.5 + rot: 3.141592653589793 rad + pos: 274.5,129.5 parent: 1 - - uid: 25049 + - uid: 44922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 186.5,221.5 + pos: 275.5,130.5 parent: 1 - - uid: 25087 + - uid: 44923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -163.5,43.5 + pos: 275.5,131.5 parent: 1 - - uid: 25141 + - uid: 44924 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,43.5 + pos: 275.5,132.5 parent: 1 - - uid: 46068 + - uid: 44925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -175.5,60.5 + pos: 275.5,133.5 parent: 1 - - uid: 47824 + - uid: 44926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -175.5,64.5 + pos: 275.5,134.5 parent: 1 - - uid: 47839 + - uid: 44927 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -175.5,65.5 + pos: 275.5,135.5 parent: 1 - - uid: 47855 + - uid: 44928 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -177.5,65.5 + pos: 272.5,137.5 parent: 1 - - uid: 47861 + - uid: 44929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,65.5 + pos: 266.5,136.5 parent: 1 - - uid: 47863 + - uid: 44930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,61.5 + pos: 265.5,135.5 parent: 1 - - uid: 47864 + - uid: 44931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -176.5,65.5 + pos: 266.5,135.5 parent: 1 - - uid: 47869 + - uid: 44932 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,64.5 + pos: 264.5,135.5 parent: 1 - - uid: 47876 + - uid: 44933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,60.5 + pos: 272.5,136.5 parent: 1 - - uid: 47879 + - uid: 44934 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -178.5,63.5 + pos: 272.5,135.5 parent: 1 - - uid: 47892 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 44935 components: - type: Transform rot: 1.5707963267948966 rad - pos: -168.5,59.5 + pos: -23.5,62.5 parent: 1 - - uid: 47895 + - uid: 44936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,40.5 + pos: -38.5,56.5 parent: 1 - - uid: 47897 + - uid: 44937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -180.5,40.5 + pos: -38.5,61.5 parent: 1 - - uid: 47898 + - uid: 44938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,43.5 + pos: -28.5,66.5 parent: 1 - - uid: 47901 + - uid: 44939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -184.5,43.5 + pos: -35.5,54.5 parent: 1 - - uid: 47902 + - uid: 44940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,44.5 + pos: -28.5,62.5 parent: 1 - - uid: 47903 + - uid: 44941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,37.5 + pos: -28.5,61.5 parent: 1 - - uid: 47905 + - uid: 44942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -178.5,43.5 + pos: -38.5,57.5 parent: 1 - - uid: 47926 + - uid: 44943 components: - type: Transform - pos: -190.5,24.5 + pos: -38.5,60.5 parent: 1 - - uid: 47931 + - uid: 44944 components: - type: Transform - pos: -189.5,30.5 + pos: -38.5,58.5 parent: 1 - - uid: 47932 + - uid: 44945 components: - type: Transform - pos: -191.5,35.5 + pos: -38.5,59.5 parent: 1 - - uid: 47933 + - uid: 44946 components: - type: Transform - pos: -189.5,29.5 + pos: -39.5,55.5 parent: 1 - - uid: 47935 + - uid: 44947 components: - type: Transform - pos: -191.5,36.5 + pos: -40.5,55.5 parent: 1 - - uid: 47940 + - uid: 44948 components: - type: Transform - pos: -162.5,62.5 + pos: -35.5,55.5 parent: 1 - - uid: 47941 + - uid: 44949 components: - type: Transform - pos: -166.5,62.5 + pos: -35.5,56.5 parent: 1 - - uid: 47942 + - uid: 44950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -132.5,60.5 + pos: -38.5,55.5 parent: 1 - - uid: 47951 + - uid: 44951 components: - type: Transform - pos: -189.5,60.5 + pos: -37.5,55.5 parent: 1 - - uid: 47965 + - uid: 44952 components: - type: Transform - pos: -163.5,62.5 + pos: -36.5,55.5 parent: 1 - - uid: 56190 + - uid: 44953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 188.5,224.5 + pos: -41.5,55.5 parent: 1 - - uid: 56218 + - uid: 44954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 189.5,224.5 + pos: -45.5,55.5 parent: 1 - - uid: 61564 + - uid: 44955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -166.5,68.5 + pos: -42.5,55.5 parent: 1 - - uid: 61566 + - uid: 44956 components: - type: Transform - pos: -193.5,50.5 + pos: -43.5,55.5 parent: 1 - - uid: 61567 + - uid: 44957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,44.5 + pos: -30.5,55.5 parent: 1 - - uid: 61573 + - uid: 44958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,45.5 + pos: -20.5,55.5 parent: 1 - - uid: 61577 + - uid: 44959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -182.5,43.5 + pos: -44.5,55.5 parent: 1 - - uid: 61581 + - uid: 44960 components: - type: Transform - pos: -192.5,40.5 + pos: -27.5,55.5 parent: 1 - - uid: 61583 + - uid: 44961 components: - type: Transform - pos: -171.5,66.5 + pos: -31.5,55.5 parent: 1 - - uid: 61584 + - uid: 44962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -181.5,43.5 + pos: -25.5,55.5 parent: 1 - - uid: 61588 + - uid: 44963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -185.5,43.5 + pos: -29.5,55.5 parent: 1 - - uid: 61590 + - uid: 44964 components: - type: Transform - pos: -193.5,48.5 + pos: -28.5,55.5 parent: 1 - - uid: 61593 + - uid: 44965 components: - type: Transform - pos: -170.5,66.5 + pos: -17.5,55.5 parent: 1 - - uid: 61595 + - uid: 44966 components: - type: Transform - pos: -172.5,66.5 + pos: -19.5,55.5 parent: 1 - - uid: 61596 + - uid: 44967 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,43.5 + pos: -26.5,55.5 parent: 1 - - uid: 61597 + - uid: 44968 components: - type: Transform - pos: -193.5,40.5 + pos: -23.5,55.5 parent: 1 - - uid: 61598 + - uid: 44969 components: - type: Transform - pos: -193.5,49.5 + pos: -24.5,55.5 parent: 1 - - uid: 61599 + - uid: 44970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -186.5,46.5 + pos: -22.5,55.5 parent: 1 - - uid: 61600 + - uid: 44971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,46.5 + pos: -21.5,55.5 parent: 1 - - uid: 61601 + - uid: 44972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,45.5 + pos: -31.5,56.5 parent: 1 - - uid: 61602 + - uid: 44973 components: - type: Transform - pos: -191.5,39.5 + pos: -18.5,55.5 parent: 1 - - uid: 61603 + - uid: 44974 components: - type: Transform - rot: 3.141592653589793 rad - pos: -179.5,39.5 + pos: -31.5,54.5 parent: 1 - - uid: 61605 + - uid: 44975 components: - type: Transform - rot: 3.141592653589793 rad - pos: -187.5,44.5 + pos: -28.5,68.5 parent: 1 - - uid: 61606 + - uid: 44976 components: - type: Transform - pos: -173.5,65.5 + pos: -38.5,62.5 parent: 1 - - uid: 61607 + - uid: 44977 components: - type: Transform - pos: -172.5,65.5 + pos: -28.5,67.5 parent: 1 - - uid: 61615 + - uid: 44978 components: - type: Transform - pos: -174.5,65.5 + pos: -27.5,68.5 parent: 1 - - uid: 61618 + - uid: 44979 components: - type: Transform - pos: -191.5,38.5 + pos: -28.5,57.5 parent: 1 - - uid: 61619 + - uid: 44980 components: - type: Transform - pos: -190.5,41.5 + pos: -28.5,56.5 parent: 1 - - uid: 61620 + - uid: 44981 components: - type: Transform - pos: -193.5,41.5 + pos: -39.5,62.5 parent: 1 - - uid: 61621 + - uid: 44982 components: - type: Transform - pos: -193.5,42.5 + pos: -41.5,62.5 parent: 1 - - uid: 61622 + - uid: 44983 components: - type: Transform - pos: -193.5,43.5 + pos: -42.5,62.5 parent: 1 - - uid: 61623 + - uid: 44984 components: - type: Transform - pos: -193.5,44.5 + pos: -42.5,63.5 parent: 1 - - uid: 61624 + - uid: 44985 components: - type: Transform - pos: -193.5,45.5 + pos: -42.5,64.5 parent: 1 - - uid: 61625 + - uid: 44986 components: - type: Transform - pos: -193.5,46.5 + pos: -42.5,65.5 parent: 1 - - uid: 61626 + - uid: 44987 components: - type: Transform - pos: -193.5,47.5 + pos: -27.5,62.5 parent: 1 - - uid: 61627 + - uid: 44988 components: - type: Transform - pos: -192.5,44.5 + rot: 1.5707963267948966 rad + pos: -23.5,61.5 parent: 1 - - uid: 61628 + - uid: 44989 components: - type: Transform - pos: -191.5,44.5 + pos: -25.5,62.5 parent: 1 - - uid: 61629 + - uid: 44990 components: - type: Transform - pos: -190.5,44.5 + pos: -24.5,62.5 parent: 1 - - uid: 61630 + - uid: 44991 components: - type: Transform - pos: -190.5,43.5 + pos: -24.5,63.5 parent: 1 - - uid: 61631 + - uid: 44992 components: - type: Transform - pos: -190.5,46.5 + pos: -24.5,64.5 parent: 1 - - uid: 61632 + - uid: 44993 components: - type: Transform - pos: -190.5,47.5 + pos: -24.5,65.5 parent: 1 - - uid: 61633 + - uid: 44994 components: - type: Transform - pos: -190.5,48.5 + pos: -38.5,63.5 parent: 1 - - uid: 61634 + - uid: 44995 components: - type: Transform - pos: -191.5,47.5 + pos: -25.5,68.5 parent: 1 - - uid: 61635 + - uid: 44996 components: - type: Transform - pos: -192.5,47.5 + pos: -26.5,68.5 parent: 1 - - uid: 61639 + - uid: 44997 components: - type: Transform - pos: -193.5,51.5 + pos: -28.5,63.5 parent: 1 - - uid: 61640 + - uid: 44998 components: - type: Transform - pos: -193.5,52.5 + pos: -28.5,64.5 parent: 1 - - uid: 61641 + - uid: 44999 components: - type: Transform - pos: -193.5,53.5 + pos: -24.5,68.5 parent: 1 - - uid: 61642 + - uid: 45000 components: - type: Transform - pos: -193.5,54.5 + pos: -35.5,63.5 parent: 1 - - uid: 61643 + - uid: 45001 components: - type: Transform - pos: -193.5,55.5 + pos: -31.5,63.5 parent: 1 - - uid: 61644 + - uid: 45002 components: - type: Transform - pos: -192.5,51.5 + pos: -24.5,67.5 parent: 1 - - uid: 61645 + - uid: 45003 components: - type: Transform - pos: -191.5,51.5 + pos: -24.5,66.5 parent: 1 - - uid: 61646 + - uid: 45004 components: - type: Transform - pos: -190.5,51.5 + rot: 1.5707963267948966 rad + pos: -23.5,58.5 parent: 1 - - uid: 61647 + - uid: 45005 components: - type: Transform - pos: -190.5,50.5 + pos: -42.5,66.5 parent: 1 - - uid: 61648 + - uid: 45006 components: - type: Transform - pos: -190.5,53.5 + rot: 1.5707963267948966 rad + pos: -23.5,59.5 parent: 1 - - uid: 61649 + - uid: 45007 components: - type: Transform - pos: -190.5,54.5 + rot: 1.5707963267948966 rad + pos: -23.5,60.5 parent: 1 - - uid: 61650 + - uid: 45008 components: - type: Transform - pos: -190.5,55.5 + pos: -42.5,67.5 parent: 1 - - uid: 61651 + - uid: 45009 components: - type: Transform - pos: -191.5,55.5 + pos: -42.5,68.5 parent: 1 - - uid: 61652 + - uid: 45010 components: - type: Transform - pos: -192.5,55.5 + pos: -41.5,68.5 parent: 1 - - uid: 61653 + - uid: 45011 components: - type: Transform - pos: -190.5,56.5 + pos: -40.5,68.5 parent: 1 - - uid: 61654 + - uid: 45012 components: - type: Transform - pos: -190.5,57.5 + pos: -39.5,68.5 parent: 1 - - uid: 61662 + - uid: 45013 components: - type: Transform - pos: -186.5,53.5 + pos: -38.5,68.5 parent: 1 - - uid: 61663 + - uid: 45014 components: - type: Transform - pos: -187.5,53.5 + pos: -37.5,68.5 parent: 1 - - uid: 61664 + - uid: 45015 components: - type: Transform - pos: -189.5,53.5 + pos: -36.5,68.5 parent: 1 - - uid: 61665 + - uid: 45016 components: - type: Transform - pos: -185.5,53.5 + pos: -35.5,68.5 parent: 1 - - uid: 61666 + - uid: 45017 components: - type: Transform - pos: -187.5,52.5 + pos: -34.5,68.5 parent: 1 - - uid: 61667 + - uid: 45018 components: - type: Transform - pos: -186.5,52.5 + pos: -32.5,68.5 parent: 1 - - uid: 61668 + - uid: 45019 components: - type: Transform - pos: -185.5,52.5 + pos: -31.5,68.5 parent: 1 - - uid: 61669 + - uid: 45020 components: - type: Transform - pos: -187.5,51.5 + pos: -31.5,67.5 parent: 1 - - uid: 61670 + - uid: 45021 components: - type: Transform - pos: -187.5,49.5 + pos: -30.5,67.5 parent: 1 - - uid: 61671 + - uid: 45022 components: - type: Transform - pos: -187.5,48.5 + pos: -29.5,67.5 parent: 1 - - uid: 61672 + - uid: 45023 components: - type: Transform - pos: -186.5,49.5 + rot: 1.5707963267948966 rad + pos: -23.5,57.5 parent: 1 - - uid: 61673 + - uid: 45024 components: - type: Transform - pos: -185.5,49.5 + rot: 1.5707963267948966 rad + pos: -23.5,56.5 parent: 1 - - uid: 61683 + - uid: 45025 components: - type: Transform - pos: -178.5,34.5 + rot: 3.141592653589793 rad + pos: -42.5,59.5 parent: 1 - - uid: 61684 + - uid: 45026 components: - type: Transform - pos: -177.5,34.5 + rot: 3.141592653589793 rad + pos: -42.5,58.5 parent: 1 - - uid: 61685 + - uid: 45027 components: - type: Transform - pos: -175.5,34.5 + rot: 3.141592653589793 rad + pos: -42.5,56.5 parent: 1 - - uid: 61686 + - uid: 45028 components: - type: Transform - pos: -191.5,24.5 + rot: 3.141592653589793 rad + pos: -42.5,60.5 parent: 1 - - uid: 61689 + - uid: 45029 components: - type: Transform - pos: -192.5,24.5 + rot: 3.141592653589793 rad + pos: -42.5,57.5 parent: 1 - - uid: 61690 + - uid: 45030 components: - type: Transform - pos: -185.5,23.5 + rot: 3.141592653589793 rad + pos: -42.5,61.5 parent: 1 - - uid: 61695 + - uid: 45031 components: - type: Transform - pos: -187.5,36.5 + pos: 304.5,105.5 parent: 1 - - uid: 61697 + - uid: 45032 components: - type: Transform - pos: -187.5,34.5 + pos: 307.5,96.5 parent: 1 - - uid: 61698 + - uid: 45033 components: - type: Transform - pos: -187.5,35.5 + pos: 304.5,102.5 parent: 1 - - uid: 61700 + - uid: 45034 components: - type: Transform - pos: -191.5,34.5 + pos: 309.5,109.5 parent: 1 - - uid: 61704 + - uid: 45035 components: - type: Transform - pos: -189.5,28.5 + pos: 308.5,109.5 parent: 1 - - uid: 61705 + - uid: 45036 components: - type: Transform - pos: -189.5,27.5 + pos: 310.5,109.5 parent: 1 - - uid: 61706 + - uid: 45037 components: - type: Transform - pos: -188.5,27.5 + pos: 311.5,109.5 parent: 1 - - uid: 61707 + - uid: 45038 components: - type: Transform - pos: -187.5,27.5 + pos: 312.5,109.5 parent: 1 - - uid: 61708 + - uid: 45039 components: - type: Transform - pos: -186.5,27.5 + pos: 313.5,109.5 parent: 1 - - uid: 61709 + - uid: 45040 components: - type: Transform - pos: -185.5,27.5 + pos: 314.5,109.5 parent: 1 - - uid: 61710 + - uid: 45041 components: - type: Transform - pos: -184.5,27.5 + pos: 314.5,108.5 parent: 1 - - uid: 61711 + - uid: 45042 components: - type: Transform - pos: -189.5,31.5 + pos: 315.5,108.5 parent: 1 - - uid: 61712 + - uid: 45043 components: - type: Transform - pos: -190.5,31.5 + pos: 316.5,108.5 parent: 1 - - uid: 61713 + - uid: 45044 components: - type: Transform - pos: -191.5,31.5 + pos: 316.5,107.5 parent: 1 - - uid: 61714 + - uid: 45045 components: - type: Transform - pos: -192.5,31.5 + pos: 317.5,107.5 parent: 1 - - uid: 61715 + - uid: 45046 components: - type: Transform - pos: -193.5,31.5 + pos: 317.5,106.5 parent: 1 - - uid: 61716 + - uid: 45047 components: - type: Transform - pos: -194.5,31.5 + pos: 317.5,105.5 parent: 1 - - uid: 61717 + - uid: 45048 components: - type: Transform - pos: -195.5,31.5 + pos: 309.5,102.5 parent: 1 - - uid: 61718 + - uid: 45049 components: - type: Transform - pos: -196.5,31.5 + pos: 309.5,103.5 parent: 1 - - uid: 61720 + - uid: 45050 components: - type: Transform - pos: -190.5,23.5 + pos: 318.5,105.5 parent: 1 - - uid: 61721 + - uid: 45051 components: - type: Transform - pos: -189.5,23.5 + pos: 318.5,102.5 parent: 1 - - uid: 61726 + - uid: 45052 components: - type: Transform - pos: -193.5,24.5 + pos: 318.5,99.5 parent: 1 - - uid: 61727 + - uid: 45053 components: - type: Transform - pos: -194.5,24.5 + pos: 317.5,99.5 parent: 1 - - uid: 61728 + - uid: 45054 components: - type: Transform - pos: -195.5,24.5 + pos: 317.5,98.5 parent: 1 - - uid: 61729 + - uid: 45055 components: - type: Transform - pos: -196.5,24.5 + pos: 317.5,97.5 parent: 1 - - uid: 61746 + - uid: 45056 components: - type: Transform - pos: -175.5,62.5 + pos: 316.5,97.5 parent: 1 - - uid: 61779 + - uid: 45057 components: - type: Transform - pos: -183.5,29.5 + pos: 308.5,108.5 parent: 1 - - uid: 61787 + - uid: 45058 components: - type: Transform - pos: -134.5,62.5 + pos: 307.5,108.5 parent: 1 - - uid: 61794 + - uid: 45059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,64.5 + pos: 306.5,108.5 parent: 1 - - uid: 61804 + - uid: 45060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,65.5 + pos: 316.5,96.5 parent: 1 - - uid: 61809 + - uid: 45061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,63.5 + pos: 315.5,96.5 parent: 1 - - uid: 61821 + - uid: 45062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,62.5 + pos: 314.5,96.5 parent: 1 - - uid: 61822 + - uid: 45063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,61.5 + pos: 306.5,107.5 parent: 1 - - uid: 61823 + - uid: 45064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,60.5 + pos: 305.5,107.5 parent: 1 - - uid: 61824 + - uid: 45065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -185.5,59.5 + pos: 305.5,106.5 parent: 1 - - uid: 61825 + - uid: 45066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -184.5,59.5 + pos: 305.5,105.5 parent: 1 - - uid: 61912 + - uid: 45067 components: - type: Transform - pos: -174.5,39.5 + pos: 314.5,95.5 parent: 1 - - uid: 61924 + - uid: 45068 components: - type: Transform - pos: -190.5,58.5 + pos: 313.5,95.5 parent: 1 - - uid: 61933 + - uid: 45069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -133.5,62.5 + pos: 312.5,95.5 parent: 1 - - uid: 61935 + - uid: 45070 components: - type: Transform - pos: -160.5,69.5 + pos: 311.5,95.5 parent: 1 - - uid: 61949 + - uid: 45071 components: - type: Transform - pos: -190.5,60.5 + pos: 310.5,95.5 parent: 1 - - uid: 61950 + - uid: 45072 components: - type: Transform - pos: -187.5,60.5 + pos: 309.5,95.5 parent: 1 - - uid: 61960 + - uid: 45073 components: - type: Transform - pos: -188.5,60.5 + pos: 308.5,96.5 parent: 1 - - uid: 61971 + - uid: 45074 components: - type: Transform - pos: -167.5,63.5 + pos: 308.5,95.5 parent: 1 - - uid: 61972 + - uid: 45075 components: - type: Transform - pos: -167.5,62.5 + pos: 304.5,99.5 parent: 1 - - uid: 61973 + - uid: 45076 components: - type: Transform - pos: -167.5,65.5 + pos: 306.5,97.5 parent: 1 - - uid: 61974 + - uid: 45077 components: - type: Transform - pos: -167.5,54.5 + pos: 305.5,99.5 parent: 1 - - uid: 61975 + - uid: 45078 components: - type: Transform - pos: -167.5,52.5 + pos: 306.5,96.5 parent: 1 - - uid: 61977 + - uid: 45079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,64.5 + pos: 305.5,98.5 parent: 1 - - uid: 61979 + - uid: 45080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,65.5 + pos: 311.5,103.5 parent: 1 - - uid: 61985 + - uid: 45081 components: - type: Transform - pos: -190.5,59.5 + pos: 317.5,102.5 parent: 1 - - uid: 61995 + - uid: 45082 components: - type: Transform - pos: -170.5,38.5 + pos: 305.5,97.5 parent: 1 - - uid: 61999 + - uid: 45083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,73.5 + pos: 305.5,102.5 parent: 1 - - uid: 62000 + - uid: 45084 components: - type: Transform - pos: -172.5,37.5 + pos: 310.5,103.5 parent: 1 - - uid: 62097 + - uid: 45085 components: - type: Transform - pos: -167.5,48.5 + pos: 314.5,102.5 parent: 1 - - uid: 62098 + - uid: 45086 components: - type: Transform - pos: -175.5,43.5 + pos: 308.5,102.5 parent: 1 - - uid: 62099 + - uid: 45087 components: - type: Transform - pos: -172.5,39.5 + pos: 312.5,103.5 parent: 1 - - uid: 62100 + - uid: 45088 components: - type: Transform - pos: -167.5,53.5 + pos: 313.5,102.5 parent: 1 - - uid: 62101 + - uid: 45089 components: - type: Transform - pos: -170.5,37.5 + pos: 313.5,103.5 parent: 1 - - uid: 62104 + - uid: 45090 components: - type: Transform - pos: -158.5,69.5 + pos: 309.5,101.5 parent: 1 - - uid: 62372 + - uid: 45091 components: - type: Transform - pos: -161.5,69.5 + pos: 310.5,101.5 parent: 1 - - uid: 62375 + - uid: 45092 components: - type: Transform - pos: -162.5,68.5 + pos: 311.5,101.5 parent: 1 - - uid: 62376 + - uid: 45093 components: - type: Transform - pos: -170.5,36.5 + pos: 312.5,101.5 parent: 1 - - uid: 62465 + - uid: 45094 components: - type: Transform - rot: 3.141592653589793 rad - pos: -151.5,60.5 + pos: 313.5,101.5 parent: 1 - - uid: 62466 + - uid: 45095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -136.5,60.5 + pos: 311.5,102.5 parent: 1 - - uid: 62482 + - uid: 45096 components: - type: Transform - pos: -168.5,66.5 + pos: 314.5,101.5 parent: 1 - - uid: 62484 + - uid: 45097 components: - type: Transform - pos: -169.5,66.5 + pos: 308.5,101.5 parent: 1 - - uid: 62505 +- proto: WallReinforced + entities: + - uid: 45098 components: - type: Transform - pos: -167.5,64.5 + pos: 175.5,-193.5 parent: 1 - - uid: 62515 + - uid: 45099 components: - type: Transform - pos: -132.5,53.5 + pos: -147.5,60.5 parent: 1 - - uid: 62601 + - uid: 45100 components: - type: Transform - pos: -170.5,39.5 + pos: 102.5,-129.5 parent: 1 - - uid: 62602 + - uid: 45101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -163.5,63.5 + pos: -148.5,54.5 parent: 1 - - uid: 62933 + - uid: 45102 components: - type: Transform - rot: 3.141592653589793 rad - pos: -165.5,43.5 + pos: 160.5,-199.5 parent: 1 - - uid: 62944 + - uid: 45103 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,52.5 + pos: 152.5,-204.5 parent: 1 - - uid: 62965 + - uid: 45104 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,52.5 + pos: 151.5,-195.5 parent: 1 - - uid: 62966 + - uid: 45105 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,53.5 + pos: 149.5,-204.5 parent: 1 - - uid: 63376 + - uid: 45106 components: - type: Transform - pos: 172.5,-182.5 + pos: 150.5,-204.5 parent: 1 - - uid: 63378 + - uid: 45107 components: - type: Transform - pos: 170.5,-182.5 + pos: 155.5,-204.5 parent: 1 - - uid: 63383 + - uid: 45108 components: - type: Transform - pos: 171.5,-182.5 + pos: 151.5,-204.5 parent: 1 - - uid: 63629 + - uid: 45109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,63.5 + pos: 160.5,-197.5 parent: 1 - - uid: 63809 + - uid: 45110 components: - type: Transform - pos: -162.5,69.5 + pos: -147.5,56.5 parent: 1 - - uid: 63877 + - uid: 45111 components: - type: Transform - pos: -173.5,39.5 + pos: 99.5,-130.5 parent: 1 - - uid: 63879 + - uid: 45112 components: - type: Transform - pos: -172.5,43.5 + pos: 103.5,-129.5 parent: 1 - - uid: 63886 + - uid: 45113 components: - type: Transform - pos: -130.5,60.5 + pos: 149.5,-197.5 parent: 1 - - uid: 63888 + - uid: 45114 components: - type: Transform - pos: -138.5,62.5 + pos: 149.5,-200.5 parent: 1 - - uid: 63891 + - uid: 45115 components: - type: Transform - pos: -170.5,35.5 + pos: 149.5,-201.5 parent: 1 - - uid: 63900 + - uid: 45116 components: - type: Transform - pos: -173.5,46.5 + pos: 160.5,-204.5 parent: 1 - - uid: 63902 + - uid: 45117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,63.5 + pos: 149.5,-199.5 parent: 1 - - uid: 63913 + - uid: 45118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -172.5,22.5 + pos: 149.5,-198.5 parent: 1 - - uid: 63922 + - uid: 45119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -178.5,22.5 + pos: 149.5,-196.5 parent: 1 - - uid: 63923 + - uid: 45120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,71.5 + pos: 160.5,-200.5 parent: 1 - - uid: 63924 + - uid: 45121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -178.5,21.5 + pos: 150.5,-195.5 parent: 1 - - uid: 63928 + - uid: 45122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,72.5 + pos: 157.5,-195.5 parent: 1 - - uid: 63929 + - uid: 45123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,68.5 + pos: 159.5,-204.5 parent: 1 - - uid: 63930 + - uid: 45124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -156.5,69.5 + pos: 100.5,-134.5 parent: 1 - - uid: 63931 + - uid: 45125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,63.5 + pos: 101.5,-134.5 parent: 1 - - uid: 63933 + - uid: 45126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -160.5,70.5 + pos: -179.5,26.5 parent: 1 - - uid: 63936 + - uid: 45127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,66.5 + pos: -179.5,25.5 parent: 1 - - uid: 63938 + - uid: 45128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -155.5,67.5 + pos: 99.5,-133.5 parent: 1 - - uid: 63940 + - uid: 45129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,74.5 + pos: 99.5,-131.5 parent: 1 - - uid: 63941 + - uid: 45130 components: - type: Transform - rot: 3.141592653589793 rad - pos: -160.5,74.5 + pos: -154.5,56.5 parent: 1 - - uid: 63942 + - uid: 45131 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,74.5 + pos: 103.5,-134.5 parent: 1 - - uid: 63943 + - uid: 45132 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,73.5 + pos: 106.5,-133.5 parent: 1 - - uid: 63947 + - uid: 45133 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,72.5 + pos: 105.5,-129.5 parent: 1 - - uid: 63950 + - uid: 45134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,71.5 + pos: 105.5,-134.5 parent: 1 - - uid: 63957 + - uid: 45135 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,74.5 + pos: 101.5,-129.5 parent: 1 - - uid: 63958 + - uid: 45136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -158.5,74.5 + pos: 99.5,-134.5 parent: 1 - - uid: 63959 + - uid: 45137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -157.5,74.5 + pos: 106.5,-132.5 parent: 1 - - uid: 63960 + - uid: 45138 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,74.5 + pos: 100.5,-129.5 parent: 1 - - uid: 63961 + - uid: 45139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,73.5 + pos: -155.5,55.5 parent: 1 - - uid: 63962 + - uid: 45140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,71.5 + pos: -154.5,55.5 parent: 1 - - uid: 63963 + - uid: 45141 components: - type: Transform - rot: 3.141592653589793 rad - pos: -156.5,70.5 + pos: 104.5,-134.5 parent: 1 - - uid: 63964 + - uid: 45142 components: - type: Transform - rot: 3.141592653589793 rad - pos: -155.5,70.5 + pos: 106.5,-134.5 parent: 1 - - uid: 63965 + - uid: 45143 components: - type: Transform - rot: 3.141592653589793 rad - pos: -154.5,70.5 + pos: 159.5,-195.5 parent: 1 - - uid: 63975 + - uid: 45144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -152.5,67.5 + pos: -152.5,56.5 parent: 1 - - uid: 63976 + - uid: 45145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -154.5,68.5 + pos: 158.5,-195.5 parent: 1 - - uid: 63977 + - uid: 45146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,67.5 + pos: -145.5,60.5 parent: 1 - - uid: 63981 + - uid: 45147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -153.5,68.5 + pos: 106.5,-129.5 parent: 1 - - uid: 64068 + - uid: 45148 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,49.5 + pos: 104.5,-129.5 parent: 1 - - uid: 64069 + - uid: 45149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,48.5 + pos: 160.5,-195.5 parent: 1 - - uid: 64070 + - uid: 45150 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,50.5 + pos: 106.5,-130.5 parent: 1 - - uid: 64071 + - uid: 45151 components: - type: Transform - rot: 3.141592653589793 rad - pos: -159.5,47.5 + pos: 106.5,-131.5 parent: 1 - - uid: 64249 + - uid: 45152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,45.5 + pos: 102.5,-134.5 parent: 1 - - uid: 64313 + - uid: 45153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -164.5,43.5 + pos: -154.5,64.5 parent: 1 - - uid: 64314 + - uid: 45154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,43.5 + pos: 160.5,-198.5 parent: 1 - - uid: 64321 + - uid: 45155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -166.5,44.5 + pos: -155.5,54.5 parent: 1 -- proto: WallReinforcedRust - entities: - - uid: 8002 + - uid: 45156 components: - type: Transform - pos: -88.5,-160.5 + pos: -152.5,51.5 parent: 1 - - uid: 8006 + - uid: 45157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,-164.5 + pos: -150.5,51.5 parent: 1 - - uid: 8274 + - uid: 45158 components: - type: Transform - pos: -95.5,-173.5 + pos: -151.5,51.5 parent: 1 - - uid: 8527 + - uid: 45159 components: - type: Transform - pos: -96.5,-168.5 + pos: -179.5,20.5 parent: 1 - - uid: 12816 + - uid: 45160 components: - type: Transform - pos: -94.5,-175.5 + pos: 149.5,-203.5 parent: 1 - - uid: 12820 + - uid: 45161 components: - type: Transform - pos: -97.5,-169.5 + pos: 149.5,-202.5 parent: 1 - - uid: 12870 + - uid: 45162 components: - type: Transform - pos: -96.5,-169.5 + pos: 160.5,-201.5 parent: 1 - - uid: 12876 + - uid: 45163 components: - type: Transform - pos: -96.5,-163.5 + pos: 160.5,-203.5 parent: 1 - - uid: 12922 + - uid: 45164 components: - type: Transform - pos: -92.5,-177.5 + pos: 160.5,-202.5 parent: 1 - - uid: 12937 + - uid: 45165 components: - type: Transform - pos: -94.5,-177.5 + pos: 152.5,-195.5 parent: 1 - - uid: 12938 + - uid: 45166 components: - type: Transform - pos: -84.5,-169.5 + pos: -150.5,60.5 parent: 1 - - uid: 12992 + - uid: 45167 components: - type: Transform - pos: -97.5,-173.5 + pos: -148.5,52.5 parent: 1 - - uid: 12995 + - uid: 45168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,-178.5 + pos: 158.5,-204.5 parent: 1 - - uid: 13002 + - uid: 45169 components: - type: Transform - pos: -83.5,-177.5 + pos: 156.5,-204.5 parent: 1 - - uid: 13008 + - uid: 45170 components: - type: Transform - pos: -91.5,-177.5 + pos: 154.5,-204.5 parent: 1 - - uid: 13011 + - uid: 45171 components: - type: Transform - pos: -96.5,-164.5 + pos: 157.5,-204.5 parent: 1 - - uid: 13032 + - uid: 45172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-182.5 + pos: 153.5,-204.5 parent: 1 - - uid: 13040 + - uid: 45173 components: - type: Transform - pos: -90.5,-177.5 + pos: 160.5,-196.5 parent: 1 - - uid: 13060 + - uid: 45174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,-178.5 + pos: -174.5,43.5 parent: 1 - - uid: 13064 + - uid: 45175 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-182.5 + pos: -192.5,34.5 parent: 1 - - uid: 13066 + - uid: 45176 components: - type: Transform - pos: -85.5,-169.5 + rot: 1.5707963267948966 rad + pos: -179.5,65.5 parent: 1 - - uid: 13084 + - uid: 45177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-182.5 + pos: -162.5,54.5 parent: 1 - - uid: 13123 + - uid: 45178 components: - type: Transform - pos: -94.5,-174.5 + pos: -166.5,54.5 parent: 1 - - uid: 13124 + - uid: 45179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-182.5 + rot: 1.5707963267948966 rad + pos: -181.5,65.5 parent: 1 - - uid: 13164 + - uid: 45180 components: - type: Transform - pos: -94.5,-178.5 + rot: 1.5707963267948966 rad + pos: -182.5,65.5 parent: 1 - - uid: 13166 + - uid: 45181 components: - type: Transform - pos: -99.5,-173.5 + rot: 1.5707963267948966 rad + pos: -183.5,65.5 parent: 1 - - uid: 24175 + - uid: 45182 components: - type: Transform - pos: -173.5,-135.5 + rot: 3.141592653589793 rad + pos: -182.5,37.5 parent: 1 - - uid: 24177 + - uid: 45183 components: - type: Transform - pos: -172.5,-135.5 + rot: 1.5707963267948966 rad + pos: -170.5,59.5 parent: 1 - - uid: 25050 + - uid: 45184 components: - type: Transform - pos: 113.5,25.5 + rot: 1.5707963267948966 rad + pos: -184.5,65.5 parent: 1 - - uid: 25051 + - uid: 45185 components: - type: Transform - pos: 113.5,27.5 + pos: -184.5,53.5 parent: 1 - - uid: 25052 + - uid: 45186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,14.5 + pos: -184.5,52.5 parent: 1 - - uid: 25053 + - uid: 45187 components: - type: Transform - pos: 99.5,4.5 + pos: -186.5,60.5 parent: 1 - - uid: 25054 + - uid: 45188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 142.5,23.5 + pos: -191.5,40.5 parent: 1 - - uid: 25055 + - uid: 45189 components: - type: Transform - pos: 111.5,-17.5 + rot: 3.141592653589793 rad + pos: -185.5,46.5 parent: 1 - - uid: 25056 + - uid: 45190 components: - type: Transform - pos: 163.5,-65.5 + pos: -190.5,40.5 parent: 1 - - uid: 25057 + - uid: 45191 components: - type: Transform - pos: 96.5,-17.5 + rot: 3.141592653589793 rad + pos: -184.5,45.5 parent: 1 - - uid: 25058 + - uid: 45192 components: - type: Transform - pos: 99.5,8.5 + rot: 3.141592653589793 rad + pos: -184.5,44.5 parent: 1 - - uid: 25059 + - uid: 45193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-9.5 + rot: 3.141592653589793 rad + pos: -178.5,45.5 parent: 1 - - uid: 25060 + - uid: 45194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-14.5 + rot: 3.141592653589793 rad + pos: -179.5,40.5 parent: 1 - - uid: 25061 + - uid: 45195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-5.5 + rot: 3.141592653589793 rad + pos: -179.5,38.5 parent: 1 - - uid: 25062 + - uid: 45196 components: - type: Transform - pos: 111.5,2.5 + rot: 3.141592653589793 rad + pos: -180.5,37.5 parent: 1 - - uid: 25063 + - uid: 45197 components: - type: Transform - pos: 177.5,-78.5 + rot: 1.5707963267948966 rad + pos: -180.5,65.5 parent: 1 - - uid: 25064 + - uid: 45198 components: - type: Transform - pos: 57.5,169.5 + pos: -175.5,45.5 parent: 1 - - uid: 25065 + - uid: 45199 components: - type: Transform rot: 1.5707963267948966 rad - pos: 135.5,23.5 + pos: -133.5,60.5 parent: 1 - - uid: 25066 + - uid: 45200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-152.5 + rot: 1.5707963267948966 rad + pos: -132.5,56.5 parent: 1 - - uid: 25067 + - uid: 45201 components: - type: Transform - pos: 91.5,-17.5 + pos: -192.5,32.5 parent: 1 - - uid: 25068 + - uid: 45202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-16.5 + pos: -173.5,43.5 parent: 1 - - uid: 25069 + - uid: 45203 components: - type: Transform rot: 1.5707963267948966 rad - pos: -171.5,-129.5 + pos: -133.5,61.5 parent: 1 - - uid: 25070 + - uid: 45204 components: - type: Transform - pos: -172.5,-130.5 + pos: -173.5,59.5 parent: 1 - - uid: 25071 + - uid: 45205 components: - type: Transform - pos: 110.5,-17.5 + rot: -1.5707963267948966 rad + pos: -166.5,67.5 parent: 1 - - uid: 25072 + - uid: 45206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 139.5,23.5 + pos: -167.5,67.5 parent: 1 - - uid: 25073 + - uid: 45207 components: - type: Transform - pos: -164.5,-127.5 + pos: -167.5,66.5 parent: 1 - - uid: 25074 + - uid: 45208 components: - type: Transform - pos: -198.5,-120.5 + pos: -167.5,59.5 parent: 1 - - uid: 25075 + - uid: 45209 components: - type: Transform - pos: 156.5,-78.5 + pos: -155.5,66.5 parent: 1 - - uid: 25077 + - uid: 45210 components: - type: Transform - pos: -177.5,-135.5 + pos: -155.5,64.5 parent: 1 - - uid: 25078 + - uid: 45211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -171.5,-128.5 + pos: -130.5,56.5 parent: 1 - - uid: 25079 + - uid: 45212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 199.5,204.5 + rot: 3.141592653589793 rad + pos: -159.5,46.5 parent: 1 - - uid: 25080 + - uid: 45213 components: - type: Transform - pos: -190.5,-141.5 + rot: 3.141592653589793 rad + pos: -161.5,43.5 parent: 1 - - uid: 25081 + - uid: 45214 components: - type: Transform - pos: -159.5,-99.5 + rot: 3.141592653589793 rad + pos: -159.5,51.5 parent: 1 - - uid: 25082 + - uid: 45215 components: - type: Transform - pos: -198.5,-125.5 + rot: 3.141592653589793 rad + pos: -159.5,44.5 parent: 1 - - uid: 25083 + - uid: 45216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-159.5 + rot: 3.141592653589793 rad + pos: -181.5,34.5 parent: 1 - - uid: 25084 + - uid: 45217 components: - type: Transform - pos: -198.5,-114.5 + rot: 3.141592653589793 rad + pos: -171.5,22.5 parent: 1 - - uid: 25086 + - uid: 45218 components: - type: Transform - pos: 160.5,-65.5 + rot: 3.141592653589793 rad + pos: -179.5,50.5 parent: 1 - - uid: 25088 + - uid: 45219 components: - type: Transform - pos: -188.5,-141.5 + rot: 3.141592653589793 rad + pos: -167.5,47.5 parent: 1 - - uid: 25089 + - uid: 45220 components: - type: Transform - pos: -194.5,-96.5 + rot: 3.141592653589793 rad + pos: -184.5,47.5 parent: 1 - - uid: 25090 + - uid: 45221 components: - type: Transform - pos: -193.5,-96.5 + rot: 3.141592653589793 rad + pos: -153.5,60.5 parent: 1 - - uid: 25092 + - uid: 45222 components: - type: Transform - pos: -198.5,-139.5 + pos: 178.5,-193.5 parent: 1 - - uid: 25093 + - uid: 45223 components: - type: Transform - pos: -191.5,-141.5 + pos: 181.5,-193.5 parent: 1 - - uid: 25094 + - uid: 45224 components: - type: Transform - pos: -198.5,-122.5 + rot: 3.141592653589793 rad + pos: -168.5,47.5 parent: 1 - - uid: 25095 + - uid: 45225 components: - type: Transform - pos: -193.5,-141.5 + rot: 3.141592653589793 rad + pos: -187.5,37.5 parent: 1 - - uid: 25096 + - uid: 45226 components: - type: Transform - pos: -192.5,-141.5 + rot: 3.141592653589793 rad + pos: -175.5,21.5 parent: 1 - - uid: 25097 + - uid: 45227 components: - type: Transform - pos: -198.5,-113.5 + rot: 3.141592653589793 rad + pos: -180.5,34.5 parent: 1 - - uid: 25098 + - uid: 45228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 137.5,23.5 + pos: 168.5,-182.5 parent: 1 - - uid: 25099 + - uid: 45229 components: - type: Transform - pos: -172.5,-134.5 + pos: 189.5,-191.5 parent: 1 - - uid: 25100 + - uid: 45230 components: - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,-170.5 + pos: 179.5,-193.5 parent: 1 - - uid: 25101 + - uid: 45231 components: - type: Transform - pos: -198.5,-124.5 + pos: 180.5,-193.5 parent: 1 - - uid: 25102 + - uid: 45232 components: - type: Transform - pos: -187.5,-140.5 + pos: 176.5,-193.5 parent: 1 - - uid: 25103 + - uid: 45233 components: - type: Transform - pos: -185.5,-96.5 + pos: 180.5,-182.5 parent: 1 - - uid: 25104 + - uid: 45234 components: - type: Transform - pos: -194.5,-140.5 + pos: 189.5,-192.5 parent: 1 - - uid: 25105 + - uid: 45235 components: - type: Transform - pos: -193.5,-140.5 + pos: 189.5,-190.5 parent: 1 - - uid: 25106 + - uid: 45236 components: - type: Transform - pos: -186.5,-140.5 + pos: 184.5,-181.5 parent: 1 - - uid: 25107 + - uid: 45237 components: - type: Transform - pos: -188.5,-140.5 + pos: 185.5,-193.5 parent: 1 - - uid: 25108 + - uid: 45238 components: - type: Transform - pos: -195.5,-140.5 + pos: 177.5,-193.5 parent: 1 - - uid: 25109 + - uid: 45239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,-128.5 + pos: 189.5,-189.5 parent: 1 - - uid: 25110 + - uid: 45240 components: - type: Transform - pos: -172.5,-131.5 + pos: 182.5,-182.5 parent: 1 - - uid: 25111 + - uid: 45241 components: - type: Transform - pos: -185.5,-141.5 + pos: 189.5,-187.5 parent: 1 - - uid: 25112 + - uid: 45242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-156.5 + pos: 189.5,-186.5 parent: 1 - - uid: 25113 + - uid: 45243 components: - type: Transform - pos: -192.5,-140.5 + pos: 189.5,-188.5 parent: 1 - - uid: 25114 + - uid: 45244 components: - type: Transform - pos: -198.5,-129.5 + pos: 168.5,-188.5 parent: 1 - - uid: 25115 + - uid: 45245 components: - type: Transform - pos: -184.5,-140.5 + pos: 184.5,-182.5 parent: 1 - - uid: 25116 + - uid: 45246 components: - type: Transform - pos: -185.5,-140.5 + pos: 189.5,-183.5 parent: 1 - - uid: 25117 + - uid: 45247 components: - type: Transform - pos: -184.5,-141.5 + pos: 187.5,-182.5 parent: 1 - - uid: 25118 + - uid: 45248 components: - type: Transform - pos: -172.5,-133.5 + pos: 168.5,-187.5 parent: 1 - - uid: 25119 + - uid: 45249 components: - type: Transform - pos: -171.5,-134.5 + pos: 168.5,-193.5 parent: 1 - - uid: 25120 + - uid: 45250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -105.5,-173.5 + pos: 189.5,-182.5 parent: 1 - - uid: 25121 + - uid: 45251 components: - type: Transform - pos: -171.5,-130.5 + rot: 3.141592653589793 rad + pos: -179.5,53.5 parent: 1 - - uid: 25123 + - uid: 45252 components: - type: Transform - pos: -172.5,-132.5 + pos: 182.5,-181.5 parent: 1 - - uid: 25124 + - uid: 45253 components: - type: Transform - pos: -198.5,-132.5 + pos: 186.5,-182.5 parent: 1 - - uid: 25125 + - uid: 45254 components: - type: Transform - pos: -73.5,-175.5 + pos: 189.5,-193.5 parent: 1 - - uid: 25126 + - uid: 45255 components: - type: Transform - pos: -198.5,-130.5 + pos: 168.5,-183.5 parent: 1 - - uid: 25127 + - uid: 45256 components: - type: Transform - pos: -187.5,-141.5 + pos: 186.5,-193.5 parent: 1 - - uid: 25128 + - uid: 45257 components: - type: Transform - pos: -189.5,-140.5 + pos: 168.5,-192.5 parent: 1 - - uid: 25129 + - uid: 45258 components: - type: Transform - pos: -189.5,-141.5 + pos: 189.5,-185.5 parent: 1 - - uid: 25130 + - uid: 45259 components: - type: Transform - pos: -190.5,-140.5 + pos: 183.5,-193.5 parent: 1 - - uid: 25131 + - uid: 45260 components: - type: Transform - pos: -198.5,-121.5 + pos: 188.5,-182.5 parent: 1 - - uid: 25132 + - uid: 45261 components: - type: Transform - pos: -197.5,-141.5 + pos: 179.5,-182.5 parent: 1 - - uid: 25133 + - uid: 45262 components: - type: Transform - pos: -194.5,-141.5 + pos: 181.5,-182.5 parent: 1 - - uid: 25134 + - uid: 45263 components: - type: Transform - pos: -154.5,-105.5 + pos: 188.5,-193.5 parent: 1 - - uid: 25135 + - uid: 45264 components: - type: Transform - pos: -198.5,-133.5 + pos: 184.5,-193.5 parent: 1 - - uid: 25136 + - uid: 45265 components: - type: Transform - pos: -197.5,-140.5 + pos: 177.5,-182.5 parent: 1 - - uid: 25137 + - uid: 45266 components: - type: Transform - pos: -196.5,-141.5 + pos: 175.5,-182.5 parent: 1 - - uid: 25138 + - uid: 45267 components: - type: Transform - pos: -198.5,-123.5 + pos: 178.5,-182.5 parent: 1 - - uid: 25139 + - uid: 45268 components: - type: Transform - pos: -198.5,-116.5 + pos: 174.5,-182.5 parent: 1 - - uid: 25143 + - uid: 45269 components: - type: Transform - pos: -198.5,-127.5 + pos: 173.5,-182.5 parent: 1 - - uid: 25144 + - uid: 45270 components: - type: Transform - pos: -195.5,-141.5 + pos: 176.5,-182.5 parent: 1 - - uid: 25145 + - uid: 45271 components: - type: Transform - pos: -198.5,-135.5 + pos: 182.5,-193.5 parent: 1 - - uid: 25146 + - uid: 45272 components: - type: Transform - pos: -195.5,-96.5 + pos: 174.5,-193.5 parent: 1 - - uid: 25147 + - uid: 45273 components: - type: Transform - pos: -198.5,-141.5 + pos: 189.5,-184.5 parent: 1 - - uid: 25148 + - uid: 45274 components: - type: Transform - pos: -198.5,-119.5 + pos: 169.5,-193.5 parent: 1 - - uid: 25149 + - uid: 45275 components: - type: Transform - pos: -198.5,-136.5 + pos: 187.5,-193.5 parent: 1 - - uid: 25150 + - uid: 45276 components: - type: Transform - pos: -198.5,-137.5 + pos: 186.5,-181.5 parent: 1 - - uid: 25151 + - uid: 45277 components: - type: Transform - pos: -198.5,-128.5 + pos: 171.5,-193.5 parent: 1 - - uid: 25152 + - uid: 45278 components: - type: Transform - pos: -198.5,-115.5 + pos: 170.5,-193.5 parent: 1 - - uid: 25153 + - uid: 45279 components: - type: Transform - pos: -197.5,-96.5 + pos: 172.5,-193.5 parent: 1 - - uid: 25154 + - uid: 45280 components: - type: Transform - pos: -198.5,-138.5 + pos: 173.5,-193.5 parent: 1 - - uid: 25155 + - uid: 45281 components: - type: Transform - pos: -171.5,-132.5 + rot: 3.141592653589793 rad + pos: -176.5,59.5 parent: 1 - - uid: 25156 + - uid: 45282 components: - type: Transform - pos: -198.5,-140.5 + rot: 3.141592653589793 rad + pos: -163.5,54.5 parent: 1 - - uid: 25157 + - uid: 45283 components: - type: Transform - pos: -159.5,-101.5 + rot: 3.141592653589793 rad + pos: -170.5,50.5 parent: 1 - - uid: 25158 + - uid: 45284 components: - type: Transform - pos: -198.5,-112.5 + rot: 3.141592653589793 rad + pos: -172.5,59.5 parent: 1 - - uid: 25159 + - uid: 45285 components: - type: Transform - pos: -198.5,-131.5 + rot: 3.141592653589793 rad + pos: -179.5,52.5 parent: 1 - - uid: 25161 + - uid: 45286 components: - type: Transform - pos: -178.5,-135.5 + rot: 3.141592653589793 rad + pos: -161.5,62.5 parent: 1 - - uid: 25162 + - uid: 45287 components: - type: Transform - pos: -171.5,-131.5 + rot: 3.141592653589793 rad + pos: -179.5,54.5 parent: 1 - - uid: 25163 + - uid: 45288 components: - type: Transform - pos: -160.5,-99.5 + rot: 3.141592653589793 rad + pos: -166.5,46.5 parent: 1 - - uid: 25164 + - uid: 45289 components: - type: Transform - pos: -198.5,-117.5 + rot: 3.141592653589793 rad + pos: -182.5,34.5 parent: 1 - - uid: 25165 + - uid: 45290 components: - type: Transform - pos: -171.5,-133.5 + rot: 3.141592653589793 rad + pos: -159.5,45.5 parent: 1 - - uid: 25166 + - uid: 45291 components: - type: Transform - pos: -176.5,-135.5 + rot: 3.141592653589793 rad + pos: -184.5,51.5 parent: 1 - - uid: 25167 + - uid: 45292 components: - type: Transform - pos: -198.5,-134.5 + rot: 3.141592653589793 rad + pos: -171.5,24.5 parent: 1 - - uid: 25168 + - uid: 45293 components: - type: Transform - pos: -154.5,-115.5 + rot: 3.141592653589793 rad + pos: -171.5,23.5 parent: 1 - - uid: 25169 + - uid: 45294 components: - type: Transform - pos: -196.5,-140.5 + pos: -172.5,38.5 parent: 1 - - uid: 25170 + - uid: 45295 components: - type: Transform - pos: -155.5,-101.5 + rot: 3.141592653589793 rad + pos: -171.5,34.5 parent: 1 - - uid: 25171 + - uid: 45296 components: - type: Transform - pos: -187.5,-96.5 + rot: 3.141592653589793 rad + pos: -174.5,38.5 parent: 1 - - uid: 25172 + - uid: 45297 components: - type: Transform - pos: -154.5,-102.5 + rot: 3.141592653589793 rad + pos: -190.5,37.5 parent: 1 - - uid: 25173 + - uid: 45298 components: - type: Transform - pos: -154.5,-107.5 + rot: 3.141592653589793 rad + pos: -182.5,52.5 parent: 1 - - uid: 25174 + - uid: 45299 components: - type: Transform - pos: -198.5,-96.5 + rot: 3.141592653589793 rad + pos: -180.5,52.5 parent: 1 - - uid: 25175 + - uid: 45300 components: - type: Transform - pos: -191.5,-140.5 + rot: 3.141592653589793 rad + pos: -174.5,37.5 parent: 1 - - uid: 25176 + - uid: 45301 components: - type: Transform - pos: -198.5,-118.5 + rot: 3.141592653589793 rad + pos: -174.5,34.5 parent: 1 - - uid: 25177 + - uid: 45302 components: - type: Transform - pos: -198.5,-126.5 + rot: 3.141592653589793 rad + pos: -174.5,35.5 parent: 1 - - uid: 25178 + - uid: 45303 components: - type: Transform - pos: -186.5,-141.5 + rot: 3.141592653589793 rad + pos: -176.5,38.5 parent: 1 - - uid: 25179 + - uid: 45304 components: - type: Transform - pos: -186.5,-96.5 + rot: 3.141592653589793 rad + pos: -173.5,34.5 parent: 1 - - uid: 25180 + - uid: 45305 components: - type: Transform - pos: -91.5,-162.5 + rot: 3.141592653589793 rad + pos: -183.5,56.5 parent: 1 - - uid: 25181 + - uid: 45306 components: - type: Transform - pos: -181.5,-140.5 + rot: 3.141592653589793 rad + pos: -171.5,33.5 parent: 1 - - uid: 25182 + - uid: 45307 components: - type: Transform - pos: -156.5,-101.5 + rot: 3.141592653589793 rad + pos: -171.5,31.5 parent: 1 - - uid: 25183 + - uid: 45308 components: - type: Transform - pos: -163.5,-127.5 + rot: 3.141592653589793 rad + pos: -179.5,58.5 parent: 1 - - uid: 25184 + - uid: 45309 components: - type: Transform - pos: -154.5,-113.5 + rot: 3.141592653589793 rad + pos: -184.5,49.5 parent: 1 - - uid: 25185 + - uid: 45310 components: - type: Transform - pos: -154.5,-101.5 + rot: 3.141592653589793 rad + pos: -162.5,56.5 parent: 1 - - uid: 25186 + - uid: 45311 components: - type: Transform - pos: -165.5,-128.5 + rot: 3.141592653589793 rad + pos: -171.5,32.5 parent: 1 - - uid: 25187 + - uid: 45312 components: - type: Transform - pos: -160.5,-127.5 + rot: 3.141592653589793 rad + pos: -179.5,21.5 parent: 1 - - uid: 25188 + - uid: 45313 components: - type: Transform - pos: -164.5,-128.5 + rot: 3.141592653589793 rad + pos: -183.5,55.5 parent: 1 - - uid: 25189 + - uid: 45314 components: - type: Transform - pos: -154.5,-104.5 + rot: 3.141592653589793 rad + pos: -169.5,47.5 parent: 1 - - uid: 25190 + - uid: 45315 components: - type: Transform - pos: -154.5,-106.5 + rot: 3.141592653589793 rad + pos: -176.5,21.5 parent: 1 - - uid: 25191 + - uid: 45316 components: - type: Transform - pos: -154.5,-109.5 + rot: 3.141592653589793 rad + pos: -177.5,21.5 parent: 1 - - uid: 25192 + - uid: 45317 components: - type: Transform - pos: -188.5,-96.5 + rot: 3.141592653589793 rad + pos: -183.5,54.5 parent: 1 - - uid: 25193 + - uid: 45318 components: - type: Transform - pos: -189.5,-96.5 + pos: -170.5,34.5 parent: 1 - - uid: 25194 + - uid: 45319 components: - type: Transform - pos: -190.5,-96.5 + rot: 3.141592653589793 rad + pos: -184.5,48.5 parent: 1 - - uid: 25195 + - uid: 45320 components: - type: Transform - pos: -157.5,-101.5 + rot: 3.141592653589793 rad + pos: -172.5,34.5 parent: 1 - - uid: 25196 + - uid: 45321 components: - type: Transform - pos: -161.5,-127.5 + rot: 3.141592653589793 rad + pos: -179.5,35.5 parent: 1 - - uid: 25197 + - uid: 45322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,-128.5 + rot: 3.141592653589793 rad + pos: -177.5,38.5 parent: 1 - - uid: 25198 + - uid: 45323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -172.5,-129.5 + rot: 3.141592653589793 rad + pos: -179.5,34.5 parent: 1 - - uid: 25200 + - uid: 45324 components: - type: Transform - pos: -154.5,-110.5 + rot: 3.141592653589793 rad + pos: -179.5,37.5 parent: 1 - - uid: 25201 + - uid: 45325 components: - type: Transform - pos: -184.5,-96.5 + rot: 3.141592653589793 rad + pos: -166.5,47.5 parent: 1 - - uid: 25203 + - uid: 45326 components: - type: Transform - pos: -154.5,-112.5 + rot: 3.141592653589793 rad + pos: -179.5,57.5 parent: 1 - - uid: 25206 + - uid: 45327 components: - type: Transform - pos: -192.5,-96.5 + rot: 3.141592653589793 rad + pos: -180.5,59.5 parent: 1 - - uid: 25207 + - uid: 45328 components: - type: Transform - pos: -183.5,-140.5 + rot: 3.141592653589793 rad + pos: -171.5,46.5 parent: 1 - - uid: 25208 + - uid: 45329 components: - type: Transform - pos: -154.5,-111.5 + rot: 3.141592653589793 rad + pos: -183.5,52.5 parent: 1 - - uid: 25209 + - uid: 45330 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-169.5 + pos: -183.5,51.5 parent: 1 - - uid: 25211 + - uid: 45331 components: - type: Transform - pos: -158.5,-101.5 + rot: 3.141592653589793 rad + pos: -184.5,46.5 parent: 1 - - uid: 25212 + - uid: 45332 components: - type: Transform - pos: -191.5,-96.5 + rot: 3.141592653589793 rad + pos: -162.5,43.5 parent: 1 - - uid: 25213 + - uid: 45333 components: - type: Transform - pos: -164.5,-129.5 + rot: 3.141592653589793 rad + pos: -175.5,59.5 parent: 1 - - uid: 25214 + - uid: 45334 components: - type: Transform - pos: -181.5,-139.5 + rot: 3.141592653589793 rad + pos: -174.5,59.5 parent: 1 - - uid: 25218 + - uid: 45335 components: - type: Transform - pos: -165.5,-129.5 + rot: 3.141592653589793 rad + pos: -179.5,59.5 parent: 1 - - uid: 25220 + - uid: 45336 components: - type: Transform - pos: -159.5,-100.5 + rot: 3.141592653589793 rad + pos: -178.5,59.5 parent: 1 - - uid: 25221 + - uid: 45337 components: - type: Transform - pos: -182.5,-140.5 + rot: 3.141592653589793 rad + pos: -182.5,59.5 parent: 1 - - uid: 25223 + - uid: 45338 components: - type: Transform - pos: -196.5,-96.5 + rot: 3.141592653589793 rad + pos: -183.5,59.5 parent: 1 - - uid: 25224 + - uid: 45339 components: - type: Transform - pos: -154.5,-103.5 + rot: 3.141592653589793 rad + pos: -181.5,59.5 parent: 1 - - uid: 25225 + - uid: 45340 components: - type: Transform - pos: -154.5,-108.5 + rot: 3.141592653589793 rad + pos: -173.5,21.5 parent: 1 - - uid: 25227 + - uid: 45341 components: - type: Transform - pos: -167.5,-129.5 + rot: 3.141592653589793 rad + pos: -172.5,21.5 parent: 1 - - uid: 25228 + - uid: 45342 components: - type: Transform - pos: -167.5,-128.5 + rot: 3.141592653589793 rad + pos: -174.5,21.5 parent: 1 - - uid: 25229 + - uid: 45343 components: - type: Transform - pos: -166.5,-128.5 + rot: 3.141592653589793 rad + pos: -175.5,46.5 parent: 1 - - uid: 25230 + - uid: 45344 components: - type: Transform - pos: -154.5,-114.5 + rot: 3.141592653589793 rad + pos: -191.5,37.5 parent: 1 - - uid: 25231 + - uid: 45345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-153.5 + rot: 3.141592653589793 rad + pos: -186.5,37.5 parent: 1 - - uid: 25232 + - uid: 45346 components: - type: Transform - pos: -181.5,-141.5 + rot: 3.141592653589793 rad + pos: -183.5,23.5 parent: 1 - - uid: 25234 + - uid: 45347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-129.5 + rot: 3.141592653589793 rad + pos: -179.5,24.5 parent: 1 - - uid: 25235 + - uid: 45348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -168.5,-128.5 + rot: 3.141592653589793 rad + pos: -188.5,37.5 parent: 1 - - uid: 25236 + - uid: 45349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-129.5 + rot: 3.141592653589793 rad + pos: -189.5,37.5 parent: 1 - - uid: 25237 + - uid: 45350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -169.5,-128.5 + rot: 3.141592653589793 rad + pos: -179.5,46.5 parent: 1 - - uid: 25238 + - uid: 45351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -170.5,-129.5 + rot: 3.141592653589793 rad + pos: -180.5,20.5 parent: 1 - - uid: 25239 + - uid: 45352 components: - type: Transform - pos: -166.5,-129.5 + rot: 3.141592653589793 rad + pos: -181.5,20.5 parent: 1 - - uid: 25240 + - uid: 45353 components: - type: Transform - pos: -162.5,-127.5 + rot: 3.141592653589793 rad + pos: -182.5,20.5 parent: 1 - - uid: 25241 + - uid: 45354 components: - type: Transform - pos: -153.5,-116.5 + rot: 3.141592653589793 rad + pos: -183.5,20.5 parent: 1 - - uid: 25242 + - uid: 45355 components: - type: Transform - pos: -154.5,-116.5 + rot: 3.141592653589793 rad + pos: -184.5,20.5 parent: 1 - - uid: 25244 + - uid: 45356 components: - type: Transform - pos: -73.5,-171.5 + rot: 3.141592653589793 rad + pos: -185.5,20.5 parent: 1 - - uid: 25246 + - uid: 45357 components: - type: Transform - pos: -182.5,-141.5 + rot: 3.141592653589793 rad + pos: -186.5,20.5 parent: 1 - - uid: 25247 + - uid: 45358 components: - type: Transform - pos: -81.5,-160.5 + rot: 3.141592653589793 rad + pos: -187.5,20.5 parent: 1 - - uid: 25248 + - uid: 45359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-159.5 + rot: 3.141592653589793 rad + pos: -188.5,20.5 parent: 1 - - uid: 25249 + - uid: 45360 components: - type: Transform - pos: -180.5,-135.5 + rot: 3.141592653589793 rad + pos: -189.5,20.5 parent: 1 - - uid: 25250 + - uid: 45361 components: - type: Transform - pos: -105.5,-174.5 + rot: 3.141592653589793 rad + pos: -190.5,20.5 parent: 1 - - uid: 25251 + - uid: 45362 components: - type: Transform - pos: -89.5,-177.5 + rot: 3.141592653589793 rad + pos: -191.5,20.5 parent: 1 - - uid: 25254 + - uid: 45363 components: - type: Transform - pos: -96.5,-179.5 + rot: 3.141592653589793 rad + pos: -192.5,20.5 parent: 1 - - uid: 25256 + - uid: 45364 components: - type: Transform - pos: -84.5,-177.5 + rot: 3.141592653589793 rad + pos: -193.5,20.5 parent: 1 - - uid: 25257 + - uid: 45365 components: - type: Transform - pos: -93.5,-177.5 + rot: 3.141592653589793 rad + pos: -194.5,20.5 parent: 1 - - uid: 25260 + - uid: 45366 components: - type: Transform - pos: -73.5,-161.5 + rot: 3.141592653589793 rad + pos: -195.5,20.5 parent: 1 - - uid: 25263 + - uid: 45367 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-160.5 + pos: -196.5,20.5 parent: 1 - - uid: 25264 + - uid: 45368 components: - type: Transform - pos: -183.5,-141.5 + rot: 3.141592653589793 rad + pos: -197.5,20.5 parent: 1 - - uid: 25267 + - uid: 45369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,-158.5 + pos: -132.5,54.5 parent: 1 - - uid: 25270 + - uid: 45370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -109.5,-159.5 + pos: -132.5,55.5 parent: 1 - - uid: 25271 + - uid: 45371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-160.5 + rot: 3.141592653589793 rad + pos: -197.5,31.5 parent: 1 - - uid: 25272 + - uid: 45372 components: - type: Transform rot: 3.141592653589793 rad - pos: -104.5,-178.5 + pos: -197.5,30.5 parent: 1 - - uid: 25275 + - uid: 45373 components: - type: Transform - pos: -92.5,-162.5 + rot: 3.141592653589793 rad + pos: -197.5,29.5 parent: 1 - - uid: 25277 + - uid: 45374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -114.5,-149.5 + rot: 3.141592653589793 rad + pos: -197.5,28.5 parent: 1 - - uid: 25279 + - uid: 45375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-157.5 + rot: 3.141592653589793 rad + pos: -197.5,27.5 parent: 1 - - uid: 25280 + - uid: 45376 components: - type: Transform - pos: -74.5,-177.5 + rot: 3.141592653589793 rad + pos: -197.5,26.5 parent: 1 - - uid: 25281 + - uid: 45377 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-161.5 + pos: -197.5,25.5 parent: 1 - - uid: 25284 + - uid: 45378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-159.5 + rot: 3.141592653589793 rad + pos: -197.5,24.5 parent: 1 - - uid: 25286 + - uid: 45379 components: - type: Transform - pos: -81.5,-162.5 + rot: 3.141592653589793 rad + pos: -197.5,23.5 parent: 1 - - uid: 25287 + - uid: 45380 components: - type: Transform rot: 3.141592653589793 rad - pos: -113.5,-169.5 + pos: -197.5,22.5 parent: 1 - - uid: 25289 + - uid: 45381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-161.5 + rot: 3.141592653589793 rad + pos: -197.5,21.5 parent: 1 - - uid: 25290 + - uid: 45382 components: - type: Transform - pos: -94.5,-162.5 + rot: 3.141592653589793 rad + pos: -171.5,28.5 parent: 1 - - uid: 25292 + - uid: 45383 components: - type: Transform - pos: -97.5,-179.5 + rot: 3.141592653589793 rad + pos: -171.5,29.5 parent: 1 - - uid: 25293 + - uid: 45384 components: - type: Transform - pos: -105.5,-176.5 + rot: 3.141592653589793 rad + pos: -171.5,30.5 parent: 1 - - uid: 25297 + - uid: 45385 components: - type: Transform - pos: -96.5,-165.5 + rot: 3.141592653589793 rad + pos: -178.5,46.5 parent: 1 - - uid: 25298 + - uid: 45386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-173.5 + pos: -175.5,44.5 parent: 1 - - uid: 25299 + - uid: 45387 components: - type: Transform - pos: -81.5,-177.5 + rot: 3.141592653589793 rad + pos: -174.5,46.5 parent: 1 - - uid: 25301 + - uid: 45388 components: - type: Transform - pos: -105.5,-175.5 + rot: 3.141592653589793 rad + pos: -172.5,46.5 parent: 1 - - uid: 25302 + - uid: 45389 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-167.5 + pos: -179.5,47.5 parent: 1 - - uid: 25303 + - uid: 45390 components: - type: Transform - pos: -79.5,-177.5 + rot: 3.141592653589793 rad + pos: -171.5,42.5 parent: 1 - - uid: 25305 + - uid: 45391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-155.5 + rot: 3.141592653589793 rad + pos: -171.5,43.5 parent: 1 - - uid: 25306 + - uid: 45392 components: - type: Transform rot: 3.141592653589793 rad - pos: -106.5,-169.5 + pos: -171.5,41.5 parent: 1 - - uid: 25307 + - uid: 45393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -117.5,-149.5 + rot: 3.141592653589793 rad + pos: -171.5,40.5 parent: 1 - - uid: 25308 + - uid: 45394 components: - type: Transform - pos: -73.5,-176.5 + rot: 3.141592653589793 rad + pos: -171.5,39.5 parent: 1 - - uid: 25309 + - uid: 45395 components: - type: Transform - pos: -85.5,-170.5 + rot: 3.141592653589793 rad + pos: -179.5,56.5 parent: 1 - - uid: 25310 + - uid: 45396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-154.5 + rot: 3.141592653589793 rad + pos: -179.5,55.5 parent: 1 - - uid: 25312 + - uid: 45397 components: - type: Transform - pos: -76.5,-160.5 + rot: 3.141592653589793 rad + pos: -171.5,50.5 parent: 1 - - uid: 25315 + - uid: 45398 components: - type: Transform - pos: -80.5,-160.5 + rot: 3.141592653589793 rad + pos: -183.5,58.5 parent: 1 - - uid: 25317 + - uid: 45399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,-159.5 + rot: 3.141592653589793 rad + pos: -171.5,58.5 parent: 1 - - uid: 25320 + - uid: 45400 components: - type: Transform - pos: -96.5,-172.5 + rot: 3.141592653589793 rad + pos: -171.5,56.5 parent: 1 - - uid: 25321 + - uid: 45401 components: - type: Transform - pos: -85.5,-177.5 + rot: 3.141592653589793 rad + pos: -171.5,57.5 parent: 1 - - uid: 25322 + - uid: 45402 components: - type: Transform - pos: -100.5,-174.5 + rot: 3.141592653589793 rad + pos: -171.5,54.5 parent: 1 - - uid: 25324 + - uid: 45403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-154.5 + rot: 3.141592653589793 rad + pos: -171.5,55.5 parent: 1 - - uid: 25325 + - uid: 45404 components: - type: Transform - pos: -88.5,-162.5 + rot: 3.141592653589793 rad + pos: -171.5,52.5 parent: 1 - - uid: 25326 + - uid: 45405 components: - type: Transform - pos: -75.5,-160.5 + rot: 3.141592653589793 rad + pos: -171.5,53.5 parent: 1 - - uid: 25329 + - uid: 45406 components: - type: Transform - pos: -94.5,-179.5 + rot: 3.141592653589793 rad + pos: -170.5,47.5 parent: 1 - - uid: 25333 + - uid: 45407 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-162.5 + pos: -171.5,51.5 parent: 1 - - uid: 25334 + - uid: 45408 components: - type: Transform - pos: -105.5,-177.5 + rot: 3.141592653589793 rad + pos: -183.5,46.5 parent: 1 - - uid: 25335 + - uid: 45409 components: - type: Transform - pos: -89.5,-162.5 + rot: 3.141592653589793 rad + pos: -182.5,46.5 parent: 1 - - uid: 25337 + - uid: 45410 components: - type: Transform - pos: -86.5,-162.5 + rot: 3.141592653589793 rad + pos: -181.5,46.5 parent: 1 - - uid: 25338 + - uid: 45411 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-161.5 + pos: -180.5,46.5 parent: 1 - - uid: 25339 + - uid: 45412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-149.5 + rot: 3.141592653589793 rad + pos: -183.5,24.5 parent: 1 - - uid: 25340 + - uid: 45413 components: - type: Transform - pos: -102.5,-177.5 + rot: 3.141592653589793 rad + pos: -179.5,23.5 parent: 1 - - uid: 25341 + - uid: 45414 components: - type: Transform - pos: -73.5,-173.5 + rot: 3.141592653589793 rad + pos: -179.5,22.5 parent: 1 - - uid: 25343 + - uid: 45415 components: - type: Transform - pos: -84.5,-170.5 + rot: 3.141592653589793 rad + pos: -179.5,30.5 parent: 1 - - uid: 25345 + - uid: 45416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,-169.5 + rot: 3.141592653589793 rad + pos: -179.5,29.5 parent: 1 - - uid: 25346 + - uid: 45417 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-162.5 + pos: -179.5,28.5 parent: 1 - - uid: 25347 + - uid: 45418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-153.5 + rot: 3.141592653589793 rad + pos: -179.5,27.5 parent: 1 - - uid: 25348 + - uid: 45419 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-163.5 + pos: -178.5,30.5 parent: 1 - - uid: 25349 + - uid: 45420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-157.5 + rot: 3.141592653589793 rad + pos: -177.5,30.5 parent: 1 - - uid: 25350 + - uid: 45421 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-168.5 + pos: -176.5,30.5 parent: 1 - - uid: 25351 + - uid: 45422 components: - type: Transform rot: 3.141592653589793 rad - pos: -113.5,-160.5 + pos: -174.5,30.5 parent: 1 - - uid: 25354 + - uid: 45423 components: - type: Transform - pos: -78.5,-177.5 + rot: 3.141592653589793 rad + pos: -173.5,30.5 parent: 1 - - uid: 25355 + - uid: 45424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-149.5 + rot: 3.141592653589793 rad + pos: -172.5,30.5 parent: 1 - - uid: 25356 + - uid: 45425 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-165.5 + pos: -163.5,55.5 parent: 1 - - uid: 25357 + - uid: 45426 components: - type: Transform - pos: -73.5,-172.5 + rot: 3.141592653589793 rad + pos: -163.5,56.5 parent: 1 - - uid: 25358 + - uid: 45427 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-157.5 + pos: -171.5,59.5 parent: 1 - - uid: 25359 + - uid: 45428 components: - type: Transform - pos: -87.5,-162.5 + rot: 3.141592653589793 rad + pos: -185.5,37.5 parent: 1 - - uid: 25360 + - uid: 45429 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-156.5 + pos: -184.5,37.5 parent: 1 - - uid: 25363 + - uid: 45430 components: - type: Transform - pos: -96.5,-166.5 + rot: 3.141592653589793 rad + pos: -183.5,37.5 parent: 1 - - uid: 25365 + - uid: 45431 components: - type: Transform - pos: -77.5,-177.5 + rot: 3.141592653589793 rad + pos: -183.5,36.5 parent: 1 - - uid: 25367 + - uid: 45432 components: - type: Transform - pos: -102.5,-174.5 + rot: 3.141592653589793 rad + pos: -183.5,35.5 parent: 1 - - uid: 25368 + - uid: 45433 components: - type: Transform - pos: -73.5,-160.5 + rot: 3.141592653589793 rad + pos: -183.5,34.5 parent: 1 - - uid: 25370 + - uid: 45434 components: - type: Transform - pos: -73.5,-167.5 + rot: 3.141592653589793 rad + pos: -183.5,33.5 parent: 1 - - uid: 25371 + - uid: 45435 components: - type: Transform - pos: -90.5,-162.5 + rot: 3.141592653589793 rad + pos: -183.5,32.5 parent: 1 - - uid: 25372 + - uid: 45436 components: - type: Transform - pos: -73.5,-174.5 + rot: 3.141592653589793 rad + pos: -183.5,30.5 parent: 1 - - uid: 25373 + - uid: 45437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,-149.5 + rot: 1.5707963267948966 rad + pos: -175.5,61.5 parent: 1 - - uid: 25375 + - uid: 45438 components: - type: Transform - pos: -82.5,-162.5 + rot: 3.141592653589793 rad + pos: -183.5,28.5 parent: 1 - - uid: 25376 + - uid: 45439 components: - type: Transform - pos: -95.5,-158.5 + rot: 3.141592653589793 rad + pos: -183.5,27.5 parent: 1 - - uid: 25377 + - uid: 45440 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-168.5 + pos: -183.5,22.5 parent: 1 - - uid: 25378 + - uid: 45441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-151.5 + rot: 3.141592653589793 rad + pos: -183.5,21.5 parent: 1 - - uid: 25379 + - uid: 45442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -101.5,-169.5 + rot: 3.141592653589793 rad + pos: -171.5,47.5 parent: 1 - - uid: 25380 + - uid: 45443 components: - type: Transform - pos: -79.5,-160.5 + rot: 3.141592653589793 rad + pos: -183.5,57.5 parent: 1 - - uid: 25382 + - uid: 45444 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-160.5 + pos: -183.5,53.5 parent: 1 - - uid: 25383 + - uid: 45445 components: - type: Transform - pos: -73.5,-169.5 + rot: 3.141592653589793 rad + pos: -166.5,55.5 parent: 1 - - uid: 25385 + - uid: 45446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-150.5 + rot: 3.141592653589793 rad + pos: -184.5,50.5 parent: 1 - - uid: 25386 + - uid: 45447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-159.5 + rot: 3.141592653589793 rad + pos: -161.5,56.5 parent: 1 - - uid: 25387 + - uid: 45448 components: - type: Transform - pos: -88.5,-177.5 + rot: 3.141592653589793 rad + pos: -161.5,55.5 parent: 1 - - uid: 25390 + - uid: 45449 components: - type: Transform - pos: -77.5,-160.5 + rot: 3.141592653589793 rad + pos: -161.5,54.5 parent: 1 - - uid: 25392 + - uid: 45450 components: - type: Transform - pos: -106.5,-166.5 + rot: 3.141592653589793 rad + pos: -160.5,54.5 parent: 1 - - uid: 25394 + - uid: 45451 components: - type: Transform - pos: -74.5,-160.5 + rot: 3.141592653589793 rad + pos: -159.5,54.5 parent: 1 - - uid: 25395 + - uid: 45452 components: - type: Transform - pos: -105.5,-178.5 + rot: 3.141592653589793 rad + pos: -158.5,54.5 parent: 1 - - uid: 25396 + - uid: 45453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-159.5 + rot: 3.141592653589793 rad + pos: -157.5,54.5 parent: 1 - - uid: 25400 + - uid: 45454 components: - type: Transform - pos: -83.5,-162.5 + rot: 3.141592653589793 rad + pos: -156.5,54.5 parent: 1 - - uid: 25402 + - uid: 45455 components: - type: Transform - pos: -82.5,-177.5 + rot: 3.141592653589793 rad + pos: -156.5,55.5 parent: 1 - - uid: 25403 + - uid: 45456 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-150.5 + pos: -156.5,56.5 parent: 1 - - uid: 25405 + - uid: 45457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-149.5 + pos: -148.5,56.5 parent: 1 - - uid: 25406 + - uid: 45458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-151.5 + pos: -154.5,51.5 parent: 1 - - uid: 25409 + - uid: 45459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,-159.5 + pos: 99.5,-129.5 parent: 1 - - uid: 25412 + - uid: 45460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-162.5 + rot: 3.141592653589793 rad + pos: -163.5,61.5 parent: 1 - - uid: 25413 + - uid: 45461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-158.5 + rot: 3.141592653589793 rad + pos: -160.5,62.5 parent: 1 - - uid: 25414 + - uid: 45462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-160.5 + rot: 3.141592653589793 rad + pos: -159.5,62.5 parent: 1 - - uid: 25417 + - uid: 45463 components: - type: Transform - pos: -93.5,-162.5 + rot: 3.141592653589793 rad + pos: -166.5,60.5 parent: 1 - - uid: 25418 + - uid: 45464 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-169.5 + pos: -166.5,59.5 parent: 1 - - uid: 25419 + - uid: 45465 components: - type: Transform rot: 3.141592653589793 rad - pos: -107.5,-169.5 + pos: -166.5,58.5 parent: 1 - - uid: 25420 + - uid: 45466 components: - type: Transform - pos: -81.5,-161.5 + rot: 3.141592653589793 rad + pos: -163.5,60.5 parent: 1 - - uid: 25421 + - uid: 45467 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-153.5 + pos: -163.5,59.5 parent: 1 - - uid: 25422 + - uid: 45468 components: - type: Transform - pos: -73.5,-170.5 + rot: 3.141592653589793 rad + pos: -166.5,61.5 parent: 1 - - uid: 25423 + - uid: 45469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-159.5 + rot: 3.141592653589793 rad + pos: -166.5,66.5 parent: 1 - - uid: 25424 + - uid: 45470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -116.5,-149.5 + pos: -130.5,58.5 parent: 1 - - uid: 25426 + - uid: 45471 components: - type: Transform - pos: -102.5,-178.5 + pos: -130.5,57.5 parent: 1 - - uid: 25427 + - uid: 45472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,-149.5 + pos: -130.5,59.5 parent: 1 - - uid: 25429 + - uid: 45473 components: - type: Transform - pos: -102.5,-175.5 + pos: -159.5,69.5 parent: 1 - - uid: 25430 + - uid: 45474 components: - type: Transform rot: -1.5707963267948966 rad - pos: -108.5,-159.5 + pos: -163.5,68.5 parent: 1 - - uid: 25434 + - uid: 45475 components: - type: Transform - pos: -80.5,-177.5 + rot: -1.5707963267948966 rad + pos: -156.5,68.5 parent: 1 - - uid: 25439 + - uid: 45476 components: - type: Transform - pos: -87.5,-177.5 + pos: -192.5,33.5 parent: 1 - - uid: 25441 + - uid: 45477 components: - type: Transform - pos: -95.5,-162.5 + rot: 3.141592653589793 rad + pos: -163.5,67.5 parent: 1 - - uid: 25444 + - uid: 45478 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-166.5 + pos: -162.5,59.5 parent: 1 - - uid: 25445 + - uid: 45479 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,-167.5 + pos: -161.5,59.5 parent: 1 - - uid: 25447 + - uid: 45480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-159.5 + rot: 3.141592653589793 rad + pos: -161.5,60.5 parent: 1 - - uid: 25451 + - uid: 45481 components: - type: Transform rot: 3.141592653589793 rad - pos: -113.5,-168.5 + pos: -161.5,61.5 parent: 1 - - uid: 25453 + - uid: 45482 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-162.5 + pos: -158.5,62.5 parent: 1 - - uid: 25455 + - uid: 45483 components: - type: Transform - pos: -86.5,-177.5 + rot: 3.141592653589793 rad + pos: -157.5,62.5 parent: 1 - - uid: 25456 + - uid: 45484 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-151.5 + pos: -156.5,62.5 parent: 1 - - uid: 25457 + - uid: 45485 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-152.5 + pos: -156.5,61.5 parent: 1 - - uid: 25463 + - uid: 45486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-150.5 + rot: 3.141592653589793 rad + pos: -156.5,60.5 parent: 1 - - uid: 25464 + - uid: 45487 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-161.5 + pos: -155.5,60.5 parent: 1 - - uid: 25465 + - uid: 45488 components: - type: Transform - pos: -78.5,-160.5 + rot: 3.141592653589793 rad + pos: -154.5,60.5 parent: 1 - - uid: 25466 + - uid: 45489 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-159.5 + pos: -154.5,61.5 parent: 1 - - uid: 25469 + - uid: 45490 components: - type: Transform - pos: -75.5,-177.5 + rot: 3.141592653589793 rad + pos: -154.5,62.5 parent: 1 - - uid: 25470 + - uid: 45491 components: - type: Transform - pos: -113.5,-164.5 + rot: 3.141592653589793 rad + pos: -154.5,63.5 parent: 1 - - uid: 25471 + - uid: 45492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,-149.5 + rot: 3.141592653589793 rad + pos: -153.5,64.5 parent: 1 - - uid: 25473 + - uid: 45493 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-155.5 + pos: -152.5,64.5 parent: 1 - - uid: 25474 + - uid: 45494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-149.5 + rot: 3.141592653589793 rad + pos: -151.5,64.5 parent: 1 - - uid: 25475 + - uid: 45495 components: - type: Transform rot: 3.141592653589793 rad - pos: -105.5,-169.5 + pos: -150.5,64.5 parent: 1 - - uid: 25478 + - uid: 45496 components: - type: Transform - pos: -73.5,-177.5 + rot: 3.141592653589793 rad + pos: -149.5,64.5 parent: 1 - - uid: 25479 + - uid: 45497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-156.5 + rot: 3.141592653589793 rad + pos: -149.5,65.5 parent: 1 - - uid: 25481 + - uid: 45498 components: - type: Transform - pos: -76.5,-177.5 + rot: 3.141592653589793 rad + pos: -148.5,65.5 parent: 1 - - uid: 25482 + - uid: 45499 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-163.5 + pos: -147.5,65.5 parent: 1 - - uid: 25483 + - uid: 45500 components: - type: Transform - pos: -113.5,-166.5 + rot: 3.141592653589793 rad + pos: -146.5,65.5 parent: 1 - - uid: 25484 + - uid: 45501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-158.5 + rot: 3.141592653589793 rad + pos: -145.5,65.5 parent: 1 - - uid: 25485 + - uid: 45502 components: - type: Transform rot: 3.141592653589793 rad - pos: -108.5,-169.5 + pos: -144.5,65.5 parent: 1 - - uid: 25486 + - uid: 45503 components: - type: Transform rot: 3.141592653589793 rad - pos: -109.5,-169.5 + pos: -143.5,65.5 parent: 1 - - uid: 25489 + - uid: 45504 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-154.5 + pos: -143.5,64.5 parent: 1 - - uid: 25492 + - uid: 45505 components: - type: Transform - pos: -102.5,-176.5 + rot: 3.141592653589793 rad + pos: -143.5,63.5 parent: 1 - - uid: 25493 + - uid: 45506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-159.5 + rot: 3.141592653589793 rad + pos: -143.5,62.5 parent: 1 - - uid: 25494 + - uid: 45507 components: - type: Transform - pos: -111.5,-150.5 + rot: 3.141592653589793 rad + pos: -143.5,61.5 parent: 1 - - uid: 25495 + - uid: 45508 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-166.5 + pos: -143.5,60.5 parent: 1 - - uid: 25496 + - uid: 45509 components: - type: Transform - pos: -73.5,-168.5 + rot: 3.141592653589793 rad + pos: -142.5,60.5 parent: 1 - - uid: 25497 + - uid: 45510 components: - type: Transform rot: 3.141592653589793 rad - pos: -114.5,-160.5 + pos: -141.5,60.5 parent: 1 - - uid: 25498 + - uid: 45511 components: - type: Transform - pos: -84.5,-162.5 + rot: 3.141592653589793 rad + pos: -140.5,60.5 parent: 1 - - uid: 25500 + - uid: 45512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -100.5,-169.5 + rot: 3.141592653589793 rad + pos: -139.5,60.5 parent: 1 - - uid: 25501 + - uid: 45513 components: - type: Transform - pos: -73.5,-162.5 + rot: 3.141592653589793 rad + pos: -139.5,61.5 parent: 1 - - uid: 25502 + - uid: 45514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,-149.5 + rot: 3.141592653589793 rad + pos: -139.5,62.5 parent: 1 - - uid: 25504 + - uid: 45515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -115.5,-149.5 + rot: 3.141592653589793 rad + pos: -139.5,63.5 parent: 1 - - uid: 25505 + - uid: 45516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,-155.5 + rot: 3.141592653589793 rad + pos: -138.5,63.5 parent: 1 - - uid: 25506 + - uid: 45517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -118.5,-149.5 + rot: 3.141592653589793 rad + pos: -137.5,63.5 parent: 1 - - uid: 25507 + - uid: 45518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -109.5,-149.5 + rot: 3.141592653589793 rad + pos: -136.5,63.5 parent: 1 - - uid: 25508 + - uid: 45519 components: - type: Transform - pos: -98.5,-179.5 + rot: 3.141592653589793 rad + pos: -135.5,63.5 parent: 1 - - uid: 25509 + - uid: 45520 components: - type: Transform - pos: -85.5,-162.5 + rot: 3.141592653589793 rad + pos: -134.5,63.5 parent: 1 - - uid: 25511 + - uid: 45521 components: - type: Transform rot: 3.141592653589793 rad - pos: -117.5,-160.5 + pos: -133.5,63.5 parent: 1 - - uid: 25512 + - uid: 45522 components: - type: Transform rot: 3.141592653589793 rad - pos: -118.5,-159.5 + pos: -131.5,60.5 parent: 1 - - uid: 25514 + - uid: 45523 components: - type: Transform - pos: -99.5,-174.5 + rot: 3.141592653589793 rad + pos: -131.5,56.5 parent: 1 - - uid: 25515 + - uid: 45524 components: - type: Transform - pos: -99.5,-177.5 + rot: 3.141592653589793 rad + pos: -133.5,53.5 parent: 1 - - uid: 25516 + - uid: 45525 components: - type: Transform - pos: -99.5,-176.5 + rot: 3.141592653589793 rad + pos: -134.5,53.5 parent: 1 - - uid: 25517 + - uid: 45526 components: - type: Transform - pos: -99.5,-175.5 + rot: 3.141592653589793 rad + pos: -135.5,53.5 parent: 1 - - uid: 25518 + - uid: 45527 components: - type: Transform - pos: -99.5,-179.5 + rot: 3.141592653589793 rad + pos: -136.5,53.5 parent: 1 - - uid: 25519 + - uid: 45528 components: - type: Transform - pos: -99.5,-178.5 + rot: 3.141592653589793 rad + pos: -137.5,53.5 parent: 1 - - uid: 25525 + - uid: 45529 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,-178.5 + pos: -138.5,53.5 parent: 1 - - uid: 25531 + - uid: 45530 components: - type: Transform - pos: 113.5,-17.5 + rot: 3.141592653589793 rad + pos: -139.5,53.5 parent: 1 - - uid: 25532 + - uid: 45531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,8.5 + rot: 3.141592653589793 rad + pos: -139.5,54.5 parent: 1 - - uid: 25533 + - uid: 45532 components: - type: Transform - pos: 82.5,4.5 + rot: 3.141592653589793 rad + pos: -139.5,55.5 parent: 1 - - uid: 25534 + - uid: 45533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,4.5 + rot: 3.141592653589793 rad + pos: -139.5,56.5 parent: 1 - - uid: 25535 + - uid: 45534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,13.5 + rot: 3.141592653589793 rad + pos: -140.5,56.5 parent: 1 - - uid: 25536 + - uid: 45535 components: - type: Transform - pos: 110.5,8.5 + rot: 3.141592653589793 rad + pos: -141.5,56.5 parent: 1 - - uid: 25537 + - uid: 45536 components: - type: Transform - pos: 113.5,29.5 + rot: 3.141592653589793 rad + pos: -142.5,56.5 parent: 1 - - uid: 25538 + - uid: 45537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 140.5,23.5 + rot: 3.141592653589793 rad + pos: -143.5,56.5 parent: 1 - - uid: 25539 + - uid: 45538 components: - type: Transform - pos: 84.5,-17.5 + rot: 3.141592653589793 rad + pos: -143.5,55.5 parent: 1 - - uid: 25540 + - uid: 45539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 141.5,23.5 + rot: 3.141592653589793 rad + pos: -143.5,54.5 parent: 1 - - uid: 25541 + - uid: 45540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-2.5 + rot: 3.141592653589793 rad + pos: -143.5,53.5 parent: 1 - - uid: 25542 + - uid: 45541 components: - type: Transform - pos: 82.5,-13.5 + rot: 3.141592653589793 rad + pos: -143.5,52.5 parent: 1 - - uid: 25543 + - uid: 45542 components: - type: Transform - pos: 99.5,-17.5 + rot: 3.141592653589793 rad + pos: -143.5,51.5 parent: 1 - - uid: 25544 + - uid: 45543 components: - type: Transform - pos: 88.5,-17.5 + rot: 3.141592653589793 rad + pos: -144.5,51.5 parent: 1 - - uid: 25545 + - uid: 45544 components: - type: Transform - pos: 112.5,-17.5 + rot: 3.141592653589793 rad + pos: -145.5,51.5 parent: 1 - - uid: 25546 + - uid: 45545 components: - type: Transform - pos: 82.5,0.5 + rot: 3.141592653589793 rad + pos: -146.5,51.5 parent: 1 - - uid: 25547 + - uid: 45546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 130.5,23.5 + rot: 3.141592653589793 rad + pos: -147.5,51.5 parent: 1 - - uid: 25548 + - uid: 45547 components: - type: Transform - pos: 82.5,-16.5 + rot: 3.141592653589793 rad + pos: -148.5,51.5 parent: 1 - - uid: 25549 + - uid: 45548 components: - type: Transform - pos: 82.5,-17.5 + rot: 3.141592653589793 rad + pos: -149.5,51.5 parent: 1 - - uid: 25550 + - uid: 45549 components: - type: Transform - pos: 97.5,-17.5 + rot: 3.141592653589793 rad + pos: -149.5,62.5 parent: 1 - - uid: 25551 + - uid: 45550 components: - type: Transform - pos: 83.5,-17.5 + rot: 3.141592653589793 rad + pos: -149.5,60.5 parent: 1 - - uid: 25552 + - uid: 45551 components: - type: Transform - pos: 82.5,-14.5 + pos: -148.5,55.5 parent: 1 - - uid: 25553 + - uid: 45552 components: - type: Transform - pos: 179.5,-78.5 + rot: 3.141592653589793 rad + pos: -159.5,43.5 parent: 1 - - uid: 25554 + - uid: 45553 components: - type: Transform - pos: 82.5,-15.5 + rot: 3.141592653589793 rad + pos: -149.5,61.5 parent: 1 - - uid: 25555 + - uid: 45554 components: - type: Transform - pos: 82.5,-12.5 + rot: 3.141592653589793 rad + pos: -149.5,63.5 parent: 1 - - uid: 25556 + - uid: 45555 components: - type: Transform - pos: 94.5,-17.5 + rot: 3.141592653589793 rad + pos: -143.5,59.5 parent: 1 - - uid: 25557 + - uid: 45556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-12.5 + rot: 3.141592653589793 rad + pos: -143.5,57.5 parent: 1 - - uid: 25558 + - uid: 45557 components: - type: Transform - pos: 82.5,-4.5 + pos: -145.5,56.5 parent: 1 - - uid: 25559 + - uid: 45558 components: - type: Transform - pos: 125.5,-16.5 + pos: -148.5,53.5 parent: 1 - - uid: 25560 + - uid: 45559 components: - type: Transform - pos: 82.5,-10.5 + pos: -152.5,68.5 parent: 1 - - uid: 25561 + - uid: 45560 components: - type: Transform - pos: 82.5,-7.5 + rot: 3.141592653589793 rad + pos: -156.5,57.5 parent: 1 - - uid: 25562 + - uid: 45561 components: - type: Transform - pos: 82.5,3.5 + rot: 3.141592653589793 rad + pos: -156.5,59.5 parent: 1 - - uid: 25563 + - uid: 45562 components: - type: Transform - pos: 85.5,-17.5 + rot: 3.141592653589793 rad + pos: -139.5,59.5 parent: 1 - - uid: 25564 + - uid: 45563 components: - type: Transform - pos: 120.5,-16.5 + rot: 3.141592653589793 rad + pos: -139.5,57.5 parent: 1 - - uid: 25565 + - uid: 45564 components: - type: Transform - pos: 82.5,-1.5 + pos: -35.5,69.5 parent: 1 - - uid: 25566 + - uid: 45565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-3.5 + pos: -35.5,70.5 parent: 1 - - uid: 25567 + - uid: 45566 components: - type: Transform - pos: 82.5,-2.5 + pos: -35.5,71.5 parent: 1 - - uid: 25568 + - uid: 45567 components: - type: Transform - pos: 82.5,-0.5 + pos: -35.5,72.5 parent: 1 - - uid: 25569 + - uid: 45568 components: - type: Transform - pos: 82.5,-5.5 + pos: -31.5,72.5 parent: 1 - - uid: 25570 + - uid: 45569 components: - type: Transform - pos: 82.5,-9.5 + pos: -31.5,71.5 parent: 1 - - uid: 25571 + - uid: 45570 components: - type: Transform - pos: 82.5,-11.5 + pos: -31.5,70.5 parent: 1 - - uid: 25572 + - uid: 45571 components: - type: Transform - pos: 108.5,-17.5 + pos: -31.5,69.5 parent: 1 - - uid: 25573 + - uid: 45572 components: - type: Transform - pos: 90.5,-17.5 + pos: -35.5,73.5 parent: 1 - - uid: 25574 + - uid: 45573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-6.5 + pos: -34.5,73.5 parent: 1 - - uid: 25575 + - uid: 45574 components: - type: Transform - pos: 104.5,-17.5 + pos: -33.5,73.5 parent: 1 - - uid: 25576 + - uid: 45575 components: - type: Transform - pos: 100.5,-17.5 + pos: -32.5,73.5 parent: 1 - - uid: 25577 + - uid: 45576 components: - type: Transform - pos: 82.5,2.5 + pos: -31.5,73.5 parent: 1 - - uid: 25578 + - uid: 45577 components: - type: Transform - pos: 82.5,-6.5 + pos: -34.5,69.5 parent: 1 - - uid: 25579 + - uid: 45578 components: - type: Transform - pos: 82.5,-8.5 + pos: -32.5,69.5 parent: 1 - - uid: 25580 + - uid: 45579 components: - type: Transform - pos: 82.5,-3.5 + pos: 149.5,-195.5 parent: 1 - - uid: 25581 + - uid: 45580 components: - type: Transform - pos: 82.5,5.5 + rot: 3.141592653589793 rad + pos: -163.5,43.5 parent: 1 - - uid: 25582 + - uid: 45581 components: - type: Transform - pos: 82.5,1.5 + rot: 3.141592653589793 rad + pos: -160.5,43.5 parent: 1 - - uid: 25583 + - uid: 45582 components: - type: Transform - pos: 82.5,6.5 + rot: 1.5707963267948966 rad + pos: -175.5,60.5 parent: 1 - - uid: 25584 + - uid: 45583 components: - type: Transform - pos: 98.5,-17.5 + rot: 1.5707963267948966 rad + pos: -175.5,64.5 parent: 1 - - uid: 25585 + - uid: 45584 components: - type: Transform rot: 1.5707963267948966 rad - pos: 144.5,7.5 + pos: -175.5,65.5 parent: 1 - - uid: 25586 + - uid: 45585 components: - type: Transform - pos: 82.5,7.5 + rot: 1.5707963267948966 rad + pos: -177.5,65.5 parent: 1 - - uid: 25587 + - uid: 45586 components: - type: Transform - pos: 82.5,8.5 + rot: 1.5707963267948966 rad + pos: -178.5,65.5 parent: 1 - - uid: 25588 + - uid: 45587 components: - type: Transform - pos: 82.5,9.5 + rot: 1.5707963267948966 rad + pos: -178.5,61.5 parent: 1 - - uid: 25589 + - uid: 45588 components: - type: Transform - pos: 82.5,10.5 + rot: 1.5707963267948966 rad + pos: -176.5,65.5 parent: 1 - - uid: 25590 + - uid: 45589 components: - type: Transform - pos: 82.5,11.5 + rot: 1.5707963267948966 rad + pos: -178.5,64.5 parent: 1 - - uid: 25591 + - uid: 45590 components: - type: Transform - pos: 82.5,12.5 + rot: 1.5707963267948966 rad + pos: -178.5,60.5 parent: 1 - - uid: 25592 + - uid: 45591 components: - type: Transform - pos: 82.5,13.5 + rot: 1.5707963267948966 rad + pos: -178.5,63.5 parent: 1 - - uid: 25593 + - uid: 45592 components: - type: Transform - pos: 82.5,14.5 + pos: -155.5,51.5 parent: 1 - - uid: 25594 + - uid: 45593 components: - type: Transform - pos: 82.5,15.5 + rot: 3.141592653589793 rad + pos: -180.5,40.5 parent: 1 - - uid: 25595 + - uid: 45594 components: - type: Transform - pos: 82.5,16.5 + rot: 3.141592653589793 rad + pos: -179.5,43.5 parent: 1 - - uid: 25596 + - uid: 45595 components: - type: Transform - pos: 82.5,17.5 + rot: 3.141592653589793 rad + pos: -184.5,43.5 parent: 1 - - uid: 25597 + - uid: 45596 components: - type: Transform - pos: 82.5,18.5 + rot: 3.141592653589793 rad + pos: -178.5,44.5 parent: 1 - - uid: 25598 + - uid: 45597 components: - type: Transform - pos: 82.5,19.5 + rot: 3.141592653589793 rad + pos: -181.5,37.5 parent: 1 - - uid: 25599 + - uid: 45598 components: - type: Transform - pos: 82.5,20.5 + rot: 3.141592653589793 rad + pos: -178.5,43.5 parent: 1 - - uid: 25600 + - uid: 45599 components: - type: Transform - pos: 82.5,21.5 + pos: -190.5,24.5 parent: 1 - - uid: 25601 + - uid: 45600 components: - type: Transform - pos: 82.5,22.5 + pos: -189.5,30.5 parent: 1 - - uid: 25602 + - uid: 45601 components: - type: Transform - pos: 82.5,23.5 + pos: -191.5,35.5 parent: 1 - - uid: 25603 + - uid: 45602 components: - type: Transform - pos: 83.5,23.5 + pos: -189.5,29.5 parent: 1 - - uid: 25604 + - uid: 45603 components: - type: Transform - pos: 89.5,-17.5 + pos: -191.5,36.5 parent: 1 - - uid: 25605 + - uid: 45604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-8.5 + pos: -162.5,62.5 parent: 1 - - uid: 25606 + - uid: 45605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-13.5 + pos: -166.5,62.5 parent: 1 - - uid: 25607 + - uid: 45606 components: - type: Transform rot: 1.5707963267948966 rad - pos: 144.5,-7.5 + pos: -132.5,60.5 parent: 1 - - uid: 25608 + - uid: 45607 components: - type: Transform - pos: 101.5,-17.5 + pos: -189.5,60.5 parent: 1 - - uid: 25609 + - uid: 45608 components: - type: Transform - pos: 92.5,-17.5 + pos: -163.5,62.5 parent: 1 - - uid: 25610 + - uid: 45609 components: - type: Transform - pos: 95.5,-17.5 + rot: -1.5707963267948966 rad + pos: -166.5,68.5 parent: 1 - - uid: 25611 + - uid: 45610 components: - type: Transform - pos: 86.5,-17.5 + pos: -193.5,50.5 parent: 1 - - uid: 25612 + - uid: 45611 components: - type: Transform - pos: 87.5,-17.5 + rot: 3.141592653589793 rad + pos: -181.5,44.5 parent: 1 - - uid: 25613 + - uid: 45612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-11.5 + rot: 3.141592653589793 rad + pos: -181.5,45.5 parent: 1 - - uid: 25614 + - uid: 45613 components: - type: Transform - pos: 107.5,-17.5 + rot: 3.141592653589793 rad + pos: -182.5,43.5 parent: 1 - - uid: 25615 + - uid: 45614 components: - type: Transform - pos: 106.5,-17.5 + pos: -192.5,40.5 parent: 1 - - uid: 25616 + - uid: 45615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-15.5 + pos: -171.5,66.5 parent: 1 - - uid: 25617 + - uid: 45616 components: - type: Transform - pos: 105.5,-17.5 + rot: 3.141592653589793 rad + pos: -181.5,43.5 parent: 1 - - uid: 25618 + - uid: 45617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,9.5 + rot: 3.141592653589793 rad + pos: -185.5,43.5 parent: 1 - - uid: 25619 + - uid: 45618 components: - type: Transform - pos: 102.5,-17.5 + pos: -193.5,48.5 parent: 1 - - uid: 25620 + - uid: 45619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-10.5 + pos: -170.5,66.5 parent: 1 - - uid: 25621 + - uid: 45620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-4.5 + pos: -172.5,66.5 parent: 1 - - uid: 25622 + - uid: 45621 components: - type: Transform - pos: 109.5,-17.5 + rot: 3.141592653589793 rad + pos: -187.5,43.5 parent: 1 - - uid: 25623 + - uid: 45622 components: - type: Transform - pos: 114.5,-17.5 + pos: -193.5,40.5 parent: 1 - - uid: 25624 + - uid: 45623 components: - type: Transform - pos: 103.5,-17.5 + pos: -193.5,49.5 parent: 1 - - uid: 25625 + - uid: 45624 components: - type: Transform - pos: 93.5,-17.5 + rot: 3.141592653589793 rad + pos: -186.5,46.5 parent: 1 - - uid: 25626 + - uid: 45625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 133.5,23.5 + rot: 3.141592653589793 rad + pos: -187.5,46.5 parent: 1 - - uid: 25627 + - uid: 45626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,22.5 + rot: 3.141592653589793 rad + pos: -187.5,45.5 parent: 1 - - uid: 25628 + - uid: 45627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,20.5 + pos: -191.5,39.5 parent: 1 - - uid: 25629 + - uid: 45628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 143.5,23.5 + rot: 3.141592653589793 rad + pos: -179.5,39.5 parent: 1 - - uid: 25630 + - uid: 45629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,6.5 + rot: 3.141592653589793 rad + pos: -187.5,44.5 parent: 1 - - uid: 25631 + - uid: 45630 components: - type: Transform - pos: 126.5,-16.5 + pos: -173.5,65.5 parent: 1 - - uid: 25632 + - uid: 45631 components: - type: Transform - pos: 114.5,-18.5 + pos: -172.5,65.5 parent: 1 - - uid: 25633 + - uid: 45632 components: - type: Transform - pos: 126.5,-19.5 + pos: -174.5,65.5 parent: 1 - - uid: 25634 + - uid: 45633 components: - type: Transform - pos: 126.5,-18.5 + pos: -191.5,38.5 parent: 1 - - uid: 25635 + - uid: 45634 components: - type: Transform - pos: 126.5,-17.5 + pos: -190.5,41.5 parent: 1 - - uid: 25636 + - uid: 45635 components: - type: Transform - pos: 114.5,-19.5 + pos: -193.5,41.5 parent: 1 - - uid: 25637 + - uid: 45636 components: - type: Transform - pos: 116.5,-19.5 + pos: -193.5,42.5 parent: 1 - - uid: 25638 + - uid: 45637 components: - type: Transform - pos: 115.5,-19.5 + pos: -193.5,43.5 parent: 1 - - uid: 25639 + - uid: 45638 components: - type: Transform - pos: 120.5,-19.5 + pos: -193.5,44.5 parent: 1 - - uid: 25640 + - uid: 45639 components: - type: Transform - pos: 119.5,-19.5 + pos: -193.5,45.5 parent: 1 - - uid: 25641 + - uid: 45640 components: - type: Transform - pos: 127.5,-17.5 + pos: -193.5,46.5 parent: 1 - - uid: 25642 + - uid: 45641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,3.5 + pos: -193.5,47.5 parent: 1 - - uid: 25643 + - uid: 45642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,2.5 + pos: -192.5,44.5 parent: 1 - - uid: 25644 + - uid: 45643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,0.5 + pos: -191.5,44.5 parent: 1 - - uid: 25645 + - uid: 45644 components: - type: Transform - pos: 128.5,-17.5 + pos: -190.5,44.5 parent: 1 - - uid: 25646 + - uid: 45645 components: - type: Transform - pos: 129.5,-17.5 + pos: -190.5,43.5 parent: 1 - - uid: 25647 + - uid: 45646 components: - type: Transform - pos: 130.5,-17.5 + pos: -190.5,46.5 parent: 1 - - uid: 25648 + - uid: 45647 components: - type: Transform - pos: 131.5,-17.5 + pos: -190.5,47.5 parent: 1 - - uid: 25649 + - uid: 45648 components: - type: Transform - pos: 132.5,-17.5 + pos: -190.5,48.5 parent: 1 - - uid: 25650 + - uid: 45649 components: - type: Transform - pos: 133.5,-17.5 + pos: -191.5,47.5 parent: 1 - - uid: 25651 + - uid: 45650 components: - type: Transform - pos: 134.5,-17.5 + pos: -192.5,47.5 parent: 1 - - uid: 25652 + - uid: 45651 components: - type: Transform - pos: 135.5,-17.5 + pos: -193.5,51.5 parent: 1 - - uid: 25653 + - uid: 45652 components: - type: Transform - pos: 136.5,-17.5 + pos: -193.5,52.5 parent: 1 - - uid: 25654 + - uid: 45653 components: - type: Transform - pos: 137.5,-17.5 + pos: -193.5,53.5 parent: 1 - - uid: 25655 + - uid: 45654 components: - type: Transform - pos: 138.5,-17.5 + pos: -193.5,54.5 parent: 1 - - uid: 25656 + - uid: 45655 components: - type: Transform - pos: 139.5,-17.5 + pos: -193.5,55.5 parent: 1 - - uid: 25657 + - uid: 45656 components: - type: Transform - pos: 140.5,-17.5 + pos: -192.5,51.5 parent: 1 - - uid: 25658 + - uid: 45657 components: - type: Transform - pos: 141.5,-17.5 + pos: -191.5,51.5 parent: 1 - - uid: 25659 + - uid: 45658 components: - type: Transform - pos: 142.5,-17.5 + pos: -190.5,51.5 parent: 1 - - uid: 25660 + - uid: 45659 components: - type: Transform - pos: 143.5,-17.5 + pos: -190.5,50.5 parent: 1 - - uid: 25661 + - uid: 45660 components: - type: Transform - pos: 144.5,-17.5 + pos: -190.5,53.5 parent: 1 - - uid: 25662 + - uid: 45661 components: - type: Transform - pos: 125.5,-19.5 + pos: -190.5,54.5 parent: 1 - - uid: 25663 + - uid: 45662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,1.5 + pos: -190.5,55.5 parent: 1 - - uid: 25664 + - uid: 45663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,12.5 + pos: -191.5,55.5 parent: 1 - - uid: 25665 + - uid: 45664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,15.5 + pos: -192.5,55.5 parent: 1 - - uid: 25666 + - uid: 45665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,18.5 + pos: -190.5,56.5 parent: 1 - - uid: 25667 + - uid: 45666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,5.5 + pos: -190.5,57.5 parent: 1 - - uid: 25668 + - uid: 45667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-1.5 + pos: -186.5,53.5 parent: 1 - - uid: 25669 + - uid: 45668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,-0.5 + pos: -187.5,53.5 parent: 1 - - uid: 25670 + - uid: 45669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,11.5 + pos: -189.5,53.5 parent: 1 - - uid: 25671 + - uid: 45670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,17.5 + pos: -185.5,53.5 parent: 1 - - uid: 25672 + - uid: 45671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,21.5 + pos: -187.5,52.5 parent: 1 - - uid: 25673 + - uid: 45672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,10.5 + pos: -186.5,52.5 parent: 1 - - uid: 25674 + - uid: 45673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 136.5,23.5 + pos: -185.5,52.5 parent: 1 - - uid: 25675 + - uid: 45674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,16.5 + pos: -187.5,51.5 parent: 1 - - uid: 25676 + - uid: 45675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 134.5,23.5 + pos: -187.5,49.5 parent: 1 - - uid: 25677 + - uid: 45676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,19.5 + pos: -187.5,48.5 parent: 1 - - uid: 25678 + - uid: 45677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 144.5,23.5 + pos: -186.5,49.5 parent: 1 - - uid: 25679 + - uid: 45678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 138.5,23.5 + pos: -185.5,49.5 parent: 1 - - uid: 25680 + - uid: 45679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 132.5,23.5 + pos: -178.5,34.5 parent: 1 - - uid: 25681 + - uid: 45680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 131.5,23.5 + pos: -177.5,34.5 parent: 1 - - uid: 25682 + - uid: 45681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 128.5,23.5 + pos: -175.5,34.5 parent: 1 - - uid: 25683 + - uid: 45682 components: - type: Transform - pos: 113.5,28.5 + pos: -191.5,24.5 parent: 1 - - uid: 25684 + - uid: 45683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 118.5,23.5 + pos: -192.5,24.5 parent: 1 - - uid: 25685 + - uid: 45684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 117.5,23.5 + pos: -185.5,23.5 parent: 1 - - uid: 25686 + - uid: 45685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 116.5,23.5 + pos: -187.5,36.5 parent: 1 - - uid: 25687 + - uid: 45686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 115.5,23.5 + pos: -187.5,34.5 parent: 1 - - uid: 25688 + - uid: 45687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 114.5,23.5 + pos: -187.5,35.5 parent: 1 - - uid: 25689 + - uid: 45688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 113.5,23.5 + pos: -191.5,34.5 parent: 1 - - uid: 25690 + - uid: 45689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 112.5,23.5 + pos: -189.5,28.5 parent: 1 - - uid: 25691 + - uid: 45690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 111.5,23.5 + pos: -189.5,27.5 parent: 1 - - uid: 25692 + - uid: 45691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 110.5,23.5 + pos: -188.5,27.5 parent: 1 - - uid: 25693 + - uid: 45692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 109.5,23.5 + pos: -187.5,27.5 parent: 1 - - uid: 25694 + - uid: 45693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 108.5,23.5 + pos: -186.5,27.5 parent: 1 - - uid: 25695 + - uid: 45694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 107.5,23.5 + pos: -185.5,27.5 parent: 1 - - uid: 25696 + - uid: 45695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 106.5,23.5 + pos: -184.5,27.5 parent: 1 - - uid: 25697 + - uid: 45696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,23.5 + pos: -189.5,31.5 parent: 1 - - uid: 25698 + - uid: 45697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,23.5 + pos: -190.5,31.5 parent: 1 - - uid: 25699 + - uid: 45698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,23.5 + pos: -191.5,31.5 parent: 1 - - uid: 25700 + - uid: 45699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,23.5 + pos: -192.5,31.5 parent: 1 - - uid: 25701 + - uid: 45700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,23.5 + pos: -193.5,31.5 parent: 1 - - uid: 25702 + - uid: 45701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,23.5 + pos: -194.5,31.5 parent: 1 - - uid: 25703 + - uid: 45702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,23.5 + pos: -195.5,31.5 parent: 1 - - uid: 25704 + - uid: 45703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,23.5 + pos: -196.5,31.5 parent: 1 - - uid: 25705 + - uid: 45704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,23.5 + pos: -190.5,23.5 parent: 1 - - uid: 25706 + - uid: 45705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,23.5 + pos: -189.5,23.5 parent: 1 - - uid: 25707 + - uid: 45706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,23.5 + pos: -193.5,24.5 parent: 1 - - uid: 25708 + - uid: 45707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,23.5 + pos: -194.5,24.5 parent: 1 - - uid: 25709 + - uid: 45708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,23.5 + pos: -195.5,24.5 parent: 1 - - uid: 25710 + - uid: 45709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,23.5 + pos: -196.5,24.5 parent: 1 - - uid: 25711 + - uid: 45710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,23.5 + pos: -175.5,62.5 parent: 1 - - uid: 25712 + - uid: 45711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,23.5 + pos: -183.5,29.5 parent: 1 - - uid: 25713 + - uid: 45712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,23.5 + pos: -134.5,62.5 parent: 1 - - uid: 25714 + - uid: 45713 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,23.5 + pos: -185.5,64.5 parent: 1 - - uid: 25715 + - uid: 45714 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,23.5 + pos: -185.5,65.5 parent: 1 - - uid: 25716 + - uid: 45715 components: - type: Transform rot: 1.5707963267948966 rad - pos: 86.5,23.5 + pos: -185.5,63.5 parent: 1 - - uid: 25717 + - uid: 45716 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,23.5 + pos: -185.5,62.5 parent: 1 - - uid: 25718 + - uid: 45717 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,23.5 + pos: -185.5,61.5 parent: 1 - - uid: 25719 + - uid: 45718 components: - type: Transform - pos: 113.5,24.5 + rot: 1.5707963267948966 rad + pos: -185.5,60.5 parent: 1 - - uid: 25720 + - uid: 45719 components: - type: Transform - pos: 119.5,2.5 + rot: 1.5707963267948966 rad + pos: -185.5,59.5 parent: 1 - - uid: 25721 + - uid: 45720 components: - type: Transform - pos: 110.5,17.5 + rot: 1.5707963267948966 rad + pos: -184.5,59.5 parent: 1 - - uid: 25722 + - uid: 45721 components: - type: Transform - pos: 110.5,5.5 + pos: -174.5,39.5 parent: 1 - - uid: 25723 + - uid: 45722 components: - type: Transform - pos: 119.5,4.5 + pos: -190.5,58.5 parent: 1 - - uid: 25724 + - uid: 45723 components: - type: Transform - pos: 110.5,4.5 + rot: 1.5707963267948966 rad + pos: -133.5,62.5 parent: 1 - - uid: 25725 + - uid: 45724 components: - type: Transform - pos: 119.5,3.5 + pos: -160.5,69.5 parent: 1 - - uid: 25726 + - uid: 45725 components: - type: Transform - pos: 110.5,16.5 + pos: -190.5,60.5 parent: 1 - - uid: 25727 + - uid: 45726 components: - type: Transform - pos: 110.5,3.5 + pos: -187.5,60.5 parent: 1 - - uid: 25728 + - uid: 45727 components: - type: Transform - pos: 110.5,9.5 + pos: -188.5,60.5 parent: 1 - - uid: 25729 + - uid: 45728 components: - type: Transform - pos: 110.5,15.5 + pos: -167.5,63.5 parent: 1 - - uid: 25730 + - uid: 45729 components: - type: Transform - pos: 116.5,2.5 + pos: -167.5,62.5 parent: 1 - - uid: 25731 + - uid: 45730 components: - type: Transform - pos: 110.5,11.5 + pos: -167.5,65.5 parent: 1 - - uid: 25732 + - uid: 45731 components: - type: Transform - pos: 110.5,12.5 + pos: -167.5,54.5 parent: 1 - - uid: 25733 + - uid: 45732 components: - type: Transform - pos: 110.5,13.5 + pos: -167.5,52.5 parent: 1 - - uid: 25734 + - uid: 45733 components: - type: Transform - pos: 110.5,10.5 + rot: -1.5707963267948966 rad + pos: -163.5,64.5 parent: 1 - - uid: 25735 + - uid: 45734 components: - type: Transform - pos: 99.5,5.5 + rot: -1.5707963267948966 rad + pos: -152.5,65.5 parent: 1 - - uid: 25736 + - uid: 45735 components: - type: Transform - pos: 110.5,6.5 + pos: -190.5,59.5 parent: 1 - - uid: 25737 + - uid: 45736 components: - type: Transform - pos: 115.5,2.5 + pos: -170.5,38.5 parent: 1 - - uid: 25738 + - uid: 45737 components: - type: Transform - pos: 117.5,2.5 + rot: -1.5707963267948966 rad + pos: -160.5,73.5 parent: 1 - - uid: 25739 + - uid: 45738 components: - type: Transform - pos: 110.5,14.5 + pos: -172.5,37.5 parent: 1 - - uid: 25740 + - uid: 45739 components: - type: Transform - pos: 113.5,2.5 + pos: -167.5,48.5 parent: 1 - - uid: 25741 + - uid: 45740 components: - type: Transform - pos: 110.5,7.5 + pos: -175.5,43.5 parent: 1 - - uid: 25742 + - uid: 45741 components: - type: Transform - pos: 112.5,2.5 + pos: -172.5,39.5 parent: 1 - - uid: 25743 + - uid: 45742 components: - type: Transform - pos: 99.5,7.5 + pos: -167.5,53.5 parent: 1 - - uid: 25744 + - uid: 45743 components: - type: Transform - pos: 110.5,2.5 + pos: -170.5,37.5 parent: 1 - - uid: 25745 + - uid: 45744 components: - type: Transform - pos: 114.5,2.5 + pos: -158.5,69.5 parent: 1 - - uid: 25746 + - uid: 45745 components: - type: Transform - pos: 99.5,6.5 + pos: -161.5,69.5 parent: 1 - - uid: 25747 + - uid: 45746 components: - type: Transform - pos: 118.5,2.5 + pos: -162.5,68.5 parent: 1 - - uid: 25748 + - uid: 45747 components: - type: Transform - pos: 113.5,9.5 + pos: -170.5,36.5 parent: 1 - - uid: 25749 + - uid: 45748 components: - type: Transform - pos: 114.5,9.5 + rot: 3.141592653589793 rad + pos: -151.5,60.5 parent: 1 - - uid: 25750 + - uid: 45749 components: - type: Transform - pos: 115.5,9.5 + rot: 1.5707963267948966 rad + pos: -136.5,60.5 parent: 1 - - uid: 25751 + - uid: 45750 components: - type: Transform - pos: 111.5,9.5 + pos: -168.5,66.5 parent: 1 - - uid: 25752 + - uid: 45751 components: - type: Transform - pos: 115.5,8.5 + pos: -169.5,66.5 parent: 1 - - uid: 25753 + - uid: 45752 components: - type: Transform - pos: 115.5,7.5 + pos: -155.5,52.5 parent: 1 - - uid: 25754 + - uid: 45753 components: - type: Transform - pos: 115.5,6.5 + pos: -132.5,53.5 parent: 1 - - uid: 25755 + - uid: 45754 components: - type: Transform - pos: 116.5,6.5 + pos: -170.5,39.5 parent: 1 - - uid: 25756 + - uid: 45755 components: - type: Transform - pos: 117.5,6.5 + rot: -1.5707963267948966 rad + pos: -163.5,63.5 parent: 1 - - uid: 25757 + - uid: 45756 components: - type: Transform - pos: 118.5,6.5 + rot: 3.141592653589793 rad + pos: -165.5,43.5 parent: 1 - - uid: 25758 + - uid: 45757 components: - type: Transform - pos: 99.5,9.5 + rot: 3.141592653589793 rad + pos: -159.5,52.5 parent: 1 - - uid: 25759 + - uid: 45758 components: - type: Transform - pos: 99.5,2.5 + rot: 3.141592653589793 rad + pos: -160.5,52.5 parent: 1 - - uid: 25760 + - uid: 45759 components: - type: Transform - pos: 99.5,3.5 + rot: 3.141592653589793 rad + pos: -160.5,53.5 parent: 1 - - uid: 25761 + - uid: 45760 components: - type: Transform - pos: 98.5,9.5 + pos: 172.5,-182.5 parent: 1 - - uid: 25762 + - uid: 45761 components: - type: Transform - pos: 97.5,9.5 + pos: 170.5,-182.5 parent: 1 - - uid: 25763 + - uid: 45762 components: - type: Transform - pos: 96.5,9.5 + pos: 171.5,-182.5 parent: 1 - - uid: 25764 + - uid: 45763 components: - type: Transform - pos: 95.5,9.5 + pos: -155.5,53.5 parent: 1 - - uid: 25765 + - uid: 45764 components: - type: Transform - pos: 94.5,9.5 + pos: -162.5,69.5 parent: 1 - - uid: 25766 + - uid: 45765 components: - type: Transform - pos: 93.5,9.5 + pos: -173.5,39.5 parent: 1 - - uid: 25767 + - uid: 45766 components: - type: Transform - pos: 92.5,9.5 + pos: -172.5,43.5 parent: 1 - - uid: 25768 + - uid: 45767 components: - type: Transform - pos: 91.5,9.5 + pos: -130.5,60.5 parent: 1 - - uid: 25769 + - uid: 45768 components: - type: Transform - pos: 90.5,9.5 + pos: -138.5,62.5 parent: 1 - - uid: 25770 + - uid: 45769 components: - type: Transform - pos: 87.5,9.5 + pos: -170.5,35.5 parent: 1 - - uid: 25771 + - uid: 45770 components: - type: Transform - pos: 88.5,9.5 + pos: -173.5,46.5 parent: 1 - - uid: 25772 + - uid: 45771 components: - type: Transform - pos: 89.5,9.5 + rot: -1.5707963267948966 rad + pos: -156.5,63.5 parent: 1 - - uid: 25773 + - uid: 45772 components: - type: Transform - pos: 87.5,8.5 + rot: -1.5707963267948966 rad + pos: -172.5,22.5 parent: 1 - - uid: 25774 + - uid: 45773 components: - type: Transform - pos: 87.5,7.5 + rot: -1.5707963267948966 rad + pos: -160.5,71.5 parent: 1 - - uid: 25775 + - uid: 45774 components: - type: Transform - pos: 87.5,6.5 + rot: -1.5707963267948966 rad + pos: -178.5,21.5 parent: 1 - - uid: 25776 + - uid: 45775 components: - type: Transform - pos: 87.5,5.5 + rot: -1.5707963267948966 rad + pos: -160.5,72.5 parent: 1 - - uid: 25777 + - uid: 45776 components: - type: Transform - pos: 87.5,4.5 + rot: -1.5707963267948966 rad + pos: -155.5,68.5 parent: 1 - - uid: 25778 + - uid: 45777 components: - type: Transform - pos: 87.5,3.5 + rot: -1.5707963267948966 rad + pos: -156.5,69.5 parent: 1 - - uid: 25779 + - uid: 45778 components: - type: Transform - pos: 87.5,2.5 + rot: -1.5707963267948966 rad + pos: -155.5,63.5 parent: 1 - - uid: 25780 + - uid: 45779 components: - type: Transform - pos: 88.5,2.5 + rot: -1.5707963267948966 rad + pos: -160.5,70.5 parent: 1 - - uid: 25781 + - uid: 45780 components: - type: Transform - pos: 89.5,2.5 + rot: -1.5707963267948966 rad + pos: -152.5,66.5 parent: 1 - - uid: 25782 + - uid: 45781 components: - type: Transform - pos: 90.5,2.5 + rot: -1.5707963267948966 rad + pos: -155.5,67.5 parent: 1 - - uid: 25783 + - uid: 45782 components: - type: Transform - pos: 91.5,2.5 + rot: 3.141592653589793 rad + pos: -155.5,74.5 parent: 1 - - uid: 25784 + - uid: 45783 components: - type: Transform - pos: 92.5,2.5 + rot: 3.141592653589793 rad + pos: -160.5,74.5 parent: 1 - - uid: 25785 + - uid: 45784 components: - type: Transform - pos: 93.5,2.5 + rot: 3.141592653589793 rad + pos: -154.5,74.5 parent: 1 - - uid: 25786 + - uid: 45785 components: - type: Transform - pos: 93.5,5.5 + rot: 3.141592653589793 rad + pos: -154.5,73.5 parent: 1 - - uid: 25787 + - uid: 45786 components: - type: Transform - pos: 95.5,5.5 + rot: 3.141592653589793 rad + pos: -154.5,72.5 parent: 1 - - uid: 25788 + - uid: 45787 components: - type: Transform - pos: 93.5,4.5 + rot: 3.141592653589793 rad + pos: -154.5,71.5 parent: 1 - - uid: 25789 + - uid: 45788 components: - type: Transform - pos: 93.5,3.5 + rot: 3.141592653589793 rad + pos: -159.5,74.5 parent: 1 - - uid: 25790 + - uid: 45789 components: - type: Transform - pos: 93.5,8.5 + rot: 3.141592653589793 rad + pos: -158.5,74.5 parent: 1 - - uid: 25791 + - uid: 45790 components: - type: Transform - pos: 93.5,6.5 + rot: 3.141592653589793 rad + pos: -157.5,74.5 parent: 1 - - uid: 25792 + - uid: 45791 components: - type: Transform - pos: 90.5,5.5 + rot: 3.141592653589793 rad + pos: -156.5,74.5 parent: 1 - - uid: 25793 + - uid: 45792 components: - type: Transform - pos: 91.5,5.5 + rot: 3.141592653589793 rad + pos: -156.5,73.5 parent: 1 - - uid: 25794 + - uid: 45793 components: - type: Transform - pos: 92.5,5.5 + rot: 3.141592653589793 rad + pos: -156.5,71.5 parent: 1 - - uid: 25795 + - uid: 45794 components: - type: Transform - pos: 113.5,30.5 + rot: 3.141592653589793 rad + pos: -156.5,70.5 parent: 1 - - uid: 25796 + - uid: 45795 components: - type: Transform - pos: 113.5,26.5 + rot: 3.141592653589793 rad + pos: -155.5,70.5 parent: 1 - - uid: 25797 + - uid: 45796 components: - type: Transform - pos: 113.5,31.5 + rot: 3.141592653589793 rad + pos: -154.5,70.5 parent: 1 - - uid: 25798 + - uid: 45797 components: - type: Transform - pos: 113.5,35.5 + rot: -1.5707963267948966 rad + pos: -152.5,67.5 parent: 1 - - uid: 25799 + - uid: 45798 components: - type: Transform - pos: 113.5,32.5 + rot: -1.5707963267948966 rad + pos: -154.5,68.5 parent: 1 - - uid: 25800 + - uid: 45799 components: - type: Transform - pos: 113.5,33.5 + rot: -1.5707963267948966 rad + pos: -153.5,68.5 parent: 1 - - uid: 25801 + - uid: 45800 components: - type: Transform - pos: 113.5,34.5 + rot: 3.141592653589793 rad + pos: -159.5,49.5 parent: 1 - - uid: 25802 + - uid: 45801 components: - type: Transform - pos: 113.5,36.5 + rot: 3.141592653589793 rad + pos: -159.5,48.5 parent: 1 - - uid: 25803 + - uid: 45802 components: - type: Transform - pos: 113.5,37.5 + rot: 3.141592653589793 rad + pos: -159.5,50.5 parent: 1 - - uid: 25804 + - uid: 45803 components: - type: Transform - pos: 113.5,38.5 + rot: 3.141592653589793 rad + pos: -159.5,47.5 parent: 1 - - uid: 25805 + - uid: 45804 components: - type: Transform - pos: 113.5,39.5 + rot: 3.141592653589793 rad + pos: -166.5,45.5 parent: 1 - - uid: 25806 + - uid: 45805 components: - type: Transform - pos: 113.5,40.5 + rot: 3.141592653589793 rad + pos: -164.5,43.5 parent: 1 - - uid: 25807 + - uid: 45806 components: - type: Transform - pos: 113.5,41.5 + rot: 3.141592653589793 rad + pos: -166.5,43.5 parent: 1 - - uid: 25808 + - uid: 45807 components: - type: Transform - pos: 113.5,42.5 + rot: 3.141592653589793 rad + pos: -166.5,44.5 parent: 1 - - uid: 25809 + - uid: 45808 components: - type: Transform - pos: 113.5,43.5 + pos: -150.5,56.5 parent: 1 - - uid: 25810 + - uid: 45809 components: - type: Transform - pos: 113.5,44.5 + pos: -153.5,51.5 parent: 1 - - uid: 25811 +- proto: WallReinforcedRust + entities: + - uid: 45810 components: - type: Transform - pos: 114.5,44.5 + pos: 99.5,27.5 parent: 1 - - uid: 25812 + - uid: 45811 components: - type: Transform - pos: 115.5,44.5 + rot: 3.141592653589793 rad + pos: 136.5,28.5 parent: 1 - - uid: 25813 + - uid: 45812 components: - type: Transform - pos: 116.5,44.5 + pos: -88.5,-160.5 parent: 1 - - uid: 25814 + - uid: 45813 components: - type: Transform - pos: 117.5,44.5 + rot: 1.5707963267948966 rad + pos: -110.5,-164.5 parent: 1 - - uid: 25815 + - uid: 45814 components: - type: Transform - pos: 118.5,44.5 + pos: -95.5,-173.5 parent: 1 - - uid: 25816 + - uid: 45815 components: - type: Transform - pos: 119.5,44.5 + pos: -96.5,-168.5 parent: 1 - - uid: 25817 + - uid: 45816 components: - type: Transform - pos: 120.5,44.5 + rot: 3.141592653589793 rad + pos: 135.5,28.5 parent: 1 - - uid: 25818 + - uid: 45817 components: - type: Transform - pos: 121.5,44.5 + pos: -94.5,-175.5 parent: 1 - - uid: 25819 + - uid: 45818 components: - type: Transform - pos: 122.5,44.5 + pos: -97.5,-169.5 parent: 1 - - uid: 25820 + - uid: 45819 components: - type: Transform - pos: 123.5,44.5 + pos: -96.5,-169.5 parent: 1 - - uid: 25821 + - uid: 45820 components: - type: Transform - pos: 124.5,44.5 + pos: -96.5,-163.5 parent: 1 - - uid: 25822 + - uid: 45821 components: - type: Transform - pos: 125.5,44.5 + pos: -92.5,-177.5 parent: 1 - - uid: 25823 + - uid: 45822 components: - type: Transform - pos: 126.5,44.5 + pos: -94.5,-177.5 parent: 1 - - uid: 25824 + - uid: 45823 components: - type: Transform - pos: 127.5,44.5 + pos: -84.5,-169.5 parent: 1 - - uid: 25825 + - uid: 45824 components: - type: Transform - pos: 128.5,44.5 + pos: -97.5,-173.5 parent: 1 - - uid: 25826 + - uid: 45825 components: - type: Transform - pos: 129.5,44.5 + rot: 3.141592653589793 rad + pos: -101.5,-178.5 parent: 1 - - uid: 25827 + - uid: 45826 components: - type: Transform - pos: 130.5,44.5 + pos: -83.5,-177.5 parent: 1 - - uid: 25828 + - uid: 45827 components: - type: Transform - pos: 131.5,44.5 + pos: -91.5,-177.5 parent: 1 - - uid: 25829 + - uid: 45828 components: - type: Transform - pos: 132.5,44.5 + pos: -96.5,-164.5 parent: 1 - - uid: 25830 + - uid: 45829 components: - type: Transform - pos: 133.5,44.5 + rot: 3.141592653589793 rad + pos: -86.5,-182.5 parent: 1 - - uid: 25831 + - uid: 45830 components: - type: Transform - pos: 133.5,43.5 + pos: -90.5,-177.5 parent: 1 - - uid: 25832 + - uid: 45831 components: - type: Transform - pos: 133.5,42.5 + rot: 3.141592653589793 rad + pos: -100.5,-178.5 parent: 1 - - uid: 25833 + - uid: 45832 components: - type: Transform - pos: 133.5,41.5 + rot: 3.141592653589793 rad + pos: -89.5,-182.5 parent: 1 - - uid: 25834 + - uid: 45833 components: - type: Transform - pos: 133.5,40.5 + pos: -85.5,-169.5 parent: 1 - - uid: 25835 + - uid: 45834 components: - type: Transform - pos: 133.5,39.5 + rot: 3.141592653589793 rad + pos: -87.5,-182.5 parent: 1 - - uid: 25836 + - uid: 45835 components: - type: Transform - pos: 133.5,38.5 + pos: -94.5,-174.5 parent: 1 - - uid: 25837 + - uid: 45836 components: - type: Transform - pos: 133.5,37.5 + rot: 3.141592653589793 rad + pos: -88.5,-182.5 parent: 1 - - uid: 25838 + - uid: 45837 components: - type: Transform - pos: 133.5,36.5 + pos: -94.5,-178.5 parent: 1 - - uid: 25839 + - uid: 45838 components: - type: Transform - pos: 133.5,35.5 + pos: -99.5,-173.5 parent: 1 - - uid: 25840 + - uid: 45839 components: - type: Transform - pos: 133.5,34.5 + pos: 84.5,19.5 parent: 1 - - uid: 25841 + - uid: 45840 components: - type: Transform - pos: 133.5,33.5 + pos: 83.5,13.5 parent: 1 - - uid: 25842 + - uid: 45841 components: - type: Transform - pos: 133.5,32.5 + rot: -1.5707963267948966 rad + pos: 83.5,12.5 parent: 1 - - uid: 25843 + - uid: 45842 components: - type: Transform - pos: 133.5,31.5 + pos: 84.5,17.5 parent: 1 - - uid: 25844 + - uid: 45843 components: - type: Transform - pos: 133.5,30.5 + pos: 84.5,18.5 parent: 1 - - uid: 25845 + - uid: 45844 components: - type: Transform - pos: 133.5,29.5 + pos: 84.5,20.5 parent: 1 - - uid: 25846 + - uid: 45845 components: - type: Transform - pos: 133.5,28.5 + pos: 84.5,21.5 parent: 1 - - uid: 25847 + - uid: 45846 components: - type: Transform - pos: 133.5,27.5 + pos: 83.5,16.5 parent: 1 - - uid: 25848 + - uid: 45847 components: - type: Transform - pos: 133.5,26.5 + pos: 83.5,17.5 parent: 1 - - uid: 25849 + - uid: 45848 components: - type: Transform - pos: 133.5,25.5 + pos: 83.5,15.5 parent: 1 - - uid: 25850 + - uid: 45849 components: - type: Transform - pos: 133.5,24.5 + pos: 83.5,14.5 parent: 1 - - uid: 25851 + - uid: 45850 components: - type: Transform - pos: 164.5,-65.5 + pos: 102.5,28.5 parent: 1 - - uid: 25852 + - uid: 45851 components: - type: Transform - pos: 183.5,-78.5 + pos: 101.5,28.5 parent: 1 - - uid: 25853 + - uid: 45852 components: - type: Transform - pos: 175.5,-78.5 + pos: 104.5,28.5 parent: 1 - - uid: 25854 + - uid: 45853 components: - type: Transform - pos: 162.5,-65.5 + pos: 103.5,28.5 parent: 1 - - uid: 25855 + - uid: 45854 components: - type: Transform - pos: 176.5,-78.5 + pos: 106.5,28.5 parent: 1 - - uid: 25856 + - uid: 45855 components: - type: Transform - pos: 159.5,-65.5 + pos: 105.5,28.5 parent: 1 - - uid: 25857 + - uid: 45856 components: - type: Transform - pos: 185.5,-78.5 + pos: 108.5,28.5 parent: 1 - - uid: 25858 + - uid: 45857 components: - type: Transform - pos: 161.5,-65.5 + pos: 107.5,28.5 parent: 1 - - uid: 25859 + - uid: 45858 components: - type: Transform - pos: 184.5,-78.5 + pos: 109.5,28.5 parent: 1 - - uid: 25860 + - uid: 45859 components: - type: Transform - pos: 158.5,-80.5 + pos: 112.5,28.5 parent: 1 - - uid: 25861 + - uid: 45860 components: - type: Transform - pos: 160.5,-80.5 + rot: 3.141592653589793 rad + pos: 134.5,28.5 parent: 1 - - uid: 25862 + - uid: 45861 components: - type: Transform - pos: 178.5,-78.5 + pos: 110.5,28.5 parent: 1 - - uid: 25863 + - uid: 45862 components: - type: Transform - pos: 156.5,-74.5 + pos: 111.5,28.5 parent: 1 - - uid: 25864 + - uid: 45863 components: - type: Transform - pos: 157.5,-65.5 + pos: 86.5,22.5 parent: 1 - - uid: 25865 + - uid: 45864 components: - type: Transform - pos: 158.5,-65.5 + pos: 118.5,3.5 parent: 1 - - uid: 25866 + - uid: 45865 components: - type: Transform - pos: 156.5,-65.5 + pos: -173.5,-135.5 parent: 1 - - uid: 25867 + - uid: 45866 components: - type: Transform - pos: 165.5,-65.5 + pos: -172.5,-135.5 parent: 1 - - uid: 25868 + - uid: 45867 components: - type: Transform - pos: 166.5,-65.5 + rot: 1.5707963267948966 rad + pos: 144.5,14.5 parent: 1 - - uid: 25869 + - uid: 45868 components: - type: Transform - pos: 167.5,-65.5 + rot: 1.5707963267948966 rad + pos: 142.5,23.5 parent: 1 - - uid: 25870 + - uid: 45869 components: - type: Transform - pos: 168.5,-65.5 + pos: 111.5,-17.5 parent: 1 - - uid: 25871 + - uid: 45870 components: - type: Transform - pos: 169.5,-65.5 + pos: 163.5,-65.5 parent: 1 - - uid: 25872 + - uid: 45871 components: - type: Transform - pos: 170.5,-65.5 + pos: 96.5,-17.5 parent: 1 - - uid: 25873 + - uid: 45872 components: - type: Transform - pos: 171.5,-65.5 + rot: 1.5707963267948966 rad + pos: 144.5,-9.5 parent: 1 - - uid: 25874 + - uid: 45873 components: - type: Transform - pos: 175.5,-65.5 + rot: 1.5707963267948966 rad + pos: 144.5,-14.5 parent: 1 - - uid: 25875 + - uid: 45874 components: - type: Transform - pos: 176.5,-65.5 + rot: 1.5707963267948966 rad + pos: 144.5,-5.5 parent: 1 - - uid: 25876 + - uid: 45875 components: - type: Transform - pos: 177.5,-65.5 + pos: 111.5,2.5 parent: 1 - - uid: 25877 + - uid: 45876 components: - type: Transform - pos: 178.5,-65.5 + pos: 177.5,-78.5 parent: 1 - - uid: 25878 + - uid: 45877 components: - type: Transform - pos: 179.5,-65.5 + pos: 57.5,169.5 parent: 1 - - uid: 25879 + - uid: 45878 components: - type: Transform - pos: 180.5,-65.5 + rot: -1.5707963267948966 rad + pos: -96.5,-152.5 parent: 1 - - uid: 25880 + - uid: 45879 components: - type: Transform - pos: 181.5,-65.5 + pos: 91.5,-17.5 parent: 1 - - uid: 25881 + - uid: 45880 components: - type: Transform - pos: 182.5,-65.5 + rot: 1.5707963267948966 rad + pos: 144.5,-16.5 parent: 1 - - uid: 25882 + - uid: 45881 components: - type: Transform - pos: 183.5,-65.5 + rot: 1.5707963267948966 rad + pos: -171.5,-129.5 parent: 1 - - uid: 25883 + - uid: 45882 components: - type: Transform - pos: 184.5,-65.5 + pos: -172.5,-130.5 parent: 1 - - uid: 25884 + - uid: 45883 components: - type: Transform - pos: 185.5,-65.5 + pos: 110.5,-17.5 parent: 1 - - uid: 25885 + - uid: 45884 components: - type: Transform - pos: 186.5,-65.5 + rot: 1.5707963267948966 rad + pos: 139.5,23.5 parent: 1 - - uid: 25886 + - uid: 45885 components: - type: Transform - pos: 186.5,-66.5 + pos: -164.5,-127.5 parent: 1 - - uid: 25887 + - uid: 45886 components: - type: Transform - pos: 186.5,-67.5 + pos: -198.5,-120.5 parent: 1 - - uid: 25888 + - uid: 45887 components: - type: Transform - pos: 186.5,-68.5 + pos: 156.5,-78.5 parent: 1 - - uid: 25889 + - uid: 45888 components: - type: Transform - pos: 186.5,-69.5 + pos: -177.5,-135.5 parent: 1 - - uid: 25890 + - uid: 45889 components: - type: Transform - pos: 186.5,-70.5 + rot: 1.5707963267948966 rad + pos: -171.5,-128.5 parent: 1 - - uid: 25891 + - uid: 45890 components: - type: Transform - pos: 186.5,-71.5 + pos: -190.5,-141.5 parent: 1 - - uid: 25892 + - uid: 45891 components: - type: Transform - pos: 186.5,-72.5 + pos: -159.5,-99.5 parent: 1 - - uid: 25893 + - uid: 45892 components: - type: Transform - pos: 186.5,-73.5 + pos: -198.5,-125.5 parent: 1 - - uid: 25894 + - uid: 45893 components: - type: Transform - pos: 186.5,-74.5 + rot: -1.5707963267948966 rad + pos: -97.5,-159.5 parent: 1 - - uid: 25895 + - uid: 45894 components: - type: Transform - pos: 186.5,-75.5 + pos: -198.5,-114.5 parent: 1 - - uid: 25896 + - uid: 45895 components: - type: Transform - pos: 186.5,-76.5 + pos: 160.5,-65.5 parent: 1 - - uid: 25897 + - uid: 45896 components: - type: Transform - pos: 186.5,-77.5 + pos: -188.5,-141.5 parent: 1 - - uid: 25898 + - uid: 45897 components: - type: Transform - pos: 186.5,-78.5 + pos: -194.5,-96.5 parent: 1 - - uid: 25899 + - uid: 45898 components: - type: Transform - pos: 186.5,-79.5 + pos: -193.5,-96.5 parent: 1 - - uid: 25900 + - uid: 45899 components: - type: Transform - pos: 179.5,-76.5 + pos: -198.5,-139.5 parent: 1 - - uid: 25901 + - uid: 45900 components: - type: Transform - pos: 179.5,-77.5 + pos: -191.5,-141.5 parent: 1 - - uid: 25902 + - uid: 45901 components: - type: Transform - pos: 179.5,-74.5 + pos: -198.5,-122.5 parent: 1 - - uid: 25903 + - uid: 45902 components: - type: Transform - pos: 179.5,-75.5 + pos: -193.5,-141.5 parent: 1 - - uid: 25904 + - uid: 45903 components: - type: Transform - pos: 179.5,-72.5 + pos: -192.5,-141.5 parent: 1 - - uid: 25905 + - uid: 45904 components: - type: Transform - pos: 182.5,-78.5 + pos: -198.5,-113.5 parent: 1 - - uid: 25906 + - uid: 45905 components: - type: Transform - pos: 172.5,-72.5 + rot: 1.5707963267948966 rad + pos: 137.5,23.5 parent: 1 - - uid: 25907 + - uid: 45906 components: - type: Transform - pos: 170.5,-72.5 + pos: -172.5,-134.5 parent: 1 - - uid: 25908 + - uid: 45907 components: - type: Transform - pos: 180.5,-72.5 + rot: 3.141592653589793 rad + pos: -105.5,-170.5 parent: 1 - - uid: 25909 + - uid: 45908 components: - type: Transform - pos: 181.5,-72.5 + pos: -198.5,-124.5 parent: 1 - - uid: 25910 + - uid: 45909 components: - type: Transform - pos: 174.5,-78.5 + pos: -187.5,-140.5 parent: 1 - - uid: 25911 + - uid: 45910 components: - type: Transform - pos: 173.5,-78.5 + pos: -185.5,-96.5 parent: 1 - - uid: 25912 + - uid: 45911 components: - type: Transform - pos: 172.5,-78.5 + pos: -194.5,-140.5 parent: 1 - - uid: 25913 + - uid: 45912 components: - type: Transform - pos: 171.5,-78.5 + pos: -193.5,-140.5 parent: 1 - - uid: 25914 + - uid: 45913 components: - type: Transform - pos: 170.5,-78.5 + pos: -186.5,-140.5 parent: 1 - - uid: 25915 + - uid: 45914 components: - type: Transform - pos: 169.5,-78.5 + pos: -188.5,-140.5 parent: 1 - - uid: 25916 + - uid: 45915 components: - type: Transform - pos: 168.5,-78.5 + pos: -195.5,-140.5 parent: 1 - - uid: 25917 + - uid: 45916 components: - type: Transform - pos: 167.5,-78.5 + rot: 1.5707963267948966 rad + pos: -172.5,-128.5 parent: 1 - - uid: 25918 + - uid: 45917 components: - type: Transform - pos: 166.5,-78.5 + pos: -172.5,-131.5 parent: 1 - - uid: 25919 + - uid: 45918 components: - type: Transform - pos: 165.5,-78.5 + pos: -185.5,-141.5 parent: 1 - - uid: 25920 + - uid: 45919 components: - type: Transform - pos: 164.5,-78.5 + rot: -1.5707963267948966 rad + pos: -110.5,-156.5 parent: 1 - - uid: 25921 + - uid: 45920 components: - type: Transform - pos: 163.5,-78.5 + pos: -192.5,-140.5 parent: 1 - - uid: 25922 + - uid: 45921 components: - type: Transform - pos: 162.5,-78.5 + pos: -198.5,-129.5 parent: 1 - - uid: 25923 + - uid: 45922 components: - type: Transform - pos: 161.5,-78.5 + pos: -184.5,-140.5 parent: 1 - - uid: 25924 + - uid: 45923 components: - type: Transform - pos: 157.5,-78.5 + pos: -185.5,-140.5 parent: 1 - - uid: 25925 + - uid: 45924 components: - type: Transform - pos: 158.5,-78.5 + pos: -184.5,-141.5 parent: 1 - - uid: 25926 + - uid: 45925 components: - type: Transform - pos: 158.5,-79.5 + pos: -172.5,-133.5 parent: 1 - - uid: 25927 + - uid: 45926 components: - type: Transform - pos: 160.5,-78.5 + pos: -171.5,-134.5 parent: 1 - - uid: 25928 + - uid: 45927 components: - type: Transform - pos: 160.5,-79.5 + rot: 1.5707963267948966 rad + pos: -105.5,-173.5 parent: 1 - - uid: 25929 + - uid: 45928 components: - type: Transform - pos: 165.5,-74.5 + pos: -171.5,-130.5 parent: 1 - - uid: 25930 + - uid: 45929 components: - type: Transform - pos: 161.5,-74.5 + pos: -172.5,-132.5 parent: 1 - - uid: 25931 + - uid: 45930 components: - type: Transform - pos: 161.5,-75.5 + pos: -198.5,-132.5 parent: 1 - - uid: 25932 + - uid: 45931 components: - type: Transform - pos: 160.5,-74.5 + pos: -73.5,-175.5 parent: 1 - - uid: 25933 + - uid: 45932 components: - type: Transform - pos: 161.5,-76.5 + pos: -198.5,-130.5 parent: 1 - - uid: 25934 + - uid: 45933 components: - type: Transform - pos: 185.5,-72.5 + pos: -187.5,-141.5 parent: 1 - - uid: 25935 + - uid: 45934 components: - type: Transform - pos: 184.5,-72.5 + pos: -189.5,-140.5 parent: 1 - - uid: 25936 + - uid: 45935 components: - type: Transform - pos: 182.5,-72.5 + pos: -189.5,-141.5 parent: 1 - - uid: 25937 + - uid: 45936 components: - type: Transform - pos: 179.5,-70.5 + pos: -190.5,-140.5 parent: 1 - - uid: 25938 + - uid: 45937 components: - type: Transform - pos: 179.5,-69.5 + pos: -198.5,-121.5 parent: 1 - - uid: 25939 + - uid: 45938 components: - type: Transform - pos: 179.5,-68.5 + pos: -197.5,-141.5 parent: 1 - - uid: 25940 + - uid: 45939 components: - type: Transform - pos: 179.5,-67.5 + pos: -194.5,-141.5 parent: 1 - - uid: 25941 + - uid: 45940 components: - type: Transform - pos: 179.5,-66.5 + pos: -154.5,-105.5 parent: 1 - - uid: 25942 + - uid: 45941 components: - type: Transform - pos: 178.5,-72.5 + pos: -198.5,-133.5 parent: 1 - - uid: 25943 + - uid: 45942 components: - type: Transform - pos: 175.5,-72.5 + pos: -197.5,-140.5 parent: 1 - - uid: 25944 + - uid: 45943 components: - type: Transform - pos: 174.5,-72.5 + pos: -196.5,-141.5 parent: 1 - - uid: 25945 + - uid: 45944 components: - type: Transform - pos: 175.5,-73.5 + pos: -198.5,-123.5 parent: 1 - - uid: 25946 + - uid: 45945 components: - type: Transform - pos: 175.5,-77.5 + pos: -198.5,-116.5 parent: 1 - - uid: 25947 + - uid: 45946 components: - type: Transform - pos: 166.5,-72.5 + pos: -198.5,-127.5 parent: 1 - - uid: 25948 + - uid: 45947 components: - type: Transform - pos: 165.5,-72.5 + pos: -195.5,-141.5 parent: 1 - - uid: 25949 + - uid: 45948 components: - type: Transform - pos: 165.5,-66.5 + pos: -198.5,-135.5 parent: 1 - - uid: 25950 + - uid: 45949 components: - type: Transform - pos: 165.5,-67.5 + pos: -195.5,-96.5 parent: 1 - - uid: 25951 + - uid: 45950 components: - type: Transform - pos: 165.5,-68.5 + pos: -198.5,-141.5 parent: 1 - - uid: 25952 + - uid: 45951 components: - type: Transform - pos: 161.5,-77.5 + pos: -198.5,-119.5 parent: 1 - - uid: 25953 + - uid: 45952 components: - type: Transform - pos: 158.5,-74.5 + pos: -198.5,-136.5 parent: 1 - - uid: 25954 + - uid: 45953 components: - type: Transform - pos: 155.5,-65.5 + pos: -198.5,-137.5 parent: 1 - - uid: 25955 + - uid: 45954 components: - type: Transform - pos: 155.5,-66.5 + pos: -198.5,-128.5 parent: 1 - - uid: 25956 + - uid: 45955 components: - type: Transform - pos: 155.5,-67.5 + pos: -198.5,-115.5 parent: 1 - - uid: 25957 + - uid: 45956 components: - type: Transform - pos: 155.5,-68.5 + pos: -197.5,-96.5 parent: 1 - - uid: 25958 + - uid: 45957 components: - type: Transform - pos: 155.5,-69.5 + pos: -198.5,-138.5 parent: 1 - - uid: 25959 + - uid: 45958 components: - type: Transform - pos: 155.5,-70.5 + pos: -171.5,-132.5 parent: 1 - - uid: 25960 + - uid: 45959 components: - type: Transform - pos: 155.5,-71.5 + pos: -198.5,-140.5 parent: 1 - - uid: 25961 + - uid: 45960 components: - type: Transform - pos: 155.5,-72.5 + pos: -159.5,-101.5 parent: 1 - - uid: 25962 + - uid: 45961 components: - type: Transform - pos: 155.5,-73.5 + pos: -198.5,-112.5 parent: 1 - - uid: 25963 + - uid: 45962 components: - type: Transform - pos: 155.5,-74.5 + pos: -198.5,-131.5 parent: 1 - - uid: 25964 + - uid: 45963 components: - type: Transform - pos: 155.5,-75.5 + pos: -178.5,-135.5 parent: 1 - - uid: 25965 + - uid: 45964 components: - type: Transform - pos: 155.5,-76.5 + pos: -171.5,-131.5 parent: 1 - - uid: 25966 + - uid: 45965 components: - type: Transform - pos: 155.5,-77.5 + pos: -160.5,-99.5 parent: 1 - - uid: 25967 + - uid: 45966 components: - type: Transform - pos: 155.5,-78.5 + pos: -198.5,-117.5 parent: 1 - - uid: 25968 + - uid: 45967 components: - type: Transform - pos: 56.5,175.5 + pos: -171.5,-133.5 parent: 1 - - uid: 25969 + - uid: 45968 components: - type: Transform - pos: 61.5,169.5 + pos: -176.5,-135.5 parent: 1 - - uid: 25970 + - uid: 45969 components: - type: Transform - pos: 64.5,171.5 + pos: -198.5,-134.5 parent: 1 - - uid: 25971 + - uid: 45970 components: - type: Transform - pos: 64.5,173.5 + pos: -154.5,-115.5 parent: 1 - - uid: 25972 + - uid: 45971 components: - type: Transform - pos: 64.5,175.5 + pos: -196.5,-140.5 parent: 1 - - uid: 25973 + - uid: 45972 components: - type: Transform - pos: 64.5,172.5 + pos: -155.5,-101.5 parent: 1 - - uid: 25974 + - uid: 45973 components: - type: Transform - pos: 64.5,174.5 + pos: -187.5,-96.5 parent: 1 - - uid: 25975 + - uid: 45974 components: - type: Transform - pos: 64.5,170.5 + pos: -154.5,-102.5 parent: 1 - - uid: 25976 + - uid: 45975 components: - type: Transform - pos: 64.5,169.5 + pos: -154.5,-107.5 parent: 1 - - uid: 25977 + - uid: 45976 components: - type: Transform - pos: 56.5,174.5 + pos: -198.5,-96.5 parent: 1 - - uid: 25978 + - uid: 45977 components: - type: Transform - pos: 56.5,172.5 + pos: -191.5,-140.5 parent: 1 - - uid: 25979 + - uid: 45978 components: - type: Transform - pos: 56.5,170.5 + pos: -198.5,-118.5 parent: 1 - - uid: 25980 + - uid: 45979 components: - type: Transform - pos: 56.5,171.5 + pos: -198.5,-126.5 parent: 1 - - uid: 25981 + - uid: 45980 components: - type: Transform - pos: 56.5,169.5 + pos: -186.5,-141.5 parent: 1 - - uid: 25982 + - uid: 45981 components: - type: Transform - pos: 60.5,169.5 + pos: -186.5,-96.5 parent: 1 - - uid: 25983 + - uid: 45982 components: - type: Transform - pos: 56.5,173.5 + pos: -91.5,-162.5 parent: 1 - - uid: 25984 + - uid: 45983 components: - type: Transform - pos: 58.5,169.5 + pos: -181.5,-140.5 parent: 1 - - uid: 25985 + - uid: 45984 components: - type: Transform - pos: 59.5,175.5 + pos: -156.5,-101.5 parent: 1 - - uid: 25986 + - uid: 45985 components: - type: Transform - pos: 61.5,175.5 + pos: -163.5,-127.5 parent: 1 - - uid: 25987 + - uid: 45986 components: - type: Transform - pos: 60.5,175.5 + pos: -154.5,-113.5 parent: 1 - - uid: 25988 + - uid: 45987 components: - type: Transform - pos: 57.5,175.5 + pos: -154.5,-101.5 parent: 1 - - uid: 25989 + - uid: 45988 components: - type: Transform - pos: 62.5,175.5 + pos: -165.5,-128.5 parent: 1 - - uid: 25990 + - uid: 45989 components: - type: Transform - pos: 58.5,175.5 + pos: -160.5,-127.5 parent: 1 - - uid: 25991 + - uid: 45990 components: - type: Transform - pos: 63.5,175.5 + pos: -164.5,-128.5 parent: 1 - - uid: 25992 + - uid: 45991 components: - type: Transform - pos: 63.5,169.5 + pos: -154.5,-104.5 parent: 1 - - uid: 25993 + - uid: 45992 components: - type: Transform - pos: 62.5,169.5 + pos: -154.5,-106.5 parent: 1 - - uid: 25994 + - uid: 45993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 171.5,-72.5 + pos: -154.5,-109.5 parent: 1 - - uid: 25995 + - uid: 45994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 183.5,-72.5 + pos: -188.5,-96.5 parent: 1 - - uid: 25996 + - uid: 45995 components: - type: Transform - pos: 156.5,-79.5 + pos: -189.5,-96.5 parent: 1 - - uid: 25997 + - uid: 45996 components: - type: Transform - pos: 174.5,-65.5 + pos: -190.5,-96.5 parent: 1 - - uid: 25998 + - uid: 45997 components: - type: Transform - pos: 172.5,-65.5 + pos: -157.5,-101.5 parent: 1 - - uid: 25999 + - uid: 45998 components: - type: Transform - pos: 197.5,214.5 + pos: -161.5,-127.5 parent: 1 - - uid: 26000 + - uid: 45999 components: - type: Transform - pos: 199.5,211.5 + rot: 1.5707963267948966 rad + pos: -170.5,-128.5 parent: 1 - - uid: 26001 + - uid: 46000 components: - type: Transform - pos: 192.5,201.5 + rot: 1.5707963267948966 rad + pos: -172.5,-129.5 parent: 1 - - uid: 26002 + - uid: 46001 components: - type: Transform - pos: 193.5,201.5 + pos: -154.5,-110.5 parent: 1 - - uid: 26003 + - uid: 46002 components: - type: Transform - pos: 194.5,201.5 + pos: -184.5,-96.5 parent: 1 - - uid: 26004 + - uid: 46003 components: - type: Transform - pos: 195.5,201.5 + pos: -154.5,-112.5 parent: 1 - - uid: 26005 + - uid: 46004 components: - type: Transform - pos: 198.5,210.5 + pos: -192.5,-96.5 parent: 1 - - uid: 26006 + - uid: 46005 components: - type: Transform - pos: 199.5,210.5 + pos: -183.5,-140.5 parent: 1 - - uid: 26007 + - uid: 46006 components: - type: Transform - pos: 199.5,209.5 + pos: -154.5,-111.5 parent: 1 - - uid: 26008 + - uid: 46007 components: - type: Transform - pos: 199.5,206.5 + rot: 3.141592653589793 rad + pos: -110.5,-169.5 parent: 1 - - uid: 26009 + - uid: 46008 components: - type: Transform - pos: 199.5,205.5 + pos: -158.5,-101.5 parent: 1 - - uid: 26010 + - uid: 46009 components: - type: Transform - pos: 199.5,203.5 + pos: -191.5,-96.5 parent: 1 - - uid: 26011 + - uid: 46010 components: - type: Transform - pos: 198.5,214.5 + pos: -164.5,-129.5 parent: 1 - - uid: 26012 + - uid: 46011 components: - type: Transform - pos: 194.5,211.5 + pos: -181.5,-139.5 parent: 1 - - uid: 26013 + - uid: 46012 components: - type: Transform - pos: 199.5,202.5 + pos: -165.5,-129.5 parent: 1 - - uid: 26014 + - uid: 46013 components: - type: Transform - pos: 199.5,214.5 + pos: -159.5,-100.5 parent: 1 - - uid: 26015 + - uid: 46014 components: - type: Transform - pos: 199.5,213.5 + pos: -182.5,-140.5 parent: 1 - - uid: 27487 + - uid: 46015 components: - type: Transform - pos: -92.5,-160.5 + pos: -196.5,-96.5 parent: 1 - - uid: 41199 + - uid: 46016 components: - type: Transform - pos: -93.5,-151.5 + pos: -154.5,-103.5 parent: 1 - - uid: 41301 + - uid: 46017 components: - type: Transform - pos: -113.5,-162.5 + pos: -154.5,-108.5 parent: 1 - - uid: 49658 + - uid: 46018 components: - type: Transform - pos: -174.5,-135.5 + pos: -167.5,-129.5 parent: 1 - - uid: 49659 + - uid: 46019 components: - type: Transform - pos: -175.5,-135.5 + pos: -167.5,-128.5 parent: 1 - - uid: 49662 + - uid: 46020 components: - type: Transform - pos: -182.5,-92.5 + pos: -166.5,-128.5 parent: 1 - - uid: 55265 + - uid: 46021 components: - type: Transform - pos: -183.5,-92.5 + pos: -154.5,-114.5 parent: 1 - - uid: 55271 + - uid: 46022 components: - type: Transform - pos: -183.5,-96.5 + rot: -1.5707963267948966 rad + pos: -96.5,-153.5 parent: 1 - - uid: 55276 + - uid: 46023 components: - type: Transform - pos: -183.5,-95.5 + pos: -181.5,-141.5 parent: 1 - - uid: 55297 + - uid: 46024 components: - type: Transform - pos: -183.5,-94.5 + rot: 1.5707963267948966 rad + pos: -168.5,-129.5 parent: 1 - - uid: 55299 + - uid: 46025 components: - type: Transform - pos: -183.5,-93.5 + rot: 1.5707963267948966 rad + pos: -168.5,-128.5 parent: 1 - - uid: 55316 + - uid: 46026 components: - type: Transform - pos: -158.5,-128.5 + rot: 1.5707963267948966 rad + pos: -169.5,-129.5 parent: 1 - - uid: 55326 + - uid: 46027 components: - type: Transform - pos: -152.5,-119.5 + rot: 1.5707963267948966 rad + pos: -169.5,-128.5 parent: 1 - - uid: 55327 + - uid: 46028 components: - type: Transform - pos: -158.5,-127.5 + rot: 1.5707963267948966 rad + pos: -170.5,-129.5 parent: 1 - - uid: 55336 + - uid: 46029 components: - type: Transform - pos: -152.5,-117.5 + pos: -166.5,-129.5 parent: 1 - - uid: 55338 + - uid: 46030 components: - type: Transform - pos: -151.5,-125.5 + pos: -162.5,-127.5 parent: 1 - - uid: 55339 + - uid: 46031 components: - type: Transform - pos: -151.5,-123.5 + pos: -153.5,-116.5 parent: 1 - - uid: 55342 + - uid: 46032 components: - type: Transform - pos: -159.5,-127.5 + pos: -154.5,-116.5 parent: 1 - - uid: 55343 + - uid: 46033 components: - type: Transform - pos: -151.5,-129.5 + pos: -73.5,-171.5 parent: 1 - - uid: 55346 + - uid: 46034 components: - type: Transform - pos: -152.5,-121.5 + pos: -182.5,-141.5 parent: 1 - - uid: 55349 + - uid: 46035 components: - type: Transform - pos: -151.5,-128.5 + pos: -81.5,-160.5 parent: 1 - - uid: 55352 + - uid: 46036 components: - type: Transform - pos: -154.5,-129.5 + rot: -1.5707963267948966 rad + pos: -96.5,-159.5 parent: 1 - - uid: 55353 + - uid: 46037 components: - type: Transform - pos: -152.5,-118.5 + pos: -180.5,-135.5 parent: 1 - - uid: 55354 + - uid: 46038 components: - type: Transform - pos: -156.5,-129.5 + pos: -105.5,-174.5 parent: 1 - - uid: 55356 + - uid: 46039 components: - type: Transform - pos: -151.5,-124.5 + pos: -89.5,-177.5 parent: 1 - - uid: 55364 + - uid: 46040 components: - type: Transform - pos: -151.5,-126.5 + pos: -96.5,-179.5 parent: 1 - - uid: 55424 + - uid: 46041 components: - type: Transform - pos: -157.5,-129.5 + pos: -84.5,-177.5 parent: 1 - - uid: 55428 + - uid: 46042 components: - type: Transform - pos: -158.5,-129.5 + pos: -93.5,-177.5 parent: 1 - - uid: 55455 + - uid: 46043 components: - type: Transform - pos: -152.5,-122.5 + pos: -73.5,-161.5 parent: 1 - - uid: 55457 + - uid: 46044 components: - type: Transform - pos: -151.5,-122.5 + rot: 3.141592653589793 rad + pos: -110.5,-160.5 parent: 1 - - uid: 55472 + - uid: 46045 components: - type: Transform - pos: -152.5,-129.5 + pos: -183.5,-141.5 parent: 1 - - uid: 55475 + - uid: 46046 components: - type: Transform - pos: -152.5,-120.5 + rot: 3.141592653589793 rad + pos: -118.5,-158.5 parent: 1 - - uid: 55481 + - uid: 46047 components: - type: Transform - pos: -151.5,-127.5 + rot: -1.5707963267948966 rad + pos: -109.5,-159.5 parent: 1 - - uid: 55484 + - uid: 46048 components: - type: Transform - pos: -152.5,-116.5 + rot: -1.5707963267948966 rad + pos: -102.5,-160.5 parent: 1 - - uid: 55489 + - uid: 46049 components: - type: Transform - pos: -155.5,-129.5 + rot: 3.141592653589793 rad + pos: -104.5,-178.5 parent: 1 - - uid: 55491 + - uid: 46050 components: - type: Transform - pos: -153.5,-129.5 + pos: -92.5,-162.5 parent: 1 - - uid: 61028 + - uid: 46051 components: - type: Transform - pos: -176.5,-141.5 + rot: -1.5707963267948966 rad + pos: -114.5,-149.5 parent: 1 - - uid: 61038 + - uid: 46052 components: - type: Transform - pos: -181.5,-92.5 + rot: -1.5707963267948966 rad + pos: -110.5,-157.5 parent: 1 - - uid: 61981 + - uid: 46053 components: - type: Transform - pos: -96.5,-173.5 + pos: -74.5,-177.5 parent: 1 - - uid: 62913 + - uid: 46054 components: - type: Transform - pos: -96.5,-170.5 + rot: 3.141592653589793 rad + pos: -118.5,-161.5 parent: 1 - - uid: 64118 + - uid: 46055 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-188.5 + rot: -1.5707963267948966 rad + pos: -102.5,-159.5 parent: 1 - - uid: 64139 + - uid: 46056 components: - type: Transform - pos: -104.5,-174.5 + pos: -81.5,-162.5 parent: 1 - - uid: 64180 + - uid: 46057 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-188.5 + pos: -113.5,-169.5 parent: 1 - - uid: 64204 + - uid: 46058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-182.5 + rot: -1.5707963267948966 rad + pos: -96.5,-161.5 parent: 1 - - uid: 64208 + - uid: 46059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-188.5 + pos: -94.5,-162.5 parent: 1 - - uid: 64218 + - uid: 46060 components: - type: Transform - pos: -94.5,-176.5 + pos: -97.5,-179.5 parent: 1 - - uid: 64222 + - uid: 46061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-183.5 + pos: -105.5,-176.5 parent: 1 - - uid: 64229 + - uid: 46062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-186.5 + pos: -96.5,-165.5 parent: 1 - - uid: 64238 + - uid: 46063 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-182.5 + rot: 1.5707963267948966 rad + pos: -113.5,-173.5 parent: 1 - - uid: 64239 + - uid: 46064 components: - type: Transform - pos: -98.5,-169.5 + pos: -81.5,-177.5 parent: 1 - - uid: 64243 + - uid: 46065 + components: + - type: Transform + pos: -105.5,-175.5 + parent: 1 + - uid: 46066 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-188.5 + pos: -110.5,-167.5 parent: 1 - - uid: 64245 + - uid: 46067 components: - type: Transform - pos: -95.5,-179.5 + pos: -79.5,-177.5 parent: 1 - - uid: 64250 + - uid: 46068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-183.5 + rot: -1.5707963267948966 rad + pos: -96.5,-155.5 parent: 1 - - uid: 64251 + - uid: 46069 components: - type: Transform rot: 3.141592653589793 rad - pos: -82.5,-182.5 + pos: -106.5,-169.5 parent: 1 - - uid: 64252 + - uid: 46070 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-185.5 + rot: -1.5707963267948966 rad + pos: -117.5,-149.5 parent: 1 - - uid: 64254 + - uid: 46071 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-182.5 + pos: -73.5,-176.5 parent: 1 - - uid: 64255 + - uid: 46072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-188.5 + pos: -85.5,-170.5 parent: 1 - - uid: 64259 + - uid: 46073 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-188.5 + rot: -1.5707963267948966 rad + pos: -96.5,-154.5 parent: 1 - - uid: 64261 + - uid: 46074 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-188.5 + pos: -76.5,-160.5 parent: 1 - - uid: 64264 + - uid: 46075 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-188.5 + pos: -80.5,-160.5 parent: 1 - - uid: 64266 + - uid: 46076 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-182.5 + rot: -1.5707963267948966 rad + pos: -105.5,-159.5 parent: 1 - - uid: 64268 + - uid: 46077 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-188.5 + pos: -96.5,-172.5 parent: 1 - - uid: 64269 + - uid: 46078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-182.5 + pos: -85.5,-177.5 parent: 1 - - uid: 64273 + - uid: 46079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-187.5 + pos: -100.5,-174.5 parent: 1 - - uid: 64276 + - uid: 46080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-187.5 + rot: -1.5707963267948966 rad + pos: -110.5,-154.5 parent: 1 - - uid: 64277 + - uid: 46081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-188.5 + pos: -88.5,-162.5 parent: 1 - - uid: 64278 + - uid: 46082 components: - type: Transform - pos: -94.5,-173.5 + pos: -75.5,-160.5 parent: 1 - - uid: 64279 + - uid: 46083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-184.5 + pos: -94.5,-179.5 parent: 1 - - uid: 64379 + - uid: 46084 components: - type: Transform - pos: -118.5,-166.5 + rot: 3.141592653589793 rad + pos: -102.5,-162.5 parent: 1 - - uid: 64428 + - uid: 46085 components: - type: Transform - pos: -84.5,-160.5 + pos: -105.5,-177.5 parent: 1 - - uid: 64432 + - uid: 46086 components: - type: Transform - pos: -95.5,-160.5 + pos: -89.5,-162.5 parent: 1 - - uid: 64436 + - uid: 46087 components: - type: Transform - pos: -95.5,-150.5 + pos: -86.5,-162.5 parent: 1 - - uid: 64440 + - uid: 46088 components: - type: Transform - pos: -93.5,-154.5 + rot: 3.141592653589793 rad + pos: -102.5,-161.5 parent: 1 - - uid: 64448 + - uid: 46089 components: - type: Transform - pos: -82.5,-160.5 + rot: -1.5707963267948966 rad + pos: -97.5,-149.5 parent: 1 - - uid: 64449 + - uid: 46090 components: - type: Transform - pos: -85.5,-161.5 + pos: -102.5,-177.5 parent: 1 - - uid: 64454 + - uid: 46091 components: - type: Transform - pos: -89.5,-161.5 + pos: -73.5,-173.5 parent: 1 - - uid: 64459 + - uid: 46092 components: - type: Transform - pos: -94.5,-160.5 + pos: -84.5,-170.5 parent: 1 - - uid: 64464 + - uid: 46093 components: - type: Transform - pos: -86.5,-160.5 + rot: 1.5707963267948966 rad + pos: -99.5,-169.5 parent: 1 - - uid: 64465 + - uid: 46094 components: - type: Transform - pos: -116.5,-167.5 + rot: 3.141592653589793 rad + pos: -118.5,-162.5 parent: 1 - - uid: 64466 + - uid: 46095 components: - type: Transform - pos: -106.5,-162.5 + rot: -1.5707963267948966 rad + pos: -110.5,-153.5 parent: 1 - - uid: 64474 + - uid: 46096 components: - type: Transform - pos: -113.5,-167.5 + rot: 3.141592653589793 rad + pos: -102.5,-163.5 parent: 1 - - uid: 64477 + - uid: 46097 components: - type: Transform - pos: -118.5,-164.5 + rot: -1.5707963267948966 rad + pos: -96.5,-157.5 parent: 1 - - uid: 64478 + - uid: 46098 components: - type: Transform - pos: -94.5,-154.5 + rot: 3.141592653589793 rad + pos: -110.5,-168.5 parent: 1 - - uid: 64479 + - uid: 46099 components: - type: Transform - pos: -87.5,-160.5 + rot: 3.141592653589793 rad + pos: -113.5,-160.5 parent: 1 - - uid: 64480 + - uid: 46100 components: - type: Transform - pos: -118.5,-165.5 + pos: -78.5,-177.5 parent: 1 - - uid: 64481 + - uid: 46101 components: - type: Transform - pos: -93.5,-152.5 + rot: -1.5707963267948966 rad + pos: -110.5,-149.5 parent: 1 - - uid: 64482 + - uid: 46102 components: - type: Transform - pos: -113.5,-165.5 + rot: 3.141592653589793 rad + pos: -102.5,-165.5 parent: 1 - - uid: 64483 + - uid: 46103 components: - type: Transform - pos: -105.5,-166.5 + pos: -73.5,-172.5 parent: 1 - - uid: 64484 + - uid: 46104 components: - type: Transform - pos: -93.5,-161.5 + rot: 3.141592653589793 rad + pos: -118.5,-157.5 parent: 1 - - uid: 64486 + - uid: 46105 components: - type: Transform - pos: -94.5,-150.5 + pos: -87.5,-162.5 parent: 1 - - uid: 64487 + - uid: 46106 components: - type: Transform - pos: -111.5,-167.5 + rot: 3.141592653589793 rad + pos: -118.5,-156.5 parent: 1 - - uid: 64488 + - uid: 46107 components: - type: Transform - pos: -95.5,-156.5 + pos: -96.5,-166.5 parent: 1 - - uid: 64490 + - uid: 46108 components: - type: Transform - pos: -85.5,-160.5 + pos: -77.5,-177.5 parent: 1 - - uid: 64492 + - uid: 46109 components: - type: Transform - pos: -105.5,-163.5 + pos: -102.5,-174.5 parent: 1 - - uid: 64493 + - uid: 46110 components: - type: Transform - pos: -93.5,-158.5 + pos: -73.5,-160.5 parent: 1 - - uid: 64494 + - uid: 46111 components: - type: Transform - pos: -105.5,-165.5 + pos: -73.5,-167.5 parent: 1 - - uid: 64495 + - uid: 46112 components: - type: Transform - pos: -107.5,-165.5 + pos: -90.5,-162.5 parent: 1 - - uid: 64496 + - uid: 46113 components: - type: Transform - pos: -107.5,-166.5 + pos: -73.5,-174.5 parent: 1 - - uid: 64497 + - uid: 46114 components: - type: Transform - pos: -93.5,-159.5 + rot: -1.5707963267948966 rad + pos: -112.5,-149.5 parent: 1 - - uid: 64498 + - uid: 46115 components: - type: Transform - pos: -95.5,-154.5 + pos: -82.5,-162.5 parent: 1 - - uid: 64499 + - uid: 46116 components: - type: Transform - pos: -93.5,-150.5 + pos: -95.5,-158.5 parent: 1 - - uid: 64501 + - uid: 46117 components: - type: Transform - pos: -105.5,-162.5 + rot: 3.141592653589793 rad + pos: -102.5,-168.5 parent: 1 - - uid: 64502 + - uid: 46118 components: - type: Transform - pos: -91.5,-161.5 + rot: -1.5707963267948966 rad + pos: -96.5,-151.5 parent: 1 - - uid: 64503 + - uid: 46119 components: - type: Transform - pos: -90.5,-160.5 + rot: 1.5707963267948966 rad + pos: -101.5,-169.5 parent: 1 - - uid: 64504 + - uid: 46120 components: - type: Transform - pos: -94.5,-158.5 + pos: -79.5,-160.5 parent: 1 - - uid: 64505 + - uid: 46121 components: - type: Transform - pos: -93.5,-155.5 + rot: 3.141592653589793 rad + pos: -118.5,-160.5 parent: 1 - - uid: 64506 + - uid: 46122 components: - type: Transform - pos: -94.5,-156.5 + pos: -73.5,-169.5 parent: 1 - - uid: 64507 + - uid: 46123 components: - type: Transform - pos: -107.5,-162.5 + rot: -1.5707963267948966 rad + pos: -96.5,-150.5 parent: 1 - - uid: 64508 + - uid: 46124 components: - type: Transform - pos: -94.5,-152.5 + rot: -1.5707963267948966 rad + pos: -101.5,-159.5 parent: 1 - - uid: 64509 + - uid: 46125 components: - type: Transform - pos: -107.5,-163.5 + pos: -88.5,-177.5 parent: 1 - - uid: 64510 + - uid: 46126 components: - type: Transform - pos: -107.5,-164.5 + pos: -77.5,-160.5 parent: 1 - - uid: 64511 + - uid: 46127 components: - type: Transform - pos: -105.5,-164.5 + pos: -106.5,-166.5 parent: 1 - - uid: 64512 + - uid: 46128 components: - type: Transform - pos: -93.5,-157.5 + pos: -74.5,-160.5 parent: 1 - - uid: 64513 + - uid: 46129 components: - type: Transform - pos: -91.5,-160.5 + pos: -105.5,-178.5 parent: 1 - - uid: 64514 + - uid: 46130 components: - type: Transform - pos: -95.5,-152.5 + rot: -1.5707963267948966 rad + pos: -98.5,-159.5 parent: 1 - - uid: 64515 + - uid: 46131 components: - type: Transform - pos: -83.5,-161.5 + pos: -83.5,-162.5 parent: 1 - - uid: 64516 + - uid: 46132 components: - type: Transform - pos: -83.5,-160.5 + pos: -82.5,-177.5 parent: 1 - - uid: 64517 + - uid: 46133 components: - type: Transform - pos: -93.5,-160.5 + rot: 3.141592653589793 rad + pos: -118.5,-150.5 parent: 1 - - uid: 64519 + - uid: 46134 components: - type: Transform - pos: -93.5,-156.5 + rot: -1.5707963267948966 rad + pos: -101.5,-149.5 parent: 1 - - uid: 64521 + - uid: 46135 components: - type: Transform - pos: -93.5,-153.5 + rot: -1.5707963267948966 rad + pos: -110.5,-151.5 parent: 1 - - uid: 64522 + - uid: 46136 components: - type: Transform - pos: -87.5,-161.5 + rot: -1.5707963267948966 rad + pos: -106.5,-159.5 parent: 1 - - uid: 64523 + - uid: 46137 components: - type: Transform - pos: -89.5,-160.5 + rot: -1.5707963267948966 rad + pos: -96.5,-162.5 parent: 1 - - uid: 64524 + - uid: 46138 components: - type: Transform - pos: -111.5,-161.5 + rot: -1.5707963267948966 rad + pos: -96.5,-158.5 parent: 1 - - uid: 64526 + - uid: 46139 components: - type: Transform - pos: -113.5,-161.5 + rot: -1.5707963267948966 rad + pos: -96.5,-160.5 parent: 1 - - uid: 64528 + - uid: 46140 components: - type: Transform - pos: -114.5,-167.5 + pos: -93.5,-162.5 parent: 1 - - uid: 64529 + - uid: 46141 components: - type: Transform - pos: -115.5,-167.5 + rot: 3.141592653589793 rad + pos: -102.5,-169.5 parent: 1 - - uid: 64530 + - uid: 46142 components: - type: Transform - pos: -117.5,-167.5 + rot: 3.141592653589793 rad + pos: -107.5,-169.5 parent: 1 - - uid: 64531 + - uid: 46143 components: - type: Transform - pos: -118.5,-167.5 + pos: -81.5,-161.5 parent: 1 -- proto: WallRock - entities: - - uid: 17754 + - uid: 46144 components: - type: Transform - pos: -244.5,-99.5 + rot: 3.141592653589793 rad + pos: -118.5,-153.5 parent: 1 - - uid: 26016 + - uid: 46145 components: - type: Transform - pos: 121.5,218.5 + pos: -73.5,-170.5 parent: 1 - - uid: 26017 + - uid: 46146 components: - type: Transform - pos: 125.5,205.5 + rot: -1.5707963267948966 rad + pos: -100.5,-159.5 parent: 1 - - uid: 26018 + - uid: 46147 components: - type: Transform - pos: 126.5,205.5 + rot: -1.5707963267948966 rad + pos: -116.5,-149.5 parent: 1 - - uid: 26019 + - uid: 46148 components: - type: Transform - pos: 126.5,204.5 + pos: -102.5,-178.5 parent: 1 - - uid: 26020 + - uid: 46149 components: - type: Transform - pos: 120.5,218.5 + rot: -1.5707963267948966 rad + pos: -105.5,-149.5 parent: 1 - - uid: 26021 + - uid: 46150 components: - type: Transform - pos: 122.5,217.5 + pos: -102.5,-175.5 parent: 1 - - uid: 26022 + - uid: 46151 components: - type: Transform - pos: 126.5,215.5 + rot: -1.5707963267948966 rad + pos: -108.5,-159.5 parent: 1 - - uid: 26023 + - uid: 46152 components: - type: Transform - pos: 125.5,215.5 + pos: -80.5,-177.5 parent: 1 - - uid: 26024 + - uid: 46153 components: - type: Transform - pos: 120.5,217.5 + pos: -87.5,-177.5 parent: 1 - - uid: 26025 + - uid: 46154 components: - type: Transform - pos: 126.5,203.5 + pos: -95.5,-162.5 parent: 1 - - uid: 26026 + - uid: 46155 components: - type: Transform - pos: 119.5,217.5 + rot: 3.141592653589793 rad + pos: -102.5,-166.5 parent: 1 - - uid: 26027 + - uid: 46156 components: - type: Transform - pos: 120.5,216.5 + rot: 3.141592653589793 rad + pos: -102.5,-167.5 parent: 1 - - uid: 26028 + - uid: 46157 components: - type: Transform - pos: 154.5,161.5 + rot: -1.5707963267948966 rad + pos: -107.5,-159.5 parent: 1 - - uid: 26029 + - uid: 46158 components: - type: Transform - pos: 156.5,160.5 + rot: 3.141592653589793 rad + pos: -113.5,-168.5 parent: 1 - - uid: 26030 + - uid: 46159 components: - type: Transform - pos: 155.5,160.5 + rot: 3.141592653589793 rad + pos: -110.5,-162.5 parent: 1 - - uid: 26031 + - uid: 46160 components: - type: Transform - pos: 126.5,217.5 + pos: -86.5,-177.5 parent: 1 - - uid: 26032 + - uid: 46161 components: - type: Transform - pos: 126.5,216.5 + rot: 3.141592653589793 rad + pos: -118.5,-151.5 parent: 1 - - uid: 26033 + - uid: 46162 components: - type: Transform - pos: 125.5,217.5 + rot: 3.141592653589793 rad + pos: -118.5,-152.5 parent: 1 - - uid: 26034 + - uid: 46163 components: - type: Transform - pos: 125.5,216.5 + rot: -1.5707963267948966 rad + pos: -110.5,-150.5 parent: 1 - - uid: 26035 + - uid: 46164 components: - type: Transform - pos: 124.5,216.5 + rot: 3.141592653589793 rad + pos: -110.5,-161.5 parent: 1 - - uid: 26036 + - uid: 46165 components: - type: Transform - pos: 125.5,204.5 + pos: -78.5,-160.5 parent: 1 - - uid: 26038 + - uid: 46166 components: - type: Transform - pos: 183.5,210.5 + rot: 3.141592653589793 rad + pos: -110.5,-159.5 parent: 1 - - uid: 26040 + - uid: 46167 components: - type: Transform - pos: 212.5,70.5 + pos: -75.5,-177.5 parent: 1 - - uid: 26041 + - uid: 46168 components: - type: Transform - pos: -211.5,-156.5 + pos: -113.5,-164.5 parent: 1 - - uid: 26042 + - uid: 46169 components: - type: Transform - pos: 213.5,71.5 + rot: -1.5707963267948966 rad + pos: -113.5,-149.5 parent: 1 - - uid: 26044 + - uid: 46170 components: - type: Transform - pos: 201.5,163.5 + rot: 3.141592653589793 rad + pos: -118.5,-155.5 parent: 1 - - uid: 26045 + - uid: 46171 components: - type: Transform - pos: 201.5,165.5 + rot: -1.5707963267948966 rad + pos: -96.5,-149.5 parent: 1 - - uid: 26046 + - uid: 46172 components: - type: Transform - pos: 201.5,199.5 + rot: 3.141592653589793 rad + pos: -105.5,-169.5 parent: 1 - - uid: 26050 + - uid: 46173 components: - type: Transform - pos: 147.5,137.5 + pos: -73.5,-177.5 parent: 1 - - uid: 26051 + - uid: 46174 components: - type: Transform - pos: -153.5,-106.5 + rot: -1.5707963267948966 rad + pos: -96.5,-156.5 parent: 1 - - uid: 26052 + - uid: 46175 components: - type: Transform - pos: -145.5,-141.5 + pos: -76.5,-177.5 parent: 1 - - uid: 26053 + - uid: 46176 components: - type: Transform - pos: -212.5,-152.5 + rot: 3.141592653589793 rad + pos: -118.5,-163.5 parent: 1 - - uid: 26054 + - uid: 46177 components: - type: Transform - pos: -150.5,-99.5 + pos: -113.5,-166.5 parent: 1 - - uid: 26055 + - uid: 46178 components: - type: Transform - pos: -139.5,-118.5 + rot: -1.5707963267948966 rad + pos: -110.5,-158.5 parent: 1 - - uid: 26056 + - uid: 46179 components: - type: Transform - pos: -213.5,-159.5 + rot: 3.141592653589793 rad + pos: -108.5,-169.5 parent: 1 - - uid: 26057 + - uid: 46180 components: - type: Transform - pos: -211.5,-157.5 + rot: 3.141592653589793 rad + pos: -109.5,-169.5 parent: 1 - - uid: 26058 + - uid: 46181 components: - type: Transform - pos: -149.5,-103.5 + rot: 3.141592653589793 rad + pos: -118.5,-154.5 parent: 1 - - uid: 26059 + - uid: 46182 components: - type: Transform - pos: -150.5,-100.5 + pos: -102.5,-176.5 parent: 1 - - uid: 26060 + - uid: 46183 components: - type: Transform - pos: -200.5,-116.5 + rot: -1.5707963267948966 rad + pos: -99.5,-159.5 parent: 1 - - uid: 26061 + - uid: 46184 components: - type: Transform - pos: -206.5,-111.5 + pos: -111.5,-150.5 parent: 1 - - uid: 26062 + - uid: 46185 components: - type: Transform - pos: -203.5,-156.5 + rot: 3.141592653589793 rad + pos: -110.5,-166.5 parent: 1 - - uid: 26063 + - uid: 46186 components: - type: Transform - pos: -207.5,-115.5 + pos: -73.5,-168.5 parent: 1 - - uid: 26064 + - uid: 46187 components: - type: Transform - pos: -204.5,-112.5 + rot: 3.141592653589793 rad + pos: -114.5,-160.5 parent: 1 - - uid: 26065 + - uid: 46188 components: - type: Transform - pos: -200.5,-114.5 + pos: -84.5,-162.5 parent: 1 - - uid: 26066 + - uid: 46189 components: - type: Transform - pos: -139.5,-128.5 + rot: 1.5707963267948966 rad + pos: -100.5,-169.5 parent: 1 - - uid: 26067 + - uid: 46190 components: - type: Transform - pos: -150.5,-103.5 + pos: -73.5,-162.5 parent: 1 - - uid: 26068 + - uid: 46191 components: - type: Transform - pos: -207.5,-111.5 + rot: -1.5707963267948966 rad + pos: -111.5,-149.5 parent: 1 - - uid: 26069 + - uid: 46192 components: - type: Transform - pos: -137.5,-118.5 + rot: -1.5707963267948966 rad + pos: -115.5,-149.5 parent: 1 - - uid: 26070 + - uid: 46193 components: - type: Transform - pos: -138.5,-118.5 + rot: -1.5707963267948966 rad + pos: -110.5,-155.5 parent: 1 - - uid: 26071 + - uid: 46194 components: - type: Transform - pos: -149.5,-104.5 + rot: -1.5707963267948966 rad + pos: -118.5,-149.5 parent: 1 - - uid: 26072 + - uid: 46195 components: - type: Transform - pos: -203.5,-112.5 + rot: -1.5707963267948966 rad + pos: -109.5,-149.5 parent: 1 - - uid: 26073 + - uid: 46196 components: - type: Transform - pos: -151.5,-101.5 + pos: -98.5,-179.5 parent: 1 - - uid: 26074 + - uid: 46197 components: - type: Transform - pos: -151.5,-100.5 + pos: -85.5,-162.5 parent: 1 - - uid: 26075 + - uid: 46198 components: - type: Transform - pos: -201.5,-114.5 + rot: 3.141592653589793 rad + pos: -117.5,-160.5 parent: 1 - - uid: 26076 + - uid: 46199 components: - type: Transform - pos: -140.5,-117.5 + rot: 3.141592653589793 rad + pos: -118.5,-159.5 parent: 1 - - uid: 26077 + - uid: 46200 components: - type: Transform - pos: -206.5,-110.5 + pos: -99.5,-174.5 parent: 1 - - uid: 26078 + - uid: 46201 components: - type: Transform - pos: -137.5,-117.5 + pos: -99.5,-177.5 parent: 1 - - uid: 26079 + - uid: 46202 components: - type: Transform - pos: -151.5,-103.5 + pos: -99.5,-176.5 parent: 1 - - uid: 26080 + - uid: 46203 components: - type: Transform - pos: -141.5,-117.5 + pos: -99.5,-175.5 parent: 1 - - uid: 26081 + - uid: 46204 components: - type: Transform - pos: -139.5,-117.5 + pos: -99.5,-179.5 parent: 1 - - uid: 26082 + - uid: 46205 components: - type: Transform - pos: -202.5,-156.5 + pos: -99.5,-178.5 parent: 1 - - uid: 26083 + - uid: 46206 components: - type: Transform - pos: -205.5,-113.5 + rot: 3.141592653589793 rad + pos: -103.5,-178.5 parent: 1 - - uid: 26084 + - uid: 46207 components: - type: Transform - pos: -143.5,-129.5 + pos: 113.5,-17.5 parent: 1 - - uid: 26085 + - uid: 46208 components: - type: Transform - pos: -152.5,-98.5 + rot: 1.5707963267948966 rad + pos: 144.5,8.5 parent: 1 - - uid: 26086 + - uid: 46209 components: - type: Transform - pos: -203.5,-114.5 + pos: 82.5,4.5 parent: 1 - - uid: 26087 + - uid: 46210 components: - type: Transform - pos: -138.5,-117.5 + rot: 1.5707963267948966 rad + pos: 144.5,4.5 parent: 1 - - uid: 26088 + - uid: 46211 components: - type: Transform - pos: -151.5,-102.5 + rot: 1.5707963267948966 rad + pos: 144.5,13.5 parent: 1 - - uid: 26089 + - uid: 46212 components: - type: Transform - pos: -206.5,-115.5 + pos: 110.5,8.5 parent: 1 - - uid: 26090 + - uid: 46213 components: - type: Transform - pos: -207.5,-113.5 + pos: 113.5,29.5 parent: 1 - - uid: 26091 + - uid: 46214 components: - type: Transform - pos: -139.5,-119.5 + rot: 1.5707963267948966 rad + pos: 140.5,23.5 parent: 1 - - uid: 26092 + - uid: 46215 components: - type: Transform - pos: -207.5,-112.5 + pos: 84.5,-17.5 parent: 1 - - uid: 26093 + - uid: 46216 components: - type: Transform - pos: -203.5,-115.5 + rot: 1.5707963267948966 rad + pos: 141.5,23.5 parent: 1 - - uid: 26094 + - uid: 46217 components: - type: Transform - pos: -144.5,-141.5 + rot: 1.5707963267948966 rad + pos: 144.5,-2.5 parent: 1 - - uid: 26095 + - uid: 46218 components: - type: Transform - pos: -204.5,-114.5 + pos: 82.5,-13.5 parent: 1 - - uid: 26096 + - uid: 46219 components: - type: Transform - pos: -141.5,-127.5 + pos: 99.5,-17.5 parent: 1 - - uid: 26097 + - uid: 46220 components: - type: Transform - pos: -201.5,-115.5 + pos: 88.5,-17.5 parent: 1 - - uid: 26098 + - uid: 46221 components: - type: Transform - pos: -151.5,-98.5 + pos: 112.5,-17.5 parent: 1 - - uid: 26099 + - uid: 46222 components: - type: Transform - pos: -150.5,-98.5 + pos: 82.5,0.5 parent: 1 - - uid: 26100 + - uid: 46223 components: - type: Transform - pos: -200.5,-112.5 + pos: 82.5,-16.5 parent: 1 - - uid: 26101 + - uid: 46224 components: - type: Transform - pos: -141.5,-101.5 + pos: 82.5,-17.5 parent: 1 - - uid: 26102 + - uid: 46225 components: - type: Transform - pos: -150.5,-101.5 + pos: 97.5,-17.5 parent: 1 - - uid: 26103 + - uid: 46226 components: - type: Transform - pos: -138.5,-116.5 + pos: 83.5,-17.5 parent: 1 - - uid: 26104 + - uid: 46227 components: - type: Transform - pos: -150.5,-102.5 + pos: 82.5,-14.5 parent: 1 - - uid: 26105 + - uid: 46228 components: - type: Transform - pos: -202.5,-115.5 + pos: 179.5,-78.5 parent: 1 - - uid: 26106 + - uid: 46229 components: - type: Transform - pos: -152.5,-101.5 + pos: 82.5,-15.5 parent: 1 - - uid: 26107 + - uid: 46230 components: - type: Transform - pos: -139.5,-116.5 + pos: 82.5,-12.5 parent: 1 - - uid: 26108 + - uid: 46231 components: - type: Transform - pos: -153.5,-105.5 + pos: 94.5,-17.5 parent: 1 - - uid: 26109 + - uid: 46232 components: - type: Transform - pos: -204.5,-116.5 + rot: 1.5707963267948966 rad + pos: 144.5,-12.5 parent: 1 - - uid: 26110 + - uid: 46233 components: - type: Transform - pos: -205.5,-114.5 + pos: 82.5,-4.5 parent: 1 - - uid: 26111 + - uid: 46234 components: - type: Transform - pos: -204.5,-113.5 + pos: 125.5,-16.5 parent: 1 - - uid: 26112 + - uid: 46235 components: - type: Transform - pos: -203.5,-120.5 + pos: 82.5,-10.5 parent: 1 - - uid: 26113 + - uid: 46236 components: - type: Transform - pos: -203.5,-116.5 + pos: 82.5,-7.5 parent: 1 - - uid: 26114 + - uid: 46237 components: - type: Transform - pos: -205.5,-112.5 + pos: 82.5,3.5 parent: 1 - - uid: 26115 + - uid: 46238 components: - type: Transform - pos: -204.5,-115.5 + pos: 85.5,-17.5 parent: 1 - - uid: 26116 + - uid: 46239 components: - type: Transform - pos: -139.5,-98.5 + pos: 120.5,-16.5 parent: 1 - - uid: 26117 + - uid: 46240 components: - type: Transform - pos: -140.5,-118.5 + pos: 82.5,-1.5 parent: 1 - - uid: 26118 + - uid: 46241 components: - type: Transform - pos: -200.5,-113.5 + rot: 1.5707963267948966 rad + pos: 144.5,-3.5 parent: 1 - - uid: 26119 + - uid: 46242 components: - type: Transform - pos: -136.5,-121.5 + pos: 82.5,-2.5 parent: 1 - - uid: 26120 + - uid: 46243 components: - type: Transform - pos: -142.5,-116.5 + pos: 82.5,-0.5 parent: 1 - - uid: 26121 + - uid: 46244 components: - type: Transform - pos: -207.5,-157.5 + pos: 82.5,-5.5 parent: 1 - - uid: 26122 + - uid: 46245 components: - type: Transform - pos: -143.5,-101.5 + pos: 82.5,-9.5 parent: 1 - - uid: 26123 + - uid: 46246 components: - type: Transform - pos: -137.5,-116.5 + pos: 82.5,-11.5 parent: 1 - - uid: 26124 + - uid: 46247 components: - type: Transform - pos: -152.5,-104.5 + pos: 108.5,-17.5 parent: 1 - - uid: 26125 + - uid: 46248 components: - type: Transform - pos: -148.5,-103.5 + pos: 90.5,-17.5 parent: 1 - - uid: 26126 + - uid: 46249 components: - type: Transform - pos: -138.5,-115.5 + rot: 1.5707963267948966 rad + pos: 144.5,-6.5 parent: 1 - - uid: 26127 + - uid: 46250 components: - type: Transform - pos: -206.5,-112.5 + pos: 104.5,-17.5 parent: 1 - - uid: 26128 + - uid: 46251 components: - type: Transform - pos: -142.5,-100.5 + pos: 100.5,-17.5 parent: 1 - - uid: 26129 + - uid: 46252 components: - type: Transform - pos: -153.5,-100.5 + pos: 82.5,2.5 parent: 1 - - uid: 26130 + - uid: 46253 components: - type: Transform - pos: -149.5,-102.5 + pos: 82.5,-6.5 parent: 1 - - uid: 26131 + - uid: 46254 components: - type: Transform - pos: -142.5,-101.5 + pos: 82.5,-8.5 parent: 1 - - uid: 26132 + - uid: 46255 components: - type: Transform - pos: -152.5,-103.5 + pos: 82.5,-3.5 parent: 1 - - uid: 26133 + - uid: 46256 components: - type: Transform - pos: -200.5,-115.5 + pos: 82.5,5.5 parent: 1 - - uid: 26134 + - uid: 46257 components: - type: Transform - pos: -152.5,-105.5 + pos: 82.5,1.5 parent: 1 - - uid: 26135 + - uid: 46258 components: - type: Transform - pos: -206.5,-113.5 + pos: 82.5,6.5 parent: 1 - - uid: 26136 + - uid: 46259 components: - type: Transform - pos: -152.5,-100.5 + pos: 98.5,-17.5 parent: 1 - - uid: 26137 + - uid: 46260 components: - type: Transform - pos: -211.5,-154.5 + rot: 1.5707963267948966 rad + pos: 144.5,7.5 parent: 1 - - uid: 26138 + - uid: 46261 components: - type: Transform - pos: -210.5,-156.5 + pos: 82.5,7.5 parent: 1 - - uid: 26139 + - uid: 46262 components: - type: Transform - pos: -212.5,-153.5 + pos: 82.5,8.5 parent: 1 - - uid: 26140 + - uid: 46263 components: - type: Transform - pos: -218.5,-149.5 + pos: 82.5,9.5 parent: 1 - - uid: 26141 + - uid: 46264 components: - type: Transform - pos: -218.5,-148.5 + pos: 82.5,10.5 parent: 1 - - uid: 26142 + - uid: 46265 components: - type: Transform - pos: -209.5,-157.5 + pos: 82.5,11.5 parent: 1 - - uid: 26143 + - uid: 46266 components: - type: Transform - pos: -220.5,-151.5 + pos: 82.5,12.5 parent: 1 - - uid: 26144 + - uid: 46267 components: - type: Transform - pos: -222.5,-150.5 + pos: 117.5,3.5 parent: 1 - - uid: 26145 + - uid: 46268 components: - type: Transform - pos: -219.5,-157.5 + pos: 89.5,-17.5 parent: 1 - - uid: 26146 + - uid: 46269 components: - type: Transform - pos: -219.5,-147.5 + rot: 1.5707963267948966 rad + pos: 144.5,-8.5 parent: 1 - - uid: 26147 + - uid: 46270 components: - type: Transform - pos: -221.5,-151.5 + rot: 1.5707963267948966 rad + pos: 144.5,-13.5 parent: 1 - - uid: 26148 + - uid: 46271 components: - type: Transform - pos: -210.5,-155.5 + rot: 1.5707963267948966 rad + pos: 144.5,-7.5 parent: 1 - - uid: 26149 + - uid: 46272 components: - type: Transform - pos: -211.5,-155.5 + pos: 101.5,-17.5 parent: 1 - - uid: 26150 + - uid: 46273 components: - type: Transform - pos: -223.5,-152.5 + pos: 92.5,-17.5 parent: 1 - - uid: 26151 + - uid: 46274 components: - type: Transform - pos: -219.5,-153.5 + pos: 95.5,-17.5 parent: 1 - - uid: 26152 + - uid: 46275 components: - type: Transform - pos: -214.5,-97.5 + pos: 86.5,-17.5 parent: 1 - - uid: 26153 + - uid: 46276 components: - type: Transform - pos: -208.5,-111.5 + pos: 87.5,-17.5 parent: 1 - - uid: 26154 + - uid: 46277 components: - type: Transform - pos: -208.5,-115.5 + rot: 1.5707963267948966 rad + pos: 144.5,-11.5 parent: 1 - - uid: 26155 + - uid: 46278 components: - type: Transform - pos: -208.5,-117.5 + pos: 107.5,-17.5 parent: 1 - - uid: 26156 + - uid: 46279 components: - type: Transform - pos: -210.5,-132.5 + pos: 106.5,-17.5 parent: 1 - - uid: 26157 + - uid: 46280 components: - type: Transform - pos: -211.5,-151.5 + rot: 1.5707963267948966 rad + pos: 144.5,-15.5 parent: 1 - - uid: 26158 + - uid: 46281 components: - type: Transform - pos: -212.5,-145.5 + pos: 105.5,-17.5 parent: 1 - - uid: 26159 + - uid: 46282 components: - type: Transform - pos: -212.5,-151.5 + rot: 1.5707963267948966 rad + pos: 144.5,9.5 parent: 1 - - uid: 26160 + - uid: 46283 components: - type: Transform - pos: -223.5,-151.5 + pos: 102.5,-17.5 parent: 1 - - uid: 26161 + - uid: 46284 components: - type: Transform - pos: -215.5,-150.5 + rot: 1.5707963267948966 rad + pos: 144.5,-10.5 parent: 1 - - uid: 26162 + - uid: 46285 components: - type: Transform - pos: -215.5,-151.5 + rot: 1.5707963267948966 rad + pos: 144.5,-4.5 parent: 1 - - uid: 26163 + - uid: 46286 components: - type: Transform - pos: -215.5,-144.5 + pos: 109.5,-17.5 parent: 1 - - uid: 26164 + - uid: 46287 components: - type: Transform - pos: -214.5,-151.5 + pos: 114.5,-17.5 parent: 1 - - uid: 26165 + - uid: 46288 components: - type: Transform - pos: -213.5,-145.5 + pos: 103.5,-17.5 parent: 1 - - uid: 26166 + - uid: 46289 components: - type: Transform - pos: -213.5,-146.5 + pos: 93.5,-17.5 parent: 1 - - uid: 26167 + - uid: 46290 components: - type: Transform - pos: -213.5,-147.5 + rot: 1.5707963267948966 rad + pos: 144.5,22.5 parent: 1 - - uid: 26168 + - uid: 46291 components: - type: Transform - pos: -213.5,-151.5 + rot: 1.5707963267948966 rad + pos: 144.5,20.5 parent: 1 - - uid: 26169 + - uid: 46292 components: - type: Transform - pos: -214.5,-144.5 + rot: 1.5707963267948966 rad + pos: 143.5,23.5 parent: 1 - - uid: 26170 + - uid: 46293 components: - type: Transform - pos: -214.5,-145.5 + rot: 1.5707963267948966 rad + pos: 144.5,6.5 parent: 1 - - uid: 26171 + - uid: 46294 components: - type: Transform - pos: -214.5,-146.5 + pos: 126.5,-16.5 parent: 1 - - uid: 26172 + - uid: 46295 components: - type: Transform - pos: -220.5,-120.5 + pos: 114.5,-18.5 parent: 1 - - uid: 26173 + - uid: 46296 components: - type: Transform - pos: -217.5,-149.5 + pos: 126.5,-19.5 parent: 1 - - uid: 26174 + - uid: 46297 components: - type: Transform - pos: -218.5,-152.5 + pos: 126.5,-18.5 parent: 1 - - uid: 26175 + - uid: 46298 components: - type: Transform - pos: -217.5,-148.5 + pos: 126.5,-17.5 parent: 1 - - uid: 26176 + - uid: 46299 components: - type: Transform - pos: -217.5,-141.5 + pos: 114.5,-19.5 parent: 1 - - uid: 26177 + - uid: 46300 components: - type: Transform - pos: -216.5,-151.5 + pos: 116.5,-19.5 parent: 1 - - uid: 26178 + - uid: 46301 components: - type: Transform - pos: 195.5,-86.5 + pos: 115.5,-19.5 parent: 1 - - uid: 26179 + - uid: 46302 components: - type: Transform - pos: 180.5,-90.5 + pos: 120.5,-19.5 parent: 1 - - uid: 26180 + - uid: 46303 components: - type: Transform - pos: 161.5,-92.5 + pos: 119.5,-19.5 parent: 1 - - uid: 26181 + - uid: 46304 components: - type: Transform - pos: 159.5,-90.5 + pos: 127.5,-17.5 parent: 1 - - uid: 26182 + - uid: 46305 components: - type: Transform - pos: 164.5,-87.5 + rot: 1.5707963267948966 rad + pos: 144.5,3.5 parent: 1 - - uid: 26183 + - uid: 46306 components: - type: Transform - pos: 162.5,-91.5 + rot: 1.5707963267948966 rad + pos: 144.5,2.5 parent: 1 - - uid: 26184 + - uid: 46307 components: - type: Transform - pos: 158.5,-89.5 + rot: 1.5707963267948966 rad + pos: 144.5,0.5 parent: 1 - - uid: 26185 + - uid: 46308 components: - type: Transform - pos: 162.5,-89.5 + pos: 128.5,-17.5 parent: 1 - - uid: 26186 + - uid: 46309 components: - type: Transform - pos: 161.5,-90.5 + pos: 129.5,-17.5 parent: 1 - - uid: 26187 + - uid: 46310 components: - type: Transform - pos: 161.5,-89.5 + pos: 130.5,-17.5 parent: 1 - - uid: 26188 + - uid: 46311 components: - type: Transform - pos: 163.5,-89.5 + pos: 131.5,-17.5 parent: 1 - - uid: 26189 + - uid: 46312 components: - type: Transform - pos: 163.5,-90.5 + pos: 132.5,-17.5 parent: 1 - - uid: 26190 + - uid: 46313 components: - type: Transform - pos: 164.5,-90.5 + pos: 133.5,-17.5 parent: 1 - - uid: 26191 + - uid: 46314 components: - type: Transform - pos: 197.5,-82.5 + pos: 134.5,-17.5 parent: 1 - - uid: 26192 + - uid: 46315 components: - type: Transform - pos: 198.5,-85.5 + pos: 135.5,-17.5 parent: 1 - - uid: 26193 + - uid: 46316 components: - type: Transform - pos: 194.5,-82.5 + pos: 136.5,-17.5 parent: 1 - - uid: 26194 + - uid: 46317 components: - type: Transform - pos: 197.5,-87.5 + pos: 137.5,-17.5 parent: 1 - - uid: 26195 + - uid: 46318 components: - type: Transform - pos: 197.5,-86.5 + pos: 138.5,-17.5 parent: 1 - - uid: 26196 + - uid: 46319 components: - type: Transform - pos: 197.5,-85.5 + pos: 139.5,-17.5 parent: 1 - - uid: 26197 + - uid: 46320 components: - type: Transform - pos: 194.5,-81.5 + pos: 140.5,-17.5 parent: 1 - - uid: 26198 + - uid: 46321 components: - type: Transform - pos: 198.5,-87.5 + pos: 141.5,-17.5 parent: 1 - - uid: 26199 + - uid: 46322 components: - type: Transform - pos: 194.5,-86.5 + pos: 142.5,-17.5 parent: 1 - - uid: 26200 + - uid: 46323 components: - type: Transform - pos: 196.5,-86.5 + pos: 143.5,-17.5 parent: 1 - - uid: 26201 + - uid: 46324 components: - type: Transform - pos: 198.5,-81.5 + pos: 144.5,-17.5 parent: 1 - - uid: 26202 + - uid: 46325 components: - type: Transform - pos: 195.5,-84.5 + pos: 125.5,-19.5 parent: 1 - - uid: 26203 + - uid: 46326 components: - type: Transform - pos: 195.5,-83.5 + rot: 1.5707963267948966 rad + pos: 144.5,1.5 parent: 1 - - uid: 26204 + - uid: 46327 components: - type: Transform - pos: 198.5,-86.5 + rot: 1.5707963267948966 rad + pos: 144.5,12.5 parent: 1 - - uid: 26205 + - uid: 46328 components: - type: Transform - pos: 198.5,-83.5 + rot: 1.5707963267948966 rad + pos: 144.5,15.5 parent: 1 - - uid: 26206 + - uid: 46329 components: - type: Transform - pos: 194.5,-83.5 + rot: 1.5707963267948966 rad + pos: 144.5,18.5 parent: 1 - - uid: 26207 + - uid: 46330 components: - type: Transform - pos: 198.5,-82.5 + rot: 1.5707963267948966 rad + pos: 144.5,5.5 parent: 1 - - uid: 26208 + - uid: 46331 components: - type: Transform - pos: 194.5,-87.5 + rot: 1.5707963267948966 rad + pos: 144.5,-1.5 parent: 1 - - uid: 26209 + - uid: 46332 components: - type: Transform - pos: 183.5,209.5 + rot: 1.5707963267948966 rad + pos: 144.5,-0.5 parent: 1 - - uid: 26210 + - uid: 46333 components: - type: Transform - pos: 217.5,178.5 + rot: 1.5707963267948966 rad + pos: 144.5,11.5 parent: 1 - - uid: 26211 + - uid: 46334 components: - type: Transform - pos: 201.5,164.5 + rot: 1.5707963267948966 rad + pos: 144.5,17.5 parent: 1 - - uid: 26212 + - uid: 46335 components: - type: Transform - pos: 217.5,179.5 + rot: 1.5707963267948966 rad + pos: 144.5,21.5 parent: 1 - - uid: 26213 + - uid: 46336 components: - type: Transform - pos: 183.5,211.5 + rot: 1.5707963267948966 rad + pos: 144.5,10.5 parent: 1 - - uid: 26214 + - uid: 46337 components: - type: Transform - pos: 217.5,177.5 + rot: 1.5707963267948966 rad + pos: 136.5,23.5 parent: 1 - - uid: 26215 + - uid: 46338 components: - type: Transform - pos: 216.5,199.5 + rot: 1.5707963267948966 rad + pos: 144.5,16.5 parent: 1 - - uid: 26216 + - uid: 46339 components: - type: Transform - pos: 186.5,202.5 + rot: 1.5707963267948966 rad + pos: 144.5,19.5 parent: 1 - - uid: 26217 + - uid: 46340 components: - type: Transform - pos: 186.5,203.5 + rot: 1.5707963267948966 rad + pos: 144.5,23.5 parent: 1 - - uid: 26218 + - uid: 46341 components: - type: Transform - pos: 186.5,201.5 + rot: 1.5707963267948966 rad + pos: 138.5,23.5 parent: 1 - - uid: 26219 + - uid: 46342 components: - type: Transform - pos: 186.5,204.5 + pos: 113.5,28.5 parent: 1 - - uid: 26220 + - uid: 46343 components: - type: Transform - pos: 183.5,214.5 + pos: 100.5,27.5 parent: 1 - - uid: 26221 + - uid: 46344 components: - type: Transform - pos: 184.5,204.5 + pos: 101.5,27.5 parent: 1 - - uid: 26228 + - uid: 46345 components: - type: Transform - pos: 217.5,180.5 + pos: 97.5,22.5 parent: 1 - - uid: 26230 + - uid: 46346 components: - type: Transform - pos: 201.5,209.5 + pos: 110.5,17.5 parent: 1 - - uid: 26231 + - uid: 46347 components: - type: Transform - pos: 202.5,209.5 + pos: 110.5,5.5 parent: 1 - - uid: 26232 + - uid: 46348 components: - type: Transform - pos: 202.5,208.5 + pos: 119.5,4.5 parent: 1 - - uid: 26233 + - uid: 46349 components: - type: Transform - pos: 203.5,209.5 + pos: 110.5,4.5 parent: 1 - - uid: 26234 + - uid: 46350 components: - type: Transform - pos: 203.5,208.5 + pos: 119.5,3.5 parent: 1 - - uid: 26235 + - uid: 46351 components: - type: Transform - pos: 204.5,210.5 + pos: 110.5,16.5 parent: 1 - - uid: 26236 + - uid: 46352 components: - type: Transform - pos: 204.5,209.5 + pos: 110.5,3.5 parent: 1 - - uid: 26237 + - uid: 46353 components: - type: Transform - pos: 204.5,208.5 + pos: 110.5,9.5 parent: 1 - - uid: 26238 + - uid: 46354 components: - type: Transform - pos: 205.5,210.5 + pos: 110.5,15.5 parent: 1 - - uid: 26244 + - uid: 46355 components: - type: Transform - pos: 209.5,199.5 + pos: 116.5,2.5 parent: 1 - - uid: 26246 + - uid: 46356 components: - type: Transform - pos: 208.5,199.5 + pos: 110.5,11.5 parent: 1 - - uid: 26248 + - uid: 46357 components: - type: Transform - pos: 207.5,199.5 + pos: 110.5,12.5 parent: 1 - - uid: 26257 + - uid: 46358 components: - type: Transform - pos: 200.5,177.5 + pos: 110.5,13.5 parent: 1 - - uid: 26258 + - uid: 46359 components: - type: Transform - pos: 203.5,163.5 + pos: 110.5,10.5 parent: 1 - - uid: 26259 + - uid: 46360 components: - type: Transform - pos: 202.5,163.5 + pos: 110.5,6.5 parent: 1 - - uid: 26260 + - uid: 46361 components: - type: Transform - pos: 200.5,163.5 + pos: 110.5,14.5 parent: 1 - - uid: 26261 + - uid: 46362 components: - type: Transform - pos: 200.5,164.5 + pos: 113.5,2.5 parent: 1 - - uid: 26262 + - uid: 46363 components: - type: Transform - pos: 200.5,165.5 + pos: 110.5,7.5 parent: 1 - - uid: 26263 + - uid: 46364 components: - type: Transform - pos: 200.5,166.5 + pos: 112.5,2.5 parent: 1 - - uid: 26264 + - uid: 46365 components: - type: Transform - pos: 200.5,167.5 + pos: 110.5,2.5 parent: 1 - - uid: 26265 + - uid: 46366 components: - type: Transform - pos: 200.5,175.5 + pos: 114.5,2.5 parent: 1 - - uid: 26266 + - uid: 46367 components: - type: Transform - pos: 200.5,176.5 + pos: 113.5,9.5 parent: 1 - - uid: 26267 + - uid: 46368 components: - type: Transform - pos: 183.5,213.5 + pos: 114.5,9.5 parent: 1 - - uid: 26268 + - uid: 46369 components: - type: Transform - pos: 210.5,192.5 + pos: 115.5,9.5 parent: 1 - - uid: 26269 + - uid: 46370 components: - type: Transform - pos: 211.5,192.5 + pos: 111.5,9.5 parent: 1 - - uid: 26270 + - uid: 46371 components: - type: Transform - pos: 211.5,193.5 + pos: 115.5,8.5 parent: 1 - - uid: 26271 + - uid: 46372 components: - type: Transform - pos: 213.5,163.5 + pos: 115.5,7.5 parent: 1 - - uid: 26272 + - uid: 46373 components: - type: Transform - pos: 183.5,212.5 + pos: 115.5,6.5 parent: 1 - - uid: 26273 + - uid: 46374 components: - type: Transform - pos: 215.5,166.5 + pos: 116.5,6.5 parent: 1 - - uid: 26274 + - uid: 46375 components: - type: Transform - pos: 216.5,166.5 + pos: 117.5,6.5 parent: 1 - - uid: 26276 + - uid: 46376 components: - type: Transform - pos: 218.5,193.5 + pos: 118.5,6.5 parent: 1 - - uid: 26277 + - uid: 46377 components: - type: Transform - pos: 218.5,192.5 + pos: 93.5,22.5 parent: 1 - - uid: 26278 + - uid: 46378 components: - type: Transform - pos: 218.5,181.5 + pos: 88.5,22.5 parent: 1 - - uid: 26279 + - uid: 46379 components: - type: Transform - pos: 218.5,180.5 + pos: 90.5,22.5 parent: 1 - - uid: 26280 + - uid: 46380 components: - type: Transform - pos: 218.5,179.5 + pos: 89.5,22.5 parent: 1 - - uid: 26281 + - uid: 46381 components: - type: Transform - pos: 218.5,178.5 + pos: 94.5,22.5 parent: 1 - - uid: 26282 + - uid: 46382 components: - type: Transform - pos: 183.5,216.5 + pos: 98.5,23.5 parent: 1 - - uid: 26285 + - uid: 46383 components: - type: Transform - pos: 183.5,215.5 + pos: 92.5,22.5 parent: 1 - - uid: 26287 + - uid: 46384 components: - type: Transform - pos: 183.5,217.5 + pos: 96.5,22.5 parent: 1 - - uid: 26288 + - uid: 46385 components: - type: Transform - pos: 183.5,218.5 + pos: 98.5,24.5 parent: 1 - - uid: 26289 + - uid: 46386 components: - type: Transform - pos: 183.5,219.5 + pos: 98.5,25.5 parent: 1 - - uid: 26290 + - uid: 46387 components: - type: Transform - pos: 183.5,220.5 + pos: 113.5,30.5 parent: 1 - - uid: 26291 + - uid: 46388 components: - type: Transform - pos: 183.5,221.5 + pos: 113.5,31.5 parent: 1 - - uid: 26292 + - uid: 46389 components: - type: Transform - pos: 183.5,222.5 + pos: 113.5,35.5 parent: 1 - - uid: 26298 + - uid: 46390 components: - type: Transform - pos: 183.5,204.5 + pos: 113.5,32.5 parent: 1 - - uid: 26299 + - uid: 46391 components: - type: Transform - pos: 185.5,204.5 + pos: 113.5,33.5 parent: 1 - - uid: 26300 + - uid: 46392 components: - type: Transform - pos: 210.5,67.5 + pos: 113.5,34.5 parent: 1 - - uid: 26301 + - uid: 46393 components: - type: Transform - pos: 210.5,68.5 + pos: 113.5,36.5 parent: 1 - - uid: 26302 + - uid: 46394 components: - type: Transform - pos: 212.5,69.5 + pos: 113.5,37.5 parent: 1 - - uid: 26303 + - uid: 46395 components: - type: Transform - pos: 203.5,63.5 + pos: 113.5,38.5 parent: 1 - - uid: 26304 + - uid: 46396 components: - type: Transform - pos: 200.5,72.5 + pos: 113.5,39.5 parent: 1 - - uid: 26305 + - uid: 46397 components: - type: Transform - pos: 206.5,76.5 + pos: 113.5,40.5 parent: 1 - - uid: 26306 + - uid: 46398 components: - type: Transform - pos: 213.5,72.5 + pos: 113.5,41.5 parent: 1 - - uid: 26307 + - uid: 46399 components: - type: Transform - pos: 209.5,66.5 + pos: 113.5,42.5 parent: 1 - - uid: 26308 + - uid: 46400 components: - type: Transform - pos: 202.5,62.5 + pos: 113.5,43.5 parent: 1 - - uid: 26309 + - uid: 46401 components: - type: Transform - pos: 206.5,65.5 + pos: 113.5,44.5 parent: 1 - - uid: 26310 + - uid: 46402 components: - type: Transform - pos: 208.5,77.5 + pos: 114.5,44.5 parent: 1 - - uid: 26311 + - uid: 46403 components: - type: Transform - pos: 207.5,66.5 + pos: 115.5,44.5 parent: 1 - - uid: 26312 + - uid: 46404 components: - type: Transform - pos: 205.5,64.5 + pos: 116.5,44.5 parent: 1 - - uid: 26313 + - uid: 46405 components: - type: Transform - pos: 209.5,78.5 + pos: 117.5,44.5 parent: 1 - - uid: 26314 + - uid: 46406 components: - type: Transform - pos: 214.5,73.5 + pos: 118.5,44.5 parent: 1 - - uid: 26315 + - uid: 46407 components: - type: Transform - pos: 203.5,75.5 + pos: 119.5,44.5 parent: 1 - - uid: 26316 + - uid: 46408 components: - type: Transform - pos: 215.5,76.5 + pos: 120.5,44.5 parent: 1 - - uid: 26317 + - uid: 46409 components: - type: Transform - pos: 211.5,69.5 + pos: 121.5,44.5 parent: 1 - - uid: 26318 + - uid: 46410 components: - type: Transform - pos: 200.5,73.5 + pos: 122.5,44.5 parent: 1 - - uid: 26319 + - uid: 46411 components: - type: Transform - pos: 202.5,74.5 + pos: 123.5,44.5 parent: 1 - - uid: 26320 + - uid: 46412 components: - type: Transform - pos: 203.5,74.5 + pos: 124.5,44.5 parent: 1 - - uid: 26321 + - uid: 46413 components: - type: Transform - pos: 204.5,75.5 + pos: 125.5,44.5 parent: 1 - - uid: 26322 + - uid: 46414 components: - type: Transform - pos: 205.5,75.5 + pos: 126.5,44.5 parent: 1 - - uid: 26323 + - uid: 46415 components: - type: Transform - pos: 201.5,74.5 + pos: 127.5,44.5 parent: 1 - - uid: 26324 + - uid: 46416 components: - type: Transform - pos: 201.5,73.5 + pos: 128.5,44.5 parent: 1 - - uid: 26325 + - uid: 46417 components: - type: Transform - pos: 206.5,75.5 + pos: 129.5,44.5 parent: 1 - - uid: 26326 + - uid: 46418 components: - type: Transform - pos: 207.5,76.5 + pos: 130.5,44.5 parent: 1 - - uid: 26327 + - uid: 46419 components: - type: Transform - pos: 202.5,63.5 + pos: 131.5,44.5 parent: 1 - - uid: 26328 + - uid: 46420 components: - type: Transform - pos: 203.5,64.5 + pos: 132.5,44.5 parent: 1 - - uid: 26329 + - uid: 46421 components: - type: Transform - pos: 204.5,64.5 + pos: 133.5,44.5 parent: 1 - - uid: 26330 + - uid: 46422 components: - type: Transform - pos: 205.5,65.5 + pos: 133.5,43.5 parent: 1 - - uid: 26331 + - uid: 46423 components: - type: Transform - pos: 207.5,65.5 + pos: 133.5,42.5 parent: 1 - - uid: 26332 + - uid: 46424 components: - type: Transform - pos: 208.5,66.5 + pos: 133.5,41.5 parent: 1 - - uid: 26333 + - uid: 46425 components: - type: Transform - pos: 208.5,78.5 + pos: 133.5,40.5 parent: 1 - - uid: 26334 + - uid: 46426 components: - type: Transform - pos: 207.5,77.5 + pos: 133.5,39.5 parent: 1 - - uid: 26335 + - uid: 46427 components: - type: Transform - pos: 211.5,68.5 + pos: 133.5,38.5 parent: 1 - - uid: 26336 + - uid: 46428 components: - type: Transform - pos: 210.5,66.5 + pos: 133.5,37.5 parent: 1 - - uid: 26337 + - uid: 46429 components: - type: Transform - pos: 215.5,75.5 + pos: 133.5,36.5 parent: 1 - - uid: 26338 + - uid: 46430 components: - type: Transform - pos: 213.5,73.5 + pos: 133.5,35.5 parent: 1 - - uid: 26339 + - uid: 46431 components: - type: Transform - pos: 214.5,74.5 + pos: 133.5,34.5 parent: 1 - - uid: 26340 + - uid: 46432 components: - type: Transform - pos: 214.5,75.5 + pos: 133.5,33.5 parent: 1 - - uid: 26341 + - uid: 46433 components: - type: Transform - pos: 215.5,77.5 + pos: 133.5,32.5 parent: 1 - - uid: 26342 + - uid: 46434 components: - type: Transform - pos: 213.5,70.5 + pos: 133.5,31.5 parent: 1 - - uid: 26343 + - uid: 46435 components: - type: Transform - pos: 209.5,67.5 + pos: 133.5,30.5 parent: 1 - - uid: 26344 + - uid: 46436 components: - type: Transform - pos: 207.5,67.5 + pos: 133.5,29.5 parent: 1 - - uid: 26345 + - uid: 46437 components: - type: Transform - pos: 208.5,67.5 + pos: 133.5,28.5 parent: 1 - - uid: 26346 + - uid: 46438 components: - type: Transform - pos: 215.5,78.5 + pos: 116.5,3.5 parent: 1 - - uid: 26347 + - uid: 46439 components: - type: Transform - pos: 204.5,74.5 + pos: 164.5,-65.5 parent: 1 - - uid: 26348 + - uid: 46440 components: - type: Transform - pos: 202.5,73.5 + pos: 183.5,-78.5 parent: 1 - - uid: 45535 + - uid: 46441 components: - type: Transform - pos: -421.5,129.5 + pos: 175.5,-78.5 parent: 1 - - uid: 45759 + - uid: 46442 components: - type: Transform - pos: -405.5,122.5 + pos: 162.5,-65.5 parent: 1 - - uid: 46762 + - uid: 46443 components: - type: Transform - pos: -406.5,121.5 + pos: 176.5,-78.5 parent: 1 - - uid: 46763 + - uid: 46444 components: - type: Transform - pos: -405.5,120.5 + pos: 159.5,-65.5 parent: 1 - - uid: 46817 + - uid: 46445 components: - type: Transform - pos: -404.5,119.5 + pos: 185.5,-78.5 parent: 1 - - uid: 46820 + - uid: 46446 components: - type: Transform - pos: -405.5,119.5 + pos: 161.5,-65.5 parent: 1 - - uid: 46822 + - uid: 46447 components: - type: Transform - pos: -404.5,120.5 + pos: 184.5,-78.5 parent: 1 - - uid: 46888 + - uid: 46448 components: - type: Transform - pos: -401.5,119.5 + pos: 158.5,-80.5 parent: 1 - - uid: 46889 + - uid: 46449 components: - type: Transform - pos: -401.5,118.5 + pos: 160.5,-80.5 parent: 1 - - uid: 46890 + - uid: 46450 components: - type: Transform - pos: -403.5,117.5 + pos: 178.5,-78.5 parent: 1 - - uid: 46891 + - uid: 46451 components: - type: Transform - pos: -404.5,117.5 + pos: 156.5,-74.5 parent: 1 - - uid: 46892 + - uid: 46452 components: - type: Transform - pos: -404.5,116.5 + pos: 157.5,-65.5 parent: 1 - - uid: 46893 + - uid: 46453 components: - type: Transform - pos: -401.5,120.5 + pos: 158.5,-65.5 parent: 1 - - uid: 46894 + - uid: 46454 components: - type: Transform - pos: -402.5,120.5 + pos: 156.5,-65.5 parent: 1 - - uid: 46895 + - uid: 46455 components: - type: Transform - pos: -402.5,121.5 + pos: 165.5,-65.5 parent: 1 - - uid: 46896 + - uid: 46456 components: - type: Transform - pos: -401.5,121.5 + pos: 166.5,-65.5 parent: 1 - - uid: 46902 + - uid: 46457 components: - type: Transform - pos: -406.5,123.5 + pos: 167.5,-65.5 parent: 1 - - uid: 46903 + - uid: 46458 components: - type: Transform - pos: -405.5,121.5 + pos: 168.5,-65.5 parent: 1 - - uid: 46905 + - uid: 46459 components: - type: Transform - pos: -406.5,122.5 + pos: 169.5,-65.5 parent: 1 - - uid: 46908 + - uid: 46460 components: - type: Transform - pos: -403.5,124.5 + pos: 170.5,-65.5 parent: 1 - - uid: 46909 + - uid: 46461 components: - type: Transform - pos: -404.5,122.5 + pos: 171.5,-65.5 parent: 1 - - uid: 46910 + - uid: 46462 components: - type: Transform - pos: -402.5,122.5 + pos: 175.5,-65.5 parent: 1 - - uid: 46911 + - uid: 46463 components: - type: Transform - pos: -402.5,123.5 + pos: 176.5,-65.5 parent: 1 - - uid: 46912 + - uid: 46464 components: - type: Transform - pos: -402.5,124.5 + pos: 177.5,-65.5 parent: 1 - - uid: 46913 + - uid: 46465 components: - type: Transform - pos: -402.5,125.5 + pos: 178.5,-65.5 parent: 1 - - uid: 46916 + - uid: 46466 components: - type: Transform - pos: -405.5,128.5 + pos: 179.5,-65.5 parent: 1 - - uid: 46917 + - uid: 46467 components: - type: Transform - pos: -404.5,128.5 + pos: 180.5,-65.5 parent: 1 - - uid: 46918 + - uid: 46468 components: - type: Transform - pos: -401.5,122.5 + pos: 181.5,-65.5 parent: 1 - - uid: 46919 + - uid: 46469 components: - type: Transform - pos: -401.5,123.5 + pos: 182.5,-65.5 parent: 1 - - uid: 46920 + - uid: 46470 components: - type: Transform - pos: -401.5,124.5 + pos: 183.5,-65.5 parent: 1 - - uid: 46921 + - uid: 46471 components: - type: Transform - pos: -401.5,125.5 + pos: 184.5,-65.5 parent: 1 - - uid: 46922 + - uid: 46472 components: - type: Transform - pos: -406.5,128.5 + pos: 185.5,-65.5 parent: 1 - - uid: 46926 + - uid: 46473 components: - type: Transform - pos: -402.5,126.5 + pos: 186.5,-65.5 parent: 1 - - uid: 46927 + - uid: 46474 components: - type: Transform - pos: -401.5,126.5 + pos: 186.5,-66.5 parent: 1 - - uid: 46928 + - uid: 46475 components: - type: Transform - pos: -401.5,127.5 + pos: 186.5,-67.5 parent: 1 - - uid: 46929 + - uid: 46476 components: - type: Transform - pos: -402.5,128.5 + pos: 186.5,-68.5 parent: 1 - - uid: 46930 + - uid: 46477 components: - type: Transform - pos: -401.5,128.5 + pos: 186.5,-69.5 parent: 1 - - uid: 46931 + - uid: 46478 components: - type: Transform - pos: -406.5,127.5 + pos: 186.5,-70.5 parent: 1 - - uid: 46933 + - uid: 46479 components: - type: Transform - pos: -402.5,127.5 + pos: 186.5,-71.5 parent: 1 - - uid: 46945 + - uid: 46480 components: - type: Transform - pos: -420.5,130.5 + pos: 186.5,-72.5 parent: 1 - - uid: 46975 + - uid: 46481 components: - type: Transform - pos: -427.5,120.5 + pos: 186.5,-73.5 parent: 1 - - uid: 46976 + - uid: 46482 components: - type: Transform - pos: -425.5,118.5 + pos: 186.5,-74.5 parent: 1 - - uid: 46991 + - uid: 46483 components: - type: Transform - pos: -427.5,121.5 + pos: 186.5,-75.5 parent: 1 - - uid: 46992 + - uid: 46484 components: - type: Transform - pos: -426.5,119.5 + pos: 186.5,-76.5 parent: 1 - - uid: 46993 + - uid: 46485 components: - type: Transform - pos: -420.5,119.5 + pos: 186.5,-77.5 parent: 1 - - uid: 46994 + - uid: 46486 components: - type: Transform - pos: -420.5,118.5 + pos: 186.5,-78.5 parent: 1 - - uid: 46995 + - uid: 46487 components: - type: Transform - pos: -426.5,118.5 + pos: 186.5,-79.5 parent: 1 - - uid: 46996 + - uid: 46488 components: - type: Transform - pos: -422.5,118.5 + pos: 179.5,-76.5 parent: 1 - - uid: 46997 + - uid: 46489 components: - type: Transform - pos: -420.5,120.5 + pos: 179.5,-77.5 parent: 1 - - uid: 46998 + - uid: 46490 components: - type: Transform - pos: -427.5,118.5 + pos: 179.5,-74.5 parent: 1 - - uid: 46999 + - uid: 46491 components: - type: Transform - pos: -421.5,119.5 + pos: 179.5,-75.5 parent: 1 - - uid: 47000 + - uid: 46492 components: - type: Transform - pos: -421.5,118.5 + pos: 179.5,-72.5 parent: 1 - - uid: 47005 + - uid: 46493 components: - type: Transform - pos: -427.5,122.5 + pos: 182.5,-78.5 parent: 1 - - uid: 47006 + - uid: 46494 components: - type: Transform - pos: -426.5,120.5 + pos: 172.5,-72.5 parent: 1 - - uid: 47007 + - uid: 46495 components: - type: Transform - pos: -427.5,119.5 + pos: 170.5,-72.5 parent: 1 - - uid: 47008 + - uid: 46496 components: - type: Transform - pos: -422.5,124.5 + pos: 180.5,-72.5 parent: 1 - - uid: 47009 + - uid: 46497 components: - type: Transform - pos: -421.5,124.5 + pos: 181.5,-72.5 parent: 1 - - uid: 47010 + - uid: 46498 components: - type: Transform - pos: -420.5,124.5 + pos: 174.5,-78.5 parent: 1 - - uid: 47021 + - uid: 46499 components: - type: Transform - pos: -426.5,129.5 + pos: 173.5,-78.5 parent: 1 - - uid: 47036 + - uid: 46500 components: - type: Transform - pos: -426.5,131.5 + pos: 172.5,-78.5 parent: 1 - - uid: 47037 + - uid: 46501 components: - type: Transform - pos: -427.5,129.5 + pos: 171.5,-78.5 parent: 1 - - uid: 47038 + - uid: 46502 components: - type: Transform - pos: -425.5,131.5 + pos: 170.5,-78.5 parent: 1 - - uid: 47039 + - uid: 46503 components: - type: Transform - pos: -423.5,133.5 + pos: 169.5,-78.5 parent: 1 - - uid: 47040 + - uid: 46504 components: - type: Transform - pos: -426.5,130.5 + pos: 168.5,-78.5 parent: 1 - - uid: 47041 + - uid: 46505 components: - type: Transform - pos: -426.5,132.5 + pos: 167.5,-78.5 parent: 1 - - uid: 47042 + - uid: 46506 components: - type: Transform - pos: -424.5,132.5 + pos: 166.5,-78.5 parent: 1 - - uid: 47043 + - uid: 46507 components: - type: Transform - pos: -425.5,132.5 + pos: 165.5,-78.5 parent: 1 - - uid: 47044 + - uid: 46508 components: - type: Transform - pos: -424.5,133.5 + pos: 164.5,-78.5 parent: 1 - - uid: 47045 + - uid: 46509 components: - type: Transform - pos: -420.5,129.5 + pos: 163.5,-78.5 parent: 1 - - uid: 47046 + - uid: 46510 components: - type: Transform - pos: -424.5,130.5 + pos: 162.5,-78.5 parent: 1 - - uid: 47047 + - uid: 46511 components: - type: Transform - pos: -420.5,133.5 + pos: 161.5,-78.5 parent: 1 - - uid: 47048 + - uid: 46512 components: - type: Transform - pos: -420.5,134.5 + pos: 157.5,-78.5 parent: 1 - - uid: 47053 + - uid: 46513 components: - type: Transform - pos: -423.5,125.5 + pos: 158.5,-78.5 parent: 1 - - uid: 47054 + - uid: 46514 components: - type: Transform - pos: -427.5,125.5 + pos: 158.5,-79.5 parent: 1 - - uid: 47055 + - uid: 46515 components: - type: Transform - pos: -423.5,126.5 + pos: 160.5,-78.5 parent: 1 - - uid: 47056 + - uid: 46516 components: - type: Transform - pos: -421.5,125.5 + pos: 160.5,-79.5 parent: 1 - - uid: 47057 + - uid: 46517 components: - type: Transform - pos: -422.5,126.5 + pos: 165.5,-74.5 parent: 1 - - uid: 47058 + - uid: 46518 components: - type: Transform - pos: -422.5,125.5 + pos: 161.5,-74.5 parent: 1 - - uid: 47059 + - uid: 46519 components: - type: Transform - pos: -420.5,125.5 + pos: 161.5,-75.5 parent: 1 - - uid: 47060 + - uid: 46520 components: - type: Transform - pos: -421.5,126.5 + pos: 160.5,-74.5 parent: 1 - - uid: 47061 + - uid: 46521 components: - type: Transform - pos: -424.5,127.5 + pos: 161.5,-76.5 parent: 1 - - uid: 47062 + - uid: 46522 components: - type: Transform - pos: -427.5,123.5 + pos: 185.5,-72.5 parent: 1 - - uid: 47064 + - uid: 46523 components: - type: Transform - pos: -424.5,126.5 + pos: 184.5,-72.5 parent: 1 - - uid: 47068 + - uid: 46524 components: - type: Transform - pos: -425.5,130.5 + pos: 182.5,-72.5 parent: 1 -- proto: WallRockBasalt - entities: - - uid: 26349 + - uid: 46525 components: - type: Transform - pos: 163.5,199.5 + pos: 179.5,-70.5 parent: 1 - - uid: 26350 + - uid: 46526 components: - type: Transform - pos: 125.5,199.5 + pos: 179.5,-69.5 parent: 1 - - uid: 26351 + - uid: 46527 components: - type: Transform - pos: 123.5,199.5 + pos: 179.5,-68.5 parent: 1 - - uid: 26352 + - uid: 46528 components: - type: Transform - pos: 120.5,197.5 + pos: 179.5,-67.5 parent: 1 - - uid: 26353 + - uid: 46529 components: - type: Transform - pos: 121.5,199.5 + pos: 179.5,-66.5 parent: 1 - - uid: 26354 + - uid: 46530 components: - type: Transform - pos: 128.5,199.5 + pos: 178.5,-72.5 parent: 1 - - uid: 26355 + - uid: 46531 components: - type: Transform - pos: 126.5,199.5 + pos: 175.5,-72.5 parent: 1 - - uid: 26356 + - uid: 46532 components: - type: Transform - pos: 127.5,199.5 + pos: 174.5,-72.5 parent: 1 - - uid: 26357 + - uid: 46533 components: - type: Transform - pos: -167.5,-158.5 + pos: 175.5,-73.5 parent: 1 - - uid: 26358 + - uid: 46534 components: - type: Transform - pos: -170.5,-157.5 + pos: 175.5,-77.5 parent: 1 - - uid: 26359 + - uid: 46535 components: - type: Transform - pos: -198.5,-76.5 + pos: 166.5,-72.5 parent: 1 - - uid: 26360 + - uid: 46536 components: - type: Transform - pos: 192.5,185.5 + pos: 165.5,-72.5 parent: 1 - - uid: 26361 + - uid: 46537 components: - type: Transform - pos: -170.5,-161.5 + pos: 165.5,-66.5 parent: 1 - - uid: 26362 + - uid: 46538 components: - type: Transform - pos: 177.5,197.5 + pos: 165.5,-67.5 parent: 1 - - uid: 26363 + - uid: 46539 components: - type: Transform - pos: 124.5,199.5 + pos: 165.5,-68.5 parent: 1 - - uid: 26364 + - uid: 46540 components: - type: Transform - pos: -170.5,-158.5 + pos: 161.5,-77.5 parent: 1 - - uid: 26365 + - uid: 46541 components: - type: Transform - pos: 187.5,196.5 + pos: 158.5,-74.5 parent: 1 - - uid: 26366 + - uid: 46542 components: - type: Transform - pos: 198.5,171.5 + pos: 155.5,-65.5 parent: 1 - - uid: 26367 + - uid: 46543 components: - type: Transform - pos: 151.5,195.5 + pos: 155.5,-66.5 parent: 1 - - uid: 26368 + - uid: 46544 components: - type: Transform - pos: -172.5,-190.5 + pos: 155.5,-67.5 parent: 1 - - uid: 26369 + - uid: 46545 components: - type: Transform - pos: 140.5,194.5 + pos: 155.5,-68.5 parent: 1 - - uid: 26370 + - uid: 46546 components: - type: Transform - pos: -197.5,-147.5 + pos: 155.5,-69.5 parent: 1 - - uid: 26371 + - uid: 46547 components: - type: Transform - pos: 148.5,198.5 + pos: 155.5,-70.5 parent: 1 - - uid: 26372 + - uid: 46548 components: - type: Transform - pos: 144.5,195.5 + pos: 155.5,-71.5 parent: 1 - - uid: 26373 + - uid: 46549 components: - type: Transform - pos: 146.5,198.5 + pos: 155.5,-72.5 parent: 1 - - uid: 26374 + - uid: 46550 components: - type: Transform - pos: 152.5,194.5 + pos: 155.5,-73.5 parent: 1 - - uid: 26375 + - uid: 46551 components: - type: Transform - pos: 143.5,198.5 + pos: 155.5,-74.5 parent: 1 - - uid: 26376 + - uid: 46552 components: - type: Transform - pos: 75.5,38.5 + pos: 155.5,-75.5 parent: 1 - - uid: 26377 + - uid: 46553 components: - type: Transform - pos: 155.5,-64.5 + pos: 155.5,-76.5 parent: 1 - - uid: 26378 + - uid: 46554 components: - type: Transform - pos: 142.5,195.5 + pos: 155.5,-77.5 parent: 1 - - uid: 26379 + - uid: 46555 components: - type: Transform - pos: -129.5,-180.5 + pos: 155.5,-78.5 parent: 1 - - uid: 26380 + - uid: 46556 components: - type: Transform - pos: 197.5,160.5 + pos: 56.5,175.5 parent: 1 - - uid: 26381 + - uid: 46557 components: - type: Transform - pos: 147.5,194.5 + pos: 61.5,169.5 parent: 1 - - uid: 26382 + - uid: 46558 components: - type: Transform - pos: 171.5,196.5 + pos: 64.5,171.5 parent: 1 - - uid: 26383 + - uid: 46559 components: - type: Transform - pos: 149.5,194.5 + pos: 64.5,173.5 parent: 1 - - uid: 26384 + - uid: 46560 components: - type: Transform - pos: 120.5,189.5 + pos: 64.5,175.5 parent: 1 - - uid: 26385 + - uid: 46561 components: - type: Transform - pos: 148.5,199.5 + pos: 64.5,172.5 parent: 1 - - uid: 26386 + - uid: 46562 components: - type: Transform - pos: 171.5,197.5 + pos: 64.5,174.5 parent: 1 - - uid: 26387 + - uid: 46563 components: - type: Transform - pos: 64.5,54.5 + pos: 64.5,170.5 parent: 1 - - uid: 26388 + - uid: 46564 components: - type: Transform - pos: 144.5,194.5 + pos: 64.5,169.5 parent: 1 - - uid: 26389 + - uid: 46565 components: - type: Transform - pos: -166.5,-161.5 + pos: 56.5,174.5 parent: 1 - - uid: 26390 + - uid: 46566 components: - type: Transform - pos: 142.5,194.5 + pos: 56.5,172.5 parent: 1 - - uid: 26391 + - uid: 46567 components: - type: Transform - pos: 129.5,199.5 + pos: 56.5,170.5 parent: 1 - - uid: 26393 + - uid: 46568 components: - type: Transform - pos: 190.5,-17.5 + pos: 56.5,171.5 parent: 1 - - uid: 26394 + - uid: 46569 components: - type: Transform - pos: 152.5,195.5 + pos: 56.5,169.5 parent: 1 - - uid: 26395 + - uid: 46570 components: - type: Transform - pos: 148.5,196.5 + pos: 60.5,169.5 parent: 1 - - uid: 26397 + - uid: 46571 components: - type: Transform - pos: 183.5,195.5 + pos: 56.5,173.5 parent: 1 - - uid: 26398 + - uid: 46572 components: - type: Transform - pos: 145.5,195.5 + pos: 58.5,169.5 parent: 1 - - uid: 26399 + - uid: 46573 components: - type: Transform - pos: 143.5,199.5 + pos: 59.5,175.5 parent: 1 - - uid: 26400 + - uid: 46574 components: - type: Transform - pos: 151.5,198.5 + pos: 61.5,175.5 parent: 1 - - uid: 26401 + - uid: 46575 components: - type: Transform - pos: 145.5,199.5 + pos: 60.5,175.5 parent: 1 - - uid: 26402 + - uid: 46576 components: - type: Transform - pos: 145.5,194.5 + pos: 57.5,175.5 parent: 1 - - uid: 26403 + - uid: 46577 components: - type: Transform - pos: 145.5,197.5 + pos: 62.5,175.5 parent: 1 - - uid: 26404 + - uid: 46578 components: - type: Transform - pos: 145.5,198.5 + pos: 58.5,175.5 parent: 1 - - uid: 26406 + - uid: 46579 components: - type: Transform - pos: 158.5,128.5 + pos: 63.5,175.5 parent: 1 - - uid: 26407 + - uid: 46580 components: - type: Transform - pos: -129.5,-179.5 + pos: 63.5,169.5 parent: 1 - - uid: 26408 + - uid: 46581 components: - type: Transform - pos: 149.5,196.5 + pos: 62.5,169.5 parent: 1 - - uid: 26409 + - uid: 46582 components: - type: Transform - pos: -196.5,-164.5 + rot: 1.5707963267948966 rad + pos: 171.5,-72.5 parent: 1 - - uid: 26410 + - uid: 46583 components: - type: Transform - pos: 144.5,197.5 + rot: -1.5707963267948966 rad + pos: 183.5,-72.5 parent: 1 - - uid: 26411 + - uid: 46584 components: - type: Transform - pos: 165.5,195.5 + pos: 156.5,-79.5 parent: 1 - - uid: 26412 + - uid: 46585 components: - type: Transform - pos: 198.5,193.5 + pos: 174.5,-65.5 parent: 1 - - uid: 26413 + - uid: 46586 components: - type: Transform - pos: 155.5,195.5 + pos: 172.5,-65.5 parent: 1 - - uid: 26415 + - uid: 46587 components: - type: Transform - pos: 142.5,199.5 + pos: -92.5,-160.5 parent: 1 - - uid: 26416 + - uid: 46588 components: - type: Transform - pos: 192.5,184.5 + pos: -93.5,-151.5 parent: 1 - - uid: 26417 + - uid: 46589 components: - type: Transform - pos: 160.5,126.5 + pos: -113.5,-162.5 parent: 1 - - uid: 26418 + - uid: 46590 components: - type: Transform - pos: 152.5,198.5 + pos: -174.5,-135.5 parent: 1 - - uid: 26419 + - uid: 46591 components: - type: Transform - pos: 149.5,198.5 + pos: -175.5,-135.5 parent: 1 - - uid: 26420 + - uid: 46592 components: - type: Transform - pos: 151.5,199.5 + pos: -182.5,-92.5 parent: 1 - - uid: 26421 + - uid: 46593 components: - type: Transform - pos: 151.5,196.5 + pos: 95.5,22.5 parent: 1 - - uid: 26422 + - uid: 46594 components: - type: Transform - pos: 67.5,57.5 + pos: -183.5,-92.5 parent: 1 - - uid: 26423 + - uid: 46595 components: - type: Transform - pos: 151.5,194.5 + pos: -183.5,-96.5 parent: 1 - - uid: 26424 + - uid: 46596 components: - type: Transform - pos: -190.5,-153.5 + pos: -183.5,-95.5 parent: 1 - - uid: 26425 + - uid: 46597 components: - type: Transform - pos: 171.5,198.5 + pos: -183.5,-94.5 parent: 1 - - uid: 26426 + - uid: 46598 components: - type: Transform - pos: 183.5,194.5 + pos: -183.5,-93.5 parent: 1 - - uid: 26427 + - uid: 46599 components: - type: Transform - pos: 148.5,197.5 + pos: -158.5,-128.5 parent: 1 - - uid: 26428 + - uid: 46600 components: - type: Transform - pos: -166.5,-162.5 + pos: -152.5,-119.5 parent: 1 - - uid: 26429 + - uid: 46601 components: - type: Transform - pos: 139.5,194.5 + pos: -158.5,-127.5 parent: 1 - - uid: 26430 + - uid: 46602 components: - type: Transform - pos: 153.5,198.5 + pos: -152.5,-117.5 parent: 1 - - uid: 26433 + - uid: 46603 components: - type: Transform - pos: 171.5,199.5 + pos: -151.5,-125.5 parent: 1 - - uid: 26434 + - uid: 46604 components: - type: Transform - pos: 194.5,150.5 + pos: -151.5,-123.5 parent: 1 - - uid: 26435 + - uid: 46605 components: - type: Transform - pos: 147.5,199.5 + pos: -159.5,-127.5 parent: 1 - - uid: 26436 + - uid: 46606 components: - type: Transform - pos: 146.5,195.5 + pos: -151.5,-129.5 parent: 1 - - uid: 26437 + - uid: 46607 components: - type: Transform - pos: 36.5,74.5 + pos: -152.5,-121.5 parent: 1 - - uid: 26438 + - uid: 46608 components: - type: Transform - pos: 143.5,197.5 + pos: -151.5,-128.5 parent: 1 - - uid: 26439 + - uid: 46609 components: - type: Transform - pos: 135.5,187.5 + pos: -154.5,-129.5 parent: 1 - - uid: 26441 + - uid: 46610 components: - type: Transform - pos: -146.5,-167.5 + pos: -152.5,-118.5 parent: 1 - - uid: 26442 + - uid: 46611 components: - type: Transform - pos: 63.5,39.5 + pos: -156.5,-129.5 parent: 1 - - uid: 26443 + - uid: 46612 components: - type: Transform - pos: 154.5,195.5 + pos: -151.5,-124.5 parent: 1 - - uid: 26444 + - uid: 46613 components: - type: Transform - pos: 147.5,197.5 + pos: -151.5,-126.5 parent: 1 - - uid: 26445 + - uid: 46614 components: - type: Transform - pos: 146.5,197.5 + pos: -157.5,-129.5 parent: 1 - - uid: 26446 + - uid: 46615 components: - type: Transform - pos: 147.5,198.5 + pos: -158.5,-129.5 parent: 1 - - uid: 26447 + - uid: 46616 components: - type: Transform - pos: 148.5,194.5 + pos: -152.5,-122.5 parent: 1 - - uid: 26448 + - uid: 46617 components: - type: Transform - pos: 149.5,197.5 + pos: -151.5,-122.5 parent: 1 - - uid: 26449 + - uid: 46618 components: - type: Transform - pos: 149.5,195.5 + pos: -152.5,-129.5 parent: 1 - - uid: 26450 + - uid: 46619 components: - type: Transform - pos: 149.5,199.5 + pos: -152.5,-120.5 parent: 1 - - uid: 26451 + - uid: 46620 components: - type: Transform - pos: 150.5,194.5 + pos: -151.5,-127.5 parent: 1 - - uid: 26452 + - uid: 46621 components: - type: Transform - pos: 155.5,194.5 + pos: -152.5,-116.5 parent: 1 - - uid: 26453 + - uid: 46622 components: - type: Transform - pos: 148.5,195.5 + pos: -155.5,-129.5 parent: 1 - - uid: 26454 + - uid: 46623 components: - type: Transform - pos: 144.5,199.5 + pos: -153.5,-129.5 parent: 1 - - uid: 26455 + - uid: 46624 components: - type: Transform - pos: 141.5,198.5 + pos: -176.5,-141.5 parent: 1 - - uid: 26456 + - uid: 46625 components: - type: Transform - pos: 143.5,195.5 + pos: -181.5,-92.5 parent: 1 - - uid: 26457 + - uid: 46626 components: - type: Transform - pos: 142.5,198.5 + pos: -96.5,-173.5 parent: 1 - - uid: 26458 + - uid: 46627 components: - type: Transform - pos: 142.5,197.5 + pos: 116.5,5.5 parent: 1 - - uid: 26459 + - uid: 46628 components: - type: Transform - pos: 143.5,194.5 + rot: 3.141592653589793 rad + pos: 136.5,27.5 parent: 1 - - uid: 26461 + - uid: 46629 components: - type: Transform - pos: 150.5,195.5 + pos: 91.5,22.5 parent: 1 - - uid: 26462 + - uid: 46630 components: - type: Transform - pos: 141.5,195.5 + pos: -96.5,-170.5 parent: 1 - - uid: 26463 + - uid: 46631 components: - type: Transform - pos: 141.5,199.5 + rot: 3.141592653589793 rad + pos: -83.5,-188.5 parent: 1 - - uid: 26464 + - uid: 46632 components: - type: Transform - pos: 140.5,199.5 + pos: -104.5,-174.5 parent: 1 - - uid: 26465 + - uid: 46633 components: - type: Transform - pos: 141.5,194.5 + rot: 3.141592653589793 rad + pos: -88.5,-188.5 parent: 1 - - uid: 26466 + - uid: 46634 components: - type: Transform - pos: 140.5,197.5 + rot: 3.141592653589793 rad + pos: -85.5,-182.5 parent: 1 - - uid: 26467 + - uid: 46635 components: - type: Transform - pos: 140.5,198.5 + rot: 3.141592653589793 rad + pos: -85.5,-188.5 parent: 1 - - uid: 26468 + - uid: 46636 components: - type: Transform - pos: 140.5,196.5 + pos: -94.5,-176.5 parent: 1 - - uid: 26469 + - uid: 46637 components: - type: Transform - pos: 140.5,195.5 + rot: 3.141592653589793 rad + pos: -89.5,-183.5 parent: 1 - - uid: 26470 + - uid: 46638 components: - type: Transform - pos: 150.5,198.5 + rot: 3.141592653589793 rad + pos: -89.5,-186.5 parent: 1 - - uid: 26471 + - uid: 46639 components: - type: Transform - pos: 146.5,194.5 + rot: 3.141592653589793 rad + pos: -84.5,-182.5 parent: 1 - - uid: 26472 + - uid: 46640 components: - type: Transform - pos: 150.5,196.5 + pos: -98.5,-169.5 parent: 1 - - uid: 26473 + - uid: 46641 components: - type: Transform - pos: 150.5,199.5 + rot: 3.141592653589793 rad + pos: -84.5,-188.5 parent: 1 - - uid: 26474 + - uid: 46642 components: - type: Transform - pos: 147.5,195.5 + pos: -95.5,-179.5 parent: 1 - - uid: 26475 + - uid: 46643 components: - type: Transform - pos: 150.5,197.5 + rot: 3.141592653589793 rad + pos: -80.5,-183.5 parent: 1 - - uid: 26476 + - uid: 46644 components: - type: Transform - pos: 147.5,196.5 + rot: 3.141592653589793 rad + pos: -82.5,-182.5 parent: 1 - - uid: 26478 + - uid: 46645 components: - type: Transform - pos: 144.5,198.5 + rot: 3.141592653589793 rad + pos: -89.5,-185.5 parent: 1 - - uid: 26479 + - uid: 46646 components: - type: Transform - pos: 141.5,197.5 + rot: 3.141592653589793 rad + pos: -81.5,-182.5 parent: 1 - - uid: 26480 + - uid: 46647 components: - type: Transform - pos: 188.5,192.5 + rot: 3.141592653589793 rad + pos: -86.5,-188.5 parent: 1 - - uid: 26481 + - uid: 46648 components: - type: Transform - pos: 192.5,186.5 + rot: 3.141592653589793 rad + pos: -80.5,-188.5 parent: 1 - - uid: 26483 + - uid: 46649 components: - type: Transform - pos: 187.5,189.5 + rot: 3.141592653589793 rad + pos: -82.5,-188.5 parent: 1 - - uid: 26484 + - uid: 46650 components: - type: Transform - pos: 188.5,190.5 + rot: 3.141592653589793 rad + pos: -87.5,-188.5 parent: 1 - - uid: 26485 + - uid: 46651 components: - type: Transform - pos: 152.5,197.5 + rot: 3.141592653589793 rad + pos: -83.5,-182.5 parent: 1 - - uid: 26486 + - uid: 46652 components: - type: Transform - pos: 154.5,199.5 + rot: 3.141592653589793 rad + pos: -89.5,-188.5 parent: 1 - - uid: 26487 + - uid: 46653 components: - type: Transform - pos: 151.5,197.5 + rot: 3.141592653589793 rad + pos: -80.5,-182.5 parent: 1 - - uid: 26488 + - uid: 46654 components: - type: Transform - pos: 65.5,47.5 + rot: 3.141592653589793 rad + pos: -80.5,-187.5 parent: 1 - - uid: 26489 + - uid: 46655 components: - type: Transform - pos: 187.5,190.5 + rot: 3.141592653589793 rad + pos: -89.5,-187.5 parent: 1 - - uid: 26490 + - uid: 46656 components: - type: Transform - pos: 188.5,193.5 + rot: 3.141592653589793 rad + pos: -81.5,-188.5 parent: 1 - - uid: 26492 + - uid: 46657 components: - type: Transform - pos: 191.5,189.5 + pos: -94.5,-173.5 parent: 1 - - uid: 26493 + - uid: 46658 components: - type: Transform - pos: 139.5,196.5 + rot: 3.141592653589793 rad + pos: -89.5,-184.5 parent: 1 - - uid: 26494 + - uid: 46659 components: - type: Transform - pos: 139.5,198.5 + pos: -118.5,-166.5 parent: 1 - - uid: 26495 + - uid: 46660 components: - type: Transform - pos: 139.5,195.5 + pos: -84.5,-160.5 parent: 1 - - uid: 26496 + - uid: 46661 components: - type: Transform - pos: 139.5,199.5 + pos: -95.5,-160.5 parent: 1 - - uid: 26497 + - uid: 46662 components: - type: Transform - pos: 139.5,197.5 + pos: -95.5,-150.5 parent: 1 - - uid: 26498 + - uid: 46663 components: - type: Transform - pos: 152.5,196.5 + pos: -93.5,-154.5 parent: 1 - - uid: 26499 + - uid: 46664 components: - type: Transform - pos: 196.5,188.5 + pos: -82.5,-160.5 parent: 1 - - uid: 26500 + - uid: 46665 components: - type: Transform - pos: 196.5,187.5 + pos: -85.5,-161.5 parent: 1 - - uid: 26501 + - uid: 46666 components: - type: Transform - pos: 196.5,189.5 + pos: -89.5,-161.5 parent: 1 - - uid: 26502 + - uid: 46667 components: - type: Transform - pos: 197.5,181.5 + pos: -94.5,-160.5 parent: 1 - - uid: 26503 + - uid: 46668 components: - type: Transform - pos: 196.5,193.5 + pos: -86.5,-160.5 parent: 1 - - uid: 26504 + - uid: 46669 components: - type: Transform - pos: 197.5,183.5 + pos: -116.5,-167.5 parent: 1 - - uid: 26505 + - uid: 46670 components: - type: Transform - pos: 197.5,182.5 + pos: -106.5,-162.5 parent: 1 - - uid: 26506 + - uid: 46671 components: - type: Transform - pos: 197.5,185.5 + pos: -113.5,-167.5 parent: 1 - - uid: 26507 + - uid: 46672 components: - type: Transform - pos: 197.5,184.5 + pos: -118.5,-164.5 parent: 1 - - uid: 26508 + - uid: 46673 components: - type: Transform - pos: 197.5,187.5 + pos: -94.5,-154.5 parent: 1 - - uid: 26510 + - uid: 46674 components: - type: Transform - pos: 197.5,189.5 + pos: -87.5,-160.5 parent: 1 - - uid: 26511 + - uid: 46675 components: - type: Transform - pos: 197.5,188.5 + pos: -118.5,-165.5 parent: 1 - - uid: 26512 + - uid: 46676 components: - type: Transform - pos: 197.5,191.5 + pos: -93.5,-152.5 parent: 1 - - uid: 26513 + - uid: 46677 components: - type: Transform - pos: 197.5,190.5 + pos: -113.5,-165.5 parent: 1 - - uid: 26514 + - uid: 46678 components: - type: Transform - pos: 197.5,193.5 + pos: -105.5,-166.5 parent: 1 - - uid: 26515 + - uid: 46679 components: - type: Transform - pos: 197.5,192.5 + pos: -93.5,-161.5 parent: 1 - - uid: 26516 + - uid: 46680 components: - type: Transform - pos: 198.5,182.5 + pos: -94.5,-150.5 parent: 1 - - uid: 26517 + - uid: 46681 components: - type: Transform - pos: 198.5,181.5 + pos: -111.5,-167.5 parent: 1 - - uid: 26518 + - uid: 46682 components: - type: Transform - pos: 196.5,185.5 + pos: -95.5,-156.5 parent: 1 - - uid: 26520 + - uid: 46683 components: - type: Transform - pos: 196.5,183.5 + pos: -85.5,-160.5 parent: 1 - - uid: 26521 + - uid: 46684 components: - type: Transform - pos: 196.5,184.5 + pos: -105.5,-163.5 parent: 1 - - uid: 26522 + - uid: 46685 components: - type: Transform - pos: 195.5,182.5 + pos: -93.5,-158.5 parent: 1 - - uid: 26523 + - uid: 46686 components: - type: Transform - pos: 196.5,182.5 + pos: -105.5,-165.5 parent: 1 - - uid: 26524 + - uid: 46687 components: - type: Transform - pos: 193.5,182.5 + pos: -107.5,-165.5 parent: 1 - - uid: 26525 + - uid: 46688 components: - type: Transform - pos: 194.5,182.5 + pos: -107.5,-166.5 parent: 1 - - uid: 26526 + - uid: 46689 components: - type: Transform - pos: 191.5,182.5 + pos: -93.5,-159.5 parent: 1 - - uid: 26527 + - uid: 46690 components: - type: Transform - pos: 192.5,182.5 + pos: -95.5,-154.5 parent: 1 - - uid: 26528 + - uid: 46691 components: - type: Transform - pos: 192.5,188.5 + pos: -93.5,-150.5 parent: 1 - - uid: 26529 + - uid: 46692 components: - type: Transform - pos: 198.5,185.5 + pos: -105.5,-162.5 parent: 1 - - uid: 26530 + - uid: 46693 components: - type: Transform - pos: 198.5,184.5 + pos: -91.5,-161.5 parent: 1 - - uid: 26531 + - uid: 46694 components: - type: Transform - pos: 198.5,187.5 + pos: -90.5,-160.5 parent: 1 - - uid: 26532 + - uid: 46695 components: - type: Transform - pos: 198.5,186.5 + pos: -94.5,-158.5 parent: 1 - - uid: 26533 + - uid: 46696 components: - type: Transform - pos: 198.5,189.5 + pos: -93.5,-155.5 parent: 1 - - uid: 26534 + - uid: 46697 components: - type: Transform - pos: 198.5,188.5 + pos: -94.5,-156.5 parent: 1 - - uid: 26535 + - uid: 46698 components: - type: Transform - pos: 198.5,191.5 + pos: -107.5,-162.5 parent: 1 - - uid: 26537 + - uid: 46699 components: - type: Transform - pos: 192.5,187.5 + pos: -94.5,-152.5 parent: 1 - - uid: 26538 + - uid: 46700 components: - type: Transform - pos: 198.5,192.5 + pos: -107.5,-163.5 parent: 1 - - uid: 26539 + - uid: 46701 components: - type: Transform - pos: 193.5,188.5 + pos: -107.5,-164.5 parent: 1 - - uid: 26540 + - uid: 46702 components: - type: Transform - pos: 187.5,192.5 + pos: -105.5,-164.5 parent: 1 - - uid: 26541 + - uid: 46703 components: - type: Transform - pos: 193.5,189.5 + pos: -93.5,-157.5 parent: 1 - - uid: 26542 + - uid: 46704 components: - type: Transform - pos: 193.5,184.5 + pos: -91.5,-160.5 parent: 1 - - uid: 26543 + - uid: 46705 components: - type: Transform - pos: 187.5,191.5 + pos: -95.5,-152.5 parent: 1 - - uid: 26544 + - uid: 46706 components: - type: Transform - pos: 193.5,186.5 + pos: -83.5,-161.5 parent: 1 - - uid: 26545 + - uid: 46707 components: - type: Transform - pos: 193.5,185.5 + pos: -83.5,-160.5 parent: 1 - - uid: 26546 + - uid: 46708 components: - type: Transform - pos: 196.5,190.5 + pos: -93.5,-160.5 parent: 1 - - uid: 26547 + - uid: 46709 components: - type: Transform - pos: 193.5,187.5 + pos: -93.5,-156.5 parent: 1 - - uid: 26548 + - uid: 46710 components: - type: Transform - pos: 196.5,191.5 + pos: -93.5,-153.5 parent: 1 - - uid: 26549 + - uid: 46711 components: - type: Transform - pos: 194.5,183.5 + pos: -87.5,-161.5 parent: 1 - - uid: 26550 + - uid: 46712 components: - type: Transform - pos: 195.5,183.5 + pos: -89.5,-160.5 parent: 1 - - uid: 26551 + - uid: 46713 components: - type: Transform - pos: 193.5,183.5 + pos: -111.5,-161.5 parent: 1 - - uid: 26552 + - uid: 46714 components: - type: Transform - pos: 192.5,189.5 + pos: -113.5,-161.5 parent: 1 - - uid: 26553 + - uid: 46715 components: - type: Transform - pos: 188.5,188.5 + pos: -114.5,-167.5 parent: 1 - - uid: 26554 + - uid: 46716 components: - type: Transform - pos: 187.5,193.5 + pos: -115.5,-167.5 parent: 1 - - uid: 26555 + - uid: 46717 components: - type: Transform - pos: 192.5,193.5 + pos: -117.5,-167.5 parent: 1 - - uid: 26556 + - uid: 46718 components: - type: Transform - pos: 177.5,199.5 + pos: -118.5,-167.5 parent: 1 - - uid: 26557 + - uid: 46719 components: - type: Transform - pos: 196.5,199.5 + pos: 85.5,22.5 parent: 1 - - uid: 26558 + - uid: 46720 components: - type: Transform - pos: 178.5,195.5 + pos: 87.5,22.5 parent: 1 - - uid: 26559 + - uid: 46721 components: - type: Transform - pos: 189.5,194.5 + rot: 3.141592653589793 rad + pos: 136.5,25.5 parent: 1 - - uid: 26561 + - uid: 46722 components: - type: Transform - pos: 203.5,188.5 + rot: 3.141592653589793 rad + pos: 136.5,26.5 parent: 1 - - uid: 26563 + - uid: 46723 components: - type: Transform - pos: 182.5,194.5 + rot: 3.141592653589793 rad + pos: 136.5,24.5 parent: 1 - - uid: 26564 + - uid: 46724 components: - type: Transform - pos: 180.5,194.5 + rot: -1.5707963267948966 rad + pos: 98.5,22.5 parent: 1 - - uid: 26565 + - uid: 46725 components: - type: Transform - pos: 165.5,197.5 + rot: 1.5707963267948966 rad + pos: 99.5,26.5 parent: 1 - - uid: 26566 + - uid: 46726 components: - type: Transform - pos: -163.5,-161.5 + rot: 1.5707963267948966 rad + pos: 99.5,25.5 parent: 1 - - uid: 26567 + - uid: 46727 components: - type: Transform - pos: 63.5,56.5 + pos: 84.5,22.5 parent: 1 - - uid: 26570 + - uid: 46728 components: - type: Transform - pos: 155.5,199.5 + pos: 115.5,2.5 parent: 1 - - uid: 26572 +- proto: WallRock + entities: + - uid: 46729 components: - type: Transform - pos: 130.5,176.5 + pos: -244.5,-99.5 parent: 1 - - uid: 26573 + - uid: 46730 components: - type: Transform - pos: 163.5,197.5 + pos: 121.5,218.5 parent: 1 - - uid: 26574 + - uid: 46731 components: - type: Transform - pos: 160.5,195.5 + pos: 125.5,205.5 parent: 1 - - uid: 26575 + - uid: 46732 components: - type: Transform - pos: 33.5,71.5 + pos: 126.5,205.5 parent: 1 - - uid: 26576 + - uid: 46733 components: - type: Transform - pos: 41.5,71.5 + pos: 126.5,204.5 parent: 1 - - uid: 26577 + - uid: 46734 components: - type: Transform - pos: 160.5,194.5 + pos: 120.5,218.5 parent: 1 - - uid: 26578 + - uid: 46735 components: - type: Transform - pos: -198.5,-153.5 + pos: 122.5,217.5 parent: 1 - - uid: 26580 + - uid: 46736 components: - type: Transform - pos: 161.5,194.5 + pos: 126.5,215.5 parent: 1 - - uid: 26581 + - uid: 46737 components: - type: Transform - pos: 179.5,-92.5 + pos: 125.5,215.5 parent: 1 - - uid: 26582 + - uid: 46738 components: - type: Transform - pos: 172.5,195.5 + pos: 120.5,217.5 parent: 1 - - uid: 26583 + - uid: 46739 components: - type: Transform - pos: 154.5,194.5 + pos: 126.5,203.5 parent: 1 - - uid: 26584 + - uid: 46740 components: - type: Transform - pos: 180.5,197.5 + pos: 119.5,217.5 parent: 1 - - uid: 26585 + - uid: 46741 components: - type: Transform - pos: 161.5,197.5 + pos: 120.5,216.5 parent: 1 - - uid: 26587 + - uid: 46742 components: - type: Transform - pos: 187.5,199.5 + pos: 154.5,161.5 parent: 1 - - uid: 26588 + - uid: 46743 components: - type: Transform - pos: 154.5,198.5 + pos: 156.5,160.5 parent: 1 - - uid: 26589 + - uid: 46744 components: - type: Transform - pos: 164.5,197.5 + pos: 155.5,160.5 parent: 1 - - uid: 26590 + - uid: 46745 components: - type: Transform - pos: 184.5,194.5 + pos: 126.5,217.5 parent: 1 - - uid: 26592 + - uid: 46746 components: - type: Transform - pos: 178.5,194.5 + pos: 126.5,216.5 parent: 1 - - uid: 26593 + - uid: 46747 components: - type: Transform - pos: 183.5,198.5 + pos: 125.5,217.5 parent: 1 - - uid: 26594 + - uid: 46748 components: - type: Transform - pos: 169.5,197.5 + pos: 125.5,216.5 parent: 1 - - uid: 26595 + - uid: 46749 components: - type: Transform - pos: 190.5,-18.5 + pos: 124.5,216.5 parent: 1 - - uid: 26597 + - uid: 46750 components: - type: Transform - pos: 170.5,198.5 + pos: 125.5,204.5 parent: 1 - - uid: 26598 + - uid: 46751 components: - type: Transform - pos: 191.5,183.5 + pos: 212.5,70.5 parent: 1 - - uid: 26599 + - uid: 46752 components: - type: Transform - pos: 190.5,194.5 + pos: -211.5,-156.5 parent: 1 - - uid: 26600 + - uid: 46753 components: - type: Transform - pos: 173.5,199.5 + pos: 213.5,71.5 parent: 1 - - uid: 26601 + - uid: 46754 components: - type: Transform - pos: 189.5,199.5 + pos: 201.5,163.5 parent: 1 - - uid: 26603 + - uid: 46755 components: - type: Transform - pos: 181.5,197.5 + pos: 201.5,165.5 parent: 1 - - uid: 26604 + - uid: 46756 components: - type: Transform - pos: 163.5,195.5 + pos: 201.5,199.5 parent: 1 - - uid: 26605 + - uid: 46757 components: - type: Transform - pos: 194.5,173.5 + pos: 147.5,137.5 parent: 1 - - uid: 26606 + - uid: 46758 components: - type: Transform - pos: 175.5,195.5 + pos: -153.5,-106.5 parent: 1 - - uid: 26607 + - uid: 46759 components: - type: Transform - pos: 184.5,199.5 + pos: -145.5,-141.5 parent: 1 - - uid: 26608 + - uid: 46760 components: - type: Transform - pos: 194.5,186.5 + pos: -212.5,-152.5 parent: 1 - - uid: 26609 + - uid: 46761 components: - type: Transform - pos: 194.5,190.5 + pos: -150.5,-99.5 parent: 1 - - uid: 26610 + - uid: 46762 components: - type: Transform - pos: 194.5,184.5 + pos: -139.5,-118.5 parent: 1 - - uid: 26612 + - uid: 46763 components: - type: Transform - pos: 173.5,194.5 + pos: -213.5,-159.5 parent: 1 - - uid: 26614 + - uid: 46764 components: - type: Transform - pos: 182.5,199.5 + pos: -211.5,-157.5 parent: 1 - - uid: 26615 + - uid: 46765 components: - type: Transform - pos: 188.5,195.5 + pos: -149.5,-103.5 parent: 1 - - uid: 26616 + - uid: 46766 components: - type: Transform - pos: 188.5,194.5 + pos: -150.5,-100.5 parent: 1 - - uid: 26617 + - uid: 46767 components: - type: Transform - pos: 196.5,7.5 + pos: -200.5,-116.5 parent: 1 - - uid: 26618 + - uid: 46768 components: - type: Transform - pos: 181.5,195.5 + pos: -206.5,-111.5 parent: 1 - - uid: 26619 + - uid: 46769 components: - type: Transform - pos: 194.5,191.5 + pos: -203.5,-156.5 parent: 1 - - uid: 26620 + - uid: 46770 components: - type: Transform - pos: 146.5,199.5 + pos: -207.5,-115.5 parent: 1 - - uid: 26622 + - uid: 46771 components: - type: Transform - pos: 175.5,194.5 + pos: -204.5,-112.5 parent: 1 - - uid: 26623 + - uid: 46772 components: - type: Transform - pos: -125.5,-184.5 + pos: -200.5,-114.5 parent: 1 - - uid: 26624 + - uid: 46773 components: - type: Transform - pos: 170.5,135.5 + pos: -139.5,-128.5 parent: 1 - - uid: 26625 + - uid: 46774 components: - type: Transform - pos: 171.5,124.5 + pos: -150.5,-103.5 parent: 1 - - uid: 26626 + - uid: 46775 components: - type: Transform - pos: -191.5,-147.5 + pos: -207.5,-111.5 parent: 1 - - uid: 26627 + - uid: 46776 components: - type: Transform - pos: 64.5,48.5 + pos: -137.5,-118.5 parent: 1 - - uid: 26629 + - uid: 46777 components: - type: Transform - pos: 169.5,135.5 + pos: -138.5,-118.5 parent: 1 - - uid: 26630 + - uid: 46778 components: - type: Transform - pos: 37.5,79.5 + pos: -149.5,-104.5 parent: 1 - - uid: 26632 + - uid: 46779 components: - type: Transform - pos: -196.5,-146.5 + pos: -203.5,-112.5 parent: 1 - - uid: 26633 + - uid: 46780 components: - type: Transform - pos: 65.5,39.5 + pos: -151.5,-101.5 parent: 1 - - uid: 26634 + - uid: 46781 components: - type: Transform - pos: 177.5,138.5 + pos: -151.5,-100.5 parent: 1 - - uid: 26635 + - uid: 46782 components: - type: Transform - pos: 200.5,200.5 + pos: -201.5,-114.5 parent: 1 - - uid: 26636 + - uid: 46783 components: - type: Transform - pos: 186.5,147.5 + pos: -140.5,-117.5 parent: 1 - - uid: 26637 + - uid: 46784 components: - type: Transform - pos: 197.5,161.5 + pos: -206.5,-110.5 parent: 1 - - uid: 26638 + - uid: 46785 components: - type: Transform - pos: 198.5,166.5 + pos: -137.5,-117.5 parent: 1 - - uid: 26640 + - uid: 46786 components: - type: Transform - pos: 198.5,165.5 + pos: -151.5,-103.5 parent: 1 - - uid: 26641 + - uid: 46787 components: - type: Transform - pos: -125.5,-182.5 + pos: -141.5,-117.5 parent: 1 - - uid: 26642 + - uid: 46788 components: - type: Transform - pos: 50.5,35.5 + pos: -139.5,-117.5 parent: 1 - - uid: 26643 + - uid: 46789 components: - type: Transform - pos: -198.5,-146.5 + pos: -202.5,-156.5 parent: 1 - - uid: 26644 + - uid: 46790 components: - type: Transform - pos: 74.5,45.5 + pos: -205.5,-113.5 parent: 1 - - uid: 26645 + - uid: 46791 components: - type: Transform - pos: 177.5,140.5 + pos: -143.5,-129.5 parent: 1 - - uid: 26646 + - uid: 46792 components: - type: Transform - pos: 176.5,138.5 + pos: -152.5,-98.5 parent: 1 - - uid: 26647 + - uid: 46793 components: - type: Transform - pos: 197.5,145.5 + pos: -203.5,-114.5 parent: 1 - - uid: 26649 + - uid: 46794 components: - type: Transform - pos: 176.5,139.5 + pos: -138.5,-117.5 parent: 1 - - uid: 26651 + - uid: 46795 components: - type: Transform - pos: 177.5,139.5 + pos: -151.5,-102.5 parent: 1 - - uid: 26652 + - uid: 46796 components: - type: Transform - pos: 180.5,142.5 + pos: -206.5,-115.5 parent: 1 - - uid: 26653 + - uid: 46797 components: - type: Transform - pos: 183.5,145.5 + pos: -207.5,-113.5 parent: 1 - - uid: 26654 + - uid: 46798 components: - type: Transform - pos: 179.5,142.5 + pos: -139.5,-119.5 parent: 1 - - uid: 26655 + - uid: 46799 components: - type: Transform - pos: 129.5,132.5 + pos: -207.5,-112.5 parent: 1 - - uid: 26656 + - uid: 46800 components: - type: Transform - pos: 170.5,130.5 + pos: -203.5,-115.5 parent: 1 - - uid: 26657 + - uid: 46801 components: - type: Transform - pos: 171.5,194.5 + pos: -144.5,-141.5 parent: 1 - - uid: 26658 + - uid: 46802 components: - type: Transform - pos: 178.5,196.5 + pos: -204.5,-114.5 parent: 1 - - uid: 26659 + - uid: 46803 components: - type: Transform - pos: 160.5,134.5 + pos: -141.5,-127.5 parent: 1 - - uid: 26660 + - uid: 46804 components: - type: Transform - pos: 167.5,199.5 + pos: -201.5,-115.5 parent: 1 - - uid: 26662 + - uid: 46805 components: - type: Transform - pos: 177.5,196.5 + pos: -151.5,-98.5 parent: 1 - - uid: 26663 + - uid: 46806 components: - type: Transform - pos: 171.5,195.5 + pos: -150.5,-98.5 parent: 1 - - uid: 26664 + - uid: 46807 components: - type: Transform - pos: 202.5,198.5 + pos: -200.5,-112.5 parent: 1 - - uid: 26665 + - uid: 46808 components: - type: Transform - pos: 161.5,195.5 + pos: -141.5,-101.5 parent: 1 - - uid: 26666 + - uid: 46809 components: - type: Transform - pos: 164.5,196.5 + pos: -150.5,-101.5 parent: 1 - - uid: 26667 + - uid: 46810 components: - type: Transform - pos: 159.5,196.5 + pos: -138.5,-116.5 parent: 1 - - uid: 26669 + - uid: 46811 components: - type: Transform - pos: 153.5,197.5 + pos: -150.5,-102.5 parent: 1 - - uid: 26670 + - uid: 46812 components: - type: Transform - pos: 176.5,198.5 + pos: -202.5,-115.5 parent: 1 - - uid: 26671 + - uid: 46813 components: - type: Transform - pos: 170.5,197.5 + pos: -152.5,-101.5 parent: 1 - - uid: 26672 + - uid: 46814 components: - type: Transform - pos: 190.5,199.5 + pos: -139.5,-116.5 parent: 1 - - uid: 26673 + - uid: 46815 components: - type: Transform - pos: 180.5,198.5 + pos: -153.5,-105.5 parent: 1 - - uid: 26674 + - uid: 46816 components: - type: Transform - pos: 146.5,196.5 + pos: -204.5,-116.5 parent: 1 - - uid: 26675 + - uid: 46817 components: - type: Transform - pos: 174.5,199.5 + pos: -205.5,-114.5 parent: 1 - - uid: 26676 + - uid: 46818 components: - type: Transform - pos: 191.5,199.5 + pos: -204.5,-113.5 parent: 1 - - uid: 26677 + - uid: 46819 components: - type: Transform - pos: 195.5,199.5 + pos: -203.5,-120.5 parent: 1 - - uid: 26678 + - uid: 46820 components: - type: Transform - pos: 192.5,183.5 + pos: -203.5,-116.5 parent: 1 - - uid: 26680 + - uid: 46821 components: - type: Transform - pos: 158.5,194.5 + pos: -205.5,-112.5 parent: 1 - - uid: 26682 + - uid: 46822 components: - type: Transform - pos: 168.5,194.5 + pos: -204.5,-115.5 parent: 1 - - uid: 26683 + - uid: 46823 components: - type: Transform - pos: 160.5,197.5 + pos: -139.5,-98.5 parent: 1 - - uid: 26684 + - uid: 46824 components: - type: Transform - pos: 160.5,198.5 + pos: -140.5,-118.5 parent: 1 - - uid: 26686 + - uid: 46825 components: - type: Transform - pos: 176.5,195.5 + pos: -200.5,-113.5 parent: 1 - - uid: 26690 + - uid: 46826 components: - type: Transform - pos: 197.5,45.5 + pos: -136.5,-121.5 parent: 1 - - uid: 26691 + - uid: 46827 components: - type: Transform - pos: 163.5,196.5 + pos: -142.5,-116.5 parent: 1 - - uid: 26693 + - uid: 46828 components: - type: Transform - pos: 179.5,199.5 + pos: -207.5,-157.5 parent: 1 - - uid: 26694 + - uid: 46829 components: - type: Transform - pos: 189.5,196.5 + pos: -143.5,-101.5 parent: 1 - - uid: 26695 + - uid: 46830 components: - type: Transform - pos: 177.5,195.5 + pos: -137.5,-116.5 parent: 1 - - uid: 26696 + - uid: 46831 components: - type: Transform - pos: 188.5,199.5 + pos: -152.5,-104.5 parent: 1 - - uid: 26697 + - uid: 46832 components: - type: Transform - pos: 155.5,196.5 + pos: -148.5,-103.5 parent: 1 - - uid: 26698 + - uid: 46833 components: - type: Transform - pos: 155.5,198.5 + pos: -138.5,-115.5 parent: 1 - - uid: 26699 + - uid: 46834 components: - type: Transform - pos: 155.5,197.5 + pos: -206.5,-112.5 parent: 1 - - uid: 26700 + - uid: 46835 components: - type: Transform - pos: 170.5,196.5 + pos: -142.5,-100.5 parent: 1 - - uid: 26701 + - uid: 46836 components: - type: Transform - pos: 181.5,194.5 + pos: -153.5,-100.5 parent: 1 - - uid: 26702 + - uid: 46837 components: - type: Transform - pos: 156.5,195.5 + pos: -149.5,-102.5 parent: 1 - - uid: 26705 + - uid: 46838 components: - type: Transform - pos: 156.5,194.5 + pos: -142.5,-101.5 parent: 1 - - uid: 26706 + - uid: 46839 components: - type: Transform - pos: 191.5,188.5 + pos: -152.5,-103.5 parent: 1 - - uid: 26707 + - uid: 46840 components: - type: Transform - pos: 157.5,199.5 + pos: -200.5,-115.5 parent: 1 - - uid: 26708 + - uid: 46841 components: - type: Transform - pos: 173.5,195.5 + pos: -152.5,-105.5 parent: 1 - - uid: 26710 + - uid: 46842 components: - type: Transform - pos: 192.5,194.5 + pos: -206.5,-113.5 parent: 1 - - uid: 26711 + - uid: 46843 components: - type: Transform - pos: 170.5,195.5 + pos: -152.5,-100.5 parent: 1 - - uid: 26712 + - uid: 46844 components: - type: Transform - pos: 154.5,197.5 + pos: -211.5,-154.5 parent: 1 - - uid: 26713 + - uid: 46845 components: - type: Transform - pos: 176.5,197.5 + pos: -210.5,-156.5 parent: 1 - - uid: 26714 + - uid: 46846 components: - type: Transform - pos: 196.5,194.5 + pos: -212.5,-153.5 parent: 1 - - uid: 26715 + - uid: 46847 components: - type: Transform - pos: 189.5,195.5 + pos: -218.5,-149.5 parent: 1 - - uid: 26716 + - uid: 46848 components: - type: Transform - pos: 153.5,196.5 + pos: -218.5,-148.5 parent: 1 - - uid: 26717 + - uid: 46849 components: - type: Transform - pos: 153.5,195.5 + pos: -209.5,-157.5 parent: 1 - - uid: 26718 + - uid: 46850 components: - type: Transform - pos: 183.5,199.5 + pos: -220.5,-151.5 parent: 1 - - uid: 26719 + - uid: 46851 components: - type: Transform - pos: 194.5,199.5 + pos: -222.5,-150.5 parent: 1 - - uid: 26720 + - uid: 46852 components: - type: Transform - pos: 170.5,199.5 + pos: -219.5,-157.5 parent: 1 - - uid: 26721 + - uid: 46853 components: - type: Transform - pos: 195.5,11.5 + pos: -219.5,-147.5 parent: 1 - - uid: 26722 + - uid: 46854 components: - type: Transform - pos: 159.5,197.5 + pos: -221.5,-151.5 parent: 1 - - uid: 26723 + - uid: 46855 components: - type: Transform - pos: 176.5,196.5 + pos: -210.5,-155.5 parent: 1 - - uid: 26724 + - uid: 46856 components: - type: Transform - pos: 191.5,194.5 + pos: -211.5,-155.5 parent: 1 - - uid: 26725 + - uid: 46857 components: - type: Transform - pos: 177.5,198.5 + pos: -223.5,-152.5 parent: 1 - - uid: 26726 + - uid: 46858 components: - type: Transform - pos: 176.5,199.5 + pos: -219.5,-153.5 parent: 1 - - uid: 26727 + - uid: 46859 components: - type: Transform - pos: 163.5,198.5 + pos: -214.5,-97.5 parent: 1 - - uid: 26728 + - uid: 46860 components: - type: Transform - pos: 181.5,198.5 + pos: -208.5,-111.5 parent: 1 - - uid: 26729 + - uid: 46861 components: - type: Transform - pos: 159.5,198.5 + pos: -208.5,-115.5 parent: 1 - - uid: 26730 + - uid: 46862 components: - type: Transform - pos: 159.5,199.5 + pos: -208.5,-117.5 parent: 1 - - uid: 26731 + - uid: 46863 components: - type: Transform - pos: 189.5,197.5 + pos: -210.5,-132.5 parent: 1 - - uid: 26732 + - uid: 46864 components: - type: Transform - pos: 194.5,189.5 + pos: -211.5,-151.5 parent: 1 - - uid: 26736 + - uid: 46865 components: - type: Transform - pos: 188.5,189.5 + pos: -212.5,-145.5 parent: 1 - - uid: 26737 + - uid: 46866 components: - type: Transform - pos: 194.5,185.5 + pos: -212.5,-151.5 parent: 1 - - uid: 26738 + - uid: 46867 components: - type: Transform - pos: 186.5,194.5 + pos: -223.5,-151.5 parent: 1 - - uid: 26739 + - uid: 46868 components: - type: Transform - pos: 158.5,199.5 + pos: -215.5,-150.5 parent: 1 - - uid: 26740 + - uid: 46869 components: - type: Transform - pos: 158.5,195.5 + pos: -215.5,-151.5 parent: 1 - - uid: 26741 + - uid: 46870 components: - type: Transform - pos: 157.5,195.5 + pos: -215.5,-144.5 parent: 1 - - uid: 26742 + - uid: 46871 components: - type: Transform - pos: 154.5,196.5 + pos: -214.5,-151.5 parent: 1 - - uid: 26743 + - uid: 46872 components: - type: Transform - pos: 165.5,198.5 + pos: -213.5,-145.5 parent: 1 - - uid: 26744 + - uid: 46873 components: - type: Transform - pos: 169.5,198.5 + pos: -213.5,-146.5 parent: 1 - - uid: 26745 + - uid: 46874 components: - type: Transform - pos: 186.5,199.5 + pos: -213.5,-147.5 parent: 1 - - uid: 26746 + - uid: 46875 components: - type: Transform - pos: 169.5,199.5 + pos: -213.5,-151.5 parent: 1 - - uid: 26748 + - uid: 46876 components: - type: Transform - pos: 188.5,196.5 + pos: -214.5,-144.5 parent: 1 - - uid: 26749 + - uid: 46877 components: - type: Transform - pos: 183.5,197.5 + pos: -214.5,-145.5 parent: 1 - - uid: 26750 + - uid: 46878 components: - type: Transform - pos: 164.5,194.5 + pos: -214.5,-146.5 parent: 1 - - uid: 26751 + - uid: 46879 components: - type: Transform - pos: 176.5,194.5 + pos: -220.5,-120.5 parent: 1 - - uid: 26753 + - uid: 46880 components: - type: Transform - pos: 153.5,194.5 + pos: -217.5,-149.5 parent: 1 - - uid: 26755 + - uid: 46881 components: - type: Transform - pos: 181.5,196.5 + pos: -218.5,-152.5 parent: 1 - - uid: 26756 + - uid: 46882 components: - type: Transform - pos: 187.5,197.5 + pos: -217.5,-148.5 parent: 1 - - uid: 26757 + - uid: 46883 components: - type: Transform - pos: 177.5,194.5 + pos: -217.5,-141.5 parent: 1 - - uid: 26758 + - uid: 46884 components: - type: Transform - pos: 198.5,194.5 + pos: -216.5,-151.5 parent: 1 - - uid: 26759 + - uid: 46885 components: - type: Transform - pos: 153.5,199.5 + pos: 195.5,-86.5 parent: 1 - - uid: 26760 + - uid: 46886 components: - type: Transform - pos: 157.5,197.5 + pos: 180.5,-90.5 parent: 1 - - uid: 26761 + - uid: 46887 components: - type: Transform - pos: 157.5,196.5 + pos: 161.5,-92.5 parent: 1 - - uid: 26762 + - uid: 46888 components: - type: Transform - pos: 157.5,198.5 + pos: 159.5,-90.5 parent: 1 - - uid: 26763 + - uid: 46889 components: - type: Transform - pos: 156.5,197.5 + pos: 164.5,-87.5 parent: 1 - - uid: 26764 + - uid: 46890 components: - type: Transform - pos: 156.5,196.5 + pos: 162.5,-91.5 parent: 1 - - uid: 26765 + - uid: 46891 components: - type: Transform - pos: 159.5,195.5 + pos: 158.5,-89.5 parent: 1 - - uid: 26766 + - uid: 46892 components: - type: Transform - pos: 197.5,199.5 + pos: 162.5,-89.5 parent: 1 - - uid: 26767 + - uid: 46893 components: - type: Transform - pos: 159.5,194.5 + pos: 161.5,-90.5 parent: 1 - - uid: 26768 + - uid: 46894 components: - type: Transform - pos: 156.5,198.5 + pos: 161.5,-89.5 parent: 1 - - uid: 26769 + - uid: 46895 components: - type: Transform - pos: 157.5,194.5 + pos: 163.5,-89.5 parent: 1 - - uid: 26770 + - uid: 46896 components: - type: Transform - pos: 152.5,199.5 + pos: 163.5,-90.5 parent: 1 - - uid: 26771 + - uid: 46897 components: - type: Transform - pos: 172.5,199.5 + pos: 164.5,-90.5 parent: 1 - - uid: 26772 + - uid: 46898 components: - type: Transform - pos: 156.5,199.5 + pos: 197.5,-82.5 parent: 1 - - uid: 26773 + - uid: 46899 components: - type: Transform - pos: 187.5,194.5 + pos: 198.5,-85.5 parent: 1 - - uid: 26774 + - uid: 46900 components: - type: Transform - pos: 187.5,195.5 + pos: 194.5,-82.5 parent: 1 - - uid: 26775 + - uid: 46901 components: - type: Transform - pos: 167.5,195.5 + pos: 197.5,-87.5 parent: 1 - - uid: 26776 + - uid: 46902 components: - type: Transform - pos: 161.5,196.5 + pos: 197.5,-86.5 parent: 1 - - uid: 26777 + - uid: 46903 components: - type: Transform - pos: 160.5,196.5 + pos: 197.5,-85.5 parent: 1 - - uid: 26778 + - uid: 46904 components: - type: Transform - pos: 167.5,196.5 + pos: 194.5,-81.5 parent: 1 - - uid: 26779 + - uid: 46905 components: - type: Transform - pos: 167.5,197.5 + pos: 198.5,-87.5 parent: 1 - - uid: 26780 + - uid: 46906 components: - type: Transform - pos: 167.5,198.5 + pos: 194.5,-86.5 parent: 1 - - uid: 26781 + - uid: 46907 components: - type: Transform - pos: 160.5,199.5 + pos: 196.5,-86.5 parent: 1 - - uid: 26782 + - uid: 46908 components: - type: Transform - pos: 174.5,194.5 + pos: 198.5,-81.5 parent: 1 - - uid: 26784 + - uid: 46909 components: - type: Transform - pos: 158.5,197.5 + pos: 195.5,-84.5 parent: 1 - - uid: 26785 + - uid: 46910 components: - type: Transform - pos: 158.5,198.5 + pos: 195.5,-83.5 parent: 1 - - uid: 26786 + - uid: 46911 components: - type: Transform - pos: 165.5,194.5 + pos: 198.5,-86.5 parent: 1 - - uid: 26787 + - uid: 46912 components: - type: Transform - pos: 164.5,199.5 + pos: 198.5,-83.5 parent: 1 - - uid: 26788 + - uid: 46913 components: - type: Transform - pos: 164.5,198.5 + pos: 194.5,-83.5 parent: 1 - - uid: 26789 + - uid: 46914 components: - type: Transform - pos: 185.5,194.5 + pos: 198.5,-82.5 parent: 1 - - uid: 26790 + - uid: 46915 components: - type: Transform - pos: 185.5,199.5 + pos: 194.5,-87.5 parent: 1 - - uid: 26791 + - uid: 46916 components: - type: Transform - pos: 172.5,194.5 + pos: 217.5,178.5 parent: 1 - - uid: 26792 + - uid: 46917 components: - type: Transform - pos: 178.5,198.5 + pos: 201.5,164.5 parent: 1 - - uid: 26793 + - uid: 46918 components: - type: Transform - pos: 181.5,199.5 + pos: 217.5,179.5 parent: 1 - - uid: 26795 + - uid: 46919 components: - type: Transform - pos: 158.5,196.5 + pos: 217.5,177.5 parent: 1 - - uid: 26796 + - uid: 46920 components: - type: Transform - pos: 188.5,197.5 + pos: 216.5,199.5 parent: 1 - - uid: 26797 + - uid: 46921 components: - type: Transform - pos: 187.5,198.5 + pos: 217.5,180.5 parent: 1 - - uid: 26798 + - uid: 46922 components: - type: Transform - pos: 198.5,199.5 + pos: 209.5,199.5 parent: 1 - - uid: 26799 + - uid: 46923 components: - type: Transform - pos: 182.5,198.5 + pos: 208.5,199.5 parent: 1 - - uid: 26801 + - uid: 46924 components: - type: Transform - pos: 198.5,-4.5 + pos: 207.5,199.5 parent: 1 - - uid: 26802 + - uid: 46925 components: - type: Transform - pos: 203.5,65.5 + pos: 200.5,177.5 parent: 1 - - uid: 26803 + - uid: 46926 components: - type: Transform - pos: 204.5,65.5 + pos: 203.5,163.5 parent: 1 - - uid: 26804 + - uid: 46927 components: - type: Transform - anchored: False - pos: 198.5,53.5 + pos: 202.5,163.5 parent: 1 - - uid: 26805 + - uid: 46928 components: - type: Transform - pos: 200.5,64.5 + pos: 200.5,163.5 parent: 1 - - uid: 26806 + - uid: 46929 components: - type: Transform - anchored: False - pos: 198.5,51.5 + pos: 200.5,164.5 parent: 1 - - uid: 26807 + - uid: 46930 components: - type: Transform - pos: 195.5,118.5 + pos: 200.5,165.5 parent: 1 - - uid: 26808 + - uid: 46931 components: - type: Transform - anchored: False - pos: 198.5,54.5 + pos: 200.5,166.5 parent: 1 - - uid: 26809 + - uid: 46932 components: - type: Transform - anchored: False - pos: 198.5,58.5 + pos: 200.5,167.5 parent: 1 - - uid: 26810 + - uid: 46933 components: - type: Transform - pos: 198.5,-6.5 + pos: 200.5,175.5 parent: 1 - - uid: 26811 + - uid: 46934 components: - type: Transform - pos: 194.5,-18.5 + pos: 200.5,176.5 parent: 1 - - uid: 26812 + - uid: 46935 components: - type: Transform - pos: 122.5,199.5 + pos: 210.5,192.5 parent: 1 - - uid: 26814 + - uid: 46936 components: - type: Transform - pos: 179.5,194.5 + pos: 211.5,192.5 parent: 1 - - uid: 26815 + - uid: 46937 components: - type: Transform - pos: 178.5,199.5 + pos: 211.5,193.5 parent: 1 - - uid: 26817 + - uid: 46938 components: - type: Transform - pos: 182.5,196.5 + pos: 213.5,163.5 parent: 1 - - uid: 26818 + - uid: 46939 components: - type: Transform - pos: 182.5,197.5 + pos: 215.5,166.5 parent: 1 - - uid: 26819 + - uid: 46940 components: - type: Transform - pos: 188.5,198.5 + pos: 216.5,166.5 parent: 1 - - uid: 26820 + - uid: 46941 components: - type: Transform - pos: 183.5,196.5 + pos: 218.5,193.5 parent: 1 - - uid: 26821 + - uid: 46942 components: - type: Transform - pos: 179.5,198.5 + pos: 218.5,192.5 parent: 1 - - uid: 26823 + - uid: 46943 components: - type: Transform - pos: 193.5,194.5 + pos: 218.5,181.5 parent: 1 - - uid: 26824 + - uid: 46944 components: - type: Transform - pos: 192.5,199.5 + pos: 218.5,180.5 parent: 1 - - uid: 26825 + - uid: 46945 components: - type: Transform - pos: 180.5,199.5 + pos: 218.5,179.5 parent: 1 - - uid: 26827 + - uid: 46946 components: - type: Transform - pos: 163.5,194.5 + pos: 218.5,178.5 parent: 1 - - uid: 26828 + - uid: 46947 components: - type: Transform - pos: 162.5,199.5 + pos: 210.5,67.5 parent: 1 - - uid: 26829 + - uid: 46948 components: - type: Transform - pos: 162.5,198.5 + pos: 210.5,68.5 parent: 1 - - uid: 26830 + - uid: 46949 components: - type: Transform - pos: 162.5,197.5 + pos: 212.5,69.5 parent: 1 - - uid: 26831 + - uid: 46950 components: - type: Transform - pos: 170.5,194.5 + pos: 203.5,63.5 parent: 1 - - uid: 26832 + - uid: 46951 components: - type: Transform - pos: 168.5,196.5 + pos: 200.5,72.5 parent: 1 - - uid: 26833 + - uid: 46952 components: - type: Transform - pos: 168.5,195.5 + pos: 206.5,76.5 parent: 1 - - uid: 26834 + - uid: 46953 components: - type: Transform - pos: 182.5,195.5 + pos: 213.5,72.5 parent: 1 - - uid: 26835 + - uid: 46954 components: - type: Transform - pos: 193.5,199.5 + pos: 209.5,66.5 parent: 1 - - uid: 26836 + - uid: 46955 components: - type: Transform - pos: 161.5,198.5 + pos: 202.5,62.5 parent: 1 - - uid: 26837 + - uid: 46956 components: - type: Transform - pos: 162.5,195.5 + pos: 206.5,65.5 parent: 1 - - uid: 26838 + - uid: 46957 components: - type: Transform - pos: 162.5,194.5 + pos: 208.5,77.5 parent: 1 - - uid: 26839 + - uid: 46958 components: - type: Transform - pos: 162.5,196.5 + pos: 207.5,66.5 parent: 1 - - uid: 26840 + - uid: 46959 components: - type: Transform - pos: 168.5,198.5 + pos: 205.5,64.5 parent: 1 - - uid: 26841 + - uid: 46960 components: - type: Transform - pos: 168.5,197.5 + pos: 209.5,78.5 parent: 1 - - uid: 26842 + - uid: 46961 components: - type: Transform - pos: 161.5,199.5 + pos: 214.5,73.5 parent: 1 - - uid: 26844 + - uid: 46962 components: - type: Transform - pos: 169.5,195.5 + pos: 203.5,75.5 parent: 1 - - uid: 26845 + - uid: 46963 components: - type: Transform - pos: 169.5,194.5 + pos: 215.5,76.5 parent: 1 - - uid: 26846 + - uid: 46964 components: - type: Transform - pos: 168.5,199.5 + pos: 211.5,69.5 parent: 1 - - uid: 26847 + - uid: 46965 components: - type: Transform - pos: 169.5,196.5 + pos: 200.5,73.5 parent: 1 - - uid: 26848 + - uid: 46966 components: - type: Transform - pos: 166.5,195.5 + pos: 202.5,74.5 parent: 1 - - uid: 26849 + - uid: 46967 components: - type: Transform - pos: 166.5,194.5 + pos: 203.5,74.5 parent: 1 - - uid: 26850 + - uid: 46968 components: - type: Transform - pos: 165.5,199.5 + pos: 204.5,75.5 parent: 1 - - uid: 26851 + - uid: 46969 components: - type: Transform - pos: 175.5,199.5 + pos: 205.5,75.5 parent: 1 - - uid: 26853 + - uid: 46970 components: - type: Transform - pos: 166.5,198.5 + pos: 201.5,74.5 parent: 1 - - uid: 26854 + - uid: 46971 components: - type: Transform - pos: 167.5,194.5 + pos: 201.5,73.5 parent: 1 - - uid: 26855 + - uid: 46972 components: - type: Transform - pos: 166.5,199.5 + pos: 206.5,75.5 parent: 1 - - uid: 26856 + - uid: 46973 components: - type: Transform - pos: 195.5,185.5 + pos: 207.5,76.5 parent: 1 - - uid: 26857 + - uid: 46974 components: - type: Transform - pos: 195.5,184.5 + pos: 202.5,63.5 parent: 1 - - uid: 26859 + - uid: 46975 components: - type: Transform - pos: 195.5,188.5 + pos: 203.5,64.5 parent: 1 - - uid: 26861 + - uid: 46976 components: - type: Transform - pos: 195.5,191.5 + pos: 204.5,64.5 parent: 1 - - uid: 26862 + - uid: 46977 components: - type: Transform - pos: 195.5,190.5 + pos: 205.5,65.5 parent: 1 - - uid: 26863 + - uid: 46978 components: - type: Transform - pos: 195.5,189.5 + pos: 207.5,65.5 parent: 1 - - uid: 26865 + - uid: 46979 components: - type: Transform - pos: 197.5,159.5 + pos: 208.5,66.5 parent: 1 - - uid: 26866 + - uid: 46980 components: - type: Transform - pos: 178.5,140.5 + pos: 208.5,78.5 parent: 1 - - uid: 26867 + - uid: 46981 components: - type: Transform - pos: 184.5,145.5 + pos: 207.5,77.5 parent: 1 - - uid: 26868 + - uid: 46982 components: - type: Transform - pos: 184.5,146.5 + pos: 211.5,68.5 parent: 1 - - uid: 26869 + - uid: 46983 components: - type: Transform - pos: 172.5,131.5 + pos: 210.5,66.5 parent: 1 - - uid: 26870 + - uid: 46984 components: - type: Transform - pos: 186.5,162.5 + pos: 215.5,75.5 parent: 1 - - uid: 26871 + - uid: 46985 components: - type: Transform - pos: 193.5,150.5 + pos: 213.5,73.5 parent: 1 - - uid: 26872 + - uid: 46986 components: - type: Transform - pos: 187.5,163.5 + pos: 214.5,74.5 parent: 1 - - uid: 26873 + - uid: 46987 components: - type: Transform - pos: 183.5,144.5 + pos: 214.5,75.5 parent: 1 - - uid: 26874 + - uid: 46988 components: - type: Transform - pos: 198.5,168.5 + pos: 215.5,77.5 parent: 1 - - uid: 26875 + - uid: 46989 components: - type: Transform - pos: 197.5,151.5 + pos: 213.5,70.5 parent: 1 - - uid: 26877 + - uid: 46990 components: - type: Transform - pos: 186.5,163.5 + pos: 209.5,67.5 parent: 1 - - uid: 26878 + - uid: 46991 components: - type: Transform - pos: 196.5,157.5 + pos: 207.5,67.5 parent: 1 - - uid: 26879 + - uid: 46992 components: - type: Transform - pos: 198.5,176.5 + pos: 208.5,67.5 parent: 1 - - uid: 26880 + - uid: 46993 components: - type: Transform - pos: 187.5,162.5 + pos: 215.5,78.5 parent: 1 - - uid: 26881 + - uid: 46994 components: - type: Transform - pos: 197.5,144.5 + pos: 204.5,74.5 parent: 1 - - uid: 26882 + - uid: 46995 components: - type: Transform - pos: 194.5,157.5 + pos: 202.5,73.5 parent: 1 - - uid: 26883 + - uid: 46996 components: - type: Transform - pos: 196.5,156.5 + pos: -421.5,129.5 parent: 1 - - uid: 26885 + - uid: 46997 components: - type: Transform - pos: 196.5,197.5 + pos: -405.5,122.5 parent: 1 - - uid: 26886 + - uid: 46998 components: - type: Transform - pos: 172.5,192.5 + pos: -406.5,121.5 parent: 1 - - uid: 26887 + - uid: 46999 components: - type: Transform - pos: 198.5,167.5 + pos: -405.5,120.5 parent: 1 - - uid: 26888 + - uid: 47000 components: - type: Transform - pos: 182.5,193.5 + pos: -404.5,119.5 parent: 1 - - uid: 26889 + - uid: 47001 components: - type: Transform - pos: 184.5,144.5 + pos: -405.5,119.5 parent: 1 - - uid: 26890 + - uid: 47002 components: - type: Transform - pos: 195.5,160.5 + pos: -404.5,120.5 parent: 1 - - uid: 26891 + - uid: 47003 components: - type: Transform - pos: 196.5,198.5 + pos: -401.5,119.5 parent: 1 - - uid: 26892 + - uid: 47004 components: - type: Transform - pos: 170.5,129.5 + pos: -401.5,118.5 parent: 1 - - uid: 26893 + - uid: 47005 components: - type: Transform - pos: 197.5,152.5 + pos: -403.5,117.5 parent: 1 - - uid: 26894 + - uid: 47006 components: - type: Transform - pos: 178.5,193.5 + pos: -404.5,117.5 parent: 1 - - uid: 26895 + - uid: 47007 components: - type: Transform - pos: 177.5,192.5 + pos: -404.5,116.5 parent: 1 - - uid: 26896 + - uid: 47008 components: - type: Transform - pos: 177.5,193.5 + pos: -401.5,120.5 parent: 1 - - uid: 26897 + - uid: 47009 components: - type: Transform - pos: 197.5,197.5 + pos: -402.5,120.5 parent: 1 - - uid: 26899 + - uid: 47010 components: - type: Transform - pos: 196.5,150.5 + pos: -402.5,121.5 parent: 1 - - uid: 26900 + - uid: 47011 components: - type: Transform - pos: 197.5,198.5 + pos: -401.5,121.5 parent: 1 - - uid: 26902 + - uid: 47012 components: - type: Transform - pos: 195.5,196.5 + pos: -406.5,123.5 parent: 1 - - uid: 26904 + - uid: 47013 components: - type: Transform - pos: 171.5,122.5 + pos: -405.5,121.5 parent: 1 - - uid: 26905 + - uid: 47014 components: - type: Transform - pos: 172.5,129.5 + pos: -406.5,122.5 parent: 1 - - uid: 26906 + - uid: 47015 components: - type: Transform - pos: 186.5,190.5 + pos: -403.5,124.5 parent: 1 - - uid: 26907 + - uid: 47016 components: - type: Transform - pos: 171.5,193.5 + pos: -404.5,122.5 parent: 1 - - uid: 26908 + - uid: 47017 components: - type: Transform - pos: 198.5,63.5 + pos: -402.5,122.5 parent: 1 - - uid: 26910 + - uid: 47018 components: - type: Transform - pos: 175.5,193.5 + pos: -402.5,123.5 parent: 1 - - uid: 26911 + - uid: 47019 components: - type: Transform - pos: 174.5,192.5 + pos: -402.5,124.5 parent: 1 - - uid: 26912 + - uid: 47020 components: - type: Transform - pos: 174.5,193.5 + pos: -402.5,125.5 parent: 1 - - uid: 26913 + - uid: 47021 components: - type: Transform - pos: 173.5,192.5 + pos: -405.5,128.5 parent: 1 - - uid: 26914 + - uid: 47022 components: - type: Transform - pos: 173.5,193.5 + pos: -404.5,128.5 parent: 1 - - uid: 26915 + - uid: 47023 components: - type: Transform - pos: 196.5,161.5 + pos: -401.5,122.5 parent: 1 - - uid: 26916 + - uid: 47024 components: - type: Transform - pos: 185.5,144.5 + pos: -401.5,123.5 parent: 1 - - uid: 26917 + - uid: 47025 components: - type: Transform - pos: 198.5,174.5 + pos: -401.5,124.5 parent: 1 - - uid: 26918 + - uid: 47026 components: - type: Transform - pos: 198.5,175.5 + pos: -401.5,125.5 parent: 1 - - uid: 26919 + - uid: 47027 components: - type: Transform - pos: 186.5,145.5 + pos: -406.5,128.5 parent: 1 - - uid: 26920 + - uid: 47028 components: - type: Transform - pos: 185.5,147.5 + pos: -402.5,126.5 parent: 1 - - uid: 26921 + - uid: 47029 components: - type: Transform - pos: 198.5,170.5 + pos: -401.5,126.5 parent: 1 - - uid: 26923 + - uid: 47030 components: - type: Transform - pos: 202.5,64.5 + pos: -401.5,127.5 parent: 1 - - uid: 26924 + - uid: 47031 components: - type: Transform - pos: 170.5,126.5 + pos: -402.5,128.5 parent: 1 - - uid: 26925 + - uid: 47032 components: - type: Transform - pos: 195.5,198.5 + pos: -401.5,128.5 parent: 1 - - uid: 26926 + - uid: 47033 components: - type: Transform - pos: 199.5,63.5 + pos: -406.5,127.5 parent: 1 - - uid: 26927 + - uid: 47034 components: - type: Transform - pos: 172.5,127.5 + pos: -402.5,127.5 parent: 1 - - uid: 26929 + - uid: 47035 components: - type: Transform - pos: 197.5,150.5 + pos: -420.5,130.5 parent: 1 - - uid: 26930 + - uid: 47036 components: - type: Transform - pos: 186.5,144.5 + pos: -427.5,120.5 parent: 1 - - uid: 26931 + - uid: 47037 components: - type: Transform - pos: 194.5,149.5 + pos: -425.5,118.5 parent: 1 - - uid: 26933 + - uid: 47038 components: - type: Transform - pos: 201.5,63.5 + pos: -427.5,121.5 parent: 1 - - uid: 26934 + - uid: 47039 components: - type: Transform - pos: 194.5,198.5 + pos: -426.5,119.5 parent: 1 - - uid: 26935 + - uid: 47040 components: - type: Transform - pos: 198.5,169.5 + pos: -420.5,119.5 parent: 1 - - uid: 26936 + - uid: 47041 components: - type: Transform - pos: 170.5,134.5 + pos: -420.5,118.5 parent: 1 - - uid: 26937 + - uid: 47042 components: - type: Transform - pos: 198.5,161.5 + pos: -426.5,118.5 parent: 1 - - uid: 26938 + - uid: 47043 components: - type: Transform - pos: 201.5,64.5 + pos: -422.5,118.5 parent: 1 - - uid: 26939 + - uid: 47044 components: - type: Transform - pos: 181.5,193.5 + pos: -420.5,120.5 parent: 1 - - uid: 26940 + - uid: 47045 components: - type: Transform - pos: 195.5,197.5 + pos: -427.5,118.5 parent: 1 - - uid: 26941 + - uid: 47046 components: - type: Transform - pos: 195.5,159.5 + pos: -421.5,119.5 parent: 1 - - uid: 26942 + - uid: 47047 components: - type: Transform - pos: 176.5,193.5 + pos: -421.5,118.5 parent: 1 - - uid: 26943 + - uid: 47048 components: - type: Transform - pos: 200.5,63.5 + pos: -427.5,122.5 parent: 1 - - uid: 26944 + - uid: 47049 components: - type: Transform - pos: 172.5,193.5 + pos: -426.5,120.5 parent: 1 - - uid: 26946 + - uid: 47050 components: - type: Transform - anchored: False - pos: 198.5,52.5 + pos: -427.5,119.5 parent: 1 - - uid: 26947 + - uid: 47051 components: - type: Transform - pos: 175.5,192.5 + pos: -422.5,124.5 parent: 1 - - uid: 26948 + - uid: 47052 components: - type: Transform - pos: 176.5,192.5 + pos: -421.5,124.5 parent: 1 - - uid: 26949 + - uid: 47053 components: - type: Transform - pos: 191.5,162.5 + pos: -420.5,124.5 parent: 1 - - uid: 26950 + - uid: 47054 components: - type: Transform - pos: 193.5,151.5 + pos: -426.5,129.5 parent: 1 - - uid: 26952 + - uid: 47055 components: - type: Transform - pos: 171.5,192.5 + pos: -426.5,131.5 parent: 1 - - uid: 26953 + - uid: 47056 components: - type: Transform - pos: 186.5,189.5 + pos: -427.5,129.5 parent: 1 - - uid: 26954 + - uid: 47057 components: - type: Transform - pos: 180.5,193.5 + pos: -425.5,131.5 parent: 1 - - uid: 26955 + - uid: 47058 components: - type: Transform - pos: 183.5,193.5 + pos: -423.5,133.5 parent: 1 - - uid: 26956 + - uid: 47059 components: - type: Transform - pos: 184.5,193.5 + pos: -426.5,130.5 parent: 1 - - uid: 26957 + - uid: 47060 components: - type: Transform - pos: 185.5,193.5 + pos: -426.5,132.5 parent: 1 - - uid: 26958 + - uid: 47061 components: - type: Transform - pos: 186.5,193.5 + pos: -424.5,132.5 parent: 1 - - uid: 26959 + - uid: 47062 components: - type: Transform - pos: 194.5,196.5 + pos: -425.5,132.5 parent: 1 - - uid: 26960 + - uid: 47063 components: - type: Transform - pos: 179.5,193.5 + pos: -424.5,133.5 parent: 1 - - uid: 26961 + - uid: 47064 components: - type: Transform - pos: 191.5,163.5 + pos: -420.5,129.5 parent: 1 - - uid: 26962 + - uid: 47065 components: - type: Transform - pos: 187.5,160.5 + pos: -424.5,130.5 parent: 1 - - uid: 26963 + - uid: 47066 components: - type: Transform - pos: 187.5,159.5 + pos: -420.5,133.5 parent: 1 - - uid: 26964 + - uid: 47067 components: - type: Transform - pos: 187.5,161.5 + pos: -420.5,134.5 parent: 1 - - uid: 26966 + - uid: 47068 components: - type: Transform - pos: 195.5,152.5 + pos: -423.5,125.5 parent: 1 - - uid: 26967 + - uid: 47069 components: - type: Transform - pos: 195.5,151.5 + pos: -427.5,125.5 parent: 1 - - uid: 26968 + - uid: 47070 components: - type: Transform - pos: 195.5,150.5 + pos: -423.5,126.5 parent: 1 - - uid: 26969 + - uid: 47071 components: - type: Transform - pos: 195.5,149.5 + pos: -421.5,125.5 parent: 1 - - uid: 26970 + - uid: 47072 components: - type: Transform - pos: 194.5,159.5 + pos: -422.5,126.5 parent: 1 - - uid: 26971 + - uid: 47073 components: - type: Transform - pos: 197.5,156.5 + pos: -422.5,125.5 parent: 1 - - uid: 26972 + - uid: 47074 components: - type: Transform - pos: 197.5,157.5 + pos: -420.5,125.5 parent: 1 - - uid: 26973 + - uid: 47075 components: - type: Transform - pos: 197.5,158.5 + pos: -421.5,126.5 parent: 1 - - uid: 26974 + - uid: 47076 components: - type: Transform - pos: 197.5,155.5 + pos: -424.5,127.5 parent: 1 - - uid: 26975 + - uid: 47077 components: - type: Transform - pos: 197.5,154.5 + pos: -427.5,123.5 parent: 1 - - uid: 26976 + - uid: 47078 components: - type: Transform - pos: 197.5,153.5 + pos: -424.5,126.5 parent: 1 - - uid: 26977 + - uid: 47079 components: - type: Transform - pos: 196.5,160.5 + pos: -425.5,130.5 parent: 1 - - uid: 26978 +- proto: WallRockBasalt + entities: + - uid: 47080 components: - type: Transform - pos: 196.5,159.5 + pos: 163.5,199.5 parent: 1 - - uid: 26979 + - uid: 47081 components: - type: Transform - pos: 196.5,158.5 + pos: 125.5,199.5 parent: 1 - - uid: 26980 + - uid: 47082 components: - type: Transform - pos: 186.5,159.5 + pos: 123.5,199.5 parent: 1 - - uid: 26981 + - uid: 47083 components: - type: Transform - pos: 186.5,158.5 + pos: 120.5,197.5 parent: 1 - - uid: 26982 + - uid: 47084 components: - type: Transform - pos: 187.5,158.5 + pos: 121.5,199.5 parent: 1 - - uid: 26984 + - uid: 47085 components: - type: Transform - pos: 185.5,146.5 + pos: 128.5,199.5 parent: 1 - - uid: 26985 + - uid: 47086 components: - type: Transform - pos: 185.5,145.5 + pos: 126.5,199.5 parent: 1 - - uid: 26986 + - uid: 47087 components: - type: Transform - pos: 193.5,155.5 + pos: 127.5,199.5 parent: 1 - - uid: 26987 + - uid: 47088 components: - type: Transform - pos: 193.5,154.5 + pos: -167.5,-158.5 parent: 1 - - uid: 26988 + - uid: 47089 components: - type: Transform - pos: 193.5,153.5 + pos: -170.5,-157.5 parent: 1 - - uid: 26989 + - uid: 47090 components: - type: Transform - pos: 193.5,152.5 + pos: -198.5,-76.5 parent: 1 - - uid: 26990 + - uid: 47091 components: - type: Transform - pos: 186.5,148.5 + pos: 192.5,185.5 parent: 1 - - uid: 26991 + - uid: 47092 components: - type: Transform - pos: 194.5,154.5 + pos: -170.5,-161.5 parent: 1 - - uid: 26992 + - uid: 47093 components: - type: Transform - pos: 186.5,146.5 + pos: 177.5,197.5 parent: 1 - - uid: 26993 + - uid: 47094 components: - type: Transform - pos: 194.5,153.5 + pos: 124.5,199.5 parent: 1 - - uid: 26994 + - uid: 47095 components: - type: Transform - pos: 190.5,162.5 + pos: -170.5,-158.5 parent: 1 - - uid: 26995 + - uid: 47096 components: - type: Transform - pos: 189.5,162.5 + pos: 187.5,196.5 parent: 1 - - uid: 26996 + - uid: 47097 components: - type: Transform - pos: 188.5,161.5 + pos: 198.5,171.5 parent: 1 - - uid: 26997 + - uid: 47098 components: - type: Transform - pos: 188.5,162.5 + pos: 151.5,195.5 parent: 1 - - uid: 27000 + - uid: 47099 components: - type: Transform - pos: 170.5,127.5 + pos: -172.5,-190.5 parent: 1 - - uid: 27001 + - uid: 47100 components: - type: Transform - pos: 195.5,148.5 + pos: 140.5,194.5 parent: 1 - - uid: 27002 + - uid: 47101 components: - type: Transform - pos: 176.5,137.5 + pos: -197.5,-147.5 parent: 1 - - uid: 27003 + - uid: 47102 components: - type: Transform - pos: 197.5,147.5 + pos: 148.5,198.5 parent: 1 - - uid: 27005 + - uid: 47103 components: - type: Transform - pos: 197.5,162.5 + pos: 144.5,195.5 parent: 1 - - uid: 27006 + - uid: 47104 components: - type: Transform - pos: 198.5,163.5 + pos: 146.5,198.5 parent: 1 - - uid: 27007 + - uid: 47105 components: - type: Transform - pos: 197.5,163.5 + pos: 152.5,194.5 parent: 1 - - uid: 27008 + - uid: 47106 components: - type: Transform - pos: 197.5,164.5 + pos: 143.5,198.5 parent: 1 - - uid: 27009 + - uid: 47107 components: - type: Transform - pos: 198.5,164.5 + pos: 75.5,38.5 parent: 1 - - uid: 27010 + - uid: 47108 components: - type: Transform - pos: 191.5,158.5 + pos: 155.5,-64.5 parent: 1 - - uid: 27011 + - uid: 47109 components: - type: Transform - pos: 194.5,148.5 + pos: 142.5,195.5 parent: 1 - - uid: 27014 + - uid: 47110 components: - type: Transform - pos: 171.5,134.5 + pos: -129.5,-180.5 parent: 1 - - uid: 27015 + - uid: 47111 components: - type: Transform - pos: 196.5,147.5 + pos: 197.5,160.5 parent: 1 - - uid: 27016 + - uid: 47112 components: - type: Transform - pos: 196.5,148.5 + pos: 147.5,194.5 parent: 1 - - uid: 27017 + - uid: 47113 components: - type: Transform - pos: 196.5,151.5 + pos: 171.5,196.5 parent: 1 - - uid: 27018 + - uid: 47114 components: - type: Transform - pos: 196.5,152.5 + pos: 149.5,194.5 parent: 1 - - uid: 27019 + - uid: 47115 components: - type: Transform - pos: 196.5,153.5 + pos: 120.5,189.5 parent: 1 - - uid: 27020 + - uid: 47116 components: - type: Transform - pos: 196.5,154.5 + pos: 148.5,199.5 parent: 1 - - uid: 27021 + - uid: 47117 components: - type: Transform - pos: 196.5,155.5 + pos: 171.5,197.5 parent: 1 - - uid: 27022 + - uid: 47118 components: - type: Transform - pos: 184.5,211.5 + pos: 64.5,54.5 parent: 1 - - uid: 27023 + - uid: 47119 components: - type: Transform - pos: 193.5,173.5 + pos: 144.5,194.5 parent: 1 - - uid: 27024 + - uid: 47120 components: - type: Transform - pos: 196.5,144.5 + pos: -166.5,-161.5 parent: 1 - - uid: 27025 + - uid: 47121 components: - type: Transform - pos: 196.5,145.5 + pos: 142.5,194.5 parent: 1 - - uid: 27026 + - uid: 47122 components: - type: Transform - pos: 196.5,146.5 + pos: 129.5,199.5 parent: 1 - - uid: 27027 + - uid: 47123 components: - type: Transform - pos: 172.5,130.5 + pos: 190.5,-17.5 parent: 1 - - uid: 27028 + - uid: 47124 components: - type: Transform - pos: 172.5,128.5 + pos: 152.5,195.5 parent: 1 - - uid: 27031 + - uid: 47125 components: - type: Transform - pos: 197.5,173.5 + pos: 148.5,196.5 parent: 1 - - uid: 27032 + - uid: 47126 components: - type: Transform - pos: 198.5,112.5 + pos: 183.5,195.5 parent: 1 - - uid: 27033 + - uid: 47127 components: - type: Transform - pos: 198.5,180.5 + pos: 145.5,195.5 parent: 1 - - uid: 27034 + - uid: 47128 components: - type: Transform - pos: 198.5,162.5 + pos: 143.5,199.5 parent: 1 - - uid: 27035 + - uid: 47129 components: - type: Transform - pos: 172.5,121.5 + pos: 151.5,198.5 parent: 1 - - uid: 27036 + - uid: 47130 components: - type: Transform - pos: 196.5,162.5 + pos: 145.5,199.5 parent: 1 - - uid: 27037 + - uid: 47131 components: - type: Transform - pos: 193.5,156.5 + pos: 145.5,194.5 parent: 1 - - uid: 27038 + - uid: 47132 components: - type: Transform - pos: 193.5,159.5 + pos: 145.5,197.5 parent: 1 - - uid: 27039 + - uid: 47133 components: - type: Transform - pos: 196.5,149.5 + pos: 145.5,198.5 parent: 1 - - uid: 27040 + - uid: 47134 components: - type: Transform - pos: 193.5,157.5 + pos: 158.5,128.5 parent: 1 - - uid: 27041 + - uid: 47135 components: - type: Transform - pos: 193.5,158.5 + pos: -129.5,-179.5 parent: 1 - - uid: 27042 + - uid: 47136 components: - type: Transform - pos: 197.5,148.5 + pos: 149.5,196.5 parent: 1 - - uid: 27043 + - uid: 47137 components: - type: Transform - pos: 178.5,141.5 + pos: -196.5,-164.5 parent: 1 - - uid: 27044 + - uid: 47138 components: - type: Transform - pos: 194.5,151.5 + pos: 144.5,197.5 parent: 1 - - uid: 27045 + - uid: 47139 components: - type: Transform - pos: 194.5,152.5 + pos: 165.5,195.5 parent: 1 - - uid: 27046 + - uid: 47140 components: - type: Transform - pos: 171.5,121.5 + pos: 198.5,193.5 parent: 1 - - uid: 27047 + - uid: 47141 components: - type: Transform - pos: 169.5,131.5 + pos: 155.5,195.5 parent: 1 - - uid: 27048 + - uid: 47142 components: - type: Transform - pos: 169.5,130.5 + pos: 142.5,199.5 parent: 1 - - uid: 27049 + - uid: 47143 components: - type: Transform - pos: 195.5,156.5 + pos: 192.5,184.5 parent: 1 - - uid: 27050 + - uid: 47144 components: - type: Transform - pos: 195.5,153.5 + pos: 160.5,126.5 parent: 1 - - uid: 27051 + - uid: 47145 components: - type: Transform - pos: 195.5,154.5 + pos: 152.5,198.5 parent: 1 - - uid: 27052 + - uid: 47146 components: - type: Transform - pos: 195.5,155.5 + pos: 149.5,198.5 parent: 1 - - uid: 27053 + - uid: 47147 components: - type: Transform - pos: 197.5,146.5 + pos: 151.5,199.5 parent: 1 - - uid: 27054 + - uid: 47148 components: - type: Transform - pos: 184.5,121.5 + pos: 151.5,196.5 parent: 1 - - uid: 27056 + - uid: 47149 components: - type: Transform - pos: 194.5,158.5 + pos: 67.5,57.5 parent: 1 - - uid: 27057 + - uid: 47150 components: - type: Transform - pos: 171.5,123.5 + pos: 151.5,194.5 parent: 1 - - uid: 27058 + - uid: 47151 components: - type: Transform - pos: 171.5,133.5 + pos: -190.5,-153.5 parent: 1 - - uid: 27059 + - uid: 47152 components: - type: Transform - pos: 171.5,132.5 + pos: 171.5,198.5 parent: 1 - - uid: 27060 + - uid: 47153 components: - type: Transform - pos: 171.5,131.5 + pos: 183.5,194.5 parent: 1 - - uid: 27061 + - uid: 47154 components: - type: Transform - pos: 171.5,130.5 + pos: 148.5,197.5 parent: 1 - - uid: 27062 + - uid: 47155 components: - type: Transform - pos: 171.5,129.5 + pos: -166.5,-162.5 parent: 1 - - uid: 27063 + - uid: 47156 components: - type: Transform - pos: 171.5,128.5 + pos: 139.5,194.5 parent: 1 - - uid: 27064 + - uid: 47157 components: - type: Transform - pos: 171.5,127.5 + pos: 153.5,198.5 parent: 1 - - uid: 27065 + - uid: 47158 components: - type: Transform - pos: 170.5,128.5 + pos: 171.5,199.5 parent: 1 - - uid: 27066 + - uid: 47159 components: - type: Transform - pos: 198.5,100.5 + pos: 194.5,150.5 parent: 1 - - uid: 27067 + - uid: 47160 components: - type: Transform - pos: 195.5,157.5 + pos: 147.5,199.5 parent: 1 - - uid: 27069 + - uid: 47161 components: - type: Transform - pos: 197.5,149.5 + pos: 146.5,195.5 parent: 1 - - uid: 27070 + - uid: 47162 components: - type: Transform - pos: 193.5,149.5 + pos: 36.5,74.5 parent: 1 - - uid: 27071 + - uid: 47163 components: - type: Transform - pos: 193.5,148.5 + pos: 143.5,197.5 parent: 1 - - uid: 27072 + - uid: 47164 components: - type: Transform - pos: 194.5,156.5 + pos: 135.5,187.5 parent: 1 - - uid: 27073 + - uid: 47165 components: - type: Transform - pos: 194.5,155.5 + pos: -146.5,-167.5 parent: 1 - - uid: 27074 + - uid: 47166 components: - type: Transform - pos: 195.5,158.5 + pos: 63.5,39.5 parent: 1 - - uid: 27075 + - uid: 47167 components: - type: Transform - pos: 198.5,160.5 + pos: 154.5,195.5 parent: 1 - - uid: 27076 + - uid: 47168 components: - type: Transform - pos: 198.5,159.5 + pos: 147.5,197.5 parent: 1 - - uid: 27077 + - uid: 47169 components: - type: Transform - pos: 198.5,158.5 + pos: 146.5,197.5 parent: 1 - - uid: 27078 + - uid: 47170 components: - type: Transform - pos: 198.5,157.5 + pos: 147.5,198.5 parent: 1 - - uid: 27079 + - uid: 47171 components: - type: Transform - pos: 198.5,156.5 + pos: 148.5,194.5 parent: 1 - - uid: 27080 + - uid: 47172 components: - type: Transform - pos: 198.5,155.5 + pos: 149.5,197.5 parent: 1 - - uid: 27081 + - uid: 47173 components: - type: Transform - pos: 198.5,154.5 + pos: 149.5,195.5 parent: 1 - - uid: 27082 + - uid: 47174 components: - type: Transform - pos: 198.5,153.5 + pos: 149.5,199.5 parent: 1 - - uid: 27083 + - uid: 47175 components: - type: Transform - pos: 198.5,152.5 + pos: 150.5,194.5 parent: 1 - - uid: 27084 + - uid: 47176 components: - type: Transform - pos: 198.5,151.5 + pos: 155.5,194.5 parent: 1 - - uid: 27085 + - uid: 47177 components: - type: Transform - pos: 198.5,150.5 + pos: 148.5,195.5 parent: 1 - - uid: 27086 + - uid: 47178 components: - type: Transform - pos: 198.5,149.5 + pos: 144.5,199.5 parent: 1 - - uid: 27087 + - uid: 47179 components: - type: Transform - pos: 198.5,148.5 + pos: 141.5,198.5 parent: 1 - - uid: 27088 + - uid: 47180 components: - type: Transform - pos: 198.5,147.5 + pos: 143.5,195.5 parent: 1 - - uid: 27089 + - uid: 47181 components: - type: Transform - pos: 198.5,146.5 + pos: 142.5,198.5 parent: 1 - - uid: 27090 + - uid: 47182 components: - type: Transform - pos: 198.5,145.5 + pos: 142.5,197.5 parent: 1 - - uid: 27091 + - uid: 47183 components: - type: Transform - pos: 198.5,144.5 + pos: 143.5,194.5 parent: 1 - - uid: 27092 + - uid: 47184 components: - type: Transform - pos: 198.5,114.5 + pos: 150.5,195.5 parent: 1 - - uid: 27093 + - uid: 47185 components: - type: Transform - pos: 195.5,147.5 + pos: 141.5,195.5 parent: 1 - - uid: 27094 + - uid: 47186 components: - type: Transform - pos: 195.5,146.5 + pos: 141.5,199.5 parent: 1 - - uid: 27095 + - uid: 47187 components: - type: Transform - pos: 195.5,145.5 + pos: 140.5,199.5 parent: 1 - - uid: 27096 + - uid: 47188 components: - type: Transform - pos: 195.5,144.5 + pos: 141.5,194.5 parent: 1 - - uid: 27097 + - uid: 47189 components: - type: Transform - pos: 193.5,147.5 + pos: 140.5,197.5 parent: 1 - - uid: 27098 + - uid: 47190 components: - type: Transform - pos: 193.5,146.5 + pos: 140.5,198.5 parent: 1 - - uid: 27099 + - uid: 47191 components: - type: Transform - pos: 193.5,145.5 + pos: 140.5,196.5 parent: 1 - - uid: 27100 + - uid: 47192 components: - type: Transform - pos: 193.5,144.5 + pos: 140.5,195.5 parent: 1 - - uid: 27101 + - uid: 47193 components: - type: Transform - pos: 194.5,147.5 + pos: 150.5,198.5 parent: 1 - - uid: 27102 + - uid: 47194 components: - type: Transform - pos: 194.5,146.5 + pos: 146.5,194.5 parent: 1 - - uid: 27103 + - uid: 47195 components: - type: Transform - pos: 194.5,145.5 + pos: 150.5,196.5 parent: 1 - - uid: 27104 + - uid: 47196 components: - type: Transform - pos: 194.5,144.5 + pos: 150.5,199.5 parent: 1 - - uid: 27105 + - uid: 47197 components: - type: Transform - pos: 192.5,155.5 + pos: 147.5,195.5 parent: 1 - - uid: 27106 + - uid: 47198 components: - type: Transform - pos: 192.5,154.5 + pos: 150.5,197.5 parent: 1 - - uid: 27107 + - uid: 47199 components: - type: Transform - pos: 192.5,153.5 + pos: 147.5,196.5 parent: 1 - - uid: 27108 + - uid: 47200 components: - type: Transform - pos: 192.5,152.5 + pos: 144.5,198.5 parent: 1 - - uid: 27109 + - uid: 47201 components: - type: Transform - pos: 192.5,151.5 + pos: 141.5,197.5 parent: 1 - - uid: 27110 + - uid: 47202 components: - type: Transform - pos: 192.5,150.5 + pos: 188.5,192.5 parent: 1 - - uid: 27111 + - uid: 47203 components: - type: Transform - pos: 192.5,149.5 + pos: 192.5,186.5 parent: 1 - - uid: 27112 + - uid: 47204 components: - type: Transform - pos: 192.5,148.5 + pos: 187.5,189.5 parent: 1 - - uid: 27113 + - uid: 47205 components: - type: Transform - pos: 192.5,147.5 + pos: 188.5,190.5 parent: 1 - - uid: 27114 + - uid: 47206 components: - type: Transform - pos: 192.5,146.5 + pos: 152.5,197.5 parent: 1 - - uid: 27115 + - uid: 47207 components: - type: Transform - pos: 192.5,145.5 + pos: 154.5,199.5 parent: 1 - - uid: 27116 + - uid: 47208 components: - type: Transform - pos: 192.5,144.5 + pos: 151.5,197.5 parent: 1 - - uid: 27117 + - uid: 47209 components: - type: Transform - pos: 191.5,153.5 + pos: 65.5,47.5 parent: 1 - - uid: 27118 + - uid: 47210 components: - type: Transform - pos: 191.5,152.5 + pos: 187.5,190.5 parent: 1 - - uid: 27119 + - uid: 47211 components: - type: Transform - pos: 191.5,151.5 + pos: 188.5,193.5 parent: 1 - - uid: 27120 + - uid: 47212 components: - type: Transform - pos: 191.5,150.5 + pos: 191.5,189.5 parent: 1 - - uid: 27121 + - uid: 47213 components: - type: Transform - pos: 191.5,149.5 + pos: 139.5,196.5 parent: 1 - - uid: 27122 + - uid: 47214 components: - type: Transform - pos: 191.5,148.5 + pos: 139.5,198.5 parent: 1 - - uid: 27123 + - uid: 47215 components: - type: Transform - pos: 191.5,147.5 + pos: 139.5,195.5 parent: 1 - - uid: 27124 + - uid: 47216 components: - type: Transform - pos: 191.5,146.5 + pos: 139.5,199.5 parent: 1 - - uid: 27125 + - uid: 47217 components: - type: Transform - pos: 191.5,145.5 + pos: 139.5,197.5 parent: 1 - - uid: 27126 + - uid: 47218 components: - type: Transform - pos: 191.5,144.5 + pos: 152.5,196.5 parent: 1 - - uid: 27127 + - uid: 47219 components: - type: Transform - pos: 190.5,150.5 + pos: 196.5,188.5 parent: 1 - - uid: 27128 + - uid: 47220 components: - type: Transform - pos: 183.5,143.5 + pos: 196.5,187.5 parent: 1 - - uid: 27129 + - uid: 47221 components: - type: Transform - pos: 181.5,142.5 + pos: 196.5,189.5 parent: 1 - - uid: 27130 + - uid: 47222 components: - type: Transform - pos: 190.5,147.5 + pos: 197.5,181.5 parent: 1 - - uid: 27131 + - uid: 47223 components: - type: Transform - pos: 190.5,146.5 + pos: 196.5,193.5 parent: 1 - - uid: 27132 + - uid: 47224 components: - type: Transform - pos: 190.5,145.5 + pos: 197.5,183.5 parent: 1 - - uid: 27133 + - uid: 47225 components: - type: Transform - pos: 190.5,144.5 + pos: 197.5,182.5 parent: 1 - - uid: 27134 + - uid: 47226 components: - type: Transform - pos: 181.5,143.5 + pos: 197.5,185.5 parent: 1 - - uid: 27135 + - uid: 47227 components: - type: Transform - pos: 182.5,143.5 + pos: 197.5,184.5 parent: 1 - - uid: 27136 + - uid: 47228 components: - type: Transform - pos: 189.5,147.5 + pos: 197.5,187.5 parent: 1 - - uid: 27137 + - uid: 47229 components: - type: Transform - pos: 189.5,146.5 + pos: 197.5,189.5 parent: 1 - - uid: 27138 + - uid: 47230 components: - type: Transform - pos: 189.5,145.5 + pos: 197.5,188.5 parent: 1 - - uid: 27139 + - uid: 47231 components: - type: Transform - pos: 189.5,144.5 + pos: 197.5,191.5 parent: 1 - - uid: 27140 + - uid: 47232 components: - type: Transform - pos: 178.5,142.5 + pos: 197.5,190.5 parent: 1 - - uid: 27141 + - uid: 47233 components: - type: Transform - pos: 188.5,147.5 + pos: 197.5,193.5 parent: 1 - - uid: 27142 + - uid: 47234 components: - type: Transform - pos: 188.5,146.5 + pos: 197.5,192.5 parent: 1 - - uid: 27143 + - uid: 47235 components: - type: Transform - pos: 188.5,145.5 + pos: 198.5,182.5 parent: 1 - - uid: 27144 + - uid: 47236 components: - type: Transform - pos: 188.5,144.5 + pos: 198.5,181.5 parent: 1 - - uid: 27145 + - uid: 47237 components: - type: Transform - pos: 187.5,148.5 + pos: 196.5,185.5 parent: 1 - - uid: 27146 + - uid: 47238 components: - type: Transform - pos: 187.5,147.5 + pos: 196.5,183.5 parent: 1 - - uid: 27147 + - uid: 47239 components: - type: Transform - pos: 187.5,146.5 + pos: 196.5,184.5 parent: 1 - - uid: 27148 + - uid: 47240 components: - type: Transform - pos: 187.5,145.5 + pos: 195.5,182.5 parent: 1 - - uid: 27149 + - uid: 47241 components: - type: Transform - pos: 187.5,144.5 + pos: 196.5,182.5 parent: 1 - - uid: 27150 + - uid: 47242 components: - type: Transform - pos: 175.5,119.5 + pos: 193.5,182.5 parent: 1 - - uid: 27151 + - uid: 47243 components: - type: Transform - pos: 175.5,120.5 + pos: 194.5,182.5 parent: 1 - - uid: 27152 + - uid: 47244 components: - type: Transform - pos: 176.5,119.5 + pos: 191.5,182.5 parent: 1 - - uid: 27153 + - uid: 47245 components: - type: Transform - pos: 176.5,120.5 + pos: 192.5,182.5 parent: 1 - - uid: 27154 + - uid: 47246 components: - type: Transform - pos: 177.5,119.5 + pos: 192.5,188.5 parent: 1 - - uid: 27155 + - uid: 47247 components: - type: Transform - pos: 177.5,120.5 + pos: 198.5,185.5 parent: 1 - - uid: 27156 + - uid: 47248 components: - type: Transform - pos: 204.5,192.5 + pos: 198.5,184.5 parent: 1 - - uid: 27157 + - uid: 47249 components: - type: Transform - pos: 201.5,171.5 + pos: 198.5,187.5 parent: 1 - - uid: 27158 + - uid: 47250 components: - type: Transform - pos: 207.5,190.5 + pos: 198.5,186.5 parent: 1 - - uid: 27159 + - uid: 47251 components: - type: Transform - pos: 207.5,191.5 + pos: 198.5,189.5 parent: 1 - - uid: 27160 + - uid: 47252 components: - type: Transform - pos: 208.5,193.5 + pos: 198.5,188.5 parent: 1 - - uid: 27161 + - uid: 47253 components: - type: Transform - pos: 207.5,195.5 + pos: 198.5,191.5 parent: 1 - - uid: 27162 + - uid: 47254 components: - type: Transform - pos: 207.5,194.5 + pos: 192.5,187.5 parent: 1 - - uid: 27163 + - uid: 47255 components: - type: Transform - pos: 206.5,194.5 + pos: 198.5,192.5 parent: 1 - - uid: 27164 + - uid: 47256 components: - type: Transform - pos: 207.5,193.5 + pos: 193.5,188.5 parent: 1 - - uid: 27165 + - uid: 47257 components: - type: Transform - pos: 209.5,193.5 + pos: 187.5,192.5 parent: 1 - - uid: 27166 + - uid: 47258 components: - type: Transform - pos: 207.5,188.5 + pos: 193.5,189.5 parent: 1 - - uid: 27167 + - uid: 47259 components: - type: Transform - pos: 210.5,188.5 + pos: 193.5,184.5 parent: 1 - - uid: 27168 + - uid: 47260 components: - type: Transform - pos: 170.5,131.5 + pos: 187.5,191.5 parent: 1 - - uid: 27169 + - uid: 47261 components: - type: Transform - pos: 170.5,132.5 + pos: 193.5,186.5 parent: 1 - - uid: 27170 + - uid: 47262 components: - type: Transform - pos: 170.5,133.5 + pos: 193.5,185.5 parent: 1 - - uid: 27173 + - uid: 47263 components: - type: Transform - pos: 170.5,125.5 + pos: 196.5,190.5 parent: 1 - - uid: 27174 + - uid: 47264 components: - type: Transform - pos: 170.5,121.5 + pos: 193.5,187.5 parent: 1 - - uid: 27177 + - uid: 47265 components: - type: Transform - pos: 171.5,125.5 + pos: 196.5,191.5 parent: 1 - - uid: 27178 + - uid: 47266 components: - type: Transform - pos: 171.5,126.5 + pos: 194.5,183.5 parent: 1 - - uid: 27185 + - uid: 47267 components: - type: Transform - pos: 210.5,194.5 + pos: 195.5,183.5 parent: 1 - - uid: 27186 + - uid: 47268 components: - type: Transform - pos: 173.5,121.5 + pos: 193.5,183.5 parent: 1 - - uid: 27187 + - uid: 47269 components: - type: Transform - pos: 173.5,120.5 + pos: 192.5,189.5 parent: 1 - - uid: 27188 + - uid: 47270 components: - type: Transform - pos: 173.5,119.5 + pos: 188.5,188.5 parent: 1 - - uid: 27189 + - uid: 47271 components: - type: Transform - pos: 173.5,118.5 + pos: 187.5,193.5 parent: 1 - - uid: 27195 + - uid: 47272 components: - type: Transform - pos: 169.5,126.5 + pos: 192.5,193.5 parent: 1 - - uid: 27196 + - uid: 47273 components: - type: Transform - pos: 169.5,125.5 + pos: 177.5,199.5 parent: 1 - - uid: 27197 + - uid: 47274 components: - type: Transform - pos: 170.5,124.5 + pos: 196.5,199.5 parent: 1 - - uid: 27203 + - uid: 47275 components: - type: Transform - pos: 180.5,134.5 + pos: 178.5,195.5 parent: 1 - - uid: 27205 + - uid: 47276 components: - type: Transform - pos: 169.5,122.5 + pos: 189.5,194.5 parent: 1 - - uid: 27206 + - uid: 47277 components: - type: Transform - pos: 174.5,118.5 + pos: 203.5,188.5 parent: 1 - - uid: 27207 + - uid: 47278 components: - type: Transform - pos: 174.5,119.5 + pos: 182.5,194.5 parent: 1 - - uid: 27208 + - uid: 47279 components: - type: Transform - pos: 169.5,121.5 + pos: 180.5,194.5 parent: 1 - - uid: 27209 + - uid: 47280 components: - type: Transform - pos: 170.5,120.5 + pos: 165.5,197.5 parent: 1 - - uid: 27212 + - uid: 47281 components: - type: Transform - pos: 208.5,188.5 + pos: -163.5,-161.5 parent: 1 - - uid: 27213 + - uid: 47282 components: - type: Transform - pos: 205.5,191.5 + pos: 63.5,56.5 parent: 1 - - uid: 27222 + - uid: 47283 components: - type: Transform - pos: 189.5,143.5 + pos: 155.5,199.5 parent: 1 - - uid: 27224 + - uid: 47284 components: - type: Transform - pos: 190.5,143.5 + pos: 130.5,176.5 parent: 1 - - uid: 27226 + - uid: 47285 components: - type: Transform - pos: 191.5,143.5 + pos: 163.5,197.5 parent: 1 - - uid: 27229 + - uid: 47286 components: - type: Transform - pos: 174.5,129.5 + pos: 160.5,195.5 parent: 1 - - uid: 27240 + - uid: 47287 components: - type: Transform - pos: 173.5,130.5 + pos: 33.5,71.5 parent: 1 - - uid: 27242 + - uid: 47288 components: - type: Transform - pos: 178.5,119.5 + pos: 41.5,71.5 parent: 1 - - uid: 27243 + - uid: 47289 components: - type: Transform - pos: 178.5,120.5 + pos: 160.5,194.5 parent: 1 - - uid: 27244 + - uid: 47290 components: - type: Transform - pos: 179.5,119.5 + pos: -198.5,-153.5 parent: 1 - - uid: 27245 + - uid: 47291 components: - type: Transform - pos: 179.5,120.5 + pos: 161.5,194.5 parent: 1 - - uid: 27246 + - uid: 47292 components: - type: Transform - pos: 180.5,119.5 + pos: 179.5,-92.5 parent: 1 - - uid: 27247 + - uid: 47293 components: - type: Transform - pos: 180.5,120.5 + pos: 172.5,195.5 parent: 1 - - uid: 27248 + - uid: 47294 components: - type: Transform - pos: 181.5,119.5 + pos: 154.5,194.5 parent: 1 - - uid: 27249 + - uid: 47295 components: - type: Transform - pos: 181.5,120.5 + pos: 180.5,197.5 parent: 1 - - uid: 27250 + - uid: 47296 components: - type: Transform - pos: 182.5,119.5 + pos: 161.5,197.5 parent: 1 - - uid: 27251 + - uid: 47297 components: - type: Transform - pos: 182.5,120.5 + pos: 187.5,199.5 parent: 1 - - uid: 27252 + - uid: 47298 components: - type: Transform - pos: 183.5,119.5 + pos: 154.5,198.5 parent: 1 - - uid: 27253 + - uid: 47299 components: - type: Transform - pos: 183.5,120.5 + pos: 164.5,197.5 parent: 1 - - uid: 27254 + - uid: 47300 components: - type: Transform - pos: 184.5,119.5 + pos: 184.5,194.5 parent: 1 - - uid: 27255 + - uid: 47301 components: - type: Transform - pos: 184.5,120.5 + pos: 178.5,194.5 parent: 1 - - uid: 27256 + - uid: 47302 components: - type: Transform - pos: 185.5,119.5 + pos: 183.5,198.5 parent: 1 - - uid: 27257 + - uid: 47303 components: - type: Transform - pos: 185.5,120.5 + pos: 169.5,197.5 parent: 1 - - uid: 27258 + - uid: 47304 components: - type: Transform - pos: 186.5,119.5 + pos: 190.5,-18.5 parent: 1 - - uid: 27259 + - uid: 47305 components: - type: Transform - pos: 186.5,120.5 + pos: 170.5,198.5 parent: 1 - - uid: 27260 + - uid: 47306 components: - type: Transform - pos: 187.5,119.5 + pos: 191.5,183.5 parent: 1 - - uid: 27261 + - uid: 47307 components: - type: Transform - pos: 187.5,120.5 + pos: 190.5,194.5 parent: 1 - - uid: 27262 + - uid: 47308 components: - type: Transform - pos: 188.5,119.5 + pos: 173.5,199.5 parent: 1 - - uid: 27263 + - uid: 47309 components: - type: Transform - pos: 188.5,120.5 + pos: 189.5,199.5 parent: 1 - - uid: 27264 + - uid: 47310 components: - type: Transform - pos: 189.5,119.5 + pos: 181.5,197.5 parent: 1 - - uid: 27265 + - uid: 47311 components: - type: Transform - pos: 189.5,120.5 + pos: 163.5,195.5 parent: 1 - - uid: 27266 + - uid: 47312 components: - type: Transform - pos: 190.5,119.5 + pos: 194.5,173.5 parent: 1 - - uid: 27267 + - uid: 47313 components: - type: Transform - pos: 190.5,120.5 + pos: 175.5,195.5 parent: 1 - - uid: 27268 + - uid: 47314 components: - type: Transform - pos: 191.5,119.5 + pos: 184.5,199.5 parent: 1 - - uid: 27269 + - uid: 47315 components: - type: Transform - pos: 191.5,120.5 + pos: 194.5,186.5 parent: 1 - - uid: 27270 + - uid: 47316 components: - type: Transform - pos: 201.5,176.5 + pos: 194.5,190.5 parent: 1 - - uid: 27271 + - uid: 47317 components: - type: Transform - pos: 192.5,120.5 + pos: 194.5,184.5 parent: 1 - - uid: 27272 + - uid: 47318 components: - type: Transform - pos: 190.5,121.5 + pos: 173.5,194.5 parent: 1 - - uid: 27273 + - uid: 47319 components: - type: Transform - pos: 190.5,122.5 + pos: 182.5,199.5 parent: 1 - - uid: 27274 + - uid: 47320 components: - type: Transform - pos: 191.5,121.5 + pos: 188.5,195.5 parent: 1 - - uid: 27275 + - uid: 47321 components: - type: Transform - pos: 191.5,122.5 + pos: 188.5,194.5 parent: 1 - - uid: 27276 + - uid: 47322 components: - type: Transform - pos: 192.5,121.5 + pos: 196.5,7.5 parent: 1 - - uid: 27277 + - uid: 47323 components: - type: Transform - pos: 192.5,122.5 + pos: 181.5,195.5 parent: 1 - - uid: 27278 + - uid: 47324 components: - type: Transform - pos: 193.5,121.5 + pos: 194.5,191.5 parent: 1 - - uid: 27279 + - uid: 47325 components: - type: Transform - pos: 193.5,122.5 + pos: 146.5,199.5 parent: 1 - - uid: 27280 + - uid: 47326 components: - type: Transform - pos: 194.5,121.5 + pos: 175.5,194.5 parent: 1 - - uid: 27281 + - uid: 47327 components: - type: Transform - pos: 194.5,122.5 + pos: -125.5,-184.5 parent: 1 - - uid: 27282 + - uid: 47328 components: - type: Transform - pos: 195.5,121.5 + pos: 170.5,135.5 parent: 1 - - uid: 27283 + - uid: 47329 components: - type: Transform - pos: 195.5,122.5 + pos: 171.5,124.5 parent: 1 - - uid: 27284 + - uid: 47330 components: - type: Transform - pos: 196.5,121.5 + pos: -191.5,-147.5 parent: 1 - - uid: 27285 + - uid: 47331 components: - type: Transform - pos: 196.5,122.5 + pos: 64.5,48.5 parent: 1 - - uid: 27286 + - uid: 47332 components: - type: Transform - pos: 197.5,121.5 + pos: 169.5,135.5 parent: 1 - - uid: 27287 + - uid: 47333 components: - type: Transform - pos: 197.5,122.5 + pos: 37.5,79.5 parent: 1 - - uid: 27288 + - uid: 47334 components: - type: Transform - pos: 196.5,120.5 + pos: -196.5,-146.5 parent: 1 - - uid: 27289 + - uid: 47335 components: - type: Transform - pos: 196.5,119.5 + pos: 65.5,39.5 parent: 1 - - uid: 27290 + - uid: 47336 components: - type: Transform - pos: 196.5,118.5 + pos: 177.5,138.5 parent: 1 - - uid: 27291 + - uid: 47337 components: - type: Transform - pos: 196.5,117.5 + pos: 186.5,147.5 parent: 1 - - uid: 27292 + - uid: 47338 components: - type: Transform - pos: 196.5,116.5 + pos: 197.5,161.5 parent: 1 - - uid: 27293 + - uid: 47339 components: - type: Transform - pos: 196.5,115.5 + pos: 198.5,166.5 parent: 1 - - uid: 27294 + - uid: 47340 components: - type: Transform - pos: 197.5,120.5 + pos: 198.5,165.5 parent: 1 - - uid: 27295 + - uid: 47341 components: - type: Transform - pos: 197.5,119.5 + pos: -125.5,-182.5 parent: 1 - - uid: 27296 + - uid: 47342 components: - type: Transform - pos: 197.5,118.5 + pos: 50.5,35.5 parent: 1 - - uid: 27297 + - uid: 47343 components: - type: Transform - pos: 197.5,117.5 + pos: -198.5,-146.5 parent: 1 - - uid: 27298 + - uid: 47344 components: - type: Transform - pos: 197.5,116.5 + pos: 74.5,45.5 parent: 1 - - uid: 27299 + - uid: 47345 components: - type: Transform - pos: 197.5,115.5 + pos: 177.5,140.5 parent: 1 - - uid: 27300 + - uid: 47346 components: - type: Transform - pos: 198.5,120.5 + pos: 176.5,138.5 parent: 1 - - uid: 27301 + - uid: 47347 components: - type: Transform - pos: 198.5,119.5 + pos: 197.5,145.5 parent: 1 - - uid: 27302 + - uid: 47348 components: - type: Transform - pos: 198.5,118.5 + pos: 176.5,139.5 parent: 1 - - uid: 27303 + - uid: 47349 components: - type: Transform - pos: 198.5,117.5 + pos: 177.5,139.5 parent: 1 - - uid: 27304 + - uid: 47350 components: - type: Transform - pos: 198.5,116.5 + pos: 180.5,142.5 parent: 1 - - uid: 27305 + - uid: 47351 components: - type: Transform - pos: 198.5,115.5 + pos: 183.5,145.5 parent: 1 - - uid: 27306 + - uid: 47352 components: - type: Transform - pos: 198.5,121.5 + pos: 179.5,142.5 parent: 1 - - uid: 27307 + - uid: 47353 components: - type: Transform - pos: 198.5,122.5 + pos: 129.5,132.5 parent: 1 - - uid: 27308 + - uid: 47354 components: - type: Transform - pos: 184.5,122.5 + pos: 170.5,130.5 parent: 1 - - uid: 27309 + - uid: 47355 components: - type: Transform - pos: 184.5,123.5 + pos: 171.5,194.5 parent: 1 - - uid: 27310 + - uid: 47356 components: - type: Transform - pos: 183.5,123.5 + pos: 178.5,196.5 parent: 1 - - uid: 27311 + - uid: 47357 components: - type: Transform - pos: 183.5,122.5 + pos: 160.5,134.5 parent: 1 - - uid: 27312 + - uid: 47358 components: - type: Transform - pos: 183.5,121.5 + pos: 167.5,199.5 parent: 1 - - uid: 27314 + - uid: 47359 components: - type: Transform - pos: 182.5,122.5 + pos: 177.5,196.5 parent: 1 - - uid: 27315 + - uid: 47360 components: - type: Transform - pos: 182.5,121.5 + pos: 171.5,195.5 parent: 1 - - uid: 27317 + - uid: 47361 components: - type: Transform - pos: 181.5,122.5 + pos: 202.5,198.5 parent: 1 - - uid: 27318 + - uid: 47362 components: - type: Transform - pos: 181.5,121.5 + pos: 161.5,195.5 parent: 1 - - uid: 27320 + - uid: 47363 components: - type: Transform - pos: 180.5,122.5 + pos: 164.5,196.5 parent: 1 - - uid: 27321 + - uid: 47364 components: - type: Transform - pos: 180.5,121.5 + pos: 159.5,196.5 parent: 1 - - uid: 27323 + - uid: 47365 components: - type: Transform - pos: 179.5,122.5 + pos: 153.5,197.5 parent: 1 - - uid: 27324 + - uid: 47366 components: - type: Transform - pos: 179.5,121.5 + pos: 176.5,198.5 parent: 1 - - uid: 27327 + - uid: 47367 components: - type: Transform - pos: 177.5,124.5 + pos: 170.5,197.5 parent: 1 - - uid: 27328 + - uid: 47368 components: - type: Transform - pos: 176.5,124.5 + pos: 190.5,199.5 parent: 1 - - uid: 27332 + - uid: 47369 components: - type: Transform - pos: 175.5,125.5 + pos: 180.5,198.5 parent: 1 - - uid: 27333 + - uid: 47370 components: - type: Transform - pos: 174.5,125.5 + pos: 146.5,196.5 parent: 1 - - uid: 27337 + - uid: 47371 components: - type: Transform - pos: 174.5,126.5 + pos: 174.5,199.5 parent: 1 - - uid: 27339 + - uid: 47372 components: - type: Transform - pos: 174.5,127.5 + pos: 191.5,199.5 parent: 1 - - uid: 27340 + - uid: 47373 components: - type: Transform - pos: 173.5,127.5 + pos: 195.5,199.5 parent: 1 - - uid: 27341 + - uid: 47374 components: - type: Transform - pos: 172.5,126.5 + pos: 192.5,183.5 parent: 1 - - uid: 27342 + - uid: 47375 components: - type: Transform - pos: 172.5,125.5 + pos: 158.5,194.5 parent: 1 - - uid: 27343 + - uid: 47376 components: - type: Transform - pos: 172.5,124.5 + pos: 168.5,194.5 parent: 1 - - uid: 27344 + - uid: 47377 components: - type: Transform - pos: 172.5,123.5 + pos: 160.5,197.5 parent: 1 - - uid: 27345 + - uid: 47378 components: - type: Transform - pos: 172.5,122.5 + pos: 160.5,198.5 parent: 1 - - uid: 27346 + - uid: 47379 components: - type: Transform - pos: 173.5,126.5 + pos: 176.5,195.5 parent: 1 - - uid: 27347 + - uid: 47380 components: - type: Transform - pos: 173.5,125.5 + pos: 197.5,45.5 parent: 1 - - uid: 27348 + - uid: 47381 components: - type: Transform - pos: 173.5,124.5 + pos: 163.5,196.5 parent: 1 - - uid: 27349 + - uid: 47382 components: - type: Transform - pos: 173.5,123.5 + pos: 179.5,199.5 parent: 1 - - uid: 27350 + - uid: 47383 components: - type: Transform - pos: 173.5,122.5 + pos: 189.5,196.5 parent: 1 - - uid: 27351 + - uid: 47384 components: - type: Transform - pos: 174.5,124.5 + pos: 177.5,195.5 parent: 1 - - uid: 27352 + - uid: 47385 components: - type: Transform - pos: 174.5,123.5 + pos: 188.5,199.5 parent: 1 - - uid: 27353 + - uid: 47386 components: - type: Transform - pos: 174.5,122.5 + pos: 155.5,196.5 parent: 1 - - uid: 27354 + - uid: 47387 components: - type: Transform - pos: 174.5,121.5 + pos: 155.5,198.5 parent: 1 - - uid: 27355 + - uid: 47388 components: - type: Transform - pos: 175.5,124.5 + pos: 155.5,197.5 parent: 1 - - uid: 27356 + - uid: 47389 components: - type: Transform - pos: 175.5,123.5 + pos: 170.5,196.5 parent: 1 - - uid: 27357 + - uid: 47390 components: - type: Transform - pos: 175.5,122.5 + pos: 181.5,194.5 parent: 1 - - uid: 27358 + - uid: 47391 components: - type: Transform - pos: 175.5,121.5 + pos: 156.5,195.5 parent: 1 - - uid: 27359 + - uid: 47392 components: - type: Transform - pos: 174.5,120.5 + pos: 156.5,194.5 parent: 1 - - uid: 27360 + - uid: 47393 components: - type: Transform - pos: 176.5,123.5 + pos: 191.5,188.5 parent: 1 - - uid: 27361 + - uid: 47394 components: - type: Transform - pos: 176.5,122.5 + pos: 157.5,199.5 parent: 1 - - uid: 27362 + - uid: 47395 components: - type: Transform - pos: 176.5,121.5 + pos: 173.5,195.5 parent: 1 - - uid: 27363 + - uid: 47396 components: - type: Transform - pos: 177.5,123.5 + pos: 192.5,194.5 parent: 1 - - uid: 27364 + - uid: 47397 components: - type: Transform - pos: 177.5,122.5 + pos: 170.5,195.5 parent: 1 - - uid: 27365 + - uid: 47398 components: - type: Transform - pos: 177.5,121.5 + pos: 154.5,197.5 parent: 1 - - uid: 27366 + - uid: 47399 components: - type: Transform - pos: 178.5,123.5 + pos: 176.5,197.5 parent: 1 - - uid: 27367 + - uid: 47400 components: - type: Transform - pos: 178.5,122.5 + pos: 196.5,194.5 parent: 1 - - uid: 27368 + - uid: 47401 components: - type: Transform - pos: 178.5,121.5 + pos: 189.5,195.5 parent: 1 - - uid: 27369 + - uid: 47402 components: - type: Transform - pos: 185.5,122.5 + pos: 153.5,196.5 parent: 1 - - uid: 27370 + - uid: 47403 components: - type: Transform - pos: 185.5,121.5 + pos: 153.5,195.5 parent: 1 - - uid: 27371 + - uid: 47404 components: - type: Transform - pos: 186.5,122.5 + pos: 183.5,199.5 parent: 1 - - uid: 27372 + - uid: 47405 components: - type: Transform - pos: 186.5,121.5 + pos: 194.5,199.5 parent: 1 - - uid: 27373 + - uid: 47406 components: - type: Transform - pos: 187.5,122.5 + pos: 170.5,199.5 parent: 1 - - uid: 27374 + - uid: 47407 components: - type: Transform - pos: 187.5,121.5 + pos: 195.5,11.5 parent: 1 - - uid: 27375 + - uid: 47408 components: - type: Transform - pos: 188.5,122.5 + pos: 159.5,197.5 parent: 1 - - uid: 27376 + - uid: 47409 components: - type: Transform - pos: 188.5,121.5 + pos: 176.5,196.5 parent: 1 - - uid: 27377 + - uid: 47410 components: - type: Transform - pos: 189.5,122.5 + pos: 191.5,194.5 parent: 1 - - uid: 27378 + - uid: 47411 components: - type: Transform - pos: 189.5,121.5 + pos: 177.5,198.5 parent: 1 - - uid: 27381 + - uid: 47412 components: - type: Transform - pos: 189.5,123.5 + pos: 176.5,199.5 parent: 1 - - uid: 27382 + - uid: 47413 components: - type: Transform - pos: 190.5,123.5 + pos: 163.5,198.5 parent: 1 - - uid: 27384 + - uid: 47414 components: - type: Transform - pos: 191.5,123.5 + pos: 181.5,198.5 parent: 1 - - uid: 27387 + - uid: 47415 components: - type: Transform - pos: 192.5,123.5 + pos: 159.5,198.5 parent: 1 - - uid: 27391 + - uid: 47416 components: - type: Transform - pos: 193.5,124.5 + pos: 159.5,199.5 parent: 1 - - uid: 27392 + - uid: 47417 components: - type: Transform - pos: 193.5,123.5 + pos: 189.5,197.5 parent: 1 - - uid: 27394 + - uid: 47418 components: - type: Transform - pos: 194.5,126.5 + pos: 194.5,189.5 parent: 1 - - uid: 27395 + - uid: 47419 components: - type: Transform - pos: 194.5,125.5 + pos: 188.5,189.5 parent: 1 - - uid: 27396 + - uid: 47420 components: - type: Transform - pos: 194.5,124.5 + pos: 194.5,185.5 parent: 1 - - uid: 27397 + - uid: 47421 components: - type: Transform - pos: 194.5,123.5 + pos: 186.5,194.5 parent: 1 - - uid: 27399 + - uid: 47422 components: - type: Transform - pos: 195.5,126.5 + pos: 158.5,199.5 parent: 1 - - uid: 27400 + - uid: 47423 components: - type: Transform - pos: 195.5,125.5 + pos: 158.5,195.5 parent: 1 - - uid: 27401 + - uid: 47424 components: - type: Transform - pos: 195.5,124.5 + pos: 157.5,195.5 parent: 1 - - uid: 27402 + - uid: 47425 components: - type: Transform - pos: 195.5,123.5 + pos: 154.5,196.5 parent: 1 - - uid: 27406 + - uid: 47426 components: - type: Transform - pos: 196.5,126.5 + pos: 165.5,198.5 parent: 1 - - uid: 27407 + - uid: 47427 components: - type: Transform - pos: 196.5,125.5 + pos: 169.5,198.5 parent: 1 - - uid: 27408 + - uid: 47428 components: - type: Transform - pos: 196.5,124.5 + pos: 186.5,199.5 parent: 1 - - uid: 27412 + - uid: 47429 components: - type: Transform - pos: 197.5,126.5 + pos: 169.5,199.5 parent: 1 - - uid: 27413 + - uid: 47430 components: - type: Transform - pos: 197.5,125.5 + pos: 188.5,196.5 parent: 1 - - uid: 27414 + - uid: 47431 components: - type: Transform - pos: 197.5,124.5 + pos: 183.5,197.5 parent: 1 - - uid: 27418 + - uid: 47432 components: - type: Transform - pos: 198.5,126.5 + pos: 164.5,194.5 parent: 1 - - uid: 27419 + - uid: 47433 components: - type: Transform - pos: 198.5,125.5 + pos: 176.5,194.5 parent: 1 - - uid: 27420 + - uid: 47434 components: - type: Transform - pos: 198.5,124.5 + pos: 153.5,194.5 parent: 1 - - uid: 27421 + - uid: 47435 components: - type: Transform - pos: 198.5,123.5 + pos: 181.5,196.5 parent: 1 - - uid: 27422 + - uid: 47436 components: - type: Transform - pos: 197.5,123.5 + pos: 187.5,197.5 parent: 1 - - uid: 27423 + - uid: 47437 components: - type: Transform - pos: 196.5,123.5 + pos: 177.5,194.5 parent: 1 - - uid: 27426 + - uid: 47438 components: - type: Transform - pos: 173.5,129.5 + pos: 198.5,194.5 parent: 1 - - uid: 27427 + - uid: 47439 components: - type: Transform - pos: 173.5,128.5 + pos: 153.5,199.5 parent: 1 - - uid: 27428 + - uid: 47440 components: - type: Transform - pos: 174.5,128.5 + pos: 157.5,197.5 parent: 1 - - uid: 27429 + - uid: 47441 components: - type: Transform - pos: 177.5,135.5 + pos: 157.5,196.5 parent: 1 - - uid: 27432 + - uid: 47442 components: - type: Transform - pos: 178.5,134.5 + pos: 157.5,198.5 parent: 1 - - uid: 27433 + - uid: 47443 components: - type: Transform - pos: 179.5,134.5 + pos: 156.5,197.5 parent: 1 - - uid: 27438 + - uid: 47444 components: - type: Transform - pos: 177.5,137.5 + pos: 156.5,196.5 parent: 1 - - uid: 27439 + - uid: 47445 components: - type: Transform - pos: 177.5,136.5 + pos: 159.5,195.5 parent: 1 - - uid: 27440 + - uid: 47446 components: - type: Transform - pos: 176.5,136.5 + pos: 197.5,199.5 parent: 1 - - uid: 27449 + - uid: 47447 components: - type: Transform - pos: 196.5,143.5 + pos: 159.5,194.5 parent: 1 - - uid: 27451 + - uid: 47448 components: - type: Transform - pos: 197.5,143.5 + pos: 156.5,198.5 parent: 1 - - uid: 27453 + - uid: 47449 components: - type: Transform - pos: 198.5,143.5 + pos: 157.5,194.5 parent: 1 - - uid: 27460 + - uid: 47450 components: - type: Transform - pos: 194.5,142.5 + pos: 152.5,199.5 parent: 1 - - uid: 27466 + - uid: 47451 components: - type: Transform - pos: 192.5,143.5 + pos: 172.5,199.5 parent: 1 - - uid: 27467 + - uid: 47452 components: - type: Transform - pos: 193.5,142.5 + pos: 156.5,199.5 parent: 1 - - uid: 27468 + - uid: 47453 components: - type: Transform - pos: 193.5,143.5 + pos: 187.5,194.5 parent: 1 - - uid: 27469 + - uid: 47454 components: - type: Transform - pos: 194.5,143.5 + pos: 187.5,195.5 parent: 1 - - uid: 27470 + - uid: 47455 components: - type: Transform - pos: 195.5,143.5 + pos: 167.5,195.5 parent: 1 - - uid: 27476 + - uid: 47456 components: - type: Transform - pos: 207.5,177.5 + pos: 161.5,196.5 parent: 1 - - uid: 27477 + - uid: 47457 components: - type: Transform - pos: 215.5,181.5 + pos: 160.5,196.5 parent: 1 - - uid: 27478 + - uid: 47458 components: - type: Transform - pos: 210.5,202.5 + pos: 167.5,196.5 parent: 1 - - uid: 27479 + - uid: 47459 components: - type: Transform - pos: -196.5,-198.5 + pos: 167.5,197.5 parent: 1 - - uid: 27480 + - uid: 47460 components: - type: Transform - pos: 208.5,204.5 + pos: 167.5,198.5 parent: 1 - - uid: 27481 + - uid: 47461 components: - type: Transform - pos: 208.5,205.5 + pos: 160.5,199.5 parent: 1 - - uid: 27482 + - uid: 47462 components: - type: Transform - pos: 183.5,207.5 + pos: 174.5,194.5 parent: 1 - - uid: 27489 + - uid: 47463 components: - type: Transform - pos: 188.5,143.5 + pos: 158.5,197.5 parent: 1 - - uid: 27490 + - uid: 47464 components: - type: Transform - pos: 184.5,143.5 + pos: 158.5,198.5 parent: 1 - - uid: 27492 + - uid: 47465 components: - type: Transform - pos: 183.5,142.5 + pos: 165.5,194.5 parent: 1 - - uid: 27493 + - uid: 47466 components: - type: Transform - pos: 182.5,142.5 + pos: 164.5,199.5 parent: 1 - - uid: 27494 + - uid: 47467 components: - type: Transform - pos: 182.5,141.5 + pos: 164.5,198.5 parent: 1 - - uid: 27495 + - uid: 47468 components: - type: Transform - pos: 182.5,140.5 + pos: 185.5,194.5 parent: 1 - - uid: 27497 + - uid: 47469 components: - type: Transform - pos: 181.5,141.5 + pos: 185.5,199.5 parent: 1 - - uid: 27498 + - uid: 47470 components: - type: Transform - pos: 181.5,140.5 + pos: 172.5,194.5 parent: 1 - - uid: 27500 + - uid: 47471 components: - type: Transform - pos: 179.5,141.5 + pos: 178.5,198.5 parent: 1 - - uid: 27501 + - uid: 47472 components: - type: Transform - pos: 179.5,140.5 + pos: 181.5,199.5 parent: 1 - - uid: 27504 + - uid: 47473 components: - type: Transform - pos: 180.5,140.5 + pos: 158.5,196.5 parent: 1 - - uid: 27506 + - uid: 47474 components: - type: Transform - pos: 208.5,190.5 + pos: 188.5,197.5 parent: 1 - - uid: 27507 + - uid: 47475 components: - type: Transform - pos: 214.5,170.5 + pos: 187.5,198.5 parent: 1 - - uid: 27508 + - uid: 47476 components: - type: Transform - pos: 206.5,177.5 + pos: 198.5,199.5 parent: 1 - - uid: 27509 + - uid: 47477 components: - type: Transform - pos: 204.5,204.5 + pos: 182.5,198.5 parent: 1 - - uid: 27510 + - uid: 47478 components: - type: Transform - pos: 185.5,205.5 + pos: 198.5,-4.5 parent: 1 - - uid: 27511 + - uid: 47479 components: - type: Transform - pos: 198.5,110.5 + pos: 203.5,65.5 parent: 1 - - uid: 27512 + - uid: 47480 components: - type: Transform - pos: 205.5,176.5 + pos: 204.5,65.5 parent: 1 - - uid: 27513 + - uid: 47481 components: - type: Transform - pos: 206.5,176.5 + anchored: False + pos: 198.5,53.5 parent: 1 - - uid: 27514 + - uid: 47482 components: - type: Transform - pos: 211.5,187.5 + pos: 200.5,64.5 parent: 1 - - uid: 27515 + - uid: 47483 components: - type: Transform - pos: 201.5,202.5 + anchored: False + pos: 198.5,51.5 parent: 1 - - uid: 27516 + - uid: 47484 components: - type: Transform - pos: 208.5,191.5 + pos: 195.5,118.5 parent: 1 - - uid: 27517 + - uid: 47485 components: - type: Transform - pos: 195.5,119.5 + anchored: False + pos: 198.5,54.5 parent: 1 - - uid: 27518 + - uid: 47486 components: - type: Transform - pos: -184.5,-184.5 + anchored: False + pos: 198.5,58.5 parent: 1 - - uid: 27519 + - uid: 47487 components: - type: Transform - pos: -186.5,-184.5 + pos: 198.5,-6.5 parent: 1 - - uid: 27520 + - uid: 47488 components: - type: Transform - pos: -183.5,-184.5 + pos: 194.5,-18.5 parent: 1 - - uid: 27521 + - uid: 47489 components: - type: Transform - pos: 23.5,199.5 + pos: 122.5,199.5 parent: 1 - - uid: 27522 + - uid: 47490 components: - type: Transform - pos: -195.5,-197.5 + pos: 179.5,194.5 parent: 1 - - uid: 27523 + - uid: 47491 components: - type: Transform - pos: -177.5,-162.5 + pos: 178.5,199.5 parent: 1 - - uid: 27524 + - uid: 47492 components: - type: Transform - pos: 24.5,198.5 + pos: 182.5,196.5 parent: 1 - - uid: 27525 + - uid: 47493 components: - type: Transform - pos: -196.5,-175.5 + pos: 182.5,197.5 parent: 1 - - uid: 27526 + - uid: 47494 components: - type: Transform - pos: -190.5,-181.5 + pos: 188.5,198.5 parent: 1 - - uid: 27527 + - uid: 47495 components: - type: Transform - pos: -164.5,-156.5 + pos: 183.5,196.5 parent: 1 - - uid: 27528 + - uid: 47496 components: - type: Transform - pos: -192.5,-197.5 + pos: 179.5,198.5 parent: 1 - - uid: 27529 + - uid: 47497 components: - type: Transform - pos: -185.5,-185.5 + pos: 193.5,194.5 parent: 1 - - uid: 27530 + - uid: 47498 components: - type: Transform - pos: -198.5,-173.5 + pos: 192.5,199.5 parent: 1 - - uid: 27531 + - uid: 47499 components: - type: Transform - pos: 155.5,122.5 + pos: 180.5,199.5 parent: 1 - - uid: 27532 + - uid: 47500 components: - type: Transform - pos: -162.5,-154.5 + pos: 163.5,194.5 parent: 1 - - uid: 27533 + - uid: 47501 components: - type: Transform - pos: 122.5,143.5 + pos: 162.5,199.5 parent: 1 - - uid: 27534 + - uid: 47502 components: - type: Transform - pos: -180.5,-162.5 + pos: 162.5,198.5 parent: 1 - - uid: 27535 + - uid: 47503 components: - type: Transform - pos: 130.5,177.5 + pos: 162.5,197.5 parent: 1 - - uid: 27536 + - uid: 47504 components: - type: Transform - pos: 130.5,139.5 + pos: 170.5,194.5 parent: 1 - - uid: 27537 + - uid: 47505 components: - type: Transform - pos: -160.5,-160.5 + pos: 168.5,196.5 parent: 1 - - uid: 27538 + - uid: 47506 components: - type: Transform - pos: 161.5,135.5 + pos: 168.5,195.5 parent: 1 - - uid: 27539 + - uid: 47507 components: - type: Transform - pos: 161.5,134.5 + pos: 182.5,195.5 parent: 1 - - uid: 27540 + - uid: 47508 components: - type: Transform - pos: 161.5,130.5 + pos: 193.5,199.5 parent: 1 - - uid: 27541 + - uid: 47509 components: - type: Transform - pos: -198.5,-193.5 + pos: 161.5,198.5 parent: 1 - - uid: 27542 + - uid: 47510 components: - type: Transform - pos: -192.5,-198.5 + pos: 162.5,195.5 parent: 1 - - uid: 27543 + - uid: 47511 components: - type: Transform - pos: -183.5,-182.5 + pos: 162.5,194.5 parent: 1 - - uid: 27544 + - uid: 47512 components: - type: Transform - pos: -196.5,-170.5 + pos: 162.5,196.5 parent: 1 - - uid: 27546 + - uid: 47513 components: - type: Transform - pos: -157.5,-192.5 + pos: 168.5,198.5 parent: 1 - - uid: 27547 + - uid: 47514 components: - type: Transform - pos: -185.5,-180.5 + pos: 168.5,197.5 parent: 1 - - uid: 27548 + - uid: 47515 components: - type: Transform - pos: -185.5,-184.5 + pos: 161.5,199.5 parent: 1 - - uid: 27549 + - uid: 47516 components: - type: Transform - pos: -198.5,-169.5 + pos: 169.5,195.5 parent: 1 - - uid: 27550 + - uid: 47517 components: - type: Transform - pos: -195.5,-176.5 + pos: 169.5,194.5 parent: 1 - - uid: 27551 + - uid: 47518 components: - type: Transform - pos: -169.5,-164.5 + pos: 168.5,199.5 parent: 1 - - uid: 27552 + - uid: 47519 components: - type: Transform - pos: -168.5,-198.5 + pos: 169.5,196.5 parent: 1 - - uid: 27553 + - uid: 47520 components: - type: Transform - pos: -196.5,-179.5 + pos: 166.5,195.5 parent: 1 - - uid: 27554 + - uid: 47521 components: - type: Transform - pos: -186.5,-182.5 + pos: 166.5,194.5 parent: 1 - - uid: 27555 + - uid: 47522 components: - type: Transform - pos: -186.5,-181.5 + pos: 165.5,199.5 parent: 1 - - uid: 27556 + - uid: 47523 components: - type: Transform - pos: -180.5,-187.5 + pos: 175.5,199.5 parent: 1 - - uid: 27557 + - uid: 47524 components: - type: Transform - pos: -184.5,-188.5 + pos: 166.5,198.5 parent: 1 - - uid: 27558 + - uid: 47525 components: - type: Transform - pos: 64.5,55.5 + pos: 167.5,194.5 parent: 1 - - uid: 27559 + - uid: 47526 components: - type: Transform - pos: -175.5,-154.5 + pos: 166.5,199.5 parent: 1 - - uid: 27560 + - uid: 47527 components: - type: Transform - pos: -183.5,-181.5 + pos: 195.5,185.5 parent: 1 - - uid: 27561 + - uid: 47528 components: - type: Transform - pos: -160.5,-162.5 + pos: 195.5,184.5 parent: 1 - - uid: 27562 + - uid: 47529 components: - type: Transform - pos: -184.5,-189.5 + pos: 195.5,188.5 parent: 1 - - uid: 27563 + - uid: 47530 components: - type: Transform - pos: -28.5,46.5 + pos: 195.5,191.5 parent: 1 - - uid: 27564 + - uid: 47531 components: - type: Transform - pos: -183.5,-189.5 + pos: 195.5,190.5 parent: 1 - - uid: 27567 + - uid: 47532 components: - type: Transform - pos: 155.5,124.5 + pos: 195.5,189.5 parent: 1 - - uid: 27568 + - uid: 47533 components: - type: Transform - pos: -197.5,-194.5 + pos: 197.5,159.5 parent: 1 - - uid: 27569 + - uid: 47534 components: - type: Transform - pos: -182.5,-196.5 + pos: 178.5,140.5 parent: 1 - - uid: 27570 + - uid: 47535 components: - type: Transform - pos: 159.5,135.5 + pos: 184.5,145.5 parent: 1 - - uid: 27571 + - uid: 47536 components: - type: Transform - pos: -197.5,-167.5 + pos: 184.5,146.5 parent: 1 - - uid: 27572 + - uid: 47537 components: - type: Transform - pos: -159.5,-161.5 + pos: 172.5,131.5 parent: 1 - - uid: 27574 + - uid: 47538 components: - type: Transform - pos: -190.5,-180.5 + pos: 186.5,162.5 parent: 1 - - uid: 27575 + - uid: 47539 components: - type: Transform - pos: -197.5,-165.5 + pos: 193.5,150.5 parent: 1 - - uid: 27576 + - uid: 47540 components: - type: Transform - pos: 160.5,122.5 + pos: 187.5,163.5 parent: 1 - - uid: 27577 + - uid: 47541 components: - type: Transform - pos: -158.5,-172.5 + pos: 183.5,144.5 parent: 1 - - uid: 27578 + - uid: 47542 components: - type: Transform - pos: -190.5,-197.5 + pos: 198.5,168.5 parent: 1 - - uid: 27579 + - uid: 47543 components: - type: Transform - pos: -197.5,-196.5 + pos: 197.5,151.5 parent: 1 - - uid: 27580 + - uid: 47544 components: - type: Transform - pos: 161.5,126.5 + pos: 186.5,163.5 parent: 1 - - uid: 27582 + - uid: 47545 components: - type: Transform - pos: -184.5,-185.5 + pos: 196.5,157.5 parent: 1 - - uid: 27583 + - uid: 47546 components: - type: Transform - pos: -197.5,-170.5 + pos: 198.5,176.5 parent: 1 - - uid: 27584 + - uid: 47547 components: - type: Transform - pos: -182.5,-187.5 + pos: 187.5,162.5 parent: 1 - - uid: 27585 + - uid: 47548 components: - type: Transform - pos: -187.5,-179.5 + pos: 197.5,144.5 parent: 1 - - uid: 27586 + - uid: 47549 components: - type: Transform - pos: -188.5,-178.5 + pos: 194.5,157.5 parent: 1 - - uid: 27587 + - uid: 47550 components: - type: Transform - pos: -197.5,-193.5 + pos: 196.5,156.5 parent: 1 - - uid: 27588 + - uid: 47551 components: - type: Transform - pos: 141.5,135.5 + pos: 196.5,197.5 parent: 1 - - uid: 27589 + - uid: 47552 components: - type: Transform - pos: -160.5,-158.5 + pos: 172.5,192.5 parent: 1 - - uid: 27590 + - uid: 47553 components: - type: Transform - pos: -185.5,-183.5 + pos: 198.5,167.5 parent: 1 - - uid: 27591 + - uid: 47554 components: - type: Transform - pos: -169.5,-180.5 + pos: 182.5,193.5 parent: 1 - - uid: 27592 + - uid: 47555 components: - type: Transform - pos: 130.5,138.5 + pos: 184.5,144.5 parent: 1 - - uid: 27593 + - uid: 47556 components: - type: Transform - pos: -195.5,-198.5 + pos: 195.5,160.5 parent: 1 - - uid: 27594 + - uid: 47557 components: - type: Transform - pos: -188.5,-176.5 + pos: 196.5,198.5 parent: 1 - - uid: 27595 + - uid: 47558 components: - type: Transform - pos: -196.5,-174.5 + pos: 170.5,129.5 parent: 1 - - uid: 27596 + - uid: 47559 components: - type: Transform - pos: 122.5,168.5 + pos: 197.5,152.5 parent: 1 - - uid: 27597 + - uid: 47560 components: - type: Transform - pos: -198.5,-191.5 + pos: 178.5,193.5 parent: 1 - - uid: 27598 + - uid: 47561 components: - type: Transform - pos: -168.5,-195.5 + pos: 177.5,192.5 parent: 1 - - uid: 27599 + - uid: 47562 components: - type: Transform - pos: -181.5,-187.5 + pos: 177.5,193.5 parent: 1 - - uid: 27600 + - uid: 47563 components: - type: Transform - pos: -193.5,-174.5 + pos: 197.5,197.5 parent: 1 - - uid: 27601 + - uid: 47564 components: - type: Transform - pos: -157.5,-193.5 + pos: 196.5,150.5 parent: 1 - - uid: 27602 + - uid: 47565 components: - type: Transform - pos: -179.5,-156.5 + pos: 197.5,198.5 parent: 1 - - uid: 27603 + - uid: 47566 components: - type: Transform - pos: 158.5,123.5 + pos: 195.5,196.5 parent: 1 - - uid: 27604 + - uid: 47567 components: - type: Transform - pos: -196.5,-172.5 + pos: 171.5,122.5 parent: 1 - - uid: 27605 + - uid: 47568 components: - type: Transform - pos: -196.5,-171.5 + pos: 172.5,129.5 parent: 1 - - uid: 27606 + - uid: 47569 components: - type: Transform - pos: -197.5,-166.5 + pos: 186.5,190.5 parent: 1 - - uid: 27607 + - uid: 47570 components: - type: Transform - pos: -198.5,-198.5 + pos: 171.5,193.5 parent: 1 - - uid: 27608 + - uid: 47571 components: - type: Transform - pos: 131.5,187.5 + pos: 198.5,63.5 parent: 1 - - uid: 27609 + - uid: 47572 components: - type: Transform - pos: 130.5,187.5 + pos: 175.5,193.5 parent: 1 - - uid: 27610 + - uid: 47573 components: - type: Transform - pos: -169.5,-154.5 + pos: 174.5,192.5 parent: 1 - - uid: 27611 + - uid: 47574 components: - type: Transform - pos: -185.5,-150.5 + pos: 174.5,193.5 parent: 1 - - uid: 27612 + - uid: 47575 components: - type: Transform - pos: -197.5,-192.5 + pos: 173.5,192.5 parent: 1 - - uid: 27613 + - uid: 47576 components: - type: Transform - pos: -197.5,-180.5 + pos: 173.5,193.5 parent: 1 - - uid: 27614 + - uid: 47577 components: - type: Transform - pos: -157.5,-191.5 + pos: 196.5,161.5 parent: 1 - - uid: 27615 + - uid: 47578 components: - type: Transform - pos: -195.5,-179.5 + pos: 185.5,144.5 parent: 1 - - uid: 27616 + - uid: 47579 components: - type: Transform - pos: -195.5,-175.5 + pos: 198.5,174.5 parent: 1 - - uid: 27617 + - uid: 47580 components: - type: Transform - pos: -197.5,-168.5 + pos: 198.5,175.5 parent: 1 - - uid: 27618 + - uid: 47581 components: - type: Transform - pos: -174.5,-157.5 + pos: 186.5,145.5 parent: 1 - - uid: 27619 + - uid: 47582 components: - type: Transform - pos: -194.5,-179.5 + pos: 185.5,147.5 parent: 1 - - uid: 27620 + - uid: 47583 components: - type: Transform - pos: 135.5,147.5 + pos: 198.5,170.5 parent: 1 - - uid: 27621 + - uid: 47584 components: - type: Transform - pos: -189.5,-182.5 + pos: 202.5,64.5 parent: 1 - - uid: 27623 + - uid: 47585 components: - type: Transform - pos: -197.5,-184.5 + pos: 170.5,126.5 parent: 1 - - uid: 27624 + - uid: 47586 components: - type: Transform - pos: -158.5,-170.5 + pos: 195.5,198.5 parent: 1 - - uid: 27625 + - uid: 47587 components: - type: Transform - pos: -177.5,-159.5 + pos: 199.5,63.5 parent: 1 - - uid: 27626 + - uid: 47588 components: - type: Transform - pos: -195.5,-173.5 + pos: 172.5,127.5 parent: 1 - - uid: 27627 + - uid: 47589 components: - type: Transform - pos: -169.5,-175.5 + pos: 197.5,150.5 parent: 1 - - uid: 27628 + - uid: 47590 components: - type: Transform - pos: -185.5,-186.5 + pos: 186.5,144.5 parent: 1 - - uid: 27629 + - uid: 47591 components: - type: Transform - pos: -197.5,-188.5 + pos: 194.5,149.5 parent: 1 - - uid: 27630 + - uid: 47592 components: - type: Transform - pos: -189.5,-181.5 + pos: 201.5,63.5 parent: 1 - - uid: 27631 + - uid: 47593 components: - type: Transform - pos: -174.5,-156.5 + pos: 194.5,198.5 parent: 1 - - uid: 27632 + - uid: 47594 components: - type: Transform - pos: -197.5,-173.5 + pos: 198.5,169.5 parent: 1 - - uid: 27633 + - uid: 47595 components: - type: Transform - pos: 130.5,137.5 + pos: 170.5,134.5 parent: 1 - - uid: 27634 + - uid: 47596 components: - type: Transform - pos: -193.5,-173.5 + pos: 198.5,161.5 parent: 1 - - uid: 27635 + - uid: 47597 components: - type: Transform - pos: -196.5,-176.5 + pos: 201.5,64.5 parent: 1 - - uid: 27636 + - uid: 47598 components: - type: Transform - pos: 155.5,135.5 + pos: 181.5,193.5 parent: 1 - - uid: 27637 + - uid: 47599 components: - type: Transform - pos: -179.5,-187.5 + pos: 195.5,197.5 parent: 1 - - uid: 27638 + - uid: 47600 components: - type: Transform - pos: 158.5,122.5 + pos: 195.5,159.5 parent: 1 - - uid: 27639 + - uid: 47601 components: - type: Transform - pos: -158.5,-184.5 + pos: 176.5,193.5 parent: 1 - - uid: 27640 + - uid: 47602 components: - type: Transform - pos: 161.5,124.5 + pos: 200.5,63.5 parent: 1 - - uid: 27641 + - uid: 47603 components: - type: Transform - pos: 161.5,125.5 + pos: 172.5,193.5 parent: 1 - - uid: 27642 + - uid: 47604 components: - type: Transform - pos: 161.5,122.5 + anchored: False + pos: 198.5,52.5 parent: 1 - - uid: 27643 + - uid: 47605 components: - type: Transform - pos: 161.5,123.5 + pos: 175.5,192.5 parent: 1 - - uid: 27644 + - uid: 47606 components: - type: Transform - pos: -169.5,-181.5 + pos: 176.5,192.5 parent: 1 - - uid: 27645 + - uid: 47607 components: - type: Transform - pos: -185.5,-179.5 + pos: 191.5,162.5 parent: 1 - - uid: 27646 + - uid: 47608 components: - type: Transform - pos: 161.5,121.5 + pos: 193.5,151.5 parent: 1 - - uid: 27647 + - uid: 47609 components: - type: Transform - pos: -184.5,-186.5 + pos: 171.5,192.5 parent: 1 - - uid: 27649 + - uid: 47610 components: - type: Transform - pos: -198.5,-170.5 + pos: 186.5,189.5 parent: 1 - - uid: 27650 + - uid: 47611 components: - type: Transform - pos: -195.5,-174.5 + pos: 180.5,193.5 parent: 1 - - uid: 27651 + - uid: 47612 components: - type: Transform - pos: -186.5,-180.5 + pos: 183.5,193.5 parent: 1 - - uid: 27652 + - uid: 47613 components: - type: Transform - pos: -198.5,-192.5 + pos: 184.5,193.5 parent: 1 - - uid: 27653 + - uid: 47614 components: - type: Transform - pos: -191.5,-149.5 + pos: 185.5,193.5 parent: 1 - - uid: 27654 + - uid: 47615 components: - type: Transform - pos: -188.5,-181.5 + pos: 186.5,193.5 parent: 1 - - uid: 27655 + - uid: 47616 components: - type: Transform - pos: 158.5,124.5 + pos: 194.5,196.5 parent: 1 - - uid: 27656 + - uid: 47617 components: - type: Transform - pos: -192.5,-173.5 + pos: 179.5,193.5 parent: 1 - - uid: 27657 + - uid: 47618 components: - type: Transform - pos: -175.5,-192.5 + pos: 191.5,163.5 parent: 1 - - uid: 27658 + - uid: 47619 components: - type: Transform - pos: 141.5,130.5 + pos: 187.5,160.5 parent: 1 - - uid: 27659 + - uid: 47620 components: - type: Transform - pos: 74.5,42.5 + pos: 187.5,159.5 parent: 1 - - uid: 27660 + - uid: 47621 components: - type: Transform - pos: -184.5,-193.5 + pos: 187.5,161.5 parent: 1 - - uid: 27661 + - uid: 47622 components: - type: Transform - pos: -183.5,-188.5 + pos: 195.5,152.5 parent: 1 - - uid: 27662 + - uid: 47623 components: - type: Transform - pos: -158.5,-168.5 + pos: 195.5,151.5 parent: 1 - - uid: 27663 + - uid: 47624 components: - type: Transform - pos: -198.5,-165.5 + pos: 195.5,150.5 parent: 1 - - uid: 27664 + - uid: 47625 components: - type: Transform - pos: -191.5,-180.5 + pos: 195.5,149.5 parent: 1 - - uid: 27665 + - uid: 47626 components: - type: Transform - pos: -196.5,-197.5 + pos: 194.5,159.5 parent: 1 - - uid: 27666 + - uid: 47627 components: - type: Transform - pos: -187.5,-182.5 + pos: 197.5,156.5 parent: 1 - - uid: 27667 + - uid: 47628 components: - type: Transform - pos: -158.5,-177.5 + pos: 197.5,157.5 parent: 1 - - uid: 27668 + - uid: 47629 components: - type: Transform - pos: -197.5,-187.5 + pos: 197.5,158.5 parent: 1 - - uid: 27669 + - uid: 47630 components: - type: Transform - pos: -186.5,-185.5 + pos: 197.5,155.5 parent: 1 - - uid: 27670 + - uid: 47631 components: - type: Transform - pos: -167.5,-155.5 + pos: 197.5,154.5 parent: 1 - - uid: 27671 + - uid: 47632 components: - type: Transform - pos: -155.5,-154.5 + pos: 197.5,153.5 parent: 1 - - uid: 27672 + - uid: 47633 components: - type: Transform - pos: -156.5,-163.5 + pos: 196.5,160.5 parent: 1 - - uid: 27673 + - uid: 47634 components: - type: Transform - pos: -167.5,-156.5 + pos: 196.5,159.5 parent: 1 - - uid: 27674 + - uid: 47635 components: - type: Transform - pos: -198.5,-194.5 + pos: 196.5,158.5 parent: 1 - - uid: 27675 + - uid: 47636 components: - type: Transform - pos: -160.5,-159.5 + pos: 186.5,159.5 parent: 1 - - uid: 27676 + - uid: 47637 components: - type: Transform - pos: 141.5,125.5 + pos: 186.5,158.5 parent: 1 - - uid: 27677 + - uid: 47638 components: - type: Transform - pos: 141.5,131.5 + pos: 187.5,158.5 parent: 1 - - uid: 27678 + - uid: 47639 components: - type: Transform - pos: -185.5,-197.5 + pos: 185.5,146.5 parent: 1 - - uid: 27679 + - uid: 47640 components: - type: Transform - pos: -188.5,-182.5 + pos: 185.5,145.5 parent: 1 - - uid: 27680 + - uid: 47641 components: - type: Transform - pos: -187.5,-180.5 + pos: 193.5,155.5 parent: 1 - - uid: 27681 + - uid: 47642 components: - type: Transform - pos: -194.5,-173.5 + pos: 193.5,154.5 parent: 1 - - uid: 27682 + - uid: 47643 components: - type: Transform - pos: -194.5,-174.5 + pos: 193.5,153.5 parent: 1 - - uid: 27683 + - uid: 47644 components: - type: Transform - pos: -194.5,-175.5 + pos: 193.5,152.5 parent: 1 - - uid: 27684 + - uid: 47645 components: - type: Transform - pos: -194.5,-176.5 + pos: 186.5,148.5 parent: 1 - - uid: 27685 + - uid: 47646 components: - type: Transform - pos: 160.5,128.5 + pos: 194.5,154.5 parent: 1 - - uid: 27686 + - uid: 47647 components: - type: Transform - pos: -198.5,-175.5 + pos: 186.5,146.5 parent: 1 - - uid: 27688 + - uid: 47648 components: - type: Transform - pos: -193.5,-175.5 + pos: 194.5,153.5 parent: 1 - - uid: 27689 + - uid: 47649 components: - type: Transform - pos: -197.5,-169.5 + pos: 190.5,162.5 parent: 1 - - uid: 27690 + - uid: 47650 components: - type: Transform - pos: -198.5,-167.5 + pos: 189.5,162.5 parent: 1 - - uid: 27692 + - uid: 47651 components: - type: Transform - pos: -169.5,-165.5 + pos: 188.5,161.5 parent: 1 - - uid: 27693 + - uid: 47652 components: - type: Transform - pos: -196.5,-178.5 + pos: 188.5,162.5 parent: 1 - - uid: 27694 + - uid: 47653 components: - type: Transform - pos: -182.5,-193.5 + pos: 170.5,127.5 parent: 1 - - uid: 27695 + - uid: 47654 components: - type: Transform - pos: -156.5,-161.5 + pos: 195.5,148.5 parent: 1 - - uid: 27696 + - uid: 47655 components: - type: Transform - pos: -185.5,-193.5 + pos: 176.5,137.5 parent: 1 - - uid: 27697 + - uid: 47656 components: - type: Transform - pos: -198.5,-195.5 + pos: 197.5,147.5 parent: 1 - - uid: 27698 + - uid: 47657 components: - type: Transform - pos: -198.5,-196.5 + pos: 197.5,162.5 parent: 1 - - uid: 27699 + - uid: 47658 components: - type: Transform - pos: 141.5,133.5 + pos: 198.5,163.5 parent: 1 - - uid: 27700 + - uid: 47659 components: - type: Transform - pos: 141.5,134.5 + pos: 197.5,163.5 parent: 1 - - uid: 27701 + - uid: 47660 components: - type: Transform - pos: 141.5,132.5 + pos: 197.5,164.5 parent: 1 - - uid: 27702 + - uid: 47661 components: - type: Transform - pos: -191.5,-176.5 + pos: 198.5,164.5 parent: 1 - - uid: 27703 + - uid: 47662 components: - type: Transform - pos: 141.5,136.5 + pos: 191.5,158.5 parent: 1 - - uid: 27704 + - uid: 47663 components: - type: Transform - pos: 158.5,127.5 + pos: 194.5,148.5 parent: 1 - - uid: 27705 + - uid: 47664 components: - type: Transform - pos: -169.5,-182.5 + pos: 171.5,134.5 parent: 1 - - uid: 27706 + - uid: 47665 components: - type: Transform - pos: -162.5,-155.5 + pos: 196.5,147.5 parent: 1 - - uid: 27707 + - uid: 47666 components: - type: Transform - pos: -198.5,-174.5 + pos: 196.5,148.5 parent: 1 - - uid: 27708 + - uid: 47667 components: - type: Transform - pos: -198.5,-190.5 + pos: 196.5,151.5 parent: 1 - - uid: 27709 + - uid: 47668 components: - type: Transform - pos: 142.5,139.5 + pos: 196.5,152.5 parent: 1 - - uid: 27710 + - uid: 47669 components: - type: Transform - pos: -187.5,-197.5 + pos: 196.5,153.5 parent: 1 - - uid: 27711 + - uid: 47670 components: - type: Transform - pos: 63.5,44.5 + pos: 196.5,154.5 parent: 1 - - uid: 27712 + - uid: 47671 components: - type: Transform - pos: -190.5,-198.5 + pos: 196.5,155.5 parent: 1 - - uid: 27713 + - uid: 47672 components: - type: Transform - pos: -157.5,-196.5 + pos: 193.5,173.5 parent: 1 - - uid: 27714 + - uid: 47673 components: - type: Transform - pos: -197.5,-177.5 + pos: 196.5,144.5 parent: 1 - - uid: 27715 + - uid: 47674 components: - type: Transform - pos: -189.5,-198.5 + pos: 196.5,145.5 parent: 1 - - uid: 27716 + - uid: 47675 components: - type: Transform - pos: -189.5,-197.5 + pos: 196.5,146.5 parent: 1 - - uid: 27717 + - uid: 47676 components: - type: Transform - pos: -185.5,-188.5 + pos: 172.5,130.5 parent: 1 - - uid: 27718 + - uid: 47677 components: - type: Transform - pos: -185.5,-187.5 + pos: 172.5,128.5 parent: 1 - - uid: 27719 + - uid: 47678 components: - type: Transform - pos: -197.5,-175.5 + pos: 197.5,173.5 parent: 1 - - uid: 27720 + - uid: 47679 components: - type: Transform - pos: -197.5,-176.5 + pos: 198.5,112.5 parent: 1 - - uid: 27721 + - uid: 47680 components: - type: Transform - pos: -158.5,-171.5 + pos: 198.5,180.5 parent: 1 - - uid: 27722 + - uid: 47681 components: - type: Transform - pos: -158.5,-189.5 + pos: 198.5,162.5 parent: 1 - - uid: 27723 + - uid: 47682 components: - type: Transform - pos: 64.5,53.5 + pos: 172.5,121.5 parent: 1 - - uid: 27724 + - uid: 47683 components: - type: Transform - pos: -168.5,-197.5 + pos: 196.5,162.5 parent: 1 - - uid: 27725 + - uid: 47684 components: - type: Transform - pos: -168.5,-196.5 + pos: 193.5,156.5 parent: 1 - - uid: 27726 + - uid: 47685 components: - type: Transform - pos: -28.5,45.5 + pos: 193.5,159.5 parent: 1 - - uid: 27727 + - uid: 47686 components: - type: Transform - pos: -196.5,-173.5 + pos: 196.5,149.5 parent: 1 - - uid: 27728 + - uid: 47687 components: - type: Transform - pos: -198.5,-164.5 + pos: 193.5,157.5 parent: 1 - - uid: 27729 + - uid: 47688 components: - type: Transform - pos: -197.5,-172.5 + pos: 193.5,158.5 parent: 1 - - uid: 27730 + - uid: 47689 components: - type: Transform - pos: -183.5,-180.5 + pos: 197.5,148.5 parent: 1 - - uid: 27731 + - uid: 47690 components: - type: Transform - pos: -157.5,-194.5 + pos: 178.5,141.5 parent: 1 - - uid: 27733 + - uid: 47691 components: - type: Transform - pos: -196.5,-93.5 + pos: 194.5,151.5 parent: 1 - - uid: 27734 + - uid: 47692 components: - type: Transform - pos: -131.5,-136.5 + pos: 194.5,152.5 parent: 1 - - uid: 27735 + - uid: 47693 components: - type: Transform - pos: -190.5,-174.5 + pos: 171.5,121.5 parent: 1 - - uid: 27736 + - uid: 47694 components: - type: Transform - pos: -190.5,-175.5 + pos: 169.5,131.5 parent: 1 - - uid: 27737 + - uid: 47695 components: - type: Transform - pos: -175.5,-158.5 + pos: 169.5,130.5 parent: 1 - - uid: 27738 + - uid: 47696 components: - type: Transform - pos: -175.5,-155.5 + pos: 195.5,156.5 parent: 1 - - uid: 27739 + - uid: 47697 components: - type: Transform - pos: -190.5,-178.5 + pos: 195.5,153.5 parent: 1 - - uid: 27740 + - uid: 47698 components: - type: Transform - pos: -190.5,-179.5 + pos: 195.5,154.5 parent: 1 - - uid: 27741 + - uid: 47699 components: - type: Transform - pos: -192.5,-182.5 + pos: 195.5,155.5 parent: 1 - - uid: 27742 + - uid: 47700 components: - type: Transform - pos: -185.5,-198.5 + pos: 197.5,146.5 parent: 1 - - uid: 27743 + - uid: 47701 components: - type: Transform - pos: -28.5,48.5 + pos: 184.5,121.5 parent: 1 - - uid: 27744 + - uid: 47702 components: - type: Transform - pos: -193.5,-176.5 + pos: 194.5,158.5 parent: 1 - - uid: 27745 + - uid: 47703 components: - type: Transform - pos: -181.5,-194.5 + pos: 171.5,123.5 parent: 1 - - uid: 27746 + - uid: 47704 components: - type: Transform - pos: 63.5,45.5 + pos: 171.5,133.5 parent: 1 - - uid: 27748 + - uid: 47705 components: - type: Transform - pos: -197.5,-185.5 + pos: 171.5,132.5 parent: 1 - - uid: 27749 + - uid: 47706 components: - type: Transform - pos: -169.5,-178.5 + pos: 171.5,131.5 parent: 1 - - uid: 27750 + - uid: 47707 components: - type: Transform - pos: -169.5,-179.5 + pos: 171.5,130.5 parent: 1 - - uid: 27751 + - uid: 47708 components: - type: Transform - pos: -197.5,-183.5 + pos: 171.5,129.5 parent: 1 - - uid: 27752 + - uid: 47709 components: - type: Transform - pos: -197.5,-189.5 + pos: 171.5,128.5 parent: 1 - - uid: 27753 + - uid: 47710 components: - type: Transform - pos: -197.5,-198.5 + pos: 171.5,127.5 parent: 1 - - uid: 27754 + - uid: 47711 components: - type: Transform - pos: -186.5,-179.5 + pos: 170.5,128.5 parent: 1 - - uid: 27755 + - uid: 47712 components: - type: Transform - pos: 160.5,127.5 + pos: 198.5,100.5 parent: 1 - - uid: 27756 + - uid: 47713 components: - type: Transform - pos: -197.5,-164.5 + pos: 195.5,157.5 parent: 1 - - uid: 27757 + - uid: 47714 components: - type: Transform - pos: -169.5,-184.5 + pos: 197.5,149.5 parent: 1 - - uid: 27758 + - uid: 47715 components: - type: Transform - pos: -169.5,-183.5 + pos: 193.5,149.5 parent: 1 - - uid: 27759 + - uid: 47716 components: - type: Transform - pos: 61.5,58.5 + pos: 193.5,148.5 parent: 1 - - uid: 27760 + - uid: 47717 components: - type: Transform - pos: 73.5,57.5 + pos: 194.5,156.5 parent: 1 - - uid: 27761 + - uid: 47718 components: - type: Transform - pos: -169.5,-177.5 + pos: 194.5,155.5 parent: 1 - - uid: 27762 + - uid: 47719 components: - type: Transform - pos: -197.5,-178.5 + pos: 195.5,158.5 parent: 1 - - uid: 27763 + - uid: 47720 components: - type: Transform - pos: -197.5,-179.5 + pos: 198.5,160.5 parent: 1 - - uid: 27764 + - uid: 47721 components: - type: Transform - pos: -198.5,-171.5 + pos: 198.5,159.5 parent: 1 - - uid: 27765 + - uid: 47722 components: - type: Transform - pos: -197.5,-181.5 + pos: 198.5,158.5 parent: 1 - - uid: 27766 + - uid: 47723 components: - type: Transform - pos: -158.5,-164.5 + pos: 198.5,157.5 parent: 1 - - uid: 27767 + - uid: 47724 components: - type: Transform - pos: -169.5,-166.5 + pos: 198.5,156.5 parent: 1 - - uid: 27768 + - uid: 47725 components: - type: Transform - pos: -186.5,-197.5 + pos: 198.5,155.5 parent: 1 - - uid: 27769 + - uid: 47726 components: - type: Transform - pos: -189.5,-180.5 + pos: 198.5,154.5 parent: 1 - - uid: 27770 + - uid: 47727 components: - type: Transform - pos: -197.5,-197.5 + pos: 198.5,153.5 parent: 1 - - uid: 27771 + - uid: 47728 components: - type: Transform - pos: -169.5,-176.5 + pos: 198.5,152.5 parent: 1 - - uid: 27772 + - uid: 47729 components: - type: Transform - pos: -198.5,-197.5 + pos: 198.5,151.5 parent: 1 - - uid: 27773 + - uid: 47730 components: - type: Transform - pos: -198.5,-177.5 + pos: 198.5,150.5 parent: 1 - - uid: 27774 + - uid: 47731 components: - type: Transform - pos: -158.5,-167.5 + pos: 198.5,149.5 parent: 1 - - uid: 27775 + - uid: 47732 components: - type: Transform - pos: -158.5,-169.5 + pos: 198.5,148.5 parent: 1 - - uid: 27776 + - uid: 47733 components: - type: Transform - pos: -198.5,-182.5 + pos: 198.5,147.5 parent: 1 - - uid: 27777 + - uid: 47734 components: - type: Transform - pos: -188.5,-197.5 + pos: 198.5,146.5 parent: 1 - - uid: 27778 + - uid: 47735 components: - type: Transform - pos: -188.5,-198.5 + pos: 198.5,145.5 parent: 1 - - uid: 27779 + - uid: 47736 components: - type: Transform - pos: -189.5,-174.5 + pos: 198.5,144.5 parent: 1 - - uid: 27780 + - uid: 47737 components: - type: Transform - pos: -189.5,-175.5 + pos: 198.5,114.5 parent: 1 - - uid: 27781 + - uid: 47738 components: - type: Transform - pos: -175.5,-157.5 + pos: 195.5,147.5 parent: 1 - - uid: 27782 + - uid: 47739 components: - type: Transform - pos: -175.5,-156.5 + pos: 195.5,146.5 parent: 1 - - uid: 27783 + - uid: 47740 components: - type: Transform - pos: -189.5,-178.5 + pos: 195.5,145.5 parent: 1 - - uid: 27784 + - uid: 47741 components: - type: Transform - pos: -189.5,-179.5 + pos: 195.5,144.5 parent: 1 - - uid: 27785 + - uid: 47742 components: - type: Transform - pos: -193.5,-179.5 + pos: 193.5,147.5 parent: 1 - - uid: 27786 + - uid: 47743 components: - type: Transform - pos: -154.5,-161.5 + pos: 193.5,146.5 parent: 1 - - uid: 27787 + - uid: 47744 components: - type: Transform - pos: -198.5,-168.5 + pos: 193.5,145.5 parent: 1 - - uid: 27788 + - uid: 47745 components: - type: Transform - pos: -198.5,-178.5 + pos: 193.5,144.5 parent: 1 - - uid: 27789 + - uid: 47746 components: - type: Transform - pos: 132.5,187.5 + pos: 194.5,147.5 parent: 1 - - uid: 27790 + - uid: 47747 components: - type: Transform - pos: 63.5,50.5 + pos: 194.5,146.5 parent: 1 - - uid: 27791 + - uid: 47748 components: - type: Transform - pos: -152.5,-178.5 + pos: 194.5,145.5 parent: 1 - - uid: 27792 + - uid: 47749 components: - type: Transform - pos: 64.5,56.5 + pos: 194.5,144.5 parent: 1 - - uid: 27793 + - uid: 47750 components: - type: Transform - pos: 139.5,190.5 + pos: 192.5,155.5 parent: 1 - - uid: 27794 + - uid: 47751 components: - type: Transform - pos: -173.5,-157.5 + pos: 192.5,154.5 parent: 1 - - uid: 27795 + - uid: 47752 components: - type: Transform - pos: -173.5,-158.5 + pos: 192.5,153.5 parent: 1 - - uid: 27796 + - uid: 47753 components: - type: Transform - pos: -173.5,-159.5 + pos: 192.5,152.5 parent: 1 - - uid: 27797 + - uid: 47754 components: - type: Transform - pos: 123.5,173.5 + pos: 192.5,151.5 parent: 1 - - uid: 27798 + - uid: 47755 components: - type: Transform - pos: -178.5,-158.5 + pos: 192.5,150.5 parent: 1 - - uid: 27799 + - uid: 47756 components: - type: Transform - pos: -158.5,-178.5 + pos: 192.5,149.5 parent: 1 - - uid: 27800 + - uid: 47757 components: - type: Transform - pos: -182.5,-194.5 + pos: 192.5,148.5 parent: 1 - - uid: 27801 + - uid: 47758 components: - type: Transform - pos: -158.5,-187.5 + pos: 192.5,147.5 parent: 1 - - uid: 27802 + - uid: 47759 components: - type: Transform - pos: -151.5,-182.5 + pos: 192.5,146.5 parent: 1 - - uid: 27803 + - uid: 47760 components: - type: Transform - pos: 156.5,127.5 + pos: 192.5,145.5 parent: 1 - - uid: 27804 + - uid: 47761 components: - type: Transform - pos: -158.5,-166.5 + pos: 192.5,144.5 parent: 1 - - uid: 27805 + - uid: 47762 components: - type: Transform - pos: -158.5,-165.5 + pos: 191.5,153.5 parent: 1 - - uid: 27806 + - uid: 47763 components: - type: Transform - pos: -158.5,-175.5 + pos: 191.5,152.5 parent: 1 - - uid: 27807 + - uid: 47764 components: - type: Transform - pos: -158.5,-176.5 + pos: 191.5,151.5 parent: 1 - - uid: 27808 + - uid: 47765 components: - type: Transform - pos: -184.5,-183.5 + pos: 191.5,150.5 parent: 1 - - uid: 27809 + - uid: 47766 components: - type: Transform - pos: -158.5,-188.5 + pos: 191.5,149.5 parent: 1 - - uid: 27810 + - uid: 47767 components: - type: Transform - pos: -158.5,-190.5 + pos: 191.5,148.5 parent: 1 - - uid: 27811 + - uid: 47768 components: - type: Transform - pos: -158.5,-182.5 + pos: 191.5,147.5 parent: 1 - - uid: 27812 + - uid: 47769 components: - type: Transform - pos: 155.5,123.5 + pos: 191.5,146.5 parent: 1 - - uid: 27813 + - uid: 47770 components: - type: Transform - pos: 154.5,130.5 + pos: 191.5,145.5 parent: 1 - - uid: 27814 + - uid: 47771 components: - type: Transform - pos: -28.5,43.5 + pos: 191.5,144.5 parent: 1 - - uid: 27815 + - uid: 47772 components: - type: Transform - pos: 133.5,187.5 + pos: 190.5,150.5 parent: 1 - - uid: 27816 + - uid: 47773 components: - type: Transform - pos: 134.5,187.5 + pos: 183.5,143.5 parent: 1 - - uid: 27818 + - uid: 47774 components: - type: Transform - pos: -179.5,-154.5 + pos: 181.5,142.5 parent: 1 - - uid: 27819 + - uid: 47775 components: - type: Transform - pos: 136.5,187.5 + pos: 190.5,147.5 parent: 1 - - uid: 27820 + - uid: 47776 components: - type: Transform - pos: 137.5,187.5 + pos: 190.5,146.5 parent: 1 - - uid: 27821 + - uid: 47777 components: - type: Transform - pos: 140.5,190.5 + pos: 190.5,145.5 parent: 1 - - uid: 27822 + - uid: 47778 components: - type: Transform - pos: -171.5,-155.5 + pos: 190.5,144.5 parent: 1 - - uid: 27823 + - uid: 47779 components: - type: Transform - pos: -185.5,-181.5 + pos: 181.5,143.5 parent: 1 - - uid: 27824 + - uid: 47780 components: - type: Transform - pos: -183.5,-183.5 + pos: 182.5,143.5 parent: 1 - - uid: 27825 + - uid: 47781 components: - type: Transform - pos: 130.5,146.5 + pos: 189.5,147.5 parent: 1 - - uid: 27826 + - uid: 47782 components: - type: Transform - pos: 156.5,126.5 + pos: 189.5,146.5 parent: 1 - - uid: 27827 + - uid: 47783 components: - type: Transform - pos: -186.5,-198.5 + pos: 189.5,145.5 parent: 1 - - uid: 27828 + - uid: 47784 components: - type: Transform - pos: 156.5,122.5 + pos: 189.5,144.5 parent: 1 - - uid: 27829 + - uid: 47785 components: - type: Transform - pos: 160.5,135.5 + pos: 178.5,142.5 parent: 1 - - uid: 27830 + - uid: 47786 components: - type: Transform - pos: -198.5,-166.5 + pos: 188.5,147.5 parent: 1 - - uid: 27832 + - uid: 47787 components: - type: Transform - pos: -197.5,-171.5 + pos: 188.5,146.5 parent: 1 - - uid: 27833 + - uid: 47788 components: - type: Transform - pos: -185.5,-182.5 + pos: 188.5,145.5 parent: 1 - - uid: 27834 + - uid: 47789 components: - type: Transform - pos: -198.5,-188.5 + pos: 188.5,144.5 parent: 1 - - uid: 27835 + - uid: 47790 components: - type: Transform - pos: -198.5,-189.5 + pos: 187.5,148.5 parent: 1 - - uid: 27836 + - uid: 47791 components: - type: Transform - pos: -156.5,-162.5 + pos: 187.5,147.5 parent: 1 - - uid: 27837 + - uid: 47792 components: - type: Transform - pos: -182.5,-195.5 + pos: 187.5,146.5 parent: 1 - - uid: 27838 + - uid: 47793 components: - type: Transform - pos: -158.5,-174.5 + pos: 187.5,145.5 parent: 1 - - uid: 27839 + - uid: 47794 components: - type: Transform - pos: -185.5,-189.5 + pos: 187.5,144.5 parent: 1 - - uid: 27840 + - uid: 47795 components: - type: Transform - pos: -198.5,-187.5 + pos: 175.5,119.5 parent: 1 - - uid: 27841 + - uid: 47796 components: - type: Transform - pos: -198.5,-181.5 + pos: 175.5,120.5 parent: 1 - - uid: 27842 + - uid: 47797 components: - type: Transform - pos: -198.5,-176.5 + pos: 176.5,119.5 parent: 1 - - uid: 27843 + - uid: 47798 components: - type: Transform - pos: -197.5,-186.5 + pos: 176.5,120.5 parent: 1 - - uid: 27844 + - uid: 47799 components: - type: Transform - pos: -190.5,-182.5 + pos: 177.5,119.5 parent: 1 - - uid: 27845 + - uid: 47800 components: - type: Transform - pos: -198.5,-180.5 + pos: 177.5,120.5 parent: 1 - - uid: 27846 + - uid: 47801 components: - type: Transform - pos: -198.5,-185.5 + pos: 204.5,192.5 parent: 1 - - uid: 27847 + - uid: 47802 components: - type: Transform - pos: -197.5,-191.5 + pos: 201.5,171.5 parent: 1 - - uid: 27848 + - uid: 47803 components: - type: Transform - pos: -197.5,-190.5 + pos: 207.5,190.5 parent: 1 - - uid: 27849 + - uid: 47804 components: - type: Transform - pos: -168.5,-183.5 + pos: 207.5,191.5 parent: 1 - - uid: 27850 + - uid: 47805 components: - type: Transform - pos: -193.5,-197.5 + pos: 208.5,193.5 parent: 1 - - uid: 27851 + - uid: 47806 components: - type: Transform - pos: -193.5,-198.5 + pos: 207.5,195.5 parent: 1 - - uid: 27852 + - uid: 47807 components: - type: Transform - pos: -183.5,-187.5 + pos: 207.5,194.5 parent: 1 - - uid: 27853 + - uid: 47808 components: - type: Transform - pos: -174.5,-158.5 + pos: 206.5,194.5 parent: 1 - - uid: 27854 + - uid: 47809 components: - type: Transform - pos: -174.5,-159.5 + pos: 207.5,193.5 parent: 1 - - uid: 27855 + - uid: 47810 components: - type: Transform - pos: -198.5,-186.5 + pos: 209.5,193.5 parent: 1 - - uid: 27856 + - uid: 47811 components: - type: Transform - pos: 160.5,124.5 + pos: 207.5,188.5 parent: 1 - - uid: 27857 + - uid: 47812 components: - type: Transform - pos: -196.5,-177.5 + pos: 210.5,188.5 parent: 1 - - uid: 27858 + - uid: 47813 components: - type: Transform - pos: 160.5,125.5 + pos: 170.5,131.5 parent: 1 - - uid: 27859 + - uid: 47814 components: - type: Transform - pos: -188.5,-179.5 + pos: 170.5,132.5 parent: 1 - - uid: 27860 + - uid: 47815 components: - type: Transform - pos: -182.5,-155.5 + pos: 170.5,133.5 parent: 1 - - uid: 27861 + - uid: 47816 components: - type: Transform - pos: -184.5,-182.5 + pos: 170.5,125.5 parent: 1 - - uid: 27862 + - uid: 47817 components: - type: Transform - pos: 63.5,49.5 + pos: 170.5,121.5 parent: 1 - - uid: 27863 + - uid: 47818 components: - type: Transform - pos: -187.5,-178.5 + pos: 171.5,125.5 parent: 1 - - uid: 27864 + - uid: 47819 components: - type: Transform - pos: -198.5,-184.5 + pos: 171.5,126.5 parent: 1 - - uid: 27865 + - uid: 47820 components: - type: Transform - pos: -198.5,-183.5 + pos: 210.5,194.5 parent: 1 - - uid: 27866 + - uid: 47821 components: - type: Transform - pos: -168.5,-193.5 + pos: 173.5,121.5 parent: 1 - - uid: 27867 + - uid: 47822 components: - type: Transform - pos: -168.5,-192.5 + pos: 173.5,120.5 parent: 1 - - uid: 27868 + - uid: 47823 components: - type: Transform - pos: -168.5,-191.5 + pos: 173.5,119.5 parent: 1 - - uid: 27869 + - uid: 47824 components: - type: Transform - pos: -168.5,-190.5 + pos: 173.5,118.5 parent: 1 - - uid: 27870 + - uid: 47825 components: - type: Transform - pos: -163.5,-163.5 + pos: 169.5,126.5 parent: 1 - - uid: 27871 + - uid: 47826 components: - type: Transform - pos: -192.5,-181.5 + pos: 169.5,125.5 parent: 1 - - uid: 27872 + - uid: 47827 components: - type: Transform - pos: -192.5,-180.5 + pos: 170.5,124.5 parent: 1 - - uid: 27873 + - uid: 47828 components: - type: Transform - pos: -174.5,-154.5 + pos: 180.5,134.5 parent: 1 - - uid: 27874 + - uid: 47829 components: - type: Transform - pos: -157.5,-198.5 + pos: 169.5,122.5 parent: 1 - - uid: 27875 + - uid: 47830 components: - type: Transform - pos: -157.5,-197.5 + pos: 174.5,118.5 parent: 1 - - uid: 27876 + - uid: 47831 components: - type: Transform - pos: -186.5,-186.5 + pos: 174.5,119.5 parent: 1 - - uid: 27877 + - uid: 47832 components: - type: Transform - pos: -191.5,-181.5 + pos: 169.5,121.5 parent: 1 - - uid: 27878 + - uid: 47833 components: - type: Transform - pos: -181.5,-193.5 + pos: 170.5,120.5 parent: 1 - - uid: 27879 + - uid: 47834 components: - type: Transform - pos: -158.5,-181.5 + pos: 208.5,188.5 parent: 1 - - uid: 27880 + - uid: 47835 components: - type: Transform - pos: -158.5,-180.5 + pos: 205.5,191.5 parent: 1 - - uid: 27881 + - uid: 47836 components: - type: Transform - pos: -158.5,-179.5 + pos: 189.5,143.5 parent: 1 - - uid: 27882 + - uid: 47837 components: - type: Transform - pos: -186.5,-183.5 + pos: 190.5,143.5 parent: 1 - - uid: 27883 + - uid: 47838 components: - type: Transform - pos: -158.5,-183.5 + pos: 191.5,143.5 parent: 1 - - uid: 27884 + - uid: 47839 components: - type: Transform - pos: -191.5,-198.5 + pos: 174.5,129.5 parent: 1 - - uid: 27885 + - uid: 47840 components: - type: Transform - pos: -191.5,-197.5 + pos: 173.5,130.5 parent: 1 - - uid: 27886 + - uid: 47841 components: - type: Transform - pos: -188.5,-174.5 + pos: 178.5,119.5 parent: 1 - - uid: 27887 + - uid: 47842 components: - type: Transform - pos: -197.5,-195.5 + pos: 178.5,120.5 parent: 1 - - uid: 27888 + - uid: 47843 components: - type: Transform - pos: -184.5,-187.5 + pos: 179.5,119.5 parent: 1 - - uid: 27889 + - uid: 47844 components: - type: Transform - pos: -187.5,-198.5 + pos: 179.5,120.5 parent: 1 - - uid: 27890 + - uid: 47845 components: - type: Transform - pos: -194.5,-198.5 + pos: 180.5,119.5 parent: 1 - - uid: 27891 + - uid: 47846 components: - type: Transform - pos: -194.5,-197.5 + pos: 180.5,120.5 parent: 1 - - uid: 27892 + - uid: 47847 components: - type: Transform - pos: -188.5,-175.5 + pos: 181.5,119.5 parent: 1 - - uid: 27893 + - uid: 47848 components: - type: Transform - pos: -175.5,-163.5 + pos: 181.5,120.5 parent: 1 - - uid: 27894 + - uid: 47849 components: - type: Transform - pos: -175.5,-159.5 + pos: 182.5,119.5 parent: 1 - - uid: 27895 + - uid: 47850 components: - type: Transform - pos: -175.5,-162.5 + pos: 182.5,120.5 parent: 1 - - uid: 27896 + - uid: 47851 components: - type: Transform - pos: -175.5,-161.5 + pos: 183.5,119.5 parent: 1 - - uid: 27897 + - uid: 47852 components: - type: Transform - pos: -175.5,-160.5 + pos: 183.5,120.5 parent: 1 - - uid: 27898 + - uid: 47853 components: - type: Transform - pos: -174.5,-155.5 + pos: 184.5,119.5 parent: 1 - - uid: 27899 + - uid: 47854 components: - type: Transform - pos: -192.5,-175.5 + pos: 184.5,120.5 parent: 1 - - uid: 27900 + - uid: 47855 components: - type: Transform - pos: -192.5,-174.5 + pos: 185.5,119.5 parent: 1 - - uid: 27901 + - uid: 47856 components: - type: Transform - pos: -184.5,-180.5 + pos: 185.5,120.5 parent: 1 - - uid: 27903 + - uid: 47857 components: - type: Transform - pos: 160.5,123.5 + pos: 186.5,119.5 parent: 1 - - uid: 27904 + - uid: 47858 components: - type: Transform - pos: -137.5,-145.5 + pos: 186.5,120.5 parent: 1 - - uid: 27905 + - uid: 47859 components: - type: Transform - pos: -191.5,-182.5 + pos: 187.5,119.5 parent: 1 - - uid: 27906 + - uid: 47860 components: - type: Transform - pos: -137.5,-142.5 + pos: 187.5,120.5 parent: 1 - - uid: 27907 + - uid: 47861 components: - type: Transform - pos: -164.5,-159.5 + pos: 188.5,119.5 parent: 1 - - uid: 27908 + - uid: 47862 components: - type: Transform - pos: -168.5,-194.5 + pos: 188.5,120.5 parent: 1 - - uid: 27909 + - uid: 47863 components: - type: Transform - pos: -191.5,-175.5 + pos: 189.5,119.5 parent: 1 - - uid: 27910 + - uid: 47864 components: - type: Transform - pos: -191.5,-174.5 + pos: 189.5,120.5 parent: 1 - - uid: 27911 + - uid: 47865 components: - type: Transform - pos: -198.5,-172.5 + pos: 190.5,119.5 parent: 1 - - uid: 27912 + - uid: 47866 components: - type: Transform - pos: -158.5,-173.5 + pos: 190.5,120.5 parent: 1 - - uid: 27913 + - uid: 47867 components: - type: Transform - pos: -197.5,-95.5 + pos: 191.5,119.5 parent: 1 - - uid: 27914 + - uid: 47868 components: - type: Transform - pos: -167.5,-161.5 + pos: 191.5,120.5 parent: 1 - - uid: 27915 + - uid: 47869 components: - type: Transform - pos: -184.5,-181.5 + pos: 201.5,176.5 parent: 1 - - uid: 27916 + - uid: 47870 components: - type: Transform - pos: -184.5,-156.5 + pos: 192.5,120.5 parent: 1 - - uid: 27917 + - uid: 47871 components: - type: Transform - pos: -180.5,-163.5 + pos: 190.5,121.5 parent: 1 - - uid: 27918 + - uid: 47872 components: - type: Transform - pos: 62.5,59.5 + pos: 190.5,122.5 parent: 1 - - uid: 27919 + - uid: 47873 components: - type: Transform - pos: -167.5,-157.5 + pos: 191.5,121.5 parent: 1 - - uid: 27920 + - uid: 47874 components: - type: Transform - pos: -167.5,-159.5 + pos: 191.5,122.5 parent: 1 - - uid: 27921 + - uid: 47875 components: - type: Transform - pos: -167.5,-160.5 + pos: 192.5,121.5 parent: 1 - - uid: 27922 + - uid: 47876 components: - type: Transform - pos: -167.5,-162.5 + pos: 192.5,122.5 parent: 1 - - uid: 27923 + - uid: 47877 components: - type: Transform - pos: -184.5,-198.5 + pos: 193.5,121.5 parent: 1 - - uid: 27924 + - uid: 47878 components: - type: Transform - pos: -184.5,-197.5 + pos: 193.5,122.5 parent: 1 - - uid: 27925 + - uid: 47879 components: - type: Transform - pos: -193.5,-181.5 + pos: 194.5,121.5 parent: 1 - - uid: 27926 + - uid: 47880 components: - type: Transform - pos: -193.5,-180.5 + pos: 194.5,122.5 parent: 1 - - uid: 27927 + - uid: 47881 components: - type: Transform - pos: -179.5,-192.5 + pos: 195.5,121.5 parent: 1 - - uid: 27928 + - uid: 47882 components: - type: Transform - pos: -185.5,-194.5 + pos: 195.5,122.5 parent: 1 - - uid: 27929 + - uid: 47883 components: - type: Transform - pos: -185.5,-196.5 + pos: 196.5,121.5 parent: 1 - - uid: 27930 + - uid: 47884 components: - type: Transform - pos: -185.5,-195.5 + pos: 196.5,122.5 parent: 1 - - uid: 27931 + - uid: 47885 components: - type: Transform - pos: -180.5,-193.5 + pos: 197.5,121.5 parent: 1 - - uid: 27932 + - uid: 47886 components: - type: Transform - pos: -179.5,-193.5 + pos: 197.5,122.5 parent: 1 - - uid: 27933 + - uid: 47887 components: - type: Transform - pos: -184.5,-179.5 + pos: 196.5,120.5 parent: 1 - - uid: 27934 + - uid: 47888 components: - type: Transform - pos: 62.5,48.5 + pos: 196.5,119.5 parent: 1 - - uid: 27935 + - uid: 47889 components: - type: Transform - pos: -172.5,-159.5 + pos: 196.5,118.5 parent: 1 - - uid: 27936 + - uid: 47890 components: - type: Transform - pos: -165.5,-158.5 + pos: 196.5,117.5 parent: 1 - - uid: 27937 + - uid: 47891 components: - type: Transform - pos: -165.5,-160.5 + pos: 196.5,116.5 parent: 1 - - uid: 27938 + - uid: 47892 components: - type: Transform - pos: -166.5,-154.5 + pos: 196.5,115.5 parent: 1 - - uid: 27939 + - uid: 47893 components: - type: Transform - pos: -167.5,-163.5 + pos: 197.5,120.5 parent: 1 - - uid: 27940 + - uid: 47894 components: - type: Transform - pos: -183.5,-198.5 + pos: 197.5,119.5 parent: 1 - - uid: 27941 + - uid: 47895 components: - type: Transform - pos: -183.5,-197.5 + pos: 197.5,118.5 parent: 1 - - uid: 27942 + - uid: 47896 components: - type: Transform - pos: -193.5,-182.5 + pos: 197.5,117.5 parent: 1 - - uid: 27943 + - uid: 47897 components: - type: Transform - pos: -196.5,-186.5 + pos: 197.5,116.5 parent: 1 - - uid: 27944 + - uid: 47898 components: - type: Transform - pos: -182.5,-186.5 + pos: 197.5,115.5 parent: 1 - - uid: 27945 + - uid: 47899 components: - type: Transform - pos: 159.5,130.5 + pos: 198.5,120.5 parent: 1 - - uid: 27946 + - uid: 47900 components: - type: Transform - pos: 130.5,145.5 + pos: 198.5,119.5 parent: 1 - - uid: 27947 + - uid: 47901 components: - type: Transform - pos: -177.5,-192.5 + pos: 198.5,118.5 parent: 1 - - uid: 27948 + - uid: 47902 components: - type: Transform - pos: -184.5,-195.5 + pos: 198.5,117.5 parent: 1 - - uid: 27949 + - uid: 47903 components: - type: Transform - pos: -184.5,-194.5 + pos: 198.5,116.5 parent: 1 - - uid: 27950 + - uid: 47904 components: - type: Transform - pos: -183.5,-193.5 + pos: 198.5,115.5 parent: 1 - - uid: 27951 + - uid: 47905 components: - type: Transform - pos: -181.5,-196.5 + pos: 198.5,121.5 parent: 1 - - uid: 27952 + - uid: 47906 components: - type: Transform - pos: -180.5,-195.5 + pos: 198.5,122.5 parent: 1 - - uid: 27953 + - uid: 47907 components: - type: Transform - pos: 62.5,52.5 + pos: 184.5,122.5 parent: 1 - - uid: 27954 + - uid: 47908 components: - type: Transform - pos: -165.5,-162.5 + pos: 184.5,123.5 parent: 1 - - uid: 27955 + - uid: 47909 components: - type: Transform - pos: -165.5,-159.5 + pos: 183.5,123.5 parent: 1 - - uid: 27956 + - uid: 47910 components: - type: Transform - pos: -143.5,-167.5 + pos: 183.5,122.5 parent: 1 - - uid: 27957 + - uid: 47911 components: - type: Transform - pos: -166.5,-159.5 + pos: 183.5,121.5 parent: 1 - - uid: 27958 + - uid: 47912 components: - type: Transform - pos: -183.5,-164.5 + pos: 182.5,122.5 parent: 1 - - uid: 27959 + - uid: 47913 components: - type: Transform - pos: -182.5,-198.5 + pos: 182.5,121.5 parent: 1 - - uid: 27960 + - uid: 47914 components: - type: Transform - pos: -182.5,-197.5 + pos: 181.5,122.5 parent: 1 - - uid: 27961 + - uid: 47915 components: - type: Transform - pos: -194.5,-182.5 + pos: 181.5,121.5 parent: 1 - - uid: 27962 + - uid: 47916 components: - type: Transform - pos: -194.5,-181.5 + pos: 180.5,122.5 parent: 1 - - uid: 27963 + - uid: 47917 components: - type: Transform - pos: -195.5,-182.5 + pos: 180.5,121.5 parent: 1 - - uid: 27964 + - uid: 47918 components: - type: Transform - pos: -195.5,-180.5 + pos: 179.5,122.5 parent: 1 - - uid: 27965 + - uid: 47919 components: - type: Transform - pos: -195.5,-181.5 + pos: 179.5,121.5 parent: 1 - - uid: 27966 + - uid: 47920 components: - type: Transform - pos: -182.5,-185.5 + pos: 177.5,124.5 parent: 1 - - uid: 27967 + - uid: 47921 components: - type: Transform - pos: -182.5,-184.5 + pos: 176.5,124.5 parent: 1 - - uid: 27968 + - uid: 47922 components: - type: Transform - pos: -177.5,-160.5 + pos: 175.5,125.5 parent: 1 - - uid: 27969 + - uid: 47923 components: - type: Transform - pos: -176.5,-192.5 + pos: 174.5,125.5 parent: 1 - - uid: 27970 + - uid: 47924 components: - type: Transform - pos: -171.5,-156.5 + pos: 174.5,126.5 parent: 1 - - uid: 27971 + - uid: 47925 components: - type: Transform - pos: -178.5,-192.5 + pos: 174.5,127.5 parent: 1 - - uid: 27972 + - uid: 47926 components: - type: Transform - pos: -184.5,-196.5 + pos: 173.5,127.5 parent: 1 - - uid: 27973 + - uid: 47927 components: - type: Transform - pos: -183.5,-195.5 + pos: 172.5,126.5 parent: 1 - - uid: 27974 + - uid: 47928 components: - type: Transform - pos: -183.5,-194.5 + pos: 172.5,125.5 parent: 1 - - uid: 27975 + - uid: 47929 components: - type: Transform - pos: -183.5,-196.5 + pos: 172.5,124.5 parent: 1 - - uid: 27976 + - uid: 47930 components: - type: Transform - pos: -180.5,-194.5 + pos: 172.5,123.5 parent: 1 - - uid: 27977 + - uid: 47931 components: - type: Transform - pos: -180.5,-196.5 + pos: 172.5,122.5 parent: 1 - - uid: 27978 + - uid: 47932 components: - type: Transform - pos: 53.5,38.5 + pos: 173.5,126.5 parent: 1 - - uid: 27979 + - uid: 47933 components: - type: Transform - pos: -176.5,-160.5 + pos: 173.5,125.5 parent: 1 - - uid: 27980 + - uid: 47934 components: - type: Transform - pos: 62.5,58.5 + pos: 173.5,124.5 parent: 1 - - uid: 27982 + - uid: 47935 components: - type: Transform - pos: -165.5,-161.5 + pos: 173.5,123.5 parent: 1 - - uid: 27983 + - uid: 47936 components: - type: Transform - pos: -165.5,-156.5 + pos: 173.5,122.5 parent: 1 - - uid: 27984 + - uid: 47937 components: - type: Transform - pos: -165.5,-157.5 + pos: 174.5,124.5 parent: 1 - - uid: 27985 + - uid: 47938 components: - type: Transform - pos: -166.5,-156.5 + pos: 174.5,123.5 parent: 1 - - uid: 27986 + - uid: 47939 components: - type: Transform - pos: -166.5,-158.5 + pos: 174.5,122.5 parent: 1 - - uid: 27987 + - uid: 47940 components: - type: Transform - pos: -182.5,-164.5 + pos: 174.5,121.5 parent: 1 - - uid: 27988 + - uid: 47941 components: - type: Transform - pos: -181.5,-198.5 + pos: 175.5,124.5 parent: 1 - - uid: 27989 + - uid: 47942 components: - type: Transform - pos: -181.5,-197.5 + pos: 175.5,123.5 parent: 1 - - uid: 27990 + - uid: 47943 components: - type: Transform - pos: -194.5,-180.5 + pos: 175.5,122.5 parent: 1 - - uid: 27991 + - uid: 47944 components: - type: Transform - pos: -196.5,-184.5 + pos: 175.5,121.5 parent: 1 - - uid: 27992 + - uid: 47945 components: - type: Transform - pos: -196.5,-185.5 + pos: 174.5,120.5 parent: 1 - - uid: 27993 + - uid: 47946 components: - type: Transform - pos: -196.5,-182.5 + pos: 176.5,123.5 parent: 1 - - uid: 27994 + - uid: 47947 components: - type: Transform - pos: -182.5,-183.5 + pos: 176.5,122.5 parent: 1 - - uid: 27995 + - uid: 47948 components: - type: Transform - pos: -182.5,-182.5 + pos: 176.5,121.5 parent: 1 - - uid: 27996 + - uid: 47949 components: - type: Transform - pos: -180.5,-185.5 + pos: 177.5,123.5 parent: 1 - - uid: 27997 + - uid: 47950 components: - type: Transform - pos: -177.5,-180.5 + pos: 177.5,122.5 parent: 1 - - uid: 27998 + - uid: 47951 components: - type: Transform - pos: -118.5,-197.5 + pos: 177.5,121.5 parent: 1 - - uid: 27999 + - uid: 47952 components: - type: Transform - pos: -176.5,-163.5 + pos: 178.5,123.5 parent: 1 - - uid: 28000 + - uid: 47953 components: - type: Transform - pos: -164.5,-158.5 + pos: 178.5,122.5 parent: 1 - - uid: 28001 + - uid: 47954 components: - type: Transform - pos: -153.5,-180.5 + pos: 178.5,121.5 parent: 1 - - uid: 28002 + - uid: 47955 components: - type: Transform - pos: -164.5,-157.5 + pos: 185.5,122.5 parent: 1 - - uid: 28003 + - uid: 47956 components: - type: Transform - pos: -166.5,-155.5 + pos: 185.5,121.5 parent: 1 - - uid: 28004 + - uid: 47957 components: - type: Transform - pos: -181.5,-164.5 + pos: 186.5,122.5 parent: 1 - - uid: 28005 + - uid: 47958 components: - type: Transform - pos: -180.5,-198.5 + pos: 186.5,121.5 parent: 1 - - uid: 28006 + - uid: 47959 components: - type: Transform - pos: -180.5,-197.5 + pos: 187.5,122.5 parent: 1 - - uid: 28007 + - uid: 47960 components: - type: Transform - pos: -196.5,-183.5 + pos: 187.5,121.5 parent: 1 - - uid: 28008 + - uid: 47961 components: - type: Transform - pos: -196.5,-181.5 + pos: 188.5,122.5 parent: 1 - - uid: 28009 + - uid: 47962 components: - type: Transform - pos: -196.5,-180.5 + pos: 188.5,121.5 parent: 1 - - uid: 28010 + - uid: 47963 components: - type: Transform - pos: -182.5,-181.5 + pos: 189.5,122.5 parent: 1 - - uid: 28011 + - uid: 47964 components: - type: Transform - pos: -177.5,-161.5 + pos: 189.5,121.5 parent: 1 - - uid: 28012 + - uid: 47965 components: - type: Transform - pos: -163.5,-155.5 + pos: 189.5,123.5 parent: 1 - - uid: 28013 + - uid: 47966 components: - type: Transform - pos: -163.5,-154.5 + pos: 190.5,123.5 parent: 1 - - uid: 28014 + - uid: 47967 components: - type: Transform - pos: -176.5,-161.5 + pos: 191.5,123.5 parent: 1 - - uid: 28015 + - uid: 47968 components: - type: Transform - pos: -176.5,-162.5 + pos: 192.5,123.5 parent: 1 - - uid: 28016 + - uid: 47969 components: - type: Transform - pos: -172.5,-161.5 + pos: 193.5,124.5 parent: 1 - - uid: 28017 + - uid: 47970 components: - type: Transform - pos: 61.5,44.5 + pos: 193.5,123.5 parent: 1 - - uid: 28018 + - uid: 47971 components: - type: Transform - pos: -166.5,-157.5 + pos: 194.5,126.5 parent: 1 - - uid: 28019 + - uid: 47972 components: - type: Transform - pos: -137.5,-189.5 + pos: 194.5,125.5 parent: 1 - - uid: 28020 + - uid: 47973 components: - type: Transform - pos: -180.5,-164.5 + pos: 194.5,124.5 parent: 1 - - uid: 28021 + - uid: 47974 components: - type: Transform - pos: -179.5,-198.5 + pos: 194.5,123.5 parent: 1 - - uid: 28022 + - uid: 47975 components: - type: Transform - pos: -179.5,-197.5 + pos: 195.5,126.5 parent: 1 - - uid: 28024 + - uid: 47976 components: - type: Transform - pos: -161.5,-156.5 + pos: 195.5,125.5 parent: 1 - - uid: 28025 + - uid: 47977 components: - type: Transform - pos: -179.5,-161.5 + pos: 195.5,124.5 parent: 1 - - uid: 28026 + - uid: 47978 components: - type: Transform - pos: -179.5,-186.5 + pos: 195.5,123.5 parent: 1 - - uid: 28027 + - uid: 47979 components: - type: Transform - pos: -179.5,-162.5 + pos: 196.5,126.5 parent: 1 - - uid: 28028 + - uid: 47980 components: - type: Transform - pos: -179.5,-185.5 + pos: 196.5,125.5 parent: 1 - - uid: 28029 + - uid: 47981 components: - type: Transform - pos: -178.5,-154.5 + pos: 196.5,124.5 parent: 1 - - uid: 28030 + - uid: 47982 components: - type: Transform - pos: -180.5,-154.5 + pos: 197.5,126.5 parent: 1 - - uid: 28031 + - uid: 47983 components: - type: Transform - pos: -181.5,-186.5 + pos: 197.5,125.5 parent: 1 - - uid: 28032 + - uid: 47984 components: - type: Transform - pos: -176.5,-181.5 + pos: 197.5,124.5 parent: 1 - - uid: 28033 + - uid: 47985 components: - type: Transform - pos: -181.5,-184.5 + pos: 198.5,126.5 parent: 1 - - uid: 28034 + - uid: 47986 components: - type: Transform - pos: -181.5,-185.5 + pos: 198.5,125.5 parent: 1 - - uid: 28035 + - uid: 47987 components: - type: Transform - pos: -181.5,-163.5 + pos: 198.5,124.5 parent: 1 - - uid: 28036 + - uid: 47988 components: - type: Transform - pos: -181.5,-183.5 + pos: 198.5,123.5 parent: 1 - - uid: 28037 + - uid: 47989 components: - type: Transform - pos: -180.5,-155.5 + pos: 197.5,123.5 parent: 1 - - uid: 28038 + - uid: 47990 components: - type: Transform - pos: -179.5,-163.5 + pos: 196.5,123.5 parent: 1 - - uid: 28039 + - uid: 47991 components: - type: Transform - pos: -180.5,-186.5 + pos: 173.5,129.5 parent: 1 - - uid: 28040 + - uid: 47992 components: - type: Transform - pos: -179.5,-179.5 + pos: 173.5,128.5 parent: 1 - - uid: 28041 + - uid: 47993 components: - type: Transform - pos: 61.5,54.5 + pos: 174.5,128.5 parent: 1 - - uid: 28042 + - uid: 47994 components: - type: Transform - pos: -172.5,-162.5 + pos: 177.5,135.5 parent: 1 - - uid: 28043 + - uid: 47995 components: - type: Transform - pos: -142.5,-182.5 + pos: 178.5,134.5 parent: 1 - - uid: 28044 + - uid: 47996 components: - type: Transform - pos: -175.5,-153.5 + pos: 179.5,134.5 parent: 1 - - uid: 28045 + - uid: 47997 components: - type: Transform - pos: 43.5,63.5 + pos: 177.5,137.5 parent: 1 - - uid: 28046 + - uid: 47998 components: - type: Transform - pos: -187.5,-143.5 + pos: 177.5,136.5 parent: 1 - - uid: 28047 + - uid: 47999 components: - type: Transform - pos: -179.5,-164.5 + pos: 176.5,136.5 parent: 1 - - uid: 28048 + - uid: 48000 components: - type: Transform - pos: -178.5,-198.5 + pos: 196.5,143.5 parent: 1 - - uid: 28049 + - uid: 48001 components: - type: Transform - pos: -178.5,-197.5 + pos: 197.5,143.5 parent: 1 - - uid: 28050 + - uid: 48002 components: - type: Transform - pos: -161.5,-155.5 + pos: 198.5,143.5 parent: 1 - - uid: 28051 + - uid: 48003 components: - type: Transform - pos: -161.5,-158.5 + pos: 194.5,142.5 parent: 1 - - uid: 28052 + - uid: 48004 components: - type: Transform - pos: -180.5,-156.5 + pos: 192.5,143.5 parent: 1 - - uid: 28053 + - uid: 48005 components: - type: Transform - pos: -161.5,-160.5 + pos: 193.5,142.5 parent: 1 - - uid: 28054 + - uid: 48006 components: - type: Transform - pos: 67.5,55.5 + pos: 193.5,143.5 parent: 1 - - uid: 28055 + - uid: 48007 components: - type: Transform - pos: -162.5,-161.5 + pos: 194.5,143.5 parent: 1 - - uid: 28056 + - uid: 48008 components: - type: Transform - pos: -176.5,-183.5 + pos: 195.5,143.5 parent: 1 - - uid: 28057 + - uid: 48009 components: - type: Transform - pos: -163.5,-156.5 + pos: 207.5,177.5 parent: 1 - - uid: 28058 + - uid: 48010 components: - type: Transform - pos: -176.5,-180.5 + pos: 215.5,181.5 parent: 1 - - uid: 28059 + - uid: 48011 components: - type: Transform - pos: -175.5,-181.5 + pos: -196.5,-198.5 parent: 1 - - uid: 28060 + - uid: 48012 components: - type: Transform - pos: -175.5,-184.5 + pos: 188.5,143.5 parent: 1 - - uid: 28061 + - uid: 48013 components: - type: Transform - pos: -175.5,-180.5 + pos: 184.5,143.5 parent: 1 - - uid: 28062 + - uid: 48014 components: - type: Transform - pos: 122.5,162.5 + pos: 183.5,142.5 parent: 1 - - uid: 28063 + - uid: 48015 components: - type: Transform - pos: -178.5,-179.5 + pos: 182.5,142.5 parent: 1 - - uid: 28064 + - uid: 48016 components: - type: Transform - pos: -178.5,-176.5 + pos: 182.5,141.5 parent: 1 - - uid: 28065 + - uid: 48017 components: - type: Transform - pos: -178.5,-175.5 + pos: 182.5,140.5 parent: 1 - - uid: 28066 + - uid: 48018 components: - type: Transform - pos: -178.5,-167.5 + pos: 181.5,141.5 parent: 1 - - uid: 28067 + - uid: 48019 components: - type: Transform - pos: -178.5,-166.5 + pos: 181.5,140.5 parent: 1 - - uid: 28068 + - uid: 48020 components: - type: Transform - pos: -178.5,-165.5 + pos: 179.5,141.5 parent: 1 - - uid: 28069 + - uid: 48021 components: - type: Transform - pos: -178.5,-164.5 + pos: 179.5,140.5 parent: 1 - - uid: 28070 + - uid: 48022 components: - type: Transform - pos: -177.5,-198.5 + pos: 180.5,140.5 parent: 1 - - uid: 28071 + - uid: 48023 components: - type: Transform - pos: -177.5,-197.5 + pos: 208.5,190.5 parent: 1 - - uid: 28072 + - uid: 48024 components: - type: Transform - pos: -161.5,-159.5 + pos: 214.5,170.5 parent: 1 - - uid: 28073 + - uid: 48025 components: - type: Transform - pos: -161.5,-157.5 + pos: 206.5,177.5 parent: 1 - - uid: 28074 + - uid: 48026 components: - type: Transform - pos: -162.5,-159.5 + pos: 198.5,110.5 parent: 1 - - uid: 28075 + - uid: 48027 components: - type: Transform - pos: -162.5,-160.5 + pos: 205.5,176.5 parent: 1 - - uid: 28076 + - uid: 48028 components: - type: Transform - pos: -162.5,-162.5 + pos: 206.5,176.5 parent: 1 - - uid: 28077 + - uid: 48029 components: - type: Transform - pos: -177.5,-182.5 + pos: 211.5,187.5 parent: 1 - - uid: 28078 + - uid: 48030 components: - type: Transform - pos: -177.5,-181.5 + pos: 208.5,191.5 parent: 1 - - uid: 28079 + - uid: 48031 components: - type: Transform - pos: -176.5,-184.5 + pos: 195.5,119.5 parent: 1 - - uid: 28080 + - uid: 48032 components: - type: Transform - pos: -176.5,-182.5 + pos: -184.5,-184.5 parent: 1 - - uid: 28081 + - uid: 48033 components: - type: Transform - pos: -163.5,-157.5 + pos: -186.5,-184.5 parent: 1 - - uid: 28082 + - uid: 48034 components: - type: Transform - pos: -175.5,-183.5 + pos: -183.5,-184.5 parent: 1 - - uid: 28083 + - uid: 48035 components: - type: Transform - pos: -175.5,-182.5 + pos: 23.5,199.5 parent: 1 - - uid: 28084 + - uid: 48036 components: - type: Transform - pos: 121.5,164.5 + pos: -195.5,-197.5 parent: 1 - - uid: 28085 + - uid: 48037 components: - type: Transform - pos: -177.5,-179.5 + pos: -177.5,-162.5 parent: 1 - - uid: 28086 + - uid: 48038 components: - type: Transform - pos: -177.5,-178.5 + pos: 24.5,198.5 parent: 1 - - uid: 28087 + - uid: 48039 components: - type: Transform - pos: -177.5,-177.5 + pos: -196.5,-175.5 parent: 1 - - uid: 28088 + - uid: 48040 components: - type: Transform - pos: -177.5,-176.5 + pos: -190.5,-181.5 parent: 1 - - uid: 28089 + - uid: 48041 components: - type: Transform - pos: -171.5,-153.5 + pos: -164.5,-156.5 parent: 1 - - uid: 28090 + - uid: 48042 components: - type: Transform - pos: -186.5,-150.5 + pos: -192.5,-197.5 parent: 1 - - uid: 28091 + - uid: 48043 components: - type: Transform - pos: -143.5,-166.5 + pos: -185.5,-185.5 parent: 1 - - uid: 28092 + - uid: 48044 components: - type: Transform - pos: -177.5,-166.5 + pos: -198.5,-173.5 parent: 1 - - uid: 28093 + - uid: 48045 components: - type: Transform - pos: -177.5,-165.5 + pos: 155.5,122.5 parent: 1 - - uid: 28094 + - uid: 48046 components: - type: Transform - pos: -177.5,-164.5 + pos: -162.5,-154.5 parent: 1 - - uid: 28095 + - uid: 48047 components: - type: Transform - pos: -176.5,-198.5 + pos: 122.5,143.5 parent: 1 - - uid: 28096 + - uid: 48048 components: - type: Transform - pos: -176.5,-197.5 + pos: -180.5,-162.5 parent: 1 - - uid: 28097 + - uid: 48049 components: - type: Transform - pos: -179.5,-194.5 + pos: 130.5,177.5 parent: 1 - - uid: 28098 + - uid: 48050 components: - type: Transform - pos: -179.5,-196.5 + pos: 130.5,139.5 parent: 1 - - uid: 28099 + - uid: 48051 components: - type: Transform - pos: -176.5,-193.5 + pos: -160.5,-160.5 parent: 1 - - uid: 28100 + - uid: 48052 components: - type: Transform - pos: -178.5,-194.5 + pos: 161.5,135.5 parent: 1 - - uid: 28101 + - uid: 48053 components: - type: Transform - pos: -178.5,-193.5 + pos: 161.5,134.5 parent: 1 - - uid: 28102 + - uid: 48054 components: - type: Transform - pos: -176.5,-195.5 + pos: 161.5,130.5 parent: 1 - - uid: 28103 + - uid: 48055 components: - type: Transform - pos: -177.5,-194.5 + pos: -198.5,-193.5 parent: 1 - - uid: 28104 + - uid: 48056 components: - type: Transform - pos: -175.5,-193.5 + pos: -192.5,-198.5 parent: 1 - - uid: 28105 + - uid: 48057 components: - type: Transform - pos: -176.5,-196.5 + pos: -183.5,-182.5 parent: 1 - - uid: 28106 + - uid: 48058 components: - type: Transform - pos: -176.5,-179.5 + pos: -196.5,-170.5 parent: 1 - - uid: 28107 + - uid: 48059 components: - type: Transform - pos: -176.5,-178.5 + pos: -157.5,-192.5 parent: 1 - - uid: 28108 + - uid: 48060 components: - type: Transform - pos: -176.5,-177.5 + pos: -185.5,-180.5 parent: 1 - - uid: 28109 + - uid: 48061 components: - type: Transform - pos: -176.5,-176.5 + pos: -185.5,-184.5 parent: 1 - - uid: 28110 + - uid: 48062 components: - type: Transform - pos: -191.5,-143.5 + pos: -198.5,-169.5 parent: 1 - - uid: 28111 + - uid: 48063 components: - type: Transform - pos: -198.5,-143.5 + pos: -195.5,-176.5 parent: 1 - - uid: 28112 + - uid: 48064 components: - type: Transform - pos: -176.5,-166.5 + pos: -169.5,-164.5 parent: 1 - - uid: 28113 + - uid: 48065 components: - type: Transform - pos: -176.5,-165.5 + pos: -168.5,-198.5 parent: 1 - - uid: 28114 + - uid: 48066 components: - type: Transform - pos: -176.5,-164.5 + pos: -196.5,-179.5 parent: 1 - - uid: 28115 + - uid: 48067 components: - type: Transform - pos: -175.5,-198.5 + pos: -186.5,-182.5 parent: 1 - - uid: 28116 + - uid: 48068 components: - type: Transform - pos: -175.5,-197.5 + pos: -186.5,-181.5 parent: 1 - - uid: 28117 + - uid: 48069 components: - type: Transform - pos: -179.5,-195.5 + pos: -180.5,-187.5 parent: 1 - - uid: 28118 + - uid: 48070 components: - type: Transform - pos: -177.5,-196.5 + pos: -184.5,-188.5 parent: 1 - - uid: 28119 + - uid: 48071 components: - type: Transform - pos: -176.5,-194.5 + pos: 64.5,55.5 parent: 1 - - uid: 28120 + - uid: 48072 components: - type: Transform - pos: -178.5,-196.5 + pos: -175.5,-154.5 parent: 1 - - uid: 28121 + - uid: 48073 components: - type: Transform - pos: -178.5,-195.5 + pos: -183.5,-181.5 parent: 1 - - uid: 28122 + - uid: 48074 components: - type: Transform - pos: -177.5,-193.5 + pos: -160.5,-162.5 parent: 1 - - uid: 28123 + - uid: 48075 components: - type: Transform - pos: -177.5,-195.5 + pos: -184.5,-189.5 parent: 1 - - uid: 28124 + - uid: 48076 components: - type: Transform - pos: -175.5,-196.5 + pos: -28.5,46.5 parent: 1 - - uid: 28125 + - uid: 48077 components: - type: Transform - pos: -175.5,-194.5 + pos: -183.5,-189.5 parent: 1 - - uid: 28126 + - uid: 48078 components: - type: Transform - pos: -175.5,-195.5 + pos: 155.5,124.5 parent: 1 - - uid: 28127 + - uid: 48079 components: - type: Transform - pos: -175.5,-179.5 + pos: -197.5,-194.5 parent: 1 - - uid: 28128 + - uid: 48080 components: - type: Transform - pos: -175.5,-178.5 + pos: -182.5,-196.5 parent: 1 - - uid: 28129 + - uid: 48081 components: - type: Transform - pos: -175.5,-177.5 + pos: 159.5,135.5 parent: 1 - - uid: 28130 + - uid: 48082 components: - type: Transform - pos: -175.5,-176.5 + pos: -197.5,-167.5 parent: 1 - - uid: 28131 + - uid: 48083 components: - type: Transform - pos: -195.5,-95.5 + pos: -159.5,-161.5 parent: 1 - - uid: 28132 + - uid: 48084 components: - type: Transform - pos: -187.5,-152.5 + pos: -190.5,-180.5 parent: 1 - - uid: 28133 + - uid: 48085 components: - type: Transform - pos: -175.5,-164.5 + pos: -197.5,-165.5 parent: 1 - - uid: 28134 + - uid: 48086 components: - type: Transform - pos: -174.5,-198.5 + pos: 160.5,122.5 parent: 1 - - uid: 28135 + - uid: 48087 components: - type: Transform - pos: -174.5,-197.5 + pos: -158.5,-172.5 parent: 1 - - uid: 28136 + - uid: 48088 components: - type: Transform - pos: -174.5,-196.5 + pos: -190.5,-197.5 parent: 1 - - uid: 28138 + - uid: 48089 components: - type: Transform - pos: -174.5,-194.5 + pos: -197.5,-196.5 parent: 1 - - uid: 28139 + - uid: 48090 components: - type: Transform - pos: -174.5,-193.5 + pos: 161.5,126.5 parent: 1 - - uid: 28140 + - uid: 48091 components: - type: Transform - pos: -174.5,-192.5 + pos: -184.5,-185.5 parent: 1 - - uid: 28141 + - uid: 48092 components: - type: Transform - pos: -174.5,-191.5 + pos: -197.5,-170.5 parent: 1 - - uid: 28142 + - uid: 48093 components: - type: Transform - pos: -173.5,-190.5 + pos: -182.5,-187.5 parent: 1 - - uid: 28143 + - uid: 48094 components: - type: Transform - pos: 130.5,136.5 + pos: -187.5,-179.5 parent: 1 - - uid: 28144 + - uid: 48095 components: - type: Transform - pos: 130.5,135.5 + pos: -188.5,-178.5 parent: 1 - - uid: 28146 + - uid: 48096 components: - type: Transform - pos: -176.5,-154.5 + pos: -197.5,-193.5 parent: 1 - - uid: 28147 + - uid: 48097 components: - type: Transform - pos: -174.5,-184.5 + pos: 141.5,135.5 parent: 1 - - uid: 28148 + - uid: 48098 components: - type: Transform - pos: -174.5,-183.5 + pos: -160.5,-158.5 parent: 1 - - uid: 28149 + - uid: 48099 components: - type: Transform - pos: -174.5,-182.5 + pos: -185.5,-183.5 parent: 1 - - uid: 28150 + - uid: 48100 components: - type: Transform - pos: -174.5,-181.5 + pos: -169.5,-180.5 parent: 1 - - uid: 28151 + - uid: 48101 components: - type: Transform - pos: -174.5,-180.5 + pos: 130.5,138.5 parent: 1 - - uid: 28152 + - uid: 48102 components: - type: Transform - pos: -174.5,-179.5 + pos: -195.5,-198.5 parent: 1 - - uid: 28153 + - uid: 48103 components: - type: Transform - pos: -174.5,-178.5 + pos: -188.5,-176.5 parent: 1 - - uid: 28154 + - uid: 48104 components: - type: Transform - pos: -174.5,-177.5 + pos: -196.5,-174.5 parent: 1 - - uid: 28155 + - uid: 48105 components: - type: Transform - pos: -174.5,-176.5 + pos: 122.5,168.5 parent: 1 - - uid: 28156 + - uid: 48106 components: - type: Transform - pos: -174.5,-175.5 + pos: -198.5,-191.5 parent: 1 - - uid: 28157 + - uid: 48107 components: - type: Transform - pos: -192.5,-142.5 + pos: -168.5,-195.5 parent: 1 - - uid: 28158 + - uid: 48108 components: - type: Transform - pos: -174.5,-164.5 + pos: -181.5,-187.5 parent: 1 - - uid: 28159 + - uid: 48109 components: - type: Transform - pos: -173.5,-198.5 + pos: -193.5,-174.5 parent: 1 - - uid: 28160 + - uid: 48110 components: - type: Transform - pos: -173.5,-197.5 + pos: -157.5,-193.5 parent: 1 - - uid: 28161 + - uid: 48111 components: - type: Transform - pos: -173.5,-196.5 + pos: -179.5,-156.5 parent: 1 - - uid: 28162 + - uid: 48112 components: - type: Transform - pos: -173.5,-195.5 + pos: 158.5,123.5 parent: 1 - - uid: 28163 + - uid: 48113 components: - type: Transform - pos: -173.5,-194.5 + pos: -196.5,-172.5 parent: 1 - - uid: 28164 + - uid: 48114 components: - type: Transform - pos: -173.5,-193.5 + pos: -196.5,-171.5 parent: 1 - - uid: 28165 + - uid: 48115 components: - type: Transform - pos: -173.5,-192.5 + pos: -197.5,-166.5 parent: 1 - - uid: 28166 + - uid: 48116 components: - type: Transform - pos: -173.5,-191.5 + pos: -198.5,-198.5 parent: 1 - - uid: 28167 + - uid: 48117 components: - type: Transform - pos: -159.5,-157.5 + pos: 131.5,187.5 parent: 1 - - uid: 28168 + - uid: 48118 components: - type: Transform - pos: -157.5,-162.5 + pos: 130.5,187.5 parent: 1 - - uid: 28169 + - uid: 48119 components: - type: Transform - pos: -178.5,-163.5 + pos: -169.5,-154.5 parent: 1 - - uid: 28170 + - uid: 48120 components: - type: Transform - pos: -177.5,-163.5 + pos: -185.5,-150.5 parent: 1 - - uid: 28171 + - uid: 48121 components: - type: Transform - pos: -173.5,-185.5 + pos: -197.5,-192.5 parent: 1 - - uid: 28172 + - uid: 48122 components: - type: Transform - pos: -173.5,-184.5 + pos: -197.5,-180.5 parent: 1 - - uid: 28173 + - uid: 48123 components: - type: Transform - pos: -173.5,-183.5 + pos: -157.5,-191.5 parent: 1 - - uid: 28174 + - uid: 48124 components: - type: Transform - pos: -173.5,-182.5 + pos: -195.5,-179.5 parent: 1 - - uid: 28175 + - uid: 48125 components: - type: Transform - pos: -173.5,-181.5 + pos: -195.5,-175.5 parent: 1 - - uid: 28176 + - uid: 48126 components: - type: Transform - pos: -173.5,-180.5 + pos: -197.5,-168.5 parent: 1 - - uid: 28177 + - uid: 48127 components: - type: Transform - pos: -173.5,-179.5 + pos: -174.5,-157.5 parent: 1 - - uid: 28178 + - uid: 48128 components: - type: Transform - pos: -173.5,-178.5 + pos: -194.5,-179.5 parent: 1 - - uid: 28179 + - uid: 48129 components: - type: Transform - pos: -173.5,-177.5 + pos: 135.5,147.5 parent: 1 - - uid: 28180 + - uid: 48130 components: - type: Transform - pos: -190.5,-150.5 + pos: -189.5,-182.5 parent: 1 - - uid: 28181 + - uid: 48131 components: - type: Transform - pos: -168.5,-152.5 + pos: -197.5,-184.5 parent: 1 - - uid: 28182 + - uid: 48132 components: - type: Transform - pos: -173.5,-164.5 + pos: -158.5,-170.5 parent: 1 - - uid: 28183 + - uid: 48133 components: - type: Transform - pos: -172.5,-198.5 + pos: -177.5,-159.5 parent: 1 - - uid: 28184 + - uid: 48134 components: - type: Transform - pos: -172.5,-197.5 + pos: -195.5,-173.5 parent: 1 - - uid: 28185 + - uid: 48135 components: - type: Transform - pos: -172.5,-196.5 + pos: -169.5,-175.5 parent: 1 - - uid: 28186 + - uid: 48136 components: - type: Transform - pos: -172.5,-195.5 + pos: -185.5,-186.5 parent: 1 - - uid: 28187 + - uid: 48137 components: - type: Transform - pos: -172.5,-194.5 + pos: -197.5,-188.5 parent: 1 - - uid: 28188 + - uid: 48138 components: - type: Transform - pos: -172.5,-193.5 + pos: -189.5,-181.5 parent: 1 - - uid: 28189 + - uid: 48139 components: - type: Transform - pos: -172.5,-192.5 + pos: -174.5,-156.5 parent: 1 - - uid: 28190 + - uid: 48140 components: - type: Transform - pos: -172.5,-191.5 + pos: -197.5,-173.5 parent: 1 - - uid: 28191 + - uid: 48141 components: - type: Transform - pos: -159.5,-156.5 + pos: 130.5,137.5 parent: 1 - - uid: 28192 + - uid: 48142 components: - type: Transform - pos: -171.5,-157.5 + pos: -193.5,-173.5 parent: 1 - - uid: 28193 + - uid: 48143 components: - type: Transform - pos: -170.5,-186.5 + pos: -196.5,-176.5 parent: 1 - - uid: 28194 + - uid: 48144 components: - type: Transform - pos: -172.5,-185.5 + pos: 155.5,135.5 parent: 1 - - uid: 28195 + - uid: 48145 components: - type: Transform - pos: -172.5,-184.5 + pos: -179.5,-187.5 parent: 1 - - uid: 28196 + - uid: 48146 components: - type: Transform - pos: -172.5,-183.5 + pos: 158.5,122.5 parent: 1 - - uid: 28197 + - uid: 48147 components: - type: Transform - pos: -172.5,-182.5 + pos: -158.5,-184.5 parent: 1 - - uid: 28198 + - uid: 48148 components: - type: Transform - pos: -172.5,-181.5 + pos: 161.5,124.5 parent: 1 - - uid: 28199 + - uid: 48149 components: - type: Transform - pos: -172.5,-180.5 + pos: 161.5,125.5 parent: 1 - - uid: 28200 + - uid: 48150 components: - type: Transform - pos: -172.5,-179.5 + pos: 161.5,122.5 parent: 1 - - uid: 28201 + - uid: 48151 components: - type: Transform - pos: -172.5,-178.5 + pos: 161.5,123.5 parent: 1 - - uid: 28202 + - uid: 48152 components: - type: Transform - pos: -172.5,-177.5 + pos: -169.5,-181.5 parent: 1 - - uid: 28203 + - uid: 48153 components: - type: Transform - pos: -153.5,-182.5 + pos: -185.5,-179.5 parent: 1 - - uid: 28204 + - uid: 48154 components: - type: Transform - pos: -153.5,-181.5 + pos: 161.5,121.5 parent: 1 - - uid: 28205 + - uid: 48155 components: - type: Transform - pos: -198.5,-142.5 + pos: -184.5,-186.5 parent: 1 - - uid: 28207 + - uid: 48156 components: - type: Transform - pos: -156.5,-156.5 + pos: -198.5,-170.5 parent: 1 - - uid: 28208 + - uid: 48157 components: - type: Transform - pos: -158.5,-157.5 + pos: -195.5,-174.5 parent: 1 - - uid: 28209 + - uid: 48158 components: - type: Transform - pos: -158.5,-159.5 + pos: -186.5,-180.5 parent: 1 - - uid: 28210 + - uid: 48159 components: - type: Transform - pos: -155.5,-155.5 + pos: -198.5,-192.5 parent: 1 - - uid: 28211 + - uid: 48160 components: - type: Transform - pos: -171.5,-165.5 + pos: -191.5,-149.5 parent: 1 - - uid: 28212 + - uid: 48161 components: - type: Transform - pos: -172.5,-164.5 + pos: -188.5,-181.5 parent: 1 - - uid: 28213 + - uid: 48162 components: - type: Transform - pos: -171.5,-198.5 + pos: 158.5,124.5 parent: 1 - - uid: 28214 + - uid: 48163 components: - type: Transform - pos: -171.5,-197.5 + pos: -192.5,-173.5 parent: 1 - - uid: 28215 + - uid: 48164 components: - type: Transform - pos: -171.5,-196.5 + pos: -175.5,-192.5 parent: 1 - - uid: 28216 + - uid: 48165 components: - type: Transform - pos: -171.5,-195.5 + pos: 141.5,130.5 parent: 1 - - uid: 28217 + - uid: 48166 components: - type: Transform - pos: -171.5,-194.5 + pos: 74.5,42.5 parent: 1 - - uid: 28219 + - uid: 48167 components: - type: Transform - pos: -171.5,-192.5 + pos: -184.5,-193.5 parent: 1 - - uid: 28220 + - uid: 48168 components: - type: Transform - pos: -171.5,-191.5 + pos: -183.5,-188.5 parent: 1 - - uid: 28221 + - uid: 48169 components: - type: Transform - pos: -162.5,-156.5 + pos: -158.5,-168.5 parent: 1 - - uid: 28222 + - uid: 48170 components: - type: Transform - pos: -164.5,-163.5 + pos: -198.5,-165.5 parent: 1 - - uid: 28223 + - uid: 48171 components: - type: Transform - pos: 62.5,60.5 + pos: -191.5,-180.5 parent: 1 - - uid: 28224 + - uid: 48172 components: - type: Transform - pos: -171.5,-186.5 + pos: -196.5,-197.5 parent: 1 - - uid: 28225 + - uid: 48173 components: - type: Transform - pos: -171.5,-185.5 + pos: -187.5,-182.5 parent: 1 - - uid: 28226 + - uid: 48174 components: - type: Transform - pos: -171.5,-184.5 + pos: -158.5,-177.5 parent: 1 - - uid: 28227 + - uid: 48175 components: - type: Transform - pos: -171.5,-183.5 + pos: -197.5,-187.5 parent: 1 - - uid: 28228 + - uid: 48176 components: - type: Transform - pos: -171.5,-182.5 + pos: -186.5,-185.5 parent: 1 - - uid: 28230 + - uid: 48177 components: - type: Transform - pos: -171.5,-180.5 + pos: -167.5,-155.5 parent: 1 - - uid: 28231 + - uid: 48178 components: - type: Transform - pos: -171.5,-179.5 + pos: -155.5,-154.5 parent: 1 - - uid: 28232 + - uid: 48179 components: - type: Transform - pos: -171.5,-178.5 + pos: -156.5,-163.5 parent: 1 - - uid: 28233 + - uid: 48180 components: - type: Transform - pos: -171.5,-177.5 + pos: -167.5,-156.5 parent: 1 - - uid: 28234 + - uid: 48181 components: - type: Transform - pos: -171.5,-176.5 + pos: -198.5,-194.5 parent: 1 - - uid: 28235 + - uid: 48182 components: - type: Transform - pos: -184.5,-142.5 + pos: -160.5,-159.5 parent: 1 - - uid: 28236 + - uid: 48183 components: - type: Transform - pos: 64.5,59.5 + pos: 141.5,125.5 parent: 1 - - uid: 28237 + - uid: 48184 components: - type: Transform - pos: -159.5,-163.5 + pos: 141.5,131.5 parent: 1 - - uid: 28238 + - uid: 48185 components: - type: Transform - pos: -156.5,-160.5 + pos: -185.5,-197.5 parent: 1 - - uid: 28240 + - uid: 48186 components: - type: Transform - pos: -158.5,-156.5 + pos: -188.5,-182.5 parent: 1 - - uid: 28241 + - uid: 48187 components: - type: Transform - pos: -158.5,-154.5 + pos: -187.5,-180.5 parent: 1 - - uid: 28242 + - uid: 48188 components: - type: Transform - pos: -171.5,-164.5 + pos: -194.5,-173.5 parent: 1 - - uid: 28243 + - uid: 48189 components: - type: Transform - pos: -170.5,-198.5 + pos: -194.5,-174.5 parent: 1 - - uid: 28244 + - uid: 48190 components: - type: Transform - pos: -170.5,-197.5 + pos: -194.5,-175.5 parent: 1 - - uid: 28245 + - uid: 48191 components: - type: Transform - pos: -170.5,-196.5 + pos: -194.5,-176.5 parent: 1 - - uid: 28246 + - uid: 48192 components: - type: Transform - pos: -170.5,-195.5 + pos: 160.5,128.5 parent: 1 - - uid: 28247 + - uid: 48193 components: - type: Transform - pos: -170.5,-194.5 + pos: -198.5,-175.5 parent: 1 - - uid: 28248 + - uid: 48194 components: - type: Transform - pos: -170.5,-193.5 + pos: -193.5,-175.5 parent: 1 - - uid: 28249 + - uid: 48195 components: - type: Transform - pos: -170.5,-192.5 + pos: -197.5,-169.5 parent: 1 - - uid: 28250 + - uid: 48196 components: - type: Transform - pos: -170.5,-191.5 + pos: -198.5,-167.5 parent: 1 - - uid: 28251 + - uid: 48197 components: - type: Transform - pos: 61.5,57.5 + pos: -169.5,-165.5 parent: 1 - - uid: 28252 + - uid: 48198 components: - type: Transform - pos: 51.5,35.5 + pos: -196.5,-178.5 parent: 1 - - uid: 28253 + - uid: 48199 components: - type: Transform - pos: -170.5,-185.5 + pos: -182.5,-193.5 parent: 1 - - uid: 28254 + - uid: 48200 components: - type: Transform - pos: -170.5,-184.5 + pos: -156.5,-161.5 parent: 1 - - uid: 28255 + - uid: 48201 components: - type: Transform - pos: -170.5,-183.5 + pos: -185.5,-193.5 parent: 1 - - uid: 28256 + - uid: 48202 components: - type: Transform - pos: -170.5,-182.5 + pos: -198.5,-195.5 parent: 1 - - uid: 28257 + - uid: 48203 components: - type: Transform - pos: -170.5,-181.5 + pos: -198.5,-196.5 parent: 1 - - uid: 28258 + - uid: 48204 components: - type: Transform - pos: -170.5,-180.5 + pos: 141.5,133.5 parent: 1 - - uid: 28259 + - uid: 48205 components: - type: Transform - pos: -170.5,-179.5 + pos: 141.5,134.5 parent: 1 - - uid: 28260 + - uid: 48206 components: - type: Transform - pos: -170.5,-178.5 + pos: 141.5,132.5 parent: 1 - - uid: 28261 + - uid: 48207 components: - type: Transform - pos: -170.5,-177.5 + pos: -191.5,-176.5 parent: 1 - - uid: 28262 + - uid: 48208 components: - type: Transform - pos: -170.5,-176.5 + pos: 141.5,136.5 parent: 1 - - uid: 28263 + - uid: 48209 components: - type: Transform - pos: 48.5,35.5 + pos: 158.5,127.5 parent: 1 - - uid: 28264 + - uid: 48210 components: - type: Transform - pos: -159.5,-162.5 + pos: -169.5,-182.5 parent: 1 - - uid: 28265 + - uid: 48211 components: - type: Transform - pos: -156.5,-157.5 + pos: -162.5,-155.5 parent: 1 - - uid: 28266 + - uid: 48212 components: - type: Transform - pos: -156.5,-159.5 + pos: -198.5,-174.5 parent: 1 - - uid: 28267 + - uid: 48213 components: - type: Transform - pos: -156.5,-158.5 + pos: -198.5,-190.5 parent: 1 - - uid: 28268 + - uid: 48214 components: - type: Transform - pos: -155.5,-156.5 + pos: 142.5,139.5 parent: 1 - - uid: 28269 + - uid: 48215 components: - type: Transform - pos: -170.5,-165.5 + pos: -187.5,-197.5 parent: 1 - - uid: 28270 + - uid: 48216 components: - type: Transform - pos: -170.5,-164.5 + pos: 63.5,44.5 parent: 1 - - uid: 28271 + - uid: 48217 components: - type: Transform - pos: -169.5,-198.5 + pos: -190.5,-198.5 parent: 1 - - uid: 28272 + - uid: 48218 components: - type: Transform - pos: -169.5,-197.5 + pos: -157.5,-196.5 parent: 1 - - uid: 28273 + - uid: 48219 components: - type: Transform - pos: -169.5,-196.5 + pos: -197.5,-177.5 parent: 1 - - uid: 28275 + - uid: 48220 components: - type: Transform - pos: -169.5,-194.5 + pos: -189.5,-198.5 parent: 1 - - uid: 28276 + - uid: 48221 components: - type: Transform - pos: -169.5,-193.5 + pos: -189.5,-197.5 parent: 1 - - uid: 28277 + - uid: 48222 components: - type: Transform - pos: -169.5,-192.5 + pos: -185.5,-188.5 parent: 1 - - uid: 28278 + - uid: 48223 components: - type: Transform - pos: -169.5,-191.5 + pos: -185.5,-187.5 parent: 1 - - uid: 28279 + - uid: 48224 components: - type: Transform - pos: -169.5,-190.5 + pos: -197.5,-175.5 parent: 1 - - uid: 28280 + - uid: 48225 components: - type: Transform - pos: -166.5,-163.5 + pos: -197.5,-176.5 parent: 1 - - uid: 28281 + - uid: 48226 components: - type: Transform - pos: -160.5,-161.5 + pos: -158.5,-171.5 parent: 1 - - uid: 28282 + - uid: 48227 components: - type: Transform - pos: 141.5,126.5 + pos: -158.5,-189.5 parent: 1 - - uid: 28283 + - uid: 48228 components: - type: Transform - pos: -168.5,-182.5 + pos: 64.5,53.5 parent: 1 - - uid: 28284 + - uid: 48229 components: - type: Transform - pos: -168.5,-181.5 + pos: -168.5,-197.5 parent: 1 - - uid: 28285 + - uid: 48230 components: - type: Transform - pos: -168.5,-180.5 + pos: -168.5,-196.5 parent: 1 - - uid: 28286 + - uid: 48231 components: - type: Transform - pos: -168.5,-179.5 + pos: -28.5,45.5 parent: 1 - - uid: 28287 + - uid: 48232 components: - type: Transform - pos: -168.5,-178.5 + pos: -196.5,-173.5 parent: 1 - - uid: 28289 + - uid: 48233 components: - type: Transform - pos: -168.5,-176.5 + pos: -198.5,-164.5 parent: 1 - - uid: 28290 + - uid: 48234 components: - type: Transform - pos: -168.5,-175.5 + pos: -197.5,-172.5 parent: 1 - - uid: 28291 + - uid: 48235 components: - type: Transform - pos: -168.5,-174.5 + pos: -183.5,-180.5 parent: 1 - - uid: 28292 + - uid: 48236 components: - type: Transform - pos: -168.5,-173.5 + pos: -157.5,-194.5 parent: 1 - - uid: 28293 + - uid: 48237 components: - type: Transform - pos: -168.5,-172.5 + pos: -196.5,-93.5 parent: 1 - - uid: 28294 + - uid: 48238 components: - type: Transform - pos: -168.5,-171.5 + pos: -131.5,-136.5 parent: 1 - - uid: 28295 + - uid: 48239 components: - type: Transform - pos: -168.5,-170.5 + pos: -190.5,-174.5 parent: 1 - - uid: 28296 + - uid: 48240 components: - type: Transform - pos: -168.5,-169.5 + pos: -190.5,-175.5 parent: 1 - - uid: 28297 + - uid: 48241 components: - type: Transform - pos: -168.5,-168.5 + pos: -175.5,-158.5 parent: 1 - - uid: 28298 + - uid: 48242 components: - type: Transform - pos: -168.5,-167.5 + pos: -175.5,-155.5 parent: 1 - - uid: 28299 + - uid: 48243 components: - type: Transform - pos: -168.5,-166.5 + pos: -190.5,-178.5 parent: 1 - - uid: 28300 + - uid: 48244 components: - type: Transform - pos: -168.5,-165.5 + pos: -190.5,-179.5 parent: 1 - - uid: 28301 + - uid: 48245 components: - type: Transform - pos: -168.5,-164.5 + pos: -192.5,-182.5 parent: 1 - - uid: 28302 + - uid: 48246 components: - type: Transform - pos: -167.5,-198.5 + pos: -185.5,-198.5 parent: 1 - - uid: 28303 + - uid: 48247 components: - type: Transform - pos: -167.5,-197.5 + pos: -28.5,48.5 parent: 1 - - uid: 28304 + - uid: 48248 components: - type: Transform - pos: -167.5,-196.5 + pos: -193.5,-176.5 parent: 1 - - uid: 28305 + - uid: 48249 components: - type: Transform - pos: -167.5,-195.5 + pos: -181.5,-194.5 parent: 1 - - uid: 28306 + - uid: 48250 components: - type: Transform - pos: -167.5,-194.5 + pos: 63.5,45.5 parent: 1 - - uid: 28307 + - uid: 48251 components: - type: Transform - pos: -167.5,-193.5 + pos: -197.5,-185.5 parent: 1 - - uid: 28308 + - uid: 48252 components: - type: Transform - pos: -167.5,-192.5 + pos: -169.5,-178.5 parent: 1 - - uid: 28309 + - uid: 48253 components: - type: Transform - pos: -167.5,-191.5 + pos: -169.5,-179.5 parent: 1 - - uid: 28310 + - uid: 48254 components: - type: Transform - pos: -167.5,-190.5 + pos: -197.5,-183.5 parent: 1 - - uid: 28311 + - uid: 48255 components: - type: Transform - pos: -167.5,-189.5 + pos: -197.5,-189.5 parent: 1 - - uid: 28312 + - uid: 48256 components: - type: Transform - pos: -167.5,-188.5 + pos: -197.5,-198.5 parent: 1 - - uid: 28313 + - uid: 48257 components: - type: Transform - pos: -167.5,-187.5 + pos: -186.5,-179.5 parent: 1 - - uid: 28314 + - uid: 48258 components: - type: Transform - pos: -184.5,-160.5 + pos: 160.5,127.5 parent: 1 - - uid: 28315 + - uid: 48259 components: - type: Transform - pos: 128.5,156.5 + pos: -197.5,-164.5 parent: 1 - - uid: 28316 + - uid: 48260 components: - type: Transform - pos: -164.5,-162.5 + pos: -169.5,-184.5 parent: 1 - - uid: 28317 + - uid: 48261 components: - type: Transform - pos: -167.5,-183.5 + pos: -169.5,-183.5 parent: 1 - - uid: 28318 + - uid: 48262 components: - type: Transform - pos: -167.5,-182.5 + pos: 61.5,58.5 parent: 1 - - uid: 28319 + - uid: 48263 components: - type: Transform - pos: -167.5,-181.5 + pos: 73.5,57.5 parent: 1 - - uid: 28320 + - uid: 48264 components: - type: Transform - pos: -167.5,-180.5 + pos: -169.5,-177.5 parent: 1 - - uid: 28321 + - uid: 48265 components: - type: Transform - pos: -167.5,-179.5 + pos: -197.5,-178.5 parent: 1 - - uid: 28322 + - uid: 48266 components: - type: Transform - pos: -167.5,-178.5 + pos: -197.5,-179.5 parent: 1 - - uid: 28323 + - uid: 48267 components: - type: Transform - pos: -167.5,-177.5 + pos: -198.5,-171.5 parent: 1 - - uid: 28324 + - uid: 48268 components: - type: Transform - pos: -167.5,-176.5 + pos: -197.5,-181.5 parent: 1 - - uid: 28325 + - uid: 48269 components: - type: Transform - pos: -167.5,-175.5 + pos: -158.5,-164.5 parent: 1 - - uid: 28326 + - uid: 48270 components: - type: Transform - pos: -167.5,-174.5 + pos: -169.5,-166.5 parent: 1 - - uid: 28327 + - uid: 48271 components: - type: Transform - pos: -167.5,-173.5 + pos: -186.5,-197.5 parent: 1 - - uid: 28328 + - uid: 48272 components: - type: Transform - pos: -167.5,-172.5 + pos: -189.5,-180.5 parent: 1 - - uid: 28329 + - uid: 48273 components: - type: Transform - pos: -167.5,-171.5 + pos: -197.5,-197.5 parent: 1 - - uid: 28330 + - uid: 48274 components: - type: Transform - pos: -167.5,-170.5 + pos: -169.5,-176.5 parent: 1 - - uid: 28331 + - uid: 48275 components: - type: Transform - pos: -167.5,-169.5 + pos: -198.5,-197.5 parent: 1 - - uid: 28332 + - uid: 48276 components: - type: Transform - pos: -167.5,-168.5 + pos: -198.5,-177.5 parent: 1 - - uid: 28333 + - uid: 48277 components: - type: Transform - pos: -167.5,-167.5 + pos: -158.5,-167.5 parent: 1 - - uid: 28334 + - uid: 48278 components: - type: Transform - pos: -167.5,-166.5 + pos: -158.5,-169.5 parent: 1 - - uid: 28335 + - uid: 48279 components: - type: Transform - pos: -167.5,-165.5 + pos: -198.5,-182.5 parent: 1 - - uid: 28336 + - uid: 48280 components: - type: Transform - pos: -167.5,-164.5 + pos: -188.5,-197.5 parent: 1 - - uid: 28337 + - uid: 48281 components: - type: Transform - pos: -166.5,-198.5 + pos: -188.5,-198.5 parent: 1 - - uid: 28338 + - uid: 48282 components: - type: Transform - pos: -166.5,-197.5 + pos: -189.5,-174.5 parent: 1 - - uid: 28339 + - uid: 48283 components: - type: Transform - pos: -166.5,-196.5 + pos: -189.5,-175.5 parent: 1 - - uid: 28340 + - uid: 48284 components: - type: Transform - pos: -166.5,-195.5 + pos: -175.5,-157.5 parent: 1 - - uid: 28341 + - uid: 48285 components: - type: Transform - pos: -166.5,-194.5 + pos: -175.5,-156.5 parent: 1 - - uid: 28342 + - uid: 48286 components: - type: Transform - pos: -166.5,-193.5 + pos: -189.5,-178.5 parent: 1 - - uid: 28343 + - uid: 48287 components: - type: Transform - pos: -166.5,-192.5 + pos: -189.5,-179.5 parent: 1 - - uid: 28344 + - uid: 48288 components: - type: Transform - pos: -166.5,-191.5 + pos: -193.5,-179.5 parent: 1 - - uid: 28345 + - uid: 48289 components: - type: Transform - pos: -166.5,-190.5 + pos: -154.5,-161.5 parent: 1 - - uid: 28346 + - uid: 48290 components: - type: Transform - pos: -166.5,-189.5 + pos: -198.5,-168.5 parent: 1 - - uid: 28347 + - uid: 48291 components: - type: Transform - pos: -166.5,-188.5 + pos: -198.5,-178.5 parent: 1 - - uid: 28348 + - uid: 48292 components: - type: Transform - pos: -166.5,-187.5 + pos: 132.5,187.5 parent: 1 - - uid: 28349 + - uid: 48293 components: - type: Transform - pos: -166.5,-186.5 + pos: 63.5,50.5 parent: 1 - - uid: 28350 + - uid: 48294 components: - type: Transform - pos: 128.5,155.5 + pos: -152.5,-178.5 parent: 1 - - uid: 28351 + - uid: 48295 components: - type: Transform - pos: -164.5,-161.5 + pos: 64.5,56.5 parent: 1 - - uid: 28352 + - uid: 48296 components: - type: Transform - pos: -164.5,-160.5 + pos: 139.5,190.5 parent: 1 - - uid: 28353 + - uid: 48297 components: - type: Transform - pos: -166.5,-182.5 + pos: -173.5,-157.5 parent: 1 - - uid: 28354 + - uid: 48298 components: - type: Transform - pos: -166.5,-181.5 + pos: -173.5,-158.5 parent: 1 - - uid: 28355 + - uid: 48299 components: - type: Transform - pos: -166.5,-180.5 + pos: -173.5,-159.5 parent: 1 - - uid: 28356 + - uid: 48300 components: - type: Transform - pos: -166.5,-179.5 + pos: 123.5,173.5 parent: 1 - - uid: 28357 + - uid: 48301 components: - type: Transform - pos: -166.5,-178.5 + pos: -178.5,-158.5 parent: 1 - - uid: 28358 + - uid: 48302 components: - type: Transform - pos: -166.5,-177.5 + pos: -158.5,-178.5 parent: 1 - - uid: 28359 + - uid: 48303 components: - type: Transform - pos: -166.5,-176.5 + pos: -182.5,-194.5 parent: 1 - - uid: 28360 + - uid: 48304 components: - type: Transform - pos: -166.5,-175.5 + pos: -158.5,-187.5 parent: 1 - - uid: 28361 + - uid: 48305 components: - type: Transform - pos: -166.5,-174.5 + pos: -151.5,-182.5 parent: 1 - - uid: 28362 + - uid: 48306 components: - type: Transform - pos: -166.5,-173.5 + pos: 156.5,127.5 parent: 1 - - uid: 28363 + - uid: 48307 components: - type: Transform - pos: -166.5,-172.5 + pos: -158.5,-166.5 parent: 1 - - uid: 28364 + - uid: 48308 components: - type: Transform - pos: -166.5,-171.5 + pos: -158.5,-165.5 parent: 1 - - uid: 28365 + - uid: 48309 components: - type: Transform - pos: -166.5,-170.5 + pos: -158.5,-175.5 parent: 1 - - uid: 28366 + - uid: 48310 components: - type: Transform - pos: -166.5,-169.5 + pos: -158.5,-176.5 parent: 1 - - uid: 28367 + - uid: 48311 components: - type: Transform - pos: -166.5,-168.5 + pos: -184.5,-183.5 parent: 1 - - uid: 28368 + - uid: 48312 components: - type: Transform - pos: -166.5,-167.5 + pos: -158.5,-188.5 parent: 1 - - uid: 28369 + - uid: 48313 components: - type: Transform - pos: -166.5,-166.5 + pos: -158.5,-190.5 parent: 1 - - uid: 28370 + - uid: 48314 components: - type: Transform - pos: -166.5,-165.5 + pos: -158.5,-182.5 parent: 1 - - uid: 28371 + - uid: 48315 components: - type: Transform - pos: -166.5,-164.5 + pos: 155.5,123.5 parent: 1 - - uid: 28372 + - uid: 48316 components: - type: Transform - pos: -165.5,-198.5 + pos: 154.5,130.5 parent: 1 - - uid: 28373 + - uid: 48317 components: - type: Transform - pos: -165.5,-197.5 + pos: -28.5,43.5 parent: 1 - - uid: 28374 + - uid: 48318 components: - type: Transform - pos: -165.5,-196.5 + pos: 133.5,187.5 parent: 1 - - uid: 28375 + - uid: 48319 components: - type: Transform - pos: -165.5,-195.5 + pos: 134.5,187.5 parent: 1 - - uid: 28376 + - uid: 48320 components: - type: Transform - pos: -165.5,-194.5 + pos: -179.5,-154.5 parent: 1 - - uid: 28377 + - uid: 48321 components: - type: Transform - pos: -165.5,-193.5 + pos: 136.5,187.5 parent: 1 - - uid: 28378 + - uid: 48322 components: - type: Transform - pos: -165.5,-192.5 + pos: 137.5,187.5 parent: 1 - - uid: 28379 + - uid: 48323 components: - type: Transform - pos: -165.5,-191.5 + pos: 140.5,190.5 parent: 1 - - uid: 28380 + - uid: 48324 components: - type: Transform - pos: -165.5,-190.5 + pos: -171.5,-155.5 parent: 1 - - uid: 28381 + - uid: 48325 components: - type: Transform - pos: -165.5,-189.5 + pos: -185.5,-181.5 parent: 1 - - uid: 28382 + - uid: 48326 components: - type: Transform - pos: -165.5,-188.5 + pos: -183.5,-183.5 parent: 1 - - uid: 28383 + - uid: 48327 components: - type: Transform - pos: -165.5,-187.5 + pos: 130.5,146.5 parent: 1 - - uid: 28384 + - uid: 48328 components: - type: Transform - pos: -165.5,-186.5 + pos: 156.5,126.5 parent: 1 - - uid: 28385 + - uid: 48329 components: - type: Transform - pos: 128.5,152.5 + pos: -186.5,-198.5 parent: 1 - - uid: 28386 + - uid: 48330 components: - type: Transform - pos: 48.5,55.5 + pos: 156.5,122.5 parent: 1 - - uid: 28387 + - uid: 48331 components: - type: Transform - pos: -171.5,-160.5 + pos: 160.5,135.5 parent: 1 - - uid: 28389 + - uid: 48332 components: - type: Transform - pos: -165.5,-181.5 + pos: -198.5,-166.5 parent: 1 - - uid: 28390 + - uid: 48333 components: - type: Transform - pos: -165.5,-180.5 + pos: -197.5,-171.5 parent: 1 - - uid: 28391 + - uid: 48334 components: - type: Transform - pos: -165.5,-179.5 + pos: -185.5,-182.5 parent: 1 - - uid: 28392 + - uid: 48335 components: - type: Transform - pos: -165.5,-178.5 + pos: -198.5,-188.5 parent: 1 - - uid: 28393 + - uid: 48336 components: - type: Transform - pos: -165.5,-177.5 + pos: -198.5,-189.5 parent: 1 - - uid: 28394 + - uid: 48337 components: - type: Transform - pos: -165.5,-176.5 + pos: -156.5,-162.5 parent: 1 - - uid: 28395 + - uid: 48338 components: - type: Transform - pos: -165.5,-175.5 + pos: -182.5,-195.5 parent: 1 - - uid: 28396 + - uid: 48339 components: - type: Transform - pos: -165.5,-174.5 + pos: -158.5,-174.5 parent: 1 - - uid: 28397 + - uid: 48340 components: - type: Transform - pos: -165.5,-173.5 + pos: -185.5,-189.5 parent: 1 - - uid: 28398 + - uid: 48341 components: - type: Transform - pos: -165.5,-172.5 + pos: -198.5,-187.5 parent: 1 - - uid: 28399 + - uid: 48342 components: - type: Transform - pos: -165.5,-171.5 + pos: -198.5,-181.5 parent: 1 - - uid: 28400 + - uid: 48343 components: - type: Transform - pos: -165.5,-170.5 + pos: -198.5,-176.5 parent: 1 - - uid: 28401 + - uid: 48344 components: - type: Transform - pos: -165.5,-169.5 + pos: -197.5,-186.5 parent: 1 - - uid: 28402 + - uid: 48345 components: - type: Transform - pos: -165.5,-168.5 + pos: -190.5,-182.5 parent: 1 - - uid: 28403 + - uid: 48346 components: - type: Transform - pos: -165.5,-167.5 + pos: -198.5,-180.5 parent: 1 - - uid: 28404 + - uid: 48347 components: - type: Transform - pos: -165.5,-166.5 + pos: -198.5,-185.5 parent: 1 - - uid: 28405 + - uid: 48348 components: - type: Transform - pos: -165.5,-165.5 + pos: -197.5,-191.5 parent: 1 - - uid: 28406 + - uid: 48349 components: - type: Transform - pos: -165.5,-164.5 + pos: -197.5,-190.5 parent: 1 - - uid: 28407 + - uid: 48350 components: - type: Transform - pos: -164.5,-198.5 + pos: -168.5,-183.5 parent: 1 - - uid: 28408 + - uid: 48351 components: - type: Transform - pos: -164.5,-197.5 + pos: -193.5,-197.5 parent: 1 - - uid: 28409 + - uid: 48352 components: - type: Transform - pos: -164.5,-196.5 + pos: -193.5,-198.5 parent: 1 - - uid: 28410 + - uid: 48353 components: - type: Transform - pos: -164.5,-195.5 + pos: -183.5,-187.5 parent: 1 - - uid: 28411 + - uid: 48354 components: - type: Transform - pos: -164.5,-194.5 + pos: -174.5,-158.5 parent: 1 - - uid: 28412 + - uid: 48355 components: - type: Transform - pos: -164.5,-193.5 + pos: -174.5,-159.5 parent: 1 - - uid: 28413 + - uid: 48356 components: - type: Transform - pos: -164.5,-192.5 + pos: -198.5,-186.5 parent: 1 - - uid: 28414 + - uid: 48357 components: - type: Transform - pos: -164.5,-191.5 + pos: 160.5,124.5 parent: 1 - - uid: 28415 + - uid: 48358 components: - type: Transform - pos: -164.5,-190.5 + pos: -196.5,-177.5 parent: 1 - - uid: 28416 + - uid: 48359 components: - type: Transform - pos: -164.5,-189.5 + pos: 160.5,125.5 parent: 1 - - uid: 28418 + - uid: 48360 components: - type: Transform - pos: -164.5,-187.5 + pos: -188.5,-179.5 parent: 1 - - uid: 28419 + - uid: 48361 components: - type: Transform - pos: -164.5,-186.5 + pos: -182.5,-155.5 parent: 1 - - uid: 28420 + - uid: 48362 components: - type: Transform - pos: 128.5,153.5 + pos: -184.5,-182.5 parent: 1 - - uid: 28421 + - uid: 48363 components: - type: Transform - pos: 62.5,47.5 + pos: 63.5,49.5 parent: 1 - - uid: 28422 + - uid: 48364 components: - type: Transform - pos: -154.5,-159.5 + pos: -187.5,-178.5 parent: 1 - - uid: 28423 + - uid: 48365 components: - type: Transform - pos: -171.5,-159.5 + pos: -198.5,-184.5 parent: 1 - - uid: 28424 + - uid: 48366 components: - type: Transform - pos: -164.5,-181.5 + pos: -198.5,-183.5 parent: 1 - - uid: 28425 + - uid: 48367 components: - type: Transform - pos: -164.5,-180.5 + pos: -168.5,-193.5 parent: 1 - - uid: 28426 + - uid: 48368 components: - type: Transform - pos: -164.5,-179.5 + pos: -168.5,-192.5 parent: 1 - - uid: 28427 + - uid: 48369 components: - type: Transform - pos: -164.5,-178.5 + pos: -168.5,-191.5 parent: 1 - - uid: 28428 + - uid: 48370 components: - type: Transform - pos: -164.5,-177.5 + pos: -168.5,-190.5 parent: 1 - - uid: 28429 + - uid: 48371 components: - type: Transform - pos: -164.5,-176.5 + pos: -163.5,-163.5 parent: 1 - - uid: 28430 + - uid: 48372 components: - type: Transform - pos: -164.5,-175.5 + pos: -192.5,-181.5 parent: 1 - - uid: 28431 + - uid: 48373 components: - type: Transform - pos: -164.5,-174.5 + pos: -192.5,-180.5 parent: 1 - - uid: 28432 + - uid: 48374 components: - type: Transform - pos: -164.5,-173.5 + pos: -174.5,-154.5 parent: 1 - - uid: 28433 + - uid: 48375 components: - type: Transform - pos: -164.5,-172.5 + pos: -157.5,-198.5 parent: 1 - - uid: 28434 + - uid: 48376 components: - type: Transform - pos: -164.5,-171.5 + pos: -157.5,-197.5 parent: 1 - - uid: 28435 + - uid: 48377 components: - type: Transform - pos: -164.5,-170.5 + pos: -186.5,-186.5 parent: 1 - - uid: 28436 + - uid: 48378 components: - type: Transform - pos: -164.5,-169.5 + pos: -191.5,-181.5 parent: 1 - - uid: 28437 + - uid: 48379 components: - type: Transform - pos: -164.5,-168.5 + pos: -181.5,-193.5 parent: 1 - - uid: 28438 + - uid: 48380 components: - type: Transform - pos: -164.5,-167.5 + pos: -158.5,-181.5 parent: 1 - - uid: 28439 + - uid: 48381 components: - type: Transform - pos: -164.5,-166.5 + pos: -158.5,-180.5 parent: 1 - - uid: 28440 + - uid: 48382 components: - type: Transform - pos: -164.5,-165.5 + pos: -158.5,-179.5 parent: 1 - - uid: 28441 + - uid: 48383 components: - type: Transform - pos: -164.5,-164.5 + pos: -186.5,-183.5 parent: 1 - - uid: 28442 + - uid: 48384 components: - type: Transform - pos: -163.5,-198.5 + pos: -158.5,-183.5 parent: 1 - - uid: 28443 + - uid: 48385 components: - type: Transform - pos: -163.5,-197.5 + pos: -191.5,-198.5 parent: 1 - - uid: 28444 + - uid: 48386 components: - type: Transform - pos: -163.5,-196.5 + pos: -191.5,-197.5 parent: 1 - - uid: 28445 + - uid: 48387 components: - type: Transform - pos: -163.5,-195.5 + pos: -188.5,-174.5 parent: 1 - - uid: 28446 + - uid: 48388 components: - type: Transform - pos: -163.5,-194.5 + pos: -197.5,-195.5 parent: 1 - - uid: 28447 + - uid: 48389 components: - type: Transform - pos: -163.5,-193.5 + pos: -184.5,-187.5 parent: 1 - - uid: 28448 + - uid: 48390 components: - type: Transform - pos: -163.5,-192.5 + pos: -187.5,-198.5 parent: 1 - - uid: 28449 + - uid: 48391 components: - type: Transform - pos: -163.5,-191.5 + pos: -194.5,-198.5 parent: 1 - - uid: 28450 + - uid: 48392 components: - type: Transform - pos: -163.5,-190.5 + pos: -194.5,-197.5 parent: 1 - - uid: 28451 + - uid: 48393 components: - type: Transform - pos: -163.5,-189.5 + pos: -188.5,-175.5 parent: 1 - - uid: 28452 + - uid: 48394 components: - type: Transform - pos: -163.5,-188.5 + pos: -175.5,-163.5 parent: 1 - - uid: 28453 + - uid: 48395 components: - type: Transform - pos: -163.5,-187.5 + pos: -175.5,-159.5 parent: 1 - - uid: 28454 + - uid: 48396 components: - type: Transform - pos: -163.5,-186.5 + pos: -175.5,-162.5 parent: 1 - - uid: 28455 + - uid: 48397 components: - type: Transform - pos: 128.5,154.5 + pos: -175.5,-161.5 parent: 1 - - uid: 28456 + - uid: 48398 components: - type: Transform - pos: 48.5,48.5 + pos: -175.5,-160.5 parent: 1 - - uid: 28457 + - uid: 48399 components: - type: Transform - pos: 35.5,72.5 + pos: -174.5,-155.5 parent: 1 - - uid: 28458 + - uid: 48400 components: - type: Transform - pos: -154.5,-160.5 + pos: -192.5,-175.5 parent: 1 - - uid: 28459 + - uid: 48401 components: - type: Transform - pos: -163.5,-181.5 + pos: -192.5,-174.5 parent: 1 - - uid: 28460 + - uid: 48402 components: - type: Transform - pos: -163.5,-180.5 + pos: -184.5,-180.5 parent: 1 - - uid: 28461 + - uid: 48403 components: - type: Transform - pos: -163.5,-179.5 + pos: 160.5,123.5 parent: 1 - - uid: 28462 + - uid: 48404 components: - type: Transform - pos: -163.5,-178.5 + pos: -137.5,-145.5 parent: 1 - - uid: 28463 + - uid: 48405 components: - type: Transform - pos: -163.5,-177.5 + pos: -191.5,-182.5 parent: 1 - - uid: 28464 + - uid: 48406 components: - type: Transform - pos: -163.5,-176.5 + pos: -137.5,-142.5 parent: 1 - - uid: 28465 + - uid: 48407 components: - type: Transform - pos: -163.5,-175.5 + pos: -164.5,-159.5 parent: 1 - - uid: 28466 + - uid: 48408 components: - type: Transform - pos: -163.5,-174.5 + pos: -168.5,-194.5 parent: 1 - - uid: 28467 + - uid: 48409 components: - type: Transform - pos: -163.5,-173.5 + pos: -191.5,-175.5 parent: 1 - - uid: 28468 + - uid: 48410 components: - type: Transform - pos: -163.5,-172.5 + pos: -191.5,-174.5 parent: 1 - - uid: 28469 + - uid: 48411 components: - type: Transform - pos: -163.5,-171.5 + pos: -198.5,-172.5 parent: 1 - - uid: 28470 + - uid: 48412 components: - type: Transform - pos: -163.5,-170.5 + pos: -158.5,-173.5 parent: 1 - - uid: 28471 + - uid: 48413 components: - type: Transform - pos: -163.5,-169.5 + pos: -197.5,-95.5 parent: 1 - - uid: 28472 + - uid: 48414 components: - type: Transform - pos: -163.5,-168.5 + pos: -167.5,-161.5 parent: 1 - - uid: 28473 + - uid: 48415 components: - type: Transform - pos: -163.5,-167.5 + pos: -184.5,-181.5 parent: 1 - - uid: 28474 + - uid: 48416 components: - type: Transform - pos: -163.5,-166.5 + pos: -184.5,-156.5 parent: 1 - - uid: 28475 + - uid: 48417 components: - type: Transform - pos: -163.5,-165.5 + pos: -180.5,-163.5 parent: 1 - - uid: 28476 + - uid: 48418 components: - type: Transform - pos: -163.5,-164.5 + pos: 62.5,59.5 parent: 1 - - uid: 28477 + - uid: 48419 components: - type: Transform - pos: -162.5,-198.5 + pos: -167.5,-157.5 parent: 1 - - uid: 28478 + - uid: 48420 components: - type: Transform - pos: -162.5,-197.5 + pos: -167.5,-159.5 parent: 1 - - uid: 28479 + - uid: 48421 components: - type: Transform - pos: -162.5,-196.5 + pos: -167.5,-160.5 parent: 1 - - uid: 28480 + - uid: 48422 components: - type: Transform - pos: -162.5,-195.5 + pos: -167.5,-162.5 parent: 1 - - uid: 28481 + - uid: 48423 components: - type: Transform - pos: -162.5,-194.5 + pos: -184.5,-198.5 parent: 1 - - uid: 28482 + - uid: 48424 components: - type: Transform - pos: -162.5,-193.5 + pos: -184.5,-197.5 parent: 1 - - uid: 28483 + - uid: 48425 components: - type: Transform - pos: -162.5,-192.5 + pos: -193.5,-181.5 parent: 1 - - uid: 28484 + - uid: 48426 components: - type: Transform - pos: -162.5,-191.5 + pos: -193.5,-180.5 parent: 1 - - uid: 28485 + - uid: 48427 components: - type: Transform - pos: -162.5,-190.5 + pos: -179.5,-192.5 parent: 1 - - uid: 28486 + - uid: 48428 components: - type: Transform - pos: -162.5,-189.5 + pos: -185.5,-194.5 parent: 1 - - uid: 28487 + - uid: 48429 components: - type: Transform - pos: -162.5,-188.5 + pos: -185.5,-196.5 parent: 1 - - uid: 28488 + - uid: 48430 components: - type: Transform - pos: -162.5,-187.5 + pos: -185.5,-195.5 parent: 1 - - uid: 28489 + - uid: 48431 components: - type: Transform - pos: 128.5,151.5 + pos: -180.5,-193.5 parent: 1 - - uid: 28490 + - uid: 48432 components: - type: Transform - pos: 128.5,150.5 + pos: -179.5,-193.5 parent: 1 - - uid: 28491 + - uid: 48433 components: - type: Transform - pos: -178.5,-156.5 + pos: -184.5,-179.5 parent: 1 - - uid: 28492 + - uid: 48434 components: - type: Transform - pos: 53.5,61.5 + pos: 62.5,48.5 parent: 1 - - uid: 28493 + - uid: 48435 components: - type: Transform - pos: -162.5,-181.5 + pos: -172.5,-159.5 parent: 1 - - uid: 28494 + - uid: 48436 components: - type: Transform - pos: -162.5,-180.5 + pos: -165.5,-158.5 parent: 1 - - uid: 28495 + - uid: 48437 components: - type: Transform - pos: -162.5,-179.5 + pos: -165.5,-160.5 parent: 1 - - uid: 28496 + - uid: 48438 components: - type: Transform - pos: -162.5,-178.5 + pos: -166.5,-154.5 parent: 1 - - uid: 28497 + - uid: 48439 components: - type: Transform - pos: -162.5,-177.5 + pos: -167.5,-163.5 parent: 1 - - uid: 28498 + - uid: 48440 components: - type: Transform - pos: -162.5,-176.5 + pos: -183.5,-198.5 parent: 1 - - uid: 28499 + - uid: 48441 components: - type: Transform - pos: -162.5,-175.5 + pos: -183.5,-197.5 parent: 1 - - uid: 28500 + - uid: 48442 components: - type: Transform - pos: -162.5,-174.5 + pos: -193.5,-182.5 parent: 1 - - uid: 28501 + - uid: 48443 components: - type: Transform - pos: -162.5,-173.5 + pos: -196.5,-186.5 parent: 1 - - uid: 28502 + - uid: 48444 components: - type: Transform - pos: -162.5,-172.5 + pos: -182.5,-186.5 parent: 1 - - uid: 28503 + - uid: 48445 components: - type: Transform - pos: -162.5,-171.5 + pos: 159.5,130.5 parent: 1 - - uid: 28504 + - uid: 48446 components: - type: Transform - pos: -162.5,-170.5 + pos: 130.5,145.5 parent: 1 - - uid: 28505 + - uid: 48447 components: - type: Transform - pos: -162.5,-169.5 + pos: -177.5,-192.5 parent: 1 - - uid: 28506 + - uid: 48448 components: - type: Transform - pos: -162.5,-168.5 + pos: -184.5,-195.5 parent: 1 - - uid: 28507 + - uid: 48449 components: - type: Transform - pos: -162.5,-167.5 + pos: -184.5,-194.5 parent: 1 - - uid: 28508 + - uid: 48450 components: - type: Transform - pos: -162.5,-166.5 + pos: -183.5,-193.5 parent: 1 - - uid: 28509 + - uid: 48451 components: - type: Transform - pos: -162.5,-165.5 + pos: -181.5,-196.5 parent: 1 - - uid: 28510 + - uid: 48452 components: - type: Transform - pos: -162.5,-164.5 + pos: -180.5,-195.5 parent: 1 - - uid: 28511 + - uid: 48453 components: - type: Transform - pos: -161.5,-198.5 + pos: 62.5,52.5 parent: 1 - - uid: 28512 + - uid: 48454 components: - type: Transform - pos: -161.5,-197.5 + pos: -165.5,-162.5 parent: 1 - - uid: 28513 + - uid: 48455 components: - type: Transform - pos: -161.5,-196.5 + pos: -165.5,-159.5 parent: 1 - - uid: 28514 + - uid: 48456 components: - type: Transform - pos: -161.5,-195.5 + pos: -143.5,-167.5 parent: 1 - - uid: 28515 + - uid: 48457 components: - type: Transform - pos: -161.5,-194.5 + pos: -166.5,-159.5 parent: 1 - - uid: 28516 + - uid: 48458 components: - type: Transform - pos: -161.5,-193.5 + pos: -183.5,-164.5 parent: 1 - - uid: 28517 + - uid: 48459 components: - type: Transform - pos: -161.5,-192.5 + pos: -182.5,-198.5 parent: 1 - - uid: 28518 + - uid: 48460 components: - type: Transform - pos: -161.5,-191.5 + pos: -182.5,-197.5 parent: 1 - - uid: 28519 + - uid: 48461 components: - type: Transform - pos: -161.5,-190.5 + pos: -194.5,-182.5 parent: 1 - - uid: 28520 + - uid: 48462 components: - type: Transform - pos: -161.5,-189.5 + pos: -194.5,-181.5 parent: 1 - - uid: 28521 + - uid: 48463 components: - type: Transform - pos: -161.5,-188.5 + pos: -195.5,-182.5 parent: 1 - - uid: 28522 + - uid: 48464 components: - type: Transform - pos: -161.5,-187.5 + pos: -195.5,-180.5 parent: 1 - - uid: 28523 + - uid: 48465 components: - type: Transform - pos: -161.5,-186.5 + pos: -195.5,-181.5 parent: 1 - - uid: 28524 + - uid: 48466 components: - type: Transform - pos: 122.5,140.5 + pos: -182.5,-185.5 parent: 1 - - uid: 28525 + - uid: 48467 components: - type: Transform - pos: -179.5,-155.5 + pos: -182.5,-184.5 parent: 1 - - uid: 28526 + - uid: 48468 components: - type: Transform - pos: -178.5,-155.5 + pos: -177.5,-160.5 parent: 1 - - uid: 28527 + - uid: 48469 components: - type: Transform - pos: -163.5,-160.5 + pos: -176.5,-192.5 parent: 1 - - uid: 28528 + - uid: 48470 components: - type: Transform - pos: -161.5,-180.5 + pos: -171.5,-156.5 parent: 1 - - uid: 28529 + - uid: 48471 components: - type: Transform - pos: -161.5,-179.5 + pos: -178.5,-192.5 parent: 1 - - uid: 28530 + - uid: 48472 components: - type: Transform - pos: -161.5,-178.5 + pos: -184.5,-196.5 parent: 1 - - uid: 28531 + - uid: 48473 components: - type: Transform - pos: -161.5,-177.5 + pos: -183.5,-195.5 parent: 1 - - uid: 28532 + - uid: 48474 components: - type: Transform - pos: -161.5,-176.5 + pos: -183.5,-194.5 parent: 1 - - uid: 28533 + - uid: 48475 components: - type: Transform - pos: -161.5,-175.5 + pos: -183.5,-196.5 parent: 1 - - uid: 28534 + - uid: 48476 components: - type: Transform - pos: -161.5,-174.5 + pos: -180.5,-194.5 parent: 1 - - uid: 28535 + - uid: 48477 components: - type: Transform - pos: -161.5,-173.5 + pos: -180.5,-196.5 parent: 1 - - uid: 28536 + - uid: 48478 components: - type: Transform - pos: -161.5,-172.5 + pos: 53.5,38.5 parent: 1 - - uid: 28537 + - uid: 48479 components: - type: Transform - pos: -161.5,-171.5 + pos: -176.5,-160.5 parent: 1 - - uid: 28538 + - uid: 48480 components: - type: Transform - pos: -161.5,-170.5 + pos: 62.5,58.5 parent: 1 - - uid: 28539 + - uid: 48481 components: - type: Transform - pos: -161.5,-169.5 + pos: -165.5,-161.5 parent: 1 - - uid: 28540 + - uid: 48482 components: - type: Transform - pos: -161.5,-168.5 + pos: -165.5,-156.5 parent: 1 - - uid: 28541 + - uid: 48483 components: - type: Transform - pos: -161.5,-167.5 + pos: -165.5,-157.5 parent: 1 - - uid: 28542 + - uid: 48484 components: - type: Transform - pos: -161.5,-166.5 + pos: -166.5,-156.5 parent: 1 - - uid: 28544 + - uid: 48485 components: - type: Transform - pos: -161.5,-164.5 + pos: -166.5,-158.5 parent: 1 - - uid: 28545 + - uid: 48486 components: - type: Transform - pos: -160.5,-198.5 + pos: -182.5,-164.5 parent: 1 - - uid: 28546 + - uid: 48487 components: - type: Transform - pos: -160.5,-197.5 + pos: -181.5,-198.5 parent: 1 - - uid: 28547 + - uid: 48488 components: - type: Transform - pos: -160.5,-196.5 + pos: -181.5,-197.5 parent: 1 - - uid: 28548 + - uid: 48489 components: - type: Transform - pos: -160.5,-195.5 + pos: -194.5,-180.5 parent: 1 - - uid: 28549 + - uid: 48490 components: - type: Transform - pos: -160.5,-194.5 + pos: -196.5,-184.5 parent: 1 - - uid: 28550 + - uid: 48491 components: - type: Transform - pos: -160.5,-193.5 + pos: -196.5,-185.5 parent: 1 - - uid: 28551 + - uid: 48492 components: - type: Transform - pos: -160.5,-192.5 + pos: -196.5,-182.5 parent: 1 - - uid: 28552 + - uid: 48493 components: - type: Transform - pos: -160.5,-191.5 + pos: -182.5,-183.5 parent: 1 - - uid: 28553 + - uid: 48494 components: - type: Transform - pos: -160.5,-190.5 + pos: -182.5,-182.5 parent: 1 - - uid: 28554 + - uid: 48495 components: - type: Transform - pos: -160.5,-189.5 + pos: -180.5,-185.5 parent: 1 - - uid: 28555 + - uid: 48496 components: - type: Transform - pos: -160.5,-188.5 + pos: -177.5,-180.5 parent: 1 - - uid: 28556 + - uid: 48497 components: - type: Transform - pos: -160.5,-187.5 + pos: -118.5,-197.5 parent: 1 - - uid: 28557 + - uid: 48498 components: - type: Transform - pos: -160.5,-186.5 + pos: -176.5,-163.5 parent: 1 - - uid: 28558 + - uid: 48499 components: - type: Transform - pos: 147.5,192.5 + pos: -164.5,-158.5 parent: 1 - - uid: 28559 + - uid: 48500 components: - type: Transform - pos: -160.5,-181.5 + pos: -153.5,-180.5 parent: 1 - - uid: 28560 + - uid: 48501 components: - type: Transform - pos: -160.5,-180.5 + pos: -164.5,-157.5 parent: 1 - - uid: 28561 + - uid: 48502 components: - type: Transform - pos: -160.5,-179.5 + pos: -166.5,-155.5 parent: 1 - - uid: 28562 + - uid: 48503 components: - type: Transform - pos: -160.5,-178.5 + pos: -181.5,-164.5 parent: 1 - - uid: 28563 + - uid: 48504 components: - type: Transform - pos: -160.5,-177.5 + pos: -180.5,-198.5 parent: 1 - - uid: 28564 + - uid: 48505 components: - type: Transform - pos: -160.5,-176.5 + pos: -180.5,-197.5 parent: 1 - - uid: 28565 + - uid: 48506 components: - type: Transform - pos: -160.5,-175.5 + pos: -196.5,-183.5 parent: 1 - - uid: 28566 + - uid: 48507 components: - type: Transform - pos: -160.5,-174.5 + pos: -196.5,-181.5 parent: 1 - - uid: 28567 + - uid: 48508 components: - type: Transform - pos: -160.5,-173.5 + pos: -196.5,-180.5 parent: 1 - - uid: 28568 + - uid: 48509 components: - type: Transform - pos: -160.5,-172.5 + pos: -182.5,-181.5 parent: 1 - - uid: 28569 + - uid: 48510 components: - type: Transform - pos: -160.5,-171.5 + pos: -177.5,-161.5 parent: 1 - - uid: 28570 + - uid: 48511 components: - type: Transform - pos: -160.5,-170.5 + pos: -163.5,-155.5 parent: 1 - - uid: 28571 + - uid: 48512 components: - type: Transform - pos: -160.5,-169.5 + pos: -163.5,-154.5 parent: 1 - - uid: 28572 + - uid: 48513 components: - type: Transform - pos: -160.5,-168.5 + pos: -176.5,-161.5 parent: 1 - - uid: 28573 + - uid: 48514 components: - type: Transform - pos: -160.5,-167.5 + pos: -176.5,-162.5 parent: 1 - - uid: 28574 + - uid: 48515 components: - type: Transform - pos: -160.5,-166.5 + pos: -172.5,-161.5 parent: 1 - - uid: 28575 + - uid: 48516 components: - type: Transform - pos: -160.5,-165.5 + pos: 61.5,44.5 parent: 1 - - uid: 28576 + - uid: 48517 components: - type: Transform - pos: -160.5,-164.5 + pos: -166.5,-157.5 parent: 1 - - uid: 28577 + - uid: 48518 components: - type: Transform - pos: -159.5,-198.5 + pos: -137.5,-189.5 parent: 1 - - uid: 28578 + - uid: 48519 components: - type: Transform - pos: -159.5,-197.5 + pos: -180.5,-164.5 parent: 1 - - uid: 28579 + - uid: 48520 components: - type: Transform - pos: -159.5,-196.5 + pos: -179.5,-198.5 parent: 1 - - uid: 28580 + - uid: 48521 components: - type: Transform - pos: -159.5,-195.5 + pos: -179.5,-197.5 parent: 1 - - uid: 28581 + - uid: 48522 components: - type: Transform - pos: -159.5,-194.5 + pos: -161.5,-156.5 parent: 1 - - uid: 28582 + - uid: 48523 components: - type: Transform - pos: -159.5,-193.5 + pos: -179.5,-161.5 parent: 1 - - uid: 28583 + - uid: 48524 components: - type: Transform - pos: -159.5,-192.5 + pos: -179.5,-186.5 parent: 1 - - uid: 28584 + - uid: 48525 components: - type: Transform - pos: -159.5,-191.5 + pos: -179.5,-162.5 parent: 1 - - uid: 28585 + - uid: 48526 components: - type: Transform - pos: -159.5,-190.5 + pos: -179.5,-185.5 parent: 1 - - uid: 28586 + - uid: 48527 components: - type: Transform - pos: -159.5,-189.5 + pos: -178.5,-154.5 parent: 1 - - uid: 28587 + - uid: 48528 components: - type: Transform - pos: -159.5,-188.5 + pos: -180.5,-154.5 parent: 1 - - uid: 28588 + - uid: 48529 components: - type: Transform - pos: -159.5,-187.5 + pos: -181.5,-186.5 parent: 1 - - uid: 28589 + - uid: 48530 components: - type: Transform - pos: -159.5,-186.5 + pos: -176.5,-181.5 parent: 1 - - uid: 28590 + - uid: 48531 components: - type: Transform - pos: -182.5,-154.5 + pos: -181.5,-184.5 parent: 1 - - uid: 28591 + - uid: 48532 components: - type: Transform - pos: 65.5,45.5 + pos: -181.5,-185.5 parent: 1 - - uid: 28592 + - uid: 48533 components: - type: Transform - pos: 63.5,41.5 + pos: -181.5,-163.5 parent: 1 - - uid: 28593 + - uid: 48534 components: - type: Transform - pos: -159.5,-181.5 + pos: -181.5,-183.5 parent: 1 - - uid: 28594 + - uid: 48535 components: - type: Transform - pos: -159.5,-180.5 + pos: -180.5,-155.5 parent: 1 - - uid: 28595 + - uid: 48536 components: - type: Transform - pos: -159.5,-179.5 + pos: -179.5,-163.5 parent: 1 - - uid: 28596 + - uid: 48537 components: - type: Transform - pos: -159.5,-178.5 + pos: -180.5,-186.5 parent: 1 - - uid: 28597 + - uid: 48538 components: - type: Transform - pos: -159.5,-177.5 + pos: -179.5,-179.5 parent: 1 - - uid: 28598 + - uid: 48539 components: - type: Transform - pos: -159.5,-176.5 + pos: 61.5,54.5 parent: 1 - - uid: 28599 + - uid: 48540 components: - type: Transform - pos: -159.5,-175.5 + pos: -172.5,-162.5 parent: 1 - - uid: 28601 + - uid: 48541 components: - type: Transform - pos: -159.5,-173.5 + pos: -142.5,-182.5 parent: 1 - - uid: 28602 + - uid: 48542 components: - type: Transform - pos: -159.5,-172.5 + pos: -175.5,-153.5 parent: 1 - - uid: 28603 + - uid: 48543 components: - type: Transform - pos: -159.5,-171.5 + pos: 43.5,63.5 parent: 1 - - uid: 28604 + - uid: 48544 components: - type: Transform - pos: -159.5,-170.5 + pos: -187.5,-143.5 parent: 1 - - uid: 28605 + - uid: 48545 components: - type: Transform - pos: -159.5,-169.5 + pos: -179.5,-164.5 parent: 1 - - uid: 28606 + - uid: 48546 components: - type: Transform - pos: -159.5,-168.5 + pos: -178.5,-198.5 parent: 1 - - uid: 28607 + - uid: 48547 components: - type: Transform - pos: -159.5,-167.5 + pos: -178.5,-197.5 parent: 1 - - uid: 28608 + - uid: 48548 components: - type: Transform - pos: -159.5,-166.5 + pos: -161.5,-155.5 parent: 1 - - uid: 28609 + - uid: 48549 components: - type: Transform - pos: -159.5,-165.5 + pos: -161.5,-158.5 parent: 1 - - uid: 28610 + - uid: 48550 components: - type: Transform - pos: -159.5,-164.5 + pos: -180.5,-156.5 parent: 1 - - uid: 28611 + - uid: 48551 components: - type: Transform - pos: -158.5,-198.5 + pos: -161.5,-160.5 parent: 1 - - uid: 28612 + - uid: 48552 components: - type: Transform - pos: -158.5,-197.5 + pos: 67.5,55.5 parent: 1 - - uid: 28613 + - uid: 48553 components: - type: Transform - pos: -158.5,-196.5 + pos: -162.5,-161.5 parent: 1 - - uid: 28614 + - uid: 48554 components: - type: Transform - pos: -158.5,-195.5 + pos: -176.5,-183.5 parent: 1 - - uid: 28615 + - uid: 48555 components: - type: Transform - pos: -158.5,-194.5 + pos: -163.5,-156.5 parent: 1 - - uid: 28616 + - uid: 48556 components: - type: Transform - pos: -158.5,-193.5 + pos: -176.5,-180.5 parent: 1 - - uid: 28617 + - uid: 48557 components: - type: Transform - pos: -158.5,-192.5 + pos: -175.5,-181.5 parent: 1 - - uid: 28618 + - uid: 48558 components: - type: Transform - pos: -158.5,-191.5 + pos: -175.5,-184.5 parent: 1 - - uid: 28619 + - uid: 48559 components: - type: Transform - pos: 141.5,127.5 + pos: -175.5,-180.5 parent: 1 - - uid: 28620 + - uid: 48560 components: - type: Transform - pos: 141.5,129.5 + pos: 122.5,162.5 parent: 1 - - uid: 28621 + - uid: 48561 components: - type: Transform - pos: 141.5,128.5 + pos: -178.5,-179.5 parent: 1 - - uid: 28622 + - uid: 48562 components: - type: Transform - pos: 141.5,137.5 + pos: -178.5,-176.5 parent: 1 - - uid: 28623 + - uid: 48563 components: - type: Transform - pos: 141.5,138.5 + pos: -178.5,-175.5 parent: 1 - - uid: 28624 + - uid: 48564 components: - type: Transform - pos: 141.5,139.5 + pos: -178.5,-167.5 parent: 1 - - uid: 28625 + - uid: 48565 components: - type: Transform - pos: 143.5,124.5 + pos: -178.5,-166.5 parent: 1 - - uid: 28626 + - uid: 48566 components: - type: Transform - pos: 143.5,125.5 + pos: -178.5,-165.5 parent: 1 - - uid: 28627 + - uid: 48567 components: - type: Transform - pos: 143.5,126.5 + pos: -178.5,-164.5 parent: 1 - - uid: 28628 + - uid: 48568 components: - type: Transform - pos: 143.5,127.5 + pos: -177.5,-198.5 parent: 1 - - uid: 28629 + - uid: 48569 components: - type: Transform - pos: 143.5,128.5 + pos: -177.5,-197.5 parent: 1 - - uid: 28630 + - uid: 48570 components: - type: Transform - pos: 143.5,129.5 + pos: -161.5,-159.5 parent: 1 - - uid: 28631 + - uid: 48571 components: - type: Transform - pos: 143.5,130.5 + pos: -161.5,-157.5 parent: 1 - - uid: 28632 + - uid: 48572 components: - type: Transform - pos: 143.5,131.5 + pos: -162.5,-159.5 parent: 1 - - uid: 28633 + - uid: 48573 components: - type: Transform - pos: 143.5,132.5 + pos: -162.5,-160.5 parent: 1 - - uid: 28634 + - uid: 48574 components: - type: Transform - pos: 143.5,133.5 + pos: -162.5,-162.5 parent: 1 - - uid: 28635 + - uid: 48575 components: - type: Transform - pos: 143.5,134.5 + pos: -177.5,-182.5 parent: 1 - - uid: 28636 + - uid: 48576 components: - type: Transform - pos: 143.5,135.5 + pos: -177.5,-181.5 parent: 1 - - uid: 28637 + - uid: 48577 components: - type: Transform - pos: 143.5,136.5 + pos: -176.5,-184.5 parent: 1 - - uid: 28638 + - uid: 48578 components: - type: Transform - pos: 143.5,137.5 + pos: -176.5,-182.5 parent: 1 - - uid: 28639 + - uid: 48579 components: - type: Transform - pos: 135.5,145.5 + pos: -163.5,-157.5 parent: 1 - - uid: 28640 + - uid: 48580 components: - type: Transform - pos: 134.5,145.5 + pos: -175.5,-183.5 parent: 1 - - uid: 28641 + - uid: 48581 components: - type: Transform - pos: 133.5,147.5 + pos: -175.5,-182.5 parent: 1 - - uid: 28642 + - uid: 48582 components: - type: Transform - pos: 133.5,146.5 + pos: 121.5,164.5 parent: 1 - - uid: 28643 + - uid: 48583 components: - type: Transform - pos: 133.5,145.5 + pos: -177.5,-179.5 parent: 1 - - uid: 28644 + - uid: 48584 components: - type: Transform - pos: 128.5,159.5 + pos: -177.5,-178.5 parent: 1 - - uid: 28645 + - uid: 48585 components: - type: Transform - pos: 128.5,157.5 + pos: -177.5,-177.5 parent: 1 - - uid: 28646 + - uid: 48586 components: - type: Transform - pos: 128.5,158.5 + pos: -177.5,-176.5 parent: 1 - - uid: 28647 + - uid: 48587 components: - type: Transform - pos: 142.5,128.5 + pos: -171.5,-153.5 parent: 1 - - uid: 28648 + - uid: 48588 components: - type: Transform - pos: 142.5,129.5 + pos: -186.5,-150.5 parent: 1 - - uid: 28649 + - uid: 48589 components: - type: Transform - pos: 142.5,130.5 + pos: -143.5,-166.5 parent: 1 - - uid: 28650 + - uid: 48590 components: - type: Transform - pos: 142.5,131.5 + pos: -177.5,-166.5 parent: 1 - - uid: 28651 + - uid: 48591 components: - type: Transform - pos: 142.5,132.5 + pos: -177.5,-165.5 parent: 1 - - uid: 28652 + - uid: 48592 components: - type: Transform - pos: 142.5,133.5 + pos: -177.5,-164.5 parent: 1 - - uid: 28653 + - uid: 48593 components: - type: Transform - pos: 142.5,134.5 + pos: -176.5,-198.5 parent: 1 - - uid: 28654 + - uid: 48594 components: - type: Transform - pos: 142.5,135.5 + pos: -176.5,-197.5 parent: 1 - - uid: 28655 + - uid: 48595 components: - type: Transform - pos: 142.5,136.5 + pos: -179.5,-194.5 parent: 1 - - uid: 28656 + - uid: 48596 components: - type: Transform - pos: 142.5,137.5 + pos: -179.5,-196.5 parent: 1 - - uid: 28657 + - uid: 48597 components: - type: Transform - pos: 142.5,138.5 + pos: -176.5,-193.5 parent: 1 - - uid: 28658 + - uid: 48598 components: - type: Transform - pos: 145.5,135.5 + pos: -178.5,-194.5 parent: 1 - - uid: 28659 + - uid: 48599 components: - type: Transform - pos: 146.5,135.5 + pos: -178.5,-193.5 parent: 1 - - uid: 28660 + - uid: 48600 components: - type: Transform - pos: 142.5,125.5 + pos: -176.5,-195.5 parent: 1 - - uid: 28661 + - uid: 48601 components: - type: Transform - pos: 142.5,126.5 + pos: -177.5,-194.5 parent: 1 - - uid: 28662 + - uid: 48602 components: - type: Transform - pos: 142.5,127.5 + pos: -175.5,-193.5 parent: 1 - - uid: 28663 + - uid: 48603 components: - type: Transform - pos: 145.5,136.5 + pos: -176.5,-196.5 parent: 1 - - uid: 28664 + - uid: 48604 components: - type: Transform - pos: 120.5,184.5 + pos: -176.5,-179.5 parent: 1 - - uid: 28665 + - uid: 48605 components: - type: Transform - pos: 120.5,185.5 + pos: -176.5,-178.5 parent: 1 - - uid: 28666 + - uid: 48606 components: - type: Transform - pos: 144.5,133.5 + pos: -176.5,-177.5 parent: 1 - - uid: 28667 + - uid: 48607 components: - type: Transform - pos: -183.5,-162.5 + pos: -176.5,-176.5 parent: 1 - - uid: 28668 + - uid: 48608 components: - type: Transform - pos: 122.5,141.5 + pos: -191.5,-143.5 parent: 1 - - uid: 28669 + - uid: 48609 components: - type: Transform - pos: 134.5,146.5 + pos: -198.5,-143.5 parent: 1 - - uid: 28670 + - uid: 48610 components: - type: Transform - pos: 134.5,147.5 + pos: -176.5,-166.5 parent: 1 - - uid: 28671 + - uid: 48611 components: - type: Transform - pos: -157.5,-190.5 + pos: -176.5,-165.5 parent: 1 - - uid: 28672 + - uid: 48612 components: - type: Transform - pos: -157.5,-189.5 + pos: -176.5,-164.5 parent: 1 - - uid: 28673 + - uid: 48613 components: - type: Transform - pos: -157.5,-188.5 + pos: -175.5,-198.5 parent: 1 - - uid: 28674 + - uid: 48614 components: - type: Transform - pos: -184.5,-158.5 + pos: -175.5,-197.5 parent: 1 - - uid: 28675 + - uid: 48615 components: - type: Transform - pos: -184.5,-157.5 + pos: -179.5,-195.5 parent: 1 - - uid: 28676 + - uid: 48616 components: - type: Transform - pos: 63.5,43.5 + pos: -177.5,-196.5 parent: 1 - - uid: 28677 + - uid: 48617 components: - type: Transform - pos: -157.5,-184.5 + pos: -176.5,-194.5 parent: 1 - - uid: 28678 + - uid: 48618 components: - type: Transform - pos: -157.5,-183.5 + pos: -178.5,-196.5 parent: 1 - - uid: 28679 + - uid: 48619 components: - type: Transform - pos: -157.5,-182.5 + pos: -178.5,-195.5 parent: 1 - - uid: 28680 + - uid: 48620 components: - type: Transform - pos: -157.5,-181.5 + pos: -177.5,-193.5 parent: 1 - - uid: 28681 + - uid: 48621 components: - type: Transform - pos: -157.5,-180.5 + pos: -177.5,-195.5 parent: 1 - - uid: 28682 + - uid: 48622 components: - type: Transform - pos: -157.5,-179.5 + pos: -175.5,-196.5 parent: 1 - - uid: 28683 + - uid: 48623 components: - type: Transform - pos: -157.5,-178.5 + pos: -175.5,-194.5 parent: 1 - - uid: 28684 + - uid: 48624 components: - type: Transform - pos: -157.5,-177.5 + pos: -175.5,-195.5 parent: 1 - - uid: 28685 + - uid: 48625 components: - type: Transform - pos: -157.5,-176.5 + pos: -175.5,-179.5 parent: 1 - - uid: 28686 + - uid: 48626 components: - type: Transform - pos: -157.5,-175.5 + pos: -175.5,-178.5 parent: 1 - - uid: 28687 + - uid: 48627 components: - type: Transform - pos: -157.5,-174.5 + pos: -175.5,-177.5 parent: 1 - - uid: 28688 + - uid: 48628 components: - type: Transform - pos: -157.5,-173.5 + pos: -175.5,-176.5 parent: 1 - - uid: 28689 + - uid: 48629 components: - type: Transform - pos: -157.5,-172.5 + pos: -195.5,-95.5 parent: 1 - - uid: 28690 + - uid: 48630 components: - type: Transform - pos: -157.5,-171.5 + pos: -187.5,-152.5 parent: 1 - - uid: 28691 + - uid: 48631 components: - type: Transform - pos: -157.5,-170.5 + pos: -175.5,-164.5 parent: 1 - - uid: 28692 + - uid: 48632 components: - type: Transform - pos: -157.5,-169.5 + pos: -174.5,-198.5 parent: 1 - - uid: 28693 + - uid: 48633 components: - type: Transform - pos: -157.5,-168.5 + pos: -174.5,-197.5 parent: 1 - - uid: 28694 + - uid: 48634 components: - type: Transform - pos: -157.5,-167.5 + pos: -174.5,-196.5 parent: 1 - - uid: 28695 + - uid: 48635 components: - type: Transform - pos: -157.5,-166.5 + pos: -174.5,-194.5 parent: 1 - - uid: 28696 + - uid: 48636 components: - type: Transform - pos: -157.5,-165.5 + pos: -174.5,-193.5 parent: 1 - - uid: 28697 + - uid: 48637 components: - type: Transform - pos: -157.5,-164.5 + pos: -174.5,-192.5 parent: 1 - - uid: 28698 + - uid: 48638 components: - type: Transform - pos: -156.5,-198.5 + pos: -174.5,-191.5 parent: 1 - - uid: 28699 + - uid: 48639 components: - type: Transform - pos: -156.5,-197.5 + pos: -173.5,-190.5 parent: 1 - - uid: 28700 + - uid: 48640 components: - type: Transform - pos: -156.5,-196.5 + pos: 130.5,136.5 parent: 1 - - uid: 28701 + - uid: 48641 components: - type: Transform - pos: -156.5,-195.5 + pos: 130.5,135.5 parent: 1 - - uid: 28702 + - uid: 48642 components: - type: Transform - pos: -156.5,-194.5 + pos: -176.5,-154.5 parent: 1 - - uid: 28703 + - uid: 48643 components: - type: Transform - pos: -156.5,-193.5 + pos: -174.5,-184.5 parent: 1 - - uid: 28704 + - uid: 48644 components: - type: Transform - pos: -156.5,-192.5 + pos: -174.5,-183.5 parent: 1 - - uid: 28705 + - uid: 48645 components: - type: Transform - pos: -156.5,-191.5 + pos: -174.5,-182.5 parent: 1 - - uid: 28706 + - uid: 48646 components: - type: Transform - pos: -156.5,-190.5 + pos: -174.5,-181.5 parent: 1 - - uid: 28707 + - uid: 48647 components: - type: Transform - pos: -156.5,-189.5 + pos: -174.5,-180.5 parent: 1 - - uid: 28708 + - uid: 48648 components: - type: Transform - pos: -156.5,-188.5 + pos: -174.5,-179.5 parent: 1 - - uid: 28709 + - uid: 48649 components: - type: Transform - pos: 120.5,183.5 + pos: -174.5,-178.5 parent: 1 - - uid: 28710 + - uid: 48650 components: - type: Transform - pos: 61.5,53.5 + pos: -174.5,-177.5 parent: 1 - - uid: 28711 + - uid: 48651 components: - type: Transform - pos: -153.5,-183.5 + pos: -174.5,-176.5 parent: 1 - - uid: 28712 + - uid: 48652 components: - type: Transform - pos: -156.5,-184.5 + pos: -174.5,-175.5 parent: 1 - - uid: 28713 + - uid: 48653 components: - type: Transform - pos: -156.5,-183.5 + pos: -192.5,-142.5 parent: 1 - - uid: 28714 + - uid: 48654 components: - type: Transform - pos: -156.5,-182.5 + pos: -174.5,-164.5 parent: 1 - - uid: 28716 + - uid: 48655 components: - type: Transform - pos: -156.5,-180.5 + pos: -173.5,-198.5 parent: 1 - - uid: 28717 + - uid: 48656 components: - type: Transform - pos: -156.5,-179.5 + pos: -173.5,-197.5 parent: 1 - - uid: 28718 + - uid: 48657 components: - type: Transform - pos: -156.5,-178.5 + pos: -173.5,-196.5 parent: 1 - - uid: 28719 + - uid: 48658 components: - type: Transform - pos: -156.5,-177.5 + pos: -173.5,-195.5 parent: 1 - - uid: 28720 + - uid: 48659 components: - type: Transform - pos: -156.5,-176.5 + pos: -173.5,-194.5 parent: 1 - - uid: 28721 + - uid: 48660 components: - type: Transform - pos: -156.5,-175.5 + pos: -173.5,-193.5 parent: 1 - - uid: 28722 + - uid: 48661 components: - type: Transform - pos: -156.5,-174.5 + pos: -173.5,-192.5 parent: 1 - - uid: 28723 + - uid: 48662 components: - type: Transform - pos: -156.5,-173.5 + pos: -173.5,-191.5 parent: 1 - - uid: 28724 + - uid: 48663 components: - type: Transform - pos: -156.5,-172.5 + pos: -159.5,-157.5 parent: 1 - - uid: 28725 + - uid: 48664 components: - type: Transform - pos: -156.5,-171.5 + pos: -157.5,-162.5 parent: 1 - - uid: 28726 + - uid: 48665 components: - type: Transform - pos: -156.5,-170.5 + pos: -178.5,-163.5 parent: 1 - - uid: 28727 + - uid: 48666 components: - type: Transform - pos: -156.5,-169.5 + pos: -177.5,-163.5 parent: 1 - - uid: 28728 + - uid: 48667 components: - type: Transform - pos: -156.5,-168.5 + pos: -173.5,-185.5 parent: 1 - - uid: 28729 + - uid: 48668 components: - type: Transform - pos: -156.5,-167.5 + pos: -173.5,-184.5 parent: 1 - - uid: 28730 + - uid: 48669 components: - type: Transform - pos: -156.5,-166.5 + pos: -173.5,-183.5 parent: 1 - - uid: 28731 + - uid: 48670 components: - type: Transform - pos: -156.5,-165.5 + pos: -173.5,-182.5 parent: 1 - - uid: 28732 + - uid: 48671 components: - type: Transform - pos: -156.5,-164.5 + pos: -173.5,-181.5 parent: 1 - - uid: 28733 + - uid: 48672 components: - type: Transform - pos: -155.5,-198.5 + pos: -173.5,-180.5 parent: 1 - - uid: 28735 + - uid: 48673 components: - type: Transform - pos: -155.5,-196.5 + pos: -173.5,-179.5 parent: 1 - - uid: 28736 + - uid: 48674 components: - type: Transform - pos: -155.5,-195.5 + pos: -173.5,-178.5 parent: 1 - - uid: 28737 + - uid: 48675 components: - type: Transform - pos: -155.5,-194.5 + pos: -173.5,-177.5 parent: 1 - - uid: 28738 + - uid: 48676 components: - type: Transform - pos: -155.5,-193.5 + pos: -190.5,-150.5 parent: 1 - - uid: 28739 + - uid: 48677 components: - type: Transform - pos: -155.5,-192.5 + pos: -168.5,-152.5 parent: 1 - - uid: 28740 + - uid: 48678 components: - type: Transform - pos: -155.5,-191.5 + pos: -173.5,-164.5 parent: 1 - - uid: 28741 + - uid: 48679 components: - type: Transform - pos: -155.5,-190.5 + pos: -172.5,-198.5 parent: 1 - - uid: 28742 + - uid: 48680 components: - type: Transform - pos: -155.5,-189.5 + pos: -172.5,-197.5 parent: 1 - - uid: 28743 + - uid: 48681 components: - type: Transform - pos: 153.5,134.5 + pos: -172.5,-196.5 parent: 1 - - uid: 28744 + - uid: 48682 components: - type: Transform - pos: 154.5,135.5 + pos: -172.5,-195.5 parent: 1 - - uid: 28745 + - uid: 48683 components: - type: Transform - pos: 63.5,46.5 + pos: -172.5,-194.5 parent: 1 - - uid: 28746 + - uid: 48684 components: - type: Transform - pos: -152.5,-183.5 + pos: -172.5,-193.5 parent: 1 - - uid: 28747 + - uid: 48685 components: - type: Transform - pos: -155.5,-184.5 + pos: -172.5,-192.5 parent: 1 - - uid: 28748 + - uid: 48686 components: - type: Transform - pos: -155.5,-183.5 + pos: -172.5,-191.5 parent: 1 - - uid: 28749 + - uid: 48687 components: - type: Transform - pos: -155.5,-182.5 + pos: -159.5,-156.5 parent: 1 - - uid: 28750 + - uid: 48688 components: - type: Transform - pos: -155.5,-181.5 + pos: -171.5,-157.5 parent: 1 - - uid: 28752 + - uid: 48689 components: - type: Transform - pos: -155.5,-179.5 + pos: -170.5,-186.5 parent: 1 - - uid: 28753 + - uid: 48690 components: - type: Transform - pos: -155.5,-178.5 + pos: -172.5,-185.5 parent: 1 - - uid: 28754 + - uid: 48691 components: - type: Transform - pos: -155.5,-177.5 + pos: -172.5,-184.5 parent: 1 - - uid: 28755 + - uid: 48692 components: - type: Transform - pos: -155.5,-176.5 + pos: -172.5,-183.5 parent: 1 - - uid: 28756 + - uid: 48693 components: - type: Transform - pos: -155.5,-175.5 + pos: -172.5,-182.5 parent: 1 - - uid: 28757 + - uid: 48694 components: - type: Transform - pos: -155.5,-174.5 + pos: -172.5,-181.5 parent: 1 - - uid: 28758 + - uid: 48695 components: - type: Transform - pos: -155.5,-173.5 + pos: -172.5,-180.5 parent: 1 - - uid: 28759 + - uid: 48696 components: - type: Transform - pos: -155.5,-172.5 + pos: -172.5,-179.5 parent: 1 - - uid: 28760 + - uid: 48697 components: - type: Transform - pos: -155.5,-171.5 + pos: -172.5,-178.5 parent: 1 - - uid: 28761 + - uid: 48698 components: - type: Transform - pos: -155.5,-170.5 + pos: -172.5,-177.5 parent: 1 - - uid: 28762 + - uid: 48699 components: - type: Transform - pos: -155.5,-169.5 + pos: -153.5,-182.5 parent: 1 - - uid: 28763 + - uid: 48700 components: - type: Transform - pos: -155.5,-168.5 + pos: -153.5,-181.5 parent: 1 - - uid: 28764 + - uid: 48701 components: - type: Transform - pos: -155.5,-167.5 + pos: -198.5,-142.5 parent: 1 - - uid: 28765 + - uid: 48702 components: - type: Transform - pos: -155.5,-166.5 + pos: -156.5,-156.5 parent: 1 - - uid: 28766 + - uid: 48703 components: - type: Transform - pos: -155.5,-165.5 + pos: -158.5,-157.5 parent: 1 - - uid: 28767 + - uid: 48704 components: - type: Transform - pos: -155.5,-164.5 + pos: -158.5,-159.5 parent: 1 - - uid: 28768 + - uid: 48705 components: - type: Transform - pos: -154.5,-198.5 + pos: -155.5,-155.5 parent: 1 - - uid: 28769 + - uid: 48706 components: - type: Transform - pos: -154.5,-197.5 + pos: -171.5,-165.5 parent: 1 - - uid: 28770 + - uid: 48707 components: - type: Transform - pos: -154.5,-196.5 + pos: -172.5,-164.5 parent: 1 - - uid: 28771 + - uid: 48708 components: - type: Transform - pos: -154.5,-195.5 + pos: -171.5,-198.5 parent: 1 - - uid: 28772 + - uid: 48709 components: - type: Transform - pos: -154.5,-194.5 + pos: -171.5,-197.5 parent: 1 - - uid: 28773 + - uid: 48710 components: - type: Transform - pos: -154.5,-193.5 + pos: -171.5,-196.5 parent: 1 - - uid: 28774 + - uid: 48711 components: - type: Transform - pos: -154.5,-192.5 + pos: -171.5,-195.5 parent: 1 - - uid: 28775 + - uid: 48712 components: - type: Transform - pos: -154.5,-191.5 + pos: -171.5,-194.5 parent: 1 - - uid: 28776 + - uid: 48713 components: - type: Transform - pos: -154.5,-190.5 + pos: -171.5,-192.5 parent: 1 - - uid: 28777 + - uid: 48714 components: - type: Transform - pos: -154.5,-189.5 + pos: -171.5,-191.5 parent: 1 - - uid: 28778 + - uid: 48715 components: - type: Transform - pos: 153.5,133.5 + pos: -162.5,-156.5 parent: 1 - - uid: 28779 + - uid: 48716 components: - type: Transform - pos: 66.5,59.5 + pos: -164.5,-163.5 parent: 1 - - uid: 28780 + - uid: 48717 components: - type: Transform - pos: -149.5,-183.5 + pos: 62.5,60.5 parent: 1 - - uid: 28781 + - uid: 48718 components: - type: Transform - pos: -154.5,-184.5 + pos: -171.5,-186.5 parent: 1 - - uid: 28782 + - uid: 48719 components: - type: Transform - pos: -154.5,-183.5 + pos: -171.5,-185.5 parent: 1 - - uid: 28783 + - uid: 48720 components: - type: Transform - pos: -154.5,-182.5 + pos: -171.5,-184.5 parent: 1 - - uid: 28784 + - uid: 48721 components: - type: Transform - pos: -154.5,-181.5 + pos: -171.5,-183.5 parent: 1 - - uid: 28785 + - uid: 48722 components: - type: Transform - pos: -154.5,-180.5 + pos: -171.5,-182.5 parent: 1 - - uid: 28786 + - uid: 48723 components: - type: Transform - pos: -154.5,-179.5 + pos: -171.5,-180.5 parent: 1 - - uid: 28787 + - uid: 48724 components: - type: Transform - pos: -154.5,-178.5 + pos: -171.5,-179.5 parent: 1 - - uid: 28788 + - uid: 48725 components: - type: Transform - pos: -154.5,-177.5 + pos: -171.5,-178.5 parent: 1 - - uid: 28789 + - uid: 48726 components: - type: Transform - pos: -154.5,-176.5 + pos: -171.5,-177.5 parent: 1 - - uid: 28790 + - uid: 48727 components: - type: Transform - pos: -154.5,-175.5 + pos: -171.5,-176.5 parent: 1 - - uid: 28791 + - uid: 48728 components: - type: Transform - pos: -154.5,-174.5 + pos: -184.5,-142.5 parent: 1 - - uid: 28792 + - uid: 48729 components: - type: Transform - pos: -154.5,-173.5 + pos: 64.5,59.5 parent: 1 - - uid: 28793 + - uid: 48730 components: - type: Transform - pos: -154.5,-172.5 + pos: -159.5,-163.5 parent: 1 - - uid: 28794 + - uid: 48731 components: - type: Transform - pos: -154.5,-171.5 + pos: -156.5,-160.5 parent: 1 - - uid: 28795 + - uid: 48732 components: - type: Transform - pos: -154.5,-170.5 + pos: -158.5,-156.5 parent: 1 - - uid: 28796 + - uid: 48733 components: - type: Transform - pos: -154.5,-169.5 + pos: -158.5,-154.5 parent: 1 - - uid: 28797 + - uid: 48734 components: - type: Transform - pos: -154.5,-168.5 + pos: -171.5,-164.5 parent: 1 - - uid: 28798 + - uid: 48735 components: - type: Transform - pos: -154.5,-167.5 + pos: -170.5,-198.5 parent: 1 - - uid: 28799 + - uid: 48736 components: - type: Transform - pos: -154.5,-166.5 + pos: -170.5,-197.5 parent: 1 - - uid: 28800 + - uid: 48737 components: - type: Transform - pos: -154.5,-165.5 + pos: -170.5,-196.5 parent: 1 - - uid: 28801 + - uid: 48738 components: - type: Transform - pos: -154.5,-164.5 + pos: -170.5,-195.5 parent: 1 - - uid: 28802 + - uid: 48739 components: - type: Transform - pos: 159.5,123.5 + pos: -170.5,-194.5 parent: 1 - - uid: 28803 + - uid: 48740 components: - type: Transform - pos: 159.5,122.5 + pos: -170.5,-193.5 parent: 1 - - uid: 28804 + - uid: 48741 components: - type: Transform - pos: 158.5,130.5 + pos: -170.5,-192.5 parent: 1 - - uid: 28805 + - uid: 48742 components: - type: Transform - pos: 158.5,129.5 + pos: -170.5,-191.5 parent: 1 - - uid: 28806 + - uid: 48743 components: - type: Transform - pos: 156.5,129.5 + pos: 61.5,57.5 parent: 1 - - uid: 28807 + - uid: 48744 components: - type: Transform - pos: 156.5,130.5 + pos: 51.5,35.5 parent: 1 - - uid: 28808 + - uid: 48745 components: - type: Transform - pos: 157.5,122.5 + pos: -170.5,-185.5 parent: 1 - - uid: 28809 + - uid: 48746 components: - type: Transform - pos: 157.5,123.5 + pos: -170.5,-184.5 parent: 1 - - uid: 28810 + - uid: 48747 components: - type: Transform - pos: 157.5,124.5 + pos: -170.5,-183.5 parent: 1 - - uid: 28812 + - uid: 48748 components: - type: Transform - pos: 160.5,130.5 + pos: -170.5,-182.5 parent: 1 - - uid: 28814 + - uid: 48749 components: - type: Transform - pos: 160.5,129.5 + pos: -170.5,-181.5 parent: 1 - - uid: 28815 + - uid: 48750 components: - type: Transform - pos: 159.5,129.5 + pos: -170.5,-180.5 parent: 1 - - uid: 28816 + - uid: 48751 components: - type: Transform - pos: 159.5,128.5 + pos: -170.5,-179.5 parent: 1 - - uid: 28817 + - uid: 48752 components: - type: Transform - pos: 159.5,127.5 + pos: -170.5,-178.5 parent: 1 - - uid: 28818 + - uid: 48753 components: - type: Transform - pos: 159.5,126.5 + pos: -170.5,-177.5 parent: 1 - - uid: 28819 + - uid: 48754 components: - type: Transform - pos: 159.5,125.5 + pos: -170.5,-176.5 parent: 1 - - uid: 28820 + - uid: 48755 components: - type: Transform - pos: 159.5,124.5 + pos: 48.5,35.5 parent: 1 - - uid: 28821 + - uid: 48756 components: - type: Transform - pos: 158.5,126.5 + pos: -159.5,-162.5 parent: 1 - - uid: 28823 + - uid: 48757 components: - type: Transform - pos: 157.5,128.5 + pos: -156.5,-157.5 parent: 1 - - uid: 28824 + - uid: 48758 components: - type: Transform - pos: 157.5,129.5 + pos: -156.5,-159.5 parent: 1 - - uid: 28825 + - uid: 48759 components: - type: Transform - pos: 157.5,130.5 + pos: -156.5,-158.5 parent: 1 - - uid: 28826 + - uid: 48760 components: - type: Transform - pos: 156.5,128.5 + pos: -155.5,-156.5 parent: 1 - - uid: 28828 + - uid: 48761 components: - type: Transform - pos: 144.5,192.5 + pos: -170.5,-165.5 parent: 1 - - uid: 28829 + - uid: 48762 components: - type: Transform - pos: -187.5,-158.5 + pos: -170.5,-164.5 parent: 1 - - uid: 28830 + - uid: 48763 components: - type: Transform - pos: -182.5,-159.5 + pos: -169.5,-198.5 parent: 1 - - uid: 28831 + - uid: 48764 components: - type: Transform - pos: -182.5,-158.5 + pos: -169.5,-197.5 parent: 1 - - uid: 28832 + - uid: 48765 components: - type: Transform - pos: 121.5,163.5 + pos: -169.5,-196.5 parent: 1 - - uid: 28833 + - uid: 48766 components: - type: Transform - pos: 120.5,149.5 + pos: -169.5,-194.5 parent: 1 - - uid: 28834 + - uid: 48767 components: - type: Transform - pos: 120.5,148.5 + pos: -169.5,-193.5 parent: 1 - - uid: 28835 + - uid: 48768 components: - type: Transform - pos: 120.5,151.5 + pos: -169.5,-192.5 parent: 1 - - uid: 28836 + - uid: 48769 components: - type: Transform - pos: 120.5,150.5 + pos: -169.5,-191.5 parent: 1 - - uid: 28837 + - uid: 48770 components: - type: Transform - pos: 120.5,152.5 + pos: -169.5,-190.5 parent: 1 - - uid: 28838 + - uid: 48771 components: - type: Transform - pos: 120.5,144.5 + pos: -166.5,-163.5 parent: 1 - - uid: 28839 + - uid: 48772 components: - type: Transform - pos: 120.5,143.5 + pos: -160.5,-161.5 parent: 1 - - uid: 28840 + - uid: 48773 components: - type: Transform - pos: 122.5,147.5 + pos: 141.5,126.5 parent: 1 - - uid: 28841 + - uid: 48774 components: - type: Transform - pos: 122.5,146.5 + pos: -168.5,-182.5 parent: 1 - - uid: 28843 + - uid: 48775 components: - type: Transform - pos: -159.5,-160.5 + pos: -168.5,-181.5 parent: 1 - - uid: 28844 + - uid: 48776 components: - type: Transform - pos: 130.5,131.5 + pos: -168.5,-180.5 parent: 1 - - uid: 28845 + - uid: 48777 components: - type: Transform - pos: 144.5,126.5 + pos: -168.5,-179.5 parent: 1 - - uid: 28846 + - uid: 48778 components: - type: Transform - pos: 121.5,162.5 + pos: -168.5,-178.5 parent: 1 - - uid: 28847 + - uid: 48779 components: - type: Transform - pos: -157.5,-155.5 + pos: -168.5,-176.5 parent: 1 - - uid: 28848 + - uid: 48780 components: - type: Transform - pos: -157.5,-154.5 + pos: -168.5,-175.5 parent: 1 - - uid: 28849 + - uid: 48781 components: - type: Transform - pos: -158.5,-163.5 + pos: -168.5,-174.5 parent: 1 - - uid: 28850 + - uid: 48782 components: - type: Transform - pos: -156.5,-154.5 + pos: -168.5,-173.5 parent: 1 - - uid: 28851 + - uid: 48783 components: - type: Transform - pos: -182.5,-156.5 + pos: -168.5,-172.5 parent: 1 - - uid: 28852 + - uid: 48784 components: - type: Transform - pos: -182.5,-157.5 + pos: -168.5,-171.5 parent: 1 - - uid: 28853 + - uid: 48785 components: - type: Transform - pos: -157.5,-156.5 + pos: -168.5,-170.5 parent: 1 - - uid: 28854 + - uid: 48786 components: - type: Transform - pos: -157.5,-157.5 + pos: -168.5,-169.5 parent: 1 - - uid: 28855 + - uid: 48787 components: - type: Transform - pos: -157.5,-158.5 + pos: -168.5,-168.5 parent: 1 - - uid: 28856 + - uid: 48788 components: - type: Transform - pos: -157.5,-159.5 + pos: -168.5,-167.5 parent: 1 - - uid: 28857 + - uid: 48789 components: - type: Transform - pos: -157.5,-160.5 + pos: -168.5,-166.5 parent: 1 - - uid: 28858 + - uid: 48790 components: - type: Transform - pos: -157.5,-161.5 + pos: -168.5,-165.5 parent: 1 - - uid: 28859 + - uid: 48791 components: - type: Transform - pos: 144.5,127.5 + pos: -168.5,-164.5 parent: 1 - - uid: 28860 + - uid: 48792 components: - type: Transform - pos: 144.5,132.5 + pos: -167.5,-198.5 parent: 1 - - uid: 28861 + - uid: 48793 components: - type: Transform - pos: 128.5,143.5 + pos: -167.5,-197.5 parent: 1 - - uid: 28863 + - uid: 48794 components: - type: Transform - pos: -151.5,-192.5 + pos: -167.5,-196.5 parent: 1 - - uid: 28864 + - uid: 48795 components: - type: Transform - pos: 122.5,161.5 + pos: -167.5,-195.5 parent: 1 - - uid: 28865 + - uid: 48796 components: - type: Transform - pos: 120.5,188.5 + pos: -167.5,-194.5 parent: 1 - - uid: 28866 + - uid: 48797 components: - type: Transform - pos: 122.5,167.5 + pos: -167.5,-193.5 parent: 1 - - uid: 28867 + - uid: 48798 components: - type: Transform - pos: 144.5,137.5 + pos: -167.5,-192.5 parent: 1 - - uid: 28868 + - uid: 48799 components: - type: Transform - pos: 155.5,127.5 + pos: -167.5,-191.5 parent: 1 - - uid: 28869 + - uid: 48800 components: - type: Transform - pos: 155.5,128.5 + pos: -167.5,-190.5 parent: 1 - - uid: 28870 + - uid: 48801 components: - type: Transform - pos: 155.5,129.5 + pos: -167.5,-189.5 parent: 1 - - uid: 28871 + - uid: 48802 components: - type: Transform - pos: 155.5,130.5 + pos: -167.5,-188.5 parent: 1 - - uid: 28873 + - uid: 48803 components: - type: Transform - pos: 156.5,124.5 + pos: -167.5,-187.5 parent: 1 - - uid: 28874 + - uid: 48804 components: - type: Transform - pos: 156.5,123.5 + pos: -184.5,-160.5 parent: 1 - - uid: 28875 + - uid: 48805 components: - type: Transform - pos: 155.5,126.5 + pos: 128.5,156.5 parent: 1 - - uid: 28876 + - uid: 48806 components: - type: Transform - pos: 155.5,125.5 + pos: -164.5,-162.5 parent: 1 - - uid: 28877 + - uid: 48807 components: - type: Transform - pos: 130.5,175.5 + pos: -167.5,-183.5 parent: 1 - - uid: 28878 + - uid: 48808 components: - type: Transform - pos: -184.5,-163.5 + pos: -167.5,-182.5 parent: 1 - - uid: 28879 + - uid: 48809 components: - type: Transform - pos: 154.5,126.5 + pos: -167.5,-181.5 parent: 1 - - uid: 28880 + - uid: 48810 components: - type: Transform - pos: 154.5,125.5 + pos: -167.5,-180.5 parent: 1 - - uid: 28881 + - uid: 48811 components: - type: Transform - pos: 154.5,129.5 + pos: -167.5,-179.5 parent: 1 - - uid: 28882 + - uid: 48812 components: - type: Transform - pos: 154.5,128.5 + pos: -167.5,-178.5 parent: 1 - - uid: 28883 + - uid: 48813 components: - type: Transform - pos: 132.5,147.5 + pos: -167.5,-177.5 parent: 1 - - uid: 28884 + - uid: 48814 components: - type: Transform - pos: 141.5,140.5 + pos: -167.5,-176.5 parent: 1 - - uid: 28885 + - uid: 48815 components: - type: Transform - pos: 154.5,127.5 + pos: -167.5,-175.5 parent: 1 - - uid: 28886 + - uid: 48816 components: - type: Transform - pos: 135.5,146.5 + pos: -167.5,-174.5 parent: 1 - - uid: 28887 + - uid: 48817 components: - type: Transform - pos: -162.5,-158.5 + pos: -167.5,-173.5 parent: 1 - - uid: 28888 + - uid: 48818 components: - type: Transform - pos: -162.5,-157.5 + pos: -167.5,-172.5 parent: 1 - - uid: 28889 + - uid: 48819 components: - type: Transform - pos: 158.5,125.5 + pos: -167.5,-171.5 parent: 1 - - uid: 28890 + - uid: 48820 components: - type: Transform - pos: 120.5,147.5 + pos: -167.5,-170.5 parent: 1 - - uid: 28891 + - uid: 48821 components: - type: Transform - pos: 120.5,146.5 + pos: -167.5,-169.5 parent: 1 - - uid: 28892 + - uid: 48822 components: - type: Transform - pos: -154.5,-162.5 + pos: -167.5,-168.5 parent: 1 - - uid: 28893 + - uid: 48823 components: - type: Transform - pos: -182.5,-192.5 + pos: -167.5,-167.5 parent: 1 - - uid: 28894 + - uid: 48824 components: - type: Transform - pos: -181.5,-192.5 + pos: -167.5,-166.5 parent: 1 - - uid: 28895 + - uid: 48825 components: - type: Transform - pos: -180.5,-192.5 + pos: -167.5,-165.5 parent: 1 - - uid: 28896 + - uid: 48826 components: - type: Transform - pos: 132.5,186.5 + pos: -167.5,-164.5 parent: 1 - - uid: 28897 + - uid: 48827 components: - type: Transform - pos: 133.5,186.5 + pos: -166.5,-198.5 parent: 1 - - uid: 28898 + - uid: 48828 components: - type: Transform - pos: 130.5,173.5 + pos: -166.5,-197.5 parent: 1 - - uid: 28899 + - uid: 48829 components: - type: Transform - pos: 130.5,174.5 + pos: -166.5,-196.5 parent: 1 - - uid: 28900 + - uid: 48830 components: - type: Transform - pos: 144.5,134.5 + pos: -166.5,-195.5 parent: 1 - - uid: 28901 + - uid: 48831 components: - type: Transform - pos: 127.5,133.5 + pos: -166.5,-194.5 parent: 1 - - uid: 28902 + - uid: 48832 components: - type: Transform - pos: 127.5,136.5 + pos: -166.5,-193.5 parent: 1 - - uid: 28903 + - uid: 48833 components: - type: Transform - pos: 127.5,137.5 + pos: -166.5,-192.5 parent: 1 - - uid: 28904 + - uid: 48834 components: - type: Transform - pos: 127.5,134.5 + pos: -166.5,-191.5 parent: 1 - - uid: 28905 + - uid: 48835 components: - type: Transform - pos: 129.5,133.5 + pos: -166.5,-190.5 parent: 1 - - uid: 28906 + - uid: 48836 components: - type: Transform - pos: 121.5,168.5 + pos: -166.5,-189.5 parent: 1 - - uid: 28907 + - uid: 48837 components: - type: Transform - pos: 132.5,185.5 + pos: -166.5,-188.5 parent: 1 - - uid: 28908 + - uid: 48838 components: - type: Transform - pos: -196.5,-143.5 + pos: -166.5,-187.5 parent: 1 - - uid: 28909 + - uid: 48839 components: - type: Transform - pos: -158.5,-160.5 + pos: -166.5,-186.5 parent: 1 - - uid: 28910 + - uid: 48840 components: - type: Transform - pos: 131.5,186.5 + pos: 128.5,155.5 parent: 1 - - uid: 28911 + - uid: 48841 components: - type: Transform - pos: 130.5,186.5 + pos: -164.5,-161.5 parent: 1 - - uid: 28912 + - uid: 48842 components: - type: Transform - pos: -163.5,-162.5 + pos: -164.5,-160.5 parent: 1 - - uid: 28913 + - uid: 48843 components: - type: Transform - pos: 130.5,185.5 + pos: -166.5,-182.5 parent: 1 - - uid: 28914 + - uid: 48844 components: - type: Transform - pos: 130.5,184.5 + pos: -166.5,-181.5 parent: 1 - - uid: 28915 + - uid: 48845 components: - type: Transform - pos: 130.5,183.5 + pos: -166.5,-180.5 parent: 1 - - uid: 28916 + - uid: 48846 components: - type: Transform - pos: 131.5,184.5 + pos: -166.5,-179.5 parent: 1 - - uid: 28917 + - uid: 48847 components: - type: Transform - pos: 131.5,185.5 + pos: -166.5,-178.5 parent: 1 - - uid: 28918 + - uid: 48848 components: - type: Transform - pos: -165.5,-154.5 + pos: -166.5,-177.5 parent: 1 - - uid: 28919 + - uid: 48849 components: - type: Transform - pos: -157.5,-163.5 + pos: -166.5,-176.5 parent: 1 - - uid: 28920 + - uid: 48850 components: - type: Transform - pos: -156.5,-155.5 + pos: -166.5,-175.5 parent: 1 - - uid: 28921 + - uid: 48851 components: - type: Transform - pos: 143.5,138.5 + pos: -166.5,-174.5 parent: 1 - - uid: 28922 + - uid: 48852 components: - type: Transform - pos: -173.5,-156.5 + pos: -166.5,-173.5 parent: 1 - - uid: 28923 + - uid: 48853 components: - type: Transform - pos: 134.5,186.5 + pos: -166.5,-172.5 parent: 1 - - uid: 28924 + - uid: 48854 components: - type: Transform - pos: 130.5,178.5 + pos: -166.5,-171.5 parent: 1 - - uid: 28925 + - uid: 48855 components: - type: Transform - pos: 130.5,179.5 + pos: -166.5,-170.5 parent: 1 - - uid: 28926 + - uid: 48856 components: - type: Transform - pos: 154.5,124.5 + pos: -166.5,-169.5 parent: 1 - - uid: 28927 + - uid: 48857 components: - type: Transform - pos: 154.5,123.5 + pos: -166.5,-168.5 parent: 1 - - uid: 28928 + - uid: 48858 components: - type: Transform - pos: 154.5,122.5 + pos: -166.5,-167.5 parent: 1 - - uid: 28929 + - uid: 48859 components: - type: Transform - pos: 160.5,121.5 + pos: -166.5,-166.5 parent: 1 - - uid: 28931 + - uid: 48860 components: - type: Transform - pos: 154.5,134.5 + pos: -166.5,-165.5 parent: 1 - - uid: 28932 + - uid: 48861 components: - type: Transform - pos: 154.5,133.5 + pos: -166.5,-164.5 parent: 1 - - uid: 28933 + - uid: 48862 components: - type: Transform - pos: -159.5,-159.5 + pos: -165.5,-198.5 parent: 1 - - uid: 28934 + - uid: 48863 components: - type: Transform - pos: -159.5,-158.5 + pos: -165.5,-197.5 parent: 1 - - uid: 28935 + - uid: 48864 components: - type: Transform - pos: 153.5,132.5 + pos: -165.5,-196.5 parent: 1 - - uid: 28936 + - uid: 48865 components: - type: Transform - pos: 152.5,134.5 + pos: -165.5,-195.5 parent: 1 - - uid: 28937 + - uid: 48866 components: - type: Transform - pos: 153.5,123.5 + pos: -165.5,-194.5 parent: 1 - - uid: 28938 + - uid: 48867 components: - type: Transform - pos: 153.5,124.5 + pos: -165.5,-193.5 parent: 1 - - uid: 28939 + - uid: 48868 components: - type: Transform - pos: 153.5,125.5 + pos: -165.5,-192.5 parent: 1 - - uid: 28940 + - uid: 48869 components: - type: Transform - pos: 153.5,126.5 + pos: -165.5,-191.5 parent: 1 - - uid: 28941 + - uid: 48870 components: - type: Transform - pos: 153.5,127.5 + pos: -165.5,-190.5 parent: 1 - - uid: 28942 + - uid: 48871 components: - type: Transform - pos: 153.5,128.5 + pos: -165.5,-189.5 parent: 1 - - uid: 28943 + - uid: 48872 components: - type: Transform - pos: 153.5,129.5 + pos: -165.5,-188.5 parent: 1 - - uid: 28944 + - uid: 48873 components: - type: Transform - pos: 153.5,130.5 + pos: -165.5,-187.5 parent: 1 - - uid: 28945 + - uid: 48874 components: - type: Transform - pos: 153.5,131.5 + pos: -165.5,-186.5 parent: 1 - - uid: 28946 + - uid: 48875 components: - type: Transform - pos: 144.5,128.5 + pos: 128.5,152.5 parent: 1 - - uid: 28947 + - uid: 48876 components: - type: Transform - pos: 144.5,129.5 + pos: 48.5,55.5 parent: 1 - - uid: 28948 + - uid: 48877 components: - type: Transform - pos: 144.5,130.5 + pos: -171.5,-160.5 parent: 1 - - uid: 28949 + - uid: 48878 components: - type: Transform - pos: 144.5,131.5 + pos: -165.5,-181.5 parent: 1 - - uid: 28950 + - uid: 48879 components: - type: Transform - pos: 152.5,133.5 + pos: -165.5,-180.5 parent: 1 - - uid: 28951 + - uid: 48880 components: - type: Transform - pos: 144.5,135.5 + pos: -165.5,-179.5 parent: 1 - - uid: 28952 + - uid: 48881 components: - type: Transform - pos: 144.5,136.5 + pos: -165.5,-178.5 parent: 1 - - uid: 28953 + - uid: 48882 components: - type: Transform - pos: 152.5,132.5 + pos: -165.5,-177.5 parent: 1 - - uid: 28954 + - uid: 48883 components: - type: Transform - pos: 144.5,124.5 + pos: -165.5,-176.5 parent: 1 - - uid: 28955 + - uid: 48884 components: - type: Transform - pos: 144.5,125.5 + pos: -165.5,-175.5 parent: 1 - - uid: 28956 + - uid: 48885 components: - type: Transform - pos: 130.5,130.5 + pos: -165.5,-174.5 parent: 1 - - uid: 28957 + - uid: 48886 components: - type: Transform - pos: -152.5,-193.5 + pos: -165.5,-173.5 parent: 1 - - uid: 28958 + - uid: 48887 components: - type: Transform - pos: -152.5,-192.5 + pos: -165.5,-172.5 parent: 1 - - uid: 28959 + - uid: 48888 components: - type: Transform - pos: -152.5,-191.5 + pos: -165.5,-171.5 parent: 1 - - uid: 28960 + - uid: 48889 components: - type: Transform - pos: -152.5,-190.5 + pos: -165.5,-170.5 parent: 1 - - uid: 28961 + - uid: 48890 components: - type: Transform - pos: -153.5,-193.5 + pos: -165.5,-169.5 parent: 1 - - uid: 28962 + - uid: 48891 components: - type: Transform - pos: -153.5,-192.5 + pos: -165.5,-168.5 parent: 1 - - uid: 28963 + - uid: 48892 components: - type: Transform - pos: -153.5,-191.5 + pos: -165.5,-167.5 parent: 1 - - uid: 28964 + - uid: 48893 components: - type: Transform - pos: -153.5,-190.5 + pos: -165.5,-166.5 parent: 1 - - uid: 28965 + - uid: 48894 components: - type: Transform - pos: 128.5,142.5 + pos: -165.5,-165.5 parent: 1 - - uid: 28966 + - uid: 48895 components: - type: Transform - pos: 128.5,141.5 + pos: -165.5,-164.5 parent: 1 - - uid: 28967 + - uid: 48896 components: - type: Transform - pos: 128.5,140.5 + pos: -164.5,-198.5 parent: 1 - - uid: 28968 + - uid: 48897 components: - type: Transform - pos: 128.5,139.5 + pos: -164.5,-197.5 parent: 1 - - uid: 28969 + - uid: 48898 components: - type: Transform - pos: 128.5,138.5 + pos: -164.5,-196.5 parent: 1 - - uid: 28973 + - uid: 48899 components: - type: Transform - pos: 128.5,134.5 + pos: -164.5,-195.5 parent: 1 - - uid: 28974 + - uid: 48900 components: - type: Transform - pos: 128.5,133.5 + pos: -164.5,-194.5 parent: 1 - - uid: 28975 + - uid: 48901 components: - type: Transform - pos: 128.5,132.5 + pos: -164.5,-193.5 parent: 1 - - uid: 28976 + - uid: 48902 components: - type: Transform - pos: 129.5,144.5 + pos: -164.5,-192.5 parent: 1 - - uid: 28977 + - uid: 48903 components: - type: Transform - pos: 129.5,143.5 + pos: -164.5,-191.5 parent: 1 - - uid: 28978 + - uid: 48904 components: - type: Transform - pos: 129.5,142.5 + pos: -164.5,-190.5 parent: 1 - - uid: 28979 + - uid: 48905 components: - type: Transform - pos: 129.5,141.5 + pos: -164.5,-189.5 parent: 1 - - uid: 28980 + - uid: 48906 components: - type: Transform - pos: 129.5,140.5 + pos: -164.5,-187.5 parent: 1 - - uid: 28981 + - uid: 48907 components: - type: Transform - pos: 129.5,139.5 + pos: -164.5,-186.5 parent: 1 - - uid: 28982 + - uid: 48908 components: - type: Transform - pos: 129.5,138.5 + pos: 128.5,153.5 parent: 1 - - uid: 28983 + - uid: 48909 components: - type: Transform - pos: 129.5,137.5 + pos: 62.5,47.5 parent: 1 - - uid: 28984 + - uid: 48910 components: - type: Transform - pos: 129.5,136.5 + pos: -154.5,-159.5 parent: 1 - - uid: 28986 + - uid: 48911 components: - type: Transform - pos: -166.5,-160.5 + pos: -171.5,-159.5 parent: 1 - - uid: 28987 + - uid: 48912 components: - type: Transform - pos: 130.5,144.5 + pos: -164.5,-181.5 parent: 1 - - uid: 28988 + - uid: 48913 components: - type: Transform - pos: 130.5,143.5 + pos: -164.5,-180.5 parent: 1 - - uid: 28989 + - uid: 48914 components: - type: Transform - pos: 130.5,142.5 + pos: -164.5,-179.5 parent: 1 - - uid: 28990 + - uid: 48915 components: - type: Transform - pos: 130.5,141.5 + pos: -164.5,-178.5 parent: 1 - - uid: 28991 + - uid: 48916 components: - type: Transform - pos: 130.5,140.5 + pos: -164.5,-177.5 parent: 1 - - uid: 28992 + - uid: 48917 components: - type: Transform - pos: 152.5,131.5 + pos: -164.5,-176.5 parent: 1 - - uid: 28993 + - uid: 48918 components: - type: Transform - pos: 152.5,130.5 + pos: -164.5,-175.5 parent: 1 - - uid: 28994 + - uid: 48919 components: - type: Transform - pos: 152.5,129.5 + pos: -164.5,-174.5 parent: 1 - - uid: 28995 + - uid: 48920 components: - type: Transform - pos: 152.5,128.5 + pos: -164.5,-173.5 parent: 1 - - uid: 28996 + - uid: 48921 components: - type: Transform - pos: 152.5,127.5 + pos: -164.5,-172.5 parent: 1 - - uid: 28997 + - uid: 48922 components: - type: Transform - pos: 152.5,126.5 + pos: -164.5,-171.5 parent: 1 - - uid: 28998 + - uid: 48923 components: - type: Transform - pos: 152.5,125.5 + pos: -164.5,-170.5 parent: 1 - - uid: 28999 + - uid: 48924 components: - type: Transform - pos: 152.5,124.5 + pos: -164.5,-169.5 parent: 1 - - uid: 29000 + - uid: 48925 components: - type: Transform - pos: 152.5,123.5 + pos: -164.5,-168.5 parent: 1 - - uid: 29001 + - uid: 48926 components: - type: Transform - pos: 151.5,134.5 + pos: -164.5,-167.5 parent: 1 - - uid: 29002 + - uid: 48927 components: - type: Transform - pos: 151.5,133.5 + pos: -164.5,-166.5 parent: 1 - - uid: 29003 + - uid: 48928 components: - type: Transform - pos: 151.5,132.5 + pos: -164.5,-165.5 parent: 1 - - uid: 29004 + - uid: 48929 components: - type: Transform - pos: 151.5,131.5 + pos: -164.5,-164.5 parent: 1 - - uid: 29005 + - uid: 48930 components: - type: Transform - pos: 151.5,130.5 + pos: -163.5,-198.5 parent: 1 - - uid: 29006 + - uid: 48931 components: - type: Transform - pos: 151.5,129.5 + pos: -163.5,-197.5 parent: 1 - - uid: 29007 + - uid: 48932 components: - type: Transform - pos: 151.5,128.5 + pos: -163.5,-196.5 parent: 1 - - uid: 29008 + - uid: 48933 components: - type: Transform - pos: 151.5,127.5 + pos: -163.5,-195.5 parent: 1 - - uid: 29009 + - uid: 48934 components: - type: Transform - pos: 151.5,126.5 + pos: -163.5,-194.5 parent: 1 - - uid: 29010 + - uid: 48935 components: - type: Transform - pos: 151.5,125.5 + pos: -163.5,-193.5 parent: 1 - - uid: 29011 + - uid: 48936 components: - type: Transform - pos: 151.5,124.5 + pos: -163.5,-192.5 parent: 1 - - uid: 29012 + - uid: 48937 components: - type: Transform - pos: 151.5,123.5 + pos: -163.5,-191.5 parent: 1 - - uid: 29013 + - uid: 48938 components: - type: Transform - pos: 150.5,134.5 + pos: -163.5,-190.5 parent: 1 - - uid: 29014 + - uid: 48939 components: - type: Transform - pos: 150.5,133.5 + pos: -163.5,-189.5 parent: 1 - - uid: 29016 + - uid: 48940 components: - type: Transform - pos: 150.5,131.5 + pos: -163.5,-188.5 parent: 1 - - uid: 29017 + - uid: 48941 components: - type: Transform - pos: 150.5,130.5 + pos: -163.5,-187.5 parent: 1 - - uid: 29018 + - uid: 48942 components: - type: Transform - pos: 150.5,129.5 + pos: -163.5,-186.5 parent: 1 - - uid: 29019 + - uid: 48943 components: - type: Transform - pos: 150.5,128.5 + pos: 128.5,154.5 parent: 1 - - uid: 29020 + - uid: 48944 components: - type: Transform - pos: 150.5,127.5 + pos: 48.5,48.5 parent: 1 - - uid: 29021 + - uid: 48945 components: - type: Transform - pos: 150.5,126.5 + pos: 35.5,72.5 parent: 1 - - uid: 29022 + - uid: 48946 components: - type: Transform - pos: 150.5,125.5 + pos: -154.5,-160.5 parent: 1 - - uid: 29023 + - uid: 48947 components: - type: Transform - pos: 150.5,124.5 + pos: -163.5,-181.5 parent: 1 - - uid: 29024 + - uid: 48948 components: - type: Transform - pos: 150.5,123.5 + pos: -163.5,-180.5 parent: 1 - - uid: 29025 + - uid: 48949 components: - type: Transform - pos: 149.5,134.5 + pos: -163.5,-179.5 parent: 1 - - uid: 29026 + - uid: 48950 components: - type: Transform - pos: 149.5,133.5 + pos: -163.5,-178.5 parent: 1 - - uid: 29027 + - uid: 48951 components: - type: Transform - pos: 149.5,132.5 + pos: -163.5,-177.5 parent: 1 - - uid: 29029 + - uid: 48952 components: - type: Transform - pos: 149.5,130.5 + pos: -163.5,-176.5 parent: 1 - - uid: 29030 + - uid: 48953 components: - type: Transform - pos: 149.5,129.5 + pos: -163.5,-175.5 parent: 1 - - uid: 29031 + - uid: 48954 components: - type: Transform - pos: 149.5,128.5 + pos: -163.5,-174.5 parent: 1 - - uid: 29032 + - uid: 48955 components: - type: Transform - pos: 149.5,127.5 + pos: -163.5,-173.5 parent: 1 - - uid: 29034 + - uid: 48956 components: - type: Transform - pos: 149.5,125.5 + pos: -163.5,-172.5 parent: 1 - - uid: 29035 + - uid: 48957 components: - type: Transform - pos: 149.5,124.5 + pos: -163.5,-171.5 parent: 1 - - uid: 29036 + - uid: 48958 components: - type: Transform - pos: 149.5,123.5 + pos: -163.5,-170.5 parent: 1 - - uid: 29037 + - uid: 48959 components: - type: Transform - pos: 148.5,134.5 + pos: -163.5,-169.5 parent: 1 - - uid: 29038 + - uid: 48960 components: - type: Transform - pos: 148.5,133.5 + pos: -163.5,-168.5 parent: 1 - - uid: 29039 + - uid: 48961 components: - type: Transform - pos: 148.5,132.5 + pos: -163.5,-167.5 parent: 1 - - uid: 29044 + - uid: 48962 components: - type: Transform - pos: 148.5,127.5 + pos: -163.5,-166.5 parent: 1 - - uid: 29045 + - uid: 48963 components: - type: Transform - pos: 148.5,126.5 + pos: -163.5,-165.5 parent: 1 - - uid: 29046 + - uid: 48964 components: - type: Transform - pos: 148.5,125.5 + pos: -163.5,-164.5 parent: 1 - - uid: 29047 + - uid: 48965 components: - type: Transform - pos: 148.5,124.5 + pos: -162.5,-198.5 parent: 1 - - uid: 29048 + - uid: 48966 components: - type: Transform - pos: 148.5,123.5 + pos: -162.5,-197.5 parent: 1 - - uid: 29049 + - uid: 48967 components: - type: Transform - pos: 147.5,134.5 + pos: -162.5,-196.5 parent: 1 - - uid: 29050 + - uid: 48968 components: - type: Transform - pos: 147.5,133.5 + pos: -162.5,-195.5 parent: 1 - - uid: 29051 + - uid: 48969 components: - type: Transform - pos: 147.5,132.5 + pos: -162.5,-194.5 parent: 1 - - uid: 29052 + - uid: 48970 components: - type: Transform - pos: 147.5,131.5 + pos: -162.5,-193.5 parent: 1 - - uid: 29053 + - uid: 48971 components: - type: Transform - pos: 147.5,130.5 + pos: -162.5,-192.5 parent: 1 - - uid: 29054 + - uid: 48972 components: - type: Transform - pos: 147.5,129.5 + pos: -162.5,-191.5 parent: 1 - - uid: 29055 + - uid: 48973 components: - type: Transform - pos: 147.5,128.5 + pos: -162.5,-190.5 parent: 1 - - uid: 29057 + - uid: 48974 components: - type: Transform - pos: 147.5,126.5 + pos: -162.5,-189.5 parent: 1 - - uid: 29058 + - uid: 48975 components: - type: Transform - pos: 147.5,125.5 + pos: -162.5,-188.5 parent: 1 - - uid: 29059 + - uid: 48976 components: - type: Transform - pos: 147.5,124.5 + pos: -162.5,-187.5 parent: 1 - - uid: 29060 + - uid: 48977 components: - type: Transform - pos: 147.5,123.5 + pos: 128.5,151.5 parent: 1 - - uid: 29061 + - uid: 48978 components: - type: Transform - pos: 146.5,134.5 + pos: 128.5,150.5 parent: 1 - - uid: 29062 + - uid: 48979 components: - type: Transform - pos: 146.5,133.5 + pos: -178.5,-156.5 parent: 1 - - uid: 29063 + - uid: 48980 components: - type: Transform - pos: 146.5,132.5 + pos: 53.5,61.5 parent: 1 - - uid: 29064 + - uid: 48981 components: - type: Transform - pos: 146.5,131.5 + pos: -162.5,-181.5 parent: 1 - - uid: 29065 + - uid: 48982 components: - type: Transform - pos: 146.5,130.5 + pos: -162.5,-180.5 parent: 1 - - uid: 29066 + - uid: 48983 components: - type: Transform - pos: 146.5,129.5 + pos: -162.5,-179.5 parent: 1 - - uid: 29067 + - uid: 48984 components: - type: Transform - pos: 146.5,128.5 + pos: -162.5,-178.5 parent: 1 - - uid: 29068 + - uid: 48985 components: - type: Transform - pos: 146.5,127.5 + pos: -162.5,-177.5 parent: 1 - - uid: 29069 + - uid: 48986 components: - type: Transform - pos: 146.5,126.5 + pos: -162.5,-176.5 parent: 1 - - uid: 29070 + - uid: 48987 components: - type: Transform - pos: 146.5,125.5 + pos: -162.5,-175.5 parent: 1 - - uid: 29071 + - uid: 48988 components: - type: Transform - pos: 146.5,124.5 + pos: -162.5,-174.5 parent: 1 - - uid: 29072 + - uid: 48989 components: - type: Transform - pos: 146.5,123.5 + pos: -162.5,-173.5 parent: 1 - - uid: 29073 + - uid: 48990 components: - type: Transform - pos: 145.5,134.5 + pos: -162.5,-172.5 parent: 1 - - uid: 29074 + - uid: 48991 components: - type: Transform - pos: 145.5,133.5 + pos: -162.5,-171.5 parent: 1 - - uid: 29075 + - uid: 48992 components: - type: Transform - pos: 145.5,132.5 + pos: -162.5,-170.5 parent: 1 - - uid: 29076 + - uid: 48993 components: - type: Transform - pos: 145.5,131.5 + pos: -162.5,-169.5 parent: 1 - - uid: 29077 + - uid: 48994 components: - type: Transform - pos: 145.5,130.5 + pos: -162.5,-168.5 parent: 1 - - uid: 29078 + - uid: 48995 components: - type: Transform - pos: 145.5,129.5 + pos: -162.5,-167.5 parent: 1 - - uid: 29079 + - uid: 48996 components: - type: Transform - pos: 145.5,128.5 + pos: -162.5,-166.5 parent: 1 - - uid: 29080 + - uid: 48997 components: - type: Transform - pos: 145.5,127.5 + pos: -162.5,-165.5 parent: 1 - - uid: 29081 + - uid: 48998 components: - type: Transform - pos: 145.5,126.5 + pos: -162.5,-164.5 parent: 1 - - uid: 29082 + - uid: 48999 components: - type: Transform - pos: 145.5,125.5 + pos: -161.5,-198.5 parent: 1 - - uid: 29083 + - uid: 49000 components: - type: Transform - pos: 145.5,124.5 + pos: -161.5,-197.5 parent: 1 - - uid: 29084 + - uid: 49001 components: - type: Transform - pos: 145.5,123.5 + pos: -161.5,-196.5 parent: 1 - - uid: 29085 + - uid: 49002 components: - type: Transform - pos: 155.5,134.5 + pos: -161.5,-195.5 parent: 1 - - uid: 29086 + - uid: 49003 components: - type: Transform - pos: 154.5,131.5 + pos: -161.5,-194.5 parent: 1 - - uid: 29087 + - uid: 49004 components: - type: Transform - pos: 154.5,132.5 + pos: -161.5,-193.5 parent: 1 - - uid: 29088 + - uid: 49005 components: - type: Transform - pos: 155.5,131.5 + pos: -161.5,-192.5 parent: 1 - - uid: 29089 + - uid: 49006 components: - type: Transform - pos: 122.5,139.5 + pos: -161.5,-191.5 parent: 1 - - uid: 29090 + - uid: 49007 components: - type: Transform - pos: 122.5,142.5 + pos: -161.5,-190.5 parent: 1 - - uid: 29091 + - uid: 49008 components: - type: Transform - pos: 122.5,166.5 + pos: -161.5,-189.5 parent: 1 - - uid: 29092 + - uid: 49009 components: - type: Transform - pos: 120.5,187.5 + pos: -161.5,-188.5 parent: 1 - - uid: 29093 + - uid: 49010 components: - type: Transform - pos: 120.5,171.5 + pos: -161.5,-187.5 parent: 1 - - uid: 29094 + - uid: 49011 components: - type: Transform - pos: 140.5,126.5 + pos: -161.5,-186.5 parent: 1 - - uid: 29095 + - uid: 49012 components: - type: Transform - pos: 140.5,127.5 + pos: 122.5,140.5 parent: 1 - - uid: 29096 + - uid: 49013 components: - type: Transform - pos: 140.5,128.5 + pos: -179.5,-155.5 parent: 1 - - uid: 29097 + - uid: 49014 components: - type: Transform - pos: 140.5,129.5 + pos: -178.5,-155.5 parent: 1 - - uid: 29098 + - uid: 49015 components: - type: Transform - pos: 140.5,130.5 + pos: -163.5,-160.5 parent: 1 - - uid: 29099 + - uid: 49016 components: - type: Transform - pos: 140.5,131.5 + pos: -161.5,-180.5 parent: 1 - - uid: 29100 + - uid: 49017 components: - type: Transform - pos: 140.5,132.5 + pos: -161.5,-179.5 parent: 1 - - uid: 29104 + - uid: 49018 components: - type: Transform - pos: 122.5,145.5 + pos: -161.5,-178.5 parent: 1 - - uid: 29105 + - uid: 49019 components: - type: Transform - pos: 122.5,144.5 + pos: -161.5,-177.5 parent: 1 - - uid: 29106 + - uid: 49020 components: - type: Transform - pos: 120.5,145.5 + pos: -161.5,-176.5 parent: 1 - - uid: 29107 + - uid: 49021 components: - type: Transform - pos: 122.5,148.5 + pos: -161.5,-175.5 parent: 1 - - uid: 29108 + - uid: 49022 components: - type: Transform - pos: 121.5,142.5 + pos: -161.5,-174.5 parent: 1 - - uid: 29109 + - uid: 49023 components: - type: Transform - pos: 121.5,141.5 + pos: -161.5,-173.5 parent: 1 - - uid: 29110 + - uid: 49024 components: - type: Transform - pos: 122.5,151.5 + pos: -161.5,-172.5 parent: 1 - - uid: 29111 + - uid: 49025 components: - type: Transform - pos: 122.5,150.5 + pos: -161.5,-171.5 parent: 1 - - uid: 29112 + - uid: 49026 components: - type: Transform - pos: 122.5,149.5 + pos: -161.5,-170.5 parent: 1 - - uid: 29113 + - uid: 49027 components: - type: Transform - pos: 121.5,150.5 + pos: -161.5,-169.5 parent: 1 - - uid: 29114 + - uid: 49028 components: - type: Transform - pos: 121.5,149.5 + pos: -161.5,-168.5 parent: 1 - - uid: 29115 + - uid: 49029 components: - type: Transform - pos: 121.5,148.5 + pos: -161.5,-167.5 parent: 1 - - uid: 29116 + - uid: 49030 components: - type: Transform - pos: 121.5,147.5 + pos: -161.5,-166.5 parent: 1 - - uid: 29117 + - uid: 49031 components: - type: Transform - pos: 121.5,146.5 + pos: -161.5,-164.5 parent: 1 - - uid: 29118 + - uid: 49032 components: - type: Transform - pos: 121.5,145.5 + pos: -160.5,-198.5 parent: 1 - - uid: 29119 + - uid: 49033 components: - type: Transform - pos: 121.5,144.5 + pos: -160.5,-197.5 parent: 1 - - uid: 29120 + - uid: 49034 components: - type: Transform - pos: 121.5,143.5 + pos: -160.5,-196.5 parent: 1 - - uid: 29121 + - uid: 49035 components: - type: Transform - pos: 119.5,152.5 + pos: -160.5,-195.5 parent: 1 - - uid: 29122 + - uid: 49036 components: - type: Transform - pos: 119.5,151.5 + pos: -160.5,-194.5 parent: 1 - - uid: 29123 + - uid: 49037 components: - type: Transform - pos: 119.5,150.5 + pos: -160.5,-193.5 parent: 1 - - uid: 29124 + - uid: 49038 components: - type: Transform - pos: 130.5,155.5 + pos: -160.5,-192.5 parent: 1 - - uid: 29125 + - uid: 49039 components: - type: Transform - pos: 130.5,156.5 + pos: -160.5,-191.5 parent: 1 - - uid: 29126 + - uid: 49040 components: - type: Transform - pos: 130.5,152.5 + pos: -160.5,-190.5 parent: 1 - - uid: 29127 + - uid: 49041 components: - type: Transform - pos: 130.5,150.5 + pos: -160.5,-189.5 parent: 1 - - uid: 29128 + - uid: 49042 components: - type: Transform - pos: 130.5,151.5 + pos: -160.5,-188.5 parent: 1 - - uid: 29129 + - uid: 49043 components: - type: Transform - pos: 121.5,151.5 + pos: -160.5,-187.5 parent: 1 - - uid: 29130 + - uid: 49044 components: - type: Transform - pos: 124.5,152.5 + pos: -160.5,-186.5 parent: 1 - - uid: 29131 + - uid: 49045 components: - type: Transform - pos: 123.5,170.5 + pos: 147.5,192.5 parent: 1 - - uid: 29132 + - uid: 49046 components: - type: Transform - pos: 123.5,169.5 + pos: -160.5,-181.5 parent: 1 - - uid: 29133 + - uid: 49047 components: - type: Transform - pos: 123.5,168.5 + pos: -160.5,-180.5 parent: 1 - - uid: 29134 + - uid: 49048 components: - type: Transform - pos: 123.5,167.5 + pos: -160.5,-179.5 parent: 1 - - uid: 29135 + - uid: 49049 components: - type: Transform - pos: 123.5,166.5 + pos: -160.5,-178.5 parent: 1 - - uid: 29136 + - uid: 49050 components: - type: Transform - pos: 123.5,165.5 + pos: -160.5,-177.5 parent: 1 - - uid: 29137 + - uid: 49051 components: - type: Transform - pos: 123.5,164.5 + pos: -160.5,-176.5 parent: 1 - - uid: 29138 + - uid: 49052 components: - type: Transform - pos: 123.5,163.5 + pos: -160.5,-175.5 parent: 1 - - uid: 29139 + - uid: 49053 components: - type: Transform - pos: 123.5,162.5 + pos: -160.5,-174.5 parent: 1 - - uid: 29140 + - uid: 49054 components: - type: Transform - pos: 123.5,161.5 + pos: -160.5,-173.5 parent: 1 - - uid: 29141 + - uid: 49055 components: - type: Transform - pos: 123.5,160.5 + pos: -160.5,-172.5 parent: 1 - - uid: 29142 + - uid: 49056 components: - type: Transform - pos: 123.5,159.5 + pos: -160.5,-171.5 parent: 1 - - uid: 29143 + - uid: 49057 components: - type: Transform - pos: 123.5,158.5 + pos: -160.5,-170.5 parent: 1 - - uid: 29144 + - uid: 49058 components: - type: Transform - pos: 123.5,157.5 + pos: -160.5,-169.5 parent: 1 - - uid: 29145 + - uid: 49059 components: - type: Transform - pos: 123.5,156.5 + pos: -160.5,-168.5 parent: 1 - - uid: 29146 + - uid: 49060 components: - type: Transform - pos: 123.5,155.5 + pos: -160.5,-167.5 parent: 1 - - uid: 29147 + - uid: 49061 components: - type: Transform - pos: 123.5,154.5 + pos: -160.5,-166.5 parent: 1 - - uid: 29148 + - uid: 49062 components: - type: Transform - pos: 123.5,153.5 + pos: -160.5,-165.5 parent: 1 - - uid: 29149 + - uid: 49063 components: - type: Transform - pos: 123.5,152.5 + pos: -160.5,-164.5 parent: 1 - - uid: 29150 + - uid: 49064 components: - type: Transform - pos: 122.5,170.5 + pos: -159.5,-198.5 parent: 1 - - uid: 29151 + - uid: 49065 components: - type: Transform - pos: 122.5,169.5 + pos: -159.5,-197.5 parent: 1 - - uid: 29152 + - uid: 49066 components: - type: Transform - pos: 117.5,155.5 + pos: -159.5,-196.5 parent: 1 - - uid: 29153 + - uid: 49067 components: - type: Transform - pos: 118.5,153.5 + pos: -159.5,-195.5 parent: 1 - - uid: 29154 + - uid: 49068 components: - type: Transform - pos: 118.5,154.5 + pos: -159.5,-194.5 parent: 1 - - uid: 29155 + - uid: 49069 components: - type: Transform - pos: 118.5,155.5 + pos: -159.5,-193.5 parent: 1 - - uid: 29156 + - uid: 49070 components: - type: Transform - pos: 118.5,156.5 + pos: -159.5,-192.5 parent: 1 - - uid: 29157 + - uid: 49071 components: - type: Transform - pos: 119.5,156.5 + pos: -159.5,-191.5 parent: 1 - - uid: 29158 + - uid: 49072 components: - type: Transform - pos: 119.5,155.5 + pos: -159.5,-190.5 parent: 1 - - uid: 29159 + - uid: 49073 components: - type: Transform - pos: 119.5,154.5 + pos: -159.5,-189.5 parent: 1 - - uid: 29160 + - uid: 49074 components: - type: Transform - pos: 119.5,153.5 + pos: -159.5,-188.5 parent: 1 - - uid: 29161 + - uid: 49075 components: - type: Transform - pos: 130.5,147.5 + pos: -159.5,-187.5 parent: 1 - - uid: 29162 + - uid: 49076 components: - type: Transform - pos: 131.5,145.5 + pos: -159.5,-186.5 parent: 1 - - uid: 29163 + - uid: 49077 components: - type: Transform - pos: 131.5,146.5 + pos: -182.5,-154.5 parent: 1 - - uid: 29164 + - uid: 49078 components: - type: Transform - pos: 131.5,147.5 + pos: 65.5,45.5 parent: 1 - - uid: 29165 + - uid: 49079 components: - type: Transform - pos: 132.5,145.5 + pos: 63.5,41.5 parent: 1 - - uid: 29166 + - uid: 49080 components: - type: Transform - pos: 132.5,146.5 + pos: -159.5,-181.5 parent: 1 - - uid: 29168 + - uid: 49081 components: - type: Transform - pos: 140.5,137.5 + pos: -159.5,-180.5 parent: 1 - - uid: 29169 + - uid: 49082 components: - type: Transform - pos: 140.5,138.5 + pos: -159.5,-179.5 parent: 1 - - uid: 29170 + - uid: 49083 components: - type: Transform - pos: 140.5,139.5 + pos: -159.5,-178.5 parent: 1 - - uid: 29171 + - uid: 49084 components: - type: Transform - pos: 140.5,140.5 + pos: -159.5,-177.5 parent: 1 - - uid: 29172 + - uid: 49085 components: - type: Transform - pos: 140.5,141.5 + pos: -159.5,-176.5 parent: 1 - - uid: 29173 + - uid: 49086 components: - type: Transform - pos: 140.5,142.5 + pos: -159.5,-175.5 parent: 1 - - uid: 29174 + - uid: 49087 components: - type: Transform - pos: 139.5,126.5 + pos: -159.5,-173.5 parent: 1 - - uid: 29175 + - uid: 49088 components: - type: Transform - pos: 139.5,127.5 + pos: -159.5,-172.5 parent: 1 - - uid: 29176 + - uid: 49089 components: - type: Transform - pos: 139.5,128.5 + pos: -159.5,-171.5 parent: 1 - - uid: 29187 + - uid: 49090 components: - type: Transform - pos: 139.5,139.5 + pos: -159.5,-170.5 parent: 1 - - uid: 29188 + - uid: 49091 components: - type: Transform - pos: 139.5,140.5 + pos: -159.5,-169.5 parent: 1 - - uid: 29189 + - uid: 49092 components: - type: Transform - pos: 139.5,141.5 + pos: -159.5,-168.5 parent: 1 - - uid: 29190 + - uid: 49093 components: - type: Transform - pos: 139.5,142.5 + pos: -159.5,-167.5 parent: 1 - - uid: 29191 + - uid: 49094 components: - type: Transform - pos: 138.5,127.5 + pos: -159.5,-166.5 parent: 1 - - uid: 29192 + - uid: 49095 components: - type: Transform - pos: 138.5,128.5 + pos: -159.5,-165.5 parent: 1 - - uid: 29203 + - uid: 49096 components: - type: Transform - pos: 138.5,139.5 + pos: -159.5,-164.5 parent: 1 - - uid: 29204 + - uid: 49097 components: - type: Transform - pos: 138.5,140.5 + pos: -158.5,-198.5 parent: 1 - - uid: 29205 + - uid: 49098 components: - type: Transform - pos: 138.5,141.5 + pos: -158.5,-197.5 parent: 1 - - uid: 29206 + - uid: 49099 components: - type: Transform - pos: 138.5,142.5 + pos: -158.5,-196.5 parent: 1 - - uid: 29207 + - uid: 49100 components: - type: Transform - pos: 138.5,143.5 + pos: -158.5,-195.5 parent: 1 - - uid: 29208 + - uid: 49101 components: - type: Transform - pos: 137.5,127.5 + pos: -158.5,-194.5 parent: 1 - - uid: 29209 + - uid: 49102 components: - type: Transform - pos: 137.5,128.5 + pos: -158.5,-193.5 parent: 1 - - uid: 29220 + - uid: 49103 components: - type: Transform - pos: 137.5,139.5 + pos: -158.5,-192.5 parent: 1 - - uid: 29221 + - uid: 49104 components: - type: Transform - pos: 137.5,140.5 + pos: -158.5,-191.5 parent: 1 - - uid: 29222 + - uid: 49105 components: - type: Transform - pos: 137.5,141.5 + pos: 141.5,127.5 parent: 1 - - uid: 29223 + - uid: 49106 components: - type: Transform - pos: 137.5,142.5 + pos: 141.5,129.5 parent: 1 - - uid: 29224 + - uid: 49107 components: - type: Transform - pos: 137.5,143.5 + pos: 141.5,128.5 parent: 1 - - uid: 29225 + - uid: 49108 components: - type: Transform - pos: 136.5,127.5 + pos: 141.5,137.5 parent: 1 - - uid: 29226 + - uid: 49109 components: - type: Transform - pos: 136.5,128.5 + pos: 141.5,138.5 parent: 1 - - uid: 29237 + - uid: 49110 components: - type: Transform - pos: 136.5,139.5 + pos: 141.5,139.5 parent: 1 - - uid: 29238 + - uid: 49111 components: - type: Transform - pos: 136.5,140.5 + pos: 143.5,124.5 parent: 1 - - uid: 29239 + - uid: 49112 components: - type: Transform - pos: 136.5,141.5 + pos: 143.5,125.5 parent: 1 - - uid: 29240 + - uid: 49113 components: - type: Transform - pos: 136.5,142.5 + pos: 143.5,126.5 parent: 1 - - uid: 29241 + - uid: 49114 components: - type: Transform - pos: 136.5,143.5 + pos: 143.5,127.5 parent: 1 - - uid: 29242 + - uid: 49115 components: - type: Transform - pos: 135.5,127.5 + pos: 143.5,128.5 parent: 1 - - uid: 29243 + - uid: 49116 components: - type: Transform - pos: 135.5,128.5 + pos: 143.5,129.5 parent: 1 - - uid: 29256 + - uid: 49117 components: - type: Transform - pos: 135.5,141.5 + pos: 143.5,130.5 parent: 1 - - uid: 29257 + - uid: 49118 components: - type: Transform - pos: 135.5,142.5 + pos: 143.5,131.5 parent: 1 - - uid: 29258 + - uid: 49119 components: - type: Transform - pos: 135.5,143.5 + pos: 143.5,132.5 parent: 1 - - uid: 29259 + - uid: 49120 components: - type: Transform - pos: 136.5,144.5 + pos: 143.5,133.5 parent: 1 - - uid: 29260 + - uid: 49121 components: - type: Transform - pos: 134.5,128.5 + pos: 143.5,134.5 parent: 1 - - uid: 29272 + - uid: 49122 components: - type: Transform - pos: 134.5,140.5 + pos: 143.5,135.5 parent: 1 - - uid: 29273 + - uid: 49123 components: - type: Transform - pos: 134.5,141.5 + pos: 143.5,136.5 parent: 1 - - uid: 29274 + - uid: 49124 components: - type: Transform - pos: 134.5,142.5 + pos: 143.5,137.5 parent: 1 - - uid: 29275 + - uid: 49125 components: - type: Transform - pos: 134.5,143.5 + pos: 135.5,145.5 parent: 1 - - uid: 29286 + - uid: 49126 components: - type: Transform - pos: 133.5,139.5 + pos: 134.5,145.5 parent: 1 - - uid: 29287 + - uid: 49127 components: - type: Transform - pos: 133.5,140.5 + pos: 133.5,147.5 parent: 1 - - uid: 29288 + - uid: 49128 components: - type: Transform - pos: 133.5,141.5 + pos: 133.5,146.5 parent: 1 - - uid: 29289 + - uid: 49129 components: - type: Transform - pos: 133.5,142.5 + pos: 133.5,145.5 parent: 1 - - uid: 29290 + - uid: 49130 components: - type: Transform - pos: 133.5,143.5 + pos: 128.5,159.5 parent: 1 - - uid: 29291 + - uid: 49131 components: - type: Transform - pos: 133.5,144.5 + pos: 128.5,157.5 parent: 1 - - uid: 29302 + - uid: 49132 components: - type: Transform - pos: 132.5,139.5 + pos: 128.5,158.5 parent: 1 - - uid: 29303 + - uid: 49133 components: - type: Transform - pos: 132.5,140.5 + pos: 142.5,128.5 parent: 1 - - uid: 29304 + - uid: 49134 components: - type: Transform - pos: 132.5,141.5 + pos: 142.5,129.5 parent: 1 - - uid: 29305 + - uid: 49135 components: - type: Transform - pos: 132.5,142.5 + pos: 142.5,130.5 parent: 1 - - uid: 29306 + - uid: 49136 components: - type: Transform - pos: 132.5,143.5 + pos: 142.5,131.5 parent: 1 - - uid: 29307 + - uid: 49137 components: - type: Transform - pos: 132.5,144.5 + pos: 142.5,132.5 parent: 1 - - uid: 29311 + - uid: 49138 components: - type: Transform - pos: 172.5,132.5 + pos: 142.5,133.5 parent: 1 - - uid: 29312 + - uid: 49139 components: - type: Transform - pos: 175.5,128.5 + pos: 142.5,134.5 parent: 1 - - uid: 29315 + - uid: 49140 components: - type: Transform - pos: 174.5,130.5 + pos: 142.5,135.5 parent: 1 - - uid: 29316 + - uid: 49141 components: - type: Transform - pos: 175.5,129.5 + pos: 142.5,136.5 parent: 1 - - uid: 29318 + - uid: 49142 components: - type: Transform - pos: 131.5,139.5 + pos: 142.5,137.5 parent: 1 - - uid: 29319 + - uid: 49143 components: - type: Transform - pos: 131.5,140.5 + pos: 142.5,138.5 parent: 1 - - uid: 29320 + - uid: 49144 components: - type: Transform - pos: 131.5,141.5 + pos: 145.5,135.5 parent: 1 - - uid: 29321 + - uid: 49145 components: - type: Transform - pos: 131.5,142.5 + pos: 146.5,135.5 parent: 1 - - uid: 29322 + - uid: 49146 components: - type: Transform - pos: 131.5,143.5 + pos: 142.5,125.5 parent: 1 - - uid: 29323 + - uid: 49147 components: - type: Transform - pos: 131.5,144.5 + pos: 142.5,126.5 parent: 1 - - uid: 29324 + - uid: 49148 components: - type: Transform - pos: 129.5,131.5 + pos: 142.5,127.5 parent: 1 - - uid: 29325 + - uid: 49149 components: - type: Transform - pos: 122.5,165.5 + pos: 145.5,136.5 parent: 1 - - uid: 29326 + - uid: 49150 components: - type: Transform - pos: 122.5,164.5 + pos: 120.5,184.5 parent: 1 - - uid: 29327 + - uid: 49151 components: - type: Transform - pos: 122.5,163.5 + pos: 120.5,185.5 parent: 1 - - uid: 29328 + - uid: 49152 components: - type: Transform - pos: 121.5,167.5 + pos: 144.5,133.5 parent: 1 - - uid: 29329 + - uid: 49153 components: - type: Transform - pos: 121.5,166.5 + pos: -183.5,-162.5 parent: 1 - - uid: 29330 + - uid: 49154 components: - type: Transform - pos: 121.5,165.5 + pos: 122.5,141.5 parent: 1 - - uid: 29331 + - uid: 49155 components: - type: Transform - pos: -183.5,-163.5 + pos: 134.5,146.5 parent: 1 - - uid: 29332 + - uid: 49156 components: - type: Transform - pos: 120.5,182.5 + pos: 134.5,147.5 parent: 1 - - uid: 29333 + - uid: 49157 components: - type: Transform - pos: 120.5,181.5 + pos: -157.5,-190.5 parent: 1 - - uid: 29334 + - uid: 49158 components: - type: Transform - pos: 120.5,180.5 + pos: -157.5,-189.5 parent: 1 - - uid: 29335 + - uid: 49159 components: - type: Transform - pos: 120.5,179.5 + pos: -157.5,-188.5 parent: 1 - - uid: 29336 + - uid: 49160 components: - type: Transform - pos: 120.5,178.5 + pos: -184.5,-158.5 parent: 1 - - uid: 29337 + - uid: 49161 components: - type: Transform - pos: 120.5,177.5 + pos: -184.5,-157.5 parent: 1 - - uid: 29338 + - uid: 49162 components: - type: Transform - pos: 120.5,176.5 + pos: 63.5,43.5 parent: 1 - - uid: 29339 + - uid: 49163 components: - type: Transform - pos: 120.5,175.5 + pos: -157.5,-184.5 parent: 1 - - uid: 29340 + - uid: 49164 components: - type: Transform - pos: 120.5,174.5 + pos: -157.5,-183.5 parent: 1 - - uid: 29341 + - uid: 49165 components: - type: Transform - pos: 120.5,173.5 + pos: -157.5,-182.5 parent: 1 - - uid: 29342 + - uid: 49166 components: - type: Transform - pos: 120.5,172.5 + pos: -157.5,-181.5 parent: 1 - - uid: 29343 + - uid: 49167 components: - type: Transform - pos: -149.5,-158.5 + pos: -157.5,-180.5 parent: 1 - - uid: 29344 + - uid: 49168 components: - type: Transform - pos: -165.5,-163.5 + pos: -157.5,-179.5 parent: 1 - - uid: 29345 + - uid: 49169 components: - type: Transform - pos: -164.5,-155.5 + pos: -157.5,-178.5 parent: 1 - - uid: 29346 + - uid: 49170 components: - type: Transform - pos: -155.5,-159.5 + pos: -157.5,-177.5 parent: 1 - - uid: 29347 + - uid: 49171 components: - type: Transform - pos: -170.5,-153.5 + pos: -157.5,-176.5 parent: 1 - - uid: 29348 + - uid: 49172 components: - type: Transform - pos: -168.5,-151.5 + pos: -157.5,-175.5 parent: 1 - - uid: 29349 + - uid: 49173 components: - type: Transform - pos: 127.5,138.5 + pos: -157.5,-174.5 parent: 1 - - uid: 29350 + - uid: 49174 components: - type: Transform - pos: 127.5,139.5 + pos: -157.5,-173.5 parent: 1 - - uid: 29351 + - uid: 49175 components: - type: Transform - pos: 127.5,140.5 + pos: -157.5,-172.5 parent: 1 - - uid: 29352 + - uid: 49176 components: - type: Transform - pos: 127.5,141.5 + pos: -157.5,-171.5 parent: 1 - - uid: 29353 + - uid: 49177 components: - type: Transform - pos: 127.5,142.5 + pos: -157.5,-170.5 parent: 1 - - uid: 29354 + - uid: 49178 components: - type: Transform - pos: 127.5,143.5 + pos: -157.5,-169.5 parent: 1 - - uid: 29357 + - uid: 49179 components: - type: Transform - pos: 127.5,146.5 + pos: -157.5,-168.5 parent: 1 - - uid: 29358 + - uid: 49180 components: - type: Transform - pos: 127.5,147.5 + pos: -157.5,-167.5 parent: 1 - - uid: 29359 + - uid: 49181 components: - type: Transform - pos: 127.5,148.5 + pos: -157.5,-166.5 parent: 1 - - uid: 29360 + - uid: 49182 components: - type: Transform - pos: 127.5,149.5 + pos: -157.5,-165.5 parent: 1 - - uid: 29361 + - uid: 49183 components: - type: Transform - pos: 127.5,150.5 + pos: -157.5,-164.5 parent: 1 - - uid: 29362 + - uid: 49184 components: - type: Transform - pos: 127.5,151.5 + pos: -156.5,-198.5 parent: 1 - - uid: 29363 + - uid: 49185 components: - type: Transform - pos: 126.5,133.5 + pos: -156.5,-197.5 parent: 1 - - uid: 29364 + - uid: 49186 components: - type: Transform - pos: 126.5,134.5 + pos: -156.5,-196.5 parent: 1 - - uid: 29365 + - uid: 49187 components: - type: Transform - pos: 126.5,135.5 + pos: -156.5,-195.5 parent: 1 - - uid: 29366 + - uid: 49188 components: - type: Transform - pos: 126.5,136.5 + pos: -156.5,-194.5 parent: 1 - - uid: 29367 + - uid: 49189 components: - type: Transform - pos: 126.5,137.5 + pos: -156.5,-193.5 parent: 1 - - uid: 29368 + - uid: 49190 components: - type: Transform - pos: 126.5,138.5 + pos: -156.5,-192.5 parent: 1 - - uid: 29369 + - uid: 49191 components: - type: Transform - pos: 126.5,139.5 + pos: -156.5,-191.5 parent: 1 - - uid: 29370 + - uid: 49192 components: - type: Transform - pos: 126.5,140.5 + pos: -156.5,-190.5 parent: 1 - - uid: 29371 + - uid: 49193 components: - type: Transform - pos: 126.5,141.5 + pos: -156.5,-189.5 parent: 1 - - uid: 29372 + - uid: 49194 components: - type: Transform - pos: 126.5,142.5 + pos: -156.5,-188.5 parent: 1 - - uid: 29373 + - uid: 49195 components: - type: Transform - pos: 126.5,143.5 + pos: 120.5,183.5 parent: 1 - - uid: 29376 + - uid: 49196 components: - type: Transform - pos: 126.5,146.5 + pos: 61.5,53.5 parent: 1 - - uid: 29377 + - uid: 49197 components: - type: Transform - pos: 126.5,147.5 + pos: -153.5,-183.5 parent: 1 - - uid: 29378 + - uid: 49198 components: - type: Transform - pos: 126.5,148.5 + pos: -156.5,-184.5 parent: 1 - - uid: 29379 + - uid: 49199 components: - type: Transform - pos: 126.5,149.5 + pos: -156.5,-183.5 parent: 1 - - uid: 29380 + - uid: 49200 components: - type: Transform - pos: 126.5,150.5 + pos: -156.5,-182.5 parent: 1 - - uid: 29381 + - uid: 49201 components: - type: Transform - pos: 126.5,151.5 + pos: -156.5,-180.5 parent: 1 - - uid: 29382 + - uid: 49202 components: - type: Transform - pos: 125.5,133.5 + pos: -156.5,-179.5 parent: 1 - - uid: 29383 + - uid: 49203 components: - type: Transform - pos: 125.5,134.5 + pos: -156.5,-178.5 parent: 1 - - uid: 29384 + - uid: 49204 components: - type: Transform - pos: 125.5,135.5 + pos: -156.5,-177.5 parent: 1 - - uid: 29385 + - uid: 49205 components: - type: Transform - pos: 125.5,136.5 + pos: -156.5,-176.5 parent: 1 - - uid: 29386 + - uid: 49206 components: - type: Transform - pos: 125.5,137.5 + pos: -156.5,-175.5 parent: 1 - - uid: 29387 + - uid: 49207 components: - type: Transform - pos: 125.5,138.5 + pos: -156.5,-174.5 parent: 1 - - uid: 29388 + - uid: 49208 components: - type: Transform - pos: 125.5,139.5 + pos: -156.5,-173.5 parent: 1 - - uid: 29389 + - uid: 49209 components: - type: Transform - pos: 125.5,140.5 + pos: -156.5,-172.5 parent: 1 - - uid: 29390 + - uid: 49210 components: - type: Transform - pos: 125.5,141.5 + pos: -156.5,-171.5 parent: 1 - - uid: 29391 + - uid: 49211 components: - type: Transform - pos: 125.5,142.5 + pos: -156.5,-170.5 parent: 1 - - uid: 29392 + - uid: 49212 components: - type: Transform - pos: 125.5,143.5 + pos: -156.5,-169.5 parent: 1 - - uid: 29393 + - uid: 49213 components: - type: Transform - pos: 125.5,144.5 + pos: -156.5,-168.5 parent: 1 - - uid: 29395 + - uid: 49214 components: - type: Transform - pos: 125.5,146.5 + pos: -156.5,-167.5 parent: 1 - - uid: 29396 + - uid: 49215 components: - type: Transform - pos: 125.5,147.5 + pos: -156.5,-166.5 parent: 1 - - uid: 29397 + - uid: 49216 components: - type: Transform - pos: 125.5,148.5 + pos: -156.5,-165.5 parent: 1 - - uid: 29398 + - uid: 49217 components: - type: Transform - pos: 125.5,149.5 + pos: -156.5,-164.5 parent: 1 - - uid: 29399 + - uid: 49218 components: - type: Transform - pos: 125.5,150.5 + pos: -155.5,-198.5 parent: 1 - - uid: 29400 + - uid: 49219 components: - type: Transform - pos: 125.5,151.5 + pos: -155.5,-196.5 parent: 1 - - uid: 29401 + - uid: 49220 components: - type: Transform - pos: 124.5,133.5 + pos: -155.5,-195.5 parent: 1 - - uid: 29402 + - uid: 49221 components: - type: Transform - pos: 124.5,134.5 + pos: -155.5,-194.5 parent: 1 - - uid: 29403 + - uid: 49222 components: - type: Transform - pos: 124.5,135.5 + pos: -155.5,-193.5 parent: 1 - - uid: 29404 + - uid: 49223 components: - type: Transform - pos: 124.5,136.5 + pos: -155.5,-192.5 parent: 1 - - uid: 29405 + - uid: 49224 components: - type: Transform - pos: 124.5,137.5 + pos: -155.5,-191.5 parent: 1 - - uid: 29406 + - uid: 49225 components: - type: Transform - pos: 124.5,138.5 + pos: -155.5,-190.5 parent: 1 - - uid: 29407 + - uid: 49226 components: - type: Transform - pos: 124.5,139.5 + pos: -155.5,-189.5 parent: 1 - - uid: 29408 + - uid: 49227 components: - type: Transform - pos: 124.5,140.5 + pos: 153.5,134.5 parent: 1 - - uid: 29409 + - uid: 49228 components: - type: Transform - pos: 124.5,141.5 + pos: 154.5,135.5 parent: 1 - - uid: 29410 + - uid: 49229 components: - type: Transform - pos: 124.5,142.5 + pos: 63.5,46.5 parent: 1 - - uid: 29411 + - uid: 49230 components: - type: Transform - pos: 124.5,143.5 + pos: -152.5,-183.5 parent: 1 - - uid: 29412 + - uid: 49231 components: - type: Transform - pos: 124.5,144.5 + pos: -155.5,-184.5 parent: 1 - - uid: 29413 + - uid: 49232 components: - type: Transform - pos: 124.5,145.5 + pos: -155.5,-183.5 parent: 1 - - uid: 29414 + - uid: 49233 components: - type: Transform - pos: 124.5,146.5 + pos: -155.5,-182.5 parent: 1 - - uid: 29415 + - uid: 49234 components: - type: Transform - pos: 124.5,147.5 + pos: -155.5,-181.5 parent: 1 - - uid: 29416 + - uid: 49235 components: - type: Transform - pos: 124.5,148.5 + pos: -155.5,-179.5 parent: 1 - - uid: 29417 + - uid: 49236 components: - type: Transform - pos: 124.5,149.5 + pos: -155.5,-178.5 parent: 1 - - uid: 29418 + - uid: 49237 components: - type: Transform - pos: 124.5,150.5 + pos: -155.5,-177.5 parent: 1 - - uid: 29419 + - uid: 49238 components: - type: Transform - pos: 124.5,151.5 + pos: -155.5,-176.5 parent: 1 - - uid: 29420 + - uid: 49239 components: - type: Transform - pos: 123.5,133.5 + pos: -155.5,-175.5 parent: 1 - - uid: 29421 + - uid: 49240 components: - type: Transform - pos: 123.5,134.5 + pos: -155.5,-174.5 parent: 1 - - uid: 29422 + - uid: 49241 components: - type: Transform - pos: 123.5,135.5 + pos: -155.5,-173.5 parent: 1 - - uid: 29423 + - uid: 49242 components: - type: Transform - pos: 123.5,136.5 + pos: -155.5,-172.5 parent: 1 - - uid: 29424 + - uid: 49243 components: - type: Transform - pos: 123.5,137.5 + pos: -155.5,-171.5 parent: 1 - - uid: 29425 + - uid: 49244 components: - type: Transform - pos: 123.5,138.5 + pos: -155.5,-170.5 parent: 1 - - uid: 29426 + - uid: 49245 components: - type: Transform - pos: 123.5,139.5 + pos: -155.5,-169.5 parent: 1 - - uid: 29427 + - uid: 49246 components: - type: Transform - pos: 123.5,140.5 + pos: -155.5,-168.5 parent: 1 - - uid: 29428 + - uid: 49247 components: - type: Transform - pos: 123.5,141.5 + pos: -155.5,-167.5 parent: 1 - - uid: 29429 + - uid: 49248 components: - type: Transform - pos: 123.5,142.5 + pos: -155.5,-166.5 parent: 1 - - uid: 29430 + - uid: 49249 components: - type: Transform - pos: 123.5,143.5 + pos: -155.5,-165.5 parent: 1 - - uid: 29431 + - uid: 49250 components: - type: Transform - pos: 123.5,144.5 + pos: -155.5,-164.5 parent: 1 - - uid: 29432 + - uid: 49251 components: - type: Transform - pos: 123.5,145.5 + pos: -154.5,-198.5 parent: 1 - - uid: 29433 + - uid: 49252 components: - type: Transform - pos: 123.5,146.5 + pos: -154.5,-197.5 parent: 1 - - uid: 29434 + - uid: 49253 components: - type: Transform - pos: 123.5,147.5 + pos: -154.5,-196.5 parent: 1 - - uid: 29435 + - uid: 49254 components: - type: Transform - pos: 123.5,148.5 + pos: -154.5,-195.5 parent: 1 - - uid: 29436 + - uid: 49255 components: - type: Transform - pos: 123.5,149.5 + pos: -154.5,-194.5 parent: 1 - - uid: 29437 + - uid: 49256 components: - type: Transform - pos: 123.5,150.5 + pos: -154.5,-193.5 parent: 1 - - uid: 29438 + - uid: 49257 components: - type: Transform - pos: 123.5,151.5 + pos: -154.5,-192.5 parent: 1 - - uid: 29439 + - uid: 49258 components: - type: Transform - pos: -150.5,-192.5 + pos: -154.5,-191.5 parent: 1 - - uid: 29440 + - uid: 49259 components: - type: Transform - pos: -149.5,-192.5 + pos: -154.5,-190.5 parent: 1 - - uid: 29441 + - uid: 49260 components: - type: Transform - pos: 122.5,134.5 + pos: -154.5,-189.5 parent: 1 - - uid: 29442 + - uid: 49261 components: - type: Transform - pos: 122.5,133.5 + pos: 153.5,133.5 parent: 1 - - uid: 29443 + - uid: 49262 components: - type: Transform - pos: 122.5,132.5 + pos: 66.5,59.5 parent: 1 - - uid: 29444 + - uid: 49263 components: - type: Transform - pos: 122.5,131.5 + pos: -149.5,-183.5 parent: 1 - - uid: 29445 + - uid: 49264 components: - type: Transform - pos: 123.5,132.5 + pos: -154.5,-184.5 parent: 1 - - uid: 29446 + - uid: 49265 components: - type: Transform - pos: 123.5,131.5 + pos: -154.5,-183.5 parent: 1 - - uid: 29447 + - uid: 49266 components: - type: Transform - pos: 124.5,132.5 + pos: -154.5,-182.5 parent: 1 - - uid: 29448 + - uid: 49267 components: - type: Transform - pos: 129.5,147.5 + pos: -154.5,-181.5 parent: 1 - - uid: 29449 + - uid: 49268 components: - type: Transform - pos: 129.5,146.5 + pos: -154.5,-180.5 parent: 1 - - uid: 29450 + - uid: 49269 components: - type: Transform - pos: 129.5,145.5 + pos: -154.5,-179.5 parent: 1 - - uid: 29451 + - uid: 49270 components: - type: Transform - pos: 128.5,147.5 + pos: -154.5,-178.5 parent: 1 - - uid: 29452 + - uid: 49271 components: - type: Transform - pos: 128.5,146.5 + pos: -154.5,-177.5 parent: 1 - - uid: 29454 + - uid: 49272 components: - type: Transform - pos: 135.5,144.5 + pos: -154.5,-176.5 parent: 1 - - uid: 29455 + - uid: 49273 components: - type: Transform - pos: 134.5,144.5 + pos: -154.5,-175.5 parent: 1 - - uid: 29456 + - uid: 49274 components: - type: Transform - pos: -149.5,-193.5 + pos: -154.5,-174.5 parent: 1 - - uid: 29457 + - uid: 49275 components: - type: Transform - pos: -149.5,-194.5 + pos: -154.5,-173.5 parent: 1 - - uid: 29458 + - uid: 49276 components: - type: Transform - pos: -149.5,-195.5 + pos: -154.5,-172.5 parent: 1 - - uid: 29459 + - uid: 49277 components: - type: Transform - pos: -149.5,-196.5 + pos: -154.5,-171.5 parent: 1 - - uid: 29460 + - uid: 49278 components: - type: Transform - pos: -149.5,-197.5 + pos: -154.5,-170.5 parent: 1 - - uid: 29461 + - uid: 49279 components: - type: Transform - pos: -149.5,-198.5 + pos: -154.5,-169.5 parent: 1 - - uid: 29462 + - uid: 49280 components: - type: Transform - pos: -150.5,-193.5 + pos: -154.5,-168.5 parent: 1 - - uid: 29463 + - uid: 49281 components: - type: Transform - pos: -150.5,-194.5 + pos: -154.5,-167.5 parent: 1 - - uid: 29464 + - uid: 49282 components: - type: Transform - pos: -150.5,-195.5 + pos: -154.5,-166.5 parent: 1 - - uid: 29465 + - uid: 49283 components: - type: Transform - pos: -150.5,-196.5 + pos: -154.5,-165.5 parent: 1 - - uid: 29466 + - uid: 49284 components: - type: Transform - pos: -150.5,-197.5 + pos: -154.5,-164.5 parent: 1 - - uid: 29467 + - uid: 49285 components: - type: Transform - pos: -150.5,-198.5 + pos: 159.5,123.5 parent: 1 - - uid: 29468 + - uid: 49286 components: - type: Transform - pos: -151.5,-193.5 + pos: 159.5,122.5 parent: 1 - - uid: 29469 + - uid: 49287 components: - type: Transform - pos: -151.5,-194.5 + pos: 158.5,130.5 parent: 1 - - uid: 29470 + - uid: 49288 components: - type: Transform - pos: -151.5,-195.5 + pos: 158.5,129.5 parent: 1 - - uid: 29471 + - uid: 49289 components: - type: Transform - pos: -151.5,-196.5 + pos: 156.5,129.5 parent: 1 - - uid: 29472 + - uid: 49290 components: - type: Transform - pos: -151.5,-197.5 + pos: 156.5,130.5 parent: 1 - - uid: 29473 + - uid: 49291 components: - type: Transform - pos: -151.5,-198.5 + pos: 157.5,122.5 parent: 1 - - uid: 29474 + - uid: 49292 components: - type: Transform - pos: -152.5,-194.5 + pos: 157.5,123.5 parent: 1 - - uid: 29475 + - uid: 49293 components: - type: Transform - pos: -152.5,-195.5 + pos: 157.5,124.5 parent: 1 - - uid: 29476 + - uid: 49294 components: - type: Transform - pos: -152.5,-196.5 + pos: 160.5,130.5 parent: 1 - - uid: 29477 + - uid: 49295 components: - type: Transform - pos: -152.5,-197.5 + pos: 160.5,129.5 parent: 1 - - uid: 29478 + - uid: 49296 components: - type: Transform - pos: -152.5,-198.5 + pos: 159.5,129.5 parent: 1 - - uid: 29479 + - uid: 49297 components: - type: Transform - pos: -153.5,-194.5 + pos: 159.5,128.5 parent: 1 - - uid: 29480 + - uid: 49298 components: - type: Transform - pos: -153.5,-195.5 + pos: 159.5,127.5 parent: 1 - - uid: 29481 + - uid: 49299 components: - type: Transform - pos: -153.5,-196.5 + pos: 159.5,126.5 parent: 1 - - uid: 29482 + - uid: 49300 components: - type: Transform - pos: -153.5,-197.5 + pos: 159.5,125.5 parent: 1 - - uid: 29483 + - uid: 49301 components: - type: Transform - pos: -153.5,-198.5 + pos: 159.5,124.5 parent: 1 - - uid: 29484 + - uid: 49302 components: - type: Transform - pos: 131.5,149.5 + pos: 158.5,126.5 parent: 1 - - uid: 29485 + - uid: 49303 components: - type: Transform - pos: 131.5,148.5 + pos: 157.5,128.5 parent: 1 - - uid: 29486 + - uid: 49304 components: - type: Transform - pos: 130.5,149.5 + pos: 157.5,129.5 parent: 1 - - uid: 29487 + - uid: 49305 components: - type: Transform - pos: 130.5,148.5 + pos: 157.5,130.5 parent: 1 - - uid: 29488 + - uid: 49306 components: - type: Transform - pos: 129.5,149.5 + pos: 156.5,128.5 parent: 1 - - uid: 29489 + - uid: 49307 components: - type: Transform - pos: 129.5,148.5 + pos: 144.5,192.5 parent: 1 - - uid: 29490 + - uid: 49308 components: - type: Transform - pos: 128.5,149.5 + pos: -187.5,-158.5 parent: 1 - - uid: 29491 + - uid: 49309 components: - type: Transform - pos: 128.5,148.5 + pos: -182.5,-159.5 parent: 1 - - uid: 29492 + - uid: 49310 components: - type: Transform - pos: 132.5,148.5 + pos: -182.5,-158.5 parent: 1 - - uid: 29493 + - uid: 49311 components: - type: Transform - pos: 122.5,160.5 + pos: 121.5,163.5 parent: 1 - - uid: 29494 + - uid: 49312 components: - type: Transform - pos: 122.5,159.5 + pos: 120.5,149.5 parent: 1 - - uid: 29495 + - uid: 49313 components: - type: Transform - pos: 122.5,158.5 + pos: 120.5,148.5 parent: 1 - - uid: 29496 + - uid: 49314 components: - type: Transform - pos: 122.5,157.5 + pos: 120.5,151.5 parent: 1 - - uid: 29497 + - uid: 49315 components: - type: Transform - pos: 122.5,156.5 + pos: 120.5,150.5 parent: 1 - - uid: 29498 + - uid: 49316 components: - type: Transform - pos: 122.5,155.5 + pos: 120.5,152.5 parent: 1 - - uid: 29499 + - uid: 49317 components: - type: Transform - pos: 122.5,154.5 + pos: 120.5,144.5 parent: 1 - - uid: 29500 + - uid: 49318 components: - type: Transform - pos: 122.5,153.5 + pos: 120.5,143.5 parent: 1 - - uid: 29501 + - uid: 49319 components: - type: Transform - pos: 122.5,152.5 + pos: 122.5,147.5 parent: 1 - - uid: 29502 + - uid: 49320 components: - type: Transform - pos: 121.5,170.5 + pos: 122.5,146.5 parent: 1 - - uid: 29503 + - uid: 49321 components: - type: Transform - pos: 121.5,169.5 + pos: -159.5,-160.5 parent: 1 - - uid: 29504 + - uid: 49322 components: - type: Transform - pos: 121.5,161.5 + pos: 130.5,131.5 parent: 1 - - uid: 29505 + - uid: 49323 components: - type: Transform - pos: 121.5,160.5 + pos: 144.5,126.5 parent: 1 - - uid: 29506 + - uid: 49324 components: - type: Transform - pos: 121.5,159.5 + pos: 121.5,162.5 parent: 1 - - uid: 29507 + - uid: 49325 components: - type: Transform - pos: 121.5,158.5 + pos: -157.5,-155.5 parent: 1 - - uid: 29508 + - uid: 49326 components: - type: Transform - pos: 121.5,157.5 + pos: -157.5,-154.5 parent: 1 - - uid: 29509 + - uid: 49327 components: - type: Transform - pos: 121.5,156.5 + pos: -158.5,-163.5 parent: 1 - - uid: 29510 + - uid: 49328 components: - type: Transform - pos: 121.5,155.5 + pos: -156.5,-154.5 parent: 1 - - uid: 29511 + - uid: 49329 components: - type: Transform - pos: 121.5,154.5 + pos: -182.5,-156.5 parent: 1 - - uid: 29512 + - uid: 49330 components: - type: Transform - pos: 121.5,153.5 + pos: -182.5,-157.5 parent: 1 - - uid: 29513 + - uid: 49331 components: - type: Transform - pos: 121.5,152.5 + pos: -157.5,-156.5 parent: 1 - - uid: 29514 + - uid: 49332 components: - type: Transform - pos: -170.5,-159.5 + pos: -157.5,-157.5 parent: 1 - - uid: 29515 + - uid: 49333 components: - type: Transform - pos: -170.5,-160.5 + pos: -157.5,-158.5 parent: 1 - - uid: 29516 + - uid: 49334 components: - type: Transform - pos: 120.5,192.5 + pos: -157.5,-159.5 parent: 1 - - uid: 29517 + - uid: 49335 components: - type: Transform - pos: 120.5,191.5 + pos: -157.5,-160.5 parent: 1 - - uid: 29518 + - uid: 49336 components: - type: Transform - pos: 120.5,193.5 + pos: -157.5,-161.5 parent: 1 - - uid: 29519 + - uid: 49337 components: - type: Transform - pos: 120.5,195.5 + pos: 144.5,127.5 parent: 1 - - uid: 29520 + - uid: 49338 components: - type: Transform - pos: 120.5,194.5 + pos: 144.5,132.5 parent: 1 - - uid: 29521 + - uid: 49339 components: - type: Transform - pos: 120.5,196.5 + pos: 128.5,143.5 parent: 1 - - uid: 29522 + - uid: 49340 components: - type: Transform - pos: 121.5,171.5 + pos: -151.5,-192.5 parent: 1 - - uid: 29523 + - uid: 49341 components: - type: Transform - pos: 120.5,198.5 + pos: 122.5,161.5 parent: 1 - - uid: 29524 + - uid: 49342 components: - type: Transform - pos: 121.5,181.5 + pos: 120.5,188.5 parent: 1 - - uid: 29525 + - uid: 49343 components: - type: Transform - pos: 121.5,182.5 + pos: 122.5,167.5 parent: 1 - - uid: 29526 + - uid: 49344 components: - type: Transform - pos: 121.5,183.5 + pos: 144.5,137.5 parent: 1 - - uid: 29527 + - uid: 49345 components: - type: Transform - pos: 121.5,176.5 + pos: 155.5,127.5 parent: 1 - - uid: 29528 + - uid: 49346 components: - type: Transform - pos: 121.5,177.5 + pos: 155.5,128.5 parent: 1 - - uid: 29529 + - uid: 49347 components: - type: Transform - pos: 121.5,178.5 + pos: 155.5,129.5 parent: 1 - - uid: 29530 + - uid: 49348 components: - type: Transform - pos: 121.5,179.5 + pos: 155.5,130.5 parent: 1 - - uid: 29531 + - uid: 49349 components: - type: Transform - pos: 121.5,180.5 + pos: 156.5,124.5 parent: 1 - - uid: 29532 + - uid: 49350 components: - type: Transform - pos: 124.5,153.5 + pos: 156.5,123.5 parent: 1 - - uid: 29533 + - uid: 49351 components: - type: Transform - pos: 124.5,154.5 + pos: 155.5,126.5 parent: 1 - - uid: 29534 + - uid: 49352 components: - type: Transform - pos: 124.5,155.5 + pos: 155.5,125.5 parent: 1 - - uid: 29535 + - uid: 49353 components: - type: Transform - pos: 124.5,156.5 + pos: 130.5,175.5 parent: 1 - - uid: 29536 + - uid: 49354 components: - type: Transform - pos: 124.5,157.5 + pos: -184.5,-163.5 parent: 1 - - uid: 29537 + - uid: 49355 components: - type: Transform - pos: 124.5,158.5 + pos: 154.5,126.5 parent: 1 - - uid: 29538 + - uid: 49356 components: - type: Transform - pos: 124.5,159.5 + pos: 154.5,125.5 parent: 1 - - uid: 29539 + - uid: 49357 components: - type: Transform - pos: 124.5,160.5 + pos: 154.5,129.5 parent: 1 - - uid: 29540 + - uid: 49358 components: - type: Transform - pos: 124.5,161.5 + pos: 154.5,128.5 parent: 1 - - uid: 29541 + - uid: 49359 components: - type: Transform - pos: 124.5,162.5 + pos: 132.5,147.5 parent: 1 - - uid: 29542 + - uid: 49360 components: - type: Transform - pos: 124.5,163.5 + pos: 141.5,140.5 parent: 1 - - uid: 29543 + - uid: 49361 components: - type: Transform - pos: 124.5,164.5 + pos: 154.5,127.5 parent: 1 - - uid: 29544 + - uid: 49362 components: - type: Transform - pos: 124.5,165.5 + pos: 135.5,146.5 parent: 1 - - uid: 29545 + - uid: 49363 components: - type: Transform - pos: 124.5,166.5 + pos: -162.5,-158.5 parent: 1 - - uid: 29546 + - uid: 49364 components: - type: Transform - pos: 120.5,190.5 + pos: -162.5,-157.5 parent: 1 - - uid: 29547 + - uid: 49365 components: - type: Transform - pos: 124.5,169.5 + pos: 158.5,125.5 parent: 1 - - uid: 29548 + - uid: 49366 components: - type: Transform - pos: 124.5,170.5 + pos: 120.5,147.5 parent: 1 - - uid: 29549 + - uid: 49367 components: - type: Transform - pos: 125.5,152.5 + pos: 120.5,146.5 parent: 1 - - uid: 29550 + - uid: 49368 components: - type: Transform - pos: 125.5,153.5 + pos: -154.5,-162.5 parent: 1 - - uid: 29551 + - uid: 49369 components: - type: Transform - pos: 125.5,154.5 + pos: -182.5,-192.5 parent: 1 - - uid: 29552 + - uid: 49370 components: - type: Transform - pos: 125.5,155.5 + pos: -181.5,-192.5 parent: 1 - - uid: 29553 + - uid: 49371 components: - type: Transform - pos: 125.5,156.5 + pos: -180.5,-192.5 parent: 1 - - uid: 29554 + - uid: 49372 components: - type: Transform - pos: 125.5,157.5 + pos: 132.5,186.5 parent: 1 - - uid: 29555 + - uid: 49373 components: - type: Transform - pos: 125.5,158.5 + pos: 133.5,186.5 parent: 1 - - uid: 29556 + - uid: 49374 components: - type: Transform - pos: 125.5,159.5 + pos: 130.5,173.5 parent: 1 - - uid: 29557 + - uid: 49375 components: - type: Transform - pos: 125.5,160.5 + pos: 130.5,174.5 parent: 1 - - uid: 29558 + - uid: 49376 components: - type: Transform - pos: 125.5,161.5 + pos: 144.5,134.5 parent: 1 - - uid: 29559 + - uid: 49377 components: - type: Transform - pos: 125.5,162.5 + pos: 127.5,133.5 parent: 1 - - uid: 29560 + - uid: 49378 components: - type: Transform - pos: 125.5,163.5 + pos: 127.5,136.5 parent: 1 - - uid: 29561 + - uid: 49379 components: - type: Transform - pos: 125.5,164.5 + pos: 127.5,137.5 parent: 1 - - uid: 29562 + - uid: 49380 components: - type: Transform - pos: 125.5,165.5 + pos: 127.5,134.5 parent: 1 - - uid: 29563 + - uid: 49381 components: - type: Transform - pos: 125.5,166.5 + pos: 129.5,133.5 parent: 1 - - uid: 29564 + - uid: 49382 components: - type: Transform - pos: 125.5,167.5 + pos: 121.5,168.5 parent: 1 - - uid: 29565 + - uid: 49383 components: - type: Transform - pos: 125.5,168.5 + pos: 132.5,185.5 parent: 1 - - uid: 29566 + - uid: 49384 components: - type: Transform - pos: 125.5,169.5 + pos: -196.5,-143.5 parent: 1 - - uid: 29567 + - uid: 49385 components: - type: Transform - pos: 125.5,170.5 + pos: -158.5,-160.5 parent: 1 - - uid: 29568 + - uid: 49386 components: - type: Transform - pos: 126.5,152.5 + pos: 131.5,186.5 parent: 1 - - uid: 29569 + - uid: 49387 components: - type: Transform - pos: 126.5,153.5 + pos: 130.5,186.5 parent: 1 - - uid: 29570 + - uid: 49388 components: - type: Transform - pos: 126.5,154.5 + pos: -163.5,-162.5 parent: 1 - - uid: 29571 + - uid: 49389 components: - type: Transform - pos: 126.5,155.5 + pos: 130.5,185.5 parent: 1 - - uid: 29572 + - uid: 49390 components: - type: Transform - pos: 126.5,156.5 + pos: 130.5,184.5 parent: 1 - - uid: 29573 + - uid: 49391 components: - type: Transform - pos: 126.5,157.5 + pos: 130.5,183.5 parent: 1 - - uid: 29574 + - uid: 49392 components: - type: Transform - pos: 126.5,158.5 + pos: 131.5,184.5 parent: 1 - - uid: 29575 + - uid: 49393 components: - type: Transform - pos: 126.5,159.5 + pos: 131.5,185.5 parent: 1 - - uid: 29576 + - uid: 49394 components: - type: Transform - pos: 126.5,160.5 + pos: -165.5,-154.5 parent: 1 - - uid: 29577 + - uid: 49395 components: - type: Transform - pos: 126.5,161.5 + pos: -157.5,-163.5 parent: 1 - - uid: 29578 + - uid: 49396 components: - type: Transform - pos: 126.5,162.5 + pos: -156.5,-155.5 parent: 1 - - uid: 29579 + - uid: 49397 components: - type: Transform - pos: 126.5,163.5 + pos: 143.5,138.5 parent: 1 - - uid: 29580 + - uid: 49398 components: - type: Transform - pos: 126.5,164.5 + pos: -173.5,-156.5 parent: 1 - - uid: 29581 + - uid: 49399 components: - type: Transform - pos: 126.5,165.5 + pos: 134.5,186.5 parent: 1 - - uid: 29582 + - uid: 49400 components: - type: Transform - pos: 126.5,166.5 + pos: 130.5,178.5 parent: 1 - - uid: 29583 + - uid: 49401 components: - type: Transform - pos: 126.5,167.5 + pos: 130.5,179.5 parent: 1 - - uid: 29584 + - uid: 49402 components: - type: Transform - pos: 126.5,168.5 + pos: 154.5,124.5 parent: 1 - - uid: 29585 + - uid: 49403 components: - type: Transform - pos: 126.5,169.5 + pos: 154.5,123.5 parent: 1 - - uid: 29586 + - uid: 49404 components: - type: Transform - pos: 126.5,170.5 + pos: 154.5,122.5 parent: 1 - - uid: 29587 + - uid: 49405 components: - type: Transform - pos: 127.5,152.5 + pos: 160.5,121.5 parent: 1 - - uid: 29588 + - uid: 49406 components: - type: Transform - pos: 127.5,153.5 + pos: 154.5,134.5 parent: 1 - - uid: 29589 + - uid: 49407 components: - type: Transform - pos: 127.5,154.5 + pos: 154.5,133.5 parent: 1 - - uid: 29590 + - uid: 49408 components: - type: Transform - pos: 127.5,155.5 + pos: -159.5,-159.5 parent: 1 - - uid: 29591 + - uid: 49409 components: - type: Transform - pos: 127.5,156.5 + pos: -159.5,-158.5 parent: 1 - - uid: 29592 + - uid: 49410 components: - type: Transform - pos: 127.5,157.5 + pos: 153.5,132.5 parent: 1 - - uid: 29593 + - uid: 49411 components: - type: Transform - pos: 127.5,158.5 + pos: 152.5,134.5 parent: 1 - - uid: 29594 + - uid: 49412 components: - type: Transform - pos: 127.5,159.5 + pos: 153.5,123.5 parent: 1 - - uid: 29595 + - uid: 49413 components: - type: Transform - pos: 127.5,160.5 + pos: 153.5,124.5 parent: 1 - - uid: 29596 + - uid: 49414 components: - type: Transform - pos: 127.5,161.5 + pos: 153.5,125.5 parent: 1 - - uid: 29597 + - uid: 49415 components: - type: Transform - pos: 127.5,162.5 + pos: 153.5,126.5 parent: 1 - - uid: 29598 + - uid: 49416 components: - type: Transform - pos: 127.5,163.5 + pos: 153.5,127.5 parent: 1 - - uid: 29599 + - uid: 49417 components: - type: Transform - pos: 127.5,164.5 + pos: 153.5,128.5 parent: 1 - - uid: 29600 + - uid: 49418 components: - type: Transform - pos: 127.5,165.5 + pos: 153.5,129.5 parent: 1 - - uid: 29601 + - uid: 49419 components: - type: Transform - pos: 127.5,166.5 + pos: 153.5,130.5 parent: 1 - - uid: 29602 + - uid: 49420 components: - type: Transform - pos: 127.5,167.5 + pos: 153.5,131.5 parent: 1 - - uid: 29603 + - uid: 49421 components: - type: Transform - pos: 127.5,168.5 + pos: 144.5,128.5 parent: 1 - - uid: 29604 + - uid: 49422 components: - type: Transform - pos: 127.5,169.5 + pos: 144.5,129.5 parent: 1 - - uid: 29605 + - uid: 49423 components: - type: Transform - pos: 127.5,170.5 + pos: 144.5,130.5 parent: 1 - - uid: 29606 + - uid: 49424 components: - type: Transform - pos: 120.5,162.5 + pos: 144.5,131.5 parent: 1 - - uid: 29607 + - uid: 49425 components: - type: Transform - pos: 120.5,161.5 + pos: 152.5,133.5 parent: 1 - - uid: 29608 + - uid: 49426 components: - type: Transform - pos: 120.5,160.5 + pos: 144.5,135.5 parent: 1 - - uid: 29609 + - uid: 49427 components: - type: Transform - pos: 120.5,159.5 + pos: 144.5,136.5 parent: 1 - - uid: 29610 + - uid: 49428 components: - type: Transform - pos: 120.5,158.5 + pos: 152.5,132.5 parent: 1 - - uid: 29611 + - uid: 49429 components: - type: Transform - pos: 120.5,157.5 + pos: 144.5,124.5 parent: 1 - - uid: 29612 + - uid: 49430 components: - type: Transform - pos: 120.5,156.5 + pos: 144.5,125.5 parent: 1 - - uid: 29613 + - uid: 49431 components: - type: Transform - pos: 120.5,155.5 + pos: 130.5,130.5 parent: 1 - - uid: 29614 + - uid: 49432 components: - type: Transform - pos: 120.5,154.5 + pos: -152.5,-193.5 parent: 1 - - uid: 29615 + - uid: 49433 components: - type: Transform - pos: 120.5,153.5 + pos: -152.5,-192.5 parent: 1 - - uid: 29616 + - uid: 49434 components: - type: Transform - pos: 120.5,165.5 + pos: -152.5,-191.5 parent: 1 - - uid: 29617 + - uid: 49435 components: - type: Transform - pos: 120.5,164.5 + pos: -152.5,-190.5 parent: 1 - - uid: 29618 + - uid: 49436 components: - type: Transform - pos: 120.5,163.5 + pos: -153.5,-193.5 parent: 1 - - uid: 29619 + - uid: 49437 components: - type: Transform - pos: 120.5,166.5 + pos: -153.5,-192.5 parent: 1 - - uid: 29620 + - uid: 49438 components: - type: Transform - pos: 120.5,168.5 + pos: -153.5,-191.5 parent: 1 - - uid: 29621 + - uid: 49439 components: - type: Transform - pos: 120.5,167.5 + pos: -153.5,-190.5 parent: 1 - - uid: 29622 + - uid: 49440 components: - type: Transform - pos: -163.5,-159.5 + pos: 128.5,142.5 parent: 1 - - uid: 29623 + - uid: 49441 components: - type: Transform - pos: 151.5,193.5 + pos: 128.5,141.5 parent: 1 - - uid: 29624 + - uid: 49442 components: - type: Transform - pos: 128.5,167.5 + pos: 128.5,140.5 parent: 1 - - uid: 29625 + - uid: 49443 components: - type: Transform - pos: 128.5,166.5 + pos: 128.5,139.5 parent: 1 - - uid: 29626 + - uid: 49444 components: - type: Transform - pos: 128.5,165.5 + pos: 128.5,138.5 parent: 1 - - uid: 29627 + - uid: 49445 components: - type: Transform - pos: 128.5,164.5 + pos: 128.5,134.5 parent: 1 - - uid: 29628 + - uid: 49446 components: - type: Transform - pos: 128.5,163.5 + pos: 128.5,133.5 parent: 1 - - uid: 29629 + - uid: 49447 components: - type: Transform - pos: 128.5,162.5 + pos: 128.5,132.5 parent: 1 - - uid: 29630 + - uid: 49448 components: - type: Transform - pos: 128.5,161.5 + pos: 129.5,144.5 parent: 1 - - uid: 29631 + - uid: 49449 components: - type: Transform - pos: 128.5,160.5 + pos: 129.5,143.5 parent: 1 - - uid: 29632 + - uid: 49450 components: - type: Transform - pos: 128.5,168.5 + pos: 129.5,142.5 parent: 1 - - uid: 29633 + - uid: 49451 components: - type: Transform - pos: 128.5,169.5 + pos: 129.5,141.5 parent: 1 - - uid: 29634 + - uid: 49452 components: - type: Transform - pos: 129.5,150.5 + pos: 129.5,140.5 parent: 1 - - uid: 29635 + - uid: 49453 components: - type: Transform - pos: 129.5,151.5 + pos: 129.5,139.5 parent: 1 - - uid: 29636 + - uid: 49454 components: - type: Transform - pos: 129.5,152.5 + pos: 129.5,138.5 parent: 1 - - uid: 29637 + - uid: 49455 components: - type: Transform - pos: 129.5,153.5 + pos: 129.5,137.5 parent: 1 - - uid: 29638 + - uid: 49456 components: - type: Transform - pos: 129.5,154.5 + pos: 129.5,136.5 parent: 1 - - uid: 29639 + - uid: 49457 components: - type: Transform - pos: 129.5,155.5 + pos: -166.5,-160.5 parent: 1 - - uid: 29640 + - uid: 49458 components: - type: Transform - pos: 129.5,156.5 + pos: 130.5,144.5 parent: 1 - - uid: 29641 + - uid: 49459 components: - type: Transform - pos: 129.5,157.5 + pos: 130.5,143.5 parent: 1 - - uid: 29642 + - uid: 49460 components: - type: Transform - pos: 129.5,158.5 + pos: 130.5,142.5 parent: 1 - - uid: 29643 + - uid: 49461 components: - type: Transform - pos: 129.5,159.5 + pos: 130.5,141.5 parent: 1 - - uid: 29644 + - uid: 49462 components: - type: Transform - pos: 129.5,160.5 + pos: 130.5,140.5 parent: 1 - - uid: 29645 + - uid: 49463 components: - type: Transform - pos: 129.5,161.5 + pos: 152.5,131.5 parent: 1 - - uid: 29646 + - uid: 49464 components: - type: Transform - pos: 129.5,162.5 + pos: 152.5,130.5 parent: 1 - - uid: 29647 + - uid: 49465 components: - type: Transform - pos: 129.5,163.5 + pos: 152.5,129.5 parent: 1 - - uid: 29648 + - uid: 49466 components: - type: Transform - pos: 129.5,164.5 + pos: 152.5,128.5 parent: 1 - - uid: 29649 + - uid: 49467 components: - type: Transform - pos: 129.5,165.5 + pos: 152.5,127.5 parent: 1 - - uid: 29650 + - uid: 49468 components: - type: Transform - pos: 129.5,166.5 + pos: 152.5,126.5 parent: 1 - - uid: 29651 + - uid: 49469 components: - type: Transform - pos: 129.5,167.5 + pos: 152.5,125.5 parent: 1 - - uid: 29652 + - uid: 49470 components: - type: Transform - pos: 129.5,168.5 + pos: 152.5,124.5 parent: 1 - - uid: 29653 + - uid: 49471 components: - type: Transform - pos: 129.5,169.5 + pos: 152.5,123.5 parent: 1 - - uid: 29654 + - uid: 49472 components: - type: Transform - pos: 131.5,164.5 + pos: 151.5,134.5 parent: 1 - - uid: 29655 + - uid: 49473 components: - type: Transform - pos: 131.5,165.5 + pos: 151.5,133.5 parent: 1 - - uid: 29656 + - uid: 49474 components: - type: Transform - pos: 131.5,161.5 + pos: 151.5,132.5 parent: 1 - - uid: 29657 + - uid: 49475 components: - type: Transform - pos: 131.5,162.5 + pos: 151.5,131.5 parent: 1 - - uid: 29658 + - uid: 49476 components: - type: Transform - pos: 131.5,163.5 + pos: 151.5,130.5 parent: 1 - - uid: 29659 + - uid: 49477 components: - type: Transform - pos: 131.5,160.5 + pos: 151.5,129.5 parent: 1 - - uid: 29660 + - uid: 49478 components: - type: Transform - pos: 131.5,159.5 + pos: 151.5,128.5 parent: 1 - - uid: 29661 + - uid: 49479 components: - type: Transform - pos: 131.5,158.5 + pos: 151.5,127.5 parent: 1 - - uid: 29662 + - uid: 49480 components: - type: Transform - pos: -184.5,-162.5 + pos: 151.5,126.5 parent: 1 - - uid: 29663 + - uid: 49481 components: - type: Transform - pos: -184.5,-161.5 + pos: 151.5,125.5 parent: 1 - - uid: 29664 + - uid: 49482 components: - type: Transform - pos: 143.5,193.5 + pos: 151.5,124.5 parent: 1 - - uid: 29665 + - uid: 49483 components: - type: Transform - pos: 142.5,193.5 + pos: 151.5,123.5 parent: 1 - - uid: 29666 + - uid: 49484 components: - type: Transform - pos: 141.5,193.5 + pos: 150.5,134.5 parent: 1 - - uid: 29667 + - uid: 49485 components: - type: Transform - pos: 140.5,193.5 + pos: 150.5,133.5 parent: 1 - - uid: 29668 + - uid: 49486 components: - type: Transform - pos: 139.5,193.5 + pos: 150.5,131.5 parent: 1 - - uid: 29669 + - uid: 49487 components: - type: Transform - pos: 145.5,193.5 + pos: 150.5,130.5 parent: 1 - - uid: 29670 + - uid: 49488 components: - type: Transform - pos: 144.5,193.5 + pos: 150.5,129.5 parent: 1 - - uid: 29671 + - uid: 49489 components: - type: Transform - pos: -160.5,-155.5 + pos: 150.5,128.5 parent: 1 - - uid: 29672 + - uid: 49490 components: - type: Transform - pos: 130.5,157.5 + pos: 150.5,127.5 parent: 1 - - uid: 29673 + - uid: 49491 components: - type: Transform - pos: 130.5,158.5 + pos: 150.5,126.5 parent: 1 - - uid: 29674 + - uid: 49492 components: - type: Transform - pos: 130.5,159.5 + pos: 150.5,125.5 parent: 1 - - uid: 29675 + - uid: 49493 components: - type: Transform - pos: 130.5,160.5 + pos: 150.5,124.5 parent: 1 - - uid: 29676 + - uid: 49494 components: - type: Transform - pos: 130.5,161.5 + pos: 150.5,123.5 parent: 1 - - uid: 29677 + - uid: 49495 components: - type: Transform - pos: 130.5,162.5 + pos: 149.5,134.5 parent: 1 - - uid: 29678 + - uid: 49496 components: - type: Transform - pos: 130.5,163.5 + pos: 149.5,133.5 parent: 1 - - uid: 29679 + - uid: 49497 components: - type: Transform - pos: 130.5,164.5 + pos: 149.5,132.5 parent: 1 - - uid: 29680 + - uid: 49498 components: - type: Transform - pos: 130.5,165.5 + pos: 149.5,130.5 parent: 1 - - uid: 29681 + - uid: 49499 components: - type: Transform - pos: 120.5,169.5 + pos: 149.5,129.5 parent: 1 - - uid: 29682 + - uid: 49500 components: - type: Transform - pos: 119.5,157.5 + pos: 149.5,128.5 parent: 1 - - uid: 29683 + - uid: 49501 components: - type: Transform - pos: 120.5,170.5 + pos: 149.5,127.5 parent: 1 - - uid: 29684 + - uid: 49502 components: - type: Transform - pos: 119.5,159.5 + pos: 149.5,125.5 parent: 1 - - uid: 29685 + - uid: 49503 components: - type: Transform - pos: 119.5,158.5 + pos: 149.5,124.5 parent: 1 - - uid: 29686 + - uid: 49504 components: - type: Transform - pos: 62.5,50.5 + pos: 149.5,123.5 parent: 1 - - uid: 29687 + - uid: 49505 components: - type: Transform - pos: 61.5,40.5 + pos: 148.5,134.5 parent: 1 - - uid: 29688 + - uid: 49506 components: - type: Transform - pos: 67.5,45.5 + pos: 148.5,133.5 parent: 1 - - uid: 29689 + - uid: 49507 components: - type: Transform - pos: 149.5,193.5 + pos: 148.5,132.5 parent: 1 - - uid: 29690 + - uid: 49508 components: - type: Transform - pos: 150.5,193.5 + pos: 148.5,127.5 parent: 1 - - uid: 29691 + - uid: 49509 components: - type: Transform - pos: 119.5,160.5 + pos: 148.5,126.5 parent: 1 - - uid: 29692 + - uid: 49510 components: - type: Transform - pos: 119.5,161.5 + pos: 148.5,125.5 parent: 1 - - uid: 29693 + - uid: 49511 components: - type: Transform - pos: 119.5,162.5 + pos: 148.5,124.5 parent: 1 - - uid: 29694 + - uid: 49512 components: - type: Transform - pos: 119.5,163.5 + pos: 148.5,123.5 parent: 1 - - uid: 29695 + - uid: 49513 components: - type: Transform - pos: 119.5,164.5 + pos: 147.5,134.5 parent: 1 - - uid: 29696 + - uid: 49514 components: - type: Transform - pos: 119.5,165.5 + pos: 147.5,133.5 parent: 1 - - uid: 29697 + - uid: 49515 components: - type: Transform - pos: 119.5,166.5 + pos: 147.5,132.5 parent: 1 - - uid: 29698 + - uid: 49516 components: - type: Transform - pos: 119.5,167.5 + pos: 147.5,131.5 parent: 1 - - uid: 29699 + - uid: 49517 components: - type: Transform - pos: 119.5,168.5 + pos: 147.5,130.5 parent: 1 - - uid: 29700 + - uid: 49518 components: - type: Transform - pos: 119.5,169.5 + pos: 147.5,129.5 parent: 1 - - uid: 29701 + - uid: 49519 components: - type: Transform - pos: 119.5,170.5 + pos: 147.5,128.5 parent: 1 - - uid: 29702 + - uid: 49520 components: - type: Transform - pos: 119.5,171.5 + pos: 147.5,126.5 parent: 1 - - uid: 29703 + - uid: 49521 components: - type: Transform - pos: 119.5,172.5 + pos: 147.5,125.5 parent: 1 - - uid: 29704 + - uid: 49522 components: - type: Transform - pos: 119.5,173.5 + pos: 147.5,124.5 parent: 1 - - uid: 29705 + - uid: 49523 components: - type: Transform - pos: 119.5,174.5 + pos: 147.5,123.5 parent: 1 - - uid: 29707 + - uid: 49524 components: - type: Transform - pos: 143.5,192.5 + pos: 146.5,134.5 parent: 1 - - uid: 29708 + - uid: 49525 components: - type: Transform - pos: 146.5,192.5 + pos: 146.5,133.5 parent: 1 - - uid: 29709 + - uid: 49526 components: - type: Transform - pos: -168.5,-163.5 + pos: 146.5,132.5 parent: 1 - - uid: 29710 + - uid: 49527 components: - type: Transform - pos: -167.5,-154.5 + pos: 146.5,131.5 parent: 1 - - uid: 29711 + - uid: 49528 components: - type: Transform - pos: -165.5,-155.5 + pos: 146.5,130.5 parent: 1 - - uid: 29712 + - uid: 49529 components: - type: Transform - pos: -170.5,-163.5 + pos: 146.5,129.5 parent: 1 - - uid: 29713 + - uid: 49530 components: - type: Transform - pos: -170.5,-162.5 + pos: 146.5,128.5 parent: 1 - - uid: 29714 + - uid: 49531 components: - type: Transform - pos: -185.5,-160.5 + pos: 146.5,127.5 parent: 1 - - uid: 29715 + - uid: 49532 components: - type: Transform - pos: -184.5,-155.5 + pos: 146.5,126.5 parent: 1 - - uid: 29716 + - uid: 49533 components: - type: Transform - pos: -184.5,-154.5 + pos: 146.5,125.5 parent: 1 - - uid: 29717 + - uid: 49534 components: - type: Transform - pos: -185.5,-163.5 + pos: 146.5,124.5 parent: 1 - - uid: 29718 + - uid: 49535 components: - type: Transform - pos: -185.5,-162.5 + pos: 146.5,123.5 parent: 1 - - uid: 29719 + - uid: 49536 components: - type: Transform - pos: -185.5,-161.5 + pos: 145.5,134.5 parent: 1 - - uid: 29720 + - uid: 49537 components: - type: Transform - pos: 145.5,192.5 + pos: 145.5,133.5 parent: 1 - - uid: 29721 + - uid: 49538 components: - type: Transform - pos: -196.5,-144.5 + pos: 145.5,132.5 parent: 1 - - uid: 29722 + - uid: 49539 components: - type: Transform - pos: -183.5,-148.5 + pos: 145.5,131.5 parent: 1 - - uid: 29723 + - uid: 49540 components: - type: Transform - pos: 214.5,171.5 + pos: 145.5,130.5 parent: 1 - - uid: 29724 + - uid: 49541 components: - type: Transform - pos: -143.5,-165.5 + pos: 145.5,129.5 parent: 1 - - uid: 29725 + - uid: 49542 components: - type: Transform - pos: 66.5,50.5 + pos: 145.5,128.5 parent: 1 - - uid: 29726 + - uid: 49543 components: - type: Transform - pos: 66.5,57.5 + pos: 145.5,127.5 parent: 1 - - uid: 29727 + - uid: 49544 components: - type: Transform - pos: 61.5,38.5 + pos: 145.5,126.5 parent: 1 - - uid: 29728 + - uid: 49545 components: - type: Transform - pos: 44.5,63.5 + pos: 145.5,125.5 parent: 1 - - uid: 29729 + - uid: 49546 components: - type: Transform - pos: 139.5,189.5 + pos: 145.5,124.5 parent: 1 - - uid: 29730 + - uid: 49547 components: - type: Transform - pos: -161.5,-154.5 + pos: 145.5,123.5 parent: 1 - - uid: 29731 + - uid: 49548 components: - type: Transform - pos: -162.5,-163.5 + pos: 155.5,134.5 parent: 1 - - uid: 29732 + - uid: 49549 components: - type: Transform - pos: 74.5,43.5 + pos: 154.5,131.5 parent: 1 - - uid: 29733 + - uid: 49550 components: - type: Transform - pos: -178.5,-157.5 + pos: 154.5,132.5 parent: 1 - - uid: 29734 + - uid: 49551 components: - type: Transform - pos: -178.5,-159.5 + pos: 155.5,131.5 parent: 1 - - uid: 29735 + - uid: 49552 components: - type: Transform - pos: -171.5,-154.5 + pos: 122.5,139.5 parent: 1 - - uid: 29736 + - uid: 49553 components: - type: Transform - pos: -172.5,-163.5 + pos: 122.5,142.5 parent: 1 - - uid: 29737 + - uid: 49554 components: - type: Transform - pos: -173.5,-160.5 + pos: 122.5,166.5 parent: 1 - - uid: 29738 + - uid: 49555 components: - type: Transform - pos: -172.5,-156.5 + pos: 120.5,187.5 parent: 1 - - uid: 29739 + - uid: 49556 components: - type: Transform - pos: -172.5,-155.5 + pos: 120.5,171.5 parent: 1 - - uid: 29740 + - uid: 49557 components: - type: Transform - pos: -172.5,-154.5 + pos: 140.5,126.5 parent: 1 - - uid: 29741 + - uid: 49558 components: - type: Transform - pos: -172.5,-157.5 + pos: 140.5,127.5 parent: 1 - - uid: 29743 + - uid: 49559 components: - type: Transform - pos: -196.5,-165.5 + pos: 140.5,128.5 parent: 1 - - uid: 29744 + - uid: 49560 components: - type: Transform - pos: 53.5,48.5 + pos: 140.5,129.5 parent: 1 - - uid: 29745 + - uid: 49561 components: - type: Transform - pos: 77.5,52.5 + pos: 140.5,130.5 parent: 1 - - uid: 29746 + - uid: 49562 components: - type: Transform - pos: -196.5,-151.5 + pos: 140.5,131.5 parent: 1 - - uid: 29747 + - uid: 49563 components: - type: Transform - pos: 142.5,192.5 + pos: 140.5,132.5 parent: 1 - - uid: 29748 + - uid: 49564 components: - type: Transform - pos: 141.5,192.5 + pos: 122.5,145.5 parent: 1 - - uid: 29749 + - uid: 49565 components: - type: Transform - pos: 140.5,192.5 + pos: 122.5,144.5 parent: 1 - - uid: 29750 + - uid: 49566 components: - type: Transform - pos: 139.5,192.5 + pos: 120.5,145.5 parent: 1 - - uid: 29751 + - uid: 49567 components: - type: Transform - pos: 139.5,191.5 + pos: 122.5,148.5 parent: 1 - - uid: 29752 + - uid: 49568 components: - type: Transform - pos: -154.5,-154.5 + pos: 121.5,142.5 parent: 1 - - uid: 29753 + - uid: 49569 components: - type: Transform - pos: -171.5,-158.5 + pos: 121.5,141.5 parent: 1 - - uid: 29754 + - uid: 49570 components: - type: Transform - pos: 66.5,37.5 + pos: 122.5,151.5 parent: 1 - - uid: 29755 + - uid: 49571 components: - type: Transform - pos: -161.5,-162.5 + pos: 122.5,150.5 parent: 1 - - uid: 29756 + - uid: 49572 components: - type: Transform - pos: 121.5,175.5 + pos: 122.5,149.5 parent: 1 - - uid: 29757 + - uid: 49573 components: - type: Transform - pos: 121.5,174.5 + pos: 121.5,150.5 parent: 1 - - uid: 29758 + - uid: 49574 components: - type: Transform - pos: 121.5,173.5 + pos: 121.5,149.5 parent: 1 - - uid: 29759 + - uid: 49575 components: - type: Transform - pos: 121.5,172.5 + pos: 121.5,148.5 parent: 1 - - uid: 29760 + - uid: 49576 components: - type: Transform - pos: 121.5,184.5 + pos: 121.5,147.5 parent: 1 - - uid: 29761 + - uid: 49577 components: - type: Transform - pos: 121.5,188.5 + pos: 121.5,146.5 parent: 1 - - uid: 29763 + - uid: 49578 components: - type: Transform - pos: 121.5,186.5 + pos: 121.5,145.5 parent: 1 - - uid: 29764 + - uid: 49579 components: - type: Transform - pos: 121.5,185.5 + pos: 121.5,144.5 parent: 1 - - uid: 29765 + - uid: 49580 components: - type: Transform - pos: 121.5,191.5 + pos: 121.5,143.5 parent: 1 - - uid: 29766 + - uid: 49581 components: - type: Transform - pos: 121.5,190.5 + pos: 119.5,152.5 parent: 1 - - uid: 29767 + - uid: 49582 components: - type: Transform - pos: 121.5,189.5 + pos: 119.5,151.5 parent: 1 - - uid: 29768 + - uid: 49583 components: - type: Transform - pos: 122.5,172.5 + pos: 119.5,150.5 parent: 1 - - uid: 29769 + - uid: 49584 components: - type: Transform - pos: 122.5,171.5 + pos: 130.5,155.5 parent: 1 - - uid: 29770 + - uid: 49585 components: - type: Transform - pos: 121.5,198.5 + pos: 130.5,156.5 parent: 1 - - uid: 29771 + - uid: 49586 components: - type: Transform - pos: 121.5,197.5 + pos: 130.5,152.5 parent: 1 - - uid: 29772 + - uid: 49587 components: - type: Transform - pos: 121.5,196.5 + pos: 130.5,150.5 parent: 1 - - uid: 29773 + - uid: 49588 components: - type: Transform - pos: 121.5,195.5 + pos: 130.5,151.5 parent: 1 - - uid: 29774 + - uid: 49589 components: - type: Transform - pos: 121.5,194.5 + pos: 121.5,151.5 parent: 1 - - uid: 29775 + - uid: 49590 components: - type: Transform - pos: 121.5,193.5 + pos: 124.5,152.5 parent: 1 - - uid: 29776 + - uid: 49591 components: - type: Transform - pos: 121.5,192.5 + pos: 123.5,170.5 parent: 1 - - uid: 29777 + - uid: 49592 components: - type: Transform - pos: 122.5,190.5 + pos: 123.5,169.5 parent: 1 - - uid: 29778 + - uid: 49593 components: - type: Transform - pos: 122.5,189.5 + pos: 123.5,168.5 parent: 1 - - uid: 29780 + - uid: 49594 components: - type: Transform - pos: 122.5,187.5 + pos: 123.5,167.5 parent: 1 - - uid: 29781 + - uid: 49595 components: - type: Transform - pos: 122.5,186.5 + pos: 123.5,166.5 parent: 1 - - uid: 29782 + - uid: 49596 components: - type: Transform - pos: 122.5,185.5 + pos: 123.5,165.5 parent: 1 - - uid: 29783 + - uid: 49597 components: - type: Transform - pos: 122.5,184.5 + pos: 123.5,164.5 parent: 1 - - uid: 29784 + - uid: 49598 components: - type: Transform - pos: 122.5,183.5 + pos: 123.5,163.5 parent: 1 - - uid: 29785 + - uid: 49599 components: - type: Transform - pos: 122.5,182.5 + pos: 123.5,162.5 parent: 1 - - uid: 29788 + - uid: 49600 components: - type: Transform - pos: 122.5,179.5 + pos: 123.5,161.5 parent: 1 - - uid: 29789 + - uid: 49601 components: - type: Transform - pos: 122.5,178.5 + pos: 123.5,160.5 parent: 1 - - uid: 29790 + - uid: 49602 components: - type: Transform - pos: 122.5,177.5 + pos: 123.5,159.5 parent: 1 - - uid: 29791 + - uid: 49603 components: - type: Transform - pos: 122.5,176.5 + pos: 123.5,158.5 parent: 1 - - uid: 29792 + - uid: 49604 components: - type: Transform - pos: 122.5,175.5 + pos: 123.5,157.5 parent: 1 - - uid: 29793 + - uid: 49605 components: - type: Transform - pos: 122.5,174.5 + pos: 123.5,156.5 parent: 1 - - uid: 29794 + - uid: 49606 components: - type: Transform - pos: 122.5,173.5 + pos: 123.5,155.5 parent: 1 - - uid: 29795 + - uid: 49607 components: - type: Transform - pos: 122.5,198.5 + pos: 123.5,154.5 parent: 1 - - uid: 29796 + - uid: 49608 components: - type: Transform - pos: 122.5,197.5 + pos: 123.5,153.5 parent: 1 - - uid: 29797 + - uid: 49609 components: - type: Transform - pos: 122.5,196.5 + pos: 123.5,152.5 parent: 1 - - uid: 29798 + - uid: 49610 components: - type: Transform - pos: 122.5,195.5 + pos: 122.5,170.5 parent: 1 - - uid: 29799 + - uid: 49611 components: - type: Transform - pos: 122.5,194.5 + pos: 122.5,169.5 parent: 1 - - uid: 29800 + - uid: 49612 components: - type: Transform - pos: 122.5,193.5 + pos: 117.5,155.5 parent: 1 - - uid: 29801 + - uid: 49613 components: - type: Transform - pos: 122.5,192.5 + pos: 118.5,153.5 parent: 1 - - uid: 29802 + - uid: 49614 components: - type: Transform - pos: 122.5,191.5 + pos: 118.5,154.5 parent: 1 - - uid: 29803 + - uid: 49615 components: - type: Transform - pos: 123.5,172.5 + pos: 118.5,155.5 parent: 1 - - uid: 29804 + - uid: 49616 components: - type: Transform - pos: 123.5,171.5 + pos: 118.5,156.5 parent: 1 - - uid: 29805 + - uid: 49617 components: - type: Transform - pos: 123.5,174.5 + pos: 119.5,156.5 parent: 1 - - uid: 29807 + - uid: 49618 components: - type: Transform - pos: 123.5,176.5 + pos: 119.5,155.5 parent: 1 - - uid: 29808 + - uid: 49619 components: - type: Transform - pos: 123.5,177.5 + pos: 119.5,154.5 parent: 1 - - uid: 29809 + - uid: 49620 components: - type: Transform - pos: 123.5,178.5 + pos: 119.5,153.5 parent: 1 - - uid: 29813 + - uid: 49621 components: - type: Transform - pos: 123.5,182.5 + pos: 130.5,147.5 parent: 1 - - uid: 29814 + - uid: 49622 components: - type: Transform - pos: 123.5,183.5 + pos: 131.5,145.5 parent: 1 - - uid: 29815 + - uid: 49623 components: - type: Transform - pos: 123.5,184.5 + pos: 131.5,146.5 parent: 1 - - uid: 29816 + - uid: 49624 components: - type: Transform - pos: 123.5,185.5 + pos: 131.5,147.5 parent: 1 - - uid: 29817 + - uid: 49625 components: - type: Transform - pos: 123.5,186.5 + pos: 132.5,145.5 parent: 1 - - uid: 29818 + - uid: 49626 components: - type: Transform - pos: 123.5,187.5 + pos: 132.5,146.5 parent: 1 - - uid: 29819 + - uid: 49627 components: - type: Transform - pos: 123.5,188.5 + pos: 140.5,137.5 parent: 1 - - uid: 29820 + - uid: 49628 components: - type: Transform - pos: 123.5,189.5 + pos: 140.5,138.5 parent: 1 - - uid: 29821 + - uid: 49629 components: - type: Transform - pos: 123.5,190.5 + pos: 140.5,139.5 parent: 1 - - uid: 29822 + - uid: 49630 components: - type: Transform - pos: 123.5,191.5 + pos: 140.5,140.5 parent: 1 - - uid: 29823 + - uid: 49631 components: - type: Transform - pos: 123.5,192.5 + pos: 140.5,141.5 parent: 1 - - uid: 29824 + - uid: 49632 components: - type: Transform - pos: 123.5,193.5 + pos: 140.5,142.5 parent: 1 - - uid: 29825 + - uid: 49633 components: - type: Transform - pos: 123.5,194.5 + pos: 139.5,126.5 parent: 1 - - uid: 29826 + - uid: 49634 components: - type: Transform - pos: 123.5,195.5 + pos: 139.5,127.5 parent: 1 - - uid: 29827 + - uid: 49635 components: - type: Transform - pos: 123.5,196.5 + pos: 139.5,128.5 parent: 1 - - uid: 29828 + - uid: 49636 components: - type: Transform - pos: 123.5,197.5 + pos: 139.5,139.5 parent: 1 - - uid: 29829 + - uid: 49637 components: - type: Transform - pos: 123.5,198.5 + pos: 139.5,140.5 parent: 1 - - uid: 29830 + - uid: 49638 components: - type: Transform - pos: 124.5,171.5 + pos: 139.5,141.5 parent: 1 - - uid: 29831 + - uid: 49639 components: - type: Transform - pos: 124.5,172.5 + pos: 139.5,142.5 parent: 1 - - uid: 29832 + - uid: 49640 components: - type: Transform - pos: 124.5,173.5 + pos: 138.5,127.5 parent: 1 - - uid: 29833 + - uid: 49641 components: - type: Transform - pos: 124.5,174.5 + pos: 138.5,128.5 parent: 1 - - uid: 29834 + - uid: 49642 components: - type: Transform - pos: 124.5,175.5 + pos: 138.5,139.5 parent: 1 - - uid: 29835 + - uid: 49643 components: - type: Transform - pos: 124.5,176.5 + pos: 138.5,140.5 parent: 1 - - uid: 29836 + - uid: 49644 components: - type: Transform - pos: 124.5,177.5 + pos: 138.5,141.5 parent: 1 - - uid: 29837 + - uid: 49645 components: - type: Transform - pos: 124.5,178.5 + pos: 138.5,142.5 parent: 1 - - uid: 29838 + - uid: 49646 components: - type: Transform - pos: 124.5,179.5 + pos: 138.5,143.5 parent: 1 - - uid: 29840 + - uid: 49647 components: - type: Transform - pos: 124.5,181.5 + pos: 137.5,127.5 parent: 1 - - uid: 29841 + - uid: 49648 components: - type: Transform - pos: 124.5,182.5 + pos: 137.5,128.5 parent: 1 - - uid: 29842 + - uid: 49649 components: - type: Transform - pos: 124.5,183.5 + pos: 137.5,139.5 parent: 1 - - uid: 29843 + - uid: 49650 components: - type: Transform - pos: 124.5,184.5 + pos: 137.5,140.5 parent: 1 - - uid: 29844 + - uid: 49651 components: - type: Transform - pos: 124.5,185.5 + pos: 137.5,141.5 parent: 1 - - uid: 29845 + - uid: 49652 components: - type: Transform - pos: 124.5,186.5 + pos: 137.5,142.5 parent: 1 - - uid: 29846 + - uid: 49653 components: - type: Transform - pos: 124.5,187.5 + pos: 137.5,143.5 parent: 1 - - uid: 29847 + - uid: 49654 components: - type: Transform - pos: 124.5,188.5 + pos: 136.5,127.5 parent: 1 - - uid: 29848 + - uid: 49655 components: - type: Transform - pos: 124.5,189.5 + pos: 136.5,128.5 parent: 1 - - uid: 29849 + - uid: 49656 components: - type: Transform - pos: 124.5,190.5 + pos: 136.5,139.5 parent: 1 - - uid: 29850 + - uid: 49657 components: - type: Transform - pos: 124.5,191.5 + pos: 136.5,140.5 parent: 1 - - uid: 29851 + - uid: 49658 components: - type: Transform - pos: 124.5,192.5 + pos: 136.5,141.5 parent: 1 - - uid: 29852 + - uid: 49659 components: - type: Transform - pos: 124.5,193.5 + pos: 136.5,142.5 parent: 1 - - uid: 29853 + - uid: 49660 components: - type: Transform - pos: 124.5,194.5 + pos: 136.5,143.5 parent: 1 - - uid: 29854 + - uid: 49661 components: - type: Transform - pos: 124.5,195.5 + pos: 135.5,127.5 parent: 1 - - uid: 29855 + - uid: 49662 components: - type: Transform - pos: 124.5,196.5 + pos: 135.5,128.5 parent: 1 - - uid: 29856 + - uid: 49663 components: - type: Transform - pos: 124.5,197.5 + pos: 135.5,141.5 parent: 1 - - uid: 29857 + - uid: 49664 components: - type: Transform - pos: 124.5,198.5 + pos: 135.5,142.5 parent: 1 - - uid: 29858 + - uid: 49665 components: - type: Transform - pos: 125.5,171.5 + pos: 135.5,143.5 parent: 1 - - uid: 29860 + - uid: 49666 components: - type: Transform - pos: 125.5,173.5 + pos: 136.5,144.5 parent: 1 - - uid: 29861 + - uid: 49667 components: - type: Transform - pos: 125.5,174.5 + pos: 134.5,128.5 parent: 1 - - uid: 29862 + - uid: 49668 components: - type: Transform - pos: 125.5,175.5 + pos: 134.5,140.5 parent: 1 - - uid: 29863 + - uid: 49669 components: - type: Transform - pos: 125.5,176.5 + pos: 134.5,141.5 parent: 1 - - uid: 29864 + - uid: 49670 components: - type: Transform - pos: 125.5,177.5 + pos: 134.5,142.5 parent: 1 - - uid: 29865 + - uid: 49671 components: - type: Transform - pos: 125.5,178.5 + pos: 134.5,143.5 parent: 1 - - uid: 29866 + - uid: 49672 components: - type: Transform - pos: 125.5,179.5 + pos: 133.5,139.5 parent: 1 - - uid: 29867 + - uid: 49673 components: - type: Transform - pos: 125.5,180.5 + pos: 133.5,140.5 parent: 1 - - uid: 29868 + - uid: 49674 components: - type: Transform - pos: 125.5,181.5 + pos: 133.5,141.5 parent: 1 - - uid: 29869 + - uid: 49675 components: - type: Transform - pos: 125.5,182.5 + pos: 133.5,142.5 parent: 1 - - uid: 29870 + - uid: 49676 components: - type: Transform - pos: 125.5,183.5 + pos: 133.5,143.5 parent: 1 - - uid: 29871 + - uid: 49677 components: - type: Transform - pos: 125.5,184.5 + pos: 133.5,144.5 parent: 1 - - uid: 29872 + - uid: 49678 components: - type: Transform - pos: 125.5,185.5 + pos: 132.5,139.5 parent: 1 - - uid: 29873 + - uid: 49679 components: - type: Transform - pos: 125.5,186.5 + pos: 132.5,140.5 parent: 1 - - uid: 29874 + - uid: 49680 components: - type: Transform - pos: 125.5,187.5 + pos: 132.5,141.5 parent: 1 - - uid: 29875 + - uid: 49681 components: - type: Transform - pos: 125.5,188.5 + pos: 132.5,142.5 parent: 1 - - uid: 29876 + - uid: 49682 components: - type: Transform - pos: 125.5,189.5 + pos: 132.5,143.5 parent: 1 - - uid: 29877 + - uid: 49683 components: - type: Transform - pos: 125.5,190.5 + pos: 132.5,144.5 parent: 1 - - uid: 29878 + - uid: 49684 components: - type: Transform - pos: 125.5,191.5 + pos: 172.5,132.5 parent: 1 - - uid: 29879 + - uid: 49685 components: - type: Transform - pos: 125.5,192.5 + pos: 175.5,128.5 parent: 1 - - uid: 29880 + - uid: 49686 components: - type: Transform - pos: 125.5,193.5 + pos: 174.5,130.5 parent: 1 - - uid: 29881 + - uid: 49687 components: - type: Transform - pos: 125.5,194.5 + pos: 175.5,129.5 parent: 1 - - uid: 29882 + - uid: 49688 components: - type: Transform - pos: 125.5,195.5 + pos: 131.5,139.5 parent: 1 - - uid: 29883 + - uid: 49689 components: - type: Transform - pos: 125.5,196.5 + pos: 131.5,140.5 parent: 1 - - uid: 29884 + - uid: 49690 components: - type: Transform - pos: 125.5,197.5 + pos: 131.5,141.5 parent: 1 - - uid: 29885 + - uid: 49691 components: - type: Transform - pos: 125.5,198.5 + pos: 131.5,142.5 parent: 1 - - uid: 29886 + - uid: 49692 components: - type: Transform - pos: 126.5,171.5 + pos: 131.5,143.5 parent: 1 - - uid: 29887 + - uid: 49693 components: - type: Transform - pos: 126.5,172.5 + pos: 131.5,144.5 parent: 1 - - uid: 29888 + - uid: 49694 components: - type: Transform - pos: 126.5,173.5 + pos: 129.5,131.5 parent: 1 - - uid: 29889 + - uid: 49695 components: - type: Transform - pos: 126.5,174.5 + pos: 122.5,165.5 parent: 1 - - uid: 29890 + - uid: 49696 components: - type: Transform - pos: 126.5,175.5 + pos: 122.5,164.5 parent: 1 - - uid: 29891 + - uid: 49697 components: - type: Transform - pos: 126.5,176.5 + pos: 122.5,163.5 parent: 1 - - uid: 29892 + - uid: 49698 components: - type: Transform - pos: 126.5,177.5 + pos: 121.5,167.5 parent: 1 - - uid: 29893 + - uid: 49699 components: - type: Transform - pos: 126.5,178.5 + pos: 121.5,166.5 parent: 1 - - uid: 29894 + - uid: 49700 components: - type: Transform - pos: 126.5,179.5 + pos: 121.5,165.5 parent: 1 - - uid: 29895 + - uid: 49701 components: - type: Transform - pos: 126.5,180.5 + pos: -183.5,-163.5 parent: 1 - - uid: 29896 + - uid: 49702 components: - type: Transform - pos: 126.5,181.5 + pos: 120.5,182.5 parent: 1 - - uid: 29897 + - uid: 49703 components: - type: Transform - pos: 126.5,182.5 + pos: 120.5,181.5 parent: 1 - - uid: 29898 + - uid: 49704 components: - type: Transform - pos: 126.5,183.5 + pos: 120.5,180.5 parent: 1 - - uid: 29899 + - uid: 49705 components: - type: Transform - pos: 126.5,184.5 + pos: 120.5,179.5 parent: 1 - - uid: 29900 + - uid: 49706 components: - type: Transform - pos: 126.5,185.5 + pos: 120.5,178.5 parent: 1 - - uid: 29901 + - uid: 49707 components: - type: Transform - pos: 126.5,186.5 + pos: 120.5,177.5 parent: 1 - - uid: 29902 + - uid: 49708 components: - type: Transform - pos: 126.5,187.5 + pos: 120.5,176.5 parent: 1 - - uid: 29903 + - uid: 49709 components: - type: Transform - pos: 126.5,188.5 + pos: 120.5,175.5 parent: 1 - - uid: 29904 + - uid: 49710 components: - type: Transform - pos: 126.5,189.5 + pos: 120.5,174.5 parent: 1 - - uid: 29905 + - uid: 49711 components: - type: Transform - pos: 126.5,190.5 + pos: 120.5,173.5 parent: 1 - - uid: 29906 + - uid: 49712 components: - type: Transform - pos: 126.5,191.5 + pos: 120.5,172.5 parent: 1 - - uid: 29907 + - uid: 49713 components: - type: Transform - pos: 126.5,192.5 + pos: -149.5,-158.5 parent: 1 - - uid: 29908 + - uid: 49714 components: - type: Transform - pos: 126.5,193.5 + pos: -165.5,-163.5 parent: 1 - - uid: 29909 + - uid: 49715 components: - type: Transform - pos: 126.5,194.5 + pos: -164.5,-155.5 parent: 1 - - uid: 29910 + - uid: 49716 components: - type: Transform - pos: 126.5,195.5 + pos: -155.5,-159.5 parent: 1 - - uid: 29911 + - uid: 49717 components: - type: Transform - pos: 126.5,196.5 + pos: -170.5,-153.5 parent: 1 - - uid: 29912 + - uid: 49718 components: - type: Transform - pos: 126.5,197.5 + pos: -168.5,-151.5 parent: 1 - - uid: 29913 + - uid: 49719 components: - type: Transform - pos: 126.5,198.5 + pos: 127.5,138.5 parent: 1 - - uid: 29914 + - uid: 49720 components: - type: Transform - pos: 127.5,171.5 + pos: 127.5,139.5 parent: 1 - - uid: 29915 + - uid: 49721 components: - type: Transform - pos: 127.5,172.5 + pos: 127.5,140.5 parent: 1 - - uid: 29916 + - uid: 49722 components: - type: Transform - pos: 127.5,173.5 + pos: 127.5,141.5 parent: 1 - - uid: 29917 + - uid: 49723 components: - type: Transform - pos: 127.5,174.5 + pos: 127.5,142.5 parent: 1 - - uid: 29918 + - uid: 49724 components: - type: Transform - pos: 127.5,175.5 + pos: 127.5,143.5 parent: 1 - - uid: 29919 + - uid: 49725 components: - type: Transform - pos: 127.5,176.5 + pos: 127.5,146.5 parent: 1 - - uid: 29920 + - uid: 49726 components: - type: Transform - pos: 127.5,177.5 + pos: 127.5,147.5 parent: 1 - - uid: 29921 + - uid: 49727 components: - type: Transform - pos: 127.5,178.5 + pos: 127.5,148.5 parent: 1 - - uid: 29922 + - uid: 49728 components: - type: Transform - pos: 127.5,179.5 + pos: 127.5,149.5 parent: 1 - - uid: 29923 + - uid: 49729 components: - type: Transform - pos: 127.5,180.5 + pos: 127.5,150.5 parent: 1 - - uid: 29924 + - uid: 49730 components: - type: Transform - pos: 127.5,181.5 + pos: 127.5,151.5 parent: 1 - - uid: 29925 + - uid: 49731 components: - type: Transform - pos: 127.5,182.5 + pos: 126.5,133.5 parent: 1 - - uid: 29926 + - uid: 49732 components: - type: Transform - pos: 127.5,183.5 + pos: 126.5,134.5 parent: 1 - - uid: 29927 + - uid: 49733 components: - type: Transform - pos: 127.5,184.5 + pos: 126.5,135.5 parent: 1 - - uid: 29928 + - uid: 49734 components: - type: Transform - pos: 127.5,185.5 + pos: 126.5,136.5 parent: 1 - - uid: 29929 + - uid: 49735 components: - type: Transform - pos: 127.5,186.5 + pos: 126.5,137.5 parent: 1 - - uid: 29930 + - uid: 49736 components: - type: Transform - pos: 127.5,187.5 + pos: 126.5,138.5 parent: 1 - - uid: 29931 + - uid: 49737 components: - type: Transform - pos: 127.5,188.5 + pos: 126.5,139.5 parent: 1 - - uid: 29932 + - uid: 49738 components: - type: Transform - pos: 127.5,189.5 + pos: 126.5,140.5 parent: 1 - - uid: 29933 + - uid: 49739 components: - type: Transform - pos: 127.5,190.5 + pos: 126.5,141.5 parent: 1 - - uid: 29934 + - uid: 49740 components: - type: Transform - pos: 127.5,191.5 + pos: 126.5,142.5 parent: 1 - - uid: 29935 + - uid: 49741 components: - type: Transform - pos: 127.5,192.5 + pos: 126.5,143.5 parent: 1 - - uid: 29936 + - uid: 49742 components: - type: Transform - pos: 127.5,193.5 + pos: 126.5,146.5 parent: 1 - - uid: 29937 + - uid: 49743 components: - type: Transform - pos: 127.5,194.5 + pos: 126.5,147.5 parent: 1 - - uid: 29938 + - uid: 49744 components: - type: Transform - pos: 127.5,195.5 + pos: 126.5,148.5 parent: 1 - - uid: 29939 + - uid: 49745 components: - type: Transform - pos: 127.5,196.5 + pos: 126.5,149.5 parent: 1 - - uid: 29940 + - uid: 49746 components: - type: Transform - pos: 127.5,197.5 + pos: 126.5,150.5 parent: 1 - - uid: 29941 + - uid: 49747 components: - type: Transform - pos: 127.5,198.5 + pos: 126.5,151.5 parent: 1 - - uid: 29942 + - uid: 49748 components: - type: Transform - pos: 128.5,171.5 + pos: 125.5,133.5 parent: 1 - - uid: 29943 + - uid: 49749 components: - type: Transform - pos: 128.5,172.5 + pos: 125.5,134.5 parent: 1 - - uid: 29944 + - uid: 49750 components: - type: Transform - pos: 128.5,173.5 + pos: 125.5,135.5 parent: 1 - - uid: 29945 + - uid: 49751 components: - type: Transform - pos: 128.5,174.5 + pos: 125.5,136.5 parent: 1 - - uid: 29946 + - uid: 49752 components: - type: Transform - pos: 128.5,175.5 + pos: 125.5,137.5 parent: 1 - - uid: 29948 + - uid: 49753 components: - type: Transform - pos: 128.5,177.5 + pos: 125.5,138.5 parent: 1 - - uid: 29949 + - uid: 49754 components: - type: Transform - pos: 128.5,178.5 + pos: 125.5,139.5 parent: 1 - - uid: 29950 + - uid: 49755 components: - type: Transform - pos: 128.5,179.5 + pos: 125.5,140.5 parent: 1 - - uid: 29951 + - uid: 49756 components: - type: Transform - pos: 128.5,180.5 + pos: 125.5,141.5 parent: 1 - - uid: 29952 + - uid: 49757 components: - type: Transform - pos: 128.5,181.5 + pos: 125.5,142.5 parent: 1 - - uid: 29953 + - uid: 49758 components: - type: Transform - pos: 128.5,182.5 + pos: 125.5,143.5 parent: 1 - - uid: 29954 + - uid: 49759 components: - type: Transform - pos: 128.5,183.5 + pos: 125.5,144.5 parent: 1 - - uid: 29955 + - uid: 49760 components: - type: Transform - pos: 128.5,184.5 + pos: 125.5,146.5 parent: 1 - - uid: 29956 + - uid: 49761 components: - type: Transform - pos: 128.5,185.5 + pos: 125.5,147.5 parent: 1 - - uid: 29957 + - uid: 49762 components: - type: Transform - pos: 128.5,186.5 + pos: 125.5,148.5 parent: 1 - - uid: 29958 + - uid: 49763 components: - type: Transform - pos: 128.5,187.5 + pos: 125.5,149.5 parent: 1 - - uid: 29959 + - uid: 49764 components: - type: Transform - pos: 128.5,188.5 + pos: 125.5,150.5 parent: 1 - - uid: 29960 + - uid: 49765 components: - type: Transform - pos: 128.5,189.5 + pos: 125.5,151.5 parent: 1 - - uid: 29961 + - uid: 49766 components: - type: Transform - pos: 128.5,190.5 + pos: 124.5,133.5 parent: 1 - - uid: 29962 + - uid: 49767 components: - type: Transform - pos: 128.5,191.5 + pos: 124.5,134.5 parent: 1 - - uid: 29963 + - uid: 49768 components: - type: Transform - pos: 128.5,192.5 + pos: 124.5,135.5 parent: 1 - - uid: 29964 + - uid: 49769 components: - type: Transform - pos: 128.5,193.5 + pos: 124.5,136.5 parent: 1 - - uid: 29965 + - uid: 49770 components: - type: Transform - pos: 128.5,194.5 + pos: 124.5,137.5 parent: 1 - - uid: 29966 + - uid: 49771 components: - type: Transform - pos: 128.5,195.5 + pos: 124.5,138.5 parent: 1 - - uid: 29967 + - uid: 49772 components: - type: Transform - pos: 128.5,196.5 + pos: 124.5,139.5 parent: 1 - - uid: 29968 + - uid: 49773 components: - type: Transform - pos: 128.5,197.5 + pos: 124.5,140.5 parent: 1 - - uid: 29969 + - uid: 49774 components: - type: Transform - pos: 128.5,198.5 + pos: 124.5,141.5 parent: 1 - - uid: 29970 + - uid: 49775 components: - type: Transform - pos: 129.5,171.5 + pos: 124.5,142.5 parent: 1 - - uid: 29971 + - uid: 49776 components: - type: Transform - pos: 129.5,172.5 + pos: 124.5,143.5 parent: 1 - - uid: 29972 + - uid: 49777 components: - type: Transform - pos: 129.5,173.5 + pos: 124.5,144.5 parent: 1 - - uid: 29973 + - uid: 49778 components: - type: Transform - pos: 129.5,174.5 + pos: 124.5,145.5 parent: 1 - - uid: 29974 + - uid: 49779 components: - type: Transform - pos: 129.5,175.5 + pos: 124.5,146.5 parent: 1 - - uid: 29975 + - uid: 49780 components: - type: Transform - pos: 129.5,176.5 + pos: 124.5,147.5 parent: 1 - - uid: 29976 + - uid: 49781 components: - type: Transform - pos: 129.5,177.5 + pos: 124.5,148.5 parent: 1 - - uid: 29977 + - uid: 49782 components: - type: Transform - pos: 129.5,178.5 + pos: 124.5,149.5 parent: 1 - - uid: 29978 + - uid: 49783 components: - type: Transform - pos: 129.5,179.5 + pos: 124.5,150.5 parent: 1 - - uid: 29979 + - uid: 49784 components: - type: Transform - pos: 129.5,180.5 + pos: 124.5,151.5 parent: 1 - - uid: 29980 + - uid: 49785 components: - type: Transform - pos: 129.5,181.5 + pos: 123.5,133.5 parent: 1 - - uid: 29981 + - uid: 49786 components: - type: Transform - pos: 129.5,182.5 + pos: 123.5,134.5 parent: 1 - - uid: 29982 + - uid: 49787 components: - type: Transform - pos: 129.5,183.5 + pos: 123.5,135.5 parent: 1 - - uid: 29983 + - uid: 49788 components: - type: Transform - pos: 129.5,184.5 + pos: 123.5,136.5 parent: 1 - - uid: 29984 + - uid: 49789 components: - type: Transform - pos: 129.5,185.5 + pos: 123.5,137.5 parent: 1 - - uid: 29985 + - uid: 49790 components: - type: Transform - pos: 129.5,186.5 + pos: 123.5,138.5 parent: 1 - - uid: 29986 + - uid: 49791 components: - type: Transform - pos: 129.5,187.5 + pos: 123.5,139.5 parent: 1 - - uid: 29987 + - uid: 49792 components: - type: Transform - pos: 129.5,188.5 + pos: 123.5,140.5 parent: 1 - - uid: 29988 + - uid: 49793 components: - type: Transform - pos: 129.5,189.5 + pos: 123.5,141.5 parent: 1 - - uid: 29989 + - uid: 49794 components: - type: Transform - pos: 129.5,190.5 + pos: 123.5,142.5 parent: 1 - - uid: 29990 + - uid: 49795 components: - type: Transform - pos: 129.5,191.5 + pos: 123.5,143.5 parent: 1 - - uid: 29991 + - uid: 49796 components: - type: Transform - pos: 129.5,192.5 + pos: 123.5,144.5 parent: 1 - - uid: 29992 + - uid: 49797 components: - type: Transform - pos: 129.5,193.5 + pos: 123.5,145.5 parent: 1 - - uid: 29993 + - uid: 49798 components: - type: Transform - pos: 129.5,194.5 + pos: 123.5,146.5 parent: 1 - - uid: 29994 + - uid: 49799 components: - type: Transform - pos: 129.5,195.5 + pos: 123.5,147.5 parent: 1 - - uid: 29995 + - uid: 49800 components: - type: Transform - pos: 129.5,196.5 + pos: 123.5,148.5 parent: 1 - - uid: 29996 + - uid: 49801 components: - type: Transform - pos: 129.5,197.5 + pos: 123.5,149.5 parent: 1 - - uid: 29997 + - uid: 49802 components: - type: Transform - pos: 129.5,198.5 + pos: 123.5,150.5 parent: 1 - - uid: 29998 + - uid: 49803 components: - type: Transform - pos: 138.5,199.5 + pos: 123.5,151.5 parent: 1 - - uid: 29999 + - uid: 49804 components: - type: Transform - pos: 138.5,198.5 + pos: -150.5,-192.5 parent: 1 - - uid: 30000 + - uid: 49805 components: - type: Transform - pos: 138.5,197.5 + pos: -149.5,-192.5 parent: 1 - - uid: 30001 + - uid: 49806 components: - type: Transform - pos: 138.5,196.5 + pos: 122.5,134.5 parent: 1 - - uid: 30002 + - uid: 49807 components: - type: Transform - pos: 138.5,195.5 + pos: 122.5,133.5 parent: 1 - - uid: 30003 + - uid: 49808 components: - type: Transform - pos: 138.5,194.5 + pos: 122.5,132.5 parent: 1 - - uid: 30004 + - uid: 49809 components: - type: Transform - pos: 138.5,193.5 + pos: 122.5,131.5 parent: 1 - - uid: 30005 + - uid: 49810 components: - type: Transform - pos: 138.5,192.5 + pos: 123.5,132.5 parent: 1 - - uid: 30006 + - uid: 49811 components: - type: Transform - pos: 138.5,191.5 + pos: 123.5,131.5 parent: 1 - - uid: 30007 + - uid: 49812 components: - type: Transform - pos: 138.5,190.5 + pos: 124.5,132.5 parent: 1 - - uid: 30008 + - uid: 49813 components: - type: Transform - pos: 138.5,189.5 + pos: 129.5,147.5 parent: 1 - - uid: 30009 + - uid: 49814 components: - type: Transform - pos: 138.5,188.5 + pos: 129.5,146.5 parent: 1 - - uid: 30010 + - uid: 49815 components: - type: Transform - pos: 137.5,199.5 + pos: 129.5,145.5 parent: 1 - - uid: 30011 + - uid: 49816 components: - type: Transform - pos: 137.5,198.5 + pos: 128.5,147.5 parent: 1 - - uid: 30012 + - uid: 49817 components: - type: Transform - pos: 137.5,197.5 + pos: 128.5,146.5 parent: 1 - - uid: 30013 + - uid: 49818 components: - type: Transform - pos: 137.5,196.5 + pos: 135.5,144.5 parent: 1 - - uid: 30014 + - uid: 49819 components: - type: Transform - pos: 137.5,195.5 + pos: 134.5,144.5 parent: 1 - - uid: 30015 + - uid: 49820 components: - type: Transform - pos: 137.5,194.5 + pos: -149.5,-193.5 parent: 1 - - uid: 30016 + - uid: 49821 components: - type: Transform - pos: 137.5,193.5 + pos: -149.5,-194.5 parent: 1 - - uid: 30017 + - uid: 49822 components: - type: Transform - pos: 137.5,192.5 + pos: -149.5,-195.5 parent: 1 - - uid: 30018 + - uid: 49823 components: - type: Transform - pos: 137.5,191.5 + pos: -149.5,-196.5 parent: 1 - - uid: 30019 + - uid: 49824 components: - type: Transform - pos: 137.5,190.5 + pos: -149.5,-197.5 parent: 1 - - uid: 30020 + - uid: 49825 components: - type: Transform - pos: 137.5,189.5 + pos: -149.5,-198.5 parent: 1 - - uid: 30021 + - uid: 49826 components: - type: Transform - pos: 137.5,188.5 + pos: -150.5,-193.5 parent: 1 - - uid: 30022 + - uid: 49827 components: - type: Transform - pos: 136.5,199.5 + pos: -150.5,-194.5 parent: 1 - - uid: 30023 + - uid: 49828 components: - type: Transform - pos: 136.5,198.5 + pos: -150.5,-195.5 parent: 1 - - uid: 30024 + - uid: 49829 components: - type: Transform - pos: 136.5,197.5 + pos: -150.5,-196.5 parent: 1 - - uid: 30025 + - uid: 49830 components: - type: Transform - pos: 136.5,196.5 + pos: -150.5,-197.5 parent: 1 - - uid: 30026 + - uid: 49831 components: - type: Transform - pos: 136.5,195.5 + pos: -150.5,-198.5 parent: 1 - - uid: 30027 + - uid: 49832 components: - type: Transform - pos: 136.5,194.5 + pos: -151.5,-193.5 parent: 1 - - uid: 30028 + - uid: 49833 components: - type: Transform - pos: 136.5,193.5 + pos: -151.5,-194.5 parent: 1 - - uid: 30029 + - uid: 49834 components: - type: Transform - pos: 136.5,192.5 + pos: -151.5,-195.5 parent: 1 - - uid: 30030 + - uid: 49835 components: - type: Transform - pos: 136.5,191.5 + pos: -151.5,-196.5 parent: 1 - - uid: 30031 + - uid: 49836 components: - type: Transform - pos: 136.5,190.5 + pos: -151.5,-197.5 parent: 1 - - uid: 30032 + - uid: 49837 components: - type: Transform - pos: 136.5,189.5 + pos: -151.5,-198.5 parent: 1 - - uid: 30033 + - uid: 49838 components: - type: Transform - pos: 136.5,188.5 + pos: -152.5,-194.5 parent: 1 - - uid: 30034 + - uid: 49839 components: - type: Transform - pos: 135.5,199.5 + pos: -152.5,-195.5 parent: 1 - - uid: 30035 + - uid: 49840 components: - type: Transform - pos: 135.5,198.5 + pos: -152.5,-196.5 parent: 1 - - uid: 30036 + - uid: 49841 components: - type: Transform - pos: 135.5,197.5 + pos: -152.5,-197.5 parent: 1 - - uid: 30037 + - uid: 49842 components: - type: Transform - pos: 135.5,196.5 + pos: -152.5,-198.5 parent: 1 - - uid: 30038 + - uid: 49843 components: - type: Transform - pos: 135.5,195.5 + pos: -153.5,-194.5 parent: 1 - - uid: 30039 + - uid: 49844 components: - type: Transform - pos: 135.5,194.5 + pos: -153.5,-195.5 parent: 1 - - uid: 30040 + - uid: 49845 components: - type: Transform - pos: 135.5,193.5 + pos: -153.5,-196.5 parent: 1 - - uid: 30041 + - uid: 49846 components: - type: Transform - pos: 135.5,192.5 + pos: -153.5,-197.5 parent: 1 - - uid: 30042 + - uid: 49847 components: - type: Transform - pos: 135.5,191.5 + pos: -153.5,-198.5 parent: 1 - - uid: 30043 + - uid: 49848 components: - type: Transform - pos: 135.5,190.5 + pos: 131.5,149.5 parent: 1 - - uid: 30044 + - uid: 49849 components: - type: Transform - pos: 135.5,189.5 + pos: 131.5,148.5 parent: 1 - - uid: 30045 + - uid: 49850 components: - type: Transform - pos: 135.5,188.5 + pos: 130.5,149.5 parent: 1 - - uid: 30046 + - uid: 49851 components: - type: Transform - pos: 134.5,199.5 + pos: 130.5,148.5 parent: 1 - - uid: 30047 + - uid: 49852 components: - type: Transform - pos: 134.5,198.5 + pos: 129.5,149.5 parent: 1 - - uid: 30048 + - uid: 49853 components: - type: Transform - pos: 134.5,197.5 + pos: 129.5,148.5 parent: 1 - - uid: 30049 + - uid: 49854 components: - type: Transform - pos: 134.5,196.5 + pos: 128.5,149.5 parent: 1 - - uid: 30050 + - uid: 49855 components: - type: Transform - pos: 134.5,195.5 + pos: 128.5,148.5 parent: 1 - - uid: 30051 + - uid: 49856 components: - type: Transform - pos: 134.5,194.5 + pos: 132.5,148.5 parent: 1 - - uid: 30052 + - uid: 49857 components: - type: Transform - pos: 134.5,193.5 + pos: 122.5,160.5 parent: 1 - - uid: 30053 + - uid: 49858 components: - type: Transform - pos: 134.5,192.5 + pos: 122.5,159.5 parent: 1 - - uid: 30055 + - uid: 49859 components: - type: Transform - pos: 134.5,190.5 + pos: 122.5,158.5 parent: 1 - - uid: 30056 + - uid: 49860 components: - type: Transform - pos: 134.5,189.5 + pos: 122.5,157.5 parent: 1 - - uid: 30057 + - uid: 49861 components: - type: Transform - pos: 134.5,188.5 + pos: 122.5,156.5 parent: 1 - - uid: 30058 + - uid: 49862 components: - type: Transform - pos: 133.5,199.5 + pos: 122.5,155.5 parent: 1 - - uid: 30059 + - uid: 49863 components: - type: Transform - pos: 133.5,198.5 + pos: 122.5,154.5 parent: 1 - - uid: 30060 + - uid: 49864 components: - type: Transform - pos: 133.5,197.5 + pos: 122.5,153.5 parent: 1 - - uid: 30061 + - uid: 49865 components: - type: Transform - pos: 133.5,196.5 + pos: 122.5,152.5 parent: 1 - - uid: 30062 + - uid: 49866 components: - type: Transform - pos: 133.5,195.5 + pos: 121.5,170.5 parent: 1 - - uid: 30063 + - uid: 49867 components: - type: Transform - pos: 133.5,194.5 + pos: 121.5,169.5 parent: 1 - - uid: 30064 + - uid: 49868 components: - type: Transform - pos: 133.5,193.5 + pos: 121.5,161.5 parent: 1 - - uid: 30065 + - uid: 49869 components: - type: Transform - pos: 133.5,192.5 + pos: 121.5,160.5 parent: 1 - - uid: 30068 + - uid: 49870 components: - type: Transform - pos: 133.5,189.5 + pos: 121.5,159.5 parent: 1 - - uid: 30069 + - uid: 49871 components: - type: Transform - pos: 133.5,188.5 + pos: 121.5,158.5 parent: 1 - - uid: 30070 + - uid: 49872 components: - type: Transform - pos: 132.5,199.5 + pos: 121.5,157.5 parent: 1 - - uid: 30071 + - uid: 49873 components: - type: Transform - pos: 132.5,198.5 + pos: 121.5,156.5 parent: 1 - - uid: 30072 + - uid: 49874 components: - type: Transform - pos: 132.5,197.5 + pos: 121.5,155.5 parent: 1 - - uid: 30073 + - uid: 49875 components: - type: Transform - pos: 132.5,196.5 + pos: 121.5,154.5 parent: 1 - - uid: 30074 + - uid: 49876 components: - type: Transform - pos: 132.5,195.5 + pos: 121.5,153.5 parent: 1 - - uid: 30075 + - uid: 49877 components: - type: Transform - pos: 132.5,194.5 + pos: 121.5,152.5 parent: 1 - - uid: 30076 + - uid: 49878 components: - type: Transform - pos: 132.5,193.5 + pos: -170.5,-159.5 parent: 1 - - uid: 30077 + - uid: 49879 components: - type: Transform - pos: 132.5,192.5 + pos: -170.5,-160.5 parent: 1 - - uid: 30078 + - uid: 49880 components: - type: Transform - pos: 132.5,191.5 + pos: 120.5,192.5 parent: 1 - - uid: 30080 + - uid: 49881 components: - type: Transform - pos: 132.5,189.5 + pos: 120.5,191.5 parent: 1 - - uid: 30081 + - uid: 49882 components: - type: Transform - pos: 132.5,188.5 + pos: 120.5,193.5 parent: 1 - - uid: 30082 + - uid: 49883 components: - type: Transform - pos: 131.5,199.5 + pos: 120.5,195.5 parent: 1 - - uid: 30083 + - uid: 49884 components: - type: Transform - pos: 131.5,198.5 + pos: 120.5,194.5 parent: 1 - - uid: 30084 + - uid: 49885 components: - type: Transform - pos: 131.5,197.5 + pos: 120.5,196.5 parent: 1 - - uid: 30085 + - uid: 49886 components: - type: Transform - pos: 131.5,196.5 + pos: 121.5,171.5 parent: 1 - - uid: 30086 + - uid: 49887 components: - type: Transform - pos: 131.5,195.5 + pos: 120.5,198.5 parent: 1 - - uid: 30087 + - uid: 49888 components: - type: Transform - pos: 131.5,194.5 + pos: 121.5,181.5 parent: 1 - - uid: 30088 + - uid: 49889 components: - type: Transform - pos: 131.5,193.5 + pos: 121.5,182.5 parent: 1 - - uid: 30089 + - uid: 49890 components: - type: Transform - pos: 131.5,192.5 + pos: 121.5,183.5 parent: 1 - - uid: 30090 + - uid: 49891 components: - type: Transform - pos: 131.5,191.5 + pos: 121.5,176.5 parent: 1 - - uid: 30091 + - uid: 49892 components: - type: Transform - pos: 131.5,190.5 + pos: 121.5,177.5 parent: 1 - - uid: 30093 + - uid: 49893 components: - type: Transform - pos: 131.5,188.5 + pos: 121.5,178.5 parent: 1 - - uid: 30094 + - uid: 49894 components: - type: Transform - pos: 130.5,199.5 + pos: 121.5,179.5 parent: 1 - - uid: 30095 + - uid: 49895 components: - type: Transform - pos: 130.5,198.5 + pos: 121.5,180.5 parent: 1 - - uid: 30096 + - uid: 49896 components: - type: Transform - pos: 130.5,197.5 + pos: 124.5,153.5 parent: 1 - - uid: 30097 + - uid: 49897 components: - type: Transform - pos: 130.5,196.5 + pos: 124.5,154.5 parent: 1 - - uid: 30098 + - uid: 49898 components: - type: Transform - pos: 130.5,195.5 + pos: 124.5,155.5 parent: 1 - - uid: 30099 + - uid: 49899 components: - type: Transform - pos: 130.5,194.5 + pos: 124.5,156.5 parent: 1 - - uid: 30100 + - uid: 49900 components: - type: Transform - pos: 130.5,193.5 + pos: 124.5,157.5 parent: 1 - - uid: 30101 + - uid: 49901 components: - type: Transform - pos: 130.5,192.5 + pos: 124.5,158.5 parent: 1 - - uid: 30102 + - uid: 49902 components: - type: Transform - pos: 130.5,191.5 + pos: 124.5,159.5 parent: 1 - - uid: 30103 + - uid: 49903 components: - type: Transform - pos: 130.5,190.5 + pos: 124.5,160.5 parent: 1 - - uid: 30105 + - uid: 49904 components: - type: Transform - pos: 130.5,188.5 + pos: 124.5,161.5 parent: 1 - - uid: 30106 + - uid: 49905 components: - type: Transform - pos: -151.5,-183.5 + pos: 124.5,162.5 parent: 1 - - uid: 30107 + - uid: 49906 components: - type: Transform - pos: -153.5,-184.5 + pos: 124.5,163.5 parent: 1 - - uid: 30108 + - uid: 49907 components: - type: Transform - pos: 46.5,63.5 + pos: 124.5,164.5 parent: 1 - - uid: 30109 + - uid: 49908 components: - type: Transform - pos: -152.5,-184.5 + pos: 124.5,165.5 parent: 1 - - uid: 30110 + - uid: 49909 components: - type: Transform - pos: -150.5,-183.5 + pos: 124.5,166.5 parent: 1 - - uid: 30111 + - uid: 49910 components: - type: Transform - pos: -151.5,-184.5 + pos: 120.5,190.5 parent: 1 - - uid: 30112 + - uid: 49911 components: - type: Transform - pos: 63.5,42.5 + pos: 124.5,169.5 parent: 1 - - uid: 30113 + - uid: 49912 components: - type: Transform - pos: -150.5,-184.5 + pos: 124.5,170.5 parent: 1 - - uid: 30114 + - uid: 49913 components: - type: Transform - pos: -149.5,-184.5 + pos: 125.5,152.5 parent: 1 - - uid: 30115 + - uid: 49914 components: - type: Transform - pos: -185.5,-158.5 + pos: 125.5,153.5 parent: 1 - - uid: 30116 + - uid: 49915 components: - type: Transform - pos: 120.5,199.5 + pos: 125.5,154.5 parent: 1 - - uid: 30117 + - uid: 49916 components: - type: Transform - pos: -185.5,-155.5 + pos: 125.5,155.5 parent: 1 - - uid: 30118 + - uid: 49917 components: - type: Transform - pos: -185.5,-156.5 + pos: 125.5,156.5 parent: 1 - - uid: 30119 + - uid: 49918 components: - type: Transform - pos: -185.5,-157.5 + pos: 125.5,157.5 parent: 1 - - uid: 30120 + - uid: 49919 components: - type: Transform - pos: -155.5,-162.5 + pos: 125.5,158.5 parent: 1 - - uid: 30121 + - uid: 49920 components: - type: Transform - pos: -155.5,-157.5 + pos: 125.5,159.5 parent: 1 - - uid: 30122 + - uid: 49921 components: - type: Transform - pos: -155.5,-163.5 + pos: 125.5,160.5 parent: 1 - - uid: 30123 + - uid: 49922 components: - type: Transform - pos: -186.5,-163.5 + pos: 125.5,161.5 parent: 1 - - uid: 30124 + - uid: 49923 components: - type: Transform - pos: -185.5,-154.5 + pos: 125.5,162.5 parent: 1 - - uid: 30125 + - uid: 49924 components: - type: Transform - pos: 142.5,191.5 + pos: 125.5,163.5 parent: 1 - - uid: 30126 + - uid: 49925 components: - type: Transform - pos: 141.5,191.5 + pos: 125.5,164.5 parent: 1 - - uid: 30127 + - uid: 49926 components: - type: Transform - pos: 140.5,191.5 + pos: 125.5,165.5 parent: 1 - - uid: 30128 + - uid: 49927 components: - type: Transform - pos: -159.5,-155.5 + pos: 125.5,166.5 parent: 1 - - uid: 30129 + - uid: 49928 components: - type: Transform - pos: -159.5,-154.5 + pos: 125.5,167.5 parent: 1 - - uid: 30130 + - uid: 49929 components: - type: Transform - pos: -160.5,-154.5 + pos: 125.5,168.5 parent: 1 - - uid: 30131 + - uid: 49930 components: - type: Transform - pos: -161.5,-163.5 + pos: 125.5,169.5 parent: 1 - - uid: 30132 + - uid: 49931 components: - type: Transform - pos: -160.5,-157.5 + pos: 125.5,170.5 parent: 1 - - uid: 30133 + - uid: 49932 components: - type: Transform - pos: -160.5,-156.5 + pos: 126.5,152.5 parent: 1 - - uid: 30134 + - uid: 49933 components: - type: Transform - pos: -155.5,-160.5 + pos: 126.5,153.5 parent: 1 - - uid: 30135 + - uid: 49934 components: - type: Transform - pos: -155.5,-161.5 + pos: 126.5,154.5 parent: 1 - - uid: 30136 + - uid: 49935 components: - type: Transform - pos: -185.5,-159.5 + pos: 126.5,155.5 parent: 1 - - uid: 30137 + - uid: 49936 components: - type: Transform - pos: -183.5,-161.5 + pos: 126.5,156.5 parent: 1 - - uid: 30138 + - uid: 49937 components: - type: Transform - pos: -183.5,-160.5 + pos: 126.5,157.5 parent: 1 - - uid: 30139 + - uid: 49938 components: - type: Transform - pos: -183.5,-159.5 + pos: 126.5,158.5 parent: 1 - - uid: 30140 + - uid: 49939 components: - type: Transform - pos: -183.5,-158.5 + pos: 126.5,159.5 parent: 1 - - uid: 30141 + - uid: 49940 components: - type: Transform - pos: -179.5,-157.5 + pos: 126.5,160.5 parent: 1 - - uid: 30142 + - uid: 49941 components: - type: Transform - pos: -179.5,-158.5 + pos: 126.5,161.5 parent: 1 - - uid: 30143 + - uid: 49942 components: - type: Transform - pos: -179.5,-159.5 + pos: 126.5,162.5 parent: 1 - - uid: 30144 + - uid: 49943 components: - type: Transform - pos: -179.5,-160.5 + pos: 126.5,163.5 parent: 1 - - uid: 30145 + - uid: 49944 components: - type: Transform - pos: -161.5,-161.5 + pos: 126.5,164.5 parent: 1 - - uid: 30146 + - uid: 49945 components: - type: Transform - pos: -186.5,-178.5 + pos: 126.5,165.5 parent: 1 - - uid: 30147 + - uid: 49946 components: - type: Transform - pos: -176.5,-158.5 + pos: 126.5,166.5 parent: 1 - - uid: 30148 + - uid: 49947 components: - type: Transform - pos: -176.5,-156.5 + pos: 126.5,167.5 parent: 1 - - uid: 30149 + - uid: 49948 components: - type: Transform - pos: 67.5,40.5 + pos: 126.5,168.5 parent: 1 - - uid: 30150 + - uid: 49949 components: - type: Transform - pos: -173.5,-163.5 + pos: 126.5,169.5 parent: 1 - - uid: 30151 + - uid: 49950 components: - type: Transform - pos: -173.5,-162.5 + pos: 126.5,170.5 parent: 1 - - uid: 30152 + - uid: 49951 components: - type: Transform - pos: -173.5,-161.5 + pos: 127.5,152.5 parent: 1 - - uid: 30153 + - uid: 49952 components: - type: Transform - pos: 147.5,193.5 + pos: 127.5,153.5 parent: 1 - - uid: 30154 + - uid: 49953 components: - type: Transform - pos: 148.5,193.5 + pos: 127.5,154.5 parent: 1 - - uid: 30155 + - uid: 49954 components: - type: Transform - pos: -163.5,-158.5 + pos: 127.5,155.5 parent: 1 - - uid: 30156 + - uid: 49955 components: - type: Transform - pos: -160.5,-163.5 + pos: 127.5,156.5 parent: 1 - - uid: 30157 + - uid: 49956 components: - type: Transform - pos: -176.5,-159.5 + pos: 127.5,157.5 parent: 1 - - uid: 30158 + - uid: 49957 components: - type: Transform - pos: -176.5,-155.5 + pos: 127.5,158.5 parent: 1 - - uid: 30159 + - uid: 49958 components: - type: Transform - pos: -177.5,-156.5 + pos: 127.5,159.5 parent: 1 - - uid: 30161 + - uid: 49959 components: - type: Transform - pos: -177.5,-158.5 + pos: 127.5,160.5 parent: 1 - - uid: 30162 + - uid: 49960 components: - type: Transform - pos: -178.5,-160.5 + pos: 127.5,161.5 parent: 1 - - uid: 30163 + - uid: 49961 components: - type: Transform - pos: -178.5,-161.5 + pos: 127.5,162.5 parent: 1 - - uid: 30164 + - uid: 49962 components: - type: Transform - pos: -180.5,-158.5 + pos: 127.5,163.5 parent: 1 - - uid: 30165 + - uid: 49963 components: - type: Transform - pos: -180.5,-159.5 + pos: 127.5,164.5 parent: 1 - - uid: 30166 + - uid: 49964 components: - type: Transform - pos: -180.5,-160.5 + pos: 127.5,165.5 parent: 1 - - uid: 30167 + - uid: 49965 components: - type: Transform - pos: -180.5,-161.5 + pos: 127.5,166.5 parent: 1 - - uid: 30168 + - uid: 49966 components: - type: Transform - pos: -173.5,-155.5 + pos: 127.5,167.5 parent: 1 - - uid: 30169 + - uid: 49967 components: - type: Transform - pos: -173.5,-154.5 + pos: 127.5,168.5 parent: 1 - - uid: 30170 + - uid: 49968 components: - type: Transform - pos: -174.5,-163.5 + pos: 127.5,169.5 parent: 1 - - uid: 30171 + - uid: 49969 components: - type: Transform - pos: -174.5,-162.5 + pos: 127.5,170.5 parent: 1 - - uid: 30172 + - uid: 49970 components: - type: Transform - pos: -174.5,-161.5 + pos: 120.5,162.5 parent: 1 - - uid: 30173 + - uid: 49971 components: - type: Transform - pos: -174.5,-160.5 + pos: 120.5,161.5 parent: 1 - - uid: 30174 + - uid: 49972 components: - type: Transform - pos: -181.5,-155.5 + pos: 120.5,160.5 parent: 1 - - uid: 30175 + - uid: 49973 components: - type: Transform - pos: -181.5,-156.5 + pos: 120.5,159.5 parent: 1 - - uid: 30176 + - uid: 49974 components: - type: Transform - pos: -181.5,-157.5 + pos: 120.5,158.5 parent: 1 - - uid: 30177 + - uid: 49975 components: - type: Transform - pos: -181.5,-158.5 + pos: 120.5,157.5 parent: 1 - - uid: 30178 + - uid: 49976 components: - type: Transform - pos: -181.5,-162.5 + pos: 120.5,156.5 parent: 1 - - uid: 30179 + - uid: 49977 components: - type: Transform - pos: -177.5,-154.5 + pos: 120.5,155.5 parent: 1 - - uid: 30180 + - uid: 49978 components: - type: Transform - pos: -178.5,-162.5 + pos: 120.5,154.5 parent: 1 - - uid: 30181 + - uid: 49979 components: - type: Transform - pos: -177.5,-155.5 + pos: 120.5,153.5 parent: 1 - - uid: 30182 + - uid: 49980 components: - type: Transform - pos: -182.5,-163.5 + pos: 120.5,165.5 parent: 1 - - uid: 30183 + - uid: 49981 components: - type: Transform - pos: -181.5,-154.5 + pos: 120.5,164.5 parent: 1 - - uid: 30184 + - uid: 49982 components: - type: Transform - pos: -183.5,-157.5 + pos: 120.5,163.5 parent: 1 - - uid: 30185 + - uid: 49983 components: - type: Transform - pos: -183.5,-156.5 + pos: 120.5,166.5 parent: 1 - - uid: 30186 + - uid: 49984 components: - type: Transform - pos: -183.5,-155.5 + pos: 120.5,168.5 parent: 1 - - uid: 30187 + - uid: 49985 components: - type: Transform - pos: -183.5,-154.5 + pos: 120.5,167.5 parent: 1 - - uid: 30188 + - uid: 49986 components: - type: Transform - pos: -182.5,-162.5 + pos: -163.5,-159.5 parent: 1 - - uid: 30190 + - uid: 49987 components: - type: Transform - pos: -182.5,-160.5 + pos: 151.5,193.5 parent: 1 - - uid: 30191 + - uid: 49988 components: - type: Transform - pos: -158.5,-162.5 + pos: 128.5,167.5 parent: 1 - - uid: 30192 + - uid: 49989 components: - type: Transform - pos: -181.5,-159.5 + pos: 128.5,166.5 parent: 1 - - uid: 30194 + - uid: 49990 components: - type: Transform - pos: -181.5,-161.5 + pos: 128.5,165.5 parent: 1 - - uid: 30195 + - uid: 49991 components: - type: Transform - pos: -158.5,-161.5 + pos: 128.5,164.5 parent: 1 - - uid: 30196 + - uid: 49992 components: - type: Transform - pos: -186.5,-157.5 + pos: 128.5,163.5 parent: 1 - - uid: 30197 + - uid: 49993 components: - type: Transform - pos: -186.5,-156.5 + pos: 128.5,162.5 parent: 1 - - uid: 30198 + - uid: 49994 components: - type: Transform - pos: -186.5,-155.5 + pos: 128.5,161.5 parent: 1 - - uid: 30199 + - uid: 49995 components: - type: Transform - pos: -186.5,-154.5 + pos: 128.5,160.5 parent: 1 - - uid: 30200 + - uid: 49996 components: - type: Transform - pos: -155.5,-158.5 + pos: 128.5,168.5 parent: 1 - - uid: 30201 + - uid: 49997 components: - type: Transform - pos: -154.5,-163.5 + pos: 128.5,169.5 parent: 1 - - uid: 30202 + - uid: 49998 components: - type: Transform - pos: -188.5,-158.5 + pos: 129.5,150.5 parent: 1 - - uid: 30203 + - uid: 49999 components: - type: Transform - pos: -187.5,-154.5 + pos: 129.5,151.5 parent: 1 - - uid: 30204 + - uid: 50000 components: - type: Transform - pos: -187.5,-155.5 + pos: 129.5,152.5 parent: 1 - - uid: 30205 + - uid: 50001 components: - type: Transform - pos: -187.5,-156.5 + pos: 129.5,153.5 parent: 1 - - uid: 30206 + - uid: 50002 components: - type: Transform - pos: -187.5,-157.5 + pos: 129.5,154.5 parent: 1 - - uid: 30207 + - uid: 50003 components: - type: Transform - pos: -186.5,-162.5 + pos: 129.5,155.5 parent: 1 - - uid: 30208 + - uid: 50004 components: - type: Transform - pos: -186.5,-161.5 + pos: 129.5,156.5 parent: 1 - - uid: 30209 + - uid: 50005 components: - type: Transform - pos: -186.5,-160.5 + pos: 129.5,157.5 parent: 1 - - uid: 30210 + - uid: 50006 components: - type: Transform - pos: -186.5,-159.5 + pos: 129.5,158.5 parent: 1 - - uid: 30211 + - uid: 50007 components: - type: Transform - pos: -186.5,-158.5 + pos: 129.5,159.5 parent: 1 - - uid: 30212 + - uid: 50008 components: - type: Transform - pos: -188.5,-154.5 + pos: 129.5,160.5 parent: 1 - - uid: 30213 + - uid: 50009 components: - type: Transform - pos: -188.5,-155.5 + pos: 129.5,161.5 parent: 1 - - uid: 30214 + - uid: 50010 components: - type: Transform - pos: -188.5,-156.5 + pos: 129.5,162.5 parent: 1 - - uid: 30215 + - uid: 50011 components: - type: Transform - pos: -188.5,-157.5 + pos: 129.5,163.5 parent: 1 - - uid: 30217 + - uid: 50012 components: - type: Transform - pos: -189.5,-157.5 + pos: 129.5,164.5 parent: 1 - - uid: 30218 + - uid: 50013 components: - type: Transform - pos: -189.5,-158.5 + pos: 129.5,165.5 parent: 1 - - uid: 30219 + - uid: 50014 components: - type: Transform - pos: -189.5,-154.5 + pos: 129.5,166.5 parent: 1 - - uid: 30220 + - uid: 50015 components: - type: Transform - pos: -189.5,-155.5 + pos: 129.5,167.5 parent: 1 - - uid: 30221 + - uid: 50016 components: - type: Transform - pos: 130.5,172.5 + pos: 129.5,168.5 parent: 1 - - uid: 30222 + - uid: 50017 components: - type: Transform - pos: 130.5,171.5 + pos: 129.5,169.5 parent: 1 - - uid: 30223 + - uid: 50018 components: - type: Transform - pos: 130.5,170.5 + pos: 131.5,164.5 parent: 1 - - uid: 30224 + - uid: 50019 components: - type: Transform - pos: 130.5,169.5 + pos: 131.5,165.5 parent: 1 - - uid: 30225 + - uid: 50020 components: - type: Transform - pos: 130.5,168.5 + pos: 131.5,161.5 parent: 1 - - uid: 30226 + - uid: 50021 components: - type: Transform - pos: 130.5,167.5 + pos: 131.5,162.5 parent: 1 - - uid: 30227 + - uid: 50022 components: - type: Transform - pos: 128.5,170.5 + pos: 131.5,163.5 parent: 1 - - uid: 30228 + - uid: 50023 components: - type: Transform - pos: 131.5,176.5 + pos: 131.5,160.5 parent: 1 - - uid: 30229 + - uid: 50024 components: - type: Transform - pos: 131.5,177.5 + pos: 131.5,159.5 parent: 1 - - uid: 30230 + - uid: 50025 components: - type: Transform - pos: 124.5,168.5 + pos: 131.5,158.5 parent: 1 - - uid: 30231 + - uid: 50026 components: - type: Transform - pos: -184.5,-159.5 + pos: -184.5,-162.5 parent: 1 - - uid: 30232 + - uid: 50027 components: - type: Transform - pos: 146.5,193.5 + pos: -184.5,-161.5 parent: 1 - - uid: 30233 + - uid: 50028 components: - type: Transform - pos: -170.5,-156.5 + pos: 143.5,193.5 parent: 1 - - uid: 30234 + - uid: 50029 components: - type: Transform - pos: -170.5,-155.5 + pos: 142.5,193.5 parent: 1 - - uid: 30235 + - uid: 50030 components: - type: Transform - pos: -170.5,-154.5 + pos: 141.5,193.5 parent: 1 - - uid: 30236 + - uid: 50031 components: - type: Transform - pos: -171.5,-163.5 + pos: 140.5,193.5 parent: 1 - - uid: 30237 + - uid: 50032 components: - type: Transform - pos: -171.5,-162.5 + pos: 139.5,193.5 parent: 1 - - uid: 30238 + - uid: 50033 components: - type: Transform - pos: -171.5,-161.5 + pos: 145.5,193.5 parent: 1 - - uid: 30239 + - uid: 50034 components: - type: Transform - pos: -168.5,-162.5 + pos: 144.5,193.5 parent: 1 - - uid: 30240 + - uid: 50035 components: - type: Transform - pos: -168.5,-161.5 + pos: -160.5,-155.5 parent: 1 - - uid: 30241 + - uid: 50036 components: - type: Transform - pos: -168.5,-160.5 + pos: 130.5,157.5 parent: 1 - - uid: 30242 + - uid: 50037 components: - type: Transform - pos: -168.5,-159.5 + pos: 130.5,158.5 parent: 1 - - uid: 30243 + - uid: 50038 components: - type: Transform - pos: -168.5,-158.5 + pos: 130.5,159.5 parent: 1 - - uid: 30244 + - uid: 50039 components: - type: Transform - pos: -168.5,-157.5 + pos: 130.5,160.5 parent: 1 - - uid: 30245 + - uid: 50040 components: - type: Transform - pos: -168.5,-156.5 + pos: 130.5,161.5 parent: 1 - - uid: 30246 + - uid: 50041 components: - type: Transform - pos: -168.5,-155.5 + pos: 130.5,162.5 parent: 1 - - uid: 30247 + - uid: 50042 components: - type: Transform - pos: -168.5,-154.5 + pos: 130.5,163.5 parent: 1 - - uid: 30249 + - uid: 50043 components: - type: Transform - pos: -169.5,-162.5 + pos: 130.5,164.5 parent: 1 - - uid: 30250 + - uid: 50044 components: - type: Transform - pos: -169.5,-161.5 + pos: 130.5,165.5 parent: 1 - - uid: 30251 + - uid: 50045 components: - type: Transform - pos: -169.5,-160.5 + pos: 120.5,169.5 parent: 1 - - uid: 30252 + - uid: 50046 components: - type: Transform - pos: -169.5,-159.5 + pos: 119.5,157.5 parent: 1 - - uid: 30253 + - uid: 50047 components: - type: Transform - pos: -169.5,-158.5 + pos: 120.5,170.5 parent: 1 - - uid: 30254 + - uid: 50048 components: - type: Transform - pos: -169.5,-157.5 + pos: 119.5,159.5 parent: 1 - - uid: 30255 + - uid: 50049 components: - type: Transform - pos: -169.5,-156.5 + pos: 119.5,158.5 parent: 1 - - uid: 30257 + - uid: 50050 components: - type: Transform - pos: -154.5,-155.5 + pos: 62.5,50.5 parent: 1 - - uid: 30258 + - uid: 50051 components: - type: Transform - pos: -154.5,-156.5 + pos: 61.5,40.5 parent: 1 - - uid: 30259 + - uid: 50052 components: - type: Transform - pos: -154.5,-157.5 + pos: 67.5,45.5 parent: 1 - - uid: 30260 + - uid: 50053 components: - type: Transform - pos: -154.5,-158.5 + pos: 149.5,193.5 parent: 1 - - uid: 30261 + - uid: 50054 components: - type: Transform - pos: -190.5,-158.5 + pos: 150.5,193.5 parent: 1 - - uid: 30262 + - uid: 50055 components: - type: Transform - pos: -190.5,-157.5 + pos: 119.5,160.5 parent: 1 - - uid: 30263 + - uid: 50056 components: - type: Transform - pos: -190.5,-156.5 + pos: 119.5,161.5 parent: 1 - - uid: 30264 + - uid: 50057 components: - type: Transform - pos: -190.5,-155.5 + pos: 119.5,162.5 parent: 1 - - uid: 30265 + - uid: 50058 components: - type: Transform - pos: -190.5,-154.5 + pos: 119.5,163.5 parent: 1 - - uid: 30266 + - uid: 50059 components: - type: Transform - pos: -191.5,-158.5 + pos: 119.5,164.5 parent: 1 - - uid: 30267 + - uid: 50060 components: - type: Transform - pos: -191.5,-157.5 + pos: 119.5,165.5 parent: 1 - - uid: 30268 + - uid: 50061 components: - type: Transform - pos: -191.5,-156.5 + pos: 119.5,166.5 parent: 1 - - uid: 30269 + - uid: 50062 components: - type: Transform - pos: -191.5,-155.5 + pos: 119.5,167.5 parent: 1 - - uid: 30270 + - uid: 50063 components: - type: Transform - pos: -191.5,-154.5 + pos: 119.5,168.5 parent: 1 - - uid: 30271 + - uid: 50064 components: - type: Transform - pos: -192.5,-162.5 + pos: 119.5,169.5 parent: 1 - - uid: 30272 + - uid: 50065 components: - type: Transform - pos: -192.5,-161.5 + pos: 119.5,170.5 parent: 1 - - uid: 30273 + - uid: 50066 components: - type: Transform - pos: -192.5,-160.5 + pos: 119.5,171.5 parent: 1 - - uid: 30274 + - uid: 50067 components: - type: Transform - pos: -192.5,-159.5 + pos: 119.5,172.5 parent: 1 - - uid: 30275 + - uid: 50068 components: - type: Transform - pos: -192.5,-158.5 + pos: 119.5,173.5 parent: 1 - - uid: 30276 + - uid: 50069 components: - type: Transform - pos: -192.5,-157.5 + pos: 119.5,174.5 parent: 1 - - uid: 30277 + - uid: 50070 components: - type: Transform - pos: -192.5,-156.5 + pos: 143.5,192.5 parent: 1 - - uid: 30278 + - uid: 50071 components: - type: Transform - pos: -192.5,-155.5 + pos: 146.5,192.5 parent: 1 - - uid: 30279 + - uid: 50072 components: - type: Transform - pos: -192.5,-154.5 + pos: -168.5,-163.5 parent: 1 - - uid: 30280 + - uid: 50073 components: - type: Transform - pos: -193.5,-162.5 + pos: -167.5,-154.5 parent: 1 - - uid: 30281 + - uid: 50074 components: - type: Transform - pos: -193.5,-161.5 + pos: -165.5,-155.5 parent: 1 - - uid: 30282 + - uid: 50075 components: - type: Transform - pos: -193.5,-160.5 + pos: -170.5,-163.5 parent: 1 - - uid: 30283 + - uid: 50076 components: - type: Transform - pos: -193.5,-159.5 + pos: -170.5,-162.5 parent: 1 - - uid: 30284 + - uid: 50077 components: - type: Transform - pos: -193.5,-158.5 + pos: -185.5,-160.5 parent: 1 - - uid: 30285 + - uid: 50078 components: - type: Transform - pos: -193.5,-157.5 + pos: -184.5,-155.5 parent: 1 - - uid: 30286 + - uid: 50079 components: - type: Transform - pos: -193.5,-156.5 + pos: -184.5,-154.5 parent: 1 - - uid: 30287 + - uid: 50080 components: - type: Transform - pos: -193.5,-155.5 + pos: -185.5,-163.5 parent: 1 - - uid: 30288 + - uid: 50081 components: - type: Transform - pos: -193.5,-154.5 + pos: -185.5,-162.5 parent: 1 - - uid: 30289 + - uid: 50082 components: - type: Transform - pos: -194.5,-162.5 + pos: -185.5,-161.5 parent: 1 - - uid: 30290 + - uid: 50083 components: - type: Transform - pos: -194.5,-161.5 + pos: 145.5,192.5 parent: 1 - - uid: 30291 + - uid: 50084 components: - type: Transform - pos: -194.5,-160.5 + pos: -196.5,-144.5 parent: 1 - - uid: 30292 + - uid: 50085 components: - type: Transform - pos: -194.5,-159.5 + pos: -183.5,-148.5 parent: 1 - - uid: 30293 + - uid: 50086 components: - type: Transform - pos: -194.5,-158.5 + pos: 214.5,171.5 parent: 1 - - uid: 30294 + - uid: 50087 components: - type: Transform - pos: -194.5,-157.5 + pos: -143.5,-165.5 parent: 1 - - uid: 30295 + - uid: 50088 components: - type: Transform - pos: -194.5,-156.5 + pos: 66.5,50.5 parent: 1 - - uid: 30296 + - uid: 50089 components: - type: Transform - pos: -194.5,-155.5 + pos: 66.5,57.5 parent: 1 - - uid: 30297 + - uid: 50090 components: - type: Transform - pos: -194.5,-154.5 + pos: 61.5,38.5 parent: 1 - - uid: 30298 + - uid: 50091 components: - type: Transform - pos: -195.5,-162.5 + pos: 44.5,63.5 parent: 1 - - uid: 30299 + - uid: 50092 components: - type: Transform - pos: -195.5,-161.5 + pos: 139.5,189.5 parent: 1 - - uid: 30300 + - uid: 50093 components: - type: Transform - pos: -195.5,-160.5 + pos: -161.5,-154.5 parent: 1 - - uid: 30301 + - uid: 50094 components: - type: Transform - pos: -195.5,-159.5 + pos: -162.5,-163.5 parent: 1 - - uid: 30302 + - uid: 50095 components: - type: Transform - pos: -195.5,-158.5 + pos: 74.5,43.5 parent: 1 - - uid: 30304 + - uid: 50096 components: - type: Transform - pos: -195.5,-156.5 + pos: -178.5,-157.5 parent: 1 - - uid: 30305 + - uid: 50097 components: - type: Transform - pos: -195.5,-155.5 + pos: -178.5,-159.5 parent: 1 - - uid: 30306 + - uid: 50098 components: - type: Transform - pos: -195.5,-154.5 + pos: -171.5,-154.5 parent: 1 - - uid: 30308 + - uid: 50099 components: - type: Transform - pos: -196.5,-161.5 + pos: -172.5,-163.5 parent: 1 - - uid: 30309 + - uid: 50100 components: - type: Transform - pos: -196.5,-160.5 + pos: -173.5,-160.5 parent: 1 - - uid: 30310 + - uid: 50101 components: - type: Transform - pos: -196.5,-159.5 + pos: -172.5,-156.5 parent: 1 - - uid: 30311 + - uid: 50102 components: - type: Transform - pos: -196.5,-158.5 + pos: -172.5,-155.5 parent: 1 - - uid: 30312 + - uid: 50103 components: - type: Transform - pos: -196.5,-157.5 + pos: -172.5,-154.5 parent: 1 - - uid: 30313 + - uid: 50104 components: - type: Transform - pos: -196.5,-156.5 + pos: -172.5,-157.5 parent: 1 - - uid: 30314 + - uid: 50105 components: - type: Transform - pos: -196.5,-155.5 + pos: -196.5,-165.5 parent: 1 - - uid: 30316 + - uid: 50106 components: - type: Transform - pos: -197.5,-163.5 + pos: 53.5,48.5 parent: 1 - - uid: 30317 + - uid: 50107 components: - type: Transform - pos: -197.5,-162.5 + pos: 77.5,52.5 parent: 1 - - uid: 30318 + - uid: 50108 components: - type: Transform - pos: -197.5,-161.5 + pos: -196.5,-151.5 parent: 1 - - uid: 30319 + - uid: 50109 components: - type: Transform - pos: -197.5,-160.5 + pos: 142.5,192.5 parent: 1 - - uid: 30320 + - uid: 50110 components: - type: Transform - pos: -197.5,-159.5 + pos: 141.5,192.5 parent: 1 - - uid: 30321 + - uid: 50111 components: - type: Transform - pos: -197.5,-158.5 + pos: 140.5,192.5 parent: 1 - - uid: 30322 + - uid: 50112 components: - type: Transform - pos: -197.5,-157.5 + pos: 139.5,192.5 parent: 1 - - uid: 30323 + - uid: 50113 components: - type: Transform - pos: -197.5,-156.5 + pos: 139.5,191.5 parent: 1 - - uid: 30324 + - uid: 50114 components: - type: Transform - pos: -197.5,-155.5 + pos: -154.5,-154.5 parent: 1 - - uid: 30325 + - uid: 50115 components: - type: Transform - pos: -197.5,-154.5 + pos: -171.5,-158.5 parent: 1 - - uid: 30326 + - uid: 50116 components: - type: Transform - pos: -198.5,-163.5 + pos: 66.5,37.5 parent: 1 - - uid: 30327 + - uid: 50117 components: - type: Transform - pos: -198.5,-162.5 + pos: -161.5,-162.5 parent: 1 - - uid: 30328 + - uid: 50118 components: - type: Transform - pos: -198.5,-161.5 + pos: 121.5,175.5 parent: 1 - - uid: 30329 + - uid: 50119 components: - type: Transform - pos: -198.5,-160.5 + pos: 121.5,174.5 parent: 1 - - uid: 30330 + - uid: 50120 components: - type: Transform - pos: -198.5,-159.5 + pos: 121.5,173.5 parent: 1 - - uid: 30331 + - uid: 50121 components: - type: Transform - pos: -198.5,-158.5 + pos: 121.5,172.5 parent: 1 - - uid: 30332 + - uid: 50122 components: - type: Transform - pos: -198.5,-157.5 + pos: 121.5,184.5 parent: 1 - - uid: 30333 + - uid: 50123 components: - type: Transform - pos: -198.5,-156.5 + pos: 121.5,188.5 parent: 1 - - uid: 30334 + - uid: 50124 components: - type: Transform - pos: -198.5,-155.5 + pos: 121.5,186.5 parent: 1 - - uid: 30335 + - uid: 50125 components: - type: Transform - pos: -198.5,-154.5 + pos: 121.5,185.5 parent: 1 - - uid: 30336 + - uid: 50126 components: - type: Transform - pos: -155.5,-147.5 + pos: 121.5,191.5 parent: 1 - - uid: 30337 + - uid: 50127 components: - type: Transform - pos: 64.5,45.5 + pos: 121.5,190.5 parent: 1 - - uid: 30338 + - uid: 50128 components: - type: Transform - pos: -189.5,-149.5 + pos: 121.5,189.5 parent: 1 - - uid: 30339 + - uid: 50129 components: - type: Transform - pos: 61.5,55.5 + pos: 122.5,172.5 parent: 1 - - uid: 30340 + - uid: 50130 components: - type: Transform - pos: -151.5,-179.5 + pos: 122.5,171.5 parent: 1 - - uid: 30341 + - uid: 50131 components: - type: Transform - pos: -185.5,-146.5 + pos: 121.5,198.5 parent: 1 - - uid: 30342 + - uid: 50132 components: - type: Transform - pos: -188.5,-145.5 + pos: 121.5,197.5 parent: 1 - - uid: 30343 + - uid: 50133 components: - type: Transform - pos: -188.5,-150.5 + pos: 121.5,196.5 parent: 1 - - uid: 30344 + - uid: 50134 components: - type: Transform - pos: -183.5,-142.5 + pos: 121.5,195.5 parent: 1 - - uid: 30345 + - uid: 50135 components: - type: Transform - pos: 61.5,42.5 + pos: 121.5,194.5 parent: 1 - - uid: 30346 + - uid: 50136 components: - type: Transform - pos: -165.5,-152.5 + pos: 121.5,193.5 parent: 1 - - uid: 30347 + - uid: 50137 components: - type: Transform - pos: 65.5,36.5 + pos: 121.5,192.5 parent: 1 - - uid: 30348 + - uid: 50138 components: - type: Transform - pos: -149.5,-161.5 + pos: 122.5,190.5 parent: 1 - - uid: 30349 + - uid: 50139 components: - type: Transform - pos: -186.5,-147.5 + pos: 122.5,189.5 parent: 1 - - uid: 30350 + - uid: 50140 components: - type: Transform - pos: -153.5,-148.5 + pos: 122.5,187.5 parent: 1 - - uid: 30351 + - uid: 50141 components: - type: Transform - pos: 37.5,69.5 + pos: 122.5,186.5 parent: 1 - - uid: 30352 + - uid: 50142 components: - type: Transform - pos: 67.5,46.5 + pos: 122.5,185.5 parent: 1 - - uid: 30353 + - uid: 50143 components: - type: Transform - pos: -188.5,-151.5 + pos: 122.5,184.5 parent: 1 - - uid: 30354 + - uid: 50144 components: - type: Transform - pos: -142.5,-178.5 + pos: 122.5,183.5 parent: 1 - - uid: 30355 + - uid: 50145 components: - type: Transform - pos: -164.5,-152.5 + pos: 122.5,182.5 parent: 1 - - uid: 30356 + - uid: 50146 components: - type: Transform - pos: 66.5,41.5 + pos: 122.5,179.5 parent: 1 - - uid: 30357 + - uid: 50147 components: - type: Transform - pos: -143.5,-175.5 + pos: 122.5,178.5 parent: 1 - - uid: 30358 + - uid: 50148 components: - type: Transform - pos: -143.5,-164.5 + pos: 122.5,177.5 parent: 1 - - uid: 30359 + - uid: 50149 components: - type: Transform - pos: -140.5,-183.5 + pos: 122.5,176.5 parent: 1 - - uid: 30360 + - uid: 50150 components: - type: Transform - pos: -171.5,-152.5 + pos: 122.5,175.5 parent: 1 - - uid: 30361 + - uid: 50151 components: - type: Transform - pos: 63.5,35.5 + pos: 122.5,174.5 parent: 1 - - uid: 30362 + - uid: 50152 components: - type: Transform - pos: -187.5,-149.5 + pos: 122.5,173.5 parent: 1 - - uid: 30363 + - uid: 50153 components: - type: Transform - pos: 51.5,54.5 + pos: 122.5,198.5 parent: 1 - - uid: 30364 + - uid: 50154 components: - type: Transform - pos: 50.5,61.5 + pos: 122.5,197.5 parent: 1 - - uid: 30365 + - uid: 50155 components: - type: Transform - pos: -150.5,-177.5 + pos: 122.5,196.5 parent: 1 - - uid: 30366 + - uid: 50156 components: - type: Transform - pos: 51.5,63.5 + pos: 122.5,195.5 parent: 1 - - uid: 30367 + - uid: 50157 components: - type: Transform - pos: -190.5,-143.5 + pos: 122.5,194.5 parent: 1 - - uid: 30368 + - uid: 50158 components: - type: Transform - pos: 65.5,40.5 + pos: 122.5,193.5 parent: 1 - - uid: 30369 + - uid: 50159 components: - type: Transform - pos: -167.5,-152.5 + pos: 122.5,192.5 parent: 1 - - uid: 30370 + - uid: 50160 components: - type: Transform - pos: -170.5,-151.5 + pos: 122.5,191.5 parent: 1 - - uid: 30371 + - uid: 50161 components: - type: Transform - pos: -170.5,-152.5 + pos: 123.5,172.5 parent: 1 - - uid: 30372 + - uid: 50162 components: - type: Transform - pos: -132.5,-148.5 + pos: 123.5,171.5 parent: 1 - - uid: 30373 + - uid: 50163 components: - type: Transform - pos: -197.5,-143.5 + pos: 123.5,174.5 parent: 1 - - uid: 30374 + - uid: 50164 components: - type: Transform - pos: -189.5,-143.5 + pos: 123.5,176.5 parent: 1 - - uid: 30375 + - uid: 50165 components: - type: Transform - pos: -197.5,-142.5 + pos: 123.5,177.5 parent: 1 - - uid: 30376 + - uid: 50166 components: - type: Transform - pos: 63.5,36.5 + pos: 123.5,178.5 parent: 1 - - uid: 30377 + - uid: 50167 components: - type: Transform - pos: -139.5,-164.5 + pos: 123.5,182.5 parent: 1 - - uid: 30378 + - uid: 50168 components: - type: Transform - pos: -154.5,-147.5 + pos: 123.5,183.5 parent: 1 - - uid: 30379 + - uid: 50169 components: - type: Transform - pos: -196.5,-152.5 + pos: 123.5,184.5 parent: 1 - - uid: 30380 + - uid: 50170 components: - type: Transform - pos: -167.5,-151.5 + pos: 123.5,185.5 parent: 1 - - uid: 30381 + - uid: 50171 components: - type: Transform - pos: -185.5,-152.5 + pos: 123.5,186.5 parent: 1 - - uid: 30382 + - uid: 50172 components: - type: Transform - pos: -186.5,-143.5 + pos: 123.5,187.5 parent: 1 - - uid: 30383 + - uid: 50173 components: - type: Transform - pos: -167.5,-153.5 + pos: 123.5,188.5 parent: 1 - - uid: 30384 + - uid: 50174 components: - type: Transform - pos: -153.5,-147.5 + pos: 123.5,189.5 parent: 1 - - uid: 30385 + - uid: 50175 components: - type: Transform - pos: 62.5,38.5 + pos: 123.5,190.5 parent: 1 - - uid: 30386 + - uid: 50176 components: - type: Transform - pos: -187.5,-148.5 + pos: 123.5,191.5 parent: 1 - - uid: 30387 + - uid: 50177 components: - type: Transform - pos: -153.5,-179.5 + pos: 123.5,192.5 parent: 1 - - uid: 30388 + - uid: 50178 components: - type: Transform - pos: 49.5,57.5 + pos: 123.5,193.5 parent: 1 - - uid: 30389 + - uid: 50179 components: - type: Transform - pos: 62.5,49.5 + pos: 123.5,194.5 parent: 1 - - uid: 30390 + - uid: 50180 components: - type: Transform - pos: -187.5,-144.5 + pos: 123.5,195.5 parent: 1 - - uid: 30391 + - uid: 50181 components: - type: Transform - pos: -190.5,-144.5 + pos: 123.5,196.5 parent: 1 - - uid: 30392 + - uid: 50182 components: - type: Transform - pos: -186.5,-146.5 + pos: 123.5,197.5 parent: 1 - - uid: 30393 + - uid: 50183 components: - type: Transform - pos: -149.5,-157.5 + pos: 123.5,198.5 parent: 1 - - uid: 30394 + - uid: 50184 components: - type: Transform - pos: -197.5,-94.5 + pos: 124.5,171.5 parent: 1 - - uid: 30395 + - uid: 50185 components: - type: Transform - pos: -185.5,-151.5 + pos: 124.5,172.5 parent: 1 - - uid: 30396 + - uid: 50186 components: - type: Transform - pos: 66.5,58.5 + pos: 124.5,173.5 parent: 1 - - uid: 30397 + - uid: 50187 components: - type: Transform - pos: 63.5,53.5 + pos: 124.5,174.5 parent: 1 - - uid: 30398 + - uid: 50188 components: - type: Transform - pos: -188.5,-146.5 + pos: 124.5,175.5 parent: 1 - - uid: 30399 + - uid: 50189 components: - type: Transform - pos: -186.5,-148.5 + pos: 124.5,176.5 parent: 1 - - uid: 30400 + - uid: 50190 components: - type: Transform - pos: -188.5,-144.5 + pos: 124.5,177.5 parent: 1 - - uid: 30401 + - uid: 50191 components: - type: Transform - pos: -187.5,-151.5 + pos: 124.5,178.5 parent: 1 - - uid: 30402 + - uid: 50192 components: - type: Transform - pos: -185.5,-153.5 + pos: 124.5,179.5 parent: 1 - - uid: 30403 + - uid: 50193 components: - type: Transform - pos: -185.5,-149.5 + pos: 124.5,181.5 parent: 1 - - uid: 30404 + - uid: 50194 components: - type: Transform - pos: -131.5,-148.5 + pos: 124.5,182.5 parent: 1 - - uid: 30405 + - uid: 50195 components: - type: Transform - pos: -152.5,-147.5 + pos: 124.5,183.5 parent: 1 - - uid: 30406 + - uid: 50196 components: - type: Transform - pos: -168.5,-153.5 + pos: 124.5,184.5 parent: 1 - - uid: 30407 + - uid: 50197 components: - type: Transform - pos: -194.5,-143.5 + pos: 124.5,185.5 parent: 1 - - uid: 30408 + - uid: 50198 components: - type: Transform - pos: 64.5,57.5 + pos: 124.5,186.5 parent: 1 - - uid: 30409 + - uid: 50199 components: - type: Transform - pos: -185.5,-147.5 + pos: 124.5,187.5 parent: 1 - - uid: 30410 + - uid: 50200 components: - type: Transform - pos: -165.5,-151.5 + pos: 124.5,188.5 parent: 1 - - uid: 30411 + - uid: 50201 components: - type: Transform - pos: -190.5,-145.5 + pos: 124.5,189.5 parent: 1 - - uid: 30412 + - uid: 50202 components: - type: Transform - pos: -155.5,-148.5 + pos: 124.5,190.5 parent: 1 - - uid: 30413 + - uid: 50203 components: - type: Transform - pos: -138.5,-158.5 + pos: 124.5,191.5 parent: 1 - - uid: 30414 + - uid: 50204 components: - type: Transform - pos: -138.5,-159.5 + pos: 124.5,192.5 parent: 1 - - uid: 30415 + - uid: 50205 components: - type: Transform - pos: -156.5,-148.5 + pos: 124.5,193.5 parent: 1 - - uid: 30416 + - uid: 50206 components: - type: Transform - pos: -189.5,-150.5 + pos: 124.5,194.5 parent: 1 - - uid: 30417 + - uid: 50207 components: - type: Transform - pos: -189.5,-151.5 + pos: 124.5,195.5 parent: 1 - - uid: 30418 + - uid: 50208 components: - type: Transform - pos: -189.5,-152.5 + pos: 124.5,196.5 parent: 1 - - uid: 30419 + - uid: 50209 components: - type: Transform - pos: -192.5,-143.5 + pos: 124.5,197.5 parent: 1 - - uid: 30420 + - uid: 50210 components: - type: Transform - pos: -187.5,-142.5 + pos: 124.5,198.5 parent: 1 - - uid: 30421 + - uid: 50211 components: - type: Transform - pos: -185.5,-142.5 + pos: 125.5,171.5 parent: 1 - - uid: 30422 + - uid: 50212 components: - type: Transform - pos: -185.5,-148.5 + pos: 125.5,173.5 parent: 1 - - uid: 30423 + - uid: 50213 components: - type: Transform - pos: -189.5,-147.5 + pos: 125.5,174.5 parent: 1 - - uid: 30424 + - uid: 50214 components: - type: Transform - pos: -193.5,-143.5 + pos: 125.5,175.5 parent: 1 - - uid: 30425 + - uid: 50215 components: - type: Transform - pos: 63.5,47.5 + pos: 125.5,176.5 parent: 1 - - uid: 30426 + - uid: 50216 components: - type: Transform - pos: -187.5,-153.5 + pos: 125.5,177.5 parent: 1 - - uid: 30427 + - uid: 50217 components: - type: Transform - pos: -189.5,-153.5 + pos: 125.5,178.5 parent: 1 - - uid: 30428 + - uid: 50218 components: - type: Transform - pos: -190.5,-142.5 + pos: 125.5,179.5 parent: 1 - - uid: 30429 + - uid: 50219 components: - type: Transform - pos: -188.5,-142.5 + pos: 125.5,180.5 parent: 1 - - uid: 30430 + - uid: 50220 components: - type: Transform - pos: -128.5,-182.5 + pos: 125.5,181.5 parent: 1 - - uid: 30431 + - uid: 50221 components: - type: Transform - pos: -188.5,-143.5 + pos: 125.5,182.5 parent: 1 - - uid: 30432 + - uid: 50222 components: - type: Transform - pos: -139.5,-163.5 + pos: 125.5,183.5 parent: 1 - - uid: 30433 + - uid: 50223 components: - type: Transform - pos: -172.5,-153.5 + pos: 125.5,184.5 parent: 1 - - uid: 30434 + - uid: 50224 components: - type: Transform - pos: -188.5,-149.5 + pos: 125.5,185.5 parent: 1 - - uid: 30435 + - uid: 50225 components: - type: Transform - pos: -188.5,-148.5 + pos: 125.5,186.5 parent: 1 - - uid: 30436 + - uid: 50226 components: - type: Transform - pos: -188.5,-147.5 + pos: 125.5,187.5 parent: 1 - - uid: 30437 + - uid: 50227 components: - type: Transform - pos: -149.5,-162.5 + pos: 125.5,188.5 parent: 1 - - uid: 30438 + - uid: 50228 components: - type: Transform - pos: -169.5,-151.5 + pos: 125.5,189.5 parent: 1 - - uid: 30439 + - uid: 50229 components: - type: Transform - pos: -169.5,-152.5 + pos: 125.5,190.5 parent: 1 - - uid: 30440 + - uid: 50230 components: - type: Transform - pos: 65.5,60.5 + pos: 125.5,191.5 parent: 1 - - uid: 30441 + - uid: 50231 components: - type: Transform - pos: -169.5,-153.5 + pos: 125.5,192.5 parent: 1 - - uid: 30442 + - uid: 50232 components: - type: Transform - pos: 63.5,51.5 + pos: 125.5,193.5 parent: 1 - - uid: 30443 + - uid: 50233 components: - type: Transform - pos: 38.5,68.5 + pos: 125.5,194.5 parent: 1 - - uid: 30444 + - uid: 50234 components: - type: Transform - pos: 49.5,54.5 + pos: 125.5,195.5 parent: 1 - - uid: 30445 + - uid: 50235 components: - type: Transform - pos: 73.5,58.5 + pos: 125.5,196.5 parent: 1 - - uid: 30446 + - uid: 50236 components: - type: Transform - pos: 73.5,45.5 + pos: 125.5,197.5 parent: 1 - - uid: 30447 + - uid: 50237 components: - type: Transform - pos: 66.5,43.5 + pos: 125.5,198.5 parent: 1 - - uid: 30448 + - uid: 50238 components: - type: Transform - pos: 66.5,53.5 + pos: 126.5,171.5 parent: 1 - - uid: 30449 + - uid: 50239 components: - type: Transform - pos: -192.5,-153.5 + pos: 126.5,172.5 parent: 1 - - uid: 30450 + - uid: 50240 components: - type: Transform - pos: 62.5,46.5 + pos: 126.5,173.5 parent: 1 - - uid: 30451 + - uid: 50241 components: - type: Transform - pos: 66.5,44.5 + pos: 126.5,174.5 parent: 1 - - uid: 30452 + - uid: 50242 components: - type: Transform - pos: 42.5,75.5 + pos: 126.5,175.5 parent: 1 - - uid: 30453 + - uid: 50243 components: - type: Transform - pos: 67.5,51.5 + pos: 126.5,176.5 parent: 1 - - uid: 30454 + - uid: 50244 components: - type: Transform - pos: 74.5,46.5 + pos: 126.5,177.5 parent: 1 - - uid: 30455 + - uid: 50245 components: - type: Transform - pos: 62.5,54.5 + pos: 126.5,178.5 parent: 1 - - uid: 30456 + - uid: 50246 components: - type: Transform - pos: 62.5,55.5 + pos: 126.5,179.5 parent: 1 - - uid: 30457 + - uid: 50247 components: - type: Transform - pos: 62.5,56.5 + pos: 126.5,180.5 parent: 1 - - uid: 30458 + - uid: 50248 components: - type: Transform - pos: 62.5,57.5 + pos: 126.5,181.5 parent: 1 - - uid: 30459 + - uid: 50249 components: - type: Transform - pos: 53.5,41.5 + pos: 126.5,182.5 parent: 1 - - uid: 30460 + - uid: 50250 components: - type: Transform - pos: 49.5,65.5 + pos: 126.5,183.5 parent: 1 - - uid: 30461 + - uid: 50251 components: - type: Transform - pos: 74.5,47.5 + pos: 126.5,184.5 parent: 1 - - uid: 30462 + - uid: 50252 components: - type: Transform - pos: 67.5,43.5 + pos: 126.5,185.5 parent: 1 - - uid: 30463 + - uid: 50253 components: - type: Transform - pos: 39.5,69.5 + pos: 126.5,186.5 parent: 1 - - uid: 30464 + - uid: 50254 components: - type: Transform - pos: 74.5,57.5 + pos: 126.5,187.5 parent: 1 - - uid: 30465 + - uid: 50255 components: - type: Transform - pos: 75.5,48.5 + pos: 126.5,188.5 parent: 1 - - uid: 30466 + - uid: 50256 components: - type: Transform - pos: 66.5,42.5 + pos: 126.5,189.5 parent: 1 - - uid: 30467 + - uid: 50257 components: - type: Transform - pos: -147.5,-158.5 + pos: 126.5,190.5 parent: 1 - - uid: 30468 + - uid: 50258 components: - type: Transform - pos: 65.5,44.5 + pos: 126.5,191.5 parent: 1 - - uid: 30469 + - uid: 50259 components: - type: Transform - pos: 49.5,35.5 + pos: 126.5,192.5 parent: 1 - - uid: 30470 + - uid: 50260 components: - type: Transform - pos: 66.5,47.5 + pos: 126.5,193.5 parent: 1 - - uid: 30471 + - uid: 50261 components: - type: Transform - pos: 67.5,53.5 + pos: 126.5,194.5 parent: 1 - - uid: 30472 + - uid: 50262 components: - type: Transform - pos: -143.5,-162.5 + pos: 126.5,195.5 parent: 1 - - uid: 30474 + - uid: 50263 components: - type: Transform - pos: 25.5,82.5 + pos: 126.5,196.5 parent: 1 - - uid: 30475 + - uid: 50264 components: - type: Transform - pos: 67.5,44.5 + pos: 126.5,197.5 parent: 1 - - uid: 30476 + - uid: 50265 components: - type: Transform - pos: 63.5,48.5 + pos: 126.5,198.5 parent: 1 - - uid: 30477 + - uid: 50266 components: - type: Transform - pos: 61.5,41.5 + pos: 127.5,171.5 parent: 1 - - uid: 30478 + - uid: 50267 components: - type: Transform - pos: 63.5,52.5 + pos: 127.5,172.5 parent: 1 - - uid: 30479 + - uid: 50268 components: - type: Transform - pos: 65.5,42.5 + pos: 127.5,173.5 parent: 1 - - uid: 30480 + - uid: 50269 components: - type: Transform - pos: 66.5,56.5 + pos: 127.5,174.5 parent: 1 - - uid: 30481 + - uid: 50270 components: - type: Transform - pos: 65.5,41.5 + pos: 127.5,175.5 parent: 1 - - uid: 30482 + - uid: 50271 components: - type: Transform - pos: 67.5,59.5 + pos: 127.5,176.5 parent: 1 - - uid: 30483 + - uid: 50272 components: - type: Transform - pos: 67.5,58.5 + pos: 127.5,177.5 parent: 1 - - uid: 30484 + - uid: 50273 components: - type: Transform - pos: 66.5,38.5 + pos: 127.5,178.5 parent: 1 - - uid: 30485 + - uid: 50274 components: - type: Transform - pos: 62.5,36.5 + pos: 127.5,179.5 parent: 1 - - uid: 30486 + - uid: 50275 components: - type: Transform - pos: 66.5,52.5 + pos: 127.5,180.5 parent: 1 - - uid: 30487 + - uid: 50276 components: - type: Transform - pos: 73.5,44.5 + pos: 127.5,181.5 parent: 1 - - uid: 30488 + - uid: 50277 components: - type: Transform - pos: 62.5,53.5 + pos: 127.5,182.5 parent: 1 - - uid: 30489 + - uid: 50278 components: - type: Transform - pos: 62.5,51.5 + pos: 127.5,183.5 parent: 1 - - uid: 30490 + - uid: 50279 components: - type: Transform - pos: 52.5,61.5 + pos: 127.5,184.5 parent: 1 - - uid: 30491 + - uid: 50280 components: - type: Transform - pos: 61.5,51.5 + pos: 127.5,185.5 parent: 1 - - uid: 30492 + - uid: 50281 components: - type: Transform - pos: 74.5,48.5 + pos: 127.5,186.5 parent: 1 - - uid: 30493 + - uid: 50282 components: - type: Transform - pos: 74.5,41.5 + pos: 127.5,187.5 parent: 1 - - uid: 30494 + - uid: 50283 components: - type: Transform - pos: -148.5,-156.5 + pos: 127.5,188.5 parent: 1 - - uid: 30495 + - uid: 50284 components: - type: Transform - pos: 22.5,199.5 + pos: 127.5,189.5 parent: 1 - - uid: 30496 + - uid: 50285 components: - type: Transform - pos: -166.5,-153.5 + pos: 127.5,190.5 parent: 1 - - uid: 30497 + - uid: 50286 components: - type: Transform - pos: -139.5,-173.5 + pos: 127.5,191.5 parent: 1 - - uid: 30498 + - uid: 50287 components: - type: Transform - pos: -151.5,-147.5 + pos: 127.5,192.5 parent: 1 - - uid: 30499 + - uid: 50288 components: - type: Transform - pos: -151.5,-148.5 + pos: 127.5,193.5 parent: 1 - - uid: 30500 + - uid: 50289 components: - type: Transform - pos: -152.5,-148.5 + pos: 127.5,194.5 parent: 1 - - uid: 30501 + - uid: 50290 components: - type: Transform - pos: -154.5,-148.5 + pos: 127.5,195.5 parent: 1 - - uid: 30502 + - uid: 50291 components: - type: Transform - pos: 61.5,48.5 + pos: 127.5,196.5 parent: 1 - - uid: 30503 + - uid: 50292 components: - type: Transform - pos: 50.5,62.5 + pos: 127.5,197.5 parent: 1 - - uid: 30504 + - uid: 50293 components: - type: Transform - pos: -149.5,-160.5 + pos: 127.5,198.5 parent: 1 - - uid: 30505 + - uid: 50294 components: - type: Transform - pos: -149.5,-159.5 + pos: 128.5,171.5 parent: 1 - - uid: 30506 + - uid: 50295 components: - type: Transform - pos: -138.5,-160.5 + pos: 128.5,172.5 parent: 1 - - uid: 30507 + - uid: 50296 components: - type: Transform - pos: 53.5,42.5 + pos: 128.5,173.5 parent: 1 - - uid: 30508 + - uid: 50297 components: - type: Transform - pos: -186.5,-142.5 + pos: 128.5,174.5 parent: 1 - - uid: 30509 + - uid: 50298 components: - type: Transform - pos: -150.5,-178.5 + pos: 128.5,175.5 parent: 1 - - uid: 30510 + - uid: 50299 components: - type: Transform - pos: 65.5,59.5 + pos: 128.5,177.5 parent: 1 - - uid: 30511 + - uid: 50300 components: - type: Transform - pos: 66.5,45.5 + pos: 128.5,178.5 parent: 1 - - uid: 30512 + - uid: 50301 components: - type: Transform - pos: -190.5,-152.5 + pos: 128.5,179.5 parent: 1 - - uid: 30513 + - uid: 50302 components: - type: Transform - pos: 61.5,52.5 + pos: 128.5,180.5 parent: 1 - - uid: 30514 + - uid: 50303 components: - type: Transform - pos: -166.5,-152.5 + pos: 128.5,181.5 parent: 1 - - uid: 30515 + - uid: 50304 components: - type: Transform - pos: -166.5,-151.5 + pos: 128.5,182.5 parent: 1 - - uid: 30516 + - uid: 50305 components: - type: Transform - pos: -165.5,-153.5 + pos: 128.5,183.5 parent: 1 - - uid: 30517 + - uid: 50306 components: - type: Transform - pos: 63.5,58.5 + pos: 128.5,184.5 parent: 1 - - uid: 30518 + - uid: 50307 components: - type: Transform - pos: 64.5,44.5 + pos: 128.5,185.5 parent: 1 - - uid: 30519 + - uid: 50308 components: - type: Transform - pos: 48.5,53.5 + pos: 128.5,186.5 parent: 1 - - uid: 30520 + - uid: 50309 components: - type: Transform - pos: 63.5,60.5 + pos: 128.5,187.5 parent: 1 - - uid: 30521 + - uid: 50310 components: - type: Transform - pos: 61.5,45.5 + pos: 128.5,188.5 parent: 1 - - uid: 30522 + - uid: 50311 components: - type: Transform - pos: 61.5,37.5 + pos: 128.5,189.5 parent: 1 - - uid: 30523 + - uid: 50312 components: - type: Transform - pos: -187.5,-147.5 + pos: 128.5,190.5 parent: 1 - - uid: 30524 + - uid: 50313 components: - type: Transform - pos: -156.5,-147.5 + pos: 128.5,191.5 parent: 1 - - uid: 30525 + - uid: 50314 components: - type: Transform - pos: -186.5,-144.5 + pos: 128.5,192.5 parent: 1 - - uid: 30526 + - uid: 50315 components: - type: Transform - pos: 38.5,72.5 + pos: 128.5,193.5 parent: 1 - - uid: 30527 + - uid: 50316 components: - type: Transform - pos: -196.5,-95.5 + pos: 128.5,194.5 parent: 1 - - uid: 30528 + - uid: 50317 components: - type: Transform - pos: -139.5,-167.5 + pos: 128.5,195.5 parent: 1 - - uid: 30529 + - uid: 50318 components: - type: Transform - pos: 48.5,41.5 + pos: 128.5,196.5 parent: 1 - - uid: 30530 + - uid: 50319 components: - type: Transform - pos: 73.5,38.5 + pos: 128.5,197.5 parent: 1 - - uid: 30531 + - uid: 50320 components: - type: Transform - pos: 36.5,68.5 + pos: 128.5,198.5 parent: 1 - - uid: 30532 + - uid: 50321 components: - type: Transform - pos: 43.5,78.5 + pos: 129.5,171.5 parent: 1 - - uid: 30533 + - uid: 50322 components: - type: Transform - pos: 52.5,38.5 + pos: 129.5,172.5 parent: 1 - - uid: 30534 + - uid: 50323 components: - type: Transform - pos: 38.5,67.5 + pos: 129.5,173.5 parent: 1 - - uid: 30535 + - uid: 50324 components: - type: Transform - pos: 67.5,49.5 + pos: 129.5,174.5 parent: 1 - - uid: 30536 + - uid: 50325 components: - type: Transform - pos: 67.5,54.5 + pos: 129.5,175.5 parent: 1 - - uid: 30537 + - uid: 50326 components: - type: Transform - pos: -131.5,-132.5 + pos: 129.5,176.5 parent: 1 - - uid: 30538 + - uid: 50327 components: - type: Transform - pos: -122.5,-188.5 + pos: 129.5,177.5 parent: 1 - - uid: 30539 + - uid: 50328 components: - type: Transform - pos: -195.5,-94.5 + pos: 129.5,178.5 parent: 1 - - uid: 30540 + - uid: 50329 components: - type: Transform - pos: 73.5,56.5 + pos: 129.5,179.5 parent: 1 - - uid: 30541 + - uid: 50330 components: - type: Transform - pos: 48.5,66.5 + pos: 129.5,180.5 parent: 1 - - uid: 30542 + - uid: 50331 components: - type: Transform - pos: 48.5,39.5 + pos: 129.5,181.5 parent: 1 - - uid: 30543 + - uid: 50332 components: - type: Transform - pos: 73.5,40.5 + pos: 129.5,182.5 parent: 1 - - uid: 30544 + - uid: 50333 components: - type: Transform - pos: 67.5,50.5 + pos: 129.5,183.5 parent: 1 - - uid: 30545 + - uid: 50334 components: - type: Transform - pos: 66.5,46.5 + pos: 129.5,184.5 parent: 1 - - uid: 30546 + - uid: 50335 components: - type: Transform - pos: 74.5,38.5 + pos: 129.5,185.5 parent: 1 - - uid: 30547 + - uid: 50336 components: - type: Transform - pos: 66.5,39.5 + pos: 129.5,186.5 parent: 1 - - uid: 30548 + - uid: 50337 components: - type: Transform - pos: 67.5,56.5 + pos: 129.5,187.5 parent: 1 - - uid: 30549 + - uid: 50338 components: - type: Transform - pos: 74.5,39.5 + pos: 129.5,188.5 parent: 1 - - uid: 30550 + - uid: 50339 components: - type: Transform - pos: 67.5,48.5 + pos: 129.5,189.5 parent: 1 - - uid: 30551 + - uid: 50340 components: - type: Transform - pos: 65.5,49.5 + pos: 129.5,190.5 parent: 1 - - uid: 30552 + - uid: 50341 components: - type: Transform - pos: 63.5,57.5 + pos: 129.5,191.5 parent: 1 - - uid: 30553 + - uid: 50342 components: - type: Transform - pos: 212.5,187.5 + pos: 129.5,192.5 parent: 1 - - uid: 30554 + - uid: 50343 components: - type: Transform - pos: 61.5,50.5 + pos: 129.5,193.5 parent: 1 - - uid: 30555 + - uid: 50344 components: - type: Transform - pos: 67.5,52.5 + pos: 129.5,194.5 parent: 1 - - uid: 30556 + - uid: 50345 components: - type: Transform - pos: 48.5,51.5 + pos: 129.5,195.5 parent: 1 - - uid: 30557 + - uid: 50346 components: - type: Transform - pos: 64.5,40.5 + pos: 129.5,196.5 parent: 1 - - uid: 30558 + - uid: 50347 components: - type: Transform - pos: 61.5,56.5 + pos: 129.5,197.5 parent: 1 - - uid: 30559 + - uid: 50348 components: - type: Transform - pos: 61.5,39.5 + pos: 129.5,198.5 parent: 1 - - uid: 30560 + - uid: 50349 components: - type: Transform - pos: 62.5,42.5 + pos: 138.5,199.5 parent: 1 - - uid: 30561 + - uid: 50350 components: - type: Transform - pos: 64.5,35.5 + pos: 138.5,198.5 parent: 1 - - uid: 30562 + - uid: 50351 components: - type: Transform - pos: 63.5,59.5 + pos: 138.5,197.5 parent: 1 - - uid: 30563 + - uid: 50352 components: - type: Transform - pos: 26.5,82.5 + pos: 138.5,196.5 parent: 1 - - uid: 30564 + - uid: 50353 components: - type: Transform - pos: 42.5,71.5 + pos: 138.5,195.5 parent: 1 - - uid: 30565 + - uid: 50354 components: - type: Transform - pos: 61.5,49.5 + pos: 138.5,194.5 parent: 1 - - uid: 30566 + - uid: 50355 components: - type: Transform - pos: 73.5,39.5 + pos: 138.5,193.5 parent: 1 - - uid: 30567 + - uid: 50356 components: - type: Transform - pos: 64.5,46.5 + pos: 138.5,192.5 parent: 1 - - uid: 30568 + - uid: 50357 components: - type: Transform - pos: 65.5,37.5 + pos: 138.5,191.5 parent: 1 - - uid: 30569 + - uid: 50358 components: - type: Transform - pos: 32.5,73.5 + pos: 138.5,190.5 parent: 1 - - uid: 30570 + - uid: 50359 components: - type: Transform - pos: 66.5,55.5 + pos: 138.5,189.5 parent: 1 - - uid: 30571 + - uid: 50360 components: - type: Transform - pos: -198.5,-150.5 + pos: 138.5,188.5 parent: 1 - - uid: 30572 + - uid: 50361 components: - type: Transform - pos: 64.5,38.5 + pos: 137.5,199.5 parent: 1 - - uid: 30573 + - uid: 50362 components: - type: Transform - pos: 64.5,37.5 + pos: 137.5,198.5 parent: 1 - - uid: 30574 + - uid: 50363 components: - type: Transform - pos: 66.5,51.5 + pos: 137.5,197.5 parent: 1 - - uid: 30575 + - uid: 50364 components: - type: Transform - pos: 64.5,60.5 + pos: 137.5,196.5 parent: 1 - - uid: 30576 + - uid: 50365 components: - type: Transform - pos: 65.5,38.5 + pos: 137.5,195.5 parent: 1 - - uid: 30577 + - uid: 50366 components: - type: Transform - pos: 64.5,51.5 + pos: 137.5,194.5 parent: 1 - - uid: 30578 + - uid: 50367 components: - type: Transform - pos: 64.5,50.5 + pos: 137.5,193.5 parent: 1 - - uid: 30579 + - uid: 50368 components: - type: Transform - pos: 74.5,40.5 + pos: 137.5,192.5 parent: 1 - - uid: 30580 + - uid: 50369 components: - type: Transform - pos: 63.5,54.5 + pos: 137.5,191.5 parent: 1 - - uid: 30581 + - uid: 50370 components: - type: Transform - pos: 63.5,55.5 + pos: 137.5,190.5 parent: 1 - - uid: 30582 + - uid: 50371 components: - type: Transform - pos: 64.5,47.5 + pos: 137.5,189.5 parent: 1 - - uid: 30583 + - uid: 50372 components: - type: Transform - pos: 64.5,52.5 + pos: 137.5,188.5 parent: 1 - - uid: 30584 + - uid: 50373 components: - type: Transform - pos: 64.5,36.5 + pos: 136.5,199.5 parent: 1 - - uid: 30585 + - uid: 50374 components: - type: Transform - pos: 61.5,46.5 + pos: 136.5,198.5 parent: 1 - - uid: 30586 + - uid: 50375 components: - type: Transform - pos: 64.5,49.5 + pos: 136.5,197.5 parent: 1 - - uid: 30587 + - uid: 50376 components: - type: Transform - pos: 204.5,191.5 + pos: 136.5,196.5 parent: 1 - - uid: 30588 + - uid: 50377 components: - type: Transform - pos: 48.5,50.5 + pos: 136.5,195.5 parent: 1 - - uid: 30589 + - uid: 50378 components: - type: Transform - pos: 73.5,41.5 + pos: 136.5,194.5 parent: 1 - - uid: 30590 + - uid: 50379 components: - type: Transform - pos: 63.5,40.5 + pos: 136.5,193.5 parent: 1 - - uid: 30591 + - uid: 50380 components: - type: Transform - pos: 63.5,38.5 + pos: 136.5,192.5 parent: 1 - - uid: 30592 + - uid: 50381 components: - type: Transform - pos: 65.5,35.5 + pos: 136.5,191.5 parent: 1 - - uid: 30593 + - uid: 50382 components: - type: Transform - pos: 49.5,59.5 + pos: 136.5,190.5 parent: 1 - - uid: 30594 + - uid: 50383 components: - type: Transform - pos: 23.5,82.5 + pos: 136.5,189.5 parent: 1 - - uid: 30595 + - uid: 50384 components: - type: Transform - pos: 62.5,45.5 + pos: 136.5,188.5 parent: 1 - - uid: 30596 + - uid: 50385 components: - type: Transform - pos: 48.5,52.5 + pos: 135.5,199.5 parent: 1 - - uid: 30597 + - uid: 50386 components: - type: Transform - pos: 73.5,42.5 + pos: 135.5,198.5 parent: 1 - - uid: 30598 + - uid: 50387 components: - type: Transform - pos: 62.5,37.5 + pos: 135.5,197.5 parent: 1 - - uid: 30599 + - uid: 50388 components: - type: Transform - pos: 36.5,69.5 + pos: 135.5,196.5 parent: 1 - - uid: 30600 + - uid: 50389 components: - type: Transform - pos: -150.5,-182.5 + pos: 135.5,195.5 parent: 1 - - uid: 30601 + - uid: 50390 components: - type: Transform - pos: 62.5,39.5 + pos: 135.5,194.5 parent: 1 - - uid: 30602 + - uid: 50391 components: - type: Transform - pos: 73.5,37.5 + pos: 135.5,193.5 parent: 1 - - uid: 30603 + - uid: 50392 components: - type: Transform - pos: 61.5,43.5 + pos: 135.5,192.5 parent: 1 - - uid: 30604 + - uid: 50393 components: - type: Transform - pos: 74.5,44.5 + pos: 135.5,191.5 parent: 1 - - uid: 30605 + - uid: 50394 components: - type: Transform - pos: 62.5,40.5 + pos: 135.5,190.5 parent: 1 - - uid: 30606 + - uid: 50395 components: - type: Transform - pos: 47.5,62.5 + pos: 135.5,189.5 parent: 1 - - uid: 30607 + - uid: 50396 components: - type: Transform - pos: 62.5,41.5 + pos: 135.5,188.5 parent: 1 - - uid: 30608 + - uid: 50397 components: - type: Transform - pos: 64.5,41.5 + pos: 134.5,199.5 parent: 1 - - uid: 30609 + - uid: 50398 components: - type: Transform - pos: 62.5,35.5 + pos: 134.5,198.5 parent: 1 - - uid: 30610 + - uid: 50399 components: - type: Transform - pos: 63.5,37.5 + pos: 134.5,197.5 parent: 1 - - uid: 30611 + - uid: 50400 components: - type: Transform - pos: 65.5,51.5 + pos: 134.5,196.5 parent: 1 - - uid: 30612 + - uid: 50401 components: - type: Transform - pos: 65.5,50.5 + pos: 134.5,195.5 parent: 1 - - uid: 30613 + - uid: 50402 components: - type: Transform - pos: 67.5,39.5 + pos: 134.5,194.5 parent: 1 - - uid: 30614 + - uid: 50403 components: - type: Transform - pos: 47.5,68.5 + pos: 134.5,193.5 parent: 1 - - uid: 30615 + - uid: 50404 components: - type: Transform - pos: 48.5,59.5 + pos: 134.5,192.5 parent: 1 - - uid: 30616 + - uid: 50405 components: - type: Transform - pos: 67.5,41.5 + pos: 134.5,190.5 parent: 1 - - uid: 30617 + - uid: 50406 components: - type: Transform - pos: 77.5,51.5 + pos: 134.5,189.5 parent: 1 - - uid: 30618 + - uid: 50407 components: - type: Transform - pos: 64.5,42.5 + pos: 134.5,188.5 parent: 1 - - uid: 30619 + - uid: 50408 components: - type: Transform - pos: 66.5,40.5 + pos: 133.5,199.5 parent: 1 - - uid: 30620 + - uid: 50409 components: - type: Transform - pos: 65.5,43.5 + pos: 133.5,198.5 parent: 1 - - uid: 30621 + - uid: 50410 components: - type: Transform - pos: 64.5,39.5 + pos: 133.5,197.5 parent: 1 - - uid: 30622 + - uid: 50411 components: - type: Transform - pos: 48.5,54.5 + pos: 133.5,196.5 parent: 1 - - uid: 30623 + - uid: 50412 components: - type: Transform - pos: 73.5,43.5 + pos: 133.5,195.5 parent: 1 - - uid: 30624 + - uid: 50413 components: - type: Transform - pos: 66.5,36.5 + pos: 133.5,194.5 parent: 1 - - uid: 30625 + - uid: 50414 components: - type: Transform - pos: 62.5,44.5 + pos: 133.5,193.5 parent: 1 - - uid: 30626 + - uid: 50415 components: - type: Transform - pos: 48.5,69.5 + pos: 133.5,192.5 parent: 1 - - uid: 30627 + - uid: 50416 components: - type: Transform - pos: 73.5,52.5 + pos: 133.5,189.5 parent: 1 - - uid: 30628 + - uid: 50417 components: - type: Transform - pos: 65.5,58.5 + pos: 133.5,188.5 parent: 1 - - uid: 30629 + - uid: 50418 components: - type: Transform - pos: 65.5,52.5 + pos: 132.5,199.5 parent: 1 - - uid: 30630 + - uid: 50419 components: - type: Transform - pos: 65.5,53.5 + pos: 132.5,198.5 parent: 1 - - uid: 30631 + - uid: 50420 components: - type: Transform - pos: 65.5,56.5 + pos: 132.5,197.5 parent: 1 - - uid: 30632 + - uid: 50421 components: - type: Transform - pos: 65.5,55.5 + pos: 132.5,196.5 parent: 1 - - uid: 30633 + - uid: 50422 components: - type: Transform - pos: 65.5,54.5 + pos: 132.5,195.5 parent: 1 - - uid: 30634 + - uid: 50423 components: - type: Transform - pos: 65.5,57.5 + pos: 132.5,194.5 parent: 1 - - uid: 30635 + - uid: 50424 components: - type: Transform - pos: 73.5,51.5 + pos: 132.5,193.5 parent: 1 - - uid: 30636 + - uid: 50425 components: - type: Transform - pos: 73.5,50.5 + pos: 132.5,192.5 parent: 1 - - uid: 30637 + - uid: 50426 components: - type: Transform - pos: 64.5,58.5 + pos: 132.5,191.5 parent: 1 - - uid: 30638 + - uid: 50427 components: - type: Transform - pos: 64.5,43.5 + pos: 132.5,189.5 parent: 1 - - uid: 30639 + - uid: 50428 components: - type: Transform - pos: 73.5,53.5 + pos: 132.5,188.5 parent: 1 - - uid: 30640 + - uid: 50429 components: - type: Transform - pos: 53.5,40.5 + pos: 131.5,199.5 parent: 1 - - uid: 30641 + - uid: 50430 components: - type: Transform - pos: 27.5,82.5 + pos: 131.5,198.5 parent: 1 - - uid: 30642 + - uid: 50431 components: - type: Transform - pos: 73.5,55.5 + pos: 131.5,197.5 parent: 1 - - uid: 30643 + - uid: 50432 components: - type: Transform - pos: 73.5,54.5 + pos: 131.5,196.5 parent: 1 - - uid: 30644 + - uid: 50433 components: - type: Transform - pos: 49.5,48.5 + pos: 131.5,195.5 parent: 1 - - uid: 30645 + - uid: 50434 components: - type: Transform - pos: 48.5,74.5 + pos: 131.5,194.5 parent: 1 - - uid: 30646 + - uid: 50435 components: - type: Transform - pos: 44.5,61.5 + pos: 131.5,193.5 parent: 1 - - uid: 30647 + - uid: 50436 components: - type: Transform - pos: 66.5,48.5 + pos: 131.5,192.5 parent: 1 - - uid: 30648 + - uid: 50437 components: - type: Transform - pos: 66.5,54.5 + pos: 131.5,191.5 parent: 1 - - uid: 30649 + - uid: 50438 components: - type: Transform - pos: 50.5,60.5 + pos: 131.5,190.5 parent: 1 - - uid: 30650 + - uid: 50439 components: - type: Transform - pos: 66.5,49.5 + pos: 131.5,188.5 parent: 1 - - uid: 30651 + - uid: 50440 components: - type: Transform - pos: 67.5,47.5 + pos: 130.5,199.5 parent: 1 - - uid: 30652 + - uid: 50441 components: - type: Transform - pos: 65.5,46.5 + pos: 130.5,198.5 parent: 1 - - uid: 30653 + - uid: 50442 components: - type: Transform - pos: 65.5,48.5 + pos: 130.5,197.5 parent: 1 - - uid: 30654 + - uid: 50443 components: - type: Transform - pos: 49.5,51.5 + pos: 130.5,196.5 parent: 1 - - uid: 30655 + - uid: 50444 components: - type: Transform - pos: 67.5,42.5 + pos: 130.5,195.5 parent: 1 - - uid: 30656 + - uid: 50445 components: - type: Transform - pos: 61.5,47.5 + pos: 130.5,194.5 parent: 1 - - uid: 30657 + - uid: 50446 components: - type: Transform - pos: 62.5,43.5 + pos: 130.5,193.5 parent: 1 - - uid: 30658 + - uid: 50447 components: - type: Transform - pos: 73.5,49.5 + pos: 130.5,192.5 parent: 1 - - uid: 30659 + - uid: 50448 components: - type: Transform - pos: 73.5,48.5 + pos: 130.5,191.5 parent: 1 - - uid: 30660 + - uid: 50449 components: - type: Transform - pos: 73.5,47.5 + pos: 130.5,190.5 parent: 1 - - uid: 30661 + - uid: 50450 components: - type: Transform - pos: 73.5,46.5 + pos: 130.5,188.5 parent: 1 - - uid: 30662 + - uid: 50451 components: - type: Transform - pos: 74.5,56.5 + pos: -151.5,-183.5 parent: 1 - - uid: 30663 + - uid: 50452 components: - type: Transform - pos: 75.5,52.5 + pos: -153.5,-184.5 parent: 1 - - uid: 30664 + - uid: 50453 components: - type: Transform - pos: 75.5,51.5 + pos: 46.5,63.5 parent: 1 - - uid: 30665 + - uid: 50454 components: - type: Transform - pos: 75.5,50.5 + pos: -152.5,-184.5 parent: 1 - - uid: 30666 + - uid: 50455 components: - type: Transform - pos: 75.5,49.5 + pos: -150.5,-183.5 parent: 1 - - uid: 30667 + - uid: 50456 components: - type: Transform - pos: 32.5,67.5 + pos: -151.5,-184.5 parent: 1 - - uid: 30668 + - uid: 50457 components: - type: Transform - pos: -138.5,-165.5 + pos: 63.5,42.5 parent: 1 - - uid: 30669 + - uid: 50458 components: - type: Transform - pos: -197.5,-152.5 + pos: -150.5,-184.5 parent: 1 - - uid: 30670 + - uid: 50459 components: - type: Transform - pos: 37.5,67.5 + pos: -149.5,-184.5 parent: 1 - - uid: 30671 + - uid: 50460 components: - type: Transform - pos: 67.5,38.5 + pos: -185.5,-158.5 parent: 1 - - uid: 30672 + - uid: 50461 components: - type: Transform - pos: 67.5,37.5 + pos: 120.5,199.5 parent: 1 - - uid: 30673 + - uid: 50462 components: - type: Transform - pos: 67.5,36.5 + pos: -185.5,-155.5 parent: 1 - - uid: 30674 + - uid: 50463 components: - type: Transform - pos: 68.5,59.5 + pos: -185.5,-156.5 parent: 1 - - uid: 30675 + - uid: 50464 components: - type: Transform - pos: 68.5,58.5 + pos: -185.5,-157.5 parent: 1 - - uid: 30676 + - uid: 50465 components: - type: Transform - pos: 68.5,57.5 + pos: -155.5,-162.5 parent: 1 - - uid: 30677 + - uid: 50466 components: - type: Transform - pos: 68.5,56.5 + pos: -155.5,-157.5 parent: 1 - - uid: 30678 + - uid: 50467 components: - type: Transform - pos: 68.5,55.5 + pos: -155.5,-163.5 parent: 1 - - uid: 30679 + - uid: 50468 components: - type: Transform - pos: 68.5,54.5 + pos: -186.5,-163.5 parent: 1 - - uid: 30680 + - uid: 50469 components: - type: Transform - pos: 68.5,53.5 + pos: -185.5,-154.5 parent: 1 - - uid: 30681 + - uid: 50470 components: - type: Transform - pos: 68.5,52.5 + pos: 142.5,191.5 parent: 1 - - uid: 30682 + - uid: 50471 components: - type: Transform - pos: 68.5,51.5 + pos: 141.5,191.5 parent: 1 - - uid: 30683 + - uid: 50472 components: - type: Transform - pos: 68.5,50.5 + pos: 140.5,191.5 parent: 1 - - uid: 30684 + - uid: 50473 components: - type: Transform - pos: 68.5,49.5 + pos: -159.5,-155.5 parent: 1 - - uid: 30685 + - uid: 50474 components: - type: Transform - pos: 68.5,48.5 + pos: -159.5,-154.5 parent: 1 - - uid: 30686 + - uid: 50475 components: - type: Transform - pos: 68.5,47.5 + pos: -160.5,-154.5 parent: 1 - - uid: 30687 + - uid: 50476 components: - type: Transform - pos: 68.5,46.5 + pos: -161.5,-163.5 parent: 1 - - uid: 30688 + - uid: 50477 components: - type: Transform - pos: 68.5,45.5 + pos: -160.5,-157.5 parent: 1 - - uid: 30689 + - uid: 50478 components: - type: Transform - pos: 68.5,44.5 + pos: -160.5,-156.5 parent: 1 - - uid: 30690 + - uid: 50479 components: - type: Transform - pos: 68.5,43.5 + pos: -155.5,-160.5 parent: 1 - - uid: 30691 + - uid: 50480 components: - type: Transform - pos: 68.5,42.5 + pos: -155.5,-161.5 parent: 1 - - uid: 30692 + - uid: 50481 components: - type: Transform - pos: 68.5,41.5 + pos: -185.5,-159.5 parent: 1 - - uid: 30693 + - uid: 50482 components: - type: Transform - pos: 68.5,40.5 + pos: -183.5,-161.5 parent: 1 - - uid: 30694 + - uid: 50483 components: - type: Transform - pos: 68.5,39.5 + pos: -183.5,-160.5 parent: 1 - - uid: 30695 + - uid: 50484 components: - type: Transform - pos: 68.5,38.5 + pos: -183.5,-159.5 parent: 1 - - uid: 30696 + - uid: 50485 components: - type: Transform - pos: 68.5,37.5 + pos: -183.5,-158.5 parent: 1 - - uid: 30697 + - uid: 50486 components: - type: Transform - pos: 68.5,36.5 + pos: -179.5,-157.5 parent: 1 - - uid: 30698 + - uid: 50487 components: - type: Transform - pos: 69.5,59.5 + pos: -179.5,-158.5 parent: 1 - - uid: 30699 + - uid: 50488 components: - type: Transform - pos: 69.5,58.5 + pos: -179.5,-159.5 parent: 1 - - uid: 30700 + - uid: 50489 components: - type: Transform - pos: 69.5,57.5 + pos: -179.5,-160.5 parent: 1 - - uid: 30701 + - uid: 50490 components: - type: Transform - pos: 69.5,56.5 + pos: -161.5,-161.5 parent: 1 - - uid: 30702 + - uid: 50491 components: - type: Transform - pos: 69.5,55.5 + pos: -186.5,-178.5 parent: 1 - - uid: 30703 + - uid: 50492 components: - type: Transform - pos: 69.5,54.5 + pos: -176.5,-158.5 parent: 1 - - uid: 30704 + - uid: 50493 components: - type: Transform - pos: 69.5,53.5 + pos: -176.5,-156.5 parent: 1 - - uid: 30705 + - uid: 50494 components: - type: Transform - pos: 69.5,52.5 + pos: 67.5,40.5 parent: 1 - - uid: 30706 + - uid: 50495 components: - type: Transform - pos: 69.5,51.5 + pos: -173.5,-163.5 parent: 1 - - uid: 30707 + - uid: 50496 components: - type: Transform - pos: 69.5,50.5 + pos: -173.5,-162.5 parent: 1 - - uid: 30708 + - uid: 50497 components: - type: Transform - pos: 69.5,49.5 + pos: -173.5,-161.5 parent: 1 - - uid: 30709 + - uid: 50498 components: - type: Transform - pos: 69.5,48.5 + pos: 147.5,193.5 parent: 1 - - uid: 30710 + - uid: 50499 components: - type: Transform - pos: 69.5,47.5 + pos: 148.5,193.5 parent: 1 - - uid: 30711 + - uid: 50500 components: - type: Transform - pos: 69.5,46.5 + pos: -163.5,-158.5 parent: 1 - - uid: 30712 + - uid: 50501 components: - type: Transform - pos: 69.5,45.5 + pos: -160.5,-163.5 parent: 1 - - uid: 30713 + - uid: 50502 components: - type: Transform - pos: 69.5,44.5 + pos: -176.5,-159.5 parent: 1 - - uid: 30714 + - uid: 50503 components: - type: Transform - pos: 69.5,43.5 + pos: -176.5,-155.5 parent: 1 - - uid: 30715 + - uid: 50504 components: - type: Transform - pos: 69.5,42.5 + pos: -177.5,-156.5 parent: 1 - - uid: 30716 + - uid: 50505 components: - type: Transform - pos: 69.5,41.5 + pos: -177.5,-158.5 parent: 1 - - uid: 30717 + - uid: 50506 components: - type: Transform - pos: 69.5,40.5 + pos: -178.5,-160.5 parent: 1 - - uid: 30718 + - uid: 50507 components: - type: Transform - pos: 69.5,39.5 + pos: -178.5,-161.5 parent: 1 - - uid: 30719 + - uid: 50508 components: - type: Transform - pos: 69.5,38.5 + pos: -180.5,-158.5 parent: 1 - - uid: 30720 + - uid: 50509 components: - type: Transform - pos: 69.5,37.5 + pos: -180.5,-159.5 parent: 1 - - uid: 30721 + - uid: 50510 components: - type: Transform - pos: 69.5,36.5 + pos: -180.5,-160.5 parent: 1 - - uid: 30722 + - uid: 50511 components: - type: Transform - pos: 70.5,59.5 + pos: -180.5,-161.5 parent: 1 - - uid: 30723 + - uid: 50512 components: - type: Transform - pos: 70.5,58.5 + pos: -173.5,-155.5 parent: 1 - - uid: 30724 + - uid: 50513 components: - type: Transform - pos: 70.5,57.5 + pos: -173.5,-154.5 parent: 1 - - uid: 30725 + - uid: 50514 components: - type: Transform - pos: 70.5,56.5 + pos: -174.5,-163.5 parent: 1 - - uid: 30726 + - uid: 50515 components: - type: Transform - pos: 70.5,55.5 + pos: -174.5,-162.5 parent: 1 - - uid: 30727 + - uid: 50516 components: - type: Transform - pos: 70.5,54.5 + pos: -174.5,-161.5 parent: 1 - - uid: 30728 + - uid: 50517 components: - type: Transform - pos: 70.5,53.5 + pos: -174.5,-160.5 parent: 1 - - uid: 30729 + - uid: 50518 components: - type: Transform - pos: 70.5,52.5 + pos: -181.5,-155.5 parent: 1 - - uid: 30730 + - uid: 50519 components: - type: Transform - pos: 70.5,51.5 + pos: -181.5,-156.5 parent: 1 - - uid: 30731 + - uid: 50520 components: - type: Transform - pos: 70.5,50.5 + pos: -181.5,-157.5 parent: 1 - - uid: 30732 + - uid: 50521 components: - type: Transform - pos: 70.5,49.5 + pos: -181.5,-158.5 parent: 1 - - uid: 30733 + - uid: 50522 components: - type: Transform - pos: 70.5,48.5 + pos: -181.5,-162.5 parent: 1 - - uid: 30734 + - uid: 50523 components: - type: Transform - pos: 70.5,47.5 + pos: -177.5,-154.5 parent: 1 - - uid: 30735 + - uid: 50524 components: - type: Transform - pos: 70.5,46.5 + pos: -178.5,-162.5 parent: 1 - - uid: 30736 + - uid: 50525 components: - type: Transform - pos: 70.5,45.5 + pos: -177.5,-155.5 parent: 1 - - uid: 30737 + - uid: 50526 components: - type: Transform - pos: 70.5,44.5 + pos: -182.5,-163.5 parent: 1 - - uid: 30738 + - uid: 50527 components: - type: Transform - pos: 70.5,43.5 + pos: -181.5,-154.5 parent: 1 - - uid: 30739 + - uid: 50528 components: - type: Transform - pos: 70.5,42.5 + pos: -183.5,-157.5 parent: 1 - - uid: 30740 + - uid: 50529 components: - type: Transform - pos: 70.5,41.5 + pos: -183.5,-156.5 parent: 1 - - uid: 30741 + - uid: 50530 components: - type: Transform - pos: 70.5,40.5 + pos: -183.5,-155.5 parent: 1 - - uid: 30742 + - uid: 50531 components: - type: Transform - pos: 70.5,39.5 + pos: -183.5,-154.5 parent: 1 - - uid: 30743 + - uid: 50532 components: - type: Transform - pos: 70.5,38.5 + pos: -182.5,-162.5 parent: 1 - - uid: 30744 + - uid: 50533 components: - type: Transform - pos: 70.5,37.5 + pos: -182.5,-160.5 parent: 1 - - uid: 30745 + - uid: 50534 components: - type: Transform - pos: 70.5,36.5 + pos: -158.5,-162.5 parent: 1 - - uid: 30746 + - uid: 50535 components: - type: Transform - pos: 71.5,59.5 + pos: -181.5,-159.5 parent: 1 - - uid: 30747 + - uid: 50536 components: - type: Transform - pos: 71.5,58.5 + pos: -181.5,-161.5 parent: 1 - - uid: 30748 + - uid: 50537 components: - type: Transform - pos: 71.5,57.5 + pos: -158.5,-161.5 parent: 1 - - uid: 30749 + - uid: 50538 components: - type: Transform - pos: 71.5,56.5 + pos: -186.5,-157.5 parent: 1 - - uid: 30750 + - uid: 50539 components: - type: Transform - pos: 71.5,55.5 + pos: -186.5,-156.5 parent: 1 - - uid: 30751 + - uid: 50540 components: - type: Transform - pos: 71.5,54.5 + pos: -186.5,-155.5 parent: 1 - - uid: 30752 + - uid: 50541 components: - type: Transform - pos: 71.5,53.5 + pos: -186.5,-154.5 parent: 1 - - uid: 30753 + - uid: 50542 components: - type: Transform - pos: 71.5,52.5 + pos: -155.5,-158.5 parent: 1 - - uid: 30754 + - uid: 50543 components: - type: Transform - pos: 71.5,51.5 + pos: -154.5,-163.5 parent: 1 - - uid: 30755 + - uid: 50544 components: - type: Transform - pos: 71.5,50.5 + pos: -188.5,-158.5 parent: 1 - - uid: 30756 + - uid: 50545 components: - type: Transform - pos: 71.5,49.5 + pos: -187.5,-154.5 parent: 1 - - uid: 30757 + - uid: 50546 components: - type: Transform - pos: 71.5,48.5 + pos: -187.5,-155.5 parent: 1 - - uid: 30758 + - uid: 50547 components: - type: Transform - pos: 71.5,47.5 + pos: -187.5,-156.5 parent: 1 - - uid: 30759 + - uid: 50548 components: - type: Transform - pos: 71.5,46.5 + pos: -187.5,-157.5 parent: 1 - - uid: 30760 + - uid: 50549 components: - type: Transform - pos: 71.5,45.5 + pos: -186.5,-162.5 parent: 1 - - uid: 30761 + - uid: 50550 components: - type: Transform - pos: 71.5,44.5 + pos: -186.5,-161.5 parent: 1 - - uid: 30762 + - uid: 50551 components: - type: Transform - pos: 71.5,43.5 + pos: -186.5,-160.5 parent: 1 - - uid: 30763 + - uid: 50552 components: - type: Transform - pos: 71.5,42.5 + pos: -186.5,-159.5 parent: 1 - - uid: 30764 + - uid: 50553 components: - type: Transform - pos: 71.5,41.5 + pos: -186.5,-158.5 parent: 1 - - uid: 30765 + - uid: 50554 components: - type: Transform - pos: 71.5,40.5 + pos: -188.5,-154.5 parent: 1 - - uid: 30766 + - uid: 50555 components: - type: Transform - pos: 71.5,39.5 + pos: -188.5,-155.5 parent: 1 - - uid: 30767 + - uid: 50556 components: - type: Transform - pos: 71.5,38.5 + pos: -188.5,-156.5 parent: 1 - - uid: 30768 + - uid: 50557 components: - type: Transform - pos: 71.5,37.5 + pos: -188.5,-157.5 parent: 1 - - uid: 30769 + - uid: 50558 components: - type: Transform - pos: 71.5,36.5 + pos: -189.5,-157.5 parent: 1 - - uid: 30770 + - uid: 50559 components: - type: Transform - pos: 72.5,59.5 + pos: -189.5,-158.5 parent: 1 - - uid: 30771 + - uid: 50560 components: - type: Transform - pos: 72.5,58.5 + pos: -189.5,-154.5 parent: 1 - - uid: 30772 + - uid: 50561 components: - type: Transform - pos: 72.5,57.5 + pos: -189.5,-155.5 parent: 1 - - uid: 30773 + - uid: 50562 components: - type: Transform - pos: 72.5,56.5 + pos: 130.5,172.5 parent: 1 - - uid: 30774 + - uid: 50563 components: - type: Transform - pos: 72.5,55.5 + pos: 130.5,171.5 parent: 1 - - uid: 30775 + - uid: 50564 components: - type: Transform - pos: 72.5,54.5 + pos: 130.5,170.5 parent: 1 - - uid: 30776 + - uid: 50565 components: - type: Transform - pos: 72.5,53.5 + pos: 130.5,169.5 parent: 1 - - uid: 30777 + - uid: 50566 components: - type: Transform - pos: 72.5,52.5 + pos: 130.5,168.5 parent: 1 - - uid: 30778 + - uid: 50567 components: - type: Transform - pos: 72.5,51.5 + pos: 130.5,167.5 parent: 1 - - uid: 30779 + - uid: 50568 components: - type: Transform - pos: 72.5,50.5 + pos: 128.5,170.5 parent: 1 - - uid: 30780 + - uid: 50569 components: - type: Transform - pos: 72.5,49.5 + pos: 131.5,176.5 parent: 1 - - uid: 30781 + - uid: 50570 components: - type: Transform - pos: 72.5,48.5 + pos: 131.5,177.5 parent: 1 - - uid: 30782 + - uid: 50571 components: - type: Transform - pos: 72.5,47.5 + pos: 124.5,168.5 parent: 1 - - uid: 30783 + - uid: 50572 components: - type: Transform - pos: 72.5,46.5 + pos: -184.5,-159.5 parent: 1 - - uid: 30784 + - uid: 50573 components: - type: Transform - pos: 72.5,45.5 + pos: 146.5,193.5 parent: 1 - - uid: 30785 + - uid: 50574 components: - type: Transform - pos: 72.5,44.5 + pos: -170.5,-156.5 parent: 1 - - uid: 30786 + - uid: 50575 components: - type: Transform - pos: 72.5,43.5 + pos: -170.5,-155.5 parent: 1 - - uid: 30787 + - uid: 50576 components: - type: Transform - pos: 72.5,42.5 + pos: -170.5,-154.5 parent: 1 - - uid: 30788 + - uid: 50577 components: - type: Transform - pos: 72.5,41.5 + pos: -171.5,-163.5 parent: 1 - - uid: 30789 + - uid: 50578 components: - type: Transform - pos: 72.5,40.5 + pos: -171.5,-162.5 parent: 1 - - uid: 30790 + - uid: 50579 components: - type: Transform - pos: 72.5,39.5 + pos: -171.5,-161.5 parent: 1 - - uid: 30791 + - uid: 50580 components: - type: Transform - pos: 72.5,38.5 + pos: -168.5,-162.5 parent: 1 - - uid: 30792 + - uid: 50581 components: - type: Transform - pos: 72.5,37.5 + pos: -168.5,-161.5 parent: 1 - - uid: 30793 + - uid: 50582 components: - type: Transform - pos: 72.5,36.5 + pos: -168.5,-160.5 parent: 1 - - uid: 30794 + - uid: 50583 components: - type: Transform - pos: 69.5,35.5 + pos: -168.5,-159.5 parent: 1 - - uid: 30795 + - uid: 50584 components: - type: Transform - pos: 68.5,35.5 + pos: -168.5,-158.5 parent: 1 - - uid: 30796 + - uid: 50585 components: - type: Transform - pos: 67.5,35.5 + pos: -168.5,-157.5 parent: 1 - - uid: 30797 + - uid: 50586 components: - type: Transform - pos: 66.5,35.5 + pos: -168.5,-156.5 parent: 1 - - uid: 30798 + - uid: 50587 components: - type: Transform - pos: 74.5,49.5 + pos: -168.5,-155.5 parent: 1 - - uid: 30799 + - uid: 50588 components: - type: Transform - pos: 74.5,50.5 + pos: -168.5,-154.5 parent: 1 - - uid: 30800 + - uid: 50589 components: - type: Transform - pos: 74.5,51.5 + pos: -169.5,-162.5 parent: 1 - - uid: 30801 + - uid: 50590 components: - type: Transform - pos: 74.5,52.5 + pos: -169.5,-161.5 parent: 1 - - uid: 30802 + - uid: 50591 components: - type: Transform - pos: 74.5,53.5 + pos: -169.5,-160.5 parent: 1 - - uid: 30803 + - uid: 50592 components: - type: Transform - pos: 74.5,54.5 + pos: -169.5,-159.5 parent: 1 - - uid: 30804 + - uid: 50593 components: - type: Transform - pos: 74.5,55.5 + pos: -169.5,-158.5 parent: 1 - - uid: 30805 + - uid: 50594 components: - type: Transform - pos: 75.5,47.5 + pos: -169.5,-157.5 parent: 1 - - uid: 30806 + - uid: 50595 components: - type: Transform - pos: 75.5,46.5 + pos: -169.5,-156.5 parent: 1 - - uid: 30807 + - uid: 50596 components: - type: Transform - pos: 75.5,45.5 + pos: -154.5,-155.5 parent: 1 - - uid: 30808 + - uid: 50597 components: - type: Transform - pos: 75.5,44.5 + pos: -154.5,-156.5 parent: 1 - - uid: 30809 + - uid: 50598 components: - type: Transform - pos: 75.5,42.5 + pos: -154.5,-157.5 parent: 1 - - uid: 30810 + - uid: 50599 components: - type: Transform - pos: 75.5,43.5 + pos: -154.5,-158.5 parent: 1 - - uid: 30811 + - uid: 50600 components: - type: Transform - pos: 75.5,39.5 + pos: -190.5,-158.5 parent: 1 - - uid: 30812 + - uid: 50601 components: - type: Transform - pos: 75.5,40.5 + pos: -190.5,-157.5 parent: 1 - - uid: 30813 + - uid: 50602 components: - type: Transform - pos: 75.5,41.5 + pos: -190.5,-156.5 parent: 1 - - uid: 30814 + - uid: 50603 components: - type: Transform - pos: 36.5,67.5 + pos: -190.5,-155.5 parent: 1 - - uid: 30815 + - uid: 50604 components: - type: Transform - pos: 51.5,56.5 + pos: -190.5,-154.5 parent: 1 - - uid: 30816 + - uid: 50605 components: - type: Transform - pos: 48.5,58.5 + pos: -191.5,-158.5 parent: 1 - - uid: 30817 + - uid: 50606 components: - type: Transform - pos: 43.5,77.5 + pos: -191.5,-157.5 parent: 1 - - uid: 30818 + - uid: 50607 components: - type: Transform - pos: 49.5,42.5 + pos: -191.5,-156.5 parent: 1 - - uid: 30819 + - uid: 50608 components: - type: Transform - pos: 48.5,71.5 + pos: -191.5,-155.5 parent: 1 - - uid: 30820 + - uid: 50609 components: - type: Transform - pos: 48.5,73.5 + pos: -191.5,-154.5 parent: 1 - - uid: 30821 + - uid: 50610 components: - type: Transform - pos: 53.5,39.5 + pos: -192.5,-162.5 parent: 1 - - uid: 30822 + - uid: 50611 components: - type: Transform - pos: 49.5,44.5 + pos: -192.5,-161.5 parent: 1 - - uid: 30823 + - uid: 50612 components: - type: Transform - pos: 49.5,43.5 + pos: -192.5,-160.5 parent: 1 - - uid: 30824 + - uid: 50613 components: - type: Transform - pos: -138.5,-163.5 + pos: -192.5,-159.5 parent: 1 - - uid: 30825 + - uid: 50614 components: - type: Transform - pos: 44.5,70.5 + pos: -192.5,-158.5 parent: 1 - - uid: 30826 + - uid: 50615 components: - type: Transform - pos: 39.5,79.5 + pos: -192.5,-157.5 parent: 1 - - uid: 30827 + - uid: 50616 components: - type: Transform - pos: 42.5,72.5 + pos: -192.5,-156.5 parent: 1 - - uid: 30828 + - uid: 50617 components: - type: Transform - pos: -191.5,-146.5 + pos: -192.5,-155.5 parent: 1 - - uid: 30829 + - uid: 50618 components: - type: Transform - pos: 47.5,67.5 + pos: -192.5,-154.5 parent: 1 - - uid: 30830 + - uid: 50619 components: - type: Transform - pos: 48.5,56.5 + pos: -193.5,-162.5 parent: 1 - - uid: 30831 + - uid: 50620 components: - type: Transform - pos: 50.5,65.5 + pos: -193.5,-161.5 parent: 1 - - uid: 30832 + - uid: 50621 components: - type: Transform - pos: 48.5,70.5 + pos: -193.5,-160.5 parent: 1 - - uid: 30833 + - uid: 50622 components: - type: Transform - pos: 51.5,62.5 + pos: -193.5,-159.5 parent: 1 - - uid: 30834 + - uid: 50623 components: - type: Transform - pos: 51.5,57.5 + pos: -193.5,-158.5 parent: 1 - - uid: 30835 + - uid: 50624 components: - type: Transform - pos: 49.5,52.5 + pos: -193.5,-157.5 parent: 1 - - uid: 30836 + - uid: 50625 components: - type: Transform - pos: 43.5,75.5 + pos: -193.5,-156.5 parent: 1 - - uid: 30837 + - uid: 50626 components: - type: Transform - pos: 49.5,58.5 + pos: -193.5,-155.5 parent: 1 - - uid: 30838 + - uid: 50627 components: - type: Transform - pos: 43.5,62.5 + pos: -193.5,-154.5 parent: 1 - - uid: 30839 + - uid: 50628 components: - type: Transform - pos: 75.5,53.5 + pos: -194.5,-162.5 parent: 1 - - uid: 30840 + - uid: 50629 components: - type: Transform - pos: 76.5,38.5 + pos: -194.5,-161.5 parent: 1 - - uid: 30841 + - uid: 50630 components: - type: Transform - pos: 76.5,39.5 + pos: -194.5,-160.5 parent: 1 - - uid: 30842 + - uid: 50631 components: - type: Transform - pos: 76.5,40.5 + pos: -194.5,-159.5 parent: 1 - - uid: 30843 + - uid: 50632 components: - type: Transform - pos: 76.5,41.5 + pos: -194.5,-158.5 parent: 1 - - uid: 30844 + - uid: 50633 components: - type: Transform - pos: 76.5,42.5 + pos: -194.5,-157.5 parent: 1 - - uid: 30845 + - uid: 50634 components: - type: Transform - pos: 76.5,43.5 + pos: -194.5,-156.5 parent: 1 - - uid: 30846 + - uid: 50635 components: - type: Transform - pos: 76.5,44.5 + pos: -194.5,-155.5 parent: 1 - - uid: 30847 + - uid: 50636 components: - type: Transform - pos: 76.5,45.5 + pos: -194.5,-154.5 parent: 1 - - uid: 30848 + - uid: 50637 components: - type: Transform - pos: 76.5,46.5 + pos: -195.5,-162.5 parent: 1 - - uid: 30849 + - uid: 50638 components: - type: Transform - pos: 76.5,47.5 + pos: -195.5,-161.5 parent: 1 - - uid: 30850 + - uid: 50639 components: - type: Transform - pos: 76.5,48.5 + pos: -195.5,-160.5 parent: 1 - - uid: 30851 + - uid: 50640 components: - type: Transform - pos: 76.5,49.5 + pos: -195.5,-159.5 parent: 1 - - uid: 30852 + - uid: 50641 components: - type: Transform - pos: 76.5,50.5 + pos: -195.5,-158.5 parent: 1 - - uid: 30853 + - uid: 50642 components: - type: Transform - pos: 76.5,51.5 + pos: -195.5,-156.5 parent: 1 - - uid: 30854 + - uid: 50643 components: - type: Transform - pos: 76.5,52.5 + pos: -195.5,-155.5 parent: 1 - - uid: 30855 + - uid: 50644 components: - type: Transform - pos: 76.5,53.5 + pos: -195.5,-154.5 parent: 1 - - uid: 30856 + - uid: 50645 components: - type: Transform - pos: 75.5,54.5 + pos: -196.5,-161.5 parent: 1 - - uid: 30857 + - uid: 50646 components: - type: Transform - pos: 75.5,55.5 + pos: -196.5,-160.5 parent: 1 - - uid: 30858 + - uid: 50647 components: - type: Transform - pos: 48.5,44.5 + pos: -196.5,-159.5 parent: 1 - - uid: 30859 + - uid: 50648 components: - type: Transform - pos: 37.5,68.5 + pos: -196.5,-158.5 parent: 1 - - uid: 30860 + - uid: 50649 components: - type: Transform - pos: 48.5,43.5 + pos: -196.5,-157.5 parent: 1 - - uid: 30861 + - uid: 50650 components: - type: Transform - pos: 45.5,71.5 + pos: -196.5,-156.5 parent: 1 - - uid: 30862 + - uid: 50651 components: - type: Transform - pos: 51.5,64.5 + pos: -196.5,-155.5 parent: 1 - - uid: 30863 + - uid: 50652 components: - type: Transform - pos: 49.5,50.5 + pos: -197.5,-163.5 parent: 1 - - uid: 30864 + - uid: 50653 components: - type: Transform - pos: 48.5,42.5 + pos: -197.5,-162.5 parent: 1 - - uid: 30865 + - uid: 50654 components: - type: Transform - pos: 43.5,69.5 + pos: -197.5,-161.5 parent: 1 - - uid: 30866 + - uid: 50655 components: - type: Transform - pos: 51.5,55.5 + pos: -197.5,-160.5 parent: 1 - - uid: 30867 + - uid: 50656 components: - type: Transform - pos: 77.5,50.5 + pos: -197.5,-159.5 parent: 1 - - uid: 30868 + - uid: 50657 components: - type: Transform - pos: 77.5,49.5 + pos: -197.5,-158.5 parent: 1 - - uid: 30869 + - uid: 50658 components: - type: Transform - pos: 77.5,48.5 + pos: -197.5,-157.5 parent: 1 - - uid: 30870 + - uid: 50659 components: - type: Transform - pos: 77.5,47.5 + pos: -197.5,-156.5 parent: 1 - - uid: 30871 + - uid: 50660 components: - type: Transform - pos: 77.5,46.5 + pos: -197.5,-155.5 parent: 1 - - uid: 30872 + - uid: 50661 components: - type: Transform - pos: 77.5,45.5 + pos: -197.5,-154.5 parent: 1 - - uid: 30873 + - uid: 50662 components: - type: Transform - pos: 77.5,44.5 + pos: -198.5,-163.5 parent: 1 - - uid: 30874 + - uid: 50663 components: - type: Transform - pos: 77.5,43.5 + pos: -198.5,-162.5 parent: 1 - - uid: 30875 + - uid: 50664 components: - type: Transform - pos: 77.5,42.5 + pos: -198.5,-161.5 parent: 1 - - uid: 30876 + - uid: 50665 components: - type: Transform - pos: 77.5,41.5 + pos: -198.5,-160.5 parent: 1 - - uid: 30877 + - uid: 50666 components: - type: Transform - pos: 77.5,40.5 + pos: -198.5,-159.5 parent: 1 - - uid: 30878 + - uid: 50667 components: - type: Transform - pos: 78.5,52.5 + pos: -198.5,-158.5 parent: 1 - - uid: 30879 + - uid: 50668 components: - type: Transform - pos: 78.5,51.5 + pos: -198.5,-157.5 parent: 1 - - uid: 30880 + - uid: 50669 components: - type: Transform - pos: 78.5,50.5 + pos: -198.5,-156.5 parent: 1 - - uid: 30881 + - uid: 50670 components: - type: Transform - pos: 78.5,49.5 + pos: -198.5,-155.5 parent: 1 - - uid: 30882 + - uid: 50671 components: - type: Transform - pos: 78.5,48.5 + pos: -198.5,-154.5 parent: 1 - - uid: 30883 + - uid: 50672 components: - type: Transform - pos: 78.5,47.5 + pos: -155.5,-147.5 parent: 1 - - uid: 30884 + - uid: 50673 components: - type: Transform - pos: 78.5,46.5 + pos: 64.5,45.5 parent: 1 - - uid: 30885 + - uid: 50674 components: - type: Transform - pos: 78.5,45.5 + pos: -189.5,-149.5 parent: 1 - - uid: 30886 + - uid: 50675 components: - type: Transform - pos: 78.5,44.5 + pos: 61.5,55.5 parent: 1 - - uid: 30887 + - uid: 50676 components: - type: Transform - pos: 78.5,43.5 + pos: -151.5,-179.5 parent: 1 - - uid: 30888 + - uid: 50677 components: - type: Transform - pos: 78.5,42.5 + pos: -185.5,-146.5 parent: 1 - - uid: 30889 + - uid: 50678 components: - type: Transform - pos: 78.5,41.5 + pos: -188.5,-145.5 parent: 1 - - uid: 30890 + - uid: 50679 components: - type: Transform - pos: 78.5,40.5 + pos: -188.5,-150.5 parent: 1 - - uid: 30891 + - uid: 50680 components: - type: Transform - pos: 77.5,39.5 + pos: -183.5,-142.5 parent: 1 - - uid: 30892 + - uid: 50681 components: - type: Transform - pos: 79.5,40.5 + pos: 61.5,42.5 parent: 1 - - uid: 30893 + - uid: 50682 components: - type: Transform - pos: 79.5,41.5 + pos: -165.5,-152.5 parent: 1 - - uid: 30894 + - uid: 50683 components: - type: Transform - pos: 79.5,42.5 + pos: 65.5,36.5 parent: 1 - - uid: 30895 + - uid: 50684 components: - type: Transform - pos: 79.5,43.5 + pos: -149.5,-161.5 parent: 1 - - uid: 30896 + - uid: 50685 components: - type: Transform - pos: 79.5,44.5 + pos: -186.5,-147.5 parent: 1 - - uid: 30897 + - uid: 50686 components: - type: Transform - pos: 79.5,45.5 + pos: -153.5,-148.5 parent: 1 - - uid: 30898 + - uid: 50687 components: - type: Transform - pos: 79.5,46.5 + pos: 37.5,69.5 parent: 1 - - uid: 30899 + - uid: 50688 components: - type: Transform - pos: 79.5,47.5 + pos: 67.5,46.5 parent: 1 - - uid: 30900 + - uid: 50689 components: - type: Transform - pos: 79.5,48.5 + pos: -188.5,-151.5 parent: 1 - - uid: 30901 + - uid: 50690 components: - type: Transform - pos: 79.5,49.5 + pos: -142.5,-178.5 parent: 1 - - uid: 30902 + - uid: 50691 components: - type: Transform - pos: 79.5,50.5 + pos: -164.5,-152.5 parent: 1 - - uid: 30903 + - uid: 50692 components: - type: Transform - pos: 79.5,51.5 + pos: 66.5,41.5 parent: 1 - - uid: 30904 + - uid: 50693 components: - type: Transform - pos: 79.5,52.5 + pos: -143.5,-175.5 parent: 1 - - uid: 30905 + - uid: 50694 components: - type: Transform - pos: 80.5,52.5 + pos: -143.5,-164.5 parent: 1 - - uid: 30906 + - uid: 50695 components: - type: Transform - pos: 80.5,51.5 + pos: -140.5,-183.5 parent: 1 - - uid: 30907 + - uid: 50696 components: - type: Transform - pos: 80.5,50.5 + pos: -171.5,-152.5 parent: 1 - - uid: 30908 + - uid: 50697 components: - type: Transform - pos: 81.5,51.5 + pos: 63.5,35.5 parent: 1 - - uid: 30909 + - uid: 50698 components: - type: Transform - pos: 81.5,50.5 + pos: -187.5,-149.5 parent: 1 - - uid: 30910 + - uid: 50699 components: - type: Transform - pos: 81.5,49.5 + pos: 51.5,54.5 parent: 1 - - uid: 30911 + - uid: 50700 components: - type: Transform - pos: 82.5,51.5 + pos: 50.5,61.5 parent: 1 - - uid: 30912 + - uid: 50701 components: - type: Transform - pos: 82.5,50.5 + pos: -150.5,-177.5 parent: 1 - - uid: 30913 + - uid: 50702 components: - type: Transform - pos: 80.5,47.5 + pos: 51.5,63.5 parent: 1 - - uid: 30914 + - uid: 50703 components: - type: Transform - pos: 80.5,46.5 + pos: -190.5,-143.5 parent: 1 - - uid: 30915 + - uid: 50704 components: - type: Transform - pos: 80.5,45.5 + pos: 65.5,40.5 parent: 1 - - uid: 30916 + - uid: 50705 components: - type: Transform - pos: 80.5,44.5 + pos: -167.5,-152.5 parent: 1 - - uid: 30917 + - uid: 50706 components: - type: Transform - pos: 80.5,43.5 + pos: -170.5,-151.5 parent: 1 - - uid: 30918 + - uid: 50707 components: - type: Transform - pos: 80.5,42.5 + pos: -170.5,-152.5 parent: 1 - - uid: 30919 + - uid: 50708 components: - type: Transform - pos: 80.5,41.5 + pos: -132.5,-148.5 parent: 1 - - uid: 30920 + - uid: 50709 components: - type: Transform - pos: 81.5,42.5 + pos: -197.5,-143.5 parent: 1 - - uid: 30921 + - uid: 50710 components: - type: Transform - pos: 81.5,43.5 + pos: -189.5,-143.5 parent: 1 - - uid: 30922 + - uid: 50711 components: - type: Transform - pos: 81.5,44.5 + pos: -197.5,-142.5 parent: 1 - - uid: 30923 + - uid: 50712 components: - type: Transform - pos: 81.5,45.5 + pos: 63.5,36.5 parent: 1 - - uid: 30924 + - uid: 50713 components: - type: Transform - pos: 81.5,46.5 + pos: -139.5,-164.5 parent: 1 - - uid: 30925 + - uid: 50714 components: - type: Transform - pos: 81.5,47.5 + pos: -154.5,-147.5 parent: 1 - - uid: 30926 + - uid: 50715 components: - type: Transform - pos: 82.5,47.5 + pos: -196.5,-152.5 parent: 1 - - uid: 30927 + - uid: 50716 components: - type: Transform - pos: 82.5,46.5 + pos: -167.5,-151.5 parent: 1 - - uid: 30928 + - uid: 50717 components: - type: Transform - pos: 82.5,45.5 + pos: -185.5,-152.5 parent: 1 - - uid: 30929 + - uid: 50718 components: - type: Transform - pos: 82.5,44.5 + pos: -186.5,-143.5 parent: 1 - - uid: 30930 + - uid: 50719 components: - type: Transform - pos: 82.5,43.5 + pos: -167.5,-153.5 parent: 1 - - uid: 30931 + - uid: 50720 components: - type: Transform - pos: 83.5,43.5 + pos: -153.5,-147.5 parent: 1 - - uid: 30932 + - uid: 50721 components: - type: Transform - pos: 83.5,44.5 + pos: 62.5,38.5 parent: 1 - - uid: 30933 + - uid: 50722 components: - type: Transform - pos: 83.5,45.5 + pos: -187.5,-148.5 parent: 1 - - uid: 30934 + - uid: 50723 components: - type: Transform - pos: 83.5,46.5 + pos: -153.5,-179.5 parent: 1 - - uid: 30935 + - uid: 50724 components: - type: Transform - pos: 84.5,45.5 + pos: 49.5,57.5 parent: 1 - - uid: 30936 + - uid: 50725 components: - type: Transform - pos: 84.5,44.5 + pos: 62.5,49.5 parent: 1 - - uid: 30937 + - uid: 50726 components: - type: Transform - pos: 47.5,70.5 + pos: -187.5,-144.5 parent: 1 - - uid: 30938 + - uid: 50727 components: - type: Transform - pos: 48.5,72.5 + pos: -190.5,-144.5 parent: 1 - - uid: 30939 + - uid: 50728 components: - type: Transform - pos: 49.5,62.5 + pos: -186.5,-146.5 parent: 1 - - uid: 30940 + - uid: 50729 components: - type: Transform - pos: 52.5,48.5 + pos: -149.5,-157.5 parent: 1 - - uid: 30941 + - uid: 50730 components: - type: Transform - pos: 47.5,69.5 + pos: -197.5,-94.5 parent: 1 - - uid: 30942 + - uid: 50731 components: - type: Transform - pos: 33.5,73.5 + pos: -185.5,-151.5 parent: 1 - - uid: 30943 + - uid: 50732 components: - type: Transform - pos: 49.5,49.5 + pos: 66.5,58.5 parent: 1 - - uid: 30944 + - uid: 50733 components: - type: Transform - pos: 48.5,40.5 + pos: 63.5,53.5 parent: 1 - - uid: 30945 + - uid: 50734 components: - type: Transform - pos: -148.5,-152.5 + pos: -188.5,-146.5 parent: 1 - - uid: 30946 + - uid: 50735 components: - type: Transform - pos: -148.5,-150.5 + pos: -186.5,-148.5 parent: 1 - - uid: 30947 + - uid: 50736 components: - type: Transform - pos: -152.5,-177.5 + pos: -188.5,-144.5 parent: 1 - - uid: 30948 + - uid: 50737 components: - type: Transform - pos: 28.5,70.5 + pos: -187.5,-151.5 parent: 1 - - uid: 30949 + - uid: 50738 components: - type: Transform - pos: 31.5,71.5 + pos: -185.5,-153.5 parent: 1 - - uid: 30950 + - uid: 50739 components: - type: Transform - pos: 28.5,71.5 + pos: -185.5,-149.5 parent: 1 - - uid: 30951 + - uid: 50740 components: - type: Transform - pos: -172.5,-152.5 + pos: -131.5,-148.5 parent: 1 - - uid: 30952 + - uid: 50741 components: - type: Transform - pos: 30.5,68.5 + pos: -152.5,-147.5 parent: 1 - - uid: 30953 + - uid: 50742 components: - type: Transform - pos: 46.5,71.5 + pos: -168.5,-153.5 parent: 1 - - uid: 30954 + - uid: 50743 components: - type: Transform - pos: 43.5,61.5 + pos: -194.5,-143.5 parent: 1 - - uid: 30955 + - uid: 50744 components: - type: Transform - pos: 48.5,36.5 + pos: 64.5,57.5 parent: 1 - - uid: 30956 + - uid: 50745 components: - type: Transform - pos: 47.5,74.5 + pos: -185.5,-147.5 parent: 1 - - uid: 30957 + - uid: 50746 components: - type: Transform - pos: 47.5,75.5 + pos: -165.5,-151.5 parent: 1 - - uid: 30958 + - uid: 50747 components: - type: Transform - pos: 40.5,74.5 + pos: -190.5,-145.5 parent: 1 - - uid: 30959 + - uid: 50748 components: - type: Transform - pos: -198.5,-145.5 + pos: -155.5,-148.5 parent: 1 - - uid: 30960 + - uid: 50749 components: - type: Transform - pos: 42.5,73.5 + pos: -138.5,-158.5 parent: 1 - - uid: 30961 + - uid: 50750 components: - type: Transform - pos: 49.5,53.5 + pos: -138.5,-159.5 parent: 1 - - uid: 30962 + - uid: 50751 components: - type: Transform - pos: 22.5,198.5 + pos: -156.5,-148.5 parent: 1 - - uid: 30963 + - uid: 50752 components: - type: Transform - pos: 52.5,36.5 + pos: -189.5,-150.5 parent: 1 - - uid: 30964 + - uid: 50753 components: - type: Transform - pos: 48.5,57.5 + pos: -189.5,-151.5 parent: 1 - - uid: 30965 + - uid: 50754 components: - type: Transform - pos: -184.5,-151.5 + pos: -189.5,-152.5 parent: 1 - - uid: 30966 + - uid: 50755 components: - type: Transform - pos: -138.5,-161.5 + pos: -192.5,-143.5 parent: 1 - - uid: 30967 + - uid: 50756 components: - type: Transform - pos: -147.5,-155.5 + pos: -187.5,-142.5 parent: 1 - - uid: 30968 + - uid: 50757 components: - type: Transform - pos: -197.5,-153.5 + pos: -185.5,-142.5 parent: 1 - - uid: 30969 + - uid: 50758 components: - type: Transform - pos: 49.5,47.5 + pos: -185.5,-148.5 parent: 1 - - uid: 30970 + - uid: 50759 components: - type: Transform - pos: 49.5,46.5 + pos: -189.5,-147.5 parent: 1 - - uid: 30971 + - uid: 50760 components: - type: Transform - pos: 52.5,49.5 + pos: -193.5,-143.5 parent: 1 - - uid: 30972 + - uid: 50761 components: - type: Transform - pos: 51.5,58.5 + pos: 63.5,47.5 parent: 1 - - uid: 30973 + - uid: 50762 components: - type: Transform - pos: 53.5,49.5 + pos: -187.5,-153.5 parent: 1 - - uid: 30974 + - uid: 50763 components: - type: Transform - pos: 24.5,82.5 + pos: -189.5,-153.5 parent: 1 - - uid: 30975 + - uid: 50764 components: - type: Transform - pos: -198.5,-148.5 + pos: -190.5,-142.5 parent: 1 - - uid: 30976 + - uid: 50765 components: - type: Transform - pos: 40.5,70.5 + pos: -188.5,-142.5 parent: 1 - - uid: 30977 + - uid: 50766 components: - type: Transform - pos: -148.5,-155.5 + pos: -128.5,-182.5 parent: 1 - - uid: 30978 + - uid: 50767 components: - type: Transform - pos: -147.5,-156.5 + pos: -188.5,-143.5 parent: 1 - - uid: 30979 + - uid: 50768 components: - type: Transform - pos: 36.5,71.5 + pos: -139.5,-163.5 parent: 1 - - uid: 30980 + - uid: 50769 components: - type: Transform - pos: -148.5,-158.5 + pos: -172.5,-153.5 parent: 1 - - uid: 30981 + - uid: 50770 components: - type: Transform - pos: 51.5,61.5 + pos: -188.5,-149.5 parent: 1 - - uid: 30982 + - uid: 50771 components: - type: Transform - pos: 49.5,56.5 + pos: -188.5,-148.5 parent: 1 - - uid: 30983 + - uid: 50772 components: - type: Transform - pos: 49.5,55.5 + pos: -188.5,-147.5 parent: 1 - - uid: 30984 + - uid: 50773 components: - type: Transform - pos: -183.5,-149.5 + pos: -149.5,-162.5 parent: 1 - - uid: 30985 + - uid: 50774 components: - type: Transform - pos: -148.5,-154.5 + pos: -169.5,-151.5 parent: 1 - - uid: 30986 + - uid: 50775 components: - type: Transform - pos: 33.5,64.5 + pos: -169.5,-152.5 parent: 1 - - uid: 30987 + - uid: 50776 components: - type: Transform - pos: 51.5,59.5 + pos: 65.5,60.5 parent: 1 - - uid: 30988 + - uid: 50777 components: - type: Transform - pos: 50.5,36.5 + pos: -169.5,-153.5 parent: 1 - - uid: 30989 + - uid: 50778 components: - type: Transform - pos: 50.5,38.5 + pos: 63.5,51.5 parent: 1 - - uid: 30990 + - uid: 50779 components: - type: Transform - pos: 50.5,39.5 + pos: 38.5,68.5 parent: 1 - - uid: 30991 + - uid: 50780 components: - type: Transform - pos: 50.5,40.5 + pos: 49.5,54.5 parent: 1 - - uid: 30992 + - uid: 50781 components: - type: Transform - pos: 50.5,41.5 + pos: 73.5,58.5 parent: 1 - - uid: 30993 + - uid: 50782 components: - type: Transform - pos: 50.5,42.5 + pos: 73.5,45.5 parent: 1 - - uid: 30994 + - uid: 50783 components: - type: Transform - pos: 50.5,43.5 + pos: 66.5,43.5 parent: 1 - - uid: 30995 + - uid: 50784 components: - type: Transform - pos: 50.5,44.5 + pos: 66.5,53.5 parent: 1 - - uid: 30996 + - uid: 50785 components: - type: Transform - pos: 50.5,46.5 + pos: -192.5,-153.5 parent: 1 - - uid: 30997 + - uid: 50786 components: - type: Transform - pos: 50.5,47.5 + pos: 62.5,46.5 parent: 1 - - uid: 30998 + - uid: 50787 components: - type: Transform - pos: 50.5,48.5 + pos: 66.5,44.5 parent: 1 - - uid: 30999 + - uid: 50788 components: - type: Transform - pos: 50.5,49.5 + pos: 42.5,75.5 parent: 1 - - uid: 31001 + - uid: 50789 components: - type: Transform - pos: 50.5,51.5 + pos: 67.5,51.5 parent: 1 - - uid: 31002 + - uid: 50790 components: - type: Transform - pos: 50.5,52.5 + pos: 74.5,46.5 parent: 1 - - uid: 31003 + - uid: 50791 components: - type: Transform - pos: 50.5,53.5 + pos: 62.5,54.5 parent: 1 - - uid: 31004 + - uid: 50792 components: - type: Transform - pos: 50.5,54.5 + pos: 62.5,55.5 parent: 1 - - uid: 31005 + - uid: 50793 components: - type: Transform - pos: 50.5,55.5 + pos: 62.5,56.5 parent: 1 - - uid: 31006 + - uid: 50794 components: - type: Transform - pos: 50.5,56.5 + pos: 62.5,57.5 parent: 1 - - uid: 31007 + - uid: 50795 components: - type: Transform - pos: 50.5,57.5 + pos: 53.5,41.5 parent: 1 - - uid: 31008 + - uid: 50796 components: - type: Transform - pos: 50.5,58.5 + pos: 49.5,65.5 parent: 1 - - uid: 31009 + - uid: 50797 components: - type: Transform - pos: 50.5,59.5 + pos: 74.5,47.5 parent: 1 - - uid: 31010 + - uid: 50798 components: - type: Transform - pos: 49.5,36.5 + pos: 67.5,43.5 parent: 1 - - uid: 31011 + - uid: 50799 components: - type: Transform - pos: -28.5,47.5 + pos: 39.5,69.5 parent: 1 - - uid: 31012 + - uid: 50800 components: - type: Transform - pos: 49.5,38.5 + pos: 74.5,57.5 parent: 1 - - uid: 31013 + - uid: 50801 components: - type: Transform - pos: 49.5,39.5 + pos: 75.5,48.5 parent: 1 - - uid: 31014 + - uid: 50802 components: - type: Transform - pos: 49.5,40.5 + pos: 66.5,42.5 parent: 1 - - uid: 31015 + - uid: 50803 components: - type: Transform - pos: -198.5,-147.5 + pos: -147.5,-158.5 parent: 1 - - uid: 31016 + - uid: 50804 components: - type: Transform - pos: 40.5,71.5 + pos: 65.5,44.5 parent: 1 - - uid: 31017 + - uid: 50805 components: - type: Transform - pos: 41.5,72.5 + pos: 49.5,35.5 parent: 1 - - uid: 31018 + - uid: 50806 components: - type: Transform - pos: 34.5,69.5 + pos: 66.5,47.5 parent: 1 - - uid: 31019 + - uid: 50807 components: - type: Transform - pos: 34.5,71.5 + pos: 67.5,53.5 parent: 1 - - uid: 31020 + - uid: 50808 components: - type: Transform - pos: 45.5,69.5 + pos: -143.5,-162.5 parent: 1 - - uid: 31021 + - uid: 50809 components: - type: Transform - pos: 33.5,69.5 + pos: 25.5,82.5 parent: 1 - - uid: 31022 + - uid: 50810 components: - type: Transform - pos: 47.5,63.5 + pos: 67.5,44.5 parent: 1 - - uid: 31023 + - uid: 50811 components: - type: Transform - pos: 37.5,73.5 + pos: 63.5,48.5 parent: 1 - - uid: 31024 + - uid: 50812 components: - type: Transform - pos: -184.5,-150.5 + pos: 61.5,41.5 parent: 1 - - uid: 31025 + - uid: 50813 components: - type: Transform - pos: -153.5,-177.5 + pos: 63.5,52.5 parent: 1 - - uid: 31026 + - uid: 50814 components: - type: Transform - pos: -153.5,-178.5 + pos: 65.5,42.5 parent: 1 - - uid: 31027 + - uid: 50815 components: - type: Transform - pos: -190.5,-148.5 + pos: 66.5,56.5 parent: 1 - - uid: 31028 + - uid: 50816 components: - type: Transform - pos: -190.5,-149.5 + pos: 65.5,41.5 parent: 1 - - uid: 31029 + - uid: 50817 components: - type: Transform - pos: -184.5,-147.5 + pos: 67.5,59.5 parent: 1 - - uid: 31030 + - uid: 50818 components: - type: Transform - pos: 46.5,70.5 + pos: 67.5,58.5 parent: 1 - - uid: 31031 + - uid: 50819 components: - type: Transform - pos: 42.5,69.5 + pos: 66.5,38.5 parent: 1 - - uid: 31032 + - uid: 50820 components: - type: Transform - pos: 42.5,70.5 + pos: 62.5,36.5 parent: 1 - - uid: 31033 + - uid: 50821 components: - type: Transform - pos: 43.5,76.5 + pos: 66.5,52.5 parent: 1 - - uid: 31034 + - uid: 50822 components: - type: Transform - pos: 22.5,82.5 + pos: 73.5,44.5 parent: 1 - - uid: 31035 + - uid: 50823 components: - type: Transform - pos: -196.5,-147.5 + pos: 62.5,53.5 parent: 1 - - uid: 31036 + - uid: 50824 components: - type: Transform - pos: -196.5,-148.5 + pos: 62.5,51.5 parent: 1 - - uid: 31037 + - uid: 50825 components: - type: Transform - pos: -147.5,-157.5 + pos: 52.5,61.5 parent: 1 - - uid: 31038 + - uid: 50826 components: - type: Transform - pos: 32.5,72.5 + pos: 61.5,51.5 parent: 1 - - uid: 31039 + - uid: 50827 components: - type: Transform - pos: 45.5,62.5 + pos: 74.5,48.5 parent: 1 - - uid: 31040 + - uid: 50828 components: - type: Transform - pos: 50.5,64.5 + pos: 74.5,41.5 parent: 1 - - uid: 31041 + - uid: 50829 components: - type: Transform - pos: 32.5,71.5 + pos: -148.5,-156.5 parent: 1 - - uid: 31042 + - uid: 50830 components: - type: Transform - pos: 45.5,76.5 + pos: 22.5,199.5 parent: 1 - - uid: 31043 + - uid: 50831 components: - type: Transform - pos: 52.5,39.5 + pos: -166.5,-153.5 parent: 1 - - uid: 31044 + - uid: 50832 components: - type: Transform - pos: -194.5,-144.5 + pos: -139.5,-173.5 parent: 1 - - uid: 31045 + - uid: 50833 components: - type: Transform - pos: 46.5,76.5 + pos: -151.5,-147.5 parent: 1 - - uid: 31046 + - uid: 50834 components: - type: Transform - pos: -195.5,-148.5 + pos: -151.5,-148.5 parent: 1 - - uid: 31047 + - uid: 50835 components: - type: Transform - pos: 47.5,61.5 + pos: -152.5,-148.5 parent: 1 - - uid: 31048 + - uid: 50836 components: - type: Transform - pos: 52.5,47.5 + pos: -154.5,-148.5 parent: 1 - - uid: 31049 + - uid: 50837 components: - type: Transform - pos: 52.5,46.5 + pos: 61.5,48.5 parent: 1 - - uid: 31050 + - uid: 50838 components: - type: Transform - pos: -28.5,44.5 + pos: 50.5,62.5 parent: 1 - - uid: 31051 + - uid: 50839 components: - type: Transform - pos: 52.5,44.5 + pos: -149.5,-160.5 parent: 1 - - uid: 31052 + - uid: 50840 components: - type: Transform - pos: 48.5,38.5 + pos: -149.5,-159.5 parent: 1 - - uid: 31053 + - uid: 50841 components: - type: Transform - pos: 52.5,62.5 + pos: -138.5,-160.5 parent: 1 - - uid: 31054 + - uid: 50842 components: - type: Transform - pos: 49.5,66.5 + pos: 53.5,42.5 parent: 1 - - uid: 31055 + - uid: 50843 components: - type: Transform - pos: 52.5,63.5 + pos: -186.5,-142.5 parent: 1 - - uid: 31056 + - uid: 50844 components: - type: Transform - pos: 38.5,69.5 + pos: -150.5,-178.5 parent: 1 - - uid: 31057 + - uid: 50845 components: - type: Transform - pos: 52.5,50.5 + pos: 65.5,59.5 parent: 1 - - uid: 31058 + - uid: 50846 components: - type: Transform - pos: 52.5,51.5 + pos: 66.5,45.5 parent: 1 - - uid: 31059 + - uid: 50847 components: - type: Transform - pos: 52.5,52.5 + pos: -190.5,-152.5 parent: 1 - - uid: 31060 + - uid: 50848 components: - type: Transform - pos: 52.5,53.5 + pos: 61.5,52.5 parent: 1 - - uid: 31061 + - uid: 50849 components: - type: Transform - pos: 52.5,54.5 + pos: -166.5,-152.5 parent: 1 - - uid: 31062 + - uid: 50850 components: - type: Transform - pos: 52.5,55.5 + pos: -166.5,-151.5 parent: 1 - - uid: 31063 + - uid: 50851 components: - type: Transform - pos: 52.5,56.5 + pos: -165.5,-153.5 parent: 1 - - uid: 31064 + - uid: 50852 components: - type: Transform - pos: 52.5,57.5 + pos: 63.5,58.5 parent: 1 - - uid: 31065 + - uid: 50853 components: - type: Transform - pos: 52.5,58.5 + pos: 64.5,44.5 parent: 1 - - uid: 31066 + - uid: 50854 components: - type: Transform - pos: 52.5,59.5 + pos: 48.5,53.5 parent: 1 - - uid: 31067 + - uid: 50855 components: - type: Transform - pos: 51.5,36.5 + pos: 63.5,60.5 parent: 1 - - uid: 31068 + - uid: 50856 components: - type: Transform - pos: 51.5,38.5 + pos: 61.5,45.5 parent: 1 - - uid: 31069 + - uid: 50857 components: - type: Transform - pos: 51.5,39.5 + pos: 61.5,37.5 parent: 1 - - uid: 31070 + - uid: 50858 components: - type: Transform - pos: 51.5,40.5 + pos: -187.5,-147.5 parent: 1 - - uid: 31071 + - uid: 50859 components: - type: Transform - pos: 51.5,41.5 + pos: -156.5,-147.5 parent: 1 - - uid: 31072 + - uid: 50860 components: - type: Transform - pos: 51.5,42.5 + pos: -186.5,-144.5 parent: 1 - - uid: 31073 + - uid: 50861 components: - type: Transform - pos: 51.5,43.5 + pos: 38.5,72.5 parent: 1 - - uid: 31074 + - uid: 50862 components: - type: Transform - pos: 51.5,44.5 + pos: -196.5,-95.5 parent: 1 - - uid: 31075 + - uid: 50863 components: - type: Transform - pos: 23.5,198.5 + pos: -139.5,-167.5 parent: 1 - - uid: 31076 + - uid: 50864 components: - type: Transform - pos: 51.5,46.5 + pos: 48.5,41.5 parent: 1 - - uid: 31077 + - uid: 50865 components: - type: Transform - pos: 51.5,47.5 + pos: 73.5,38.5 parent: 1 - - uid: 31078 + - uid: 50866 components: - type: Transform - pos: 51.5,48.5 + pos: 36.5,68.5 parent: 1 - - uid: 31079 + - uid: 50867 components: - type: Transform - pos: 51.5,49.5 + pos: 43.5,78.5 parent: 1 - - uid: 31080 + - uid: 50868 components: - type: Transform - pos: 51.5,50.5 + pos: 52.5,38.5 parent: 1 - - uid: 31081 + - uid: 50869 components: - type: Transform - pos: 51.5,51.5 + pos: 38.5,67.5 parent: 1 - - uid: 31083 + - uid: 50870 components: - type: Transform - pos: 51.5,53.5 + pos: 67.5,49.5 parent: 1 - - uid: 31084 + - uid: 50871 components: - type: Transform - pos: -192.5,-145.5 + pos: 67.5,54.5 parent: 1 - - uid: 31085 + - uid: 50872 components: - type: Transform - pos: 46.5,75.5 + pos: -131.5,-132.5 parent: 1 - - uid: 31086 + - uid: 50873 components: - type: Transform - pos: 36.5,72.5 + pos: -122.5,-188.5 parent: 1 - - uid: 31087 + - uid: 50874 components: - type: Transform - pos: 30.5,72.5 + pos: -195.5,-94.5 parent: 1 - - uid: 31088 + - uid: 50875 components: - type: Transform - pos: 48.5,61.5 + pos: 73.5,56.5 parent: 1 - - uid: 31089 + - uid: 50876 components: - type: Transform - pos: 48.5,49.5 + pos: 48.5,66.5 parent: 1 - - uid: 31090 + - uid: 50877 components: - type: Transform - pos: 48.5,67.5 + pos: 48.5,39.5 parent: 1 - - uid: 31091 + - uid: 50878 components: - type: Transform - pos: -195.5,-149.5 + pos: 73.5,40.5 parent: 1 - - uid: 31092 + - uid: 50879 components: - type: Transform - pos: 45.5,63.5 + pos: 67.5,50.5 parent: 1 - - uid: 31093 + - uid: 50880 components: - type: Transform - pos: 43.5,73.5 + pos: 66.5,46.5 parent: 1 - - uid: 31094 + - uid: 50881 components: - type: Transform - pos: 44.5,62.5 + pos: 74.5,38.5 parent: 1 - - uid: 31095 + - uid: 50882 components: - type: Transform - pos: 38.5,73.5 + pos: 66.5,39.5 parent: 1 - - uid: 31096 + - uid: 50883 components: - type: Transform - pos: 49.5,61.5 + pos: 67.5,56.5 parent: 1 - - uid: 31097 + - uid: 50884 components: - type: Transform - pos: 37.5,72.5 + pos: 74.5,39.5 parent: 1 - - uid: 31098 + - uid: 50885 components: - type: Transform - pos: 39.5,73.5 + pos: 67.5,48.5 parent: 1 - - uid: 31099 + - uid: 50886 components: - type: Transform - pos: 52.5,43.5 + pos: 65.5,49.5 parent: 1 - - uid: 31100 + - uid: 50887 components: - type: Transform - pos: 52.5,42.5 + pos: 63.5,57.5 parent: 1 - - uid: 31101 + - uid: 50888 components: - type: Transform - pos: 52.5,41.5 + pos: 212.5,187.5 parent: 1 - - uid: 31102 + - uid: 50889 components: - type: Transform - pos: 52.5,40.5 + pos: 61.5,50.5 parent: 1 - - uid: 31103 + - uid: 50890 components: - type: Transform - pos: 49.5,41.5 + pos: 67.5,52.5 parent: 1 - - uid: 31104 + - uid: 50891 components: - type: Transform - pos: 48.5,47.5 + pos: 48.5,51.5 parent: 1 - - uid: 31105 + - uid: 50892 components: - type: Transform - pos: 48.5,46.5 + pos: 64.5,40.5 parent: 1 - - uid: 31106 + - uid: 50893 components: - type: Transform - pos: 48.5,63.5 + pos: 61.5,56.5 parent: 1 - - uid: 31107 + - uid: 50894 components: - type: Transform - pos: -190.5,-151.5 + pos: 61.5,39.5 parent: 1 - - uid: 31108 + - uid: 50895 components: - type: Transform - pos: -192.5,-144.5 + pos: 62.5,42.5 parent: 1 - - uid: 31109 + - uid: 50896 components: - type: Transform - pos: -193.5,-153.5 + pos: 64.5,35.5 parent: 1 - - uid: 31110 + - uid: 50897 components: - type: Transform - pos: -173.5,-151.5 + pos: 63.5,59.5 parent: 1 - - uid: 31111 + - uid: 50898 components: - type: Transform - pos: -193.5,-152.5 + pos: 26.5,82.5 parent: 1 - - uid: 31112 + - uid: 50899 components: - type: Transform - pos: -196.5,-150.5 + pos: 42.5,71.5 parent: 1 - - uid: 31113 + - uid: 50900 components: - type: Transform - pos: -196.5,-149.5 + pos: 61.5,49.5 parent: 1 - - uid: 31114 + - uid: 50901 components: - type: Transform - pos: 37.5,74.5 + pos: 73.5,39.5 parent: 1 - - uid: 31115 + - uid: 50902 components: - type: Transform - pos: 38.5,76.5 + pos: 64.5,46.5 parent: 1 - - uid: 31116 + - uid: 50903 components: - type: Transform - pos: 38.5,77.5 + pos: 65.5,37.5 parent: 1 - - uid: 31117 + - uid: 50904 components: - type: Transform - pos: 37.5,76.5 + pos: 32.5,73.5 parent: 1 - - uid: 31118 + - uid: 50905 components: - type: Transform - pos: -148.5,-151.5 + pos: 66.5,55.5 parent: 1 - - uid: 31119 + - uid: 50906 components: - type: Transform - pos: 44.5,71.5 + pos: -198.5,-150.5 parent: 1 - - uid: 31120 + - uid: 50907 components: - type: Transform - pos: 48.5,62.5 + pos: 64.5,38.5 parent: 1 - - uid: 31121 + - uid: 50908 components: - type: Transform - pos: 46.5,61.5 + pos: 64.5,37.5 parent: 1 - - uid: 31122 + - uid: 50909 components: - type: Transform - pos: 47.5,72.5 + pos: 66.5,51.5 parent: 1 - - uid: 31123 + - uid: 50910 components: - type: Transform - pos: 45.5,72.5 + pos: 64.5,60.5 parent: 1 - - uid: 31124 + - uid: 50911 components: - type: Transform - pos: 39.5,70.5 + pos: 65.5,38.5 parent: 1 - - uid: 31125 + - uid: 50912 components: - type: Transform - pos: 53.5,50.5 + pos: 64.5,51.5 parent: 1 - - uid: 31126 + - uid: 50913 components: - type: Transform - pos: 53.5,51.5 + pos: 64.5,50.5 parent: 1 - - uid: 31127 + - uid: 50914 components: - type: Transform - pos: 53.5,52.5 + pos: 74.5,40.5 parent: 1 - - uid: 31128 + - uid: 50915 components: - type: Transform - pos: 53.5,53.5 + pos: 63.5,54.5 parent: 1 - - uid: 31129 + - uid: 50916 components: - type: Transform - pos: 53.5,54.5 + pos: 63.5,55.5 parent: 1 - - uid: 31130 + - uid: 50917 components: - type: Transform - pos: 53.5,55.5 + pos: 64.5,47.5 parent: 1 - - uid: 31131 + - uid: 50918 components: - type: Transform - pos: 53.5,56.5 + pos: 64.5,52.5 parent: 1 - - uid: 31132 + - uid: 50919 components: - type: Transform - pos: 53.5,57.5 + pos: 64.5,36.5 parent: 1 - - uid: 31133 + - uid: 50920 components: - type: Transform - pos: 53.5,58.5 + pos: 61.5,46.5 parent: 1 - - uid: 31134 + - uid: 50921 components: - type: Transform - pos: 35.5,71.5 + pos: 64.5,49.5 parent: 1 - - uid: 31135 + - uid: 50922 components: - type: Transform - pos: -195.5,-142.5 + pos: 204.5,191.5 parent: 1 - - uid: 31136 + - uid: 50923 components: - type: Transform - pos: -193.5,-144.5 + pos: 48.5,50.5 parent: 1 - - uid: 31137 + - uid: 50924 components: - type: Transform - pos: 45.5,70.5 + pos: 73.5,41.5 parent: 1 - - uid: 31138 + - uid: 50925 components: - type: Transform - pos: -184.5,-153.5 + pos: 63.5,40.5 parent: 1 - - uid: 31139 + - uid: 50926 components: - type: Transform - pos: 38.5,74.5 + pos: 63.5,38.5 parent: 1 - - uid: 31140 + - uid: 50927 components: - type: Transform - pos: 47.5,71.5 + pos: 65.5,35.5 parent: 1 - - uid: 31141 + - uid: 50928 components: - type: Transform - pos: 38.5,75.5 + pos: 49.5,59.5 parent: 1 - - uid: 31142 + - uid: 50929 components: - type: Transform - pos: 44.5,69.5 + pos: 23.5,82.5 parent: 1 - - uid: 31143 + - uid: 50930 components: - type: Transform - pos: 31.5,69.5 + pos: 62.5,45.5 parent: 1 - - uid: 31144 + - uid: 50931 components: - type: Transform - pos: 41.5,75.5 + pos: 48.5,52.5 parent: 1 - - uid: 31145 + - uid: 50932 components: - type: Transform - pos: 40.5,75.5 + pos: 73.5,42.5 parent: 1 - - uid: 31146 + - uid: 50933 components: - type: Transform - pos: 46.5,74.5 + pos: 62.5,37.5 parent: 1 - - uid: 31147 + - uid: 50934 components: - type: Transform - pos: 45.5,75.5 + pos: 36.5,69.5 parent: 1 - - uid: 31148 + - uid: 50935 components: - type: Transform - pos: 45.5,61.5 + pos: -150.5,-182.5 parent: 1 - - uid: 31149 + - uid: 50936 components: - type: Transform - pos: 40.5,69.5 + pos: 62.5,39.5 parent: 1 - - uid: 31150 + - uid: 50937 components: - type: Transform - pos: 49.5,63.5 + pos: 73.5,37.5 parent: 1 - - uid: 31151 + - uid: 50938 components: - type: Transform - pos: 47.5,73.5 + pos: 61.5,43.5 parent: 1 - - uid: 31152 + - uid: 50939 components: - type: Transform - pos: 39.5,68.5 + pos: 74.5,44.5 parent: 1 - - uid: 31153 + - uid: 50940 components: - type: Transform - pos: 39.5,67.5 + pos: 62.5,40.5 parent: 1 - - uid: 31154 + - uid: 50941 components: - type: Transform - pos: 39.5,66.5 + pos: 47.5,62.5 parent: 1 - - uid: 31155 + - uid: 50942 components: - type: Transform - pos: 39.5,65.5 + pos: 62.5,41.5 parent: 1 - - uid: 31156 + - uid: 50943 components: - type: Transform - pos: 39.5,64.5 + pos: 64.5,41.5 parent: 1 - - uid: 31157 + - uid: 50944 components: - type: Transform - pos: 40.5,68.5 + pos: 62.5,35.5 parent: 1 - - uid: 31158 + - uid: 50945 components: - type: Transform - pos: 40.5,67.5 + pos: 63.5,37.5 parent: 1 - - uid: 31159 + - uid: 50946 components: - type: Transform - pos: 40.5,66.5 + pos: 65.5,51.5 parent: 1 - - uid: 31160 + - uid: 50947 components: - type: Transform - pos: 40.5,65.5 + pos: 65.5,50.5 parent: 1 - - uid: 31161 + - uid: 50948 components: - type: Transform - pos: 40.5,64.5 + pos: 67.5,39.5 parent: 1 - - uid: 31162 + - uid: 50949 components: - type: Transform - pos: 41.5,68.5 + pos: 47.5,68.5 parent: 1 - - uid: 31163 + - uid: 50950 components: - type: Transform - pos: 41.5,67.5 + pos: 48.5,59.5 parent: 1 - - uid: 31164 + - uid: 50951 components: - type: Transform - pos: 41.5,66.5 + pos: 67.5,41.5 parent: 1 - - uid: 31165 + - uid: 50952 components: - type: Transform - pos: 41.5,65.5 + pos: 77.5,51.5 parent: 1 - - uid: 31166 + - uid: 50953 components: - type: Transform - pos: 41.5,64.5 + pos: 64.5,42.5 parent: 1 - - uid: 31167 + - uid: 50954 components: - type: Transform - pos: 42.5,68.5 + pos: 66.5,40.5 parent: 1 - - uid: 31168 + - uid: 50955 components: - type: Transform - pos: 42.5,67.5 + pos: 65.5,43.5 parent: 1 - - uid: 31169 + - uid: 50956 components: - type: Transform - pos: 42.5,66.5 + pos: 64.5,39.5 parent: 1 - - uid: 31170 + - uid: 50957 components: - type: Transform - pos: 42.5,65.5 + pos: 48.5,54.5 parent: 1 - - uid: 31171 + - uid: 50958 components: - type: Transform - pos: 42.5,64.5 + pos: 73.5,43.5 parent: 1 - - uid: 31172 + - uid: 50959 components: - type: Transform - pos: 43.5,68.5 + pos: 66.5,36.5 parent: 1 - - uid: 31173 + - uid: 50960 components: - type: Transform - pos: 43.5,67.5 + pos: 62.5,44.5 parent: 1 - - uid: 31174 + - uid: 50961 components: - type: Transform - pos: 43.5,66.5 + pos: 48.5,69.5 parent: 1 - - uid: 31175 + - uid: 50962 components: - type: Transform - pos: 43.5,65.5 + pos: 73.5,52.5 parent: 1 - - uid: 31176 + - uid: 50963 components: - type: Transform - pos: 43.5,64.5 + pos: 65.5,58.5 parent: 1 - - uid: 31177 + - uid: 50964 components: - type: Transform - pos: 44.5,68.5 + pos: 65.5,52.5 parent: 1 - - uid: 31178 + - uid: 50965 components: - type: Transform - pos: 44.5,67.5 + pos: 65.5,53.5 parent: 1 - - uid: 31179 + - uid: 50966 components: - type: Transform - pos: 44.5,66.5 + pos: 65.5,56.5 parent: 1 - - uid: 31180 + - uid: 50967 components: - type: Transform - pos: 44.5,65.5 + pos: 65.5,55.5 parent: 1 - - uid: 31181 + - uid: 50968 components: - type: Transform - pos: 44.5,64.5 + pos: 65.5,54.5 parent: 1 - - uid: 31182 + - uid: 50969 components: - type: Transform - pos: 45.5,68.5 + pos: 65.5,57.5 parent: 1 - - uid: 31183 + - uid: 50970 components: - type: Transform - pos: 45.5,67.5 + pos: 73.5,51.5 parent: 1 - - uid: 31184 + - uid: 50971 components: - type: Transform - pos: 45.5,66.5 + pos: 73.5,50.5 parent: 1 - - uid: 31185 + - uid: 50972 components: - type: Transform - pos: 45.5,65.5 + pos: 64.5,58.5 parent: 1 - - uid: 31186 + - uid: 50973 components: - type: Transform - pos: 45.5,64.5 + pos: 64.5,43.5 parent: 1 - - uid: 31187 + - uid: 50974 components: - type: Transform - pos: 46.5,68.5 + pos: 73.5,53.5 parent: 1 - - uid: 31188 + - uid: 50975 components: - type: Transform - pos: 46.5,67.5 + pos: 53.5,40.5 parent: 1 - - uid: 31189 + - uid: 50976 components: - type: Transform - pos: 46.5,66.5 + pos: 27.5,82.5 parent: 1 - - uid: 31190 + - uid: 50977 components: - type: Transform - pos: 46.5,65.5 + pos: 73.5,55.5 parent: 1 - - uid: 31191 + - uid: 50978 components: - type: Transform - pos: 46.5,64.5 + pos: 73.5,54.5 parent: 1 - - uid: 31192 + - uid: 50979 components: - type: Transform - pos: 40.5,77.5 + pos: 49.5,48.5 parent: 1 - - uid: 31193 + - uid: 50980 components: - type: Transform - pos: 26.5,71.5 + pos: 48.5,74.5 parent: 1 - - uid: 31194 + - uid: 50981 components: - type: Transform - pos: 33.5,65.5 + pos: 44.5,61.5 parent: 1 - - uid: 31195 + - uid: 50982 components: - type: Transform - pos: 26.5,68.5 + pos: 66.5,48.5 parent: 1 - - uid: 31196 + - uid: 50983 components: - type: Transform - pos: 26.5,67.5 + pos: 66.5,54.5 parent: 1 - - uid: 31197 + - uid: 50984 components: - type: Transform - pos: 26.5,72.5 + pos: 50.5,60.5 parent: 1 - - uid: 31198 + - uid: 50985 components: - type: Transform - pos: 26.5,70.5 + pos: 66.5,49.5 parent: 1 - - uid: 31199 + - uid: 50986 components: - type: Transform - pos: 46.5,62.5 + pos: 67.5,47.5 parent: 1 - - uid: 31200 + - uid: 50987 components: - type: Transform - pos: 51.5,60.5 + pos: 65.5,46.5 parent: 1 - - uid: 31201 + - uid: 50988 components: - type: Transform - pos: 52.5,60.5 + pos: 65.5,48.5 parent: 1 - - uid: 31202 + - uid: 50989 components: - type: Transform - pos: 48.5,64.5 + pos: 49.5,51.5 parent: 1 - - uid: 31203 + - uid: 50990 components: - type: Transform - pos: 48.5,65.5 + pos: 67.5,42.5 parent: 1 - - uid: 31204 + - uid: 50991 components: - type: Transform - pos: 47.5,64.5 + pos: 61.5,47.5 parent: 1 - - uid: 31205 + - uid: 50992 components: - type: Transform - pos: 47.5,65.5 + pos: 62.5,43.5 parent: 1 - - uid: 31206 + - uid: 50993 components: - type: Transform - pos: 47.5,60.5 + pos: 73.5,49.5 parent: 1 - - uid: 31207 + - uid: 50994 components: - type: Transform - pos: 47.5,59.5 + pos: 73.5,48.5 parent: 1 - - uid: 31208 + - uid: 50995 components: - type: Transform - pos: 47.5,58.5 + pos: 73.5,47.5 parent: 1 - - uid: 31209 + - uid: 50996 components: - type: Transform - pos: 47.5,57.5 + pos: 73.5,46.5 parent: 1 - - uid: 31210 + - uid: 50997 components: - type: Transform - pos: 47.5,56.5 + pos: 74.5,56.5 parent: 1 - - uid: 31211 + - uid: 50998 components: - type: Transform - pos: 47.5,55.5 + pos: 75.5,52.5 parent: 1 - - uid: 31212 + - uid: 50999 components: - type: Transform - pos: 46.5,60.5 + pos: 75.5,51.5 parent: 1 - - uid: 31213 + - uid: 51000 components: - type: Transform - pos: 46.5,59.5 + pos: 75.5,50.5 parent: 1 - - uid: 31214 + - uid: 51001 components: - type: Transform - pos: 46.5,58.5 + pos: 75.5,49.5 parent: 1 - - uid: 31215 + - uid: 51002 components: - type: Transform - pos: 46.5,57.5 + pos: 32.5,67.5 parent: 1 - - uid: 31216 + - uid: 51003 components: - type: Transform - pos: 46.5,56.5 + pos: -138.5,-165.5 parent: 1 - - uid: 31217 + - uid: 51004 components: - type: Transform - pos: 46.5,55.5 + pos: -197.5,-152.5 parent: 1 - - uid: 31218 + - uid: 51005 components: - type: Transform - pos: 45.5,60.5 + pos: 37.5,67.5 parent: 1 - - uid: 31219 + - uid: 51006 components: - type: Transform - pos: 45.5,59.5 + pos: 67.5,38.5 parent: 1 - - uid: 31220 + - uid: 51007 components: - type: Transform - pos: 45.5,58.5 + pos: 67.5,37.5 parent: 1 - - uid: 31221 + - uid: 51008 components: - type: Transform - pos: 45.5,57.5 + pos: 67.5,36.5 parent: 1 - - uid: 31224 + - uid: 51009 components: - type: Transform - pos: 44.5,60.5 + pos: 68.5,59.5 parent: 1 - - uid: 31225 + - uid: 51010 components: - type: Transform - pos: 44.5,59.5 + pos: 68.5,58.5 parent: 1 - - uid: 31226 + - uid: 51011 components: - type: Transform - pos: 44.5,58.5 + pos: 68.5,57.5 parent: 1 - - uid: 31227 + - uid: 51012 components: - type: Transform - pos: 44.5,57.5 + pos: 68.5,56.5 parent: 1 - - uid: 31228 + - uid: 51013 components: - type: Transform - pos: 25.5,199.5 + pos: 68.5,55.5 parent: 1 - - uid: 31229 + - uid: 51014 components: - type: Transform - pos: 43.5,60.5 + pos: 68.5,54.5 parent: 1 - - uid: 31230 + - uid: 51015 components: - type: Transform - pos: 43.5,59.5 + pos: 68.5,53.5 parent: 1 - - uid: 31231 + - uid: 51016 components: - type: Transform - pos: 43.5,58.5 + pos: 68.5,52.5 parent: 1 - - uid: 31232 + - uid: 51017 components: - type: Transform - pos: 43.5,57.5 + pos: 68.5,51.5 parent: 1 - - uid: 31234 + - uid: 51018 components: - type: Transform - pos: 14.5,199.5 + pos: 68.5,50.5 parent: 1 - - uid: 31235 + - uid: 51019 components: - type: Transform - pos: 42.5,60.5 + pos: 68.5,49.5 parent: 1 - - uid: 31236 + - uid: 51020 components: - type: Transform - pos: 42.5,59.5 + pos: 68.5,48.5 parent: 1 - - uid: 31237 + - uid: 51021 components: - type: Transform - pos: 42.5,58.5 + pos: 68.5,47.5 parent: 1 - - uid: 31238 + - uid: 51022 components: - type: Transform - pos: 42.5,57.5 + pos: 68.5,46.5 parent: 1 - - uid: 31239 + - uid: 51023 components: - type: Transform - pos: 11.5,122.5 + pos: 68.5,45.5 parent: 1 - - uid: 31241 + - uid: 51024 components: - type: Transform - pos: 41.5,60.5 + pos: 68.5,44.5 parent: 1 - - uid: 31242 + - uid: 51025 components: - type: Transform - pos: 41.5,59.5 + pos: 68.5,43.5 parent: 1 - - uid: 31243 + - uid: 51026 components: - type: Transform - pos: 41.5,58.5 + pos: 68.5,42.5 parent: 1 - - uid: 31244 + - uid: 51027 components: - type: Transform - pos: 41.5,57.5 + pos: 68.5,41.5 parent: 1 - - uid: 31245 + - uid: 51028 components: - type: Transform - pos: 20.5,199.5 + pos: 68.5,40.5 parent: 1 - - uid: 31246 + - uid: 51029 components: - type: Transform - pos: 48.5,60.5 + pos: 68.5,39.5 parent: 1 - - uid: 31247 + - uid: 51030 components: - type: Transform - pos: 49.5,60.5 + pos: 68.5,38.5 parent: 1 - - uid: 31248 + - uid: 51031 components: - type: Transform - pos: -195.5,-150.5 + pos: 68.5,37.5 parent: 1 - - uid: 31249 + - uid: 51032 components: - type: Transform - pos: -197.5,-144.5 + pos: 68.5,36.5 parent: 1 - - uid: 31250 + - uid: 51033 components: - type: Transform - pos: -196.5,-153.5 + pos: 69.5,59.5 parent: 1 - - uid: 31251 + - uid: 51034 components: - type: Transform - pos: -193.5,-148.5 + pos: 69.5,58.5 parent: 1 - - uid: 31252 + - uid: 51035 components: - type: Transform - pos: -193.5,-149.5 + pos: 69.5,57.5 parent: 1 - - uid: 31253 + - uid: 51036 components: - type: Transform - pos: -193.5,-150.5 + pos: 69.5,56.5 parent: 1 - - uid: 31254 + - uid: 51037 components: - type: Transform - pos: -193.5,-151.5 + pos: 69.5,55.5 parent: 1 - - uid: 31255 + - uid: 51038 components: - type: Transform - pos: -174.5,-152.5 + pos: 69.5,54.5 parent: 1 - - uid: 31256 + - uid: 51039 components: - type: Transform - pos: -195.5,-147.5 + pos: 69.5,53.5 parent: 1 - - uid: 31257 + - uid: 51040 components: - type: Transform - pos: -198.5,-149.5 + pos: 69.5,52.5 parent: 1 - - uid: 31258 + - uid: 51041 components: - type: Transform - pos: -195.5,-151.5 + pos: 69.5,51.5 parent: 1 - - uid: 31259 + - uid: 51042 components: - type: Transform - pos: -189.5,-145.5 + pos: 69.5,50.5 parent: 1 - - uid: 31260 + - uid: 51043 components: - type: Transform - pos: -188.5,-152.5 + pos: 69.5,49.5 parent: 1 - - uid: 31261 + - uid: 51044 components: - type: Transform - pos: -173.5,-152.5 + pos: 69.5,48.5 parent: 1 - - uid: 31262 + - uid: 51045 components: - type: Transform - pos: -174.5,-153.5 + pos: 69.5,47.5 parent: 1 - - uid: 31263 + - uid: 51046 components: - type: Transform - pos: 34.5,68.5 + pos: 69.5,46.5 parent: 1 - - uid: 31264 + - uid: 51047 components: - type: Transform - pos: 35.5,68.5 + pos: 69.5,45.5 parent: 1 - - uid: 31265 + - uid: 51048 components: - type: Transform - pos: 34.5,72.5 + pos: 69.5,44.5 parent: 1 - - uid: 31266 + - uid: 51049 components: - type: Transform - pos: 32.5,74.5 + pos: 69.5,43.5 parent: 1 - - uid: 31267 + - uid: 51050 components: - type: Transform - pos: 33.5,72.5 + pos: 69.5,42.5 parent: 1 - - uid: 31268 + - uid: 51051 components: - type: Transform - pos: 30.5,69.5 + pos: 69.5,41.5 parent: 1 - - uid: 31269 + - uid: 51052 components: - type: Transform - pos: 34.5,73.5 + pos: 69.5,40.5 parent: 1 - - uid: 31270 + - uid: 51053 components: - type: Transform - pos: 38.5,79.5 + pos: 69.5,39.5 parent: 1 - - uid: 31271 + - uid: 51054 components: - type: Transform - pos: 35.5,73.5 + pos: 69.5,38.5 parent: 1 - - uid: 31272 + - uid: 51055 components: - type: Transform - pos: 38.5,78.5 + pos: 69.5,37.5 parent: 1 - - uid: 31273 + - uid: 51056 components: - type: Transform - pos: 33.5,74.5 + pos: 69.5,36.5 parent: 1 - - uid: 31274 + - uid: 51057 components: - type: Transform - pos: 34.5,79.5 + pos: 70.5,59.5 parent: 1 - - uid: 31275 + - uid: 51058 components: - type: Transform - pos: 36.5,77.5 + pos: 70.5,58.5 parent: 1 - - uid: 31276 + - uid: 51059 components: - type: Transform - pos: 36.5,78.5 + pos: 70.5,57.5 parent: 1 - - uid: 31277 + - uid: 51060 components: - type: Transform - pos: 36.5,79.5 + pos: 70.5,56.5 parent: 1 - - uid: 31278 + - uid: 51061 components: - type: Transform - pos: 35.5,74.5 + pos: 70.5,55.5 parent: 1 - - uid: 31279 + - uid: 51062 components: - type: Transform - pos: 37.5,77.5 + pos: 70.5,54.5 parent: 1 - - uid: 31280 + - uid: 51063 components: - type: Transform - pos: 37.5,78.5 + pos: 70.5,53.5 parent: 1 - - uid: 31281 + - uid: 51064 components: - type: Transform - pos: 37.5,75.5 + pos: 70.5,52.5 parent: 1 - - uid: 31282 + - uid: 51065 components: - type: Transform - pos: 41.5,77.5 + pos: 70.5,51.5 parent: 1 - - uid: 31283 + - uid: 51066 components: - type: Transform - pos: 41.5,78.5 + pos: 70.5,50.5 parent: 1 - - uid: 31284 + - uid: 51067 components: - type: Transform - pos: 42.5,79.5 + pos: 70.5,49.5 parent: 1 - - uid: 31285 + - uid: 51068 components: - type: Transform - pos: 33.5,75.5 + pos: 70.5,48.5 parent: 1 - - uid: 31286 + - uid: 51069 components: - type: Transform - pos: 33.5,76.5 + pos: 70.5,47.5 parent: 1 - - uid: 31287 + - uid: 51070 components: - type: Transform - pos: 33.5,77.5 + pos: 70.5,46.5 parent: 1 - - uid: 31288 + - uid: 51071 components: - type: Transform - pos: 33.5,78.5 + pos: 70.5,45.5 parent: 1 - - uid: 31289 + - uid: 51072 components: - type: Transform - pos: 33.5,79.5 + pos: 70.5,44.5 parent: 1 - - uid: 31290 + - uid: 51073 components: - type: Transform - pos: 36.5,75.5 + pos: 70.5,43.5 parent: 1 - - uid: 31291 + - uid: 51074 components: - type: Transform - pos: 36.5,76.5 + pos: 70.5,42.5 parent: 1 - - uid: 31292 + - uid: 51075 components: - type: Transform - pos: 29.5,69.5 + pos: 70.5,41.5 parent: 1 - - uid: 31293 + - uid: 51076 components: - type: Transform - pos: 29.5,70.5 + pos: 70.5,40.5 parent: 1 - - uid: 31294 + - uid: 51077 components: - type: Transform - pos: 33.5,68.5 + pos: 70.5,39.5 parent: 1 - - uid: 31295 + - uid: 51078 components: - type: Transform - pos: 31.5,68.5 + pos: 70.5,38.5 parent: 1 - - uid: 31296 + - uid: 51079 components: - type: Transform - pos: 32.5,68.5 + pos: 70.5,37.5 parent: 1 - - uid: 31297 + - uid: 51080 components: - type: Transform - pos: 39.5,74.5 + pos: 70.5,36.5 parent: 1 - - uid: 31298 + - uid: 51081 components: - type: Transform - pos: 39.5,75.5 + pos: 71.5,59.5 parent: 1 - - uid: 31299 + - uid: 51082 components: - type: Transform - pos: 39.5,76.5 + pos: 71.5,58.5 parent: 1 - - uid: 31300 + - uid: 51083 components: - type: Transform - pos: 39.5,77.5 + pos: 71.5,57.5 parent: 1 - - uid: 31301 + - uid: 51084 components: - type: Transform - pos: 39.5,78.5 + pos: 71.5,56.5 parent: 1 - - uid: 31302 + - uid: 51085 components: - type: Transform - pos: 34.5,78.5 + pos: 71.5,55.5 parent: 1 - - uid: 31303 + - uid: 51086 components: - type: Transform - pos: 34.5,76.5 + pos: 71.5,54.5 parent: 1 - - uid: 31304 + - uid: 51087 components: - type: Transform - pos: 34.5,77.5 + pos: 71.5,53.5 parent: 1 - - uid: 31305 + - uid: 51088 components: - type: Transform - pos: 34.5,74.5 + pos: 71.5,52.5 parent: 1 - - uid: 31306 + - uid: 51089 components: - type: Transform - pos: 34.5,75.5 + pos: 71.5,51.5 parent: 1 - - uid: 31307 + - uid: 51090 components: - type: Transform - pos: 35.5,78.5 + pos: 71.5,50.5 parent: 1 - - uid: 31308 + - uid: 51091 components: - type: Transform - pos: 35.5,79.5 + pos: 71.5,49.5 parent: 1 - - uid: 31309 + - uid: 51092 components: - type: Transform - pos: 35.5,76.5 + pos: 71.5,48.5 parent: 1 - - uid: 31310 + - uid: 51093 components: - type: Transform - pos: 35.5,77.5 + pos: 71.5,47.5 parent: 1 - - uid: 31311 + - uid: 51094 components: - type: Transform - pos: 35.5,75.5 + pos: 71.5,46.5 parent: 1 - - uid: 31312 + - uid: 51095 components: - type: Transform - pos: 40.5,79.5 + pos: 71.5,45.5 parent: 1 - - uid: 31313 + - uid: 51096 components: - type: Transform - pos: 40.5,78.5 + pos: 71.5,44.5 parent: 1 - - uid: 31314 + - uid: 51097 components: - type: Transform - pos: 41.5,79.5 + pos: 71.5,43.5 parent: 1 - - uid: 31315 + - uid: 51098 components: - type: Transform - pos: 30.5,82.5 + pos: 71.5,42.5 parent: 1 - - uid: 31316 + - uid: 51099 components: - type: Transform - pos: 42.5,78.5 + pos: 71.5,41.5 parent: 1 - - uid: 31317 + - uid: 51100 components: - type: Transform - pos: 42.5,77.5 + pos: 71.5,40.5 parent: 1 - - uid: 31318 + - uid: 51101 components: - type: Transform - pos: 42.5,76.5 + pos: 71.5,39.5 parent: 1 - - uid: 31319 + - uid: 51102 components: - type: Transform - pos: 41.5,76.5 + pos: 71.5,38.5 parent: 1 - - uid: 31320 + - uid: 51103 components: - type: Transform - pos: 40.5,76.5 + pos: 71.5,37.5 parent: 1 - - uid: 31321 + - uid: 51104 components: - type: Transform - pos: 22.5,80.5 + pos: 71.5,36.5 parent: 1 - - uid: 31322 + - uid: 51105 components: - type: Transform - pos: 29.5,82.5 + pos: 72.5,59.5 parent: 1 - - uid: 31323 + - uid: 51106 components: - type: Transform - pos: 21.5,72.5 + pos: 72.5,58.5 parent: 1 - - uid: 31324 + - uid: 51107 components: - type: Transform - pos: 21.5,73.5 + pos: 72.5,57.5 parent: 1 - - uid: 31325 + - uid: 51108 components: - type: Transform - pos: 22.5,81.5 + pos: 72.5,56.5 parent: 1 - - uid: 31326 + - uid: 51109 components: - type: Transform - pos: 21.5,71.5 + pos: 72.5,55.5 parent: 1 - - uid: 31327 + - uid: 51110 components: - type: Transform - pos: 21.5,77.5 + pos: 72.5,54.5 parent: 1 - - uid: 31328 + - uid: 51111 components: - type: Transform - pos: 21.5,74.5 + pos: 72.5,53.5 parent: 1 - - uid: 31329 + - uid: 51112 components: - type: Transform - pos: 21.5,75.5 + pos: 72.5,52.5 parent: 1 - - uid: 31330 + - uid: 51113 components: - type: Transform - pos: 21.5,76.5 + pos: 72.5,51.5 parent: 1 - - uid: 31331 + - uid: 51114 components: - type: Transform - pos: 21.5,78.5 + pos: 72.5,50.5 parent: 1 - - uid: 31332 + - uid: 51115 components: - type: Transform - pos: 33.5,80.5 + pos: 72.5,49.5 parent: 1 - - uid: 31333 + - uid: 51116 components: - type: Transform - pos: 34.5,80.5 + pos: 72.5,48.5 parent: 1 - - uid: 31334 + - uid: 51117 components: - type: Transform - pos: 35.5,80.5 + pos: 72.5,47.5 parent: 1 - - uid: 31335 + - uid: 51118 components: - type: Transform - pos: 36.5,80.5 + pos: 72.5,46.5 parent: 1 - - uid: 31336 + - uid: 51119 components: - type: Transform - pos: 37.5,80.5 + pos: 72.5,45.5 parent: 1 - - uid: 31337 + - uid: 51120 components: - type: Transform - pos: 38.5,80.5 + pos: 72.5,44.5 parent: 1 - - uid: 31338 + - uid: 51121 components: - type: Transform - pos: 39.5,80.5 + pos: 72.5,43.5 parent: 1 - - uid: 31339 + - uid: 51122 components: - type: Transform - pos: 40.5,80.5 + pos: 72.5,42.5 parent: 1 - - uid: 31340 + - uid: 51123 components: - type: Transform - pos: 39.5,81.5 + pos: 72.5,41.5 parent: 1 - - uid: 31341 + - uid: 51124 components: - type: Transform - pos: 32.5,80.5 + pos: 72.5,40.5 parent: 1 - - uid: 31342 + - uid: 51125 components: - type: Transform - pos: 37.5,81.5 + pos: 72.5,39.5 parent: 1 - - uid: 31343 + - uid: 51126 components: - type: Transform - pos: 38.5,81.5 + pos: 72.5,38.5 parent: 1 - - uid: 31344 + - uid: 51127 components: - type: Transform - pos: 36.5,81.5 + pos: 72.5,37.5 parent: 1 - - uid: 31345 + - uid: 51128 components: - type: Transform - pos: 36.5,73.5 + pos: 72.5,36.5 parent: 1 - - uid: 31346 + - uid: 51129 components: - type: Transform - pos: 35.5,82.5 + pos: 69.5,35.5 parent: 1 - - uid: 31347 + - uid: 51130 components: - type: Transform - pos: 36.5,82.5 + pos: 68.5,35.5 parent: 1 - - uid: 31348 + - uid: 51131 components: - type: Transform - pos: 37.5,82.5 + pos: 67.5,35.5 parent: 1 - - uid: 31349 + - uid: 51132 components: - type: Transform - pos: 38.5,82.5 + pos: 66.5,35.5 parent: 1 - - uid: 31350 + - uid: 51133 components: - type: Transform - pos: 34.5,82.5 + pos: 74.5,49.5 parent: 1 - - uid: 31351 + - uid: 51134 components: - type: Transform - pos: 32.5,82.5 + pos: 74.5,50.5 parent: 1 - - uid: 31352 + - uid: 51135 components: - type: Transform - pos: 33.5,82.5 + pos: 74.5,51.5 parent: 1 - - uid: 31353 + - uid: 51136 components: - type: Transform - pos: 31.5,82.5 + pos: 74.5,52.5 parent: 1 - - uid: 31354 + - uid: 51137 components: - type: Transform - pos: 35.5,81.5 + pos: 74.5,53.5 parent: 1 - - uid: 31355 + - uid: 51138 components: - type: Transform - pos: 34.5,81.5 + pos: 74.5,54.5 parent: 1 - - uid: 31356 + - uid: 51139 components: - type: Transform - pos: 33.5,81.5 + pos: 74.5,55.5 parent: 1 - - uid: 31357 + - uid: 51140 components: - type: Transform - pos: 32.5,81.5 + pos: 75.5,47.5 parent: 1 - - uid: 31358 + - uid: 51141 components: - type: Transform - pos: 31.5,81.5 + pos: 75.5,46.5 parent: 1 - - uid: 31359 + - uid: 51142 components: - type: Transform - pos: 38.5,61.5 + pos: 75.5,45.5 parent: 1 - - uid: 31360 + - uid: 51143 components: - type: Transform - pos: 38.5,62.5 + pos: 75.5,44.5 parent: 1 - - uid: 31361 + - uid: 51144 components: - type: Transform - pos: 37.5,61.5 + pos: 75.5,42.5 parent: 1 - - uid: 31362 + - uid: 51145 components: - type: Transform - pos: 37.5,62.5 + pos: 75.5,43.5 parent: 1 - - uid: 31363 + - uid: 51146 components: - type: Transform - pos: 36.5,61.5 + pos: 75.5,39.5 parent: 1 - - uid: 31364 + - uid: 51147 components: - type: Transform - pos: 36.5,62.5 + pos: 75.5,40.5 parent: 1 - - uid: 31365 + - uid: 51148 components: - type: Transform - pos: 35.5,61.5 + pos: 75.5,41.5 parent: 1 - - uid: 31366 + - uid: 51149 components: - type: Transform - pos: 35.5,62.5 + pos: 36.5,67.5 parent: 1 - - uid: 31367 + - uid: 51150 components: - type: Transform - pos: 39.5,61.5 + pos: 51.5,56.5 parent: 1 - - uid: 31368 + - uid: 51151 components: - type: Transform - pos: 39.5,62.5 + pos: 48.5,58.5 parent: 1 - - uid: 31369 + - uid: 51152 components: - type: Transform - pos: 40.5,61.5 + pos: 43.5,77.5 parent: 1 - - uid: 31370 + - uid: 51153 components: - type: Transform - pos: 40.5,62.5 + pos: 49.5,42.5 parent: 1 - - uid: 31371 + - uid: 51154 components: - type: Transform - pos: 26.5,69.5 + pos: 48.5,71.5 parent: 1 - - uid: 31372 + - uid: 51155 components: - type: Transform - pos: 21.5,79.5 + pos: 48.5,73.5 parent: 1 - - uid: 31373 + - uid: 51156 components: - type: Transform - pos: 21.5,80.5 + pos: 53.5,39.5 parent: 1 - - uid: 31374 + - uid: 51157 components: - type: Transform - pos: 21.5,81.5 + pos: 49.5,44.5 parent: 1 - - uid: 31375 + - uid: 51158 components: - type: Transform - pos: 28.5,82.5 + pos: 49.5,43.5 parent: 1 - - uid: 31376 + - uid: 51159 components: - type: Transform - pos: 30.5,81.5 + pos: -138.5,-163.5 parent: 1 - - uid: 31377 + - uid: 51160 components: - type: Transform - pos: 30.5,80.5 + pos: 44.5,70.5 parent: 1 - - uid: 31378 + - uid: 51161 components: - type: Transform - pos: 29.5,81.5 + pos: 39.5,79.5 parent: 1 - - uid: 31379 + - uid: 51162 components: - type: Transform - pos: 29.5,80.5 + pos: 42.5,72.5 parent: 1 - - uid: 31380 + - uid: 51163 components: - type: Transform - pos: 28.5,81.5 + pos: -191.5,-146.5 parent: 1 - - uid: 31381 + - uid: 51164 components: - type: Transform - pos: 28.5,80.5 + pos: 47.5,67.5 parent: 1 - - uid: 31382 + - uid: 51165 components: - type: Transform - pos: 27.5,81.5 + pos: 48.5,56.5 parent: 1 - - uid: 31383 + - uid: 51166 components: - type: Transform - pos: 27.5,80.5 + pos: 50.5,65.5 parent: 1 - - uid: 31384 + - uid: 51167 components: - type: Transform - pos: 26.5,81.5 + pos: 48.5,70.5 parent: 1 - - uid: 31385 + - uid: 51168 components: - type: Transform - pos: 26.5,80.5 + pos: 51.5,62.5 parent: 1 - - uid: 31386 + - uid: 51169 components: - type: Transform - pos: 25.5,81.5 + pos: 51.5,57.5 parent: 1 - - uid: 31387 + - uid: 51170 components: - type: Transform - pos: 25.5,80.5 + pos: 49.5,52.5 parent: 1 - - uid: 31388 + - uid: 51171 components: - type: Transform - pos: 24.5,81.5 + pos: 43.5,75.5 parent: 1 - - uid: 31389 + - uid: 51172 components: - type: Transform - pos: 24.5,80.5 + pos: 49.5,58.5 parent: 1 - - uid: 31390 + - uid: 51173 components: - type: Transform - pos: 31.5,80.5 + pos: 43.5,62.5 parent: 1 - - uid: 31391 + - uid: 51174 components: - type: Transform - pos: 29.5,63.5 + pos: 75.5,53.5 parent: 1 - - uid: 31392 + - uid: 51175 components: - type: Transform - pos: 29.5,64.5 + pos: 76.5,38.5 parent: 1 - - uid: 31393 + - uid: 51176 components: - type: Transform - pos: 29.5,65.5 + pos: 76.5,39.5 parent: 1 - - uid: 31394 + - uid: 51177 components: - type: Transform - pos: 29.5,66.5 + pos: 76.5,40.5 parent: 1 - - uid: 31395 + - uid: 51178 components: - type: Transform - pos: 29.5,67.5 + pos: 76.5,41.5 parent: 1 - - uid: 31396 + - uid: 51179 components: - type: Transform - pos: 29.5,68.5 + pos: 76.5,42.5 parent: 1 - - uid: 31398 + - uid: 51180 components: - type: Transform - pos: 35.5,65.5 + pos: 76.5,43.5 parent: 1 - - uid: 31399 + - uid: 51181 components: - type: Transform - pos: 36.5,64.5 + pos: 76.5,44.5 parent: 1 - - uid: 31400 + - uid: 51182 components: - type: Transform - pos: 36.5,65.5 + pos: 76.5,45.5 parent: 1 - - uid: 31401 + - uid: 51183 components: - type: Transform - pos: 36.5,66.5 + pos: 76.5,46.5 parent: 1 - - uid: 31403 + - uid: 51184 components: - type: Transform - pos: 37.5,65.5 + pos: 76.5,47.5 parent: 1 - - uid: 31404 + - uid: 51185 components: - type: Transform - pos: 37.5,66.5 + pos: 76.5,48.5 parent: 1 - - uid: 31405 + - uid: 51186 components: - type: Transform - pos: 36.5,63.5 + pos: 76.5,49.5 parent: 1 - - uid: 31406 + - uid: 51187 components: - type: Transform - pos: 22.5,77.5 + pos: 76.5,50.5 parent: 1 - - uid: 31407 + - uid: 51188 components: - type: Transform - pos: 22.5,78.5 + pos: 76.5,51.5 parent: 1 - - uid: 31408 + - uid: 51189 components: - type: Transform - pos: 22.5,79.5 + pos: 76.5,52.5 parent: 1 - - uid: 31409 + - uid: 51190 components: - type: Transform - pos: 33.5,66.5 + pos: 76.5,53.5 parent: 1 - - uid: 31410 + - uid: 51191 components: - type: Transform - pos: 32.5,63.5 + pos: 75.5,54.5 parent: 1 - - uid: 31411 + - uid: 51192 components: - type: Transform - pos: 32.5,64.5 + pos: 75.5,55.5 parent: 1 - - uid: 31412 + - uid: 51193 components: - type: Transform - pos: 32.5,65.5 + pos: 48.5,44.5 parent: 1 - - uid: 31413 + - uid: 51194 components: - type: Transform - pos: 32.5,66.5 + pos: 37.5,68.5 parent: 1 - - uid: 31414 + - uid: 51195 components: - type: Transform - pos: 31.5,63.5 + pos: 48.5,43.5 parent: 1 - - uid: 31415 + - uid: 51196 components: - type: Transform - pos: 31.5,64.5 + pos: 45.5,71.5 parent: 1 - - uid: 31416 + - uid: 51197 components: - type: Transform - pos: 31.5,65.5 + pos: 51.5,64.5 parent: 1 - - uid: 31417 + - uid: 51198 components: - type: Transform - pos: 31.5,66.5 + pos: 49.5,50.5 parent: 1 - - uid: 31418 + - uid: 51199 components: - type: Transform - pos: 31.5,67.5 + pos: 48.5,42.5 parent: 1 - - uid: 31419 + - uid: 51200 components: - type: Transform - pos: 30.5,63.5 + pos: 43.5,69.5 parent: 1 - - uid: 31420 + - uid: 51201 components: - type: Transform - pos: 30.5,64.5 + pos: 51.5,55.5 parent: 1 - - uid: 31421 + - uid: 51202 components: - type: Transform - pos: 30.5,65.5 + pos: 77.5,50.5 parent: 1 - - uid: 31422 + - uid: 51203 components: - type: Transform - pos: 30.5,66.5 + pos: 77.5,49.5 parent: 1 - - uid: 31423 + - uid: 51204 components: - type: Transform - pos: 30.5,67.5 + pos: 77.5,48.5 parent: 1 - - uid: 31424 + - uid: 51205 components: - type: Transform - pos: 28.5,63.5 + pos: 77.5,47.5 parent: 1 - - uid: 31425 + - uid: 51206 components: - type: Transform - pos: -186.5,-145.5 + pos: 77.5,46.5 parent: 1 - - uid: 31426 + - uid: 51207 components: - type: Transform - pos: -186.5,-152.5 + pos: 77.5,45.5 parent: 1 - - uid: 31427 + - uid: 51208 components: - type: Transform - pos: -143.5,-161.5 + pos: 77.5,44.5 parent: 1 - - uid: 31428 + - uid: 51209 components: - type: Transform - pos: -194.5,-142.5 + pos: 77.5,43.5 parent: 1 - - uid: 31429 + - uid: 51210 components: - type: Transform - pos: -193.5,-145.5 + pos: 77.5,42.5 parent: 1 - - uid: 31430 + - uid: 51211 components: - type: Transform - pos: -193.5,-146.5 + pos: 77.5,41.5 parent: 1 - - uid: 31431 + - uid: 51212 components: - type: Transform - pos: -173.5,-153.5 + pos: 77.5,40.5 parent: 1 - - uid: 31432 + - uid: 51213 components: - type: Transform - pos: -152.5,-182.5 + pos: 78.5,52.5 parent: 1 - - uid: 31433 + - uid: 51214 components: - type: Transform - pos: 40.5,63.5 + pos: 78.5,51.5 parent: 1 - - uid: 31434 + - uid: 51215 components: - type: Transform - pos: 42.5,61.5 + pos: 78.5,50.5 parent: 1 - - uid: 31435 + - uid: 51216 components: - type: Transform - pos: 42.5,62.5 + pos: 78.5,49.5 parent: 1 - - uid: 31436 + - uid: 51217 components: - type: Transform - pos: 41.5,61.5 + pos: 78.5,48.5 parent: 1 - - uid: 31437 + - uid: 51218 components: - type: Transform - pos: 41.5,62.5 + pos: 78.5,47.5 parent: 1 - - uid: 31438 + - uid: 51219 components: - type: Transform - pos: -198.5,-152.5 + pos: 78.5,46.5 parent: 1 - - uid: 31439 + - uid: 51220 components: - type: Transform - pos: -184.5,-152.5 + pos: 78.5,45.5 parent: 1 - - uid: 31440 + - uid: 51221 components: - type: Transform - pos: -164.5,-151.5 + pos: 78.5,44.5 parent: 1 - - uid: 31441 + - uid: 51222 components: - type: Transform - pos: -189.5,-146.5 + pos: 78.5,43.5 parent: 1 - - uid: 31442 + - uid: 51223 components: - type: Transform - pos: -186.5,-153.5 + pos: 78.5,42.5 parent: 1 - - uid: 31443 + - uid: 51224 components: - type: Transform - pos: -151.5,-177.5 + pos: 78.5,41.5 parent: 1 - - uid: 31444 + - uid: 51225 components: - type: Transform - pos: 22.5,76.5 + pos: 78.5,40.5 parent: 1 - - uid: 31445 + - uid: 51226 components: - type: Transform - pos: 22.5,75.5 + pos: 77.5,39.5 parent: 1 - - uid: 31446 + - uid: 51227 components: - type: Transform - pos: 22.5,74.5 + pos: 79.5,40.5 parent: 1 - - uid: 31447 + - uid: 51228 components: - type: Transform - pos: 22.5,73.5 + pos: 79.5,41.5 parent: 1 - - uid: 31448 + - uid: 51229 components: - type: Transform - pos: 22.5,72.5 + pos: 79.5,42.5 parent: 1 - - uid: 31449 + - uid: 51230 components: - type: Transform - pos: 22.5,71.5 + pos: 79.5,43.5 parent: 1 - - uid: 31450 + - uid: 51231 components: - type: Transform - pos: 23.5,81.5 + pos: 79.5,44.5 parent: 1 - - uid: 31451 + - uid: 51232 components: - type: Transform - pos: 23.5,80.5 + pos: 79.5,45.5 parent: 1 - - uid: 31452 + - uid: 51233 components: - type: Transform - pos: 23.5,79.5 + pos: 79.5,46.5 parent: 1 - - uid: 31453 + - uid: 51234 components: - type: Transform - pos: 23.5,78.5 + pos: 79.5,47.5 parent: 1 - - uid: 31454 + - uid: 51235 components: - type: Transform - pos: 23.5,77.5 + pos: 79.5,48.5 parent: 1 - - uid: 31455 + - uid: 51236 components: - type: Transform - pos: 23.5,76.5 + pos: 79.5,49.5 parent: 1 - - uid: 31456 + - uid: 51237 components: - type: Transform - pos: 23.5,75.5 + pos: 79.5,50.5 parent: 1 - - uid: 31457 + - uid: 51238 components: - type: Transform - pos: 23.5,74.5 + pos: 79.5,51.5 parent: 1 - - uid: 31458 + - uid: 51239 components: - type: Transform - pos: 23.5,73.5 + pos: 79.5,52.5 parent: 1 - - uid: 31459 + - uid: 51240 components: - type: Transform - pos: 23.5,72.5 + pos: 80.5,52.5 parent: 1 - - uid: 31460 + - uid: 51241 components: - type: Transform - pos: 23.5,71.5 + pos: 80.5,51.5 parent: 1 - - uid: 31461 + - uid: 51242 components: - type: Transform - pos: 24.5,79.5 + pos: 80.5,50.5 parent: 1 - - uid: 31462 + - uid: 51243 components: - type: Transform - pos: 24.5,78.5 + pos: 81.5,51.5 parent: 1 - - uid: 31463 + - uid: 51244 components: - type: Transform - pos: 24.5,77.5 + pos: 81.5,50.5 parent: 1 - - uid: 31464 + - uid: 51245 components: - type: Transform - pos: 24.5,76.5 + pos: 81.5,49.5 parent: 1 - - uid: 31465 + - uid: 51246 components: - type: Transform - pos: 24.5,75.5 + pos: 82.5,51.5 parent: 1 - - uid: 31466 + - uid: 51247 components: - type: Transform - pos: 24.5,74.5 + pos: 82.5,50.5 parent: 1 - - uid: 31467 + - uid: 51248 components: - type: Transform - pos: 24.5,73.5 + pos: 80.5,47.5 parent: 1 - - uid: 31468 + - uid: 51249 components: - type: Transform - pos: 24.5,72.5 + pos: 80.5,46.5 parent: 1 - - uid: 31469 + - uid: 51250 components: - type: Transform - pos: 24.5,71.5 + pos: 80.5,45.5 parent: 1 - - uid: 31470 + - uid: 51251 components: - type: Transform - pos: 25.5,79.5 + pos: 80.5,44.5 parent: 1 - - uid: 31471 + - uid: 51252 components: - type: Transform - pos: 25.5,78.5 + pos: 80.5,43.5 parent: 1 - - uid: 31472 + - uid: 51253 components: - type: Transform - pos: 25.5,77.5 + pos: 80.5,42.5 parent: 1 - - uid: 31473 + - uid: 51254 components: - type: Transform - pos: 25.5,76.5 + pos: 80.5,41.5 parent: 1 - - uid: 31474 + - uid: 51255 components: - type: Transform - pos: 25.5,75.5 + pos: 81.5,42.5 parent: 1 - - uid: 31475 + - uid: 51256 components: - type: Transform - pos: 25.5,74.5 + pos: 81.5,43.5 parent: 1 - - uid: 31476 + - uid: 51257 components: - type: Transform - pos: 25.5,73.5 + pos: 81.5,44.5 parent: 1 - - uid: 31477 + - uid: 51258 components: - type: Transform - pos: 25.5,72.5 + pos: 81.5,45.5 parent: 1 - - uid: 31478 + - uid: 51259 components: - type: Transform - pos: 25.5,71.5 + pos: 81.5,46.5 parent: 1 - - uid: 31479 + - uid: 51260 components: - type: Transform - pos: 35.5,66.5 + pos: 81.5,47.5 parent: 1 - - uid: 31480 + - uid: 51261 components: - type: Transform - pos: 34.5,63.5 + pos: 82.5,47.5 parent: 1 - - uid: 31481 + - uid: 51262 components: - type: Transform - pos: 34.5,64.5 + pos: 82.5,46.5 parent: 1 - - uid: 31483 + - uid: 51263 components: - type: Transform - pos: 34.5,66.5 + pos: 82.5,45.5 parent: 1 - - uid: 31484 + - uid: 51264 components: - type: Transform - pos: 33.5,63.5 + pos: 82.5,44.5 parent: 1 - - uid: 31485 + - uid: 51265 components: - type: Transform - pos: -120.5,-190.5 + pos: 82.5,43.5 parent: 1 - - uid: 31486 + - uid: 51266 components: - type: Transform - pos: -187.5,-150.5 + pos: 83.5,43.5 parent: 1 - - uid: 31487 + - uid: 51267 components: - type: Transform - pos: -197.5,-149.5 + pos: 83.5,44.5 parent: 1 - - uid: 31488 + - uid: 51268 components: - type: Transform - pos: -140.5,-158.5 + pos: 83.5,45.5 parent: 1 - - uid: 31489 + - uid: 51269 components: - type: Transform - pos: -189.5,-144.5 + pos: 83.5,46.5 parent: 1 - - uid: 31490 + - uid: 51270 components: - type: Transform - pos: -151.5,-178.5 + pos: 84.5,45.5 parent: 1 - - uid: 31491 + - uid: 51271 components: - type: Transform - pos: -195.5,-146.5 + pos: 84.5,44.5 parent: 1 - - uid: 31492 + - uid: 51272 components: - type: Transform - pos: -138.5,-164.5 + pos: 47.5,70.5 parent: 1 - - uid: 31493 + - uid: 51273 components: - type: Transform - pos: -139.5,-162.5 + pos: 48.5,72.5 parent: 1 - - uid: 31494 + - uid: 51274 components: - type: Transform - pos: -197.5,-151.5 + pos: 49.5,62.5 parent: 1 - - uid: 31495 + - uid: 51275 components: - type: Transform - pos: -195.5,-143.5 + pos: 52.5,48.5 parent: 1 - - uid: 31496 + - uid: 51276 components: - type: Transform - pos: -192.5,-146.5 + pos: 47.5,69.5 parent: 1 - - uid: 31497 + - uid: 51277 components: - type: Transform - pos: -138.5,-162.5 + pos: 33.5,73.5 parent: 1 - - uid: 31498 + - uid: 51278 components: - type: Transform - pos: 26.5,66.5 + pos: 49.5,49.5 parent: 1 - - uid: 31499 + - uid: 51279 components: - type: Transform - pos: 26.5,65.5 + pos: 48.5,40.5 parent: 1 - - uid: 31500 + - uid: 51280 components: - type: Transform - pos: 27.5,72.5 + pos: -148.5,-152.5 parent: 1 - - uid: 31501 + - uid: 51281 components: - type: Transform - pos: 27.5,71.5 + pos: -148.5,-150.5 parent: 1 - - uid: 31502 + - uid: 51282 components: - type: Transform - pos: 27.5,70.5 + pos: -152.5,-177.5 parent: 1 - - uid: 31503 + - uid: 51283 components: - type: Transform - pos: 27.5,69.5 + pos: 28.5,70.5 parent: 1 - - uid: 31504 + - uid: 51284 components: - type: Transform - pos: 27.5,68.5 + pos: 31.5,71.5 parent: 1 - - uid: 31505 + - uid: 51285 components: - type: Transform - pos: 27.5,67.5 + pos: 28.5,71.5 parent: 1 - - uid: 31506 + - uid: 51286 components: - type: Transform - pos: 27.5,66.5 + pos: -172.5,-152.5 parent: 1 - - uid: 31507 + - uid: 51287 components: - type: Transform - pos: 27.5,65.5 + pos: 30.5,68.5 parent: 1 - - uid: 31508 + - uid: 51288 components: - type: Transform - pos: 28.5,69.5 + pos: 46.5,71.5 parent: 1 - - uid: 31509 + - uid: 51289 components: - type: Transform - pos: 28.5,68.5 + pos: 43.5,61.5 parent: 1 - - uid: 31510 + - uid: 51290 components: - type: Transform - pos: 28.5,67.5 + pos: 48.5,36.5 parent: 1 - - uid: 31511 + - uid: 51291 components: - type: Transform - pos: 28.5,66.5 + pos: 47.5,74.5 parent: 1 - - uid: 31512 + - uid: 51292 components: - type: Transform - pos: 28.5,65.5 + pos: 47.5,75.5 parent: 1 - - uid: 31513 + - uid: 51293 components: - type: Transform - pos: 28.5,64.5 + pos: 40.5,74.5 parent: 1 - - uid: 31514 + - uid: 51294 components: - type: Transform - pos: 26.5,64.5 + pos: -198.5,-145.5 parent: 1 - - uid: 31515 + - uid: 51295 components: - type: Transform - pos: 26.5,63.5 + pos: 42.5,73.5 parent: 1 - - uid: 31516 + - uid: 51296 components: - type: Transform - pos: 27.5,64.5 + pos: 49.5,53.5 parent: 1 - - uid: 31517 + - uid: 51297 components: - type: Transform - pos: 27.5,63.5 + pos: 22.5,198.5 parent: 1 - - uid: 31518 + - uid: 51298 components: - type: Transform - pos: -197.5,-150.5 + pos: 52.5,36.5 parent: 1 - - uid: 31519 + - uid: 51299 components: - type: Transform - pos: -184.5,-148.5 + pos: 48.5,57.5 parent: 1 - - uid: 31520 + - uid: 51300 components: - type: Transform - pos: -195.5,-153.5 + pos: -184.5,-151.5 parent: 1 - - uid: 31521 + - uid: 51301 components: - type: Transform - pos: -151.5,-153.5 + pos: -138.5,-161.5 parent: 1 - - uid: 31522 + - uid: 51302 components: - type: Transform - pos: -185.5,-143.5 + pos: -147.5,-155.5 parent: 1 - - uid: 31523 + - uid: 51303 components: - type: Transform - pos: 37.5,64.5 + pos: -197.5,-153.5 parent: 1 - - uid: 31524 + - uid: 51304 components: - type: Transform - pos: 37.5,63.5 + pos: 49.5,47.5 parent: 1 - - uid: 31525 + - uid: 51305 components: - type: Transform - pos: 38.5,66.5 + pos: 49.5,46.5 parent: 1 - - uid: 31526 + - uid: 51306 components: - type: Transform - pos: 38.5,65.5 + pos: 52.5,49.5 parent: 1 - - uid: 31527 + - uid: 51307 components: - type: Transform - pos: 38.5,64.5 + pos: 51.5,58.5 parent: 1 - - uid: 31528 + - uid: 51308 components: - type: Transform - pos: 38.5,63.5 + pos: 53.5,49.5 parent: 1 - - uid: 31529 + - uid: 51309 components: - type: Transform - pos: 33.5,67.5 + pos: 24.5,82.5 parent: 1 - - uid: 31530 + - uid: 51310 components: - type: Transform - pos: 34.5,67.5 + pos: -198.5,-148.5 parent: 1 - - uid: 31531 + - uid: 51311 components: - type: Transform - pos: 35.5,67.5 + pos: 40.5,70.5 parent: 1 - - uid: 31532 + - uid: 51312 components: - type: Transform - pos: -148.5,-157.5 + pos: -148.5,-155.5 parent: 1 - - uid: 31533 + - uid: 51313 components: - type: Transform - pos: -197.5,-146.5 + pos: -147.5,-156.5 parent: 1 - - uid: 31534 + - uid: 51314 components: - type: Transform - pos: -197.5,-145.5 + pos: 36.5,71.5 parent: 1 - - uid: 31535 + - uid: 51315 components: - type: Transform - pos: -171.5,-151.5 + pos: -148.5,-158.5 parent: 1 - - uid: 31536 + - uid: 51316 components: - type: Transform - pos: -196.5,-145.5 + pos: 51.5,61.5 parent: 1 - - uid: 31537 + - uid: 51317 components: - type: Transform - pos: -150.5,-180.5 + pos: 49.5,56.5 parent: 1 - - uid: 31538 + - uid: 51318 components: - type: Transform - pos: -195.5,-152.5 + pos: 49.5,55.5 parent: 1 - - uid: 31539 + - uid: 51319 components: - type: Transform - pos: -191.5,-145.5 + pos: -183.5,-149.5 parent: 1 - - uid: 31540 + - uid: 51320 components: - type: Transform - pos: -187.5,-145.5 + pos: -148.5,-154.5 parent: 1 - - uid: 31541 + - uid: 51321 components: - type: Transform - pos: -185.5,-144.5 + pos: 33.5,64.5 parent: 1 - - uid: 31542 + - uid: 51322 components: - type: Transform - pos: -188.5,-153.5 + pos: 51.5,59.5 parent: 1 - - uid: 31543 + - uid: 51323 components: - type: Transform - pos: -187.5,-146.5 + pos: 50.5,36.5 parent: 1 - - uid: 31544 + - uid: 51324 components: - type: Transform - pos: -194.5,-145.5 + pos: 50.5,38.5 parent: 1 - - uid: 31545 + - uid: 51325 components: - type: Transform - pos: -194.5,-146.5 + pos: 50.5,39.5 parent: 1 - - uid: 31546 + - uid: 51326 components: - type: Transform - pos: -194.5,-147.5 + pos: 50.5,40.5 parent: 1 - - uid: 31547 + - uid: 51327 components: - type: Transform - pos: -194.5,-148.5 + pos: 50.5,41.5 parent: 1 - - uid: 31548 + - uid: 51328 components: - type: Transform - pos: -194.5,-149.5 + pos: 50.5,42.5 parent: 1 - - uid: 31549 + - uid: 51329 components: - type: Transform - pos: -194.5,-150.5 + pos: 50.5,43.5 parent: 1 - - uid: 31550 + - uid: 51330 components: - type: Transform - pos: -194.5,-151.5 + pos: 50.5,44.5 parent: 1 - - uid: 31551 + - uid: 51331 components: - type: Transform - pos: -193.5,-147.5 + pos: 50.5,46.5 parent: 1 - - uid: 31552 + - uid: 51332 components: - type: Transform - pos: -194.5,-152.5 + pos: 50.5,47.5 parent: 1 - - uid: 31553 + - uid: 51333 components: - type: Transform - pos: -194.5,-153.5 + pos: 50.5,48.5 parent: 1 - - uid: 31554 + - uid: 51334 components: - type: Transform - pos: -195.5,-144.5 + pos: 50.5,49.5 parent: 1 - - uid: 31555 + - uid: 51335 components: - type: Transform - pos: -195.5,-145.5 + pos: 50.5,51.5 parent: 1 - - uid: 31556 + - uid: 51336 components: - type: Transform - pos: -191.5,-144.5 + pos: 50.5,52.5 parent: 1 - - uid: 31557 + - uid: 51337 components: - type: Transform - pos: -191.5,-148.5 + pos: 50.5,53.5 parent: 1 - - uid: 31558 + - uid: 51338 components: - type: Transform - pos: -190.5,-146.5 + pos: 50.5,54.5 parent: 1 - - uid: 31559 + - uid: 51339 components: - type: Transform - pos: -191.5,-153.5 + pos: 50.5,55.5 parent: 1 - - uid: 31560 + - uid: 51340 components: - type: Transform - pos: -191.5,-152.5 + pos: 50.5,56.5 parent: 1 - - uid: 31561 + - uid: 51341 components: - type: Transform - pos: -191.5,-151.5 + pos: 50.5,57.5 parent: 1 - - uid: 31562 + - uid: 51342 components: - type: Transform - pos: -191.5,-150.5 + pos: 50.5,58.5 parent: 1 - - uid: 31563 + - uid: 51343 components: - type: Transform - pos: -185.5,-145.5 + pos: 50.5,59.5 parent: 1 - - uid: 31564 + - uid: 51344 components: - type: Transform - pos: -190.5,-147.5 + pos: 49.5,36.5 parent: 1 - - uid: 31565 + - uid: 51345 components: - type: Transform - pos: -186.5,-151.5 + pos: -28.5,47.5 parent: 1 - - uid: 31566 + - uid: 51346 components: - type: Transform - pos: -147.5,-150.5 + pos: 49.5,38.5 parent: 1 - - uid: 31567 + - uid: 51347 components: - type: Transform - pos: -151.5,-152.5 + pos: 49.5,39.5 parent: 1 - - uid: 31568 + - uid: 51348 components: - type: Transform - pos: -189.5,-142.5 + pos: 49.5,40.5 parent: 1 - - uid: 31569 + - uid: 51349 components: - type: Transform - pos: -191.5,-142.5 + pos: -198.5,-147.5 parent: 1 - - uid: 31570 + - uid: 51350 components: - type: Transform - pos: -186.5,-149.5 + pos: 40.5,71.5 parent: 1 - - uid: 31571 + - uid: 51351 components: - type: Transform - pos: -172.5,-151.5 + pos: 41.5,72.5 parent: 1 - - uid: 31572 + - uid: 51352 components: - type: Transform - pos: -189.5,-148.5 + pos: 34.5,69.5 parent: 1 - - uid: 31573 + - uid: 51353 components: - type: Transform - pos: -192.5,-147.5 + pos: 34.5,71.5 parent: 1 - - uid: 31574 + - uid: 51354 components: - type: Transform - pos: -192.5,-148.5 + pos: 45.5,69.5 parent: 1 - - uid: 31575 + - uid: 51355 components: - type: Transform - pos: -192.5,-149.5 + pos: 33.5,69.5 parent: 1 - - uid: 31576 + - uid: 51356 components: - type: Transform - pos: -192.5,-150.5 + pos: 47.5,63.5 parent: 1 - - uid: 31577 + - uid: 51357 components: - type: Transform - pos: -192.5,-151.5 + pos: 37.5,73.5 parent: 1 - - uid: 31578 + - uid: 51358 components: - type: Transform - pos: -192.5,-152.5 + pos: -184.5,-150.5 parent: 1 - - uid: 31579 + - uid: 51359 components: - type: Transform - pos: -197.5,-148.5 + pos: -153.5,-177.5 parent: 1 - - uid: 31580 + - uid: 51360 components: - type: Transform - pos: -198.5,-144.5 + pos: -153.5,-178.5 parent: 1 - - uid: 31581 + - uid: 51361 components: - type: Transform - pos: -184.5,-146.5 + pos: -190.5,-148.5 parent: 1 - - uid: 31582 + - uid: 51362 components: - type: Transform - pos: -151.5,-180.5 + pos: -190.5,-149.5 parent: 1 - - uid: 31583 + - uid: 51363 components: - type: Transform - pos: -152.5,-179.5 + pos: -184.5,-147.5 parent: 1 - - uid: 31584 + - uid: 51364 components: - type: Transform - pos: -152.5,-180.5 + pos: 46.5,70.5 parent: 1 - - uid: 31585 + - uid: 51365 components: - type: Transform - pos: -152.5,-181.5 + pos: 42.5,69.5 parent: 1 - - uid: 31586 + - uid: 51366 components: - type: Transform - pos: -147.5,-151.5 + pos: 42.5,70.5 parent: 1 - - uid: 31587 + - uid: 51367 components: - type: Transform - pos: -147.5,-152.5 + pos: 43.5,76.5 parent: 1 - - uid: 31588 + - uid: 51368 components: - type: Transform - pos: -147.5,-153.5 + pos: 22.5,82.5 parent: 1 - - uid: 31589 + - uid: 51369 components: - type: Transform - pos: -147.5,-154.5 + pos: -196.5,-147.5 parent: 1 - - uid: 31590 + - uid: 51370 components: - type: Transform - pos: -184.5,-143.5 + pos: -196.5,-148.5 parent: 1 - - uid: 31591 + - uid: 51371 components: - type: Transform - pos: -196.5,-142.5 + pos: -147.5,-157.5 parent: 1 - - uid: 31592 + - uid: 51372 components: - type: Transform - pos: -193.5,-142.5 + pos: 32.5,72.5 parent: 1 - - uid: 31593 + - uid: 51373 components: - type: Transform - pos: -198.5,-151.5 + pos: 45.5,62.5 parent: 1 - - uid: 31594 + - uid: 51374 components: - type: Transform - pos: -184.5,-149.5 + pos: 50.5,64.5 parent: 1 - - uid: 31595 + - uid: 51375 components: - type: Transform - pos: -148.5,-153.5 + pos: 32.5,71.5 parent: 1 - - uid: 31596 + - uid: 51376 components: - type: Transform - pos: -150.5,-181.5 + pos: 45.5,76.5 parent: 1 - - uid: 31597 + - uid: 51377 components: - type: Transform - pos: -138.5,-166.5 + pos: 52.5,39.5 parent: 1 - - uid: 31598 + - uid: 51378 components: - type: Transform - pos: -138.5,-167.5 + pos: -194.5,-144.5 parent: 1 - - uid: 31599 + - uid: 51379 components: - type: Transform - pos: -139.5,-158.5 + pos: 46.5,76.5 parent: 1 - - uid: 31600 + - uid: 51380 components: - type: Transform - pos: -139.5,-159.5 + pos: -195.5,-148.5 parent: 1 - - uid: 31601 + - uid: 51381 components: - type: Transform - pos: -139.5,-160.5 + pos: 47.5,61.5 parent: 1 - - uid: 31602 + - uid: 51382 components: - type: Transform - pos: -139.5,-161.5 + pos: 52.5,47.5 parent: 1 - - uid: 31603 + - uid: 51383 components: - type: Transform - pos: -183.5,-150.5 + pos: 52.5,46.5 parent: 1 - - uid: 31604 + - uid: 51384 components: - type: Transform - pos: -183.5,-151.5 + pos: -28.5,44.5 parent: 1 - - uid: 31605 + - uid: 51385 components: - type: Transform - pos: -183.5,-152.5 + pos: 52.5,44.5 parent: 1 - - uid: 31606 + - uid: 51386 components: - type: Transform - pos: -183.5,-153.5 + pos: 48.5,38.5 parent: 1 - - uid: 31607 + - uid: 51387 components: - type: Transform - pos: -182.5,-152.5 + pos: 52.5,62.5 parent: 1 - - uid: 31608 + - uid: 51388 components: - type: Transform - pos: -182.5,-153.5 + pos: 49.5,66.5 parent: 1 - - uid: 31609 + - uid: 51389 components: - type: Transform - pos: -181.5,-153.5 + pos: 52.5,63.5 parent: 1 - - uid: 31610 + - uid: 51390 components: - type: Transform - pos: -180.5,-153.5 + pos: 38.5,69.5 parent: 1 - - uid: 31611 + - uid: 51391 components: - type: Transform - pos: -125.5,-180.5 + pos: 52.5,50.5 parent: 1 - - uid: 31612 + - uid: 51392 components: - type: Transform - pos: -139.5,-166.5 + pos: 52.5,51.5 parent: 1 - - uid: 31613 + - uid: 51393 components: - type: Transform - pos: -139.5,-165.5 + pos: 52.5,52.5 parent: 1 - - uid: 31614 + - uid: 51394 components: - type: Transform - pos: -150.5,-179.5 + pos: 52.5,53.5 parent: 1 - - uid: 31615 + - uid: 51395 components: - type: Transform - pos: -149.5,-156.5 + pos: 52.5,54.5 parent: 1 - - uid: 31616 + - uid: 51396 components: - type: Transform - pos: -149.5,-155.5 + pos: 52.5,55.5 parent: 1 - - uid: 31617 + - uid: 51397 components: - type: Transform - pos: -151.5,-181.5 + pos: 52.5,56.5 parent: 1 - - uid: 31618 + - uid: 51398 components: - type: Transform - pos: -149.5,-154.5 + pos: 52.5,57.5 parent: 1 - - uid: 31619 + - uid: 51399 components: - type: Transform - pos: -149.5,-153.5 + pos: 52.5,58.5 parent: 1 - - uid: 31620 + - uid: 51400 components: - type: Transform - pos: -149.5,-152.5 + pos: 52.5,59.5 parent: 1 - - uid: 31621 + - uid: 51401 components: - type: Transform - pos: -149.5,-151.5 + pos: 51.5,36.5 parent: 1 - - uid: 31622 + - uid: 51402 components: - type: Transform - pos: -149.5,-150.5 + pos: 51.5,38.5 parent: 1 - - uid: 31623 + - uid: 51403 components: - type: Transform - pos: -164.5,-153.5 + pos: 51.5,39.5 parent: 1 - - uid: 31624 + - uid: 51404 components: - type: Transform - pos: -163.5,-151.5 + pos: 51.5,40.5 parent: 1 - - uid: 31625 + - uid: 51405 components: - type: Transform - pos: -163.5,-152.5 + pos: 51.5,41.5 parent: 1 - - uid: 31626 + - uid: 51406 components: - type: Transform - pos: -163.5,-153.5 + pos: 51.5,42.5 parent: 1 - - uid: 31627 + - uid: 51407 components: - type: Transform - pos: -162.5,-151.5 + pos: 51.5,43.5 parent: 1 - - uid: 31628 + - uid: 51408 components: - type: Transform - pos: -162.5,-152.5 + pos: 51.5,44.5 parent: 1 - - uid: 31629 + - uid: 51409 components: - type: Transform - pos: -162.5,-153.5 + pos: 23.5,198.5 parent: 1 - - uid: 31630 + - uid: 51410 components: - type: Transform - pos: -161.5,-151.5 + pos: 51.5,46.5 parent: 1 - - uid: 31631 + - uid: 51411 components: - type: Transform - pos: -161.5,-152.5 + pos: 51.5,47.5 parent: 1 - - uid: 31632 + - uid: 51412 components: - type: Transform - pos: -161.5,-153.5 + pos: 51.5,48.5 parent: 1 - - uid: 31633 + - uid: 51413 components: - type: Transform - pos: -160.5,-151.5 + pos: 51.5,49.5 parent: 1 - - uid: 31634 + - uid: 51414 components: - type: Transform - pos: -160.5,-152.5 + pos: 51.5,50.5 parent: 1 - - uid: 31635 + - uid: 51415 components: - type: Transform - pos: -160.5,-153.5 + pos: 51.5,51.5 parent: 1 - - uid: 31636 + - uid: 51416 components: - type: Transform - pos: -159.5,-151.5 + pos: 51.5,53.5 parent: 1 - - uid: 31637 + - uid: 51417 components: - type: Transform - pos: -159.5,-152.5 + pos: -192.5,-145.5 parent: 1 - - uid: 31638 + - uid: 51418 components: - type: Transform - pos: -159.5,-153.5 + pos: 46.5,75.5 parent: 1 - - uid: 31639 + - uid: 51419 components: - type: Transform - pos: -158.5,-151.5 + pos: 36.5,72.5 parent: 1 - - uid: 31640 + - uid: 51420 components: - type: Transform - pos: -158.5,-152.5 + pos: 30.5,72.5 parent: 1 - - uid: 31641 + - uid: 51421 components: - type: Transform - pos: -158.5,-153.5 + pos: 48.5,61.5 parent: 1 - - uid: 31642 + - uid: 51422 components: - type: Transform - pos: -157.5,-151.5 + pos: 48.5,49.5 parent: 1 - - uid: 31643 + - uid: 51423 components: - type: Transform - pos: -157.5,-152.5 + pos: 48.5,67.5 parent: 1 - - uid: 31644 + - uid: 51424 components: - type: Transform - pos: -157.5,-153.5 + pos: -195.5,-149.5 parent: 1 - - uid: 31645 + - uid: 51425 components: - type: Transform - pos: -156.5,-151.5 + pos: 45.5,63.5 parent: 1 - - uid: 31646 + - uid: 51426 components: - type: Transform - pos: -156.5,-152.5 + pos: 43.5,73.5 parent: 1 - - uid: 31647 + - uid: 51427 components: - type: Transform - pos: -156.5,-153.5 + pos: 44.5,62.5 parent: 1 - - uid: 31648 + - uid: 51428 components: - type: Transform - pos: -155.5,-151.5 + pos: 38.5,73.5 parent: 1 - - uid: 31649 + - uid: 51429 components: - type: Transform - pos: -155.5,-152.5 + pos: 49.5,61.5 parent: 1 - - uid: 31650 + - uid: 51430 components: - type: Transform - pos: -155.5,-153.5 + pos: 37.5,72.5 parent: 1 - - uid: 31651 + - uid: 51431 components: - type: Transform - pos: -154.5,-151.5 + pos: 39.5,73.5 parent: 1 - - uid: 31652 + - uid: 51432 components: - type: Transform - pos: -154.5,-152.5 + pos: 52.5,43.5 parent: 1 - - uid: 31653 + - uid: 51433 components: - type: Transform - pos: -154.5,-153.5 + pos: 52.5,42.5 parent: 1 - - uid: 31654 + - uid: 51434 components: - type: Transform - pos: -163.5,-150.5 + pos: 52.5,41.5 parent: 1 - - uid: 31655 + - uid: 51435 components: - type: Transform - pos: -164.5,-150.5 + pos: 52.5,40.5 parent: 1 - - uid: 31656 + - uid: 51436 components: - type: Transform - pos: -165.5,-150.5 + pos: 49.5,41.5 parent: 1 - - uid: 31657 + - uid: 51437 components: - type: Transform - pos: -160.5,-149.5 + pos: 48.5,47.5 parent: 1 - - uid: 31658 + - uid: 51438 components: - type: Transform - pos: -160.5,-150.5 + pos: 48.5,46.5 parent: 1 - - uid: 31659 + - uid: 51439 components: - type: Transform - pos: -159.5,-149.5 + pos: 48.5,63.5 parent: 1 - - uid: 31660 + - uid: 51440 components: - type: Transform - pos: -159.5,-150.5 + pos: -190.5,-151.5 parent: 1 - - uid: 31661 + - uid: 51441 components: - type: Transform - pos: -158.5,-149.5 + pos: -192.5,-144.5 parent: 1 - - uid: 31662 + - uid: 51442 components: - type: Transform - pos: -158.5,-150.5 + pos: -193.5,-153.5 parent: 1 - - uid: 31663 + - uid: 51443 components: - type: Transform - pos: -157.5,-149.5 + pos: -173.5,-151.5 parent: 1 - - uid: 31664 + - uid: 51444 components: - type: Transform - pos: -157.5,-150.5 + pos: -193.5,-152.5 parent: 1 - - uid: 31665 + - uid: 51445 components: - type: Transform - pos: -156.5,-149.5 + pos: -196.5,-150.5 parent: 1 - - uid: 31666 + - uid: 51446 components: - type: Transform - pos: -156.5,-150.5 + pos: -196.5,-149.5 parent: 1 - - uid: 31667 + - uid: 51447 components: - type: Transform - pos: -155.5,-149.5 + pos: 37.5,74.5 parent: 1 - - uid: 31668 + - uid: 51448 components: - type: Transform - pos: -155.5,-150.5 + pos: 38.5,76.5 parent: 1 - - uid: 31669 + - uid: 51449 components: - type: Transform - pos: -154.5,-149.5 + pos: 38.5,77.5 parent: 1 - - uid: 31670 + - uid: 51450 components: - type: Transform - pos: -154.5,-150.5 + pos: 37.5,76.5 parent: 1 - - uid: 31671 + - uid: 51451 components: - type: Transform - pos: -158.5,-148.5 + pos: -148.5,-151.5 parent: 1 - - uid: 31672 + - uid: 51452 components: - type: Transform - pos: -157.5,-148.5 + pos: 44.5,71.5 parent: 1 - - uid: 31673 + - uid: 51453 components: - type: Transform - pos: -152.5,-167.5 + pos: 48.5,62.5 parent: 1 - - uid: 31674 + - uid: 51454 components: - type: Transform - pos: -153.5,-173.5 + pos: 46.5,61.5 parent: 1 - - uid: 31675 + - uid: 51455 components: - type: Transform - pos: -153.5,-172.5 + pos: 47.5,72.5 parent: 1 - - uid: 31676 + - uid: 51456 components: - type: Transform - pos: -153.5,-171.5 + pos: 45.5,72.5 parent: 1 - - uid: 31677 + - uid: 51457 components: - type: Transform - pos: -153.5,-170.5 + pos: 39.5,70.5 parent: 1 - - uid: 31678 + - uid: 51458 components: - type: Transform - pos: -153.5,-169.5 + pos: 53.5,50.5 parent: 1 - - uid: 31679 + - uid: 51459 components: - type: Transform - pos: -153.5,-168.5 + pos: 53.5,51.5 parent: 1 - - uid: 31680 + - uid: 51460 components: - type: Transform - pos: -153.5,-167.5 + pos: 53.5,52.5 parent: 1 - - uid: 31681 + - uid: 51461 components: - type: Transform - pos: -151.5,-169.5 + pos: 53.5,53.5 parent: 1 - - uid: 31682 + - uid: 51462 components: - type: Transform - pos: -151.5,-168.5 + pos: 53.5,54.5 parent: 1 - - uid: 31683 + - uid: 51463 components: - type: Transform - pos: -151.5,-167.5 + pos: 53.5,55.5 parent: 1 - - uid: 31684 + - uid: 51464 components: - type: Transform - pos: -152.5,-173.5 + pos: 53.5,56.5 parent: 1 - - uid: 31685 + - uid: 51465 components: - type: Transform - pos: -152.5,-172.5 + pos: 53.5,57.5 parent: 1 - - uid: 31686 + - uid: 51466 components: - type: Transform - pos: -152.5,-171.5 + pos: 53.5,58.5 parent: 1 - - uid: 31687 + - uid: 51467 components: - type: Transform - pos: -152.5,-170.5 + pos: 35.5,71.5 parent: 1 - - uid: 31688 + - uid: 51468 components: - type: Transform - pos: -152.5,-169.5 + pos: -195.5,-142.5 parent: 1 - - uid: 31689 + - uid: 51469 components: - type: Transform - pos: -152.5,-168.5 + pos: -193.5,-144.5 parent: 1 - - uid: 31690 + - uid: 51470 components: - type: Transform - pos: -150.5,-176.5 + pos: 45.5,70.5 parent: 1 - - uid: 31691 + - uid: 51471 components: - type: Transform - pos: -150.5,-175.5 + pos: -184.5,-153.5 parent: 1 - - uid: 31692 + - uid: 51472 components: - type: Transform - pos: -150.5,-174.5 + pos: 38.5,74.5 parent: 1 - - uid: 31693 + - uid: 51473 components: - type: Transform - pos: -149.5,-176.5 + pos: 47.5,71.5 parent: 1 - - uid: 31694 + - uid: 51474 components: - type: Transform - pos: -149.5,-175.5 + pos: 38.5,75.5 parent: 1 - - uid: 31695 + - uid: 51475 components: - type: Transform - pos: -149.5,-174.5 + pos: 44.5,69.5 parent: 1 - - uid: 31696 + - uid: 51476 components: - type: Transform - pos: -148.5,-173.5 + pos: 31.5,69.5 parent: 1 - - uid: 31697 + - uid: 51477 components: - type: Transform - pos: -148.5,-172.5 + pos: 41.5,75.5 parent: 1 - - uid: 31698 + - uid: 51478 components: - type: Transform - pos: -148.5,-171.5 + pos: 40.5,75.5 parent: 1 - - uid: 31699 + - uid: 51479 components: - type: Transform - pos: -148.5,-170.5 + pos: 46.5,74.5 parent: 1 - - uid: 31700 + - uid: 51480 components: - type: Transform - pos: -148.5,-169.5 + pos: 45.5,75.5 parent: 1 - - uid: 31701 + - uid: 51481 components: - type: Transform - pos: -148.5,-168.5 + pos: 45.5,61.5 parent: 1 - - uid: 31702 + - uid: 51482 components: - type: Transform - pos: -148.5,-167.5 + pos: 40.5,69.5 parent: 1 - - uid: 31703 + - uid: 51483 components: - type: Transform - pos: -149.5,-173.5 + pos: 49.5,63.5 parent: 1 - - uid: 31704 + - uid: 51484 components: - type: Transform - pos: -149.5,-172.5 + pos: 47.5,73.5 parent: 1 - - uid: 31705 + - uid: 51485 components: - type: Transform - pos: -149.5,-171.5 + pos: 39.5,68.5 parent: 1 - - uid: 31706 + - uid: 51486 components: - type: Transform - pos: -149.5,-170.5 + pos: 39.5,67.5 parent: 1 - - uid: 31707 + - uid: 51487 components: - type: Transform - pos: -149.5,-169.5 + pos: 39.5,66.5 parent: 1 - - uid: 31708 + - uid: 51488 components: - type: Transform - pos: -149.5,-168.5 + pos: 39.5,65.5 parent: 1 - - uid: 31709 + - uid: 51489 components: - type: Transform - pos: -149.5,-167.5 + pos: 39.5,64.5 parent: 1 - - uid: 31710 + - uid: 51490 components: - type: Transform - pos: -150.5,-173.5 + pos: 40.5,68.5 parent: 1 - - uid: 31711 + - uid: 51491 components: - type: Transform - pos: -150.5,-172.5 + pos: 40.5,67.5 parent: 1 - - uid: 31712 + - uid: 51492 components: - type: Transform - pos: -150.5,-171.5 + pos: 40.5,66.5 parent: 1 - - uid: 31713 + - uid: 51493 components: - type: Transform - pos: -150.5,-170.5 + pos: 40.5,65.5 parent: 1 - - uid: 31715 + - uid: 51494 components: - type: Transform - pos: -150.5,-168.5 + pos: 40.5,64.5 parent: 1 - - uid: 31716 + - uid: 51495 components: - type: Transform - pos: -150.5,-167.5 + pos: 41.5,68.5 parent: 1 - - uid: 31717 + - uid: 51496 components: - type: Transform - pos: -151.5,-173.5 + pos: 41.5,67.5 parent: 1 - - uid: 31718 + - uid: 51497 components: - type: Transform - pos: -151.5,-172.5 + pos: 41.5,66.5 parent: 1 - - uid: 31719 + - uid: 51498 components: - type: Transform - pos: -151.5,-171.5 + pos: 41.5,65.5 parent: 1 - - uid: 31720 + - uid: 51499 components: - type: Transform - pos: -151.5,-170.5 + pos: 41.5,64.5 parent: 1 - - uid: 31721 + - uid: 51500 components: - type: Transform - pos: -152.5,-176.5 + pos: 42.5,68.5 parent: 1 - - uid: 31722 + - uid: 51501 components: - type: Transform - pos: -152.5,-175.5 + pos: 42.5,67.5 parent: 1 - - uid: 31723 + - uid: 51502 components: - type: Transform - pos: -152.5,-174.5 + pos: 42.5,66.5 parent: 1 - - uid: 31724 + - uid: 51503 components: - type: Transform - pos: -151.5,-176.5 + pos: 42.5,65.5 parent: 1 - - uid: 31725 + - uid: 51504 components: - type: Transform - pos: -151.5,-175.5 + pos: 42.5,64.5 parent: 1 - - uid: 31726 + - uid: 51505 components: - type: Transform - pos: -151.5,-174.5 + pos: 43.5,68.5 parent: 1 - - uid: 31727 + - uid: 51506 components: - type: Transform - pos: -141.5,-163.5 + pos: 43.5,67.5 parent: 1 - - uid: 31728 + - uid: 51507 components: - type: Transform - pos: -141.5,-162.5 + pos: 43.5,66.5 parent: 1 - - uid: 31729 + - uid: 51508 components: - type: Transform - pos: -141.5,-161.5 + pos: 43.5,65.5 parent: 1 - - uid: 31730 + - uid: 51509 components: - type: Transform - pos: -141.5,-160.5 + pos: 43.5,64.5 parent: 1 - - uid: 31731 + - uid: 51510 components: - type: Transform - pos: -141.5,-159.5 + pos: 44.5,68.5 parent: 1 - - uid: 31732 + - uid: 51511 components: - type: Transform - pos: -141.5,-158.5 + pos: 44.5,67.5 parent: 1 - - uid: 31733 + - uid: 51512 components: - type: Transform - pos: -140.5,-167.5 + pos: 44.5,66.5 parent: 1 - - uid: 31734 + - uid: 51513 components: - type: Transform - pos: -140.5,-166.5 + pos: 44.5,65.5 parent: 1 - - uid: 31735 + - uid: 51514 components: - type: Transform - pos: -140.5,-165.5 + pos: 44.5,64.5 parent: 1 - - uid: 31736 + - uid: 51515 components: - type: Transform - pos: -140.5,-164.5 + pos: 45.5,68.5 parent: 1 - - uid: 31737 + - uid: 51516 components: - type: Transform - pos: -140.5,-163.5 + pos: 45.5,67.5 parent: 1 - - uid: 31738 + - uid: 51517 components: - type: Transform - pos: -140.5,-162.5 + pos: 45.5,66.5 parent: 1 - - uid: 31739 + - uid: 51518 components: - type: Transform - pos: -140.5,-161.5 + pos: 45.5,65.5 parent: 1 - - uid: 31740 + - uid: 51519 components: - type: Transform - pos: -140.5,-160.5 + pos: 45.5,64.5 parent: 1 - - uid: 31741 + - uid: 51520 components: - type: Transform - pos: -140.5,-159.5 + pos: 46.5,68.5 parent: 1 - - uid: 31742 + - uid: 51521 components: - type: Transform - pos: -151.5,-151.5 + pos: 46.5,67.5 parent: 1 - - uid: 31743 + - uid: 51522 components: - type: Transform - pos: -151.5,-150.5 + pos: 46.5,66.5 parent: 1 - - uid: 31744 + - uid: 51523 components: - type: Transform - pos: -150.5,-158.5 + pos: 46.5,65.5 parent: 1 - - uid: 31745 + - uid: 51524 components: - type: Transform - pos: -150.5,-157.5 + pos: 46.5,64.5 parent: 1 - - uid: 31746 + - uid: 51525 components: - type: Transform - pos: -150.5,-156.5 + pos: 40.5,77.5 parent: 1 - - uid: 31747 + - uid: 51526 components: - type: Transform - pos: -150.5,-155.5 + pos: 26.5,71.5 parent: 1 - - uid: 31748 + - uid: 51527 components: - type: Transform - pos: -150.5,-154.5 + pos: 33.5,65.5 parent: 1 - - uid: 31749 + - uid: 51528 components: - type: Transform - pos: -150.5,-153.5 + pos: 26.5,68.5 parent: 1 - - uid: 31750 + - uid: 51529 components: - type: Transform - pos: -150.5,-152.5 + pos: 26.5,67.5 parent: 1 - - uid: 31751 + - uid: 51530 components: - type: Transform - pos: -150.5,-151.5 + pos: 26.5,72.5 parent: 1 - - uid: 31752 + - uid: 51531 components: - type: Transform - pos: -150.5,-150.5 + pos: 26.5,70.5 parent: 1 - - uid: 31753 + - uid: 51532 components: - type: Transform - pos: -150.5,-148.5 + pos: 46.5,62.5 parent: 1 - - uid: 31754 + - uid: 51533 components: - type: Transform - pos: -149.5,-149.5 + pos: 51.5,60.5 parent: 1 - - uid: 31755 + - uid: 51534 components: - type: Transform - pos: -150.5,-149.5 + pos: 52.5,60.5 parent: 1 - - uid: 31756 + - uid: 51535 components: - type: Transform - pos: -151.5,-149.5 + pos: 48.5,64.5 parent: 1 - - uid: 31757 + - uid: 51536 components: - type: Transform - pos: -152.5,-149.5 + pos: 48.5,65.5 parent: 1 - - uid: 31758 + - uid: 51537 components: - type: Transform - pos: -153.5,-149.5 + pos: 47.5,64.5 parent: 1 - - uid: 31759 + - uid: 51538 components: - type: Transform - pos: -153.5,-176.5 + pos: 47.5,65.5 parent: 1 - - uid: 31760 + - uid: 51539 components: - type: Transform - pos: -153.5,-175.5 + pos: 47.5,60.5 parent: 1 - - uid: 31761 + - uid: 51540 components: - type: Transform - pos: -153.5,-174.5 + pos: 47.5,59.5 parent: 1 - - uid: 31763 + - uid: 51541 components: - type: Transform - pos: -151.5,-155.5 + pos: 47.5,58.5 parent: 1 - - uid: 31764 + - uid: 51542 components: - type: Transform - pos: -151.5,-156.5 + pos: 47.5,57.5 parent: 1 - - uid: 31765 + - uid: 51543 components: - type: Transform - pos: -151.5,-157.5 + pos: 47.5,56.5 parent: 1 - - uid: 31766 + - uid: 51544 components: - type: Transform - pos: -151.5,-158.5 + pos: 47.5,55.5 parent: 1 - - uid: 31767 + - uid: 51545 components: - type: Transform - pos: -152.5,-150.5 + pos: 46.5,60.5 parent: 1 - - uid: 31768 + - uid: 51546 components: - type: Transform - pos: -152.5,-151.5 + pos: 46.5,59.5 parent: 1 - - uid: 31769 + - uid: 51547 components: - type: Transform - pos: -152.5,-152.5 + pos: 46.5,58.5 parent: 1 - - uid: 31770 + - uid: 51548 components: - type: Transform - pos: -152.5,-153.5 + pos: 46.5,57.5 parent: 1 - - uid: 31771 + - uid: 51549 components: - type: Transform - pos: -152.5,-154.5 + pos: 46.5,56.5 parent: 1 - - uid: 31772 + - uid: 51550 components: - type: Transform - pos: -152.5,-155.5 + pos: 46.5,55.5 parent: 1 - - uid: 31773 + - uid: 51551 components: - type: Transform - pos: -152.5,-156.5 + pos: 45.5,60.5 parent: 1 - - uid: 31774 + - uid: 51552 components: - type: Transform - pos: -152.5,-157.5 + pos: 45.5,59.5 parent: 1 - - uid: 31775 + - uid: 51553 components: - type: Transform - pos: -152.5,-158.5 + pos: 45.5,58.5 parent: 1 - - uid: 31776 + - uid: 51554 components: - type: Transform - pos: -153.5,-150.5 + pos: 45.5,57.5 parent: 1 - - uid: 31777 + - uid: 51555 components: - type: Transform - pos: -153.5,-151.5 + pos: 44.5,60.5 parent: 1 - - uid: 31778 + - uid: 51556 components: - type: Transform - pos: -153.5,-152.5 + pos: 44.5,59.5 parent: 1 - - uid: 31779 + - uid: 51557 components: - type: Transform - pos: -153.5,-153.5 + pos: 44.5,58.5 parent: 1 - - uid: 31780 + - uid: 51558 components: - type: Transform - pos: -153.5,-154.5 + pos: 44.5,57.5 parent: 1 - - uid: 31781 + - uid: 51559 components: - type: Transform - pos: -153.5,-155.5 + pos: 25.5,199.5 parent: 1 - - uid: 31782 + - uid: 51560 components: - type: Transform - pos: -153.5,-156.5 + pos: 43.5,60.5 parent: 1 - - uid: 31783 + - uid: 51561 components: - type: Transform - pos: -153.5,-157.5 + pos: 43.5,59.5 parent: 1 - - uid: 31784 + - uid: 51562 components: - type: Transform - pos: -153.5,-158.5 + pos: 43.5,58.5 parent: 1 - - uid: 31785 + - uid: 51563 components: - type: Transform - pos: -145.5,-153.5 + pos: 43.5,57.5 parent: 1 - - uid: 31786 + - uid: 51564 components: - type: Transform - pos: -145.5,-154.5 + pos: 14.5,199.5 parent: 1 - - uid: 31787 + - uid: 51565 components: - type: Transform - pos: -145.5,-155.5 + pos: 42.5,60.5 parent: 1 - - uid: 31788 + - uid: 51566 components: - type: Transform - pos: -145.5,-156.5 + pos: 42.5,59.5 parent: 1 - - uid: 31789 + - uid: 51567 components: - type: Transform - pos: -145.5,-157.5 + pos: 42.5,58.5 parent: 1 - - uid: 31790 + - uid: 51568 components: - type: Transform - pos: -145.5,-158.5 + pos: 42.5,57.5 parent: 1 - - uid: 31791 + - uid: 51569 components: - type: Transform - pos: -146.5,-153.5 + pos: 11.5,122.5 parent: 1 - - uid: 31792 + - uid: 51570 components: - type: Transform - pos: -146.5,-154.5 + pos: 41.5,60.5 parent: 1 - - uid: 31793 + - uid: 51571 components: - type: Transform - pos: -146.5,-155.5 + pos: 41.5,59.5 parent: 1 - - uid: 31794 + - uid: 51572 components: - type: Transform - pos: -146.5,-156.5 + pos: 41.5,58.5 parent: 1 - - uid: 31795 + - uid: 51573 components: - type: Transform - pos: -146.5,-157.5 + pos: 41.5,57.5 parent: 1 - - uid: 31796 + - uid: 51574 components: - type: Transform - pos: -146.5,-158.5 + pos: 20.5,199.5 parent: 1 - - uid: 31797 + - uid: 51575 components: - type: Transform - pos: -144.5,-161.5 + pos: 48.5,60.5 parent: 1 - - uid: 31798 + - uid: 51576 components: - type: Transform - pos: -144.5,-160.5 + pos: 49.5,60.5 parent: 1 - - uid: 31799 + - uid: 51577 components: - type: Transform - pos: -145.5,-162.5 + pos: -195.5,-150.5 parent: 1 - - uid: 31800 + - uid: 51578 components: - type: Transform - pos: -145.5,-161.5 + pos: -197.5,-144.5 parent: 1 - - uid: 31801 + - uid: 51579 components: - type: Transform - pos: -145.5,-160.5 + pos: -196.5,-153.5 parent: 1 - - uid: 31802 + - uid: 51580 components: - type: Transform - pos: -145.5,-159.5 + pos: -193.5,-148.5 parent: 1 - - uid: 31803 + - uid: 51581 components: - type: Transform - pos: -144.5,-166.5 + pos: -193.5,-149.5 parent: 1 - - uid: 31804 + - uid: 51582 components: - type: Transform - pos: -144.5,-165.5 + pos: -193.5,-150.5 parent: 1 - - uid: 31805 + - uid: 51583 components: - type: Transform - pos: -144.5,-164.5 + pos: -193.5,-151.5 parent: 1 - - uid: 31806 + - uid: 51584 components: - type: Transform - pos: -144.5,-163.5 + pos: -174.5,-152.5 parent: 1 - - uid: 31807 + - uid: 51585 components: - type: Transform - pos: -144.5,-162.5 + pos: -195.5,-147.5 parent: 1 - - uid: 31808 + - uid: 51586 components: - type: Transform - pos: -147.5,-164.5 + pos: -198.5,-149.5 parent: 1 - - uid: 31809 + - uid: 51587 components: - type: Transform - pos: -147.5,-163.5 + pos: -195.5,-151.5 parent: 1 - - uid: 31810 + - uid: 51588 components: - type: Transform - pos: -147.5,-162.5 + pos: -189.5,-145.5 parent: 1 - - uid: 31811 + - uid: 51589 components: - type: Transform - pos: -147.5,-161.5 + pos: -188.5,-152.5 parent: 1 - - uid: 31812 + - uid: 51590 components: - type: Transform - pos: -147.5,-160.5 + pos: -173.5,-152.5 parent: 1 - - uid: 31813 + - uid: 51591 components: - type: Transform - pos: -147.5,-159.5 + pos: -174.5,-153.5 parent: 1 - - uid: 31814 + - uid: 51592 components: - type: Transform - pos: -146.5,-166.5 + pos: 34.5,68.5 parent: 1 - - uid: 31815 + - uid: 51593 components: - type: Transform - pos: -146.5,-165.5 + pos: 35.5,68.5 parent: 1 - - uid: 31816 + - uid: 51594 components: - type: Transform - pos: -146.5,-164.5 + pos: 34.5,72.5 parent: 1 - - uid: 31817 + - uid: 51595 components: - type: Transform - pos: -146.5,-163.5 + pos: 32.5,74.5 parent: 1 - - uid: 31818 + - uid: 51596 components: - type: Transform - pos: -146.5,-162.5 + pos: 33.5,72.5 parent: 1 - - uid: 31819 + - uid: 51597 components: - type: Transform - pos: -146.5,-161.5 + pos: 30.5,69.5 parent: 1 - - uid: 31820 + - uid: 51598 components: - type: Transform - pos: -146.5,-160.5 + pos: 34.5,73.5 parent: 1 - - uid: 31821 + - uid: 51599 components: - type: Transform - pos: -146.5,-159.5 + pos: 38.5,79.5 parent: 1 - - uid: 31822 + - uid: 51600 components: - type: Transform - pos: -145.5,-166.5 + pos: 35.5,73.5 parent: 1 - - uid: 31823 + - uid: 51601 components: - type: Transform - pos: -145.5,-165.5 + pos: 38.5,78.5 parent: 1 - - uid: 31824 + - uid: 51602 components: - type: Transform - pos: -145.5,-164.5 + pos: 33.5,74.5 parent: 1 - - uid: 31825 + - uid: 51603 components: - type: Transform - pos: -145.5,-163.5 + pos: 34.5,79.5 parent: 1 - - uid: 31826 + - uid: 51604 components: - type: Transform - pos: -148.5,-164.5 + pos: 36.5,77.5 parent: 1 - - uid: 31827 + - uid: 51605 components: - type: Transform - pos: -148.5,-163.5 + pos: 36.5,78.5 parent: 1 - - uid: 31828 + - uid: 51606 components: - type: Transform - pos: -148.5,-162.5 + pos: 36.5,79.5 parent: 1 - - uid: 31829 + - uid: 51607 components: - type: Transform - pos: -148.5,-161.5 + pos: 35.5,74.5 parent: 1 - - uid: 31830 + - uid: 51608 components: - type: Transform - pos: -148.5,-160.5 + pos: 37.5,77.5 parent: 1 - - uid: 31831 + - uid: 51609 components: - type: Transform - pos: -148.5,-159.5 + pos: 37.5,78.5 parent: 1 - - uid: 31832 + - uid: 51610 components: - type: Transform - pos: -147.5,-166.5 + pos: 37.5,75.5 parent: 1 - - uid: 31833 + - uid: 51611 components: - type: Transform - pos: -147.5,-165.5 + pos: 41.5,77.5 parent: 1 - - uid: 31834 + - uid: 51612 components: - type: Transform - pos: -148.5,-166.5 + pos: 41.5,78.5 parent: 1 - - uid: 31836 + - uid: 51613 components: - type: Transform - pos: -149.5,-165.5 + pos: 42.5,79.5 parent: 1 - - uid: 31837 + - uid: 51614 components: - type: Transform - pos: -149.5,-164.5 + pos: 33.5,75.5 parent: 1 - - uid: 31838 + - uid: 51615 components: - type: Transform - pos: -149.5,-163.5 + pos: 33.5,76.5 parent: 1 - - uid: 31839 + - uid: 51616 components: - type: Transform - pos: -149.5,-166.5 + pos: 33.5,77.5 parent: 1 - - uid: 31840 + - uid: 51617 components: - type: Transform - pos: -150.5,-161.5 + pos: 33.5,78.5 parent: 1 - - uid: 31841 + - uid: 51618 components: - type: Transform - pos: -150.5,-160.5 + pos: 33.5,79.5 parent: 1 - - uid: 31843 + - uid: 51619 components: - type: Transform - pos: -143.5,-160.5 + pos: 36.5,75.5 parent: 1 - - uid: 31844 + - uid: 51620 components: - type: Transform - pos: -143.5,-159.5 + pos: 36.5,76.5 parent: 1 - - uid: 31845 + - uid: 51621 components: - type: Transform - pos: -143.5,-158.5 + pos: 29.5,69.5 parent: 1 - - uid: 31846 + - uid: 51622 components: - type: Transform - pos: -142.5,-167.5 + pos: 29.5,70.5 parent: 1 - - uid: 31847 + - uid: 51623 components: - type: Transform - pos: -142.5,-166.5 + pos: 33.5,68.5 parent: 1 - - uid: 31848 + - uid: 51624 components: - type: Transform - pos: -142.5,-165.5 + pos: 31.5,68.5 parent: 1 - - uid: 31849 + - uid: 51625 components: - type: Transform - pos: -142.5,-164.5 + pos: 32.5,68.5 parent: 1 - - uid: 31850 + - uid: 51626 components: - type: Transform - pos: -142.5,-163.5 + pos: 39.5,74.5 parent: 1 - - uid: 31851 + - uid: 51627 components: - type: Transform - pos: -142.5,-162.5 + pos: 39.5,75.5 parent: 1 - - uid: 31852 + - uid: 51628 components: - type: Transform - pos: -142.5,-161.5 + pos: 39.5,76.5 parent: 1 - - uid: 31853 + - uid: 51629 components: - type: Transform - pos: -142.5,-160.5 + pos: 39.5,77.5 parent: 1 - - uid: 31854 + - uid: 51630 components: - type: Transform - pos: -142.5,-159.5 + pos: 39.5,78.5 parent: 1 - - uid: 31855 + - uid: 51631 components: - type: Transform - pos: -142.5,-158.5 + pos: 34.5,78.5 parent: 1 - - uid: 31856 + - uid: 51632 components: - type: Transform - pos: -141.5,-167.5 + pos: 34.5,76.5 parent: 1 - - uid: 31857 + - uid: 51633 components: - type: Transform - pos: -141.5,-166.5 + pos: 34.5,77.5 parent: 1 - - uid: 31858 + - uid: 51634 components: - type: Transform - pos: -141.5,-165.5 + pos: 34.5,74.5 parent: 1 - - uid: 31859 + - uid: 51635 components: - type: Transform - pos: -141.5,-164.5 + pos: 34.5,75.5 parent: 1 - - uid: 31860 + - uid: 51636 components: - type: Transform - pos: -130.5,-144.5 + pos: 35.5,78.5 parent: 1 - - uid: 31861 + - uid: 51637 components: - type: Transform - pos: -150.5,-162.5 + pos: 35.5,79.5 parent: 1 - - uid: 31862 + - uid: 51638 components: - type: Transform - pos: -150.5,-163.5 + pos: 35.5,76.5 parent: 1 - - uid: 31863 + - uid: 51639 components: - type: Transform - pos: -150.5,-164.5 + pos: 35.5,77.5 parent: 1 - - uid: 31864 + - uid: 51640 components: - type: Transform - pos: -150.5,-165.5 + pos: 35.5,75.5 parent: 1 - - uid: 31865 + - uid: 51641 components: - type: Transform - pos: -150.5,-166.5 + pos: 40.5,79.5 parent: 1 - - uid: 31866 + - uid: 51642 components: - type: Transform - pos: -151.5,-159.5 + pos: 40.5,78.5 parent: 1 - - uid: 31867 + - uid: 51643 components: - type: Transform - pos: -151.5,-160.5 + pos: 41.5,79.5 parent: 1 - - uid: 31868 + - uid: 51644 components: - type: Transform - pos: -151.5,-161.5 + pos: 30.5,82.5 parent: 1 - - uid: 31869 + - uid: 51645 components: - type: Transform - pos: -151.5,-162.5 + pos: 42.5,78.5 parent: 1 - - uid: 31870 + - uid: 51646 components: - type: Transform - pos: -151.5,-163.5 + pos: 42.5,77.5 parent: 1 - - uid: 31871 + - uid: 51647 components: - type: Transform - pos: -151.5,-164.5 + pos: 42.5,76.5 parent: 1 - - uid: 31872 + - uid: 51648 components: - type: Transform - pos: -151.5,-165.5 + pos: 41.5,76.5 parent: 1 - - uid: 31874 + - uid: 51649 components: - type: Transform - pos: -152.5,-159.5 + pos: 40.5,76.5 parent: 1 - - uid: 31875 + - uid: 51650 components: - type: Transform - pos: -152.5,-160.5 + pos: 22.5,80.5 parent: 1 - - uid: 31876 + - uid: 51651 components: - type: Transform - pos: -152.5,-161.5 + pos: 29.5,82.5 parent: 1 - - uid: 31877 + - uid: 51652 components: - type: Transform - pos: -152.5,-162.5 + pos: 21.5,72.5 parent: 1 - - uid: 31878 + - uid: 51653 components: - type: Transform - pos: -152.5,-163.5 + pos: 21.5,73.5 parent: 1 - - uid: 31879 + - uid: 51654 components: - type: Transform - pos: -152.5,-164.5 + pos: 22.5,81.5 parent: 1 - - uid: 31880 + - uid: 51655 components: - type: Transform - pos: -152.5,-165.5 + pos: 21.5,71.5 parent: 1 - - uid: 31881 + - uid: 51656 components: - type: Transform - pos: -152.5,-166.5 + pos: 21.5,77.5 parent: 1 - - uid: 31882 + - uid: 51657 components: - type: Transform - pos: -153.5,-159.5 + pos: 21.5,74.5 parent: 1 - - uid: 31883 + - uid: 51658 components: - type: Transform - pos: -153.5,-160.5 + pos: 21.5,75.5 parent: 1 - - uid: 31884 + - uid: 51659 components: - type: Transform - pos: -153.5,-161.5 + pos: 21.5,76.5 parent: 1 - - uid: 31885 + - uid: 51660 components: - type: Transform - pos: -153.5,-162.5 + pos: 21.5,78.5 parent: 1 - - uid: 31886 + - uid: 51661 components: - type: Transform - pos: -153.5,-163.5 + pos: 33.5,80.5 parent: 1 - - uid: 31887 + - uid: 51662 components: - type: Transform - pos: -153.5,-164.5 + pos: 34.5,80.5 parent: 1 - - uid: 31888 + - uid: 51663 components: - type: Transform - pos: -153.5,-165.5 + pos: 35.5,80.5 parent: 1 - - uid: 31889 + - uid: 51664 components: - type: Transform - pos: -153.5,-166.5 + pos: 36.5,80.5 parent: 1 - - uid: 31890 + - uid: 51665 components: - type: Transform - pos: -145.5,-167.5 + pos: 37.5,80.5 parent: 1 - - uid: 31891 + - uid: 51666 components: - type: Transform - pos: -144.5,-167.5 + pos: 38.5,80.5 parent: 1 - - uid: 31892 + - uid: 51667 components: - type: Transform - pos: -147.5,-167.5 + pos: 39.5,80.5 parent: 1 - - uid: 31893 + - uid: 51668 components: - type: Transform - pos: -147.5,-168.5 + pos: 40.5,80.5 parent: 1 - - uid: 31894 + - uid: 51669 components: - type: Transform - pos: -133.5,-174.5 + pos: 39.5,81.5 parent: 1 - - uid: 31895 + - uid: 51670 components: - type: Transform - pos: -127.5,-132.5 + pos: 32.5,80.5 parent: 1 - - uid: 31896 + - uid: 51671 components: - type: Transform - pos: -120.5,-197.5 + pos: 37.5,81.5 parent: 1 - - uid: 31897 + - uid: 51672 components: - type: Transform - pos: -134.5,-178.5 + pos: 38.5,81.5 parent: 1 - - uid: 31898 + - uid: 51673 components: - type: Transform - pos: -134.5,-175.5 + pos: 36.5,81.5 parent: 1 - - uid: 31899 + - uid: 51674 components: - type: Transform - pos: -114.5,-197.5 + pos: 36.5,73.5 parent: 1 - - uid: 31900 + - uid: 51675 components: - type: Transform - pos: -126.5,-197.5 + pos: 35.5,82.5 parent: 1 - - uid: 31901 + - uid: 51676 components: - type: Transform - pos: -197.5,-93.5 + pos: 36.5,82.5 parent: 1 - - uid: 31902 + - uid: 51677 components: - type: Transform - pos: -135.5,-174.5 + pos: 37.5,82.5 parent: 1 - - uid: 31903 + - uid: 51678 components: - type: Transform - pos: -196.5,-94.5 + pos: 38.5,82.5 parent: 1 - - uid: 31904 + - uid: 51679 components: - type: Transform - pos: -195.5,-93.5 + pos: 34.5,82.5 parent: 1 - - uid: 31905 + - uid: 51680 components: - type: Transform - pos: -129.5,-140.5 + pos: 32.5,82.5 parent: 1 - - uid: 31906 + - uid: 51681 components: - type: Transform - pos: -198.5,-92.5 + pos: 33.5,82.5 parent: 1 - - uid: 31907 + - uid: 51682 components: - type: Transform - pos: -197.5,-90.5 + pos: 31.5,82.5 parent: 1 - - uid: 31908 + - uid: 51683 components: - type: Transform - pos: -140.5,-177.5 + pos: 35.5,81.5 parent: 1 - - uid: 31909 + - uid: 51684 components: - type: Transform - pos: -135.5,-175.5 + pos: 34.5,81.5 parent: 1 - - uid: 31910 + - uid: 51685 components: - type: Transform - pos: -136.5,-174.5 + pos: 33.5,81.5 parent: 1 - - uid: 31911 + - uid: 51686 components: - type: Transform - pos: -198.5,-93.5 + pos: 32.5,81.5 parent: 1 - - uid: 31912 + - uid: 51687 components: - type: Transform - pos: -198.5,-94.5 + pos: 31.5,81.5 parent: 1 - - uid: 31913 + - uid: 51688 components: - type: Transform - pos: -198.5,-95.5 + pos: 38.5,61.5 parent: 1 - - uid: 31914 + - uid: 51689 components: - type: Transform - pos: 193.5,195.5 + pos: 38.5,62.5 parent: 1 - - uid: 31915 + - uid: 51690 components: - type: Transform - pos: -141.5,-168.5 + pos: 37.5,61.5 parent: 1 - - uid: 31917 + - uid: 51691 components: - type: Transform - pos: 190.5,195.5 + pos: 37.5,62.5 parent: 1 - - uid: 31918 + - uid: 51692 components: - type: Transform - pos: -132.5,-191.5 + pos: 36.5,61.5 parent: 1 - - uid: 31919 + - uid: 51693 components: - type: Transform - pos: -140.5,-184.5 + pos: 36.5,62.5 parent: 1 - - uid: 31920 + - uid: 51694 components: - type: Transform - pos: 194.5,195.5 + pos: 35.5,61.5 parent: 1 - - uid: 31921 + - uid: 51695 components: - type: Transform - pos: -127.5,-182.5 + pos: 35.5,62.5 parent: 1 - - uid: 31922 + - uid: 51696 components: - type: Transform - pos: 191.5,195.5 + pos: 39.5,61.5 parent: 1 - - uid: 31923 + - uid: 51697 components: - type: Transform - pos: 192.5,195.5 + pos: 39.5,62.5 parent: 1 - - uid: 31924 + - uid: 51698 components: - type: Transform - pos: 190.5,196.5 + pos: 40.5,61.5 parent: 1 - - uid: 31926 + - uid: 51699 components: - type: Transform - pos: -196.5,-168.5 + pos: 40.5,62.5 parent: 1 - - uid: 31927 + - uid: 51700 components: - type: Transform - pos: -129.5,-133.5 + pos: 26.5,69.5 parent: 1 - - uid: 31929 + - uid: 51701 components: - type: Transform - pos: -137.5,-143.5 + pos: 21.5,79.5 parent: 1 - - uid: 31931 + - uid: 51702 components: - type: Transform - pos: -139.5,-185.5 + pos: 21.5,80.5 parent: 1 - - uid: 31932 + - uid: 51703 components: - type: Transform - pos: -140.5,-182.5 + pos: 21.5,81.5 parent: 1 - - uid: 31933 + - uid: 51704 components: - type: Transform - pos: -142.5,-174.5 + pos: 28.5,82.5 parent: 1 - - uid: 31934 + - uid: 51705 components: - type: Transform - pos: -120.5,-191.5 + pos: 30.5,81.5 parent: 1 - - uid: 31935 + - uid: 51706 components: - type: Transform - pos: -143.5,-173.5 + pos: 30.5,80.5 parent: 1 - - uid: 31936 + - uid: 51707 components: - type: Transform - pos: -137.5,-176.5 + pos: 29.5,81.5 parent: 1 - - uid: 31937 + - uid: 51708 components: - type: Transform - pos: -131.5,-177.5 + pos: 29.5,80.5 parent: 1 - - uid: 31938 + - uid: 51709 components: - type: Transform - pos: -126.5,-130.5 + pos: 28.5,81.5 parent: 1 - - uid: 31939 + - uid: 51710 components: - type: Transform - pos: -129.5,-178.5 + pos: 28.5,80.5 parent: 1 - - uid: 31940 + - uid: 51711 components: - type: Transform - pos: -142.5,-175.5 + pos: 27.5,81.5 parent: 1 - - uid: 31941 + - uid: 51712 components: - type: Transform - pos: -142.5,-176.5 + pos: 27.5,80.5 parent: 1 - - uid: 31942 + - uid: 51713 components: - type: Transform - pos: -128.5,-183.5 + pos: 26.5,81.5 parent: 1 - - uid: 31943 + - uid: 51714 components: - type: Transform - pos: -135.5,-177.5 + pos: 26.5,80.5 parent: 1 - - uid: 31944 + - uid: 51715 components: - type: Transform - pos: -135.5,-176.5 + pos: 25.5,81.5 parent: 1 - - uid: 31945 + - uid: 51716 components: - type: Transform - pos: -136.5,-181.5 + pos: 25.5,80.5 parent: 1 - - uid: 31946 + - uid: 51717 components: - type: Transform - pos: -138.5,-188.5 + pos: 24.5,81.5 parent: 1 - - uid: 31947 + - uid: 51718 components: - type: Transform - pos: -141.5,-176.5 + pos: 24.5,80.5 parent: 1 - - uid: 31948 + - uid: 51719 components: - type: Transform - pos: -137.5,-174.5 + pos: 31.5,80.5 parent: 1 - - uid: 31949 + - uid: 51720 components: - type: Transform - pos: -130.5,-192.5 + pos: 29.5,63.5 parent: 1 - - uid: 31950 + - uid: 51721 components: - type: Transform - anchored: False - pos: -108.5,-197.5 + pos: 29.5,64.5 parent: 1 - - uid: 31952 + - uid: 51722 components: - type: Transform - pos: -130.5,-147.5 + pos: 29.5,65.5 parent: 1 - - uid: 31953 + - uid: 51723 components: - type: Transform - pos: -126.5,-131.5 + pos: 29.5,66.5 parent: 1 - - uid: 31954 + - uid: 51724 components: - type: Transform - pos: -130.5,-132.5 + pos: 29.5,67.5 parent: 1 - - uid: 31955 + - uid: 51725 components: - type: Transform - pos: -130.5,-140.5 + pos: 29.5,68.5 parent: 1 - - uid: 31956 + - uid: 51726 components: - type: Transform - pos: -130.5,-130.5 + pos: 35.5,65.5 parent: 1 - - uid: 31957 + - uid: 51727 components: - type: Transform - pos: -125.5,-183.5 + pos: 36.5,64.5 parent: 1 - - uid: 31959 + - uid: 51728 components: - type: Transform - pos: -141.5,-173.5 + pos: 36.5,65.5 parent: 1 - - uid: 31960 + - uid: 51729 components: - type: Transform - pos: -130.5,-141.5 + pos: 36.5,66.5 parent: 1 - - uid: 31961 + - uid: 51730 components: - type: Transform - pos: -128.5,-130.5 + pos: 37.5,65.5 parent: 1 - - uid: 31962 + - uid: 51731 components: - type: Transform - pos: -132.5,-177.5 + pos: 37.5,66.5 parent: 1 - - uid: 31963 + - uid: 51732 components: - type: Transform - pos: -134.5,-174.5 + pos: 36.5,63.5 parent: 1 - - uid: 31964 + - uid: 51733 components: - type: Transform - pos: -130.5,-145.5 + pos: 22.5,77.5 parent: 1 - - uid: 31965 + - uid: 51734 components: - type: Transform - pos: -131.5,-143.5 + pos: 22.5,78.5 parent: 1 - - uid: 31966 + - uid: 51735 components: - type: Transform - pos: -122.5,-186.5 + pos: 22.5,79.5 parent: 1 - - uid: 31967 + - uid: 51736 components: - type: Transform - pos: -122.5,-187.5 + pos: 33.5,66.5 parent: 1 - - uid: 31968 + - uid: 51737 components: - type: Transform - pos: -142.5,-198.5 + pos: 32.5,63.5 parent: 1 - - uid: 31969 + - uid: 51738 components: - type: Transform - pos: -139.5,-184.5 + pos: 32.5,64.5 parent: 1 - - uid: 31970 + - uid: 51739 components: - type: Transform - pos: -143.5,-178.5 + pos: 32.5,65.5 parent: 1 - - uid: 31971 + - uid: 51740 components: - type: Transform - pos: -130.5,-142.5 + pos: 32.5,66.5 parent: 1 - - uid: 31972 + - uid: 51741 components: - type: Transform - pos: -134.5,-179.5 + pos: 31.5,63.5 parent: 1 - - uid: 31973 + - uid: 51742 components: - type: Transform - pos: -126.5,-134.5 + pos: 31.5,64.5 parent: 1 - - uid: 31974 + - uid: 51743 components: - type: Transform - pos: -132.5,-145.5 + pos: 31.5,65.5 parent: 1 - - uid: 31975 + - uid: 51744 components: - type: Transform - pos: -139.5,-186.5 + pos: 31.5,66.5 parent: 1 - - uid: 31976 + - uid: 51745 components: - type: Transform - pos: -138.5,-176.5 + pos: 31.5,67.5 parent: 1 - - uid: 31977 + - uid: 51746 components: - type: Transform - pos: -138.5,-177.5 + pos: 30.5,63.5 parent: 1 - - uid: 31978 + - uid: 51747 components: - type: Transform - pos: -143.5,-174.5 + pos: 30.5,64.5 parent: 1 - - uid: 31979 + - uid: 51748 components: - type: Transform - pos: -127.5,-140.5 + pos: 30.5,65.5 parent: 1 - - uid: 31980 + - uid: 51749 components: - type: Transform - pos: -128.5,-140.5 + pos: 30.5,66.5 parent: 1 - - uid: 31981 + - uid: 51750 components: - type: Transform - pos: -134.5,-176.5 + pos: 30.5,67.5 parent: 1 - - uid: 31982 + - uid: 51751 components: - type: Transform - pos: -130.5,-146.5 + pos: 28.5,63.5 parent: 1 - - uid: 31983 + - uid: 51752 components: - type: Transform - pos: -127.5,-141.5 + pos: -186.5,-145.5 parent: 1 - - uid: 31984 + - uid: 51753 components: - type: Transform - pos: -139.5,-188.5 + pos: -186.5,-152.5 parent: 1 - - uid: 31985 + - uid: 51754 components: - type: Transform - pos: -123.5,-186.5 + pos: -143.5,-161.5 parent: 1 - - uid: 31986 + - uid: 51755 components: - type: Transform - pos: -131.5,-144.5 + pos: -194.5,-142.5 parent: 1 - - uid: 31987 + - uid: 51756 components: - type: Transform - pos: -130.5,-149.5 + pos: -193.5,-145.5 parent: 1 - - uid: 31988 + - uid: 51757 components: - type: Transform - pos: -133.5,-176.5 + pos: -193.5,-146.5 parent: 1 - - uid: 31989 + - uid: 51758 components: - type: Transform - pos: -128.5,-185.5 + pos: -173.5,-153.5 parent: 1 - - uid: 31990 + - uid: 51759 components: - type: Transform - pos: -126.5,-192.5 + pos: -152.5,-182.5 parent: 1 - - uid: 31991 + - uid: 51760 components: - type: Transform - pos: -196.5,-163.5 + pos: 40.5,63.5 parent: 1 - - uid: 31992 + - uid: 51761 components: - type: Transform - pos: -148.5,-174.5 + pos: 42.5,61.5 parent: 1 - - uid: 31993 + - uid: 51762 components: - type: Transform - pos: -138.5,-174.5 + pos: 42.5,62.5 parent: 1 - - uid: 31994 + - uid: 51763 components: - type: Transform - pos: -131.5,-191.5 + pos: 41.5,61.5 parent: 1 - - uid: 31995 + - uid: 51764 components: - type: Transform - pos: -132.5,-143.5 + pos: 41.5,62.5 parent: 1 - - uid: 31996 + - uid: 51765 components: - type: Transform - pos: -130.5,-182.5 + pos: -198.5,-152.5 parent: 1 - - uid: 31997 + - uid: 51766 components: - type: Transform - pos: -139.5,-177.5 + pos: -184.5,-152.5 parent: 1 - - uid: 31998 + - uid: 51767 components: - type: Transform - pos: -143.5,-176.5 + pos: -164.5,-151.5 parent: 1 - - uid: 31999 + - uid: 51768 components: - type: Transform - pos: -142.5,-177.5 + pos: -189.5,-146.5 parent: 1 - - uid: 32000 + - uid: 51769 components: - type: Transform - pos: -139.5,-174.5 + pos: -186.5,-153.5 parent: 1 - - uid: 32001 + - uid: 51770 components: - type: Transform - pos: -139.5,-175.5 + pos: -151.5,-177.5 parent: 1 - - uid: 32002 + - uid: 51771 components: - type: Transform - pos: -139.5,-176.5 + pos: 22.5,76.5 parent: 1 - - uid: 32003 + - uid: 51772 components: - type: Transform - pos: -129.5,-181.5 + pos: 22.5,75.5 parent: 1 - - uid: 32004 + - uid: 51773 components: - type: Transform - pos: -128.5,-186.5 + pos: 22.5,74.5 parent: 1 - - uid: 32005 + - uid: 51774 components: - type: Transform - pos: -137.5,-175.5 + pos: 22.5,73.5 parent: 1 - - uid: 32006 + - uid: 51775 components: - type: Transform - pos: -133.5,-151.5 + pos: 22.5,72.5 parent: 1 - - uid: 32007 + - uid: 51776 components: - type: Transform - pos: -126.5,-181.5 + pos: 22.5,71.5 parent: 1 - - uid: 32008 + - uid: 51777 components: - type: Transform - pos: -126.5,-182.5 + pos: 23.5,81.5 parent: 1 - - uid: 32009 + - uid: 51778 components: - type: Transform - pos: -143.5,-177.5 + pos: 23.5,80.5 parent: 1 - - uid: 32010 + - uid: 51779 components: - type: Transform - pos: -129.5,-136.5 + pos: 23.5,79.5 parent: 1 - - uid: 32011 + - uid: 51780 components: - type: Transform - pos: -128.5,-180.5 + pos: 23.5,78.5 parent: 1 - - uid: 32012 + - uid: 51781 components: - type: Transform - pos: -126.5,-180.5 + pos: 23.5,77.5 parent: 1 - - uid: 32013 + - uid: 51782 components: - type: Transform - pos: -125.5,-186.5 + pos: 23.5,76.5 parent: 1 - - uid: 32014 + - uid: 51783 components: - type: Transform - pos: -130.5,-136.5 + pos: 23.5,75.5 parent: 1 - - uid: 32015 + - uid: 51784 components: - type: Transform - pos: -134.5,-191.5 + pos: 23.5,74.5 parent: 1 - - uid: 32016 + - uid: 51785 components: - type: Transform - pos: -128.5,-132.5 + pos: 23.5,73.5 parent: 1 - - uid: 32017 + - uid: 51786 components: - type: Transform - pos: -131.5,-147.5 + pos: 23.5,72.5 parent: 1 - - uid: 32018 + - uid: 51787 components: - type: Transform - pos: -131.5,-146.5 + pos: 23.5,71.5 parent: 1 - - uid: 32020 + - uid: 51788 components: - type: Transform - pos: -141.5,-174.5 + pos: 24.5,79.5 parent: 1 - - uid: 32021 + - uid: 51789 components: - type: Transform - pos: -128.5,-134.5 + pos: 24.5,78.5 parent: 1 - - uid: 32022 + - uid: 51790 components: - type: Transform - pos: -144.5,-177.5 + pos: 24.5,77.5 parent: 1 - - uid: 32023 + - uid: 51791 components: - type: Transform - pos: -126.5,-184.5 + pos: 24.5,76.5 parent: 1 - - uid: 32024 + - uid: 51792 components: - type: Transform - pos: -144.5,-176.5 + pos: 24.5,75.5 parent: 1 - - uid: 32025 + - uid: 51793 components: - type: Transform - pos: -140.5,-173.5 + pos: 24.5,74.5 parent: 1 - - uid: 32026 + - uid: 51794 components: - type: Transform - pos: -124.5,-186.5 + pos: 24.5,73.5 parent: 1 - - uid: 32027 + - uid: 51795 components: - type: Transform - pos: -137.5,-177.5 + pos: 24.5,72.5 parent: 1 - - uid: 32028 + - uid: 51796 components: - type: Transform - pos: -142.5,-179.5 + pos: 24.5,71.5 parent: 1 - - uid: 32029 + - uid: 51797 components: - type: Transform - pos: -127.5,-180.5 + pos: 25.5,79.5 parent: 1 - - uid: 32030 + - uid: 51798 components: - type: Transform - pos: -126.5,-140.5 + pos: 25.5,78.5 parent: 1 - - uid: 32031 + - uid: 51799 components: - type: Transform - pos: -143.5,-198.5 + pos: 25.5,77.5 parent: 1 - - uid: 32032 + - uid: 51800 components: - type: Transform - pos: -128.5,-184.5 + pos: 25.5,76.5 parent: 1 - - uid: 32033 + - uid: 51801 components: - type: Transform - pos: -136.5,-180.5 + pos: 25.5,75.5 parent: 1 - - uid: 32034 + - uid: 51802 components: - type: Transform - pos: -132.5,-147.5 + pos: 25.5,74.5 parent: 1 - - uid: 32035 + - uid: 51803 components: - type: Transform - pos: -126.5,-185.5 + pos: 25.5,73.5 parent: 1 - - uid: 32036 + - uid: 51804 components: - type: Transform - pos: -133.5,-147.5 + pos: 25.5,72.5 parent: 1 - - uid: 32037 + - uid: 51805 components: - type: Transform - pos: -126.5,-183.5 + pos: 25.5,71.5 parent: 1 - - uid: 32038 + - uid: 51806 components: - type: Transform - pos: -130.5,-178.5 + pos: 35.5,66.5 parent: 1 - - uid: 32039 + - uid: 51807 components: - type: Transform - pos: -129.5,-131.5 + pos: 34.5,63.5 parent: 1 - - uid: 32040 + - uid: 51808 components: - type: Transform - pos: -129.5,-143.5 + pos: 34.5,64.5 parent: 1 - - uid: 32041 + - uid: 51809 components: - type: Transform - pos: -136.5,-177.5 + pos: 34.5,66.5 parent: 1 - - uid: 32042 + - uid: 51810 components: - type: Transform - pos: -136.5,-149.5 + pos: 33.5,63.5 parent: 1 - - uid: 32043 + - uid: 51811 components: - type: Transform - pos: -133.5,-148.5 + pos: -120.5,-190.5 parent: 1 - - uid: 32044 + - uid: 51812 components: - type: Transform - pos: -138.5,-175.5 + pos: -187.5,-150.5 parent: 1 - - uid: 32045 + - uid: 51813 components: - type: Transform - pos: -144.5,-175.5 + pos: -197.5,-149.5 parent: 1 - - uid: 32046 + - uid: 51814 components: - type: Transform - pos: -137.5,-190.5 + pos: -140.5,-158.5 parent: 1 - - uid: 32047 + - uid: 51815 components: - type: Transform - pos: -133.5,-175.5 + pos: -189.5,-144.5 parent: 1 - - uid: 32048 + - uid: 51816 components: - type: Transform - pos: -133.5,-143.5 + pos: -151.5,-178.5 parent: 1 - - uid: 32049 + - uid: 51817 components: - type: Transform - pos: -136.5,-191.5 + pos: -195.5,-146.5 parent: 1 - - uid: 32050 + - uid: 51818 components: - type: Transform - pos: -142.5,-180.5 + pos: -138.5,-164.5 parent: 1 - - uid: 32052 + - uid: 51819 components: - type: Transform - pos: -128.5,-197.5 + pos: -139.5,-162.5 parent: 1 - - uid: 32053 + - uid: 51820 components: - type: Transform - pos: -138.5,-179.5 + pos: -197.5,-151.5 parent: 1 - - uid: 32054 + - uid: 51821 components: - type: Transform - pos: -128.5,-136.5 + pos: -195.5,-143.5 parent: 1 - - uid: 32055 + - uid: 51822 components: - type: Transform - pos: -129.5,-130.5 + pos: -192.5,-146.5 parent: 1 - - uid: 32056 + - uid: 51823 components: - type: Transform - pos: -133.5,-146.5 + pos: -138.5,-162.5 parent: 1 - - uid: 32057 + - uid: 51824 components: - type: Transform - pos: -135.5,-151.5 + pos: 26.5,66.5 parent: 1 - - uid: 32058 + - uid: 51825 components: - type: Transform - pos: -140.5,-176.5 + pos: 26.5,65.5 parent: 1 - - uid: 32059 + - uid: 51826 components: - type: Transform - pos: -145.5,-168.5 + pos: 27.5,72.5 parent: 1 - - uid: 32060 + - uid: 51827 components: - type: Transform - pos: -133.5,-177.5 + pos: 27.5,71.5 parent: 1 - - uid: 32061 + - uid: 51828 components: - type: Transform - pos: -144.5,-178.5 + pos: 27.5,70.5 parent: 1 - - uid: 32062 + - uid: 51829 components: - type: Transform - pos: -126.5,-141.5 + pos: 27.5,69.5 parent: 1 - - uid: 32063 + - uid: 51830 components: - type: Transform - pos: -128.5,-135.5 + pos: 27.5,68.5 parent: 1 - - uid: 32064 + - uid: 51831 components: - type: Transform - pos: -133.5,-191.5 + pos: 27.5,67.5 parent: 1 - - uid: 32065 + - uid: 51832 components: - type: Transform - pos: -136.5,-178.5 + pos: 27.5,66.5 parent: 1 - - uid: 32066 + - uid: 51833 components: - type: Transform - pos: -137.5,-188.5 + pos: 27.5,65.5 parent: 1 - - uid: 32067 + - uid: 51834 components: - type: Transform - pos: -131.5,-142.5 + pos: 28.5,69.5 parent: 1 - - uid: 32068 + - uid: 51835 components: - type: Transform - pos: -132.5,-141.5 + pos: 28.5,68.5 parent: 1 - - uid: 32069 + - uid: 51836 components: - type: Transform - pos: -132.5,-142.5 + pos: 28.5,67.5 parent: 1 - - uid: 32070 + - uid: 51837 components: - type: Transform - pos: -133.5,-141.5 + pos: 28.5,66.5 parent: 1 - - uid: 32071 + - uid: 51838 components: - type: Transform - pos: -134.5,-141.5 + pos: 28.5,65.5 parent: 1 - - uid: 32072 + - uid: 51839 components: - type: Transform - pos: -136.5,-142.5 + pos: 28.5,64.5 parent: 1 - - uid: 32073 + - uid: 51840 components: - type: Transform - pos: -135.5,-141.5 + pos: 26.5,64.5 parent: 1 - - uid: 32074 + - uid: 51841 components: - type: Transform - pos: -136.5,-140.5 + pos: 26.5,63.5 parent: 1 - - uid: 32075 + - uid: 51842 components: - type: Transform - pos: -136.5,-141.5 + pos: 27.5,64.5 parent: 1 - - uid: 32076 + - uid: 51843 components: - type: Transform - pos: -126.5,-135.5 + pos: 27.5,63.5 parent: 1 - - uid: 32077 + - uid: 51844 components: - type: Transform - pos: -131.5,-133.5 + pos: -197.5,-150.5 parent: 1 - - uid: 32078 + - uid: 51845 components: - type: Transform - pos: -131.5,-134.5 + pos: -184.5,-148.5 parent: 1 - - uid: 32079 + - uid: 51846 components: - type: Transform - pos: -132.5,-134.5 + pos: -195.5,-153.5 parent: 1 - - uid: 32080 + - uid: 51847 components: - type: Transform - pos: -134.5,-151.5 + pos: -151.5,-153.5 parent: 1 - - uid: 32081 + - uid: 51848 components: - type: Transform - pos: -134.5,-180.5 + pos: -185.5,-143.5 parent: 1 - - uid: 32082 + - uid: 51849 components: - type: Transform - pos: -133.5,-180.5 + pos: 37.5,64.5 parent: 1 - - uid: 32083 + - uid: 51850 components: - type: Transform - pos: -133.5,-181.5 + pos: 37.5,63.5 parent: 1 - - uid: 32085 + - uid: 51851 components: - type: Transform - pos: -135.5,-180.5 + pos: 38.5,66.5 parent: 1 - - uid: 32086 + - uid: 51852 components: - type: Transform - pos: -135.5,-181.5 + pos: 38.5,65.5 parent: 1 - - uid: 32087 + - uid: 51853 components: - type: Transform - pos: -134.5,-181.5 + pos: 38.5,64.5 parent: 1 - - uid: 32088 + - uid: 51854 components: - type: Transform - pos: -135.5,-178.5 + pos: 38.5,63.5 parent: 1 - - uid: 32089 + - uid: 51855 components: - type: Transform - pos: -131.5,-182.5 + pos: 33.5,67.5 parent: 1 - - uid: 32090 + - uid: 51856 components: - type: Transform - pos: -127.5,-181.5 + pos: 34.5,67.5 parent: 1 - - uid: 32091 + - uid: 51857 components: - type: Transform - pos: -126.5,-186.5 + pos: 35.5,67.5 parent: 1 - - uid: 32092 + - uid: 51858 components: - type: Transform - pos: -128.5,-129.5 + pos: -148.5,-157.5 parent: 1 - - uid: 32093 + - uid: 51859 components: - type: Transform - pos: -138.5,-173.5 + pos: -197.5,-146.5 parent: 1 - - uid: 32094 + - uid: 51860 components: - type: Transform - pos: -122.5,-189.5 + pos: -197.5,-145.5 parent: 1 - - uid: 32095 + - uid: 51861 components: - type: Transform - pos: -122.5,-190.5 + pos: -171.5,-151.5 parent: 1 - - uid: 32096 + - uid: 51862 components: - type: Transform - pos: -121.5,-190.5 + pos: -196.5,-145.5 parent: 1 - - uid: 32097 + - uid: 51863 components: - type: Transform - pos: -136.5,-176.5 + pos: -150.5,-180.5 parent: 1 - - uid: 32098 + - uid: 51864 components: - type: Transform - pos: -136.5,-175.5 + pos: -195.5,-152.5 parent: 1 - - uid: 32099 + - uid: 51865 components: - type: Transform - pos: -134.5,-177.5 + pos: -191.5,-145.5 parent: 1 - - uid: 32100 + - uid: 51866 components: - type: Transform - pos: -142.5,-181.5 + pos: -187.5,-145.5 parent: 1 - - uid: 32101 + - uid: 51867 components: - type: Transform - pos: -125.5,-185.5 + pos: -185.5,-144.5 parent: 1 - - uid: 32102 + - uid: 51868 components: - type: Transform - pos: -142.5,-173.5 + pos: -188.5,-153.5 parent: 1 - - uid: 32103 + - uid: 51869 components: - type: Transform - pos: -127.5,-129.5 + pos: -187.5,-146.5 parent: 1 - - uid: 32104 + - uid: 51870 components: - type: Transform - pos: -131.5,-178.5 + pos: -194.5,-145.5 parent: 1 - - uid: 32105 + - uid: 51871 components: - type: Transform - pos: -126.5,-136.5 + pos: -194.5,-146.5 parent: 1 - - uid: 32106 + - uid: 51872 components: - type: Transform - pos: -128.5,-133.5 + pos: -194.5,-147.5 parent: 1 - - uid: 32107 + - uid: 51873 components: - type: Transform - pos: -125.5,-181.5 + pos: -194.5,-148.5 parent: 1 - - uid: 32108 + - uid: 51874 components: - type: Transform - pos: -141.5,-182.5 + pos: -194.5,-149.5 parent: 1 - - uid: 32109 + - uid: 51875 components: - type: Transform - pos: -129.5,-134.5 + pos: -194.5,-150.5 parent: 1 - - uid: 32110 + - uid: 51876 components: - type: Transform - pos: -139.5,-187.5 + pos: -194.5,-151.5 parent: 1 - - uid: 32111 + - uid: 51877 components: - type: Transform - pos: -133.5,-144.5 + pos: -193.5,-147.5 parent: 1 - - uid: 32112 + - uid: 51878 components: - type: Transform - pos: -127.5,-130.5 + pos: -194.5,-152.5 parent: 1 - - uid: 32113 + - uid: 51879 components: - type: Transform - pos: -135.5,-154.5 + pos: -194.5,-153.5 parent: 1 - - uid: 32114 + - uid: 51880 components: - type: Transform - pos: -131.5,-181.5 + pos: -195.5,-144.5 parent: 1 - - uid: 32115 + - uid: 51881 components: - type: Transform - pos: -135.5,-191.5 + pos: -195.5,-145.5 parent: 1 - - uid: 32116 + - uid: 51882 components: - type: Transform - pos: -137.5,-191.5 + pos: -191.5,-144.5 parent: 1 - - uid: 32117 + - uid: 51883 components: - type: Transform - pos: -130.5,-191.5 + pos: -191.5,-148.5 parent: 1 - - uid: 32118 + - uid: 51884 components: - type: Transform - pos: -141.5,-177.5 + pos: -190.5,-146.5 parent: 1 - - uid: 32119 + - uid: 51885 components: - type: Transform - pos: -140.5,-174.5 + pos: -191.5,-153.5 parent: 1 - - uid: 32120 + - uid: 51886 components: - type: Transform - pos: -140.5,-175.5 + pos: -191.5,-152.5 parent: 1 - - uid: 32121 + - uid: 51887 components: - type: Transform - pos: -131.5,-180.5 + pos: -191.5,-151.5 parent: 1 - - uid: 32122 + - uid: 51888 components: - type: Transform - pos: -131.5,-179.5 + pos: -191.5,-150.5 parent: 1 - - uid: 32123 + - uid: 51889 components: - type: Transform - pos: -139.5,-182.5 + pos: -185.5,-145.5 parent: 1 - - uid: 32124 + - uid: 51890 components: - type: Transform - pos: -130.5,-179.5 + pos: -190.5,-147.5 parent: 1 - - uid: 32125 + - uid: 51891 components: - type: Transform - pos: -130.5,-180.5 + pos: -186.5,-151.5 parent: 1 - - uid: 32126 + - uid: 51892 components: - type: Transform - pos: -130.5,-181.5 + pos: -147.5,-150.5 parent: 1 - - uid: 32127 + - uid: 51893 components: - type: Transform - pos: -129.5,-186.5 + pos: -151.5,-152.5 parent: 1 - - uid: 32128 + - uid: 51894 components: - type: Transform - pos: -129.5,-183.5 + pos: -189.5,-142.5 parent: 1 - - uid: 32129 + - uid: 51895 components: - type: Transform - pos: -129.5,-184.5 + pos: -191.5,-142.5 parent: 1 - - uid: 32130 + - uid: 51896 components: - type: Transform - pos: -129.5,-185.5 + pos: -186.5,-149.5 parent: 1 - - uid: 32131 + - uid: 51897 components: - type: Transform - pos: -129.5,-182.5 + pos: -172.5,-151.5 parent: 1 - - uid: 32132 + - uid: 51898 components: - type: Transform - pos: -137.5,-179.5 + pos: -189.5,-148.5 parent: 1 - - uid: 32133 + - uid: 51899 components: - type: Transform - pos: -137.5,-178.5 + pos: -192.5,-147.5 parent: 1 - - uid: 32134 + - uid: 51900 components: - type: Transform - pos: -137.5,-180.5 + pos: -192.5,-148.5 parent: 1 - - uid: 32135 + - uid: 51901 components: - type: Transform - pos: -137.5,-181.5 + pos: -192.5,-149.5 parent: 1 - - uid: 32137 + - uid: 51902 components: - type: Transform - pos: -127.5,-184.5 + pos: -192.5,-150.5 parent: 1 - - uid: 32138 + - uid: 51903 components: - type: Transform - pos: -127.5,-185.5 + pos: -192.5,-151.5 parent: 1 - - uid: 32139 + - uid: 51904 components: - type: Transform - pos: -127.5,-186.5 + pos: -192.5,-152.5 parent: 1 - - uid: 32140 + - uid: 51905 components: - type: Transform - pos: -128.5,-181.5 + pos: -197.5,-148.5 parent: 1 - - uid: 32141 + - uid: 51906 components: - type: Transform - pos: -127.5,-183.5 + pos: -198.5,-144.5 parent: 1 - - uid: 32142 + - uid: 51907 components: - type: Transform - pos: -137.5,-182.5 + pos: -184.5,-146.5 parent: 1 - - uid: 32143 + - uid: 51908 components: - type: Transform - pos: -138.5,-183.5 + pos: -151.5,-180.5 parent: 1 - - uid: 32144 + - uid: 51909 components: - type: Transform - pos: -138.5,-182.5 + pos: -152.5,-179.5 parent: 1 - - uid: 32145 + - uid: 51910 components: - type: Transform - pos: -139.5,-183.5 + pos: -152.5,-180.5 parent: 1 - - uid: 32146 + - uid: 51911 components: - type: Transform - pos: -137.5,-183.5 + pos: -152.5,-181.5 parent: 1 - - uid: 32147 + - uid: 51912 components: - type: Transform - pos: -135.5,-182.5 + pos: -147.5,-151.5 parent: 1 - - uid: 32148 + - uid: 51913 components: - type: Transform - pos: -136.5,-183.5 + pos: -147.5,-152.5 parent: 1 - - uid: 32149 + - uid: 51914 components: - type: Transform - pos: -136.5,-182.5 + pos: -147.5,-153.5 parent: 1 - - uid: 32150 + - uid: 51915 components: - type: Transform - pos: -132.5,-135.5 + pos: -147.5,-154.5 parent: 1 - - uid: 32151 + - uid: 51916 components: - type: Transform - pos: -133.5,-179.5 + pos: -184.5,-143.5 parent: 1 - - uid: 32152 + - uid: 51917 components: - type: Transform - pos: -133.5,-178.5 + pos: -196.5,-142.5 parent: 1 - - uid: 32153 + - uid: 51918 components: - type: Transform - pos: -132.5,-181.5 + pos: -193.5,-142.5 parent: 1 - - uid: 32154 + - uid: 51919 components: - type: Transform - pos: -132.5,-180.5 + pos: -198.5,-151.5 parent: 1 - - uid: 32155 + - uid: 51920 components: - type: Transform - pos: -132.5,-179.5 + pos: -184.5,-149.5 parent: 1 - - uid: 32156 + - uid: 51921 components: - type: Transform - pos: -132.5,-178.5 + pos: -148.5,-153.5 parent: 1 - - uid: 32157 + - uid: 51922 components: - type: Transform - pos: -139.5,-179.5 + pos: -150.5,-181.5 parent: 1 - - uid: 32158 + - uid: 51923 components: - type: Transform - pos: -139.5,-178.5 + pos: -138.5,-166.5 parent: 1 - - uid: 32159 + - uid: 51924 components: - type: Transform - pos: -138.5,-181.5 + pos: -138.5,-167.5 parent: 1 - - uid: 32160 + - uid: 51925 components: - type: Transform - pos: -138.5,-180.5 + pos: -139.5,-158.5 parent: 1 - - uid: 32161 + - uid: 51926 components: - type: Transform - pos: -131.5,-135.5 + pos: -139.5,-159.5 parent: 1 - - uid: 32162 + - uid: 51927 components: - type: Transform - pos: -182.5,-142.5 + pos: -139.5,-160.5 parent: 1 - - uid: 32163 + - uid: 51928 components: - type: Transform - pos: -135.5,-156.5 + pos: -139.5,-161.5 parent: 1 - - uid: 32164 + - uid: 51929 components: - type: Transform - pos: -132.5,-154.5 + pos: -183.5,-150.5 parent: 1 - - uid: 32165 + - uid: 51930 components: - type: Transform - pos: -132.5,-155.5 + pos: -183.5,-151.5 parent: 1 - - uid: 32166 + - uid: 51931 components: - type: Transform - pos: -132.5,-156.5 + pos: -183.5,-152.5 parent: 1 - - uid: 32167 + - uid: 51932 components: - type: Transform - pos: -133.5,-149.5 + pos: -183.5,-153.5 parent: 1 - - uid: 32168 + - uid: 51933 components: - type: Transform - pos: -133.5,-150.5 + pos: -182.5,-152.5 parent: 1 - - uid: 32169 + - uid: 51934 components: - type: Transform - pos: -131.5,-149.5 + pos: -182.5,-153.5 parent: 1 - - uid: 32170 + - uid: 51935 components: - type: Transform - pos: -137.5,-146.5 + pos: -181.5,-153.5 parent: 1 - - uid: 32171 + - uid: 51936 components: - type: Transform - pos: -137.5,-147.5 + pos: -180.5,-153.5 parent: 1 - - uid: 32172 + - uid: 51937 components: - type: Transform - pos: -137.5,-148.5 + pos: -125.5,-180.5 parent: 1 - - uid: 32173 + - uid: 51938 components: - type: Transform - pos: -137.5,-149.5 + pos: -139.5,-166.5 parent: 1 - - uid: 32174 + - uid: 51939 components: - type: Transform - pos: -137.5,-150.5 + pos: -139.5,-165.5 parent: 1 - - uid: 32175 + - uid: 51940 components: - type: Transform - pos: -181.5,-142.5 + pos: -150.5,-179.5 parent: 1 - - uid: 32176 + - uid: 51941 components: - type: Transform - pos: -127.5,-136.5 + pos: -149.5,-156.5 parent: 1 - - uid: 32177 + - uid: 51942 components: - type: Transform - pos: -135.5,-183.5 + pos: -149.5,-155.5 parent: 1 - - uid: 32178 + - uid: 51943 components: - type: Transform - pos: -139.5,-180.5 + pos: -151.5,-181.5 parent: 1 - - uid: 32179 + - uid: 51944 components: - type: Transform - pos: -139.5,-181.5 + pos: -149.5,-154.5 parent: 1 - - uid: 32180 + - uid: 51945 components: - type: Transform - pos: -140.5,-178.5 + pos: -149.5,-153.5 parent: 1 - - uid: 32181 + - uid: 51946 components: - type: Transform - pos: -140.5,-179.5 + pos: -149.5,-152.5 parent: 1 - - uid: 32182 + - uid: 51947 components: - type: Transform - pos: -140.5,-180.5 + pos: -149.5,-151.5 parent: 1 - - uid: 32183 + - uid: 51948 components: - type: Transform - pos: -140.5,-181.5 + pos: -149.5,-150.5 parent: 1 - - uid: 32184 + - uid: 51949 components: - type: Transform - pos: -141.5,-178.5 + pos: -164.5,-153.5 parent: 1 - - uid: 32185 + - uid: 51950 components: - type: Transform - pos: -141.5,-179.5 + pos: -163.5,-151.5 parent: 1 - - uid: 32186 + - uid: 51951 components: - type: Transform - pos: -141.5,-180.5 + pos: -163.5,-152.5 parent: 1 - - uid: 32187 + - uid: 51952 components: - type: Transform - pos: -141.5,-181.5 + pos: -163.5,-153.5 parent: 1 - - uid: 32188 + - uid: 51953 components: - type: Transform - pos: -132.5,-146.5 + pos: -162.5,-151.5 parent: 1 - - uid: 32189 + - uid: 51954 components: - type: Transform - pos: -129.5,-141.5 + pos: -162.5,-152.5 parent: 1 - - uid: 32190 + - uid: 51955 components: - type: Transform - pos: -127.5,-133.5 + pos: -162.5,-153.5 parent: 1 - - uid: 32191 + - uid: 51956 components: - type: Transform - pos: -131.5,-153.5 + pos: -161.5,-151.5 parent: 1 - - uid: 32192 + - uid: 51957 components: - type: Transform - pos: -131.5,-154.5 + pos: -161.5,-152.5 parent: 1 - - uid: 32193 + - uid: 51958 components: - type: Transform - pos: -131.5,-156.5 + pos: -161.5,-153.5 parent: 1 - - uid: 32194 + - uid: 51959 components: - type: Transform - pos: -132.5,-149.5 + pos: -160.5,-151.5 parent: 1 - - uid: 32195 + - uid: 51960 components: - type: Transform - pos: -132.5,-150.5 + pos: -160.5,-152.5 parent: 1 - - uid: 32196 + - uid: 51961 components: - type: Transform - pos: -138.5,-168.5 + pos: -160.5,-153.5 parent: 1 - - uid: 32197 + - uid: 51962 components: - type: Transform - pos: -139.5,-168.5 + pos: -159.5,-151.5 parent: 1 - - uid: 32198 + - uid: 51963 components: - type: Transform - pos: -135.5,-155.5 + pos: -159.5,-152.5 parent: 1 - - uid: 32199 + - uid: 51964 components: - type: Transform - pos: -131.5,-155.5 + pos: -159.5,-153.5 parent: 1 - - uid: 32200 + - uid: 51965 components: - type: Transform - pos: -134.5,-182.5 + pos: -158.5,-151.5 parent: 1 - - uid: 32201 + - uid: 51966 components: - type: Transform - pos: -134.5,-183.5 + pos: -158.5,-152.5 parent: 1 - - uid: 32202 + - uid: 51967 components: - type: Transform - pos: -133.5,-182.5 + pos: -158.5,-153.5 parent: 1 - - uid: 32203 + - uid: 51968 components: - type: Transform - pos: -133.5,-183.5 + pos: -157.5,-151.5 parent: 1 - - uid: 32204 + - uid: 51969 components: - type: Transform - pos: -132.5,-182.5 + pos: -157.5,-152.5 parent: 1 - - uid: 32205 + - uid: 51970 components: - type: Transform - pos: -132.5,-183.5 + pos: -157.5,-153.5 parent: 1 - - uid: 32206 + - uid: 51971 components: - type: Transform - pos: -130.5,-183.5 + pos: -156.5,-151.5 parent: 1 - - uid: 32207 + - uid: 51972 components: - type: Transform - pos: -130.5,-184.5 + pos: -156.5,-152.5 parent: 1 - - uid: 32208 + - uid: 51973 components: - type: Transform - pos: -130.5,-185.5 + pos: -156.5,-153.5 parent: 1 - - uid: 32209 + - uid: 51974 components: - type: Transform - pos: -130.5,-186.5 + pos: -155.5,-151.5 parent: 1 - - uid: 32210 + - uid: 51975 components: - type: Transform - pos: -131.5,-183.5 + pos: -155.5,-152.5 parent: 1 - - uid: 32211 + - uid: 51976 components: - type: Transform - pos: -131.5,-184.5 + pos: -155.5,-153.5 parent: 1 - - uid: 32212 + - uid: 51977 components: - type: Transform - pos: -131.5,-185.5 + pos: -154.5,-151.5 parent: 1 - - uid: 32213 + - uid: 51978 components: - type: Transform - pos: -131.5,-186.5 + pos: -154.5,-152.5 parent: 1 - - uid: 32214 + - uid: 51979 components: - type: Transform - pos: -138.5,-184.5 + pos: -154.5,-153.5 parent: 1 - - uid: 32215 + - uid: 51980 components: - type: Transform - pos: -138.5,-185.5 + pos: -163.5,-150.5 parent: 1 - - uid: 32216 + - uid: 51981 components: - type: Transform - pos: -138.5,-186.5 + pos: -164.5,-150.5 parent: 1 - - uid: 32217 + - uid: 51982 components: - type: Transform - pos: -138.5,-187.5 + pos: -165.5,-150.5 parent: 1 - - uid: 32218 + - uid: 51983 components: - type: Transform - pos: -137.5,-184.5 + pos: -160.5,-149.5 parent: 1 - - uid: 32219 + - uid: 51984 components: - type: Transform - pos: -137.5,-185.5 + pos: -160.5,-150.5 parent: 1 - - uid: 32220 + - uid: 51985 components: - type: Transform - pos: -137.5,-186.5 + pos: -159.5,-149.5 parent: 1 - - uid: 32221 + - uid: 51986 components: - type: Transform - pos: -137.5,-187.5 + pos: -159.5,-150.5 parent: 1 - - uid: 32222 + - uid: 51987 components: - type: Transform - pos: -136.5,-184.5 + pos: -158.5,-149.5 parent: 1 - - uid: 32223 + - uid: 51988 components: - type: Transform - pos: -136.5,-185.5 + pos: -158.5,-150.5 parent: 1 - - uid: 32224 + - uid: 51989 components: - type: Transform - pos: -136.5,-186.5 + pos: -157.5,-149.5 parent: 1 - - uid: 32225 + - uid: 51990 components: - type: Transform - pos: -136.5,-187.5 + pos: -157.5,-150.5 parent: 1 - - uid: 32226 + - uid: 51991 components: - type: Transform - pos: -135.5,-184.5 + pos: -156.5,-149.5 parent: 1 - - uid: 32228 + - uid: 51992 components: - type: Transform - pos: -135.5,-186.5 + pos: -156.5,-150.5 parent: 1 - - uid: 32229 + - uid: 51993 components: - type: Transform - pos: -135.5,-187.5 + pos: -155.5,-149.5 parent: 1 - - uid: 32230 + - uid: 51994 components: - type: Transform - pos: -134.5,-184.5 + pos: -155.5,-150.5 parent: 1 - - uid: 32231 + - uid: 51995 components: - type: Transform - pos: -134.5,-185.5 + pos: -154.5,-149.5 parent: 1 - - uid: 32232 + - uid: 51996 components: - type: Transform - pos: -134.5,-186.5 + pos: -154.5,-150.5 parent: 1 - - uid: 32233 + - uid: 51997 components: - type: Transform - pos: -134.5,-187.5 + pos: -158.5,-148.5 parent: 1 - - uid: 32234 + - uid: 51998 components: - type: Transform - pos: -133.5,-184.5 + pos: -157.5,-148.5 parent: 1 - - uid: 32235 + - uid: 51999 components: - type: Transform - pos: -133.5,-185.5 + pos: -152.5,-167.5 parent: 1 - - uid: 32236 + - uid: 52000 components: - type: Transform - pos: -133.5,-186.5 + pos: -153.5,-173.5 parent: 1 - - uid: 32237 + - uid: 52001 components: - type: Transform - pos: -133.5,-187.5 + pos: -153.5,-172.5 parent: 1 - - uid: 32238 + - uid: 52002 components: - type: Transform - pos: -132.5,-184.5 + pos: -153.5,-171.5 parent: 1 - - uid: 32239 + - uid: 52003 components: - type: Transform - pos: -132.5,-185.5 + pos: -153.5,-170.5 parent: 1 - - uid: 32240 + - uid: 52004 components: - type: Transform - pos: -132.5,-186.5 + pos: -153.5,-169.5 parent: 1 - - uid: 32242 + - uid: 52005 components: - type: Transform - pos: -136.5,-188.5 + pos: -153.5,-168.5 parent: 1 - - uid: 32243 + - uid: 52006 components: - type: Transform - pos: -136.5,-189.5 + pos: -153.5,-167.5 parent: 1 - - uid: 32244 + - uid: 52007 components: - type: Transform - pos: -136.5,-190.5 + pos: -151.5,-169.5 parent: 1 - - uid: 32245 + - uid: 52008 components: - type: Transform - pos: -135.5,-188.5 + pos: -151.5,-168.5 parent: 1 - - uid: 32246 + - uid: 52009 components: - type: Transform - pos: -135.5,-189.5 + pos: -151.5,-167.5 parent: 1 - - uid: 32247 + - uid: 52010 components: - type: Transform - pos: -135.5,-190.5 + pos: -152.5,-173.5 parent: 1 - - uid: 32248 + - uid: 52011 components: - type: Transform - pos: -134.5,-188.5 + pos: -152.5,-172.5 parent: 1 - - uid: 32249 + - uid: 52012 components: - type: Transform - pos: -134.5,-189.5 + pos: -152.5,-171.5 parent: 1 - - uid: 32250 + - uid: 52013 components: - type: Transform - pos: -134.5,-190.5 + pos: -152.5,-170.5 parent: 1 - - uid: 32251 + - uid: 52014 components: - type: Transform - pos: -133.5,-188.5 + pos: -152.5,-169.5 parent: 1 - - uid: 32252 + - uid: 52015 components: - type: Transform - pos: -133.5,-189.5 + pos: -152.5,-168.5 parent: 1 - - uid: 32253 + - uid: 52016 components: - type: Transform - pos: -133.5,-190.5 + pos: -150.5,-176.5 parent: 1 - - uid: 32254 + - uid: 52017 components: - type: Transform - pos: -132.5,-188.5 + pos: -150.5,-175.5 parent: 1 - - uid: 32255 + - uid: 52018 components: - type: Transform - pos: -132.5,-189.5 + pos: -150.5,-174.5 parent: 1 - - uid: 32256 + - uid: 52019 components: - type: Transform - pos: -132.5,-190.5 + pos: -149.5,-176.5 parent: 1 - - uid: 32257 + - uid: 52020 components: - type: Transform - pos: -127.5,-192.5 + pos: -149.5,-175.5 parent: 1 - - uid: 32258 + - uid: 52021 components: - type: Transform - pos: -127.5,-191.5 + pos: -149.5,-174.5 parent: 1 - - uid: 32259 + - uid: 52022 components: - type: Transform - pos: -128.5,-192.5 + pos: -148.5,-173.5 parent: 1 - - uid: 32260 + - uid: 52023 components: - type: Transform - pos: -128.5,-191.5 + pos: -148.5,-172.5 parent: 1 - - uid: 32261 + - uid: 52024 components: - type: Transform - pos: -129.5,-192.5 + pos: -148.5,-171.5 parent: 1 - - uid: 32262 + - uid: 52025 components: - type: Transform - pos: -129.5,-191.5 + pos: -148.5,-170.5 parent: 1 - - uid: 32263 + - uid: 52026 components: - type: Transform - pos: -121.5,-191.5 + pos: -148.5,-169.5 parent: 1 - - uid: 32264 + - uid: 52027 components: - type: Transform - pos: -122.5,-191.5 + pos: -148.5,-168.5 parent: 1 - - uid: 32265 + - uid: 52028 components: - type: Transform - pos: -123.5,-191.5 + pos: -148.5,-167.5 parent: 1 - - uid: 32266 + - uid: 52029 components: - type: Transform - pos: -124.5,-191.5 + pos: -149.5,-173.5 parent: 1 - - uid: 32267 + - uid: 52030 components: - type: Transform - pos: -125.5,-191.5 + pos: -149.5,-172.5 parent: 1 - - uid: 32268 + - uid: 52031 components: - type: Transform - pos: -126.5,-191.5 + pos: -149.5,-171.5 parent: 1 - - uid: 32269 + - uid: 52032 components: - type: Transform - pos: -123.5,-190.5 + pos: -149.5,-170.5 parent: 1 - - uid: 32270 + - uid: 52033 components: - type: Transform - pos: -123.5,-189.5 + pos: -149.5,-169.5 parent: 1 - - uid: 32271 + - uid: 52034 components: - type: Transform - pos: -123.5,-188.5 + pos: -149.5,-168.5 parent: 1 - - uid: 32272 + - uid: 52035 components: - type: Transform - pos: -123.5,-187.5 + pos: -149.5,-167.5 parent: 1 - - uid: 32273 + - uid: 52036 components: - type: Transform - pos: -124.5,-190.5 + pos: -150.5,-173.5 parent: 1 - - uid: 32274 + - uid: 52037 components: - type: Transform - pos: -124.5,-189.5 + pos: -150.5,-172.5 parent: 1 - - uid: 32275 + - uid: 52038 components: - type: Transform - pos: -124.5,-188.5 + pos: -150.5,-171.5 parent: 1 - - uid: 32276 + - uid: 52039 components: - type: Transform - pos: -124.5,-187.5 + pos: -150.5,-170.5 parent: 1 - - uid: 32277 + - uid: 52040 components: - type: Transform - pos: -125.5,-190.5 + pos: -150.5,-168.5 parent: 1 - - uid: 32278 + - uid: 52041 components: - type: Transform - pos: -125.5,-189.5 + pos: -150.5,-167.5 parent: 1 - - uid: 32279 + - uid: 52042 components: - type: Transform - pos: -125.5,-188.5 + pos: -151.5,-173.5 parent: 1 - - uid: 32280 + - uid: 52043 components: - type: Transform - pos: -125.5,-187.5 + pos: -151.5,-172.5 parent: 1 - - uid: 32281 + - uid: 52044 components: - type: Transform - pos: -126.5,-190.5 + pos: -151.5,-171.5 parent: 1 - - uid: 32282 + - uid: 52045 components: - type: Transform - pos: -126.5,-189.5 + pos: -151.5,-170.5 parent: 1 - - uid: 32283 + - uid: 52046 components: - type: Transform - pos: -126.5,-188.5 + pos: -152.5,-176.5 parent: 1 - - uid: 32284 + - uid: 52047 components: - type: Transform - pos: -126.5,-187.5 + pos: -152.5,-175.5 parent: 1 - - uid: 32285 + - uid: 52048 components: - type: Transform - pos: -127.5,-190.5 + pos: -152.5,-174.5 parent: 1 - - uid: 32286 + - uid: 52049 components: - type: Transform - pos: -127.5,-189.5 + pos: -151.5,-176.5 parent: 1 - - uid: 32287 + - uid: 52050 components: - type: Transform - pos: -127.5,-188.5 + pos: -151.5,-175.5 parent: 1 - - uid: 32288 + - uid: 52051 components: - type: Transform - pos: -127.5,-187.5 + pos: -151.5,-174.5 parent: 1 - - uid: 32289 + - uid: 52052 components: - type: Transform - pos: -128.5,-190.5 + pos: -141.5,-163.5 parent: 1 - - uid: 32290 + - uid: 52053 components: - type: Transform - pos: -128.5,-189.5 + pos: -141.5,-162.5 parent: 1 - - uid: 32291 + - uid: 52054 components: - type: Transform - pos: -128.5,-188.5 + pos: -141.5,-161.5 parent: 1 - - uid: 32292 + - uid: 52055 components: - type: Transform - pos: -128.5,-187.5 + pos: -141.5,-160.5 parent: 1 - - uid: 32293 + - uid: 52056 components: - type: Transform - pos: -129.5,-190.5 + pos: -141.5,-159.5 parent: 1 - - uid: 32294 + - uid: 52057 components: - type: Transform - pos: -129.5,-189.5 + pos: -141.5,-158.5 parent: 1 - - uid: 32295 + - uid: 52058 components: - type: Transform - pos: -129.5,-188.5 + pos: -140.5,-167.5 parent: 1 - - uid: 32296 + - uid: 52059 components: - type: Transform - pos: -129.5,-187.5 + pos: -140.5,-166.5 parent: 1 - - uid: 32297 + - uid: 52060 components: - type: Transform - pos: -130.5,-190.5 + pos: -140.5,-165.5 parent: 1 - - uid: 32298 + - uid: 52061 components: - type: Transform - pos: -130.5,-189.5 + pos: -140.5,-164.5 parent: 1 - - uid: 32299 + - uid: 52062 components: - type: Transform - pos: -130.5,-188.5 + pos: -140.5,-163.5 parent: 1 - - uid: 32300 + - uid: 52063 components: - type: Transform - pos: -130.5,-187.5 + pos: -140.5,-162.5 parent: 1 - - uid: 32301 + - uid: 52064 components: - type: Transform - pos: -131.5,-190.5 + pos: -140.5,-161.5 parent: 1 - - uid: 32302 + - uid: 52065 components: - type: Transform - pos: -131.5,-189.5 + pos: -140.5,-160.5 parent: 1 - - uid: 32303 + - uid: 52066 components: - type: Transform - pos: -131.5,-188.5 + pos: -140.5,-159.5 parent: 1 - - uid: 32304 + - uid: 52067 components: - type: Transform - pos: -131.5,-187.5 + pos: -151.5,-151.5 parent: 1 - - uid: 32305 + - uid: 52068 components: - type: Transform - pos: -136.5,-150.5 + pos: -151.5,-150.5 parent: 1 - - uid: 32306 + - uid: 52069 components: - type: Transform - pos: -137.5,-144.5 + pos: -150.5,-158.5 parent: 1 - - uid: 32307 + - uid: 52070 components: - type: Transform - pos: -138.5,-144.5 + pos: -150.5,-157.5 parent: 1 - - uid: 32308 + - uid: 52071 components: - type: Transform - pos: -135.5,-152.5 + pos: -150.5,-156.5 parent: 1 - - uid: 32309 + - uid: 52072 components: - type: Transform - pos: -131.5,-145.5 + pos: -150.5,-155.5 parent: 1 - - uid: 32310 + - uid: 52073 components: - type: Transform - pos: -135.5,-150.5 + pos: -150.5,-154.5 parent: 1 - - uid: 32311 + - uid: 52074 components: - type: Transform - pos: -195.5,-170.5 + pos: -150.5,-153.5 parent: 1 - - uid: 32312 + - uid: 52075 components: - type: Transform - pos: -128.5,-141.5 + pos: -150.5,-152.5 parent: 1 - - uid: 32313 + - uid: 52076 components: - type: Transform - pos: -126.5,-132.5 + pos: -150.5,-151.5 parent: 1 - - uid: 32314 + - uid: 52077 components: - type: Transform - pos: -130.5,-131.5 + pos: -150.5,-150.5 parent: 1 - - uid: 32315 + - uid: 52078 components: - type: Transform - pos: -130.5,-135.5 + pos: -150.5,-148.5 parent: 1 - - uid: 32316 + - uid: 52079 components: - type: Transform - pos: -129.5,-129.5 + pos: -149.5,-149.5 parent: 1 - - uid: 32317 + - uid: 52080 components: - type: Transform - pos: -126.5,-133.5 + pos: -150.5,-149.5 parent: 1 - - uid: 32318 + - uid: 52081 components: - type: Transform - pos: -129.5,-142.5 + pos: -151.5,-149.5 parent: 1 - - uid: 32319 + - uid: 52082 components: - type: Transform - pos: -196.5,-167.5 + pos: -152.5,-149.5 parent: 1 - - uid: 32320 + - uid: 52083 components: - type: Transform - pos: -130.5,-148.5 + pos: -153.5,-149.5 parent: 1 - - uid: 32321 + - uid: 52084 components: - type: Transform - pos: -132.5,-144.5 + pos: -153.5,-176.5 parent: 1 - - uid: 32322 + - uid: 52085 components: - type: Transform - pos: -129.5,-144.5 + pos: -153.5,-175.5 parent: 1 - - uid: 32323 + - uid: 52086 components: - type: Transform - pos: 18.5,198.5 + pos: -153.5,-174.5 parent: 1 - - uid: 32324 + - uid: 52087 components: - type: Transform - pos: -127.5,-134.5 + pos: -151.5,-155.5 parent: 1 - - uid: 32325 + - uid: 52088 components: - type: Transform - pos: -127.5,-131.5 + pos: -151.5,-156.5 parent: 1 - - uid: 32326 + - uid: 52089 components: - type: Transform - pos: -127.5,-135.5 + pos: -151.5,-157.5 parent: 1 - - uid: 32327 + - uid: 52090 components: - type: Transform - pos: -128.5,-131.5 + pos: -151.5,-158.5 parent: 1 - - uid: 32328 + - uid: 52091 components: - type: Transform - pos: -129.5,-132.5 + pos: -152.5,-150.5 parent: 1 - - uid: 32329 + - uid: 52092 components: - type: Transform - pos: -136.5,-153.5 + pos: -152.5,-151.5 parent: 1 - - uid: 32330 + - uid: 52093 components: - type: Transform - pos: -135.5,-153.5 + pos: -152.5,-152.5 parent: 1 - - uid: 32331 + - uid: 52094 components: - type: Transform - pos: -136.5,-152.5 + pos: -152.5,-153.5 parent: 1 - - uid: 32332 + - uid: 52095 components: - type: Transform - pos: -136.5,-151.5 + pos: -152.5,-154.5 parent: 1 - - uid: 32333 + - uid: 52096 components: - type: Transform - pos: -132.5,-153.5 + pos: -152.5,-155.5 parent: 1 - - uid: 32334 + - uid: 52097 components: - type: Transform - pos: -132.5,-152.5 + pos: -152.5,-156.5 parent: 1 - - uid: 32335 + - uid: 52098 components: - type: Transform - pos: -132.5,-151.5 + pos: -152.5,-157.5 parent: 1 - - uid: 32336 + - uid: 52099 components: - type: Transform - pos: -133.5,-152.5 + pos: -152.5,-158.5 parent: 1 - - uid: 32337 + - uid: 52100 components: - type: Transform - pos: -133.5,-153.5 + pos: -153.5,-150.5 parent: 1 - - uid: 32338 + - uid: 52101 components: - type: Transform - pos: -133.5,-154.5 + pos: -153.5,-151.5 parent: 1 - - uid: 32339 + - uid: 52102 components: - type: Transform - pos: -133.5,-155.5 + pos: -153.5,-152.5 parent: 1 - - uid: 32340 + - uid: 52103 components: - type: Transform - pos: -133.5,-156.5 + pos: -153.5,-153.5 parent: 1 - - uid: 32341 + - uid: 52104 components: - type: Transform - pos: -134.5,-149.5 + pos: -153.5,-154.5 parent: 1 - - uid: 32342 + - uid: 52105 components: - type: Transform - pos: -131.5,-150.5 + pos: -153.5,-155.5 parent: 1 - - uid: 32343 + - uid: 52106 components: - type: Transform - pos: -131.5,-151.5 + pos: -153.5,-156.5 parent: 1 - - uid: 32344 + - uid: 52107 components: - type: Transform - pos: -131.5,-152.5 + pos: -153.5,-157.5 parent: 1 - - uid: 32345 + - uid: 52108 components: - type: Transform - pos: -140.5,-168.5 + pos: -153.5,-158.5 parent: 1 - - uid: 32346 + - uid: 52109 components: - type: Transform - pos: -147.5,-169.5 + pos: -145.5,-153.5 parent: 1 - - uid: 32347 + - uid: 52110 components: - type: Transform - pos: -196.5,-166.5 + pos: -145.5,-154.5 parent: 1 - - uid: 32348 + - uid: 52111 components: - type: Transform - pos: -195.5,-172.5 + pos: -145.5,-155.5 parent: 1 - - uid: 32349 + - uid: 52112 components: - type: Transform - pos: -195.5,-171.5 + pos: -145.5,-156.5 parent: 1 - - uid: 32351 + - uid: 52113 components: - type: Transform - pos: -134.5,-153.5 + pos: -145.5,-157.5 parent: 1 - - uid: 32352 + - uid: 52114 components: - type: Transform - pos: -134.5,-154.5 + pos: -145.5,-158.5 parent: 1 - - uid: 32353 + - uid: 52115 components: - type: Transform - pos: -134.5,-155.5 + pos: -146.5,-153.5 parent: 1 - - uid: 32354 + - uid: 52116 components: - type: Transform - pos: -134.5,-156.5 + pos: -146.5,-154.5 parent: 1 - - uid: 32355 + - uid: 52117 components: - type: Transform - pos: -134.5,-150.5 + pos: -146.5,-155.5 parent: 1 - - uid: 32356 + - uid: 52118 components: - type: Transform - pos: -143.5,-168.5 + pos: -146.5,-156.5 parent: 1 - - uid: 32357 + - uid: 52119 components: - type: Transform - pos: -144.5,-168.5 + pos: -146.5,-157.5 parent: 1 - - uid: 32358 + - uid: 52120 components: - type: Transform - pos: -196.5,-169.5 + pos: -146.5,-158.5 parent: 1 - - uid: 32359 + - uid: 52121 components: - type: Transform - pos: -134.5,-148.5 + pos: -144.5,-161.5 parent: 1 - - uid: 32360 + - uid: 52122 components: - type: Transform - pos: -134.5,-147.5 + pos: -144.5,-160.5 parent: 1 - - uid: 32362 + - uid: 52123 components: - type: Transform - pos: -134.5,-145.5 + pos: -145.5,-162.5 parent: 1 - - uid: 32363 + - uid: 52124 components: - type: Transform - pos: -134.5,-144.5 + pos: -145.5,-161.5 parent: 1 - - uid: 32364 + - uid: 52125 components: - type: Transform - pos: -134.5,-143.5 + pos: -145.5,-160.5 parent: 1 - - uid: 32366 + - uid: 52126 components: - type: Transform - pos: -135.5,-147.5 + pos: -145.5,-159.5 parent: 1 - - uid: 32367 + - uid: 52127 components: - type: Transform - pos: -135.5,-146.5 + pos: -144.5,-166.5 parent: 1 - - uid: 32368 + - uid: 52128 components: - type: Transform - pos: -135.5,-145.5 + pos: -144.5,-165.5 parent: 1 - - uid: 32369 + - uid: 52129 components: - type: Transform - pos: -135.5,-144.5 + pos: -144.5,-164.5 parent: 1 - - uid: 32370 + - uid: 52130 components: - type: Transform - pos: -135.5,-143.5 + pos: -144.5,-163.5 parent: 1 - - uid: 32371 + - uid: 52131 components: - type: Transform - pos: -136.5,-148.5 + pos: -144.5,-162.5 parent: 1 - - uid: 32372 + - uid: 52132 components: - type: Transform - pos: -136.5,-147.5 + pos: -147.5,-164.5 parent: 1 - - uid: 32373 + - uid: 52133 components: - type: Transform - pos: -136.5,-146.5 + pos: -147.5,-163.5 parent: 1 - - uid: 32374 + - uid: 52134 components: - type: Transform - pos: -136.5,-145.5 + pos: -147.5,-162.5 parent: 1 - - uid: 32375 + - uid: 52135 components: - type: Transform - pos: -136.5,-144.5 + pos: -147.5,-161.5 parent: 1 - - uid: 32376 + - uid: 52136 components: - type: Transform - pos: -136.5,-143.5 + pos: -147.5,-160.5 parent: 1 - - uid: 32377 + - uid: 52137 components: - type: Transform - pos: -135.5,-142.5 + pos: -147.5,-159.5 parent: 1 - - uid: 32379 + - uid: 52138 components: - type: Transform - pos: -133.5,-142.5 + pos: -146.5,-166.5 parent: 1 - - uid: 32380 + - uid: 52139 components: - type: Transform - pos: -130.5,-143.5 + pos: -146.5,-165.5 parent: 1 - - uid: 32381 + - uid: 52140 components: - type: Transform - pos: -149.5,-177.5 + pos: -146.5,-164.5 parent: 1 - - uid: 32382 + - uid: 52141 components: - type: Transform - pos: -129.5,-135.5 + pos: -146.5,-163.5 parent: 1 - - uid: 32383 + - uid: 52142 components: - type: Transform - pos: -130.5,-133.5 + pos: -146.5,-162.5 parent: 1 - - uid: 32384 + - uid: 52143 components: - type: Transform - pos: -130.5,-134.5 + pos: -146.5,-161.5 parent: 1 - - uid: 32385 + - uid: 52144 components: - type: Transform - pos: -125.5,-130.5 + pos: -146.5,-160.5 parent: 1 - - uid: 32386 + - uid: 52145 components: - type: Transform - pos: -125.5,-131.5 + pos: -146.5,-159.5 parent: 1 - - uid: 32387 + - uid: 52146 components: - type: Transform - pos: -125.5,-132.5 + pos: -145.5,-166.5 parent: 1 - - uid: 32388 + - uid: 52147 components: - type: Transform - pos: -142.5,-168.5 + pos: -145.5,-165.5 parent: 1 - - uid: 32389 + - uid: 52148 components: - type: Transform - pos: -302.5,-37.5 + pos: -145.5,-164.5 parent: 1 - - uid: 32390 + - uid: 52149 components: - type: Transform - pos: -117.5,-197.5 + pos: -145.5,-163.5 parent: 1 - - uid: 32393 + - uid: 52150 components: - type: Transform - pos: 25.5,198.5 + pos: -148.5,-164.5 parent: 1 - - uid: 32395 + - uid: 52151 components: - type: Transform - pos: -124.5,-197.5 + pos: -148.5,-163.5 parent: 1 - - uid: 32396 + - uid: 52152 components: - type: Transform - pos: -113.5,-197.5 + pos: -148.5,-162.5 parent: 1 - - uid: 32397 + - uid: 52153 components: - type: Transform - pos: -123.5,-197.5 + pos: -148.5,-161.5 parent: 1 - - uid: 32398 + - uid: 52154 components: - type: Transform - pos: -109.5,-196.5 + pos: -148.5,-160.5 parent: 1 - - uid: 32399 + - uid: 52155 components: - type: Transform - pos: -115.5,-197.5 + pos: -148.5,-159.5 parent: 1 - - uid: 32400 + - uid: 52156 components: - type: Transform - pos: -147.5,-198.5 + pos: -147.5,-166.5 parent: 1 - - uid: 32401 + - uid: 52157 components: - type: Transform - pos: -121.5,-197.5 + pos: -147.5,-165.5 parent: 1 - - uid: 32402 + - uid: 52158 components: - type: Transform - pos: -146.5,-198.5 + pos: -148.5,-166.5 parent: 1 - - uid: 32403 + - uid: 52159 components: - type: Transform - anchored: False - pos: -106.5,-197.5 + pos: -149.5,-165.5 parent: 1 - - uid: 32404 + - uid: 52160 components: - type: Transform - pos: -145.5,-198.5 + pos: -149.5,-164.5 parent: 1 - - uid: 32405 + - uid: 52161 components: - type: Transform - pos: -127.5,-197.5 + pos: -149.5,-163.5 parent: 1 - - uid: 32406 + - uid: 52162 components: - type: Transform - pos: -108.5,-196.5 + pos: -149.5,-166.5 parent: 1 - - uid: 32407 + - uid: 52163 components: - type: Transform - pos: -119.5,-197.5 + pos: -150.5,-161.5 parent: 1 - - uid: 32408 + - uid: 52164 components: - type: Transform - pos: -107.5,-196.5 + pos: -150.5,-160.5 parent: 1 - - uid: 32409 + - uid: 52165 components: - type: Transform - pos: -122.5,-197.5 + pos: -143.5,-160.5 parent: 1 - - uid: 32410 + - uid: 52166 components: - type: Transform - anchored: False - pos: -105.5,-197.5 + pos: -143.5,-159.5 parent: 1 - - uid: 32411 + - uid: 52167 components: - type: Transform - pos: -114.5,-195.5 + pos: -143.5,-158.5 parent: 1 - - uid: 32412 + - uid: 52168 components: - type: Transform - anchored: False - pos: -107.5,-197.5 + pos: -142.5,-167.5 parent: 1 - - uid: 32413 + - uid: 52169 components: - type: Transform - pos: -110.5,-196.5 + pos: -142.5,-166.5 parent: 1 - - uid: 32416 + - uid: 52170 components: - type: Transform - pos: -111.5,-196.5 + pos: -142.5,-165.5 parent: 1 - - uid: 32417 + - uid: 52171 components: - type: Transform - pos: -144.5,-198.5 + pos: -142.5,-164.5 parent: 1 - - uid: 32418 + - uid: 52172 components: - type: Transform - pos: -116.5,-197.5 + pos: -142.5,-163.5 parent: 1 - - uid: 32419 + - uid: 52173 components: - type: Transform - anchored: False - pos: -124.5,-198.5 + pos: -142.5,-162.5 parent: 1 - - uid: 32420 + - uid: 52174 components: - type: Transform - anchored: False - pos: -125.5,-198.5 + pos: -142.5,-161.5 parent: 1 - - uid: 32421 + - uid: 52175 components: - type: Transform - anchored: False - pos: -126.5,-198.5 + pos: -142.5,-160.5 parent: 1 - - uid: 32422 + - uid: 52176 components: - type: Transform - pos: -127.5,-198.5 + pos: -142.5,-159.5 parent: 1 - - uid: 32423 + - uid: 52177 components: - type: Transform - pos: -128.5,-198.5 + pos: -142.5,-158.5 parent: 1 - - uid: 32424 + - uid: 52178 components: - type: Transform - pos: -129.5,-198.5 + pos: -141.5,-167.5 parent: 1 - - uid: 32425 + - uid: 52179 components: - type: Transform - pos: -130.5,-198.5 + pos: -141.5,-166.5 parent: 1 - - uid: 32426 + - uid: 52180 components: - type: Transform - pos: -131.5,-198.5 + pos: -141.5,-165.5 parent: 1 - - uid: 32427 + - uid: 52181 components: - type: Transform - pos: -132.5,-198.5 + pos: -141.5,-164.5 parent: 1 - - uid: 32428 + - uid: 52182 components: - type: Transform - pos: -133.5,-198.5 + pos: -130.5,-144.5 parent: 1 - - uid: 32429 + - uid: 52183 components: - type: Transform - pos: -134.5,-198.5 + pos: -150.5,-162.5 parent: 1 - - uid: 32430 + - uid: 52184 components: - type: Transform - pos: -135.5,-198.5 + pos: -150.5,-163.5 parent: 1 - - uid: 32431 + - uid: 52185 components: - type: Transform - pos: -136.5,-198.5 + pos: -150.5,-164.5 parent: 1 - - uid: 32432 + - uid: 52186 components: - type: Transform - pos: -137.5,-198.5 + pos: -150.5,-165.5 parent: 1 - - uid: 32433 + - uid: 52187 components: - type: Transform - pos: -138.5,-198.5 + pos: -150.5,-166.5 parent: 1 - - uid: 32434 + - uid: 52188 components: - type: Transform - pos: -139.5,-198.5 + pos: -151.5,-159.5 parent: 1 - - uid: 32435 + - uid: 52189 components: - type: Transform - pos: -140.5,-198.5 + pos: -151.5,-160.5 parent: 1 - - uid: 32436 + - uid: 52190 components: - type: Transform - pos: -141.5,-198.5 + pos: -151.5,-161.5 parent: 1 - - uid: 32437 + - uid: 52191 components: - type: Transform - pos: -125.5,-197.5 + pos: -151.5,-162.5 parent: 1 - - uid: 32439 + - uid: 52192 components: - type: Transform - pos: -106.5,-196.5 + pos: -151.5,-163.5 parent: 1 - - uid: 32440 + - uid: 52193 components: - type: Transform - anchored: False - pos: -104.5,-197.5 + pos: -151.5,-164.5 parent: 1 - - uid: 32441 + - uid: 52194 components: - type: Transform - pos: -148.5,-198.5 + pos: -151.5,-165.5 parent: 1 - - uid: 32442 + - uid: 52195 components: - type: Transform - anchored: False - pos: -123.5,-198.5 + pos: -152.5,-159.5 parent: 1 - - uid: 32443 + - uid: 52196 components: - type: Transform - anchored: False - pos: -122.5,-198.5 + pos: -152.5,-160.5 parent: 1 - - uid: 32444 + - uid: 52197 components: - type: Transform - anchored: False - pos: -121.5,-198.5 + pos: -152.5,-161.5 parent: 1 - - uid: 32445 + - uid: 52198 components: - type: Transform - anchored: False - pos: -120.5,-198.5 + pos: -152.5,-162.5 parent: 1 - - uid: 32446 + - uid: 52199 components: - type: Transform - anchored: False - pos: -119.5,-198.5 + pos: -152.5,-163.5 parent: 1 - - uid: 32447 + - uid: 52200 components: - type: Transform - anchored: False - pos: -118.5,-198.5 + pos: -152.5,-164.5 parent: 1 - - uid: 32448 + - uid: 52201 components: - type: Transform - anchored: False - pos: -117.5,-198.5 + pos: -152.5,-165.5 parent: 1 - - uid: 32449 + - uid: 52202 components: - type: Transform - anchored: False - pos: -116.5,-198.5 + pos: -152.5,-166.5 parent: 1 - - uid: 32450 + - uid: 52203 components: - type: Transform - anchored: False - pos: -115.5,-198.5 + pos: -153.5,-159.5 parent: 1 - - uid: 32451 + - uid: 52204 components: - type: Transform - anchored: False - pos: -114.5,-198.5 + pos: -153.5,-160.5 parent: 1 - - uid: 32452 + - uid: 52205 components: - type: Transform - anchored: False - pos: -113.5,-198.5 + pos: -153.5,-161.5 parent: 1 - - uid: 32453 + - uid: 52206 components: - type: Transform - anchored: False - pos: -112.5,-198.5 + pos: -153.5,-162.5 parent: 1 - - uid: 32454 + - uid: 52207 components: - type: Transform - anchored: False - pos: -111.5,-198.5 + pos: -153.5,-163.5 parent: 1 - - uid: 32455 + - uid: 52208 components: - type: Transform - anchored: False - pos: -110.5,-198.5 + pos: -153.5,-164.5 parent: 1 - - uid: 32456 + - uid: 52209 components: - type: Transform - anchored: False - pos: -109.5,-198.5 + pos: -153.5,-165.5 parent: 1 - - uid: 32457 + - uid: 52210 components: - type: Transform - anchored: False - pos: -108.5,-198.5 + pos: -153.5,-166.5 parent: 1 - - uid: 32458 + - uid: 52211 components: - type: Transform - anchored: False - pos: -107.5,-198.5 + pos: -145.5,-167.5 parent: 1 - - uid: 32459 + - uid: 52212 components: - type: Transform - anchored: False - pos: -106.5,-198.5 + pos: -144.5,-167.5 parent: 1 - - uid: 32460 + - uid: 52213 components: - type: Transform - anchored: False - pos: -105.5,-198.5 + pos: -147.5,-167.5 parent: 1 - - uid: 32461 + - uid: 52214 components: - type: Transform - anchored: False - pos: -104.5,-198.5 + pos: -147.5,-168.5 parent: 1 - - uid: 32462 + - uid: 52215 components: - type: Transform - anchored: False - pos: -103.5,-198.5 + pos: -133.5,-174.5 parent: 1 - - uid: 32463 + - uid: 52216 components: - type: Transform - anchored: False - pos: -102.5,-198.5 + pos: -127.5,-132.5 parent: 1 - - uid: 32464 + - uid: 52217 components: - type: Transform - anchored: False - pos: -101.5,-198.5 + pos: -120.5,-197.5 parent: 1 - - uid: 32465 + - uid: 52218 components: - type: Transform - anchored: False - pos: -100.5,-198.5 + pos: -134.5,-178.5 parent: 1 - - uid: 32466 + - uid: 52219 components: - type: Transform - anchored: False - pos: -99.5,-198.5 + pos: -134.5,-175.5 parent: 1 - - uid: 32467 + - uid: 52220 components: - type: Transform - anchored: False - pos: -98.5,-198.5 + pos: -114.5,-197.5 parent: 1 - - uid: 32468 + - uid: 52221 components: - type: Transform - anchored: False - pos: -97.5,-198.5 + pos: -126.5,-197.5 parent: 1 - - uid: 32469 + - uid: 52222 components: - type: Transform - anchored: False - pos: -96.5,-198.5 + pos: -197.5,-93.5 parent: 1 - - uid: 32470 + - uid: 52223 components: - type: Transform - pos: -95.5,-198.5 + pos: -135.5,-174.5 parent: 1 - - uid: 32471 + - uid: 52224 components: - type: Transform - pos: -94.5,-198.5 + pos: -196.5,-94.5 parent: 1 - - uid: 32472 + - uid: 52225 components: - type: Transform - pos: -93.5,-198.5 + pos: -195.5,-93.5 parent: 1 - - uid: 32473 + - uid: 52226 components: - type: Transform - pos: -92.5,-198.5 + pos: -129.5,-140.5 parent: 1 - - uid: 32474 + - uid: 52227 components: - type: Transform - pos: -91.5,-198.5 + pos: -198.5,-92.5 parent: 1 - - uid: 32475 + - uid: 52228 components: - type: Transform - pos: -90.5,-198.5 + pos: -197.5,-90.5 parent: 1 - - uid: 32476 + - uid: 52229 components: - type: Transform - pos: -89.5,-198.5 + pos: -140.5,-177.5 parent: 1 - - uid: 32477 + - uid: 52230 components: - type: Transform - pos: -88.5,-198.5 + pos: -135.5,-175.5 parent: 1 - - uid: 32478 + - uid: 52231 components: - type: Transform - pos: -87.5,-198.5 + pos: -136.5,-174.5 parent: 1 - - uid: 32479 + - uid: 52232 components: - type: Transform - pos: -86.5,-198.5 + pos: -198.5,-93.5 parent: 1 - - uid: 32480 + - uid: 52233 components: - type: Transform - pos: -85.5,-198.5 + pos: -198.5,-94.5 parent: 1 - - uid: 32481 + - uid: 52234 components: - type: Transform - pos: -84.5,-198.5 + pos: -198.5,-95.5 parent: 1 - - uid: 32482 + - uid: 52235 components: - type: Transform - pos: -83.5,-198.5 + pos: 193.5,195.5 parent: 1 - - uid: 32483 + - uid: 52236 components: - type: Transform - pos: -82.5,-198.5 + pos: -141.5,-168.5 parent: 1 - - uid: 32484 + - uid: 52237 components: - type: Transform - pos: -81.5,-198.5 + pos: 190.5,195.5 parent: 1 - - uid: 32485 + - uid: 52238 components: - type: Transform - pos: -80.5,-198.5 + pos: -132.5,-191.5 parent: 1 - - uid: 32486 + - uid: 52239 components: - type: Transform - pos: -79.5,-198.5 + pos: -140.5,-184.5 parent: 1 - - uid: 32487 + - uid: 52240 components: - type: Transform - pos: -78.5,-198.5 + pos: 194.5,195.5 parent: 1 - - uid: 32488 + - uid: 52241 components: - type: Transform - pos: -77.5,-198.5 + pos: -127.5,-182.5 parent: 1 - - uid: 32489 + - uid: 52242 components: - type: Transform - pos: -76.5,-198.5 + pos: 191.5,195.5 parent: 1 - - uid: 32490 + - uid: 52243 components: - type: Transform - pos: -75.5,-198.5 + pos: 192.5,195.5 parent: 1 - - uid: 32491 + - uid: 52244 components: - type: Transform - pos: -74.5,-198.5 + pos: 190.5,196.5 parent: 1 - - uid: 32492 + - uid: 52245 components: - type: Transform - pos: -73.5,-198.5 + pos: -196.5,-168.5 parent: 1 - - uid: 32493 + - uid: 52246 components: - type: Transform - pos: -72.5,-198.5 + pos: -129.5,-133.5 parent: 1 - - uid: 32494 + - uid: 52247 components: - type: Transform - pos: -71.5,-198.5 + pos: -137.5,-143.5 parent: 1 - - uid: 32495 + - uid: 52248 components: - type: Transform - pos: -70.5,-198.5 + pos: -139.5,-185.5 parent: 1 - - uid: 32496 + - uid: 52249 components: - type: Transform - pos: -69.5,-198.5 + pos: -140.5,-182.5 parent: 1 - - uid: 32497 + - uid: 52250 components: - type: Transform - pos: -68.5,-198.5 + pos: -142.5,-174.5 parent: 1 - - uid: 32498 + - uid: 52251 components: - type: Transform - pos: -67.5,-198.5 + pos: -120.5,-191.5 parent: 1 - - uid: 32499 + - uid: 52252 components: - type: Transform - pos: -66.5,-198.5 + pos: -143.5,-173.5 parent: 1 - - uid: 32500 + - uid: 52253 components: - type: Transform - pos: -65.5,-198.5 + pos: -137.5,-176.5 parent: 1 - - uid: 32501 + - uid: 52254 components: - type: Transform - pos: -64.5,-198.5 + pos: -131.5,-177.5 parent: 1 - - uid: 32502 + - uid: 52255 components: - type: Transform - pos: -63.5,-198.5 + pos: -126.5,-130.5 parent: 1 - - uid: 32503 + - uid: 52256 components: - type: Transform - pos: -62.5,-198.5 + pos: -129.5,-178.5 parent: 1 - - uid: 32504 + - uid: 52257 components: - type: Transform - pos: -61.5,-198.5 + pos: -142.5,-175.5 parent: 1 - - uid: 32505 + - uid: 52258 components: - type: Transform - pos: -60.5,-198.5 + pos: -142.5,-176.5 parent: 1 - - uid: 32506 + - uid: 52259 components: - type: Transform - pos: -59.5,-198.5 + pos: -128.5,-183.5 parent: 1 - - uid: 32507 + - uid: 52260 components: - type: Transform - pos: -58.5,-198.5 + pos: -135.5,-177.5 parent: 1 - - uid: 32508 + - uid: 52261 components: - type: Transform - pos: -57.5,-198.5 + pos: -135.5,-176.5 parent: 1 - - uid: 32509 + - uid: 52262 components: - type: Transform - pos: -56.5,-198.5 + pos: -136.5,-181.5 parent: 1 - - uid: 32510 + - uid: 52263 components: - type: Transform - pos: -55.5,-198.5 + pos: -138.5,-188.5 parent: 1 - - uid: 32511 + - uid: 52264 components: - type: Transform - pos: -54.5,-198.5 + pos: -141.5,-176.5 parent: 1 - - uid: 32512 + - uid: 52265 components: - type: Transform - pos: -53.5,-198.5 + pos: -137.5,-174.5 parent: 1 - - uid: 32513 + - uid: 52266 components: - type: Transform - pos: -52.5,-198.5 + pos: -130.5,-192.5 parent: 1 - - uid: 32514 + - uid: 52267 components: - type: Transform - pos: -51.5,-198.5 + anchored: False + pos: -108.5,-197.5 parent: 1 - - uid: 32515 + - uid: 52268 components: - type: Transform - pos: -50.5,-198.5 + pos: -130.5,-147.5 parent: 1 - - uid: 32516 + - uid: 52269 components: - type: Transform - pos: -49.5,-198.5 + pos: -126.5,-131.5 parent: 1 - - uid: 32517 + - uid: 52270 components: - type: Transform - pos: -48.5,-198.5 + pos: -130.5,-132.5 parent: 1 - - uid: 32518 + - uid: 52271 components: - type: Transform - pos: -47.5,-198.5 + pos: -130.5,-140.5 parent: 1 - - uid: 32519 + - uid: 52272 components: - type: Transform - pos: -46.5,-198.5 + pos: -130.5,-130.5 parent: 1 - - uid: 32520 + - uid: 52273 components: - type: Transform - pos: -45.5,-198.5 + pos: -125.5,-183.5 parent: 1 - - uid: 32521 + - uid: 52274 components: - type: Transform - pos: -44.5,-198.5 + pos: -141.5,-173.5 parent: 1 - - uid: 32522 + - uid: 52275 components: - type: Transform - pos: -43.5,-198.5 + pos: -130.5,-141.5 parent: 1 - - uid: 32523 + - uid: 52276 components: - type: Transform - pos: -42.5,-198.5 + pos: -128.5,-130.5 parent: 1 - - uid: 32524 + - uid: 52277 components: - type: Transform - anchored: False - pos: -110.5,-197.5 + pos: -132.5,-177.5 parent: 1 - - uid: 32525 + - uid: 52278 components: - type: Transform - anchored: False - pos: -109.5,-197.5 + pos: -134.5,-174.5 parent: 1 - - uid: 32526 + - uid: 52279 components: - type: Transform - anchored: False - pos: -111.5,-197.5 + pos: -130.5,-145.5 parent: 1 - - uid: 32527 + - uid: 52280 components: - type: Transform - pos: -112.5,-197.5 + pos: -131.5,-143.5 parent: 1 - - uid: 32528 + - uid: 52281 components: - type: Transform - pos: -129.5,-197.5 + pos: -122.5,-186.5 parent: 1 - - uid: 32529 + - uid: 52282 components: - type: Transform - pos: -130.5,-197.5 + pos: -122.5,-187.5 parent: 1 - - uid: 32530 + - uid: 52283 components: - type: Transform - pos: -131.5,-197.5 + pos: -142.5,-198.5 parent: 1 - - uid: 32531 + - uid: 52284 components: - type: Transform - pos: -132.5,-197.5 + pos: -139.5,-184.5 parent: 1 - - uid: 32532 + - uid: 52285 components: - type: Transform - pos: -133.5,-197.5 + pos: -143.5,-178.5 parent: 1 - - uid: 32533 + - uid: 52286 components: - type: Transform - pos: -134.5,-197.5 + pos: -130.5,-142.5 parent: 1 - - uid: 32534 + - uid: 52287 components: - type: Transform - pos: -135.5,-197.5 + pos: -134.5,-179.5 parent: 1 - - uid: 32535 + - uid: 52288 components: - type: Transform - pos: -136.5,-197.5 + pos: -126.5,-134.5 parent: 1 - - uid: 32537 + - uid: 52289 components: - type: Transform - pos: -138.5,-197.5 + pos: -132.5,-145.5 parent: 1 - - uid: 32538 + - uid: 52290 components: - type: Transform - pos: -139.5,-197.5 + pos: -139.5,-186.5 parent: 1 - - uid: 32539 + - uid: 52291 components: - type: Transform - pos: -140.5,-197.5 + pos: -138.5,-176.5 parent: 1 - - uid: 32540 + - uid: 52292 components: - type: Transform - pos: -141.5,-197.5 + pos: -138.5,-177.5 parent: 1 - - uid: 32541 + - uid: 52293 components: - type: Transform - pos: -142.5,-197.5 + pos: -143.5,-174.5 parent: 1 - - uid: 32542 + - uid: 52294 components: - type: Transform - pos: -143.5,-197.5 + pos: -127.5,-140.5 parent: 1 - - uid: 32543 + - uid: 52295 components: - type: Transform - pos: -144.5,-197.5 + pos: -128.5,-140.5 parent: 1 - - uid: 32544 + - uid: 52296 components: - type: Transform - pos: -145.5,-197.5 + pos: -134.5,-176.5 parent: 1 - - uid: 32545 + - uid: 52297 components: - type: Transform - pos: -146.5,-197.5 + pos: -130.5,-146.5 parent: 1 - - uid: 32546 + - uid: 52298 components: - type: Transform - pos: -147.5,-197.5 + pos: -127.5,-141.5 parent: 1 - - uid: 32547 + - uid: 52299 components: - type: Transform - pos: -148.5,-197.5 + pos: -139.5,-188.5 parent: 1 - - uid: 32548 + - uid: 52300 components: - type: Transform - anchored: False - pos: -109.5,-195.5 + pos: -123.5,-186.5 parent: 1 - - uid: 32549 + - uid: 52301 components: - type: Transform - anchored: False - pos: -108.5,-195.5 + pos: -131.5,-144.5 parent: 1 - - uid: 32550 + - uid: 52302 components: - type: Transform - anchored: False - pos: -107.5,-195.5 + pos: -130.5,-149.5 parent: 1 - - uid: 32551 + - uid: 52303 components: - type: Transform - anchored: False - pos: -111.5,-195.5 + pos: -133.5,-176.5 parent: 1 - - uid: 32552 + - uid: 52304 components: - type: Transform - anchored: False - pos: -110.5,-195.5 + pos: -128.5,-185.5 parent: 1 - - uid: 32553 + - uid: 52305 components: - type: Transform - pos: -112.5,-195.5 + pos: -126.5,-192.5 parent: 1 - - uid: 32554 + - uid: 52306 components: - type: Transform - pos: -112.5,-196.5 + pos: -196.5,-163.5 parent: 1 - - uid: 32555 + - uid: 52307 components: - type: Transform - pos: -113.5,-195.5 + pos: -148.5,-174.5 parent: 1 - - uid: 32556 + - uid: 52308 components: - type: Transform - pos: -113.5,-196.5 + pos: -138.5,-174.5 parent: 1 - - uid: 32557 + - uid: 52309 components: - type: Transform - pos: -106.5,-195.5 + pos: -131.5,-191.5 parent: 1 - - uid: 32558 + - uid: 52310 components: - type: Transform - pos: -114.5,-196.5 + pos: -132.5,-143.5 parent: 1 - - uid: 32559 + - uid: 52311 components: - type: Transform - pos: -115.5,-195.5 + pos: -130.5,-182.5 parent: 1 - - uid: 32560 + - uid: 52312 components: - type: Transform - pos: -115.5,-196.5 + pos: -139.5,-177.5 parent: 1 - - uid: 32561 + - uid: 52313 components: - type: Transform - pos: -116.5,-195.5 + pos: -143.5,-176.5 parent: 1 - - uid: 32562 + - uid: 52314 components: - type: Transform - pos: -116.5,-196.5 + pos: -142.5,-177.5 parent: 1 - - uid: 32563 + - uid: 52315 components: - type: Transform - pos: -117.5,-195.5 + pos: -139.5,-174.5 parent: 1 - - uid: 32564 + - uid: 52316 components: - type: Transform - pos: -117.5,-196.5 + pos: -139.5,-175.5 parent: 1 - - uid: 32565 + - uid: 52317 components: - type: Transform - pos: -118.5,-195.5 + pos: -139.5,-176.5 parent: 1 - - uid: 32566 + - uid: 52318 components: - type: Transform - pos: -118.5,-196.5 + pos: -129.5,-181.5 parent: 1 - - uid: 32567 + - uid: 52319 components: - type: Transform - pos: -119.5,-195.5 + pos: -128.5,-186.5 parent: 1 - - uid: 32568 + - uid: 52320 components: - type: Transform - pos: -119.5,-196.5 + pos: -137.5,-175.5 parent: 1 - - uid: 32569 + - uid: 52321 components: - type: Transform - pos: -120.5,-195.5 + pos: -133.5,-151.5 parent: 1 - - uid: 32570 + - uid: 52322 components: - type: Transform - pos: -120.5,-196.5 + pos: -126.5,-181.5 parent: 1 - - uid: 32571 + - uid: 52323 components: - type: Transform - pos: -121.5,-195.5 + pos: -126.5,-182.5 parent: 1 - - uid: 32572 + - uid: 52324 components: - type: Transform - pos: -121.5,-196.5 + pos: -143.5,-177.5 parent: 1 - - uid: 32573 + - uid: 52325 components: - type: Transform - pos: -122.5,-195.5 + pos: -129.5,-136.5 parent: 1 - - uid: 32574 + - uid: 52326 components: - type: Transform - pos: -122.5,-196.5 + pos: -128.5,-180.5 parent: 1 - - uid: 32575 + - uid: 52327 components: - type: Transform - pos: -123.5,-195.5 + pos: -126.5,-180.5 parent: 1 - - uid: 32576 + - uid: 52328 components: - type: Transform - pos: -123.5,-196.5 + pos: -125.5,-186.5 parent: 1 - - uid: 32577 + - uid: 52329 components: - type: Transform - pos: -124.5,-195.5 + pos: -130.5,-136.5 parent: 1 - - uid: 32578 + - uid: 52330 components: - type: Transform - pos: -124.5,-196.5 + pos: -134.5,-191.5 parent: 1 - - uid: 32579 + - uid: 52331 components: - type: Transform - pos: -125.5,-195.5 + pos: -128.5,-132.5 parent: 1 - - uid: 32580 + - uid: 52332 components: - type: Transform - pos: -125.5,-196.5 + pos: -131.5,-147.5 parent: 1 - - uid: 32581 + - uid: 52333 components: - type: Transform - pos: -126.5,-195.5 + pos: -131.5,-146.5 parent: 1 - - uid: 32582 + - uid: 52334 components: - type: Transform - pos: -126.5,-196.5 + pos: -141.5,-174.5 parent: 1 - - uid: 32583 + - uid: 52335 components: - type: Transform - pos: -127.5,-195.5 + pos: -128.5,-134.5 parent: 1 - - uid: 32584 + - uid: 52336 components: - type: Transform - pos: -127.5,-196.5 + pos: -144.5,-177.5 parent: 1 - - uid: 32585 + - uid: 52337 components: - type: Transform - pos: -128.5,-195.5 + pos: -126.5,-184.5 parent: 1 - - uid: 32586 + - uid: 52338 components: - type: Transform - pos: -128.5,-196.5 + pos: -144.5,-176.5 parent: 1 - - uid: 32587 + - uid: 52339 components: - type: Transform - pos: -129.5,-195.5 + pos: -140.5,-173.5 parent: 1 - - uid: 32588 + - uid: 52340 components: - type: Transform - pos: -129.5,-196.5 + pos: -124.5,-186.5 parent: 1 - - uid: 32589 + - uid: 52341 components: - type: Transform - pos: -130.5,-195.5 + pos: -137.5,-177.5 parent: 1 - - uid: 32590 + - uid: 52342 components: - type: Transform - pos: -130.5,-196.5 + pos: -142.5,-179.5 parent: 1 - - uid: 32591 + - uid: 52343 components: - type: Transform - pos: -131.5,-195.5 + pos: -127.5,-180.5 parent: 1 - - uid: 32592 + - uid: 52344 components: - type: Transform - pos: -131.5,-196.5 + pos: -126.5,-140.5 parent: 1 - - uid: 32593 + - uid: 52345 components: - type: Transform - pos: -132.5,-195.5 + pos: -143.5,-198.5 parent: 1 - - uid: 32594 + - uid: 52346 components: - type: Transform - pos: -132.5,-196.5 + pos: -128.5,-184.5 parent: 1 - - uid: 32595 + - uid: 52347 components: - type: Transform - pos: -133.5,-195.5 + pos: -136.5,-180.5 parent: 1 - - uid: 32596 + - uid: 52348 components: - type: Transform - pos: -133.5,-196.5 + pos: -132.5,-147.5 parent: 1 - - uid: 32597 + - uid: 52349 components: - type: Transform - pos: -134.5,-195.5 + pos: -126.5,-185.5 parent: 1 - - uid: 32598 + - uid: 52350 components: - type: Transform - pos: -134.5,-196.5 + pos: -133.5,-147.5 parent: 1 - - uid: 32599 + - uid: 52351 components: - type: Transform - pos: -135.5,-195.5 + pos: -126.5,-183.5 parent: 1 - - uid: 32600 + - uid: 52352 components: - type: Transform - pos: -135.5,-196.5 + pos: -130.5,-178.5 parent: 1 - - uid: 32601 + - uid: 52353 components: - type: Transform - pos: -136.5,-195.5 + pos: -129.5,-131.5 parent: 1 - - uid: 32602 + - uid: 52354 components: - type: Transform - pos: -136.5,-196.5 + pos: -129.5,-143.5 parent: 1 - - uid: 32603 + - uid: 52355 components: - type: Transform - pos: -137.5,-195.5 + pos: -136.5,-177.5 parent: 1 - - uid: 32604 + - uid: 52356 components: - type: Transform - pos: -137.5,-196.5 + pos: -136.5,-149.5 parent: 1 - - uid: 32605 + - uid: 52357 components: - type: Transform - pos: -138.5,-195.5 + pos: -133.5,-148.5 parent: 1 - - uid: 32606 + - uid: 52358 components: - type: Transform - pos: -138.5,-196.5 + pos: -138.5,-175.5 parent: 1 - - uid: 32607 + - uid: 52359 components: - type: Transform - pos: -139.5,-195.5 + pos: -144.5,-175.5 parent: 1 - - uid: 32608 + - uid: 52360 components: - type: Transform - pos: -139.5,-196.5 + pos: -137.5,-190.5 parent: 1 - - uid: 32609 + - uid: 52361 components: - type: Transform - pos: -140.5,-195.5 + pos: -133.5,-175.5 parent: 1 - - uid: 32610 + - uid: 52362 components: - type: Transform - pos: -140.5,-196.5 + pos: -133.5,-143.5 parent: 1 - - uid: 32611 + - uid: 52363 components: - type: Transform - pos: -141.5,-195.5 + pos: -136.5,-191.5 parent: 1 - - uid: 32612 + - uid: 52364 components: - type: Transform - pos: -141.5,-196.5 + pos: -142.5,-180.5 parent: 1 - - uid: 32613 + - uid: 52365 components: - type: Transform - pos: -142.5,-195.5 + pos: -128.5,-197.5 parent: 1 - - uid: 32614 + - uid: 52366 components: - type: Transform - pos: -142.5,-196.5 + pos: -138.5,-179.5 parent: 1 - - uid: 32615 + - uid: 52367 components: - type: Transform - pos: -143.5,-195.5 + pos: -128.5,-136.5 parent: 1 - - uid: 32616 + - uid: 52368 components: - type: Transform - pos: -143.5,-196.5 + pos: -129.5,-130.5 parent: 1 - - uid: 32617 + - uid: 52369 components: - type: Transform - pos: -144.5,-195.5 + pos: -133.5,-146.5 parent: 1 - - uid: 32618 + - uid: 52370 components: - type: Transform - pos: -144.5,-196.5 + pos: -135.5,-151.5 parent: 1 - - uid: 32619 + - uid: 52371 components: - type: Transform - pos: -145.5,-195.5 + pos: -140.5,-176.5 parent: 1 - - uid: 32620 + - uid: 52372 components: - type: Transform - pos: -145.5,-196.5 + pos: -145.5,-168.5 parent: 1 - - uid: 32621 + - uid: 52373 components: - type: Transform - pos: -146.5,-195.5 + pos: -133.5,-177.5 parent: 1 - - uid: 32622 + - uid: 52374 components: - type: Transform - pos: -146.5,-196.5 + pos: -144.5,-178.5 parent: 1 - - uid: 32623 + - uid: 52375 components: - type: Transform - pos: -147.5,-195.5 + pos: -126.5,-141.5 parent: 1 - - uid: 32624 + - uid: 52376 components: - type: Transform - pos: -147.5,-196.5 + pos: -128.5,-135.5 parent: 1 - - uid: 32625 + - uid: 52377 components: - type: Transform - pos: -148.5,-195.5 + pos: -133.5,-191.5 parent: 1 - - uid: 32626 + - uid: 52378 components: - type: Transform - pos: -148.5,-196.5 + pos: -136.5,-178.5 parent: 1 - - uid: 32627 + - uid: 52379 components: - type: Transform - pos: 193.5,198.5 + pos: -137.5,-188.5 parent: 1 - - uid: 32629 + - uid: 52380 components: - type: Transform - pos: 190.5,198.5 + pos: -131.5,-142.5 parent: 1 - - uid: 32630 + - uid: 52381 components: - type: Transform - pos: 192.5,198.5 + pos: -132.5,-141.5 parent: 1 - - uid: 32631 + - uid: 52382 components: - type: Transform - pos: 193.5,197.5 + pos: -132.5,-142.5 parent: 1 - - uid: 32632 + - uid: 52383 components: - type: Transform - pos: 194.5,197.5 + pos: -133.5,-141.5 parent: 1 - - uid: 32633 + - uid: 52384 components: - type: Transform - pos: 214.5,174.5 + pos: -134.5,-141.5 parent: 1 - - uid: 32634 + - uid: 52385 components: - type: Transform - pos: 215.5,173.5 + pos: -136.5,-142.5 parent: 1 - - uid: 32635 + - uid: 52386 components: - type: Transform - pos: 204.5,193.5 + pos: -135.5,-141.5 parent: 1 - - uid: 32637 + - uid: 52387 components: - type: Transform - pos: 193.5,196.5 + pos: -136.5,-140.5 parent: 1 - - uid: 32638 + - uid: 52388 components: - type: Transform - pos: 192.5,-176.5 + pos: -136.5,-141.5 parent: 1 - - uid: 32640 + - uid: 52389 components: - type: Transform - pos: -198.5,-74.5 + pos: -126.5,-135.5 parent: 1 - - uid: 32641 + - uid: 52390 components: - type: Transform - pos: -198.5,-75.5 + pos: -131.5,-133.5 parent: 1 - - uid: 32642 + - uid: 52391 components: - type: Transform - pos: -197.5,-76.5 + pos: -131.5,-134.5 parent: 1 - - uid: 32643 + - uid: 52392 components: - type: Transform - pos: -198.5,-70.5 + pos: -132.5,-134.5 parent: 1 - - uid: 32644 + - uid: 52393 components: - type: Transform - pos: -198.5,-71.5 + pos: -134.5,-151.5 parent: 1 - - uid: 32645 + - uid: 52394 components: - type: Transform - pos: -198.5,-72.5 + pos: -134.5,-180.5 parent: 1 - - uid: 32646 + - uid: 52395 components: - type: Transform - pos: -198.5,-73.5 + pos: -133.5,-180.5 parent: 1 - - uid: 32647 + - uid: 52396 components: - type: Transform - pos: -197.5,-70.5 + pos: -133.5,-181.5 parent: 1 - - uid: 32648 + - uid: 52397 components: - type: Transform - pos: -196.5,-70.5 + pos: -135.5,-180.5 parent: 1 - - uid: 32649 + - uid: 52398 components: - type: Transform - pos: -195.5,-70.5 + pos: -135.5,-181.5 parent: 1 - - uid: 32650 + - uid: 52399 components: - type: Transform - pos: -194.5,-70.5 + pos: -134.5,-181.5 parent: 1 - - uid: 32651 + - uid: 52400 components: - type: Transform - pos: -195.5,-73.5 + pos: -135.5,-178.5 parent: 1 - - uid: 32652 + - uid: 52401 components: - type: Transform - pos: -195.5,-72.5 + pos: -131.5,-182.5 parent: 1 - - uid: 32653 + - uid: 52402 components: - type: Transform - pos: -195.5,-71.5 + pos: -127.5,-181.5 parent: 1 - - uid: 32654 + - uid: 52403 components: - type: Transform - pos: -196.5,-73.5 + pos: -126.5,-186.5 parent: 1 - - uid: 32655 + - uid: 52404 components: - type: Transform - pos: -196.5,-72.5 + pos: -128.5,-129.5 parent: 1 - - uid: 32656 + - uid: 52405 components: - type: Transform - pos: -196.5,-71.5 + pos: -138.5,-173.5 parent: 1 - - uid: 32657 + - uid: 52406 components: - type: Transform - pos: -197.5,-73.5 + pos: -122.5,-189.5 parent: 1 - - uid: 32658 + - uid: 52407 components: - type: Transform - pos: -197.5,-72.5 + pos: -122.5,-190.5 parent: 1 - - uid: 32659 + - uid: 52408 components: - type: Transform - pos: -197.5,-71.5 + pos: -121.5,-190.5 parent: 1 - - uid: 32660 + - uid: 52409 components: - type: Transform - pos: -197.5,-75.5 + pos: -136.5,-176.5 parent: 1 - - uid: 32661 + - uid: 52410 components: - type: Transform - pos: -196.5,-75.5 + pos: -136.5,-175.5 parent: 1 - - uid: 32662 + - uid: 52411 components: - type: Transform - pos: -196.5,-74.5 + pos: -134.5,-177.5 parent: 1 - - uid: 32663 + - uid: 52412 components: - type: Transform - pos: -197.5,-74.5 + pos: -142.5,-181.5 parent: 1 - - uid: 32666 + - uid: 52413 components: - type: Transform - pos: 198.5,-7.5 + pos: -125.5,-185.5 parent: 1 - - uid: 32668 + - uid: 52414 components: - type: Transform - pos: 147.5,-109.5 + pos: -142.5,-173.5 parent: 1 - - uid: 32669 + - uid: 52415 components: - type: Transform - pos: 152.5,-64.5 + pos: -127.5,-129.5 parent: 1 - - uid: 32670 + - uid: 52416 components: - type: Transform - pos: 195.5,-37.5 + pos: -131.5,-178.5 parent: 1 - - uid: 32671 + - uid: 52417 components: - type: Transform - pos: 195.5,-36.5 + pos: -126.5,-136.5 parent: 1 - - uid: 32672 + - uid: 52418 components: - type: Transform - pos: 161.5,-79.5 + pos: -128.5,-133.5 parent: 1 - - uid: 32673 + - uid: 52419 components: - type: Transform - pos: 163.5,-79.5 + pos: -125.5,-181.5 parent: 1 - - uid: 32674 + - uid: 52420 components: - type: Transform - pos: 192.5,-178.5 + pos: -141.5,-182.5 parent: 1 - - uid: 32675 + - uid: 52421 components: - type: Transform - pos: 164.5,-79.5 + pos: -129.5,-134.5 parent: 1 - - uid: 32676 + - uid: 52422 components: - type: Transform - pos: 162.5,-79.5 + pos: -139.5,-187.5 parent: 1 - - uid: 32677 + - uid: 52423 components: - type: Transform - pos: 152.5,-63.5 + pos: -133.5,-144.5 parent: 1 - - uid: 32678 + - uid: 52424 components: - type: Transform - pos: 168.5,-115.5 + pos: -127.5,-130.5 parent: 1 - - uid: 32679 + - uid: 52425 components: - type: Transform - pos: 169.5,-115.5 + pos: -135.5,-154.5 parent: 1 - - uid: 32680 + - uid: 52426 components: - type: Transform - pos: 153.5,-64.5 + pos: -131.5,-181.5 parent: 1 - - uid: 32681 + - uid: 52427 components: - type: Transform - pos: 153.5,-63.5 + pos: -135.5,-191.5 parent: 1 - - uid: 32682 + - uid: 52428 components: - type: Transform - pos: 154.5,-63.5 + pos: -137.5,-191.5 parent: 1 - - uid: 32683 + - uid: 52429 components: - type: Transform - pos: 175.5,-52.5 + pos: -130.5,-191.5 parent: 1 - - uid: 32684 + - uid: 52430 components: - type: Transform - pos: 164.5,-55.5 + pos: -141.5,-177.5 parent: 1 - - uid: 32685 + - uid: 52431 components: - type: Transform - pos: 187.5,-71.5 + pos: -140.5,-174.5 parent: 1 - - uid: 32686 + - uid: 52432 components: - type: Transform - pos: 164.5,-54.5 + pos: -140.5,-175.5 parent: 1 - - uid: 32687 + - uid: 52433 components: - type: Transform - pos: 154.5,-64.5 + pos: -131.5,-180.5 parent: 1 - - uid: 32688 + - uid: 52434 components: - type: Transform - pos: 165.5,-79.5 + pos: -131.5,-179.5 parent: 1 - - uid: 32689 + - uid: 52435 components: - type: Transform - pos: 166.5,-79.5 + pos: -139.5,-182.5 parent: 1 - - uid: 32690 + - uid: 52436 components: - type: Transform - pos: 167.5,-79.5 + pos: -130.5,-179.5 parent: 1 - - uid: 32691 + - uid: 52437 components: - type: Transform - pos: 168.5,-79.5 + pos: -130.5,-180.5 parent: 1 - - uid: 32692 + - uid: 52438 components: - type: Transform - pos: 169.5,-79.5 + pos: -130.5,-181.5 parent: 1 - - uid: 32693 + - uid: 52439 components: - type: Transform - pos: 170.5,-79.5 + pos: -129.5,-186.5 parent: 1 - - uid: 32694 + - uid: 52440 components: - type: Transform - pos: 171.5,-79.5 + pos: -129.5,-183.5 parent: 1 - - uid: 32695 + - uid: 52441 components: - type: Transform - pos: 172.5,-79.5 + pos: -129.5,-184.5 parent: 1 - - uid: 32696 + - uid: 52442 components: - type: Transform - pos: 173.5,-79.5 + pos: -129.5,-185.5 parent: 1 - - uid: 32697 + - uid: 52443 components: - type: Transform - pos: 174.5,-79.5 + pos: -129.5,-182.5 parent: 1 - - uid: 32698 + - uid: 52444 components: - type: Transform - pos: 175.5,-79.5 + pos: -137.5,-179.5 parent: 1 - - uid: 32699 + - uid: 52445 components: - type: Transform - pos: 176.5,-79.5 + pos: -137.5,-178.5 parent: 1 - - uid: 32700 + - uid: 52446 components: - type: Transform - pos: 177.5,-79.5 + pos: -137.5,-180.5 parent: 1 - - uid: 32701 + - uid: 52447 components: - type: Transform - pos: 178.5,-79.5 + pos: -137.5,-181.5 parent: 1 - - uid: 32702 + - uid: 52448 components: - type: Transform - pos: 183.5,-79.5 + pos: -127.5,-184.5 parent: 1 - - uid: 32703 + - uid: 52449 components: - type: Transform - pos: 184.5,-79.5 + pos: -127.5,-185.5 parent: 1 - - uid: 32704 + - uid: 52450 components: - type: Transform - pos: 185.5,-79.5 + pos: -127.5,-186.5 parent: 1 - - uid: 32705 + - uid: 52451 components: - type: Transform - pos: 155.5,-79.5 + pos: -128.5,-181.5 parent: 1 - - uid: 32706 + - uid: 52452 components: - type: Transform - pos: 162.5,-59.5 + pos: -127.5,-183.5 parent: 1 - - uid: 32707 + - uid: 52453 components: - type: Transform - pos: 175.5,-93.5 + pos: -137.5,-182.5 parent: 1 - - uid: 32708 + - uid: 52454 components: - type: Transform - pos: 162.5,-58.5 + pos: -138.5,-183.5 parent: 1 - - uid: 32709 + - uid: 52455 components: - type: Transform - pos: 162.5,-61.5 + pos: -138.5,-182.5 parent: 1 - - uid: 32710 + - uid: 52456 components: - type: Transform - pos: 187.5,-70.5 + pos: -139.5,-183.5 parent: 1 - - uid: 32711 + - uid: 52457 components: - type: Transform - pos: 155.5,-63.5 + pos: -137.5,-183.5 parent: 1 - - uid: 32712 + - uid: 52458 components: - type: Transform - pos: 151.5,-65.5 + pos: -135.5,-182.5 parent: 1 - - uid: 32713 + - uid: 52459 components: - type: Transform - pos: 151.5,-66.5 + pos: -136.5,-183.5 parent: 1 - - uid: 32714 + - uid: 52460 components: - type: Transform - pos: 151.5,-67.5 + pos: -136.5,-182.5 parent: 1 - - uid: 32715 + - uid: 52461 components: - type: Transform - pos: 151.5,-68.5 + pos: -132.5,-135.5 parent: 1 - - uid: 32716 + - uid: 52462 components: - type: Transform - pos: 151.5,-69.5 + pos: -133.5,-179.5 parent: 1 - - uid: 32717 + - uid: 52463 components: - type: Transform - pos: 151.5,-70.5 + pos: -133.5,-178.5 parent: 1 - - uid: 32718 + - uid: 52464 components: - type: Transform - pos: 151.5,-71.5 + pos: -132.5,-181.5 parent: 1 - - uid: 32719 + - uid: 52465 components: - type: Transform - pos: 151.5,-72.5 + pos: -132.5,-180.5 parent: 1 - - uid: 32720 + - uid: 52466 components: - type: Transform - pos: 151.5,-73.5 + pos: -132.5,-179.5 parent: 1 - - uid: 32721 + - uid: 52467 components: - type: Transform - pos: 151.5,-74.5 + pos: -132.5,-178.5 parent: 1 - - uid: 32722 + - uid: 52468 components: - type: Transform - pos: 151.5,-75.5 + pos: -139.5,-179.5 parent: 1 - - uid: 32723 + - uid: 52469 components: - type: Transform - pos: 151.5,-76.5 + pos: -139.5,-178.5 parent: 1 - - uid: 32724 + - uid: 52470 components: - type: Transform - pos: 151.5,-77.5 + pos: -138.5,-181.5 parent: 1 - - uid: 32725 + - uid: 52471 components: - type: Transform - pos: 151.5,-78.5 + pos: -138.5,-180.5 parent: 1 - - uid: 32726 + - uid: 52472 components: - type: Transform - pos: 151.5,-79.5 + pos: -131.5,-135.5 parent: 1 - - uid: 32727 + - uid: 52473 components: - type: Transform - pos: 152.5,-65.5 + pos: -182.5,-142.5 parent: 1 - - uid: 32728 + - uid: 52474 components: - type: Transform - pos: 152.5,-66.5 + pos: -135.5,-156.5 parent: 1 - - uid: 32729 + - uid: 52475 components: - type: Transform - pos: 152.5,-67.5 + pos: -132.5,-154.5 parent: 1 - - uid: 32730 + - uid: 52476 components: - type: Transform - pos: 152.5,-68.5 + pos: -132.5,-155.5 parent: 1 - - uid: 32731 + - uid: 52477 components: - type: Transform - pos: 152.5,-69.5 + pos: -132.5,-156.5 parent: 1 - - uid: 32732 + - uid: 52478 components: - type: Transform - pos: 152.5,-70.5 + pos: -133.5,-149.5 parent: 1 - - uid: 32733 + - uid: 52479 components: - type: Transform - pos: 152.5,-71.5 + pos: -133.5,-150.5 parent: 1 - - uid: 32734 + - uid: 52480 components: - type: Transform - pos: 152.5,-72.5 + pos: -131.5,-149.5 parent: 1 - - uid: 32735 + - uid: 52481 components: - type: Transform - pos: 152.5,-73.5 + pos: -137.5,-146.5 parent: 1 - - uid: 32736 + - uid: 52482 components: - type: Transform - pos: 152.5,-74.5 + pos: -137.5,-147.5 parent: 1 - - uid: 32737 + - uid: 52483 components: - type: Transform - pos: 152.5,-75.5 + pos: -137.5,-148.5 parent: 1 - - uid: 32738 + - uid: 52484 components: - type: Transform - pos: 152.5,-76.5 + pos: -137.5,-149.5 parent: 1 - - uid: 32739 + - uid: 52485 components: - type: Transform - pos: 152.5,-77.5 + pos: -137.5,-150.5 parent: 1 - - uid: 32740 + - uid: 52486 components: - type: Transform - pos: 152.5,-78.5 + pos: -181.5,-142.5 parent: 1 - - uid: 32741 + - uid: 52487 components: - type: Transform - pos: 152.5,-79.5 + pos: -127.5,-136.5 parent: 1 - - uid: 32742 + - uid: 52488 components: - type: Transform - pos: 153.5,-65.5 + pos: -135.5,-183.5 parent: 1 - - uid: 32743 + - uid: 52489 components: - type: Transform - pos: 153.5,-66.5 + pos: -139.5,-180.5 parent: 1 - - uid: 32744 + - uid: 52490 components: - type: Transform - pos: 153.5,-67.5 + pos: -139.5,-181.5 parent: 1 - - uid: 32745 + - uid: 52491 components: - type: Transform - pos: 153.5,-68.5 + pos: -140.5,-178.5 parent: 1 - - uid: 32746 + - uid: 52492 components: - type: Transform - pos: 153.5,-69.5 + pos: -140.5,-179.5 parent: 1 - - uid: 32747 + - uid: 52493 components: - type: Transform - pos: 153.5,-70.5 + pos: -140.5,-180.5 parent: 1 - - uid: 32748 + - uid: 52494 components: - type: Transform - pos: 153.5,-71.5 + pos: -140.5,-181.5 parent: 1 - - uid: 32749 + - uid: 52495 components: - type: Transform - pos: 153.5,-72.5 + pos: -141.5,-178.5 parent: 1 - - uid: 32750 + - uid: 52496 components: - type: Transform - pos: 153.5,-73.5 + pos: -141.5,-179.5 parent: 1 - - uid: 32751 + - uid: 52497 components: - type: Transform - pos: 153.5,-74.5 + pos: -141.5,-180.5 parent: 1 - - uid: 32752 + - uid: 52498 components: - type: Transform - pos: 153.5,-75.5 + pos: -141.5,-181.5 parent: 1 - - uid: 32753 + - uid: 52499 components: - type: Transform - pos: 153.5,-76.5 + pos: -132.5,-146.5 parent: 1 - - uid: 32754 + - uid: 52500 components: - type: Transform - pos: 153.5,-77.5 + pos: -129.5,-141.5 parent: 1 - - uid: 32755 + - uid: 52501 components: - type: Transform - pos: 153.5,-78.5 + pos: -127.5,-133.5 parent: 1 - - uid: 32756 + - uid: 52502 components: - type: Transform - pos: 153.5,-79.5 + pos: -131.5,-153.5 parent: 1 - - uid: 32757 + - uid: 52503 components: - type: Transform - pos: 154.5,-65.5 + pos: -131.5,-154.5 parent: 1 - - uid: 32758 + - uid: 52504 components: - type: Transform - pos: 154.5,-66.5 + pos: -131.5,-156.5 parent: 1 - - uid: 32759 + - uid: 52505 components: - type: Transform - pos: 154.5,-67.5 + pos: -132.5,-149.5 parent: 1 - - uid: 32760 + - uid: 52506 components: - type: Transform - pos: 154.5,-68.5 + pos: -132.5,-150.5 parent: 1 - - uid: 32761 + - uid: 52507 components: - type: Transform - pos: 154.5,-69.5 + pos: -138.5,-168.5 parent: 1 - - uid: 32762 + - uid: 52508 components: - type: Transform - pos: 154.5,-70.5 + pos: -139.5,-168.5 parent: 1 - - uid: 32763 + - uid: 52509 components: - type: Transform - pos: 154.5,-71.5 + pos: -135.5,-155.5 parent: 1 - - uid: 32764 + - uid: 52510 components: - type: Transform - pos: 154.5,-72.5 + pos: -131.5,-155.5 parent: 1 - - uid: 32765 + - uid: 52511 components: - type: Transform - pos: 154.5,-73.5 + pos: -134.5,-182.5 parent: 1 - - uid: 32766 + - uid: 52512 components: - type: Transform - pos: 154.5,-74.5 + pos: -134.5,-183.5 parent: 1 - - uid: 32767 + - uid: 52513 components: - type: Transform - pos: 154.5,-75.5 + pos: -133.5,-182.5 parent: 1 - - uid: 32768 + - uid: 52514 components: - type: Transform - pos: 154.5,-76.5 + pos: -133.5,-183.5 parent: 1 - - uid: 32769 + - uid: 52515 components: - type: Transform - pos: 154.5,-77.5 + pos: -132.5,-182.5 parent: 1 - - uid: 32770 + - uid: 52516 components: - type: Transform - pos: 154.5,-78.5 + pos: -132.5,-183.5 parent: 1 - - uid: 32771 + - uid: 52517 components: - type: Transform - pos: 154.5,-79.5 + pos: -130.5,-183.5 parent: 1 - - uid: 32772 + - uid: 52518 components: - type: Transform - pos: 150.5,-66.5 + pos: -130.5,-184.5 parent: 1 - - uid: 32773 + - uid: 52519 components: - type: Transform - pos: 150.5,-67.5 + pos: -130.5,-185.5 parent: 1 - - uid: 32774 + - uid: 52520 components: - type: Transform - pos: 150.5,-68.5 + pos: -130.5,-186.5 parent: 1 - - uid: 32775 + - uid: 52521 components: - type: Transform - pos: 150.5,-69.5 + pos: -131.5,-183.5 parent: 1 - - uid: 32776 + - uid: 52522 components: - type: Transform - pos: 150.5,-70.5 + pos: -131.5,-184.5 parent: 1 - - uid: 32777 + - uid: 52523 components: - type: Transform - pos: 150.5,-71.5 + pos: -131.5,-185.5 parent: 1 - - uid: 32778 + - uid: 52524 components: - type: Transform - pos: 150.5,-72.5 + pos: -131.5,-186.5 parent: 1 - - uid: 32779 + - uid: 52525 components: - type: Transform - pos: 150.5,-73.5 + pos: -138.5,-184.5 parent: 1 - - uid: 32780 + - uid: 52526 components: - type: Transform - pos: 150.5,-74.5 + pos: -138.5,-185.5 parent: 1 - - uid: 32781 + - uid: 52527 components: - type: Transform - pos: 150.5,-75.5 + pos: -138.5,-186.5 parent: 1 - - uid: 32782 + - uid: 52528 components: - type: Transform - pos: 150.5,-76.5 + pos: -138.5,-187.5 parent: 1 - - uid: 32783 + - uid: 52529 components: - type: Transform - pos: 150.5,-77.5 + pos: -137.5,-184.5 parent: 1 - - uid: 32784 + - uid: 52530 components: - type: Transform - pos: 150.5,-78.5 + pos: -137.5,-185.5 parent: 1 - - uid: 32785 + - uid: 52531 components: - type: Transform - pos: 150.5,-79.5 + pos: -137.5,-186.5 parent: 1 - - uid: 32786 + - uid: 52532 components: - type: Transform - pos: 149.5,-67.5 + pos: -137.5,-187.5 parent: 1 - - uid: 32787 + - uid: 52533 components: - type: Transform - pos: 149.5,-68.5 + pos: -136.5,-184.5 parent: 1 - - uid: 32788 + - uid: 52534 components: - type: Transform - pos: 149.5,-69.5 + pos: -136.5,-185.5 parent: 1 - - uid: 32789 + - uid: 52535 components: - type: Transform - pos: 149.5,-70.5 + pos: -136.5,-186.5 parent: 1 - - uid: 32790 + - uid: 52536 components: - type: Transform - pos: 149.5,-71.5 + pos: -136.5,-187.5 parent: 1 - - uid: 32791 + - uid: 52537 components: - type: Transform - pos: 149.5,-72.5 + pos: -135.5,-184.5 parent: 1 - - uid: 32792 + - uid: 52538 components: - type: Transform - pos: 149.5,-73.5 + pos: -135.5,-186.5 parent: 1 - - uid: 32793 + - uid: 52539 components: - type: Transform - pos: 149.5,-74.5 + pos: -135.5,-187.5 parent: 1 - - uid: 32794 + - uid: 52540 components: - type: Transform - pos: 149.5,-75.5 + pos: -134.5,-184.5 parent: 1 - - uid: 32795 + - uid: 52541 components: - type: Transform - pos: 149.5,-76.5 + pos: -134.5,-185.5 parent: 1 - - uid: 32796 + - uid: 52542 components: - type: Transform - pos: 149.5,-77.5 + pos: -134.5,-186.5 parent: 1 - - uid: 32797 + - uid: 52543 components: - type: Transform - pos: 149.5,-78.5 + pos: -134.5,-187.5 parent: 1 - - uid: 32798 + - uid: 52544 components: - type: Transform - pos: 149.5,-79.5 + pos: -133.5,-184.5 parent: 1 - - uid: 32799 + - uid: 52545 components: - type: Transform - pos: 148.5,-68.5 + pos: -133.5,-185.5 parent: 1 - - uid: 32800 + - uid: 52546 components: - type: Transform - pos: 148.5,-69.5 + pos: -133.5,-186.5 parent: 1 - - uid: 32801 + - uid: 52547 components: - type: Transform - pos: 148.5,-70.5 + pos: -133.5,-187.5 parent: 1 - - uid: 32802 + - uid: 52548 components: - type: Transform - pos: 148.5,-71.5 + pos: -132.5,-184.5 parent: 1 - - uid: 32803 + - uid: 52549 components: - type: Transform - pos: 148.5,-72.5 + pos: -132.5,-185.5 parent: 1 - - uid: 32804 + - uid: 52550 components: - type: Transform - pos: 148.5,-73.5 + pos: -132.5,-186.5 parent: 1 - - uid: 32805 + - uid: 52551 components: - type: Transform - pos: 148.5,-74.5 + pos: -136.5,-188.5 parent: 1 - - uid: 32806 + - uid: 52552 components: - type: Transform - pos: 148.5,-75.5 + pos: -136.5,-189.5 parent: 1 - - uid: 32807 + - uid: 52553 components: - type: Transform - pos: 148.5,-76.5 + pos: -136.5,-190.5 parent: 1 - - uid: 32808 + - uid: 52554 components: - type: Transform - pos: 148.5,-77.5 + pos: -135.5,-188.5 parent: 1 - - uid: 32809 + - uid: 52555 components: - type: Transform - pos: 148.5,-78.5 + pos: -135.5,-189.5 parent: 1 - - uid: 32810 + - uid: 52556 components: - type: Transform - pos: 148.5,-79.5 + pos: -135.5,-190.5 parent: 1 - - uid: 32811 + - uid: 52557 components: - type: Transform - pos: 147.5,-69.5 + pos: -134.5,-188.5 parent: 1 - - uid: 32812 + - uid: 52558 components: - type: Transform - pos: 147.5,-70.5 + pos: -134.5,-189.5 parent: 1 - - uid: 32813 + - uid: 52559 components: - type: Transform - pos: 147.5,-71.5 + pos: -134.5,-190.5 parent: 1 - - uid: 32814 + - uid: 52560 components: - type: Transform - pos: 147.5,-72.5 + pos: -133.5,-188.5 parent: 1 - - uid: 32815 + - uid: 52561 components: - type: Transform - pos: 147.5,-73.5 + pos: -133.5,-189.5 parent: 1 - - uid: 32816 + - uid: 52562 components: - type: Transform - pos: 147.5,-74.5 + pos: -133.5,-190.5 parent: 1 - - uid: 32817 + - uid: 52563 components: - type: Transform - pos: 147.5,-75.5 + pos: -132.5,-188.5 parent: 1 - - uid: 32818 + - uid: 52564 components: - type: Transform - pos: 147.5,-76.5 + pos: -132.5,-189.5 parent: 1 - - uid: 32819 + - uid: 52565 components: - type: Transform - pos: 147.5,-77.5 + pos: -132.5,-190.5 parent: 1 - - uid: 32820 + - uid: 52566 components: - type: Transform - pos: 147.5,-78.5 + pos: -127.5,-192.5 parent: 1 - - uid: 32821 + - uid: 52567 components: - type: Transform - pos: 147.5,-79.5 + pos: -127.5,-191.5 parent: 1 - - uid: 32822 + - uid: 52568 components: - type: Transform - pos: 146.5,-70.5 + pos: -128.5,-192.5 parent: 1 - - uid: 32823 + - uid: 52569 components: - type: Transform - pos: 146.5,-71.5 + pos: -128.5,-191.5 parent: 1 - - uid: 32824 + - uid: 52570 components: - type: Transform - pos: 146.5,-72.5 + pos: -129.5,-192.5 parent: 1 - - uid: 32825 + - uid: 52571 components: - type: Transform - pos: 146.5,-73.5 + pos: -129.5,-191.5 parent: 1 - - uid: 32826 + - uid: 52572 components: - type: Transform - pos: 146.5,-74.5 + pos: -121.5,-191.5 parent: 1 - - uid: 32827 + - uid: 52573 components: - type: Transform - pos: 146.5,-75.5 + pos: -122.5,-191.5 parent: 1 - - uid: 32828 + - uid: 52574 components: - type: Transform - pos: 146.5,-76.5 + pos: -123.5,-191.5 parent: 1 - - uid: 32829 + - uid: 52575 components: - type: Transform - pos: 146.5,-77.5 + pos: -124.5,-191.5 parent: 1 - - uid: 32830 + - uid: 52576 components: - type: Transform - pos: 146.5,-78.5 + pos: -125.5,-191.5 parent: 1 - - uid: 32831 + - uid: 52577 components: - type: Transform - pos: 146.5,-79.5 + pos: -126.5,-191.5 parent: 1 - - uid: 32832 + - uid: 52578 components: - type: Transform - pos: 145.5,-72.5 + pos: -123.5,-190.5 parent: 1 - - uid: 32833 + - uid: 52579 components: - type: Transform - pos: 145.5,-73.5 + pos: -123.5,-189.5 parent: 1 - - uid: 32834 + - uid: 52580 components: - type: Transform - pos: 145.5,-74.5 + pos: -123.5,-188.5 parent: 1 - - uid: 32835 + - uid: 52581 components: - type: Transform - pos: 145.5,-75.5 + pos: -123.5,-187.5 parent: 1 - - uid: 32836 + - uid: 52582 components: - type: Transform - pos: 145.5,-76.5 + pos: -124.5,-190.5 parent: 1 - - uid: 32837 + - uid: 52583 components: - type: Transform - pos: 145.5,-77.5 + pos: -124.5,-189.5 parent: 1 - - uid: 32838 + - uid: 52584 components: - type: Transform - pos: 145.5,-78.5 + pos: -124.5,-188.5 parent: 1 - - uid: 32839 + - uid: 52585 components: - type: Transform - pos: 145.5,-79.5 + pos: -124.5,-187.5 parent: 1 - - uid: 32840 + - uid: 52586 components: - type: Transform - pos: 145.5,-71.5 + pos: -125.5,-190.5 parent: 1 - - uid: 32841 + - uid: 52587 components: - type: Transform - pos: 144.5,-72.5 + pos: -125.5,-189.5 parent: 1 - - uid: 32842 + - uid: 52588 components: - type: Transform - pos: 144.5,-73.5 + pos: -125.5,-188.5 parent: 1 - - uid: 32843 + - uid: 52589 components: - type: Transform - pos: 144.5,-74.5 + pos: -125.5,-187.5 parent: 1 - - uid: 32844 + - uid: 52590 components: - type: Transform - pos: 144.5,-75.5 + pos: -126.5,-190.5 parent: 1 - - uid: 32845 + - uid: 52591 components: - type: Transform - pos: 144.5,-76.5 + pos: -126.5,-189.5 parent: 1 - - uid: 32846 + - uid: 52592 components: - type: Transform - pos: 144.5,-77.5 + pos: -126.5,-188.5 parent: 1 - - uid: 32847 + - uid: 52593 components: - type: Transform - pos: 144.5,-78.5 + pos: -126.5,-187.5 parent: 1 - - uid: 32848 + - uid: 52594 components: - type: Transform - pos: 144.5,-79.5 + pos: -127.5,-190.5 parent: 1 - - uid: 32849 + - uid: 52595 components: - type: Transform - pos: 143.5,-73.5 + pos: -127.5,-189.5 parent: 1 - - uid: 32850 + - uid: 52596 components: - type: Transform - pos: 143.5,-74.5 + pos: -127.5,-188.5 parent: 1 - - uid: 32851 + - uid: 52597 components: - type: Transform - pos: 143.5,-75.5 + pos: -127.5,-187.5 parent: 1 - - uid: 32852 + - uid: 52598 components: - type: Transform - pos: 143.5,-76.5 + pos: -128.5,-190.5 parent: 1 - - uid: 32853 + - uid: 52599 components: - type: Transform - pos: 143.5,-77.5 + pos: -128.5,-189.5 parent: 1 - - uid: 32854 + - uid: 52600 components: - type: Transform - pos: 143.5,-78.5 + pos: -128.5,-188.5 parent: 1 - - uid: 32855 + - uid: 52601 components: - type: Transform - pos: 143.5,-79.5 + pos: -128.5,-187.5 parent: 1 - - uid: 32856 + - uid: 52602 components: - type: Transform - pos: 142.5,-74.5 + pos: -129.5,-190.5 parent: 1 - - uid: 32857 + - uid: 52603 components: - type: Transform - pos: 142.5,-75.5 + pos: -129.5,-189.5 parent: 1 - - uid: 32858 + - uid: 52604 components: - type: Transform - pos: 142.5,-76.5 + pos: -129.5,-188.5 parent: 1 - - uid: 32859 + - uid: 52605 components: - type: Transform - pos: 142.5,-77.5 + pos: -129.5,-187.5 parent: 1 - - uid: 32860 + - uid: 52606 components: - type: Transform - pos: 142.5,-78.5 + pos: -130.5,-190.5 parent: 1 - - uid: 32861 + - uid: 52607 components: - type: Transform - pos: 142.5,-79.5 + pos: -130.5,-189.5 parent: 1 - - uid: 32862 + - uid: 52608 components: - type: Transform - pos: 141.5,-75.5 + pos: -130.5,-188.5 parent: 1 - - uid: 32863 + - uid: 52609 components: - type: Transform - pos: 141.5,-76.5 + pos: -130.5,-187.5 parent: 1 - - uid: 32864 + - uid: 52610 components: - type: Transform - pos: 141.5,-77.5 + pos: -131.5,-190.5 parent: 1 - - uid: 32865 + - uid: 52611 components: - type: Transform - pos: 141.5,-78.5 + pos: -131.5,-189.5 parent: 1 - - uid: 32866 + - uid: 52612 components: - type: Transform - pos: 141.5,-79.5 + pos: -131.5,-188.5 parent: 1 - - uid: 32867 + - uid: 52613 components: - type: Transform - pos: 140.5,-77.5 + pos: -131.5,-187.5 parent: 1 - - uid: 32868 + - uid: 52614 components: - type: Transform - pos: 140.5,-78.5 + pos: -136.5,-150.5 parent: 1 - - uid: 32869 + - uid: 52615 components: - type: Transform - pos: 140.5,-79.5 + pos: -137.5,-144.5 parent: 1 - - uid: 32870 + - uid: 52616 components: - type: Transform - pos: 139.5,-79.5 + pos: -138.5,-144.5 parent: 1 - - uid: 32871 + - uid: 52617 components: - type: Transform - pos: 187.5,-66.5 + pos: -135.5,-152.5 parent: 1 - - uid: 32872 + - uid: 52618 components: - type: Transform - pos: 187.5,-65.5 + pos: -131.5,-145.5 parent: 1 - - uid: 32873 + - uid: 52619 components: - type: Transform - pos: 187.5,-67.5 + pos: -135.5,-150.5 parent: 1 - - uid: 32874 + - uid: 52620 components: - type: Transform - pos: 187.5,-68.5 + pos: -195.5,-170.5 parent: 1 - - uid: 32875 + - uid: 52621 components: - type: Transform - pos: 187.5,-69.5 + pos: -128.5,-141.5 parent: 1 - - uid: 32876 + - uid: 52622 components: - type: Transform - pos: 156.5,-63.5 + pos: -126.5,-132.5 parent: 1 - - uid: 32877 + - uid: 52623 components: - type: Transform - pos: 156.5,-64.5 + pos: -130.5,-131.5 parent: 1 - - uid: 32878 + - uid: 52624 components: - type: Transform - pos: 157.5,-63.5 + pos: -130.5,-135.5 parent: 1 - - uid: 32879 + - uid: 52625 components: - type: Transform - pos: 157.5,-64.5 + pos: -129.5,-129.5 parent: 1 - - uid: 32880 + - uid: 52626 components: - type: Transform - pos: 158.5,-63.5 + pos: -126.5,-133.5 parent: 1 - - uid: 32881 + - uid: 52627 components: - type: Transform - pos: 158.5,-64.5 + pos: -129.5,-142.5 parent: 1 - - uid: 32882 + - uid: 52628 components: - type: Transform - pos: 159.5,-63.5 + pos: -196.5,-167.5 parent: 1 - - uid: 32883 + - uid: 52629 components: - type: Transform - pos: 159.5,-64.5 + pos: -130.5,-148.5 parent: 1 - - uid: 32884 + - uid: 52630 components: - type: Transform - pos: 160.5,-63.5 + pos: -132.5,-144.5 parent: 1 - - uid: 32885 + - uid: 52631 components: - type: Transform - pos: 160.5,-64.5 + pos: -129.5,-144.5 parent: 1 - - uid: 32886 + - uid: 52632 components: - type: Transform - pos: 161.5,-63.5 + pos: 18.5,198.5 parent: 1 - - uid: 32887 + - uid: 52633 components: - type: Transform - pos: 161.5,-64.5 + pos: -127.5,-134.5 parent: 1 - - uid: 32888 + - uid: 52634 components: - type: Transform - pos: 162.5,-63.5 + pos: -127.5,-131.5 parent: 1 - - uid: 32889 + - uid: 52635 components: - type: Transform - pos: 162.5,-64.5 + pos: -127.5,-135.5 parent: 1 - - uid: 32890 + - uid: 52636 components: - type: Transform - pos: 163.5,-63.5 + pos: -128.5,-131.5 parent: 1 - - uid: 32891 + - uid: 52637 components: - type: Transform - pos: 163.5,-64.5 + pos: -129.5,-132.5 parent: 1 - - uid: 32892 + - uid: 52638 components: - type: Transform - pos: 164.5,-63.5 + pos: -136.5,-153.5 parent: 1 - - uid: 32893 + - uid: 52639 components: - type: Transform - pos: 164.5,-64.5 + pos: -135.5,-153.5 parent: 1 - - uid: 32894 + - uid: 52640 components: - type: Transform - pos: 165.5,-63.5 + pos: -136.5,-152.5 parent: 1 - - uid: 32895 + - uid: 52641 components: - type: Transform - pos: 165.5,-64.5 + pos: -136.5,-151.5 parent: 1 - - uid: 32896 + - uid: 52642 components: - type: Transform - pos: 166.5,-63.5 + pos: -132.5,-153.5 parent: 1 - - uid: 32897 + - uid: 52643 components: - type: Transform - pos: 166.5,-64.5 + pos: -132.5,-152.5 parent: 1 - - uid: 32898 + - uid: 52644 components: - type: Transform - pos: 167.5,-63.5 + pos: -132.5,-151.5 parent: 1 - - uid: 32899 + - uid: 52645 components: - type: Transform - pos: 167.5,-64.5 + pos: -133.5,-152.5 parent: 1 - - uid: 32900 + - uid: 52646 components: - type: Transform - pos: 168.5,-63.5 + pos: -133.5,-153.5 parent: 1 - - uid: 32901 + - uid: 52647 components: - type: Transform - pos: 168.5,-64.5 + pos: -133.5,-154.5 parent: 1 - - uid: 32902 + - uid: 52648 components: - type: Transform - pos: 169.5,-63.5 + pos: -133.5,-155.5 parent: 1 - - uid: 32903 + - uid: 52649 components: - type: Transform - pos: 169.5,-64.5 + pos: -133.5,-156.5 parent: 1 - - uid: 32904 + - uid: 52650 components: - type: Transform - pos: 170.5,-63.5 + pos: -134.5,-149.5 parent: 1 - - uid: 32905 + - uid: 52651 components: - type: Transform - pos: 170.5,-64.5 + pos: -131.5,-150.5 parent: 1 - - uid: 32906 + - uid: 52652 components: - type: Transform - pos: 171.5,-63.5 + pos: -131.5,-151.5 parent: 1 - - uid: 32907 + - uid: 52653 components: - type: Transform - pos: 171.5,-64.5 + pos: -131.5,-152.5 parent: 1 - - uid: 32908 + - uid: 52654 components: - type: Transform - pos: 172.5,-63.5 + pos: -140.5,-168.5 parent: 1 - - uid: 32909 + - uid: 52655 components: - type: Transform - pos: 172.5,-64.5 + pos: -147.5,-169.5 parent: 1 - - uid: 32910 + - uid: 52656 components: - type: Transform - pos: 173.5,-63.5 + pos: -196.5,-166.5 parent: 1 - - uid: 32911 + - uid: 52657 components: - type: Transform - pos: 173.5,-64.5 + pos: -195.5,-172.5 parent: 1 - - uid: 32912 + - uid: 52658 components: - type: Transform - pos: 174.5,-63.5 + pos: -195.5,-171.5 parent: 1 - - uid: 32913 + - uid: 52659 components: - type: Transform - pos: 174.5,-64.5 + pos: -134.5,-153.5 parent: 1 - - uid: 32914 + - uid: 52660 components: - type: Transform - pos: 175.5,-63.5 + pos: -134.5,-154.5 parent: 1 - - uid: 32915 + - uid: 52661 components: - type: Transform - pos: 175.5,-64.5 + pos: -134.5,-155.5 parent: 1 - - uid: 32916 + - uid: 52662 components: - type: Transform - pos: 176.5,-63.5 + pos: -134.5,-156.5 parent: 1 - - uid: 32917 + - uid: 52663 components: - type: Transform - pos: 176.5,-64.5 + pos: -134.5,-150.5 parent: 1 - - uid: 32918 + - uid: 52664 components: - type: Transform - pos: 177.5,-63.5 + pos: -143.5,-168.5 parent: 1 - - uid: 32919 + - uid: 52665 components: - type: Transform - pos: 177.5,-64.5 + pos: -144.5,-168.5 parent: 1 - - uid: 32920 + - uid: 52666 components: - type: Transform - pos: 178.5,-63.5 + pos: -196.5,-169.5 parent: 1 - - uid: 32921 + - uid: 52667 components: - type: Transform - pos: 178.5,-64.5 + pos: -134.5,-148.5 parent: 1 - - uid: 32922 + - uid: 52668 components: - type: Transform - pos: 179.5,-63.5 + pos: -134.5,-147.5 parent: 1 - - uid: 32923 + - uid: 52669 components: - type: Transform - pos: 179.5,-64.5 + pos: -134.5,-145.5 parent: 1 - - uid: 32924 + - uid: 52670 components: - type: Transform - pos: 180.5,-63.5 + pos: -134.5,-144.5 parent: 1 - - uid: 32925 + - uid: 52671 components: - type: Transform - pos: 180.5,-64.5 + pos: -134.5,-143.5 parent: 1 - - uid: 32926 + - uid: 52672 components: - type: Transform - pos: 181.5,-63.5 + pos: -135.5,-147.5 parent: 1 - - uid: 32927 + - uid: 52673 components: - type: Transform - pos: 181.5,-64.5 + pos: -135.5,-146.5 parent: 1 - - uid: 32928 + - uid: 52674 components: - type: Transform - pos: 182.5,-63.5 + pos: -135.5,-145.5 parent: 1 - - uid: 32929 + - uid: 52675 components: - type: Transform - pos: 182.5,-64.5 + pos: -135.5,-144.5 parent: 1 - - uid: 32930 + - uid: 52676 components: - type: Transform - pos: 183.5,-63.5 + pos: -135.5,-143.5 parent: 1 - - uid: 32931 + - uid: 52677 components: - type: Transform - pos: 183.5,-64.5 + pos: -136.5,-148.5 parent: 1 - - uid: 32932 + - uid: 52678 components: - type: Transform - pos: 184.5,-63.5 + pos: -136.5,-147.5 parent: 1 - - uid: 32933 + - uid: 52679 components: - type: Transform - pos: 184.5,-64.5 + pos: -136.5,-146.5 parent: 1 - - uid: 32934 + - uid: 52680 components: - type: Transform - pos: 185.5,-63.5 + pos: -136.5,-145.5 parent: 1 - - uid: 32935 + - uid: 52681 components: - type: Transform - pos: 185.5,-64.5 + pos: -136.5,-144.5 parent: 1 - - uid: 32936 + - uid: 52682 components: - type: Transform - pos: 186.5,-63.5 + pos: -136.5,-143.5 parent: 1 - - uid: 32937 + - uid: 52683 components: - type: Transform - pos: 186.5,-64.5 + pos: -135.5,-142.5 parent: 1 - - uid: 32938 + - uid: 52684 components: - type: Transform - pos: 187.5,-63.5 + pos: -133.5,-142.5 parent: 1 - - uid: 32939 + - uid: 52685 components: - type: Transform - pos: 187.5,-64.5 + pos: -130.5,-143.5 parent: 1 - - uid: 32940 + - uid: 52686 components: - type: Transform - pos: 188.5,-63.5 + pos: -149.5,-177.5 parent: 1 - - uid: 32941 + - uid: 52687 components: - type: Transform - pos: 188.5,-64.5 + pos: -129.5,-135.5 parent: 1 - - uid: 32942 + - uid: 52688 components: - type: Transform - pos: 189.5,-63.5 + pos: -130.5,-133.5 parent: 1 - - uid: 32943 + - uid: 52689 components: - type: Transform - pos: 189.5,-64.5 + pos: -130.5,-134.5 parent: 1 - - uid: 32944 + - uid: 52690 components: - type: Transform - pos: 190.5,-63.5 + pos: -125.5,-130.5 parent: 1 - - uid: 32945 + - uid: 52691 components: - type: Transform - pos: 190.5,-64.5 + pos: -125.5,-131.5 parent: 1 - - uid: 32946 + - uid: 52692 components: - type: Transform - pos: 191.5,-63.5 + pos: -125.5,-132.5 parent: 1 - - uid: 32947 + - uid: 52693 components: - type: Transform - pos: 191.5,-64.5 + pos: -142.5,-168.5 parent: 1 - - uid: 32948 + - uid: 52694 components: - type: Transform - pos: 192.5,-63.5 + pos: -302.5,-37.5 parent: 1 - - uid: 32949 + - uid: 52695 components: - type: Transform - pos: 192.5,-64.5 + pos: -117.5,-197.5 parent: 1 - - uid: 32950 + - uid: 52696 components: - type: Transform - pos: 193.5,-63.5 + pos: 25.5,198.5 parent: 1 - - uid: 32951 + - uid: 52697 components: - type: Transform - pos: 193.5,-64.5 + pos: -124.5,-197.5 parent: 1 - - uid: 32952 + - uid: 52698 components: - type: Transform - pos: 194.5,-63.5 + pos: -113.5,-197.5 parent: 1 - - uid: 32953 + - uid: 52699 components: - type: Transform - pos: 194.5,-64.5 + pos: -123.5,-197.5 parent: 1 - - uid: 32954 + - uid: 52700 components: - type: Transform - pos: 195.5,-63.5 + pos: -109.5,-196.5 parent: 1 - - uid: 32955 + - uid: 52701 components: - type: Transform - pos: 195.5,-64.5 + pos: -115.5,-197.5 parent: 1 - - uid: 32956 + - uid: 52702 components: - type: Transform - pos: 196.5,-63.5 + pos: -147.5,-198.5 parent: 1 - - uid: 32957 + - uid: 52703 components: - type: Transform - pos: 196.5,-64.5 + pos: -121.5,-197.5 parent: 1 - - uid: 32958 + - uid: 52704 components: - type: Transform - pos: 197.5,-63.5 + pos: -146.5,-198.5 parent: 1 - - uid: 32959 + - uid: 52705 components: - type: Transform - pos: 197.5,-64.5 + anchored: False + pos: -106.5,-197.5 parent: 1 - - uid: 32960 + - uid: 52706 components: - type: Transform - pos: 198.5,-63.5 + pos: -145.5,-198.5 parent: 1 - - uid: 32961 + - uid: 52707 components: - type: Transform - pos: 198.5,-64.5 + pos: -127.5,-197.5 parent: 1 - - uid: 32962 + - uid: 52708 components: - type: Transform - pos: 175.5,-54.5 + pos: -108.5,-196.5 parent: 1 - - uid: 32963 + - uid: 52709 components: - type: Transform - pos: 187.5,-72.5 + pos: -119.5,-197.5 parent: 1 - - uid: 32964 + - uid: 52710 components: - type: Transform - pos: 187.5,-73.5 + pos: -107.5,-196.5 parent: 1 - - uid: 32965 + - uid: 52711 components: - type: Transform - pos: 187.5,-74.5 + pos: -122.5,-197.5 parent: 1 - - uid: 32966 + - uid: 52712 components: - type: Transform - pos: 187.5,-75.5 + anchored: False + pos: -105.5,-197.5 parent: 1 - - uid: 32967 + - uid: 52713 components: - type: Transform - pos: 187.5,-76.5 + pos: -114.5,-195.5 parent: 1 - - uid: 32968 + - uid: 52714 components: - type: Transform - pos: 187.5,-77.5 + anchored: False + pos: -107.5,-197.5 parent: 1 - - uid: 32969 + - uid: 52715 components: - type: Transform - pos: 187.5,-78.5 + pos: -110.5,-196.5 parent: 1 - - uid: 32970 + - uid: 52716 components: - type: Transform - pos: 187.5,-79.5 + pos: -111.5,-196.5 parent: 1 - - uid: 32971 + - uid: 52717 components: - type: Transform - pos: 188.5,-65.5 + pos: -144.5,-198.5 parent: 1 - - uid: 32972 + - uid: 52718 components: - type: Transform - pos: 188.5,-66.5 + pos: -116.5,-197.5 parent: 1 - - uid: 32973 + - uid: 52719 components: - type: Transform - pos: 188.5,-67.5 + anchored: False + pos: -124.5,-198.5 parent: 1 - - uid: 32974 + - uid: 52720 components: - type: Transform - pos: 188.5,-68.5 + anchored: False + pos: -125.5,-198.5 parent: 1 - - uid: 32975 + - uid: 52721 components: - type: Transform - pos: 188.5,-69.5 + anchored: False + pos: -126.5,-198.5 parent: 1 - - uid: 32976 + - uid: 52722 components: - type: Transform - pos: 188.5,-70.5 + pos: -127.5,-198.5 parent: 1 - - uid: 32977 + - uid: 52723 components: - type: Transform - pos: 188.5,-71.5 + pos: -128.5,-198.5 parent: 1 - - uid: 32978 + - uid: 52724 components: - type: Transform - pos: 188.5,-72.5 + pos: -129.5,-198.5 parent: 1 - - uid: 32979 + - uid: 52725 components: - type: Transform - pos: 188.5,-73.5 + pos: -130.5,-198.5 parent: 1 - - uid: 32980 + - uid: 52726 components: - type: Transform - pos: 188.5,-74.5 + pos: -131.5,-198.5 parent: 1 - - uid: 32981 + - uid: 52727 components: - type: Transform - pos: 188.5,-75.5 + pos: -132.5,-198.5 parent: 1 - - uid: 32982 + - uid: 52728 components: - type: Transform - pos: 188.5,-76.5 + pos: -133.5,-198.5 parent: 1 - - uid: 32983 + - uid: 52729 components: - type: Transform - pos: 188.5,-77.5 + pos: -134.5,-198.5 parent: 1 - - uid: 32984 + - uid: 52730 components: - type: Transform - pos: 188.5,-78.5 + pos: -135.5,-198.5 parent: 1 - - uid: 32985 + - uid: 52731 components: - type: Transform - pos: 188.5,-79.5 + pos: -136.5,-198.5 parent: 1 - - uid: 32986 + - uid: 52732 components: - type: Transform - pos: 189.5,-65.5 + pos: -137.5,-198.5 parent: 1 - - uid: 32987 + - uid: 52733 components: - type: Transform - pos: 189.5,-66.5 + pos: -138.5,-198.5 parent: 1 - - uid: 32988 + - uid: 52734 components: - type: Transform - pos: 189.5,-67.5 + pos: -139.5,-198.5 parent: 1 - - uid: 32989 + - uid: 52735 components: - type: Transform - pos: 189.5,-68.5 + pos: -140.5,-198.5 parent: 1 - - uid: 32990 + - uid: 52736 components: - type: Transform - pos: 189.5,-69.5 + pos: -141.5,-198.5 parent: 1 - - uid: 32991 + - uid: 52737 components: - type: Transform - pos: 189.5,-70.5 + pos: -125.5,-197.5 parent: 1 - - uid: 32992 + - uid: 52738 components: - type: Transform - pos: 189.5,-71.5 + pos: -106.5,-196.5 parent: 1 - - uid: 32993 + - uid: 52739 components: - type: Transform - pos: 189.5,-72.5 + anchored: False + pos: -104.5,-197.5 parent: 1 - - uid: 32994 + - uid: 52740 components: - type: Transform - pos: 189.5,-73.5 + pos: -148.5,-198.5 parent: 1 - - uid: 32995 + - uid: 52741 components: - type: Transform - pos: 189.5,-74.5 + anchored: False + pos: -123.5,-198.5 parent: 1 - - uid: 32996 + - uid: 52742 components: - type: Transform - pos: 189.5,-75.5 + anchored: False + pos: -122.5,-198.5 parent: 1 - - uid: 32997 + - uid: 52743 components: - type: Transform - pos: 189.5,-76.5 + anchored: False + pos: -121.5,-198.5 parent: 1 - - uid: 32998 + - uid: 52744 components: - type: Transform - pos: 189.5,-77.5 + anchored: False + pos: -120.5,-198.5 parent: 1 - - uid: 32999 + - uid: 52745 components: - type: Transform - pos: 189.5,-78.5 + anchored: False + pos: -119.5,-198.5 parent: 1 - - uid: 33000 + - uid: 52746 components: - type: Transform - pos: 189.5,-79.5 + anchored: False + pos: -118.5,-198.5 parent: 1 - - uid: 33001 + - uid: 52747 components: - type: Transform - pos: 190.5,-65.5 + anchored: False + pos: -117.5,-198.5 parent: 1 - - uid: 33002 + - uid: 52748 components: - type: Transform - pos: 190.5,-66.5 + anchored: False + pos: -116.5,-198.5 parent: 1 - - uid: 33003 + - uid: 52749 components: - type: Transform - pos: 190.5,-67.5 + anchored: False + pos: -115.5,-198.5 parent: 1 - - uid: 33004 + - uid: 52750 components: - type: Transform - pos: 190.5,-68.5 + anchored: False + pos: -114.5,-198.5 parent: 1 - - uid: 33005 + - uid: 52751 components: - type: Transform - pos: 190.5,-69.5 + anchored: False + pos: -113.5,-198.5 parent: 1 - - uid: 33006 + - uid: 52752 components: - type: Transform - pos: 190.5,-70.5 + anchored: False + pos: -112.5,-198.5 parent: 1 - - uid: 33007 + - uid: 52753 components: - type: Transform - pos: 190.5,-71.5 + anchored: False + pos: -111.5,-198.5 parent: 1 - - uid: 33008 + - uid: 52754 components: - type: Transform - pos: 190.5,-72.5 + anchored: False + pos: -110.5,-198.5 parent: 1 - - uid: 33009 + - uid: 52755 components: - type: Transform - pos: 190.5,-73.5 + anchored: False + pos: -109.5,-198.5 parent: 1 - - uid: 33010 + - uid: 52756 components: - type: Transform - pos: 190.5,-74.5 + anchored: False + pos: -108.5,-198.5 parent: 1 - - uid: 33011 + - uid: 52757 components: - type: Transform - pos: 190.5,-75.5 + anchored: False + pos: -107.5,-198.5 parent: 1 - - uid: 33012 + - uid: 52758 components: - type: Transform - pos: 190.5,-76.5 + anchored: False + pos: -106.5,-198.5 parent: 1 - - uid: 33013 + - uid: 52759 components: - type: Transform - pos: 190.5,-77.5 + anchored: False + pos: -105.5,-198.5 parent: 1 - - uid: 33014 + - uid: 52760 components: - type: Transform - pos: 190.5,-78.5 + anchored: False + pos: -104.5,-198.5 parent: 1 - - uid: 33015 + - uid: 52761 components: - type: Transform - pos: 190.5,-79.5 + anchored: False + pos: -103.5,-198.5 parent: 1 - - uid: 33016 + - uid: 52762 components: - type: Transform - pos: 191.5,-65.5 + anchored: False + pos: -102.5,-198.5 parent: 1 - - uid: 33017 + - uid: 52763 components: - type: Transform - pos: 191.5,-66.5 + anchored: False + pos: -101.5,-198.5 parent: 1 - - uid: 33018 + - uid: 52764 components: - type: Transform - pos: 191.5,-67.5 + anchored: False + pos: -100.5,-198.5 parent: 1 - - uid: 33019 + - uid: 52765 components: - type: Transform - pos: 191.5,-68.5 + anchored: False + pos: -99.5,-198.5 parent: 1 - - uid: 33020 + - uid: 52766 components: - type: Transform - pos: 191.5,-69.5 + anchored: False + pos: -98.5,-198.5 parent: 1 - - uid: 33021 + - uid: 52767 components: - type: Transform - pos: 191.5,-70.5 + anchored: False + pos: -97.5,-198.5 parent: 1 - - uid: 33022 + - uid: 52768 components: - type: Transform - pos: 191.5,-71.5 + anchored: False + pos: -96.5,-198.5 parent: 1 - - uid: 33023 + - uid: 52769 components: - type: Transform - pos: 191.5,-72.5 + pos: -95.5,-198.5 parent: 1 - - uid: 33024 + - uid: 52770 components: - type: Transform - pos: 191.5,-73.5 + pos: -94.5,-198.5 parent: 1 - - uid: 33025 + - uid: 52771 components: - type: Transform - pos: 191.5,-74.5 + pos: -93.5,-198.5 parent: 1 - - uid: 33026 + - uid: 52772 components: - type: Transform - pos: 191.5,-75.5 + pos: -92.5,-198.5 parent: 1 - - uid: 33027 + - uid: 52773 components: - type: Transform - pos: 191.5,-76.5 + pos: -91.5,-198.5 parent: 1 - - uid: 33028 + - uid: 52774 components: - type: Transform - pos: 191.5,-77.5 + pos: -90.5,-198.5 parent: 1 - - uid: 33029 + - uid: 52775 components: - type: Transform - pos: 191.5,-78.5 + pos: -89.5,-198.5 parent: 1 - - uid: 33030 + - uid: 52776 components: - type: Transform - pos: 191.5,-79.5 + pos: -88.5,-198.5 parent: 1 - - uid: 33031 + - uid: 52777 components: - type: Transform - pos: 192.5,-65.5 + pos: -87.5,-198.5 parent: 1 - - uid: 33032 + - uid: 52778 components: - type: Transform - pos: 192.5,-66.5 + pos: -86.5,-198.5 parent: 1 - - uid: 33033 + - uid: 52779 components: - type: Transform - pos: 192.5,-67.5 + pos: -85.5,-198.5 parent: 1 - - uid: 33034 + - uid: 52780 components: - type: Transform - pos: 192.5,-68.5 + pos: -84.5,-198.5 parent: 1 - - uid: 33035 + - uid: 52781 components: - type: Transform - pos: 192.5,-69.5 + pos: -83.5,-198.5 parent: 1 - - uid: 33036 + - uid: 52782 components: - type: Transform - pos: 192.5,-70.5 + pos: -82.5,-198.5 parent: 1 - - uid: 33037 + - uid: 52783 components: - type: Transform - pos: 192.5,-71.5 + pos: -81.5,-198.5 parent: 1 - - uid: 33038 + - uid: 52784 components: - type: Transform - pos: 192.5,-72.5 + pos: -80.5,-198.5 parent: 1 - - uid: 33039 + - uid: 52785 components: - type: Transform - pos: 192.5,-73.5 + pos: -79.5,-198.5 parent: 1 - - uid: 33040 + - uid: 52786 components: - type: Transform - pos: 192.5,-74.5 + pos: -78.5,-198.5 parent: 1 - - uid: 33041 + - uid: 52787 components: - type: Transform - pos: 192.5,-75.5 + pos: -77.5,-198.5 parent: 1 - - uid: 33042 + - uid: 52788 components: - type: Transform - pos: 192.5,-76.5 + pos: -76.5,-198.5 parent: 1 - - uid: 33043 + - uid: 52789 components: - type: Transform - pos: 192.5,-77.5 + pos: -75.5,-198.5 parent: 1 - - uid: 33044 + - uid: 52790 components: - type: Transform - pos: 192.5,-78.5 + pos: -74.5,-198.5 parent: 1 - - uid: 33045 + - uid: 52791 components: - type: Transform - pos: 192.5,-79.5 + pos: -73.5,-198.5 parent: 1 - - uid: 33046 + - uid: 52792 components: - type: Transform - pos: 193.5,-65.5 + pos: -72.5,-198.5 parent: 1 - - uid: 33047 + - uid: 52793 components: - type: Transform - pos: 193.5,-66.5 + pos: -71.5,-198.5 parent: 1 - - uid: 33048 + - uid: 52794 components: - type: Transform - pos: 193.5,-67.5 + pos: -70.5,-198.5 parent: 1 - - uid: 33049 + - uid: 52795 components: - type: Transform - pos: 193.5,-68.5 + pos: -69.5,-198.5 parent: 1 - - uid: 33050 + - uid: 52796 components: - type: Transform - pos: 193.5,-69.5 + pos: -68.5,-198.5 parent: 1 - - uid: 33051 + - uid: 52797 components: - type: Transform - pos: 193.5,-70.5 + pos: -67.5,-198.5 parent: 1 - - uid: 33052 + - uid: 52798 components: - type: Transform - pos: 193.5,-71.5 + pos: -66.5,-198.5 parent: 1 - - uid: 33053 + - uid: 52799 components: - type: Transform - pos: 193.5,-72.5 + pos: -65.5,-198.5 parent: 1 - - uid: 33054 + - uid: 52800 components: - type: Transform - pos: 193.5,-73.5 + pos: -64.5,-198.5 parent: 1 - - uid: 33055 + - uid: 52801 components: - type: Transform - pos: 193.5,-74.5 + pos: -63.5,-198.5 parent: 1 - - uid: 33056 + - uid: 52802 components: - type: Transform - pos: 193.5,-75.5 + pos: -62.5,-198.5 parent: 1 - - uid: 33057 + - uid: 52803 components: - type: Transform - pos: 193.5,-76.5 + pos: -61.5,-198.5 parent: 1 - - uid: 33058 + - uid: 52804 components: - type: Transform - pos: 193.5,-77.5 + pos: -60.5,-198.5 parent: 1 - - uid: 33059 + - uid: 52805 components: - type: Transform - pos: 193.5,-78.5 + pos: -59.5,-198.5 parent: 1 - - uid: 33060 + - uid: 52806 components: - type: Transform - pos: 193.5,-79.5 + pos: -58.5,-198.5 parent: 1 - - uid: 33061 + - uid: 52807 components: - type: Transform - pos: 194.5,-65.5 + pos: -57.5,-198.5 parent: 1 - - uid: 33062 + - uid: 52808 components: - type: Transform - pos: 194.5,-66.5 + pos: -56.5,-198.5 parent: 1 - - uid: 33063 + - uid: 52809 components: - type: Transform - pos: 194.5,-67.5 + pos: -55.5,-198.5 parent: 1 - - uid: 33064 + - uid: 52810 components: - type: Transform - pos: 194.5,-68.5 + pos: -54.5,-198.5 parent: 1 - - uid: 33065 + - uid: 52811 components: - type: Transform - pos: 194.5,-69.5 + anchored: False + pos: -110.5,-197.5 parent: 1 - - uid: 33066 + - uid: 52812 components: - type: Transform - pos: 194.5,-70.5 + anchored: False + pos: -109.5,-197.5 parent: 1 - - uid: 33067 + - uid: 52813 components: - type: Transform - pos: 194.5,-71.5 + anchored: False + pos: -111.5,-197.5 parent: 1 - - uid: 33068 + - uid: 52814 components: - type: Transform - pos: 194.5,-72.5 + pos: -112.5,-197.5 parent: 1 - - uid: 33069 + - uid: 52815 components: - type: Transform - pos: 194.5,-73.5 + pos: -129.5,-197.5 parent: 1 - - uid: 33070 + - uid: 52816 components: - type: Transform - pos: 194.5,-74.5 + pos: -130.5,-197.5 parent: 1 - - uid: 33071 + - uid: 52817 components: - type: Transform - pos: 194.5,-75.5 + pos: -131.5,-197.5 parent: 1 - - uid: 33072 + - uid: 52818 components: - type: Transform - pos: 194.5,-76.5 + pos: -132.5,-197.5 parent: 1 - - uid: 33073 + - uid: 52819 components: - type: Transform - pos: 194.5,-77.5 + pos: -133.5,-197.5 parent: 1 - - uid: 33074 + - uid: 52820 components: - type: Transform - pos: 194.5,-78.5 + pos: -134.5,-197.5 parent: 1 - - uid: 33075 + - uid: 52821 components: - type: Transform - pos: 194.5,-79.5 + pos: -135.5,-197.5 parent: 1 - - uid: 33076 + - uid: 52822 components: - type: Transform - pos: 195.5,-65.5 + pos: -136.5,-197.5 parent: 1 - - uid: 33077 + - uid: 52823 components: - type: Transform - pos: 195.5,-66.5 + pos: -138.5,-197.5 parent: 1 - - uid: 33078 + - uid: 52824 components: - type: Transform - pos: 195.5,-67.5 + pos: -139.5,-197.5 parent: 1 - - uid: 33079 + - uid: 52825 components: - type: Transform - pos: 195.5,-68.5 + pos: -140.5,-197.5 parent: 1 - - uid: 33080 + - uid: 52826 components: - type: Transform - pos: 195.5,-69.5 + pos: -141.5,-197.5 parent: 1 - - uid: 33081 + - uid: 52827 components: - type: Transform - pos: 195.5,-70.5 + pos: -142.5,-197.5 parent: 1 - - uid: 33082 + - uid: 52828 components: - type: Transform - pos: 195.5,-71.5 + pos: -143.5,-197.5 parent: 1 - - uid: 33083 + - uid: 52829 components: - type: Transform - pos: 195.5,-72.5 + pos: -144.5,-197.5 parent: 1 - - uid: 33084 + - uid: 52830 components: - type: Transform - pos: 195.5,-73.5 + pos: -145.5,-197.5 parent: 1 - - uid: 33085 + - uid: 52831 components: - type: Transform - pos: 195.5,-74.5 + pos: -146.5,-197.5 parent: 1 - - uid: 33086 + - uid: 52832 components: - type: Transform - pos: 195.5,-75.5 + pos: -147.5,-197.5 parent: 1 - - uid: 33087 + - uid: 52833 components: - type: Transform - pos: 195.5,-76.5 + pos: -148.5,-197.5 parent: 1 - - uid: 33088 + - uid: 52834 components: - type: Transform - pos: 195.5,-77.5 + anchored: False + pos: -109.5,-195.5 parent: 1 - - uid: 33089 + - uid: 52835 components: - type: Transform - pos: 195.5,-78.5 + anchored: False + pos: -108.5,-195.5 parent: 1 - - uid: 33090 + - uid: 52836 components: - type: Transform - pos: 195.5,-79.5 + anchored: False + pos: -107.5,-195.5 parent: 1 - - uid: 33091 + - uid: 52837 components: - type: Transform - pos: 196.5,-65.5 + anchored: False + pos: -111.5,-195.5 parent: 1 - - uid: 33092 + - uid: 52838 components: - type: Transform - pos: 196.5,-66.5 + anchored: False + pos: -110.5,-195.5 parent: 1 - - uid: 33093 + - uid: 52839 components: - type: Transform - pos: 196.5,-67.5 + pos: -112.5,-195.5 parent: 1 - - uid: 33094 + - uid: 52840 components: - type: Transform - pos: 196.5,-68.5 + pos: -112.5,-196.5 parent: 1 - - uid: 33095 + - uid: 52841 components: - type: Transform - pos: 196.5,-69.5 + pos: -113.5,-195.5 parent: 1 - - uid: 33096 + - uid: 52842 components: - type: Transform - pos: 196.5,-70.5 + pos: -113.5,-196.5 parent: 1 - - uid: 33097 + - uid: 52843 components: - type: Transform - pos: 196.5,-71.5 + pos: -106.5,-195.5 parent: 1 - - uid: 33098 + - uid: 52844 components: - type: Transform - pos: 196.5,-72.5 + pos: -114.5,-196.5 parent: 1 - - uid: 33099 + - uid: 52845 components: - type: Transform - pos: 196.5,-73.5 + pos: -115.5,-195.5 parent: 1 - - uid: 33100 + - uid: 52846 components: - type: Transform - pos: 196.5,-74.5 + pos: -115.5,-196.5 parent: 1 - - uid: 33101 + - uid: 52847 components: - type: Transform - pos: 196.5,-75.5 + pos: -116.5,-195.5 parent: 1 - - uid: 33102 + - uid: 52848 components: - type: Transform - pos: 196.5,-76.5 + pos: -116.5,-196.5 parent: 1 - - uid: 33103 + - uid: 52849 components: - type: Transform - pos: 196.5,-77.5 + pos: -117.5,-195.5 parent: 1 - - uid: 33104 + - uid: 52850 components: - type: Transform - pos: 196.5,-78.5 + pos: -117.5,-196.5 parent: 1 - - uid: 33105 + - uid: 52851 components: - type: Transform - pos: 196.5,-79.5 + pos: -118.5,-195.5 parent: 1 - - uid: 33106 + - uid: 52852 components: - type: Transform - pos: 197.5,-65.5 + pos: -118.5,-196.5 parent: 1 - - uid: 33107 + - uid: 52853 components: - type: Transform - pos: 197.5,-66.5 + pos: -119.5,-195.5 parent: 1 - - uid: 33108 + - uid: 52854 components: - type: Transform - pos: 197.5,-67.5 + pos: -119.5,-196.5 parent: 1 - - uid: 33109 + - uid: 52855 components: - type: Transform - pos: 197.5,-68.5 + pos: -120.5,-195.5 parent: 1 - - uid: 33110 + - uid: 52856 components: - type: Transform - pos: 197.5,-69.5 + pos: -120.5,-196.5 parent: 1 - - uid: 33111 + - uid: 52857 components: - type: Transform - pos: 197.5,-70.5 + pos: -121.5,-195.5 parent: 1 - - uid: 33112 + - uid: 52858 components: - type: Transform - pos: 197.5,-71.5 + pos: -121.5,-196.5 parent: 1 - - uid: 33113 + - uid: 52859 components: - type: Transform - pos: 197.5,-72.5 + pos: -122.5,-195.5 parent: 1 - - uid: 33114 + - uid: 52860 components: - type: Transform - pos: 197.5,-73.5 + pos: -122.5,-196.5 parent: 1 - - uid: 33115 + - uid: 52861 components: - type: Transform - pos: 197.5,-74.5 + pos: -123.5,-195.5 parent: 1 - - uid: 33116 + - uid: 52862 components: - type: Transform - pos: 197.5,-75.5 + pos: -123.5,-196.5 parent: 1 - - uid: 33117 + - uid: 52863 components: - type: Transform - pos: 197.5,-76.5 + pos: -124.5,-195.5 parent: 1 - - uid: 33118 + - uid: 52864 components: - type: Transform - pos: 197.5,-77.5 + pos: -124.5,-196.5 parent: 1 - - uid: 33119 + - uid: 52865 components: - type: Transform - pos: 197.5,-78.5 + pos: -125.5,-195.5 parent: 1 - - uid: 33120 + - uid: 52866 components: - type: Transform - pos: 197.5,-79.5 + pos: -125.5,-196.5 parent: 1 - - uid: 33121 + - uid: 52867 components: - type: Transform - pos: 198.5,-65.5 + pos: -126.5,-195.5 parent: 1 - - uid: 33122 + - uid: 52868 components: - type: Transform - pos: 198.5,-66.5 + pos: -126.5,-196.5 parent: 1 - - uid: 33123 + - uid: 52869 components: - type: Transform - pos: 198.5,-67.5 + pos: -127.5,-195.5 parent: 1 - - uid: 33124 + - uid: 52870 components: - type: Transform - pos: 198.5,-68.5 + pos: -127.5,-196.5 parent: 1 - - uid: 33125 + - uid: 52871 components: - type: Transform - pos: 198.5,-69.5 + pos: -128.5,-195.5 parent: 1 - - uid: 33126 + - uid: 52872 components: - type: Transform - pos: 198.5,-70.5 + pos: -128.5,-196.5 parent: 1 - - uid: 33127 + - uid: 52873 components: - type: Transform - pos: 198.5,-71.5 + pos: -129.5,-195.5 parent: 1 - - uid: 33128 + - uid: 52874 components: - type: Transform - pos: 198.5,-72.5 + pos: -129.5,-196.5 parent: 1 - - uid: 33129 + - uid: 52875 components: - type: Transform - pos: 198.5,-73.5 + pos: -130.5,-195.5 parent: 1 - - uid: 33130 + - uid: 52876 components: - type: Transform - pos: 198.5,-74.5 + pos: -130.5,-196.5 parent: 1 - - uid: 33131 + - uid: 52877 components: - type: Transform - pos: 198.5,-75.5 + pos: -131.5,-195.5 parent: 1 - - uid: 33132 + - uid: 52878 components: - type: Transform - pos: 198.5,-76.5 + pos: -131.5,-196.5 parent: 1 - - uid: 33133 + - uid: 52879 components: - type: Transform - pos: 198.5,-77.5 + pos: -132.5,-195.5 parent: 1 - - uid: 33134 + - uid: 52880 components: - type: Transform - pos: 198.5,-78.5 + pos: -132.5,-196.5 parent: 1 - - uid: 33135 + - uid: 52881 components: - type: Transform - pos: 198.5,-79.5 + pos: -133.5,-195.5 parent: 1 - - uid: 33136 + - uid: 52882 components: - type: Transform - pos: 175.5,-53.5 + pos: -133.5,-196.5 parent: 1 - - uid: 33137 + - uid: 52883 components: - type: Transform - pos: 180.5,-51.5 + pos: -134.5,-195.5 parent: 1 - - uid: 33138 + - uid: 52884 components: - type: Transform - pos: 179.5,-51.5 + pos: -134.5,-196.5 parent: 1 - - uid: 33139 + - uid: 52885 components: - type: Transform - pos: 162.5,-60.5 + pos: -135.5,-195.5 parent: 1 - - uid: 33140 + - uid: 52886 components: - type: Transform - pos: 164.5,-56.5 + pos: -135.5,-196.5 parent: 1 - - uid: 33141 + - uid: 52887 components: - type: Transform - pos: 175.5,-55.5 + pos: -136.5,-195.5 parent: 1 - - uid: 33142 + - uid: 52888 components: - type: Transform - pos: 175.5,-56.5 + pos: -136.5,-196.5 parent: 1 - - uid: 33143 + - uid: 52889 components: - type: Transform - pos: 175.5,-57.5 + pos: -137.5,-195.5 parent: 1 - - uid: 33144 + - uid: 52890 components: - type: Transform - pos: 175.5,-58.5 + pos: -137.5,-196.5 parent: 1 - - uid: 33145 + - uid: 52891 components: - type: Transform - pos: 175.5,-59.5 + pos: -138.5,-195.5 parent: 1 - - uid: 33146 + - uid: 52892 components: - type: Transform - pos: 175.5,-60.5 + pos: -138.5,-196.5 parent: 1 - - uid: 33147 + - uid: 52893 components: - type: Transform - pos: 175.5,-61.5 + pos: -139.5,-195.5 parent: 1 - - uid: 33148 + - uid: 52894 components: - type: Transform - pos: 175.5,-62.5 + pos: -139.5,-196.5 parent: 1 - - uid: 33149 + - uid: 52895 components: - type: Transform - pos: 176.5,-52.5 + pos: -140.5,-195.5 parent: 1 - - uid: 33150 + - uid: 52896 components: - type: Transform - pos: 176.5,-53.5 + pos: -140.5,-196.5 parent: 1 - - uid: 33151 + - uid: 52897 components: - type: Transform - pos: 176.5,-54.5 + pos: -141.5,-195.5 parent: 1 - - uid: 33152 + - uid: 52898 components: - type: Transform - pos: 176.5,-55.5 + pos: -141.5,-196.5 parent: 1 - - uid: 33153 + - uid: 52899 components: - type: Transform - pos: 176.5,-56.5 + pos: -142.5,-195.5 parent: 1 - - uid: 33154 + - uid: 52900 components: - type: Transform - pos: 176.5,-57.5 + pos: -142.5,-196.5 parent: 1 - - uid: 33155 + - uid: 52901 components: - type: Transform - pos: 176.5,-58.5 + pos: -143.5,-195.5 parent: 1 - - uid: 33156 + - uid: 52902 components: - type: Transform - pos: 176.5,-59.5 + pos: -143.5,-196.5 parent: 1 - - uid: 33157 + - uid: 52903 components: - type: Transform - pos: 176.5,-60.5 + pos: -144.5,-195.5 parent: 1 - - uid: 33158 + - uid: 52904 components: - type: Transform - pos: 176.5,-61.5 + pos: -144.5,-196.5 parent: 1 - - uid: 33159 + - uid: 52905 components: - type: Transform - pos: 176.5,-62.5 + pos: -145.5,-195.5 parent: 1 - - uid: 33160 + - uid: 52906 components: - type: Transform - pos: 177.5,-52.5 + pos: -145.5,-196.5 parent: 1 - - uid: 33161 + - uid: 52907 components: - type: Transform - pos: 177.5,-53.5 + pos: -146.5,-195.5 parent: 1 - - uid: 33162 + - uid: 52908 components: - type: Transform - pos: 177.5,-54.5 + pos: -146.5,-196.5 parent: 1 - - uid: 33163 + - uid: 52909 components: - type: Transform - pos: 177.5,-55.5 + pos: -147.5,-195.5 parent: 1 - - uid: 33164 + - uid: 52910 components: - type: Transform - pos: 177.5,-56.5 + pos: -147.5,-196.5 parent: 1 - - uid: 33165 + - uid: 52911 components: - type: Transform - pos: 177.5,-57.5 + pos: -148.5,-195.5 parent: 1 - - uid: 33166 + - uid: 52912 components: - type: Transform - pos: 177.5,-58.5 + pos: -148.5,-196.5 parent: 1 - - uid: 33167 + - uid: 52913 components: - type: Transform - pos: 177.5,-59.5 + pos: 193.5,198.5 parent: 1 - - uid: 33168 + - uid: 52914 components: - type: Transform - pos: 177.5,-60.5 + pos: 190.5,198.5 parent: 1 - - uid: 33169 + - uid: 52915 components: - type: Transform - pos: 177.5,-61.5 + pos: 192.5,198.5 parent: 1 - - uid: 33170 + - uid: 52916 components: - type: Transform - pos: 177.5,-62.5 + pos: 193.5,197.5 parent: 1 - - uid: 33171 + - uid: 52917 components: - type: Transform - pos: 178.5,-52.5 + pos: 194.5,197.5 parent: 1 - - uid: 33172 + - uid: 52918 components: - type: Transform - pos: 178.5,-53.5 + pos: 214.5,174.5 parent: 1 - - uid: 33173 + - uid: 52919 components: - type: Transform - pos: 178.5,-54.5 + pos: 215.5,173.5 parent: 1 - - uid: 33174 + - uid: 52920 components: - type: Transform - pos: 178.5,-55.5 + pos: 204.5,193.5 parent: 1 - - uid: 33175 + - uid: 52921 components: - type: Transform - pos: 178.5,-56.5 + pos: 193.5,196.5 parent: 1 - - uid: 33176 + - uid: 52922 components: - type: Transform - pos: 178.5,-57.5 + pos: 192.5,-176.5 parent: 1 - - uid: 33177 + - uid: 52923 components: - type: Transform - pos: 178.5,-58.5 + pos: -198.5,-74.5 parent: 1 - - uid: 33178 + - uid: 52924 components: - type: Transform - pos: 178.5,-59.5 + pos: -198.5,-75.5 parent: 1 - - uid: 33179 + - uid: 52925 components: - type: Transform - pos: 178.5,-60.5 + pos: -197.5,-76.5 parent: 1 - - uid: 33180 + - uid: 52926 components: - type: Transform - pos: 178.5,-61.5 + pos: -198.5,-70.5 parent: 1 - - uid: 33181 + - uid: 52927 components: - type: Transform - pos: 178.5,-62.5 + pos: -198.5,-71.5 parent: 1 - - uid: 33182 + - uid: 52928 components: - type: Transform - pos: 179.5,-52.5 + pos: -198.5,-72.5 parent: 1 - - uid: 33183 + - uid: 52929 components: - type: Transform - pos: 179.5,-53.5 + pos: -198.5,-73.5 parent: 1 - - uid: 33184 + - uid: 52930 components: - type: Transform - pos: 179.5,-54.5 + pos: -197.5,-70.5 parent: 1 - - uid: 33185 + - uid: 52931 components: - type: Transform - pos: 179.5,-55.5 + pos: -196.5,-70.5 parent: 1 - - uid: 33186 + - uid: 52932 components: - type: Transform - pos: 179.5,-56.5 + pos: -195.5,-70.5 parent: 1 - - uid: 33187 + - uid: 52933 components: - type: Transform - pos: 179.5,-57.5 + pos: -194.5,-70.5 parent: 1 - - uid: 33188 + - uid: 52934 components: - type: Transform - pos: 179.5,-58.5 + pos: -195.5,-73.5 parent: 1 - - uid: 33189 + - uid: 52935 components: - type: Transform - pos: 179.5,-59.5 + pos: -195.5,-72.5 parent: 1 - - uid: 33190 + - uid: 52936 components: - type: Transform - pos: 179.5,-60.5 + pos: -195.5,-71.5 parent: 1 - - uid: 33191 + - uid: 52937 components: - type: Transform - pos: 179.5,-61.5 + pos: -196.5,-73.5 parent: 1 - - uid: 33192 + - uid: 52938 components: - type: Transform - pos: 179.5,-62.5 + pos: -196.5,-72.5 parent: 1 - - uid: 33193 + - uid: 52939 components: - type: Transform - pos: 180.5,-52.5 + pos: -196.5,-71.5 parent: 1 - - uid: 33194 + - uid: 52940 components: - type: Transform - pos: 180.5,-53.5 + pos: -197.5,-73.5 parent: 1 - - uid: 33195 + - uid: 52941 components: - type: Transform - pos: 180.5,-54.5 + pos: -197.5,-72.5 parent: 1 - - uid: 33196 + - uid: 52942 components: - type: Transform - pos: 180.5,-55.5 + pos: -197.5,-71.5 parent: 1 - - uid: 33197 + - uid: 52943 components: - type: Transform - pos: 180.5,-56.5 + pos: -197.5,-75.5 parent: 1 - - uid: 33198 + - uid: 52944 components: - type: Transform - pos: 180.5,-57.5 + pos: -196.5,-75.5 parent: 1 - - uid: 33199 + - uid: 52945 components: - type: Transform - pos: 180.5,-58.5 + pos: -196.5,-74.5 parent: 1 - - uid: 33200 + - uid: 52946 components: - type: Transform - pos: 180.5,-59.5 + pos: -197.5,-74.5 parent: 1 - - uid: 33201 + - uid: 52947 components: - type: Transform - pos: 180.5,-60.5 + pos: 198.5,-7.5 parent: 1 - - uid: 33202 + - uid: 52948 components: - type: Transform - pos: 180.5,-61.5 + pos: 147.5,-109.5 parent: 1 - - uid: 33203 + - uid: 52949 components: - type: Transform - pos: 180.5,-62.5 + pos: 152.5,-64.5 parent: 1 - - uid: 33204 + - uid: 52950 components: - type: Transform - pos: 181.5,-52.5 + pos: 195.5,-37.5 parent: 1 - - uid: 33205 + - uid: 52951 components: - type: Transform - pos: 181.5,-53.5 + pos: 195.5,-36.5 parent: 1 - - uid: 33206 + - uid: 52952 components: - type: Transform - pos: 181.5,-54.5 + pos: 161.5,-79.5 parent: 1 - - uid: 33207 + - uid: 52953 components: - type: Transform - pos: 181.5,-55.5 + pos: 163.5,-79.5 parent: 1 - - uid: 33208 + - uid: 52954 components: - type: Transform - pos: 181.5,-56.5 + pos: 192.5,-178.5 parent: 1 - - uid: 33209 + - uid: 52955 components: - type: Transform - pos: 181.5,-57.5 + pos: 164.5,-79.5 parent: 1 - - uid: 33210 + - uid: 52956 components: - type: Transform - pos: 181.5,-58.5 + pos: 162.5,-79.5 parent: 1 - - uid: 33211 + - uid: 52957 components: - type: Transform - pos: 181.5,-59.5 + pos: 152.5,-63.5 parent: 1 - - uid: 33212 + - uid: 52958 components: - type: Transform - pos: 181.5,-60.5 + pos: 168.5,-115.5 parent: 1 - - uid: 33213 + - uid: 52959 components: - type: Transform - pos: 181.5,-61.5 + pos: 169.5,-115.5 parent: 1 - - uid: 33214 + - uid: 52960 components: - type: Transform - pos: 181.5,-62.5 + pos: 153.5,-64.5 parent: 1 - - uid: 33215 + - uid: 52961 components: - type: Transform - pos: 182.5,-52.5 + pos: 153.5,-63.5 parent: 1 - - uid: 33216 + - uid: 52962 components: - type: Transform - pos: 182.5,-53.5 + pos: 154.5,-63.5 parent: 1 - - uid: 33217 + - uid: 52963 components: - type: Transform - pos: 182.5,-54.5 + pos: 175.5,-52.5 parent: 1 - - uid: 33218 + - uid: 52964 components: - type: Transform - pos: 182.5,-55.5 + pos: 164.5,-55.5 parent: 1 - - uid: 33219 + - uid: 52965 components: - type: Transform - pos: 182.5,-56.5 + pos: 187.5,-71.5 parent: 1 - - uid: 33220 + - uid: 52966 components: - type: Transform - pos: 182.5,-57.5 + pos: 164.5,-54.5 parent: 1 - - uid: 33221 + - uid: 52967 components: - type: Transform - pos: 182.5,-58.5 + pos: 154.5,-64.5 parent: 1 - - uid: 33222 + - uid: 52968 components: - type: Transform - pos: 182.5,-59.5 + pos: 165.5,-79.5 parent: 1 - - uid: 33223 + - uid: 52969 components: - type: Transform - pos: 182.5,-60.5 + pos: 166.5,-79.5 parent: 1 - - uid: 33224 + - uid: 52970 components: - type: Transform - pos: 182.5,-61.5 + pos: 167.5,-79.5 parent: 1 - - uid: 33225 + - uid: 52971 components: - type: Transform - pos: 182.5,-62.5 + pos: 168.5,-79.5 parent: 1 - - uid: 33226 + - uid: 52972 components: - type: Transform - pos: 183.5,-52.5 + pos: 169.5,-79.5 parent: 1 - - uid: 33227 + - uid: 52973 components: - type: Transform - pos: 183.5,-53.5 + pos: 170.5,-79.5 parent: 1 - - uid: 33228 + - uid: 52974 components: - type: Transform - pos: 183.5,-54.5 + pos: 171.5,-79.5 parent: 1 - - uid: 33229 + - uid: 52975 components: - type: Transform - pos: 183.5,-55.5 + pos: 172.5,-79.5 parent: 1 - - uid: 33230 + - uid: 52976 components: - type: Transform - pos: 183.5,-56.5 + pos: 173.5,-79.5 parent: 1 - - uid: 33231 + - uid: 52977 components: - type: Transform - pos: 183.5,-57.5 + pos: 174.5,-79.5 parent: 1 - - uid: 33232 + - uid: 52978 components: - type: Transform - pos: 183.5,-58.5 + pos: 175.5,-79.5 parent: 1 - - uid: 33233 + - uid: 52979 components: - type: Transform - pos: 183.5,-59.5 + pos: 176.5,-79.5 parent: 1 - - uid: 33234 + - uid: 52980 components: - type: Transform - pos: 183.5,-60.5 + pos: 177.5,-79.5 parent: 1 - - uid: 33235 + - uid: 52981 components: - type: Transform - pos: 183.5,-61.5 + pos: 178.5,-79.5 parent: 1 - - uid: 33236 + - uid: 52982 components: - type: Transform - pos: 183.5,-62.5 + pos: 183.5,-79.5 parent: 1 - - uid: 33237 + - uid: 52983 components: - type: Transform - pos: 184.5,-52.5 + pos: 184.5,-79.5 parent: 1 - - uid: 33238 + - uid: 52984 components: - type: Transform - pos: 184.5,-53.5 + pos: 185.5,-79.5 parent: 1 - - uid: 33239 + - uid: 52985 components: - type: Transform - pos: 184.5,-54.5 + pos: 155.5,-79.5 parent: 1 - - uid: 33240 + - uid: 52986 components: - type: Transform - pos: 184.5,-55.5 + pos: 162.5,-59.5 parent: 1 - - uid: 33241 + - uid: 52987 components: - type: Transform - pos: 184.5,-56.5 + pos: 175.5,-93.5 parent: 1 - - uid: 33242 + - uid: 52988 components: - type: Transform - pos: 184.5,-57.5 + pos: 162.5,-58.5 parent: 1 - - uid: 33243 + - uid: 52989 components: - type: Transform - pos: 184.5,-58.5 + pos: 162.5,-61.5 parent: 1 - - uid: 33244 + - uid: 52990 components: - type: Transform - pos: 184.5,-59.5 + pos: 187.5,-70.5 parent: 1 - - uid: 33245 + - uid: 52991 components: - type: Transform - pos: 184.5,-60.5 + pos: 155.5,-63.5 parent: 1 - - uid: 33246 + - uid: 52992 components: - type: Transform - pos: 184.5,-61.5 + pos: 151.5,-65.5 parent: 1 - - uid: 33247 + - uid: 52993 components: - type: Transform - pos: 184.5,-62.5 + pos: 151.5,-66.5 parent: 1 - - uid: 33248 + - uid: 52994 components: - type: Transform - pos: 185.5,-52.5 + pos: 151.5,-67.5 parent: 1 - - uid: 33249 + - uid: 52995 components: - type: Transform - pos: 185.5,-53.5 + pos: 151.5,-68.5 parent: 1 - - uid: 33250 + - uid: 52996 components: - type: Transform - pos: 185.5,-54.5 + pos: 151.5,-69.5 parent: 1 - - uid: 33251 + - uid: 52997 components: - type: Transform - pos: 185.5,-55.5 + pos: 151.5,-70.5 parent: 1 - - uid: 33252 + - uid: 52998 components: - type: Transform - pos: 185.5,-56.5 + pos: 151.5,-71.5 parent: 1 - - uid: 33253 + - uid: 52999 components: - type: Transform - pos: 185.5,-57.5 + pos: 151.5,-72.5 parent: 1 - - uid: 33254 + - uid: 53000 components: - type: Transform - pos: 185.5,-58.5 + pos: 151.5,-73.5 parent: 1 - - uid: 33255 + - uid: 53001 components: - type: Transform - pos: 185.5,-59.5 + pos: 151.5,-74.5 parent: 1 - - uid: 33256 + - uid: 53002 components: - type: Transform - pos: 185.5,-60.5 + pos: 151.5,-75.5 parent: 1 - - uid: 33257 + - uid: 53003 components: - type: Transform - pos: 185.5,-61.5 + pos: 151.5,-76.5 parent: 1 - - uid: 33258 + - uid: 53004 components: - type: Transform - pos: 185.5,-62.5 + pos: 151.5,-77.5 parent: 1 - - uid: 33259 + - uid: 53005 components: - type: Transform - pos: 186.5,-52.5 + pos: 151.5,-78.5 parent: 1 - - uid: 33260 + - uid: 53006 components: - type: Transform - pos: 186.5,-53.5 + pos: 151.5,-79.5 parent: 1 - - uid: 33261 + - uid: 53007 components: - type: Transform - pos: 186.5,-54.5 + pos: 152.5,-65.5 parent: 1 - - uid: 33262 + - uid: 53008 components: - type: Transform - pos: 186.5,-55.5 + pos: 152.5,-66.5 parent: 1 - - uid: 33263 + - uid: 53009 components: - type: Transform - pos: 186.5,-56.5 + pos: 152.5,-67.5 parent: 1 - - uid: 33264 + - uid: 53010 components: - type: Transform - pos: 186.5,-57.5 + pos: 152.5,-68.5 parent: 1 - - uid: 33265 + - uid: 53011 components: - type: Transform - pos: 186.5,-58.5 + pos: 152.5,-69.5 parent: 1 - - uid: 33266 + - uid: 53012 components: - type: Transform - pos: 186.5,-59.5 + pos: 152.5,-70.5 parent: 1 - - uid: 33267 + - uid: 53013 components: - type: Transform - pos: 186.5,-60.5 + pos: 152.5,-71.5 parent: 1 - - uid: 33268 + - uid: 53014 components: - type: Transform - pos: 186.5,-61.5 + pos: 152.5,-72.5 parent: 1 - - uid: 33269 + - uid: 53015 components: - type: Transform - pos: 186.5,-62.5 + pos: 152.5,-73.5 parent: 1 - - uid: 33270 + - uid: 53016 components: - type: Transform - pos: 187.5,-52.5 + pos: 152.5,-74.5 parent: 1 - - uid: 33271 + - uid: 53017 components: - type: Transform - pos: 187.5,-53.5 + pos: 152.5,-75.5 parent: 1 - - uid: 33272 + - uid: 53018 components: - type: Transform - pos: 187.5,-54.5 + pos: 152.5,-76.5 parent: 1 - - uid: 33273 + - uid: 53019 components: - type: Transform - pos: 187.5,-55.5 + pos: 152.5,-77.5 parent: 1 - - uid: 33274 + - uid: 53020 components: - type: Transform - pos: 187.5,-56.5 + pos: 152.5,-78.5 parent: 1 - - uid: 33275 + - uid: 53021 components: - type: Transform - pos: 187.5,-57.5 + pos: 152.5,-79.5 parent: 1 - - uid: 33276 + - uid: 53022 components: - type: Transform - pos: 187.5,-58.5 + pos: 153.5,-65.5 parent: 1 - - uid: 33277 + - uid: 53023 components: - type: Transform - pos: 187.5,-59.5 + pos: 153.5,-66.5 parent: 1 - - uid: 33278 + - uid: 53024 components: - type: Transform - pos: 187.5,-60.5 + pos: 153.5,-67.5 parent: 1 - - uid: 33279 + - uid: 53025 components: - type: Transform - pos: 187.5,-61.5 + pos: 153.5,-68.5 parent: 1 - - uid: 33280 + - uid: 53026 components: - type: Transform - pos: 187.5,-62.5 + pos: 153.5,-69.5 parent: 1 - - uid: 33281 + - uid: 53027 components: - type: Transform - pos: 188.5,-52.5 + pos: 153.5,-70.5 parent: 1 - - uid: 33282 + - uid: 53028 components: - type: Transform - pos: 188.5,-53.5 + pos: 153.5,-71.5 parent: 1 - - uid: 33283 + - uid: 53029 components: - type: Transform - pos: 188.5,-54.5 + pos: 153.5,-72.5 parent: 1 - - uid: 33284 + - uid: 53030 components: - type: Transform - pos: 188.5,-55.5 + pos: 153.5,-73.5 parent: 1 - - uid: 33285 + - uid: 53031 components: - type: Transform - pos: 188.5,-56.5 + pos: 153.5,-74.5 parent: 1 - - uid: 33286 + - uid: 53032 components: - type: Transform - pos: 188.5,-57.5 + pos: 153.5,-75.5 parent: 1 - - uid: 33287 + - uid: 53033 components: - type: Transform - pos: 188.5,-58.5 + pos: 153.5,-76.5 parent: 1 - - uid: 33288 + - uid: 53034 components: - type: Transform - pos: 188.5,-59.5 + pos: 153.5,-77.5 parent: 1 - - uid: 33289 + - uid: 53035 components: - type: Transform - pos: 188.5,-60.5 + pos: 153.5,-78.5 parent: 1 - - uid: 33290 + - uid: 53036 components: - type: Transform - pos: 188.5,-61.5 + pos: 153.5,-79.5 parent: 1 - - uid: 33291 + - uid: 53037 components: - type: Transform - pos: 188.5,-62.5 + pos: 154.5,-65.5 parent: 1 - - uid: 33292 + - uid: 53038 components: - type: Transform - pos: 189.5,-52.5 + pos: 154.5,-66.5 parent: 1 - - uid: 33293 + - uid: 53039 components: - type: Transform - pos: 189.5,-53.5 + pos: 154.5,-67.5 parent: 1 - - uid: 33294 + - uid: 53040 components: - type: Transform - pos: 189.5,-54.5 + pos: 154.5,-68.5 parent: 1 - - uid: 33295 + - uid: 53041 components: - type: Transform - pos: 189.5,-55.5 + pos: 154.5,-69.5 parent: 1 - - uid: 33296 + - uid: 53042 components: - type: Transform - pos: 189.5,-56.5 + pos: 154.5,-70.5 parent: 1 - - uid: 33297 + - uid: 53043 components: - type: Transform - pos: 189.5,-57.5 + pos: 154.5,-71.5 parent: 1 - - uid: 33298 + - uid: 53044 components: - type: Transform - pos: 189.5,-58.5 + pos: 154.5,-72.5 parent: 1 - - uid: 33299 + - uid: 53045 components: - type: Transform - pos: 189.5,-59.5 + pos: 154.5,-73.5 parent: 1 - - uid: 33300 + - uid: 53046 components: - type: Transform - pos: 189.5,-60.5 + pos: 154.5,-74.5 parent: 1 - - uid: 33301 + - uid: 53047 components: - type: Transform - pos: 189.5,-61.5 + pos: 154.5,-75.5 parent: 1 - - uid: 33302 + - uid: 53048 components: - type: Transform - pos: 189.5,-62.5 + pos: 154.5,-76.5 parent: 1 - - uid: 33303 + - uid: 53049 components: - type: Transform - pos: 190.5,-52.5 + pos: 154.5,-77.5 parent: 1 - - uid: 33304 + - uid: 53050 components: - type: Transform - pos: 190.5,-53.5 + pos: 154.5,-78.5 parent: 1 - - uid: 33305 + - uid: 53051 components: - type: Transform - pos: 190.5,-54.5 + pos: 154.5,-79.5 parent: 1 - - uid: 33306 + - uid: 53052 components: - type: Transform - pos: 190.5,-55.5 + pos: 150.5,-66.5 parent: 1 - - uid: 33307 + - uid: 53053 components: - type: Transform - pos: 190.5,-56.5 + pos: 150.5,-67.5 parent: 1 - - uid: 33308 + - uid: 53054 components: - type: Transform - pos: 190.5,-57.5 + pos: 150.5,-68.5 parent: 1 - - uid: 33309 + - uid: 53055 components: - type: Transform - pos: 190.5,-58.5 + pos: 150.5,-69.5 parent: 1 - - uid: 33310 + - uid: 53056 components: - type: Transform - pos: 190.5,-59.5 + pos: 150.5,-70.5 parent: 1 - - uid: 33311 + - uid: 53057 components: - type: Transform - pos: 190.5,-60.5 + pos: 150.5,-71.5 parent: 1 - - uid: 33312 + - uid: 53058 components: - type: Transform - pos: 190.5,-61.5 + pos: 150.5,-72.5 parent: 1 - - uid: 33313 + - uid: 53059 components: - type: Transform - pos: 190.5,-62.5 + pos: 150.5,-73.5 parent: 1 - - uid: 33314 + - uid: 53060 components: - type: Transform - pos: 191.5,-52.5 + pos: 150.5,-74.5 parent: 1 - - uid: 33315 + - uid: 53061 components: - type: Transform - pos: 191.5,-53.5 + pos: 150.5,-75.5 parent: 1 - - uid: 33316 + - uid: 53062 components: - type: Transform - pos: 191.5,-54.5 + pos: 150.5,-76.5 parent: 1 - - uid: 33317 + - uid: 53063 components: - type: Transform - pos: 191.5,-55.5 + pos: 150.5,-77.5 parent: 1 - - uid: 33318 + - uid: 53064 components: - type: Transform - pos: 191.5,-56.5 + pos: 150.5,-78.5 parent: 1 - - uid: 33319 + - uid: 53065 components: - type: Transform - pos: 191.5,-57.5 + pos: 150.5,-79.5 parent: 1 - - uid: 33320 + - uid: 53066 components: - type: Transform - pos: 191.5,-58.5 + pos: 149.5,-67.5 parent: 1 - - uid: 33321 + - uid: 53067 components: - type: Transform - pos: 191.5,-59.5 + pos: 149.5,-68.5 parent: 1 - - uid: 33322 + - uid: 53068 components: - type: Transform - pos: 191.5,-60.5 + pos: 149.5,-69.5 parent: 1 - - uid: 33323 + - uid: 53069 components: - type: Transform - pos: 191.5,-61.5 + pos: 149.5,-70.5 parent: 1 - - uid: 33324 + - uid: 53070 components: - type: Transform - pos: 191.5,-62.5 + pos: 149.5,-71.5 parent: 1 - - uid: 33325 + - uid: 53071 components: - type: Transform - pos: 192.5,-52.5 + pos: 149.5,-72.5 parent: 1 - - uid: 33326 + - uid: 53072 components: - type: Transform - pos: 192.5,-53.5 + pos: 149.5,-73.5 parent: 1 - - uid: 33327 + - uid: 53073 components: - type: Transform - pos: 192.5,-54.5 + pos: 149.5,-74.5 parent: 1 - - uid: 33328 + - uid: 53074 components: - type: Transform - pos: 192.5,-55.5 + pos: 149.5,-75.5 parent: 1 - - uid: 33329 + - uid: 53075 components: - type: Transform - pos: 192.5,-56.5 + pos: 149.5,-76.5 parent: 1 - - uid: 33330 + - uid: 53076 components: - type: Transform - pos: 192.5,-57.5 + pos: 149.5,-77.5 parent: 1 - - uid: 33331 + - uid: 53077 components: - type: Transform - pos: 192.5,-58.5 + pos: 149.5,-78.5 parent: 1 - - uid: 33332 + - uid: 53078 components: - type: Transform - pos: 192.5,-59.5 + pos: 149.5,-79.5 parent: 1 - - uid: 33333 + - uid: 53079 components: - type: Transform - pos: 192.5,-60.5 + pos: 148.5,-68.5 parent: 1 - - uid: 33334 + - uid: 53080 components: - type: Transform - pos: 192.5,-61.5 + pos: 148.5,-69.5 parent: 1 - - uid: 33335 + - uid: 53081 components: - type: Transform - pos: 192.5,-62.5 + pos: 148.5,-70.5 parent: 1 - - uid: 33336 + - uid: 53082 components: - type: Transform - pos: 193.5,-52.5 + pos: 148.5,-71.5 parent: 1 - - uid: 33337 + - uid: 53083 components: - type: Transform - pos: 193.5,-53.5 + pos: 148.5,-72.5 parent: 1 - - uid: 33338 + - uid: 53084 components: - type: Transform - pos: 193.5,-54.5 + pos: 148.5,-73.5 parent: 1 - - uid: 33339 + - uid: 53085 components: - type: Transform - pos: 193.5,-55.5 + pos: 148.5,-74.5 parent: 1 - - uid: 33340 + - uid: 53086 components: - type: Transform - pos: 193.5,-56.5 + pos: 148.5,-75.5 parent: 1 - - uid: 33341 + - uid: 53087 components: - type: Transform - pos: 193.5,-57.5 + pos: 148.5,-76.5 parent: 1 - - uid: 33342 + - uid: 53088 components: - type: Transform - pos: 193.5,-58.5 + pos: 148.5,-77.5 parent: 1 - - uid: 33343 + - uid: 53089 components: - type: Transform - pos: 193.5,-59.5 + pos: 148.5,-78.5 parent: 1 - - uid: 33344 + - uid: 53090 components: - type: Transform - pos: 193.5,-60.5 + pos: 148.5,-79.5 parent: 1 - - uid: 33345 + - uid: 53091 components: - type: Transform - pos: 193.5,-61.5 + pos: 147.5,-69.5 parent: 1 - - uid: 33346 + - uid: 53092 components: - type: Transform - pos: 193.5,-62.5 + pos: 147.5,-70.5 parent: 1 - - uid: 33347 + - uid: 53093 components: - type: Transform - pos: 194.5,-52.5 + pos: 147.5,-71.5 parent: 1 - - uid: 33348 + - uid: 53094 components: - type: Transform - pos: 194.5,-53.5 + pos: 147.5,-72.5 parent: 1 - - uid: 33349 + - uid: 53095 components: - type: Transform - pos: 194.5,-54.5 + pos: 147.5,-73.5 parent: 1 - - uid: 33350 + - uid: 53096 components: - type: Transform - pos: 194.5,-55.5 + pos: 147.5,-74.5 parent: 1 - - uid: 33351 + - uid: 53097 components: - type: Transform - pos: 194.5,-56.5 + pos: 147.5,-75.5 parent: 1 - - uid: 33352 + - uid: 53098 components: - type: Transform - pos: 194.5,-57.5 + pos: 147.5,-76.5 parent: 1 - - uid: 33353 + - uid: 53099 components: - type: Transform - pos: 194.5,-58.5 + pos: 147.5,-77.5 parent: 1 - - uid: 33354 + - uid: 53100 components: - type: Transform - pos: 194.5,-59.5 + pos: 147.5,-78.5 parent: 1 - - uid: 33355 + - uid: 53101 components: - type: Transform - pos: 194.5,-60.5 + pos: 147.5,-79.5 parent: 1 - - uid: 33356 + - uid: 53102 components: - type: Transform - pos: 194.5,-61.5 + pos: 146.5,-70.5 parent: 1 - - uid: 33357 + - uid: 53103 components: - type: Transform - pos: 194.5,-62.5 + pos: 146.5,-71.5 parent: 1 - - uid: 33358 + - uid: 53104 components: - type: Transform - pos: 195.5,-52.5 + pos: 146.5,-72.5 parent: 1 - - uid: 33359 + - uid: 53105 components: - type: Transform - pos: 195.5,-53.5 + pos: 146.5,-73.5 parent: 1 - - uid: 33360 + - uid: 53106 components: - type: Transform - pos: 195.5,-54.5 + pos: 146.5,-74.5 parent: 1 - - uid: 33361 + - uid: 53107 components: - type: Transform - pos: 195.5,-55.5 + pos: 146.5,-75.5 parent: 1 - - uid: 33362 + - uid: 53108 components: - type: Transform - pos: 195.5,-56.5 + pos: 146.5,-76.5 parent: 1 - - uid: 33363 + - uid: 53109 components: - type: Transform - pos: 195.5,-57.5 + pos: 146.5,-77.5 parent: 1 - - uid: 33364 + - uid: 53110 components: - type: Transform - pos: 195.5,-58.5 + pos: 146.5,-78.5 parent: 1 - - uid: 33365 + - uid: 53111 components: - type: Transform - pos: 195.5,-59.5 + pos: 146.5,-79.5 parent: 1 - - uid: 33366 + - uid: 53112 components: - type: Transform - pos: 195.5,-60.5 + pos: 145.5,-72.5 parent: 1 - - uid: 33367 + - uid: 53113 components: - type: Transform - pos: 195.5,-61.5 + pos: 145.5,-73.5 parent: 1 - - uid: 33368 + - uid: 53114 components: - type: Transform - pos: 195.5,-62.5 + pos: 145.5,-74.5 parent: 1 - - uid: 33369 + - uid: 53115 components: - type: Transform - pos: 196.5,-52.5 + pos: 145.5,-75.5 parent: 1 - - uid: 33370 + - uid: 53116 components: - type: Transform - pos: 196.5,-53.5 + pos: 145.5,-76.5 parent: 1 - - uid: 33371 + - uid: 53117 components: - type: Transform - pos: 196.5,-54.5 + pos: 145.5,-77.5 parent: 1 - - uid: 33372 + - uid: 53118 components: - type: Transform - pos: 196.5,-55.5 + pos: 145.5,-78.5 parent: 1 - - uid: 33373 + - uid: 53119 components: - type: Transform - pos: 196.5,-56.5 + pos: 145.5,-79.5 parent: 1 - - uid: 33374 + - uid: 53120 components: - type: Transform - pos: 196.5,-57.5 + pos: 145.5,-71.5 parent: 1 - - uid: 33375 + - uid: 53121 components: - type: Transform - pos: 196.5,-58.5 + pos: 144.5,-72.5 parent: 1 - - uid: 33376 + - uid: 53122 components: - type: Transform - pos: 196.5,-59.5 + pos: 144.5,-73.5 parent: 1 - - uid: 33377 + - uid: 53123 components: - type: Transform - pos: 196.5,-60.5 + pos: 144.5,-74.5 parent: 1 - - uid: 33378 + - uid: 53124 components: - type: Transform - pos: 196.5,-61.5 + pos: 144.5,-75.5 parent: 1 - - uid: 33379 + - uid: 53125 components: - type: Transform - pos: 196.5,-62.5 + pos: 144.5,-76.5 parent: 1 - - uid: 33380 + - uid: 53126 components: - type: Transform - pos: 197.5,-52.5 + pos: 144.5,-77.5 parent: 1 - - uid: 33381 + - uid: 53127 components: - type: Transform - pos: 197.5,-53.5 + pos: 144.5,-78.5 parent: 1 - - uid: 33382 + - uid: 53128 components: - type: Transform - pos: 197.5,-54.5 + pos: 144.5,-79.5 parent: 1 - - uid: 33383 + - uid: 53129 components: - type: Transform - pos: 197.5,-55.5 + pos: 143.5,-73.5 parent: 1 - - uid: 33384 + - uid: 53130 components: - type: Transform - pos: 197.5,-56.5 + pos: 143.5,-74.5 parent: 1 - - uid: 33385 + - uid: 53131 components: - type: Transform - pos: 197.5,-57.5 + pos: 143.5,-75.5 parent: 1 - - uid: 33386 + - uid: 53132 components: - type: Transform - pos: 197.5,-58.5 + pos: 143.5,-76.5 parent: 1 - - uid: 33387 + - uid: 53133 components: - type: Transform - pos: 197.5,-59.5 + pos: 143.5,-77.5 parent: 1 - - uid: 33388 + - uid: 53134 components: - type: Transform - pos: 197.5,-60.5 + pos: 143.5,-78.5 parent: 1 - - uid: 33389 + - uid: 53135 components: - type: Transform - pos: 197.5,-61.5 + pos: 143.5,-79.5 parent: 1 - - uid: 33390 + - uid: 53136 components: - type: Transform - pos: 197.5,-62.5 + pos: 142.5,-74.5 parent: 1 - - uid: 33391 + - uid: 53137 components: - type: Transform - pos: 198.5,-52.5 + pos: 142.5,-75.5 parent: 1 - - uid: 33392 + - uid: 53138 components: - type: Transform - pos: 198.5,-53.5 + pos: 142.5,-76.5 parent: 1 - - uid: 33393 + - uid: 53139 components: - type: Transform - pos: 198.5,-54.5 + pos: 142.5,-77.5 parent: 1 - - uid: 33394 + - uid: 53140 components: - type: Transform - pos: 198.5,-55.5 + pos: 142.5,-78.5 parent: 1 - - uid: 33395 + - uid: 53141 components: - type: Transform - pos: 198.5,-56.5 + pos: 142.5,-79.5 parent: 1 - - uid: 33396 + - uid: 53142 components: - type: Transform - pos: 198.5,-57.5 + pos: 141.5,-75.5 parent: 1 - - uid: 33397 + - uid: 53143 components: - type: Transform - pos: 198.5,-58.5 + pos: 141.5,-76.5 parent: 1 - - uid: 33398 + - uid: 53144 components: - type: Transform - pos: 198.5,-59.5 + pos: 141.5,-77.5 parent: 1 - - uid: 33399 + - uid: 53145 components: - type: Transform - pos: 198.5,-60.5 + pos: 141.5,-78.5 parent: 1 - - uid: 33400 + - uid: 53146 components: - type: Transform - pos: 198.5,-61.5 + pos: 141.5,-79.5 parent: 1 - - uid: 33401 + - uid: 53147 components: - type: Transform - pos: 198.5,-62.5 + pos: 140.5,-77.5 parent: 1 - - uid: 33402 + - uid: 53148 components: - type: Transform - pos: 169.5,-53.5 + pos: 140.5,-78.5 parent: 1 - - uid: 33403 + - uid: 53149 components: - type: Transform - pos: 169.5,-54.5 + pos: 140.5,-79.5 parent: 1 - - uid: 33404 + - uid: 53150 components: - type: Transform - pos: 181.5,-51.5 + pos: 139.5,-79.5 parent: 1 - - uid: 33405 + - uid: 53151 components: - type: Transform - pos: 182.5,-51.5 + pos: 187.5,-66.5 parent: 1 - - uid: 33406 + - uid: 53152 components: - type: Transform - pos: 183.5,-51.5 + pos: 187.5,-65.5 parent: 1 - - uid: 33407 + - uid: 53153 components: - type: Transform - pos: 183.5,-50.5 + pos: 187.5,-67.5 parent: 1 - - uid: 33408 + - uid: 53154 components: - type: Transform - pos: 184.5,-50.5 + pos: 187.5,-68.5 parent: 1 - - uid: 33409 + - uid: 53155 components: - type: Transform - pos: 185.5,-50.5 + pos: 187.5,-69.5 parent: 1 - - uid: 33410 + - uid: 53156 components: - type: Transform - pos: 186.5,-50.5 + pos: 156.5,-63.5 parent: 1 - - uid: 33411 + - uid: 53157 components: - type: Transform - pos: 187.5,-50.5 + pos: 156.5,-64.5 parent: 1 - - uid: 33412 + - uid: 53158 components: - type: Transform - pos: 188.5,-50.5 + pos: 157.5,-63.5 parent: 1 - - uid: 33413 + - uid: 53159 components: - type: Transform - pos: 189.5,-50.5 + pos: 157.5,-64.5 parent: 1 - - uid: 33414 + - uid: 53160 components: - type: Transform - pos: 190.5,-50.5 + pos: 158.5,-63.5 parent: 1 - - uid: 33415 + - uid: 53161 components: - type: Transform - pos: 191.5,-50.5 + pos: 158.5,-64.5 parent: 1 - - uid: 33416 + - uid: 53162 components: - type: Transform - pos: 192.5,-50.5 + pos: 159.5,-63.5 parent: 1 - - uid: 33417 + - uid: 53163 components: - type: Transform - pos: 193.5,-50.5 + pos: 159.5,-64.5 parent: 1 - - uid: 33418 + - uid: 53164 components: - type: Transform - pos: 194.5,-50.5 + pos: 160.5,-63.5 parent: 1 - - uid: 33419 + - uid: 53165 components: - type: Transform - pos: 195.5,-50.5 + pos: 160.5,-64.5 parent: 1 - - uid: 33420 + - uid: 53166 components: - type: Transform - pos: 196.5,-50.5 + pos: 161.5,-63.5 parent: 1 - - uid: 33421 + - uid: 53167 components: - type: Transform - pos: 197.5,-50.5 + pos: 161.5,-64.5 parent: 1 - - uid: 33422 + - uid: 53168 components: - type: Transform - pos: 198.5,-50.5 + pos: 162.5,-63.5 parent: 1 - - uid: 33423 + - uid: 53169 components: - type: Transform - pos: 198.5,-51.5 + pos: 162.5,-64.5 parent: 1 - - uid: 33424 + - uid: 53170 components: - type: Transform - pos: 197.5,-51.5 + pos: 163.5,-63.5 parent: 1 - - uid: 33425 + - uid: 53171 components: - type: Transform - pos: 196.5,-51.5 + pos: 163.5,-64.5 parent: 1 - - uid: 33426 + - uid: 53172 components: - type: Transform - pos: 195.5,-51.5 + pos: 164.5,-63.5 parent: 1 - - uid: 33427 + - uid: 53173 components: - type: Transform - pos: 194.5,-51.5 + pos: 164.5,-64.5 parent: 1 - - uid: 33428 + - uid: 53174 components: - type: Transform - pos: 193.5,-51.5 + pos: 165.5,-63.5 parent: 1 - - uid: 33429 + - uid: 53175 components: - type: Transform - pos: 192.5,-51.5 + pos: 165.5,-64.5 parent: 1 - - uid: 33430 + - uid: 53176 components: - type: Transform - pos: 191.5,-51.5 + pos: 166.5,-63.5 parent: 1 - - uid: 33431 + - uid: 53177 components: - type: Transform - pos: 190.5,-51.5 + pos: 166.5,-64.5 parent: 1 - - uid: 33432 + - uid: 53178 components: - type: Transform - pos: 189.5,-51.5 + pos: 167.5,-63.5 parent: 1 - - uid: 33433 + - uid: 53179 components: - type: Transform - pos: 188.5,-51.5 + pos: 167.5,-64.5 parent: 1 - - uid: 33434 + - uid: 53180 components: - type: Transform - pos: 187.5,-51.5 + pos: 168.5,-63.5 parent: 1 - - uid: 33435 + - uid: 53181 components: - type: Transform - pos: 186.5,-51.5 + pos: 168.5,-64.5 parent: 1 - - uid: 33436 + - uid: 53182 components: - type: Transform - pos: 185.5,-51.5 + pos: 169.5,-63.5 parent: 1 - - uid: 33437 + - uid: 53183 components: - type: Transform - pos: 184.5,-51.5 + pos: 169.5,-64.5 parent: 1 - - uid: 33438 + - uid: 53184 components: - type: Transform - pos: 193.5,-49.5 + pos: 170.5,-63.5 parent: 1 - - uid: 33439 + - uid: 53185 components: - type: Transform - pos: 194.5,-49.5 + pos: 170.5,-64.5 parent: 1 - - uid: 33440 + - uid: 53186 components: - type: Transform - pos: 195.5,-49.5 + pos: 171.5,-63.5 parent: 1 - - uid: 33441 + - uid: 53187 components: - type: Transform - pos: 196.5,-49.5 + pos: 171.5,-64.5 parent: 1 - - uid: 33442 + - uid: 53188 components: - type: Transform - pos: 197.5,-49.5 + pos: 172.5,-63.5 parent: 1 - - uid: 33443 + - uid: 53189 components: - type: Transform - pos: 198.5,-49.5 + pos: 172.5,-64.5 parent: 1 - - uid: 33444 + - uid: 53190 components: - type: Transform - pos: 169.5,-55.5 + pos: 173.5,-63.5 parent: 1 - - uid: 33445 + - uid: 53191 components: - type: Transform - pos: 170.5,-92.5 + pos: 173.5,-64.5 parent: 1 - - uid: 33446 + - uid: 53192 components: - type: Transform - pos: 169.5,-60.5 + pos: 174.5,-63.5 parent: 1 - - uid: 33447 + - uid: 53193 components: - type: Transform - pos: 169.5,-62.5 + pos: 174.5,-64.5 parent: 1 - - uid: 33448 + - uid: 53194 components: - type: Transform - pos: 170.5,-53.5 + pos: 175.5,-63.5 parent: 1 - - uid: 33449 + - uid: 53195 components: - type: Transform - pos: 170.5,-54.5 + pos: 175.5,-64.5 parent: 1 - - uid: 33450 + - uid: 53196 components: - type: Transform - pos: 180.5,-117.5 + pos: 176.5,-63.5 parent: 1 - - uid: 33451 + - uid: 53197 components: - type: Transform - pos: 171.5,-115.5 + pos: 176.5,-64.5 parent: 1 - - uid: 33452 + - uid: 53198 components: - type: Transform - pos: 170.5,-62.5 + pos: 177.5,-63.5 parent: 1 - - uid: 33453 + - uid: 53199 components: - type: Transform - pos: 171.5,-53.5 + pos: 177.5,-64.5 parent: 1 - - uid: 33454 + - uid: 53200 components: - type: Transform - pos: 172.5,-92.5 + pos: 178.5,-63.5 parent: 1 - - uid: 33455 + - uid: 53201 components: - type: Transform - pos: 180.5,-118.5 + pos: 178.5,-64.5 parent: 1 - - uid: 33456 + - uid: 53202 components: - type: Transform - pos: 171.5,-58.5 + pos: 179.5,-63.5 parent: 1 - - uid: 33457 + - uid: 53203 components: - type: Transform - pos: 171.5,-61.5 + pos: 179.5,-64.5 parent: 1 - - uid: 33458 + - uid: 53204 components: - type: Transform - pos: 171.5,-62.5 + pos: 180.5,-63.5 parent: 1 - - uid: 33459 + - uid: 53205 components: - type: Transform - pos: 174.5,-92.5 + pos: 180.5,-64.5 parent: 1 - - uid: 33460 + - uid: 53206 components: - type: Transform - pos: 172.5,-56.5 + pos: 181.5,-63.5 parent: 1 - - uid: 33461 + - uid: 53207 components: - type: Transform - pos: 172.5,-57.5 + pos: 181.5,-64.5 parent: 1 - - uid: 33462 + - uid: 53208 components: - type: Transform - pos: 172.5,-58.5 + pos: 182.5,-63.5 parent: 1 - - uid: 33463 + - uid: 53209 components: - type: Transform - pos: 172.5,-61.5 + pos: 182.5,-64.5 parent: 1 - - uid: 33464 + - uid: 53210 components: - type: Transform - pos: 172.5,-62.5 + pos: 183.5,-63.5 parent: 1 - - uid: 33465 + - uid: 53211 components: - type: Transform - pos: 173.5,-53.5 + pos: 183.5,-64.5 parent: 1 - - uid: 33466 + - uid: 53212 components: - type: Transform - pos: 173.5,-54.5 + pos: 184.5,-63.5 parent: 1 - - uid: 33467 + - uid: 53213 components: - type: Transform - pos: 176.5,-93.5 + pos: 184.5,-64.5 parent: 1 - - uid: 33468 + - uid: 53214 components: - type: Transform - pos: 173.5,-56.5 + pos: 185.5,-63.5 parent: 1 - - uid: 33469 + - uid: 53215 components: - type: Transform - pos: 173.5,-57.5 + pos: 185.5,-64.5 parent: 1 - - uid: 33470 + - uid: 53216 components: - type: Transform - pos: 173.5,-58.5 + pos: 186.5,-63.5 parent: 1 - - uid: 33471 + - uid: 53217 components: - type: Transform - pos: 173.5,-59.5 + pos: 186.5,-64.5 parent: 1 - - uid: 33472 + - uid: 53218 components: - type: Transform - pos: 173.5,-61.5 + pos: 187.5,-63.5 parent: 1 - - uid: 33473 + - uid: 53219 components: - type: Transform - pos: 173.5,-62.5 + pos: 187.5,-64.5 parent: 1 - - uid: 33474 + - uid: 53220 components: - type: Transform - pos: 174.5,-53.5 + pos: 188.5,-63.5 parent: 1 - - uid: 33475 + - uid: 53221 components: - type: Transform - pos: 174.5,-54.5 + pos: 188.5,-64.5 parent: 1 - - uid: 33476 + - uid: 53222 components: - type: Transform - pos: 174.5,-55.5 + pos: 189.5,-63.5 parent: 1 - - uid: 33477 + - uid: 53223 components: - type: Transform - pos: 174.5,-56.5 + pos: 189.5,-64.5 parent: 1 - - uid: 33478 + - uid: 53224 components: - type: Transform - pos: 174.5,-57.5 + pos: 190.5,-63.5 parent: 1 - - uid: 33479 + - uid: 53225 components: - type: Transform - pos: 174.5,-58.5 + pos: 190.5,-64.5 parent: 1 - - uid: 33480 + - uid: 53226 components: - type: Transform - pos: 174.5,-59.5 + pos: 191.5,-63.5 parent: 1 - - uid: 33481 + - uid: 53227 components: - type: Transform - pos: 174.5,-60.5 + pos: 191.5,-64.5 parent: 1 - - uid: 33482 + - uid: 53228 components: - type: Transform - pos: 174.5,-61.5 + pos: 192.5,-63.5 parent: 1 - - uid: 33483 + - uid: 53229 components: - type: Transform - pos: 174.5,-62.5 + pos: 192.5,-64.5 parent: 1 - - uid: 33484 + - uid: 53230 components: - type: Transform - pos: 173.5,-92.5 + pos: 193.5,-63.5 parent: 1 - - uid: 33485 + - uid: 53231 components: - type: Transform - pos: 179.5,-117.5 + pos: 193.5,-64.5 parent: 1 - - uid: 33486 + - uid: 53232 components: - type: Transform - pos: 170.5,-115.5 + pos: 194.5,-63.5 parent: 1 - - uid: 33487 + - uid: 53233 components: - type: Transform - pos: 164.5,-60.5 + pos: 194.5,-64.5 parent: 1 - - uid: 33488 + - uid: 53234 components: - type: Transform - pos: 164.5,-61.5 + pos: 195.5,-63.5 parent: 1 - - uid: 33489 + - uid: 53235 components: - type: Transform - pos: 164.5,-62.5 + pos: 195.5,-64.5 parent: 1 - - uid: 33490 + - uid: 53236 components: - type: Transform - pos: 165.5,-54.5 + pos: 196.5,-63.5 parent: 1 - - uid: 33491 + - uid: 53237 components: - type: Transform - pos: 165.5,-55.5 + pos: 196.5,-64.5 parent: 1 - - uid: 33492 + - uid: 53238 components: - type: Transform - pos: 165.5,-56.5 + pos: 197.5,-63.5 parent: 1 - - uid: 33493 + - uid: 53239 components: - type: Transform - pos: 192.5,-181.5 + pos: 197.5,-64.5 parent: 1 - - uid: 33494 + - uid: 53240 components: - type: Transform - pos: 176.5,-92.5 + pos: 198.5,-63.5 parent: 1 - - uid: 33495 + - uid: 53241 components: - type: Transform - pos: 165.5,-59.5 + pos: 198.5,-64.5 parent: 1 - - uid: 33496 + - uid: 53242 components: - type: Transform - pos: 165.5,-60.5 + pos: 175.5,-54.5 parent: 1 - - uid: 33497 + - uid: 53243 components: - type: Transform - pos: 165.5,-61.5 + pos: 187.5,-72.5 parent: 1 - - uid: 33498 + - uid: 53244 components: - type: Transform - pos: 165.5,-62.5 + pos: 187.5,-73.5 parent: 1 - - uid: 33499 + - uid: 53245 components: - type: Transform - pos: 166.5,-54.5 + pos: 187.5,-74.5 parent: 1 - - uid: 33500 + - uid: 53246 components: - type: Transform - pos: 166.5,-55.5 + pos: 187.5,-75.5 parent: 1 - - uid: 33501 + - uid: 53247 components: - type: Transform - pos: 166.5,-56.5 + pos: 187.5,-76.5 parent: 1 - - uid: 33502 + - uid: 53248 components: - type: Transform - pos: 192.5,-180.5 + pos: 187.5,-77.5 parent: 1 - - uid: 33503 + - uid: 53249 components: - type: Transform - pos: 191.5,-119.5 + pos: 187.5,-78.5 parent: 1 - - uid: 33504 + - uid: 53250 components: - type: Transform - pos: 166.5,-59.5 + pos: 187.5,-79.5 parent: 1 - - uid: 33505 + - uid: 53251 components: - type: Transform - pos: 166.5,-60.5 + pos: 188.5,-65.5 parent: 1 - - uid: 33506 + - uid: 53252 components: - type: Transform - pos: 166.5,-61.5 + pos: 188.5,-66.5 parent: 1 - - uid: 33507 + - uid: 53253 components: - type: Transform - pos: 166.5,-62.5 + pos: 188.5,-67.5 parent: 1 - - uid: 33508 + - uid: 53254 components: - type: Transform - pos: 167.5,-54.5 + pos: 188.5,-68.5 parent: 1 - - uid: 33509 + - uid: 53255 components: - type: Transform - pos: 167.5,-55.5 + pos: 188.5,-69.5 parent: 1 - - uid: 33510 + - uid: 53256 components: - type: Transform - pos: 167.5,-56.5 + pos: 188.5,-70.5 parent: 1 - - uid: 33511 + - uid: 53257 components: - type: Transform - pos: 169.5,-92.5 + pos: 188.5,-71.5 parent: 1 - - uid: 33512 + - uid: 53258 components: - type: Transform - pos: 171.5,-92.5 + pos: 188.5,-72.5 parent: 1 - - uid: 33513 + - uid: 53259 components: - type: Transform - pos: 167.5,-59.5 + pos: 188.5,-73.5 parent: 1 - - uid: 33514 + - uid: 53260 components: - type: Transform - pos: 167.5,-60.5 + pos: 188.5,-74.5 parent: 1 - - uid: 33515 + - uid: 53261 components: - type: Transform - pos: 167.5,-61.5 + pos: 188.5,-75.5 parent: 1 - - uid: 33516 + - uid: 53262 components: - type: Transform - pos: 167.5,-62.5 + pos: 188.5,-76.5 parent: 1 - - uid: 33517 + - uid: 53263 components: - type: Transform - pos: 168.5,-54.5 + pos: 188.5,-77.5 parent: 1 - - uid: 33518 + - uid: 53264 components: - type: Transform - pos: 168.5,-55.5 + pos: 188.5,-78.5 parent: 1 - - uid: 33519 + - uid: 53265 components: - type: Transform - pos: 168.5,-56.5 + pos: 188.5,-79.5 parent: 1 - - uid: 33520 + - uid: 53266 components: - type: Transform - pos: 178.5,-92.5 + pos: 189.5,-65.5 parent: 1 - - uid: 33521 + - uid: 53267 components: - type: Transform - pos: 192.5,-182.5 + pos: 189.5,-66.5 parent: 1 - - uid: 33522 + - uid: 53268 components: - type: Transform - pos: 168.5,-60.5 + pos: 189.5,-67.5 parent: 1 - - uid: 33523 + - uid: 53269 components: - type: Transform - pos: 168.5,-61.5 + pos: 189.5,-68.5 parent: 1 - - uid: 33524 + - uid: 53270 components: - type: Transform - pos: 168.5,-62.5 + pos: 189.5,-69.5 parent: 1 - - uid: 33525 + - uid: 53271 components: - type: Transform - pos: 175.5,-92.5 + pos: 189.5,-70.5 parent: 1 - - uid: 33526 + - uid: 53272 components: - type: Transform - pos: 174.5,-93.5 + pos: 189.5,-71.5 parent: 1 - - uid: 33527 + - uid: 53273 components: - type: Transform - pos: 191.5,-117.5 + pos: 189.5,-72.5 parent: 1 - - uid: 33528 + - uid: 53274 components: - type: Transform - pos: 163.5,-59.5 + pos: 189.5,-73.5 parent: 1 - - uid: 33529 + - uid: 53275 components: - type: Transform - pos: 163.5,-60.5 + pos: 189.5,-74.5 parent: 1 - - uid: 33530 + - uid: 53276 components: - type: Transform - pos: 163.5,-61.5 + pos: 189.5,-75.5 parent: 1 - - uid: 33531 + - uid: 53277 components: - type: Transform - pos: 163.5,-62.5 + pos: 189.5,-76.5 parent: 1 - - uid: 33532 + - uid: 53278 components: - type: Transform - pos: 177.5,-92.5 + pos: 189.5,-77.5 parent: 1 - - uid: 33533 + - uid: 53279 components: - type: Transform - pos: 173.5,-93.5 + pos: 189.5,-78.5 parent: 1 - - uid: 33534 + - uid: 53280 components: - type: Transform - pos: 171.5,-93.5 + pos: 189.5,-79.5 parent: 1 - - uid: 33535 + - uid: 53281 components: - type: Transform - pos: 172.5,-93.5 + pos: 190.5,-65.5 parent: 1 - - uid: 33536 + - uid: 53282 components: - type: Transform - pos: 170.5,-93.5 + pos: 190.5,-66.5 parent: 1 - - uid: 33537 + - uid: 53283 components: - type: Transform - pos: 162.5,-62.5 + pos: 190.5,-67.5 parent: 1 - - uid: 33538 + - uid: 53284 components: - type: Transform - pos: 161.5,-57.5 + pos: 190.5,-68.5 parent: 1 - - uid: 33539 + - uid: 53285 components: - type: Transform - pos: 161.5,-58.5 + pos: 190.5,-69.5 parent: 1 - - uid: 33540 + - uid: 53286 components: - type: Transform - pos: 161.5,-59.5 + pos: 190.5,-70.5 parent: 1 - - uid: 33541 + - uid: 53287 components: - type: Transform - pos: 161.5,-60.5 + pos: 190.5,-71.5 parent: 1 - - uid: 33542 + - uid: 53288 components: - type: Transform - pos: 161.5,-61.5 + pos: 190.5,-72.5 parent: 1 - - uid: 33543 + - uid: 53289 components: - type: Transform - pos: 161.5,-62.5 + pos: 190.5,-73.5 parent: 1 - - uid: 33544 + - uid: 53290 components: - type: Transform - pos: 160.5,-57.5 + pos: 190.5,-74.5 parent: 1 - - uid: 33545 + - uid: 53291 components: - type: Transform - pos: 160.5,-58.5 + pos: 190.5,-75.5 parent: 1 - - uid: 33546 + - uid: 53292 components: - type: Transform - pos: 160.5,-59.5 + pos: 190.5,-76.5 parent: 1 - - uid: 33547 + - uid: 53293 components: - type: Transform - pos: 160.5,-60.5 + pos: 190.5,-77.5 parent: 1 - - uid: 33548 + - uid: 53294 components: - type: Transform - pos: 160.5,-61.5 + pos: 190.5,-78.5 parent: 1 - - uid: 33549 + - uid: 53295 components: - type: Transform - pos: 160.5,-62.5 + pos: 190.5,-79.5 parent: 1 - - uid: 33550 + - uid: 53296 components: - type: Transform - pos: 159.5,-57.5 + pos: 191.5,-65.5 parent: 1 - - uid: 33551 + - uid: 53297 components: - type: Transform - pos: 159.5,-58.5 + pos: 191.5,-66.5 parent: 1 - - uid: 33552 + - uid: 53298 components: - type: Transform - pos: 159.5,-59.5 + pos: 191.5,-67.5 parent: 1 - - uid: 33553 + - uid: 53299 components: - type: Transform - pos: 159.5,-60.5 + pos: 191.5,-68.5 parent: 1 - - uid: 33554 + - uid: 53300 components: - type: Transform - pos: 159.5,-61.5 + pos: 191.5,-69.5 parent: 1 - - uid: 33555 + - uid: 53301 components: - type: Transform - pos: 159.5,-62.5 + pos: 191.5,-70.5 parent: 1 - - uid: 33556 + - uid: 53302 components: - type: Transform - pos: 158.5,-57.5 + pos: 191.5,-71.5 parent: 1 - - uid: 33557 + - uid: 53303 components: - type: Transform - pos: 158.5,-58.5 + pos: 191.5,-72.5 parent: 1 - - uid: 33558 + - uid: 53304 components: - type: Transform - pos: 158.5,-59.5 + pos: 191.5,-73.5 parent: 1 - - uid: 33559 + - uid: 53305 components: - type: Transform - pos: 158.5,-60.5 + pos: 191.5,-74.5 parent: 1 - - uid: 33560 + - uid: 53306 components: - type: Transform - pos: 158.5,-61.5 + pos: 191.5,-75.5 parent: 1 - - uid: 33561 + - uid: 53307 components: - type: Transform - pos: 158.5,-62.5 + pos: 191.5,-76.5 parent: 1 - - uid: 33562 + - uid: 53308 components: - type: Transform - pos: 157.5,-57.5 + pos: 191.5,-77.5 parent: 1 - - uid: 33563 + - uid: 53309 components: - type: Transform - pos: 157.5,-58.5 + pos: 191.5,-78.5 parent: 1 - - uid: 33564 + - uid: 53310 components: - type: Transform - pos: 157.5,-59.5 + pos: 191.5,-79.5 parent: 1 - - uid: 33565 + - uid: 53311 components: - type: Transform - pos: 157.5,-60.5 + pos: 192.5,-65.5 parent: 1 - - uid: 33566 + - uid: 53312 components: - type: Transform - pos: 157.5,-61.5 + pos: 192.5,-66.5 parent: 1 - - uid: 33567 + - uid: 53313 components: - type: Transform - pos: 157.5,-62.5 + pos: 192.5,-67.5 parent: 1 - - uid: 33568 + - uid: 53314 components: - type: Transform - pos: 156.5,-57.5 + pos: 192.5,-68.5 parent: 1 - - uid: 33569 + - uid: 53315 components: - type: Transform - pos: 156.5,-58.5 + pos: 192.5,-69.5 parent: 1 - - uid: 33570 + - uid: 53316 components: - type: Transform - pos: 156.5,-59.5 + pos: 192.5,-70.5 parent: 1 - - uid: 33571 + - uid: 53317 components: - type: Transform - pos: 156.5,-60.5 + pos: 192.5,-71.5 parent: 1 - - uid: 33572 + - uid: 53318 components: - type: Transform - pos: 156.5,-61.5 + pos: 192.5,-72.5 parent: 1 - - uid: 33573 + - uid: 53319 components: - type: Transform - pos: 156.5,-62.5 + pos: 192.5,-73.5 parent: 1 - - uid: 33574 + - uid: 53320 components: - type: Transform - pos: 158.5,-56.5 + pos: 192.5,-74.5 parent: 1 - - uid: 33575 + - uid: 53321 components: - type: Transform - pos: 159.5,-56.5 + pos: 192.5,-75.5 parent: 1 - - uid: 33576 + - uid: 53322 components: - type: Transform - pos: 160.5,-56.5 + pos: 192.5,-76.5 parent: 1 - - uid: 33577 + - uid: 53323 components: - type: Transform - pos: 155.5,-58.5 + pos: 192.5,-77.5 parent: 1 - - uid: 33578 + - uid: 53324 components: - type: Transform - pos: 155.5,-59.5 + pos: 192.5,-78.5 parent: 1 - - uid: 33579 + - uid: 53325 components: - type: Transform - pos: 155.5,-60.5 + pos: 192.5,-79.5 parent: 1 - - uid: 33580 + - uid: 53326 components: - type: Transform - pos: 155.5,-61.5 + pos: 193.5,-65.5 parent: 1 - - uid: 33581 + - uid: 53327 components: - type: Transform - pos: 155.5,-62.5 + pos: 193.5,-66.5 parent: 1 - - uid: 33582 + - uid: 53328 components: - type: Transform - pos: 154.5,-59.5 + pos: 193.5,-67.5 parent: 1 - - uid: 33583 + - uid: 53329 components: - type: Transform - pos: 154.5,-60.5 + pos: 193.5,-68.5 parent: 1 - - uid: 33584 + - uid: 53330 components: - type: Transform - pos: 154.5,-61.5 + pos: 193.5,-69.5 parent: 1 - - uid: 33585 + - uid: 53331 components: - type: Transform - pos: 154.5,-62.5 + pos: 193.5,-70.5 parent: 1 - - uid: 33586 + - uid: 53332 components: - type: Transform - pos: 153.5,-61.5 + pos: 193.5,-71.5 parent: 1 - - uid: 33587 + - uid: 53333 components: - type: Transform - pos: 153.5,-62.5 + pos: 193.5,-72.5 parent: 1 - - uid: 33588 + - uid: 53334 components: - type: Transform - pos: 178.5,-93.5 + pos: 193.5,-73.5 parent: 1 - - uid: 33589 + - uid: 53335 components: - type: Transform - pos: 177.5,-93.5 + pos: 193.5,-74.5 parent: 1 - - uid: 33590 + - uid: 53336 components: - type: Transform - pos: 169.5,-93.5 + pos: 193.5,-75.5 parent: 1 - - uid: 33591 + - uid: 53337 components: - type: Transform - pos: 177.5,-94.5 + pos: 193.5,-76.5 parent: 1 - - uid: 33592 + - uid: 53338 components: - type: Transform - pos: 176.5,-94.5 + pos: 193.5,-77.5 parent: 1 - - uid: 33593 + - uid: 53339 components: - type: Transform - pos: 175.5,-94.5 + pos: 193.5,-78.5 parent: 1 - - uid: 33594 + - uid: 53340 components: - type: Transform - pos: 174.5,-94.5 + pos: 193.5,-79.5 parent: 1 - - uid: 33595 + - uid: 53341 components: - type: Transform - pos: 173.5,-94.5 + pos: 194.5,-65.5 parent: 1 - - uid: 33596 + - uid: 53342 components: - type: Transform - pos: 172.5,-94.5 + pos: 194.5,-66.5 parent: 1 - - uid: 33597 + - uid: 53343 components: - type: Transform - pos: 171.5,-94.5 + pos: 194.5,-67.5 parent: 1 - - uid: 33598 + - uid: 53344 components: - type: Transform - pos: 170.5,-94.5 + pos: 194.5,-68.5 parent: 1 - - uid: 33599 + - uid: 53345 components: - type: Transform - pos: 169.5,-94.5 + pos: 194.5,-69.5 parent: 1 - - uid: 33600 + - uid: 53346 components: - type: Transform - pos: 169.5,-95.5 + pos: 194.5,-70.5 parent: 1 - - uid: 33601 + - uid: 53347 components: - type: Transform - pos: 170.5,-95.5 + pos: 194.5,-71.5 parent: 1 - - uid: 33602 + - uid: 53348 components: - type: Transform - pos: 171.5,-95.5 + pos: 194.5,-72.5 parent: 1 - - uid: 33603 + - uid: 53349 components: - type: Transform - pos: 172.5,-95.5 + pos: 194.5,-73.5 parent: 1 - - uid: 33604 + - uid: 53350 components: - type: Transform - pos: 173.5,-95.5 + pos: 194.5,-74.5 parent: 1 - - uid: 33605 + - uid: 53351 components: - type: Transform - pos: 174.5,-95.5 + pos: 194.5,-75.5 parent: 1 - - uid: 33606 + - uid: 53352 components: - type: Transform - pos: 183.5,-112.5 + pos: 194.5,-76.5 parent: 1 - - uid: 33607 + - uid: 53353 components: - type: Transform - pos: 185.5,-111.5 + pos: 194.5,-77.5 parent: 1 - - uid: 33608 + - uid: 53354 components: - type: Transform - pos: 148.5,-109.5 + pos: 194.5,-78.5 parent: 1 - - uid: 33609 + - uid: 53355 components: - type: Transform - pos: 147.5,-110.5 + pos: 194.5,-79.5 parent: 1 - - uid: 33610 + - uid: 53356 components: - type: Transform - pos: 172.5,-115.5 + pos: 195.5,-65.5 parent: 1 - - uid: 33611 + - uid: 53357 components: - type: Transform - pos: 173.5,-115.5 + pos: 195.5,-66.5 parent: 1 - - uid: 33612 + - uid: 53358 components: - type: Transform - pos: 171.5,-96.5 + pos: 195.5,-67.5 parent: 1 - - uid: 33613 + - uid: 53359 components: - type: Transform - pos: 171.5,-97.5 + pos: 195.5,-68.5 parent: 1 - - uid: 33614 + - uid: 53360 components: - type: Transform - pos: 170.5,-96.5 + pos: 195.5,-69.5 parent: 1 - - uid: 33615 + - uid: 53361 components: - type: Transform - pos: 170.5,-97.5 + pos: 195.5,-70.5 parent: 1 - - uid: 33616 + - uid: 53362 components: - type: Transform - pos: 169.5,-96.5 + pos: 195.5,-71.5 parent: 1 - - uid: 33617 + - uid: 53363 components: - type: Transform - pos: 169.5,-97.5 + pos: 195.5,-72.5 parent: 1 - - uid: 33618 + - uid: 53364 components: - type: Transform - pos: 168.5,-96.5 + pos: 195.5,-73.5 parent: 1 - - uid: 33619 + - uid: 53365 components: - type: Transform - pos: 168.5,-97.5 + pos: 195.5,-74.5 parent: 1 - - uid: 33620 + - uid: 53366 components: - type: Transform - pos: 167.5,-96.5 + pos: 195.5,-75.5 parent: 1 - - uid: 33621 + - uid: 53367 components: - type: Transform - pos: 167.5,-97.5 + pos: 195.5,-76.5 parent: 1 - - uid: 33622 + - uid: 53368 components: - type: Transform - pos: 166.5,-96.5 + pos: 195.5,-77.5 parent: 1 - - uid: 33623 + - uid: 53369 components: - type: Transform - pos: 166.5,-97.5 + pos: 195.5,-78.5 parent: 1 - - uid: 33624 + - uid: 53370 components: - type: Transform - pos: 165.5,-96.5 + pos: 195.5,-79.5 parent: 1 - - uid: 33625 + - uid: 53371 components: - type: Transform - pos: 165.5,-97.5 + pos: 196.5,-65.5 parent: 1 - - uid: 33626 + - uid: 53372 components: - type: Transform - pos: 164.5,-96.5 + pos: 196.5,-66.5 parent: 1 - - uid: 33627 + - uid: 53373 components: - type: Transform - pos: 164.5,-97.5 + pos: 196.5,-67.5 parent: 1 - - uid: 33628 + - uid: 53374 components: - type: Transform - pos: 163.5,-96.5 + pos: 196.5,-68.5 parent: 1 - - uid: 33629 + - uid: 53375 components: - type: Transform - pos: 163.5,-97.5 + pos: 196.5,-69.5 parent: 1 - - uid: 33630 + - uid: 53376 components: - type: Transform - pos: 162.5,-96.5 + pos: 196.5,-70.5 parent: 1 - - uid: 33631 + - uid: 53377 components: - type: Transform - pos: 162.5,-97.5 + pos: 196.5,-71.5 parent: 1 - - uid: 33632 + - uid: 53378 components: - type: Transform - pos: 161.5,-96.5 + pos: 196.5,-72.5 parent: 1 - - uid: 33633 + - uid: 53379 components: - type: Transform - pos: 161.5,-97.5 + pos: 196.5,-73.5 parent: 1 - - uid: 33634 + - uid: 53380 components: - type: Transform - pos: 160.5,-96.5 + pos: 196.5,-74.5 parent: 1 - - uid: 33635 + - uid: 53381 components: - type: Transform - pos: 160.5,-97.5 + pos: 196.5,-75.5 parent: 1 - - uid: 33636 + - uid: 53382 components: - type: Transform - pos: 159.5,-96.5 + pos: 196.5,-76.5 parent: 1 - - uid: 33637 + - uid: 53383 components: - type: Transform - pos: 159.5,-97.5 + pos: 196.5,-77.5 parent: 1 - - uid: 33638 + - uid: 53384 components: - type: Transform - pos: 158.5,-96.5 + pos: 196.5,-78.5 parent: 1 - - uid: 33639 + - uid: 53385 components: - type: Transform - pos: 158.5,-97.5 + pos: 196.5,-79.5 parent: 1 - - uid: 33640 + - uid: 53386 components: - type: Transform - pos: 157.5,-96.5 + pos: 197.5,-65.5 parent: 1 - - uid: 33641 + - uid: 53387 components: - type: Transform - pos: 157.5,-97.5 + pos: 197.5,-66.5 parent: 1 - - uid: 33642 + - uid: 53388 components: - type: Transform - pos: 156.5,-96.5 + pos: 197.5,-67.5 parent: 1 - - uid: 33643 + - uid: 53389 components: - type: Transform - pos: 156.5,-97.5 + pos: 197.5,-68.5 parent: 1 - - uid: 33644 + - uid: 53390 components: - type: Transform - pos: 155.5,-96.5 + pos: 197.5,-69.5 parent: 1 - - uid: 33645 + - uid: 53391 components: - type: Transform - pos: 155.5,-97.5 + pos: 197.5,-70.5 parent: 1 - - uid: 33646 + - uid: 53392 components: - type: Transform - pos: 154.5,-96.5 + pos: 197.5,-71.5 parent: 1 - - uid: 33647 + - uid: 53393 components: - type: Transform - pos: 154.5,-97.5 + pos: 197.5,-72.5 parent: 1 - - uid: 33648 + - uid: 53394 components: - type: Transform - pos: 153.5,-96.5 + pos: 197.5,-73.5 parent: 1 - - uid: 33649 + - uid: 53395 components: - type: Transform - pos: 153.5,-97.5 + pos: 197.5,-74.5 parent: 1 - - uid: 33650 + - uid: 53396 components: - type: Transform - pos: 152.5,-96.5 + pos: 197.5,-75.5 parent: 1 - - uid: 33651 + - uid: 53397 components: - type: Transform - pos: 152.5,-97.5 + pos: 197.5,-76.5 parent: 1 - - uid: 33652 + - uid: 53398 components: - type: Transform - pos: 151.5,-96.5 + pos: 197.5,-77.5 parent: 1 - - uid: 33653 + - uid: 53399 components: - type: Transform - pos: 151.5,-97.5 + pos: 197.5,-78.5 parent: 1 - - uid: 33654 + - uid: 53400 components: - type: Transform - pos: 150.5,-96.5 + pos: 197.5,-79.5 parent: 1 - - uid: 33655 + - uid: 53401 components: - type: Transform - pos: 150.5,-97.5 + pos: 198.5,-65.5 parent: 1 - - uid: 33656 + - uid: 53402 components: - type: Transform - pos: 149.5,-96.5 + pos: 198.5,-66.5 parent: 1 - - uid: 33657 + - uid: 53403 components: - type: Transform - pos: 149.5,-97.5 + pos: 198.5,-67.5 parent: 1 - - uid: 33658 + - uid: 53404 components: - type: Transform - pos: 168.5,-98.5 + pos: 198.5,-68.5 parent: 1 - - uid: 33659 + - uid: 53405 components: - type: Transform - pos: 167.5,-98.5 + pos: 198.5,-69.5 parent: 1 - - uid: 33660 + - uid: 53406 components: - type: Transform - pos: 166.5,-98.5 + pos: 198.5,-70.5 parent: 1 - - uid: 33661 + - uid: 53407 components: - type: Transform - pos: 167.5,-99.5 + pos: 198.5,-71.5 parent: 1 - - uid: 33662 + - uid: 53408 components: - type: Transform - pos: 168.5,-99.5 + pos: 198.5,-72.5 parent: 1 - - uid: 33663 + - uid: 53409 components: - type: Transform - pos: 162.5,-98.5 + pos: 198.5,-73.5 parent: 1 - - uid: 33664 + - uid: 53410 components: - type: Transform - pos: 162.5,-99.5 + pos: 198.5,-74.5 parent: 1 - - uid: 33665 + - uid: 53411 components: - type: Transform - pos: 162.5,-100.5 + pos: 198.5,-75.5 parent: 1 - - uid: 33666 + - uid: 53412 components: - type: Transform - pos: 162.5,-101.5 + pos: 198.5,-76.5 parent: 1 - - uid: 33667 + - uid: 53413 components: - type: Transform - pos: 162.5,-102.5 + pos: 198.5,-77.5 parent: 1 - - uid: 33668 + - uid: 53414 components: - type: Transform - pos: 161.5,-98.5 + pos: 198.5,-78.5 parent: 1 - - uid: 33669 + - uid: 53415 components: - type: Transform - pos: 161.5,-99.5 + pos: 198.5,-79.5 parent: 1 - - uid: 33670 + - uid: 53416 components: - type: Transform - pos: 161.5,-100.5 + pos: 175.5,-53.5 parent: 1 - - uid: 33671 + - uid: 53417 components: - type: Transform - pos: 161.5,-101.5 + pos: 180.5,-51.5 parent: 1 - - uid: 33672 + - uid: 53418 components: - type: Transform - pos: 161.5,-102.5 + pos: 179.5,-51.5 parent: 1 - - uid: 33673 + - uid: 53419 components: - type: Transform - pos: 160.5,-98.5 + pos: 162.5,-60.5 parent: 1 - - uid: 33674 + - uid: 53420 components: - type: Transform - pos: 160.5,-99.5 + pos: 164.5,-56.5 parent: 1 - - uid: 33675 + - uid: 53421 components: - type: Transform - pos: 160.5,-100.5 + pos: 175.5,-55.5 parent: 1 - - uid: 33676 + - uid: 53422 components: - type: Transform - pos: 160.5,-101.5 + pos: 175.5,-56.5 parent: 1 - - uid: 33677 + - uid: 53423 components: - type: Transform - pos: 160.5,-102.5 + pos: 175.5,-57.5 parent: 1 - - uid: 33678 + - uid: 53424 components: - type: Transform - pos: 159.5,-98.5 + pos: 175.5,-58.5 parent: 1 - - uid: 33679 + - uid: 53425 components: - type: Transform - pos: 159.5,-99.5 + pos: 175.5,-59.5 parent: 1 - - uid: 33680 + - uid: 53426 components: - type: Transform - pos: 159.5,-100.5 + pos: 175.5,-60.5 parent: 1 - - uid: 33681 + - uid: 53427 components: - type: Transform - pos: 159.5,-101.5 + pos: 175.5,-61.5 parent: 1 - - uid: 33682 + - uid: 53428 components: - type: Transform - pos: 159.5,-102.5 + pos: 175.5,-62.5 parent: 1 - - uid: 33683 + - uid: 53429 components: - type: Transform - pos: 158.5,-98.5 + pos: 176.5,-52.5 parent: 1 - - uid: 33684 + - uid: 53430 components: - type: Transform - pos: 158.5,-99.5 + pos: 176.5,-53.5 parent: 1 - - uid: 33685 + - uid: 53431 components: - type: Transform - pos: 158.5,-100.5 + pos: 176.5,-54.5 parent: 1 - - uid: 33686 + - uid: 53432 components: - type: Transform - pos: 158.5,-101.5 + pos: 176.5,-55.5 parent: 1 - - uid: 33687 + - uid: 53433 components: - type: Transform - pos: 158.5,-102.5 + pos: 176.5,-56.5 parent: 1 - - uid: 33688 + - uid: 53434 components: - type: Transform - pos: 157.5,-98.5 + pos: 176.5,-57.5 parent: 1 - - uid: 33689 + - uid: 53435 components: - type: Transform - pos: 157.5,-99.5 + pos: 176.5,-58.5 parent: 1 - - uid: 33690 + - uid: 53436 components: - type: Transform - pos: 157.5,-100.5 + pos: 176.5,-59.5 parent: 1 - - uid: 33691 + - uid: 53437 components: - type: Transform - pos: 157.5,-101.5 + pos: 176.5,-60.5 parent: 1 - - uid: 33692 + - uid: 53438 components: - type: Transform - pos: 157.5,-102.5 + pos: 176.5,-61.5 parent: 1 - - uid: 33693 + - uid: 53439 components: - type: Transform - pos: 156.5,-98.5 + pos: 176.5,-62.5 parent: 1 - - uid: 33694 + - uid: 53440 components: - type: Transform - pos: 156.5,-99.5 + pos: 177.5,-52.5 parent: 1 - - uid: 33695 + - uid: 53441 components: - type: Transform - pos: 156.5,-100.5 + pos: 177.5,-53.5 parent: 1 - - uid: 33696 + - uid: 53442 components: - type: Transform - pos: 156.5,-101.5 + pos: 177.5,-54.5 parent: 1 - - uid: 33697 + - uid: 53443 components: - type: Transform - pos: 156.5,-102.5 + pos: 177.5,-55.5 parent: 1 - - uid: 33698 + - uid: 53444 components: - type: Transform - pos: 155.5,-98.5 + pos: 177.5,-56.5 parent: 1 - - uid: 33699 + - uid: 53445 components: - type: Transform - pos: 155.5,-99.5 + pos: 177.5,-57.5 parent: 1 - - uid: 33700 + - uid: 53446 components: - type: Transform - pos: 155.5,-100.5 + pos: 177.5,-58.5 parent: 1 - - uid: 33701 + - uid: 53447 components: - type: Transform - pos: 155.5,-101.5 + pos: 177.5,-59.5 parent: 1 - - uid: 33702 + - uid: 53448 components: - type: Transform - pos: 155.5,-102.5 + pos: 177.5,-60.5 parent: 1 - - uid: 33703 + - uid: 53449 components: - type: Transform - pos: 154.5,-98.5 + pos: 177.5,-61.5 parent: 1 - - uid: 33704 + - uid: 53450 components: - type: Transform - pos: 154.5,-99.5 + pos: 177.5,-62.5 parent: 1 - - uid: 33705 + - uid: 53451 components: - type: Transform - pos: 154.5,-100.5 + pos: 178.5,-52.5 parent: 1 - - uid: 33706 + - uid: 53452 components: - type: Transform - pos: 154.5,-101.5 + pos: 178.5,-53.5 parent: 1 - - uid: 33707 + - uid: 53453 components: - type: Transform - pos: 154.5,-102.5 + pos: 178.5,-54.5 parent: 1 - - uid: 33708 + - uid: 53454 components: - type: Transform - pos: 153.5,-98.5 + pos: 178.5,-55.5 parent: 1 - - uid: 33709 + - uid: 53455 components: - type: Transform - pos: 153.5,-99.5 + pos: 178.5,-56.5 parent: 1 - - uid: 33710 + - uid: 53456 components: - type: Transform - pos: 153.5,-101.5 + pos: 178.5,-57.5 parent: 1 - - uid: 33711 + - uid: 53457 components: - type: Transform - pos: 153.5,-102.5 + pos: 178.5,-58.5 parent: 1 - - uid: 33712 + - uid: 53458 components: - type: Transform - pos: 152.5,-98.5 + pos: 178.5,-59.5 parent: 1 - - uid: 33713 + - uid: 53459 components: - type: Transform - pos: 152.5,-99.5 + pos: 178.5,-60.5 parent: 1 - - uid: 33714 + - uid: 53460 components: - type: Transform - pos: 152.5,-101.5 + pos: 178.5,-61.5 parent: 1 - - uid: 33715 + - uid: 53461 components: - type: Transform - pos: 152.5,-102.5 + pos: 178.5,-62.5 parent: 1 - - uid: 33716 + - uid: 53462 components: - type: Transform - pos: 151.5,-98.5 + pos: 179.5,-52.5 parent: 1 - - uid: 33717 + - uid: 53463 components: - type: Transform - pos: 151.5,-99.5 + pos: 179.5,-53.5 parent: 1 - - uid: 33718 + - uid: 53464 components: - type: Transform - pos: 151.5,-100.5 + pos: 179.5,-54.5 parent: 1 - - uid: 33719 + - uid: 53465 components: - type: Transform - pos: 151.5,-101.5 + pos: 179.5,-55.5 parent: 1 - - uid: 33720 + - uid: 53466 components: - type: Transform - pos: 151.5,-102.5 + pos: 179.5,-56.5 parent: 1 - - uid: 33721 + - uid: 53467 components: - type: Transform - pos: 150.5,-98.5 + pos: 179.5,-57.5 parent: 1 - - uid: 33722 + - uid: 53468 components: - type: Transform - pos: 150.5,-99.5 + pos: 179.5,-58.5 parent: 1 - - uid: 33723 + - uid: 53469 components: - type: Transform - pos: 150.5,-100.5 + pos: 179.5,-59.5 parent: 1 - - uid: 33724 + - uid: 53470 components: - type: Transform - pos: 150.5,-101.5 + pos: 179.5,-60.5 parent: 1 - - uid: 33725 + - uid: 53471 components: - type: Transform - pos: 150.5,-102.5 + pos: 179.5,-61.5 parent: 1 - - uid: 33726 + - uid: 53472 components: - type: Transform - pos: 149.5,-98.5 + pos: 179.5,-62.5 parent: 1 - - uid: 33727 + - uid: 53473 components: - type: Transform - pos: 149.5,-99.5 + pos: 180.5,-52.5 parent: 1 - - uid: 33728 + - uid: 53474 components: - type: Transform - pos: 149.5,-100.5 + pos: 180.5,-53.5 parent: 1 - - uid: 33729 + - uid: 53475 components: - type: Transform - pos: 149.5,-101.5 + pos: 180.5,-54.5 parent: 1 - - uid: 33730 + - uid: 53476 components: - type: Transform - pos: 149.5,-102.5 + pos: 180.5,-55.5 parent: 1 - - uid: 33731 + - uid: 53477 components: - type: Transform - pos: 148.5,-98.5 + pos: 180.5,-56.5 parent: 1 - - uid: 33732 + - uid: 53478 components: - type: Transform - pos: 148.5,-99.5 + pos: 180.5,-57.5 parent: 1 - - uid: 33733 + - uid: 53479 components: - type: Transform - pos: 148.5,-100.5 + pos: 180.5,-58.5 parent: 1 - - uid: 33734 + - uid: 53480 components: - type: Transform - pos: 148.5,-101.5 + pos: 180.5,-59.5 parent: 1 - - uid: 33735 + - uid: 53481 components: - type: Transform - pos: 148.5,-102.5 + pos: 180.5,-60.5 parent: 1 - - uid: 33736 + - uid: 53482 components: - type: Transform - pos: 147.5,-98.5 + pos: 180.5,-61.5 parent: 1 - - uid: 33737 + - uid: 53483 components: - type: Transform - pos: 147.5,-99.5 + pos: 180.5,-62.5 parent: 1 - - uid: 33738 + - uid: 53484 components: - type: Transform - pos: 147.5,-100.5 + pos: 181.5,-52.5 parent: 1 - - uid: 33739 + - uid: 53485 components: - type: Transform - pos: 147.5,-101.5 + pos: 181.5,-53.5 parent: 1 - - uid: 33740 + - uid: 53486 components: - type: Transform - pos: 147.5,-102.5 + pos: 181.5,-54.5 parent: 1 - - uid: 33741 + - uid: 53487 components: - type: Transform - pos: 146.5,-98.5 + pos: 181.5,-55.5 parent: 1 - - uid: 33742 + - uid: 53488 components: - type: Transform - pos: 146.5,-99.5 + pos: 181.5,-56.5 parent: 1 - - uid: 33743 + - uid: 53489 components: - type: Transform - pos: 146.5,-100.5 + pos: 181.5,-57.5 parent: 1 - - uid: 33744 + - uid: 53490 components: - type: Transform - pos: 146.5,-101.5 + pos: 181.5,-58.5 parent: 1 - - uid: 33745 + - uid: 53491 components: - type: Transform - pos: 146.5,-102.5 + pos: 181.5,-59.5 parent: 1 - - uid: 33746 + - uid: 53492 components: - type: Transform - pos: 163.5,-101.5 + pos: 181.5,-60.5 parent: 1 - - uid: 33747 + - uid: 53493 components: - type: Transform - pos: 163.5,-102.5 + pos: 181.5,-61.5 parent: 1 - - uid: 33748 + - uid: 53494 components: - type: Transform - pos: 164.5,-102.5 + pos: 181.5,-62.5 parent: 1 - - uid: 33749 + - uid: 53495 components: - type: Transform - pos: 146.5,-103.5 + pos: 182.5,-52.5 parent: 1 - - uid: 33750 + - uid: 53496 components: - type: Transform - pos: 146.5,-104.5 + pos: 182.5,-53.5 parent: 1 - - uid: 33751 + - uid: 53497 components: - type: Transform - pos: 146.5,-105.5 + pos: 182.5,-54.5 parent: 1 - - uid: 33752 + - uid: 53498 components: - type: Transform - pos: 143.5,-100.5 + pos: 182.5,-55.5 parent: 1 - - uid: 33753 + - uid: 53499 components: - type: Transform - pos: 143.5,-99.5 + pos: 182.5,-56.5 parent: 1 - - uid: 33754 + - uid: 53500 components: - type: Transform - pos: 143.5,-98.5 + pos: 182.5,-57.5 parent: 1 - - uid: 33755 + - uid: 53501 components: - type: Transform - pos: 143.5,-97.5 + pos: 182.5,-58.5 parent: 1 - - uid: 33756 + - uid: 53502 components: - type: Transform - pos: 143.5,-96.5 + pos: 182.5,-59.5 parent: 1 - - uid: 33757 + - uid: 53503 components: - type: Transform - pos: 143.5,-95.5 + pos: 182.5,-60.5 parent: 1 - - uid: 33758 + - uid: 53504 components: - type: Transform - pos: 143.5,-94.5 + pos: 182.5,-61.5 parent: 1 - - uid: 33759 + - uid: 53505 components: - type: Transform - pos: 143.5,-93.5 + pos: 182.5,-62.5 parent: 1 - - uid: 33760 + - uid: 53506 components: - type: Transform - pos: 143.5,-92.5 + pos: 183.5,-52.5 parent: 1 - - uid: 33761 + - uid: 53507 components: - type: Transform - pos: 144.5,-100.5 + pos: 183.5,-53.5 parent: 1 - - uid: 33762 + - uid: 53508 components: - type: Transform - pos: 144.5,-99.5 + pos: 183.5,-54.5 parent: 1 - - uid: 33763 + - uid: 53509 components: - type: Transform - pos: 144.5,-98.5 + pos: 183.5,-55.5 parent: 1 - - uid: 33764 + - uid: 53510 components: - type: Transform - pos: 144.5,-97.5 + pos: 183.5,-56.5 parent: 1 - - uid: 33765 + - uid: 53511 components: - type: Transform - pos: 144.5,-96.5 + pos: 183.5,-57.5 parent: 1 - - uid: 33766 + - uid: 53512 components: - type: Transform - pos: 144.5,-95.5 + pos: 183.5,-58.5 parent: 1 - - uid: 33767 + - uid: 53513 components: - type: Transform - pos: 144.5,-94.5 + pos: 183.5,-59.5 parent: 1 - - uid: 33768 + - uid: 53514 components: - type: Transform - pos: 144.5,-93.5 + pos: 183.5,-60.5 parent: 1 - - uid: 33769 + - uid: 53515 components: - type: Transform - pos: 144.5,-92.5 + pos: 183.5,-61.5 parent: 1 - - uid: 33770 + - uid: 53516 components: - type: Transform - pos: 145.5,-100.5 + pos: 183.5,-62.5 parent: 1 - - uid: 33771 + - uid: 53517 components: - type: Transform - pos: 145.5,-99.5 + pos: 184.5,-52.5 parent: 1 - - uid: 33772 + - uid: 53518 components: - type: Transform - pos: 145.5,-98.5 + pos: 184.5,-53.5 parent: 1 - - uid: 33773 + - uid: 53519 components: - type: Transform - pos: 145.5,-97.5 + pos: 184.5,-54.5 parent: 1 - - uid: 33774 + - uid: 53520 components: - type: Transform - pos: 145.5,-96.5 + pos: 184.5,-55.5 parent: 1 - - uid: 33775 + - uid: 53521 components: - type: Transform - pos: 145.5,-95.5 + pos: 184.5,-56.5 parent: 1 - - uid: 33776 + - uid: 53522 components: - type: Transform - pos: 145.5,-94.5 + pos: 184.5,-57.5 parent: 1 - - uid: 33777 + - uid: 53523 components: - type: Transform - pos: 145.5,-93.5 + pos: 184.5,-58.5 parent: 1 - - uid: 33778 + - uid: 53524 components: - type: Transform - pos: 145.5,-92.5 + pos: 184.5,-59.5 parent: 1 - - uid: 33779 + - uid: 53525 components: - type: Transform - pos: 146.5,-92.5 + pos: 184.5,-60.5 parent: 1 - - uid: 33780 + - uid: 53526 components: - type: Transform - pos: 146.5,-93.5 + pos: 184.5,-61.5 parent: 1 - - uid: 33781 + - uid: 53527 components: - type: Transform - pos: 146.5,-94.5 + pos: 184.5,-62.5 parent: 1 - - uid: 33782 + - uid: 53528 components: - type: Transform - pos: 146.5,-95.5 + pos: 185.5,-52.5 parent: 1 - - uid: 33783 + - uid: 53529 components: - type: Transform - pos: 147.5,-92.5 + pos: 185.5,-53.5 parent: 1 - - uid: 33784 + - uid: 53530 components: - type: Transform - pos: 147.5,-93.5 + pos: 185.5,-54.5 parent: 1 - - uid: 33785 + - uid: 53531 components: - type: Transform - pos: 147.5,-94.5 + pos: 185.5,-55.5 parent: 1 - - uid: 33786 + - uid: 53532 components: - type: Transform - pos: 147.5,-95.5 + pos: 185.5,-56.5 parent: 1 - - uid: 33787 + - uid: 53533 components: - type: Transform - pos: 148.5,-92.5 + pos: 185.5,-57.5 parent: 1 - - uid: 33788 + - uid: 53534 components: - type: Transform - pos: 148.5,-93.5 + pos: 185.5,-58.5 parent: 1 - - uid: 33789 + - uid: 53535 components: - type: Transform - pos: 148.5,-94.5 + pos: 185.5,-59.5 parent: 1 - - uid: 33790 + - uid: 53536 components: - type: Transform - pos: 148.5,-95.5 + pos: 185.5,-60.5 parent: 1 - - uid: 33791 + - uid: 53537 components: - type: Transform - pos: 149.5,-92.5 + pos: 185.5,-61.5 parent: 1 - - uid: 33792 + - uid: 53538 components: - type: Transform - pos: 149.5,-93.5 + pos: 185.5,-62.5 parent: 1 - - uid: 33793 + - uid: 53539 components: - type: Transform - pos: 149.5,-94.5 + pos: 186.5,-52.5 parent: 1 - - uid: 33794 + - uid: 53540 components: - type: Transform - pos: 149.5,-95.5 + pos: 186.5,-53.5 parent: 1 - - uid: 33795 + - uid: 53541 components: - type: Transform - pos: 150.5,-92.5 + pos: 186.5,-54.5 parent: 1 - - uid: 33796 + - uid: 53542 components: - type: Transform - pos: 150.5,-93.5 + pos: 186.5,-55.5 parent: 1 - - uid: 33797 + - uid: 53543 components: - type: Transform - pos: 150.5,-94.5 + pos: 186.5,-56.5 parent: 1 - - uid: 33798 + - uid: 53544 components: - type: Transform - pos: 150.5,-95.5 + pos: 186.5,-57.5 parent: 1 - - uid: 33799 + - uid: 53545 components: - type: Transform - pos: 151.5,-92.5 + pos: 186.5,-58.5 parent: 1 - - uid: 33800 + - uid: 53546 components: - type: Transform - pos: 151.5,-93.5 + pos: 186.5,-59.5 parent: 1 - - uid: 33801 + - uid: 53547 components: - type: Transform - pos: 151.5,-94.5 + pos: 186.5,-60.5 parent: 1 - - uid: 33802 + - uid: 53548 components: - type: Transform - pos: 151.5,-95.5 + pos: 186.5,-61.5 parent: 1 - - uid: 33803 + - uid: 53549 components: - type: Transform - pos: 152.5,-92.5 + pos: 186.5,-62.5 parent: 1 - - uid: 33804 + - uid: 53550 components: - type: Transform - pos: 152.5,-93.5 + pos: 187.5,-52.5 parent: 1 - - uid: 33805 + - uid: 53551 components: - type: Transform - pos: 152.5,-94.5 + pos: 187.5,-53.5 parent: 1 - - uid: 33806 + - uid: 53552 components: - type: Transform - pos: 152.5,-95.5 + pos: 187.5,-54.5 parent: 1 - - uid: 33807 + - uid: 53553 components: - type: Transform - pos: 153.5,-92.5 + pos: 187.5,-55.5 parent: 1 - - uid: 33808 + - uid: 53554 components: - type: Transform - pos: 153.5,-93.5 + pos: 187.5,-56.5 parent: 1 - - uid: 33809 + - uid: 53555 components: - type: Transform - pos: 153.5,-94.5 + pos: 187.5,-57.5 parent: 1 - - uid: 33810 + - uid: 53556 components: - type: Transform - pos: 153.5,-95.5 + pos: 187.5,-58.5 parent: 1 - - uid: 33811 + - uid: 53557 components: - type: Transform - pos: 154.5,-92.5 + pos: 187.5,-59.5 parent: 1 - - uid: 33812 + - uid: 53558 components: - type: Transform - pos: 154.5,-93.5 + pos: 187.5,-60.5 parent: 1 - - uid: 33813 + - uid: 53559 components: - type: Transform - pos: 154.5,-94.5 + pos: 187.5,-61.5 parent: 1 - - uid: 33814 + - uid: 53560 components: - type: Transform - pos: 154.5,-95.5 + pos: 187.5,-62.5 parent: 1 - - uid: 33815 + - uid: 53561 components: - type: Transform - pos: 155.5,-93.5 + pos: 188.5,-52.5 parent: 1 - - uid: 33816 + - uid: 53562 components: - type: Transform - pos: 155.5,-94.5 + pos: 188.5,-53.5 parent: 1 - - uid: 33817 + - uid: 53563 components: - type: Transform - pos: 155.5,-95.5 + pos: 188.5,-54.5 parent: 1 - - uid: 33818 + - uid: 53564 components: - type: Transform - pos: 156.5,-94.5 + pos: 188.5,-55.5 parent: 1 - - uid: 33819 + - uid: 53565 components: - type: Transform - pos: 156.5,-95.5 + pos: 188.5,-56.5 parent: 1 - - uid: 33820 + - uid: 53566 components: - type: Transform - pos: 146.5,-96.5 + pos: 188.5,-57.5 parent: 1 - - uid: 33821 + - uid: 53567 components: - type: Transform - pos: 146.5,-97.5 + pos: 188.5,-58.5 parent: 1 - - uid: 33822 + - uid: 53568 components: - type: Transform - pos: 147.5,-96.5 + pos: 188.5,-59.5 parent: 1 - - uid: 33823 + - uid: 53569 components: - type: Transform - pos: 147.5,-97.5 + pos: 188.5,-60.5 parent: 1 - - uid: 33824 + - uid: 53570 components: - type: Transform - pos: 148.5,-96.5 + pos: 188.5,-61.5 parent: 1 - - uid: 33825 + - uid: 53571 components: - type: Transform - pos: 148.5,-97.5 + pos: 188.5,-62.5 parent: 1 - - uid: 33826 + - uid: 53572 components: - type: Transform - pos: 142.5,-97.5 + pos: 189.5,-52.5 parent: 1 - - uid: 33827 + - uid: 53573 components: - type: Transform - pos: 142.5,-96.5 + pos: 189.5,-53.5 parent: 1 - - uid: 33828 + - uid: 53574 components: - type: Transform - pos: 142.5,-95.5 + pos: 189.5,-54.5 parent: 1 - - uid: 33829 + - uid: 53575 components: - type: Transform - pos: 142.5,-94.5 + pos: 189.5,-55.5 parent: 1 - - uid: 33830 + - uid: 53576 components: - type: Transform - pos: 142.5,-93.5 + pos: 189.5,-56.5 parent: 1 - - uid: 33831 + - uid: 53577 components: - type: Transform - pos: 142.5,-92.5 + pos: 189.5,-57.5 parent: 1 - - uid: 33832 + - uid: 53578 components: - type: Transform - pos: 142.5,-91.5 + pos: 189.5,-58.5 parent: 1 - - uid: 33833 + - uid: 53579 components: - type: Transform - pos: 142.5,-90.5 + pos: 189.5,-59.5 parent: 1 - - uid: 33834 + - uid: 53580 components: - type: Transform - pos: 142.5,-89.5 + pos: 189.5,-60.5 parent: 1 - - uid: 33835 + - uid: 53581 components: - type: Transform - pos: 143.5,-91.5 + pos: 189.5,-61.5 parent: 1 - - uid: 33836 + - uid: 53582 components: - type: Transform - pos: 143.5,-90.5 + pos: 189.5,-62.5 parent: 1 - - uid: 33837 + - uid: 53583 components: - type: Transform - pos: 143.5,-89.5 + pos: 190.5,-52.5 parent: 1 - - uid: 33838 + - uid: 53584 components: - type: Transform - pos: 141.5,-96.5 + pos: 190.5,-53.5 parent: 1 - - uid: 33839 + - uid: 53585 components: - type: Transform - pos: 141.5,-95.5 + pos: 190.5,-54.5 parent: 1 - - uid: 33840 + - uid: 53586 components: - type: Transform - pos: 141.5,-94.5 + pos: 190.5,-55.5 parent: 1 - - uid: 33841 + - uid: 53587 components: - type: Transform - pos: 141.5,-93.5 + pos: 190.5,-56.5 parent: 1 - - uid: 33842 + - uid: 53588 components: - type: Transform - pos: 141.5,-92.5 + pos: 190.5,-57.5 parent: 1 - - uid: 33843 + - uid: 53589 components: - type: Transform - pos: 141.5,-91.5 + pos: 190.5,-58.5 parent: 1 - - uid: 33844 + - uid: 53590 components: - type: Transform - pos: 141.5,-90.5 + pos: 190.5,-59.5 parent: 1 - - uid: 33845 + - uid: 53591 components: - type: Transform - pos: 141.5,-89.5 + pos: 190.5,-60.5 parent: 1 - - uid: 33846 + - uid: 53592 components: - type: Transform - pos: 140.5,-91.5 + pos: 190.5,-61.5 parent: 1 - - uid: 33847 + - uid: 53593 components: - type: Transform - pos: 140.5,-90.5 + pos: 190.5,-62.5 parent: 1 - - uid: 33848 + - uid: 53594 components: - type: Transform - pos: 140.5,-89.5 + pos: 191.5,-52.5 parent: 1 - - uid: 33849 + - uid: 53595 components: - type: Transform - pos: 139.5,-90.5 + pos: 191.5,-53.5 parent: 1 - - uid: 33850 + - uid: 53596 components: - type: Transform - pos: 139.5,-89.5 + pos: 191.5,-54.5 parent: 1 - - uid: 33851 + - uid: 53597 components: - type: Transform - pos: 144.5,-101.5 + pos: 191.5,-55.5 parent: 1 - - uid: 33852 + - uid: 53598 components: - type: Transform - pos: 144.5,-102.5 + pos: 191.5,-56.5 parent: 1 - - uid: 33853 + - uid: 53599 components: - type: Transform - pos: 144.5,-103.5 + pos: 191.5,-57.5 parent: 1 - - uid: 33854 + - uid: 53600 components: - type: Transform - pos: 144.5,-104.5 + pos: 191.5,-58.5 parent: 1 - - uid: 33855 + - uid: 53601 components: - type: Transform - pos: 145.5,-101.5 + pos: 191.5,-59.5 parent: 1 - - uid: 33856 + - uid: 53602 components: - type: Transform - pos: 145.5,-102.5 + pos: 191.5,-60.5 parent: 1 - - uid: 33857 + - uid: 53603 components: - type: Transform - pos: 145.5,-103.5 + pos: 191.5,-61.5 parent: 1 - - uid: 33858 + - uid: 53604 components: - type: Transform - pos: 145.5,-104.5 + pos: 191.5,-62.5 parent: 1 - - uid: 33859 + - uid: 53605 components: - type: Transform - pos: 147.5,-103.5 + pos: 192.5,-52.5 parent: 1 - - uid: 33860 + - uid: 53606 components: - type: Transform - pos: 147.5,-104.5 + pos: 192.5,-53.5 parent: 1 - - uid: 33861 + - uid: 53607 components: - type: Transform - pos: 147.5,-105.5 + pos: 192.5,-54.5 parent: 1 - - uid: 33862 + - uid: 53608 components: - type: Transform - pos: 148.5,-103.5 + pos: 192.5,-55.5 parent: 1 - - uid: 33863 + - uid: 53609 components: - type: Transform - pos: 148.5,-104.5 + pos: 192.5,-56.5 parent: 1 - - uid: 33864 + - uid: 53610 components: - type: Transform - pos: 148.5,-105.5 + pos: 192.5,-57.5 parent: 1 - - uid: 33865 + - uid: 53611 components: - type: Transform - pos: 149.5,-103.5 + pos: 192.5,-58.5 parent: 1 - - uid: 33866 + - uid: 53612 components: - type: Transform - pos: 149.5,-104.5 + pos: 192.5,-59.5 parent: 1 - - uid: 33867 + - uid: 53613 components: - type: Transform - pos: 149.5,-105.5 + pos: 192.5,-60.5 parent: 1 - - uid: 33868 + - uid: 53614 components: - type: Transform - pos: 150.5,-103.5 + pos: 192.5,-61.5 parent: 1 - - uid: 33869 + - uid: 53615 components: - type: Transform - pos: 150.5,-104.5 + pos: 192.5,-62.5 parent: 1 - - uid: 33870 + - uid: 53616 components: - type: Transform - pos: 150.5,-105.5 + pos: 193.5,-52.5 parent: 1 - - uid: 33871 + - uid: 53617 components: - type: Transform - pos: 151.5,-103.5 + pos: 193.5,-53.5 parent: 1 - - uid: 33872 + - uid: 53618 components: - type: Transform - pos: 151.5,-104.5 + pos: 193.5,-54.5 parent: 1 - - uid: 33873 + - uid: 53619 components: - type: Transform - pos: 151.5,-105.5 + pos: 193.5,-55.5 parent: 1 - - uid: 33874 + - uid: 53620 components: - type: Transform - pos: 152.5,-103.5 + pos: 193.5,-56.5 parent: 1 - - uid: 33875 + - uid: 53621 components: - type: Transform - pos: 152.5,-104.5 + pos: 193.5,-57.5 parent: 1 - - uid: 33876 + - uid: 53622 components: - type: Transform - pos: 152.5,-105.5 + pos: 193.5,-58.5 parent: 1 - - uid: 33877 + - uid: 53623 components: - type: Transform - pos: 153.5,-103.5 + pos: 193.5,-59.5 parent: 1 - - uid: 33878 + - uid: 53624 components: - type: Transform - pos: 153.5,-104.5 + pos: 193.5,-60.5 parent: 1 - - uid: 33879 + - uid: 53625 components: - type: Transform - pos: 153.5,-105.5 + pos: 193.5,-61.5 parent: 1 - - uid: 33880 + - uid: 53626 components: - type: Transform - pos: 154.5,-103.5 + pos: 193.5,-62.5 parent: 1 - - uid: 33881 + - uid: 53627 components: - type: Transform - pos: 154.5,-104.5 + pos: 194.5,-52.5 parent: 1 - - uid: 33882 + - uid: 53628 components: - type: Transform - pos: 154.5,-105.5 + pos: 194.5,-53.5 parent: 1 - - uid: 33883 + - uid: 53629 components: - type: Transform - pos: 155.5,-103.5 + pos: 194.5,-54.5 parent: 1 - - uid: 33884 + - uid: 53630 components: - type: Transform - pos: 155.5,-104.5 + pos: 194.5,-55.5 parent: 1 - - uid: 33885 + - uid: 53631 components: - type: Transform - pos: 155.5,-105.5 + pos: 194.5,-56.5 parent: 1 - - uid: 33886 + - uid: 53632 components: - type: Transform - pos: 156.5,-103.5 + pos: 194.5,-57.5 parent: 1 - - uid: 33887 + - uid: 53633 components: - type: Transform - pos: 156.5,-104.5 + pos: 194.5,-58.5 parent: 1 - - uid: 33888 + - uid: 53634 components: - type: Transform - pos: 156.5,-105.5 + pos: 194.5,-59.5 parent: 1 - - uid: 33889 + - uid: 53635 components: - type: Transform - pos: 157.5,-103.5 + pos: 194.5,-60.5 parent: 1 - - uid: 33890 + - uid: 53636 components: - type: Transform - pos: 157.5,-104.5 + pos: 194.5,-61.5 parent: 1 - - uid: 33891 + - uid: 53637 components: - type: Transform - pos: 157.5,-105.5 + pos: 194.5,-62.5 parent: 1 - - uid: 33892 + - uid: 53638 components: - type: Transform - pos: 158.5,-103.5 + pos: 195.5,-52.5 parent: 1 - - uid: 33893 + - uid: 53639 components: - type: Transform - pos: 158.5,-104.5 + pos: 195.5,-53.5 parent: 1 - - uid: 33894 + - uid: 53640 components: - type: Transform - pos: 158.5,-105.5 + pos: 195.5,-54.5 parent: 1 - - uid: 33895 + - uid: 53641 components: - type: Transform - pos: 159.5,-103.5 + pos: 195.5,-55.5 parent: 1 - - uid: 33896 + - uid: 53642 components: - type: Transform - pos: 159.5,-104.5 + pos: 195.5,-56.5 parent: 1 - - uid: 33897 + - uid: 53643 components: - type: Transform - pos: 159.5,-105.5 + pos: 195.5,-57.5 parent: 1 - - uid: 33898 + - uid: 53644 components: - type: Transform - pos: 160.5,-104.5 + pos: 195.5,-58.5 parent: 1 - - uid: 33899 + - uid: 53645 components: - type: Transform - pos: 160.5,-103.5 + pos: 195.5,-59.5 parent: 1 - - uid: 33900 + - uid: 53646 components: - type: Transform - pos: 161.5,-103.5 + pos: 195.5,-60.5 parent: 1 - - uid: 33901 + - uid: 53647 components: - type: Transform - pos: 145.5,-105.5 + pos: 195.5,-61.5 parent: 1 - - uid: 33902 + - uid: 53648 components: - type: Transform - pos: 145.5,-106.5 + pos: 195.5,-62.5 parent: 1 - - uid: 33903 + - uid: 53649 components: - type: Transform - pos: 146.5,-106.5 + pos: 196.5,-52.5 parent: 1 - - uid: 33904 + - uid: 53650 components: - type: Transform - pos: 146.5,-107.5 + pos: 196.5,-53.5 parent: 1 - - uid: 33905 + - uid: 53651 components: - type: Transform - pos: 146.5,-108.5 + pos: 196.5,-54.5 parent: 1 - - uid: 33906 + - uid: 53652 components: - type: Transform - pos: 147.5,-106.5 + pos: 196.5,-55.5 parent: 1 - - uid: 33907 + - uid: 53653 components: - type: Transform - pos: 147.5,-107.5 + pos: 196.5,-56.5 parent: 1 - - uid: 33908 + - uid: 53654 components: - type: Transform - pos: 147.5,-108.5 + pos: 196.5,-57.5 parent: 1 - - uid: 33909 + - uid: 53655 components: - type: Transform - pos: 148.5,-106.5 + pos: 196.5,-58.5 parent: 1 - - uid: 33910 + - uid: 53656 components: - type: Transform - pos: 148.5,-107.5 + pos: 196.5,-59.5 parent: 1 - - uid: 33911 + - uid: 53657 components: - type: Transform - pos: 148.5,-108.5 + pos: 196.5,-60.5 parent: 1 - - uid: 33912 + - uid: 53658 components: - type: Transform - pos: 149.5,-106.5 + pos: 196.5,-61.5 parent: 1 - - uid: 33913 + - uid: 53659 components: - type: Transform - pos: 149.5,-107.5 + pos: 196.5,-62.5 parent: 1 - - uid: 33914 + - uid: 53660 components: - type: Transform - pos: 149.5,-108.5 + pos: 197.5,-52.5 parent: 1 - - uid: 33915 + - uid: 53661 components: - type: Transform - pos: 150.5,-106.5 + pos: 197.5,-53.5 parent: 1 - - uid: 33916 + - uid: 53662 components: - type: Transform - pos: 150.5,-107.5 + pos: 197.5,-54.5 parent: 1 - - uid: 33917 + - uid: 53663 components: - type: Transform - pos: 150.5,-108.5 + pos: 197.5,-55.5 parent: 1 - - uid: 33918 + - uid: 53664 components: - type: Transform - pos: 151.5,-106.5 + pos: 197.5,-56.5 parent: 1 - - uid: 33919 + - uid: 53665 components: - type: Transform - pos: 151.5,-107.5 + pos: 197.5,-57.5 parent: 1 - - uid: 33920 + - uid: 53666 components: - type: Transform - pos: 151.5,-108.5 + pos: 197.5,-58.5 parent: 1 - - uid: 33921 + - uid: 53667 components: - type: Transform - pos: 152.5,-106.5 + pos: 197.5,-59.5 parent: 1 - - uid: 33922 + - uid: 53668 components: - type: Transform - pos: 152.5,-107.5 + pos: 197.5,-60.5 parent: 1 - - uid: 33923 + - uid: 53669 components: - type: Transform - pos: 152.5,-108.5 + pos: 197.5,-61.5 parent: 1 - - uid: 33924 + - uid: 53670 components: - type: Transform - pos: 153.5,-106.5 + pos: 197.5,-62.5 parent: 1 - - uid: 33925 + - uid: 53671 components: - type: Transform - pos: 153.5,-107.5 + pos: 198.5,-52.5 parent: 1 - - uid: 33926 + - uid: 53672 components: - type: Transform - pos: 153.5,-108.5 + pos: 198.5,-53.5 parent: 1 - - uid: 33927 + - uid: 53673 components: - type: Transform - pos: 154.5,-106.5 + pos: 198.5,-54.5 parent: 1 - - uid: 33928 + - uid: 53674 components: - type: Transform - pos: 154.5,-107.5 + pos: 198.5,-55.5 parent: 1 - - uid: 33929 + - uid: 53675 components: - type: Transform - pos: 154.5,-108.5 + pos: 198.5,-56.5 parent: 1 - - uid: 33930 + - uid: 53676 components: - type: Transform - pos: 155.5,-106.5 + pos: 198.5,-57.5 parent: 1 - - uid: 33931 + - uid: 53677 components: - type: Transform - pos: 155.5,-107.5 + pos: 198.5,-58.5 parent: 1 - - uid: 33932 + - uid: 53678 components: - type: Transform - pos: 155.5,-108.5 + pos: 198.5,-59.5 parent: 1 - - uid: 33933 + - uid: 53679 components: - type: Transform - pos: 156.5,-106.5 + pos: 198.5,-60.5 parent: 1 - - uid: 33934 + - uid: 53680 components: - type: Transform - pos: 156.5,-107.5 + pos: 198.5,-61.5 parent: 1 - - uid: 33935 + - uid: 53681 components: - type: Transform - pos: 156.5,-108.5 + pos: 198.5,-62.5 parent: 1 - - uid: 33936 + - uid: 53682 components: - type: Transform - pos: 157.5,-106.5 + pos: 169.5,-53.5 parent: 1 - - uid: 33937 + - uid: 53683 components: - type: Transform - pos: 157.5,-107.5 + pos: 169.5,-54.5 parent: 1 - - uid: 33938 + - uid: 53684 components: - type: Transform - pos: 157.5,-108.5 + pos: 181.5,-51.5 parent: 1 - - uid: 33939 + - uid: 53685 components: - type: Transform - pos: 158.5,-106.5 + pos: 182.5,-51.5 parent: 1 - - uid: 33940 + - uid: 53686 components: - type: Transform - pos: 158.5,-107.5 + pos: 183.5,-51.5 parent: 1 - - uid: 33941 + - uid: 53687 components: - type: Transform - pos: 158.5,-108.5 + pos: 183.5,-50.5 parent: 1 - - uid: 33942 + - uid: 53688 components: - type: Transform - pos: 181.5,-118.5 + pos: 184.5,-50.5 parent: 1 - - uid: 33943 + - uid: 53689 components: - type: Transform - pos: 181.5,-117.5 + pos: 185.5,-50.5 parent: 1 - - uid: 33944 + - uid: 53690 components: - type: Transform - pos: 191.5,-118.5 + pos: 186.5,-50.5 parent: 1 - - uid: 33945 + - uid: 53691 components: - type: Transform - pos: 183.5,-93.5 + pos: 187.5,-50.5 parent: 1 - - uid: 33946 + - uid: 53692 components: - type: Transform - pos: 183.5,-92.5 + pos: 188.5,-50.5 parent: 1 - - uid: 33947 + - uid: 53693 components: - type: Transform - pos: 184.5,-92.5 + pos: 189.5,-50.5 parent: 1 - - uid: 33948 + - uid: 53694 components: - type: Transform - pos: 184.5,-93.5 + pos: 190.5,-50.5 parent: 1 - - uid: 33949 + - uid: 53695 components: - type: Transform - pos: 148.5,-110.5 + pos: 191.5,-50.5 parent: 1 - - uid: 33950 + - uid: 53696 components: - type: Transform - pos: 149.5,-109.5 + pos: 192.5,-50.5 parent: 1 - - uid: 33951 + - uid: 53697 components: - type: Transform - pos: 149.5,-110.5 + pos: 193.5,-50.5 parent: 1 - - uid: 33952 + - uid: 53698 components: - type: Transform - pos: 150.5,-109.5 + pos: 194.5,-50.5 parent: 1 - - uid: 33953 + - uid: 53699 components: - type: Transform - pos: 150.5,-110.5 + pos: 195.5,-50.5 parent: 1 - - uid: 33954 + - uid: 53700 components: - type: Transform - pos: 151.5,-109.5 + pos: 196.5,-50.5 parent: 1 - - uid: 33955 + - uid: 53701 components: - type: Transform - pos: 151.5,-110.5 + pos: 197.5,-50.5 parent: 1 - - uid: 33956 + - uid: 53702 components: - type: Transform - pos: 152.5,-110.5 + pos: 198.5,-50.5 parent: 1 - - uid: 33957 + - uid: 53703 components: - type: Transform - pos: 153.5,-109.5 + pos: 198.5,-51.5 parent: 1 - - uid: 33958 + - uid: 53704 components: - type: Transform - pos: 153.5,-110.5 + pos: 197.5,-51.5 parent: 1 - - uid: 33959 + - uid: 53705 components: - type: Transform - pos: 154.5,-109.5 + pos: 196.5,-51.5 parent: 1 - - uid: 33960 + - uid: 53706 components: - type: Transform - pos: 154.5,-110.5 + pos: 195.5,-51.5 parent: 1 - - uid: 33961 + - uid: 53707 components: - type: Transform - pos: 155.5,-109.5 + pos: 194.5,-51.5 parent: 1 - - uid: 33962 + - uid: 53708 components: - type: Transform - pos: 155.5,-110.5 + pos: 193.5,-51.5 parent: 1 - - uid: 33963 + - uid: 53709 components: - type: Transform - pos: 156.5,-109.5 + pos: 192.5,-51.5 parent: 1 - - uid: 33964 + - uid: 53710 components: - type: Transform - pos: 156.5,-110.5 + pos: 191.5,-51.5 parent: 1 - - uid: 33965 + - uid: 53711 components: - type: Transform - pos: 157.5,-109.5 + pos: 190.5,-51.5 parent: 1 - - uid: 33966 + - uid: 53712 components: - type: Transform - pos: 157.5,-110.5 + pos: 189.5,-51.5 parent: 1 - - uid: 33967 + - uid: 53713 components: - type: Transform - pos: 158.5,-109.5 + pos: 188.5,-51.5 parent: 1 - - uid: 33968 + - uid: 53714 components: - type: Transform - pos: 158.5,-110.5 + pos: 187.5,-51.5 parent: 1 - - uid: 33969 + - uid: 53715 components: - type: Transform - pos: 164.5,-108.5 + pos: 186.5,-51.5 parent: 1 - - uid: 33970 + - uid: 53716 components: - type: Transform - pos: 164.5,-109.5 + pos: 185.5,-51.5 parent: 1 - - uid: 33971 + - uid: 53717 components: - type: Transform - pos: 164.5,-110.5 + pos: 184.5,-51.5 parent: 1 - - uid: 33972 + - uid: 53718 components: - type: Transform - pos: 164.5,-111.5 + pos: 193.5,-49.5 parent: 1 - - uid: 33973 + - uid: 53719 components: - type: Transform - pos: 164.5,-112.5 + pos: 194.5,-49.5 parent: 1 - - uid: 33974 + - uid: 53720 components: - type: Transform - pos: 164.5,-113.5 + pos: 195.5,-49.5 parent: 1 - - uid: 33975 + - uid: 53721 components: - type: Transform - pos: 164.5,-114.5 + pos: 196.5,-49.5 parent: 1 - - uid: 33976 + - uid: 53722 components: - type: Transform - pos: 164.5,-115.5 + pos: 197.5,-49.5 parent: 1 - - uid: 33977 + - uid: 53723 components: - type: Transform - pos: 165.5,-108.5 + pos: 198.5,-49.5 parent: 1 - - uid: 33978 + - uid: 53724 components: - type: Transform - pos: 165.5,-109.5 + pos: 169.5,-55.5 parent: 1 - - uid: 33979 + - uid: 53725 components: - type: Transform - pos: 165.5,-110.5 + pos: 170.5,-92.5 parent: 1 - - uid: 33980 + - uid: 53726 components: - type: Transform - pos: 165.5,-111.5 + pos: 169.5,-60.5 parent: 1 - - uid: 33981 + - uid: 53727 components: - type: Transform - pos: 165.5,-112.5 + pos: 169.5,-62.5 parent: 1 - - uid: 33982 + - uid: 53728 components: - type: Transform - pos: 165.5,-113.5 + pos: 170.5,-53.5 parent: 1 - - uid: 33983 + - uid: 53729 components: - type: Transform - pos: 165.5,-114.5 + pos: 170.5,-54.5 parent: 1 - - uid: 33984 + - uid: 53730 components: - type: Transform - pos: 165.5,-115.5 + pos: 180.5,-117.5 parent: 1 - - uid: 33985 + - uid: 53731 components: - type: Transform - pos: 166.5,-109.5 + pos: 171.5,-115.5 parent: 1 - - uid: 33986 + - uid: 53732 components: - type: Transform - pos: 166.5,-110.5 + pos: 170.5,-62.5 parent: 1 - - uid: 33987 + - uid: 53733 components: - type: Transform - pos: 166.5,-111.5 + pos: 171.5,-53.5 parent: 1 - - uid: 33988 + - uid: 53734 components: - type: Transform - pos: 166.5,-112.5 + pos: 172.5,-92.5 parent: 1 - - uid: 33989 + - uid: 53735 components: - type: Transform - pos: 166.5,-113.5 + pos: 180.5,-118.5 parent: 1 - - uid: 33990 + - uid: 53736 components: - type: Transform - pos: 166.5,-114.5 + pos: 171.5,-58.5 parent: 1 - - uid: 33991 + - uid: 53737 components: - type: Transform - pos: 166.5,-115.5 + pos: 171.5,-61.5 parent: 1 - - uid: 33992 + - uid: 53738 components: - type: Transform - pos: 167.5,-109.5 + pos: 171.5,-62.5 parent: 1 - - uid: 33993 + - uid: 53739 components: - type: Transform - pos: 167.5,-110.5 + pos: 174.5,-92.5 parent: 1 - - uid: 33994 + - uid: 53740 components: - type: Transform - pos: 167.5,-111.5 + pos: 172.5,-56.5 parent: 1 - - uid: 33995 + - uid: 53741 components: - type: Transform - pos: 167.5,-112.5 + pos: 172.5,-57.5 parent: 1 - - uid: 33996 + - uid: 53742 components: - type: Transform - pos: 167.5,-113.5 + pos: 172.5,-58.5 parent: 1 - - uid: 33997 + - uid: 53743 components: - type: Transform - pos: 167.5,-114.5 + pos: 172.5,-61.5 parent: 1 - - uid: 33998 + - uid: 53744 components: - type: Transform - pos: 167.5,-115.5 + pos: 172.5,-62.5 parent: 1 - - uid: 33999 + - uid: 53745 components: - type: Transform - pos: 168.5,-110.5 + pos: 173.5,-53.5 parent: 1 - - uid: 34000 + - uid: 53746 components: - type: Transform - pos: 168.5,-111.5 + pos: 173.5,-54.5 parent: 1 - - uid: 34001 + - uid: 53747 components: - type: Transform - pos: 169.5,-110.5 + pos: 176.5,-93.5 parent: 1 - - uid: 34002 + - uid: 53748 components: - type: Transform - pos: 169.5,-111.5 + pos: 173.5,-56.5 parent: 1 - - uid: 34003 + - uid: 53749 components: - type: Transform - pos: 162.5,-109.5 + pos: 173.5,-57.5 parent: 1 - - uid: 34004 + - uid: 53750 components: - type: Transform - pos: 162.5,-110.5 + pos: 173.5,-58.5 parent: 1 - - uid: 34005 + - uid: 53751 components: - type: Transform - pos: 162.5,-111.5 + pos: 173.5,-59.5 parent: 1 - - uid: 34006 + - uid: 53752 components: - type: Transform - pos: 162.5,-112.5 + pos: 173.5,-61.5 parent: 1 - - uid: 34007 + - uid: 53753 components: - type: Transform - pos: 162.5,-113.5 + pos: 173.5,-62.5 parent: 1 - - uid: 34008 + - uid: 53754 components: - type: Transform - pos: 162.5,-114.5 + pos: 174.5,-53.5 parent: 1 - - uid: 34009 + - uid: 53755 components: - type: Transform - pos: 162.5,-115.5 + pos: 174.5,-54.5 parent: 1 - - uid: 34010 + - uid: 53756 components: - type: Transform - pos: 163.5,-109.5 + pos: 174.5,-55.5 parent: 1 - - uid: 34011 + - uid: 53757 components: - type: Transform - pos: 163.5,-110.5 + pos: 174.5,-56.5 parent: 1 - - uid: 34012 + - uid: 53758 components: - type: Transform - pos: 163.5,-111.5 + pos: 174.5,-57.5 parent: 1 - - uid: 34013 + - uid: 53759 components: - type: Transform - pos: 163.5,-112.5 + pos: 174.5,-58.5 parent: 1 - - uid: 34014 + - uid: 53760 components: - type: Transform - pos: 163.5,-113.5 + pos: 174.5,-59.5 parent: 1 - - uid: 34015 + - uid: 53761 components: - type: Transform - pos: 163.5,-114.5 + pos: 174.5,-60.5 parent: 1 - - uid: 34016 + - uid: 53762 components: - type: Transform - pos: 163.5,-115.5 + pos: 174.5,-61.5 parent: 1 - - uid: 34017 + - uid: 53763 components: - type: Transform - pos: 161.5,-110.5 + pos: 174.5,-62.5 parent: 1 - - uid: 34018 + - uid: 53764 components: - type: Transform - pos: 161.5,-111.5 + pos: 173.5,-92.5 parent: 1 - - uid: 34019 + - uid: 53765 components: - type: Transform - pos: 161.5,-112.5 + pos: 179.5,-117.5 parent: 1 - - uid: 34020 + - uid: 53766 components: - type: Transform - pos: 161.5,-113.5 + pos: 170.5,-115.5 parent: 1 - - uid: 34021 + - uid: 53767 components: - type: Transform - pos: 161.5,-114.5 + pos: 164.5,-60.5 parent: 1 - - uid: 34022 + - uid: 53768 components: - type: Transform - pos: 161.5,-115.5 + pos: 164.5,-61.5 parent: 1 - - uid: 34023 + - uid: 53769 components: - type: Transform - pos: 160.5,-110.5 + pos: 164.5,-62.5 parent: 1 - - uid: 34024 + - uid: 53770 components: - type: Transform - pos: 160.5,-111.5 + pos: 165.5,-54.5 parent: 1 - - uid: 34025 + - uid: 53771 components: - type: Transform - pos: 160.5,-112.5 + pos: 165.5,-55.5 parent: 1 - - uid: 34026 + - uid: 53772 components: - type: Transform - pos: 160.5,-113.5 + pos: 165.5,-56.5 parent: 1 - - uid: 34027 + - uid: 53773 components: - type: Transform - pos: 160.5,-114.5 + pos: 192.5,-181.5 parent: 1 - - uid: 34028 + - uid: 53774 components: - type: Transform - pos: 160.5,-115.5 + pos: 176.5,-92.5 parent: 1 - - uid: 34029 + - uid: 53775 components: - type: Transform - pos: 159.5,-110.5 + pos: 165.5,-59.5 parent: 1 - - uid: 34030 + - uid: 53776 components: - type: Transform - pos: 159.5,-111.5 + pos: 165.5,-60.5 parent: 1 - - uid: 34031 + - uid: 53777 components: - type: Transform - pos: 159.5,-112.5 + pos: 165.5,-61.5 parent: 1 - - uid: 34032 + - uid: 53778 components: - type: Transform - pos: 159.5,-113.5 + pos: 165.5,-62.5 parent: 1 - - uid: 34033 + - uid: 53779 components: - type: Transform - pos: 159.5,-114.5 + pos: 166.5,-54.5 parent: 1 - - uid: 34034 + - uid: 53780 components: - type: Transform - pos: 159.5,-115.5 + pos: 166.5,-55.5 parent: 1 - - uid: 34035 + - uid: 53781 components: - type: Transform - pos: 158.5,-111.5 + pos: 166.5,-56.5 parent: 1 - - uid: 34036 + - uid: 53782 components: - type: Transform - pos: 158.5,-112.5 + pos: 192.5,-180.5 parent: 1 - - uid: 34037 + - uid: 53783 components: - type: Transform - pos: 158.5,-113.5 + pos: 191.5,-119.5 parent: 1 - - uid: 34038 + - uid: 53784 components: - type: Transform - pos: 158.5,-114.5 + pos: 166.5,-59.5 parent: 1 - - uid: 34039 + - uid: 53785 components: - type: Transform - pos: 158.5,-115.5 + pos: 166.5,-60.5 parent: 1 - - uid: 34040 + - uid: 53786 components: - type: Transform - pos: 157.5,-111.5 + pos: 166.5,-61.5 parent: 1 - - uid: 34041 + - uid: 53787 components: - type: Transform - pos: 157.5,-112.5 + pos: 166.5,-62.5 parent: 1 - - uid: 34042 + - uid: 53788 components: - type: Transform - pos: 157.5,-113.5 + pos: 167.5,-54.5 parent: 1 - - uid: 34043 + - uid: 53789 components: - type: Transform - pos: 157.5,-114.5 + pos: 167.5,-55.5 parent: 1 - - uid: 34044 + - uid: 53790 components: - type: Transform - pos: 157.5,-115.5 + pos: 167.5,-56.5 parent: 1 - - uid: 34045 + - uid: 53791 components: - type: Transform - pos: 156.5,-111.5 + pos: 169.5,-92.5 parent: 1 - - uid: 34046 + - uid: 53792 components: - type: Transform - pos: 156.5,-112.5 + pos: 171.5,-92.5 parent: 1 - - uid: 34047 + - uid: 53793 components: - type: Transform - pos: 156.5,-113.5 + pos: 167.5,-59.5 parent: 1 - - uid: 34048 + - uid: 53794 components: - type: Transform - pos: 156.5,-114.5 + pos: 167.5,-60.5 parent: 1 - - uid: 34049 + - uid: 53795 components: - type: Transform - pos: 156.5,-115.5 + pos: 167.5,-61.5 parent: 1 - - uid: 34050 + - uid: 53796 components: - type: Transform - pos: 155.5,-111.5 + pos: 167.5,-62.5 parent: 1 - - uid: 34051 + - uid: 53797 components: - type: Transform - pos: 155.5,-112.5 + pos: 168.5,-54.5 parent: 1 - - uid: 34052 + - uid: 53798 components: - type: Transform - pos: 155.5,-113.5 + pos: 168.5,-55.5 parent: 1 - - uid: 34053 + - uid: 53799 components: - type: Transform - pos: 155.5,-114.5 + pos: 168.5,-56.5 parent: 1 - - uid: 34054 + - uid: 53800 components: - type: Transform - pos: 155.5,-115.5 + pos: 178.5,-92.5 parent: 1 - - uid: 34055 + - uid: 53801 components: - type: Transform - pos: 154.5,-111.5 + pos: 192.5,-182.5 parent: 1 - - uid: 34056 + - uid: 53802 components: - type: Transform - pos: 154.5,-112.5 + pos: 168.5,-60.5 parent: 1 - - uid: 34057 + - uid: 53803 components: - type: Transform - pos: 154.5,-113.5 + pos: 168.5,-61.5 parent: 1 - - uid: 34058 + - uid: 53804 components: - type: Transform - pos: 154.5,-114.5 + pos: 168.5,-62.5 parent: 1 - - uid: 34059 + - uid: 53805 components: - type: Transform - pos: 154.5,-115.5 + pos: 175.5,-92.5 parent: 1 - - uid: 34060 + - uid: 53806 components: - type: Transform - pos: 153.5,-111.5 + pos: 174.5,-93.5 parent: 1 - - uid: 34061 + - uid: 53807 components: - type: Transform - pos: 153.5,-112.5 + pos: 191.5,-117.5 parent: 1 - - uid: 34062 + - uid: 53808 components: - type: Transform - pos: 153.5,-113.5 + pos: 163.5,-59.5 parent: 1 - - uid: 34063 + - uid: 53809 components: - type: Transform - pos: 153.5,-114.5 + pos: 163.5,-60.5 parent: 1 - - uid: 34064 + - uid: 53810 components: - type: Transform - pos: 153.5,-115.5 + pos: 163.5,-61.5 parent: 1 - - uid: 34065 + - uid: 53811 components: - type: Transform - pos: 152.5,-111.5 + pos: 163.5,-62.5 parent: 1 - - uid: 34066 + - uid: 53812 components: - type: Transform - pos: 152.5,-112.5 + pos: 177.5,-92.5 parent: 1 - - uid: 34067 + - uid: 53813 components: - type: Transform - pos: 152.5,-113.5 + pos: 173.5,-93.5 parent: 1 - - uid: 34068 + - uid: 53814 components: - type: Transform - pos: 152.5,-114.5 + pos: 171.5,-93.5 parent: 1 - - uid: 34069 + - uid: 53815 components: - type: Transform - pos: 152.5,-115.5 + pos: 172.5,-93.5 parent: 1 - - uid: 34070 + - uid: 53816 components: - type: Transform - pos: 151.5,-111.5 + pos: 170.5,-93.5 parent: 1 - - uid: 34071 + - uid: 53817 components: - type: Transform - pos: 151.5,-112.5 + pos: 162.5,-62.5 parent: 1 - - uid: 34072 + - uid: 53818 components: - type: Transform - pos: 151.5,-113.5 + pos: 161.5,-57.5 parent: 1 - - uid: 34073 + - uid: 53819 components: - type: Transform - pos: 151.5,-114.5 + pos: 161.5,-58.5 parent: 1 - - uid: 34074 + - uid: 53820 components: - type: Transform - pos: 151.5,-115.5 + pos: 161.5,-59.5 parent: 1 - - uid: 34075 + - uid: 53821 components: - type: Transform - pos: 150.5,-111.5 + pos: 161.5,-60.5 parent: 1 - - uid: 34076 + - uid: 53822 components: - type: Transform - pos: 150.5,-112.5 + pos: 161.5,-61.5 parent: 1 - - uid: 34077 + - uid: 53823 components: - type: Transform - pos: 150.5,-113.5 + pos: 161.5,-62.5 parent: 1 - - uid: 34078 + - uid: 53824 components: - type: Transform - pos: 150.5,-114.5 + pos: 160.5,-57.5 parent: 1 - - uid: 34079 + - uid: 53825 components: - type: Transform - pos: 150.5,-115.5 + pos: 160.5,-58.5 parent: 1 - - uid: 34080 + - uid: 53826 components: - type: Transform - pos: 149.5,-111.5 + pos: 160.5,-59.5 parent: 1 - - uid: 34081 + - uid: 53827 components: - type: Transform - pos: 149.5,-112.5 + pos: 160.5,-60.5 parent: 1 - - uid: 34082 + - uid: 53828 components: - type: Transform - pos: 149.5,-113.5 + pos: 160.5,-61.5 parent: 1 - - uid: 34083 + - uid: 53829 components: - type: Transform - pos: 149.5,-114.5 + pos: 160.5,-62.5 parent: 1 - - uid: 34084 + - uid: 53830 components: - type: Transform - pos: 149.5,-115.5 + pos: 159.5,-57.5 parent: 1 - - uid: 34085 + - uid: 53831 components: - type: Transform - pos: 148.5,-111.5 + pos: 159.5,-58.5 parent: 1 - - uid: 34086 + - uid: 53832 components: - type: Transform - pos: 148.5,-112.5 + pos: 159.5,-59.5 parent: 1 - - uid: 34087 + - uid: 53833 components: - type: Transform - pos: 174.5,-115.5 + pos: 159.5,-60.5 parent: 1 - - uid: 34088 + - uid: 53834 components: - type: Transform - pos: 172.5,-114.5 + pos: 159.5,-61.5 parent: 1 - - uid: 34089 + - uid: 53835 components: - type: Transform - pos: 172.5,-113.5 + pos: 159.5,-62.5 parent: 1 - - uid: 34090 + - uid: 53836 components: - type: Transform - pos: 173.5,-114.5 + pos: 158.5,-57.5 parent: 1 - - uid: 34091 + - uid: 53837 components: - type: Transform - pos: 173.5,-113.5 + pos: 158.5,-58.5 parent: 1 - - uid: 34092 + - uid: 53838 components: - type: Transform - pos: 174.5,-114.5 + pos: 158.5,-59.5 parent: 1 - - uid: 34093 + - uid: 53839 components: - type: Transform - pos: 174.5,-113.5 + pos: 158.5,-60.5 parent: 1 - - uid: 34094 + - uid: 53840 components: - type: Transform - pos: 175.5,-114.5 + pos: 158.5,-61.5 parent: 1 - - uid: 34095 + - uid: 53841 components: - type: Transform - pos: 175.5,-113.5 + pos: 158.5,-62.5 parent: 1 - - uid: 34096 + - uid: 53842 components: - type: Transform - pos: 176.5,-114.5 + pos: 157.5,-57.5 parent: 1 - - uid: 34097 + - uid: 53843 components: - type: Transform - pos: 176.5,-113.5 + pos: 157.5,-58.5 parent: 1 - - uid: 34098 + - uid: 53844 components: - type: Transform - pos: 177.5,-114.5 + pos: 157.5,-59.5 parent: 1 - - uid: 34099 + - uid: 53845 components: - type: Transform - pos: 177.5,-113.5 + pos: 157.5,-60.5 parent: 1 - - uid: 34100 + - uid: 53846 components: - type: Transform - pos: 178.5,-114.5 + pos: 157.5,-61.5 parent: 1 - - uid: 34101 + - uid: 53847 components: - type: Transform - pos: 178.5,-113.5 + pos: 157.5,-62.5 parent: 1 - - uid: 34102 + - uid: 53848 components: - type: Transform - pos: 179.5,-113.5 + pos: 156.5,-57.5 parent: 1 - - uid: 34103 + - uid: 53849 components: - type: Transform - pos: 179.5,-112.5 + pos: 156.5,-58.5 parent: 1 - - uid: 34104 + - uid: 53850 components: - type: Transform - pos: 178.5,-112.5 + pos: 156.5,-59.5 parent: 1 - - uid: 34105 + - uid: 53851 components: - type: Transform - pos: 177.5,-112.5 + pos: 156.5,-60.5 parent: 1 - - uid: 34106 + - uid: 53852 components: - type: Transform - pos: 176.5,-112.5 + pos: 156.5,-61.5 parent: 1 - - uid: 34107 + - uid: 53853 components: - type: Transform - pos: 175.5,-112.5 + pos: 156.5,-62.5 parent: 1 - - uid: 34108 + - uid: 53854 components: - type: Transform - pos: 174.5,-112.5 + pos: 158.5,-56.5 parent: 1 - - uid: 34109 + - uid: 53855 components: - type: Transform - pos: 173.5,-112.5 + pos: 159.5,-56.5 parent: 1 - - uid: 34110 + - uid: 53856 components: - type: Transform - pos: 193.5,-156.5 + pos: 160.5,-56.5 parent: 1 - - uid: 34111 + - uid: 53857 components: - type: Transform - pos: 187.5,-143.5 + pos: 155.5,-58.5 parent: 1 - - uid: 34112 + - uid: 53858 components: - type: Transform - pos: 182.5,-92.5 + pos: 155.5,-59.5 parent: 1 - - uid: 34113 + - uid: 53859 components: - type: Transform - pos: 179.5,-118.5 + pos: 155.5,-60.5 parent: 1 - - uid: 34114 + - uid: 53860 components: - type: Transform - pos: 178.5,-117.5 + pos: 155.5,-61.5 parent: 1 - - uid: 34115 + - uid: 53861 components: - type: Transform - pos: 183.5,-113.5 + pos: 155.5,-62.5 parent: 1 - - uid: 34116 + - uid: 53862 components: - type: Transform - pos: 183.5,-114.5 + pos: 154.5,-59.5 parent: 1 - - uid: 34117 + - uid: 53863 components: - type: Transform - pos: 183.5,-115.5 + pos: 154.5,-60.5 parent: 1 - - uid: 34118 + - uid: 53864 components: - type: Transform - pos: 183.5,-116.5 + pos: 154.5,-61.5 parent: 1 - - uid: 34119 + - uid: 53865 components: - type: Transform - pos: 183.5,-117.5 + pos: 154.5,-62.5 parent: 1 - - uid: 34120 + - uid: 53866 components: - type: Transform - pos: 184.5,-112.5 + pos: 153.5,-61.5 parent: 1 - - uid: 34121 + - uid: 53867 components: - type: Transform - pos: 184.5,-113.5 + pos: 153.5,-62.5 parent: 1 - - uid: 34122 + - uid: 53868 components: - type: Transform - pos: 184.5,-114.5 + pos: 178.5,-93.5 parent: 1 - - uid: 34123 + - uid: 53869 components: - type: Transform - pos: 184.5,-115.5 + pos: 177.5,-93.5 parent: 1 - - uid: 34124 + - uid: 53870 components: - type: Transform - pos: 184.5,-116.5 + pos: 169.5,-93.5 parent: 1 - - uid: 34125 + - uid: 53871 components: - type: Transform - pos: 184.5,-117.5 + pos: 177.5,-94.5 parent: 1 - - uid: 34126 + - uid: 53872 components: - type: Transform - pos: 185.5,-112.5 + pos: 176.5,-94.5 parent: 1 - - uid: 34127 + - uid: 53873 components: - type: Transform - pos: 185.5,-113.5 + pos: 175.5,-94.5 parent: 1 - - uid: 34128 + - uid: 53874 components: - type: Transform - pos: 185.5,-114.5 + pos: 174.5,-94.5 parent: 1 - - uid: 34129 + - uid: 53875 components: - type: Transform - pos: 185.5,-115.5 + pos: 173.5,-94.5 parent: 1 - - uid: 34130 + - uid: 53876 components: - type: Transform - pos: 185.5,-116.5 + pos: 172.5,-94.5 parent: 1 - - uid: 34131 + - uid: 53877 components: - type: Transform - pos: 185.5,-117.5 + pos: 171.5,-94.5 parent: 1 - - uid: 34132 + - uid: 53878 components: - type: Transform - pos: 186.5,-112.5 + pos: 170.5,-94.5 parent: 1 - - uid: 34133 + - uid: 53879 components: - type: Transform - pos: 186.5,-113.5 + pos: 169.5,-94.5 parent: 1 - - uid: 34134 + - uid: 53880 components: - type: Transform - pos: 186.5,-114.5 + pos: 169.5,-95.5 parent: 1 - - uid: 34135 + - uid: 53881 components: - type: Transform - pos: 187.5,-113.5 + pos: 170.5,-95.5 parent: 1 - - uid: 34136 + - uid: 53882 components: - type: Transform - pos: 187.5,-114.5 + pos: 171.5,-95.5 parent: 1 - - uid: 34137 + - uid: 53883 components: - type: Transform - pos: 182.5,-116.5 + pos: 172.5,-95.5 parent: 1 - - uid: 34138 + - uid: 53884 components: - type: Transform - pos: 184.5,-118.5 + pos: 173.5,-95.5 parent: 1 - - uid: 34139 + - uid: 53885 components: - type: Transform - pos: 183.5,-118.5 + pos: 174.5,-95.5 parent: 1 - - uid: 34140 + - uid: 53886 components: - type: Transform - pos: 182.5,-118.5 + pos: 183.5,-112.5 parent: 1 - - uid: 34141 + - uid: 53887 components: - type: Transform - pos: 182.5,-117.5 + pos: 185.5,-111.5 parent: 1 - - uid: 34142 + - uid: 53888 components: - type: Transform - pos: 198.5,-110.5 + pos: 148.5,-109.5 parent: 1 - - uid: 34143 + - uid: 53889 components: - type: Transform - pos: 191.5,-116.5 + pos: 147.5,-110.5 parent: 1 - - uid: 34144 + - uid: 53890 components: - type: Transform - pos: 178.5,-118.5 + pos: 172.5,-115.5 parent: 1 - - uid: 34145 + - uid: 53891 components: - type: Transform - pos: 177.5,-117.5 + pos: 173.5,-115.5 parent: 1 - - uid: 34146 + - uid: 53892 components: - type: Transform - pos: 177.5,-118.5 + pos: 171.5,-96.5 parent: 1 - - uid: 34147 + - uid: 53893 components: - type: Transform - pos: 176.5,-118.5 + pos: 171.5,-97.5 parent: 1 - - uid: 34148 + - uid: 53894 components: - type: Transform - pos: 175.5,-118.5 + pos: 170.5,-96.5 parent: 1 - - uid: 34149 + - uid: 53895 components: - type: Transform - pos: 174.5,-118.5 + pos: 170.5,-97.5 parent: 1 - - uid: 34150 + - uid: 53896 components: - type: Transform - pos: 173.5,-117.5 + pos: 169.5,-96.5 parent: 1 - - uid: 34151 + - uid: 53897 components: - type: Transform - pos: 173.5,-118.5 + pos: 169.5,-97.5 parent: 1 - - uid: 34152 + - uid: 53898 components: - type: Transform - pos: 172.5,-117.5 + pos: 168.5,-96.5 parent: 1 - - uid: 34153 + - uid: 53899 components: - type: Transform - pos: 172.5,-118.5 + pos: 168.5,-97.5 parent: 1 - - uid: 34154 + - uid: 53900 components: - type: Transform - pos: 171.5,-117.5 + pos: 167.5,-96.5 parent: 1 - - uid: 34155 + - uid: 53901 components: - type: Transform - pos: 171.5,-118.5 + pos: 167.5,-97.5 parent: 1 - - uid: 34156 + - uid: 53902 components: - type: Transform - pos: 170.5,-117.5 + pos: 166.5,-96.5 parent: 1 - - uid: 34157 + - uid: 53903 components: - type: Transform - pos: 170.5,-118.5 + pos: 166.5,-97.5 parent: 1 - - uid: 34158 + - uid: 53904 components: - type: Transform - pos: 169.5,-117.5 + pos: 165.5,-96.5 parent: 1 - - uid: 34159 + - uid: 53905 components: - type: Transform - pos: 169.5,-118.5 + pos: 165.5,-97.5 parent: 1 - - uid: 34160 + - uid: 53906 components: - type: Transform - pos: 168.5,-117.5 + pos: 164.5,-96.5 parent: 1 - - uid: 34161 + - uid: 53907 components: - type: Transform - pos: 168.5,-118.5 + pos: 164.5,-97.5 parent: 1 - - uid: 34162 + - uid: 53908 components: - type: Transform - pos: 167.5,-117.5 + pos: 163.5,-96.5 parent: 1 - - uid: 34163 + - uid: 53909 components: - type: Transform - pos: 167.5,-118.5 + pos: 163.5,-97.5 parent: 1 - - uid: 34164 + - uid: 53910 components: - type: Transform - pos: 166.5,-117.5 + pos: 162.5,-96.5 parent: 1 - - uid: 34165 + - uid: 53911 components: - type: Transform - pos: 166.5,-118.5 + pos: 162.5,-97.5 parent: 1 - - uid: 34166 + - uid: 53912 components: - type: Transform - pos: 165.5,-117.5 + pos: 161.5,-96.5 parent: 1 - - uid: 34167 + - uid: 53913 components: - type: Transform - pos: 165.5,-118.5 + pos: 161.5,-97.5 parent: 1 - - uid: 34168 + - uid: 53914 components: - type: Transform - pos: 164.5,-117.5 + pos: 160.5,-96.5 parent: 1 - - uid: 34169 + - uid: 53915 components: - type: Transform - pos: 164.5,-118.5 + pos: 160.5,-97.5 parent: 1 - - uid: 34170 + - uid: 53916 components: - type: Transform - pos: 163.5,-117.5 + pos: 159.5,-96.5 parent: 1 - - uid: 34171 + - uid: 53917 components: - type: Transform - pos: 163.5,-118.5 + pos: 159.5,-97.5 parent: 1 - - uid: 34172 + - uid: 53918 components: - type: Transform - pos: 162.5,-117.5 + pos: 158.5,-96.5 parent: 1 - - uid: 34173 + - uid: 53919 components: - type: Transform - pos: 162.5,-118.5 + pos: 158.5,-97.5 parent: 1 - - uid: 34174 + - uid: 53920 components: - type: Transform - pos: 161.5,-117.5 + pos: 157.5,-96.5 parent: 1 - - uid: 34175 + - uid: 53921 components: - type: Transform - pos: 161.5,-118.5 + pos: 157.5,-97.5 parent: 1 - - uid: 34176 + - uid: 53922 components: - type: Transform - pos: 160.5,-117.5 + pos: 156.5,-96.5 parent: 1 - - uid: 34177 + - uid: 53923 components: - type: Transform - pos: 160.5,-118.5 + pos: 156.5,-97.5 parent: 1 - - uid: 34178 + - uid: 53924 components: - type: Transform - pos: 159.5,-117.5 + pos: 155.5,-96.5 parent: 1 - - uid: 34179 + - uid: 53925 components: - type: Transform - pos: 159.5,-118.5 + pos: 155.5,-97.5 parent: 1 - - uid: 34180 + - uid: 53926 components: - type: Transform - pos: 158.5,-117.5 + pos: 154.5,-96.5 parent: 1 - - uid: 34181 + - uid: 53927 components: - type: Transform - pos: 158.5,-118.5 + pos: 154.5,-97.5 parent: 1 - - uid: 34182 + - uid: 53928 components: - type: Transform - pos: 157.5,-117.5 + pos: 153.5,-96.5 parent: 1 - - uid: 34183 + - uid: 53929 components: - type: Transform - pos: 157.5,-118.5 + pos: 153.5,-97.5 parent: 1 - - uid: 34184 + - uid: 53930 components: - type: Transform - pos: 156.5,-117.5 + pos: 152.5,-96.5 parent: 1 - - uid: 34185 + - uid: 53931 components: - type: Transform - pos: 156.5,-118.5 + pos: 152.5,-97.5 parent: 1 - - uid: 34186 + - uid: 53932 components: - type: Transform - pos: 155.5,-117.5 + pos: 151.5,-96.5 parent: 1 - - uid: 34187 + - uid: 53933 components: - type: Transform - pos: 155.5,-118.5 + pos: 151.5,-97.5 parent: 1 - - uid: 34188 + - uid: 53934 components: - type: Transform - pos: 154.5,-117.5 + pos: 150.5,-96.5 parent: 1 - - uid: 34189 + - uid: 53935 components: - type: Transform - pos: 154.5,-118.5 + pos: 150.5,-97.5 parent: 1 - - uid: 34190 + - uid: 53936 components: - type: Transform - pos: 153.5,-117.5 + pos: 149.5,-96.5 parent: 1 - - uid: 34191 + - uid: 53937 components: - type: Transform - pos: 153.5,-118.5 + pos: 149.5,-97.5 parent: 1 - - uid: 34192 + - uid: 53938 components: - type: Transform - pos: 152.5,-117.5 + pos: 168.5,-98.5 parent: 1 - - uid: 34193 + - uid: 53939 components: - type: Transform - pos: 152.5,-118.5 + pos: 167.5,-98.5 parent: 1 - - uid: 34194 + - uid: 53940 components: - type: Transform - pos: 151.5,-117.5 + pos: 166.5,-98.5 parent: 1 - - uid: 34195 + - uid: 53941 components: - type: Transform - pos: 151.5,-118.5 + pos: 167.5,-99.5 parent: 1 - - uid: 34196 + - uid: 53942 components: - type: Transform - pos: 150.5,-117.5 + pos: 168.5,-99.5 parent: 1 - - uid: 34197 + - uid: 53943 components: - type: Transform - pos: 150.5,-116.5 + pos: 162.5,-98.5 parent: 1 - - uid: 34198 + - uid: 53944 components: - type: Transform - pos: 151.5,-116.5 + pos: 162.5,-99.5 parent: 1 - - uid: 34199 + - uid: 53945 components: - type: Transform - pos: 152.5,-116.5 + pos: 162.5,-100.5 parent: 1 - - uid: 34200 + - uid: 53946 components: - type: Transform - pos: 153.5,-116.5 + pos: 162.5,-101.5 parent: 1 - - uid: 34201 + - uid: 53947 components: - type: Transform - pos: 154.5,-116.5 + pos: 162.5,-102.5 parent: 1 - - uid: 34202 + - uid: 53948 components: - type: Transform - pos: 155.5,-116.5 + pos: 161.5,-98.5 parent: 1 - - uid: 34203 + - uid: 53949 components: - type: Transform - pos: 156.5,-116.5 + pos: 161.5,-99.5 parent: 1 - - uid: 34204 + - uid: 53950 components: - type: Transform - pos: 157.5,-116.5 + pos: 161.5,-100.5 parent: 1 - - uid: 34205 + - uid: 53951 components: - type: Transform - pos: 158.5,-116.5 + pos: 161.5,-101.5 parent: 1 - - uid: 34206 + - uid: 53952 components: - type: Transform - pos: 159.5,-116.5 + pos: 161.5,-102.5 parent: 1 - - uid: 34207 + - uid: 53953 components: - type: Transform - pos: 160.5,-116.5 + pos: 160.5,-98.5 parent: 1 - - uid: 34208 + - uid: 53954 components: - type: Transform - pos: 161.5,-116.5 + pos: 160.5,-99.5 parent: 1 - - uid: 34209 + - uid: 53955 components: - type: Transform - pos: 162.5,-116.5 + pos: 160.5,-100.5 parent: 1 - - uid: 34210 + - uid: 53956 components: - type: Transform - pos: 163.5,-116.5 + pos: 160.5,-101.5 parent: 1 - - uid: 34211 + - uid: 53957 components: - type: Transform - pos: 164.5,-116.5 + pos: 160.5,-102.5 parent: 1 - - uid: 34212 + - uid: 53958 components: - type: Transform - pos: 165.5,-116.5 + pos: 159.5,-98.5 parent: 1 - - uid: 34213 + - uid: 53959 components: - type: Transform - pos: 166.5,-116.5 + pos: 159.5,-99.5 parent: 1 - - uid: 34214 + - uid: 53960 components: - type: Transform - pos: 167.5,-116.5 + pos: 159.5,-100.5 parent: 1 - - uid: 34215 + - uid: 53961 components: - type: Transform - pos: 168.5,-116.5 + pos: 159.5,-101.5 parent: 1 - - uid: 34216 + - uid: 53962 components: - type: Transform - pos: 169.5,-116.5 + pos: 159.5,-102.5 parent: 1 - - uid: 34217 + - uid: 53963 components: - type: Transform - pos: 170.5,-116.5 + pos: 158.5,-98.5 parent: 1 - - uid: 34218 + - uid: 53964 components: - type: Transform - pos: 171.5,-116.5 + pos: 158.5,-99.5 parent: 1 - - uid: 34219 + - uid: 53965 components: - type: Transform - pos: 172.5,-116.5 + pos: 158.5,-100.5 parent: 1 - - uid: 34220 + - uid: 53966 components: - type: Transform - pos: 173.5,-116.5 + pos: 158.5,-101.5 parent: 1 - - uid: 34221 + - uid: 53967 components: - type: Transform - pos: 174.5,-116.5 + pos: 158.5,-102.5 parent: 1 - - uid: 34222 + - uid: 53968 components: - type: Transform - pos: 182.5,-93.5 + pos: 157.5,-98.5 parent: 1 - - uid: 34223 + - uid: 53969 components: - type: Transform - pos: 184.5,-119.5 + pos: 157.5,-99.5 parent: 1 - - uid: 34224 + - uid: 53970 components: - type: Transform - pos: 183.5,-119.5 + pos: 157.5,-100.5 parent: 1 - - uid: 34225 + - uid: 53971 components: - type: Transform - pos: 182.5,-119.5 + pos: 157.5,-101.5 parent: 1 - - uid: 34226 + - uid: 53972 components: - type: Transform - pos: 181.5,-119.5 + pos: 157.5,-102.5 parent: 1 - - uid: 34227 + - uid: 53973 components: - type: Transform - pos: 193.5,-155.5 + pos: 156.5,-98.5 parent: 1 - - uid: 34228 + - uid: 53974 components: - type: Transform - pos: 193.5,-158.5 + pos: 156.5,-99.5 parent: 1 - - uid: 34229 + - uid: 53975 components: - type: Transform - pos: 198.5,-111.5 + pos: 156.5,-100.5 parent: 1 - - uid: 34230 + - uid: 53976 components: - type: Transform - pos: 198.5,-108.5 + pos: 156.5,-101.5 parent: 1 - - uid: 34231 + - uid: 53977 components: - type: Transform - pos: 198.5,-109.5 + pos: 156.5,-102.5 parent: 1 - - uid: 34232 + - uid: 53978 components: - type: Transform - pos: 198.5,-107.5 + pos: 155.5,-98.5 parent: 1 - - uid: 34233 + - uid: 53979 components: - type: Transform - pos: 198.5,-106.5 + pos: 155.5,-99.5 parent: 1 - - uid: 34234 + - uid: 53980 components: - type: Transform - pos: 198.5,-112.5 + pos: 155.5,-100.5 parent: 1 - - uid: 34235 + - uid: 53981 components: - type: Transform - pos: 187.5,-144.5 + pos: 155.5,-101.5 parent: 1 - - uid: 34236 + - uid: 53982 components: - type: Transform - pos: 193.5,-162.5 + pos: 155.5,-102.5 parent: 1 - - uid: 34237 + - uid: 53983 components: - type: Transform - pos: 191.5,-120.5 + pos: 154.5,-98.5 parent: 1 - - uid: 34238 + - uid: 53984 components: - type: Transform - pos: 192.5,-116.5 + pos: 154.5,-99.5 parent: 1 - - uid: 34239 + - uid: 53985 components: - type: Transform - pos: 192.5,-117.5 + pos: 154.5,-100.5 parent: 1 - - uid: 34240 + - uid: 53986 components: - type: Transform - pos: 192.5,-118.5 + pos: 154.5,-101.5 parent: 1 - - uid: 34241 + - uid: 53987 components: - type: Transform - pos: 192.5,-119.5 + pos: 154.5,-102.5 parent: 1 - - uid: 34242 + - uid: 53988 components: - type: Transform - pos: 192.5,-120.5 + pos: 153.5,-98.5 parent: 1 - - uid: 34243 + - uid: 53989 components: - type: Transform - pos: 193.5,-116.5 + pos: 153.5,-99.5 parent: 1 - - uid: 34244 + - uid: 53990 components: - type: Transform - pos: 193.5,-117.5 + pos: 153.5,-101.5 parent: 1 - - uid: 34245 + - uid: 53991 components: - type: Transform - pos: 193.5,-118.5 + pos: 153.5,-102.5 parent: 1 - - uid: 34246 + - uid: 53992 components: - type: Transform - pos: 193.5,-119.5 + pos: 152.5,-98.5 parent: 1 - - uid: 34247 + - uid: 53993 components: - type: Transform - pos: 193.5,-120.5 + pos: 152.5,-99.5 parent: 1 - - uid: 34248 + - uid: 53994 components: - type: Transform - pos: 194.5,-116.5 + pos: 152.5,-101.5 parent: 1 - - uid: 34249 + - uid: 53995 components: - type: Transform - pos: 194.5,-117.5 + pos: 152.5,-102.5 parent: 1 - - uid: 34250 + - uid: 53996 components: - type: Transform - pos: 194.5,-118.5 + pos: 151.5,-98.5 parent: 1 - - uid: 34251 + - uid: 53997 components: - type: Transform - pos: 194.5,-119.5 + pos: 151.5,-99.5 parent: 1 - - uid: 34252 + - uid: 53998 components: - type: Transform - pos: 194.5,-120.5 + pos: 151.5,-100.5 parent: 1 - - uid: 34253 + - uid: 53999 components: - type: Transform - pos: 195.5,-116.5 + pos: 151.5,-101.5 parent: 1 - - uid: 34254 + - uid: 54000 components: - type: Transform - pos: 195.5,-117.5 + pos: 151.5,-102.5 parent: 1 - - uid: 34255 + - uid: 54001 components: - type: Transform - pos: 195.5,-118.5 + pos: 150.5,-98.5 parent: 1 - - uid: 34256 + - uid: 54002 components: - type: Transform - pos: 195.5,-119.5 + pos: 150.5,-99.5 parent: 1 - - uid: 34257 + - uid: 54003 components: - type: Transform - pos: 195.5,-120.5 + pos: 150.5,-100.5 parent: 1 - - uid: 34258 + - uid: 54004 components: - type: Transform - pos: 196.5,-116.5 + pos: 150.5,-101.5 parent: 1 - - uid: 34259 + - uid: 54005 components: - type: Transform - pos: 196.5,-117.5 + pos: 150.5,-102.5 parent: 1 - - uid: 34260 + - uid: 54006 components: - type: Transform - pos: 196.5,-118.5 + pos: 149.5,-98.5 parent: 1 - - uid: 34261 + - uid: 54007 components: - type: Transform - pos: 196.5,-119.5 + pos: 149.5,-99.5 parent: 1 - - uid: 34262 + - uid: 54008 components: - type: Transform - pos: 196.5,-120.5 + pos: 149.5,-100.5 parent: 1 - - uid: 34263 + - uid: 54009 components: - type: Transform - pos: 197.5,-116.5 + pos: 149.5,-101.5 parent: 1 - - uid: 34264 + - uid: 54010 components: - type: Transform - pos: 197.5,-117.5 + pos: 149.5,-102.5 parent: 1 - - uid: 34265 + - uid: 54011 components: - type: Transform - pos: 197.5,-118.5 + pos: 148.5,-98.5 parent: 1 - - uid: 34266 + - uid: 54012 components: - type: Transform - pos: 197.5,-119.5 + pos: 148.5,-99.5 parent: 1 - - uid: 34267 + - uid: 54013 components: - type: Transform - pos: 197.5,-120.5 + pos: 148.5,-100.5 parent: 1 - - uid: 34268 + - uid: 54014 components: - type: Transform - pos: 198.5,-116.5 + pos: 148.5,-101.5 parent: 1 - - uid: 34269 + - uid: 54015 components: - type: Transform - pos: 198.5,-117.5 + pos: 148.5,-102.5 parent: 1 - - uid: 34270 + - uid: 54016 components: - type: Transform - pos: 198.5,-118.5 + pos: 147.5,-98.5 parent: 1 - - uid: 34271 + - uid: 54017 components: - type: Transform - pos: 198.5,-119.5 + pos: 147.5,-99.5 parent: 1 - - uid: 34272 + - uid: 54018 components: - type: Transform - pos: 198.5,-120.5 + pos: 147.5,-100.5 parent: 1 - - uid: 34273 + - uid: 54019 components: - type: Transform - pos: 195.5,-115.5 + pos: 147.5,-101.5 parent: 1 - - uid: 34274 + - uid: 54020 components: - type: Transform - pos: 196.5,-115.5 + pos: 147.5,-102.5 parent: 1 - - uid: 34275 + - uid: 54021 components: - type: Transform - pos: 197.5,-115.5 + pos: 146.5,-98.5 parent: 1 - - uid: 34276 + - uid: 54022 components: - type: Transform - pos: 198.5,-115.5 + pos: 146.5,-99.5 parent: 1 - - uid: 34277 + - uid: 54023 components: - type: Transform - pos: 196.5,-114.5 + pos: 146.5,-100.5 parent: 1 - - uid: 34278 + - uid: 54024 components: - type: Transform - pos: 197.5,-114.5 + pos: 146.5,-101.5 parent: 1 - - uid: 34279 + - uid: 54025 components: - type: Transform - pos: 198.5,-114.5 + pos: 146.5,-102.5 parent: 1 - - uid: 34280 + - uid: 54026 components: - type: Transform - pos: 198.5,-105.5 + pos: 163.5,-101.5 parent: 1 - - uid: 34281 + - uid: 54027 components: - type: Transform - pos: 198.5,-104.5 + pos: 163.5,-102.5 parent: 1 - - uid: 34282 + - uid: 54028 components: - type: Transform - pos: 198.5,-103.5 + pos: 164.5,-102.5 parent: 1 - - uid: 34283 + - uid: 54029 components: - type: Transform - pos: 198.5,-102.5 + pos: 146.5,-103.5 parent: 1 - - uid: 34284 + - uid: 54030 components: - type: Transform - pos: 198.5,-101.5 + pos: 146.5,-104.5 parent: 1 - - uid: 34285 + - uid: 54031 components: - type: Transform - pos: 198.5,-100.5 + pos: 146.5,-105.5 parent: 1 - - uid: 34286 + - uid: 54032 components: - type: Transform - pos: 198.5,-99.5 + pos: 143.5,-100.5 parent: 1 - - uid: 34287 + - uid: 54033 components: - type: Transform - pos: 196.5,-98.5 + pos: 143.5,-99.5 parent: 1 - - uid: 34288 + - uid: 54034 components: - type: Transform - pos: 196.5,-99.5 + pos: 143.5,-98.5 parent: 1 - - uid: 34289 + - uid: 54035 components: - type: Transform - pos: 196.5,-100.5 + pos: 143.5,-97.5 parent: 1 - - uid: 34290 + - uid: 54036 components: - type: Transform - pos: 196.5,-101.5 + pos: 143.5,-96.5 parent: 1 - - uid: 34291 + - uid: 54037 components: - type: Transform - pos: 196.5,-102.5 + pos: 143.5,-95.5 parent: 1 - - uid: 34292 + - uid: 54038 components: - type: Transform - pos: 196.5,-103.5 + pos: 143.5,-94.5 parent: 1 - - uid: 34293 + - uid: 54039 components: - type: Transform - pos: 196.5,-104.5 + pos: 143.5,-93.5 parent: 1 - - uid: 34294 + - uid: 54040 components: - type: Transform - pos: 196.5,-105.5 + pos: 143.5,-92.5 parent: 1 - - uid: 34295 + - uid: 54041 components: - type: Transform - pos: 196.5,-106.5 + pos: 144.5,-100.5 parent: 1 - - uid: 34296 + - uid: 54042 components: - type: Transform - pos: 196.5,-107.5 + pos: 144.5,-99.5 parent: 1 - - uid: 34297 + - uid: 54043 components: - type: Transform - pos: 196.5,-108.5 + pos: 144.5,-98.5 parent: 1 - - uid: 34298 + - uid: 54044 components: - type: Transform - pos: 196.5,-109.5 + pos: 144.5,-97.5 parent: 1 - - uid: 34299 + - uid: 54045 components: - type: Transform - pos: 196.5,-110.5 + pos: 144.5,-96.5 parent: 1 - - uid: 34300 + - uid: 54046 components: - type: Transform - pos: 196.5,-111.5 + pos: 144.5,-95.5 parent: 1 - - uid: 34301 + - uid: 54047 components: - type: Transform - pos: 196.5,-112.5 + pos: 144.5,-94.5 parent: 1 - - uid: 34302 + - uid: 54048 components: - type: Transform - pos: 197.5,-98.5 + pos: 144.5,-93.5 parent: 1 - - uid: 34303 + - uid: 54049 components: - type: Transform - pos: 197.5,-99.5 + pos: 144.5,-92.5 parent: 1 - - uid: 34304 + - uid: 54050 components: - type: Transform - pos: 197.5,-100.5 + pos: 145.5,-100.5 parent: 1 - - uid: 34305 + - uid: 54051 components: - type: Transform - pos: 197.5,-101.5 + pos: 145.5,-99.5 parent: 1 - - uid: 34306 + - uid: 54052 components: - type: Transform - pos: 197.5,-102.5 + pos: 145.5,-98.5 parent: 1 - - uid: 34307 + - uid: 54053 components: - type: Transform - pos: 197.5,-103.5 + pos: 145.5,-97.5 parent: 1 - - uid: 34308 + - uid: 54054 components: - type: Transform - pos: 197.5,-104.5 + pos: 145.5,-96.5 parent: 1 - - uid: 34309 + - uid: 54055 components: - type: Transform - pos: 197.5,-105.5 + pos: 145.5,-95.5 parent: 1 - - uid: 34310 + - uid: 54056 components: - type: Transform - pos: 197.5,-106.5 + pos: 145.5,-94.5 parent: 1 - - uid: 34311 + - uid: 54057 components: - type: Transform - pos: 197.5,-107.5 + pos: 145.5,-93.5 parent: 1 - - uid: 34312 + - uid: 54058 components: - type: Transform - pos: 197.5,-108.5 + pos: 145.5,-92.5 parent: 1 - - uid: 34313 + - uid: 54059 components: - type: Transform - pos: 197.5,-109.5 + pos: 146.5,-92.5 parent: 1 - - uid: 34314 + - uid: 54060 components: - type: Transform - pos: 197.5,-110.5 + pos: 146.5,-93.5 parent: 1 - - uid: 34315 + - uid: 54061 components: - type: Transform - pos: 197.5,-111.5 + pos: 146.5,-94.5 parent: 1 - - uid: 34316 + - uid: 54062 components: - type: Transform - pos: 197.5,-112.5 + pos: 146.5,-95.5 parent: 1 - - uid: 34317 + - uid: 54063 components: - type: Transform - pos: 195.5,-110.5 + pos: 147.5,-92.5 parent: 1 - - uid: 34318 + - uid: 54064 components: - type: Transform - pos: 195.5,-109.5 + pos: 147.5,-93.5 parent: 1 - - uid: 34319 + - uid: 54065 components: - type: Transform - pos: 195.5,-108.5 + pos: 147.5,-94.5 parent: 1 - - uid: 34320 + - uid: 54066 components: - type: Transform - pos: 195.5,-107.5 + pos: 147.5,-95.5 parent: 1 - - uid: 34321 + - uid: 54067 components: - type: Transform - pos: 195.5,-106.5 + pos: 148.5,-92.5 parent: 1 - - uid: 34322 + - uid: 54068 components: - type: Transform - pos: 195.5,-105.5 + pos: 148.5,-93.5 parent: 1 - - uid: 34323 + - uid: 54069 components: - type: Transform - pos: 195.5,-104.5 + pos: 148.5,-94.5 parent: 1 - - uid: 34324 + - uid: 54070 components: - type: Transform - pos: 195.5,-103.5 + pos: 148.5,-95.5 parent: 1 - - uid: 34325 + - uid: 54071 components: - type: Transform - pos: 195.5,-102.5 + pos: 149.5,-92.5 parent: 1 - - uid: 34326 + - uid: 54072 components: - type: Transform - pos: 195.5,-101.5 + pos: 149.5,-93.5 parent: 1 - - uid: 34327 + - uid: 54073 components: - type: Transform - pos: 194.5,-109.5 + pos: 149.5,-94.5 parent: 1 - - uid: 34328 + - uid: 54074 components: - type: Transform - pos: 194.5,-108.5 + pos: 149.5,-95.5 parent: 1 - - uid: 34329 + - uid: 54075 components: - type: Transform - pos: 194.5,-107.5 + pos: 150.5,-92.5 parent: 1 - - uid: 34330 + - uid: 54076 components: - type: Transform - pos: 194.5,-106.5 + pos: 150.5,-93.5 parent: 1 - - uid: 34331 + - uid: 54077 components: - type: Transform - pos: 194.5,-105.5 + pos: 150.5,-94.5 parent: 1 - - uid: 34332 + - uid: 54078 components: - type: Transform - pos: 194.5,-104.5 + pos: 150.5,-95.5 parent: 1 - - uid: 34333 + - uid: 54079 components: - type: Transform - pos: 194.5,-103.5 + pos: 151.5,-92.5 parent: 1 - - uid: 34334 + - uid: 54080 components: - type: Transform - pos: 193.5,-108.5 + pos: 151.5,-93.5 parent: 1 - - uid: 34335 + - uid: 54081 components: - type: Transform - pos: 193.5,-107.5 + pos: 151.5,-94.5 parent: 1 - - uid: 34336 + - uid: 54082 components: - type: Transform - pos: 193.5,-106.5 + pos: 151.5,-95.5 parent: 1 - - uid: 34337 + - uid: 54083 components: - type: Transform - pos: 193.5,-105.5 + pos: 152.5,-92.5 parent: 1 - - uid: 34338 + - uid: 54084 components: - type: Transform - pos: 193.5,-104.5 + pos: 152.5,-93.5 parent: 1 - - uid: 34339 + - uid: 54085 components: - type: Transform - pos: 193.5,-103.5 + pos: 152.5,-94.5 parent: 1 - - uid: 34340 + - uid: 54086 components: - type: Transform - pos: 192.5,-107.5 + pos: 152.5,-95.5 parent: 1 - - uid: 34341 + - uid: 54087 components: - type: Transform - pos: 192.5,-106.5 + pos: 153.5,-92.5 parent: 1 - - uid: 34342 + - uid: 54088 components: - type: Transform - pos: 192.5,-105.5 + pos: 153.5,-93.5 parent: 1 - - uid: 34343 + - uid: 54089 components: - type: Transform - pos: 192.5,-104.5 + pos: 153.5,-94.5 parent: 1 - - uid: 34344 + - uid: 54090 components: - type: Transform - pos: 192.5,-103.5 + pos: 153.5,-95.5 parent: 1 - - uid: 34345 + - uid: 54091 components: - type: Transform - pos: 189.5,-101.5 + pos: 154.5,-92.5 parent: 1 - - uid: 34346 + - uid: 54092 components: - type: Transform - pos: 189.5,-102.5 + pos: 154.5,-93.5 parent: 1 - - uid: 34347 + - uid: 54093 components: - type: Transform - pos: 189.5,-103.5 + pos: 154.5,-94.5 parent: 1 - - uid: 34348 + - uid: 54094 components: - type: Transform - pos: 189.5,-104.5 + pos: 154.5,-95.5 parent: 1 - - uid: 34349 + - uid: 54095 components: - type: Transform - pos: 189.5,-107.5 + pos: 155.5,-93.5 parent: 1 - - uid: 34350 + - uid: 54096 components: - type: Transform - pos: 190.5,-101.5 + pos: 155.5,-94.5 parent: 1 - - uid: 34351 + - uid: 54097 components: - type: Transform - pos: 190.5,-102.5 + pos: 155.5,-95.5 parent: 1 - - uid: 34352 + - uid: 54098 components: - type: Transform - pos: 190.5,-103.5 + pos: 156.5,-94.5 parent: 1 - - uid: 34353 + - uid: 54099 components: - type: Transform - pos: 190.5,-104.5 + pos: 156.5,-95.5 parent: 1 - - uid: 34354 + - uid: 54100 components: - type: Transform - pos: 191.5,-101.5 + pos: 146.5,-96.5 parent: 1 - - uid: 34355 + - uid: 54101 components: - type: Transform - pos: 191.5,-102.5 + pos: 146.5,-97.5 parent: 1 - - uid: 34356 + - uid: 54102 components: - type: Transform - pos: 191.5,-103.5 + pos: 147.5,-96.5 parent: 1 - - uid: 34357 + - uid: 54103 components: - type: Transform - pos: 191.5,-104.5 + pos: 147.5,-97.5 parent: 1 - - uid: 34358 + - uid: 54104 components: - type: Transform - pos: 191.5,-105.5 + pos: 148.5,-96.5 parent: 1 - - uid: 34359 + - uid: 54105 components: - type: Transform - pos: 191.5,-107.5 + pos: 148.5,-97.5 parent: 1 - - uid: 34360 + - uid: 54106 components: - type: Transform - pos: 188.5,-107.5 + pos: 142.5,-97.5 parent: 1 - - uid: 34361 + - uid: 54107 components: - type: Transform - pos: 188.5,-105.5 + pos: 142.5,-96.5 parent: 1 - - uid: 34362 + - uid: 54108 components: - type: Transform - pos: 187.5,-107.5 + pos: 142.5,-95.5 parent: 1 - - uid: 34363 + - uid: 54109 components: - type: Transform - pos: 186.5,-108.5 + pos: 142.5,-94.5 parent: 1 - - uid: 34364 + - uid: 54110 components: - type: Transform - pos: 187.5,-108.5 + pos: 142.5,-93.5 parent: 1 - - uid: 34365 + - uid: 54111 components: - type: Transform - pos: 188.5,-108.5 + pos: 142.5,-92.5 parent: 1 - - uid: 34366 + - uid: 54112 components: - type: Transform - pos: 189.5,-108.5 + pos: 142.5,-91.5 parent: 1 - - uid: 34367 + - uid: 54113 components: - type: Transform - pos: 190.5,-108.5 + pos: 142.5,-90.5 parent: 1 - - uid: 34368 + - uid: 54114 components: - type: Transform - pos: 191.5,-108.5 + pos: 142.5,-89.5 parent: 1 - - uid: 34369 + - uid: 54115 components: - type: Transform - pos: 188.5,-109.5 + pos: 143.5,-91.5 parent: 1 - - uid: 34370 + - uid: 54116 components: - type: Transform - pos: 189.5,-109.5 + pos: 143.5,-90.5 parent: 1 - - uid: 34371 + - uid: 54117 components: - type: Transform - pos: 190.5,-109.5 + pos: 143.5,-89.5 parent: 1 - - uid: 34372 + - uid: 54118 components: - type: Transform - pos: 189.5,-110.5 + pos: 141.5,-96.5 parent: 1 - - uid: 34373 + - uid: 54119 components: - type: Transform - pos: 190.5,-110.5 + pos: 141.5,-95.5 parent: 1 - - uid: 34374 + - uid: 54120 components: - type: Transform - pos: 190.5,-111.5 + pos: 141.5,-94.5 parent: 1 - - uid: 34375 + - uid: 54121 components: - type: Transform - pos: 185.5,-92.5 + pos: 141.5,-93.5 parent: 1 - - uid: 34376 + - uid: 54122 components: - type: Transform - pos: 185.5,-93.5 + pos: 141.5,-92.5 parent: 1 - - uid: 34377 + - uid: 54123 components: - type: Transform - pos: 186.5,-92.5 + pos: 141.5,-91.5 parent: 1 - - uid: 34378 + - uid: 54124 components: - type: Transform - pos: 186.5,-93.5 + pos: 141.5,-90.5 parent: 1 - - uid: 34379 + - uid: 54125 components: - type: Transform - pos: 187.5,-92.5 + pos: 141.5,-89.5 parent: 1 - - uid: 34380 + - uid: 54126 components: - type: Transform - pos: 187.5,-93.5 + pos: 140.5,-91.5 parent: 1 - - uid: 34381 + - uid: 54127 components: - type: Transform - pos: 188.5,-92.5 + pos: 140.5,-90.5 parent: 1 - - uid: 34382 + - uid: 54128 components: - type: Transform - pos: 188.5,-93.5 + pos: 140.5,-89.5 parent: 1 - - uid: 34383 + - uid: 54129 components: - type: Transform - pos: 189.5,-92.5 + pos: 139.5,-90.5 parent: 1 - - uid: 34384 + - uid: 54130 components: - type: Transform - pos: 189.5,-93.5 + pos: 139.5,-89.5 parent: 1 - - uid: 34385 + - uid: 54131 components: - type: Transform - pos: 190.5,-92.5 + pos: 144.5,-101.5 parent: 1 - - uid: 34386 + - uid: 54132 components: - type: Transform - pos: 190.5,-93.5 + pos: 144.5,-102.5 parent: 1 - - uid: 34387 + - uid: 54133 components: - type: Transform - pos: 191.5,-92.5 + pos: 144.5,-103.5 parent: 1 - - uid: 34388 + - uid: 54134 components: - type: Transform - pos: 191.5,-93.5 + pos: 144.5,-104.5 parent: 1 - - uid: 34389 + - uid: 54135 components: - type: Transform - pos: 192.5,-92.5 + pos: 145.5,-101.5 parent: 1 - - uid: 34390 + - uid: 54136 components: - type: Transform - pos: 192.5,-93.5 + pos: 145.5,-102.5 parent: 1 - - uid: 34391 + - uid: 54137 components: - type: Transform - pos: 193.5,-92.5 + pos: 145.5,-103.5 parent: 1 - - uid: 34392 + - uid: 54138 components: - type: Transform - pos: 193.5,-93.5 + pos: 145.5,-104.5 parent: 1 - - uid: 34393 + - uid: 54139 components: - type: Transform - pos: 194.5,-92.5 + pos: 147.5,-103.5 parent: 1 - - uid: 34394 + - uid: 54140 components: - type: Transform - pos: 194.5,-93.5 + pos: 147.5,-104.5 parent: 1 - - uid: 34395 + - uid: 54141 components: - type: Transform - pos: 195.5,-92.5 + pos: 147.5,-105.5 parent: 1 - - uid: 34396 + - uid: 54142 components: - type: Transform - pos: 195.5,-93.5 + pos: 148.5,-103.5 parent: 1 - - uid: 34397 + - uid: 54143 components: - type: Transform - pos: 196.5,-92.5 + pos: 148.5,-104.5 parent: 1 - - uid: 34398 + - uid: 54144 components: - type: Transform - pos: 196.5,-93.5 + pos: 148.5,-105.5 parent: 1 - - uid: 34399 + - uid: 54145 components: - type: Transform - pos: 197.5,-92.5 + pos: 149.5,-103.5 parent: 1 - - uid: 34400 + - uid: 54146 components: - type: Transform - pos: 197.5,-93.5 + pos: 149.5,-104.5 parent: 1 - - uid: 34401 + - uid: 54147 components: - type: Transform - pos: 198.5,-92.5 + pos: 149.5,-105.5 parent: 1 - - uid: 34402 + - uid: 54148 components: - type: Transform - pos: 198.5,-93.5 + pos: 150.5,-103.5 parent: 1 - - uid: 34403 + - uid: 54149 components: - type: Transform - pos: 185.5,-94.5 + pos: 150.5,-104.5 parent: 1 - - uid: 34404 + - uid: 54150 components: - type: Transform - pos: 186.5,-94.5 + pos: 150.5,-105.5 parent: 1 - - uid: 34405 + - uid: 54151 components: - type: Transform - pos: 187.5,-94.5 + pos: 151.5,-103.5 parent: 1 - - uid: 34406 + - uid: 54152 components: - type: Transform - pos: 188.5,-94.5 + pos: 151.5,-104.5 parent: 1 - - uid: 34407 + - uid: 54153 components: - type: Transform - pos: 189.5,-94.5 + pos: 151.5,-105.5 parent: 1 - - uid: 34408 + - uid: 54154 components: - type: Transform - pos: 191.5,-94.5 + pos: 152.5,-103.5 parent: 1 - - uid: 34409 + - uid: 54155 components: - type: Transform - pos: 192.5,-94.5 + pos: 152.5,-104.5 parent: 1 - - uid: 34410 + - uid: 54156 components: - type: Transform - pos: 193.5,-94.5 + pos: 152.5,-105.5 parent: 1 - - uid: 34411 + - uid: 54157 components: - type: Transform - pos: 194.5,-94.5 + pos: 153.5,-103.5 parent: 1 - - uid: 34412 + - uid: 54158 components: - type: Transform - pos: 195.5,-94.5 + pos: 153.5,-104.5 parent: 1 - - uid: 34413 + - uid: 54159 components: - type: Transform - pos: 196.5,-94.5 + pos: 153.5,-105.5 parent: 1 - - uid: 34414 + - uid: 54160 components: - type: Transform - pos: 197.5,-94.5 + pos: 154.5,-103.5 parent: 1 - - uid: 34415 + - uid: 54161 components: - type: Transform - pos: 198.5,-94.5 + pos: 154.5,-104.5 parent: 1 - - uid: 34416 + - uid: 54162 components: - type: Transform - pos: 187.5,-95.5 + pos: 154.5,-105.5 parent: 1 - - uid: 34417 + - uid: 54163 components: - type: Transform - pos: 187.5,-96.5 + pos: 155.5,-103.5 parent: 1 - - uid: 34418 + - uid: 54164 components: - type: Transform - pos: 188.5,-95.5 + pos: 155.5,-104.5 parent: 1 - - uid: 34419 + - uid: 54165 components: - type: Transform - pos: 188.5,-96.5 + pos: 155.5,-105.5 parent: 1 - - uid: 34420 + - uid: 54166 components: - type: Transform - pos: 189.5,-95.5 + pos: 156.5,-103.5 parent: 1 - - uid: 34421 + - uid: 54167 components: - type: Transform - pos: 189.5,-96.5 + pos: 156.5,-104.5 parent: 1 - - uid: 34422 + - uid: 54168 components: - type: Transform - pos: 190.5,-96.5 + pos: 156.5,-105.5 parent: 1 - - uid: 34423 + - uid: 54169 components: - type: Transform - pos: 186.5,-115.5 + pos: 157.5,-103.5 parent: 1 - - uid: 34424 + - uid: 54170 components: - type: Transform - pos: 187.5,-115.5 + pos: 157.5,-104.5 parent: 1 - - uid: 34425 + - uid: 54171 components: - type: Transform - pos: 192.5,-95.5 + pos: 157.5,-105.5 parent: 1 - - uid: 34426 + - uid: 54172 components: - type: Transform - pos: 192.5,-96.5 + pos: 158.5,-103.5 parent: 1 - - uid: 34427 + - uid: 54173 components: - type: Transform - pos: 193.5,-95.5 + pos: 158.5,-104.5 parent: 1 - - uid: 34428 + - uid: 54174 components: - type: Transform - pos: 193.5,-96.5 + pos: 158.5,-105.5 parent: 1 - - uid: 34429 + - uid: 54175 components: - type: Transform - pos: 194.5,-95.5 + pos: 159.5,-103.5 parent: 1 - - uid: 34430 + - uid: 54176 components: - type: Transform - pos: 194.5,-96.5 + pos: 159.5,-104.5 parent: 1 - - uid: 34431 + - uid: 54177 components: - type: Transform - pos: 195.5,-95.5 + pos: 159.5,-105.5 parent: 1 - - uid: 34432 + - uid: 54178 components: - type: Transform - pos: 195.5,-96.5 + pos: 160.5,-104.5 parent: 1 - - uid: 34433 + - uid: 54179 components: - type: Transform - pos: 196.5,-95.5 + pos: 160.5,-103.5 parent: 1 - - uid: 34434 + - uid: 54180 components: - type: Transform - pos: 196.5,-96.5 + pos: 161.5,-103.5 parent: 1 - - uid: 34435 + - uid: 54181 components: - type: Transform - pos: 197.5,-95.5 + pos: 145.5,-105.5 parent: 1 - - uid: 34436 + - uid: 54182 components: - type: Transform - pos: 197.5,-96.5 + pos: 145.5,-106.5 parent: 1 - - uid: 34437 + - uid: 54183 components: - type: Transform - pos: 198.5,-95.5 + pos: 146.5,-106.5 parent: 1 - - uid: 34438 + - uid: 54184 components: - type: Transform - pos: 198.5,-96.5 + pos: 146.5,-107.5 parent: 1 - - uid: 34439 + - uid: 54185 components: - type: Transform - pos: 187.5,-97.5 + pos: 146.5,-108.5 parent: 1 - - uid: 34440 + - uid: 54186 components: - type: Transform - pos: 188.5,-97.5 + pos: 147.5,-106.5 parent: 1 - - uid: 34441 + - uid: 54187 components: - type: Transform - pos: 189.5,-97.5 + pos: 147.5,-107.5 parent: 1 - - uid: 34442 + - uid: 54188 components: - type: Transform - pos: 186.5,-98.5 + pos: 147.5,-108.5 parent: 1 - - uid: 34443 + - uid: 54189 components: - type: Transform - pos: 187.5,-98.5 + pos: 148.5,-106.5 parent: 1 - - uid: 34444 + - uid: 54190 components: - type: Transform - pos: 187.5,-99.5 + pos: 148.5,-107.5 parent: 1 - - uid: 34445 + - uid: 54191 components: - type: Transform - pos: 194.5,-97.5 + pos: 148.5,-108.5 parent: 1 - - uid: 34446 + - uid: 54192 components: - type: Transform - pos: 195.5,-97.5 + pos: 149.5,-106.5 parent: 1 - - uid: 34447 + - uid: 54193 components: - type: Transform - pos: 196.5,-97.5 + pos: 149.5,-107.5 parent: 1 - - uid: 34448 + - uid: 54194 components: - type: Transform - pos: 197.5,-97.5 + pos: 149.5,-108.5 parent: 1 - - uid: 34449 + - uid: 54195 components: - type: Transform - pos: 198.5,-97.5 + pos: 150.5,-106.5 parent: 1 - - uid: 34450 + - uid: 54196 components: - type: Transform - pos: 198.5,-98.5 + pos: 150.5,-107.5 parent: 1 - - uid: 34451 + - uid: 54197 components: - type: Transform - pos: 195.5,-98.5 + pos: 150.5,-108.5 parent: 1 - - uid: 34452 + - uid: 54198 components: - type: Transform - pos: 187.5,-145.5 + pos: 151.5,-106.5 parent: 1 - - uid: 34453 + - uid: 54199 components: - type: Transform - pos: 187.5,-142.5 + pos: 151.5,-107.5 parent: 1 - - uid: 34454 + - uid: 54200 components: - type: Transform - pos: 180.5,-119.5 + pos: 151.5,-108.5 parent: 1 - - uid: 34455 + - uid: 54201 components: - type: Transform - pos: 193.5,-157.5 + pos: 152.5,-106.5 parent: 1 - - uid: 34456 + - uid: 54202 components: - type: Transform - pos: 166.5,-125.5 + pos: 152.5,-107.5 parent: 1 - - uid: 34457 + - uid: 54203 components: - type: Transform - pos: 165.5,-125.5 + pos: 152.5,-108.5 parent: 1 - - uid: 34458 + - uid: 54204 components: - type: Transform - pos: 179.5,-119.5 + pos: 153.5,-106.5 parent: 1 - - uid: 34459 + - uid: 54205 components: - type: Transform - pos: 151.5,-120.5 + pos: 153.5,-107.5 parent: 1 - - uid: 34460 + - uid: 54206 components: - type: Transform - pos: 153.5,-120.5 + pos: 153.5,-108.5 parent: 1 - - uid: 34461 + - uid: 54207 components: - type: Transform - pos: 152.5,-120.5 + pos: 154.5,-106.5 parent: 1 - - uid: 34462 + - uid: 54208 components: - type: Transform - pos: 178.5,-119.5 + pos: 154.5,-107.5 parent: 1 - - uid: 34463 + - uid: 54209 components: - type: Transform - pos: 177.5,-119.5 + pos: 154.5,-108.5 parent: 1 - - uid: 34464 + - uid: 54210 components: - type: Transform - pos: 176.5,-119.5 + pos: 155.5,-106.5 parent: 1 - - uid: 34465 + - uid: 54211 components: - type: Transform - pos: 175.5,-119.5 + pos: 155.5,-107.5 parent: 1 - - uid: 34466 + - uid: 54212 components: - type: Transform - pos: 174.5,-119.5 + pos: 155.5,-108.5 parent: 1 - - uid: 34467 + - uid: 54213 components: - type: Transform - pos: 173.5,-119.5 + pos: 156.5,-106.5 parent: 1 - - uid: 34468 + - uid: 54214 components: - type: Transform - pos: 172.5,-119.5 + pos: 156.5,-107.5 parent: 1 - - uid: 34469 + - uid: 54215 components: - type: Transform - pos: 171.5,-119.5 + pos: 156.5,-108.5 parent: 1 - - uid: 34470 + - uid: 54216 components: - type: Transform - pos: 170.5,-119.5 + pos: 157.5,-106.5 parent: 1 - - uid: 34471 + - uid: 54217 components: - type: Transform - pos: 169.5,-119.5 + pos: 157.5,-107.5 parent: 1 - - uid: 34472 + - uid: 54218 components: - type: Transform - pos: 168.5,-119.5 + pos: 157.5,-108.5 parent: 1 - - uid: 34473 + - uid: 54219 components: - type: Transform - pos: 167.5,-119.5 + pos: 158.5,-106.5 parent: 1 - - uid: 34474 + - uid: 54220 components: - type: Transform - pos: 166.5,-119.5 + pos: 158.5,-107.5 parent: 1 - - uid: 34475 + - uid: 54221 components: - type: Transform - pos: 165.5,-119.5 + pos: 158.5,-108.5 parent: 1 - - uid: 34476 + - uid: 54222 components: - type: Transform - pos: 164.5,-119.5 + pos: 181.5,-118.5 parent: 1 - - uid: 34477 + - uid: 54223 components: - type: Transform - pos: 163.5,-119.5 + pos: 181.5,-117.5 parent: 1 - - uid: 34478 + - uid: 54224 components: - type: Transform - pos: 162.5,-119.5 + pos: 191.5,-118.5 parent: 1 - - uid: 34479 + - uid: 54225 components: - type: Transform - pos: 160.5,-119.5 + pos: 183.5,-93.5 parent: 1 - - uid: 34480 + - uid: 54226 components: - type: Transform - pos: 159.5,-119.5 + pos: 183.5,-92.5 parent: 1 - - uid: 34481 + - uid: 54227 components: - type: Transform - pos: 158.5,-119.5 + pos: 184.5,-92.5 parent: 1 - - uid: 34482 + - uid: 54228 components: - type: Transform - pos: 157.5,-119.5 + pos: 184.5,-93.5 parent: 1 - - uid: 34483 + - uid: 54229 components: - type: Transform - pos: 156.5,-119.5 + pos: 148.5,-110.5 parent: 1 - - uid: 34484 + - uid: 54230 components: - type: Transform - pos: 155.5,-119.5 + pos: 149.5,-109.5 parent: 1 - - uid: 34485 + - uid: 54231 components: - type: Transform - pos: 154.5,-119.5 + pos: 149.5,-110.5 parent: 1 - - uid: 34486 + - uid: 54232 components: - type: Transform - pos: 153.5,-119.5 + pos: 150.5,-109.5 parent: 1 - - uid: 34487 + - uid: 54233 components: - type: Transform - pos: 152.5,-119.5 + pos: 150.5,-110.5 parent: 1 - - uid: 34488 + - uid: 54234 components: - type: Transform - pos: 151.5,-119.5 + pos: 151.5,-109.5 parent: 1 - - uid: 34489 + - uid: 54235 components: - type: Transform - pos: 154.5,-121.5 + pos: 151.5,-110.5 parent: 1 - - uid: 34490 + - uid: 54236 components: - type: Transform - pos: 155.5,-121.5 + pos: 152.5,-110.5 parent: 1 - - uid: 34491 + - uid: 54237 components: - type: Transform - pos: 156.5,-121.5 + pos: 153.5,-109.5 parent: 1 - - uid: 34492 + - uid: 54238 components: - type: Transform - pos: 157.5,-121.5 + pos: 153.5,-110.5 parent: 1 - - uid: 34493 + - uid: 54239 components: - type: Transform - pos: 158.5,-121.5 + pos: 154.5,-109.5 parent: 1 - - uid: 34494 + - uid: 54240 components: - type: Transform - pos: 159.5,-121.5 + pos: 154.5,-110.5 parent: 1 - - uid: 34495 + - uid: 54241 components: - type: Transform - pos: 154.5,-120.5 + pos: 155.5,-109.5 parent: 1 - - uid: 34496 + - uid: 54242 components: - type: Transform - pos: 155.5,-120.5 + pos: 155.5,-110.5 parent: 1 - - uid: 34497 + - uid: 54243 components: - type: Transform - pos: 156.5,-120.5 + pos: 156.5,-109.5 parent: 1 - - uid: 34498 + - uid: 54244 components: - type: Transform - pos: 157.5,-120.5 + pos: 156.5,-110.5 parent: 1 - - uid: 34499 + - uid: 54245 components: - type: Transform - pos: 158.5,-120.5 + pos: 157.5,-109.5 parent: 1 - - uid: 34500 + - uid: 54246 components: - type: Transform - pos: 159.5,-120.5 + pos: 157.5,-110.5 parent: 1 - - uid: 34501 + - uid: 54247 components: - type: Transform - pos: 160.5,-120.5 + pos: 158.5,-109.5 parent: 1 - - uid: 34502 + - uid: 54248 components: - type: Transform - pos: 161.5,-120.5 + pos: 158.5,-110.5 parent: 1 - - uid: 34503 + - uid: 54249 components: - type: Transform - pos: 162.5,-120.5 + pos: 164.5,-108.5 parent: 1 - - uid: 34504 + - uid: 54250 components: - type: Transform - pos: 163.5,-120.5 + pos: 164.5,-109.5 parent: 1 - - uid: 34505 + - uid: 54251 components: - type: Transform - pos: 164.5,-120.5 + pos: 164.5,-110.5 parent: 1 - - uid: 34506 + - uid: 54252 components: - type: Transform - pos: 165.5,-120.5 + pos: 164.5,-111.5 parent: 1 - - uid: 34507 + - uid: 54253 components: - type: Transform - pos: 166.5,-120.5 + pos: 164.5,-112.5 parent: 1 - - uid: 34508 + - uid: 54254 components: - type: Transform - pos: 167.5,-120.5 + pos: 164.5,-113.5 parent: 1 - - uid: 34509 + - uid: 54255 components: - type: Transform - pos: 168.5,-120.5 + pos: 164.5,-114.5 parent: 1 - - uid: 34510 + - uid: 54256 components: - type: Transform - pos: 169.5,-120.5 + pos: 164.5,-115.5 parent: 1 - - uid: 34511 + - uid: 54257 components: - type: Transform - pos: 170.5,-120.5 + pos: 165.5,-108.5 parent: 1 - - uid: 34512 + - uid: 54258 components: - type: Transform - pos: 171.5,-120.5 + pos: 165.5,-109.5 parent: 1 - - uid: 34513 + - uid: 54259 components: - type: Transform - pos: 172.5,-120.5 + pos: 165.5,-110.5 parent: 1 - - uid: 34514 + - uid: 54260 components: - type: Transform - pos: 173.5,-120.5 + pos: 165.5,-111.5 parent: 1 - - uid: 34515 + - uid: 54261 components: - type: Transform - pos: 174.5,-120.5 + pos: 165.5,-112.5 parent: 1 - - uid: 34516 + - uid: 54262 components: - type: Transform - pos: 175.5,-120.5 + pos: 165.5,-113.5 parent: 1 - - uid: 34517 + - uid: 54263 components: - type: Transform - pos: 176.5,-120.5 + pos: 165.5,-114.5 parent: 1 - - uid: 34518 + - uid: 54264 components: - type: Transform - pos: 177.5,-120.5 + pos: 165.5,-115.5 parent: 1 - - uid: 34519 + - uid: 54265 components: - type: Transform - pos: 178.5,-120.5 + pos: 166.5,-109.5 parent: 1 - - uid: 34520 + - uid: 54266 components: - type: Transform - pos: 179.5,-120.5 + pos: 166.5,-110.5 parent: 1 - - uid: 34521 + - uid: 54267 components: - type: Transform - pos: 180.5,-120.5 + pos: 166.5,-111.5 parent: 1 - - uid: 34522 + - uid: 54268 components: - type: Transform - pos: 181.5,-120.5 + pos: 166.5,-112.5 parent: 1 - - uid: 34523 + - uid: 54269 components: - type: Transform - pos: 182.5,-120.5 + pos: 166.5,-113.5 parent: 1 - - uid: 34524 + - uid: 54270 components: - type: Transform - pos: 183.5,-120.5 + pos: 166.5,-114.5 parent: 1 - - uid: 34525 + - uid: 54271 components: - type: Transform - pos: 162.5,-123.5 + pos: 166.5,-115.5 parent: 1 - - uid: 34526 + - uid: 54272 components: - type: Transform - pos: 164.5,-123.5 + pos: 167.5,-109.5 parent: 1 - - uid: 34527 + - uid: 54273 components: - type: Transform - pos: 163.5,-123.5 + pos: 167.5,-110.5 parent: 1 - - uid: 34528 + - uid: 54274 components: - type: Transform - pos: 160.5,-121.5 + pos: 167.5,-111.5 parent: 1 - - uid: 34529 + - uid: 54275 components: - type: Transform - pos: 161.5,-121.5 + pos: 167.5,-112.5 parent: 1 - - uid: 34530 + - uid: 54276 components: - type: Transform - pos: 162.5,-121.5 + pos: 167.5,-113.5 parent: 1 - - uid: 34531 + - uid: 54277 components: - type: Transform - pos: 163.5,-121.5 + pos: 167.5,-114.5 parent: 1 - - uid: 34532 + - uid: 54278 components: - type: Transform - pos: 164.5,-121.5 + pos: 167.5,-115.5 parent: 1 - - uid: 34533 + - uid: 54279 components: - type: Transform - pos: 165.5,-121.5 + pos: 168.5,-110.5 parent: 1 - - uid: 34534 + - uid: 54280 components: - type: Transform - pos: 166.5,-121.5 + pos: 168.5,-111.5 parent: 1 - - uid: 34535 + - uid: 54281 components: - type: Transform - pos: 167.5,-121.5 + pos: 169.5,-110.5 parent: 1 - - uid: 34536 + - uid: 54282 components: - type: Transform - pos: 168.5,-121.5 + pos: 169.5,-111.5 parent: 1 - - uid: 34537 + - uid: 54283 components: - type: Transform - pos: 169.5,-121.5 + pos: 162.5,-109.5 parent: 1 - - uid: 34538 + - uid: 54284 components: - type: Transform - pos: 170.5,-121.5 + pos: 162.5,-110.5 parent: 1 - - uid: 34539 + - uid: 54285 components: - type: Transform - pos: 171.5,-121.5 + pos: 162.5,-111.5 parent: 1 - - uid: 34540 + - uid: 54286 components: - type: Transform - pos: 172.5,-121.5 + pos: 162.5,-112.5 parent: 1 - - uid: 34541 + - uid: 54287 components: - type: Transform - pos: 173.5,-121.5 + pos: 162.5,-113.5 parent: 1 - - uid: 34542 + - uid: 54288 components: - type: Transform - pos: 174.5,-121.5 + pos: 162.5,-114.5 parent: 1 - - uid: 34543 + - uid: 54289 components: - type: Transform - pos: 175.5,-121.5 + pos: 162.5,-115.5 parent: 1 - - uid: 34544 + - uid: 54290 components: - type: Transform - pos: 176.5,-121.5 + pos: 163.5,-109.5 parent: 1 - - uid: 34545 + - uid: 54291 components: - type: Transform - pos: 177.5,-121.5 + pos: 163.5,-110.5 parent: 1 - - uid: 34546 + - uid: 54292 components: - type: Transform - pos: 178.5,-121.5 + pos: 163.5,-111.5 parent: 1 - - uid: 34547 + - uid: 54293 components: - type: Transform - pos: 179.5,-121.5 + pos: 163.5,-112.5 parent: 1 - - uid: 34548 + - uid: 54294 components: - type: Transform - pos: 180.5,-121.5 + pos: 163.5,-113.5 parent: 1 - - uid: 34549 + - uid: 54295 components: - type: Transform - pos: 181.5,-121.5 + pos: 163.5,-114.5 parent: 1 - - uid: 34550 + - uid: 54296 components: - type: Transform - pos: 182.5,-121.5 + pos: 163.5,-115.5 parent: 1 - - uid: 34551 + - uid: 54297 components: - type: Transform - pos: 183.5,-121.5 + pos: 161.5,-110.5 parent: 1 - - uid: 34552 + - uid: 54298 components: - type: Transform - pos: 159.5,-122.5 + pos: 161.5,-111.5 parent: 1 - - uid: 34553 + - uid: 54299 components: - type: Transform - pos: 160.5,-122.5 + pos: 161.5,-112.5 parent: 1 - - uid: 34554 + - uid: 54300 components: - type: Transform - pos: 161.5,-122.5 + pos: 161.5,-113.5 parent: 1 - - uid: 34555 + - uid: 54301 components: - type: Transform - pos: 162.5,-122.5 + pos: 161.5,-114.5 parent: 1 - - uid: 34556 + - uid: 54302 components: - type: Transform - pos: 163.5,-122.5 + pos: 161.5,-115.5 parent: 1 - - uid: 34557 + - uid: 54303 components: - type: Transform - pos: 164.5,-122.5 + pos: 160.5,-110.5 parent: 1 - - uid: 34558 + - uid: 54304 components: - type: Transform - pos: 165.5,-122.5 + pos: 160.5,-111.5 parent: 1 - - uid: 34559 + - uid: 54305 components: - type: Transform - pos: 166.5,-122.5 + pos: 160.5,-112.5 parent: 1 - - uid: 34560 + - uid: 54306 components: - type: Transform - pos: 167.5,-122.5 + pos: 160.5,-113.5 parent: 1 - - uid: 34561 + - uid: 54307 components: - type: Transform - pos: 168.5,-122.5 + pos: 160.5,-114.5 parent: 1 - - uid: 34562 + - uid: 54308 components: - type: Transform - pos: 169.5,-122.5 + pos: 160.5,-115.5 parent: 1 - - uid: 34563 + - uid: 54309 components: - type: Transform - pos: 170.5,-122.5 + pos: 159.5,-110.5 parent: 1 - - uid: 34564 + - uid: 54310 components: - type: Transform - pos: 171.5,-122.5 + pos: 159.5,-111.5 parent: 1 - - uid: 34565 + - uid: 54311 components: - type: Transform - pos: 172.5,-122.5 + pos: 159.5,-112.5 parent: 1 - - uid: 34566 + - uid: 54312 components: - type: Transform - pos: 173.5,-122.5 + pos: 159.5,-113.5 parent: 1 - - uid: 34567 + - uid: 54313 components: - type: Transform - pos: 174.5,-122.5 + pos: 159.5,-114.5 parent: 1 - - uid: 34568 + - uid: 54314 components: - type: Transform - pos: 175.5,-122.5 + pos: 159.5,-115.5 parent: 1 - - uid: 34569 + - uid: 54315 components: - type: Transform - pos: 176.5,-122.5 + pos: 158.5,-111.5 parent: 1 - - uid: 34570 + - uid: 54316 components: - type: Transform - pos: 177.5,-122.5 + pos: 158.5,-112.5 parent: 1 - - uid: 34571 + - uid: 54317 components: - type: Transform - pos: 178.5,-122.5 + pos: 158.5,-113.5 parent: 1 - - uid: 34572 + - uid: 54318 components: - type: Transform - pos: 179.5,-122.5 + pos: 158.5,-114.5 parent: 1 - - uid: 34573 + - uid: 54319 components: - type: Transform - pos: 180.5,-122.5 + pos: 158.5,-115.5 parent: 1 - - uid: 34574 + - uid: 54320 components: - type: Transform - pos: 181.5,-122.5 + pos: 157.5,-111.5 parent: 1 - - uid: 34575 + - uid: 54321 components: - type: Transform - pos: 182.5,-122.5 + pos: 157.5,-112.5 parent: 1 - - uid: 34576 + - uid: 54322 components: - type: Transform - pos: 187.5,-117.5 + pos: 157.5,-113.5 parent: 1 - - uid: 34577 + - uid: 54323 components: - type: Transform - pos: 186.5,-116.5 + pos: 157.5,-114.5 parent: 1 - - uid: 34578 + - uid: 54324 components: - type: Transform - pos: 193.5,-161.5 + pos: 157.5,-115.5 parent: 1 - - uid: 34579 + - uid: 54325 components: - type: Transform - pos: 192.5,-158.5 + pos: 156.5,-111.5 parent: 1 - - uid: 34580 + - uid: 54326 components: - type: Transform - pos: 191.5,-151.5 + pos: 156.5,-112.5 parent: 1 - - uid: 34581 + - uid: 54327 components: - type: Transform - pos: 198.5,-126.5 + pos: 156.5,-113.5 parent: 1 - - uid: 34582 + - uid: 54328 components: - type: Transform - pos: 165.5,-123.5 + pos: 156.5,-114.5 parent: 1 - - uid: 34583 + - uid: 54329 components: - type: Transform - pos: 166.5,-123.5 + pos: 156.5,-115.5 parent: 1 - - uid: 34584 + - uid: 54330 components: - type: Transform - pos: 167.5,-123.5 + pos: 155.5,-111.5 parent: 1 - - uid: 34585 + - uid: 54331 components: - type: Transform - pos: 168.5,-123.5 + pos: 155.5,-112.5 parent: 1 - - uid: 34586 + - uid: 54332 components: - type: Transform - pos: 169.5,-123.5 + pos: 155.5,-113.5 parent: 1 - - uid: 34587 + - uid: 54333 components: - type: Transform - pos: 170.5,-123.5 + pos: 155.5,-114.5 parent: 1 - - uid: 34588 + - uid: 54334 components: - type: Transform - pos: 171.5,-123.5 + pos: 155.5,-115.5 parent: 1 - - uid: 34589 + - uid: 54335 components: - type: Transform - pos: 172.5,-123.5 + pos: 154.5,-111.5 parent: 1 - - uid: 34590 + - uid: 54336 components: - type: Transform - pos: 173.5,-123.5 + pos: 154.5,-112.5 parent: 1 - - uid: 34591 + - uid: 54337 components: - type: Transform - pos: 174.5,-123.5 + pos: 154.5,-113.5 parent: 1 - - uid: 34592 + - uid: 54338 components: - type: Transform - pos: 175.5,-123.5 + pos: 154.5,-114.5 parent: 1 - - uid: 34593 + - uid: 54339 components: - type: Transform - pos: 176.5,-123.5 + pos: 154.5,-115.5 parent: 1 - - uid: 34594 + - uid: 54340 components: - type: Transform - pos: 177.5,-123.5 + pos: 153.5,-111.5 parent: 1 - - uid: 34595 + - uid: 54341 components: - type: Transform - pos: 178.5,-123.5 + pos: 153.5,-112.5 parent: 1 - - uid: 34596 + - uid: 54342 components: - type: Transform - pos: 179.5,-123.5 + pos: 153.5,-113.5 parent: 1 - - uid: 34597 + - uid: 54343 components: - type: Transform - pos: 180.5,-123.5 + pos: 153.5,-114.5 parent: 1 - - uid: 34598 + - uid: 54344 components: - type: Transform - pos: 181.5,-123.5 + pos: 153.5,-115.5 parent: 1 - - uid: 34599 + - uid: 54345 components: - type: Transform - pos: 187.5,-116.5 + pos: 152.5,-111.5 parent: 1 - - uid: 34600 + - uid: 54346 components: - type: Transform - pos: 163.5,-124.5 + pos: 152.5,-112.5 parent: 1 - - uid: 34601 + - uid: 54347 components: - type: Transform - pos: 164.5,-124.5 + pos: 152.5,-113.5 parent: 1 - - uid: 34602 + - uid: 54348 components: - type: Transform - pos: 165.5,-124.5 + pos: 152.5,-114.5 parent: 1 - - uid: 34603 + - uid: 54349 components: - type: Transform - pos: 166.5,-124.5 + pos: 152.5,-115.5 parent: 1 - - uid: 34604 + - uid: 54350 components: - type: Transform - pos: 167.5,-124.5 + pos: 151.5,-111.5 parent: 1 - - uid: 34605 + - uid: 54351 components: - type: Transform - pos: 168.5,-124.5 + pos: 151.5,-112.5 parent: 1 - - uid: 34606 + - uid: 54352 components: - type: Transform - pos: 169.5,-124.5 + pos: 151.5,-113.5 parent: 1 - - uid: 34607 + - uid: 54353 components: - type: Transform - pos: 170.5,-124.5 + pos: 151.5,-114.5 parent: 1 - - uid: 34608 + - uid: 54354 components: - type: Transform - pos: 171.5,-124.5 + pos: 151.5,-115.5 parent: 1 - - uid: 34609 + - uid: 54355 components: - type: Transform - pos: 172.5,-124.5 + pos: 150.5,-111.5 parent: 1 - - uid: 34610 + - uid: 54356 components: - type: Transform - pos: 173.5,-124.5 + pos: 150.5,-112.5 parent: 1 - - uid: 34611 + - uid: 54357 components: - type: Transform - pos: 174.5,-124.5 + pos: 150.5,-113.5 parent: 1 - - uid: 34612 + - uid: 54358 components: - type: Transform - pos: 175.5,-124.5 + pos: 150.5,-114.5 parent: 1 - - uid: 34613 + - uid: 54359 components: - type: Transform - pos: 176.5,-124.5 + pos: 150.5,-115.5 parent: 1 - - uid: 34614 + - uid: 54360 components: - type: Transform - pos: 177.5,-124.5 + pos: 149.5,-111.5 parent: 1 - - uid: 34615 + - uid: 54361 components: - type: Transform - pos: 178.5,-124.5 + pos: 149.5,-112.5 parent: 1 - - uid: 34616 + - uid: 54362 components: - type: Transform - pos: 179.5,-124.5 + pos: 149.5,-113.5 parent: 1 - - uid: 34617 + - uid: 54363 components: - type: Transform - pos: 180.5,-124.5 + pos: 149.5,-114.5 parent: 1 - - uid: 34618 + - uid: 54364 components: - type: Transform - pos: 181.5,-124.5 + pos: 149.5,-115.5 parent: 1 - - uid: 34619 + - uid: 54365 components: - type: Transform - pos: 182.5,-124.5 + pos: 148.5,-111.5 parent: 1 - - uid: 34620 + - uid: 54366 components: - type: Transform - pos: 187.5,-124.5 + pos: 148.5,-112.5 parent: 1 - - uid: 34621 + - uid: 54367 components: - type: Transform - pos: 193.5,-154.5 + pos: 174.5,-115.5 parent: 1 - - uid: 34622 + - uid: 54368 components: - type: Transform - pos: 192.5,-184.5 + pos: 172.5,-114.5 parent: 1 - - uid: 34623 + - uid: 54369 components: - type: Transform - pos: 192.5,-183.5 + pos: 172.5,-113.5 parent: 1 - - uid: 34624 + - uid: 54370 components: - type: Transform - pos: 192.5,-157.5 + pos: 173.5,-114.5 parent: 1 - - uid: 34625 + - uid: 54371 components: - type: Transform - pos: 167.5,-125.5 + pos: 173.5,-113.5 parent: 1 - - uid: 34626 + - uid: 54372 components: - type: Transform - pos: 168.5,-125.5 + pos: 174.5,-114.5 parent: 1 - - uid: 34627 + - uid: 54373 components: - type: Transform - pos: 169.5,-125.5 + pos: 174.5,-113.5 parent: 1 - - uid: 34628 + - uid: 54374 components: - type: Transform - pos: 170.5,-125.5 + pos: 175.5,-114.5 parent: 1 - - uid: 34629 + - uid: 54375 components: - type: Transform - pos: 171.5,-125.5 + pos: 175.5,-113.5 parent: 1 - - uid: 34630 + - uid: 54376 components: - type: Transform - pos: 172.5,-125.5 + pos: 176.5,-114.5 parent: 1 - - uid: 34631 + - uid: 54377 components: - type: Transform - pos: 173.5,-125.5 + pos: 176.5,-113.5 parent: 1 - - uid: 34632 + - uid: 54378 components: - type: Transform - pos: 174.5,-125.5 + pos: 177.5,-114.5 parent: 1 - - uid: 34633 + - uid: 54379 components: - type: Transform - pos: 175.5,-125.5 + pos: 177.5,-113.5 parent: 1 - - uid: 34634 + - uid: 54380 components: - type: Transform - pos: 176.5,-125.5 + pos: 178.5,-114.5 parent: 1 - - uid: 34635 + - uid: 54381 components: - type: Transform - pos: 177.5,-125.5 + pos: 178.5,-113.5 parent: 1 - - uid: 34636 + - uid: 54382 components: - type: Transform - pos: 178.5,-125.5 + pos: 179.5,-113.5 parent: 1 - - uid: 34637 + - uid: 54383 components: - type: Transform - pos: 179.5,-125.5 + pos: 179.5,-112.5 parent: 1 - - uid: 34638 + - uid: 54384 components: - type: Transform - pos: 180.5,-125.5 + pos: 178.5,-112.5 parent: 1 - - uid: 34639 + - uid: 54385 components: - type: Transform - pos: 181.5,-125.5 + pos: 177.5,-112.5 parent: 1 - - uid: 34640 + - uid: 54386 components: - type: Transform - pos: 182.5,-125.5 + pos: 176.5,-112.5 parent: 1 - - uid: 34641 + - uid: 54387 components: - type: Transform - pos: 190.5,-117.5 + pos: 175.5,-112.5 parent: 1 - - uid: 34642 + - uid: 54388 components: - type: Transform - pos: 190.5,-118.5 + pos: 174.5,-112.5 parent: 1 - - uid: 34643 + - uid: 54389 components: - type: Transform - pos: 190.5,-119.5 + pos: 173.5,-112.5 parent: 1 - - uid: 34644 + - uid: 54390 components: - type: Transform - pos: 187.5,-125.5 + pos: 193.5,-156.5 parent: 1 - - uid: 34645 + - uid: 54391 components: - type: Transform - pos: 188.5,-125.5 + pos: 187.5,-143.5 parent: 1 - - uid: 34646 + - uid: 54392 components: - type: Transform - pos: 190.5,-125.5 + pos: 182.5,-92.5 parent: 1 - - uid: 34647 + - uid: 54393 components: - type: Transform - pos: 191.5,-125.5 + pos: 179.5,-118.5 parent: 1 - - uid: 34648 + - uid: 54394 components: - type: Transform - pos: 192.5,-125.5 + pos: 178.5,-117.5 parent: 1 - - uid: 34649 + - uid: 54395 components: - type: Transform - pos: 193.5,-125.5 + pos: 183.5,-113.5 parent: 1 - - uid: 34650 + - uid: 54396 components: - type: Transform - pos: 194.5,-125.5 + pos: 183.5,-114.5 parent: 1 - - uid: 34651 + - uid: 54397 components: - type: Transform - pos: 195.5,-125.5 + pos: 183.5,-115.5 parent: 1 - - uid: 34652 + - uid: 54398 components: - type: Transform - pos: 196.5,-125.5 + pos: 183.5,-116.5 parent: 1 - - uid: 34653 + - uid: 54399 components: - type: Transform - pos: 197.5,-125.5 + pos: 183.5,-117.5 parent: 1 - - uid: 34654 + - uid: 54400 components: - type: Transform - pos: 198.5,-125.5 + pos: 184.5,-112.5 parent: 1 - - uid: 34655 + - uid: 54401 components: - type: Transform - pos: 190.5,-124.5 + pos: 184.5,-113.5 parent: 1 - - uid: 34656 + - uid: 54402 components: - type: Transform - pos: 191.5,-124.5 + pos: 184.5,-114.5 parent: 1 - - uid: 34657 + - uid: 54403 components: - type: Transform - pos: 192.5,-124.5 + pos: 184.5,-115.5 parent: 1 - - uid: 34658 + - uid: 54404 components: - type: Transform - pos: 193.5,-124.5 + pos: 184.5,-116.5 parent: 1 - - uid: 34659 + - uid: 54405 components: - type: Transform - pos: 194.5,-124.5 + pos: 184.5,-117.5 parent: 1 - - uid: 34660 + - uid: 54406 components: - type: Transform - pos: 195.5,-124.5 + pos: 185.5,-112.5 parent: 1 - - uid: 34661 + - uid: 54407 components: - type: Transform - pos: 196.5,-124.5 + pos: 185.5,-113.5 parent: 1 - - uid: 34662 + - uid: 54408 components: - type: Transform - pos: 197.5,-124.5 + pos: 185.5,-114.5 parent: 1 - - uid: 34663 + - uid: 54409 components: - type: Transform - pos: 198.5,-124.5 + pos: 185.5,-115.5 parent: 1 - - uid: 34664 + - uid: 54410 components: - type: Transform - pos: 190.5,-123.5 + pos: 185.5,-116.5 parent: 1 - - uid: 34665 + - uid: 54411 components: - type: Transform - pos: 190.5,-122.5 + pos: 185.5,-117.5 parent: 1 - - uid: 34666 + - uid: 54412 components: - type: Transform - pos: 191.5,-123.5 + pos: 186.5,-112.5 parent: 1 - - uid: 34667 + - uid: 54413 components: - type: Transform - pos: 191.5,-122.5 + pos: 186.5,-113.5 parent: 1 - - uid: 34668 + - uid: 54414 components: - type: Transform - pos: 192.5,-123.5 + pos: 186.5,-114.5 parent: 1 - - uid: 34669 + - uid: 54415 components: - type: Transform - pos: 192.5,-122.5 + pos: 187.5,-113.5 parent: 1 - - uid: 34670 + - uid: 54416 components: - type: Transform - pos: 193.5,-123.5 + pos: 187.5,-114.5 parent: 1 - - uid: 34671 + - uid: 54417 components: - type: Transform - pos: 193.5,-122.5 + pos: 182.5,-116.5 parent: 1 - - uid: 34672 + - uid: 54418 components: - type: Transform - pos: 194.5,-123.5 + pos: 184.5,-118.5 parent: 1 - - uid: 34673 + - uid: 54419 components: - type: Transform - pos: 194.5,-122.5 + pos: 183.5,-118.5 parent: 1 - - uid: 34674 + - uid: 54420 components: - type: Transform - pos: 195.5,-123.5 + pos: 182.5,-118.5 parent: 1 - - uid: 34675 + - uid: 54421 components: - type: Transform - pos: 195.5,-122.5 + pos: 182.5,-117.5 parent: 1 - - uid: 34676 + - uid: 54422 components: - type: Transform - pos: 196.5,-123.5 + pos: 198.5,-110.5 parent: 1 - - uid: 34677 + - uid: 54423 components: - type: Transform - pos: 196.5,-122.5 + pos: 191.5,-116.5 parent: 1 - - uid: 34678 + - uid: 54424 components: - type: Transform - pos: 197.5,-123.5 + pos: 178.5,-118.5 parent: 1 - - uid: 34679 + - uid: 54425 components: - type: Transform - pos: 197.5,-122.5 + pos: 177.5,-117.5 parent: 1 - - uid: 34680 + - uid: 54426 components: - type: Transform - pos: 198.5,-123.5 + pos: 177.5,-118.5 parent: 1 - - uid: 34681 + - uid: 54427 components: - type: Transform - pos: 198.5,-122.5 + pos: 176.5,-118.5 parent: 1 - - uid: 34682 + - uid: 54428 components: - type: Transform - pos: 198.5,-121.5 + pos: 175.5,-118.5 parent: 1 - - uid: 34683 + - uid: 54429 components: - type: Transform - pos: 197.5,-121.5 + pos: 174.5,-118.5 parent: 1 - - uid: 34684 + - uid: 54430 components: - type: Transform - pos: 196.5,-121.5 + pos: 173.5,-117.5 parent: 1 - - uid: 34685 + - uid: 54431 components: - type: Transform - pos: 195.5,-121.5 + pos: 173.5,-118.5 parent: 1 - - uid: 34686 + - uid: 54432 components: - type: Transform - pos: 194.5,-121.5 + pos: 172.5,-117.5 parent: 1 - - uid: 34687 + - uid: 54433 components: - type: Transform - pos: 193.5,-121.5 + pos: 172.5,-118.5 parent: 1 - - uid: 34688 + - uid: 54434 components: - type: Transform - pos: 192.5,-121.5 + pos: 171.5,-117.5 parent: 1 - - uid: 34689 + - uid: 54435 components: - type: Transform - pos: 194.5,-11.5 + pos: 171.5,-118.5 parent: 1 - - uid: 34690 + - uid: 54436 components: - type: Transform - pos: 198.5,-9.5 + pos: 170.5,-117.5 parent: 1 - - uid: 34691 + - uid: 54437 components: - type: Transform - pos: 197.5,-126.5 + pos: 170.5,-118.5 parent: 1 - - uid: 34692 + - uid: 54438 components: - type: Transform - pos: 196.5,-126.5 + pos: 169.5,-117.5 parent: 1 - - uid: 34693 + - uid: 54439 components: - type: Transform - pos: 195.5,-126.5 + pos: 169.5,-118.5 parent: 1 - - uid: 34694 + - uid: 54440 components: - type: Transform - pos: 194.5,-126.5 + pos: 168.5,-117.5 parent: 1 - - uid: 34695 + - uid: 54441 components: - type: Transform - pos: 193.5,-126.5 + pos: 168.5,-118.5 parent: 1 - - uid: 34696 + - uid: 54442 components: - type: Transform - pos: 192.5,-126.5 + pos: 167.5,-117.5 parent: 1 - - uid: 34697 + - uid: 54443 components: - type: Transform - pos: 191.5,-126.5 + pos: 167.5,-118.5 parent: 1 - - uid: 34698 + - uid: 54444 components: - type: Transform - pos: 187.5,-126.5 + pos: 166.5,-117.5 parent: 1 - - uid: 34699 + - uid: 54445 components: - type: Transform - pos: 179.5,-126.5 + pos: 166.5,-118.5 parent: 1 - - uid: 34700 + - uid: 54446 components: - type: Transform - pos: 178.5,-126.5 + pos: 165.5,-117.5 parent: 1 - - uid: 34701 + - uid: 54447 components: - type: Transform - pos: 177.5,-126.5 + pos: 165.5,-118.5 parent: 1 - - uid: 34702 + - uid: 54448 components: - type: Transform - pos: 176.5,-126.5 + pos: 164.5,-117.5 parent: 1 - - uid: 34703 + - uid: 54449 components: - type: Transform - pos: 175.5,-126.5 + pos: 164.5,-118.5 parent: 1 - - uid: 34704 + - uid: 54450 components: - type: Transform - pos: 174.5,-126.5 + pos: 163.5,-117.5 parent: 1 - - uid: 34705 + - uid: 54451 components: - type: Transform - pos: 173.5,-126.5 + pos: 163.5,-118.5 parent: 1 - - uid: 34706 + - uid: 54452 components: - type: Transform - pos: 172.5,-126.5 + pos: 162.5,-117.5 parent: 1 - - uid: 34707 + - uid: 54453 components: - type: Transform - pos: 171.5,-126.5 + pos: 162.5,-118.5 parent: 1 - - uid: 34708 + - uid: 54454 components: - type: Transform - pos: 170.5,-126.5 + pos: 161.5,-117.5 parent: 1 - - uid: 34709 + - uid: 54455 components: - type: Transform - pos: 169.5,-126.5 + pos: 161.5,-118.5 parent: 1 - - uid: 34710 + - uid: 54456 components: - type: Transform - pos: 168.5,-126.5 + pos: 160.5,-117.5 parent: 1 - - uid: 34711 + - uid: 54457 components: - type: Transform - pos: 174.5,-127.5 + pos: 160.5,-118.5 parent: 1 - - uid: 34712 + - uid: 54458 components: - type: Transform - pos: 175.5,-127.5 + pos: 159.5,-117.5 parent: 1 - - uid: 34713 + - uid: 54459 components: - type: Transform - pos: 176.5,-127.5 + pos: 159.5,-118.5 parent: 1 - - uid: 34714 + - uid: 54460 components: - type: Transform - pos: 177.5,-127.5 + pos: 158.5,-117.5 parent: 1 - - uid: 34715 + - uid: 54461 components: - type: Transform - pos: 178.5,-127.5 + pos: 158.5,-118.5 parent: 1 - - uid: 34716 + - uid: 54462 components: - type: Transform - pos: 179.5,-127.5 + pos: 157.5,-117.5 parent: 1 - - uid: 34717 + - uid: 54463 components: - type: Transform - pos: 189.5,-127.5 + pos: 157.5,-118.5 parent: 1 - - uid: 34718 + - uid: 54464 components: - type: Transform - pos: 190.5,-127.5 + pos: 156.5,-117.5 parent: 1 - - uid: 34719 + - uid: 54465 components: - type: Transform - pos: 191.5,-127.5 + pos: 156.5,-118.5 parent: 1 - - uid: 34720 + - uid: 54466 components: - type: Transform - pos: 192.5,-127.5 + pos: 155.5,-117.5 parent: 1 - - uid: 34721 + - uid: 54467 components: - type: Transform - pos: 193.5,-127.5 + pos: 155.5,-118.5 parent: 1 - - uid: 34722 + - uid: 54468 components: - type: Transform - pos: 194.5,-127.5 + pos: 154.5,-117.5 parent: 1 - - uid: 34723 + - uid: 54469 components: - type: Transform - pos: 195.5,-127.5 + pos: 154.5,-118.5 parent: 1 - - uid: 34724 + - uid: 54470 components: - type: Transform - pos: 196.5,-127.5 + pos: 153.5,-117.5 parent: 1 - - uid: 34725 + - uid: 54471 components: - type: Transform - pos: 197.5,-127.5 + pos: 153.5,-118.5 parent: 1 - - uid: 34726 + - uid: 54472 components: - type: Transform - pos: 198.5,-127.5 + pos: 152.5,-117.5 parent: 1 - - uid: 34727 + - uid: 54473 components: - type: Transform - pos: 176.5,-128.5 + pos: 152.5,-118.5 parent: 1 - - uid: 34728 + - uid: 54474 components: - type: Transform - pos: 177.5,-128.5 + pos: 151.5,-117.5 parent: 1 - - uid: 34729 + - uid: 54475 components: - type: Transform - pos: 177.5,-129.5 + pos: 151.5,-118.5 parent: 1 - - uid: 34730 + - uid: 54476 components: - type: Transform - pos: 178.5,-128.5 + pos: 150.5,-117.5 parent: 1 - - uid: 34731 + - uid: 54477 components: - type: Transform - pos: 178.5,-129.5 + pos: 150.5,-116.5 parent: 1 - - uid: 34732 + - uid: 54478 components: - type: Transform - pos: 178.5,-130.5 + pos: 151.5,-116.5 parent: 1 - - uid: 34733 + - uid: 54479 components: - type: Transform - pos: 184.5,-129.5 + pos: 152.5,-116.5 parent: 1 - - uid: 34734 + - uid: 54480 components: - type: Transform - pos: 183.5,-129.5 + pos: 153.5,-116.5 parent: 1 - - uid: 34735 + - uid: 54481 components: - type: Transform - pos: 183.5,-124.5 + pos: 154.5,-116.5 parent: 1 - - uid: 34736 + - uid: 54482 components: - type: Transform - pos: 182.5,-131.5 + pos: 155.5,-116.5 parent: 1 - - uid: 34737 + - uid: 54483 components: - type: Transform - pos: 182.5,-132.5 + pos: 156.5,-116.5 parent: 1 - - uid: 34738 + - uid: 54484 components: - type: Transform - pos: 182.5,-129.5 + pos: 157.5,-116.5 parent: 1 - - uid: 34739 + - uid: 54485 components: - type: Transform - pos: 183.5,-125.5 + pos: 158.5,-116.5 parent: 1 - - uid: 34740 + - uid: 54486 components: - type: Transform - pos: 183.5,-131.5 + pos: 159.5,-116.5 parent: 1 - - uid: 34741 + - uid: 54487 components: - type: Transform - pos: 183.5,-132.5 + pos: 160.5,-116.5 parent: 1 - - uid: 34742 + - uid: 54488 components: - type: Transform - pos: 184.5,-130.5 + pos: 161.5,-116.5 parent: 1 - - uid: 34743 + - uid: 54489 components: - type: Transform - pos: 184.5,-131.5 + pos: 162.5,-116.5 parent: 1 - - uid: 34744 + - uid: 54490 components: - type: Transform - pos: 184.5,-132.5 + pos: 163.5,-116.5 parent: 1 - - uid: 34745 + - uid: 54491 components: - type: Transform - pos: 185.5,-128.5 + pos: 164.5,-116.5 parent: 1 - - uid: 34746 + - uid: 54492 components: - type: Transform - pos: 185.5,-129.5 + pos: 165.5,-116.5 parent: 1 - - uid: 34747 + - uid: 54493 components: - type: Transform - pos: 185.5,-130.5 + pos: 166.5,-116.5 parent: 1 - - uid: 34748 + - uid: 54494 components: - type: Transform - pos: 185.5,-131.5 + pos: 167.5,-116.5 parent: 1 - - uid: 34749 + - uid: 54495 components: - type: Transform - pos: 185.5,-132.5 + pos: 168.5,-116.5 parent: 1 - - uid: 34750 + - uid: 54496 components: - type: Transform - pos: 186.5,-128.5 + pos: 169.5,-116.5 parent: 1 - - uid: 34751 + - uid: 54497 components: - type: Transform - pos: 186.5,-129.5 + pos: 170.5,-116.5 parent: 1 - - uid: 34752 + - uid: 54498 components: - type: Transform - pos: 186.5,-130.5 + pos: 171.5,-116.5 parent: 1 - - uid: 34753 + - uid: 54499 components: - type: Transform - pos: 186.5,-131.5 + pos: 172.5,-116.5 parent: 1 - - uid: 34754 + - uid: 54500 components: - type: Transform - pos: 186.5,-132.5 + pos: 173.5,-116.5 parent: 1 - - uid: 34755 + - uid: 54501 components: - type: Transform - pos: 187.5,-128.5 + pos: 174.5,-116.5 parent: 1 - - uid: 34756 + - uid: 54502 components: - type: Transform - pos: 187.5,-129.5 + pos: 182.5,-93.5 parent: 1 - - uid: 34757 + - uid: 54503 components: - type: Transform - pos: 187.5,-130.5 + pos: 184.5,-119.5 parent: 1 - - uid: 34758 + - uid: 54504 components: - type: Transform - pos: 187.5,-131.5 + pos: 183.5,-119.5 parent: 1 - - uid: 34759 + - uid: 54505 components: - type: Transform - pos: 187.5,-132.5 + pos: 182.5,-119.5 parent: 1 - - uid: 34760 + - uid: 54506 components: - type: Transform - pos: 188.5,-128.5 + pos: 181.5,-119.5 parent: 1 - - uid: 34761 + - uid: 54507 components: - type: Transform - pos: 188.5,-129.5 + pos: 193.5,-155.5 parent: 1 - - uid: 34762 + - uid: 54508 components: - type: Transform - pos: 188.5,-130.5 + pos: 193.5,-158.5 parent: 1 - - uid: 34763 + - uid: 54509 components: - type: Transform - pos: 188.5,-131.5 + pos: 198.5,-111.5 parent: 1 - - uid: 34764 + - uid: 54510 components: - type: Transform - pos: 188.5,-132.5 + pos: 198.5,-108.5 parent: 1 - - uid: 34765 + - uid: 54511 components: - type: Transform - pos: 189.5,-128.5 + pos: 198.5,-109.5 parent: 1 - - uid: 34766 + - uid: 54512 components: - type: Transform - pos: 189.5,-129.5 + pos: 198.5,-107.5 parent: 1 - - uid: 34767 + - uid: 54513 components: - type: Transform - pos: 189.5,-130.5 + pos: 198.5,-106.5 parent: 1 - - uid: 34768 + - uid: 54514 components: - type: Transform - pos: 189.5,-131.5 + pos: 198.5,-112.5 parent: 1 - - uid: 34769 + - uid: 54515 components: - type: Transform - pos: 189.5,-132.5 + pos: 187.5,-144.5 parent: 1 - - uid: 34770 + - uid: 54516 components: - type: Transform - pos: 190.5,-128.5 + pos: 193.5,-162.5 parent: 1 - - uid: 34771 + - uid: 54517 components: - type: Transform - pos: 190.5,-129.5 + pos: 191.5,-120.5 parent: 1 - - uid: 34772 + - uid: 54518 components: - type: Transform - pos: 190.5,-130.5 + pos: 192.5,-116.5 parent: 1 - - uid: 34773 + - uid: 54519 components: - type: Transform - pos: 190.5,-131.5 + pos: 192.5,-117.5 parent: 1 - - uid: 34774 + - uid: 54520 components: - type: Transform - pos: 190.5,-132.5 + pos: 192.5,-118.5 parent: 1 - - uid: 34775 + - uid: 54521 components: - type: Transform - pos: 191.5,-128.5 + pos: 192.5,-119.5 parent: 1 - - uid: 34776 + - uid: 54522 components: - type: Transform - pos: 191.5,-129.5 + pos: 192.5,-120.5 parent: 1 - - uid: 34777 + - uid: 54523 components: - type: Transform - pos: 191.5,-130.5 + pos: 193.5,-116.5 parent: 1 - - uid: 34778 + - uid: 54524 components: - type: Transform - pos: 191.5,-131.5 + pos: 193.5,-117.5 parent: 1 - - uid: 34779 + - uid: 54525 components: - type: Transform - pos: 191.5,-132.5 + pos: 193.5,-118.5 parent: 1 - - uid: 34780 + - uid: 54526 components: - type: Transform - pos: 192.5,-128.5 + pos: 193.5,-119.5 parent: 1 - - uid: 34781 + - uid: 54527 components: - type: Transform - pos: 192.5,-129.5 + pos: 193.5,-120.5 parent: 1 - - uid: 34782 + - uid: 54528 components: - type: Transform - pos: 192.5,-130.5 + pos: 194.5,-116.5 parent: 1 - - uid: 34783 + - uid: 54529 components: - type: Transform - pos: 192.5,-131.5 + pos: 194.5,-117.5 parent: 1 - - uid: 34784 + - uid: 54530 components: - type: Transform - pos: 192.5,-132.5 + pos: 194.5,-118.5 parent: 1 - - uid: 34785 + - uid: 54531 components: - type: Transform - pos: 193.5,-128.5 + pos: 194.5,-119.5 parent: 1 - - uid: 34786 + - uid: 54532 components: - type: Transform - pos: 193.5,-129.5 + pos: 194.5,-120.5 parent: 1 - - uid: 34787 + - uid: 54533 components: - type: Transform - pos: 193.5,-130.5 + pos: 195.5,-116.5 parent: 1 - - uid: 34788 + - uid: 54534 components: - type: Transform - pos: 193.5,-131.5 + pos: 195.5,-117.5 parent: 1 - - uid: 34789 + - uid: 54535 components: - type: Transform - pos: 193.5,-132.5 + pos: 195.5,-118.5 parent: 1 - - uid: 34790 + - uid: 54536 components: - type: Transform - pos: 194.5,-128.5 + pos: 195.5,-119.5 parent: 1 - - uid: 34791 + - uid: 54537 components: - type: Transform - pos: 194.5,-129.5 + pos: 195.5,-120.5 parent: 1 - - uid: 34792 + - uid: 54538 components: - type: Transform - pos: 194.5,-130.5 + pos: 196.5,-116.5 parent: 1 - - uid: 34793 + - uid: 54539 components: - type: Transform - pos: 194.5,-131.5 + pos: 196.5,-117.5 parent: 1 - - uid: 34794 + - uid: 54540 components: - type: Transform - pos: 194.5,-132.5 + pos: 196.5,-118.5 parent: 1 - - uid: 34795 + - uid: 54541 components: - type: Transform - pos: 195.5,-128.5 + pos: 196.5,-119.5 parent: 1 - - uid: 34796 + - uid: 54542 components: - type: Transform - pos: 195.5,-129.5 + pos: 196.5,-120.5 parent: 1 - - uid: 34797 + - uid: 54543 components: - type: Transform - pos: 195.5,-130.5 + pos: 197.5,-116.5 parent: 1 - - uid: 34798 + - uid: 54544 components: - type: Transform - pos: 195.5,-131.5 + pos: 197.5,-117.5 parent: 1 - - uid: 34799 + - uid: 54545 components: - type: Transform - pos: 195.5,-132.5 + pos: 197.5,-118.5 parent: 1 - - uid: 34800 + - uid: 54546 components: - type: Transform - pos: 196.5,-128.5 + pos: 197.5,-119.5 parent: 1 - - uid: 34801 + - uid: 54547 components: - type: Transform - pos: 196.5,-129.5 + pos: 197.5,-120.5 parent: 1 - - uid: 34802 + - uid: 54548 components: - type: Transform - pos: 196.5,-130.5 + pos: 198.5,-116.5 parent: 1 - - uid: 34803 + - uid: 54549 components: - type: Transform - pos: 196.5,-131.5 + pos: 198.5,-117.5 parent: 1 - - uid: 34804 + - uid: 54550 components: - type: Transform - pos: 196.5,-132.5 + pos: 198.5,-118.5 parent: 1 - - uid: 34805 + - uid: 54551 components: - type: Transform - pos: 197.5,-128.5 + pos: 198.5,-119.5 parent: 1 - - uid: 34806 + - uid: 54552 components: - type: Transform - pos: 197.5,-129.5 + pos: 198.5,-120.5 parent: 1 - - uid: 34807 + - uid: 54553 components: - type: Transform - pos: 197.5,-130.5 + pos: 195.5,-115.5 parent: 1 - - uid: 34808 + - uid: 54554 components: - type: Transform - pos: 197.5,-131.5 + pos: 196.5,-115.5 parent: 1 - - uid: 34809 + - uid: 54555 components: - type: Transform - pos: 197.5,-132.5 + pos: 197.5,-115.5 parent: 1 - - uid: 34810 + - uid: 54556 components: - type: Transform - pos: 198.5,-128.5 + pos: 198.5,-115.5 parent: 1 - - uid: 34811 + - uid: 54557 components: - type: Transform - pos: 198.5,-129.5 + pos: 196.5,-114.5 parent: 1 - - uid: 34812 + - uid: 54558 components: - type: Transform - pos: 198.5,-130.5 + pos: 197.5,-114.5 parent: 1 - - uid: 34813 + - uid: 54559 components: - type: Transform - pos: 198.5,-131.5 + pos: 198.5,-114.5 parent: 1 - - uid: 34814 + - uid: 54560 components: - type: Transform - pos: 198.5,-132.5 + pos: 198.5,-105.5 parent: 1 - - uid: 34815 + - uid: 54561 components: - type: Transform - pos: 182.5,-133.5 + pos: 198.5,-104.5 parent: 1 - - uid: 34816 + - uid: 54562 components: - type: Transform - pos: 183.5,-133.5 + pos: 198.5,-103.5 parent: 1 - - uid: 34817 + - uid: 54563 components: - type: Transform - pos: 184.5,-133.5 + pos: 198.5,-102.5 parent: 1 - - uid: 34818 + - uid: 54564 components: - type: Transform - pos: 185.5,-133.5 + pos: 198.5,-101.5 parent: 1 - - uid: 34819 + - uid: 54565 components: - type: Transform - pos: 186.5,-133.5 + pos: 198.5,-100.5 parent: 1 - - uid: 34820 + - uid: 54566 components: - type: Transform - pos: 187.5,-133.5 + pos: 198.5,-99.5 parent: 1 - - uid: 34821 + - uid: 54567 components: - type: Transform - pos: 188.5,-133.5 + pos: 196.5,-98.5 parent: 1 - - uid: 34822 + - uid: 54568 components: - type: Transform - pos: 189.5,-133.5 + pos: 196.5,-99.5 parent: 1 - - uid: 34823 + - uid: 54569 components: - type: Transform - pos: 190.5,-133.5 + pos: 196.5,-100.5 parent: 1 - - uid: 34824 + - uid: 54570 components: - type: Transform - pos: 191.5,-133.5 + pos: 196.5,-101.5 parent: 1 - - uid: 34825 + - uid: 54571 components: - type: Transform - pos: 192.5,-133.5 + pos: 196.5,-102.5 parent: 1 - - uid: 34826 + - uid: 54572 components: - type: Transform - pos: 193.5,-133.5 + pos: 196.5,-103.5 parent: 1 - - uid: 34827 + - uid: 54573 components: - type: Transform - pos: 194.5,-133.5 + pos: 196.5,-104.5 parent: 1 - - uid: 34828 + - uid: 54574 components: - type: Transform - pos: 195.5,-133.5 + pos: 196.5,-105.5 parent: 1 - - uid: 34829 + - uid: 54575 components: - type: Transform - pos: 196.5,-133.5 + pos: 196.5,-106.5 parent: 1 - - uid: 34830 + - uid: 54576 components: - type: Transform - pos: 197.5,-133.5 + pos: 196.5,-107.5 parent: 1 - - uid: 34831 + - uid: 54577 components: - type: Transform - pos: 198.5,-133.5 + pos: 196.5,-108.5 parent: 1 - - uid: 34832 + - uid: 54578 components: - type: Transform - pos: 182.5,-134.5 + pos: 196.5,-109.5 parent: 1 - - uid: 34833 + - uid: 54579 components: - type: Transform - pos: 183.5,-134.5 + pos: 196.5,-110.5 parent: 1 - - uid: 34834 + - uid: 54580 components: - type: Transform - pos: 184.5,-134.5 + pos: 196.5,-111.5 parent: 1 - - uid: 34835 + - uid: 54581 components: - type: Transform - pos: 185.5,-134.5 + pos: 196.5,-112.5 parent: 1 - - uid: 34836 + - uid: 54582 components: - type: Transform - pos: 186.5,-134.5 + pos: 197.5,-98.5 parent: 1 - - uid: 34837 + - uid: 54583 components: - type: Transform - pos: 187.5,-134.5 + pos: 197.5,-99.5 parent: 1 - - uid: 34838 + - uid: 54584 components: - type: Transform - pos: 188.5,-134.5 + pos: 197.5,-100.5 parent: 1 - - uid: 34839 + - uid: 54585 components: - type: Transform - pos: 189.5,-134.5 + pos: 197.5,-101.5 parent: 1 - - uid: 34840 + - uid: 54586 components: - type: Transform - pos: 190.5,-134.5 + pos: 197.5,-102.5 parent: 1 - - uid: 34841 + - uid: 54587 components: - type: Transform - pos: 191.5,-134.5 + pos: 197.5,-103.5 parent: 1 - - uid: 34842 + - uid: 54588 components: - type: Transform - pos: 192.5,-134.5 + pos: 197.5,-104.5 parent: 1 - - uid: 34843 + - uid: 54589 components: - type: Transform - pos: 193.5,-134.5 + pos: 197.5,-105.5 parent: 1 - - uid: 34844 + - uid: 54590 components: - type: Transform - pos: 194.5,-134.5 + pos: 197.5,-106.5 parent: 1 - - uid: 34845 + - uid: 54591 components: - type: Transform - pos: 195.5,-134.5 + pos: 197.5,-107.5 parent: 1 - - uid: 34846 + - uid: 54592 components: - type: Transform - pos: 196.5,-134.5 + pos: 197.5,-108.5 parent: 1 - - uid: 34847 + - uid: 54593 components: - type: Transform - pos: 197.5,-134.5 + pos: 197.5,-109.5 parent: 1 - - uid: 34848 + - uid: 54594 components: - type: Transform - pos: 198.5,-134.5 + pos: 197.5,-110.5 parent: 1 - - uid: 34849 + - uid: 54595 components: - type: Transform - pos: 183.5,-135.5 + pos: 197.5,-111.5 parent: 1 - - uid: 34850 + - uid: 54596 components: - type: Transform - pos: 183.5,-136.5 + pos: 197.5,-112.5 parent: 1 - - uid: 34851 + - uid: 54597 components: - type: Transform - pos: 184.5,-135.5 + pos: 195.5,-108.5 parent: 1 - - uid: 34852 + - uid: 54598 components: - type: Transform - pos: 184.5,-136.5 + pos: 195.5,-107.5 parent: 1 - - uid: 34853 + - uid: 54599 components: - type: Transform - pos: 185.5,-135.5 + pos: 195.5,-106.5 parent: 1 - - uid: 34854 + - uid: 54600 components: - type: Transform - pos: 185.5,-136.5 + pos: 195.5,-105.5 parent: 1 - - uid: 34855 + - uid: 54601 components: - type: Transform - pos: 186.5,-135.5 + pos: 195.5,-104.5 parent: 1 - - uid: 34856 + - uid: 54602 components: - type: Transform - pos: 186.5,-136.5 + pos: 195.5,-103.5 parent: 1 - - uid: 34857 + - uid: 54603 components: - type: Transform - pos: 187.5,-135.5 + pos: 195.5,-102.5 parent: 1 - - uid: 34858 + - uid: 54604 components: - type: Transform - pos: 187.5,-136.5 + pos: 195.5,-101.5 parent: 1 - - uid: 34859 + - uid: 54605 components: - type: Transform - pos: 188.5,-135.5 + pos: 194.5,-108.5 parent: 1 - - uid: 34860 + - uid: 54606 components: - type: Transform - pos: 188.5,-136.5 + pos: 194.5,-107.5 parent: 1 - - uid: 34861 + - uid: 54607 components: - type: Transform - pos: 189.5,-135.5 + pos: 194.5,-106.5 parent: 1 - - uid: 34862 + - uid: 54608 components: - type: Transform - pos: 189.5,-136.5 + pos: 194.5,-105.5 parent: 1 - - uid: 34863 + - uid: 54609 components: - type: Transform - pos: 190.5,-135.5 + pos: 194.5,-104.5 parent: 1 - - uid: 34864 + - uid: 54610 components: - type: Transform - pos: 190.5,-136.5 + pos: 194.5,-103.5 parent: 1 - - uid: 34865 + - uid: 54611 components: - type: Transform - pos: 191.5,-135.5 + pos: 193.5,-108.5 parent: 1 - - uid: 34866 + - uid: 54612 components: - type: Transform - pos: 191.5,-136.5 + pos: 193.5,-107.5 parent: 1 - - uid: 34867 + - uid: 54613 components: - type: Transform - pos: 192.5,-135.5 + pos: 193.5,-106.5 parent: 1 - - uid: 34868 + - uid: 54614 components: - type: Transform - pos: 192.5,-136.5 + pos: 193.5,-105.5 parent: 1 - - uid: 34869 + - uid: 54615 components: - type: Transform - pos: 193.5,-135.5 + pos: 193.5,-104.5 parent: 1 - - uid: 34870 + - uid: 54616 components: - type: Transform - pos: 193.5,-136.5 + pos: 193.5,-103.5 parent: 1 - - uid: 34871 + - uid: 54617 components: - type: Transform - pos: 194.5,-135.5 + pos: 192.5,-107.5 parent: 1 - - uid: 34872 + - uid: 54618 components: - type: Transform - pos: 194.5,-136.5 + pos: 192.5,-106.5 parent: 1 - - uid: 34873 + - uid: 54619 components: - type: Transform - pos: 195.5,-135.5 + pos: 192.5,-105.5 parent: 1 - - uid: 34874 + - uid: 54620 components: - type: Transform - pos: 195.5,-136.5 + pos: 192.5,-104.5 parent: 1 - - uid: 34875 + - uid: 54621 components: - type: Transform - pos: 196.5,-135.5 + pos: 192.5,-103.5 parent: 1 - - uid: 34876 + - uid: 54622 components: - type: Transform - pos: 196.5,-136.5 + pos: 189.5,-101.5 parent: 1 - - uid: 34877 + - uid: 54623 components: - type: Transform - pos: 197.5,-135.5 + pos: 189.5,-102.5 parent: 1 - - uid: 34878 + - uid: 54624 components: - type: Transform - pos: 197.5,-136.5 + pos: 189.5,-103.5 parent: 1 - - uid: 34879 + - uid: 54625 components: - type: Transform - pos: 198.5,-135.5 + pos: 189.5,-104.5 parent: 1 - - uid: 34880 + - uid: 54626 components: - type: Transform - pos: 198.5,-136.5 + pos: 189.5,-107.5 parent: 1 - - uid: 34881 + - uid: 54627 components: - type: Transform - pos: 184.5,-137.5 + pos: 190.5,-101.5 parent: 1 - - uid: 34882 + - uid: 54628 components: - type: Transform - pos: 185.5,-137.5 + pos: 190.5,-102.5 parent: 1 - - uid: 34883 + - uid: 54629 components: - type: Transform - pos: 185.5,-138.5 + pos: 190.5,-103.5 parent: 1 - - uid: 34884 + - uid: 54630 components: - type: Transform - pos: 186.5,-137.5 + pos: 190.5,-104.5 parent: 1 - - uid: 34885 + - uid: 54631 components: - type: Transform - pos: 186.5,-138.5 + pos: 191.5,-101.5 parent: 1 - - uid: 34886 + - uid: 54632 components: - type: Transform - pos: 187.5,-137.5 + pos: 191.5,-102.5 parent: 1 - - uid: 34887 + - uid: 54633 components: - type: Transform - pos: 187.5,-138.5 + pos: 191.5,-103.5 parent: 1 - - uid: 34888 + - uid: 54634 components: - type: Transform - pos: 188.5,-137.5 + pos: 191.5,-104.5 parent: 1 - - uid: 34889 + - uid: 54635 components: - type: Transform - pos: 188.5,-138.5 + pos: 191.5,-105.5 parent: 1 - - uid: 34890 + - uid: 54636 components: - type: Transform - pos: 189.5,-137.5 + pos: 191.5,-107.5 parent: 1 - - uid: 34891 + - uid: 54637 components: - type: Transform - pos: 189.5,-138.5 + pos: 188.5,-107.5 parent: 1 - - uid: 34892 + - uid: 54638 components: - type: Transform - pos: 190.5,-137.5 + pos: 188.5,-105.5 parent: 1 - - uid: 34893 + - uid: 54639 components: - type: Transform - pos: 190.5,-138.5 + pos: 187.5,-107.5 parent: 1 - - uid: 34894 + - uid: 54640 components: - type: Transform - pos: 191.5,-137.5 + pos: 186.5,-108.5 parent: 1 - - uid: 34895 + - uid: 54641 components: - type: Transform - pos: 191.5,-138.5 + pos: 187.5,-108.5 parent: 1 - - uid: 34896 + - uid: 54642 components: - type: Transform - pos: 192.5,-137.5 + pos: 188.5,-108.5 parent: 1 - - uid: 34897 + - uid: 54643 components: - type: Transform - pos: 192.5,-138.5 + pos: 189.5,-108.5 parent: 1 - - uid: 34898 + - uid: 54644 components: - type: Transform - pos: 193.5,-137.5 + pos: 190.5,-108.5 parent: 1 - - uid: 34899 + - uid: 54645 components: - type: Transform - pos: 193.5,-138.5 + pos: 191.5,-108.5 parent: 1 - - uid: 34900 + - uid: 54646 components: - type: Transform - pos: 194.5,-137.5 + pos: 188.5,-109.5 parent: 1 - - uid: 34901 + - uid: 54647 components: - type: Transform - pos: 194.5,-138.5 + pos: 189.5,-109.5 parent: 1 - - uid: 34902 + - uid: 54648 components: - type: Transform - pos: 195.5,-137.5 + pos: 190.5,-109.5 parent: 1 - - uid: 34903 + - uid: 54649 components: - type: Transform - pos: 195.5,-138.5 + pos: 189.5,-110.5 parent: 1 - - uid: 34904 + - uid: 54650 components: - type: Transform - pos: 196.5,-137.5 + pos: 190.5,-110.5 parent: 1 - - uid: 34905 + - uid: 54651 components: - type: Transform - pos: 196.5,-138.5 + pos: 190.5,-111.5 parent: 1 - - uid: 34906 + - uid: 54652 components: - type: Transform - pos: 197.5,-137.5 + pos: 185.5,-92.5 parent: 1 - - uid: 34907 + - uid: 54653 components: - type: Transform - pos: 197.5,-138.5 + pos: 185.5,-93.5 parent: 1 - - uid: 34908 + - uid: 54654 components: - type: Transform - pos: 198.5,-137.5 + pos: 186.5,-92.5 parent: 1 - - uid: 34909 + - uid: 54655 components: - type: Transform - pos: 198.5,-138.5 + pos: 186.5,-93.5 parent: 1 - - uid: 34910 + - uid: 54656 components: - type: Transform - pos: 185.5,-139.5 + pos: 187.5,-92.5 parent: 1 - - uid: 34911 + - uid: 54657 components: - type: Transform - pos: 185.5,-140.5 + pos: 187.5,-93.5 parent: 1 - - uid: 34912 + - uid: 54658 components: - type: Transform - pos: 186.5,-139.5 + pos: 188.5,-92.5 parent: 1 - - uid: 34913 + - uid: 54659 components: - type: Transform - pos: 186.5,-140.5 + pos: 188.5,-93.5 parent: 1 - - uid: 34914 + - uid: 54660 components: - type: Transform - pos: 187.5,-139.5 + pos: 189.5,-92.5 parent: 1 - - uid: 34915 + - uid: 54661 components: - type: Transform - pos: 187.5,-140.5 + pos: 189.5,-93.5 parent: 1 - - uid: 34916 + - uid: 54662 components: - type: Transform - pos: 188.5,-139.5 + pos: 190.5,-92.5 parent: 1 - - uid: 34917 + - uid: 54663 components: - type: Transform - pos: 188.5,-140.5 + pos: 190.5,-93.5 parent: 1 - - uid: 34918 + - uid: 54664 components: - type: Transform - pos: 189.5,-139.5 + pos: 191.5,-92.5 parent: 1 - - uid: 34919 + - uid: 54665 components: - type: Transform - pos: 189.5,-140.5 + pos: 191.5,-93.5 parent: 1 - - uid: 34920 + - uid: 54666 components: - type: Transform - pos: 190.5,-139.5 + pos: 192.5,-92.5 parent: 1 - - uid: 34921 + - uid: 54667 components: - type: Transform - pos: 190.5,-140.5 + pos: 192.5,-93.5 parent: 1 - - uid: 34922 + - uid: 54668 components: - type: Transform - pos: 191.5,-139.5 + pos: 193.5,-92.5 parent: 1 - - uid: 34923 + - uid: 54669 components: - type: Transform - pos: 191.5,-140.5 + pos: 193.5,-93.5 parent: 1 - - uid: 34924 + - uid: 54670 components: - type: Transform - pos: 192.5,-139.5 + pos: 194.5,-92.5 parent: 1 - - uid: 34925 + - uid: 54671 components: - type: Transform - pos: 192.5,-140.5 + pos: 194.5,-93.5 parent: 1 - - uid: 34926 + - uid: 54672 components: - type: Transform - pos: 193.5,-139.5 + pos: 195.5,-92.5 parent: 1 - - uid: 34927 + - uid: 54673 components: - type: Transform - pos: 193.5,-140.5 + pos: 195.5,-93.5 parent: 1 - - uid: 34928 + - uid: 54674 components: - type: Transform - pos: 194.5,-139.5 + pos: 196.5,-92.5 parent: 1 - - uid: 34929 + - uid: 54675 components: - type: Transform - pos: 194.5,-140.5 + pos: 196.5,-93.5 parent: 1 - - uid: 34930 + - uid: 54676 components: - type: Transform - pos: 195.5,-139.5 + pos: 197.5,-92.5 parent: 1 - - uid: 34931 + - uid: 54677 components: - type: Transform - pos: 195.5,-140.5 + pos: 197.5,-93.5 parent: 1 - - uid: 34932 + - uid: 54678 components: - type: Transform - pos: 196.5,-139.5 + pos: 198.5,-92.5 parent: 1 - - uid: 34933 + - uid: 54679 components: - type: Transform - pos: 196.5,-140.5 + pos: 198.5,-93.5 parent: 1 - - uid: 34934 + - uid: 54680 components: - type: Transform - pos: 197.5,-139.5 + pos: 185.5,-94.5 parent: 1 - - uid: 34935 + - uid: 54681 components: - type: Transform - pos: 197.5,-140.5 + pos: 186.5,-94.5 parent: 1 - - uid: 34936 + - uid: 54682 components: - type: Transform - pos: 198.5,-139.5 + pos: 187.5,-94.5 parent: 1 - - uid: 34937 + - uid: 54683 components: - type: Transform - pos: 198.5,-140.5 + pos: 188.5,-94.5 parent: 1 - - uid: 34938 + - uid: 54684 components: - type: Transform - pos: 186.5,-141.5 + pos: 189.5,-94.5 parent: 1 - - uid: 34939 + - uid: 54685 components: - type: Transform - pos: 187.5,-141.5 + pos: 191.5,-94.5 parent: 1 - - uid: 34940 + - uid: 54686 components: - type: Transform - pos: 188.5,-141.5 + pos: 192.5,-94.5 parent: 1 - - uid: 34941 + - uid: 54687 components: - type: Transform - pos: 189.5,-141.5 + pos: 193.5,-94.5 parent: 1 - - uid: 34942 + - uid: 54688 components: - type: Transform - pos: 190.5,-141.5 + pos: 194.5,-94.5 parent: 1 - - uid: 34943 + - uid: 54689 components: - type: Transform - pos: 191.5,-141.5 + pos: 195.5,-94.5 parent: 1 - - uid: 34944 + - uid: 54690 components: - type: Transform - pos: 192.5,-141.5 + pos: 196.5,-94.5 parent: 1 - - uid: 34945 + - uid: 54691 components: - type: Transform - pos: 193.5,-141.5 + pos: 197.5,-94.5 parent: 1 - - uid: 34946 + - uid: 54692 components: - type: Transform - pos: 194.5,-141.5 + pos: 198.5,-94.5 parent: 1 - - uid: 34947 + - uid: 54693 components: - type: Transform - pos: 195.5,-141.5 + pos: 187.5,-95.5 parent: 1 - - uid: 34948 + - uid: 54694 components: - type: Transform - pos: 196.5,-141.5 + pos: 187.5,-96.5 parent: 1 - - uid: 34949 + - uid: 54695 components: - type: Transform - pos: 197.5,-141.5 + pos: 188.5,-95.5 parent: 1 - - uid: 34950 + - uid: 54696 components: - type: Transform - pos: 198.5,-141.5 + pos: 188.5,-96.5 parent: 1 - - uid: 34951 + - uid: 54697 components: - type: Transform - pos: 194.5,-10.5 + pos: 189.5,-95.5 parent: 1 - - uid: 34952 + - uid: 54698 components: - type: Transform - pos: 193.5,-160.5 + pos: 189.5,-96.5 parent: 1 - - uid: 34953 + - uid: 54699 components: - type: Transform - pos: 193.5,-159.5 + pos: 190.5,-96.5 parent: 1 - - uid: 34954 + - uid: 54700 components: - type: Transform - pos: 192.5,-179.5 + pos: 186.5,-115.5 parent: 1 - - uid: 34955 + - uid: 54701 components: - type: Transform - pos: 192.5,-177.5 + pos: 187.5,-115.5 parent: 1 - - uid: 34956 + - uid: 54702 components: - type: Transform - pos: 188.5,-145.5 + pos: 192.5,-95.5 parent: 1 - - uid: 34957 + - uid: 54703 components: - type: Transform - pos: 188.5,-144.5 + pos: 192.5,-96.5 parent: 1 - - uid: 34958 + - uid: 54704 components: - type: Transform - pos: 188.5,-143.5 + pos: 193.5,-95.5 parent: 1 - - uid: 34959 + - uid: 54705 components: - type: Transform - pos: 188.5,-142.5 + pos: 193.5,-96.5 parent: 1 - - uid: 34960 + - uid: 54706 components: - type: Transform - pos: 189.5,-145.5 + pos: 194.5,-95.5 parent: 1 - - uid: 34961 + - uid: 54707 components: - type: Transform - pos: 189.5,-144.5 + pos: 194.5,-96.5 parent: 1 - - uid: 34962 + - uid: 54708 components: - type: Transform - pos: 189.5,-143.5 + pos: 195.5,-95.5 parent: 1 - - uid: 34963 + - uid: 54709 components: - type: Transform - pos: 189.5,-142.5 + pos: 195.5,-96.5 parent: 1 - - uid: 34964 + - uid: 54710 components: - type: Transform - pos: 190.5,-145.5 + pos: 196.5,-95.5 parent: 1 - - uid: 34965 + - uid: 54711 components: - type: Transform - pos: 190.5,-144.5 + pos: 196.5,-96.5 parent: 1 - - uid: 34966 + - uid: 54712 components: - type: Transform - pos: 190.5,-143.5 + pos: 197.5,-95.5 parent: 1 - - uid: 34967 + - uid: 54713 components: - type: Transform - pos: 190.5,-142.5 + pos: 197.5,-96.5 parent: 1 - - uid: 34968 + - uid: 54714 components: - type: Transform - pos: 191.5,-145.5 + pos: 198.5,-95.5 parent: 1 - - uid: 34969 + - uid: 54715 components: - type: Transform - pos: 191.5,-144.5 + pos: 198.5,-96.5 parent: 1 - - uid: 34970 + - uid: 54716 components: - type: Transform - pos: 191.5,-143.5 + pos: 187.5,-97.5 parent: 1 - - uid: 34971 + - uid: 54717 components: - type: Transform - pos: 191.5,-142.5 + pos: 188.5,-97.5 parent: 1 - - uid: 34972 + - uid: 54718 components: - type: Transform - pos: 192.5,-145.5 + pos: 189.5,-97.5 parent: 1 - - uid: 34973 + - uid: 54719 components: - type: Transform - pos: 192.5,-144.5 + pos: 186.5,-98.5 parent: 1 - - uid: 34974 + - uid: 54720 components: - type: Transform - pos: 192.5,-143.5 + pos: 187.5,-98.5 parent: 1 - - uid: 34975 + - uid: 54721 components: - type: Transform - pos: 192.5,-142.5 + pos: 187.5,-99.5 parent: 1 - - uid: 34976 + - uid: 54722 components: - type: Transform - pos: 193.5,-145.5 + pos: 194.5,-97.5 parent: 1 - - uid: 34977 + - uid: 54723 components: - type: Transform - pos: 193.5,-144.5 + pos: 195.5,-97.5 parent: 1 - - uid: 34978 + - uid: 54724 components: - type: Transform - pos: 193.5,-143.5 + pos: 196.5,-97.5 parent: 1 - - uid: 34979 + - uid: 54725 components: - type: Transform - pos: 193.5,-142.5 + pos: 197.5,-97.5 parent: 1 - - uid: 34980 + - uid: 54726 components: - type: Transform - pos: 194.5,-145.5 + pos: 198.5,-97.5 parent: 1 - - uid: 34981 + - uid: 54727 components: - type: Transform - pos: 194.5,-144.5 + pos: 198.5,-98.5 parent: 1 - - uid: 34982 + - uid: 54728 components: - type: Transform - pos: 194.5,-143.5 + pos: 195.5,-98.5 parent: 1 - - uid: 34983 + - uid: 54729 components: - type: Transform - pos: 194.5,-142.5 + pos: 187.5,-145.5 parent: 1 - - uid: 34984 + - uid: 54730 components: - type: Transform - pos: 195.5,-145.5 + pos: 187.5,-142.5 parent: 1 - - uid: 34985 + - uid: 54731 components: - type: Transform - pos: 195.5,-144.5 + pos: 180.5,-119.5 parent: 1 - - uid: 34986 + - uid: 54732 components: - type: Transform - pos: 195.5,-143.5 + pos: 193.5,-157.5 parent: 1 - - uid: 34987 + - uid: 54733 components: - type: Transform - pos: 195.5,-142.5 + pos: 166.5,-125.5 parent: 1 - - uid: 34988 + - uid: 54734 components: - type: Transform - pos: 196.5,-145.5 + pos: 165.5,-125.5 parent: 1 - - uid: 34989 + - uid: 54735 components: - type: Transform - pos: 196.5,-144.5 + pos: 179.5,-119.5 parent: 1 - - uid: 34990 + - uid: 54736 components: - type: Transform - pos: 196.5,-143.5 + pos: 151.5,-120.5 parent: 1 - - uid: 34991 + - uid: 54737 components: - type: Transform - pos: 196.5,-142.5 + pos: 153.5,-120.5 parent: 1 - - uid: 34992 + - uid: 54738 components: - type: Transform - pos: 197.5,-145.5 + pos: 152.5,-120.5 parent: 1 - - uid: 34993 + - uid: 54739 components: - type: Transform - pos: 197.5,-144.5 + pos: 178.5,-119.5 parent: 1 - - uid: 34994 + - uid: 54740 components: - type: Transform - pos: 197.5,-143.5 + pos: 177.5,-119.5 parent: 1 - - uid: 34995 + - uid: 54741 components: - type: Transform - pos: 197.5,-142.5 + pos: 176.5,-119.5 parent: 1 - - uid: 34996 + - uid: 54742 components: - type: Transform - pos: 198.5,-145.5 + pos: 175.5,-119.5 parent: 1 - - uid: 34997 + - uid: 54743 components: - type: Transform - pos: 198.5,-144.5 + pos: 174.5,-119.5 parent: 1 - - uid: 34998 + - uid: 54744 components: - type: Transform - pos: 198.5,-143.5 + pos: 173.5,-119.5 parent: 1 - - uid: 34999 + - uid: 54745 components: - type: Transform - pos: 198.5,-142.5 + pos: 172.5,-119.5 parent: 1 - - uid: 35000 + - uid: 54746 components: - type: Transform - pos: 188.5,-147.5 + pos: 171.5,-119.5 parent: 1 - - uid: 35001 + - uid: 54747 components: - type: Transform - pos: 188.5,-146.5 + pos: 170.5,-119.5 parent: 1 - - uid: 35002 + - uid: 54748 components: - type: Transform - pos: 189.5,-147.5 + pos: 169.5,-119.5 parent: 1 - - uid: 35003 + - uid: 54749 components: - type: Transform - pos: 189.5,-146.5 + pos: 168.5,-119.5 parent: 1 - - uid: 35004 + - uid: 54750 components: - type: Transform - pos: 190.5,-147.5 + pos: 167.5,-119.5 parent: 1 - - uid: 35005 + - uid: 54751 components: - type: Transform - pos: 190.5,-146.5 + pos: 166.5,-119.5 parent: 1 - - uid: 35006 + - uid: 54752 components: - type: Transform - pos: 191.5,-147.5 + pos: 165.5,-119.5 parent: 1 - - uid: 35007 + - uid: 54753 components: - type: Transform - pos: 191.5,-146.5 + pos: 164.5,-119.5 parent: 1 - - uid: 35008 + - uid: 54754 components: - type: Transform - pos: 192.5,-147.5 + pos: 163.5,-119.5 parent: 1 - - uid: 35009 + - uid: 54755 components: - type: Transform - pos: 192.5,-146.5 + pos: 162.5,-119.5 parent: 1 - - uid: 35010 + - uid: 54756 components: - type: Transform - pos: 193.5,-147.5 + pos: 160.5,-119.5 parent: 1 - - uid: 35011 + - uid: 54757 components: - type: Transform - pos: 193.5,-146.5 + pos: 159.5,-119.5 parent: 1 - - uid: 35012 + - uid: 54758 components: - type: Transform - pos: 194.5,-147.5 + pos: 158.5,-119.5 parent: 1 - - uid: 35013 + - uid: 54759 components: - type: Transform - pos: 194.5,-146.5 + pos: 157.5,-119.5 parent: 1 - - uid: 35014 + - uid: 54760 components: - type: Transform - pos: 195.5,-147.5 + pos: 156.5,-119.5 parent: 1 - - uid: 35015 + - uid: 54761 components: - type: Transform - pos: 195.5,-146.5 + pos: 155.5,-119.5 parent: 1 - - uid: 35016 + - uid: 54762 components: - type: Transform - pos: 196.5,-147.5 + pos: 154.5,-119.5 parent: 1 - - uid: 35017 + - uid: 54763 components: - type: Transform - pos: 196.5,-146.5 + pos: 153.5,-119.5 parent: 1 - - uid: 35018 + - uid: 54764 components: - type: Transform - pos: 197.5,-147.5 + pos: 152.5,-119.5 parent: 1 - - uid: 35019 + - uid: 54765 components: - type: Transform - pos: 197.5,-146.5 + pos: 151.5,-119.5 parent: 1 - - uid: 35020 + - uid: 54766 components: - type: Transform - pos: 198.5,-147.5 + pos: 154.5,-121.5 parent: 1 - - uid: 35021 + - uid: 54767 components: - type: Transform - pos: 198.5,-146.5 + pos: 155.5,-121.5 parent: 1 - - uid: 35022 + - uid: 54768 components: - type: Transform - pos: 189.5,-148.5 + pos: 156.5,-121.5 parent: 1 - - uid: 35023 + - uid: 54769 components: - type: Transform - pos: 190.5,-149.5 + pos: 157.5,-121.5 parent: 1 - - uid: 35024 + - uid: 54770 components: - type: Transform - pos: 190.5,-148.5 + pos: 158.5,-121.5 parent: 1 - - uid: 35025 + - uid: 54771 components: - type: Transform - pos: 191.5,-149.5 + pos: 159.5,-121.5 parent: 1 - - uid: 35026 + - uid: 54772 components: - type: Transform - pos: 191.5,-148.5 + pos: 154.5,-120.5 parent: 1 - - uid: 35027 + - uid: 54773 components: - type: Transform - pos: 192.5,-149.5 + pos: 155.5,-120.5 parent: 1 - - uid: 35028 + - uid: 54774 components: - type: Transform - pos: 192.5,-148.5 + pos: 156.5,-120.5 parent: 1 - - uid: 35029 + - uid: 54775 components: - type: Transform - pos: 193.5,-149.5 + pos: 157.5,-120.5 parent: 1 - - uid: 35030 + - uid: 54776 components: - type: Transform - pos: 193.5,-148.5 + pos: 158.5,-120.5 parent: 1 - - uid: 35031 + - uid: 54777 components: - type: Transform - pos: 194.5,-149.5 + pos: 159.5,-120.5 parent: 1 - - uid: 35032 + - uid: 54778 components: - type: Transform - pos: 194.5,-148.5 + pos: 160.5,-120.5 parent: 1 - - uid: 35033 + - uid: 54779 components: - type: Transform - pos: 195.5,-149.5 + pos: 161.5,-120.5 parent: 1 - - uid: 35034 + - uid: 54780 components: - type: Transform - pos: 195.5,-148.5 + pos: 162.5,-120.5 parent: 1 - - uid: 35035 + - uid: 54781 components: - type: Transform - pos: 196.5,-149.5 + pos: 163.5,-120.5 parent: 1 - - uid: 35036 + - uid: 54782 components: - type: Transform - pos: 196.5,-148.5 + pos: 164.5,-120.5 parent: 1 - - uid: 35037 + - uid: 54783 components: - type: Transform - pos: 197.5,-149.5 + pos: 165.5,-120.5 parent: 1 - - uid: 35038 + - uid: 54784 components: - type: Transform - pos: 197.5,-148.5 + pos: 166.5,-120.5 parent: 1 - - uid: 35039 + - uid: 54785 components: - type: Transform - pos: 198.5,-149.5 + pos: 167.5,-120.5 parent: 1 - - uid: 35040 + - uid: 54786 components: - type: Transform - pos: 198.5,-148.5 + pos: 168.5,-120.5 parent: 1 - - uid: 35041 + - uid: 54787 components: - type: Transform - pos: 198.5,-5.5 + pos: 169.5,-120.5 parent: 1 - - uid: 35042 + - uid: 54788 components: - type: Transform - pos: 191.5,-150.5 + pos: 170.5,-120.5 parent: 1 - - uid: 35043 + - uid: 54789 components: - type: Transform - pos: 192.5,-151.5 + pos: 171.5,-120.5 parent: 1 - - uid: 35044 + - uid: 54790 components: - type: Transform - pos: 192.5,-150.5 + pos: 172.5,-120.5 parent: 1 - - uid: 35045 + - uid: 54791 components: - type: Transform - pos: 193.5,-151.5 + pos: 173.5,-120.5 parent: 1 - - uid: 35046 + - uid: 54792 components: - type: Transform - pos: 193.5,-150.5 + pos: 174.5,-120.5 parent: 1 - - uid: 35047 + - uid: 54793 components: - type: Transform - pos: 194.5,-151.5 + pos: 175.5,-120.5 parent: 1 - - uid: 35048 + - uid: 54794 components: - type: Transform - pos: 194.5,-150.5 + pos: 176.5,-120.5 parent: 1 - - uid: 35049 + - uid: 54795 components: - type: Transform - pos: 195.5,-151.5 + pos: 177.5,-120.5 parent: 1 - - uid: 35050 + - uid: 54796 components: - type: Transform - pos: 195.5,-150.5 + pos: 178.5,-120.5 parent: 1 - - uid: 35051 + - uid: 54797 components: - type: Transform - pos: 196.5,-151.5 + pos: 179.5,-120.5 parent: 1 - - uid: 35052 + - uid: 54798 components: - type: Transform - pos: 196.5,-150.5 + pos: 180.5,-120.5 parent: 1 - - uid: 35053 + - uid: 54799 components: - type: Transform - pos: 197.5,-151.5 + pos: 181.5,-120.5 parent: 1 - - uid: 35054 + - uid: 54800 components: - type: Transform - pos: 197.5,-150.5 + pos: 182.5,-120.5 parent: 1 - - uid: 35055 + - uid: 54801 components: - type: Transform - pos: 198.5,-151.5 + pos: 183.5,-120.5 parent: 1 - - uid: 35056 + - uid: 54802 components: - type: Transform - pos: 198.5,-150.5 + pos: 162.5,-123.5 parent: 1 - - uid: 35057 + - uid: 54803 components: - type: Transform - pos: 192.5,-153.5 + pos: 164.5,-123.5 parent: 1 - - uid: 35058 + - uid: 54804 components: - type: Transform - pos: 192.5,-152.5 + pos: 163.5,-123.5 parent: 1 - - uid: 35059 + - uid: 54805 components: - type: Transform - pos: 193.5,-153.5 + pos: 160.5,-121.5 parent: 1 - - uid: 35060 + - uid: 54806 components: - type: Transform - pos: 193.5,-152.5 + pos: 161.5,-121.5 parent: 1 - - uid: 35061 + - uid: 54807 components: - type: Transform - pos: 194.5,-153.5 + pos: 162.5,-121.5 parent: 1 - - uid: 35062 + - uid: 54808 components: - type: Transform - pos: 194.5,-152.5 + pos: 163.5,-121.5 parent: 1 - - uid: 35063 + - uid: 54809 components: - type: Transform - pos: 195.5,-153.5 + pos: 164.5,-121.5 parent: 1 - - uid: 35064 + - uid: 54810 components: - type: Transform - pos: 195.5,-152.5 + pos: 165.5,-121.5 parent: 1 - - uid: 35065 + - uid: 54811 components: - type: Transform - pos: 196.5,-153.5 + pos: 166.5,-121.5 parent: 1 - - uid: 35066 + - uid: 54812 components: - type: Transform - pos: 196.5,-152.5 + pos: 167.5,-121.5 parent: 1 - - uid: 35067 + - uid: 54813 components: - type: Transform - pos: 197.5,-153.5 + pos: 168.5,-121.5 parent: 1 - - uid: 35068 + - uid: 54814 components: - type: Transform - pos: 197.5,-152.5 + pos: 169.5,-121.5 parent: 1 - - uid: 35069 + - uid: 54815 components: - type: Transform - pos: 198.5,-153.5 + pos: 170.5,-121.5 parent: 1 - - uid: 35070 + - uid: 54816 components: - type: Transform - pos: 198.5,-152.5 + pos: 171.5,-121.5 parent: 1 - - uid: 35071 + - uid: 54817 components: - type: Transform - pos: 189.5,-22.5 + pos: 172.5,-121.5 parent: 1 - - uid: 35072 + - uid: 54818 components: - type: Transform - pos: 189.5,-23.5 + pos: 173.5,-121.5 parent: 1 - - uid: 35073 + - uid: 54819 components: - type: Transform - pos: 192.5,-175.5 + pos: 174.5,-121.5 parent: 1 - - uid: 35074 + - uid: 54820 components: - type: Transform - pos: 193.5,-163.5 + pos: 175.5,-121.5 parent: 1 - - uid: 35075 + - uid: 54821 components: - type: Transform - pos: 193.5,-164.5 + pos: 176.5,-121.5 parent: 1 - - uid: 35076 + - uid: 54822 components: - type: Transform - pos: 193.5,-165.5 + pos: 177.5,-121.5 parent: 1 - - uid: 35077 + - uid: 54823 components: - type: Transform - pos: 193.5,-166.5 + pos: 178.5,-121.5 parent: 1 - - uid: 35078 + - uid: 54824 components: - type: Transform - pos: 193.5,-167.5 + pos: 179.5,-121.5 parent: 1 - - uid: 35079 + - uid: 54825 components: - type: Transform - pos: 193.5,-168.5 + pos: 180.5,-121.5 parent: 1 - - uid: 35080 + - uid: 54826 components: - type: Transform - pos: 193.5,-169.5 + pos: 181.5,-121.5 parent: 1 - - uid: 35081 + - uid: 54827 components: - type: Transform - pos: 193.5,-170.5 + pos: 182.5,-121.5 parent: 1 - - uid: 35082 + - uid: 54828 components: - type: Transform - pos: 193.5,-171.5 + pos: 183.5,-121.5 parent: 1 - - uid: 35083 + - uid: 54829 components: - type: Transform - pos: 193.5,-172.5 + pos: 159.5,-122.5 parent: 1 - - uid: 35084 + - uid: 54830 components: - type: Transform - pos: 193.5,-173.5 + pos: 160.5,-122.5 parent: 1 - - uid: 35085 + - uid: 54831 components: - type: Transform - pos: 193.5,-174.5 + pos: 161.5,-122.5 parent: 1 - - uid: 35086 + - uid: 54832 components: - type: Transform - pos: 193.5,-175.5 + pos: 162.5,-122.5 parent: 1 - - uid: 35087 + - uid: 54833 components: - type: Transform - pos: 193.5,-176.5 + pos: 163.5,-122.5 parent: 1 - - uid: 35088 + - uid: 54834 components: - type: Transform - pos: 193.5,-177.5 + pos: 164.5,-122.5 parent: 1 - - uid: 35089 + - uid: 54835 components: - type: Transform - pos: 193.5,-178.5 + pos: 165.5,-122.5 parent: 1 - - uid: 35090 + - uid: 54836 components: - type: Transform - pos: 193.5,-179.5 + pos: 166.5,-122.5 parent: 1 - - uid: 35091 + - uid: 54837 components: - type: Transform - pos: 193.5,-180.5 + pos: 167.5,-122.5 parent: 1 - - uid: 35092 + - uid: 54838 components: - type: Transform - pos: 193.5,-181.5 + pos: 168.5,-122.5 parent: 1 - - uid: 35093 + - uid: 54839 components: - type: Transform - pos: 193.5,-182.5 + pos: 169.5,-122.5 parent: 1 - - uid: 35094 + - uid: 54840 components: - type: Transform - pos: 193.5,-183.5 + pos: 170.5,-122.5 parent: 1 - - uid: 35095 + - uid: 54841 components: - type: Transform - pos: 193.5,-184.5 + pos: 171.5,-122.5 parent: 1 - - uid: 35096 + - uid: 54842 components: - type: Transform - pos: 193.5,-185.5 + pos: 172.5,-122.5 parent: 1 - - uid: 35097 + - uid: 54843 components: - type: Transform - pos: 193.5,-186.5 + pos: 173.5,-122.5 parent: 1 - - uid: 35098 + - uid: 54844 components: - type: Transform - pos: 193.5,-187.5 + pos: 174.5,-122.5 parent: 1 - - uid: 35099 + - uid: 54845 components: - type: Transform - pos: 193.5,-188.5 + pos: 175.5,-122.5 parent: 1 - - uid: 35100 + - uid: 54846 components: - type: Transform - pos: 193.5,-189.5 + pos: 176.5,-122.5 parent: 1 - - uid: 35101 + - uid: 54847 components: - type: Transform - pos: 193.5,-190.5 + pos: 177.5,-122.5 parent: 1 - - uid: 35102 + - uid: 54848 components: - type: Transform - pos: 193.5,-191.5 + pos: 178.5,-122.5 parent: 1 - - uid: 35103 + - uid: 54849 components: - type: Transform - pos: 193.5,-192.5 + pos: 179.5,-122.5 parent: 1 - - uid: 35104 + - uid: 54850 components: - type: Transform - pos: 193.5,-193.5 + pos: 180.5,-122.5 parent: 1 - - uid: 35105 + - uid: 54851 components: - type: Transform - pos: 193.5,-194.5 + pos: 181.5,-122.5 parent: 1 - - uid: 35106 + - uid: 54852 components: - type: Transform - pos: 193.5,-195.5 + pos: 182.5,-122.5 parent: 1 - - uid: 35107 + - uid: 54853 components: - type: Transform - pos: 193.5,-196.5 + pos: 187.5,-117.5 parent: 1 - - uid: 35108 + - uid: 54854 components: - type: Transform - pos: 193.5,-197.5 + pos: 186.5,-116.5 parent: 1 - - uid: 35109 + - uid: 54855 components: - type: Transform - pos: 193.5,-198.5 + pos: 193.5,-161.5 parent: 1 - - uid: 35110 + - uid: 54856 components: - type: Transform - pos: 194.5,-154.5 + pos: 192.5,-158.5 parent: 1 - - uid: 35111 + - uid: 54857 components: - type: Transform - pos: 194.5,-155.5 + pos: 191.5,-151.5 parent: 1 - - uid: 35112 + - uid: 54858 components: - type: Transform - pos: 194.5,-156.5 + pos: 198.5,-126.5 parent: 1 - - uid: 35113 + - uid: 54859 components: - type: Transform - pos: 194.5,-157.5 + pos: 165.5,-123.5 parent: 1 - - uid: 35114 + - uid: 54860 components: - type: Transform - pos: 194.5,-158.5 + pos: 166.5,-123.5 parent: 1 - - uid: 35115 + - uid: 54861 components: - type: Transform - pos: 194.5,-159.5 + pos: 167.5,-123.5 parent: 1 - - uid: 35116 + - uid: 54862 components: - type: Transform - pos: 194.5,-160.5 + pos: 168.5,-123.5 parent: 1 - - uid: 35117 + - uid: 54863 components: - type: Transform - pos: 194.5,-161.5 + pos: 169.5,-123.5 parent: 1 - - uid: 35118 + - uid: 54864 components: - type: Transform - pos: 194.5,-162.5 + pos: 170.5,-123.5 parent: 1 - - uid: 35119 + - uid: 54865 components: - type: Transform - pos: 194.5,-163.5 + pos: 171.5,-123.5 parent: 1 - - uid: 35120 + - uid: 54866 components: - type: Transform - pos: 194.5,-164.5 + pos: 172.5,-123.5 parent: 1 - - uid: 35121 + - uid: 54867 components: - type: Transform - pos: 194.5,-165.5 + pos: 173.5,-123.5 parent: 1 - - uid: 35122 + - uid: 54868 components: - type: Transform - pos: 194.5,-166.5 + pos: 174.5,-123.5 parent: 1 - - uid: 35123 + - uid: 54869 components: - type: Transform - pos: 194.5,-167.5 + pos: 175.5,-123.5 parent: 1 - - uid: 35124 + - uid: 54870 components: - type: Transform - pos: 194.5,-168.5 + pos: 176.5,-123.5 parent: 1 - - uid: 35125 + - uid: 54871 components: - type: Transform - pos: 194.5,-169.5 + pos: 177.5,-123.5 parent: 1 - - uid: 35126 + - uid: 54872 components: - type: Transform - pos: 194.5,-170.5 + pos: 178.5,-123.5 parent: 1 - - uid: 35127 + - uid: 54873 components: - type: Transform - pos: 194.5,-171.5 + pos: 179.5,-123.5 parent: 1 - - uid: 35128 + - uid: 54874 components: - type: Transform - pos: 194.5,-172.5 + pos: 180.5,-123.5 parent: 1 - - uid: 35129 + - uid: 54875 components: - type: Transform - pos: 194.5,-173.5 + pos: 181.5,-123.5 parent: 1 - - uid: 35130 + - uid: 54876 components: - type: Transform - pos: 194.5,-174.5 + pos: 187.5,-116.5 parent: 1 - - uid: 35131 + - uid: 54877 components: - type: Transform - pos: 194.5,-175.5 + pos: 163.5,-124.5 parent: 1 - - uid: 35132 + - uid: 54878 components: - type: Transform - pos: 194.5,-176.5 + pos: 164.5,-124.5 parent: 1 - - uid: 35133 + - uid: 54879 components: - type: Transform - pos: 194.5,-177.5 + pos: 165.5,-124.5 parent: 1 - - uid: 35134 + - uid: 54880 components: - type: Transform - pos: 194.5,-178.5 + pos: 166.5,-124.5 parent: 1 - - uid: 35135 + - uid: 54881 components: - type: Transform - pos: 194.5,-179.5 + pos: 167.5,-124.5 parent: 1 - - uid: 35136 + - uid: 54882 components: - type: Transform - pos: 194.5,-180.5 + pos: 168.5,-124.5 parent: 1 - - uid: 35137 + - uid: 54883 components: - type: Transform - pos: 194.5,-181.5 + pos: 169.5,-124.5 parent: 1 - - uid: 35138 + - uid: 54884 components: - type: Transform - pos: 194.5,-182.5 + pos: 170.5,-124.5 parent: 1 - - uid: 35139 + - uid: 54885 components: - type: Transform - pos: 194.5,-183.5 + pos: 171.5,-124.5 parent: 1 - - uid: 35140 + - uid: 54886 components: - type: Transform - pos: 194.5,-184.5 + pos: 172.5,-124.5 parent: 1 - - uid: 35141 + - uid: 54887 components: - type: Transform - pos: 194.5,-185.5 + pos: 173.5,-124.5 parent: 1 - - uid: 35142 + - uid: 54888 components: - type: Transform - pos: 194.5,-186.5 + pos: 174.5,-124.5 parent: 1 - - uid: 35143 + - uid: 54889 components: - type: Transform - pos: 194.5,-187.5 + pos: 175.5,-124.5 parent: 1 - - uid: 35144 + - uid: 54890 components: - type: Transform - pos: 194.5,-188.5 + pos: 176.5,-124.5 parent: 1 - - uid: 35145 + - uid: 54891 components: - type: Transform - pos: 194.5,-189.5 + pos: 177.5,-124.5 parent: 1 - - uid: 35146 + - uid: 54892 components: - type: Transform - pos: 194.5,-190.5 + pos: 178.5,-124.5 parent: 1 - - uid: 35147 + - uid: 54893 components: - type: Transform - pos: 194.5,-191.5 + pos: 179.5,-124.5 parent: 1 - - uid: 35148 + - uid: 54894 components: - type: Transform - pos: 194.5,-192.5 + pos: 180.5,-124.5 parent: 1 - - uid: 35149 + - uid: 54895 components: - type: Transform - pos: 194.5,-193.5 + pos: 181.5,-124.5 parent: 1 - - uid: 35150 + - uid: 54896 components: - type: Transform - pos: 194.5,-194.5 + pos: 182.5,-124.5 parent: 1 - - uid: 35151 + - uid: 54897 components: - type: Transform - pos: 194.5,-195.5 + pos: 187.5,-124.5 parent: 1 - - uid: 35152 + - uid: 54898 components: - type: Transform - pos: 194.5,-196.5 + pos: 193.5,-154.5 parent: 1 - - uid: 35153 + - uid: 54899 components: - type: Transform - pos: 194.5,-197.5 + pos: 192.5,-184.5 parent: 1 - - uid: 35154 + - uid: 54900 components: - type: Transform - pos: 194.5,-198.5 + pos: 192.5,-183.5 parent: 1 - - uid: 35155 + - uid: 54901 components: - type: Transform - pos: 195.5,-154.5 + pos: 192.5,-157.5 parent: 1 - - uid: 35156 + - uid: 54902 components: - type: Transform - pos: 195.5,-155.5 + pos: 167.5,-125.5 parent: 1 - - uid: 35157 + - uid: 54903 components: - type: Transform - pos: 195.5,-156.5 + pos: 168.5,-125.5 parent: 1 - - uid: 35158 + - uid: 54904 components: - type: Transform - pos: 195.5,-157.5 + pos: 169.5,-125.5 parent: 1 - - uid: 35159 + - uid: 54905 components: - type: Transform - pos: 195.5,-158.5 + pos: 170.5,-125.5 parent: 1 - - uid: 35160 + - uid: 54906 components: - type: Transform - pos: 195.5,-159.5 + pos: 171.5,-125.5 parent: 1 - - uid: 35161 + - uid: 54907 components: - type: Transform - pos: 195.5,-160.5 + pos: 172.5,-125.5 parent: 1 - - uid: 35162 + - uid: 54908 components: - type: Transform - pos: 195.5,-161.5 + pos: 173.5,-125.5 parent: 1 - - uid: 35163 + - uid: 54909 components: - type: Transform - pos: 195.5,-162.5 + pos: 174.5,-125.5 parent: 1 - - uid: 35164 + - uid: 54910 components: - type: Transform - pos: 195.5,-163.5 + pos: 175.5,-125.5 parent: 1 - - uid: 35165 + - uid: 54911 components: - type: Transform - pos: 195.5,-164.5 + pos: 176.5,-125.5 parent: 1 - - uid: 35166 + - uid: 54912 components: - type: Transform - pos: 195.5,-165.5 + pos: 177.5,-125.5 parent: 1 - - uid: 35167 + - uid: 54913 components: - type: Transform - pos: 195.5,-166.5 + pos: 178.5,-125.5 parent: 1 - - uid: 35168 + - uid: 54914 components: - type: Transform - pos: 195.5,-167.5 + pos: 179.5,-125.5 parent: 1 - - uid: 35169 + - uid: 54915 components: - type: Transform - pos: 195.5,-168.5 + pos: 180.5,-125.5 parent: 1 - - uid: 35170 + - uid: 54916 components: - type: Transform - pos: 195.5,-169.5 + pos: 181.5,-125.5 parent: 1 - - uid: 35171 + - uid: 54917 components: - type: Transform - pos: 195.5,-170.5 + pos: 182.5,-125.5 parent: 1 - - uid: 35172 + - uid: 54918 components: - type: Transform - pos: 195.5,-171.5 + pos: 190.5,-117.5 parent: 1 - - uid: 35173 + - uid: 54919 components: - type: Transform - pos: 195.5,-172.5 + pos: 190.5,-118.5 parent: 1 - - uid: 35174 + - uid: 54920 components: - type: Transform - pos: 195.5,-173.5 + pos: 190.5,-119.5 parent: 1 - - uid: 35175 + - uid: 54921 components: - type: Transform - pos: 195.5,-174.5 + pos: 187.5,-125.5 parent: 1 - - uid: 35176 + - uid: 54922 components: - type: Transform - pos: 195.5,-175.5 + pos: 188.5,-125.5 parent: 1 - - uid: 35177 + - uid: 54923 components: - type: Transform - pos: 195.5,-176.5 + pos: 190.5,-125.5 parent: 1 - - uid: 35178 + - uid: 54924 components: - type: Transform - pos: 195.5,-177.5 + pos: 191.5,-125.5 parent: 1 - - uid: 35179 + - uid: 54925 components: - type: Transform - pos: 195.5,-178.5 + pos: 192.5,-125.5 parent: 1 - - uid: 35180 + - uid: 54926 components: - type: Transform - pos: 195.5,-179.5 + pos: 193.5,-125.5 parent: 1 - - uid: 35181 + - uid: 54927 components: - type: Transform - pos: 195.5,-180.5 + pos: 194.5,-125.5 parent: 1 - - uid: 35182 + - uid: 54928 components: - type: Transform - pos: 195.5,-181.5 + pos: 195.5,-125.5 parent: 1 - - uid: 35183 + - uid: 54929 components: - type: Transform - pos: 195.5,-182.5 + pos: 196.5,-125.5 parent: 1 - - uid: 35184 + - uid: 54930 components: - type: Transform - pos: 195.5,-183.5 + pos: 197.5,-125.5 parent: 1 - - uid: 35185 + - uid: 54931 components: - type: Transform - pos: 195.5,-184.5 + pos: 198.5,-125.5 parent: 1 - - uid: 35186 + - uid: 54932 components: - type: Transform - pos: 195.5,-185.5 + pos: 190.5,-124.5 parent: 1 - - uid: 35187 + - uid: 54933 components: - type: Transform - pos: 195.5,-186.5 + pos: 191.5,-124.5 parent: 1 - - uid: 35188 + - uid: 54934 components: - type: Transform - pos: 195.5,-187.5 + pos: 192.5,-124.5 parent: 1 - - uid: 35189 + - uid: 54935 components: - type: Transform - pos: 195.5,-188.5 + pos: 193.5,-124.5 parent: 1 - - uid: 35190 + - uid: 54936 components: - type: Transform - pos: 195.5,-189.5 + pos: 194.5,-124.5 parent: 1 - - uid: 35191 + - uid: 54937 components: - type: Transform - pos: 195.5,-190.5 + pos: 195.5,-124.5 parent: 1 - - uid: 35192 + - uid: 54938 components: - type: Transform - pos: 195.5,-191.5 + pos: 196.5,-124.5 parent: 1 - - uid: 35193 + - uid: 54939 components: - type: Transform - pos: 195.5,-192.5 + pos: 197.5,-124.5 parent: 1 - - uid: 35194 + - uid: 54940 components: - type: Transform - pos: 195.5,-193.5 + pos: 198.5,-124.5 parent: 1 - - uid: 35195 + - uid: 54941 components: - type: Transform - pos: 195.5,-194.5 + pos: 190.5,-123.5 parent: 1 - - uid: 35196 + - uid: 54942 components: - type: Transform - pos: 195.5,-195.5 + pos: 190.5,-122.5 parent: 1 - - uid: 35197 + - uid: 54943 components: - type: Transform - pos: 195.5,-196.5 + pos: 191.5,-123.5 parent: 1 - - uid: 35198 + - uid: 54944 components: - type: Transform - pos: 195.5,-197.5 + pos: 191.5,-122.5 parent: 1 - - uid: 35199 + - uid: 54945 components: - type: Transform - pos: 195.5,-198.5 + pos: 192.5,-123.5 parent: 1 - - uid: 35200 + - uid: 54946 components: - type: Transform - pos: 196.5,-154.5 + pos: 192.5,-122.5 parent: 1 - - uid: 35201 + - uid: 54947 components: - type: Transform - pos: 196.5,-155.5 + pos: 193.5,-123.5 parent: 1 - - uid: 35202 + - uid: 54948 components: - type: Transform - pos: 196.5,-156.5 + pos: 193.5,-122.5 parent: 1 - - uid: 35203 + - uid: 54949 components: - type: Transform - pos: 196.5,-157.5 + pos: 194.5,-123.5 parent: 1 - - uid: 35204 + - uid: 54950 components: - type: Transform - pos: 196.5,-158.5 + pos: 194.5,-122.5 parent: 1 - - uid: 35205 + - uid: 54951 components: - type: Transform - pos: 196.5,-159.5 + pos: 195.5,-123.5 parent: 1 - - uid: 35206 + - uid: 54952 components: - type: Transform - pos: 196.5,-160.5 + pos: 195.5,-122.5 parent: 1 - - uid: 35207 + - uid: 54953 components: - type: Transform - pos: 196.5,-161.5 + pos: 196.5,-123.5 parent: 1 - - uid: 35208 + - uid: 54954 components: - type: Transform - pos: 196.5,-162.5 + pos: 196.5,-122.5 parent: 1 - - uid: 35209 + - uid: 54955 components: - type: Transform - pos: 196.5,-163.5 + pos: 197.5,-123.5 parent: 1 - - uid: 35210 + - uid: 54956 components: - type: Transform - pos: 196.5,-164.5 + pos: 197.5,-122.5 parent: 1 - - uid: 35211 + - uid: 54957 components: - type: Transform - pos: 196.5,-165.5 + pos: 198.5,-123.5 parent: 1 - - uid: 35212 + - uid: 54958 components: - type: Transform - pos: 196.5,-166.5 + pos: 198.5,-122.5 parent: 1 - - uid: 35213 + - uid: 54959 components: - type: Transform - pos: 196.5,-167.5 + pos: 198.5,-121.5 parent: 1 - - uid: 35214 + - uid: 54960 components: - type: Transform - pos: 196.5,-168.5 + pos: 197.5,-121.5 parent: 1 - - uid: 35215 + - uid: 54961 components: - type: Transform - pos: 196.5,-169.5 + pos: 196.5,-121.5 parent: 1 - - uid: 35216 + - uid: 54962 components: - type: Transform - pos: 196.5,-170.5 + pos: 195.5,-121.5 parent: 1 - - uid: 35217 + - uid: 54963 components: - type: Transform - pos: 196.5,-171.5 + pos: 194.5,-121.5 parent: 1 - - uid: 35218 + - uid: 54964 components: - type: Transform - pos: 196.5,-172.5 + pos: 193.5,-121.5 parent: 1 - - uid: 35219 + - uid: 54965 components: - type: Transform - pos: 196.5,-173.5 + pos: 192.5,-121.5 parent: 1 - - uid: 35220 + - uid: 54966 components: - type: Transform - pos: 196.5,-174.5 + pos: 194.5,-11.5 parent: 1 - - uid: 35221 + - uid: 54967 components: - type: Transform - pos: 196.5,-175.5 + pos: 198.5,-9.5 parent: 1 - - uid: 35222 + - uid: 54968 components: - type: Transform - pos: 196.5,-176.5 + pos: 197.5,-126.5 parent: 1 - - uid: 35223 + - uid: 54969 components: - type: Transform - pos: 196.5,-177.5 + pos: 196.5,-126.5 parent: 1 - - uid: 35224 + - uid: 54970 components: - type: Transform - pos: 196.5,-178.5 + pos: 195.5,-126.5 parent: 1 - - uid: 35225 + - uid: 54971 components: - type: Transform - pos: 196.5,-179.5 + pos: 194.5,-126.5 parent: 1 - - uid: 35226 + - uid: 54972 components: - type: Transform - pos: 196.5,-180.5 + pos: 193.5,-126.5 parent: 1 - - uid: 35227 + - uid: 54973 components: - type: Transform - pos: 196.5,-181.5 + pos: 192.5,-126.5 parent: 1 - - uid: 35228 + - uid: 54974 components: - type: Transform - pos: 196.5,-182.5 + pos: 191.5,-126.5 parent: 1 - - uid: 35229 + - uid: 54975 components: - type: Transform - pos: 196.5,-183.5 + pos: 187.5,-126.5 parent: 1 - - uid: 35230 + - uid: 54976 components: - type: Transform - pos: 196.5,-184.5 + pos: 179.5,-126.5 parent: 1 - - uid: 35231 + - uid: 54977 components: - type: Transform - pos: 196.5,-185.5 + pos: 178.5,-126.5 parent: 1 - - uid: 35232 + - uid: 54978 components: - type: Transform - pos: 196.5,-186.5 + pos: 177.5,-126.5 parent: 1 - - uid: 35233 + - uid: 54979 components: - type: Transform - pos: 196.5,-187.5 + pos: 176.5,-126.5 parent: 1 - - uid: 35234 + - uid: 54980 components: - type: Transform - pos: 196.5,-188.5 + pos: 175.5,-126.5 parent: 1 - - uid: 35235 + - uid: 54981 components: - type: Transform - pos: 196.5,-189.5 + pos: 174.5,-126.5 parent: 1 - - uid: 35236 + - uid: 54982 components: - type: Transform - pos: 196.5,-190.5 + pos: 173.5,-126.5 parent: 1 - - uid: 35237 + - uid: 54983 components: - type: Transform - pos: 196.5,-191.5 + pos: 172.5,-126.5 parent: 1 - - uid: 35238 + - uid: 54984 components: - type: Transform - pos: 196.5,-192.5 + pos: 171.5,-126.5 parent: 1 - - uid: 35239 + - uid: 54985 components: - type: Transform - pos: 196.5,-193.5 + pos: 170.5,-126.5 parent: 1 - - uid: 35240 + - uid: 54986 components: - type: Transform - pos: 196.5,-194.5 + pos: 169.5,-126.5 parent: 1 - - uid: 35241 + - uid: 54987 components: - type: Transform - pos: 196.5,-195.5 + pos: 168.5,-126.5 parent: 1 - - uid: 35242 + - uid: 54988 components: - type: Transform - pos: 196.5,-196.5 + pos: 174.5,-127.5 parent: 1 - - uid: 35243 + - uid: 54989 components: - type: Transform - pos: 196.5,-197.5 + pos: 175.5,-127.5 parent: 1 - - uid: 35244 + - uid: 54990 components: - type: Transform - pos: 196.5,-198.5 + pos: 176.5,-127.5 parent: 1 - - uid: 35245 + - uid: 54991 components: - type: Transform - pos: 197.5,-154.5 + pos: 177.5,-127.5 parent: 1 - - uid: 35246 + - uid: 54992 components: - type: Transform - pos: 197.5,-155.5 + pos: 178.5,-127.5 parent: 1 - - uid: 35247 + - uid: 54993 components: - type: Transform - pos: 197.5,-156.5 + pos: 179.5,-127.5 parent: 1 - - uid: 35248 + - uid: 54994 components: - type: Transform - pos: 197.5,-157.5 + pos: 189.5,-127.5 parent: 1 - - uid: 35249 + - uid: 54995 components: - type: Transform - pos: 197.5,-158.5 + pos: 190.5,-127.5 parent: 1 - - uid: 35250 + - uid: 54996 components: - type: Transform - pos: 197.5,-159.5 + pos: 191.5,-127.5 parent: 1 - - uid: 35251 + - uid: 54997 components: - type: Transform - pos: 197.5,-160.5 + pos: 192.5,-127.5 parent: 1 - - uid: 35252 + - uid: 54998 components: - type: Transform - pos: 197.5,-161.5 + pos: 193.5,-127.5 parent: 1 - - uid: 35253 + - uid: 54999 components: - type: Transform - pos: 197.5,-162.5 + pos: 194.5,-127.5 parent: 1 - - uid: 35254 + - uid: 55000 components: - type: Transform - pos: 197.5,-163.5 + pos: 195.5,-127.5 parent: 1 - - uid: 35255 + - uid: 55001 components: - type: Transform - pos: 197.5,-164.5 + pos: 196.5,-127.5 parent: 1 - - uid: 35256 + - uid: 55002 components: - type: Transform - pos: 197.5,-165.5 + pos: 197.5,-127.5 parent: 1 - - uid: 35257 + - uid: 55003 components: - type: Transform - pos: 197.5,-166.5 + pos: 198.5,-127.5 parent: 1 - - uid: 35258 + - uid: 55004 components: - type: Transform - pos: 197.5,-167.5 + pos: 176.5,-128.5 parent: 1 - - uid: 35259 + - uid: 55005 components: - type: Transform - pos: 197.5,-168.5 + pos: 177.5,-128.5 parent: 1 - - uid: 35260 + - uid: 55006 components: - type: Transform - pos: 197.5,-169.5 + pos: 177.5,-129.5 parent: 1 - - uid: 35261 + - uid: 55007 components: - type: Transform - pos: 197.5,-170.5 + pos: 178.5,-128.5 parent: 1 - - uid: 35262 + - uid: 55008 components: - type: Transform - pos: 197.5,-171.5 + pos: 178.5,-129.5 parent: 1 - - uid: 35263 + - uid: 55009 components: - type: Transform - pos: 197.5,-172.5 + pos: 178.5,-130.5 parent: 1 - - uid: 35264 + - uid: 55010 components: - type: Transform - pos: 197.5,-173.5 + pos: 184.5,-129.5 parent: 1 - - uid: 35265 + - uid: 55011 components: - type: Transform - pos: 197.5,-174.5 + pos: 183.5,-129.5 parent: 1 - - uid: 35266 + - uid: 55012 components: - type: Transform - pos: 197.5,-175.5 + pos: 183.5,-124.5 parent: 1 - - uid: 35267 + - uid: 55013 components: - type: Transform - pos: 197.5,-176.5 + pos: 182.5,-131.5 parent: 1 - - uid: 35268 + - uid: 55014 components: - type: Transform - pos: 197.5,-177.5 + pos: 182.5,-132.5 parent: 1 - - uid: 35269 + - uid: 55015 components: - type: Transform - pos: 197.5,-178.5 + pos: 182.5,-129.5 parent: 1 - - uid: 35270 + - uid: 55016 components: - type: Transform - pos: 197.5,-179.5 + pos: 183.5,-125.5 parent: 1 - - uid: 35271 + - uid: 55017 components: - type: Transform - pos: 197.5,-180.5 + pos: 183.5,-131.5 parent: 1 - - uid: 35272 + - uid: 55018 components: - type: Transform - pos: 197.5,-181.5 + pos: 183.5,-132.5 parent: 1 - - uid: 35273 + - uid: 55019 components: - type: Transform - pos: 197.5,-182.5 + pos: 184.5,-130.5 parent: 1 - - uid: 35274 + - uid: 55020 components: - type: Transform - pos: 197.5,-183.5 + pos: 184.5,-131.5 parent: 1 - - uid: 35275 + - uid: 55021 components: - type: Transform - pos: 197.5,-184.5 + pos: 184.5,-132.5 parent: 1 - - uid: 35276 + - uid: 55022 components: - type: Transform - pos: 197.5,-185.5 + pos: 185.5,-128.5 parent: 1 - - uid: 35277 + - uid: 55023 components: - type: Transform - pos: 197.5,-186.5 + pos: 185.5,-129.5 parent: 1 - - uid: 35278 + - uid: 55024 components: - type: Transform - pos: 197.5,-187.5 + pos: 185.5,-130.5 parent: 1 - - uid: 35279 + - uid: 55025 components: - type: Transform - pos: 197.5,-188.5 + pos: 185.5,-131.5 parent: 1 - - uid: 35280 + - uid: 55026 components: - type: Transform - pos: 197.5,-189.5 + pos: 185.5,-132.5 parent: 1 - - uid: 35281 + - uid: 55027 components: - type: Transform - pos: 197.5,-190.5 + pos: 186.5,-128.5 parent: 1 - - uid: 35282 + - uid: 55028 components: - type: Transform - pos: 197.5,-191.5 + pos: 186.5,-129.5 parent: 1 - - uid: 35283 + - uid: 55029 components: - type: Transform - pos: 197.5,-192.5 + pos: 186.5,-130.5 parent: 1 - - uid: 35284 + - uid: 55030 components: - type: Transform - pos: 197.5,-193.5 + pos: 186.5,-131.5 parent: 1 - - uid: 35285 + - uid: 55031 components: - type: Transform - pos: 197.5,-194.5 + pos: 186.5,-132.5 parent: 1 - - uid: 35286 + - uid: 55032 components: - type: Transform - pos: 197.5,-195.5 + pos: 187.5,-128.5 parent: 1 - - uid: 35287 + - uid: 55033 components: - type: Transform - pos: 197.5,-196.5 + pos: 187.5,-129.5 parent: 1 - - uid: 35288 + - uid: 55034 components: - type: Transform - pos: 197.5,-197.5 + pos: 187.5,-130.5 parent: 1 - - uid: 35289 + - uid: 55035 components: - type: Transform - pos: 197.5,-198.5 + pos: 187.5,-131.5 parent: 1 - - uid: 35290 + - uid: 55036 components: - type: Transform - pos: 198.5,-154.5 + pos: 187.5,-132.5 parent: 1 - - uid: 35291 + - uid: 55037 components: - type: Transform - pos: 198.5,-155.5 + pos: 188.5,-128.5 parent: 1 - - uid: 35292 + - uid: 55038 components: - type: Transform - pos: 198.5,-156.5 + pos: 188.5,-129.5 parent: 1 - - uid: 35293 + - uid: 55039 components: - type: Transform - pos: 198.5,-157.5 + pos: 188.5,-130.5 parent: 1 - - uid: 35294 + - uid: 55040 components: - type: Transform - pos: 198.5,-158.5 + pos: 188.5,-131.5 parent: 1 - - uid: 35295 + - uid: 55041 components: - type: Transform - pos: 198.5,-159.5 + pos: 188.5,-132.5 parent: 1 - - uid: 35296 + - uid: 55042 components: - type: Transform - pos: 198.5,-160.5 + pos: 189.5,-128.5 parent: 1 - - uid: 35297 + - uid: 55043 components: - type: Transform - pos: 198.5,-161.5 + pos: 189.5,-129.5 parent: 1 - - uid: 35298 + - uid: 55044 components: - type: Transform - pos: 198.5,-162.5 + pos: 189.5,-130.5 parent: 1 - - uid: 35299 + - uid: 55045 components: - type: Transform - pos: 198.5,-163.5 + pos: 189.5,-131.5 parent: 1 - - uid: 35300 + - uid: 55046 components: - type: Transform - pos: 198.5,-164.5 + pos: 189.5,-132.5 parent: 1 - - uid: 35301 + - uid: 55047 components: - type: Transform - pos: 198.5,-165.5 + pos: 190.5,-128.5 parent: 1 - - uid: 35302 + - uid: 55048 components: - type: Transform - pos: 198.5,-166.5 + pos: 190.5,-129.5 parent: 1 - - uid: 35303 + - uid: 55049 components: - type: Transform - pos: 198.5,-167.5 + pos: 190.5,-130.5 parent: 1 - - uid: 35304 + - uid: 55050 components: - type: Transform - pos: 198.5,-168.5 + pos: 190.5,-131.5 parent: 1 - - uid: 35305 + - uid: 55051 components: - type: Transform - pos: 198.5,-169.5 + pos: 190.5,-132.5 parent: 1 - - uid: 35306 + - uid: 55052 components: - type: Transform - pos: 198.5,-170.5 + pos: 191.5,-128.5 parent: 1 - - uid: 35307 + - uid: 55053 components: - type: Transform - pos: 198.5,-171.5 + pos: 191.5,-129.5 parent: 1 - - uid: 35308 + - uid: 55054 components: - type: Transform - pos: 198.5,-172.5 + pos: 191.5,-130.5 parent: 1 - - uid: 35309 + - uid: 55055 components: - type: Transform - pos: 198.5,-173.5 + pos: 191.5,-131.5 parent: 1 - - uid: 35310 + - uid: 55056 components: - type: Transform - pos: 198.5,-174.5 + pos: 191.5,-132.5 parent: 1 - - uid: 35311 + - uid: 55057 components: - type: Transform - pos: 198.5,-175.5 + pos: 192.5,-128.5 parent: 1 - - uid: 35312 + - uid: 55058 components: - type: Transform - pos: 198.5,-176.5 + pos: 192.5,-129.5 parent: 1 - - uid: 35313 + - uid: 55059 components: - type: Transform - pos: 198.5,-177.5 + pos: 192.5,-130.5 parent: 1 - - uid: 35314 + - uid: 55060 components: - type: Transform - pos: 198.5,-178.5 + pos: 192.5,-131.5 parent: 1 - - uid: 35315 + - uid: 55061 components: - type: Transform - pos: 198.5,-179.5 + pos: 192.5,-132.5 parent: 1 - - uid: 35316 + - uid: 55062 components: - type: Transform - pos: 198.5,-180.5 + pos: 193.5,-128.5 parent: 1 - - uid: 35317 + - uid: 55063 components: - type: Transform - pos: 198.5,-181.5 + pos: 193.5,-129.5 parent: 1 - - uid: 35318 + - uid: 55064 components: - type: Transform - pos: 198.5,-182.5 + pos: 193.5,-130.5 parent: 1 - - uid: 35319 + - uid: 55065 components: - type: Transform - pos: 198.5,-183.5 + pos: 193.5,-131.5 parent: 1 - - uid: 35320 + - uid: 55066 components: - type: Transform - pos: 198.5,-184.5 + pos: 193.5,-132.5 parent: 1 - - uid: 35321 + - uid: 55067 components: - type: Transform - pos: 198.5,-185.5 + pos: 194.5,-128.5 parent: 1 - - uid: 35322 + - uid: 55068 components: - type: Transform - pos: 198.5,-186.5 + pos: 194.5,-129.5 parent: 1 - - uid: 35323 + - uid: 55069 components: - type: Transform - pos: 198.5,-187.5 + pos: 194.5,-130.5 parent: 1 - - uid: 35324 + - uid: 55070 components: - type: Transform - pos: 198.5,-188.5 + pos: 194.5,-131.5 parent: 1 - - uid: 35325 + - uid: 55071 components: - type: Transform - pos: 198.5,-189.5 + pos: 194.5,-132.5 parent: 1 - - uid: 35326 + - uid: 55072 components: - type: Transform - pos: 198.5,-190.5 + pos: 195.5,-128.5 parent: 1 - - uid: 35327 + - uid: 55073 components: - type: Transform - pos: 198.5,-191.5 + pos: 195.5,-129.5 parent: 1 - - uid: 35328 + - uid: 55074 components: - type: Transform - pos: 198.5,-192.5 + pos: 195.5,-130.5 parent: 1 - - uid: 35329 + - uid: 55075 components: - type: Transform - pos: 198.5,-193.5 + pos: 195.5,-131.5 parent: 1 - - uid: 35330 + - uid: 55076 components: - type: Transform - pos: 198.5,-194.5 + pos: 195.5,-132.5 parent: 1 - - uid: 35331 + - uid: 55077 components: - type: Transform - pos: 198.5,-195.5 + pos: 196.5,-128.5 parent: 1 - - uid: 35332 + - uid: 55078 components: - type: Transform - pos: 198.5,-196.5 + pos: 196.5,-129.5 parent: 1 - - uid: 35333 + - uid: 55079 components: - type: Transform - pos: 198.5,-197.5 + pos: 196.5,-130.5 parent: 1 - - uid: 35334 + - uid: 55080 components: - type: Transform - pos: 198.5,-198.5 + pos: 196.5,-131.5 parent: 1 - - uid: 35335 + - uid: 55081 components: - type: Transform - pos: 190.5,-188.5 + pos: 196.5,-132.5 parent: 1 - - uid: 35336 + - uid: 55082 components: - type: Transform - pos: 190.5,-189.5 + pos: 197.5,-128.5 parent: 1 - - uid: 35337 + - uid: 55083 components: - type: Transform - pos: 190.5,-190.5 + pos: 197.5,-129.5 parent: 1 - - uid: 35338 + - uid: 55084 components: - type: Transform - pos: 190.5,-191.5 + pos: 197.5,-130.5 parent: 1 - - uid: 35339 + - uid: 55085 components: - type: Transform - pos: 190.5,-192.5 + pos: 197.5,-131.5 parent: 1 - - uid: 35340 + - uid: 55086 components: - type: Transform - pos: 190.5,-193.5 + pos: 197.5,-132.5 parent: 1 - - uid: 35341 + - uid: 55087 components: - type: Transform - pos: 190.5,-194.5 + pos: 198.5,-128.5 parent: 1 - - uid: 35342 + - uid: 55088 components: - type: Transform - pos: 190.5,-195.5 + pos: 198.5,-129.5 parent: 1 - - uid: 35343 + - uid: 55089 components: - type: Transform - pos: 190.5,-196.5 + pos: 198.5,-130.5 parent: 1 - - uid: 35344 + - uid: 55090 components: - type: Transform - pos: 190.5,-197.5 + pos: 198.5,-131.5 parent: 1 - - uid: 35345 + - uid: 55091 components: - type: Transform - pos: 190.5,-198.5 + pos: 198.5,-132.5 parent: 1 - - uid: 35346 + - uid: 55092 components: - type: Transform - pos: 191.5,-188.5 + pos: 182.5,-133.5 parent: 1 - - uid: 35347 + - uid: 55093 components: - type: Transform - pos: 191.5,-189.5 + pos: 183.5,-133.5 parent: 1 - - uid: 35348 + - uid: 55094 components: - type: Transform - pos: 191.5,-190.5 + pos: 184.5,-133.5 parent: 1 - - uid: 35349 + - uid: 55095 components: - type: Transform - pos: 191.5,-191.5 + pos: 185.5,-133.5 parent: 1 - - uid: 35350 + - uid: 55096 components: - type: Transform - pos: 191.5,-192.5 + pos: 186.5,-133.5 parent: 1 - - uid: 35351 + - uid: 55097 components: - type: Transform - pos: 191.5,-193.5 + pos: 187.5,-133.5 parent: 1 - - uid: 35352 + - uid: 55098 components: - type: Transform - pos: 191.5,-194.5 + pos: 188.5,-133.5 parent: 1 - - uid: 35353 + - uid: 55099 components: - type: Transform - pos: 191.5,-195.5 + pos: 189.5,-133.5 parent: 1 - - uid: 35354 + - uid: 55100 components: - type: Transform - pos: 191.5,-196.5 + pos: 190.5,-133.5 parent: 1 - - uid: 35355 + - uid: 55101 components: - type: Transform - pos: 191.5,-197.5 + pos: 191.5,-133.5 parent: 1 - - uid: 35356 + - uid: 55102 components: - type: Transform - pos: 191.5,-198.5 + pos: 192.5,-133.5 parent: 1 - - uid: 35357 + - uid: 55103 components: - type: Transform - pos: 192.5,-188.5 + pos: 193.5,-133.5 parent: 1 - - uid: 35358 + - uid: 55104 components: - type: Transform - pos: 192.5,-189.5 + pos: 194.5,-133.5 parent: 1 - - uid: 35359 + - uid: 55105 components: - type: Transform - pos: 192.5,-190.5 + pos: 195.5,-133.5 parent: 1 - - uid: 35360 + - uid: 55106 components: - type: Transform - pos: 192.5,-191.5 + pos: 196.5,-133.5 parent: 1 - - uid: 35361 + - uid: 55107 components: - type: Transform - pos: 192.5,-192.5 + pos: 197.5,-133.5 parent: 1 - - uid: 35362 + - uid: 55108 components: - type: Transform - pos: 192.5,-193.5 + pos: 198.5,-133.5 parent: 1 - - uid: 35363 + - uid: 55109 components: - type: Transform - pos: 192.5,-194.5 + pos: 182.5,-134.5 parent: 1 - - uid: 35364 + - uid: 55110 components: - type: Transform - pos: 192.5,-195.5 + pos: 183.5,-134.5 parent: 1 - - uid: 35365 + - uid: 55111 components: - type: Transform - pos: 192.5,-196.5 + pos: 184.5,-134.5 parent: 1 - - uid: 35366 + - uid: 55112 components: - type: Transform - pos: 192.5,-197.5 + pos: 185.5,-134.5 parent: 1 - - uid: 35367 + - uid: 55113 components: - type: Transform - pos: 192.5,-198.5 + pos: 186.5,-134.5 parent: 1 - - uid: 35368 + - uid: 55114 components: - type: Transform - pos: 191.5,-185.5 + pos: 187.5,-134.5 parent: 1 - - uid: 35369 + - uid: 55115 components: - type: Transform - pos: 191.5,-186.5 + pos: 188.5,-134.5 parent: 1 - - uid: 35370 + - uid: 55116 components: - type: Transform - pos: 191.5,-187.5 + pos: 189.5,-134.5 parent: 1 - - uid: 35371 + - uid: 55117 components: - type: Transform - pos: 192.5,-185.5 + pos: 190.5,-134.5 parent: 1 - - uid: 35372 + - uid: 55118 components: - type: Transform - pos: 192.5,-186.5 + pos: 191.5,-134.5 parent: 1 - - uid: 35373 + - uid: 55119 components: - type: Transform - pos: 192.5,-187.5 + pos: 192.5,-134.5 parent: 1 - - uid: 35374 + - uid: 55120 components: - type: Transform - pos: 184.5,213.5 + pos: 193.5,-134.5 parent: 1 - - uid: 35375 + - uid: 55121 components: - type: Transform - pos: 192.5,-174.5 + pos: 194.5,-134.5 parent: 1 - - uid: 35376 + - uid: 55122 components: - type: Transform - pos: 192.5,-173.5 + pos: 195.5,-134.5 parent: 1 - - uid: 35377 + - uid: 55123 components: - type: Transform - pos: 192.5,-172.5 + pos: 196.5,-134.5 parent: 1 - - uid: 35378 + - uid: 55124 components: - type: Transform - pos: 192.5,-171.5 + pos: 197.5,-134.5 parent: 1 - - uid: 35379 + - uid: 55125 components: - type: Transform - pos: 192.5,-170.5 + pos: 198.5,-134.5 parent: 1 - - uid: 35380 + - uid: 55126 components: - type: Transform - pos: 192.5,-169.5 + pos: 183.5,-135.5 parent: 1 - - uid: 35381 + - uid: 55127 components: - type: Transform - pos: 192.5,-168.5 + pos: 183.5,-136.5 parent: 1 - - uid: 35382 + - uid: 55128 components: - type: Transform - pos: 192.5,-167.5 + pos: 184.5,-135.5 parent: 1 - - uid: 35383 + - uid: 55129 components: - type: Transform - pos: 192.5,-166.5 + pos: 184.5,-136.5 parent: 1 - - uid: 35384 + - uid: 55130 components: - type: Transform - pos: 192.5,-165.5 + pos: 185.5,-135.5 parent: 1 - - uid: 35385 + - uid: 55131 components: - type: Transform - pos: 192.5,-164.5 + pos: 185.5,-136.5 parent: 1 - - uid: 35386 + - uid: 55132 components: - type: Transform - pos: 192.5,-163.5 + pos: 186.5,-135.5 parent: 1 - - uid: 35387 + - uid: 55133 components: - type: Transform - pos: 192.5,-162.5 + pos: 186.5,-136.5 parent: 1 - - uid: 35388 + - uid: 55134 components: - type: Transform - pos: 192.5,-161.5 + pos: 187.5,-135.5 parent: 1 - - uid: 35389 + - uid: 55135 components: - type: Transform - pos: 192.5,-160.5 + pos: 187.5,-136.5 parent: 1 - - uid: 35390 + - uid: 55136 components: - type: Transform - pos: 192.5,-159.5 + pos: 188.5,-135.5 parent: 1 - - uid: 35391 + - uid: 55137 components: - type: Transform - pos: 191.5,-183.5 + pos: 188.5,-136.5 parent: 1 - - uid: 35392 + - uid: 55138 components: - type: Transform - pos: 191.5,-182.5 + pos: 189.5,-135.5 parent: 1 - - uid: 35393 + - uid: 55139 components: - type: Transform - pos: 191.5,-181.5 + pos: 189.5,-136.5 parent: 1 - - uid: 35394 + - uid: 55140 components: - type: Transform - pos: 191.5,-180.5 + pos: 190.5,-135.5 parent: 1 - - uid: 35395 + - uid: 55141 components: - type: Transform - pos: 191.5,-179.5 + pos: 190.5,-136.5 parent: 1 - - uid: 35396 + - uid: 55142 components: - type: Transform - pos: 191.5,-178.5 + pos: 191.5,-135.5 parent: 1 - - uid: 35397 + - uid: 55143 components: - type: Transform - pos: 191.5,-177.5 + pos: 191.5,-136.5 parent: 1 - - uid: 35398 + - uid: 55144 components: - type: Transform - pos: 191.5,-176.5 + pos: 192.5,-135.5 parent: 1 - - uid: 35399 + - uid: 55145 components: - type: Transform - pos: 191.5,-175.5 + pos: 192.5,-136.5 parent: 1 - - uid: 35400 + - uid: 55146 components: - type: Transform - pos: 191.5,-174.5 + pos: 193.5,-135.5 parent: 1 - - uid: 35401 + - uid: 55147 components: - type: Transform - pos: 191.5,-173.5 + pos: 193.5,-136.5 parent: 1 - - uid: 35402 + - uid: 55148 components: - type: Transform - pos: 191.5,-172.5 + pos: 194.5,-135.5 parent: 1 - - uid: 35403 + - uid: 55149 components: - type: Transform - pos: 191.5,-171.5 + pos: 194.5,-136.5 parent: 1 - - uid: 35404 + - uid: 55150 components: - type: Transform - pos: 191.5,-170.5 + pos: 195.5,-135.5 parent: 1 - - uid: 35405 + - uid: 55151 components: - type: Transform - pos: 191.5,-169.5 + pos: 195.5,-136.5 parent: 1 - - uid: 35406 + - uid: 55152 components: - type: Transform - pos: 191.5,-168.5 + pos: 196.5,-135.5 parent: 1 - - uid: 35407 + - uid: 55153 components: - type: Transform - pos: 191.5,-167.5 + pos: 196.5,-136.5 parent: 1 - - uid: 35408 + - uid: 55154 components: - type: Transform - pos: 191.5,-166.5 + pos: 197.5,-135.5 parent: 1 - - uid: 35409 + - uid: 55155 components: - type: Transform - pos: 191.5,-165.5 + pos: 197.5,-136.5 parent: 1 - - uid: 35410 + - uid: 55156 components: - type: Transform - pos: 191.5,-164.5 + pos: 198.5,-135.5 parent: 1 - - uid: 35411 + - uid: 55157 components: - type: Transform - pos: 191.5,-163.5 + pos: 198.5,-136.5 parent: 1 - - uid: 35412 + - uid: 55158 components: - type: Transform - pos: 191.5,-162.5 + pos: 184.5,-137.5 parent: 1 - - uid: 35413 + - uid: 55159 components: - type: Transform - pos: 191.5,-161.5 + pos: 185.5,-137.5 parent: 1 - - uid: 35414 + - uid: 55160 components: - type: Transform - pos: 191.5,-160.5 + pos: 185.5,-138.5 parent: 1 - - uid: 35415 + - uid: 55161 components: - type: Transform - pos: 191.5,-159.5 + pos: 186.5,-137.5 parent: 1 - - uid: 35416 + - uid: 55162 components: - type: Transform - pos: 219.5,-39.5 + pos: 186.5,-138.5 parent: 1 - - uid: 35417 + - uid: 55163 components: - type: Transform - pos: 198.5,-8.5 + pos: 187.5,-137.5 parent: 1 - - uid: 35418 + - uid: 55164 components: - type: Transform - pos: 194.5,-13.5 + pos: 187.5,-138.5 parent: 1 - - uid: 35419 + - uid: 55165 components: - type: Transform - pos: 219.5,-38.5 + pos: 188.5,-137.5 parent: 1 - - uid: 35420 + - uid: 55166 components: - type: Transform - pos: 194.5,-12.5 + pos: 188.5,-138.5 parent: 1 - - uid: 35421 + - uid: 55167 components: - type: Transform - pos: 194.5,-16.5 + pos: 189.5,-137.5 parent: 1 - - uid: 35422 + - uid: 55168 components: - type: Transform - pos: 194.5,-15.5 + pos: 189.5,-138.5 parent: 1 - - uid: 35423 + - uid: 55169 components: - type: Transform - pos: 194.5,-14.5 + pos: 190.5,-137.5 parent: 1 - - uid: 35424 + - uid: 55170 components: - type: Transform - pos: 194.5,-17.5 + pos: 190.5,-138.5 parent: 1 - - uid: 35425 + - uid: 55171 components: - type: Transform - pos: 197.5,-4.5 + pos: 191.5,-137.5 parent: 1 - - uid: 35426 + - uid: 55172 components: - type: Transform - pos: 197.5,-5.5 + pos: 191.5,-138.5 parent: 1 - - uid: 35427 + - uid: 55173 components: - type: Transform - pos: 197.5,-6.5 + pos: 192.5,-137.5 parent: 1 - - uid: 35428 + - uid: 55174 components: - type: Transform - pos: 197.5,-7.5 + pos: 192.5,-138.5 parent: 1 - - uid: 35429 + - uid: 55175 components: - type: Transform - pos: 197.5,-8.5 + pos: 193.5,-137.5 parent: 1 - - uid: 35430 + - uid: 55176 components: - type: Transform - pos: 197.5,-9.5 + pos: 193.5,-138.5 parent: 1 - - uid: 35431 + - uid: 55177 components: - type: Transform - pos: 196.5,-7.5 + pos: 194.5,-137.5 parent: 1 - - uid: 35432 + - uid: 55178 components: - type: Transform - pos: 196.5,-8.5 + pos: 194.5,-138.5 parent: 1 - - uid: 35433 + - uid: 55179 components: - type: Transform - pos: 196.5,-9.5 + pos: 195.5,-137.5 parent: 1 - - uid: 35434 + - uid: 55180 components: - type: Transform - pos: 195.5,-9.5 + pos: 195.5,-138.5 parent: 1 - - uid: 35435 + - uid: 55181 components: - type: Transform - pos: 189.5,-21.5 + pos: 196.5,-137.5 parent: 1 - - uid: 35436 + - uid: 55182 components: - type: Transform - pos: 194.5,-19.5 + pos: 196.5,-138.5 parent: 1 - - uid: 35437 + - uid: 55183 components: - type: Transform - pos: 194.5,-20.5 + pos: 197.5,-137.5 parent: 1 - - uid: 35438 + - uid: 55184 components: - type: Transform - pos: 194.5,-21.5 + pos: 197.5,-138.5 parent: 1 - - uid: 35439 + - uid: 55185 components: - type: Transform - pos: 194.5,-22.5 + pos: 198.5,-137.5 parent: 1 - - uid: 35440 + - uid: 55186 components: - type: Transform - pos: 194.5,-23.5 + pos: 198.5,-138.5 parent: 1 - - uid: 35441 + - uid: 55187 components: - type: Transform - pos: 194.5,-24.5 + pos: 185.5,-139.5 parent: 1 - - uid: 35442 + - uid: 55188 components: - type: Transform - pos: 194.5,-25.5 + pos: 185.5,-140.5 parent: 1 - - uid: 35443 + - uid: 55189 components: - type: Transform - pos: 194.5,-26.5 + pos: 186.5,-139.5 parent: 1 - - uid: 35444 + - uid: 55190 components: - type: Transform - pos: 194.5,-27.5 + pos: 186.5,-140.5 parent: 1 - - uid: 35445 + - uid: 55191 components: - type: Transform - pos: 194.5,-28.5 + pos: 187.5,-139.5 parent: 1 - - uid: 35446 + - uid: 55192 components: - type: Transform - pos: 194.5,-29.5 + pos: 187.5,-140.5 parent: 1 - - uid: 35447 + - uid: 55193 components: - type: Transform - pos: 194.5,-30.5 + pos: 188.5,-139.5 parent: 1 - - uid: 35448 + - uid: 55194 components: - type: Transform - pos: 194.5,-31.5 + pos: 188.5,-140.5 parent: 1 - - uid: 35449 + - uid: 55195 components: - type: Transform - pos: 194.5,-32.5 + pos: 189.5,-139.5 parent: 1 - - uid: 35450 + - uid: 55196 components: - type: Transform - pos: 194.5,-33.5 + pos: 189.5,-140.5 parent: 1 - - uid: 35451 + - uid: 55197 components: - type: Transform - pos: 194.5,-34.5 + pos: 190.5,-139.5 parent: 1 - - uid: 35452 + - uid: 55198 components: - type: Transform - pos: 194.5,-35.5 + pos: 190.5,-140.5 parent: 1 - - uid: 35453 + - uid: 55199 components: - type: Transform - pos: 195.5,-10.5 + pos: 191.5,-139.5 parent: 1 - - uid: 35454 + - uid: 55200 components: - type: Transform - pos: 195.5,-11.5 + pos: 191.5,-140.5 parent: 1 - - uid: 35455 + - uid: 55201 components: - type: Transform - pos: 195.5,-12.5 + pos: 192.5,-139.5 parent: 1 - - uid: 35456 + - uid: 55202 components: - type: Transform - pos: 195.5,-13.5 + pos: 192.5,-140.5 parent: 1 - - uid: 35457 + - uid: 55203 components: - type: Transform - pos: 195.5,-14.5 + pos: 193.5,-139.5 parent: 1 - - uid: 35458 + - uid: 55204 components: - type: Transform - pos: 195.5,-15.5 + pos: 193.5,-140.5 parent: 1 - - uid: 35459 + - uid: 55205 components: - type: Transform - pos: 195.5,-16.5 + pos: 194.5,-139.5 parent: 1 - - uid: 35460 + - uid: 55206 components: - type: Transform - pos: 195.5,-17.5 + pos: 194.5,-140.5 parent: 1 - - uid: 35461 + - uid: 55207 components: - type: Transform - pos: 195.5,-18.5 + pos: 195.5,-139.5 parent: 1 - - uid: 35462 + - uid: 55208 components: - type: Transform - pos: 195.5,-19.5 + pos: 195.5,-140.5 parent: 1 - - uid: 35463 + - uid: 55209 components: - type: Transform - pos: 195.5,-20.5 + pos: 196.5,-139.5 parent: 1 - - uid: 35464 + - uid: 55210 components: - type: Transform - pos: 195.5,-21.5 + pos: 196.5,-140.5 parent: 1 - - uid: 35465 + - uid: 55211 components: - type: Transform - pos: 195.5,-22.5 + pos: 197.5,-139.5 parent: 1 - - uid: 35466 + - uid: 55212 components: - type: Transform - pos: 195.5,-23.5 + pos: 197.5,-140.5 parent: 1 - - uid: 35467 + - uid: 55213 components: - type: Transform - pos: 195.5,-24.5 + pos: 198.5,-139.5 parent: 1 - - uid: 35468 + - uid: 55214 components: - type: Transform - pos: 195.5,-25.5 + pos: 198.5,-140.5 parent: 1 - - uid: 35469 + - uid: 55215 components: - type: Transform - pos: 195.5,-26.5 + pos: 186.5,-141.5 parent: 1 - - uid: 35470 + - uid: 55216 components: - type: Transform - pos: 195.5,-27.5 + pos: 187.5,-141.5 parent: 1 - - uid: 35471 + - uid: 55217 components: - type: Transform - pos: 195.5,-28.5 + pos: 188.5,-141.5 parent: 1 - - uid: 35472 + - uid: 55218 components: - type: Transform - pos: 195.5,-29.5 + pos: 189.5,-141.5 parent: 1 - - uid: 35473 + - uid: 55219 components: - type: Transform - pos: 195.5,-30.5 + pos: 190.5,-141.5 parent: 1 - - uid: 35474 + - uid: 55220 components: - type: Transform - pos: 195.5,-31.5 + pos: 191.5,-141.5 parent: 1 - - uid: 35475 + - uid: 55221 components: - type: Transform - pos: 195.5,-32.5 + pos: 192.5,-141.5 parent: 1 - - uid: 35476 + - uid: 55222 components: - type: Transform - pos: 195.5,-33.5 + pos: 193.5,-141.5 parent: 1 - - uid: 35477 + - uid: 55223 components: - type: Transform - pos: 195.5,-34.5 + pos: 194.5,-141.5 parent: 1 - - uid: 35478 + - uid: 55224 components: - type: Transform - pos: 195.5,-35.5 + pos: 195.5,-141.5 parent: 1 - - uid: 35479 + - uid: 55225 components: - type: Transform - pos: 196.5,-10.5 + pos: 196.5,-141.5 parent: 1 - - uid: 35480 + - uid: 55226 components: - type: Transform - pos: 196.5,-11.5 + pos: 197.5,-141.5 parent: 1 - - uid: 35481 + - uid: 55227 components: - type: Transform - pos: 196.5,-12.5 + pos: 198.5,-141.5 parent: 1 - - uid: 35482 + - uid: 55228 components: - type: Transform - pos: 196.5,-13.5 + pos: 194.5,-10.5 parent: 1 - - uid: 35483 + - uid: 55229 components: - type: Transform - pos: 196.5,-14.5 + pos: 193.5,-160.5 parent: 1 - - uid: 35484 + - uid: 55230 components: - type: Transform - pos: 196.5,-15.5 + pos: 193.5,-159.5 parent: 1 - - uid: 35485 + - uid: 55231 components: - type: Transform - pos: 196.5,-16.5 + pos: 192.5,-179.5 parent: 1 - - uid: 35486 + - uid: 55232 components: - type: Transform - pos: 196.5,-17.5 + pos: 192.5,-177.5 parent: 1 - - uid: 35487 + - uid: 55233 components: - type: Transform - pos: 196.5,-18.5 + pos: 188.5,-145.5 parent: 1 - - uid: 35488 + - uid: 55234 components: - type: Transform - pos: 196.5,-19.5 + pos: 188.5,-144.5 parent: 1 - - uid: 35489 + - uid: 55235 components: - type: Transform - pos: 196.5,-20.5 + pos: 188.5,-143.5 parent: 1 - - uid: 35490 + - uid: 55236 components: - type: Transform - pos: 196.5,-21.5 + pos: 188.5,-142.5 parent: 1 - - uid: 35491 + - uid: 55237 components: - type: Transform - pos: 196.5,-22.5 + pos: 189.5,-145.5 parent: 1 - - uid: 35492 + - uid: 55238 components: - type: Transform - pos: 196.5,-23.5 + pos: 189.5,-144.5 parent: 1 - - uid: 35493 + - uid: 55239 components: - type: Transform - pos: 196.5,-24.5 + pos: 189.5,-143.5 parent: 1 - - uid: 35494 + - uid: 55240 components: - type: Transform - pos: 196.5,-25.5 + pos: 189.5,-142.5 parent: 1 - - uid: 35495 + - uid: 55241 components: - type: Transform - pos: 196.5,-26.5 + pos: 190.5,-145.5 parent: 1 - - uid: 35496 + - uid: 55242 components: - type: Transform - pos: 196.5,-27.5 + pos: 190.5,-144.5 parent: 1 - - uid: 35497 + - uid: 55243 components: - type: Transform - pos: 196.5,-28.5 + pos: 190.5,-143.5 parent: 1 - - uid: 35498 + - uid: 55244 components: - type: Transform - pos: 196.5,-29.5 + pos: 190.5,-142.5 parent: 1 - - uid: 35499 + - uid: 55245 components: - type: Transform - pos: 196.5,-30.5 + pos: 191.5,-145.5 parent: 1 - - uid: 35500 + - uid: 55246 components: - type: Transform - pos: 196.5,-31.5 + pos: 191.5,-144.5 parent: 1 - - uid: 35501 + - uid: 55247 components: - type: Transform - pos: 196.5,-32.5 + pos: 191.5,-143.5 parent: 1 - - uid: 35502 + - uid: 55248 components: - type: Transform - pos: 196.5,-33.5 + pos: 191.5,-142.5 parent: 1 - - uid: 35503 + - uid: 55249 components: - type: Transform - pos: 196.5,-34.5 + pos: 192.5,-145.5 parent: 1 - - uid: 35504 + - uid: 55250 components: - type: Transform - pos: 196.5,-35.5 + pos: 192.5,-144.5 parent: 1 - - uid: 35505 + - uid: 55251 components: - type: Transform - pos: 197.5,-10.5 + pos: 192.5,-143.5 parent: 1 - - uid: 35506 + - uid: 55252 components: - type: Transform - pos: 197.5,-11.5 + pos: 192.5,-142.5 parent: 1 - - uid: 35507 + - uid: 55253 components: - type: Transform - pos: 197.5,-12.5 + pos: 193.5,-145.5 parent: 1 - - uid: 35508 + - uid: 55254 components: - type: Transform - pos: 197.5,-13.5 + pos: 193.5,-144.5 parent: 1 - - uid: 35509 + - uid: 55255 components: - type: Transform - pos: 197.5,-14.5 + pos: 193.5,-143.5 parent: 1 - - uid: 35510 + - uid: 55256 components: - type: Transform - pos: 197.5,-15.5 + pos: 193.5,-142.5 parent: 1 - - uid: 35511 + - uid: 55257 components: - type: Transform - pos: 197.5,-16.5 + pos: 194.5,-145.5 parent: 1 - - uid: 35512 + - uid: 55258 components: - type: Transform - pos: 197.5,-17.5 + pos: 194.5,-144.5 parent: 1 - - uid: 35513 + - uid: 55259 components: - type: Transform - pos: 197.5,-18.5 + pos: 194.5,-143.5 parent: 1 - - uid: 35514 + - uid: 55260 components: - type: Transform - pos: 197.5,-19.5 + pos: 194.5,-142.5 parent: 1 - - uid: 35515 + - uid: 55261 components: - type: Transform - pos: 197.5,-20.5 + pos: 195.5,-145.5 parent: 1 - - uid: 35516 + - uid: 55262 components: - type: Transform - pos: 197.5,-21.5 + pos: 195.5,-144.5 parent: 1 - - uid: 35517 + - uid: 55263 components: - type: Transform - pos: 197.5,-22.5 + pos: 195.5,-143.5 parent: 1 - - uid: 35518 + - uid: 55264 components: - type: Transform - pos: 197.5,-23.5 + pos: 195.5,-142.5 parent: 1 - - uid: 35519 + - uid: 55265 components: - type: Transform - pos: 197.5,-24.5 + pos: 196.5,-145.5 parent: 1 - - uid: 35520 + - uid: 55266 components: - type: Transform - pos: 197.5,-25.5 + pos: 196.5,-144.5 parent: 1 - - uid: 35521 + - uid: 55267 components: - type: Transform - pos: 197.5,-26.5 + pos: 196.5,-143.5 parent: 1 - - uid: 35522 + - uid: 55268 components: - type: Transform - pos: 197.5,-27.5 + pos: 196.5,-142.5 parent: 1 - - uid: 35523 + - uid: 55269 components: - type: Transform - pos: 197.5,-28.5 + pos: 197.5,-145.5 parent: 1 - - uid: 35524 + - uid: 55270 components: - type: Transform - pos: 197.5,-29.5 + pos: 197.5,-144.5 parent: 1 - - uid: 35525 + - uid: 55271 components: - type: Transform - pos: 197.5,-30.5 + pos: 197.5,-143.5 parent: 1 - - uid: 35526 + - uid: 55272 components: - type: Transform - pos: 197.5,-31.5 + pos: 197.5,-142.5 parent: 1 - - uid: 35527 + - uid: 55273 components: - type: Transform - pos: 197.5,-32.5 + pos: 198.5,-145.5 parent: 1 - - uid: 35528 + - uid: 55274 components: - type: Transform - pos: 197.5,-33.5 + pos: 198.5,-144.5 parent: 1 - - uid: 35529 + - uid: 55275 components: - type: Transform - pos: 197.5,-34.5 + pos: 198.5,-143.5 parent: 1 - - uid: 35530 + - uid: 55276 components: - type: Transform - pos: 197.5,-35.5 + pos: 198.5,-142.5 parent: 1 - - uid: 35531 + - uid: 55277 components: - type: Transform - pos: 198.5,-10.5 + pos: 188.5,-147.5 parent: 1 - - uid: 35532 + - uid: 55278 components: - type: Transform - pos: 198.5,-11.5 + pos: 188.5,-146.5 parent: 1 - - uid: 35533 + - uid: 55279 components: - type: Transform - pos: 198.5,-12.5 + pos: 189.5,-147.5 parent: 1 - - uid: 35534 + - uid: 55280 components: - type: Transform - pos: 198.5,-13.5 + pos: 189.5,-146.5 parent: 1 - - uid: 35535 + - uid: 55281 components: - type: Transform - pos: 198.5,-14.5 + pos: 190.5,-147.5 parent: 1 - - uid: 35536 + - uid: 55282 components: - type: Transform - pos: 198.5,-15.5 + pos: 190.5,-146.5 parent: 1 - - uid: 35537 + - uid: 55283 components: - type: Transform - pos: 198.5,-16.5 + pos: 191.5,-147.5 parent: 1 - - uid: 35538 + - uid: 55284 components: - type: Transform - pos: 198.5,-17.5 + pos: 191.5,-146.5 parent: 1 - - uid: 35539 + - uid: 55285 components: - type: Transform - pos: 198.5,-18.5 + pos: 192.5,-147.5 parent: 1 - - uid: 35540 + - uid: 55286 components: - type: Transform - pos: 198.5,-19.5 + pos: 192.5,-146.5 parent: 1 - - uid: 35541 + - uid: 55287 components: - type: Transform - pos: 198.5,-20.5 + pos: 193.5,-147.5 parent: 1 - - uid: 35542 + - uid: 55288 components: - type: Transform - pos: 198.5,-21.5 + pos: 193.5,-146.5 parent: 1 - - uid: 35543 + - uid: 55289 components: - type: Transform - pos: 198.5,-22.5 + pos: 194.5,-147.5 parent: 1 - - uid: 35544 + - uid: 55290 components: - type: Transform - pos: 198.5,-23.5 + pos: 194.5,-146.5 parent: 1 - - uid: 35545 + - uid: 55291 components: - type: Transform - pos: 198.5,-24.5 + pos: 195.5,-147.5 parent: 1 - - uid: 35546 + - uid: 55292 components: - type: Transform - pos: 198.5,-25.5 + pos: 195.5,-146.5 parent: 1 - - uid: 35547 + - uid: 55293 components: - type: Transform - pos: 198.5,-26.5 + pos: 196.5,-147.5 parent: 1 - - uid: 35548 + - uid: 55294 components: - type: Transform - pos: 198.5,-27.5 + pos: 196.5,-146.5 parent: 1 - - uid: 35549 + - uid: 55295 components: - type: Transform - pos: 198.5,-28.5 + pos: 197.5,-147.5 parent: 1 - - uid: 35550 + - uid: 55296 components: - type: Transform - pos: 198.5,-29.5 + pos: 197.5,-146.5 parent: 1 - - uid: 35551 + - uid: 55297 components: - type: Transform - pos: 198.5,-30.5 + pos: 198.5,-147.5 parent: 1 - - uid: 35552 + - uid: 55298 components: - type: Transform - pos: 198.5,-31.5 + pos: 198.5,-146.5 parent: 1 - - uid: 35553 + - uid: 55299 components: - type: Transform - pos: 198.5,-32.5 + pos: 189.5,-148.5 parent: 1 - - uid: 35554 + - uid: 55300 components: - type: Transform - pos: 198.5,-33.5 + pos: 190.5,-149.5 parent: 1 - - uid: 35555 + - uid: 55301 components: - type: Transform - pos: 198.5,-34.5 + pos: 190.5,-148.5 parent: 1 - - uid: 35556 + - uid: 55302 components: - type: Transform - pos: 198.5,-35.5 + pos: 191.5,-149.5 parent: 1 - - uid: 35557 + - uid: 55303 components: - type: Transform - pos: 189.5,-20.5 + pos: 191.5,-148.5 parent: 1 - - uid: 35558 + - uid: 55304 components: - type: Transform - pos: 195.5,-38.5 + pos: 192.5,-149.5 parent: 1 - - uid: 35559 + - uid: 55305 components: - type: Transform - pos: 195.5,-39.5 + pos: 192.5,-148.5 parent: 1 - - uid: 35560 + - uid: 55306 components: - type: Transform - pos: 195.5,-40.5 + pos: 193.5,-149.5 parent: 1 - - uid: 35561 + - uid: 55307 components: - type: Transform - pos: 195.5,-41.5 + pos: 193.5,-148.5 parent: 1 - - uid: 35562 + - uid: 55308 components: - type: Transform - pos: 195.5,-42.5 + pos: 194.5,-149.5 parent: 1 - - uid: 35563 + - uid: 55309 components: - type: Transform - pos: 195.5,-43.5 + pos: 194.5,-148.5 parent: 1 - - uid: 35564 + - uid: 55310 components: - type: Transform - pos: 196.5,-36.5 + pos: 195.5,-149.5 parent: 1 - - uid: 35565 + - uid: 55311 components: - type: Transform - pos: 196.5,-37.5 + pos: 195.5,-148.5 parent: 1 - - uid: 35566 + - uid: 55312 components: - type: Transform - pos: 196.5,-38.5 + pos: 196.5,-149.5 parent: 1 - - uid: 35567 + - uid: 55313 components: - type: Transform - pos: 196.5,-39.5 + pos: 196.5,-148.5 parent: 1 - - uid: 35568 + - uid: 55314 components: - type: Transform - pos: 196.5,-40.5 + pos: 197.5,-149.5 parent: 1 - - uid: 35569 + - uid: 55315 components: - type: Transform - pos: 196.5,-41.5 + pos: 197.5,-148.5 parent: 1 - - uid: 35570 + - uid: 55316 components: - type: Transform - pos: 196.5,-42.5 + pos: 198.5,-149.5 parent: 1 - - uid: 35571 + - uid: 55317 components: - type: Transform - pos: 196.5,-43.5 + pos: 198.5,-148.5 parent: 1 - - uid: 35572 + - uid: 55318 components: - type: Transform - pos: 197.5,-36.5 + pos: 198.5,-5.5 parent: 1 - - uid: 35573 + - uid: 55319 components: - type: Transform - pos: 197.5,-37.5 + pos: 191.5,-150.5 parent: 1 - - uid: 35574 + - uid: 55320 components: - type: Transform - pos: 197.5,-38.5 + pos: 192.5,-151.5 parent: 1 - - uid: 35575 + - uid: 55321 components: - type: Transform - pos: 197.5,-39.5 + pos: 192.5,-150.5 parent: 1 - - uid: 35576 + - uid: 55322 components: - type: Transform - pos: 197.5,-40.5 + pos: 193.5,-151.5 parent: 1 - - uid: 35577 + - uid: 55323 components: - type: Transform - pos: 197.5,-41.5 + pos: 193.5,-150.5 parent: 1 - - uid: 35578 + - uid: 55324 components: - type: Transform - pos: 197.5,-42.5 + pos: 194.5,-151.5 parent: 1 - - uid: 35579 + - uid: 55325 components: - type: Transform - pos: 197.5,-43.5 + pos: 194.5,-150.5 parent: 1 - - uid: 35580 + - uid: 55326 components: - type: Transform - pos: 198.5,-36.5 + pos: 195.5,-151.5 parent: 1 - - uid: 35581 + - uid: 55327 components: - type: Transform - pos: 198.5,-37.5 + pos: 195.5,-150.5 parent: 1 - - uid: 35582 + - uid: 55328 components: - type: Transform - pos: 198.5,-38.5 + pos: 196.5,-151.5 parent: 1 - - uid: 35583 + - uid: 55329 components: - type: Transform - pos: 198.5,-39.5 + pos: 196.5,-150.5 parent: 1 - - uid: 35584 + - uid: 55330 components: - type: Transform - pos: 198.5,-40.5 + pos: 197.5,-151.5 parent: 1 - - uid: 35585 + - uid: 55331 components: - type: Transform - pos: 198.5,-41.5 + pos: 197.5,-150.5 parent: 1 - - uid: 35586 + - uid: 55332 components: - type: Transform - pos: 198.5,-42.5 + pos: 198.5,-151.5 parent: 1 - - uid: 35587 + - uid: 55333 components: - type: Transform - pos: 198.5,-43.5 + pos: 198.5,-150.5 parent: 1 - - uid: 35588 + - uid: 55334 components: - type: Transform - pos: 196.5,-44.5 + pos: 192.5,-153.5 parent: 1 - - uid: 35589 + - uid: 55335 components: - type: Transform - pos: 196.5,-45.5 + pos: 192.5,-152.5 parent: 1 - - uid: 35590 + - uid: 55336 components: - type: Transform - pos: 197.5,-44.5 + pos: 193.5,-153.5 parent: 1 - - uid: 35591 + - uid: 55337 components: - type: Transform - pos: 197.5,-45.5 + pos: 193.5,-152.5 parent: 1 - - uid: 35592 + - uid: 55338 components: - type: Transform - pos: 198.5,-44.5 + pos: 194.5,-153.5 parent: 1 - - uid: 35593 + - uid: 55339 components: - type: Transform - pos: 198.5,-45.5 + pos: 194.5,-152.5 parent: 1 - - uid: 35594 + - uid: 55340 components: - type: Transform - pos: 199.5,-44.5 + pos: 195.5,-153.5 parent: 1 - - uid: 35595 + - uid: 55341 components: - type: Transform - pos: 199.5,-45.5 + pos: 195.5,-152.5 parent: 1 - - uid: 35596 + - uid: 55342 components: - type: Transform - pos: 199.5,-43.5 + pos: 196.5,-153.5 parent: 1 - - uid: 35597 + - uid: 55343 components: - type: Transform - pos: 199.5,-42.5 + pos: 196.5,-152.5 parent: 1 - - uid: 35598 + - uid: 55344 components: - type: Transform - pos: 199.5,-41.5 + pos: 197.5,-153.5 parent: 1 - - uid: 35599 + - uid: 55345 components: - type: Transform - pos: 199.5,-40.5 + pos: 197.5,-152.5 parent: 1 - - uid: 35600 + - uid: 55346 components: - type: Transform - pos: 200.5,-44.5 + pos: 198.5,-153.5 parent: 1 - - uid: 35601 + - uid: 55347 components: - type: Transform - pos: 200.5,-43.5 + pos: 198.5,-152.5 parent: 1 - - uid: 35602 + - uid: 55348 components: - type: Transform - pos: 200.5,-42.5 + pos: 189.5,-22.5 parent: 1 - - uid: 35603 + - uid: 55349 components: - type: Transform - pos: 200.5,-41.5 + pos: 189.5,-23.5 parent: 1 - - uid: 35604 + - uid: 55350 components: - type: Transform - pos: 200.5,-40.5 + pos: 192.5,-175.5 parent: 1 - - uid: 35605 + - uid: 55351 components: - type: Transform - pos: 200.5,-39.5 + pos: 193.5,-163.5 parent: 1 - - uid: 35606 + - uid: 55352 components: - type: Transform - pos: 200.5,-38.5 + pos: 193.5,-164.5 parent: 1 - - uid: 35607 + - uid: 55353 components: - type: Transform - pos: 200.5,-37.5 + pos: 193.5,-165.5 parent: 1 - - uid: 35608 + - uid: 55354 components: - type: Transform - pos: 200.5,-36.5 + pos: 193.5,-166.5 parent: 1 - - uid: 35609 + - uid: 55355 components: - type: Transform - pos: 200.5,-35.5 + pos: 193.5,-167.5 parent: 1 - - uid: 35610 + - uid: 55356 components: - type: Transform - pos: 200.5,-34.5 + pos: 193.5,-168.5 parent: 1 - - uid: 35611 + - uid: 55357 components: - type: Transform - pos: 200.5,-33.5 + pos: 193.5,-169.5 parent: 1 - - uid: 35612 + - uid: 55358 components: - type: Transform - pos: 200.5,-32.5 + pos: 193.5,-170.5 parent: 1 - - uid: 35613 + - uid: 55359 components: - type: Transform - pos: 200.5,-31.5 + pos: 193.5,-171.5 parent: 1 - - uid: 35614 + - uid: 55360 components: - type: Transform - pos: 201.5,-42.5 + pos: 193.5,-172.5 parent: 1 - - uid: 35615 + - uid: 55361 components: - type: Transform - pos: 201.5,-41.5 + pos: 193.5,-173.5 parent: 1 - - uid: 35616 + - uid: 55362 components: - type: Transform - pos: 201.5,-40.5 + pos: 193.5,-174.5 parent: 1 - - uid: 35617 + - uid: 55363 components: - type: Transform - pos: 201.5,-39.5 + pos: 193.5,-175.5 parent: 1 - - uid: 35618 + - uid: 55364 components: - type: Transform - pos: 201.5,-38.5 + pos: 193.5,-176.5 parent: 1 - - uid: 35619 + - uid: 55365 components: - type: Transform - pos: 201.5,-37.5 + pos: 193.5,-177.5 parent: 1 - - uid: 35620 + - uid: 55366 components: - type: Transform - pos: 201.5,-36.5 + pos: 193.5,-178.5 parent: 1 - - uid: 35621 + - uid: 55367 components: - type: Transform - pos: 201.5,-35.5 + pos: 193.5,-179.5 parent: 1 - - uid: 35626 + - uid: 55368 components: - type: Transform - pos: 202.5,-38.5 + pos: 193.5,-180.5 parent: 1 - - uid: 35627 + - uid: 55369 components: - type: Transform - pos: 202.5,-37.5 + pos: 193.5,-181.5 parent: 1 - - uid: 35628 + - uid: 55370 components: - type: Transform - pos: 202.5,-36.5 + pos: 193.5,-182.5 parent: 1 - - uid: 35629 + - uid: 55371 components: - type: Transform - pos: 202.5,-35.5 + pos: 193.5,-183.5 parent: 1 - - uid: 35632 + - uid: 55372 components: - type: Transform - pos: 215.5,-31.5 + pos: 193.5,-184.5 parent: 1 - - uid: 35633 + - uid: 55373 components: - type: Transform - pos: 216.5,-31.5 + pos: 193.5,-185.5 parent: 1 - - uid: 35634 + - uid: 55374 components: - type: Transform - pos: 217.5,-31.5 + pos: 193.5,-186.5 parent: 1 - - uid: 35635 + - uid: 55375 components: - type: Transform - pos: 218.5,-31.5 + pos: 193.5,-187.5 parent: 1 - - uid: 35636 + - uid: 55376 components: - type: Transform - pos: 219.5,-31.5 + pos: 193.5,-188.5 parent: 1 - - uid: 35637 + - uid: 55377 components: - type: Transform - pos: 219.5,-32.5 + pos: 193.5,-189.5 parent: 1 - - uid: 35638 + - uid: 55378 components: - type: Transform - pos: 218.5,-32.5 + pos: 193.5,-190.5 parent: 1 - - uid: 35639 + - uid: 55379 components: - type: Transform - pos: 217.5,-32.5 + pos: 193.5,-191.5 parent: 1 - - uid: 35640 + - uid: 55380 components: - type: Transform - pos: 216.5,-32.5 + pos: 193.5,-192.5 parent: 1 - - uid: 35641 + - uid: 55381 components: - type: Transform - pos: 215.5,-32.5 + pos: 193.5,-193.5 parent: 1 - - uid: 35642 + - uid: 55382 components: - type: Transform - pos: 217.5,-33.5 + pos: 193.5,-194.5 parent: 1 - - uid: 35643 + - uid: 55383 components: - type: Transform - pos: 218.5,-33.5 + pos: 193.5,-195.5 parent: 1 - - uid: 35644 + - uid: 55384 components: - type: Transform - pos: 219.5,-33.5 + pos: 193.5,-196.5 parent: 1 - - uid: 35645 + - uid: 55385 components: - type: Transform - pos: 216.5,-33.5 + pos: 193.5,-197.5 parent: 1 - - uid: 35646 + - uid: 55386 components: - type: Transform - pos: 217.5,-34.5 + pos: 193.5,-198.5 parent: 1 - - uid: 35647 + - uid: 55387 components: - type: Transform - pos: 218.5,-34.5 + pos: 194.5,-154.5 parent: 1 - - uid: 35648 + - uid: 55388 components: - type: Transform - pos: 219.5,-34.5 + pos: 194.5,-155.5 parent: 1 - - uid: 35649 + - uid: 55389 components: - type: Transform - pos: 218.5,-35.5 + pos: 194.5,-156.5 parent: 1 - - uid: 35650 + - uid: 55390 components: - type: Transform - pos: 218.5,-36.5 + pos: 194.5,-157.5 parent: 1 - - uid: 35651 + - uid: 55391 components: - type: Transform - pos: 218.5,-37.5 + pos: 194.5,-158.5 parent: 1 - - uid: 35652 + - uid: 55392 components: - type: Transform - pos: 219.5,-35.5 + pos: 194.5,-159.5 parent: 1 - - uid: 35653 + - uid: 55393 components: - type: Transform - pos: 219.5,-36.5 + pos: 194.5,-160.5 parent: 1 - - uid: 35654 + - uid: 55394 components: - type: Transform - pos: 219.5,-37.5 + pos: 194.5,-161.5 parent: 1 - - uid: 35655 + - uid: 55395 components: - type: Transform - pos: 219.5,-40.5 + pos: 194.5,-162.5 parent: 1 - - uid: 35656 + - uid: 55396 components: - type: Transform - pos: 219.5,-41.5 + pos: 194.5,-163.5 parent: 1 - - uid: 35657 + - uid: 55397 components: - type: Transform - pos: 219.5,-42.5 + pos: 194.5,-164.5 parent: 1 - - uid: 35658 + - uid: 55398 components: - type: Transform - pos: 219.5,-43.5 + pos: 194.5,-165.5 parent: 1 - - uid: 35659 + - uid: 55399 components: - type: Transform - pos: 219.5,-44.5 + pos: 194.5,-166.5 parent: 1 - - uid: 35660 + - uid: 55400 components: - type: Transform - pos: 219.5,-45.5 + pos: 194.5,-167.5 parent: 1 - - uid: 35661 + - uid: 55401 components: - type: Transform - pos: 219.5,-46.5 + pos: 194.5,-168.5 parent: 1 - - uid: 35662 + - uid: 55402 components: - type: Transform - pos: 219.5,-47.5 + pos: 194.5,-169.5 parent: 1 - - uid: 35663 + - uid: 55403 components: - type: Transform - pos: 219.5,-48.5 + pos: 194.5,-170.5 parent: 1 - - uid: 35664 + - uid: 55404 components: - type: Transform - pos: 219.5,-49.5 + pos: 194.5,-171.5 parent: 1 - - uid: 35665 + - uid: 55405 components: - type: Transform - pos: 219.5,-50.5 + pos: 194.5,-172.5 parent: 1 - - uid: 35666 + - uid: 55406 components: - type: Transform - pos: 219.5,-51.5 + pos: 194.5,-173.5 parent: 1 - - uid: 35667 + - uid: 55407 components: - type: Transform - pos: 219.5,-52.5 + pos: 194.5,-174.5 parent: 1 - - uid: 35668 + - uid: 55408 components: - type: Transform - pos: 219.5,-53.5 + pos: 194.5,-175.5 parent: 1 - - uid: 35669 + - uid: 55409 components: - type: Transform - pos: 218.5,-50.5 + pos: 194.5,-176.5 parent: 1 - - uid: 35670 + - uid: 55410 components: - type: Transform - pos: 218.5,-51.5 + pos: 194.5,-177.5 parent: 1 - - uid: 35671 + - uid: 55411 components: - type: Transform - pos: 218.5,-52.5 + pos: 194.5,-178.5 parent: 1 - - uid: 35672 + - uid: 55412 components: - type: Transform - pos: 218.5,-53.5 + pos: 194.5,-179.5 parent: 1 - - uid: 35673 + - uid: 55413 components: - type: Transform - pos: 217.5,-51.5 + pos: 194.5,-180.5 parent: 1 - - uid: 35674 + - uid: 55414 components: - type: Transform - pos: 217.5,-52.5 + pos: 194.5,-181.5 parent: 1 - - uid: 35675 + - uid: 55415 components: - type: Transform - pos: 217.5,-53.5 + pos: 194.5,-182.5 parent: 1 - - uid: 35676 + - uid: 55416 components: - type: Transform - pos: 216.5,-51.5 + pos: 194.5,-183.5 parent: 1 - - uid: 35677 + - uid: 55417 components: - type: Transform - pos: 216.5,-52.5 + pos: 194.5,-184.5 parent: 1 - - uid: 35678 + - uid: 55418 components: - type: Transform - pos: 216.5,-53.5 + pos: 194.5,-185.5 parent: 1 - - uid: 35679 + - uid: 55419 components: - type: Transform - pos: 215.5,-51.5 + pos: 194.5,-186.5 parent: 1 - - uid: 35680 + - uid: 55420 components: - type: Transform - pos: 215.5,-52.5 + pos: 194.5,-187.5 parent: 1 - - uid: 35681 + - uid: 55421 components: - type: Transform - pos: 215.5,-53.5 + pos: 194.5,-188.5 parent: 1 - - uid: 35682 + - uid: 55422 components: - type: Transform - pos: 214.5,-52.5 + pos: 194.5,-189.5 parent: 1 - - uid: 35683 + - uid: 55423 components: - type: Transform - pos: 214.5,-53.5 + pos: 194.5,-190.5 parent: 1 - - uid: 35684 + - uid: 55424 components: - type: Transform - pos: 213.5,-52.5 + pos: 194.5,-191.5 parent: 1 - - uid: 35685 + - uid: 55425 components: - type: Transform - pos: 213.5,-53.5 + pos: 194.5,-192.5 parent: 1 - - uid: 35686 + - uid: 55426 components: - type: Transform - pos: 212.5,-52.5 + pos: 194.5,-193.5 parent: 1 - - uid: 35687 + - uid: 55427 components: - type: Transform - pos: 212.5,-53.5 + pos: 194.5,-194.5 parent: 1 - - uid: 35688 + - uid: 55428 components: - type: Transform - pos: 211.5,-53.5 + pos: 194.5,-195.5 parent: 1 - - uid: 35689 + - uid: 55429 components: - type: Transform - pos: 210.5,-53.5 + pos: 194.5,-196.5 parent: 1 - - uid: 35690 + - uid: 55430 components: - type: Transform - pos: 209.5,-53.5 + pos: 194.5,-197.5 parent: 1 - - uid: 35691 + - uid: 55431 components: - type: Transform - pos: 208.5,-53.5 + pos: 194.5,-198.5 parent: 1 - - uid: 35692 + - uid: 55432 components: - type: Transform - pos: 207.5,-53.5 + pos: 195.5,-154.5 parent: 1 - - uid: 35693 + - uid: 55433 components: - type: Transform - pos: 206.5,-53.5 + pos: 195.5,-155.5 parent: 1 - - uid: 35694 + - uid: 55434 components: - type: Transform - pos: 205.5,-53.5 + pos: 195.5,-156.5 parent: 1 - - uid: 35695 + - uid: 55435 components: - type: Transform - pos: 204.5,-53.5 + pos: 195.5,-157.5 parent: 1 - - uid: 35696 + - uid: 55436 components: - type: Transform - pos: 203.5,-53.5 + pos: 195.5,-158.5 parent: 1 - - uid: 35697 + - uid: 55437 components: - type: Transform - pos: 202.5,-53.5 + pos: 195.5,-159.5 parent: 1 - - uid: 35698 + - uid: 55438 components: - type: Transform - pos: 201.5,-53.5 + pos: 195.5,-160.5 parent: 1 - - uid: 35699 + - uid: 55439 components: - type: Transform - pos: 200.5,-53.5 + pos: 195.5,-161.5 parent: 1 - - uid: 35700 + - uid: 55440 components: - type: Transform - pos: 199.5,-53.5 + pos: 195.5,-162.5 parent: 1 - - uid: 35701 + - uid: 55441 components: - type: Transform - pos: 199.5,-52.5 + pos: 195.5,-163.5 parent: 1 - - uid: 35702 + - uid: 55442 components: - type: Transform - pos: 200.5,-52.5 + pos: 195.5,-164.5 parent: 1 - - uid: 35703 + - uid: 55443 components: - type: Transform - pos: 201.5,-52.5 + pos: 195.5,-165.5 parent: 1 - - uid: 35704 + - uid: 55444 components: - type: Transform - pos: 202.5,-52.5 + pos: 195.5,-166.5 parent: 1 - - uid: 35705 + - uid: 55445 components: - type: Transform - pos: 203.5,-52.5 + pos: 195.5,-167.5 parent: 1 - - uid: 35706 + - uid: 55446 components: - type: Transform - pos: 204.5,-52.5 + pos: 195.5,-168.5 parent: 1 - - uid: 35707 + - uid: 55447 components: - type: Transform - pos: 205.5,-52.5 + pos: 195.5,-169.5 parent: 1 - - uid: 35708 + - uid: 55448 components: - type: Transform - pos: 206.5,-52.5 + pos: 195.5,-170.5 parent: 1 - - uid: 35709 + - uid: 55449 components: - type: Transform - pos: 200.5,-51.5 + pos: 195.5,-171.5 parent: 1 - - uid: 35710 + - uid: 55450 components: - type: Transform - pos: 201.5,-51.5 + pos: 195.5,-172.5 parent: 1 - - uid: 35711 + - uid: 55451 components: - type: Transform - pos: 199.5,-51.5 + pos: 195.5,-173.5 parent: 1 - - uid: 35712 + - uid: 55452 components: - type: Transform - pos: 199.5,-50.5 + pos: 195.5,-174.5 parent: 1 - - uid: 35713 + - uid: 55453 components: - type: Transform - pos: 199.5,-49.5 + pos: 195.5,-175.5 parent: 1 - - uid: 35714 + - uid: 55454 components: - type: Transform - pos: 200.5,-50.5 + pos: 195.5,-176.5 parent: 1 - - uid: 35715 + - uid: 55455 components: - type: Transform - pos: 189.5,-24.5 + pos: 195.5,-177.5 parent: 1 - - uid: 35716 + - uid: 55456 components: - type: Transform - pos: 189.5,-25.5 + pos: 195.5,-178.5 parent: 1 - - uid: 35717 + - uid: 55457 components: - type: Transform - pos: 189.5,-26.5 + pos: 195.5,-179.5 parent: 1 - - uid: 35718 + - uid: 55458 components: - type: Transform - pos: 189.5,-27.5 + pos: 195.5,-180.5 parent: 1 - - uid: 35719 + - uid: 55459 components: - type: Transform - pos: 190.5,-20.5 + pos: 195.5,-181.5 parent: 1 - - uid: 35720 + - uid: 55460 components: - type: Transform - pos: 190.5,-21.5 + pos: 195.5,-182.5 parent: 1 - - uid: 35721 + - uid: 55461 components: - type: Transform - pos: 190.5,-22.5 + pos: 195.5,-183.5 parent: 1 - - uid: 35722 + - uid: 55462 components: - type: Transform - pos: 190.5,-23.5 + pos: 195.5,-184.5 parent: 1 - - uid: 35723 + - uid: 55463 components: - type: Transform - pos: 190.5,-24.5 + pos: 195.5,-185.5 parent: 1 - - uid: 35724 + - uid: 55464 components: - type: Transform - pos: 190.5,-25.5 + pos: 195.5,-186.5 parent: 1 - - uid: 35725 + - uid: 55465 components: - type: Transform - pos: 190.5,-26.5 + pos: 195.5,-187.5 parent: 1 - - uid: 35726 + - uid: 55466 components: - type: Transform - pos: 190.5,-27.5 + pos: 195.5,-188.5 parent: 1 - - uid: 35727 + - uid: 55467 components: - type: Transform - pos: 191.5,-20.5 + pos: 195.5,-189.5 parent: 1 - - uid: 35728 + - uid: 55468 components: - type: Transform - pos: 191.5,-21.5 + pos: 195.5,-190.5 parent: 1 - - uid: 35729 + - uid: 55469 components: - type: Transform - pos: 191.5,-22.5 + pos: 195.5,-191.5 parent: 1 - - uid: 35730 + - uid: 55470 components: - type: Transform - pos: 191.5,-23.5 + pos: 195.5,-192.5 parent: 1 - - uid: 35731 + - uid: 55471 components: - type: Transform - pos: 191.5,-24.5 + pos: 195.5,-193.5 parent: 1 - - uid: 35732 + - uid: 55472 components: - type: Transform - pos: 191.5,-25.5 + pos: 195.5,-194.5 parent: 1 - - uid: 35733 + - uid: 55473 components: - type: Transform - pos: 191.5,-26.5 + pos: 195.5,-195.5 parent: 1 - - uid: 35734 + - uid: 55474 components: - type: Transform - pos: 191.5,-27.5 + pos: 195.5,-196.5 parent: 1 - - uid: 35735 + - uid: 55475 components: - type: Transform - pos: 192.5,-20.5 + pos: 195.5,-197.5 parent: 1 - - uid: 35736 + - uid: 55476 components: - type: Transform - pos: 192.5,-21.5 + pos: 195.5,-198.5 parent: 1 - - uid: 35737 + - uid: 55477 components: - type: Transform - pos: 192.5,-22.5 + pos: 196.5,-154.5 parent: 1 - - uid: 35738 + - uid: 55478 components: - type: Transform - pos: 192.5,-23.5 + pos: 196.5,-155.5 parent: 1 - - uid: 35739 + - uid: 55479 components: - type: Transform - pos: 192.5,-24.5 + pos: 196.5,-156.5 parent: 1 - - uid: 35740 + - uid: 55480 components: - type: Transform - pos: 192.5,-25.5 + pos: 196.5,-157.5 parent: 1 - - uid: 35741 + - uid: 55481 components: - type: Transform - pos: 192.5,-26.5 + pos: 196.5,-158.5 parent: 1 - - uid: 35742 + - uid: 55482 components: - type: Transform - pos: 192.5,-27.5 + pos: 196.5,-159.5 parent: 1 - - uid: 35743 + - uid: 55483 components: - type: Transform - pos: 193.5,-20.5 + pos: 196.5,-160.5 parent: 1 - - uid: 35744 + - uid: 55484 components: - type: Transform - pos: 193.5,-21.5 + pos: 196.5,-161.5 parent: 1 - - uid: 35745 + - uid: 55485 components: - type: Transform - pos: 193.5,-22.5 + pos: 196.5,-162.5 parent: 1 - - uid: 35746 + - uid: 55486 components: - type: Transform - pos: 193.5,-23.5 + pos: 196.5,-163.5 parent: 1 - - uid: 35747 + - uid: 55487 components: - type: Transform - pos: 193.5,-24.5 + pos: 196.5,-164.5 parent: 1 - - uid: 35748 + - uid: 55488 components: - type: Transform - pos: 193.5,-25.5 + pos: 196.5,-165.5 parent: 1 - - uid: 35749 + - uid: 55489 components: - type: Transform - pos: 193.5,-26.5 + pos: 196.5,-166.5 parent: 1 - - uid: 35750 + - uid: 55490 components: - type: Transform - pos: 193.5,-27.5 + pos: 196.5,-167.5 parent: 1 - - uid: 35751 + - uid: 55491 components: - type: Transform - pos: 190.5,-28.5 + pos: 196.5,-168.5 parent: 1 - - uid: 35752 + - uid: 55492 components: - type: Transform - pos: 191.5,-28.5 + pos: 196.5,-169.5 parent: 1 - - uid: 35753 + - uid: 55493 components: - type: Transform - pos: 192.5,-28.5 + pos: 196.5,-170.5 parent: 1 - - uid: 35754 + - uid: 55494 components: - type: Transform - pos: 193.5,-28.5 + pos: 196.5,-171.5 parent: 1 - - uid: 35755 + - uid: 55495 components: - type: Transform - pos: 192.5,-29.5 + pos: 196.5,-172.5 parent: 1 - - uid: 35756 + - uid: 55496 components: - type: Transform - pos: 192.5,-30.5 + pos: 196.5,-173.5 parent: 1 - - uid: 35757 + - uid: 55497 components: - type: Transform - pos: 193.5,-29.5 + pos: 196.5,-174.5 parent: 1 - - uid: 35758 + - uid: 55498 components: - type: Transform - pos: 193.5,-30.5 + pos: 196.5,-175.5 parent: 1 - - uid: 35759 + - uid: 55499 components: - type: Transform - pos: 193.5,-31.5 + pos: 196.5,-176.5 parent: 1 - - uid: 35760 + - uid: 55500 components: - type: Transform - pos: 193.5,-32.5 + pos: 196.5,-177.5 parent: 1 - - uid: 35761 + - uid: 55501 components: - type: Transform - pos: 193.5,-33.5 + pos: 196.5,-178.5 parent: 1 - - uid: 35762 + - uid: 55502 components: - type: Transform - pos: 190.5,-19.5 + pos: 196.5,-179.5 parent: 1 - - uid: 35763 + - uid: 55503 components: - type: Transform - pos: 191.5,-17.5 + pos: 196.5,-180.5 parent: 1 - - uid: 35764 + - uid: 55504 components: - type: Transform - pos: 191.5,-18.5 + pos: 196.5,-181.5 parent: 1 - - uid: 35765 + - uid: 55505 components: - type: Transform - pos: 191.5,-19.5 + pos: 196.5,-182.5 parent: 1 - - uid: 35766 + - uid: 55506 components: - type: Transform - pos: 192.5,-17.5 + pos: 196.5,-183.5 parent: 1 - - uid: 35767 + - uid: 55507 components: - type: Transform - pos: 192.5,-18.5 + pos: 196.5,-184.5 parent: 1 - - uid: 35768 + - uid: 55508 components: - type: Transform - pos: 192.5,-19.5 + pos: 196.5,-185.5 parent: 1 - - uid: 35769 + - uid: 55509 components: - type: Transform - pos: 193.5,-17.5 + pos: 196.5,-186.5 parent: 1 - - uid: 35770 + - uid: 55510 components: - type: Transform - pos: 193.5,-18.5 + pos: 196.5,-187.5 parent: 1 - - uid: 35771 + - uid: 55511 components: - type: Transform - pos: 193.5,-19.5 + pos: 196.5,-188.5 parent: 1 - - uid: 35772 + - uid: 55512 components: - type: Transform - pos: 191.5,-16.5 + pos: 196.5,-189.5 parent: 1 - - uid: 35773 + - uid: 55513 components: - type: Transform - pos: 192.5,-16.5 + pos: 196.5,-190.5 parent: 1 - - uid: 35774 + - uid: 55514 components: - type: Transform - pos: 193.5,-16.5 + pos: 196.5,-191.5 parent: 1 - - uid: 35775 + - uid: 55515 components: - type: Transform - pos: 193.5,-13.5 + pos: 196.5,-192.5 parent: 1 - - uid: 35776 + - uid: 55516 components: - type: Transform - pos: 193.5,-14.5 + pos: 196.5,-193.5 parent: 1 - - uid: 35777 + - uid: 55517 components: - type: Transform - pos: 192.5,-14.5 + pos: 196.5,-194.5 parent: 1 - - uid: 35778 + - uid: 55518 components: - type: Transform - pos: 192.5,-15.5 + pos: 196.5,-195.5 parent: 1 - - uid: 35779 + - uid: 55519 components: - type: Transform - pos: 193.5,-15.5 + pos: 196.5,-196.5 parent: 1 - - uid: 35780 + - uid: 55520 components: - type: Transform - pos: 179.5,-128.5 + pos: 196.5,-197.5 parent: 1 - - uid: 35781 + - uid: 55521 components: - type: Transform - pos: 203.5,205.5 + pos: 196.5,-198.5 parent: 1 - - uid: 35782 + - uid: 55522 components: - type: Transform - pos: 181.5,-132.5 + pos: 197.5,-154.5 parent: 1 - - uid: 35783 + - uid: 55523 components: - type: Transform - pos: 192.5,119.5 + pos: 197.5,-155.5 parent: 1 - - uid: 35784 + - uid: 55524 components: - type: Transform - pos: 180.5,-127.5 + pos: 197.5,-156.5 parent: 1 - - uid: 35785 + - uid: 55525 components: - type: Transform - pos: 184.5,-124.5 + pos: 197.5,-157.5 parent: 1 - - uid: 35786 + - uid: 55526 components: - type: Transform - pos: 184.5,-123.5 + pos: 197.5,-158.5 parent: 1 - - uid: 35787 + - uid: 55527 components: - type: Transform - pos: 181.5,-130.5 + pos: 197.5,-159.5 parent: 1 - - uid: 35788 + - uid: 55528 components: - type: Transform - pos: 180.5,-126.5 + pos: 197.5,-160.5 parent: 1 - - uid: 35789 + - uid: 55529 components: - type: Transform - pos: 181.5,-126.5 + pos: 197.5,-161.5 parent: 1 - - uid: 35790 + - uid: 55530 components: - type: Transform - pos: 186.5,-126.5 + pos: 197.5,-162.5 parent: 1 - - uid: 35791 + - uid: 55531 components: - type: Transform - pos: 186.5,-127.5 + pos: 197.5,-163.5 parent: 1 - - uid: 35792 + - uid: 55532 components: - type: Transform - pos: 184.5,-128.5 + pos: 197.5,-164.5 parent: 1 - - uid: 35793 + - uid: 55533 components: - type: Transform - pos: 182.5,-126.5 + pos: 197.5,-165.5 parent: 1 - - uid: 35794 + - uid: 55534 components: - type: Transform - pos: 185.5,-127.5 + pos: 197.5,-166.5 parent: 1 - - uid: 35795 + - uid: 55535 components: - type: Transform - pos: 26.5,199.5 + pos: 197.5,-167.5 parent: 1 - - uid: 35796 + - uid: 55536 components: - type: Transform - pos: 35.5,60.5 + pos: 197.5,-168.5 parent: 1 - - uid: 35797 + - uid: 55537 components: - type: Transform - pos: 34.5,58.5 + pos: 197.5,-169.5 parent: 1 - - uid: 35798 + - uid: 55538 components: - type: Transform - pos: 34.5,56.5 + pos: 197.5,-170.5 parent: 1 - - uid: 35799 + - uid: 55539 components: - type: Transform - pos: 34.5,57.5 + pos: 197.5,-171.5 parent: 1 - - uid: 35800 + - uid: 55540 components: - type: Transform - pos: 35.5,59.5 + pos: 197.5,-172.5 parent: 1 - - uid: 35801 + - uid: 55541 components: - type: Transform - pos: 36.5,58.5 + pos: 197.5,-173.5 parent: 1 - - uid: 35802 + - uid: 55542 components: - type: Transform - pos: 182.5,-130.5 + pos: 197.5,-174.5 parent: 1 - - uid: 35803 + - uid: 55543 components: - type: Transform - pos: 35.5,58.5 + pos: 197.5,-175.5 parent: 1 - - uid: 35804 + - uid: 55544 components: - type: Transform - pos: 36.5,57.5 + pos: 197.5,-176.5 parent: 1 - - uid: 35805 + - uid: 55545 components: - type: Transform - pos: 41.5,36.5 + pos: 197.5,-177.5 parent: 1 - - uid: 35806 + - uid: 55546 components: - type: Transform - pos: 47.5,36.5 + pos: 197.5,-178.5 parent: 1 - - uid: 35807 + - uid: 55547 components: - type: Transform - pos: 47.5,35.5 + pos: 197.5,-179.5 parent: 1 - - uid: 35808 + - uid: 55548 components: - type: Transform - pos: -4.5,29.5 + pos: 197.5,-180.5 parent: 1 - - uid: 35809 + - uid: 55549 components: - type: Transform - pos: 34.5,35.5 + pos: 197.5,-181.5 parent: 1 - - uid: 35810 + - uid: 55550 components: - type: Transform - pos: -4.5,42.5 + pos: 197.5,-182.5 parent: 1 - - uid: 35811 + - uid: 55551 components: - type: Transform - pos: 43.5,36.5 + pos: 197.5,-183.5 parent: 1 - - uid: 35812 + - uid: 55552 components: - type: Transform - pos: 35.5,35.5 + pos: 197.5,-184.5 parent: 1 - - uid: 35813 + - uid: 55553 components: - type: Transform - pos: 33.5,34.5 + pos: 197.5,-185.5 parent: 1 - - uid: 35814 + - uid: 55554 components: - type: Transform - pos: -5.5,47.5 + pos: 197.5,-186.5 parent: 1 - - uid: 35815 + - uid: 55555 components: - type: Transform - pos: 31.5,35.5 + pos: 197.5,-187.5 parent: 1 - - uid: 35816 + - uid: 55556 components: - type: Transform - pos: 31.5,36.5 + pos: 197.5,-188.5 parent: 1 - - uid: 35817 + - uid: 55557 components: - type: Transform - pos: 35.5,34.5 + pos: 197.5,-189.5 parent: 1 - - uid: 35818 + - uid: 55558 components: - type: Transform - pos: 46.5,36.5 + pos: 197.5,-190.5 parent: 1 - - uid: 35819 + - uid: 55559 components: - type: Transform - pos: 42.5,36.5 + pos: 197.5,-191.5 parent: 1 - - uid: 35820 + - uid: 55560 components: - type: Transform - pos: 36.5,36.5 + pos: 197.5,-192.5 parent: 1 - - uid: 35821 + - uid: 55561 components: - type: Transform - pos: 34.5,34.5 + pos: 197.5,-193.5 parent: 1 - - uid: 35822 + - uid: 55562 components: - type: Transform - pos: 1.5,31.5 + pos: 197.5,-194.5 parent: 1 - - uid: 35823 + - uid: 55563 components: - type: Transform - pos: 32.5,36.5 + pos: 197.5,-195.5 parent: 1 - - uid: 35824 + - uid: 55564 components: - type: Transform - pos: 32.5,35.5 + pos: 197.5,-196.5 parent: 1 - - uid: 35825 + - uid: 55565 components: - type: Transform - pos: 2.5,31.5 + pos: 197.5,-197.5 parent: 1 - - uid: 35826 + - uid: 55566 components: - type: Transform - pos: 44.5,36.5 + pos: 197.5,-198.5 parent: 1 - - uid: 35827 + - uid: 55567 components: - type: Transform - pos: 46.5,35.5 + pos: 198.5,-154.5 parent: 1 - - uid: 35828 + - uid: 55568 components: - type: Transform - pos: 34.5,36.5 + pos: 198.5,-155.5 parent: 1 - - uid: 35829 + - uid: 55569 components: - type: Transform - pos: -16.5,28.5 + pos: 198.5,-156.5 parent: 1 - - uid: 35830 + - uid: 55570 components: - type: Transform - pos: 38.5,36.5 + pos: 198.5,-157.5 parent: 1 - - uid: 35831 + - uid: 55571 components: - type: Transform - pos: 37.5,36.5 + pos: 198.5,-158.5 parent: 1 - - uid: 35832 + - uid: 55572 components: - type: Transform - pos: 39.5,36.5 + pos: 198.5,-159.5 parent: 1 - - uid: 35833 + - uid: 55573 components: - type: Transform - pos: 33.5,35.5 + pos: 198.5,-160.5 parent: 1 - - uid: 35834 + - uid: 55574 components: - type: Transform - pos: 49.5,34.5 + pos: 198.5,-161.5 parent: 1 - - uid: 35835 + - uid: 55575 components: - type: Transform - pos: 35.5,36.5 + pos: 198.5,-162.5 parent: 1 - - uid: 35836 + - uid: 55576 components: - type: Transform - pos: 36.5,35.5 + pos: 198.5,-163.5 parent: 1 - - uid: 35837 + - uid: 55577 components: - type: Transform - pos: 33.5,36.5 + pos: 198.5,-164.5 parent: 1 - - uid: 35838 + - uid: 55578 components: - type: Transform - pos: 48.5,34.5 + pos: 198.5,-165.5 parent: 1 - - uid: 35839 + - uid: 55579 components: - type: Transform - pos: 40.5,36.5 + pos: 198.5,-166.5 parent: 1 - - uid: 35840 + - uid: 55580 components: - type: Transform - pos: 45.5,36.5 + pos: 198.5,-167.5 parent: 1 - - uid: 35841 + - uid: 55581 components: - type: Transform - pos: 32.5,34.5 + pos: 198.5,-168.5 parent: 1 - - uid: 35842 + - uid: 55582 components: - type: Transform - pos: -5.5,45.5 + pos: 198.5,-169.5 parent: 1 - - uid: 35843 + - uid: 55583 components: - type: Transform - pos: -5.5,46.5 + pos: 198.5,-170.5 parent: 1 - - uid: 35844 + - uid: 55584 components: - type: Transform - pos: -5.5,53.5 + pos: 198.5,-171.5 parent: 1 - - uid: 35845 + - uid: 55585 components: - type: Transform - pos: -5.5,44.5 + pos: 198.5,-172.5 parent: 1 - - uid: 35846 + - uid: 55586 components: - type: Transform - pos: 29.5,36.5 + pos: 198.5,-173.5 parent: 1 - - uid: 35847 + - uid: 55587 components: - type: Transform - pos: 28.5,34.5 + pos: 198.5,-174.5 parent: 1 - - uid: 35848 + - uid: 55588 components: - type: Transform - pos: 28.5,36.5 + pos: 198.5,-175.5 parent: 1 - - uid: 35849 + - uid: 55589 components: - type: Transform - pos: 27.5,34.5 + pos: 198.5,-176.5 parent: 1 - - uid: 35850 + - uid: 55590 components: - type: Transform - pos: 27.5,36.5 + pos: 198.5,-177.5 parent: 1 - - uid: 35851 + - uid: 55591 components: - type: Transform - pos: 26.5,34.5 + pos: 198.5,-178.5 parent: 1 - - uid: 35852 + - uid: 55592 components: - type: Transform - pos: 26.5,36.5 + pos: 198.5,-179.5 parent: 1 - - uid: 35853 + - uid: 55593 components: - type: Transform - pos: 25.5,34.5 + pos: 198.5,-180.5 parent: 1 - - uid: 35854 + - uid: 55594 components: - type: Transform - pos: 25.5,36.5 + pos: 198.5,-181.5 parent: 1 - - uid: 35855 + - uid: 55595 components: - type: Transform - pos: 24.5,34.5 + pos: 198.5,-182.5 parent: 1 - - uid: 35856 + - uid: 55596 components: - type: Transform - pos: 24.5,36.5 + pos: 198.5,-183.5 parent: 1 - - uid: 35857 + - uid: 55597 components: - type: Transform - pos: 23.5,34.5 + pos: 198.5,-184.5 parent: 1 - - uid: 35858 + - uid: 55598 components: - type: Transform - pos: 23.5,36.5 + pos: 198.5,-185.5 parent: 1 - - uid: 35859 + - uid: 55599 components: - type: Transform - pos: 22.5,34.5 + pos: 198.5,-186.5 parent: 1 - - uid: 35860 + - uid: 55600 components: - type: Transform - pos: 22.5,36.5 + pos: 198.5,-187.5 parent: 1 - - uid: 35861 + - uid: 55601 components: - type: Transform - pos: -33.5,43.5 + pos: 198.5,-188.5 parent: 1 - - uid: 35862 + - uid: 55602 components: - type: Transform - pos: -4.5,40.5 + pos: 198.5,-189.5 parent: 1 - - uid: 35863 + - uid: 55603 components: - type: Transform - pos: -4.5,41.5 + pos: 198.5,-190.5 parent: 1 - - uid: 35864 + - uid: 55604 components: - type: Transform - pos: 25.5,33.5 + pos: 198.5,-191.5 parent: 1 - - uid: 35865 + - uid: 55605 components: - type: Transform - pos: 26.5,33.5 + pos: 198.5,-192.5 parent: 1 - - uid: 35866 + - uid: 55606 components: - type: Transform - pos: 27.5,33.5 + pos: 198.5,-193.5 parent: 1 - - uid: 35867 + - uid: 55607 components: - type: Transform - pos: 0.5,47.5 + pos: 198.5,-194.5 parent: 1 - - uid: 35868 + - uid: 55608 components: - type: Transform - pos: 33.5,33.5 + pos: 198.5,-195.5 parent: 1 - - uid: 35869 + - uid: 55609 components: - type: Transform - pos: 34.5,33.5 + pos: 198.5,-196.5 parent: 1 - - uid: 35870 + - uid: 55610 components: - type: Transform - pos: 18.5,36.5 + pos: 198.5,-197.5 parent: 1 - - uid: 35871 + - uid: 55611 components: - type: Transform - pos: 17.5,36.5 + pos: 198.5,-198.5 parent: 1 - - uid: 35872 + - uid: 55612 components: - type: Transform - pos: 16.5,36.5 + pos: 190.5,-188.5 parent: 1 - - uid: 35873 + - uid: 55613 components: - type: Transform - pos: 15.5,36.5 + pos: 190.5,-189.5 parent: 1 - - uid: 35874 + - uid: 55614 components: - type: Transform - pos: 14.5,36.5 + pos: 190.5,-190.5 parent: 1 - - uid: 35875 + - uid: 55615 components: - type: Transform - pos: 13.5,36.5 + pos: 190.5,-191.5 parent: 1 - - uid: 35876 + - uid: 55616 components: - type: Transform - pos: 12.5,36.5 + pos: 190.5,-192.5 parent: 1 - - uid: 35877 + - uid: 55617 components: - type: Transform - pos: 11.5,36.5 + pos: 190.5,-193.5 parent: 1 - - uid: 35878 + - uid: 55618 components: - type: Transform - pos: 10.5,36.5 + pos: 190.5,-194.5 parent: 1 - - uid: 35879 + - uid: 55619 components: - type: Transform - pos: 9.5,36.5 + pos: 190.5,-195.5 parent: 1 - - uid: 35880 + - uid: 55620 components: - type: Transform - pos: 8.5,36.5 + pos: 190.5,-196.5 parent: 1 - - uid: 35881 + - uid: 55621 components: - type: Transform - pos: 7.5,36.5 + pos: 190.5,-197.5 parent: 1 - - uid: 35882 + - uid: 55622 components: - type: Transform - pos: 6.5,36.5 + pos: 190.5,-198.5 parent: 1 - - uid: 35883 + - uid: 55623 components: - type: Transform - pos: 5.5,36.5 + pos: 191.5,-188.5 parent: 1 - - uid: 35884 + - uid: 55624 components: - type: Transform - pos: 4.5,36.5 + pos: 191.5,-189.5 parent: 1 - - uid: 35885 + - uid: 55625 components: - type: Transform - pos: 3.5,36.5 + pos: 191.5,-190.5 parent: 1 - - uid: 35886 + - uid: 55626 components: - type: Transform - pos: 2.5,36.5 + pos: 191.5,-191.5 parent: 1 - - uid: 35887 + - uid: 55627 components: - type: Transform - pos: 1.5,36.5 + pos: 191.5,-192.5 parent: 1 - - uid: 35888 + - uid: 55628 components: - type: Transform - pos: 0.5,36.5 + pos: 191.5,-193.5 parent: 1 - - uid: 35889 + - uid: 55629 components: - type: Transform - pos: -0.5,36.5 + pos: 191.5,-194.5 parent: 1 - - uid: 35890 + - uid: 55630 components: - type: Transform - pos: -1.5,36.5 + pos: 191.5,-195.5 parent: 1 - - uid: 35891 + - uid: 55631 components: - type: Transform - pos: -2.5,36.5 + pos: 191.5,-196.5 parent: 1 - - uid: 35892 + - uid: 55632 components: - type: Transform - pos: -2.5,35.5 + pos: 191.5,-197.5 parent: 1 - - uid: 35893 + - uid: 55633 components: - type: Transform - pos: -3.5,35.5 + pos: 191.5,-198.5 parent: 1 - - uid: 35894 + - uid: 55634 components: - type: Transform - pos: -4.5,30.5 + pos: 192.5,-188.5 parent: 1 - - uid: 35895 + - uid: 55635 components: - type: Transform - pos: -3.5,34.5 + pos: 192.5,-189.5 parent: 1 - - uid: 35896 + - uid: 55636 components: - type: Transform - pos: -2.5,32.5 + pos: 192.5,-190.5 parent: 1 - - uid: 35897 + - uid: 55637 components: - type: Transform - pos: -1.5,33.5 + pos: 192.5,-191.5 parent: 1 - - uid: 35898 + - uid: 55638 components: - type: Transform - pos: -1.5,32.5 + pos: 192.5,-192.5 parent: 1 - - uid: 35899 + - uid: 55639 components: - type: Transform - pos: -0.5,34.5 + pos: 192.5,-193.5 parent: 1 - - uid: 35900 + - uid: 55640 components: - type: Transform - pos: -0.5,33.5 + pos: 192.5,-194.5 parent: 1 - - uid: 35901 + - uid: 55641 components: - type: Transform - pos: -0.5,32.5 + pos: 192.5,-195.5 parent: 1 - - uid: 35902 + - uid: 55642 components: - type: Transform - pos: 0.5,34.5 + pos: 192.5,-196.5 parent: 1 - - uid: 35903 + - uid: 55643 components: - type: Transform - pos: 0.5,33.5 + pos: 192.5,-197.5 parent: 1 - - uid: 35904 + - uid: 55644 components: - type: Transform - pos: 0.5,32.5 + pos: 192.5,-198.5 parent: 1 - - uid: 35905 + - uid: 55645 components: - type: Transform - pos: 1.5,34.5 + pos: 191.5,-185.5 parent: 1 - - uid: 35906 + - uid: 55646 components: - type: Transform - pos: 1.5,33.5 + pos: 191.5,-186.5 parent: 1 - - uid: 35907 + - uid: 55647 components: - type: Transform - pos: 1.5,32.5 + pos: 191.5,-187.5 parent: 1 - - uid: 35908 + - uid: 55648 components: - type: Transform - pos: 2.5,34.5 + pos: 192.5,-185.5 parent: 1 - - uid: 35909 + - uid: 55649 components: - type: Transform - pos: 2.5,33.5 + pos: 192.5,-186.5 parent: 1 - - uid: 35910 + - uid: 55650 components: - type: Transform - pos: 2.5,32.5 + pos: 192.5,-187.5 parent: 1 - - uid: 35911 + - uid: 55651 components: - type: Transform - pos: 3.5,34.5 + pos: 192.5,-174.5 parent: 1 - - uid: 35912 + - uid: 55652 components: - type: Transform - pos: 3.5,33.5 + pos: 192.5,-173.5 parent: 1 - - uid: 35913 + - uid: 55653 components: - type: Transform - pos: 3.5,32.5 + pos: 192.5,-172.5 parent: 1 - - uid: 35914 + - uid: 55654 components: - type: Transform - pos: 4.5,34.5 + pos: 192.5,-171.5 parent: 1 - - uid: 35915 + - uid: 55655 components: - type: Transform - pos: 4.5,33.5 + pos: 192.5,-170.5 parent: 1 - - uid: 35916 + - uid: 55656 components: - type: Transform - pos: 4.5,32.5 + pos: 192.5,-169.5 parent: 1 - - uid: 35917 + - uid: 55657 components: - type: Transform - pos: 5.5,34.5 + pos: 192.5,-168.5 parent: 1 - - uid: 35918 + - uid: 55658 components: - type: Transform - pos: 5.5,33.5 + pos: 192.5,-167.5 parent: 1 - - uid: 35919 + - uid: 55659 components: - type: Transform - pos: 5.5,32.5 + pos: 192.5,-166.5 parent: 1 - - uid: 35920 + - uid: 55660 components: - type: Transform - pos: 6.5,34.5 + pos: 192.5,-165.5 parent: 1 - - uid: 35921 + - uid: 55661 components: - type: Transform - pos: 6.5,33.5 + pos: 192.5,-164.5 parent: 1 - - uid: 35922 + - uid: 55662 components: - type: Transform - pos: 6.5,32.5 + pos: 192.5,-163.5 parent: 1 - - uid: 35923 + - uid: 55663 components: - type: Transform - pos: 7.5,34.5 + pos: 192.5,-162.5 parent: 1 - - uid: 35924 + - uid: 55664 components: - type: Transform - pos: 7.5,33.5 + pos: 192.5,-161.5 parent: 1 - - uid: 35925 + - uid: 55665 components: - type: Transform - pos: 7.5,32.5 + pos: 192.5,-160.5 parent: 1 - - uid: 35926 + - uid: 55666 components: - type: Transform - pos: 8.5,34.5 + pos: 192.5,-159.5 parent: 1 - - uid: 35927 + - uid: 55667 components: - type: Transform - pos: 8.5,33.5 + pos: 191.5,-183.5 parent: 1 - - uid: 35928 + - uid: 55668 components: - type: Transform - pos: 8.5,32.5 + pos: 191.5,-182.5 parent: 1 - - uid: 35929 + - uid: 55669 components: - type: Transform - pos: 9.5,34.5 + pos: 191.5,-181.5 parent: 1 - - uid: 35930 + - uid: 55670 components: - type: Transform - pos: 9.5,33.5 + pos: 191.5,-180.5 parent: 1 - - uid: 35931 + - uid: 55671 components: - type: Transform - pos: 9.5,32.5 + pos: 191.5,-179.5 parent: 1 - - uid: 35932 + - uid: 55672 components: - type: Transform - pos: 10.5,34.5 + pos: 191.5,-178.5 parent: 1 - - uid: 35933 + - uid: 55673 components: - type: Transform - pos: 10.5,33.5 + pos: 191.5,-177.5 parent: 1 - - uid: 35934 + - uid: 55674 components: - type: Transform - pos: 10.5,32.5 + pos: 191.5,-176.5 parent: 1 - - uid: 35935 + - uid: 55675 components: - type: Transform - pos: 11.5,34.5 + pos: 191.5,-175.5 parent: 1 - - uid: 35936 + - uid: 55676 components: - type: Transform - pos: 11.5,33.5 + pos: 191.5,-174.5 parent: 1 - - uid: 35937 + - uid: 55677 components: - type: Transform - pos: 11.5,32.5 + pos: 191.5,-173.5 parent: 1 - - uid: 35938 + - uid: 55678 components: - type: Transform - pos: 12.5,34.5 + pos: 191.5,-172.5 parent: 1 - - uid: 35939 + - uid: 55679 components: - type: Transform - pos: 12.5,33.5 + pos: 191.5,-171.5 parent: 1 - - uid: 35940 + - uid: 55680 components: - type: Transform - pos: 12.5,32.5 + pos: 191.5,-170.5 parent: 1 - - uid: 35941 + - uid: 55681 components: - type: Transform - pos: 13.5,34.5 + pos: 191.5,-169.5 parent: 1 - - uid: 35942 + - uid: 55682 components: - type: Transform - pos: 13.5,33.5 + pos: 191.5,-168.5 parent: 1 - - uid: 35943 + - uid: 55683 components: - type: Transform - pos: 13.5,32.5 + pos: 191.5,-167.5 parent: 1 - - uid: 35944 + - uid: 55684 components: - type: Transform - pos: 14.5,34.5 + pos: 191.5,-166.5 parent: 1 - - uid: 35945 + - uid: 55685 components: - type: Transform - pos: 14.5,33.5 + pos: 191.5,-165.5 parent: 1 - - uid: 35946 + - uid: 55686 components: - type: Transform - pos: 14.5,32.5 + pos: 191.5,-164.5 parent: 1 - - uid: 35947 + - uid: 55687 components: - type: Transform - pos: 15.5,34.5 + pos: 191.5,-163.5 parent: 1 - - uid: 35948 + - uid: 55688 components: - type: Transform - pos: 15.5,33.5 + pos: 191.5,-162.5 parent: 1 - - uid: 35949 + - uid: 55689 components: - type: Transform - pos: 15.5,32.5 + pos: 191.5,-161.5 parent: 1 - - uid: 35950 + - uid: 55690 components: - type: Transform - pos: 16.5,34.5 + pos: 191.5,-160.5 parent: 1 - - uid: 35951 + - uid: 55691 components: - type: Transform - pos: 16.5,33.5 + pos: 191.5,-159.5 parent: 1 - - uid: 35952 + - uid: 55692 components: - type: Transform - pos: 16.5,32.5 + pos: 219.5,-39.5 parent: 1 - - uid: 35953 + - uid: 55693 components: - type: Transform - pos: 17.5,34.5 + pos: 198.5,-8.5 parent: 1 - - uid: 35954 + - uid: 55694 components: - type: Transform - pos: 17.5,33.5 + pos: 194.5,-13.5 parent: 1 - - uid: 35955 + - uid: 55695 components: - type: Transform - pos: 17.5,32.5 + pos: 219.5,-38.5 parent: 1 - - uid: 35956 + - uid: 55696 components: - type: Transform - pos: 18.5,33.5 + pos: 194.5,-12.5 parent: 1 - - uid: 35957 + - uid: 55697 components: - type: Transform - pos: 18.5,34.5 + pos: 194.5,-16.5 parent: 1 - - uid: 35958 + - uid: 55698 components: - type: Transform - pos: 19.5,34.5 + pos: 194.5,-15.5 parent: 1 - - uid: 35959 + - uid: 55699 components: - type: Transform - pos: 3.5,31.5 + pos: 194.5,-14.5 parent: 1 - - uid: 35960 + - uid: 55700 components: - type: Transform - pos: 4.5,31.5 + pos: 194.5,-17.5 parent: 1 - - uid: 35961 + - uid: 55701 components: - type: Transform - pos: 5.5,31.5 + pos: 197.5,-4.5 parent: 1 - - uid: 35962 + - uid: 55702 components: - type: Transform - pos: 6.5,31.5 + pos: 197.5,-5.5 parent: 1 - - uid: 35963 + - uid: 55703 components: - type: Transform - pos: 7.5,31.5 + pos: 197.5,-6.5 parent: 1 - - uid: 35964 + - uid: 55704 components: - type: Transform - pos: 8.5,31.5 + pos: 197.5,-7.5 parent: 1 - - uid: 35965 + - uid: 55705 components: - type: Transform - pos: 9.5,31.5 + pos: 197.5,-8.5 parent: 1 - - uid: 35966 + - uid: 55706 components: - type: Transform - pos: 10.5,31.5 + pos: 197.5,-9.5 parent: 1 - - uid: 35967 + - uid: 55707 components: - type: Transform - pos: 11.5,31.5 + pos: 196.5,-7.5 parent: 1 - - uid: 35968 + - uid: 55708 components: - type: Transform - pos: 12.5,31.5 + pos: 196.5,-8.5 parent: 1 - - uid: 35969 + - uid: 55709 components: - type: Transform - pos: 13.5,31.5 + pos: 196.5,-9.5 parent: 1 - - uid: 35970 + - uid: 55710 components: - type: Transform - pos: 14.5,31.5 + pos: 195.5,-9.5 parent: 1 - - uid: 35971 + - uid: 55711 components: - type: Transform - pos: 15.5,31.5 + pos: 189.5,-21.5 parent: 1 - - uid: 35972 + - uid: 55712 components: - type: Transform - pos: 16.5,31.5 + pos: 194.5,-19.5 parent: 1 - - uid: 35973 + - uid: 55713 components: - type: Transform - pos: 17.5,31.5 + pos: 194.5,-20.5 parent: 1 - - uid: 35974 + - uid: 55714 components: - type: Transform - pos: 13.5,30.5 + pos: 194.5,-21.5 parent: 1 - - uid: 35975 + - uid: 55715 components: - type: Transform - pos: 12.5,30.5 + pos: 194.5,-22.5 parent: 1 - - uid: 35976 + - uid: 55716 components: - type: Transform - pos: 11.5,30.5 + pos: 194.5,-23.5 parent: 1 - - uid: 35977 + - uid: 55717 components: - type: Transform - pos: 10.5,30.5 + pos: 194.5,-24.5 parent: 1 - - uid: 35978 + - uid: 55718 components: - type: Transform - pos: 9.5,30.5 + pos: 194.5,-25.5 parent: 1 - - uid: 35979 + - uid: 55719 components: - type: Transform - pos: 8.5,30.5 + pos: 194.5,-26.5 parent: 1 - - uid: 35980 + - uid: 55720 components: - type: Transform - pos: 7.5,30.5 + pos: 194.5,-27.5 parent: 1 - - uid: 35981 + - uid: 55721 components: - type: Transform - pos: 6.5,30.5 + pos: 194.5,-28.5 parent: 1 - - uid: 35982 + - uid: 55722 components: - type: Transform - pos: 5.5,30.5 + pos: 194.5,-29.5 parent: 1 - - uid: 35983 + - uid: 55723 components: - type: Transform - pos: 4.5,30.5 + pos: 194.5,-30.5 parent: 1 - - uid: 35984 + - uid: 55724 components: - type: Transform - pos: 7.5,29.5 + pos: 194.5,-31.5 parent: 1 - - uid: 35985 + - uid: 55725 components: - type: Transform - pos: 8.5,29.5 + pos: 194.5,-32.5 parent: 1 - - uid: 35986 + - uid: 55726 components: - type: Transform - pos: 9.5,29.5 + pos: 194.5,-33.5 parent: 1 - - uid: 35987 + - uid: 55727 components: - type: Transform - pos: 10.5,29.5 + pos: 194.5,-34.5 parent: 1 - - uid: 35988 + - uid: 55728 components: - type: Transform - pos: 11.5,29.5 + pos: 194.5,-35.5 parent: 1 - - uid: 35989 + - uid: 55729 components: - type: Transform - pos: 12.5,29.5 + pos: 195.5,-10.5 parent: 1 - - uid: 35990 + - uid: 55730 components: - type: Transform - pos: -4.5,31.5 + pos: 195.5,-11.5 parent: 1 - - uid: 35991 + - uid: 55731 components: - type: Transform - pos: -3.5,30.5 + pos: 195.5,-12.5 parent: 1 - - uid: 35992 + - uid: 55732 components: - type: Transform - pos: -3.5,31.5 + pos: 195.5,-13.5 parent: 1 - - uid: 35993 + - uid: 55733 components: - type: Transform - pos: -2.5,31.5 + pos: 195.5,-14.5 parent: 1 - - uid: 35994 + - uid: 55734 components: - type: Transform - pos: -4.5,33.5 + pos: 195.5,-15.5 parent: 1 - - uid: 35995 + - uid: 55735 components: - type: Transform - pos: -4.5,34.5 + pos: 195.5,-16.5 parent: 1 - - uid: 35996 + - uid: 55736 components: - type: Transform - pos: -33.5,47.5 + pos: 195.5,-17.5 parent: 1 - - uid: 35997 + - uid: 55737 components: - type: Transform - pos: -5.5,29.5 + pos: 195.5,-18.5 parent: 1 - - uid: 35998 + - uid: 55738 components: - type: Transform - pos: -5.5,30.5 + pos: 195.5,-19.5 parent: 1 - - uid: 35999 + - uid: 55739 components: - type: Transform - pos: -5.5,31.5 + pos: 195.5,-20.5 parent: 1 - - uid: 36000 + - uid: 55740 components: - type: Transform - pos: -5.5,33.5 + pos: 195.5,-21.5 parent: 1 - - uid: 36001 + - uid: 55741 components: - type: Transform - pos: -5.5,35.5 + pos: 195.5,-22.5 parent: 1 - - uid: 36002 + - uid: 55742 components: - type: Transform - pos: -6.5,29.5 + pos: 195.5,-23.5 parent: 1 - - uid: 36003 + - uid: 55743 components: - type: Transform - pos: -6.5,30.5 + pos: 195.5,-24.5 parent: 1 - - uid: 36004 + - uid: 55744 components: - type: Transform - pos: -6.5,31.5 + pos: 195.5,-25.5 parent: 1 - - uid: 36005 + - uid: 55745 components: - type: Transform - pos: -6.5,33.5 + pos: 195.5,-26.5 parent: 1 - - uid: 36006 + - uid: 55746 components: - type: Transform - pos: -6.5,34.5 + pos: 195.5,-27.5 parent: 1 - - uid: 36007 + - uid: 55747 components: - type: Transform - pos: -7.5,29.5 + pos: 195.5,-28.5 parent: 1 - - uid: 36008 + - uid: 55748 components: - type: Transform - pos: -7.5,30.5 + pos: 195.5,-29.5 parent: 1 - - uid: 36009 + - uid: 55749 components: - type: Transform - pos: -7.5,31.5 + pos: 195.5,-30.5 parent: 1 - - uid: 36010 + - uid: 55750 components: - type: Transform - pos: -7.5,33.5 + pos: 195.5,-31.5 parent: 1 - - uid: 36011 + - uid: 55751 components: - type: Transform - pos: -7.5,34.5 + pos: 195.5,-32.5 parent: 1 - - uid: 36012 + - uid: 55752 components: - type: Transform - pos: -7.5,35.5 + pos: 195.5,-33.5 parent: 1 - - uid: 36013 + - uid: 55753 components: - type: Transform - pos: -7.5,36.5 + pos: 195.5,-34.5 parent: 1 - - uid: 36014 + - uid: 55754 components: - type: Transform - pos: -8.5,29.5 + pos: 195.5,-35.5 parent: 1 - - uid: 36015 + - uid: 55755 components: - type: Transform - pos: -8.5,30.5 + pos: 196.5,-10.5 parent: 1 - - uid: 36016 + - uid: 55756 components: - type: Transform - pos: -8.5,31.5 + pos: 196.5,-11.5 parent: 1 - - uid: 36017 + - uid: 55757 components: - type: Transform - pos: -8.5,33.5 + pos: 196.5,-12.5 parent: 1 - - uid: 36018 + - uid: 55758 components: - type: Transform - pos: -8.5,34.5 + pos: 196.5,-13.5 parent: 1 - - uid: 36019 + - uid: 55759 components: - type: Transform - pos: -8.5,35.5 + pos: 196.5,-14.5 parent: 1 - - uid: 36020 + - uid: 55760 components: - type: Transform - pos: -8.5,36.5 + pos: 196.5,-15.5 parent: 1 - - uid: 36021 + - uid: 55761 components: - type: Transform - pos: -9.5,29.5 + pos: 196.5,-16.5 parent: 1 - - uid: 36022 + - uid: 55762 components: - type: Transform - pos: -9.5,30.5 + pos: 196.5,-17.5 parent: 1 - - uid: 36023 + - uid: 55763 components: - type: Transform - pos: -9.5,31.5 + pos: 196.5,-18.5 parent: 1 - - uid: 36024 + - uid: 55764 components: - type: Transform - pos: -9.5,33.5 + pos: 196.5,-19.5 parent: 1 - - uid: 36025 + - uid: 55765 components: - type: Transform - pos: -9.5,34.5 + pos: 196.5,-20.5 parent: 1 - - uid: 36026 + - uid: 55766 components: - type: Transform - pos: -9.5,35.5 + pos: 196.5,-21.5 parent: 1 - - uid: 36027 + - uid: 55767 components: - type: Transform - pos: -9.5,36.5 + pos: 196.5,-22.5 parent: 1 - - uid: 36028 + - uid: 55768 components: - type: Transform - pos: -10.5,29.5 + pos: 196.5,-23.5 parent: 1 - - uid: 36029 + - uid: 55769 components: - type: Transform - pos: -10.5,30.5 + pos: 196.5,-24.5 parent: 1 - - uid: 36030 + - uid: 55770 components: - type: Transform - pos: -10.5,31.5 + pos: 196.5,-25.5 parent: 1 - - uid: 36031 + - uid: 55771 components: - type: Transform - pos: -10.5,33.5 + pos: 196.5,-26.5 parent: 1 - - uid: 36032 + - uid: 55772 components: - type: Transform - pos: -10.5,34.5 + pos: 196.5,-27.5 parent: 1 - - uid: 36033 + - uid: 55773 components: - type: Transform - pos: -10.5,35.5 + pos: 196.5,-28.5 parent: 1 - - uid: 36034 + - uid: 55774 components: - type: Transform - pos: -10.5,36.5 + pos: 196.5,-29.5 parent: 1 - - uid: 36035 + - uid: 55775 components: - type: Transform - pos: -11.5,29.5 + pos: 196.5,-30.5 parent: 1 - - uid: 36036 + - uid: 55776 components: - type: Transform - pos: -11.5,30.5 + pos: 196.5,-31.5 parent: 1 - - uid: 36037 + - uid: 55777 components: - type: Transform - pos: -11.5,31.5 + pos: 196.5,-32.5 parent: 1 - - uid: 36038 + - uid: 55778 components: - type: Transform - pos: -11.5,33.5 + pos: 196.5,-33.5 parent: 1 - - uid: 36039 + - uid: 55779 components: - type: Transform - pos: -11.5,34.5 + pos: 196.5,-34.5 parent: 1 - - uid: 36040 + - uid: 55780 components: - type: Transform - pos: -11.5,35.5 + pos: 196.5,-35.5 parent: 1 - - uid: 36041 + - uid: 55781 components: - type: Transform - pos: -11.5,36.5 + pos: 197.5,-10.5 parent: 1 - - uid: 36042 + - uid: 55782 components: - type: Transform - pos: -12.5,29.5 + pos: 197.5,-11.5 parent: 1 - - uid: 36043 + - uid: 55783 components: - type: Transform - pos: -12.5,30.5 + pos: 197.5,-12.5 parent: 1 - - uid: 36044 + - uid: 55784 components: - type: Transform - pos: -12.5,31.5 + pos: 197.5,-13.5 parent: 1 - - uid: 36045 + - uid: 55785 components: - type: Transform - pos: -12.5,33.5 + pos: 197.5,-14.5 parent: 1 - - uid: 36046 + - uid: 55786 components: - type: Transform - pos: -12.5,34.5 + pos: 197.5,-15.5 parent: 1 - - uid: 36047 + - uid: 55787 components: - type: Transform - pos: -12.5,35.5 + pos: 197.5,-16.5 parent: 1 - - uid: 36049 + - uid: 55788 components: - type: Transform - pos: -13.5,29.5 + pos: 197.5,-17.5 parent: 1 - - uid: 36050 + - uid: 55789 components: - type: Transform - pos: -13.5,30.5 + pos: 197.5,-18.5 parent: 1 - - uid: 36051 + - uid: 55790 components: - type: Transform - pos: -13.5,31.5 + pos: 197.5,-19.5 parent: 1 - - uid: 36052 + - uid: 55791 components: - type: Transform - pos: -13.5,33.5 + pos: 197.5,-20.5 parent: 1 - - uid: 36053 + - uid: 55792 components: - type: Transform - pos: -13.5,34.5 + pos: 197.5,-21.5 parent: 1 - - uid: 36054 + - uid: 55793 components: - type: Transform - pos: -13.5,35.5 + pos: 197.5,-22.5 parent: 1 - - uid: 36055 + - uid: 55794 components: - type: Transform - pos: -13.5,36.5 + pos: 197.5,-23.5 parent: 1 - - uid: 36056 + - uid: 55795 components: - type: Transform - pos: -14.5,29.5 + pos: 197.5,-24.5 parent: 1 - - uid: 36057 + - uid: 55796 components: - type: Transform - pos: -14.5,30.5 + pos: 197.5,-25.5 parent: 1 - - uid: 36058 + - uid: 55797 components: - type: Transform - pos: -14.5,31.5 + pos: 197.5,-26.5 parent: 1 - - uid: 36059 + - uid: 55798 components: - type: Transform - pos: -14.5,33.5 + pos: 197.5,-27.5 parent: 1 - - uid: 36060 + - uid: 55799 components: - type: Transform - pos: -14.5,34.5 + pos: 197.5,-28.5 parent: 1 - - uid: 36061 + - uid: 55800 components: - type: Transform - pos: -14.5,35.5 + pos: 197.5,-29.5 parent: 1 - - uid: 36062 + - uid: 55801 components: - type: Transform - pos: -14.5,36.5 + pos: 197.5,-30.5 parent: 1 - - uid: 36063 + - uid: 55802 components: - type: Transform - pos: -15.5,29.5 + pos: 197.5,-31.5 parent: 1 - - uid: 36064 + - uid: 55803 components: - type: Transform - pos: -15.5,30.5 + pos: 197.5,-32.5 parent: 1 - - uid: 36065 + - uid: 55804 components: - type: Transform - pos: -15.5,31.5 + pos: 197.5,-33.5 parent: 1 - - uid: 36066 + - uid: 55805 components: - type: Transform - pos: -15.5,33.5 + pos: 197.5,-34.5 parent: 1 - - uid: 36067 + - uid: 55806 components: - type: Transform - pos: -15.5,34.5 + pos: 197.5,-35.5 parent: 1 - - uid: 36068 + - uid: 55807 components: - type: Transform - pos: -15.5,35.5 + pos: 198.5,-10.5 parent: 1 - - uid: 36069 + - uid: 55808 components: - type: Transform - pos: -15.5,36.5 + pos: 198.5,-11.5 parent: 1 - - uid: 36070 + - uid: 55809 components: - type: Transform - pos: -16.5,29.5 + pos: 198.5,-12.5 parent: 1 - - uid: 36071 + - uid: 55810 components: - type: Transform - pos: -16.5,30.5 + pos: 198.5,-13.5 parent: 1 - - uid: 36072 + - uid: 55811 components: - type: Transform - pos: -16.5,31.5 + pos: 198.5,-14.5 parent: 1 - - uid: 36073 + - uid: 55812 components: - type: Transform - pos: -16.5,33.5 + pos: 198.5,-15.5 parent: 1 - - uid: 36074 + - uid: 55813 components: - type: Transform - pos: -16.5,34.5 + pos: 198.5,-16.5 parent: 1 - - uid: 36075 + - uid: 55814 components: - type: Transform - pos: -16.5,35.5 + pos: 198.5,-17.5 parent: 1 - - uid: 36076 + - uid: 55815 components: - type: Transform - pos: -16.5,36.5 + pos: 198.5,-18.5 parent: 1 - - uid: 36077 + - uid: 55816 components: - type: Transform - pos: -17.5,29.5 + pos: 198.5,-19.5 parent: 1 - - uid: 36078 + - uid: 55817 components: - type: Transform - pos: -17.5,30.5 + pos: 198.5,-20.5 parent: 1 - - uid: 36079 + - uid: 55818 components: - type: Transform - pos: -17.5,31.5 + pos: 198.5,-21.5 parent: 1 - - uid: 36080 + - uid: 55819 components: - type: Transform - pos: -17.5,33.5 + pos: 198.5,-22.5 parent: 1 - - uid: 36081 + - uid: 55820 components: - type: Transform - pos: -17.5,34.5 + pos: 198.5,-23.5 parent: 1 - - uid: 36082 + - uid: 55821 components: - type: Transform - pos: -17.5,35.5 + pos: 198.5,-24.5 parent: 1 - - uid: 36083 + - uid: 55822 components: - type: Transform - pos: -17.5,36.5 + pos: 198.5,-25.5 parent: 1 - - uid: 36084 + - uid: 55823 components: - type: Transform - pos: -15.5,28.5 + pos: 198.5,-26.5 parent: 1 - - uid: 36085 + - uid: 55824 components: - type: Transform - pos: -14.5,28.5 + pos: 198.5,-27.5 parent: 1 - - uid: 36086 + - uid: 55825 components: - type: Transform - pos: -13.5,28.5 + pos: 198.5,-28.5 parent: 1 - - uid: 36087 + - uid: 55826 components: - type: Transform - pos: -12.5,28.5 + pos: 198.5,-29.5 parent: 1 - - uid: 36088 + - uid: 55827 components: - type: Transform - pos: -11.5,28.5 + pos: 198.5,-30.5 parent: 1 - - uid: 36089 + - uid: 55828 components: - type: Transform - pos: -10.5,28.5 + pos: 198.5,-31.5 parent: 1 - - uid: 36090 + - uid: 55829 components: - type: Transform - pos: -9.5,28.5 + pos: 198.5,-32.5 parent: 1 - - uid: 36091 + - uid: 55830 components: - type: Transform - pos: -8.5,28.5 + pos: 198.5,-33.5 parent: 1 - - uid: 36092 + - uid: 55831 components: - type: Transform - pos: -7.5,28.5 + pos: 198.5,-34.5 parent: 1 - - uid: 36093 + - uid: 55832 components: - type: Transform - pos: -8.5,27.5 + pos: 198.5,-35.5 parent: 1 - - uid: 36094 + - uid: 55833 components: - type: Transform - pos: -9.5,27.5 + pos: 189.5,-20.5 parent: 1 - - uid: 36095 + - uid: 55834 components: - type: Transform - pos: -10.5,27.5 + pos: 195.5,-38.5 parent: 1 - - uid: 36096 + - uid: 55835 components: - type: Transform - pos: -11.5,27.5 + pos: 195.5,-39.5 parent: 1 - - uid: 36097 + - uid: 55836 components: - type: Transform - pos: -12.5,27.5 + pos: 195.5,-40.5 parent: 1 - - uid: 36098 + - uid: 55837 components: - type: Transform - pos: -13.5,27.5 + pos: 195.5,-41.5 parent: 1 - - uid: 36099 + - uid: 55838 components: - type: Transform - pos: -14.5,27.5 + pos: 195.5,-42.5 parent: 1 - - uid: 36100 + - uid: 55839 components: - type: Transform - pos: -15.5,27.5 + pos: 195.5,-43.5 parent: 1 - - uid: 36101 + - uid: 55840 components: - type: Transform - pos: -14.5,26.5 + pos: 196.5,-36.5 parent: 1 - - uid: 36102 + - uid: 55841 components: - type: Transform - pos: -13.5,26.5 + pos: 196.5,-37.5 parent: 1 - - uid: 36103 + - uid: 55842 components: - type: Transform - pos: -12.5,26.5 + pos: 196.5,-38.5 parent: 1 - - uid: 36104 + - uid: 55843 components: - type: Transform - pos: -11.5,26.5 + pos: 196.5,-39.5 parent: 1 - - uid: 36105 + - uid: 55844 components: - type: Transform - pos: -24.5,29.5 + pos: 196.5,-40.5 parent: 1 - - uid: 36106 + - uid: 55845 components: - type: Transform - pos: -19.5,30.5 + pos: 196.5,-41.5 parent: 1 - - uid: 36107 + - uid: 55846 components: - type: Transform - pos: -19.5,31.5 + pos: 196.5,-42.5 parent: 1 - - uid: 36108 + - uid: 55847 components: - type: Transform - pos: -19.5,33.5 + pos: 196.5,-43.5 parent: 1 - - uid: 36109 + - uid: 55848 components: - type: Transform - pos: -19.5,34.5 + pos: 197.5,-36.5 parent: 1 - - uid: 36111 + - uid: 55849 components: - type: Transform - pos: -19.5,36.5 + pos: 197.5,-37.5 parent: 1 - - uid: 36112 + - uid: 55850 components: - type: Transform - pos: -18.5,30.5 + pos: 197.5,-38.5 parent: 1 - - uid: 36113 + - uid: 55851 components: - type: Transform - pos: -18.5,31.5 + pos: 197.5,-39.5 parent: 1 - - uid: 36114 + - uid: 55852 components: - type: Transform - pos: -18.5,33.5 + pos: 197.5,-40.5 parent: 1 - - uid: 36115 + - uid: 55853 components: - type: Transform - pos: -18.5,34.5 + pos: 197.5,-41.5 parent: 1 - - uid: 36116 + - uid: 55854 components: - type: Transform - pos: -18.5,35.5 + pos: 197.5,-42.5 parent: 1 - - uid: 36117 + - uid: 55855 components: - type: Transform - pos: -18.5,36.5 + pos: 197.5,-43.5 parent: 1 - - uid: 36118 + - uid: 55856 components: - type: Transform - pos: -21.5,31.5 + pos: 198.5,-36.5 parent: 1 - - uid: 36119 + - uid: 55857 components: - type: Transform - pos: -21.5,33.5 + pos: 198.5,-37.5 parent: 1 - - uid: 36120 + - uid: 55858 components: - type: Transform - pos: -21.5,34.5 + pos: 198.5,-38.5 parent: 1 - - uid: 36121 + - uid: 55859 components: - type: Transform - pos: -21.5,35.5 + pos: 198.5,-39.5 parent: 1 - - uid: 36122 + - uid: 55860 components: - type: Transform - pos: -21.5,36.5 + pos: 198.5,-40.5 parent: 1 - - uid: 36123 + - uid: 55861 components: - type: Transform - pos: -20.5,31.5 + pos: 198.5,-41.5 parent: 1 - - uid: 36124 + - uid: 55862 components: - type: Transform - pos: -20.5,33.5 + pos: 198.5,-42.5 parent: 1 - - uid: 36126 + - uid: 55863 components: - type: Transform - pos: -20.5,35.5 + pos: 198.5,-43.5 parent: 1 - - uid: 36127 + - uid: 55864 components: - type: Transform - pos: -20.5,36.5 + pos: 196.5,-44.5 parent: 1 - - uid: 36128 + - uid: 55865 components: - type: Transform - pos: -23.5,30.5 + pos: 196.5,-45.5 parent: 1 - - uid: 36129 + - uid: 55866 components: - type: Transform - pos: -23.5,31.5 + pos: 197.5,-44.5 parent: 1 - - uid: 36130 + - uid: 55867 components: - type: Transform - pos: -23.5,33.5 + pos: 197.5,-45.5 parent: 1 - - uid: 36131 + - uid: 55868 components: - type: Transform - pos: -23.5,34.5 + pos: 198.5,-44.5 parent: 1 - - uid: 36132 + - uid: 55869 components: - type: Transform - pos: -23.5,35.5 + pos: 198.5,-45.5 parent: 1 - - uid: 36133 + - uid: 55870 components: - type: Transform - pos: -23.5,36.5 + pos: 199.5,-44.5 parent: 1 - - uid: 36134 + - uid: 55871 components: - type: Transform - pos: -22.5,30.5 + pos: 199.5,-45.5 parent: 1 - - uid: 36135 + - uid: 55872 components: - type: Transform - pos: -22.5,31.5 + pos: 199.5,-43.5 parent: 1 - - uid: 36136 + - uid: 55873 components: - type: Transform - pos: -22.5,33.5 + pos: 199.5,-42.5 parent: 1 - - uid: 36138 + - uid: 55874 components: - type: Transform - pos: -22.5,35.5 + pos: 199.5,-41.5 parent: 1 - - uid: 36139 + - uid: 55875 components: - type: Transform - pos: -22.5,36.5 + pos: 199.5,-40.5 parent: 1 - - uid: 36140 + - uid: 55876 components: - type: Transform - pos: -24.5,30.5 + pos: 200.5,-44.5 parent: 1 - - uid: 36141 + - uid: 55877 components: - type: Transform - pos: -24.5,31.5 + pos: 200.5,-43.5 parent: 1 - - uid: 36142 + - uid: 55878 components: - type: Transform - pos: -24.5,33.5 + pos: 200.5,-42.5 parent: 1 - - uid: 36143 + - uid: 55879 components: - type: Transform - pos: -24.5,34.5 + pos: 200.5,-41.5 parent: 1 - - uid: 36144 + - uid: 55880 components: - type: Transform - pos: -24.5,35.5 + pos: 200.5,-40.5 parent: 1 - - uid: 36145 + - uid: 55881 components: - type: Transform - pos: -24.5,36.5 + pos: 200.5,-39.5 parent: 1 - - uid: 36146 + - uid: 55882 components: - type: Transform - pos: -25.5,29.5 + pos: 200.5,-38.5 parent: 1 - - uid: 36147 + - uid: 55883 components: - type: Transform - pos: -25.5,30.5 + pos: 200.5,-37.5 parent: 1 - - uid: 36148 + - uid: 55884 components: - type: Transform - pos: -25.5,31.5 + pos: 200.5,-36.5 parent: 1 - - uid: 36149 + - uid: 55885 components: - type: Transform - pos: -25.5,33.5 + pos: 200.5,-35.5 parent: 1 - - uid: 36150 + - uid: 55886 components: - type: Transform - pos: -25.5,34.5 + pos: 200.5,-34.5 parent: 1 - - uid: 36151 + - uid: 55887 components: - type: Transform - pos: -25.5,35.5 + pos: 200.5,-33.5 parent: 1 - - uid: 36152 + - uid: 55888 components: - type: Transform - pos: -25.5,36.5 + pos: 200.5,-32.5 parent: 1 - - uid: 36153 + - uid: 55889 components: - type: Transform - pos: -26.5,29.5 + pos: 200.5,-31.5 parent: 1 - - uid: 36154 + - uid: 55890 components: - type: Transform - pos: -26.5,30.5 + pos: 201.5,-42.5 parent: 1 - - uid: 36155 + - uid: 55891 components: - type: Transform - pos: -26.5,31.5 + pos: 201.5,-41.5 parent: 1 - - uid: 36156 + - uid: 55892 components: - type: Transform - pos: -26.5,33.5 + pos: 201.5,-40.5 parent: 1 - - uid: 36157 + - uid: 55893 components: - type: Transform - pos: -26.5,34.5 + pos: 201.5,-39.5 parent: 1 - - uid: 36158 + - uid: 55894 components: - type: Transform - pos: -26.5,35.5 + pos: 201.5,-38.5 parent: 1 - - uid: 36159 + - uid: 55895 components: - type: Transform - pos: -26.5,36.5 + pos: 201.5,-37.5 parent: 1 - - uid: 36160 + - uid: 55896 components: - type: Transform - pos: -27.5,29.5 + pos: 201.5,-36.5 parent: 1 - - uid: 36161 + - uid: 55897 components: - type: Transform - pos: -27.5,30.5 + pos: 201.5,-35.5 parent: 1 - - uid: 36162 + - uid: 55898 components: - type: Transform - pos: -27.5,31.5 + pos: 202.5,-38.5 parent: 1 - - uid: 36163 + - uid: 55899 components: - type: Transform - pos: -27.5,33.5 + pos: 202.5,-37.5 parent: 1 - - uid: 36164 + - uid: 55900 components: - type: Transform - pos: -27.5,34.5 + pos: 202.5,-36.5 parent: 1 - - uid: 36165 + - uid: 55901 components: - type: Transform - pos: -27.5,35.5 + pos: 202.5,-35.5 parent: 1 - - uid: 36166 + - uid: 55902 components: - type: Transform - pos: -27.5,36.5 + pos: 215.5,-31.5 parent: 1 - - uid: 36167 + - uid: 55903 components: - type: Transform - pos: -28.5,29.5 + pos: 216.5,-31.5 parent: 1 - - uid: 36168 + - uid: 55904 components: - type: Transform - pos: -28.5,30.5 + pos: 217.5,-31.5 parent: 1 - - uid: 36169 + - uid: 55905 components: - type: Transform - pos: -28.5,31.5 + pos: 218.5,-31.5 parent: 1 - - uid: 36170 + - uid: 55906 components: - type: Transform - pos: -28.5,33.5 + pos: 219.5,-31.5 parent: 1 - - uid: 36171 + - uid: 55907 components: - type: Transform - pos: -28.5,34.5 + pos: 219.5,-32.5 parent: 1 - - uid: 36172 + - uid: 55908 components: - type: Transform - pos: -28.5,35.5 + pos: 218.5,-32.5 parent: 1 - - uid: 36173 + - uid: 55909 components: - type: Transform - pos: -28.5,36.5 + pos: 217.5,-32.5 parent: 1 - - uid: 36174 + - uid: 55910 components: - type: Transform - pos: -29.5,29.5 + pos: 216.5,-32.5 parent: 1 - - uid: 36175 + - uid: 55911 components: - type: Transform - pos: -29.5,30.5 + pos: 215.5,-32.5 parent: 1 - - uid: 36176 + - uid: 55912 components: - type: Transform - pos: -29.5,31.5 + pos: 217.5,-33.5 parent: 1 - - uid: 36177 + - uid: 55913 components: - type: Transform - pos: -29.5,33.5 + pos: 218.5,-33.5 parent: 1 - - uid: 36178 + - uid: 55914 components: - type: Transform - pos: -29.5,34.5 + pos: 219.5,-33.5 parent: 1 - - uid: 36179 + - uid: 55915 components: - type: Transform - pos: -29.5,35.5 + pos: 216.5,-33.5 parent: 1 - - uid: 36180 + - uid: 55916 components: - type: Transform - pos: -29.5,36.5 + pos: 217.5,-34.5 parent: 1 - - uid: 36181 + - uid: 55917 components: - type: Transform - pos: -30.5,30.5 + pos: 218.5,-34.5 parent: 1 - - uid: 36182 + - uid: 55918 components: - type: Transform - pos: -30.5,31.5 + pos: 219.5,-34.5 parent: 1 - - uid: 36183 + - uid: 55919 components: - type: Transform - pos: -30.5,33.5 + pos: 218.5,-35.5 parent: 1 - - uid: 36184 + - uid: 55920 components: - type: Transform - pos: -30.5,34.5 + pos: 218.5,-36.5 parent: 1 - - uid: 36185 + - uid: 55921 components: - type: Transform - pos: -30.5,35.5 + pos: 218.5,-37.5 parent: 1 - - uid: 36186 + - uid: 55922 components: - type: Transform - pos: -30.5,36.5 + pos: 219.5,-35.5 parent: 1 - - uid: 36187 + - uid: 55923 components: - type: Transform - pos: -31.5,30.5 + pos: 219.5,-36.5 parent: 1 - - uid: 36188 + - uid: 55924 components: - type: Transform - pos: -31.5,31.5 + pos: 219.5,-37.5 parent: 1 - - uid: 36189 + - uid: 55925 components: - type: Transform - pos: -31.5,33.5 + pos: 219.5,-40.5 parent: 1 - - uid: 36190 + - uid: 55926 components: - type: Transform - pos: -31.5,34.5 + pos: 219.5,-41.5 parent: 1 - - uid: 36191 + - uid: 55927 components: - type: Transform - pos: -31.5,35.5 + pos: 219.5,-42.5 parent: 1 - - uid: 36192 + - uid: 55928 components: - type: Transform - pos: -31.5,36.5 + pos: 219.5,-43.5 parent: 1 - - uid: 36193 + - uid: 55929 components: - type: Transform - pos: -64.5,38.5 + pos: 219.5,-44.5 parent: 1 - - uid: 36194 + - uid: 55930 components: - type: Transform - pos: -32.5,31.5 + pos: 219.5,-45.5 parent: 1 - - uid: 36195 + - uid: 55931 components: - type: Transform - pos: -32.5,33.5 + pos: 219.5,-46.5 parent: 1 - - uid: 36196 + - uid: 55932 components: - type: Transform - pos: -32.5,34.5 + pos: 219.5,-47.5 parent: 1 - - uid: 36197 + - uid: 55933 components: - type: Transform - pos: -32.5,35.5 + pos: 219.5,-48.5 parent: 1 - - uid: 36198 + - uid: 55934 components: - type: Transform - pos: -32.5,36.5 + pos: 219.5,-49.5 parent: 1 - - uid: 36199 + - uid: 55935 components: - type: Transform - pos: -33.5,31.5 + pos: 219.5,-50.5 parent: 1 - - uid: 36200 + - uid: 55936 components: - type: Transform - pos: -33.5,33.5 + pos: 219.5,-51.5 parent: 1 - - uid: 36201 + - uid: 55937 components: - type: Transform - pos: -33.5,34.5 + pos: 219.5,-52.5 parent: 1 - - uid: 36202 + - uid: 55938 components: - type: Transform - pos: -33.5,35.5 + pos: 219.5,-53.5 parent: 1 - - uid: 36203 + - uid: 55939 components: - type: Transform - pos: -33.5,36.5 + pos: 218.5,-50.5 parent: 1 - - uid: 36204 + - uid: 55940 components: - type: Transform - pos: -34.5,31.5 + pos: 218.5,-51.5 parent: 1 - - uid: 36205 + - uid: 55941 components: - type: Transform - pos: -34.5,33.5 + pos: 218.5,-52.5 parent: 1 - - uid: 36206 + - uid: 55942 components: - type: Transform - pos: -34.5,34.5 + pos: 218.5,-53.5 parent: 1 - - uid: 36207 + - uid: 55943 components: - type: Transform - pos: -34.5,35.5 + pos: 217.5,-51.5 parent: 1 - - uid: 36208 + - uid: 55944 components: - type: Transform - pos: -34.5,36.5 + pos: 217.5,-52.5 parent: 1 - - uid: 36209 + - uid: 55945 components: - type: Transform - pos: -35.5,31.5 + pos: 217.5,-53.5 parent: 1 - - uid: 36210 + - uid: 55946 components: - type: Transform - pos: -35.5,33.5 + pos: 216.5,-51.5 parent: 1 - - uid: 36211 + - uid: 55947 components: - type: Transform - pos: -35.5,34.5 + pos: 216.5,-52.5 parent: 1 - - uid: 36212 + - uid: 55948 components: - type: Transform - pos: -35.5,35.5 + pos: 216.5,-53.5 parent: 1 - - uid: 36213 + - uid: 55949 components: - type: Transform - pos: -35.5,36.5 + pos: 215.5,-51.5 parent: 1 - - uid: 36214 + - uid: 55950 components: - type: Transform - pos: -36.5,31.5 + pos: 215.5,-52.5 parent: 1 - - uid: 36215 + - uid: 55951 components: - type: Transform - pos: -36.5,33.5 + pos: 215.5,-53.5 parent: 1 - - uid: 36216 + - uid: 55952 components: - type: Transform - pos: -36.5,34.5 + pos: 214.5,-52.5 parent: 1 - - uid: 36217 + - uid: 55953 components: - type: Transform - pos: -36.5,35.5 + pos: 214.5,-53.5 parent: 1 - - uid: 36218 + - uid: 55954 components: - type: Transform - pos: -36.5,36.5 + pos: 213.5,-52.5 parent: 1 - - uid: 36219 + - uid: 55955 components: - type: Transform - pos: -37.5,31.5 + pos: 213.5,-53.5 parent: 1 - - uid: 36220 + - uid: 55956 components: - type: Transform - pos: -37.5,33.5 + pos: 212.5,-52.5 parent: 1 - - uid: 36221 + - uid: 55957 components: - type: Transform - pos: -37.5,34.5 + pos: 212.5,-53.5 parent: 1 - - uid: 36222 + - uid: 55958 components: - type: Transform - pos: -37.5,35.5 + pos: 211.5,-53.5 parent: 1 - - uid: 36223 + - uid: 55959 components: - type: Transform - pos: -37.5,36.5 + pos: 210.5,-53.5 parent: 1 - - uid: 36224 + - uid: 55960 components: - type: Transform - pos: -38.5,31.5 + pos: 209.5,-53.5 parent: 1 - - uid: 36225 + - uid: 55961 components: - type: Transform - pos: -38.5,33.5 + pos: 208.5,-53.5 parent: 1 - - uid: 36226 + - uid: 55962 components: - type: Transform - pos: -38.5,34.5 + pos: 207.5,-53.5 parent: 1 - - uid: 36227 + - uid: 55963 components: - type: Transform - pos: -38.5,35.5 + pos: 206.5,-53.5 parent: 1 - - uid: 36228 + - uid: 55964 components: - type: Transform - pos: -38.5,36.5 + pos: 205.5,-53.5 parent: 1 - - uid: 36229 + - uid: 55965 components: - type: Transform - pos: -39.5,31.5 + pos: 204.5,-53.5 parent: 1 - - uid: 36230 + - uid: 55966 components: - type: Transform - pos: -39.5,33.5 + pos: 203.5,-53.5 parent: 1 - - uid: 36231 + - uid: 55967 components: - type: Transform - pos: -39.5,34.5 + pos: 202.5,-53.5 parent: 1 - - uid: 36232 + - uid: 55968 components: - type: Transform - pos: -39.5,35.5 + pos: 201.5,-53.5 parent: 1 - - uid: 36233 + - uid: 55969 components: - type: Transform - pos: -39.5,36.5 + pos: 200.5,-53.5 parent: 1 - - uid: 36234 + - uid: 55970 components: - type: Transform - pos: -40.5,31.5 + pos: 199.5,-53.5 parent: 1 - - uid: 36235 + - uid: 55971 components: - type: Transform - pos: -40.5,33.5 + pos: 199.5,-52.5 parent: 1 - - uid: 36236 + - uid: 55972 components: - type: Transform - pos: -40.5,34.5 + pos: 200.5,-52.5 parent: 1 - - uid: 36237 + - uid: 55973 components: - type: Transform - pos: -40.5,35.5 + pos: 201.5,-52.5 parent: 1 - - uid: 36238 + - uid: 55974 components: - type: Transform - pos: -40.5,36.5 + pos: 202.5,-52.5 parent: 1 - - uid: 36239 + - uid: 55975 components: - type: Transform - pos: -41.5,31.5 + pos: 203.5,-52.5 parent: 1 - - uid: 36240 + - uid: 55976 components: - type: Transform - pos: -41.5,30.5 + pos: 204.5,-52.5 parent: 1 - - uid: 36241 + - uid: 55977 components: - type: Transform - pos: -40.5,30.5 + pos: 205.5,-52.5 parent: 1 - - uid: 36242 + - uid: 55978 components: - type: Transform - pos: -39.5,30.5 + pos: 206.5,-52.5 parent: 1 - - uid: 36243 + - uid: 55979 components: - type: Transform - pos: -38.5,30.5 + pos: 200.5,-51.5 parent: 1 - - uid: 36244 + - uid: 55980 components: - type: Transform - pos: -37.5,30.5 + pos: 201.5,-51.5 parent: 1 - - uid: 36245 + - uid: 55981 components: - type: Transform - pos: -36.5,30.5 + pos: 199.5,-51.5 parent: 1 - - uid: 36246 + - uid: 55982 components: - type: Transform - pos: -37.5,29.5 + pos: 199.5,-50.5 parent: 1 - - uid: 36247 + - uid: 55983 components: - type: Transform - pos: -38.5,29.5 + pos: 199.5,-49.5 parent: 1 - - uid: 36248 + - uid: 55984 components: - type: Transform - pos: -39.5,29.5 + pos: 200.5,-50.5 parent: 1 - - uid: 36249 + - uid: 55985 components: - type: Transform - pos: -40.5,29.5 + pos: 189.5,-24.5 parent: 1 - - uid: 36250 + - uid: 55986 components: - type: Transform - pos: -41.5,29.5 + pos: 189.5,-25.5 parent: 1 - - uid: 36251 + - uid: 55987 components: - type: Transform - pos: -41.5,28.5 + pos: 189.5,-26.5 parent: 1 - - uid: 36252 + - uid: 55988 components: - type: Transform - pos: -40.5,28.5 + pos: 189.5,-27.5 parent: 1 - - uid: 36253 + - uid: 55989 components: - type: Transform - pos: -39.5,28.5 + pos: 190.5,-20.5 parent: 1 - - uid: 36254 + - uid: 55990 components: - type: Transform - pos: -38.5,28.5 + pos: 190.5,-21.5 parent: 1 - - uid: 36255 + - uid: 55991 components: - type: Transform - pos: -40.5,27.5 + pos: 190.5,-22.5 parent: 1 - - uid: 36256 + - uid: 55992 components: - type: Transform - pos: -41.5,27.5 + pos: 190.5,-23.5 parent: 1 - - uid: 36257 + - uid: 55993 components: - type: Transform - pos: -41.5,26.5 + pos: 190.5,-24.5 parent: 1 - - uid: 36258 + - uid: 55994 components: - type: Transform - pos: -45.5,36.5 + pos: 190.5,-25.5 parent: 1 - - uid: 36259 + - uid: 55995 components: - type: Transform - pos: -45.5,35.5 + pos: 190.5,-26.5 parent: 1 - - uid: 36260 + - uid: 55996 components: - type: Transform - pos: -45.5,34.5 + pos: 190.5,-27.5 parent: 1 - - uid: 36261 + - uid: 55997 components: - type: Transform - pos: -45.5,33.5 + pos: 191.5,-20.5 parent: 1 - - uid: 36262 + - uid: 55998 components: - type: Transform - pos: -44.5,36.5 + pos: 191.5,-21.5 parent: 1 - - uid: 36263 + - uid: 55999 components: - type: Transform - pos: -44.5,35.5 + pos: 191.5,-22.5 parent: 1 - - uid: 36264 + - uid: 56000 components: - type: Transform - pos: -44.5,34.5 + pos: 191.5,-23.5 parent: 1 - - uid: 36265 + - uid: 56001 components: - type: Transform - pos: -44.5,33.5 + pos: 191.5,-24.5 parent: 1 - - uid: 36266 + - uid: 56002 components: - type: Transform - pos: -43.5,36.5 + pos: 191.5,-25.5 parent: 1 - - uid: 36267 + - uid: 56003 components: - type: Transform - pos: -43.5,35.5 + pos: 191.5,-26.5 parent: 1 - - uid: 36268 + - uid: 56004 components: - type: Transform - pos: -43.5,34.5 + pos: 191.5,-27.5 parent: 1 - - uid: 36269 + - uid: 56005 components: - type: Transform - pos: -43.5,33.5 + pos: 192.5,-20.5 parent: 1 - - uid: 36270 + - uid: 56006 components: - type: Transform - pos: -42.5,36.5 + pos: 192.5,-21.5 parent: 1 - - uid: 36271 + - uid: 56007 components: - type: Transform - pos: -42.5,35.5 + pos: 192.5,-22.5 parent: 1 - - uid: 36272 + - uid: 56008 components: - type: Transform - pos: -42.5,34.5 + pos: 192.5,-23.5 parent: 1 - - uid: 36273 + - uid: 56009 components: - type: Transform - pos: -42.5,33.5 + pos: 192.5,-24.5 parent: 1 - - uid: 36274 + - uid: 56010 components: - type: Transform - pos: -64.5,41.5 + pos: 192.5,-25.5 parent: 1 - - uid: 36275 + - uid: 56011 components: - type: Transform - pos: -63.5,38.5 + pos: 192.5,-26.5 parent: 1 - - uid: 36276 + - uid: 56012 components: - type: Transform - pos: -63.5,37.5 + pos: 192.5,-27.5 parent: 1 - - uid: 36277 + - uid: 56013 components: - type: Transform - pos: -63.5,39.5 + pos: 193.5,-20.5 parent: 1 - - uid: 36278 + - uid: 56014 components: - type: Transform - pos: -77.5,38.5 + pos: 193.5,-21.5 parent: 1 - - uid: 36279 + - uid: 56015 components: - type: Transform - pos: -62.5,38.5 + pos: 193.5,-22.5 parent: 1 - - uid: 36280 + - uid: 56016 components: - type: Transform - pos: -62.5,39.5 + pos: 193.5,-23.5 parent: 1 - - uid: 36281 + - uid: 56017 components: - type: Transform - pos: -63.5,40.5 + pos: 193.5,-24.5 parent: 1 - - uid: 36282 + - uid: 56018 components: - type: Transform - pos: -76.5,38.5 + pos: 193.5,-25.5 parent: 1 - - uid: 36283 + - uid: 56019 components: - type: Transform - pos: -78.5,37.5 + pos: 193.5,-26.5 parent: 1 - - uid: 36284 + - uid: 56020 components: - type: Transform - pos: -77.5,35.5 + pos: 193.5,-27.5 parent: 1 - - uid: 36285 + - uid: 56021 components: - type: Transform - pos: -78.5,36.5 + pos: 190.5,-28.5 parent: 1 - - uid: 36286 + - uid: 56022 components: - type: Transform - pos: -78.5,35.5 + pos: 191.5,-28.5 parent: 1 - - uid: 36287 + - uid: 56023 components: - type: Transform - pos: -78.5,34.5 + pos: 192.5,-28.5 parent: 1 - - uid: 36288 + - uid: 56024 components: - type: Transform - pos: -77.5,37.5 + pos: 193.5,-28.5 parent: 1 - - uid: 36289 + - uid: 56025 components: - type: Transform - pos: -62.5,37.5 + pos: 192.5,-29.5 parent: 1 - - uid: 36290 + - uid: 56026 components: - type: Transform - pos: -76.5,36.5 + pos: 192.5,-30.5 parent: 1 - - uid: 36291 + - uid: 56027 components: - type: Transform - pos: -75.5,37.5 + pos: 193.5,-29.5 parent: 1 - - uid: 36292 + - uid: 56028 components: - type: Transform - pos: -75.5,35.5 + pos: 193.5,-30.5 parent: 1 - - uid: 36293 + - uid: 56029 components: - type: Transform - pos: -76.5,34.5 + pos: 193.5,-31.5 parent: 1 - - uid: 36294 + - uid: 56030 components: - type: Transform - pos: -75.5,36.5 + pos: 193.5,-32.5 parent: 1 - - uid: 36295 + - uid: 56031 components: - type: Transform - pos: -77.5,34.5 + pos: 193.5,-33.5 parent: 1 - - uid: 36296 + - uid: 56032 components: - type: Transform - pos: -76.5,37.5 + pos: 190.5,-19.5 parent: 1 - - uid: 36297 + - uid: 56033 components: - type: Transform - pos: -76.5,35.5 + pos: 191.5,-17.5 parent: 1 - - uid: 36298 + - uid: 56034 components: - type: Transform - pos: -77.5,36.5 + pos: 191.5,-18.5 parent: 1 - - uid: 36299 + - uid: 56035 components: - type: Transform - pos: -74.5,37.5 + pos: 191.5,-19.5 parent: 1 - - uid: 36300 + - uid: 56036 components: - type: Transform - pos: -75.5,34.5 + pos: 192.5,-17.5 parent: 1 - - uid: 36301 + - uid: 56037 components: - type: Transform - pos: -74.5,36.5 + pos: 192.5,-18.5 parent: 1 - - uid: 36302 + - uid: 56038 components: - type: Transform - pos: -74.5,35.5 + pos: 192.5,-19.5 parent: 1 - - uid: 36303 + - uid: 56039 components: - type: Transform - pos: -73.5,37.5 + pos: 193.5,-17.5 parent: 1 - - uid: 36304 + - uid: 56040 components: - type: Transform - pos: -74.5,34.5 + pos: 193.5,-18.5 parent: 1 - - uid: 36305 + - uid: 56041 components: - type: Transform - pos: -73.5,36.5 + pos: 193.5,-19.5 parent: 1 - - uid: 36306 + - uid: 56042 components: - type: Transform - pos: -73.5,35.5 + pos: 191.5,-16.5 parent: 1 - - uid: 36307 + - uid: 56043 components: - type: Transform - pos: -73.5,34.5 + pos: 192.5,-16.5 parent: 1 - - uid: 36308 + - uid: 56044 components: - type: Transform - pos: -72.5,37.5 + pos: 193.5,-16.5 parent: 1 - - uid: 36309 + - uid: 56045 components: - type: Transform - pos: -72.5,36.5 + pos: 193.5,-13.5 parent: 1 - - uid: 36310 + - uid: 56046 components: - type: Transform - pos: -72.5,35.5 + pos: 193.5,-14.5 parent: 1 - - uid: 36311 + - uid: 56047 components: - type: Transform - pos: -72.5,34.5 + pos: 192.5,-14.5 parent: 1 - - uid: 36312 + - uid: 56048 components: - type: Transform - pos: -71.5,37.5 + pos: 192.5,-15.5 parent: 1 - - uid: 36313 + - uid: 56049 components: - type: Transform - pos: -71.5,36.5 + pos: 193.5,-15.5 parent: 1 - - uid: 36314 + - uid: 56050 components: - type: Transform - pos: -71.5,35.5 + pos: 179.5,-128.5 parent: 1 - - uid: 36315 + - uid: 56051 components: - type: Transform - pos: -71.5,34.5 + pos: 181.5,-132.5 parent: 1 - - uid: 36316 + - uid: 56052 components: - type: Transform - pos: -70.5,37.5 + pos: 192.5,119.5 parent: 1 - - uid: 36317 + - uid: 56053 components: - type: Transform - pos: -70.5,36.5 + pos: 180.5,-127.5 parent: 1 - - uid: 36319 + - uid: 56054 components: - type: Transform - pos: -70.5,34.5 + pos: 184.5,-124.5 parent: 1 - - uid: 36320 + - uid: 56055 components: - type: Transform - pos: -69.5,37.5 + pos: 184.5,-123.5 parent: 1 - - uid: 36321 + - uid: 56056 components: - type: Transform - pos: -69.5,36.5 + pos: 181.5,-130.5 parent: 1 - - uid: 36322 + - uid: 56057 components: - type: Transform - pos: -69.5,35.5 + pos: 180.5,-126.5 parent: 1 - - uid: 36323 + - uid: 56058 components: - type: Transform - pos: -69.5,34.5 + pos: 181.5,-126.5 parent: 1 - - uid: 36326 + - uid: 56059 components: - type: Transform - pos: -68.5,35.5 + pos: 186.5,-126.5 parent: 1 - - uid: 36327 + - uid: 56060 components: - type: Transform - pos: -68.5,34.5 + pos: 186.5,-127.5 parent: 1 - - uid: 36328 + - uid: 56061 components: - type: Transform - pos: -67.5,37.5 + pos: 184.5,-128.5 parent: 1 - - uid: 36329 + - uid: 56062 components: - type: Transform - pos: -67.5,36.5 + pos: 182.5,-126.5 parent: 1 - - uid: 36330 + - uid: 56063 components: - type: Transform - pos: -67.5,35.5 + pos: 185.5,-127.5 parent: 1 - - uid: 36331 + - uid: 56064 components: - type: Transform - pos: -67.5,34.5 + pos: 26.5,199.5 parent: 1 - - uid: 36332 + - uid: 56065 components: - type: Transform - pos: -66.5,37.5 + pos: 35.5,60.5 parent: 1 - - uid: 36333 + - uid: 56066 components: - type: Transform - pos: -66.5,36.5 + pos: 34.5,58.5 parent: 1 - - uid: 36334 + - uid: 56067 components: - type: Transform - pos: -66.5,35.5 + pos: 34.5,56.5 parent: 1 - - uid: 36335 + - uid: 56068 components: - type: Transform - pos: -66.5,34.5 + pos: 34.5,57.5 parent: 1 - - uid: 36336 + - uid: 56069 components: - type: Transform - pos: -65.5,37.5 + pos: 35.5,59.5 parent: 1 - - uid: 36337 + - uid: 56070 components: - type: Transform - pos: -65.5,36.5 + pos: 36.5,58.5 parent: 1 - - uid: 36338 + - uid: 56071 components: - type: Transform - pos: -65.5,35.5 + pos: 182.5,-130.5 parent: 1 - - uid: 36339 + - uid: 56072 components: - type: Transform - pos: -65.5,34.5 + pos: 35.5,58.5 parent: 1 - - uid: 36340 + - uid: 56073 components: - type: Transform - pos: -76.5,33.5 + pos: 36.5,57.5 parent: 1 - - uid: 36341 + - uid: 56074 components: - type: Transform - pos: -76.5,32.5 + pos: 41.5,36.5 parent: 1 - - uid: 36342 + - uid: 56075 components: - type: Transform - pos: -76.5,31.5 + pos: 47.5,36.5 parent: 1 - - uid: 36343 + - uid: 56076 components: - type: Transform - pos: -75.5,33.5 + pos: 47.5,35.5 parent: 1 - - uid: 36344 + - uid: 56077 components: - type: Transform - pos: -75.5,32.5 + pos: -4.5,29.5 parent: 1 - - uid: 36345 + - uid: 56078 components: - type: Transform - pos: -75.5,31.5 + pos: 34.5,35.5 parent: 1 - - uid: 36346 + - uid: 56079 components: - type: Transform - pos: -74.5,33.5 + pos: -4.5,42.5 parent: 1 - - uid: 36347 + - uid: 56080 components: - type: Transform - pos: -74.5,32.5 + pos: 43.5,36.5 parent: 1 - - uid: 36348 + - uid: 56081 components: - type: Transform - pos: -74.5,31.5 + pos: 35.5,35.5 parent: 1 - - uid: 36349 + - uid: 56082 components: - type: Transform - pos: -73.5,33.5 + pos: 33.5,34.5 parent: 1 - - uid: 36350 + - uid: 56083 components: - type: Transform - pos: -73.5,32.5 + pos: -5.5,47.5 parent: 1 - - uid: 36351 + - uid: 56084 components: - type: Transform - pos: -73.5,31.5 + pos: 31.5,35.5 parent: 1 - - uid: 36352 + - uid: 56085 components: - type: Transform - pos: -72.5,33.5 + pos: 31.5,36.5 parent: 1 - - uid: 36353 + - uid: 56086 components: - type: Transform - pos: -72.5,32.5 + pos: 35.5,34.5 parent: 1 - - uid: 36354 + - uid: 56087 components: - type: Transform - pos: -72.5,31.5 + pos: 46.5,36.5 parent: 1 - - uid: 36355 + - uid: 56088 components: - type: Transform - pos: -71.5,33.5 + pos: 42.5,36.5 parent: 1 - - uid: 36356 + - uid: 56089 components: - type: Transform - pos: -71.5,32.5 + pos: 36.5,36.5 parent: 1 - - uid: 36357 + - uid: 56090 components: - type: Transform - pos: -71.5,31.5 + pos: 34.5,34.5 parent: 1 - - uid: 36358 + - uid: 56091 components: - type: Transform - pos: -70.5,33.5 + pos: 1.5,31.5 parent: 1 - - uid: 36359 + - uid: 56092 components: - type: Transform - pos: -70.5,32.5 + pos: 32.5,36.5 parent: 1 - - uid: 36360 + - uid: 56093 components: - type: Transform - pos: -70.5,31.5 + pos: 32.5,35.5 parent: 1 - - uid: 36361 + - uid: 56094 components: - type: Transform - pos: -69.5,33.5 + pos: 2.5,31.5 parent: 1 - - uid: 36362 + - uid: 56095 components: - type: Transform - pos: -69.5,32.5 + pos: 44.5,36.5 parent: 1 - - uid: 36363 + - uid: 56096 components: - type: Transform - pos: -69.5,31.5 + pos: 46.5,35.5 parent: 1 - - uid: 36364 + - uid: 56097 components: - type: Transform - pos: -68.5,33.5 + pos: 34.5,36.5 parent: 1 - - uid: 36365 + - uid: 56098 components: - type: Transform - pos: -68.5,32.5 + pos: -16.5,28.5 parent: 1 - - uid: 36366 + - uid: 56099 components: - type: Transform - pos: -68.5,31.5 + pos: 38.5,36.5 parent: 1 - - uid: 36367 + - uid: 56100 components: - type: Transform - pos: -67.5,33.5 + pos: 37.5,36.5 parent: 1 - - uid: 36368 + - uid: 56101 components: - type: Transform - pos: -67.5,32.5 + pos: 39.5,36.5 parent: 1 - - uid: 36369 + - uid: 56102 components: - type: Transform - pos: -67.5,31.5 + pos: 33.5,35.5 parent: 1 - - uid: 36370 + - uid: 56103 components: - type: Transform - pos: -66.5,33.5 + pos: 49.5,34.5 parent: 1 - - uid: 36371 + - uid: 56104 components: - type: Transform - pos: -66.5,32.5 + pos: 35.5,36.5 parent: 1 - - uid: 36372 + - uid: 56105 components: - type: Transform - pos: -66.5,31.5 + pos: 36.5,35.5 parent: 1 - - uid: 36373 + - uid: 56106 components: - type: Transform - pos: -65.5,33.5 + pos: 33.5,36.5 parent: 1 - - uid: 36374 + - uid: 56107 components: - type: Transform - pos: -65.5,32.5 + pos: 48.5,34.5 parent: 1 - - uid: 36375 + - uid: 56108 components: - type: Transform - pos: -65.5,31.5 + pos: 40.5,36.5 parent: 1 - - uid: 36376 + - uid: 56109 components: - type: Transform - pos: -65.5,30.5 + pos: 45.5,36.5 parent: 1 - - uid: 36377 + - uid: 56110 components: - type: Transform - pos: -66.5,30.5 + pos: 32.5,34.5 parent: 1 - - uid: 36378 + - uid: 56111 components: - type: Transform - pos: -67.5,30.5 + pos: -5.5,45.5 parent: 1 - - uid: 36379 + - uid: 56112 components: - type: Transform - pos: -68.5,30.5 + pos: -5.5,46.5 parent: 1 - - uid: 36380 + - uid: 56113 components: - type: Transform - pos: -69.5,30.5 + pos: -5.5,53.5 parent: 1 - - uid: 36381 + - uid: 56114 components: - type: Transform - pos: -70.5,30.5 + pos: -5.5,44.5 parent: 1 - - uid: 36382 + - uid: 56115 components: - type: Transform - pos: -71.5,30.5 + pos: 29.5,36.5 parent: 1 - - uid: 36383 + - uid: 56116 components: - type: Transform - pos: -72.5,30.5 + pos: 28.5,34.5 parent: 1 - - uid: 36384 + - uid: 56117 components: - type: Transform - pos: -73.5,30.5 + pos: 28.5,36.5 parent: 1 - - uid: 36385 + - uid: 56118 components: - type: Transform - pos: -74.5,30.5 + pos: 27.5,34.5 parent: 1 - - uid: 36386 + - uid: 56119 components: - type: Transform - pos: -75.5,30.5 + pos: 27.5,36.5 parent: 1 - - uid: 36387 + - uid: 56120 components: - type: Transform - pos: -74.5,29.5 + pos: 26.5,34.5 parent: 1 - - uid: 36388 + - uid: 56121 components: - type: Transform - pos: -73.5,29.5 + pos: 26.5,36.5 parent: 1 - - uid: 36389 + - uid: 56122 components: - type: Transform - pos: -73.5,28.5 + pos: 25.5,34.5 parent: 1 - - uid: 36390 + - uid: 56123 components: - type: Transform - pos: -75.5,38.5 + pos: 25.5,36.5 parent: 1 - - uid: 36391 + - uid: 56124 components: - type: Transform - pos: -74.5,38.5 + pos: 24.5,34.5 parent: 1 - - uid: 36392 + - uid: 56125 components: - type: Transform - pos: -73.5,38.5 + pos: 24.5,36.5 parent: 1 - - uid: 36393 + - uid: 56126 components: - type: Transform - pos: -72.5,38.5 + pos: 23.5,34.5 parent: 1 - - uid: 36394 + - uid: 56127 components: - type: Transform - pos: -71.5,38.5 + pos: 23.5,36.5 parent: 1 - - uid: 36396 + - uid: 56128 components: - type: Transform - pos: -69.5,38.5 + pos: 22.5,34.5 parent: 1 - - uid: 36397 + - uid: 56129 components: - type: Transform - pos: -68.5,38.5 + pos: 22.5,36.5 parent: 1 - - uid: 36398 + - uid: 56130 components: - type: Transform - pos: -67.5,38.5 + pos: -33.5,43.5 parent: 1 - - uid: 36399 + - uid: 56131 components: - type: Transform - pos: -66.5,38.5 + pos: -4.5,40.5 parent: 1 - - uid: 36400 + - uid: 56132 components: - type: Transform - pos: -65.5,38.5 + pos: -4.5,41.5 parent: 1 - - uid: 36401 + - uid: 56133 components: - type: Transform - pos: -63.5,41.5 + pos: 25.5,33.5 parent: 1 - - uid: 36402 + - uid: 56134 components: - type: Transform - pos: -64.5,39.5 + pos: 26.5,33.5 parent: 1 - - uid: 36403 + - uid: 56135 components: - type: Transform - pos: -64.5,40.5 + pos: 27.5,33.5 parent: 1 - - uid: 36404 + - uid: 56136 components: - type: Transform - pos: -64.5,37.5 + pos: 0.5,47.5 parent: 1 - - uid: 36405 + - uid: 56137 components: - type: Transform - pos: -65.5,39.5 + pos: 33.5,33.5 parent: 1 - - uid: 36406 + - uid: 56138 components: - type: Transform - pos: -65.5,40.5 + pos: 34.5,33.5 parent: 1 - - uid: 36407 + - uid: 56139 components: - type: Transform - pos: -65.5,41.5 + pos: 18.5,36.5 parent: 1 - - uid: 36408 + - uid: 56140 components: - type: Transform - pos: -65.5,42.5 + pos: 17.5,36.5 parent: 1 - - uid: 36409 + - uid: 56141 components: - type: Transform - pos: -65.5,43.5 + pos: 16.5,36.5 parent: 1 - - uid: 36410 + - uid: 56142 components: - type: Transform - pos: -65.5,44.5 + pos: 15.5,36.5 parent: 1 - - uid: 36411 + - uid: 56143 components: - type: Transform - pos: -65.5,45.5 + pos: 14.5,36.5 parent: 1 - - uid: 36412 + - uid: 56144 components: - type: Transform - pos: -65.5,46.5 + pos: 13.5,36.5 parent: 1 - - uid: 36413 + - uid: 56145 components: - type: Transform - pos: -65.5,47.5 + pos: 12.5,36.5 parent: 1 - - uid: 36414 + - uid: 56146 components: - type: Transform - pos: -65.5,48.5 + pos: 11.5,36.5 parent: 1 - - uid: 36415 + - uid: 56147 components: - type: Transform - pos: -65.5,49.5 + pos: 10.5,36.5 parent: 1 - - uid: 36416 + - uid: 56148 components: - type: Transform - pos: -65.5,50.5 + pos: 9.5,36.5 parent: 1 - - uid: 36417 + - uid: 56149 components: - type: Transform - pos: -65.5,51.5 + pos: 8.5,36.5 parent: 1 - - uid: 36418 + - uid: 56150 components: - type: Transform - pos: -66.5,39.5 + pos: 7.5,36.5 parent: 1 - - uid: 36419 + - uid: 56151 components: - type: Transform - pos: -66.5,40.5 + pos: 6.5,36.5 parent: 1 - - uid: 36420 + - uid: 56152 components: - type: Transform - pos: -66.5,41.5 + pos: 5.5,36.5 parent: 1 - - uid: 36421 + - uid: 56153 components: - type: Transform - pos: -66.5,42.5 + pos: 4.5,36.5 parent: 1 - - uid: 36422 + - uid: 56154 components: - type: Transform - pos: -66.5,43.5 + pos: 3.5,36.5 parent: 1 - - uid: 36423 + - uid: 56155 components: - type: Transform - pos: -66.5,44.5 + pos: 2.5,36.5 parent: 1 - - uid: 36425 + - uid: 56156 components: - type: Transform - pos: -66.5,46.5 + pos: 1.5,36.5 parent: 1 - - uid: 36426 + - uid: 56157 components: - type: Transform - pos: -66.5,47.5 + pos: 0.5,36.5 parent: 1 - - uid: 36427 + - uid: 56158 components: - type: Transform - pos: -66.5,48.5 + pos: -0.5,36.5 parent: 1 - - uid: 36428 + - uid: 56159 components: - type: Transform - pos: -66.5,49.5 + pos: -1.5,36.5 parent: 1 - - uid: 36429 + - uid: 56160 components: - type: Transform - pos: -66.5,50.5 + pos: -2.5,36.5 parent: 1 - - uid: 36430 + - uid: 56161 components: - type: Transform - pos: -66.5,51.5 + pos: -2.5,35.5 parent: 1 - - uid: 36431 + - uid: 56162 components: - type: Transform - pos: -67.5,39.5 + pos: -3.5,35.5 parent: 1 - - uid: 36432 + - uid: 56163 components: - type: Transform - pos: -67.5,40.5 + pos: -4.5,30.5 parent: 1 - - uid: 36433 + - uid: 56164 components: - type: Transform - pos: -67.5,41.5 + pos: -3.5,34.5 parent: 1 - - uid: 36434 + - uid: 56165 components: - type: Transform - pos: -67.5,42.5 + pos: -2.5,32.5 parent: 1 - - uid: 36435 + - uid: 56166 components: - type: Transform - pos: -67.5,43.5 + pos: -1.5,33.5 parent: 1 - - uid: 36436 + - uid: 56167 components: - type: Transform - pos: -67.5,44.5 + pos: -1.5,32.5 parent: 1 - - uid: 36437 + - uid: 56168 components: - type: Transform - pos: -67.5,45.5 + pos: -0.5,34.5 parent: 1 - - uid: 36438 + - uid: 56169 components: - type: Transform - pos: -67.5,46.5 + pos: -0.5,33.5 parent: 1 - - uid: 36439 + - uid: 56170 components: - type: Transform - pos: -67.5,47.5 + pos: -0.5,32.5 parent: 1 - - uid: 36440 + - uid: 56171 components: - type: Transform - pos: -67.5,48.5 + pos: 0.5,34.5 parent: 1 - - uid: 36441 + - uid: 56172 components: - type: Transform - pos: -67.5,49.5 + pos: 0.5,33.5 parent: 1 - - uid: 36442 + - uid: 56173 components: - type: Transform - pos: -67.5,50.5 + pos: 0.5,32.5 parent: 1 - - uid: 36443 + - uid: 56174 components: - type: Transform - pos: -67.5,51.5 + pos: 1.5,34.5 parent: 1 - - uid: 36444 + - uid: 56175 components: - type: Transform - pos: -68.5,39.5 + pos: 1.5,33.5 parent: 1 - - uid: 36445 + - uid: 56176 components: - type: Transform - pos: -68.5,40.5 + pos: 1.5,32.5 parent: 1 - - uid: 36446 + - uid: 56177 components: - type: Transform - pos: -68.5,41.5 + pos: 2.5,34.5 parent: 1 - - uid: 36447 + - uid: 56178 components: - type: Transform - pos: -68.5,42.5 + pos: 2.5,33.5 parent: 1 - - uid: 36449 + - uid: 56179 components: - type: Transform - pos: -68.5,44.5 + pos: 2.5,32.5 parent: 1 - - uid: 36450 + - uid: 56180 components: - type: Transform - pos: -68.5,45.5 + pos: 3.5,34.5 parent: 1 - - uid: 36451 + - uid: 56181 components: - type: Transform - pos: -68.5,46.5 + pos: 3.5,33.5 parent: 1 - - uid: 36452 + - uid: 56182 components: - type: Transform - pos: -68.5,47.5 + pos: 3.5,32.5 parent: 1 - - uid: 36453 + - uid: 56183 components: - type: Transform - pos: -68.5,48.5 + pos: 4.5,34.5 parent: 1 - - uid: 36454 + - uid: 56184 components: - type: Transform - pos: -68.5,49.5 + pos: 4.5,33.5 parent: 1 - - uid: 36455 + - uid: 56185 components: - type: Transform - pos: -68.5,50.5 + pos: 4.5,32.5 parent: 1 - - uid: 36456 + - uid: 56186 components: - type: Transform - pos: -68.5,51.5 + pos: 5.5,34.5 parent: 1 - - uid: 36457 + - uid: 56187 components: - type: Transform - pos: -69.5,39.5 + pos: 5.5,33.5 parent: 1 - - uid: 36458 + - uid: 56188 components: - type: Transform - pos: -69.5,40.5 + pos: 5.5,32.5 parent: 1 - - uid: 36459 + - uid: 56189 components: - type: Transform - pos: -69.5,41.5 + pos: 6.5,34.5 parent: 1 - - uid: 36460 + - uid: 56190 components: - type: Transform - pos: -69.5,42.5 + pos: 6.5,33.5 parent: 1 - - uid: 36461 + - uid: 56191 components: - type: Transform - pos: -69.5,43.5 + pos: 6.5,32.5 parent: 1 - - uid: 36462 + - uid: 56192 components: - type: Transform - pos: -69.5,44.5 + pos: 7.5,34.5 parent: 1 - - uid: 36463 + - uid: 56193 components: - type: Transform - pos: -69.5,45.5 + pos: 7.5,33.5 parent: 1 - - uid: 36464 + - uid: 56194 components: - type: Transform - pos: -69.5,46.5 + pos: 7.5,32.5 parent: 1 - - uid: 36465 + - uid: 56195 components: - type: Transform - pos: -69.5,47.5 + pos: 8.5,34.5 parent: 1 - - uid: 36466 + - uid: 56196 components: - type: Transform - pos: -69.5,48.5 + pos: 8.5,33.5 parent: 1 - - uid: 36467 + - uid: 56197 components: - type: Transform - pos: -69.5,49.5 + pos: 8.5,32.5 parent: 1 - - uid: 36468 + - uid: 56198 components: - type: Transform - pos: -69.5,50.5 + pos: 9.5,34.5 parent: 1 - - uid: 36469 + - uid: 56199 components: - type: Transform - pos: -69.5,51.5 + pos: 9.5,33.5 parent: 1 - - uid: 36470 + - uid: 56200 components: - type: Transform - pos: -70.5,39.5 + pos: 9.5,32.5 parent: 1 - - uid: 36471 + - uid: 56201 components: - type: Transform - pos: -70.5,40.5 + pos: 10.5,34.5 parent: 1 - - uid: 36472 + - uid: 56202 components: - type: Transform - pos: -70.5,41.5 + pos: 10.5,33.5 parent: 1 - - uid: 36473 + - uid: 56203 components: - type: Transform - pos: -70.5,42.5 + pos: 10.5,32.5 parent: 1 - - uid: 36474 + - uid: 56204 components: - type: Transform - pos: -70.5,43.5 + pos: 11.5,34.5 parent: 1 - - uid: 36475 + - uid: 56205 components: - type: Transform - pos: -70.5,44.5 + pos: 11.5,33.5 parent: 1 - - uid: 36476 + - uid: 56206 components: - type: Transform - pos: -70.5,45.5 + pos: 11.5,32.5 parent: 1 - - uid: 36477 + - uid: 56207 components: - type: Transform - pos: -70.5,46.5 + pos: 12.5,34.5 parent: 1 - - uid: 36478 + - uid: 56208 components: - type: Transform - pos: -70.5,47.5 + pos: 12.5,33.5 parent: 1 - - uid: 36479 + - uid: 56209 components: - type: Transform - pos: -70.5,48.5 + pos: 12.5,32.5 parent: 1 - - uid: 36480 + - uid: 56210 components: - type: Transform - pos: -70.5,49.5 + pos: 13.5,34.5 parent: 1 - - uid: 36481 + - uid: 56211 components: - type: Transform - pos: -70.5,50.5 + pos: 13.5,33.5 parent: 1 - - uid: 36482 + - uid: 56212 components: - type: Transform - pos: -70.5,51.5 + pos: 13.5,32.5 parent: 1 - - uid: 36483 + - uid: 56213 components: - type: Transform - pos: -71.5,45.5 + pos: 14.5,34.5 parent: 1 - - uid: 36484 + - uid: 56214 components: - type: Transform - pos: -71.5,44.5 + pos: 14.5,33.5 parent: 1 - - uid: 36485 + - uid: 56215 components: - type: Transform - pos: -71.5,43.5 + pos: 14.5,32.5 parent: 1 - - uid: 36486 + - uid: 56216 components: - type: Transform - pos: -71.5,42.5 + pos: 15.5,34.5 parent: 1 - - uid: 36487 + - uid: 56217 components: - type: Transform - pos: -71.5,41.5 + pos: 15.5,33.5 parent: 1 - - uid: 36488 + - uid: 56218 components: - type: Transform - pos: -71.5,40.5 + pos: 15.5,32.5 parent: 1 - - uid: 36489 + - uid: 56219 components: - type: Transform - pos: -71.5,39.5 + pos: 16.5,34.5 parent: 1 - - uid: 36490 + - uid: 56220 components: - type: Transform - pos: -72.5,44.5 + pos: 16.5,33.5 parent: 1 - - uid: 36491 + - uid: 56221 components: - type: Transform - pos: -72.5,43.5 + pos: 16.5,32.5 parent: 1 - - uid: 36492 + - uid: 56222 components: - type: Transform - pos: -72.5,42.5 + pos: 17.5,34.5 parent: 1 - - uid: 36493 + - uid: 56223 components: - type: Transform - pos: -72.5,41.5 + pos: 17.5,33.5 parent: 1 - - uid: 36494 + - uid: 56224 components: - type: Transform - pos: -72.5,40.5 + pos: 17.5,32.5 parent: 1 - - uid: 36495 + - uid: 56225 components: - type: Transform - pos: -72.5,39.5 + pos: 18.5,33.5 parent: 1 - - uid: 36496 + - uid: 56226 components: - type: Transform - pos: -73.5,42.5 + pos: 18.5,34.5 parent: 1 - - uid: 36497 + - uid: 56227 components: - type: Transform - pos: -73.5,41.5 + pos: 19.5,34.5 parent: 1 - - uid: 36498 + - uid: 56228 components: - type: Transform - pos: -73.5,40.5 + pos: 3.5,31.5 parent: 1 - - uid: 36499 + - uid: 56229 components: - type: Transform - pos: -73.5,39.5 + pos: 4.5,31.5 parent: 1 - - uid: 36500 + - uid: 56230 components: - type: Transform - pos: -74.5,41.5 + pos: 5.5,31.5 parent: 1 - - uid: 36501 + - uid: 56231 components: - type: Transform - pos: -74.5,40.5 + pos: 6.5,31.5 parent: 1 - - uid: 36502 + - uid: 56232 components: - type: Transform - pos: -74.5,39.5 + pos: 7.5,31.5 parent: 1 - - uid: 36503 + - uid: 56233 components: - type: Transform - pos: -75.5,40.5 + pos: 8.5,31.5 parent: 1 - - uid: 36504 + - uid: 56234 components: - type: Transform - pos: -75.5,39.5 + pos: 9.5,31.5 parent: 1 - - uid: 36505 + - uid: 56235 components: - type: Transform - pos: -76.5,39.5 + pos: 10.5,31.5 parent: 1 - - uid: 36506 + - uid: 56236 components: - type: Transform - pos: -72.5,51.5 + pos: 11.5,31.5 parent: 1 - - uid: 36507 + - uid: 56237 components: - type: Transform - pos: -72.5,50.5 + pos: 12.5,31.5 parent: 1 - - uid: 36508 + - uid: 56238 components: - type: Transform - pos: -71.5,51.5 + pos: 13.5,31.5 parent: 1 - - uid: 36509 + - uid: 56239 components: - type: Transform - pos: -71.5,50.5 + pos: 14.5,31.5 parent: 1 - - uid: 36510 + - uid: 56240 components: - type: Transform - pos: -71.5,49.5 + pos: 15.5,31.5 parent: 1 - - uid: 36511 + - uid: 56241 components: - type: Transform - pos: -72.5,49.5 + pos: 16.5,31.5 parent: 1 - - uid: 36512 + - uid: 56242 components: - type: Transform - pos: -74.5,50.5 + pos: 17.5,31.5 parent: 1 - - uid: 36513 + - uid: 56243 components: - type: Transform - pos: -74.5,51.5 + pos: 13.5,30.5 parent: 1 - - uid: 36514 + - uid: 56244 components: - type: Transform - pos: -73.5,50.5 + pos: 12.5,30.5 parent: 1 - - uid: 36515 + - uid: 56245 components: - type: Transform - pos: -73.5,51.5 + pos: 11.5,30.5 parent: 1 - - uid: 36516 + - uid: 56246 components: - type: Transform - pos: -75.5,51.5 + pos: 10.5,30.5 parent: 1 - - uid: 36517 + - uid: 56247 components: - type: Transform - pos: -62.5,40.5 + pos: 9.5,30.5 parent: 1 - - uid: 36518 + - uid: 56248 components: - type: Transform - pos: -62.5,41.5 + pos: 8.5,30.5 parent: 1 - - uid: 36519 + - uid: 56249 components: - type: Transform - pos: -61.5,37.5 + pos: 7.5,30.5 parent: 1 - - uid: 36520 + - uid: 56250 components: - type: Transform - pos: -61.5,38.5 + pos: 6.5,30.5 parent: 1 - - uid: 36521 + - uid: 56251 components: - type: Transform - pos: -61.5,39.5 + pos: 5.5,30.5 parent: 1 - - uid: 36522 + - uid: 56252 components: - type: Transform - pos: -61.5,40.5 + pos: 4.5,30.5 parent: 1 - - uid: 36523 + - uid: 56253 components: - type: Transform - pos: -61.5,41.5 + pos: 7.5,29.5 parent: 1 - - uid: 36524 + - uid: 56254 components: - type: Transform - pos: -60.5,37.5 + pos: 8.5,29.5 parent: 1 - - uid: 36525 + - uid: 56255 components: - type: Transform - pos: -60.5,38.5 + pos: 9.5,29.5 parent: 1 - - uid: 36526 + - uid: 56256 components: - type: Transform - pos: -60.5,39.5 + pos: 10.5,29.5 parent: 1 - - uid: 36527 + - uid: 56257 components: - type: Transform - pos: -60.5,40.5 + pos: 11.5,29.5 parent: 1 - - uid: 36528 + - uid: 56258 components: - type: Transform - pos: -60.5,41.5 + pos: 12.5,29.5 parent: 1 - - uid: 36529 + - uid: 56259 components: - type: Transform - pos: -59.5,37.5 + pos: -4.5,31.5 parent: 1 - - uid: 36530 + - uid: 56260 components: - type: Transform - pos: -59.5,38.5 + pos: -3.5,30.5 parent: 1 - - uid: 36532 + - uid: 56261 components: - type: Transform - pos: -59.5,40.5 + pos: -3.5,31.5 parent: 1 - - uid: 36533 + - uid: 56262 components: - type: Transform - pos: -59.5,41.5 + pos: -2.5,31.5 parent: 1 - - uid: 36534 + - uid: 56263 components: - type: Transform - pos: -58.5,37.5 + pos: -4.5,33.5 parent: 1 - - uid: 36535 + - uid: 56264 components: - type: Transform - pos: -58.5,38.5 + pos: -4.5,34.5 parent: 1 - - uid: 36536 + - uid: 56265 components: - type: Transform - pos: -58.5,39.5 + pos: -33.5,47.5 parent: 1 - - uid: 36537 + - uid: 56266 components: - type: Transform - pos: -58.5,40.5 + pos: -5.5,29.5 parent: 1 - - uid: 36538 + - uid: 56267 components: - type: Transform - pos: -58.5,41.5 + pos: -5.5,30.5 parent: 1 - - uid: 36539 + - uid: 56268 components: - type: Transform - pos: -57.5,37.5 + pos: -5.5,31.5 parent: 1 - - uid: 36540 + - uid: 56269 components: - type: Transform - pos: -57.5,38.5 + pos: -5.5,33.5 parent: 1 - - uid: 36541 + - uid: 56270 components: - type: Transform - pos: -57.5,39.5 + pos: -5.5,35.5 parent: 1 - - uid: 36542 + - uid: 56271 components: - type: Transform - pos: -57.5,40.5 + pos: -6.5,29.5 parent: 1 - - uid: 36543 + - uid: 56272 components: - type: Transform - pos: -57.5,41.5 + pos: -6.5,30.5 parent: 1 - - uid: 36544 + - uid: 56273 components: - type: Transform - pos: -56.5,37.5 + pos: -6.5,31.5 parent: 1 - - uid: 36545 + - uid: 56274 components: - type: Transform - pos: -56.5,38.5 + pos: -6.5,33.5 parent: 1 - - uid: 36547 + - uid: 56275 components: - type: Transform - pos: -56.5,40.5 + pos: -6.5,34.5 parent: 1 - - uid: 36548 + - uid: 56276 components: - type: Transform - pos: -56.5,41.5 + pos: -7.5,29.5 parent: 1 - - uid: 36549 + - uid: 56277 components: - type: Transform - pos: -55.5,37.5 + pos: -7.5,30.5 parent: 1 - - uid: 36550 + - uid: 56278 components: - type: Transform - pos: -55.5,38.5 + pos: -7.5,31.5 parent: 1 - - uid: 36552 + - uid: 56279 components: - type: Transform - pos: -55.5,40.5 + pos: -7.5,33.5 parent: 1 - - uid: 36553 + - uid: 56280 components: - type: Transform - pos: -55.5,41.5 + pos: -7.5,34.5 parent: 1 - - uid: 36554 + - uid: 56281 components: - type: Transform - pos: -54.5,37.5 + pos: -7.5,35.5 parent: 1 - - uid: 36555 + - uid: 56282 components: - type: Transform - pos: -54.5,38.5 + pos: -7.5,36.5 parent: 1 - - uid: 36556 + - uid: 56283 components: - type: Transform - pos: -54.5,39.5 + pos: -8.5,29.5 parent: 1 - - uid: 36557 + - uid: 56284 components: - type: Transform - pos: -54.5,40.5 + pos: -8.5,30.5 parent: 1 - - uid: 36558 + - uid: 56285 components: - type: Transform - pos: -54.5,41.5 + pos: -8.5,31.5 parent: 1 - - uid: 36559 + - uid: 56286 components: - type: Transform - pos: -53.5,37.5 + pos: -8.5,33.5 parent: 1 - - uid: 36560 + - uid: 56287 components: - type: Transform - pos: -53.5,38.5 + pos: -8.5,34.5 parent: 1 - - uid: 36561 + - uid: 56288 components: - type: Transform - pos: -53.5,39.5 + pos: -8.5,35.5 parent: 1 - - uid: 36562 + - uid: 56289 components: - type: Transform - pos: -53.5,40.5 + pos: -8.5,36.5 parent: 1 - - uid: 36563 + - uid: 56290 components: - type: Transform - pos: -53.5,41.5 + pos: -9.5,29.5 parent: 1 - - uid: 36564 + - uid: 56291 components: - type: Transform - pos: -52.5,37.5 + pos: -9.5,30.5 parent: 1 - - uid: 36565 + - uid: 56292 components: - type: Transform - pos: -52.5,38.5 + pos: -9.5,31.5 parent: 1 - - uid: 36566 + - uid: 56293 components: - type: Transform - pos: -52.5,39.5 + pos: -9.5,33.5 parent: 1 - - uid: 36567 + - uid: 56294 components: - type: Transform - pos: -52.5,40.5 + pos: -9.5,34.5 parent: 1 - - uid: 36568 + - uid: 56295 components: - type: Transform - pos: -52.5,41.5 + pos: -9.5,35.5 parent: 1 - - uid: 36569 + - uid: 56296 components: - type: Transform - pos: -51.5,37.5 + pos: -9.5,36.5 parent: 1 - - uid: 36570 + - uid: 56297 components: - type: Transform - pos: -51.5,38.5 + pos: -10.5,29.5 parent: 1 - - uid: 36572 + - uid: 56298 components: - type: Transform - pos: -51.5,40.5 + pos: -10.5,30.5 parent: 1 - - uid: 36573 + - uid: 56299 components: - type: Transform - pos: -51.5,41.5 + pos: -10.5,31.5 parent: 1 - - uid: 36574 + - uid: 56300 components: - type: Transform - pos: -50.5,37.5 + pos: -10.5,33.5 parent: 1 - - uid: 36576 + - uid: 56301 components: - type: Transform - pos: -50.5,39.5 + pos: -10.5,34.5 parent: 1 - - uid: 36577 + - uid: 56302 components: - type: Transform - pos: -50.5,40.5 + pos: -10.5,35.5 parent: 1 - - uid: 36578 + - uid: 56303 components: - type: Transform - pos: -50.5,41.5 + pos: -10.5,36.5 parent: 1 - - uid: 36579 + - uid: 56304 components: - type: Transform - pos: -49.5,37.5 + pos: -11.5,29.5 parent: 1 - - uid: 36580 + - uid: 56305 components: - type: Transform - pos: -49.5,38.5 + pos: -11.5,30.5 parent: 1 - - uid: 36581 + - uid: 56306 components: - type: Transform - pos: -49.5,39.5 + pos: -11.5,31.5 parent: 1 - - uid: 36582 + - uid: 56307 components: - type: Transform - pos: -49.5,40.5 + pos: -11.5,33.5 parent: 1 - - uid: 36583 + - uid: 56308 components: - type: Transform - pos: -49.5,41.5 + pos: -11.5,34.5 parent: 1 - - uid: 36584 + - uid: 56309 components: - type: Transform - pos: -48.5,37.5 + pos: -11.5,35.5 parent: 1 - - uid: 36586 + - uid: 56310 components: - type: Transform - pos: -48.5,39.5 + pos: -11.5,36.5 parent: 1 - - uid: 36587 + - uid: 56311 components: - type: Transform - pos: -48.5,40.5 + pos: -12.5,29.5 parent: 1 - - uid: 36588 + - uid: 56312 components: - type: Transform - pos: -48.5,41.5 + pos: -12.5,30.5 parent: 1 - - uid: 36589 + - uid: 56313 components: - type: Transform - pos: -47.5,37.5 + pos: -12.5,31.5 parent: 1 - - uid: 36591 + - uid: 56314 components: - type: Transform - pos: -47.5,39.5 + pos: -12.5,33.5 parent: 1 - - uid: 36592 + - uid: 56315 components: - type: Transform - pos: -47.5,40.5 + pos: -12.5,34.5 parent: 1 - - uid: 36593 + - uid: 56316 components: - type: Transform - pos: -47.5,41.5 + pos: -12.5,35.5 parent: 1 - - uid: 36594 + - uid: 56317 components: - type: Transform - pos: -46.5,37.5 + pos: -13.5,29.5 parent: 1 - - uid: 36595 + - uid: 56318 components: - type: Transform - pos: -46.5,38.5 + pos: -13.5,30.5 parent: 1 - - uid: 36596 + - uid: 56319 components: - type: Transform - pos: -46.5,39.5 + pos: -13.5,31.5 parent: 1 - - uid: 36597 + - uid: 56320 components: - type: Transform - pos: -46.5,40.5 + pos: -13.5,33.5 parent: 1 - - uid: 36598 + - uid: 56321 components: - type: Transform - pos: -46.5,41.5 + pos: -13.5,34.5 parent: 1 - - uid: 36599 + - uid: 56322 components: - type: Transform - pos: -45.5,37.5 + pos: -13.5,35.5 parent: 1 - - uid: 36600 + - uid: 56323 components: - type: Transform - pos: -45.5,38.5 + pos: -13.5,36.5 parent: 1 - - uid: 36601 + - uid: 56324 components: - type: Transform - pos: -45.5,39.5 + pos: -14.5,29.5 parent: 1 - - uid: 36602 + - uid: 56325 components: - type: Transform - pos: -45.5,40.5 + pos: -14.5,30.5 parent: 1 - - uid: 36603 + - uid: 56326 components: - type: Transform - pos: -45.5,41.5 + pos: -14.5,31.5 parent: 1 - - uid: 36604 + - uid: 56327 components: - type: Transform - pos: -43.5,38.5 + pos: -14.5,33.5 parent: 1 - - uid: 36605 + - uid: 56328 components: - type: Transform - pos: -43.5,39.5 + pos: -14.5,34.5 parent: 1 - - uid: 36606 + - uid: 56329 components: - type: Transform - pos: -43.5,40.5 + pos: -14.5,35.5 parent: 1 - - uid: 36607 + - uid: 56330 components: - type: Transform - pos: -43.5,41.5 + pos: -14.5,36.5 parent: 1 - - uid: 36608 + - uid: 56331 components: - type: Transform - pos: -42.5,38.5 + pos: -15.5,29.5 parent: 1 - - uid: 36609 + - uid: 56332 components: - type: Transform - pos: -42.5,39.5 + pos: -15.5,30.5 parent: 1 - - uid: 36610 + - uid: 56333 components: - type: Transform - pos: -42.5,40.5 + pos: -15.5,31.5 parent: 1 - - uid: 36611 + - uid: 56334 components: - type: Transform - pos: -42.5,41.5 + pos: -15.5,33.5 parent: 1 - - uid: 36612 + - uid: 56335 components: - type: Transform - pos: -41.5,38.5 + pos: -15.5,34.5 parent: 1 - - uid: 36613 + - uid: 56336 components: - type: Transform - pos: -41.5,39.5 + pos: -15.5,35.5 parent: 1 - - uid: 36614 + - uid: 56337 components: - type: Transform - pos: -41.5,40.5 + pos: -15.5,36.5 parent: 1 - - uid: 36615 + - uid: 56338 components: - type: Transform - pos: -41.5,41.5 + pos: -16.5,29.5 parent: 1 - - uid: 36616 + - uid: 56339 components: - type: Transform - pos: -40.5,37.5 + pos: -16.5,30.5 parent: 1 - - uid: 36617 + - uid: 56340 components: - type: Transform - pos: -40.5,38.5 + pos: -16.5,31.5 parent: 1 - - uid: 36618 + - uid: 56341 components: - type: Transform - pos: -40.5,39.5 + pos: -16.5,33.5 parent: 1 - - uid: 36619 + - uid: 56342 components: - type: Transform - pos: -40.5,40.5 + pos: -16.5,34.5 parent: 1 - - uid: 36620 + - uid: 56343 components: - type: Transform - pos: -40.5,41.5 + pos: -16.5,35.5 parent: 1 - - uid: 36621 + - uid: 56344 components: - type: Transform - pos: -39.5,37.5 + pos: -16.5,36.5 parent: 1 - - uid: 36622 + - uid: 56345 components: - type: Transform - pos: -39.5,38.5 + pos: -17.5,29.5 parent: 1 - - uid: 36623 + - uid: 56346 components: - type: Transform - pos: -39.5,39.5 + pos: -17.5,30.5 parent: 1 - - uid: 36624 + - uid: 56347 components: - type: Transform - pos: -39.5,40.5 + pos: -17.5,31.5 parent: 1 - - uid: 36625 + - uid: 56348 components: - type: Transform - pos: -39.5,41.5 + pos: -17.5,33.5 parent: 1 - - uid: 36626 + - uid: 56349 components: - type: Transform - pos: -38.5,37.5 + pos: -17.5,34.5 parent: 1 - - uid: 36627 + - uid: 56350 components: - type: Transform - pos: -38.5,38.5 + pos: -17.5,35.5 parent: 1 - - uid: 36629 + - uid: 56351 components: - type: Transform - pos: -38.5,40.5 + pos: -17.5,36.5 parent: 1 - - uid: 36630 + - uid: 56352 components: - type: Transform - pos: -38.5,41.5 + pos: -15.5,28.5 parent: 1 - - uid: 36631 + - uid: 56353 components: - type: Transform - pos: -37.5,37.5 + pos: -14.5,28.5 parent: 1 - - uid: 36632 + - uid: 56354 components: - type: Transform - pos: -37.5,38.5 + pos: -13.5,28.5 parent: 1 - - uid: 36633 + - uid: 56355 components: - type: Transform - pos: -37.5,39.5 + pos: -12.5,28.5 parent: 1 - - uid: 36634 + - uid: 56356 components: - type: Transform - pos: -37.5,40.5 + pos: -11.5,28.5 parent: 1 - - uid: 36635 + - uid: 56357 components: - type: Transform - pos: -36.5,37.5 + pos: -10.5,28.5 parent: 1 - - uid: 36636 + - uid: 56358 components: - type: Transform - pos: -36.5,38.5 + pos: -9.5,28.5 parent: 1 - - uid: 36637 + - uid: 56359 components: - type: Transform - pos: -36.5,39.5 + pos: -8.5,28.5 parent: 1 - - uid: 36638 + - uid: 56360 components: - type: Transform - pos: -35.5,37.5 + pos: -7.5,28.5 parent: 1 - - uid: 36639 + - uid: 56361 components: - type: Transform - pos: -34.5,37.5 + pos: -8.5,27.5 parent: 1 - - uid: 36640 + - uid: 56362 components: - type: Transform - pos: -34.5,38.5 + pos: -9.5,27.5 parent: 1 - - uid: 36641 + - uid: 56363 components: - type: Transform - pos: -33.5,37.5 + pos: -10.5,27.5 parent: 1 - - uid: 36642 + - uid: 56364 components: - type: Transform - pos: -33.5,38.5 + pos: -11.5,27.5 parent: 1 - - uid: 36643 + - uid: 56365 components: - type: Transform - pos: -33.5,39.5 + pos: -12.5,27.5 parent: 1 - - uid: 36644 + - uid: 56366 components: - type: Transform - pos: -33.5,40.5 + pos: -13.5,27.5 parent: 1 - - uid: 36645 + - uid: 56367 components: - type: Transform - pos: -41.5,54.5 + pos: -14.5,27.5 parent: 1 - - uid: 36646 + - uid: 56368 components: - type: Transform - pos: -32.5,37.5 + pos: -15.5,27.5 parent: 1 - - uid: 36647 + - uid: 56369 components: - type: Transform - pos: -32.5,38.5 + pos: -14.5,26.5 parent: 1 - - uid: 36648 + - uid: 56370 components: - type: Transform - pos: -32.5,39.5 + pos: -13.5,26.5 parent: 1 - - uid: 36649 + - uid: 56371 components: - type: Transform - pos: -32.5,40.5 + pos: -12.5,26.5 parent: 1 - - uid: 36650 + - uid: 56372 components: - type: Transform - pos: -41.5,53.5 + pos: -11.5,26.5 parent: 1 - - uid: 36651 + - uid: 56373 components: - type: Transform - pos: -31.5,37.5 + pos: -24.5,29.5 parent: 1 - - uid: 36652 + - uid: 56374 components: - type: Transform - pos: -31.5,38.5 + pos: -19.5,30.5 parent: 1 - - uid: 36653 + - uid: 56375 components: - type: Transform - pos: -31.5,39.5 + pos: -19.5,31.5 parent: 1 - - uid: 36655 + - uid: 56376 components: - type: Transform - pos: -36.5,54.5 + pos: -19.5,33.5 parent: 1 - - uid: 36656 + - uid: 56377 components: - type: Transform - pos: -30.5,37.5 + pos: -19.5,34.5 parent: 1 - - uid: 36657 + - uid: 56378 components: - type: Transform - pos: -30.5,38.5 + pos: -19.5,36.5 parent: 1 - - uid: 36658 + - uid: 56379 components: - type: Transform - pos: -30.5,39.5 + pos: -18.5,30.5 parent: 1 - - uid: 36660 + - uid: 56380 components: - type: Transform - pos: -29.5,37.5 + pos: -18.5,31.5 parent: 1 - - uid: 36661 + - uid: 56381 components: - type: Transform - pos: -29.5,38.5 + pos: -18.5,33.5 parent: 1 - - uid: 36662 + - uid: 56382 components: - type: Transform - pos: -29.5,39.5 + pos: -18.5,34.5 parent: 1 - - uid: 36663 + - uid: 56383 components: - type: Transform - pos: -29.5,43.5 + pos: -18.5,35.5 parent: 1 - - uid: 36664 + - uid: 56384 components: - type: Transform - pos: -29.5,42.5 + pos: -18.5,36.5 parent: 1 - - uid: 36665 + - uid: 56385 components: - type: Transform - pos: -28.5,54.5 + pos: -21.5,31.5 parent: 1 - - uid: 36666 + - uid: 56386 components: - type: Transform - pos: -28.5,51.5 + pos: -21.5,33.5 parent: 1 - - uid: 36667 + - uid: 56387 components: - type: Transform - pos: -28.5,53.5 + pos: -21.5,34.5 parent: 1 - - uid: 36668 + - uid: 56388 components: - type: Transform - pos: -28.5,42.5 + pos: -21.5,35.5 parent: 1 - - uid: 36669 + - uid: 56389 components: - type: Transform - pos: -29.5,53.5 + pos: -21.5,36.5 parent: 1 - - uid: 36670 + - uid: 56390 components: - type: Transform - pos: -28.5,52.5 + pos: -20.5,31.5 parent: 1 - - uid: 36671 + - uid: 56391 components: - type: Transform - pos: -28.5,50.5 + pos: -20.5,33.5 parent: 1 - - uid: 36673 + - uid: 56392 components: - type: Transform - pos: -29.5,49.5 + pos: -20.5,35.5 parent: 1 - - uid: 36674 + - uid: 56393 components: - type: Transform - pos: -29.5,54.5 + pos: -20.5,36.5 parent: 1 - - uid: 36675 + - uid: 56394 components: - type: Transform - pos: -29.5,48.5 + pos: -23.5,30.5 parent: 1 - - uid: 36676 + - uid: 56395 components: - type: Transform - pos: -30.5,54.5 + pos: -23.5,31.5 parent: 1 - - uid: 36677 + - uid: 56396 components: - type: Transform - pos: -30.5,53.5 + pos: -23.5,33.5 parent: 1 - - uid: 36678 + - uid: 56397 components: - type: Transform - pos: -30.5,52.5 + pos: -23.5,34.5 parent: 1 - - uid: 36679 + - uid: 56398 components: - type: Transform - pos: -30.5,51.5 + pos: -23.5,35.5 parent: 1 - - uid: 36680 + - uid: 56399 components: - type: Transform - pos: -29.5,44.5 + pos: -23.5,36.5 parent: 1 - - uid: 36681 + - uid: 56400 components: - type: Transform - pos: -29.5,45.5 + pos: -22.5,30.5 parent: 1 - - uid: 36682 + - uid: 56401 components: - type: Transform - pos: -29.5,46.5 + pos: -22.5,31.5 parent: 1 - - uid: 36683 + - uid: 56402 components: - type: Transform - pos: -29.5,47.5 + pos: -22.5,33.5 parent: 1 - - uid: 36684 + - uid: 56403 components: - type: Transform - pos: -67.5,52.5 + pos: -22.5,35.5 parent: 1 - - uid: 36685 + - uid: 56404 components: - type: Transform - pos: -66.5,57.5 + pos: -22.5,36.5 parent: 1 - - uid: 36686 + - uid: 56405 components: - type: Transform - pos: -67.5,53.5 + pos: -24.5,30.5 parent: 1 - - uid: 36687 + - uid: 56406 components: - type: Transform - pos: -65.5,52.5 + pos: -24.5,31.5 parent: 1 - - uid: 36688 + - uid: 56407 components: - type: Transform - pos: -65.5,54.5 + pos: -24.5,33.5 parent: 1 - - uid: 36689 + - uid: 56408 components: - type: Transform - pos: -65.5,53.5 + pos: -24.5,34.5 parent: 1 - - uid: 36690 + - uid: 56409 components: - type: Transform - pos: -65.5,55.5 + pos: -24.5,35.5 parent: 1 - - uid: 36691 + - uid: 56410 components: - type: Transform - pos: -66.5,52.5 + pos: -24.5,36.5 parent: 1 - - uid: 36692 + - uid: 56411 components: - type: Transform - pos: -66.5,54.5 + pos: -25.5,29.5 parent: 1 - - uid: 36693 + - uid: 56412 components: - type: Transform - pos: -66.5,53.5 + pos: -25.5,30.5 parent: 1 - - uid: 36694 + - uid: 56413 components: - type: Transform - pos: -118.5,56.5 + pos: -25.5,31.5 parent: 1 - - uid: 36695 + - uid: 56414 components: - type: Transform - pos: -118.5,57.5 + pos: -25.5,33.5 parent: 1 - - uid: 36696 + - uid: 56415 components: - type: Transform - pos: -119.5,52.5 + pos: -25.5,34.5 parent: 1 - - uid: 36698 + - uid: 56416 components: - type: Transform - pos: 47.5,44.5 + pos: -25.5,35.5 parent: 1 - - uid: 36699 + - uid: 56417 components: - type: Transform - pos: -118.5,55.5 + pos: -25.5,36.5 parent: 1 - - uid: 36700 + - uid: 56418 components: - type: Transform - pos: -118.5,54.5 + pos: -26.5,29.5 parent: 1 - - uid: 36701 + - uid: 56419 components: - type: Transform - pos: -65.5,57.5 + pos: -26.5,30.5 parent: 1 - - uid: 36702 + - uid: 56420 components: - type: Transform - pos: -65.5,56.5 + pos: -26.5,31.5 parent: 1 - - uid: 36703 + - uid: 56421 components: - type: Transform - pos: -66.5,56.5 + pos: -26.5,33.5 parent: 1 - - uid: 36704 + - uid: 56422 components: - type: Transform - pos: -66.5,55.5 + pos: -26.5,34.5 parent: 1 - - uid: 36705 + - uid: 56423 components: - type: Transform - pos: -114.5,46.5 + pos: -26.5,35.5 parent: 1 - - uid: 36706 + - uid: 56424 components: - type: Transform - pos: -96.5,51.5 + pos: -26.5,36.5 parent: 1 - - uid: 36707 + - uid: 56425 components: - type: Transform - pos: 47.5,54.5 + pos: -27.5,29.5 parent: 1 - - uid: 36708 + - uid: 56426 components: - type: Transform - pos: 46.5,48.5 + pos: -27.5,30.5 parent: 1 - - uid: 36709 + - uid: 56427 components: - type: Transform - pos: 46.5,38.5 + pos: -27.5,31.5 parent: 1 - - uid: 36710 + - uid: 56428 components: - type: Transform - pos: 46.5,39.5 + pos: -27.5,33.5 parent: 1 - - uid: 36711 + - uid: 56429 components: - type: Transform - pos: 46.5,41.5 + pos: -27.5,34.5 parent: 1 - - uid: 36712 + - uid: 56430 components: - type: Transform - pos: 46.5,42.5 + pos: -27.5,35.5 parent: 1 - - uid: 36713 + - uid: 56431 components: - type: Transform - pos: -84.5,50.5 + pos: -27.5,36.5 parent: 1 - - uid: 36714 + - uid: 56432 components: - type: Transform - pos: 46.5,47.5 + pos: -28.5,29.5 parent: 1 - - uid: 36715 + - uid: 56433 components: - type: Transform - pos: -83.5,50.5 + pos: -28.5,30.5 parent: 1 - - uid: 36716 + - uid: 56434 components: - type: Transform - pos: -83.5,51.5 + pos: -28.5,31.5 parent: 1 - - uid: 36717 + - uid: 56435 components: - type: Transform - pos: 46.5,49.5 + pos: -28.5,33.5 parent: 1 - - uid: 36718 + - uid: 56436 components: - type: Transform - pos: 46.5,50.5 + pos: -28.5,34.5 parent: 1 - - uid: 36719 + - uid: 56437 components: - type: Transform - pos: -82.5,51.5 + pos: -28.5,35.5 parent: 1 - - uid: 36720 + - uid: 56438 components: - type: Transform - pos: -95.5,51.5 + pos: -28.5,36.5 parent: 1 - - uid: 36721 + - uid: 56439 components: - type: Transform - pos: -86.5,49.5 + pos: -29.5,29.5 parent: 1 - - uid: 36722 + - uid: 56440 components: - type: Transform - pos: -139.5,50.5 + pos: -29.5,30.5 parent: 1 - - uid: 36723 + - uid: 56441 components: - type: Transform - pos: -139.5,51.5 + pos: -29.5,31.5 parent: 1 - - uid: 36724 + - uid: 56442 components: - type: Transform - pos: -139.5,49.5 + pos: -29.5,33.5 parent: 1 - - uid: 36725 + - uid: 56443 components: - type: Transform - pos: -138.5,51.5 + pos: -29.5,34.5 parent: 1 - - uid: 36726 + - uid: 56444 components: - type: Transform - pos: -139.5,47.5 + pos: -29.5,35.5 parent: 1 - - uid: 36727 + - uid: 56445 components: - type: Transform - pos: -67.5,54.5 + pos: -29.5,36.5 parent: 1 - - uid: 36728 + - uid: 56446 components: - type: Transform - pos: -67.5,55.5 + pos: -30.5,30.5 parent: 1 - - uid: 36729 + - uid: 56447 components: - type: Transform - pos: -67.5,56.5 + pos: -30.5,31.5 parent: 1 - - uid: 36730 + - uid: 56448 components: - type: Transform - pos: -67.5,57.5 + pos: -30.5,33.5 parent: 1 - - uid: 36731 + - uid: 56449 components: - type: Transform - pos: -68.5,52.5 + pos: -30.5,34.5 parent: 1 - - uid: 36732 + - uid: 56450 components: - type: Transform - pos: -68.5,53.5 + pos: -30.5,35.5 parent: 1 - - uid: 36733 + - uid: 56451 components: - type: Transform - pos: -68.5,54.5 + pos: -30.5,36.5 parent: 1 - - uid: 36734 + - uid: 56452 components: - type: Transform - pos: -68.5,55.5 + pos: -31.5,30.5 parent: 1 - - uid: 36735 + - uid: 56453 components: - type: Transform - pos: -68.5,56.5 + pos: -31.5,31.5 parent: 1 - - uid: 36736 + - uid: 56454 components: - type: Transform - pos: -68.5,57.5 + pos: -31.5,33.5 parent: 1 - - uid: 36737 + - uid: 56455 components: - type: Transform - pos: -69.5,52.5 + pos: -31.5,34.5 parent: 1 - - uid: 36738 + - uid: 56456 components: - type: Transform - pos: -69.5,53.5 + pos: -31.5,35.5 parent: 1 - - uid: 36739 + - uid: 56457 components: - type: Transform - pos: -69.5,54.5 + pos: -31.5,36.5 parent: 1 - - uid: 36740 + - uid: 56458 components: - type: Transform - pos: -69.5,55.5 + pos: -64.5,38.5 parent: 1 - - uid: 36741 + - uid: 56459 components: - type: Transform - pos: -69.5,56.5 + pos: -32.5,31.5 parent: 1 - - uid: 36742 + - uid: 56460 components: - type: Transform - pos: -69.5,57.5 + pos: -32.5,33.5 parent: 1 - - uid: 36743 + - uid: 56461 components: - type: Transform - pos: -70.5,52.5 + pos: -32.5,34.5 parent: 1 - - uid: 36744 + - uid: 56462 components: - type: Transform - pos: -70.5,53.5 + pos: -32.5,35.5 parent: 1 - - uid: 36745 + - uid: 56463 components: - type: Transform - pos: -70.5,54.5 + pos: -32.5,36.5 parent: 1 - - uid: 36746 + - uid: 56464 components: - type: Transform - pos: -70.5,55.5 + pos: -33.5,31.5 parent: 1 - - uid: 36747 + - uid: 56465 components: - type: Transform - pos: -70.5,56.5 + pos: -33.5,33.5 parent: 1 - - uid: 36748 + - uid: 56466 components: - type: Transform - pos: -70.5,57.5 + pos: -33.5,34.5 parent: 1 - - uid: 36749 + - uid: 56467 components: - type: Transform - pos: -71.5,52.5 + pos: -33.5,35.5 parent: 1 - - uid: 36750 + - uid: 56468 components: - type: Transform - pos: -71.5,53.5 + pos: -33.5,36.5 parent: 1 - - uid: 36751 + - uid: 56469 components: - type: Transform - pos: -71.5,54.5 + pos: -34.5,31.5 parent: 1 - - uid: 36752 + - uid: 56470 components: - type: Transform - pos: -71.5,55.5 + pos: -34.5,33.5 parent: 1 - - uid: 36753 + - uid: 56471 components: - type: Transform - pos: -71.5,56.5 + pos: -34.5,34.5 parent: 1 - - uid: 36754 + - uid: 56472 components: - type: Transform - pos: -71.5,57.5 + pos: -34.5,35.5 parent: 1 - - uid: 36755 + - uid: 56473 components: - type: Transform - pos: -72.5,52.5 + pos: -34.5,36.5 parent: 1 - - uid: 36756 + - uid: 56474 components: - type: Transform - pos: -72.5,53.5 + pos: -35.5,31.5 parent: 1 - - uid: 36757 + - uid: 56475 components: - type: Transform - pos: -72.5,54.5 + pos: -35.5,33.5 parent: 1 - - uid: 36758 + - uid: 56476 components: - type: Transform - pos: -72.5,55.5 + pos: -35.5,34.5 parent: 1 - - uid: 36759 + - uid: 56477 components: - type: Transform - pos: -72.5,56.5 + pos: -35.5,35.5 parent: 1 - - uid: 36760 + - uid: 56478 components: - type: Transform - pos: -72.5,57.5 + pos: -35.5,36.5 parent: 1 - - uid: 36761 + - uid: 56479 components: - type: Transform - pos: -73.5,52.5 + pos: -36.5,31.5 parent: 1 - - uid: 36762 + - uid: 56480 components: - type: Transform - pos: -73.5,53.5 + pos: -36.5,33.5 parent: 1 - - uid: 36763 + - uid: 56481 components: - type: Transform - pos: -73.5,54.5 + pos: -36.5,34.5 parent: 1 - - uid: 36764 + - uid: 56482 components: - type: Transform - pos: -73.5,55.5 + pos: -36.5,35.5 parent: 1 - - uid: 36765 + - uid: 56483 components: - type: Transform - pos: -73.5,56.5 + pos: -36.5,36.5 parent: 1 - - uid: 36766 + - uid: 56484 components: - type: Transform - pos: -73.5,57.5 + pos: -37.5,31.5 parent: 1 - - uid: 36767 + - uid: 56485 components: - type: Transform - pos: -74.5,52.5 + pos: -37.5,33.5 parent: 1 - - uid: 36768 + - uid: 56486 components: - type: Transform - pos: -74.5,53.5 + pos: -37.5,34.5 parent: 1 - - uid: 36770 + - uid: 56487 components: - type: Transform - pos: -74.5,55.5 + pos: -37.5,35.5 parent: 1 - - uid: 36771 + - uid: 56488 components: - type: Transform - pos: -74.5,56.5 + pos: -37.5,36.5 parent: 1 - - uid: 36772 + - uid: 56489 components: - type: Transform - pos: -74.5,57.5 + pos: -38.5,31.5 parent: 1 - - uid: 36773 + - uid: 56490 components: - type: Transform - pos: -75.5,52.5 + pos: -38.5,33.5 parent: 1 - - uid: 36774 + - uid: 56491 components: - type: Transform - pos: -75.5,53.5 + pos: -38.5,34.5 parent: 1 - - uid: 36775 + - uid: 56492 components: - type: Transform - pos: -75.5,54.5 + pos: -38.5,35.5 parent: 1 - - uid: 36776 + - uid: 56493 components: - type: Transform - pos: -75.5,55.5 + pos: -38.5,36.5 parent: 1 - - uid: 36777 + - uid: 56494 components: - type: Transform - pos: -75.5,56.5 + pos: -39.5,31.5 parent: 1 - - uid: 36778 + - uid: 56495 components: - type: Transform - pos: -75.5,57.5 + pos: -39.5,33.5 parent: 1 - - uid: 36779 + - uid: 56496 components: - type: Transform - pos: -76.5,52.5 + pos: -39.5,34.5 parent: 1 - - uid: 36780 + - uid: 56497 components: - type: Transform - pos: -76.5,53.5 + pos: -39.5,35.5 parent: 1 - - uid: 36781 + - uid: 56498 components: - type: Transform - pos: -76.5,54.5 + pos: -39.5,36.5 parent: 1 - - uid: 36782 + - uid: 56499 components: - type: Transform - pos: -76.5,55.5 + pos: -40.5,31.5 parent: 1 - - uid: 36783 + - uid: 56500 components: - type: Transform - pos: -76.5,56.5 + pos: -40.5,33.5 parent: 1 - - uid: 36784 + - uid: 56501 components: - type: Transform - pos: -76.5,57.5 + pos: -40.5,34.5 parent: 1 - - uid: 36785 + - uid: 56502 components: - type: Transform - pos: -77.5,52.5 + pos: -40.5,35.5 parent: 1 - - uid: 36786 + - uid: 56503 components: - type: Transform - pos: -77.5,53.5 + pos: -40.5,36.5 parent: 1 - - uid: 36787 + - uid: 56504 components: - type: Transform - pos: -77.5,54.5 + pos: -41.5,31.5 parent: 1 - - uid: 36789 + - uid: 56505 components: - type: Transform - pos: -77.5,56.5 + pos: -41.5,30.5 parent: 1 - - uid: 36790 + - uid: 56506 components: - type: Transform - pos: -77.5,57.5 + pos: -40.5,30.5 parent: 1 - - uid: 36791 + - uid: 56507 components: - type: Transform - pos: -78.5,52.5 + pos: -39.5,30.5 parent: 1 - - uid: 36792 + - uid: 56508 components: - type: Transform - pos: -78.5,53.5 + pos: -38.5,30.5 parent: 1 - - uid: 36793 + - uid: 56509 components: - type: Transform - pos: -78.5,54.5 + pos: -37.5,30.5 parent: 1 - - uid: 36794 + - uid: 56510 components: - type: Transform - pos: -78.5,55.5 + pos: -36.5,30.5 parent: 1 - - uid: 36795 + - uid: 56511 components: - type: Transform - pos: -78.5,56.5 + pos: -37.5,29.5 parent: 1 - - uid: 36796 + - uid: 56512 components: - type: Transform - pos: -78.5,57.5 + pos: -38.5,29.5 parent: 1 - - uid: 36797 + - uid: 56513 components: - type: Transform - pos: -79.5,52.5 + pos: -39.5,29.5 parent: 1 - - uid: 36798 + - uid: 56514 components: - type: Transform - pos: -79.5,53.5 + pos: -40.5,29.5 parent: 1 - - uid: 36799 + - uid: 56515 components: - type: Transform - pos: -79.5,54.5 + pos: -41.5,29.5 parent: 1 - - uid: 36800 + - uid: 56516 components: - type: Transform - pos: -79.5,55.5 + pos: -41.5,28.5 parent: 1 - - uid: 36801 + - uid: 56517 components: - type: Transform - pos: -79.5,56.5 + pos: -40.5,28.5 parent: 1 - - uid: 36802 + - uid: 56518 components: - type: Transform - pos: -79.5,57.5 + pos: -39.5,28.5 parent: 1 - - uid: 36803 + - uid: 56519 components: - type: Transform - pos: -80.5,52.5 + pos: -38.5,28.5 parent: 1 - - uid: 36804 + - uid: 56520 components: - type: Transform - pos: -80.5,53.5 + pos: -40.5,27.5 parent: 1 - - uid: 36805 + - uid: 56521 components: - type: Transform - pos: -80.5,54.5 + pos: -41.5,27.5 parent: 1 - - uid: 36806 + - uid: 56522 components: - type: Transform - pos: -80.5,55.5 + pos: -41.5,26.5 parent: 1 - - uid: 36807 + - uid: 56523 components: - type: Transform - pos: -80.5,56.5 + pos: -45.5,36.5 parent: 1 - - uid: 36808 + - uid: 56524 components: - type: Transform - pos: -80.5,57.5 + pos: -45.5,35.5 parent: 1 - - uid: 36809 + - uid: 56525 components: - type: Transform - pos: -81.5,52.5 + pos: -45.5,34.5 parent: 1 - - uid: 36810 + - uid: 56526 components: - type: Transform - pos: -81.5,53.5 + pos: -45.5,33.5 parent: 1 - - uid: 36811 + - uid: 56527 components: - type: Transform - pos: -81.5,54.5 + pos: -44.5,36.5 parent: 1 - - uid: 36812 + - uid: 56528 components: - type: Transform - pos: -81.5,55.5 + pos: -44.5,35.5 parent: 1 - - uid: 36813 + - uid: 56529 components: - type: Transform - pos: -81.5,56.5 + pos: -44.5,34.5 parent: 1 - - uid: 36814 + - uid: 56530 components: - type: Transform - pos: -81.5,57.5 + pos: -44.5,33.5 parent: 1 - - uid: 36815 + - uid: 56531 components: - type: Transform - pos: -82.5,52.5 + pos: -43.5,36.5 parent: 1 - - uid: 36816 + - uid: 56532 components: - type: Transform - pos: -82.5,53.5 + pos: -43.5,35.5 parent: 1 - - uid: 36818 + - uid: 56533 components: - type: Transform - pos: -82.5,55.5 + pos: -43.5,34.5 parent: 1 - - uid: 36819 + - uid: 56534 components: - type: Transform - pos: -82.5,56.5 + pos: -43.5,33.5 parent: 1 - - uid: 36820 + - uid: 56535 components: - type: Transform - pos: -82.5,57.5 + pos: -42.5,36.5 parent: 1 - - uid: 36821 + - uid: 56536 components: - type: Transform - pos: -83.5,52.5 + pos: -42.5,35.5 parent: 1 - - uid: 36822 + - uid: 56537 components: - type: Transform - pos: -83.5,53.5 + pos: -42.5,34.5 parent: 1 - - uid: 36823 + - uid: 56538 components: - type: Transform - pos: -83.5,54.5 + pos: -42.5,33.5 parent: 1 - - uid: 36824 + - uid: 56539 components: - type: Transform - pos: -83.5,55.5 + pos: -64.5,41.5 parent: 1 - - uid: 36825 + - uid: 56540 components: - type: Transform - pos: -83.5,56.5 + pos: -63.5,38.5 parent: 1 - - uid: 36826 + - uid: 56541 components: - type: Transform - pos: -83.5,57.5 + pos: -63.5,37.5 parent: 1 - - uid: 36827 + - uid: 56542 components: - type: Transform - pos: -84.5,52.5 + pos: -63.5,39.5 parent: 1 - - uid: 36828 + - uid: 56543 components: - type: Transform - pos: -84.5,53.5 + pos: -77.5,38.5 parent: 1 - - uid: 36829 + - uid: 56544 components: - type: Transform - pos: -84.5,54.5 + pos: -62.5,38.5 parent: 1 - - uid: 36830 + - uid: 56545 components: - type: Transform - pos: -84.5,55.5 + pos: -62.5,39.5 parent: 1 - - uid: 36831 + - uid: 56546 components: - type: Transform - pos: -84.5,56.5 + pos: -63.5,40.5 parent: 1 - - uid: 36832 + - uid: 56547 components: - type: Transform - pos: -84.5,57.5 + pos: -76.5,38.5 parent: 1 - - uid: 36833 + - uid: 56548 components: - type: Transform - pos: -85.5,52.5 + pos: -78.5,37.5 parent: 1 - - uid: 36834 + - uid: 56549 components: - type: Transform - pos: -85.5,53.5 + pos: -77.5,35.5 parent: 1 - - uid: 36835 + - uid: 56550 components: - type: Transform - pos: -85.5,54.5 + pos: -78.5,36.5 parent: 1 - - uid: 36837 + - uid: 56551 components: - type: Transform - pos: -85.5,56.5 + pos: -78.5,35.5 parent: 1 - - uid: 36838 + - uid: 56552 components: - type: Transform - pos: -85.5,57.5 + pos: -78.5,34.5 parent: 1 - - uid: 36839 + - uid: 56553 components: - type: Transform - pos: -86.5,52.5 + pos: -77.5,37.5 parent: 1 - - uid: 36840 + - uid: 56554 components: - type: Transform - pos: -86.5,53.5 + pos: -62.5,37.5 parent: 1 - - uid: 36841 + - uid: 56555 components: - type: Transform - pos: -86.5,54.5 + pos: -76.5,36.5 parent: 1 - - uid: 36842 + - uid: 56556 components: - type: Transform - pos: -86.5,55.5 + pos: -75.5,37.5 parent: 1 - - uid: 36843 + - uid: 56557 components: - type: Transform - pos: -86.5,56.5 + pos: -75.5,35.5 parent: 1 - - uid: 36844 + - uid: 56558 components: - type: Transform - pos: -86.5,57.5 + pos: -76.5,34.5 parent: 1 - - uid: 36845 + - uid: 56559 components: - type: Transform - pos: -87.5,52.5 + pos: -75.5,36.5 parent: 1 - - uid: 36846 + - uid: 56560 components: - type: Transform - pos: -87.5,53.5 + pos: -77.5,34.5 parent: 1 - - uid: 36847 + - uid: 56561 components: - type: Transform - pos: -87.5,54.5 + pos: -76.5,37.5 parent: 1 - - uid: 36848 + - uid: 56562 components: - type: Transform - pos: -87.5,55.5 + pos: -76.5,35.5 parent: 1 - - uid: 36849 + - uid: 56563 components: - type: Transform - pos: -87.5,56.5 + pos: -77.5,36.5 parent: 1 - - uid: 36850 + - uid: 56564 components: - type: Transform - pos: -87.5,57.5 + pos: -74.5,37.5 parent: 1 - - uid: 36851 + - uid: 56565 components: - type: Transform - pos: -88.5,52.5 + pos: -75.5,34.5 parent: 1 - - uid: 36852 + - uid: 56566 components: - type: Transform - pos: -88.5,53.5 + pos: -74.5,36.5 parent: 1 - - uid: 36853 + - uid: 56567 components: - type: Transform - pos: -88.5,54.5 + pos: -74.5,35.5 parent: 1 - - uid: 36854 + - uid: 56568 components: - type: Transform - pos: -88.5,55.5 + pos: -73.5,37.5 parent: 1 - - uid: 36855 + - uid: 56569 components: - type: Transform - pos: -88.5,56.5 + pos: -74.5,34.5 parent: 1 - - uid: 36856 + - uid: 56570 components: - type: Transform - pos: -88.5,57.5 + pos: -73.5,36.5 parent: 1 - - uid: 36857 + - uid: 56571 components: - type: Transform - pos: -89.5,52.5 + pos: -73.5,35.5 parent: 1 - - uid: 36858 + - uid: 56572 components: - type: Transform - pos: -89.5,53.5 + pos: -73.5,34.5 parent: 1 - - uid: 36859 + - uid: 56573 components: - type: Transform - pos: -89.5,54.5 + pos: -72.5,37.5 parent: 1 - - uid: 36860 + - uid: 56574 components: - type: Transform - pos: -89.5,55.5 + pos: -72.5,36.5 parent: 1 - - uid: 36861 + - uid: 56575 components: - type: Transform - pos: -89.5,56.5 + pos: -72.5,35.5 parent: 1 - - uid: 36862 + - uid: 56576 components: - type: Transform - pos: -89.5,57.5 + pos: -72.5,34.5 parent: 1 - - uid: 36863 + - uid: 56577 components: - type: Transform - pos: -90.5,52.5 + pos: -71.5,37.5 parent: 1 - - uid: 36864 + - uid: 56578 components: - type: Transform - pos: -90.5,53.5 + pos: -71.5,36.5 parent: 1 - - uid: 36865 + - uid: 56579 components: - type: Transform - pos: -90.5,54.5 + pos: -71.5,35.5 parent: 1 - - uid: 36867 + - uid: 56580 components: - type: Transform - pos: -90.5,56.5 + pos: -71.5,34.5 parent: 1 - - uid: 36868 + - uid: 56581 components: - type: Transform - pos: -90.5,57.5 + pos: -70.5,37.5 parent: 1 - - uid: 36869 + - uid: 56582 components: - type: Transform - pos: -91.5,52.5 + pos: -70.5,36.5 parent: 1 - - uid: 36870 + - uid: 56583 components: - type: Transform - pos: -91.5,53.5 + pos: -70.5,34.5 parent: 1 - - uid: 36871 + - uid: 56584 components: - type: Transform - pos: -91.5,54.5 + pos: -69.5,37.5 parent: 1 - - uid: 36872 + - uid: 56585 components: - type: Transform - pos: -91.5,55.5 + pos: -69.5,36.5 parent: 1 - - uid: 36873 + - uid: 56586 components: - type: Transform - pos: -91.5,56.5 + pos: -69.5,35.5 parent: 1 - - uid: 36874 + - uid: 56587 components: - type: Transform - pos: -91.5,57.5 + pos: -69.5,34.5 parent: 1 - - uid: 36875 + - uid: 56588 components: - type: Transform - pos: -92.5,52.5 + pos: -68.5,35.5 parent: 1 - - uid: 36876 + - uid: 56589 components: - type: Transform - pos: -92.5,53.5 + pos: -68.5,34.5 parent: 1 - - uid: 36877 + - uid: 56590 components: - type: Transform - pos: -92.5,54.5 + pos: -67.5,37.5 parent: 1 - - uid: 36878 + - uid: 56591 components: - type: Transform - pos: -92.5,55.5 + pos: -67.5,36.5 parent: 1 - - uid: 36879 + - uid: 56592 components: - type: Transform - pos: -92.5,56.5 + pos: -67.5,35.5 parent: 1 - - uid: 36880 + - uid: 56593 components: - type: Transform - pos: -92.5,57.5 + pos: -67.5,34.5 parent: 1 - - uid: 36881 + - uid: 56594 components: - type: Transform - pos: -93.5,52.5 + pos: -66.5,37.5 parent: 1 - - uid: 36882 + - uid: 56595 components: - type: Transform - pos: -93.5,53.5 + pos: -66.5,36.5 parent: 1 - - uid: 36883 + - uid: 56596 components: - type: Transform - pos: -93.5,54.5 + pos: -66.5,35.5 parent: 1 - - uid: 36884 + - uid: 56597 components: - type: Transform - pos: -93.5,55.5 + pos: -66.5,34.5 parent: 1 - - uid: 36885 + - uid: 56598 components: - type: Transform - pos: -93.5,56.5 + pos: -65.5,37.5 parent: 1 - - uid: 36886 + - uid: 56599 components: - type: Transform - pos: -93.5,57.5 + pos: -65.5,36.5 parent: 1 - - uid: 36887 + - uid: 56600 components: - type: Transform - pos: -94.5,52.5 + pos: -65.5,35.5 parent: 1 - - uid: 36888 + - uid: 56601 components: - type: Transform - pos: -94.5,53.5 + pos: -65.5,34.5 parent: 1 - - uid: 36889 + - uid: 56602 components: - type: Transform - pos: -94.5,54.5 + pos: -76.5,33.5 parent: 1 - - uid: 36890 + - uid: 56603 components: - type: Transform - pos: -94.5,55.5 + pos: -76.5,32.5 parent: 1 - - uid: 36891 + - uid: 56604 components: - type: Transform - pos: -94.5,56.5 + pos: -76.5,31.5 parent: 1 - - uid: 36892 + - uid: 56605 components: - type: Transform - pos: -94.5,57.5 + pos: -75.5,33.5 parent: 1 - - uid: 36893 + - uid: 56606 components: - type: Transform - pos: -95.5,52.5 + pos: -75.5,32.5 parent: 1 - - uid: 36894 + - uid: 56607 components: - type: Transform - pos: -95.5,53.5 + pos: -75.5,31.5 parent: 1 - - uid: 36895 + - uid: 56608 components: - type: Transform - pos: -95.5,54.5 + pos: -74.5,33.5 parent: 1 - - uid: 36896 + - uid: 56609 components: - type: Transform - pos: -95.5,55.5 + pos: -74.5,32.5 parent: 1 - - uid: 36897 + - uid: 56610 components: - type: Transform - pos: -95.5,56.5 + pos: -74.5,31.5 parent: 1 - - uid: 36898 + - uid: 56611 components: - type: Transform - pos: -95.5,57.5 + pos: -73.5,33.5 parent: 1 - - uid: 36899 + - uid: 56612 components: - type: Transform - pos: -96.5,52.5 + pos: -73.5,32.5 parent: 1 - - uid: 36900 + - uid: 56613 components: - type: Transform - pos: -96.5,53.5 + pos: -73.5,31.5 parent: 1 - - uid: 36901 + - uid: 56614 components: - type: Transform - pos: -96.5,54.5 + pos: -72.5,33.5 parent: 1 - - uid: 36902 + - uid: 56615 components: - type: Transform - pos: -96.5,55.5 + pos: -72.5,32.5 parent: 1 - - uid: 36903 + - uid: 56616 components: - type: Transform - pos: -96.5,56.5 + pos: -72.5,31.5 parent: 1 - - uid: 36904 + - uid: 56617 components: - type: Transform - pos: -96.5,57.5 + pos: -71.5,33.5 parent: 1 - - uid: 36905 + - uid: 56618 components: - type: Transform - pos: -97.5,52.5 + pos: -71.5,32.5 parent: 1 - - uid: 36906 + - uid: 56619 components: - type: Transform - pos: -97.5,53.5 + pos: -71.5,31.5 parent: 1 - - uid: 36907 + - uid: 56620 components: - type: Transform - pos: -97.5,54.5 + pos: -70.5,33.5 parent: 1 - - uid: 36908 + - uid: 56621 components: - type: Transform - pos: -97.5,55.5 + pos: -70.5,32.5 parent: 1 - - uid: 36909 + - uid: 56622 components: - type: Transform - pos: -97.5,56.5 + pos: -70.5,31.5 parent: 1 - - uid: 36910 + - uid: 56623 components: - type: Transform - pos: -97.5,57.5 + pos: -69.5,33.5 parent: 1 - - uid: 36911 + - uid: 56624 components: - type: Transform - pos: -98.5,52.5 + pos: -69.5,32.5 parent: 1 - - uid: 36912 + - uid: 56625 components: - type: Transform - pos: -98.5,53.5 + pos: -69.5,31.5 parent: 1 - - uid: 36913 + - uid: 56626 components: - type: Transform - pos: -98.5,54.5 + pos: -68.5,33.5 parent: 1 - - uid: 36914 + - uid: 56627 components: - type: Transform - pos: -98.5,55.5 + pos: -68.5,32.5 parent: 1 - - uid: 36915 + - uid: 56628 components: - type: Transform - pos: -98.5,56.5 + pos: -68.5,31.5 parent: 1 - - uid: 36916 + - uid: 56629 components: - type: Transform - pos: -98.5,57.5 + pos: -67.5,33.5 parent: 1 - - uid: 36917 + - uid: 56630 components: - type: Transform - pos: 46.5,53.5 + pos: -67.5,32.5 parent: 1 - - uid: 36918 + - uid: 56631 components: - type: Transform - pos: -99.5,53.5 + pos: -67.5,31.5 parent: 1 - - uid: 36919 + - uid: 56632 components: - type: Transform - pos: -99.5,54.5 + pos: -66.5,33.5 parent: 1 - - uid: 36920 + - uid: 56633 components: - type: Transform - pos: -99.5,55.5 + pos: -66.5,32.5 parent: 1 - - uid: 36921 + - uid: 56634 components: - type: Transform - pos: -99.5,56.5 + pos: -66.5,31.5 parent: 1 - - uid: 36922 + - uid: 56635 components: - type: Transform - pos: -99.5,57.5 + pos: -65.5,33.5 parent: 1 - - uid: 36923 + - uid: 56636 components: - type: Transform - pos: -100.5,52.5 + pos: -65.5,32.5 parent: 1 - - uid: 36924 + - uid: 56637 components: - type: Transform - pos: -100.5,53.5 + pos: -65.5,31.5 parent: 1 - - uid: 36925 + - uid: 56638 components: - type: Transform - pos: -100.5,54.5 + pos: -65.5,30.5 parent: 1 - - uid: 36926 + - uid: 56639 components: - type: Transform - pos: -100.5,55.5 + pos: -66.5,30.5 parent: 1 - - uid: 36927 + - uid: 56640 components: - type: Transform - pos: -100.5,56.5 + pos: -67.5,30.5 parent: 1 - - uid: 36928 + - uid: 56641 components: - type: Transform - pos: -100.5,57.5 + pos: -68.5,30.5 parent: 1 - - uid: 36929 + - uid: 56642 components: - type: Transform - pos: -101.5,52.5 + pos: -69.5,30.5 parent: 1 - - uid: 36930 + - uid: 56643 components: - type: Transform - pos: -101.5,53.5 + pos: -70.5,30.5 parent: 1 - - uid: 36931 + - uid: 56644 components: - type: Transform - pos: -101.5,54.5 + pos: -71.5,30.5 parent: 1 - - uid: 36932 + - uid: 56645 components: - type: Transform - pos: -101.5,55.5 + pos: -72.5,30.5 parent: 1 - - uid: 36933 + - uid: 56646 components: - type: Transform - pos: -101.5,56.5 + pos: -73.5,30.5 parent: 1 - - uid: 36934 + - uid: 56647 components: - type: Transform - pos: -101.5,57.5 + pos: -74.5,30.5 parent: 1 - - uid: 36935 + - uid: 56648 components: - type: Transform - pos: -102.5,52.5 + pos: -75.5,30.5 parent: 1 - - uid: 36936 + - uid: 56649 components: - type: Transform - pos: -102.5,53.5 + pos: -74.5,29.5 parent: 1 - - uid: 36937 + - uid: 56650 components: - type: Transform - pos: -102.5,54.5 + pos: -73.5,29.5 parent: 1 - - uid: 36938 + - uid: 56651 components: - type: Transform - pos: -102.5,55.5 + pos: -73.5,28.5 parent: 1 - - uid: 36939 + - uid: 56652 components: - type: Transform - pos: -102.5,56.5 + pos: -75.5,38.5 parent: 1 - - uid: 36940 + - uid: 56653 components: - type: Transform - pos: -102.5,57.5 + pos: -74.5,38.5 parent: 1 - - uid: 36941 + - uid: 56654 components: - type: Transform - pos: -103.5,52.5 + pos: -73.5,38.5 parent: 1 - - uid: 36942 + - uid: 56655 components: - type: Transform - pos: -103.5,53.5 + pos: -72.5,38.5 parent: 1 - - uid: 36943 + - uid: 56656 components: - type: Transform - pos: -103.5,54.5 + pos: -71.5,38.5 parent: 1 - - uid: 36944 + - uid: 56657 components: - type: Transform - pos: -103.5,55.5 + pos: -69.5,38.5 parent: 1 - - uid: 36945 + - uid: 56658 components: - type: Transform - pos: -103.5,56.5 + pos: -68.5,38.5 parent: 1 - - uid: 36946 + - uid: 56659 components: - type: Transform - pos: -103.5,57.5 + pos: -67.5,38.5 parent: 1 - - uid: 36947 + - uid: 56660 components: - type: Transform - pos: -104.5,52.5 + pos: -66.5,38.5 parent: 1 - - uid: 36948 + - uid: 56661 components: - type: Transform - pos: -104.5,53.5 + pos: -65.5,38.5 parent: 1 - - uid: 36949 + - uid: 56662 components: - type: Transform - pos: -104.5,54.5 + pos: -63.5,41.5 parent: 1 - - uid: 36950 + - uid: 56663 components: - type: Transform - pos: -104.5,55.5 + pos: -64.5,39.5 parent: 1 - - uid: 36951 + - uid: 56664 components: - type: Transform - pos: -104.5,56.5 + pos: -64.5,40.5 parent: 1 - - uid: 36952 + - uid: 56665 components: - type: Transform - pos: -104.5,57.5 + pos: -64.5,37.5 parent: 1 - - uid: 36953 + - uid: 56666 components: - type: Transform - pos: -105.5,52.5 + pos: -65.5,39.5 parent: 1 - - uid: 36956 + - uid: 56667 components: - type: Transform - pos: -105.5,55.5 + pos: -65.5,40.5 parent: 1 - - uid: 36957 + - uid: 56668 components: - type: Transform - pos: -105.5,56.5 + pos: -65.5,41.5 parent: 1 - - uid: 36958 + - uid: 56669 components: - type: Transform - pos: -105.5,57.5 + pos: -65.5,42.5 parent: 1 - - uid: 36961 + - uid: 56670 components: - type: Transform - pos: -106.5,54.5 + pos: -65.5,43.5 parent: 1 - - uid: 36962 + - uid: 56671 components: - type: Transform - pos: -106.5,55.5 + pos: -65.5,44.5 parent: 1 - - uid: 36963 + - uid: 56672 components: - type: Transform - pos: -106.5,56.5 + pos: -65.5,45.5 parent: 1 - - uid: 36964 + - uid: 56673 components: - type: Transform - pos: -106.5,57.5 + pos: -65.5,46.5 parent: 1 - - uid: 36965 + - uid: 56674 components: - type: Transform - pos: -107.5,52.5 + pos: -65.5,47.5 parent: 1 - - uid: 36966 + - uid: 56675 components: - type: Transform - pos: -107.5,53.5 + pos: -65.5,48.5 parent: 1 - - uid: 36967 + - uid: 56676 components: - type: Transform - pos: -107.5,54.5 + pos: -65.5,49.5 parent: 1 - - uid: 36968 + - uid: 56677 components: - type: Transform - pos: -107.5,55.5 + pos: -65.5,50.5 parent: 1 - - uid: 36969 + - uid: 56678 components: - type: Transform - pos: -107.5,56.5 + pos: -65.5,51.5 parent: 1 - - uid: 36970 + - uid: 56679 components: - type: Transform - pos: -107.5,57.5 + pos: -66.5,39.5 parent: 1 - - uid: 36971 + - uid: 56680 components: - type: Transform - pos: -108.5,52.5 + pos: -66.5,40.5 parent: 1 - - uid: 36972 + - uid: 56681 components: - type: Transform - pos: -108.5,53.5 + pos: -66.5,41.5 parent: 1 - - uid: 36973 + - uid: 56682 components: - type: Transform - pos: -108.5,54.5 + pos: -66.5,42.5 parent: 1 - - uid: 36974 + - uid: 56683 components: - type: Transform - pos: -108.5,55.5 + pos: -66.5,43.5 parent: 1 - - uid: 36975 + - uid: 56684 components: - type: Transform - pos: -108.5,56.5 + pos: -66.5,44.5 parent: 1 - - uid: 36976 + - uid: 56685 components: - type: Transform - pos: -108.5,57.5 + pos: -66.5,46.5 parent: 1 - - uid: 36977 + - uid: 56686 components: - type: Transform - pos: -109.5,52.5 + pos: -66.5,47.5 parent: 1 - - uid: 36978 + - uid: 56687 components: - type: Transform - pos: -109.5,53.5 + pos: -66.5,48.5 parent: 1 - - uid: 36979 + - uid: 56688 components: - type: Transform - pos: -109.5,54.5 + pos: -66.5,49.5 parent: 1 - - uid: 36980 + - uid: 56689 components: - type: Transform - pos: -109.5,55.5 + pos: -66.5,50.5 parent: 1 - - uid: 36981 + - uid: 56690 components: - type: Transform - pos: -109.5,56.5 + pos: -66.5,51.5 parent: 1 - - uid: 36982 + - uid: 56691 components: - type: Transform - pos: -109.5,57.5 + pos: -67.5,39.5 parent: 1 - - uid: 36983 + - uid: 56692 components: - type: Transform - pos: -110.5,52.5 + pos: -67.5,40.5 parent: 1 - - uid: 36984 + - uid: 56693 components: - type: Transform - pos: -110.5,53.5 + pos: -67.5,41.5 parent: 1 - - uid: 36986 + - uid: 56694 components: - type: Transform - pos: -110.5,55.5 + pos: -67.5,42.5 parent: 1 - - uid: 36987 + - uid: 56695 components: - type: Transform - pos: -110.5,56.5 + pos: -67.5,43.5 parent: 1 - - uid: 36988 + - uid: 56696 components: - type: Transform - pos: -110.5,57.5 + pos: -67.5,44.5 parent: 1 - - uid: 36989 + - uid: 56697 components: - type: Transform - pos: -111.5,52.5 + pos: -67.5,45.5 parent: 1 - - uid: 36990 + - uid: 56698 components: - type: Transform - pos: -111.5,53.5 + pos: -67.5,46.5 parent: 1 - - uid: 36991 + - uid: 56699 components: - type: Transform - pos: -111.5,54.5 + pos: -67.5,47.5 parent: 1 - - uid: 36992 + - uid: 56700 components: - type: Transform - pos: -111.5,55.5 + pos: -67.5,48.5 parent: 1 - - uid: 36993 + - uid: 56701 components: - type: Transform - pos: -111.5,56.5 + pos: -67.5,49.5 parent: 1 - - uid: 36994 + - uid: 56702 components: - type: Transform - pos: -111.5,57.5 + pos: -67.5,50.5 parent: 1 - - uid: 36995 + - uid: 56703 components: - type: Transform - pos: -112.5,52.5 + pos: -67.5,51.5 parent: 1 - - uid: 36996 + - uid: 56704 components: - type: Transform - pos: -112.5,53.5 + pos: -68.5,39.5 parent: 1 - - uid: 36997 + - uid: 56705 components: - type: Transform - pos: -112.5,54.5 + pos: -68.5,40.5 parent: 1 - - uid: 36998 + - uid: 56706 components: - type: Transform - pos: -112.5,55.5 + pos: -68.5,41.5 parent: 1 - - uid: 36999 + - uid: 56707 components: - type: Transform - pos: -112.5,56.5 + pos: -68.5,42.5 parent: 1 - - uid: 37000 + - uid: 56708 components: - type: Transform - pos: -112.5,57.5 + pos: -68.5,44.5 parent: 1 - - uid: 37001 + - uid: 56709 components: - type: Transform - pos: -113.5,52.5 + pos: -68.5,45.5 parent: 1 - - uid: 37002 + - uid: 56710 components: - type: Transform - pos: -113.5,53.5 + pos: -68.5,46.5 parent: 1 - - uid: 37003 + - uid: 56711 components: - type: Transform - pos: -113.5,54.5 + pos: -68.5,47.5 parent: 1 - - uid: 37004 + - uid: 56712 components: - type: Transform - pos: -113.5,55.5 + pos: -68.5,48.5 parent: 1 - - uid: 37005 + - uid: 56713 components: - type: Transform - pos: -113.5,56.5 + pos: -68.5,49.5 parent: 1 - - uid: 37006 + - uid: 56714 components: - type: Transform - pos: -113.5,57.5 + pos: -68.5,50.5 parent: 1 - - uid: 37007 + - uid: 56715 components: - type: Transform - pos: -114.5,52.5 + pos: -68.5,51.5 parent: 1 - - uid: 37008 + - uid: 56716 components: - type: Transform - pos: -114.5,53.5 + pos: -69.5,39.5 parent: 1 - - uid: 37009 + - uid: 56717 components: - type: Transform - pos: -114.5,54.5 + pos: -69.5,40.5 parent: 1 - - uid: 37010 + - uid: 56718 components: - type: Transform - pos: -114.5,55.5 + pos: -69.5,41.5 parent: 1 - - uid: 37011 + - uid: 56719 components: - type: Transform - pos: -114.5,56.5 + pos: -69.5,42.5 parent: 1 - - uid: 37012 + - uid: 56720 components: - type: Transform - pos: -114.5,57.5 + pos: -69.5,43.5 parent: 1 - - uid: 37013 + - uid: 56721 components: - type: Transform - pos: -115.5,52.5 + pos: -69.5,44.5 parent: 1 - - uid: 37014 + - uid: 56722 components: - type: Transform - pos: -115.5,53.5 + pos: -69.5,45.5 parent: 1 - - uid: 37015 + - uid: 56723 components: - type: Transform - pos: -115.5,54.5 + pos: -69.5,46.5 parent: 1 - - uid: 37016 + - uid: 56724 components: - type: Transform - pos: -115.5,55.5 + pos: -69.5,47.5 parent: 1 - - uid: 37017 + - uid: 56725 components: - type: Transform - pos: -115.5,56.5 + pos: -69.5,48.5 parent: 1 - - uid: 37018 + - uid: 56726 components: - type: Transform - pos: -115.5,57.5 + pos: -69.5,49.5 parent: 1 - - uid: 37019 + - uid: 56727 components: - type: Transform - pos: -116.5,52.5 + pos: -69.5,50.5 parent: 1 - - uid: 37020 + - uid: 56728 components: - type: Transform - pos: -116.5,53.5 + pos: -69.5,51.5 parent: 1 - - uid: 37021 + - uid: 56729 components: - type: Transform - pos: -116.5,54.5 + pos: -70.5,39.5 parent: 1 - - uid: 37022 + - uid: 56730 components: - type: Transform - pos: -116.5,55.5 + pos: -70.5,40.5 parent: 1 - - uid: 37023 + - uid: 56731 components: - type: Transform - pos: -116.5,56.5 + pos: -70.5,41.5 parent: 1 - - uid: 37024 + - uid: 56732 components: - type: Transform - pos: -116.5,57.5 + pos: -70.5,42.5 parent: 1 - - uid: 37025 + - uid: 56733 components: - type: Transform - pos: -117.5,52.5 + pos: -70.5,43.5 parent: 1 - - uid: 37026 + - uid: 56734 components: - type: Transform - pos: -117.5,53.5 + pos: -70.5,44.5 parent: 1 - - uid: 37027 + - uid: 56735 components: - type: Transform - pos: -117.5,54.5 + pos: -70.5,45.5 parent: 1 - - uid: 37028 + - uid: 56736 components: - type: Transform - pos: -117.5,55.5 + pos: -70.5,46.5 parent: 1 - - uid: 37029 + - uid: 56737 components: - type: Transform - pos: -117.5,56.5 + pos: -70.5,47.5 parent: 1 - - uid: 37030 + - uid: 56738 components: - type: Transform - pos: -117.5,57.5 + pos: -70.5,48.5 parent: 1 - - uid: 37031 + - uid: 56739 components: - type: Transform - pos: -118.5,52.5 + pos: -70.5,49.5 parent: 1 - - uid: 37032 + - uid: 56740 components: - type: Transform - pos: -118.5,53.5 + pos: -70.5,50.5 parent: 1 - - uid: 37033 + - uid: 56741 components: - type: Transform - pos: -119.5,54.5 + pos: -70.5,51.5 parent: 1 - - uid: 37034 + - uid: 56742 components: - type: Transform - pos: -119.5,55.5 + pos: -71.5,45.5 parent: 1 - - uid: 37035 + - uid: 56743 components: - type: Transform - pos: -119.5,56.5 + pos: -71.5,44.5 parent: 1 - - uid: 37036 + - uid: 56744 components: - type: Transform - pos: -119.5,57.5 + pos: -71.5,43.5 parent: 1 - - uid: 37037 + - uid: 56745 components: - type: Transform - pos: -120.5,52.5 + pos: -71.5,42.5 parent: 1 - - uid: 37038 + - uid: 56746 components: - type: Transform - pos: -120.5,53.5 + pos: -71.5,41.5 parent: 1 - - uid: 37039 + - uid: 56747 components: - type: Transform - pos: -120.5,54.5 + pos: -71.5,40.5 parent: 1 - - uid: 37040 + - uid: 56748 components: - type: Transform - pos: -120.5,55.5 + pos: -71.5,39.5 parent: 1 - - uid: 37041 + - uid: 56749 components: - type: Transform - pos: -120.5,56.5 + pos: -72.5,44.5 parent: 1 - - uid: 37042 + - uid: 56750 components: - type: Transform - pos: -120.5,57.5 + pos: -72.5,43.5 parent: 1 - - uid: 37043 + - uid: 56751 components: - type: Transform - pos: -121.5,52.5 + pos: -72.5,42.5 parent: 1 - - uid: 37044 + - uid: 56752 components: - type: Transform - pos: -121.5,53.5 + pos: -72.5,41.5 parent: 1 - - uid: 37045 + - uid: 56753 components: - type: Transform - pos: -121.5,54.5 + pos: -72.5,40.5 parent: 1 - - uid: 37046 + - uid: 56754 components: - type: Transform - pos: -121.5,55.5 + pos: -72.5,39.5 parent: 1 - - uid: 37047 + - uid: 56755 components: - type: Transform - pos: -121.5,56.5 + pos: -73.5,42.5 parent: 1 - - uid: 37048 + - uid: 56756 components: - type: Transform - pos: -121.5,57.5 + pos: -73.5,41.5 parent: 1 - - uid: 37049 + - uid: 56757 components: - type: Transform - pos: -122.5,52.5 + pos: -73.5,40.5 parent: 1 - - uid: 37050 + - uid: 56758 components: - type: Transform - pos: -122.5,53.5 + pos: -73.5,39.5 parent: 1 - - uid: 37051 + - uid: 56759 components: - type: Transform - pos: -122.5,54.5 + pos: -74.5,41.5 parent: 1 - - uid: 37052 + - uid: 56760 components: - type: Transform - pos: -122.5,55.5 + pos: -74.5,40.5 parent: 1 - - uid: 37053 + - uid: 56761 components: - type: Transform - pos: -122.5,56.5 + pos: -74.5,39.5 parent: 1 - - uid: 37054 + - uid: 56762 components: - type: Transform - pos: -122.5,57.5 + pos: -75.5,40.5 parent: 1 - - uid: 37055 + - uid: 56763 components: - type: Transform - pos: -123.5,52.5 + pos: -75.5,39.5 parent: 1 - - uid: 37056 + - uid: 56764 components: - type: Transform - pos: -123.5,53.5 + pos: -76.5,39.5 parent: 1 - - uid: 37057 + - uid: 56765 components: - type: Transform - pos: -123.5,54.5 + pos: -72.5,51.5 parent: 1 - - uid: 37058 + - uid: 56766 components: - type: Transform - pos: -123.5,55.5 + pos: -72.5,50.5 parent: 1 - - uid: 37059 + - uid: 56767 components: - type: Transform - pos: -123.5,56.5 + pos: -71.5,51.5 parent: 1 - - uid: 37060 + - uid: 56768 components: - type: Transform - pos: -123.5,57.5 + pos: -71.5,50.5 parent: 1 - - uid: 37061 + - uid: 56769 components: - type: Transform - pos: -124.5,52.5 + pos: -71.5,49.5 parent: 1 - - uid: 37062 + - uid: 56770 components: - type: Transform - pos: -124.5,53.5 + pos: -72.5,49.5 parent: 1 - - uid: 37063 + - uid: 56771 components: - type: Transform - pos: -124.5,54.5 + pos: -74.5,50.5 parent: 1 - - uid: 37064 + - uid: 56772 components: - type: Transform - pos: -124.5,55.5 + pos: -74.5,51.5 parent: 1 - - uid: 37065 + - uid: 56773 components: - type: Transform - pos: -124.5,56.5 + pos: -73.5,50.5 parent: 1 - - uid: 37066 + - uid: 56774 components: - type: Transform - pos: -124.5,57.5 + pos: -73.5,51.5 parent: 1 - - uid: 37067 + - uid: 56775 components: - type: Transform - pos: -125.5,52.5 + pos: -75.5,51.5 parent: 1 - - uid: 37068 + - uid: 56776 components: - type: Transform - pos: -125.5,53.5 + pos: -62.5,40.5 parent: 1 - - uid: 37069 + - uid: 56777 components: - type: Transform - pos: -125.5,54.5 + pos: -62.5,41.5 parent: 1 - - uid: 37070 + - uid: 56778 components: - type: Transform - pos: -125.5,55.5 + pos: -61.5,37.5 parent: 1 - - uid: 37071 + - uid: 56779 components: - type: Transform - pos: -125.5,56.5 + pos: -61.5,38.5 parent: 1 - - uid: 37072 + - uid: 56780 components: - type: Transform - pos: -125.5,57.5 + pos: -61.5,39.5 parent: 1 - - uid: 37073 + - uid: 56781 components: - type: Transform - pos: -127.5,52.5 + pos: -61.5,40.5 parent: 1 - - uid: 37074 + - uid: 56782 components: - type: Transform - pos: -127.5,53.5 + pos: -61.5,41.5 parent: 1 - - uid: 37075 + - uid: 56783 components: - type: Transform - pos: -127.5,54.5 + pos: -60.5,37.5 parent: 1 - - uid: 37076 + - uid: 56784 components: - type: Transform - pos: -127.5,55.5 + pos: -60.5,38.5 parent: 1 - - uid: 37077 + - uid: 56785 components: - type: Transform - pos: -127.5,56.5 + pos: -60.5,39.5 parent: 1 - - uid: 37078 + - uid: 56786 components: - type: Transform - pos: -127.5,57.5 + pos: -60.5,40.5 parent: 1 - - uid: 37079 + - uid: 56787 components: - type: Transform - pos: -128.5,52.5 + pos: -60.5,41.5 parent: 1 - - uid: 37080 + - uid: 56788 components: - type: Transform - pos: -128.5,53.5 + pos: -59.5,37.5 parent: 1 - - uid: 37081 + - uid: 56789 components: - type: Transform - pos: -128.5,54.5 + pos: -59.5,38.5 parent: 1 - - uid: 37082 + - uid: 56790 components: - type: Transform - pos: -128.5,55.5 + pos: -59.5,40.5 parent: 1 - - uid: 37083 + - uid: 56791 components: - type: Transform - pos: -128.5,56.5 + pos: -59.5,41.5 parent: 1 - - uid: 37084 + - uid: 56792 components: - type: Transform - pos: -128.5,57.5 + pos: -58.5,37.5 parent: 1 - - uid: 37085 + - uid: 56793 components: - type: Transform - pos: -129.5,52.5 + pos: -58.5,38.5 parent: 1 - - uid: 37086 + - uid: 56794 components: - type: Transform - pos: -129.5,53.5 + pos: -58.5,39.5 parent: 1 - - uid: 37087 + - uid: 56795 components: - type: Transform - pos: -129.5,54.5 + pos: -58.5,40.5 parent: 1 - - uid: 37088 + - uid: 56796 components: - type: Transform - pos: -129.5,55.5 + pos: -58.5,41.5 parent: 1 - - uid: 37089 + - uid: 56797 components: - type: Transform - pos: -129.5,56.5 + pos: -57.5,37.5 parent: 1 - - uid: 37090 + - uid: 56798 components: - type: Transform - pos: -129.5,57.5 + pos: -57.5,38.5 parent: 1 - - uid: 37091 + - uid: 56799 components: - type: Transform - pos: -141.5,54.5 + pos: -57.5,39.5 parent: 1 - - uid: 37092 + - uid: 56800 components: - type: Transform - pos: -141.5,53.5 + pos: -57.5,40.5 parent: 1 - - uid: 37093 + - uid: 56801 components: - type: Transform - pos: -141.5,52.5 + pos: -57.5,41.5 parent: 1 - - uid: 37094 + - uid: 56802 components: - type: Transform - pos: -141.5,51.5 + pos: -56.5,37.5 parent: 1 - - uid: 37095 + - uid: 56803 components: - type: Transform - pos: -141.5,50.5 + pos: -56.5,38.5 parent: 1 - - uid: 37096 + - uid: 56804 components: - type: Transform - pos: -141.5,49.5 + pos: -56.5,40.5 parent: 1 - - uid: 37097 + - uid: 56805 components: - type: Transform - pos: -141.5,47.5 + pos: -56.5,41.5 parent: 1 - - uid: 37098 + - uid: 56806 components: - type: Transform - pos: -141.5,46.5 + pos: -55.5,37.5 parent: 1 - - uid: 37099 + - uid: 56807 components: - type: Transform - pos: -141.5,45.5 + pos: -55.5,38.5 parent: 1 - - uid: 37100 + - uid: 56808 components: - type: Transform - pos: -140.5,46.5 + pos: -55.5,40.5 parent: 1 - - uid: 37101 + - uid: 56809 components: - type: Transform - pos: -140.5,47.5 + pos: -55.5,41.5 parent: 1 - - uid: 37102 + - uid: 56810 components: - type: Transform - pos: -140.5,49.5 + pos: -54.5,37.5 parent: 1 - - uid: 37103 + - uid: 56811 components: - type: Transform - pos: -140.5,50.5 + pos: -54.5,38.5 parent: 1 - - uid: 37104 + - uid: 56812 components: - type: Transform - pos: -140.5,51.5 + pos: -54.5,39.5 parent: 1 - - uid: 37105 + - uid: 56813 components: - type: Transform - pos: 47.5,39.5 + pos: -54.5,40.5 parent: 1 - - uid: 37106 + - uid: 56814 components: - type: Transform - pos: 47.5,40.5 + pos: -54.5,41.5 parent: 1 - - uid: 37107 + - uid: 56815 components: - type: Transform - pos: -80.5,51.5 + pos: -53.5,37.5 parent: 1 - - uid: 37108 + - uid: 56816 components: - type: Transform - pos: -81.5,51.5 + pos: -53.5,38.5 parent: 1 - - uid: 37109 + - uid: 56817 components: - type: Transform - pos: -105.5,46.5 + pos: -53.5,39.5 parent: 1 - - uid: 37110 + - uid: 56818 components: - type: Transform - pos: -97.5,50.5 + pos: -53.5,40.5 parent: 1 - - uid: 37111 + - uid: 56819 components: - type: Transform - pos: -106.5,46.5 + pos: -53.5,41.5 parent: 1 - - uid: 37112 + - uid: 56820 components: - type: Transform - pos: -107.5,46.5 + pos: -52.5,37.5 parent: 1 - - uid: 37113 + - uid: 56821 components: - type: Transform - pos: -109.5,46.5 + pos: -52.5,38.5 parent: 1 - - uid: 37114 + - uid: 56822 components: - type: Transform - pos: -108.5,46.5 + pos: -52.5,39.5 parent: 1 - - uid: 37115 + - uid: 56823 components: - type: Transform - pos: -111.5,46.5 + pos: -52.5,40.5 parent: 1 - - uid: 37116 + - uid: 56824 components: - type: Transform - pos: -110.5,46.5 + pos: -52.5,41.5 parent: 1 - - uid: 37117 + - uid: 56825 components: - type: Transform - pos: -113.5,46.5 + pos: -51.5,37.5 parent: 1 - - uid: 37118 + - uid: 56826 components: - type: Transform - pos: -112.5,46.5 + pos: -51.5,38.5 parent: 1 - - uid: 37119 + - uid: 56827 components: - type: Transform - pos: -85.5,51.5 + pos: -51.5,40.5 parent: 1 - - uid: 37120 + - uid: 56828 components: - type: Transform - pos: -115.5,46.5 + pos: -51.5,41.5 parent: 1 - - uid: 37121 + - uid: 56829 components: - type: Transform - pos: -116.5,46.5 + pos: -50.5,37.5 parent: 1 - - uid: 37122 + - uid: 56830 components: - type: Transform - pos: -138.5,50.5 + pos: -50.5,39.5 parent: 1 - - uid: 37123 + - uid: 56831 components: - type: Transform - pos: -138.5,49.5 + pos: -50.5,40.5 parent: 1 - - uid: 37124 + - uid: 56832 components: - type: Transform - pos: -138.5,47.5 + pos: -50.5,41.5 parent: 1 - - uid: 37125 + - uid: 56833 components: - type: Transform - pos: -137.5,51.5 + pos: -49.5,37.5 parent: 1 - - uid: 37126 + - uid: 56834 components: - type: Transform - pos: -137.5,50.5 + pos: -49.5,38.5 parent: 1 - - uid: 37127 + - uid: 56835 components: - type: Transform - pos: -137.5,49.5 + pos: -49.5,39.5 parent: 1 - - uid: 37128 + - uid: 56836 components: - type: Transform - pos: -137.5,47.5 + pos: -49.5,40.5 parent: 1 - - uid: 37129 + - uid: 56837 components: - type: Transform - pos: -136.5,51.5 + pos: -49.5,41.5 parent: 1 - - uid: 37130 + - uid: 56838 components: - type: Transform - pos: -136.5,50.5 + pos: -48.5,37.5 parent: 1 - - uid: 37131 + - uid: 56839 components: - type: Transform - pos: -136.5,49.5 + pos: -48.5,39.5 parent: 1 - - uid: 37132 + - uid: 56840 components: - type: Transform - pos: -136.5,47.5 + pos: -48.5,40.5 parent: 1 - - uid: 37133 + - uid: 56841 components: - type: Transform - pos: -135.5,51.5 + pos: -48.5,41.5 parent: 1 - - uid: 37134 + - uid: 56842 components: - type: Transform - pos: -135.5,50.5 + pos: -47.5,37.5 parent: 1 - - uid: 37135 + - uid: 56843 components: - type: Transform - pos: -135.5,49.5 + pos: -47.5,39.5 parent: 1 - - uid: 37136 + - uid: 56844 components: - type: Transform - pos: -135.5,47.5 + pos: -47.5,40.5 parent: 1 - - uid: 37137 + - uid: 56845 components: - type: Transform - pos: -134.5,51.5 + pos: -47.5,41.5 parent: 1 - - uid: 37138 + - uid: 56846 components: - type: Transform - pos: -134.5,50.5 + pos: -46.5,37.5 parent: 1 - - uid: 37139 + - uid: 56847 components: - type: Transform - pos: -134.5,49.5 + pos: -46.5,38.5 parent: 1 - - uid: 37140 + - uid: 56848 components: - type: Transform - pos: -134.5,47.5 + pos: -46.5,39.5 parent: 1 - - uid: 37141 + - uid: 56849 components: - type: Transform - pos: -133.5,51.5 + pos: -46.5,40.5 parent: 1 - - uid: 37142 + - uid: 56850 components: - type: Transform - pos: -133.5,50.5 + pos: -46.5,41.5 parent: 1 - - uid: 37143 + - uid: 56851 components: - type: Transform - pos: -133.5,49.5 + pos: -45.5,37.5 parent: 1 - - uid: 37144 + - uid: 56852 components: - type: Transform - pos: -133.5,47.5 + pos: -45.5,38.5 parent: 1 - - uid: 37145 + - uid: 56853 components: - type: Transform - pos: -132.5,51.5 + pos: -45.5,39.5 parent: 1 - - uid: 37146 + - uid: 56854 components: - type: Transform - pos: -132.5,50.5 + pos: -45.5,40.5 parent: 1 - - uid: 37147 + - uid: 56855 components: - type: Transform - pos: -132.5,49.5 + pos: -45.5,41.5 parent: 1 - - uid: 37148 + - uid: 56856 components: - type: Transform - pos: -132.5,47.5 + pos: -43.5,38.5 parent: 1 - - uid: 37149 + - uid: 56857 components: - type: Transform - pos: -131.5,51.5 + pos: -43.5,39.5 parent: 1 - - uid: 37150 + - uid: 56858 components: - type: Transform - pos: -131.5,50.5 + pos: -43.5,40.5 parent: 1 - - uid: 37152 + - uid: 56859 components: - type: Transform - pos: -131.5,47.5 + pos: -43.5,41.5 parent: 1 - - uid: 37153 + - uid: 56860 components: - type: Transform - pos: -130.5,51.5 + pos: -42.5,38.5 parent: 1 - - uid: 37154 + - uid: 56861 components: - type: Transform - pos: -130.5,50.5 + pos: -42.5,39.5 parent: 1 - - uid: 37155 + - uid: 56862 components: - type: Transform - pos: -130.5,49.5 + pos: -42.5,40.5 parent: 1 - - uid: 37156 + - uid: 56863 components: - type: Transform - pos: -130.5,47.5 + pos: -42.5,41.5 parent: 1 - - uid: 37157 + - uid: 56864 components: - type: Transform - pos: -129.5,51.5 + pos: -41.5,38.5 parent: 1 - - uid: 37158 + - uid: 56865 components: - type: Transform - pos: -129.5,50.5 + pos: -41.5,39.5 parent: 1 - - uid: 37159 + - uid: 56866 components: - type: Transform - pos: -129.5,49.5 + pos: -41.5,40.5 parent: 1 - - uid: 37160 + - uid: 56867 components: - type: Transform - pos: -129.5,47.5 + pos: -41.5,41.5 parent: 1 - - uid: 37161 + - uid: 56868 components: - type: Transform - pos: -128.5,51.5 + pos: -40.5,37.5 parent: 1 - - uid: 37162 + - uid: 56869 components: - type: Transform - pos: -128.5,50.5 + pos: -40.5,38.5 parent: 1 - - uid: 37163 + - uid: 56870 components: - type: Transform - pos: -128.5,49.5 + pos: -40.5,39.5 parent: 1 - - uid: 37164 + - uid: 56871 components: - type: Transform - pos: -128.5,47.5 + pos: -40.5,40.5 parent: 1 - - uid: 37165 + - uid: 56872 components: - type: Transform - pos: -127.5,51.5 + pos: -40.5,41.5 parent: 1 - - uid: 37166 + - uid: 56873 components: - type: Transform - pos: -127.5,50.5 + pos: -39.5,37.5 parent: 1 - - uid: 37167 + - uid: 56874 components: - type: Transform - pos: -127.5,49.5 + pos: -39.5,38.5 parent: 1 - - uid: 37168 + - uid: 56875 components: - type: Transform - pos: -127.5,47.5 + pos: -39.5,39.5 parent: 1 - - uid: 37169 + - uid: 56876 components: - type: Transform - pos: -126.5,47.5 + pos: -39.5,40.5 parent: 1 - - uid: 37170 + - uid: 56877 components: - type: Transform - pos: -125.5,51.5 + pos: -39.5,41.5 parent: 1 - - uid: 37171 + - uid: 56878 components: - type: Transform - pos: -125.5,50.5 + pos: -38.5,37.5 parent: 1 - - uid: 37172 + - uid: 56879 components: - type: Transform - pos: -125.5,49.5 + pos: -38.5,38.5 parent: 1 - - uid: 37173 + - uid: 56880 components: - type: Transform - pos: -125.5,48.5 + pos: -38.5,40.5 parent: 1 - - uid: 37174 + - uid: 56881 components: - type: Transform - pos: -125.5,47.5 + pos: -38.5,41.5 parent: 1 - - uid: 37175 + - uid: 56882 components: - type: Transform - pos: -124.5,51.5 + pos: -37.5,37.5 parent: 1 - - uid: 37176 + - uid: 56883 components: - type: Transform - pos: -124.5,50.5 + pos: -37.5,38.5 parent: 1 - - uid: 37177 + - uid: 56884 components: - type: Transform - pos: -124.5,49.5 + pos: -37.5,39.5 parent: 1 - - uid: 37178 + - uid: 56885 components: - type: Transform - pos: -124.5,48.5 + pos: -37.5,40.5 parent: 1 - - uid: 37179 + - uid: 56886 components: - type: Transform - pos: -124.5,47.5 + pos: -36.5,37.5 parent: 1 - - uid: 37180 + - uid: 56887 components: - type: Transform - pos: -123.5,51.5 + pos: -36.5,38.5 parent: 1 - - uid: 37181 + - uid: 56888 components: - type: Transform - pos: -123.5,50.5 + pos: -36.5,39.5 parent: 1 - - uid: 37182 + - uid: 56889 components: - type: Transform - pos: -123.5,49.5 + pos: -35.5,37.5 parent: 1 - - uid: 37183 + - uid: 56890 components: - type: Transform - pos: -123.5,48.5 + pos: -34.5,37.5 parent: 1 - - uid: 37184 + - uid: 56891 components: - type: Transform - pos: -123.5,47.5 + pos: -34.5,38.5 parent: 1 - - uid: 37185 + - uid: 56892 components: - type: Transform - pos: -122.5,51.5 + pos: -33.5,37.5 parent: 1 - - uid: 37186 + - uid: 56893 components: - type: Transform - pos: -122.5,50.5 + pos: -33.5,38.5 parent: 1 - - uid: 37187 + - uid: 56894 components: - type: Transform - pos: -122.5,49.5 + pos: -33.5,39.5 parent: 1 - - uid: 37188 + - uid: 56895 components: - type: Transform - pos: -122.5,48.5 + pos: -33.5,40.5 parent: 1 - - uid: 37189 + - uid: 56896 components: - type: Transform - pos: -122.5,47.5 + pos: -41.5,54.5 parent: 1 - - uid: 37190 + - uid: 56897 components: - type: Transform - pos: -121.5,51.5 + pos: -32.5,37.5 parent: 1 - - uid: 37191 + - uid: 56898 components: - type: Transform - pos: -121.5,50.5 + pos: -32.5,38.5 parent: 1 - - uid: 37192 + - uid: 56899 components: - type: Transform - pos: -121.5,49.5 + pos: -32.5,39.5 parent: 1 - - uid: 37193 + - uid: 56900 components: - type: Transform - pos: -121.5,48.5 + pos: -32.5,40.5 parent: 1 - - uid: 37195 + - uid: 56901 components: - type: Transform - pos: -120.5,51.5 + pos: -41.5,53.5 parent: 1 - - uid: 37196 + - uid: 56902 components: - type: Transform - pos: -120.5,50.5 + pos: -31.5,37.5 parent: 1 - - uid: 37197 + - uid: 56903 components: - type: Transform - pos: -120.5,49.5 + pos: -31.5,38.5 parent: 1 - - uid: 37198 + - uid: 56904 components: - type: Transform - pos: -120.5,48.5 + pos: -31.5,39.5 parent: 1 - - uid: 37199 + - uid: 56905 components: - type: Transform - pos: -120.5,47.5 + pos: -36.5,54.5 parent: 1 - - uid: 37200 + - uid: 56906 components: - type: Transform - pos: -119.5,51.5 + pos: -30.5,37.5 parent: 1 - - uid: 37201 + - uid: 56907 components: - type: Transform - pos: -119.5,50.5 + pos: -30.5,38.5 parent: 1 - - uid: 37202 + - uid: 56908 components: - type: Transform - pos: -119.5,49.5 + pos: -30.5,39.5 parent: 1 - - uid: 37203 + - uid: 56909 components: - type: Transform - pos: -119.5,48.5 + pos: -29.5,37.5 parent: 1 - - uid: 37204 + - uid: 56910 components: - type: Transform - pos: -119.5,47.5 + pos: -29.5,38.5 parent: 1 - - uid: 37205 + - uid: 56911 components: - type: Transform - pos: -118.5,51.5 + pos: -29.5,39.5 parent: 1 - - uid: 37206 + - uid: 56912 components: - type: Transform - pos: -118.5,50.5 + pos: -29.5,43.5 parent: 1 - - uid: 37207 + - uid: 56913 components: - type: Transform - pos: -118.5,49.5 + pos: -29.5,42.5 parent: 1 - - uid: 37208 + - uid: 56914 components: - type: Transform - pos: -118.5,48.5 + pos: -28.5,54.5 parent: 1 - - uid: 37209 + - uid: 56915 components: - type: Transform - pos: -118.5,47.5 + pos: -28.5,51.5 parent: 1 - - uid: 37210 + - uid: 56916 components: - type: Transform - pos: -117.5,51.5 + pos: -28.5,53.5 parent: 1 - - uid: 37211 + - uid: 56917 components: - type: Transform - pos: -117.5,50.5 + pos: -28.5,42.5 parent: 1 - - uid: 37212 + - uid: 56918 components: - type: Transform - pos: -117.5,49.5 + pos: -29.5,53.5 parent: 1 - - uid: 37213 + - uid: 56919 components: - type: Transform - pos: -117.5,48.5 + pos: -28.5,52.5 parent: 1 - - uid: 37214 + - uid: 56920 components: - type: Transform - pos: -117.5,47.5 + pos: -28.5,50.5 parent: 1 - - uid: 37215 + - uid: 56921 components: - type: Transform - pos: -116.5,51.5 + pos: -29.5,49.5 parent: 1 - - uid: 37216 + - uid: 56922 components: - type: Transform - pos: -116.5,50.5 + pos: -29.5,54.5 parent: 1 - - uid: 37217 + - uid: 56923 components: - type: Transform - pos: -116.5,49.5 + pos: -29.5,48.5 parent: 1 - - uid: 37218 + - uid: 56924 components: - type: Transform - pos: -116.5,48.5 + pos: -30.5,54.5 parent: 1 - - uid: 37219 + - uid: 56925 components: - type: Transform - pos: -116.5,47.5 + pos: -30.5,53.5 parent: 1 - - uid: 37220 + - uid: 56926 components: - type: Transform - pos: -115.5,51.5 + pos: -30.5,52.5 parent: 1 - - uid: 37221 + - uid: 56927 components: - type: Transform - pos: -115.5,50.5 + pos: -30.5,51.5 parent: 1 - - uid: 37222 + - uid: 56928 components: - type: Transform - pos: -115.5,49.5 + pos: -29.5,44.5 parent: 1 - - uid: 37223 + - uid: 56929 components: - type: Transform - pos: -115.5,48.5 + pos: -29.5,45.5 parent: 1 - - uid: 37224 + - uid: 56930 components: - type: Transform - pos: -115.5,47.5 + pos: -29.5,46.5 parent: 1 - - uid: 37225 + - uid: 56931 components: - type: Transform - pos: -114.5,51.5 + pos: -29.5,47.5 parent: 1 - - uid: 37226 + - uid: 56932 components: - type: Transform - pos: -114.5,50.5 + pos: -67.5,52.5 parent: 1 - - uid: 37227 + - uid: 56933 components: - type: Transform - pos: -114.5,49.5 + pos: -66.5,57.5 parent: 1 - - uid: 37228 + - uid: 56934 components: - type: Transform - pos: -114.5,48.5 + pos: -67.5,53.5 parent: 1 - - uid: 37229 + - uid: 56935 components: - type: Transform - pos: -114.5,47.5 + pos: -65.5,52.5 parent: 1 - - uid: 37230 + - uid: 56936 components: - type: Transform - pos: -113.5,51.5 + pos: -65.5,54.5 parent: 1 - - uid: 37231 + - uid: 56937 components: - type: Transform - pos: -113.5,50.5 + pos: -65.5,53.5 parent: 1 - - uid: 37232 + - uid: 56938 components: - type: Transform - pos: -113.5,49.5 + pos: -65.5,55.5 parent: 1 - - uid: 37234 + - uid: 56939 components: - type: Transform - pos: -113.5,47.5 + pos: -66.5,52.5 parent: 1 - - uid: 37235 + - uid: 56940 components: - type: Transform - pos: -112.5,51.5 + pos: -66.5,54.5 parent: 1 - - uid: 37236 + - uid: 56941 components: - type: Transform - pos: -112.5,50.5 + pos: -66.5,53.5 parent: 1 - - uid: 37237 + - uid: 56942 components: - type: Transform - pos: -112.5,49.5 + pos: -118.5,56.5 parent: 1 - - uid: 37238 + - uid: 56943 components: - type: Transform - pos: -112.5,48.5 + pos: -118.5,57.5 parent: 1 - - uid: 37239 + - uid: 56944 components: - type: Transform - pos: -112.5,47.5 + pos: -119.5,52.5 parent: 1 - - uid: 37240 + - uid: 56945 components: - type: Transform - pos: -111.5,51.5 + pos: 47.5,44.5 parent: 1 - - uid: 37241 + - uid: 56946 components: - type: Transform - pos: -111.5,50.5 + pos: -118.5,55.5 parent: 1 - - uid: 37242 + - uid: 56947 components: - type: Transform - pos: -111.5,49.5 + pos: -118.5,54.5 parent: 1 - - uid: 37243 + - uid: 56948 components: - type: Transform - pos: -111.5,48.5 + pos: -65.5,57.5 parent: 1 - - uid: 37244 + - uid: 56949 components: - type: Transform - pos: -111.5,47.5 + pos: -65.5,56.5 parent: 1 - - uid: 37245 + - uid: 56950 components: - type: Transform - pos: -110.5,51.5 + pos: -66.5,56.5 parent: 1 - - uid: 37247 + - uid: 56951 components: - type: Transform - pos: -110.5,49.5 + pos: -66.5,55.5 parent: 1 - - uid: 37248 + - uid: 56952 components: - type: Transform - pos: -110.5,48.5 + pos: -114.5,46.5 parent: 1 - - uid: 37249 + - uid: 56953 components: - type: Transform - pos: -110.5,47.5 + pos: -96.5,51.5 parent: 1 - - uid: 37251 + - uid: 56954 components: - type: Transform - pos: -109.5,50.5 + pos: 47.5,54.5 parent: 1 - - uid: 37252 + - uid: 56955 components: - type: Transform - pos: -109.5,49.5 + pos: 46.5,48.5 parent: 1 - - uid: 37253 + - uid: 56956 components: - type: Transform - pos: -109.5,48.5 + pos: 46.5,38.5 parent: 1 - - uid: 37254 + - uid: 56957 components: - type: Transform - pos: -109.5,47.5 + pos: 46.5,39.5 parent: 1 - - uid: 37255 + - uid: 56958 components: - type: Transform - pos: -108.5,51.5 + pos: 46.5,41.5 parent: 1 - - uid: 37256 + - uid: 56959 components: - type: Transform - pos: -108.5,50.5 + pos: 46.5,42.5 parent: 1 - - uid: 37257 + - uid: 56960 components: - type: Transform - pos: -108.5,49.5 + pos: -84.5,50.5 parent: 1 - - uid: 37258 + - uid: 56961 components: - type: Transform - pos: -108.5,48.5 + pos: 46.5,47.5 parent: 1 - - uid: 37259 + - uid: 56962 components: - type: Transform - pos: -108.5,47.5 + pos: -83.5,50.5 parent: 1 - - uid: 37260 + - uid: 56963 components: - type: Transform - pos: -107.5,51.5 + pos: -83.5,51.5 parent: 1 - - uid: 37261 + - uid: 56964 components: - type: Transform - pos: -107.5,50.5 + pos: 46.5,49.5 parent: 1 - - uid: 37262 + - uid: 56965 components: - type: Transform - pos: -107.5,49.5 + pos: 46.5,50.5 parent: 1 - - uid: 37263 + - uid: 56966 components: - type: Transform - pos: -107.5,48.5 + pos: -82.5,51.5 parent: 1 - - uid: 37264 + - uid: 56967 components: - type: Transform - pos: -107.5,47.5 + pos: -95.5,51.5 parent: 1 - - uid: 37265 + - uid: 56968 components: - type: Transform - pos: -106.5,51.5 + pos: -86.5,49.5 parent: 1 - - uid: 37266 + - uid: 56969 components: - type: Transform - pos: -106.5,50.5 + pos: -139.5,50.5 parent: 1 - - uid: 37267 + - uid: 56970 components: - type: Transform - pos: -106.5,49.5 + pos: -139.5,51.5 parent: 1 - - uid: 37268 + - uid: 56971 components: - type: Transform - pos: -106.5,48.5 + pos: -139.5,49.5 parent: 1 - - uid: 37269 + - uid: 56972 components: - type: Transform - pos: -106.5,47.5 + pos: -138.5,51.5 parent: 1 - - uid: 37270 + - uid: 56973 components: - type: Transform - pos: -105.5,51.5 + pos: -139.5,47.5 parent: 1 - - uid: 37271 + - uid: 56974 components: - type: Transform - pos: -105.5,50.5 + pos: -67.5,54.5 parent: 1 - - uid: 37272 + - uid: 56975 components: - type: Transform - pos: -105.5,49.5 + pos: -67.5,55.5 parent: 1 - - uid: 37273 + - uid: 56976 components: - type: Transform - pos: -105.5,48.5 + pos: -67.5,56.5 parent: 1 - - uid: 37274 + - uid: 56977 components: - type: Transform - pos: -105.5,47.5 + pos: -67.5,57.5 parent: 1 - - uid: 37275 + - uid: 56978 components: - type: Transform - pos: -104.5,51.5 + pos: -68.5,52.5 parent: 1 - - uid: 37276 + - uid: 56979 components: - type: Transform - pos: -104.5,50.5 + pos: -68.5,53.5 parent: 1 - - uid: 37277 + - uid: 56980 components: - type: Transform - pos: -104.5,49.5 + pos: -68.5,54.5 parent: 1 - - uid: 37278 + - uid: 56981 components: - type: Transform - pos: -104.5,48.5 + pos: -68.5,55.5 parent: 1 - - uid: 37279 + - uid: 56982 components: - type: Transform - pos: -104.5,47.5 + pos: -68.5,56.5 parent: 1 - - uid: 37280 + - uid: 56983 components: - type: Transform - pos: -103.5,51.5 + pos: -68.5,57.5 parent: 1 - - uid: 37281 + - uid: 56984 components: - type: Transform - pos: -103.5,50.5 + pos: -69.5,52.5 parent: 1 - - uid: 37282 + - uid: 56985 components: - type: Transform - pos: -103.5,49.5 + pos: -69.5,53.5 parent: 1 - - uid: 37283 + - uid: 56986 components: - type: Transform - pos: -103.5,48.5 + pos: -69.5,54.5 parent: 1 - - uid: 37284 + - uid: 56987 components: - type: Transform - pos: -103.5,47.5 + pos: -69.5,55.5 parent: 1 - - uid: 37285 + - uid: 56988 components: - type: Transform - pos: -102.5,51.5 + pos: -69.5,56.5 parent: 1 - - uid: 37286 + - uid: 56989 components: - type: Transform - pos: -102.5,50.5 + pos: -69.5,57.5 parent: 1 - - uid: 37287 + - uid: 56990 components: - type: Transform - pos: -102.5,49.5 + pos: -70.5,52.5 parent: 1 - - uid: 37288 + - uid: 56991 components: - type: Transform - pos: -102.5,48.5 + pos: -70.5,53.5 parent: 1 - - uid: 37289 + - uid: 56992 components: - type: Transform - pos: -102.5,47.5 + pos: -70.5,54.5 parent: 1 - - uid: 37290 + - uid: 56993 components: - type: Transform - pos: -101.5,48.5 + pos: -70.5,55.5 parent: 1 - - uid: 37291 + - uid: 56994 components: - type: Transform - pos: -101.5,49.5 + pos: -70.5,56.5 parent: 1 - - uid: 37292 + - uid: 56995 components: - type: Transform - pos: -101.5,50.5 + pos: -70.5,57.5 parent: 1 - - uid: 37293 + - uid: 56996 components: - type: Transform - pos: 46.5,54.5 + pos: -71.5,52.5 parent: 1 - - uid: 37294 + - uid: 56997 components: - type: Transform - pos: 46.5,40.5 + pos: -71.5,53.5 parent: 1 - - uid: 37295 + - uid: 56998 components: - type: Transform - pos: 46.5,43.5 + pos: -71.5,54.5 parent: 1 - - uid: 37296 + - uid: 56999 components: - type: Transform - pos: 47.5,49.5 + pos: -71.5,55.5 parent: 1 - - uid: 37297 + - uid: 57000 components: - type: Transform - pos: 47.5,46.5 + pos: -71.5,56.5 parent: 1 - - uid: 37298 + - uid: 57001 components: - type: Transform - pos: -87.5,49.5 + pos: -71.5,57.5 parent: 1 - - uid: 37299 + - uid: 57002 components: - type: Transform - pos: -88.5,49.5 + pos: -72.5,52.5 parent: 1 - - uid: 37300 + - uid: 57003 components: - type: Transform - pos: -117.5,46.5 + pos: -72.5,53.5 parent: 1 - - uid: 37301 + - uid: 57004 components: - type: Transform - pos: -118.5,46.5 + pos: -72.5,54.5 parent: 1 - - uid: 37302 + - uid: 57005 components: - type: Transform - pos: -119.5,46.5 + pos: -72.5,55.5 parent: 1 - - uid: 37303 + - uid: 57006 components: - type: Transform - pos: -120.5,46.5 + pos: -72.5,56.5 parent: 1 - - uid: 37304 + - uid: 57007 components: - type: Transform - pos: -121.5,46.5 + pos: -72.5,57.5 parent: 1 - - uid: 37305 + - uid: 57008 components: - type: Transform - pos: -122.5,46.5 + pos: -73.5,52.5 parent: 1 - - uid: 37306 + - uid: 57009 components: - type: Transform - pos: -123.5,46.5 + pos: -73.5,53.5 parent: 1 - - uid: 37307 + - uid: 57010 components: - type: Transform - pos: -124.5,46.5 + pos: -73.5,54.5 parent: 1 - - uid: 37308 + - uid: 57011 components: - type: Transform - pos: -125.5,46.5 + pos: -73.5,55.5 parent: 1 - - uid: 37310 + - uid: 57012 components: - type: Transform - pos: -127.5,46.5 + pos: -73.5,56.5 parent: 1 - - uid: 37311 + - uid: 57013 components: - type: Transform - pos: -128.5,46.5 + pos: -73.5,57.5 parent: 1 - - uid: 37312 + - uid: 57014 components: - type: Transform - pos: -129.5,46.5 + pos: -74.5,52.5 parent: 1 - - uid: 37313 + - uid: 57015 components: - type: Transform - pos: -130.5,46.5 + pos: -74.5,53.5 parent: 1 - - uid: 37314 + - uid: 57016 components: - type: Transform - pos: -131.5,46.5 + pos: -74.5,55.5 parent: 1 - - uid: 37315 + - uid: 57017 components: - type: Transform - pos: -132.5,46.5 + pos: -74.5,56.5 parent: 1 - - uid: 37316 + - uid: 57018 components: - type: Transform - pos: -133.5,46.5 + pos: -74.5,57.5 parent: 1 - - uid: 37317 + - uid: 57019 components: - type: Transform - pos: -134.5,46.5 + pos: -75.5,52.5 parent: 1 - - uid: 37318 + - uid: 57020 components: - type: Transform - pos: -135.5,46.5 + pos: -75.5,53.5 parent: 1 - - uid: 37319 + - uid: 57021 components: - type: Transform - pos: -136.5,46.5 + pos: -75.5,54.5 parent: 1 - - uid: 37320 + - uid: 57022 components: - type: Transform - pos: -137.5,46.5 + pos: -75.5,55.5 parent: 1 - - uid: 37321 + - uid: 57023 components: - type: Transform - pos: -138.5,46.5 + pos: -75.5,56.5 parent: 1 - - uid: 37322 + - uid: 57024 components: - type: Transform - pos: -136.5,45.5 + pos: -75.5,57.5 parent: 1 - - uid: 37323 + - uid: 57025 components: - type: Transform - pos: -135.5,45.5 + pos: -76.5,52.5 parent: 1 - - uid: 37324 + - uid: 57026 components: - type: Transform - pos: -134.5,45.5 + pos: -76.5,53.5 parent: 1 - - uid: 37325 + - uid: 57027 components: - type: Transform - pos: -133.5,45.5 + pos: -76.5,54.5 parent: 1 - - uid: 37326 + - uid: 57028 components: - type: Transform - pos: -132.5,45.5 + pos: -76.5,55.5 parent: 1 - - uid: 37327 + - uid: 57029 components: - type: Transform - pos: -131.5,45.5 + pos: -76.5,56.5 parent: 1 - - uid: 37328 + - uid: 57030 components: - type: Transform - pos: -130.5,45.5 + pos: -76.5,57.5 parent: 1 - - uid: 37329 + - uid: 57031 components: - type: Transform - pos: -129.5,45.5 + pos: -77.5,52.5 parent: 1 - - uid: 37330 + - uid: 57032 components: - type: Transform - pos: -128.5,45.5 + pos: -77.5,53.5 parent: 1 - - uid: 37331 + - uid: 57033 components: - type: Transform - pos: -127.5,45.5 + pos: -77.5,54.5 parent: 1 - - uid: 37332 + - uid: 57034 components: - type: Transform - pos: -126.5,45.5 + pos: -77.5,56.5 parent: 1 - - uid: 37333 + - uid: 57035 components: - type: Transform - pos: -125.5,45.5 + pos: -77.5,57.5 parent: 1 - - uid: 37334 + - uid: 57036 components: - type: Transform - pos: -124.5,45.5 + pos: -78.5,52.5 parent: 1 - - uid: 37335 + - uid: 57037 components: - type: Transform - pos: -123.5,45.5 + pos: -78.5,53.5 parent: 1 - - uid: 37336 + - uid: 57038 components: - type: Transform - pos: -122.5,45.5 + pos: -78.5,54.5 parent: 1 - - uid: 37337 + - uid: 57039 components: - type: Transform - pos: -121.5,45.5 + pos: -78.5,55.5 parent: 1 - - uid: 37338 + - uid: 57040 components: - type: Transform - pos: -120.5,45.5 + pos: -78.5,56.5 parent: 1 - - uid: 37339 + - uid: 57041 components: - type: Transform - pos: -119.5,45.5 + pos: -78.5,57.5 parent: 1 - - uid: 37340 + - uid: 57042 components: - type: Transform - pos: -118.5,45.5 + pos: -79.5,52.5 parent: 1 - - uid: 37341 + - uid: 57043 components: - type: Transform - pos: -117.5,45.5 + pos: -79.5,53.5 parent: 1 - - uid: 37342 + - uid: 57044 components: - type: Transform - pos: -116.5,45.5 + pos: -79.5,54.5 parent: 1 - - uid: 37343 + - uid: 57045 components: - type: Transform - pos: -115.5,45.5 + pos: -79.5,55.5 parent: 1 - - uid: 37344 + - uid: 57046 components: - type: Transform - pos: -114.5,45.5 + pos: -79.5,56.5 parent: 1 - - uid: 37345 + - uid: 57047 components: - type: Transform - pos: -113.5,45.5 + pos: -79.5,57.5 parent: 1 - - uid: 37346 + - uid: 57048 components: - type: Transform - pos: -112.5,45.5 + pos: -80.5,52.5 parent: 1 - - uid: 37347 + - uid: 57049 components: - type: Transform - pos: -111.5,45.5 + pos: -80.5,53.5 parent: 1 - - uid: 37348 + - uid: 57050 components: - type: Transform - pos: -110.5,45.5 + pos: -80.5,54.5 parent: 1 - - uid: 37349 + - uid: 57051 components: - type: Transform - pos: -109.5,45.5 + pos: -80.5,55.5 parent: 1 - - uid: 37350 + - uid: 57052 components: - type: Transform - pos: -108.5,45.5 + pos: -80.5,56.5 parent: 1 - - uid: 37351 + - uid: 57053 components: - type: Transform - pos: 47.5,48.5 + pos: -80.5,57.5 parent: 1 - - uid: 37352 + - uid: 57054 components: - type: Transform - pos: 0.5,52.5 + pos: -81.5,52.5 parent: 1 - - uid: 37353 + - uid: 57055 components: - type: Transform - pos: 46.5,44.5 + pos: -81.5,53.5 parent: 1 - - uid: 37354 + - uid: 57056 components: - type: Transform - pos: -135.5,44.5 + pos: -81.5,54.5 parent: 1 - - uid: 37355 + - uid: 57057 components: - type: Transform - pos: -134.5,44.5 + pos: -81.5,55.5 parent: 1 - - uid: 37356 + - uid: 57058 components: - type: Transform - pos: -133.5,44.5 + pos: -81.5,56.5 parent: 1 - - uid: 37357 + - uid: 57059 components: - type: Transform - pos: -132.5,44.5 + pos: -81.5,57.5 parent: 1 - - uid: 37358 + - uid: 57060 components: - type: Transform - pos: -131.5,44.5 + pos: -82.5,52.5 parent: 1 - - uid: 37359 + - uid: 57061 components: - type: Transform - pos: -130.5,44.5 + pos: -82.5,53.5 parent: 1 - - uid: 37360 + - uid: 57062 components: - type: Transform - pos: -129.5,44.5 + pos: -82.5,55.5 parent: 1 - - uid: 37361 + - uid: 57063 components: - type: Transform - pos: -128.5,44.5 + pos: -82.5,56.5 parent: 1 - - uid: 37362 + - uid: 57064 components: - type: Transform - pos: -127.5,44.5 + pos: -82.5,57.5 parent: 1 - - uid: 37363 + - uid: 57065 components: - type: Transform - pos: -126.5,44.5 + pos: -83.5,52.5 parent: 1 - - uid: 37364 + - uid: 57066 components: - type: Transform - pos: -125.5,44.5 + pos: -83.5,53.5 parent: 1 - - uid: 37365 + - uid: 57067 components: - type: Transform - pos: -124.5,44.5 + pos: -83.5,54.5 parent: 1 - - uid: 37366 + - uid: 57068 components: - type: Transform - pos: -123.5,44.5 + pos: -83.5,55.5 parent: 1 - - uid: 37367 + - uid: 57069 components: - type: Transform - pos: -122.5,44.5 + pos: -83.5,56.5 parent: 1 - - uid: 37368 + - uid: 57070 components: - type: Transform - pos: -121.5,44.5 + pos: -83.5,57.5 parent: 1 - - uid: 37369 + - uid: 57071 components: - type: Transform - pos: -120.5,44.5 + pos: -84.5,52.5 parent: 1 - - uid: 37370 + - uid: 57072 components: - type: Transform - pos: -119.5,44.5 + pos: -84.5,53.5 parent: 1 - - uid: 37371 + - uid: 57073 components: - type: Transform - pos: -118.5,44.5 + pos: -84.5,54.5 parent: 1 - - uid: 37372 + - uid: 57074 components: - type: Transform - pos: -117.5,44.5 + pos: -84.5,55.5 parent: 1 - - uid: 37373 + - uid: 57075 components: - type: Transform - pos: -116.5,44.5 + pos: -84.5,56.5 parent: 1 - - uid: 37374 + - uid: 57076 components: - type: Transform - pos: -115.5,44.5 + pos: -84.5,57.5 parent: 1 - - uid: 37375 + - uid: 57077 components: - type: Transform - pos: -114.5,44.5 + pos: -85.5,52.5 parent: 1 - - uid: 37376 + - uid: 57078 components: - type: Transform - pos: -113.5,44.5 + pos: -85.5,53.5 parent: 1 - - uid: 37377 + - uid: 57079 components: - type: Transform - pos: -112.5,44.5 + pos: -85.5,54.5 parent: 1 - - uid: 37378 + - uid: 57080 components: - type: Transform - pos: -111.5,44.5 + pos: -85.5,56.5 parent: 1 - - uid: 37379 + - uid: 57081 components: - type: Transform - pos: -110.5,44.5 + pos: -85.5,57.5 parent: 1 - - uid: 37380 + - uid: 57082 components: - type: Transform - pos: -109.5,44.5 + pos: -86.5,52.5 parent: 1 - - uid: 37381 + - uid: 57083 components: - type: Transform - pos: 47.5,51.5 + pos: -86.5,53.5 parent: 1 - - uid: 37382 + - uid: 57084 components: - type: Transform - pos: 47.5,52.5 + pos: -86.5,54.5 parent: 1 - - uid: 37383 + - uid: 57085 components: - type: Transform - pos: 47.5,41.5 + pos: -86.5,55.5 parent: 1 - - uid: 37384 + - uid: 57086 components: - type: Transform - pos: -105.5,44.5 + pos: -86.5,56.5 parent: 1 - - uid: 37385 + - uid: 57087 components: - type: Transform - pos: -104.5,44.5 + pos: -86.5,57.5 parent: 1 - - uid: 37386 + - uid: 57088 components: - type: Transform - pos: -104.5,43.5 + pos: -87.5,52.5 parent: 1 - - uid: 37387 + - uid: 57089 components: - type: Transform - pos: -105.5,43.5 + pos: -87.5,53.5 parent: 1 - - uid: 37388 + - uid: 57090 components: - type: Transform - pos: -106.5,43.5 + pos: -87.5,54.5 parent: 1 - - uid: 37389 + - uid: 57091 components: - type: Transform - pos: -92.5,51.5 + pos: -87.5,55.5 parent: 1 - - uid: 37390 + - uid: 57092 components: - type: Transform - pos: -91.5,51.5 + pos: -87.5,56.5 parent: 1 - - uid: 37391 + - uid: 57093 components: - type: Transform - pos: 47.5,50.5 + pos: -87.5,57.5 parent: 1 - - uid: 37392 + - uid: 57094 components: - type: Transform - pos: -110.5,43.5 + pos: -88.5,52.5 parent: 1 - - uid: 37393 + - uid: 57095 components: - type: Transform - pos: -111.5,43.5 + pos: -88.5,53.5 parent: 1 - - uid: 37394 + - uid: 57096 components: - type: Transform - pos: -88.5,50.5 + pos: -88.5,54.5 parent: 1 - - uid: 37395 + - uid: 57097 components: - type: Transform - pos: -87.5,50.5 + pos: -88.5,55.5 parent: 1 - - uid: 37396 + - uid: 57098 components: - type: Transform - pos: -86.5,51.5 + pos: -88.5,56.5 parent: 1 - - uid: 37397 + - uid: 57099 components: - type: Transform - pos: -86.5,50.5 + pos: -88.5,57.5 parent: 1 - - uid: 37398 + - uid: 57100 components: - type: Transform - pos: -116.5,43.5 + pos: -89.5,52.5 parent: 1 - - uid: 37399 + - uid: 57101 components: - type: Transform - pos: -117.5,43.5 + pos: -89.5,53.5 parent: 1 - - uid: 37400 + - uid: 57102 components: - type: Transform - pos: -118.5,43.5 + pos: -89.5,54.5 parent: 1 - - uid: 37401 + - uid: 57103 components: - type: Transform - pos: -119.5,43.5 + pos: -89.5,55.5 parent: 1 - - uid: 37402 + - uid: 57104 components: - type: Transform - pos: -120.5,43.5 + pos: -89.5,56.5 parent: 1 - - uid: 37403 + - uid: 57105 components: - type: Transform - pos: -121.5,43.5 + pos: -89.5,57.5 parent: 1 - - uid: 37404 + - uid: 57106 components: - type: Transform - pos: -122.5,43.5 + pos: -90.5,52.5 parent: 1 - - uid: 37405 + - uid: 57107 components: - type: Transform - pos: -123.5,43.5 + pos: -90.5,53.5 parent: 1 - - uid: 37406 + - uid: 57108 components: - type: Transform - pos: -124.5,43.5 + pos: -90.5,54.5 parent: 1 - - uid: 37407 + - uid: 57109 components: - type: Transform - pos: -125.5,43.5 + pos: -90.5,56.5 parent: 1 - - uid: 37408 + - uid: 57110 components: - type: Transform - pos: -126.5,43.5 + pos: -90.5,57.5 parent: 1 - - uid: 37409 + - uid: 57111 components: - type: Transform - pos: -127.5,43.5 + pos: -91.5,52.5 parent: 1 - - uid: 37410 + - uid: 57112 components: - type: Transform - pos: -128.5,43.5 + pos: -91.5,53.5 parent: 1 - - uid: 37411 + - uid: 57113 components: - type: Transform - pos: -129.5,43.5 + pos: -91.5,54.5 parent: 1 - - uid: 37412 + - uid: 57114 components: - type: Transform - pos: -130.5,43.5 + pos: -91.5,55.5 parent: 1 - - uid: 37413 + - uid: 57115 components: - type: Transform - pos: -131.5,43.5 + pos: -91.5,56.5 parent: 1 - - uid: 37414 + - uid: 57116 components: - type: Transform - pos: -132.5,43.5 + pos: -91.5,57.5 parent: 1 - - uid: 37415 + - uid: 57117 components: - type: Transform - pos: -133.5,43.5 + pos: -92.5,52.5 parent: 1 - - uid: 37416 + - uid: 57118 components: - type: Transform - pos: -131.5,42.5 + pos: -92.5,53.5 parent: 1 - - uid: 37417 + - uid: 57119 components: - type: Transform - pos: -130.5,42.5 + pos: -92.5,54.5 parent: 1 - - uid: 37418 + - uid: 57120 components: - type: Transform - pos: -129.5,42.5 + pos: -92.5,55.5 parent: 1 - - uid: 37419 + - uid: 57121 components: - type: Transform - pos: -128.5,42.5 + pos: -92.5,56.5 parent: 1 - - uid: 37420 + - uid: 57122 components: - type: Transform - pos: -127.5,42.5 + pos: -92.5,57.5 parent: 1 - - uid: 37421 + - uid: 57123 components: - type: Transform - pos: -126.5,42.5 + pos: -93.5,52.5 parent: 1 - - uid: 37422 + - uid: 57124 components: - type: Transform - pos: -125.5,42.5 + pos: -93.5,53.5 parent: 1 - - uid: 37423 + - uid: 57125 components: - type: Transform - pos: -122.5,42.5 + pos: -93.5,54.5 parent: 1 - - uid: 37424 + - uid: 57126 components: - type: Transform - pos: -121.5,42.5 + pos: -93.5,55.5 parent: 1 - - uid: 37425 + - uid: 57127 components: - type: Transform - pos: -120.5,42.5 + pos: -93.5,56.5 parent: 1 - - uid: 37426 + - uid: 57128 components: - type: Transform - pos: -119.5,42.5 + pos: -93.5,57.5 parent: 1 - - uid: 37427 + - uid: 57129 components: - type: Transform - pos: -118.5,42.5 + pos: -94.5,52.5 parent: 1 - - uid: 37428 + - uid: 57130 components: - type: Transform - pos: -117.5,42.5 + pos: -94.5,53.5 parent: 1 - - uid: 37429 + - uid: 57131 components: - type: Transform - pos: -84.5,51.5 + pos: -94.5,54.5 parent: 1 - - uid: 37430 + - uid: 57132 components: - type: Transform - pos: -85.5,50.5 + pos: -94.5,55.5 parent: 1 - - uid: 37431 + - uid: 57133 components: - type: Transform - pos: -114.5,42.5 + pos: -94.5,56.5 parent: 1 - - uid: 37432 + - uid: 57134 components: - type: Transform - pos: -87.5,51.5 + pos: -94.5,57.5 parent: 1 - - uid: 37433 + - uid: 57135 components: - type: Transform - pos: -88.5,51.5 + pos: -95.5,52.5 parent: 1 - - uid: 37434 + - uid: 57136 components: - type: Transform - pos: -89.5,50.5 + pos: -95.5,53.5 parent: 1 - - uid: 37435 + - uid: 57137 components: - type: Transform - pos: -89.5,51.5 + pos: -95.5,54.5 parent: 1 - - uid: 37436 + - uid: 57138 components: - type: Transform - pos: -90.5,50.5 + pos: -95.5,55.5 parent: 1 - - uid: 37437 + - uid: 57139 components: - type: Transform - pos: -90.5,51.5 + pos: -95.5,56.5 parent: 1 - - uid: 37438 + - uid: 57140 components: - type: Transform - pos: -107.5,42.5 + pos: -95.5,57.5 parent: 1 - - uid: 37439 + - uid: 57141 components: - type: Transform - pos: -106.5,42.5 + pos: -96.5,52.5 parent: 1 - - uid: 37440 + - uid: 57142 components: - type: Transform - pos: -105.5,42.5 + pos: -96.5,53.5 parent: 1 - - uid: 37441 + - uid: 57143 components: - type: Transform - pos: -104.5,42.5 + pos: -96.5,54.5 parent: 1 - - uid: 37442 + - uid: 57144 components: - type: Transform - pos: -104.5,41.5 + pos: -96.5,55.5 parent: 1 - - uid: 37443 + - uid: 57145 components: - type: Transform - pos: -105.5,41.5 + pos: -96.5,56.5 parent: 1 - - uid: 37444 + - uid: 57146 components: - type: Transform - pos: -106.5,41.5 + pos: -96.5,57.5 parent: 1 - - uid: 37445 + - uid: 57147 components: - type: Transform - pos: -108.5,41.5 + pos: -97.5,52.5 parent: 1 - - uid: 37446 + - uid: 57148 components: - type: Transform - pos: -109.5,41.5 + pos: -97.5,53.5 parent: 1 - - uid: 37447 + - uid: 57149 components: - type: Transform - pos: -110.5,41.5 + pos: -97.5,54.5 parent: 1 - - uid: 37448 + - uid: 57150 components: - type: Transform - pos: -111.5,41.5 + pos: -97.5,55.5 parent: 1 - - uid: 37449 + - uid: 57151 components: - type: Transform - pos: -112.5,41.5 + pos: -97.5,56.5 parent: 1 - - uid: 37450 + - uid: 57152 components: - type: Transform - pos: -113.5,41.5 + pos: -97.5,57.5 parent: 1 - - uid: 37451 + - uid: 57153 components: - type: Transform - pos: -114.5,41.5 + pos: -98.5,52.5 parent: 1 - - uid: 37452 + - uid: 57154 components: - type: Transform - pos: -119.5,41.5 + pos: -98.5,53.5 parent: 1 - - uid: 37453 + - uid: 57155 components: - type: Transform - pos: -120.5,41.5 + pos: -98.5,54.5 parent: 1 - - uid: 37454 + - uid: 57156 components: - type: Transform - pos: -121.5,41.5 + pos: -98.5,55.5 parent: 1 - - uid: 37455 + - uid: 57157 components: - type: Transform - pos: 47.5,38.5 + pos: -98.5,56.5 parent: 1 - - uid: 37456 + - uid: 57158 components: - type: Transform - pos: 47.5,43.5 + pos: -98.5,57.5 parent: 1 - - uid: 37457 + - uid: 57159 components: - type: Transform - pos: 47.5,42.5 + pos: 46.5,53.5 parent: 1 - - uid: 37458 + - uid: 57160 components: - type: Transform - pos: -127.5,41.5 + pos: -99.5,53.5 parent: 1 - - uid: 37459 + - uid: 57161 components: - type: Transform - pos: -128.5,41.5 + pos: -99.5,54.5 parent: 1 - - uid: 37460 + - uid: 57162 components: - type: Transform - pos: 47.5,47.5 + pos: -99.5,55.5 parent: 1 - - uid: 37461 + - uid: 57163 components: - type: Transform - pos: -96.5,50.5 + pos: -99.5,56.5 parent: 1 - - uid: 37462 + - uid: 57164 components: - type: Transform - pos: -94.5,51.5 + pos: -99.5,57.5 parent: 1 - - uid: 37463 + - uid: 57165 components: - type: Transform - pos: -95.5,50.5 + pos: -100.5,52.5 parent: 1 - - uid: 37464 + - uid: 57166 components: - type: Transform - pos: 47.5,53.5 + pos: -100.5,53.5 parent: 1 - - uid: 37465 + - uid: 57167 components: - type: Transform - pos: 46.5,51.5 + pos: -100.5,54.5 parent: 1 - - uid: 37466 + - uid: 57168 components: - type: Transform - pos: 46.5,52.5 + pos: -100.5,55.5 parent: 1 - - uid: 37467 + - uid: 57169 components: - type: Transform - pos: 45.5,38.5 + pos: -100.5,56.5 parent: 1 - - uid: 37468 + - uid: 57170 components: - type: Transform - pos: 45.5,39.5 + pos: -100.5,57.5 parent: 1 - - uid: 37469 + - uid: 57171 components: - type: Transform - pos: 45.5,40.5 + pos: -101.5,52.5 parent: 1 - - uid: 37470 + - uid: 57172 components: - type: Transform - pos: 45.5,41.5 + pos: -101.5,53.5 parent: 1 - - uid: 37471 + - uid: 57173 components: - type: Transform - pos: 45.5,42.5 + pos: -101.5,54.5 parent: 1 - - uid: 37472 + - uid: 57174 components: - type: Transform - pos: 45.5,43.5 + pos: -101.5,55.5 parent: 1 - - uid: 37473 + - uid: 57175 components: - type: Transform - pos: 45.5,44.5 + pos: -101.5,56.5 parent: 1 - - uid: 37474 + - uid: 57176 components: - type: Transform - pos: 45.5,46.5 + pos: -101.5,57.5 parent: 1 - - uid: 37475 + - uid: 57177 components: - type: Transform - pos: 45.5,47.5 + pos: -102.5,52.5 parent: 1 - - uid: 37476 + - uid: 57178 components: - type: Transform - pos: 37.5,55.5 + pos: -102.5,53.5 parent: 1 - - uid: 37477 + - uid: 57179 components: - type: Transform - pos: 36.5,56.5 + pos: -102.5,54.5 parent: 1 - - uid: 37478 + - uid: 57180 components: - type: Transform - pos: -5.5,54.5 + pos: -102.5,55.5 parent: 1 - - uid: 37480 + - uid: 57181 components: - type: Transform - pos: 35.5,56.5 + pos: -102.5,56.5 parent: 1 - - uid: 37481 + - uid: 57182 components: - type: Transform - pos: 39.5,60.5 + pos: -102.5,57.5 parent: 1 - - uid: 37482 + - uid: 57183 components: - type: Transform - pos: 38.5,60.5 + pos: -103.5,52.5 parent: 1 - - uid: 37483 + - uid: 57184 components: - type: Transform - pos: 44.5,38.5 + pos: -103.5,53.5 parent: 1 - - uid: 37484 + - uid: 57185 components: - type: Transform - pos: 44.5,39.5 + pos: -103.5,54.5 parent: 1 - - uid: 37485 + - uid: 57186 components: - type: Transform - pos: 44.5,40.5 + pos: -103.5,55.5 parent: 1 - - uid: 37486 + - uid: 57187 components: - type: Transform - pos: 44.5,41.5 + pos: -103.5,56.5 parent: 1 - - uid: 37487 + - uid: 57188 components: - type: Transform - pos: 44.5,42.5 + pos: -103.5,57.5 parent: 1 - - uid: 37488 + - uid: 57189 components: - type: Transform - pos: 44.5,43.5 + pos: -104.5,52.5 parent: 1 - - uid: 37489 + - uid: 57190 components: - type: Transform - pos: 44.5,44.5 + pos: -104.5,53.5 parent: 1 - - uid: 37490 + - uid: 57191 components: - type: Transform - pos: 44.5,46.5 + pos: -104.5,54.5 parent: 1 - - uid: 37491 + - uid: 57192 components: - type: Transform - pos: 44.5,47.5 + pos: -104.5,55.5 parent: 1 - - uid: 37492 + - uid: 57193 components: - type: Transform - pos: 40.5,56.5 + pos: -104.5,56.5 parent: 1 - - uid: 37493 + - uid: 57194 components: - type: Transform - pos: 37.5,58.5 + pos: -104.5,57.5 parent: 1 - - uid: 37494 + - uid: 57195 components: - type: Transform - pos: 0.5,53.5 + pos: -105.5,52.5 parent: 1 - - uid: 37495 + - uid: 57196 components: - type: Transform - pos: 35.5,57.5 + pos: -105.5,55.5 parent: 1 - - uid: 37496 + - uid: 57197 components: - type: Transform - pos: 36.5,60.5 + pos: -105.5,56.5 parent: 1 - - uid: 37497 + - uid: 57198 components: - type: Transform - pos: 38.5,59.5 + pos: -105.5,57.5 parent: 1 - - uid: 37498 + - uid: 57199 components: - type: Transform - pos: 43.5,38.5 + pos: -106.5,54.5 parent: 1 - - uid: 37499 + - uid: 57200 components: - type: Transform - pos: 43.5,39.5 + pos: -106.5,55.5 parent: 1 - - uid: 37500 + - uid: 57201 components: - type: Transform - pos: 43.5,40.5 + pos: -106.5,56.5 parent: 1 - - uid: 37501 + - uid: 57202 components: - type: Transform - pos: 43.5,41.5 + pos: -106.5,57.5 parent: 1 - - uid: 37502 + - uid: 57203 components: - type: Transform - pos: 43.5,42.5 + pos: -107.5,52.5 parent: 1 - - uid: 37503 + - uid: 57204 components: - type: Transform - pos: 43.5,43.5 + pos: -107.5,53.5 parent: 1 - - uid: 37504 + - uid: 57205 components: - type: Transform - pos: 43.5,44.5 + pos: -107.5,54.5 parent: 1 - - uid: 37505 + - uid: 57206 components: - type: Transform - pos: 43.5,46.5 + pos: -107.5,55.5 parent: 1 - - uid: 37506 + - uid: 57207 components: - type: Transform - pos: 43.5,47.5 + pos: -107.5,56.5 parent: 1 - - uid: 37507 + - uid: 57208 components: - type: Transform - pos: 40.5,57.5 + pos: -107.5,57.5 parent: 1 - - uid: 37508 + - uid: 57209 components: - type: Transform - pos: 38.5,55.5 + pos: -108.5,52.5 parent: 1 - - uid: 37509 + - uid: 57210 components: - type: Transform - pos: 37.5,60.5 + pos: -108.5,53.5 parent: 1 - - uid: 37510 + - uid: 57211 components: - type: Transform - pos: 39.5,54.5 + pos: -108.5,54.5 parent: 1 - - uid: 37511 + - uid: 57212 components: - type: Transform - pos: 36.5,59.5 + pos: -108.5,55.5 parent: 1 - - uid: 37512 + - uid: 57213 components: - type: Transform - pos: 38.5,58.5 + pos: -108.5,56.5 parent: 1 - - uid: 37513 + - uid: 57214 components: - type: Transform - pos: 42.5,38.5 + pos: -108.5,57.5 parent: 1 - - uid: 37514 + - uid: 57215 components: - type: Transform - pos: 42.5,39.5 + pos: -109.5,52.5 parent: 1 - - uid: 37515 + - uid: 57216 components: - type: Transform - pos: 42.5,40.5 + pos: -109.5,53.5 parent: 1 - - uid: 37516 + - uid: 57217 components: - type: Transform - pos: 42.5,41.5 + pos: -109.5,54.5 parent: 1 - - uid: 37517 + - uid: 57218 components: - type: Transform - pos: 42.5,42.5 + pos: -109.5,55.5 parent: 1 - - uid: 37518 + - uid: 57219 components: - type: Transform - pos: 42.5,43.5 + pos: -109.5,56.5 parent: 1 - - uid: 37519 + - uid: 57220 components: - type: Transform - pos: 42.5,44.5 + pos: -109.5,57.5 parent: 1 - - uid: 37520 + - uid: 57221 components: - type: Transform - pos: 42.5,46.5 + pos: -110.5,52.5 parent: 1 - - uid: 37521 + - uid: 57222 components: - type: Transform - pos: 42.5,47.5 + pos: -110.5,53.5 parent: 1 - - uid: 37522 + - uid: 57223 components: - type: Transform - pos: 38.5,54.5 + pos: -110.5,55.5 parent: 1 - - uid: 37523 + - uid: 57224 components: - type: Transform - pos: 37.5,56.5 + pos: -110.5,56.5 parent: 1 - - uid: 37524 + - uid: 57225 components: - type: Transform - pos: 37.5,59.5 + pos: -110.5,57.5 parent: 1 - - uid: 37526 + - uid: 57226 components: - type: Transform - pos: 39.5,59.5 + pos: -111.5,52.5 parent: 1 - - uid: 37527 + - uid: 57227 components: - type: Transform - pos: 39.5,58.5 + pos: -111.5,53.5 parent: 1 - - uid: 37528 + - uid: 57228 components: - type: Transform - pos: 41.5,38.5 + pos: -111.5,54.5 parent: 1 - - uid: 37529 + - uid: 57229 components: - type: Transform - pos: 41.5,39.5 + pos: -111.5,55.5 parent: 1 - - uid: 37530 + - uid: 57230 components: - type: Transform - pos: 41.5,40.5 + pos: -111.5,56.5 parent: 1 - - uid: 37531 + - uid: 57231 components: - type: Transform - pos: 41.5,41.5 + pos: -111.5,57.5 parent: 1 - - uid: 37532 + - uid: 57232 components: - type: Transform - pos: 41.5,42.5 + pos: -112.5,52.5 parent: 1 - - uid: 37533 + - uid: 57233 components: - type: Transform - pos: 41.5,43.5 + pos: -112.5,53.5 parent: 1 - - uid: 37534 + - uid: 57234 components: - type: Transform - pos: 41.5,44.5 + pos: -112.5,54.5 parent: 1 - - uid: 37535 + - uid: 57235 components: - type: Transform - pos: 41.5,46.5 + pos: -112.5,55.5 parent: 1 - - uid: 37536 + - uid: 57236 components: - type: Transform - pos: 41.5,47.5 + pos: -112.5,56.5 parent: 1 - - uid: 37537 + - uid: 57237 components: - type: Transform - pos: 40.5,55.5 + pos: -112.5,57.5 parent: 1 - - uid: 37538 + - uid: 57238 components: - type: Transform - pos: 37.5,57.5 + pos: -113.5,52.5 parent: 1 - - uid: 37539 + - uid: 57239 components: - type: Transform - pos: 36.5,55.5 + pos: -113.5,53.5 parent: 1 - - uid: 37540 + - uid: 57240 components: - type: Transform - pos: 37.5,54.5 + pos: -113.5,54.5 parent: 1 - - uid: 37541 + - uid: 57241 components: - type: Transform - pos: 39.5,57.5 + pos: -113.5,55.5 parent: 1 - - uid: 37542 + - uid: 57242 components: - type: Transform - pos: 39.5,56.5 + pos: -113.5,56.5 parent: 1 - - uid: 37543 + - uid: 57243 components: - type: Transform - pos: 40.5,38.5 + pos: -113.5,57.5 parent: 1 - - uid: 37544 + - uid: 57244 components: - type: Transform - pos: 40.5,39.5 + pos: -114.5,52.5 parent: 1 - - uid: 37545 + - uid: 57245 components: - type: Transform - pos: 40.5,40.5 + pos: -114.5,53.5 parent: 1 - - uid: 37546 + - uid: 57246 components: - type: Transform - pos: 40.5,41.5 + pos: -114.5,54.5 parent: 1 - - uid: 37547 + - uid: 57247 components: - type: Transform - pos: 40.5,42.5 + pos: -114.5,55.5 parent: 1 - - uid: 37548 + - uid: 57248 components: - type: Transform - pos: 40.5,43.5 + pos: -114.5,56.5 parent: 1 - - uid: 37549 + - uid: 57249 components: - type: Transform - pos: 40.5,44.5 + pos: -114.5,57.5 parent: 1 - - uid: 37550 + - uid: 57250 components: - type: Transform - pos: 40.5,46.5 + pos: -115.5,52.5 parent: 1 - - uid: 37551 + - uid: 57251 components: - type: Transform - pos: 40.5,47.5 + pos: -115.5,53.5 parent: 1 - - uid: 37552 + - uid: 57252 components: - type: Transform - pos: 40.5,48.5 + pos: -115.5,54.5 parent: 1 - - uid: 37553 + - uid: 57253 components: - type: Transform - pos: 40.5,49.5 + pos: -115.5,55.5 parent: 1 - - uid: 37554 + - uid: 57254 components: - type: Transform - pos: 40.5,50.5 + pos: -115.5,56.5 parent: 1 - - uid: 37555 + - uid: 57255 components: - type: Transform - pos: 40.5,51.5 + pos: -115.5,57.5 parent: 1 - - uid: 37556 + - uid: 57256 components: - type: Transform - pos: 40.5,53.5 + pos: -116.5,52.5 parent: 1 - - uid: 37558 + - uid: 57257 components: - type: Transform - pos: 39.5,38.5 + pos: -116.5,53.5 parent: 1 - - uid: 37559 + - uid: 57258 components: - type: Transform - pos: 39.5,39.5 + pos: -116.5,54.5 parent: 1 - - uid: 37560 + - uid: 57259 components: - type: Transform - pos: 39.5,40.5 + pos: -116.5,55.5 parent: 1 - - uid: 37561 + - uid: 57260 components: - type: Transform - pos: 39.5,41.5 + pos: -116.5,56.5 parent: 1 - - uid: 37562 + - uid: 57261 components: - type: Transform - pos: 39.5,42.5 + pos: -116.5,57.5 parent: 1 - - uid: 37563 + - uid: 57262 components: - type: Transform - pos: 39.5,43.5 + pos: -117.5,52.5 parent: 1 - - uid: 37564 + - uid: 57263 components: - type: Transform - pos: 39.5,44.5 + pos: -117.5,53.5 parent: 1 - - uid: 37565 + - uid: 57264 components: - type: Transform - pos: 39.5,46.5 + pos: -117.5,54.5 parent: 1 - - uid: 37566 + - uid: 57265 components: - type: Transform - pos: 39.5,47.5 + pos: -117.5,55.5 parent: 1 - - uid: 37567 + - uid: 57266 components: - type: Transform - pos: 39.5,48.5 + pos: -117.5,56.5 parent: 1 - - uid: 37568 + - uid: 57267 components: - type: Transform - pos: 39.5,49.5 + pos: -117.5,57.5 parent: 1 - - uid: 37569 + - uid: 57268 components: - type: Transform - pos: 39.5,50.5 + pos: -118.5,52.5 parent: 1 - - uid: 37570 + - uid: 57269 components: - type: Transform - pos: 39.5,53.5 + pos: -118.5,53.5 parent: 1 - - uid: 37571 + - uid: 57270 components: - type: Transform - pos: 34.5,54.5 + pos: -119.5,54.5 parent: 1 - - uid: 37572 + - uid: 57271 components: - type: Transform - pos: 38.5,38.5 + pos: -119.5,55.5 parent: 1 - - uid: 37573 + - uid: 57272 components: - type: Transform - pos: 38.5,39.5 + pos: -119.5,56.5 parent: 1 - - uid: 37574 + - uid: 57273 components: - type: Transform - pos: 38.5,40.5 + pos: -119.5,57.5 parent: 1 - - uid: 37575 + - uid: 57274 components: - type: Transform - pos: 38.5,41.5 + pos: -120.5,52.5 parent: 1 - - uid: 37576 + - uid: 57275 components: - type: Transform - pos: 38.5,42.5 + pos: -120.5,53.5 parent: 1 - - uid: 37577 + - uid: 57276 components: - type: Transform - pos: 38.5,43.5 + pos: -120.5,54.5 parent: 1 - - uid: 37578 + - uid: 57277 components: - type: Transform - pos: 38.5,44.5 + pos: -120.5,55.5 parent: 1 - - uid: 37579 + - uid: 57278 components: - type: Transform - pos: 38.5,46.5 + pos: -120.5,56.5 parent: 1 - - uid: 37580 + - uid: 57279 components: - type: Transform - pos: 38.5,47.5 + pos: -120.5,57.5 parent: 1 - - uid: 37581 + - uid: 57280 components: - type: Transform - pos: 38.5,48.5 + pos: -121.5,52.5 parent: 1 - - uid: 37582 + - uid: 57281 components: - type: Transform - pos: 38.5,49.5 + pos: -121.5,53.5 parent: 1 - - uid: 37583 + - uid: 57282 components: - type: Transform - pos: 38.5,50.5 + pos: -121.5,54.5 parent: 1 - - uid: 37584 + - uid: 57283 components: - type: Transform - pos: 38.5,53.5 + pos: -121.5,55.5 parent: 1 - - uid: 37585 + - uid: 57284 components: - type: Transform - pos: 34.5,55.5 + pos: -121.5,56.5 parent: 1 - - uid: 37586 + - uid: 57285 components: - type: Transform - pos: 37.5,38.5 + pos: -121.5,57.5 parent: 1 - - uid: 37587 + - uid: 57286 components: - type: Transform - pos: 37.5,39.5 + pos: -122.5,52.5 parent: 1 - - uid: 37588 + - uid: 57287 components: - type: Transform - pos: 37.5,40.5 + pos: -122.5,53.5 parent: 1 - - uid: 37589 + - uid: 57288 components: - type: Transform - pos: 37.5,41.5 + pos: -122.5,54.5 parent: 1 - - uid: 37590 + - uid: 57289 components: - type: Transform - pos: 37.5,42.5 + pos: -122.5,55.5 parent: 1 - - uid: 37591 + - uid: 57290 components: - type: Transform - pos: 37.5,43.5 + pos: -122.5,56.5 parent: 1 - - uid: 37592 + - uid: 57291 components: - type: Transform - pos: 37.5,44.5 + pos: -122.5,57.5 parent: 1 - - uid: 37593 + - uid: 57292 components: - type: Transform - pos: 37.5,46.5 + pos: -123.5,52.5 parent: 1 - - uid: 37594 + - uid: 57293 components: - type: Transform - pos: 37.5,47.5 + pos: -123.5,53.5 parent: 1 - - uid: 37595 + - uid: 57294 components: - type: Transform - pos: 37.5,48.5 + pos: -123.5,54.5 parent: 1 - - uid: 37596 + - uid: 57295 components: - type: Transform - pos: 37.5,49.5 + pos: -123.5,55.5 parent: 1 - - uid: 37597 + - uid: 57296 components: - type: Transform - pos: 37.5,50.5 + pos: -123.5,56.5 parent: 1 - - uid: 37598 + - uid: 57297 components: - type: Transform - pos: 37.5,53.5 + pos: -123.5,57.5 parent: 1 - - uid: 37599 + - uid: 57298 components: - type: Transform - pos: 35.5,54.5 + pos: -124.5,52.5 parent: 1 - - uid: 37600 + - uid: 57299 components: - type: Transform - pos: 36.5,38.5 + pos: -124.5,53.5 parent: 1 - - uid: 37601 + - uid: 57300 components: - type: Transform - pos: 36.5,39.5 + pos: -124.5,54.5 parent: 1 - - uid: 37602 + - uid: 57301 components: - type: Transform - pos: 36.5,40.5 + pos: -124.5,55.5 parent: 1 - - uid: 37603 + - uid: 57302 components: - type: Transform - pos: 36.5,41.5 + pos: -124.5,56.5 parent: 1 - - uid: 37604 + - uid: 57303 components: - type: Transform - pos: 36.5,42.5 + pos: -124.5,57.5 parent: 1 - - uid: 37605 + - uid: 57304 components: - type: Transform - pos: 36.5,43.5 + pos: -125.5,52.5 parent: 1 - - uid: 37606 + - uid: 57305 components: - type: Transform - pos: 36.5,44.5 + pos: -125.5,53.5 parent: 1 - - uid: 37607 + - uid: 57306 components: - type: Transform - pos: 36.5,46.5 + pos: -125.5,54.5 parent: 1 - - uid: 37608 + - uid: 57307 components: - type: Transform - pos: 36.5,47.5 + pos: -125.5,55.5 parent: 1 - - uid: 37609 + - uid: 57308 components: - type: Transform - pos: 36.5,48.5 + pos: -125.5,56.5 parent: 1 - - uid: 37610 + - uid: 57309 components: - type: Transform - pos: 36.5,49.5 + pos: -125.5,57.5 parent: 1 - - uid: 37611 + - uid: 57310 components: - type: Transform - pos: 40.5,59.5 + pos: -127.5,52.5 parent: 1 - - uid: 37612 + - uid: 57311 components: - type: Transform - pos: 40.5,60.5 + pos: -127.5,53.5 parent: 1 - - uid: 37614 + - uid: 57312 components: - type: Transform - pos: 35.5,55.5 + pos: -127.5,54.5 parent: 1 - - uid: 37615 + - uid: 57313 components: - type: Transform - pos: 35.5,38.5 + pos: -127.5,55.5 parent: 1 - - uid: 37616 + - uid: 57314 components: - type: Transform - pos: 35.5,39.5 + pos: -127.5,56.5 parent: 1 - - uid: 37617 + - uid: 57315 components: - type: Transform - pos: 35.5,40.5 + pos: -127.5,57.5 parent: 1 - - uid: 37618 + - uid: 57316 components: - type: Transform - pos: 35.5,41.5 + pos: -128.5,52.5 parent: 1 - - uid: 37619 + - uid: 57317 components: - type: Transform - pos: 35.5,42.5 + pos: -128.5,53.5 parent: 1 - - uid: 37620 + - uid: 57318 components: - type: Transform - pos: 35.5,43.5 + pos: -128.5,54.5 parent: 1 - - uid: 37621 + - uid: 57319 components: - type: Transform - pos: 35.5,44.5 + pos: -128.5,55.5 parent: 1 - - uid: 37622 + - uid: 57320 components: - type: Transform - pos: 35.5,46.5 + pos: -128.5,56.5 parent: 1 - - uid: 37623 + - uid: 57321 components: - type: Transform - pos: 35.5,47.5 + pos: -128.5,57.5 parent: 1 - - uid: 37624 + - uid: 57322 components: - type: Transform - pos: 35.5,48.5 + pos: -129.5,52.5 parent: 1 - - uid: 37625 + - uid: 57323 components: - type: Transform - pos: 34.5,60.5 + pos: -129.5,53.5 parent: 1 - - uid: 37626 + - uid: 57324 components: - type: Transform - pos: 40.5,58.5 + pos: -129.5,54.5 parent: 1 - - uid: 37627 + - uid: 57325 components: - type: Transform - pos: 35.5,52.5 + pos: -141.5,54.5 parent: 1 - - uid: 37628 + - uid: 57326 components: - type: Transform - pos: 35.5,53.5 + pos: -141.5,53.5 parent: 1 - - uid: 37629 + - uid: 57327 components: - type: Transform - pos: 39.5,55.5 + pos: -141.5,52.5 parent: 1 - - uid: 37630 + - uid: 57328 components: - type: Transform - pos: 34.5,38.5 + pos: -141.5,51.5 parent: 1 - - uid: 37631 + - uid: 57329 components: - type: Transform - pos: 34.5,39.5 + pos: -141.5,50.5 parent: 1 - - uid: 37632 + - uid: 57330 components: - type: Transform - pos: 34.5,40.5 + pos: -141.5,49.5 parent: 1 - - uid: 37633 + - uid: 57331 components: - type: Transform - pos: 34.5,41.5 + pos: -141.5,47.5 parent: 1 - - uid: 37634 + - uid: 57332 components: - type: Transform - pos: 34.5,42.5 + pos: -141.5,46.5 parent: 1 - - uid: 37635 + - uid: 57333 components: - type: Transform - pos: 34.5,43.5 + pos: -141.5,45.5 parent: 1 - - uid: 37636 + - uid: 57334 components: - type: Transform - pos: 34.5,44.5 + pos: -140.5,46.5 parent: 1 - - uid: 37637 + - uid: 57335 components: - type: Transform - pos: 34.5,46.5 + pos: -140.5,47.5 parent: 1 - - uid: 37638 + - uid: 57336 components: - type: Transform - pos: 34.5,47.5 + pos: -140.5,49.5 parent: 1 - - uid: 37639 + - uid: 57337 components: - type: Transform - pos: 34.5,48.5 + pos: -140.5,50.5 parent: 1 - - uid: 37640 + - uid: 57338 components: - type: Transform - pos: 34.5,59.5 + pos: -140.5,51.5 parent: 1 - - uid: 37641 + - uid: 57339 components: - type: Transform - pos: 34.5,51.5 + pos: 47.5,39.5 parent: 1 - - uid: 37642 + - uid: 57340 components: - type: Transform - pos: 34.5,52.5 + pos: 47.5,40.5 parent: 1 - - uid: 37643 + - uid: 57341 components: - type: Transform - pos: 34.5,53.5 + pos: -80.5,51.5 parent: 1 - - uid: 37644 + - uid: 57342 components: - type: Transform - pos: 40.5,54.5 + pos: -81.5,51.5 parent: 1 - - uid: 37645 + - uid: 57343 components: - type: Transform - pos: 33.5,38.5 + pos: -105.5,46.5 parent: 1 - - uid: 37646 + - uid: 57344 components: - type: Transform - pos: 33.5,39.5 + pos: -97.5,50.5 parent: 1 - - uid: 37647 + - uid: 57345 components: - type: Transform - pos: 33.5,40.5 + pos: -106.5,46.5 parent: 1 - - uid: 37648 + - uid: 57346 components: - type: Transform - pos: 33.5,41.5 + pos: -107.5,46.5 parent: 1 - - uid: 37649 + - uid: 57347 components: - type: Transform - pos: 33.5,42.5 + pos: -109.5,46.5 parent: 1 - - uid: 37650 + - uid: 57348 components: - type: Transform - pos: 33.5,43.5 + pos: -108.5,46.5 parent: 1 - - uid: 37651 + - uid: 57349 components: - type: Transform - pos: 33.5,44.5 + pos: -111.5,46.5 parent: 1 - - uid: 37652 + - uid: 57350 components: - type: Transform - pos: 33.5,46.5 + pos: -110.5,46.5 parent: 1 - - uid: 37653 + - uid: 57351 components: - type: Transform - pos: -5.5,51.5 + pos: -113.5,46.5 parent: 1 - - uid: 37654 + - uid: 57352 components: - type: Transform - pos: 33.5,50.5 + pos: -112.5,46.5 parent: 1 - - uid: 37655 + - uid: 57353 components: - type: Transform - pos: 33.5,51.5 + pos: -85.5,51.5 parent: 1 - - uid: 37656 + - uid: 57354 components: - type: Transform - pos: 33.5,52.5 + pos: -115.5,46.5 parent: 1 - - uid: 37657 + - uid: 57355 components: - type: Transform - pos: 33.5,53.5 + pos: -116.5,46.5 parent: 1 - - uid: 37658 + - uid: 57356 components: - type: Transform - pos: 33.5,54.5 + pos: -138.5,50.5 parent: 1 - - uid: 37659 + - uid: 57357 components: - type: Transform - pos: 32.5,38.5 + pos: -138.5,49.5 parent: 1 - - uid: 37660 + - uid: 57358 components: - type: Transform - pos: 32.5,39.5 + pos: -138.5,47.5 parent: 1 - - uid: 37661 + - uid: 57359 components: - type: Transform - pos: 32.5,40.5 + pos: -137.5,51.5 parent: 1 - - uid: 37662 + - uid: 57360 components: - type: Transform - pos: 32.5,41.5 + pos: -137.5,50.5 parent: 1 - - uid: 37663 + - uid: 57361 components: - type: Transform - pos: 32.5,42.5 + pos: -137.5,49.5 parent: 1 - - uid: 37664 + - uid: 57362 components: - type: Transform - pos: 32.5,43.5 + pos: -137.5,47.5 parent: 1 - - uid: 37665 + - uid: 57363 components: - type: Transform - pos: 32.5,44.5 + pos: -136.5,51.5 parent: 1 - - uid: 37666 + - uid: 57364 components: - type: Transform - pos: 32.5,46.5 + pos: -136.5,50.5 parent: 1 - - uid: 37667 + - uid: 57365 components: - type: Transform - pos: 34.5,62.5 + pos: -136.5,49.5 parent: 1 - - uid: 37668 + - uid: 57366 components: - type: Transform - pos: 32.5,49.5 + pos: -136.5,47.5 parent: 1 - - uid: 37669 + - uid: 57367 components: - type: Transform - pos: 32.5,50.5 + pos: -135.5,51.5 parent: 1 - - uid: 37670 + - uid: 57368 components: - type: Transform - pos: 32.5,51.5 + pos: -135.5,50.5 parent: 1 - - uid: 37671 + - uid: 57369 components: - type: Transform - pos: 32.5,52.5 + pos: -135.5,49.5 parent: 1 - - uid: 37672 + - uid: 57370 components: - type: Transform - pos: 32.5,53.5 + pos: -135.5,47.5 parent: 1 - - uid: 37673 + - uid: 57371 components: - type: Transform - pos: 32.5,54.5 + pos: -134.5,51.5 parent: 1 - - uid: 37674 + - uid: 57372 components: - type: Transform - pos: 31.5,48.5 + pos: -134.5,50.5 parent: 1 - - uid: 37675 + - uid: 57373 components: - type: Transform - pos: 31.5,49.5 + pos: -134.5,49.5 parent: 1 - - uid: 37676 + - uid: 57374 components: - type: Transform - pos: 31.5,50.5 + pos: -134.5,47.5 parent: 1 - - uid: 37677 + - uid: 57375 components: - type: Transform - pos: 31.5,51.5 + pos: -133.5,51.5 parent: 1 - - uid: 37680 + - uid: 57376 components: - type: Transform - pos: 31.5,54.5 + pos: -133.5,50.5 parent: 1 - - uid: 37681 + - uid: 57377 components: - type: Transform - pos: 30.5,38.5 + pos: -133.5,49.5 parent: 1 - - uid: 37682 + - uid: 57378 components: - type: Transform - pos: 30.5,39.5 + pos: -133.5,47.5 parent: 1 - - uid: 37683 + - uid: 57379 components: - type: Transform - pos: 30.5,40.5 + pos: -132.5,51.5 parent: 1 - - uid: 37684 + - uid: 57380 components: - type: Transform - pos: 30.5,41.5 + pos: -132.5,50.5 parent: 1 - - uid: 37685 + - uid: 57381 components: - type: Transform - pos: 30.5,42.5 + pos: -132.5,49.5 parent: 1 - - uid: 37686 + - uid: 57382 components: - type: Transform - pos: 30.5,43.5 + pos: -132.5,47.5 parent: 1 - - uid: 37687 + - uid: 57383 components: - type: Transform - pos: 30.5,44.5 + pos: -131.5,51.5 parent: 1 - - uid: 37688 + - uid: 57384 components: - type: Transform - pos: 30.5,47.5 + pos: -131.5,50.5 parent: 1 - - uid: 37689 + - uid: 57385 components: - type: Transform - pos: 30.5,48.5 + pos: -131.5,47.5 parent: 1 - - uid: 37690 + - uid: 57386 components: - type: Transform - pos: 30.5,49.5 + pos: -130.5,51.5 parent: 1 - - uid: 37691 + - uid: 57387 components: - type: Transform - pos: 30.5,50.5 + pos: -130.5,50.5 parent: 1 - - uid: 37693 + - uid: 57388 components: - type: Transform - pos: 30.5,52.5 + pos: -130.5,49.5 parent: 1 - - uid: 37694 + - uid: 57389 components: - type: Transform - pos: 30.5,53.5 + pos: -130.5,47.5 parent: 1 - - uid: 37695 + - uid: 57390 components: - type: Transform - pos: 30.5,54.5 + pos: -129.5,51.5 parent: 1 - - uid: 37696 + - uid: 57391 components: - type: Transform - pos: 29.5,41.5 + pos: -129.5,50.5 parent: 1 - - uid: 37697 + - uid: 57392 components: - type: Transform - pos: 29.5,42.5 + pos: -129.5,49.5 parent: 1 - - uid: 37698 + - uid: 57393 components: - type: Transform - pos: 0.5,50.5 + pos: -129.5,47.5 parent: 1 - - uid: 37699 + - uid: 57394 components: - type: Transform - pos: 0.5,54.5 + pos: -128.5,51.5 parent: 1 - - uid: 37700 + - uid: 57395 components: - type: Transform - pos: 29.5,46.5 + pos: -128.5,50.5 parent: 1 - - uid: 37701 + - uid: 57396 components: - type: Transform - pos: 29.5,47.5 + pos: -128.5,49.5 parent: 1 - - uid: 37702 + - uid: 57397 components: - type: Transform - pos: 29.5,48.5 + pos: -128.5,47.5 parent: 1 - - uid: 37703 + - uid: 57398 components: - type: Transform - pos: 29.5,49.5 + pos: -127.5,51.5 parent: 1 - - uid: 37704 + - uid: 57399 components: - type: Transform - pos: 29.5,50.5 + pos: -127.5,50.5 parent: 1 - - uid: 37705 + - uid: 57400 components: - type: Transform - pos: 29.5,51.5 + pos: -127.5,49.5 parent: 1 - - uid: 37706 + - uid: 57401 components: - type: Transform - pos: 29.5,52.5 + pos: -127.5,47.5 parent: 1 - - uid: 37707 + - uid: 57402 components: - type: Transform - pos: 29.5,53.5 + pos: -126.5,47.5 parent: 1 - - uid: 37708 + - uid: 57403 components: - type: Transform - pos: 29.5,54.5 + pos: -125.5,51.5 parent: 1 - - uid: 37709 + - uid: 57404 components: - type: Transform - pos: 28.5,37.5 + pos: -125.5,50.5 parent: 1 - - uid: 37711 + - uid: 57405 components: - type: Transform - pos: -5.5,52.5 + pos: -125.5,49.5 parent: 1 - - uid: 37712 + - uid: 57406 components: - type: Transform - pos: 28.5,44.5 + pos: -125.5,48.5 parent: 1 - - uid: 37713 + - uid: 57407 components: - type: Transform - pos: 28.5,46.5 + pos: -125.5,47.5 parent: 1 - - uid: 37714 + - uid: 57408 components: - type: Transform - pos: 28.5,47.5 + pos: -124.5,51.5 parent: 1 - - uid: 37715 + - uid: 57409 components: - type: Transform - pos: 28.5,50.5 + pos: -124.5,50.5 parent: 1 - - uid: 37716 + - uid: 57410 components: - type: Transform - pos: 28.5,51.5 + pos: -124.5,49.5 parent: 1 - - uid: 37717 + - uid: 57411 components: - type: Transform - pos: 28.5,52.5 + pos: -124.5,48.5 parent: 1 - - uid: 37718 + - uid: 57412 components: - type: Transform - pos: 28.5,53.5 + pos: -124.5,47.5 parent: 1 - - uid: 37719 + - uid: 57413 components: - type: Transform - pos: 28.5,54.5 + pos: -123.5,51.5 parent: 1 - - uid: 37720 + - uid: 57414 components: - type: Transform - pos: 27.5,37.5 + pos: -123.5,50.5 parent: 1 - - uid: 37721 + - uid: 57415 components: - type: Transform - pos: 27.5,38.5 + pos: -123.5,49.5 parent: 1 - - uid: 37722 + - uid: 57416 components: - type: Transform - pos: 27.5,39.5 + pos: -123.5,48.5 parent: 1 - - uid: 37723 + - uid: 57417 components: - type: Transform - pos: 27.5,40.5 + pos: -123.5,47.5 parent: 1 - - uid: 37724 + - uid: 57418 components: - type: Transform - pos: 27.5,41.5 + pos: -122.5,51.5 parent: 1 - - uid: 37725 + - uid: 57419 components: - type: Transform - pos: 27.5,42.5 + pos: -122.5,50.5 parent: 1 - - uid: 37726 + - uid: 57420 components: - type: Transform - pos: 27.5,43.5 + pos: -122.5,49.5 parent: 1 - - uid: 37727 + - uid: 57421 components: - type: Transform - pos: 27.5,44.5 + pos: -122.5,48.5 parent: 1 - - uid: 37728 + - uid: 57422 components: - type: Transform - pos: 27.5,51.5 + pos: -122.5,47.5 parent: 1 - - uid: 37729 + - uid: 57423 components: - type: Transform - pos: 27.5,52.5 + pos: -121.5,51.5 parent: 1 - - uid: 37730 + - uid: 57424 components: - type: Transform - pos: 27.5,53.5 + pos: -121.5,50.5 parent: 1 - - uid: 37731 + - uid: 57425 components: - type: Transform - pos: 27.5,54.5 + pos: -121.5,49.5 parent: 1 - - uid: 37732 + - uid: 57426 components: - type: Transform - pos: 26.5,37.5 + pos: -121.5,48.5 parent: 1 - - uid: 37733 + - uid: 57427 components: - type: Transform - pos: 26.5,38.5 + pos: -120.5,51.5 parent: 1 - - uid: 37734 + - uid: 57428 components: - type: Transform - pos: 26.5,39.5 + pos: -120.5,50.5 parent: 1 - - uid: 37735 + - uid: 57429 components: - type: Transform - pos: 26.5,40.5 + pos: -120.5,49.5 parent: 1 - - uid: 37736 + - uid: 57430 components: - type: Transform - pos: 26.5,41.5 + pos: -120.5,48.5 parent: 1 - - uid: 37737 + - uid: 57431 components: - type: Transform - pos: 26.5,42.5 + pos: -120.5,47.5 parent: 1 - - uid: 37738 + - uid: 57432 components: - type: Transform - pos: 26.5,43.5 + pos: -119.5,51.5 parent: 1 - - uid: 37739 + - uid: 57433 components: - type: Transform - pos: 26.5,44.5 + pos: -119.5,50.5 parent: 1 - - uid: 37740 + - uid: 57434 components: - type: Transform - pos: 26.5,45.5 + pos: -119.5,49.5 parent: 1 - - uid: 37741 + - uid: 57435 components: - type: Transform - pos: 26.5,46.5 + pos: -119.5,48.5 parent: 1 - - uid: 37742 + - uid: 57436 components: - type: Transform - pos: 0.5,51.5 + pos: -119.5,47.5 parent: 1 - - uid: 37743 + - uid: 57437 components: - type: Transform - pos: 26.5,51.5 + pos: -118.5,51.5 parent: 1 - - uid: 37744 + - uid: 57438 components: - type: Transform - pos: 26.5,52.5 + pos: -118.5,50.5 parent: 1 - - uid: 37745 + - uid: 57439 components: - type: Transform - pos: 26.5,53.5 + pos: -118.5,49.5 parent: 1 - - uid: 37746 + - uid: 57440 components: - type: Transform - pos: 26.5,54.5 + pos: -118.5,48.5 parent: 1 - - uid: 37747 + - uid: 57441 components: - type: Transform - pos: 25.5,37.5 + pos: -118.5,47.5 parent: 1 - - uid: 37748 + - uid: 57442 components: - type: Transform - pos: 25.5,38.5 + pos: -117.5,51.5 parent: 1 - - uid: 37749 + - uid: 57443 components: - type: Transform - pos: 25.5,39.5 + pos: -117.5,50.5 parent: 1 - - uid: 37750 + - uid: 57444 components: - type: Transform - pos: 25.5,40.5 + pos: -117.5,49.5 parent: 1 - - uid: 37751 + - uid: 57445 components: - type: Transform - pos: 25.5,41.5 + pos: -117.5,48.5 parent: 1 - - uid: 37752 + - uid: 57446 components: - type: Transform - pos: 25.5,42.5 + pos: -117.5,47.5 parent: 1 - - uid: 37753 + - uid: 57447 components: - type: Transform - pos: 25.5,43.5 + pos: -116.5,51.5 parent: 1 - - uid: 37754 + - uid: 57448 components: - type: Transform - pos: 25.5,44.5 + pos: -116.5,50.5 parent: 1 - - uid: 37755 + - uid: 57449 components: - type: Transform - pos: 25.5,45.5 + pos: -116.5,49.5 parent: 1 - - uid: 37756 + - uid: 57450 components: - type: Transform - pos: 25.5,46.5 + pos: -116.5,48.5 parent: 1 - - uid: 37757 + - uid: 57451 components: - type: Transform - pos: 25.5,47.5 + pos: -116.5,47.5 parent: 1 - - uid: 37758 + - uid: 57452 components: - type: Transform - pos: 25.5,48.5 + pos: -115.5,51.5 parent: 1 - - uid: 37759 + - uid: 57453 components: - type: Transform - pos: 25.5,50.5 + pos: -115.5,50.5 parent: 1 - - uid: 37760 + - uid: 57454 components: - type: Transform - pos: 25.5,51.5 + pos: -115.5,49.5 parent: 1 - - uid: 37761 + - uid: 57455 components: - type: Transform - pos: 25.5,52.5 + pos: -115.5,48.5 parent: 1 - - uid: 37762 + - uid: 57456 components: - type: Transform - pos: 25.5,53.5 + pos: -115.5,47.5 parent: 1 - - uid: 37763 + - uid: 57457 components: - type: Transform - pos: 25.5,54.5 + pos: -114.5,51.5 parent: 1 - - uid: 37764 + - uid: 57458 components: - type: Transform - pos: 24.5,37.5 + pos: -114.5,50.5 parent: 1 - - uid: 37765 + - uid: 57459 components: - type: Transform - pos: 24.5,38.5 + pos: -114.5,49.5 parent: 1 - - uid: 37766 + - uid: 57460 components: - type: Transform - pos: 24.5,39.5 + pos: -114.5,48.5 parent: 1 - - uid: 37767 + - uid: 57461 components: - type: Transform - pos: 24.5,40.5 + pos: -114.5,47.5 parent: 1 - - uid: 37768 + - uid: 57462 components: - type: Transform - pos: 24.5,41.5 + pos: -113.5,51.5 parent: 1 - - uid: 37769 + - uid: 57463 components: - type: Transform - pos: 24.5,42.5 + pos: -113.5,50.5 parent: 1 - - uid: 37770 + - uid: 57464 components: - type: Transform - pos: 24.5,43.5 + pos: -113.5,49.5 parent: 1 - - uid: 37771 + - uid: 57465 components: - type: Transform - pos: 24.5,44.5 + pos: -113.5,47.5 parent: 1 - - uid: 37772 + - uid: 57466 components: - type: Transform - pos: 24.5,45.5 + pos: -112.5,51.5 parent: 1 - - uid: 37773 + - uid: 57467 components: - type: Transform - pos: 24.5,46.5 + pos: -112.5,50.5 parent: 1 - - uid: 37774 + - uid: 57468 components: - type: Transform - pos: 24.5,47.5 + pos: -112.5,49.5 parent: 1 - - uid: 37775 + - uid: 57469 components: - type: Transform - pos: 24.5,48.5 + pos: -112.5,48.5 parent: 1 - - uid: 37776 + - uid: 57470 components: - type: Transform - pos: 24.5,49.5 + pos: -112.5,47.5 parent: 1 - - uid: 37777 + - uid: 57471 components: - type: Transform - pos: 24.5,50.5 + pos: -111.5,51.5 parent: 1 - - uid: 37778 + - uid: 57472 components: - type: Transform - pos: 24.5,51.5 + pos: -111.5,50.5 parent: 1 - - uid: 37779 + - uid: 57473 components: - type: Transform - pos: 24.5,52.5 + pos: -111.5,49.5 parent: 1 - - uid: 37780 + - uid: 57474 components: - type: Transform - pos: 24.5,53.5 + pos: -111.5,48.5 parent: 1 - - uid: 37781 + - uid: 57475 components: - type: Transform - pos: 24.5,54.5 + pos: -111.5,47.5 parent: 1 - - uid: 37782 + - uid: 57476 components: - type: Transform - pos: 23.5,37.5 + pos: -110.5,51.5 parent: 1 - - uid: 37783 + - uid: 57477 components: - type: Transform - pos: 23.5,38.5 + pos: -110.5,49.5 parent: 1 - - uid: 37784 + - uid: 57478 components: - type: Transform - pos: 23.5,39.5 + pos: -110.5,48.5 parent: 1 - - uid: 37785 + - uid: 57479 components: - type: Transform - pos: 23.5,40.5 + pos: -110.5,47.5 parent: 1 - - uid: 37786 + - uid: 57480 components: - type: Transform - pos: -4.5,51.5 + pos: -109.5,50.5 parent: 1 - - uid: 37787 + - uid: 57481 components: - type: Transform - pos: -4.5,52.5 + pos: -109.5,49.5 parent: 1 - - uid: 37788 + - uid: 57482 components: - type: Transform - pos: 23.5,44.5 + pos: -109.5,48.5 parent: 1 - - uid: 37789 + - uid: 57483 components: - type: Transform - pos: 23.5,45.5 + pos: -109.5,47.5 parent: 1 - - uid: 37790 + - uid: 57484 components: - type: Transform - pos: 23.5,46.5 + pos: -108.5,51.5 parent: 1 - - uid: 37791 + - uid: 57485 components: - type: Transform - pos: 23.5,47.5 + pos: -108.5,50.5 parent: 1 - - uid: 37792 + - uid: 57486 components: - type: Transform - pos: 23.5,48.5 + pos: -108.5,49.5 parent: 1 - - uid: 37793 + - uid: 57487 components: - type: Transform - pos: 23.5,49.5 + pos: -108.5,48.5 parent: 1 - - uid: 37794 + - uid: 57488 components: - type: Transform - pos: 23.5,50.5 + pos: -108.5,47.5 parent: 1 - - uid: 37795 + - uid: 57489 components: - type: Transform - pos: 23.5,51.5 + pos: -107.5,51.5 parent: 1 - - uid: 37796 + - uid: 57490 components: - type: Transform - pos: 23.5,52.5 + pos: -107.5,50.5 parent: 1 - - uid: 37797 + - uid: 57491 components: - type: Transform - pos: 23.5,53.5 + pos: -107.5,49.5 parent: 1 - - uid: 37798 + - uid: 57492 components: - type: Transform - pos: 23.5,54.5 + pos: -107.5,48.5 parent: 1 - - uid: 37799 + - uid: 57493 components: - type: Transform - pos: 22.5,37.5 + pos: -107.5,47.5 parent: 1 - - uid: 37800 + - uid: 57494 components: - type: Transform - pos: 22.5,38.5 + pos: -106.5,51.5 parent: 1 - - uid: 37801 + - uid: 57495 components: - type: Transform - pos: 22.5,39.5 + pos: -106.5,50.5 parent: 1 - - uid: 37802 + - uid: 57496 components: - type: Transform - pos: 22.5,42.5 + pos: -106.5,49.5 parent: 1 - - uid: 37803 + - uid: 57497 components: - type: Transform - pos: -4.5,53.5 + pos: -106.5,48.5 parent: 1 - - uid: 37804 + - uid: 57498 components: - type: Transform - pos: -4.5,54.5 + pos: -106.5,47.5 parent: 1 - - uid: 37805 + - uid: 57499 components: - type: Transform - pos: 22.5,45.5 + pos: -105.5,51.5 parent: 1 - - uid: 37806 + - uid: 57500 components: - type: Transform - pos: 22.5,46.5 + pos: -105.5,50.5 parent: 1 - - uid: 37807 + - uid: 57501 components: - type: Transform - pos: 22.5,47.5 + pos: -105.5,49.5 parent: 1 - - uid: 37808 + - uid: 57502 components: - type: Transform - pos: 22.5,48.5 + pos: -105.5,48.5 parent: 1 - - uid: 37809 + - uid: 57503 components: - type: Transform - pos: 22.5,49.5 + pos: -105.5,47.5 parent: 1 - - uid: 37810 + - uid: 57504 components: - type: Transform - pos: 22.5,50.5 + pos: -104.5,51.5 parent: 1 - - uid: 37811 + - uid: 57505 components: - type: Transform - pos: 22.5,51.5 + pos: -104.5,50.5 parent: 1 - - uid: 37812 + - uid: 57506 components: - type: Transform - pos: 22.5,52.5 + pos: -104.5,49.5 parent: 1 - - uid: 37813 + - uid: 57507 components: - type: Transform - pos: 22.5,53.5 + pos: -104.5,48.5 parent: 1 - - uid: 37814 + - uid: 57508 components: - type: Transform - pos: 22.5,54.5 + pos: -104.5,47.5 parent: 1 - - uid: 37815 + - uid: 57509 components: - type: Transform - pos: 21.5,37.5 + pos: -103.5,51.5 parent: 1 - - uid: 37816 + - uid: 57510 components: - type: Transform - pos: -4.5,45.5 + pos: -103.5,50.5 parent: 1 - - uid: 37817 + - uid: 57511 components: - type: Transform - pos: -4.5,46.5 + pos: -103.5,49.5 parent: 1 - - uid: 37818 + - uid: 57512 components: - type: Transform - pos: 21.5,41.5 + pos: -103.5,48.5 parent: 1 - - uid: 37819 + - uid: 57513 components: - type: Transform - pos: 21.5,42.5 + pos: -103.5,47.5 parent: 1 - - uid: 37820 + - uid: 57514 components: - type: Transform - pos: 21.5,43.5 + pos: -102.5,51.5 parent: 1 - - uid: 37821 + - uid: 57515 components: - type: Transform - pos: 21.5,46.5 + pos: -102.5,50.5 parent: 1 - - uid: 37822 + - uid: 57516 components: - type: Transform - pos: 21.5,47.5 + pos: -102.5,49.5 parent: 1 - - uid: 37823 + - uid: 57517 components: - type: Transform - pos: 21.5,48.5 + pos: -102.5,48.5 parent: 1 - - uid: 37824 + - uid: 57518 components: - type: Transform - pos: 21.5,49.5 + pos: -102.5,47.5 parent: 1 - - uid: 37825 + - uid: 57519 components: - type: Transform - pos: 21.5,50.5 + pos: -101.5,48.5 parent: 1 - - uid: 37826 + - uid: 57520 components: - type: Transform - pos: 21.5,51.5 + pos: -101.5,49.5 parent: 1 - - uid: 37827 + - uid: 57521 components: - type: Transform - pos: 21.5,52.5 + pos: -101.5,50.5 parent: 1 - - uid: 37828 + - uid: 57522 components: - type: Transform - pos: 21.5,53.5 + pos: 46.5,54.5 parent: 1 - - uid: 37829 + - uid: 57523 components: - type: Transform - pos: 21.5,54.5 + pos: 46.5,40.5 parent: 1 - - uid: 37830 + - uid: 57524 components: - type: Transform - pos: -42.5,52.5 + pos: 46.5,43.5 parent: 1 - - uid: 37831 + - uid: 57525 components: - type: Transform - pos: -4.5,47.5 + pos: 47.5,49.5 parent: 1 - - uid: 37832 + - uid: 57526 components: - type: Transform - pos: 20.5,39.5 + pos: 47.5,46.5 parent: 1 - - uid: 37833 + - uid: 57527 components: - type: Transform - pos: 20.5,40.5 + pos: -87.5,49.5 parent: 1 - - uid: 37834 + - uid: 57528 components: - type: Transform - pos: 20.5,41.5 + pos: -88.5,49.5 parent: 1 - - uid: 37835 + - uid: 57529 components: - type: Transform - pos: 20.5,42.5 + pos: -117.5,46.5 parent: 1 - - uid: 37836 + - uid: 57530 components: - type: Transform - pos: 20.5,43.5 + pos: -118.5,46.5 parent: 1 - - uid: 37837 + - uid: 57531 components: - type: Transform - pos: 20.5,44.5 + pos: -119.5,46.5 parent: 1 - - uid: 37838 + - uid: 57532 components: - type: Transform - pos: -3.5,39.5 + pos: -120.5,46.5 parent: 1 - - uid: 37839 + - uid: 57533 components: - type: Transform - pos: 20.5,46.5 + pos: -121.5,46.5 parent: 1 - - uid: 37840 + - uid: 57534 components: - type: Transform - pos: 20.5,47.5 + pos: -122.5,46.5 parent: 1 - - uid: 37841 + - uid: 57535 components: - type: Transform - pos: 20.5,48.5 + pos: -123.5,46.5 parent: 1 - - uid: 37842 + - uid: 57536 components: - type: Transform - pos: 20.5,49.5 + pos: -124.5,46.5 parent: 1 - - uid: 37843 + - uid: 57537 components: - type: Transform - pos: 20.5,50.5 + pos: -125.5,46.5 parent: 1 - - uid: 37844 + - uid: 57538 components: - type: Transform - pos: 20.5,51.5 + pos: -127.5,46.5 parent: 1 - - uid: 37845 + - uid: 57539 components: - type: Transform - pos: 20.5,52.5 + pos: -128.5,46.5 parent: 1 - - uid: 37846 + - uid: 57540 components: - type: Transform - pos: 20.5,53.5 + pos: -129.5,46.5 parent: 1 - - uid: 37847 + - uid: 57541 components: - type: Transform - pos: 20.5,54.5 + pos: -130.5,46.5 parent: 1 - - uid: 37848 + - uid: 57542 components: - type: Transform - pos: -3.5,40.5 + pos: -131.5,46.5 parent: 1 - - uid: 37849 + - uid: 57543 components: - type: Transform - pos: 19.5,46.5 + pos: -132.5,46.5 parent: 1 - - uid: 37850 + - uid: 57544 components: - type: Transform - pos: 19.5,47.5 + pos: -133.5,46.5 parent: 1 - - uid: 37851 + - uid: 57545 components: - type: Transform - pos: 19.5,48.5 + pos: -134.5,46.5 parent: 1 - - uid: 37852 + - uid: 57546 components: - type: Transform - pos: 19.5,49.5 + pos: -135.5,46.5 parent: 1 - - uid: 37853 + - uid: 57547 components: - type: Transform - pos: 19.5,50.5 + pos: -136.5,46.5 parent: 1 - - uid: 37854 + - uid: 57548 components: - type: Transform - pos: 19.5,51.5 + pos: -137.5,46.5 parent: 1 - - uid: 37855 + - uid: 57549 components: - type: Transform - pos: 19.5,52.5 + pos: -138.5,46.5 parent: 1 - - uid: 37856 + - uid: 57550 components: - type: Transform - pos: 19.5,53.5 + pos: -136.5,45.5 parent: 1 - - uid: 37857 + - uid: 57551 components: - type: Transform - pos: 19.5,54.5 + pos: -135.5,45.5 parent: 1 - - uid: 37858 + - uid: 57552 components: - type: Transform - pos: 18.5,37.5 + pos: -134.5,45.5 parent: 1 - - uid: 37859 + - uid: 57553 components: - type: Transform - pos: 18.5,38.5 + pos: -133.5,45.5 parent: 1 - - uid: 37860 + - uid: 57554 components: - type: Transform - pos: 18.5,39.5 + pos: -132.5,45.5 parent: 1 - - uid: 37861 + - uid: 57555 components: - type: Transform - pos: 18.5,40.5 + pos: -131.5,45.5 parent: 1 - - uid: 37862 + - uid: 57556 components: - type: Transform - pos: 18.5,41.5 + pos: -130.5,45.5 parent: 1 - - uid: 37863 + - uid: 57557 components: - type: Transform - pos: 18.5,42.5 + pos: -129.5,45.5 parent: 1 - - uid: 37864 + - uid: 57558 components: - type: Transform - pos: 18.5,43.5 + pos: -128.5,45.5 parent: 1 - - uid: 37865 + - uid: 57559 components: - type: Transform - pos: 18.5,44.5 + pos: -127.5,45.5 parent: 1 - - uid: 37866 + - uid: 57560 components: - type: Transform - pos: -3.5,43.5 + pos: -126.5,45.5 parent: 1 - - uid: 37867 + - uid: 57561 components: - type: Transform - pos: -42.5,51.5 + pos: -125.5,45.5 parent: 1 - - uid: 37868 + - uid: 57562 components: - type: Transform - pos: 18.5,47.5 + pos: -124.5,45.5 parent: 1 - - uid: 37869 + - uid: 57563 components: - type: Transform - pos: 18.5,48.5 + pos: -123.5,45.5 parent: 1 - - uid: 37870 + - uid: 57564 components: - type: Transform - pos: 18.5,49.5 + pos: -122.5,45.5 parent: 1 - - uid: 37871 + - uid: 57565 components: - type: Transform - pos: 18.5,50.5 + pos: -121.5,45.5 parent: 1 - - uid: 37872 + - uid: 57566 components: - type: Transform - pos: 18.5,51.5 + pos: -120.5,45.5 parent: 1 - - uid: 37873 + - uid: 57567 components: - type: Transform - pos: 18.5,52.5 + pos: -119.5,45.5 parent: 1 - - uid: 37874 + - uid: 57568 components: - type: Transform - pos: 18.5,53.5 + pos: -118.5,45.5 parent: 1 - - uid: 37875 + - uid: 57569 components: - type: Transform - pos: 18.5,54.5 + pos: -117.5,45.5 parent: 1 - - uid: 37876 + - uid: 57570 components: - type: Transform - pos: 17.5,37.5 + pos: -116.5,45.5 parent: 1 - - uid: 37877 + - uid: 57571 components: - type: Transform - pos: 17.5,38.5 + pos: -115.5,45.5 parent: 1 - - uid: 37878 + - uid: 57572 components: - type: Transform - pos: 17.5,39.5 + pos: -114.5,45.5 parent: 1 - - uid: 37879 + - uid: 57573 components: - type: Transform - pos: 17.5,40.5 + pos: -113.5,45.5 parent: 1 - - uid: 37880 + - uid: 57574 components: - type: Transform - pos: 17.5,41.5 + pos: -112.5,45.5 parent: 1 - - uid: 37881 + - uid: 57575 components: - type: Transform - pos: 17.5,42.5 + pos: -111.5,45.5 parent: 1 - - uid: 37882 + - uid: 57576 components: - type: Transform - pos: 17.5,43.5 + pos: -110.5,45.5 parent: 1 - - uid: 37883 + - uid: 57577 components: - type: Transform - pos: 17.5,44.5 + pos: -109.5,45.5 parent: 1 - - uid: 37884 + - uid: 57578 components: - type: Transform - pos: 17.5,45.5 + pos: -108.5,45.5 parent: 1 - - uid: 37885 + - uid: 57579 components: - type: Transform - pos: -42.5,48.5 + pos: 47.5,48.5 parent: 1 - - uid: 37886 + - uid: 57580 components: - type: Transform - pos: -42.5,49.5 + pos: 0.5,52.5 parent: 1 - - uid: 37887 + - uid: 57581 components: - type: Transform - pos: 17.5,49.5 + pos: 46.5,44.5 parent: 1 - - uid: 37888 + - uid: 57582 components: - type: Transform - pos: 17.5,50.5 + pos: -135.5,44.5 parent: 1 - - uid: 37889 + - uid: 57583 components: - type: Transform - pos: 17.5,51.5 + pos: -134.5,44.5 parent: 1 - - uid: 37890 + - uid: 57584 components: - type: Transform - pos: 17.5,52.5 + pos: -133.5,44.5 parent: 1 - - uid: 37891 + - uid: 57585 components: - type: Transform - pos: 17.5,53.5 + pos: -132.5,44.5 parent: 1 - - uid: 37892 + - uid: 57586 components: - type: Transform - pos: 17.5,54.5 + pos: -131.5,44.5 parent: 1 - - uid: 37893 + - uid: 57587 components: - type: Transform - pos: 16.5,37.5 + pos: -130.5,44.5 parent: 1 - - uid: 37894 + - uid: 57588 components: - type: Transform - pos: 16.5,38.5 + pos: -129.5,44.5 parent: 1 - - uid: 37895 + - uid: 57589 components: - type: Transform - pos: 16.5,39.5 + pos: -128.5,44.5 parent: 1 - - uid: 37896 + - uid: 57590 components: - type: Transform - pos: 16.5,40.5 + pos: -127.5,44.5 parent: 1 - - uid: 37897 + - uid: 57591 components: - type: Transform - pos: 16.5,41.5 + pos: -126.5,44.5 parent: 1 - - uid: 37898 + - uid: 57592 components: - type: Transform - pos: 16.5,42.5 + pos: -125.5,44.5 parent: 1 - - uid: 37899 + - uid: 57593 components: - type: Transform - pos: 16.5,43.5 + pos: -124.5,44.5 parent: 1 - - uid: 37900 + - uid: 57594 components: - type: Transform - pos: 16.5,44.5 + pos: -123.5,44.5 parent: 1 - - uid: 37901 + - uid: 57595 components: - type: Transform - pos: 16.5,45.5 + pos: -122.5,44.5 parent: 1 - - uid: 37902 + - uid: 57596 components: - type: Transform - pos: 16.5,46.5 + pos: -121.5,44.5 parent: 1 - - uid: 37903 + - uid: 57597 components: - type: Transform - pos: -3.5,49.5 + pos: -120.5,44.5 parent: 1 - - uid: 37904 + - uid: 57598 components: - type: Transform - pos: 16.5,49.5 + pos: -119.5,44.5 parent: 1 - - uid: 37905 + - uid: 57599 components: - type: Transform - pos: 16.5,50.5 + pos: -118.5,44.5 parent: 1 - - uid: 37906 + - uid: 57600 components: - type: Transform - pos: 16.5,51.5 + pos: -117.5,44.5 parent: 1 - - uid: 37907 + - uid: 57601 components: - type: Transform - pos: 16.5,52.5 + pos: -116.5,44.5 parent: 1 - - uid: 37908 + - uid: 57602 components: - type: Transform - pos: 16.5,53.5 + pos: -115.5,44.5 parent: 1 - - uid: 37909 + - uid: 57603 components: - type: Transform - pos: 16.5,54.5 + pos: -114.5,44.5 parent: 1 - - uid: 37910 + - uid: 57604 components: - type: Transform - pos: 15.5,37.5 + pos: -113.5,44.5 parent: 1 - - uid: 37913 + - uid: 57605 components: - type: Transform - pos: 15.5,40.5 + pos: -112.5,44.5 parent: 1 - - uid: 37915 + - uid: 57606 components: - type: Transform - pos: 15.5,42.5 + pos: -111.5,44.5 parent: 1 - - uid: 37916 + - uid: 57607 components: - type: Transform - pos: 15.5,43.5 + pos: -110.5,44.5 parent: 1 - - uid: 37917 + - uid: 57608 components: - type: Transform - pos: 15.5,44.5 + pos: -109.5,44.5 parent: 1 - - uid: 37918 + - uid: 57609 components: - type: Transform - pos: 15.5,45.5 + pos: 47.5,51.5 parent: 1 - - uid: 37919 + - uid: 57610 components: - type: Transform - pos: 15.5,46.5 + pos: 47.5,52.5 parent: 1 - - uid: 37920 + - uid: 57611 components: - type: Transform - pos: 15.5,47.5 + pos: 47.5,41.5 parent: 1 - - uid: 37921 + - uid: 57612 components: - type: Transform - pos: -3.5,50.5 + pos: -105.5,44.5 parent: 1 - - uid: 37922 + - uid: 57613 components: - type: Transform - pos: 15.5,49.5 + pos: -104.5,44.5 parent: 1 - - uid: 37923 + - uid: 57614 components: - type: Transform - pos: 15.5,50.5 + pos: -104.5,43.5 parent: 1 - - uid: 37924 + - uid: 57615 components: - type: Transform - pos: 15.5,51.5 + pos: -105.5,43.5 parent: 1 - - uid: 37925 + - uid: 57616 components: - type: Transform - pos: 15.5,52.5 + pos: -106.5,43.5 parent: 1 - - uid: 37926 + - uid: 57617 components: - type: Transform - pos: 15.5,53.5 + pos: -92.5,51.5 parent: 1 - - uid: 37927 + - uid: 57618 components: - type: Transform - pos: 15.5,54.5 + pos: -91.5,51.5 parent: 1 - - uid: 37928 + - uid: 57619 components: - type: Transform - pos: 14.5,37.5 + pos: 47.5,50.5 parent: 1 - - uid: 37929 + - uid: 57620 components: - type: Transform - pos: 14.5,38.5 + pos: -110.5,43.5 parent: 1 - - uid: 37930 + - uid: 57621 components: - type: Transform - pos: 14.5,39.5 + pos: -111.5,43.5 parent: 1 - - uid: 37932 + - uid: 57622 components: - type: Transform - pos: 14.5,41.5 + pos: -88.5,50.5 parent: 1 - - uid: 37933 + - uid: 57623 components: - type: Transform - pos: 14.5,42.5 + pos: -87.5,50.5 parent: 1 - - uid: 37934 + - uid: 57624 components: - type: Transform - pos: 14.5,43.5 + pos: -86.5,51.5 parent: 1 - - uid: 37935 + - uid: 57625 components: - type: Transform - pos: 14.5,44.5 + pos: -86.5,50.5 parent: 1 - - uid: 37936 + - uid: 57626 components: - type: Transform - pos: 14.5,45.5 + pos: -116.5,43.5 parent: 1 - - uid: 37937 + - uid: 57627 components: - type: Transform - pos: 14.5,46.5 + pos: -117.5,43.5 parent: 1 - - uid: 37938 + - uid: 57628 components: - type: Transform - pos: 14.5,47.5 + pos: -118.5,43.5 parent: 1 - - uid: 37939 + - uid: 57629 components: - type: Transform - pos: -3.5,51.5 + pos: -119.5,43.5 parent: 1 - - uid: 37940 + - uid: 57630 components: - type: Transform - pos: -3.5,52.5 + pos: -120.5,43.5 parent: 1 - - uid: 37941 + - uid: 57631 components: - type: Transform - pos: 14.5,50.5 + pos: -121.5,43.5 parent: 1 - - uid: 37942 + - uid: 57632 components: - type: Transform - pos: 14.5,51.5 + pos: -122.5,43.5 parent: 1 - - uid: 37943 + - uid: 57633 components: - type: Transform - pos: 14.5,52.5 + pos: -123.5,43.5 parent: 1 - - uid: 37944 + - uid: 57634 components: - type: Transform - pos: 14.5,53.5 + pos: -124.5,43.5 parent: 1 - - uid: 37945 + - uid: 57635 components: - type: Transform - pos: 14.5,54.5 + pos: -125.5,43.5 parent: 1 - - uid: 37946 + - uid: 57636 components: - type: Transform - pos: 13.5,37.5 + pos: -126.5,43.5 parent: 1 - - uid: 37947 + - uid: 57637 components: - type: Transform - pos: 13.5,38.5 + pos: -127.5,43.5 parent: 1 - - uid: 37948 + - uid: 57638 components: - type: Transform - pos: 13.5,39.5 + pos: -128.5,43.5 parent: 1 - - uid: 37950 + - uid: 57639 components: - type: Transform - pos: 13.5,41.5 + pos: -129.5,43.5 parent: 1 - - uid: 37952 + - uid: 57640 components: - type: Transform - pos: 13.5,43.5 + pos: -130.5,43.5 parent: 1 - - uid: 37953 + - uid: 57641 components: - type: Transform - pos: 13.5,44.5 + pos: -131.5,43.5 parent: 1 - - uid: 37954 + - uid: 57642 components: - type: Transform - pos: 13.5,45.5 + pos: -132.5,43.5 parent: 1 - - uid: 37955 + - uid: 57643 components: - type: Transform - pos: 13.5,46.5 + pos: -133.5,43.5 parent: 1 - - uid: 37956 + - uid: 57644 components: - type: Transform - pos: -1.5,40.5 + pos: -131.5,42.5 parent: 1 - - uid: 37957 + - uid: 57645 components: - type: Transform - pos: -1.5,44.5 + pos: -130.5,42.5 parent: 1 - - uid: 37958 + - uid: 57646 components: - type: Transform - pos: -3.5,53.5 + pos: -129.5,42.5 parent: 1 - - uid: 37959 + - uid: 57647 components: - type: Transform - pos: -3.5,54.5 + pos: -128.5,42.5 parent: 1 - - uid: 37960 + - uid: 57648 components: - type: Transform - pos: -2.5,37.5 + pos: -127.5,42.5 parent: 1 - - uid: 37961 + - uid: 57649 components: - type: Transform - pos: -161.5,52.5 + pos: -126.5,42.5 parent: 1 - - uid: 37962 + - uid: 57650 components: - type: Transform - pos: 13.5,53.5 + pos: -125.5,42.5 parent: 1 - - uid: 37963 + - uid: 57651 components: - type: Transform - pos: 13.5,54.5 + pos: -122.5,42.5 parent: 1 - - uid: 37964 + - uid: 57652 components: - type: Transform - pos: 12.5,37.5 + pos: -121.5,42.5 parent: 1 - - uid: 37965 + - uid: 57653 components: - type: Transform - pos: 12.5,38.5 + pos: -120.5,42.5 parent: 1 - - uid: 37966 + - uid: 57654 components: - type: Transform - pos: 12.5,39.5 + pos: -119.5,42.5 parent: 1 - - uid: 37967 + - uid: 57655 components: - type: Transform - pos: 12.5,40.5 + pos: -118.5,42.5 parent: 1 - - uid: 37968 + - uid: 57656 components: - type: Transform - pos: 12.5,41.5 + pos: -117.5,42.5 parent: 1 - - uid: 37969 + - uid: 57657 components: - type: Transform - pos: -0.5,51.5 + pos: -84.5,51.5 parent: 1 - - uid: 37970 + - uid: 57658 components: - type: Transform - pos: -0.5,49.5 + pos: -85.5,50.5 parent: 1 - - uid: 37971 + - uid: 57659 components: - type: Transform - pos: 12.5,44.5 + pos: -114.5,42.5 parent: 1 - - uid: 37972 + - uid: 57660 components: - type: Transform - pos: 12.5,45.5 + pos: -87.5,51.5 parent: 1 - - uid: 37973 + - uid: 57661 components: - type: Transform - pos: 12.5,46.5 + pos: -88.5,51.5 parent: 1 - - uid: 37974 + - uid: 57662 components: - type: Transform - pos: -1.5,41.5 + pos: -89.5,50.5 parent: 1 - - uid: 37975 + - uid: 57663 components: - type: Transform - pos: -1.5,43.5 + pos: -89.5,51.5 parent: 1 - - uid: 37976 + - uid: 57664 components: - type: Transform - pos: 12.5,49.5 + pos: -90.5,50.5 parent: 1 - - uid: 37977 + - uid: 57665 components: - type: Transform - pos: 12.5,50.5 + pos: -90.5,51.5 parent: 1 - - uid: 37978 + - uid: 57666 components: - type: Transform - pos: 12.5,51.5 + pos: -107.5,42.5 parent: 1 - - uid: 37979 + - uid: 57667 components: - type: Transform - pos: -2.5,40.5 + pos: -106.5,42.5 parent: 1 - - uid: 37980 + - uid: 57668 components: - type: Transform - pos: 12.5,54.5 + pos: -105.5,42.5 parent: 1 - - uid: 37981 + - uid: 57669 components: - type: Transform - pos: 11.5,37.5 + pos: -104.5,42.5 parent: 1 - - uid: 37982 + - uid: 57670 components: - type: Transform - pos: 11.5,38.5 + pos: -104.5,41.5 parent: 1 - - uid: 37983 + - uid: 57671 components: - type: Transform - pos: 11.5,39.5 + pos: -105.5,41.5 parent: 1 - - uid: 37984 + - uid: 57672 components: - type: Transform - pos: -0.5,53.5 + pos: -106.5,41.5 parent: 1 - - uid: 37985 + - uid: 57673 components: - type: Transform - pos: 0.5,37.5 + pos: -108.5,41.5 parent: 1 - - uid: 37987 + - uid: 57674 components: - type: Transform - pos: -0.5,45.5 + pos: -109.5,41.5 parent: 1 - - uid: 37988 + - uid: 57675 components: - type: Transform - pos: -0.5,48.5 + pos: -110.5,41.5 parent: 1 - - uid: 37989 + - uid: 57676 components: - type: Transform - pos: -0.5,43.5 + pos: -111.5,41.5 parent: 1 - - uid: 37990 + - uid: 57677 components: - type: Transform - pos: -1.5,45.5 + pos: -112.5,41.5 parent: 1 - - uid: 37991 + - uid: 57678 components: - type: Transform - pos: -1.5,49.5 + pos: -113.5,41.5 parent: 1 - - uid: 37992 + - uid: 57679 components: - type: Transform - pos: 11.5,48.5 + pos: -114.5,41.5 parent: 1 - - uid: 37993 + - uid: 57680 components: - type: Transform - pos: 11.5,49.5 + pos: -119.5,41.5 parent: 1 - - uid: 37994 + - uid: 57681 components: - type: Transform - pos: 11.5,50.5 + pos: -120.5,41.5 parent: 1 - - uid: 37995 + - uid: 57682 components: - type: Transform - pos: 11.5,51.5 + pos: -121.5,41.5 parent: 1 - - uid: 37996 + - uid: 57683 components: - type: Transform - pos: 11.5,52.5 + pos: 47.5,38.5 parent: 1 - - uid: 37997 + - uid: 57684 components: - type: Transform - pos: -2.5,41.5 + pos: 47.5,43.5 parent: 1 - - uid: 37998 + - uid: 57685 components: - type: Transform - pos: 11.5,54.5 + pos: 47.5,42.5 parent: 1 - - uid: 37999 + - uid: 57686 components: - type: Transform - pos: 10.5,37.5 + pos: -127.5,41.5 parent: 1 - - uid: 38000 + - uid: 57687 components: - type: Transform - pos: 10.5,38.5 + pos: -128.5,41.5 parent: 1 - - uid: 38001 + - uid: 57688 components: - type: Transform - pos: 10.5,39.5 + pos: 47.5,47.5 parent: 1 - - uid: 38002 + - uid: 57689 components: - type: Transform - pos: -0.5,54.5 + pos: -96.5,50.5 parent: 1 - - uid: 38003 + - uid: 57690 components: - type: Transform - pos: 0.5,39.5 + pos: -94.5,51.5 parent: 1 - - uid: 38004 + - uid: 57691 components: - type: Transform - pos: -0.5,47.5 + pos: -95.5,50.5 parent: 1 - - uid: 38005 + - uid: 57692 components: - type: Transform - pos: -44.5,53.5 + pos: 47.5,53.5 parent: 1 - - uid: 38006 + - uid: 57693 components: - type: Transform - pos: -0.5,44.5 + pos: 46.5,51.5 parent: 1 - - uid: 38007 + - uid: 57694 components: - type: Transform - pos: 10.5,45.5 + pos: 46.5,52.5 parent: 1 - - uid: 38008 + - uid: 57695 components: - type: Transform - pos: -1.5,42.5 + pos: 45.5,38.5 parent: 1 - - uid: 38009 + - uid: 57696 components: - type: Transform - pos: -1.5,48.5 + pos: 45.5,39.5 parent: 1 - - uid: 38010 + - uid: 57697 components: - type: Transform - pos: 10.5,48.5 + pos: 45.5,40.5 parent: 1 - - uid: 38011 + - uid: 57698 components: - type: Transform - pos: 10.5,49.5 + pos: 45.5,41.5 parent: 1 - - uid: 38012 + - uid: 57699 components: - type: Transform - pos: 10.5,50.5 + pos: 45.5,42.5 parent: 1 - - uid: 38013 + - uid: 57700 components: - type: Transform - pos: 10.5,51.5 + pos: 45.5,43.5 parent: 1 - - uid: 38014 + - uid: 57701 components: - type: Transform - pos: -2.5,43.5 + pos: 45.5,44.5 parent: 1 - - uid: 38015 + - uid: 57702 components: - type: Transform - pos: -2.5,42.5 + pos: 45.5,46.5 parent: 1 - - uid: 38016 + - uid: 57703 components: - type: Transform - pos: 10.5,54.5 + pos: 45.5,47.5 parent: 1 - - uid: 38017 + - uid: 57704 components: - type: Transform - pos: 9.5,37.5 + pos: 37.5,55.5 parent: 1 - - uid: 38018 + - uid: 57705 components: - type: Transform - pos: 0.5,45.5 + pos: 36.5,56.5 parent: 1 - - uid: 38019 + - uid: 57706 components: - type: Transform - pos: 0.5,38.5 + pos: -5.5,54.5 parent: 1 - - uid: 38020 + - uid: 57707 components: - type: Transform - pos: 0.5,40.5 + pos: 35.5,56.5 parent: 1 - - uid: 38021 + - uid: 57708 components: - type: Transform - pos: 0.5,41.5 + pos: 39.5,60.5 parent: 1 - - uid: 38022 + - uid: 57709 components: - type: Transform - pos: 9.5,43.5 + pos: 38.5,60.5 parent: 1 - - uid: 38023 + - uid: 57710 components: - type: Transform - pos: 9.5,44.5 + pos: 44.5,38.5 parent: 1 - - uid: 38024 + - uid: 57711 components: - type: Transform - pos: 9.5,45.5 + pos: 44.5,39.5 parent: 1 - - uid: 38025 + - uid: 57712 components: - type: Transform - pos: -43.5,48.5 + pos: 44.5,40.5 parent: 1 - - uid: 38026 + - uid: 57713 components: - type: Transform - pos: 9.5,47.5 + pos: 44.5,41.5 parent: 1 - - uid: 38027 + - uid: 57714 components: - type: Transform - pos: 9.5,48.5 + pos: 44.5,42.5 parent: 1 - - uid: 38028 + - uid: 57715 components: - type: Transform - pos: 9.5,49.5 + pos: 44.5,43.5 parent: 1 - - uid: 38029 + - uid: 57716 components: - type: Transform - pos: 9.5,50.5 + pos: 44.5,44.5 parent: 1 - - uid: 38030 + - uid: 57717 components: - type: Transform - pos: 9.5,51.5 + pos: 44.5,46.5 parent: 1 - - uid: 38031 + - uid: 57718 components: - type: Transform - pos: -2.5,44.5 + pos: 44.5,47.5 parent: 1 - - uid: 38032 + - uid: 57719 components: - type: Transform - pos: 9.5,53.5 + pos: 40.5,56.5 parent: 1 - - uid: 38033 + - uid: 57720 components: - type: Transform - pos: 9.5,54.5 + pos: 37.5,58.5 parent: 1 - - uid: 38034 + - uid: 57721 components: - type: Transform - pos: 8.5,37.5 + pos: 0.5,53.5 parent: 1 - - uid: 38035 + - uid: 57722 components: - type: Transform - pos: 0.5,44.5 + pos: 35.5,57.5 parent: 1 - - uid: 38036 + - uid: 57723 components: - type: Transform - pos: 8.5,39.5 + pos: 36.5,60.5 parent: 1 - - uid: 38037 + - uid: 57724 components: - type: Transform - pos: 8.5,40.5 + pos: 38.5,59.5 parent: 1 - - uid: 38039 + - uid: 57725 components: - type: Transform - pos: 0.5,42.5 + pos: 43.5,38.5 parent: 1 - - uid: 38040 + - uid: 57726 components: - type: Transform - pos: 8.5,43.5 + pos: 43.5,39.5 parent: 1 - - uid: 38041 + - uid: 57727 components: - type: Transform - pos: 8.5,44.5 + pos: 43.5,40.5 parent: 1 - - uid: 38042 + - uid: 57728 components: - type: Transform - pos: 8.5,45.5 + pos: 43.5,41.5 parent: 1 - - uid: 38043 + - uid: 57729 components: - type: Transform - pos: -1.5,47.5 + pos: 43.5,42.5 parent: 1 - - uid: 38044 + - uid: 57730 components: - type: Transform - pos: 8.5,47.5 + pos: 43.5,43.5 parent: 1 - - uid: 38045 + - uid: 57731 components: - type: Transform - pos: 8.5,48.5 + pos: 43.5,44.5 parent: 1 - - uid: 38046 + - uid: 57732 components: - type: Transform - pos: 8.5,49.5 + pos: 43.5,46.5 parent: 1 - - uid: 38047 + - uid: 57733 components: - type: Transform - pos: 8.5,50.5 + pos: 43.5,47.5 parent: 1 - - uid: 38048 + - uid: 57734 components: - type: Transform - pos: 8.5,51.5 + pos: 40.5,57.5 parent: 1 - - uid: 38049 + - uid: 57735 components: - type: Transform - pos: -2.5,45.5 + pos: 38.5,55.5 parent: 1 - - uid: 38050 + - uid: 57736 components: - type: Transform - pos: -1.5,38.5 + pos: 37.5,60.5 parent: 1 - - uid: 38051 + - uid: 57737 components: - type: Transform - pos: 8.5,54.5 + pos: 39.5,54.5 parent: 1 - - uid: 38052 + - uid: 57738 components: - type: Transform - pos: 7.5,37.5 + pos: 36.5,59.5 parent: 1 - - uid: 38053 + - uid: 57739 components: - type: Transform - pos: 7.5,38.5 + pos: 38.5,58.5 parent: 1 - - uid: 38054 + - uid: 57740 components: - type: Transform - pos: 7.5,39.5 + pos: 42.5,38.5 parent: 1 - - uid: 38055 + - uid: 57741 components: - type: Transform - pos: 7.5,40.5 + pos: 42.5,39.5 parent: 1 - - uid: 38056 + - uid: 57742 components: - type: Transform - pos: 7.5,41.5 + pos: 42.5,40.5 parent: 1 - - uid: 38057 + - uid: 57743 components: - type: Transform - pos: 7.5,42.5 + pos: 42.5,41.5 parent: 1 - - uid: 38058 + - uid: 57744 components: - type: Transform - pos: 7.5,43.5 + pos: 42.5,42.5 parent: 1 - - uid: 38059 + - uid: 57745 components: - type: Transform - pos: 7.5,44.5 + pos: 42.5,43.5 parent: 1 - - uid: 38060 + - uid: 57746 components: - type: Transform - pos: -1.5,50.5 + pos: 42.5,44.5 parent: 1 - - uid: 38061 + - uid: 57747 components: - type: Transform - pos: -0.5,42.5 + pos: 42.5,46.5 parent: 1 - - uid: 38062 + - uid: 57748 components: - type: Transform - pos: 7.5,47.5 + pos: 42.5,47.5 parent: 1 - - uid: 38063 + - uid: 57749 components: - type: Transform - pos: 7.5,48.5 + pos: 38.5,54.5 parent: 1 - - uid: 38064 + - uid: 57750 components: - type: Transform - pos: 7.5,49.5 + pos: 37.5,56.5 parent: 1 - - uid: 38065 + - uid: 57751 components: - type: Transform - pos: 7.5,50.5 + pos: 37.5,59.5 parent: 1 - - uid: 38066 + - uid: 57752 components: - type: Transform - pos: 7.5,51.5 + pos: 39.5,59.5 parent: 1 - - uid: 38067 + - uid: 57753 components: - type: Transform - pos: -43.5,52.5 + pos: 39.5,58.5 parent: 1 - - uid: 38068 + - uid: 57754 components: - type: Transform - pos: 7.5,54.5 + pos: 41.5,38.5 parent: 1 - - uid: 38069 + - uid: 57755 components: - type: Transform - pos: 6.5,37.5 + pos: 41.5,39.5 parent: 1 - - uid: 38070 + - uid: 57756 components: - type: Transform - pos: 6.5,38.5 + pos: 41.5,40.5 parent: 1 - - uid: 38071 + - uid: 57757 components: - type: Transform - pos: 6.5,39.5 + pos: 41.5,41.5 parent: 1 - - uid: 38072 + - uid: 57758 components: - type: Transform - pos: 6.5,40.5 + pos: 41.5,42.5 parent: 1 - - uid: 38073 + - uid: 57759 components: - type: Transform - pos: 6.5,41.5 + pos: 41.5,43.5 parent: 1 - - uid: 38074 + - uid: 57760 components: - type: Transform - pos: 6.5,42.5 + pos: 41.5,44.5 parent: 1 - - uid: 38075 + - uid: 57761 components: - type: Transform - pos: 6.5,43.5 + pos: 41.5,46.5 parent: 1 - - uid: 38076 + - uid: 57762 components: - type: Transform - pos: 6.5,44.5 + pos: 41.5,47.5 parent: 1 - - uid: 38077 + - uid: 57763 components: - type: Transform - pos: -1.5,51.5 + pos: 40.5,55.5 parent: 1 - - uid: 38078 + - uid: 57764 components: - type: Transform - pos: -0.5,41.5 + pos: 37.5,57.5 parent: 1 - - uid: 38079 + - uid: 57765 components: - type: Transform - pos: 6.5,47.5 + pos: 36.5,55.5 parent: 1 - - uid: 38080 + - uid: 57766 components: - type: Transform - pos: 6.5,48.5 + pos: 37.5,54.5 parent: 1 - - uid: 38081 + - uid: 57767 components: - type: Transform - pos: 6.5,49.5 + pos: 39.5,57.5 parent: 1 - - uid: 38082 + - uid: 57768 components: - type: Transform - pos: 6.5,50.5 + pos: 39.5,56.5 parent: 1 - - uid: 38083 + - uid: 57769 components: - type: Transform - pos: 6.5,51.5 + pos: 40.5,38.5 parent: 1 - - uid: 38084 + - uid: 57770 components: - type: Transform - pos: 6.5,53.5 + pos: 40.5,39.5 parent: 1 - - uid: 38085 + - uid: 57771 components: - type: Transform - pos: 6.5,54.5 + pos: 40.5,40.5 parent: 1 - - uid: 38086 + - uid: 57772 components: - type: Transform - pos: 5.5,37.5 + pos: 40.5,41.5 parent: 1 - - uid: 38087 + - uid: 57773 components: - type: Transform - pos: 5.5,38.5 + pos: 40.5,42.5 parent: 1 - - uid: 38088 + - uid: 57774 components: - type: Transform - pos: 5.5,39.5 + pos: 40.5,43.5 parent: 1 - - uid: 38089 + - uid: 57775 components: - type: Transform - pos: 5.5,40.5 + pos: 40.5,44.5 parent: 1 - - uid: 38090 + - uid: 57776 components: - type: Transform - pos: 5.5,41.5 + pos: 40.5,46.5 parent: 1 - - uid: 38091 + - uid: 57777 components: - type: Transform - pos: 5.5,42.5 + pos: 40.5,47.5 parent: 1 - - uid: 38092 + - uid: 57778 components: - type: Transform - pos: 5.5,43.5 + pos: 40.5,48.5 parent: 1 - - uid: 38093 + - uid: 57779 components: - type: Transform - pos: 5.5,44.5 + pos: 40.5,49.5 parent: 1 - - uid: 38095 + - uid: 57780 components: - type: Transform - pos: -1.5,53.5 + pos: 40.5,50.5 parent: 1 - - uid: 38096 + - uid: 57781 components: - type: Transform - pos: 5.5,47.5 + pos: 40.5,51.5 parent: 1 - - uid: 38097 + - uid: 57782 components: - type: Transform - pos: 5.5,48.5 + pos: 40.5,53.5 parent: 1 - - uid: 38098 + - uid: 57783 components: - type: Transform - pos: 5.5,49.5 + pos: 39.5,38.5 parent: 1 - - uid: 38099 + - uid: 57784 components: - type: Transform - pos: 5.5,50.5 + pos: 39.5,39.5 parent: 1 - - uid: 38100 + - uid: 57785 components: - type: Transform - pos: 5.5,51.5 + pos: 39.5,40.5 parent: 1 - - uid: 38101 + - uid: 57786 components: - type: Transform - pos: -2.5,48.5 + pos: 39.5,41.5 parent: 1 - - uid: 38102 + - uid: 57787 components: - type: Transform - pos: -1.5,37.5 + pos: 39.5,42.5 parent: 1 - - uid: 38103 + - uid: 57788 components: - type: Transform - pos: 5.5,54.5 + pos: 39.5,43.5 parent: 1 - - uid: 38104 + - uid: 57789 components: - type: Transform - pos: 4.5,37.5 + pos: 39.5,44.5 parent: 1 - - uid: 38105 + - uid: 57790 components: - type: Transform - pos: 4.5,38.5 + pos: 39.5,46.5 parent: 1 - - uid: 38107 + - uid: 57791 components: - type: Transform - pos: 4.5,40.5 + pos: 39.5,47.5 parent: 1 - - uid: 38108 + - uid: 57792 components: - type: Transform - pos: 4.5,41.5 + pos: 39.5,48.5 parent: 1 - - uid: 38109 + - uid: 57793 components: - type: Transform - pos: 4.5,42.5 + pos: 39.5,49.5 parent: 1 - - uid: 38110 + - uid: 57794 components: - type: Transform - pos: 4.5,43.5 + pos: 39.5,50.5 parent: 1 - - uid: 38111 + - uid: 57795 components: - type: Transform - pos: 4.5,44.5 + pos: 39.5,53.5 parent: 1 - - uid: 38112 + - uid: 57796 components: - type: Transform - pos: 4.5,45.5 + pos: 34.5,54.5 parent: 1 - - uid: 38113 + - uid: 57797 components: - type: Transform - pos: -1.5,54.5 + pos: 38.5,38.5 parent: 1 - - uid: 38114 + - uid: 57798 components: - type: Transform - pos: 4.5,47.5 + pos: 38.5,39.5 parent: 1 - - uid: 38115 + - uid: 57799 components: - type: Transform - pos: 4.5,48.5 + pos: 38.5,40.5 parent: 1 - - uid: 38116 + - uid: 57800 components: - type: Transform - pos: 4.5,49.5 + pos: 38.5,41.5 parent: 1 - - uid: 38117 + - uid: 57801 components: - type: Transform - pos: 4.5,50.5 + pos: 38.5,42.5 parent: 1 - - uid: 38118 + - uid: 57802 components: - type: Transform - pos: -2.5,49.5 + pos: 38.5,43.5 parent: 1 - - uid: 38119 + - uid: 57803 components: - type: Transform - pos: -2.5,54.5 + pos: 38.5,44.5 parent: 1 - - uid: 38120 + - uid: 57804 components: - type: Transform - pos: 4.5,53.5 + pos: 38.5,46.5 parent: 1 - - uid: 38121 + - uid: 57805 components: - type: Transform - pos: 4.5,54.5 + pos: 38.5,47.5 parent: 1 - - uid: 38122 + - uid: 57806 components: - type: Transform - pos: 3.5,37.5 + pos: 38.5,48.5 parent: 1 - - uid: 38123 + - uid: 57807 components: - type: Transform - pos: 3.5,38.5 + pos: 38.5,49.5 parent: 1 - - uid: 38124 + - uid: 57808 components: - type: Transform - pos: 3.5,39.5 + pos: 38.5,50.5 parent: 1 - - uid: 38125 + - uid: 57809 components: - type: Transform - pos: 3.5,40.5 + pos: 38.5,53.5 parent: 1 - - uid: 38126 + - uid: 57810 components: - type: Transform - pos: 3.5,41.5 + pos: 34.5,55.5 parent: 1 - - uid: 38128 + - uid: 57811 components: - type: Transform - pos: 3.5,43.5 + pos: 37.5,38.5 parent: 1 - - uid: 38129 + - uid: 57812 components: - type: Transform - pos: 3.5,44.5 + pos: 37.5,39.5 parent: 1 - - uid: 38130 + - uid: 57813 components: - type: Transform - pos: 3.5,45.5 + pos: 37.5,40.5 parent: 1 - - uid: 38131 + - uid: 57814 components: - type: Transform - pos: -0.5,37.5 + pos: 37.5,41.5 parent: 1 - - uid: 38132 + - uid: 57815 components: - type: Transform - pos: -0.5,38.5 + pos: 37.5,42.5 parent: 1 - - uid: 38133 + - uid: 57816 components: - type: Transform - pos: 3.5,48.5 + pos: 37.5,43.5 parent: 1 - - uid: 38134 + - uid: 57817 components: - type: Transform - pos: -2.5,52.5 + pos: 37.5,44.5 parent: 1 - - uid: 38135 + - uid: 57818 components: - type: Transform - pos: -2.5,51.5 + pos: 37.5,46.5 parent: 1 - - uid: 38136 + - uid: 57819 components: - type: Transform - pos: -2.5,50.5 + pos: 37.5,47.5 parent: 1 - - uid: 38137 + - uid: 57820 components: - type: Transform - pos: 3.5,52.5 + pos: 37.5,48.5 parent: 1 - - uid: 38138 + - uid: 57821 components: - type: Transform - pos: 3.5,53.5 + pos: 37.5,49.5 parent: 1 - - uid: 38139 + - uid: 57822 components: - type: Transform - pos: 3.5,54.5 + pos: 37.5,50.5 parent: 1 - - uid: 38140 + - uid: 57823 components: - type: Transform - pos: 2.5,37.5 + pos: 37.5,53.5 parent: 1 - - uid: 38141 + - uid: 57824 components: - type: Transform - pos: 2.5,38.5 + pos: 35.5,54.5 parent: 1 - - uid: 38142 + - uid: 57825 components: - type: Transform - pos: 2.5,39.5 + pos: 36.5,38.5 parent: 1 - - uid: 38143 + - uid: 57826 components: - type: Transform - pos: 2.5,40.5 + pos: 36.5,39.5 parent: 1 - - uid: 38144 + - uid: 57827 components: - type: Transform - pos: 2.5,41.5 + pos: 36.5,40.5 parent: 1 - - uid: 38145 + - uid: 57828 components: - type: Transform - pos: 2.5,42.5 + pos: 36.5,41.5 parent: 1 - - uid: 38146 + - uid: 57829 components: - type: Transform - pos: 2.5,43.5 + pos: 36.5,42.5 parent: 1 - - uid: 38147 + - uid: 57830 components: - type: Transform - pos: 2.5,44.5 + pos: 36.5,43.5 parent: 1 - - uid: 38148 + - uid: 57831 components: - type: Transform - pos: 2.5,45.5 + pos: 36.5,44.5 parent: 1 - - uid: 38149 + - uid: 57832 components: - type: Transform - pos: 2.5,46.5 + pos: 36.5,46.5 parent: 1 - - uid: 38150 + - uid: 57833 components: - type: Transform - pos: -0.5,39.5 + pos: 36.5,47.5 parent: 1 - - uid: 38151 + - uid: 57834 components: - type: Transform - pos: -0.5,40.5 + pos: 36.5,48.5 parent: 1 - - uid: 38152 + - uid: 57835 components: - type: Transform - pos: -2.5,53.5 + pos: 36.5,49.5 parent: 1 - - uid: 38153 + - uid: 57836 components: - type: Transform - pos: 2.5,50.5 + pos: 40.5,59.5 parent: 1 - - uid: 38154 + - uid: 57837 components: - type: Transform - pos: 2.5,51.5 + pos: 40.5,60.5 parent: 1 - - uid: 38155 + - uid: 57838 components: - type: Transform - pos: 2.5,52.5 + pos: 35.5,55.5 parent: 1 - - uid: 38156 + - uid: 57839 components: - type: Transform - pos: 2.5,53.5 + pos: 35.5,38.5 parent: 1 - - uid: 38157 + - uid: 57840 components: - type: Transform - pos: 2.5,54.5 + pos: 35.5,39.5 parent: 1 - - uid: 38158 + - uid: 57841 components: - type: Transform - pos: 1.5,37.5 + pos: 35.5,40.5 parent: 1 - - uid: 38159 + - uid: 57842 components: - type: Transform - pos: 1.5,38.5 + pos: 35.5,41.5 parent: 1 - - uid: 38160 + - uid: 57843 components: - type: Transform - pos: 1.5,39.5 + pos: 35.5,42.5 parent: 1 - - uid: 38161 + - uid: 57844 components: - type: Transform - pos: 1.5,40.5 + pos: 35.5,43.5 parent: 1 - - uid: 38163 + - uid: 57845 components: - type: Transform - pos: 1.5,42.5 + pos: 35.5,44.5 parent: 1 - - uid: 38164 + - uid: 57846 components: - type: Transform - pos: 1.5,43.5 + pos: 35.5,46.5 parent: 1 - - uid: 38165 + - uid: 57847 components: - type: Transform - pos: 1.5,44.5 + pos: 35.5,47.5 parent: 1 - - uid: 38166 + - uid: 57848 components: - type: Transform - pos: 1.5,45.5 + pos: 35.5,48.5 parent: 1 - - uid: 38167 + - uid: 57849 components: - type: Transform - pos: 0.5,49.5 + pos: 34.5,60.5 parent: 1 - - uid: 38168 + - uid: 57850 components: - type: Transform - pos: 0.5,48.5 + pos: 40.5,58.5 parent: 1 - - uid: 38169 + - uid: 57851 components: - type: Transform - pos: 1.5,48.5 + pos: 35.5,52.5 parent: 1 - - uid: 38170 + - uid: 57852 components: - type: Transform - pos: 1.5,49.5 + pos: 35.5,53.5 parent: 1 - - uid: 38171 + - uid: 57853 components: - type: Transform - pos: 1.5,50.5 + pos: 39.5,55.5 parent: 1 - - uid: 38172 + - uid: 57854 components: - type: Transform - pos: 1.5,51.5 + pos: 34.5,38.5 parent: 1 - - uid: 38173 + - uid: 57855 components: - type: Transform - pos: 1.5,52.5 + pos: 34.5,39.5 parent: 1 - - uid: 38174 + - uid: 57856 components: - type: Transform - pos: 1.5,53.5 + pos: 34.5,40.5 parent: 1 - - uid: 38175 + - uid: 57857 components: - type: Transform - pos: 1.5,54.5 + pos: 34.5,41.5 parent: 1 - - uid: 38176 + - uid: 57858 components: - type: Transform - pos: 34.5,61.5 + pos: 34.5,42.5 parent: 1 - - uid: 38177 + - uid: 57859 components: - type: Transform - pos: -3.5,42.5 + pos: 34.5,43.5 parent: 1 - - uid: 38178 + - uid: 57860 components: - type: Transform - pos: -3.5,41.5 + pos: 34.5,44.5 parent: 1 - - uid: 38179 + - uid: 57861 components: - type: Transform - pos: -42.5,50.5 + pos: 34.5,46.5 parent: 1 - - uid: 38180 + - uid: 57862 components: - type: Transform - pos: -5.5,41.5 + pos: 34.5,47.5 parent: 1 - - uid: 38181 + - uid: 57863 components: - type: Transform - pos: -5.5,40.5 + pos: 34.5,48.5 parent: 1 - - uid: 38182 + - uid: 57864 components: - type: Transform - pos: -5.5,39.5 + pos: 34.5,59.5 parent: 1 - - uid: 38183 + - uid: 57865 components: - type: Transform - pos: -33.5,44.5 + pos: 34.5,51.5 parent: 1 - - uid: 38184 + - uid: 57866 components: - type: Transform - pos: -6.5,54.5 + pos: 34.5,52.5 parent: 1 - - uid: 38185 + - uid: 57867 components: - type: Transform - pos: -6.5,53.5 + pos: 34.5,53.5 parent: 1 - - uid: 38186 + - uid: 57868 components: - type: Transform - pos: -6.5,52.5 + pos: 40.5,54.5 parent: 1 - - uid: 38187 + - uid: 57869 components: - type: Transform - pos: -39.5,53.5 + pos: 33.5,38.5 parent: 1 - - uid: 38188 + - uid: 57870 components: - type: Transform - pos: -40.5,53.5 + pos: 33.5,39.5 parent: 1 - - uid: 38189 + - uid: 57871 components: - type: Transform - pos: -6.5,47.5 + pos: 33.5,40.5 parent: 1 - - uid: 38190 + - uid: 57872 components: - type: Transform - pos: -6.5,46.5 + pos: 33.5,41.5 parent: 1 - - uid: 38191 + - uid: 57873 components: - type: Transform - pos: -6.5,45.5 + pos: 33.5,42.5 parent: 1 - - uid: 38192 + - uid: 57874 components: - type: Transform - pos: -6.5,44.5 + pos: 33.5,43.5 parent: 1 - - uid: 38193 + - uid: 57875 components: - type: Transform - pos: -6.5,43.5 + pos: 33.5,44.5 parent: 1 - - uid: 38194 + - uid: 57876 components: - type: Transform - pos: -6.5,41.5 + pos: 33.5,46.5 parent: 1 - - uid: 38195 + - uid: 57877 components: - type: Transform - pos: -6.5,40.5 + pos: -5.5,51.5 parent: 1 - - uid: 38196 + - uid: 57878 components: - type: Transform - pos: -6.5,39.5 + pos: 33.5,50.5 parent: 1 - - uid: 38197 + - uid: 57879 components: - type: Transform - pos: -7.5,54.5 + pos: 33.5,51.5 parent: 1 - - uid: 38198 + - uid: 57880 components: - type: Transform - pos: -7.5,53.5 + pos: 33.5,52.5 parent: 1 - - uid: 38199 + - uid: 57881 components: - type: Transform - pos: -7.5,52.5 + pos: 33.5,53.5 parent: 1 - - uid: 38200 + - uid: 57882 components: - type: Transform - pos: -41.5,52.5 + pos: 33.5,54.5 parent: 1 - - uid: 38201 + - uid: 57883 components: - type: Transform - pos: -39.5,54.5 + pos: 32.5,38.5 parent: 1 - - uid: 38202 + - uid: 57884 components: - type: Transform - pos: -7.5,47.5 + pos: 32.5,39.5 parent: 1 - - uid: 38203 + - uid: 57885 components: - type: Transform - pos: -7.5,46.5 + pos: 32.5,40.5 parent: 1 - - uid: 38204 + - uid: 57886 components: - type: Transform - pos: -7.5,45.5 + pos: 32.5,41.5 parent: 1 - - uid: 38205 + - uid: 57887 components: - type: Transform - pos: -7.5,44.5 + pos: 32.5,42.5 parent: 1 - - uid: 38206 + - uid: 57888 components: - type: Transform - pos: -7.5,43.5 + pos: 32.5,43.5 parent: 1 - - uid: 38207 + - uid: 57889 components: - type: Transform - pos: -112.5,40.5 + pos: 32.5,44.5 parent: 1 - - uid: 38208 + - uid: 57890 components: - type: Transform - pos: -34.5,46.5 + pos: 32.5,46.5 parent: 1 - - uid: 38209 + - uid: 57891 components: - type: Transform - pos: -34.5,47.5 + pos: 34.5,62.5 parent: 1 - - uid: 38210 + - uid: 57892 components: - type: Transform - pos: -7.5,37.5 + pos: 32.5,49.5 parent: 1 - - uid: 38211 + - uid: 57893 components: - type: Transform - pos: -8.5,54.5 + pos: 32.5,50.5 parent: 1 - - uid: 38212 + - uid: 57894 components: - type: Transform - pos: -8.5,53.5 + pos: 32.5,51.5 parent: 1 - - uid: 38213 + - uid: 57895 components: - type: Transform - pos: -8.5,52.5 + pos: 32.5,52.5 parent: 1 - - uid: 38214 + - uid: 57896 components: - type: Transform - pos: -40.5,52.5 + pos: 32.5,53.5 parent: 1 - - uid: 38215 + - uid: 57897 components: - type: Transform - pos: -38.5,53.5 + pos: 32.5,54.5 parent: 1 - - uid: 38217 + - uid: 57898 components: - type: Transform - pos: -8.5,47.5 + pos: 31.5,48.5 parent: 1 - - uid: 38218 + - uid: 57899 components: - type: Transform - pos: -8.5,46.5 + pos: 31.5,49.5 parent: 1 - - uid: 38219 + - uid: 57900 components: - type: Transform - pos: -8.5,45.5 + pos: 31.5,50.5 parent: 1 - - uid: 38220 + - uid: 57901 components: - type: Transform - pos: -8.5,44.5 + pos: 31.5,51.5 parent: 1 - - uid: 38221 + - uid: 57902 components: - type: Transform - pos: -8.5,43.5 + pos: 31.5,54.5 parent: 1 - - uid: 38222 + - uid: 57903 components: - type: Transform - pos: -8.5,42.5 + pos: 30.5,38.5 parent: 1 - - uid: 38223 + - uid: 57904 components: - type: Transform - pos: -8.5,39.5 + pos: 30.5,39.5 parent: 1 - - uid: 38224 + - uid: 57905 components: - type: Transform - pos: -8.5,38.5 + pos: 30.5,40.5 parent: 1 - - uid: 38225 + - uid: 57906 components: - type: Transform - pos: -8.5,37.5 + pos: 30.5,41.5 parent: 1 - - uid: 38226 + - uid: 57907 components: - type: Transform - pos: -9.5,54.5 + pos: 30.5,42.5 parent: 1 - - uid: 38227 + - uid: 57908 components: - type: Transform - pos: -9.5,53.5 + pos: 30.5,43.5 parent: 1 - - uid: 38228 + - uid: 57909 components: - type: Transform - pos: -9.5,52.5 + pos: 30.5,44.5 parent: 1 - - uid: 38229 + - uid: 57910 components: - type: Transform - pos: -9.5,51.5 + pos: 30.5,47.5 parent: 1 - - uid: 38230 + - uid: 57911 components: - type: Transform - pos: -9.5,50.5 + pos: 30.5,48.5 parent: 1 - - uid: 38231 + - uid: 57912 components: - type: Transform - pos: -9.5,49.5 + pos: 30.5,49.5 parent: 1 - - uid: 38232 + - uid: 57913 components: - type: Transform - pos: -9.5,48.5 + pos: 30.5,50.5 parent: 1 - - uid: 38233 + - uid: 57914 components: - type: Transform - pos: -9.5,47.5 + pos: 30.5,52.5 parent: 1 - - uid: 38234 + - uid: 57915 components: - type: Transform - pos: -9.5,46.5 + pos: 30.5,53.5 parent: 1 - - uid: 38235 + - uid: 57916 components: - type: Transform - pos: -9.5,45.5 + pos: 30.5,54.5 parent: 1 - - uid: 38236 + - uid: 57917 components: - type: Transform - pos: -9.5,44.5 + pos: 29.5,41.5 parent: 1 - - uid: 38237 + - uid: 57918 components: - type: Transform - pos: -9.5,43.5 + pos: 29.5,42.5 parent: 1 - - uid: 38238 + - uid: 57919 components: - type: Transform - pos: -9.5,42.5 + pos: 0.5,50.5 parent: 1 - - uid: 38239 + - uid: 57920 components: - type: Transform - pos: -9.5,41.5 + pos: 0.5,54.5 parent: 1 - - uid: 38240 + - uid: 57921 components: - type: Transform - pos: -40.5,54.5 + pos: 29.5,46.5 parent: 1 - - uid: 38241 + - uid: 57922 components: - type: Transform - pos: -9.5,39.5 + pos: 29.5,47.5 parent: 1 - - uid: 38242 + - uid: 57923 components: - type: Transform - pos: -9.5,38.5 + pos: 29.5,48.5 parent: 1 - - uid: 38243 + - uid: 57924 components: - type: Transform - pos: -9.5,37.5 + pos: 29.5,49.5 parent: 1 - - uid: 38244 + - uid: 57925 components: - type: Transform - pos: -10.5,54.5 + pos: 29.5,50.5 parent: 1 - - uid: 38245 + - uid: 57926 components: - type: Transform - pos: -10.5,53.5 + pos: 29.5,51.5 parent: 1 - - uid: 38246 + - uid: 57927 components: - type: Transform - pos: -10.5,52.5 + pos: 29.5,52.5 parent: 1 - - uid: 38247 + - uid: 57928 components: - type: Transform - pos: -10.5,51.5 + pos: 29.5,53.5 parent: 1 - - uid: 38248 + - uid: 57929 components: - type: Transform - pos: -10.5,50.5 + pos: 29.5,54.5 parent: 1 - - uid: 38249 + - uid: 57930 components: - type: Transform - pos: -10.5,49.5 + pos: 28.5,37.5 parent: 1 - - uid: 38250 + - uid: 57931 components: - type: Transform - pos: -10.5,48.5 + pos: -5.5,52.5 parent: 1 - - uid: 38251 + - uid: 57932 components: - type: Transform - pos: -10.5,47.5 + pos: 28.5,44.5 parent: 1 - - uid: 38252 + - uid: 57933 components: - type: Transform - pos: -10.5,46.5 + pos: 28.5,46.5 parent: 1 - - uid: 38254 + - uid: 57934 components: - type: Transform - pos: -10.5,44.5 + pos: 28.5,47.5 parent: 1 - - uid: 38255 + - uid: 57935 components: - type: Transform - pos: -10.5,43.5 + pos: 28.5,50.5 parent: 1 - - uid: 38256 + - uid: 57936 components: - type: Transform - pos: -10.5,42.5 + pos: 28.5,51.5 parent: 1 - - uid: 38258 + - uid: 57937 components: - type: Transform - pos: -34.5,43.5 + pos: 28.5,52.5 parent: 1 - - uid: 38259 + - uid: 57938 components: - type: Transform - pos: -34.5,44.5 + pos: 28.5,53.5 parent: 1 - - uid: 38260 + - uid: 57939 components: - type: Transform - pos: -10.5,38.5 + pos: 28.5,54.5 parent: 1 - - uid: 38261 + - uid: 57940 components: - type: Transform - pos: -10.5,37.5 + pos: 27.5,37.5 parent: 1 - - uid: 38262 + - uid: 57941 components: - type: Transform - pos: -11.5,54.5 + pos: 27.5,38.5 parent: 1 - - uid: 38263 + - uid: 57942 components: - type: Transform - pos: -11.5,53.5 + pos: 27.5,39.5 parent: 1 - - uid: 38264 + - uid: 57943 components: - type: Transform - pos: -11.5,52.5 + pos: 27.5,40.5 parent: 1 - - uid: 38265 + - uid: 57944 components: - type: Transform - pos: -11.5,51.5 + pos: 27.5,41.5 parent: 1 - - uid: 38266 + - uid: 57945 components: - type: Transform - pos: -11.5,50.5 + pos: 27.5,42.5 parent: 1 - - uid: 38267 + - uid: 57946 components: - type: Transform - pos: -11.5,49.5 + pos: 27.5,43.5 parent: 1 - - uid: 38268 + - uid: 57947 components: - type: Transform - pos: -11.5,48.5 + pos: 27.5,44.5 parent: 1 - - uid: 38269 + - uid: 57948 components: - type: Transform - pos: -11.5,47.5 + pos: 27.5,51.5 parent: 1 - - uid: 38270 + - uid: 57949 components: - type: Transform - pos: -11.5,46.5 + pos: 27.5,52.5 parent: 1 - - uid: 38271 + - uid: 57950 components: - type: Transform - pos: -11.5,45.5 + pos: 27.5,53.5 parent: 1 - - uid: 38272 + - uid: 57951 components: - type: Transform - pos: -11.5,44.5 + pos: 27.5,54.5 parent: 1 - - uid: 38273 + - uid: 57952 components: - type: Transform - pos: -11.5,43.5 + pos: 26.5,37.5 parent: 1 - - uid: 38274 + - uid: 57953 components: - type: Transform - pos: -11.5,42.5 + pos: 26.5,38.5 parent: 1 - - uid: 38275 + - uid: 57954 components: - type: Transform - pos: -32.5,44.5 + pos: 26.5,39.5 parent: 1 - - uid: 38276 + - uid: 57955 components: - type: Transform - pos: -11.5,40.5 + pos: 26.5,40.5 parent: 1 - - uid: 38277 + - uid: 57956 components: - type: Transform - pos: -11.5,38.5 + pos: 26.5,41.5 parent: 1 - - uid: 38278 + - uid: 57957 components: - type: Transform - pos: -11.5,37.5 + pos: 26.5,42.5 parent: 1 - - uid: 38279 + - uid: 57958 components: - type: Transform - pos: -12.5,54.5 + pos: 26.5,43.5 parent: 1 - - uid: 38280 + - uid: 57959 components: - type: Transform - pos: -12.5,53.5 + pos: 26.5,44.5 parent: 1 - - uid: 38281 + - uid: 57960 components: - type: Transform - pos: -12.5,52.5 + pos: 26.5,45.5 parent: 1 - - uid: 38282 + - uid: 57961 components: - type: Transform - pos: -12.5,51.5 + pos: 26.5,46.5 parent: 1 - - uid: 38283 + - uid: 57962 components: - type: Transform - pos: -12.5,50.5 + pos: 0.5,51.5 parent: 1 - - uid: 38284 + - uid: 57963 components: - type: Transform - pos: -12.5,49.5 + pos: 26.5,51.5 parent: 1 - - uid: 38285 + - uid: 57964 components: - type: Transform - pos: -12.5,48.5 + pos: 26.5,52.5 parent: 1 - - uid: 38286 + - uid: 57965 components: - type: Transform - pos: -12.5,47.5 + pos: 26.5,53.5 parent: 1 - - uid: 38287 + - uid: 57966 components: - type: Transform - pos: -12.5,46.5 + pos: 26.5,54.5 parent: 1 - - uid: 38289 + - uid: 57967 components: - type: Transform - pos: -12.5,44.5 + pos: 25.5,37.5 parent: 1 - - uid: 38290 + - uid: 57968 components: - type: Transform - pos: -12.5,43.5 + pos: 25.5,38.5 parent: 1 - - uid: 38291 + - uid: 57969 components: - type: Transform - pos: -12.5,42.5 + pos: 25.5,39.5 parent: 1 - - uid: 38292 + - uid: 57970 components: - type: Transform - pos: -32.5,43.5 + pos: 25.5,40.5 parent: 1 - - uid: 38293 + - uid: 57971 components: - type: Transform - pos: -12.5,40.5 + pos: 25.5,41.5 parent: 1 - - uid: 38294 + - uid: 57972 components: - type: Transform - pos: -12.5,39.5 + pos: 25.5,42.5 parent: 1 - - uid: 38295 + - uid: 57973 components: - type: Transform - pos: -12.5,38.5 + pos: 25.5,43.5 parent: 1 - - uid: 38296 + - uid: 57974 components: - type: Transform - pos: -12.5,37.5 + pos: 25.5,44.5 parent: 1 - - uid: 38297 + - uid: 57975 components: - type: Transform - pos: -13.5,54.5 + pos: 25.5,45.5 parent: 1 - - uid: 38298 + - uid: 57976 components: - type: Transform - pos: -13.5,53.5 + pos: 25.5,46.5 parent: 1 - - uid: 38299 + - uid: 57977 components: - type: Transform - pos: -13.5,52.5 + pos: 25.5,47.5 parent: 1 - - uid: 38300 + - uid: 57978 components: - type: Transform - pos: -13.5,51.5 + pos: 25.5,48.5 parent: 1 - - uid: 38301 + - uid: 57979 components: - type: Transform - pos: -13.5,50.5 + pos: 25.5,50.5 parent: 1 - - uid: 38302 + - uid: 57980 components: - type: Transform - pos: -13.5,49.5 + pos: 25.5,51.5 parent: 1 - - uid: 38303 + - uid: 57981 components: - type: Transform - pos: -13.5,48.5 + pos: 25.5,52.5 parent: 1 - - uid: 38304 + - uid: 57982 components: - type: Transform - pos: -13.5,47.5 + pos: 25.5,53.5 parent: 1 - - uid: 38305 + - uid: 57983 components: - type: Transform - pos: -13.5,46.5 + pos: 25.5,54.5 parent: 1 - - uid: 38306 + - uid: 57984 components: - type: Transform - pos: -13.5,45.5 + pos: 24.5,37.5 parent: 1 - - uid: 38307 + - uid: 57985 components: - type: Transform - pos: -13.5,44.5 + pos: 24.5,38.5 parent: 1 - - uid: 38308 + - uid: 57986 components: - type: Transform - pos: -13.5,43.5 + pos: 24.5,39.5 parent: 1 - - uid: 38309 + - uid: 57987 components: - type: Transform - pos: -13.5,42.5 + pos: 24.5,40.5 parent: 1 - - uid: 38310 + - uid: 57988 components: - type: Transform - pos: -32.5,45.5 + pos: 24.5,41.5 parent: 1 - - uid: 38311 + - uid: 57989 components: - type: Transform - pos: -32.5,46.5 + pos: 24.5,42.5 parent: 1 - - uid: 38312 + - uid: 57990 components: - type: Transform - pos: -13.5,39.5 + pos: 24.5,43.5 parent: 1 - - uid: 38313 + - uid: 57991 components: - type: Transform - pos: -13.5,38.5 + pos: 24.5,44.5 parent: 1 - - uid: 38314 + - uid: 57992 components: - type: Transform - pos: -13.5,37.5 + pos: 24.5,45.5 parent: 1 - - uid: 38315 + - uid: 57993 components: - type: Transform - pos: -14.5,54.5 + pos: 24.5,46.5 parent: 1 - - uid: 38316 + - uid: 57994 components: - type: Transform - pos: -14.5,53.5 + pos: 24.5,47.5 parent: 1 - - uid: 38317 + - uid: 57995 components: - type: Transform - pos: -14.5,52.5 + pos: 24.5,48.5 parent: 1 - - uid: 38318 + - uid: 57996 components: - type: Transform - pos: -14.5,51.5 + pos: 24.5,49.5 parent: 1 - - uid: 38320 + - uid: 57997 components: - type: Transform - pos: -14.5,49.5 + pos: 24.5,50.5 parent: 1 - - uid: 38321 + - uid: 57998 components: - type: Transform - pos: -14.5,48.5 + pos: 24.5,51.5 parent: 1 - - uid: 38322 + - uid: 57999 components: - type: Transform - pos: -14.5,47.5 + pos: 24.5,52.5 parent: 1 - - uid: 38323 + - uid: 58000 components: - type: Transform - pos: -14.5,46.5 + pos: 24.5,53.5 parent: 1 - - uid: 38324 + - uid: 58001 components: - type: Transform - pos: -14.5,45.5 + pos: 24.5,54.5 parent: 1 - - uid: 38325 + - uid: 58002 components: - type: Transform - pos: -14.5,44.5 + pos: 23.5,37.5 parent: 1 - - uid: 38326 + - uid: 58003 components: - type: Transform - pos: -14.5,43.5 + pos: 23.5,38.5 parent: 1 - - uid: 38327 + - uid: 58004 components: - type: Transform - pos: -14.5,42.5 + pos: 23.5,39.5 parent: 1 - - uid: 38329 + - uid: 58005 components: - type: Transform - pos: -32.5,47.5 + pos: 23.5,40.5 parent: 1 - - uid: 38330 + - uid: 58006 components: - type: Transform - pos: -14.5,39.5 + pos: -4.5,51.5 parent: 1 - - uid: 38331 + - uid: 58007 components: - type: Transform - pos: -14.5,38.5 + pos: -4.5,52.5 parent: 1 - - uid: 38332 + - uid: 58008 components: - type: Transform - pos: -14.5,37.5 + pos: 23.5,44.5 parent: 1 - - uid: 38333 + - uid: 58009 components: - type: Transform - pos: -15.5,54.5 + pos: 23.5,45.5 parent: 1 - - uid: 38334 + - uid: 58010 components: - type: Transform - pos: -15.5,53.5 + pos: 23.5,46.5 parent: 1 - - uid: 38335 + - uid: 58011 components: - type: Transform - pos: -15.5,52.5 + pos: 23.5,47.5 parent: 1 - - uid: 38336 + - uid: 58012 components: - type: Transform - pos: -15.5,51.5 + pos: 23.5,48.5 parent: 1 - - uid: 38337 + - uid: 58013 components: - type: Transform - pos: -15.5,50.5 + pos: 23.5,49.5 parent: 1 - - uid: 38338 + - uid: 58014 components: - type: Transform - pos: -15.5,49.5 + pos: 23.5,50.5 parent: 1 - - uid: 38339 + - uid: 58015 components: - type: Transform - pos: -15.5,48.5 + pos: 23.5,51.5 parent: 1 - - uid: 38340 + - uid: 58016 components: - type: Transform - pos: -15.5,47.5 + pos: 23.5,52.5 parent: 1 - - uid: 38341 + - uid: 58017 components: - type: Transform - pos: -15.5,46.5 + pos: 23.5,53.5 parent: 1 - - uid: 38342 + - uid: 58018 components: - type: Transform - pos: -15.5,45.5 + pos: 23.5,54.5 parent: 1 - - uid: 38343 + - uid: 58019 components: - type: Transform - pos: -15.5,44.5 + pos: 22.5,37.5 parent: 1 - - uid: 38344 + - uid: 58020 components: - type: Transform - pos: -15.5,43.5 + pos: 22.5,38.5 parent: 1 - - uid: 38346 + - uid: 58021 components: - type: Transform - pos: -15.5,39.5 + pos: 22.5,39.5 parent: 1 - - uid: 38347 + - uid: 58022 components: - type: Transform - pos: -15.5,38.5 + pos: 22.5,42.5 parent: 1 - - uid: 38348 + - uid: 58023 components: - type: Transform - pos: -15.5,37.5 + pos: -4.5,53.5 parent: 1 - - uid: 38349 + - uid: 58024 components: - type: Transform - pos: -16.5,54.5 + pos: -4.5,54.5 parent: 1 - - uid: 38350 + - uid: 58025 components: - type: Transform - pos: -16.5,53.5 + pos: 22.5,45.5 parent: 1 - - uid: 38351 + - uid: 58026 components: - type: Transform - pos: -16.5,52.5 + pos: 22.5,46.5 parent: 1 - - uid: 38352 + - uid: 58027 components: - type: Transform - pos: -16.5,51.5 + pos: 22.5,47.5 parent: 1 - - uid: 38353 + - uid: 58028 components: - type: Transform - pos: -16.5,50.5 + pos: 22.5,48.5 parent: 1 - - uid: 38354 + - uid: 58029 components: - type: Transform - pos: -16.5,49.5 + pos: 22.5,49.5 parent: 1 - - uid: 38355 + - uid: 58030 components: - type: Transform - pos: -16.5,48.5 + pos: 22.5,50.5 parent: 1 - - uid: 38356 + - uid: 58031 components: - type: Transform - pos: -16.5,47.5 + pos: 22.5,51.5 parent: 1 - - uid: 38357 + - uid: 58032 components: - type: Transform - pos: -16.5,46.5 + pos: 22.5,52.5 parent: 1 - - uid: 38358 + - uid: 58033 components: - type: Transform - pos: -16.5,45.5 + pos: 22.5,53.5 parent: 1 - - uid: 38359 + - uid: 58034 components: - type: Transform - pos: -16.5,44.5 + pos: 22.5,54.5 parent: 1 - - uid: 38360 + - uid: 58035 components: - type: Transform - pos: -16.5,43.5 + pos: 21.5,37.5 parent: 1 - - uid: 38361 + - uid: 58036 components: - type: Transform - pos: -16.5,42.5 + pos: -4.5,45.5 parent: 1 - - uid: 38364 + - uid: 58037 components: - type: Transform - pos: -31.5,45.5 + pos: -4.5,46.5 parent: 1 - - uid: 38366 + - uid: 58038 components: - type: Transform - pos: -16.5,38.5 + pos: 21.5,41.5 parent: 1 - - uid: 38367 + - uid: 58039 components: - type: Transform - pos: -16.5,37.5 + pos: 21.5,42.5 parent: 1 - - uid: 38368 + - uid: 58040 components: - type: Transform - pos: -17.5,54.5 + pos: 21.5,43.5 parent: 1 - - uid: 38369 + - uid: 58041 components: - type: Transform - pos: -17.5,53.5 + pos: 21.5,46.5 parent: 1 - - uid: 38370 + - uid: 58042 components: - type: Transform - pos: -17.5,52.5 + pos: 21.5,47.5 parent: 1 - - uid: 38371 + - uid: 58043 components: - type: Transform - pos: -17.5,51.5 + pos: 21.5,48.5 parent: 1 - - uid: 38372 + - uid: 58044 components: - type: Transform - pos: -17.5,50.5 + pos: 21.5,49.5 parent: 1 - - uid: 38373 + - uid: 58045 components: - type: Transform - pos: -17.5,49.5 + pos: 21.5,50.5 parent: 1 - - uid: 38374 + - uid: 58046 components: - type: Transform - pos: -17.5,48.5 + pos: 21.5,51.5 parent: 1 - - uid: 38375 + - uid: 58047 components: - type: Transform - pos: -17.5,47.5 + pos: 21.5,52.5 parent: 1 - - uid: 38376 + - uid: 58048 components: - type: Transform - pos: -17.5,46.5 + pos: 21.5,53.5 parent: 1 - - uid: 38377 + - uid: 58049 components: - type: Transform - pos: -17.5,45.5 + pos: 21.5,54.5 parent: 1 - - uid: 38378 + - uid: 58050 components: - type: Transform - pos: -17.5,44.5 + pos: -42.5,52.5 parent: 1 - - uid: 38379 + - uid: 58051 components: - type: Transform - pos: -17.5,43.5 + pos: -4.5,47.5 parent: 1 - - uid: 38380 + - uid: 58052 components: - type: Transform - pos: -17.5,42.5 + pos: 20.5,39.5 parent: 1 - - uid: 38381 + - uid: 58053 components: - type: Transform - pos: -17.5,41.5 + pos: 20.5,40.5 parent: 1 - - uid: 38383 + - uid: 58054 components: - type: Transform - pos: -17.5,38.5 + pos: 20.5,41.5 parent: 1 - - uid: 38384 + - uid: 58055 components: - type: Transform - pos: -17.5,37.5 + pos: 20.5,42.5 parent: 1 - - uid: 38385 + - uid: 58056 components: - type: Transform - pos: -18.5,54.5 + pos: 20.5,43.5 parent: 1 - - uid: 38386 + - uid: 58057 components: - type: Transform - pos: -18.5,53.5 + pos: 20.5,44.5 parent: 1 - - uid: 38387 + - uid: 58058 components: - type: Transform - pos: -18.5,52.5 + pos: -3.5,39.5 parent: 1 - - uid: 38388 + - uid: 58059 components: - type: Transform - pos: -18.5,51.5 + pos: 20.5,46.5 parent: 1 - - uid: 38389 + - uid: 58060 components: - type: Transform - pos: -18.5,50.5 + pos: 20.5,47.5 parent: 1 - - uid: 38390 + - uid: 58061 components: - type: Transform - pos: -18.5,49.5 + pos: 20.5,48.5 parent: 1 - - uid: 38391 + - uid: 58062 components: - type: Transform - pos: -18.5,48.5 + pos: 20.5,49.5 parent: 1 - - uid: 38392 + - uid: 58063 components: - type: Transform - pos: -18.5,47.5 + pos: 20.5,50.5 parent: 1 - - uid: 38393 + - uid: 58064 components: - type: Transform - pos: -18.5,46.5 + pos: 20.5,51.5 parent: 1 - - uid: 38394 + - uid: 58065 components: - type: Transform - pos: -18.5,45.5 + pos: 20.5,52.5 parent: 1 - - uid: 38395 + - uid: 58066 components: - type: Transform - pos: -18.5,44.5 + pos: 20.5,53.5 parent: 1 - - uid: 38396 + - uid: 58067 components: - type: Transform - pos: -18.5,43.5 + pos: 20.5,54.5 parent: 1 - - uid: 38397 + - uid: 58068 components: - type: Transform - pos: -18.5,42.5 + pos: -3.5,40.5 parent: 1 - - uid: 38398 + - uid: 58069 components: - type: Transform - pos: -18.5,41.5 + pos: 19.5,46.5 parent: 1 - - uid: 38400 + - uid: 58070 components: - type: Transform - pos: -18.5,37.5 + pos: 19.5,47.5 parent: 1 - - uid: 38401 + - uid: 58071 components: - type: Transform - pos: -19.5,54.5 + pos: 19.5,48.5 parent: 1 - - uid: 38402 + - uid: 58072 components: - type: Transform - pos: -19.5,53.5 + pos: 19.5,49.5 parent: 1 - - uid: 38403 + - uid: 58073 components: - type: Transform - pos: -19.5,52.5 + pos: 19.5,50.5 parent: 1 - - uid: 38404 + - uid: 58074 components: - type: Transform - pos: -19.5,51.5 + pos: 19.5,51.5 parent: 1 - - uid: 38405 + - uid: 58075 components: - type: Transform - pos: -19.5,50.5 + pos: 19.5,52.5 parent: 1 - - uid: 38406 + - uid: 58076 components: - type: Transform - pos: -19.5,49.5 + pos: 19.5,53.5 parent: 1 - - uid: 38408 + - uid: 58077 components: - type: Transform - pos: -19.5,47.5 + pos: 19.5,54.5 parent: 1 - - uid: 38409 + - uid: 58078 components: - type: Transform - pos: -19.5,46.5 + pos: 18.5,37.5 parent: 1 - - uid: 38410 + - uid: 58079 components: - type: Transform - pos: -19.5,45.5 + pos: 18.5,38.5 parent: 1 - - uid: 38411 + - uid: 58080 components: - type: Transform - pos: -19.5,44.5 + pos: 18.5,39.5 parent: 1 - - uid: 38412 + - uid: 58081 components: - type: Transform - pos: -19.5,43.5 + pos: 18.5,40.5 parent: 1 - - uid: 38413 + - uid: 58082 components: - type: Transform - pos: -19.5,42.5 + pos: 18.5,41.5 parent: 1 - - uid: 38414 + - uid: 58083 components: - type: Transform - pos: -19.5,41.5 + pos: 18.5,42.5 parent: 1 - - uid: 38415 + - uid: 58084 components: - type: Transform - pos: -30.5,42.5 + pos: 18.5,43.5 parent: 1 - - uid: 38416 + - uid: 58085 components: - type: Transform - pos: -31.5,43.5 + pos: 18.5,44.5 parent: 1 - - uid: 38417 + - uid: 58086 components: - type: Transform - pos: -19.5,37.5 + pos: -3.5,43.5 parent: 1 - - uid: 38418 + - uid: 58087 components: - type: Transform - pos: -20.5,54.5 + pos: -42.5,51.5 parent: 1 - - uid: 38419 + - uid: 58088 components: - type: Transform - pos: -20.5,53.5 + pos: 18.5,47.5 parent: 1 - - uid: 38420 + - uid: 58089 components: - type: Transform - pos: -20.5,52.5 + pos: 18.5,48.5 parent: 1 - - uid: 38421 + - uid: 58090 components: - type: Transform - pos: -20.5,51.5 + pos: 18.5,49.5 parent: 1 - - uid: 38422 + - uid: 58091 components: - type: Transform - pos: -20.5,50.5 + pos: 18.5,50.5 parent: 1 - - uid: 38424 + - uid: 58092 components: - type: Transform - pos: -20.5,48.5 + pos: 18.5,51.5 parent: 1 - - uid: 38425 + - uid: 58093 components: - type: Transform - pos: -20.5,47.5 + pos: 18.5,52.5 parent: 1 - - uid: 38426 + - uid: 58094 components: - type: Transform - pos: -20.5,46.5 + pos: 18.5,53.5 parent: 1 - - uid: 38427 + - uid: 58095 components: - type: Transform - pos: -20.5,45.5 + pos: 18.5,54.5 parent: 1 - - uid: 38428 + - uid: 58096 components: - type: Transform - pos: -20.5,44.5 + pos: 17.5,37.5 parent: 1 - - uid: 38429 + - uid: 58097 components: - type: Transform - pos: -29.5,50.5 + pos: 17.5,38.5 parent: 1 - - uid: 38430 + - uid: 58098 components: - type: Transform - pos: -20.5,42.5 + pos: 17.5,39.5 parent: 1 - - uid: 38431 + - uid: 58099 components: - type: Transform - pos: -20.5,41.5 + pos: 17.5,40.5 parent: 1 - - uid: 38433 + - uid: 58100 components: - type: Transform - pos: -31.5,44.5 + pos: 17.5,41.5 parent: 1 - - uid: 38434 + - uid: 58101 components: - type: Transform - pos: -20.5,38.5 + pos: 17.5,42.5 parent: 1 - - uid: 38435 + - uid: 58102 components: - type: Transform - pos: -20.5,37.5 + pos: 17.5,43.5 parent: 1 - - uid: 38436 + - uid: 58103 components: - type: Transform - pos: -21.5,54.5 + pos: 17.5,44.5 parent: 1 - - uid: 38437 + - uid: 58104 components: - type: Transform - pos: -21.5,53.5 + pos: 17.5,45.5 parent: 1 - - uid: 38438 + - uid: 58105 components: - type: Transform - pos: -21.5,52.5 + pos: -42.5,48.5 parent: 1 - - uid: 38439 + - uid: 58106 components: - type: Transform - pos: -21.5,51.5 + pos: -42.5,49.5 parent: 1 - - uid: 38440 + - uid: 58107 components: - type: Transform - pos: -21.5,50.5 + pos: 17.5,49.5 parent: 1 - - uid: 38441 + - uid: 58108 components: - type: Transform - pos: -21.5,49.5 + pos: 17.5,50.5 parent: 1 - - uid: 38442 + - uid: 58109 components: - type: Transform - pos: -21.5,48.5 + pos: 17.5,51.5 parent: 1 - - uid: 38443 + - uid: 58110 components: - type: Transform - pos: -21.5,47.5 + pos: 17.5,52.5 parent: 1 - - uid: 38444 + - uid: 58111 components: - type: Transform - pos: -21.5,46.5 + pos: 17.5,53.5 parent: 1 - - uid: 38445 + - uid: 58112 components: - type: Transform - pos: -21.5,45.5 + pos: 17.5,54.5 parent: 1 - - uid: 38446 + - uid: 58113 components: - type: Transform - pos: -21.5,44.5 + pos: 16.5,37.5 parent: 1 - - uid: 38447 + - uid: 58114 components: - type: Transform - pos: -29.5,52.5 + pos: 16.5,38.5 parent: 1 - - uid: 38448 + - uid: 58115 components: - type: Transform - pos: -30.5,45.5 + pos: 16.5,39.5 parent: 1 - - uid: 38449 + - uid: 58116 components: - type: Transform - pos: -30.5,43.5 + pos: 16.5,40.5 parent: 1 - - uid: 38450 + - uid: 58117 components: - type: Transform - pos: -21.5,38.5 + pos: 16.5,41.5 parent: 1 - - uid: 38451 + - uid: 58118 components: - type: Transform - pos: -21.5,37.5 + pos: 16.5,42.5 parent: 1 - - uid: 38452 + - uid: 58119 components: - type: Transform - pos: -22.5,54.5 + pos: 16.5,43.5 parent: 1 - - uid: 38453 + - uid: 58120 components: - type: Transform - pos: -22.5,53.5 + pos: 16.5,44.5 parent: 1 - - uid: 38454 + - uid: 58121 components: - type: Transform - pos: -22.5,52.5 + pos: 16.5,45.5 parent: 1 - - uid: 38455 + - uid: 58122 components: - type: Transform - pos: -22.5,51.5 + pos: 16.5,46.5 parent: 1 - - uid: 38456 + - uid: 58123 components: - type: Transform - pos: -22.5,50.5 + pos: -3.5,49.5 parent: 1 - - uid: 38457 + - uid: 58124 components: - type: Transform - pos: -22.5,49.5 + pos: 16.5,49.5 parent: 1 - - uid: 38458 + - uid: 58125 components: - type: Transform - pos: -22.5,48.5 + pos: 16.5,50.5 parent: 1 - - uid: 38459 + - uid: 58126 components: - type: Transform - pos: -22.5,47.5 + pos: 16.5,51.5 parent: 1 - - uid: 38460 + - uid: 58127 components: - type: Transform - pos: -22.5,46.5 + pos: 16.5,52.5 parent: 1 - - uid: 38461 + - uid: 58128 components: - type: Transform - pos: -22.5,45.5 + pos: 16.5,53.5 parent: 1 - - uid: 38462 + - uid: 58129 components: - type: Transform - pos: -22.5,44.5 + pos: 16.5,54.5 parent: 1 - - uid: 38463 + - uid: 58130 components: - type: Transform - pos: -22.5,43.5 + pos: 15.5,37.5 parent: 1 - - uid: 38464 + - uid: 58131 components: - type: Transform - pos: -22.5,42.5 + pos: 15.5,40.5 parent: 1 - - uid: 38465 + - uid: 58132 components: - type: Transform - pos: -22.5,39.5 + pos: 15.5,42.5 parent: 1 - - uid: 38466 + - uid: 58133 components: - type: Transform - pos: -22.5,38.5 + pos: 15.5,43.5 parent: 1 - - uid: 38467 + - uid: 58134 components: - type: Transform - pos: -22.5,37.5 + pos: 15.5,44.5 parent: 1 - - uid: 38468 + - uid: 58135 components: - type: Transform - pos: -23.5,54.5 + pos: 15.5,45.5 parent: 1 - - uid: 38469 + - uid: 58136 components: - type: Transform - pos: -23.5,53.5 + pos: 15.5,46.5 parent: 1 - - uid: 38470 + - uid: 58137 components: - type: Transform - pos: -23.5,52.5 + pos: 15.5,47.5 parent: 1 - - uid: 38471 + - uid: 58138 components: - type: Transform - pos: -23.5,51.5 + pos: -3.5,50.5 parent: 1 - - uid: 38472 + - uid: 58139 components: - type: Transform - pos: -23.5,50.5 + pos: 15.5,49.5 parent: 1 - - uid: 38473 + - uid: 58140 components: - type: Transform - pos: -23.5,49.5 + pos: 15.5,50.5 parent: 1 - - uid: 38474 + - uid: 58141 components: - type: Transform - pos: -23.5,48.5 + pos: 15.5,51.5 parent: 1 - - uid: 38475 + - uid: 58142 components: - type: Transform - pos: -23.5,47.5 + pos: 15.5,52.5 parent: 1 - - uid: 38476 + - uid: 58143 components: - type: Transform - pos: -23.5,46.5 + pos: 15.5,53.5 parent: 1 - - uid: 38477 + - uid: 58144 components: - type: Transform - pos: -23.5,45.5 + pos: 15.5,54.5 parent: 1 - - uid: 38478 + - uid: 58145 components: - type: Transform - pos: -23.5,44.5 + pos: 14.5,37.5 parent: 1 - - uid: 38479 + - uid: 58146 components: - type: Transform - pos: -23.5,43.5 + pos: 14.5,38.5 parent: 1 - - uid: 38480 + - uid: 58147 components: - type: Transform - pos: -23.5,42.5 + pos: 14.5,39.5 parent: 1 - - uid: 38481 + - uid: 58148 components: - type: Transform - pos: -23.5,39.5 + pos: 14.5,41.5 parent: 1 - - uid: 38482 + - uid: 58149 components: - type: Transform - pos: -23.5,38.5 + pos: 14.5,42.5 parent: 1 - - uid: 38483 + - uid: 58150 components: - type: Transform - pos: -23.5,37.5 + pos: 14.5,43.5 parent: 1 - - uid: 38484 + - uid: 58151 components: - type: Transform - pos: -24.5,54.5 + pos: 14.5,44.5 parent: 1 - - uid: 38485 + - uid: 58152 components: - type: Transform - pos: -24.5,53.5 + pos: 14.5,45.5 parent: 1 - - uid: 38486 + - uid: 58153 components: - type: Transform - pos: -24.5,52.5 + pos: 14.5,46.5 parent: 1 - - uid: 38487 + - uid: 58154 components: - type: Transform - pos: -24.5,51.5 + pos: 14.5,47.5 parent: 1 - - uid: 38488 + - uid: 58155 components: - type: Transform - pos: -24.5,50.5 + pos: -3.5,51.5 parent: 1 - - uid: 38489 + - uid: 58156 components: - type: Transform - pos: -24.5,49.5 + pos: -3.5,52.5 parent: 1 - - uid: 38490 + - uid: 58157 components: - type: Transform - pos: -24.5,48.5 + pos: 14.5,50.5 parent: 1 - - uid: 38491 + - uid: 58158 components: - type: Transform - pos: -24.5,47.5 + pos: 14.5,51.5 parent: 1 - - uid: 38492 + - uid: 58159 components: - type: Transform - pos: -24.5,46.5 + pos: 14.5,52.5 parent: 1 - - uid: 38493 + - uid: 58160 components: - type: Transform - pos: -24.5,45.5 + pos: 14.5,53.5 parent: 1 - - uid: 38494 + - uid: 58161 components: - type: Transform - pos: -24.5,44.5 + pos: 14.5,54.5 parent: 1 - - uid: 38495 + - uid: 58162 components: - type: Transform - pos: -24.5,43.5 + pos: 13.5,37.5 parent: 1 - - uid: 38496 + - uid: 58163 components: - type: Transform - pos: -30.5,44.5 + pos: 13.5,38.5 parent: 1 - - uid: 38497 + - uid: 58164 components: - type: Transform - pos: -24.5,40.5 + pos: 13.5,39.5 parent: 1 - - uid: 38498 + - uid: 58165 components: - type: Transform - pos: -24.5,39.5 + pos: 13.5,41.5 parent: 1 - - uid: 38499 + - uid: 58166 components: - type: Transform - pos: -24.5,38.5 + pos: 13.5,43.5 parent: 1 - - uid: 38500 + - uid: 58167 components: - type: Transform - pos: -24.5,37.5 + pos: 13.5,44.5 parent: 1 - - uid: 38501 + - uid: 58168 components: - type: Transform - pos: -25.5,54.5 + pos: 13.5,45.5 parent: 1 - - uid: 38502 + - uid: 58169 components: - type: Transform - pos: -25.5,53.5 + pos: 13.5,46.5 parent: 1 - - uid: 38503 + - uid: 58170 components: - type: Transform - pos: -25.5,52.5 + pos: -1.5,40.5 parent: 1 - - uid: 38504 + - uid: 58171 components: - type: Transform - pos: -25.5,51.5 + pos: -1.5,44.5 parent: 1 - - uid: 38505 + - uid: 58172 components: - type: Transform - pos: -25.5,50.5 + pos: -3.5,53.5 parent: 1 - - uid: 38506 + - uid: 58173 components: - type: Transform - pos: -25.5,49.5 + pos: -3.5,54.5 parent: 1 - - uid: 38507 + - uid: 58174 components: - type: Transform - pos: -25.5,48.5 + pos: -2.5,37.5 parent: 1 - - uid: 38508 + - uid: 58175 components: - type: Transform - pos: -25.5,47.5 + pos: -161.5,52.5 parent: 1 - - uid: 38509 + - uid: 58176 components: - type: Transform - pos: -25.5,46.5 + pos: 13.5,53.5 parent: 1 - - uid: 38510 + - uid: 58177 components: - type: Transform - pos: -25.5,45.5 + pos: 13.5,54.5 parent: 1 - - uid: 38511 + - uid: 58178 components: - type: Transform - pos: -25.5,44.5 + pos: 12.5,37.5 parent: 1 - - uid: 38512 + - uid: 58179 components: - type: Transform - pos: -25.5,43.5 + pos: 12.5,38.5 parent: 1 - - uid: 38513 + - uid: 58180 components: - type: Transform - pos: -25.5,42.5 + pos: 12.5,39.5 parent: 1 - - uid: 38514 + - uid: 58181 components: - type: Transform - pos: -30.5,46.5 + pos: 12.5,40.5 parent: 1 - - uid: 38515 + - uid: 58182 components: - type: Transform - pos: -25.5,40.5 + pos: 12.5,41.5 parent: 1 - - uid: 38516 + - uid: 58183 components: - type: Transform - pos: -25.5,39.5 + pos: -0.5,51.5 parent: 1 - - uid: 38517 + - uid: 58184 components: - type: Transform - pos: -25.5,38.5 + pos: -0.5,49.5 parent: 1 - - uid: 38518 + - uid: 58185 components: - type: Transform - pos: -25.5,37.5 + pos: 12.5,44.5 parent: 1 - - uid: 38519 + - uid: 58186 components: - type: Transform - pos: -26.5,54.5 + pos: 12.5,45.5 parent: 1 - - uid: 38520 + - uid: 58187 components: - type: Transform - pos: -26.5,53.5 + pos: 12.5,46.5 parent: 1 - - uid: 38521 + - uid: 58188 components: - type: Transform - pos: -26.5,52.5 + pos: -1.5,41.5 parent: 1 - - uid: 38522 + - uid: 58189 components: - type: Transform - pos: -26.5,51.5 + pos: -1.5,43.5 parent: 1 - - uid: 38523 + - uid: 58190 components: - type: Transform - pos: -26.5,50.5 + pos: 12.5,49.5 parent: 1 - - uid: 38524 + - uid: 58191 components: - type: Transform - pos: -26.5,49.5 + pos: 12.5,50.5 parent: 1 - - uid: 38525 + - uid: 58192 components: - type: Transform - pos: -26.5,48.5 + pos: 12.5,51.5 parent: 1 - - uid: 38526 + - uid: 58193 components: - type: Transform - pos: -26.5,47.5 + pos: -2.5,40.5 parent: 1 - - uid: 38527 + - uid: 58194 components: - type: Transform - pos: -26.5,46.5 + pos: 12.5,54.5 parent: 1 - - uid: 38528 + - uid: 58195 components: - type: Transform - pos: -26.5,45.5 + pos: 11.5,37.5 parent: 1 - - uid: 38529 + - uid: 58196 components: - type: Transform - pos: -26.5,44.5 + pos: 11.5,38.5 parent: 1 - - uid: 38530 + - uid: 58197 components: - type: Transform - pos: -26.5,43.5 + pos: 11.5,39.5 parent: 1 - - uid: 38531 + - uid: 58198 components: - type: Transform - pos: -30.5,48.5 + pos: -0.5,53.5 parent: 1 - - uid: 38532 + - uid: 58199 components: - type: Transform - pos: -30.5,47.5 + pos: 0.5,37.5 parent: 1 - - uid: 38533 + - uid: 58200 components: - type: Transform - pos: -26.5,40.5 + pos: -0.5,45.5 parent: 1 - - uid: 38534 + - uid: 58201 components: - type: Transform - pos: -26.5,39.5 + pos: -0.5,48.5 parent: 1 - - uid: 38535 + - uid: 58202 components: - type: Transform - pos: -26.5,38.5 + pos: -0.5,43.5 parent: 1 - - uid: 38536 + - uid: 58203 components: - type: Transform - pos: -26.5,37.5 + pos: -1.5,45.5 parent: 1 - - uid: 38537 + - uid: 58204 components: - type: Transform - pos: -27.5,54.5 + pos: -1.5,49.5 parent: 1 - - uid: 38538 + - uid: 58205 components: - type: Transform - pos: -27.5,53.5 + pos: 11.5,48.5 parent: 1 - - uid: 38539 + - uid: 58206 components: - type: Transform - pos: -27.5,52.5 + pos: 11.5,49.5 parent: 1 - - uid: 38540 + - uid: 58207 components: - type: Transform - pos: -27.5,51.5 + pos: 11.5,50.5 parent: 1 - - uid: 38542 + - uid: 58208 components: - type: Transform - pos: -27.5,49.5 + pos: 11.5,51.5 parent: 1 - - uid: 38543 + - uid: 58209 components: - type: Transform - pos: -27.5,48.5 + pos: 11.5,52.5 parent: 1 - - uid: 38544 + - uid: 58210 components: - type: Transform - pos: -27.5,47.5 + pos: -2.5,41.5 parent: 1 - - uid: 38545 + - uid: 58211 components: - type: Transform - pos: -27.5,46.5 + pos: 11.5,54.5 parent: 1 - - uid: 38546 + - uid: 58212 components: - type: Transform - pos: -27.5,45.5 + pos: 10.5,37.5 parent: 1 - - uid: 38547 + - uid: 58213 components: - type: Transform - pos: -27.5,44.5 + pos: 10.5,38.5 parent: 1 - - uid: 38548 + - uid: 58214 components: - type: Transform - pos: -27.5,43.5 + pos: 10.5,39.5 parent: 1 - - uid: 38549 + - uid: 58215 components: - type: Transform - pos: -29.5,51.5 + pos: -0.5,54.5 parent: 1 - - uid: 38550 + - uid: 58216 components: - type: Transform - pos: -30.5,50.5 + pos: 0.5,39.5 parent: 1 - - uid: 38551 + - uid: 58217 components: - type: Transform - pos: -30.5,49.5 + pos: -0.5,47.5 parent: 1 - - uid: 38552 + - uid: 58218 components: - type: Transform - pos: -27.5,39.5 + pos: -44.5,53.5 parent: 1 - - uid: 38553 + - uid: 58219 components: - type: Transform - pos: -27.5,38.5 + pos: -0.5,44.5 parent: 1 - - uid: 38554 + - uid: 58220 components: - type: Transform - pos: -27.5,37.5 + pos: 10.5,45.5 parent: 1 - - uid: 38555 + - uid: 58221 components: - type: Transform - pos: -38.5,54.5 + pos: -1.5,42.5 parent: 1 - - uid: 38556 + - uid: 58222 components: - type: Transform - pos: -43.5,50.5 + pos: -1.5,48.5 parent: 1 - - uid: 38557 + - uid: 58223 components: - type: Transform - pos: -44.5,54.5 + pos: 10.5,48.5 parent: 1 - - uid: 38558 + - uid: 58224 components: - type: Transform - pos: -44.5,52.5 + pos: 10.5,49.5 parent: 1 - - uid: 38559 + - uid: 58225 components: - type: Transform - pos: -37.5,54.5 + pos: 10.5,50.5 parent: 1 - - uid: 38560 + - uid: 58226 components: - type: Transform - pos: -42.5,54.5 + pos: 10.5,51.5 parent: 1 - - uid: 38561 + - uid: 58227 components: - type: Transform - pos: -42.5,53.5 + pos: -2.5,43.5 parent: 1 - - uid: 38562 + - uid: 58228 components: - type: Transform - pos: -38.5,42.5 + pos: -2.5,42.5 parent: 1 - - uid: 38563 + - uid: 58229 components: - type: Transform - pos: -111.5,40.5 + pos: 10.5,54.5 parent: 1 - - uid: 38564 + - uid: 58230 components: - type: Transform - pos: -44.5,51.5 + pos: 9.5,37.5 parent: 1 - - uid: 38565 + - uid: 58231 components: - type: Transform - pos: -43.5,51.5 + pos: 0.5,45.5 parent: 1 - - uid: 38566 + - uid: 58232 components: - type: Transform - pos: -44.5,50.5 + pos: 0.5,38.5 parent: 1 - - uid: 38567 + - uid: 58233 components: - type: Transform - pos: -43.5,54.5 + pos: 0.5,40.5 parent: 1 - - uid: 38568 + - uid: 58234 components: - type: Transform - pos: -43.5,49.5 + pos: 0.5,41.5 parent: 1 - - uid: 38569 + - uid: 58235 components: - type: Transform - pos: -39.5,42.5 + pos: 9.5,43.5 parent: 1 - - uid: 38570 + - uid: 58236 components: - type: Transform - pos: -44.5,49.5 + pos: 9.5,44.5 parent: 1 - - uid: 38571 + - uid: 58237 components: - type: Transform - pos: -44.5,48.5 + pos: 9.5,45.5 parent: 1 - - uid: 38572 + - uid: 58238 components: - type: Transform - pos: -43.5,53.5 + pos: -43.5,48.5 parent: 1 - - uid: 38574 + - uid: 58239 components: - type: Transform - pos: -41.5,45.5 + pos: 9.5,47.5 parent: 1 - - uid: 38575 + - uid: 58240 components: - type: Transform - pos: -41.5,44.5 + pos: 9.5,48.5 parent: 1 - - uid: 38576 + - uid: 58241 components: - type: Transform - pos: -41.5,43.5 + pos: 9.5,49.5 parent: 1 - - uid: 38578 + - uid: 58242 components: - type: Transform - pos: -42.5,47.5 + pos: 9.5,50.5 parent: 1 - - uid: 38579 + - uid: 58243 components: - type: Transform - pos: -42.5,46.5 + pos: 9.5,51.5 parent: 1 - - uid: 38580 + - uid: 58244 components: - type: Transform - pos: -42.5,45.5 + pos: -2.5,44.5 parent: 1 - - uid: 38581 + - uid: 58245 components: - type: Transform - pos: -42.5,44.5 + pos: 9.5,53.5 parent: 1 - - uid: 38582 + - uid: 58246 components: - type: Transform - pos: -42.5,43.5 + pos: 9.5,54.5 parent: 1 - - uid: 38583 + - uid: 58247 components: - type: Transform - pos: -42.5,42.5 + pos: 8.5,37.5 parent: 1 - - uid: 38584 + - uid: 58248 components: - type: Transform - pos: -43.5,47.5 + pos: 0.5,44.5 parent: 1 - - uid: 38585 + - uid: 58249 components: - type: Transform - pos: -43.5,46.5 + pos: 8.5,39.5 parent: 1 - - uid: 38586 + - uid: 58250 components: - type: Transform - pos: -43.5,45.5 + pos: 8.5,40.5 parent: 1 - - uid: 38587 + - uid: 58251 components: - type: Transform - pos: -43.5,44.5 + pos: 0.5,42.5 parent: 1 - - uid: 38588 + - uid: 58252 components: - type: Transform - pos: -43.5,43.5 + pos: 8.5,43.5 parent: 1 - - uid: 38589 + - uid: 58253 components: - type: Transform - pos: -43.5,42.5 + pos: 8.5,44.5 parent: 1 - - uid: 38590 + - uid: 58254 components: - type: Transform - pos: -44.5,47.5 + pos: 8.5,45.5 parent: 1 - - uid: 38591 + - uid: 58255 components: - type: Transform - pos: -44.5,46.5 + pos: -1.5,47.5 parent: 1 - - uid: 38592 + - uid: 58256 components: - type: Transform - pos: -44.5,45.5 + pos: 8.5,47.5 parent: 1 - - uid: 38593 + - uid: 58257 components: - type: Transform - pos: -44.5,44.5 + pos: 8.5,48.5 parent: 1 - - uid: 38594 + - uid: 58258 components: - type: Transform - pos: -44.5,43.5 + pos: 8.5,49.5 parent: 1 - - uid: 38598 + - uid: 58259 components: - type: Transform - pos: -157.5,52.5 + pos: 8.5,50.5 parent: 1 - - uid: 38599 + - uid: 58260 components: - type: Transform - pos: -156.5,52.5 + pos: 8.5,51.5 parent: 1 - - uid: 38600 + - uid: 58261 components: - type: Transform - pos: -160.5,51.5 + pos: -2.5,45.5 parent: 1 - - uid: 38601 + - uid: 58262 components: - type: Transform - pos: -160.5,50.5 + pos: -1.5,38.5 parent: 1 - - uid: 38602 + - uid: 58263 components: - type: Transform - pos: -160.5,49.5 + pos: 8.5,54.5 parent: 1 - - uid: 38609 + - uid: 58264 components: - type: Transform - pos: -157.5,51.5 + pos: 7.5,37.5 parent: 1 - - uid: 38610 + - uid: 58265 components: - type: Transform - pos: -157.5,50.5 + pos: 7.5,38.5 parent: 1 - - uid: 38611 + - uid: 58266 components: - type: Transform - pos: -157.5,49.5 + pos: 7.5,39.5 parent: 1 - - uid: 38612 + - uid: 58267 components: - type: Transform - pos: -156.5,51.5 + pos: 7.5,40.5 parent: 1 - - uid: 38613 + - uid: 58268 components: - type: Transform - pos: -156.5,50.5 + pos: 7.5,41.5 parent: 1 - - uid: 38614 + - uid: 58269 components: - type: Transform - pos: -156.5,49.5 + pos: 7.5,42.5 parent: 1 - - uid: 38615 + - uid: 58270 components: - type: Transform - pos: -155.5,50.5 + pos: 7.5,43.5 parent: 1 - - uid: 38616 + - uid: 58271 components: - type: Transform - pos: -155.5,49.5 + pos: 7.5,44.5 parent: 1 - - uid: 38617 + - uid: 58272 components: - type: Transform - pos: -154.5,50.5 + pos: -1.5,50.5 parent: 1 - - uid: 38618 + - uid: 58273 components: - type: Transform - pos: -154.5,49.5 + pos: -0.5,42.5 parent: 1 - - uid: 38619 + - uid: 58274 components: - type: Transform - pos: -153.5,50.5 + pos: 7.5,47.5 parent: 1 - - uid: 38620 + - uid: 58275 components: - type: Transform - pos: -153.5,49.5 + pos: 7.5,48.5 parent: 1 - - uid: 38621 + - uid: 58276 components: - type: Transform - pos: -152.5,50.5 + pos: 7.5,49.5 parent: 1 - - uid: 38622 + - uid: 58277 components: - type: Transform - pos: -152.5,49.5 + pos: 7.5,50.5 parent: 1 - - uid: 38623 + - uid: 58278 components: - type: Transform - pos: -151.5,50.5 + pos: 7.5,51.5 parent: 1 - - uid: 38624 + - uid: 58279 components: - type: Transform - pos: -151.5,49.5 + pos: -43.5,52.5 parent: 1 - - uid: 38625 + - uid: 58280 components: - type: Transform - pos: -150.5,49.5 + pos: 7.5,54.5 parent: 1 - - uid: 38626 + - uid: 58281 components: - type: Transform - pos: -149.5,49.5 + pos: 6.5,37.5 parent: 1 - - uid: 38627 + - uid: 58282 components: - type: Transform - pos: -148.5,49.5 + pos: 6.5,38.5 parent: 1 - - uid: 38628 + - uid: 58283 components: - type: Transform - pos: -147.5,49.5 + pos: 6.5,39.5 parent: 1 - - uid: 38629 + - uid: 58284 components: - type: Transform - pos: -146.5,49.5 + pos: 6.5,40.5 parent: 1 - - uid: 38630 + - uid: 58285 components: - type: Transform - pos: -145.5,49.5 + pos: 6.5,41.5 parent: 1 - - uid: 38631 + - uid: 58286 components: - type: Transform - pos: -144.5,49.5 + pos: 6.5,42.5 parent: 1 - - uid: 38632 + - uid: 58287 components: - type: Transform - pos: -143.5,49.5 + pos: 6.5,43.5 parent: 1 - - uid: 38633 + - uid: 58288 components: - type: Transform - pos: -142.5,49.5 + pos: 6.5,44.5 parent: 1 - - uid: 38634 + - uid: 58289 components: - type: Transform - pos: -142.5,47.5 + pos: -1.5,51.5 parent: 1 - - uid: 38635 + - uid: 58290 components: - type: Transform - pos: -142.5,46.5 + pos: -0.5,41.5 parent: 1 - - uid: 38636 + - uid: 58291 components: - type: Transform - pos: -142.5,45.5 + pos: 6.5,47.5 parent: 1 - - uid: 38637 + - uid: 58292 components: - type: Transform - pos: -143.5,47.5 + pos: 6.5,48.5 parent: 1 - - uid: 38638 + - uid: 58293 components: - type: Transform - pos: -143.5,46.5 + pos: 6.5,49.5 parent: 1 - - uid: 38639 + - uid: 58294 components: - type: Transform - pos: -143.5,45.5 + pos: 6.5,50.5 parent: 1 - - uid: 38640 + - uid: 58295 components: - type: Transform - pos: -144.5,47.5 + pos: 6.5,51.5 parent: 1 - - uid: 38641 + - uid: 58296 components: - type: Transform - pos: -144.5,46.5 + pos: 6.5,53.5 parent: 1 - - uid: 38642 + - uid: 58297 components: - type: Transform - pos: -144.5,45.5 + pos: 6.5,54.5 parent: 1 - - uid: 38643 + - uid: 58298 components: - type: Transform - pos: -145.5,47.5 + pos: 5.5,37.5 parent: 1 - - uid: 38644 + - uid: 58299 components: - type: Transform - pos: -145.5,46.5 + pos: 5.5,38.5 parent: 1 - - uid: 38645 + - uid: 58300 components: - type: Transform - pos: -145.5,45.5 + pos: 5.5,39.5 parent: 1 - - uid: 38646 + - uid: 58301 components: - type: Transform - pos: -146.5,47.5 + pos: 5.5,40.5 parent: 1 - - uid: 38647 + - uid: 58302 components: - type: Transform - pos: -146.5,46.5 + pos: 5.5,41.5 parent: 1 - - uid: 38648 + - uid: 58303 components: - type: Transform - pos: -146.5,45.5 + pos: 5.5,42.5 parent: 1 - - uid: 38649 + - uid: 58304 components: - type: Transform - pos: -147.5,47.5 + pos: 5.5,43.5 parent: 1 - - uid: 38650 + - uid: 58305 components: - type: Transform - pos: -147.5,46.5 + pos: 5.5,44.5 parent: 1 - - uid: 38651 + - uid: 58306 components: - type: Transform - pos: -147.5,45.5 + pos: -1.5,53.5 parent: 1 - - uid: 38652 + - uid: 58307 components: - type: Transform - pos: -148.5,47.5 + pos: 5.5,47.5 parent: 1 - - uid: 38653 + - uid: 58308 components: - type: Transform - pos: -148.5,46.5 + pos: 5.5,48.5 parent: 1 - - uid: 38654 + - uid: 58309 components: - type: Transform - pos: -148.5,45.5 + pos: 5.5,49.5 parent: 1 - - uid: 38655 + - uid: 58310 components: - type: Transform - pos: -149.5,47.5 + pos: 5.5,50.5 parent: 1 - - uid: 38656 + - uid: 58311 components: - type: Transform - pos: -149.5,46.5 + pos: 5.5,51.5 parent: 1 - - uid: 38657 + - uid: 58312 components: - type: Transform - pos: -149.5,45.5 + pos: -2.5,48.5 parent: 1 - - uid: 38658 + - uid: 58313 components: - type: Transform - pos: -150.5,47.5 + pos: -1.5,37.5 parent: 1 - - uid: 38659 + - uid: 58314 components: - type: Transform - pos: -150.5,46.5 + pos: 5.5,54.5 parent: 1 - - uid: 38660 + - uid: 58315 components: - type: Transform - pos: -150.5,45.5 + pos: 4.5,37.5 parent: 1 - - uid: 38661 + - uid: 58316 components: - type: Transform - pos: -151.5,47.5 + pos: 4.5,38.5 parent: 1 - - uid: 38662 + - uid: 58317 components: - type: Transform - pos: -151.5,46.5 + pos: 4.5,40.5 parent: 1 - - uid: 38663 + - uid: 58318 components: - type: Transform - pos: -151.5,45.5 + pos: 4.5,41.5 parent: 1 - - uid: 38664 + - uid: 58319 components: - type: Transform - pos: -152.5,47.5 + pos: 4.5,42.5 parent: 1 - - uid: 38665 + - uid: 58320 components: - type: Transform - pos: -152.5,46.5 + pos: 4.5,43.5 parent: 1 - - uid: 38666 + - uid: 58321 components: - type: Transform - pos: -152.5,45.5 + pos: 4.5,44.5 parent: 1 - - uid: 38667 + - uid: 58322 components: - type: Transform - pos: -153.5,47.5 + pos: 4.5,45.5 parent: 1 - - uid: 38668 + - uid: 58323 components: - type: Transform - pos: -153.5,46.5 + pos: -1.5,54.5 parent: 1 - - uid: 38669 + - uid: 58324 components: - type: Transform - pos: -153.5,45.5 + pos: 4.5,47.5 parent: 1 - - uid: 38670 + - uid: 58325 components: - type: Transform - pos: -154.5,47.5 + pos: 4.5,48.5 parent: 1 - - uid: 38671 + - uid: 58326 components: - type: Transform - pos: -154.5,46.5 + pos: 4.5,49.5 parent: 1 - - uid: 38672 + - uid: 58327 components: - type: Transform - pos: -154.5,45.5 + pos: 4.5,50.5 parent: 1 - - uid: 38673 + - uid: 58328 components: - type: Transform - pos: -155.5,47.5 + pos: -2.5,49.5 parent: 1 - - uid: 38674 + - uid: 58329 components: - type: Transform - pos: -155.5,46.5 + pos: -2.5,54.5 parent: 1 - - uid: 38675 + - uid: 58330 components: - type: Transform - pos: -155.5,45.5 + pos: 4.5,53.5 parent: 1 - - uid: 38676 + - uid: 58331 components: - type: Transform - pos: -156.5,47.5 + pos: 4.5,54.5 parent: 1 - - uid: 38677 + - uid: 58332 components: - type: Transform - pos: -156.5,46.5 + pos: 3.5,37.5 parent: 1 - - uid: 38678 + - uid: 58333 components: - type: Transform - pos: -156.5,45.5 + pos: 3.5,38.5 parent: 1 - - uid: 38679 + - uid: 58334 components: - type: Transform - pos: -157.5,47.5 + pos: 3.5,39.5 parent: 1 - - uid: 38680 + - uid: 58335 components: - type: Transform - pos: -157.5,46.5 + pos: 3.5,40.5 parent: 1 - - uid: 38681 + - uid: 58336 components: - type: Transform - pos: -157.5,45.5 + pos: 3.5,41.5 parent: 1 - - uid: 38688 + - uid: 58337 components: - type: Transform - pos: -160.5,47.5 + pos: 3.5,43.5 parent: 1 - - uid: 38689 + - uid: 58338 components: - type: Transform - pos: -160.5,46.5 + pos: 3.5,44.5 parent: 1 - - uid: 38690 + - uid: 58339 components: - type: Transform - pos: -160.5,45.5 + pos: 3.5,45.5 parent: 1 - - uid: 38691 + - uid: 58340 components: - type: Transform - pos: -162.5,44.5 + pos: -0.5,37.5 parent: 1 - - uid: 38692 + - uid: 58341 components: - type: Transform - pos: -161.5,44.5 + pos: -0.5,38.5 parent: 1 - - uid: 38693 + - uid: 58342 components: - type: Transform - pos: -160.5,44.5 + pos: 3.5,48.5 parent: 1 - - uid: 38696 + - uid: 58343 components: - type: Transform - pos: -157.5,44.5 + pos: -2.5,52.5 parent: 1 - - uid: 38697 + - uid: 58344 components: - type: Transform - pos: -156.5,44.5 + pos: -2.5,51.5 parent: 1 - - uid: 38698 + - uid: 58345 components: - type: Transform - pos: -155.5,44.5 + pos: -2.5,50.5 parent: 1 - - uid: 38699 + - uid: 58346 components: - type: Transform - pos: -154.5,44.5 + pos: 3.5,52.5 parent: 1 - - uid: 38700 + - uid: 58347 components: - type: Transform - pos: -153.5,44.5 + pos: 3.5,53.5 parent: 1 - - uid: 38701 + - uid: 58348 components: - type: Transform - pos: -152.5,44.5 + pos: 3.5,54.5 parent: 1 - - uid: 38702 + - uid: 58349 components: - type: Transform - pos: -151.5,44.5 + pos: 2.5,37.5 parent: 1 - - uid: 38703 + - uid: 58350 components: - type: Transform - pos: -150.5,44.5 + pos: 2.5,38.5 parent: 1 - - uid: 38704 + - uid: 58351 components: - type: Transform - pos: -149.5,44.5 + pos: 2.5,39.5 parent: 1 - - uid: 38707 + - uid: 58352 components: - type: Transform - pos: -157.5,43.5 + pos: 2.5,40.5 parent: 1 - - uid: 38708 + - uid: 58353 components: - type: Transform - pos: -156.5,43.5 + pos: 2.5,41.5 parent: 1 - - uid: 38709 + - uid: 58354 components: - type: Transform - pos: -155.5,43.5 + pos: 2.5,42.5 parent: 1 - - uid: 38710 + - uid: 58355 components: - type: Transform - pos: -154.5,43.5 + pos: 2.5,43.5 parent: 1 - - uid: 38711 + - uid: 58356 components: - type: Transform - pos: -153.5,43.5 + pos: 2.5,44.5 parent: 1 - - uid: 38712 + - uid: 58357 components: - type: Transform - pos: -146.5,44.5 + pos: 2.5,45.5 parent: 1 - - uid: 38713 + - uid: 58358 components: - type: Transform - pos: -145.5,44.5 + pos: 2.5,46.5 parent: 1 - - uid: 38714 + - uid: 58359 components: - type: Transform - pos: -144.5,44.5 + pos: -0.5,39.5 parent: 1 - - uid: 38715 + - uid: 58360 components: - type: Transform - pos: -143.5,44.5 + pos: -0.5,40.5 parent: 1 - - uid: 38716 + - uid: 58361 components: - type: Transform - pos: -142.5,44.5 + pos: -2.5,53.5 parent: 1 - - uid: 38717 + - uid: 58362 components: - type: Transform - pos: -142.5,43.5 + pos: 2.5,50.5 parent: 1 - - uid: 38718 + - uid: 58363 components: - type: Transform - pos: -143.5,43.5 + pos: 2.5,51.5 parent: 1 - - uid: 38719 + - uid: 58364 components: - type: Transform - pos: -144.5,43.5 + pos: 2.5,52.5 parent: 1 - - uid: 38720 + - uid: 58365 components: - type: Transform - pos: -145.5,43.5 + pos: 2.5,53.5 parent: 1 - - uid: 38721 + - uid: 58366 components: - type: Transform - pos: -143.5,42.5 + pos: 2.5,54.5 parent: 1 - - uid: 38722 + - uid: 58367 components: - type: Transform - pos: 186.5,-125.5 + pos: 1.5,37.5 parent: 1 - - uid: 38723 + - uid: 58368 components: - type: Transform - pos: 26.5,198.5 + pos: 1.5,38.5 parent: 1 - - uid: 38724 + - uid: 58369 components: - type: Transform - pos: 16.5,199.5 + pos: 1.5,39.5 parent: 1 - - uid: 38725 + - uid: 58370 components: - type: Transform - pos: 21.5,199.5 + pos: 1.5,40.5 parent: 1 - - uid: 38726 + - uid: 58371 components: - type: Transform - pos: 21.5,198.5 + pos: 1.5,42.5 parent: 1 - - uid: 38727 + - uid: 58372 components: - type: Transform - pos: 16.5,198.5 + pos: 1.5,43.5 parent: 1 - - uid: 38728 + - uid: 58373 components: - type: Transform - pos: 24.5,199.5 + pos: 1.5,44.5 parent: 1 - - uid: 38729 + - uid: 58374 components: - type: Transform - pos: 20.5,198.5 + pos: 1.5,45.5 parent: 1 - - uid: 38730 + - uid: 58375 components: - type: Transform - pos: 19.5,198.5 + pos: 0.5,49.5 parent: 1 - - uid: 38732 + - uid: 58376 components: - type: Transform - pos: 23.5,197.5 + pos: 0.5,48.5 parent: 1 - - uid: 38733 + - uid: 58377 components: - type: Transform - pos: 24.5,197.5 + pos: 1.5,48.5 parent: 1 - - uid: 38734 + - uid: 58378 components: - type: Transform - pos: 22.5,197.5 + pos: 1.5,49.5 parent: 1 - - uid: 38735 + - uid: 58379 components: - type: Transform - pos: 18.5,197.5 + pos: 1.5,50.5 parent: 1 - - uid: 38737 + - uid: 58380 components: - type: Transform - pos: 14.5,198.5 + pos: 1.5,51.5 parent: 1 - - uid: 38738 + - uid: 58381 components: - type: Transform - pos: 19.5,199.5 + pos: 1.5,52.5 parent: 1 - - uid: 38739 + - uid: 58382 components: - type: Transform - pos: 15.5,198.5 + pos: 1.5,53.5 parent: 1 - - uid: 38740 + - uid: 58383 components: - type: Transform - pos: 17.5,199.5 + pos: 1.5,54.5 parent: 1 - - uid: 38742 + - uid: 58384 components: - type: Transform - pos: 18.5,199.5 + pos: 34.5,61.5 parent: 1 - - uid: 38744 + - uid: 58385 components: - type: Transform - pos: 11.5,119.5 + pos: -3.5,42.5 parent: 1 - - uid: 38745 + - uid: 58386 components: - type: Transform - pos: 17.5,198.5 + pos: -3.5,41.5 parent: 1 - - uid: 38746 + - uid: 58387 components: - type: Transform - pos: 15.5,199.5 + pos: -42.5,50.5 parent: 1 - - uid: 38748 + - uid: 58388 components: - type: Transform - pos: 25.5,197.5 + pos: -5.5,41.5 parent: 1 - - uid: 38750 + - uid: 58389 components: - type: Transform - pos: 21.5,197.5 + pos: -5.5,40.5 parent: 1 - - uid: 38751 + - uid: 58390 components: - type: Transform - pos: 12.5,172.5 + pos: -5.5,39.5 parent: 1 - - uid: 38753 + - uid: 58391 components: - type: Transform - pos: 20.5,197.5 + pos: -33.5,44.5 parent: 1 - - uid: 38754 + - uid: 58392 components: - type: Transform - pos: 19.5,197.5 + pos: -6.5,54.5 parent: 1 - - uid: 38755 + - uid: 58393 components: - type: Transform - pos: 17.5,197.5 + pos: -6.5,53.5 parent: 1 - - uid: 38756 + - uid: 58394 components: - type: Transform - pos: 16.5,197.5 + pos: -6.5,52.5 parent: 1 - - uid: 38757 + - uid: 58395 components: - type: Transform - pos: 15.5,197.5 + pos: -39.5,53.5 parent: 1 - - uid: 38758 + - uid: 58396 components: - type: Transform - pos: 14.5,197.5 + pos: -40.5,53.5 parent: 1 - - uid: 38760 + - uid: 58397 components: - type: Transform - pos: 24.5,196.5 + pos: -6.5,47.5 parent: 1 - - uid: 38761 + - uid: 58398 components: - type: Transform - pos: 23.5,196.5 + pos: -6.5,46.5 parent: 1 - - uid: 38762 + - uid: 58399 components: - type: Transform - pos: 22.5,196.5 + pos: -6.5,45.5 parent: 1 - - uid: 38763 + - uid: 58400 components: - type: Transform - pos: 21.5,196.5 + pos: -6.5,44.5 parent: 1 - - uid: 38764 + - uid: 58401 components: - type: Transform - pos: 20.5,196.5 + pos: -6.5,43.5 parent: 1 - - uid: 38765 + - uid: 58402 components: - type: Transform - pos: 19.5,196.5 + pos: -6.5,41.5 parent: 1 - - uid: 38766 + - uid: 58403 components: - type: Transform - pos: 18.5,196.5 + pos: -6.5,40.5 parent: 1 - - uid: 38767 + - uid: 58404 components: - type: Transform - pos: 17.5,196.5 + pos: -6.5,39.5 parent: 1 - - uid: 38768 + - uid: 58405 components: - type: Transform - pos: 16.5,196.5 + pos: -7.5,54.5 parent: 1 - - uid: 38769 + - uid: 58406 components: - type: Transform - pos: 15.5,196.5 + pos: -7.5,53.5 parent: 1 - - uid: 38770 + - uid: 58407 components: - type: Transform - pos: 14.5,196.5 + pos: -7.5,52.5 parent: 1 - - uid: 38772 + - uid: 58408 components: - type: Transform - pos: 23.5,195.5 + pos: -41.5,52.5 parent: 1 - - uid: 38773 + - uid: 58409 components: - type: Transform - pos: 22.5,195.5 + pos: -39.5,54.5 parent: 1 - - uid: 38774 + - uid: 58410 components: - type: Transform - pos: 21.5,195.5 + pos: -7.5,47.5 parent: 1 - - uid: 38775 + - uid: 58411 components: - type: Transform - pos: 20.5,195.5 + pos: -7.5,46.5 parent: 1 - - uid: 38776 + - uid: 58412 components: - type: Transform - pos: 19.5,195.5 + pos: -7.5,45.5 parent: 1 - - uid: 38777 + - uid: 58413 components: - type: Transform - pos: 18.5,195.5 + pos: -7.5,44.5 parent: 1 - - uid: 38778 + - uid: 58414 components: - type: Transform - pos: 17.5,195.5 + pos: -7.5,43.5 parent: 1 - - uid: 38779 + - uid: 58415 components: - type: Transform - pos: 16.5,195.5 + pos: -112.5,40.5 parent: 1 - - uid: 38780 + - uid: 58416 components: - type: Transform - pos: 15.5,195.5 + pos: -34.5,46.5 parent: 1 - - uid: 38781 + - uid: 58417 components: - type: Transform - pos: 14.5,195.5 + pos: -34.5,47.5 parent: 1 - - uid: 38783 + - uid: 58418 components: - type: Transform - pos: 22.5,194.5 + pos: -7.5,37.5 parent: 1 - - uid: 38784 + - uid: 58419 components: - type: Transform - pos: 21.5,194.5 + pos: -8.5,54.5 parent: 1 - - uid: 38785 + - uid: 58420 components: - type: Transform - pos: 20.5,194.5 + pos: -8.5,53.5 parent: 1 - - uid: 38786 + - uid: 58421 components: - type: Transform - pos: 19.5,194.5 + pos: -8.5,52.5 parent: 1 - - uid: 38787 + - uid: 58422 components: - type: Transform - pos: 18.5,194.5 + pos: -40.5,52.5 parent: 1 - - uid: 38788 + - uid: 58423 components: - type: Transform - pos: 17.5,194.5 + pos: -38.5,53.5 parent: 1 - - uid: 38789 + - uid: 58424 components: - type: Transform - pos: 16.5,194.5 + pos: -8.5,47.5 parent: 1 - - uid: 38790 + - uid: 58425 components: - type: Transform - pos: 15.5,194.5 + pos: -8.5,46.5 parent: 1 - - uid: 38791 + - uid: 58426 components: - type: Transform - pos: 14.5,194.5 + pos: -8.5,45.5 parent: 1 - - uid: 38793 + - uid: 58427 components: - type: Transform - pos: 20.5,190.5 + pos: -8.5,44.5 parent: 1 - - uid: 38794 + - uid: 58428 components: - type: Transform - pos: 20.5,191.5 + pos: -8.5,43.5 parent: 1 - - uid: 38795 + - uid: 58429 components: - type: Transform - pos: 20.5,192.5 + pos: -8.5,42.5 parent: 1 - - uid: 38796 + - uid: 58430 components: - type: Transform - pos: 20.5,193.5 + pos: -8.5,39.5 parent: 1 - - uid: 38797 + - uid: 58431 components: - type: Transform - pos: 19.5,190.5 + pos: -8.5,38.5 parent: 1 - - uid: 38798 + - uid: 58432 components: - type: Transform - pos: 19.5,191.5 + pos: -8.5,37.5 parent: 1 - - uid: 38799 + - uid: 58433 components: - type: Transform - pos: 19.5,192.5 + pos: -9.5,54.5 parent: 1 - - uid: 38800 + - uid: 58434 components: - type: Transform - pos: 19.5,193.5 + pos: -9.5,53.5 parent: 1 - - uid: 38801 + - uid: 58435 components: - type: Transform - pos: 18.5,190.5 + pos: -9.5,52.5 parent: 1 - - uid: 38802 + - uid: 58436 components: - type: Transform - pos: 18.5,191.5 + pos: -9.5,51.5 parent: 1 - - uid: 38803 + - uid: 58437 components: - type: Transform - pos: 18.5,192.5 + pos: -9.5,50.5 parent: 1 - - uid: 38804 + - uid: 58438 components: - type: Transform - pos: 18.5,193.5 + pos: -9.5,49.5 parent: 1 - - uid: 38805 + - uid: 58439 components: - type: Transform - pos: 17.5,190.5 + pos: -9.5,48.5 parent: 1 - - uid: 38806 + - uid: 58440 components: - type: Transform - pos: 17.5,191.5 + pos: -9.5,47.5 parent: 1 - - uid: 38807 + - uid: 58441 components: - type: Transform - pos: 17.5,192.5 + pos: -9.5,46.5 parent: 1 - - uid: 38808 + - uid: 58442 components: - type: Transform - pos: 17.5,193.5 + pos: -9.5,45.5 parent: 1 - - uid: 38811 + - uid: 58443 components: - type: Transform - pos: 16.5,192.5 + pos: -9.5,44.5 parent: 1 - - uid: 38812 + - uid: 58444 components: - type: Transform - pos: 16.5,193.5 + pos: -9.5,43.5 parent: 1 - - uid: 38817 + - uid: 58445 components: - type: Transform - pos: 14.5,190.5 + pos: -9.5,42.5 parent: 1 - - uid: 38818 + - uid: 58446 components: - type: Transform - pos: 14.5,191.5 + pos: -9.5,41.5 parent: 1 - - uid: 38819 + - uid: 58447 components: - type: Transform - pos: 14.5,192.5 + pos: -40.5,54.5 parent: 1 - - uid: 38820 + - uid: 58448 components: - type: Transform - pos: 14.5,193.5 + pos: -9.5,39.5 parent: 1 - - uid: 38825 + - uid: 58449 components: - type: Transform - pos: 21.5,193.5 + pos: -9.5,38.5 parent: 1 - - uid: 38826 + - uid: 58450 components: - type: Transform - pos: 21.5,192.5 + pos: -9.5,37.5 parent: 1 - - uid: 38827 + - uid: 58451 components: - type: Transform - pos: 19.5,189.5 + pos: -10.5,54.5 parent: 1 - - uid: 38828 + - uid: 58452 components: - type: Transform - pos: 19.5,188.5 + pos: -10.5,53.5 parent: 1 - - uid: 38829 + - uid: 58453 components: - type: Transform - pos: 19.5,187.5 + pos: -10.5,52.5 parent: 1 - - uid: 38830 + - uid: 58454 components: - type: Transform - pos: 18.5,189.5 + pos: -10.5,51.5 parent: 1 - - uid: 38831 + - uid: 58455 components: - type: Transform - pos: 18.5,188.5 + pos: -10.5,50.5 parent: 1 - - uid: 38832 + - uid: 58456 components: - type: Transform - pos: 18.5,187.5 + pos: -10.5,49.5 parent: 1 - - uid: 38833 + - uid: 58457 components: - type: Transform - pos: 17.5,189.5 + pos: -10.5,48.5 parent: 1 - - uid: 38834 + - uid: 58458 components: - type: Transform - pos: 17.5,188.5 + pos: -10.5,47.5 parent: 1 - - uid: 38835 + - uid: 58459 components: - type: Transform - pos: 17.5,187.5 + pos: -10.5,46.5 parent: 1 - - uid: 38836 + - uid: 58460 components: - type: Transform - pos: 16.5,189.5 + pos: -10.5,44.5 parent: 1 - - uid: 38837 + - uid: 58461 components: - type: Transform - pos: 16.5,188.5 + pos: -10.5,43.5 parent: 1 - - uid: 38838 + - uid: 58462 components: - type: Transform - pos: 16.5,187.5 + pos: -10.5,42.5 parent: 1 - - uid: 38841 + - uid: 58463 components: - type: Transform - pos: 15.5,187.5 + pos: -34.5,43.5 parent: 1 - - uid: 38842 + - uid: 58464 components: - type: Transform - pos: 14.5,189.5 + pos: -34.5,44.5 parent: 1 - - uid: 38843 + - uid: 58465 components: - type: Transform - pos: 14.5,188.5 + pos: -10.5,38.5 parent: 1 - - uid: 38844 + - uid: 58466 components: - type: Transform - pos: 14.5,187.5 + pos: -10.5,37.5 parent: 1 - - uid: 38848 + - uid: 58467 components: - type: Transform - pos: 18.5,186.5 + pos: -11.5,54.5 parent: 1 - - uid: 38849 + - uid: 58468 components: - type: Transform - pos: 17.5,186.5 + pos: -11.5,53.5 parent: 1 - - uid: 38850 + - uid: 58469 components: - type: Transform - pos: 16.5,186.5 + pos: -11.5,52.5 parent: 1 - - uid: 38851 + - uid: 58470 components: - type: Transform - pos: 15.5,186.5 + pos: -11.5,51.5 parent: 1 - - uid: 38852 + - uid: 58471 components: - type: Transform - pos: 14.5,186.5 + pos: -11.5,50.5 parent: 1 - - uid: 38854 + - uid: 58472 components: - type: Transform - pos: 13.5,169.5 + pos: -11.5,49.5 parent: 1 - - uid: 38855 + - uid: 58473 components: - type: Transform - pos: 13.5,168.5 + pos: -11.5,48.5 parent: 1 - - uid: 38856 + - uid: 58474 components: - type: Transform - pos: 13.5,167.5 + pos: -11.5,47.5 parent: 1 - - uid: 38857 + - uid: 58475 components: - type: Transform - pos: 13.5,166.5 + pos: -11.5,46.5 parent: 1 - - uid: 38858 + - uid: 58476 components: - type: Transform - pos: 14.5,185.5 + pos: -11.5,45.5 parent: 1 - - uid: 38859 + - uid: 58477 components: - type: Transform - pos: 14.5,184.5 + pos: -11.5,44.5 parent: 1 - - uid: 38860 + - uid: 58478 components: - type: Transform - pos: 14.5,183.5 + pos: -11.5,43.5 parent: 1 - - uid: 38861 + - uid: 58479 components: - type: Transform - pos: 14.5,182.5 + pos: -11.5,42.5 parent: 1 - - uid: 38862 + - uid: 58480 components: - type: Transform - pos: 14.5,181.5 + pos: -32.5,44.5 parent: 1 - - uid: 38863 + - uid: 58481 components: - type: Transform - pos: 14.5,180.5 + pos: -11.5,40.5 parent: 1 - - uid: 38864 + - uid: 58482 components: - type: Transform - pos: 14.5,179.5 + pos: -11.5,38.5 parent: 1 - - uid: 38865 + - uid: 58483 components: - type: Transform - pos: 14.5,178.5 + pos: -11.5,37.5 parent: 1 - - uid: 38866 + - uid: 58484 components: - type: Transform - pos: 14.5,177.5 + pos: -12.5,54.5 parent: 1 - - uid: 38867 + - uid: 58485 components: - type: Transform - pos: 14.5,176.5 + pos: -12.5,53.5 parent: 1 - - uid: 38868 + - uid: 58486 components: - type: Transform - pos: 14.5,175.5 + pos: -12.5,52.5 parent: 1 - - uid: 38869 + - uid: 58487 components: - type: Transform - pos: 14.5,174.5 + pos: -12.5,51.5 parent: 1 - - uid: 38870 + - uid: 58488 components: - type: Transform - pos: 14.5,173.5 + pos: -12.5,50.5 parent: 1 - - uid: 38871 + - uid: 58489 components: - type: Transform - pos: 14.5,172.5 + pos: -12.5,49.5 parent: 1 - - uid: 38872 + - uid: 58490 components: - type: Transform - pos: 14.5,171.5 + pos: -12.5,48.5 parent: 1 - - uid: 38873 + - uid: 58491 components: - type: Transform - pos: 14.5,170.5 + pos: -12.5,47.5 parent: 1 - - uid: 38874 + - uid: 58492 components: - type: Transform - pos: 14.5,169.5 + pos: -12.5,46.5 parent: 1 - - uid: 38875 + - uid: 58493 components: - type: Transform - pos: 14.5,168.5 + pos: -12.5,44.5 parent: 1 - - uid: 38876 + - uid: 58494 components: - type: Transform - pos: 14.5,167.5 + pos: -12.5,43.5 parent: 1 - - uid: 38877 + - uid: 58495 components: - type: Transform - pos: 14.5,166.5 + pos: -12.5,42.5 parent: 1 - - uid: 38878 + - uid: 58496 components: - type: Transform - pos: 15.5,185.5 + pos: -32.5,43.5 parent: 1 - - uid: 38879 + - uid: 58497 components: - type: Transform - pos: 15.5,184.5 + pos: -12.5,40.5 parent: 1 - - uid: 38880 + - uid: 58498 components: - type: Transform - pos: 15.5,183.5 + pos: -12.5,39.5 parent: 1 - - uid: 38881 + - uid: 58499 components: - type: Transform - pos: 15.5,182.5 + pos: -12.5,38.5 parent: 1 - - uid: 38882 + - uid: 58500 components: - type: Transform - pos: 15.5,181.5 + pos: -12.5,37.5 parent: 1 - - uid: 38883 + - uid: 58501 components: - type: Transform - pos: 15.5,180.5 + pos: -13.5,54.5 parent: 1 - - uid: 38884 + - uid: 58502 components: - type: Transform - pos: 15.5,179.5 + pos: -13.5,53.5 parent: 1 - - uid: 38885 + - uid: 58503 components: - type: Transform - pos: 15.5,178.5 + pos: -13.5,52.5 parent: 1 - - uid: 38886 + - uid: 58504 components: - type: Transform - pos: 15.5,177.5 + pos: -13.5,51.5 parent: 1 - - uid: 38887 + - uid: 58505 components: - type: Transform - pos: 15.5,176.5 + pos: -13.5,50.5 parent: 1 - - uid: 38888 + - uid: 58506 components: - type: Transform - pos: 15.5,175.5 + pos: -13.5,49.5 parent: 1 - - uid: 38889 + - uid: 58507 components: - type: Transform - pos: 15.5,174.5 + pos: -13.5,48.5 parent: 1 - - uid: 38890 + - uid: 58508 components: - type: Transform - pos: 15.5,173.5 + pos: -13.5,47.5 parent: 1 - - uid: 38891 + - uid: 58509 components: - type: Transform - pos: 15.5,172.5 + pos: -13.5,46.5 parent: 1 - - uid: 38892 + - uid: 58510 components: - type: Transform - pos: 15.5,171.5 + pos: -13.5,45.5 parent: 1 - - uid: 38893 + - uid: 58511 components: - type: Transform - pos: 15.5,170.5 + pos: -13.5,44.5 parent: 1 - - uid: 38894 + - uid: 58512 components: - type: Transform - pos: 15.5,169.5 + pos: -13.5,43.5 parent: 1 - - uid: 38895 + - uid: 58513 components: - type: Transform - pos: 15.5,168.5 + pos: -13.5,42.5 parent: 1 - - uid: 38896 + - uid: 58514 components: - type: Transform - pos: 15.5,167.5 + pos: -32.5,45.5 parent: 1 - - uid: 38897 + - uid: 58515 components: - type: Transform - pos: 15.5,166.5 + pos: -32.5,46.5 parent: 1 - - uid: 38898 + - uid: 58516 components: - type: Transform - pos: 16.5,185.5 + pos: -13.5,39.5 parent: 1 - - uid: 38899 + - uid: 58517 components: - type: Transform - pos: 16.5,184.5 + pos: -13.5,38.5 parent: 1 - - uid: 38900 + - uid: 58518 components: - type: Transform - pos: 16.5,183.5 + pos: -13.5,37.5 parent: 1 - - uid: 38901 + - uid: 58519 components: - type: Transform - pos: 16.5,182.5 + pos: -14.5,54.5 parent: 1 - - uid: 38902 + - uid: 58520 components: - type: Transform - pos: 16.5,181.5 + pos: -14.5,53.5 parent: 1 - - uid: 38903 + - uid: 58521 components: - type: Transform - pos: 16.5,180.5 + pos: -14.5,52.5 parent: 1 - - uid: 38904 + - uid: 58522 components: - type: Transform - pos: 16.5,179.5 + pos: -14.5,51.5 parent: 1 - - uid: 38905 + - uid: 58523 components: - type: Transform - pos: 16.5,178.5 + pos: -14.5,49.5 parent: 1 - - uid: 38906 + - uid: 58524 components: - type: Transform - pos: 16.5,177.5 + pos: -14.5,48.5 parent: 1 - - uid: 38907 + - uid: 58525 components: - type: Transform - pos: 16.5,176.5 + pos: -14.5,47.5 parent: 1 - - uid: 38908 + - uid: 58526 components: - type: Transform - pos: 16.5,175.5 + pos: -14.5,46.5 parent: 1 - - uid: 38909 + - uid: 58527 components: - type: Transform - pos: 16.5,174.5 + pos: -14.5,45.5 parent: 1 - - uid: 38910 + - uid: 58528 components: - type: Transform - pos: 16.5,173.5 + pos: -14.5,44.5 parent: 1 - - uid: 38911 + - uid: 58529 components: - type: Transform - pos: 16.5,172.5 + pos: -14.5,43.5 parent: 1 - - uid: 38912 + - uid: 58530 components: - type: Transform - pos: 16.5,171.5 + pos: -14.5,42.5 parent: 1 - - uid: 38913 + - uid: 58531 components: - type: Transform - pos: 16.5,170.5 + pos: -32.5,47.5 parent: 1 - - uid: 38914 + - uid: 58532 components: - type: Transform - pos: 16.5,169.5 + pos: -14.5,39.5 parent: 1 - - uid: 38915 + - uid: 58533 components: - type: Transform - pos: 16.5,168.5 + pos: -14.5,38.5 parent: 1 - - uid: 38916 + - uid: 58534 components: - type: Transform - pos: 16.5,167.5 + pos: -14.5,37.5 parent: 1 - - uid: 38917 + - uid: 58535 components: - type: Transform - pos: 16.5,166.5 + pos: -15.5,54.5 parent: 1 - - uid: 38918 + - uid: 58536 components: - type: Transform - pos: 17.5,185.5 + pos: -15.5,53.5 parent: 1 - - uid: 38919 + - uid: 58537 components: - type: Transform - pos: 17.5,184.5 + pos: -15.5,52.5 parent: 1 - - uid: 38920 + - uid: 58538 components: - type: Transform - pos: 17.5,183.5 + pos: -15.5,51.5 parent: 1 - - uid: 38921 + - uid: 58539 components: - type: Transform - pos: 17.5,182.5 + pos: -15.5,50.5 parent: 1 - - uid: 38922 + - uid: 58540 components: - type: Transform - pos: 17.5,181.5 + pos: -15.5,49.5 parent: 1 - - uid: 38923 + - uid: 58541 components: - type: Transform - pos: 17.5,180.5 + pos: -15.5,48.5 parent: 1 - - uid: 38924 + - uid: 58542 components: - type: Transform - pos: 17.5,179.5 + pos: -15.5,47.5 parent: 1 - - uid: 38925 + - uid: 58543 components: - type: Transform - pos: 17.5,178.5 + pos: -15.5,46.5 parent: 1 - - uid: 38926 + - uid: 58544 components: - type: Transform - pos: 17.5,177.5 + pos: -15.5,45.5 parent: 1 - - uid: 38927 + - uid: 58545 components: - type: Transform - pos: 17.5,176.5 + pos: -15.5,44.5 parent: 1 - - uid: 38928 + - uid: 58546 components: - type: Transform - pos: 17.5,175.5 + pos: -15.5,43.5 parent: 1 - - uid: 38929 + - uid: 58547 components: - type: Transform - pos: 17.5,174.5 + pos: -15.5,39.5 parent: 1 - - uid: 38930 + - uid: 58548 components: - type: Transform - pos: 17.5,173.5 + pos: -15.5,38.5 parent: 1 - - uid: 38931 + - uid: 58549 components: - type: Transform - pos: 17.5,172.5 + pos: -15.5,37.5 parent: 1 - - uid: 38932 + - uid: 58550 components: - type: Transform - pos: 17.5,171.5 + pos: -16.5,54.5 parent: 1 - - uid: 38933 + - uid: 58551 components: - type: Transform - pos: 17.5,170.5 + pos: -16.5,53.5 parent: 1 - - uid: 38934 + - uid: 58552 components: - type: Transform - pos: 17.5,169.5 + pos: -16.5,52.5 parent: 1 - - uid: 38935 + - uid: 58553 components: - type: Transform - pos: 17.5,168.5 + pos: -16.5,51.5 parent: 1 - - uid: 38936 + - uid: 58554 components: - type: Transform - pos: 17.5,167.5 + pos: -16.5,50.5 parent: 1 - - uid: 38937 + - uid: 58555 components: - type: Transform - pos: 17.5,166.5 + pos: -16.5,49.5 parent: 1 - - uid: 38938 + - uid: 58556 components: - type: Transform - pos: 18.5,169.5 + pos: -16.5,48.5 parent: 1 - - uid: 38939 + - uid: 58557 components: - type: Transform - pos: 18.5,170.5 + pos: -16.5,47.5 parent: 1 - - uid: 38940 + - uid: 58558 components: - type: Transform - pos: 18.5,171.5 + pos: -16.5,46.5 parent: 1 - - uid: 38941 + - uid: 58559 components: - type: Transform - pos: 18.5,172.5 + pos: -16.5,45.5 parent: 1 - - uid: 38942 + - uid: 58560 components: - type: Transform - pos: 18.5,173.5 + pos: -16.5,44.5 parent: 1 - - uid: 38943 + - uid: 58561 components: - type: Transform - pos: 18.5,174.5 + pos: -16.5,43.5 parent: 1 - - uid: 38944 + - uid: 58562 components: - type: Transform - pos: 18.5,175.5 + pos: -16.5,42.5 parent: 1 - - uid: 38945 + - uid: 58563 components: - type: Transform - pos: 18.5,176.5 + pos: -31.5,45.5 parent: 1 - - uid: 38946 + - uid: 58564 components: - type: Transform - pos: 18.5,177.5 + pos: -16.5,38.5 parent: 1 - - uid: 38947 + - uid: 58565 components: - type: Transform - pos: 18.5,178.5 + pos: -16.5,37.5 parent: 1 - - uid: 38948 + - uid: 58566 components: - type: Transform - pos: 19.5,174.5 + pos: -17.5,54.5 parent: 1 - - uid: 38949 + - uid: 58567 components: - type: Transform - pos: 19.5,173.5 + pos: -17.5,53.5 parent: 1 - - uid: 38950 + - uid: 58568 components: - type: Transform - pos: 19.5,172.5 + pos: -17.5,52.5 parent: 1 - - uid: 38951 + - uid: 58569 components: - type: Transform - pos: 19.5,171.5 + pos: -17.5,51.5 parent: 1 - - uid: 38952 + - uid: 58570 components: - type: Transform - pos: 19.5,170.5 + pos: -17.5,50.5 parent: 1 - - uid: 38953 + - uid: 58571 components: - type: Transform - pos: 20.5,172.5 + pos: -17.5,49.5 parent: 1 - - uid: 38954 + - uid: 58572 components: - type: Transform - pos: 20.5,171.5 + pos: -17.5,48.5 parent: 1 - - uid: 38955 + - uid: 58573 components: - type: Transform - pos: 20.5,170.5 + pos: -17.5,47.5 parent: 1 - - uid: 38956 + - uid: 58574 components: - type: Transform - pos: -26.5,156.5 + pos: -17.5,46.5 parent: 1 - - uid: 38960 + - uid: 58575 components: - type: Transform - pos: -3.5,133.5 + pos: -17.5,45.5 parent: 1 - - uid: 38967 + - uid: 58576 components: - type: Transform - pos: 12.5,170.5 + pos: -17.5,44.5 parent: 1 - - uid: 38969 + - uid: 58577 components: - type: Transform - pos: 12.5,168.5 + pos: -17.5,43.5 parent: 1 - - uid: 38970 + - uid: 58578 components: - type: Transform - pos: 12.5,167.5 + pos: -17.5,42.5 parent: 1 - - uid: 38971 + - uid: 58579 components: - type: Transform - pos: 12.5,166.5 + pos: -17.5,41.5 parent: 1 - - uid: 38972 + - uid: 58580 components: - type: Transform - pos: 11.5,172.5 + pos: -17.5,38.5 parent: 1 - - uid: 38973 + - uid: 58581 components: - type: Transform - pos: 11.5,171.5 + pos: -17.5,37.5 parent: 1 - - uid: 38975 + - uid: 58582 components: - type: Transform - pos: 11.5,169.5 + pos: -18.5,54.5 parent: 1 - - uid: 38976 + - uid: 58583 components: - type: Transform - pos: 11.5,168.5 + pos: -18.5,53.5 parent: 1 - - uid: 38977 + - uid: 58584 components: - type: Transform - pos: 11.5,167.5 + pos: -18.5,52.5 parent: 1 - - uid: 38978 + - uid: 58585 components: - type: Transform - pos: 11.5,166.5 + pos: -18.5,51.5 parent: 1 - - uid: 38979 + - uid: 58586 components: - type: Transform - pos: 10.5,172.5 + pos: -18.5,50.5 parent: 1 - - uid: 38980 + - uid: 58587 components: - type: Transform - pos: 10.5,171.5 + pos: -18.5,49.5 parent: 1 - - uid: 38981 + - uid: 58588 components: - type: Transform - pos: 10.5,170.5 + pos: -18.5,48.5 parent: 1 - - uid: 38982 + - uid: 58589 components: - type: Transform - pos: 10.5,169.5 + pos: -18.5,47.5 parent: 1 - - uid: 38983 + - uid: 58590 components: - type: Transform - pos: 10.5,168.5 + pos: -18.5,46.5 parent: 1 - - uid: 38984 + - uid: 58591 components: - type: Transform - pos: 10.5,167.5 + pos: -18.5,45.5 parent: 1 - - uid: 38985 + - uid: 58592 components: - type: Transform - pos: 10.5,166.5 + pos: -18.5,44.5 parent: 1 - - uid: 38986 + - uid: 58593 components: - type: Transform - pos: 9.5,172.5 + pos: -18.5,43.5 parent: 1 - - uid: 38987 + - uid: 58594 components: - type: Transform - pos: 9.5,171.5 + pos: -18.5,42.5 parent: 1 - - uid: 38988 + - uid: 58595 components: - type: Transform - pos: 9.5,170.5 + pos: -18.5,41.5 parent: 1 - - uid: 38989 + - uid: 58596 components: - type: Transform - pos: 9.5,169.5 + pos: -18.5,37.5 parent: 1 - - uid: 38990 + - uid: 58597 components: - type: Transform - pos: 9.5,168.5 + pos: -19.5,54.5 parent: 1 - - uid: 38991 + - uid: 58598 components: - type: Transform - pos: 9.5,167.5 + pos: -19.5,53.5 parent: 1 - - uid: 38992 + - uid: 58599 components: - type: Transform - pos: 9.5,166.5 + pos: -19.5,52.5 parent: 1 - - uid: 38993 + - uid: 58600 components: - type: Transform - pos: 8.5,172.5 + pos: -19.5,51.5 parent: 1 - - uid: 38994 + - uid: 58601 components: - type: Transform - pos: 8.5,171.5 + pos: -19.5,50.5 parent: 1 - - uid: 38995 + - uid: 58602 components: - type: Transform - pos: 8.5,170.5 + pos: -19.5,49.5 parent: 1 - - uid: 38996 + - uid: 58603 components: - type: Transform - pos: 8.5,169.5 + pos: -19.5,47.5 parent: 1 - - uid: 38997 + - uid: 58604 components: - type: Transform - pos: 8.5,168.5 + pos: -19.5,46.5 parent: 1 - - uid: 38998 + - uid: 58605 components: - type: Transform - pos: 8.5,167.5 + pos: -19.5,45.5 parent: 1 - - uid: 38999 + - uid: 58606 components: - type: Transform - pos: 8.5,166.5 + pos: -19.5,44.5 parent: 1 - - uid: 39000 + - uid: 58607 components: - type: Transform - pos: 7.5,172.5 + pos: -19.5,43.5 parent: 1 - - uid: 39001 + - uid: 58608 components: - type: Transform - pos: 7.5,171.5 + pos: -19.5,42.5 parent: 1 - - uid: 39002 + - uid: 58609 components: - type: Transform - pos: 7.5,170.5 + pos: -19.5,41.5 parent: 1 - - uid: 39003 + - uid: 58610 components: - type: Transform - pos: 7.5,169.5 + pos: -30.5,42.5 parent: 1 - - uid: 39004 + - uid: 58611 components: - type: Transform - pos: 7.5,168.5 + pos: -31.5,43.5 parent: 1 - - uid: 39005 + - uid: 58612 components: - type: Transform - pos: 7.5,167.5 + pos: -19.5,37.5 parent: 1 - - uid: 39006 + - uid: 58613 components: - type: Transform - pos: 7.5,166.5 + pos: -20.5,54.5 parent: 1 - - uid: 39007 + - uid: 58614 components: - type: Transform - pos: 6.5,172.5 + pos: -20.5,53.5 parent: 1 - - uid: 39008 + - uid: 58615 components: - type: Transform - pos: 6.5,171.5 + pos: -20.5,52.5 parent: 1 - - uid: 39009 + - uid: 58616 components: - type: Transform - pos: 6.5,170.5 + pos: -20.5,51.5 parent: 1 - - uid: 39010 + - uid: 58617 components: - type: Transform - pos: 6.5,169.5 + pos: -20.5,50.5 parent: 1 - - uid: 39011 + - uid: 58618 components: - type: Transform - pos: 6.5,168.5 + pos: -20.5,48.5 parent: 1 - - uid: 39012 + - uid: 58619 components: - type: Transform - pos: 6.5,167.5 + pos: -20.5,47.5 parent: 1 - - uid: 39013 + - uid: 58620 components: - type: Transform - pos: 6.5,166.5 + pos: -20.5,46.5 parent: 1 - - uid: 39014 + - uid: 58621 components: - type: Transform - pos: 5.5,172.5 + pos: -20.5,45.5 parent: 1 - - uid: 39015 + - uid: 58622 components: - type: Transform - pos: 5.5,171.5 + pos: -20.5,44.5 parent: 1 - - uid: 39016 + - uid: 58623 components: - type: Transform - pos: 5.5,170.5 + pos: -29.5,50.5 parent: 1 - - uid: 39019 + - uid: 58624 components: - type: Transform - pos: 5.5,167.5 + pos: -20.5,42.5 parent: 1 - - uid: 39020 + - uid: 58625 components: - type: Transform - pos: 5.5,166.5 + pos: -20.5,41.5 parent: 1 - - uid: 39021 + - uid: 58626 components: - type: Transform - pos: 4.5,172.5 + pos: -31.5,44.5 parent: 1 - - uid: 39022 + - uid: 58627 components: - type: Transform - pos: 4.5,171.5 + pos: -20.5,38.5 parent: 1 - - uid: 39023 + - uid: 58628 components: - type: Transform - pos: 4.5,170.5 + pos: -20.5,37.5 parent: 1 - - uid: 39027 + - uid: 58629 components: - type: Transform - pos: 4.5,166.5 + pos: -21.5,54.5 parent: 1 - - uid: 39028 + - uid: 58630 components: - type: Transform - pos: 3.5,172.5 + pos: -21.5,53.5 parent: 1 - - uid: 39029 + - uid: 58631 components: - type: Transform - pos: 3.5,171.5 + pos: -21.5,52.5 parent: 1 - - uid: 39030 + - uid: 58632 components: - type: Transform - pos: 3.5,170.5 + pos: -21.5,51.5 parent: 1 - - uid: 39034 + - uid: 58633 components: - type: Transform - pos: 3.5,166.5 + pos: -21.5,50.5 parent: 1 - - uid: 39035 + - uid: 58634 components: - type: Transform - pos: 2.5,172.5 + pos: -21.5,49.5 parent: 1 - - uid: 39036 + - uid: 58635 components: - type: Transform - pos: 2.5,171.5 + pos: -21.5,48.5 parent: 1 - - uid: 39037 + - uid: 58636 components: - type: Transform - pos: 2.5,170.5 + pos: -21.5,47.5 parent: 1 - - uid: 39041 + - uid: 58637 components: - type: Transform - pos: 2.5,166.5 + pos: -21.5,46.5 parent: 1 - - uid: 39042 + - uid: 58638 components: - type: Transform - pos: 1.5,172.5 + pos: -21.5,45.5 parent: 1 - - uid: 39043 + - uid: 58639 components: - type: Transform - pos: 1.5,171.5 + pos: -21.5,44.5 parent: 1 - - uid: 39044 + - uid: 58640 components: - type: Transform - pos: 1.5,170.5 + pos: -29.5,52.5 parent: 1 - - uid: 39048 + - uid: 58641 components: - type: Transform - pos: 1.5,166.5 + pos: -30.5,45.5 parent: 1 - - uid: 39049 + - uid: 58642 components: - type: Transform - pos: 0.5,172.5 + pos: -30.5,43.5 parent: 1 - - uid: 39050 + - uid: 58643 components: - type: Transform - pos: 0.5,171.5 + pos: -21.5,38.5 parent: 1 - - uid: 39051 + - uid: 58644 components: - type: Transform - pos: 0.5,170.5 + pos: -21.5,37.5 parent: 1 - - uid: 39052 + - uid: 58645 components: - type: Transform - pos: 0.5,169.5 + pos: -22.5,54.5 parent: 1 - - uid: 39053 + - uid: 58646 components: - type: Transform - pos: 0.5,168.5 + pos: -22.5,53.5 parent: 1 - - uid: 39054 + - uid: 58647 components: - type: Transform - pos: 0.5,167.5 + pos: -22.5,52.5 parent: 1 - - uid: 39055 + - uid: 58648 components: - type: Transform - pos: 0.5,166.5 + pos: -22.5,51.5 parent: 1 - - uid: 39056 + - uid: 58649 components: - type: Transform - pos: -0.5,172.5 + pos: -22.5,50.5 parent: 1 - - uid: 39057 + - uid: 58650 components: - type: Transform - pos: -0.5,171.5 + pos: -22.5,49.5 parent: 1 - - uid: 39058 + - uid: 58651 components: - type: Transform - pos: -0.5,170.5 + pos: -22.5,48.5 parent: 1 - - uid: 39059 + - uid: 58652 components: - type: Transform - pos: -0.5,169.5 + pos: -22.5,47.5 parent: 1 - - uid: 39060 + - uid: 58653 components: - type: Transform - pos: -0.5,168.5 + pos: -22.5,46.5 parent: 1 - - uid: 39061 + - uid: 58654 components: - type: Transform - pos: -0.5,167.5 + pos: -22.5,45.5 parent: 1 - - uid: 39062 + - uid: 58655 components: - type: Transform - pos: -0.5,166.5 + pos: -22.5,44.5 parent: 1 - - uid: 39063 + - uid: 58656 components: - type: Transform - pos: -1.5,172.5 + pos: -22.5,43.5 parent: 1 - - uid: 39064 + - uid: 58657 components: - type: Transform - pos: -1.5,171.5 + pos: -22.5,42.5 parent: 1 - - uid: 39065 + - uid: 58658 components: - type: Transform - pos: -1.5,170.5 + pos: -22.5,39.5 parent: 1 - - uid: 39066 + - uid: 58659 components: - type: Transform - pos: -1.5,169.5 + pos: -22.5,38.5 parent: 1 - - uid: 39067 + - uid: 58660 components: - type: Transform - pos: -1.5,168.5 + pos: -22.5,37.5 parent: 1 - - uid: 39068 + - uid: 58661 components: - type: Transform - pos: -1.5,167.5 + pos: -23.5,54.5 parent: 1 - - uid: 39069 + - uid: 58662 components: - type: Transform - pos: -1.5,166.5 + pos: -23.5,53.5 parent: 1 - - uid: 39070 + - uid: 58663 components: - type: Transform - pos: -2.5,172.5 + pos: -23.5,52.5 parent: 1 - - uid: 39071 + - uid: 58664 components: - type: Transform - pos: -2.5,171.5 + pos: -23.5,51.5 parent: 1 - - uid: 39072 + - uid: 58665 components: - type: Transform - pos: -2.5,170.5 + pos: -23.5,50.5 parent: 1 - - uid: 39073 + - uid: 58666 components: - type: Transform - pos: -2.5,169.5 + pos: -23.5,49.5 parent: 1 - - uid: 39074 + - uid: 58667 components: - type: Transform - pos: -2.5,168.5 + pos: -23.5,48.5 parent: 1 - - uid: 39075 + - uid: 58668 components: - type: Transform - pos: -2.5,167.5 + pos: -23.5,47.5 parent: 1 - - uid: 39076 + - uid: 58669 components: - type: Transform - pos: -2.5,166.5 + pos: -23.5,46.5 parent: 1 - - uid: 39077 + - uid: 58670 components: - type: Transform - pos: -3.5,172.5 + pos: -23.5,45.5 parent: 1 - - uid: 39078 + - uid: 58671 components: - type: Transform - pos: -3.5,171.5 + pos: -23.5,44.5 parent: 1 - - uid: 39079 + - uid: 58672 components: - type: Transform - pos: -3.5,170.5 + pos: -23.5,43.5 parent: 1 - - uid: 39080 + - uid: 58673 components: - type: Transform - pos: -3.5,169.5 + pos: -23.5,42.5 parent: 1 - - uid: 39081 + - uid: 58674 components: - type: Transform - pos: -3.5,168.5 + pos: -23.5,39.5 parent: 1 - - uid: 39082 + - uid: 58675 components: - type: Transform - pos: -3.5,167.5 + pos: -23.5,38.5 parent: 1 - - uid: 39083 + - uid: 58676 components: - type: Transform - pos: -3.5,166.5 + pos: -23.5,37.5 parent: 1 - - uid: 39084 + - uid: 58677 components: - type: Transform - pos: -4.5,172.5 + pos: -24.5,54.5 parent: 1 - - uid: 39085 + - uid: 58678 components: - type: Transform - pos: -4.5,171.5 + pos: -24.5,53.5 parent: 1 - - uid: 39086 + - uid: 58679 components: - type: Transform - pos: -4.5,170.5 + pos: -24.5,52.5 parent: 1 - - uid: 39087 + - uid: 58680 components: - type: Transform - pos: -4.5,169.5 + pos: -24.5,51.5 parent: 1 - - uid: 39088 + - uid: 58681 components: - type: Transform - pos: -4.5,168.5 + pos: -24.5,50.5 parent: 1 - - uid: 39089 + - uid: 58682 components: - type: Transform - pos: -4.5,167.5 + pos: -24.5,49.5 parent: 1 - - uid: 39090 + - uid: 58683 components: - type: Transform - pos: -4.5,166.5 + pos: -24.5,48.5 parent: 1 - - uid: 39091 + - uid: 58684 components: - type: Transform - pos: -5.5,172.5 + pos: -24.5,47.5 parent: 1 - - uid: 39092 + - uid: 58685 components: - type: Transform - pos: -5.5,171.5 + pos: -24.5,46.5 parent: 1 - - uid: 39093 + - uid: 58686 components: - type: Transform - pos: -5.5,170.5 + pos: -24.5,45.5 parent: 1 - - uid: 39094 + - uid: 58687 components: - type: Transform - pos: -5.5,169.5 + pos: -24.5,44.5 parent: 1 - - uid: 39095 + - uid: 58688 components: - type: Transform - pos: -5.5,168.5 + pos: -24.5,43.5 parent: 1 - - uid: 39096 + - uid: 58689 components: - type: Transform - pos: -5.5,167.5 + pos: -30.5,44.5 parent: 1 - - uid: 39097 + - uid: 58690 components: - type: Transform - pos: -5.5,166.5 + pos: -24.5,40.5 parent: 1 - - uid: 39098 + - uid: 58691 components: - type: Transform - pos: -6.5,172.5 + pos: -24.5,39.5 parent: 1 - - uid: 39099 + - uid: 58692 components: - type: Transform - pos: -6.5,171.5 + pos: -24.5,38.5 parent: 1 - - uid: 39100 + - uid: 58693 components: - type: Transform - pos: -6.5,170.5 + pos: -24.5,37.5 parent: 1 - - uid: 39101 + - uid: 58694 components: - type: Transform - pos: -6.5,169.5 + pos: -25.5,54.5 parent: 1 - - uid: 39104 + - uid: 58695 components: - type: Transform - pos: -7.5,172.5 + pos: -25.5,53.5 parent: 1 - - uid: 39105 + - uid: 58696 components: - type: Transform - pos: -7.5,171.5 + pos: -25.5,52.5 parent: 1 - - uid: 39106 + - uid: 58697 components: - type: Transform - pos: -7.5,170.5 + pos: -25.5,51.5 parent: 1 - - uid: 39107 + - uid: 58698 components: - type: Transform - pos: -7.5,169.5 + pos: -25.5,50.5 parent: 1 - - uid: 39109 + - uid: 58699 components: - type: Transform - pos: -8.5,172.5 + pos: -25.5,49.5 parent: 1 - - uid: 39110 + - uid: 58700 components: - type: Transform - pos: -8.5,171.5 + pos: -25.5,48.5 parent: 1 - - uid: 39111 + - uid: 58701 components: - type: Transform - pos: -8.5,170.5 + pos: -25.5,47.5 parent: 1 - - uid: 39112 + - uid: 58702 components: - type: Transform - pos: -8.5,169.5 + pos: -25.5,46.5 parent: 1 - - uid: 39114 + - uid: 58703 components: - type: Transform - pos: -9.5,172.5 + pos: -25.5,45.5 parent: 1 - - uid: 39115 + - uid: 58704 components: - type: Transform - pos: -9.5,171.5 + pos: -25.5,44.5 parent: 1 - - uid: 39116 + - uid: 58705 components: - type: Transform - pos: -9.5,170.5 + pos: -25.5,43.5 parent: 1 - - uid: 39117 + - uid: 58706 components: - type: Transform - pos: -9.5,169.5 + pos: -25.5,42.5 parent: 1 - - uid: 39118 + - uid: 58707 components: - type: Transform - pos: -9.5,168.5 + pos: -30.5,46.5 parent: 1 - - uid: 39119 + - uid: 58708 components: - type: Transform - pos: -9.5,167.5 + pos: -25.5,40.5 parent: 1 - - uid: 39120 + - uid: 58709 components: - type: Transform - pos: -10.5,172.5 + pos: -25.5,39.5 parent: 1 - - uid: 39121 + - uid: 58710 components: - type: Transform - pos: -10.5,171.5 + pos: -25.5,38.5 parent: 1 - - uid: 39122 + - uid: 58711 components: - type: Transform - pos: -10.5,170.5 + pos: -25.5,37.5 parent: 1 - - uid: 39123 + - uid: 58712 components: - type: Transform - pos: -10.5,169.5 + pos: -26.5,54.5 parent: 1 - - uid: 39124 + - uid: 58713 components: - type: Transform - pos: -10.5,168.5 + pos: -26.5,53.5 parent: 1 - - uid: 39125 + - uid: 58714 components: - type: Transform - pos: -10.5,167.5 + pos: -26.5,52.5 parent: 1 - - uid: 39126 + - uid: 58715 components: - type: Transform - pos: -10.5,166.5 + pos: -26.5,51.5 parent: 1 - - uid: 39127 + - uid: 58716 components: - type: Transform - pos: -11.5,172.5 + pos: -26.5,50.5 parent: 1 - - uid: 39128 + - uid: 58717 components: - type: Transform - pos: -11.5,171.5 + pos: -26.5,49.5 parent: 1 - - uid: 39129 + - uid: 58718 components: - type: Transform - pos: -11.5,170.5 + pos: -26.5,48.5 parent: 1 - - uid: 39130 + - uid: 58719 components: - type: Transform - pos: -11.5,169.5 + pos: -26.5,47.5 parent: 1 - - uid: 39131 + - uid: 58720 components: - type: Transform - pos: -11.5,168.5 + pos: -26.5,46.5 parent: 1 - - uid: 39132 + - uid: 58721 components: - type: Transform - pos: -11.5,167.5 + pos: -26.5,45.5 parent: 1 - - uid: 39133 + - uid: 58722 components: - type: Transform - pos: -11.5,166.5 + pos: -26.5,44.5 parent: 1 - - uid: 39134 + - uid: 58723 components: - type: Transform - pos: -12.5,172.5 + pos: -26.5,43.5 parent: 1 - - uid: 39135 + - uid: 58724 components: - type: Transform - pos: -12.5,171.5 + pos: -30.5,48.5 parent: 1 - - uid: 39136 + - uid: 58725 components: - type: Transform - pos: -12.5,170.5 + pos: -30.5,47.5 parent: 1 - - uid: 39137 + - uid: 58726 components: - type: Transform - pos: -12.5,169.5 + pos: -26.5,40.5 parent: 1 - - uid: 39138 + - uid: 58727 components: - type: Transform - pos: -12.5,168.5 + pos: -26.5,39.5 parent: 1 - - uid: 39139 + - uid: 58728 components: - type: Transform - pos: -12.5,167.5 + pos: -26.5,38.5 parent: 1 - - uid: 39140 + - uid: 58729 components: - type: Transform - pos: -12.5,166.5 + pos: -26.5,37.5 parent: 1 - - uid: 39141 + - uid: 58730 components: - type: Transform - pos: -13.5,172.5 + pos: -27.5,54.5 parent: 1 - - uid: 39142 + - uid: 58731 components: - type: Transform - pos: -13.5,171.5 + pos: -27.5,53.5 parent: 1 - - uid: 39143 + - uid: 58732 components: - type: Transform - pos: -13.5,170.5 + pos: -27.5,52.5 parent: 1 - - uid: 39144 + - uid: 58733 components: - type: Transform - pos: -13.5,169.5 + pos: -27.5,51.5 parent: 1 - - uid: 39145 + - uid: 58734 components: - type: Transform - pos: -13.5,168.5 + pos: -27.5,49.5 parent: 1 - - uid: 39146 + - uid: 58735 components: - type: Transform - pos: -13.5,167.5 + pos: -27.5,48.5 parent: 1 - - uid: 39147 + - uid: 58736 components: - type: Transform - pos: -13.5,166.5 + pos: -27.5,47.5 parent: 1 - - uid: 39148 + - uid: 58737 components: - type: Transform - pos: -14.5,172.5 + pos: -27.5,46.5 parent: 1 - - uid: 39149 + - uid: 58738 components: - type: Transform - pos: -14.5,171.5 + pos: -27.5,45.5 parent: 1 - - uid: 39150 + - uid: 58739 components: - type: Transform - pos: -14.5,170.5 + pos: -27.5,44.5 parent: 1 - - uid: 39151 + - uid: 58740 components: - type: Transform - pos: -14.5,169.5 + pos: -27.5,43.5 parent: 1 - - uid: 39152 + - uid: 58741 components: - type: Transform - pos: -14.5,168.5 + pos: -29.5,51.5 parent: 1 - - uid: 39153 + - uid: 58742 components: - type: Transform - pos: -14.5,167.5 + pos: -30.5,50.5 parent: 1 - - uid: 39154 + - uid: 58743 components: - type: Transform - pos: -14.5,166.5 + pos: -30.5,49.5 parent: 1 - - uid: 39155 + - uid: 58744 components: - type: Transform - pos: -15.5,172.5 + pos: -27.5,39.5 parent: 1 - - uid: 39156 + - uid: 58745 components: - type: Transform - pos: -15.5,171.5 + pos: -27.5,38.5 parent: 1 - - uid: 39157 + - uid: 58746 components: - type: Transform - pos: -15.5,170.5 + pos: -27.5,37.5 parent: 1 - - uid: 39158 + - uid: 58747 components: - type: Transform - pos: -15.5,169.5 + pos: -38.5,54.5 parent: 1 - - uid: 39159 + - uid: 58748 components: - type: Transform - pos: -15.5,168.5 + pos: -43.5,50.5 parent: 1 - - uid: 39160 + - uid: 58749 components: - type: Transform - pos: -15.5,167.5 + pos: -44.5,54.5 parent: 1 - - uid: 39161 + - uid: 58750 components: - type: Transform - pos: -15.5,166.5 + pos: -44.5,52.5 parent: 1 - - uid: 39162 + - uid: 58751 components: - type: Transform - pos: -16.5,172.5 + pos: -37.5,54.5 parent: 1 - - uid: 39163 + - uid: 58752 components: - type: Transform - pos: -16.5,171.5 + pos: -42.5,54.5 parent: 1 - - uid: 39164 + - uid: 58753 components: - type: Transform - pos: -16.5,170.5 + pos: -42.5,53.5 parent: 1 - - uid: 39165 + - uid: 58754 components: - type: Transform - pos: -16.5,169.5 + pos: -38.5,42.5 parent: 1 - - uid: 39166 + - uid: 58755 components: - type: Transform - pos: -16.5,168.5 + pos: -111.5,40.5 parent: 1 - - uid: 39167 + - uid: 58756 components: - type: Transform - pos: -16.5,167.5 + pos: -44.5,51.5 parent: 1 - - uid: 39168 + - uid: 58757 components: - type: Transform - pos: -16.5,166.5 + pos: -43.5,51.5 parent: 1 - - uid: 39197 + - uid: 58758 components: - type: Transform - pos: 30.5,99.5 + pos: -44.5,50.5 parent: 1 - - uid: 39206 + - uid: 58759 components: - type: Transform - pos: -16.5,165.5 + pos: -43.5,54.5 parent: 1 - - uid: 39207 + - uid: 58760 components: - type: Transform - pos: -16.5,164.5 + pos: -43.5,49.5 parent: 1 - - uid: 39208 + - uid: 58761 components: - type: Transform - pos: -16.5,163.5 + pos: -39.5,42.5 parent: 1 - - uid: 39209 + - uid: 58762 components: - type: Transform - pos: -16.5,162.5 + pos: -44.5,49.5 parent: 1 - - uid: 39210 + - uid: 58763 components: - type: Transform - pos: -15.5,165.5 + pos: -44.5,48.5 parent: 1 - - uid: 39211 + - uid: 58764 components: - type: Transform - pos: -15.5,164.5 + pos: -43.5,53.5 parent: 1 - - uid: 39212 + - uid: 58765 components: - type: Transform - pos: -14.5,165.5 + pos: -41.5,45.5 parent: 1 - - uid: 39213 + - uid: 58766 components: - type: Transform - pos: -13.5,165.5 + pos: -41.5,44.5 parent: 1 - - uid: 39214 + - uid: 58767 components: - type: Transform - pos: -13.5,162.5 + pos: -41.5,43.5 parent: 1 - - uid: 39215 + - uid: 58768 components: - type: Transform - pos: -12.5,165.5 + pos: -42.5,47.5 parent: 1 - - uid: 39216 + - uid: 58769 components: - type: Transform - pos: -12.5,162.5 + pos: -42.5,46.5 parent: 1 - - uid: 39217 + - uid: 58770 components: - type: Transform - pos: -11.5,165.5 + pos: -42.5,45.5 parent: 1 - - uid: 39218 + - uid: 58771 components: - type: Transform - pos: -11.5,162.5 + pos: -42.5,44.5 parent: 1 - - uid: 39219 + - uid: 58772 components: - type: Transform - pos: -10.5,165.5 + pos: -42.5,43.5 parent: 1 - - uid: 39226 + - uid: 58773 components: - type: Transform - pos: -6.5,164.5 + pos: -42.5,42.5 parent: 1 - - uid: 39227 + - uid: 58774 components: - type: Transform - pos: -6.5,163.5 + pos: -43.5,47.5 parent: 1 - - uid: 39228 + - uid: 58775 components: - type: Transform - pos: -6.5,162.5 + pos: -43.5,46.5 parent: 1 - - uid: 39229 + - uid: 58776 components: - type: Transform - pos: -5.5,165.5 + pos: -43.5,45.5 parent: 1 - - uid: 39230 + - uid: 58777 components: - type: Transform - pos: -5.5,164.5 + pos: -43.5,44.5 parent: 1 - - uid: 39231 + - uid: 58778 components: - type: Transform - pos: -5.5,163.5 + pos: -43.5,43.5 parent: 1 - - uid: 39232 + - uid: 58779 components: - type: Transform - pos: -5.5,162.5 + pos: -43.5,42.5 parent: 1 - - uid: 39233 + - uid: 58780 components: - type: Transform - pos: -4.5,165.5 + pos: -44.5,47.5 parent: 1 - - uid: 39234 + - uid: 58781 components: - type: Transform - pos: -4.5,164.5 + pos: -44.5,46.5 parent: 1 - - uid: 39235 + - uid: 58782 components: - type: Transform - pos: -4.5,163.5 + pos: -44.5,45.5 parent: 1 - - uid: 39236 + - uid: 58783 components: - type: Transform - pos: -4.5,162.5 + pos: -44.5,44.5 parent: 1 - - uid: 39237 + - uid: 58784 components: - type: Transform - pos: -3.5,165.5 + pos: -44.5,43.5 parent: 1 - - uid: 39238 + - uid: 58785 components: - type: Transform - pos: -3.5,164.5 + pos: -157.5,52.5 parent: 1 - - uid: 39239 + - uid: 58786 components: - type: Transform - pos: -3.5,163.5 + pos: -160.5,51.5 parent: 1 - - uid: 39240 + - uid: 58787 components: - type: Transform - pos: -3.5,162.5 + pos: -160.5,50.5 parent: 1 - - uid: 39241 + - uid: 58788 components: - type: Transform - pos: -2.5,165.5 + pos: -160.5,49.5 parent: 1 - - uid: 39242 + - uid: 58789 components: - type: Transform - pos: -2.5,164.5 + pos: -157.5,51.5 parent: 1 - - uid: 39243 + - uid: 58790 components: - type: Transform - pos: -2.5,163.5 + pos: -157.5,50.5 parent: 1 - - uid: 39244 + - uid: 58791 components: - type: Transform - pos: -2.5,162.5 + pos: -157.5,49.5 parent: 1 - - uid: 39245 + - uid: 58792 components: - type: Transform - pos: -1.5,165.5 + pos: -156.5,49.5 parent: 1 - - uid: 39246 + - uid: 58793 components: - type: Transform - pos: -1.5,164.5 + pos: -155.5,49.5 parent: 1 - - uid: 39247 + - uid: 58794 components: - type: Transform - pos: -1.5,163.5 + pos: -154.5,49.5 parent: 1 - - uid: 39248 + - uid: 58795 components: - type: Transform - pos: -1.5,162.5 + pos: -153.5,49.5 parent: 1 - - uid: 39249 + - uid: 58796 components: - type: Transform - pos: -0.5,165.5 + pos: -152.5,49.5 parent: 1 - - uid: 39250 + - uid: 58797 components: - type: Transform - pos: -0.5,164.5 + pos: -151.5,49.5 parent: 1 - - uid: 39251 + - uid: 58798 components: - type: Transform - pos: -0.5,163.5 + pos: -150.5,49.5 parent: 1 - - uid: 39252 + - uid: 58799 components: - type: Transform - pos: -0.5,162.5 + pos: -149.5,49.5 parent: 1 - - uid: 39253 + - uid: 58800 components: - type: Transform - pos: 0.5,165.5 + pos: -148.5,49.5 parent: 1 - - uid: 39254 + - uid: 58801 components: - type: Transform - pos: 0.5,164.5 + pos: -147.5,49.5 parent: 1 - - uid: 39255 + - uid: 58802 components: - type: Transform - pos: 0.5,163.5 + pos: -146.5,49.5 parent: 1 - - uid: 39256 + - uid: 58803 components: - type: Transform - pos: 0.5,162.5 + pos: -145.5,49.5 parent: 1 - - uid: 39257 + - uid: 58804 components: - type: Transform - pos: 1.5,165.5 + pos: -144.5,49.5 parent: 1 - - uid: 39258 + - uid: 58805 components: - type: Transform - pos: 1.5,164.5 + pos: -143.5,49.5 parent: 1 - - uid: 39259 + - uid: 58806 components: - type: Transform - pos: 1.5,163.5 + pos: -142.5,49.5 parent: 1 - - uid: 39260 + - uid: 58807 components: - type: Transform - pos: 1.5,162.5 + pos: -142.5,47.5 parent: 1 - - uid: 39261 + - uid: 58808 components: - type: Transform - pos: 2.5,165.5 + pos: -142.5,46.5 parent: 1 - - uid: 39262 + - uid: 58809 components: - type: Transform - pos: 2.5,164.5 + pos: -142.5,45.5 parent: 1 - - uid: 39263 + - uid: 58810 components: - type: Transform - pos: 2.5,163.5 + pos: -143.5,47.5 parent: 1 - - uid: 39264 + - uid: 58811 components: - type: Transform - pos: 2.5,162.5 + pos: -143.5,46.5 parent: 1 - - uid: 39265 + - uid: 58812 components: - type: Transform - pos: 3.5,165.5 + pos: -143.5,45.5 parent: 1 - - uid: 39266 + - uid: 58813 components: - type: Transform - pos: 3.5,164.5 + pos: -144.5,47.5 parent: 1 - - uid: 39267 + - uid: 58814 components: - type: Transform - pos: 3.5,163.5 + pos: -144.5,46.5 parent: 1 - - uid: 39268 + - uid: 58815 components: - type: Transform - pos: 3.5,162.5 + pos: -144.5,45.5 parent: 1 - - uid: 39269 + - uid: 58816 components: - type: Transform - pos: 4.5,165.5 + pos: -145.5,47.5 parent: 1 - - uid: 39270 + - uid: 58817 components: - type: Transform - pos: 4.5,164.5 + pos: -145.5,46.5 parent: 1 - - uid: 39271 + - uid: 58818 components: - type: Transform - pos: 4.5,163.5 + pos: -145.5,45.5 parent: 1 - - uid: 39272 + - uid: 58819 components: - type: Transform - pos: 4.5,162.5 + pos: -146.5,47.5 parent: 1 - - uid: 39273 + - uid: 58820 components: - type: Transform - pos: 5.5,165.5 + pos: -146.5,46.5 parent: 1 - - uid: 39274 + - uid: 58821 components: - type: Transform - pos: 5.5,164.5 + pos: -146.5,45.5 parent: 1 - - uid: 39275 + - uid: 58822 components: - type: Transform - pos: 5.5,163.5 + pos: -147.5,47.5 parent: 1 - - uid: 39276 + - uid: 58823 components: - type: Transform - pos: 5.5,162.5 + pos: -147.5,46.5 parent: 1 - - uid: 39277 + - uid: 58824 components: - type: Transform - pos: 6.5,165.5 + pos: -147.5,45.5 parent: 1 - - uid: 39278 + - uid: 58825 components: - type: Transform - pos: 6.5,164.5 + pos: -148.5,47.5 parent: 1 - - uid: 39279 + - uid: 58826 components: - type: Transform - pos: 6.5,163.5 + pos: -148.5,46.5 parent: 1 - - uid: 39280 + - uid: 58827 components: - type: Transform - pos: 6.5,162.5 + pos: -148.5,45.5 parent: 1 - - uid: 39281 + - uid: 58828 components: - type: Transform - pos: 7.5,165.5 + pos: -149.5,47.5 parent: 1 - - uid: 39282 + - uid: 58829 components: - type: Transform - pos: 7.5,164.5 + pos: -149.5,46.5 parent: 1 - - uid: 39283 + - uid: 58830 components: - type: Transform - pos: 7.5,163.5 + pos: -149.5,45.5 parent: 1 - - uid: 39284 + - uid: 58831 components: - type: Transform - pos: 8.5,165.5 + pos: -150.5,47.5 parent: 1 - - uid: 39285 + - uid: 58832 components: - type: Transform - pos: 8.5,164.5 + pos: -150.5,46.5 parent: 1 - - uid: 39286 + - uid: 58833 components: - type: Transform - pos: 8.5,163.5 + pos: -150.5,45.5 parent: 1 - - uid: 39287 + - uid: 58834 components: - type: Transform - pos: 8.5,162.5 + pos: -151.5,47.5 parent: 1 - - uid: 39288 + - uid: 58835 components: - type: Transform - pos: 9.5,165.5 + pos: -151.5,46.5 parent: 1 - - uid: 39289 + - uid: 58836 components: - type: Transform - pos: 9.5,164.5 + pos: -151.5,45.5 parent: 1 - - uid: 39290 + - uid: 58837 components: - type: Transform - pos: 9.5,163.5 + pos: -152.5,47.5 parent: 1 - - uid: 39291 + - uid: 58838 components: - type: Transform - pos: 9.5,162.5 + pos: -152.5,46.5 parent: 1 - - uid: 39292 + - uid: 58839 components: - type: Transform - pos: 10.5,165.5 + pos: -152.5,45.5 parent: 1 - - uid: 39293 + - uid: 58840 components: - type: Transform - pos: 10.5,164.5 + pos: -153.5,47.5 parent: 1 - - uid: 39294 + - uid: 58841 components: - type: Transform - pos: 10.5,163.5 + pos: -153.5,46.5 parent: 1 - - uid: 39295 + - uid: 58842 components: - type: Transform - pos: 10.5,162.5 + pos: -153.5,45.5 parent: 1 - - uid: 39296 + - uid: 58843 components: - type: Transform - pos: 11.5,165.5 + pos: -154.5,47.5 parent: 1 - - uid: 39297 + - uid: 58844 components: - type: Transform - pos: 11.5,164.5 + pos: -154.5,46.5 parent: 1 - - uid: 39298 + - uid: 58845 components: - type: Transform - pos: 11.5,163.5 + pos: -154.5,45.5 parent: 1 - - uid: 39299 + - uid: 58846 components: - type: Transform - pos: 11.5,162.5 + pos: -155.5,47.5 parent: 1 - - uid: 39300 + - uid: 58847 components: - type: Transform - pos: 12.5,163.5 + pos: -155.5,46.5 parent: 1 - - uid: 39301 + - uid: 58848 components: - type: Transform - pos: 12.5,164.5 + pos: -155.5,45.5 parent: 1 - - uid: 39302 + - uid: 58849 components: - type: Transform - pos: 12.5,165.5 + pos: -156.5,47.5 parent: 1 - - uid: 39303 + - uid: 58850 components: - type: Transform - pos: 13.5,164.5 + pos: -156.5,46.5 parent: 1 - - uid: 39304 + - uid: 58851 components: - type: Transform - pos: 13.5,165.5 + pos: -156.5,45.5 parent: 1 - - uid: 39305 + - uid: 58852 components: - type: Transform - pos: 14.5,165.5 + pos: -157.5,47.5 parent: 1 - - uid: 39309 + - uid: 58853 components: - type: Transform - pos: 11.5,116.5 + pos: -157.5,46.5 parent: 1 - - uid: 39310 + - uid: 58854 components: - type: Transform - pos: 32.5,104.5 + pos: -157.5,45.5 parent: 1 - - uid: 39311 + - uid: 58855 components: - type: Transform - pos: -3.5,132.5 + pos: -160.5,47.5 parent: 1 - - uid: 39315 + - uid: 58856 components: - type: Transform - pos: -28.5,158.5 + pos: -160.5,46.5 parent: 1 - - uid: 39316 + - uid: 58857 components: - type: Transform - pos: -27.5,158.5 + pos: -160.5,45.5 parent: 1 - - uid: 39317 + - uid: 58858 components: - type: Transform - pos: -28.5,157.5 + pos: -162.5,44.5 parent: 1 - - uid: 39318 + - uid: 58859 components: - type: Transform - pos: -27.5,157.5 + pos: -161.5,44.5 parent: 1 - - uid: 39319 + - uid: 58860 components: - type: Transform - pos: -26.5,157.5 + pos: -160.5,44.5 parent: 1 - - uid: 39320 + - uid: 58861 components: - type: Transform - pos: -26.5,158.5 + pos: -157.5,44.5 parent: 1 - - uid: 39321 + - uid: 58862 components: - type: Transform - pos: -25.5,158.5 + pos: -156.5,44.5 parent: 1 - - uid: 39322 + - uid: 58863 components: - type: Transform - pos: -25.5,157.5 + pos: -155.5,44.5 parent: 1 - - uid: 39323 + - uid: 58864 components: - type: Transform - pos: -24.5,158.5 + pos: -154.5,44.5 parent: 1 - - uid: 39328 + - uid: 58865 components: - type: Transform - pos: 3.5,161.5 + pos: -153.5,44.5 parent: 1 - - uid: 39329 + - uid: 58866 components: - type: Transform - pos: 2.5,161.5 + pos: -152.5,44.5 parent: 1 - - uid: 39330 + - uid: 58867 components: - type: Transform - pos: 2.5,160.5 + pos: -151.5,44.5 parent: 1 - - uid: 39331 + - uid: 58868 components: - type: Transform - pos: 1.5,161.5 + pos: -150.5,44.5 parent: 1 - - uid: 39332 + - uid: 58869 components: - type: Transform - pos: 1.5,160.5 + pos: -149.5,44.5 parent: 1 - - uid: 39333 + - uid: 58870 components: - type: Transform - pos: 0.5,161.5 + pos: -157.5,43.5 parent: 1 - - uid: 39334 + - uid: 58871 components: - type: Transform - pos: 0.5,160.5 + pos: -156.5,43.5 parent: 1 - - uid: 39335 + - uid: 58872 components: - type: Transform - pos: 0.5,159.5 + pos: -155.5,43.5 parent: 1 - - uid: 39336 + - uid: 58873 components: - type: Transform - pos: -0.5,161.5 + pos: -154.5,43.5 parent: 1 - - uid: 39337 + - uid: 58874 components: - type: Transform - pos: -0.5,160.5 + pos: -153.5,43.5 parent: 1 - - uid: 39338 + - uid: 58875 components: - type: Transform - pos: -0.5,159.5 + pos: -146.5,44.5 parent: 1 - - uid: 39339 + - uid: 58876 components: - type: Transform - pos: -1.5,161.5 + pos: -145.5,44.5 parent: 1 - - uid: 39340 + - uid: 58877 components: - type: Transform - pos: -1.5,160.5 + pos: -144.5,44.5 parent: 1 - - uid: 39341 + - uid: 58878 components: - type: Transform - pos: -1.5,159.5 + pos: -143.5,44.5 parent: 1 - - uid: 39342 + - uid: 58879 components: - type: Transform - pos: -2.5,161.5 + pos: -142.5,44.5 parent: 1 - - uid: 39343 + - uid: 58880 components: - type: Transform - pos: -2.5,160.5 + pos: -142.5,43.5 parent: 1 - - uid: 39344 + - uid: 58881 components: - type: Transform - pos: -2.5,159.5 + pos: -143.5,43.5 parent: 1 - - uid: 39345 + - uid: 58882 components: - type: Transform - pos: -3.5,161.5 + pos: -144.5,43.5 parent: 1 - - uid: 39346 + - uid: 58883 components: - type: Transform - pos: -3.5,160.5 + pos: -145.5,43.5 parent: 1 - - uid: 39347 + - uid: 58884 components: - type: Transform - pos: -4.5,161.5 + pos: -143.5,42.5 parent: 1 - - uid: 39348 + - uid: 58885 components: - type: Transform - pos: -4.5,160.5 + pos: 186.5,-125.5 parent: 1 - - uid: 39349 + - uid: 58886 components: - type: Transform - pos: -5.5,161.5 + pos: 26.5,198.5 parent: 1 - - uid: 39350 + - uid: 58887 components: - type: Transform - pos: -5.5,160.5 + pos: 16.5,199.5 parent: 1 - - uid: 39351 + - uid: 58888 components: - type: Transform - pos: -6.5,161.5 + pos: 21.5,199.5 parent: 1 - - uid: 39352 + - uid: 58889 components: - type: Transform - pos: -6.5,160.5 + pos: 21.5,198.5 parent: 1 - - uid: 39353 + - uid: 58890 components: - type: Transform - pos: -6.5,159.5 + pos: 16.5,198.5 parent: 1 - - uid: 39354 + - uid: 58891 components: - type: Transform - pos: -10.5,161.5 + pos: 24.5,199.5 parent: 1 - - uid: 39355 + - uid: 58892 components: - type: Transform - pos: -10.5,160.5 + pos: 20.5,198.5 parent: 1 - - uid: 39356 + - uid: 58893 components: - type: Transform - pos: -10.5,159.5 + pos: 19.5,198.5 parent: 1 - - uid: 39357 + - uid: 58894 components: - type: Transform - pos: -11.5,161.5 + pos: 23.5,197.5 parent: 1 - - uid: 39358 + - uid: 58895 components: - type: Transform - pos: -11.5,160.5 + pos: 24.5,197.5 parent: 1 - - uid: 39360 + - uid: 58896 components: - type: Transform - pos: -12.5,161.5 + pos: 22.5,197.5 parent: 1 - - uid: 39363 + - uid: 58897 components: - type: Transform - pos: -13.5,161.5 + pos: 18.5,197.5 parent: 1 - - uid: 39364 + - uid: 58898 components: - type: Transform - pos: -13.5,160.5 + pos: 14.5,198.5 parent: 1 - - uid: 39365 + - uid: 58899 components: - type: Transform - pos: -13.5,159.5 + pos: 19.5,199.5 parent: 1 - - uid: 39366 + - uid: 58900 components: - type: Transform - pos: -14.5,161.5 + pos: 15.5,198.5 parent: 1 - - uid: 39367 + - uid: 58901 components: - type: Transform - pos: -14.5,160.5 + pos: 17.5,199.5 parent: 1 - - uid: 39368 + - uid: 58902 components: - type: Transform - pos: -14.5,159.5 + pos: 18.5,199.5 parent: 1 - - uid: 39369 + - uid: 58903 components: - type: Transform - pos: -16.5,161.5 + pos: 11.5,119.5 parent: 1 - - uid: 39370 + - uid: 58904 components: - type: Transform - pos: -16.5,160.5 + pos: 17.5,198.5 parent: 1 - - uid: 39371 + - uid: 58905 components: - type: Transform - pos: -16.5,159.5 + pos: 15.5,199.5 parent: 1 - - uid: 39372 + - uid: 58906 components: - type: Transform - pos: -17.5,161.5 + pos: 25.5,197.5 parent: 1 - - uid: 39373 + - uid: 58907 components: - type: Transform - pos: -17.5,160.5 + pos: 21.5,197.5 parent: 1 - - uid: 39374 + - uid: 58908 components: - type: Transform - pos: -17.5,159.5 + pos: 12.5,172.5 parent: 1 - - uid: 39375 + - uid: 58909 components: - type: Transform - pos: -18.5,161.5 + pos: 20.5,197.5 parent: 1 - - uid: 39376 + - uid: 58910 components: - type: Transform - pos: -18.5,160.5 + pos: 19.5,197.5 parent: 1 - - uid: 39377 + - uid: 58911 components: - type: Transform - pos: -18.5,159.5 + pos: 17.5,197.5 parent: 1 - - uid: 39378 + - uid: 58912 components: - type: Transform - pos: -19.5,161.5 + pos: 16.5,197.5 parent: 1 - - uid: 39379 + - uid: 58913 components: - type: Transform - pos: -19.5,160.5 + pos: 15.5,197.5 parent: 1 - - uid: 39380 + - uid: 58914 components: - type: Transform - pos: -19.5,159.5 + pos: 14.5,197.5 parent: 1 - - uid: 39381 + - uid: 58915 components: - type: Transform - pos: -20.5,161.5 + pos: 24.5,196.5 parent: 1 - - uid: 39382 + - uid: 58916 components: - type: Transform - pos: -20.5,160.5 + pos: 23.5,196.5 parent: 1 - - uid: 39383 + - uid: 58917 components: - type: Transform - pos: -20.5,159.5 + pos: 22.5,196.5 parent: 1 - - uid: 39384 + - uid: 58918 components: - type: Transform - pos: -21.5,161.5 + pos: 21.5,196.5 parent: 1 - - uid: 39385 + - uid: 58919 components: - type: Transform - pos: -21.5,160.5 + pos: 20.5,196.5 parent: 1 - - uid: 39386 + - uid: 58920 components: - type: Transform - pos: -21.5,159.5 + pos: 19.5,196.5 parent: 1 - - uid: 39387 + - uid: 58921 components: - type: Transform - pos: -22.5,161.5 + pos: 18.5,196.5 parent: 1 - - uid: 39388 + - uid: 58922 components: - type: Transform - pos: -22.5,160.5 + pos: 17.5,196.5 parent: 1 - - uid: 39389 + - uid: 58923 components: - type: Transform - pos: -22.5,159.5 + pos: 16.5,196.5 parent: 1 - - uid: 39390 + - uid: 58924 components: - type: Transform - pos: -23.5,161.5 + pos: 15.5,196.5 parent: 1 - - uid: 39391 + - uid: 58925 components: - type: Transform - pos: -23.5,160.5 + pos: 14.5,196.5 parent: 1 - - uid: 39392 + - uid: 58926 components: - type: Transform - pos: -23.5,159.5 + pos: 23.5,195.5 parent: 1 - - uid: 39393 + - uid: 58927 components: - type: Transform - pos: -24.5,161.5 + pos: 22.5,195.5 parent: 1 - - uid: 39394 + - uid: 58928 components: - type: Transform - pos: -24.5,160.5 + pos: 21.5,195.5 parent: 1 - - uid: 39395 + - uid: 58929 components: - type: Transform - pos: -24.5,159.5 + pos: 20.5,195.5 parent: 1 - - uid: 39396 + - uid: 58930 components: - type: Transform - pos: -25.5,161.5 + pos: 19.5,195.5 parent: 1 - - uid: 39397 + - uid: 58931 components: - type: Transform - pos: -25.5,160.5 + pos: 18.5,195.5 parent: 1 - - uid: 39398 + - uid: 58932 components: - type: Transform - pos: -25.5,159.5 + pos: 17.5,195.5 parent: 1 - - uid: 39399 + - uid: 58933 components: - type: Transform - pos: -26.5,161.5 + pos: 16.5,195.5 parent: 1 - - uid: 39400 + - uid: 58934 components: - type: Transform - pos: -26.5,160.5 + pos: 15.5,195.5 parent: 1 - - uid: 39401 + - uid: 58935 components: - type: Transform - pos: -26.5,159.5 + pos: 14.5,195.5 parent: 1 - - uid: 39402 + - uid: 58936 components: - type: Transform - pos: -27.5,161.5 + pos: 22.5,194.5 parent: 1 - - uid: 39403 + - uid: 58937 components: - type: Transform - pos: -27.5,160.5 + pos: 21.5,194.5 parent: 1 - - uid: 39404 + - uid: 58938 components: - type: Transform - pos: -27.5,159.5 + pos: 20.5,194.5 parent: 1 - - uid: 39405 + - uid: 58939 components: - type: Transform - pos: -28.5,161.5 + pos: 19.5,194.5 parent: 1 - - uid: 39406 + - uid: 58940 components: - type: Transform - pos: -28.5,160.5 + pos: 18.5,194.5 parent: 1 - - uid: 39407 + - uid: 58941 components: - type: Transform - pos: -28.5,159.5 + pos: 17.5,194.5 parent: 1 - - uid: 39417 + - uid: 58942 components: - type: Transform - pos: -39.5,156.5 + pos: 16.5,194.5 parent: 1 - - uid: 39418 + - uid: 58943 components: - type: Transform - pos: -39.5,155.5 + pos: 15.5,194.5 parent: 1 - - uid: 39419 + - uid: 58944 components: - type: Transform - pos: -39.5,154.5 + pos: 14.5,194.5 parent: 1 - - uid: 39420 + - uid: 58945 components: - type: Transform - pos: -39.5,153.5 + pos: 20.5,190.5 parent: 1 - - uid: 39421 + - uid: 58946 components: - type: Transform - pos: -39.5,152.5 + pos: 20.5,191.5 parent: 1 - - uid: 39427 + - uid: 58947 components: - type: Transform - pos: -38.5,156.5 + pos: 20.5,192.5 parent: 1 - - uid: 39428 + - uid: 58948 components: - type: Transform - pos: -38.5,155.5 + pos: 20.5,193.5 parent: 1 - - uid: 39429 + - uid: 58949 components: - type: Transform - pos: -38.5,154.5 + pos: 19.5,190.5 parent: 1 - - uid: 39430 + - uid: 58950 components: - type: Transform - pos: -38.5,153.5 + pos: 19.5,191.5 parent: 1 - - uid: 39431 + - uid: 58951 components: - type: Transform - pos: -38.5,152.5 + pos: 19.5,192.5 parent: 1 - - uid: 39437 + - uid: 58952 components: - type: Transform - pos: -37.5,156.5 + pos: 19.5,193.5 parent: 1 - - uid: 39438 + - uid: 58953 components: - type: Transform - pos: -37.5,155.5 + pos: 18.5,190.5 parent: 1 - - uid: 39439 + - uid: 58954 components: - type: Transform - pos: -37.5,154.5 + pos: 18.5,191.5 parent: 1 - - uid: 39440 + - uid: 58955 components: - type: Transform - pos: -37.5,153.5 + pos: 18.5,192.5 parent: 1 - - uid: 39441 + - uid: 58956 components: - type: Transform - pos: -37.5,152.5 + pos: 18.5,193.5 parent: 1 - - uid: 39447 + - uid: 58957 components: - type: Transform - pos: -36.5,156.5 + pos: 17.5,190.5 parent: 1 - - uid: 39448 + - uid: 58958 components: - type: Transform - pos: -36.5,155.5 + pos: 17.5,191.5 parent: 1 - - uid: 39449 + - uid: 58959 components: - type: Transform - pos: -36.5,154.5 + pos: 17.5,192.5 parent: 1 - - uid: 39450 + - uid: 58960 components: - type: Transform - pos: -36.5,153.5 + pos: 17.5,193.5 parent: 1 - - uid: 39451 + - uid: 58961 components: - type: Transform - pos: -36.5,152.5 + pos: 16.5,192.5 parent: 1 - - uid: 39457 + - uid: 58962 components: - type: Transform - pos: -35.5,156.5 + pos: 16.5,193.5 parent: 1 - - uid: 39458 + - uid: 58963 components: - type: Transform - pos: -35.5,155.5 + pos: 14.5,190.5 parent: 1 - - uid: 39459 + - uid: 58964 components: - type: Transform - pos: -35.5,154.5 + pos: 14.5,191.5 parent: 1 - - uid: 39460 + - uid: 58965 components: - type: Transform - pos: -35.5,153.5 + pos: 14.5,192.5 parent: 1 - - uid: 39461 + - uid: 58966 components: - type: Transform - pos: -35.5,152.5 + pos: 14.5,193.5 parent: 1 - - uid: 39467 + - uid: 58967 components: - type: Transform - pos: -34.5,156.5 + pos: 21.5,193.5 parent: 1 - - uid: 39468 + - uid: 58968 components: - type: Transform - pos: -34.5,155.5 + pos: 21.5,192.5 parent: 1 - - uid: 39469 + - uid: 58969 components: - type: Transform - pos: -34.5,154.5 + pos: 19.5,189.5 parent: 1 - - uid: 39470 + - uid: 58970 components: - type: Transform - pos: -34.5,153.5 + pos: 19.5,188.5 parent: 1 - - uid: 39471 + - uid: 58971 components: - type: Transform - pos: -34.5,152.5 + pos: 19.5,187.5 parent: 1 - - uid: 39478 + - uid: 58972 components: - type: Transform - pos: -33.5,155.5 + pos: 18.5,189.5 parent: 1 - - uid: 39479 + - uid: 58973 components: - type: Transform - pos: -33.5,154.5 + pos: 18.5,188.5 parent: 1 - - uid: 39480 + - uid: 58974 components: - type: Transform - pos: -33.5,153.5 + pos: 18.5,187.5 parent: 1 - - uid: 39481 + - uid: 58975 components: - type: Transform - pos: -33.5,152.5 + pos: 17.5,189.5 parent: 1 - - uid: 39482 + - uid: 58976 components: - type: Transform - pos: -33.5,151.5 + pos: 17.5,188.5 parent: 1 - - uid: 39483 + - uid: 58977 components: - type: Transform - pos: -33.5,150.5 + pos: 17.5,187.5 parent: 1 - - uid: 39486 + - uid: 58978 components: - type: Transform - pos: -33.5,147.5 + pos: 16.5,189.5 parent: 1 - - uid: 39488 + - uid: 58979 components: - type: Transform - pos: -32.5,155.5 + pos: 16.5,188.5 parent: 1 - - uid: 39489 + - uid: 58980 components: - type: Transform - pos: -32.5,154.5 + pos: 16.5,187.5 parent: 1 - - uid: 39490 + - uid: 58981 components: - type: Transform - pos: -32.5,153.5 + pos: 15.5,187.5 parent: 1 - - uid: 39491 + - uid: 58982 components: - type: Transform - pos: -32.5,152.5 + pos: 14.5,189.5 parent: 1 - - uid: 39492 + - uid: 58983 components: - type: Transform - pos: -32.5,151.5 + pos: 14.5,188.5 parent: 1 - - uid: 39493 + - uid: 58984 components: - type: Transform - pos: -32.5,150.5 + pos: 14.5,187.5 parent: 1 - - uid: 39496 + - uid: 58985 components: - type: Transform - pos: -32.5,147.5 + pos: 18.5,186.5 parent: 1 - - uid: 39497 + - uid: 58986 components: - type: Transform - pos: -31.5,156.5 + pos: 17.5,186.5 parent: 1 - - uid: 39498 + - uid: 58987 components: - type: Transform - pos: -31.5,155.5 + pos: 16.5,186.5 parent: 1 - - uid: 39499 + - uid: 58988 components: - type: Transform - pos: -31.5,154.5 + pos: 15.5,186.5 parent: 1 - - uid: 39500 + - uid: 58989 components: - type: Transform - pos: -31.5,153.5 + pos: 14.5,186.5 parent: 1 - - uid: 39501 + - uid: 58990 components: - type: Transform - pos: -31.5,152.5 + pos: 13.5,169.5 parent: 1 - - uid: 39502 + - uid: 58991 components: - type: Transform - pos: -31.5,151.5 + pos: 13.5,168.5 parent: 1 - - uid: 39503 + - uid: 58992 components: - type: Transform - pos: -31.5,150.5 + pos: 13.5,167.5 parent: 1 - - uid: 39504 + - uid: 58993 components: - type: Transform - pos: -31.5,149.5 + pos: 13.5,166.5 parent: 1 - - uid: 39505 + - uid: 58994 components: - type: Transform - pos: -31.5,148.5 + pos: 14.5,185.5 parent: 1 - - uid: 39506 + - uid: 58995 components: - type: Transform - pos: -31.5,147.5 + pos: 14.5,184.5 parent: 1 - - uid: 39507 + - uid: 58996 components: - type: Transform - pos: -30.5,156.5 + pos: 14.5,183.5 parent: 1 - - uid: 39508 + - uid: 58997 components: - type: Transform - pos: -30.5,155.5 + pos: 14.5,182.5 parent: 1 - - uid: 39509 + - uid: 58998 components: - type: Transform - pos: -30.5,154.5 + pos: 14.5,181.5 parent: 1 - - uid: 39510 + - uid: 58999 components: - type: Transform - pos: -30.5,153.5 + pos: 14.5,180.5 parent: 1 - - uid: 39511 + - uid: 59000 components: - type: Transform - pos: -30.5,152.5 + pos: 14.5,179.5 parent: 1 - - uid: 39512 + - uid: 59001 components: - type: Transform - pos: -30.5,151.5 + pos: 14.5,178.5 parent: 1 - - uid: 39513 + - uid: 59002 components: - type: Transform - pos: -30.5,150.5 + pos: 14.5,177.5 parent: 1 - - uid: 39514 + - uid: 59003 components: - type: Transform - pos: -30.5,149.5 + pos: 14.5,176.5 parent: 1 - - uid: 39515 + - uid: 59004 components: - type: Transform - pos: -30.5,148.5 + pos: 14.5,175.5 parent: 1 - - uid: 39516 + - uid: 59005 components: - type: Transform - pos: -30.5,147.5 + pos: 14.5,174.5 parent: 1 - - uid: 39517 + - uid: 59006 components: - type: Transform - pos: -29.5,156.5 + pos: 14.5,173.5 parent: 1 - - uid: 39518 + - uid: 59007 components: - type: Transform - pos: -29.5,155.5 + pos: 14.5,172.5 parent: 1 - - uid: 39519 + - uid: 59008 components: - type: Transform - pos: -29.5,154.5 + pos: 14.5,171.5 parent: 1 - - uid: 39520 + - uid: 59009 components: - type: Transform - pos: -29.5,153.5 + pos: 14.5,170.5 parent: 1 - - uid: 39521 + - uid: 59010 components: - type: Transform - pos: -29.5,152.5 + pos: 14.5,169.5 parent: 1 - - uid: 39522 + - uid: 59011 components: - type: Transform - pos: -29.5,151.5 + pos: 14.5,168.5 parent: 1 - - uid: 39523 + - uid: 59012 components: - type: Transform - pos: -29.5,150.5 + pos: 14.5,167.5 parent: 1 - - uid: 39524 + - uid: 59013 components: - type: Transform - pos: -29.5,149.5 + pos: 14.5,166.5 parent: 1 - - uid: 39525 + - uid: 59014 components: - type: Transform - pos: -29.5,148.5 + pos: 15.5,185.5 parent: 1 - - uid: 39526 + - uid: 59015 components: - type: Transform - pos: -29.5,147.5 + pos: 15.5,184.5 parent: 1 - - uid: 39527 + - uid: 59016 components: - type: Transform - pos: -28.5,156.5 + pos: 15.5,183.5 parent: 1 - - uid: 39528 + - uid: 59017 components: - type: Transform - pos: -28.5,155.5 + pos: 15.5,182.5 parent: 1 - - uid: 39529 + - uid: 59018 components: - type: Transform - pos: -28.5,154.5 + pos: 15.5,181.5 parent: 1 - - uid: 39530 + - uid: 59019 components: - type: Transform - pos: -28.5,153.5 + pos: 15.5,180.5 parent: 1 - - uid: 39531 + - uid: 59020 components: - type: Transform - pos: -28.5,152.5 + pos: 15.5,179.5 parent: 1 - - uid: 39532 + - uid: 59021 components: - type: Transform - pos: -28.5,151.5 + pos: 15.5,178.5 parent: 1 - - uid: 39533 + - uid: 59022 components: - type: Transform - pos: -28.5,150.5 + pos: 15.5,177.5 parent: 1 - - uid: 39534 + - uid: 59023 components: - type: Transform - pos: -28.5,149.5 + pos: 15.5,176.5 parent: 1 - - uid: 39535 + - uid: 59024 components: - type: Transform - pos: -28.5,148.5 + pos: 15.5,175.5 parent: 1 - - uid: 39536 + - uid: 59025 components: - type: Transform - pos: -28.5,147.5 + pos: 15.5,174.5 parent: 1 - - uid: 39537 + - uid: 59026 components: - type: Transform - pos: -27.5,156.5 + pos: 15.5,173.5 parent: 1 - - uid: 39538 + - uid: 59027 components: - type: Transform - pos: -27.5,155.5 + pos: 15.5,172.5 parent: 1 - - uid: 39539 + - uid: 59028 components: - type: Transform - pos: -27.5,154.5 + pos: 15.5,171.5 parent: 1 - - uid: 39540 + - uid: 59029 components: - type: Transform - pos: -27.5,153.5 + pos: 15.5,170.5 parent: 1 - - uid: 39541 + - uid: 59030 components: - type: Transform - pos: -27.5,152.5 + pos: 15.5,169.5 parent: 1 - - uid: 39542 + - uid: 59031 components: - type: Transform - pos: -27.5,151.5 + pos: 15.5,168.5 parent: 1 - - uid: 39543 + - uid: 59032 components: - type: Transform - pos: -27.5,149.5 + pos: 15.5,167.5 parent: 1 - - uid: 39544 + - uid: 59033 components: - type: Transform - pos: -27.5,148.5 + pos: 15.5,166.5 parent: 1 - - uid: 39545 + - uid: 59034 components: - type: Transform - pos: -27.5,147.5 + pos: 16.5,185.5 parent: 1 - - uid: 39546 + - uid: 59035 components: - type: Transform - pos: -23.5,158.5 + pos: 16.5,184.5 parent: 1 - - uid: 39547 + - uid: 59036 components: - type: Transform - pos: -22.5,158.5 + pos: 16.5,183.5 parent: 1 - - uid: 39548 + - uid: 59037 components: - type: Transform - pos: -21.5,158.5 + pos: 16.5,182.5 parent: 1 - - uid: 39549 + - uid: 59038 components: - type: Transform - pos: -21.5,157.5 + pos: 16.5,181.5 parent: 1 - - uid: 39550 + - uid: 59039 components: - type: Transform - pos: -20.5,158.5 + pos: 16.5,180.5 parent: 1 - - uid: 39551 + - uid: 59040 components: - type: Transform - pos: -20.5,157.5 + pos: 16.5,179.5 parent: 1 - - uid: 39552 + - uid: 59041 components: - type: Transform - pos: -19.5,158.5 + pos: 16.5,178.5 parent: 1 - - uid: 39553 + - uid: 59042 components: - type: Transform - pos: -19.5,157.5 + pos: 16.5,177.5 parent: 1 - - uid: 39554 + - uid: 59043 components: - type: Transform - pos: -18.5,158.5 + pos: 16.5,176.5 parent: 1 - - uid: 39555 + - uid: 59044 components: - type: Transform - pos: -18.5,157.5 + pos: 16.5,175.5 parent: 1 - - uid: 39556 + - uid: 59045 components: - type: Transform - pos: -14.5,158.5 + pos: 16.5,174.5 parent: 1 - - uid: 39557 + - uid: 59046 components: - type: Transform - pos: -13.5,158.5 + pos: 16.5,173.5 parent: 1 - - uid: 39558 + - uid: 59047 components: - type: Transform - pos: -13.5,157.5 + pos: 16.5,172.5 parent: 1 - - uid: 39564 + - uid: 59048 components: - type: Transform - pos: -10.5,157.5 + pos: 16.5,171.5 parent: 1 - - uid: 39565 + - uid: 59049 components: - type: Transform - pos: -6.5,157.5 + pos: 16.5,170.5 parent: 1 - - uid: 39568 + - uid: 59050 components: - type: Transform - pos: 11.5,114.5 + pos: 16.5,169.5 parent: 1 - - uid: 39569 + - uid: 59051 components: - type: Transform - pos: -3.5,134.5 + pos: 16.5,168.5 parent: 1 - - uid: 39570 + - uid: 59052 components: - type: Transform - pos: -3.5,135.5 + pos: 16.5,167.5 parent: 1 - - uid: 39571 + - uid: 59053 components: - type: Transform - pos: -26.5,155.5 + pos: 16.5,166.5 parent: 1 - - uid: 39572 + - uid: 59054 components: - type: Transform - pos: -26.5,154.5 + pos: 17.5,185.5 parent: 1 - - uid: 39573 + - uid: 59055 components: - type: Transform - pos: -26.5,153.5 + pos: 17.5,184.5 parent: 1 - - uid: 39574 + - uid: 59056 components: - type: Transform - pos: -26.5,152.5 + pos: 17.5,183.5 parent: 1 - - uid: 39575 + - uid: 59057 components: - type: Transform - pos: -26.5,149.5 + pos: 17.5,182.5 parent: 1 - - uid: 39576 + - uid: 59058 components: - type: Transform - pos: -26.5,148.5 + pos: 17.5,181.5 parent: 1 - - uid: 39577 + - uid: 59059 components: - type: Transform - pos: -26.5,147.5 + pos: 17.5,180.5 parent: 1 - - uid: 39578 + - uid: 59060 components: - type: Transform - pos: -26.5,146.5 + pos: 17.5,179.5 parent: 1 - - uid: 39579 + - uid: 59061 components: - type: Transform - pos: -26.5,145.5 + pos: 17.5,178.5 parent: 1 - - uid: 39583 + - uid: 59062 components: - type: Transform - pos: -26.5,141.5 + pos: 17.5,177.5 parent: 1 - - uid: 39584 + - uid: 59063 components: - type: Transform - pos: -26.5,140.5 + pos: 17.5,176.5 parent: 1 - - uid: 39585 + - uid: 59064 components: - type: Transform - pos: -26.5,139.5 + pos: 17.5,175.5 parent: 1 - - uid: 39586 + - uid: 59065 components: - type: Transform - pos: -26.5,138.5 + pos: 17.5,174.5 parent: 1 - - uid: 39587 + - uid: 59066 components: - type: Transform - pos: -26.5,137.5 + pos: 17.5,173.5 parent: 1 - - uid: 39588 + - uid: 59067 components: - type: Transform - pos: -26.5,136.5 + pos: 17.5,172.5 parent: 1 - - uid: 39589 + - uid: 59068 components: - type: Transform - pos: -25.5,156.5 + pos: 17.5,171.5 parent: 1 - - uid: 39590 + - uid: 59069 components: - type: Transform - pos: -25.5,155.5 + pos: 17.5,170.5 parent: 1 - - uid: 39591 + - uid: 59070 components: - type: Transform - pos: -25.5,154.5 + pos: 17.5,169.5 parent: 1 - - uid: 39592 + - uid: 59071 components: - type: Transform - pos: -25.5,153.5 + pos: 17.5,168.5 parent: 1 - - uid: 39593 + - uid: 59072 components: - type: Transform - pos: -25.5,150.5 + pos: 17.5,167.5 parent: 1 - - uid: 39594 + - uid: 59073 components: - type: Transform - pos: -25.5,149.5 + pos: 17.5,166.5 parent: 1 - - uid: 39595 + - uid: 59074 components: - type: Transform - pos: -25.5,148.5 + pos: 18.5,169.5 parent: 1 - - uid: 39596 + - uid: 59075 components: - type: Transform - pos: -25.5,147.5 + pos: 18.5,170.5 parent: 1 - - uid: 39603 + - uid: 59076 components: - type: Transform - pos: -25.5,140.5 + pos: 18.5,171.5 parent: 1 - - uid: 39604 + - uid: 59077 components: - type: Transform - pos: -25.5,139.5 + pos: 18.5,172.5 parent: 1 - - uid: 39605 + - uid: 59078 components: - type: Transform - pos: -25.5,138.5 + pos: 18.5,173.5 parent: 1 - - uid: 39606 + - uid: 59079 components: - type: Transform - pos: -25.5,137.5 + pos: 18.5,174.5 parent: 1 - - uid: 39607 + - uid: 59080 components: - type: Transform - pos: -25.5,136.5 + pos: 18.5,175.5 parent: 1 - - uid: 39608 + - uid: 59081 components: - type: Transform - pos: -24.5,156.5 + pos: 18.5,176.5 parent: 1 - - uid: 39609 + - uid: 59082 components: - type: Transform - pos: -24.5,155.5 + pos: 18.5,177.5 parent: 1 - - uid: 39610 + - uid: 59083 components: - type: Transform - pos: -24.5,154.5 + pos: 18.5,178.5 parent: 1 - - uid: 39611 + - uid: 59084 components: - type: Transform - pos: -24.5,150.5 + pos: 19.5,174.5 parent: 1 - - uid: 39612 + - uid: 59085 components: - type: Transform - pos: -24.5,149.5 + pos: 19.5,173.5 parent: 1 - - uid: 39613 + - uid: 59086 components: - type: Transform - pos: -24.5,148.5 + pos: 19.5,172.5 parent: 1 - - uid: 39614 + - uid: 59087 components: - type: Transform - pos: -24.5,147.5 + pos: 19.5,171.5 parent: 1 - - uid: 39621 + - uid: 59088 components: - type: Transform - pos: -24.5,140.5 + pos: 19.5,170.5 parent: 1 - - uid: 39622 + - uid: 59089 components: - type: Transform - pos: -24.5,139.5 + pos: 20.5,172.5 parent: 1 - - uid: 39623 + - uid: 59090 components: - type: Transform - pos: -24.5,138.5 + pos: 20.5,171.5 parent: 1 - - uid: 39624 + - uid: 59091 components: - type: Transform - pos: -24.5,137.5 + pos: 20.5,170.5 parent: 1 - - uid: 39626 + - uid: 59092 components: - type: Transform - pos: -23.5,155.5 + pos: -26.5,156.5 parent: 1 - - uid: 39627 + - uid: 59093 components: - type: Transform - pos: -23.5,154.5 + pos: -3.5,133.5 parent: 1 - - uid: 39628 + - uid: 59094 components: - type: Transform - pos: -23.5,150.5 + pos: 12.5,170.5 parent: 1 - - uid: 39629 + - uid: 59095 components: - type: Transform - pos: -23.5,149.5 + pos: 12.5,168.5 parent: 1 - - uid: 39630 + - uid: 59096 components: - type: Transform - pos: -23.5,148.5 + pos: 12.5,167.5 parent: 1 - - uid: 39631 + - uid: 59097 components: - type: Transform - pos: -23.5,147.5 + pos: 12.5,166.5 parent: 1 - - uid: 39632 + - uid: 59098 components: - type: Transform - pos: -23.5,146.5 + pos: 11.5,172.5 parent: 1 - - uid: 39635 + - uid: 59099 components: - type: Transform - pos: -23.5,143.5 + pos: 11.5,171.5 parent: 1 - - uid: 39636 + - uid: 59100 components: - type: Transform - pos: -23.5,142.5 + pos: 11.5,169.5 parent: 1 - - uid: 39637 + - uid: 59101 components: - type: Transform - pos: -23.5,141.5 + pos: 11.5,168.5 parent: 1 - - uid: 39638 + - uid: 59102 components: - type: Transform - pos: -23.5,140.5 + pos: 11.5,167.5 parent: 1 - - uid: 39639 + - uid: 59103 components: - type: Transform - pos: -23.5,139.5 + pos: 11.5,166.5 parent: 1 - - uid: 39640 + - uid: 59104 components: - type: Transform - pos: -23.5,138.5 + pos: 10.5,172.5 parent: 1 - - uid: 39641 + - uid: 59105 components: - type: Transform - pos: -23.5,137.5 + pos: 10.5,171.5 parent: 1 - - uid: 39643 + - uid: 59106 components: - type: Transform - pos: -22.5,151.5 + pos: 10.5,170.5 parent: 1 - - uid: 39644 + - uid: 59107 components: - type: Transform - pos: -22.5,150.5 + pos: 10.5,169.5 parent: 1 - - uid: 39645 + - uid: 59108 components: - type: Transform - pos: -22.5,149.5 + pos: 10.5,168.5 parent: 1 - - uid: 39646 + - uid: 59109 components: - type: Transform - pos: -22.5,148.5 + pos: 10.5,167.5 parent: 1 - - uid: 39647 + - uid: 59110 components: - type: Transform - pos: -22.5,147.5 + pos: 10.5,166.5 parent: 1 - - uid: 39648 + - uid: 59111 components: - type: Transform - pos: -22.5,146.5 + pos: 9.5,172.5 parent: 1 - - uid: 39649 + - uid: 59112 components: - type: Transform - pos: -22.5,145.5 + pos: 9.5,171.5 parent: 1 - - uid: 39650 + - uid: 59113 components: - type: Transform - pos: -22.5,144.5 + pos: 9.5,170.5 parent: 1 - - uid: 39651 + - uid: 59114 components: - type: Transform - pos: -22.5,143.5 + pos: 9.5,169.5 parent: 1 - - uid: 39652 + - uid: 59115 components: - type: Transform - pos: -22.5,142.5 + pos: 9.5,168.5 parent: 1 - - uid: 39653 + - uid: 59116 components: - type: Transform - pos: -22.5,141.5 + pos: 9.5,167.5 parent: 1 - - uid: 39654 + - uid: 59117 components: - type: Transform - pos: -22.5,140.5 + pos: 9.5,166.5 parent: 1 - - uid: 39655 + - uid: 59118 components: - type: Transform - pos: -22.5,139.5 + pos: 8.5,172.5 parent: 1 - - uid: 39656 + - uid: 59119 components: - type: Transform - pos: -22.5,138.5 + pos: 8.5,171.5 parent: 1 - - uid: 39657 + - uid: 59120 components: - type: Transform - pos: -22.5,137.5 + pos: 8.5,170.5 parent: 1 - - uid: 39658 + - uid: 59121 components: - type: Transform - pos: -22.5,136.5 + pos: 8.5,169.5 parent: 1 - - uid: 39659 + - uid: 59122 components: - type: Transform - pos: -21.5,156.5 + pos: 8.5,168.5 parent: 1 - - uid: 39660 + - uid: 59123 components: - type: Transform - pos: -21.5,155.5 + pos: 8.5,167.5 parent: 1 - - uid: 39661 + - uid: 59124 components: - type: Transform - pos: -21.5,152.5 + pos: 8.5,166.5 parent: 1 - - uid: 39662 + - uid: 59125 components: - type: Transform - pos: -21.5,151.5 + pos: 7.5,172.5 parent: 1 - - uid: 39663 + - uid: 59126 components: - type: Transform - pos: -21.5,150.5 + pos: 7.5,171.5 parent: 1 - - uid: 39664 + - uid: 59127 components: - type: Transform - pos: -21.5,149.5 + pos: 7.5,170.5 parent: 1 - - uid: 39665 + - uid: 59128 components: - type: Transform - pos: -21.5,148.5 + pos: 7.5,169.5 parent: 1 - - uid: 39666 + - uid: 59129 components: - type: Transform - pos: -21.5,147.5 + pos: 7.5,168.5 parent: 1 - - uid: 39667 + - uid: 59130 components: - type: Transform - pos: -21.5,146.5 + pos: 7.5,167.5 parent: 1 - - uid: 39668 + - uid: 59131 components: - type: Transform - pos: -21.5,145.5 + pos: 7.5,166.5 parent: 1 - - uid: 39669 + - uid: 59132 components: - type: Transform - pos: -21.5,144.5 + pos: 6.5,172.5 parent: 1 - - uid: 39670 + - uid: 59133 components: - type: Transform - pos: -21.5,143.5 + pos: 6.5,171.5 parent: 1 - - uid: 39671 + - uid: 59134 components: - type: Transform - pos: -21.5,142.5 + pos: 6.5,170.5 parent: 1 - - uid: 39672 + - uid: 59135 components: - type: Transform - pos: -21.5,141.5 + pos: 6.5,169.5 parent: 1 - - uid: 39673 + - uid: 59136 components: - type: Transform - pos: -21.5,140.5 + pos: 6.5,168.5 parent: 1 - - uid: 39674 + - uid: 59137 components: - type: Transform - pos: -21.5,139.5 + pos: 6.5,167.5 parent: 1 - - uid: 39675 + - uid: 59138 components: - type: Transform - pos: -21.5,138.5 + pos: 6.5,166.5 parent: 1 - - uid: 39676 + - uid: 59139 components: - type: Transform - pos: -21.5,137.5 + pos: 5.5,172.5 parent: 1 - - uid: 39677 + - uid: 59140 components: - type: Transform - pos: -21.5,136.5 + pos: 5.5,171.5 parent: 1 - - uid: 39678 + - uid: 59141 components: - type: Transform - pos: -20.5,156.5 + pos: 5.5,170.5 parent: 1 - - uid: 39679 + - uid: 59142 components: - type: Transform - pos: -20.5,152.5 + pos: 5.5,167.5 parent: 1 - - uid: 39680 + - uid: 59143 components: - type: Transform - pos: -20.5,151.5 + pos: 5.5,166.5 parent: 1 - - uid: 39681 + - uid: 59144 components: - type: Transform - pos: -20.5,150.5 + pos: 4.5,172.5 parent: 1 - - uid: 39682 + - uid: 59145 components: - type: Transform - pos: -20.5,149.5 + pos: 4.5,171.5 parent: 1 - - uid: 39683 + - uid: 59146 components: - type: Transform - pos: -20.5,148.5 + pos: 4.5,170.5 parent: 1 - - uid: 39684 + - uid: 59147 components: - type: Transform - pos: -20.5,147.5 + pos: 4.5,166.5 parent: 1 - - uid: 39685 + - uid: 59148 components: - type: Transform - pos: -20.5,146.5 + pos: 3.5,172.5 parent: 1 - - uid: 39686 + - uid: 59149 components: - type: Transform - pos: -20.5,145.5 + pos: 3.5,171.5 parent: 1 - - uid: 39687 + - uid: 59150 components: - type: Transform - pos: -20.5,144.5 + pos: 3.5,170.5 parent: 1 - - uid: 39688 + - uid: 59151 components: - type: Transform - pos: -20.5,143.5 + pos: 3.5,166.5 parent: 1 - - uid: 39689 + - uid: 59152 components: - type: Transform - pos: -20.5,142.5 + pos: 2.5,172.5 parent: 1 - - uid: 39690 + - uid: 59153 components: - type: Transform - pos: -20.5,141.5 + pos: 2.5,171.5 parent: 1 - - uid: 39691 + - uid: 59154 components: - type: Transform - pos: -20.5,140.5 + pos: 2.5,170.5 parent: 1 - - uid: 39692 + - uid: 59155 components: - type: Transform - pos: -20.5,139.5 + pos: 2.5,166.5 parent: 1 - - uid: 39693 + - uid: 59156 components: - type: Transform - pos: -20.5,138.5 + pos: 1.5,172.5 parent: 1 - - uid: 39694 + - uid: 59157 components: - type: Transform - pos: -20.5,137.5 + pos: 1.5,171.5 parent: 1 - - uid: 39695 + - uid: 59158 components: - type: Transform - pos: -20.5,136.5 + pos: 1.5,170.5 parent: 1 - - uid: 39696 + - uid: 59159 components: - type: Transform - pos: -19.5,153.5 + pos: 1.5,166.5 parent: 1 - - uid: 39697 + - uid: 59160 components: - type: Transform - pos: -19.5,152.5 + pos: 0.5,172.5 parent: 1 - - uid: 39700 + - uid: 59161 components: - type: Transform - pos: -19.5,149.5 + pos: 0.5,171.5 parent: 1 - - uid: 39701 + - uid: 59162 components: - type: Transform - pos: -19.5,148.5 + pos: 0.5,170.5 parent: 1 - - uid: 39702 + - uid: 59163 components: - type: Transform - pos: -19.5,147.5 + pos: 0.5,169.5 parent: 1 - - uid: 39703 + - uid: 59164 components: - type: Transform - pos: -19.5,146.5 + pos: 0.5,168.5 parent: 1 - - uid: 39704 + - uid: 59165 components: - type: Transform - pos: -19.5,145.5 + pos: 0.5,167.5 parent: 1 - - uid: 39705 + - uid: 59166 components: - type: Transform - pos: -19.5,144.5 + pos: 0.5,166.5 parent: 1 - - uid: 39706 + - uid: 59167 components: - type: Transform - pos: -19.5,143.5 + pos: -0.5,172.5 parent: 1 - - uid: 39707 + - uid: 59168 components: - type: Transform - pos: -19.5,142.5 + pos: -0.5,171.5 parent: 1 - - uid: 39708 + - uid: 59169 components: - type: Transform - pos: -19.5,141.5 + pos: -0.5,170.5 parent: 1 - - uid: 39709 + - uid: 59170 components: - type: Transform - pos: -19.5,140.5 + pos: -0.5,169.5 parent: 1 - - uid: 39710 + - uid: 59171 components: - type: Transform - pos: -19.5,139.5 + pos: -0.5,168.5 parent: 1 - - uid: 39711 + - uid: 59172 components: - type: Transform - pos: -19.5,138.5 + pos: -0.5,167.5 parent: 1 - - uid: 39712 + - uid: 59173 components: - type: Transform - pos: -19.5,137.5 + pos: -0.5,166.5 parent: 1 - - uid: 39713 + - uid: 59174 components: - type: Transform - pos: -19.5,136.5 + pos: -1.5,172.5 parent: 1 - - uid: 39716 + - uid: 59175 components: - type: Transform - pos: -18.5,148.5 + pos: -1.5,171.5 parent: 1 - - uid: 39717 + - uid: 59176 components: - type: Transform - pos: -18.5,147.5 + pos: -1.5,170.5 parent: 1 - - uid: 39718 + - uid: 59177 components: - type: Transform - pos: -18.5,146.5 + pos: -1.5,169.5 parent: 1 - - uid: 39719 + - uid: 59178 components: - type: Transform - pos: -18.5,145.5 + pos: -1.5,168.5 parent: 1 - - uid: 39720 + - uid: 59179 components: - type: Transform - pos: -18.5,144.5 + pos: -1.5,167.5 parent: 1 - - uid: 39721 + - uid: 59180 components: - type: Transform - pos: -18.5,141.5 + pos: -1.5,166.5 parent: 1 - - uid: 39722 + - uid: 59181 components: - type: Transform - pos: -18.5,140.5 + pos: -2.5,172.5 parent: 1 - - uid: 39723 + - uid: 59182 components: - type: Transform - pos: -18.5,139.5 + pos: -2.5,171.5 parent: 1 - - uid: 39724 + - uid: 59183 components: - type: Transform - pos: -18.5,138.5 + pos: -2.5,170.5 parent: 1 - - uid: 39725 + - uid: 59184 components: - type: Transform - pos: -18.5,137.5 + pos: -2.5,169.5 parent: 1 - - uid: 39726 + - uid: 59185 components: - type: Transform - pos: -18.5,136.5 + pos: -2.5,168.5 parent: 1 - - uid: 39727 + - uid: 59186 components: - type: Transform - pos: -17.5,154.5 + pos: -2.5,167.5 parent: 1 - - uid: 39729 + - uid: 59187 components: - type: Transform - pos: -17.5,148.5 + pos: -2.5,166.5 parent: 1 - - uid: 39730 + - uid: 59188 components: - type: Transform - pos: -17.5,147.5 + pos: -3.5,172.5 parent: 1 - - uid: 39731 + - uid: 59189 components: - type: Transform - pos: -17.5,146.5 + pos: -3.5,171.5 parent: 1 - - uid: 39732 + - uid: 59190 components: - type: Transform - pos: -17.5,145.5 + pos: -3.5,170.5 parent: 1 - - uid: 39733 + - uid: 59191 components: - type: Transform - pos: -17.5,144.5 + pos: -3.5,169.5 parent: 1 - - uid: 39734 + - uid: 59192 components: - type: Transform - pos: -17.5,142.5 + pos: -3.5,168.5 parent: 1 - - uid: 39735 + - uid: 59193 components: - type: Transform - pos: -17.5,141.5 + pos: -3.5,167.5 parent: 1 - - uid: 39736 + - uid: 59194 components: - type: Transform - pos: -17.5,140.5 + pos: -3.5,166.5 parent: 1 - - uid: 39737 + - uid: 59195 components: - type: Transform - pos: -17.5,139.5 + pos: -4.5,172.5 parent: 1 - - uid: 39738 + - uid: 59196 components: - type: Transform - pos: -17.5,138.5 + pos: -4.5,171.5 parent: 1 - - uid: 39739 + - uid: 59197 components: - type: Transform - pos: -17.5,137.5 + pos: -4.5,170.5 parent: 1 - - uid: 39740 + - uid: 59198 components: - type: Transform - pos: -17.5,136.5 + pos: -4.5,169.5 parent: 1 - - uid: 39741 + - uid: 59199 components: - type: Transform - pos: -16.5,154.5 + pos: -4.5,168.5 parent: 1 - - uid: 39742 + - uid: 59200 components: - type: Transform - pos: -16.5,153.5 + pos: -4.5,167.5 parent: 1 - - uid: 39743 + - uid: 59201 components: - type: Transform - pos: -16.5,152.5 + pos: -4.5,166.5 parent: 1 - - uid: 39744 + - uid: 59202 components: - type: Transform - pos: -16.5,151.5 + pos: -5.5,172.5 parent: 1 - - uid: 39747 + - uid: 59203 components: - type: Transform - pos: -16.5,148.5 + pos: -5.5,171.5 parent: 1 - - uid: 39748 + - uid: 59204 components: - type: Transform - pos: -16.5,147.5 + pos: -5.5,170.5 parent: 1 - - uid: 39749 + - uid: 59205 components: - type: Transform - pos: -16.5,146.5 + pos: -5.5,169.5 parent: 1 - - uid: 39750 + - uid: 59206 components: - type: Transform - pos: -16.5,142.5 + pos: -5.5,168.5 parent: 1 - - uid: 39751 + - uid: 59207 components: - type: Transform - pos: -16.5,141.5 + pos: -5.5,167.5 parent: 1 - - uid: 39752 + - uid: 59208 components: - type: Transform - pos: -16.5,140.5 + pos: -5.5,166.5 parent: 1 - - uid: 39753 + - uid: 59209 components: - type: Transform - pos: -16.5,139.5 + pos: -6.5,172.5 parent: 1 - - uid: 39754 + - uid: 59210 components: - type: Transform - pos: -16.5,138.5 + pos: -6.5,171.5 parent: 1 - - uid: 39757 + - uid: 59211 components: - type: Transform - pos: -15.5,154.5 + pos: -6.5,170.5 parent: 1 - - uid: 39758 + - uid: 59212 components: - type: Transform - pos: -15.5,152.5 + pos: -6.5,169.5 parent: 1 - - uid: 39759 + - uid: 59213 components: - type: Transform - pos: -15.5,151.5 + pos: -7.5,172.5 parent: 1 - - uid: 39760 + - uid: 59214 components: - type: Transform - pos: -15.5,150.5 + pos: -7.5,171.5 parent: 1 - - uid: 39761 + - uid: 59215 components: - type: Transform - pos: -15.5,149.5 + pos: -7.5,170.5 parent: 1 - - uid: 39762 + - uid: 59216 components: - type: Transform - pos: -15.5,148.5 + pos: -7.5,169.5 parent: 1 - - uid: 39763 + - uid: 59217 components: - type: Transform - pos: -15.5,147.5 + pos: -8.5,172.5 parent: 1 - - uid: 39764 + - uid: 59218 components: - type: Transform - pos: -15.5,146.5 + pos: -8.5,171.5 parent: 1 - - uid: 39765 + - uid: 59219 components: - type: Transform - pos: -15.5,145.5 + pos: -8.5,170.5 parent: 1 - - uid: 39766 + - uid: 59220 components: - type: Transform - pos: -15.5,143.5 + pos: -8.5,169.5 parent: 1 - - uid: 39767 + - uid: 59221 components: - type: Transform - pos: -15.5,142.5 + pos: -9.5,172.5 parent: 1 - - uid: 39768 + - uid: 59222 components: - type: Transform - pos: -15.5,141.5 + pos: -9.5,171.5 parent: 1 - - uid: 39769 + - uid: 59223 components: - type: Transform - pos: -15.5,140.5 + pos: -9.5,170.5 parent: 1 - - uid: 39770 + - uid: 59224 components: - type: Transform - pos: -15.5,139.5 + pos: -9.5,169.5 parent: 1 - - uid: 39771 + - uid: 59225 components: - type: Transform - pos: -15.5,138.5 + pos: -9.5,168.5 parent: 1 - - uid: 39774 + - uid: 59226 components: - type: Transform - pos: -14.5,153.5 + pos: -9.5,167.5 parent: 1 - - uid: 39776 + - uid: 59227 components: - type: Transform - pos: -3.5,138.5 + pos: -10.5,172.5 parent: 1 - - uid: 39777 + - uid: 59228 components: - type: Transform - pos: -3.5,137.5 + pos: -10.5,171.5 parent: 1 - - uid: 39778 + - uid: 59229 components: - type: Transform - pos: 11.5,120.5 + pos: -10.5,170.5 parent: 1 - - uid: 39779 + - uid: 59230 components: - type: Transform - pos: -3.5,136.5 + pos: -10.5,169.5 parent: 1 - - uid: 39780 + - uid: 59231 components: - type: Transform - pos: -3.5,139.5 + pos: -10.5,168.5 parent: 1 - - uid: 39781 + - uid: 59232 components: - type: Transform - pos: -14.5,152.5 + pos: -10.5,167.5 parent: 1 - - uid: 39782 + - uid: 59233 components: - type: Transform - pos: -14.5,151.5 + pos: -10.5,166.5 parent: 1 - - uid: 39783 + - uid: 59234 components: - type: Transform - pos: -14.5,150.5 + pos: -11.5,172.5 parent: 1 - - uid: 39784 + - uid: 59235 components: - type: Transform - pos: -14.5,149.5 + pos: -11.5,171.5 parent: 1 - - uid: 39785 + - uid: 59236 components: - type: Transform - pos: -14.5,148.5 + pos: -11.5,170.5 parent: 1 - - uid: 39786 + - uid: 59237 components: - type: Transform - pos: -14.5,147.5 + pos: -11.5,169.5 parent: 1 - - uid: 39787 + - uid: 59238 components: - type: Transform - pos: -14.5,146.5 + pos: -11.5,168.5 parent: 1 - - uid: 39790 + - uid: 59239 components: - type: Transform - pos: -14.5,141.5 + pos: -11.5,167.5 parent: 1 - - uid: 39791 + - uid: 59240 components: - type: Transform - pos: -14.5,140.5 + pos: -11.5,166.5 parent: 1 - - uid: 39792 + - uid: 59241 components: - type: Transform - pos: -14.5,139.5 + pos: -12.5,172.5 parent: 1 - - uid: 39793 + - uid: 59242 components: - type: Transform - pos: -14.5,138.5 + pos: -12.5,171.5 parent: 1 - - uid: 39794 + - uid: 59243 components: - type: Transform - pos: -14.5,137.5 + pos: -12.5,170.5 parent: 1 - - uid: 39795 + - uid: 59244 components: - type: Transform - pos: -14.5,136.5 + pos: -12.5,169.5 parent: 1 - - uid: 39796 + - uid: 59245 components: - type: Transform - pos: -13.5,156.5 + pos: -12.5,168.5 parent: 1 - - uid: 39797 + - uid: 59246 components: - type: Transform - pos: -13.5,153.5 + pos: -12.5,167.5 parent: 1 - - uid: 39798 + - uid: 59247 components: - type: Transform - pos: -13.5,151.5 + pos: -12.5,166.5 parent: 1 - - uid: 39799 + - uid: 59248 components: - type: Transform - pos: -13.5,150.5 + pos: -13.5,172.5 parent: 1 - - uid: 39800 + - uid: 59249 components: - type: Transform - pos: -13.5,149.5 + pos: -13.5,171.5 parent: 1 - - uid: 39801 + - uid: 59250 components: - type: Transform - pos: -13.5,148.5 + pos: -13.5,170.5 parent: 1 - - uid: 39802 + - uid: 59251 components: - type: Transform - pos: -13.5,147.5 + pos: -13.5,169.5 parent: 1 - - uid: 39805 + - uid: 59252 components: - type: Transform - pos: -13.5,142.5 + pos: -13.5,168.5 parent: 1 - - uid: 39806 + - uid: 59253 components: - type: Transform - pos: -13.5,141.5 + pos: -13.5,167.5 parent: 1 - - uid: 39807 + - uid: 59254 components: - type: Transform - pos: -13.5,140.5 + pos: -13.5,166.5 parent: 1 - - uid: 39808 + - uid: 59255 components: - type: Transform - pos: -13.5,139.5 + pos: -14.5,172.5 parent: 1 - - uid: 39809 + - uid: 59256 components: - type: Transform - pos: -13.5,138.5 + pos: -14.5,171.5 parent: 1 - - uid: 39810 + - uid: 59257 components: - type: Transform - pos: -13.5,137.5 + pos: -14.5,170.5 parent: 1 - - uid: 39811 + - uid: 59258 components: - type: Transform - pos: -13.5,136.5 + pos: -14.5,169.5 parent: 1 - - uid: 39812 + - uid: 59259 components: - type: Transform - pos: -12.5,156.5 + pos: -14.5,168.5 parent: 1 - - uid: 39813 + - uid: 59260 components: - type: Transform - pos: -12.5,149.5 + pos: -14.5,167.5 parent: 1 - - uid: 39814 + - uid: 59261 components: - type: Transform - pos: -12.5,148.5 + pos: -14.5,166.5 parent: 1 - - uid: 39815 + - uid: 59262 components: - type: Transform - pos: -12.5,147.5 + pos: -15.5,172.5 parent: 1 - - uid: 39819 + - uid: 59263 components: - type: Transform - pos: -12.5,142.5 + pos: -15.5,171.5 parent: 1 - - uid: 39820 + - uid: 59264 components: - type: Transform - pos: -12.5,141.5 + pos: -15.5,170.5 parent: 1 - - uid: 39821 + - uid: 59265 components: - type: Transform - pos: -12.5,140.5 + pos: -15.5,169.5 parent: 1 - - uid: 39822 + - uid: 59266 components: - type: Transform - pos: -12.5,139.5 + pos: -15.5,168.5 parent: 1 - - uid: 39823 + - uid: 59267 components: - type: Transform - pos: -12.5,138.5 + pos: -15.5,167.5 parent: 1 - - uid: 39824 + - uid: 59268 components: - type: Transform - pos: -12.5,137.5 + pos: -15.5,166.5 parent: 1 - - uid: 39825 + - uid: 59269 components: - type: Transform - pos: -12.5,136.5 + pos: -16.5,172.5 parent: 1 - - uid: 39826 + - uid: 59270 components: - type: Transform - pos: -11.5,153.5 + pos: -16.5,171.5 parent: 1 - - uid: 39827 + - uid: 59271 components: - type: Transform - pos: -11.5,152.5 + pos: -16.5,170.5 parent: 1 - - uid: 39828 + - uid: 59272 components: - type: Transform - pos: -11.5,151.5 + pos: -16.5,169.5 parent: 1 - - uid: 39829 + - uid: 59273 components: - type: Transform - pos: -11.5,148.5 + pos: -16.5,168.5 parent: 1 - - uid: 39832 + - uid: 59274 components: - type: Transform - pos: -11.5,143.5 + pos: -16.5,167.5 parent: 1 - - uid: 39833 + - uid: 59275 components: - type: Transform - pos: -11.5,142.5 + pos: -16.5,166.5 parent: 1 - - uid: 39834 + - uid: 59276 components: - type: Transform - pos: -11.5,141.5 + pos: 30.5,99.5 parent: 1 - - uid: 39835 + - uid: 59277 components: - type: Transform - pos: -11.5,140.5 + pos: -16.5,165.5 parent: 1 - - uid: 39836 + - uid: 59278 components: - type: Transform - pos: -11.5,139.5 + pos: -16.5,164.5 parent: 1 - - uid: 39837 + - uid: 59279 components: - type: Transform - pos: -11.5,138.5 + pos: -16.5,163.5 parent: 1 - - uid: 39838 + - uid: 59280 components: - type: Transform - pos: -11.5,137.5 + pos: -16.5,162.5 parent: 1 - - uid: 39839 + - uid: 59281 components: - type: Transform - pos: -11.5,136.5 + pos: -15.5,165.5 parent: 1 - - uid: 39842 + - uid: 59282 components: - type: Transform - pos: -10.5,151.5 + pos: -15.5,164.5 parent: 1 - - uid: 39843 + - uid: 59283 components: - type: Transform - pos: -10.5,150.5 + pos: -14.5,165.5 parent: 1 - - uid: 39844 + - uid: 59284 components: - type: Transform - pos: -10.5,146.5 + pos: -13.5,165.5 parent: 1 - - uid: 39845 + - uid: 59285 components: - type: Transform - pos: -10.5,145.5 + pos: -13.5,162.5 parent: 1 - - uid: 39846 + - uid: 59286 components: - type: Transform - pos: -10.5,144.5 + pos: -12.5,165.5 parent: 1 - - uid: 39847 + - uid: 59287 components: - type: Transform - pos: -10.5,143.5 + pos: -12.5,162.5 parent: 1 - - uid: 39848 + - uid: 59288 components: - type: Transform - pos: -10.5,142.5 + pos: -11.5,165.5 parent: 1 - - uid: 39849 + - uid: 59289 components: - type: Transform - pos: -10.5,141.5 + pos: -11.5,162.5 parent: 1 - - uid: 39850 + - uid: 59290 components: - type: Transform - pos: -10.5,140.5 + pos: -10.5,165.5 parent: 1 - - uid: 39851 + - uid: 59291 components: - type: Transform - pos: -10.5,139.5 + pos: -6.5,164.5 parent: 1 - - uid: 39852 + - uid: 59292 components: - type: Transform - pos: -10.5,138.5 + pos: -6.5,163.5 parent: 1 - - uid: 39853 + - uid: 59293 components: - type: Transform - pos: -10.5,137.5 + pos: -6.5,162.5 parent: 1 - - uid: 39854 + - uid: 59294 components: - type: Transform - pos: -10.5,136.5 + pos: -5.5,165.5 parent: 1 - - uid: 39858 + - uid: 59295 components: - type: Transform - pos: -9.5,151.5 + pos: -5.5,164.5 parent: 1 - - uid: 39859 + - uid: 59296 components: - type: Transform - pos: -9.5,150.5 + pos: -5.5,163.5 parent: 1 - - uid: 39860 + - uid: 59297 components: - type: Transform - pos: -9.5,149.5 + pos: -5.5,162.5 parent: 1 - - uid: 39861 + - uid: 59298 components: - type: Transform - pos: -9.5,148.5 + pos: -4.5,165.5 parent: 1 - - uid: 39862 + - uid: 59299 components: - type: Transform - pos: -9.5,147.5 + pos: -4.5,164.5 parent: 1 - - uid: 39863 + - uid: 59300 components: - type: Transform - pos: -9.5,146.5 + pos: -4.5,163.5 parent: 1 - - uid: 39864 + - uid: 59301 components: - type: Transform - pos: -9.5,145.5 + pos: -4.5,162.5 parent: 1 - - uid: 39865 + - uid: 59302 components: - type: Transform - pos: -9.5,144.5 + pos: -3.5,165.5 parent: 1 - - uid: 39866 + - uid: 59303 components: - type: Transform - pos: -9.5,143.5 + pos: -3.5,164.5 parent: 1 - - uid: 39867 + - uid: 59304 components: - type: Transform - pos: -9.5,142.5 + pos: -3.5,163.5 parent: 1 - - uid: 39868 + - uid: 59305 components: - type: Transform - pos: -9.5,141.5 + pos: -3.5,162.5 parent: 1 - - uid: 39869 + - uid: 59306 components: - type: Transform - pos: -9.5,140.5 + pos: -2.5,165.5 parent: 1 - - uid: 39870 + - uid: 59307 components: - type: Transform - pos: -9.5,139.5 + pos: -2.5,164.5 parent: 1 - - uid: 39871 + - uid: 59308 components: - type: Transform - pos: -9.5,138.5 + pos: -2.5,163.5 parent: 1 - - uid: 39872 + - uid: 59309 components: - type: Transform - pos: -9.5,137.5 + pos: -2.5,162.5 parent: 1 - - uid: 39873 + - uid: 59310 components: - type: Transform - pos: -9.5,136.5 + pos: -1.5,165.5 parent: 1 - - uid: 39874 + - uid: 59311 components: - type: Transform - pos: -8.5,155.5 + pos: -1.5,164.5 parent: 1 - - uid: 39875 + - uid: 59312 components: - type: Transform - pos: -8.5,154.5 + pos: -1.5,163.5 parent: 1 - - uid: 39876 + - uid: 59313 components: - type: Transform - pos: -8.5,153.5 + pos: -1.5,162.5 parent: 1 - - uid: 39877 + - uid: 59314 components: - type: Transform - pos: -8.5,152.5 + pos: -0.5,165.5 parent: 1 - - uid: 39878 + - uid: 59315 components: - type: Transform - pos: -8.5,151.5 + pos: -0.5,164.5 parent: 1 - - uid: 39879 + - uid: 59316 components: - type: Transform - pos: -8.5,150.5 + pos: -0.5,163.5 parent: 1 - - uid: 39880 + - uid: 59317 components: - type: Transform - pos: -8.5,149.5 + pos: -0.5,162.5 parent: 1 - - uid: 39881 + - uid: 59318 components: - type: Transform - pos: -8.5,148.5 + pos: 0.5,165.5 parent: 1 - - uid: 39882 + - uid: 59319 components: - type: Transform - pos: -8.5,147.5 + pos: 0.5,164.5 parent: 1 - - uid: 39883 + - uid: 59320 components: - type: Transform - pos: -8.5,146.5 + pos: 0.5,163.5 parent: 1 - - uid: 39884 + - uid: 59321 components: - type: Transform - pos: -8.5,145.5 + pos: 0.5,162.5 parent: 1 - - uid: 39885 + - uid: 59322 components: - type: Transform - pos: -8.5,144.5 + pos: 1.5,165.5 parent: 1 - - uid: 39886 + - uid: 59323 components: - type: Transform - pos: -8.5,143.5 + pos: 1.5,164.5 parent: 1 - - uid: 39887 + - uid: 59324 components: - type: Transform - pos: -8.5,142.5 + pos: 1.5,163.5 parent: 1 - - uid: 39888 + - uid: 59325 components: - type: Transform - pos: -8.5,141.5 + pos: 1.5,162.5 parent: 1 - - uid: 39889 + - uid: 59326 components: - type: Transform - pos: -8.5,140.5 + pos: 2.5,165.5 parent: 1 - - uid: 39890 + - uid: 59327 components: - type: Transform - pos: -8.5,139.5 + pos: 2.5,164.5 parent: 1 - - uid: 39891 + - uid: 59328 components: - type: Transform - pos: -8.5,138.5 + pos: 2.5,163.5 parent: 1 - - uid: 39892 + - uid: 59329 components: - type: Transform - pos: -8.5,137.5 + pos: 2.5,162.5 parent: 1 - - uid: 39893 + - uid: 59330 components: - type: Transform - pos: -8.5,136.5 + pos: 3.5,165.5 parent: 1 - - uid: 39894 + - uid: 59331 components: - type: Transform - pos: -7.5,155.5 + pos: 3.5,164.5 parent: 1 - - uid: 39895 + - uid: 59332 components: - type: Transform - pos: -7.5,154.5 + pos: 3.5,163.5 parent: 1 - - uid: 39896 + - uid: 59333 components: - type: Transform - pos: -7.5,153.5 + pos: 3.5,162.5 parent: 1 - - uid: 39897 + - uid: 59334 components: - type: Transform - pos: -7.5,152.5 + pos: 4.5,165.5 parent: 1 - - uid: 39898 + - uid: 59335 components: - type: Transform - pos: -7.5,151.5 + pos: 4.5,164.5 parent: 1 - - uid: 39899 + - uid: 59336 components: - type: Transform - pos: -7.5,150.5 + pos: 4.5,163.5 parent: 1 - - uid: 39900 + - uid: 59337 components: - type: Transform - pos: -7.5,149.5 + pos: 4.5,162.5 parent: 1 - - uid: 39901 + - uid: 59338 components: - type: Transform - pos: -7.5,148.5 + pos: 5.5,165.5 parent: 1 - - uid: 39902 + - uid: 59339 components: - type: Transform - pos: -7.5,147.5 + pos: 5.5,164.5 parent: 1 - - uid: 39903 + - uid: 59340 components: - type: Transform - pos: -7.5,146.5 + pos: 5.5,163.5 parent: 1 - - uid: 39904 + - uid: 59341 components: - type: Transform - pos: -7.5,145.5 + pos: 5.5,162.5 parent: 1 - - uid: 39905 + - uid: 59342 components: - type: Transform - pos: -7.5,144.5 + pos: 6.5,165.5 parent: 1 - - uid: 39906 + - uid: 59343 components: - type: Transform - pos: -7.5,143.5 + pos: 6.5,164.5 parent: 1 - - uid: 39907 + - uid: 59344 components: - type: Transform - pos: -7.5,142.5 + pos: 6.5,163.5 parent: 1 - - uid: 39908 + - uid: 59345 components: - type: Transform - pos: -7.5,141.5 + pos: 6.5,162.5 parent: 1 - - uid: 39909 + - uid: 59346 components: - type: Transform - pos: -7.5,140.5 + pos: 7.5,165.5 parent: 1 - - uid: 39910 + - uid: 59347 components: - type: Transform - pos: -7.5,139.5 + pos: 7.5,164.5 parent: 1 - - uid: 39911 + - uid: 59348 components: - type: Transform - pos: -7.5,138.5 + pos: 7.5,163.5 parent: 1 - - uid: 39912 + - uid: 59349 components: - type: Transform - pos: -7.5,137.5 + pos: 8.5,165.5 parent: 1 - - uid: 39913 + - uid: 59350 components: - type: Transform - pos: -7.5,136.5 + pos: 8.5,164.5 parent: 1 - - uid: 39914 + - uid: 59351 components: - type: Transform - pos: -6.5,156.5 + pos: 8.5,163.5 parent: 1 - - uid: 39915 + - uid: 59352 components: - type: Transform - pos: -6.5,155.5 + pos: 8.5,162.5 parent: 1 - - uid: 39916 + - uid: 59353 components: - type: Transform - pos: -6.5,154.5 + pos: 9.5,165.5 parent: 1 - - uid: 39917 + - uid: 59354 components: - type: Transform - pos: -6.5,153.5 + pos: 9.5,164.5 parent: 1 - - uid: 39918 + - uid: 59355 components: - type: Transform - pos: -6.5,152.5 + pos: 9.5,163.5 parent: 1 - - uid: 39919 + - uid: 59356 components: - type: Transform - pos: -6.5,151.5 + pos: 9.5,162.5 parent: 1 - - uid: 39920 + - uid: 59357 components: - type: Transform - pos: -6.5,150.5 + pos: 10.5,165.5 parent: 1 - - uid: 39921 + - uid: 59358 components: - type: Transform - pos: -6.5,149.5 + pos: 10.5,164.5 parent: 1 - - uid: 39922 + - uid: 59359 components: - type: Transform - pos: -6.5,148.5 + pos: 10.5,163.5 parent: 1 - - uid: 39923 + - uid: 59360 components: - type: Transform - pos: -6.5,147.5 + pos: 10.5,162.5 parent: 1 - - uid: 39924 + - uid: 59361 components: - type: Transform - pos: -6.5,146.5 + pos: 11.5,165.5 parent: 1 - - uid: 39925 + - uid: 59362 components: - type: Transform - pos: -6.5,145.5 + pos: 11.5,164.5 parent: 1 - - uid: 39926 + - uid: 59363 components: - type: Transform - pos: -6.5,144.5 + pos: 11.5,163.5 parent: 1 - - uid: 39927 + - uid: 59364 components: - type: Transform - pos: -6.5,143.5 + pos: 11.5,162.5 parent: 1 - - uid: 39928 + - uid: 59365 components: - type: Transform - pos: -6.5,142.5 + pos: 12.5,163.5 parent: 1 - - uid: 39929 + - uid: 59366 components: - type: Transform - pos: -6.5,141.5 + pos: 12.5,164.5 parent: 1 - - uid: 39930 + - uid: 59367 components: - type: Transform - pos: -6.5,140.5 + pos: 12.5,165.5 parent: 1 - - uid: 39931 + - uid: 59368 components: - type: Transform - pos: -6.5,139.5 + pos: 13.5,164.5 parent: 1 - - uid: 39932 + - uid: 59369 components: - type: Transform - pos: -6.5,138.5 + pos: 13.5,165.5 parent: 1 - - uid: 39933 + - uid: 59370 components: - type: Transform - pos: -6.5,137.5 + pos: 14.5,165.5 parent: 1 - - uid: 39934 + - uid: 59371 components: - type: Transform - pos: -6.5,136.5 + pos: 11.5,116.5 parent: 1 - - uid: 39935 + - uid: 59372 components: - type: Transform - pos: -5.5,156.5 + pos: 32.5,104.5 parent: 1 - - uid: 39936 + - uid: 59373 components: - type: Transform - pos: -5.5,155.5 + pos: -3.5,132.5 parent: 1 - - uid: 39937 + - uid: 59374 components: - type: Transform - pos: -5.5,154.5 + pos: -28.5,158.5 parent: 1 - - uid: 39938 + - uid: 59375 components: - type: Transform - pos: -5.5,153.5 + pos: -27.5,158.5 parent: 1 - - uid: 39939 + - uid: 59376 components: - type: Transform - pos: -5.5,152.5 + pos: -28.5,157.5 parent: 1 - - uid: 39940 + - uid: 59377 components: - type: Transform - pos: -5.5,151.5 + pos: -27.5,157.5 parent: 1 - - uid: 39941 + - uid: 59378 components: - type: Transform - pos: -5.5,150.5 + pos: -26.5,157.5 parent: 1 - - uid: 39942 + - uid: 59379 components: - type: Transform - pos: -5.5,149.5 + pos: -26.5,158.5 parent: 1 - - uid: 39943 + - uid: 59380 components: - type: Transform - pos: -5.5,148.5 + pos: -25.5,158.5 parent: 1 - - uid: 39944 + - uid: 59381 components: - type: Transform - pos: -5.5,147.5 + pos: -25.5,157.5 parent: 1 - - uid: 39945 + - uid: 59382 components: - type: Transform - pos: -5.5,146.5 + pos: -24.5,158.5 parent: 1 - - uid: 39946 + - uid: 59383 components: - type: Transform - pos: -5.5,145.5 + pos: 3.5,161.5 parent: 1 - - uid: 39947 + - uid: 59384 components: - type: Transform - pos: -5.5,144.5 + pos: 2.5,161.5 parent: 1 - - uid: 39948 + - uid: 59385 components: - type: Transform - pos: -5.5,143.5 + pos: 2.5,160.5 parent: 1 - - uid: 39949 + - uid: 59386 components: - type: Transform - pos: -5.5,142.5 + pos: 1.5,161.5 parent: 1 - - uid: 39950 + - uid: 59387 components: - type: Transform - pos: -5.5,141.5 + pos: 1.5,160.5 parent: 1 - - uid: 39951 + - uid: 59388 components: - type: Transform - pos: -5.5,137.5 + pos: 0.5,161.5 parent: 1 - - uid: 39952 + - uid: 59389 components: - type: Transform - pos: -5.5,136.5 + pos: 0.5,160.5 parent: 1 - - uid: 39953 + - uid: 59390 components: - type: Transform - pos: -4.5,155.5 + pos: 0.5,159.5 parent: 1 - - uid: 39954 + - uid: 59391 components: - type: Transform - pos: -4.5,154.5 + pos: -0.5,161.5 parent: 1 - - uid: 39955 + - uid: 59392 components: - type: Transform - pos: -4.5,153.5 + pos: -0.5,160.5 parent: 1 - - uid: 39956 + - uid: 59393 components: - type: Transform - pos: -4.5,152.5 + pos: -0.5,159.5 parent: 1 - - uid: 39957 + - uid: 59394 components: - type: Transform - pos: -4.5,151.5 + pos: -1.5,161.5 parent: 1 - - uid: 39958 + - uid: 59395 components: - type: Transform - pos: -4.5,150.5 + pos: -1.5,160.5 parent: 1 - - uid: 39959 + - uid: 59396 components: - type: Transform - pos: -4.5,149.5 + pos: -1.5,159.5 parent: 1 - - uid: 39960 + - uid: 59397 components: - type: Transform - pos: -4.5,148.5 + pos: -2.5,161.5 parent: 1 - - uid: 39961 + - uid: 59398 components: - type: Transform - pos: -4.5,147.5 + pos: -2.5,160.5 parent: 1 - - uid: 39962 + - uid: 59399 components: - type: Transform - pos: -4.5,146.5 + pos: -2.5,159.5 parent: 1 - - uid: 39963 + - uid: 59400 components: - type: Transform - pos: -4.5,145.5 + pos: -3.5,161.5 parent: 1 - - uid: 39964 + - uid: 59401 components: - type: Transform - pos: -4.5,144.5 + pos: -3.5,160.5 parent: 1 - - uid: 39965 + - uid: 59402 components: - type: Transform - pos: -4.5,143.5 + pos: -4.5,161.5 parent: 1 - - uid: 39966 + - uid: 59403 components: - type: Transform - pos: -4.5,142.5 + pos: -4.5,160.5 parent: 1 - - uid: 39967 + - uid: 59404 components: - type: Transform - pos: -4.5,141.5 + pos: -5.5,161.5 parent: 1 - - uid: 39968 + - uid: 59405 components: - type: Transform - pos: -4.5,138.5 + pos: -5.5,160.5 parent: 1 - - uid: 39969 + - uid: 59406 components: - type: Transform - pos: -4.5,137.5 + pos: -6.5,161.5 parent: 1 - - uid: 39970 + - uid: 59407 components: - type: Transform - pos: -4.5,136.5 + pos: -6.5,160.5 parent: 1 - - uid: 39971 + - uid: 59408 components: - type: Transform - pos: -27.5,136.5 + pos: -6.5,159.5 parent: 1 - - uid: 39972 + - uid: 59409 components: - type: Transform - pos: -27.5,137.5 + pos: -10.5,161.5 parent: 1 - - uid: 39973 + - uid: 59410 components: - type: Transform - pos: -27.5,138.5 + pos: -10.5,160.5 parent: 1 - - uid: 39974 + - uid: 59411 components: - type: Transform - pos: -27.5,139.5 + pos: -10.5,159.5 parent: 1 - - uid: 39975 + - uid: 59412 components: - type: Transform - pos: -27.5,140.5 + pos: -11.5,161.5 parent: 1 - - uid: 39976 + - uid: 59413 components: - type: Transform - pos: -27.5,141.5 + pos: -11.5,160.5 parent: 1 - - uid: 39977 + - uid: 59414 components: - type: Transform - pos: -27.5,142.5 + pos: -12.5,161.5 parent: 1 - - uid: 39978 + - uid: 59415 components: - type: Transform - pos: -27.5,143.5 + pos: -13.5,161.5 parent: 1 - - uid: 39979 + - uid: 59416 components: - type: Transform - pos: -27.5,144.5 + pos: -13.5,160.5 parent: 1 - - uid: 39980 + - uid: 59417 components: - type: Transform - pos: -27.5,145.5 + pos: -13.5,159.5 parent: 1 - - uid: 39981 + - uid: 59418 components: - type: Transform - pos: -27.5,146.5 + pos: -14.5,161.5 parent: 1 - - uid: 39982 + - uid: 59419 components: - type: Transform - pos: -28.5,136.5 + pos: -14.5,160.5 parent: 1 - - uid: 39983 + - uid: 59420 components: - type: Transform - pos: -28.5,137.5 + pos: -14.5,159.5 parent: 1 - - uid: 39984 + - uid: 59421 components: - type: Transform - pos: -28.5,138.5 + pos: -16.5,161.5 parent: 1 - - uid: 39985 + - uid: 59422 components: - type: Transform - pos: -28.5,139.5 + pos: -16.5,160.5 parent: 1 - - uid: 39986 + - uid: 59423 components: - type: Transform - pos: -28.5,140.5 + pos: -16.5,159.5 parent: 1 - - uid: 39987 + - uid: 59424 components: - type: Transform - pos: -28.5,141.5 + pos: -17.5,161.5 parent: 1 - - uid: 39988 + - uid: 59425 components: - type: Transform - pos: -28.5,142.5 + pos: -17.5,160.5 parent: 1 - - uid: 39989 + - uid: 59426 components: - type: Transform - pos: -28.5,143.5 + pos: -17.5,159.5 parent: 1 - - uid: 39990 + - uid: 59427 components: - type: Transform - pos: -28.5,144.5 + pos: -18.5,161.5 parent: 1 - - uid: 39991 + - uid: 59428 components: - type: Transform - pos: -28.5,145.5 + pos: -18.5,160.5 parent: 1 - - uid: 39992 + - uid: 59429 components: - type: Transform - pos: -28.5,146.5 + pos: -18.5,159.5 parent: 1 - - uid: 39993 + - uid: 59430 components: - type: Transform - pos: -29.5,136.5 + pos: -19.5,161.5 parent: 1 - - uid: 39994 + - uid: 59431 components: - type: Transform - pos: -29.5,137.5 + pos: -19.5,160.5 parent: 1 - - uid: 39995 + - uid: 59432 components: - type: Transform - pos: -29.5,138.5 + pos: -19.5,159.5 parent: 1 - - uid: 39996 + - uid: 59433 components: - type: Transform - pos: -29.5,139.5 + pos: -20.5,161.5 parent: 1 - - uid: 39997 + - uid: 59434 components: - type: Transform - pos: -29.5,140.5 + pos: -20.5,160.5 parent: 1 - - uid: 39998 + - uid: 59435 components: - type: Transform - pos: -29.5,141.5 + pos: -20.5,159.5 parent: 1 - - uid: 39999 + - uid: 59436 components: - type: Transform - pos: -29.5,142.5 + pos: -21.5,161.5 parent: 1 - - uid: 40000 + - uid: 59437 components: - type: Transform - pos: -29.5,143.5 + pos: -21.5,160.5 parent: 1 - - uid: 40001 + - uid: 59438 components: - type: Transform - pos: -29.5,144.5 + pos: -21.5,159.5 parent: 1 - - uid: 40002 + - uid: 59439 components: - type: Transform - pos: -29.5,145.5 + pos: -22.5,161.5 parent: 1 - - uid: 40003 + - uid: 59440 components: - type: Transform - pos: -29.5,146.5 + pos: -22.5,160.5 parent: 1 - - uid: 40004 + - uid: 59441 components: - type: Transform - pos: -30.5,136.5 + pos: -22.5,159.5 parent: 1 - - uid: 40005 + - uid: 59442 components: - type: Transform - pos: -30.5,137.5 + pos: -23.5,161.5 parent: 1 - - uid: 40006 + - uid: 59443 components: - type: Transform - pos: -30.5,138.5 + pos: -23.5,160.5 parent: 1 - - uid: 40007 + - uid: 59444 components: - type: Transform - pos: -30.5,139.5 + pos: -23.5,159.5 parent: 1 - - uid: 40008 + - uid: 59445 components: - type: Transform - pos: -30.5,140.5 + pos: -24.5,161.5 parent: 1 - - uid: 40009 + - uid: 59446 components: - type: Transform - pos: -30.5,141.5 + pos: -24.5,160.5 parent: 1 - - uid: 40010 + - uid: 59447 components: - type: Transform - pos: -30.5,142.5 + pos: -24.5,159.5 parent: 1 - - uid: 40011 + - uid: 59448 components: - type: Transform - pos: -30.5,143.5 + pos: -25.5,161.5 parent: 1 - - uid: 40012 + - uid: 59449 components: - type: Transform - pos: -30.5,144.5 + pos: -25.5,160.5 parent: 1 - - uid: 40013 + - uid: 59450 components: - type: Transform - pos: -30.5,145.5 + pos: -25.5,159.5 parent: 1 - - uid: 40014 + - uid: 59451 components: - type: Transform - pos: -30.5,146.5 + pos: -26.5,161.5 parent: 1 - - uid: 40015 + - uid: 59452 components: - type: Transform - pos: -31.5,136.5 + pos: -26.5,160.5 parent: 1 - - uid: 40016 + - uid: 59453 components: - type: Transform - pos: -31.5,137.5 + pos: -26.5,159.5 parent: 1 - - uid: 40017 + - uid: 59454 components: - type: Transform - pos: -31.5,138.5 + pos: -27.5,161.5 parent: 1 - - uid: 40018 + - uid: 59455 components: - type: Transform - pos: -31.5,139.5 + pos: -27.5,160.5 parent: 1 - - uid: 40019 + - uid: 59456 components: - type: Transform - pos: -31.5,140.5 + pos: -27.5,159.5 parent: 1 - - uid: 40020 + - uid: 59457 components: - type: Transform - pos: -31.5,141.5 + pos: -28.5,161.5 parent: 1 - - uid: 40021 + - uid: 59458 components: - type: Transform - pos: -31.5,142.5 + pos: -28.5,160.5 parent: 1 - - uid: 40022 + - uid: 59459 components: - type: Transform - pos: -31.5,143.5 + pos: -28.5,159.5 parent: 1 - - uid: 40023 + - uid: 59460 components: - type: Transform - pos: -31.5,144.5 + pos: -39.5,156.5 parent: 1 - - uid: 40024 + - uid: 59461 components: - type: Transform - pos: -31.5,145.5 + pos: -39.5,155.5 parent: 1 - - uid: 40025 + - uid: 59462 components: - type: Transform - pos: -31.5,146.5 + pos: -39.5,154.5 parent: 1 - - uid: 40026 + - uid: 59463 components: - type: Transform - pos: -32.5,136.5 + pos: -39.5,153.5 parent: 1 - - uid: 40027 + - uid: 59464 components: - type: Transform - pos: -32.5,137.5 + pos: -39.5,152.5 parent: 1 - - uid: 40028 + - uid: 59465 components: - type: Transform - pos: -32.5,138.5 + pos: -38.5,156.5 parent: 1 - - uid: 40029 + - uid: 59466 components: - type: Transform - pos: -32.5,139.5 + pos: -38.5,155.5 parent: 1 - - uid: 40030 + - uid: 59467 components: - type: Transform - pos: -32.5,140.5 + pos: -38.5,154.5 parent: 1 - - uid: 40031 + - uid: 59468 components: - type: Transform - pos: -32.5,141.5 + pos: -38.5,153.5 parent: 1 - - uid: 40032 + - uid: 59469 components: - type: Transform - pos: -32.5,142.5 + pos: -38.5,152.5 parent: 1 - - uid: 40033 + - uid: 59470 components: - type: Transform - pos: -32.5,143.5 + pos: -37.5,156.5 parent: 1 - - uid: 40034 + - uid: 59471 components: - type: Transform - pos: -32.5,144.5 + pos: -37.5,155.5 parent: 1 - - uid: 40035 + - uid: 59472 components: - type: Transform - pos: -32.5,145.5 + pos: -37.5,154.5 parent: 1 - - uid: 40036 + - uid: 59473 components: - type: Transform - pos: -32.5,146.5 + pos: -37.5,153.5 parent: 1 - - uid: 40039 + - uid: 59474 components: - type: Transform - pos: -33.5,138.5 + pos: -37.5,152.5 parent: 1 - - uid: 40040 + - uid: 59475 components: - type: Transform - pos: -33.5,139.5 + pos: -36.5,156.5 parent: 1 - - uid: 40041 + - uid: 59476 components: - type: Transform - pos: -33.5,140.5 + pos: -36.5,155.5 parent: 1 - - uid: 40042 + - uid: 59477 components: - type: Transform - pos: -33.5,141.5 + pos: -36.5,154.5 parent: 1 - - uid: 40043 + - uid: 59478 components: - type: Transform - pos: -33.5,142.5 + pos: -36.5,153.5 parent: 1 - - uid: 40044 + - uid: 59479 components: - type: Transform - pos: -33.5,143.5 + pos: -36.5,152.5 parent: 1 - - uid: 40045 + - uid: 59480 components: - type: Transform - pos: -33.5,144.5 + pos: -35.5,156.5 parent: 1 - - uid: 40046 + - uid: 59481 components: - type: Transform - pos: -33.5,145.5 + pos: -35.5,155.5 parent: 1 - - uid: 40047 + - uid: 59482 components: - type: Transform - pos: -33.5,146.5 + pos: -35.5,154.5 parent: 1 - - uid: 40051 + - uid: 59483 components: - type: Transform - pos: -16.5,132.5 + pos: -35.5,153.5 parent: 1 - - uid: 40056 + - uid: 59484 components: - type: Transform - pos: -15.5,132.5 + pos: -35.5,152.5 parent: 1 - - uid: 40058 + - uid: 59485 components: - type: Transform - pos: -14.5,135.5 + pos: -34.5,156.5 parent: 1 - - uid: 40059 + - uid: 59486 components: - type: Transform - pos: -14.5,134.5 + pos: -34.5,155.5 parent: 1 - - uid: 40060 + - uid: 59487 components: - type: Transform - pos: -14.5,133.5 + pos: -34.5,154.5 parent: 1 - - uid: 40061 + - uid: 59488 components: - type: Transform - pos: -14.5,132.5 + pos: -34.5,153.5 parent: 1 - - uid: 40063 + - uid: 59489 components: - type: Transform - pos: -13.5,135.5 + pos: -34.5,152.5 parent: 1 - - uid: 40064 + - uid: 59490 components: - type: Transform - pos: -13.5,134.5 + pos: -33.5,155.5 parent: 1 - - uid: 40065 + - uid: 59491 components: - type: Transform - pos: -13.5,133.5 + pos: -33.5,154.5 parent: 1 - - uid: 40066 + - uid: 59492 components: - type: Transform - pos: -13.5,132.5 + pos: -33.5,153.5 parent: 1 - - uid: 40068 + - uid: 59493 components: - type: Transform - pos: -12.5,135.5 + pos: -33.5,152.5 parent: 1 - - uid: 40069 + - uid: 59494 components: - type: Transform - pos: -12.5,134.5 + pos: -33.5,151.5 parent: 1 - - uid: 40070 + - uid: 59495 components: - type: Transform - pos: -12.5,133.5 + pos: -33.5,150.5 parent: 1 - - uid: 40071 + - uid: 59496 components: - type: Transform - pos: -12.5,132.5 + pos: -33.5,147.5 parent: 1 - - uid: 40073 + - uid: 59497 components: - type: Transform - pos: -11.5,135.5 + pos: -32.5,155.5 parent: 1 - - uid: 40074 + - uid: 59498 components: - type: Transform - pos: -11.5,134.5 + pos: -32.5,154.5 parent: 1 - - uid: 40075 + - uid: 59499 components: - type: Transform - pos: -11.5,133.5 + pos: -32.5,153.5 parent: 1 - - uid: 40076 + - uid: 59500 components: - type: Transform - pos: -11.5,132.5 + pos: -32.5,152.5 parent: 1 - - uid: 40078 + - uid: 59501 components: - type: Transform - pos: -10.5,135.5 + pos: -32.5,151.5 parent: 1 - - uid: 40079 + - uid: 59502 components: - type: Transform - pos: -10.5,134.5 + pos: -32.5,150.5 parent: 1 - - uid: 40080 + - uid: 59503 components: - type: Transform - pos: -10.5,133.5 + pos: -32.5,147.5 parent: 1 - - uid: 40081 + - uid: 59504 components: - type: Transform - pos: -10.5,132.5 + pos: -31.5,156.5 parent: 1 - - uid: 40083 + - uid: 59505 components: - type: Transform - pos: -9.5,135.5 + pos: -31.5,155.5 parent: 1 - - uid: 40084 + - uid: 59506 components: - type: Transform - pos: -9.5,134.5 + pos: -31.5,154.5 parent: 1 - - uid: 40085 + - uid: 59507 components: - type: Transform - pos: -9.5,133.5 + pos: -31.5,153.5 parent: 1 - - uid: 40086 + - uid: 59508 components: - type: Transform - pos: -9.5,132.5 + pos: -31.5,152.5 parent: 1 - - uid: 40088 + - uid: 59509 components: - type: Transform - pos: -8.5,135.5 + pos: -31.5,151.5 parent: 1 - - uid: 40089 + - uid: 59510 components: - type: Transform - pos: -8.5,134.5 + pos: -31.5,150.5 parent: 1 - - uid: 40090 + - uid: 59511 components: - type: Transform - pos: -8.5,133.5 + pos: -31.5,149.5 parent: 1 - - uid: 40091 + - uid: 59512 components: - type: Transform - pos: -8.5,132.5 + pos: -31.5,148.5 parent: 1 - - uid: 40093 + - uid: 59513 components: - type: Transform - pos: -7.5,135.5 + pos: -31.5,147.5 parent: 1 - - uid: 40094 + - uid: 59514 components: - type: Transform - pos: -7.5,134.5 + pos: -30.5,156.5 parent: 1 - - uid: 40095 + - uid: 59515 components: - type: Transform - pos: -7.5,133.5 + pos: -30.5,155.5 parent: 1 - - uid: 40096 + - uid: 59516 components: - type: Transform - pos: -7.5,132.5 + pos: -30.5,154.5 parent: 1 - - uid: 40098 + - uid: 59517 components: - type: Transform - pos: -6.5,135.5 + pos: -30.5,153.5 parent: 1 - - uid: 40099 + - uid: 59518 components: - type: Transform - pos: -6.5,134.5 + pos: -30.5,152.5 parent: 1 - - uid: 40100 + - uid: 59519 components: - type: Transform - pos: -6.5,133.5 + pos: -30.5,151.5 parent: 1 - - uid: 40101 + - uid: 59520 components: - type: Transform - pos: -6.5,132.5 + pos: -30.5,150.5 parent: 1 - - uid: 40103 + - uid: 59521 components: - type: Transform - pos: -5.5,135.5 + pos: -30.5,149.5 parent: 1 - - uid: 40104 + - uid: 59522 components: - type: Transform - pos: -5.5,134.5 + pos: -30.5,148.5 parent: 1 - - uid: 40105 + - uid: 59523 components: - type: Transform - pos: -5.5,133.5 + pos: -30.5,147.5 parent: 1 - - uid: 40108 + - uid: 59524 components: - type: Transform - pos: -4.5,135.5 + pos: -29.5,156.5 parent: 1 - - uid: 40109 + - uid: 59525 components: - type: Transform - pos: -4.5,134.5 + pos: -29.5,155.5 parent: 1 - - uid: 40110 + - uid: 59526 components: - type: Transform - pos: -4.5,133.5 + pos: -29.5,154.5 parent: 1 - - uid: 40111 + - uid: 59527 components: - type: Transform - pos: -4.5,132.5 + pos: -29.5,153.5 parent: 1 - - uid: 40113 + - uid: 59528 components: - type: Transform - pos: -3.5,142.5 + pos: -29.5,152.5 parent: 1 - - uid: 40114 + - uid: 59529 components: - type: Transform - pos: -3.5,143.5 + pos: -29.5,151.5 parent: 1 - - uid: 40193 + - uid: 59530 components: - type: Transform - pos: -3.5,144.5 + pos: -29.5,150.5 parent: 1 - - uid: 40195 + - uid: 59531 components: - type: Transform - pos: -2.5,132.5 + pos: -29.5,149.5 parent: 1 - - uid: 40196 + - uid: 59532 components: - type: Transform - pos: -2.5,133.5 + pos: -29.5,148.5 parent: 1 - - uid: 40197 + - uid: 59533 components: - type: Transform - pos: -2.5,134.5 + pos: -29.5,147.5 parent: 1 - - uid: 40198 + - uid: 59534 components: - type: Transform - pos: -2.5,135.5 + pos: -28.5,156.5 parent: 1 - - uid: 40199 + - uid: 59535 components: - type: Transform - pos: -2.5,136.5 + pos: -28.5,155.5 parent: 1 - - uid: 40200 + - uid: 59536 components: - type: Transform - pos: -2.5,137.5 + pos: -28.5,154.5 parent: 1 - - uid: 40201 + - uid: 59537 components: - type: Transform - pos: -2.5,138.5 + pos: -28.5,153.5 parent: 1 - - uid: 40202 + - uid: 59538 components: - type: Transform - pos: -2.5,139.5 + pos: -28.5,152.5 parent: 1 - - uid: 40203 + - uid: 59539 components: - type: Transform - pos: -2.5,142.5 + pos: -28.5,151.5 parent: 1 - - uid: 40204 + - uid: 59540 components: - type: Transform - pos: -2.5,143.5 + pos: -28.5,150.5 parent: 1 - - uid: 40205 + - uid: 59541 components: - type: Transform - pos: -2.5,144.5 + pos: -28.5,149.5 parent: 1 - - uid: 40207 + - uid: 59542 components: - type: Transform - pos: -1.5,132.5 + pos: -28.5,148.5 parent: 1 - - uid: 40208 + - uid: 59543 components: - type: Transform - pos: -1.5,133.5 + pos: -28.5,147.5 parent: 1 - - uid: 40209 + - uid: 59544 components: - type: Transform - pos: -1.5,134.5 + pos: -27.5,156.5 parent: 1 - - uid: 40210 + - uid: 59545 components: - type: Transform - pos: -1.5,135.5 + pos: -27.5,155.5 parent: 1 - - uid: 40211 + - uid: 59546 components: - type: Transform - pos: -1.5,136.5 + pos: -27.5,154.5 parent: 1 - - uid: 40212 + - uid: 59547 components: - type: Transform - pos: -1.5,137.5 + pos: -27.5,153.5 parent: 1 - - uid: 40213 + - uid: 59548 components: - type: Transform - pos: -1.5,138.5 + pos: -27.5,152.5 parent: 1 - - uid: 40214 + - uid: 59549 components: - type: Transform - pos: -1.5,143.5 + pos: -27.5,151.5 parent: 1 - - uid: 40215 + - uid: 59550 components: - type: Transform - pos: -1.5,144.5 + pos: -27.5,149.5 parent: 1 - - uid: 40217 + - uid: 59551 components: - type: Transform - pos: -0.5,132.5 + pos: -27.5,148.5 parent: 1 - - uid: 40218 + - uid: 59552 components: - type: Transform - pos: -0.5,133.5 + pos: -27.5,147.5 parent: 1 - - uid: 40219 + - uid: 59553 components: - type: Transform - pos: -0.5,134.5 + pos: -23.5,158.5 parent: 1 - - uid: 40220 + - uid: 59554 components: - type: Transform - pos: -0.5,135.5 + pos: -22.5,158.5 parent: 1 - - uid: 40221 + - uid: 59555 components: - type: Transform - pos: -0.5,136.5 + pos: -21.5,158.5 parent: 1 - - uid: 40222 + - uid: 59556 components: - type: Transform - pos: -0.5,137.5 + pos: -21.5,157.5 parent: 1 - - uid: 40223 + - uid: 59557 components: - type: Transform - pos: -0.5,138.5 + pos: -20.5,158.5 parent: 1 - - uid: 40226 + - uid: 59558 components: - type: Transform - pos: -0.5,143.5 + pos: -20.5,157.5 parent: 1 - - uid: 40227 + - uid: 59559 components: - type: Transform - pos: -0.5,144.5 + pos: -19.5,158.5 parent: 1 - - uid: 40229 + - uid: 59560 components: - type: Transform - pos: 0.5,132.5 + pos: -19.5,157.5 parent: 1 - - uid: 40230 + - uid: 59561 components: - type: Transform - pos: 0.5,133.5 + pos: -18.5,158.5 parent: 1 - - uid: 40231 + - uid: 59562 components: - type: Transform - pos: 0.5,134.5 + pos: -18.5,157.5 parent: 1 - - uid: 40232 + - uid: 59563 components: - type: Transform - pos: 0.5,135.5 + pos: -14.5,158.5 parent: 1 - - uid: 40233 + - uid: 59564 components: - type: Transform - pos: 0.5,136.5 + pos: -13.5,158.5 parent: 1 - - uid: 40234 + - uid: 59565 components: - type: Transform - pos: 0.5,137.5 + pos: -13.5,157.5 parent: 1 - - uid: 40235 + - uid: 59566 components: - type: Transform - pos: 0.5,138.5 + pos: -10.5,157.5 parent: 1 - - uid: 40236 + - uid: 59567 components: - type: Transform - pos: 0.5,139.5 + pos: -6.5,157.5 parent: 1 - - uid: 40238 + - uid: 59568 components: - type: Transform - pos: 0.5,141.5 + pos: 11.5,114.5 parent: 1 - - uid: 40240 + - uid: 59569 components: - type: Transform - pos: 1.5,132.5 + pos: -3.5,134.5 parent: 1 - - uid: 40243 + - uid: 59570 components: - type: Transform - pos: 1.5,135.5 + pos: -3.5,135.5 parent: 1 - - uid: 40244 + - uid: 59571 components: - type: Transform - pos: 1.5,136.5 + pos: -26.5,155.5 parent: 1 - - uid: 40245 + - uid: 59572 components: - type: Transform - pos: 1.5,137.5 + pos: -26.5,154.5 parent: 1 - - uid: 40246 + - uid: 59573 components: - type: Transform - pos: 1.5,138.5 + pos: -26.5,153.5 parent: 1 - - uid: 40247 + - uid: 59574 components: - type: Transform - pos: 1.5,139.5 + pos: -26.5,152.5 parent: 1 - - uid: 40248 + - uid: 59575 components: - type: Transform - pos: 1.5,140.5 + pos: -26.5,149.5 parent: 1 - - uid: 40249 + - uid: 59576 components: - type: Transform - pos: 1.5,141.5 + pos: -26.5,148.5 parent: 1 - - uid: 40250 + - uid: 59577 components: - type: Transform - pos: 1.5,142.5 + pos: -26.5,147.5 parent: 1 - - uid: 40251 + - uid: 59578 components: - type: Transform - pos: 1.5,143.5 + pos: -26.5,146.5 parent: 1 - - uid: 40252 + - uid: 59579 components: - type: Transform - pos: 1.5,144.5 + pos: -26.5,145.5 parent: 1 - - uid: 40257 + - uid: 59580 components: - type: Transform - pos: 2.5,135.5 + pos: -26.5,141.5 parent: 1 - - uid: 40258 + - uid: 59581 components: - type: Transform - pos: 2.5,136.5 + pos: -26.5,140.5 parent: 1 - - uid: 40259 + - uid: 59582 components: - type: Transform - pos: 2.5,137.5 + pos: -26.5,139.5 parent: 1 - - uid: 40260 + - uid: 59583 components: - type: Transform - pos: 2.5,138.5 + pos: -26.5,138.5 parent: 1 - - uid: 40261 + - uid: 59584 components: - type: Transform - pos: 2.5,139.5 + pos: -26.5,137.5 parent: 1 - - uid: 40262 + - uid: 59585 components: - type: Transform - pos: 2.5,140.5 + pos: -26.5,136.5 parent: 1 - - uid: 40263 + - uid: 59586 components: - type: Transform - pos: 2.5,141.5 + pos: -25.5,156.5 parent: 1 - - uid: 40264 + - uid: 59587 components: - type: Transform - pos: 2.5,142.5 + pos: -25.5,155.5 parent: 1 - - uid: 40265 + - uid: 59588 components: - type: Transform - pos: 2.5,143.5 + pos: -25.5,154.5 parent: 1 - - uid: 40266 + - uid: 59589 components: - type: Transform - pos: 2.5,144.5 + pos: -25.5,153.5 parent: 1 - - uid: 40269 + - uid: 59590 components: - type: Transform - pos: 3.5,133.5 + pos: -25.5,150.5 parent: 1 - - uid: 40270 + - uid: 59591 components: - type: Transform - pos: 3.5,134.5 + pos: -25.5,149.5 parent: 1 - - uid: 40271 + - uid: 59592 components: - type: Transform - pos: 3.5,135.5 + pos: -25.5,148.5 parent: 1 - - uid: 40272 + - uid: 59593 components: - type: Transform - pos: 3.5,136.5 + pos: -25.5,147.5 parent: 1 - - uid: 40273 + - uid: 59594 components: - type: Transform - pos: 3.5,137.5 + pos: -25.5,140.5 parent: 1 - - uid: 40277 + - uid: 59595 components: - type: Transform - pos: 3.5,141.5 + pos: -25.5,139.5 parent: 1 - - uid: 40278 + - uid: 59596 components: - type: Transform - pos: 3.5,142.5 + pos: -25.5,138.5 parent: 1 - - uid: 40279 + - uid: 59597 components: - type: Transform - pos: 3.5,143.5 + pos: -25.5,137.5 parent: 1 - - uid: 40280 + - uid: 59598 components: - type: Transform - pos: 3.5,144.5 + pos: -25.5,136.5 parent: 1 - - uid: 40282 + - uid: 59599 components: - type: Transform - pos: 4.5,132.5 + pos: -24.5,156.5 parent: 1 - - uid: 40283 + - uid: 59600 components: - type: Transform - pos: 4.5,133.5 + pos: -24.5,155.5 parent: 1 - - uid: 40284 + - uid: 59601 components: - type: Transform - pos: 4.5,134.5 + pos: -24.5,154.5 parent: 1 - - uid: 40285 + - uid: 59602 components: - type: Transform - pos: 4.5,135.5 + pos: -24.5,150.5 parent: 1 - - uid: 40286 + - uid: 59603 components: - type: Transform - pos: 4.5,136.5 + pos: -24.5,149.5 parent: 1 - - uid: 40291 + - uid: 59604 components: - type: Transform - pos: 4.5,141.5 + pos: -24.5,148.5 parent: 1 - - uid: 40292 + - uid: 59605 components: - type: Transform - pos: 4.5,142.5 + pos: -24.5,147.5 parent: 1 - - uid: 40293 + - uid: 59606 components: - type: Transform - pos: 4.5,143.5 + pos: -24.5,140.5 parent: 1 - - uid: 40294 + - uid: 59607 components: - type: Transform - pos: 4.5,144.5 + pos: -24.5,139.5 parent: 1 - - uid: 40296 + - uid: 59608 components: - type: Transform - pos: 5.5,132.5 + pos: -24.5,138.5 parent: 1 - - uid: 40297 + - uid: 59609 components: - type: Transform - pos: 5.5,133.5 + pos: -24.5,137.5 parent: 1 - - uid: 40298 + - uid: 59610 components: - type: Transform - pos: 5.5,134.5 + pos: -23.5,155.5 parent: 1 - - uid: 40299 + - uid: 59611 components: - type: Transform - pos: 5.5,135.5 + pos: -23.5,154.5 parent: 1 - - uid: 40300 + - uid: 59612 components: - type: Transform - pos: 5.5,136.5 + pos: -23.5,150.5 parent: 1 - - uid: 40305 + - uid: 59613 components: - type: Transform - pos: 5.5,141.5 + pos: -23.5,149.5 parent: 1 - - uid: 40306 + - uid: 59614 components: - type: Transform - pos: 5.5,142.5 + pos: -23.5,148.5 parent: 1 - - uid: 40307 + - uid: 59615 components: - type: Transform - pos: 5.5,143.5 + pos: -23.5,147.5 parent: 1 - - uid: 40308 + - uid: 59616 components: - type: Transform - pos: 5.5,144.5 + pos: -23.5,146.5 parent: 1 - - uid: 40309 + - uid: 59617 components: - type: Transform - pos: 5.5,145.5 + pos: -23.5,143.5 parent: 1 - - uid: 40310 + - uid: 59618 components: - type: Transform - pos: 5.5,146.5 + pos: -23.5,142.5 parent: 1 - - uid: 40311 + - uid: 59619 components: - type: Transform - pos: 5.5,147.5 + pos: -23.5,141.5 parent: 1 - - uid: 40312 + - uid: 59620 components: - type: Transform - pos: 5.5,148.5 + pos: -23.5,140.5 parent: 1 - - uid: 40313 + - uid: 59621 components: - type: Transform - pos: 5.5,149.5 + pos: -23.5,139.5 parent: 1 - - uid: 40315 + - uid: 59622 components: - type: Transform - pos: 6.5,132.5 + pos: -23.5,138.5 parent: 1 - - uid: 40316 + - uid: 59623 components: - type: Transform - pos: 6.5,133.5 + pos: -23.5,137.5 parent: 1 - - uid: 40317 + - uid: 59624 components: - type: Transform - pos: 6.5,134.5 + pos: -22.5,151.5 parent: 1 - - uid: 40318 + - uid: 59625 components: - type: Transform - pos: 6.5,135.5 + pos: -22.5,150.5 parent: 1 - - uid: 40319 + - uid: 59626 components: - type: Transform - pos: 6.5,136.5 + pos: -22.5,149.5 parent: 1 - - uid: 40320 + - uid: 59627 components: - type: Transform - pos: 6.5,137.5 + pos: -22.5,148.5 parent: 1 - - uid: 40322 + - uid: 59628 components: - type: Transform - pos: 6.5,139.5 + pos: -22.5,147.5 parent: 1 - - uid: 40323 + - uid: 59629 components: - type: Transform - pos: 6.5,140.5 + pos: -22.5,146.5 parent: 1 - - uid: 40324 + - uid: 59630 components: - type: Transform - pos: 6.5,141.5 + pos: -22.5,145.5 parent: 1 - - uid: 40325 + - uid: 59631 components: - type: Transform - pos: 6.5,142.5 + pos: -22.5,144.5 parent: 1 - - uid: 40326 + - uid: 59632 components: - type: Transform - pos: 6.5,143.5 + pos: -22.5,143.5 parent: 1 - - uid: 40327 + - uid: 59633 components: - type: Transform - pos: 6.5,144.5 + pos: -22.5,142.5 parent: 1 - - uid: 40328 + - uid: 59634 components: - type: Transform - pos: 6.5,145.5 + pos: -22.5,141.5 parent: 1 - - uid: 40329 + - uid: 59635 components: - type: Transform - pos: 6.5,146.5 + pos: -22.5,140.5 parent: 1 - - uid: 40330 + - uid: 59636 components: - type: Transform - pos: 6.5,147.5 + pos: -22.5,139.5 parent: 1 - - uid: 40331 + - uid: 59637 components: - type: Transform - pos: 6.5,148.5 + pos: -22.5,138.5 parent: 1 - - uid: 40332 + - uid: 59638 components: - type: Transform - pos: 6.5,149.5 + pos: -22.5,137.5 parent: 1 - - uid: 40334 + - uid: 59639 components: - type: Transform - pos: 7.5,132.5 + pos: -22.5,136.5 parent: 1 - - uid: 40335 + - uid: 59640 components: - type: Transform - pos: 7.5,133.5 + pos: -21.5,156.5 parent: 1 - - uid: 40336 + - uid: 59641 components: - type: Transform - pos: 7.5,134.5 + pos: -21.5,155.5 parent: 1 - - uid: 40337 + - uid: 59642 components: - type: Transform - pos: 7.5,135.5 + pos: -21.5,152.5 parent: 1 - - uid: 40338 + - uid: 59643 components: - type: Transform - pos: 7.5,136.5 + pos: -21.5,151.5 parent: 1 - - uid: 40339 + - uid: 59644 components: - type: Transform - pos: 7.5,137.5 + pos: -21.5,150.5 parent: 1 - - uid: 40340 + - uid: 59645 components: - type: Transform - pos: 7.5,138.5 + pos: -21.5,149.5 parent: 1 - - uid: 40341 + - uid: 59646 components: - type: Transform - pos: 7.5,139.5 + pos: -21.5,148.5 parent: 1 - - uid: 40342 + - uid: 59647 components: - type: Transform - pos: 7.5,140.5 + pos: -21.5,147.5 parent: 1 - - uid: 40343 + - uid: 59648 components: - type: Transform - pos: 7.5,141.5 + pos: -21.5,146.5 parent: 1 - - uid: 40344 + - uid: 59649 components: - type: Transform - pos: 7.5,142.5 + pos: -21.5,145.5 parent: 1 - - uid: 40345 + - uid: 59650 components: - type: Transform - pos: 7.5,143.5 + pos: -21.5,144.5 parent: 1 - - uid: 40346 + - uid: 59651 components: - type: Transform - pos: 7.5,144.5 + pos: -21.5,143.5 parent: 1 - - uid: 40347 + - uid: 59652 components: - type: Transform - pos: 7.5,145.5 + pos: -21.5,142.5 parent: 1 - - uid: 40348 + - uid: 59653 components: - type: Transform - pos: 7.5,146.5 + pos: -21.5,141.5 parent: 1 - - uid: 40349 + - uid: 59654 components: - type: Transform - pos: 7.5,147.5 + pos: -21.5,140.5 parent: 1 - - uid: 40350 + - uid: 59655 components: - type: Transform - pos: 7.5,148.5 + pos: -21.5,139.5 parent: 1 - - uid: 40351 + - uid: 59656 components: - type: Transform - pos: 7.5,149.5 + pos: -21.5,138.5 parent: 1 - - uid: 40353 + - uid: 59657 components: - type: Transform - pos: 8.5,132.5 + pos: -21.5,137.5 parent: 1 - - uid: 40354 + - uid: 59658 components: - type: Transform - pos: 8.5,133.5 + pos: -21.5,136.5 parent: 1 - - uid: 40355 + - uid: 59659 components: - type: Transform - pos: 8.5,134.5 + pos: -20.5,156.5 parent: 1 - - uid: 40356 + - uid: 59660 components: - type: Transform - pos: 8.5,135.5 + pos: -20.5,152.5 parent: 1 - - uid: 40357 + - uid: 59661 components: - type: Transform - pos: 8.5,136.5 + pos: -20.5,151.5 parent: 1 - - uid: 40358 + - uid: 59662 components: - type: Transform - pos: 8.5,137.5 + pos: -20.5,150.5 parent: 1 - - uid: 40359 + - uid: 59663 components: - type: Transform - pos: 8.5,138.5 + pos: -20.5,149.5 parent: 1 - - uid: 40360 + - uid: 59664 components: - type: Transform - pos: 8.5,139.5 + pos: -20.5,148.5 parent: 1 - - uid: 40361 + - uid: 59665 components: - type: Transform - pos: 8.5,140.5 + pos: -20.5,147.5 parent: 1 - - uid: 40362 + - uid: 59666 components: - type: Transform - pos: 8.5,141.5 + pos: -20.5,146.5 parent: 1 - - uid: 40363 + - uid: 59667 components: - type: Transform - pos: 8.5,142.5 + pos: -20.5,145.5 parent: 1 - - uid: 40364 + - uid: 59668 components: - type: Transform - pos: 8.5,143.5 + pos: -20.5,144.5 parent: 1 - - uid: 40365 + - uid: 59669 components: - type: Transform - pos: 8.5,144.5 + pos: -20.5,143.5 parent: 1 - - uid: 40366 + - uid: 59670 components: - type: Transform - pos: 8.5,145.5 + pos: -20.5,142.5 parent: 1 - - uid: 40367 + - uid: 59671 components: - type: Transform - pos: 8.5,146.5 + pos: -20.5,141.5 parent: 1 - - uid: 40368 + - uid: 59672 components: - type: Transform - pos: 8.5,147.5 + pos: -20.5,140.5 parent: 1 - - uid: 40369 + - uid: 59673 components: - type: Transform - pos: 8.5,148.5 + pos: -20.5,139.5 parent: 1 - - uid: 40370 + - uid: 59674 components: - type: Transform - pos: 8.5,149.5 + pos: -20.5,138.5 parent: 1 - - uid: 40372 + - uid: 59675 components: - type: Transform - pos: 9.5,132.5 + pos: -20.5,137.5 parent: 1 - - uid: 40373 + - uid: 59676 components: - type: Transform - pos: 9.5,133.5 + pos: -20.5,136.5 parent: 1 - - uid: 40374 + - uid: 59677 components: - type: Transform - pos: 9.5,134.5 + pos: -19.5,153.5 parent: 1 - - uid: 40375 + - uid: 59678 components: - type: Transform - pos: 9.5,135.5 + pos: -19.5,152.5 parent: 1 - - uid: 40376 + - uid: 59679 components: - type: Transform - pos: 9.5,136.5 + pos: -19.5,149.5 parent: 1 - - uid: 40377 + - uid: 59680 components: - type: Transform - pos: 9.5,137.5 + pos: -19.5,148.5 parent: 1 - - uid: 40378 + - uid: 59681 components: - type: Transform - pos: 9.5,138.5 + pos: -19.5,147.5 parent: 1 - - uid: 40379 + - uid: 59682 components: - type: Transform - pos: 9.5,139.5 + pos: -19.5,146.5 parent: 1 - - uid: 40380 + - uid: 59683 components: - type: Transform - pos: 9.5,140.5 + pos: -19.5,145.5 parent: 1 - - uid: 40381 + - uid: 59684 components: - type: Transform - pos: 9.5,141.5 + pos: -19.5,144.5 parent: 1 - - uid: 40382 + - uid: 59685 components: - type: Transform - pos: 9.5,142.5 + pos: -19.5,143.5 parent: 1 - - uid: 40383 + - uid: 59686 components: - type: Transform - pos: 9.5,143.5 + pos: -19.5,142.5 parent: 1 - - uid: 40384 + - uid: 59687 components: - type: Transform - pos: 9.5,144.5 + pos: -19.5,141.5 parent: 1 - - uid: 40385 + - uid: 59688 components: - type: Transform - pos: 9.5,145.5 + pos: -19.5,140.5 parent: 1 - - uid: 40386 + - uid: 59689 components: - type: Transform - pos: 9.5,146.5 + pos: -19.5,139.5 parent: 1 - - uid: 40387 + - uid: 59690 components: - type: Transform - pos: 9.5,147.5 + pos: -19.5,138.5 parent: 1 - - uid: 40388 + - uid: 59691 components: - type: Transform - pos: 9.5,148.5 + pos: -19.5,137.5 parent: 1 - - uid: 40389 + - uid: 59692 components: - type: Transform - pos: 9.5,149.5 + pos: -19.5,136.5 parent: 1 - - uid: 40390 + - uid: 59693 components: - type: Transform - pos: 8.5,150.5 + pos: -18.5,148.5 parent: 1 - - uid: 40391 + - uid: 59694 components: - type: Transform - pos: 8.5,151.5 + pos: -18.5,147.5 parent: 1 - - uid: 40392 + - uid: 59695 components: - type: Transform - pos: 8.5,152.5 + pos: -18.5,146.5 parent: 1 - - uid: 40393 + - uid: 59696 components: - type: Transform - pos: 8.5,153.5 + pos: -18.5,145.5 parent: 1 - - uid: 40394 + - uid: 59697 components: - type: Transform - pos: 8.5,154.5 + pos: -18.5,144.5 parent: 1 - - uid: 40395 + - uid: 59698 components: - type: Transform - pos: 8.5,155.5 + pos: -18.5,141.5 parent: 1 - - uid: 40396 + - uid: 59699 components: - type: Transform - pos: 8.5,156.5 + pos: -18.5,140.5 parent: 1 - - uid: 40397 + - uid: 59700 components: - type: Transform - pos: 8.5,157.5 + pos: -18.5,139.5 parent: 1 - - uid: 40398 + - uid: 59701 components: - type: Transform - pos: 7.5,150.5 + pos: -18.5,138.5 parent: 1 - - uid: 40399 + - uid: 59702 components: - type: Transform - pos: 7.5,151.5 + pos: -18.5,137.5 parent: 1 - - uid: 40400 + - uid: 59703 components: - type: Transform - pos: 7.5,152.5 + pos: -18.5,136.5 parent: 1 - - uid: 40401 + - uid: 59704 components: - type: Transform - pos: 7.5,153.5 + pos: -17.5,154.5 parent: 1 - - uid: 40402 + - uid: 59705 components: - type: Transform - pos: 7.5,154.5 + pos: -17.5,148.5 parent: 1 - - uid: 40403 + - uid: 59706 components: - type: Transform - pos: 7.5,155.5 + pos: -17.5,147.5 parent: 1 - - uid: 40404 + - uid: 59707 components: - type: Transform - pos: 7.5,156.5 + pos: -17.5,146.5 parent: 1 - - uid: 40405 + - uid: 59708 components: - type: Transform - pos: 7.5,157.5 + pos: -17.5,145.5 parent: 1 - - uid: 40406 + - uid: 59709 components: - type: Transform - pos: 6.5,150.5 + pos: -17.5,144.5 parent: 1 - - uid: 40407 + - uid: 59710 components: - type: Transform - pos: 6.5,151.5 + pos: -17.5,142.5 parent: 1 - - uid: 40408 + - uid: 59711 components: - type: Transform - pos: 6.5,152.5 + pos: -17.5,141.5 parent: 1 - - uid: 40409 + - uid: 59712 components: - type: Transform - pos: 6.5,153.5 + pos: -17.5,140.5 parent: 1 - - uid: 40410 + - uid: 59713 components: - type: Transform - pos: 6.5,154.5 + pos: -17.5,139.5 parent: 1 - - uid: 40411 + - uid: 59714 components: - type: Transform - pos: 6.5,155.5 + pos: -17.5,138.5 parent: 1 - - uid: 40412 + - uid: 59715 components: - type: Transform - pos: 6.5,156.5 + pos: -17.5,137.5 parent: 1 - - uid: 40413 + - uid: 59716 components: - type: Transform - pos: 6.5,157.5 + pos: -17.5,136.5 parent: 1 - - uid: 40414 + - uid: 59717 components: - type: Transform - pos: 5.5,150.5 + pos: -16.5,154.5 parent: 1 - - uid: 40415 + - uid: 59718 components: - type: Transform - pos: 5.5,151.5 + pos: -16.5,153.5 parent: 1 - - uid: 40416 + - uid: 59719 components: - type: Transform - pos: 5.5,152.5 + pos: -16.5,152.5 parent: 1 - - uid: 40417 + - uid: 59720 components: - type: Transform - pos: 5.5,153.5 + pos: -16.5,151.5 parent: 1 - - uid: 40418 + - uid: 59721 components: - type: Transform - pos: 5.5,154.5 + pos: -16.5,148.5 parent: 1 - - uid: 40419 + - uid: 59722 components: - type: Transform - pos: 5.5,155.5 + pos: -16.5,147.5 parent: 1 - - uid: 40420 + - uid: 59723 components: - type: Transform - pos: 5.5,156.5 + pos: -16.5,146.5 parent: 1 - - uid: 40421 + - uid: 59724 components: - type: Transform - pos: 5.5,157.5 + pos: -16.5,142.5 parent: 1 - - uid: 40422 + - uid: 59725 components: - type: Transform - pos: 4.5,153.5 + pos: -16.5,141.5 parent: 1 - - uid: 40423 + - uid: 59726 components: - type: Transform - pos: 4.5,154.5 + pos: -16.5,140.5 parent: 1 - - uid: 40424 + - uid: 59727 components: - type: Transform - pos: 4.5,155.5 + pos: -16.5,139.5 parent: 1 - - uid: 40425 + - uid: 59728 components: - type: Transform - pos: 4.5,156.5 + pos: -16.5,138.5 parent: 1 - - uid: 40426 + - uid: 59729 components: - type: Transform - pos: 4.5,157.5 + pos: -15.5,154.5 parent: 1 - - uid: 40427 + - uid: 59730 components: - type: Transform - pos: 3.5,153.5 + pos: -15.5,152.5 parent: 1 - - uid: 40428 + - uid: 59731 components: - type: Transform - pos: 3.5,154.5 + pos: -15.5,151.5 parent: 1 - - uid: 40429 + - uid: 59732 components: - type: Transform - pos: 3.5,155.5 + pos: -15.5,150.5 parent: 1 - - uid: 40430 + - uid: 59733 components: - type: Transform - pos: 3.5,156.5 + pos: -15.5,149.5 parent: 1 - - uid: 40431 + - uid: 59734 components: - type: Transform - pos: 2.5,153.5 + pos: -15.5,148.5 parent: 1 - - uid: 40432 + - uid: 59735 components: - type: Transform - pos: 2.5,154.5 + pos: -15.5,147.5 parent: 1 - - uid: 40433 + - uid: 59736 components: - type: Transform - pos: 2.5,155.5 + pos: -15.5,146.5 parent: 1 - - uid: 40434 + - uid: 59737 components: - type: Transform - pos: 1.5,153.5 + pos: -15.5,145.5 parent: 1 - - uid: 40435 + - uid: 59738 components: - type: Transform - pos: 1.5,154.5 + pos: -15.5,143.5 parent: 1 - - uid: 40436 + - uid: 59739 components: - type: Transform - pos: -0.5,158.5 + pos: -15.5,142.5 parent: 1 - - uid: 40437 + - uid: 59740 components: - type: Transform - pos: -1.5,153.5 + pos: -15.5,141.5 parent: 1 - - uid: 40438 + - uid: 59741 components: - type: Transform - pos: -1.5,158.5 + pos: -15.5,140.5 parent: 1 - - uid: 40439 + - uid: 59742 components: - type: Transform - pos: -2.5,153.5 + pos: -15.5,139.5 parent: 1 - - uid: 40440 + - uid: 59743 components: - type: Transform - pos: -2.5,154.5 + pos: -15.5,138.5 parent: 1 - - uid: 40441 + - uid: 59744 components: - type: Transform - pos: -2.5,155.5 + pos: -14.5,153.5 parent: 1 - - uid: 40442 + - uid: 59745 components: - type: Transform - pos: -2.5,158.5 + pos: -3.5,138.5 parent: 1 - - uid: 40443 + - uid: 59746 components: - type: Transform - pos: -3.5,154.5 + pos: -3.5,137.5 parent: 1 - - uid: 40444 + - uid: 59747 components: - type: Transform - pos: -3.5,153.5 + pos: 11.5,120.5 parent: 1 - - uid: 40445 + - uid: 59748 components: - type: Transform - pos: 9.5,157.5 + pos: -3.5,136.5 parent: 1 - - uid: 40446 + - uid: 59749 components: - type: Transform - pos: 10.5,146.5 + pos: -3.5,139.5 parent: 1 - - uid: 40447 + - uid: 59750 components: - type: Transform - pos: 10.5,145.5 + pos: -14.5,152.5 parent: 1 - - uid: 40448 + - uid: 59751 components: - type: Transform - pos: 10.5,144.5 + pos: -14.5,151.5 parent: 1 - - uid: 40449 + - uid: 59752 components: - type: Transform - pos: 10.5,143.5 + pos: -14.5,150.5 parent: 1 - - uid: 40450 + - uid: 59753 components: - type: Transform - pos: 10.5,142.5 + pos: -14.5,149.5 parent: 1 - - uid: 40451 + - uid: 59754 components: - type: Transform - pos: 10.5,141.5 + pos: -14.5,148.5 parent: 1 - - uid: 40452 + - uid: 59755 components: - type: Transform - pos: 10.5,140.5 + pos: -14.5,147.5 parent: 1 - - uid: 40453 + - uid: 59756 components: - type: Transform - pos: 10.5,139.5 + pos: -14.5,146.5 parent: 1 - - uid: 40454 + - uid: 59757 components: - type: Transform - pos: 10.5,138.5 + pos: -14.5,141.5 parent: 1 - - uid: 40455 + - uid: 59758 components: - type: Transform - pos: 10.5,137.5 + pos: -14.5,140.5 parent: 1 - - uid: 40456 + - uid: 59759 components: - type: Transform - pos: 10.5,136.5 + pos: -14.5,139.5 parent: 1 - - uid: 40457 + - uid: 59760 components: - type: Transform - pos: 10.5,135.5 + pos: -14.5,138.5 parent: 1 - - uid: 40458 + - uid: 59761 components: - type: Transform - pos: 10.5,134.5 + pos: -14.5,137.5 parent: 1 - - uid: 40459 + - uid: 59762 components: - type: Transform - pos: 11.5,142.5 + pos: -14.5,136.5 parent: 1 - - uid: 40460 + - uid: 59763 components: - type: Transform - pos: 11.5,141.5 + pos: -13.5,156.5 parent: 1 - - uid: 40461 + - uid: 59764 components: - type: Transform - pos: 11.5,140.5 + pos: -13.5,153.5 parent: 1 - - uid: 40462 + - uid: 59765 components: - type: Transform - pos: 11.5,139.5 + pos: -13.5,151.5 parent: 1 - - uid: 40463 + - uid: 59766 components: - type: Transform - pos: 12.5,141.5 + pos: -13.5,150.5 parent: 1 - - uid: 40464 + - uid: 59767 components: - type: Transform - pos: 11.5,118.5 + pos: -13.5,149.5 parent: 1 - - uid: 40465 + - uid: 59768 components: - type: Transform - pos: 11.5,115.5 + pos: -13.5,148.5 parent: 1 - - uid: 40466 + - uid: 59769 components: - type: Transform - pos: 11.5,121.5 + pos: -13.5,147.5 parent: 1 - - uid: 40467 + - uid: 59770 components: - type: Transform - pos: 11.5,117.5 + pos: -13.5,142.5 parent: 1 - - uid: 40468 + - uid: 59771 components: - type: Transform - pos: 10.5,123.5 + pos: -13.5,141.5 parent: 1 - - uid: 40469 + - uid: 59772 components: - type: Transform - pos: 10.5,122.5 + pos: -13.5,140.5 parent: 1 - - uid: 40470 + - uid: 59773 components: - type: Transform - pos: 10.5,121.5 + pos: -13.5,139.5 parent: 1 - - uid: 40471 + - uid: 59774 components: - type: Transform - pos: 10.5,120.5 + pos: -13.5,138.5 parent: 1 - - uid: 40472 + - uid: 59775 components: - type: Transform - pos: 10.5,119.5 + pos: -13.5,137.5 parent: 1 - - uid: 40473 + - uid: 59776 components: - type: Transform - pos: 10.5,118.5 + pos: -13.5,136.5 parent: 1 - - uid: 40474 + - uid: 59777 components: - type: Transform - pos: 10.5,117.5 + pos: -12.5,156.5 parent: 1 - - uid: 40475 + - uid: 59778 components: - type: Transform - pos: 10.5,116.5 + pos: -12.5,149.5 parent: 1 - - uid: 40476 + - uid: 59779 components: - type: Transform - pos: 10.5,115.5 + pos: -12.5,148.5 parent: 1 - - uid: 40477 + - uid: 59780 components: - type: Transform - pos: 10.5,114.5 + pos: -12.5,147.5 parent: 1 - - uid: 40478 + - uid: 59781 components: - type: Transform - pos: 10.5,113.5 + pos: -12.5,142.5 parent: 1 - - uid: 40479 + - uid: 59782 components: - type: Transform - pos: 10.5,112.5 + pos: -12.5,141.5 parent: 1 - - uid: 40525 + - uid: 59783 components: - type: Transform - pos: 12.5,121.5 + pos: -12.5,140.5 parent: 1 - - uid: 40526 + - uid: 59784 components: - type: Transform - pos: 12.5,120.5 + pos: -12.5,139.5 parent: 1 - - uid: 40527 + - uid: 59785 components: - type: Transform - pos: 12.5,119.5 + pos: -12.5,138.5 parent: 1 - - uid: 40528 + - uid: 59786 components: - type: Transform - pos: 12.5,118.5 + pos: -12.5,137.5 parent: 1 - - uid: 40529 + - uid: 59787 components: - type: Transform - pos: 12.5,117.5 + pos: -12.5,136.5 parent: 1 - - uid: 40530 + - uid: 59788 components: - type: Transform - pos: 12.5,116.5 + pos: -11.5,153.5 parent: 1 - - uid: 40531 + - uid: 59789 components: - type: Transform - pos: 12.5,115.5 + pos: -11.5,152.5 parent: 1 - - uid: 40532 + - uid: 59790 components: - type: Transform - pos: 12.5,114.5 + pos: -11.5,151.5 parent: 1 - - uid: 40533 + - uid: 59791 components: - type: Transform - pos: 14.5,119.5 + pos: -11.5,148.5 parent: 1 - - uid: 40534 + - uid: 59792 components: - type: Transform - pos: 14.5,118.5 + pos: -11.5,143.5 parent: 1 - - uid: 40535 + - uid: 59793 components: - type: Transform - pos: 14.5,117.5 + pos: -11.5,142.5 parent: 1 - - uid: 40536 + - uid: 59794 components: - type: Transform - pos: 14.5,116.5 + pos: -11.5,141.5 parent: 1 - - uid: 40537 + - uid: 59795 components: - type: Transform - pos: 14.5,115.5 + pos: -11.5,140.5 parent: 1 - - uid: 40538 + - uid: 59796 components: - type: Transform - pos: 14.5,114.5 + pos: -11.5,139.5 parent: 1 - - uid: 40539 + - uid: 59797 components: - type: Transform - pos: 13.5,120.5 + pos: -11.5,138.5 parent: 1 - - uid: 40540 + - uid: 59798 components: - type: Transform - pos: 13.5,119.5 + pos: -11.5,137.5 parent: 1 - - uid: 40541 + - uid: 59799 components: - type: Transform - pos: 13.5,118.5 + pos: -11.5,136.5 parent: 1 - - uid: 40542 + - uid: 59800 components: - type: Transform - pos: 13.5,117.5 + pos: -10.5,151.5 parent: 1 - - uid: 40543 + - uid: 59801 components: - type: Transform - pos: 13.5,116.5 + pos: -10.5,150.5 parent: 1 - - uid: 40544 + - uid: 59802 components: - type: Transform - pos: 13.5,115.5 + pos: -10.5,146.5 parent: 1 - - uid: 40545 + - uid: 59803 components: - type: Transform - pos: 13.5,114.5 + pos: -10.5,145.5 parent: 1 - - uid: 40546 + - uid: 59804 components: - type: Transform - pos: 15.5,118.5 + pos: -10.5,144.5 parent: 1 - - uid: 40547 + - uid: 59805 components: - type: Transform - pos: 15.5,117.5 + pos: -10.5,143.5 parent: 1 - - uid: 40548 + - uid: 59806 components: - type: Transform - pos: 15.5,116.5 + pos: -10.5,142.5 parent: 1 - - uid: 40549 + - uid: 59807 components: - type: Transform - pos: 15.5,115.5 + pos: -10.5,141.5 parent: 1 - - uid: 40550 + - uid: 59808 components: - type: Transform - pos: 15.5,114.5 + pos: -10.5,140.5 parent: 1 - - uid: 40551 + - uid: 59809 components: - type: Transform - pos: 16.5,118.5 + pos: -10.5,139.5 parent: 1 - - uid: 40552 + - uid: 59810 components: - type: Transform - pos: 16.5,117.5 + pos: -10.5,138.5 parent: 1 - - uid: 40553 + - uid: 59811 components: - type: Transform - pos: 16.5,116.5 + pos: -10.5,137.5 parent: 1 - - uid: 40554 + - uid: 59812 components: - type: Transform - pos: 16.5,115.5 + pos: -10.5,136.5 parent: 1 - - uid: 40555 + - uid: 59813 components: - type: Transform - pos: 16.5,114.5 + pos: -9.5,151.5 parent: 1 - - uid: 40556 + - uid: 59814 components: - type: Transform - pos: 17.5,117.5 + pos: -9.5,150.5 parent: 1 - - uid: 40557 + - uid: 59815 components: - type: Transform - pos: 17.5,116.5 + pos: -9.5,149.5 parent: 1 - - uid: 40558 + - uid: 59816 components: - type: Transform - pos: 17.5,115.5 + pos: -9.5,148.5 parent: 1 - - uid: 40559 + - uid: 59817 components: - type: Transform - pos: 17.5,114.5 + pos: -9.5,147.5 parent: 1 - - uid: 40560 + - uid: 59818 components: - type: Transform - pos: 18.5,117.5 + pos: -9.5,146.5 parent: 1 - - uid: 40561 + - uid: 59819 components: - type: Transform - pos: 18.5,116.5 + pos: -9.5,145.5 parent: 1 - - uid: 40562 + - uid: 59820 components: - type: Transform - pos: 18.5,115.5 + pos: -9.5,144.5 parent: 1 - - uid: 40563 + - uid: 59821 components: - type: Transform - pos: 18.5,114.5 + pos: -9.5,143.5 parent: 1 - - uid: 40564 + - uid: 59822 components: - type: Transform - pos: 19.5,116.5 + pos: -9.5,142.5 parent: 1 - - uid: 40565 + - uid: 59823 components: - type: Transform - pos: 19.5,115.5 + pos: -9.5,141.5 parent: 1 - - uid: 40566 + - uid: 59824 components: - type: Transform - pos: 19.5,114.5 + pos: -9.5,140.5 parent: 1 - - uid: 40567 + - uid: 59825 components: - type: Transform - pos: 20.5,115.5 + pos: -9.5,139.5 parent: 1 - - uid: 40568 + - uid: 59826 components: - type: Transform - pos: 20.5,114.5 + pos: -9.5,138.5 parent: 1 - - uid: 40569 + - uid: 59827 components: - type: Transform - pos: 21.5,115.5 + pos: -9.5,137.5 parent: 1 - - uid: 40570 + - uid: 59828 components: - type: Transform - pos: 21.5,114.5 + pos: -9.5,136.5 parent: 1 - - uid: 40571 + - uid: 59829 components: - type: Transform - pos: 22.5,114.5 + pos: -8.5,155.5 parent: 1 - - uid: 40572 + - uid: 59830 components: - type: Transform - pos: 23.5,114.5 + pos: -8.5,154.5 parent: 1 - - uid: 40573 + - uid: 59831 components: - type: Transform - pos: 23.5,113.5 + pos: -8.5,153.5 parent: 1 - - uid: 40574 + - uid: 59832 components: - type: Transform - pos: 23.5,112.5 + pos: -8.5,152.5 parent: 1 - - uid: 40575 + - uid: 59833 components: - type: Transform - pos: 23.5,111.5 + pos: -8.5,151.5 parent: 1 - - uid: 40576 + - uid: 59834 components: - type: Transform - pos: 23.5,110.5 + pos: -8.5,150.5 parent: 1 - - uid: 40577 + - uid: 59835 components: - type: Transform - pos: 23.5,109.5 + pos: -8.5,149.5 parent: 1 - - uid: 40578 + - uid: 59836 components: - type: Transform - pos: 22.5,113.5 + pos: -8.5,148.5 parent: 1 - - uid: 40579 + - uid: 59837 components: - type: Transform - pos: 22.5,112.5 + pos: -8.5,147.5 parent: 1 - - uid: 40580 + - uid: 59838 components: - type: Transform - pos: 22.5,111.5 + pos: -8.5,146.5 parent: 1 - - uid: 40581 + - uid: 59839 components: - type: Transform - pos: 22.5,110.5 + pos: -8.5,145.5 parent: 1 - - uid: 40582 + - uid: 59840 components: - type: Transform - pos: 22.5,109.5 + pos: -8.5,144.5 parent: 1 - - uid: 40583 + - uid: 59841 components: - type: Transform - pos: 21.5,113.5 + pos: -8.5,143.5 parent: 1 - - uid: 40584 + - uid: 59842 components: - type: Transform - pos: 21.5,112.5 + pos: -8.5,142.5 parent: 1 - - uid: 40585 + - uid: 59843 components: - type: Transform - pos: 21.5,111.5 + pos: -8.5,141.5 parent: 1 - - uid: 40586 + - uid: 59844 components: - type: Transform - pos: 21.5,110.5 + pos: -8.5,140.5 parent: 1 - - uid: 40587 + - uid: 59845 components: - type: Transform - pos: 21.5,109.5 + pos: -8.5,139.5 parent: 1 - - uid: 40588 + - uid: 59846 components: - type: Transform - pos: 20.5,113.5 + pos: -8.5,138.5 parent: 1 - - uid: 40589 + - uid: 59847 components: - type: Transform - pos: 20.5,112.5 + pos: -8.5,137.5 parent: 1 - - uid: 40590 + - uid: 59848 components: - type: Transform - pos: 20.5,111.5 + pos: -8.5,136.5 parent: 1 - - uid: 40591 + - uid: 59849 components: - type: Transform - pos: 20.5,110.5 + pos: -7.5,155.5 parent: 1 - - uid: 40592 + - uid: 59850 components: - type: Transform - pos: 20.5,109.5 + pos: -7.5,154.5 parent: 1 - - uid: 40593 + - uid: 59851 components: - type: Transform - pos: 19.5,113.5 + pos: -7.5,153.5 parent: 1 - - uid: 40594 + - uid: 59852 components: - type: Transform - pos: 19.5,112.5 + pos: -7.5,152.5 parent: 1 - - uid: 40595 + - uid: 59853 components: - type: Transform - pos: 19.5,111.5 + pos: -7.5,151.5 parent: 1 - - uid: 40596 + - uid: 59854 components: - type: Transform - pos: 19.5,110.5 + pos: -7.5,150.5 parent: 1 - - uid: 40597 + - uid: 59855 components: - type: Transform - pos: 19.5,109.5 + pos: -7.5,149.5 parent: 1 - - uid: 40598 + - uid: 59856 components: - type: Transform - pos: 18.5,113.5 + pos: -7.5,148.5 parent: 1 - - uid: 40599 + - uid: 59857 components: - type: Transform - pos: 18.5,112.5 + pos: -7.5,147.5 parent: 1 - - uid: 40600 + - uid: 59858 components: - type: Transform - pos: 18.5,111.5 + pos: -7.5,146.5 parent: 1 - - uid: 40601 + - uid: 59859 components: - type: Transform - pos: 18.5,110.5 + pos: -7.5,145.5 parent: 1 - - uid: 40602 + - uid: 59860 components: - type: Transform - pos: 18.5,109.5 + pos: -7.5,144.5 parent: 1 - - uid: 40603 + - uid: 59861 components: - type: Transform - pos: 17.5,113.5 + pos: -7.5,143.5 parent: 1 - - uid: 40604 + - uid: 59862 components: - type: Transform - pos: 17.5,112.5 + pos: -7.5,142.5 parent: 1 - - uid: 40605 + - uid: 59863 components: - type: Transform - pos: 17.5,111.5 + pos: -7.5,141.5 parent: 1 - - uid: 40606 + - uid: 59864 components: - type: Transform - pos: 17.5,110.5 + pos: -7.5,140.5 parent: 1 - - uid: 40607 + - uid: 59865 components: - type: Transform - pos: 17.5,109.5 + pos: -7.5,139.5 parent: 1 - - uid: 40608 + - uid: 59866 components: - type: Transform - pos: 16.5,113.5 + pos: -7.5,138.5 parent: 1 - - uid: 40609 + - uid: 59867 components: - type: Transform - pos: 16.5,112.5 + pos: -7.5,137.5 parent: 1 - - uid: 40610 + - uid: 59868 components: - type: Transform - pos: 16.5,111.5 + pos: -7.5,136.5 parent: 1 - - uid: 40611 + - uid: 59869 components: - type: Transform - pos: 16.5,110.5 + pos: -6.5,156.5 parent: 1 - - uid: 40612 + - uid: 59870 components: - type: Transform - pos: 16.5,109.5 + pos: -6.5,155.5 parent: 1 - - uid: 40613 + - uid: 59871 components: - type: Transform - pos: 15.5,113.5 + pos: -6.5,154.5 parent: 1 - - uid: 40614 + - uid: 59872 components: - type: Transform - pos: 15.5,112.5 + pos: -6.5,153.5 parent: 1 - - uid: 40615 + - uid: 59873 components: - type: Transform - pos: 15.5,111.5 + pos: -6.5,152.5 parent: 1 - - uid: 40616 + - uid: 59874 components: - type: Transform - pos: 15.5,110.5 + pos: -6.5,151.5 parent: 1 - - uid: 40617 + - uid: 59875 components: - type: Transform - pos: 15.5,109.5 + pos: -6.5,150.5 parent: 1 - - uid: 40618 + - uid: 59876 components: - type: Transform - pos: 14.5,113.5 + pos: -6.5,149.5 parent: 1 - - uid: 40619 + - uid: 59877 components: - type: Transform - pos: 14.5,112.5 + pos: -6.5,148.5 parent: 1 - - uid: 40620 + - uid: 59878 components: - type: Transform - pos: 14.5,111.5 + pos: -6.5,147.5 parent: 1 - - uid: 40621 + - uid: 59879 components: - type: Transform - pos: 14.5,110.5 + pos: -6.5,146.5 parent: 1 - - uid: 40622 + - uid: 59880 components: - type: Transform - pos: 14.5,109.5 + pos: -6.5,145.5 parent: 1 - - uid: 40623 + - uid: 59881 components: - type: Transform - pos: 13.5,113.5 + pos: -6.5,144.5 parent: 1 - - uid: 40624 + - uid: 59882 components: - type: Transform - pos: 13.5,112.5 + pos: -6.5,143.5 parent: 1 - - uid: 40625 + - uid: 59883 components: - type: Transform - pos: 13.5,111.5 + pos: -6.5,142.5 parent: 1 - - uid: 40626 + - uid: 59884 components: - type: Transform - pos: 13.5,110.5 + pos: -6.5,141.5 parent: 1 - - uid: 40627 + - uid: 59885 components: - type: Transform - pos: 13.5,109.5 + pos: -6.5,140.5 parent: 1 - - uid: 40628 + - uid: 59886 components: - type: Transform - pos: 12.5,113.5 + pos: -6.5,139.5 parent: 1 - - uid: 40629 + - uid: 59887 components: - type: Transform - pos: 12.5,112.5 + pos: -6.5,138.5 parent: 1 - - uid: 40630 + - uid: 59888 components: - type: Transform - pos: 12.5,111.5 + pos: -6.5,137.5 parent: 1 - - uid: 40631 + - uid: 59889 components: - type: Transform - pos: 12.5,110.5 + pos: -6.5,136.5 parent: 1 - - uid: 40632 + - uid: 59890 components: - type: Transform - pos: 12.5,109.5 + pos: -5.5,156.5 parent: 1 - - uid: 40633 + - uid: 59891 components: - type: Transform - pos: 11.5,113.5 + pos: -5.5,155.5 parent: 1 - - uid: 40634 + - uid: 59892 components: - type: Transform - pos: 11.5,112.5 + pos: -5.5,154.5 parent: 1 - - uid: 40635 + - uid: 59893 components: - type: Transform - pos: 11.5,111.5 + pos: -5.5,153.5 parent: 1 - - uid: 40636 + - uid: 59894 components: - type: Transform - pos: 11.5,110.5 + pos: -5.5,152.5 parent: 1 - - uid: 40637 + - uid: 59895 components: - type: Transform - pos: 11.5,109.5 + pos: -5.5,151.5 parent: 1 - - uid: 40638 + - uid: 59896 components: - type: Transform - pos: 10.5,111.5 + pos: -5.5,150.5 parent: 1 - - uid: 40639 + - uid: 59897 components: - type: Transform - pos: 10.5,110.5 + pos: -5.5,149.5 parent: 1 - - uid: 40640 + - uid: 59898 components: - type: Transform - pos: 10.5,109.5 + pos: -5.5,148.5 parent: 1 - - uid: 40641 + - uid: 59899 components: - type: Transform - pos: 24.5,113.5 + pos: -5.5,147.5 parent: 1 - - uid: 40642 + - uid: 59900 components: - type: Transform - pos: 24.5,112.5 + pos: -5.5,146.5 parent: 1 - - uid: 40643 + - uid: 59901 components: - type: Transform - pos: 24.5,111.5 + pos: -5.5,145.5 parent: 1 - - uid: 40644 + - uid: 59902 components: - type: Transform - pos: 24.5,110.5 + pos: -5.5,144.5 parent: 1 - - uid: 40645 + - uid: 59903 components: - type: Transform - pos: 24.5,109.5 + pos: -5.5,143.5 parent: 1 - - uid: 40646 + - uid: 59904 components: - type: Transform - pos: 25.5,113.5 + pos: -5.5,142.5 parent: 1 - - uid: 40647 + - uid: 59905 components: - type: Transform - pos: 25.5,112.5 + pos: -5.5,141.5 parent: 1 - - uid: 40648 + - uid: 59906 components: - type: Transform - pos: 25.5,111.5 + pos: -5.5,137.5 parent: 1 - - uid: 40649 + - uid: 59907 components: - type: Transform - pos: 25.5,110.5 + pos: -5.5,136.5 parent: 1 - - uid: 40650 + - uid: 59908 components: - type: Transform - pos: 25.5,109.5 + pos: -4.5,155.5 parent: 1 - - uid: 40651 + - uid: 59909 components: - type: Transform - pos: 26.5,112.5 + pos: -4.5,154.5 parent: 1 - - uid: 40652 + - uid: 59910 components: - type: Transform - pos: 26.5,111.5 + pos: -4.5,153.5 parent: 1 - - uid: 40653 + - uid: 59911 components: - type: Transform - pos: 26.5,110.5 + pos: -4.5,152.5 parent: 1 - - uid: 40654 + - uid: 59912 components: - type: Transform - pos: 26.5,109.5 + pos: -4.5,151.5 parent: 1 - - uid: 40655 + - uid: 59913 components: - type: Transform - pos: 27.5,111.5 + pos: -4.5,150.5 parent: 1 - - uid: 40656 + - uid: 59914 components: - type: Transform - pos: 27.5,110.5 + pos: -4.5,149.5 parent: 1 - - uid: 40657 + - uid: 59915 components: - type: Transform - pos: 27.5,109.5 + pos: -4.5,148.5 parent: 1 - - uid: 40658 + - uid: 59916 components: - type: Transform - pos: 28.5,111.5 + pos: -4.5,147.5 parent: 1 - - uid: 40659 + - uid: 59917 components: - type: Transform - pos: 28.5,110.5 + pos: -4.5,146.5 parent: 1 - - uid: 40660 + - uid: 59918 components: - type: Transform - pos: 28.5,109.5 + pos: -4.5,145.5 parent: 1 - - uid: 40661 + - uid: 59919 components: - type: Transform - pos: 29.5,110.5 + pos: -4.5,144.5 parent: 1 - - uid: 40662 + - uid: 59920 components: - type: Transform - pos: 29.5,109.5 + pos: -4.5,143.5 parent: 1 - - uid: 40663 + - uid: 59921 components: - type: Transform - pos: 30.5,110.5 + pos: -4.5,142.5 parent: 1 - - uid: 40664 + - uid: 59922 components: - type: Transform - pos: 30.5,109.5 + pos: -4.5,141.5 parent: 1 - - uid: 40665 + - uid: 59923 components: - type: Transform - pos: 31.5,110.5 + pos: -4.5,138.5 parent: 1 - - uid: 40666 + - uid: 59924 components: - type: Transform - pos: 31.5,109.5 + pos: -4.5,137.5 parent: 1 - - uid: 40667 + - uid: 59925 components: - type: Transform - pos: 32.5,108.5 + pos: -4.5,136.5 parent: 1 - - uid: 40668 + - uid: 59926 components: - type: Transform - pos: 32.5,107.5 + pos: -27.5,136.5 parent: 1 - - uid: 40669 + - uid: 59927 components: - type: Transform - pos: 32.5,106.5 + pos: -27.5,137.5 parent: 1 - - uid: 40670 + - uid: 59928 components: - type: Transform - pos: 32.5,105.5 + pos: -27.5,138.5 parent: 1 - - uid: 40671 + - uid: 59929 components: - type: Transform - pos: 31.5,108.5 + pos: -27.5,139.5 parent: 1 - - uid: 40672 + - uid: 59930 components: - type: Transform - pos: 31.5,107.5 + pos: -27.5,140.5 parent: 1 - - uid: 40673 + - uid: 59931 components: - type: Transform - pos: 31.5,106.5 + pos: -27.5,141.5 parent: 1 - - uid: 40674 + - uid: 59932 components: - type: Transform - pos: 31.5,105.5 + pos: -27.5,142.5 parent: 1 - - uid: 40675 + - uid: 59933 components: - type: Transform - pos: 30.5,108.5 + pos: -27.5,143.5 parent: 1 - - uid: 40676 + - uid: 59934 components: - type: Transform - pos: 30.5,107.5 + pos: -27.5,144.5 parent: 1 - - uid: 40677 + - uid: 59935 components: - type: Transform - pos: 30.5,106.5 + pos: -27.5,145.5 parent: 1 - - uid: 40678 + - uid: 59936 components: - type: Transform - pos: 30.5,105.5 + pos: -27.5,146.5 parent: 1 - - uid: 40679 + - uid: 59937 components: - type: Transform - pos: 29.5,108.5 + pos: -28.5,136.5 parent: 1 - - uid: 40680 + - uid: 59938 components: - type: Transform - pos: 29.5,107.5 + pos: -28.5,137.5 parent: 1 - - uid: 40681 + - uid: 59939 components: - type: Transform - pos: 29.5,106.5 + pos: -28.5,138.5 parent: 1 - - uid: 40682 + - uid: 59940 components: - type: Transform - pos: 29.5,105.5 + pos: -28.5,139.5 parent: 1 - - uid: 40683 + - uid: 59941 components: - type: Transform - pos: 28.5,108.5 + pos: -28.5,140.5 parent: 1 - - uid: 40684 + - uid: 59942 components: - type: Transform - pos: 28.5,107.5 + pos: -28.5,141.5 parent: 1 - - uid: 40685 + - uid: 59943 components: - type: Transform - pos: 28.5,106.5 + pos: -28.5,142.5 parent: 1 - - uid: 40686 + - uid: 59944 components: - type: Transform - pos: 28.5,105.5 + pos: -28.5,143.5 parent: 1 - - uid: 40687 + - uid: 59945 components: - type: Transform - pos: 27.5,108.5 + pos: -28.5,144.5 parent: 1 - - uid: 40688 + - uid: 59946 components: - type: Transform - pos: 27.5,107.5 + pos: -28.5,145.5 parent: 1 - - uid: 40689 + - uid: 59947 components: - type: Transform - pos: 27.5,106.5 + pos: -28.5,146.5 parent: 1 - - uid: 40690 + - uid: 59948 components: - type: Transform - pos: 27.5,105.5 + pos: -29.5,136.5 parent: 1 - - uid: 40691 + - uid: 59949 components: - type: Transform - pos: 26.5,108.5 + pos: -29.5,137.5 parent: 1 - - uid: 40692 + - uid: 59950 components: - type: Transform - pos: 26.5,107.5 + pos: -29.5,138.5 parent: 1 - - uid: 40693 + - uid: 59951 components: - type: Transform - pos: 26.5,106.5 + pos: -29.5,139.5 parent: 1 - - uid: 40694 + - uid: 59952 components: - type: Transform - pos: 26.5,105.5 + pos: -29.5,140.5 parent: 1 - - uid: 40695 + - uid: 59953 components: - type: Transform - pos: 25.5,108.5 + pos: -29.5,141.5 parent: 1 - - uid: 40696 + - uid: 59954 components: - type: Transform - pos: 25.5,107.5 + pos: -29.5,142.5 parent: 1 - - uid: 40697 + - uid: 59955 components: - type: Transform - pos: 25.5,106.5 + pos: -29.5,143.5 parent: 1 - - uid: 40698 + - uid: 59956 components: - type: Transform - pos: 25.5,105.5 + pos: -29.5,144.5 parent: 1 - - uid: 40699 + - uid: 59957 components: - type: Transform - pos: 24.5,108.5 + pos: -29.5,145.5 parent: 1 - - uid: 40700 + - uid: 59958 components: - type: Transform - pos: 24.5,107.5 + pos: -29.5,146.5 parent: 1 - - uid: 40701 + - uid: 59959 components: - type: Transform - pos: 24.5,106.5 + pos: -30.5,136.5 parent: 1 - - uid: 40702 + - uid: 59960 components: - type: Transform - pos: 24.5,105.5 + pos: -30.5,137.5 parent: 1 - - uid: 40703 + - uid: 59961 components: - type: Transform - pos: 23.5,108.5 + pos: -30.5,138.5 parent: 1 - - uid: 40704 + - uid: 59962 components: - type: Transform - pos: 23.5,107.5 + pos: -30.5,139.5 parent: 1 - - uid: 40705 + - uid: 59963 components: - type: Transform - pos: 23.5,106.5 + pos: -30.5,140.5 parent: 1 - - uid: 40706 + - uid: 59964 components: - type: Transform - pos: 23.5,105.5 + pos: -30.5,141.5 parent: 1 - - uid: 40707 + - uid: 59965 components: - type: Transform - pos: 22.5,108.5 + pos: -30.5,142.5 parent: 1 - - uid: 40708 + - uid: 59966 components: - type: Transform - pos: 22.5,107.5 + pos: -30.5,143.5 parent: 1 - - uid: 40709 + - uid: 59967 components: - type: Transform - pos: 22.5,106.5 + pos: -30.5,144.5 parent: 1 - - uid: 40710 + - uid: 59968 components: - type: Transform - pos: 22.5,105.5 + pos: -30.5,145.5 parent: 1 - - uid: 40711 + - uid: 59969 components: - type: Transform - pos: 21.5,108.5 + pos: -30.5,146.5 parent: 1 - - uid: 40712 + - uid: 59970 components: - type: Transform - pos: 21.5,107.5 + pos: -31.5,136.5 parent: 1 - - uid: 40713 + - uid: 59971 components: - type: Transform - pos: 21.5,106.5 + pos: -31.5,137.5 parent: 1 - - uid: 40714 + - uid: 59972 components: - type: Transform - pos: 21.5,105.5 + pos: -31.5,138.5 parent: 1 - - uid: 40715 + - uid: 59973 components: - type: Transform - pos: 31.5,104.5 + pos: -31.5,139.5 parent: 1 - - uid: 40716 + - uid: 59974 components: - type: Transform - pos: 30.5,104.5 + pos: -31.5,140.5 parent: 1 - - uid: 40717 + - uid: 59975 components: - type: Transform - pos: 29.5,104.5 + pos: -31.5,141.5 parent: 1 - - uid: 40718 + - uid: 59976 components: - type: Transform - pos: 28.5,104.5 + pos: -31.5,142.5 parent: 1 - - uid: 40719 + - uid: 59977 components: - type: Transform - pos: 27.5,104.5 + pos: -31.5,143.5 parent: 1 - - uid: 40720 + - uid: 59978 components: - type: Transform - pos: 26.5,104.5 + pos: -31.5,144.5 parent: 1 - - uid: 40721 + - uid: 59979 components: - type: Transform - pos: 25.5,104.5 + pos: -31.5,145.5 parent: 1 - - uid: 40722 + - uid: 59980 components: - type: Transform - pos: 24.5,104.5 + pos: -31.5,146.5 parent: 1 - - uid: 40723 + - uid: 59981 components: - type: Transform - pos: 23.5,104.5 + pos: -32.5,136.5 parent: 1 - - uid: 40724 + - uid: 59982 components: - type: Transform - pos: 22.5,104.5 + pos: -32.5,137.5 parent: 1 - - uid: 40725 + - uid: 59983 components: - type: Transform - pos: 21.5,104.5 + pos: -32.5,138.5 parent: 1 - - uid: 40726 + - uid: 59984 components: - type: Transform - pos: 31.5,100.5 + pos: -32.5,139.5 parent: 1 - - uid: 40727 + - uid: 59985 components: - type: Transform - pos: 31.5,101.5 + pos: -32.5,140.5 parent: 1 - - uid: 40728 + - uid: 59986 components: - type: Transform - pos: 31.5,102.5 + pos: -32.5,141.5 parent: 1 - - uid: 40729 + - uid: 59987 components: - type: Transform - pos: 31.5,103.5 + pos: -32.5,142.5 parent: 1 - - uid: 40730 + - uid: 59988 components: - type: Transform - pos: 30.5,100.5 + pos: -32.5,143.5 parent: 1 - - uid: 40731 + - uid: 59989 components: - type: Transform - pos: 30.5,101.5 + pos: -32.5,144.5 parent: 1 - - uid: 40732 + - uid: 59990 components: - type: Transform - pos: 30.5,102.5 + pos: -32.5,145.5 parent: 1 - - uid: 40733 + - uid: 59991 components: - type: Transform - pos: 30.5,103.5 + pos: -32.5,146.5 parent: 1 - - uid: 40734 + - uid: 59992 components: - type: Transform - pos: 29.5,100.5 + pos: -33.5,138.5 parent: 1 - - uid: 40735 + - uid: 59993 components: - type: Transform - pos: 29.5,101.5 + pos: -33.5,139.5 parent: 1 - - uid: 40736 + - uid: 59994 components: - type: Transform - pos: 29.5,102.5 + pos: -33.5,140.5 parent: 1 - - uid: 40737 + - uid: 59995 components: - type: Transform - pos: 29.5,103.5 + pos: -33.5,141.5 parent: 1 - - uid: 40738 + - uid: 59996 components: - type: Transform - pos: 28.5,100.5 + pos: -33.5,142.5 parent: 1 - - uid: 40739 + - uid: 59997 components: - type: Transform - pos: 28.5,101.5 + pos: -33.5,143.5 parent: 1 - - uid: 40740 + - uid: 59998 components: - type: Transform - pos: 28.5,102.5 + pos: -33.5,144.5 parent: 1 - - uid: 40741 + - uid: 59999 components: - type: Transform - pos: 28.5,103.5 + pos: -33.5,145.5 parent: 1 - - uid: 40742 + - uid: 60000 components: - type: Transform - pos: 27.5,100.5 + pos: -33.5,146.5 parent: 1 - - uid: 40743 + - uid: 60001 components: - type: Transform - pos: 27.5,101.5 + pos: -16.5,132.5 parent: 1 - - uid: 40744 + - uid: 60002 components: - type: Transform - pos: 27.5,102.5 + pos: -15.5,132.5 parent: 1 - - uid: 40745 + - uid: 60003 components: - type: Transform - pos: 27.5,103.5 + pos: -14.5,135.5 parent: 1 - - uid: 40746 + - uid: 60004 components: - type: Transform - pos: 26.5,100.5 + pos: -14.5,134.5 parent: 1 - - uid: 40747 + - uid: 60005 components: - type: Transform - pos: 26.5,101.5 + pos: -14.5,133.5 parent: 1 - - uid: 40748 + - uid: 60006 components: - type: Transform - pos: 26.5,102.5 + pos: -14.5,132.5 parent: 1 - - uid: 40749 + - uid: 60007 components: - type: Transform - pos: 26.5,103.5 + pos: -13.5,135.5 parent: 1 - - uid: 40750 + - uid: 60008 components: - type: Transform - pos: 25.5,100.5 + pos: -13.5,134.5 parent: 1 - - uid: 40751 + - uid: 60009 components: - type: Transform - pos: 25.5,101.5 + pos: -13.5,133.5 parent: 1 - - uid: 40752 + - uid: 60010 components: - type: Transform - pos: 25.5,102.5 + pos: -13.5,132.5 parent: 1 - - uid: 40753 + - uid: 60011 components: - type: Transform - pos: 25.5,103.5 + pos: -12.5,135.5 parent: 1 - - uid: 40754 + - uid: 60012 components: - type: Transform - pos: 24.5,100.5 + pos: -12.5,134.5 parent: 1 - - uid: 40755 + - uid: 60013 components: - type: Transform - pos: 24.5,101.5 + pos: -12.5,133.5 parent: 1 - - uid: 40756 + - uid: 60014 components: - type: Transform - pos: 24.5,102.5 + pos: -12.5,132.5 parent: 1 - - uid: 40757 + - uid: 60015 components: - type: Transform - pos: 24.5,103.5 + pos: -11.5,135.5 parent: 1 - - uid: 40758 + - uid: 60016 components: - type: Transform - pos: 23.5,100.5 + pos: -11.5,134.5 parent: 1 - - uid: 40759 + - uid: 60017 components: - type: Transform - pos: 23.5,101.5 + pos: -11.5,133.5 parent: 1 - - uid: 40760 + - uid: 60018 components: - type: Transform - pos: 23.5,102.5 + pos: -11.5,132.5 parent: 1 - - uid: 40761 + - uid: 60019 components: - type: Transform - pos: 23.5,103.5 + pos: -10.5,135.5 parent: 1 - - uid: 40762 + - uid: 60020 components: - type: Transform - pos: 22.5,100.5 + pos: -10.5,134.5 parent: 1 - - uid: 40763 + - uid: 60021 components: - type: Transform - pos: 22.5,101.5 + pos: -10.5,133.5 parent: 1 - - uid: 40764 + - uid: 60022 components: - type: Transform - pos: 22.5,102.5 + pos: -10.5,132.5 parent: 1 - - uid: 40765 + - uid: 60023 components: - type: Transform - pos: 22.5,103.5 + pos: -9.5,135.5 parent: 1 - - uid: 40766 + - uid: 60024 components: - type: Transform - pos: 21.5,100.5 + pos: -9.5,134.5 parent: 1 - - uid: 40767 + - uid: 60025 components: - type: Transform - pos: 21.5,101.5 + pos: -9.5,133.5 parent: 1 - - uid: 40768 + - uid: 60026 components: - type: Transform - pos: 21.5,102.5 + pos: -9.5,132.5 parent: 1 - - uid: 40769 + - uid: 60027 components: - type: Transform - pos: 21.5,103.5 + pos: -8.5,135.5 parent: 1 - - uid: 40770 + - uid: 60028 components: - type: Transform - pos: 30.5,98.5 + pos: -8.5,134.5 parent: 1 - - uid: 40771 + - uid: 60029 components: - type: Transform - pos: 30.5,97.5 + pos: -8.5,133.5 parent: 1 - - uid: 40772 + - uid: 60030 components: - type: Transform - pos: 30.5,96.5 + pos: -8.5,132.5 parent: 1 - - uid: 40773 + - uid: 60031 components: - type: Transform - pos: 30.5,95.5 + pos: -7.5,135.5 parent: 1 - - uid: 40774 + - uid: 60032 components: - type: Transform - pos: 30.5,94.5 + pos: -7.5,134.5 parent: 1 - - uid: 40775 + - uid: 60033 components: - type: Transform - pos: 30.5,93.5 + pos: -7.5,133.5 parent: 1 - - uid: 40776 + - uid: 60034 components: - type: Transform - pos: 30.5,92.5 + pos: -7.5,132.5 parent: 1 - - uid: 40777 + - uid: 60035 components: - type: Transform - pos: 30.5,91.5 + pos: -6.5,135.5 parent: 1 - - uid: 40778 + - uid: 60036 components: - type: Transform - pos: 30.5,90.5 + pos: -6.5,134.5 parent: 1 - - uid: 40779 + - uid: 60037 components: - type: Transform - pos: 30.5,89.5 + pos: -6.5,133.5 parent: 1 - - uid: 40780 + - uid: 60038 components: - type: Transform - pos: 30.5,88.5 + pos: -6.5,132.5 parent: 1 - - uid: 40781 + - uid: 60039 components: - type: Transform - pos: 30.5,87.5 + pos: -5.5,135.5 parent: 1 - - uid: 40782 + - uid: 60040 components: - type: Transform - pos: 30.5,86.5 + pos: -5.5,134.5 parent: 1 - - uid: 40783 + - uid: 60041 components: - type: Transform - pos: 30.5,85.5 + pos: -5.5,133.5 parent: 1 - - uid: 40784 + - uid: 60042 components: - type: Transform - pos: 30.5,84.5 + pos: -4.5,135.5 parent: 1 - - uid: 40785 + - uid: 60043 components: - type: Transform - pos: 30.5,83.5 + pos: -4.5,134.5 parent: 1 - - uid: 40786 + - uid: 60044 components: - type: Transform - pos: 29.5,99.5 + pos: -4.5,133.5 parent: 1 - - uid: 40787 + - uid: 60045 components: - type: Transform - pos: 29.5,98.5 + pos: -4.5,132.5 parent: 1 - - uid: 40788 + - uid: 60046 components: - type: Transform - pos: 29.5,97.5 + pos: -3.5,142.5 parent: 1 - - uid: 40789 + - uid: 60047 components: - type: Transform - pos: 29.5,96.5 + pos: -3.5,143.5 parent: 1 - - uid: 40790 + - uid: 60048 components: - type: Transform - pos: 29.5,95.5 + pos: -3.5,144.5 parent: 1 - - uid: 40791 + - uid: 60049 components: - type: Transform - pos: 29.5,94.5 + pos: -2.5,132.5 parent: 1 - - uid: 40792 + - uid: 60050 components: - type: Transform - pos: 29.5,93.5 + pos: -2.5,133.5 parent: 1 - - uid: 40793 + - uid: 60051 components: - type: Transform - pos: 29.5,92.5 + pos: -2.5,134.5 parent: 1 - - uid: 40794 + - uid: 60052 components: - type: Transform - pos: 29.5,91.5 + pos: -2.5,135.5 parent: 1 - - uid: 40795 + - uid: 60053 components: - type: Transform - pos: 29.5,90.5 + pos: -2.5,136.5 parent: 1 - - uid: 40796 + - uid: 60054 components: - type: Transform - pos: 29.5,89.5 + pos: -2.5,137.5 parent: 1 - - uid: 40797 + - uid: 60055 components: - type: Transform - pos: 29.5,88.5 + pos: -2.5,138.5 parent: 1 - - uid: 40798 + - uid: 60056 components: - type: Transform - pos: 29.5,87.5 + pos: -2.5,139.5 parent: 1 - - uid: 40799 + - uid: 60057 components: - type: Transform - pos: 29.5,86.5 + pos: -2.5,142.5 parent: 1 - - uid: 40800 + - uid: 60058 components: - type: Transform - pos: 29.5,85.5 + pos: -2.5,143.5 parent: 1 - - uid: 40801 + - uid: 60059 components: - type: Transform - pos: 29.5,84.5 + pos: -2.5,144.5 parent: 1 - - uid: 40802 + - uid: 60060 components: - type: Transform - pos: 29.5,83.5 + pos: -1.5,132.5 parent: 1 - - uid: 40803 + - uid: 60061 components: - type: Transform - pos: 28.5,99.5 + pos: -1.5,133.5 parent: 1 - - uid: 40804 + - uid: 60062 components: - type: Transform - pos: 28.5,98.5 + pos: -1.5,134.5 parent: 1 - - uid: 40805 + - uid: 60063 components: - type: Transform - pos: 28.5,97.5 + pos: -1.5,135.5 parent: 1 - - uid: 40806 + - uid: 60064 components: - type: Transform - pos: 28.5,96.5 + pos: -1.5,136.5 parent: 1 - - uid: 40807 + - uid: 60065 components: - type: Transform - pos: 28.5,95.5 + pos: -1.5,137.5 parent: 1 - - uid: 40808 + - uid: 60066 components: - type: Transform - pos: 28.5,94.5 + pos: -1.5,138.5 parent: 1 - - uid: 40809 + - uid: 60067 components: - type: Transform - pos: 28.5,93.5 + pos: -1.5,143.5 parent: 1 - - uid: 40810 + - uid: 60068 components: - type: Transform - pos: 28.5,92.5 + pos: -1.5,144.5 parent: 1 - - uid: 40811 + - uid: 60069 components: - type: Transform - pos: 28.5,91.5 + pos: -0.5,132.5 parent: 1 - - uid: 40812 + - uid: 60070 components: - type: Transform - pos: 28.5,90.5 + pos: -0.5,133.5 parent: 1 - - uid: 40813 + - uid: 60071 components: - type: Transform - pos: 28.5,89.5 + pos: -0.5,134.5 parent: 1 - - uid: 40814 + - uid: 60072 components: - type: Transform - pos: 28.5,88.5 + pos: -0.5,135.5 parent: 1 - - uid: 40815 + - uid: 60073 components: - type: Transform - pos: 28.5,87.5 + pos: -0.5,136.5 parent: 1 - - uid: 40816 + - uid: 60074 components: - type: Transform - pos: 28.5,86.5 + pos: -0.5,137.5 parent: 1 - - uid: 40817 + - uid: 60075 components: - type: Transform - pos: 28.5,85.5 + pos: -0.5,138.5 parent: 1 - - uid: 40818 + - uid: 60076 components: - type: Transform - pos: 28.5,84.5 + pos: -0.5,143.5 parent: 1 - - uid: 40819 + - uid: 60077 components: - type: Transform - pos: 28.5,83.5 + pos: -0.5,144.5 parent: 1 - - uid: 40820 + - uid: 60078 components: - type: Transform - pos: 27.5,99.5 + pos: 0.5,132.5 parent: 1 - - uid: 40821 + - uid: 60079 components: - type: Transform - pos: 27.5,98.5 + pos: 0.5,133.5 parent: 1 - - uid: 40822 + - uid: 60080 components: - type: Transform - pos: 27.5,97.5 + pos: 0.5,134.5 parent: 1 - - uid: 40823 + - uid: 60081 components: - type: Transform - pos: 27.5,96.5 + pos: 0.5,135.5 parent: 1 - - uid: 40824 + - uid: 60082 components: - type: Transform - pos: 27.5,95.5 + pos: 0.5,136.5 parent: 1 - - uid: 40825 + - uid: 60083 components: - type: Transform - pos: 27.5,94.5 + pos: 0.5,137.5 parent: 1 - - uid: 40826 + - uid: 60084 components: - type: Transform - pos: 27.5,93.5 + pos: 0.5,138.5 parent: 1 - - uid: 40827 + - uid: 60085 components: - type: Transform - pos: 27.5,92.5 + pos: 0.5,139.5 parent: 1 - - uid: 40828 + - uid: 60086 components: - type: Transform - pos: 27.5,91.5 + pos: 0.5,141.5 parent: 1 - - uid: 40829 + - uid: 60087 components: - type: Transform - pos: 27.5,90.5 + pos: 1.5,132.5 parent: 1 - - uid: 40830 + - uid: 60088 components: - type: Transform - pos: 27.5,89.5 + pos: 1.5,135.5 parent: 1 - - uid: 40831 + - uid: 60089 components: - type: Transform - pos: 27.5,88.5 + pos: 1.5,136.5 parent: 1 - - uid: 40832 + - uid: 60090 components: - type: Transform - pos: 27.5,87.5 + pos: 1.5,137.5 parent: 1 - - uid: 40833 + - uid: 60091 components: - type: Transform - pos: 27.5,86.5 + pos: 1.5,138.5 parent: 1 - - uid: 40834 + - uid: 60092 components: - type: Transform - pos: 27.5,85.5 + pos: 1.5,139.5 parent: 1 - - uid: 40835 + - uid: 60093 components: - type: Transform - pos: 27.5,84.5 + pos: 1.5,140.5 parent: 1 - - uid: 40836 + - uid: 60094 components: - type: Transform - pos: 27.5,83.5 + pos: 1.5,141.5 parent: 1 - - uid: 40837 + - uid: 60095 components: - type: Transform - pos: 26.5,99.5 + pos: 1.5,142.5 parent: 1 - - uid: 40838 + - uid: 60096 components: - type: Transform - pos: 26.5,98.5 + pos: 1.5,143.5 parent: 1 - - uid: 40839 + - uid: 60097 components: - type: Transform - pos: 26.5,97.5 + pos: 1.5,144.5 parent: 1 - - uid: 40840 + - uid: 60098 components: - type: Transform - pos: 26.5,96.5 + pos: 2.5,135.5 parent: 1 - - uid: 40841 + - uid: 60099 components: - type: Transform - pos: 26.5,95.5 + pos: 2.5,136.5 parent: 1 - - uid: 40842 + - uid: 60100 components: - type: Transform - pos: 26.5,94.5 + pos: 2.5,137.5 parent: 1 - - uid: 40843 + - uid: 60101 components: - type: Transform - pos: 26.5,93.5 + pos: 2.5,138.5 parent: 1 - - uid: 40844 + - uid: 60102 components: - type: Transform - pos: 26.5,92.5 + pos: 2.5,139.5 parent: 1 - - uid: 40845 + - uid: 60103 components: - type: Transform - pos: 26.5,91.5 + pos: 2.5,140.5 parent: 1 - - uid: 40846 + - uid: 60104 components: - type: Transform - pos: 26.5,90.5 + pos: 2.5,141.5 parent: 1 - - uid: 40847 + - uid: 60105 components: - type: Transform - pos: 26.5,89.5 + pos: 2.5,142.5 parent: 1 - - uid: 40848 + - uid: 60106 components: - type: Transform - pos: 26.5,88.5 + pos: 2.5,143.5 parent: 1 - - uid: 40849 + - uid: 60107 components: - type: Transform - pos: 26.5,87.5 + pos: 2.5,144.5 parent: 1 - - uid: 40850 + - uid: 60108 components: - type: Transform - pos: 26.5,86.5 + pos: 3.5,133.5 parent: 1 - - uid: 40851 + - uid: 60109 components: - type: Transform - pos: 26.5,85.5 + pos: 3.5,134.5 parent: 1 - - uid: 40852 + - uid: 60110 components: - type: Transform - pos: 26.5,84.5 + pos: 3.5,135.5 parent: 1 - - uid: 40853 + - uid: 60111 components: - type: Transform - pos: 26.5,83.5 + pos: 3.5,136.5 parent: 1 - - uid: 40854 + - uid: 60112 components: - type: Transform - pos: 25.5,99.5 + pos: 3.5,137.5 parent: 1 - - uid: 40855 + - uid: 60113 components: - type: Transform - pos: 25.5,98.5 + pos: 3.5,141.5 parent: 1 - - uid: 40856 + - uid: 60114 components: - type: Transform - pos: 25.5,97.5 + pos: 3.5,142.5 parent: 1 - - uid: 40857 + - uid: 60115 components: - type: Transform - pos: 25.5,96.5 + pos: 3.5,143.5 parent: 1 - - uid: 40858 + - uid: 60116 components: - type: Transform - pos: 25.5,95.5 + pos: 3.5,144.5 parent: 1 - - uid: 40859 + - uid: 60117 components: - type: Transform - pos: 25.5,94.5 + pos: 4.5,132.5 parent: 1 - - uid: 40860 + - uid: 60118 components: - type: Transform - pos: 25.5,93.5 + pos: 4.5,133.5 parent: 1 - - uid: 40861 + - uid: 60119 components: - type: Transform - pos: 25.5,92.5 + pos: 4.5,134.5 parent: 1 - - uid: 40862 + - uid: 60120 components: - type: Transform - pos: 25.5,91.5 + pos: 4.5,135.5 parent: 1 - - uid: 40863 + - uid: 60121 components: - type: Transform - pos: 25.5,90.5 + pos: 4.5,136.5 parent: 1 - - uid: 40864 + - uid: 60122 components: - type: Transform - pos: 25.5,89.5 + pos: 4.5,141.5 parent: 1 - - uid: 40865 + - uid: 60123 components: - type: Transform - pos: 25.5,88.5 + pos: 4.5,142.5 parent: 1 - - uid: 40866 + - uid: 60124 components: - type: Transform - pos: 25.5,87.5 + pos: 4.5,143.5 parent: 1 - - uid: 40867 + - uid: 60125 components: - type: Transform - pos: 25.5,86.5 + pos: 4.5,144.5 parent: 1 - - uid: 40868 + - uid: 60126 components: - type: Transform - pos: 25.5,85.5 + pos: 5.5,132.5 parent: 1 - - uid: 40869 + - uid: 60127 components: - type: Transform - pos: 25.5,84.5 + pos: 5.5,133.5 parent: 1 - - uid: 40870 + - uid: 60128 components: - type: Transform - pos: 25.5,83.5 + pos: 5.5,134.5 parent: 1 - - uid: 40871 + - uid: 60129 components: - type: Transform - pos: 24.5,99.5 + pos: 5.5,135.5 parent: 1 - - uid: 40872 + - uid: 60130 components: - type: Transform - pos: 24.5,98.5 + pos: 5.5,136.5 parent: 1 - - uid: 40873 + - uid: 60131 components: - type: Transform - pos: 24.5,97.5 + pos: 5.5,141.5 parent: 1 - - uid: 40874 + - uid: 60132 components: - type: Transform - pos: 24.5,96.5 + pos: 5.5,142.5 parent: 1 - - uid: 40875 + - uid: 60133 components: - type: Transform - pos: 24.5,95.5 + pos: 5.5,143.5 parent: 1 - - uid: 40876 + - uid: 60134 components: - type: Transform - pos: 24.5,94.5 + pos: 5.5,144.5 parent: 1 - - uid: 40877 + - uid: 60135 components: - type: Transform - pos: 24.5,93.5 + pos: 5.5,145.5 parent: 1 - - uid: 40878 + - uid: 60136 components: - type: Transform - pos: 24.5,92.5 + pos: 5.5,146.5 parent: 1 - - uid: 40879 + - uid: 60137 components: - type: Transform - pos: 24.5,91.5 + pos: 5.5,147.5 parent: 1 - - uid: 40880 + - uid: 60138 components: - type: Transform - pos: 24.5,90.5 + pos: 5.5,148.5 parent: 1 - - uid: 40881 + - uid: 60139 components: - type: Transform - pos: 24.5,89.5 + pos: 5.5,149.5 parent: 1 - - uid: 40882 + - uid: 60140 components: - type: Transform - pos: 24.5,88.5 + pos: 6.5,132.5 parent: 1 - - uid: 40883 + - uid: 60141 components: - type: Transform - pos: 24.5,87.5 + pos: 6.5,133.5 parent: 1 - - uid: 40884 + - uid: 60142 components: - type: Transform - pos: 24.5,86.5 + pos: 6.5,134.5 parent: 1 - - uid: 40885 + - uid: 60143 components: - type: Transform - pos: 24.5,85.5 + pos: 6.5,135.5 parent: 1 - - uid: 40886 + - uid: 60144 components: - type: Transform - pos: 24.5,84.5 + pos: 6.5,136.5 parent: 1 - - uid: 40887 + - uid: 60145 components: - type: Transform - pos: 24.5,83.5 + pos: 6.5,137.5 parent: 1 - - uid: 40888 + - uid: 60146 components: - type: Transform - pos: 23.5,99.5 + pos: 6.5,139.5 parent: 1 - - uid: 40889 + - uid: 60147 components: - type: Transform - pos: 23.5,98.5 + pos: 6.5,140.5 parent: 1 - - uid: 40890 + - uid: 60148 components: - type: Transform - pos: 23.5,97.5 + pos: 6.5,141.5 parent: 1 - - uid: 40891 + - uid: 60149 components: - type: Transform - pos: 23.5,96.5 + pos: 6.5,142.5 parent: 1 - - uid: 40892 + - uid: 60150 components: - type: Transform - pos: 23.5,95.5 + pos: 6.5,143.5 parent: 1 - - uid: 40893 + - uid: 60151 components: - type: Transform - pos: 23.5,94.5 + pos: 6.5,144.5 parent: 1 - - uid: 40894 + - uid: 60152 components: - type: Transform - pos: 23.5,93.5 + pos: 6.5,145.5 parent: 1 - - uid: 40895 + - uid: 60153 components: - type: Transform - pos: 23.5,92.5 + pos: 6.5,146.5 parent: 1 - - uid: 40896 + - uid: 60154 components: - type: Transform - pos: 23.5,91.5 + pos: 6.5,147.5 parent: 1 - - uid: 40897 + - uid: 60155 components: - type: Transform - pos: 23.5,90.5 + pos: 6.5,148.5 parent: 1 - - uid: 40898 + - uid: 60156 components: - type: Transform - pos: 23.5,89.5 + pos: 6.5,149.5 parent: 1 - - uid: 40899 + - uid: 60157 components: - type: Transform - pos: 23.5,88.5 + pos: 7.5,132.5 parent: 1 - - uid: 40900 + - uid: 60158 components: - type: Transform - pos: 23.5,87.5 + pos: 7.5,133.5 parent: 1 - - uid: 40901 + - uid: 60159 components: - type: Transform - pos: 23.5,86.5 + pos: 7.5,134.5 parent: 1 - - uid: 40902 + - uid: 60160 components: - type: Transform - pos: 23.5,85.5 + pos: 7.5,135.5 parent: 1 - - uid: 40903 + - uid: 60161 components: - type: Transform - pos: 23.5,84.5 + pos: 7.5,136.5 parent: 1 - - uid: 40904 + - uid: 60162 components: - type: Transform - pos: 23.5,83.5 + pos: 7.5,137.5 parent: 1 - - uid: 40905 + - uid: 60163 components: - type: Transform - pos: 22.5,99.5 + pos: 7.5,138.5 parent: 1 - - uid: 40906 + - uid: 60164 components: - type: Transform - pos: 22.5,98.5 + pos: 7.5,139.5 parent: 1 - - uid: 40907 + - uid: 60165 components: - type: Transform - pos: 22.5,97.5 + pos: 7.5,140.5 parent: 1 - - uid: 40908 + - uid: 60166 components: - type: Transform - pos: 22.5,96.5 + pos: 7.5,141.5 parent: 1 - - uid: 40909 + - uid: 60167 components: - type: Transform - pos: 22.5,95.5 + pos: 7.5,142.5 parent: 1 - - uid: 40910 + - uid: 60168 components: - type: Transform - pos: 22.5,94.5 + pos: 7.5,143.5 parent: 1 - - uid: 40911 + - uid: 60169 components: - type: Transform - pos: 22.5,93.5 + pos: 7.5,144.5 parent: 1 - - uid: 40912 + - uid: 60170 components: - type: Transform - pos: 22.5,92.5 + pos: 7.5,145.5 parent: 1 - - uid: 40913 + - uid: 60171 components: - type: Transform - pos: 22.5,91.5 + pos: 7.5,146.5 parent: 1 - - uid: 40914 + - uid: 60172 components: - type: Transform - pos: 22.5,90.5 + pos: 7.5,147.5 parent: 1 - - uid: 40915 + - uid: 60173 components: - type: Transform - pos: 22.5,89.5 + pos: 7.5,148.5 parent: 1 - - uid: 40916 + - uid: 60174 components: - type: Transform - pos: 22.5,88.5 + pos: 7.5,149.5 parent: 1 - - uid: 40917 + - uid: 60175 components: - type: Transform - pos: 22.5,87.5 + pos: 8.5,132.5 parent: 1 - - uid: 40918 + - uid: 60176 components: - type: Transform - pos: 22.5,86.5 + pos: 8.5,133.5 parent: 1 - - uid: 40919 + - uid: 60177 components: - type: Transform - pos: 22.5,85.5 + pos: 8.5,134.5 parent: 1 - - uid: 40920 + - uid: 60178 components: - type: Transform - pos: 22.5,84.5 + pos: 8.5,135.5 parent: 1 - - uid: 40921 + - uid: 60179 components: - type: Transform - pos: 22.5,83.5 + pos: 8.5,136.5 parent: 1 - - uid: 40922 + - uid: 60180 components: - type: Transform - pos: 21.5,99.5 + pos: 8.5,137.5 parent: 1 - - uid: 40923 + - uid: 60181 components: - type: Transform - pos: 21.5,98.5 + pos: 8.5,138.5 parent: 1 - - uid: 40924 + - uid: 60182 components: - type: Transform - pos: 21.5,97.5 + pos: 8.5,139.5 parent: 1 - - uid: 40925 + - uid: 60183 components: - type: Transform - pos: 21.5,96.5 + pos: 8.5,140.5 parent: 1 - - uid: 40926 + - uid: 60184 components: - type: Transform - pos: 21.5,95.5 + pos: 8.5,141.5 parent: 1 - - uid: 40927 + - uid: 60185 components: - type: Transform - pos: 21.5,94.5 + pos: 8.5,142.5 parent: 1 - - uid: 40928 + - uid: 60186 components: - type: Transform - pos: 21.5,93.5 + pos: 8.5,143.5 parent: 1 - - uid: 40929 + - uid: 60187 components: - type: Transform - pos: 21.5,92.5 + pos: 8.5,144.5 parent: 1 - - uid: 40930 + - uid: 60188 components: - type: Transform - pos: 21.5,91.5 + pos: 8.5,145.5 parent: 1 - - uid: 40931 + - uid: 60189 components: - type: Transform - pos: 21.5,90.5 + pos: 8.5,146.5 parent: 1 - - uid: 40932 + - uid: 60190 components: - type: Transform - pos: 21.5,89.5 + pos: 8.5,147.5 parent: 1 - - uid: 40933 + - uid: 60191 components: - type: Transform - pos: 21.5,88.5 + pos: 8.5,148.5 parent: 1 - - uid: 40934 + - uid: 60192 components: - type: Transform - pos: 21.5,87.5 + pos: 8.5,149.5 parent: 1 - - uid: 40935 + - uid: 60193 components: - type: Transform - pos: 21.5,86.5 + pos: 9.5,132.5 parent: 1 - - uid: 40936 + - uid: 60194 components: - type: Transform - pos: 21.5,85.5 + pos: 9.5,133.5 parent: 1 - - uid: 40937 + - uid: 60195 components: - type: Transform - pos: 21.5,84.5 + pos: 9.5,134.5 parent: 1 - - uid: 40938 + - uid: 60196 components: - type: Transform - pos: 21.5,83.5 + pos: 9.5,135.5 parent: 1 - - uid: 40939 + - uid: 60197 components: - type: Transform - pos: 21.5,82.5 + pos: 9.5,136.5 parent: 1 - - uid: 40940 + - uid: 60198 components: - type: Transform - pos: 31.5,96.5 + pos: 9.5,137.5 parent: 1 - - uid: 40941 + - uid: 60199 components: - type: Transform - pos: 31.5,95.5 + pos: 9.5,138.5 parent: 1 - - uid: 40942 + - uid: 60200 components: - type: Transform - pos: 31.5,94.5 + pos: 9.5,139.5 parent: 1 - - uid: 40943 + - uid: 60201 components: - type: Transform - pos: 31.5,93.5 + pos: 9.5,140.5 parent: 1 - - uid: 40944 + - uid: 60202 components: - type: Transform - pos: 31.5,92.5 + pos: 9.5,141.5 parent: 1 - - uid: 40945 + - uid: 60203 components: - type: Transform - pos: 31.5,91.5 + pos: 9.5,142.5 parent: 1 - - uid: 40946 + - uid: 60204 components: - type: Transform - pos: 31.5,90.5 + pos: 9.5,143.5 parent: 1 - - uid: 40947 + - uid: 60205 components: - type: Transform - pos: 31.5,89.5 + pos: 9.5,144.5 parent: 1 - - uid: 40948 + - uid: 60206 components: - type: Transform - pos: 31.5,88.5 + pos: 9.5,145.5 parent: 1 - - uid: 40949 + - uid: 60207 components: - type: Transform - pos: 31.5,87.5 + pos: 9.5,146.5 parent: 1 - - uid: 40950 + - uid: 60208 components: - type: Transform - pos: 31.5,86.5 + pos: 9.5,147.5 parent: 1 - - uid: 40951 + - uid: 60209 components: - type: Transform - pos: 31.5,85.5 + pos: 9.5,148.5 parent: 1 - - uid: 40952 + - uid: 60210 components: - type: Transform - pos: 31.5,84.5 + pos: 9.5,149.5 parent: 1 - - uid: 40953 + - uid: 60211 components: - type: Transform - pos: 31.5,83.5 + pos: 8.5,150.5 parent: 1 - - uid: 40954 + - uid: 60212 components: - type: Transform - pos: 32.5,94.5 + pos: 8.5,151.5 parent: 1 - - uid: 40955 + - uid: 60213 components: - type: Transform - pos: 32.5,93.5 + pos: 8.5,152.5 parent: 1 - - uid: 40956 + - uid: 60214 components: - type: Transform - pos: 32.5,92.5 + pos: 8.5,153.5 parent: 1 - - uid: 40957 + - uid: 60215 components: - type: Transform - pos: 32.5,91.5 + pos: 8.5,154.5 parent: 1 - - uid: 40958 + - uid: 60216 components: - type: Transform - pos: 32.5,90.5 + pos: 8.5,155.5 parent: 1 - - uid: 40959 + - uid: 60217 components: - type: Transform - pos: 32.5,89.5 + pos: 8.5,156.5 parent: 1 - - uid: 40960 + - uid: 60218 components: - type: Transform - pos: 32.5,88.5 + pos: 8.5,157.5 parent: 1 - - uid: 40961 + - uid: 60219 components: - type: Transform - pos: 32.5,87.5 + pos: 7.5,150.5 parent: 1 - - uid: 40962 + - uid: 60220 components: - type: Transform - pos: 32.5,86.5 + pos: 7.5,151.5 parent: 1 - - uid: 40963 + - uid: 60221 components: - type: Transform - pos: 32.5,85.5 + pos: 7.5,152.5 parent: 1 - - uid: 40964 + - uid: 60222 components: - type: Transform - pos: 32.5,84.5 + pos: 7.5,153.5 parent: 1 - - uid: 40965 + - uid: 60223 components: - type: Transform - pos: 32.5,83.5 + pos: 7.5,154.5 parent: 1 - - uid: 40966 + - uid: 60224 components: - type: Transform - pos: 33.5,93.5 + pos: 7.5,155.5 parent: 1 - - uid: 40967 + - uid: 60225 components: - type: Transform - pos: 33.5,92.5 + pos: 7.5,156.5 parent: 1 - - uid: 40968 + - uid: 60226 components: - type: Transform - pos: 33.5,91.5 + pos: 7.5,157.5 parent: 1 - - uid: 40969 + - uid: 60227 components: - type: Transform - pos: 33.5,90.5 + pos: 6.5,150.5 parent: 1 - - uid: 40970 + - uid: 60228 components: - type: Transform - pos: 33.5,89.5 + pos: 6.5,151.5 parent: 1 - - uid: 40971 + - uid: 60229 components: - type: Transform - pos: 33.5,88.5 + pos: 6.5,152.5 parent: 1 - - uid: 40972 + - uid: 60230 components: - type: Transform - pos: 33.5,87.5 + pos: 6.5,153.5 parent: 1 - - uid: 40973 + - uid: 60231 components: - type: Transform - pos: 33.5,86.5 + pos: 6.5,154.5 parent: 1 - - uid: 40974 + - uid: 60232 components: - type: Transform - pos: 33.5,85.5 + pos: 6.5,155.5 parent: 1 - - uid: 40975 + - uid: 60233 components: - type: Transform - pos: 33.5,84.5 + pos: 6.5,156.5 parent: 1 - - uid: 40976 + - uid: 60234 components: - type: Transform - pos: 33.5,83.5 + pos: 6.5,157.5 parent: 1 - - uid: 40977 + - uid: 60235 components: - type: Transform - pos: 34.5,93.5 + pos: 5.5,150.5 parent: 1 - - uid: 40978 + - uid: 60236 components: - type: Transform - pos: 34.5,92.5 + pos: 5.5,151.5 parent: 1 - - uid: 40979 + - uid: 60237 components: - type: Transform - pos: 34.5,91.5 + pos: 5.5,152.5 parent: 1 - - uid: 40980 + - uid: 60238 components: - type: Transform - pos: 34.5,90.5 + pos: 5.5,153.5 parent: 1 - - uid: 40981 + - uid: 60239 components: - type: Transform - pos: 34.5,89.5 + pos: 5.5,154.5 parent: 1 - - uid: 40982 + - uid: 60240 components: - type: Transform - pos: 34.5,88.5 + pos: 5.5,155.5 parent: 1 - - uid: 40983 + - uid: 60241 components: - type: Transform - pos: 34.5,87.5 + pos: 5.5,156.5 parent: 1 - - uid: 40984 + - uid: 60242 components: - type: Transform - pos: 34.5,86.5 + pos: 5.5,157.5 parent: 1 - - uid: 40985 + - uid: 60243 components: - type: Transform - pos: 34.5,85.5 + pos: 4.5,153.5 parent: 1 - - uid: 40986 + - uid: 60244 components: - type: Transform - pos: 34.5,84.5 + pos: 4.5,154.5 parent: 1 - - uid: 40987 + - uid: 60245 components: - type: Transform - pos: 34.5,83.5 + pos: 4.5,155.5 parent: 1 - - uid: 40988 + - uid: 60246 components: - type: Transform - pos: 35.5,92.5 + pos: 4.5,156.5 parent: 1 - - uid: 40989 + - uid: 60247 components: - type: Transform - pos: 35.5,91.5 + pos: 4.5,157.5 parent: 1 - - uid: 40990 + - uid: 60248 components: - type: Transform - pos: 35.5,90.5 + pos: 3.5,153.5 parent: 1 - - uid: 40991 + - uid: 60249 components: - type: Transform - pos: 35.5,89.5 + pos: 3.5,154.5 parent: 1 - - uid: 40992 + - uid: 60250 components: - type: Transform - pos: 35.5,88.5 + pos: 3.5,155.5 parent: 1 - - uid: 40993 + - uid: 60251 components: - type: Transform - pos: 35.5,87.5 + pos: 3.5,156.5 parent: 1 - - uid: 40994 + - uid: 60252 components: - type: Transform - pos: 35.5,86.5 + pos: 2.5,153.5 parent: 1 - - uid: 40995 + - uid: 60253 components: - type: Transform - pos: 35.5,85.5 + pos: 2.5,154.5 parent: 1 - - uid: 40996 + - uid: 60254 components: - type: Transform - pos: 35.5,84.5 + pos: 2.5,155.5 parent: 1 - - uid: 40997 + - uid: 60255 components: - type: Transform - pos: 35.5,83.5 + pos: 1.5,153.5 parent: 1 - - uid: 40998 + - uid: 60256 components: - type: Transform - pos: 36.5,91.5 + pos: 1.5,154.5 parent: 1 - - uid: 40999 + - uid: 60257 components: - type: Transform - pos: 36.5,90.5 + pos: -0.5,158.5 parent: 1 - - uid: 41000 + - uid: 60258 components: - type: Transform - pos: 36.5,89.5 + pos: -1.5,153.5 parent: 1 - - uid: 41001 + - uid: 60259 components: - type: Transform - pos: 36.5,88.5 + pos: -1.5,158.5 parent: 1 - - uid: 41002 + - uid: 60260 components: - type: Transform - pos: 36.5,87.5 + pos: -2.5,153.5 parent: 1 - - uid: 41003 + - uid: 60261 components: - type: Transform - pos: 36.5,86.5 + pos: -2.5,154.5 parent: 1 - - uid: 41004 + - uid: 60262 components: - type: Transform - pos: 36.5,85.5 + pos: -2.5,155.5 parent: 1 - - uid: 41005 + - uid: 60263 components: - type: Transform - pos: 36.5,84.5 + pos: -2.5,158.5 parent: 1 - - uid: 41006 + - uid: 60264 components: - type: Transform - pos: 36.5,83.5 + pos: -3.5,154.5 parent: 1 - - uid: 41007 + - uid: 60265 components: - type: Transform - pos: 37.5,90.5 + pos: -3.5,153.5 parent: 1 - - uid: 41008 + - uid: 60266 components: - type: Transform - pos: 37.5,89.5 + pos: 9.5,157.5 parent: 1 - - uid: 41009 + - uid: 60267 components: - type: Transform - pos: 37.5,88.5 + pos: 10.5,146.5 parent: 1 - - uid: 41010 + - uid: 60268 components: - type: Transform - pos: 37.5,87.5 + pos: 10.5,145.5 parent: 1 - - uid: 41011 + - uid: 60269 components: - type: Transform - pos: 37.5,86.5 + pos: 10.5,144.5 parent: 1 - - uid: 41012 + - uid: 60270 components: - type: Transform - pos: 37.5,85.5 + pos: 10.5,143.5 parent: 1 - - uid: 41013 + - uid: 60271 components: - type: Transform - pos: 37.5,84.5 + pos: 10.5,142.5 parent: 1 - - uid: 41014 + - uid: 60272 components: - type: Transform - pos: 37.5,83.5 + pos: 10.5,141.5 parent: 1 - - uid: 41015 + - uid: 60273 components: - type: Transform - pos: 38.5,84.5 + pos: 10.5,140.5 parent: 1 - - uid: 41016 + - uid: 60274 components: - type: Transform - pos: 38.5,85.5 + pos: 10.5,139.5 parent: 1 - - uid: 41017 + - uid: 60275 components: - type: Transform - pos: 38.5,86.5 + pos: 10.5,138.5 parent: 1 - - uid: 41018 + - uid: 60276 components: - type: Transform - pos: 38.5,87.5 + pos: 10.5,137.5 parent: 1 - - uid: 41019 + - uid: 60277 components: - type: Transform - pos: 38.5,88.5 + pos: 10.5,136.5 parent: 1 - - uid: 41020 + - uid: 60278 components: - type: Transform - pos: 38.5,89.5 + pos: 10.5,135.5 parent: 1 - - uid: 41021 + - uid: 60279 components: - type: Transform - pos: 39.5,89.5 + pos: 10.5,134.5 parent: 1 - - uid: 41022 + - uid: 60280 components: - type: Transform - pos: 39.5,88.5 + pos: 11.5,142.5 parent: 1 - - uid: 41023 + - uid: 60281 components: - type: Transform - pos: 39.5,87.5 + pos: 11.5,141.5 parent: 1 - - uid: 41024 + - uid: 60282 components: - type: Transform - pos: 39.5,86.5 + pos: 11.5,140.5 parent: 1 - - uid: 41025 + - uid: 60283 components: - type: Transform - pos: 39.5,85.5 + pos: 11.5,139.5 parent: 1 - - uid: 41026 + - uid: 60284 components: - type: Transform - pos: 40.5,87.5 + pos: 12.5,141.5 parent: 1 - - uid: 41027 + - uid: 60285 components: - type: Transform - pos: -302.5,-35.5 + pos: 11.5,118.5 parent: 1 - - uid: 41028 + - uid: 60286 components: - type: Transform - pos: 200.5,31.5 + pos: 11.5,115.5 parent: 1 - - uid: 41029 + - uid: 60287 components: - type: Transform - pos: 200.5,30.5 + pos: 11.5,121.5 parent: 1 - - uid: 41030 + - uid: 60288 components: - type: Transform - pos: 199.5,58.5 + pos: 11.5,117.5 parent: 1 - - uid: 41031 + - uid: 60289 components: - type: Transform - pos: 200.5,46.5 + pos: 10.5,123.5 parent: 1 - - uid: 41032 + - uid: 60290 components: - type: Transform - pos: 199.5,49.5 + pos: 10.5,122.5 parent: 1 - - uid: 41033 + - uid: 60291 components: - type: Transform - pos: 199.5,48.5 + pos: 10.5,121.5 parent: 1 - - uid: 41034 + - uid: 60292 components: - type: Transform - pos: 199.5,56.5 + pos: 10.5,120.5 parent: 1 - - uid: 41035 + - uid: 60293 components: - type: Transform - pos: 200.5,50.5 + pos: 10.5,119.5 parent: 1 - - uid: 41036 + - uid: 60294 components: - type: Transform - pos: 199.5,52.5 + pos: 10.5,118.5 parent: 1 - - uid: 41037 + - uid: 60295 components: - type: Transform - pos: 199.5,50.5 + pos: 10.5,117.5 parent: 1 - - uid: 41038 + - uid: 60296 components: - type: Transform - pos: 199.5,54.5 + pos: 10.5,116.5 parent: 1 - - uid: 41039 + - uid: 60297 components: - type: Transform - pos: 199.5,51.5 + pos: 10.5,115.5 parent: 1 - - uid: 41040 + - uid: 60298 components: - type: Transform - pos: 199.5,55.5 + pos: 10.5,114.5 parent: 1 - - uid: 41041 + - uid: 60299 components: - type: Transform - pos: 201.5,61.5 + pos: 10.5,113.5 parent: 1 - - uid: 41042 + - uid: 60300 components: - type: Transform - pos: 200.5,45.5 + pos: 10.5,112.5 parent: 1 - - uid: 41043 + - uid: 60301 components: - type: Transform - pos: 199.5,53.5 + pos: 12.5,121.5 parent: 1 - - uid: 41044 + - uid: 60302 components: - type: Transform - pos: 200.5,56.5 + pos: 12.5,120.5 parent: 1 - - uid: 41045 + - uid: 60303 components: - type: Transform - pos: 201.5,60.5 + pos: 12.5,119.5 parent: 1 - - uid: 41046 + - uid: 60304 components: - type: Transform - pos: 199.5,60.5 + pos: 12.5,118.5 parent: 1 - - uid: 41047 + - uid: 60305 components: - type: Transform - pos: 199.5,59.5 + pos: 12.5,117.5 parent: 1 - - uid: 41048 + - uid: 60306 components: - type: Transform - pos: 199.5,57.5 + pos: 12.5,116.5 parent: 1 - - uid: 41049 + - uid: 60307 components: - type: Transform - pos: 200.5,53.5 + pos: 12.5,115.5 parent: 1 - - uid: 41050 + - uid: 60308 components: - type: Transform - pos: 200.5,54.5 + pos: 12.5,114.5 parent: 1 - - uid: 41051 + - uid: 60309 components: - type: Transform - pos: 200.5,55.5 + pos: 14.5,119.5 parent: 1 - - uid: 41052 + - uid: 60310 components: - type: Transform - pos: 200.5,44.5 + pos: 14.5,118.5 parent: 1 - - uid: 41053 + - uid: 60311 components: - type: Transform - pos: 200.5,38.5 + pos: 14.5,117.5 parent: 1 - - uid: 41054 + - uid: 60312 components: - type: Transform - pos: 199.5,37.5 + pos: 14.5,116.5 parent: 1 - - uid: 41055 + - uid: 60313 components: - type: Transform - pos: 200.5,49.5 + pos: 14.5,115.5 parent: 1 - - uid: 41056 + - uid: 60314 components: - type: Transform - pos: 200.5,59.5 + pos: 14.5,114.5 parent: 1 - - uid: 41057 + - uid: 60315 components: - type: Transform - pos: 200.5,57.5 + pos: 13.5,120.5 parent: 1 - - uid: 41058 + - uid: 60316 components: - type: Transform - pos: 200.5,58.5 + pos: 13.5,119.5 parent: 1 - - uid: 41059 + - uid: 60317 components: - type: Transform - pos: 200.5,61.5 + pos: 13.5,118.5 parent: 1 - - uid: 41060 + - uid: 60318 components: - type: Transform - pos: 200.5,62.5 + pos: 13.5,117.5 parent: 1 - - uid: 41061 + - uid: 60319 components: - type: Transform - pos: 199.5,45.5 + pos: 13.5,116.5 parent: 1 - - uid: 41062 + - uid: 60320 components: - type: Transform - pos: 199.5,42.5 + pos: 13.5,115.5 parent: 1 - - uid: 41063 + - uid: 60321 components: - type: Transform - pos: 199.5,38.5 + pos: 13.5,114.5 parent: 1 - - uid: 41064 + - uid: 60322 components: - type: Transform - pos: 199.5,47.5 + pos: 15.5,118.5 parent: 1 - - uid: 41065 + - uid: 60323 components: - type: Transform - pos: 199.5,41.5 + pos: 15.5,117.5 parent: 1 - - uid: 41066 + - uid: 60324 components: - type: Transform - pos: 199.5,44.5 + pos: 15.5,116.5 parent: 1 - - uid: 41067 + - uid: 60325 components: - type: Transform - pos: 199.5,40.5 + pos: 15.5,115.5 parent: 1 - - uid: 41068 + - uid: 60326 components: - type: Transform - pos: 199.5,46.5 + pos: 15.5,114.5 parent: 1 - - uid: 41069 + - uid: 60327 components: - type: Transform - pos: 199.5,43.5 + pos: 16.5,118.5 parent: 1 - - uid: 41070 + - uid: 60328 components: - type: Transform - pos: 200.5,52.5 + pos: 16.5,117.5 parent: 1 - - uid: 41071 + - uid: 60329 components: - type: Transform - pos: 200.5,51.5 + pos: 16.5,116.5 parent: 1 - - uid: 41072 + - uid: 60330 components: - type: Transform - pos: 200.5,37.5 + pos: 16.5,115.5 parent: 1 - - uid: 41073 + - uid: 60331 components: - type: Transform - pos: 200.5,40.5 + pos: 16.5,114.5 parent: 1 - - uid: 41074 + - uid: 60332 components: - type: Transform - pos: 200.5,36.5 + pos: 17.5,117.5 parent: 1 - - uid: 41075 + - uid: 60333 components: - type: Transform - pos: 200.5,39.5 + pos: 17.5,116.5 parent: 1 - - uid: 41076 + - uid: 60334 components: - type: Transform - pos: 200.5,42.5 + pos: 17.5,115.5 parent: 1 - - uid: 41077 + - uid: 60335 components: - type: Transform - pos: 200.5,35.5 + pos: 17.5,114.5 parent: 1 - - uid: 41078 + - uid: 60336 components: - type: Transform - pos: 200.5,48.5 + pos: 18.5,117.5 parent: 1 - - uid: 41079 + - uid: 60337 components: - type: Transform - pos: 200.5,47.5 + pos: 18.5,116.5 parent: 1 - - uid: 41080 + - uid: 60338 components: - type: Transform - pos: 199.5,36.5 + pos: 18.5,115.5 parent: 1 - - uid: 41081 + - uid: 60339 components: - type: Transform - pos: 200.5,41.5 + pos: 18.5,114.5 parent: 1 - - uid: 41082 + - uid: 60340 components: - type: Transform - pos: 200.5,34.5 + pos: 19.5,116.5 parent: 1 - - uid: 41083 + - uid: 60341 components: - type: Transform - pos: 183.5,-130.5 + pos: 19.5,115.5 parent: 1 - - uid: 41084 + - uid: 60342 components: - type: Transform - pos: 199.5,39.5 + pos: 19.5,114.5 parent: 1 - - uid: 41085 + - uid: 60343 components: - type: Transform - pos: 179.5,-101.5 + pos: 20.5,115.5 parent: 1 - - uid: 41086 + - uid: 60344 components: - type: Transform - pos: 179.5,-100.5 + pos: 20.5,114.5 parent: 1 - - uid: 41087 + - uid: 60345 components: - type: Transform - pos: 174.5,-101.5 + pos: 21.5,115.5 parent: 1 - - uid: 41088 + - uid: 60346 components: - type: Transform - pos: 187.5,-119.5 + pos: 21.5,114.5 parent: 1 - - uid: 41089 + - uid: 60347 components: - type: Transform - pos: 179.5,-102.5 + pos: 22.5,114.5 parent: 1 - - uid: 41090 + - uid: 60348 components: - type: Transform - pos: 175.5,-101.5 + pos: 23.5,114.5 parent: 1 - - uid: 41091 + - uid: 60349 components: - type: Transform - pos: 179.5,-103.5 + pos: 23.5,113.5 parent: 1 - - uid: 41092 + - uid: 60350 components: - type: Transform - pos: 178.5,-101.5 + pos: 23.5,112.5 parent: 1 - - uid: 41093 + - uid: 60351 components: - type: Transform - pos: 174.5,-102.5 + pos: 23.5,111.5 parent: 1 - - uid: 41094 + - uid: 60352 components: - type: Transform - pos: 175.5,-102.5 + pos: 23.5,110.5 parent: 1 - - uid: 41095 + - uid: 60353 components: - type: Transform - pos: 178.5,-102.5 + pos: 23.5,109.5 parent: 1 - - uid: 41096 + - uid: 60354 components: - type: Transform - pos: 178.5,-103.5 + pos: 22.5,113.5 parent: 1 - - uid: 41097 + - uid: 60355 components: - type: Transform - pos: 181.5,-131.5 + pos: 22.5,112.5 parent: 1 - - uid: 41098 + - uid: 60356 components: - type: Transform - pos: 180.5,-101.5 + pos: 22.5,111.5 parent: 1 - - uid: 41099 + - uid: 60357 components: - type: Transform - pos: 180.5,-100.5 + pos: 22.5,110.5 parent: 1 - - uid: 41100 + - uid: 60358 components: - type: Transform - pos: 181.5,-100.5 + pos: 22.5,109.5 parent: 1 - - uid: 41101 + - uid: 60359 components: - type: Transform - pos: 181.5,-99.5 + pos: 21.5,113.5 parent: 1 - - uid: 41102 + - uid: 60360 components: - type: Transform - pos: 180.5,-99.5 + pos: 21.5,112.5 parent: 1 - - uid: 41103 + - uid: 60361 components: - type: Transform - pos: 181.5,-98.5 + pos: 21.5,111.5 parent: 1 - - uid: 41104 + - uid: 60362 components: - type: Transform - pos: 182.5,-98.5 + pos: 21.5,110.5 parent: 1 - - uid: 41105 + - uid: 60363 components: - type: Transform - pos: 177.5,-102.5 + pos: 21.5,109.5 parent: 1 - - uid: 41106 + - uid: 60364 components: - type: Transform - pos: 176.5,-104.5 + pos: 20.5,113.5 parent: 1 - - uid: 41107 + - uid: 60365 components: - type: Transform - pos: 175.5,-105.5 + pos: 20.5,112.5 parent: 1 - - uid: 41108 + - uid: 60366 components: - type: Transform - pos: 176.5,-105.5 + pos: 20.5,111.5 parent: 1 - - uid: 41109 + - uid: 60367 components: - type: Transform - pos: 176.5,-106.5 + pos: 20.5,110.5 parent: 1 - - uid: 41110 + - uid: 60368 components: - type: Transform - pos: 177.5,-105.5 + pos: 20.5,109.5 parent: 1 - - uid: 41111 + - uid: 60369 components: - type: Transform - pos: 180.5,-102.5 + pos: 19.5,113.5 parent: 1 - - uid: 41112 + - uid: 60370 components: - type: Transform - pos: 174.5,-103.5 + pos: 19.5,112.5 parent: 1 - - uid: 41113 + - uid: 60371 components: - type: Transform - pos: 175.5,-106.5 + pos: 19.5,111.5 parent: 1 - - uid: 41114 + - uid: 60372 components: - type: Transform - pos: 173.5,-107.5 + pos: 19.5,110.5 parent: 1 - - uid: 41115 + - uid: 60373 components: - type: Transform - pos: 174.5,-107.5 + pos: 19.5,109.5 parent: 1 - - uid: 41116 + - uid: 60374 components: - type: Transform - pos: 174.5,-106.5 + pos: 18.5,113.5 parent: 1 - - uid: 41117 + - uid: 60375 components: - type: Transform - pos: 173.5,-108.5 + pos: 18.5,112.5 parent: 1 - - uid: 41118 + - uid: 60376 components: - type: Transform - pos: 176.5,-103.5 + pos: 18.5,111.5 parent: 1 - - uid: 41119 + - uid: 60377 components: - type: Transform - pos: 175.5,-103.5 + pos: 18.5,110.5 parent: 1 - - uid: 41120 + - uid: 60378 components: - type: Transform - pos: 171.5,-102.5 + pos: 18.5,109.5 parent: 1 - - uid: 41121 + - uid: 60379 components: - type: Transform - pos: 171.5,-103.5 + pos: 17.5,113.5 parent: 1 - - uid: 41122 + - uid: 60380 components: - type: Transform - pos: 170.5,-103.5 + pos: 17.5,112.5 parent: 1 - - uid: 41123 + - uid: 60381 components: - type: Transform - pos: 179.5,-107.5 + pos: 17.5,111.5 parent: 1 - - uid: 41124 + - uid: 60382 components: - type: Transform - pos: 176.5,-101.5 + pos: 17.5,110.5 parent: 1 - - uid: 41125 + - uid: 60383 components: - type: Transform - pos: 174.5,-100.5 + pos: 17.5,109.5 parent: 1 - - uid: 41126 + - uid: 60384 components: - type: Transform - pos: 173.5,-101.5 + pos: 16.5,113.5 parent: 1 - - uid: 41127 + - uid: 60385 components: - type: Transform - pos: 173.5,-100.5 + pos: 16.5,112.5 parent: 1 - - uid: 41128 + - uid: 60386 components: - type: Transform - pos: 173.5,-102.5 + pos: 16.5,111.5 parent: 1 - - uid: 41129 + - uid: 60387 components: - type: Transform - pos: 172.5,-102.5 + pos: 16.5,110.5 parent: 1 - - uid: 41130 + - uid: 60388 components: - type: Transform - pos: 179.5,-106.5 + pos: 16.5,109.5 parent: 1 - - uid: 41131 + - uid: 60389 components: - type: Transform - pos: 179.5,-105.5 + pos: 15.5,113.5 parent: 1 - - uid: 41132 + - uid: 60390 components: - type: Transform - pos: 180.5,-105.5 + pos: 15.5,112.5 parent: 1 - - uid: 41133 + - uid: 60391 components: - type: Transform - pos: 181.5,-104.5 + pos: 15.5,111.5 parent: 1 - - uid: 41134 + - uid: 60392 components: - type: Transform - pos: 182.5,-104.5 + pos: 15.5,110.5 parent: 1 - - uid: 41135 + - uid: 60393 components: - type: Transform - pos: 183.5,-103.5 + pos: 15.5,109.5 parent: 1 - - uid: 41136 + - uid: 60394 components: - type: Transform - pos: 184.5,-103.5 + pos: 14.5,113.5 parent: 1 - - uid: 41137 + - uid: 60395 components: - type: Transform - pos: 180.5,-103.5 + pos: 14.5,112.5 parent: 1 - - uid: 41138 + - uid: 60396 components: - type: Transform - pos: 179.5,-104.5 + pos: 14.5,111.5 parent: 1 - - uid: 41139 + - uid: 60397 components: - type: Transform - pos: 182.5,-103.5 + pos: 14.5,110.5 parent: 1 - - uid: 41140 + - uid: 60398 components: - type: Transform - pos: 180.5,-104.5 + pos: 14.5,109.5 parent: 1 - - uid: 41141 + - uid: 60399 components: - type: Transform - pos: 181.5,-103.5 + pos: 13.5,113.5 parent: 1 - - uid: 41142 + - uid: 60400 components: - type: Transform - pos: 176.5,-102.5 + pos: 13.5,112.5 parent: 1 - - uid: 41143 + - uid: 60401 components: - type: Transform - pos: 177.5,-101.5 + pos: 13.5,111.5 parent: 1 - - uid: 41144 + - uid: 60402 components: - type: Transform - pos: 181.5,-108.5 + pos: 13.5,110.5 parent: 1 - - uid: 41145 + - uid: 60403 components: - type: Transform - pos: 181.5,-109.5 + pos: 13.5,109.5 parent: 1 - - uid: 41146 + - uid: 60404 components: - type: Transform - pos: 184.5,-102.5 + pos: 12.5,113.5 parent: 1 - - uid: 41147 + - uid: 60405 components: - type: Transform - pos: 185.5,-102.5 + pos: 12.5,112.5 parent: 1 - - uid: 41148 + - uid: 60406 components: - type: Transform - pos: 186.5,-102.5 + pos: 12.5,111.5 parent: 1 - - uid: 41149 + - uid: 60407 components: - type: Transform - pos: 185.5,-101.5 + pos: 12.5,110.5 parent: 1 - - uid: 41150 + - uid: 60408 components: - type: Transform - pos: 180.5,-106.5 + pos: 12.5,109.5 parent: 1 - - uid: 41151 + - uid: 60409 components: - type: Transform - pos: 182.5,-109.5 + pos: 11.5,113.5 parent: 1 - - uid: 41152 + - uid: 60410 components: - type: Transform - pos: 181.5,-133.5 + pos: 11.5,112.5 parent: 1 - - uid: 41153 + - uid: 60411 components: - type: Transform - pos: 179.5,-129.5 + pos: 11.5,111.5 parent: 1 - - uid: 41154 + - uid: 60412 components: - type: Transform - pos: 188.5,-116.5 + pos: 11.5,110.5 parent: 1 - - uid: 41155 + - uid: 60413 components: - type: Transform - pos: 188.5,-117.5 + pos: 11.5,109.5 parent: 1 - - uid: 41156 + - uid: 60414 components: - type: Transform - pos: 189.5,-117.5 + pos: 10.5,111.5 parent: 1 - - uid: 41157 + - uid: 60415 components: - type: Transform - pos: 189.5,-118.5 + pos: 10.5,110.5 parent: 1 - - uid: 41158 + - uid: 60416 components: - type: Transform - pos: 188.5,-118.5 + pos: 10.5,109.5 parent: 1 - - uid: 41159 + - uid: 60417 components: - type: Transform - pos: 187.5,-118.5 + pos: 24.5,113.5 parent: 1 - - uid: 41160 + - uid: 60418 components: - type: Transform - pos: 31.5,72.5 + pos: 24.5,112.5 parent: 1 - - uid: 41161 + - uid: 60419 components: - type: Transform - pos: 199.5,34.5 + pos: 24.5,111.5 parent: 1 - - uid: 41162 + - uid: 60420 components: - type: Transform - pos: 199.5,35.5 + pos: 24.5,110.5 parent: 1 - - uid: 41163 + - uid: 60421 components: - type: Transform - pos: 200.5,43.5 + pos: 24.5,109.5 parent: 1 - - uid: 41164 + - uid: 60422 components: - type: Transform - pos: 199.5,62.5 + pos: 25.5,113.5 parent: 1 - - uid: 41165 + - uid: 60423 components: - type: Transform - pos: 199.5,61.5 + pos: 25.5,112.5 parent: 1 - - uid: 41166 + - uid: 60424 components: - type: Transform - pos: 201.5,201.5 + pos: 25.5,111.5 parent: 1 - - uid: 41167 + - uid: 60425 components: - type: Transform - pos: 198.5,-3.5 + pos: 25.5,110.5 parent: 1 - - uid: 41168 + - uid: 60426 components: - type: Transform - pos: 186.5,205.5 + pos: 25.5,109.5 parent: 1 - - uid: 41174 + - uid: 60427 components: - type: Transform - pos: 195.5,171.5 + pos: 26.5,112.5 parent: 1 - - uid: 41175 + - uid: 60428 components: - type: Transform - pos: 217.5,175.5 + pos: 26.5,111.5 parent: 1 - - uid: 41176 + - uid: 60429 components: - type: Transform - pos: 196.5,170.5 + pos: 26.5,110.5 parent: 1 - - uid: 41177 + - uid: 60430 components: - type: Transform - pos: 194.5,174.5 + pos: 26.5,109.5 parent: 1 - - uid: 41178 + - uid: 60431 components: - type: Transform - pos: 194.5,171.5 + pos: 27.5,111.5 parent: 1 - - uid: 41179 + - uid: 60432 components: - type: Transform - pos: 192.5,173.5 + pos: 27.5,110.5 parent: 1 - - uid: 41180 + - uid: 60433 components: - type: Transform - pos: 195.5,174.5 + pos: 27.5,109.5 parent: 1 - - uid: 41181 + - uid: 60434 components: - type: Transform - pos: 200.5,199.5 + pos: 28.5,111.5 parent: 1 - - uid: 41183 + - uid: 60435 components: - type: Transform - pos: 196.5,171.5 + pos: 28.5,110.5 parent: 1 - - uid: 41184 + - uid: 60436 components: - type: Transform - pos: 197.5,170.5 + pos: 28.5,109.5 parent: 1 - - uid: 41185 + - uid: 60437 components: - type: Transform - pos: 196.5,172.5 + pos: 29.5,110.5 parent: 1 - - uid: 41186 + - uid: 60438 components: - type: Transform - pos: 196.5,174.5 + pos: 29.5,109.5 parent: 1 - - uid: 41187 + - uid: 60439 components: - type: Transform - pos: 197.5,175.5 + pos: 30.5,110.5 parent: 1 - - uid: 41188 + - uid: 60440 components: - type: Transform - pos: 197.5,176.5 + pos: 30.5,109.5 parent: 1 - - uid: 41190 + - uid: 60441 components: - type: Transform - pos: 201.5,173.5 + pos: 31.5,110.5 parent: 1 - - uid: 41191 + - uid: 60442 components: - type: Transform - pos: 200.5,172.5 + pos: 31.5,109.5 parent: 1 - - uid: 41192 + - uid: 60443 components: - type: Transform - pos: 217.5,174.5 + pos: 32.5,108.5 parent: 1 - - uid: 41196 + - uid: 60444 components: - type: Transform - pos: 183.5,208.5 + pos: 32.5,107.5 parent: 1 - - uid: 41197 + - uid: 60445 components: - type: Transform - pos: 183.5,205.5 + pos: 32.5,106.5 parent: 1 - - uid: 41198 + - uid: 60446 components: - type: Transform - pos: 203.5,187.5 + pos: 32.5,105.5 parent: 1 - - uid: 41215 + - uid: 60447 components: - type: Transform - pos: 217.5,181.5 + pos: 31.5,108.5 parent: 1 - - uid: 41216 + - uid: 60448 components: - type: Transform - pos: 215.5,198.5 + pos: 31.5,107.5 parent: 1 - - uid: 41219 + - uid: 60449 components: - type: Transform - pos: 203.5,193.5 + pos: 31.5,106.5 parent: 1 - - uid: 41220 + - uid: 60450 components: - type: Transform - pos: 203.5,192.5 + pos: 31.5,105.5 parent: 1 - - uid: 41221 + - uid: 60451 components: - type: Transform - pos: 203.5,191.5 + pos: 30.5,108.5 parent: 1 - - uid: 41222 + - uid: 60452 components: - type: Transform - pos: 203.5,190.5 + pos: 30.5,107.5 parent: 1 - - uid: 41223 + - uid: 60453 components: - type: Transform - pos: 203.5,189.5 + pos: 30.5,106.5 parent: 1 - - uid: 41225 + - uid: 60454 components: - type: Transform - pos: 215.5,199.5 + pos: 30.5,105.5 parent: 1 - - uid: 41226 + - uid: 60455 components: - type: Transform - pos: 202.5,192.5 + pos: 29.5,108.5 parent: 1 - - uid: 41228 + - uid: 60456 components: - type: Transform - pos: 202.5,195.5 + pos: 29.5,107.5 parent: 1 - - uid: 41229 + - uid: 60457 components: - type: Transform - pos: 196.5,105.5 + pos: 29.5,106.5 parent: 1 - - uid: 41230 + - uid: 60458 components: - type: Transform - anchored: False - pos: 198.5,50.5 + pos: 29.5,105.5 parent: 1 - - uid: 41231 + - uid: 60459 components: - type: Transform - pos: 195.5,173.5 + pos: 28.5,108.5 parent: 1 - - uid: 41232 + - uid: 60460 components: - type: Transform - pos: 200.5,209.5 + pos: 28.5,107.5 parent: 1 - - uid: 41233 + - uid: 60461 components: - type: Transform - pos: 196.5,42.5 + pos: 28.5,106.5 parent: 1 - - uid: 41234 + - uid: 60462 components: - type: Transform - pos: 200.5,201.5 + pos: 28.5,105.5 parent: 1 - - uid: 41235 + - uid: 60463 components: - type: Transform - pos: 201.5,208.5 + pos: 27.5,108.5 parent: 1 - - uid: 41236 + - uid: 60464 components: - type: Transform - pos: 201.5,206.5 + pos: 27.5,107.5 parent: 1 - - uid: 41237 + - uid: 60465 components: - type: Transform - pos: 201.5,205.5 + pos: 27.5,106.5 parent: 1 - - uid: 41238 + - uid: 60466 components: - type: Transform - pos: 199.5,173.5 + pos: 27.5,105.5 parent: 1 - - uid: 41239 + - uid: 60467 components: - type: Transform - pos: 201.5,203.5 + pos: 26.5,108.5 parent: 1 - - uid: 41240 + - uid: 60468 components: - type: Transform - pos: 202.5,207.5 + pos: 26.5,107.5 parent: 1 - - uid: 41242 + - uid: 60469 components: - type: Transform - pos: 202.5,205.5 + pos: 26.5,106.5 parent: 1 - - uid: 41243 + - uid: 60470 components: - type: Transform - pos: 202.5,204.5 + pos: 26.5,105.5 parent: 1 - - uid: 41245 + - uid: 60471 components: - type: Transform - pos: 203.5,207.5 + pos: 25.5,108.5 parent: 1 - - uid: 41246 + - uid: 60472 components: - type: Transform - pos: 203.5,206.5 + pos: 25.5,107.5 parent: 1 - - uid: 41248 + - uid: 60473 components: - type: Transform - pos: 203.5,202.5 + pos: 25.5,106.5 parent: 1 - - uid: 41249 + - uid: 60474 components: - type: Transform - pos: 204.5,207.5 + pos: 25.5,105.5 parent: 1 - - uid: 41250 + - uid: 60475 components: - type: Transform - pos: 204.5,206.5 + pos: 24.5,108.5 parent: 1 - - uid: 41251 + - uid: 60476 components: - type: Transform - pos: 204.5,202.5 + pos: 24.5,107.5 parent: 1 - - uid: 41252 + - uid: 60477 components: - type: Transform - pos: 204.5,201.5 + pos: 24.5,106.5 parent: 1 - - uid: 41253 + - uid: 60478 components: - type: Transform - pos: 205.5,208.5 + pos: 24.5,105.5 parent: 1 - - uid: 41254 + - uid: 60479 components: - type: Transform - pos: 205.5,207.5 + pos: 23.5,108.5 parent: 1 - - uid: 41255 + - uid: 60480 components: - type: Transform - pos: 205.5,204.5 + pos: 23.5,107.5 parent: 1 - - uid: 41256 + - uid: 60481 components: - type: Transform - pos: 205.5,203.5 + pos: 23.5,106.5 parent: 1 - - uid: 41257 + - uid: 60482 components: - type: Transform - pos: 205.5,201.5 + pos: 23.5,105.5 parent: 1 - - uid: 41259 + - uid: 60483 components: - type: Transform - pos: 206.5,208.5 + pos: 22.5,108.5 parent: 1 - - uid: 41260 + - uid: 60484 components: - type: Transform - pos: 206.5,205.5 + pos: 22.5,107.5 parent: 1 - - uid: 41261 + - uid: 60485 components: - type: Transform - pos: 206.5,203.5 + pos: 22.5,106.5 parent: 1 - - uid: 41262 + - uid: 60486 components: - type: Transform - pos: 206.5,202.5 + pos: 22.5,105.5 parent: 1 - - uid: 41263 + - uid: 60487 components: - type: Transform - pos: 207.5,209.5 + pos: 21.5,108.5 parent: 1 - - uid: 41264 + - uid: 60488 components: - type: Transform - pos: 207.5,208.5 + pos: 21.5,107.5 parent: 1 - - uid: 41265 + - uid: 60489 components: - type: Transform - pos: 207.5,205.5 + pos: 21.5,106.5 parent: 1 - - uid: 41266 + - uid: 60490 components: - type: Transform - pos: 207.5,204.5 + pos: 21.5,105.5 parent: 1 - - uid: 41267 + - uid: 60491 components: - type: Transform - pos: 207.5,202.5 + pos: 31.5,104.5 parent: 1 - - uid: 41268 + - uid: 60492 components: - type: Transform - pos: 208.5,210.5 + pos: 30.5,104.5 parent: 1 - - uid: 41269 + - uid: 60493 components: - type: Transform - pos: 208.5,208.5 + pos: 29.5,104.5 parent: 1 - - uid: 41270 + - uid: 60494 components: - type: Transform - pos: 208.5,203.5 + pos: 28.5,104.5 parent: 1 - - uid: 41271 + - uid: 60495 components: - type: Transform - pos: 208.5,202.5 + pos: 27.5,104.5 parent: 1 - - uid: 41272 + - uid: 60496 components: - type: Transform - pos: 208.5,201.5 + pos: 26.5,104.5 parent: 1 - - uid: 41273 + - uid: 60497 components: - type: Transform - pos: 209.5,207.5 + pos: 25.5,104.5 parent: 1 - - uid: 41274 + - uid: 60498 components: - type: Transform - pos: 201.5,198.5 + pos: 24.5,104.5 parent: 1 - - uid: 41275 + - uid: 60499 components: - type: Transform - pos: 209.5,202.5 + pos: 23.5,104.5 parent: 1 - - uid: 41276 + - uid: 60500 components: - type: Transform - pos: 210.5,210.5 + pos: 22.5,104.5 parent: 1 - - uid: 41277 + - uid: 60501 components: - type: Transform - pos: 203.5,199.5 + pos: 21.5,104.5 parent: 1 - - uid: 41278 + - uid: 60502 components: - type: Transform - pos: 205.5,202.5 + pos: 31.5,100.5 parent: 1 - - uid: 41279 + - uid: 60503 components: - type: Transform - pos: 210.5,203.5 + pos: 31.5,101.5 parent: 1 - - uid: 41280 + - uid: 60504 components: - type: Transform - pos: 210.5,201.5 + pos: 31.5,102.5 parent: 1 - - uid: 41281 + - uid: 60505 components: - type: Transform - pos: 211.5,210.5 + pos: 31.5,103.5 parent: 1 - - uid: 41282 + - uid: 60506 components: - type: Transform - pos: 204.5,203.5 + pos: 30.5,100.5 parent: 1 - - uid: 41283 + - uid: 60507 components: - type: Transform - pos: 202.5,197.5 + pos: 30.5,101.5 parent: 1 - - uid: 41284 + - uid: 60508 components: - type: Transform - pos: 211.5,205.5 + pos: 30.5,102.5 parent: 1 - - uid: 41285 + - uid: 60509 components: - type: Transform - pos: 211.5,202.5 + pos: 30.5,103.5 parent: 1 - - uid: 41286 + - uid: 60510 components: - type: Transform - pos: 211.5,201.5 + pos: 29.5,100.5 parent: 1 - - uid: 41287 + - uid: 60511 components: - type: Transform - pos: 213.5,201.5 + pos: 29.5,101.5 parent: 1 - - uid: 41288 + - uid: 60512 components: - type: Transform - pos: 214.5,203.5 + pos: 29.5,102.5 parent: 1 - - uid: 41289 + - uid: 60513 components: - type: Transform - pos: 214.5,202.5 + pos: 29.5,103.5 parent: 1 - - uid: 41290 + - uid: 60514 components: - type: Transform - pos: 214.5,201.5 + pos: 28.5,100.5 parent: 1 - - uid: 41291 + - uid: 60515 components: - type: Transform - pos: 215.5,203.5 + pos: 28.5,101.5 parent: 1 - - uid: 41292 + - uid: 60516 components: - type: Transform - pos: 215.5,202.5 + pos: 28.5,102.5 parent: 1 - - uid: 41294 + - uid: 60517 components: - type: Transform - pos: 216.5,203.5 + pos: 28.5,103.5 parent: 1 - - uid: 41295 + - uid: 60518 components: - type: Transform - pos: 216.5,202.5 + pos: 27.5,100.5 parent: 1 - - uid: 41296 + - uid: 60519 components: - type: Transform - pos: 215.5,196.5 + pos: 27.5,101.5 parent: 1 - - uid: 41297 + - uid: 60520 components: - type: Transform - pos: 214.5,199.5 + pos: 27.5,102.5 parent: 1 - - uid: 41298 + - uid: 60521 components: - type: Transform - pos: 214.5,198.5 + pos: 27.5,103.5 parent: 1 - - uid: 41299 + - uid: 60522 components: - type: Transform - pos: 214.5,197.5 + pos: 26.5,100.5 parent: 1 - - uid: 41300 + - uid: 60523 components: - type: Transform - pos: 214.5,196.5 + pos: 26.5,101.5 parent: 1 - - uid: 41302 + - uid: 60524 components: - type: Transform - pos: 213.5,199.5 + pos: 26.5,102.5 parent: 1 - - uid: 41303 + - uid: 60525 components: - type: Transform - pos: 213.5,198.5 + pos: 26.5,103.5 parent: 1 - - uid: 41305 + - uid: 60526 components: - type: Transform - pos: 211.5,198.5 + pos: 25.5,100.5 parent: 1 - - uid: 41306 + - uid: 60527 components: - type: Transform - pos: 211.5,197.5 + pos: 25.5,101.5 parent: 1 - - uid: 41307 + - uid: 60528 components: - type: Transform - pos: 211.5,196.5 + pos: 25.5,102.5 parent: 1 - - uid: 41308 + - uid: 60529 components: - type: Transform - pos: 210.5,199.5 + pos: 25.5,103.5 parent: 1 - - uid: 41309 + - uid: 60530 components: - type: Transform - pos: 210.5,198.5 + pos: 24.5,100.5 parent: 1 - - uid: 41310 + - uid: 60531 components: - type: Transform - pos: 210.5,197.5 + pos: 24.5,101.5 parent: 1 - - uid: 41311 + - uid: 60532 components: - type: Transform - pos: 210.5,196.5 + pos: 24.5,102.5 parent: 1 - - uid: 41312 + - uid: 60533 components: - type: Transform - pos: 209.5,198.5 + pos: 24.5,103.5 parent: 1 - - uid: 41313 + - uid: 60534 components: - type: Transform - pos: 209.5,197.5 + pos: 23.5,100.5 parent: 1 - - uid: 41314 + - uid: 60535 components: - type: Transform - pos: 209.5,196.5 + pos: 23.5,101.5 parent: 1 - - uid: 41315 + - uid: 60536 components: - type: Transform - pos: 208.5,197.5 + pos: 23.5,102.5 parent: 1 - - uid: 41316 + - uid: 60537 components: - type: Transform - pos: 208.5,196.5 + pos: 23.5,103.5 parent: 1 - - uid: 41317 + - uid: 60538 components: - type: Transform - pos: 207.5,198.5 + pos: 22.5,100.5 parent: 1 - - uid: 41318 + - uid: 60539 components: - type: Transform - pos: 207.5,197.5 + pos: 22.5,101.5 parent: 1 - - uid: 41319 + - uid: 60540 components: - type: Transform - pos: 207.5,196.5 + pos: 22.5,102.5 parent: 1 - - uid: 41320 + - uid: 60541 components: - type: Transform - pos: 206.5,200.5 + pos: 22.5,103.5 parent: 1 - - uid: 41321 + - uid: 60542 components: - type: Transform - pos: 206.5,199.5 + pos: 21.5,100.5 parent: 1 - - uid: 41322 + - uid: 60543 components: - type: Transform - pos: 206.5,197.5 + pos: 21.5,101.5 parent: 1 - - uid: 41323 + - uid: 60544 components: - type: Transform - pos: 206.5,196.5 + pos: 21.5,102.5 parent: 1 - - uid: 41324 + - uid: 60545 components: - type: Transform - pos: 205.5,196.5 + pos: 21.5,103.5 parent: 1 - - uid: 41325 + - uid: 60546 components: - type: Transform - pos: 205.5,198.5 + pos: 30.5,98.5 parent: 1 - - uid: 41326 + - uid: 60547 components: - type: Transform - pos: 204.5,198.5 + pos: 30.5,97.5 parent: 1 - - uid: 41327 + - uid: 60548 components: - type: Transform - pos: 204.5,199.5 + pos: 30.5,96.5 parent: 1 - - uid: 41328 + - uid: 60549 components: - type: Transform - pos: 204.5,200.5 + pos: 30.5,95.5 parent: 1 - - uid: 41329 + - uid: 60550 components: - type: Transform - pos: 205.5,199.5 + pos: 30.5,94.5 parent: 1 - - uid: 41330 + - uid: 60551 components: - type: Transform - pos: 203.5,198.5 + pos: 30.5,93.5 parent: 1 - - uid: 41331 + - uid: 60552 components: - type: Transform - pos: 203.5,200.5 + pos: 30.5,92.5 parent: 1 - - uid: 41332 + - uid: 60553 components: - type: Transform - pos: 202.5,200.5 + pos: 30.5,91.5 parent: 1 - - uid: 41333 + - uid: 60554 components: - type: Transform - pos: 201.5,200.5 + pos: 30.5,90.5 parent: 1 - - uid: 41336 + - uid: 60555 components: - type: Transform - pos: 201.5,197.5 + pos: 30.5,89.5 parent: 1 - - uid: 41337 + - uid: 60556 components: - type: Transform - pos: 201.5,196.5 + pos: 30.5,88.5 parent: 1 - - uid: 41338 + - uid: 60557 components: - type: Transform - pos: 184.5,212.5 + pos: 30.5,87.5 parent: 1 - - uid: 41339 + - uid: 60558 components: - type: Transform - pos: 202.5,196.5 + pos: 30.5,86.5 parent: 1 - - uid: 41340 + - uid: 60559 components: - type: Transform - pos: 184.5,210.5 + pos: 30.5,85.5 parent: 1 - - uid: 41341 + - uid: 60560 components: - type: Transform - pos: 204.5,176.5 + pos: 30.5,84.5 parent: 1 - - uid: 41342 + - uid: 60561 components: - type: Transform - pos: 202.5,191.5 + pos: 30.5,83.5 parent: 1 - - uid: 41345 + - uid: 60562 components: - type: Transform - pos: 202.5,188.5 + pos: 29.5,99.5 parent: 1 - - uid: 41346 + - uid: 60563 components: - type: Transform - pos: 202.5,187.5 + pos: 29.5,98.5 parent: 1 - - uid: 41347 + - uid: 60564 components: - type: Transform - pos: 202.5,185.5 + pos: 29.5,97.5 parent: 1 - - uid: 41348 + - uid: 60565 components: - type: Transform - anchored: False - pos: 198.5,45.5 + pos: 29.5,96.5 parent: 1 - - uid: 41350 + - uid: 60566 components: - type: Transform - pos: 201.5,195.5 + pos: 29.5,95.5 parent: 1 - - uid: 41351 + - uid: 60567 components: - type: Transform - pos: 201.5,194.5 + pos: 29.5,94.5 parent: 1 - - uid: 41353 + - uid: 60568 components: - type: Transform - pos: 201.5,191.5 + pos: 29.5,93.5 parent: 1 - - uid: 41356 + - uid: 60569 components: - type: Transform - pos: 201.5,185.5 + pos: 29.5,92.5 parent: 1 - - uid: 41357 + - uid: 60570 components: - type: Transform - pos: 201.5,184.5 + pos: 29.5,91.5 parent: 1 - - uid: 41358 + - uid: 60571 components: - type: Transform - pos: 201.5,183.5 + pos: 29.5,90.5 parent: 1 - - uid: 41359 + - uid: 60572 components: - type: Transform - pos: 201.5,182.5 + pos: 29.5,89.5 parent: 1 - - uid: 41360 + - uid: 60573 components: - type: Transform - pos: 201.5,181.5 + pos: 29.5,88.5 parent: 1 - - uid: 41361 + - uid: 60574 components: - type: Transform - pos: 191.5,201.5 + pos: 29.5,87.5 parent: 1 - - uid: 41362 + - uid: 60575 components: - type: Transform - pos: 201.5,178.5 + pos: 29.5,86.5 parent: 1 - - uid: 41363 + - uid: 60576 components: - type: Transform - pos: 201.5,177.5 + pos: 29.5,85.5 parent: 1 - - uid: 41364 + - uid: 60577 components: - type: Transform - pos: 200.5,195.5 + pos: 29.5,84.5 parent: 1 - - uid: 41365 + - uid: 60578 components: - type: Transform - pos: 200.5,194.5 + pos: 29.5,83.5 parent: 1 - - uid: 41369 + - uid: 60579 components: - type: Transform - pos: 200.5,186.5 + pos: 28.5,99.5 parent: 1 - - uid: 41370 + - uid: 60580 components: - type: Transform - pos: 200.5,185.5 + pos: 28.5,98.5 parent: 1 - - uid: 41371 + - uid: 60581 components: - type: Transform - pos: 200.5,181.5 + pos: 28.5,97.5 parent: 1 - - uid: 41372 + - uid: 60582 components: - type: Transform - pos: 200.5,180.5 + pos: 28.5,96.5 parent: 1 - - uid: 41373 + - uid: 60583 components: - type: Transform - pos: 200.5,179.5 + pos: 28.5,95.5 parent: 1 - - uid: 41374 + - uid: 60584 components: - type: Transform - pos: 200.5,178.5 + pos: 28.5,94.5 parent: 1 - - uid: 41375 + - uid: 60585 components: - type: Transform - pos: 203.5,181.5 + pos: 28.5,93.5 parent: 1 - - uid: 41376 + - uid: 60586 components: - type: Transform - pos: 203.5,180.5 + pos: 28.5,92.5 parent: 1 - - uid: 41377 + - uid: 60587 components: - type: Transform - pos: 200.5,198.5 + pos: 28.5,91.5 parent: 1 - - uid: 41378 + - uid: 60588 components: - type: Transform - pos: 203.5,174.5 + pos: 28.5,90.5 parent: 1 - - uid: 41379 + - uid: 60589 components: - type: Transform - pos: 203.5,172.5 + pos: 28.5,89.5 parent: 1 - - uid: 41380 + - uid: 60590 components: - type: Transform - pos: 187.5,201.5 + pos: 28.5,88.5 parent: 1 - - uid: 41381 + - uid: 60591 components: - type: Transform - pos: 187.5,204.5 + pos: 28.5,87.5 parent: 1 - - uid: 41382 + - uid: 60592 components: - type: Transform - pos: 203.5,167.5 + pos: 28.5,86.5 parent: 1 - - uid: 41383 + - uid: 60593 components: - type: Transform - pos: 203.5,166.5 + pos: 28.5,85.5 parent: 1 - - uid: 41384 + - uid: 60594 components: - type: Transform - pos: 203.5,165.5 + pos: 28.5,84.5 parent: 1 - - uid: 41385 + - uid: 60595 components: - type: Transform - pos: 203.5,164.5 + pos: 28.5,83.5 parent: 1 - - uid: 41386 + - uid: 60596 components: - type: Transform - pos: 202.5,176.5 + pos: 27.5,99.5 parent: 1 - - uid: 41387 + - uid: 60597 components: - type: Transform - pos: 202.5,173.5 + pos: 27.5,98.5 parent: 1 - - uid: 41388 + - uid: 60598 components: - type: Transform - pos: 187.5,202.5 + pos: 27.5,97.5 parent: 1 - - uid: 41389 + - uid: 60599 components: - type: Transform - pos: 202.5,169.5 + pos: 27.5,96.5 parent: 1 - - uid: 41390 + - uid: 60600 components: - type: Transform - pos: 202.5,168.5 + pos: 27.5,95.5 parent: 1 - - uid: 41391 + - uid: 60601 components: - type: Transform - pos: 202.5,167.5 + pos: 27.5,94.5 parent: 1 - - uid: 41393 + - uid: 60602 components: - type: Transform - pos: 202.5,165.5 + pos: 27.5,93.5 parent: 1 - - uid: 41394 + - uid: 60603 components: - type: Transform - pos: 202.5,164.5 + pos: 27.5,92.5 parent: 1 - - uid: 41395 + - uid: 60604 components: - type: Transform - pos: 204.5,174.5 + pos: 27.5,91.5 parent: 1 - - uid: 41396 + - uid: 60605 components: - type: Transform - pos: 204.5,172.5 + pos: 27.5,90.5 parent: 1 - - uid: 41397 + - uid: 60606 components: - type: Transform - pos: 204.5,173.5 + pos: 27.5,89.5 parent: 1 - - uid: 41400 + - uid: 60607 components: - type: Transform - pos: 201.5,168.5 + pos: 27.5,88.5 parent: 1 - - uid: 41401 + - uid: 60608 components: - type: Transform - pos: 201.5,169.5 + pos: 27.5,87.5 parent: 1 - - uid: 41402 + - uid: 60609 components: - type: Transform - pos: 188.5,201.5 + pos: 27.5,86.5 parent: 1 - - uid: 41403 + - uid: 60610 components: - type: Transform - pos: 200.5,168.5 + pos: 27.5,85.5 parent: 1 - - uid: 41404 + - uid: 60611 components: - type: Transform - pos: 200.5,169.5 + pos: 27.5,84.5 parent: 1 - - uid: 41405 + - uid: 60612 components: - type: Transform - pos: 200.5,170.5 + pos: 27.5,83.5 parent: 1 - - uid: 41406 + - uid: 60613 components: - type: Transform - pos: 200.5,171.5 + pos: 26.5,99.5 parent: 1 - - uid: 41407 + - uid: 60614 components: - type: Transform - pos: 186.5,209.5 + pos: 26.5,98.5 parent: 1 - - uid: 41408 + - uid: 60615 components: - type: Transform - pos: 200.5,174.5 + pos: 26.5,97.5 parent: 1 - - uid: 41409 + - uid: 60616 components: - type: Transform - pos: 211.5,181.5 + pos: 26.5,96.5 parent: 1 - - uid: 41410 + - uid: 60617 components: - type: Transform - pos: 203.5,201.5 + pos: 26.5,95.5 parent: 1 - - uid: 41411 + - uid: 60618 components: - type: Transform - pos: 204.5,171.5 + pos: 26.5,94.5 parent: 1 - - uid: 41412 + - uid: 60619 components: - type: Transform - pos: 187.5,203.5 + pos: 26.5,93.5 parent: 1 - - uid: 41413 + - uid: 60620 components: - type: Transform - pos: 188.5,204.5 + pos: 26.5,92.5 parent: 1 - - uid: 41414 + - uid: 60621 components: - type: Transform - pos: 190.5,201.5 + pos: 26.5,91.5 parent: 1 - - uid: 41415 + - uid: 60622 components: - type: Transform - pos: 193.5,120.5 + pos: 26.5,90.5 parent: 1 - - uid: 41416 + - uid: 60623 components: - type: Transform - pos: 204.5,164.5 + pos: 26.5,89.5 parent: 1 - - uid: 41417 + - uid: 60624 components: - type: Transform - pos: 204.5,163.5 + pos: 26.5,88.5 parent: 1 - - uid: 41418 + - uid: 60625 components: - type: Transform - pos: 205.5,174.5 + pos: 26.5,87.5 parent: 1 - - uid: 41419 + - uid: 60626 components: - type: Transform - pos: 205.5,173.5 + pos: 26.5,86.5 parent: 1 - - uid: 41420 + - uid: 60627 components: - type: Transform - pos: 205.5,172.5 + pos: 26.5,85.5 parent: 1 - - uid: 41421 + - uid: 60628 components: - type: Transform - pos: 205.5,171.5 + pos: 26.5,84.5 parent: 1 - - uid: 41422 + - uid: 60629 components: - type: Transform - pos: 205.5,166.5 + pos: 26.5,83.5 parent: 1 - - uid: 41423 + - uid: 60630 components: - type: Transform - pos: 205.5,165.5 + pos: 25.5,99.5 parent: 1 - - uid: 41424 + - uid: 60631 components: - type: Transform - pos: 205.5,164.5 + pos: 25.5,98.5 parent: 1 - - uid: 41425 + - uid: 60632 components: - type: Transform - pos: 205.5,163.5 + pos: 25.5,97.5 parent: 1 - - uid: 41426 + - uid: 60633 components: - type: Transform - pos: 206.5,173.5 + pos: 25.5,96.5 parent: 1 - - uid: 41427 + - uid: 60634 components: - type: Transform - pos: 206.5,172.5 + pos: 25.5,95.5 parent: 1 - - uid: 41428 + - uid: 60635 components: - type: Transform - pos: 198.5,109.5 + pos: 25.5,94.5 parent: 1 - - uid: 41429 + - uid: 60636 components: - type: Transform - pos: 202.5,203.5 + pos: 25.5,93.5 parent: 1 - - uid: 41430 + - uid: 60637 components: - type: Transform - pos: 206.5,164.5 + pos: 25.5,92.5 parent: 1 - - uid: 41431 + - uid: 60638 components: - type: Transform - pos: 206.5,163.5 + pos: 25.5,91.5 parent: 1 - - uid: 41432 + - uid: 60639 components: - type: Transform - pos: 200.5,173.5 + pos: 25.5,90.5 parent: 1 - - uid: 41433 + - uid: 60640 components: - type: Transform - pos: 201.5,172.5 + pos: 25.5,89.5 parent: 1 - - uid: 41434 + - uid: 60641 components: - type: Transform - pos: 201.5,174.5 + pos: 25.5,88.5 parent: 1 - - uid: 41435 + - uid: 60642 components: - type: Transform - pos: 204.5,179.5 + pos: 25.5,87.5 parent: 1 - - uid: 41436 + - uid: 60643 components: - type: Transform - pos: 204.5,180.5 + pos: 25.5,86.5 parent: 1 - - uid: 41437 + - uid: 60644 components: - type: Transform - pos: 204.5,181.5 + pos: 25.5,85.5 parent: 1 - - uid: 41438 + - uid: 60645 components: - type: Transform - pos: 204.5,182.5 + pos: 25.5,84.5 parent: 1 - - uid: 41439 + - uid: 60646 components: - type: Transform - pos: 204.5,183.5 + pos: 25.5,83.5 parent: 1 - - uid: 41440 + - uid: 60647 components: - type: Transform - pos: 204.5,188.5 + pos: 24.5,99.5 parent: 1 - - uid: 41441 + - uid: 60648 components: - type: Transform - pos: 204.5,189.5 + pos: 24.5,98.5 parent: 1 - - uid: 41442 + - uid: 60649 components: - type: Transform - pos: 204.5,190.5 + pos: 24.5,97.5 parent: 1 - - uid: 41443 + - uid: 60650 components: - type: Transform - pos: 205.5,175.5 + pos: 24.5,96.5 parent: 1 - - uid: 41444 + - uid: 60651 components: - type: Transform - pos: 205.5,177.5 + pos: 24.5,95.5 parent: 1 - - uid: 41445 + - uid: 60652 components: - type: Transform - pos: 205.5,179.5 + pos: 24.5,94.5 parent: 1 - - uid: 41449 + - uid: 60653 components: - type: Transform - pos: 205.5,183.5 + pos: 24.5,93.5 parent: 1 - - uid: 41450 + - uid: 60654 components: - type: Transform - pos: 205.5,184.5 + pos: 24.5,92.5 parent: 1 - - uid: 41451 + - uid: 60655 components: - type: Transform - pos: 205.5,185.5 + pos: 24.5,91.5 parent: 1 - - uid: 41452 + - uid: 60656 components: - type: Transform - pos: 186.5,211.5 + pos: 24.5,90.5 parent: 1 - - uid: 41453 + - uid: 60657 components: - type: Transform - pos: 186.5,213.5 + pos: 24.5,89.5 parent: 1 - - uid: 41454 + - uid: 60658 components: - type: Transform - anchored: False - pos: 198.5,47.5 + pos: 24.5,88.5 parent: 1 - - uid: 41455 + - uid: 60659 components: - type: Transform - pos: 205.5,190.5 + pos: 24.5,87.5 parent: 1 - - uid: 41456 + - uid: 60660 components: - type: Transform - pos: 206.5,175.5 + pos: 24.5,86.5 parent: 1 - - uid: 41457 + - uid: 60661 components: - type: Transform - pos: 206.5,179.5 + pos: 24.5,85.5 parent: 1 - - uid: 41461 + - uid: 60662 components: - type: Transform - pos: 206.5,183.5 + pos: 24.5,84.5 parent: 1 - - uid: 41463 + - uid: 60663 components: - type: Transform - pos: 206.5,185.5 + pos: 24.5,83.5 parent: 1 - - uid: 41464 + - uid: 60664 components: - type: Transform - pos: 206.5,186.5 + pos: 23.5,99.5 parent: 1 - - uid: 41465 + - uid: 60665 components: - type: Transform - pos: 199.5,172.5 + pos: 23.5,98.5 parent: 1 - - uid: 41466 + - uid: 60666 components: - type: Transform - pos: 207.5,166.5 + pos: 23.5,97.5 parent: 1 - - uid: 41467 + - uid: 60667 components: - type: Transform - pos: 207.5,167.5 + pos: 23.5,96.5 parent: 1 - - uid: 41468 + - uid: 60668 components: - type: Transform - pos: 207.5,172.5 + pos: 23.5,95.5 parent: 1 - - uid: 41469 + - uid: 60669 components: - type: Transform - pos: 207.5,173.5 + pos: 23.5,94.5 parent: 1 - - uid: 41470 + - uid: 60670 components: - type: Transform - pos: 207.5,179.5 + pos: 23.5,93.5 parent: 1 - - uid: 41471 + - uid: 60671 components: - type: Transform - pos: 207.5,180.5 + pos: 23.5,92.5 parent: 1 - - uid: 41472 + - uid: 60672 components: - type: Transform - pos: 207.5,181.5 + pos: 23.5,91.5 parent: 1 - - uid: 41473 + - uid: 60673 components: - type: Transform - pos: 207.5,183.5 + pos: 23.5,90.5 parent: 1 - - uid: 41474 + - uid: 60674 components: - type: Transform - pos: 207.5,184.5 + pos: 23.5,89.5 parent: 1 - - uid: 41475 + - uid: 60675 components: - type: Transform - pos: 207.5,185.5 + pos: 23.5,88.5 parent: 1 - - uid: 41476 + - uid: 60676 components: - type: Transform - pos: 207.5,186.5 + pos: 23.5,87.5 parent: 1 - - uid: 41477 + - uid: 60677 components: - type: Transform - pos: 207.5,187.5 + pos: 23.5,86.5 parent: 1 - - uid: 41478 + - uid: 60678 components: - type: Transform - pos: 208.5,163.5 + pos: 23.5,85.5 parent: 1 - - uid: 41479 + - uid: 60679 components: - type: Transform - pos: 208.5,165.5 + pos: 23.5,84.5 parent: 1 - - uid: 41480 + - uid: 60680 components: - type: Transform - pos: 208.5,166.5 + pos: 23.5,83.5 parent: 1 - - uid: 41481 + - uid: 60681 components: - type: Transform - pos: 208.5,167.5 + pos: 22.5,99.5 parent: 1 - - uid: 41482 + - uid: 60682 components: - type: Transform - pos: 208.5,168.5 + pos: 22.5,98.5 parent: 1 - - uid: 41483 + - uid: 60683 components: - type: Transform - pos: 208.5,169.5 + pos: 22.5,97.5 parent: 1 - - uid: 41484 + - uid: 60684 components: - type: Transform - pos: 208.5,170.5 + pos: 22.5,96.5 parent: 1 - - uid: 41485 + - uid: 60685 components: - type: Transform - pos: 208.5,172.5 + pos: 22.5,95.5 parent: 1 - - uid: 41486 + - uid: 60686 components: - type: Transform - pos: 208.5,173.5 + pos: 22.5,94.5 parent: 1 - - uid: 41487 + - uid: 60687 components: - type: Transform - pos: 208.5,176.5 + pos: 22.5,93.5 parent: 1 - - uid: 41488 + - uid: 60688 components: - type: Transform - pos: 208.5,177.5 + pos: 22.5,92.5 parent: 1 - - uid: 41489 + - uid: 60689 components: - type: Transform - pos: 208.5,180.5 + pos: 22.5,91.5 parent: 1 - - uid: 41490 + - uid: 60690 components: - type: Transform - pos: 208.5,181.5 + pos: 22.5,90.5 parent: 1 - - uid: 41491 + - uid: 60691 components: - type: Transform - pos: 208.5,186.5 + pos: 22.5,89.5 parent: 1 - - uid: 41492 + - uid: 60692 components: - type: Transform - pos: 208.5,187.5 + pos: 22.5,88.5 parent: 1 - - uid: 41493 + - uid: 60693 components: - type: Transform - pos: 208.5,192.5 + pos: 22.5,87.5 parent: 1 - - uid: 41494 + - uid: 60694 components: - type: Transform - pos: 208.5,195.5 + pos: 22.5,86.5 parent: 1 - - uid: 41495 + - uid: 60695 components: - type: Transform - pos: 209.5,163.5 + pos: 22.5,85.5 parent: 1 - - uid: 41496 + - uid: 60696 components: - type: Transform - pos: 209.5,166.5 + pos: 22.5,84.5 parent: 1 - - uid: 41497 + - uid: 60697 components: - type: Transform - pos: 209.5,170.5 + pos: 22.5,83.5 parent: 1 - - uid: 41498 + - uid: 60698 components: - type: Transform - pos: 209.5,171.5 + pos: 21.5,99.5 parent: 1 - - uid: 41499 + - uid: 60699 components: - type: Transform - pos: 209.5,172.5 + pos: 21.5,98.5 parent: 1 - - uid: 41500 + - uid: 60700 components: - type: Transform - pos: 209.5,173.5 + pos: 21.5,97.5 parent: 1 - - uid: 41501 + - uid: 60701 components: - type: Transform - pos: 209.5,174.5 + pos: 21.5,96.5 parent: 1 - - uid: 41502 + - uid: 60702 components: - type: Transform - pos: 209.5,175.5 + pos: 21.5,95.5 parent: 1 - - uid: 41503 + - uid: 60703 components: - type: Transform - pos: 209.5,176.5 + pos: 21.5,94.5 parent: 1 - - uid: 41504 + - uid: 60704 components: - type: Transform - pos: 209.5,177.5 + pos: 21.5,93.5 parent: 1 - - uid: 41505 + - uid: 60705 components: - type: Transform - pos: 209.5,180.5 + pos: 21.5,92.5 parent: 1 - - uid: 41506 + - uid: 60706 components: - type: Transform - pos: 209.5,181.5 + pos: 21.5,91.5 parent: 1 - - uid: 41507 + - uid: 60707 components: - type: Transform - pos: 209.5,186.5 + pos: 21.5,90.5 parent: 1 - - uid: 41508 + - uid: 60708 components: - type: Transform - pos: 209.5,187.5 + pos: 21.5,89.5 parent: 1 - - uid: 41509 + - uid: 60709 components: - type: Transform - pos: 209.5,190.5 + pos: 21.5,88.5 parent: 1 - - uid: 41510 + - uid: 60710 components: - type: Transform - pos: 209.5,191.5 + pos: 21.5,87.5 parent: 1 - - uid: 41511 + - uid: 60711 components: - type: Transform - pos: 209.5,194.5 + pos: 21.5,86.5 parent: 1 - - uid: 41512 + - uid: 60712 components: - type: Transform - pos: 209.5,195.5 + pos: 21.5,85.5 parent: 1 - - uid: 41513 + - uid: 60713 components: - type: Transform - pos: 210.5,163.5 + pos: 21.5,84.5 parent: 1 - - uid: 41514 + - uid: 60714 components: - type: Transform - pos: 210.5,164.5 + pos: 21.5,83.5 parent: 1 - - uid: 41515 + - uid: 60715 components: - type: Transform - pos: 210.5,167.5 + pos: 21.5,82.5 parent: 1 - - uid: 41516 + - uid: 60716 components: - type: Transform - pos: 210.5,168.5 + pos: 31.5,96.5 parent: 1 - - uid: 41517 + - uid: 60717 components: - type: Transform - pos: 210.5,170.5 + pos: 31.5,95.5 parent: 1 - - uid: 41518 + - uid: 60718 components: - type: Transform - pos: 210.5,171.5 + pos: 31.5,94.5 parent: 1 - - uid: 41521 + - uid: 60719 components: - type: Transform - pos: 210.5,174.5 + pos: 31.5,93.5 parent: 1 - - uid: 41522 + - uid: 60720 components: - type: Transform - pos: 210.5,175.5 + pos: 31.5,92.5 parent: 1 - - uid: 41523 + - uid: 60721 components: - type: Transform - pos: 210.5,176.5 + pos: 31.5,91.5 parent: 1 - - uid: 41524 + - uid: 60722 components: - type: Transform - pos: 210.5,179.5 + pos: 31.5,90.5 parent: 1 - - uid: 41525 + - uid: 60723 components: - type: Transform - pos: 210.5,180.5 + pos: 31.5,89.5 parent: 1 - - uid: 41527 + - uid: 60724 components: - type: Transform - pos: 210.5,187.5 + pos: 31.5,88.5 parent: 1 - - uid: 41528 + - uid: 60725 components: - type: Transform - pos: 210.5,190.5 + pos: 31.5,87.5 parent: 1 - - uid: 41529 + - uid: 60726 components: - type: Transform - pos: 210.5,191.5 + pos: 31.5,86.5 parent: 1 - - uid: 41531 + - uid: 60727 components: - type: Transform - pos: 211.5,164.5 + pos: 31.5,85.5 parent: 1 - - uid: 41532 + - uid: 60728 components: - type: Transform - pos: 211.5,168.5 + pos: 31.5,84.5 parent: 1 - - uid: 41533 + - uid: 60729 components: - type: Transform - pos: 211.5,169.5 + pos: 31.5,83.5 parent: 1 - - uid: 41534 + - uid: 60730 components: - type: Transform - pos: 211.5,170.5 + pos: 32.5,94.5 parent: 1 - - uid: 41535 + - uid: 60731 components: - type: Transform - pos: 211.5,171.5 + pos: 32.5,93.5 parent: 1 - - uid: 41537 + - uid: 60732 components: - type: Transform - pos: 211.5,173.5 + pos: 32.5,92.5 parent: 1 - - uid: 41538 + - uid: 60733 components: - type: Transform - pos: 211.5,174.5 + pos: 32.5,91.5 parent: 1 - - uid: 41539 + - uid: 60734 components: - type: Transform - pos: 211.5,175.5 + pos: 32.5,90.5 parent: 1 - - uid: 41540 + - uid: 60735 components: - type: Transform - pos: 211.5,176.5 + pos: 32.5,89.5 parent: 1 - - uid: 41541 + - uid: 60736 components: - type: Transform - pos: 211.5,177.5 + pos: 32.5,88.5 parent: 1 - - uid: 41542 + - uid: 60737 components: - type: Transform - pos: 211.5,179.5 + pos: 32.5,87.5 parent: 1 - - uid: 41543 + - uid: 60738 components: - type: Transform - pos: 211.5,180.5 + pos: 32.5,86.5 parent: 1 - - uid: 41544 + - uid: 60739 components: - type: Transform - pos: 211.5,188.5 + pos: 32.5,85.5 parent: 1 - - uid: 41545 + - uid: 60740 components: - type: Transform - pos: 191.5,204.5 + pos: 32.5,84.5 parent: 1 - - uid: 41546 + - uid: 60741 components: - type: Transform - pos: 184.5,205.5 + pos: 32.5,83.5 parent: 1 - - uid: 41547 + - uid: 60742 components: - type: Transform - pos: 211.5,191.5 + pos: 33.5,93.5 parent: 1 - - uid: 41548 + - uid: 60743 components: - type: Transform - pos: 211.5,194.5 + pos: 33.5,92.5 parent: 1 - - uid: 41549 + - uid: 60744 components: - type: Transform - pos: 211.5,195.5 + pos: 33.5,91.5 parent: 1 - - uid: 41552 + - uid: 60745 components: - type: Transform - pos: 212.5,165.5 + pos: 33.5,90.5 parent: 1 - - uid: 41553 + - uid: 60746 components: - type: Transform - pos: 212.5,166.5 + pos: 33.5,89.5 parent: 1 - - uid: 41554 + - uid: 60747 components: - type: Transform - pos: 212.5,171.5 + pos: 33.5,88.5 parent: 1 - - uid: 41555 + - uid: 60748 components: - type: Transform - pos: 212.5,177.5 + pos: 33.5,87.5 parent: 1 - - uid: 41556 + - uid: 60749 components: - type: Transform - pos: 212.5,188.5 + pos: 33.5,86.5 parent: 1 - - uid: 41557 + - uid: 60750 components: - type: Transform - pos: 184.5,209.5 + pos: 33.5,85.5 parent: 1 - - uid: 41558 + - uid: 60751 components: - type: Transform - pos: 212.5,191.5 + pos: 33.5,84.5 parent: 1 - - uid: 41559 + - uid: 60752 components: - type: Transform - pos: 212.5,192.5 + pos: 33.5,83.5 parent: 1 - - uid: 41560 + - uid: 60753 components: - type: Transform - pos: 212.5,193.5 + pos: 34.5,93.5 parent: 1 - - uid: 41561 + - uid: 60754 components: - type: Transform - pos: 212.5,194.5 + pos: 34.5,92.5 parent: 1 - - uid: 41562 + - uid: 60755 components: - type: Transform - pos: 212.5,195.5 + pos: 34.5,91.5 parent: 1 - - uid: 41563 + - uid: 60756 components: - type: Transform - pos: 213.5,164.5 + pos: 34.5,90.5 parent: 1 - - uid: 41564 + - uid: 60757 components: - type: Transform - pos: 213.5,165.5 + pos: 34.5,89.5 parent: 1 - - uid: 41565 + - uid: 60758 components: - type: Transform - pos: 213.5,167.5 + pos: 34.5,88.5 parent: 1 - - uid: 41566 + - uid: 60759 components: - type: Transform - pos: 213.5,168.5 + pos: 34.5,87.5 parent: 1 - - uid: 41567 + - uid: 60760 components: - type: Transform - pos: 213.5,169.5 + pos: 34.5,86.5 parent: 1 - - uid: 41568 + - uid: 60761 components: - type: Transform - pos: 202.5,202.5 + pos: 34.5,85.5 parent: 1 - - uid: 41569 + - uid: 60762 components: - type: Transform - pos: 213.5,179.5 + pos: 34.5,84.5 parent: 1 - - uid: 41570 + - uid: 60763 components: - type: Transform - pos: 213.5,180.5 + pos: 34.5,83.5 parent: 1 - - uid: 41571 + - uid: 60764 components: - type: Transform - pos: 213.5,188.5 + pos: 35.5,92.5 parent: 1 - - uid: 41572 + - uid: 60765 components: - type: Transform - pos: 213.5,189.5 + pos: 35.5,91.5 parent: 1 - - uid: 41573 + - uid: 60766 components: - type: Transform - pos: 214.5,164.5 + pos: 35.5,90.5 parent: 1 - - uid: 41574 + - uid: 60767 components: - type: Transform - pos: 214.5,165.5 + pos: 35.5,89.5 parent: 1 - - uid: 41575 + - uid: 60768 components: - type: Transform - pos: 214.5,166.5 + pos: 35.5,88.5 parent: 1 - - uid: 41576 + - uid: 60769 components: - type: Transform - pos: 214.5,167.5 + pos: 35.5,87.5 parent: 1 - - uid: 41577 + - uid: 60770 components: - type: Transform - pos: 214.5,172.5 + pos: 35.5,86.5 parent: 1 - - uid: 41578 + - uid: 60771 components: - type: Transform - pos: 183.5,206.5 + pos: 35.5,85.5 parent: 1 - - uid: 41579 + - uid: 60772 components: - type: Transform - pos: 214.5,189.5 + pos: 35.5,84.5 parent: 1 - - uid: 41580 + - uid: 60773 components: - type: Transform - pos: 214.5,190.5 + pos: 35.5,83.5 parent: 1 - - uid: 41581 + - uid: 60774 components: - type: Transform - pos: 214.5,191.5 + pos: 36.5,91.5 parent: 1 - - uid: 41582 + - uid: 60775 components: - type: Transform - pos: 214.5,192.5 + pos: 36.5,90.5 parent: 1 - - uid: 41583 + - uid: 60776 components: - type: Transform - pos: 214.5,193.5 + pos: 36.5,89.5 parent: 1 - - uid: 41584 + - uid: 60777 components: - type: Transform - pos: 214.5,195.5 + pos: 36.5,88.5 parent: 1 - - uid: 41586 + - uid: 60778 components: - type: Transform - pos: 215.5,165.5 + pos: 36.5,87.5 parent: 1 - - uid: 41587 + - uid: 60779 components: - type: Transform - pos: 215.5,167.5 + pos: 36.5,86.5 parent: 1 - - uid: 41588 + - uid: 60780 components: - type: Transform - pos: 215.5,168.5 + pos: 36.5,85.5 parent: 1 - - uid: 41589 + - uid: 60781 components: - type: Transform - pos: 215.5,169.5 + pos: 36.5,84.5 parent: 1 - - uid: 41590 + - uid: 60782 components: - type: Transform - pos: 215.5,170.5 + pos: 36.5,83.5 parent: 1 - - uid: 41591 + - uid: 60783 components: - type: Transform - pos: 215.5,171.5 + pos: 37.5,90.5 parent: 1 - - uid: 41592 + - uid: 60784 components: - type: Transform - pos: 215.5,172.5 + pos: 37.5,89.5 parent: 1 - - uid: 41593 + - uid: 60785 components: - type: Transform - pos: 215.5,174.5 + pos: 37.5,88.5 parent: 1 - - uid: 41594 + - uid: 60786 components: - type: Transform - pos: 215.5,175.5 + pos: 37.5,87.5 parent: 1 - - uid: 41595 + - uid: 60787 components: - type: Transform - pos: 215.5,177.5 + pos: 37.5,86.5 parent: 1 - - uid: 41596 + - uid: 60788 components: - type: Transform - pos: 215.5,179.5 + pos: 37.5,85.5 parent: 1 - - uid: 41597 + - uid: 60789 components: - type: Transform - pos: 215.5,180.5 + pos: 37.5,84.5 parent: 1 - - uid: 41599 + - uid: 60790 components: - type: Transform - pos: 201.5,175.5 + pos: 37.5,83.5 parent: 1 - - uid: 41600 + - uid: 60791 components: - type: Transform - pos: 215.5,189.5 + pos: 38.5,84.5 parent: 1 - - uid: 41601 + - uid: 60792 components: - type: Transform - pos: 215.5,191.5 + pos: 38.5,85.5 parent: 1 - - uid: 41602 + - uid: 60793 components: - type: Transform - pos: 215.5,192.5 + pos: 38.5,86.5 parent: 1 - - uid: 41603 + - uid: 60794 components: - type: Transform - pos: 215.5,193.5 + pos: 38.5,87.5 parent: 1 - - uid: 41604 + - uid: 60795 components: - type: Transform - pos: 205.5,66.5 + pos: 38.5,88.5 parent: 1 - - uid: 41605 + - uid: 60796 components: - type: Transform - pos: 215.5,195.5 + pos: 38.5,89.5 parent: 1 - - uid: 41606 + - uid: 60797 components: - type: Transform - pos: 216.5,164.5 + pos: 39.5,89.5 parent: 1 - - uid: 41607 + - uid: 60798 components: - type: Transform - pos: 216.5,165.5 + pos: 39.5,88.5 parent: 1 - - uid: 41608 + - uid: 60799 components: - type: Transform - pos: 216.5,167.5 + pos: 39.5,87.5 parent: 1 - - uid: 41609 + - uid: 60800 components: - type: Transform - pos: 216.5,168.5 + pos: 39.5,86.5 parent: 1 - - uid: 41610 + - uid: 60801 components: - type: Transform - pos: 216.5,169.5 + pos: 39.5,85.5 parent: 1 - - uid: 41611 + - uid: 60802 components: - type: Transform - pos: 216.5,170.5 + pos: 40.5,87.5 parent: 1 - - uid: 41612 + - uid: 60803 components: - type: Transform - pos: 216.5,174.5 + pos: -302.5,-35.5 parent: 1 - - uid: 41613 + - uid: 60804 components: - type: Transform - pos: 216.5,175.5 + pos: 200.5,31.5 parent: 1 - - uid: 41614 + - uid: 60805 components: - type: Transform - pos: 216.5,176.5 + pos: 200.5,30.5 parent: 1 - - uid: 41615 + - uid: 60806 components: - type: Transform - pos: 216.5,177.5 + pos: 199.5,58.5 parent: 1 - - uid: 41616 + - uid: 60807 components: - type: Transform - pos: 216.5,178.5 + pos: 200.5,46.5 parent: 1 - - uid: 41617 + - uid: 60808 components: - type: Transform - pos: 216.5,179.5 + pos: 199.5,49.5 parent: 1 - - uid: 41618 + - uid: 60809 components: - type: Transform - pos: 216.5,180.5 + pos: 199.5,48.5 parent: 1 - - uid: 41619 + - uid: 60810 components: - type: Transform - pos: 216.5,181.5 + pos: 199.5,56.5 parent: 1 - - uid: 41620 + - uid: 60811 components: - type: Transform - pos: 216.5,182.5 + pos: 200.5,50.5 parent: 1 - - uid: 41625 + - uid: 60812 components: - type: Transform - pos: 194.5,172.5 + pos: 199.5,52.5 parent: 1 - - uid: 41626 + - uid: 60813 components: - type: Transform - pos: 196.5,195.5 + pos: 199.5,50.5 parent: 1 - - uid: 41627 + - uid: 60814 components: - type: Transform - pos: 196.5,173.5 + pos: 199.5,54.5 parent: 1 - - uid: 41628 + - uid: 60815 components: - type: Transform - pos: 198.5,173.5 + pos: 199.5,51.5 parent: 1 - - uid: 41630 + - uid: 60816 components: - type: Transform - pos: 193.5,172.5 + pos: 199.5,55.5 parent: 1 - - uid: 41631 + - uid: 60817 components: - type: Transform - anchored: False - pos: 218.5,208.5 + pos: 201.5,61.5 parent: 1 - - uid: 41632 + - uid: 60818 components: - type: Transform - anchored: False - pos: 218.5,209.5 + pos: 200.5,45.5 parent: 1 - - uid: 41633 + - uid: 60819 components: - type: Transform - pos: 195.5,172.5 + pos: 199.5,53.5 parent: 1 - - uid: 41634 + - uid: 60820 components: - type: Transform - pos: 218.5,207.5 + pos: 200.5,56.5 parent: 1 - - uid: 41635 + - uid: 60821 components: - type: Transform - pos: 197.5,195.5 + pos: 201.5,60.5 parent: 1 - - uid: 41636 + - uid: 60822 components: - type: Transform - pos: 197.5,194.5 + pos: 199.5,60.5 parent: 1 - - uid: 41637 + - uid: 60823 components: - type: Transform - pos: 196.5,196.5 + pos: 199.5,59.5 parent: 1 - - uid: 41638 + - uid: 60824 components: - type: Transform - pos: 198.5,195.5 + pos: 199.5,57.5 parent: 1 - - uid: 41640 + - uid: 60825 components: - type: Transform - anchored: False - pos: 218.5,210.5 + pos: 200.5,53.5 parent: 1 - - uid: 41642 + - uid: 60826 components: - type: Transform - pos: 218.5,206.5 + pos: 200.5,54.5 parent: 1 - - uid: 41643 + - uid: 60827 components: - type: Transform - pos: 218.5,205.5 + pos: 200.5,55.5 parent: 1 - - uid: 41645 + - uid: 60828 components: - type: Transform - pos: 218.5,203.5 + pos: 200.5,44.5 parent: 1 - - uid: 41646 + - uid: 60829 components: - type: Transform - pos: 218.5,202.5 + pos: 200.5,38.5 parent: 1 - - uid: 41647 + - uid: 60830 components: - type: Transform - pos: 218.5,201.5 + pos: 199.5,37.5 parent: 1 - - uid: 41649 + - uid: 60831 components: - type: Transform - pos: 218.5,199.5 + pos: 200.5,49.5 parent: 1 - - uid: 41650 + - uid: 60832 components: - type: Transform - pos: 218.5,198.5 + pos: 200.5,59.5 parent: 1 - - uid: 41653 + - uid: 60833 components: - type: Transform - pos: 218.5,195.5 + pos: 200.5,57.5 parent: 1 - - uid: 41654 + - uid: 60834 components: - type: Transform - pos: 218.5,194.5 + pos: 200.5,58.5 parent: 1 - - uid: 41655 + - uid: 60835 components: - type: Transform - pos: 218.5,191.5 + pos: 200.5,61.5 parent: 1 - - uid: 41656 + - uid: 60836 components: - type: Transform - pos: 218.5,190.5 + pos: 200.5,62.5 parent: 1 - - uid: 41657 + - uid: 60837 components: - type: Transform - pos: 218.5,189.5 + pos: 199.5,45.5 parent: 1 - - uid: 41658 + - uid: 60838 components: - type: Transform - pos: 218.5,188.5 + pos: 199.5,42.5 parent: 1 - - uid: 41659 + - uid: 60839 components: - type: Transform - pos: 218.5,187.5 + pos: 199.5,38.5 parent: 1 - - uid: 41660 + - uid: 60840 components: - type: Transform - pos: 218.5,186.5 + pos: 199.5,47.5 parent: 1 - - uid: 41661 + - uid: 60841 components: - type: Transform - pos: 218.5,185.5 + pos: 199.5,41.5 parent: 1 - - uid: 41662 + - uid: 60842 components: - type: Transform - pos: 218.5,184.5 + pos: 199.5,44.5 parent: 1 - - uid: 41667 + - uid: 60843 components: - type: Transform - pos: 218.5,175.5 + pos: 199.5,40.5 parent: 1 - - uid: 41668 + - uid: 60844 components: - type: Transform - pos: 218.5,174.5 + pos: 199.5,46.5 parent: 1 - - uid: 41669 + - uid: 60845 components: - type: Transform - anchored: False - pos: 198.5,48.5 + pos: 199.5,43.5 parent: 1 - - uid: 41670 + - uid: 60846 components: - type: Transform - pos: 195.5,44.5 + pos: 200.5,52.5 parent: 1 - - uid: 41671 + - uid: 60847 components: - type: Transform - anchored: False - pos: 198.5,62.5 + pos: 200.5,51.5 parent: 1 - - uid: 41672 + - uid: 60848 components: - type: Transform - pos: 198.5,111.5 + pos: 200.5,37.5 parent: 1 - - uid: 41673 + - uid: 60849 components: - type: Transform - pos: 196.5,44.5 + pos: 200.5,40.5 parent: 1 - - uid: 41674 + - uid: 60850 components: - type: Transform - anchored: False - pos: 198.5,49.5 + pos: 200.5,36.5 parent: 1 - - uid: 41675 + - uid: 60851 components: - type: Transform - pos: 196.5,43.5 + pos: 200.5,39.5 parent: 1 - - uid: 41676 + - uid: 60852 components: - type: Transform - pos: 196.5,103.5 + pos: 200.5,42.5 parent: 1 - - uid: 41677 + - uid: 60853 components: - type: Transform - pos: 197.5,43.5 + pos: 200.5,35.5 parent: 1 - - uid: 41678 + - uid: 60854 components: - type: Transform - pos: 194.5,108.5 + pos: 200.5,48.5 parent: 1 - - uid: 41679 + - uid: 60855 components: - type: Transform - pos: 197.5,86.5 + pos: 200.5,47.5 parent: 1 - - uid: 41680 + - uid: 60856 components: - type: Transform - pos: 194.5,120.5 + pos: 199.5,36.5 parent: 1 - - uid: 41681 + - uid: 60857 components: - type: Transform - anchored: False - pos: 198.5,56.5 + pos: 200.5,41.5 parent: 1 - - uid: 41682 + - uid: 60858 components: - type: Transform - anchored: False - pos: 198.5,44.5 + pos: 200.5,34.5 parent: 1 - - uid: 41683 + - uid: 60859 components: - type: Transform - anchored: False - pos: 198.5,61.5 + pos: 183.5,-130.5 parent: 1 - - uid: 41684 + - uid: 60860 components: - type: Transform - pos: 195.5,120.5 + pos: 199.5,39.5 parent: 1 - - uid: 41685 + - uid: 60861 components: - type: Transform - anchored: False - pos: 198.5,43.5 + pos: 179.5,-101.5 parent: 1 - - uid: 41686 + - uid: 60862 components: - type: Transform - pos: 198.5,55.5 + pos: 179.5,-100.5 parent: 1 - - uid: 41687 + - uid: 60863 components: - type: Transform - anchored: False - pos: 198.5,59.5 + pos: 174.5,-101.5 parent: 1 - - uid: 41688 + - uid: 60864 components: - type: Transform - anchored: False - pos: 198.5,60.5 + pos: 187.5,-119.5 parent: 1 - - uid: 41689 + - uid: 60865 components: - type: Transform - pos: 195.5,106.5 + pos: 179.5,-102.5 parent: 1 - - uid: 41690 + - uid: 60866 components: - type: Transform - pos: 194.5,119.5 + pos: 175.5,-101.5 parent: 1 - - uid: 41691 + - uid: 60867 components: - type: Transform - anchored: False - pos: 198.5,46.5 + pos: 179.5,-103.5 parent: 1 - - uid: 41692 + - uid: 60868 components: - type: Transform - pos: 198.5,108.5 + pos: 178.5,-101.5 parent: 1 - - uid: 41693 + - uid: 60869 components: - type: Transform - pos: 198.5,113.5 + pos: 174.5,-102.5 parent: 1 - - uid: 41694 + - uid: 60870 components: - type: Transform - pos: 194.5,43.5 + pos: 175.5,-102.5 parent: 1 - - uid: 41695 + - uid: 60871 components: - type: Transform - pos: 197.5,61.5 + pos: 178.5,-102.5 parent: 1 - - uid: 41696 + - uid: 60872 components: - type: Transform - anchored: False - pos: 198.5,57.5 + pos: 178.5,-103.5 parent: 1 - - uid: 41697 + - uid: 60873 components: - type: Transform - pos: 198.5,107.5 + pos: 181.5,-131.5 parent: 1 - - uid: 41698 + - uid: 60874 components: - type: Transform - pos: 198.5,105.5 + pos: 180.5,-101.5 parent: 1 - - uid: 41699 + - uid: 60875 components: - type: Transform - pos: 198.5,106.5 + pos: 180.5,-100.5 parent: 1 - - uid: 41700 + - uid: 60876 components: - type: Transform - pos: 198.5,104.5 + pos: 181.5,-100.5 parent: 1 - - uid: 41701 + - uid: 60877 components: - type: Transform - pos: 198.5,103.5 + pos: 181.5,-99.5 parent: 1 - - uid: 41702 + - uid: 60878 components: - type: Transform - pos: 198.5,102.5 + pos: 180.5,-99.5 parent: 1 - - uid: 41703 + - uid: 60879 components: - type: Transform - pos: 198.5,101.5 + pos: 181.5,-98.5 parent: 1 - - uid: 41704 + - uid: 60880 components: - type: Transform - pos: 197.5,114.5 + pos: 182.5,-98.5 parent: 1 - - uid: 41705 + - uid: 60881 components: - type: Transform - pos: 197.5,113.5 + pos: 177.5,-102.5 parent: 1 - - uid: 41706 + - uid: 60882 components: - type: Transform - pos: 197.5,112.5 + pos: 176.5,-104.5 parent: 1 - - uid: 41707 + - uid: 60883 components: - type: Transform - pos: 197.5,111.5 + pos: 175.5,-105.5 parent: 1 - - uid: 41708 + - uid: 60884 components: - type: Transform - pos: 197.5,110.5 + pos: 176.5,-105.5 parent: 1 - - uid: 41709 + - uid: 60885 components: - type: Transform - pos: 197.5,109.5 + pos: 176.5,-106.5 parent: 1 - - uid: 41710 + - uid: 60886 components: - type: Transform - pos: 197.5,108.5 + pos: 177.5,-105.5 parent: 1 - - uid: 41711 + - uid: 60887 components: - type: Transform - pos: 197.5,107.5 + pos: 180.5,-102.5 parent: 1 - - uid: 41712 + - uid: 60888 components: - type: Transform - pos: 197.5,106.5 + pos: 174.5,-103.5 parent: 1 - - uid: 41713 + - uid: 60889 components: - type: Transform - pos: 197.5,105.5 + pos: 175.5,-106.5 parent: 1 - - uid: 41714 + - uid: 60890 components: - type: Transform - pos: 197.5,104.5 + pos: 173.5,-107.5 parent: 1 - - uid: 41715 + - uid: 60891 components: - type: Transform - pos: 197.5,103.5 + pos: 174.5,-107.5 parent: 1 - - uid: 41716 + - uid: 60892 components: - type: Transform - pos: 197.5,102.5 + pos: 174.5,-106.5 parent: 1 - - uid: 41717 + - uid: 60893 components: - type: Transform - pos: 197.5,101.5 + pos: 173.5,-108.5 parent: 1 - - uid: 41718 + - uid: 60894 components: - type: Transform - pos: 196.5,114.5 + pos: 176.5,-103.5 parent: 1 - - uid: 41719 + - uid: 60895 components: - type: Transform - pos: 196.5,113.5 + pos: 175.5,-103.5 parent: 1 - - uid: 41720 + - uid: 60896 components: - type: Transform - pos: 196.5,111.5 + pos: 171.5,-102.5 parent: 1 - - uid: 41721 + - uid: 60897 components: - type: Transform - pos: 196.5,109.5 + pos: 171.5,-103.5 parent: 1 - - uid: 41722 + - uid: 60898 components: - type: Transform - pos: 196.5,107.5 + pos: 170.5,-103.5 parent: 1 - - uid: 41723 + - uid: 60899 components: - type: Transform - pos: 196.5,108.5 + pos: 179.5,-107.5 parent: 1 - - uid: 41724 + - uid: 60900 components: - type: Transform - pos: 198.5,99.5 + pos: 176.5,-101.5 parent: 1 - - uid: 41725 + - uid: 60901 components: - type: Transform - pos: 196.5,100.5 + pos: 174.5,-100.5 parent: 1 - - uid: 41726 + - uid: 60902 components: - type: Transform - pos: 196.5,110.5 + pos: 173.5,-101.5 parent: 1 - - uid: 41727 + - uid: 60903 components: - type: Transform - pos: 196.5,112.5 + pos: 173.5,-100.5 parent: 1 - - uid: 41728 + - uid: 60904 components: - type: Transform - pos: 195.5,111.5 + pos: 173.5,-102.5 parent: 1 - - uid: 41729 + - uid: 60905 components: - type: Transform - pos: 195.5,110.5 + pos: 172.5,-102.5 parent: 1 - - uid: 41730 + - uid: 60906 components: - type: Transform - pos: 195.5,109.5 + pos: 179.5,-106.5 parent: 1 - - uid: 41731 + - uid: 60907 components: - type: Transform - pos: 194.5,109.5 + pos: 179.5,-105.5 parent: 1 - - uid: 41732 + - uid: 60908 components: - type: Transform - pos: 194.5,110.5 + pos: 180.5,-105.5 parent: 1 - - uid: 41733 + - uid: 60909 components: - type: Transform - pos: 195.5,108.5 + pos: 181.5,-104.5 parent: 1 - - uid: 41734 + - uid: 60910 components: - type: Transform - pos: 196.5,106.5 + pos: 182.5,-104.5 parent: 1 - - uid: 41735 + - uid: 60911 components: - type: Transform - pos: 196.5,104.5 + pos: 183.5,-103.5 parent: 1 - - uid: 41736 + - uid: 60912 components: - type: Transform - pos: 196.5,-2.5 + pos: 184.5,-103.5 parent: 1 - - uid: 41737 + - uid: 60913 components: - type: Transform - pos: 195.5,-2.5 + pos: 180.5,-103.5 parent: 1 - - uid: 41738 + - uid: 60914 components: - type: Transform - pos: 198.5,39.5 + pos: 179.5,-104.5 parent: 1 - - uid: 41739 + - uid: 60915 components: - type: Transform - pos: 198.5,40.5 + pos: 182.5,-103.5 parent: 1 - - uid: 41740 + - uid: 60916 components: - type: Transform - anchored: False - pos: 198.5,42.5 + pos: 180.5,-104.5 parent: 1 - - uid: 41741 + - uid: 60917 components: - type: Transform - pos: 198.5,41.5 + pos: 181.5,-103.5 parent: 1 - - uid: 41742 + - uid: 60918 components: - type: Transform - pos: 198.5,98.5 + pos: 176.5,-102.5 parent: 1 - - uid: 41743 + - uid: 60919 components: - type: Transform - pos: 196.5,102.5 + pos: 177.5,-101.5 parent: 1 - - uid: 41744 + - uid: 60920 components: - type: Transform - pos: 197.5,100.5 + pos: 181.5,-108.5 parent: 1 - - uid: 41745 + - uid: 60921 components: - type: Transform - pos: 197.5,97.5 + pos: 181.5,-109.5 parent: 1 - - uid: 41746 + - uid: 60922 components: - type: Transform - pos: 195.5,117.5 + pos: 184.5,-102.5 parent: 1 - - uid: 41747 + - uid: 60923 components: - type: Transform - pos: 195.5,116.5 + pos: 185.5,-102.5 parent: 1 - - uid: 41748 + - uid: 60924 components: - type: Transform - pos: 193.5,119.5 + pos: 186.5,-102.5 parent: 1 - - uid: 41749 + - uid: 60925 components: - type: Transform - pos: 191.5,118.5 + pos: 185.5,-101.5 parent: 1 - - uid: 41750 + - uid: 60926 components: - type: Transform - pos: 193.5,118.5 + pos: 180.5,-106.5 parent: 1 - - uid: 41751 + - uid: 60927 components: - type: Transform - pos: 193.5,117.5 + pos: 182.5,-109.5 parent: 1 - - uid: 41752 + - uid: 60928 components: - type: Transform - pos: 194.5,118.5 + pos: 181.5,-133.5 parent: 1 - - uid: 41753 + - uid: 60929 components: - type: Transform - pos: 194.5,117.5 + pos: 179.5,-129.5 parent: 1 - - uid: 41754 + - uid: 60930 components: - type: Transform - pos: 195.5,115.5 + pos: 188.5,-116.5 parent: 1 - - uid: 41755 + - uid: 60931 components: - type: Transform - pos: 197.5,44.5 + pos: 188.5,-117.5 parent: 1 - - uid: 41756 + - uid: 60932 components: - type: Transform - pos: 195.5,43.5 + pos: 189.5,-117.5 parent: 1 - - uid: 41757 + - uid: 60933 components: - type: Transform - pos: 193.5,108.5 + pos: 189.5,-118.5 parent: 1 - - uid: 41758 + - uid: 60934 components: - type: Transform - pos: 193.5,109.5 + pos: 188.5,-118.5 parent: 1 - - uid: 41759 + - uid: 60935 components: - type: Transform - pos: 192.5,109.5 + pos: 187.5,-118.5 parent: 1 - - uid: 41760 + - uid: 60936 components: - type: Transform - pos: 191.5,109.5 + pos: 31.5,72.5 parent: 1 - - uid: 41761 + - uid: 60937 components: - type: Transform - pos: 193.5,110.5 + pos: 199.5,34.5 parent: 1 - - uid: 41762 + - uid: 60938 components: - type: Transform - pos: 192.5,108.5 + pos: 199.5,35.5 parent: 1 - - uid: 41763 + - uid: 60939 components: - type: Transform - pos: 195.5,107.5 + pos: 200.5,43.5 parent: 1 - - uid: 41764 + - uid: 60940 components: - type: Transform - pos: 193.5,107.5 + pos: 199.5,62.5 parent: 1 - - uid: 41765 + - uid: 60941 components: - type: Transform - pos: 197.5,22.5 + pos: 199.5,61.5 parent: 1 - - uid: 41766 + - uid: 60942 components: - type: Transform - pos: 198.5,97.5 + pos: 198.5,-3.5 parent: 1 - - uid: 41767 + - uid: 60943 components: - type: Transform - pos: 198.5,96.5 + pos: 195.5,171.5 parent: 1 - - uid: 41768 + - uid: 60944 components: - type: Transform - pos: 198.5,95.5 + pos: 217.5,175.5 parent: 1 - - uid: 41769 + - uid: 60945 components: - type: Transform - pos: 198.5,94.5 + pos: 196.5,170.5 parent: 1 - - uid: 41770 + - uid: 60946 components: - type: Transform - pos: 198.5,93.5 + pos: 194.5,174.5 parent: 1 - - uid: 41771 + - uid: 60947 components: - type: Transform - pos: 198.5,92.5 + pos: 194.5,171.5 parent: 1 - - uid: 41772 + - uid: 60948 components: - type: Transform - pos: 198.5,91.5 + pos: 192.5,173.5 parent: 1 - - uid: 41773 + - uid: 60949 components: - type: Transform - pos: 198.5,90.5 + pos: 195.5,174.5 parent: 1 - - uid: 41774 + - uid: 60950 components: - type: Transform - pos: 198.5,89.5 + pos: 200.5,199.5 parent: 1 - - uid: 41775 + - uid: 60951 components: - type: Transform - pos: 198.5,88.5 + pos: 196.5,171.5 parent: 1 - - uid: 41776 + - uid: 60952 components: - type: Transform - pos: 198.5,87.5 + pos: 197.5,170.5 parent: 1 - - uid: 41777 + - uid: 60953 components: - type: Transform - pos: 198.5,86.5 + pos: 196.5,172.5 parent: 1 - - uid: 41778 + - uid: 60954 components: - type: Transform - pos: 198.5,85.5 + pos: 196.5,174.5 parent: 1 - - uid: 41779 + - uid: 60955 components: - type: Transform - pos: 198.5,84.5 + pos: 197.5,175.5 parent: 1 - - uid: 41780 + - uid: 60956 components: - type: Transform - pos: 198.5,83.5 + pos: 197.5,176.5 parent: 1 - - uid: 41781 + - uid: 60957 components: - type: Transform - pos: 198.5,82.5 + pos: 201.5,173.5 parent: 1 - - uid: 41782 + - uid: 60958 components: - type: Transform - pos: 198.5,81.5 + pos: 200.5,172.5 parent: 1 - - uid: 41783 + - uid: 60959 components: - type: Transform - pos: 198.5,80.5 + pos: 217.5,174.5 parent: 1 - - uid: 41784 + - uid: 60960 components: - type: Transform - pos: 198.5,79.5 + pos: 203.5,187.5 parent: 1 - - uid: 41785 + - uid: 60961 components: - type: Transform - pos: 198.5,78.5 + pos: 217.5,181.5 parent: 1 - - uid: 41786 + - uid: 60962 components: - type: Transform - pos: 198.5,77.5 + pos: 215.5,198.5 parent: 1 - - uid: 41787 + - uid: 60963 components: - type: Transform - pos: 198.5,76.5 + pos: 203.5,193.5 parent: 1 - - uid: 41788 + - uid: 60964 components: - type: Transform - pos: 198.5,75.5 + pos: 203.5,192.5 parent: 1 - - uid: 41789 + - uid: 60965 components: - type: Transform - pos: 198.5,74.5 + pos: 203.5,191.5 parent: 1 - - uid: 41790 + - uid: 60966 components: - type: Transform - pos: 197.5,99.5 + pos: 203.5,190.5 parent: 1 - - uid: 41791 + - uid: 60967 components: - type: Transform - pos: 197.5,98.5 + pos: 203.5,189.5 parent: 1 - - uid: 41792 + - uid: 60968 components: - type: Transform - pos: 197.5,96.5 + pos: 215.5,199.5 parent: 1 - - uid: 41793 + - uid: 60969 components: - type: Transform - pos: 197.5,95.5 + pos: 202.5,192.5 parent: 1 - - uid: 41794 + - uid: 60970 components: - type: Transform - pos: 198.5,31.5 + pos: 202.5,195.5 parent: 1 - - uid: 41795 + - uid: 60971 components: - type: Transform - pos: 197.5,93.5 + pos: 196.5,105.5 parent: 1 - - uid: 41796 + - uid: 60972 components: - type: Transform - pos: 198.5,28.5 + anchored: False + pos: 198.5,50.5 parent: 1 - - uid: 41797 + - uid: 60973 components: - type: Transform - pos: 198.5,30.5 + pos: 195.5,173.5 parent: 1 - - uid: 41798 + - uid: 60974 components: - type: Transform - pos: 198.5,29.5 + pos: 196.5,42.5 parent: 1 - - uid: 41799 + - uid: 60975 components: - type: Transform - pos: 197.5,88.5 + pos: 199.5,173.5 parent: 1 - - uid: 41800 + - uid: 60976 components: - type: Transform - pos: 196.5,86.5 + pos: 201.5,198.5 parent: 1 - - uid: 41801 + - uid: 60977 components: - type: Transform - pos: 197.5,87.5 + pos: 203.5,199.5 parent: 1 - - uid: 41802 + - uid: 60978 components: - type: Transform - pos: 196.5,85.5 + pos: 202.5,197.5 parent: 1 - - uid: 41803 + - uid: 60979 components: - type: Transform - pos: 197.5,85.5 + pos: 215.5,196.5 parent: 1 - - uid: 41804 + - uid: 60980 components: - type: Transform - pos: 197.5,84.5 + pos: 214.5,199.5 parent: 1 - - uid: 41805 + - uid: 60981 components: - type: Transform - pos: 197.5,83.5 + pos: 214.5,198.5 parent: 1 - - uid: 41806 + - uid: 60982 components: - type: Transform - pos: 197.5,82.5 + pos: 214.5,197.5 parent: 1 - - uid: 41807 + - uid: 60983 components: - type: Transform - pos: 197.5,81.5 + pos: 214.5,196.5 parent: 1 - - uid: 41808 + - uid: 60984 components: - type: Transform - pos: 197.5,80.5 + pos: 213.5,199.5 parent: 1 - - uid: 41809 + - uid: 60985 components: - type: Transform - pos: 197.5,79.5 + pos: 213.5,198.5 parent: 1 - - uid: 41810 + - uid: 60986 components: - type: Transform - pos: 197.5,78.5 + pos: 211.5,198.5 parent: 1 - - uid: 41811 + - uid: 60987 components: - type: Transform - pos: 197.5,77.5 + pos: 211.5,197.5 parent: 1 - - uid: 41812 + - uid: 60988 components: - type: Transform - pos: 197.5,76.5 + pos: 211.5,196.5 parent: 1 - - uid: 41813 + - uid: 60989 components: - type: Transform - pos: 197.5,75.5 + pos: 210.5,199.5 parent: 1 - - uid: 41814 + - uid: 60990 components: - type: Transform - pos: 197.5,74.5 + pos: 210.5,198.5 parent: 1 - - uid: 41815 + - uid: 60991 components: - type: Transform - pos: 198.5,73.5 + pos: 210.5,197.5 parent: 1 - - uid: 41816 + - uid: 60992 components: - type: Transform - pos: 197.5,73.5 + pos: 210.5,196.5 parent: 1 - - uid: 41817 + - uid: 60993 components: - type: Transform - pos: 198.5,72.5 + pos: 209.5,198.5 parent: 1 - - uid: 41818 + - uid: 60994 components: - type: Transform - pos: 198.5,38.5 + pos: 209.5,197.5 parent: 1 - - uid: 41819 + - uid: 60995 components: - type: Transform - pos: 198.5,35.5 + pos: 209.5,196.5 parent: 1 - - uid: 41820 + - uid: 60996 components: - type: Transform - pos: 198.5,37.5 + pos: 208.5,197.5 parent: 1 - - uid: 41821 + - uid: 60997 components: - type: Transform - pos: 196.5,81.5 + pos: 208.5,196.5 parent: 1 - - uid: 41822 + - uid: 60998 components: - type: Transform - pos: 196.5,84.5 + pos: 207.5,198.5 parent: 1 - - uid: 41823 + - uid: 60999 components: - type: Transform - pos: 198.5,34.5 + pos: 207.5,197.5 parent: 1 - - uid: 41824 + - uid: 61000 components: - type: Transform - pos: 198.5,33.5 + pos: 207.5,196.5 parent: 1 - - uid: 41825 + - uid: 61001 components: - type: Transform - pos: 198.5,32.5 + pos: 206.5,199.5 parent: 1 - - uid: 41826 + - uid: 61002 components: - type: Transform - pos: 198.5,24.5 + pos: 206.5,197.5 parent: 1 - - uid: 41827 + - uid: 61003 components: - type: Transform - pos: 198.5,26.5 + pos: 206.5,196.5 parent: 1 - - uid: 41828 + - uid: 61004 components: - type: Transform - pos: 196.5,99.5 + pos: 205.5,196.5 parent: 1 - - uid: 41829 + - uid: 61005 components: - type: Transform - pos: 198.5,27.5 + pos: 205.5,198.5 parent: 1 - - uid: 41830 + - uid: 61006 components: - type: Transform - pos: 196.5,96.5 + pos: 204.5,198.5 parent: 1 - - uid: 41831 + - uid: 61007 components: - type: Transform - pos: 196.5,97.5 + pos: 204.5,199.5 parent: 1 - - uid: 41832 + - uid: 61008 components: - type: Transform - pos: 196.5,98.5 + pos: 205.5,199.5 parent: 1 - - uid: 41833 + - uid: 61009 components: - type: Transform - pos: 198.5,21.5 + pos: 203.5,198.5 parent: 1 - - uid: 41834 + - uid: 61010 components: - type: Transform - pos: 198.5,22.5 + pos: 201.5,197.5 parent: 1 - - uid: 41835 + - uid: 61011 components: - type: Transform - pos: 198.5,23.5 + pos: 201.5,196.5 parent: 1 - - uid: 41836 + - uid: 61012 components: - type: Transform - pos: 198.5,25.5 + pos: 202.5,196.5 parent: 1 - - uid: 41837 + - uid: 61013 components: - type: Transform - pos: 198.5,36.5 + pos: 204.5,176.5 parent: 1 - - uid: 41838 + - uid: 61014 components: - type: Transform - pos: 197.5,89.5 + pos: 202.5,191.5 parent: 1 - - uid: 41839 + - uid: 61015 components: - type: Transform - pos: 198.5,20.5 + pos: 202.5,188.5 parent: 1 - - uid: 41840 + - uid: 61016 components: - type: Transform - pos: 195.5,97.5 + pos: 202.5,187.5 parent: 1 - - uid: 41841 + - uid: 61017 components: - type: Transform - pos: 195.5,99.5 + pos: 202.5,185.5 parent: 1 - - uid: 41842 + - uid: 61018 components: - type: Transform - pos: 197.5,10.5 + anchored: False + pos: 198.5,45.5 parent: 1 - - uid: 41843 + - uid: 61019 components: - type: Transform - pos: 195.5,104.5 + pos: 201.5,195.5 parent: 1 - - uid: 41844 + - uid: 61020 components: - type: Transform - pos: 195.5,105.5 + pos: 201.5,194.5 parent: 1 - - uid: 41845 + - uid: 61021 components: - type: Transform - pos: 195.5,103.5 + pos: 201.5,191.5 parent: 1 - - uid: 41846 + - uid: 61022 components: - type: Transform - pos: 198.5,19.5 + pos: 201.5,185.5 parent: 1 - - uid: 41847 + - uid: 61023 components: - type: Transform - pos: 198.5,18.5 + pos: 201.5,184.5 parent: 1 - - uid: 41848 + - uid: 61024 components: - type: Transform - pos: 198.5,17.5 + pos: 201.5,183.5 parent: 1 - - uid: 41849 + - uid: 61025 components: - type: Transform - pos: 198.5,16.5 + pos: 201.5,182.5 parent: 1 - - uid: 41850 + - uid: 61026 components: - type: Transform - pos: 198.5,15.5 + pos: 201.5,181.5 parent: 1 - - uid: 41851 + - uid: 61027 components: - type: Transform - pos: 198.5,14.5 + pos: 201.5,178.5 parent: 1 - - uid: 41852 + - uid: 61028 components: - type: Transform - pos: 198.5,13.5 + pos: 201.5,177.5 parent: 1 - - uid: 41853 + - uid: 61029 components: - type: Transform - pos: 198.5,12.5 + pos: 200.5,195.5 parent: 1 - - uid: 41854 + - uid: 61030 components: - type: Transform - pos: 198.5,11.5 + pos: 200.5,194.5 parent: 1 - - uid: 41855 + - uid: 61031 components: - type: Transform - pos: 198.5,10.5 + pos: 200.5,186.5 parent: 1 - - uid: 41856 + - uid: 61032 components: - type: Transform - pos: 198.5,9.5 + pos: 200.5,185.5 parent: 1 - - uid: 41857 + - uid: 61033 components: - type: Transform - pos: 198.5,8.5 + pos: 200.5,181.5 parent: 1 - - uid: 41858 + - uid: 61034 components: - type: Transform - pos: 198.5,7.5 + pos: 200.5,180.5 parent: 1 - - uid: 41859 + - uid: 61035 components: - type: Transform - pos: 198.5,6.5 + pos: 200.5,179.5 parent: 1 - - uid: 41860 + - uid: 61036 components: - type: Transform - pos: 198.5,5.5 + pos: 200.5,178.5 parent: 1 - - uid: 41861 + - uid: 61037 components: - type: Transform - pos: 198.5,4.5 + pos: 203.5,181.5 parent: 1 - - uid: 41862 + - uid: 61038 components: - type: Transform - pos: 198.5,3.5 + pos: 203.5,180.5 parent: 1 - - uid: 41863 + - uid: 61039 components: - type: Transform - pos: 198.5,2.5 + pos: 200.5,198.5 parent: 1 - - uid: 41864 + - uid: 61040 components: - type: Transform - pos: 198.5,1.5 + pos: 203.5,174.5 parent: 1 - - uid: 41865 + - uid: 61041 components: - type: Transform - pos: 198.5,0.5 + pos: 203.5,172.5 parent: 1 - - uid: 41866 + - uid: 61042 components: - type: Transform - pos: 198.5,-0.5 + pos: 203.5,167.5 parent: 1 - - uid: 41867 + - uid: 61043 components: - type: Transform - pos: 198.5,-1.5 + pos: 203.5,166.5 parent: 1 - - uid: 41868 + - uid: 61044 components: - type: Transform - pos: 198.5,-2.5 + pos: 203.5,165.5 parent: 1 - - uid: 41869 + - uid: 61045 components: - type: Transform - pos: 197.5,59.5 + pos: 203.5,164.5 parent: 1 - - uid: 41870 + - uid: 61046 components: - type: Transform - pos: 197.5,60.5 + pos: 202.5,176.5 parent: 1 - - uid: 41871 + - uid: 61047 components: - type: Transform - pos: 196.5,61.5 + pos: 202.5,173.5 parent: 1 - - uid: 41872 + - uid: 61048 components: - type: Transform - pos: 195.5,60.5 + pos: 202.5,169.5 parent: 1 - - uid: 41873 + - uid: 61049 components: - type: Transform - pos: 195.5,61.5 + pos: 202.5,168.5 parent: 1 - - uid: 41874 + - uid: 61050 components: - type: Transform - pos: 197.5,62.5 + pos: 202.5,167.5 parent: 1 - - uid: 41875 + - uid: 61051 components: - type: Transform - pos: 194.5,60.5 + pos: 202.5,165.5 parent: 1 - - uid: 41876 + - uid: 61052 components: - type: Transform - pos: 196.5,60.5 + pos: 202.5,164.5 parent: 1 - - uid: 41877 + - uid: 61053 components: - type: Transform - pos: 196.5,59.5 + pos: 204.5,174.5 parent: 1 - - uid: 41878 + - uid: 61054 components: - type: Transform - pos: 197.5,58.5 + pos: 204.5,172.5 parent: 1 - - uid: 41879 + - uid: 61055 components: - type: Transform - pos: 197.5,57.5 + pos: 204.5,173.5 parent: 1 - - uid: 41880 + - uid: 61056 components: - type: Transform - pos: 197.5,42.5 + pos: 201.5,168.5 parent: 1 - - uid: 41881 + - uid: 61057 components: - type: Transform - pos: 198.5,46.5 + pos: 201.5,169.5 parent: 1 - - uid: 41882 + - uid: 61058 components: - type: Transform - pos: 197.5,46.5 + pos: 200.5,168.5 parent: 1 - - uid: 41883 + - uid: 61059 components: - type: Transform - pos: 196.5,45.5 + pos: 200.5,169.5 parent: 1 - - uid: 41884 + - uid: 61060 components: - type: Transform - pos: 195.5,45.5 + pos: 200.5,170.5 parent: 1 - - uid: 41885 + - uid: 61061 components: - type: Transform - pos: 193.5,43.5 + pos: 200.5,171.5 parent: 1 - - uid: 41886 + - uid: 61062 components: - type: Transform - pos: 194.5,44.5 + pos: 200.5,174.5 parent: 1 - - uid: 41887 + - uid: 61063 components: - type: Transform - pos: 197.5,24.5 + pos: 211.5,181.5 parent: 1 - - uid: 41888 + - uid: 61064 components: - type: Transform - pos: 197.5,23.5 + pos: 204.5,171.5 parent: 1 - - uid: 41889 + - uid: 61065 components: - type: Transform - pos: 197.5,25.5 + pos: 193.5,120.5 parent: 1 - - uid: 41890 + - uid: 61066 components: - type: Transform - pos: 197.5,33.5 + pos: 204.5,164.5 parent: 1 - - uid: 41891 + - uid: 61067 components: - type: Transform - pos: 197.5,34.5 + pos: 204.5,163.5 parent: 1 - - uid: 41892 + - uid: 61068 components: - type: Transform - pos: 196.5,11.5 + pos: 205.5,174.5 parent: 1 - - uid: 41893 + - uid: 61069 components: - type: Transform - pos: 195.5,12.5 + pos: 205.5,173.5 parent: 1 - - uid: 41894 + - uid: 61070 components: - type: Transform - pos: 194.5,12.5 + pos: 205.5,172.5 parent: 1 - - uid: 41895 + - uid: 61071 components: - type: Transform - pos: 194.5,11.5 + pos: 205.5,171.5 parent: 1 - - uid: 41896 + - uid: 61072 components: - type: Transform - pos: 195.5,10.5 + pos: 205.5,166.5 parent: 1 - - uid: 41897 + - uid: 61073 components: - type: Transform - pos: 196.5,10.5 + pos: 205.5,165.5 parent: 1 - - uid: 41898 + - uid: 61074 components: - type: Transform - pos: 196.5,9.5 + pos: 205.5,164.5 parent: 1 - - uid: 41899 + - uid: 61075 components: - type: Transform - pos: 196.5,8.5 + pos: 205.5,163.5 parent: 1 - - uid: 41900 + - uid: 61076 components: - type: Transform - pos: 197.5,7.5 + pos: 206.5,173.5 parent: 1 - - uid: 41901 + - uid: 61077 components: - type: Transform - pos: 197.5,9.5 + pos: 206.5,172.5 parent: 1 - - uid: 41902 + - uid: 61078 components: - type: Transform - pos: 197.5,8.5 + pos: 198.5,109.5 parent: 1 - - uid: 41903 + - uid: 61079 components: - type: Transform - pos: 195.5,9.5 + pos: 206.5,164.5 parent: 1 - - uid: 41904 + - uid: 61080 components: - type: Transform - pos: 194.5,10.5 + pos: 206.5,163.5 parent: 1 - - uid: 41905 + - uid: 61081 components: - type: Transform - pos: 197.5,6.5 + pos: 200.5,173.5 parent: 1 - - uid: 41906 + - uid: 61082 components: - type: Transform - pos: 197.5,16.5 + pos: 201.5,172.5 parent: 1 - - uid: 41907 + - uid: 61083 components: - type: Transform - pos: 194.5,6.5 + pos: 201.5,174.5 parent: 1 - - uid: 41908 + - uid: 61084 components: - type: Transform - pos: 193.5,7.5 + pos: 204.5,179.5 parent: 1 - - uid: 41909 + - uid: 61085 components: - type: Transform - pos: 194.5,5.5 + pos: 204.5,180.5 parent: 1 - - uid: 41910 + - uid: 61086 components: - type: Transform - pos: 193.5,5.5 + pos: 204.5,181.5 parent: 1 - - uid: 41911 + - uid: 61087 components: - type: Transform - pos: 193.5,6.5 + pos: 204.5,182.5 parent: 1 - - uid: 41912 + - uid: 61088 components: - type: Transform - pos: 195.5,4.5 + pos: 204.5,183.5 parent: 1 - - uid: 41913 + - uid: 61089 components: - type: Transform - pos: 193.5,4.5 + pos: 204.5,188.5 parent: 1 - - uid: 41914 + - uid: 61090 components: - type: Transform - pos: 192.5,5.5 + pos: 204.5,189.5 parent: 1 - - uid: 41915 + - uid: 61091 components: - type: Transform - pos: 197.5,15.5 + pos: 204.5,190.5 parent: 1 - - uid: 41916 + - uid: 61092 components: - type: Transform - pos: 197.5,17.5 + pos: 205.5,175.5 parent: 1 - - uid: 41917 + - uid: 61093 components: - type: Transform - pos: 195.5,-3.5 + pos: 205.5,177.5 parent: 1 - - uid: 41918 + - uid: 61094 components: - type: Transform - pos: 196.5,-3.5 + pos: 205.5,179.5 parent: 1 - - uid: 41919 + - uid: 61095 components: - type: Transform - pos: 194.5,-3.5 + pos: 205.5,183.5 parent: 1 - - uid: 41920 + - uid: 61096 components: - type: Transform - pos: 194.5,-4.5 + pos: 205.5,184.5 parent: 1 - - uid: 41921 + - uid: 61097 components: - type: Transform - pos: 195.5,-5.5 + pos: 205.5,185.5 parent: 1 - - uid: 41922 + - uid: 61098 components: - type: Transform - pos: 196.5,-5.5 + anchored: False + pos: 198.5,47.5 parent: 1 - - uid: 41923 + - uid: 61099 components: - type: Transform - pos: 206.5,66.5 + pos: 205.5,190.5 parent: 1 - - uid: 41924 + - uid: 61100 components: - type: Transform - pos: 200.5,33.5 + pos: 206.5,175.5 parent: 1 - - uid: 41925 + - uid: 61101 components: - type: Transform - pos: 200.5,32.5 + pos: 206.5,179.5 parent: 1 - - uid: 41926 + - uid: 61102 components: - type: Transform - pos: 201.5,62.5 + pos: 206.5,183.5 parent: 1 - - uid: 41927 + - uid: 61103 components: - type: Transform - pos: 200.5,60.5 + pos: 206.5,185.5 parent: 1 - - uid: 41928 + - uid: 61104 components: - type: Transform - pos: 200.5,29.5 + pos: 206.5,186.5 parent: 1 - - uid: 41929 + - uid: 61105 components: - type: Transform - pos: 200.5,28.5 + pos: 199.5,172.5 parent: 1 - - uid: 41930 + - uid: 61106 components: - type: Transform - pos: 200.5,27.5 + pos: 207.5,166.5 parent: 1 - - uid: 41931 + - uid: 61107 components: - type: Transform - pos: 200.5,25.5 + pos: 207.5,167.5 parent: 1 - - uid: 41932 + - uid: 61108 components: - type: Transform - pos: 200.5,26.5 + pos: 207.5,172.5 parent: 1 - - uid: 41933 + - uid: 61109 components: - type: Transform - pos: 200.5,24.5 + pos: 207.5,173.5 parent: 1 - - uid: 41934 + - uid: 61110 components: - type: Transform - pos: 201.5,59.5 + pos: 207.5,179.5 parent: 1 - - uid: 41935 + - uid: 61111 components: - type: Transform - pos: 200.5,23.5 + pos: 207.5,180.5 parent: 1 - - uid: 41936 + - uid: 61112 components: - type: Transform - pos: 201.5,58.5 + pos: 207.5,181.5 parent: 1 - - uid: 41937 + - uid: 61113 components: - type: Transform - pos: 201.5,57.5 + pos: 207.5,183.5 parent: 1 - - uid: 41938 + - uid: 61114 components: - type: Transform - pos: 201.5,56.5 + pos: 207.5,184.5 parent: 1 - - uid: 41939 + - uid: 61115 components: - type: Transform - pos: 201.5,55.5 + pos: 207.5,185.5 parent: 1 - - uid: 41940 + - uid: 61116 components: - type: Transform - pos: 201.5,53.5 + pos: 207.5,186.5 parent: 1 - - uid: 41941 + - uid: 61117 components: - type: Transform - pos: 201.5,54.5 + pos: 207.5,187.5 parent: 1 - - uid: 41942 + - uid: 61118 components: - type: Transform - pos: 201.5,52.5 + pos: 208.5,163.5 parent: 1 - - uid: 41943 + - uid: 61119 components: - type: Transform - pos: 201.5,50.5 + pos: 208.5,165.5 parent: 1 - - uid: 41944 + - uid: 61120 components: - type: Transform - pos: 201.5,51.5 + pos: 208.5,166.5 parent: 1 - - uid: 41945 + - uid: 61121 components: - type: Transform - pos: 201.5,49.5 + pos: 208.5,167.5 parent: 1 - - uid: 41946 + - uid: 61122 components: - type: Transform - pos: 201.5,48.5 + pos: 208.5,168.5 parent: 1 - - uid: 41947 + - uid: 61123 components: - type: Transform - pos: 201.5,47.5 + pos: 208.5,169.5 parent: 1 - - uid: 41948 + - uid: 61124 components: - type: Transform - pos: 201.5,46.5 + pos: 208.5,170.5 parent: 1 - - uid: 41949 + - uid: 61125 components: - type: Transform - pos: 201.5,44.5 + pos: 208.5,172.5 parent: 1 - - uid: 41950 + - uid: 61126 components: - type: Transform - pos: 201.5,45.5 + pos: 208.5,173.5 parent: 1 - - uid: 41951 + - uid: 61127 components: - type: Transform - pos: 201.5,43.5 + pos: 208.5,176.5 parent: 1 - - uid: 41952 + - uid: 61128 components: - type: Transform - pos: 201.5,42.5 + pos: 208.5,177.5 parent: 1 - - uid: 41953 + - uid: 61129 components: - type: Transform - pos: 201.5,41.5 + pos: 208.5,180.5 parent: 1 - - uid: 41954 + - uid: 61130 components: - type: Transform - pos: 201.5,40.5 + pos: 208.5,181.5 parent: 1 - - uid: 41955 + - uid: 61131 components: - type: Transform - pos: 201.5,39.5 + pos: 208.5,186.5 parent: 1 - - uid: 41956 + - uid: 61132 components: - type: Transform - pos: 201.5,38.5 + pos: 208.5,187.5 parent: 1 - - uid: 41957 + - uid: 61133 components: - type: Transform - pos: 201.5,37.5 + pos: 208.5,192.5 parent: 1 - - uid: 41958 + - uid: 61134 components: - type: Transform - pos: 201.5,36.5 + pos: 208.5,195.5 parent: 1 - - uid: 41959 + - uid: 61135 components: - type: Transform - pos: 201.5,35.5 + pos: 209.5,163.5 parent: 1 - - uid: 41960 + - uid: 61136 components: - type: Transform - pos: 201.5,34.5 + pos: 209.5,166.5 parent: 1 - - uid: 41961 + - uid: 61137 components: - type: Transform - pos: 201.5,33.5 + pos: 209.5,170.5 parent: 1 - - uid: 41962 + - uid: 61138 components: - type: Transform - pos: 201.5,32.5 + pos: 209.5,171.5 parent: 1 - - uid: 41963 + - uid: 61139 components: - type: Transform - pos: 201.5,31.5 + pos: 209.5,172.5 parent: 1 - - uid: 41964 + - uid: 61140 components: - type: Transform - pos: 201.5,30.5 + pos: 209.5,173.5 parent: 1 - - uid: 41965 + - uid: 61141 components: - type: Transform - pos: 201.5,29.5 + pos: 209.5,174.5 parent: 1 - - uid: 41966 + - uid: 61142 components: - type: Transform - pos: 201.5,28.5 + pos: 209.5,175.5 parent: 1 - - uid: 41967 + - uid: 61143 components: - type: Transform - pos: 201.5,27.5 + pos: 209.5,176.5 parent: 1 - - uid: 41968 + - uid: 61144 components: - type: Transform - pos: 201.5,26.5 + pos: 209.5,177.5 parent: 1 - - uid: 41969 + - uid: 61145 components: - type: Transform - pos: 201.5,25.5 + pos: 209.5,180.5 parent: 1 - - uid: 41970 + - uid: 61146 components: - type: Transform - pos: 201.5,24.5 + pos: 209.5,181.5 parent: 1 - - uid: 41971 + - uid: 61147 components: - type: Transform - pos: 201.5,23.5 + pos: 209.5,186.5 parent: 1 - - uid: 41972 + - uid: 61148 components: - type: Transform - pos: 199.5,33.5 + pos: 209.5,187.5 parent: 1 - - uid: 41973 + - uid: 61149 components: - type: Transform - pos: 199.5,32.5 + pos: 209.5,190.5 parent: 1 - - uid: 41974 + - uid: 61150 components: - type: Transform - pos: 199.5,31.5 + pos: 209.5,191.5 parent: 1 - - uid: 41975 + - uid: 61151 components: - type: Transform - pos: 199.5,30.5 + pos: 209.5,194.5 parent: 1 - - uid: 41976 + - uid: 61152 components: - type: Transform - pos: 199.5,29.5 + pos: 209.5,195.5 parent: 1 - - uid: 41977 + - uid: 61153 components: - type: Transform - pos: 199.5,28.5 + pos: 210.5,163.5 parent: 1 - - uid: 41978 + - uid: 61154 components: - type: Transform - pos: 199.5,27.5 + pos: 210.5,164.5 parent: 1 - - uid: 41979 + - uid: 61155 components: - type: Transform - pos: 199.5,26.5 + pos: 210.5,167.5 parent: 1 - - uid: 41980 + - uid: 61156 components: - type: Transform - pos: 199.5,25.5 + pos: 210.5,168.5 parent: 1 - - uid: 41981 + - uid: 61157 components: - type: Transform - pos: 199.5,24.5 + pos: 210.5,170.5 parent: 1 - - uid: 41982 + - uid: 61158 components: - type: Transform - pos: 199.5,23.5 + pos: 210.5,171.5 parent: 1 - - uid: 41983 + - uid: 61159 components: - type: Transform - pos: 199.5,22.5 + pos: 210.5,174.5 parent: 1 - - uid: 41984 + - uid: 61160 components: - type: Transform - pos: 199.5,21.5 + pos: 210.5,175.5 parent: 1 - - uid: 41985 + - uid: 61161 components: - type: Transform - pos: 199.5,20.5 + pos: 210.5,176.5 parent: 1 - - uid: 41986 + - uid: 61162 components: - type: Transform - pos: 199.5,19.5 + pos: 210.5,179.5 parent: 1 - - uid: 41987 + - uid: 61163 components: - type: Transform - pos: 199.5,18.5 + pos: 210.5,180.5 parent: 1 - - uid: 41988 + - uid: 61164 components: - type: Transform - pos: 199.5,17.5 + pos: 210.5,187.5 parent: 1 - - uid: 41989 + - uid: 61165 components: - type: Transform - pos: 199.5,16.5 + pos: 210.5,190.5 parent: 1 - - uid: 41990 + - uid: 61166 components: - type: Transform - pos: 199.5,15.5 + pos: 210.5,191.5 parent: 1 - - uid: 41991 + - uid: 61167 components: - type: Transform - pos: 199.5,14.5 + pos: 211.5,164.5 parent: 1 - - uid: 41992 + - uid: 61168 components: - type: Transform - pos: 199.5,13.5 + pos: 211.5,168.5 parent: 1 - - uid: 41993 + - uid: 61169 components: - type: Transform - pos: 199.5,12.5 + pos: 211.5,169.5 parent: 1 - - uid: 41994 + - uid: 61170 components: - type: Transform - pos: 199.5,11.5 + pos: 211.5,170.5 parent: 1 - - uid: 41995 + - uid: 61171 components: - type: Transform - pos: 199.5,10.5 + pos: 211.5,171.5 parent: 1 - - uid: 41996 + - uid: 61172 components: - type: Transform - pos: 199.5,9.5 + pos: 211.5,173.5 parent: 1 - - uid: 41997 + - uid: 61173 components: - type: Transform - pos: 199.5,8.5 + pos: 211.5,174.5 parent: 1 - - uid: 41998 + - uid: 61174 components: - type: Transform - pos: 199.5,7.5 + pos: 211.5,175.5 parent: 1 - - uid: 41999 + - uid: 61175 components: - type: Transform - pos: 199.5,6.5 + pos: 211.5,176.5 parent: 1 - - uid: 42000 + - uid: 61176 components: - type: Transform - pos: 199.5,5.5 + pos: 211.5,177.5 parent: 1 - - uid: 42001 + - uid: 61177 components: - type: Transform - pos: 199.5,4.5 + pos: 211.5,179.5 parent: 1 - - uid: 42002 + - uid: 61178 components: - type: Transform - pos: 199.5,3.5 + pos: 211.5,180.5 parent: 1 - - uid: 42003 + - uid: 61179 components: - type: Transform - pos: 199.5,2.5 + pos: 211.5,188.5 parent: 1 - - uid: 42004 + - uid: 61180 components: - type: Transform - pos: 199.5,1.5 + pos: 211.5,191.5 parent: 1 - - uid: 42005 + - uid: 61181 components: - type: Transform - pos: 199.5,0.5 + pos: 211.5,194.5 parent: 1 - - uid: 42006 + - uid: 61182 components: - type: Transform - pos: 199.5,-0.5 + pos: 211.5,195.5 parent: 1 - - uid: 42007 + - uid: 61183 components: - type: Transform - pos: 199.5,-1.5 + pos: 212.5,165.5 parent: 1 - - uid: 42008 + - uid: 61184 components: - type: Transform - pos: 199.5,-2.5 + pos: 212.5,166.5 parent: 1 - - uid: 42009 + - uid: 61185 components: - type: Transform - pos: 200.5,22.5 + pos: 212.5,171.5 parent: 1 - - uid: 42010 + - uid: 61186 components: - type: Transform - pos: 200.5,21.5 + pos: 212.5,177.5 parent: 1 - - uid: 42011 + - uid: 61187 components: - type: Transform - pos: 200.5,20.5 + pos: 212.5,188.5 parent: 1 - - uid: 42012 + - uid: 61188 components: - type: Transform - pos: 200.5,19.5 + pos: 212.5,191.5 parent: 1 - - uid: 42013 + - uid: 61189 components: - type: Transform - pos: 200.5,18.5 + pos: 212.5,192.5 parent: 1 - - uid: 42014 + - uid: 61190 components: - type: Transform - pos: 200.5,17.5 + pos: 212.5,193.5 parent: 1 - - uid: 42015 + - uid: 61191 components: - type: Transform - pos: 200.5,16.5 + pos: 212.5,194.5 parent: 1 - - uid: 42016 + - uid: 61192 components: - type: Transform - pos: 200.5,15.5 + pos: 212.5,195.5 parent: 1 - - uid: 42017 + - uid: 61193 components: - type: Transform - pos: 200.5,14.5 + pos: 213.5,164.5 parent: 1 - - uid: 42018 + - uid: 61194 components: - type: Transform - pos: 200.5,13.5 + pos: 213.5,165.5 parent: 1 - - uid: 42019 + - uid: 61195 components: - type: Transform - pos: 200.5,12.5 + pos: 213.5,167.5 parent: 1 - - uid: 42020 + - uid: 61196 components: - type: Transform - pos: 200.5,11.5 + pos: 213.5,168.5 parent: 1 - - uid: 42021 + - uid: 61197 components: - type: Transform - pos: 200.5,10.5 + pos: 213.5,169.5 parent: 1 - - uid: 42022 + - uid: 61198 components: - type: Transform - pos: 200.5,9.5 + pos: 213.5,179.5 parent: 1 - - uid: 42023 + - uid: 61199 components: - type: Transform - pos: 200.5,8.5 + pos: 213.5,180.5 parent: 1 - - uid: 42024 + - uid: 61200 components: - type: Transform - pos: 200.5,7.5 + pos: 213.5,188.5 parent: 1 - - uid: 42025 + - uid: 61201 components: - type: Transform - pos: 200.5,6.5 + pos: 213.5,189.5 parent: 1 - - uid: 42026 + - uid: 61202 components: - type: Transform - pos: 200.5,5.5 + pos: 214.5,164.5 parent: 1 - - uid: 42027 + - uid: 61203 components: - type: Transform - pos: 200.5,4.5 + pos: 214.5,165.5 parent: 1 - - uid: 42028 + - uid: 61204 components: - type: Transform - pos: 200.5,3.5 + pos: 214.5,166.5 parent: 1 - - uid: 42029 + - uid: 61205 components: - type: Transform - pos: 200.5,2.5 + pos: 214.5,167.5 parent: 1 - - uid: 42030 + - uid: 61206 components: - type: Transform - pos: 200.5,1.5 + pos: 214.5,172.5 parent: 1 - - uid: 42031 + - uid: 61207 components: - type: Transform - pos: 200.5,0.5 + pos: 214.5,189.5 parent: 1 - - uid: 42032 + - uid: 61208 components: - type: Transform - pos: 200.5,-0.5 + pos: 214.5,190.5 parent: 1 - - uid: 42033 + - uid: 61209 components: - type: Transform - pos: 200.5,-1.5 + pos: 214.5,191.5 parent: 1 - - uid: 42034 + - uid: 61210 components: - type: Transform - pos: 200.5,-2.5 + pos: 214.5,192.5 parent: 1 - - uid: 42035 + - uid: 61211 components: - type: Transform - pos: 201.5,22.5 + pos: 214.5,193.5 parent: 1 - - uid: 42036 + - uid: 61212 components: - type: Transform - pos: 201.5,21.5 + pos: 214.5,195.5 parent: 1 - - uid: 42037 + - uid: 61213 components: - type: Transform - pos: 201.5,20.5 + pos: 215.5,165.5 parent: 1 - - uid: 42038 + - uid: 61214 components: - type: Transform - pos: 201.5,19.5 + pos: 215.5,167.5 parent: 1 - - uid: 42039 + - uid: 61215 components: - type: Transform - pos: 201.5,18.5 + pos: 215.5,168.5 parent: 1 - - uid: 42040 + - uid: 61216 components: - type: Transform - pos: 201.5,17.5 + pos: 215.5,169.5 parent: 1 - - uid: 42041 + - uid: 61217 components: - type: Transform - pos: 201.5,16.5 + pos: 215.5,170.5 parent: 1 - - uid: 42042 + - uid: 61218 components: - type: Transform - pos: 201.5,15.5 + pos: 215.5,171.5 parent: 1 - - uid: 42043 + - uid: 61219 components: - type: Transform - pos: 201.5,14.5 + pos: 215.5,172.5 parent: 1 - - uid: 42044 + - uid: 61220 components: - type: Transform - pos: 201.5,13.5 + pos: 215.5,174.5 parent: 1 - - uid: 42045 + - uid: 61221 components: - type: Transform - pos: 201.5,12.5 + pos: 215.5,175.5 parent: 1 - - uid: 42046 + - uid: 61222 components: - type: Transform - pos: 201.5,11.5 + pos: 215.5,177.5 parent: 1 - - uid: 42047 + - uid: 61223 components: - type: Transform - pos: 201.5,10.5 + pos: 215.5,179.5 parent: 1 - - uid: 42048 + - uid: 61224 components: - type: Transform - pos: 201.5,9.5 + pos: 215.5,180.5 parent: 1 - - uid: 42049 + - uid: 61225 components: - type: Transform - pos: 201.5,8.5 + pos: 201.5,175.5 parent: 1 - - uid: 42050 + - uid: 61226 components: - type: Transform - pos: 201.5,7.5 + pos: 215.5,189.5 parent: 1 - - uid: 42051 + - uid: 61227 components: - type: Transform - pos: 201.5,6.5 + pos: 215.5,191.5 parent: 1 - - uid: 42052 + - uid: 61228 components: - type: Transform - pos: 201.5,5.5 + pos: 215.5,192.5 parent: 1 - - uid: 42053 + - uid: 61229 components: - type: Transform - pos: 201.5,4.5 + pos: 215.5,193.5 parent: 1 - - uid: 42054 + - uid: 61230 components: - type: Transform - pos: 201.5,3.5 + pos: 205.5,66.5 parent: 1 - - uid: 42055 + - uid: 61231 components: - type: Transform - pos: 201.5,2.5 + pos: 215.5,195.5 parent: 1 - - uid: 42056 + - uid: 61232 components: - type: Transform - pos: 201.5,1.5 + pos: 216.5,164.5 parent: 1 - - uid: 42057 + - uid: 61233 components: - type: Transform - pos: 201.5,0.5 + pos: 216.5,165.5 parent: 1 - - uid: 42058 + - uid: 61234 components: - type: Transform - pos: 201.5,-0.5 + pos: 216.5,167.5 parent: 1 - - uid: 42059 + - uid: 61235 components: - type: Transform - pos: 201.5,-1.5 + pos: 216.5,168.5 parent: 1 - - uid: 42060 + - uid: 61236 components: - type: Transform - pos: 201.5,-2.5 + pos: 216.5,169.5 parent: 1 - - uid: 42061 + - uid: 61237 components: - type: Transform - pos: -302.5,-36.5 + pos: 216.5,170.5 parent: 1 - - uid: 42062 + - uid: 61238 components: - type: Transform - pos: -301.5,-37.5 + pos: 216.5,174.5 parent: 1 - - uid: 42063 + - uid: 61239 components: - type: Transform - pos: -301.5,-36.5 + pos: 216.5,175.5 parent: 1 - - uid: 42064 + - uid: 61240 components: - type: Transform - pos: -301.5,-35.5 + pos: 216.5,176.5 parent: 1 - - uid: 42065 + - uid: 61241 components: - type: Transform - pos: -302.5,-31.5 + pos: 216.5,177.5 parent: 1 - - uid: 42066 + - uid: 61242 components: - type: Transform - pos: -302.5,-32.5 + pos: 216.5,178.5 parent: 1 - - uid: 42067 + - uid: 61243 components: - type: Transform - pos: -300.5,-32.5 + pos: 216.5,179.5 parent: 1 - - uid: 42068 + - uid: 61244 components: - type: Transform - pos: -299.5,-32.5 + pos: 216.5,180.5 parent: 1 - - uid: 42069 + - uid: 61245 components: - type: Transform - pos: -298.5,-32.5 + pos: 216.5,181.5 parent: 1 - - uid: 42070 + - uid: 61246 components: - type: Transform - pos: -300.5,-31.5 + pos: 216.5,182.5 parent: 1 - - uid: 42071 + - uid: 61247 components: - type: Transform - pos: -301.5,-31.5 + pos: 194.5,172.5 parent: 1 - - uid: 42072 + - uid: 61248 components: - type: Transform - pos: -301.5,-32.5 + pos: 196.5,195.5 parent: 1 - - uid: 42073 + - uid: 61249 components: - type: Transform - pos: -301.5,-33.5 + pos: 196.5,173.5 parent: 1 - - uid: 42074 + - uid: 61250 components: - type: Transform - pos: -302.5,-34.5 + pos: 198.5,173.5 parent: 1 - - uid: 42075 + - uid: 61251 components: - type: Transform - pos: -301.5,-34.5 + pos: 193.5,172.5 parent: 1 - - uid: 42076 + - uid: 61252 components: - type: Transform - pos: -302.5,-33.5 + pos: 195.5,172.5 parent: 1 - - uid: 42077 + - uid: 61253 components: - type: Transform - pos: -299.5,-33.5 + pos: 197.5,195.5 parent: 1 - - uid: 42078 + - uid: 61254 components: - type: Transform - pos: -300.5,-37.5 + pos: 197.5,194.5 parent: 1 - - uid: 42079 + - uid: 61255 components: - type: Transform - pos: -300.5,-36.5 + pos: 196.5,196.5 parent: 1 - - uid: 42080 + - uid: 61256 components: - type: Transform - pos: -299.5,-37.5 + pos: 198.5,195.5 parent: 1 - - uid: 42081 + - uid: 61257 components: - type: Transform - pos: -299.5,-36.5 + pos: 218.5,199.5 parent: 1 - - uid: 42082 + - uid: 61258 components: - type: Transform - pos: -298.5,-37.5 + pos: 218.5,198.5 parent: 1 - - uid: 42083 + - uid: 61259 components: - type: Transform - pos: -298.5,-36.5 + pos: 218.5,195.5 parent: 1 - - uid: 42084 + - uid: 61260 components: - type: Transform - pos: -297.5,-37.5 + pos: 218.5,194.5 parent: 1 - - uid: 42085 + - uid: 61261 components: - type: Transform - pos: -297.5,-36.5 + pos: 218.5,191.5 parent: 1 - - uid: 42086 + - uid: 61262 components: - type: Transform - pos: -299.5,-35.5 + pos: 218.5,190.5 parent: 1 - - uid: 42087 + - uid: 61263 components: - type: Transform - pos: -300.5,-35.5 + pos: 218.5,189.5 parent: 1 - - uid: 42088 + - uid: 61264 components: - type: Transform - pos: -300.5,-34.5 + pos: 218.5,188.5 parent: 1 - - uid: 42089 + - uid: 61265 components: - type: Transform - pos: -300.5,-33.5 + pos: 218.5,187.5 parent: 1 - - uid: 42090 + - uid: 61266 components: - type: Transform - pos: -299.5,-34.5 + pos: 218.5,186.5 parent: 1 - - uid: 42091 + - uid: 61267 components: - type: Transform - pos: -298.5,-34.5 + pos: 218.5,185.5 parent: 1 - - uid: 42092 + - uid: 61268 components: - type: Transform - pos: -298.5,-35.5 + pos: 218.5,184.5 parent: 1 - - uid: 42093 + - uid: 61269 components: - type: Transform - pos: -296.5,-36.5 + pos: 218.5,175.5 parent: 1 - - uid: 42094 + - uid: 61270 components: - type: Transform - pos: -295.5,-36.5 + pos: 218.5,174.5 parent: 1 - - uid: 42095 + - uid: 61271 components: - type: Transform - pos: -296.5,-37.5 + anchored: False + pos: 198.5,48.5 parent: 1 - - uid: 42096 + - uid: 61272 components: - type: Transform - pos: -295.5,-37.5 + pos: 195.5,44.5 parent: 1 - - uid: 42097 + - uid: 61273 components: - type: Transform - pos: -294.5,-36.5 + anchored: False + pos: 198.5,62.5 parent: 1 - - uid: 42098 + - uid: 61274 components: - type: Transform - pos: -298.5,-33.5 + pos: 198.5,111.5 parent: 1 - - uid: 42099 + - uid: 61275 components: - type: Transform - pos: -297.5,-33.5 + pos: 196.5,44.5 parent: 1 - - uid: 42100 + - uid: 61276 components: - type: Transform - pos: -297.5,-32.5 + anchored: False + pos: 198.5,49.5 parent: 1 - - uid: 42101 + - uid: 61277 components: - type: Transform - pos: -296.5,-32.5 + pos: 196.5,43.5 parent: 1 - - uid: 42102 + - uid: 61278 components: - type: Transform - pos: -299.5,-31.5 + pos: 196.5,103.5 parent: 1 - - uid: 42103 + - uid: 61279 components: - type: Transform - pos: -298.5,-31.5 + pos: 197.5,43.5 parent: 1 - - uid: 42104 + - uid: 61280 components: - type: Transform - pos: -297.5,-35.5 + pos: 194.5,108.5 parent: 1 - - uid: 42105 + - uid: 61281 components: - type: Transform - pos: -296.5,-35.5 + pos: 197.5,86.5 parent: 1 - - uid: 42106 + - uid: 61282 components: - type: Transform - pos: -295.5,-34.5 + pos: 194.5,120.5 parent: 1 - - uid: 42107 + - uid: 61283 components: - type: Transform - pos: -193.5,15.5 + anchored: False + pos: 198.5,56.5 parent: 1 - - uid: 42108 + - uid: 61284 components: - type: Transform - pos: -190.5,-41.5 + anchored: False + pos: 198.5,44.5 parent: 1 - - uid: 42109 + - uid: 61285 components: - type: Transform - pos: -192.5,18.5 + anchored: False + pos: 198.5,61.5 parent: 1 - - uid: 42110 + - uid: 61286 components: - type: Transform - pos: -192.5,17.5 + pos: 195.5,120.5 parent: 1 - - uid: 42111 + - uid: 61287 components: - type: Transform - pos: -193.5,-56.5 + anchored: False + pos: 198.5,43.5 parent: 1 - - uid: 42112 + - uid: 61288 components: - type: Transform - pos: -194.5,0.5 + pos: 198.5,55.5 parent: 1 - - uid: 42113 + - uid: 61289 components: - type: Transform - pos: -193.5,16.5 + anchored: False + pos: 198.5,59.5 parent: 1 - - uid: 42114 + - uid: 61290 components: - type: Transform - pos: -193.5,-57.5 + anchored: False + pos: 198.5,60.5 parent: 1 - - uid: 42115 + - uid: 61291 components: - type: Transform - pos: -193.5,-58.5 + pos: 195.5,106.5 parent: 1 - - uid: 42116 + - uid: 61292 components: - type: Transform - pos: -191.5,-28.5 + pos: 194.5,119.5 parent: 1 - - uid: 42117 + - uid: 61293 components: - type: Transform - pos: -192.5,-37.5 + anchored: False + pos: 198.5,46.5 parent: 1 - - uid: 42118 + - uid: 61294 components: - type: Transform - pos: -192.5,-38.5 + pos: 198.5,108.5 parent: 1 - - uid: 42119 + - uid: 61295 components: - type: Transform - pos: -192.5,-36.5 + pos: 198.5,113.5 parent: 1 - - uid: 42120 + - uid: 61296 components: - type: Transform - pos: -190.5,-28.5 + pos: 194.5,43.5 parent: 1 - - uid: 42121 + - uid: 61297 components: - type: Transform - pos: -193.5,17.5 + pos: 197.5,61.5 parent: 1 - - uid: 42122 + - uid: 61298 components: - type: Transform - pos: -190.5,-24.5 + anchored: False + pos: 198.5,57.5 parent: 1 - - uid: 42123 + - uid: 61299 components: - type: Transform - pos: -194.5,-0.5 + pos: 198.5,107.5 parent: 1 - - uid: 42124 + - uid: 61300 components: - type: Transform - pos: -194.5,-1.5 + pos: 198.5,105.5 parent: 1 - - uid: 42125 + - uid: 61301 components: - type: Transform - pos: -191.5,-39.5 + pos: 198.5,106.5 parent: 1 - - uid: 42126 + - uid: 61302 components: - type: Transform - pos: -199.5,-68.5 + pos: 198.5,104.5 parent: 1 - - uid: 42127 + - uid: 61303 components: - type: Transform - pos: -194.5,14.5 + pos: 198.5,103.5 parent: 1 - - uid: 42128 + - uid: 61304 components: - type: Transform - pos: -194.5,13.5 + pos: 198.5,102.5 parent: 1 - - uid: 42129 + - uid: 61305 components: - type: Transform - pos: -195.5,13.5 + pos: 198.5,101.5 parent: 1 - - uid: 42130 + - uid: 61306 components: - type: Transform - pos: -195.5,12.5 + pos: 197.5,114.5 parent: 1 - - uid: 42131 + - uid: 61307 components: - type: Transform - pos: -196.5,10.5 + pos: 197.5,113.5 parent: 1 - - uid: 42132 + - uid: 61308 components: - type: Transform - pos: -196.5,9.5 + pos: 197.5,112.5 parent: 1 - - uid: 42133 + - uid: 61309 components: - type: Transform - pos: -196.5,8.5 + pos: 197.5,111.5 parent: 1 - - uid: 42134 + - uid: 61310 components: - type: Transform - pos: -196.5,11.5 + pos: 197.5,110.5 parent: 1 - - uid: 42135 + - uid: 61311 components: - type: Transform - pos: -195.5,11.5 + pos: 197.5,109.5 parent: 1 - - uid: 42136 + - uid: 61312 components: - type: Transform - pos: -195.5,7.5 + pos: 197.5,108.5 parent: 1 - - uid: 42137 + - uid: 61313 components: - type: Transform - pos: -195.5,8.5 + pos: 197.5,107.5 parent: 1 - - uid: 42138 + - uid: 61314 components: - type: Transform - pos: -194.5,7.5 + pos: 197.5,106.5 parent: 1 - - uid: 42139 + - uid: 61315 components: - type: Transform - pos: -194.5,6.5 + pos: 197.5,105.5 parent: 1 - - uid: 42140 + - uid: 61316 components: - type: Transform - pos: -194.5,5.5 + pos: 197.5,104.5 parent: 1 - - uid: 42141 + - uid: 61317 components: - type: Transform - pos: -193.5,5.5 + pos: 197.5,103.5 parent: 1 - - uid: 42142 + - uid: 61318 components: - type: Transform - pos: -193.5,4.5 + pos: 197.5,102.5 parent: 1 - - uid: 42143 + - uid: 61319 components: - type: Transform - pos: -193.5,3.5 + pos: 197.5,101.5 parent: 1 - - uid: 42144 + - uid: 61320 components: - type: Transform - pos: -193.5,2.5 + pos: 196.5,114.5 parent: 1 - - uid: 42145 + - uid: 61321 components: - type: Transform - pos: -193.5,1.5 + pos: 196.5,113.5 parent: 1 - - uid: 42146 + - uid: 61322 components: - type: Transform - pos: -192.5,3.5 + pos: 196.5,111.5 parent: 1 - - uid: 42147 + - uid: 61323 components: - type: Transform - pos: -193.5,0.5 + pos: 196.5,109.5 parent: 1 - - uid: 42148 + - uid: 61324 components: - type: Transform - pos: -192.5,2.5 + pos: 196.5,107.5 parent: 1 - - uid: 42149 + - uid: 61325 components: - type: Transform - pos: -196.5,-10.5 + pos: 196.5,108.5 parent: 1 - - uid: 42150 + - uid: 61326 components: - type: Transform - pos: -196.5,-9.5 + pos: 198.5,99.5 parent: 1 - - uid: 42151 + - uid: 61327 components: - type: Transform - pos: -194.5,-2.5 + pos: 196.5,100.5 parent: 1 - - uid: 42152 + - uid: 61328 components: - type: Transform - pos: -193.5,-3.5 + pos: 196.5,110.5 parent: 1 - - uid: 42153 + - uid: 61329 components: - type: Transform - pos: -192.5,-4.5 + pos: 196.5,112.5 parent: 1 - - uid: 42154 + - uid: 61330 components: - type: Transform - pos: -192.5,-6.5 + pos: 195.5,111.5 parent: 1 - - uid: 42155 + - uid: 61331 components: - type: Transform - pos: -192.5,-5.5 + pos: 195.5,110.5 parent: 1 - - uid: 42156 + - uid: 61332 components: - type: Transform - pos: -191.5,-6.5 + pos: 195.5,109.5 parent: 1 - - uid: 42157 + - uid: 61333 components: - type: Transform - pos: -191.5,-7.5 + pos: 194.5,109.5 parent: 1 - - uid: 42158 + - uid: 61334 components: - type: Transform - pos: -191.5,-8.5 + pos: 194.5,110.5 parent: 1 - - uid: 42159 + - uid: 61335 components: - type: Transform - pos: -191.5,-9.5 + pos: 195.5,108.5 parent: 1 - - uid: 42160 + - uid: 61336 components: - type: Transform - pos: -191.5,-10.5 + pos: 196.5,106.5 parent: 1 - - uid: 42161 + - uid: 61337 components: - type: Transform - pos: -191.5,-11.5 + pos: 196.5,104.5 parent: 1 - - uid: 42162 + - uid: 61338 components: - type: Transform - pos: -191.5,-12.5 + pos: 196.5,-2.5 parent: 1 - - uid: 42163 + - uid: 61339 components: - type: Transform - pos: -191.5,-13.5 + pos: 195.5,-2.5 parent: 1 - - uid: 42164 + - uid: 61340 components: - type: Transform - pos: -191.5,-14.5 + pos: 198.5,39.5 parent: 1 - - uid: 42165 + - uid: 61341 components: - type: Transform - pos: -191.5,-15.5 + pos: 198.5,40.5 parent: 1 - - uid: 42166 + - uid: 61342 components: - type: Transform - pos: -190.5,-15.5 + anchored: False + pos: 198.5,42.5 parent: 1 - - uid: 42167 + - uid: 61343 components: - type: Transform - pos: -190.5,-16.5 + pos: 198.5,41.5 parent: 1 - - uid: 42168 + - uid: 61344 components: - type: Transform - pos: -189.5,-17.5 + pos: 198.5,98.5 parent: 1 - - uid: 42169 + - uid: 61345 components: - type: Transform - pos: -189.5,-18.5 + pos: 196.5,102.5 parent: 1 - - uid: 42170 + - uid: 61346 components: - type: Transform - pos: -189.5,-19.5 + pos: 197.5,100.5 parent: 1 - - uid: 42171 + - uid: 61347 components: - type: Transform - pos: -189.5,-20.5 + pos: 197.5,97.5 parent: 1 - - uid: 42172 + - uid: 61348 components: - type: Transform - pos: -189.5,-21.5 + pos: 195.5,117.5 parent: 1 - - uid: 42173 + - uid: 61349 components: - type: Transform - pos: -189.5,-22.5 + pos: 195.5,116.5 parent: 1 - - uid: 42174 + - uid: 61350 components: - type: Transform - pos: -189.5,-23.5 + pos: 193.5,119.5 parent: 1 - - uid: 42175 + - uid: 61351 components: - type: Transform - pos: -194.5,-3.5 + pos: 191.5,118.5 parent: 1 - - uid: 42176 + - uid: 61352 components: - type: Transform - pos: -194.5,-4.5 + pos: 193.5,118.5 parent: 1 - - uid: 42177 + - uid: 61353 components: - type: Transform - pos: -190.5,-25.5 + pos: 193.5,117.5 parent: 1 - - uid: 42178 + - uid: 61354 components: - type: Transform - pos: -191.5,-27.5 + pos: 194.5,118.5 parent: 1 - - uid: 42179 + - uid: 61355 components: - type: Transform - pos: -190.5,-26.5 + pos: 194.5,117.5 parent: 1 - - uid: 42180 + - uid: 61356 components: - type: Transform - pos: -191.5,-26.5 + pos: 195.5,115.5 parent: 1 - - uid: 42181 + - uid: 61357 components: - type: Transform - pos: -190.5,-29.5 + pos: 197.5,44.5 parent: 1 - - uid: 42182 + - uid: 61358 components: - type: Transform - pos: -196.5,-6.5 + pos: 195.5,43.5 parent: 1 - - uid: 42183 + - uid: 61359 components: - type: Transform - pos: -196.5,-7.5 + pos: 193.5,108.5 parent: 1 - - uid: 42184 + - uid: 61360 components: - type: Transform - pos: -196.5,-8.5 + pos: 193.5,109.5 parent: 1 - - uid: 42185 + - uid: 61361 components: - type: Transform - pos: -196.5,-5.5 + pos: 192.5,109.5 parent: 1 - - uid: 42186 + - uid: 61362 components: - type: Transform - pos: -196.5,-4.5 + pos: 191.5,109.5 parent: 1 - - uid: 42187 + - uid: 61363 components: - type: Transform - pos: -190.5,-30.5 + pos: 193.5,110.5 parent: 1 - - uid: 42188 + - uid: 61364 components: - type: Transform - pos: -191.5,-30.5 + pos: 192.5,108.5 parent: 1 - - uid: 42189 + - uid: 61365 components: - type: Transform - pos: -191.5,-31.5 + pos: 195.5,107.5 parent: 1 - - uid: 42190 + - uid: 61366 components: - type: Transform - pos: -191.5,-32.5 + pos: 193.5,107.5 parent: 1 - - uid: 42191 + - uid: 61367 components: - type: Transform - pos: -191.5,-33.5 + pos: 197.5,22.5 parent: 1 - - uid: 42192 + - uid: 61368 components: - type: Transform - pos: -191.5,-34.5 + pos: 198.5,97.5 parent: 1 - - uid: 42193 + - uid: 61369 components: - type: Transform - pos: -191.5,-35.5 + pos: 198.5,96.5 parent: 1 - - uid: 42194 + - uid: 61370 components: - type: Transform - pos: -192.5,-7.5 + pos: 198.5,95.5 parent: 1 - - uid: 42195 + - uid: 61371 components: - type: Transform - pos: -192.5,-8.5 + pos: 198.5,94.5 parent: 1 - - uid: 42196 + - uid: 61372 components: - type: Transform - pos: -196.5,-3.5 + pos: 198.5,93.5 parent: 1 - - uid: 42197 + - uid: 61373 components: - type: Transform - pos: -199.5,-69.5 + pos: 198.5,92.5 parent: 1 - - uid: 42198 + - uid: 61374 components: - type: Transform - pos: -199.5,-67.5 + pos: 198.5,91.5 parent: 1 - - uid: 42199 + - uid: 61375 components: - type: Transform - pos: -199.5,-65.5 + pos: 198.5,90.5 parent: 1 - - uid: 42200 + - uid: 61376 components: - type: Transform - pos: -199.5,-66.5 + pos: 198.5,89.5 parent: 1 - - uid: 42201 + - uid: 61377 components: - type: Transform - pos: -190.5,-42.5 + pos: 198.5,88.5 parent: 1 - - uid: 42202 + - uid: 61378 components: - type: Transform - pos: -190.5,-43.5 + pos: 198.5,87.5 parent: 1 - - uid: 42203 + - uid: 61379 components: - type: Transform - pos: -190.5,-44.5 + pos: 198.5,86.5 parent: 1 - - uid: 42204 + - uid: 61380 components: - type: Transform - pos: -190.5,-45.5 + pos: 198.5,85.5 parent: 1 - - uid: 42205 + - uid: 61381 components: - type: Transform - pos: -190.5,-46.5 + pos: 198.5,84.5 parent: 1 - - uid: 42206 + - uid: 61382 components: - type: Transform - pos: -190.5,-47.5 + pos: 198.5,83.5 parent: 1 - - uid: 42207 + - uid: 61383 components: - type: Transform - pos: -190.5,-48.5 + pos: 198.5,82.5 parent: 1 - - uid: 42208 + - uid: 61384 components: - type: Transform - pos: -190.5,-49.5 + pos: 198.5,81.5 parent: 1 - - uid: 42209 + - uid: 61385 components: - type: Transform - pos: -190.5,-50.5 + pos: 198.5,80.5 parent: 1 - - uid: 42210 + - uid: 61386 components: - type: Transform - pos: -192.5,-53.5 + pos: 198.5,79.5 parent: 1 - - uid: 42211 + - uid: 61387 components: - type: Transform - pos: -192.5,-54.5 + pos: 198.5,78.5 parent: 1 - - uid: 42212 + - uid: 61388 components: - type: Transform - pos: -192.5,-55.5 + pos: 198.5,77.5 parent: 1 - - uid: 42213 + - uid: 61389 components: - type: Transform - pos: -191.5,-52.5 + pos: 198.5,76.5 parent: 1 - - uid: 42214 + - uid: 61390 components: - type: Transform - pos: -191.5,-51.5 + pos: 198.5,75.5 parent: 1 - - uid: 42215 + - uid: 61391 components: - type: Transform - pos: -199.5,-64.5 + pos: 198.5,74.5 parent: 1 - - uid: 42216 + - uid: 61392 components: - type: Transform - pos: -192.5,-32.5 + pos: 197.5,99.5 parent: 1 - - uid: 42217 + - uid: 61393 components: - type: Transform - pos: -193.5,-59.5 + pos: 197.5,98.5 parent: 1 - - uid: 42218 + - uid: 61394 components: - type: Transform - pos: -193.5,-60.5 + pos: 197.5,96.5 parent: 1 - - uid: 42219 + - uid: 61395 components: - type: Transform - pos: -193.5,-61.5 + pos: 197.5,95.5 parent: 1 - - uid: 42220 + - uid: 61396 components: - type: Transform - pos: -193.5,-62.5 + pos: 198.5,31.5 parent: 1 - - uid: 42221 + - uid: 61397 components: - type: Transform - pos: -193.5,-63.5 + pos: 197.5,93.5 parent: 1 - - uid: 42222 + - uid: 61398 components: - type: Transform - pos: -193.5,-64.5 + pos: 198.5,28.5 parent: 1 - - uid: 42223 + - uid: 61399 components: - type: Transform - pos: -193.5,-65.5 + pos: 198.5,30.5 parent: 1 - - uid: 42224 + - uid: 61400 components: - type: Transform - pos: -194.5,-56.5 + pos: 198.5,29.5 parent: 1 - - uid: 42225 + - uid: 61401 components: - type: Transform - pos: -194.5,-57.5 + pos: 197.5,88.5 parent: 1 - - uid: 42226 + - uid: 61402 components: - type: Transform - pos: -194.5,-58.5 + pos: 196.5,86.5 parent: 1 - - uid: 42227 + - uid: 61403 components: - type: Transform - pos: -194.5,-59.5 + pos: 197.5,87.5 parent: 1 - - uid: 42228 + - uid: 61404 components: - type: Transform - pos: -194.5,-60.5 + pos: 196.5,85.5 parent: 1 - - uid: 42229 + - uid: 61405 components: - type: Transform - pos: -194.5,-61.5 + pos: 197.5,85.5 parent: 1 - - uid: 42230 + - uid: 61406 components: - type: Transform - pos: -194.5,-62.5 + pos: 197.5,84.5 parent: 1 - - uid: 42231 + - uid: 61407 components: - type: Transform - pos: -194.5,-63.5 + pos: 197.5,83.5 parent: 1 - - uid: 42232 + - uid: 61408 components: - type: Transform - pos: -194.5,-64.5 + pos: 197.5,82.5 parent: 1 - - uid: 42233 + - uid: 61409 components: - type: Transform - pos: -194.5,-65.5 + pos: 197.5,81.5 parent: 1 - - uid: 42234 + - uid: 61410 components: - type: Transform - pos: -195.5,-56.5 + pos: 197.5,80.5 parent: 1 - - uid: 42235 + - uid: 61411 components: - type: Transform - pos: -195.5,-57.5 + pos: 197.5,79.5 parent: 1 - - uid: 42236 + - uid: 61412 components: - type: Transform - pos: -195.5,-58.5 + pos: 197.5,78.5 parent: 1 - - uid: 42237 + - uid: 61413 components: - type: Transform - pos: -195.5,-59.5 + pos: 197.5,77.5 parent: 1 - - uid: 42238 + - uid: 61414 components: - type: Transform - pos: -195.5,-60.5 + pos: 197.5,76.5 parent: 1 - - uid: 42239 + - uid: 61415 components: - type: Transform - pos: -195.5,-61.5 + pos: 197.5,75.5 parent: 1 - - uid: 42240 + - uid: 61416 components: - type: Transform - pos: -195.5,-62.5 + pos: 197.5,74.5 parent: 1 - - uid: 42241 + - uid: 61417 components: - type: Transform - pos: -195.5,-63.5 + pos: 198.5,73.5 parent: 1 - - uid: 42242 + - uid: 61418 components: - type: Transform - pos: -195.5,-64.5 + pos: 197.5,73.5 parent: 1 - - uid: 42243 + - uid: 61419 components: - type: Transform - pos: -195.5,-65.5 + pos: 198.5,72.5 parent: 1 - - uid: 42244 + - uid: 61420 components: - type: Transform - pos: -196.5,-56.5 + pos: 198.5,38.5 parent: 1 - - uid: 42245 + - uid: 61421 components: - type: Transform - pos: -196.5,-57.5 + pos: 198.5,35.5 parent: 1 - - uid: 42246 + - uid: 61422 components: - type: Transform - pos: -196.5,-58.5 + pos: 198.5,37.5 parent: 1 - - uid: 42247 + - uid: 61423 components: - type: Transform - pos: -196.5,-59.5 + pos: 196.5,81.5 parent: 1 - - uid: 42248 + - uid: 61424 components: - type: Transform - pos: -196.5,-60.5 + pos: 196.5,84.5 parent: 1 - - uid: 42249 + - uid: 61425 components: - type: Transform - pos: -196.5,-61.5 + pos: 198.5,34.5 parent: 1 - - uid: 42250 + - uid: 61426 components: - type: Transform - pos: -196.5,-62.5 + pos: 198.5,33.5 parent: 1 - - uid: 42251 + - uid: 61427 components: - type: Transform - pos: -196.5,-63.5 + pos: 198.5,32.5 parent: 1 - - uid: 42252 + - uid: 61428 components: - type: Transform - pos: -196.5,-64.5 + pos: 198.5,24.5 parent: 1 - - uid: 42253 + - uid: 61429 components: - type: Transform - pos: -196.5,-65.5 + pos: 198.5,26.5 parent: 1 - - uid: 42254 + - uid: 61430 components: - type: Transform - pos: -197.5,-56.5 + pos: 196.5,99.5 parent: 1 - - uid: 42255 + - uid: 61431 components: - type: Transform - pos: -197.5,-57.5 + pos: 198.5,27.5 parent: 1 - - uid: 42256 + - uid: 61432 components: - type: Transform - pos: -197.5,-58.5 + pos: 196.5,96.5 parent: 1 - - uid: 42257 + - uid: 61433 components: - type: Transform - pos: -197.5,-59.5 + pos: 196.5,97.5 parent: 1 - - uid: 42258 + - uid: 61434 components: - type: Transform - pos: -197.5,-60.5 + pos: 196.5,98.5 parent: 1 - - uid: 42259 + - uid: 61435 components: - type: Transform - pos: -197.5,-61.5 + pos: 198.5,21.5 parent: 1 - - uid: 42260 + - uid: 61436 components: - type: Transform - pos: -197.5,-62.5 + pos: 198.5,22.5 parent: 1 - - uid: 42261 + - uid: 61437 components: - type: Transform - pos: -197.5,-63.5 + pos: 198.5,23.5 parent: 1 - - uid: 42262 + - uid: 61438 components: - type: Transform - pos: -197.5,-64.5 + pos: 198.5,25.5 parent: 1 - - uid: 42263 + - uid: 61439 components: - type: Transform - pos: -197.5,-65.5 + pos: 198.5,36.5 parent: 1 - - uid: 42264 + - uid: 61440 components: - type: Transform - pos: -198.5,-56.5 + pos: 197.5,89.5 parent: 1 - - uid: 42265 + - uid: 61441 components: - type: Transform - pos: -198.5,-57.5 + pos: 198.5,20.5 parent: 1 - - uid: 42266 + - uid: 61442 components: - type: Transform - pos: -198.5,-58.5 + pos: 195.5,97.5 parent: 1 - - uid: 42267 + - uid: 61443 components: - type: Transform - pos: -198.5,-59.5 + pos: 195.5,99.5 parent: 1 - - uid: 42268 + - uid: 61444 components: - type: Transform - pos: -198.5,-60.5 + pos: 197.5,10.5 parent: 1 - - uid: 42269 + - uid: 61445 components: - type: Transform - pos: -198.5,-61.5 + pos: 195.5,104.5 parent: 1 - - uid: 42270 + - uid: 61446 components: - type: Transform - pos: -198.5,-62.5 + pos: 195.5,105.5 parent: 1 - - uid: 42271 + - uid: 61447 components: - type: Transform - pos: -198.5,-63.5 + pos: 195.5,103.5 parent: 1 - - uid: 42272 + - uid: 61448 components: - type: Transform - pos: -198.5,-64.5 + pos: 198.5,19.5 parent: 1 - - uid: 42273 + - uid: 61449 components: - type: Transform - pos: -198.5,-65.5 + pos: 198.5,18.5 parent: 1 - - uid: 42274 + - uid: 61450 components: - type: Transform - pos: -194.5,-69.5 + pos: 198.5,17.5 parent: 1 - - uid: 42275 + - uid: 61451 components: - type: Transform - pos: -194.5,-68.5 + pos: 198.5,16.5 parent: 1 - - uid: 42276 + - uid: 61452 components: - type: Transform - pos: -194.5,-67.5 + pos: 198.5,15.5 parent: 1 - - uid: 42277 + - uid: 61453 components: - type: Transform - pos: -194.5,-66.5 + pos: 198.5,14.5 parent: 1 - - uid: 42278 + - uid: 61454 components: - type: Transform - pos: -195.5,-69.5 + pos: 198.5,13.5 parent: 1 - - uid: 42279 + - uid: 61455 components: - type: Transform - pos: -195.5,-68.5 + pos: 198.5,12.5 parent: 1 - - uid: 42280 + - uid: 61456 components: - type: Transform - pos: -195.5,-67.5 + pos: 198.5,11.5 parent: 1 - - uid: 42281 + - uid: 61457 components: - type: Transform - pos: -195.5,-66.5 + pos: 198.5,10.5 parent: 1 - - uid: 42282 + - uid: 61458 components: - type: Transform - pos: -196.5,-69.5 + pos: 198.5,9.5 parent: 1 - - uid: 42283 + - uid: 61459 components: - type: Transform - pos: -196.5,-68.5 + pos: 198.5,8.5 parent: 1 - - uid: 42284 + - uid: 61460 components: - type: Transform - pos: -196.5,-67.5 + pos: 198.5,7.5 parent: 1 - - uid: 42285 + - uid: 61461 components: - type: Transform - pos: -196.5,-66.5 + pos: 198.5,6.5 parent: 1 - - uid: 42286 + - uid: 61462 components: - type: Transform - pos: -197.5,-69.5 + pos: 198.5,5.5 parent: 1 - - uid: 42287 + - uid: 61463 components: - type: Transform - pos: -197.5,-68.5 + pos: 198.5,4.5 parent: 1 - - uid: 42288 + - uid: 61464 components: - type: Transform - pos: -197.5,-67.5 + pos: 198.5,3.5 parent: 1 - - uid: 42289 + - uid: 61465 components: - type: Transform - pos: -197.5,-66.5 + pos: 198.5,2.5 parent: 1 - - uid: 42290 + - uid: 61466 components: - type: Transform - pos: -198.5,-69.5 + pos: 198.5,1.5 parent: 1 - - uid: 42291 + - uid: 61467 components: - type: Transform - pos: -198.5,-68.5 + pos: 198.5,0.5 parent: 1 - - uid: 42292 + - uid: 61468 components: - type: Transform - pos: -198.5,-67.5 + pos: 198.5,-0.5 parent: 1 - - uid: 42293 + - uid: 61469 components: - type: Transform - pos: -198.5,-66.5 + pos: 198.5,-1.5 parent: 1 - - uid: 42294 + - uid: 61470 components: - type: Transform - pos: -193.5,-50.5 + pos: 198.5,-2.5 parent: 1 - - uid: 42295 + - uid: 61471 components: - type: Transform - pos: -193.5,-51.5 + pos: 197.5,59.5 parent: 1 - - uid: 42296 + - uid: 61472 components: - type: Transform - pos: -199.5,-63.5 + pos: 197.5,60.5 parent: 1 - - uid: 42297 + - uid: 61473 components: - type: Transform - pos: -199.5,-62.5 + pos: 196.5,61.5 parent: 1 - - uid: 42298 + - uid: 61474 components: - type: Transform - pos: -199.5,-61.5 + pos: 195.5,60.5 parent: 1 - - uid: 42299 + - uid: 61475 components: - type: Transform - pos: -199.5,-60.5 + pos: 195.5,61.5 parent: 1 - - uid: 42300 + - uid: 61476 components: - type: Transform - pos: -199.5,-59.5 + pos: 197.5,62.5 parent: 1 - - uid: 42301 + - uid: 61477 components: - type: Transform - pos: -199.5,-58.5 + pos: 194.5,60.5 parent: 1 - - uid: 42302 + - uid: 61478 components: - type: Transform - pos: -199.5,-57.5 + pos: 196.5,60.5 parent: 1 - - uid: 42303 + - uid: 61479 components: - type: Transform - pos: -199.5,-56.5 + pos: 196.5,59.5 parent: 1 - - uid: 42304 + - uid: 61480 components: - type: Transform - pos: -199.5,-55.5 + pos: 197.5,58.5 parent: 1 - - uid: 42305 + - uid: 61481 components: - type: Transform - pos: -199.5,-54.5 + pos: 197.5,57.5 parent: 1 - - uid: 42306 + - uid: 61482 components: - type: Transform - pos: -199.5,-53.5 + pos: 197.5,42.5 parent: 1 - - uid: 42307 + - uid: 61483 components: - type: Transform - pos: -199.5,-52.5 + pos: 198.5,46.5 parent: 1 - - uid: 42308 + - uid: 61484 components: - type: Transform - pos: -199.5,-51.5 + pos: 197.5,46.5 parent: 1 - - uid: 42309 + - uid: 61485 components: - type: Transform - pos: -199.5,-50.5 + pos: 196.5,45.5 parent: 1 - - uid: 42310 + - uid: 61486 components: - type: Transform - pos: -199.5,-49.5 + pos: 195.5,45.5 parent: 1 - - uid: 42311 + - uid: 61487 components: - type: Transform - pos: -199.5,-48.5 + pos: 193.5,43.5 parent: 1 - - uid: 42312 + - uid: 61488 components: - type: Transform - pos: -199.5,-47.5 + pos: 194.5,44.5 parent: 1 - - uid: 42313 + - uid: 61489 components: - type: Transform - pos: -199.5,-46.5 + pos: 197.5,24.5 parent: 1 - - uid: 42314 + - uid: 61490 components: - type: Transform - pos: -199.5,-45.5 + pos: 197.5,23.5 parent: 1 - - uid: 42315 + - uid: 61491 components: - type: Transform - pos: -199.5,-44.5 + pos: 197.5,25.5 parent: 1 - - uid: 42316 + - uid: 61492 components: - type: Transform - pos: -199.5,-43.5 + pos: 197.5,33.5 parent: 1 - - uid: 42317 + - uid: 61493 components: - type: Transform - pos: -199.5,-42.5 + pos: 197.5,34.5 parent: 1 - - uid: 42318 + - uid: 61494 components: - type: Transform - pos: -199.5,-41.5 + pos: 196.5,11.5 parent: 1 - - uid: 42319 + - uid: 61495 components: - type: Transform - pos: -199.5,-40.5 + pos: 195.5,12.5 parent: 1 - - uid: 42320 + - uid: 61496 components: - type: Transform - pos: -199.5,-39.5 + pos: 194.5,12.5 parent: 1 - - uid: 42321 + - uid: 61497 components: - type: Transform - pos: -199.5,-38.5 + pos: 194.5,11.5 parent: 1 - - uid: 42322 + - uid: 61498 components: - type: Transform - pos: -199.5,-37.5 + pos: 195.5,10.5 parent: 1 - - uid: 42323 + - uid: 61499 components: - type: Transform - pos: -199.5,-36.5 + pos: 196.5,10.5 parent: 1 - - uid: 42324 + - uid: 61500 components: - type: Transform - pos: -199.5,-35.5 + pos: 196.5,9.5 parent: 1 - - uid: 42325 + - uid: 61501 components: - type: Transform - pos: -199.5,-34.5 + pos: 196.5,8.5 parent: 1 - - uid: 42326 + - uid: 61502 components: - type: Transform - pos: -199.5,-33.5 + pos: 197.5,7.5 parent: 1 - - uid: 42327 + - uid: 61503 components: - type: Transform - pos: -199.5,-32.5 + pos: 197.5,9.5 parent: 1 - - uid: 42328 + - uid: 61504 components: - type: Transform - pos: -199.5,-31.5 + pos: 197.5,8.5 parent: 1 - - uid: 42329 + - uid: 61505 components: - type: Transform - pos: -199.5,-30.5 + pos: 195.5,9.5 parent: 1 - - uid: 42330 + - uid: 61506 components: - type: Transform - pos: -199.5,-29.5 + pos: 194.5,10.5 parent: 1 - - uid: 42331 + - uid: 61507 components: - type: Transform - pos: -199.5,-28.5 + pos: 197.5,6.5 parent: 1 - - uid: 42332 + - uid: 61508 components: - type: Transform - pos: -199.5,-27.5 + pos: 197.5,16.5 parent: 1 - - uid: 42333 + - uid: 61509 components: - type: Transform - pos: -199.5,-26.5 + pos: 194.5,6.5 parent: 1 - - uid: 42334 + - uid: 61510 components: - type: Transform - pos: -199.5,-25.5 + pos: 193.5,7.5 parent: 1 - - uid: 42335 + - uid: 61511 components: - type: Transform - pos: -199.5,-24.5 + pos: 194.5,5.5 parent: 1 - - uid: 42336 + - uid: 61512 components: - type: Transform - pos: -199.5,-23.5 + pos: 193.5,5.5 parent: 1 - - uid: 42337 + - uid: 61513 components: - type: Transform - pos: -199.5,-22.5 + pos: 193.5,6.5 parent: 1 - - uid: 42338 + - uid: 61514 components: - type: Transform - pos: -199.5,-21.5 + pos: 195.5,4.5 parent: 1 - - uid: 42339 + - uid: 61515 components: - type: Transform - pos: -199.5,-20.5 + pos: 193.5,4.5 parent: 1 - - uid: 42340 + - uid: 61516 components: - type: Transform - pos: -199.5,-19.5 + pos: 192.5,5.5 parent: 1 - - uid: 42341 + - uid: 61517 components: - type: Transform - pos: -199.5,-18.5 + pos: 197.5,15.5 parent: 1 - - uid: 42342 + - uid: 61518 components: - type: Transform - pos: -199.5,-17.5 + pos: 197.5,17.5 parent: 1 - - uid: 42343 + - uid: 61519 components: - type: Transform - pos: -199.5,-16.5 + pos: 195.5,-3.5 parent: 1 - - uid: 42344 + - uid: 61520 components: - type: Transform - pos: -199.5,-15.5 + pos: 196.5,-3.5 parent: 1 - - uid: 42345 + - uid: 61521 components: - type: Transform - pos: -199.5,-14.5 + pos: 194.5,-3.5 parent: 1 - - uid: 42346 + - uid: 61522 components: - type: Transform - pos: -199.5,-13.5 + pos: 194.5,-4.5 parent: 1 - - uid: 42347 + - uid: 61523 components: - type: Transform - pos: -199.5,-12.5 + pos: 195.5,-5.5 parent: 1 - - uid: 42348 + - uid: 61524 components: - type: Transform - pos: -199.5,-11.5 + pos: 196.5,-5.5 parent: 1 - - uid: 42349 + - uid: 61525 components: - type: Transform - pos: -198.5,-55.5 + pos: 206.5,66.5 parent: 1 - - uid: 42350 + - uid: 61526 components: - type: Transform - pos: -198.5,-54.5 + pos: 200.5,33.5 parent: 1 - - uid: 42351 + - uid: 61527 components: - type: Transform - pos: -198.5,-53.5 + pos: 200.5,32.5 parent: 1 - - uid: 42352 + - uid: 61528 components: - type: Transform - pos: -198.5,-52.5 + pos: 201.5,62.5 parent: 1 - - uid: 42353 + - uid: 61529 components: - type: Transform - pos: -198.5,-51.5 + pos: 200.5,60.5 parent: 1 - - uid: 42354 + - uid: 61530 components: - type: Transform - pos: -198.5,-50.5 + pos: 200.5,29.5 parent: 1 - - uid: 42355 + - uid: 61531 components: - type: Transform - pos: -198.5,-49.5 + pos: 200.5,28.5 parent: 1 - - uid: 42356 + - uid: 61532 components: - type: Transform - pos: -198.5,-48.5 + pos: 200.5,27.5 parent: 1 - - uid: 42357 + - uid: 61533 components: - type: Transform - pos: -198.5,-47.5 + pos: 200.5,25.5 parent: 1 - - uid: 42358 + - uid: 61534 components: - type: Transform - pos: -198.5,-46.5 + pos: 200.5,26.5 parent: 1 - - uid: 42359 + - uid: 61535 components: - type: Transform - pos: -198.5,-45.5 + pos: 200.5,24.5 parent: 1 - - uid: 42360 + - uid: 61536 components: - type: Transform - pos: -198.5,-44.5 + pos: 201.5,59.5 parent: 1 - - uid: 42361 + - uid: 61537 components: - type: Transform - pos: -198.5,-43.5 + pos: 200.5,23.5 parent: 1 - - uid: 42362 + - uid: 61538 components: - type: Transform - pos: -198.5,-42.5 + pos: 201.5,58.5 parent: 1 - - uid: 42363 + - uid: 61539 components: - type: Transform - pos: -198.5,-41.5 + pos: 201.5,57.5 parent: 1 - - uid: 42364 + - uid: 61540 components: - type: Transform - pos: -198.5,-40.5 + pos: 201.5,56.5 parent: 1 - - uid: 42365 + - uid: 61541 components: - type: Transform - pos: -198.5,-39.5 + pos: 201.5,55.5 parent: 1 - - uid: 42366 + - uid: 61542 components: - type: Transform - pos: -198.5,-38.5 + pos: 201.5,53.5 parent: 1 - - uid: 42367 + - uid: 61543 components: - type: Transform - pos: -198.5,-37.5 + pos: 201.5,54.5 parent: 1 - - uid: 42368 + - uid: 61544 components: - type: Transform - pos: -198.5,-36.5 + pos: 201.5,52.5 parent: 1 - - uid: 42369 + - uid: 61545 components: - type: Transform - pos: -198.5,-35.5 + pos: 201.5,50.5 parent: 1 - - uid: 42370 + - uid: 61546 components: - type: Transform - pos: -198.5,-34.5 + pos: 201.5,51.5 parent: 1 - - uid: 42371 + - uid: 61547 components: - type: Transform - pos: -198.5,-33.5 + pos: 201.5,49.5 parent: 1 - - uid: 42372 + - uid: 61548 components: - type: Transform - pos: -198.5,-32.5 + pos: 201.5,48.5 parent: 1 - - uid: 42373 + - uid: 61549 components: - type: Transform - pos: -198.5,-31.5 + pos: 201.5,47.5 parent: 1 - - uid: 42374 + - uid: 61550 components: - type: Transform - pos: -198.5,-30.5 + pos: 201.5,46.5 parent: 1 - - uid: 42375 + - uid: 61551 components: - type: Transform - pos: -198.5,-29.5 + pos: 201.5,44.5 parent: 1 - - uid: 42376 + - uid: 61552 components: - type: Transform - pos: -198.5,-28.5 + pos: 201.5,45.5 parent: 1 - - uid: 42377 + - uid: 61553 components: - type: Transform - pos: -198.5,-27.5 + pos: 201.5,43.5 parent: 1 - - uid: 42378 + - uid: 61554 components: - type: Transform - pos: -198.5,-26.5 + pos: 201.5,42.5 parent: 1 - - uid: 42379 + - uid: 61555 components: - type: Transform - pos: -198.5,-25.5 + pos: 201.5,41.5 parent: 1 - - uid: 42380 + - uid: 61556 components: - type: Transform - pos: -198.5,-24.5 + pos: 201.5,40.5 parent: 1 - - uid: 42381 + - uid: 61557 components: - type: Transform - pos: -198.5,-23.5 + pos: 201.5,39.5 parent: 1 - - uid: 42382 + - uid: 61558 components: - type: Transform - pos: -198.5,-22.5 + pos: 201.5,38.5 parent: 1 - - uid: 42383 + - uid: 61559 components: - type: Transform - pos: -198.5,-21.5 + pos: 201.5,37.5 parent: 1 - - uid: 42384 + - uid: 61560 components: - type: Transform - pos: -198.5,-20.5 + pos: 201.5,36.5 parent: 1 - - uid: 42385 + - uid: 61561 components: - type: Transform - pos: -198.5,-19.5 + pos: 201.5,35.5 parent: 1 - - uid: 42386 + - uid: 61562 components: - type: Transform - pos: -198.5,-18.5 + pos: 201.5,34.5 parent: 1 - - uid: 42387 + - uid: 61563 components: - type: Transform - pos: -198.5,-17.5 + pos: 201.5,33.5 parent: 1 - - uid: 42388 + - uid: 61564 components: - type: Transform - pos: -198.5,-16.5 + pos: 201.5,32.5 parent: 1 - - uid: 42389 + - uid: 61565 components: - type: Transform - pos: -198.5,-15.5 + pos: 201.5,31.5 parent: 1 - - uid: 42390 + - uid: 61566 components: - type: Transform - pos: -198.5,-14.5 + pos: 201.5,30.5 parent: 1 - - uid: 42391 + - uid: 61567 components: - type: Transform - pos: -198.5,-13.5 + pos: 201.5,29.5 parent: 1 - - uid: 42392 + - uid: 61568 components: - type: Transform - pos: -198.5,-12.5 + pos: 201.5,28.5 parent: 1 - - uid: 42393 + - uid: 61569 components: - type: Transform - pos: -198.5,-11.5 + pos: 201.5,27.5 parent: 1 - - uid: 42394 + - uid: 61570 components: - type: Transform - pos: -197.5,-55.5 + pos: 201.5,26.5 parent: 1 - - uid: 42395 + - uid: 61571 components: - type: Transform - pos: -197.5,-54.5 + pos: 201.5,25.5 parent: 1 - - uid: 42396 + - uid: 61572 components: - type: Transform - pos: -197.5,-53.5 + pos: 201.5,24.5 parent: 1 - - uid: 42397 + - uid: 61573 components: - type: Transform - pos: -197.5,-52.5 + pos: 201.5,23.5 parent: 1 - - uid: 42398 + - uid: 61574 components: - type: Transform - pos: -197.5,-51.5 + pos: 199.5,33.5 parent: 1 - - uid: 42399 + - uid: 61575 components: - type: Transform - pos: -197.5,-50.5 + pos: 199.5,32.5 parent: 1 - - uid: 42400 + - uid: 61576 components: - type: Transform - pos: -197.5,-49.5 + pos: 199.5,31.5 parent: 1 - - uid: 42401 + - uid: 61577 components: - type: Transform - pos: -197.5,-48.5 + pos: 199.5,30.5 parent: 1 - - uid: 42402 + - uid: 61578 components: - type: Transform - pos: -197.5,-47.5 + pos: 199.5,29.5 parent: 1 - - uid: 42403 + - uid: 61579 components: - type: Transform - pos: -197.5,-46.5 + pos: 199.5,28.5 parent: 1 - - uid: 42404 + - uid: 61580 components: - type: Transform - pos: -197.5,-45.5 + pos: 199.5,27.5 parent: 1 - - uid: 42405 + - uid: 61581 components: - type: Transform - pos: -197.5,-44.5 + pos: 199.5,26.5 parent: 1 - - uid: 42406 + - uid: 61582 components: - type: Transform - pos: -197.5,-43.5 + pos: 199.5,25.5 parent: 1 - - uid: 42407 + - uid: 61583 components: - type: Transform - pos: -197.5,-42.5 + pos: 199.5,24.5 parent: 1 - - uid: 42408 + - uid: 61584 components: - type: Transform - pos: -197.5,-41.5 + pos: 199.5,23.5 parent: 1 - - uid: 42409 + - uid: 61585 components: - type: Transform - pos: -197.5,-40.5 + pos: 199.5,22.5 parent: 1 - - uid: 42410 + - uid: 61586 components: - type: Transform - pos: -197.5,-39.5 + pos: 199.5,21.5 parent: 1 - - uid: 42411 + - uid: 61587 components: - type: Transform - pos: -197.5,-38.5 + pos: 199.5,20.5 parent: 1 - - uid: 42412 + - uid: 61588 components: - type: Transform - pos: -197.5,-37.5 + pos: 199.5,19.5 parent: 1 - - uid: 42413 + - uid: 61589 components: - type: Transform - pos: -197.5,-36.5 + pos: 199.5,18.5 parent: 1 - - uid: 42414 + - uid: 61590 components: - type: Transform - pos: -197.5,-35.5 + pos: 199.5,17.5 parent: 1 - - uid: 42415 + - uid: 61591 components: - type: Transform - pos: -197.5,-34.5 + pos: 199.5,16.5 parent: 1 - - uid: 42416 + - uid: 61592 components: - type: Transform - pos: -197.5,-33.5 + pos: 199.5,15.5 parent: 1 - - uid: 42417 + - uid: 61593 components: - type: Transform - pos: -197.5,-32.5 + pos: 199.5,14.5 parent: 1 - - uid: 42418 + - uid: 61594 components: - type: Transform - pos: -197.5,-31.5 + pos: 199.5,13.5 parent: 1 - - uid: 42419 + - uid: 61595 components: - type: Transform - pos: -197.5,-30.5 + pos: 199.5,12.5 parent: 1 - - uid: 42420 + - uid: 61596 components: - type: Transform - pos: -197.5,-29.5 + pos: 199.5,11.5 parent: 1 - - uid: 42421 + - uid: 61597 components: - type: Transform - pos: -197.5,-28.5 + pos: 199.5,10.5 parent: 1 - - uid: 42422 + - uid: 61598 components: - type: Transform - pos: -197.5,-27.5 + pos: 199.5,9.5 parent: 1 - - uid: 42423 + - uid: 61599 components: - type: Transform - pos: -197.5,-26.5 + pos: 199.5,8.5 parent: 1 - - uid: 42424 + - uid: 61600 components: - type: Transform - pos: -197.5,-25.5 + pos: 199.5,7.5 parent: 1 - - uid: 42425 + - uid: 61601 components: - type: Transform - pos: -197.5,-24.5 + pos: 199.5,6.5 parent: 1 - - uid: 42426 + - uid: 61602 components: - type: Transform - pos: -197.5,-23.5 + pos: 199.5,5.5 parent: 1 - - uid: 42427 + - uid: 61603 components: - type: Transform - pos: -197.5,-22.5 + pos: 199.5,4.5 parent: 1 - - uid: 42428 + - uid: 61604 components: - type: Transform - pos: -197.5,-21.5 + pos: 199.5,3.5 parent: 1 - - uid: 42429 + - uid: 61605 components: - type: Transform - pos: -197.5,-20.5 + pos: 199.5,2.5 parent: 1 - - uid: 42430 + - uid: 61606 components: - type: Transform - pos: -197.5,-19.5 + pos: 199.5,1.5 parent: 1 - - uid: 42431 + - uid: 61607 components: - type: Transform - pos: -197.5,-18.5 + pos: 199.5,0.5 parent: 1 - - uid: 42432 + - uid: 61608 components: - type: Transform - pos: -197.5,-17.5 + pos: 199.5,-0.5 parent: 1 - - uid: 42433 + - uid: 61609 components: - type: Transform - pos: -197.5,-16.5 + pos: 199.5,-1.5 parent: 1 - - uid: 42434 + - uid: 61610 components: - type: Transform - pos: -197.5,-15.5 + pos: 199.5,-2.5 parent: 1 - - uid: 42435 + - uid: 61611 components: - type: Transform - pos: -197.5,-14.5 + pos: 200.5,22.5 parent: 1 - - uid: 42436 + - uid: 61612 components: - type: Transform - pos: -197.5,-13.5 + pos: 200.5,21.5 parent: 1 - - uid: 42437 + - uid: 61613 components: - type: Transform - pos: -197.5,-12.5 + pos: 200.5,20.5 parent: 1 - - uid: 42438 + - uid: 61614 components: - type: Transform - pos: -197.5,-11.5 + pos: 200.5,19.5 parent: 1 - - uid: 42439 + - uid: 61615 components: - type: Transform - pos: -196.5,-55.5 + pos: 200.5,18.5 parent: 1 - - uid: 42440 + - uid: 61616 components: - type: Transform - pos: -196.5,-54.5 + pos: 200.5,17.5 parent: 1 - - uid: 42441 + - uid: 61617 components: - type: Transform - pos: -196.5,-53.5 + pos: 200.5,16.5 parent: 1 - - uid: 42442 + - uid: 61618 components: - type: Transform - pos: -196.5,-52.5 + pos: 200.5,15.5 parent: 1 - - uid: 42443 + - uid: 61619 components: - type: Transform - pos: -196.5,-51.5 + pos: 200.5,14.5 parent: 1 - - uid: 42444 + - uid: 61620 components: - type: Transform - pos: -196.5,-50.5 + pos: 200.5,13.5 parent: 1 - - uid: 42445 + - uid: 61621 components: - type: Transform - pos: -196.5,-49.5 + pos: 200.5,12.5 parent: 1 - - uid: 42446 + - uid: 61622 components: - type: Transform - pos: -196.5,-48.5 + pos: 200.5,11.5 parent: 1 - - uid: 42447 + - uid: 61623 components: - type: Transform - pos: -196.5,-47.5 + pos: 200.5,10.5 parent: 1 - - uid: 42448 + - uid: 61624 components: - type: Transform - pos: -196.5,-46.5 + pos: 200.5,9.5 parent: 1 - - uid: 42449 + - uid: 61625 components: - type: Transform - pos: -196.5,-45.5 + pos: 200.5,8.5 parent: 1 - - uid: 42450 + - uid: 61626 components: - type: Transform - pos: -196.5,-44.5 + pos: 200.5,7.5 parent: 1 - - uid: 42451 + - uid: 61627 components: - type: Transform - pos: -196.5,-43.5 + pos: 200.5,6.5 parent: 1 - - uid: 42452 + - uid: 61628 components: - type: Transform - pos: -196.5,-42.5 + pos: 200.5,5.5 parent: 1 - - uid: 42453 + - uid: 61629 components: - type: Transform - pos: -196.5,-41.5 + pos: 200.5,4.5 parent: 1 - - uid: 42454 + - uid: 61630 components: - type: Transform - pos: -196.5,-40.5 + pos: 200.5,3.5 parent: 1 - - uid: 42455 + - uid: 61631 components: - type: Transform - pos: -196.5,-39.5 + pos: 200.5,2.5 parent: 1 - - uid: 42456 + - uid: 61632 components: - type: Transform - pos: -196.5,-38.5 + pos: 200.5,1.5 parent: 1 - - uid: 42457 + - uid: 61633 components: - type: Transform - pos: -196.5,-37.5 + pos: 200.5,0.5 parent: 1 - - uid: 42458 + - uid: 61634 components: - type: Transform - pos: -196.5,-36.5 + pos: 200.5,-0.5 parent: 1 - - uid: 42459 + - uid: 61635 components: - type: Transform - pos: -196.5,-35.5 + pos: 200.5,-1.5 parent: 1 - - uid: 42460 + - uid: 61636 components: - type: Transform - pos: -196.5,-34.5 + pos: 200.5,-2.5 parent: 1 - - uid: 42461 + - uid: 61637 components: - type: Transform - pos: -196.5,-33.5 + pos: 201.5,22.5 parent: 1 - - uid: 42462 + - uid: 61638 components: - type: Transform - pos: -196.5,-32.5 + pos: 201.5,21.5 parent: 1 - - uid: 42463 + - uid: 61639 components: - type: Transform - pos: -196.5,-31.5 + pos: 201.5,20.5 parent: 1 - - uid: 42464 + - uid: 61640 components: - type: Transform - pos: -196.5,-30.5 + pos: 201.5,19.5 parent: 1 - - uid: 42465 + - uid: 61641 components: - type: Transform - pos: -196.5,-29.5 + pos: 201.5,18.5 parent: 1 - - uid: 42466 + - uid: 61642 components: - type: Transform - pos: -196.5,-28.5 + pos: 201.5,17.5 parent: 1 - - uid: 42467 + - uid: 61643 components: - type: Transform - pos: -196.5,-27.5 + pos: 201.5,16.5 parent: 1 - - uid: 42468 + - uid: 61644 components: - type: Transform - pos: -196.5,-26.5 + pos: 201.5,15.5 parent: 1 - - uid: 42469 + - uid: 61645 components: - type: Transform - pos: -196.5,-25.5 + pos: 201.5,14.5 parent: 1 - - uid: 42470 + - uid: 61646 components: - type: Transform - pos: -196.5,-24.5 + pos: 201.5,13.5 parent: 1 - - uid: 42471 + - uid: 61647 components: - type: Transform - pos: -196.5,-23.5 + pos: 201.5,12.5 parent: 1 - - uid: 42472 + - uid: 61648 components: - type: Transform - pos: -196.5,-22.5 + pos: 201.5,11.5 parent: 1 - - uid: 42473 + - uid: 61649 components: - type: Transform - pos: -196.5,-21.5 + pos: 201.5,10.5 parent: 1 - - uid: 42474 + - uid: 61650 components: - type: Transform - pos: -196.5,-20.5 + pos: 201.5,9.5 parent: 1 - - uid: 42475 + - uid: 61651 components: - type: Transform - pos: -196.5,-19.5 + pos: 201.5,8.5 parent: 1 - - uid: 42476 + - uid: 61652 components: - type: Transform - pos: -196.5,-18.5 + pos: 201.5,7.5 parent: 1 - - uid: 42477 + - uid: 61653 components: - type: Transform - pos: -196.5,-17.5 + pos: 201.5,6.5 parent: 1 - - uid: 42478 + - uid: 61654 components: - type: Transform - pos: -196.5,-16.5 + pos: 201.5,5.5 parent: 1 - - uid: 42479 + - uid: 61655 components: - type: Transform - pos: -196.5,-15.5 + pos: 201.5,4.5 parent: 1 - - uid: 42480 + - uid: 61656 components: - type: Transform - pos: -196.5,-14.5 + pos: 201.5,3.5 parent: 1 - - uid: 42481 + - uid: 61657 components: - type: Transform - pos: -196.5,-13.5 + pos: 201.5,2.5 parent: 1 - - uid: 42482 + - uid: 61658 components: - type: Transform - pos: -196.5,-12.5 + pos: 201.5,1.5 parent: 1 - - uid: 42483 + - uid: 61659 components: - type: Transform - pos: -196.5,-11.5 + pos: 201.5,0.5 parent: 1 - - uid: 42484 + - uid: 61660 components: - type: Transform - pos: -196.5,-2.5 + pos: 201.5,-0.5 parent: 1 - - uid: 42485 + - uid: 61661 components: - type: Transform - pos: -196.5,-1.5 + pos: 201.5,-1.5 parent: 1 - - uid: 42486 + - uid: 61662 components: - type: Transform - pos: -196.5,-0.5 + pos: 201.5,-2.5 parent: 1 - - uid: 42487 + - uid: 61663 components: - type: Transform - pos: -196.5,0.5 + pos: -302.5,-36.5 parent: 1 - - uid: 42488 + - uid: 61664 components: - type: Transform - pos: -197.5,-10.5 + pos: -301.5,-37.5 parent: 1 - - uid: 42489 + - uid: 61665 components: - type: Transform - pos: -197.5,-9.5 + pos: -301.5,-36.5 parent: 1 - - uid: 42490 + - uid: 61666 components: - type: Transform - pos: -197.5,-8.5 + pos: -301.5,-35.5 parent: 1 - - uid: 42491 + - uid: 61667 components: - type: Transform - pos: -197.5,-7.5 + pos: -302.5,-31.5 parent: 1 - - uid: 42492 + - uid: 61668 components: - type: Transform - pos: -197.5,-6.5 + pos: -302.5,-32.5 parent: 1 - - uid: 42493 + - uid: 61669 components: - type: Transform - pos: -197.5,-5.5 + pos: -300.5,-32.5 parent: 1 - - uid: 42494 + - uid: 61670 components: - type: Transform - pos: -197.5,-4.5 + pos: -299.5,-32.5 parent: 1 - - uid: 42495 + - uid: 61671 components: - type: Transform - pos: -197.5,-3.5 + pos: -298.5,-32.5 parent: 1 - - uid: 42496 + - uid: 61672 components: - type: Transform - pos: -197.5,-2.5 + pos: -300.5,-31.5 parent: 1 - - uid: 42497 + - uid: 61673 components: - type: Transform - pos: -197.5,-1.5 + pos: -301.5,-31.5 parent: 1 - - uid: 42498 + - uid: 61674 components: - type: Transform - pos: -197.5,-0.5 + pos: -301.5,-32.5 parent: 1 - - uid: 42499 + - uid: 61675 components: - type: Transform - pos: -197.5,0.5 + pos: -301.5,-33.5 parent: 1 - - uid: 42500 + - uid: 61676 components: - type: Transform - pos: -198.5,-10.5 + pos: -302.5,-34.5 parent: 1 - - uid: 42501 + - uid: 61677 components: - type: Transform - pos: -198.5,-9.5 + pos: -301.5,-34.5 parent: 1 - - uid: 42502 + - uid: 61678 components: - type: Transform - pos: -198.5,-8.5 + pos: -302.5,-33.5 parent: 1 - - uid: 42503 + - uid: 61679 components: - type: Transform - pos: -198.5,-7.5 + pos: -299.5,-33.5 parent: 1 - - uid: 42504 + - uid: 61680 components: - type: Transform - pos: -198.5,-6.5 + pos: -300.5,-37.5 parent: 1 - - uid: 42505 + - uid: 61681 components: - type: Transform - pos: -198.5,-5.5 + pos: -300.5,-36.5 parent: 1 - - uid: 42506 + - uid: 61682 components: - type: Transform - pos: -198.5,-4.5 + pos: -299.5,-37.5 parent: 1 - - uid: 42507 + - uid: 61683 components: - type: Transform - pos: -198.5,-3.5 + pos: -299.5,-36.5 parent: 1 - - uid: 42508 + - uid: 61684 components: - type: Transform - pos: -198.5,-2.5 + pos: -298.5,-37.5 parent: 1 - - uid: 42509 + - uid: 61685 components: - type: Transform - pos: -198.5,-1.5 + pos: -298.5,-36.5 parent: 1 - - uid: 42510 + - uid: 61686 components: - type: Transform - pos: -198.5,-0.5 + pos: -297.5,-37.5 parent: 1 - - uid: 42511 + - uid: 61687 components: - type: Transform - pos: -198.5,0.5 + pos: -297.5,-36.5 parent: 1 - - uid: 42512 + - uid: 61688 components: - type: Transform - pos: -199.5,-10.5 + pos: -299.5,-35.5 parent: 1 - - uid: 42513 + - uid: 61689 components: - type: Transform - pos: -199.5,-9.5 + pos: -300.5,-35.5 parent: 1 - - uid: 42514 + - uid: 61690 components: - type: Transform - pos: -199.5,-8.5 + pos: -300.5,-34.5 parent: 1 - - uid: 42515 + - uid: 61691 components: - type: Transform - pos: -199.5,-7.5 + pos: -300.5,-33.5 parent: 1 - - uid: 42516 + - uid: 61692 components: - type: Transform - pos: -199.5,-6.5 + pos: -299.5,-34.5 parent: 1 - - uid: 42517 + - uid: 61693 components: - type: Transform - pos: -199.5,-5.5 + pos: -298.5,-34.5 parent: 1 - - uid: 42518 + - uid: 61694 components: - type: Transform - pos: -199.5,-4.5 + pos: -298.5,-35.5 parent: 1 - - uid: 42519 + - uid: 61695 components: - type: Transform - pos: -199.5,-3.5 + pos: -296.5,-36.5 parent: 1 - - uid: 42520 + - uid: 61696 components: - type: Transform - pos: -199.5,-2.5 + pos: -295.5,-36.5 parent: 1 - - uid: 42521 + - uid: 61697 components: - type: Transform - pos: -199.5,-1.5 + pos: -296.5,-37.5 parent: 1 - - uid: 42522 + - uid: 61698 components: - type: Transform - pos: -199.5,-0.5 + pos: -295.5,-37.5 parent: 1 - - uid: 42523 + - uid: 61699 components: - type: Transform - pos: -199.5,0.5 + pos: -294.5,-36.5 parent: 1 - - uid: 42524 + - uid: 61700 components: - type: Transform - pos: -198.5,1.5 + pos: -298.5,-33.5 parent: 1 - - uid: 42525 + - uid: 61701 components: - type: Transform - pos: -198.5,2.5 + pos: -297.5,-33.5 parent: 1 - - uid: 42526 + - uid: 61702 components: - type: Transform - pos: -198.5,3.5 + pos: -297.5,-32.5 parent: 1 - - uid: 42527 + - uid: 61703 components: - type: Transform - pos: -198.5,4.5 + pos: -296.5,-32.5 parent: 1 - - uid: 42528 + - uid: 61704 components: - type: Transform - pos: -198.5,5.5 + pos: -299.5,-31.5 parent: 1 - - uid: 42529 + - uid: 61705 components: - type: Transform - pos: -198.5,6.5 + pos: -298.5,-31.5 parent: 1 - - uid: 42530 + - uid: 61706 components: - type: Transform - pos: -198.5,7.5 + pos: -297.5,-35.5 parent: 1 - - uid: 42531 + - uid: 61707 components: - type: Transform - pos: -198.5,8.5 + pos: -296.5,-35.5 parent: 1 - - uid: 42532 + - uid: 61708 components: - type: Transform - pos: -198.5,9.5 + pos: -295.5,-34.5 parent: 1 - - uid: 42533 + - uid: 61709 components: - type: Transform - pos: -198.5,10.5 + pos: -193.5,15.5 parent: 1 - - uid: 42534 + - uid: 61710 components: - type: Transform - pos: -198.5,11.5 + pos: -190.5,-41.5 parent: 1 - - uid: 42535 + - uid: 61711 components: - type: Transform - pos: -198.5,12.5 + pos: -192.5,18.5 parent: 1 - - uid: 42536 + - uid: 61712 components: - type: Transform - pos: -198.5,13.5 + pos: -192.5,17.5 parent: 1 - - uid: 42537 + - uid: 61713 components: - type: Transform - pos: -198.5,14.5 + pos: -193.5,-56.5 parent: 1 - - uid: 42538 + - uid: 61714 components: - type: Transform - pos: -198.5,15.5 + pos: -194.5,0.5 parent: 1 - - uid: 42539 + - uid: 61715 components: - type: Transform - pos: -198.5,16.5 + pos: -193.5,16.5 parent: 1 - - uid: 42540 + - uid: 61716 components: - type: Transform - pos: -198.5,17.5 + pos: -193.5,-57.5 parent: 1 - - uid: 42541 + - uid: 61717 components: - type: Transform - pos: -198.5,18.5 + pos: -193.5,-58.5 parent: 1 - - uid: 42542 + - uid: 61718 components: - type: Transform - pos: -197.5,1.5 + pos: -191.5,-28.5 parent: 1 - - uid: 42543 + - uid: 61719 components: - type: Transform - pos: -197.5,2.5 + pos: -192.5,-37.5 parent: 1 - - uid: 42544 + - uid: 61720 components: - type: Transform - pos: -197.5,3.5 + pos: -192.5,-38.5 parent: 1 - - uid: 42545 + - uid: 61721 components: - type: Transform - pos: -197.5,4.5 + pos: -192.5,-36.5 parent: 1 - - uid: 42546 + - uid: 61722 components: - type: Transform - pos: -197.5,5.5 + pos: -190.5,-28.5 parent: 1 - - uid: 42547 + - uid: 61723 components: - type: Transform - pos: -197.5,6.5 + pos: -193.5,17.5 parent: 1 - - uid: 42548 + - uid: 61724 components: - type: Transform - pos: -197.5,7.5 + pos: -190.5,-24.5 parent: 1 - - uid: 42549 + - uid: 61725 components: - type: Transform - pos: -197.5,8.5 + pos: -194.5,-0.5 parent: 1 - - uid: 42550 + - uid: 61726 components: - type: Transform - pos: -197.5,9.5 + pos: -194.5,-1.5 parent: 1 - - uid: 42551 + - uid: 61727 components: - type: Transform - pos: -197.5,10.5 + pos: -191.5,-39.5 parent: 1 - - uid: 42552 + - uid: 61728 components: - type: Transform - pos: -197.5,11.5 + pos: -199.5,-68.5 parent: 1 - - uid: 42553 + - uid: 61729 components: - type: Transform - pos: -197.5,12.5 + pos: -194.5,14.5 parent: 1 - - uid: 42554 + - uid: 61730 components: - type: Transform - pos: -197.5,13.5 + pos: -194.5,13.5 parent: 1 - - uid: 42555 + - uid: 61731 components: - type: Transform - pos: -197.5,14.5 + pos: -195.5,13.5 parent: 1 - - uid: 42556 + - uid: 61732 components: - type: Transform - pos: -197.5,15.5 + pos: -195.5,12.5 parent: 1 - - uid: 42557 + - uid: 61733 components: - type: Transform - pos: -197.5,16.5 + pos: -196.5,10.5 parent: 1 - - uid: 42558 + - uid: 61734 components: - type: Transform - pos: -197.5,17.5 + pos: -196.5,9.5 parent: 1 - - uid: 42559 + - uid: 61735 components: - type: Transform - pos: -197.5,18.5 + pos: -196.5,8.5 parent: 1 - - uid: 42560 + - uid: 61736 components: - type: Transform - pos: -196.5,1.5 + pos: -196.5,11.5 parent: 1 - - uid: 42561 + - uid: 61737 components: - type: Transform - pos: -196.5,2.5 + pos: -195.5,11.5 parent: 1 - - uid: 42562 + - uid: 61738 components: - type: Transform - pos: -196.5,3.5 + pos: -195.5,7.5 parent: 1 - - uid: 42563 + - uid: 61739 components: - type: Transform - pos: -196.5,4.5 + pos: -195.5,8.5 parent: 1 - - uid: 42564 + - uid: 61740 components: - type: Transform - pos: -196.5,5.5 + pos: -194.5,7.5 parent: 1 - - uid: 42565 + - uid: 61741 components: - type: Transform - pos: -196.5,6.5 + pos: -194.5,6.5 parent: 1 - - uid: 42566 + - uid: 61742 components: - type: Transform - pos: -196.5,7.5 + pos: -194.5,5.5 parent: 1 - - uid: 42567 + - uid: 61743 components: - type: Transform - pos: -196.5,12.5 + pos: -193.5,5.5 parent: 1 - - uid: 42568 + - uid: 61744 components: - type: Transform - pos: -196.5,13.5 + pos: -193.5,4.5 parent: 1 - - uid: 42569 + - uid: 61745 components: - type: Transform - pos: -196.5,14.5 + pos: -193.5,3.5 parent: 1 - - uid: 42570 + - uid: 61746 components: - type: Transform - pos: -196.5,15.5 + pos: -193.5,2.5 parent: 1 - - uid: 42571 + - uid: 61747 components: - type: Transform - pos: -196.5,16.5 + pos: -193.5,1.5 parent: 1 - - uid: 42572 + - uid: 61748 components: - type: Transform - pos: -196.5,17.5 + pos: -192.5,3.5 parent: 1 - - uid: 42573 + - uid: 61749 components: - type: Transform - pos: -196.5,18.5 + pos: -193.5,0.5 parent: 1 - - uid: 42574 + - uid: 61750 components: - type: Transform - pos: -195.5,14.5 + pos: -192.5,2.5 parent: 1 - - uid: 42575 + - uid: 61751 components: - type: Transform - pos: -195.5,15.5 + pos: -196.5,-10.5 parent: 1 - - uid: 42576 + - uid: 61752 components: - type: Transform - pos: -195.5,16.5 + pos: -196.5,-9.5 parent: 1 - - uid: 42577 + - uid: 61753 components: - type: Transform - pos: -195.5,17.5 + pos: -194.5,-2.5 parent: 1 - - uid: 42578 + - uid: 61754 components: - type: Transform - pos: -195.5,18.5 + pos: -193.5,-3.5 parent: 1 - - uid: 42579 + - uid: 61755 components: - type: Transform - pos: -194.5,15.5 + pos: -192.5,-4.5 parent: 1 - - uid: 42580 + - uid: 61756 components: - type: Transform - pos: -194.5,16.5 + pos: -192.5,-6.5 parent: 1 - - uid: 42581 + - uid: 61757 components: - type: Transform - pos: -194.5,17.5 + pos: -192.5,-5.5 parent: 1 - - uid: 42582 + - uid: 61758 components: - type: Transform - pos: -194.5,18.5 + pos: -191.5,-6.5 parent: 1 - - uid: 42583 + - uid: 61759 components: - type: Transform - pos: -193.5,18.5 + pos: -191.5,-7.5 parent: 1 - - uid: 42584 + - uid: 61760 components: - type: Transform - pos: -195.5,6.5 + pos: -191.5,-8.5 parent: 1 - - uid: 42585 + - uid: 61761 components: - type: Transform - pos: -194.5,4.5 + pos: -191.5,-9.5 parent: 1 - - uid: 42586 + - uid: 61762 components: - type: Transform - pos: -194.5,3.5 + pos: -191.5,-10.5 parent: 1 - - uid: 42587 + - uid: 61763 components: - type: Transform - pos: -194.5,2.5 + pos: -191.5,-11.5 parent: 1 - - uid: 42588 + - uid: 61764 components: - type: Transform - pos: -194.5,1.5 + pos: -191.5,-12.5 parent: 1 - - uid: 42589 + - uid: 61765 components: - type: Transform - pos: -195.5,4.5 + pos: -191.5,-13.5 parent: 1 - - uid: 42590 + - uid: 61766 components: - type: Transform - pos: -195.5,3.5 + pos: -191.5,-14.5 parent: 1 - - uid: 42591 + - uid: 61767 components: - type: Transform - pos: -195.5,2.5 + pos: -191.5,-15.5 parent: 1 - - uid: 42592 + - uid: 61768 components: - type: Transform - pos: -195.5,1.5 + pos: -190.5,-15.5 parent: 1 - - uid: 42593 + - uid: 61769 components: - type: Transform - pos: -195.5,0.5 + pos: -190.5,-16.5 parent: 1 - - uid: 42594 + - uid: 61770 components: - type: Transform - pos: -195.5,-0.5 + pos: -189.5,-17.5 parent: 1 - - uid: 42595 + - uid: 61771 components: - type: Transform - pos: -195.5,-1.5 + pos: -189.5,-18.5 parent: 1 - - uid: 42596 + - uid: 61772 components: - type: Transform - pos: -195.5,-2.5 + pos: -189.5,-19.5 parent: 1 - - uid: 42597 + - uid: 61773 components: - type: Transform - pos: -195.5,5.5 + pos: -189.5,-20.5 parent: 1 - - uid: 42598 + - uid: 61774 components: - type: Transform - pos: -194.5,-5.5 + pos: -189.5,-21.5 parent: 1 - - uid: 42599 + - uid: 61775 components: - type: Transform - pos: -194.5,-6.5 + pos: -189.5,-22.5 parent: 1 - - uid: 42600 + - uid: 61776 components: - type: Transform - pos: -195.5,-3.5 + pos: -189.5,-23.5 parent: 1 - - uid: 42601 + - uid: 61777 components: - type: Transform - pos: -195.5,-4.5 + pos: -194.5,-3.5 parent: 1 - - uid: 42602 + - uid: 61778 components: - type: Transform - pos: -195.5,-5.5 + pos: -194.5,-4.5 parent: 1 - - uid: 42603 + - uid: 61779 components: - type: Transform - pos: -195.5,-6.5 + pos: -190.5,-25.5 parent: 1 - - uid: 42604 + - uid: 61780 components: - type: Transform - pos: -193.5,-6.5 + pos: -191.5,-27.5 parent: 1 - - uid: 42605 + - uid: 61781 components: - type: Transform - pos: -193.5,-5.5 + pos: -190.5,-26.5 parent: 1 - - uid: 42606 + - uid: 61782 components: - type: Transform - pos: -193.5,-4.5 + pos: -191.5,-26.5 parent: 1 - - uid: 42607 + - uid: 61783 components: - type: Transform - pos: -192.5,-9.5 + pos: -190.5,-29.5 parent: 1 - - uid: 42608 + - uid: 61784 components: - type: Transform - pos: -192.5,-10.5 + pos: -196.5,-6.5 parent: 1 - - uid: 42609 + - uid: 61785 components: - type: Transform - pos: -192.5,-11.5 + pos: -196.5,-7.5 parent: 1 - - uid: 42610 + - uid: 61786 components: - type: Transform - pos: -192.5,-12.5 + pos: -196.5,-8.5 parent: 1 - - uid: 42611 + - uid: 61787 components: - type: Transform - pos: -192.5,-13.5 + pos: -196.5,-5.5 parent: 1 - - uid: 42612 + - uid: 61788 components: - type: Transform - pos: -192.5,-14.5 + pos: -196.5,-4.5 parent: 1 - - uid: 42613 + - uid: 61789 components: - type: Transform - pos: -192.5,-15.5 + pos: -190.5,-30.5 parent: 1 - - uid: 42614 + - uid: 61790 components: - type: Transform - pos: -192.5,-16.5 + pos: -191.5,-30.5 parent: 1 - - uid: 42615 + - uid: 61791 components: - type: Transform - pos: -192.5,-17.5 + pos: -191.5,-31.5 parent: 1 - - uid: 42616 + - uid: 61792 components: - type: Transform - pos: -192.5,-18.5 + pos: -191.5,-32.5 parent: 1 - - uid: 42617 + - uid: 61793 components: - type: Transform - pos: -192.5,-19.5 + pos: -191.5,-33.5 parent: 1 - - uid: 42618 + - uid: 61794 components: - type: Transform - pos: -192.5,-20.5 + pos: -191.5,-34.5 parent: 1 - - uid: 42619 + - uid: 61795 components: - type: Transform - pos: -192.5,-21.5 + pos: -191.5,-35.5 parent: 1 - - uid: 42620 + - uid: 61796 components: - type: Transform - pos: -192.5,-22.5 + pos: -192.5,-7.5 parent: 1 - - uid: 42621 + - uid: 61797 components: - type: Transform - pos: -192.5,-23.5 + pos: -192.5,-8.5 parent: 1 - - uid: 42622 + - uid: 61798 components: - type: Transform - pos: -192.5,-24.5 + pos: -196.5,-3.5 parent: 1 - - uid: 42623 + - uid: 61799 components: - type: Transform - pos: -192.5,-25.5 + pos: -199.5,-69.5 parent: 1 - - uid: 42624 + - uid: 61800 components: - type: Transform - pos: -192.5,-26.5 + pos: -199.5,-67.5 parent: 1 - - uid: 42625 + - uid: 61801 components: - type: Transform - pos: -192.5,-27.5 + pos: -199.5,-65.5 parent: 1 - - uid: 42626 + - uid: 61802 components: - type: Transform - pos: -192.5,-28.5 + pos: -199.5,-66.5 parent: 1 - - uid: 42627 + - uid: 61803 components: - type: Transform - pos: -192.5,-29.5 + pos: -190.5,-42.5 parent: 1 - - uid: 42628 + - uid: 61804 components: - type: Transform - pos: -192.5,-30.5 + pos: -190.5,-43.5 parent: 1 - - uid: 42629 + - uid: 61805 components: - type: Transform - pos: -192.5,-31.5 + pos: -190.5,-44.5 parent: 1 - - uid: 42630 + - uid: 61806 components: - type: Transform - pos: -193.5,-7.5 + pos: -190.5,-45.5 parent: 1 - - uid: 42631 + - uid: 61807 components: - type: Transform - pos: -193.5,-8.5 + pos: -190.5,-46.5 parent: 1 - - uid: 42632 + - uid: 61808 components: - type: Transform - pos: -193.5,-9.5 + pos: -190.5,-47.5 parent: 1 - - uid: 42633 + - uid: 61809 components: - type: Transform - pos: -193.5,-10.5 + pos: -190.5,-48.5 parent: 1 - - uid: 42634 + - uid: 61810 components: - type: Transform - pos: -193.5,-11.5 + pos: -190.5,-49.5 parent: 1 - - uid: 42635 + - uid: 61811 components: - type: Transform - pos: -193.5,-12.5 + pos: -190.5,-50.5 parent: 1 - - uid: 42636 + - uid: 61812 components: - type: Transform - pos: -193.5,-13.5 + pos: -192.5,-53.5 parent: 1 - - uid: 42637 + - uid: 61813 components: - type: Transform - pos: -193.5,-14.5 + pos: -192.5,-54.5 parent: 1 - - uid: 42638 + - uid: 61814 components: - type: Transform - pos: -193.5,-15.5 + pos: -192.5,-55.5 parent: 1 - - uid: 42639 + - uid: 61815 components: - type: Transform - pos: -193.5,-16.5 + pos: -191.5,-52.5 parent: 1 - - uid: 42640 + - uid: 61816 components: - type: Transform - pos: -193.5,-17.5 + pos: -191.5,-51.5 parent: 1 - - uid: 42641 + - uid: 61817 components: - type: Transform - pos: -193.5,-18.5 + pos: -199.5,-64.5 parent: 1 - - uid: 42642 + - uid: 61818 components: - type: Transform - pos: -193.5,-19.5 + pos: -192.5,-32.5 parent: 1 - - uid: 42643 + - uid: 61819 components: - type: Transform - pos: -193.5,-20.5 + pos: -193.5,-59.5 parent: 1 - - uid: 42644 + - uid: 61820 components: - type: Transform - pos: -193.5,-21.5 + pos: -193.5,-60.5 parent: 1 - - uid: 42645 + - uid: 61821 components: - type: Transform - pos: -193.5,-22.5 + pos: -193.5,-61.5 parent: 1 - - uid: 42646 + - uid: 61822 components: - type: Transform - pos: -193.5,-23.5 + pos: -193.5,-62.5 parent: 1 - - uid: 42647 + - uid: 61823 components: - type: Transform - pos: -193.5,-24.5 + pos: -193.5,-63.5 parent: 1 - - uid: 42648 + - uid: 61824 components: - type: Transform - pos: -193.5,-25.5 + pos: -193.5,-64.5 parent: 1 - - uid: 42649 + - uid: 61825 components: - type: Transform - pos: -193.5,-26.5 + pos: -193.5,-65.5 parent: 1 - - uid: 42650 + - uid: 61826 components: - type: Transform - pos: -193.5,-27.5 + pos: -194.5,-56.5 parent: 1 - - uid: 42651 + - uid: 61827 components: - type: Transform - pos: -193.5,-28.5 + pos: -194.5,-57.5 parent: 1 - - uid: 42652 + - uid: 61828 components: - type: Transform - pos: -193.5,-29.5 + pos: -194.5,-58.5 parent: 1 - - uid: 42653 + - uid: 61829 components: - type: Transform - pos: -193.5,-30.5 + pos: -194.5,-59.5 parent: 1 - - uid: 42654 + - uid: 61830 components: - type: Transform - pos: -193.5,-31.5 + pos: -194.5,-60.5 parent: 1 - - uid: 42655 + - uid: 61831 components: - type: Transform - pos: -194.5,-7.5 + pos: -194.5,-61.5 parent: 1 - - uid: 42656 + - uid: 61832 components: - type: Transform - pos: -194.5,-8.5 + pos: -194.5,-62.5 parent: 1 - - uid: 42657 + - uid: 61833 components: - type: Transform - pos: -194.5,-9.5 + pos: -194.5,-63.5 parent: 1 - - uid: 42658 + - uid: 61834 components: - type: Transform - pos: -194.5,-10.5 + pos: -194.5,-64.5 parent: 1 - - uid: 42659 + - uid: 61835 components: - type: Transform - pos: -194.5,-11.5 + pos: -194.5,-65.5 parent: 1 - - uid: 42660 + - uid: 61836 components: - type: Transform - pos: -194.5,-12.5 + pos: -195.5,-56.5 parent: 1 - - uid: 42661 + - uid: 61837 components: - type: Transform - pos: -194.5,-13.5 + pos: -195.5,-57.5 parent: 1 - - uid: 42662 + - uid: 61838 components: - type: Transform - pos: -194.5,-14.5 + pos: -195.5,-58.5 parent: 1 - - uid: 42663 + - uid: 61839 components: - type: Transform - pos: -194.5,-15.5 + pos: -195.5,-59.5 parent: 1 - - uid: 42664 + - uid: 61840 components: - type: Transform - pos: -194.5,-16.5 + pos: -195.5,-60.5 parent: 1 - - uid: 42665 + - uid: 61841 components: - type: Transform - pos: -194.5,-17.5 + pos: -195.5,-61.5 parent: 1 - - uid: 42666 + - uid: 61842 components: - type: Transform - pos: -194.5,-18.5 + pos: -195.5,-62.5 parent: 1 - - uid: 42667 + - uid: 61843 components: - type: Transform - pos: -194.5,-19.5 + pos: -195.5,-63.5 parent: 1 - - uid: 42668 + - uid: 61844 components: - type: Transform - pos: -194.5,-20.5 + pos: -195.5,-64.5 parent: 1 - - uid: 42669 + - uid: 61845 components: - type: Transform - pos: -194.5,-21.5 + pos: -195.5,-65.5 parent: 1 - - uid: 42670 + - uid: 61846 components: - type: Transform - pos: -194.5,-22.5 + pos: -196.5,-56.5 parent: 1 - - uid: 42671 + - uid: 61847 components: - type: Transform - pos: -194.5,-23.5 + pos: -196.5,-57.5 parent: 1 - - uid: 42672 + - uid: 61848 components: - type: Transform - pos: -194.5,-24.5 + pos: -196.5,-58.5 parent: 1 - - uid: 42673 + - uid: 61849 components: - type: Transform - pos: -194.5,-25.5 + pos: -196.5,-59.5 parent: 1 - - uid: 42674 + - uid: 61850 components: - type: Transform - pos: -194.5,-26.5 + pos: -196.5,-60.5 parent: 1 - - uid: 42675 + - uid: 61851 components: - type: Transform - pos: -194.5,-27.5 + pos: -196.5,-61.5 parent: 1 - - uid: 42676 + - uid: 61852 components: - type: Transform - pos: -194.5,-28.5 + pos: -196.5,-62.5 parent: 1 - - uid: 42677 + - uid: 61853 components: - type: Transform - pos: -194.5,-29.5 + pos: -196.5,-63.5 parent: 1 - - uid: 42678 + - uid: 61854 components: - type: Transform - pos: -194.5,-30.5 + pos: -196.5,-64.5 parent: 1 - - uid: 42679 + - uid: 61855 components: - type: Transform - pos: -194.5,-31.5 + pos: -196.5,-65.5 parent: 1 - - uid: 42680 + - uid: 61856 components: - type: Transform - pos: -195.5,-7.5 + pos: -197.5,-56.5 parent: 1 - - uid: 42681 + - uid: 61857 components: - type: Transform - pos: -195.5,-8.5 + pos: -197.5,-57.5 parent: 1 - - uid: 42682 + - uid: 61858 components: - type: Transform - pos: -195.5,-9.5 + pos: -197.5,-58.5 parent: 1 - - uid: 42683 + - uid: 61859 components: - type: Transform - pos: -195.5,-10.5 + pos: -197.5,-59.5 parent: 1 - - uid: 42684 + - uid: 61860 components: - type: Transform - pos: -195.5,-11.5 + pos: -197.5,-60.5 parent: 1 - - uid: 42685 + - uid: 61861 components: - type: Transform - pos: -195.5,-12.5 + pos: -197.5,-61.5 parent: 1 - - uid: 42686 + - uid: 61862 components: - type: Transform - pos: -195.5,-13.5 + pos: -197.5,-62.5 parent: 1 - - uid: 42687 + - uid: 61863 components: - type: Transform - pos: -195.5,-14.5 + pos: -197.5,-63.5 parent: 1 - - uid: 42688 + - uid: 61864 components: - type: Transform - pos: -195.5,-15.5 + pos: -197.5,-64.5 parent: 1 - - uid: 42689 + - uid: 61865 components: - type: Transform - pos: -195.5,-16.5 + pos: -197.5,-65.5 parent: 1 - - uid: 42690 + - uid: 61866 components: - type: Transform - pos: -195.5,-17.5 + pos: -198.5,-56.5 parent: 1 - - uid: 42691 + - uid: 61867 components: - type: Transform - pos: -195.5,-18.5 + pos: -198.5,-57.5 parent: 1 - - uid: 42692 + - uid: 61868 components: - type: Transform - pos: -195.5,-19.5 + pos: -198.5,-58.5 parent: 1 - - uid: 42693 + - uid: 61869 components: - type: Transform - pos: -195.5,-20.5 + pos: -198.5,-59.5 parent: 1 - - uid: 42694 + - uid: 61870 components: - type: Transform - pos: -195.5,-21.5 + pos: -198.5,-60.5 parent: 1 - - uid: 42695 + - uid: 61871 components: - type: Transform - pos: -195.5,-22.5 + pos: -198.5,-61.5 parent: 1 - - uid: 42696 + - uid: 61872 components: - type: Transform - pos: -195.5,-23.5 + pos: -198.5,-62.5 parent: 1 - - uid: 42697 + - uid: 61873 components: - type: Transform - pos: -195.5,-24.5 + pos: -198.5,-63.5 parent: 1 - - uid: 42698 + - uid: 61874 components: - type: Transform - pos: -195.5,-25.5 + pos: -198.5,-64.5 parent: 1 - - uid: 42699 + - uid: 61875 components: - type: Transform - pos: -195.5,-26.5 + pos: -198.5,-65.5 parent: 1 - - uid: 42700 + - uid: 61876 components: - type: Transform - pos: -195.5,-27.5 + pos: -194.5,-69.5 parent: 1 - - uid: 42701 + - uid: 61877 components: - type: Transform - pos: -195.5,-28.5 + pos: -194.5,-68.5 parent: 1 - - uid: 42702 + - uid: 61878 components: - type: Transform - pos: -195.5,-29.5 + pos: -194.5,-67.5 parent: 1 - - uid: 42703 + - uid: 61879 components: - type: Transform - pos: -195.5,-30.5 + pos: -194.5,-66.5 parent: 1 - - uid: 42704 + - uid: 61880 components: - type: Transform - pos: -195.5,-31.5 + pos: -195.5,-69.5 parent: 1 - - uid: 42705 + - uid: 61881 components: - type: Transform - pos: -190.5,-23.5 + pos: -195.5,-68.5 parent: 1 - - uid: 42706 + - uid: 61882 components: - type: Transform - pos: -190.5,-22.5 + pos: -195.5,-67.5 parent: 1 - - uid: 42707 + - uid: 61883 components: - type: Transform - pos: -190.5,-21.5 + pos: -195.5,-66.5 parent: 1 - - uid: 42708 + - uid: 61884 components: - type: Transform - pos: -190.5,-20.5 + pos: -196.5,-69.5 parent: 1 - - uid: 42709 + - uid: 61885 components: - type: Transform - pos: -190.5,-19.5 + pos: -196.5,-68.5 parent: 1 - - uid: 42710 + - uid: 61886 components: - type: Transform - pos: -190.5,-18.5 + pos: -196.5,-67.5 parent: 1 - - uid: 42711 + - uid: 61887 components: - type: Transform - pos: -190.5,-17.5 + pos: -196.5,-66.5 parent: 1 - - uid: 42712 + - uid: 61888 components: - type: Transform - pos: -191.5,-23.5 + pos: -197.5,-69.5 parent: 1 - - uid: 42713 + - uid: 61889 components: - type: Transform - pos: -191.5,-22.5 + pos: -197.5,-68.5 parent: 1 - - uid: 42714 + - uid: 61890 components: - type: Transform - pos: -191.5,-21.5 + pos: -197.5,-67.5 parent: 1 - - uid: 42715 + - uid: 61891 components: - type: Transform - pos: -191.5,-20.5 + pos: -197.5,-66.5 parent: 1 - - uid: 42716 + - uid: 61892 components: - type: Transform - pos: -191.5,-19.5 + pos: -198.5,-69.5 parent: 1 - - uid: 42717 + - uid: 61893 components: - type: Transform - pos: -191.5,-18.5 + pos: -198.5,-68.5 parent: 1 - - uid: 42718 + - uid: 61894 components: - type: Transform - pos: -191.5,-17.5 + pos: -198.5,-67.5 parent: 1 - - uid: 42719 + - uid: 61895 components: - type: Transform - pos: -191.5,-16.5 + pos: -198.5,-66.5 parent: 1 - - uid: 42720 + - uid: 61896 components: - type: Transform - pos: -191.5,-24.5 + pos: -193.5,-50.5 parent: 1 - - uid: 42721 + - uid: 61897 components: - type: Transform - pos: -191.5,-25.5 + pos: -193.5,-51.5 parent: 1 - - uid: 42722 + - uid: 61898 components: - type: Transform - pos: -191.5,-29.5 + pos: -199.5,-63.5 parent: 1 - - uid: 42723 + - uid: 61899 components: - type: Transform - pos: -192.5,-33.5 + pos: -199.5,-62.5 parent: 1 - - uid: 42724 + - uid: 61900 components: - type: Transform - pos: -192.5,-34.5 + pos: -199.5,-61.5 parent: 1 - - uid: 42725 + - uid: 61901 components: - type: Transform - pos: -192.5,-35.5 + pos: -199.5,-60.5 parent: 1 - - uid: 42726 + - uid: 61902 components: - type: Transform - pos: -192.5,-39.5 + pos: -199.5,-59.5 parent: 1 - - uid: 42727 + - uid: 61903 components: - type: Transform - pos: -192.5,-40.5 + pos: -199.5,-58.5 parent: 1 - - uid: 42728 + - uid: 61904 components: - type: Transform - pos: -192.5,-41.5 + pos: -199.5,-57.5 parent: 1 - - uid: 42729 + - uid: 61905 components: - type: Transform - pos: -192.5,-42.5 + pos: -199.5,-56.5 parent: 1 - - uid: 42730 + - uid: 61906 components: - type: Transform - pos: -192.5,-43.5 + pos: -199.5,-55.5 parent: 1 - - uid: 42731 + - uid: 61907 components: - type: Transform - pos: -192.5,-44.5 + pos: -199.5,-54.5 parent: 1 - - uid: 42732 + - uid: 61908 components: - type: Transform - pos: -192.5,-45.5 + pos: -199.5,-53.5 parent: 1 - - uid: 42733 + - uid: 61909 components: - type: Transform - pos: -192.5,-46.5 + pos: -199.5,-52.5 parent: 1 - - uid: 42734 + - uid: 61910 components: - type: Transform - pos: -192.5,-47.5 + pos: -199.5,-51.5 parent: 1 - - uid: 42735 + - uid: 61911 components: - type: Transform - pos: -192.5,-48.5 + pos: -199.5,-50.5 parent: 1 - - uid: 42736 + - uid: 61912 components: - type: Transform - pos: -192.5,-49.5 + pos: -199.5,-49.5 parent: 1 - - uid: 42737 + - uid: 61913 components: - type: Transform - pos: -193.5,-32.5 + pos: -199.5,-48.5 parent: 1 - - uid: 42738 + - uid: 61914 components: - type: Transform - pos: -193.5,-33.5 + pos: -199.5,-47.5 parent: 1 - - uid: 42739 + - uid: 61915 components: - type: Transform - pos: -193.5,-34.5 + pos: -199.5,-46.5 parent: 1 - - uid: 42740 + - uid: 61916 components: - type: Transform - pos: -193.5,-35.5 + pos: -199.5,-45.5 parent: 1 - - uid: 42741 + - uid: 61917 components: - type: Transform - pos: -193.5,-36.5 + pos: -199.5,-44.5 parent: 1 - - uid: 42742 + - uid: 61918 components: - type: Transform - pos: -193.5,-37.5 + pos: -199.5,-43.5 parent: 1 - - uid: 42743 + - uid: 61919 components: - type: Transform - pos: -193.5,-38.5 + pos: -199.5,-42.5 parent: 1 - - uid: 42744 + - uid: 61920 components: - type: Transform - pos: -193.5,-39.5 + pos: -199.5,-41.5 parent: 1 - - uid: 42745 + - uid: 61921 components: - type: Transform - pos: -193.5,-40.5 + pos: -199.5,-40.5 parent: 1 - - uid: 42746 + - uid: 61922 components: - type: Transform - pos: -193.5,-41.5 + pos: -199.5,-39.5 parent: 1 - - uid: 42747 + - uid: 61923 components: - type: Transform - pos: -193.5,-42.5 + pos: -199.5,-38.5 parent: 1 - - uid: 42748 + - uid: 61924 components: - type: Transform - pos: -193.5,-43.5 + pos: -199.5,-37.5 parent: 1 - - uid: 42749 + - uid: 61925 components: - type: Transform - pos: -193.5,-44.5 + pos: -199.5,-36.5 parent: 1 - - uid: 42750 + - uid: 61926 components: - type: Transform - pos: -193.5,-45.5 + pos: -199.5,-35.5 parent: 1 - - uid: 42751 + - uid: 61927 components: - type: Transform - pos: -193.5,-46.5 + pos: -199.5,-34.5 parent: 1 - - uid: 42752 + - uid: 61928 components: - type: Transform - pos: -193.5,-47.5 + pos: -199.5,-33.5 parent: 1 - - uid: 42753 + - uid: 61929 components: - type: Transform - pos: -193.5,-48.5 + pos: -199.5,-32.5 parent: 1 - - uid: 42754 + - uid: 61930 components: - type: Transform - pos: -193.5,-49.5 + pos: -199.5,-31.5 parent: 1 - - uid: 42755 + - uid: 61931 components: - type: Transform - pos: -194.5,-32.5 + pos: -199.5,-30.5 parent: 1 - - uid: 42756 + - uid: 61932 components: - type: Transform - pos: -194.5,-33.5 + pos: -199.5,-29.5 parent: 1 - - uid: 42757 + - uid: 61933 components: - type: Transform - pos: -194.5,-34.5 + pos: -199.5,-28.5 parent: 1 - - uid: 42758 + - uid: 61934 components: - type: Transform - pos: -194.5,-35.5 + pos: -199.5,-27.5 parent: 1 - - uid: 42759 + - uid: 61935 components: - type: Transform - pos: -194.5,-36.5 + pos: -199.5,-26.5 parent: 1 - - uid: 42760 + - uid: 61936 components: - type: Transform - pos: -194.5,-37.5 + pos: -199.5,-25.5 parent: 1 - - uid: 42761 + - uid: 61937 components: - type: Transform - pos: -194.5,-38.5 + pos: -199.5,-24.5 parent: 1 - - uid: 42762 + - uid: 61938 components: - type: Transform - pos: -194.5,-39.5 + pos: -199.5,-23.5 parent: 1 - - uid: 42763 + - uid: 61939 components: - type: Transform - pos: -194.5,-40.5 + pos: -199.5,-22.5 parent: 1 - - uid: 42764 + - uid: 61940 components: - type: Transform - pos: -194.5,-41.5 + pos: -199.5,-21.5 parent: 1 - - uid: 42765 + - uid: 61941 components: - type: Transform - pos: -194.5,-42.5 + pos: -199.5,-20.5 parent: 1 - - uid: 42766 + - uid: 61942 components: - type: Transform - pos: -194.5,-43.5 + pos: -199.5,-19.5 parent: 1 - - uid: 42767 + - uid: 61943 components: - type: Transform - pos: -194.5,-44.5 + pos: -199.5,-18.5 parent: 1 - - uid: 42768 + - uid: 61944 components: - type: Transform - pos: -194.5,-45.5 + pos: -199.5,-17.5 parent: 1 - - uid: 42769 + - uid: 61945 components: - type: Transform - pos: -194.5,-46.5 + pos: -199.5,-16.5 parent: 1 - - uid: 42770 + - uid: 61946 components: - type: Transform - pos: -194.5,-47.5 + pos: -199.5,-15.5 parent: 1 - - uid: 42771 + - uid: 61947 components: - type: Transform - pos: -194.5,-48.5 + pos: -199.5,-14.5 parent: 1 - - uid: 42772 + - uid: 61948 components: - type: Transform - pos: -194.5,-49.5 + pos: -199.5,-13.5 parent: 1 - - uid: 42773 + - uid: 61949 components: - type: Transform - pos: -195.5,-32.5 + pos: -199.5,-12.5 parent: 1 - - uid: 42774 + - uid: 61950 components: - type: Transform - pos: -195.5,-33.5 + pos: -199.5,-11.5 parent: 1 - - uid: 42775 + - uid: 61951 components: - type: Transform - pos: -195.5,-34.5 + pos: -198.5,-55.5 parent: 1 - - uid: 42776 + - uid: 61952 components: - type: Transform - pos: -195.5,-35.5 + pos: -198.5,-54.5 parent: 1 - - uid: 42777 + - uid: 61953 components: - type: Transform - pos: -195.5,-36.5 + pos: -198.5,-53.5 parent: 1 - - uid: 42778 + - uid: 61954 components: - type: Transform - pos: -195.5,-37.5 + pos: -198.5,-52.5 parent: 1 - - uid: 42779 + - uid: 61955 components: - type: Transform - pos: -195.5,-38.5 + pos: -198.5,-51.5 parent: 1 - - uid: 42780 + - uid: 61956 components: - type: Transform - pos: -195.5,-39.5 + pos: -198.5,-50.5 parent: 1 - - uid: 42781 + - uid: 61957 components: - type: Transform - pos: -195.5,-40.5 + pos: -198.5,-49.5 parent: 1 - - uid: 42782 + - uid: 61958 components: - type: Transform - pos: -195.5,-41.5 + pos: -198.5,-48.5 parent: 1 - - uid: 42783 + - uid: 61959 components: - type: Transform - pos: -195.5,-42.5 + pos: -198.5,-47.5 parent: 1 - - uid: 42784 + - uid: 61960 components: - type: Transform - pos: -195.5,-43.5 + pos: -198.5,-46.5 parent: 1 - - uid: 42785 + - uid: 61961 components: - type: Transform - pos: -195.5,-44.5 + pos: -198.5,-45.5 parent: 1 - - uid: 42786 + - uid: 61962 components: - type: Transform - pos: -195.5,-45.5 + pos: -198.5,-44.5 parent: 1 - - uid: 42787 + - uid: 61963 components: - type: Transform - pos: -195.5,-46.5 + pos: -198.5,-43.5 parent: 1 - - uid: 42788 + - uid: 61964 components: - type: Transform - pos: -195.5,-47.5 + pos: -198.5,-42.5 parent: 1 - - uid: 42789 + - uid: 61965 components: - type: Transform - pos: -195.5,-48.5 + pos: -198.5,-41.5 parent: 1 - - uid: 42790 + - uid: 61966 components: - type: Transform - pos: -195.5,-49.5 + pos: -198.5,-40.5 parent: 1 - - uid: 42791 + - uid: 61967 components: - type: Transform - pos: -191.5,-40.5 + pos: -198.5,-39.5 parent: 1 - - uid: 42792 + - uid: 61968 components: - type: Transform - pos: -191.5,-41.5 + pos: -198.5,-38.5 parent: 1 - - uid: 42793 + - uid: 61969 components: - type: Transform - pos: -191.5,-42.5 + pos: -198.5,-37.5 parent: 1 - - uid: 42794 + - uid: 61970 components: - type: Transform - pos: -191.5,-43.5 + pos: -198.5,-36.5 parent: 1 - - uid: 42795 + - uid: 61971 components: - type: Transform - pos: -191.5,-44.5 + pos: -198.5,-35.5 parent: 1 - - uid: 42796 + - uid: 61972 components: - type: Transform - pos: -191.5,-45.5 + pos: -198.5,-34.5 parent: 1 - - uid: 42797 + - uid: 61973 components: - type: Transform - pos: -191.5,-46.5 + pos: -198.5,-33.5 parent: 1 - - uid: 42798 + - uid: 61974 components: - type: Transform - pos: -191.5,-47.5 + pos: -198.5,-32.5 parent: 1 - - uid: 42799 + - uid: 61975 components: - type: Transform - pos: -191.5,-48.5 + pos: -198.5,-31.5 parent: 1 - - uid: 42800 + - uid: 61976 components: - type: Transform - pos: -191.5,-49.5 + pos: -198.5,-30.5 parent: 1 - - uid: 42801 + - uid: 61977 components: - type: Transform - pos: -191.5,-50.5 + pos: -198.5,-29.5 parent: 1 - - uid: 42802 + - uid: 61978 components: - type: Transform - pos: -193.5,-52.5 + pos: -198.5,-28.5 parent: 1 - - uid: 42803 + - uid: 61979 components: - type: Transform - pos: -193.5,-53.5 + pos: -198.5,-27.5 parent: 1 - - uid: 42804 + - uid: 61980 components: - type: Transform - pos: -193.5,-54.5 + pos: -198.5,-26.5 parent: 1 - - uid: 42805 + - uid: 61981 components: - type: Transform - pos: -193.5,-55.5 + pos: -198.5,-25.5 parent: 1 - - uid: 42806 + - uid: 61982 components: - type: Transform - pos: -194.5,-50.5 + pos: -198.5,-24.5 parent: 1 - - uid: 42807 + - uid: 61983 components: - type: Transform - pos: -194.5,-51.5 + pos: -198.5,-23.5 parent: 1 - - uid: 42808 + - uid: 61984 components: - type: Transform - pos: -194.5,-52.5 + pos: -198.5,-22.5 parent: 1 - - uid: 42809 + - uid: 61985 components: - type: Transform - pos: -194.5,-53.5 + pos: -198.5,-21.5 parent: 1 - - uid: 42810 + - uid: 61986 components: - type: Transform - pos: -194.5,-54.5 + pos: -198.5,-20.5 parent: 1 - - uid: 42811 + - uid: 61987 components: - type: Transform - pos: -194.5,-55.5 + pos: -198.5,-19.5 parent: 1 - - uid: 42812 + - uid: 61988 components: - type: Transform - pos: -195.5,-50.5 + pos: -198.5,-18.5 parent: 1 - - uid: 42813 + - uid: 61989 components: - type: Transform - pos: -195.5,-51.5 + pos: -198.5,-17.5 parent: 1 - - uid: 42814 + - uid: 61990 components: - type: Transform - pos: -195.5,-52.5 + pos: -198.5,-16.5 parent: 1 - - uid: 42815 + - uid: 61991 components: - type: Transform - pos: -195.5,-53.5 + pos: -198.5,-15.5 parent: 1 - - uid: 42816 + - uid: 61992 components: - type: Transform - pos: -195.5,-54.5 + pos: -198.5,-14.5 parent: 1 - - uid: 42817 + - uid: 61993 components: - type: Transform - pos: -195.5,-55.5 + pos: -198.5,-13.5 parent: 1 - - uid: 42818 + - uid: 61994 components: - type: Transform - pos: -192.5,-50.5 + pos: -198.5,-12.5 parent: 1 - - uid: 42819 + - uid: 61995 components: - type: Transform - pos: -192.5,-51.5 + pos: -198.5,-11.5 parent: 1 - - uid: 42820 + - uid: 61996 components: - type: Transform - pos: -192.5,-52.5 + pos: -197.5,-55.5 parent: 1 - - uid: 45427 + - uid: 61997 components: - type: Transform - pos: -404.5,111.5 + pos: -197.5,-54.5 parent: 1 - - uid: 45433 + - uid: 61998 components: - type: Transform - pos: -343.5,104.5 + pos: -197.5,-53.5 parent: 1 - - uid: 45538 + - uid: 61999 components: - type: Transform - pos: -343.5,105.5 + pos: -197.5,-52.5 parent: 1 - - uid: 45540 + - uid: 62000 components: - type: Transform - pos: -343.5,107.5 + pos: -197.5,-51.5 parent: 1 - - uid: 45555 + - uid: 62001 components: - type: Transform - pos: -372.5,112.5 + pos: -197.5,-50.5 parent: 1 - - uid: 45608 + - uid: 62002 components: - type: Transform - pos: -372.5,113.5 + pos: -197.5,-49.5 parent: 1 - - uid: 45619 + - uid: 62003 components: - type: Transform - pos: -343.5,110.5 + pos: -197.5,-48.5 parent: 1 - - uid: 45684 + - uid: 62004 components: - type: Transform - pos: -343.5,108.5 + pos: -197.5,-47.5 parent: 1 - - uid: 45685 + - uid: 62005 components: - type: Transform - pos: -343.5,109.5 + pos: -197.5,-46.5 parent: 1 - - uid: 45686 + - uid: 62006 components: - type: Transform - pos: -343.5,106.5 + pos: -197.5,-45.5 parent: 1 - - uid: 45689 + - uid: 62007 components: - type: Transform - anchored: False - pos: -346.5,112.5 + pos: -197.5,-44.5 parent: 1 - - uid: 45692 + - uid: 62008 components: - type: Transform - pos: -404.5,110.5 + pos: -197.5,-43.5 parent: 1 - - uid: 45717 + - uid: 62009 components: - type: Transform - pos: -402.5,46.5 + pos: -197.5,-42.5 parent: 1 - - uid: 45719 + - uid: 62010 components: - type: Transform - anchored: False - pos: -347.5,112.5 + pos: -197.5,-41.5 parent: 1 - - uid: 45722 + - uid: 62011 components: - type: Transform - pos: -373.5,112.5 + pos: -197.5,-40.5 parent: 1 - - uid: 45724 + - uid: 62012 components: - type: Transform - pos: -371.5,113.5 + pos: -197.5,-39.5 parent: 1 - - uid: 45727 + - uid: 62013 components: - type: Transform - pos: -343.5,112.5 + pos: -197.5,-38.5 parent: 1 - - uid: 45728 + - uid: 62014 components: - type: Transform - pos: -343.5,113.5 + pos: -197.5,-37.5 parent: 1 - - uid: 45729 + - uid: 62015 components: - type: Transform - pos: -402.5,48.5 + pos: -197.5,-36.5 parent: 1 - - uid: 45731 + - uid: 62016 components: - type: Transform - pos: -343.5,111.5 + pos: -197.5,-35.5 parent: 1 - - uid: 45794 + - uid: 62017 components: - type: Transform - anchored: False - pos: -348.5,112.5 + pos: -197.5,-34.5 parent: 1 - - uid: 45835 + - uid: 62018 components: - type: Transform - anchored: False - pos: -348.5,113.5 + pos: -197.5,-33.5 parent: 1 - - uid: 45840 + - uid: 62019 components: - type: Transform - pos: -371.5,112.5 + pos: -197.5,-32.5 parent: 1 - - uid: 45846 + - uid: 62020 components: - type: Transform - pos: -343.5,102.5 + pos: -197.5,-31.5 parent: 1 - - uid: 45847 + - uid: 62021 components: - type: Transform - pos: -343.5,103.5 + pos: -197.5,-30.5 parent: 1 - - uid: 45848 + - uid: 62022 components: - type: Transform - pos: -343.5,101.5 + pos: -197.5,-29.5 parent: 1 - - uid: 45849 + - uid: 62023 components: - type: Transform - pos: -343.5,100.5 + pos: -197.5,-28.5 parent: 1 - - uid: 45850 + - uid: 62024 components: - type: Transform - pos: -343.5,99.5 + pos: -197.5,-27.5 parent: 1 - - uid: 45851 + - uid: 62025 components: - type: Transform - pos: -343.5,98.5 + pos: -197.5,-26.5 parent: 1 - - uid: 45852 + - uid: 62026 components: - type: Transform - pos: -343.5,97.5 + pos: -197.5,-25.5 parent: 1 - - uid: 45853 + - uid: 62027 components: - type: Transform - pos: -343.5,96.5 + pos: -197.5,-24.5 parent: 1 - - uid: 45854 + - uid: 62028 components: - type: Transform - pos: -343.5,95.5 + pos: -197.5,-23.5 parent: 1 - - uid: 45855 + - uid: 62029 components: - type: Transform - pos: -343.5,94.5 + pos: -197.5,-22.5 parent: 1 - - uid: 45856 + - uid: 62030 components: - type: Transform - pos: -343.5,93.5 + pos: -197.5,-21.5 parent: 1 - - uid: 45857 + - uid: 62031 components: - type: Transform - pos: -343.5,92.5 + pos: -197.5,-20.5 parent: 1 - - uid: 45858 + - uid: 62032 components: - type: Transform - pos: -343.5,91.5 + pos: -197.5,-19.5 parent: 1 - - uid: 45859 + - uid: 62033 components: - type: Transform - pos: -343.5,90.5 + pos: -197.5,-18.5 parent: 1 - - uid: 45860 + - uid: 62034 components: - type: Transform - pos: -343.5,89.5 + pos: -197.5,-17.5 parent: 1 - - uid: 45861 + - uid: 62035 components: - type: Transform - pos: -343.5,88.5 + pos: -197.5,-16.5 parent: 1 - - uid: 45862 + - uid: 62036 components: - type: Transform - pos: -343.5,87.5 + pos: -197.5,-15.5 parent: 1 - - uid: 45863 + - uid: 62037 components: - type: Transform - pos: -343.5,86.5 + pos: -197.5,-14.5 parent: 1 - - uid: 45864 + - uid: 62038 components: - type: Transform - pos: -343.5,85.5 + pos: -197.5,-13.5 parent: 1 - - uid: 45865 + - uid: 62039 components: - type: Transform - pos: -343.5,84.5 + pos: -197.5,-12.5 parent: 1 - - uid: 45866 + - uid: 62040 components: - type: Transform - pos: -344.5,113.5 + pos: -197.5,-11.5 parent: 1 - - uid: 45867 + - uid: 62041 components: - type: Transform - pos: -344.5,112.5 + pos: -196.5,-55.5 parent: 1 - - uid: 45868 + - uid: 62042 components: - type: Transform - pos: -344.5,111.5 + pos: -196.5,-54.5 parent: 1 - - uid: 45869 + - uid: 62043 components: - type: Transform - pos: -344.5,110.5 + pos: -196.5,-53.5 parent: 1 - - uid: 45870 + - uid: 62044 components: - type: Transform - pos: -344.5,109.5 + pos: -196.5,-52.5 parent: 1 - - uid: 45871 + - uid: 62045 components: - type: Transform - pos: -344.5,108.5 + pos: -196.5,-51.5 parent: 1 - - uid: 45872 + - uid: 62046 components: - type: Transform - pos: -344.5,107.5 + pos: -196.5,-50.5 parent: 1 - - uid: 45873 + - uid: 62047 components: - type: Transform - pos: -344.5,106.5 + pos: -196.5,-49.5 parent: 1 - - uid: 45874 + - uid: 62048 components: - type: Transform - pos: -344.5,105.5 + pos: -196.5,-48.5 parent: 1 - - uid: 45875 + - uid: 62049 components: - type: Transform - pos: -344.5,104.5 + pos: -196.5,-47.5 parent: 1 - - uid: 45876 + - uid: 62050 components: - type: Transform - pos: -344.5,103.5 + pos: -196.5,-46.5 parent: 1 - - uid: 45877 + - uid: 62051 components: - type: Transform - pos: -344.5,102.5 + pos: -196.5,-45.5 parent: 1 - - uid: 45878 + - uid: 62052 components: - type: Transform - pos: -344.5,101.5 + pos: -196.5,-44.5 parent: 1 - - uid: 45879 + - uid: 62053 components: - type: Transform - pos: -344.5,100.5 + pos: -196.5,-43.5 parent: 1 - - uid: 45880 + - uid: 62054 components: - type: Transform - pos: -344.5,99.5 + pos: -196.5,-42.5 parent: 1 - - uid: 45881 + - uid: 62055 components: - type: Transform - pos: -344.5,98.5 + pos: -196.5,-41.5 parent: 1 - - uid: 45882 + - uid: 62056 components: - type: Transform - pos: -344.5,97.5 + pos: -196.5,-40.5 parent: 1 - - uid: 45883 + - uid: 62057 components: - type: Transform - pos: -344.5,96.5 + pos: -196.5,-39.5 parent: 1 - - uid: 45884 + - uid: 62058 components: - type: Transform - pos: -344.5,95.5 + pos: -196.5,-38.5 parent: 1 - - uid: 45885 + - uid: 62059 components: - type: Transform - pos: -344.5,94.5 + pos: -196.5,-37.5 parent: 1 - - uid: 45886 + - uid: 62060 components: - type: Transform - pos: -344.5,93.5 + pos: -196.5,-36.5 parent: 1 - - uid: 45887 + - uid: 62061 components: - type: Transform - pos: -344.5,92.5 + pos: -196.5,-35.5 parent: 1 - - uid: 45888 + - uid: 62062 components: - type: Transform - pos: -344.5,91.5 + pos: -196.5,-34.5 parent: 1 - - uid: 45889 + - uid: 62063 components: - type: Transform - pos: -344.5,90.5 + pos: -196.5,-33.5 parent: 1 - - uid: 45890 + - uid: 62064 components: - type: Transform - pos: -344.5,89.5 + pos: -196.5,-32.5 parent: 1 - - uid: 45891 + - uid: 62065 components: - type: Transform - pos: -344.5,88.5 + pos: -196.5,-31.5 parent: 1 - - uid: 45892 + - uid: 62066 components: - type: Transform - pos: -344.5,87.5 + pos: -196.5,-30.5 parent: 1 - - uid: 45893 + - uid: 62067 components: - type: Transform - pos: -344.5,86.5 + pos: -196.5,-29.5 parent: 1 - - uid: 45894 + - uid: 62068 components: - type: Transform - pos: -344.5,85.5 + pos: -196.5,-28.5 parent: 1 - - uid: 45895 + - uid: 62069 components: - type: Transform - pos: -344.5,84.5 + pos: -196.5,-27.5 parent: 1 - - uid: 45896 + - uid: 62070 components: - type: Transform - pos: -345.5,113.5 + pos: -196.5,-26.5 parent: 1 - - uid: 45897 + - uid: 62071 components: - type: Transform - pos: -345.5,112.5 + pos: -196.5,-25.5 parent: 1 - - uid: 45898 + - uid: 62072 components: - type: Transform - pos: -345.5,111.5 + pos: -196.5,-24.5 parent: 1 - - uid: 45899 + - uid: 62073 components: - type: Transform - pos: -345.5,110.5 + pos: -196.5,-23.5 parent: 1 - - uid: 45900 + - uid: 62074 components: - type: Transform - pos: -345.5,109.5 + pos: -196.5,-22.5 parent: 1 - - uid: 45901 + - uid: 62075 components: - type: Transform - pos: -345.5,108.5 + pos: -196.5,-21.5 parent: 1 - - uid: 45902 + - uid: 62076 components: - type: Transform - pos: -345.5,107.5 + pos: -196.5,-20.5 parent: 1 - - uid: 45903 + - uid: 62077 components: - type: Transform - pos: -345.5,106.5 + pos: -196.5,-19.5 parent: 1 - - uid: 45904 + - uid: 62078 components: - type: Transform - pos: -345.5,105.5 + pos: -196.5,-18.5 parent: 1 - - uid: 45905 + - uid: 62079 components: - type: Transform - pos: -345.5,104.5 + pos: -196.5,-17.5 parent: 1 - - uid: 45906 + - uid: 62080 components: - type: Transform - pos: -345.5,103.5 + pos: -196.5,-16.5 parent: 1 - - uid: 45907 + - uid: 62081 components: - type: Transform - pos: -345.5,102.5 + pos: -196.5,-15.5 parent: 1 - - uid: 45908 + - uid: 62082 components: - type: Transform - pos: -345.5,101.5 + pos: -196.5,-14.5 parent: 1 - - uid: 45909 + - uid: 62083 components: - type: Transform - pos: -345.5,100.5 + pos: -196.5,-13.5 parent: 1 - - uid: 45910 + - uid: 62084 components: - type: Transform - pos: -345.5,99.5 + pos: -196.5,-12.5 parent: 1 - - uid: 45911 + - uid: 62085 components: - type: Transform - pos: -345.5,98.5 + pos: -196.5,-11.5 parent: 1 - - uid: 45912 + - uid: 62086 components: - type: Transform - pos: -345.5,97.5 + pos: -196.5,-2.5 parent: 1 - - uid: 45913 + - uid: 62087 components: - type: Transform - pos: -345.5,96.5 + pos: -196.5,-1.5 parent: 1 - - uid: 45914 + - uid: 62088 components: - type: Transform - pos: -345.5,95.5 + pos: -196.5,-0.5 parent: 1 - - uid: 45915 + - uid: 62089 components: - type: Transform - pos: -345.5,94.5 + pos: -196.5,0.5 parent: 1 - - uid: 45916 + - uid: 62090 components: - type: Transform - pos: -345.5,93.5 + pos: -197.5,-10.5 parent: 1 - - uid: 45917 + - uid: 62091 components: - type: Transform - pos: -345.5,92.5 + pos: -197.5,-9.5 parent: 1 - - uid: 45918 + - uid: 62092 components: - type: Transform - pos: -345.5,91.5 + pos: -197.5,-8.5 parent: 1 - - uid: 45919 + - uid: 62093 components: - type: Transform - pos: -345.5,90.5 + pos: -197.5,-7.5 parent: 1 - - uid: 45920 + - uid: 62094 components: - type: Transform - pos: -345.5,89.5 + pos: -197.5,-6.5 parent: 1 - - uid: 45921 + - uid: 62095 components: - type: Transform - pos: -345.5,88.5 + pos: -197.5,-5.5 parent: 1 - - uid: 45922 + - uid: 62096 components: - type: Transform - pos: -345.5,87.5 + pos: -197.5,-4.5 parent: 1 - - uid: 45923 + - uid: 62097 components: - type: Transform - pos: -345.5,86.5 + pos: -197.5,-3.5 parent: 1 - - uid: 45924 + - uid: 62098 components: - type: Transform - pos: -345.5,85.5 + pos: -197.5,-2.5 parent: 1 - - uid: 45925 + - uid: 62099 components: - type: Transform - pos: -345.5,84.5 + pos: -197.5,-1.5 parent: 1 - - uid: 45926 + - uid: 62100 components: - type: Transform - pos: -360.5,112.5 + pos: -197.5,-0.5 parent: 1 - - uid: 45927 + - uid: 62101 components: - type: Transform - pos: -360.5,113.5 + pos: -197.5,0.5 parent: 1 - - uid: 45928 + - uid: 62102 components: - type: Transform - pos: -361.5,113.5 + pos: -198.5,-10.5 parent: 1 - - uid: 45929 + - uid: 62103 components: - type: Transform - pos: -361.5,112.5 + pos: -198.5,-9.5 parent: 1 - - uid: 45930 + - uid: 62104 components: - type: Transform - pos: -362.5,112.5 + pos: -198.5,-8.5 parent: 1 - - uid: 45931 + - uid: 62105 components: - type: Transform - pos: -362.5,113.5 + pos: -198.5,-7.5 parent: 1 - - uid: 45932 + - uid: 62106 components: - type: Transform - pos: -365.5,113.5 + pos: -198.5,-6.5 parent: 1 - - uid: 45933 + - uid: 62107 components: - type: Transform - pos: -363.5,112.5 + pos: -198.5,-5.5 parent: 1 - - uid: 45934 + - uid: 62108 components: - type: Transform - pos: -363.5,113.5 + pos: -198.5,-4.5 parent: 1 - - uid: 45935 + - uid: 62109 components: - type: Transform - pos: -364.5,112.5 + pos: -198.5,-3.5 parent: 1 - - uid: 45936 + - uid: 62110 components: - type: Transform - pos: -367.5,113.5 + pos: -198.5,-2.5 parent: 1 - - uid: 45937 + - uid: 62111 components: - type: Transform - pos: -367.5,112.5 + pos: -198.5,-1.5 parent: 1 - - uid: 45938 + - uid: 62112 components: - type: Transform - pos: -368.5,112.5 + pos: -198.5,-0.5 parent: 1 - - uid: 45939 + - uid: 62113 components: - type: Transform - pos: -368.5,113.5 + pos: -198.5,0.5 parent: 1 - - uid: 45940 + - uid: 62114 components: - type: Transform - pos: -369.5,112.5 + pos: -199.5,-10.5 parent: 1 - - uid: 45941 + - uid: 62115 components: - type: Transform - pos: -369.5,113.5 + pos: -199.5,-9.5 parent: 1 - - uid: 45942 + - uid: 62116 components: - type: Transform - pos: -370.5,112.5 + pos: -199.5,-8.5 parent: 1 - - uid: 45943 + - uid: 62117 components: - type: Transform - pos: -370.5,113.5 + pos: -199.5,-7.5 parent: 1 - - uid: 45945 + - uid: 62118 components: - type: Transform - anchored: False - pos: -347.5,113.5 + pos: -199.5,-6.5 parent: 1 - - uid: 45946 + - uid: 62119 components: - type: Transform - pos: -402.5,47.5 + pos: -199.5,-5.5 parent: 1 - - uid: 45947 + - uid: 62120 components: - type: Transform - anchored: False - pos: -349.5,112.5 + pos: -199.5,-4.5 parent: 1 - - uid: 45948 + - uid: 62121 components: - type: Transform - anchored: False - pos: -351.5,112.5 + pos: -199.5,-3.5 parent: 1 - - uid: 45949 + - uid: 62122 components: - type: Transform - anchored: False - pos: -349.5,113.5 + pos: -199.5,-2.5 parent: 1 - - uid: 45950 + - uid: 62123 components: - type: Transform - anchored: False - pos: -350.5,112.5 + pos: -199.5,-1.5 parent: 1 - - uid: 45951 + - uid: 62124 components: - type: Transform - anchored: False - pos: -352.5,112.5 + pos: -199.5,-0.5 parent: 1 - - uid: 45952 + - uid: 62125 components: - type: Transform - anchored: False - pos: -357.5,112.5 + pos: -199.5,0.5 parent: 1 - - uid: 45953 + - uid: 62126 components: - type: Transform - anchored: False - pos: -356.5,113.5 + pos: -198.5,1.5 parent: 1 - - uid: 45954 + - uid: 62127 components: - type: Transform - anchored: False - pos: -357.5,113.5 + pos: -198.5,2.5 parent: 1 - - uid: 45955 + - uid: 62128 components: - type: Transform - anchored: False - pos: -356.5,112.5 + pos: -198.5,3.5 parent: 1 - - uid: 45956 + - uid: 62129 components: - type: Transform - anchored: False - pos: -358.5,112.5 + pos: -198.5,4.5 parent: 1 - - uid: 45957 + - uid: 62130 components: - type: Transform - anchored: False - pos: -359.5,112.5 + pos: -198.5,5.5 parent: 1 - - uid: 45958 + - uid: 62131 components: - type: Transform - anchored: False - pos: -358.5,113.5 + pos: -198.5,6.5 parent: 1 - - uid: 45959 + - uid: 62132 components: - type: Transform - anchored: False - pos: -359.5,113.5 + pos: -198.5,7.5 parent: 1 - - uid: 45960 + - uid: 62133 components: - type: Transform - pos: -364.5,113.5 + pos: -198.5,8.5 parent: 1 - - uid: 45961 + - uid: 62134 components: - type: Transform - pos: -365.5,112.5 + pos: -198.5,9.5 parent: 1 - - uid: 45962 + - uid: 62135 components: - type: Transform - pos: -366.5,112.5 + pos: -198.5,10.5 parent: 1 - - uid: 45963 + - uid: 62136 components: - type: Transform - pos: -366.5,113.5 + pos: -198.5,11.5 parent: 1 - - uid: 45964 + - uid: 62137 components: - type: Transform - pos: -401.5,48.5 + pos: -198.5,12.5 parent: 1 - - uid: 45965 + - uid: 62138 components: - type: Transform - pos: -401.5,47.5 + pos: -198.5,13.5 parent: 1 - - uid: 45971 + - uid: 62139 components: - type: Transform - pos: -374.5,112.5 + pos: -198.5,14.5 parent: 1 - - uid: 45974 + - uid: 62140 components: - type: Transform - anchored: False - pos: -346.5,113.5 + pos: -198.5,15.5 parent: 1 - - uid: 45975 + - uid: 62141 components: - type: Transform - pos: -401.5,46.5 + pos: -198.5,16.5 parent: 1 - - uid: 45977 + - uid: 62142 components: - type: Transform - anchored: False - pos: -350.5,113.5 + pos: -198.5,17.5 parent: 1 - - uid: 45978 + - uid: 62143 components: - type: Transform - anchored: False - pos: -351.5,113.5 + pos: -198.5,18.5 parent: 1 - - uid: 45979 + - uid: 62144 components: - type: Transform - anchored: False - pos: -353.5,112.5 + pos: -197.5,1.5 parent: 1 - - uid: 45980 + - uid: 62145 components: - type: Transform - anchored: False - pos: -352.5,113.5 + pos: -197.5,2.5 parent: 1 - - uid: 45981 + - uid: 62146 components: - type: Transform - anchored: False - pos: -353.5,113.5 + pos: -197.5,3.5 parent: 1 - - uid: 45982 + - uid: 62147 components: - type: Transform - anchored: False - pos: -354.5,112.5 + pos: -197.5,4.5 parent: 1 - - uid: 45983 + - uid: 62148 components: - type: Transform - anchored: False - pos: -355.5,112.5 + pos: -197.5,5.5 parent: 1 - - uid: 45984 + - uid: 62149 components: - type: Transform - anchored: False - pos: -354.5,113.5 + pos: -197.5,6.5 parent: 1 - - uid: 45985 + - uid: 62150 components: - type: Transform - anchored: False - pos: -355.5,113.5 + pos: -197.5,7.5 parent: 1 - - uid: 45994 + - uid: 62151 components: - type: Transform - pos: -380.5,112.5 + pos: -197.5,8.5 parent: 1 - - uid: 45995 + - uid: 62152 components: - type: Transform - pos: -380.5,113.5 + pos: -197.5,9.5 parent: 1 - - uid: 45996 + - uid: 62153 components: - type: Transform - pos: -381.5,112.5 + pos: -197.5,10.5 parent: 1 - - uid: 45997 + - uid: 62154 components: - type: Transform - pos: -381.5,113.5 + pos: -197.5,11.5 parent: 1 - - uid: 45998 + - uid: 62155 components: - type: Transform - pos: -382.5,112.5 + pos: -197.5,12.5 parent: 1 - - uid: 45999 + - uid: 62156 components: - type: Transform - pos: -382.5,113.5 + pos: -197.5,13.5 parent: 1 - - uid: 46000 + - uid: 62157 components: - type: Transform - pos: -383.5,112.5 + pos: -197.5,14.5 parent: 1 - - uid: 46001 + - uid: 62158 components: - type: Transform - pos: -383.5,113.5 + pos: -197.5,15.5 parent: 1 - - uid: 46002 + - uid: 62159 components: - type: Transform - pos: -384.5,112.5 + pos: -197.5,16.5 parent: 1 - - uid: 46003 + - uid: 62160 components: - type: Transform - pos: -384.5,113.5 + pos: -197.5,17.5 parent: 1 - - uid: 46004 + - uid: 62161 components: - type: Transform - pos: -385.5,112.5 + pos: -197.5,18.5 parent: 1 - - uid: 46005 + - uid: 62162 components: - type: Transform - pos: -385.5,113.5 + pos: -196.5,1.5 parent: 1 - - uid: 46006 + - uid: 62163 components: - type: Transform - pos: -386.5,112.5 + pos: -196.5,2.5 parent: 1 - - uid: 46007 + - uid: 62164 components: - type: Transform - pos: -386.5,113.5 + pos: -196.5,3.5 parent: 1 - - uid: 46008 + - uid: 62165 components: - type: Transform - pos: -387.5,112.5 + pos: -196.5,4.5 parent: 1 - - uid: 46009 + - uid: 62166 components: - type: Transform - pos: -387.5,113.5 + pos: -196.5,5.5 parent: 1 - - uid: 46010 + - uid: 62167 components: - type: Transform - pos: -388.5,112.5 + pos: -196.5,6.5 parent: 1 - - uid: 46011 + - uid: 62168 components: - type: Transform - pos: -388.5,113.5 + pos: -196.5,7.5 parent: 1 - - uid: 46012 + - uid: 62169 components: - type: Transform - pos: -389.5,112.5 + pos: -196.5,12.5 parent: 1 - - uid: 46013 + - uid: 62170 components: - type: Transform - pos: -389.5,113.5 + pos: -196.5,13.5 parent: 1 - - uid: 46014 + - uid: 62171 components: - type: Transform - pos: -390.5,112.5 + pos: -196.5,14.5 parent: 1 - - uid: 46015 + - uid: 62172 components: - type: Transform - pos: -390.5,113.5 + pos: -196.5,15.5 parent: 1 - - uid: 46016 + - uid: 62173 components: - type: Transform - pos: -391.5,112.5 + pos: -196.5,16.5 parent: 1 - - uid: 46017 + - uid: 62174 components: - type: Transform - pos: -391.5,113.5 + pos: -196.5,17.5 parent: 1 - - uid: 46018 + - uid: 62175 components: - type: Transform - pos: -392.5,112.5 + pos: -196.5,18.5 parent: 1 - - uid: 46019 + - uid: 62176 components: - type: Transform - pos: -392.5,113.5 + pos: -195.5,14.5 parent: 1 - - uid: 46040 + - uid: 62177 components: - type: Transform - pos: -403.5,112.5 + pos: -195.5,15.5 parent: 1 - - uid: 46041 + - uid: 62178 components: - type: Transform - pos: -403.5,113.5 + pos: -195.5,16.5 parent: 1 - - uid: 46042 + - uid: 62179 components: - type: Transform - pos: -404.5,112.5 + pos: -195.5,17.5 parent: 1 - - uid: 46043 + - uid: 62180 components: - type: Transform - pos: -404.5,113.5 + pos: -195.5,18.5 parent: 1 - - uid: 46044 + - uid: 62181 components: - type: Transform - pos: -400.5,48.5 + pos: -194.5,15.5 parent: 1 - - uid: 46045 + - uid: 62182 components: - type: Transform - pos: -400.5,47.5 + pos: -194.5,16.5 parent: 1 - - uid: 46050 + - uid: 62183 components: - type: Transform - pos: -404.5,109.5 + pos: -194.5,17.5 parent: 1 - - uid: 46051 + - uid: 62184 components: - type: Transform - pos: -404.5,108.5 + pos: -194.5,18.5 parent: 1 - - uid: 46052 + - uid: 62185 components: - type: Transform - pos: -404.5,107.5 + pos: -193.5,18.5 parent: 1 - - uid: 46053 + - uid: 62186 components: - type: Transform - pos: -404.5,106.5 + pos: -195.5,6.5 parent: 1 - - uid: 46079 + - uid: 62187 components: - type: Transform - pos: -403.5,111.5 + pos: -194.5,4.5 parent: 1 - - uid: 46080 + - uid: 62188 components: - type: Transform - pos: -403.5,110.5 + pos: -194.5,3.5 parent: 1 - - uid: 46081 + - uid: 62189 components: - type: Transform - pos: -403.5,109.5 + pos: -194.5,2.5 parent: 1 - - uid: 46082 + - uid: 62190 components: - type: Transform - pos: -403.5,108.5 + pos: -194.5,1.5 parent: 1 - - uid: 46083 + - uid: 62191 components: - type: Transform - pos: -403.5,107.5 + pos: -195.5,4.5 parent: 1 - - uid: 46084 + - uid: 62192 components: - type: Transform - pos: -403.5,106.5 + pos: -195.5,3.5 parent: 1 - - uid: 46110 + - uid: 62193 components: - type: Transform - pos: -400.5,46.5 + pos: -195.5,2.5 parent: 1 - - uid: 46124 + - uid: 62194 components: - type: Transform - pos: -403.5,52.5 + pos: -195.5,1.5 parent: 1 - - uid: 46125 + - uid: 62195 components: - type: Transform - pos: -403.5,51.5 + pos: -195.5,0.5 parent: 1 - - uid: 46126 + - uid: 62196 components: - type: Transform - pos: -403.5,50.5 + pos: -195.5,-0.5 parent: 1 - - uid: 46127 + - uid: 62197 components: - type: Transform - pos: -403.5,49.5 + pos: -195.5,-1.5 parent: 1 - - uid: 46128 + - uid: 62198 components: - type: Transform - pos: -403.5,48.5 + pos: -195.5,-2.5 parent: 1 - - uid: 46129 + - uid: 62199 components: - type: Transform - pos: -403.5,47.5 + pos: -195.5,5.5 parent: 1 - - uid: 46130 + - uid: 62200 components: - type: Transform - pos: -403.5,46.5 + pos: -194.5,-5.5 parent: 1 - - uid: 46145 + - uid: 62201 components: - type: Transform - pos: -404.5,52.5 + pos: -194.5,-6.5 parent: 1 - - uid: 46146 + - uid: 62202 components: - type: Transform - pos: -404.5,51.5 + pos: -195.5,-3.5 parent: 1 - - uid: 46147 + - uid: 62203 components: - type: Transform - pos: -404.5,50.5 + pos: -195.5,-4.5 parent: 1 - - uid: 46148 + - uid: 62204 components: - type: Transform - pos: -404.5,49.5 + pos: -195.5,-5.5 parent: 1 - - uid: 46149 + - uid: 62205 components: - type: Transform - pos: -404.5,48.5 + pos: -195.5,-6.5 parent: 1 - - uid: 46150 + - uid: 62206 components: - type: Transform - pos: -404.5,47.5 + pos: -193.5,-6.5 parent: 1 - - uid: 46151 + - uid: 62207 components: - type: Transform - pos: -404.5,46.5 + pos: -193.5,-5.5 parent: 1 - - uid: 46156 + - uid: 62208 components: - type: Transform - pos: -399.5,46.5 + pos: -193.5,-4.5 parent: 1 - - uid: 46157 + - uid: 62209 components: - type: Transform - pos: -399.5,47.5 + pos: -192.5,-9.5 parent: 1 - - uid: 46158 + - uid: 62210 components: - type: Transform - pos: -399.5,48.5 + pos: -192.5,-10.5 parent: 1 - - uid: 46159 + - uid: 62211 components: - type: Transform - pos: -398.5,46.5 + pos: -192.5,-11.5 parent: 1 - - uid: 46160 + - uid: 62212 components: - type: Transform - pos: -398.5,47.5 + pos: -192.5,-12.5 parent: 1 - - uid: 46161 + - uid: 62213 components: - type: Transform - pos: -398.5,48.5 + pos: -192.5,-13.5 parent: 1 - - uid: 46162 + - uid: 62214 components: - type: Transform - pos: -397.5,46.5 + pos: -192.5,-14.5 parent: 1 - - uid: 46163 + - uid: 62215 components: - type: Transform - pos: -397.5,47.5 + pos: -192.5,-15.5 parent: 1 - - uid: 46164 + - uid: 62216 components: - type: Transform - pos: -397.5,48.5 + pos: -192.5,-16.5 parent: 1 - - uid: 46165 + - uid: 62217 components: - type: Transform - pos: -396.5,46.5 + pos: -192.5,-17.5 parent: 1 - - uid: 46166 + - uid: 62218 components: - type: Transform - pos: -396.5,47.5 + pos: -192.5,-18.5 parent: 1 - - uid: 46167 + - uid: 62219 components: - type: Transform - pos: -396.5,48.5 + pos: -192.5,-19.5 parent: 1 - - uid: 46168 + - uid: 62220 components: - type: Transform - pos: -395.5,46.5 + pos: -192.5,-20.5 parent: 1 - - uid: 46169 + - uid: 62221 components: - type: Transform - pos: -395.5,47.5 + pos: -192.5,-21.5 parent: 1 - - uid: 46170 + - uid: 62222 components: - type: Transform - pos: -395.5,48.5 + pos: -192.5,-22.5 parent: 1 - - uid: 46171 + - uid: 62223 components: - type: Transform - pos: -394.5,46.5 + pos: -192.5,-23.5 parent: 1 - - uid: 46172 + - uid: 62224 components: - type: Transform - pos: -394.5,47.5 + pos: -192.5,-24.5 parent: 1 - - uid: 46173 + - uid: 62225 components: - type: Transform - pos: -394.5,48.5 + pos: -192.5,-25.5 parent: 1 - - uid: 46174 + - uid: 62226 components: - type: Transform - pos: -393.5,46.5 + pos: -192.5,-26.5 parent: 1 - - uid: 46175 + - uid: 62227 components: - type: Transform - pos: -393.5,47.5 + pos: -192.5,-27.5 parent: 1 - - uid: 46176 + - uid: 62228 components: - type: Transform - pos: -393.5,48.5 + pos: -192.5,-28.5 parent: 1 - - uid: 46177 + - uid: 62229 components: - type: Transform - pos: -392.5,46.5 + pos: -192.5,-29.5 parent: 1 - - uid: 46178 + - uid: 62230 components: - type: Transform - pos: -392.5,47.5 + pos: -192.5,-30.5 parent: 1 - - uid: 46179 + - uid: 62231 components: - type: Transform - pos: -392.5,48.5 + pos: -192.5,-31.5 parent: 1 - - uid: 46180 + - uid: 62232 components: - type: Transform - pos: -391.5,46.5 + pos: -193.5,-7.5 parent: 1 - - uid: 46181 + - uid: 62233 components: - type: Transform - pos: -391.5,47.5 + pos: -193.5,-8.5 parent: 1 - - uid: 46182 + - uid: 62234 components: - type: Transform - pos: -391.5,48.5 + pos: -193.5,-9.5 parent: 1 - - uid: 46183 + - uid: 62235 components: - type: Transform - pos: -390.5,46.5 + pos: -193.5,-10.5 parent: 1 - - uid: 46184 + - uid: 62236 components: - type: Transform - pos: -390.5,47.5 + pos: -193.5,-11.5 parent: 1 - - uid: 46185 + - uid: 62237 components: - type: Transform - pos: -390.5,48.5 + pos: -193.5,-12.5 parent: 1 - - uid: 46186 + - uid: 62238 components: - type: Transform - pos: -389.5,46.5 + pos: -193.5,-13.5 parent: 1 - - uid: 46187 + - uid: 62239 components: - type: Transform - pos: -389.5,47.5 + pos: -193.5,-14.5 parent: 1 - - uid: 46188 + - uid: 62240 components: - type: Transform - pos: -389.5,48.5 + pos: -193.5,-15.5 parent: 1 - - uid: 46189 + - uid: 62241 components: - type: Transform - pos: -388.5,46.5 + pos: -193.5,-16.5 parent: 1 - - uid: 46190 + - uid: 62242 components: - type: Transform - pos: -388.5,47.5 + pos: -193.5,-17.5 parent: 1 - - uid: 46191 + - uid: 62243 components: - type: Transform - pos: -388.5,48.5 + pos: -193.5,-18.5 parent: 1 - - uid: 46192 + - uid: 62244 components: - type: Transform - pos: -387.5,46.5 + pos: -193.5,-19.5 parent: 1 - - uid: 46193 + - uid: 62245 components: - type: Transform - pos: -387.5,47.5 + pos: -193.5,-20.5 parent: 1 - - uid: 46194 + - uid: 62246 components: - type: Transform - pos: -387.5,48.5 + pos: -193.5,-21.5 parent: 1 - - uid: 46195 + - uid: 62247 components: - type: Transform - pos: -386.5,46.5 + pos: -193.5,-22.5 parent: 1 - - uid: 46196 + - uid: 62248 components: - type: Transform - pos: -386.5,47.5 + pos: -193.5,-23.5 parent: 1 - - uid: 46197 + - uid: 62249 components: - type: Transform - pos: -386.5,48.5 + pos: -193.5,-24.5 parent: 1 - - uid: 46198 + - uid: 62250 components: - type: Transform - pos: -385.5,46.5 + pos: -193.5,-25.5 parent: 1 - - uid: 46199 + - uid: 62251 components: - type: Transform - pos: -385.5,47.5 + pos: -193.5,-26.5 parent: 1 - - uid: 46200 + - uid: 62252 components: - type: Transform - pos: -385.5,48.5 + pos: -193.5,-27.5 parent: 1 - - uid: 46201 + - uid: 62253 components: - type: Transform - pos: -384.5,46.5 + pos: -193.5,-28.5 parent: 1 - - uid: 46202 + - uid: 62254 components: - type: Transform - pos: -384.5,47.5 + pos: -193.5,-29.5 parent: 1 - - uid: 46203 + - uid: 62255 components: - type: Transform - pos: -384.5,48.5 + pos: -193.5,-30.5 parent: 1 - - uid: 46204 + - uid: 62256 components: - type: Transform - pos: -383.5,46.5 + pos: -193.5,-31.5 parent: 1 - - uid: 46205 + - uid: 62257 components: - type: Transform - pos: -383.5,47.5 + pos: -194.5,-7.5 parent: 1 - - uid: 46206 + - uid: 62258 components: - type: Transform - pos: -383.5,48.5 + pos: -194.5,-8.5 parent: 1 - - uid: 46207 + - uid: 62259 components: - type: Transform - pos: -382.5,46.5 + pos: -194.5,-9.5 parent: 1 - - uid: 46208 + - uid: 62260 components: - type: Transform - pos: -382.5,47.5 + pos: -194.5,-10.5 parent: 1 - - uid: 46209 + - uid: 62261 components: - type: Transform - pos: -382.5,48.5 + pos: -194.5,-11.5 parent: 1 - - uid: 46210 + - uid: 62262 components: - type: Transform - pos: -381.5,46.5 + pos: -194.5,-12.5 parent: 1 - - uid: 46211 + - uid: 62263 components: - type: Transform - pos: -381.5,47.5 + pos: -194.5,-13.5 parent: 1 - - uid: 46212 + - uid: 62264 components: - type: Transform - pos: -381.5,48.5 + pos: -194.5,-14.5 parent: 1 - - uid: 46213 + - uid: 62265 components: - type: Transform - pos: -380.5,46.5 + pos: -194.5,-15.5 parent: 1 - - uid: 46214 + - uid: 62266 components: - type: Transform - pos: -380.5,47.5 + pos: -194.5,-16.5 parent: 1 - - uid: 46215 + - uid: 62267 components: - type: Transform - pos: -380.5,48.5 + pos: -194.5,-17.5 parent: 1 - - uid: 46216 + - uid: 62268 components: - type: Transform - pos: -379.5,46.5 + pos: -194.5,-18.5 parent: 1 - - uid: 46217 + - uid: 62269 components: - type: Transform - pos: -379.5,47.5 + pos: -194.5,-19.5 parent: 1 - - uid: 46218 + - uid: 62270 components: - type: Transform - pos: -379.5,48.5 + pos: -194.5,-20.5 parent: 1 - - uid: 46219 + - uid: 62271 components: - type: Transform - pos: -378.5,46.5 + pos: -194.5,-21.5 parent: 1 - - uid: 46220 + - uid: 62272 components: - type: Transform - pos: -378.5,47.5 + pos: -194.5,-22.5 parent: 1 - - uid: 46221 + - uid: 62273 components: - type: Transform - pos: -378.5,48.5 + pos: -194.5,-23.5 parent: 1 - - uid: 46222 + - uid: 62274 components: - type: Transform - pos: -377.5,46.5 + pos: -194.5,-24.5 parent: 1 - - uid: 46223 + - uid: 62275 components: - type: Transform - pos: -377.5,47.5 + pos: -194.5,-25.5 parent: 1 - - uid: 46224 + - uid: 62276 components: - type: Transform - pos: -377.5,48.5 + pos: -194.5,-26.5 parent: 1 - - uid: 46225 + - uid: 62277 components: - type: Transform - pos: -376.5,46.5 + pos: -194.5,-27.5 parent: 1 - - uid: 46226 + - uid: 62278 components: - type: Transform - pos: -376.5,47.5 + pos: -194.5,-28.5 parent: 1 - - uid: 46227 + - uid: 62279 components: - type: Transform - pos: -376.5,48.5 + pos: -194.5,-29.5 parent: 1 - - uid: 46228 + - uid: 62280 components: - type: Transform - pos: -375.5,46.5 + pos: -194.5,-30.5 parent: 1 - - uid: 46229 + - uid: 62281 components: - type: Transform - pos: -375.5,47.5 + pos: -194.5,-31.5 parent: 1 - - uid: 46230 + - uid: 62282 components: - type: Transform - pos: -375.5,48.5 + pos: -195.5,-7.5 parent: 1 - - uid: 46231 + - uid: 62283 components: - type: Transform - pos: -374.5,46.5 + pos: -195.5,-8.5 parent: 1 - - uid: 46232 + - uid: 62284 components: - type: Transform - pos: -374.5,47.5 + pos: -195.5,-9.5 parent: 1 - - uid: 46233 + - uid: 62285 components: - type: Transform - pos: -374.5,48.5 + pos: -195.5,-10.5 parent: 1 - - uid: 46234 + - uid: 62286 components: - type: Transform - pos: -373.5,46.5 + pos: -195.5,-11.5 parent: 1 - - uid: 46235 + - uid: 62287 components: - type: Transform - pos: -373.5,47.5 + pos: -195.5,-12.5 parent: 1 - - uid: 46236 + - uid: 62288 components: - type: Transform - pos: -373.5,48.5 + pos: -195.5,-13.5 parent: 1 - - uid: 46237 + - uid: 62289 components: - type: Transform - pos: -372.5,46.5 + pos: -195.5,-14.5 parent: 1 - - uid: 46238 + - uid: 62290 components: - type: Transform - pos: -372.5,47.5 + pos: -195.5,-15.5 parent: 1 - - uid: 46239 + - uid: 62291 components: - type: Transform - pos: -372.5,48.5 + pos: -195.5,-16.5 parent: 1 - - uid: 46240 + - uid: 62292 components: - type: Transform - pos: -371.5,46.5 + pos: -195.5,-17.5 parent: 1 - - uid: 46241 + - uid: 62293 components: - type: Transform - pos: -371.5,47.5 + pos: -195.5,-18.5 parent: 1 - - uid: 46242 + - uid: 62294 components: - type: Transform - pos: -371.5,48.5 + pos: -195.5,-19.5 parent: 1 - - uid: 46243 + - uid: 62295 components: - type: Transform - pos: -370.5,46.5 + pos: -195.5,-20.5 parent: 1 - - uid: 46244 + - uid: 62296 components: - type: Transform - pos: -370.5,47.5 + pos: -195.5,-21.5 parent: 1 - - uid: 46245 + - uid: 62297 components: - type: Transform - pos: -370.5,48.5 + pos: -195.5,-22.5 parent: 1 - - uid: 46246 + - uid: 62298 components: - type: Transform - pos: -369.5,46.5 + pos: -195.5,-23.5 parent: 1 - - uid: 46247 + - uid: 62299 components: - type: Transform - pos: -369.5,47.5 + pos: -195.5,-24.5 parent: 1 - - uid: 46248 + - uid: 62300 components: - type: Transform - pos: -369.5,48.5 + pos: -195.5,-25.5 parent: 1 - - uid: 46249 + - uid: 62301 components: - type: Transform - pos: -368.5,46.5 + pos: -195.5,-26.5 parent: 1 - - uid: 46250 + - uid: 62302 components: - type: Transform - pos: -368.5,47.5 + pos: -195.5,-27.5 parent: 1 - - uid: 46251 + - uid: 62303 components: - type: Transform - pos: -368.5,48.5 + pos: -195.5,-28.5 parent: 1 - - uid: 46252 + - uid: 62304 components: - type: Transform - pos: -367.5,46.5 + pos: -195.5,-29.5 parent: 1 - - uid: 46253 + - uid: 62305 components: - type: Transform - pos: -367.5,47.5 + pos: -195.5,-30.5 parent: 1 - - uid: 46254 + - uid: 62306 components: - type: Transform - pos: -367.5,48.5 + pos: -195.5,-31.5 parent: 1 - - uid: 46255 + - uid: 62307 components: - type: Transform - pos: -366.5,46.5 + pos: -190.5,-23.5 parent: 1 - - uid: 46256 + - uid: 62308 components: - type: Transform - pos: -366.5,47.5 + pos: -190.5,-22.5 parent: 1 - - uid: 46257 + - uid: 62309 components: - type: Transform - pos: -366.5,48.5 + pos: -190.5,-21.5 parent: 1 - - uid: 46258 + - uid: 62310 components: - type: Transform - pos: -365.5,46.5 + pos: -190.5,-20.5 parent: 1 - - uid: 46259 + - uid: 62311 components: - type: Transform - pos: -365.5,47.5 + pos: -190.5,-19.5 parent: 1 - - uid: 46260 + - uid: 62312 components: - type: Transform - pos: -365.5,48.5 + pos: -190.5,-18.5 parent: 1 - - uid: 46261 + - uid: 62313 components: - type: Transform - pos: -364.5,46.5 + pos: -190.5,-17.5 parent: 1 - - uid: 46262 + - uid: 62314 components: - type: Transform - pos: -364.5,47.5 + pos: -191.5,-23.5 parent: 1 - - uid: 46263 + - uid: 62315 components: - type: Transform - pos: -364.5,48.5 + pos: -191.5,-22.5 parent: 1 - - uid: 46264 + - uid: 62316 components: - type: Transform - pos: -363.5,46.5 + pos: -191.5,-21.5 parent: 1 - - uid: 46265 + - uid: 62317 components: - type: Transform - pos: -363.5,47.5 + pos: -191.5,-20.5 parent: 1 - - uid: 46266 + - uid: 62318 components: - type: Transform - pos: -363.5,48.5 + pos: -191.5,-19.5 parent: 1 - - uid: 46267 + - uid: 62319 components: - type: Transform - pos: -362.5,46.5 + pos: -191.5,-18.5 parent: 1 - - uid: 46268 + - uid: 62320 components: - type: Transform - pos: -362.5,47.5 + pos: -191.5,-17.5 parent: 1 - - uid: 46269 + - uid: 62321 components: - type: Transform - pos: -362.5,48.5 + pos: -191.5,-16.5 parent: 1 - - uid: 46270 + - uid: 62322 components: - type: Transform - pos: -361.5,46.5 + pos: -191.5,-24.5 parent: 1 - - uid: 46271 + - uid: 62323 components: - type: Transform - pos: -361.5,47.5 + pos: -191.5,-25.5 parent: 1 - - uid: 46272 + - uid: 62324 components: - type: Transform - pos: -361.5,48.5 + pos: -191.5,-29.5 parent: 1 - - uid: 46273 + - uid: 62325 components: - type: Transform - pos: -360.5,46.5 + pos: -192.5,-33.5 parent: 1 - - uid: 46274 + - uid: 62326 components: - type: Transform - pos: -360.5,47.5 + pos: -192.5,-34.5 parent: 1 - - uid: 46275 + - uid: 62327 components: - type: Transform - pos: -360.5,48.5 + pos: -192.5,-35.5 parent: 1 - - uid: 46276 + - uid: 62328 components: - type: Transform - pos: -359.5,46.5 + pos: -192.5,-39.5 parent: 1 - - uid: 46277 + - uid: 62329 components: - type: Transform - pos: -359.5,47.5 + pos: -192.5,-40.5 parent: 1 - - uid: 46278 + - uid: 62330 components: - type: Transform - pos: -359.5,48.5 + pos: -192.5,-41.5 parent: 1 - - uid: 46279 + - uid: 62331 components: - type: Transform - pos: -358.5,46.5 + pos: -192.5,-42.5 parent: 1 - - uid: 46280 + - uid: 62332 components: - type: Transform - pos: -358.5,47.5 + pos: -192.5,-43.5 parent: 1 - - uid: 46281 + - uid: 62333 components: - type: Transform - pos: -358.5,48.5 + pos: -192.5,-44.5 parent: 1 - - uid: 46282 + - uid: 62334 components: - type: Transform - pos: -357.5,46.5 + pos: -192.5,-45.5 parent: 1 - - uid: 46283 + - uid: 62335 components: - type: Transform - pos: -357.5,47.5 + pos: -192.5,-46.5 parent: 1 - - uid: 46284 + - uid: 62336 components: - type: Transform - pos: -357.5,48.5 + pos: -192.5,-47.5 parent: 1 - - uid: 46285 + - uid: 62337 components: - type: Transform - pos: -356.5,46.5 + pos: -192.5,-48.5 parent: 1 - - uid: 46286 + - uid: 62338 components: - type: Transform - pos: -356.5,47.5 + pos: -192.5,-49.5 parent: 1 - - uid: 46287 + - uid: 62339 components: - type: Transform - pos: -356.5,48.5 + pos: -193.5,-32.5 parent: 1 - - uid: 46288 + - uid: 62340 components: - type: Transform - pos: -355.5,46.5 + pos: -193.5,-33.5 parent: 1 - - uid: 46289 + - uid: 62341 components: - type: Transform - pos: -355.5,47.5 + pos: -193.5,-34.5 parent: 1 - - uid: 46290 + - uid: 62342 components: - type: Transform - pos: -355.5,48.5 + pos: -193.5,-35.5 parent: 1 - - uid: 46291 + - uid: 62343 components: - type: Transform - pos: -354.5,46.5 + pos: -193.5,-36.5 parent: 1 - - uid: 46292 + - uid: 62344 components: - type: Transform - pos: -354.5,47.5 + pos: -193.5,-37.5 parent: 1 - - uid: 46293 + - uid: 62345 components: - type: Transform - pos: -354.5,48.5 + pos: -193.5,-38.5 parent: 1 - - uid: 46294 + - uid: 62346 components: - type: Transform - pos: -353.5,46.5 + pos: -193.5,-39.5 parent: 1 - - uid: 46295 + - uid: 62347 components: - type: Transform - pos: -353.5,47.5 + pos: -193.5,-40.5 parent: 1 - - uid: 46296 + - uid: 62348 components: - type: Transform - pos: -353.5,48.5 + pos: -193.5,-41.5 parent: 1 - - uid: 46297 + - uid: 62349 components: - type: Transform - pos: -352.5,46.5 + pos: -193.5,-42.5 parent: 1 - - uid: 46298 + - uid: 62350 components: - type: Transform - pos: -352.5,47.5 + pos: -193.5,-43.5 parent: 1 - - uid: 46299 + - uid: 62351 components: - type: Transform - pos: -352.5,48.5 + pos: -193.5,-44.5 parent: 1 - - uid: 46300 + - uid: 62352 components: - type: Transform - pos: -351.5,46.5 + pos: -193.5,-45.5 parent: 1 - - uid: 46301 + - uid: 62353 components: - type: Transform - pos: -351.5,47.5 + pos: -193.5,-46.5 parent: 1 - - uid: 46302 + - uid: 62354 components: - type: Transform - pos: -351.5,48.5 + pos: -193.5,-47.5 parent: 1 - - uid: 46303 + - uid: 62355 components: - type: Transform - pos: -350.5,46.5 + pos: -193.5,-48.5 parent: 1 - - uid: 46304 + - uid: 62356 components: - type: Transform - pos: -350.5,47.5 + pos: -193.5,-49.5 parent: 1 - - uid: 46305 + - uid: 62357 components: - type: Transform - pos: -350.5,48.5 + pos: -194.5,-32.5 parent: 1 - - uid: 46306 + - uid: 62358 components: - type: Transform - pos: -349.5,46.5 + pos: -194.5,-33.5 parent: 1 - - uid: 46307 + - uid: 62359 components: - type: Transform - pos: -349.5,47.5 + pos: -194.5,-34.5 parent: 1 - - uid: 46308 + - uid: 62360 components: - type: Transform - pos: -349.5,48.5 + pos: -194.5,-35.5 parent: 1 - - uid: 46309 + - uid: 62361 components: - type: Transform - pos: -348.5,46.5 + pos: -194.5,-36.5 parent: 1 - - uid: 46310 + - uid: 62362 components: - type: Transform - pos: -348.5,47.5 + pos: -194.5,-37.5 parent: 1 - - uid: 46311 + - uid: 62363 components: - type: Transform - pos: -348.5,48.5 + pos: -194.5,-38.5 parent: 1 - - uid: 46312 + - uid: 62364 components: - type: Transform - pos: -347.5,46.5 + pos: -194.5,-39.5 parent: 1 - - uid: 46313 + - uid: 62365 components: - type: Transform - pos: -347.5,47.5 + pos: -194.5,-40.5 parent: 1 - - uid: 46314 + - uid: 62366 components: - type: Transform - pos: -347.5,48.5 + pos: -194.5,-41.5 parent: 1 - - uid: 46315 + - uid: 62367 components: - type: Transform - pos: -346.5,46.5 + pos: -194.5,-42.5 parent: 1 - - uid: 46316 + - uid: 62368 components: - type: Transform - pos: -346.5,47.5 + pos: -194.5,-43.5 parent: 1 - - uid: 46317 + - uid: 62369 components: - type: Transform - pos: -346.5,48.5 + pos: -194.5,-44.5 parent: 1 - - uid: 46318 + - uid: 62370 components: - type: Transform - pos: -345.5,46.5 + pos: -194.5,-45.5 parent: 1 - - uid: 46319 + - uid: 62371 components: - type: Transform - pos: -345.5,47.5 + pos: -194.5,-46.5 parent: 1 - - uid: 46320 + - uid: 62372 components: - type: Transform - pos: -345.5,48.5 + pos: -194.5,-47.5 parent: 1 - - uid: 46321 + - uid: 62373 components: - type: Transform - pos: -344.5,46.5 + pos: -194.5,-48.5 parent: 1 - - uid: 46322 + - uid: 62374 components: - type: Transform - pos: -344.5,47.5 + pos: -194.5,-49.5 parent: 1 - - uid: 46323 + - uid: 62375 components: - type: Transform - pos: -344.5,48.5 + pos: -195.5,-32.5 parent: 1 - - uid: 46324 + - uid: 62376 components: - type: Transform - anchored: False - pos: -343.5,46.5 + pos: -195.5,-33.5 parent: 1 - - uid: 46325 + - uid: 62377 components: - type: Transform - anchored: False - pos: -343.5,47.5 + pos: -195.5,-34.5 parent: 1 - - uid: 46326 + - uid: 62378 components: - type: Transform - anchored: False - pos: -343.5,48.5 + pos: -195.5,-35.5 parent: 1 - - uid: 46327 + - uid: 62379 components: - type: Transform - anchored: False - pos: -343.5,49.5 + pos: -195.5,-36.5 parent: 1 - - uid: 46328 + - uid: 62380 components: - type: Transform - anchored: False - pos: -343.5,50.5 + pos: -195.5,-37.5 parent: 1 - - uid: 46329 + - uid: 62381 components: - type: Transform - anchored: False - pos: -343.5,51.5 + pos: -195.5,-38.5 parent: 1 - - uid: 46330 + - uid: 62382 components: - type: Transform - anchored: False - pos: -343.5,52.5 + pos: -195.5,-39.5 parent: 1 - - uid: 46331 + - uid: 62383 components: - type: Transform - anchored: False - pos: -343.5,53.5 + pos: -195.5,-40.5 parent: 1 - - uid: 46332 + - uid: 62384 components: - type: Transform - anchored: False - pos: -343.5,54.5 + pos: -195.5,-41.5 parent: 1 - - uid: 46333 + - uid: 62385 components: - type: Transform - anchored: False - pos: -343.5,55.5 + pos: -195.5,-42.5 parent: 1 - - uid: 46334 + - uid: 62386 components: - type: Transform - anchored: False - pos: -343.5,56.5 + pos: -195.5,-43.5 parent: 1 - - uid: 46335 + - uid: 62387 components: - type: Transform - anchored: False - pos: -343.5,57.5 + pos: -195.5,-44.5 parent: 1 - - uid: 46336 + - uid: 62388 components: - type: Transform - anchored: False - pos: -343.5,58.5 + pos: -195.5,-45.5 parent: 1 - - uid: 46337 + - uid: 62389 components: - type: Transform - anchored: False - pos: -343.5,59.5 + pos: -195.5,-46.5 parent: 1 - - uid: 46338 + - uid: 62390 components: - type: Transform - anchored: False - pos: -343.5,60.5 + pos: -195.5,-47.5 parent: 1 - - uid: 46339 + - uid: 62391 components: - type: Transform - anchored: False - pos: -343.5,61.5 + pos: -195.5,-48.5 parent: 1 - - uid: 46340 + - uid: 62392 components: - type: Transform - anchored: False - pos: -343.5,62.5 + pos: -195.5,-49.5 parent: 1 - - uid: 46341 + - uid: 62393 components: - type: Transform - anchored: False - pos: -343.5,63.5 + pos: -191.5,-40.5 parent: 1 - - uid: 46342 + - uid: 62394 components: - type: Transform - anchored: False - pos: -343.5,64.5 + pos: -191.5,-41.5 parent: 1 - - uid: 46343 + - uid: 62395 components: - type: Transform - anchored: False - pos: -343.5,65.5 + pos: -191.5,-42.5 parent: 1 - - uid: 46344 + - uid: 62396 components: - type: Transform - anchored: False - pos: -343.5,66.5 + pos: -191.5,-43.5 parent: 1 - - uid: 46345 + - uid: 62397 components: - type: Transform - anchored: False - pos: -343.5,67.5 + pos: -191.5,-44.5 parent: 1 - - uid: 46346 + - uid: 62398 components: - type: Transform - anchored: False - pos: -343.5,68.5 + pos: -191.5,-45.5 parent: 1 - - uid: 46347 + - uid: 62399 components: - type: Transform - anchored: False - pos: -343.5,69.5 + pos: -191.5,-46.5 parent: 1 - - uid: 46348 + - uid: 62400 components: - type: Transform - anchored: False - pos: -343.5,70.5 + pos: -191.5,-47.5 parent: 1 - - uid: 46349 + - uid: 62401 components: - type: Transform - pos: -344.5,49.5 + pos: -191.5,-48.5 parent: 1 - - uid: 46350 + - uid: 62402 components: - type: Transform - pos: -344.5,50.5 + pos: -191.5,-49.5 parent: 1 - - uid: 46351 + - uid: 62403 components: - type: Transform - pos: -344.5,51.5 + pos: -191.5,-50.5 parent: 1 - - uid: 46352 + - uid: 62404 components: - type: Transform - pos: -344.5,52.5 + pos: -193.5,-52.5 parent: 1 - - uid: 46353 + - uid: 62405 components: - type: Transform - pos: -344.5,53.5 + pos: -193.5,-53.5 parent: 1 - - uid: 46354 + - uid: 62406 components: - type: Transform - pos: -344.5,54.5 + pos: -193.5,-54.5 parent: 1 - - uid: 46355 + - uid: 62407 components: - type: Transform - pos: -344.5,55.5 + pos: -193.5,-55.5 parent: 1 - - uid: 46356 + - uid: 62408 components: - type: Transform - pos: -344.5,56.5 + pos: -194.5,-50.5 parent: 1 - - uid: 46357 + - uid: 62409 components: - type: Transform - pos: -344.5,57.5 + pos: -194.5,-51.5 parent: 1 - - uid: 46358 + - uid: 62410 components: - type: Transform - pos: -344.5,58.5 + pos: -194.5,-52.5 parent: 1 - - uid: 46359 + - uid: 62411 components: - type: Transform - pos: -344.5,59.5 + pos: -194.5,-53.5 parent: 1 - - uid: 46360 + - uid: 62412 components: - type: Transform - pos: -344.5,60.5 + pos: -194.5,-54.5 parent: 1 - - uid: 46361 + - uid: 62413 components: - type: Transform - pos: -344.5,61.5 + pos: -194.5,-55.5 parent: 1 - - uid: 46362 + - uid: 62414 components: - type: Transform - pos: -344.5,62.5 + pos: -195.5,-50.5 parent: 1 - - uid: 46363 + - uid: 62415 components: - type: Transform - pos: -344.5,63.5 + pos: -195.5,-51.5 parent: 1 - - uid: 46364 + - uid: 62416 components: - type: Transform - pos: -344.5,64.5 + pos: -195.5,-52.5 parent: 1 - - uid: 46365 + - uid: 62417 components: - type: Transform - pos: -344.5,65.5 + pos: -195.5,-53.5 parent: 1 - - uid: 46366 + - uid: 62418 components: - type: Transform - pos: -344.5,66.5 + pos: -195.5,-54.5 parent: 1 - - uid: 46367 + - uid: 62419 components: - type: Transform - pos: -344.5,67.5 + pos: -195.5,-55.5 parent: 1 - - uid: 46368 + - uid: 62420 components: - type: Transform - pos: -344.5,68.5 + pos: -192.5,-50.5 parent: 1 - - uid: 46369 + - uid: 62421 components: - type: Transform - pos: -344.5,69.5 + pos: -192.5,-51.5 parent: 1 - - uid: 46370 + - uid: 62422 components: - type: Transform - pos: -344.5,70.5 + pos: -192.5,-52.5 parent: 1 - - uid: 48028 + - uid: 62423 components: - type: Transform pos: 175.5,126.5 parent: 1 - - uid: 48029 + - uid: 62424 components: - type: Transform pos: 175.5,127.5 parent: 1 - - uid: 48039 + - uid: 62425 components: - type: Transform pos: 173.5,131.5 parent: 1 - - uid: 48043 + - uid: 62426 components: - type: Transform pos: 180.5,141.5 parent: 1 - - uid: 50108 + - uid: 62427 components: - type: Transform pos: -295.5,68.5 parent: 1 - - uid: 50109 + - uid: 62428 components: - type: Transform pos: -295.5,67.5 parent: 1 - - uid: 50110 + - uid: 62429 components: - type: Transform anchored: False pos: -324.5,52.5 parent: 1 - - uid: 50117 + - uid: 62430 components: - type: Transform anchored: False pos: -291.5,53.5 parent: 1 - - uid: 50120 + - uid: 62431 components: - type: Transform anchored: False pos: -336.5,37.5 parent: 1 - - uid: 50123 + - uid: 62432 components: - type: Transform anchored: False pos: -341.5,63.5 parent: 1 - - uid: 50124 + - uid: 62433 components: - type: Transform anchored: False pos: -341.5,66.5 parent: 1 - - uid: 50128 + - uid: 62434 components: - type: Transform anchored: False pos: -291.5,55.5 parent: 1 - - uid: 50129 + - uid: 62435 components: - type: Transform anchored: False pos: -291.5,57.5 parent: 1 - - uid: 50131 + - uid: 62436 components: - type: Transform anchored: False pos: -291.5,47.5 parent: 1 - - uid: 50154 + - uid: 62437 components: - type: Transform anchored: False pos: -341.5,61.5 parent: 1 - - uid: 50159 + - uid: 62438 components: - type: Transform anchored: False pos: -336.5,38.5 parent: 1 - - uid: 50166 + - uid: 62439 components: - type: Transform anchored: False pos: -341.5,65.5 parent: 1 - - uid: 50171 + - uid: 62440 components: - type: Transform anchored: False pos: -291.5,52.5 parent: 1 - - uid: 50172 + - uid: 62441 components: - type: Transform anchored: False pos: -336.5,42.5 parent: 1 - - uid: 50189 + - uid: 62442 components: - type: Transform anchored: False pos: -291.5,59.5 parent: 1 - - uid: 50190 + - uid: 62443 components: - type: Transform anchored: False pos: -291.5,48.5 parent: 1 - - uid: 50201 + - uid: 62444 components: - type: Transform anchored: False pos: -336.5,39.5 parent: 1 - - uid: 50205 + - uid: 62445 components: - type: Transform pos: -295.5,66.5 parent: 1 - - uid: 50213 + - uid: 62446 components: - type: Transform anchored: False pos: -341.5,64.5 parent: 1 - - uid: 50214 + - uid: 62447 components: - type: Transform anchored: False pos: -291.5,44.5 parent: 1 - - uid: 50215 + - uid: 62448 components: - type: Transform anchored: False pos: -341.5,67.5 parent: 1 - - uid: 50217 + - uid: 62449 components: - type: Transform anchored: False pos: -291.5,45.5 parent: 1 - - uid: 50321 + - uid: 62450 components: - type: Transform anchored: False pos: -341.5,68.5 parent: 1 - - uid: 50322 + - uid: 62451 components: - type: Transform anchored: False pos: -291.5,50.5 parent: 1 - - uid: 50323 + - uid: 62452 components: - type: Transform anchored: False pos: -341.5,62.5 parent: 1 - - uid: 50324 + - uid: 62453 components: - type: Transform anchored: False pos: -341.5,69.5 parent: 1 - - uid: 50326 + - uid: 62454 components: - type: Transform anchored: False pos: -336.5,41.5 parent: 1 - - uid: 50327 + - uid: 62455 components: - type: Transform anchored: False pos: -291.5,60.5 parent: 1 - - uid: 50328 + - uid: 62456 components: - type: Transform anchored: False pos: -291.5,58.5 parent: 1 - - uid: 50334 + - uid: 62457 components: - type: Transform anchored: False pos: -336.5,40.5 parent: 1 - - uid: 50335 + - uid: 62458 components: - type: Transform anchored: False pos: -341.5,60.5 parent: 1 - - uid: 50336 + - uid: 62459 components: - type: Transform anchored: False pos: -291.5,46.5 parent: 1 - - uid: 50339 + - uid: 62460 components: - type: Transform anchored: False pos: -341.5,59.5 parent: 1 - - uid: 50340 + - uid: 62461 components: - type: Transform anchored: False pos: -341.5,58.5 parent: 1 - - uid: 50341 + - uid: 62462 components: - type: Transform anchored: False pos: -341.5,57.5 parent: 1 - - uid: 50342 + - uid: 62463 components: - type: Transform anchored: False pos: -341.5,56.5 parent: 1 - - uid: 50344 + - uid: 62464 components: - type: Transform anchored: False pos: -341.5,54.5 parent: 1 - - uid: 50345 + - uid: 62465 components: - type: Transform anchored: False pos: -341.5,55.5 parent: 1 - - uid: 50346 + - uid: 62466 components: - type: Transform anchored: False pos: -341.5,52.5 parent: 1 - - uid: 50347 + - uid: 62467 components: - type: Transform anchored: False pos: -341.5,53.5 parent: 1 - - uid: 50348 + - uid: 62468 components: - type: Transform anchored: False pos: -341.5,51.5 parent: 1 - - uid: 50349 + - uid: 62469 components: - type: Transform anchored: False pos: -341.5,50.5 parent: 1 - - uid: 50350 + - uid: 62470 components: - type: Transform anchored: False pos: -341.5,49.5 parent: 1 - - uid: 50351 + - uid: 62471 components: - type: Transform anchored: False pos: -341.5,48.5 parent: 1 - - uid: 50352 + - uid: 62472 components: - type: Transform anchored: False pos: -341.5,47.5 parent: 1 - - uid: 50353 + - uid: 62473 components: - type: Transform anchored: False pos: -341.5,46.5 parent: 1 - - uid: 50354 + - uid: 62474 components: - type: Transform anchored: False pos: -341.5,45.5 parent: 1 - - uid: 50355 + - uid: 62475 components: - type: Transform anchored: False pos: -341.5,44.5 parent: 1 - - uid: 50356 + - uid: 62476 components: - type: Transform anchored: False pos: -341.5,43.5 parent: 1 - - uid: 50357 + - uid: 62477 components: - type: Transform anchored: False pos: -341.5,42.5 parent: 1 - - uid: 50358 + - uid: 62478 components: - type: Transform anchored: False pos: -341.5,41.5 parent: 1 - - uid: 50359 + - uid: 62479 components: - type: Transform anchored: False pos: -341.5,40.5 parent: 1 - - uid: 50360 + - uid: 62480 components: - type: Transform anchored: False pos: -341.5,39.5 parent: 1 - - uid: 50361 + - uid: 62481 components: - type: Transform anchored: False pos: -341.5,38.5 parent: 1 - - uid: 50362 + - uid: 62482 components: - type: Transform anchored: False pos: -341.5,37.5 parent: 1 - - uid: 50363 + - uid: 62483 components: - type: Transform anchored: False pos: -341.5,36.5 parent: 1 - - uid: 50364 + - uid: 62484 components: - type: Transform anchored: False pos: -341.5,35.5 parent: 1 - - uid: 50365 + - uid: 62485 components: - type: Transform anchored: False pos: -341.5,34.5 parent: 1 - - uid: 50366 + - uid: 62486 components: - type: Transform anchored: False pos: -341.5,33.5 parent: 1 - - uid: 50367 + - uid: 62487 components: - type: Transform anchored: False pos: -341.5,32.5 parent: 1 - - uid: 50368 + - uid: 62488 components: - type: Transform anchored: False pos: -341.5,31.5 parent: 1 - - uid: 50369 + - uid: 62489 components: - type: Transform anchored: False pos: -341.5,30.5 parent: 1 - - uid: 50370 + - uid: 62490 components: - type: Transform anchored: False pos: -341.5,29.5 parent: 1 - - uid: 50371 + - uid: 62491 components: - type: Transform anchored: False pos: -341.5,28.5 parent: 1 - - uid: 50372 + - uid: 62492 components: - type: Transform anchored: False pos: -341.5,27.5 parent: 1 - - uid: 50373 + - uid: 62493 components: - type: Transform anchored: False pos: -341.5,26.5 parent: 1 - - uid: 50374 + - uid: 62494 components: - type: Transform anchored: False pos: -341.5,25.5 parent: 1 - - uid: 50375 + - uid: 62495 components: - type: Transform anchored: False pos: -341.5,24.5 parent: 1 - - uid: 50376 + - uid: 62496 components: - type: Transform anchored: False pos: -341.5,23.5 parent: 1 - - uid: 50377 + - uid: 62497 components: - type: Transform anchored: False pos: -341.5,22.5 parent: 1 - - uid: 50378 + - uid: 62498 components: - type: Transform anchored: False pos: -341.5,21.5 parent: 1 - - uid: 50379 + - uid: 62499 components: - type: Transform anchored: False pos: -341.5,20.5 parent: 1 - - uid: 50380 + - uid: 62500 components: - type: Transform anchored: False pos: -341.5,19.5 parent: 1 - - uid: 50381 + - uid: 62501 components: - type: Transform anchored: False pos: -341.5,18.5 parent: 1 - - uid: 50382 + - uid: 62502 components: - type: Transform anchored: False pos: -341.5,17.5 parent: 1 - - uid: 50383 + - uid: 62503 components: - type: Transform anchored: False pos: -341.5,16.5 parent: 1 - - uid: 50384 + - uid: 62504 components: - type: Transform anchored: False pos: -341.5,15.5 parent: 1 - - uid: 50385 + - uid: 62505 components: - type: Transform anchored: False pos: -341.5,14.5 parent: 1 - - uid: 50386 + - uid: 62506 components: - type: Transform anchored: False pos: -341.5,13.5 parent: 1 - - uid: 50387 + - uid: 62507 components: - type: Transform anchored: False pos: -341.5,12.5 parent: 1 - - uid: 50388 + - uid: 62508 components: - type: Transform anchored: False pos: -341.5,11.5 parent: 1 - - uid: 50389 + - uid: 62509 components: - type: Transform anchored: False pos: -341.5,10.5 parent: 1 - - uid: 50390 + - uid: 62510 components: - type: Transform anchored: False pos: -341.5,9.5 parent: 1 - - uid: 50391 + - uid: 62511 components: - type: Transform anchored: False pos: -341.5,8.5 parent: 1 - - uid: 50392 + - uid: 62512 components: - type: Transform anchored: False pos: -341.5,7.5 parent: 1 - - uid: 50393 + - uid: 62513 components: - type: Transform anchored: False pos: -341.5,6.5 parent: 1 - - uid: 50394 + - uid: 62514 components: - type: Transform anchored: False pos: -341.5,5.5 parent: 1 - - uid: 50395 + - uid: 62515 components: - type: Transform anchored: False pos: -341.5,4.5 parent: 1 - - uid: 50396 + - uid: 62516 components: - type: Transform anchored: False pos: -341.5,3.5 parent: 1 - - uid: 50397 + - uid: 62517 components: - type: Transform anchored: False pos: -341.5,2.5 parent: 1 - - uid: 50398 + - uid: 62518 components: - type: Transform anchored: False pos: -341.5,1.5 parent: 1 - - uid: 50399 + - uid: 62519 components: - type: Transform anchored: False pos: -341.5,0.5 parent: 1 - - uid: 50400 + - uid: 62520 components: - type: Transform anchored: False pos: -341.5,-0.5 parent: 1 - - uid: 50401 + - uid: 62521 components: - type: Transform anchored: False pos: -341.5,-1.5 parent: 1 - - uid: 50402 + - uid: 62522 components: - type: Transform anchored: False pos: -341.5,-2.5 parent: 1 - - uid: 50403 + - uid: 62523 components: - type: Transform anchored: False pos: -341.5,-3.5 parent: 1 - - uid: 50404 + - uid: 62524 components: - type: Transform anchored: False pos: -341.5,-4.5 parent: 1 - - uid: 50405 + - uid: 62525 components: - type: Transform anchored: False pos: -341.5,-5.5 parent: 1 - - uid: 50406 + - uid: 62526 components: - type: Transform anchored: False pos: -341.5,-6.5 parent: 1 - - uid: 50407 + - uid: 62527 components: - type: Transform anchored: False pos: -341.5,-7.5 parent: 1 - - uid: 50408 + - uid: 62528 components: - type: Transform anchored: False pos: -341.5,-8.5 parent: 1 - - uid: 50409 + - uid: 62529 components: - type: Transform anchored: False pos: -341.5,-9.5 parent: 1 - - uid: 50410 + - uid: 62530 components: - type: Transform anchored: False pos: -341.5,-10.5 parent: 1 - - uid: 50411 + - uid: 62531 components: - type: Transform anchored: False pos: -341.5,-11.5 parent: 1 - - uid: 50412 + - uid: 62532 components: - type: Transform anchored: False pos: -341.5,-12.5 parent: 1 - - uid: 50413 + - uid: 62533 components: - type: Transform anchored: False pos: -341.5,-13.5 parent: 1 - - uid: 50414 + - uid: 62534 components: - type: Transform anchored: False pos: -341.5,-14.5 parent: 1 - - uid: 50415 + - uid: 62535 components: - type: Transform anchored: False pos: -341.5,-15.5 parent: 1 - - uid: 50416 + - uid: 62536 components: - type: Transform anchored: False pos: -341.5,-16.5 parent: 1 - - uid: 50417 + - uid: 62537 components: - type: Transform anchored: False pos: -341.5,-17.5 parent: 1 - - uid: 50418 + - uid: 62538 components: - type: Transform anchored: False pos: -341.5,-18.5 parent: 1 - - uid: 50419 + - uid: 62539 components: - type: Transform anchored: False pos: -341.5,-19.5 parent: 1 - - uid: 50420 + - uid: 62540 components: - type: Transform anchored: False pos: -341.5,-20.5 parent: 1 - - uid: 50421 + - uid: 62541 components: - type: Transform anchored: False pos: -341.5,-21.5 parent: 1 - - uid: 50422 + - uid: 62542 components: - type: Transform anchored: False pos: -341.5,-22.5 parent: 1 - - uid: 50423 + - uid: 62543 components: - type: Transform anchored: False pos: -341.5,-23.5 parent: 1 - - uid: 50424 + - uid: 62544 components: - type: Transform anchored: False pos: -341.5,-24.5 parent: 1 - - uid: 50425 + - uid: 62545 components: - type: Transform anchored: False pos: -341.5,-25.5 parent: 1 - - uid: 50426 + - uid: 62546 components: - type: Transform anchored: False pos: -341.5,-26.5 parent: 1 - - uid: 50427 + - uid: 62547 components: - type: Transform anchored: False pos: -340.5,69.5 parent: 1 - - uid: 50428 + - uid: 62548 components: - type: Transform anchored: False pos: -340.5,68.5 parent: 1 - - uid: 50429 + - uid: 62549 components: - type: Transform anchored: False pos: -340.5,67.5 parent: 1 - - uid: 50430 + - uid: 62550 components: - type: Transform anchored: False pos: -340.5,66.5 parent: 1 - - uid: 50431 + - uid: 62551 components: - type: Transform anchored: False pos: -340.5,65.5 parent: 1 - - uid: 50432 + - uid: 62552 components: - type: Transform anchored: False pos: -340.5,64.5 parent: 1 - - uid: 50433 + - uid: 62553 components: - type: Transform anchored: False pos: -340.5,63.5 parent: 1 - - uid: 50434 + - uid: 62554 components: - type: Transform anchored: False pos: -340.5,62.5 parent: 1 - - uid: 50435 + - uid: 62555 components: - type: Transform anchored: False pos: -340.5,61.5 parent: 1 - - uid: 50436 + - uid: 62556 components: - type: Transform anchored: False pos: -340.5,60.5 parent: 1 - - uid: 50437 + - uid: 62557 components: - type: Transform anchored: False pos: -340.5,59.5 parent: 1 - - uid: 50438 + - uid: 62558 components: - type: Transform anchored: False pos: -340.5,58.5 parent: 1 - - uid: 50439 + - uid: 62559 components: - type: Transform anchored: False pos: -340.5,57.5 parent: 1 - - uid: 50440 + - uid: 62560 components: - type: Transform anchored: False pos: -340.5,56.5 parent: 1 - - uid: 50441 + - uid: 62561 components: - type: Transform anchored: False pos: -340.5,55.5 parent: 1 - - uid: 50442 + - uid: 62562 components: - type: Transform anchored: False pos: -340.5,54.5 parent: 1 - - uid: 50443 + - uid: 62563 components: - type: Transform anchored: False pos: -340.5,53.5 parent: 1 - - uid: 50444 + - uid: 62564 components: - type: Transform anchored: False pos: -340.5,52.5 parent: 1 - - uid: 50445 + - uid: 62565 components: - type: Transform anchored: False pos: -340.5,51.5 parent: 1 - - uid: 50446 + - uid: 62566 components: - type: Transform anchored: False pos: -340.5,50.5 parent: 1 - - uid: 50447 + - uid: 62567 components: - type: Transform anchored: False pos: -340.5,49.5 parent: 1 - - uid: 50448 + - uid: 62568 components: - type: Transform anchored: False pos: -340.5,48.5 parent: 1 - - uid: 50449 + - uid: 62569 components: - type: Transform anchored: False pos: -340.5,47.5 parent: 1 - - uid: 50450 + - uid: 62570 components: - type: Transform anchored: False pos: -340.5,46.5 parent: 1 - - uid: 50451 + - uid: 62571 components: - type: Transform anchored: False pos: -340.5,45.5 parent: 1 - - uid: 50452 + - uid: 62572 components: - type: Transform anchored: False pos: -340.5,44.5 parent: 1 - - uid: 50453 + - uid: 62573 components: - type: Transform anchored: False pos: -340.5,43.5 parent: 1 - - uid: 50454 + - uid: 62574 components: - type: Transform anchored: False pos: -340.5,42.5 parent: 1 - - uid: 50455 + - uid: 62575 components: - type: Transform anchored: False pos: -340.5,41.5 parent: 1 - - uid: 50456 + - uid: 62576 components: - type: Transform anchored: False pos: -340.5,40.5 parent: 1 - - uid: 50457 + - uid: 62577 components: - type: Transform anchored: False pos: -340.5,39.5 parent: 1 - - uid: 50458 + - uid: 62578 components: - type: Transform anchored: False pos: -340.5,38.5 parent: 1 - - uid: 50459 + - uid: 62579 components: - type: Transform anchored: False pos: -340.5,37.5 parent: 1 - - uid: 50460 + - uid: 62580 components: - type: Transform anchored: False pos: -340.5,36.5 parent: 1 - - uid: 50461 + - uid: 62581 components: - type: Transform anchored: False pos: -340.5,35.5 parent: 1 - - uid: 50462 + - uid: 62582 components: - type: Transform anchored: False pos: -340.5,34.5 parent: 1 - - uid: 50463 + - uid: 62583 components: - type: Transform anchored: False pos: -340.5,33.5 parent: 1 - - uid: 50464 + - uid: 62584 components: - type: Transform anchored: False pos: -340.5,32.5 parent: 1 - - uid: 50465 + - uid: 62585 components: - type: Transform anchored: False pos: -340.5,31.5 parent: 1 - - uid: 50466 + - uid: 62586 components: - type: Transform anchored: False pos: -340.5,30.5 parent: 1 - - uid: 50467 + - uid: 62587 components: - type: Transform anchored: False pos: -340.5,29.5 parent: 1 - - uid: 50468 + - uid: 62588 components: - type: Transform anchored: False pos: -340.5,28.5 parent: 1 - - uid: 50469 + - uid: 62589 components: - type: Transform anchored: False pos: -340.5,27.5 parent: 1 - - uid: 50470 + - uid: 62590 components: - type: Transform anchored: False pos: -340.5,26.5 parent: 1 - - uid: 50471 + - uid: 62591 components: - type: Transform anchored: False pos: -340.5,25.5 parent: 1 - - uid: 50472 + - uid: 62592 components: - type: Transform anchored: False pos: -340.5,24.5 parent: 1 - - uid: 50473 + - uid: 62593 components: - type: Transform anchored: False pos: -340.5,23.5 parent: 1 - - uid: 50474 + - uid: 62594 components: - type: Transform anchored: False pos: -340.5,22.5 parent: 1 - - uid: 50475 + - uid: 62595 components: - type: Transform anchored: False pos: -340.5,21.5 parent: 1 - - uid: 50476 + - uid: 62596 components: - type: Transform anchored: False pos: -340.5,20.5 parent: 1 - - uid: 50477 + - uid: 62597 components: - type: Transform anchored: False pos: -340.5,19.5 parent: 1 - - uid: 50478 + - uid: 62598 components: - type: Transform anchored: False pos: -340.5,18.5 parent: 1 - - uid: 50479 + - uid: 62599 components: - type: Transform anchored: False pos: -340.5,17.5 parent: 1 - - uid: 50480 + - uid: 62600 components: - type: Transform anchored: False pos: -340.5,16.5 parent: 1 - - uid: 50481 + - uid: 62601 components: - type: Transform anchored: False pos: -340.5,15.5 parent: 1 - - uid: 50482 + - uid: 62602 components: - type: Transform anchored: False pos: -340.5,14.5 parent: 1 - - uid: 50483 + - uid: 62603 components: - type: Transform anchored: False pos: -340.5,13.5 parent: 1 - - uid: 50484 + - uid: 62604 components: - type: Transform anchored: False pos: -340.5,12.5 parent: 1 - - uid: 50485 + - uid: 62605 components: - type: Transform anchored: False pos: -340.5,11.5 parent: 1 - - uid: 50486 + - uid: 62606 components: - type: Transform anchored: False pos: -340.5,10.5 parent: 1 - - uid: 50487 + - uid: 62607 components: - type: Transform anchored: False pos: -340.5,9.5 parent: 1 - - uid: 50488 + - uid: 62608 components: - type: Transform anchored: False pos: -340.5,8.5 parent: 1 - - uid: 50489 + - uid: 62609 components: - type: Transform anchored: False pos: -340.5,7.5 parent: 1 - - uid: 50490 + - uid: 62610 components: - type: Transform anchored: False pos: -340.5,6.5 parent: 1 - - uid: 50491 + - uid: 62611 components: - type: Transform anchored: False pos: -340.5,5.5 parent: 1 - - uid: 50492 + - uid: 62612 components: - type: Transform anchored: False pos: -340.5,4.5 parent: 1 - - uid: 50493 + - uid: 62613 components: - type: Transform anchored: False pos: -340.5,3.5 parent: 1 - - uid: 50494 + - uid: 62614 components: - type: Transform anchored: False pos: -340.5,2.5 parent: 1 - - uid: 50495 + - uid: 62615 components: - type: Transform anchored: False pos: -340.5,1.5 parent: 1 - - uid: 50496 + - uid: 62616 components: - type: Transform anchored: False pos: -340.5,0.5 parent: 1 - - uid: 50497 + - uid: 62617 components: - type: Transform anchored: False pos: -340.5,-0.5 parent: 1 - - uid: 50498 + - uid: 62618 components: - type: Transform anchored: False pos: -340.5,-1.5 parent: 1 - - uid: 50499 + - uid: 62619 components: - type: Transform anchored: False pos: -340.5,-2.5 parent: 1 - - uid: 50500 + - uid: 62620 components: - type: Transform anchored: False pos: -340.5,-3.5 parent: 1 - - uid: 50501 + - uid: 62621 components: - type: Transform anchored: False pos: -340.5,-4.5 parent: 1 - - uid: 50502 + - uid: 62622 components: - type: Transform anchored: False pos: -340.5,-5.5 parent: 1 - - uid: 50503 + - uid: 62623 components: - type: Transform anchored: False pos: -340.5,-6.5 parent: 1 - - uid: 50504 + - uid: 62624 components: - type: Transform anchored: False pos: -340.5,-7.5 parent: 1 - - uid: 50505 + - uid: 62625 components: - type: Transform anchored: False pos: -340.5,-8.5 parent: 1 - - uid: 50506 + - uid: 62626 components: - type: Transform anchored: False pos: -340.5,-9.5 parent: 1 - - uid: 50507 + - uid: 62627 components: - type: Transform anchored: False pos: -340.5,-10.5 parent: 1 - - uid: 50508 + - uid: 62628 components: - type: Transform anchored: False pos: -340.5,-11.5 parent: 1 - - uid: 50509 + - uid: 62629 components: - type: Transform anchored: False pos: -340.5,-12.5 parent: 1 - - uid: 50510 + - uid: 62630 components: - type: Transform anchored: False pos: -340.5,-13.5 parent: 1 - - uid: 50511 + - uid: 62631 components: - type: Transform anchored: False pos: -340.5,-14.5 parent: 1 - - uid: 50512 + - uid: 62632 components: - type: Transform anchored: False pos: -340.5,-15.5 parent: 1 - - uid: 50513 + - uid: 62633 components: - type: Transform anchored: False pos: -340.5,-16.5 parent: 1 - - uid: 50514 + - uid: 62634 components: - type: Transform anchored: False pos: -340.5,-17.5 parent: 1 - - uid: 50515 + - uid: 62635 components: - type: Transform anchored: False pos: -340.5,-18.5 parent: 1 - - uid: 50516 + - uid: 62636 components: - type: Transform anchored: False pos: -340.5,-19.5 parent: 1 - - uid: 50517 + - uid: 62637 components: - type: Transform anchored: False pos: -340.5,-20.5 parent: 1 - - uid: 50518 + - uid: 62638 components: - type: Transform anchored: False pos: -340.5,-21.5 parent: 1 - - uid: 50519 + - uid: 62639 components: - type: Transform anchored: False pos: -340.5,-22.5 parent: 1 - - uid: 50520 + - uid: 62640 components: - type: Transform anchored: False pos: -340.5,-23.5 parent: 1 - - uid: 50521 + - uid: 62641 components: - type: Transform anchored: False pos: -340.5,-24.5 parent: 1 - - uid: 50522 + - uid: 62642 components: - type: Transform anchored: False pos: -340.5,-25.5 parent: 1 - - uid: 50523 + - uid: 62643 components: - type: Transform anchored: False pos: -340.5,-26.5 parent: 1 - - uid: 50524 + - uid: 62644 components: - type: Transform anchored: False pos: -339.5,69.5 parent: 1 - - uid: 50525 + - uid: 62645 components: - type: Transform anchored: False pos: -339.5,68.5 parent: 1 - - uid: 50526 + - uid: 62646 components: - type: Transform anchored: False pos: -339.5,67.5 parent: 1 - - uid: 50527 + - uid: 62647 components: - type: Transform anchored: False pos: -339.5,66.5 parent: 1 - - uid: 50528 + - uid: 62648 components: - type: Transform anchored: False pos: -339.5,65.5 parent: 1 - - uid: 50529 + - uid: 62649 components: - type: Transform anchored: False pos: -339.5,64.5 parent: 1 - - uid: 50530 + - uid: 62650 components: - type: Transform anchored: False pos: -339.5,63.5 parent: 1 - - uid: 50531 + - uid: 62651 components: - type: Transform anchored: False pos: -339.5,62.5 parent: 1 - - uid: 50532 + - uid: 62652 components: - type: Transform anchored: False pos: -339.5,61.5 parent: 1 - - uid: 50533 + - uid: 62653 components: - type: Transform anchored: False pos: -339.5,60.5 parent: 1 - - uid: 50534 + - uid: 62654 components: - type: Transform anchored: False pos: -339.5,59.5 parent: 1 - - uid: 50535 + - uid: 62655 components: - type: Transform anchored: False pos: -339.5,58.5 parent: 1 - - uid: 50536 + - uid: 62656 components: - type: Transform anchored: False pos: -339.5,57.5 parent: 1 - - uid: 50537 + - uid: 62657 components: - type: Transform anchored: False pos: -339.5,56.5 parent: 1 - - uid: 50538 + - uid: 62658 components: - type: Transform anchored: False pos: -339.5,55.5 parent: 1 - - uid: 50539 + - uid: 62659 components: - type: Transform anchored: False pos: -339.5,54.5 parent: 1 - - uid: 50540 + - uid: 62660 components: - type: Transform anchored: False pos: -339.5,53.5 parent: 1 - - uid: 50541 + - uid: 62661 components: - type: Transform anchored: False pos: -339.5,52.5 parent: 1 - - uid: 50542 + - uid: 62662 components: - type: Transform anchored: False pos: -339.5,51.5 parent: 1 - - uid: 50543 + - uid: 62663 components: - type: Transform anchored: False pos: -339.5,50.5 parent: 1 - - uid: 50544 + - uid: 62664 components: - type: Transform anchored: False pos: -339.5,49.5 parent: 1 - - uid: 50545 + - uid: 62665 components: - type: Transform anchored: False pos: -339.5,48.5 parent: 1 - - uid: 50546 + - uid: 62666 components: - type: Transform anchored: False pos: -339.5,47.5 parent: 1 - - uid: 50547 + - uid: 62667 components: - type: Transform anchored: False pos: -339.5,46.5 parent: 1 - - uid: 50548 + - uid: 62668 components: - type: Transform anchored: False pos: -339.5,45.5 parent: 1 - - uid: 50549 + - uid: 62669 components: - type: Transform anchored: False pos: -339.5,44.5 parent: 1 - - uid: 50550 + - uid: 62670 components: - type: Transform anchored: False pos: -339.5,43.5 parent: 1 - - uid: 50551 + - uid: 62671 components: - type: Transform anchored: False pos: -339.5,42.5 parent: 1 - - uid: 50552 + - uid: 62672 components: - type: Transform anchored: False pos: -339.5,41.5 parent: 1 - - uid: 50553 + - uid: 62673 components: - type: Transform anchored: False pos: -339.5,40.5 parent: 1 - - uid: 50554 + - uid: 62674 components: - type: Transform anchored: False pos: -339.5,39.5 parent: 1 - - uid: 50555 + - uid: 62675 components: - type: Transform anchored: False pos: -339.5,38.5 parent: 1 - - uid: 50556 + - uid: 62676 components: - type: Transform anchored: False pos: -339.5,37.5 parent: 1 - - uid: 50557 + - uid: 62677 components: - type: Transform anchored: False pos: -339.5,36.5 parent: 1 - - uid: 50558 + - uid: 62678 components: - type: Transform anchored: False pos: -339.5,35.5 parent: 1 - - uid: 50559 + - uid: 62679 components: - type: Transform anchored: False pos: -339.5,34.5 parent: 1 - - uid: 50560 + - uid: 62680 components: - type: Transform anchored: False pos: -339.5,33.5 parent: 1 - - uid: 50561 + - uid: 62681 components: - type: Transform anchored: False pos: -339.5,32.5 parent: 1 - - uid: 50562 + - uid: 62682 components: - type: Transform anchored: False pos: -339.5,31.5 parent: 1 - - uid: 50563 + - uid: 62683 components: - type: Transform anchored: False pos: -339.5,30.5 parent: 1 - - uid: 50564 + - uid: 62684 components: - type: Transform anchored: False pos: -339.5,29.5 parent: 1 - - uid: 50565 + - uid: 62685 components: - type: Transform anchored: False pos: -339.5,28.5 parent: 1 - - uid: 50566 + - uid: 62686 components: - type: Transform anchored: False pos: -339.5,27.5 parent: 1 - - uid: 50567 + - uid: 62687 components: - type: Transform anchored: False pos: -339.5,26.5 parent: 1 - - uid: 50568 + - uid: 62688 components: - type: Transform anchored: False pos: -339.5,25.5 parent: 1 - - uid: 50569 + - uid: 62689 components: - type: Transform anchored: False pos: -339.5,24.5 parent: 1 - - uid: 50570 + - uid: 62690 components: - type: Transform anchored: False pos: -339.5,23.5 parent: 1 - - uid: 50571 + - uid: 62691 components: - type: Transform anchored: False pos: -339.5,22.5 parent: 1 - - uid: 50572 + - uid: 62692 components: - type: Transform anchored: False pos: -339.5,21.5 parent: 1 - - uid: 50573 + - uid: 62693 components: - type: Transform anchored: False pos: -339.5,20.5 parent: 1 - - uid: 50574 + - uid: 62694 components: - type: Transform anchored: False pos: -339.5,19.5 parent: 1 - - uid: 50575 + - uid: 62695 components: - type: Transform anchored: False pos: -339.5,18.5 parent: 1 - - uid: 50576 + - uid: 62696 components: - type: Transform anchored: False pos: -339.5,17.5 parent: 1 - - uid: 50577 + - uid: 62697 components: - type: Transform anchored: False pos: -339.5,16.5 parent: 1 - - uid: 50578 + - uid: 62698 components: - type: Transform anchored: False pos: -339.5,15.5 parent: 1 - - uid: 50579 + - uid: 62699 components: - type: Transform anchored: False pos: -339.5,14.5 parent: 1 - - uid: 50580 + - uid: 62700 components: - type: Transform anchored: False pos: -339.5,13.5 parent: 1 - - uid: 50581 + - uid: 62701 components: - type: Transform anchored: False pos: -339.5,12.5 parent: 1 - - uid: 50582 + - uid: 62702 components: - type: Transform anchored: False pos: -339.5,11.5 parent: 1 - - uid: 50583 + - uid: 62703 components: - type: Transform anchored: False pos: -339.5,10.5 parent: 1 - - uid: 50584 + - uid: 62704 components: - type: Transform anchored: False pos: -339.5,9.5 parent: 1 - - uid: 50585 + - uid: 62705 components: - type: Transform anchored: False pos: -339.5,8.5 parent: 1 - - uid: 50586 + - uid: 62706 components: - type: Transform anchored: False pos: -339.5,7.5 parent: 1 - - uid: 50587 + - uid: 62707 components: - type: Transform anchored: False pos: -339.5,6.5 parent: 1 - - uid: 50588 + - uid: 62708 components: - type: Transform anchored: False pos: -339.5,5.5 parent: 1 - - uid: 50589 + - uid: 62709 components: - type: Transform anchored: False pos: -339.5,4.5 parent: 1 - - uid: 50590 + - uid: 62710 components: - type: Transform anchored: False pos: -339.5,3.5 parent: 1 - - uid: 50591 + - uid: 62711 components: - type: Transform anchored: False pos: -339.5,2.5 parent: 1 - - uid: 50592 + - uid: 62712 components: - type: Transform anchored: False pos: -339.5,1.5 parent: 1 - - uid: 50593 + - uid: 62713 components: - type: Transform anchored: False pos: -339.5,0.5 parent: 1 - - uid: 50594 + - uid: 62714 components: - type: Transform anchored: False pos: -339.5,-0.5 parent: 1 - - uid: 50595 + - uid: 62715 components: - type: Transform anchored: False pos: -339.5,-1.5 parent: 1 - - uid: 50596 + - uid: 62716 components: - type: Transform anchored: False pos: -339.5,-2.5 parent: 1 - - uid: 50597 + - uid: 62717 components: - type: Transform anchored: False pos: -339.5,-3.5 parent: 1 - - uid: 50598 + - uid: 62718 components: - type: Transform anchored: False pos: -339.5,-4.5 parent: 1 - - uid: 50599 + - uid: 62719 components: - type: Transform anchored: False pos: -339.5,-5.5 parent: 1 - - uid: 50600 + - uid: 62720 components: - type: Transform anchored: False pos: -339.5,-6.5 parent: 1 - - uid: 50601 + - uid: 62721 components: - type: Transform anchored: False pos: -339.5,-7.5 parent: 1 - - uid: 50602 + - uid: 62722 components: - type: Transform anchored: False pos: -339.5,-8.5 parent: 1 - - uid: 50603 + - uid: 62723 components: - type: Transform anchored: False pos: -339.5,-9.5 parent: 1 - - uid: 50604 + - uid: 62724 components: - type: Transform anchored: False pos: -339.5,-10.5 parent: 1 - - uid: 50605 + - uid: 62725 components: - type: Transform anchored: False pos: -339.5,-11.5 parent: 1 - - uid: 50606 + - uid: 62726 components: - type: Transform anchored: False pos: -339.5,-12.5 parent: 1 - - uid: 50607 + - uid: 62727 components: - type: Transform anchored: False pos: -339.5,-13.5 parent: 1 - - uid: 50608 + - uid: 62728 components: - type: Transform anchored: False pos: -339.5,-14.5 parent: 1 - - uid: 50609 + - uid: 62729 components: - type: Transform anchored: False pos: -339.5,-15.5 parent: 1 - - uid: 50610 + - uid: 62730 components: - type: Transform anchored: False pos: -339.5,-16.5 parent: 1 - - uid: 50611 + - uid: 62731 components: - type: Transform anchored: False pos: -339.5,-17.5 parent: 1 - - uid: 50612 + - uid: 62732 components: - type: Transform anchored: False pos: -339.5,-18.5 parent: 1 - - uid: 50613 + - uid: 62733 components: - type: Transform anchored: False pos: -339.5,-19.5 parent: 1 - - uid: 50614 + - uid: 62734 components: - type: Transform anchored: False pos: -339.5,-20.5 parent: 1 - - uid: 50615 + - uid: 62735 components: - type: Transform anchored: False pos: -339.5,-21.5 parent: 1 - - uid: 50616 + - uid: 62736 components: - type: Transform anchored: False pos: -339.5,-22.5 parent: 1 - - uid: 50617 + - uid: 62737 components: - type: Transform anchored: False pos: -339.5,-23.5 parent: 1 - - uid: 50618 + - uid: 62738 components: - type: Transform anchored: False pos: -339.5,-24.5 parent: 1 - - uid: 50619 + - uid: 62739 components: - type: Transform anchored: False pos: -339.5,-25.5 parent: 1 - - uid: 50620 + - uid: 62740 components: - type: Transform anchored: False pos: -339.5,-26.5 parent: 1 - - uid: 50621 + - uid: 62741 components: - type: Transform anchored: False pos: -338.5,69.5 parent: 1 - - uid: 50622 + - uid: 62742 components: - type: Transform anchored: False pos: -338.5,68.5 parent: 1 - - uid: 50623 + - uid: 62743 components: - type: Transform anchored: False pos: -338.5,67.5 parent: 1 - - uid: 50624 + - uid: 62744 components: - type: Transform anchored: False pos: -338.5,66.5 parent: 1 - - uid: 50625 + - uid: 62745 components: - type: Transform anchored: False pos: -338.5,65.5 parent: 1 - - uid: 50626 + - uid: 62746 components: - type: Transform anchored: False pos: -338.5,64.5 parent: 1 - - uid: 50627 + - uid: 62747 components: - type: Transform anchored: False pos: -338.5,63.5 parent: 1 - - uid: 50628 + - uid: 62748 components: - type: Transform anchored: False pos: -338.5,62.5 parent: 1 - - uid: 50629 + - uid: 62749 components: - type: Transform anchored: False pos: -338.5,61.5 parent: 1 - - uid: 50630 + - uid: 62750 components: - type: Transform anchored: False pos: -338.5,60.5 parent: 1 - - uid: 50631 + - uid: 62751 components: - type: Transform anchored: False pos: -338.5,59.5 parent: 1 - - uid: 50632 + - uid: 62752 components: - type: Transform anchored: False pos: -338.5,58.5 parent: 1 - - uid: 50633 + - uid: 62753 components: - type: Transform anchored: False pos: -338.5,57.5 parent: 1 - - uid: 50634 + - uid: 62754 components: - type: Transform anchored: False pos: -338.5,56.5 parent: 1 - - uid: 50635 + - uid: 62755 components: - type: Transform anchored: False pos: -338.5,55.5 parent: 1 - - uid: 50636 + - uid: 62756 components: - type: Transform anchored: False pos: -338.5,54.5 parent: 1 - - uid: 50637 + - uid: 62757 components: - type: Transform anchored: False pos: -338.5,53.5 parent: 1 - - uid: 50638 + - uid: 62758 components: - type: Transform anchored: False pos: -338.5,52.5 parent: 1 - - uid: 50639 + - uid: 62759 components: - type: Transform anchored: False pos: -338.5,51.5 parent: 1 - - uid: 50640 + - uid: 62760 components: - type: Transform anchored: False pos: -338.5,50.5 parent: 1 - - uid: 50641 + - uid: 62761 components: - type: Transform anchored: False pos: -338.5,49.5 parent: 1 - - uid: 50642 + - uid: 62762 components: - type: Transform anchored: False pos: -338.5,48.5 parent: 1 - - uid: 50643 + - uid: 62763 components: - type: Transform anchored: False pos: -338.5,47.5 parent: 1 - - uid: 50644 + - uid: 62764 components: - type: Transform anchored: False pos: -338.5,46.5 parent: 1 - - uid: 50645 + - uid: 62765 components: - type: Transform anchored: False pos: -338.5,45.5 parent: 1 - - uid: 50646 + - uid: 62766 components: - type: Transform anchored: False pos: -338.5,44.5 parent: 1 - - uid: 50647 + - uid: 62767 components: - type: Transform anchored: False pos: -338.5,43.5 parent: 1 - - uid: 50648 + - uid: 62768 components: - type: Transform anchored: False pos: -338.5,42.5 parent: 1 - - uid: 50649 + - uid: 62769 components: - type: Transform anchored: False pos: -338.5,41.5 parent: 1 - - uid: 50650 + - uid: 62770 components: - type: Transform anchored: False pos: -338.5,40.5 parent: 1 - - uid: 50651 + - uid: 62771 components: - type: Transform anchored: False pos: -338.5,39.5 parent: 1 - - uid: 50652 + - uid: 62772 components: - type: Transform anchored: False pos: -338.5,38.5 parent: 1 - - uid: 50653 + - uid: 62773 components: - type: Transform anchored: False pos: -338.5,37.5 parent: 1 - - uid: 50654 + - uid: 62774 components: - type: Transform anchored: False pos: -338.5,36.5 parent: 1 - - uid: 50655 + - uid: 62775 components: - type: Transform anchored: False pos: -338.5,35.5 parent: 1 - - uid: 50656 + - uid: 62776 components: - type: Transform anchored: False pos: -338.5,34.5 parent: 1 - - uid: 50657 + - uid: 62777 components: - type: Transform anchored: False pos: -338.5,33.5 parent: 1 - - uid: 50658 + - uid: 62778 components: - type: Transform anchored: False pos: -338.5,32.5 parent: 1 - - uid: 50659 + - uid: 62779 components: - type: Transform anchored: False pos: -338.5,31.5 parent: 1 - - uid: 50660 + - uid: 62780 components: - type: Transform anchored: False pos: -338.5,30.5 parent: 1 - - uid: 50661 + - uid: 62781 components: - type: Transform anchored: False pos: -338.5,29.5 parent: 1 - - uid: 50662 + - uid: 62782 components: - type: Transform anchored: False pos: -338.5,28.5 parent: 1 - - uid: 50663 + - uid: 62783 components: - type: Transform anchored: False pos: -338.5,27.5 parent: 1 - - uid: 50664 + - uid: 62784 components: - type: Transform anchored: False pos: -338.5,26.5 parent: 1 - - uid: 50665 + - uid: 62785 components: - type: Transform anchored: False pos: -338.5,25.5 parent: 1 - - uid: 50666 + - uid: 62786 components: - type: Transform anchored: False pos: -338.5,24.5 parent: 1 - - uid: 50667 + - uid: 62787 components: - type: Transform anchored: False pos: -338.5,23.5 parent: 1 - - uid: 50668 + - uid: 62788 components: - type: Transform anchored: False pos: -338.5,22.5 parent: 1 - - uid: 50669 + - uid: 62789 components: - type: Transform anchored: False pos: -338.5,21.5 parent: 1 - - uid: 50670 + - uid: 62790 components: - type: Transform anchored: False pos: -338.5,20.5 parent: 1 - - uid: 50671 + - uid: 62791 components: - type: Transform anchored: False pos: -338.5,19.5 parent: 1 - - uid: 50672 + - uid: 62792 components: - type: Transform anchored: False pos: -338.5,18.5 parent: 1 - - uid: 50673 + - uid: 62793 components: - type: Transform anchored: False pos: -338.5,17.5 parent: 1 - - uid: 50674 + - uid: 62794 components: - type: Transform anchored: False pos: -338.5,16.5 parent: 1 - - uid: 50675 + - uid: 62795 components: - type: Transform anchored: False pos: -338.5,15.5 parent: 1 - - uid: 50676 + - uid: 62796 components: - type: Transform anchored: False pos: -338.5,14.5 parent: 1 - - uid: 50677 + - uid: 62797 components: - type: Transform anchored: False pos: -338.5,13.5 parent: 1 - - uid: 50678 + - uid: 62798 components: - type: Transform anchored: False pos: -338.5,12.5 parent: 1 - - uid: 50679 + - uid: 62799 components: - type: Transform anchored: False pos: -338.5,11.5 parent: 1 - - uid: 50680 + - uid: 62800 components: - type: Transform anchored: False pos: -338.5,10.5 parent: 1 - - uid: 50681 + - uid: 62801 components: - type: Transform anchored: False pos: -338.5,9.5 parent: 1 - - uid: 50682 + - uid: 62802 components: - type: Transform anchored: False pos: -338.5,8.5 parent: 1 - - uid: 50683 + - uid: 62803 components: - type: Transform anchored: False pos: -338.5,7.5 parent: 1 - - uid: 50684 + - uid: 62804 components: - type: Transform anchored: False pos: -338.5,6.5 parent: 1 - - uid: 50685 + - uid: 62805 components: - type: Transform anchored: False pos: -338.5,5.5 parent: 1 - - uid: 50686 + - uid: 62806 components: - type: Transform anchored: False pos: -338.5,4.5 parent: 1 - - uid: 50687 + - uid: 62807 components: - type: Transform anchored: False pos: -338.5,3.5 parent: 1 - - uid: 50688 + - uid: 62808 components: - type: Transform anchored: False pos: -338.5,2.5 parent: 1 - - uid: 50689 + - uid: 62809 components: - type: Transform anchored: False pos: -338.5,1.5 parent: 1 - - uid: 50690 + - uid: 62810 components: - type: Transform anchored: False pos: -338.5,0.5 parent: 1 - - uid: 50691 + - uid: 62811 components: - type: Transform anchored: False pos: -338.5,-0.5 parent: 1 - - uid: 50692 + - uid: 62812 components: - type: Transform anchored: False pos: -338.5,-1.5 parent: 1 - - uid: 50693 + - uid: 62813 components: - type: Transform anchored: False pos: -338.5,-2.5 parent: 1 - - uid: 50694 + - uid: 62814 components: - type: Transform anchored: False pos: -338.5,-3.5 parent: 1 - - uid: 50695 + - uid: 62815 components: - type: Transform anchored: False pos: -338.5,-4.5 parent: 1 - - uid: 50696 + - uid: 62816 components: - type: Transform anchored: False pos: -338.5,-5.5 parent: 1 - - uid: 50697 + - uid: 62817 components: - type: Transform anchored: False pos: -338.5,-6.5 parent: 1 - - uid: 50698 + - uid: 62818 components: - type: Transform anchored: False pos: -338.5,-7.5 parent: 1 - - uid: 50699 + - uid: 62819 components: - type: Transform anchored: False pos: -338.5,-8.5 parent: 1 - - uid: 50700 + - uid: 62820 components: - type: Transform anchored: False pos: -338.5,-9.5 parent: 1 - - uid: 50701 + - uid: 62821 components: - type: Transform anchored: False pos: -338.5,-10.5 parent: 1 - - uid: 50702 + - uid: 62822 components: - type: Transform anchored: False pos: -338.5,-11.5 parent: 1 - - uid: 50703 + - uid: 62823 components: - type: Transform anchored: False pos: -338.5,-12.5 parent: 1 - - uid: 50704 + - uid: 62824 components: - type: Transform anchored: False pos: -338.5,-13.5 parent: 1 - - uid: 50705 + - uid: 62825 components: - type: Transform anchored: False pos: -338.5,-14.5 parent: 1 - - uid: 50706 + - uid: 62826 components: - type: Transform anchored: False pos: -338.5,-15.5 parent: 1 - - uid: 50707 + - uid: 62827 components: - type: Transform anchored: False pos: -338.5,-16.5 parent: 1 - - uid: 50708 + - uid: 62828 components: - type: Transform pos: -338.5,-17.5 parent: 1 - - uid: 50709 + - uid: 62829 components: - type: Transform anchored: False pos: -338.5,-18.5 parent: 1 - - uid: 50710 + - uid: 62830 components: - type: Transform anchored: False pos: -338.5,-19.5 parent: 1 - - uid: 50711 + - uid: 62831 components: - type: Transform anchored: False pos: -338.5,-20.5 parent: 1 - - uid: 50712 + - uid: 62832 components: - type: Transform anchored: False pos: -338.5,-21.5 parent: 1 - - uid: 50713 + - uid: 62833 components: - type: Transform anchored: False pos: -338.5,-22.5 parent: 1 - - uid: 50714 + - uid: 62834 components: - type: Transform anchored: False pos: -338.5,-23.5 parent: 1 - - uid: 50715 + - uid: 62835 components: - type: Transform anchored: False pos: -338.5,-24.5 parent: 1 - - uid: 50716 + - uid: 62836 components: - type: Transform anchored: False pos: -338.5,-25.5 parent: 1 - - uid: 50717 + - uid: 62837 components: - type: Transform anchored: False pos: -338.5,-26.5 parent: 1 - - uid: 50718 + - uid: 62838 components: - type: Transform anchored: False pos: -337.5,69.5 parent: 1 - - uid: 50719 + - uid: 62839 components: - type: Transform anchored: False pos: -337.5,68.5 parent: 1 - - uid: 50720 + - uid: 62840 components: - type: Transform anchored: False pos: -337.5,67.5 parent: 1 - - uid: 50721 + - uid: 62841 components: - type: Transform anchored: False pos: -337.5,66.5 parent: 1 - - uid: 50722 + - uid: 62842 components: - type: Transform anchored: False pos: -337.5,65.5 parent: 1 - - uid: 50723 + - uid: 62843 components: - type: Transform anchored: False pos: -337.5,64.5 parent: 1 - - uid: 50724 + - uid: 62844 components: - type: Transform anchored: False pos: -337.5,63.5 parent: 1 - - uid: 50725 + - uid: 62845 components: - type: Transform anchored: False pos: -337.5,62.5 parent: 1 - - uid: 50726 + - uid: 62846 components: - type: Transform anchored: False pos: -337.5,61.5 parent: 1 - - uid: 50727 + - uid: 62847 components: - type: Transform anchored: False pos: -337.5,60.5 parent: 1 - - uid: 50728 + - uid: 62848 components: - type: Transform anchored: False pos: -337.5,59.5 parent: 1 - - uid: 50729 + - uid: 62849 components: - type: Transform anchored: False pos: -337.5,58.5 parent: 1 - - uid: 50730 + - uid: 62850 components: - type: Transform anchored: False pos: -337.5,57.5 parent: 1 - - uid: 50731 + - uid: 62851 components: - type: Transform anchored: False pos: -337.5,56.5 parent: 1 - - uid: 50732 + - uid: 62852 components: - type: Transform anchored: False pos: -337.5,55.5 parent: 1 - - uid: 50733 + - uid: 62853 components: - type: Transform anchored: False pos: -337.5,54.5 parent: 1 - - uid: 50734 + - uid: 62854 components: - type: Transform anchored: False pos: -337.5,53.5 parent: 1 - - uid: 50735 + - uid: 62855 components: - type: Transform anchored: False pos: -337.5,52.5 parent: 1 - - uid: 50736 + - uid: 62856 components: - type: Transform anchored: False pos: -337.5,51.5 parent: 1 - - uid: 50737 + - uid: 62857 components: - type: Transform anchored: False pos: -337.5,50.5 parent: 1 - - uid: 50738 + - uid: 62858 components: - type: Transform anchored: False pos: -337.5,49.5 parent: 1 - - uid: 50739 + - uid: 62859 components: - type: Transform anchored: False pos: -337.5,48.5 parent: 1 - - uid: 50740 + - uid: 62860 components: - type: Transform anchored: False pos: -337.5,47.5 parent: 1 - - uid: 50741 + - uid: 62861 components: - type: Transform anchored: False pos: -337.5,46.5 parent: 1 - - uid: 50742 + - uid: 62862 components: - type: Transform anchored: False pos: -337.5,45.5 parent: 1 - - uid: 50743 + - uid: 62863 components: - type: Transform anchored: False pos: -337.5,44.5 parent: 1 - - uid: 50744 + - uid: 62864 components: - type: Transform anchored: False pos: -337.5,43.5 parent: 1 - - uid: 50745 + - uid: 62865 components: - type: Transform anchored: False pos: -337.5,42.5 parent: 1 - - uid: 50746 + - uid: 62866 components: - type: Transform anchored: False pos: -337.5,41.5 parent: 1 - - uid: 50747 + - uid: 62867 components: - type: Transform anchored: False pos: -337.5,40.5 parent: 1 - - uid: 50748 + - uid: 62868 components: - type: Transform anchored: False pos: -337.5,39.5 parent: 1 - - uid: 50749 + - uid: 62869 components: - type: Transform anchored: False pos: -337.5,38.5 parent: 1 - - uid: 50750 + - uid: 62870 components: - type: Transform anchored: False pos: -337.5,37.5 parent: 1 - - uid: 50751 + - uid: 62871 components: - type: Transform anchored: False pos: -337.5,36.5 parent: 1 - - uid: 50752 + - uid: 62872 components: - type: Transform anchored: False pos: -337.5,35.5 parent: 1 - - uid: 50753 + - uid: 62873 components: - type: Transform anchored: False pos: -337.5,34.5 parent: 1 - - uid: 50754 + - uid: 62874 components: - type: Transform anchored: False pos: -337.5,33.5 parent: 1 - - uid: 50755 + - uid: 62875 components: - type: Transform anchored: False pos: -337.5,32.5 parent: 1 - - uid: 50756 + - uid: 62876 components: - type: Transform anchored: False pos: -337.5,31.5 parent: 1 - - uid: 50757 + - uid: 62877 components: - type: Transform anchored: False pos: -337.5,30.5 parent: 1 - - uid: 50758 + - uid: 62878 components: - type: Transform anchored: False pos: -337.5,29.5 parent: 1 - - uid: 50759 + - uid: 62879 components: - type: Transform anchored: False pos: -337.5,28.5 parent: 1 - - uid: 50760 + - uid: 62880 components: - type: Transform anchored: False pos: -337.5,27.5 parent: 1 - - uid: 50761 + - uid: 62881 components: - type: Transform anchored: False pos: -337.5,26.5 parent: 1 - - uid: 50762 + - uid: 62882 components: - type: Transform anchored: False pos: -337.5,25.5 parent: 1 - - uid: 50763 + - uid: 62883 components: - type: Transform anchored: False pos: -337.5,24.5 parent: 1 - - uid: 50764 + - uid: 62884 components: - type: Transform anchored: False pos: -337.5,23.5 parent: 1 - - uid: 50765 + - uid: 62885 components: - type: Transform anchored: False pos: -337.5,22.5 parent: 1 - - uid: 50766 + - uid: 62886 components: - type: Transform anchored: False pos: -337.5,21.5 parent: 1 - - uid: 50767 + - uid: 62887 components: - type: Transform anchored: False pos: -337.5,20.5 parent: 1 - - uid: 50768 + - uid: 62888 components: - type: Transform anchored: False pos: -337.5,19.5 parent: 1 - - uid: 50769 + - uid: 62889 components: - type: Transform anchored: False pos: -337.5,18.5 parent: 1 - - uid: 50770 + - uid: 62890 components: - type: Transform anchored: False pos: -337.5,17.5 parent: 1 - - uid: 50771 + - uid: 62891 components: - type: Transform anchored: False pos: -337.5,16.5 parent: 1 - - uid: 50772 + - uid: 62892 components: - type: Transform anchored: False pos: -337.5,15.5 parent: 1 - - uid: 50773 + - uid: 62893 components: - type: Transform anchored: False pos: -337.5,14.5 parent: 1 - - uid: 50774 + - uid: 62894 components: - type: Transform anchored: False pos: -337.5,13.5 parent: 1 - - uid: 50775 + - uid: 62895 components: - type: Transform anchored: False pos: -337.5,12.5 parent: 1 - - uid: 50776 + - uid: 62896 components: - type: Transform anchored: False pos: -337.5,11.5 parent: 1 - - uid: 50777 + - uid: 62897 components: - type: Transform anchored: False pos: -337.5,10.5 parent: 1 - - uid: 50778 + - uid: 62898 components: - type: Transform anchored: False pos: -337.5,9.5 parent: 1 - - uid: 50779 + - uid: 62899 components: - type: Transform anchored: False pos: -337.5,8.5 parent: 1 - - uid: 50780 + - uid: 62900 components: - type: Transform anchored: False pos: -337.5,7.5 parent: 1 - - uid: 50781 + - uid: 62901 components: - type: Transform anchored: False pos: -337.5,6.5 parent: 1 - - uid: 50782 + - uid: 62902 components: - type: Transform anchored: False pos: -337.5,5.5 parent: 1 - - uid: 50783 + - uid: 62903 components: - type: Transform anchored: False pos: -337.5,4.5 parent: 1 - - uid: 50784 + - uid: 62904 components: - type: Transform anchored: False pos: -337.5,3.5 parent: 1 - - uid: 50785 + - uid: 62905 components: - type: Transform anchored: False pos: -337.5,2.5 parent: 1 - - uid: 50786 + - uid: 62906 components: - type: Transform anchored: False pos: -337.5,1.5 parent: 1 - - uid: 50787 + - uid: 62907 components: - type: Transform anchored: False pos: -337.5,0.5 parent: 1 - - uid: 50788 + - uid: 62908 components: - type: Transform anchored: False pos: -337.5,-0.5 parent: 1 - - uid: 50789 + - uid: 62909 components: - type: Transform anchored: False pos: -337.5,-1.5 parent: 1 - - uid: 50790 + - uid: 62910 components: - type: Transform anchored: False pos: -337.5,-2.5 parent: 1 - - uid: 50791 + - uid: 62911 components: - type: Transform anchored: False pos: -337.5,-3.5 parent: 1 - - uid: 50792 + - uid: 62912 components: - type: Transform anchored: False pos: -337.5,-4.5 parent: 1 - - uid: 50793 + - uid: 62913 components: - type: Transform anchored: False pos: -337.5,-5.5 parent: 1 - - uid: 50794 + - uid: 62914 components: - type: Transform anchored: False pos: -337.5,-6.5 parent: 1 - - uid: 50795 + - uid: 62915 components: - type: Transform anchored: False pos: -337.5,-7.5 parent: 1 - - uid: 50796 + - uid: 62916 components: - type: Transform anchored: False pos: -337.5,-8.5 parent: 1 - - uid: 50797 + - uid: 62917 components: - type: Transform anchored: False pos: -337.5,-9.5 parent: 1 - - uid: 50798 + - uid: 62918 components: - type: Transform anchored: False pos: -337.5,-10.5 parent: 1 - - uid: 50799 + - uid: 62919 components: - type: Transform anchored: False pos: -337.5,-11.5 parent: 1 - - uid: 50800 + - uid: 62920 components: - type: Transform anchored: False pos: -337.5,-12.5 parent: 1 - - uid: 50801 + - uid: 62921 components: - type: Transform anchored: False pos: -337.5,-13.5 parent: 1 - - uid: 50802 + - uid: 62922 components: - type: Transform anchored: False pos: -337.5,-14.5 parent: 1 - - uid: 50803 + - uid: 62923 components: - type: Transform anchored: False pos: -337.5,-15.5 parent: 1 - - uid: 50804 + - uid: 62924 components: - type: Transform anchored: False pos: -337.5,-16.5 parent: 1 - - uid: 50805 + - uid: 62925 components: - type: Transform anchored: False pos: -337.5,-17.5 parent: 1 - - uid: 50806 + - uid: 62926 components: - type: Transform anchored: False pos: -337.5,-18.5 parent: 1 - - uid: 50807 + - uid: 62927 components: - type: Transform anchored: False pos: -337.5,-19.5 parent: 1 - - uid: 50808 + - uid: 62928 components: - type: Transform anchored: False pos: -337.5,-20.5 parent: 1 - - uid: 50809 + - uid: 62929 components: - type: Transform anchored: False pos: -337.5,-21.5 parent: 1 - - uid: 50810 + - uid: 62930 components: - type: Transform anchored: False pos: -337.5,-22.5 parent: 1 - - uid: 50811 + - uid: 62931 components: - type: Transform anchored: False pos: -337.5,-23.5 parent: 1 - - uid: 50812 + - uid: 62932 components: - type: Transform anchored: False pos: -337.5,-24.5 parent: 1 - - uid: 50813 + - uid: 62933 components: - type: Transform anchored: False pos: -337.5,-25.5 parent: 1 - - uid: 50814 + - uid: 62934 components: - type: Transform anchored: False pos: -337.5,-26.5 parent: 1 - - uid: 50815 + - uid: 62935 components: - type: Transform anchored: False pos: -336.5,69.5 parent: 1 - - uid: 50816 + - uid: 62936 components: - type: Transform anchored: False pos: -336.5,68.5 parent: 1 - - uid: 50817 + - uid: 62937 components: - type: Transform anchored: False pos: -336.5,67.5 parent: 1 - - uid: 50818 + - uid: 62938 components: - type: Transform anchored: False pos: -336.5,66.5 parent: 1 - - uid: 50819 + - uid: 62939 components: - type: Transform anchored: False pos: -336.5,65.5 parent: 1 - - uid: 50820 + - uid: 62940 components: - type: Transform anchored: False pos: -336.5,64.5 parent: 1 - - uid: 50821 + - uid: 62941 components: - type: Transform anchored: False pos: -336.5,63.5 parent: 1 - - uid: 50822 + - uid: 62942 components: - type: Transform anchored: False pos: -336.5,62.5 parent: 1 - - uid: 50823 + - uid: 62943 components: - type: Transform anchored: False pos: -336.5,61.5 parent: 1 - - uid: 50824 + - uid: 62944 components: - type: Transform anchored: False pos: -336.5,60.5 parent: 1 - - uid: 50825 + - uid: 62945 components: - type: Transform anchored: False pos: -336.5,59.5 parent: 1 - - uid: 50826 + - uid: 62946 components: - type: Transform anchored: False pos: -336.5,58.5 parent: 1 - - uid: 50827 + - uid: 62947 components: - type: Transform anchored: False pos: -336.5,57.5 parent: 1 - - uid: 50828 + - uid: 62948 components: - type: Transform anchored: False pos: -336.5,56.5 parent: 1 - - uid: 50829 + - uid: 62949 components: - type: Transform anchored: False pos: -336.5,55.5 parent: 1 - - uid: 50830 + - uid: 62950 components: - type: Transform anchored: False pos: -336.5,54.5 parent: 1 - - uid: 50831 + - uid: 62951 components: - type: Transform anchored: False pos: -336.5,53.5 parent: 1 - - uid: 50832 + - uid: 62952 components: - type: Transform anchored: False pos: -336.5,52.5 parent: 1 - - uid: 50833 + - uid: 62953 components: - type: Transform anchored: False pos: -336.5,51.5 parent: 1 - - uid: 50834 + - uid: 62954 components: - type: Transform anchored: False pos: -336.5,50.5 parent: 1 - - uid: 50835 + - uid: 62955 components: - type: Transform anchored: False pos: -336.5,49.5 parent: 1 - - uid: 50836 + - uid: 62956 components: - type: Transform anchored: False pos: -336.5,48.5 parent: 1 - - uid: 50837 + - uid: 62957 components: - type: Transform anchored: False pos: -336.5,47.5 parent: 1 - - uid: 50838 + - uid: 62958 components: - type: Transform anchored: False pos: -336.5,46.5 parent: 1 - - uid: 50839 + - uid: 62959 components: - type: Transform anchored: False pos: -336.5,45.5 parent: 1 - - uid: 50840 + - uid: 62960 components: - type: Transform anchored: False pos: -336.5,44.5 parent: 1 - - uid: 50841 + - uid: 62961 components: - type: Transform anchored: False pos: -336.5,43.5 parent: 1 - - uid: 50842 + - uid: 62962 components: - type: Transform anchored: False pos: -324.5,53.5 parent: 1 - - uid: 50843 + - uid: 62963 components: - type: Transform anchored: False pos: -324.5,54.5 parent: 1 - - uid: 50844 + - uid: 62964 components: - type: Transform anchored: False pos: -291.5,49.5 parent: 1 - - uid: 50845 + - uid: 62965 components: - type: Transform pos: -293.5,64.5 parent: 1 - - uid: 50846 + - uid: 62966 components: - type: Transform pos: -292.5,63.5 parent: 1 - - uid: 50847 + - uid: 62967 components: - type: Transform pos: -292.5,62.5 parent: 1 - - uid: 50848 + - uid: 62968 components: - type: Transform pos: -292.5,61.5 parent: 1 - - uid: 50849 + - uid: 62969 components: - type: Transform pos: -291.5,61.5 parent: 1 - - uid: 50850 + - uid: 62970 components: - type: Transform anchored: False pos: -336.5,36.5 parent: 1 - - uid: 50851 + - uid: 62971 components: - type: Transform anchored: False pos: -336.5,35.5 parent: 1 - - uid: 50852 + - uid: 62972 components: - type: Transform anchored: False pos: -336.5,34.5 parent: 1 - - uid: 50853 + - uid: 62973 components: - type: Transform anchored: False pos: -336.5,33.5 parent: 1 - - uid: 50854 + - uid: 62974 components: - type: Transform anchored: False pos: -336.5,32.5 parent: 1 - - uid: 50855 + - uid: 62975 components: - type: Transform anchored: False pos: -336.5,31.5 parent: 1 - - uid: 50856 + - uid: 62976 components: - type: Transform anchored: False pos: -336.5,30.5 parent: 1 - - uid: 50857 + - uid: 62977 components: - type: Transform anchored: False pos: -336.5,29.5 parent: 1 - - uid: 50858 + - uid: 62978 components: - type: Transform anchored: False pos: -336.5,28.5 parent: 1 - - uid: 50859 + - uid: 62979 components: - type: Transform anchored: False pos: -336.5,27.5 parent: 1 - - uid: 50860 + - uid: 62980 components: - type: Transform anchored: False pos: -336.5,26.5 parent: 1 - - uid: 50861 + - uid: 62981 components: - type: Transform anchored: False pos: -336.5,25.5 parent: 1 - - uid: 50862 + - uid: 62982 components: - type: Transform anchored: False pos: -336.5,24.5 parent: 1 - - uid: 50863 + - uid: 62983 components: - type: Transform pos: -336.5,23.5 parent: 1 - - uid: 50864 + - uid: 62984 components: - type: Transform pos: -336.5,22.5 parent: 1 - - uid: 50865 + - uid: 62985 components: - type: Transform pos: -336.5,21.5 parent: 1 - - uid: 50866 + - uid: 62986 components: - type: Transform pos: -336.5,20.5 parent: 1 - - uid: 50867 + - uid: 62987 components: - type: Transform pos: -336.5,19.5 parent: 1 - - uid: 50868 + - uid: 62988 components: - type: Transform pos: -336.5,18.5 parent: 1 - - uid: 50869 + - uid: 62989 components: - type: Transform pos: -336.5,17.5 parent: 1 - - uid: 50870 + - uid: 62990 components: - type: Transform pos: -336.5,16.5 parent: 1 - - uid: 50871 + - uid: 62991 components: - type: Transform pos: -336.5,15.5 parent: 1 - - uid: 50872 + - uid: 62992 components: - type: Transform pos: -336.5,14.5 parent: 1 - - uid: 50873 + - uid: 62993 components: - type: Transform pos: -336.5,13.5 parent: 1 - - uid: 50874 + - uid: 62994 components: - type: Transform pos: -336.5,12.5 parent: 1 - - uid: 50875 + - uid: 62995 components: - type: Transform pos: -336.5,11.5 parent: 1 - - uid: 50876 + - uid: 62996 components: - type: Transform pos: -336.5,10.5 parent: 1 - - uid: 50877 + - uid: 62997 components: - type: Transform pos: -336.5,9.5 parent: 1 - - uid: 50878 + - uid: 62998 components: - type: Transform pos: -336.5,8.5 parent: 1 - - uid: 50879 + - uid: 62999 components: - type: Transform pos: -336.5,7.5 parent: 1 - - uid: 50880 + - uid: 63000 components: - type: Transform pos: -336.5,6.5 parent: 1 - - uid: 50881 + - uid: 63001 components: - type: Transform pos: -336.5,5.5 parent: 1 - - uid: 50882 + - uid: 63002 components: - type: Transform pos: -336.5,4.5 parent: 1 - - uid: 50883 + - uid: 63003 components: - type: Transform pos: -336.5,3.5 parent: 1 - - uid: 50884 + - uid: 63004 components: - type: Transform pos: -336.5,2.5 parent: 1 - - uid: 50885 + - uid: 63005 components: - type: Transform pos: -336.5,1.5 parent: 1 - - uid: 50886 + - uid: 63006 components: - type: Transform pos: -336.5,0.5 parent: 1 - - uid: 50887 + - uid: 63007 components: - type: Transform pos: -336.5,-0.5 parent: 1 - - uid: 50888 + - uid: 63008 components: - type: Transform pos: -336.5,-1.5 parent: 1 - - uid: 50889 + - uid: 63009 components: - type: Transform pos: -336.5,-2.5 parent: 1 - - uid: 50890 + - uid: 63010 components: - type: Transform pos: -336.5,-3.5 parent: 1 - - uid: 50891 + - uid: 63011 components: - type: Transform pos: -336.5,-4.5 parent: 1 - - uid: 50892 + - uid: 63012 components: - type: Transform pos: -336.5,-5.5 parent: 1 - - uid: 50893 + - uid: 63013 components: - type: Transform pos: -336.5,-6.5 parent: 1 - - uid: 50894 + - uid: 63014 components: - type: Transform pos: -336.5,-7.5 parent: 1 - - uid: 50895 + - uid: 63015 components: - type: Transform pos: -336.5,-8.5 parent: 1 - - uid: 50896 + - uid: 63016 components: - type: Transform pos: -336.5,-9.5 parent: 1 - - uid: 50897 + - uid: 63017 components: - type: Transform pos: -336.5,-10.5 parent: 1 - - uid: 50898 + - uid: 63018 components: - type: Transform pos: -336.5,-11.5 parent: 1 - - uid: 50899 + - uid: 63019 components: - type: Transform pos: -336.5,-12.5 parent: 1 - - uid: 50900 + - uid: 63020 components: - type: Transform pos: -336.5,-13.5 parent: 1 - - uid: 50901 + - uid: 63021 components: - type: Transform pos: -336.5,-14.5 parent: 1 - - uid: 50902 + - uid: 63022 components: - type: Transform pos: -336.5,-15.5 parent: 1 - - uid: 50903 + - uid: 63023 components: - type: Transform pos: -336.5,-16.5 parent: 1 - - uid: 50904 + - uid: 63024 components: - type: Transform pos: -336.5,-17.5 parent: 1 - - uid: 50905 + - uid: 63025 components: - type: Transform pos: -336.5,-18.5 parent: 1 - - uid: 50906 + - uid: 63026 components: - type: Transform pos: -336.5,-19.5 parent: 1 - - uid: 50907 + - uid: 63027 components: - type: Transform pos: -336.5,-20.5 parent: 1 - - uid: 50908 + - uid: 63028 components: - type: Transform pos: -336.5,-21.5 parent: 1 - - uid: 50909 + - uid: 63029 components: - type: Transform pos: -336.5,-22.5 parent: 1 - - uid: 50910 + - uid: 63030 components: - type: Transform pos: -336.5,-23.5 parent: 1 - - uid: 50911 + - uid: 63031 components: - type: Transform pos: -336.5,-24.5 parent: 1 - - uid: 50912 + - uid: 63032 components: - type: Transform pos: -336.5,-25.5 parent: 1 - - uid: 50913 + - uid: 63033 components: - type: Transform pos: -336.5,-26.5 parent: 1 - - uid: 50914 + - uid: 63034 components: - type: Transform anchored: False pos: -335.5,69.5 parent: 1 - - uid: 50915 + - uid: 63035 components: - type: Transform anchored: False pos: -335.5,68.5 parent: 1 - - uid: 50916 + - uid: 63036 components: - type: Transform anchored: False pos: -335.5,67.5 parent: 1 - - uid: 50917 + - uid: 63037 components: - type: Transform anchored: False pos: -335.5,66.5 parent: 1 - - uid: 50918 + - uid: 63038 components: - type: Transform anchored: False pos: -335.5,65.5 parent: 1 - - uid: 50919 + - uid: 63039 components: - type: Transform anchored: False pos: -335.5,64.5 parent: 1 - - uid: 50920 + - uid: 63040 components: - type: Transform anchored: False pos: -335.5,63.5 parent: 1 - - uid: 50921 + - uid: 63041 components: - type: Transform anchored: False pos: -335.5,62.5 parent: 1 - - uid: 50922 + - uid: 63042 components: - type: Transform anchored: False pos: -335.5,61.5 parent: 1 - - uid: 50923 + - uid: 63043 components: - type: Transform anchored: False pos: -335.5,60.5 parent: 1 - - uid: 50924 + - uid: 63044 components: - type: Transform anchored: False pos: -335.5,59.5 parent: 1 - - uid: 50925 + - uid: 63045 components: - type: Transform anchored: False pos: -335.5,58.5 parent: 1 - - uid: 50926 + - uid: 63046 components: - type: Transform anchored: False pos: -335.5,57.5 parent: 1 - - uid: 50927 + - uid: 63047 components: - type: Transform anchored: False pos: -335.5,56.5 parent: 1 - - uid: 50928 + - uid: 63048 components: - type: Transform anchored: False pos: -335.5,55.5 parent: 1 - - uid: 50929 + - uid: 63049 components: - type: Transform anchored: False pos: -335.5,54.5 parent: 1 - - uid: 50930 + - uid: 63050 components: - type: Transform anchored: False pos: -335.5,53.5 parent: 1 - - uid: 50931 + - uid: 63051 components: - type: Transform anchored: False pos: -335.5,52.5 parent: 1 - - uid: 50932 + - uid: 63052 components: - type: Transform anchored: False pos: -335.5,51.5 parent: 1 - - uid: 50933 + - uid: 63053 components: - type: Transform anchored: False pos: -335.5,50.5 parent: 1 - - uid: 50934 + - uid: 63054 components: - type: Transform anchored: False pos: -335.5,49.5 parent: 1 - - uid: 50935 + - uid: 63055 components: - type: Transform anchored: False pos: -335.5,48.5 parent: 1 - - uid: 50936 + - uid: 63056 components: - type: Transform anchored: False pos: -335.5,47.5 parent: 1 - - uid: 50937 + - uid: 63057 components: - type: Transform anchored: False pos: -335.5,46.5 parent: 1 - - uid: 50938 + - uid: 63058 components: - type: Transform anchored: False pos: -335.5,45.5 parent: 1 - - uid: 50939 + - uid: 63059 components: - type: Transform anchored: False pos: -335.5,44.5 parent: 1 - - uid: 50940 + - uid: 63060 components: - type: Transform anchored: False pos: -335.5,43.5 parent: 1 - - uid: 50941 + - uid: 63061 components: - type: Transform anchored: False pos: -335.5,42.5 parent: 1 - - uid: 50942 + - uid: 63062 components: - type: Transform anchored: False pos: -335.5,41.5 parent: 1 - - uid: 50943 + - uid: 63063 components: - type: Transform anchored: False pos: -335.5,40.5 parent: 1 - - uid: 50944 + - uid: 63064 components: - type: Transform anchored: False pos: -335.5,39.5 parent: 1 - - uid: 50945 + - uid: 63065 components: - type: Transform anchored: False pos: -335.5,38.5 parent: 1 - - uid: 50946 + - uid: 63066 components: - type: Transform anchored: False pos: -335.5,37.5 parent: 1 - - uid: 50947 + - uid: 63067 components: - type: Transform anchored: False pos: -335.5,36.5 parent: 1 - - uid: 50948 + - uid: 63068 components: - type: Transform anchored: False pos: -335.5,35.5 parent: 1 - - uid: 50949 + - uid: 63069 components: - type: Transform anchored: False pos: -335.5,34.5 parent: 1 - - uid: 50950 + - uid: 63070 components: - type: Transform anchored: False pos: -335.5,33.5 parent: 1 - - uid: 50951 + - uid: 63071 components: - type: Transform anchored: False pos: -335.5,32.5 parent: 1 - - uid: 50952 + - uid: 63072 components: - type: Transform anchored: False pos: -335.5,31.5 parent: 1 - - uid: 50953 + - uid: 63073 components: - type: Transform anchored: False pos: -335.5,30.5 parent: 1 - - uid: 50954 + - uid: 63074 components: - type: Transform anchored: False pos: -335.5,29.5 parent: 1 - - uid: 50955 + - uid: 63075 components: - type: Transform anchored: False pos: -335.5,28.5 parent: 1 - - uid: 50956 + - uid: 63076 components: - type: Transform anchored: False pos: -335.5,27.5 parent: 1 - - uid: 50957 + - uid: 63077 components: - type: Transform anchored: False pos: -335.5,26.5 parent: 1 - - uid: 50958 + - uid: 63078 components: - type: Transform anchored: False pos: -335.5,25.5 parent: 1 - - uid: 50959 + - uid: 63079 components: - type: Transform anchored: False pos: -335.5,24.5 parent: 1 - - uid: 50960 + - uid: 63080 components: - type: Transform pos: -335.5,23.5 parent: 1 - - uid: 50961 + - uid: 63081 components: - type: Transform pos: -335.5,22.5 parent: 1 - - uid: 50962 + - uid: 63082 components: - type: Transform pos: -335.5,21.5 parent: 1 - - uid: 50963 + - uid: 63083 components: - type: Transform pos: -335.5,20.5 parent: 1 - - uid: 50964 + - uid: 63084 components: - type: Transform pos: -335.5,19.5 parent: 1 - - uid: 50965 + - uid: 63085 components: - type: Transform pos: -335.5,18.5 parent: 1 - - uid: 50966 + - uid: 63086 components: - type: Transform pos: -335.5,17.5 parent: 1 - - uid: 50967 + - uid: 63087 components: - type: Transform pos: -335.5,16.5 parent: 1 - - uid: 50968 + - uid: 63088 components: - type: Transform pos: -335.5,15.5 parent: 1 - - uid: 50969 + - uid: 63089 components: - type: Transform pos: -335.5,14.5 parent: 1 - - uid: 50970 + - uid: 63090 components: - type: Transform pos: -335.5,13.5 parent: 1 - - uid: 50971 + - uid: 63091 components: - type: Transform pos: -335.5,12.5 parent: 1 - - uid: 50972 + - uid: 63092 components: - type: Transform pos: -335.5,11.5 parent: 1 - - uid: 50973 + - uid: 63093 components: - type: Transform pos: -335.5,10.5 parent: 1 - - uid: 50974 + - uid: 63094 components: - type: Transform pos: -335.5,9.5 parent: 1 - - uid: 50975 + - uid: 63095 components: - type: Transform pos: -335.5,8.5 parent: 1 - - uid: 50976 + - uid: 63096 components: - type: Transform pos: -335.5,7.5 parent: 1 - - uid: 50977 + - uid: 63097 components: - type: Transform pos: -335.5,6.5 parent: 1 - - uid: 50978 + - uid: 63098 components: - type: Transform pos: -335.5,5.5 parent: 1 - - uid: 50979 + - uid: 63099 components: - type: Transform pos: -335.5,4.5 parent: 1 - - uid: 50980 + - uid: 63100 components: - type: Transform pos: -335.5,3.5 parent: 1 - - uid: 50981 + - uid: 63101 components: - type: Transform pos: -335.5,2.5 parent: 1 - - uid: 50982 + - uid: 63102 components: - type: Transform pos: -335.5,1.5 parent: 1 - - uid: 50983 + - uid: 63103 components: - type: Transform pos: -335.5,0.5 parent: 1 - - uid: 50984 + - uid: 63104 components: - type: Transform pos: -335.5,-0.5 parent: 1 - - uid: 50985 + - uid: 63105 components: - type: Transform pos: -335.5,-1.5 parent: 1 - - uid: 50986 + - uid: 63106 components: - type: Transform pos: -335.5,-2.5 parent: 1 - - uid: 50987 + - uid: 63107 components: - type: Transform pos: -335.5,-3.5 parent: 1 - - uid: 50988 + - uid: 63108 components: - type: Transform pos: -335.5,-4.5 parent: 1 - - uid: 50989 + - uid: 63109 components: - type: Transform pos: -335.5,-5.5 parent: 1 - - uid: 50990 + - uid: 63110 components: - type: Transform pos: -335.5,-6.5 parent: 1 - - uid: 50991 + - uid: 63111 components: - type: Transform pos: -335.5,-7.5 parent: 1 - - uid: 50992 + - uid: 63112 components: - type: Transform pos: -335.5,-8.5 parent: 1 - - uid: 50993 + - uid: 63113 components: - type: Transform pos: -335.5,-9.5 parent: 1 - - uid: 50994 + - uid: 63114 components: - type: Transform pos: -335.5,-10.5 parent: 1 - - uid: 50995 + - uid: 63115 components: - type: Transform pos: -335.5,-11.5 parent: 1 - - uid: 50996 + - uid: 63116 components: - type: Transform pos: -335.5,-12.5 parent: 1 - - uid: 50997 + - uid: 63117 components: - type: Transform pos: -335.5,-13.5 parent: 1 - - uid: 50998 + - uid: 63118 components: - type: Transform pos: -335.5,-14.5 parent: 1 - - uid: 50999 + - uid: 63119 components: - type: Transform pos: -335.5,-15.5 parent: 1 - - uid: 51000 + - uid: 63120 components: - type: Transform pos: -335.5,-16.5 parent: 1 - - uid: 51001 + - uid: 63121 components: - type: Transform pos: -335.5,-17.5 parent: 1 - - uid: 51002 + - uid: 63122 components: - type: Transform pos: -335.5,-18.5 parent: 1 - - uid: 51003 + - uid: 63123 components: - type: Transform pos: -335.5,-19.5 parent: 1 - - uid: 51004 + - uid: 63124 components: - type: Transform pos: -335.5,-20.5 parent: 1 - - uid: 51005 + - uid: 63125 components: - type: Transform pos: -335.5,-21.5 parent: 1 - - uid: 51006 + - uid: 63126 components: - type: Transform pos: -335.5,-22.5 parent: 1 - - uid: 51007 + - uid: 63127 components: - type: Transform pos: -335.5,-23.5 parent: 1 - - uid: 51008 + - uid: 63128 components: - type: Transform pos: -335.5,-24.5 parent: 1 - - uid: 51009 + - uid: 63129 components: - type: Transform pos: -335.5,-25.5 parent: 1 - - uid: 51010 + - uid: 63130 components: - type: Transform pos: -335.5,-26.5 parent: 1 - - uid: 51011 + - uid: 63131 components: - type: Transform anchored: False pos: -334.5,69.5 parent: 1 - - uid: 51012 + - uid: 63132 components: - type: Transform anchored: False pos: -334.5,68.5 parent: 1 - - uid: 51013 + - uid: 63133 components: - type: Transform anchored: False pos: -334.5,67.5 parent: 1 - - uid: 51014 + - uid: 63134 components: - type: Transform anchored: False pos: -334.5,66.5 parent: 1 - - uid: 51015 + - uid: 63135 components: - type: Transform anchored: False pos: -334.5,65.5 parent: 1 - - uid: 51016 + - uid: 63136 components: - type: Transform anchored: False pos: -334.5,64.5 parent: 1 - - uid: 51017 + - uid: 63137 components: - type: Transform anchored: False pos: -334.5,63.5 parent: 1 - - uid: 51018 + - uid: 63138 components: - type: Transform anchored: False pos: -334.5,62.5 parent: 1 - - uid: 51019 + - uid: 63139 components: - type: Transform anchored: False pos: -334.5,61.5 parent: 1 - - uid: 51020 + - uid: 63140 components: - type: Transform anchored: False pos: -334.5,60.5 parent: 1 - - uid: 51021 + - uid: 63141 components: - type: Transform anchored: False pos: -334.5,59.5 parent: 1 - - uid: 51022 + - uid: 63142 components: - type: Transform anchored: False pos: -334.5,58.5 parent: 1 - - uid: 51023 + - uid: 63143 components: - type: Transform anchored: False pos: -334.5,57.5 parent: 1 - - uid: 51024 + - uid: 63144 components: - type: Transform anchored: False pos: -334.5,56.5 parent: 1 - - uid: 51025 + - uid: 63145 components: - type: Transform anchored: False pos: -334.5,55.5 parent: 1 - - uid: 51026 + - uid: 63146 components: - type: Transform anchored: False pos: -334.5,54.5 parent: 1 - - uid: 51027 + - uid: 63147 components: - type: Transform anchored: False pos: -334.5,53.5 parent: 1 - - uid: 51028 + - uid: 63148 components: - type: Transform anchored: False pos: -334.5,52.5 parent: 1 - - uid: 51029 + - uid: 63149 components: - type: Transform anchored: False pos: -334.5,51.5 parent: 1 - - uid: 51030 + - uid: 63150 components: - type: Transform anchored: False pos: -334.5,50.5 parent: 1 - - uid: 51031 + - uid: 63151 components: - type: Transform anchored: False pos: -334.5,49.5 parent: 1 - - uid: 51032 + - uid: 63152 components: - type: Transform anchored: False pos: -334.5,48.5 parent: 1 - - uid: 51033 + - uid: 63153 components: - type: Transform anchored: False pos: -334.5,47.5 parent: 1 - - uid: 51034 + - uid: 63154 components: - type: Transform anchored: False pos: -334.5,46.5 parent: 1 - - uid: 51035 + - uid: 63155 components: - type: Transform anchored: False pos: -334.5,45.5 parent: 1 - - uid: 51036 + - uid: 63156 components: - type: Transform anchored: False pos: -334.5,44.5 parent: 1 - - uid: 51037 + - uid: 63157 components: - type: Transform anchored: False pos: -334.5,43.5 parent: 1 - - uid: 51038 + - uid: 63158 components: - type: Transform anchored: False pos: -334.5,42.5 parent: 1 - - uid: 51039 + - uid: 63159 components: - type: Transform anchored: False pos: -334.5,41.5 parent: 1 - - uid: 51040 + - uid: 63160 components: - type: Transform anchored: False pos: -334.5,40.5 parent: 1 - - uid: 51041 + - uid: 63161 components: - type: Transform anchored: False pos: -334.5,39.5 parent: 1 - - uid: 51042 + - uid: 63162 components: - type: Transform anchored: False pos: -334.5,38.5 parent: 1 - - uid: 51043 + - uid: 63163 components: - type: Transform anchored: False pos: -334.5,37.5 parent: 1 - - uid: 51044 + - uid: 63164 components: - type: Transform anchored: False pos: -334.5,36.5 parent: 1 - - uid: 51045 + - uid: 63165 components: - type: Transform anchored: False pos: -334.5,35.5 parent: 1 - - uid: 51046 + - uid: 63166 components: - type: Transform anchored: False pos: -334.5,34.5 parent: 1 - - uid: 51047 + - uid: 63167 components: - type: Transform anchored: False pos: -334.5,33.5 parent: 1 - - uid: 51048 + - uid: 63168 components: - type: Transform anchored: False pos: -334.5,32.5 parent: 1 - - uid: 51049 + - uid: 63169 components: - type: Transform anchored: False pos: -334.5,31.5 parent: 1 - - uid: 51050 + - uid: 63170 components: - type: Transform anchored: False pos: -334.5,30.5 parent: 1 - - uid: 51051 + - uid: 63171 components: - type: Transform anchored: False pos: -334.5,29.5 parent: 1 - - uid: 51052 + - uid: 63172 components: - type: Transform anchored: False pos: -334.5,28.5 parent: 1 - - uid: 51053 + - uid: 63173 components: - type: Transform anchored: False pos: -334.5,27.5 parent: 1 - - uid: 51054 + - uid: 63174 components: - type: Transform anchored: False pos: -334.5,26.5 parent: 1 - - uid: 51055 + - uid: 63175 components: - type: Transform anchored: False pos: -334.5,25.5 parent: 1 - - uid: 51056 + - uid: 63176 components: - type: Transform anchored: False pos: -334.5,24.5 parent: 1 - - uid: 51057 + - uid: 63177 components: - type: Transform pos: -334.5,23.5 parent: 1 - - uid: 51058 + - uid: 63178 components: - type: Transform pos: -334.5,22.5 parent: 1 - - uid: 51059 + - uid: 63179 components: - type: Transform pos: -334.5,21.5 parent: 1 - - uid: 51060 + - uid: 63180 components: - type: Transform pos: -334.5,20.5 parent: 1 - - uid: 51061 + - uid: 63181 components: - type: Transform pos: -334.5,19.5 parent: 1 - - uid: 51062 + - uid: 63182 components: - type: Transform pos: -334.5,18.5 parent: 1 - - uid: 51063 + - uid: 63183 components: - type: Transform pos: -334.5,17.5 parent: 1 - - uid: 51064 + - uid: 63184 components: - type: Transform pos: -334.5,16.5 parent: 1 - - uid: 51065 + - uid: 63185 components: - type: Transform pos: -334.5,15.5 parent: 1 - - uid: 51066 + - uid: 63186 components: - type: Transform pos: -334.5,14.5 parent: 1 - - uid: 51067 + - uid: 63187 components: - type: Transform pos: -334.5,13.5 parent: 1 - - uid: 51068 + - uid: 63188 components: - type: Transform pos: -334.5,12.5 parent: 1 - - uid: 51069 + - uid: 63189 components: - type: Transform pos: -334.5,11.5 parent: 1 - - uid: 51070 + - uid: 63190 components: - type: Transform pos: -334.5,10.5 parent: 1 - - uid: 51071 + - uid: 63191 components: - type: Transform pos: -334.5,9.5 parent: 1 - - uid: 51072 + - uid: 63192 components: - type: Transform pos: -334.5,8.5 parent: 1 - - uid: 51073 + - uid: 63193 components: - type: Transform pos: -334.5,7.5 parent: 1 - - uid: 51074 + - uid: 63194 components: - type: Transform pos: -334.5,6.5 parent: 1 - - uid: 51075 + - uid: 63195 components: - type: Transform pos: -334.5,5.5 parent: 1 - - uid: 51076 + - uid: 63196 components: - type: Transform pos: -334.5,4.5 parent: 1 - - uid: 51077 + - uid: 63197 components: - type: Transform pos: -334.5,3.5 parent: 1 - - uid: 51078 + - uid: 63198 components: - type: Transform pos: -334.5,2.5 parent: 1 - - uid: 51079 + - uid: 63199 components: - type: Transform pos: -334.5,1.5 parent: 1 - - uid: 51080 + - uid: 63200 components: - type: Transform pos: -334.5,0.5 parent: 1 - - uid: 51081 + - uid: 63201 components: - type: Transform pos: -334.5,-0.5 parent: 1 - - uid: 51082 + - uid: 63202 components: - type: Transform pos: -334.5,-1.5 parent: 1 - - uid: 51083 + - uid: 63203 components: - type: Transform pos: -334.5,-2.5 parent: 1 - - uid: 51084 + - uid: 63204 components: - type: Transform pos: -334.5,-3.5 parent: 1 - - uid: 51085 + - uid: 63205 components: - type: Transform pos: -334.5,-4.5 parent: 1 - - uid: 51086 + - uid: 63206 components: - type: Transform pos: -334.5,-5.5 parent: 1 - - uid: 51087 + - uid: 63207 components: - type: Transform pos: -334.5,-6.5 parent: 1 - - uid: 51088 + - uid: 63208 components: - type: Transform pos: -334.5,-7.5 parent: 1 - - uid: 51089 + - uid: 63209 components: - type: Transform pos: -334.5,-8.5 parent: 1 - - uid: 51090 + - uid: 63210 components: - type: Transform pos: -334.5,-9.5 parent: 1 - - uid: 51091 + - uid: 63211 components: - type: Transform pos: -334.5,-10.5 parent: 1 - - uid: 51092 + - uid: 63212 components: - type: Transform pos: -334.5,-11.5 parent: 1 - - uid: 51093 + - uid: 63213 components: - type: Transform pos: -334.5,-12.5 parent: 1 - - uid: 51094 + - uid: 63214 components: - type: Transform pos: -334.5,-13.5 parent: 1 - - uid: 51095 + - uid: 63215 components: - type: Transform pos: -334.5,-14.5 parent: 1 - - uid: 51096 + - uid: 63216 components: - type: Transform pos: -334.5,-15.5 parent: 1 - - uid: 51097 + - uid: 63217 components: - type: Transform pos: -334.5,-16.5 parent: 1 - - uid: 51098 + - uid: 63218 components: - type: Transform pos: -334.5,-17.5 parent: 1 - - uid: 51099 + - uid: 63219 components: - type: Transform pos: -334.5,-18.5 parent: 1 - - uid: 51100 + - uid: 63220 components: - type: Transform pos: -334.5,-19.5 parent: 1 - - uid: 51101 + - uid: 63221 components: - type: Transform pos: -334.5,-20.5 parent: 1 - - uid: 51102 + - uid: 63222 components: - type: Transform pos: -334.5,-21.5 parent: 1 - - uid: 51103 + - uid: 63223 components: - type: Transform pos: -334.5,-22.5 parent: 1 - - uid: 51104 + - uid: 63224 components: - type: Transform pos: -334.5,-23.5 parent: 1 - - uid: 51105 + - uid: 63225 components: - type: Transform pos: -334.5,-24.5 parent: 1 - - uid: 51106 + - uid: 63226 components: - type: Transform pos: -334.5,-25.5 parent: 1 - - uid: 51107 + - uid: 63227 components: - type: Transform pos: -334.5,-26.5 parent: 1 - - uid: 51108 + - uid: 63228 components: - type: Transform anchored: False pos: -333.5,69.5 parent: 1 - - uid: 51109 + - uid: 63229 components: - type: Transform anchored: False pos: -333.5,68.5 parent: 1 - - uid: 51110 + - uid: 63230 components: - type: Transform anchored: False pos: -333.5,67.5 parent: 1 - - uid: 51111 + - uid: 63231 components: - type: Transform anchored: False pos: -333.5,66.5 parent: 1 - - uid: 51112 + - uid: 63232 components: - type: Transform anchored: False pos: -333.5,65.5 parent: 1 - - uid: 51113 + - uid: 63233 components: - type: Transform anchored: False pos: -333.5,64.5 parent: 1 - - uid: 51114 + - uid: 63234 components: - type: Transform anchored: False pos: -333.5,63.5 parent: 1 - - uid: 51115 + - uid: 63235 components: - type: Transform anchored: False pos: -333.5,62.5 parent: 1 - - uid: 51116 + - uid: 63236 components: - type: Transform anchored: False pos: -333.5,61.5 parent: 1 - - uid: 51117 + - uid: 63237 components: - type: Transform anchored: False pos: -333.5,60.5 parent: 1 - - uid: 51118 + - uid: 63238 components: - type: Transform anchored: False pos: -333.5,59.5 parent: 1 - - uid: 51119 + - uid: 63239 components: - type: Transform anchored: False pos: -333.5,58.5 parent: 1 - - uid: 51120 + - uid: 63240 components: - type: Transform anchored: False pos: -333.5,57.5 parent: 1 - - uid: 51121 + - uid: 63241 components: - type: Transform anchored: False pos: -333.5,56.5 parent: 1 - - uid: 51122 + - uid: 63242 components: - type: Transform anchored: False pos: -333.5,55.5 parent: 1 - - uid: 51123 + - uid: 63243 components: - type: Transform anchored: False pos: -333.5,54.5 parent: 1 - - uid: 51124 + - uid: 63244 components: - type: Transform anchored: False pos: -333.5,53.5 parent: 1 - - uid: 51125 + - uid: 63245 components: - type: Transform anchored: False pos: -333.5,52.5 parent: 1 - - uid: 51126 + - uid: 63246 components: - type: Transform anchored: False pos: -333.5,51.5 parent: 1 - - uid: 51127 + - uid: 63247 components: - type: Transform anchored: False pos: -333.5,50.5 parent: 1 - - uid: 51128 + - uid: 63248 components: - type: Transform anchored: False pos: -333.5,49.5 parent: 1 - - uid: 51129 + - uid: 63249 components: - type: Transform anchored: False pos: -333.5,48.5 parent: 1 - - uid: 51130 + - uid: 63250 components: - type: Transform anchored: False pos: -333.5,47.5 parent: 1 - - uid: 51131 + - uid: 63251 components: - type: Transform anchored: False pos: -333.5,46.5 parent: 1 - - uid: 51132 + - uid: 63252 components: - type: Transform anchored: False pos: -333.5,45.5 parent: 1 - - uid: 51133 + - uid: 63253 components: - type: Transform anchored: False pos: -333.5,44.5 parent: 1 - - uid: 51134 + - uid: 63254 components: - type: Transform anchored: False pos: -333.5,43.5 parent: 1 - - uid: 51135 + - uid: 63255 components: - type: Transform anchored: False pos: -333.5,42.5 parent: 1 - - uid: 51136 + - uid: 63256 components: - type: Transform anchored: False pos: -333.5,41.5 parent: 1 - - uid: 51137 + - uid: 63257 components: - type: Transform anchored: False pos: -333.5,40.5 parent: 1 - - uid: 51138 + - uid: 63258 components: - type: Transform anchored: False pos: -333.5,39.5 parent: 1 - - uid: 51139 + - uid: 63259 components: - type: Transform anchored: False pos: -333.5,38.5 parent: 1 - - uid: 51140 + - uid: 63260 components: - type: Transform anchored: False pos: -333.5,37.5 parent: 1 - - uid: 51141 + - uid: 63261 components: - type: Transform anchored: False pos: -333.5,36.5 parent: 1 - - uid: 51142 + - uid: 63262 components: - type: Transform anchored: False pos: -333.5,35.5 parent: 1 - - uid: 51143 + - uid: 63263 components: - type: Transform anchored: False pos: -333.5,34.5 parent: 1 - - uid: 51144 + - uid: 63264 components: - type: Transform anchored: False pos: -333.5,33.5 parent: 1 - - uid: 51145 + - uid: 63265 components: - type: Transform anchored: False pos: -333.5,32.5 parent: 1 - - uid: 51146 + - uid: 63266 components: - type: Transform anchored: False pos: -333.5,31.5 parent: 1 - - uid: 51147 + - uid: 63267 components: - type: Transform anchored: False pos: -333.5,30.5 parent: 1 - - uid: 51148 + - uid: 63268 components: - type: Transform anchored: False pos: -333.5,29.5 parent: 1 - - uid: 51149 + - uid: 63269 components: - type: Transform anchored: False pos: -333.5,28.5 parent: 1 - - uid: 51150 + - uid: 63270 components: - type: Transform anchored: False pos: -333.5,27.5 parent: 1 - - uid: 51151 + - uid: 63271 components: - type: Transform anchored: False pos: -333.5,26.5 parent: 1 - - uid: 51152 + - uid: 63272 components: - type: Transform anchored: False pos: -333.5,25.5 parent: 1 - - uid: 51153 + - uid: 63273 components: - type: Transform anchored: False pos: -333.5,24.5 parent: 1 - - uid: 51154 + - uid: 63274 components: - type: Transform pos: -333.5,23.5 parent: 1 - - uid: 51155 + - uid: 63275 components: - type: Transform pos: -333.5,22.5 parent: 1 - - uid: 51156 + - uid: 63276 components: - type: Transform pos: -333.5,21.5 parent: 1 - - uid: 51157 + - uid: 63277 components: - type: Transform pos: -333.5,20.5 parent: 1 - - uid: 51158 + - uid: 63278 components: - type: Transform pos: -333.5,19.5 parent: 1 - - uid: 51159 + - uid: 63279 components: - type: Transform pos: -333.5,18.5 parent: 1 - - uid: 51160 + - uid: 63280 components: - type: Transform pos: -333.5,17.5 parent: 1 - - uid: 51161 + - uid: 63281 components: - type: Transform pos: -333.5,16.5 parent: 1 - - uid: 51162 + - uid: 63282 components: - type: Transform pos: -333.5,15.5 parent: 1 - - uid: 51163 + - uid: 63283 components: - type: Transform pos: -333.5,14.5 parent: 1 - - uid: 51164 + - uid: 63284 components: - type: Transform pos: -333.5,13.5 parent: 1 - - uid: 51165 + - uid: 63285 components: - type: Transform pos: -333.5,12.5 parent: 1 - - uid: 51166 + - uid: 63286 components: - type: Transform pos: -333.5,11.5 parent: 1 - - uid: 51167 + - uid: 63287 components: - type: Transform pos: -333.5,10.5 parent: 1 - - uid: 51168 + - uid: 63288 components: - type: Transform pos: -333.5,9.5 parent: 1 - - uid: 51169 + - uid: 63289 components: - type: Transform pos: -333.5,8.5 parent: 1 - - uid: 51170 + - uid: 63290 components: - type: Transform pos: -333.5,7.5 parent: 1 - - uid: 51171 + - uid: 63291 components: - type: Transform pos: -333.5,6.5 parent: 1 - - uid: 51172 + - uid: 63292 components: - type: Transform pos: -333.5,5.5 parent: 1 - - uid: 51173 + - uid: 63293 components: - type: Transform pos: -333.5,4.5 parent: 1 - - uid: 51174 + - uid: 63294 components: - type: Transform pos: -333.5,3.5 parent: 1 - - uid: 51175 + - uid: 63295 components: - type: Transform pos: -333.5,2.5 parent: 1 - - uid: 51176 + - uid: 63296 components: - type: Transform pos: -333.5,1.5 parent: 1 - - uid: 51177 + - uid: 63297 components: - type: Transform pos: -333.5,0.5 parent: 1 - - uid: 51178 + - uid: 63298 components: - type: Transform pos: -333.5,-0.5 parent: 1 - - uid: 51179 + - uid: 63299 components: - type: Transform pos: -333.5,-1.5 parent: 1 - - uid: 51180 + - uid: 63300 components: - type: Transform pos: -333.5,-2.5 parent: 1 - - uid: 51181 + - uid: 63301 components: - type: Transform pos: -333.5,-3.5 parent: 1 - - uid: 51182 + - uid: 63302 components: - type: Transform pos: -333.5,-4.5 parent: 1 - - uid: 51183 + - uid: 63303 components: - type: Transform pos: -333.5,-5.5 parent: 1 - - uid: 51184 + - uid: 63304 components: - type: Transform pos: -333.5,-6.5 parent: 1 - - uid: 51185 + - uid: 63305 components: - type: Transform pos: -333.5,-7.5 parent: 1 - - uid: 51186 + - uid: 63306 components: - type: Transform pos: -333.5,-8.5 parent: 1 - - uid: 51187 + - uid: 63307 components: - type: Transform pos: -333.5,-9.5 parent: 1 - - uid: 51188 + - uid: 63308 components: - type: Transform pos: -333.5,-10.5 parent: 1 - - uid: 51189 + - uid: 63309 components: - type: Transform pos: -333.5,-11.5 parent: 1 - - uid: 51190 + - uid: 63310 components: - type: Transform pos: -333.5,-12.5 parent: 1 - - uid: 51191 + - uid: 63311 components: - type: Transform pos: -333.5,-13.5 parent: 1 - - uid: 51192 + - uid: 63312 components: - type: Transform pos: -333.5,-14.5 parent: 1 - - uid: 51193 + - uid: 63313 components: - type: Transform pos: -333.5,-15.5 parent: 1 - - uid: 51194 + - uid: 63314 components: - type: Transform pos: -333.5,-16.5 parent: 1 - - uid: 51195 + - uid: 63315 components: - type: Transform pos: -333.5,-17.5 parent: 1 - - uid: 51196 + - uid: 63316 components: - type: Transform pos: -333.5,-18.5 parent: 1 - - uid: 51197 + - uid: 63317 components: - type: Transform pos: -333.5,-19.5 parent: 1 - - uid: 51198 + - uid: 63318 components: - type: Transform pos: -333.5,-20.5 parent: 1 - - uid: 51199 + - uid: 63319 components: - type: Transform pos: -333.5,-21.5 parent: 1 - - uid: 51200 + - uid: 63320 components: - type: Transform pos: -333.5,-22.5 parent: 1 - - uid: 51201 + - uid: 63321 components: - type: Transform pos: -333.5,-23.5 parent: 1 - - uid: 51202 + - uid: 63322 components: - type: Transform pos: -333.5,-24.5 parent: 1 - - uid: 51203 + - uid: 63323 components: - type: Transform pos: -333.5,-25.5 parent: 1 - - uid: 51204 + - uid: 63324 components: - type: Transform pos: -333.5,-26.5 parent: 1 - - uid: 51205 + - uid: 63325 components: - type: Transform anchored: False pos: -332.5,69.5 parent: 1 - - uid: 51206 + - uid: 63326 components: - type: Transform anchored: False pos: -332.5,68.5 parent: 1 - - uid: 51207 + - uid: 63327 components: - type: Transform anchored: False pos: -332.5,67.5 parent: 1 - - uid: 51208 + - uid: 63328 components: - type: Transform anchored: False pos: -332.5,66.5 parent: 1 - - uid: 51209 + - uid: 63329 components: - type: Transform anchored: False pos: -332.5,65.5 parent: 1 - - uid: 51210 + - uid: 63330 components: - type: Transform anchored: False pos: -332.5,64.5 parent: 1 - - uid: 51211 + - uid: 63331 components: - type: Transform anchored: False pos: -332.5,63.5 parent: 1 - - uid: 51212 + - uid: 63332 components: - type: Transform anchored: False pos: -332.5,62.5 parent: 1 - - uid: 51213 + - uid: 63333 components: - type: Transform anchored: False pos: -332.5,61.5 parent: 1 - - uid: 51214 + - uid: 63334 components: - type: Transform anchored: False pos: -332.5,60.5 parent: 1 - - uid: 51215 + - uid: 63335 components: - type: Transform anchored: False pos: -332.5,59.5 parent: 1 - - uid: 51216 + - uid: 63336 components: - type: Transform anchored: False pos: -332.5,58.5 parent: 1 - - uid: 51217 + - uid: 63337 components: - type: Transform anchored: False pos: -332.5,57.5 parent: 1 - - uid: 51218 + - uid: 63338 components: - type: Transform anchored: False pos: -332.5,56.5 parent: 1 - - uid: 51219 + - uid: 63339 components: - type: Transform anchored: False pos: -332.5,55.5 parent: 1 - - uid: 51220 + - uid: 63340 components: - type: Transform anchored: False pos: -332.5,54.5 parent: 1 - - uid: 51221 + - uid: 63341 components: - type: Transform anchored: False pos: -332.5,53.5 parent: 1 - - uid: 51222 + - uid: 63342 components: - type: Transform anchored: False pos: -332.5,52.5 parent: 1 - - uid: 51223 + - uid: 63343 components: - type: Transform anchored: False pos: -332.5,51.5 parent: 1 - - uid: 51224 + - uid: 63344 components: - type: Transform anchored: False pos: -332.5,50.5 parent: 1 - - uid: 51225 + - uid: 63345 components: - type: Transform anchored: False pos: -332.5,49.5 parent: 1 - - uid: 51226 + - uid: 63346 components: - type: Transform anchored: False pos: -332.5,48.5 parent: 1 - - uid: 51227 + - uid: 63347 components: - type: Transform anchored: False pos: -332.5,47.5 parent: 1 - - uid: 51228 + - uid: 63348 components: - type: Transform anchored: False pos: -332.5,46.5 parent: 1 - - uid: 51229 + - uid: 63349 components: - type: Transform anchored: False pos: -332.5,45.5 parent: 1 - - uid: 51230 + - uid: 63350 components: - type: Transform anchored: False pos: -332.5,44.5 parent: 1 - - uid: 51231 + - uid: 63351 components: - type: Transform anchored: False pos: -332.5,43.5 parent: 1 - - uid: 51232 + - uid: 63352 components: - type: Transform anchored: False pos: -332.5,42.5 parent: 1 - - uid: 51233 + - uid: 63353 components: - type: Transform anchored: False pos: -332.5,41.5 parent: 1 - - uid: 51234 + - uid: 63354 components: - type: Transform anchored: False pos: -332.5,40.5 parent: 1 - - uid: 51235 + - uid: 63355 components: - type: Transform anchored: False pos: -332.5,39.5 parent: 1 - - uid: 51236 + - uid: 63356 components: - type: Transform anchored: False pos: -332.5,38.5 parent: 1 - - uid: 51237 + - uid: 63357 components: - type: Transform anchored: False pos: -332.5,37.5 parent: 1 - - uid: 51238 + - uid: 63358 components: - type: Transform anchored: False pos: -332.5,36.5 parent: 1 - - uid: 51239 + - uid: 63359 components: - type: Transform anchored: False pos: -332.5,35.5 parent: 1 - - uid: 51240 + - uid: 63360 components: - type: Transform anchored: False pos: -332.5,34.5 parent: 1 - - uid: 51241 + - uid: 63361 components: - type: Transform anchored: False pos: -332.5,33.5 parent: 1 - - uid: 51242 + - uid: 63362 components: - type: Transform anchored: False pos: -332.5,32.5 parent: 1 - - uid: 51243 + - uid: 63363 components: - type: Transform anchored: False pos: -332.5,31.5 parent: 1 - - uid: 51244 + - uid: 63364 components: - type: Transform anchored: False pos: -332.5,30.5 parent: 1 - - uid: 51245 + - uid: 63365 components: - type: Transform anchored: False pos: -332.5,29.5 parent: 1 - - uid: 51246 + - uid: 63366 components: - type: Transform anchored: False pos: -332.5,28.5 parent: 1 - - uid: 51247 + - uid: 63367 components: - type: Transform anchored: False pos: -332.5,27.5 parent: 1 - - uid: 51248 + - uid: 63368 components: - type: Transform anchored: False pos: -332.5,26.5 parent: 1 - - uid: 51249 + - uid: 63369 components: - type: Transform anchored: False pos: -332.5,25.5 parent: 1 - - uid: 51250 + - uid: 63370 components: - type: Transform anchored: False pos: -332.5,24.5 parent: 1 - - uid: 51251 + - uid: 63371 components: - type: Transform pos: -332.5,23.5 parent: 1 - - uid: 51252 + - uid: 63372 components: - type: Transform pos: -332.5,22.5 parent: 1 - - uid: 51253 + - uid: 63373 components: - type: Transform pos: -332.5,21.5 parent: 1 - - uid: 51254 + - uid: 63374 components: - type: Transform pos: -332.5,20.5 parent: 1 - - uid: 51255 + - uid: 63375 components: - type: Transform pos: -332.5,19.5 parent: 1 - - uid: 51256 + - uid: 63376 components: - type: Transform pos: -332.5,18.5 parent: 1 - - uid: 51257 + - uid: 63377 components: - type: Transform pos: -332.5,17.5 parent: 1 - - uid: 51258 + - uid: 63378 components: - type: Transform pos: -332.5,16.5 parent: 1 - - uid: 51259 + - uid: 63379 components: - type: Transform pos: -332.5,15.5 parent: 1 - - uid: 51260 + - uid: 63380 components: - type: Transform pos: -332.5,14.5 parent: 1 - - uid: 51261 + - uid: 63381 components: - type: Transform pos: -332.5,13.5 parent: 1 - - uid: 51262 + - uid: 63382 components: - type: Transform pos: -332.5,12.5 parent: 1 - - uid: 51263 + - uid: 63383 components: - type: Transform pos: -332.5,11.5 parent: 1 - - uid: 51264 + - uid: 63384 components: - type: Transform pos: -332.5,10.5 parent: 1 - - uid: 51265 + - uid: 63385 components: - type: Transform pos: -332.5,9.5 parent: 1 - - uid: 51266 + - uid: 63386 components: - type: Transform pos: -332.5,8.5 parent: 1 - - uid: 51267 + - uid: 63387 components: - type: Transform pos: -332.5,7.5 parent: 1 - - uid: 51268 + - uid: 63388 components: - type: Transform pos: -332.5,6.5 parent: 1 - - uid: 51269 + - uid: 63389 components: - type: Transform pos: -332.5,5.5 parent: 1 - - uid: 51270 + - uid: 63390 components: - type: Transform pos: -332.5,4.5 parent: 1 - - uid: 51271 + - uid: 63391 components: - type: Transform pos: -332.5,3.5 parent: 1 - - uid: 51272 + - uid: 63392 components: - type: Transform pos: -332.5,2.5 parent: 1 - - uid: 51273 + - uid: 63393 components: - type: Transform pos: -332.5,1.5 parent: 1 - - uid: 51274 + - uid: 63394 components: - type: Transform pos: -332.5,0.5 parent: 1 - - uid: 51275 + - uid: 63395 components: - type: Transform pos: -332.5,-0.5 parent: 1 - - uid: 51276 + - uid: 63396 components: - type: Transform pos: -332.5,-1.5 parent: 1 - - uid: 51277 + - uid: 63397 components: - type: Transform pos: -332.5,-2.5 parent: 1 - - uid: 51278 + - uid: 63398 components: - type: Transform pos: -332.5,-3.5 parent: 1 - - uid: 51279 + - uid: 63399 components: - type: Transform pos: -332.5,-4.5 parent: 1 - - uid: 51280 + - uid: 63400 components: - type: Transform pos: -332.5,-5.5 parent: 1 - - uid: 51281 + - uid: 63401 components: - type: Transform pos: -332.5,-6.5 parent: 1 - - uid: 51282 + - uid: 63402 components: - type: Transform pos: -332.5,-7.5 parent: 1 - - uid: 51283 + - uid: 63403 components: - type: Transform pos: -332.5,-8.5 parent: 1 - - uid: 51284 + - uid: 63404 components: - type: Transform pos: -332.5,-9.5 parent: 1 - - uid: 51285 + - uid: 63405 components: - type: Transform pos: -332.5,-10.5 parent: 1 - - uid: 51286 + - uid: 63406 components: - type: Transform pos: -332.5,-11.5 parent: 1 - - uid: 51287 + - uid: 63407 components: - type: Transform pos: -332.5,-12.5 parent: 1 - - uid: 51288 + - uid: 63408 components: - type: Transform pos: -332.5,-13.5 parent: 1 - - uid: 51289 + - uid: 63409 components: - type: Transform pos: -332.5,-14.5 parent: 1 - - uid: 51290 + - uid: 63410 components: - type: Transform pos: -332.5,-15.5 parent: 1 - - uid: 51291 + - uid: 63411 components: - type: Transform pos: -332.5,-16.5 parent: 1 - - uid: 51292 + - uid: 63412 components: - type: Transform pos: -332.5,-17.5 parent: 1 - - uid: 51293 + - uid: 63413 components: - type: Transform pos: -332.5,-18.5 parent: 1 - - uid: 51294 + - uid: 63414 components: - type: Transform pos: -332.5,-19.5 parent: 1 - - uid: 51295 + - uid: 63415 components: - type: Transform pos: -332.5,-20.5 parent: 1 - - uid: 51296 + - uid: 63416 components: - type: Transform pos: -332.5,-21.5 parent: 1 - - uid: 51297 + - uid: 63417 components: - type: Transform pos: -332.5,-22.5 parent: 1 - - uid: 51298 + - uid: 63418 components: - type: Transform pos: -332.5,-23.5 parent: 1 - - uid: 51299 + - uid: 63419 components: - type: Transform pos: -332.5,-24.5 parent: 1 - - uid: 51300 + - uid: 63420 components: - type: Transform pos: -332.5,-25.5 parent: 1 - - uid: 51301 + - uid: 63421 components: - type: Transform pos: -332.5,-26.5 parent: 1 - - uid: 51302 + - uid: 63422 components: - type: Transform anchored: False pos: -331.5,69.5 parent: 1 - - uid: 51303 + - uid: 63423 components: - type: Transform anchored: False pos: -331.5,68.5 parent: 1 - - uid: 51304 + - uid: 63424 components: - type: Transform anchored: False pos: -331.5,67.5 parent: 1 - - uid: 51305 + - uid: 63425 components: - type: Transform anchored: False pos: -331.5,66.5 parent: 1 - - uid: 51306 + - uid: 63426 components: - type: Transform anchored: False pos: -331.5,65.5 parent: 1 - - uid: 51307 + - uid: 63427 components: - type: Transform anchored: False pos: -331.5,64.5 parent: 1 - - uid: 51308 + - uid: 63428 components: - type: Transform anchored: False pos: -331.5,63.5 parent: 1 - - uid: 51309 + - uid: 63429 components: - type: Transform anchored: False pos: -331.5,62.5 parent: 1 - - uid: 51310 + - uid: 63430 components: - type: Transform anchored: False pos: -331.5,61.5 parent: 1 - - uid: 51311 + - uid: 63431 components: - type: Transform anchored: False pos: -331.5,60.5 parent: 1 - - uid: 51312 + - uid: 63432 components: - type: Transform anchored: False pos: -331.5,59.5 parent: 1 - - uid: 51313 + - uid: 63433 components: - type: Transform anchored: False pos: -331.5,58.5 parent: 1 - - uid: 51314 + - uid: 63434 components: - type: Transform anchored: False pos: -331.5,57.5 parent: 1 - - uid: 51315 + - uid: 63435 components: - type: Transform anchored: False pos: -331.5,56.5 parent: 1 - - uid: 51316 + - uid: 63436 components: - type: Transform anchored: False pos: -331.5,55.5 parent: 1 - - uid: 51317 + - uid: 63437 components: - type: Transform anchored: False pos: -331.5,54.5 parent: 1 - - uid: 51318 + - uid: 63438 components: - type: Transform anchored: False pos: -331.5,53.5 parent: 1 - - uid: 51319 + - uid: 63439 components: - type: Transform anchored: False pos: -331.5,52.5 parent: 1 - - uid: 51320 + - uid: 63440 components: - type: Transform anchored: False pos: -331.5,51.5 parent: 1 - - uid: 51321 + - uid: 63441 components: - type: Transform anchored: False pos: -331.5,50.5 parent: 1 - - uid: 51322 + - uid: 63442 components: - type: Transform anchored: False pos: -331.5,49.5 parent: 1 - - uid: 51323 + - uid: 63443 components: - type: Transform anchored: False pos: -331.5,48.5 parent: 1 - - uid: 51324 + - uid: 63444 components: - type: Transform anchored: False pos: -331.5,47.5 parent: 1 - - uid: 51325 + - uid: 63445 components: - type: Transform anchored: False pos: -331.5,46.5 parent: 1 - - uid: 51326 + - uid: 63446 components: - type: Transform anchored: False pos: -331.5,45.5 parent: 1 - - uid: 51327 + - uid: 63447 components: - type: Transform anchored: False pos: -331.5,44.5 parent: 1 - - uid: 51328 + - uid: 63448 components: - type: Transform anchored: False pos: -331.5,43.5 parent: 1 - - uid: 51329 + - uid: 63449 components: - type: Transform anchored: False pos: -331.5,42.5 parent: 1 - - uid: 51330 + - uid: 63450 components: - type: Transform anchored: False pos: -331.5,41.5 parent: 1 - - uid: 51331 + - uid: 63451 components: - type: Transform anchored: False pos: -331.5,40.5 parent: 1 - - uid: 51332 + - uid: 63452 components: - type: Transform anchored: False pos: -331.5,39.5 parent: 1 - - uid: 51333 + - uid: 63453 components: - type: Transform anchored: False pos: -331.5,38.5 parent: 1 - - uid: 51334 + - uid: 63454 components: - type: Transform anchored: False pos: -331.5,37.5 parent: 1 - - uid: 51335 + - uid: 63455 components: - type: Transform anchored: False pos: -331.5,36.5 parent: 1 - - uid: 51336 + - uid: 63456 components: - type: Transform anchored: False pos: -331.5,35.5 parent: 1 - - uid: 51337 + - uid: 63457 components: - type: Transform anchored: False pos: -331.5,34.5 parent: 1 - - uid: 51338 + - uid: 63458 components: - type: Transform anchored: False pos: -331.5,33.5 parent: 1 - - uid: 51339 + - uid: 63459 components: - type: Transform anchored: False pos: -331.5,32.5 parent: 1 - - uid: 51340 + - uid: 63460 components: - type: Transform anchored: False pos: -331.5,31.5 parent: 1 - - uid: 51341 + - uid: 63461 components: - type: Transform anchored: False pos: -331.5,30.5 parent: 1 - - uid: 51342 + - uid: 63462 components: - type: Transform anchored: False pos: -331.5,29.5 parent: 1 - - uid: 51343 + - uid: 63463 components: - type: Transform anchored: False pos: -331.5,28.5 parent: 1 - - uid: 51344 + - uid: 63464 components: - type: Transform anchored: False pos: -331.5,27.5 parent: 1 - - uid: 51345 + - uid: 63465 components: - type: Transform anchored: False pos: -331.5,26.5 parent: 1 - - uid: 51346 + - uid: 63466 components: - type: Transform anchored: False pos: -331.5,25.5 parent: 1 - - uid: 51347 + - uid: 63467 components: - type: Transform anchored: False pos: -331.5,24.5 parent: 1 - - uid: 51348 + - uid: 63468 components: - type: Transform pos: -331.5,23.5 parent: 1 - - uid: 51349 + - uid: 63469 components: - type: Transform pos: -331.5,22.5 parent: 1 - - uid: 51350 + - uid: 63470 components: - type: Transform pos: -331.5,21.5 parent: 1 - - uid: 51351 + - uid: 63471 components: - type: Transform pos: -331.5,20.5 parent: 1 - - uid: 51352 + - uid: 63472 components: - type: Transform pos: -331.5,19.5 parent: 1 - - uid: 51353 + - uid: 63473 components: - type: Transform pos: -331.5,18.5 parent: 1 - - uid: 51354 + - uid: 63474 components: - type: Transform pos: -331.5,17.5 parent: 1 - - uid: 51355 + - uid: 63475 components: - type: Transform pos: -331.5,16.5 parent: 1 - - uid: 51356 + - uid: 63476 components: - type: Transform pos: -331.5,15.5 parent: 1 - - uid: 51357 + - uid: 63477 components: - type: Transform pos: -331.5,14.5 parent: 1 - - uid: 51358 + - uid: 63478 components: - type: Transform pos: -331.5,13.5 parent: 1 - - uid: 51359 + - uid: 63479 components: - type: Transform pos: -331.5,12.5 parent: 1 - - uid: 51360 + - uid: 63480 components: - type: Transform pos: -331.5,11.5 parent: 1 - - uid: 51361 + - uid: 63481 components: - type: Transform pos: -331.5,10.5 parent: 1 - - uid: 51362 + - uid: 63482 components: - type: Transform pos: -331.5,9.5 parent: 1 - - uid: 51363 + - uid: 63483 components: - type: Transform pos: -331.5,8.5 parent: 1 - - uid: 51364 + - uid: 63484 components: - type: Transform pos: -331.5,7.5 parent: 1 - - uid: 51365 + - uid: 63485 components: - type: Transform pos: -331.5,6.5 parent: 1 - - uid: 51366 + - uid: 63486 components: - type: Transform pos: -331.5,5.5 parent: 1 - - uid: 51367 + - uid: 63487 components: - type: Transform pos: -331.5,4.5 parent: 1 - - uid: 51368 + - uid: 63488 components: - type: Transform pos: -331.5,3.5 parent: 1 - - uid: 51369 + - uid: 63489 components: - type: Transform pos: -331.5,2.5 parent: 1 - - uid: 51370 + - uid: 63490 components: - type: Transform pos: -331.5,1.5 parent: 1 - - uid: 51371 + - uid: 63491 components: - type: Transform pos: -331.5,0.5 parent: 1 - - uid: 51372 + - uid: 63492 components: - type: Transform pos: -331.5,-0.5 parent: 1 - - uid: 51373 + - uid: 63493 components: - type: Transform pos: -331.5,-1.5 parent: 1 - - uid: 51374 + - uid: 63494 components: - type: Transform pos: -331.5,-2.5 parent: 1 - - uid: 51375 + - uid: 63495 components: - type: Transform pos: -331.5,-3.5 parent: 1 - - uid: 51376 + - uid: 63496 components: - type: Transform pos: -331.5,-4.5 parent: 1 - - uid: 51377 + - uid: 63497 components: - type: Transform pos: -331.5,-5.5 parent: 1 - - uid: 51378 + - uid: 63498 components: - type: Transform pos: -331.5,-6.5 parent: 1 - - uid: 51379 + - uid: 63499 components: - type: Transform pos: -331.5,-7.5 parent: 1 - - uid: 51380 + - uid: 63500 components: - type: Transform pos: -331.5,-8.5 parent: 1 - - uid: 51381 + - uid: 63501 components: - type: Transform pos: -331.5,-9.5 parent: 1 - - uid: 51382 + - uid: 63502 components: - type: Transform pos: -331.5,-10.5 parent: 1 - - uid: 51383 + - uid: 63503 components: - type: Transform pos: -331.5,-11.5 parent: 1 - - uid: 51384 + - uid: 63504 components: - type: Transform pos: -331.5,-12.5 parent: 1 - - uid: 51385 + - uid: 63505 components: - type: Transform pos: -331.5,-13.5 parent: 1 - - uid: 51386 + - uid: 63506 components: - type: Transform pos: -331.5,-14.5 parent: 1 - - uid: 51387 + - uid: 63507 components: - type: Transform pos: -331.5,-15.5 parent: 1 - - uid: 51388 + - uid: 63508 components: - type: Transform pos: -331.5,-16.5 parent: 1 - - uid: 51389 + - uid: 63509 components: - type: Transform pos: -331.5,-17.5 parent: 1 - - uid: 51390 + - uid: 63510 components: - type: Transform pos: -331.5,-18.5 parent: 1 - - uid: 51391 + - uid: 63511 components: - type: Transform pos: -331.5,-19.5 parent: 1 - - uid: 51392 + - uid: 63512 components: - type: Transform pos: -331.5,-20.5 parent: 1 - - uid: 51393 + - uid: 63513 components: - type: Transform pos: -331.5,-21.5 parent: 1 - - uid: 51394 + - uid: 63514 components: - type: Transform pos: -331.5,-22.5 parent: 1 - - uid: 51395 + - uid: 63515 components: - type: Transform pos: -331.5,-23.5 parent: 1 - - uid: 51396 + - uid: 63516 components: - type: Transform pos: -331.5,-24.5 parent: 1 - - uid: 51397 + - uid: 63517 components: - type: Transform pos: -331.5,-25.5 parent: 1 - - uid: 51398 + - uid: 63518 components: - type: Transform pos: -331.5,-26.5 parent: 1 - - uid: 51399 + - uid: 63519 components: - type: Transform anchored: False pos: -330.5,69.5 parent: 1 - - uid: 51400 + - uid: 63520 components: - type: Transform anchored: False pos: -330.5,68.5 parent: 1 - - uid: 51401 + - uid: 63521 components: - type: Transform anchored: False pos: -330.5,67.5 parent: 1 - - uid: 51402 + - uid: 63522 components: - type: Transform anchored: False pos: -330.5,66.5 parent: 1 - - uid: 51403 + - uid: 63523 components: - type: Transform anchored: False pos: -330.5,65.5 parent: 1 - - uid: 51404 + - uid: 63524 components: - type: Transform anchored: False pos: -330.5,64.5 parent: 1 - - uid: 51405 + - uid: 63525 components: - type: Transform anchored: False pos: -330.5,63.5 parent: 1 - - uid: 51406 + - uid: 63526 components: - type: Transform anchored: False pos: -330.5,62.5 parent: 1 - - uid: 51407 + - uid: 63527 components: - type: Transform anchored: False pos: -330.5,61.5 parent: 1 - - uid: 51408 + - uid: 63528 components: - type: Transform anchored: False pos: -330.5,60.5 parent: 1 - - uid: 51409 + - uid: 63529 components: - type: Transform anchored: False pos: -330.5,59.5 parent: 1 - - uid: 51410 + - uid: 63530 components: - type: Transform anchored: False pos: -330.5,58.5 parent: 1 - - uid: 51411 + - uid: 63531 components: - type: Transform anchored: False pos: -330.5,57.5 parent: 1 - - uid: 51412 + - uid: 63532 components: - type: Transform anchored: False pos: -330.5,56.5 parent: 1 - - uid: 51413 + - uid: 63533 components: - type: Transform anchored: False pos: -330.5,55.5 parent: 1 - - uid: 51414 + - uid: 63534 components: - type: Transform anchored: False pos: -330.5,54.5 parent: 1 - - uid: 51415 + - uid: 63535 components: - type: Transform anchored: False pos: -330.5,53.5 parent: 1 - - uid: 51416 + - uid: 63536 components: - type: Transform anchored: False pos: -330.5,52.5 parent: 1 - - uid: 51417 + - uid: 63537 components: - type: Transform anchored: False pos: -330.5,51.5 parent: 1 - - uid: 51418 + - uid: 63538 components: - type: Transform anchored: False pos: -330.5,50.5 parent: 1 - - uid: 51419 + - uid: 63539 components: - type: Transform anchored: False pos: -330.5,49.5 parent: 1 - - uid: 51420 + - uid: 63540 components: - type: Transform anchored: False pos: -330.5,48.5 parent: 1 - - uid: 51421 + - uid: 63541 components: - type: Transform anchored: False pos: -330.5,47.5 parent: 1 - - uid: 51422 + - uid: 63542 components: - type: Transform anchored: False pos: -330.5,46.5 parent: 1 - - uid: 51423 + - uid: 63543 components: - type: Transform anchored: False pos: -330.5,45.5 parent: 1 - - uid: 51424 + - uid: 63544 components: - type: Transform anchored: False pos: -330.5,44.5 parent: 1 - - uid: 51425 + - uid: 63545 components: - type: Transform anchored: False pos: -330.5,43.5 parent: 1 - - uid: 51426 + - uid: 63546 components: - type: Transform anchored: False pos: -330.5,42.5 parent: 1 - - uid: 51427 + - uid: 63547 components: - type: Transform anchored: False pos: -330.5,41.5 parent: 1 - - uid: 51428 + - uid: 63548 components: - type: Transform anchored: False pos: -330.5,40.5 parent: 1 - - uid: 51429 + - uid: 63549 components: - type: Transform anchored: False pos: -330.5,39.5 parent: 1 - - uid: 51430 + - uid: 63550 components: - type: Transform anchored: False pos: -330.5,38.5 parent: 1 - - uid: 51431 + - uid: 63551 components: - type: Transform anchored: False pos: -330.5,37.5 parent: 1 - - uid: 51432 + - uid: 63552 components: - type: Transform anchored: False pos: -330.5,36.5 parent: 1 - - uid: 51433 + - uid: 63553 components: - type: Transform anchored: False pos: -330.5,35.5 parent: 1 - - uid: 51434 + - uid: 63554 components: - type: Transform anchored: False pos: -330.5,34.5 parent: 1 - - uid: 51435 + - uid: 63555 components: - type: Transform anchored: False pos: -330.5,33.5 parent: 1 - - uid: 51436 + - uid: 63556 components: - type: Transform anchored: False pos: -330.5,32.5 parent: 1 - - uid: 51437 + - uid: 63557 components: - type: Transform anchored: False pos: -330.5,31.5 parent: 1 - - uid: 51438 + - uid: 63558 components: - type: Transform anchored: False pos: -330.5,30.5 parent: 1 - - uid: 51439 + - uid: 63559 components: - type: Transform anchored: False pos: -330.5,29.5 parent: 1 - - uid: 51440 + - uid: 63560 components: - type: Transform anchored: False pos: -330.5,28.5 parent: 1 - - uid: 51441 + - uid: 63561 components: - type: Transform anchored: False pos: -330.5,27.5 parent: 1 - - uid: 51442 + - uid: 63562 components: - type: Transform anchored: False pos: -330.5,26.5 parent: 1 - - uid: 51443 + - uid: 63563 components: - type: Transform anchored: False pos: -330.5,25.5 parent: 1 - - uid: 51444 + - uid: 63564 components: - type: Transform anchored: False pos: -330.5,24.5 parent: 1 - - uid: 51445 + - uid: 63565 components: - type: Transform pos: -330.5,23.5 parent: 1 - - uid: 51446 + - uid: 63566 components: - type: Transform pos: -330.5,22.5 parent: 1 - - uid: 51447 + - uid: 63567 components: - type: Transform pos: -330.5,21.5 parent: 1 - - uid: 51448 + - uid: 63568 components: - type: Transform pos: -330.5,20.5 parent: 1 - - uid: 51449 + - uid: 63569 components: - type: Transform pos: -330.5,19.5 parent: 1 - - uid: 51450 + - uid: 63570 components: - type: Transform pos: -330.5,18.5 parent: 1 - - uid: 51451 + - uid: 63571 components: - type: Transform pos: -330.5,17.5 parent: 1 - - uid: 51452 + - uid: 63572 components: - type: Transform pos: -330.5,16.5 parent: 1 - - uid: 51453 + - uid: 63573 components: - type: Transform pos: -330.5,15.5 parent: 1 - - uid: 51454 + - uid: 63574 components: - type: Transform pos: -330.5,14.5 parent: 1 - - uid: 51455 + - uid: 63575 components: - type: Transform pos: -330.5,13.5 parent: 1 - - uid: 51456 + - uid: 63576 components: - type: Transform pos: -330.5,12.5 parent: 1 - - uid: 51457 + - uid: 63577 components: - type: Transform pos: -330.5,11.5 parent: 1 - - uid: 51458 + - uid: 63578 components: - type: Transform pos: -330.5,10.5 parent: 1 - - uid: 51459 + - uid: 63579 components: - type: Transform pos: -330.5,9.5 parent: 1 - - uid: 51460 + - uid: 63580 components: - type: Transform pos: -330.5,8.5 parent: 1 - - uid: 51461 + - uid: 63581 components: - type: Transform pos: -330.5,7.5 parent: 1 - - uid: 51462 + - uid: 63582 components: - type: Transform pos: -330.5,6.5 parent: 1 - - uid: 51463 + - uid: 63583 components: - type: Transform pos: -330.5,5.5 parent: 1 - - uid: 51464 + - uid: 63584 components: - type: Transform pos: -330.5,4.5 parent: 1 - - uid: 51465 + - uid: 63585 components: - type: Transform pos: -330.5,3.5 parent: 1 - - uid: 51466 + - uid: 63586 components: - type: Transform pos: -330.5,2.5 parent: 1 - - uid: 51467 + - uid: 63587 components: - type: Transform pos: -330.5,1.5 parent: 1 - - uid: 51468 + - uid: 63588 components: - type: Transform pos: -330.5,0.5 parent: 1 - - uid: 51469 + - uid: 63589 components: - type: Transform pos: -330.5,-0.5 parent: 1 - - uid: 51470 + - uid: 63590 components: - type: Transform pos: -330.5,-1.5 parent: 1 - - uid: 51471 + - uid: 63591 components: - type: Transform pos: -330.5,-2.5 parent: 1 - - uid: 51472 + - uid: 63592 components: - type: Transform pos: -330.5,-3.5 parent: 1 - - uid: 51473 + - uid: 63593 components: - type: Transform pos: -330.5,-4.5 parent: 1 - - uid: 51474 + - uid: 63594 components: - type: Transform pos: -330.5,-5.5 parent: 1 - - uid: 51475 + - uid: 63595 components: - type: Transform pos: -330.5,-6.5 parent: 1 - - uid: 51476 + - uid: 63596 components: - type: Transform pos: -330.5,-7.5 parent: 1 - - uid: 51477 + - uid: 63597 components: - type: Transform pos: -330.5,-8.5 parent: 1 - - uid: 51478 + - uid: 63598 components: - type: Transform pos: -330.5,-9.5 parent: 1 - - uid: 51479 + - uid: 63599 components: - type: Transform pos: -330.5,-10.5 parent: 1 - - uid: 51480 + - uid: 63600 components: - type: Transform pos: -330.5,-11.5 parent: 1 - - uid: 51481 + - uid: 63601 components: - type: Transform pos: -330.5,-12.5 parent: 1 - - uid: 51482 + - uid: 63602 components: - type: Transform pos: -330.5,-13.5 parent: 1 - - uid: 51483 + - uid: 63603 components: - type: Transform pos: -330.5,-14.5 parent: 1 - - uid: 51484 + - uid: 63604 components: - type: Transform pos: -330.5,-15.5 parent: 1 - - uid: 51485 + - uid: 63605 components: - type: Transform pos: -330.5,-16.5 parent: 1 - - uid: 51486 + - uid: 63606 components: - type: Transform pos: -330.5,-17.5 parent: 1 - - uid: 51487 + - uid: 63607 components: - type: Transform pos: -330.5,-18.5 parent: 1 - - uid: 51488 + - uid: 63608 components: - type: Transform pos: -330.5,-19.5 parent: 1 - - uid: 51489 + - uid: 63609 components: - type: Transform pos: -330.5,-20.5 parent: 1 - - uid: 51490 + - uid: 63610 components: - type: Transform pos: -330.5,-21.5 parent: 1 - - uid: 51491 + - uid: 63611 components: - type: Transform pos: -330.5,-22.5 parent: 1 - - uid: 51492 + - uid: 63612 components: - type: Transform pos: -330.5,-23.5 parent: 1 - - uid: 51493 + - uid: 63613 components: - type: Transform pos: -330.5,-24.5 parent: 1 - - uid: 51494 + - uid: 63614 components: - type: Transform pos: -330.5,-25.5 parent: 1 - - uid: 51495 + - uid: 63615 components: - type: Transform pos: -330.5,-26.5 parent: 1 - - uid: 51496 + - uid: 63616 components: - type: Transform anchored: False pos: -329.5,69.5 parent: 1 - - uid: 51497 + - uid: 63617 components: - type: Transform anchored: False pos: -329.5,68.5 parent: 1 - - uid: 51498 + - uid: 63618 components: - type: Transform anchored: False pos: -329.5,67.5 parent: 1 - - uid: 51499 + - uid: 63619 components: - type: Transform anchored: False pos: -329.5,66.5 parent: 1 - - uid: 51500 + - uid: 63620 components: - type: Transform anchored: False pos: -329.5,65.5 parent: 1 - - uid: 51501 + - uid: 63621 components: - type: Transform anchored: False pos: -329.5,64.5 parent: 1 - - uid: 51502 + - uid: 63622 components: - type: Transform anchored: False pos: -329.5,63.5 parent: 1 - - uid: 51503 + - uid: 63623 components: - type: Transform anchored: False pos: -329.5,62.5 parent: 1 - - uid: 51504 + - uid: 63624 components: - type: Transform anchored: False pos: -329.5,61.5 parent: 1 - - uid: 51505 + - uid: 63625 components: - type: Transform anchored: False pos: -329.5,60.5 parent: 1 - - uid: 51506 + - uid: 63626 components: - type: Transform anchored: False pos: -329.5,59.5 parent: 1 - - uid: 51507 + - uid: 63627 components: - type: Transform anchored: False pos: -329.5,58.5 parent: 1 - - uid: 51508 + - uid: 63628 components: - type: Transform anchored: False pos: -329.5,57.5 parent: 1 - - uid: 51509 + - uid: 63629 components: - type: Transform anchored: False pos: -329.5,56.5 parent: 1 - - uid: 51510 + - uid: 63630 components: - type: Transform anchored: False pos: -329.5,55.5 parent: 1 - - uid: 51511 + - uid: 63631 components: - type: Transform anchored: False pos: -329.5,54.5 parent: 1 - - uid: 51512 + - uid: 63632 components: - type: Transform anchored: False pos: -329.5,53.5 parent: 1 - - uid: 51513 + - uid: 63633 components: - type: Transform anchored: False pos: -329.5,52.5 parent: 1 - - uid: 51514 + - uid: 63634 components: - type: Transform anchored: False pos: -329.5,51.5 parent: 1 - - uid: 51515 + - uid: 63635 components: - type: Transform anchored: False pos: -329.5,50.5 parent: 1 - - uid: 51516 + - uid: 63636 components: - type: Transform anchored: False pos: -329.5,49.5 parent: 1 - - uid: 51517 + - uid: 63637 components: - type: Transform anchored: False pos: -329.5,48.5 parent: 1 - - uid: 51518 + - uid: 63638 components: - type: Transform anchored: False pos: -329.5,47.5 parent: 1 - - uid: 51519 + - uid: 63639 components: - type: Transform anchored: False pos: -329.5,46.5 parent: 1 - - uid: 51520 + - uid: 63640 components: - type: Transform anchored: False pos: -329.5,45.5 parent: 1 - - uid: 51521 + - uid: 63641 components: - type: Transform anchored: False pos: -329.5,44.5 parent: 1 - - uid: 51522 + - uid: 63642 components: - type: Transform anchored: False pos: -329.5,43.5 parent: 1 - - uid: 51523 + - uid: 63643 components: - type: Transform anchored: False pos: -329.5,42.5 parent: 1 - - uid: 51524 + - uid: 63644 components: - type: Transform anchored: False pos: -329.5,41.5 parent: 1 - - uid: 51525 + - uid: 63645 components: - type: Transform anchored: False pos: -329.5,40.5 parent: 1 - - uid: 51526 + - uid: 63646 components: - type: Transform anchored: False pos: -329.5,39.5 parent: 1 - - uid: 51527 + - uid: 63647 components: - type: Transform anchored: False pos: -329.5,38.5 parent: 1 - - uid: 51528 + - uid: 63648 components: - type: Transform anchored: False pos: -329.5,37.5 parent: 1 - - uid: 51529 + - uid: 63649 components: - type: Transform anchored: False pos: -329.5,36.5 parent: 1 - - uid: 51530 + - uid: 63650 components: - type: Transform anchored: False pos: -329.5,35.5 parent: 1 - - uid: 51531 + - uid: 63651 components: - type: Transform anchored: False pos: -329.5,34.5 parent: 1 - - uid: 51532 + - uid: 63652 components: - type: Transform anchored: False pos: -329.5,33.5 parent: 1 - - uid: 51533 + - uid: 63653 components: - type: Transform anchored: False pos: -329.5,32.5 parent: 1 - - uid: 51534 + - uid: 63654 components: - type: Transform anchored: False pos: -329.5,31.5 parent: 1 - - uid: 51535 + - uid: 63655 components: - type: Transform anchored: False pos: -329.5,30.5 parent: 1 - - uid: 51536 + - uid: 63656 components: - type: Transform anchored: False pos: -329.5,29.5 parent: 1 - - uid: 51537 + - uid: 63657 components: - type: Transform anchored: False pos: -329.5,28.5 parent: 1 - - uid: 51538 + - uid: 63658 components: - type: Transform anchored: False pos: -329.5,27.5 parent: 1 - - uid: 51539 + - uid: 63659 components: - type: Transform anchored: False pos: -329.5,26.5 parent: 1 - - uid: 51540 + - uid: 63660 components: - type: Transform anchored: False pos: -329.5,25.5 parent: 1 - - uid: 51541 + - uid: 63661 components: - type: Transform anchored: False pos: -329.5,24.5 parent: 1 - - uid: 51542 + - uid: 63662 components: - type: Transform pos: -329.5,23.5 parent: 1 - - uid: 51543 + - uid: 63663 components: - type: Transform pos: -329.5,22.5 parent: 1 - - uid: 51544 + - uid: 63664 components: - type: Transform pos: -329.5,21.5 parent: 1 - - uid: 51545 + - uid: 63665 components: - type: Transform pos: -329.5,20.5 parent: 1 - - uid: 51546 + - uid: 63666 components: - type: Transform pos: -329.5,19.5 parent: 1 - - uid: 51547 + - uid: 63667 components: - type: Transform pos: -329.5,18.5 parent: 1 - - uid: 51548 + - uid: 63668 components: - type: Transform pos: -329.5,17.5 parent: 1 - - uid: 51549 + - uid: 63669 components: - type: Transform pos: -329.5,16.5 parent: 1 - - uid: 51550 + - uid: 63670 components: - type: Transform pos: -329.5,15.5 parent: 1 - - uid: 51551 + - uid: 63671 components: - type: Transform pos: -329.5,14.5 parent: 1 - - uid: 51552 + - uid: 63672 components: - type: Transform pos: -329.5,13.5 parent: 1 - - uid: 51553 + - uid: 63673 components: - type: Transform pos: -329.5,12.5 parent: 1 - - uid: 51554 + - uid: 63674 components: - type: Transform pos: -329.5,11.5 parent: 1 - - uid: 51555 + - uid: 63675 components: - type: Transform pos: -329.5,10.5 parent: 1 - - uid: 51556 + - uid: 63676 components: - type: Transform pos: -329.5,9.5 parent: 1 - - uid: 51557 + - uid: 63677 components: - type: Transform pos: -329.5,8.5 parent: 1 - - uid: 51558 + - uid: 63678 components: - type: Transform pos: -329.5,7.5 parent: 1 - - uid: 51559 + - uid: 63679 components: - type: Transform pos: -329.5,6.5 parent: 1 - - uid: 51560 + - uid: 63680 components: - type: Transform pos: -329.5,5.5 parent: 1 - - uid: 51561 + - uid: 63681 components: - type: Transform pos: -329.5,4.5 parent: 1 - - uid: 51562 + - uid: 63682 components: - type: Transform pos: -329.5,3.5 parent: 1 - - uid: 51563 + - uid: 63683 components: - type: Transform pos: -329.5,2.5 parent: 1 - - uid: 51564 + - uid: 63684 components: - type: Transform pos: -329.5,1.5 parent: 1 - - uid: 51565 + - uid: 63685 components: - type: Transform pos: -329.5,0.5 parent: 1 - - uid: 51566 + - uid: 63686 components: - type: Transform pos: -329.5,-0.5 parent: 1 - - uid: 51567 + - uid: 63687 components: - type: Transform pos: -329.5,-1.5 parent: 1 - - uid: 51568 + - uid: 63688 components: - type: Transform pos: -329.5,-2.5 parent: 1 - - uid: 51569 + - uid: 63689 components: - type: Transform pos: -329.5,-3.5 parent: 1 - - uid: 51570 + - uid: 63690 components: - type: Transform pos: -329.5,-4.5 parent: 1 - - uid: 51571 + - uid: 63691 components: - type: Transform pos: -329.5,-5.5 parent: 1 - - uid: 51572 + - uid: 63692 components: - type: Transform pos: -329.5,-6.5 parent: 1 - - uid: 51573 + - uid: 63693 components: - type: Transform pos: -329.5,-7.5 parent: 1 - - uid: 51574 + - uid: 63694 components: - type: Transform pos: -329.5,-8.5 parent: 1 - - uid: 51575 + - uid: 63695 components: - type: Transform pos: -329.5,-9.5 parent: 1 - - uid: 51576 + - uid: 63696 components: - type: Transform pos: -329.5,-10.5 parent: 1 - - uid: 51577 + - uid: 63697 components: - type: Transform pos: -329.5,-11.5 parent: 1 - - uid: 51578 + - uid: 63698 components: - type: Transform pos: -329.5,-12.5 parent: 1 - - uid: 51579 + - uid: 63699 components: - type: Transform pos: -329.5,-13.5 parent: 1 - - uid: 51580 + - uid: 63700 components: - type: Transform pos: -329.5,-14.5 parent: 1 - - uid: 51581 + - uid: 63701 components: - type: Transform pos: -329.5,-15.5 parent: 1 - - uid: 51582 + - uid: 63702 components: - type: Transform pos: -329.5,-16.5 parent: 1 - - uid: 51583 + - uid: 63703 components: - type: Transform pos: -329.5,-17.5 parent: 1 - - uid: 51584 + - uid: 63704 components: - type: Transform pos: -329.5,-18.5 parent: 1 - - uid: 51585 + - uid: 63705 components: - type: Transform pos: -329.5,-19.5 parent: 1 - - uid: 51586 + - uid: 63706 components: - type: Transform pos: -329.5,-20.5 parent: 1 - - uid: 51587 + - uid: 63707 components: - type: Transform pos: -329.5,-21.5 parent: 1 - - uid: 51588 + - uid: 63708 components: - type: Transform pos: -329.5,-22.5 parent: 1 - - uid: 51589 + - uid: 63709 components: - type: Transform pos: -329.5,-23.5 parent: 1 - - uid: 51590 + - uid: 63710 components: - type: Transform pos: -329.5,-24.5 parent: 1 - - uid: 51591 + - uid: 63711 components: - type: Transform pos: -329.5,-25.5 parent: 1 - - uid: 51592 + - uid: 63712 components: - type: Transform pos: -329.5,-26.5 parent: 1 - - uid: 51593 + - uid: 63713 components: - type: Transform anchored: False pos: -328.5,69.5 parent: 1 - - uid: 51594 + - uid: 63714 components: - type: Transform anchored: False pos: -328.5,68.5 parent: 1 - - uid: 51595 + - uid: 63715 components: - type: Transform anchored: False pos: -328.5,67.5 parent: 1 - - uid: 51596 + - uid: 63716 components: - type: Transform anchored: False pos: -328.5,66.5 parent: 1 - - uid: 51597 + - uid: 63717 components: - type: Transform anchored: False pos: -328.5,65.5 parent: 1 - - uid: 51598 + - uid: 63718 components: - type: Transform anchored: False pos: -328.5,64.5 parent: 1 - - uid: 51599 + - uid: 63719 components: - type: Transform anchored: False pos: -328.5,63.5 parent: 1 - - uid: 51600 + - uid: 63720 components: - type: Transform anchored: False pos: -328.5,62.5 parent: 1 - - uid: 51601 + - uid: 63721 components: - type: Transform anchored: False pos: -328.5,61.5 parent: 1 - - uid: 51602 + - uid: 63722 components: - type: Transform anchored: False pos: -328.5,60.5 parent: 1 - - uid: 51603 + - uid: 63723 components: - type: Transform anchored: False pos: -328.5,59.5 parent: 1 - - uid: 51604 + - uid: 63724 components: - type: Transform pos: -328.5,58.5 parent: 1 - - uid: 51605 + - uid: 63725 components: - type: Transform anchored: False pos: -328.5,57.5 parent: 1 - - uid: 51606 + - uid: 63726 components: - type: Transform anchored: False pos: -328.5,56.5 parent: 1 - - uid: 51607 + - uid: 63727 components: - type: Transform anchored: False pos: -328.5,55.5 parent: 1 - - uid: 51608 + - uid: 63728 components: - type: Transform anchored: False pos: -328.5,54.5 parent: 1 - - uid: 51609 + - uid: 63729 components: - type: Transform anchored: False pos: -328.5,53.5 parent: 1 - - uid: 51610 + - uid: 63730 components: - type: Transform anchored: False pos: -328.5,52.5 parent: 1 - - uid: 51611 + - uid: 63731 components: - type: Transform anchored: False pos: -328.5,51.5 parent: 1 - - uid: 51612 + - uid: 63732 components: - type: Transform anchored: False pos: -328.5,50.5 parent: 1 - - uid: 51613 + - uid: 63733 components: - type: Transform anchored: False pos: -328.5,49.5 parent: 1 - - uid: 51614 + - uid: 63734 components: - type: Transform anchored: False pos: -328.5,48.5 parent: 1 - - uid: 51615 + - uid: 63735 components: - type: Transform anchored: False pos: -328.5,47.5 parent: 1 - - uid: 51616 + - uid: 63736 components: - type: Transform anchored: False pos: -328.5,46.5 parent: 1 - - uid: 51617 + - uid: 63737 components: - type: Transform anchored: False pos: -328.5,45.5 parent: 1 - - uid: 51618 + - uid: 63738 components: - type: Transform anchored: False pos: -328.5,44.5 parent: 1 - - uid: 51619 + - uid: 63739 components: - type: Transform anchored: False pos: -328.5,43.5 parent: 1 - - uid: 51620 + - uid: 63740 components: - type: Transform anchored: False pos: -328.5,42.5 parent: 1 - - uid: 51621 + - uid: 63741 components: - type: Transform anchored: False pos: -328.5,41.5 parent: 1 - - uid: 51622 + - uid: 63742 components: - type: Transform anchored: False pos: -328.5,40.5 parent: 1 - - uid: 51623 + - uid: 63743 components: - type: Transform anchored: False pos: -328.5,39.5 parent: 1 - - uid: 51624 + - uid: 63744 components: - type: Transform anchored: False pos: -328.5,38.5 parent: 1 - - uid: 51625 + - uid: 63745 components: - type: Transform anchored: False pos: -328.5,37.5 parent: 1 - - uid: 51626 + - uid: 63746 components: - type: Transform anchored: False pos: -328.5,36.5 parent: 1 - - uid: 51627 + - uid: 63747 components: - type: Transform anchored: False pos: -328.5,35.5 parent: 1 - - uid: 51628 + - uid: 63748 components: - type: Transform anchored: False pos: -328.5,34.5 parent: 1 - - uid: 51629 + - uid: 63749 components: - type: Transform anchored: False pos: -328.5,33.5 parent: 1 - - uid: 51630 + - uid: 63750 components: - type: Transform anchored: False pos: -328.5,32.5 parent: 1 - - uid: 51631 + - uid: 63751 components: - type: Transform anchored: False pos: -328.5,31.5 parent: 1 - - uid: 51632 + - uid: 63752 components: - type: Transform anchored: False pos: -328.5,30.5 parent: 1 - - uid: 51633 + - uid: 63753 components: - type: Transform anchored: False pos: -328.5,29.5 parent: 1 - - uid: 51634 + - uid: 63754 components: - type: Transform pos: -328.5,28.5 parent: 1 - - uid: 51635 + - uid: 63755 components: - type: Transform anchored: False pos: -328.5,27.5 parent: 1 - - uid: 51636 + - uid: 63756 components: - type: Transform anchored: False pos: -328.5,26.5 parent: 1 - - uid: 51637 + - uid: 63757 components: - type: Transform anchored: False pos: -328.5,25.5 parent: 1 - - uid: 51638 + - uid: 63758 components: - type: Transform anchored: False pos: -328.5,24.5 parent: 1 - - uid: 51639 + - uid: 63759 components: - type: Transform pos: -328.5,23.5 parent: 1 - - uid: 51640 + - uid: 63760 components: - type: Transform pos: -328.5,22.5 parent: 1 - - uid: 51641 + - uid: 63761 components: - type: Transform pos: -328.5,21.5 parent: 1 - - uid: 51642 + - uid: 63762 components: - type: Transform pos: -328.5,20.5 parent: 1 - - uid: 51643 + - uid: 63763 components: - type: Transform pos: -328.5,19.5 parent: 1 - - uid: 51644 + - uid: 63764 components: - type: Transform pos: -328.5,18.5 parent: 1 - - uid: 51645 + - uid: 63765 components: - type: Transform pos: -328.5,17.5 parent: 1 - - uid: 51646 + - uid: 63766 components: - type: Transform pos: -328.5,16.5 parent: 1 - - uid: 51647 + - uid: 63767 components: - type: Transform pos: -328.5,15.5 parent: 1 - - uid: 51648 + - uid: 63768 components: - type: Transform pos: -328.5,14.5 parent: 1 - - uid: 51649 + - uid: 63769 components: - type: Transform pos: -328.5,13.5 parent: 1 - - uid: 51650 + - uid: 63770 components: - type: Transform pos: -328.5,12.5 parent: 1 - - uid: 51651 + - uid: 63771 components: - type: Transform pos: -328.5,11.5 parent: 1 - - uid: 51652 + - uid: 63772 components: - type: Transform pos: -328.5,10.5 parent: 1 - - uid: 51653 + - uid: 63773 components: - type: Transform pos: -328.5,9.5 parent: 1 - - uid: 51654 + - uid: 63774 components: - type: Transform pos: -328.5,8.5 parent: 1 - - uid: 51655 + - uid: 63775 components: - type: Transform pos: -328.5,7.5 parent: 1 - - uid: 51656 + - uid: 63776 components: - type: Transform pos: -328.5,6.5 parent: 1 - - uid: 51657 + - uid: 63777 components: - type: Transform pos: -328.5,5.5 parent: 1 - - uid: 51658 + - uid: 63778 components: - type: Transform pos: -328.5,4.5 parent: 1 - - uid: 51659 + - uid: 63779 components: - type: Transform pos: -328.5,3.5 parent: 1 - - uid: 51660 + - uid: 63780 components: - type: Transform pos: -328.5,2.5 parent: 1 - - uid: 51661 + - uid: 63781 components: - type: Transform pos: -328.5,1.5 parent: 1 - - uid: 51662 + - uid: 63782 components: - type: Transform pos: -328.5,0.5 parent: 1 - - uid: 51663 + - uid: 63783 components: - type: Transform pos: -328.5,-0.5 parent: 1 - - uid: 51664 + - uid: 63784 components: - type: Transform pos: -328.5,-1.5 parent: 1 - - uid: 51665 + - uid: 63785 components: - type: Transform pos: -328.5,-2.5 parent: 1 - - uid: 51666 + - uid: 63786 components: - type: Transform pos: -328.5,-3.5 parent: 1 - - uid: 51667 + - uid: 63787 components: - type: Transform pos: -328.5,-4.5 parent: 1 - - uid: 51668 + - uid: 63788 components: - type: Transform pos: -328.5,-5.5 parent: 1 - - uid: 51669 + - uid: 63789 components: - type: Transform pos: -328.5,-6.5 parent: 1 - - uid: 51670 + - uid: 63790 components: - type: Transform pos: -328.5,-7.5 parent: 1 - - uid: 51671 + - uid: 63791 components: - type: Transform pos: -328.5,-8.5 parent: 1 - - uid: 51672 + - uid: 63792 components: - type: Transform pos: -328.5,-9.5 parent: 1 - - uid: 51673 + - uid: 63793 components: - type: Transform pos: -328.5,-10.5 parent: 1 - - uid: 51674 + - uid: 63794 components: - type: Transform pos: -328.5,-11.5 parent: 1 - - uid: 51675 + - uid: 63795 components: - type: Transform pos: -328.5,-12.5 parent: 1 - - uid: 51676 + - uid: 63796 components: - type: Transform pos: -328.5,-13.5 parent: 1 - - uid: 51677 + - uid: 63797 components: - type: Transform pos: -328.5,-14.5 parent: 1 - - uid: 51678 + - uid: 63798 components: - type: Transform pos: -328.5,-15.5 parent: 1 - - uid: 51679 + - uid: 63799 components: - type: Transform pos: -328.5,-16.5 parent: 1 - - uid: 51680 + - uid: 63800 components: - type: Transform pos: -328.5,-17.5 parent: 1 - - uid: 51681 + - uid: 63801 components: - type: Transform pos: -328.5,-18.5 parent: 1 - - uid: 51682 + - uid: 63802 components: - type: Transform pos: -328.5,-19.5 parent: 1 - - uid: 51683 + - uid: 63803 components: - type: Transform pos: -328.5,-20.5 parent: 1 - - uid: 51684 + - uid: 63804 components: - type: Transform pos: -328.5,-21.5 parent: 1 - - uid: 51685 + - uid: 63805 components: - type: Transform pos: -328.5,-22.5 parent: 1 - - uid: 51686 + - uid: 63806 components: - type: Transform pos: -328.5,-23.5 parent: 1 - - uid: 51687 + - uid: 63807 components: - type: Transform pos: -328.5,-24.5 parent: 1 - - uid: 51688 + - uid: 63808 components: - type: Transform pos: -328.5,-25.5 parent: 1 - - uid: 51689 + - uid: 63809 components: - type: Transform pos: -328.5,-26.5 parent: 1 - - uid: 51690 + - uid: 63810 components: - type: Transform anchored: False pos: -327.5,69.5 parent: 1 - - uid: 51691 + - uid: 63811 components: - type: Transform anchored: False pos: -327.5,68.5 parent: 1 - - uid: 51692 + - uid: 63812 components: - type: Transform anchored: False pos: -327.5,67.5 parent: 1 - - uid: 51693 + - uid: 63813 components: - type: Transform anchored: False pos: -327.5,66.5 parent: 1 - - uid: 51694 + - uid: 63814 components: - type: Transform anchored: False pos: -327.5,65.5 parent: 1 - - uid: 51695 + - uid: 63815 components: - type: Transform anchored: False pos: -327.5,64.5 parent: 1 - - uid: 51696 + - uid: 63816 components: - type: Transform anchored: False pos: -327.5,63.5 parent: 1 - - uid: 51697 + - uid: 63817 components: - type: Transform anchored: False pos: -327.5,62.5 parent: 1 - - uid: 51698 + - uid: 63818 components: - type: Transform anchored: False pos: -327.5,61.5 parent: 1 - - uid: 51699 + - uid: 63819 components: - type: Transform anchored: False pos: -327.5,60.5 parent: 1 - - uid: 51700 + - uid: 63820 components: - type: Transform anchored: False pos: -327.5,59.5 parent: 1 - - uid: 51701 + - uid: 63821 components: - type: Transform anchored: False pos: -327.5,58.5 parent: 1 - - uid: 51702 + - uid: 63822 components: - type: Transform anchored: False pos: -327.5,57.5 parent: 1 - - uid: 51703 + - uid: 63823 components: - type: Transform anchored: False pos: -327.5,56.5 parent: 1 - - uid: 51704 + - uid: 63824 components: - type: Transform anchored: False pos: -327.5,55.5 parent: 1 - - uid: 51705 + - uid: 63825 components: - type: Transform anchored: False pos: -327.5,54.5 parent: 1 - - uid: 51706 + - uid: 63826 components: - type: Transform anchored: False pos: -327.5,53.5 parent: 1 - - uid: 51707 + - uid: 63827 components: - type: Transform anchored: False pos: -327.5,52.5 parent: 1 - - uid: 51708 + - uid: 63828 components: - type: Transform anchored: False pos: -327.5,51.5 parent: 1 - - uid: 51709 + - uid: 63829 components: - type: Transform anchored: False pos: -327.5,50.5 parent: 1 - - uid: 51710 + - uid: 63830 components: - type: Transform anchored: False pos: -327.5,49.5 parent: 1 - - uid: 51711 + - uid: 63831 components: - type: Transform anchored: False pos: -327.5,48.5 parent: 1 - - uid: 51712 + - uid: 63832 components: - type: Transform anchored: False pos: -327.5,47.5 parent: 1 - - uid: 51713 + - uid: 63833 components: - type: Transform anchored: False pos: -327.5,46.5 parent: 1 - - uid: 51714 + - uid: 63834 components: - type: Transform anchored: False pos: -327.5,45.5 parent: 1 - - uid: 51715 + - uid: 63835 components: - type: Transform anchored: False pos: -327.5,44.5 parent: 1 - - uid: 51716 + - uid: 63836 components: - type: Transform anchored: False pos: -327.5,43.5 parent: 1 - - uid: 51717 + - uid: 63837 components: - type: Transform anchored: False pos: -327.5,42.5 parent: 1 - - uid: 51718 + - uid: 63838 components: - type: Transform anchored: False pos: -327.5,41.5 parent: 1 - - uid: 51719 + - uid: 63839 components: - type: Transform anchored: False pos: -327.5,40.5 parent: 1 - - uid: 51720 + - uid: 63840 components: - type: Transform anchored: False pos: -327.5,39.5 parent: 1 - - uid: 51721 + - uid: 63841 components: - type: Transform anchored: False pos: -327.5,38.5 parent: 1 - - uid: 51722 + - uid: 63842 components: - type: Transform anchored: False pos: -327.5,37.5 parent: 1 - - uid: 51723 + - uid: 63843 components: - type: Transform anchored: False pos: -327.5,36.5 parent: 1 - - uid: 51724 + - uid: 63844 components: - type: Transform anchored: False pos: -327.5,35.5 parent: 1 - - uid: 51725 + - uid: 63845 components: - type: Transform anchored: False pos: -327.5,34.5 parent: 1 - - uid: 51726 + - uid: 63846 components: - type: Transform anchored: False pos: -327.5,33.5 parent: 1 - - uid: 51727 + - uid: 63847 components: - type: Transform anchored: False pos: -327.5,32.5 parent: 1 - - uid: 51728 + - uid: 63848 components: - type: Transform anchored: False pos: -327.5,31.5 parent: 1 - - uid: 51729 + - uid: 63849 components: - type: Transform anchored: False pos: -327.5,30.5 parent: 1 - - uid: 51730 + - uid: 63850 components: - type: Transform anchored: False pos: -327.5,29.5 parent: 1 - - uid: 51731 + - uid: 63851 components: - type: Transform anchored: False pos: -327.5,28.5 parent: 1 - - uid: 51732 + - uid: 63852 components: - type: Transform anchored: False pos: -327.5,27.5 parent: 1 - - uid: 51733 + - uid: 63853 components: - type: Transform anchored: False pos: -327.5,26.5 parent: 1 - - uid: 51734 + - uid: 63854 components: - type: Transform anchored: False pos: -327.5,25.5 parent: 1 - - uid: 51735 + - uid: 63855 components: - type: Transform anchored: False pos: -327.5,24.5 parent: 1 - - uid: 51736 + - uid: 63856 components: - type: Transform pos: -327.5,23.5 parent: 1 - - uid: 51737 + - uid: 63857 components: - type: Transform pos: -327.5,22.5 parent: 1 - - uid: 51738 + - uid: 63858 components: - type: Transform pos: -327.5,21.5 parent: 1 - - uid: 51739 + - uid: 63859 components: - type: Transform pos: -327.5,20.5 parent: 1 - - uid: 51740 + - uid: 63860 components: - type: Transform pos: -327.5,19.5 parent: 1 - - uid: 51741 + - uid: 63861 components: - type: Transform pos: -327.5,18.5 parent: 1 - - uid: 51742 + - uid: 63862 components: - type: Transform pos: -327.5,17.5 parent: 1 - - uid: 51743 + - uid: 63863 components: - type: Transform pos: -327.5,16.5 parent: 1 - - uid: 51744 + - uid: 63864 components: - type: Transform pos: -327.5,15.5 parent: 1 - - uid: 51745 + - uid: 63865 components: - type: Transform pos: -327.5,14.5 parent: 1 - - uid: 51746 + - uid: 63866 components: - type: Transform pos: -327.5,13.5 parent: 1 - - uid: 51747 + - uid: 63867 components: - type: Transform pos: -327.5,12.5 parent: 1 - - uid: 51748 + - uid: 63868 components: - type: Transform pos: -327.5,11.5 parent: 1 - - uid: 51749 + - uid: 63869 components: - type: Transform pos: -327.5,10.5 parent: 1 - - uid: 51750 + - uid: 63870 components: - type: Transform pos: -327.5,9.5 parent: 1 - - uid: 51751 + - uid: 63871 components: - type: Transform pos: -327.5,8.5 parent: 1 - - uid: 51752 + - uid: 63872 components: - type: Transform pos: -327.5,7.5 parent: 1 - - uid: 51753 + - uid: 63873 components: - type: Transform pos: -327.5,6.5 parent: 1 - - uid: 51754 + - uid: 63874 components: - type: Transform pos: -327.5,5.5 parent: 1 - - uid: 51755 + - uid: 63875 components: - type: Transform pos: -327.5,4.5 parent: 1 - - uid: 51756 + - uid: 63876 components: - type: Transform pos: -327.5,3.5 parent: 1 - - uid: 51757 + - uid: 63877 components: - type: Transform pos: -327.5,2.5 parent: 1 - - uid: 51758 + - uid: 63878 components: - type: Transform pos: -327.5,1.5 parent: 1 - - uid: 51759 + - uid: 63879 components: - type: Transform pos: -327.5,0.5 parent: 1 - - uid: 51760 + - uid: 63880 components: - type: Transform pos: -327.5,-0.5 parent: 1 - - uid: 51761 + - uid: 63881 components: - type: Transform pos: -327.5,-1.5 parent: 1 - - uid: 51762 + - uid: 63882 components: - type: Transform pos: -327.5,-2.5 parent: 1 - - uid: 51763 + - uid: 63883 components: - type: Transform pos: -327.5,-3.5 parent: 1 - - uid: 51764 + - uid: 63884 components: - type: Transform pos: -327.5,-4.5 parent: 1 - - uid: 51765 + - uid: 63885 components: - type: Transform pos: -327.5,-5.5 parent: 1 - - uid: 51766 + - uid: 63886 components: - type: Transform pos: -327.5,-6.5 parent: 1 - - uid: 51767 + - uid: 63887 components: - type: Transform pos: -327.5,-7.5 parent: 1 - - uid: 51768 + - uid: 63888 components: - type: Transform pos: -327.5,-8.5 parent: 1 - - uid: 51769 + - uid: 63889 components: - type: Transform pos: -327.5,-9.5 parent: 1 - - uid: 51770 + - uid: 63890 components: - type: Transform pos: -327.5,-10.5 parent: 1 - - uid: 51771 + - uid: 63891 components: - type: Transform pos: -327.5,-11.5 parent: 1 - - uid: 51772 + - uid: 63892 components: - type: Transform pos: -327.5,-12.5 parent: 1 - - uid: 51773 + - uid: 63893 components: - type: Transform pos: -327.5,-13.5 parent: 1 - - uid: 51774 + - uid: 63894 components: - type: Transform pos: -327.5,-14.5 parent: 1 - - uid: 51775 + - uid: 63895 components: - type: Transform pos: -327.5,-15.5 parent: 1 - - uid: 51776 + - uid: 63896 components: - type: Transform pos: -327.5,-16.5 parent: 1 - - uid: 51777 + - uid: 63897 components: - type: Transform pos: -327.5,-17.5 parent: 1 - - uid: 51778 + - uid: 63898 components: - type: Transform pos: -327.5,-18.5 parent: 1 - - uid: 51779 + - uid: 63899 components: - type: Transform pos: -327.5,-19.5 parent: 1 - - uid: 51780 + - uid: 63900 components: - type: Transform pos: -327.5,-20.5 parent: 1 - - uid: 51781 + - uid: 63901 components: - type: Transform pos: -327.5,-21.5 parent: 1 - - uid: 51782 + - uid: 63902 components: - type: Transform pos: -327.5,-22.5 parent: 1 - - uid: 51783 + - uid: 63903 components: - type: Transform pos: -327.5,-23.5 parent: 1 - - uid: 51784 + - uid: 63904 components: - type: Transform pos: -327.5,-24.5 parent: 1 - - uid: 51785 + - uid: 63905 components: - type: Transform pos: -327.5,-25.5 parent: 1 - - uid: 51786 + - uid: 63906 components: - type: Transform pos: -327.5,-26.5 parent: 1 - - uid: 51787 + - uid: 63907 components: - type: Transform anchored: False pos: -326.5,69.5 parent: 1 - - uid: 51788 + - uid: 63908 components: - type: Transform anchored: False pos: -326.5,68.5 parent: 1 - - uid: 51789 + - uid: 63909 components: - type: Transform anchored: False pos: -326.5,67.5 parent: 1 - - uid: 51790 + - uid: 63910 components: - type: Transform anchored: False pos: -326.5,66.5 parent: 1 - - uid: 51791 + - uid: 63911 components: - type: Transform anchored: False pos: -326.5,65.5 parent: 1 - - uid: 51792 + - uid: 63912 components: - type: Transform anchored: False pos: -326.5,64.5 parent: 1 - - uid: 51793 + - uid: 63913 components: - type: Transform anchored: False pos: -326.5,63.5 parent: 1 - - uid: 51794 + - uid: 63914 components: - type: Transform anchored: False pos: -326.5,62.5 parent: 1 - - uid: 51795 + - uid: 63915 components: - type: Transform anchored: False pos: -326.5,61.5 parent: 1 - - uid: 51796 + - uid: 63916 components: - type: Transform anchored: False pos: -326.5,60.5 parent: 1 - - uid: 51797 + - uid: 63917 components: - type: Transform anchored: False pos: -326.5,59.5 parent: 1 - - uid: 51798 + - uid: 63918 components: - type: Transform anchored: False pos: -326.5,58.5 parent: 1 - - uid: 51799 + - uid: 63919 components: - type: Transform anchored: False pos: -326.5,57.5 parent: 1 - - uid: 51800 + - uid: 63920 components: - type: Transform anchored: False pos: -326.5,56.5 parent: 1 - - uid: 51801 + - uid: 63921 components: - type: Transform anchored: False pos: -326.5,55.5 parent: 1 - - uid: 51802 + - uid: 63922 components: - type: Transform anchored: False pos: -326.5,54.5 parent: 1 - - uid: 51803 + - uid: 63923 components: - type: Transform anchored: False pos: -326.5,53.5 parent: 1 - - uid: 51804 + - uid: 63924 components: - type: Transform anchored: False pos: -326.5,52.5 parent: 1 - - uid: 51805 + - uid: 63925 components: - type: Transform anchored: False pos: -326.5,51.5 parent: 1 - - uid: 51806 + - uid: 63926 components: - type: Transform anchored: False pos: -326.5,50.5 parent: 1 - - uid: 51807 + - uid: 63927 components: - type: Transform anchored: False pos: -326.5,49.5 parent: 1 - - uid: 51808 + - uid: 63928 components: - type: Transform anchored: False pos: -326.5,48.5 parent: 1 - - uid: 51809 + - uid: 63929 components: - type: Transform anchored: False pos: -326.5,47.5 parent: 1 - - uid: 51810 + - uid: 63930 components: - type: Transform anchored: False pos: -326.5,46.5 parent: 1 - - uid: 51811 + - uid: 63931 components: - type: Transform anchored: False pos: -326.5,45.5 parent: 1 - - uid: 51812 + - uid: 63932 components: - type: Transform anchored: False pos: -326.5,44.5 parent: 1 - - uid: 51813 + - uid: 63933 components: - type: Transform anchored: False pos: -326.5,43.5 parent: 1 - - uid: 51814 + - uid: 63934 components: - type: Transform anchored: False pos: -326.5,42.5 parent: 1 - - uid: 51815 + - uid: 63935 components: - type: Transform anchored: False pos: -326.5,41.5 parent: 1 - - uid: 51816 + - uid: 63936 components: - type: Transform anchored: False pos: -326.5,40.5 parent: 1 - - uid: 51817 + - uid: 63937 components: - type: Transform anchored: False pos: -326.5,39.5 parent: 1 - - uid: 51818 + - uid: 63938 components: - type: Transform anchored: False pos: -326.5,38.5 parent: 1 - - uid: 51819 + - uid: 63939 components: - type: Transform anchored: False pos: -326.5,37.5 parent: 1 - - uid: 51820 + - uid: 63940 components: - type: Transform anchored: False pos: -326.5,36.5 parent: 1 - - uid: 51821 + - uid: 63941 components: - type: Transform anchored: False pos: -326.5,35.5 parent: 1 - - uid: 51822 + - uid: 63942 components: - type: Transform anchored: False pos: -326.5,34.5 parent: 1 - - uid: 51823 + - uid: 63943 components: - type: Transform anchored: False pos: -326.5,33.5 parent: 1 - - uid: 51824 + - uid: 63944 components: - type: Transform anchored: False pos: -326.5,32.5 parent: 1 - - uid: 51825 + - uid: 63945 components: - type: Transform anchored: False pos: -326.5,31.5 parent: 1 - - uid: 51826 + - uid: 63946 components: - type: Transform anchored: False pos: -326.5,30.5 parent: 1 - - uid: 51827 + - uid: 63947 components: - type: Transform anchored: False pos: -326.5,29.5 parent: 1 - - uid: 51828 + - uid: 63948 components: - type: Transform anchored: False pos: -326.5,28.5 parent: 1 - - uid: 51829 + - uid: 63949 components: - type: Transform anchored: False pos: -326.5,27.5 parent: 1 - - uid: 51830 + - uid: 63950 components: - type: Transform anchored: False pos: -326.5,26.5 parent: 1 - - uid: 51831 + - uid: 63951 components: - type: Transform anchored: False pos: -326.5,25.5 parent: 1 - - uid: 51832 + - uid: 63952 components: - type: Transform anchored: False pos: -326.5,24.5 parent: 1 - - uid: 51833 + - uid: 63953 components: - type: Transform pos: -326.5,23.5 parent: 1 - - uid: 51834 + - uid: 63954 components: - type: Transform pos: -326.5,22.5 parent: 1 - - uid: 51835 + - uid: 63955 components: - type: Transform pos: -326.5,21.5 parent: 1 - - uid: 51836 + - uid: 63956 components: - type: Transform pos: -326.5,20.5 parent: 1 - - uid: 51837 + - uid: 63957 components: - type: Transform pos: -326.5,19.5 parent: 1 - - uid: 51838 + - uid: 63958 components: - type: Transform pos: -326.5,18.5 parent: 1 - - uid: 51839 + - uid: 63959 components: - type: Transform pos: -326.5,17.5 parent: 1 - - uid: 51840 + - uid: 63960 components: - type: Transform pos: -326.5,16.5 parent: 1 - - uid: 51841 + - uid: 63961 components: - type: Transform pos: -326.5,15.5 parent: 1 - - uid: 51842 + - uid: 63962 components: - type: Transform pos: -326.5,14.5 parent: 1 - - uid: 51843 + - uid: 63963 components: - type: Transform pos: -326.5,13.5 parent: 1 - - uid: 51844 + - uid: 63964 components: - type: Transform pos: -326.5,12.5 parent: 1 - - uid: 51845 + - uid: 63965 components: - type: Transform pos: -326.5,11.5 parent: 1 - - uid: 51846 + - uid: 63966 components: - type: Transform pos: -326.5,10.5 parent: 1 - - uid: 51847 + - uid: 63967 components: - type: Transform pos: -326.5,9.5 parent: 1 - - uid: 51848 + - uid: 63968 components: - type: Transform pos: -326.5,8.5 parent: 1 - - uid: 51849 + - uid: 63969 components: - type: Transform pos: -326.5,7.5 parent: 1 - - uid: 51850 + - uid: 63970 components: - type: Transform pos: -326.5,6.5 parent: 1 - - uid: 51851 + - uid: 63971 components: - type: Transform pos: -326.5,5.5 parent: 1 - - uid: 51852 + - uid: 63972 components: - type: Transform pos: -326.5,4.5 parent: 1 - - uid: 51853 + - uid: 63973 components: - type: Transform pos: -326.5,3.5 parent: 1 - - uid: 51854 + - uid: 63974 components: - type: Transform pos: -326.5,2.5 parent: 1 - - uid: 51855 + - uid: 63975 components: - type: Transform pos: -326.5,1.5 parent: 1 - - uid: 51856 + - uid: 63976 components: - type: Transform pos: -326.5,0.5 parent: 1 - - uid: 51857 + - uid: 63977 components: - type: Transform pos: -326.5,-0.5 parent: 1 - - uid: 51858 + - uid: 63978 components: - type: Transform pos: -326.5,-1.5 parent: 1 - - uid: 51859 + - uid: 63979 components: - type: Transform pos: -326.5,-2.5 parent: 1 - - uid: 51860 + - uid: 63980 components: - type: Transform pos: -326.5,-3.5 parent: 1 - - uid: 51861 + - uid: 63981 components: - type: Transform pos: -326.5,-4.5 parent: 1 - - uid: 51862 + - uid: 63982 components: - type: Transform pos: -326.5,-5.5 parent: 1 - - uid: 51863 + - uid: 63983 components: - type: Transform pos: -326.5,-6.5 parent: 1 - - uid: 51864 + - uid: 63984 components: - type: Transform pos: -326.5,-7.5 parent: 1 - - uid: 51865 + - uid: 63985 components: - type: Transform pos: -326.5,-8.5 parent: 1 - - uid: 51866 + - uid: 63986 components: - type: Transform pos: -326.5,-9.5 parent: 1 - - uid: 51867 + - uid: 63987 components: - type: Transform pos: -326.5,-10.5 parent: 1 - - uid: 51868 + - uid: 63988 components: - type: Transform pos: -326.5,-11.5 parent: 1 - - uid: 51869 + - uid: 63989 components: - type: Transform pos: -326.5,-12.5 parent: 1 - - uid: 51870 + - uid: 63990 components: - type: Transform pos: -326.5,-13.5 parent: 1 - - uid: 51871 + - uid: 63991 components: - type: Transform pos: -326.5,-14.5 parent: 1 - - uid: 51872 + - uid: 63992 components: - type: Transform pos: -326.5,-15.5 parent: 1 - - uid: 51873 + - uid: 63993 components: - type: Transform pos: -326.5,-16.5 parent: 1 - - uid: 51874 + - uid: 63994 components: - type: Transform pos: -326.5,-17.5 parent: 1 - - uid: 51875 + - uid: 63995 components: - type: Transform pos: -326.5,-18.5 parent: 1 - - uid: 51876 + - uid: 63996 components: - type: Transform pos: -326.5,-19.5 parent: 1 - - uid: 51877 + - uid: 63997 components: - type: Transform pos: -326.5,-20.5 parent: 1 - - uid: 51878 + - uid: 63998 components: - type: Transform pos: -326.5,-21.5 parent: 1 - - uid: 51879 + - uid: 63999 components: - type: Transform pos: -326.5,-22.5 parent: 1 - - uid: 51880 + - uid: 64000 components: - type: Transform pos: -326.5,-23.5 parent: 1 - - uid: 51881 + - uid: 64001 components: - type: Transform pos: -326.5,-24.5 parent: 1 - - uid: 51882 + - uid: 64002 components: - type: Transform pos: -326.5,-25.5 parent: 1 - - uid: 51883 + - uid: 64003 components: - type: Transform pos: -326.5,-26.5 parent: 1 - - uid: 51884 + - uid: 64004 components: - type: Transform anchored: False pos: -325.5,69.5 parent: 1 - - uid: 51885 + - uid: 64005 components: - type: Transform anchored: False pos: -325.5,68.5 parent: 1 - - uid: 51886 + - uid: 64006 components: - type: Transform anchored: False pos: -325.5,67.5 parent: 1 - - uid: 51887 + - uid: 64007 components: - type: Transform anchored: False pos: -325.5,66.5 parent: 1 - - uid: 51888 + - uid: 64008 components: - type: Transform anchored: False pos: -325.5,65.5 parent: 1 - - uid: 51889 + - uid: 64009 components: - type: Transform anchored: False pos: -325.5,64.5 parent: 1 - - uid: 51890 + - uid: 64010 components: - type: Transform anchored: False pos: -325.5,63.5 parent: 1 - - uid: 51891 + - uid: 64011 components: - type: Transform anchored: False pos: -325.5,62.5 parent: 1 - - uid: 51892 + - uid: 64012 components: - type: Transform anchored: False pos: -325.5,61.5 parent: 1 - - uid: 51893 + - uid: 64013 components: - type: Transform anchored: False pos: -325.5,60.5 parent: 1 - - uid: 51894 + - uid: 64014 components: - type: Transform anchored: False pos: -325.5,59.5 parent: 1 - - uid: 51895 + - uid: 64015 components: - type: Transform anchored: False pos: -325.5,58.5 parent: 1 - - uid: 51896 + - uid: 64016 components: - type: Transform anchored: False pos: -325.5,57.5 parent: 1 - - uid: 51897 + - uid: 64017 components: - type: Transform pos: -325.5,56.5 parent: 1 - - uid: 51898 + - uid: 64018 components: - type: Transform anchored: False pos: -325.5,55.5 parent: 1 - - uid: 51899 + - uid: 64019 components: - type: Transform anchored: False pos: -325.5,54.5 parent: 1 - - uid: 51900 + - uid: 64020 components: - type: Transform anchored: False pos: -325.5,53.5 parent: 1 - - uid: 51901 + - uid: 64021 components: - type: Transform anchored: False pos: -325.5,52.5 parent: 1 - - uid: 51902 + - uid: 64022 components: - type: Transform anchored: False pos: -325.5,51.5 parent: 1 - - uid: 51903 + - uid: 64023 components: - type: Transform anchored: False pos: -325.5,50.5 parent: 1 - - uid: 51904 + - uid: 64024 components: - type: Transform anchored: False pos: -325.5,49.5 parent: 1 - - uid: 51905 + - uid: 64025 components: - type: Transform anchored: False pos: -325.5,48.5 parent: 1 - - uid: 51906 + - uid: 64026 components: - type: Transform anchored: False pos: -325.5,47.5 parent: 1 - - uid: 51907 + - uid: 64027 components: - type: Transform anchored: False pos: -325.5,46.5 parent: 1 - - uid: 51908 + - uid: 64028 components: - type: Transform anchored: False pos: -325.5,45.5 parent: 1 - - uid: 51909 + - uid: 64029 components: - type: Transform anchored: False pos: -325.5,44.5 parent: 1 - - uid: 51910 + - uid: 64030 components: - type: Transform anchored: False pos: -325.5,43.5 parent: 1 - - uid: 51911 + - uid: 64031 components: - type: Transform anchored: False pos: -325.5,42.5 parent: 1 - - uid: 51912 + - uid: 64032 components: - type: Transform anchored: False pos: -325.5,41.5 parent: 1 - - uid: 51913 + - uid: 64033 components: - type: Transform anchored: False pos: -325.5,40.5 parent: 1 - - uid: 51914 + - uid: 64034 components: - type: Transform anchored: False pos: -325.5,39.5 parent: 1 - - uid: 51915 + - uid: 64035 components: - type: Transform anchored: False pos: -325.5,38.5 parent: 1 - - uid: 51916 + - uid: 64036 components: - type: Transform anchored: False pos: -325.5,37.5 parent: 1 - - uid: 51917 + - uid: 64037 components: - type: Transform anchored: False pos: -325.5,36.5 parent: 1 - - uid: 51918 + - uid: 64038 components: - type: Transform anchored: False pos: -325.5,35.5 parent: 1 - - uid: 51919 + - uid: 64039 components: - type: Transform anchored: False pos: -325.5,34.5 parent: 1 - - uid: 51920 + - uid: 64040 components: - type: Transform anchored: False pos: -325.5,33.5 parent: 1 - - uid: 51921 + - uid: 64041 components: - type: Transform anchored: False pos: -325.5,32.5 parent: 1 - - uid: 51922 + - uid: 64042 components: - type: Transform anchored: False pos: -325.5,31.5 parent: 1 - - uid: 51923 + - uid: 64043 components: - type: Transform anchored: False pos: -325.5,30.5 parent: 1 - - uid: 51924 + - uid: 64044 components: - type: Transform anchored: False pos: -325.5,29.5 parent: 1 - - uid: 51925 + - uid: 64045 components: - type: Transform anchored: False pos: -325.5,28.5 parent: 1 - - uid: 51926 + - uid: 64046 components: - type: Transform anchored: False pos: -325.5,27.5 parent: 1 - - uid: 51927 + - uid: 64047 components: - type: Transform anchored: False pos: -325.5,26.5 parent: 1 - - uid: 51928 + - uid: 64048 components: - type: Transform anchored: False pos: -325.5,25.5 parent: 1 - - uid: 51929 + - uid: 64049 components: - type: Transform anchored: False pos: -325.5,24.5 parent: 1 - - uid: 51930 + - uid: 64050 components: - type: Transform pos: -325.5,23.5 parent: 1 - - uid: 51931 + - uid: 64051 components: - type: Transform pos: -325.5,22.5 parent: 1 - - uid: 51932 + - uid: 64052 components: - type: Transform pos: -325.5,21.5 parent: 1 - - uid: 51933 + - uid: 64053 components: - type: Transform pos: -325.5,20.5 parent: 1 - - uid: 51934 + - uid: 64054 components: - type: Transform pos: -325.5,19.5 parent: 1 - - uid: 51935 + - uid: 64055 components: - type: Transform pos: -325.5,18.5 parent: 1 - - uid: 51936 + - uid: 64056 components: - type: Transform pos: -325.5,17.5 parent: 1 - - uid: 51937 + - uid: 64057 components: - type: Transform pos: -325.5,16.5 parent: 1 - - uid: 51938 + - uid: 64058 components: - type: Transform pos: -325.5,15.5 parent: 1 - - uid: 51939 + - uid: 64059 components: - type: Transform pos: -325.5,14.5 parent: 1 - - uid: 51940 + - uid: 64060 components: - type: Transform pos: -325.5,13.5 parent: 1 - - uid: 51941 + - uid: 64061 components: - type: Transform pos: -325.5,12.5 parent: 1 - - uid: 51942 + - uid: 64062 components: - type: Transform pos: -325.5,11.5 parent: 1 - - uid: 51943 + - uid: 64063 components: - type: Transform pos: -325.5,10.5 parent: 1 - - uid: 51944 + - uid: 64064 components: - type: Transform pos: -325.5,9.5 parent: 1 - - uid: 51945 + - uid: 64065 components: - type: Transform pos: -325.5,8.5 parent: 1 - - uid: 51946 + - uid: 64066 components: - type: Transform pos: -325.5,7.5 parent: 1 - - uid: 51947 + - uid: 64067 components: - type: Transform pos: -325.5,6.5 parent: 1 - - uid: 51948 + - uid: 64068 components: - type: Transform pos: -325.5,5.5 parent: 1 - - uid: 51949 + - uid: 64069 components: - type: Transform pos: -325.5,4.5 parent: 1 - - uid: 51950 + - uid: 64070 components: - type: Transform pos: -325.5,3.5 parent: 1 - - uid: 51951 + - uid: 64071 components: - type: Transform pos: -325.5,2.5 parent: 1 - - uid: 51952 + - uid: 64072 components: - type: Transform pos: -325.5,1.5 parent: 1 - - uid: 51953 + - uid: 64073 components: - type: Transform pos: -325.5,0.5 parent: 1 - - uid: 51954 + - uid: 64074 components: - type: Transform pos: -325.5,-0.5 parent: 1 - - uid: 51955 + - uid: 64075 components: - type: Transform pos: -325.5,-1.5 parent: 1 - - uid: 51956 + - uid: 64076 components: - type: Transform pos: -325.5,-2.5 parent: 1 - - uid: 51957 + - uid: 64077 components: - type: Transform pos: -325.5,-3.5 parent: 1 - - uid: 51958 + - uid: 64078 components: - type: Transform pos: -325.5,-4.5 parent: 1 - - uid: 51959 + - uid: 64079 components: - type: Transform pos: -325.5,-5.5 parent: 1 - - uid: 51960 + - uid: 64080 components: - type: Transform pos: -325.5,-6.5 parent: 1 - - uid: 51961 + - uid: 64081 components: - type: Transform pos: -325.5,-7.5 parent: 1 - - uid: 51962 + - uid: 64082 components: - type: Transform pos: -325.5,-8.5 parent: 1 - - uid: 51963 + - uid: 64083 components: - type: Transform pos: -325.5,-9.5 parent: 1 - - uid: 51964 + - uid: 64084 components: - type: Transform pos: -325.5,-10.5 parent: 1 - - uid: 51965 + - uid: 64085 components: - type: Transform pos: -325.5,-11.5 parent: 1 - - uid: 51966 + - uid: 64086 components: - type: Transform pos: -325.5,-12.5 parent: 1 - - uid: 51967 + - uid: 64087 components: - type: Transform pos: -325.5,-13.5 parent: 1 - - uid: 51968 + - uid: 64088 components: - type: Transform pos: -325.5,-14.5 parent: 1 - - uid: 51969 + - uid: 64089 components: - type: Transform pos: -325.5,-15.5 parent: 1 - - uid: 51970 + - uid: 64090 components: - type: Transform pos: -325.5,-16.5 parent: 1 - - uid: 51971 + - uid: 64091 components: - type: Transform pos: -325.5,-17.5 parent: 1 - - uid: 51972 + - uid: 64092 components: - type: Transform pos: -325.5,-18.5 parent: 1 - - uid: 51973 + - uid: 64093 components: - type: Transform pos: -325.5,-19.5 parent: 1 - - uid: 51974 + - uid: 64094 components: - type: Transform pos: -325.5,-20.5 parent: 1 - - uid: 51975 + - uid: 64095 components: - type: Transform pos: -325.5,-21.5 parent: 1 - - uid: 51976 + - uid: 64096 components: - type: Transform pos: -325.5,-22.5 parent: 1 - - uid: 51977 + - uid: 64097 components: - type: Transform pos: -325.5,-23.5 parent: 1 - - uid: 51978 + - uid: 64098 components: - type: Transform pos: -325.5,-24.5 parent: 1 - - uid: 51979 + - uid: 64099 components: - type: Transform pos: -325.5,-25.5 parent: 1 - - uid: 51980 + - uid: 64100 components: - type: Transform pos: -325.5,-26.5 parent: 1 - - uid: 51981 + - uid: 64101 components: - type: Transform anchored: False pos: -324.5,69.5 parent: 1 - - uid: 51982 + - uid: 64102 components: - type: Transform anchored: False pos: -324.5,68.5 parent: 1 - - uid: 51983 + - uid: 64103 components: - type: Transform anchored: False pos: -324.5,67.5 parent: 1 - - uid: 51984 + - uid: 64104 components: - type: Transform anchored: False pos: -324.5,66.5 parent: 1 - - uid: 51985 + - uid: 64105 components: - type: Transform anchored: False pos: -324.5,65.5 parent: 1 - - uid: 51986 + - uid: 64106 components: - type: Transform anchored: False pos: -324.5,64.5 parent: 1 - - uid: 51987 + - uid: 64107 components: - type: Transform anchored: False pos: -324.5,63.5 parent: 1 - - uid: 51988 + - uid: 64108 components: - type: Transform anchored: False pos: -324.5,62.5 parent: 1 - - uid: 51989 + - uid: 64109 components: - type: Transform anchored: False pos: -324.5,61.5 parent: 1 - - uid: 51990 + - uid: 64110 components: - type: Transform anchored: False pos: -324.5,60.5 parent: 1 - - uid: 51991 + - uid: 64111 components: - type: Transform anchored: False pos: -324.5,59.5 parent: 1 - - uid: 51992 + - uid: 64112 components: - type: Transform anchored: False pos: -324.5,58.5 parent: 1 - - uid: 51993 + - uid: 64113 components: - type: Transform anchored: False pos: -324.5,57.5 parent: 1 - - uid: 51994 + - uid: 64114 components: - type: Transform anchored: False pos: -324.5,56.5 parent: 1 - - uid: 51995 + - uid: 64115 components: - type: Transform anchored: False pos: -324.5,55.5 parent: 1 - - uid: 51996 + - uid: 64116 components: - type: Transform anchored: False pos: -291.5,51.5 parent: 1 - - uid: 51997 + - uid: 64117 components: - type: Transform pos: -294.5,67.5 parent: 1 - - uid: 51999 + - uid: 64118 components: - type: Transform anchored: False pos: -324.5,51.5 parent: 1 - - uid: 52000 + - uid: 64119 components: - type: Transform anchored: False pos: -324.5,50.5 parent: 1 - - uid: 52001 + - uid: 64120 components: - type: Transform anchored: False pos: -324.5,49.5 parent: 1 - - uid: 52002 + - uid: 64121 components: - type: Transform anchored: False pos: -324.5,48.5 parent: 1 - - uid: 52003 + - uid: 64122 components: - type: Transform anchored: False pos: -324.5,47.5 parent: 1 - - uid: 52004 + - uid: 64123 components: - type: Transform anchored: False pos: -324.5,46.5 parent: 1 - - uid: 52005 + - uid: 64124 components: - type: Transform anchored: False pos: -324.5,45.5 parent: 1 - - uid: 52006 + - uid: 64125 components: - type: Transform anchored: False pos: -324.5,44.5 parent: 1 - - uid: 52007 + - uid: 64126 components: - type: Transform anchored: False pos: -324.5,43.5 parent: 1 - - uid: 52008 + - uid: 64127 components: - type: Transform anchored: False pos: -324.5,42.5 parent: 1 - - uid: 52009 + - uid: 64128 components: - type: Transform anchored: False pos: -324.5,41.5 parent: 1 - - uid: 52010 + - uid: 64129 components: - type: Transform anchored: False pos: -324.5,40.5 parent: 1 - - uid: 52011 + - uid: 64130 components: - type: Transform anchored: False pos: -324.5,39.5 parent: 1 - - uid: 52012 + - uid: 64131 components: - type: Transform anchored: False pos: -324.5,38.5 parent: 1 - - uid: 52013 + - uid: 64132 components: - type: Transform anchored: False pos: -324.5,37.5 parent: 1 - - uid: 52014 + - uid: 64133 components: - type: Transform anchored: False pos: -324.5,36.5 parent: 1 - - uid: 52015 + - uid: 64134 components: - type: Transform anchored: False pos: -324.5,35.5 parent: 1 - - uid: 52016 + - uid: 64135 components: - type: Transform anchored: False pos: -324.5,34.5 parent: 1 - - uid: 52017 + - uid: 64136 components: - type: Transform anchored: False pos: -324.5,33.5 parent: 1 - - uid: 52018 + - uid: 64137 components: - type: Transform anchored: False pos: -324.5,32.5 parent: 1 - - uid: 52019 + - uid: 64138 components: - type: Transform pos: -324.5,31.5 parent: 1 - - uid: 52020 + - uid: 64139 components: - type: Transform pos: -324.5,30.5 parent: 1 - - uid: 52021 + - uid: 64140 components: - type: Transform pos: -324.5,29.5 parent: 1 - - uid: 52022 + - uid: 64141 components: - type: Transform pos: -324.5,28.5 parent: 1 - - uid: 52023 + - uid: 64142 components: - type: Transform pos: -324.5,27.5 parent: 1 - - uid: 52024 + - uid: 64143 components: - type: Transform pos: -324.5,26.5 parent: 1 - - uid: 52025 + - uid: 64144 components: - type: Transform pos: -324.5,25.5 parent: 1 - - uid: 52026 + - uid: 64145 components: - type: Transform pos: -324.5,24.5 parent: 1 - - uid: 52027 + - uid: 64146 components: - type: Transform pos: -324.5,23.5 parent: 1 - - uid: 52028 + - uid: 64147 components: - type: Transform pos: -324.5,22.5 parent: 1 - - uid: 52029 + - uid: 64148 components: - type: Transform pos: -324.5,21.5 parent: 1 - - uid: 52030 + - uid: 64149 components: - type: Transform pos: -324.5,20.5 parent: 1 - - uid: 52031 + - uid: 64150 components: - type: Transform pos: -324.5,19.5 parent: 1 - - uid: 52032 + - uid: 64151 components: - type: Transform pos: -324.5,18.5 parent: 1 - - uid: 52033 + - uid: 64152 components: - type: Transform pos: -324.5,17.5 parent: 1 - - uid: 52034 + - uid: 64153 components: - type: Transform pos: -324.5,16.5 parent: 1 - - uid: 52035 + - uid: 64154 components: - type: Transform pos: -324.5,15.5 parent: 1 - - uid: 52036 + - uid: 64155 components: - type: Transform pos: -324.5,14.5 parent: 1 - - uid: 52037 + - uid: 64156 components: - type: Transform pos: -324.5,13.5 parent: 1 - - uid: 52038 + - uid: 64157 components: - type: Transform pos: -324.5,12.5 parent: 1 - - uid: 52039 + - uid: 64158 components: - type: Transform pos: -324.5,11.5 parent: 1 - - uid: 52040 + - uid: 64159 components: - type: Transform pos: -324.5,10.5 parent: 1 - - uid: 52041 + - uid: 64160 components: - type: Transform pos: -324.5,9.5 parent: 1 - - uid: 52042 + - uid: 64161 components: - type: Transform pos: -324.5,8.5 parent: 1 - - uid: 52043 + - uid: 64162 components: - type: Transform pos: -324.5,7.5 parent: 1 - - uid: 52044 + - uid: 64163 components: - type: Transform pos: -324.5,6.5 parent: 1 - - uid: 52045 + - uid: 64164 components: - type: Transform pos: -324.5,5.5 parent: 1 - - uid: 52046 + - uid: 64165 components: - type: Transform pos: -324.5,4.5 parent: 1 - - uid: 52047 + - uid: 64166 components: - type: Transform pos: -324.5,3.5 parent: 1 - - uid: 52048 + - uid: 64167 components: - type: Transform pos: -324.5,2.5 parent: 1 - - uid: 52049 + - uid: 64168 components: - type: Transform pos: -324.5,1.5 parent: 1 - - uid: 52050 + - uid: 64169 components: - type: Transform pos: -324.5,0.5 parent: 1 - - uid: 52051 + - uid: 64170 components: - type: Transform pos: -324.5,-0.5 parent: 1 - - uid: 52052 + - uid: 64171 components: - type: Transform pos: -324.5,-1.5 parent: 1 - - uid: 52053 + - uid: 64172 components: - type: Transform pos: -324.5,-2.5 parent: 1 - - uid: 52054 + - uid: 64173 components: - type: Transform pos: -324.5,-3.5 parent: 1 - - uid: 52055 + - uid: 64174 components: - type: Transform pos: -324.5,-4.5 parent: 1 - - uid: 52056 + - uid: 64175 components: - type: Transform pos: -324.5,-5.5 parent: 1 - - uid: 52057 + - uid: 64176 components: - type: Transform pos: -324.5,-6.5 parent: 1 - - uid: 52058 + - uid: 64177 components: - type: Transform pos: -324.5,-7.5 parent: 1 - - uid: 52059 + - uid: 64178 components: - type: Transform pos: -324.5,-8.5 parent: 1 - - uid: 52060 + - uid: 64179 components: - type: Transform pos: -324.5,-9.5 parent: 1 - - uid: 52061 + - uid: 64180 components: - type: Transform pos: -324.5,-10.5 parent: 1 - - uid: 52062 + - uid: 64181 components: - type: Transform pos: -324.5,-11.5 parent: 1 - - uid: 52063 + - uid: 64182 components: - type: Transform pos: -324.5,-12.5 parent: 1 - - uid: 52064 + - uid: 64183 components: - type: Transform pos: -324.5,-13.5 parent: 1 - - uid: 52065 + - uid: 64184 components: - type: Transform pos: -324.5,-14.5 parent: 1 - - uid: 52066 + - uid: 64185 components: - type: Transform pos: -324.5,-15.5 parent: 1 - - uid: 52067 + - uid: 64186 components: - type: Transform pos: -324.5,-16.5 parent: 1 - - uid: 52068 + - uid: 64187 components: - type: Transform pos: -324.5,-17.5 parent: 1 - - uid: 52069 + - uid: 64188 components: - type: Transform pos: -324.5,-18.5 parent: 1 - - uid: 52070 + - uid: 64189 components: - type: Transform pos: -324.5,-19.5 parent: 1 - - uid: 52071 + - uid: 64190 components: - type: Transform pos: -324.5,-20.5 parent: 1 - - uid: 52072 + - uid: 64191 components: - type: Transform pos: -324.5,-21.5 parent: 1 - - uid: 52073 + - uid: 64192 components: - type: Transform pos: -324.5,-22.5 parent: 1 - - uid: 52074 + - uid: 64193 components: - type: Transform pos: -324.5,-23.5 parent: 1 - - uid: 52075 + - uid: 64194 components: - type: Transform pos: -324.5,-24.5 parent: 1 - - uid: 52076 + - uid: 64195 components: - type: Transform pos: -324.5,-25.5 parent: 1 - - uid: 52077 + - uid: 64196 components: - type: Transform pos: -324.5,-26.5 parent: 1 - - uid: 52078 + - uid: 64197 components: - type: Transform anchored: False pos: -323.5,69.5 parent: 1 - - uid: 52079 + - uid: 64198 components: - type: Transform anchored: False pos: -323.5,68.5 parent: 1 - - uid: 52080 + - uid: 64199 components: - type: Transform anchored: False pos: -323.5,67.5 parent: 1 - - uid: 52081 + - uid: 64200 components: - type: Transform anchored: False pos: -323.5,66.5 parent: 1 - - uid: 52082 + - uid: 64201 components: - type: Transform anchored: False pos: -323.5,65.5 parent: 1 - - uid: 52083 + - uid: 64202 components: - type: Transform anchored: False pos: -323.5,64.5 parent: 1 - - uid: 52084 + - uid: 64203 components: - type: Transform anchored: False pos: -323.5,63.5 parent: 1 - - uid: 52085 + - uid: 64204 components: - type: Transform anchored: False pos: -323.5,62.5 parent: 1 - - uid: 52086 + - uid: 64205 components: - type: Transform anchored: False pos: -323.5,61.5 parent: 1 - - uid: 52087 + - uid: 64206 components: - type: Transform anchored: False pos: -323.5,60.5 parent: 1 - - uid: 52088 + - uid: 64207 components: - type: Transform anchored: False pos: -323.5,59.5 parent: 1 - - uid: 52089 + - uid: 64208 components: - type: Transform anchored: False pos: -323.5,58.5 parent: 1 - - uid: 52090 + - uid: 64209 components: - type: Transform anchored: False pos: -323.5,57.5 parent: 1 - - uid: 52091 + - uid: 64210 components: - type: Transform anchored: False pos: -323.5,56.5 parent: 1 - - uid: 52092 + - uid: 64211 components: - type: Transform anchored: False pos: -323.5,55.5 parent: 1 - - uid: 52093 + - uid: 64212 components: - type: Transform anchored: False pos: -323.5,54.5 parent: 1 - - uid: 52094 + - uid: 64213 components: - type: Transform anchored: False pos: -323.5,53.5 parent: 1 - - uid: 52095 + - uid: 64214 components: - type: Transform anchored: False pos: -323.5,52.5 parent: 1 - - uid: 52096 + - uid: 64215 components: - type: Transform anchored: False pos: -323.5,51.5 parent: 1 - - uid: 52097 + - uid: 64216 components: - type: Transform anchored: False pos: -323.5,50.5 parent: 1 - - uid: 52098 + - uid: 64217 components: - type: Transform anchored: False pos: -323.5,49.5 parent: 1 - - uid: 52099 + - uid: 64218 components: - type: Transform anchored: False pos: -323.5,48.5 parent: 1 - - uid: 52100 + - uid: 64219 components: - type: Transform anchored: False pos: -323.5,47.5 parent: 1 - - uid: 52101 + - uid: 64220 components: - type: Transform anchored: False pos: -323.5,46.5 parent: 1 - - uid: 52102 + - uid: 64221 components: - type: Transform anchored: False pos: -323.5,45.5 parent: 1 - - uid: 52103 + - uid: 64222 components: - type: Transform anchored: False pos: -323.5,44.5 parent: 1 - - uid: 52104 + - uid: 64223 components: - type: Transform anchored: False pos: -323.5,43.5 parent: 1 - - uid: 52105 + - uid: 64224 components: - type: Transform anchored: False pos: -323.5,42.5 parent: 1 - - uid: 52106 + - uid: 64225 components: - type: Transform anchored: False pos: -323.5,41.5 parent: 1 - - uid: 52107 + - uid: 64226 components: - type: Transform anchored: False pos: -323.5,40.5 parent: 1 - - uid: 52108 + - uid: 64227 components: - type: Transform anchored: False pos: -323.5,39.5 parent: 1 - - uid: 52109 + - uid: 64228 components: - type: Transform anchored: False pos: -323.5,38.5 parent: 1 - - uid: 52110 + - uid: 64229 components: - type: Transform anchored: False pos: -323.5,37.5 parent: 1 - - uid: 52111 + - uid: 64230 components: - type: Transform anchored: False pos: -323.5,36.5 parent: 1 - - uid: 52112 + - uid: 64231 components: - type: Transform anchored: False pos: -323.5,35.5 parent: 1 - - uid: 52113 + - uid: 64232 components: - type: Transform anchored: False pos: -323.5,34.5 parent: 1 - - uid: 52114 + - uid: 64233 components: - type: Transform anchored: False pos: -323.5,33.5 parent: 1 - - uid: 52115 + - uid: 64234 components: - type: Transform anchored: False pos: -323.5,32.5 parent: 1 - - uid: 52116 + - uid: 64235 components: - type: Transform pos: -323.5,31.5 parent: 1 - - uid: 52117 + - uid: 64236 components: - type: Transform pos: -323.5,30.5 parent: 1 - - uid: 52118 + - uid: 64237 components: - type: Transform pos: -323.5,29.5 parent: 1 - - uid: 52119 + - uid: 64238 components: - type: Transform pos: -323.5,28.5 parent: 1 - - uid: 52120 + - uid: 64239 components: - type: Transform pos: -323.5,27.5 parent: 1 - - uid: 52121 + - uid: 64240 components: - type: Transform pos: -323.5,26.5 parent: 1 - - uid: 52122 + - uid: 64241 components: - type: Transform pos: -323.5,25.5 parent: 1 - - uid: 52123 + - uid: 64242 components: - type: Transform pos: -323.5,24.5 parent: 1 - - uid: 52124 + - uid: 64243 components: - type: Transform pos: -323.5,23.5 parent: 1 - - uid: 52125 + - uid: 64244 components: - type: Transform pos: -323.5,22.5 parent: 1 - - uid: 52126 + - uid: 64245 components: - type: Transform pos: -323.5,21.5 parent: 1 - - uid: 52127 + - uid: 64246 components: - type: Transform pos: -323.5,20.5 parent: 1 - - uid: 52128 + - uid: 64247 components: - type: Transform pos: -323.5,19.5 parent: 1 - - uid: 52129 + - uid: 64248 components: - type: Transform pos: -323.5,18.5 parent: 1 - - uid: 52130 + - uid: 64249 components: - type: Transform pos: -323.5,17.5 parent: 1 - - uid: 52131 + - uid: 64250 components: - type: Transform pos: -323.5,16.5 parent: 1 - - uid: 52132 + - uid: 64251 components: - type: Transform pos: -323.5,15.5 parent: 1 - - uid: 52133 + - uid: 64252 components: - type: Transform pos: -323.5,14.5 parent: 1 - - uid: 52134 + - uid: 64253 components: - type: Transform pos: -323.5,13.5 parent: 1 - - uid: 52135 + - uid: 64254 components: - type: Transform pos: -323.5,12.5 parent: 1 - - uid: 52136 + - uid: 64255 components: - type: Transform pos: -323.5,11.5 parent: 1 - - uid: 52137 + - uid: 64256 components: - type: Transform pos: -323.5,10.5 parent: 1 - - uid: 52138 + - uid: 64257 components: - type: Transform pos: -323.5,9.5 parent: 1 - - uid: 52139 + - uid: 64258 components: - type: Transform pos: -323.5,8.5 parent: 1 - - uid: 52140 + - uid: 64259 components: - type: Transform pos: -323.5,7.5 parent: 1 - - uid: 52141 + - uid: 64260 components: - type: Transform pos: -323.5,6.5 parent: 1 - - uid: 52142 + - uid: 64261 components: - type: Transform pos: -323.5,5.5 parent: 1 - - uid: 52143 + - uid: 64262 components: - type: Transform pos: -323.5,4.5 parent: 1 - - uid: 52144 + - uid: 64263 components: - type: Transform pos: -323.5,3.5 parent: 1 - - uid: 52145 + - uid: 64264 components: - type: Transform pos: -323.5,2.5 parent: 1 - - uid: 52146 + - uid: 64265 components: - type: Transform pos: -323.5,1.5 parent: 1 - - uid: 52147 + - uid: 64266 components: - type: Transform pos: -323.5,0.5 parent: 1 - - uid: 52148 + - uid: 64267 components: - type: Transform pos: -323.5,-0.5 parent: 1 - - uid: 52149 + - uid: 64268 components: - type: Transform pos: -323.5,-1.5 parent: 1 - - uid: 52150 + - uid: 64269 components: - type: Transform pos: -323.5,-2.5 parent: 1 - - uid: 52151 + - uid: 64270 components: - type: Transform pos: -323.5,-3.5 parent: 1 - - uid: 52152 + - uid: 64271 components: - type: Transform pos: -323.5,-4.5 parent: 1 - - uid: 52153 + - uid: 64272 components: - type: Transform pos: -323.5,-5.5 parent: 1 - - uid: 52154 + - uid: 64273 components: - type: Transform pos: -323.5,-6.5 parent: 1 - - uid: 52155 + - uid: 64274 components: - type: Transform pos: -323.5,-7.5 parent: 1 - - uid: 52156 + - uid: 64275 components: - type: Transform pos: -323.5,-8.5 parent: 1 - - uid: 52157 + - uid: 64276 components: - type: Transform pos: -323.5,-9.5 parent: 1 - - uid: 52158 + - uid: 64277 components: - type: Transform pos: -323.5,-10.5 parent: 1 - - uid: 52159 + - uid: 64278 components: - type: Transform pos: -323.5,-11.5 parent: 1 - - uid: 52160 + - uid: 64279 components: - type: Transform pos: -323.5,-12.5 parent: 1 - - uid: 52161 + - uid: 64280 components: - type: Transform pos: -323.5,-13.5 parent: 1 - - uid: 52162 + - uid: 64281 components: - type: Transform pos: -323.5,-14.5 parent: 1 - - uid: 52163 + - uid: 64282 components: - type: Transform pos: -323.5,-15.5 parent: 1 - - uid: 52164 + - uid: 64283 components: - type: Transform pos: -323.5,-16.5 parent: 1 - - uid: 52165 + - uid: 64284 components: - type: Transform pos: -323.5,-17.5 parent: 1 - - uid: 52166 + - uid: 64285 components: - type: Transform pos: -323.5,-18.5 parent: 1 - - uid: 52167 + - uid: 64286 components: - type: Transform pos: -323.5,-19.5 parent: 1 - - uid: 52168 + - uid: 64287 components: - type: Transform pos: -323.5,-20.5 parent: 1 - - uid: 52169 + - uid: 64288 components: - type: Transform pos: -323.5,-21.5 parent: 1 - - uid: 52170 + - uid: 64289 components: - type: Transform pos: -323.5,-22.5 parent: 1 - - uid: 52171 + - uid: 64290 components: - type: Transform pos: -323.5,-23.5 parent: 1 - - uid: 52172 + - uid: 64291 components: - type: Transform pos: -323.5,-24.5 parent: 1 - - uid: 52173 + - uid: 64292 components: - type: Transform pos: -323.5,-25.5 parent: 1 - - uid: 52174 + - uid: 64293 components: - type: Transform pos: -323.5,-26.5 parent: 1 - - uid: 52175 + - uid: 64294 components: - type: Transform anchored: False pos: -322.5,69.5 parent: 1 - - uid: 52176 + - uid: 64295 components: - type: Transform anchored: False pos: -322.5,68.5 parent: 1 - - uid: 52177 + - uid: 64296 components: - type: Transform anchored: False pos: -322.5,67.5 parent: 1 - - uid: 52178 + - uid: 64297 components: - type: Transform anchored: False pos: -322.5,66.5 parent: 1 - - uid: 52179 + - uid: 64298 components: - type: Transform anchored: False pos: -322.5,65.5 parent: 1 - - uid: 52180 + - uid: 64299 components: - type: Transform anchored: False pos: -322.5,64.5 parent: 1 - - uid: 52181 + - uid: 64300 components: - type: Transform anchored: False pos: -322.5,63.5 parent: 1 - - uid: 52182 + - uid: 64301 components: - type: Transform anchored: False pos: -322.5,62.5 parent: 1 - - uid: 52183 + - uid: 64302 components: - type: Transform anchored: False pos: -322.5,61.5 parent: 1 - - uid: 52184 + - uid: 64303 components: - type: Transform anchored: False pos: -322.5,60.5 parent: 1 - - uid: 52185 + - uid: 64304 components: - type: Transform anchored: False pos: -322.5,59.5 parent: 1 - - uid: 52186 + - uid: 64305 components: - type: Transform anchored: False pos: -322.5,58.5 parent: 1 - - uid: 52187 + - uid: 64306 components: - type: Transform anchored: False pos: -322.5,57.5 parent: 1 - - uid: 52188 + - uid: 64307 components: - type: Transform anchored: False pos: -322.5,56.5 parent: 1 - - uid: 52189 + - uid: 64308 components: - type: Transform anchored: False pos: -322.5,55.5 parent: 1 - - uid: 52190 + - uid: 64309 components: - type: Transform anchored: False pos: -322.5,54.5 parent: 1 - - uid: 52191 + - uid: 64310 components: - type: Transform pos: -322.5,53.5 parent: 1 - - uid: 52192 + - uid: 64311 components: - type: Transform anchored: False pos: -322.5,52.5 parent: 1 - - uid: 52193 + - uid: 64312 components: - type: Transform anchored: False pos: -322.5,51.5 parent: 1 - - uid: 52194 + - uid: 64313 components: - type: Transform anchored: False pos: -322.5,50.5 parent: 1 - - uid: 52195 + - uid: 64314 components: - type: Transform anchored: False pos: -322.5,49.5 parent: 1 - - uid: 52196 + - uid: 64315 components: - type: Transform anchored: False pos: -322.5,48.5 parent: 1 - - uid: 52197 + - uid: 64316 components: - type: Transform anchored: False pos: -322.5,47.5 parent: 1 - - uid: 52198 + - uid: 64317 components: - type: Transform anchored: False pos: -322.5,46.5 parent: 1 - - uid: 52199 + - uid: 64318 components: - type: Transform anchored: False pos: -322.5,45.5 parent: 1 - - uid: 52200 + - uid: 64319 components: - type: Transform anchored: False pos: -322.5,44.5 parent: 1 - - uid: 52201 + - uid: 64320 components: - type: Transform anchored: False pos: -322.5,43.5 parent: 1 - - uid: 52202 + - uid: 64321 components: - type: Transform anchored: False pos: -322.5,42.5 parent: 1 - - uid: 52203 + - uid: 64322 components: - type: Transform anchored: False pos: -322.5,41.5 parent: 1 - - uid: 52204 + - uid: 64323 components: - type: Transform anchored: False pos: -322.5,40.5 parent: 1 - - uid: 52205 + - uid: 64324 components: - type: Transform anchored: False pos: -322.5,39.5 parent: 1 - - uid: 52206 + - uid: 64325 components: - type: Transform anchored: False pos: -322.5,38.5 parent: 1 - - uid: 52207 + - uid: 64326 components: - type: Transform anchored: False pos: -322.5,37.5 parent: 1 - - uid: 52208 + - uid: 64327 components: - type: Transform anchored: False pos: -322.5,36.5 parent: 1 - - uid: 52209 + - uid: 64328 components: - type: Transform anchored: False pos: -322.5,35.5 parent: 1 - - uid: 52210 + - uid: 64329 components: - type: Transform anchored: False pos: -322.5,34.5 parent: 1 - - uid: 52211 + - uid: 64330 components: - type: Transform anchored: False pos: -322.5,33.5 parent: 1 - - uid: 52212 + - uid: 64331 components: - type: Transform anchored: False pos: -322.5,32.5 parent: 1 - - uid: 52213 + - uid: 64332 components: - type: Transform pos: -322.5,31.5 parent: 1 - - uid: 52214 + - uid: 64333 components: - type: Transform pos: -322.5,30.5 parent: 1 - - uid: 52215 + - uid: 64334 components: - type: Transform pos: -322.5,29.5 parent: 1 - - uid: 52216 + - uid: 64335 components: - type: Transform pos: -322.5,28.5 parent: 1 - - uid: 52217 + - uid: 64336 components: - type: Transform pos: -322.5,27.5 parent: 1 - - uid: 52218 + - uid: 64337 components: - type: Transform pos: -322.5,26.5 parent: 1 - - uid: 52219 + - uid: 64338 components: - type: Transform pos: -322.5,25.5 parent: 1 - - uid: 52220 + - uid: 64339 components: - type: Transform pos: -322.5,24.5 parent: 1 - - uid: 52221 + - uid: 64340 components: - type: Transform pos: -322.5,23.5 parent: 1 - - uid: 52222 + - uid: 64341 components: - type: Transform pos: -322.5,22.5 parent: 1 - - uid: 52223 + - uid: 64342 components: - type: Transform pos: -322.5,21.5 parent: 1 - - uid: 52224 + - uid: 64343 components: - type: Transform pos: -322.5,20.5 parent: 1 - - uid: 52225 + - uid: 64344 components: - type: Transform pos: -322.5,19.5 parent: 1 - - uid: 52226 + - uid: 64345 components: - type: Transform pos: -322.5,18.5 parent: 1 - - uid: 52227 + - uid: 64346 components: - type: Transform pos: -322.5,17.5 parent: 1 - - uid: 52228 + - uid: 64347 components: - type: Transform pos: -322.5,16.5 parent: 1 - - uid: 52229 + - uid: 64348 components: - type: Transform pos: -322.5,15.5 parent: 1 - - uid: 52230 + - uid: 64349 components: - type: Transform pos: -322.5,14.5 parent: 1 - - uid: 52231 + - uid: 64350 components: - type: Transform pos: -322.5,13.5 parent: 1 - - uid: 52232 + - uid: 64351 components: - type: Transform pos: -322.5,12.5 parent: 1 - - uid: 52233 + - uid: 64352 components: - type: Transform pos: -322.5,11.5 parent: 1 - - uid: 52234 + - uid: 64353 components: - type: Transform pos: -322.5,10.5 parent: 1 - - uid: 52235 + - uid: 64354 components: - type: Transform pos: -322.5,9.5 parent: 1 - - uid: 52236 + - uid: 64355 components: - type: Transform pos: -322.5,8.5 parent: 1 - - uid: 52237 + - uid: 64356 components: - type: Transform pos: -322.5,7.5 parent: 1 - - uid: 52238 + - uid: 64357 components: - type: Transform pos: -322.5,6.5 parent: 1 - - uid: 52239 + - uid: 64358 components: - type: Transform pos: -322.5,5.5 parent: 1 - - uid: 52240 + - uid: 64359 components: - type: Transform pos: -322.5,4.5 parent: 1 - - uid: 52241 + - uid: 64360 components: - type: Transform pos: -322.5,3.5 parent: 1 - - uid: 52242 + - uid: 64361 components: - type: Transform pos: -322.5,2.5 parent: 1 - - uid: 52243 + - uid: 64362 components: - type: Transform pos: -322.5,1.5 parent: 1 - - uid: 52244 + - uid: 64363 components: - type: Transform pos: -322.5,0.5 parent: 1 - - uid: 52245 + - uid: 64364 components: - type: Transform pos: -322.5,-0.5 parent: 1 - - uid: 52246 + - uid: 64365 components: - type: Transform pos: -322.5,-1.5 parent: 1 - - uid: 52247 + - uid: 64366 components: - type: Transform pos: -322.5,-2.5 parent: 1 - - uid: 52248 + - uid: 64367 components: - type: Transform pos: -322.5,-3.5 parent: 1 - - uid: 52249 + - uid: 64368 components: - type: Transform pos: -322.5,-4.5 parent: 1 - - uid: 52250 + - uid: 64369 components: - type: Transform pos: -322.5,-5.5 parent: 1 - - uid: 52251 + - uid: 64370 components: - type: Transform pos: -322.5,-6.5 parent: 1 - - uid: 52252 + - uid: 64371 components: - type: Transform pos: -322.5,-7.5 parent: 1 - - uid: 52253 + - uid: 64372 components: - type: Transform pos: -322.5,-8.5 parent: 1 - - uid: 52254 + - uid: 64373 components: - type: Transform pos: -322.5,-9.5 parent: 1 - - uid: 52255 + - uid: 64374 components: - type: Transform pos: -322.5,-10.5 parent: 1 - - uid: 52256 + - uid: 64375 components: - type: Transform pos: -322.5,-11.5 parent: 1 - - uid: 52257 + - uid: 64376 components: - type: Transform pos: -322.5,-12.5 parent: 1 - - uid: 52258 + - uid: 64377 components: - type: Transform pos: -322.5,-13.5 parent: 1 - - uid: 52259 + - uid: 64378 components: - type: Transform pos: -322.5,-14.5 parent: 1 - - uid: 52260 + - uid: 64379 components: - type: Transform pos: -322.5,-15.5 parent: 1 - - uid: 52261 + - uid: 64380 components: - type: Transform pos: -322.5,-16.5 parent: 1 - - uid: 52262 + - uid: 64381 components: - type: Transform pos: -322.5,-17.5 parent: 1 - - uid: 52263 + - uid: 64382 components: - type: Transform pos: -322.5,-18.5 parent: 1 - - uid: 52264 + - uid: 64383 components: - type: Transform pos: -322.5,-19.5 parent: 1 - - uid: 52265 + - uid: 64384 components: - type: Transform pos: -322.5,-20.5 parent: 1 - - uid: 52266 + - uid: 64385 components: - type: Transform pos: -322.5,-21.5 parent: 1 - - uid: 52267 + - uid: 64386 components: - type: Transform pos: -322.5,-22.5 parent: 1 - - uid: 52268 + - uid: 64387 components: - type: Transform pos: -322.5,-23.5 parent: 1 - - uid: 52269 + - uid: 64388 components: - type: Transform pos: -322.5,-24.5 parent: 1 - - uid: 52270 + - uid: 64389 components: - type: Transform pos: -322.5,-25.5 parent: 1 - - uid: 52271 + - uid: 64390 components: - type: Transform pos: -322.5,-26.5 parent: 1 - - uid: 52272 + - uid: 64391 components: - type: Transform anchored: False pos: -321.5,69.5 parent: 1 - - uid: 52273 + - uid: 64392 components: - type: Transform anchored: False pos: -321.5,68.5 parent: 1 - - uid: 52274 + - uid: 64393 components: - type: Transform anchored: False pos: -321.5,67.5 parent: 1 - - uid: 52275 + - uid: 64394 components: - type: Transform anchored: False pos: -321.5,66.5 parent: 1 - - uid: 52276 + - uid: 64395 components: - type: Transform anchored: False pos: -321.5,65.5 parent: 1 - - uid: 52277 + - uid: 64396 components: - type: Transform anchored: False pos: -321.5,64.5 parent: 1 - - uid: 52278 + - uid: 64397 components: - type: Transform anchored: False pos: -321.5,63.5 parent: 1 - - uid: 52279 + - uid: 64398 components: - type: Transform anchored: False pos: -321.5,62.5 parent: 1 - - uid: 52280 + - uid: 64399 components: - type: Transform anchored: False pos: -321.5,61.5 parent: 1 - - uid: 52281 + - uid: 64400 components: - type: Transform anchored: False pos: -321.5,60.5 parent: 1 - - uid: 52282 + - uid: 64401 components: - type: Transform anchored: False pos: -321.5,59.5 parent: 1 - - uid: 52283 + - uid: 64402 components: - type: Transform anchored: False pos: -321.5,58.5 parent: 1 - - uid: 52284 + - uid: 64403 components: - type: Transform anchored: False pos: -321.5,57.5 parent: 1 - - uid: 52285 + - uid: 64404 components: - type: Transform anchored: False pos: -321.5,56.5 parent: 1 - - uid: 52286 + - uid: 64405 components: - type: Transform anchored: False pos: -321.5,55.5 parent: 1 - - uid: 52287 + - uid: 64406 components: - type: Transform anchored: False pos: -321.5,54.5 parent: 1 - - uid: 52288 + - uid: 64407 components: - type: Transform anchored: False pos: -321.5,53.5 parent: 1 - - uid: 52289 + - uid: 64408 components: - type: Transform anchored: False pos: -321.5,52.5 parent: 1 - - uid: 52290 + - uid: 64409 components: - type: Transform anchored: False pos: -321.5,51.5 parent: 1 - - uid: 52291 + - uid: 64410 components: - type: Transform anchored: False pos: -321.5,50.5 parent: 1 - - uid: 52292 + - uid: 64411 components: - type: Transform anchored: False pos: -321.5,49.5 parent: 1 - - uid: 52293 + - uid: 64412 components: - type: Transform anchored: False pos: -321.5,48.5 parent: 1 - - uid: 52294 + - uid: 64413 components: - type: Transform anchored: False pos: -321.5,47.5 parent: 1 - - uid: 52295 + - uid: 64414 components: - type: Transform anchored: False pos: -321.5,46.5 parent: 1 - - uid: 52296 + - uid: 64415 components: - type: Transform anchored: False pos: -321.5,45.5 parent: 1 - - uid: 52297 + - uid: 64416 components: - type: Transform anchored: False pos: -321.5,44.5 parent: 1 - - uid: 52298 + - uid: 64417 components: - type: Transform anchored: False pos: -321.5,43.5 parent: 1 - - uid: 52299 + - uid: 64418 components: - type: Transform anchored: False pos: -321.5,42.5 parent: 1 - - uid: 52300 + - uid: 64419 components: - type: Transform anchored: False pos: -321.5,41.5 parent: 1 - - uid: 52301 + - uid: 64420 components: - type: Transform anchored: False pos: -321.5,40.5 parent: 1 - - uid: 52302 + - uid: 64421 components: - type: Transform anchored: False pos: -321.5,39.5 parent: 1 - - uid: 52303 + - uid: 64422 components: - type: Transform anchored: False pos: -321.5,38.5 parent: 1 - - uid: 52304 + - uid: 64423 components: - type: Transform anchored: False pos: -321.5,37.5 parent: 1 - - uid: 52305 + - uid: 64424 components: - type: Transform anchored: False pos: -321.5,36.5 parent: 1 - - uid: 52306 + - uid: 64425 components: - type: Transform anchored: False pos: -321.5,35.5 parent: 1 - - uid: 52307 + - uid: 64426 components: - type: Transform anchored: False pos: -321.5,34.5 parent: 1 - - uid: 52308 + - uid: 64427 components: - type: Transform anchored: False pos: -321.5,33.5 parent: 1 - - uid: 52309 + - uid: 64428 components: - type: Transform anchored: False pos: -321.5,32.5 parent: 1 - - uid: 52310 + - uid: 64429 components: - type: Transform pos: -321.5,31.5 parent: 1 - - uid: 52311 + - uid: 64430 components: - type: Transform pos: -321.5,30.5 parent: 1 - - uid: 52312 + - uid: 64431 components: - type: Transform pos: -321.5,29.5 parent: 1 - - uid: 52313 + - uid: 64432 components: - type: Transform pos: -321.5,28.5 parent: 1 - - uid: 52314 + - uid: 64433 components: - type: Transform pos: -321.5,27.5 parent: 1 - - uid: 52315 + - uid: 64434 components: - type: Transform pos: -321.5,26.5 parent: 1 - - uid: 52316 + - uid: 64435 components: - type: Transform pos: -321.5,25.5 parent: 1 - - uid: 52317 + - uid: 64436 components: - type: Transform pos: -321.5,24.5 parent: 1 - - uid: 52318 + - uid: 64437 components: - type: Transform pos: -321.5,23.5 parent: 1 - - uid: 52319 + - uid: 64438 components: - type: Transform pos: -321.5,22.5 parent: 1 - - uid: 52320 + - uid: 64439 components: - type: Transform pos: -321.5,21.5 parent: 1 - - uid: 52321 + - uid: 64440 components: - type: Transform pos: -321.5,20.5 parent: 1 - - uid: 52322 + - uid: 64441 components: - type: Transform pos: -321.5,19.5 parent: 1 - - uid: 52323 + - uid: 64442 components: - type: Transform pos: -321.5,18.5 parent: 1 - - uid: 52324 + - uid: 64443 components: - type: Transform pos: -321.5,17.5 parent: 1 - - uid: 52325 + - uid: 64444 components: - type: Transform pos: -321.5,16.5 parent: 1 - - uid: 52326 + - uid: 64445 components: - type: Transform pos: -321.5,15.5 parent: 1 - - uid: 52327 + - uid: 64446 components: - type: Transform pos: -321.5,14.5 parent: 1 - - uid: 52328 + - uid: 64447 components: - type: Transform pos: -321.5,13.5 parent: 1 - - uid: 52329 + - uid: 64448 components: - type: Transform pos: -321.5,12.5 parent: 1 - - uid: 52330 + - uid: 64449 components: - type: Transform pos: -321.5,11.5 parent: 1 - - uid: 52331 + - uid: 64450 components: - type: Transform pos: -321.5,10.5 parent: 1 - - uid: 52332 + - uid: 64451 components: - type: Transform pos: -321.5,9.5 parent: 1 - - uid: 52333 + - uid: 64452 components: - type: Transform pos: -321.5,8.5 parent: 1 - - uid: 52334 + - uid: 64453 components: - type: Transform pos: -321.5,7.5 parent: 1 - - uid: 52335 + - uid: 64454 components: - type: Transform pos: -321.5,6.5 parent: 1 - - uid: 52336 + - uid: 64455 components: - type: Transform pos: -321.5,5.5 parent: 1 - - uid: 52337 + - uid: 64456 components: - type: Transform pos: -321.5,4.5 parent: 1 - - uid: 52338 + - uid: 64457 components: - type: Transform pos: -321.5,3.5 parent: 1 - - uid: 52339 + - uid: 64458 components: - type: Transform pos: -321.5,2.5 parent: 1 - - uid: 52340 + - uid: 64459 components: - type: Transform pos: -321.5,1.5 parent: 1 - - uid: 52341 + - uid: 64460 components: - type: Transform pos: -321.5,0.5 parent: 1 - - uid: 52342 + - uid: 64461 components: - type: Transform pos: -321.5,-0.5 parent: 1 - - uid: 52343 + - uid: 64462 components: - type: Transform pos: -321.5,-1.5 parent: 1 - - uid: 52344 + - uid: 64463 components: - type: Transform pos: -321.5,-2.5 parent: 1 - - uid: 52345 + - uid: 64464 components: - type: Transform pos: -321.5,-3.5 parent: 1 - - uid: 52346 + - uid: 64465 components: - type: Transform pos: -321.5,-4.5 parent: 1 - - uid: 52347 + - uid: 64466 components: - type: Transform pos: -321.5,-5.5 parent: 1 - - uid: 52348 + - uid: 64467 components: - type: Transform pos: -321.5,-6.5 parent: 1 - - uid: 52349 + - uid: 64468 components: - type: Transform pos: -321.5,-7.5 parent: 1 - - uid: 52350 + - uid: 64469 components: - type: Transform pos: -321.5,-8.5 parent: 1 - - uid: 52351 + - uid: 64470 components: - type: Transform pos: -321.5,-9.5 parent: 1 - - uid: 52352 + - uid: 64471 components: - type: Transform pos: -321.5,-10.5 parent: 1 - - uid: 52353 + - uid: 64472 components: - type: Transform pos: -321.5,-11.5 parent: 1 - - uid: 52354 + - uid: 64473 components: - type: Transform pos: -321.5,-12.5 parent: 1 - - uid: 52355 + - uid: 64474 components: - type: Transform pos: -321.5,-13.5 parent: 1 - - uid: 52356 + - uid: 64475 components: - type: Transform pos: -321.5,-14.5 parent: 1 - - uid: 52357 + - uid: 64476 components: - type: Transform pos: -321.5,-15.5 parent: 1 - - uid: 52358 + - uid: 64477 components: - type: Transform pos: -321.5,-16.5 parent: 1 - - uid: 52359 + - uid: 64478 components: - type: Transform pos: -321.5,-17.5 parent: 1 - - uid: 52360 + - uid: 64479 components: - type: Transform pos: -321.5,-18.5 parent: 1 - - uid: 52361 + - uid: 64480 components: - type: Transform pos: -321.5,-19.5 parent: 1 - - uid: 52362 + - uid: 64481 components: - type: Transform pos: -321.5,-20.5 parent: 1 - - uid: 52363 + - uid: 64482 components: - type: Transform pos: -321.5,-21.5 parent: 1 - - uid: 52364 + - uid: 64483 components: - type: Transform pos: -321.5,-22.5 parent: 1 - - uid: 52365 + - uid: 64484 components: - type: Transform pos: -321.5,-23.5 parent: 1 - - uid: 52366 + - uid: 64485 components: - type: Transform pos: -321.5,-24.5 parent: 1 - - uid: 52367 + - uid: 64486 components: - type: Transform pos: -321.5,-25.5 parent: 1 - - uid: 52368 + - uid: 64487 components: - type: Transform pos: -321.5,-26.5 parent: 1 - - uid: 52369 + - uid: 64488 components: - type: Transform anchored: False pos: -320.5,69.5 parent: 1 - - uid: 52370 + - uid: 64489 components: - type: Transform anchored: False pos: -320.5,68.5 parent: 1 - - uid: 52371 + - uid: 64490 components: - type: Transform anchored: False pos: -320.5,67.5 parent: 1 - - uid: 52372 + - uid: 64491 components: - type: Transform anchored: False pos: -320.5,66.5 parent: 1 - - uid: 52373 + - uid: 64492 components: - type: Transform anchored: False pos: -320.5,65.5 parent: 1 - - uid: 52374 + - uid: 64493 components: - type: Transform anchored: False pos: -320.5,64.5 parent: 1 - - uid: 52375 + - uid: 64494 components: - type: Transform anchored: False pos: -320.5,63.5 parent: 1 - - uid: 52376 + - uid: 64495 components: - type: Transform anchored: False pos: -320.5,62.5 parent: 1 - - uid: 52377 + - uid: 64496 components: - type: Transform anchored: False pos: -320.5,61.5 parent: 1 - - uid: 52378 + - uid: 64497 components: - type: Transform anchored: False pos: -320.5,60.5 parent: 1 - - uid: 52379 + - uid: 64498 components: - type: Transform anchored: False pos: -320.5,59.5 parent: 1 - - uid: 52380 + - uid: 64499 components: - type: Transform anchored: False pos: -320.5,58.5 parent: 1 - - uid: 52381 + - uid: 64500 components: - type: Transform anchored: False pos: -320.5,57.5 parent: 1 - - uid: 52382 + - uid: 64501 components: - type: Transform anchored: False pos: -320.5,56.5 parent: 1 - - uid: 52383 + - uid: 64502 components: - type: Transform anchored: False pos: -320.5,55.5 parent: 1 - - uid: 52384 + - uid: 64503 components: - type: Transform anchored: False pos: -320.5,54.5 parent: 1 - - uid: 52385 + - uid: 64504 components: - type: Transform anchored: False pos: -320.5,53.5 parent: 1 - - uid: 52386 + - uid: 64505 components: - type: Transform anchored: False pos: -320.5,52.5 parent: 1 - - uid: 52387 + - uid: 64506 components: - type: Transform anchored: False pos: -320.5,51.5 parent: 1 - - uid: 52388 + - uid: 64507 components: - type: Transform anchored: False pos: -320.5,50.5 parent: 1 - - uid: 52389 + - uid: 64508 components: - type: Transform anchored: False pos: -320.5,49.5 parent: 1 - - uid: 52390 + - uid: 64509 components: - type: Transform anchored: False pos: -320.5,48.5 parent: 1 - - uid: 52391 + - uid: 64510 components: - type: Transform anchored: False pos: -320.5,47.5 parent: 1 - - uid: 52392 + - uid: 64511 components: - type: Transform anchored: False pos: -320.5,46.5 parent: 1 - - uid: 52393 + - uid: 64512 components: - type: Transform anchored: False pos: -320.5,45.5 parent: 1 - - uid: 52394 + - uid: 64513 components: - type: Transform anchored: False pos: -320.5,44.5 parent: 1 - - uid: 52395 + - uid: 64514 components: - type: Transform anchored: False pos: -320.5,43.5 parent: 1 - - uid: 52396 + - uid: 64515 components: - type: Transform anchored: False pos: -320.5,42.5 parent: 1 - - uid: 52397 + - uid: 64516 components: - type: Transform anchored: False pos: -320.5,41.5 parent: 1 - - uid: 52398 + - uid: 64517 components: - type: Transform anchored: False pos: -320.5,40.5 parent: 1 - - uid: 52399 + - uid: 64518 components: - type: Transform anchored: False pos: -320.5,39.5 parent: 1 - - uid: 52400 + - uid: 64519 components: - type: Transform anchored: False pos: -320.5,38.5 parent: 1 - - uid: 52401 + - uid: 64520 components: - type: Transform anchored: False pos: -320.5,37.5 parent: 1 - - uid: 52402 + - uid: 64521 components: - type: Transform anchored: False pos: -320.5,36.5 parent: 1 - - uid: 52403 + - uid: 64522 components: - type: Transform anchored: False pos: -320.5,35.5 parent: 1 - - uid: 52404 + - uid: 64523 components: - type: Transform anchored: False pos: -320.5,34.5 parent: 1 - - uid: 52405 + - uid: 64524 components: - type: Transform anchored: False pos: -320.5,33.5 parent: 1 - - uid: 52406 + - uid: 64525 components: - type: Transform anchored: False pos: -320.5,32.5 parent: 1 - - uid: 52407 + - uid: 64526 components: - type: Transform pos: -320.5,31.5 parent: 1 - - uid: 52408 + - uid: 64527 components: - type: Transform pos: -320.5,30.5 parent: 1 - - uid: 52409 + - uid: 64528 components: - type: Transform pos: -320.5,29.5 parent: 1 - - uid: 52410 + - uid: 64529 components: - type: Transform pos: -320.5,28.5 parent: 1 - - uid: 52411 + - uid: 64530 components: - type: Transform pos: -320.5,27.5 parent: 1 - - uid: 52412 + - uid: 64531 components: - type: Transform pos: -320.5,26.5 parent: 1 - - uid: 52413 + - uid: 64532 components: - type: Transform pos: -320.5,25.5 parent: 1 - - uid: 52414 + - uid: 64533 components: - type: Transform pos: -320.5,24.5 parent: 1 - - uid: 52415 + - uid: 64534 components: - type: Transform pos: -320.5,23.5 parent: 1 - - uid: 52416 + - uid: 64535 components: - type: Transform pos: -320.5,22.5 parent: 1 - - uid: 52417 + - uid: 64536 components: - type: Transform pos: -320.5,21.5 parent: 1 - - uid: 52418 + - uid: 64537 components: - type: Transform pos: -320.5,20.5 parent: 1 - - uid: 52419 + - uid: 64538 components: - type: Transform pos: -320.5,19.5 parent: 1 - - uid: 52420 + - uid: 64539 components: - type: Transform pos: -320.5,18.5 parent: 1 - - uid: 52421 + - uid: 64540 components: - type: Transform pos: -320.5,17.5 parent: 1 - - uid: 52422 + - uid: 64541 components: - type: Transform pos: -320.5,16.5 parent: 1 - - uid: 52423 + - uid: 64542 components: - type: Transform pos: -320.5,15.5 parent: 1 - - uid: 52424 + - uid: 64543 components: - type: Transform pos: -320.5,14.5 parent: 1 - - uid: 52425 + - uid: 64544 components: - type: Transform pos: -320.5,13.5 parent: 1 - - uid: 52426 + - uid: 64545 components: - type: Transform pos: -320.5,12.5 parent: 1 - - uid: 52427 + - uid: 64546 components: - type: Transform pos: -320.5,11.5 parent: 1 - - uid: 52428 + - uid: 64547 components: - type: Transform pos: -320.5,10.5 parent: 1 - - uid: 52429 + - uid: 64548 components: - type: Transform pos: -320.5,9.5 parent: 1 - - uid: 52430 + - uid: 64549 components: - type: Transform pos: -320.5,8.5 parent: 1 - - uid: 52431 + - uid: 64550 components: - type: Transform pos: -320.5,7.5 parent: 1 - - uid: 52432 + - uid: 64551 components: - type: Transform pos: -320.5,6.5 parent: 1 - - uid: 52433 + - uid: 64552 components: - type: Transform pos: -320.5,5.5 parent: 1 - - uid: 52434 + - uid: 64553 components: - type: Transform pos: -320.5,4.5 parent: 1 - - uid: 52435 + - uid: 64554 components: - type: Transform pos: -320.5,3.5 parent: 1 - - uid: 52436 + - uid: 64555 components: - type: Transform pos: -320.5,2.5 parent: 1 - - uid: 52437 + - uid: 64556 components: - type: Transform pos: -320.5,1.5 parent: 1 - - uid: 52438 + - uid: 64557 components: - type: Transform pos: -320.5,0.5 parent: 1 - - uid: 52439 + - uid: 64558 components: - type: Transform pos: -320.5,-0.5 parent: 1 - - uid: 52440 + - uid: 64559 components: - type: Transform pos: -320.5,-1.5 parent: 1 - - uid: 52441 + - uid: 64560 components: - type: Transform pos: -320.5,-2.5 parent: 1 - - uid: 52442 + - uid: 64561 components: - type: Transform pos: -320.5,-3.5 parent: 1 - - uid: 52443 + - uid: 64562 components: - type: Transform pos: -320.5,-4.5 parent: 1 - - uid: 52444 + - uid: 64563 components: - type: Transform pos: -320.5,-5.5 parent: 1 - - uid: 52445 + - uid: 64564 components: - type: Transform pos: -320.5,-6.5 parent: 1 - - uid: 52446 + - uid: 64565 components: - type: Transform pos: -320.5,-7.5 parent: 1 - - uid: 52447 + - uid: 64566 components: - type: Transform pos: -320.5,-8.5 parent: 1 - - uid: 52448 + - uid: 64567 components: - type: Transform pos: -320.5,-9.5 parent: 1 - - uid: 52449 + - uid: 64568 components: - type: Transform pos: -320.5,-10.5 parent: 1 - - uid: 52450 + - uid: 64569 components: - type: Transform pos: -320.5,-11.5 parent: 1 - - uid: 52451 + - uid: 64570 components: - type: Transform pos: -320.5,-12.5 parent: 1 - - uid: 52452 + - uid: 64571 components: - type: Transform pos: -320.5,-13.5 parent: 1 - - uid: 52453 + - uid: 64572 components: - type: Transform pos: -320.5,-14.5 parent: 1 - - uid: 52454 + - uid: 64573 components: - type: Transform pos: -320.5,-15.5 parent: 1 - - uid: 52455 + - uid: 64574 components: - type: Transform pos: -320.5,-16.5 parent: 1 - - uid: 52456 + - uid: 64575 components: - type: Transform pos: -320.5,-17.5 parent: 1 - - uid: 52457 + - uid: 64576 components: - type: Transform pos: -320.5,-18.5 parent: 1 - - uid: 52458 + - uid: 64577 components: - type: Transform pos: -320.5,-19.5 parent: 1 - - uid: 52459 + - uid: 64578 components: - type: Transform pos: -320.5,-20.5 parent: 1 - - uid: 52460 + - uid: 64579 components: - type: Transform pos: -320.5,-21.5 parent: 1 - - uid: 52461 + - uid: 64580 components: - type: Transform pos: -320.5,-22.5 parent: 1 - - uid: 52462 + - uid: 64581 components: - type: Transform pos: -320.5,-23.5 parent: 1 - - uid: 52463 + - uid: 64582 components: - type: Transform pos: -320.5,-24.5 parent: 1 - - uid: 52464 + - uid: 64583 components: - type: Transform pos: -320.5,-25.5 parent: 1 - - uid: 52465 + - uid: 64584 components: - type: Transform pos: -320.5,-26.5 parent: 1 - - uid: 52466 + - uid: 64585 components: - type: Transform anchored: False pos: -319.5,69.5 parent: 1 - - uid: 52467 + - uid: 64586 components: - type: Transform anchored: False pos: -319.5,68.5 parent: 1 - - uid: 52468 + - uid: 64587 components: - type: Transform anchored: False pos: -319.5,67.5 parent: 1 - - uid: 52469 + - uid: 64588 components: - type: Transform anchored: False pos: -319.5,66.5 parent: 1 - - uid: 52470 + - uid: 64589 components: - type: Transform anchored: False pos: -319.5,65.5 parent: 1 - - uid: 52471 + - uid: 64590 components: - type: Transform anchored: False pos: -319.5,64.5 parent: 1 - - uid: 52472 + - uid: 64591 components: - type: Transform anchored: False pos: -319.5,63.5 parent: 1 - - uid: 52473 + - uid: 64592 components: - type: Transform anchored: False pos: -319.5,62.5 parent: 1 - - uid: 52474 + - uid: 64593 components: - type: Transform anchored: False pos: -319.5,61.5 parent: 1 - - uid: 52475 + - uid: 64594 components: - type: Transform anchored: False pos: -319.5,60.5 parent: 1 - - uid: 52476 + - uid: 64595 components: - type: Transform anchored: False pos: -319.5,59.5 parent: 1 - - uid: 52477 + - uid: 64596 components: - type: Transform anchored: False pos: -319.5,58.5 parent: 1 - - uid: 52478 + - uid: 64597 components: - type: Transform anchored: False pos: -319.5,57.5 parent: 1 - - uid: 52479 + - uid: 64598 components: - type: Transform anchored: False pos: -319.5,56.5 parent: 1 - - uid: 52480 + - uid: 64599 components: - type: Transform anchored: False pos: -319.5,55.5 parent: 1 - - uid: 52481 + - uid: 64600 components: - type: Transform anchored: False pos: -319.5,54.5 parent: 1 - - uid: 52482 + - uid: 64601 components: - type: Transform anchored: False pos: -319.5,53.5 parent: 1 - - uid: 52483 + - uid: 64602 components: - type: Transform anchored: False pos: -319.5,52.5 parent: 1 - - uid: 52484 + - uid: 64603 components: - type: Transform anchored: False pos: -319.5,51.5 parent: 1 - - uid: 52485 + - uid: 64604 components: - type: Transform anchored: False pos: -319.5,50.5 parent: 1 - - uid: 52486 + - uid: 64605 components: - type: Transform anchored: False pos: -319.5,49.5 parent: 1 - - uid: 52487 + - uid: 64606 components: - type: Transform anchored: False pos: -319.5,48.5 parent: 1 - - uid: 52488 + - uid: 64607 components: - type: Transform anchored: False pos: -319.5,47.5 parent: 1 - - uid: 52489 + - uid: 64608 components: - type: Transform anchored: False pos: -319.5,46.5 parent: 1 - - uid: 52490 + - uid: 64609 components: - type: Transform anchored: False pos: -319.5,45.5 parent: 1 - - uid: 52491 + - uid: 64610 components: - type: Transform anchored: False pos: -319.5,44.5 parent: 1 - - uid: 52492 + - uid: 64611 components: - type: Transform anchored: False pos: -319.5,43.5 parent: 1 - - uid: 52493 + - uid: 64612 components: - type: Transform anchored: False pos: -319.5,42.5 parent: 1 - - uid: 52494 + - uid: 64613 components: - type: Transform anchored: False pos: -319.5,41.5 parent: 1 - - uid: 52495 + - uid: 64614 components: - type: Transform anchored: False pos: -319.5,40.5 parent: 1 - - uid: 52496 + - uid: 64615 components: - type: Transform anchored: False pos: -319.5,39.5 parent: 1 - - uid: 52497 + - uid: 64616 components: - type: Transform anchored: False pos: -319.5,38.5 parent: 1 - - uid: 52498 + - uid: 64617 components: - type: Transform anchored: False pos: -319.5,37.5 parent: 1 - - uid: 52499 + - uid: 64618 components: - type: Transform anchored: False pos: -319.5,36.5 parent: 1 - - uid: 52500 + - uid: 64619 components: - type: Transform anchored: False pos: -319.5,35.5 parent: 1 - - uid: 52501 + - uid: 64620 components: - type: Transform anchored: False pos: -319.5,34.5 parent: 1 - - uid: 52502 + - uid: 64621 components: - type: Transform anchored: False pos: -319.5,33.5 parent: 1 - - uid: 52503 + - uid: 64622 components: - type: Transform anchored: False pos: -319.5,32.5 parent: 1 - - uid: 52504 + - uid: 64623 components: - type: Transform pos: -319.5,31.5 parent: 1 - - uid: 52505 + - uid: 64624 components: - type: Transform pos: -319.5,30.5 parent: 1 - - uid: 52506 + - uid: 64625 components: - type: Transform pos: -319.5,29.5 parent: 1 - - uid: 52507 + - uid: 64626 components: - type: Transform pos: -319.5,28.5 parent: 1 - - uid: 52508 + - uid: 64627 components: - type: Transform pos: -319.5,27.5 parent: 1 - - uid: 52509 + - uid: 64628 components: - type: Transform pos: -319.5,26.5 parent: 1 - - uid: 52510 + - uid: 64629 components: - type: Transform pos: -319.5,25.5 parent: 1 - - uid: 52511 + - uid: 64630 components: - type: Transform pos: -319.5,24.5 parent: 1 - - uid: 52512 + - uid: 64631 components: - type: Transform pos: -319.5,23.5 parent: 1 - - uid: 52513 + - uid: 64632 components: - type: Transform pos: -319.5,22.5 parent: 1 - - uid: 52514 + - uid: 64633 components: - type: Transform pos: -319.5,21.5 parent: 1 - - uid: 52515 + - uid: 64634 components: - type: Transform pos: -319.5,20.5 parent: 1 - - uid: 52516 + - uid: 64635 components: - type: Transform pos: -319.5,19.5 parent: 1 - - uid: 52517 + - uid: 64636 components: - type: Transform pos: -319.5,18.5 parent: 1 - - uid: 52518 + - uid: 64637 components: - type: Transform pos: -319.5,17.5 parent: 1 - - uid: 52519 + - uid: 64638 components: - type: Transform pos: -319.5,16.5 parent: 1 - - uid: 52520 + - uid: 64639 components: - type: Transform pos: -319.5,15.5 parent: 1 - - uid: 52521 + - uid: 64640 components: - type: Transform pos: -319.5,14.5 parent: 1 - - uid: 52522 + - uid: 64641 components: - type: Transform pos: -319.5,13.5 parent: 1 - - uid: 52523 + - uid: 64642 components: - type: Transform pos: -319.5,12.5 parent: 1 - - uid: 52524 + - uid: 64643 components: - type: Transform pos: -319.5,11.5 parent: 1 - - uid: 52525 + - uid: 64644 components: - type: Transform pos: -319.5,10.5 parent: 1 - - uid: 52526 + - uid: 64645 components: - type: Transform pos: -319.5,9.5 parent: 1 - - uid: 52527 + - uid: 64646 components: - type: Transform pos: -319.5,8.5 parent: 1 - - uid: 52528 + - uid: 64647 components: - type: Transform pos: -319.5,7.5 parent: 1 - - uid: 52529 + - uid: 64648 components: - type: Transform pos: -319.5,6.5 parent: 1 - - uid: 52530 + - uid: 64649 components: - type: Transform pos: -319.5,5.5 parent: 1 - - uid: 52531 + - uid: 64650 components: - type: Transform pos: -319.5,4.5 parent: 1 - - uid: 52532 + - uid: 64651 components: - type: Transform pos: -319.5,3.5 parent: 1 - - uid: 52533 + - uid: 64652 components: - type: Transform pos: -319.5,2.5 parent: 1 - - uid: 52534 + - uid: 64653 components: - type: Transform pos: -319.5,1.5 parent: 1 - - uid: 52535 + - uid: 64654 components: - type: Transform pos: -319.5,0.5 parent: 1 - - uid: 52536 + - uid: 64655 components: - type: Transform pos: -319.5,-0.5 parent: 1 - - uid: 52537 + - uid: 64656 components: - type: Transform pos: -319.5,-1.5 parent: 1 - - uid: 52538 + - uid: 64657 components: - type: Transform pos: -319.5,-2.5 parent: 1 - - uid: 52539 + - uid: 64658 components: - type: Transform pos: -319.5,-3.5 parent: 1 - - uid: 52540 + - uid: 64659 components: - type: Transform pos: -319.5,-4.5 parent: 1 - - uid: 52541 + - uid: 64660 components: - type: Transform pos: -319.5,-5.5 parent: 1 - - uid: 52542 + - uid: 64661 components: - type: Transform pos: -319.5,-6.5 parent: 1 - - uid: 52543 + - uid: 64662 components: - type: Transform pos: -319.5,-7.5 parent: 1 - - uid: 52544 + - uid: 64663 components: - type: Transform pos: -319.5,-8.5 parent: 1 - - uid: 52545 + - uid: 64664 components: - type: Transform pos: -319.5,-9.5 parent: 1 - - uid: 52546 + - uid: 64665 components: - type: Transform pos: -319.5,-10.5 parent: 1 - - uid: 52547 + - uid: 64666 components: - type: Transform pos: -319.5,-11.5 parent: 1 - - uid: 52548 + - uid: 64667 components: - type: Transform pos: -319.5,-12.5 parent: 1 - - uid: 52549 + - uid: 64668 components: - type: Transform pos: -319.5,-13.5 parent: 1 - - uid: 52550 + - uid: 64669 components: - type: Transform pos: -319.5,-14.5 parent: 1 - - uid: 52551 + - uid: 64670 components: - type: Transform pos: -319.5,-15.5 parent: 1 - - uid: 52552 + - uid: 64671 components: - type: Transform pos: -319.5,-16.5 parent: 1 - - uid: 52553 + - uid: 64672 components: - type: Transform pos: -319.5,-17.5 parent: 1 - - uid: 52554 + - uid: 64673 components: - type: Transform pos: -319.5,-18.5 parent: 1 - - uid: 52555 + - uid: 64674 components: - type: Transform pos: -319.5,-19.5 parent: 1 - - uid: 52556 + - uid: 64675 components: - type: Transform pos: -319.5,-20.5 parent: 1 - - uid: 52557 + - uid: 64676 components: - type: Transform pos: -319.5,-21.5 parent: 1 - - uid: 52558 + - uid: 64677 components: - type: Transform pos: -319.5,-22.5 parent: 1 - - uid: 52559 + - uid: 64678 components: - type: Transform pos: -319.5,-23.5 parent: 1 - - uid: 52560 + - uid: 64679 components: - type: Transform pos: -319.5,-24.5 parent: 1 - - uid: 52561 + - uid: 64680 components: - type: Transform pos: -319.5,-25.5 parent: 1 - - uid: 52562 + - uid: 64681 components: - type: Transform pos: -319.5,-26.5 parent: 1 - - uid: 52563 + - uid: 64682 components: - type: Transform anchored: False pos: -318.5,69.5 parent: 1 - - uid: 52564 + - uid: 64683 components: - type: Transform anchored: False pos: -318.5,68.5 parent: 1 - - uid: 52565 + - uid: 64684 components: - type: Transform anchored: False pos: -318.5,67.5 parent: 1 - - uid: 52566 + - uid: 64685 components: - type: Transform anchored: False pos: -318.5,66.5 parent: 1 - - uid: 52567 + - uid: 64686 components: - type: Transform anchored: False pos: -318.5,65.5 parent: 1 - - uid: 52568 + - uid: 64687 components: - type: Transform anchored: False pos: -318.5,64.5 parent: 1 - - uid: 52569 + - uid: 64688 components: - type: Transform anchored: False pos: -318.5,63.5 parent: 1 - - uid: 52570 + - uid: 64689 components: - type: Transform anchored: False pos: -318.5,62.5 parent: 1 - - uid: 52571 + - uid: 64690 components: - type: Transform anchored: False pos: -318.5,61.5 parent: 1 - - uid: 52572 + - uid: 64691 components: - type: Transform anchored: False pos: -318.5,60.5 parent: 1 - - uid: 52573 + - uid: 64692 components: - type: Transform anchored: False pos: -318.5,59.5 parent: 1 - - uid: 52574 + - uid: 64693 components: - type: Transform anchored: False pos: -318.5,58.5 parent: 1 - - uid: 52575 + - uid: 64694 components: - type: Transform anchored: False pos: -318.5,57.5 parent: 1 - - uid: 52576 + - uid: 64695 components: - type: Transform anchored: False pos: -318.5,56.5 parent: 1 - - uid: 52577 + - uid: 64696 components: - type: Transform anchored: False pos: -318.5,55.5 parent: 1 - - uid: 52578 + - uid: 64697 components: - type: Transform anchored: False pos: -318.5,54.5 parent: 1 - - uid: 52579 + - uid: 64698 components: - type: Transform anchored: False pos: -318.5,53.5 parent: 1 - - uid: 52580 + - uid: 64699 components: - type: Transform anchored: False pos: -318.5,52.5 parent: 1 - - uid: 52581 + - uid: 64700 components: - type: Transform anchored: False pos: -318.5,51.5 parent: 1 - - uid: 52582 + - uid: 64701 components: - type: Transform anchored: False pos: -318.5,50.5 parent: 1 - - uid: 52583 + - uid: 64702 components: - type: Transform anchored: False pos: -318.5,49.5 parent: 1 - - uid: 52584 + - uid: 64703 components: - type: Transform anchored: False pos: -318.5,48.5 parent: 1 - - uid: 52585 + - uid: 64704 components: - type: Transform anchored: False pos: -318.5,47.5 parent: 1 - - uid: 52586 + - uid: 64705 components: - type: Transform anchored: False pos: -318.5,46.5 parent: 1 - - uid: 52587 + - uid: 64706 components: - type: Transform anchored: False pos: -318.5,45.5 parent: 1 - - uid: 52588 + - uid: 64707 components: - type: Transform anchored: False pos: -318.5,44.5 parent: 1 - - uid: 52589 + - uid: 64708 components: - type: Transform anchored: False pos: -318.5,43.5 parent: 1 - - uid: 52590 + - uid: 64709 components: - type: Transform anchored: False pos: -318.5,42.5 parent: 1 - - uid: 52591 + - uid: 64710 components: - type: Transform anchored: False pos: -318.5,41.5 parent: 1 - - uid: 52592 + - uid: 64711 components: - type: Transform anchored: False pos: -318.5,40.5 parent: 1 - - uid: 52593 + - uid: 64712 components: - type: Transform anchored: False pos: -318.5,39.5 parent: 1 - - uid: 52594 + - uid: 64713 components: - type: Transform anchored: False pos: -318.5,38.5 parent: 1 - - uid: 52595 + - uid: 64714 components: - type: Transform anchored: False pos: -318.5,37.5 parent: 1 - - uid: 52596 + - uid: 64715 components: - type: Transform anchored: False pos: -318.5,36.5 parent: 1 - - uid: 52597 + - uid: 64716 components: - type: Transform anchored: False pos: -318.5,35.5 parent: 1 - - uid: 52598 + - uid: 64717 components: - type: Transform anchored: False pos: -318.5,34.5 parent: 1 - - uid: 52599 + - uid: 64718 components: - type: Transform anchored: False pos: -318.5,33.5 parent: 1 - - uid: 52600 + - uid: 64719 components: - type: Transform anchored: False pos: -318.5,32.5 parent: 1 - - uid: 52601 + - uid: 64720 components: - type: Transform pos: -318.5,31.5 parent: 1 - - uid: 52602 + - uid: 64721 components: - type: Transform pos: -318.5,30.5 parent: 1 - - uid: 52603 + - uid: 64722 components: - type: Transform pos: -318.5,29.5 parent: 1 - - uid: 52604 + - uid: 64723 components: - type: Transform pos: -318.5,28.5 parent: 1 - - uid: 52605 + - uid: 64724 components: - type: Transform pos: -318.5,27.5 parent: 1 - - uid: 52606 + - uid: 64725 components: - type: Transform pos: -318.5,26.5 parent: 1 - - uid: 52607 + - uid: 64726 components: - type: Transform pos: -318.5,25.5 parent: 1 - - uid: 52608 + - uid: 64727 components: - type: Transform pos: -318.5,24.5 parent: 1 - - uid: 52609 + - uid: 64728 components: - type: Transform pos: -318.5,23.5 parent: 1 - - uid: 52610 + - uid: 64729 components: - type: Transform pos: -318.5,22.5 parent: 1 - - uid: 52611 + - uid: 64730 components: - type: Transform pos: -318.5,21.5 parent: 1 - - uid: 52612 + - uid: 64731 components: - type: Transform pos: -318.5,20.5 parent: 1 - - uid: 52613 + - uid: 64732 components: - type: Transform pos: -318.5,19.5 parent: 1 - - uid: 52614 + - uid: 64733 components: - type: Transform pos: -318.5,18.5 parent: 1 - - uid: 52615 + - uid: 64734 components: - type: Transform pos: -318.5,17.5 parent: 1 - - uid: 52616 + - uid: 64735 components: - type: Transform pos: -318.5,16.5 parent: 1 - - uid: 52617 + - uid: 64736 components: - type: Transform pos: -318.5,15.5 parent: 1 - - uid: 52618 + - uid: 64737 components: - type: Transform pos: -318.5,14.5 parent: 1 - - uid: 52619 + - uid: 64738 components: - type: Transform pos: -318.5,13.5 parent: 1 - - uid: 52620 + - uid: 64739 components: - type: Transform pos: -318.5,12.5 parent: 1 - - uid: 52621 + - uid: 64740 components: - type: Transform pos: -318.5,11.5 parent: 1 - - uid: 52622 + - uid: 64741 components: - type: Transform pos: -318.5,10.5 parent: 1 - - uid: 52623 + - uid: 64742 components: - type: Transform pos: -318.5,9.5 parent: 1 - - uid: 52624 + - uid: 64743 components: - type: Transform pos: -318.5,8.5 parent: 1 - - uid: 52625 + - uid: 64744 components: - type: Transform pos: -318.5,7.5 parent: 1 - - uid: 52626 + - uid: 64745 components: - type: Transform pos: -318.5,6.5 parent: 1 - - uid: 52627 + - uid: 64746 components: - type: Transform pos: -318.5,5.5 parent: 1 - - uid: 52628 + - uid: 64747 components: - type: Transform pos: -318.5,4.5 parent: 1 - - uid: 52629 + - uid: 64748 components: - type: Transform pos: -318.5,3.5 parent: 1 - - uid: 52630 + - uid: 64749 components: - type: Transform pos: -318.5,2.5 parent: 1 - - uid: 52631 + - uid: 64750 components: - type: Transform pos: -318.5,1.5 parent: 1 - - uid: 52632 + - uid: 64751 components: - type: Transform pos: -318.5,0.5 parent: 1 - - uid: 52633 + - uid: 64752 components: - type: Transform pos: -318.5,-0.5 parent: 1 - - uid: 52634 + - uid: 64753 components: - type: Transform pos: -318.5,-1.5 parent: 1 - - uid: 52635 + - uid: 64754 components: - type: Transform pos: -318.5,-2.5 parent: 1 - - uid: 52636 + - uid: 64755 components: - type: Transform pos: -318.5,-3.5 parent: 1 - - uid: 52637 + - uid: 64756 components: - type: Transform pos: -318.5,-4.5 parent: 1 - - uid: 52638 + - uid: 64757 components: - type: Transform pos: -318.5,-5.5 parent: 1 - - uid: 52639 + - uid: 64758 components: - type: Transform pos: -318.5,-6.5 parent: 1 - - uid: 52640 + - uid: 64759 components: - type: Transform pos: -318.5,-7.5 parent: 1 - - uid: 52641 + - uid: 64760 components: - type: Transform pos: -318.5,-8.5 parent: 1 - - uid: 52642 + - uid: 64761 components: - type: Transform pos: -318.5,-9.5 parent: 1 - - uid: 52643 + - uid: 64762 components: - type: Transform pos: -318.5,-10.5 parent: 1 - - uid: 52644 + - uid: 64763 components: - type: Transform pos: -318.5,-11.5 parent: 1 - - uid: 52645 + - uid: 64764 components: - type: Transform pos: -318.5,-12.5 parent: 1 - - uid: 52646 + - uid: 64765 components: - type: Transform pos: -318.5,-13.5 parent: 1 - - uid: 52647 + - uid: 64766 components: - type: Transform pos: -318.5,-14.5 parent: 1 - - uid: 52648 + - uid: 64767 components: - type: Transform pos: -318.5,-15.5 parent: 1 - - uid: 52649 + - uid: 64768 components: - type: Transform pos: -318.5,-16.5 parent: 1 - - uid: 52650 + - uid: 64769 components: - type: Transform pos: -318.5,-17.5 parent: 1 - - uid: 52651 + - uid: 64770 components: - type: Transform pos: -318.5,-18.5 parent: 1 - - uid: 52652 + - uid: 64771 components: - type: Transform pos: -318.5,-19.5 parent: 1 - - uid: 52653 + - uid: 64772 components: - type: Transform pos: -318.5,-20.5 parent: 1 - - uid: 52654 + - uid: 64773 components: - type: Transform pos: -318.5,-21.5 parent: 1 - - uid: 52655 + - uid: 64774 components: - type: Transform pos: -318.5,-22.5 parent: 1 - - uid: 52656 + - uid: 64775 components: - type: Transform pos: -318.5,-23.5 parent: 1 - - uid: 52657 + - uid: 64776 components: - type: Transform pos: -318.5,-24.5 parent: 1 - - uid: 52658 + - uid: 64777 components: - type: Transform pos: -318.5,-25.5 parent: 1 - - uid: 52659 + - uid: 64778 components: - type: Transform pos: -318.5,-26.5 parent: 1 - - uid: 52660 + - uid: 64779 components: - type: Transform anchored: False pos: -317.5,69.5 parent: 1 - - uid: 52661 + - uid: 64780 components: - type: Transform anchored: False pos: -317.5,68.5 parent: 1 - - uid: 52662 + - uid: 64781 components: - type: Transform anchored: False pos: -317.5,67.5 parent: 1 - - uid: 52663 + - uid: 64782 components: - type: Transform anchored: False pos: -317.5,66.5 parent: 1 - - uid: 52664 + - uid: 64783 components: - type: Transform anchored: False pos: -317.5,65.5 parent: 1 - - uid: 52665 + - uid: 64784 components: - type: Transform anchored: False pos: -317.5,64.5 parent: 1 - - uid: 52666 + - uid: 64785 components: - type: Transform anchored: False pos: -317.5,63.5 parent: 1 - - uid: 52667 + - uid: 64786 components: - type: Transform anchored: False pos: -317.5,62.5 parent: 1 - - uid: 52668 + - uid: 64787 components: - type: Transform anchored: False pos: -317.5,61.5 parent: 1 - - uid: 52669 + - uid: 64788 components: - type: Transform anchored: False pos: -317.5,60.5 parent: 1 - - uid: 52670 + - uid: 64789 components: - type: Transform anchored: False pos: -317.5,59.5 parent: 1 - - uid: 52671 + - uid: 64790 components: - type: Transform anchored: False pos: -317.5,58.5 parent: 1 - - uid: 52672 + - uid: 64791 components: - type: Transform anchored: False pos: -317.5,57.5 parent: 1 - - uid: 52673 + - uid: 64792 components: - type: Transform anchored: False pos: -317.5,56.5 parent: 1 - - uid: 52674 + - uid: 64793 components: - type: Transform anchored: False pos: -317.5,55.5 parent: 1 - - uid: 52675 + - uid: 64794 components: - type: Transform anchored: False pos: -317.5,54.5 parent: 1 - - uid: 52676 + - uid: 64795 components: - type: Transform anchored: False pos: -317.5,53.5 parent: 1 - - uid: 52677 + - uid: 64796 components: - type: Transform anchored: False pos: -317.5,52.5 parent: 1 - - uid: 52678 + - uid: 64797 components: - type: Transform anchored: False pos: -317.5,51.5 parent: 1 - - uid: 52679 + - uid: 64798 components: - type: Transform anchored: False pos: -317.5,50.5 parent: 1 - - uid: 52680 + - uid: 64799 components: - type: Transform anchored: False pos: -317.5,49.5 parent: 1 - - uid: 52681 + - uid: 64800 components: - type: Transform anchored: False pos: -317.5,48.5 parent: 1 - - uid: 52682 + - uid: 64801 components: - type: Transform anchored: False pos: -317.5,47.5 parent: 1 - - uid: 52683 + - uid: 64802 components: - type: Transform anchored: False pos: -317.5,46.5 parent: 1 - - uid: 52684 + - uid: 64803 components: - type: Transform anchored: False pos: -317.5,45.5 parent: 1 - - uid: 52685 + - uid: 64804 components: - type: Transform anchored: False pos: -317.5,44.5 parent: 1 - - uid: 52686 + - uid: 64805 components: - type: Transform anchored: False pos: -317.5,43.5 parent: 1 - - uid: 52687 + - uid: 64806 components: - type: Transform anchored: False pos: -317.5,42.5 parent: 1 - - uid: 52688 + - uid: 64807 components: - type: Transform anchored: False pos: -317.5,41.5 parent: 1 - - uid: 52689 + - uid: 64808 components: - type: Transform anchored: False pos: -317.5,40.5 parent: 1 - - uid: 52690 + - uid: 64809 components: - type: Transform anchored: False pos: -317.5,39.5 parent: 1 - - uid: 52691 + - uid: 64810 components: - type: Transform anchored: False pos: -317.5,38.5 parent: 1 - - uid: 52692 + - uid: 64811 components: - type: Transform anchored: False pos: -317.5,37.5 parent: 1 - - uid: 52693 + - uid: 64812 components: - type: Transform anchored: False pos: -317.5,36.5 parent: 1 - - uid: 52694 + - uid: 64813 components: - type: Transform anchored: False pos: -317.5,35.5 parent: 1 - - uid: 52695 + - uid: 64814 components: - type: Transform anchored: False pos: -317.5,34.5 parent: 1 - - uid: 52696 + - uid: 64815 components: - type: Transform anchored: False pos: -317.5,33.5 parent: 1 - - uid: 52697 + - uid: 64816 components: - type: Transform anchored: False pos: -317.5,32.5 parent: 1 - - uid: 52698 + - uid: 64817 components: - type: Transform pos: -317.5,31.5 parent: 1 - - uid: 52699 + - uid: 64818 components: - type: Transform pos: -317.5,30.5 parent: 1 - - uid: 52700 + - uid: 64819 components: - type: Transform pos: -317.5,29.5 parent: 1 - - uid: 52701 + - uid: 64820 components: - type: Transform pos: -317.5,28.5 parent: 1 - - uid: 52702 + - uid: 64821 components: - type: Transform pos: -317.5,27.5 parent: 1 - - uid: 52703 + - uid: 64822 components: - type: Transform pos: -317.5,26.5 parent: 1 - - uid: 52704 + - uid: 64823 components: - type: Transform pos: -317.5,25.5 parent: 1 - - uid: 52705 + - uid: 64824 components: - type: Transform pos: -317.5,24.5 parent: 1 - - uid: 52706 + - uid: 64825 components: - type: Transform pos: -317.5,23.5 parent: 1 - - uid: 52707 + - uid: 64826 components: - type: Transform pos: -317.5,22.5 parent: 1 - - uid: 52708 + - uid: 64827 components: - type: Transform pos: -317.5,21.5 parent: 1 - - uid: 52709 + - uid: 64828 components: - type: Transform pos: -317.5,20.5 parent: 1 - - uid: 52710 + - uid: 64829 components: - type: Transform pos: -317.5,19.5 parent: 1 - - uid: 52711 + - uid: 64830 components: - type: Transform pos: -317.5,18.5 parent: 1 - - uid: 52712 + - uid: 64831 components: - type: Transform pos: -317.5,17.5 parent: 1 - - uid: 52713 + - uid: 64832 components: - type: Transform pos: -317.5,16.5 parent: 1 - - uid: 52714 + - uid: 64833 components: - type: Transform pos: -317.5,15.5 parent: 1 - - uid: 52715 + - uid: 64834 components: - type: Transform pos: -317.5,14.5 parent: 1 - - uid: 52716 + - uid: 64835 components: - type: Transform pos: -317.5,13.5 parent: 1 - - uid: 52717 + - uid: 64836 components: - type: Transform pos: -317.5,12.5 parent: 1 - - uid: 52718 + - uid: 64837 components: - type: Transform pos: -317.5,11.5 parent: 1 - - uid: 52719 + - uid: 64838 components: - type: Transform pos: -317.5,10.5 parent: 1 - - uid: 52720 + - uid: 64839 components: - type: Transform pos: -317.5,9.5 parent: 1 - - uid: 52721 + - uid: 64840 components: - type: Transform pos: -317.5,8.5 parent: 1 - - uid: 52722 + - uid: 64841 components: - type: Transform pos: -317.5,7.5 parent: 1 - - uid: 52723 + - uid: 64842 components: - type: Transform pos: -317.5,6.5 parent: 1 - - uid: 52724 + - uid: 64843 components: - type: Transform pos: -317.5,5.5 parent: 1 - - uid: 52725 + - uid: 64844 components: - type: Transform pos: -317.5,4.5 parent: 1 - - uid: 52726 + - uid: 64845 components: - type: Transform pos: -317.5,3.5 parent: 1 - - uid: 52727 + - uid: 64846 components: - type: Transform pos: -317.5,2.5 parent: 1 - - uid: 52728 + - uid: 64847 components: - type: Transform pos: -317.5,1.5 parent: 1 - - uid: 52729 + - uid: 64848 components: - type: Transform pos: -317.5,0.5 parent: 1 - - uid: 52730 + - uid: 64849 components: - type: Transform pos: -317.5,-0.5 parent: 1 - - uid: 52731 + - uid: 64850 components: - type: Transform pos: -317.5,-1.5 parent: 1 - - uid: 52732 + - uid: 64851 components: - type: Transform pos: -317.5,-2.5 parent: 1 - - uid: 52733 + - uid: 64852 components: - type: Transform pos: -317.5,-3.5 parent: 1 - - uid: 52734 + - uid: 64853 components: - type: Transform pos: -317.5,-4.5 parent: 1 - - uid: 52735 + - uid: 64854 components: - type: Transform pos: -317.5,-5.5 parent: 1 - - uid: 52736 + - uid: 64855 components: - type: Transform pos: -317.5,-6.5 parent: 1 - - uid: 52737 + - uid: 64856 components: - type: Transform pos: -317.5,-7.5 parent: 1 - - uid: 52738 + - uid: 64857 components: - type: Transform pos: -317.5,-8.5 parent: 1 - - uid: 52739 + - uid: 64858 components: - type: Transform pos: -317.5,-9.5 parent: 1 - - uid: 52740 + - uid: 64859 components: - type: Transform pos: -317.5,-10.5 parent: 1 - - uid: 52741 + - uid: 64860 components: - type: Transform pos: -317.5,-11.5 parent: 1 - - uid: 52742 + - uid: 64861 components: - type: Transform pos: -317.5,-12.5 parent: 1 - - uid: 52743 + - uid: 64862 components: - type: Transform pos: -317.5,-13.5 parent: 1 - - uid: 52744 + - uid: 64863 components: - type: Transform pos: -317.5,-14.5 parent: 1 - - uid: 52745 + - uid: 64864 components: - type: Transform pos: -317.5,-15.5 parent: 1 - - uid: 52746 + - uid: 64865 components: - type: Transform pos: -317.5,-16.5 parent: 1 - - uid: 52747 + - uid: 64866 components: - type: Transform pos: -317.5,-17.5 parent: 1 - - uid: 52748 + - uid: 64867 components: - type: Transform pos: -317.5,-18.5 parent: 1 - - uid: 52749 + - uid: 64868 components: - type: Transform pos: -317.5,-19.5 parent: 1 - - uid: 52750 + - uid: 64869 components: - type: Transform pos: -317.5,-20.5 parent: 1 - - uid: 52751 + - uid: 64870 components: - type: Transform pos: -317.5,-21.5 parent: 1 - - uid: 52752 + - uid: 64871 components: - type: Transform pos: -317.5,-22.5 parent: 1 - - uid: 52753 + - uid: 64872 components: - type: Transform pos: -317.5,-23.5 parent: 1 - - uid: 52754 + - uid: 64873 components: - type: Transform pos: -317.5,-24.5 parent: 1 - - uid: 52755 + - uid: 64874 components: - type: Transform pos: -317.5,-25.5 parent: 1 - - uid: 52756 + - uid: 64875 components: - type: Transform pos: -317.5,-26.5 parent: 1 - - uid: 52757 + - uid: 64876 components: - type: Transform anchored: False pos: -316.5,69.5 parent: 1 - - uid: 52758 + - uid: 64877 components: - type: Transform anchored: False pos: -316.5,68.5 parent: 1 - - uid: 52759 + - uid: 64878 components: - type: Transform anchored: False pos: -316.5,67.5 parent: 1 - - uid: 52760 + - uid: 64879 components: - type: Transform anchored: False pos: -316.5,66.5 parent: 1 - - uid: 52761 + - uid: 64880 components: - type: Transform anchored: False pos: -316.5,65.5 parent: 1 - - uid: 52762 + - uid: 64881 components: - type: Transform anchored: False pos: -316.5,64.5 parent: 1 - - uid: 52763 + - uid: 64882 components: - type: Transform anchored: False pos: -316.5,63.5 parent: 1 - - uid: 52764 + - uid: 64883 components: - type: Transform anchored: False pos: -316.5,62.5 parent: 1 - - uid: 52765 + - uid: 64884 components: - type: Transform anchored: False pos: -316.5,61.5 parent: 1 - - uid: 52766 + - uid: 64885 components: - type: Transform anchored: False pos: -316.5,60.5 parent: 1 - - uid: 52767 + - uid: 64886 components: - type: Transform anchored: False pos: -316.5,59.5 parent: 1 - - uid: 52768 + - uid: 64887 components: - type: Transform anchored: False pos: -316.5,58.5 parent: 1 - - uid: 52769 + - uid: 64888 components: - type: Transform anchored: False pos: -316.5,57.5 parent: 1 - - uid: 52770 + - uid: 64889 components: - type: Transform anchored: False pos: -316.5,56.5 parent: 1 - - uid: 52771 + - uid: 64890 components: - type: Transform anchored: False pos: -316.5,55.5 parent: 1 - - uid: 52772 + - uid: 64891 components: - type: Transform anchored: False pos: -316.5,54.5 parent: 1 - - uid: 52773 + - uid: 64892 components: - type: Transform anchored: False pos: -316.5,53.5 parent: 1 - - uid: 52774 + - uid: 64893 components: - type: Transform anchored: False pos: -316.5,52.5 parent: 1 - - uid: 52775 + - uid: 64894 components: - type: Transform anchored: False pos: -316.5,51.5 parent: 1 - - uid: 52776 + - uid: 64895 components: - type: Transform anchored: False pos: -316.5,50.5 parent: 1 - - uid: 52777 + - uid: 64896 components: - type: Transform anchored: False pos: -316.5,49.5 parent: 1 - - uid: 52778 + - uid: 64897 components: - type: Transform anchored: False pos: -316.5,48.5 parent: 1 - - uid: 52779 + - uid: 64898 components: - type: Transform anchored: False pos: -316.5,47.5 parent: 1 - - uid: 52780 + - uid: 64899 components: - type: Transform anchored: False pos: -316.5,46.5 parent: 1 - - uid: 52781 + - uid: 64900 components: - type: Transform anchored: False pos: -316.5,45.5 parent: 1 - - uid: 52782 + - uid: 64901 components: - type: Transform anchored: False pos: -316.5,44.5 parent: 1 - - uid: 52783 + - uid: 64902 components: - type: Transform anchored: False pos: -316.5,43.5 parent: 1 - - uid: 52784 + - uid: 64903 components: - type: Transform anchored: False pos: -316.5,42.5 parent: 1 - - uid: 52785 + - uid: 64904 components: - type: Transform anchored: False pos: -316.5,41.5 parent: 1 - - uid: 52786 + - uid: 64905 components: - type: Transform anchored: False pos: -316.5,40.5 parent: 1 - - uid: 52787 + - uid: 64906 components: - type: Transform anchored: False pos: -316.5,39.5 parent: 1 - - uid: 52788 + - uid: 64907 components: - type: Transform anchored: False pos: -316.5,38.5 parent: 1 - - uid: 52789 + - uid: 64908 components: - type: Transform anchored: False pos: -316.5,37.5 parent: 1 - - uid: 52790 + - uid: 64909 components: - type: Transform anchored: False pos: -316.5,36.5 parent: 1 - - uid: 52791 + - uid: 64910 components: - type: Transform anchored: False pos: -316.5,35.5 parent: 1 - - uid: 52792 + - uid: 64911 components: - type: Transform anchored: False pos: -316.5,34.5 parent: 1 - - uid: 52793 + - uid: 64912 components: - type: Transform anchored: False pos: -316.5,33.5 parent: 1 - - uid: 52794 + - uid: 64913 components: - type: Transform anchored: False pos: -316.5,32.5 parent: 1 - - uid: 52795 + - uid: 64914 components: - type: Transform pos: -316.5,31.5 parent: 1 - - uid: 52796 + - uid: 64915 components: - type: Transform pos: -316.5,30.5 parent: 1 - - uid: 52797 + - uid: 64916 components: - type: Transform pos: -316.5,29.5 parent: 1 - - uid: 52798 + - uid: 64917 components: - type: Transform pos: -316.5,28.5 parent: 1 - - uid: 52799 + - uid: 64918 components: - type: Transform pos: -316.5,27.5 parent: 1 - - uid: 52800 + - uid: 64919 components: - type: Transform pos: -316.5,26.5 parent: 1 - - uid: 52801 + - uid: 64920 components: - type: Transform pos: -316.5,25.5 parent: 1 - - uid: 52802 + - uid: 64921 components: - type: Transform pos: -316.5,24.5 parent: 1 - - uid: 52803 + - uid: 64922 components: - type: Transform pos: -316.5,23.5 parent: 1 - - uid: 52804 + - uid: 64923 components: - type: Transform pos: -316.5,22.5 parent: 1 - - uid: 52805 + - uid: 64924 components: - type: Transform pos: -316.5,21.5 parent: 1 - - uid: 52806 + - uid: 64925 components: - type: Transform pos: -316.5,20.5 parent: 1 - - uid: 52807 + - uid: 64926 components: - type: Transform pos: -316.5,19.5 parent: 1 - - uid: 52808 + - uid: 64927 components: - type: Transform pos: -316.5,18.5 parent: 1 - - uid: 52809 + - uid: 64928 components: - type: Transform pos: -316.5,17.5 parent: 1 - - uid: 52810 + - uid: 64929 components: - type: Transform pos: -316.5,16.5 parent: 1 - - uid: 52811 + - uid: 64930 components: - type: Transform pos: -316.5,15.5 parent: 1 - - uid: 52812 + - uid: 64931 components: - type: Transform pos: -316.5,14.5 parent: 1 - - uid: 52813 + - uid: 64932 components: - type: Transform pos: -316.5,13.5 parent: 1 - - uid: 52814 + - uid: 64933 components: - type: Transform pos: -316.5,12.5 parent: 1 - - uid: 52815 + - uid: 64934 components: - type: Transform pos: -316.5,11.5 parent: 1 - - uid: 52816 + - uid: 64935 components: - type: Transform pos: -316.5,10.5 parent: 1 - - uid: 52817 + - uid: 64936 components: - type: Transform pos: -316.5,9.5 parent: 1 - - uid: 52818 + - uid: 64937 components: - type: Transform pos: -316.5,8.5 parent: 1 - - uid: 52819 + - uid: 64938 components: - type: Transform pos: -316.5,7.5 parent: 1 - - uid: 52820 + - uid: 64939 components: - type: Transform pos: -316.5,6.5 parent: 1 - - uid: 52821 + - uid: 64940 components: - type: Transform pos: -316.5,5.5 parent: 1 - - uid: 52822 + - uid: 64941 components: - type: Transform pos: -316.5,4.5 parent: 1 - - uid: 52823 + - uid: 64942 components: - type: Transform pos: -316.5,3.5 parent: 1 - - uid: 52824 + - uid: 64943 components: - type: Transform pos: -316.5,2.5 parent: 1 - - uid: 52825 + - uid: 64944 components: - type: Transform pos: -316.5,1.5 parent: 1 - - uid: 52826 + - uid: 64945 components: - type: Transform pos: -316.5,0.5 parent: 1 - - uid: 52827 + - uid: 64946 components: - type: Transform pos: -316.5,-0.5 parent: 1 - - uid: 52828 + - uid: 64947 components: - type: Transform pos: -316.5,-1.5 parent: 1 - - uid: 52829 + - uid: 64948 components: - type: Transform pos: -316.5,-2.5 parent: 1 - - uid: 52830 + - uid: 64949 components: - type: Transform pos: -316.5,-3.5 parent: 1 - - uid: 52831 + - uid: 64950 components: - type: Transform pos: -316.5,-4.5 parent: 1 - - uid: 52832 + - uid: 64951 components: - type: Transform pos: -316.5,-5.5 parent: 1 - - uid: 52833 + - uid: 64952 components: - type: Transform pos: -316.5,-6.5 parent: 1 - - uid: 52834 + - uid: 64953 components: - type: Transform pos: -316.5,-7.5 parent: 1 - - uid: 52835 + - uid: 64954 components: - type: Transform pos: -316.5,-8.5 parent: 1 - - uid: 52836 + - uid: 64955 components: - type: Transform pos: -316.5,-9.5 parent: 1 - - uid: 52837 + - uid: 64956 components: - type: Transform pos: -316.5,-10.5 parent: 1 - - uid: 52838 + - uid: 64957 components: - type: Transform pos: -316.5,-11.5 parent: 1 - - uid: 52839 + - uid: 64958 components: - type: Transform pos: -316.5,-12.5 parent: 1 - - uid: 52840 + - uid: 64959 components: - type: Transform pos: -316.5,-13.5 parent: 1 - - uid: 52841 + - uid: 64960 components: - type: Transform pos: -316.5,-14.5 parent: 1 - - uid: 52842 + - uid: 64961 components: - type: Transform pos: -316.5,-15.5 parent: 1 - - uid: 52843 + - uid: 64962 components: - type: Transform pos: -316.5,-16.5 parent: 1 - - uid: 52844 + - uid: 64963 components: - type: Transform pos: -316.5,-17.5 parent: 1 - - uid: 52845 + - uid: 64964 components: - type: Transform pos: -316.5,-18.5 parent: 1 - - uid: 52846 + - uid: 64965 components: - type: Transform pos: -316.5,-19.5 parent: 1 - - uid: 52847 + - uid: 64966 components: - type: Transform pos: -316.5,-20.5 parent: 1 - - uid: 52848 + - uid: 64967 components: - type: Transform pos: -316.5,-21.5 parent: 1 - - uid: 52849 + - uid: 64968 components: - type: Transform pos: -316.5,-22.5 parent: 1 - - uid: 52850 + - uid: 64969 components: - type: Transform pos: -316.5,-23.5 parent: 1 - - uid: 52851 + - uid: 64970 components: - type: Transform pos: -316.5,-24.5 parent: 1 - - uid: 52852 + - uid: 64971 components: - type: Transform pos: -316.5,-25.5 parent: 1 - - uid: 52853 + - uid: 64972 components: - type: Transform pos: -316.5,-26.5 parent: 1 - - uid: 52854 + - uid: 64973 components: - type: Transform anchored: False pos: -315.5,69.5 parent: 1 - - uid: 52855 + - uid: 64974 components: - type: Transform anchored: False pos: -315.5,68.5 parent: 1 - - uid: 52856 + - uid: 64975 components: - type: Transform anchored: False pos: -315.5,67.5 parent: 1 - - uid: 52857 + - uid: 64976 components: - type: Transform anchored: False pos: -315.5,66.5 parent: 1 - - uid: 52858 + - uid: 64977 components: - type: Transform anchored: False pos: -315.5,65.5 parent: 1 - - uid: 52859 + - uid: 64978 components: - type: Transform anchored: False pos: -315.5,64.5 parent: 1 - - uid: 52860 + - uid: 64979 components: - type: Transform anchored: False pos: -315.5,63.5 parent: 1 - - uid: 52861 + - uid: 64980 components: - type: Transform anchored: False pos: -315.5,62.5 parent: 1 - - uid: 52862 + - uid: 64981 components: - type: Transform anchored: False pos: -315.5,61.5 parent: 1 - - uid: 52863 + - uid: 64982 components: - type: Transform anchored: False pos: -315.5,60.5 parent: 1 - - uid: 52864 + - uid: 64983 components: - type: Transform anchored: False pos: -315.5,59.5 parent: 1 - - uid: 52865 + - uid: 64984 components: - type: Transform anchored: False pos: -315.5,58.5 parent: 1 - - uid: 52866 + - uid: 64985 components: - type: Transform anchored: False pos: -315.5,57.5 parent: 1 - - uid: 52867 + - uid: 64986 components: - type: Transform anchored: False pos: -315.5,56.5 parent: 1 - - uid: 52868 + - uid: 64987 components: - type: Transform anchored: False pos: -315.5,55.5 parent: 1 - - uid: 52869 + - uid: 64988 components: - type: Transform anchored: False pos: -315.5,54.5 parent: 1 - - uid: 52870 + - uid: 64989 components: - type: Transform anchored: False pos: -315.5,53.5 parent: 1 - - uid: 52871 + - uid: 64990 components: - type: Transform anchored: False pos: -315.5,52.5 parent: 1 - - uid: 52872 + - uid: 64991 components: - type: Transform anchored: False pos: -315.5,51.5 parent: 1 - - uid: 52873 + - uid: 64992 components: - type: Transform anchored: False pos: -315.5,50.5 parent: 1 - - uid: 52874 + - uid: 64993 components: - type: Transform anchored: False pos: -315.5,49.5 parent: 1 - - uid: 52875 + - uid: 64994 components: - type: Transform anchored: False pos: -315.5,48.5 parent: 1 - - uid: 52876 + - uid: 64995 components: - type: Transform anchored: False pos: -315.5,47.5 parent: 1 - - uid: 52877 + - uid: 64996 components: - type: Transform anchored: False pos: -315.5,46.5 parent: 1 - - uid: 52878 + - uid: 64997 components: - type: Transform anchored: False pos: -315.5,45.5 parent: 1 - - uid: 52879 + - uid: 64998 components: - type: Transform anchored: False pos: -315.5,44.5 parent: 1 - - uid: 52880 + - uid: 64999 components: - type: Transform anchored: False pos: -315.5,43.5 parent: 1 - - uid: 52881 + - uid: 65000 components: - type: Transform anchored: False pos: -315.5,42.5 parent: 1 - - uid: 52882 + - uid: 65001 components: - type: Transform anchored: False pos: -315.5,41.5 parent: 1 - - uid: 52883 + - uid: 65002 components: - type: Transform anchored: False pos: -315.5,40.5 parent: 1 - - uid: 52884 + - uid: 65003 components: - type: Transform anchored: False pos: -315.5,39.5 parent: 1 - - uid: 52885 + - uid: 65004 components: - type: Transform anchored: False pos: -315.5,38.5 parent: 1 - - uid: 52886 + - uid: 65005 components: - type: Transform anchored: False pos: -315.5,37.5 parent: 1 - - uid: 52887 + - uid: 65006 components: - type: Transform anchored: False pos: -315.5,36.5 parent: 1 - - uid: 52888 + - uid: 65007 components: - type: Transform anchored: False pos: -315.5,35.5 parent: 1 - - uid: 52889 + - uid: 65008 components: - type: Transform anchored: False pos: -315.5,34.5 parent: 1 - - uid: 52890 + - uid: 65009 components: - type: Transform anchored: False pos: -315.5,33.5 parent: 1 - - uid: 52891 + - uid: 65010 components: - type: Transform anchored: False pos: -315.5,32.5 parent: 1 - - uid: 52892 + - uid: 65011 components: - type: Transform pos: -315.5,31.5 parent: 1 - - uid: 52893 + - uid: 65012 components: - type: Transform pos: -315.5,30.5 parent: 1 - - uid: 52894 + - uid: 65013 components: - type: Transform pos: -315.5,29.5 parent: 1 - - uid: 52895 + - uid: 65014 components: - type: Transform pos: -315.5,28.5 parent: 1 - - uid: 52896 + - uid: 65015 components: - type: Transform pos: -315.5,27.5 parent: 1 - - uid: 52897 + - uid: 65016 components: - type: Transform pos: -315.5,26.5 parent: 1 - - uid: 52898 + - uid: 65017 components: - type: Transform pos: -315.5,25.5 parent: 1 - - uid: 52899 + - uid: 65018 components: - type: Transform pos: -315.5,24.5 parent: 1 - - uid: 52900 + - uid: 65019 components: - type: Transform pos: -315.5,23.5 parent: 1 - - uid: 52901 + - uid: 65020 components: - type: Transform pos: -315.5,22.5 parent: 1 - - uid: 52902 + - uid: 65021 components: - type: Transform pos: -315.5,21.5 parent: 1 - - uid: 52903 + - uid: 65022 components: - type: Transform pos: -315.5,20.5 parent: 1 - - uid: 52904 + - uid: 65023 components: - type: Transform pos: -315.5,19.5 parent: 1 - - uid: 52905 + - uid: 65024 components: - type: Transform pos: -315.5,18.5 parent: 1 - - uid: 52906 + - uid: 65025 components: - type: Transform pos: -315.5,17.5 parent: 1 - - uid: 52907 + - uid: 65026 components: - type: Transform pos: -315.5,16.5 parent: 1 - - uid: 52908 + - uid: 65027 components: - type: Transform pos: -315.5,15.5 parent: 1 - - uid: 52909 + - uid: 65028 components: - type: Transform pos: -315.5,14.5 parent: 1 - - uid: 52910 + - uid: 65029 components: - type: Transform pos: -315.5,13.5 parent: 1 - - uid: 52911 + - uid: 65030 components: - type: Transform pos: -315.5,12.5 parent: 1 - - uid: 52912 + - uid: 65031 components: - type: Transform pos: -315.5,11.5 parent: 1 - - uid: 52913 + - uid: 65032 components: - type: Transform pos: -315.5,10.5 parent: 1 - - uid: 52914 + - uid: 65033 components: - type: Transform pos: -315.5,9.5 parent: 1 - - uid: 52915 + - uid: 65034 components: - type: Transform pos: -315.5,8.5 parent: 1 - - uid: 52916 + - uid: 65035 components: - type: Transform pos: -315.5,7.5 parent: 1 - - uid: 52917 + - uid: 65036 components: - type: Transform pos: -315.5,6.5 parent: 1 - - uid: 52918 + - uid: 65037 components: - type: Transform pos: -315.5,5.5 parent: 1 - - uid: 52919 + - uid: 65038 components: - type: Transform pos: -315.5,4.5 parent: 1 - - uid: 52920 + - uid: 65039 components: - type: Transform pos: -315.5,3.5 parent: 1 - - uid: 52921 + - uid: 65040 components: - type: Transform pos: -315.5,2.5 parent: 1 - - uid: 52922 + - uid: 65041 components: - type: Transform pos: -315.5,1.5 parent: 1 - - uid: 52923 + - uid: 65042 components: - type: Transform pos: -315.5,0.5 parent: 1 - - uid: 52924 + - uid: 65043 components: - type: Transform pos: -315.5,-0.5 parent: 1 - - uid: 52925 + - uid: 65044 components: - type: Transform pos: -315.5,-1.5 parent: 1 - - uid: 52926 + - uid: 65045 components: - type: Transform pos: -315.5,-2.5 parent: 1 - - uid: 52927 + - uid: 65046 components: - type: Transform pos: -315.5,-3.5 parent: 1 - - uid: 52928 + - uid: 65047 components: - type: Transform pos: -315.5,-4.5 parent: 1 - - uid: 52929 + - uid: 65048 components: - type: Transform pos: -315.5,-5.5 parent: 1 - - uid: 52930 + - uid: 65049 components: - type: Transform pos: -315.5,-6.5 parent: 1 - - uid: 52931 + - uid: 65050 components: - type: Transform pos: -315.5,-7.5 parent: 1 - - uid: 52932 + - uid: 65051 components: - type: Transform pos: -315.5,-8.5 parent: 1 - - uid: 52933 + - uid: 65052 components: - type: Transform pos: -315.5,-9.5 parent: 1 - - uid: 52934 + - uid: 65053 components: - type: Transform pos: -315.5,-10.5 parent: 1 - - uid: 52935 + - uid: 65054 components: - type: Transform pos: -315.5,-11.5 parent: 1 - - uid: 52936 + - uid: 65055 components: - type: Transform pos: -315.5,-12.5 parent: 1 - - uid: 52937 + - uid: 65056 components: - type: Transform pos: -315.5,-13.5 parent: 1 - - uid: 52938 + - uid: 65057 components: - type: Transform pos: -315.5,-14.5 parent: 1 - - uid: 52939 + - uid: 65058 components: - type: Transform pos: -315.5,-15.5 parent: 1 - - uid: 52940 + - uid: 65059 components: - type: Transform pos: -315.5,-16.5 parent: 1 - - uid: 52941 + - uid: 65060 components: - type: Transform pos: -315.5,-17.5 parent: 1 - - uid: 52942 + - uid: 65061 components: - type: Transform pos: -315.5,-18.5 parent: 1 - - uid: 52943 + - uid: 65062 components: - type: Transform pos: -315.5,-19.5 parent: 1 - - uid: 52944 + - uid: 65063 components: - type: Transform pos: -315.5,-20.5 parent: 1 - - uid: 52945 + - uid: 65064 components: - type: Transform pos: -315.5,-21.5 parent: 1 - - uid: 52946 + - uid: 65065 components: - type: Transform pos: -315.5,-22.5 parent: 1 - - uid: 52947 + - uid: 65066 components: - type: Transform pos: -315.5,-23.5 parent: 1 - - uid: 52948 + - uid: 65067 components: - type: Transform pos: -315.5,-24.5 parent: 1 - - uid: 52949 + - uid: 65068 components: - type: Transform pos: -315.5,-25.5 parent: 1 - - uid: 52950 + - uid: 65069 components: - type: Transform pos: -315.5,-26.5 parent: 1 - - uid: 52951 + - uid: 65070 components: - type: Transform anchored: False pos: -314.5,69.5 parent: 1 - - uid: 52952 + - uid: 65071 components: - type: Transform anchored: False pos: -314.5,68.5 parent: 1 - - uid: 52953 + - uid: 65072 components: - type: Transform anchored: False pos: -314.5,67.5 parent: 1 - - uid: 52954 + - uid: 65073 components: - type: Transform anchored: False pos: -314.5,66.5 parent: 1 - - uid: 52955 + - uid: 65074 components: - type: Transform anchored: False pos: -314.5,65.5 parent: 1 - - uid: 52956 + - uid: 65075 components: - type: Transform anchored: False pos: -314.5,64.5 parent: 1 - - uid: 52957 + - uid: 65076 components: - type: Transform anchored: False pos: -314.5,63.5 parent: 1 - - uid: 52958 + - uid: 65077 components: - type: Transform anchored: False pos: -314.5,62.5 parent: 1 - - uid: 52959 + - uid: 65078 components: - type: Transform anchored: False pos: -314.5,61.5 parent: 1 - - uid: 52960 + - uid: 65079 components: - type: Transform anchored: False pos: -314.5,60.5 parent: 1 - - uid: 52961 + - uid: 65080 components: - type: Transform anchored: False pos: -314.5,59.5 parent: 1 - - uid: 52962 + - uid: 65081 components: - type: Transform anchored: False pos: -314.5,58.5 parent: 1 - - uid: 52963 + - uid: 65082 components: - type: Transform anchored: False pos: -314.5,57.5 parent: 1 - - uid: 52964 + - uid: 65083 components: - type: Transform anchored: False pos: -314.5,56.5 parent: 1 - - uid: 52965 + - uid: 65084 components: - type: Transform anchored: False pos: -314.5,55.5 parent: 1 - - uid: 52966 + - uid: 65085 components: - type: Transform anchored: False pos: -314.5,54.5 parent: 1 - - uid: 52967 + - uid: 65086 components: - type: Transform anchored: False pos: -314.5,53.5 parent: 1 - - uid: 52968 + - uid: 65087 components: - type: Transform anchored: False pos: -314.5,52.5 parent: 1 - - uid: 52969 + - uid: 65088 components: - type: Transform anchored: False pos: -314.5,51.5 parent: 1 - - uid: 52970 + - uid: 65089 components: - type: Transform anchored: False pos: -314.5,50.5 parent: 1 - - uid: 52971 + - uid: 65090 components: - type: Transform anchored: False pos: -314.5,49.5 parent: 1 - - uid: 52972 + - uid: 65091 components: - type: Transform anchored: False pos: -314.5,48.5 parent: 1 - - uid: 52973 + - uid: 65092 components: - type: Transform anchored: False pos: -314.5,47.5 parent: 1 - - uid: 52974 + - uid: 65093 components: - type: Transform anchored: False pos: -314.5,46.5 parent: 1 - - uid: 52975 + - uid: 65094 components: - type: Transform anchored: False pos: -314.5,45.5 parent: 1 - - uid: 52976 + - uid: 65095 components: - type: Transform anchored: False pos: -314.5,44.5 parent: 1 - - uid: 52977 + - uid: 65096 components: - type: Transform anchored: False pos: -314.5,43.5 parent: 1 - - uid: 52978 + - uid: 65097 components: - type: Transform anchored: False pos: -314.5,42.5 parent: 1 - - uid: 52979 + - uid: 65098 components: - type: Transform anchored: False pos: -314.5,41.5 parent: 1 - - uid: 52980 + - uid: 65099 components: - type: Transform anchored: False pos: -314.5,40.5 parent: 1 - - uid: 52981 + - uid: 65100 components: - type: Transform anchored: False pos: -314.5,39.5 parent: 1 - - uid: 52982 + - uid: 65101 components: - type: Transform anchored: False pos: -314.5,38.5 parent: 1 - - uid: 52983 + - uid: 65102 components: - type: Transform anchored: False pos: -314.5,37.5 parent: 1 - - uid: 52984 + - uid: 65103 components: - type: Transform anchored: False pos: -314.5,36.5 parent: 1 - - uid: 52985 + - uid: 65104 components: - type: Transform anchored: False pos: -314.5,35.5 parent: 1 - - uid: 52986 + - uid: 65105 components: - type: Transform anchored: False pos: -314.5,34.5 parent: 1 - - uid: 52987 + - uid: 65106 components: - type: Transform anchored: False pos: -314.5,33.5 parent: 1 - - uid: 52988 + - uid: 65107 components: - type: Transform anchored: False pos: -314.5,32.5 parent: 1 - - uid: 52989 + - uid: 65108 components: - type: Transform pos: -314.5,31.5 parent: 1 - - uid: 52990 + - uid: 65109 components: - type: Transform pos: -314.5,30.5 parent: 1 - - uid: 52991 + - uid: 65110 components: - type: Transform pos: -314.5,29.5 parent: 1 - - uid: 52992 + - uid: 65111 components: - type: Transform pos: -314.5,28.5 parent: 1 - - uid: 52993 + - uid: 65112 components: - type: Transform pos: -314.5,27.5 parent: 1 - - uid: 52994 + - uid: 65113 components: - type: Transform pos: -314.5,26.5 parent: 1 - - uid: 52995 + - uid: 65114 components: - type: Transform pos: -314.5,25.5 parent: 1 - - uid: 52996 + - uid: 65115 components: - type: Transform pos: -314.5,24.5 parent: 1 - - uid: 52997 + - uid: 65116 components: - type: Transform pos: -314.5,23.5 parent: 1 - - uid: 52998 + - uid: 65117 components: - type: Transform pos: -314.5,22.5 parent: 1 - - uid: 52999 + - uid: 65118 components: - type: Transform pos: -314.5,21.5 parent: 1 - - uid: 53000 + - uid: 65119 components: - type: Transform pos: -314.5,20.5 parent: 1 - - uid: 53001 + - uid: 65120 components: - type: Transform pos: -314.5,19.5 parent: 1 - - uid: 53002 + - uid: 65121 components: - type: Transform pos: -314.5,18.5 parent: 1 - - uid: 53003 + - uid: 65122 components: - type: Transform pos: -314.5,17.5 parent: 1 - - uid: 53004 + - uid: 65123 components: - type: Transform pos: -314.5,16.5 parent: 1 - - uid: 53005 + - uid: 65124 components: - type: Transform pos: -314.5,15.5 parent: 1 - - uid: 53006 + - uid: 65125 components: - type: Transform pos: -314.5,14.5 parent: 1 - - uid: 53007 + - uid: 65126 components: - type: Transform pos: -314.5,13.5 parent: 1 - - uid: 53008 + - uid: 65127 components: - type: Transform pos: -314.5,12.5 parent: 1 - - uid: 53009 + - uid: 65128 components: - type: Transform pos: -314.5,11.5 parent: 1 - - uid: 53010 + - uid: 65129 components: - type: Transform pos: -314.5,10.5 parent: 1 - - uid: 53011 + - uid: 65130 components: - type: Transform pos: -314.5,9.5 parent: 1 - - uid: 53012 + - uid: 65131 components: - type: Transform pos: -314.5,8.5 parent: 1 - - uid: 53013 + - uid: 65132 components: - type: Transform pos: -314.5,7.5 parent: 1 - - uid: 53014 + - uid: 65133 components: - type: Transform pos: -314.5,6.5 parent: 1 - - uid: 53015 + - uid: 65134 components: - type: Transform pos: -314.5,5.5 parent: 1 - - uid: 53016 + - uid: 65135 components: - type: Transform pos: -314.5,4.5 parent: 1 - - uid: 53017 + - uid: 65136 components: - type: Transform pos: -314.5,3.5 parent: 1 - - uid: 53018 + - uid: 65137 components: - type: Transform pos: -314.5,2.5 parent: 1 - - uid: 53019 + - uid: 65138 components: - type: Transform pos: -314.5,1.5 parent: 1 - - uid: 53020 + - uid: 65139 components: - type: Transform pos: -314.5,0.5 parent: 1 - - uid: 53021 + - uid: 65140 components: - type: Transform pos: -314.5,-0.5 parent: 1 - - uid: 53022 + - uid: 65141 components: - type: Transform pos: -314.5,-1.5 parent: 1 - - uid: 53023 + - uid: 65142 components: - type: Transform pos: -314.5,-2.5 parent: 1 - - uid: 53024 + - uid: 65143 components: - type: Transform pos: -314.5,-3.5 parent: 1 - - uid: 53025 + - uid: 65144 components: - type: Transform pos: -314.5,-4.5 parent: 1 - - uid: 53026 + - uid: 65145 components: - type: Transform pos: -314.5,-5.5 parent: 1 - - uid: 53027 + - uid: 65146 components: - type: Transform pos: -314.5,-6.5 parent: 1 - - uid: 53028 + - uid: 65147 components: - type: Transform pos: -314.5,-7.5 parent: 1 - - uid: 53029 + - uid: 65148 components: - type: Transform pos: -314.5,-8.5 parent: 1 - - uid: 53030 + - uid: 65149 components: - type: Transform pos: -314.5,-9.5 parent: 1 - - uid: 53031 + - uid: 65150 components: - type: Transform pos: -314.5,-10.5 parent: 1 - - uid: 53032 + - uid: 65151 components: - type: Transform pos: -314.5,-11.5 parent: 1 - - uid: 53033 + - uid: 65152 components: - type: Transform pos: -314.5,-12.5 parent: 1 - - uid: 53034 + - uid: 65153 components: - type: Transform pos: -314.5,-13.5 parent: 1 - - uid: 53035 + - uid: 65154 components: - type: Transform pos: -314.5,-14.5 parent: 1 - - uid: 53036 + - uid: 65155 components: - type: Transform pos: -314.5,-15.5 parent: 1 - - uid: 53037 + - uid: 65156 components: - type: Transform pos: -314.5,-16.5 parent: 1 - - uid: 53038 + - uid: 65157 components: - type: Transform pos: -314.5,-17.5 parent: 1 - - uid: 53039 + - uid: 65158 components: - type: Transform pos: -314.5,-18.5 parent: 1 - - uid: 53040 + - uid: 65159 components: - type: Transform pos: -314.5,-19.5 parent: 1 - - uid: 53041 + - uid: 65160 components: - type: Transform pos: -314.5,-20.5 parent: 1 - - uid: 53042 + - uid: 65161 components: - type: Transform pos: -314.5,-21.5 parent: 1 - - uid: 53043 + - uid: 65162 components: - type: Transform pos: -314.5,-22.5 parent: 1 - - uid: 53044 + - uid: 65163 components: - type: Transform pos: -314.5,-23.5 parent: 1 - - uid: 53045 + - uid: 65164 components: - type: Transform pos: -314.5,-24.5 parent: 1 - - uid: 53046 + - uid: 65165 components: - type: Transform pos: -314.5,-25.5 parent: 1 - - uid: 53047 + - uid: 65166 components: - type: Transform pos: -314.5,-26.5 parent: 1 - - uid: 53048 + - uid: 65167 components: - type: Transform anchored: False pos: -313.5,69.5 parent: 1 - - uid: 53049 + - uid: 65168 components: - type: Transform anchored: False pos: -313.5,68.5 parent: 1 - - uid: 53050 + - uid: 65169 components: - type: Transform anchored: False pos: -313.5,67.5 parent: 1 - - uid: 53051 + - uid: 65170 components: - type: Transform anchored: False pos: -313.5,66.5 parent: 1 - - uid: 53052 + - uid: 65171 components: - type: Transform anchored: False pos: -313.5,65.5 parent: 1 - - uid: 53053 + - uid: 65172 components: - type: Transform anchored: False pos: -313.5,64.5 parent: 1 - - uid: 53054 + - uid: 65173 components: - type: Transform anchored: False pos: -313.5,63.5 parent: 1 - - uid: 53055 + - uid: 65174 components: - type: Transform anchored: False pos: -313.5,62.5 parent: 1 - - uid: 53056 + - uid: 65175 components: - type: Transform anchored: False pos: -313.5,61.5 parent: 1 - - uid: 53057 + - uid: 65176 components: - type: Transform anchored: False pos: -313.5,60.5 parent: 1 - - uid: 53058 + - uid: 65177 components: - type: Transform anchored: False pos: -313.5,59.5 parent: 1 - - uid: 53059 + - uid: 65178 components: - type: Transform anchored: False pos: -313.5,58.5 parent: 1 - - uid: 53060 + - uid: 65179 components: - type: Transform anchored: False pos: -313.5,57.5 parent: 1 - - uid: 53061 + - uid: 65180 components: - type: Transform anchored: False pos: -313.5,56.5 parent: 1 - - uid: 53062 + - uid: 65181 components: - type: Transform anchored: False pos: -313.5,55.5 parent: 1 - - uid: 53063 + - uid: 65182 components: - type: Transform anchored: False pos: -313.5,54.5 parent: 1 - - uid: 53064 + - uid: 65183 components: - type: Transform anchored: False pos: -313.5,53.5 parent: 1 - - uid: 53065 + - uid: 65184 components: - type: Transform anchored: False pos: -313.5,52.5 parent: 1 - - uid: 53066 + - uid: 65185 components: - type: Transform anchored: False pos: -313.5,51.5 parent: 1 - - uid: 53067 + - uid: 65186 components: - type: Transform anchored: False pos: -313.5,50.5 parent: 1 - - uid: 53068 + - uid: 65187 components: - type: Transform anchored: False pos: -313.5,49.5 parent: 1 - - uid: 53069 + - uid: 65188 components: - type: Transform anchored: False pos: -313.5,48.5 parent: 1 - - uid: 53070 + - uid: 65189 components: - type: Transform anchored: False pos: -313.5,47.5 parent: 1 - - uid: 53071 + - uid: 65190 components: - type: Transform anchored: False pos: -313.5,46.5 parent: 1 - - uid: 53072 + - uid: 65191 components: - type: Transform anchored: False pos: -313.5,45.5 parent: 1 - - uid: 53073 + - uid: 65192 components: - type: Transform anchored: False pos: -313.5,44.5 parent: 1 - - uid: 53074 + - uid: 65193 components: - type: Transform anchored: False pos: -313.5,43.5 parent: 1 - - uid: 53075 + - uid: 65194 components: - type: Transform anchored: False pos: -313.5,42.5 parent: 1 - - uid: 53076 + - uid: 65195 components: - type: Transform anchored: False pos: -313.5,41.5 parent: 1 - - uid: 53077 + - uid: 65196 components: - type: Transform anchored: False pos: -313.5,40.5 parent: 1 - - uid: 53078 + - uid: 65197 components: - type: Transform anchored: False pos: -313.5,39.5 parent: 1 - - uid: 53079 + - uid: 65198 components: - type: Transform anchored: False pos: -313.5,38.5 parent: 1 - - uid: 53080 + - uid: 65199 components: - type: Transform anchored: False pos: -313.5,37.5 parent: 1 - - uid: 53081 + - uid: 65200 components: - type: Transform anchored: False pos: -313.5,36.5 parent: 1 - - uid: 53082 + - uid: 65201 components: - type: Transform anchored: False pos: -313.5,35.5 parent: 1 - - uid: 53083 + - uid: 65202 components: - type: Transform anchored: False pos: -313.5,34.5 parent: 1 - - uid: 53084 + - uid: 65203 components: - type: Transform anchored: False pos: -313.5,33.5 parent: 1 - - uid: 53085 + - uid: 65204 components: - type: Transform anchored: False pos: -313.5,32.5 parent: 1 - - uid: 53086 + - uid: 65205 components: - type: Transform pos: -313.5,31.5 parent: 1 - - uid: 53087 + - uid: 65206 components: - type: Transform pos: -313.5,30.5 parent: 1 - - uid: 53088 + - uid: 65207 components: - type: Transform pos: -313.5,29.5 parent: 1 - - uid: 53089 + - uid: 65208 components: - type: Transform pos: -313.5,28.5 parent: 1 - - uid: 53090 + - uid: 65209 components: - type: Transform pos: -313.5,27.5 parent: 1 - - uid: 53091 + - uid: 65210 components: - type: Transform pos: -313.5,26.5 parent: 1 - - uid: 53092 + - uid: 65211 components: - type: Transform pos: -313.5,25.5 parent: 1 - - uid: 53093 + - uid: 65212 components: - type: Transform pos: -313.5,24.5 parent: 1 - - uid: 53094 + - uid: 65213 components: - type: Transform pos: -313.5,23.5 parent: 1 - - uid: 53095 + - uid: 65214 components: - type: Transform pos: -313.5,22.5 parent: 1 - - uid: 53096 + - uid: 65215 components: - type: Transform pos: -313.5,21.5 parent: 1 - - uid: 53097 + - uid: 65216 components: - type: Transform pos: -313.5,20.5 parent: 1 - - uid: 53098 + - uid: 65217 components: - type: Transform pos: -313.5,19.5 parent: 1 - - uid: 53099 + - uid: 65218 components: - type: Transform pos: -313.5,18.5 parent: 1 - - uid: 53100 + - uid: 65219 components: - type: Transform pos: -313.5,17.5 parent: 1 - - uid: 53101 + - uid: 65220 components: - type: Transform pos: -313.5,16.5 parent: 1 - - uid: 53102 + - uid: 65221 components: - type: Transform pos: -313.5,15.5 parent: 1 - - uid: 53103 + - uid: 65222 components: - type: Transform pos: -313.5,14.5 parent: 1 - - uid: 53104 + - uid: 65223 components: - type: Transform pos: -313.5,13.5 parent: 1 - - uid: 53105 + - uid: 65224 components: - type: Transform pos: -313.5,12.5 parent: 1 - - uid: 53106 + - uid: 65225 components: - type: Transform pos: -313.5,11.5 parent: 1 - - uid: 53107 + - uid: 65226 components: - type: Transform pos: -313.5,10.5 parent: 1 - - uid: 53108 + - uid: 65227 components: - type: Transform pos: -313.5,9.5 parent: 1 - - uid: 53109 + - uid: 65228 components: - type: Transform pos: -313.5,8.5 parent: 1 - - uid: 53110 + - uid: 65229 components: - type: Transform pos: -313.5,7.5 parent: 1 - - uid: 53111 + - uid: 65230 components: - type: Transform pos: -313.5,6.5 parent: 1 - - uid: 53112 + - uid: 65231 components: - type: Transform pos: -313.5,5.5 parent: 1 - - uid: 53113 + - uid: 65232 components: - type: Transform pos: -313.5,4.5 parent: 1 - - uid: 53114 + - uid: 65233 components: - type: Transform pos: -313.5,3.5 parent: 1 - - uid: 53115 + - uid: 65234 components: - type: Transform pos: -313.5,2.5 parent: 1 - - uid: 53116 + - uid: 65235 components: - type: Transform pos: -313.5,1.5 parent: 1 - - uid: 53117 + - uid: 65236 components: - type: Transform pos: -313.5,0.5 parent: 1 - - uid: 53118 + - uid: 65237 components: - type: Transform pos: -313.5,-0.5 parent: 1 - - uid: 53119 + - uid: 65238 components: - type: Transform pos: -313.5,-1.5 parent: 1 - - uid: 53120 + - uid: 65239 components: - type: Transform pos: -313.5,-2.5 parent: 1 - - uid: 53121 + - uid: 65240 components: - type: Transform pos: -313.5,-3.5 parent: 1 - - uid: 53122 + - uid: 65241 components: - type: Transform pos: -313.5,-4.5 parent: 1 - - uid: 53123 + - uid: 65242 components: - type: Transform pos: -313.5,-5.5 parent: 1 - - uid: 53124 + - uid: 65243 components: - type: Transform pos: -313.5,-6.5 parent: 1 - - uid: 53125 + - uid: 65244 components: - type: Transform pos: -313.5,-7.5 parent: 1 - - uid: 53126 + - uid: 65245 components: - type: Transform pos: -313.5,-8.5 parent: 1 - - uid: 53127 + - uid: 65246 components: - type: Transform pos: -313.5,-9.5 parent: 1 - - uid: 53128 + - uid: 65247 components: - type: Transform pos: -313.5,-10.5 parent: 1 - - uid: 53129 + - uid: 65248 components: - type: Transform pos: -313.5,-11.5 parent: 1 - - uid: 53130 + - uid: 65249 components: - type: Transform pos: -313.5,-12.5 parent: 1 - - uid: 53131 + - uid: 65250 components: - type: Transform pos: -313.5,-13.5 parent: 1 - - uid: 53132 + - uid: 65251 components: - type: Transform pos: -313.5,-14.5 parent: 1 - - uid: 53133 + - uid: 65252 components: - type: Transform pos: -313.5,-15.5 parent: 1 - - uid: 53134 + - uid: 65253 components: - type: Transform pos: -313.5,-16.5 parent: 1 - - uid: 53135 + - uid: 65254 components: - type: Transform pos: -313.5,-17.5 parent: 1 - - uid: 53136 + - uid: 65255 components: - type: Transform pos: -313.5,-18.5 parent: 1 - - uid: 53137 + - uid: 65256 components: - type: Transform pos: -313.5,-19.5 parent: 1 - - uid: 53138 + - uid: 65257 components: - type: Transform pos: -313.5,-20.5 parent: 1 - - uid: 53139 + - uid: 65258 components: - type: Transform pos: -313.5,-21.5 parent: 1 - - uid: 53140 + - uid: 65259 components: - type: Transform pos: -313.5,-22.5 parent: 1 - - uid: 53141 + - uid: 65260 components: - type: Transform pos: -313.5,-23.5 parent: 1 - - uid: 53142 + - uid: 65261 components: - type: Transform pos: -313.5,-24.5 parent: 1 - - uid: 53143 + - uid: 65262 components: - type: Transform pos: -313.5,-25.5 parent: 1 - - uid: 53144 + - uid: 65263 components: - type: Transform pos: -313.5,-26.5 parent: 1 - - uid: 53145 + - uid: 65264 components: - type: Transform anchored: False pos: -312.5,69.5 parent: 1 - - uid: 53146 + - uid: 65265 components: - type: Transform anchored: False pos: -312.5,68.5 parent: 1 - - uid: 53147 + - uid: 65266 components: - type: Transform anchored: False pos: -312.5,67.5 parent: 1 - - uid: 53148 + - uid: 65267 components: - type: Transform anchored: False pos: -312.5,66.5 parent: 1 - - uid: 53149 + - uid: 65268 components: - type: Transform anchored: False pos: -312.5,65.5 parent: 1 - - uid: 53150 + - uid: 65269 components: - type: Transform anchored: False pos: -312.5,64.5 parent: 1 - - uid: 53151 + - uid: 65270 components: - type: Transform anchored: False pos: -312.5,63.5 parent: 1 - - uid: 53152 + - uid: 65271 components: - type: Transform anchored: False pos: -312.5,62.5 parent: 1 - - uid: 53153 + - uid: 65272 components: - type: Transform anchored: False pos: -312.5,61.5 parent: 1 - - uid: 53154 + - uid: 65273 components: - type: Transform anchored: False pos: -312.5,60.5 parent: 1 - - uid: 53155 + - uid: 65274 components: - type: Transform anchored: False pos: -312.5,59.5 parent: 1 - - uid: 53156 + - uid: 65275 components: - type: Transform anchored: False pos: -312.5,58.5 parent: 1 - - uid: 53157 + - uid: 65276 components: - type: Transform anchored: False pos: -312.5,57.5 parent: 1 - - uid: 53158 + - uid: 65277 components: - type: Transform anchored: False pos: -312.5,56.5 parent: 1 - - uid: 53159 + - uid: 65278 components: - type: Transform anchored: False pos: -312.5,55.5 parent: 1 - - uid: 53160 + - uid: 65279 components: - type: Transform anchored: False pos: -312.5,54.5 parent: 1 - - uid: 53161 + - uid: 65280 components: - type: Transform anchored: False pos: -312.5,53.5 parent: 1 - - uid: 53162 + - uid: 65281 components: - type: Transform anchored: False pos: -312.5,52.5 parent: 1 - - uid: 53163 + - uid: 65282 components: - type: Transform anchored: False pos: -312.5,51.5 parent: 1 - - uid: 53164 + - uid: 65283 components: - type: Transform anchored: False pos: -312.5,50.5 parent: 1 - - uid: 53165 + - uid: 65284 components: - type: Transform anchored: False pos: -312.5,49.5 parent: 1 - - uid: 53166 + - uid: 65285 components: - type: Transform anchored: False pos: -312.5,48.5 parent: 1 - - uid: 53167 + - uid: 65286 components: - type: Transform anchored: False pos: -312.5,47.5 parent: 1 - - uid: 53168 + - uid: 65287 components: - type: Transform anchored: False pos: -312.5,46.5 parent: 1 - - uid: 53169 + - uid: 65288 components: - type: Transform anchored: False pos: -312.5,45.5 parent: 1 - - uid: 53170 + - uid: 65289 components: - type: Transform anchored: False pos: -312.5,44.5 parent: 1 - - uid: 53171 + - uid: 65290 components: - type: Transform anchored: False pos: -312.5,43.5 parent: 1 - - uid: 53172 + - uid: 65291 components: - type: Transform anchored: False pos: -312.5,42.5 parent: 1 - - uid: 53173 + - uid: 65292 components: - type: Transform anchored: False pos: -312.5,41.5 parent: 1 - - uid: 53174 + - uid: 65293 components: - type: Transform anchored: False pos: -312.5,40.5 parent: 1 - - uid: 53175 + - uid: 65294 components: - type: Transform anchored: False pos: -312.5,39.5 parent: 1 - - uid: 53176 + - uid: 65295 components: - type: Transform anchored: False pos: -312.5,38.5 parent: 1 - - uid: 53177 + - uid: 65296 components: - type: Transform anchored: False pos: -312.5,37.5 parent: 1 - - uid: 53178 + - uid: 65297 components: - type: Transform anchored: False pos: -312.5,36.5 parent: 1 - - uid: 53179 + - uid: 65298 components: - type: Transform anchored: False pos: -312.5,35.5 parent: 1 - - uid: 53180 + - uid: 65299 components: - type: Transform anchored: False pos: -312.5,34.5 parent: 1 - - uid: 53181 + - uid: 65300 components: - type: Transform anchored: False pos: -312.5,33.5 parent: 1 - - uid: 53182 + - uid: 65301 components: - type: Transform anchored: False pos: -312.5,32.5 parent: 1 - - uid: 53183 + - uid: 65302 components: - type: Transform pos: -312.5,31.5 parent: 1 - - uid: 53184 + - uid: 65303 components: - type: Transform pos: -312.5,30.5 parent: 1 - - uid: 53185 + - uid: 65304 components: - type: Transform pos: -312.5,29.5 parent: 1 - - uid: 53186 + - uid: 65305 components: - type: Transform pos: -312.5,28.5 parent: 1 - - uid: 53187 + - uid: 65306 components: - type: Transform pos: -312.5,27.5 parent: 1 - - uid: 53188 + - uid: 65307 components: - type: Transform pos: -312.5,26.5 parent: 1 - - uid: 53189 + - uid: 65308 components: - type: Transform pos: -312.5,25.5 parent: 1 - - uid: 53190 + - uid: 65309 components: - type: Transform pos: -312.5,24.5 parent: 1 - - uid: 53191 + - uid: 65310 components: - type: Transform pos: -312.5,23.5 parent: 1 - - uid: 53192 + - uid: 65311 components: - type: Transform pos: -312.5,22.5 parent: 1 - - uid: 53193 + - uid: 65312 components: - type: Transform pos: -312.5,21.5 parent: 1 - - uid: 53194 + - uid: 65313 components: - type: Transform pos: -312.5,20.5 parent: 1 - - uid: 53195 + - uid: 65314 components: - type: Transform pos: -312.5,19.5 parent: 1 - - uid: 53196 + - uid: 65315 components: - type: Transform pos: -312.5,18.5 parent: 1 - - uid: 53197 + - uid: 65316 components: - type: Transform pos: -312.5,17.5 parent: 1 - - uid: 53198 + - uid: 65317 components: - type: Transform pos: -312.5,16.5 parent: 1 - - uid: 53199 + - uid: 65318 components: - type: Transform pos: -312.5,15.5 parent: 1 - - uid: 53200 + - uid: 65319 components: - type: Transform pos: -312.5,14.5 parent: 1 - - uid: 53201 + - uid: 65320 components: - type: Transform pos: -312.5,13.5 parent: 1 - - uid: 53202 + - uid: 65321 components: - type: Transform pos: -312.5,12.5 parent: 1 - - uid: 53203 + - uid: 65322 components: - type: Transform pos: -312.5,11.5 parent: 1 - - uid: 53204 + - uid: 65323 components: - type: Transform pos: -312.5,10.5 parent: 1 - - uid: 53205 + - uid: 65324 components: - type: Transform pos: -312.5,9.5 parent: 1 - - uid: 53206 + - uid: 65325 components: - type: Transform pos: -312.5,8.5 parent: 1 - - uid: 53207 + - uid: 65326 components: - type: Transform pos: -312.5,7.5 parent: 1 - - uid: 53208 + - uid: 65327 components: - type: Transform pos: -312.5,6.5 parent: 1 - - uid: 53209 + - uid: 65328 components: - type: Transform pos: -312.5,5.5 parent: 1 - - uid: 53210 + - uid: 65329 components: - type: Transform pos: -312.5,4.5 parent: 1 - - uid: 53211 + - uid: 65330 components: - type: Transform pos: -312.5,3.5 parent: 1 - - uid: 53212 + - uid: 65331 components: - type: Transform pos: -312.5,2.5 parent: 1 - - uid: 53213 + - uid: 65332 components: - type: Transform pos: -312.5,1.5 parent: 1 - - uid: 53214 + - uid: 65333 components: - type: Transform pos: -312.5,0.5 parent: 1 - - uid: 53215 + - uid: 65334 components: - type: Transform pos: -312.5,-0.5 parent: 1 - - uid: 53216 + - uid: 65335 components: - type: Transform pos: -312.5,-1.5 parent: 1 - - uid: 53217 + - uid: 65336 components: - type: Transform pos: -312.5,-2.5 parent: 1 - - uid: 53218 + - uid: 65337 components: - type: Transform pos: -312.5,-3.5 parent: 1 - - uid: 53219 + - uid: 65338 components: - type: Transform pos: -312.5,-4.5 parent: 1 - - uid: 53220 + - uid: 65339 components: - type: Transform pos: -312.5,-5.5 parent: 1 - - uid: 53221 + - uid: 65340 components: - type: Transform pos: -312.5,-6.5 parent: 1 - - uid: 53222 + - uid: 65341 components: - type: Transform pos: -312.5,-7.5 parent: 1 - - uid: 53223 + - uid: 65342 components: - type: Transform pos: -312.5,-8.5 parent: 1 - - uid: 53224 + - uid: 65343 components: - type: Transform pos: -312.5,-9.5 parent: 1 - - uid: 53225 + - uid: 65344 components: - type: Transform pos: -312.5,-10.5 parent: 1 - - uid: 53226 + - uid: 65345 components: - type: Transform pos: -312.5,-11.5 parent: 1 - - uid: 53227 + - uid: 65346 components: - type: Transform pos: -312.5,-12.5 parent: 1 - - uid: 53228 + - uid: 65347 components: - type: Transform pos: -312.5,-13.5 parent: 1 - - uid: 53229 + - uid: 65348 components: - type: Transform pos: -312.5,-14.5 parent: 1 - - uid: 53230 + - uid: 65349 components: - type: Transform pos: -312.5,-15.5 parent: 1 - - uid: 53231 + - uid: 65350 components: - type: Transform pos: -312.5,-16.5 parent: 1 - - uid: 53232 + - uid: 65351 components: - type: Transform pos: -312.5,-17.5 parent: 1 - - uid: 53233 + - uid: 65352 components: - type: Transform pos: -312.5,-18.5 parent: 1 - - uid: 53234 + - uid: 65353 components: - type: Transform pos: -312.5,-19.5 parent: 1 - - uid: 53235 + - uid: 65354 components: - type: Transform pos: -312.5,-20.5 parent: 1 - - uid: 53236 + - uid: 65355 components: - type: Transform pos: -312.5,-21.5 parent: 1 - - uid: 53237 + - uid: 65356 components: - type: Transform pos: -312.5,-22.5 parent: 1 - - uid: 53238 + - uid: 65357 components: - type: Transform pos: -312.5,-23.5 parent: 1 - - uid: 53239 + - uid: 65358 components: - type: Transform pos: -312.5,-24.5 parent: 1 - - uid: 53240 + - uid: 65359 components: - type: Transform pos: -312.5,-25.5 parent: 1 - - uid: 53241 + - uid: 65360 components: - type: Transform pos: -312.5,-26.5 parent: 1 - - uid: 53242 + - uid: 65361 components: - type: Transform anchored: False pos: -311.5,69.5 parent: 1 - - uid: 53243 + - uid: 65362 components: - type: Transform anchored: False pos: -311.5,68.5 parent: 1 - - uid: 53244 + - uid: 65363 components: - type: Transform anchored: False pos: -311.5,67.5 parent: 1 - - uid: 53245 + - uid: 65364 components: - type: Transform anchored: False pos: -311.5,66.5 parent: 1 - - uid: 53246 + - uid: 65365 components: - type: Transform anchored: False pos: -311.5,65.5 parent: 1 - - uid: 53247 + - uid: 65366 components: - type: Transform anchored: False pos: -311.5,64.5 parent: 1 - - uid: 53248 + - uid: 65367 components: - type: Transform anchored: False pos: -311.5,63.5 parent: 1 - - uid: 53249 + - uid: 65368 components: - type: Transform anchored: False pos: -311.5,62.5 parent: 1 - - uid: 53250 + - uid: 65369 components: - type: Transform anchored: False pos: -311.5,61.5 parent: 1 - - uid: 53251 + - uid: 65370 components: - type: Transform anchored: False pos: -311.5,60.5 parent: 1 - - uid: 53252 + - uid: 65371 components: - type: Transform anchored: False pos: -311.5,59.5 parent: 1 - - uid: 53253 + - uid: 65372 components: - type: Transform anchored: False pos: -311.5,58.5 parent: 1 - - uid: 53254 + - uid: 65373 components: - type: Transform anchored: False pos: -311.5,57.5 parent: 1 - - uid: 53255 + - uid: 65374 components: - type: Transform anchored: False pos: -311.5,56.5 parent: 1 - - uid: 53256 + - uid: 65375 components: - type: Transform anchored: False pos: -311.5,55.5 parent: 1 - - uid: 53257 + - uid: 65376 components: - type: Transform anchored: False pos: -311.5,54.5 parent: 1 - - uid: 53258 + - uid: 65377 components: - type: Transform anchored: False pos: -311.5,53.5 parent: 1 - - uid: 53259 + - uid: 65378 components: - type: Transform anchored: False pos: -311.5,52.5 parent: 1 - - uid: 53260 + - uid: 65379 components: - type: Transform anchored: False pos: -311.5,51.5 parent: 1 - - uid: 53261 + - uid: 65380 components: - type: Transform anchored: False pos: -311.5,50.5 parent: 1 - - uid: 53262 + - uid: 65381 components: - type: Transform anchored: False pos: -311.5,49.5 parent: 1 - - uid: 53263 + - uid: 65382 components: - type: Transform anchored: False pos: -311.5,48.5 parent: 1 - - uid: 53264 + - uid: 65383 components: - type: Transform anchored: False pos: -311.5,47.5 parent: 1 - - uid: 53265 + - uid: 65384 components: - type: Transform anchored: False pos: -311.5,46.5 parent: 1 - - uid: 53266 + - uid: 65385 components: - type: Transform anchored: False pos: -311.5,45.5 parent: 1 - - uid: 53267 + - uid: 65386 components: - type: Transform anchored: False pos: -311.5,44.5 parent: 1 - - uid: 53268 + - uid: 65387 components: - type: Transform anchored: False pos: -311.5,43.5 parent: 1 - - uid: 53269 + - uid: 65388 components: - type: Transform anchored: False pos: -311.5,42.5 parent: 1 - - uid: 53270 + - uid: 65389 components: - type: Transform anchored: False pos: -311.5,41.5 parent: 1 - - uid: 53271 + - uid: 65390 components: - type: Transform anchored: False pos: -311.5,40.5 parent: 1 - - uid: 53272 + - uid: 65391 components: - type: Transform anchored: False pos: -311.5,39.5 parent: 1 - - uid: 53273 + - uid: 65392 components: - type: Transform anchored: False pos: -311.5,38.5 parent: 1 - - uid: 53274 + - uid: 65393 components: - type: Transform anchored: False pos: -311.5,37.5 parent: 1 - - uid: 53275 + - uid: 65394 components: - type: Transform anchored: False pos: -311.5,36.5 parent: 1 - - uid: 53276 + - uid: 65395 components: - type: Transform anchored: False pos: -311.5,35.5 parent: 1 - - uid: 53277 + - uid: 65396 components: - type: Transform anchored: False pos: -311.5,34.5 parent: 1 - - uid: 53278 + - uid: 65397 components: - type: Transform anchored: False pos: -311.5,33.5 parent: 1 - - uid: 53279 + - uid: 65398 components: - type: Transform anchored: False pos: -311.5,32.5 parent: 1 - - uid: 53280 + - uid: 65399 components: - type: Transform pos: -311.5,31.5 parent: 1 - - uid: 53281 + - uid: 65400 components: - type: Transform pos: -311.5,30.5 parent: 1 - - uid: 53282 + - uid: 65401 components: - type: Transform pos: -311.5,29.5 parent: 1 - - uid: 53283 + - uid: 65402 components: - type: Transform pos: -311.5,28.5 parent: 1 - - uid: 53284 + - uid: 65403 components: - type: Transform pos: -311.5,27.5 parent: 1 - - uid: 53285 + - uid: 65404 components: - type: Transform pos: -311.5,26.5 parent: 1 - - uid: 53286 + - uid: 65405 components: - type: Transform pos: -311.5,25.5 parent: 1 - - uid: 53287 + - uid: 65406 components: - type: Transform pos: -311.5,24.5 parent: 1 - - uid: 53288 + - uid: 65407 components: - type: Transform pos: -311.5,23.5 parent: 1 - - uid: 53289 + - uid: 65408 components: - type: Transform pos: -311.5,22.5 parent: 1 - - uid: 53290 + - uid: 65409 components: - type: Transform pos: -311.5,21.5 parent: 1 - - uid: 53291 + - uid: 65410 components: - type: Transform pos: -311.5,20.5 parent: 1 - - uid: 53292 + - uid: 65411 components: - type: Transform pos: -311.5,19.5 parent: 1 - - uid: 53293 + - uid: 65412 components: - type: Transform pos: -311.5,18.5 parent: 1 - - uid: 53294 + - uid: 65413 components: - type: Transform pos: -311.5,17.5 parent: 1 - - uid: 53295 + - uid: 65414 components: - type: Transform pos: -311.5,16.5 parent: 1 - - uid: 53296 + - uid: 65415 components: - type: Transform pos: -311.5,15.5 parent: 1 - - uid: 53297 + - uid: 65416 components: - type: Transform pos: -311.5,14.5 parent: 1 - - uid: 53298 + - uid: 65417 components: - type: Transform pos: -311.5,13.5 parent: 1 - - uid: 53299 + - uid: 65418 components: - type: Transform pos: -311.5,12.5 parent: 1 - - uid: 53300 + - uid: 65419 components: - type: Transform pos: -311.5,11.5 parent: 1 - - uid: 53301 + - uid: 65420 components: - type: Transform pos: -311.5,10.5 parent: 1 - - uid: 53302 + - uid: 65421 components: - type: Transform pos: -311.5,9.5 parent: 1 - - uid: 53303 + - uid: 65422 components: - type: Transform pos: -311.5,8.5 parent: 1 - - uid: 53304 + - uid: 65423 components: - type: Transform pos: -311.5,7.5 parent: 1 - - uid: 53305 + - uid: 65424 components: - type: Transform pos: -311.5,6.5 parent: 1 - - uid: 53306 + - uid: 65425 components: - type: Transform pos: -311.5,5.5 parent: 1 - - uid: 53307 + - uid: 65426 components: - type: Transform pos: -311.5,4.5 parent: 1 - - uid: 53308 + - uid: 65427 components: - type: Transform pos: -311.5,3.5 parent: 1 - - uid: 53309 + - uid: 65428 components: - type: Transform pos: -311.5,2.5 parent: 1 - - uid: 53310 + - uid: 65429 components: - type: Transform pos: -311.5,1.5 parent: 1 - - uid: 53311 + - uid: 65430 components: - type: Transform pos: -311.5,0.5 parent: 1 - - uid: 53312 + - uid: 65431 components: - type: Transform pos: -311.5,-0.5 parent: 1 - - uid: 53313 + - uid: 65432 components: - type: Transform pos: -311.5,-1.5 parent: 1 - - uid: 53314 + - uid: 65433 components: - type: Transform pos: -311.5,-2.5 parent: 1 - - uid: 53315 + - uid: 65434 components: - type: Transform pos: -311.5,-3.5 parent: 1 - - uid: 53316 + - uid: 65435 components: - type: Transform pos: -311.5,-4.5 parent: 1 - - uid: 53317 + - uid: 65436 components: - type: Transform pos: -311.5,-5.5 parent: 1 - - uid: 53318 + - uid: 65437 components: - type: Transform pos: -311.5,-6.5 parent: 1 - - uid: 53319 + - uid: 65438 components: - type: Transform pos: -311.5,-7.5 parent: 1 - - uid: 53320 + - uid: 65439 components: - type: Transform pos: -311.5,-8.5 parent: 1 - - uid: 53321 + - uid: 65440 components: - type: Transform pos: -311.5,-9.5 parent: 1 - - uid: 53322 + - uid: 65441 components: - type: Transform pos: -311.5,-10.5 parent: 1 - - uid: 53323 + - uid: 65442 components: - type: Transform pos: -311.5,-11.5 parent: 1 - - uid: 53324 + - uid: 65443 components: - type: Transform pos: -311.5,-12.5 parent: 1 - - uid: 53325 + - uid: 65444 components: - type: Transform pos: -311.5,-13.5 parent: 1 - - uid: 53326 + - uid: 65445 components: - type: Transform pos: -311.5,-14.5 parent: 1 - - uid: 53327 + - uid: 65446 components: - type: Transform pos: -311.5,-15.5 parent: 1 - - uid: 53328 + - uid: 65447 components: - type: Transform pos: -311.5,-16.5 parent: 1 - - uid: 53329 + - uid: 65448 components: - type: Transform pos: -311.5,-17.5 parent: 1 - - uid: 53330 + - uid: 65449 components: - type: Transform pos: -311.5,-18.5 parent: 1 - - uid: 53331 + - uid: 65450 components: - type: Transform pos: -311.5,-19.5 parent: 1 - - uid: 53332 + - uid: 65451 components: - type: Transform pos: -311.5,-20.5 parent: 1 - - uid: 53333 + - uid: 65452 components: - type: Transform pos: -311.5,-21.5 parent: 1 - - uid: 53334 + - uid: 65453 components: - type: Transform pos: -311.5,-22.5 parent: 1 - - uid: 53335 + - uid: 65454 components: - type: Transform pos: -311.5,-23.5 parent: 1 - - uid: 53336 + - uid: 65455 components: - type: Transform pos: -311.5,-24.5 parent: 1 - - uid: 53337 + - uid: 65456 components: - type: Transform pos: -311.5,-25.5 parent: 1 - - uid: 53338 + - uid: 65457 components: - type: Transform pos: -311.5,-26.5 parent: 1 - - uid: 53339 + - uid: 65458 components: - type: Transform anchored: False pos: -310.5,69.5 parent: 1 - - uid: 53340 + - uid: 65459 components: - type: Transform anchored: False pos: -310.5,68.5 parent: 1 - - uid: 53341 + - uid: 65460 components: - type: Transform anchored: False pos: -310.5,67.5 parent: 1 - - uid: 53342 + - uid: 65461 components: - type: Transform anchored: False pos: -310.5,66.5 parent: 1 - - uid: 53343 + - uid: 65462 components: - type: Transform anchored: False pos: -310.5,65.5 parent: 1 - - uid: 53344 + - uid: 65463 components: - type: Transform anchored: False pos: -310.5,64.5 parent: 1 - - uid: 53345 + - uid: 65464 components: - type: Transform anchored: False pos: -310.5,63.5 parent: 1 - - uid: 53346 + - uid: 65465 components: - type: Transform anchored: False pos: -310.5,62.5 parent: 1 - - uid: 53347 + - uid: 65466 components: - type: Transform anchored: False pos: -310.5,61.5 parent: 1 - - uid: 53348 + - uid: 65467 components: - type: Transform anchored: False pos: -310.5,60.5 parent: 1 - - uid: 53349 + - uid: 65468 components: - type: Transform anchored: False pos: -310.5,59.5 parent: 1 - - uid: 53350 + - uid: 65469 components: - type: Transform pos: -310.5,58.5 parent: 1 - - uid: 53351 + - uid: 65470 components: - type: Transform anchored: False pos: -310.5,57.5 parent: 1 - - uid: 53352 + - uid: 65471 components: - type: Transform anchored: False pos: -310.5,56.5 parent: 1 - - uid: 53353 + - uid: 65472 components: - type: Transform anchored: False pos: -310.5,55.5 parent: 1 - - uid: 53354 + - uid: 65473 components: - type: Transform anchored: False pos: -310.5,54.5 parent: 1 - - uid: 53355 + - uid: 65474 components: - type: Transform anchored: False pos: -310.5,53.5 parent: 1 - - uid: 53356 + - uid: 65475 components: - type: Transform anchored: False pos: -310.5,52.5 parent: 1 - - uid: 53357 + - uid: 65476 components: - type: Transform anchored: False pos: -310.5,51.5 parent: 1 - - uid: 53358 + - uid: 65477 components: - type: Transform anchored: False pos: -310.5,50.5 parent: 1 - - uid: 53359 + - uid: 65478 components: - type: Transform anchored: False pos: -310.5,49.5 parent: 1 - - uid: 53360 + - uid: 65479 components: - type: Transform anchored: False pos: -310.5,48.5 parent: 1 - - uid: 53361 + - uid: 65480 components: - type: Transform anchored: False pos: -310.5,47.5 parent: 1 - - uid: 53362 + - uid: 65481 components: - type: Transform anchored: False pos: -310.5,46.5 parent: 1 - - uid: 53363 + - uid: 65482 components: - type: Transform anchored: False pos: -310.5,45.5 parent: 1 - - uid: 53364 + - uid: 65483 components: - type: Transform anchored: False pos: -310.5,44.5 parent: 1 - - uid: 53365 + - uid: 65484 components: - type: Transform anchored: False pos: -310.5,43.5 parent: 1 - - uid: 53366 + - uid: 65485 components: - type: Transform anchored: False pos: -310.5,42.5 parent: 1 - - uid: 53367 + - uid: 65486 components: - type: Transform anchored: False pos: -310.5,41.5 parent: 1 - - uid: 53368 + - uid: 65487 components: - type: Transform anchored: False pos: -310.5,40.5 parent: 1 - - uid: 53369 + - uid: 65488 components: - type: Transform anchored: False pos: -310.5,39.5 parent: 1 - - uid: 53370 + - uid: 65489 components: - type: Transform anchored: False pos: -310.5,38.5 parent: 1 - - uid: 53371 + - uid: 65490 components: - type: Transform anchored: False pos: -310.5,37.5 parent: 1 - - uid: 53372 + - uid: 65491 components: - type: Transform anchored: False pos: -310.5,36.5 parent: 1 - - uid: 53373 + - uid: 65492 components: - type: Transform anchored: False pos: -310.5,35.5 parent: 1 - - uid: 53374 + - uid: 65493 components: - type: Transform anchored: False pos: -310.5,34.5 parent: 1 - - uid: 53375 + - uid: 65494 components: - type: Transform anchored: False pos: -310.5,33.5 parent: 1 - - uid: 53376 + - uid: 65495 components: - type: Transform anchored: False pos: -310.5,32.5 parent: 1 - - uid: 53377 + - uid: 65496 components: - type: Transform pos: -310.5,31.5 parent: 1 - - uid: 53378 + - uid: 65497 components: - type: Transform pos: -310.5,30.5 parent: 1 - - uid: 53379 + - uid: 65498 components: - type: Transform pos: -310.5,29.5 parent: 1 - - uid: 53380 + - uid: 65499 components: - type: Transform pos: -310.5,28.5 parent: 1 - - uid: 53381 + - uid: 65500 components: - type: Transform pos: -310.5,27.5 parent: 1 - - uid: 53382 + - uid: 65501 components: - type: Transform pos: -310.5,26.5 parent: 1 - - uid: 53383 + - uid: 65502 components: - type: Transform pos: -310.5,25.5 parent: 1 - - uid: 53384 + - uid: 65503 components: - type: Transform pos: -310.5,24.5 parent: 1 - - uid: 53385 + - uid: 65504 components: - type: Transform pos: -310.5,23.5 parent: 1 - - uid: 53386 + - uid: 65505 components: - type: Transform pos: -310.5,22.5 parent: 1 - - uid: 53387 + - uid: 65506 components: - type: Transform pos: -310.5,21.5 parent: 1 - - uid: 53388 + - uid: 65507 components: - type: Transform pos: -310.5,20.5 parent: 1 - - uid: 53389 + - uid: 65508 components: - type: Transform pos: -310.5,19.5 parent: 1 - - uid: 53390 + - uid: 65509 components: - type: Transform pos: -310.5,18.5 parent: 1 - - uid: 53391 + - uid: 65510 components: - type: Transform pos: -310.5,17.5 parent: 1 - - uid: 53392 + - uid: 65511 components: - type: Transform pos: -310.5,16.5 parent: 1 - - uid: 53393 + - uid: 65512 components: - type: Transform pos: -310.5,15.5 parent: 1 - - uid: 53394 + - uid: 65513 components: - type: Transform pos: -310.5,14.5 parent: 1 - - uid: 53395 + - uid: 65514 components: - type: Transform pos: -310.5,13.5 parent: 1 - - uid: 53396 + - uid: 65515 components: - type: Transform pos: -310.5,12.5 parent: 1 - - uid: 53397 + - uid: 65516 components: - type: Transform pos: -310.5,11.5 parent: 1 - - uid: 53398 + - uid: 65517 components: - type: Transform pos: -310.5,10.5 parent: 1 - - uid: 53399 + - uid: 65518 components: - type: Transform pos: -310.5,9.5 parent: 1 - - uid: 53400 + - uid: 65519 components: - type: Transform pos: -310.5,8.5 parent: 1 - - uid: 53401 + - uid: 65520 components: - type: Transform pos: -310.5,7.5 parent: 1 - - uid: 53402 + - uid: 65521 components: - type: Transform pos: -310.5,6.5 parent: 1 - - uid: 53403 + - uid: 65522 components: - type: Transform pos: -310.5,5.5 parent: 1 - - uid: 53404 + - uid: 65523 components: - type: Transform pos: -310.5,4.5 parent: 1 - - uid: 53405 + - uid: 65524 components: - type: Transform pos: -310.5,3.5 parent: 1 - - uid: 53406 + - uid: 65525 components: - type: Transform pos: -310.5,2.5 parent: 1 - - uid: 53407 + - uid: 65526 components: - type: Transform pos: -310.5,1.5 parent: 1 - - uid: 53408 + - uid: 65527 components: - type: Transform pos: -310.5,0.5 parent: 1 - - uid: 53409 + - uid: 65528 components: - type: Transform pos: -310.5,-0.5 parent: 1 - - uid: 53410 + - uid: 65529 components: - type: Transform pos: -310.5,-1.5 parent: 1 - - uid: 53411 + - uid: 65530 components: - type: Transform pos: -310.5,-2.5 parent: 1 - - uid: 53412 + - uid: 65531 components: - type: Transform pos: -310.5,-3.5 parent: 1 - - uid: 53413 + - uid: 65532 components: - type: Transform pos: -310.5,-4.5 parent: 1 - - uid: 53414 + - uid: 65533 components: - type: Transform pos: -310.5,-5.5 parent: 1 - - uid: 53415 + - uid: 65534 components: - type: Transform pos: -310.5,-6.5 parent: 1 - - uid: 53416 + - uid: 65535 components: - type: Transform pos: -310.5,-7.5 parent: 1 - - uid: 53417 + - uid: 65536 components: - type: Transform pos: -310.5,-8.5 parent: 1 - - uid: 53418 + - uid: 65537 components: - type: Transform pos: -310.5,-9.5 parent: 1 - - uid: 53419 + - uid: 65538 components: - type: Transform pos: -310.5,-10.5 parent: 1 - - uid: 53420 + - uid: 65539 components: - type: Transform pos: -310.5,-11.5 parent: 1 - - uid: 53421 + - uid: 65540 components: - type: Transform pos: -310.5,-12.5 parent: 1 - - uid: 53422 + - uid: 65541 components: - type: Transform pos: -310.5,-13.5 parent: 1 - - uid: 53423 + - uid: 65542 components: - type: Transform pos: -310.5,-14.5 parent: 1 - - uid: 53424 + - uid: 65543 components: - type: Transform pos: -310.5,-15.5 parent: 1 - - uid: 53425 + - uid: 65544 components: - type: Transform pos: -310.5,-16.5 parent: 1 - - uid: 53426 + - uid: 65545 components: - type: Transform pos: -310.5,-17.5 parent: 1 - - uid: 53427 + - uid: 65546 components: - type: Transform pos: -310.5,-18.5 parent: 1 - - uid: 53428 + - uid: 65547 components: - type: Transform pos: -310.5,-19.5 parent: 1 - - uid: 53429 + - uid: 65548 components: - type: Transform pos: -310.5,-20.5 parent: 1 - - uid: 53430 + - uid: 65549 components: - type: Transform pos: -310.5,-21.5 parent: 1 - - uid: 53431 + - uid: 65550 components: - type: Transform pos: -310.5,-22.5 parent: 1 - - uid: 53432 + - uid: 65551 components: - type: Transform pos: -310.5,-23.5 parent: 1 - - uid: 53433 + - uid: 65552 components: - type: Transform pos: -310.5,-24.5 parent: 1 - - uid: 53434 + - uid: 65553 components: - type: Transform pos: -310.5,-25.5 parent: 1 - - uid: 53435 + - uid: 65554 components: - type: Transform pos: -310.5,-26.5 parent: 1 - - uid: 53436 + - uid: 65555 components: - type: Transform anchored: False pos: -309.5,69.5 parent: 1 - - uid: 53437 + - uid: 65556 components: - type: Transform anchored: False pos: -309.5,68.5 parent: 1 - - uid: 53438 + - uid: 65557 components: - type: Transform anchored: False pos: -309.5,67.5 parent: 1 - - uid: 53439 + - uid: 65558 components: - type: Transform anchored: False pos: -309.5,66.5 parent: 1 - - uid: 53440 + - uid: 65559 components: - type: Transform anchored: False pos: -309.5,65.5 parent: 1 - - uid: 53441 + - uid: 65560 components: - type: Transform anchored: False pos: -309.5,64.5 parent: 1 - - uid: 53442 + - uid: 65561 components: - type: Transform anchored: False pos: -309.5,63.5 parent: 1 - - uid: 53443 + - uid: 65562 components: - type: Transform anchored: False pos: -309.5,62.5 parent: 1 - - uid: 53444 + - uid: 65563 components: - type: Transform anchored: False pos: -309.5,61.5 parent: 1 - - uid: 53445 + - uid: 65564 components: - type: Transform anchored: False pos: -309.5,60.5 parent: 1 - - uid: 53446 + - uid: 65565 components: - type: Transform anchored: False pos: -309.5,59.5 parent: 1 - - uid: 53447 + - uid: 65566 components: - type: Transform anchored: False pos: -309.5,58.5 parent: 1 - - uid: 53448 + - uid: 65567 components: - type: Transform anchored: False pos: -309.5,57.5 parent: 1 - - uid: 53449 + - uid: 65568 components: - type: Transform anchored: False pos: -309.5,56.5 parent: 1 - - uid: 53450 + - uid: 65569 components: - type: Transform anchored: False pos: -309.5,55.5 parent: 1 - - uid: 53451 + - uid: 65570 components: - type: Transform anchored: False pos: -309.5,54.5 parent: 1 - - uid: 53452 + - uid: 65571 components: - type: Transform anchored: False pos: -309.5,53.5 parent: 1 - - uid: 53453 + - uid: 65572 components: - type: Transform anchored: False pos: -309.5,52.5 parent: 1 - - uid: 53454 + - uid: 65573 components: - type: Transform anchored: False pos: -309.5,51.5 parent: 1 - - uid: 53455 + - uid: 65574 components: - type: Transform anchored: False pos: -309.5,50.5 parent: 1 - - uid: 53456 + - uid: 65575 components: - type: Transform anchored: False pos: -309.5,49.5 parent: 1 - - uid: 53457 + - uid: 65576 components: - type: Transform anchored: False pos: -309.5,48.5 parent: 1 - - uid: 53458 + - uid: 65577 components: - type: Transform anchored: False pos: -309.5,47.5 parent: 1 - - uid: 53459 + - uid: 65578 components: - type: Transform anchored: False pos: -309.5,46.5 parent: 1 - - uid: 53460 + - uid: 65579 components: - type: Transform anchored: False pos: -309.5,45.5 parent: 1 - - uid: 53461 + - uid: 65580 components: - type: Transform anchored: False pos: -309.5,44.5 parent: 1 - - uid: 53462 + - uid: 65581 components: - type: Transform anchored: False pos: -309.5,43.5 parent: 1 - - uid: 53463 + - uid: 65582 components: - type: Transform anchored: False pos: -309.5,42.5 parent: 1 - - uid: 53464 + - uid: 65583 components: - type: Transform anchored: False pos: -309.5,41.5 parent: 1 - - uid: 53465 + - uid: 65584 components: - type: Transform anchored: False pos: -309.5,40.5 parent: 1 - - uid: 53466 + - uid: 65585 components: - type: Transform anchored: False pos: -309.5,39.5 parent: 1 - - uid: 53467 + - uid: 65586 components: - type: Transform anchored: False pos: -309.5,38.5 parent: 1 - - uid: 53468 + - uid: 65587 components: - type: Transform anchored: False pos: -309.5,37.5 parent: 1 - - uid: 53469 + - uid: 65588 components: - type: Transform anchored: False pos: -309.5,36.5 parent: 1 - - uid: 53470 + - uid: 65589 components: - type: Transform anchored: False pos: -309.5,35.5 parent: 1 - - uid: 53471 + - uid: 65590 components: - type: Transform anchored: False pos: -309.5,34.5 parent: 1 - - uid: 53472 + - uid: 65591 components: - type: Transform anchored: False pos: -309.5,33.5 parent: 1 - - uid: 53473 + - uid: 65592 components: - type: Transform anchored: False pos: -309.5,32.5 parent: 1 - - uid: 53474 + - uid: 65593 components: - type: Transform pos: -309.5,31.5 parent: 1 - - uid: 53475 + - uid: 65594 components: - type: Transform pos: -309.5,30.5 parent: 1 - - uid: 53476 + - uid: 65595 components: - type: Transform pos: -309.5,29.5 parent: 1 - - uid: 53477 + - uid: 65596 components: - type: Transform pos: -309.5,28.5 parent: 1 - - uid: 53478 + - uid: 65597 components: - type: Transform pos: -309.5,27.5 parent: 1 - - uid: 53479 + - uid: 65598 components: - type: Transform pos: -309.5,26.5 parent: 1 - - uid: 53480 + - uid: 65599 components: - type: Transform pos: -309.5,25.5 parent: 1 - - uid: 53481 + - uid: 65600 components: - type: Transform pos: -309.5,24.5 parent: 1 - - uid: 53482 + - uid: 65601 components: - type: Transform pos: -309.5,23.5 parent: 1 - - uid: 53483 + - uid: 65602 components: - type: Transform pos: -309.5,22.5 parent: 1 - - uid: 53484 + - uid: 65603 components: - type: Transform pos: -309.5,21.5 parent: 1 - - uid: 53485 + - uid: 65604 components: - type: Transform pos: -309.5,20.5 parent: 1 - - uid: 53486 + - uid: 65605 components: - type: Transform pos: -309.5,19.5 parent: 1 - - uid: 53487 + - uid: 65606 components: - type: Transform pos: -309.5,18.5 parent: 1 - - uid: 53488 + - uid: 65607 components: - type: Transform pos: -309.5,17.5 parent: 1 - - uid: 53489 + - uid: 65608 components: - type: Transform pos: -309.5,16.5 parent: 1 - - uid: 53490 + - uid: 65609 components: - type: Transform pos: -309.5,15.5 parent: 1 - - uid: 53491 + - uid: 65610 components: - type: Transform pos: -309.5,14.5 parent: 1 - - uid: 53492 + - uid: 65611 components: - type: Transform pos: -309.5,13.5 parent: 1 - - uid: 53493 + - uid: 65612 components: - type: Transform pos: -309.5,12.5 parent: 1 - - uid: 53494 + - uid: 65613 components: - type: Transform pos: -309.5,11.5 parent: 1 - - uid: 53495 + - uid: 65614 components: - type: Transform pos: -309.5,10.5 parent: 1 - - uid: 53496 + - uid: 65615 components: - type: Transform pos: -309.5,9.5 parent: 1 - - uid: 53497 + - uid: 65616 components: - type: Transform pos: -309.5,8.5 parent: 1 - - uid: 53498 + - uid: 65617 components: - type: Transform pos: -309.5,7.5 parent: 1 - - uid: 53499 + - uid: 65618 components: - type: Transform pos: -309.5,6.5 parent: 1 - - uid: 53500 + - uid: 65619 components: - type: Transform pos: -309.5,5.5 parent: 1 - - uid: 53501 + - uid: 65620 components: - type: Transform pos: -309.5,4.5 parent: 1 - - uid: 53502 + - uid: 65621 components: - type: Transform pos: -309.5,3.5 parent: 1 - - uid: 53503 + - uid: 65622 components: - type: Transform pos: -309.5,2.5 parent: 1 - - uid: 53504 + - uid: 65623 components: - type: Transform pos: -309.5,1.5 parent: 1 - - uid: 53505 + - uid: 65624 components: - type: Transform pos: -309.5,0.5 parent: 1 - - uid: 53506 + - uid: 65625 components: - type: Transform pos: -309.5,-0.5 parent: 1 - - uid: 53507 + - uid: 65626 components: - type: Transform pos: -309.5,-1.5 parent: 1 - - uid: 53508 + - uid: 65627 components: - type: Transform pos: -309.5,-2.5 parent: 1 - - uid: 53509 + - uid: 65628 components: - type: Transform pos: -309.5,-3.5 parent: 1 - - uid: 53510 + - uid: 65629 components: - type: Transform pos: -309.5,-4.5 parent: 1 - - uid: 53511 + - uid: 65630 components: - type: Transform pos: -309.5,-5.5 parent: 1 - - uid: 53512 + - uid: 65631 components: - type: Transform pos: -309.5,-6.5 parent: 1 - - uid: 53513 + - uid: 65632 components: - type: Transform pos: -309.5,-7.5 parent: 1 - - uid: 53514 + - uid: 65633 components: - type: Transform pos: -309.5,-8.5 parent: 1 - - uid: 53515 + - uid: 65634 components: - type: Transform pos: -309.5,-9.5 parent: 1 - - uid: 53516 + - uid: 65635 components: - type: Transform pos: -309.5,-10.5 parent: 1 - - uid: 53517 + - uid: 65636 components: - type: Transform pos: -309.5,-11.5 parent: 1 - - uid: 53518 + - uid: 65637 components: - type: Transform pos: -309.5,-12.5 parent: 1 - - uid: 53519 + - uid: 65638 components: - type: Transform pos: -309.5,-13.5 parent: 1 - - uid: 53520 + - uid: 65639 components: - type: Transform pos: -309.5,-14.5 parent: 1 - - uid: 53521 + - uid: 65640 components: - type: Transform pos: -309.5,-15.5 parent: 1 - - uid: 53522 + - uid: 65641 components: - type: Transform pos: -309.5,-16.5 parent: 1 - - uid: 53523 + - uid: 65642 components: - type: Transform pos: -309.5,-17.5 parent: 1 - - uid: 53524 + - uid: 65643 components: - type: Transform pos: -309.5,-18.5 parent: 1 - - uid: 53525 + - uid: 65644 components: - type: Transform pos: -309.5,-19.5 parent: 1 - - uid: 53526 + - uid: 65645 components: - type: Transform pos: -309.5,-20.5 parent: 1 - - uid: 53527 + - uid: 65646 components: - type: Transform pos: -309.5,-21.5 parent: 1 - - uid: 53528 + - uid: 65647 components: - type: Transform pos: -309.5,-22.5 parent: 1 - - uid: 53529 + - uid: 65648 components: - type: Transform pos: -309.5,-23.5 parent: 1 - - uid: 53530 + - uid: 65649 components: - type: Transform pos: -309.5,-24.5 parent: 1 - - uid: 53531 + - uid: 65650 components: - type: Transform pos: -309.5,-25.5 parent: 1 - - uid: 53532 + - uid: 65651 components: - type: Transform pos: -309.5,-26.5 parent: 1 - - uid: 53533 + - uid: 65652 components: - type: Transform anchored: False pos: -308.5,69.5 parent: 1 - - uid: 53534 + - uid: 65653 components: - type: Transform anchored: False pos: -308.5,68.5 parent: 1 - - uid: 53535 + - uid: 65654 components: - type: Transform anchored: False pos: -308.5,67.5 parent: 1 - - uid: 53536 + - uid: 65655 components: - type: Transform anchored: False pos: -308.5,66.5 parent: 1 - - uid: 53537 + - uid: 65656 components: - type: Transform anchored: False pos: -308.5,65.5 parent: 1 - - uid: 53538 + - uid: 65657 components: - type: Transform anchored: False pos: -308.5,64.5 parent: 1 - - uid: 53539 + - uid: 65658 components: - type: Transform anchored: False pos: -308.5,63.5 parent: 1 - - uid: 53540 + - uid: 65659 components: - type: Transform anchored: False pos: -308.5,62.5 parent: 1 - - uid: 53541 + - uid: 65660 components: - type: Transform anchored: False pos: -308.5,61.5 parent: 1 - - uid: 53542 + - uid: 65661 components: - type: Transform anchored: False pos: -308.5,60.5 parent: 1 - - uid: 53543 + - uid: 65662 components: - type: Transform anchored: False pos: -308.5,59.5 parent: 1 - - uid: 53544 + - uid: 65663 components: - type: Transform anchored: False pos: -308.5,58.5 parent: 1 - - uid: 53545 + - uid: 65664 components: - type: Transform anchored: False pos: -308.5,57.5 parent: 1 - - uid: 53546 + - uid: 65665 components: - type: Transform anchored: False pos: -308.5,56.5 parent: 1 - - uid: 53547 + - uid: 65666 components: - type: Transform anchored: False pos: -308.5,55.5 parent: 1 - - uid: 53548 + - uid: 65667 components: - type: Transform anchored: False pos: -308.5,54.5 parent: 1 - - uid: 53549 + - uid: 65668 components: - type: Transform anchored: False pos: -308.5,53.5 parent: 1 - - uid: 53550 + - uid: 65669 components: - type: Transform anchored: False pos: -308.5,52.5 parent: 1 - - uid: 53551 + - uid: 65670 components: - type: Transform anchored: False pos: -308.5,51.5 parent: 1 - - uid: 53552 + - uid: 65671 components: - type: Transform anchored: False pos: -308.5,50.5 parent: 1 - - uid: 53553 + - uid: 65672 components: - type: Transform anchored: False pos: -308.5,49.5 parent: 1 - - uid: 53554 + - uid: 65673 components: - type: Transform anchored: False pos: -308.5,48.5 parent: 1 - - uid: 53555 + - uid: 65674 components: - type: Transform anchored: False pos: -308.5,47.5 parent: 1 - - uid: 53556 + - uid: 65675 components: - type: Transform anchored: False pos: -308.5,46.5 parent: 1 - - uid: 53557 + - uid: 65676 components: - type: Transform anchored: False pos: -308.5,45.5 parent: 1 - - uid: 53558 + - uid: 65677 components: - type: Transform anchored: False pos: -308.5,44.5 parent: 1 - - uid: 53559 + - uid: 65678 components: - type: Transform anchored: False pos: -308.5,43.5 parent: 1 - - uid: 53560 + - uid: 65679 components: - type: Transform anchored: False pos: -308.5,42.5 parent: 1 - - uid: 53561 + - uid: 65680 components: - type: Transform anchored: False pos: -308.5,41.5 parent: 1 - - uid: 53562 + - uid: 65681 components: - type: Transform anchored: False pos: -308.5,40.5 parent: 1 - - uid: 53563 + - uid: 65682 components: - type: Transform anchored: False pos: -308.5,39.5 parent: 1 - - uid: 53564 + - uid: 65683 components: - type: Transform anchored: False pos: -308.5,38.5 parent: 1 - - uid: 53565 + - uid: 65684 components: - type: Transform anchored: False pos: -308.5,37.5 parent: 1 - - uid: 53566 + - uid: 65685 components: - type: Transform anchored: False pos: -308.5,36.5 parent: 1 - - uid: 53567 + - uid: 65686 components: - type: Transform anchored: False pos: -308.5,35.5 parent: 1 - - uid: 53568 + - uid: 65687 components: - type: Transform anchored: False pos: -308.5,34.5 parent: 1 - - uid: 53569 + - uid: 65688 components: - type: Transform anchored: False pos: -308.5,33.5 parent: 1 - - uid: 53570 + - uid: 65689 components: - type: Transform anchored: False pos: -308.5,32.5 parent: 1 - - uid: 53571 + - uid: 65690 components: - type: Transform pos: -308.5,31.5 parent: 1 - - uid: 53572 + - uid: 65691 components: - type: Transform pos: -308.5,30.5 parent: 1 - - uid: 53573 + - uid: 65692 components: - type: Transform pos: -308.5,29.5 parent: 1 - - uid: 53574 + - uid: 65693 components: - type: Transform pos: -308.5,28.5 parent: 1 - - uid: 53575 + - uid: 65694 components: - type: Transform pos: -308.5,27.5 parent: 1 - - uid: 53576 + - uid: 65695 components: - type: Transform pos: -308.5,26.5 parent: 1 - - uid: 53577 + - uid: 65696 components: - type: Transform pos: -308.5,25.5 parent: 1 - - uid: 53578 + - uid: 65697 components: - type: Transform pos: -308.5,24.5 parent: 1 - - uid: 53579 + - uid: 65698 components: - type: Transform pos: -308.5,23.5 parent: 1 - - uid: 53580 + - uid: 65699 components: - type: Transform pos: -308.5,22.5 parent: 1 - - uid: 53581 + - uid: 65700 components: - type: Transform pos: -308.5,21.5 parent: 1 - - uid: 53582 + - uid: 65701 components: - type: Transform pos: -308.5,20.5 parent: 1 - - uid: 53583 + - uid: 65702 components: - type: Transform pos: -308.5,19.5 parent: 1 - - uid: 53584 + - uid: 65703 components: - type: Transform pos: -308.5,18.5 parent: 1 - - uid: 53585 + - uid: 65704 components: - type: Transform pos: -308.5,17.5 parent: 1 - - uid: 53586 + - uid: 65705 components: - type: Transform pos: -308.5,16.5 parent: 1 - - uid: 53587 + - uid: 65706 components: - type: Transform pos: -308.5,15.5 parent: 1 - - uid: 53588 + - uid: 65707 components: - type: Transform pos: -308.5,14.5 parent: 1 - - uid: 53589 + - uid: 65708 components: - type: Transform pos: -308.5,13.5 parent: 1 - - uid: 53590 + - uid: 65709 components: - type: Transform pos: -308.5,12.5 parent: 1 - - uid: 53591 + - uid: 65710 components: - type: Transform pos: -308.5,11.5 parent: 1 - - uid: 53592 + - uid: 65711 components: - type: Transform pos: -308.5,10.5 parent: 1 - - uid: 53593 + - uid: 65712 components: - type: Transform pos: -308.5,9.5 parent: 1 - - uid: 53594 + - uid: 65713 components: - type: Transform pos: -308.5,8.5 parent: 1 - - uid: 53595 + - uid: 65714 components: - type: Transform pos: -308.5,7.5 parent: 1 - - uid: 53596 + - uid: 65715 components: - type: Transform pos: -308.5,6.5 parent: 1 - - uid: 53597 + - uid: 65716 components: - type: Transform pos: -308.5,5.5 parent: 1 - - uid: 53598 + - uid: 65717 components: - type: Transform pos: -308.5,4.5 parent: 1 - - uid: 53599 + - uid: 65718 components: - type: Transform pos: -308.5,3.5 parent: 1 - - uid: 53600 + - uid: 65719 components: - type: Transform pos: -308.5,2.5 parent: 1 - - uid: 53601 + - uid: 65720 components: - type: Transform pos: -308.5,1.5 parent: 1 - - uid: 53602 + - uid: 65721 components: - type: Transform pos: -308.5,0.5 parent: 1 - - uid: 53603 + - uid: 65722 components: - type: Transform pos: -308.5,-0.5 parent: 1 - - uid: 53604 + - uid: 65723 components: - type: Transform pos: -308.5,-1.5 parent: 1 - - uid: 53605 + - uid: 65724 components: - type: Transform pos: -308.5,-2.5 parent: 1 - - uid: 53606 + - uid: 65725 components: - type: Transform pos: -308.5,-3.5 parent: 1 - - uid: 53607 + - uid: 65726 components: - type: Transform pos: -308.5,-4.5 parent: 1 - - uid: 53608 + - uid: 65727 components: - type: Transform pos: -308.5,-5.5 parent: 1 - - uid: 53609 + - uid: 65728 components: - type: Transform pos: -308.5,-6.5 parent: 1 - - uid: 53610 + - uid: 65729 components: - type: Transform pos: -308.5,-7.5 parent: 1 - - uid: 53611 + - uid: 65730 components: - type: Transform pos: -308.5,-8.5 parent: 1 - - uid: 53612 + - uid: 65731 components: - type: Transform pos: -308.5,-9.5 parent: 1 - - uid: 53613 + - uid: 65732 components: - type: Transform pos: -308.5,-10.5 parent: 1 - - uid: 53614 + - uid: 65733 components: - type: Transform pos: -308.5,-11.5 parent: 1 - - uid: 53615 + - uid: 65734 components: - type: Transform pos: -308.5,-12.5 parent: 1 - - uid: 53616 + - uid: 65735 components: - type: Transform pos: -308.5,-13.5 parent: 1 - - uid: 53617 + - uid: 65736 components: - type: Transform pos: -308.5,-14.5 parent: 1 - - uid: 53618 + - uid: 65737 components: - type: Transform pos: -308.5,-15.5 parent: 1 - - uid: 53619 + - uid: 65738 components: - type: Transform pos: -308.5,-16.5 parent: 1 - - uid: 53620 + - uid: 65739 components: - type: Transform pos: -308.5,-17.5 parent: 1 - - uid: 53621 + - uid: 65740 components: - type: Transform pos: -308.5,-18.5 parent: 1 - - uid: 53622 + - uid: 65741 components: - type: Transform pos: -308.5,-19.5 parent: 1 - - uid: 53623 + - uid: 65742 components: - type: Transform pos: -308.5,-20.5 parent: 1 - - uid: 53624 + - uid: 65743 components: - type: Transform pos: -308.5,-21.5 parent: 1 - - uid: 53625 + - uid: 65744 components: - type: Transform pos: -308.5,-22.5 parent: 1 - - uid: 53626 + - uid: 65745 components: - type: Transform pos: -308.5,-23.5 parent: 1 - - uid: 53627 + - uid: 65746 components: - type: Transform pos: -308.5,-24.5 parent: 1 - - uid: 53628 + - uid: 65747 components: - type: Transform pos: -308.5,-25.5 parent: 1 - - uid: 53629 + - uid: 65748 components: - type: Transform pos: -308.5,-26.5 parent: 1 - - uid: 53630 + - uid: 65749 components: - type: Transform anchored: False pos: -307.5,69.5 parent: 1 - - uid: 53631 + - uid: 65750 components: - type: Transform anchored: False pos: -307.5,68.5 parent: 1 - - uid: 53632 + - uid: 65751 components: - type: Transform anchored: False pos: -307.5,67.5 parent: 1 - - uid: 53633 + - uid: 65752 components: - type: Transform anchored: False pos: -307.5,66.5 parent: 1 - - uid: 53634 + - uid: 65753 components: - type: Transform anchored: False pos: -307.5,65.5 parent: 1 - - uid: 53635 + - uid: 65754 components: - type: Transform anchored: False pos: -307.5,64.5 parent: 1 - - uid: 53636 + - uid: 65755 components: - type: Transform anchored: False pos: -307.5,63.5 parent: 1 - - uid: 53637 + - uid: 65756 components: - type: Transform anchored: False pos: -307.5,62.5 parent: 1 - - uid: 53638 + - uid: 65757 components: - type: Transform anchored: False pos: -307.5,61.5 parent: 1 - - uid: 53639 + - uid: 65758 components: - type: Transform anchored: False pos: -307.5,60.5 parent: 1 - - uid: 53640 + - uid: 65759 components: - type: Transform anchored: False pos: -307.5,59.5 parent: 1 - - uid: 53641 + - uid: 65760 components: - type: Transform anchored: False pos: -307.5,58.5 parent: 1 - - uid: 53642 + - uid: 65761 components: - type: Transform anchored: False pos: -307.5,57.5 parent: 1 - - uid: 53643 + - uid: 65762 components: - type: Transform anchored: False pos: -307.5,56.5 parent: 1 - - uid: 53644 + - uid: 65763 components: - type: Transform anchored: False pos: -307.5,55.5 parent: 1 - - uid: 53645 + - uid: 65764 components: - type: Transform anchored: False pos: -307.5,54.5 parent: 1 - - uid: 53646 + - uid: 65765 components: - type: Transform anchored: False pos: -307.5,53.5 parent: 1 - - uid: 53647 + - uid: 65766 components: - type: Transform anchored: False pos: -307.5,52.5 parent: 1 - - uid: 53648 + - uid: 65767 components: - type: Transform anchored: False pos: -307.5,51.5 parent: 1 - - uid: 53649 + - uid: 65768 components: - type: Transform anchored: False pos: -307.5,50.5 parent: 1 - - uid: 53650 + - uid: 65769 components: - type: Transform anchored: False pos: -307.5,49.5 parent: 1 - - uid: 53651 + - uid: 65770 components: - type: Transform anchored: False pos: -307.5,48.5 parent: 1 - - uid: 53652 + - uid: 65771 components: - type: Transform anchored: False pos: -307.5,47.5 parent: 1 - - uid: 53653 + - uid: 65772 components: - type: Transform anchored: False pos: -307.5,46.5 parent: 1 - - uid: 53654 + - uid: 65773 components: - type: Transform anchored: False pos: -307.5,45.5 parent: 1 - - uid: 53655 + - uid: 65774 components: - type: Transform anchored: False pos: -307.5,44.5 parent: 1 - - uid: 53656 + - uid: 65775 components: - type: Transform anchored: False pos: -307.5,43.5 parent: 1 - - uid: 53657 + - uid: 65776 components: - type: Transform anchored: False pos: -307.5,42.5 parent: 1 - - uid: 53658 + - uid: 65777 components: - type: Transform anchored: False pos: -307.5,41.5 parent: 1 - - uid: 53659 + - uid: 65778 components: - type: Transform anchored: False pos: -307.5,40.5 parent: 1 - - uid: 53660 + - uid: 65779 components: - type: Transform anchored: False pos: -307.5,39.5 parent: 1 - - uid: 53661 + - uid: 65780 components: - type: Transform anchored: False pos: -307.5,38.5 parent: 1 - - uid: 53662 + - uid: 65781 components: - type: Transform anchored: False pos: -307.5,37.5 parent: 1 - - uid: 53663 + - uid: 65782 components: - type: Transform anchored: False pos: -307.5,36.5 parent: 1 - - uid: 53664 + - uid: 65783 components: - type: Transform anchored: False pos: -307.5,35.5 parent: 1 - - uid: 53665 + - uid: 65784 components: - type: Transform anchored: False pos: -307.5,34.5 parent: 1 - - uid: 53666 + - uid: 65785 components: - type: Transform anchored: False pos: -307.5,33.5 parent: 1 - - uid: 53667 + - uid: 65786 components: - type: Transform anchored: False pos: -307.5,32.5 parent: 1 - - uid: 53668 + - uid: 65787 components: - type: Transform pos: -307.5,31.5 parent: 1 - - uid: 53669 + - uid: 65788 components: - type: Transform pos: -307.5,30.5 parent: 1 - - uid: 53670 + - uid: 65789 components: - type: Transform pos: -307.5,29.5 parent: 1 - - uid: 53671 + - uid: 65790 components: - type: Transform pos: -307.5,28.5 parent: 1 - - uid: 53672 + - uid: 65791 components: - type: Transform pos: -307.5,27.5 parent: 1 - - uid: 53673 + - uid: 65792 components: - type: Transform pos: -307.5,26.5 parent: 1 - - uid: 53674 + - uid: 65793 components: - type: Transform pos: -307.5,25.5 parent: 1 - - uid: 53675 + - uid: 65794 components: - type: Transform pos: -307.5,24.5 parent: 1 - - uid: 53676 + - uid: 65795 components: - type: Transform pos: -307.5,23.5 parent: 1 - - uid: 53677 + - uid: 65796 components: - type: Transform pos: -307.5,22.5 parent: 1 - - uid: 53678 + - uid: 65797 components: - type: Transform pos: -307.5,21.5 parent: 1 - - uid: 53679 + - uid: 65798 components: - type: Transform pos: -307.5,20.5 parent: 1 - - uid: 53680 + - uid: 65799 components: - type: Transform pos: -307.5,19.5 parent: 1 - - uid: 53681 + - uid: 65800 components: - type: Transform pos: -307.5,18.5 parent: 1 - - uid: 53682 + - uid: 65801 components: - type: Transform pos: -307.5,17.5 parent: 1 - - uid: 53683 + - uid: 65802 components: - type: Transform pos: -307.5,16.5 parent: 1 - - uid: 53684 + - uid: 65803 components: - type: Transform pos: -307.5,15.5 parent: 1 - - uid: 53685 + - uid: 65804 components: - type: Transform pos: -307.5,14.5 parent: 1 - - uid: 53686 + - uid: 65805 components: - type: Transform pos: -307.5,13.5 parent: 1 - - uid: 53687 + - uid: 65806 components: - type: Transform pos: -307.5,12.5 parent: 1 - - uid: 53688 + - uid: 65807 components: - type: Transform pos: -307.5,11.5 parent: 1 - - uid: 53689 + - uid: 65808 components: - type: Transform pos: -307.5,10.5 parent: 1 - - uid: 53690 + - uid: 65809 components: - type: Transform pos: -307.5,9.5 parent: 1 - - uid: 53691 + - uid: 65810 components: - type: Transform pos: -307.5,8.5 parent: 1 - - uid: 53692 + - uid: 65811 components: - type: Transform pos: -307.5,7.5 parent: 1 - - uid: 53693 + - uid: 65812 components: - type: Transform pos: -307.5,6.5 parent: 1 - - uid: 53694 + - uid: 65813 components: - type: Transform pos: -307.5,5.5 parent: 1 - - uid: 53695 + - uid: 65814 components: - type: Transform pos: -307.5,4.5 parent: 1 - - uid: 53696 + - uid: 65815 components: - type: Transform pos: -307.5,3.5 parent: 1 - - uid: 53697 + - uid: 65816 components: - type: Transform pos: -307.5,2.5 parent: 1 - - uid: 53698 + - uid: 65817 components: - type: Transform pos: -307.5,1.5 parent: 1 - - uid: 53699 + - uid: 65818 components: - type: Transform pos: -307.5,0.5 parent: 1 - - uid: 53700 + - uid: 65819 components: - type: Transform pos: -307.5,-0.5 parent: 1 - - uid: 53701 + - uid: 65820 components: - type: Transform pos: -307.5,-1.5 parent: 1 - - uid: 53702 + - uid: 65821 components: - type: Transform pos: -307.5,-2.5 parent: 1 - - uid: 53703 + - uid: 65822 components: - type: Transform pos: -307.5,-3.5 parent: 1 - - uid: 53704 + - uid: 65823 components: - type: Transform pos: -307.5,-4.5 parent: 1 - - uid: 53705 + - uid: 65824 components: - type: Transform pos: -307.5,-5.5 parent: 1 - - uid: 53706 + - uid: 65825 components: - type: Transform pos: -307.5,-6.5 parent: 1 - - uid: 53707 + - uid: 65826 components: - type: Transform pos: -307.5,-7.5 parent: 1 - - uid: 53708 + - uid: 65827 components: - type: Transform pos: -307.5,-8.5 parent: 1 - - uid: 53709 + - uid: 65828 components: - type: Transform pos: -307.5,-9.5 parent: 1 - - uid: 53710 + - uid: 65829 components: - type: Transform pos: -307.5,-10.5 parent: 1 - - uid: 53711 + - uid: 65830 components: - type: Transform pos: -307.5,-11.5 parent: 1 - - uid: 53712 + - uid: 65831 components: - type: Transform pos: -307.5,-12.5 parent: 1 - - uid: 53713 + - uid: 65832 components: - type: Transform pos: -307.5,-13.5 parent: 1 - - uid: 53714 + - uid: 65833 components: - type: Transform pos: -307.5,-14.5 parent: 1 - - uid: 53715 + - uid: 65834 components: - type: Transform pos: -307.5,-15.5 parent: 1 - - uid: 53716 + - uid: 65835 components: - type: Transform pos: -307.5,-16.5 parent: 1 - - uid: 53717 + - uid: 65836 components: - type: Transform pos: -307.5,-17.5 parent: 1 - - uid: 53718 + - uid: 65837 components: - type: Transform pos: -307.5,-18.5 parent: 1 - - uid: 53719 + - uid: 65838 components: - type: Transform pos: -307.5,-19.5 parent: 1 - - uid: 53720 + - uid: 65839 components: - type: Transform pos: -307.5,-20.5 parent: 1 - - uid: 53721 + - uid: 65840 components: - type: Transform pos: -307.5,-21.5 parent: 1 - - uid: 53722 + - uid: 65841 components: - type: Transform pos: -307.5,-22.5 parent: 1 - - uid: 53723 + - uid: 65842 components: - type: Transform pos: -307.5,-23.5 parent: 1 - - uid: 53724 + - uid: 65843 components: - type: Transform pos: -307.5,-24.5 parent: 1 - - uid: 53725 + - uid: 65844 components: - type: Transform pos: -307.5,-25.5 parent: 1 - - uid: 53726 + - uid: 65845 components: - type: Transform pos: -307.5,-26.5 parent: 1 - - uid: 53727 + - uid: 65846 components: - type: Transform anchored: False pos: -306.5,69.5 parent: 1 - - uid: 53728 + - uid: 65847 components: - type: Transform anchored: False pos: -306.5,68.5 parent: 1 - - uid: 53729 + - uid: 65848 components: - type: Transform anchored: False pos: -306.5,67.5 parent: 1 - - uid: 53730 + - uid: 65849 components: - type: Transform anchored: False pos: -306.5,66.5 parent: 1 - - uid: 53731 + - uid: 65850 components: - type: Transform anchored: False pos: -306.5,65.5 parent: 1 - - uid: 53732 + - uid: 65851 components: - type: Transform anchored: False pos: -306.5,64.5 parent: 1 - - uid: 53733 + - uid: 65852 components: - type: Transform anchored: False pos: -306.5,63.5 parent: 1 - - uid: 53734 + - uid: 65853 components: - type: Transform anchored: False pos: -306.5,62.5 parent: 1 - - uid: 53735 + - uid: 65854 components: - type: Transform anchored: False pos: -306.5,61.5 parent: 1 - - uid: 53736 + - uid: 65855 components: - type: Transform anchored: False pos: -306.5,60.5 parent: 1 - - uid: 53737 + - uid: 65856 components: - type: Transform anchored: False pos: -306.5,59.5 parent: 1 - - uid: 53738 + - uid: 65857 components: - type: Transform anchored: False pos: -306.5,58.5 parent: 1 - - uid: 53739 + - uid: 65858 components: - type: Transform anchored: False pos: -306.5,57.5 parent: 1 - - uid: 53740 + - uid: 65859 components: - type: Transform anchored: False pos: -306.5,56.5 parent: 1 - - uid: 53741 + - uid: 65860 components: - type: Transform anchored: False pos: -306.5,55.5 parent: 1 - - uid: 53742 + - uid: 65861 components: - type: Transform anchored: False pos: -306.5,54.5 parent: 1 - - uid: 53743 + - uid: 65862 components: - type: Transform anchored: False pos: -306.5,53.5 parent: 1 - - uid: 53744 + - uid: 65863 components: - type: Transform anchored: False pos: -306.5,52.5 parent: 1 - - uid: 53745 + - uid: 65864 components: - type: Transform anchored: False pos: -306.5,51.5 parent: 1 - - uid: 53746 + - uid: 65865 components: - type: Transform anchored: False pos: -306.5,50.5 parent: 1 - - uid: 53747 + - uid: 65866 components: - type: Transform anchored: False pos: -306.5,49.5 parent: 1 - - uid: 53748 + - uid: 65867 components: - type: Transform anchored: False pos: -306.5,48.5 parent: 1 - - uid: 53749 + - uid: 65868 components: - type: Transform anchored: False pos: -306.5,47.5 parent: 1 - - uid: 53750 + - uid: 65869 components: - type: Transform anchored: False pos: -306.5,46.5 parent: 1 - - uid: 53751 + - uid: 65870 components: - type: Transform anchored: False pos: -306.5,45.5 parent: 1 - - uid: 53752 + - uid: 65871 components: - type: Transform anchored: False pos: -306.5,44.5 parent: 1 - - uid: 53753 + - uid: 65872 components: - type: Transform anchored: False pos: -306.5,43.5 parent: 1 - - uid: 53754 + - uid: 65873 components: - type: Transform anchored: False pos: -306.5,42.5 parent: 1 - - uid: 53755 + - uid: 65874 components: - type: Transform anchored: False pos: -306.5,41.5 parent: 1 - - uid: 53756 + - uid: 65875 components: - type: Transform anchored: False pos: -306.5,40.5 parent: 1 - - uid: 53757 + - uid: 65876 components: - type: Transform anchored: False pos: -306.5,39.5 parent: 1 - - uid: 53758 + - uid: 65877 components: - type: Transform anchored: False pos: -306.5,38.5 parent: 1 - - uid: 53759 + - uid: 65878 components: - type: Transform anchored: False pos: -306.5,37.5 parent: 1 - - uid: 53760 + - uid: 65879 components: - type: Transform anchored: False pos: -306.5,36.5 parent: 1 - - uid: 53761 + - uid: 65880 components: - type: Transform anchored: False pos: -306.5,35.5 parent: 1 - - uid: 53762 + - uid: 65881 components: - type: Transform anchored: False pos: -306.5,34.5 parent: 1 - - uid: 53763 + - uid: 65882 components: - type: Transform anchored: False pos: -306.5,33.5 parent: 1 - - uid: 53764 + - uid: 65883 components: - type: Transform anchored: False pos: -306.5,32.5 parent: 1 - - uid: 53765 + - uid: 65884 components: - type: Transform pos: -306.5,31.5 parent: 1 - - uid: 53766 + - uid: 65885 components: - type: Transform pos: -306.5,30.5 parent: 1 - - uid: 53767 + - uid: 65886 components: - type: Transform pos: -306.5,29.5 parent: 1 - - uid: 53768 + - uid: 65887 components: - type: Transform pos: -306.5,28.5 parent: 1 - - uid: 53769 + - uid: 65888 components: - type: Transform pos: -306.5,27.5 parent: 1 - - uid: 53770 + - uid: 65889 components: - type: Transform pos: -306.5,26.5 parent: 1 - - uid: 53771 + - uid: 65890 components: - type: Transform pos: -306.5,25.5 parent: 1 - - uid: 53772 + - uid: 65891 components: - type: Transform pos: -306.5,24.5 parent: 1 - - uid: 53773 + - uid: 65892 components: - type: Transform pos: -306.5,23.5 parent: 1 - - uid: 53774 + - uid: 65893 components: - type: Transform pos: -306.5,22.5 parent: 1 - - uid: 53775 + - uid: 65894 components: - type: Transform pos: -306.5,21.5 parent: 1 - - uid: 53776 + - uid: 65895 components: - type: Transform pos: -306.5,20.5 parent: 1 - - uid: 53777 + - uid: 65896 components: - type: Transform pos: -306.5,19.5 parent: 1 - - uid: 53778 + - uid: 65897 components: - type: Transform pos: -306.5,18.5 parent: 1 - - uid: 53779 + - uid: 65898 components: - type: Transform pos: -306.5,17.5 parent: 1 - - uid: 53780 + - uid: 65899 components: - type: Transform pos: -306.5,16.5 parent: 1 - - uid: 53781 + - uid: 65900 components: - type: Transform pos: -306.5,15.5 parent: 1 - - uid: 53782 + - uid: 65901 components: - type: Transform pos: -306.5,14.5 parent: 1 - - uid: 53783 + - uid: 65902 components: - type: Transform pos: -306.5,13.5 parent: 1 - - uid: 53784 + - uid: 65903 components: - type: Transform pos: -306.5,12.5 parent: 1 - - uid: 53785 + - uid: 65904 components: - type: Transform pos: -306.5,11.5 parent: 1 - - uid: 53786 + - uid: 65905 components: - type: Transform pos: -306.5,10.5 parent: 1 - - uid: 53787 + - uid: 65906 components: - type: Transform pos: -306.5,9.5 parent: 1 - - uid: 53788 + - uid: 65907 components: - type: Transform pos: -306.5,8.5 parent: 1 - - uid: 53789 + - uid: 65908 components: - type: Transform pos: -306.5,7.5 parent: 1 - - uid: 53790 + - uid: 65909 components: - type: Transform pos: -306.5,6.5 parent: 1 - - uid: 53791 + - uid: 65910 components: - type: Transform pos: -306.5,5.5 parent: 1 - - uid: 53792 + - uid: 65911 components: - type: Transform pos: -306.5,4.5 parent: 1 - - uid: 53793 + - uid: 65912 components: - type: Transform pos: -306.5,3.5 parent: 1 - - uid: 53794 + - uid: 65913 components: - type: Transform pos: -306.5,2.5 parent: 1 - - uid: 53795 + - uid: 65914 components: - type: Transform pos: -306.5,1.5 parent: 1 - - uid: 53796 + - uid: 65915 components: - type: Transform pos: -306.5,0.5 parent: 1 - - uid: 53797 + - uid: 65916 components: - type: Transform pos: -306.5,-0.5 parent: 1 - - uid: 53798 + - uid: 65917 components: - type: Transform pos: -306.5,-1.5 parent: 1 - - uid: 53799 + - uid: 65918 components: - type: Transform pos: -306.5,-2.5 parent: 1 - - uid: 53800 + - uid: 65919 components: - type: Transform pos: -306.5,-3.5 parent: 1 - - uid: 53801 + - uid: 65920 components: - type: Transform pos: -306.5,-4.5 parent: 1 - - uid: 53802 + - uid: 65921 components: - type: Transform pos: -306.5,-5.5 parent: 1 - - uid: 53803 + - uid: 65922 components: - type: Transform pos: -306.5,-6.5 parent: 1 - - uid: 53804 + - uid: 65923 components: - type: Transform pos: -306.5,-7.5 parent: 1 - - uid: 53805 + - uid: 65924 components: - type: Transform pos: -306.5,-8.5 parent: 1 - - uid: 53806 + - uid: 65925 components: - type: Transform pos: -306.5,-9.5 parent: 1 - - uid: 53807 + - uid: 65926 components: - type: Transform pos: -306.5,-10.5 parent: 1 - - uid: 53808 + - uid: 65927 components: - type: Transform pos: -306.5,-11.5 parent: 1 - - uid: 53809 + - uid: 65928 components: - type: Transform pos: -306.5,-12.5 parent: 1 - - uid: 53810 + - uid: 65929 components: - type: Transform pos: -306.5,-13.5 parent: 1 - - uid: 53811 + - uid: 65930 components: - type: Transform pos: -306.5,-14.5 parent: 1 - - uid: 53812 + - uid: 65931 components: - type: Transform pos: -306.5,-15.5 parent: 1 - - uid: 53813 + - uid: 65932 components: - type: Transform pos: -306.5,-16.5 parent: 1 - - uid: 53814 + - uid: 65933 components: - type: Transform pos: -306.5,-17.5 parent: 1 - - uid: 53815 + - uid: 65934 components: - type: Transform pos: -306.5,-18.5 parent: 1 - - uid: 53816 + - uid: 65935 components: - type: Transform pos: -306.5,-19.5 parent: 1 - - uid: 53817 + - uid: 65936 components: - type: Transform pos: -306.5,-20.5 parent: 1 - - uid: 53818 + - uid: 65937 components: - type: Transform pos: -306.5,-21.5 parent: 1 - - uid: 53819 + - uid: 65938 components: - type: Transform pos: -306.5,-22.5 parent: 1 - - uid: 53820 + - uid: 65939 components: - type: Transform pos: -306.5,-23.5 parent: 1 - - uid: 53821 + - uid: 65940 components: - type: Transform pos: -306.5,-24.5 parent: 1 - - uid: 53822 + - uid: 65941 components: - type: Transform pos: -306.5,-25.5 parent: 1 - - uid: 53823 + - uid: 65942 components: - type: Transform pos: -306.5,-26.5 parent: 1 - - uid: 53824 + - uid: 65943 components: - type: Transform anchored: False pos: -305.5,69.5 parent: 1 - - uid: 53825 + - uid: 65944 components: - type: Transform anchored: False pos: -305.5,68.5 parent: 1 - - uid: 53826 + - uid: 65945 components: - type: Transform anchored: False pos: -305.5,67.5 parent: 1 - - uid: 53827 + - uid: 65946 components: - type: Transform anchored: False pos: -305.5,66.5 parent: 1 - - uid: 53828 + - uid: 65947 components: - type: Transform anchored: False pos: -305.5,65.5 parent: 1 - - uid: 53829 + - uid: 65948 components: - type: Transform anchored: False pos: -305.5,64.5 parent: 1 - - uid: 53830 + - uid: 65949 components: - type: Transform anchored: False pos: -305.5,63.5 parent: 1 - - uid: 53831 + - uid: 65950 components: - type: Transform anchored: False pos: -305.5,62.5 parent: 1 - - uid: 53832 + - uid: 65951 components: - type: Transform anchored: False pos: -305.5,61.5 parent: 1 - - uid: 53833 + - uid: 65952 components: - type: Transform anchored: False pos: -305.5,60.5 parent: 1 - - uid: 53834 + - uid: 65953 components: - type: Transform anchored: False pos: -305.5,59.5 parent: 1 - - uid: 53835 + - uid: 65954 components: - type: Transform anchored: False pos: -305.5,58.5 parent: 1 - - uid: 53836 + - uid: 65955 components: - type: Transform anchored: False pos: -305.5,57.5 parent: 1 - - uid: 53837 + - uid: 65956 components: - type: Transform anchored: False pos: -305.5,56.5 parent: 1 - - uid: 53838 + - uid: 65957 components: - type: Transform anchored: False pos: -305.5,55.5 parent: 1 - - uid: 53839 + - uid: 65958 components: - type: Transform anchored: False pos: -305.5,54.5 parent: 1 - - uid: 53840 + - uid: 65959 components: - type: Transform anchored: False pos: -305.5,53.5 parent: 1 - - uid: 53841 + - uid: 65960 components: - type: Transform anchored: False pos: -305.5,52.5 parent: 1 - - uid: 53842 + - uid: 65961 components: - type: Transform anchored: False pos: -305.5,51.5 parent: 1 - - uid: 53843 + - uid: 65962 components: - type: Transform anchored: False pos: -305.5,50.5 parent: 1 - - uid: 53844 + - uid: 65963 components: - type: Transform anchored: False pos: -305.5,49.5 parent: 1 - - uid: 53845 + - uid: 65964 components: - type: Transform anchored: False pos: -305.5,48.5 parent: 1 - - uid: 53846 + - uid: 65965 components: - type: Transform anchored: False pos: -305.5,47.5 parent: 1 - - uid: 53847 + - uid: 65966 components: - type: Transform anchored: False pos: -305.5,46.5 parent: 1 - - uid: 53848 + - uid: 65967 components: - type: Transform anchored: False pos: -305.5,45.5 parent: 1 - - uid: 53849 + - uid: 65968 components: - type: Transform anchored: False pos: -305.5,44.5 parent: 1 - - uid: 53850 + - uid: 65969 components: - type: Transform anchored: False pos: -305.5,43.5 parent: 1 - - uid: 53851 + - uid: 65970 components: - type: Transform anchored: False pos: -305.5,42.5 parent: 1 - - uid: 53852 + - uid: 65971 components: - type: Transform anchored: False pos: -305.5,41.5 parent: 1 - - uid: 53853 + - uid: 65972 components: - type: Transform anchored: False pos: -305.5,40.5 parent: 1 - - uid: 53854 + - uid: 65973 components: - type: Transform anchored: False pos: -305.5,39.5 parent: 1 - - uid: 53855 + - uid: 65974 components: - type: Transform anchored: False pos: -305.5,38.5 parent: 1 - - uid: 53856 + - uid: 65975 components: - type: Transform anchored: False pos: -305.5,37.5 parent: 1 - - uid: 53857 + - uid: 65976 components: - type: Transform anchored: False pos: -305.5,36.5 parent: 1 - - uid: 53858 + - uid: 65977 components: - type: Transform anchored: False pos: -305.5,35.5 parent: 1 - - uid: 53859 + - uid: 65978 components: - type: Transform anchored: False pos: -305.5,34.5 parent: 1 - - uid: 53860 + - uid: 65979 components: - type: Transform anchored: False pos: -305.5,33.5 parent: 1 - - uid: 53861 + - uid: 65980 components: - type: Transform anchored: False pos: -305.5,32.5 parent: 1 - - uid: 53862 + - uid: 65981 components: - type: Transform pos: -305.5,31.5 parent: 1 - - uid: 53863 + - uid: 65982 components: - type: Transform pos: -305.5,30.5 parent: 1 - - uid: 53864 + - uid: 65983 components: - type: Transform pos: -305.5,29.5 parent: 1 - - uid: 53865 + - uid: 65984 components: - type: Transform pos: -305.5,28.5 parent: 1 - - uid: 53866 + - uid: 65985 components: - type: Transform pos: -305.5,27.5 parent: 1 - - uid: 53867 + - uid: 65986 components: - type: Transform pos: -305.5,26.5 parent: 1 - - uid: 53868 + - uid: 65987 components: - type: Transform pos: -305.5,25.5 parent: 1 - - uid: 53869 + - uid: 65988 components: - type: Transform pos: -305.5,24.5 parent: 1 - - uid: 53870 + - uid: 65989 components: - type: Transform pos: -305.5,23.5 parent: 1 - - uid: 53871 + - uid: 65990 components: - type: Transform pos: -305.5,22.5 parent: 1 - - uid: 53872 + - uid: 65991 components: - type: Transform pos: -305.5,21.5 parent: 1 - - uid: 53873 + - uid: 65992 components: - type: Transform pos: -305.5,20.5 parent: 1 - - uid: 53874 + - uid: 65993 components: - type: Transform pos: -305.5,19.5 parent: 1 - - uid: 53875 + - uid: 65994 components: - type: Transform pos: -305.5,18.5 parent: 1 - - uid: 53876 + - uid: 65995 components: - type: Transform pos: -305.5,17.5 parent: 1 - - uid: 53877 + - uid: 65996 components: - type: Transform pos: -305.5,16.5 parent: 1 - - uid: 53878 + - uid: 65997 components: - type: Transform pos: -305.5,15.5 parent: 1 - - uid: 53879 + - uid: 65998 components: - type: Transform pos: -305.5,14.5 parent: 1 - - uid: 53880 + - uid: 65999 components: - type: Transform pos: -305.5,13.5 parent: 1 - - uid: 53881 + - uid: 66000 components: - type: Transform pos: -305.5,12.5 parent: 1 - - uid: 53882 + - uid: 66001 components: - type: Transform pos: -305.5,11.5 parent: 1 - - uid: 53883 + - uid: 66002 components: - type: Transform pos: -305.5,10.5 parent: 1 - - uid: 53884 + - uid: 66003 components: - type: Transform pos: -305.5,9.5 parent: 1 - - uid: 53885 + - uid: 66004 components: - type: Transform pos: -305.5,8.5 parent: 1 - - uid: 53886 + - uid: 66005 components: - type: Transform pos: -305.5,7.5 parent: 1 - - uid: 53887 + - uid: 66006 components: - type: Transform pos: -305.5,6.5 parent: 1 - - uid: 53888 + - uid: 66007 components: - type: Transform pos: -305.5,5.5 parent: 1 - - uid: 53889 + - uid: 66008 components: - type: Transform pos: -305.5,4.5 parent: 1 - - uid: 53890 + - uid: 66009 components: - type: Transform pos: -305.5,3.5 parent: 1 - - uid: 53891 + - uid: 66010 components: - type: Transform pos: -305.5,2.5 parent: 1 - - uid: 53892 + - uid: 66011 components: - type: Transform pos: -305.5,1.5 parent: 1 - - uid: 53893 + - uid: 66012 components: - type: Transform pos: -305.5,0.5 parent: 1 - - uid: 53894 + - uid: 66013 components: - type: Transform pos: -305.5,-0.5 parent: 1 - - uid: 53895 + - uid: 66014 components: - type: Transform pos: -305.5,-1.5 parent: 1 - - uid: 53896 + - uid: 66015 components: - type: Transform pos: -305.5,-2.5 parent: 1 - - uid: 53897 + - uid: 66016 components: - type: Transform pos: -305.5,-3.5 parent: 1 - - uid: 53898 + - uid: 66017 components: - type: Transform pos: -305.5,-4.5 parent: 1 - - uid: 53899 + - uid: 66018 components: - type: Transform pos: -305.5,-5.5 parent: 1 - - uid: 53900 + - uid: 66019 components: - type: Transform pos: -305.5,-6.5 parent: 1 - - uid: 53901 + - uid: 66020 components: - type: Transform pos: -305.5,-7.5 parent: 1 - - uid: 53902 + - uid: 66021 components: - type: Transform pos: -305.5,-8.5 parent: 1 - - uid: 53903 + - uid: 66022 components: - type: Transform pos: -305.5,-9.5 parent: 1 - - uid: 53904 + - uid: 66023 components: - type: Transform pos: -305.5,-10.5 parent: 1 - - uid: 53905 + - uid: 66024 components: - type: Transform pos: -305.5,-11.5 parent: 1 - - uid: 53906 + - uid: 66025 components: - type: Transform pos: -305.5,-12.5 parent: 1 - - uid: 53907 + - uid: 66026 components: - type: Transform pos: -305.5,-13.5 parent: 1 - - uid: 53908 + - uid: 66027 components: - type: Transform pos: -305.5,-14.5 parent: 1 - - uid: 53909 + - uid: 66028 components: - type: Transform pos: -305.5,-15.5 parent: 1 - - uid: 53910 + - uid: 66029 components: - type: Transform pos: -305.5,-16.5 parent: 1 - - uid: 53911 + - uid: 66030 components: - type: Transform pos: -305.5,-17.5 parent: 1 - - uid: 53912 + - uid: 66031 components: - type: Transform pos: -305.5,-18.5 parent: 1 - - uid: 53913 + - uid: 66032 components: - type: Transform pos: -305.5,-19.5 parent: 1 - - uid: 53914 + - uid: 66033 components: - type: Transform pos: -305.5,-20.5 parent: 1 - - uid: 53915 + - uid: 66034 components: - type: Transform pos: -305.5,-21.5 parent: 1 - - uid: 53916 + - uid: 66035 components: - type: Transform pos: -305.5,-22.5 parent: 1 - - uid: 53917 + - uid: 66036 components: - type: Transform pos: -305.5,-23.5 parent: 1 - - uid: 53918 + - uid: 66037 components: - type: Transform pos: -305.5,-24.5 parent: 1 - - uid: 53919 + - uid: 66038 components: - type: Transform pos: -305.5,-25.5 parent: 1 - - uid: 53920 + - uid: 66039 components: - type: Transform pos: -305.5,-26.5 parent: 1 - - uid: 53921 + - uid: 66040 components: - type: Transform anchored: False pos: -304.5,69.5 parent: 1 - - uid: 53922 + - uid: 66041 components: - type: Transform anchored: False pos: -304.5,68.5 parent: 1 - - uid: 53923 + - uid: 66042 components: - type: Transform anchored: False pos: -304.5,67.5 parent: 1 - - uid: 53924 + - uid: 66043 components: - type: Transform anchored: False pos: -304.5,66.5 parent: 1 - - uid: 53925 + - uid: 66044 components: - type: Transform anchored: False pos: -304.5,65.5 parent: 1 - - uid: 53926 + - uid: 66045 components: - type: Transform anchored: False pos: -304.5,64.5 parent: 1 - - uid: 53927 + - uid: 66046 components: - type: Transform anchored: False pos: -304.5,63.5 parent: 1 - - uid: 53928 + - uid: 66047 components: - type: Transform anchored: False pos: -304.5,62.5 parent: 1 - - uid: 53929 + - uid: 66048 components: - type: Transform anchored: False pos: -304.5,61.5 parent: 1 - - uid: 53930 + - uid: 66049 components: - type: Transform anchored: False pos: -304.5,60.5 parent: 1 - - uid: 53931 + - uid: 66050 components: - type: Transform anchored: False pos: -304.5,59.5 parent: 1 - - uid: 53932 + - uid: 66051 components: - type: Transform anchored: False pos: -304.5,58.5 parent: 1 - - uid: 53933 + - uid: 66052 components: - type: Transform anchored: False pos: -304.5,57.5 parent: 1 - - uid: 53934 + - uid: 66053 components: - type: Transform anchored: False pos: -304.5,56.5 parent: 1 - - uid: 53935 + - uid: 66054 components: - type: Transform anchored: False pos: -304.5,55.5 parent: 1 - - uid: 53936 + - uid: 66055 components: - type: Transform anchored: False pos: -304.5,54.5 parent: 1 - - uid: 53937 + - uid: 66056 components: - type: Transform anchored: False pos: -304.5,53.5 parent: 1 - - uid: 53938 + - uid: 66057 components: - type: Transform anchored: False pos: -304.5,52.5 parent: 1 - - uid: 53939 + - uid: 66058 components: - type: Transform anchored: False pos: -304.5,51.5 parent: 1 - - uid: 53940 + - uid: 66059 components: - type: Transform anchored: False pos: -304.5,50.5 parent: 1 - - uid: 53941 + - uid: 66060 components: - type: Transform anchored: False pos: -304.5,49.5 parent: 1 - - uid: 53942 + - uid: 66061 components: - type: Transform anchored: False pos: -304.5,48.5 parent: 1 - - uid: 53943 + - uid: 66062 components: - type: Transform anchored: False pos: -304.5,47.5 parent: 1 - - uid: 53944 + - uid: 66063 components: - type: Transform anchored: False pos: -304.5,46.5 parent: 1 - - uid: 53945 + - uid: 66064 components: - type: Transform anchored: False pos: -304.5,45.5 parent: 1 - - uid: 53946 + - uid: 66065 components: - type: Transform anchored: False pos: -304.5,44.5 parent: 1 - - uid: 53947 + - uid: 66066 components: - type: Transform anchored: False pos: -304.5,43.5 parent: 1 - - uid: 53948 + - uid: 66067 components: - type: Transform anchored: False pos: -304.5,42.5 parent: 1 - - uid: 53949 + - uid: 66068 components: - type: Transform anchored: False pos: -304.5,41.5 parent: 1 - - uid: 53950 + - uid: 66069 components: - type: Transform anchored: False pos: -304.5,40.5 parent: 1 - - uid: 53951 + - uid: 66070 components: - type: Transform anchored: False pos: -304.5,39.5 parent: 1 - - uid: 53952 + - uid: 66071 components: - type: Transform anchored: False pos: -304.5,38.5 parent: 1 - - uid: 53953 + - uid: 66072 components: - type: Transform pos: -304.5,37.5 parent: 1 - - uid: 53954 + - uid: 66073 components: - type: Transform anchored: False pos: -304.5,36.5 parent: 1 - - uid: 53955 + - uid: 66074 components: - type: Transform anchored: False pos: -304.5,35.5 parent: 1 - - uid: 53956 + - uid: 66075 components: - type: Transform anchored: False pos: -304.5,34.5 parent: 1 - - uid: 53957 + - uid: 66076 components: - type: Transform anchored: False pos: -304.5,33.5 parent: 1 - - uid: 53958 + - uid: 66077 components: - type: Transform anchored: False pos: -304.5,32.5 parent: 1 - - uid: 53959 + - uid: 66078 components: - type: Transform pos: -304.5,31.5 parent: 1 - - uid: 53960 + - uid: 66079 components: - type: Transform pos: -304.5,30.5 parent: 1 - - uid: 53961 + - uid: 66080 components: - type: Transform pos: -304.5,29.5 parent: 1 - - uid: 53962 + - uid: 66081 components: - type: Transform pos: -304.5,28.5 parent: 1 - - uid: 53963 + - uid: 66082 components: - type: Transform pos: -304.5,27.5 parent: 1 - - uid: 53964 + - uid: 66083 components: - type: Transform pos: -304.5,26.5 parent: 1 - - uid: 53965 + - uid: 66084 components: - type: Transform pos: -304.5,25.5 parent: 1 - - uid: 53966 + - uid: 66085 components: - type: Transform pos: -304.5,24.5 parent: 1 - - uid: 53967 + - uid: 66086 components: - type: Transform pos: -304.5,23.5 parent: 1 - - uid: 53968 + - uid: 66087 components: - type: Transform pos: -304.5,22.5 parent: 1 - - uid: 53969 + - uid: 66088 components: - type: Transform pos: -304.5,21.5 parent: 1 - - uid: 53970 + - uid: 66089 components: - type: Transform pos: -304.5,20.5 parent: 1 - - uid: 53971 + - uid: 66090 components: - type: Transform pos: -304.5,19.5 parent: 1 - - uid: 53972 + - uid: 66091 components: - type: Transform pos: -304.5,18.5 parent: 1 - - uid: 53973 + - uid: 66092 components: - type: Transform pos: -304.5,17.5 parent: 1 - - uid: 53974 + - uid: 66093 components: - type: Transform pos: -304.5,16.5 parent: 1 - - uid: 53975 + - uid: 66094 components: - type: Transform pos: -304.5,15.5 parent: 1 - - uid: 53976 + - uid: 66095 components: - type: Transform pos: -304.5,14.5 parent: 1 - - uid: 53977 + - uid: 66096 components: - type: Transform pos: -304.5,13.5 parent: 1 - - uid: 53978 + - uid: 66097 components: - type: Transform pos: -304.5,12.5 parent: 1 - - uid: 53979 + - uid: 66098 components: - type: Transform pos: -304.5,11.5 parent: 1 - - uid: 53980 + - uid: 66099 components: - type: Transform pos: -304.5,10.5 parent: 1 - - uid: 53981 + - uid: 66100 components: - type: Transform pos: -304.5,9.5 parent: 1 - - uid: 53982 + - uid: 66101 components: - type: Transform pos: -304.5,8.5 parent: 1 - - uid: 53983 + - uid: 66102 components: - type: Transform pos: -304.5,7.5 parent: 1 - - uid: 53984 + - uid: 66103 components: - type: Transform pos: -304.5,6.5 parent: 1 - - uid: 53985 + - uid: 66104 components: - type: Transform pos: -304.5,5.5 parent: 1 - - uid: 53986 + - uid: 66105 components: - type: Transform pos: -304.5,4.5 parent: 1 - - uid: 53987 + - uid: 66106 components: - type: Transform pos: -304.5,3.5 parent: 1 - - uid: 53988 + - uid: 66107 components: - type: Transform pos: -304.5,2.5 parent: 1 - - uid: 53989 + - uid: 66108 components: - type: Transform pos: -304.5,1.5 parent: 1 - - uid: 53990 + - uid: 66109 components: - type: Transform pos: -304.5,0.5 parent: 1 - - uid: 53991 + - uid: 66110 components: - type: Transform pos: -304.5,-0.5 parent: 1 - - uid: 53992 + - uid: 66111 components: - type: Transform pos: -304.5,-1.5 parent: 1 - - uid: 53993 + - uid: 66112 components: - type: Transform pos: -304.5,-2.5 parent: 1 - - uid: 53994 + - uid: 66113 components: - type: Transform pos: -304.5,-3.5 parent: 1 - - uid: 53995 + - uid: 66114 components: - type: Transform pos: -304.5,-4.5 parent: 1 - - uid: 53996 + - uid: 66115 components: - type: Transform pos: -304.5,-5.5 parent: 1 - - uid: 53997 + - uid: 66116 components: - type: Transform pos: -304.5,-6.5 parent: 1 - - uid: 53998 + - uid: 66117 components: - type: Transform pos: -304.5,-7.5 parent: 1 - - uid: 53999 + - uid: 66118 components: - type: Transform pos: -304.5,-8.5 parent: 1 - - uid: 54000 + - uid: 66119 components: - type: Transform pos: -304.5,-9.5 parent: 1 - - uid: 54001 + - uid: 66120 components: - type: Transform pos: -304.5,-10.5 parent: 1 - - uid: 54002 + - uid: 66121 components: - type: Transform pos: -304.5,-11.5 parent: 1 - - uid: 54003 + - uid: 66122 components: - type: Transform pos: -304.5,-12.5 parent: 1 - - uid: 54004 + - uid: 66123 components: - type: Transform pos: -304.5,-13.5 parent: 1 - - uid: 54005 + - uid: 66124 components: - type: Transform pos: -304.5,-14.5 parent: 1 - - uid: 54006 + - uid: 66125 components: - type: Transform pos: -304.5,-15.5 parent: 1 - - uid: 54007 + - uid: 66126 components: - type: Transform pos: -304.5,-16.5 parent: 1 - - uid: 54008 + - uid: 66127 components: - type: Transform pos: -304.5,-17.5 parent: 1 - - uid: 54009 + - uid: 66128 components: - type: Transform pos: -304.5,-18.5 parent: 1 - - uid: 54010 + - uid: 66129 components: - type: Transform pos: -304.5,-19.5 parent: 1 - - uid: 54011 + - uid: 66130 components: - type: Transform pos: -304.5,-20.5 parent: 1 - - uid: 54012 + - uid: 66131 components: - type: Transform pos: -304.5,-21.5 parent: 1 - - uid: 54013 + - uid: 66132 components: - type: Transform pos: -304.5,-22.5 parent: 1 - - uid: 54014 + - uid: 66133 components: - type: Transform pos: -304.5,-23.5 parent: 1 - - uid: 54015 + - uid: 66134 components: - type: Transform pos: -304.5,-24.5 parent: 1 - - uid: 54016 + - uid: 66135 components: - type: Transform pos: -304.5,-25.5 parent: 1 - - uid: 54017 + - uid: 66136 components: - type: Transform pos: -304.5,-26.5 parent: 1 - - uid: 54018 + - uid: 66137 components: - type: Transform anchored: False pos: -303.5,69.5 parent: 1 - - uid: 54019 + - uid: 66138 components: - type: Transform anchored: False pos: -303.5,68.5 parent: 1 - - uid: 54020 + - uid: 66139 components: - type: Transform anchored: False pos: -303.5,67.5 parent: 1 - - uid: 54021 + - uid: 66140 components: - type: Transform anchored: False pos: -303.5,66.5 parent: 1 - - uid: 54022 + - uid: 66141 components: - type: Transform anchored: False pos: -303.5,65.5 parent: 1 - - uid: 54023 + - uid: 66142 components: - type: Transform anchored: False pos: -303.5,64.5 parent: 1 - - uid: 54024 + - uid: 66143 components: - type: Transform anchored: False pos: -303.5,63.5 parent: 1 - - uid: 54025 + - uid: 66144 components: - type: Transform anchored: False pos: -303.5,62.5 parent: 1 - - uid: 54026 + - uid: 66145 components: - type: Transform anchored: False pos: -303.5,61.5 parent: 1 - - uid: 54027 + - uid: 66146 components: - type: Transform anchored: False pos: -303.5,60.5 parent: 1 - - uid: 54028 + - uid: 66147 components: - type: Transform anchored: False pos: -303.5,59.5 parent: 1 - - uid: 54029 + - uid: 66148 components: - type: Transform anchored: False pos: -303.5,58.5 parent: 1 - - uid: 54030 + - uid: 66149 components: - type: Transform anchored: False pos: -303.5,57.5 parent: 1 - - uid: 54031 + - uid: 66150 components: - type: Transform anchored: False pos: -303.5,56.5 parent: 1 - - uid: 54032 + - uid: 66151 components: - type: Transform anchored: False pos: -303.5,55.5 parent: 1 - - uid: 54033 + - uid: 66152 components: - type: Transform anchored: False pos: -303.5,54.5 parent: 1 - - uid: 54034 + - uid: 66153 components: - type: Transform anchored: False pos: -303.5,53.5 parent: 1 - - uid: 54035 + - uid: 66154 components: - type: Transform anchored: False pos: -303.5,52.5 parent: 1 - - uid: 54036 + - uid: 66155 components: - type: Transform anchored: False pos: -303.5,51.5 parent: 1 - - uid: 54037 + - uid: 66156 components: - type: Transform anchored: False pos: -303.5,50.5 parent: 1 - - uid: 54038 + - uid: 66157 components: - type: Transform anchored: False pos: -303.5,49.5 parent: 1 - - uid: 54039 + - uid: 66158 components: - type: Transform anchored: False pos: -303.5,48.5 parent: 1 - - uid: 54040 + - uid: 66159 components: - type: Transform anchored: False pos: -303.5,47.5 parent: 1 - - uid: 54041 + - uid: 66160 components: - type: Transform anchored: False pos: -303.5,46.5 parent: 1 - - uid: 54042 + - uid: 66161 components: - type: Transform anchored: False pos: -303.5,45.5 parent: 1 - - uid: 54043 + - uid: 66162 components: - type: Transform anchored: False pos: -303.5,44.5 parent: 1 - - uid: 54044 + - uid: 66163 components: - type: Transform anchored: False pos: -303.5,43.5 parent: 1 - - uid: 54045 + - uid: 66164 components: - type: Transform anchored: False pos: -303.5,42.5 parent: 1 - - uid: 54046 + - uid: 66165 components: - type: Transform anchored: False pos: -303.5,41.5 parent: 1 - - uid: 54047 + - uid: 66166 components: - type: Transform anchored: False pos: -303.5,40.5 parent: 1 - - uid: 54048 + - uid: 66167 components: - type: Transform anchored: False pos: -303.5,39.5 parent: 1 - - uid: 54049 + - uid: 66168 components: - type: Transform anchored: False pos: -303.5,38.5 parent: 1 - - uid: 54050 + - uid: 66169 components: - type: Transform anchored: False pos: -303.5,37.5 parent: 1 - - uid: 54051 + - uid: 66170 components: - type: Transform anchored: False pos: -303.5,36.5 parent: 1 - - uid: 54052 + - uid: 66171 components: - type: Transform anchored: False pos: -303.5,35.5 parent: 1 - - uid: 54053 + - uid: 66172 components: - type: Transform anchored: False pos: -303.5,34.5 parent: 1 - - uid: 54054 + - uid: 66173 components: - type: Transform anchored: False pos: -303.5,33.5 parent: 1 - - uid: 54055 + - uid: 66174 components: - type: Transform anchored: False pos: -303.5,32.5 parent: 1 - - uid: 54056 + - uid: 66175 components: - type: Transform pos: -303.5,31.5 parent: 1 - - uid: 54057 + - uid: 66176 components: - type: Transform pos: -303.5,30.5 parent: 1 - - uid: 54058 + - uid: 66177 components: - type: Transform pos: -303.5,29.5 parent: 1 - - uid: 54059 + - uid: 66178 components: - type: Transform pos: -303.5,28.5 parent: 1 - - uid: 54060 + - uid: 66179 components: - type: Transform pos: -303.5,27.5 parent: 1 - - uid: 54061 + - uid: 66180 components: - type: Transform pos: -303.5,26.5 parent: 1 - - uid: 54062 + - uid: 66181 components: - type: Transform pos: -303.5,25.5 parent: 1 - - uid: 54063 + - uid: 66182 components: - type: Transform pos: -303.5,24.5 parent: 1 - - uid: 54064 + - uid: 66183 components: - type: Transform pos: -303.5,23.5 parent: 1 - - uid: 54065 + - uid: 66184 components: - type: Transform pos: -303.5,22.5 parent: 1 - - uid: 54066 + - uid: 66185 components: - type: Transform pos: -303.5,21.5 parent: 1 - - uid: 54067 + - uid: 66186 components: - type: Transform pos: -303.5,20.5 parent: 1 - - uid: 54068 + - uid: 66187 components: - type: Transform pos: -303.5,19.5 parent: 1 - - uid: 54069 + - uid: 66188 components: - type: Transform pos: -303.5,18.5 parent: 1 - - uid: 54070 + - uid: 66189 components: - type: Transform pos: -303.5,17.5 parent: 1 - - uid: 54071 + - uid: 66190 components: - type: Transform pos: -303.5,16.5 parent: 1 - - uid: 54072 + - uid: 66191 components: - type: Transform pos: -303.5,15.5 parent: 1 - - uid: 54073 + - uid: 66192 components: - type: Transform pos: -303.5,14.5 parent: 1 - - uid: 54074 + - uid: 66193 components: - type: Transform pos: -303.5,13.5 parent: 1 - - uid: 54075 + - uid: 66194 components: - type: Transform pos: -303.5,12.5 parent: 1 - - uid: 54076 + - uid: 66195 components: - type: Transform pos: -303.5,11.5 parent: 1 - - uid: 54077 + - uid: 66196 components: - type: Transform pos: -303.5,10.5 parent: 1 - - uid: 54078 + - uid: 66197 components: - type: Transform pos: -303.5,9.5 parent: 1 - - uid: 54079 + - uid: 66198 components: - type: Transform pos: -303.5,8.5 parent: 1 - - uid: 54080 + - uid: 66199 components: - type: Transform pos: -303.5,7.5 parent: 1 - - uid: 54081 + - uid: 66200 components: - type: Transform pos: -303.5,6.5 parent: 1 - - uid: 54082 + - uid: 66201 components: - type: Transform pos: -303.5,5.5 parent: 1 - - uid: 54083 + - uid: 66202 components: - type: Transform pos: -303.5,4.5 parent: 1 - - uid: 54084 + - uid: 66203 components: - type: Transform pos: -303.5,3.5 parent: 1 - - uid: 54085 + - uid: 66204 components: - type: Transform pos: -303.5,2.5 parent: 1 - - uid: 54086 + - uid: 66205 components: - type: Transform pos: -303.5,1.5 parent: 1 - - uid: 54087 + - uid: 66206 components: - type: Transform pos: -303.5,0.5 parent: 1 - - uid: 54088 + - uid: 66207 components: - type: Transform pos: -303.5,-0.5 parent: 1 - - uid: 54089 + - uid: 66208 components: - type: Transform pos: -303.5,-1.5 parent: 1 - - uid: 54090 + - uid: 66209 components: - type: Transform pos: -303.5,-2.5 parent: 1 - - uid: 54091 + - uid: 66210 components: - type: Transform pos: -303.5,-3.5 parent: 1 - - uid: 54092 + - uid: 66211 components: - type: Transform pos: -303.5,-4.5 parent: 1 - - uid: 54093 + - uid: 66212 components: - type: Transform pos: -303.5,-5.5 parent: 1 - - uid: 54094 + - uid: 66213 components: - type: Transform pos: -303.5,-6.5 parent: 1 - - uid: 54095 + - uid: 66214 components: - type: Transform pos: -303.5,-7.5 parent: 1 - - uid: 54096 + - uid: 66215 components: - type: Transform pos: -303.5,-8.5 parent: 1 - - uid: 54097 + - uid: 66216 components: - type: Transform pos: -303.5,-9.5 parent: 1 - - uid: 54098 + - uid: 66217 components: - type: Transform pos: -303.5,-10.5 parent: 1 - - uid: 54099 + - uid: 66218 components: - type: Transform pos: -303.5,-11.5 parent: 1 - - uid: 54100 + - uid: 66219 components: - type: Transform pos: -303.5,-12.5 parent: 1 - - uid: 54101 + - uid: 66220 components: - type: Transform pos: -303.5,-13.5 parent: 1 - - uid: 54102 + - uid: 66221 components: - type: Transform pos: -303.5,-14.5 parent: 1 - - uid: 54103 + - uid: 66222 components: - type: Transform pos: -303.5,-15.5 parent: 1 - - uid: 54104 + - uid: 66223 components: - type: Transform pos: -303.5,-16.5 parent: 1 - - uid: 54105 + - uid: 66224 components: - type: Transform pos: -303.5,-17.5 parent: 1 - - uid: 54106 + - uid: 66225 components: - type: Transform pos: -303.5,-18.5 parent: 1 - - uid: 54107 + - uid: 66226 components: - type: Transform pos: -303.5,-19.5 parent: 1 - - uid: 54108 + - uid: 66227 components: - type: Transform pos: -303.5,-20.5 parent: 1 - - uid: 54109 + - uid: 66228 components: - type: Transform pos: -303.5,-21.5 parent: 1 - - uid: 54110 + - uid: 66229 components: - type: Transform pos: -303.5,-22.5 parent: 1 - - uid: 54111 + - uid: 66230 components: - type: Transform pos: -303.5,-23.5 parent: 1 - - uid: 54112 + - uid: 66231 components: - type: Transform pos: -303.5,-24.5 parent: 1 - - uid: 54113 + - uid: 66232 components: - type: Transform pos: -303.5,-25.5 parent: 1 - - uid: 54114 + - uid: 66233 components: - type: Transform pos: -303.5,-26.5 parent: 1 - - uid: 54115 + - uid: 66234 components: - type: Transform anchored: False pos: -302.5,69.5 parent: 1 - - uid: 54116 + - uid: 66235 components: - type: Transform anchored: False pos: -302.5,68.5 parent: 1 - - uid: 54117 + - uid: 66236 components: - type: Transform anchored: False pos: -302.5,67.5 parent: 1 - - uid: 54118 + - uid: 66237 components: - type: Transform anchored: False pos: -302.5,66.5 parent: 1 - - uid: 54119 + - uid: 66238 components: - type: Transform anchored: False pos: -302.5,65.5 parent: 1 - - uid: 54120 + - uid: 66239 components: - type: Transform anchored: False pos: -302.5,64.5 parent: 1 - - uid: 54121 + - uid: 66240 components: - type: Transform anchored: False pos: -302.5,63.5 parent: 1 - - uid: 54122 + - uid: 66241 components: - type: Transform anchored: False pos: -302.5,62.5 parent: 1 - - uid: 54123 + - uid: 66242 components: - type: Transform anchored: False pos: -302.5,61.5 parent: 1 - - uid: 54124 + - uid: 66243 components: - type: Transform anchored: False pos: -302.5,60.5 parent: 1 - - uid: 54125 + - uid: 66244 components: - type: Transform anchored: False pos: -302.5,59.5 parent: 1 - - uid: 54126 + - uid: 66245 components: - type: Transform anchored: False pos: -302.5,58.5 parent: 1 - - uid: 54127 + - uid: 66246 components: - type: Transform anchored: False pos: -302.5,57.5 parent: 1 - - uid: 54128 + - uid: 66247 components: - type: Transform anchored: False pos: -302.5,56.5 parent: 1 - - uid: 54129 + - uid: 66248 components: - type: Transform anchored: False pos: -302.5,55.5 parent: 1 - - uid: 54130 + - uid: 66249 components: - type: Transform anchored: False pos: -302.5,54.5 parent: 1 - - uid: 54131 + - uid: 66250 components: - type: Transform anchored: False pos: -302.5,53.5 parent: 1 - - uid: 54132 + - uid: 66251 components: - type: Transform anchored: False pos: -302.5,52.5 parent: 1 - - uid: 54133 + - uid: 66252 components: - type: Transform anchored: False pos: -302.5,51.5 parent: 1 - - uid: 54134 + - uid: 66253 components: - type: Transform anchored: False pos: -302.5,50.5 parent: 1 - - uid: 54135 + - uid: 66254 components: - type: Transform anchored: False pos: -302.5,49.5 parent: 1 - - uid: 54136 + - uid: 66255 components: - type: Transform anchored: False pos: -302.5,48.5 parent: 1 - - uid: 54137 + - uid: 66256 components: - type: Transform anchored: False pos: -302.5,47.5 parent: 1 - - uid: 54138 + - uid: 66257 components: - type: Transform anchored: False pos: -302.5,46.5 parent: 1 - - uid: 54139 + - uid: 66258 components: - type: Transform anchored: False pos: -302.5,45.5 parent: 1 - - uid: 54140 + - uid: 66259 components: - type: Transform anchored: False pos: -302.5,44.5 parent: 1 - - uid: 54141 + - uid: 66260 components: - type: Transform anchored: False pos: -302.5,43.5 parent: 1 - - uid: 54142 + - uid: 66261 components: - type: Transform anchored: False pos: -302.5,42.5 parent: 1 - - uid: 54143 + - uid: 66262 components: - type: Transform anchored: False pos: -302.5,41.5 parent: 1 - - uid: 54144 + - uid: 66263 components: - type: Transform anchored: False pos: -302.5,40.5 parent: 1 - - uid: 54145 + - uid: 66264 components: - type: Transform anchored: False pos: -302.5,39.5 parent: 1 - - uid: 54146 + - uid: 66265 components: - type: Transform anchored: False pos: -302.5,38.5 parent: 1 - - uid: 54147 + - uid: 66266 components: - type: Transform anchored: False pos: -302.5,37.5 parent: 1 - - uid: 54148 + - uid: 66267 components: - type: Transform anchored: False pos: -302.5,36.5 parent: 1 - - uid: 54149 + - uid: 66268 components: - type: Transform anchored: False pos: -302.5,35.5 parent: 1 - - uid: 54150 + - uid: 66269 components: - type: Transform anchored: False pos: -302.5,34.5 parent: 1 - - uid: 54151 + - uid: 66270 components: - type: Transform anchored: False pos: -302.5,33.5 parent: 1 - - uid: 54152 + - uid: 66271 components: - type: Transform anchored: False pos: -302.5,32.5 parent: 1 - - uid: 54153 + - uid: 66272 components: - type: Transform pos: -302.5,31.5 parent: 1 - - uid: 54154 + - uid: 66273 components: - type: Transform pos: -302.5,30.5 parent: 1 - - uid: 54155 + - uid: 66274 components: - type: Transform pos: -302.5,29.5 parent: 1 - - uid: 54156 + - uid: 66275 components: - type: Transform pos: -302.5,28.5 parent: 1 - - uid: 54157 + - uid: 66276 components: - type: Transform pos: -302.5,27.5 parent: 1 - - uid: 54158 + - uid: 66277 components: - type: Transform pos: -302.5,26.5 parent: 1 - - uid: 54159 + - uid: 66278 components: - type: Transform pos: -302.5,25.5 parent: 1 - - uid: 54160 + - uid: 66279 components: - type: Transform pos: -302.5,24.5 parent: 1 - - uid: 54161 + - uid: 66280 components: - type: Transform pos: -302.5,23.5 parent: 1 - - uid: 54162 + - uid: 66281 components: - type: Transform pos: -302.5,22.5 parent: 1 - - uid: 54163 + - uid: 66282 components: - type: Transform pos: -302.5,21.5 parent: 1 - - uid: 54164 + - uid: 66283 components: - type: Transform pos: -302.5,20.5 parent: 1 - - uid: 54165 + - uid: 66284 components: - type: Transform pos: -302.5,19.5 parent: 1 - - uid: 54166 + - uid: 66285 components: - type: Transform pos: -302.5,18.5 parent: 1 - - uid: 54167 + - uid: 66286 components: - type: Transform pos: -302.5,17.5 parent: 1 - - uid: 54168 + - uid: 66287 components: - type: Transform pos: -302.5,16.5 parent: 1 - - uid: 54169 + - uid: 66288 components: - type: Transform pos: -302.5,15.5 parent: 1 - - uid: 54170 + - uid: 66289 components: - type: Transform pos: -302.5,14.5 parent: 1 - - uid: 54171 + - uid: 66290 components: - type: Transform pos: -302.5,13.5 parent: 1 - - uid: 54172 + - uid: 66291 components: - type: Transform pos: -302.5,12.5 parent: 1 - - uid: 54173 + - uid: 66292 components: - type: Transform pos: -302.5,11.5 parent: 1 - - uid: 54174 + - uid: 66293 components: - type: Transform pos: -302.5,10.5 parent: 1 - - uid: 54175 + - uid: 66294 components: - type: Transform pos: -302.5,9.5 parent: 1 - - uid: 54176 + - uid: 66295 components: - type: Transform pos: -302.5,8.5 parent: 1 - - uid: 54177 + - uid: 66296 components: - type: Transform pos: -302.5,7.5 parent: 1 - - uid: 54178 + - uid: 66297 components: - type: Transform pos: -302.5,6.5 parent: 1 - - uid: 54179 + - uid: 66298 components: - type: Transform pos: -302.5,5.5 parent: 1 - - uid: 54180 + - uid: 66299 components: - type: Transform pos: -302.5,4.5 parent: 1 - - uid: 54181 + - uid: 66300 components: - type: Transform pos: -302.5,3.5 parent: 1 - - uid: 54182 + - uid: 66301 components: - type: Transform pos: -302.5,2.5 parent: 1 - - uid: 54183 + - uid: 66302 components: - type: Transform pos: -302.5,1.5 parent: 1 - - uid: 54184 + - uid: 66303 components: - type: Transform pos: -302.5,0.5 parent: 1 - - uid: 54185 + - uid: 66304 components: - type: Transform pos: -302.5,-0.5 parent: 1 - - uid: 54186 + - uid: 66305 components: - type: Transform pos: -302.5,-1.5 parent: 1 - - uid: 54187 + - uid: 66306 components: - type: Transform pos: -302.5,-2.5 parent: 1 - - uid: 54188 + - uid: 66307 components: - type: Transform pos: -302.5,-3.5 parent: 1 - - uid: 54189 + - uid: 66308 components: - type: Transform pos: -302.5,-4.5 parent: 1 - - uid: 54190 + - uid: 66309 components: - type: Transform pos: -302.5,-5.5 parent: 1 - - uid: 54191 + - uid: 66310 components: - type: Transform pos: -302.5,-6.5 parent: 1 - - uid: 54192 + - uid: 66311 components: - type: Transform pos: -302.5,-7.5 parent: 1 - - uid: 54193 + - uid: 66312 components: - type: Transform pos: -302.5,-8.5 parent: 1 - - uid: 54194 + - uid: 66313 components: - type: Transform pos: -302.5,-9.5 parent: 1 - - uid: 54195 + - uid: 66314 components: - type: Transform pos: -302.5,-10.5 parent: 1 - - uid: 54196 + - uid: 66315 components: - type: Transform pos: -302.5,-11.5 parent: 1 - - uid: 54197 + - uid: 66316 components: - type: Transform pos: -302.5,-12.5 parent: 1 - - uid: 54198 + - uid: 66317 components: - type: Transform pos: -302.5,-13.5 parent: 1 - - uid: 54199 + - uid: 66318 components: - type: Transform pos: -302.5,-14.5 parent: 1 - - uid: 54200 + - uid: 66319 components: - type: Transform pos: -302.5,-15.5 parent: 1 - - uid: 54201 + - uid: 66320 components: - type: Transform pos: -302.5,-16.5 parent: 1 - - uid: 54202 + - uid: 66321 components: - type: Transform pos: -302.5,-17.5 parent: 1 - - uid: 54203 + - uid: 66322 components: - type: Transform pos: -302.5,-18.5 parent: 1 - - uid: 54204 + - uid: 66323 components: - type: Transform pos: -302.5,-19.5 parent: 1 - - uid: 54205 + - uid: 66324 components: - type: Transform pos: -302.5,-20.5 parent: 1 - - uid: 54206 + - uid: 66325 components: - type: Transform pos: -302.5,-21.5 parent: 1 - - uid: 54207 + - uid: 66326 components: - type: Transform pos: -302.5,-22.5 parent: 1 - - uid: 54208 + - uid: 66327 components: - type: Transform pos: -302.5,-23.5 parent: 1 - - uid: 54209 + - uid: 66328 components: - type: Transform pos: -302.5,-24.5 parent: 1 - - uid: 54210 + - uid: 66329 components: - type: Transform pos: -302.5,-25.5 parent: 1 - - uid: 54211 + - uid: 66330 components: - type: Transform pos: -302.5,-26.5 parent: 1 - - uid: 54212 + - uid: 66331 components: - type: Transform anchored: False pos: -301.5,69.5 parent: 1 - - uid: 54213 + - uid: 66332 components: - type: Transform anchored: False pos: -301.5,68.5 parent: 1 - - uid: 54214 + - uid: 66333 components: - type: Transform anchored: False pos: -301.5,67.5 parent: 1 - - uid: 54215 + - uid: 66334 components: - type: Transform anchored: False pos: -301.5,66.5 parent: 1 - - uid: 54216 + - uid: 66335 components: - type: Transform anchored: False pos: -301.5,65.5 parent: 1 - - uid: 54217 + - uid: 66336 components: - type: Transform anchored: False pos: -301.5,64.5 parent: 1 - - uid: 54218 + - uid: 66337 components: - type: Transform anchored: False pos: -301.5,63.5 parent: 1 - - uid: 54219 + - uid: 66338 components: - type: Transform anchored: False pos: -301.5,62.5 parent: 1 - - uid: 54220 + - uid: 66339 components: - type: Transform anchored: False pos: -301.5,61.5 parent: 1 - - uid: 54221 + - uid: 66340 components: - type: Transform anchored: False pos: -301.5,60.5 parent: 1 - - uid: 54222 + - uid: 66341 components: - type: Transform anchored: False pos: -301.5,59.5 parent: 1 - - uid: 54223 + - uid: 66342 components: - type: Transform anchored: False pos: -301.5,58.5 parent: 1 - - uid: 54224 + - uid: 66343 components: - type: Transform anchored: False pos: -301.5,57.5 parent: 1 - - uid: 54225 + - uid: 66344 components: - type: Transform anchored: False pos: -301.5,56.5 parent: 1 - - uid: 54226 + - uid: 66345 components: - type: Transform anchored: False pos: -301.5,55.5 parent: 1 - - uid: 54227 + - uid: 66346 components: - type: Transform anchored: False pos: -301.5,54.5 parent: 1 - - uid: 54228 + - uid: 66347 components: - type: Transform anchored: False pos: -301.5,53.5 parent: 1 - - uid: 54229 + - uid: 66348 components: - type: Transform anchored: False pos: -301.5,52.5 parent: 1 - - uid: 54230 + - uid: 66349 components: - type: Transform anchored: False pos: -301.5,51.5 parent: 1 - - uid: 54231 + - uid: 66350 components: - type: Transform anchored: False pos: -301.5,50.5 parent: 1 - - uid: 54232 + - uid: 66351 components: - type: Transform anchored: False pos: -301.5,49.5 parent: 1 - - uid: 54233 + - uid: 66352 components: - type: Transform anchored: False pos: -301.5,48.5 parent: 1 - - uid: 54234 + - uid: 66353 components: - type: Transform anchored: False pos: -301.5,47.5 parent: 1 - - uid: 54235 + - uid: 66354 components: - type: Transform anchored: False pos: -301.5,46.5 parent: 1 - - uid: 54236 + - uid: 66355 components: - type: Transform anchored: False pos: -301.5,45.5 parent: 1 - - uid: 54237 + - uid: 66356 components: - type: Transform anchored: False pos: -301.5,44.5 parent: 1 - - uid: 54238 + - uid: 66357 components: - type: Transform anchored: False pos: -301.5,43.5 parent: 1 - - uid: 54239 + - uid: 66358 components: - type: Transform anchored: False pos: -301.5,42.5 parent: 1 - - uid: 54240 + - uid: 66359 components: - type: Transform anchored: False pos: -301.5,41.5 parent: 1 - - uid: 54241 + - uid: 66360 components: - type: Transform anchored: False pos: -301.5,40.5 parent: 1 - - uid: 54242 + - uid: 66361 components: - type: Transform anchored: False pos: -301.5,39.5 parent: 1 - - uid: 54243 + - uid: 66362 components: - type: Transform anchored: False pos: -301.5,38.5 parent: 1 - - uid: 54244 + - uid: 66363 components: - type: Transform anchored: False pos: -301.5,37.5 parent: 1 - - uid: 54245 + - uid: 66364 components: - type: Transform anchored: False pos: -301.5,36.5 parent: 1 - - uid: 54246 + - uid: 66365 components: - type: Transform anchored: False pos: -301.5,35.5 parent: 1 - - uid: 54247 + - uid: 66366 components: - type: Transform anchored: False pos: -301.5,34.5 parent: 1 - - uid: 54248 + - uid: 66367 components: - type: Transform anchored: False pos: -301.5,33.5 parent: 1 - - uid: 54249 + - uid: 66368 components: - type: Transform anchored: False pos: -301.5,32.5 parent: 1 - - uid: 54250 + - uid: 66369 components: - type: Transform pos: -301.5,31.5 parent: 1 - - uid: 54251 + - uid: 66370 components: - type: Transform pos: -301.5,30.5 parent: 1 - - uid: 54252 + - uid: 66371 components: - type: Transform pos: -301.5,29.5 parent: 1 - - uid: 54253 + - uid: 66372 components: - type: Transform pos: -301.5,28.5 parent: 1 - - uid: 54254 + - uid: 66373 components: - type: Transform pos: -301.5,27.5 parent: 1 - - uid: 54255 + - uid: 66374 components: - type: Transform pos: -301.5,26.5 parent: 1 - - uid: 54256 + - uid: 66375 components: - type: Transform pos: -301.5,25.5 parent: 1 - - uid: 54257 + - uid: 66376 components: - type: Transform pos: -301.5,24.5 parent: 1 - - uid: 54258 + - uid: 66377 components: - type: Transform pos: -301.5,23.5 parent: 1 - - uid: 54259 + - uid: 66378 components: - type: Transform pos: -301.5,22.5 parent: 1 - - uid: 54260 + - uid: 66379 components: - type: Transform pos: -301.5,21.5 parent: 1 - - uid: 54261 + - uid: 66380 components: - type: Transform pos: -301.5,20.5 parent: 1 - - uid: 54262 + - uid: 66381 components: - type: Transform pos: -301.5,19.5 parent: 1 - - uid: 54263 + - uid: 66382 components: - type: Transform pos: -301.5,18.5 parent: 1 - - uid: 54264 + - uid: 66383 components: - type: Transform pos: -301.5,17.5 parent: 1 - - uid: 54265 + - uid: 66384 components: - type: Transform pos: -301.5,16.5 parent: 1 - - uid: 54266 + - uid: 66385 components: - type: Transform pos: -301.5,15.5 parent: 1 - - uid: 54267 + - uid: 66386 components: - type: Transform pos: -301.5,14.5 parent: 1 - - uid: 54268 + - uid: 66387 components: - type: Transform pos: -301.5,13.5 parent: 1 - - uid: 54269 + - uid: 66388 components: - type: Transform pos: -301.5,12.5 parent: 1 - - uid: 54270 + - uid: 66389 components: - type: Transform pos: -301.5,11.5 parent: 1 - - uid: 54271 + - uid: 66390 components: - type: Transform pos: -301.5,10.5 parent: 1 - - uid: 54272 + - uid: 66391 components: - type: Transform pos: -301.5,9.5 parent: 1 - - uid: 54273 + - uid: 66392 components: - type: Transform pos: -301.5,8.5 parent: 1 - - uid: 54274 + - uid: 66393 components: - type: Transform pos: -301.5,7.5 parent: 1 - - uid: 54275 + - uid: 66394 components: - type: Transform pos: -301.5,6.5 parent: 1 - - uid: 54276 + - uid: 66395 components: - type: Transform pos: -301.5,5.5 parent: 1 - - uid: 54277 + - uid: 66396 components: - type: Transform pos: -301.5,4.5 parent: 1 - - uid: 54278 + - uid: 66397 components: - type: Transform pos: -301.5,3.5 parent: 1 - - uid: 54279 + - uid: 66398 components: - type: Transform pos: -301.5,2.5 parent: 1 - - uid: 54280 + - uid: 66399 components: - type: Transform pos: -301.5,1.5 parent: 1 - - uid: 54281 + - uid: 66400 components: - type: Transform pos: -301.5,0.5 parent: 1 - - uid: 54282 + - uid: 66401 components: - type: Transform pos: -301.5,-0.5 parent: 1 - - uid: 54283 + - uid: 66402 components: - type: Transform pos: -301.5,-1.5 parent: 1 - - uid: 54284 + - uid: 66403 components: - type: Transform pos: -301.5,-2.5 parent: 1 - - uid: 54285 + - uid: 66404 components: - type: Transform pos: -301.5,-3.5 parent: 1 - - uid: 54286 + - uid: 66405 components: - type: Transform pos: -301.5,-4.5 parent: 1 - - uid: 54287 + - uid: 66406 components: - type: Transform pos: -301.5,-5.5 parent: 1 - - uid: 54288 + - uid: 66407 components: - type: Transform pos: -301.5,-6.5 parent: 1 - - uid: 54289 + - uid: 66408 components: - type: Transform pos: -301.5,-7.5 parent: 1 - - uid: 54290 + - uid: 66409 components: - type: Transform pos: -301.5,-8.5 parent: 1 - - uid: 54291 + - uid: 66410 components: - type: Transform pos: -301.5,-9.5 parent: 1 - - uid: 54292 + - uid: 66411 components: - type: Transform pos: -301.5,-10.5 parent: 1 - - uid: 54293 + - uid: 66412 components: - type: Transform pos: -301.5,-11.5 parent: 1 - - uid: 54294 + - uid: 66413 components: - type: Transform pos: -301.5,-12.5 parent: 1 - - uid: 54295 + - uid: 66414 components: - type: Transform pos: -301.5,-13.5 parent: 1 - - uid: 54296 + - uid: 66415 components: - type: Transform pos: -301.5,-14.5 parent: 1 - - uid: 54297 + - uid: 66416 components: - type: Transform pos: -301.5,-15.5 parent: 1 - - uid: 54298 + - uid: 66417 components: - type: Transform pos: -301.5,-16.5 parent: 1 - - uid: 54299 + - uid: 66418 components: - type: Transform pos: -301.5,-17.5 parent: 1 - - uid: 54300 + - uid: 66419 components: - type: Transform pos: -301.5,-18.5 parent: 1 - - uid: 54301 + - uid: 66420 components: - type: Transform pos: -301.5,-19.5 parent: 1 - - uid: 54302 + - uid: 66421 components: - type: Transform pos: -301.5,-20.5 parent: 1 - - uid: 54303 + - uid: 66422 components: - type: Transform pos: -301.5,-21.5 parent: 1 - - uid: 54304 + - uid: 66423 components: - type: Transform pos: -301.5,-22.5 parent: 1 - - uid: 54305 + - uid: 66424 components: - type: Transform pos: -301.5,-23.5 parent: 1 - - uid: 54306 + - uid: 66425 components: - type: Transform pos: -301.5,-24.5 parent: 1 - - uid: 54307 + - uid: 66426 components: - type: Transform pos: -301.5,-25.5 parent: 1 - - uid: 54308 + - uid: 66427 components: - type: Transform pos: -301.5,-26.5 parent: 1 - - uid: 54309 + - uid: 66428 components: - type: Transform anchored: False pos: -300.5,69.5 parent: 1 - - uid: 54310 + - uid: 66429 components: - type: Transform anchored: False pos: -300.5,68.5 parent: 1 - - uid: 54311 + - uid: 66430 components: - type: Transform anchored: False pos: -300.5,67.5 parent: 1 - - uid: 54312 + - uid: 66431 components: - type: Transform anchored: False pos: -300.5,66.5 parent: 1 - - uid: 54313 + - uid: 66432 components: - type: Transform anchored: False pos: -300.5,65.5 parent: 1 - - uid: 54314 + - uid: 66433 components: - type: Transform anchored: False pos: -300.5,64.5 parent: 1 - - uid: 54315 + - uid: 66434 components: - type: Transform anchored: False pos: -300.5,63.5 parent: 1 - - uid: 54316 + - uid: 66435 components: - type: Transform anchored: False pos: -300.5,62.5 parent: 1 - - uid: 54317 + - uid: 66436 components: - type: Transform anchored: False pos: -300.5,61.5 parent: 1 - - uid: 54318 + - uid: 66437 components: - type: Transform anchored: False pos: -300.5,60.5 parent: 1 - - uid: 54319 + - uid: 66438 components: - type: Transform anchored: False pos: -300.5,59.5 parent: 1 - - uid: 54320 + - uid: 66439 components: - type: Transform anchored: False pos: -300.5,58.5 parent: 1 - - uid: 54321 + - uid: 66440 components: - type: Transform anchored: False pos: -300.5,57.5 parent: 1 - - uid: 54322 + - uid: 66441 components: - type: Transform anchored: False pos: -300.5,56.5 parent: 1 - - uid: 54323 + - uid: 66442 components: - type: Transform anchored: False pos: -300.5,55.5 parent: 1 - - uid: 54324 + - uid: 66443 components: - type: Transform anchored: False pos: -300.5,54.5 parent: 1 - - uid: 54325 + - uid: 66444 components: - type: Transform anchored: False pos: -300.5,53.5 parent: 1 - - uid: 54326 + - uid: 66445 components: - type: Transform anchored: False pos: -300.5,52.5 parent: 1 - - uid: 54327 + - uid: 66446 components: - type: Transform anchored: False pos: -300.5,51.5 parent: 1 - - uid: 54328 + - uid: 66447 components: - type: Transform anchored: False pos: -300.5,50.5 parent: 1 - - uid: 54329 + - uid: 66448 components: - type: Transform anchored: False pos: -300.5,49.5 parent: 1 - - uid: 54330 + - uid: 66449 components: - type: Transform anchored: False pos: -300.5,48.5 parent: 1 - - uid: 54331 + - uid: 66450 components: - type: Transform anchored: False pos: -300.5,47.5 parent: 1 - - uid: 54332 + - uid: 66451 components: - type: Transform anchored: False pos: -300.5,46.5 parent: 1 - - uid: 54333 + - uid: 66452 components: - type: Transform anchored: False pos: -300.5,45.5 parent: 1 - - uid: 54334 + - uid: 66453 components: - type: Transform anchored: False pos: -300.5,44.5 parent: 1 - - uid: 54335 + - uid: 66454 components: - type: Transform anchored: False pos: -300.5,43.5 parent: 1 - - uid: 54336 + - uid: 66455 components: - type: Transform anchored: False pos: -300.5,42.5 parent: 1 - - uid: 54337 + - uid: 66456 components: - type: Transform anchored: False pos: -300.5,41.5 parent: 1 - - uid: 54338 + - uid: 66457 components: - type: Transform anchored: False pos: -300.5,40.5 parent: 1 - - uid: 54339 + - uid: 66458 components: - type: Transform anchored: False pos: -300.5,39.5 parent: 1 - - uid: 54340 + - uid: 66459 components: - type: Transform anchored: False pos: -300.5,38.5 parent: 1 - - uid: 54341 + - uid: 66460 components: - type: Transform anchored: False pos: -300.5,37.5 parent: 1 - - uid: 54342 + - uid: 66461 components: - type: Transform anchored: False pos: -300.5,36.5 parent: 1 - - uid: 54343 + - uid: 66462 components: - type: Transform anchored: False pos: -300.5,35.5 parent: 1 - - uid: 54344 + - uid: 66463 components: - type: Transform anchored: False pos: -300.5,34.5 parent: 1 - - uid: 54345 + - uid: 66464 components: - type: Transform anchored: False pos: -300.5,33.5 parent: 1 - - uid: 54346 + - uid: 66465 components: - type: Transform anchored: False pos: -300.5,32.5 parent: 1 - - uid: 54347 + - uid: 66466 components: - type: Transform pos: -300.5,31.5 parent: 1 - - uid: 54348 + - uid: 66467 components: - type: Transform pos: -300.5,30.5 parent: 1 - - uid: 54349 + - uid: 66468 components: - type: Transform pos: -300.5,29.5 parent: 1 - - uid: 54350 + - uid: 66469 components: - type: Transform pos: -300.5,28.5 parent: 1 - - uid: 54351 + - uid: 66470 components: - type: Transform pos: -300.5,27.5 parent: 1 - - uid: 54352 + - uid: 66471 components: - type: Transform pos: -300.5,26.5 parent: 1 - - uid: 54353 + - uid: 66472 components: - type: Transform pos: -300.5,25.5 parent: 1 - - uid: 54354 + - uid: 66473 components: - type: Transform pos: -300.5,24.5 parent: 1 - - uid: 54355 + - uid: 66474 components: - type: Transform pos: -300.5,23.5 parent: 1 - - uid: 54356 + - uid: 66475 components: - type: Transform pos: -300.5,22.5 parent: 1 - - uid: 54357 + - uid: 66476 components: - type: Transform pos: -300.5,21.5 parent: 1 - - uid: 54358 + - uid: 66477 components: - type: Transform pos: -300.5,20.5 parent: 1 - - uid: 54359 + - uid: 66478 components: - type: Transform pos: -300.5,19.5 parent: 1 - - uid: 54360 + - uid: 66479 components: - type: Transform pos: -300.5,18.5 parent: 1 - - uid: 54361 + - uid: 66480 components: - type: Transform pos: -300.5,17.5 parent: 1 - - uid: 54362 + - uid: 66481 components: - type: Transform pos: -300.5,16.5 parent: 1 - - uid: 54363 + - uid: 66482 components: - type: Transform pos: -300.5,15.5 parent: 1 - - uid: 54364 + - uid: 66483 components: - type: Transform pos: -300.5,14.5 parent: 1 - - uid: 54365 + - uid: 66484 components: - type: Transform pos: -300.5,13.5 parent: 1 - - uid: 54366 + - uid: 66485 components: - type: Transform pos: -300.5,12.5 parent: 1 - - uid: 54367 + - uid: 66486 components: - type: Transform pos: -300.5,11.5 parent: 1 - - uid: 54368 + - uid: 66487 components: - type: Transform pos: -300.5,10.5 parent: 1 - - uid: 54369 + - uid: 66488 components: - type: Transform pos: -300.5,9.5 parent: 1 - - uid: 54370 + - uid: 66489 components: - type: Transform pos: -300.5,8.5 parent: 1 - - uid: 54371 + - uid: 66490 components: - type: Transform pos: -300.5,7.5 parent: 1 - - uid: 54372 + - uid: 66491 components: - type: Transform pos: -300.5,6.5 parent: 1 - - uid: 54373 + - uid: 66492 components: - type: Transform pos: -300.5,5.5 parent: 1 - - uid: 54374 + - uid: 66493 components: - type: Transform pos: -300.5,4.5 parent: 1 - - uid: 54375 + - uid: 66494 components: - type: Transform pos: -300.5,3.5 parent: 1 - - uid: 54376 + - uid: 66495 components: - type: Transform pos: -300.5,2.5 parent: 1 - - uid: 54377 + - uid: 66496 components: - type: Transform pos: -300.5,1.5 parent: 1 - - uid: 54378 + - uid: 66497 components: - type: Transform pos: -300.5,0.5 parent: 1 - - uid: 54379 + - uid: 66498 components: - type: Transform pos: -300.5,-0.5 parent: 1 - - uid: 54380 + - uid: 66499 components: - type: Transform pos: -300.5,-1.5 parent: 1 - - uid: 54381 + - uid: 66500 components: - type: Transform pos: -300.5,-2.5 parent: 1 - - uid: 54382 + - uid: 66501 components: - type: Transform pos: -300.5,-3.5 parent: 1 - - uid: 54383 + - uid: 66502 components: - type: Transform pos: -300.5,-4.5 parent: 1 - - uid: 54384 + - uid: 66503 components: - type: Transform pos: -300.5,-5.5 parent: 1 - - uid: 54385 + - uid: 66504 components: - type: Transform pos: -300.5,-6.5 parent: 1 - - uid: 54386 + - uid: 66505 components: - type: Transform pos: -300.5,-7.5 parent: 1 - - uid: 54387 + - uid: 66506 components: - type: Transform pos: -300.5,-8.5 parent: 1 - - uid: 54388 + - uid: 66507 components: - type: Transform pos: -300.5,-9.5 parent: 1 - - uid: 54389 + - uid: 66508 components: - type: Transform pos: -300.5,-10.5 parent: 1 - - uid: 54390 + - uid: 66509 components: - type: Transform pos: -300.5,-11.5 parent: 1 - - uid: 54391 + - uid: 66510 components: - type: Transform pos: -300.5,-12.5 parent: 1 - - uid: 54392 + - uid: 66511 components: - type: Transform pos: -300.5,-13.5 parent: 1 - - uid: 54393 + - uid: 66512 components: - type: Transform pos: -300.5,-14.5 parent: 1 - - uid: 54394 + - uid: 66513 components: - type: Transform pos: -300.5,-15.5 parent: 1 - - uid: 54395 + - uid: 66514 components: - type: Transform pos: -300.5,-16.5 parent: 1 - - uid: 54396 + - uid: 66515 components: - type: Transform pos: -300.5,-17.5 parent: 1 - - uid: 54397 + - uid: 66516 components: - type: Transform pos: -300.5,-18.5 parent: 1 - - uid: 54398 + - uid: 66517 components: - type: Transform pos: -300.5,-19.5 parent: 1 - - uid: 54399 + - uid: 66518 components: - type: Transform pos: -300.5,-20.5 parent: 1 - - uid: 54400 + - uid: 66519 components: - type: Transform pos: -300.5,-21.5 parent: 1 - - uid: 54401 + - uid: 66520 components: - type: Transform pos: -300.5,-22.5 parent: 1 - - uid: 54402 + - uid: 66521 components: - type: Transform pos: -300.5,-23.5 parent: 1 - - uid: 54403 + - uid: 66522 components: - type: Transform pos: -300.5,-24.5 parent: 1 - - uid: 54404 + - uid: 66523 components: - type: Transform pos: -300.5,-25.5 parent: 1 - - uid: 54405 + - uid: 66524 components: - type: Transform pos: -300.5,-26.5 parent: 1 - - uid: 54406 + - uid: 66525 components: - type: Transform anchored: False pos: -299.5,69.5 parent: 1 - - uid: 54407 + - uid: 66526 components: - type: Transform anchored: False pos: -299.5,68.5 parent: 1 - - uid: 54408 + - uid: 66527 components: - type: Transform anchored: False pos: -299.5,67.5 parent: 1 - - uid: 54409 + - uid: 66528 components: - type: Transform anchored: False pos: -299.5,66.5 parent: 1 - - uid: 54410 + - uid: 66529 components: - type: Transform anchored: False pos: -299.5,65.5 parent: 1 - - uid: 54411 + - uid: 66530 components: - type: Transform anchored: False pos: -299.5,64.5 parent: 1 - - uid: 54412 + - uid: 66531 components: - type: Transform anchored: False pos: -299.5,63.5 parent: 1 - - uid: 54413 + - uid: 66532 components: - type: Transform anchored: False pos: -299.5,62.5 parent: 1 - - uid: 54414 + - uid: 66533 components: - type: Transform anchored: False pos: -299.5,61.5 parent: 1 - - uid: 54415 + - uid: 66534 components: - type: Transform anchored: False pos: -299.5,60.5 parent: 1 - - uid: 54416 + - uid: 66535 components: - type: Transform anchored: False pos: -299.5,59.5 parent: 1 - - uid: 54417 + - uid: 66536 components: - type: Transform anchored: False pos: -299.5,58.5 parent: 1 - - uid: 54418 + - uid: 66537 components: - type: Transform anchored: False pos: -299.5,57.5 parent: 1 - - uid: 54419 + - uid: 66538 components: - type: Transform anchored: False pos: -299.5,56.5 parent: 1 - - uid: 54420 + - uid: 66539 components: - type: Transform anchored: False pos: -299.5,55.5 parent: 1 - - uid: 54421 + - uid: 66540 components: - type: Transform anchored: False pos: -299.5,54.5 parent: 1 - - uid: 54422 + - uid: 66541 components: - type: Transform anchored: False pos: -299.5,53.5 parent: 1 - - uid: 54423 + - uid: 66542 components: - type: Transform anchored: False pos: -299.5,52.5 parent: 1 - - uid: 54424 + - uid: 66543 components: - type: Transform anchored: False pos: -299.5,51.5 parent: 1 - - uid: 54425 + - uid: 66544 components: - type: Transform anchored: False pos: -299.5,50.5 parent: 1 - - uid: 54426 + - uid: 66545 components: - type: Transform anchored: False pos: -299.5,49.5 parent: 1 - - uid: 54427 + - uid: 66546 components: - type: Transform anchored: False pos: -299.5,48.5 parent: 1 - - uid: 54428 + - uid: 66547 components: - type: Transform anchored: False pos: -299.5,47.5 parent: 1 - - uid: 54429 + - uid: 66548 components: - type: Transform anchored: False pos: -299.5,46.5 parent: 1 - - uid: 54430 + - uid: 66549 components: - type: Transform anchored: False pos: -299.5,45.5 parent: 1 - - uid: 54431 + - uid: 66550 components: - type: Transform anchored: False pos: -299.5,44.5 parent: 1 - - uid: 54432 + - uid: 66551 components: - type: Transform anchored: False pos: -299.5,43.5 parent: 1 - - uid: 54433 + - uid: 66552 components: - type: Transform anchored: False pos: -299.5,42.5 parent: 1 - - uid: 54434 + - uid: 66553 components: - type: Transform anchored: False pos: -299.5,41.5 parent: 1 - - uid: 54435 + - uid: 66554 components: - type: Transform anchored: False pos: -299.5,40.5 parent: 1 - - uid: 54436 + - uid: 66555 components: - type: Transform anchored: False pos: -299.5,39.5 parent: 1 - - uid: 54437 + - uid: 66556 components: - type: Transform anchored: False pos: -299.5,38.5 parent: 1 - - uid: 54438 + - uid: 66557 components: - type: Transform anchored: False pos: -299.5,37.5 parent: 1 - - uid: 54439 + - uid: 66558 components: - type: Transform anchored: False pos: -299.5,36.5 parent: 1 - - uid: 54440 + - uid: 66559 components: - type: Transform anchored: False pos: -299.5,35.5 parent: 1 - - uid: 54441 + - uid: 66560 components: - type: Transform anchored: False pos: -299.5,34.5 parent: 1 - - uid: 54442 + - uid: 66561 components: - type: Transform anchored: False pos: -299.5,33.5 parent: 1 - - uid: 54443 + - uid: 66562 components: - type: Transform anchored: False pos: -299.5,32.5 parent: 1 - - uid: 54444 + - uid: 66563 components: - type: Transform pos: -299.5,31.5 parent: 1 - - uid: 54445 + - uid: 66564 components: - type: Transform pos: -299.5,30.5 parent: 1 - - uid: 54446 + - uid: 66565 components: - type: Transform pos: -299.5,29.5 parent: 1 - - uid: 54447 + - uid: 66566 components: - type: Transform pos: -299.5,28.5 parent: 1 - - uid: 54448 + - uid: 66567 components: - type: Transform pos: -299.5,27.5 parent: 1 - - uid: 54449 + - uid: 66568 components: - type: Transform pos: -299.5,26.5 parent: 1 - - uid: 54450 + - uid: 66569 components: - type: Transform pos: -299.5,25.5 parent: 1 - - uid: 54451 + - uid: 66570 components: - type: Transform pos: -299.5,24.5 parent: 1 - - uid: 54452 + - uid: 66571 components: - type: Transform pos: -299.5,23.5 parent: 1 - - uid: 54453 + - uid: 66572 components: - type: Transform pos: -299.5,22.5 parent: 1 - - uid: 54454 + - uid: 66573 components: - type: Transform pos: -299.5,21.5 parent: 1 - - uid: 54455 + - uid: 66574 components: - type: Transform pos: -299.5,20.5 parent: 1 - - uid: 54456 + - uid: 66575 components: - type: Transform pos: -299.5,19.5 parent: 1 - - uid: 54457 + - uid: 66576 components: - type: Transform pos: -299.5,18.5 parent: 1 - - uid: 54458 + - uid: 66577 components: - type: Transform pos: -299.5,17.5 parent: 1 - - uid: 54459 + - uid: 66578 components: - type: Transform pos: -299.5,16.5 parent: 1 - - uid: 54460 + - uid: 66579 components: - type: Transform pos: -299.5,15.5 parent: 1 - - uid: 54461 + - uid: 66580 components: - type: Transform pos: -299.5,14.5 parent: 1 - - uid: 54462 + - uid: 66581 components: - type: Transform pos: -299.5,13.5 parent: 1 - - uid: 54463 + - uid: 66582 components: - type: Transform pos: -299.5,12.5 parent: 1 - - uid: 54464 + - uid: 66583 components: - type: Transform pos: -299.5,11.5 parent: 1 - - uid: 54465 + - uid: 66584 components: - type: Transform pos: -299.5,10.5 parent: 1 - - uid: 54466 + - uid: 66585 components: - type: Transform pos: -299.5,9.5 parent: 1 - - uid: 54467 + - uid: 66586 components: - type: Transform pos: -299.5,8.5 parent: 1 - - uid: 54468 + - uid: 66587 components: - type: Transform pos: -299.5,7.5 parent: 1 - - uid: 54469 + - uid: 66588 components: - type: Transform pos: -299.5,6.5 parent: 1 - - uid: 54470 + - uid: 66589 components: - type: Transform pos: -299.5,5.5 parent: 1 - - uid: 54471 + - uid: 66590 components: - type: Transform pos: -299.5,4.5 parent: 1 - - uid: 54472 + - uid: 66591 components: - type: Transform pos: -299.5,3.5 parent: 1 - - uid: 54473 + - uid: 66592 components: - type: Transform pos: -299.5,2.5 parent: 1 - - uid: 54474 + - uid: 66593 components: - type: Transform pos: -299.5,1.5 parent: 1 - - uid: 54475 + - uid: 66594 components: - type: Transform pos: -299.5,0.5 parent: 1 - - uid: 54476 + - uid: 66595 components: - type: Transform pos: -299.5,-0.5 parent: 1 - - uid: 54477 + - uid: 66596 components: - type: Transform pos: -299.5,-1.5 parent: 1 - - uid: 54478 + - uid: 66597 components: - type: Transform pos: -299.5,-2.5 parent: 1 - - uid: 54479 + - uid: 66598 components: - type: Transform pos: -299.5,-3.5 parent: 1 - - uid: 54480 + - uid: 66599 components: - type: Transform pos: -299.5,-4.5 parent: 1 - - uid: 54481 + - uid: 66600 components: - type: Transform pos: -299.5,-5.5 parent: 1 - - uid: 54482 + - uid: 66601 components: - type: Transform pos: -299.5,-6.5 parent: 1 - - uid: 54483 + - uid: 66602 components: - type: Transform pos: -299.5,-7.5 parent: 1 - - uid: 54484 + - uid: 66603 components: - type: Transform pos: -299.5,-8.5 parent: 1 - - uid: 54485 + - uid: 66604 components: - type: Transform pos: -299.5,-9.5 parent: 1 - - uid: 54486 + - uid: 66605 components: - type: Transform pos: -299.5,-10.5 parent: 1 - - uid: 54487 + - uid: 66606 components: - type: Transform pos: -299.5,-11.5 parent: 1 - - uid: 54488 + - uid: 66607 components: - type: Transform pos: -299.5,-12.5 parent: 1 - - uid: 54489 + - uid: 66608 components: - type: Transform pos: -299.5,-13.5 parent: 1 - - uid: 54490 + - uid: 66609 components: - type: Transform pos: -299.5,-14.5 parent: 1 - - uid: 54491 + - uid: 66610 components: - type: Transform pos: -299.5,-15.5 parent: 1 - - uid: 54492 + - uid: 66611 components: - type: Transform pos: -299.5,-16.5 parent: 1 - - uid: 54493 + - uid: 66612 components: - type: Transform pos: -299.5,-17.5 parent: 1 - - uid: 54494 + - uid: 66613 components: - type: Transform pos: -299.5,-18.5 parent: 1 - - uid: 54495 + - uid: 66614 components: - type: Transform pos: -299.5,-19.5 parent: 1 - - uid: 54496 + - uid: 66615 components: - type: Transform pos: -299.5,-20.5 parent: 1 - - uid: 54497 + - uid: 66616 components: - type: Transform pos: -299.5,-21.5 parent: 1 - - uid: 54498 + - uid: 66617 components: - type: Transform pos: -299.5,-22.5 parent: 1 - - uid: 54499 + - uid: 66618 components: - type: Transform pos: -299.5,-23.5 parent: 1 - - uid: 54500 + - uid: 66619 components: - type: Transform pos: -299.5,-24.5 parent: 1 - - uid: 54501 + - uid: 66620 components: - type: Transform pos: -299.5,-25.5 parent: 1 - - uid: 54502 + - uid: 66621 components: - type: Transform pos: -299.5,-26.5 parent: 1 - - uid: 54503 + - uid: 66622 components: - type: Transform anchored: False pos: -298.5,69.5 parent: 1 - - uid: 54504 + - uid: 66623 components: - type: Transform anchored: False pos: -298.5,68.5 parent: 1 - - uid: 54505 + - uid: 66624 components: - type: Transform anchored: False pos: -298.5,67.5 parent: 1 - - uid: 54506 + - uid: 66625 components: - type: Transform anchored: False pos: -298.5,66.5 parent: 1 - - uid: 54507 + - uid: 66626 components: - type: Transform anchored: False pos: -298.5,65.5 parent: 1 - - uid: 54508 + - uid: 66627 components: - type: Transform anchored: False pos: -298.5,64.5 parent: 1 - - uid: 54509 + - uid: 66628 components: - type: Transform anchored: False pos: -298.5,63.5 parent: 1 - - uid: 54510 + - uid: 66629 components: - type: Transform anchored: False pos: -298.5,62.5 parent: 1 - - uid: 54511 + - uid: 66630 components: - type: Transform anchored: False pos: -298.5,61.5 parent: 1 - - uid: 54512 + - uid: 66631 components: - type: Transform anchored: False pos: -298.5,60.5 parent: 1 - - uid: 54513 + - uid: 66632 components: - type: Transform anchored: False pos: -298.5,59.5 parent: 1 - - uid: 54514 + - uid: 66633 components: - type: Transform anchored: False pos: -298.5,58.5 parent: 1 - - uid: 54515 + - uid: 66634 components: - type: Transform anchored: False pos: -298.5,57.5 parent: 1 - - uid: 54516 + - uid: 66635 components: - type: Transform anchored: False pos: -298.5,56.5 parent: 1 - - uid: 54517 + - uid: 66636 components: - type: Transform anchored: False pos: -298.5,55.5 parent: 1 - - uid: 54518 + - uid: 66637 components: - type: Transform anchored: False pos: -298.5,54.5 parent: 1 - - uid: 54519 + - uid: 66638 components: - type: Transform anchored: False pos: -298.5,53.5 parent: 1 - - uid: 54520 + - uid: 66639 components: - type: Transform anchored: False pos: -298.5,52.5 parent: 1 - - uid: 54521 + - uid: 66640 components: - type: Transform anchored: False pos: -298.5,51.5 parent: 1 - - uid: 54522 + - uid: 66641 components: - type: Transform anchored: False pos: -298.5,50.5 parent: 1 - - uid: 54523 + - uid: 66642 components: - type: Transform anchored: False pos: -298.5,49.5 parent: 1 - - uid: 54524 + - uid: 66643 components: - type: Transform anchored: False pos: -298.5,48.5 parent: 1 - - uid: 54525 + - uid: 66644 components: - type: Transform anchored: False pos: -298.5,47.5 parent: 1 - - uid: 54526 + - uid: 66645 components: - type: Transform anchored: False pos: -298.5,46.5 parent: 1 - - uid: 54527 + - uid: 66646 components: - type: Transform anchored: False pos: -298.5,45.5 parent: 1 - - uid: 54528 + - uid: 66647 components: - type: Transform anchored: False pos: -298.5,44.5 parent: 1 - - uid: 54529 + - uid: 66648 components: - type: Transform anchored: False pos: -298.5,43.5 parent: 1 - - uid: 54530 + - uid: 66649 components: - type: Transform anchored: False pos: -298.5,42.5 parent: 1 - - uid: 54531 + - uid: 66650 components: - type: Transform anchored: False pos: -298.5,41.5 parent: 1 - - uid: 54532 + - uid: 66651 components: - type: Transform pos: -298.5,40.5 parent: 1 - - uid: 54533 + - uid: 66652 components: - type: Transform anchored: False pos: -298.5,39.5 parent: 1 - - uid: 54534 + - uid: 66653 components: - type: Transform anchored: False pos: -298.5,38.5 parent: 1 - - uid: 54535 + - uid: 66654 components: - type: Transform anchored: False pos: -298.5,37.5 parent: 1 - - uid: 54536 + - uid: 66655 components: - type: Transform anchored: False pos: -298.5,36.5 parent: 1 - - uid: 54537 + - uid: 66656 components: - type: Transform anchored: False pos: -298.5,35.5 parent: 1 - - uid: 54538 + - uid: 66657 components: - type: Transform anchored: False pos: -298.5,34.5 parent: 1 - - uid: 54539 + - uid: 66658 components: - type: Transform anchored: False pos: -298.5,33.5 parent: 1 - - uid: 54540 + - uid: 66659 components: - type: Transform anchored: False pos: -298.5,32.5 parent: 1 - - uid: 54541 + - uid: 66660 components: - type: Transform pos: -298.5,31.5 parent: 1 - - uid: 54542 + - uid: 66661 components: - type: Transform pos: -298.5,30.5 parent: 1 - - uid: 54543 + - uid: 66662 components: - type: Transform pos: -298.5,29.5 parent: 1 - - uid: 54544 + - uid: 66663 components: - type: Transform pos: -298.5,28.5 parent: 1 - - uid: 54545 + - uid: 66664 components: - type: Transform pos: -298.5,27.5 parent: 1 - - uid: 54546 + - uid: 66665 components: - type: Transform pos: -298.5,26.5 parent: 1 - - uid: 54547 + - uid: 66666 components: - type: Transform pos: -298.5,25.5 parent: 1 - - uid: 54548 + - uid: 66667 components: - type: Transform pos: -298.5,24.5 parent: 1 - - uid: 54549 + - uid: 66668 components: - type: Transform pos: -298.5,23.5 parent: 1 - - uid: 54550 + - uid: 66669 components: - type: Transform pos: -298.5,22.5 parent: 1 - - uid: 54551 + - uid: 66670 components: - type: Transform pos: -298.5,21.5 parent: 1 - - uid: 54552 + - uid: 66671 components: - type: Transform pos: -298.5,20.5 parent: 1 - - uid: 54553 + - uid: 66672 components: - type: Transform pos: -298.5,19.5 parent: 1 - - uid: 54554 + - uid: 66673 components: - type: Transform pos: -298.5,18.5 parent: 1 - - uid: 54555 + - uid: 66674 components: - type: Transform pos: -298.5,17.5 parent: 1 - - uid: 54556 + - uid: 66675 components: - type: Transform pos: -298.5,16.5 parent: 1 - - uid: 54557 + - uid: 66676 components: - type: Transform pos: -298.5,15.5 parent: 1 - - uid: 54558 + - uid: 66677 components: - type: Transform pos: -298.5,14.5 parent: 1 - - uid: 54559 + - uid: 66678 components: - type: Transform pos: -298.5,13.5 parent: 1 - - uid: 54560 + - uid: 66679 components: - type: Transform pos: -298.5,12.5 parent: 1 - - uid: 54561 + - uid: 66680 components: - type: Transform pos: -298.5,11.5 parent: 1 - - uid: 54562 + - uid: 66681 components: - type: Transform pos: -298.5,10.5 parent: 1 - - uid: 54563 + - uid: 66682 components: - type: Transform pos: -298.5,9.5 parent: 1 - - uid: 54564 + - uid: 66683 components: - type: Transform pos: -298.5,8.5 parent: 1 - - uid: 54565 + - uid: 66684 components: - type: Transform pos: -298.5,7.5 parent: 1 - - uid: 54566 + - uid: 66685 components: - type: Transform pos: -298.5,6.5 parent: 1 - - uid: 54567 + - uid: 66686 components: - type: Transform pos: -298.5,5.5 parent: 1 - - uid: 54568 + - uid: 66687 components: - type: Transform pos: -298.5,4.5 parent: 1 - - uid: 54569 + - uid: 66688 components: - type: Transform pos: -298.5,3.5 parent: 1 - - uid: 54570 + - uid: 66689 components: - type: Transform pos: -298.5,2.5 parent: 1 - - uid: 54571 + - uid: 66690 components: - type: Transform pos: -298.5,1.5 parent: 1 - - uid: 54572 + - uid: 66691 components: - type: Transform pos: -298.5,0.5 parent: 1 - - uid: 54573 + - uid: 66692 components: - type: Transform pos: -298.5,-0.5 parent: 1 - - uid: 54574 + - uid: 66693 components: - type: Transform pos: -298.5,-1.5 parent: 1 - - uid: 54575 + - uid: 66694 components: - type: Transform pos: -298.5,-2.5 parent: 1 - - uid: 54576 + - uid: 66695 components: - type: Transform pos: -298.5,-3.5 parent: 1 - - uid: 54577 + - uid: 66696 components: - type: Transform pos: -298.5,-4.5 parent: 1 - - uid: 54578 + - uid: 66697 components: - type: Transform pos: -298.5,-5.5 parent: 1 - - uid: 54579 + - uid: 66698 components: - type: Transform pos: -298.5,-6.5 parent: 1 - - uid: 54580 + - uid: 66699 components: - type: Transform pos: -298.5,-7.5 parent: 1 - - uid: 54581 + - uid: 66700 components: - type: Transform pos: -298.5,-8.5 parent: 1 - - uid: 54582 + - uid: 66701 components: - type: Transform pos: -298.5,-9.5 parent: 1 - - uid: 54583 + - uid: 66702 components: - type: Transform pos: -298.5,-10.5 parent: 1 - - uid: 54584 + - uid: 66703 components: - type: Transform pos: -298.5,-11.5 parent: 1 - - uid: 54585 + - uid: 66704 components: - type: Transform pos: -298.5,-12.5 parent: 1 - - uid: 54586 + - uid: 66705 components: - type: Transform pos: -298.5,-13.5 parent: 1 - - uid: 54587 + - uid: 66706 components: - type: Transform pos: -298.5,-14.5 parent: 1 - - uid: 54588 + - uid: 66707 components: - type: Transform pos: -298.5,-15.5 parent: 1 - - uid: 54589 + - uid: 66708 components: - type: Transform pos: -298.5,-16.5 parent: 1 - - uid: 54590 + - uid: 66709 components: - type: Transform pos: -298.5,-17.5 parent: 1 - - uid: 54591 + - uid: 66710 components: - type: Transform pos: -298.5,-18.5 parent: 1 - - uid: 54592 + - uid: 66711 components: - type: Transform pos: -298.5,-19.5 parent: 1 - - uid: 54593 + - uid: 66712 components: - type: Transform pos: -298.5,-20.5 parent: 1 - - uid: 54594 + - uid: 66713 components: - type: Transform pos: -298.5,-21.5 parent: 1 - - uid: 54595 + - uid: 66714 components: - type: Transform pos: -298.5,-22.5 parent: 1 - - uid: 54596 + - uid: 66715 components: - type: Transform pos: -298.5,-23.5 parent: 1 - - uid: 54597 + - uid: 66716 components: - type: Transform pos: -298.5,-24.5 parent: 1 - - uid: 54598 + - uid: 66717 components: - type: Transform pos: -298.5,-25.5 parent: 1 - - uid: 54599 + - uid: 66718 components: - type: Transform pos: -298.5,-26.5 parent: 1 - - uid: 54600 + - uid: 66719 components: - type: Transform anchored: False pos: -297.5,69.5 parent: 1 - - uid: 54601 + - uid: 66720 components: - type: Transform anchored: False pos: -297.5,68.5 parent: 1 - - uid: 54602 + - uid: 66721 components: - type: Transform anchored: False pos: -297.5,67.5 parent: 1 - - uid: 54603 + - uid: 66722 components: - type: Transform anchored: False pos: -297.5,66.5 parent: 1 - - uid: 54604 + - uid: 66723 components: - type: Transform anchored: False pos: -297.5,65.5 parent: 1 - - uid: 54605 + - uid: 66724 components: - type: Transform anchored: False pos: -297.5,64.5 parent: 1 - - uid: 54606 + - uid: 66725 components: - type: Transform anchored: False pos: -297.5,63.5 parent: 1 - - uid: 54607 + - uid: 66726 components: - type: Transform anchored: False pos: -297.5,62.5 parent: 1 - - uid: 54608 + - uid: 66727 components: - type: Transform anchored: False pos: -297.5,61.5 parent: 1 - - uid: 54609 + - uid: 66728 components: - type: Transform anchored: False pos: -297.5,60.5 parent: 1 - - uid: 54610 + - uid: 66729 components: - type: Transform anchored: False pos: -297.5,59.5 parent: 1 - - uid: 54611 + - uid: 66730 components: - type: Transform anchored: False pos: -297.5,58.5 parent: 1 - - uid: 54612 + - uid: 66731 components: - type: Transform anchored: False pos: -297.5,57.5 parent: 1 - - uid: 54613 + - uid: 66732 components: - type: Transform anchored: False pos: -297.5,56.5 parent: 1 - - uid: 54614 + - uid: 66733 components: - type: Transform anchored: False pos: -297.5,55.5 parent: 1 - - uid: 54615 + - uid: 66734 components: - type: Transform anchored: False pos: -297.5,54.5 parent: 1 - - uid: 54616 + - uid: 66735 components: - type: Transform anchored: False pos: -297.5,53.5 parent: 1 - - uid: 54617 + - uid: 66736 components: - type: Transform anchored: False pos: -297.5,52.5 parent: 1 - - uid: 54618 + - uid: 66737 components: - type: Transform anchored: False pos: -297.5,51.5 parent: 1 - - uid: 54619 + - uid: 66738 components: - type: Transform anchored: False pos: -297.5,50.5 parent: 1 - - uid: 54620 + - uid: 66739 components: - type: Transform anchored: False pos: -297.5,49.5 parent: 1 - - uid: 54621 + - uid: 66740 components: - type: Transform anchored: False pos: -297.5,48.5 parent: 1 - - uid: 54622 + - uid: 66741 components: - type: Transform anchored: False pos: -297.5,47.5 parent: 1 - - uid: 54623 + - uid: 66742 components: - type: Transform anchored: False pos: -297.5,46.5 parent: 1 - - uid: 54624 + - uid: 66743 components: - type: Transform anchored: False pos: -297.5,45.5 parent: 1 - - uid: 54625 + - uid: 66744 components: - type: Transform anchored: False pos: -297.5,44.5 parent: 1 - - uid: 54626 + - uid: 66745 components: - type: Transform anchored: False pos: -297.5,43.5 parent: 1 - - uid: 54627 + - uid: 66746 components: - type: Transform anchored: False pos: -297.5,42.5 parent: 1 - - uid: 54628 + - uid: 66747 components: - type: Transform anchored: False pos: -297.5,41.5 parent: 1 - - uid: 54629 + - uid: 66748 components: - type: Transform anchored: False pos: -297.5,40.5 parent: 1 - - uid: 54630 + - uid: 66749 components: - type: Transform anchored: False pos: -297.5,39.5 parent: 1 - - uid: 54631 + - uid: 66750 components: - type: Transform anchored: False pos: -297.5,38.5 parent: 1 - - uid: 54632 + - uid: 66751 components: - type: Transform anchored: False pos: -297.5,37.5 parent: 1 - - uid: 54633 + - uid: 66752 components: - type: Transform anchored: False pos: -297.5,36.5 parent: 1 - - uid: 54634 + - uid: 66753 components: - type: Transform anchored: False pos: -297.5,35.5 parent: 1 - - uid: 54635 + - uid: 66754 components: - type: Transform anchored: False pos: -297.5,34.5 parent: 1 - - uid: 54636 + - uid: 66755 components: - type: Transform anchored: False pos: -297.5,33.5 parent: 1 - - uid: 54637 + - uid: 66756 components: - type: Transform anchored: False pos: -297.5,32.5 parent: 1 - - uid: 54638 + - uid: 66757 components: - type: Transform pos: -297.5,31.5 parent: 1 - - uid: 54639 + - uid: 66758 components: - type: Transform pos: -297.5,30.5 parent: 1 - - uid: 54640 + - uid: 66759 components: - type: Transform pos: -297.5,29.5 parent: 1 - - uid: 54641 + - uid: 66760 components: - type: Transform pos: -297.5,28.5 parent: 1 - - uid: 54642 + - uid: 66761 components: - type: Transform pos: -297.5,27.5 parent: 1 - - uid: 54643 + - uid: 66762 components: - type: Transform pos: -297.5,26.5 parent: 1 - - uid: 54644 + - uid: 66763 components: - type: Transform pos: -297.5,25.5 parent: 1 - - uid: 54645 + - uid: 66764 components: - type: Transform pos: -297.5,24.5 parent: 1 - - uid: 54646 + - uid: 66765 components: - type: Transform pos: -297.5,23.5 parent: 1 - - uid: 54647 + - uid: 66766 components: - type: Transform pos: -297.5,22.5 parent: 1 - - uid: 54648 + - uid: 66767 components: - type: Transform pos: -297.5,21.5 parent: 1 - - uid: 54649 + - uid: 66768 components: - type: Transform pos: -297.5,20.5 parent: 1 - - uid: 54650 + - uid: 66769 components: - type: Transform pos: -297.5,19.5 parent: 1 - - uid: 54651 + - uid: 66770 components: - type: Transform pos: -297.5,18.5 parent: 1 - - uid: 54652 + - uid: 66771 components: - type: Transform pos: -297.5,17.5 parent: 1 - - uid: 54653 + - uid: 66772 components: - type: Transform pos: -297.5,16.5 parent: 1 - - uid: 54654 + - uid: 66773 components: - type: Transform pos: -297.5,15.5 parent: 1 - - uid: 54655 + - uid: 66774 components: - type: Transform pos: -297.5,14.5 parent: 1 - - uid: 54656 + - uid: 66775 components: - type: Transform pos: -297.5,13.5 parent: 1 - - uid: 54657 + - uid: 66776 components: - type: Transform pos: -297.5,12.5 parent: 1 - - uid: 54658 + - uid: 66777 components: - type: Transform pos: -297.5,11.5 parent: 1 - - uid: 54659 + - uid: 66778 components: - type: Transform pos: -297.5,10.5 parent: 1 - - uid: 54660 + - uid: 66779 components: - type: Transform pos: -297.5,9.5 parent: 1 - - uid: 54661 + - uid: 66780 components: - type: Transform pos: -297.5,8.5 parent: 1 - - uid: 54662 + - uid: 66781 components: - type: Transform pos: -297.5,7.5 parent: 1 - - uid: 54663 + - uid: 66782 components: - type: Transform pos: -297.5,6.5 parent: 1 - - uid: 54664 + - uid: 66783 components: - type: Transform pos: -297.5,5.5 parent: 1 - - uid: 54665 + - uid: 66784 components: - type: Transform pos: -297.5,4.5 parent: 1 - - uid: 54666 + - uid: 66785 components: - type: Transform pos: -297.5,3.5 parent: 1 - - uid: 54667 + - uid: 66786 components: - type: Transform pos: -297.5,2.5 parent: 1 - - uid: 54668 + - uid: 66787 components: - type: Transform pos: -297.5,1.5 parent: 1 - - uid: 54669 + - uid: 66788 components: - type: Transform pos: -297.5,0.5 parent: 1 - - uid: 54670 + - uid: 66789 components: - type: Transform pos: -297.5,-0.5 parent: 1 - - uid: 54671 + - uid: 66790 components: - type: Transform pos: -297.5,-1.5 parent: 1 - - uid: 54672 + - uid: 66791 components: - type: Transform pos: -297.5,-2.5 parent: 1 - - uid: 54673 + - uid: 66792 components: - type: Transform pos: -297.5,-3.5 parent: 1 - - uid: 54674 + - uid: 66793 components: - type: Transform pos: -297.5,-4.5 parent: 1 - - uid: 54675 + - uid: 66794 components: - type: Transform pos: -297.5,-5.5 parent: 1 - - uid: 54676 + - uid: 66795 components: - type: Transform pos: -297.5,-6.5 parent: 1 - - uid: 54677 + - uid: 66796 components: - type: Transform pos: -297.5,-7.5 parent: 1 - - uid: 54678 + - uid: 66797 components: - type: Transform pos: -297.5,-8.5 parent: 1 - - uid: 54679 + - uid: 66798 components: - type: Transform pos: -297.5,-9.5 parent: 1 - - uid: 54680 + - uid: 66799 components: - type: Transform pos: -297.5,-10.5 parent: 1 - - uid: 54681 + - uid: 66800 components: - type: Transform pos: -297.5,-11.5 parent: 1 - - uid: 54682 + - uid: 66801 components: - type: Transform pos: -297.5,-12.5 parent: 1 - - uid: 54683 + - uid: 66802 components: - type: Transform pos: -297.5,-13.5 parent: 1 - - uid: 54684 + - uid: 66803 components: - type: Transform pos: -297.5,-14.5 parent: 1 - - uid: 54685 + - uid: 66804 components: - type: Transform pos: -297.5,-15.5 parent: 1 - - uid: 54686 + - uid: 66805 components: - type: Transform pos: -297.5,-16.5 parent: 1 - - uid: 54687 + - uid: 66806 components: - type: Transform pos: -297.5,-17.5 parent: 1 - - uid: 54688 + - uid: 66807 components: - type: Transform pos: -297.5,-18.5 parent: 1 - - uid: 54689 + - uid: 66808 components: - type: Transform pos: -297.5,-19.5 parent: 1 - - uid: 54690 + - uid: 66809 components: - type: Transform pos: -297.5,-20.5 parent: 1 - - uid: 54691 + - uid: 66810 components: - type: Transform pos: -297.5,-21.5 parent: 1 - - uid: 54692 + - uid: 66811 components: - type: Transform pos: -297.5,-22.5 parent: 1 - - uid: 54693 + - uid: 66812 components: - type: Transform pos: -297.5,-23.5 parent: 1 - - uid: 54694 + - uid: 66813 components: - type: Transform pos: -297.5,-24.5 parent: 1 - - uid: 54695 + - uid: 66814 components: - type: Transform pos: -297.5,-25.5 parent: 1 - - uid: 54696 + - uid: 66815 components: - type: Transform pos: -297.5,-26.5 parent: 1 - - uid: 54697 + - uid: 66816 components: - type: Transform anchored: False pos: -296.5,69.5 parent: 1 - - uid: 54698 + - uid: 66817 components: - type: Transform anchored: False pos: -296.5,68.5 parent: 1 - - uid: 54699 + - uid: 66818 components: - type: Transform anchored: False pos: -296.5,67.5 parent: 1 - - uid: 54700 + - uid: 66819 components: - type: Transform anchored: False pos: -296.5,66.5 parent: 1 - - uid: 54701 + - uid: 66820 components: - type: Transform anchored: False pos: -296.5,65.5 parent: 1 - - uid: 54702 + - uid: 66821 components: - type: Transform anchored: False pos: -296.5,64.5 parent: 1 - - uid: 54703 + - uid: 66822 components: - type: Transform anchored: False pos: -296.5,63.5 parent: 1 - - uid: 54704 + - uid: 66823 components: - type: Transform anchored: False pos: -296.5,62.5 parent: 1 - - uid: 54705 + - uid: 66824 components: - type: Transform anchored: False pos: -296.5,61.5 parent: 1 - - uid: 54706 + - uid: 66825 components: - type: Transform anchored: False pos: -296.5,60.5 parent: 1 - - uid: 54707 + - uid: 66826 components: - type: Transform anchored: False pos: -296.5,59.5 parent: 1 - - uid: 54708 + - uid: 66827 components: - type: Transform anchored: False pos: -296.5,58.5 parent: 1 - - uid: 54709 + - uid: 66828 components: - type: Transform anchored: False pos: -296.5,57.5 parent: 1 - - uid: 54710 + - uid: 66829 components: - type: Transform anchored: False pos: -296.5,56.5 parent: 1 - - uid: 54711 + - uid: 66830 components: - type: Transform anchored: False pos: -296.5,55.5 parent: 1 - - uid: 54712 + - uid: 66831 components: - type: Transform anchored: False pos: -296.5,54.5 parent: 1 - - uid: 54713 + - uid: 66832 components: - type: Transform anchored: False pos: -296.5,53.5 parent: 1 - - uid: 54714 + - uid: 66833 components: - type: Transform anchored: False pos: -296.5,52.5 parent: 1 - - uid: 54715 + - uid: 66834 components: - type: Transform anchored: False pos: -296.5,51.5 parent: 1 - - uid: 54716 + - uid: 66835 components: - type: Transform anchored: False pos: -296.5,50.5 parent: 1 - - uid: 54717 + - uid: 66836 components: - type: Transform anchored: False pos: -296.5,49.5 parent: 1 - - uid: 54718 + - uid: 66837 components: - type: Transform anchored: False pos: -296.5,48.5 parent: 1 - - uid: 54719 + - uid: 66838 components: - type: Transform anchored: False pos: -296.5,47.5 parent: 1 - - uid: 54720 + - uid: 66839 components: - type: Transform anchored: False pos: -296.5,46.5 parent: 1 - - uid: 54721 + - uid: 66840 components: - type: Transform anchored: False pos: -296.5,45.5 parent: 1 - - uid: 54722 + - uid: 66841 components: - type: Transform anchored: False pos: -296.5,44.5 parent: 1 - - uid: 54723 + - uid: 66842 components: - type: Transform anchored: False pos: -296.5,43.5 parent: 1 - - uid: 54724 + - uid: 66843 components: - type: Transform anchored: False pos: -296.5,42.5 parent: 1 - - uid: 54725 + - uid: 66844 components: - type: Transform anchored: False pos: -296.5,41.5 parent: 1 - - uid: 54726 + - uid: 66845 components: - type: Transform anchored: False pos: -296.5,40.5 parent: 1 - - uid: 54727 + - uid: 66846 components: - type: Transform anchored: False pos: -296.5,39.5 parent: 1 - - uid: 54728 + - uid: 66847 components: - type: Transform anchored: False pos: -296.5,38.5 parent: 1 - - uid: 54729 + - uid: 66848 components: - type: Transform anchored: False pos: -296.5,37.5 parent: 1 - - uid: 54730 + - uid: 66849 components: - type: Transform anchored: False pos: -296.5,36.5 parent: 1 - - uid: 54731 + - uid: 66850 components: - type: Transform anchored: False pos: -296.5,35.5 parent: 1 - - uid: 54732 + - uid: 66851 components: - type: Transform anchored: False pos: -296.5,34.5 parent: 1 - - uid: 54733 + - uid: 66852 components: - type: Transform anchored: False pos: -296.5,33.5 parent: 1 - - uid: 54734 + - uid: 66853 components: - type: Transform anchored: False pos: -296.5,32.5 parent: 1 - - uid: 54735 + - uid: 66854 components: - type: Transform pos: -296.5,31.5 parent: 1 - - uid: 54736 + - uid: 66855 components: - type: Transform pos: -296.5,30.5 parent: 1 - - uid: 54737 + - uid: 66856 components: - type: Transform pos: -296.5,29.5 parent: 1 - - uid: 54738 + - uid: 66857 components: - type: Transform pos: -296.5,28.5 parent: 1 - - uid: 54739 + - uid: 66858 components: - type: Transform pos: -296.5,27.5 parent: 1 - - uid: 54740 + - uid: 66859 components: - type: Transform pos: -296.5,26.5 parent: 1 - - uid: 54741 + - uid: 66860 components: - type: Transform pos: -296.5,25.5 parent: 1 - - uid: 54742 + - uid: 66861 components: - type: Transform pos: -296.5,24.5 parent: 1 - - uid: 54743 + - uid: 66862 components: - type: Transform pos: -296.5,23.5 parent: 1 - - uid: 54744 + - uid: 66863 components: - type: Transform pos: -296.5,22.5 parent: 1 - - uid: 54745 + - uid: 66864 components: - type: Transform pos: -296.5,21.5 parent: 1 - - uid: 54746 + - uid: 66865 components: - type: Transform pos: -296.5,20.5 parent: 1 - - uid: 54747 + - uid: 66866 components: - type: Transform pos: -296.5,19.5 parent: 1 - - uid: 54748 + - uid: 66867 components: - type: Transform pos: -296.5,18.5 parent: 1 - - uid: 54749 + - uid: 66868 components: - type: Transform pos: -296.5,17.5 parent: 1 - - uid: 54750 + - uid: 66869 components: - type: Transform pos: -296.5,16.5 parent: 1 - - uid: 54751 + - uid: 66870 components: - type: Transform pos: -296.5,15.5 parent: 1 - - uid: 54752 + - uid: 66871 components: - type: Transform pos: -296.5,14.5 parent: 1 - - uid: 54753 + - uid: 66872 components: - type: Transform pos: -296.5,13.5 parent: 1 - - uid: 54754 + - uid: 66873 components: - type: Transform pos: -296.5,12.5 parent: 1 - - uid: 54755 + - uid: 66874 components: - type: Transform pos: -296.5,11.5 parent: 1 - - uid: 54756 + - uid: 66875 components: - type: Transform pos: -296.5,10.5 parent: 1 - - uid: 54757 + - uid: 66876 components: - type: Transform pos: -296.5,9.5 parent: 1 - - uid: 54758 + - uid: 66877 components: - type: Transform pos: -296.5,8.5 parent: 1 - - uid: 54759 + - uid: 66878 components: - type: Transform pos: -296.5,7.5 parent: 1 - - uid: 54760 + - uid: 66879 components: - type: Transform pos: -296.5,6.5 parent: 1 - - uid: 54761 + - uid: 66880 components: - type: Transform pos: -296.5,5.5 parent: 1 - - uid: 54762 + - uid: 66881 components: - type: Transform pos: -296.5,4.5 parent: 1 - - uid: 54763 + - uid: 66882 components: - type: Transform pos: -296.5,3.5 parent: 1 - - uid: 54764 + - uid: 66883 components: - type: Transform pos: -296.5,2.5 parent: 1 - - uid: 54765 + - uid: 66884 components: - type: Transform pos: -296.5,1.5 parent: 1 - - uid: 54766 + - uid: 66885 components: - type: Transform pos: -296.5,0.5 parent: 1 - - uid: 54767 + - uid: 66886 components: - type: Transform pos: -296.5,-0.5 parent: 1 - - uid: 54768 + - uid: 66887 components: - type: Transform pos: -296.5,-1.5 parent: 1 - - uid: 54769 + - uid: 66888 components: - type: Transform pos: -296.5,-2.5 parent: 1 - - uid: 54770 + - uid: 66889 components: - type: Transform pos: -296.5,-3.5 parent: 1 - - uid: 54771 + - uid: 66890 components: - type: Transform pos: -296.5,-4.5 parent: 1 - - uid: 54772 + - uid: 66891 components: - type: Transform pos: -296.5,-5.5 parent: 1 - - uid: 54773 + - uid: 66892 components: - type: Transform pos: -296.5,-6.5 parent: 1 - - uid: 54774 + - uid: 66893 components: - type: Transform pos: -296.5,-7.5 parent: 1 - - uid: 54775 + - uid: 66894 components: - type: Transform pos: -296.5,-8.5 parent: 1 - - uid: 54776 + - uid: 66895 components: - type: Transform pos: -296.5,-9.5 parent: 1 - - uid: 54777 + - uid: 66896 components: - type: Transform pos: -296.5,-10.5 parent: 1 - - uid: 54778 + - uid: 66897 components: - type: Transform pos: -296.5,-11.5 parent: 1 - - uid: 54779 + - uid: 66898 components: - type: Transform pos: -296.5,-12.5 parent: 1 - - uid: 54780 + - uid: 66899 components: - type: Transform pos: -296.5,-13.5 parent: 1 - - uid: 54781 + - uid: 66900 components: - type: Transform pos: -296.5,-14.5 parent: 1 - - uid: 54782 + - uid: 66901 components: - type: Transform pos: -296.5,-15.5 parent: 1 - - uid: 54783 + - uid: 66902 components: - type: Transform pos: -296.5,-16.5 parent: 1 - - uid: 54784 + - uid: 66903 components: - type: Transform pos: -296.5,-17.5 parent: 1 - - uid: 54785 + - uid: 66904 components: - type: Transform pos: -296.5,-18.5 parent: 1 - - uid: 54786 + - uid: 66905 components: - type: Transform pos: -296.5,-19.5 parent: 1 - - uid: 54787 + - uid: 66906 components: - type: Transform pos: -296.5,-20.5 parent: 1 - - uid: 54788 + - uid: 66907 components: - type: Transform pos: -296.5,-21.5 parent: 1 - - uid: 54789 + - uid: 66908 components: - type: Transform pos: -296.5,-22.5 parent: 1 - - uid: 54790 + - uid: 66909 components: - type: Transform pos: -296.5,-23.5 parent: 1 - - uid: 54791 + - uid: 66910 components: - type: Transform pos: -296.5,-24.5 parent: 1 - - uid: 54792 + - uid: 66911 components: - type: Transform pos: -296.5,-25.5 parent: 1 - - uid: 54793 + - uid: 66912 components: - type: Transform pos: -296.5,-26.5 parent: 1 - - uid: 54794 + - uid: 66913 components: - type: Transform anchored: False pos: -291.5,56.5 parent: 1 - - uid: 54795 + - uid: 66914 components: - type: Transform anchored: False pos: -291.5,54.5 parent: 1 - - uid: 54797 + - uid: 66915 components: - type: Transform pos: -294.5,65.5 parent: 1 - - uid: 54798 + - uid: 66916 components: - type: Transform pos: -293.5,65.5 parent: 1 - - uid: 54799 + - uid: 66917 components: - type: Transform pos: -293.5,61.5 parent: 1 - - uid: 54801 + - uid: 66918 components: - type: Transform pos: -294.5,61.5 parent: 1 - - uid: 54802 + - uid: 66919 components: - type: Transform pos: -295.5,61.5 parent: 1 - - uid: 54803 + - uid: 66920 components: - type: Transform pos: -293.5,62.5 parent: 1 - - uid: 54804 + - uid: 66921 components: - type: Transform pos: -295.5,62.5 parent: 1 - - uid: 54805 + - uid: 66922 components: - type: Transform pos: -295.5,63.5 parent: 1 - - uid: 54806 + - uid: 66923 components: - type: Transform pos: -293.5,63.5 parent: 1 - - uid: 54807 + - uid: 66924 components: - type: Transform pos: -294.5,63.5 parent: 1 - - uid: 54808 + - uid: 66925 components: - type: Transform pos: -294.5,62.5 parent: 1 - - uid: 54809 + - uid: 66926 components: - type: Transform pos: -294.5,64.5 parent: 1 - - uid: 54810 + - uid: 66927 components: - type: Transform pos: -295.5,64.5 parent: 1 - - uid: 54811 + - uid: 66928 components: - type: Transform pos: -295.5,65.5 parent: 1 - - uid: 54812 + - uid: 66929 components: - type: Transform anchored: False pos: -291.5,43.5 parent: 1 - - uid: 54813 + - uid: 66930 components: - type: Transform anchored: False pos: -291.5,42.5 parent: 1 - - uid: 54814 + - uid: 66931 components: - type: Transform anchored: False pos: -291.5,41.5 parent: 1 - - uid: 54815 + - uid: 66932 components: - type: Transform anchored: False pos: -291.5,40.5 parent: 1 - - uid: 54816 + - uid: 66933 components: - type: Transform anchored: False pos: -291.5,39.5 parent: 1 - - uid: 54817 + - uid: 66934 components: - type: Transform anchored: False pos: -291.5,38.5 parent: 1 - - uid: 54818 + - uid: 66935 components: - type: Transform anchored: False pos: -291.5,37.5 parent: 1 - - uid: 54819 + - uid: 66936 components: - type: Transform anchored: False pos: -291.5,36.5 parent: 1 - - uid: 54820 + - uid: 66937 components: - type: Transform anchored: False pos: -291.5,35.5 parent: 1 - - uid: 54821 + - uid: 66938 components: - type: Transform anchored: False pos: -291.5,34.5 parent: 1 - - uid: 54822 + - uid: 66939 components: - type: Transform anchored: False pos: -291.5,33.5 parent: 1 - - uid: 54823 + - uid: 66940 components: - type: Transform anchored: False pos: -291.5,32.5 parent: 1 - - uid: 54824 + - uid: 66941 components: - type: Transform anchored: False pos: -291.5,31.5 parent: 1 - - uid: 54825 + - uid: 66942 components: - type: Transform anchored: False pos: -291.5,30.5 parent: 1 - - uid: 54826 + - uid: 66943 components: - type: Transform anchored: False pos: -291.5,29.5 parent: 1 - - uid: 54827 + - uid: 66944 components: - type: Transform anchored: False pos: -291.5,28.5 parent: 1 - - uid: 54828 + - uid: 66945 components: - type: Transform anchored: False pos: -291.5,27.5 parent: 1 - - uid: 54829 + - uid: 66946 components: - type: Transform anchored: False pos: -291.5,26.5 parent: 1 - - uid: 54830 + - uid: 66947 components: - type: Transform anchored: False pos: -291.5,25.5 parent: 1 - - uid: 54831 + - uid: 66948 components: - type: Transform anchored: False pos: -291.5,24.5 parent: 1 - - uid: 54832 + - uid: 66949 components: - type: Transform anchored: False pos: -291.5,23.5 parent: 1 - - uid: 54833 + - uid: 66950 components: - type: Transform anchored: False pos: -291.5,22.5 parent: 1 - - uid: 54834 + - uid: 66951 components: - type: Transform anchored: False pos: -291.5,21.5 parent: 1 - - uid: 54835 + - uid: 66952 components: - type: Transform anchored: False pos: -291.5,20.5 parent: 1 - - uid: 54836 + - uid: 66953 components: - type: Transform anchored: False pos: -291.5,19.5 parent: 1 - - uid: 54837 + - uid: 66954 components: - type: Transform anchored: False pos: -291.5,18.5 parent: 1 - - uid: 54838 + - uid: 66955 components: - type: Transform anchored: False pos: -291.5,17.5 parent: 1 - - uid: 54839 + - uid: 66956 components: - type: Transform anchored: False pos: -291.5,16.5 parent: 1 - - uid: 54840 + - uid: 66957 components: - type: Transform pos: -291.5,15.5 parent: 1 - - uid: 54841 + - uid: 66958 components: - type: Transform pos: -291.5,14.5 parent: 1 - - uid: 54842 + - uid: 66959 components: - type: Transform pos: -291.5,13.5 parent: 1 - - uid: 54843 + - uid: 66960 components: - type: Transform pos: -291.5,12.5 parent: 1 - - uid: 54844 + - uid: 66961 components: - type: Transform pos: -291.5,11.5 parent: 1 - - uid: 54845 + - uid: 66962 components: - type: Transform pos: -291.5,10.5 parent: 1 - - uid: 54846 + - uid: 66963 components: - type: Transform pos: -291.5,9.5 parent: 1 - - uid: 54847 + - uid: 66964 components: - type: Transform pos: -291.5,8.5 parent: 1 - - uid: 54848 + - uid: 66965 components: - type: Transform pos: -291.5,7.5 parent: 1 - - uid: 54849 + - uid: 66966 components: - type: Transform pos: -291.5,6.5 parent: 1 - - uid: 54850 + - uid: 66967 components: - type: Transform pos: -291.5,5.5 parent: 1 - - uid: 54851 + - uid: 66968 components: - type: Transform pos: -291.5,4.5 parent: 1 - - uid: 54852 + - uid: 66969 components: - type: Transform pos: -291.5,3.5 parent: 1 - - uid: 54853 + - uid: 66970 components: - type: Transform pos: -291.5,2.5 parent: 1 - - uid: 54854 + - uid: 66971 components: - type: Transform pos: -291.5,1.5 parent: 1 - - uid: 54855 + - uid: 66972 components: - type: Transform pos: -291.5,0.5 parent: 1 - - uid: 54856 + - uid: 66973 components: - type: Transform pos: -291.5,-0.5 parent: 1 - - uid: 54857 + - uid: 66974 components: - type: Transform pos: -291.5,-1.5 parent: 1 - - uid: 54858 + - uid: 66975 components: - type: Transform pos: -291.5,-2.5 parent: 1 - - uid: 54859 + - uid: 66976 components: - type: Transform pos: -291.5,-3.5 parent: 1 - - uid: 54860 + - uid: 66977 components: - type: Transform pos: -291.5,-4.5 parent: 1 - - uid: 54861 + - uid: 66978 components: - type: Transform pos: -291.5,-5.5 parent: 1 - - uid: 54862 + - uid: 66979 components: - type: Transform pos: -291.5,-6.5 parent: 1 - - uid: 54863 + - uid: 66980 components: - type: Transform pos: -291.5,-7.5 parent: 1 - - uid: 54864 + - uid: 66981 components: - type: Transform pos: -291.5,-8.5 parent: 1 - - uid: 54865 + - uid: 66982 components: - type: Transform pos: -291.5,-9.5 parent: 1 - - uid: 54866 + - uid: 66983 components: - type: Transform pos: -291.5,-10.5 parent: 1 - - uid: 54867 + - uid: 66984 components: - type: Transform pos: -291.5,-11.5 parent: 1 - - uid: 54868 + - uid: 66985 components: - type: Transform pos: -291.5,-12.5 parent: 1 - - uid: 54869 + - uid: 66986 components: - type: Transform pos: -291.5,-13.5 parent: 1 - - uid: 54870 + - uid: 66987 components: - type: Transform pos: -291.5,-14.5 parent: 1 - - uid: 54871 + - uid: 66988 components: - type: Transform pos: -291.5,-15.5 parent: 1 - - uid: 54872 + - uid: 66989 components: - type: Transform pos: -291.5,-16.5 parent: 1 - - uid: 54873 + - uid: 66990 components: - type: Transform pos: -291.5,-17.5 parent: 1 - - uid: 54874 + - uid: 66991 components: - type: Transform pos: -291.5,-18.5 parent: 1 - - uid: 54875 + - uid: 66992 components: - type: Transform anchored: False pos: -292.5,60.5 parent: 1 - - uid: 54876 + - uid: 66993 components: - type: Transform anchored: False pos: -292.5,59.5 parent: 1 - - uid: 54877 + - uid: 66994 components: - type: Transform anchored: False pos: -292.5,58.5 parent: 1 - - uid: 54878 + - uid: 66995 components: - type: Transform anchored: False pos: -292.5,57.5 parent: 1 - - uid: 54879 + - uid: 66996 components: - type: Transform anchored: False pos: -292.5,56.5 parent: 1 - - uid: 54880 + - uid: 66997 components: - type: Transform anchored: False pos: -292.5,55.5 parent: 1 - - uid: 54881 + - uid: 66998 components: - type: Transform anchored: False pos: -292.5,54.5 parent: 1 - - uid: 54882 + - uid: 66999 components: - type: Transform anchored: False pos: -292.5,53.5 parent: 1 - - uid: 54883 + - uid: 67000 components: - type: Transform anchored: False pos: -292.5,52.5 parent: 1 - - uid: 54884 + - uid: 67001 components: - type: Transform anchored: False pos: -292.5,51.5 parent: 1 - - uid: 54885 + - uid: 67002 components: - type: Transform anchored: False pos: -292.5,50.5 parent: 1 - - uid: 54886 + - uid: 67003 components: - type: Transform anchored: False pos: -292.5,49.5 parent: 1 - - uid: 54887 + - uid: 67004 components: - type: Transform anchored: False pos: -292.5,48.5 parent: 1 - - uid: 54888 + - uid: 67005 components: - type: Transform anchored: False pos: -292.5,47.5 parent: 1 - - uid: 54889 + - uid: 67006 components: - type: Transform anchored: False pos: -292.5,46.5 parent: 1 - - uid: 54890 + - uid: 67007 components: - type: Transform anchored: False pos: -292.5,45.5 parent: 1 - - uid: 54891 + - uid: 67008 components: - type: Transform anchored: False pos: -292.5,44.5 parent: 1 - - uid: 54892 + - uid: 67009 components: - type: Transform anchored: False pos: -292.5,43.5 parent: 1 - - uid: 54893 + - uid: 67010 components: - type: Transform anchored: False pos: -292.5,42.5 parent: 1 - - uid: 54894 + - uid: 67011 components: - type: Transform anchored: False pos: -292.5,41.5 parent: 1 - - uid: 54895 + - uid: 67012 components: - type: Transform anchored: False pos: -292.5,40.5 parent: 1 - - uid: 54896 + - uid: 67013 components: - type: Transform anchored: False pos: -292.5,39.5 parent: 1 - - uid: 54897 + - uid: 67014 components: - type: Transform anchored: False pos: -292.5,38.5 parent: 1 - - uid: 54898 + - uid: 67015 components: - type: Transform anchored: False pos: -292.5,37.5 parent: 1 - - uid: 54899 + - uid: 67016 components: - type: Transform anchored: False pos: -292.5,36.5 parent: 1 - - uid: 54900 + - uid: 67017 components: - type: Transform anchored: False pos: -292.5,35.5 parent: 1 - - uid: 54901 + - uid: 67018 components: - type: Transform anchored: False pos: -292.5,34.5 parent: 1 - - uid: 54902 + - uid: 67019 components: - type: Transform anchored: False pos: -292.5,33.5 parent: 1 - - uid: 54903 + - uid: 67020 components: - type: Transform anchored: False pos: -292.5,32.5 parent: 1 - - uid: 54904 + - uid: 67021 components: - type: Transform pos: -292.5,31.5 parent: 1 - - uid: 54905 + - uid: 67022 components: - type: Transform anchored: False pos: -292.5,30.5 parent: 1 - - uid: 54906 + - uid: 67023 components: - type: Transform anchored: False pos: -292.5,29.5 parent: 1 - - uid: 54907 + - uid: 67024 components: - type: Transform anchored: False pos: -292.5,28.5 parent: 1 - - uid: 54908 + - uid: 67025 components: - type: Transform anchored: False pos: -292.5,27.5 parent: 1 - - uid: 54909 + - uid: 67026 components: - type: Transform anchored: False pos: -292.5,26.5 parent: 1 - - uid: 54910 + - uid: 67027 components: - type: Transform anchored: False pos: -292.5,25.5 parent: 1 - - uid: 54911 + - uid: 67028 components: - type: Transform anchored: False pos: -292.5,24.5 parent: 1 - - uid: 54912 + - uid: 67029 components: - type: Transform anchored: False pos: -292.5,23.5 parent: 1 - - uid: 54913 + - uid: 67030 components: - type: Transform anchored: False pos: -292.5,22.5 parent: 1 - - uid: 54914 + - uid: 67031 components: - type: Transform anchored: False pos: -292.5,21.5 parent: 1 - - uid: 54915 + - uid: 67032 components: - type: Transform anchored: False pos: -292.5,20.5 parent: 1 - - uid: 54916 + - uid: 67033 components: - type: Transform anchored: False pos: -292.5,19.5 parent: 1 - - uid: 54917 + - uid: 67034 components: - type: Transform anchored: False pos: -292.5,18.5 parent: 1 - - uid: 54918 + - uid: 67035 components: - type: Transform anchored: False pos: -292.5,17.5 parent: 1 - - uid: 54919 + - uid: 67036 components: - type: Transform anchored: False pos: -292.5,16.5 parent: 1 - - uid: 54920 + - uid: 67037 components: - type: Transform pos: -292.5,15.5 parent: 1 - - uid: 54921 + - uid: 67038 components: - type: Transform pos: -292.5,14.5 parent: 1 - - uid: 54922 + - uid: 67039 components: - type: Transform pos: -292.5,13.5 parent: 1 - - uid: 54923 + - uid: 67040 components: - type: Transform pos: -292.5,12.5 parent: 1 - - uid: 54924 + - uid: 67041 components: - type: Transform pos: -292.5,11.5 parent: 1 - - uid: 54925 + - uid: 67042 components: - type: Transform pos: -292.5,10.5 parent: 1 - - uid: 54926 + - uid: 67043 components: - type: Transform pos: -292.5,9.5 parent: 1 - - uid: 54927 + - uid: 67044 components: - type: Transform pos: -292.5,8.5 parent: 1 - - uid: 54928 + - uid: 67045 components: - type: Transform pos: -292.5,7.5 parent: 1 - - uid: 54929 + - uid: 67046 components: - type: Transform pos: -292.5,6.5 parent: 1 - - uid: 54930 + - uid: 67047 components: - type: Transform pos: -292.5,5.5 parent: 1 - - uid: 54931 + - uid: 67048 components: - type: Transform pos: -292.5,4.5 parent: 1 - - uid: 54932 + - uid: 67049 components: - type: Transform pos: -292.5,3.5 parent: 1 - - uid: 54933 + - uid: 67050 components: - type: Transform pos: -292.5,2.5 parent: 1 - - uid: 54934 + - uid: 67051 components: - type: Transform pos: -292.5,1.5 parent: 1 - - uid: 54935 + - uid: 67052 components: - type: Transform pos: -292.5,0.5 parent: 1 - - uid: 54936 + - uid: 67053 components: - type: Transform pos: -292.5,-0.5 parent: 1 - - uid: 54937 + - uid: 67054 components: - type: Transform pos: -292.5,-1.5 parent: 1 - - uid: 54938 + - uid: 67055 components: - type: Transform pos: -292.5,-2.5 parent: 1 - - uid: 54939 + - uid: 67056 components: - type: Transform pos: -292.5,-3.5 parent: 1 - - uid: 54940 + - uid: 67057 components: - type: Transform pos: -292.5,-4.5 parent: 1 - - uid: 54941 + - uid: 67058 components: - type: Transform pos: -292.5,-5.5 parent: 1 - - uid: 54942 + - uid: 67059 components: - type: Transform pos: -292.5,-6.5 parent: 1 - - uid: 54943 + - uid: 67060 components: - type: Transform pos: -292.5,-7.5 parent: 1 - - uid: 54944 + - uid: 67061 components: - type: Transform pos: -292.5,-8.5 parent: 1 - - uid: 54945 + - uid: 67062 components: - type: Transform pos: -292.5,-9.5 parent: 1 - - uid: 54946 + - uid: 67063 components: - type: Transform pos: -292.5,-10.5 parent: 1 - - uid: 54947 + - uid: 67064 components: - type: Transform pos: -292.5,-11.5 parent: 1 - - uid: 54948 + - uid: 67065 components: - type: Transform pos: -292.5,-12.5 parent: 1 - - uid: 54949 + - uid: 67066 components: - type: Transform pos: -292.5,-13.5 parent: 1 - - uid: 54950 + - uid: 67067 components: - type: Transform pos: -292.5,-14.5 parent: 1 - - uid: 54951 + - uid: 67068 components: - type: Transform pos: -292.5,-15.5 parent: 1 - - uid: 54952 + - uid: 67069 components: - type: Transform pos: -292.5,-16.5 parent: 1 - - uid: 54953 + - uid: 67070 components: - type: Transform pos: -292.5,-17.5 parent: 1 - - uid: 54954 + - uid: 67071 components: - type: Transform pos: -292.5,-18.5 parent: 1 - - uid: 54955 + - uid: 67072 components: - type: Transform anchored: False pos: -293.5,60.5 parent: 1 - - uid: 54956 + - uid: 67073 components: - type: Transform anchored: False pos: -293.5,59.5 parent: 1 - - uid: 54957 + - uid: 67074 components: - type: Transform anchored: False pos: -293.5,58.5 parent: 1 - - uid: 54958 + - uid: 67075 components: - type: Transform anchored: False pos: -293.5,57.5 parent: 1 - - uid: 54959 + - uid: 67076 components: - type: Transform anchored: False pos: -293.5,56.5 parent: 1 - - uid: 54960 + - uid: 67077 components: - type: Transform anchored: False pos: -293.5,55.5 parent: 1 - - uid: 54961 + - uid: 67078 components: - type: Transform anchored: False pos: -293.5,54.5 parent: 1 - - uid: 54962 + - uid: 67079 components: - type: Transform anchored: False pos: -293.5,53.5 parent: 1 - - uid: 54963 + - uid: 67080 components: - type: Transform anchored: False pos: -293.5,52.5 parent: 1 - - uid: 54964 + - uid: 67081 components: - type: Transform anchored: False pos: -293.5,51.5 parent: 1 - - uid: 54965 + - uid: 67082 components: - type: Transform anchored: False pos: -293.5,50.5 parent: 1 - - uid: 54966 + - uid: 67083 components: - type: Transform anchored: False pos: -293.5,49.5 parent: 1 - - uid: 54967 + - uid: 67084 components: - type: Transform anchored: False pos: -293.5,48.5 parent: 1 - - uid: 54968 + - uid: 67085 components: - type: Transform anchored: False pos: -293.5,47.5 parent: 1 - - uid: 54969 + - uid: 67086 components: - type: Transform anchored: False pos: -293.5,46.5 parent: 1 - - uid: 54970 + - uid: 67087 components: - type: Transform anchored: False pos: -293.5,45.5 parent: 1 - - uid: 54971 + - uid: 67088 components: - type: Transform anchored: False pos: -293.5,44.5 parent: 1 - - uid: 54972 + - uid: 67089 components: - type: Transform anchored: False pos: -293.5,43.5 parent: 1 - - uid: 54973 + - uid: 67090 components: - type: Transform anchored: False pos: -293.5,42.5 parent: 1 - - uid: 54974 + - uid: 67091 components: - type: Transform anchored: False pos: -293.5,41.5 parent: 1 - - uid: 54975 + - uid: 67092 components: - type: Transform anchored: False pos: -293.5,40.5 parent: 1 - - uid: 54976 + - uid: 67093 components: - type: Transform anchored: False pos: -293.5,39.5 parent: 1 - - uid: 54977 + - uid: 67094 components: - type: Transform anchored: False pos: -293.5,38.5 parent: 1 - - uid: 54978 + - uid: 67095 components: - type: Transform anchored: False pos: -293.5,37.5 parent: 1 - - uid: 54979 + - uid: 67096 components: - type: Transform anchored: False pos: -293.5,36.5 parent: 1 - - uid: 54980 + - uid: 67097 components: - type: Transform anchored: False pos: -293.5,35.5 parent: 1 - - uid: 54981 + - uid: 67098 components: - type: Transform anchored: False pos: -293.5,34.5 parent: 1 - - uid: 54982 + - uid: 67099 components: - type: Transform anchored: False pos: -293.5,33.5 parent: 1 - - uid: 54983 + - uid: 67100 components: - type: Transform anchored: False pos: -293.5,32.5 parent: 1 - - uid: 54984 + - uid: 67101 components: - type: Transform anchored: False pos: -293.5,31.5 parent: 1 - - uid: 54985 + - uid: 67102 components: - type: Transform anchored: False pos: -293.5,30.5 parent: 1 - - uid: 54986 + - uid: 67103 components: - type: Transform anchored: False pos: -293.5,29.5 parent: 1 - - uid: 54987 + - uid: 67104 components: - type: Transform anchored: False pos: -293.5,28.5 parent: 1 - - uid: 54988 + - uid: 67105 components: - type: Transform anchored: False pos: -293.5,27.5 parent: 1 - - uid: 54989 + - uid: 67106 components: - type: Transform anchored: False pos: -293.5,26.5 parent: 1 - - uid: 54990 + - uid: 67107 components: - type: Transform anchored: False pos: -293.5,25.5 parent: 1 - - uid: 54991 + - uid: 67108 components: - type: Transform anchored: False pos: -293.5,24.5 parent: 1 - - uid: 54992 + - uid: 67109 components: - type: Transform anchored: False pos: -293.5,23.5 parent: 1 - - uid: 54993 + - uid: 67110 components: - type: Transform anchored: False pos: -293.5,22.5 parent: 1 - - uid: 54994 + - uid: 67111 components: - type: Transform anchored: False pos: -293.5,21.5 parent: 1 - - uid: 54995 + - uid: 67112 components: - type: Transform anchored: False pos: -293.5,20.5 parent: 1 - - uid: 54996 + - uid: 67113 components: - type: Transform anchored: False pos: -293.5,19.5 parent: 1 - - uid: 54997 + - uid: 67114 components: - type: Transform anchored: False pos: -293.5,18.5 parent: 1 - - uid: 54998 + - uid: 67115 components: - type: Transform anchored: False pos: -293.5,17.5 parent: 1 - - uid: 54999 + - uid: 67116 components: - type: Transform anchored: False pos: -293.5,16.5 parent: 1 - - uid: 55000 + - uid: 67117 components: - type: Transform pos: -293.5,15.5 parent: 1 - - uid: 55001 + - uid: 67118 components: - type: Transform pos: -293.5,14.5 parent: 1 - - uid: 55002 + - uid: 67119 components: - type: Transform pos: -293.5,13.5 parent: 1 - - uid: 55003 + - uid: 67120 components: - type: Transform pos: -293.5,12.5 parent: 1 - - uid: 55004 + - uid: 67121 components: - type: Transform pos: -293.5,11.5 parent: 1 - - uid: 55005 + - uid: 67122 components: - type: Transform pos: -293.5,10.5 parent: 1 - - uid: 55006 + - uid: 67123 components: - type: Transform pos: -293.5,9.5 parent: 1 - - uid: 55007 + - uid: 67124 components: - type: Transform pos: -293.5,8.5 parent: 1 - - uid: 55008 + - uid: 67125 components: - type: Transform pos: -293.5,7.5 parent: 1 - - uid: 55009 + - uid: 67126 components: - type: Transform pos: -293.5,6.5 parent: 1 - - uid: 55010 + - uid: 67127 components: - type: Transform pos: -293.5,5.5 parent: 1 - - uid: 55011 + - uid: 67128 components: - type: Transform pos: -293.5,4.5 parent: 1 - - uid: 55012 + - uid: 67129 components: - type: Transform pos: -293.5,3.5 parent: 1 - - uid: 55013 + - uid: 67130 components: - type: Transform pos: -293.5,2.5 parent: 1 - - uid: 55014 + - uid: 67131 components: - type: Transform pos: -293.5,1.5 parent: 1 - - uid: 55015 + - uid: 67132 components: - type: Transform pos: -293.5,0.5 parent: 1 - - uid: 55016 + - uid: 67133 components: - type: Transform pos: -293.5,-0.5 parent: 1 - - uid: 55017 + - uid: 67134 components: - type: Transform pos: -293.5,-1.5 parent: 1 - - uid: 55018 + - uid: 67135 components: - type: Transform pos: -293.5,-2.5 parent: 1 - - uid: 55019 + - uid: 67136 components: - type: Transform pos: -293.5,-3.5 parent: 1 - - uid: 55020 + - uid: 67137 components: - type: Transform pos: -293.5,-4.5 parent: 1 - - uid: 55021 + - uid: 67138 components: - type: Transform pos: -293.5,-5.5 parent: 1 - - uid: 55022 + - uid: 67139 components: - type: Transform pos: -293.5,-6.5 parent: 1 - - uid: 55023 + - uid: 67140 components: - type: Transform pos: -293.5,-7.5 parent: 1 - - uid: 55024 + - uid: 67141 components: - type: Transform pos: -293.5,-8.5 parent: 1 - - uid: 55025 + - uid: 67142 components: - type: Transform pos: -293.5,-9.5 parent: 1 - - uid: 55026 + - uid: 67143 components: - type: Transform pos: -293.5,-10.5 parent: 1 - - uid: 55027 + - uid: 67144 components: - type: Transform pos: -293.5,-11.5 parent: 1 - - uid: 55028 + - uid: 67145 components: - type: Transform pos: -293.5,-12.5 parent: 1 - - uid: 55029 + - uid: 67146 components: - type: Transform pos: -293.5,-13.5 parent: 1 - - uid: 55030 + - uid: 67147 components: - type: Transform pos: -293.5,-14.5 parent: 1 - - uid: 55031 + - uid: 67148 components: - type: Transform pos: -293.5,-15.5 parent: 1 - - uid: 55032 + - uid: 67149 components: - type: Transform pos: -293.5,-16.5 parent: 1 - - uid: 55033 + - uid: 67150 components: - type: Transform pos: -293.5,-17.5 parent: 1 - - uid: 55034 + - uid: 67151 components: - type: Transform pos: -293.5,-18.5 parent: 1 - - uid: 55035 + - uid: 67152 components: - type: Transform anchored: False pos: -294.5,60.5 parent: 1 - - uid: 55036 + - uid: 67153 components: - type: Transform anchored: False pos: -294.5,59.5 parent: 1 - - uid: 55037 + - uid: 67154 components: - type: Transform anchored: False pos: -294.5,58.5 parent: 1 - - uid: 55038 + - uid: 67155 components: - type: Transform anchored: False pos: -294.5,57.5 parent: 1 - - uid: 55039 + - uid: 67156 components: - type: Transform anchored: False pos: -294.5,56.5 parent: 1 - - uid: 55040 + - uid: 67157 components: - type: Transform anchored: False pos: -294.5,55.5 parent: 1 - - uid: 55041 + - uid: 67158 components: - type: Transform anchored: False pos: -294.5,54.5 parent: 1 - - uid: 55042 + - uid: 67159 components: - type: Transform anchored: False pos: -294.5,53.5 parent: 1 - - uid: 55043 + - uid: 67160 components: - type: Transform anchored: False pos: -294.5,52.5 parent: 1 - - uid: 55044 + - uid: 67161 components: - type: Transform anchored: False pos: -294.5,51.5 parent: 1 - - uid: 55045 + - uid: 67162 components: - type: Transform anchored: False pos: -294.5,50.5 parent: 1 - - uid: 55046 + - uid: 67163 components: - type: Transform anchored: False pos: -294.5,49.5 parent: 1 - - uid: 55047 + - uid: 67164 components: - type: Transform anchored: False pos: -294.5,48.5 parent: 1 - - uid: 55048 + - uid: 67165 components: - type: Transform anchored: False pos: -294.5,47.5 parent: 1 - - uid: 55049 + - uid: 67166 components: - type: Transform anchored: False pos: -294.5,46.5 parent: 1 - - uid: 55050 + - uid: 67167 components: - type: Transform anchored: False pos: -294.5,45.5 parent: 1 - - uid: 55051 + - uid: 67168 components: - type: Transform anchored: False pos: -294.5,44.5 parent: 1 - - uid: 55052 + - uid: 67169 components: - type: Transform anchored: False pos: -294.5,43.5 parent: 1 - - uid: 55053 + - uid: 67170 components: - type: Transform anchored: False pos: -294.5,42.5 parent: 1 - - uid: 55054 + - uid: 67171 components: - type: Transform anchored: False pos: -294.5,41.5 parent: 1 - - uid: 55055 + - uid: 67172 components: - type: Transform anchored: False pos: -294.5,40.5 parent: 1 - - uid: 55056 + - uid: 67173 components: - type: Transform anchored: False pos: -294.5,39.5 parent: 1 - - uid: 55057 + - uid: 67174 components: - type: Transform anchored: False pos: -294.5,38.5 parent: 1 - - uid: 55058 + - uid: 67175 components: - type: Transform anchored: False pos: -294.5,37.5 parent: 1 - - uid: 55059 + - uid: 67176 components: - type: Transform anchored: False pos: -294.5,36.5 parent: 1 - - uid: 55060 + - uid: 67177 components: - type: Transform anchored: False pos: -294.5,35.5 parent: 1 - - uid: 55061 + - uid: 67178 components: - type: Transform anchored: False pos: -294.5,34.5 parent: 1 - - uid: 55062 + - uid: 67179 components: - type: Transform anchored: False pos: -294.5,33.5 parent: 1 - - uid: 55063 + - uid: 67180 components: - type: Transform anchored: False pos: -294.5,32.5 parent: 1 - - uid: 55064 + - uid: 67181 components: - type: Transform anchored: False pos: -294.5,31.5 parent: 1 - - uid: 55065 + - uid: 67182 components: - type: Transform anchored: False pos: -294.5,30.5 parent: 1 - - uid: 55066 + - uid: 67183 components: - type: Transform anchored: False pos: -294.5,29.5 parent: 1 - - uid: 55067 + - uid: 67184 components: - type: Transform anchored: False pos: -294.5,28.5 parent: 1 - - uid: 55068 + - uid: 67185 components: - type: Transform anchored: False pos: -294.5,27.5 parent: 1 - - uid: 55069 + - uid: 67186 components: - type: Transform anchored: False pos: -294.5,26.5 parent: 1 - - uid: 55070 + - uid: 67187 components: - type: Transform anchored: False pos: -294.5,25.5 parent: 1 - - uid: 55071 + - uid: 67188 components: - type: Transform anchored: False pos: -294.5,24.5 parent: 1 - - uid: 55072 + - uid: 67189 components: - type: Transform anchored: False pos: -294.5,23.5 parent: 1 - - uid: 55073 + - uid: 67190 components: - type: Transform anchored: False pos: -294.5,22.5 parent: 1 - - uid: 55074 + - uid: 67191 components: - type: Transform anchored: False pos: -294.5,21.5 parent: 1 - - uid: 55075 + - uid: 67192 components: - type: Transform anchored: False pos: -294.5,20.5 parent: 1 - - uid: 55076 + - uid: 67193 components: - type: Transform anchored: False pos: -294.5,19.5 parent: 1 - - uid: 55077 + - uid: 67194 components: - type: Transform anchored: False pos: -294.5,18.5 parent: 1 - - uid: 55078 + - uid: 67195 components: - type: Transform anchored: False pos: -294.5,17.5 parent: 1 - - uid: 55079 + - uid: 67196 components: - type: Transform anchored: False pos: -294.5,16.5 parent: 1 - - uid: 55080 + - uid: 67197 components: - type: Transform pos: -294.5,15.5 parent: 1 - - uid: 55081 + - uid: 67198 components: - type: Transform pos: -294.5,14.5 parent: 1 - - uid: 55082 + - uid: 67199 components: - type: Transform pos: -294.5,13.5 parent: 1 - - uid: 55083 + - uid: 67200 components: - type: Transform pos: -294.5,12.5 parent: 1 - - uid: 55084 + - uid: 67201 components: - type: Transform pos: -294.5,11.5 parent: 1 - - uid: 55085 + - uid: 67202 components: - type: Transform pos: -294.5,10.5 parent: 1 - - uid: 55086 + - uid: 67203 components: - type: Transform pos: -294.5,9.5 parent: 1 - - uid: 55087 + - uid: 67204 components: - type: Transform pos: -294.5,8.5 parent: 1 - - uid: 55088 + - uid: 67205 components: - type: Transform pos: -294.5,7.5 parent: 1 - - uid: 55089 + - uid: 67206 components: - type: Transform pos: -294.5,6.5 parent: 1 - - uid: 55090 + - uid: 67207 components: - type: Transform pos: -294.5,5.5 parent: 1 - - uid: 55091 + - uid: 67208 components: - type: Transform pos: -294.5,4.5 parent: 1 - - uid: 55092 + - uid: 67209 components: - type: Transform pos: -294.5,3.5 parent: 1 - - uid: 55093 + - uid: 67210 components: - type: Transform pos: -294.5,2.5 parent: 1 - - uid: 55094 + - uid: 67211 components: - type: Transform pos: -294.5,1.5 parent: 1 - - uid: 55095 + - uid: 67212 components: - type: Transform pos: -294.5,0.5 parent: 1 - - uid: 55096 + - uid: 67213 components: - type: Transform pos: -294.5,-0.5 parent: 1 - - uid: 55097 + - uid: 67214 components: - type: Transform pos: -294.5,-1.5 parent: 1 - - uid: 55098 + - uid: 67215 components: - type: Transform pos: -294.5,-2.5 parent: 1 - - uid: 55099 + - uid: 67216 components: - type: Transform pos: -294.5,-3.5 parent: 1 - - uid: 55100 + - uid: 67217 components: - type: Transform pos: -294.5,-4.5 parent: 1 - - uid: 55101 + - uid: 67218 components: - type: Transform pos: -294.5,-5.5 parent: 1 - - uid: 55102 + - uid: 67219 components: - type: Transform pos: -294.5,-6.5 parent: 1 - - uid: 55103 + - uid: 67220 components: - type: Transform pos: -294.5,-7.5 parent: 1 - - uid: 55104 + - uid: 67221 components: - type: Transform pos: -294.5,-8.5 parent: 1 - - uid: 55105 + - uid: 67222 components: - type: Transform pos: -294.5,-9.5 parent: 1 - - uid: 55106 + - uid: 67223 components: - type: Transform pos: -294.5,-10.5 parent: 1 - - uid: 55107 + - uid: 67224 components: - type: Transform pos: -294.5,-11.5 parent: 1 - - uid: 55108 + - uid: 67225 components: - type: Transform pos: -294.5,-12.5 parent: 1 - - uid: 55109 + - uid: 67226 components: - type: Transform pos: -294.5,-13.5 parent: 1 - - uid: 55110 + - uid: 67227 components: - type: Transform pos: -294.5,-14.5 parent: 1 - - uid: 55111 + - uid: 67228 components: - type: Transform pos: -294.5,-15.5 parent: 1 - - uid: 55112 + - uid: 67229 components: - type: Transform pos: -294.5,-16.5 parent: 1 - - uid: 55113 + - uid: 67230 components: - type: Transform pos: -294.5,-17.5 parent: 1 - - uid: 55114 + - uid: 67231 components: - type: Transform pos: -294.5,-18.5 parent: 1 - - uid: 55115 + - uid: 67232 components: - type: Transform anchored: False pos: -295.5,60.5 parent: 1 - - uid: 55116 + - uid: 67233 components: - type: Transform anchored: False pos: -295.5,59.5 parent: 1 - - uid: 55117 + - uid: 67234 components: - type: Transform anchored: False pos: -295.5,58.5 parent: 1 - - uid: 55118 + - uid: 67235 components: - type: Transform anchored: False pos: -295.5,57.5 parent: 1 - - uid: 55119 + - uid: 67236 components: - type: Transform anchored: False pos: -295.5,56.5 parent: 1 - - uid: 55120 + - uid: 67237 components: - type: Transform anchored: False pos: -295.5,55.5 parent: 1 - - uid: 55121 + - uid: 67238 components: - type: Transform anchored: False pos: -295.5,54.5 parent: 1 - - uid: 55122 + - uid: 67239 components: - type: Transform anchored: False pos: -295.5,53.5 parent: 1 - - uid: 55123 + - uid: 67240 components: - type: Transform anchored: False pos: -295.5,52.5 parent: 1 - - uid: 55124 + - uid: 67241 components: - type: Transform anchored: False pos: -295.5,51.5 parent: 1 - - uid: 55125 + - uid: 67242 components: - type: Transform anchored: False pos: -295.5,50.5 parent: 1 - - uid: 55126 + - uid: 67243 components: - type: Transform anchored: False pos: -295.5,49.5 parent: 1 - - uid: 55127 + - uid: 67244 components: - type: Transform anchored: False pos: -295.5,48.5 parent: 1 - - uid: 55128 + - uid: 67245 components: - type: Transform anchored: False pos: -295.5,47.5 parent: 1 - - uid: 55129 + - uid: 67246 components: - type: Transform anchored: False pos: -295.5,46.5 parent: 1 - - uid: 55130 + - uid: 67247 components: - type: Transform anchored: False pos: -295.5,45.5 parent: 1 - - uid: 55131 + - uid: 67248 components: - type: Transform anchored: False pos: -295.5,44.5 parent: 1 - - uid: 55132 + - uid: 67249 components: - type: Transform anchored: False pos: -295.5,43.5 parent: 1 - - uid: 55133 + - uid: 67250 components: - type: Transform anchored: False pos: -295.5,42.5 parent: 1 - - uid: 55134 + - uid: 67251 components: - type: Transform anchored: False pos: -295.5,41.5 parent: 1 - - uid: 55135 + - uid: 67252 components: - type: Transform anchored: False pos: -295.5,40.5 parent: 1 - - uid: 55136 + - uid: 67253 components: - type: Transform anchored: False pos: -295.5,39.5 parent: 1 - - uid: 55137 + - uid: 67254 components: - type: Transform anchored: False pos: -295.5,38.5 parent: 1 - - uid: 55138 + - uid: 67255 components: - type: Transform anchored: False pos: -295.5,37.5 parent: 1 - - uid: 55139 + - uid: 67256 components: - type: Transform anchored: False pos: -295.5,36.5 parent: 1 - - uid: 55140 + - uid: 67257 components: - type: Transform anchored: False pos: -295.5,35.5 parent: 1 - - uid: 55141 + - uid: 67258 components: - type: Transform anchored: False pos: -295.5,34.5 parent: 1 - - uid: 55142 + - uid: 67259 components: - type: Transform anchored: False pos: -295.5,33.5 parent: 1 - - uid: 55143 + - uid: 67260 components: - type: Transform anchored: False pos: -295.5,32.5 parent: 1 - - uid: 55144 + - uid: 67261 components: - type: Transform anchored: False pos: -295.5,31.5 parent: 1 - - uid: 55145 + - uid: 67262 components: - type: Transform anchored: False pos: -295.5,30.5 parent: 1 - - uid: 55146 + - uid: 67263 components: - type: Transform anchored: False pos: -295.5,29.5 parent: 1 - - uid: 55147 + - uid: 67264 components: - type: Transform anchored: False pos: -295.5,28.5 parent: 1 - - uid: 55148 + - uid: 67265 components: - type: Transform anchored: False pos: -295.5,27.5 parent: 1 - - uid: 55149 + - uid: 67266 components: - type: Transform anchored: False pos: -295.5,26.5 parent: 1 - - uid: 55150 + - uid: 67267 components: - type: Transform anchored: False pos: -295.5,25.5 parent: 1 - - uid: 55151 + - uid: 67268 components: - type: Transform anchored: False pos: -295.5,24.5 parent: 1 - - uid: 55152 + - uid: 67269 components: - type: Transform anchored: False pos: -295.5,23.5 parent: 1 - - uid: 55153 + - uid: 67270 components: - type: Transform anchored: False pos: -295.5,22.5 parent: 1 - - uid: 55154 + - uid: 67271 components: - type: Transform anchored: False pos: -295.5,21.5 parent: 1 - - uid: 55155 + - uid: 67272 components: - type: Transform anchored: False pos: -295.5,20.5 parent: 1 - - uid: 55156 + - uid: 67273 components: - type: Transform anchored: False pos: -295.5,19.5 parent: 1 - - uid: 55157 + - uid: 67274 components: - type: Transform anchored: False pos: -295.5,18.5 parent: 1 - - uid: 55158 + - uid: 67275 components: - type: Transform anchored: False pos: -295.5,17.5 parent: 1 - - uid: 55159 + - uid: 67276 components: - type: Transform anchored: False pos: -295.5,16.5 parent: 1 - - uid: 55160 + - uid: 67277 components: - type: Transform pos: -295.5,15.5 parent: 1 - - uid: 55161 + - uid: 67278 components: - type: Transform pos: -295.5,14.5 parent: 1 - - uid: 55162 + - uid: 67279 components: - type: Transform pos: -295.5,13.5 parent: 1 - - uid: 55163 + - uid: 67280 components: - type: Transform pos: -295.5,12.5 parent: 1 - - uid: 55164 + - uid: 67281 components: - type: Transform pos: -295.5,11.5 parent: 1 - - uid: 55165 + - uid: 67282 components: - type: Transform pos: -295.5,10.5 parent: 1 - - uid: 55166 + - uid: 67283 components: - type: Transform pos: -295.5,9.5 parent: 1 - - uid: 55167 + - uid: 67284 components: - type: Transform pos: -295.5,8.5 parent: 1 - - uid: 55168 + - uid: 67285 components: - type: Transform pos: -295.5,7.5 parent: 1 - - uid: 55169 + - uid: 67286 components: - type: Transform pos: -295.5,6.5 parent: 1 - - uid: 55170 + - uid: 67287 components: - type: Transform pos: -295.5,5.5 parent: 1 - - uid: 55171 + - uid: 67288 components: - type: Transform pos: -295.5,4.5 parent: 1 - - uid: 55172 + - uid: 67289 components: - type: Transform pos: -295.5,3.5 parent: 1 - - uid: 55173 + - uid: 67290 components: - type: Transform pos: -295.5,2.5 parent: 1 - - uid: 55174 + - uid: 67291 components: - type: Transform pos: -295.5,1.5 parent: 1 - - uid: 55175 + - uid: 67292 components: - type: Transform pos: -295.5,0.5 parent: 1 - - uid: 55176 + - uid: 67293 components: - type: Transform pos: -295.5,-0.5 parent: 1 - - uid: 55177 + - uid: 67294 components: - type: Transform pos: -295.5,-1.5 parent: 1 - - uid: 55178 + - uid: 67295 components: - type: Transform pos: -295.5,-2.5 parent: 1 - - uid: 55179 + - uid: 67296 components: - type: Transform pos: -295.5,-3.5 parent: 1 - - uid: 55180 + - uid: 67297 components: - type: Transform pos: -295.5,-4.5 parent: 1 - - uid: 55181 + - uid: 67298 components: - type: Transform pos: -295.5,-5.5 parent: 1 - - uid: 55182 + - uid: 67299 components: - type: Transform pos: -295.5,-6.5 parent: 1 - - uid: 55183 + - uid: 67300 components: - type: Transform pos: -295.5,-7.5 parent: 1 - - uid: 55184 + - uid: 67301 components: - type: Transform pos: -295.5,-8.5 parent: 1 - - uid: 55185 + - uid: 67302 components: - type: Transform pos: -295.5,-9.5 parent: 1 - - uid: 55186 + - uid: 67303 components: - type: Transform pos: -295.5,-10.5 parent: 1 - - uid: 55187 + - uid: 67304 components: - type: Transform pos: -295.5,-11.5 parent: 1 - - uid: 55188 + - uid: 67305 components: - type: Transform pos: -295.5,-12.5 parent: 1 - - uid: 55189 + - uid: 67306 components: - type: Transform pos: -295.5,-13.5 parent: 1 - - uid: 55190 + - uid: 67307 components: - type: Transform pos: -295.5,-14.5 parent: 1 - - uid: 55191 + - uid: 67308 components: - type: Transform pos: -295.5,-15.5 parent: 1 - - uid: 55192 + - uid: 67309 components: - type: Transform pos: -295.5,-16.5 parent: 1 - - uid: 55193 + - uid: 67310 components: - type: Transform pos: -295.5,-17.5 parent: 1 - - uid: 55194 + - uid: 67311 components: - type: Transform pos: -295.5,-18.5 parent: 1 - - uid: 55195 + - uid: 67312 components: - type: Transform pos: -292.5,-19.5 parent: 1 - - uid: 55196 + - uid: 67313 components: - type: Transform pos: -292.5,-20.5 parent: 1 - - uid: 55197 + - uid: 67314 components: - type: Transform pos: -293.5,-19.5 parent: 1 - - uid: 55198 + - uid: 67315 components: - type: Transform pos: -293.5,-20.5 parent: 1 - - uid: 55199 + - uid: 67316 components: - type: Transform pos: -294.5,-19.5 parent: 1 - - uid: 55200 + - uid: 67317 components: - type: Transform pos: -294.5,-20.5 parent: 1 - - uid: 55201 + - uid: 67318 components: - type: Transform pos: -295.5,-19.5 parent: 1 - - uid: 55202 + - uid: 67319 components: - type: Transform pos: -295.5,-20.5 parent: 1 - - uid: 55203 + - uid: 67320 components: - type: Transform pos: -293.5,-21.5 parent: 1 - - uid: 55204 + - uid: 67321 components: - type: Transform pos: -293.5,-22.5 parent: 1 - - uid: 55205 + - uid: 67322 components: - type: Transform pos: -294.5,-21.5 parent: 1 - - uid: 55206 + - uid: 67323 components: - type: Transform pos: -294.5,-22.5 parent: 1 - - uid: 55207 + - uid: 67324 components: - type: Transform pos: -295.5,-21.5 parent: 1 - - uid: 55208 + - uid: 67325 components: - type: Transform pos: -295.5,-22.5 parent: 1 - - uid: 55209 + - uid: 67326 components: - type: Transform pos: -294.5,-23.5 parent: 1 - - uid: 55210 + - uid: 67327 components: - type: Transform pos: -294.5,-24.5 parent: 1 - - uid: 55211 + - uid: 67328 components: - type: Transform pos: -295.5,-23.5 parent: 1 - - uid: 55212 + - uid: 67329 components: - type: Transform pos: -295.5,-24.5 parent: 1 - - uid: 55213 + - uid: 67330 components: - type: Transform pos: -295.5,-25.5 parent: 1 - - uid: 55214 + - uid: 67331 components: - type: Transform pos: -294.5,66.5 parent: 1 - proto: WallRockBasaltCoal entities: - - uid: 42821 + - uid: 67332 components: - type: Transform pos: 189.5,-105.5 parent: 1 - - uid: 42822 + - uid: 67333 components: - type: Transform pos: 189.5,-106.5 parent: 1 - - uid: 42823 + - uid: 67334 components: - type: Transform pos: 190.5,-105.5 parent: 1 - - uid: 42824 + - uid: 67335 components: - type: Transform pos: 190.5,-106.5 parent: 1 - - uid: 42825 + - uid: 67336 components: - type: Transform pos: 190.5,-107.5 parent: 1 - - uid: 42826 + - uid: 67337 components: - type: Transform pos: 191.5,-106.5 parent: 1 - - uid: 42827 + - uid: 67338 components: - type: Transform pos: 188.5,-106.5 parent: 1 - - uid: 42828 + - uid: 67339 components: - type: Transform pos: 190.5,-94.5 parent: 1 - - uid: 42829 + - uid: 67340 components: - type: Transform pos: 190.5,-95.5 parent: 1 - - uid: 42830 + - uid: 67341 components: - type: Transform pos: 191.5,-95.5 parent: 1 - - uid: 42831 + - uid: 67342 components: - type: Transform pos: 191.5,-96.5 parent: 1 - proto: WallRockBasaltGold entities: - - uid: 42832 + - uid: 67343 components: - type: Transform pos: 153.5,-100.5 parent: 1 - - uid: 42833 + - uid: 67344 components: - type: Transform pos: 152.5,-100.5 parent: 1 - - uid: 42834 + - uid: 67345 components: - type: Transform pos: 152.5,-109.5 parent: 1 - - uid: 42835 + - uid: 67346 components: - type: Transform pos: 198.5,-113.5 parent: 1 - - uid: 42836 + - uid: 67347 components: - type: Transform pos: 161.5,-119.5 parent: 1 - proto: WallRockBasaltQuartz entities: - - uid: 42837 + - uid: 67348 components: - type: Transform pos: 186.5,-117.5 parent: 1 - - uid: 42838 + - uid: 67349 components: - type: Transform pos: 185.5,-118.5 parent: 1 - - uid: 42839 + - uid: 67350 components: - type: Transform pos: 183.5,-122.5 parent: 1 - - uid: 42840 + - uid: 67351 components: - type: Transform pos: 184.5,-122.5 parent: 1 - - uid: 42841 + - uid: 67352 components: - type: Transform pos: 182.5,-123.5 parent: 1 - - uid: 42842 + - uid: 67353 components: - type: Transform pos: 189.5,-125.5 parent: 1 - - uid: 42843 + - uid: 67354 components: - type: Transform pos: 189.5,-124.5 parent: 1 - - uid: 42844 + - uid: 67355 components: - type: Transform pos: 190.5,-126.5 parent: 1 - - uid: 42845 + - uid: 67356 components: - type: Transform pos: 189.5,-126.5 parent: 1 - - uid: 42846 + - uid: 67357 components: - type: Transform pos: 188.5,-126.5 parent: 1 - - uid: 42847 + - uid: 67358 components: - type: Transform pos: 186.5,-119.5 parent: 1 - - uid: 42848 + - uid: 67359 components: - type: Transform pos: 183.5,-123.5 parent: 1 - - uid: 42849 + - uid: 67360 components: - type: Transform pos: 187.5,-127.5 parent: 1 - - uid: 42850 + - uid: 67361 components: - type: Transform pos: 188.5,-127.5 parent: 1 - - uid: 42851 + - uid: 67362 components: - type: Transform pos: 186.5,-118.5 parent: 1 - proto: WallRockBasaltSilver entities: - - uid: 42852 + - uid: 67363 components: - type: Transform pos: 155.5,-92.5 parent: 1 - - uid: 42853 + - uid: 67364 components: - type: Transform pos: 156.5,-92.5 parent: 1 - - uid: 42854 + - uid: 67365 components: - type: Transform pos: 156.5,-93.5 parent: 1 - proto: WallRockBasaltTin entities: - - uid: 42856 + - uid: 67366 components: - type: Transform pos: 175.5,-115.5 parent: 1 - - uid: 42857 + - uid: 67367 components: - type: Transform pos: 176.5,-115.5 parent: 1 - - uid: 42858 + - uid: 67368 components: - type: Transform pos: 177.5,-115.5 parent: 1 - - uid: 42859 + - uid: 67369 components: - type: Transform pos: 176.5,-117.5 parent: 1 - - uid: 42860 + - uid: 67370 components: - type: Transform pos: 175.5,-117.5 parent: 1 - - uid: 42861 + - uid: 67371 components: - type: Transform pos: 174.5,-117.5 parent: 1 - - uid: 42862 + - uid: 67372 components: - type: Transform pos: 175.5,-116.5 parent: 1 - - uid: 42863 + - uid: 67373 components: - type: Transform pos: 176.5,-116.5 parent: 1 - - uid: 42864 + - uid: 67374 components: - type: Transform pos: 177.5,-116.5 parent: 1 - - uid: 42865 + - uid: 67375 components: - type: Transform pos: 177.5,-103.5 parent: 1 - - uid: 42866 + - uid: 67376 components: - type: Transform pos: 178.5,-104.5 parent: 1 - - uid: 42867 + - uid: 67377 components: - type: Transform pos: 177.5,-104.5 parent: 1 - - uid: 42868 + - uid: 67378 components: - type: Transform pos: 178.5,-105.5 parent: 1 - proto: WallSolid entities: - - uid: 4478 + - uid: 67379 + components: + - type: Transform + pos: -277.5,-64.5 + parent: 1 + - uid: 67380 + components: + - type: Transform + pos: -279.5,-1.5 + parent: 1 + - uid: 67381 + components: + - type: Transform + pos: -279.5,-0.5 + parent: 1 + - uid: 67382 + components: + - type: Transform + pos: -277.5,-70.5 + parent: 1 + - uid: 67383 + components: + - type: Transform + pos: -199.5,-80.5 + parent: 1 + - uid: 67384 + components: + - type: Transform + pos: -276.5,-72.5 + parent: 1 + - uid: 67385 + components: + - type: Transform + pos: -274.5,-75.5 + parent: 1 + - uid: 67386 + components: + - type: Transform + pos: -275.5,-73.5 + parent: 1 + - uid: 67387 + components: + - type: Transform + pos: -273.5,-77.5 + parent: 1 + - uid: 67388 + components: + - type: Transform + pos: -198.5,-90.5 + parent: 1 + - uid: 67389 + components: + - type: Transform + pos: -198.5,-78.5 + parent: 1 + - uid: 67390 + components: + - type: Transform + pos: -198.5,-79.5 + parent: 1 + - uid: 67391 + components: + - type: Transform + pos: -198.5,-91.5 + parent: 1 + - uid: 67392 + components: + - type: Transform + pos: -198.5,-89.5 + parent: 1 + - uid: 67393 + components: + - type: Transform + pos: -198.5,-77.5 + parent: 1 + - uid: 67394 + components: + - type: Transform + pos: -199.5,-79.5 + parent: 1 + - uid: 67395 + components: + - type: Transform + pos: -199.5,-89.5 + parent: 1 + - uid: 67396 + components: + - type: Transform + pos: -279.5,0.5 + parent: 1 + - uid: 67397 + components: + - type: Transform + pos: -277.5,-65.5 + parent: 1 + - uid: 67398 + components: + - type: Transform + pos: -277.5,-63.5 + parent: 1 + - uid: 67399 + components: + - type: Transform + pos: -277.5,-66.5 + parent: 1 + - uid: 67400 + components: + - type: Transform + pos: -277.5,-67.5 + parent: 1 + - uid: 67401 + components: + - type: Transform + pos: -277.5,-68.5 + parent: 1 + - uid: 67402 + components: + - type: Transform + pos: -276.5,-71.5 + parent: 1 + - uid: 67403 + components: + - type: Transform + pos: -277.5,-69.5 + parent: 1 + - uid: 67404 + components: + - type: Transform + pos: -277.5,-71.5 + parent: 1 + - uid: 67405 components: - type: Transform pos: -287.5,1.5 parent: 1 - - uid: 4619 + - uid: 67406 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,41.5 parent: 1 - - uid: 4621 + - uid: 67407 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,55.5 parent: 1 - - uid: 6034 + - uid: 67408 components: - type: Transform pos: -279.5,47.5 parent: 1 - - uid: 6268 + - uid: 67409 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,60.5 parent: 1 - - uid: 6269 + - uid: 67410 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-14.5 parent: 1 - - uid: 6272 + - uid: 67411 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-4.5 parent: 1 - - uid: 8283 + - uid: 67412 components: - type: Transform pos: -279.5,6.5 parent: 1 - - uid: 8487 + - uid: 67413 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,6.5 parent: 1 - - uid: 8489 + - uid: 67414 components: - type: Transform pos: -287.5,46.5 parent: 1 - - uid: 8490 + - uid: 67415 components: - type: Transform pos: -279.5,-2.5 parent: 1 - - uid: 8496 + - uid: 67416 components: - type: Transform pos: -279.5,5.5 parent: 1 - - uid: 8502 + - uid: 67417 components: - type: Transform rot: 1.5707963267948966 rad pos: -294.5,71.5 parent: 1 - - uid: 8503 + - uid: 67418 components: - type: Transform pos: -287.5,0.5 parent: 1 - - uid: 10799 + - uid: 67419 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-15.5 parent: 1 - - uid: 10800 + - uid: 67420 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,59.5 parent: 1 - - uid: 10801 + - uid: 67421 components: - type: Transform rot: 1.5707963267948966 rad pos: -293.5,69.5 parent: 1 - - uid: 17695 - components: - - type: Transform - anchored: False - pos: -279.5,-0.5 - parent: 1 - - uid: 20156 + - uid: 67422 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,89.5 parent: 1 - - uid: 20159 + - uid: 67423 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,89.5 parent: 1 - - uid: 20162 + - uid: 67424 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,87.5 parent: 1 - - uid: 22159 + - uid: 67425 components: - type: Transform rot: 1.5707963267948966 rad pos: -293.5,73.5 parent: 1 - - uid: 42904 + - uid: 67426 components: - type: Transform pos: 169.5,-91.5 parent: 1 - - uid: 42905 + - uid: 67427 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-62.5 parent: 1 - - uid: 42906 + - uid: 67428 components: - type: Transform rot: 3.141592653589793 rad pos: -275.5,-74.5 parent: 1 - - uid: 42907 + - uid: 67429 components: - type: Transform pos: 159.5,-91.5 parent: 1 - - uid: 42908 + - uid: 67430 components: - type: Transform pos: 178.5,-91.5 parent: 1 - - uid: 42909 + - uid: 67431 components: - type: Transform pos: 155.5,-91.5 parent: 1 - - uid: 42910 + - uid: 67432 components: - type: Transform rot: 3.141592653589793 rad pos: -274.5,-77.5 parent: 1 - - uid: 42911 + - uid: 67433 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,56.5 parent: 1 - - uid: 42912 + - uid: 67434 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,-46.5 parent: 1 - - uid: 42913 + - uid: 67435 components: - type: Transform pos: -292.5,-81.5 parent: 1 - - uid: 42914 + - uid: 67436 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,39.5 parent: 1 - - uid: 42915 + - uid: 67437 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,38.5 parent: 1 - - uid: 42916 + - uid: 67438 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,-78.5 parent: 1 - - uid: 42917 + - uid: 67439 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-55.5 parent: 1 - - uid: 42918 + - uid: 67440 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-76.5 parent: 1 - - uid: 42919 + - uid: 67441 components: - type: Transform rot: -1.5707963267948966 rad pos: -291.5,-39.5 parent: 1 - - uid: 42920 + - uid: 67442 components: - type: Transform rot: 3.141592653589793 rad pos: -292.5,-39.5 parent: 1 - - uid: 42921 + - uid: 67443 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-40.5 parent: 1 - - uid: 42922 + - uid: 67444 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-44.5 parent: 1 - - uid: 42923 + - uid: 67445 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-42.5 parent: 1 - - uid: 42924 + - uid: 67446 components: - type: Transform pos: 198.5,-91.5 parent: 1 - - uid: 42925 + - uid: 67447 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-55.5 parent: 1 - - uid: 42926 + - uid: 67448 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-41.5 parent: 1 - - uid: 42927 + - uid: 67449 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-43.5 parent: 1 - - uid: 42928 + - uid: 67450 components: - type: Transform rot: 3.141592653589793 rad pos: -278.5,-74.5 parent: 1 - - uid: 42929 + - uid: 67451 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-42.5 parent: 1 - - uid: 42930 + - uid: 67452 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-54.5 parent: 1 - - uid: 42931 + - uid: 67453 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-39.5 parent: 1 - - uid: 42932 + - uid: 67454 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-53.5 parent: 1 - - uid: 42933 + - uid: 67455 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-54.5 parent: 1 - - uid: 42934 + - uid: 67456 components: - type: Transform rot: -1.5707963267948966 rad pos: -294.5,-38.5 parent: 1 - - uid: 42935 + - uid: 67457 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-40.5 parent: 1 - - uid: 42936 + - uid: 67458 components: - type: Transform rot: -1.5707963267948966 rad pos: -293.5,-38.5 parent: 1 - - uid: 42937 + - uid: 67459 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-34.5 parent: 1 - - uid: 42938 + - uid: 67460 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-47.5 parent: 1 - - uid: 42939 + - uid: 67461 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-46.5 parent: 1 - - uid: 42940 + - uid: 67462 components: - type: Transform rot: -1.5707963267948966 rad pos: -289.5,-42.5 parent: 1 - - uid: 42941 + - uid: 67463 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-48.5 parent: 1 - - uid: 42942 + - uid: 67464 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-45.5 parent: 1 - - uid: 42943 + - uid: 67465 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-44.5 parent: 1 - - uid: 42944 + - uid: 67466 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-46.5 parent: 1 - - uid: 42945 + - uid: 67467 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-50.5 parent: 1 - - uid: 42946 + - uid: 67468 components: - type: Transform rot: -1.5707963267948966 rad pos: -290.5,-40.5 parent: 1 - - uid: 42947 + - uid: 67469 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-56.5 parent: 1 - - uid: 42948 + - uid: 67470 components: - type: Transform rot: -1.5707963267948966 rad pos: -288.5,-44.5 parent: 1 - - uid: 42949 + - uid: 67471 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-52.5 parent: 1 - - uid: 42950 + - uid: 67472 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-49.5 parent: 1 - - uid: 42951 + - uid: 67473 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-52.5 parent: 1 - - uid: 42952 + - uid: 67474 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-50.5 parent: 1 - - uid: 42953 + - uid: 67475 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-51.5 parent: 1 - - uid: 42954 + - uid: 67476 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-38.5 parent: 1 - - uid: 42955 + - uid: 67477 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-37.5 parent: 1 - - uid: 42956 + - uid: 67478 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-47.5 parent: 1 - - uid: 42957 + - uid: 67479 components: - type: Transform rot: 3.141592653589793 rad pos: -276.5,-78.5 parent: 1 - - uid: 42958 + - uid: 67480 components: - type: Transform rot: -1.5707963267948966 rad pos: -292.5,-38.5 parent: 1 - - uid: 42959 + - uid: 67481 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,-22.5 parent: 1 - - uid: 42960 + - uid: 67482 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-53.5 parent: 1 - - uid: 42961 + - uid: 67483 components: - type: Transform rot: -1.5707963267948966 rad pos: -295.5,-38.5 parent: 1 - - uid: 42962 + - uid: 67484 components: - type: Transform rot: -1.5707963267948966 rad pos: -296.5,-38.5 parent: 1 - - uid: 42963 + - uid: 67485 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-57.5 parent: 1 - - uid: 42964 + - uid: 67486 components: - type: Transform rot: -1.5707963267948966 rad pos: -295.5,-30.5 parent: 1 - - uid: 42965 + - uid: 67487 components: - type: Transform rot: 3.141592653589793 rad pos: -220.5,-91.5 parent: 1 - - uid: 42966 + - uid: 67488 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-26.5 parent: 1 - - uid: 42967 + - uid: 67489 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-25.5 parent: 1 - - uid: 42968 + - uid: 67490 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-26.5 parent: 1 - - uid: 42969 + - uid: 67491 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-20.5 parent: 1 - - uid: 42970 + - uid: 67492 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-28.5 parent: 1 - - uid: 42971 + - uid: 67493 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,-24.5 parent: 1 - - uid: 42972 + - uid: 67494 components: - type: Transform rot: 3.141592653589793 rad pos: -281.5,-88.5 parent: 1 - - uid: 42973 + - uid: 67495 components: - type: Transform pos: 186.5,-91.5 parent: 1 - - uid: 42974 + - uid: 67496 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-30.5 parent: 1 - - uid: 42975 + - uid: 67497 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-29.5 parent: 1 - - uid: 42976 + - uid: 67498 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-26.5 parent: 1 - - uid: 42977 + - uid: 67499 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-24.5 parent: 1 - - uid: 42978 + - uid: 67500 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-23.5 parent: 1 - - uid: 42979 + - uid: 67501 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-28.5 parent: 1 - - uid: 42980 + - uid: 67502 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-27.5 parent: 1 - - uid: 42981 + - uid: 67503 components: - type: Transform pos: 193.5,-91.5 parent: 1 - - uid: 42982 + - uid: 67504 components: - type: Transform pos: 172.5,-91.5 parent: 1 - - uid: 42983 + - uid: 67505 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-24.5 parent: 1 - - uid: 42984 + - uid: 67506 components: - type: Transform pos: -293.5,-82.5 parent: 1 - - uid: 42985 + - uid: 67507 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-27.5 parent: 1 - - uid: 42986 + - uid: 67508 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,-22.5 parent: 1 - - uid: 42987 + - uid: 67509 components: - type: Transform pos: 180.5,-91.5 parent: 1 - - uid: 42988 + - uid: 67510 components: - type: Transform pos: 174.5,-91.5 parent: 1 - - uid: 42989 + - uid: 67511 components: - type: Transform pos: -291.5,-81.5 parent: 1 - - uid: 42990 + - uid: 67512 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,43.5 parent: 1 - - uid: 42991 + - uid: 67513 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,44.5 parent: 1 - - uid: 42992 + - uid: 67514 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,51.5 parent: 1 - - uid: 42993 + - uid: 67515 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,44.5 parent: 1 - - uid: 42994 + - uid: 67516 components: - type: Transform rot: 3.141592653589793 rad pos: -275.5,-75.5 parent: 1 - - uid: 42995 + - uid: 67517 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,51.5 parent: 1 - - uid: 42996 + - uid: 67518 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,41.5 parent: 1 - - uid: 42997 + - uid: 67519 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,42.5 parent: 1 - - uid: 42998 + - uid: 67520 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,45.5 parent: 1 - - uid: 42999 + - uid: 67521 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,49.5 parent: 1 - - uid: 43000 + - uid: 67522 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,37.5 parent: 1 - - uid: 43001 + - uid: 67523 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,47.5 parent: 1 - - uid: 43002 + - uid: 67524 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,53.5 parent: 1 - - uid: 43003 + - uid: 67525 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,47.5 parent: 1 - - uid: 43004 + - uid: 67526 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,48.5 parent: 1 - - uid: 43005 + - uid: 67527 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,46.5 parent: 1 - - uid: 43006 + - uid: 67528 components: - type: Transform pos: 189.5,-91.5 parent: 1 - - uid: 43007 + - uid: 67529 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,42.5 parent: 1 - - uid: 43008 + - uid: 67530 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,45.5 parent: 1 - - uid: 43009 + - uid: 67531 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,50.5 parent: 1 - - uid: 43010 + - uid: 67532 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,40.5 parent: 1 - - uid: 43011 + - uid: 67533 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,52.5 parent: 1 - - uid: 43012 + - uid: 67534 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,50.5 parent: 1 - - uid: 43013 + - uid: 67535 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,55.5 parent: 1 - - uid: 43014 + - uid: 67536 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,49.5 parent: 1 - - uid: 43015 + - uid: 67537 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,58.5 parent: 1 - - uid: 43016 + - uid: 67538 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,55.5 parent: 1 - - uid: 43017 + - uid: 67539 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,56.5 parent: 1 - - uid: 43018 + - uid: 67540 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,54.5 parent: 1 - - uid: 43019 + - uid: 67541 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,57.5 parent: 1 - - uid: 43020 + - uid: 67542 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,43.5 parent: 1 - - uid: 43021 + - uid: 67543 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,58.5 parent: 1 - - uid: 43022 + - uid: 67544 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,43.5 parent: 1 - - uid: 43023 + - uid: 67545 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,37.5 parent: 1 - - uid: 43024 + - uid: 67546 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,57.5 parent: 1 - - uid: 43025 + - uid: 67547 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,40.5 parent: 1 - - uid: 43026 + - uid: 67548 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,38.5 parent: 1 - - uid: 43027 + - uid: 67549 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,47.5 parent: 1 - - uid: 43028 + - uid: 67550 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,46.5 parent: 1 - - uid: 43029 + - uid: 67551 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,54.5 parent: 1 - - uid: 43030 + - uid: 67552 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,53.5 parent: 1 - - uid: 43031 + - uid: 67553 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,52.5 parent: 1 - - uid: 43032 + - uid: 67554 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,39.5 parent: 1 - - uid: 43033 + - uid: 67555 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,41.5 parent: 1 - - uid: 43034 + - uid: 67556 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,48.5 parent: 1 - - uid: 43035 + - uid: 67557 components: - type: Transform rot: -1.5707963267948966 rad pos: -294.5,-30.5 parent: 1 - - uid: 43036 + - uid: 67558 components: - type: Transform rot: -1.5707963267948966 rad pos: -292.5,-30.5 parent: 1 - - uid: 43037 + - uid: 67559 components: - type: Transform rot: -1.5707963267948966 rad pos: -293.5,-30.5 parent: 1 - - uid: 43038 + - uid: 67560 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-31.5 parent: 1 - - uid: 43039 + - uid: 67561 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-20.5 parent: 1 - - uid: 43040 + - uid: 67562 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-22.5 parent: 1 - - uid: 43041 + - uid: 67563 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-21.5 parent: 1 - - uid: 43042 + - uid: 67564 components: - type: Transform rot: 3.141592653589793 rad pos: -292.5,-29.5 parent: 1 - - uid: 43043 + - uid: 67565 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-21.5 parent: 1 - - uid: 43044 + - uid: 67566 components: - type: Transform rot: 3.141592653589793 rad pos: -227.5,-91.5 parent: 1 - - uid: 43045 + - uid: 67567 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-28.5 parent: 1 - - uid: 43046 + - uid: 67568 components: - type: Transform rot: -1.5707963267948966 rad pos: -291.5,-29.5 parent: 1 - - uid: 43047 + - uid: 67569 components: - type: Transform rot: -1.5707963267948966 rad pos: -289.5,-43.5 parent: 1 - - uid: 43048 + - uid: 67570 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,-23.5 parent: 1 - - uid: 43049 + - uid: 67571 components: - type: Transform pos: -290.5,-81.5 parent: 1 - - uid: 43050 + - uid: 67572 components: - type: Transform pos: 194.5,-91.5 parent: 1 - - uid: 43051 + - uid: 67573 components: - type: Transform pos: 156.5,-91.5 parent: 1 - - uid: 43052 + - uid: 67574 components: - type: Transform pos: 197.5,-91.5 parent: 1 - - uid: 43053 + - uid: 67575 components: - type: Transform rot: 3.141592653589793 rad pos: -215.5,-90.5 parent: 1 - - uid: 43054 + - uid: 67576 components: - type: Transform rot: -1.5707963267948966 rad pos: -276.5,-79.5 parent: 1 - - uid: 43055 + - uid: 67577 components: - type: Transform rot: -1.5707963267948966 rad pos: -278.5,-75.5 parent: 1 - - uid: 43056 + - uid: 67578 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-74.5 parent: 1 - - uid: 43057 + - uid: 67579 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-58.5 parent: 1 - - uid: 43058 + - uid: 67580 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-69.5 parent: 1 - - uid: 43059 + - uid: 67581 components: - type: Transform rot: -1.5707963267948966 rad pos: -275.5,-80.5 parent: 1 - - uid: 43060 + - uid: 67582 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-77.5 parent: 1 - - uid: 43061 + - uid: 67583 components: - type: Transform rot: 3.141592653589793 rad pos: -242.5,-90.5 parent: 1 - - uid: 43062 + - uid: 67584 components: - type: Transform rot: 3.141592653589793 rad pos: -206.5,-77.5 parent: 1 - - uid: 43063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -276.5,-72.5 - parent: 1 - - uid: 43064 + - uid: 67585 components: - type: Transform rot: 3.141592653589793 rad pos: -200.5,-90.5 parent: 1 - - uid: 43065 + - uid: 67586 components: - type: Transform rot: 3.141592653589793 rad pos: -214.5,-90.5 parent: 1 - - uid: 43066 + - uid: 67587 components: - type: Transform rot: 3.141592653589793 rad pos: -207.5,-78.5 parent: 1 - - uid: 43067 + - uid: 67588 components: - type: Transform rot: 3.141592653589793 rad pos: -210.5,-78.5 parent: 1 - - uid: 43068 + - uid: 67589 components: - type: Transform rot: 3.141592653589793 rad pos: -225.5,-78.5 parent: 1 - - uid: 43069 + - uid: 67590 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-45.5 parent: 1 - - uid: 43070 + - uid: 67591 components: - type: Transform rot: 3.141592653589793 rad pos: -274.5,-76.5 parent: 1 - - uid: 43071 + - uid: 67592 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-47.5 parent: 1 - - uid: 43072 + - uid: 67593 components: - type: Transform rot: 3.141592653589793 rad pos: -244.5,-90.5 parent: 1 - - uid: 43073 + - uid: 67594 components: - type: Transform rot: 3.141592653589793 rad pos: -239.5,-90.5 parent: 1 - - uid: 43074 + - uid: 67595 components: - type: Transform rot: 3.141592653589793 rad pos: -210.5,-90.5 parent: 1 - - uid: 43075 + - uid: 67596 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-46.5 parent: 1 - - uid: 43076 + - uid: 67597 components: - type: Transform rot: 3.141592653589793 rad pos: -206.5,-79.5 parent: 1 - - uid: 43077 + - uid: 67598 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-59.5 parent: 1 - - uid: 43078 + - uid: 67599 components: - type: Transform rot: 3.141592653589793 rad pos: -292.5,-43.5 parent: 1 - - uid: 43079 + - uid: 67600 components: - type: Transform rot: 3.141592653589793 rad pos: -296.5,-40.5 parent: 1 - - uid: 43080 + - uid: 67601 components: - type: Transform pos: -236.5,-88.5 parent: 1 - - uid: 43081 + - uid: 67602 components: - type: Transform pos: -235.5,-88.5 parent: 1 - - uid: 43082 + - uid: 67603 components: - type: Transform rot: 3.141592653589793 rad pos: -297.5,-40.5 parent: 1 - - uid: 43083 + - uid: 67604 components: - type: Transform rot: 3.141592653589793 rad pos: -219.5,-78.5 parent: 1 - - uid: 43084 + - uid: 67605 components: - type: Transform rot: 3.141592653589793 rad pos: -243.5,-78.5 parent: 1 - - uid: 43085 + - uid: 67606 components: - type: Transform rot: 3.141592653589793 rad pos: -209.5,-78.5 parent: 1 - - uid: 43086 + - uid: 67607 components: - type: Transform rot: 3.141592653589793 rad pos: -253.5,-78.5 parent: 1 - - uid: 43087 + - uid: 67608 components: - type: Transform rot: 3.141592653589793 rad pos: -221.5,-78.5 parent: 1 - - uid: 43088 + - uid: 67609 components: - type: Transform rot: 3.141592653589793 rad pos: -229.5,-78.5 parent: 1 - - uid: 43089 + - uid: 67610 components: - type: Transform rot: 3.141592653589793 rad pos: -248.5,-78.5 parent: 1 - - uid: 43090 + - uid: 67611 components: - type: Transform rot: 3.141592653589793 rad pos: -225.5,-90.5 parent: 1 - - uid: 43091 + - uid: 67612 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-65.5 parent: 1 - - uid: 43092 + - uid: 67613 components: - type: Transform rot: 3.141592653589793 rad pos: -241.5,-90.5 parent: 1 - - uid: 43093 + - uid: 67614 components: - type: Transform rot: 3.141592653589793 rad pos: -271.5,-90.5 parent: 1 - - uid: 43094 + - uid: 67615 components: - type: Transform rot: 3.141592653589793 rad pos: -266.5,-78.5 parent: 1 - - uid: 43095 + - uid: 67616 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-72.5 parent: 1 - - uid: 43096 + - uid: 67617 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-36.5 parent: 1 - - uid: 43097 + - uid: 67618 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-64.5 parent: 1 - - uid: 43098 + - uid: 67619 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-67.5 parent: 1 - - uid: 43099 + - uid: 67620 components: - type: Transform rot: -1.5707963267948966 rad pos: -290.5,-41.5 parent: 1 - - uid: 43100 + - uid: 67621 components: - type: Transform rot: -1.5707963267948966 rad pos: -286.5,-81.5 parent: 1 - - uid: 43101 + - uid: 67622 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-63.5 parent: 1 - - uid: 43102 + - uid: 67623 components: - type: Transform rot: -1.5707963267948966 rad pos: -282.5,-87.5 parent: 1 - - uid: 43103 + - uid: 67624 components: - type: Transform rot: -1.5707963267948966 rad pos: -278.5,-76.5 parent: 1 - - uid: 43104 + - uid: 67625 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-59.5 parent: 1 - - uid: 43105 + - uid: 67626 components: - type: Transform rot: -1.5707963267948966 rad pos: -286.5,-79.5 parent: 1 - - uid: 43106 + - uid: 67627 components: - type: Transform rot: -1.5707963267948966 rad pos: -286.5,-78.5 parent: 1 - - uid: 43107 + - uid: 67628 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-71.5 parent: 1 - - uid: 43108 + - uid: 67629 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-76.5 parent: 1 - - uid: 43109 + - uid: 67630 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-73.5 parent: 1 - - uid: 43110 + - uid: 67631 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-63.5 parent: 1 - - uid: 43111 + - uid: 67632 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-68.5 parent: 1 - - uid: 43112 + - uid: 67633 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-61.5 parent: 1 - - uid: 43113 + - uid: 67634 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-48.5 parent: 1 - - uid: 43114 + - uid: 67635 components: - type: Transform rot: -1.5707963267948966 rad pos: -281.5,-87.5 parent: 1 - - uid: 43115 + - uid: 67636 components: - type: Transform rot: -1.5707963267948966 rad pos: -286.5,-80.5 parent: 1 - - uid: 43116 + - uid: 67637 components: - type: Transform rot: -1.5707963267948966 rad pos: -283.5,-86.5 parent: 1 - - uid: 43117 + - uid: 67638 components: - type: Transform rot: -1.5707963267948966 rad pos: -284.5,-84.5 parent: 1 - - uid: 43118 + - uid: 67639 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-73.5 parent: 1 - - uid: 43119 + - uid: 67640 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-49.5 parent: 1 - - uid: 43120 + - uid: 67641 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-74.5 parent: 1 - - uid: 43121 + - uid: 67642 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-58.5 parent: 1 - - uid: 43122 + - uid: 67643 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-65.5 parent: 1 - - uid: 43123 + - uid: 67644 components: - type: Transform rot: 3.141592653589793 rad pos: -215.5,-78.5 parent: 1 - - uid: 43124 + - uid: 67645 components: - type: Transform rot: 3.141592653589793 rad pos: -230.5,-78.5 parent: 1 - - uid: 43125 + - uid: 67646 components: - type: Transform rot: 3.141592653589793 rad pos: -244.5,-78.5 parent: 1 - - uid: 43126 + - uid: 67647 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-22.5 parent: 1 - - uid: 43127 + - uid: 67648 components: - type: Transform rot: 3.141592653589793 rad pos: -270.5,-78.5 parent: 1 - - uid: 43128 + - uid: 67649 components: - type: Transform rot: 3.141592653589793 rad pos: -267.5,-78.5 parent: 1 - - uid: 43129 + - uid: 67650 components: - type: Transform rot: 3.141592653589793 rad pos: -245.5,-78.5 parent: 1 - - uid: 43130 + - uid: 67651 components: - type: Transform rot: 3.141592653589793 rad pos: -269.5,-90.5 parent: 1 - - uid: 43131 + - uid: 67652 components: - type: Transform pos: 175.5,-91.5 parent: 1 - - uid: 43132 + - uid: 67653 components: - type: Transform pos: 173.5,-91.5 parent: 1 - - uid: 43133 + - uid: 67654 components: - type: Transform pos: 154.5,-91.5 parent: 1 - - uid: 43134 + - uid: 67655 components: - type: Transform pos: 182.5,-91.5 parent: 1 - - uid: 43135 + - uid: 67656 components: - type: Transform pos: 170.5,-91.5 parent: 1 - - uid: 43136 + - uid: 67657 components: - type: Transform pos: 142.5,-88.5 parent: 1 - - uid: 43137 + - uid: 67658 components: - type: Transform pos: 176.5,-80.5 parent: 1 - - uid: 43138 + - uid: 67659 components: - type: Transform pos: 171.5,-91.5 parent: 1 - - uid: 43139 + - uid: 67660 components: - type: Transform pos: 198.5,-80.5 parent: 1 - - uid: 43140 + - uid: 67661 components: - type: Transform pos: 184.5,-91.5 parent: 1 - - uid: 43141 + - uid: 67662 components: - type: Transform pos: 193.5,-80.5 parent: 1 - - uid: 43142 + - uid: 67663 components: - type: Transform pos: 157.5,-91.5 parent: 1 - - uid: 43143 + - uid: 67664 components: - type: Transform pos: 188.5,-91.5 parent: 1 - - uid: 43144 + - uid: 67665 components: - type: Transform pos: 183.5,-91.5 parent: 1 - - uid: 43145 + - uid: 67666 components: - type: Transform pos: 143.5,-88.5 parent: 1 - - uid: 43146 + - uid: 67667 components: - type: Transform pos: 192.5,-91.5 parent: 1 - - uid: 43147 + - uid: 67668 components: - type: Transform pos: 139.5,-88.5 parent: 1 - - uid: 43148 + - uid: 67669 components: - type: Transform pos: 175.5,-80.5 parent: 1 - - uid: 43149 + - uid: 67670 components: - type: Transform pos: 165.5,-91.5 parent: 1 - - uid: 43150 + - uid: 67671 components: - type: Transform pos: 178.5,-80.5 parent: 1 - - uid: 43151 + - uid: 67672 components: - type: Transform pos: 194.5,-80.5 parent: 1 - - uid: 43152 + - uid: 67673 components: - type: Transform pos: 191.5,-91.5 parent: 1 - - uid: 43153 + - uid: 67674 components: - type: Transform pos: 192.5,-80.5 parent: 1 - - uid: 43154 + - uid: 67675 components: - type: Transform pos: 195.5,-91.5 parent: 1 - - uid: 43155 + - uid: 67676 components: - type: Transform pos: 197.5,-80.5 parent: 1 - - uid: 43156 + - uid: 67677 components: - type: Transform pos: 150.5,-88.5 parent: 1 - - uid: 43157 + - uid: 67678 components: - type: Transform pos: 183.5,-80.5 parent: 1 - - uid: 43158 + - uid: 67679 components: - type: Transform pos: 140.5,-88.5 parent: 1 - - uid: 43159 + - uid: 67680 components: - type: Transform pos: 186.5,-80.5 parent: 1 - - uid: 43160 + - uid: 67681 components: - type: Transform pos: 187.5,-91.5 parent: 1 - - uid: 43161 + - uid: 67682 components: - type: Transform pos: 168.5,-91.5 parent: 1 - - uid: 43162 + - uid: 67683 components: - type: Transform pos: 185.5,-91.5 parent: 1 - - uid: 43163 + - uid: 67684 components: - type: Transform pos: 196.5,-91.5 parent: 1 - - uid: 43164 + - uid: 67685 components: - type: Transform pos: 144.5,-88.5 parent: 1 - - uid: 43165 + - uid: 67686 components: - type: Transform pos: 151.5,-88.5 parent: 1 - - uid: 43166 + - uid: 67687 components: - type: Transform pos: 184.5,-80.5 parent: 1 - - uid: 43167 + - uid: 67688 components: - type: Transform pos: 141.5,-88.5 parent: 1 - - uid: 43168 + - uid: 67689 components: - type: Transform pos: 185.5,-80.5 parent: 1 - - uid: 43169 + - uid: 67690 components: - type: Transform pos: 177.5,-80.5 parent: 1 - - uid: 43170 + - uid: 67691 components: - type: Transform pos: 190.5,-91.5 parent: 1 - - uid: 43171 + - uid: 67692 components: - type: Transform pos: 179.5,-91.5 parent: 1 - - uid: 43172 + - uid: 67693 components: - type: Transform pos: 176.5,-91.5 parent: 1 - - uid: 43173 + - uid: 67694 components: - type: Transform pos: 190.5,-80.5 parent: 1 - - uid: 43174 + - uid: 67695 components: - type: Transform pos: 191.5,-80.5 parent: 1 - - uid: 43175 + - uid: 67696 components: - type: Transform pos: 189.5,-80.5 parent: 1 - - uid: 43176 + - uid: 67697 components: - type: Transform pos: 188.5,-80.5 parent: 1 - - uid: 43177 + - uid: 67698 components: - type: Transform pos: 187.5,-80.5 parent: 1 - - uid: 43178 + - uid: 67699 components: - type: Transform pos: 196.5,-80.5 parent: 1 - - uid: 43179 + - uid: 67700 components: - type: Transform pos: 195.5,-80.5 parent: 1 - - uid: 43180 + - uid: 67701 components: - type: Transform pos: 166.5,-91.5 parent: 1 - - uid: 43181 + - uid: 67702 components: - type: Transform pos: 146.5,-88.5 parent: 1 - - uid: 43182 + - uid: 67703 components: - type: Transform pos: 177.5,-91.5 parent: 1 - - uid: 43183 + - uid: 67704 components: - type: Transform pos: 145.5,-88.5 parent: 1 - - uid: 43184 + - uid: 67705 components: - type: Transform pos: 147.5,-88.5 parent: 1 - - uid: 43185 + - uid: 67706 components: - type: Transform pos: 174.5,-80.5 parent: 1 - - uid: 43186 + - uid: 67707 components: - type: Transform pos: 173.5,-80.5 parent: 1 - - uid: 43187 + - uid: 67708 components: - type: Transform pos: 172.5,-80.5 parent: 1 - - uid: 43188 + - uid: 67709 components: - type: Transform pos: 171.5,-80.5 parent: 1 - - uid: 43189 + - uid: 67710 components: - type: Transform pos: 170.5,-80.5 parent: 1 - - uid: 43190 + - uid: 67711 components: - type: Transform pos: 169.5,-80.5 parent: 1 - - uid: 43191 + - uid: 67712 components: - type: Transform pos: 168.5,-80.5 parent: 1 - - uid: 43192 + - uid: 67713 components: - type: Transform pos: 167.5,-80.5 parent: 1 - - uid: 43193 + - uid: 67714 components: - type: Transform pos: 166.5,-80.5 parent: 1 - - uid: 43194 + - uid: 67715 components: - type: Transform pos: 165.5,-80.5 parent: 1 - - uid: 43195 + - uid: 67716 components: - type: Transform pos: 164.5,-80.5 parent: 1 - - uid: 43196 + - uid: 67717 components: - type: Transform pos: 163.5,-80.5 parent: 1 - - uid: 43197 + - uid: 67718 components: - type: Transform pos: 162.5,-80.5 parent: 1 - - uid: 43198 + - uid: 67719 components: - type: Transform pos: 161.5,-80.5 parent: 1 - - uid: 43199 + - uid: 67720 components: - type: Transform pos: 157.5,-80.5 parent: 1 - - uid: 43200 + - uid: 67721 components: - type: Transform pos: 156.5,-80.5 parent: 1 - - uid: 43201 + - uid: 67722 components: - type: Transform pos: 155.5,-80.5 parent: 1 - - uid: 43202 + - uid: 67723 components: - type: Transform pos: 154.5,-80.5 parent: 1 - - uid: 43203 + - uid: 67724 components: - type: Transform pos: 153.5,-80.5 parent: 1 - - uid: 43204 + - uid: 67725 components: - type: Transform pos: 152.5,-80.5 parent: 1 - - uid: 43205 + - uid: 67726 components: - type: Transform pos: 151.5,-80.5 parent: 1 - - uid: 43206 + - uid: 67727 components: - type: Transform pos: 150.5,-80.5 parent: 1 - - uid: 43207 + - uid: 67728 components: - type: Transform pos: 149.5,-80.5 parent: 1 - - uid: 43208 + - uid: 67729 components: - type: Transform pos: 148.5,-80.5 parent: 1 - - uid: 43209 + - uid: 67730 components: - type: Transform pos: 147.5,-80.5 parent: 1 - - uid: 43210 + - uid: 67731 components: - type: Transform pos: 146.5,-80.5 parent: 1 - - uid: 43211 + - uid: 67732 components: - type: Transform pos: 145.5,-80.5 parent: 1 - - uid: 43212 + - uid: 67733 components: - type: Transform pos: 144.5,-80.5 parent: 1 - - uid: 43213 + - uid: 67734 components: - type: Transform pos: 143.5,-80.5 parent: 1 - - uid: 43214 + - uid: 67735 components: - type: Transform pos: 142.5,-80.5 parent: 1 - - uid: 43215 + - uid: 67736 components: - type: Transform pos: 141.5,-80.5 parent: 1 - - uid: 43216 + - uid: 67737 components: - type: Transform pos: 140.5,-80.5 parent: 1 - - uid: 43217 + - uid: 67738 components: - type: Transform pos: 139.5,-80.5 parent: 1 - - uid: 43218 + - uid: 67739 components: - type: Transform pos: 152.5,-88.5 parent: 1 - - uid: 43219 + - uid: 67740 components: - type: Transform pos: 153.5,-88.5 parent: 1 - - uid: 43220 + - uid: 67741 components: - type: Transform pos: 154.5,-88.5 parent: 1 - - uid: 43221 + - uid: 67742 components: - type: Transform pos: 155.5,-88.5 parent: 1 - - uid: 43222 + - uid: 67743 components: - type: Transform pos: 156.5,-88.5 parent: 1 - - uid: 43223 + - uid: 67744 components: - type: Transform pos: 157.5,-88.5 parent: 1 - - uid: 43224 + - uid: 67745 components: - type: Transform pos: 158.5,-88.5 parent: 1 - - uid: 43225 + - uid: 67746 components: - type: Transform pos: 159.5,-88.5 parent: 1 - - uid: 43226 + - uid: 67747 components: - type: Transform pos: 165.5,-88.5 parent: 1 - - uid: 43227 + - uid: 67748 components: - type: Transform pos: 166.5,-88.5 parent: 1 - - uid: 43228 + - uid: 67749 components: - type: Transform pos: 167.5,-88.5 parent: 1 - - uid: 43229 + - uid: 67750 components: - type: Transform pos: 168.5,-88.5 parent: 1 - - uid: 43230 + - uid: 67751 components: - type: Transform pos: 169.5,-88.5 parent: 1 - - uid: 43231 + - uid: 67752 components: - type: Transform pos: 170.5,-88.5 parent: 1 - - uid: 43232 + - uid: 67753 components: - type: Transform pos: 171.5,-88.5 parent: 1 - - uid: 43233 + - uid: 67754 components: - type: Transform pos: 172.5,-88.5 parent: 1 - - uid: 43234 + - uid: 67755 components: - type: Transform pos: 173.5,-88.5 parent: 1 - - uid: 43235 + - uid: 67756 components: - type: Transform pos: 174.5,-88.5 parent: 1 - - uid: 43236 + - uid: 67757 components: - type: Transform pos: 175.5,-88.5 parent: 1 - - uid: 43237 + - uid: 67758 components: - type: Transform pos: 176.5,-88.5 parent: 1 - - uid: 43238 + - uid: 67759 components: - type: Transform pos: 177.5,-88.5 parent: 1 - - uid: 43239 + - uid: 67760 components: - type: Transform pos: 178.5,-88.5 parent: 1 - - uid: 43240 + - uid: 67761 components: - type: Transform pos: 179.5,-88.5 parent: 1 - - uid: 43241 + - uid: 67762 components: - type: Transform pos: 183.5,-88.5 parent: 1 - - uid: 43242 + - uid: 67763 components: - type: Transform pos: 184.5,-88.5 parent: 1 - - uid: 43243 + - uid: 67764 components: - type: Transform pos: 185.5,-88.5 parent: 1 - - uid: 43244 + - uid: 67765 components: - type: Transform pos: 186.5,-88.5 parent: 1 - - uid: 43245 + - uid: 67766 components: - type: Transform pos: 187.5,-88.5 parent: 1 - - uid: 43246 + - uid: 67767 components: - type: Transform pos: 188.5,-88.5 parent: 1 - - uid: 43247 + - uid: 67768 components: - type: Transform pos: 189.5,-88.5 parent: 1 - - uid: 43248 + - uid: 67769 components: - type: Transform pos: 190.5,-88.5 parent: 1 - - uid: 43249 + - uid: 67770 components: - type: Transform pos: 191.5,-88.5 parent: 1 - - uid: 43250 + - uid: 67771 components: - type: Transform pos: 192.5,-88.5 parent: 1 - - uid: 43251 + - uid: 67772 components: - type: Transform pos: 193.5,-88.5 parent: 1 - - uid: 43252 + - uid: 67773 components: - type: Transform pos: 194.5,-88.5 parent: 1 - - uid: 43253 + - uid: 67774 components: - type: Transform pos: 195.5,-88.5 parent: 1 - - uid: 43254 + - uid: 67775 components: - type: Transform pos: 196.5,-88.5 parent: 1 - - uid: 43255 + - uid: 67776 components: - type: Transform pos: 197.5,-88.5 parent: 1 - - uid: 43256 + - uid: 67777 components: - type: Transform pos: 198.5,-88.5 parent: 1 - - uid: 43257 + - uid: 67778 components: - type: Transform pos: 153.5,-91.5 parent: 1 - - uid: 43258 + - uid: 67779 components: - type: Transform pos: 152.5,-91.5 parent: 1 - - uid: 43259 + - uid: 67780 components: - type: Transform pos: 151.5,-91.5 parent: 1 - - uid: 43260 + - uid: 67781 components: - type: Transform pos: 150.5,-91.5 parent: 1 - - uid: 43261 + - uid: 67782 components: - type: Transform pos: 149.5,-91.5 parent: 1 - - uid: 43262 + - uid: 67783 components: - type: Transform pos: 148.5,-91.5 parent: 1 - - uid: 43263 + - uid: 67784 components: - type: Transform pos: 147.5,-91.5 parent: 1 - - uid: 43264 + - uid: 67785 components: - type: Transform pos: 146.5,-91.5 parent: 1 - - uid: 43265 + - uid: 67786 components: - type: Transform pos: 145.5,-91.5 parent: 1 - - uid: 43266 + - uid: 67787 components: - type: Transform pos: 144.5,-91.5 parent: 1 - - uid: 43267 + - uid: 67788 components: - type: Transform pos: 144.5,-90.5 parent: 1 - - uid: 43268 + - uid: 67789 components: - type: Transform pos: 144.5,-89.5 parent: 1 - - uid: 43269 + - uid: 67790 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-90.5 parent: 1 - - uid: 43270 + - uid: 67791 components: - type: Transform rot: 3.141592653589793 rad pos: -227.5,-90.5 parent: 1 - - uid: 43271 + - uid: 67792 components: - type: Transform rot: 3.141592653589793 rad pos: -202.5,-90.5 parent: 1 - - uid: 43272 + - uid: 67793 components: - type: Transform rot: 3.141592653589793 rad pos: -233.5,-90.5 parent: 1 - - uid: 43273 + - uid: 67794 components: - type: Transform rot: 3.141592653589793 rad pos: -232.5,-90.5 parent: 1 - - uid: 43274 + - uid: 67795 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-33.5 parent: 1 - - uid: 43275 + - uid: 67796 components: - type: Transform rot: 3.141592653589793 rad pos: -273.5,-78.5 parent: 1 - - uid: 43276 + - uid: 67797 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-77.5 parent: 1 - - uid: 43277 + - uid: 67798 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-52.5 parent: 1 - - uid: 43278 + - uid: 67799 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-48.5 parent: 1 - - uid: 43279 + - uid: 67800 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-71.5 parent: 1 - - uid: 43280 + - uid: 67801 components: - type: Transform pos: -258.5,-88.5 parent: 1 - - uid: 43281 + - uid: 67802 components: - type: Transform pos: -226.5,-88.5 parent: 1 - - uid: 43282 + - uid: 67803 components: - type: Transform rot: 3.141592653589793 rad pos: -235.5,-78.5 parent: 1 - - uid: 43283 + - uid: 67804 components: - type: Transform rot: 3.141592653589793 rad pos: -231.5,-78.5 parent: 1 - - uid: 43284 + - uid: 67805 components: - type: Transform rot: 3.141592653589793 rad pos: -263.5,-78.5 parent: 1 - - uid: 43285 + - uid: 67806 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-24.5 parent: 1 - - uid: 43286 + - uid: 67807 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-26.5 parent: 1 - - uid: 43287 + - uid: 67808 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-25.5 parent: 1 - - uid: 43288 + - uid: 67809 components: - type: Transform rot: 3.141592653589793 rad pos: -268.5,-78.5 parent: 1 - - uid: 43289 + - uid: 67810 components: - type: Transform rot: 3.141592653589793 rad pos: -269.5,-78.5 parent: 1 - - uid: 43290 + - uid: 67811 components: - type: Transform rot: 3.141592653589793 rad pos: -231.5,-90.5 parent: 1 - - uid: 43291 + - uid: 67812 components: - type: Transform rot: 3.141592653589793 rad pos: -230.5,-90.5 parent: 1 - - uid: 43292 + - uid: 67813 components: - type: Transform rot: 3.141592653589793 rad pos: -271.5,-78.5 parent: 1 - - uid: 43293 + - uid: 67814 components: - type: Transform rot: 3.141592653589793 rad pos: -272.5,-78.5 parent: 1 - - uid: 43294 + - uid: 67815 components: - type: Transform rot: 3.141592653589793 rad pos: -201.5,-90.5 parent: 1 - - uid: 43295 + - uid: 67816 components: - type: Transform rot: 3.141592653589793 rad pos: -261.5,-90.5 parent: 1 - - uid: 43296 + - uid: 67817 components: - type: Transform rot: 3.141592653589793 rad pos: -229.5,-90.5 parent: 1 - - uid: 43297 + - uid: 67818 components: - type: Transform rot: 3.141592653589793 rad pos: -264.5,-78.5 parent: 1 - - uid: 43298 + - uid: 67819 components: - type: Transform rot: 3.141592653589793 rad pos: -250.5,-78.5 parent: 1 - - uid: 43299 + - uid: 67820 components: - type: Transform rot: 3.141592653589793 rad pos: -251.5,-78.5 parent: 1 - - uid: 43300 + - uid: 67821 components: - type: Transform rot: 3.141592653589793 rad pos: -252.5,-78.5 parent: 1 - - uid: 43301 + - uid: 67822 components: - type: Transform rot: 3.141592653589793 rad pos: -259.5,-78.5 parent: 1 - - uid: 43302 + - uid: 67823 components: - type: Transform rot: 3.141592653589793 rad pos: -261.5,-78.5 parent: 1 - - uid: 43303 + - uid: 67824 components: - type: Transform rot: 3.141592653589793 rad pos: -246.5,-78.5 parent: 1 - - uid: 43304 + - uid: 67825 components: - type: Transform rot: 3.141592653589793 rad pos: -247.5,-78.5 parent: 1 - - uid: 43305 + - uid: 67826 components: - type: Transform rot: 3.141592653589793 rad pos: -260.5,-78.5 parent: 1 - - uid: 43306 + - uid: 67827 components: - type: Transform rot: 3.141592653589793 rad pos: -216.5,-78.5 parent: 1 - - uid: 43307 + - uid: 67828 components: - type: Transform rot: 3.141592653589793 rad pos: -257.5,-78.5 parent: 1 - - uid: 43308 + - uid: 67829 components: - type: Transform rot: 3.141592653589793 rad pos: -262.5,-78.5 parent: 1 - - uid: 43309 + - uid: 67830 components: - type: Transform rot: 3.141592653589793 rad pos: -265.5,-78.5 parent: 1 - - uid: 43310 + - uid: 67831 components: - type: Transform rot: 3.141592653589793 rad pos: -240.5,-78.5 parent: 1 - - uid: 43311 + - uid: 67832 components: - type: Transform rot: 3.141592653589793 rad pos: -241.5,-78.5 parent: 1 - - uid: 43312 + - uid: 67833 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-31.5 parent: 1 - - uid: 43313 + - uid: 67834 components: - type: Transform rot: 3.141592653589793 rad pos: -237.5,-90.5 parent: 1 - - uid: 43314 + - uid: 67835 components: - type: Transform rot: 3.141592653589793 rad pos: -249.5,-78.5 parent: 1 - - uid: 43315 + - uid: 67836 components: - type: Transform rot: 3.141592653589793 rad pos: -255.5,-78.5 parent: 1 - - uid: 43316 + - uid: 67837 components: - type: Transform rot: 3.141592653589793 rad pos: -236.5,-78.5 parent: 1 - - uid: 43317 + - uid: 67838 components: - type: Transform rot: 3.141592653589793 rad pos: -237.5,-78.5 parent: 1 - - uid: 43318 + - uid: 67839 components: - type: Transform rot: 3.141592653589793 rad pos: -228.5,-78.5 parent: 1 - - uid: 43319 + - uid: 67840 components: - type: Transform rot: 3.141592653589793 rad pos: -258.5,-78.5 parent: 1 - - uid: 43320 + - uid: 67841 components: - type: Transform rot: 3.141592653589793 rad pos: -227.5,-78.5 parent: 1 - - uid: 43321 + - uid: 67842 components: - type: Transform rot: 3.141592653589793 rad pos: -200.5,-89.5 parent: 1 - - uid: 43322 + - uid: 67843 components: - type: Transform rot: 3.141592653589793 rad pos: -208.5,-78.5 parent: 1 - - uid: 43323 + - uid: 67844 components: - type: Transform rot: 3.141592653589793 rad pos: -256.5,-78.5 parent: 1 - - uid: 43324 + - uid: 67845 components: - type: Transform rot: 3.141592653589793 rad pos: -234.5,-78.5 parent: 1 - - uid: 43325 + - uid: 67846 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-44.5 parent: 1 - - uid: 43326 + - uid: 67847 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-81.5 parent: 1 - - uid: 43327 + - uid: 67848 components: - type: Transform rot: 3.141592653589793 rad pos: -293.5,-43.5 parent: 1 - - uid: 43328 + - uid: 67849 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-82.5 parent: 1 - - uid: 43329 + - uid: 67850 components: - type: Transform rot: 3.141592653589793 rad pos: -212.5,-90.5 parent: 1 - - uid: 43330 + - uid: 67851 components: - type: Transform rot: 3.141592653589793 rad pos: -218.5,-90.5 parent: 1 - - uid: 43331 + - uid: 67852 components: - type: Transform rot: 3.141592653589793 rad pos: -276.5,-90.5 parent: 1 - - uid: 43332 + - uid: 67853 components: - type: Transform rot: 3.141592653589793 rad pos: -236.5,-90.5 parent: 1 - - uid: 43333 + - uid: 67854 components: - type: Transform rot: 3.141592653589793 rad pos: -238.5,-90.5 parent: 1 - - uid: 43334 + - uid: 67855 components: - type: Transform rot: 3.141592653589793 rad pos: -203.5,-90.5 parent: 1 - - uid: 43335 + - uid: 67856 components: - type: Transform rot: 3.141592653589793 rad pos: -205.5,-90.5 parent: 1 - - uid: 43336 + - uid: 67857 components: - type: Transform rot: 3.141592653589793 rad pos: -258.5,-90.5 parent: 1 - - uid: 43337 + - uid: 67858 components: - type: Transform rot: 3.141592653589793 rad pos: -248.5,-90.5 parent: 1 - - uid: 43338 + - uid: 67859 components: - type: Transform rot: 3.141592653589793 rad pos: -228.5,-90.5 parent: 1 - - uid: 43339 + - uid: 67860 components: - type: Transform rot: 3.141592653589793 rad pos: -242.5,-78.5 parent: 1 - - uid: 43340 + - uid: 67861 components: - type: Transform rot: 3.141592653589793 rad pos: -222.5,-78.5 parent: 1 - - uid: 43341 + - uid: 67862 components: - type: Transform rot: 3.141592653589793 rad pos: -220.5,-90.5 parent: 1 - - uid: 43342 + - uid: 67863 components: - type: Transform rot: 3.141592653589793 rad pos: -221.5,-90.5 parent: 1 - - uid: 43343 + - uid: 67864 components: - type: Transform rot: 3.141592653589793 rad pos: -219.5,-90.5 parent: 1 - - uid: 43344 + - uid: 67865 components: - type: Transform rot: 3.141592653589793 rad pos: -254.5,-90.5 parent: 1 - - uid: 43345 + - uid: 67866 components: - type: Transform rot: 3.141592653589793 rad pos: -220.5,-78.5 parent: 1 - - uid: 43346 + - uid: 67867 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-40.5 parent: 1 - - uid: 43347 + - uid: 67868 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-53.5 parent: 1 - - uid: 43348 + - uid: 67869 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-79.5 parent: 1 - - uid: 43349 + - uid: 67870 components: - type: Transform rot: 3.141592653589793 rad pos: -272.5,-90.5 parent: 1 - - uid: 43350 + - uid: 67871 components: - type: Transform rot: 3.141592653589793 rad pos: -276.5,-73.5 parent: 1 - - uid: 43351 + - uid: 67872 components: - type: Transform rot: 3.141592653589793 rad pos: -247.5,-90.5 parent: 1 - - uid: 43352 + - uid: 67873 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-44.5 parent: 1 - - uid: 43353 + - uid: 67874 components: - type: Transform rot: 3.141592653589793 rad pos: -294.5,-41.5 parent: 1 - - uid: 43354 + - uid: 67875 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-71.5 parent: 1 - - uid: 43355 + - uid: 67876 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-80.5 parent: 1 - - uid: 43356 + - uid: 67877 components: - type: Transform rot: 3.141592653589793 rad pos: -245.5,-90.5 parent: 1 - - uid: 43357 + - uid: 67878 components: - type: Transform rot: 3.141592653589793 rad pos: -253.5,-90.5 parent: 1 - - uid: 43358 + - uid: 67879 components: - type: Transform rot: 3.141592653589793 rad pos: -251.5,-90.5 parent: 1 - - uid: 43359 + - uid: 67880 components: - type: Transform rot: 3.141592653589793 rad pos: -293.5,-42.5 parent: 1 - - uid: 43360 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-71.5 - parent: 1 - - uid: 43361 + - uid: 67881 components: - type: Transform rot: 3.141592653589793 rad pos: -273.5,-90.5 parent: 1 - - uid: 43362 + - uid: 67882 components: - type: Transform rot: 3.141592653589793 rad pos: -249.5,-90.5 parent: 1 - - uid: 43363 + - uid: 67883 components: - type: Transform rot: 3.141592653589793 rad pos: -213.5,-78.5 parent: 1 - - uid: 43364 + - uid: 67884 components: - type: Transform rot: 3.141592653589793 rad pos: -255.5,-90.5 parent: 1 - - uid: 43365 + - uid: 67885 components: - type: Transform rot: 3.141592653589793 rad pos: -275.5,-90.5 parent: 1 - - uid: 43366 + - uid: 67886 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,-90.5 parent: 1 - - uid: 43367 + - uid: 67887 components: - type: Transform rot: 3.141592653589793 rad pos: -266.5,-90.5 parent: 1 - - uid: 43368 + - uid: 67888 components: - type: Transform rot: 3.141592653589793 rad pos: -211.5,-78.5 parent: 1 - - uid: 43369 + - uid: 67889 components: - type: Transform rot: 3.141592653589793 rad pos: -268.5,-90.5 parent: 1 - - uid: 43370 + - uid: 67890 components: - type: Transform rot: 3.141592653589793 rad pos: -256.5,-90.5 parent: 1 - - uid: 43371 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-70.5 - parent: 1 - - uid: 43372 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-68.5 - parent: 1 - - uid: 43373 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-69.5 - parent: 1 - - uid: 43374 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-67.5 - parent: 1 - - uid: 43375 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-66.5 - parent: 1 - - uid: 43376 + - uid: 67891 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-61.5 parent: 1 - - uid: 43377 + - uid: 67892 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-51.5 parent: 1 - - uid: 43378 + - uid: 67893 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-52.5 parent: 1 - - uid: 43379 + - uid: 67894 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-47.5 parent: 1 - - uid: 43380 + - uid: 67895 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-49.5 parent: 1 - - uid: 43381 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-65.5 - parent: 1 - - uid: 43382 + - uid: 67896 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-50.5 parent: 1 - - uid: 43383 + - uid: 67897 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-53.5 parent: 1 - - uid: 43384 + - uid: 67898 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-51.5 parent: 1 - - uid: 43385 + - uid: 67899 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-54.5 parent: 1 - - uid: 43386 + - uid: 67900 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-58.5 parent: 1 - - uid: 43387 + - uid: 67901 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-57.5 parent: 1 - - uid: 43388 + - uid: 67902 components: - type: Transform rot: 3.141592653589793 rad pos: -214.5,-78.5 parent: 1 - - uid: 43389 + - uid: 67903 components: - type: Transform rot: 3.141592653589793 rad pos: -224.5,-78.5 parent: 1 - - uid: 43390 + - uid: 67904 components: - type: Transform rot: 3.141592653589793 rad pos: -250.5,-90.5 parent: 1 - - uid: 43391 + - uid: 67905 components: - type: Transform rot: 3.141592653589793 rad pos: -204.5,-90.5 parent: 1 - - uid: 43392 + - uid: 67906 components: - type: Transform rot: 3.141592653589793 rad pos: -216.5,-90.5 parent: 1 - - uid: 43393 + - uid: 67907 components: - type: Transform rot: 3.141592653589793 rad pos: -207.5,-90.5 parent: 1 - - uid: 43394 + - uid: 67908 components: - type: Transform rot: 3.141592653589793 rad pos: -206.5,-90.5 parent: 1 - - uid: 43395 + - uid: 67909 components: - type: Transform rot: 3.141592653589793 rad pos: -209.5,-90.5 parent: 1 - - uid: 43396 + - uid: 67910 components: - type: Transform rot: 3.141592653589793 rad pos: -208.5,-90.5 parent: 1 - - uid: 43397 + - uid: 67911 components: - type: Transform rot: 3.141592653589793 rad pos: -211.5,-90.5 parent: 1 - - uid: 43398 + - uid: 67912 components: - type: Transform rot: 3.141592653589793 rad pos: -252.5,-90.5 parent: 1 - - uid: 43399 + - uid: 67913 components: - type: Transform rot: 3.141592653589793 rad pos: -257.5,-90.5 parent: 1 - - uid: 43400 + - uid: 67914 components: - type: Transform rot: 3.141592653589793 rad pos: -267.5,-90.5 parent: 1 - - uid: 43401 + - uid: 67915 components: - type: Transform rot: 3.141592653589793 rad pos: -243.5,-90.5 parent: 1 - - uid: 43402 + - uid: 67916 components: - type: Transform rot: 3.141592653589793 rad pos: -270.5,-90.5 parent: 1 - - uid: 43403 + - uid: 67917 components: - type: Transform rot: 3.141592653589793 rad pos: -246.5,-90.5 parent: 1 - - uid: 43404 + - uid: 67918 components: - type: Transform rot: 3.141592653589793 rad pos: -264.5,-90.5 parent: 1 - - uid: 43405 + - uid: 67919 components: - type: Transform rot: 3.141592653589793 rad pos: -274.5,-90.5 parent: 1 - - uid: 43406 + - uid: 67920 components: - type: Transform rot: 3.141592653589793 rad pos: -263.5,-90.5 parent: 1 - - uid: 43407 + - uid: 67921 components: - type: Transform rot: 3.141592653589793 rad pos: -265.5,-90.5 parent: 1 - - uid: 43408 + - uid: 67922 components: - type: Transform rot: 3.141592653589793 rad pos: -233.5,-78.5 parent: 1 - - uid: 43409 + - uid: 67923 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-36.5 parent: 1 - - uid: 43410 + - uid: 67924 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-42.5 parent: 1 - - uid: 43411 + - uid: 67925 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-35.5 parent: 1 - - uid: 43412 + - uid: 67926 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-41.5 parent: 1 - - uid: 43413 + - uid: 67927 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-34.5 parent: 1 - - uid: 43414 + - uid: 67928 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-43.5 parent: 1 - - uid: 43415 + - uid: 67929 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-39.5 parent: 1 - - uid: 43416 + - uid: 67930 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-38.5 parent: 1 - - uid: 43417 + - uid: 67931 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-37.5 parent: 1 - - uid: 43418 + - uid: 67932 components: - type: Transform rot: 3.141592653589793 rad pos: -218.5,-78.5 parent: 1 - - uid: 43419 + - uid: 67933 components: - type: Transform rot: 3.141592653589793 rad pos: -217.5,-78.5 parent: 1 - - uid: 43420 + - uid: 67934 components: - type: Transform rot: 3.141592653589793 rad pos: -226.5,-78.5 parent: 1 - - uid: 43421 + - uid: 67935 components: - type: Transform rot: 3.141592653589793 rad pos: -232.5,-78.5 parent: 1 - - uid: 43422 + - uid: 67936 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-56.5 parent: 1 - - uid: 43423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -277.5,-63.5 - parent: 1 - - uid: 43424 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -277.5,-64.5 - parent: 1 - - uid: 43425 + - uid: 67937 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-62.5 parent: 1 - - uid: 43426 + - uid: 67938 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-50.5 parent: 1 - - uid: 43427 + - uid: 67939 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-46.5 parent: 1 - - uid: 43428 + - uid: 67940 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-45.5 parent: 1 - - uid: 43429 + - uid: 67941 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-49.5 parent: 1 - - uid: 43430 + - uid: 67942 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-48.5 parent: 1 - - uid: 43431 + - uid: 67943 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-60.5 parent: 1 - - uid: 43432 + - uid: 67944 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-55.5 parent: 1 - - uid: 43433 + - uid: 67945 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-59.5 parent: 1 - - uid: 43434 + - uid: 67946 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-54.5 parent: 1 - - uid: 43435 + - uid: 67947 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-60.5 parent: 1 - - uid: 43436 + - uid: 67948 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-57.5 parent: 1 - - uid: 43437 + - uid: 67949 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-55.5 parent: 1 - - uid: 43438 + - uid: 67950 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-58.5 parent: 1 - - uid: 43439 + - uid: 67951 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-62.5 parent: 1 - - uid: 43440 + - uid: 67952 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-32.5 parent: 1 - - uid: 43441 + - uid: 67953 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-56.5 parent: 1 - - uid: 43442 + - uid: 67954 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-30.5 parent: 1 - - uid: 43443 + - uid: 67955 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-61.5 parent: 1 - - uid: 43444 + - uid: 67956 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-64.5 parent: 1 - - uid: 43445 + - uid: 67957 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-59.5 parent: 1 - - uid: 43446 + - uid: 67958 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-63.5 parent: 1 - - uid: 43447 + - uid: 67959 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-65.5 parent: 1 - - uid: 43448 + - uid: 67960 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-73.5 parent: 1 - - uid: 43449 + - uid: 67961 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-66.5 parent: 1 - - uid: 43450 + - uid: 67962 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-68.5 parent: 1 - - uid: 43451 + - uid: 67963 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-21.5 parent: 1 - - uid: 43452 + - uid: 67964 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-23.5 parent: 1 - - uid: 43453 + - uid: 67965 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-75.5 parent: 1 - - uid: 43454 + - uid: 67966 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-76.5 parent: 1 - - uid: 43455 + - uid: 67967 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-29.5 parent: 1 - - uid: 43456 + - uid: 67968 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-67.5 parent: 1 - - uid: 43457 + - uid: 67969 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-72.5 parent: 1 - - uid: 43458 + - uid: 67970 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-70.5 parent: 1 - - uid: 43459 + - uid: 67971 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-27.5 parent: 1 - - uid: 43460 + - uid: 67972 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-74.5 parent: 1 - - uid: 43461 + - uid: 67973 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-69.5 parent: 1 - - uid: 43462 + - uid: 67974 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-20.5 parent: 1 - - uid: 43463 + - uid: 67975 components: - type: Transform rot: 3.141592653589793 rad pos: -277.5,-28.5 parent: 1 - - uid: 43464 + - uid: 67976 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-78.5 parent: 1 - - uid: 43465 + - uid: 67977 components: - type: Transform rot: 3.141592653589793 rad pos: -240.5,-90.5 parent: 1 - - uid: 43466 + - uid: 67978 components: - type: Transform rot: 3.141592653589793 rad pos: -254.5,-78.5 parent: 1 - - uid: 43467 + - uid: 67979 components: - type: Transform rot: 3.141592653589793 rad pos: -224.5,-90.5 parent: 1 - - uid: 43468 + - uid: 67980 components: - type: Transform rot: 3.141592653589793 rad pos: -262.5,-90.5 parent: 1 - - uid: 43469 + - uid: 67981 components: - type: Transform rot: 3.141592653589793 rad pos: -260.5,-90.5 parent: 1 - - uid: 43470 + - uid: 67982 components: - type: Transform rot: 3.141592653589793 rad pos: -217.5,-90.5 parent: 1 - - uid: 43471 + - uid: 67983 components: - type: Transform rot: 3.141592653589793 rad pos: -259.5,-90.5 parent: 1 - - uid: 43472 + - uid: 67984 components: - type: Transform rot: 3.141592653589793 rad pos: -234.5,-90.5 parent: 1 - - uid: 43473 + - uid: 67985 components: - type: Transform rot: 3.141592653589793 rad pos: -235.5,-90.5 parent: 1 - - uid: 43474 + - uid: 67986 components: - type: Transform rot: 3.141592653589793 rad pos: -226.5,-90.5 parent: 1 - - uid: 43475 + - uid: 67987 components: - type: Transform rot: 3.141592653589793 rad pos: -206.5,-78.5 parent: 1 - - uid: 43476 + - uid: 67988 components: - type: Transform rot: 3.141592653589793 rad pos: -222.5,-90.5 parent: 1 - - uid: 43477 + - uid: 67989 components: - type: Transform rot: 3.141592653589793 rad pos: -239.5,-78.5 parent: 1 - - uid: 43478 + - uid: 67990 components: - type: Transform rot: 3.141592653589793 rad pos: -213.5,-90.5 parent: 1 - - uid: 43479 + - uid: 67991 components: - type: Transform rot: 3.141592653589793 rad pos: -212.5,-78.5 parent: 1 - - uid: 43480 + - uid: 67992 components: - type: Transform rot: 3.141592653589793 rad pos: -286.5,-82.5 parent: 1 - - uid: 43481 + - uid: 67993 components: - type: Transform pos: -213.5,-88.5 parent: 1 - - uid: 43482 + - uid: 67994 components: - type: Transform pos: -0.5,153.5 parent: 1 - - uid: 43483 + - uid: 67995 components: - type: Transform rot: -1.5707963267948966 rad pos: -288.5,-45.5 parent: 1 - - uid: 43484 + - uid: 67996 components: - type: Transform pos: -232.5,-88.5 parent: 1 - - uid: 43485 + - uid: 67997 components: - type: Transform pos: -231.5,-88.5 parent: 1 - - uid: 43486 + - uid: 67998 components: - type: Transform pos: -234.5,-88.5 parent: 1 - - uid: 43487 + - uid: 67999 components: - type: Transform pos: -233.5,-88.5 parent: 1 - - uid: 43488 + - uid: 68000 components: - type: Transform rot: 3.141592653589793 rad pos: -295.5,-40.5 parent: 1 - - uid: 43489 + - uid: 68001 components: - type: Transform rot: 3.141592653589793 rad pos: -278.5,-90.5 parent: 1 - - uid: 43490 + - uid: 68002 components: - type: Transform pos: -305.5,-30.5 parent: 1 - - uid: 43491 + - uid: 68003 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-60.5 parent: 1 - - uid: 43492 + - uid: 68004 components: - type: Transform pos: -289.5,-20.5 parent: 1 - - uid: 43493 + - uid: 68005 components: - type: Transform pos: -293.5,-81.5 parent: 1 - - uid: 43494 + - uid: 68006 components: - type: Transform rot: 3.141592653589793 rad pos: -223.5,-78.5 parent: 1 - - uid: 43495 + - uid: 68007 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-33.5 parent: 1 - - uid: 43496 + - uid: 68008 components: - type: Transform pos: -226.5,-80.5 parent: 1 - - uid: 43497 + - uid: 68009 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-57.5 parent: 1 - - uid: 43498 + - uid: 68010 components: - type: Transform pos: -300.5,-40.5 parent: 1 - - uid: 43499 + - uid: 68011 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-70.5 parent: 1 - - uid: 43500 + - uid: 68012 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-56.5 parent: 1 - - uid: 43501 + - uid: 68013 components: - type: Transform rot: -1.5707963267948966 rad pos: -274.5,-80.5 parent: 1 - - uid: 43502 + - uid: 68014 components: - type: Transform pos: -256.5,-88.5 parent: 1 - - uid: 43503 + - uid: 68015 components: - type: Transform pos: -259.5,-88.5 parent: 1 - - uid: 43504 + - uid: 68016 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-66.5 parent: 1 - - uid: 43505 + - uid: 68017 components: - type: Transform pos: -265.5,-80.5 parent: 1 - - uid: 43506 + - uid: 68018 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-66.5 parent: 1 - - uid: 43507 + - uid: 68019 components: - type: Transform pos: -255.5,-88.5 parent: 1 - - uid: 43508 + - uid: 68020 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-32.5 parent: 1 - - uid: 43509 + - uid: 68021 components: - type: Transform pos: -257.5,-88.5 parent: 1 - - uid: 43510 + - uid: 68022 components: - type: Transform pos: -214.5,-80.5 parent: 1 - - uid: 43511 + - uid: 68023 components: - type: Transform pos: -202.5,-88.5 parent: 1 - - uid: 43512 + - uid: 68024 components: - type: Transform pos: -203.5,-88.5 parent: 1 - - uid: 43513 + - uid: 68025 components: - type: Transform pos: -263.5,-80.5 parent: 1 - - uid: 43514 + - uid: 68026 components: - type: Transform pos: -225.5,-80.5 parent: 1 - - uid: 43515 + - uid: 68027 components: - type: Transform pos: -266.5,-80.5 parent: 1 - - uid: 43516 + - uid: 68028 components: - type: Transform pos: -201.5,-80.5 parent: 1 - - uid: 43517 + - uid: 68029 components: - type: Transform pos: -267.5,-80.5 parent: 1 - - uid: 43518 + - uid: 68030 components: - type: Transform pos: -264.5,-80.5 parent: 1 - - uid: 43519 + - uid: 68031 components: - type: Transform pos: -268.5,-80.5 parent: 1 - - uid: 43520 + - uid: 68032 components: - type: Transform pos: -201.5,-88.5 parent: 1 - - uid: 43521 + - uid: 68033 components: - type: Transform pos: -213.5,-80.5 parent: 1 - - uid: 43522 + - uid: 68034 components: - type: Transform pos: -225.5,-88.5 parent: 1 - - uid: 43523 + - uid: 68035 components: - type: Transform rot: -1.5707963267948966 rad pos: -277.5,-78.5 parent: 1 - - uid: 43524 + - uid: 68036 components: - type: Transform pos: -262.5,-80.5 parent: 1 - - uid: 43525 + - uid: 68037 components: - type: Transform pos: -200.5,-88.5 parent: 1 - - uid: 43526 + - uid: 68038 components: - type: Transform pos: -205.5,-88.5 parent: 1 - - uid: 43527 + - uid: 68039 components: - type: Transform pos: -200.5,-80.5 parent: 1 - - uid: 43528 + - uid: 68040 components: - type: Transform pos: -206.5,-88.5 parent: 1 - - uid: 43529 + - uid: 68041 components: - type: Transform pos: -207.5,-88.5 parent: 1 - - uid: 43530 + - uid: 68042 components: - type: Transform pos: -261.5,-80.5 parent: 1 - - uid: 43531 + - uid: 68043 components: - type: Transform pos: -215.5,-80.5 parent: 1 - - uid: 43532 + - uid: 68044 components: - type: Transform pos: -208.5,-88.5 parent: 1 - - uid: 43533 + - uid: 68045 components: - type: Transform pos: -209.5,-88.5 parent: 1 - - uid: 43534 + - uid: 68046 components: - type: Transform pos: -210.5,-88.5 parent: 1 - - uid: 43535 + - uid: 68047 components: - type: Transform pos: -211.5,-88.5 parent: 1 - - uid: 43536 + - uid: 68048 components: - type: Transform pos: -212.5,-88.5 parent: 1 - - uid: 43537 + - uid: 68049 components: - type: Transform pos: -202.5,-80.5 parent: 1 - - uid: 43538 + - uid: 68050 components: - type: Transform pos: -203.5,-80.5 parent: 1 - - uid: 43539 + - uid: 68051 components: - type: Transform pos: -204.5,-80.5 parent: 1 - - uid: 43540 + - uid: 68052 components: - type: Transform pos: -205.5,-80.5 parent: 1 - - uid: 43541 + - uid: 68053 components: - type: Transform pos: -206.5,-80.5 parent: 1 - - uid: 43542 + - uid: 68054 components: - type: Transform pos: -207.5,-80.5 parent: 1 - - uid: 43543 + - uid: 68055 components: - type: Transform pos: -209.5,-80.5 parent: 1 - - uid: 43544 + - uid: 68056 components: - type: Transform pos: -210.5,-80.5 parent: 1 - - uid: 43545 + - uid: 68057 components: - type: Transform pos: -211.5,-80.5 parent: 1 - - uid: 43546 + - uid: 68058 components: - type: Transform pos: -212.5,-80.5 parent: 1 - - uid: 43547 + - uid: 68059 components: - type: Transform rot: -1.5707963267948966 rad pos: -285.5,-82.5 parent: 1 - - uid: 43548 + - uid: 68060 components: - type: Transform rot: -1.5707963267948966 rad pos: -285.5,-83.5 parent: 1 - - uid: 43549 + - uid: 68061 components: - type: Transform pos: -227.5,-88.5 parent: 1 - - uid: 43550 + - uid: 68062 components: - type: Transform pos: -228.5,-88.5 parent: 1 - - uid: 43551 + - uid: 68063 components: - type: Transform pos: -229.5,-88.5 parent: 1 - - uid: 43552 + - uid: 68064 components: - type: Transform pos: -230.5,-88.5 parent: 1 - - uid: 43553 + - uid: 68065 components: - type: Transform pos: -214.5,-88.5 parent: 1 - - uid: 43554 + - uid: 68066 components: - type: Transform pos: -215.5,-88.5 parent: 1 - - uid: 43555 + - uid: 68067 components: - type: Transform pos: -216.5,-88.5 parent: 1 - - uid: 43556 + - uid: 68068 components: - type: Transform pos: -217.5,-88.5 parent: 1 - - uid: 43557 + - uid: 68069 components: - type: Transform pos: -218.5,-88.5 parent: 1 - - uid: 43558 + - uid: 68070 components: - type: Transform pos: -219.5,-88.5 parent: 1 - - uid: 43559 + - uid: 68071 components: - type: Transform pos: -220.5,-88.5 parent: 1 - - uid: 43560 + - uid: 68072 components: - type: Transform pos: -221.5,-88.5 parent: 1 - - uid: 43561 + - uid: 68073 components: - type: Transform pos: -222.5,-88.5 parent: 1 - - uid: 43562 + - uid: 68074 components: - type: Transform pos: -223.5,-88.5 parent: 1 - - uid: 43563 + - uid: 68075 components: - type: Transform pos: -224.5,-88.5 parent: 1 - - uid: 43564 + - uid: 68076 components: - type: Transform pos: -237.5,-88.5 parent: 1 - - uid: 43565 + - uid: 68077 components: - type: Transform pos: -239.5,-88.5 parent: 1 - - uid: 43566 + - uid: 68078 components: - type: Transform pos: -238.5,-88.5 parent: 1 - - uid: 43567 + - uid: 68079 components: - type: Transform pos: -216.5,-80.5 parent: 1 - - uid: 43568 + - uid: 68080 components: - type: Transform pos: -217.5,-80.5 parent: 1 - - uid: 43569 + - uid: 68081 components: - type: Transform pos: -218.5,-80.5 parent: 1 - - uid: 43570 + - uid: 68082 components: - type: Transform pos: -219.5,-80.5 parent: 1 - - uid: 43571 + - uid: 68083 components: - type: Transform pos: -220.5,-80.5 parent: 1 - - uid: 43572 + - uid: 68084 components: - type: Transform pos: -221.5,-80.5 parent: 1 - - uid: 43573 + - uid: 68085 components: - type: Transform pos: -222.5,-80.5 parent: 1 - - uid: 43574 + - uid: 68086 components: - type: Transform pos: -223.5,-80.5 parent: 1 - - uid: 43575 + - uid: 68087 components: - type: Transform pos: -224.5,-80.5 parent: 1 - - uid: 43576 + - uid: 68088 components: - type: Transform pos: -277.5,-88.5 parent: 1 - - uid: 43577 + - uid: 68089 components: - type: Transform pos: -240.5,-88.5 parent: 1 - - uid: 43578 + - uid: 68090 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-35.5 parent: 1 - - uid: 43579 + - uid: 68091 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-61.5 parent: 1 - - uid: 43580 + - uid: 68092 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-62.5 parent: 1 - - uid: 43581 + - uid: 68093 components: - type: Transform pos: -272.5,-88.5 parent: 1 - - uid: 43582 + - uid: 68094 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-75.5 parent: 1 - - uid: 43583 + - uid: 68095 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-69.5 parent: 1 - - uid: 43584 + - uid: 68096 components: - type: Transform pos: -227.5,-80.5 parent: 1 - - uid: 43585 + - uid: 68097 components: - type: Transform pos: -228.5,-80.5 parent: 1 - - uid: 43586 + - uid: 68098 components: - type: Transform pos: -229.5,-80.5 parent: 1 - - uid: 43587 + - uid: 68099 components: - type: Transform pos: -230.5,-80.5 parent: 1 - - uid: 43588 + - uid: 68100 components: - type: Transform pos: -231.5,-80.5 parent: 1 - - uid: 43589 + - uid: 68101 components: - type: Transform pos: -232.5,-80.5 parent: 1 - - uid: 43590 + - uid: 68102 components: - type: Transform pos: -233.5,-80.5 parent: 1 - - uid: 43591 + - uid: 68103 components: - type: Transform pos: -234.5,-80.5 parent: 1 - - uid: 43592 + - uid: 68104 components: - type: Transform pos: -235.5,-80.5 parent: 1 - - uid: 43593 + - uid: 68105 components: - type: Transform pos: -236.5,-80.5 parent: 1 - - uid: 43594 + - uid: 68106 components: - type: Transform pos: -237.5,-80.5 parent: 1 - - uid: 43595 + - uid: 68107 components: - type: Transform pos: -238.5,-80.5 parent: 1 - - uid: 43596 + - uid: 68108 components: - type: Transform pos: -239.5,-80.5 parent: 1 - - uid: 43597 + - uid: 68109 components: - type: Transform pos: -240.5,-80.5 parent: 1 - - uid: 43598 + - uid: 68110 components: - type: Transform pos: -241.5,-80.5 parent: 1 - - uid: 43599 + - uid: 68111 components: - type: Transform pos: -242.5,-80.5 parent: 1 - - uid: 43600 + - uid: 68112 components: - type: Transform pos: -243.5,-80.5 parent: 1 - - uid: 43601 + - uid: 68113 components: - type: Transform pos: -244.5,-80.5 parent: 1 - - uid: 43602 + - uid: 68114 components: - type: Transform pos: -245.5,-80.5 parent: 1 - - uid: 43603 + - uid: 68115 components: - type: Transform pos: -246.5,-80.5 parent: 1 - - uid: 43604 + - uid: 68116 components: - type: Transform pos: -247.5,-80.5 parent: 1 - - uid: 43605 + - uid: 68117 components: - type: Transform pos: -248.5,-80.5 parent: 1 - - uid: 43606 + - uid: 68118 components: - type: Transform pos: -249.5,-80.5 parent: 1 - - uid: 43607 + - uid: 68119 components: - type: Transform pos: -250.5,-80.5 parent: 1 - - uid: 43608 + - uid: 68120 components: - type: Transform pos: -251.5,-80.5 parent: 1 - - uid: 43609 + - uid: 68121 components: - type: Transform pos: -252.5,-80.5 parent: 1 - - uid: 43610 + - uid: 68122 components: - type: Transform pos: -241.5,-88.5 parent: 1 - - uid: 43611 + - uid: 68123 components: - type: Transform pos: -242.5,-88.5 parent: 1 - - uid: 43612 + - uid: 68124 components: - type: Transform pos: -243.5,-88.5 parent: 1 - - uid: 43613 + - uid: 68125 components: - type: Transform pos: -244.5,-88.5 parent: 1 - - uid: 43614 + - uid: 68126 components: - type: Transform pos: -245.5,-88.5 parent: 1 - - uid: 43615 + - uid: 68127 components: - type: Transform pos: -246.5,-88.5 parent: 1 - - uid: 43616 + - uid: 68128 components: - type: Transform pos: -247.5,-88.5 parent: 1 - - uid: 43617 + - uid: 68129 components: - type: Transform pos: -248.5,-88.5 parent: 1 - - uid: 43618 + - uid: 68130 components: - type: Transform pos: -249.5,-88.5 parent: 1 - - uid: 43619 + - uid: 68131 components: - type: Transform pos: -250.5,-88.5 parent: 1 - - uid: 43620 + - uid: 68132 components: - type: Transform pos: -251.5,-88.5 parent: 1 - - uid: 43621 + - uid: 68133 components: - type: Transform pos: -252.5,-88.5 parent: 1 - - uid: 43622 + - uid: 68134 components: - type: Transform pos: -254.5,-88.5 parent: 1 - - uid: 43623 + - uid: 68135 components: - type: Transform pos: -253.5,-88.5 parent: 1 - - uid: 43624 + - uid: 68136 components: - type: Transform pos: -253.5,-80.5 parent: 1 - - uid: 43625 + - uid: 68137 components: - type: Transform pos: -254.5,-80.5 parent: 1 - - uid: 43626 + - uid: 68138 components: - type: Transform pos: -255.5,-80.5 parent: 1 - - uid: 43627 + - uid: 68139 components: - type: Transform pos: -256.5,-80.5 parent: 1 - - uid: 43628 + - uid: 68140 components: - type: Transform pos: -257.5,-80.5 parent: 1 - - uid: 43629 + - uid: 68141 components: - type: Transform pos: -258.5,-80.5 parent: 1 - - uid: 43630 + - uid: 68142 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-64.5 parent: 1 - - uid: 43631 + - uid: 68143 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-67.5 parent: 1 - - uid: 43632 + - uid: 68144 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-51.5 parent: 1 - - uid: 43633 + - uid: 68145 components: - type: Transform pos: -260.5,-88.5 parent: 1 - - uid: 43634 + - uid: 68146 components: - type: Transform pos: -261.5,-88.5 parent: 1 - - uid: 43635 + - uid: 68147 components: - type: Transform pos: -262.5,-88.5 parent: 1 - - uid: 43636 + - uid: 68148 components: - type: Transform pos: -263.5,-88.5 parent: 1 - - uid: 43637 + - uid: 68149 components: - type: Transform pos: -264.5,-88.5 parent: 1 - - uid: 43638 + - uid: 68150 components: - type: Transform pos: -265.5,-88.5 parent: 1 - - uid: 43639 + - uid: 68151 components: - type: Transform pos: -266.5,-88.5 parent: 1 - - uid: 43640 + - uid: 68152 components: - type: Transform pos: -267.5,-88.5 parent: 1 - - uid: 43641 + - uid: 68153 components: - type: Transform pos: -268.5,-88.5 parent: 1 - - uid: 43642 + - uid: 68154 components: - type: Transform pos: -269.5,-88.5 parent: 1 - - uid: 43643 + - uid: 68155 components: - type: Transform pos: -270.5,-88.5 parent: 1 - - uid: 43644 + - uid: 68156 components: - type: Transform pos: -271.5,-88.5 parent: 1 - - uid: 43645 + - uid: 68157 components: - type: Transform pos: -260.5,-80.5 parent: 1 - - uid: 43646 + - uid: 68158 components: - type: Transform pos: -259.5,-80.5 parent: 1 - - uid: 43647 + - uid: 68159 components: - type: Transform pos: -300.5,-38.5 parent: 1 - - uid: 43648 + - uid: 68160 components: - type: Transform pos: -269.5,-80.5 parent: 1 - - uid: 43649 + - uid: 68161 components: - type: Transform pos: -270.5,-80.5 parent: 1 - - uid: 43650 + - uid: 68162 components: - type: Transform rot: 3.141592653589793 rad pos: -238.5,-78.5 parent: 1 - - uid: 43651 + - uid: 68163 components: - type: Transform rot: 3.141592653589793 rad pos: -275.5,-79.5 parent: 1 - - uid: 43652 + - uid: 68164 components: - type: Transform pos: -275.5,-88.5 parent: 1 - - uid: 43653 + - uid: 68165 components: - type: Transform pos: -274.5,-88.5 parent: 1 - - uid: 43654 + - uid: 68166 components: - type: Transform rot: -1.5707963267948966 rad pos: -278.5,-88.5 parent: 1 - - uid: 43655 + - uid: 68167 components: - type: Transform pos: -273.5,-88.5 parent: 1 - - uid: 43656 + - uid: 68168 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-60.5 parent: 1 - - uid: 43657 + - uid: 68169 components: - type: Transform rot: -1.5707963267948966 rad pos: -280.5,-88.5 parent: 1 - - uid: 43658 + - uid: 68170 components: - type: Transform pos: -298.5,-30.5 parent: 1 - - uid: 43659 + - uid: 68171 components: - type: Transform rot: -1.5707963267948966 rad pos: -296.5,-30.5 parent: 1 - - uid: 43660 + - uid: 68172 components: - type: Transform rot: -1.5707963267948966 rad pos: -277.5,-77.5 parent: 1 - - uid: 43661 + - uid: 68173 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-88.5 parent: 1 - - uid: 43662 + - uid: 68174 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,-68.5 parent: 1 - - uid: 43663 + - uid: 68175 components: - type: Transform pos: -298.5,-38.5 parent: 1 - - uid: 43664 + - uid: 68176 components: - type: Transform pos: -297.5,-38.5 parent: 1 - - uid: 43665 + - uid: 68177 components: - type: Transform rot: -1.5707963267948966 rad pos: -279.5,-72.5 parent: 1 - - uid: 43666 + - uid: 68178 components: - type: Transform rot: -1.5707963267948966 rad pos: -271.5,-80.5 parent: 1 - - uid: 43667 + - uid: 68179 components: - type: Transform rot: -1.5707963267948966 rad pos: -272.5,-80.5 parent: 1 - - uid: 43668 + - uid: 68180 components: - type: Transform rot: -1.5707963267948966 rad pos: -273.5,-80.5 parent: 1 - - uid: 43669 + - uid: 68181 components: - type: Transform pos: -300.5,-30.5 parent: 1 - - uid: 43670 + - uid: 68182 components: - type: Transform pos: -299.5,-38.5 parent: 1 - - uid: 43671 + - uid: 68183 components: - type: Transform pos: -298.5,-40.5 parent: 1 - - uid: 43672 + - uid: 68184 components: - type: Transform pos: -299.5,-40.5 parent: 1 - - uid: 43673 + - uid: 68185 components: - type: Transform pos: -290.5,-20.5 parent: 1 - - uid: 43674 + - uid: 68186 components: - type: Transform pos: -297.5,-30.5 parent: 1 - - uid: 43675 + - uid: 68187 components: - type: Transform pos: -289.5,-19.5 parent: 1 - - uid: 43676 + - uid: 68188 components: - type: Transform pos: -299.5,-30.5 parent: 1 - - uid: 43677 + - uid: 68189 components: - type: Transform pos: -304.5,-30.5 parent: 1 - - uid: 43678 + - uid: 68190 components: - type: Transform pos: -301.5,-38.5 parent: 1 - - uid: 43679 + - uid: 68191 components: - type: Transform pos: -301.5,-40.5 parent: 1 - - uid: 43680 + - uid: 68192 components: - type: Transform pos: -302.5,-38.5 parent: 1 - - uid: 43681 + - uid: 68193 components: - type: Transform pos: -303.5,-38.5 parent: 1 - - uid: 43682 + - uid: 68194 components: - type: Transform pos: -304.5,-38.5 parent: 1 - - uid: 43683 + - uid: 68195 components: - type: Transform pos: -305.5,-38.5 parent: 1 - - uid: 43684 + - uid: 68196 components: - type: Transform pos: -306.5,-38.5 parent: 1 - - uid: 43685 + - uid: 68197 components: - type: Transform pos: -307.5,-38.5 parent: 1 - - uid: 43686 + - uid: 68198 components: - type: Transform pos: -308.5,-38.5 parent: 1 - - uid: 43687 + - uid: 68199 components: - type: Transform pos: -309.5,-38.5 parent: 1 - - uid: 43688 + - uid: 68200 components: - type: Transform pos: -310.5,-38.5 parent: 1 - - uid: 43689 + - uid: 68201 components: - type: Transform pos: -311.5,-38.5 parent: 1 - - uid: 43690 + - uid: 68202 components: - type: Transform pos: -312.5,-38.5 parent: 1 - - uid: 43691 + - uid: 68203 components: - type: Transform pos: -313.5,-38.5 parent: 1 - - uid: 43692 + - uid: 68204 components: - type: Transform pos: -302.5,-40.5 parent: 1 - - uid: 43693 + - uid: 68205 components: - type: Transform pos: -303.5,-40.5 parent: 1 - - uid: 43694 + - uid: 68206 components: - type: Transform pos: -304.5,-40.5 parent: 1 - - uid: 43695 + - uid: 68207 components: - type: Transform pos: -305.5,-40.5 parent: 1 - - uid: 43696 + - uid: 68208 components: - type: Transform pos: -306.5,-40.5 parent: 1 - - uid: 43697 + - uid: 68209 components: - type: Transform pos: -307.5,-40.5 parent: 1 - - uid: 43698 + - uid: 68210 components: - type: Transform pos: -308.5,-40.5 parent: 1 - - uid: 43699 + - uid: 68211 components: - type: Transform pos: -309.5,-40.5 parent: 1 - - uid: 43700 + - uid: 68212 components: - type: Transform pos: -310.5,-40.5 parent: 1 - - uid: 43701 + - uid: 68213 components: - type: Transform pos: -311.5,-40.5 parent: 1 - - uid: 43702 + - uid: 68214 components: - type: Transform pos: -312.5,-40.5 parent: 1 - - uid: 43703 + - uid: 68215 components: - type: Transform pos: -313.5,-40.5 parent: 1 - - uid: 43704 + - uid: 68216 components: - type: Transform pos: -301.5,-30.5 parent: 1 - - uid: 43705 + - uid: 68217 components: - type: Transform pos: -302.5,-30.5 parent: 1 - - uid: 43706 + - uid: 68218 components: - type: Transform pos: -303.5,-30.5 parent: 1 - - uid: 43707 + - uid: 68219 components: - type: Transform pos: -303.5,-28.5 parent: 1 - - uid: 43708 + - uid: 68220 components: - type: Transform pos: -302.5,-28.5 parent: 1 - - uid: 43709 + - uid: 68221 components: - type: Transform pos: -301.5,-28.5 parent: 1 - - uid: 43710 + - uid: 68222 components: - type: Transform pos: -299.5,-28.5 parent: 1 - - uid: 43711 + - uid: 68223 components: - type: Transform pos: -300.5,-28.5 parent: 1 - - uid: 43712 + - uid: 68224 components: - type: Transform pos: -298.5,-28.5 parent: 1 - - uid: 43713 + - uid: 68225 components: - type: Transform pos: -297.5,-28.5 parent: 1 - - uid: 43714 + - uid: 68226 components: - type: Transform pos: -296.5,-28.5 parent: 1 - - uid: 43715 + - uid: 68227 components: - type: Transform pos: -295.5,-28.5 parent: 1 - - uid: 43716 + - uid: 68228 components: - type: Transform pos: -294.5,-28.5 parent: 1 - - uid: 43717 + - uid: 68229 components: - type: Transform pos: -294.5,-27.5 parent: 1 - - uid: 43718 + - uid: 68230 components: - type: Transform pos: -293.5,-27.5 parent: 1 - - uid: 43719 + - uid: 68231 components: - type: Transform pos: -292.5,-26.5 parent: 1 - - uid: 43720 + - uid: 68232 components: - type: Transform pos: -293.5,-26.5 parent: 1 - - uid: 43721 + - uid: 68233 components: - type: Transform pos: -292.5,-25.5 parent: 1 - - uid: 43722 + - uid: 68234 components: - type: Transform pos: -292.5,-24.5 parent: 1 - - uid: 43723 + - uid: 68235 components: - type: Transform pos: -291.5,-24.5 parent: 1 - - uid: 43724 + - uid: 68236 components: - type: Transform pos: -291.5,-23.5 parent: 1 - - uid: 43725 + - uid: 68237 components: - type: Transform pos: -291.5,-22.5 parent: 1 - - uid: 43726 + - uid: 68238 components: - type: Transform pos: -290.5,-22.5 parent: 1 - - uid: 43727 + - uid: 68239 components: - type: Transform pos: -290.5,-21.5 parent: 1 - - uid: 43728 + - uid: 68240 components: - type: Transform pos: -304.5,-28.5 parent: 1 - - uid: 43729 + - uid: 68241 components: - type: Transform rot: 3.141592653589793 rad pos: -220.5,-92.5 parent: 1 - - uid: 44300 + - uid: 68242 components: - type: Transform pos: -287.5,-16.5 parent: 1 - - uid: 44341 + - uid: 68243 components: - type: Transform pos: -279.5,4.5 parent: 1 - - uid: 44351 + - uid: 68244 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,4.5 parent: 1 - - uid: 44354 + - uid: 68245 components: - type: Transform pos: -287.5,-4.5 parent: 1 - - uid: 44370 + - uid: 68246 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,64.5 parent: 1 - - uid: 44371 - components: - - type: Transform - pos: -279.5,-1.5 - parent: 1 - - uid: 44374 + - uid: 68247 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,45.5 parent: 1 - - uid: 44401 + - uid: 68248 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,22.5 parent: 1 - - uid: 44403 + - uid: 68249 components: - type: Transform pos: -287.5,44.5 parent: 1 - - uid: 44406 + - uid: 68250 components: - type: Transform pos: -287.5,-18.5 parent: 1 - - uid: 44408 + - uid: 68251 components: - type: Transform pos: -279.5,2.5 parent: 1 - - uid: 44409 + - uid: 68252 components: - type: Transform pos: -287.5,-1.5 parent: 1 - - uid: 44410 + - uid: 68253 components: - type: Transform pos: -287.5,-2.5 parent: 1 - - uid: 44411 + - uid: 68254 components: - type: Transform rot: -1.5707963267948966 rad pos: -288.5,65.5 parent: 1 - - uid: 44413 + - uid: 68255 components: - type: Transform pos: -279.5,1.5 parent: 1 - - uid: 44414 + - uid: 68256 components: - type: Transform pos: -287.5,-3.5 parent: 1 - - uid: 44416 + - uid: 68257 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,39.5 parent: 1 - - uid: 44417 + - uid: 68258 components: - type: Transform pos: -287.5,-5.5 parent: 1 - - uid: 44421 + - uid: 68259 components: - type: Transform pos: -279.5,3.5 parent: 1 - - uid: 44422 + - uid: 68260 components: - type: Transform pos: -287.5,-0.5 parent: 1 - - uid: 44423 + - uid: 68261 components: - type: Transform pos: -287.5,-19.5 parent: 1 - - uid: 44424 + - uid: 68262 components: - type: Transform rot: -1.5707963267948966 rad pos: -289.5,68.5 parent: 1 - - uid: 44425 + - uid: 68263 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,3.5 parent: 1 - - uid: 44426 + - uid: 68264 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,44.5 parent: 1 - - uid: 44427 + - uid: 68265 components: - type: Transform pos: -287.5,-11.5 parent: 1 - - uid: 44428 + - uid: 68266 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,17.5 parent: 1 - - uid: 44430 + - uid: 68267 components: - type: Transform pos: -279.5,46.5 parent: 1 - - uid: 44432 + - uid: 68268 components: - type: Transform pos: -279.5,45.5 parent: 1 - - uid: 44433 + - uid: 68269 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,7.5 parent: 1 - - uid: 44435 + - uid: 68270 components: - type: Transform pos: -287.5,-6.5 parent: 1 - - uid: 44436 + - uid: 68271 components: - type: Transform pos: -287.5,45.5 parent: 1 - - uid: 44437 + - uid: 68272 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,28.5 parent: 1 - - uid: 44438 + - uid: 68273 components: - type: Transform rot: -1.5707963267948966 rad pos: -289.5,67.5 parent: 1 - - uid: 44439 + - uid: 68274 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,2.5 parent: 1 - - uid: 44440 + - uid: 68275 components: - type: Transform pos: -287.5,-17.5 parent: 1 - - uid: 44441 + - uid: 68276 components: - type: Transform rot: -1.5707963267948966 rad pos: -288.5,66.5 parent: 1 - - uid: 44442 + - uid: 68277 components: - type: Transform pos: -287.5,-15.5 parent: 1 - - uid: 44443 + - uid: 68278 components: - type: Transform rot: -1.5707963267948966 rad pos: -290.5,71.5 parent: 1 - - uid: 44444 + - uid: 68279 components: - type: Transform pos: -279.5,-19.5 parent: 1 - - uid: 44445 + - uid: 68280 components: - type: Transform pos: -279.5,44.5 parent: 1 - - uid: 44446 + - uid: 68281 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,94.5 parent: 1 - - uid: 44448 + - uid: 68282 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,69.5 parent: 1 - - uid: 44451 + - uid: 68283 components: - type: Transform rot: 1.5707963267948966 rad pos: -294.5,70.5 parent: 1 - - uid: 44452 - components: - - type: Transform - pos: -279.5,0.5 - parent: 1 - - uid: 44453 + - uid: 68284 components: - type: Transform rot: -1.5707963267948966 rad pos: -288.5,67.5 parent: 1 - - uid: 44454 + - uid: 68285 components: - type: Transform rot: -1.5707963267948966 rad pos: -289.5,69.5 parent: 1 - - uid: 44455 + - uid: 68286 components: - type: Transform pos: -287.5,-12.5 parent: 1 - - uid: 44456 + - uid: 68287 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,88.5 parent: 1 - - uid: 44457 + - uid: 68288 components: - type: Transform pos: -287.5,-13.5 parent: 1 - - uid: 44458 + - uid: 68289 components: - type: Transform pos: -287.5,-14.5 parent: 1 - - uid: 44459 + - uid: 68290 components: - type: Transform pos: -287.5,-10.5 parent: 1 - - uid: 44460 + - uid: 68291 components: - type: Transform pos: -287.5,-9.5 parent: 1 - - uid: 44461 + - uid: 68292 components: - type: Transform pos: -287.5,-8.5 parent: 1 - - uid: 44462 + - uid: 68293 components: - type: Transform pos: -287.5,-7.5 parent: 1 - - uid: 44463 + - uid: 68294 components: - type: Transform pos: -279.5,49.5 parent: 1 - - uid: 44464 + - uid: 68295 components: - type: Transform pos: -279.5,50.5 parent: 1 - - uid: 44465 + - uid: 68296 components: - type: Transform pos: -279.5,48.5 parent: 1 - - uid: 44466 + - uid: 68297 components: - type: Transform pos: -279.5,-18.5 parent: 1 - - uid: 44467 + - uid: 68298 components: - type: Transform pos: -279.5,-17.5 parent: 1 - - uid: 44468 + - uid: 68299 components: - type: Transform pos: -279.5,-16.5 parent: 1 - - uid: 44469 + - uid: 68300 components: - type: Transform pos: -279.5,-15.5 parent: 1 - - uid: 44470 + - uid: 68301 components: - type: Transform pos: -279.5,-14.5 parent: 1 - - uid: 44471 + - uid: 68302 components: - type: Transform pos: -279.5,-13.5 parent: 1 - - uid: 44472 + - uid: 68303 components: - type: Transform pos: -279.5,-12.5 parent: 1 - - uid: 44473 + - uid: 68304 components: - type: Transform pos: -279.5,-11.5 parent: 1 - - uid: 44474 + - uid: 68305 components: - type: Transform pos: -279.5,-10.5 parent: 1 - - uid: 44475 + - uid: 68306 components: - type: Transform pos: -279.5,-9.5 parent: 1 - - uid: 44476 + - uid: 68307 components: - type: Transform pos: -279.5,-8.5 parent: 1 - - uid: 44477 + - uid: 68308 components: - type: Transform pos: -279.5,-7.5 parent: 1 - - uid: 44478 + - uid: 68309 components: - type: Transform pos: -279.5,-6.5 parent: 1 - - uid: 44479 + - uid: 68310 components: - type: Transform pos: -279.5,-5.5 parent: 1 - - uid: 44480 + - uid: 68311 components: - type: Transform pos: -279.5,-4.5 parent: 1 - - uid: 44481 + - uid: 68312 components: - type: Transform pos: -279.5,-3.5 parent: 1 - - uid: 44483 + - uid: 68313 components: - type: Transform rot: -1.5707963267948966 rad pos: -292.5,73.5 parent: 1 - - uid: 44484 + - uid: 68314 components: - type: Transform rot: -1.5707963267948966 rad pos: -292.5,72.5 parent: 1 - - uid: 44487 + - uid: 68315 components: - type: Transform rot: -1.5707963267948966 rad pos: -291.5,72.5 parent: 1 - - uid: 44489 + - uid: 68316 components: - type: Transform rot: -1.5707963267948966 rad pos: -292.5,82.5 parent: 1 - - uid: 44490 + - uid: 68317 components: - type: Transform rot: -1.5707963267948966 rad pos: -291.5,82.5 parent: 1 - - uid: 44492 + - uid: 68318 components: - type: Transform rot: -1.5707963267948966 rad pos: -291.5,83.5 parent: 1 - - uid: 44493 + - uid: 68319 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,67.5 parent: 1 - - uid: 44494 + - uid: 68320 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-2.5 parent: 1 - - uid: 44496 + - uid: 68321 components: - type: Transform rot: -1.5707963267948966 rad pos: -290.5,83.5 parent: 1 - - uid: 44499 + - uid: 68322 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-6.5 parent: 1 - - uid: 44500 + - uid: 68323 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,24.5 parent: 1 - - uid: 44501 + - uid: 68324 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,16.5 parent: 1 - - uid: 44502 + - uid: 68325 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,5.5 parent: 1 - - uid: 44507 + - uid: 68326 components: - type: Transform rot: 3.141592653589793 rad pos: -293.5,81.5 parent: 1 - - uid: 44508 + - uid: 68327 components: - type: Transform pos: -287.5,2.5 parent: 1 - - uid: 44509 + - uid: 68328 components: - type: Transform pos: -287.5,3.5 parent: 1 - - uid: 44510 + - uid: 68329 components: - type: Transform pos: -287.5,4.5 parent: 1 - - uid: 44511 + - uid: 68330 components: - type: Transform pos: -287.5,5.5 parent: 1 - - uid: 44512 + - uid: 68331 components: - type: Transform pos: -287.5,6.5 parent: 1 - - uid: 44513 + - uid: 68332 components: - type: Transform pos: -287.5,7.5 parent: 1 - - uid: 44514 + - uid: 68333 components: - type: Transform pos: -287.5,8.5 parent: 1 - - uid: 44515 + - uid: 68334 components: - type: Transform pos: -287.5,9.5 parent: 1 - - uid: 44516 + - uid: 68335 components: - type: Transform pos: -287.5,10.5 parent: 1 - - uid: 44517 + - uid: 68336 components: - type: Transform pos: -287.5,11.5 parent: 1 - - uid: 44518 + - uid: 68337 components: - type: Transform pos: -287.5,12.5 parent: 1 - - uid: 44519 + - uid: 68338 components: - type: Transform pos: -287.5,13.5 parent: 1 - - uid: 44520 + - uid: 68339 components: - type: Transform pos: -287.5,14.5 parent: 1 - - uid: 44521 + - uid: 68340 components: - type: Transform pos: -287.5,15.5 parent: 1 - - uid: 44522 + - uid: 68341 components: - type: Transform pos: -287.5,16.5 parent: 1 - - uid: 44523 + - uid: 68342 components: - type: Transform pos: -287.5,17.5 parent: 1 - - uid: 44524 + - uid: 68343 components: - type: Transform pos: -287.5,18.5 parent: 1 - - uid: 44525 + - uid: 68344 components: - type: Transform pos: -287.5,19.5 parent: 1 - - uid: 44526 + - uid: 68345 components: - type: Transform pos: -287.5,20.5 parent: 1 - - uid: 44527 + - uid: 68346 components: - type: Transform pos: -287.5,21.5 parent: 1 - - uid: 44528 + - uid: 68347 components: - type: Transform pos: -287.5,22.5 parent: 1 - - uid: 44529 + - uid: 68348 components: - type: Transform pos: -287.5,23.5 parent: 1 - - uid: 44530 + - uid: 68349 components: - type: Transform pos: -287.5,24.5 parent: 1 - - uid: 44531 + - uid: 68350 components: - type: Transform pos: -287.5,25.5 parent: 1 - - uid: 44532 + - uid: 68351 components: - type: Transform pos: -287.5,26.5 parent: 1 - - uid: 44533 + - uid: 68352 components: - type: Transform pos: -287.5,27.5 parent: 1 - - uid: 44534 + - uid: 68353 components: - type: Transform pos: -287.5,28.5 parent: 1 - - uid: 44535 + - uid: 68354 components: - type: Transform pos: -287.5,29.5 parent: 1 - - uid: 44536 + - uid: 68355 components: - type: Transform pos: -287.5,30.5 parent: 1 - - uid: 44537 + - uid: 68356 components: - type: Transform pos: -287.5,31.5 parent: 1 - - uid: 44538 + - uid: 68357 components: - type: Transform pos: -287.5,32.5 parent: 1 - - uid: 44539 + - uid: 68358 components: - type: Transform pos: -287.5,33.5 parent: 1 - - uid: 44540 + - uid: 68359 components: - type: Transform pos: -287.5,34.5 parent: 1 - - uid: 44541 + - uid: 68360 components: - type: Transform pos: -287.5,35.5 parent: 1 - - uid: 44542 + - uid: 68361 components: - type: Transform pos: -287.5,36.5 parent: 1 - - uid: 44543 + - uid: 68362 components: - type: Transform pos: -287.5,37.5 parent: 1 - - uid: 44544 + - uid: 68363 components: - type: Transform pos: -287.5,38.5 parent: 1 - - uid: 44545 + - uid: 68364 components: - type: Transform pos: -287.5,39.5 parent: 1 - - uid: 44546 + - uid: 68365 components: - type: Transform pos: -287.5,40.5 parent: 1 - - uid: 44547 + - uid: 68366 components: - type: Transform pos: -287.5,41.5 parent: 1 - - uid: 44548 + - uid: 68367 components: - type: Transform pos: -287.5,42.5 parent: 1 - - uid: 44549 + - uid: 68368 components: - type: Transform pos: -287.5,43.5 parent: 1 - - uid: 44550 + - uid: 68369 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,51.5 parent: 1 - - uid: 44552 + - uid: 68370 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,19.5 parent: 1 - - uid: 44554 + - uid: 68371 components: - type: Transform rot: -1.5707963267948966 rad pos: -290.5,69.5 parent: 1 - - uid: 44557 + - uid: 68372 components: - type: Transform pos: -279.5,7.5 parent: 1 - - uid: 44558 + - uid: 68373 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,13.5 parent: 1 - - uid: 44559 + - uid: 68374 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-6.5 parent: 1 - - uid: 44560 + - uid: 68375 components: - type: Transform pos: -279.5,8.5 parent: 1 - - uid: 44561 + - uid: 68376 components: - type: Transform pos: -279.5,9.5 parent: 1 - - uid: 44562 + - uid: 68377 components: - type: Transform pos: -279.5,10.5 parent: 1 - - uid: 44563 + - uid: 68378 components: - type: Transform pos: -279.5,11.5 parent: 1 - - uid: 44564 + - uid: 68379 components: - type: Transform pos: -279.5,12.5 parent: 1 - - uid: 44565 + - uid: 68380 components: - type: Transform pos: -279.5,13.5 parent: 1 - - uid: 44566 + - uid: 68381 components: - type: Transform pos: -279.5,14.5 parent: 1 - - uid: 44567 + - uid: 68382 components: - type: Transform pos: -279.5,15.5 parent: 1 - - uid: 44568 + - uid: 68383 components: - type: Transform pos: -279.5,16.5 parent: 1 - - uid: 44569 + - uid: 68384 components: - type: Transform pos: -279.5,17.5 parent: 1 - - uid: 44570 + - uid: 68385 components: - type: Transform pos: -279.5,18.5 parent: 1 - - uid: 44571 + - uid: 68386 components: - type: Transform pos: -279.5,19.5 parent: 1 - - uid: 44572 + - uid: 68387 components: - type: Transform pos: -279.5,20.5 parent: 1 - - uid: 44573 + - uid: 68388 components: - type: Transform pos: -279.5,21.5 parent: 1 - - uid: 44574 + - uid: 68389 components: - type: Transform pos: -279.5,22.5 parent: 1 - - uid: 44575 + - uid: 68390 components: - type: Transform pos: -279.5,23.5 parent: 1 - - uid: 44576 + - uid: 68391 components: - type: Transform pos: -279.5,24.5 parent: 1 - - uid: 44577 + - uid: 68392 components: - type: Transform pos: -279.5,25.5 parent: 1 - - uid: 44578 + - uid: 68393 components: - type: Transform pos: -279.5,26.5 parent: 1 - - uid: 44579 + - uid: 68394 components: - type: Transform pos: -279.5,27.5 parent: 1 - - uid: 44580 + - uid: 68395 components: - type: Transform pos: -279.5,28.5 parent: 1 - - uid: 44581 + - uid: 68396 components: - type: Transform pos: -279.5,29.5 parent: 1 - - uid: 44582 + - uid: 68397 components: - type: Transform pos: -279.5,30.5 parent: 1 - - uid: 44583 + - uid: 68398 components: - type: Transform pos: -279.5,31.5 parent: 1 - - uid: 44584 + - uid: 68399 components: - type: Transform pos: -279.5,32.5 parent: 1 - - uid: 44585 + - uid: 68400 components: - type: Transform pos: -279.5,33.5 parent: 1 - - uid: 44586 + - uid: 68401 components: - type: Transform pos: -279.5,34.5 parent: 1 - - uid: 44587 + - uid: 68402 components: - type: Transform pos: -279.5,35.5 parent: 1 - - uid: 44588 + - uid: 68403 components: - type: Transform pos: -279.5,36.5 parent: 1 - - uid: 44589 + - uid: 68404 components: - type: Transform pos: -279.5,37.5 parent: 1 - - uid: 44590 + - uid: 68405 components: - type: Transform pos: -279.5,38.5 parent: 1 - - uid: 44591 + - uid: 68406 components: - type: Transform pos: -279.5,39.5 parent: 1 - - uid: 44592 + - uid: 68407 components: - type: Transform pos: -279.5,40.5 parent: 1 - - uid: 44593 + - uid: 68408 components: - type: Transform pos: -279.5,41.5 parent: 1 - - uid: 44594 + - uid: 68409 components: - type: Transform pos: -279.5,42.5 parent: 1 - - uid: 44595 + - uid: 68410 components: - type: Transform pos: -279.5,43.5 parent: 1 - - uid: 44600 + - uid: 68411 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,61.5 parent: 1 - - uid: 44602 + - uid: 68412 components: - type: Transform rot: -1.5707963267948966 rad pos: -287.5,65.5 parent: 1 - - uid: 44606 + - uid: 68413 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,36.5 parent: 1 - - uid: 44608 + - uid: 68414 components: - type: Transform rot: -1.5707963267948966 rad pos: -290.5,70.5 parent: 1 - - uid: 44610 + - uid: 68415 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,93.5 parent: 1 - - uid: 44612 + - uid: 68416 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,42.5 parent: 1 - - uid: 44613 + - uid: 68417 components: - type: Transform pos: -287.5,47.5 parent: 1 - - uid: 44614 + - uid: 68418 components: - type: Transform pos: -287.5,48.5 parent: 1 - - uid: 44615 + - uid: 68419 components: - type: Transform pos: -287.5,49.5 parent: 1 - - uid: 44616 + - uid: 68420 components: - type: Transform pos: -287.5,50.5 parent: 1 - - uid: 44617 + - uid: 68421 components: - type: Transform pos: -287.5,51.5 parent: 1 - - uid: 44618 + - uid: 68422 components: - type: Transform pos: -287.5,52.5 parent: 1 - - uid: 44619 + - uid: 68423 components: - type: Transform pos: -287.5,53.5 parent: 1 - - uid: 44620 + - uid: 68424 components: - type: Transform pos: -287.5,54.5 parent: 1 - - uid: 44621 + - uid: 68425 components: - type: Transform pos: -287.5,55.5 parent: 1 - - uid: 44622 + - uid: 68426 components: - type: Transform pos: -287.5,56.5 parent: 1 - - uid: 44623 + - uid: 68427 components: - type: Transform pos: -287.5,57.5 parent: 1 - - uid: 44624 + - uid: 68428 components: - type: Transform pos: -287.5,58.5 parent: 1 - - uid: 44625 + - uid: 68429 components: - type: Transform pos: -287.5,59.5 parent: 1 - - uid: 44626 + - uid: 68430 components: - type: Transform pos: -287.5,60.5 parent: 1 - - uid: 44627 + - uid: 68431 components: - type: Transform pos: -287.5,61.5 parent: 1 - - uid: 44628 + - uid: 68432 components: - type: Transform pos: -287.5,62.5 parent: 1 - - uid: 44629 + - uid: 68433 components: - type: Transform pos: -287.5,63.5 parent: 1 - - uid: 44630 + - uid: 68434 components: - type: Transform pos: -287.5,64.5 parent: 1 - - uid: 44631 + - uid: 68435 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,89.5 parent: 1 - - uid: 44640 + - uid: 68436 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-4.5 parent: 1 - - uid: 44641 + - uid: 68437 components: - type: Transform pos: -279.5,51.5 parent: 1 - - uid: 44642 + - uid: 68438 components: - type: Transform pos: -279.5,52.5 parent: 1 - - uid: 44643 + - uid: 68439 components: - type: Transform pos: -279.5,53.5 parent: 1 - - uid: 44644 + - uid: 68440 components: - type: Transform pos: -279.5,54.5 parent: 1 - - uid: 44645 + - uid: 68441 components: - type: Transform pos: -279.5,55.5 parent: 1 - - uid: 44646 + - uid: 68442 components: - type: Transform pos: -279.5,56.5 parent: 1 - - uid: 44647 + - uid: 68443 components: - type: Transform pos: -279.5,57.5 parent: 1 - - uid: 44648 + - uid: 68444 components: - type: Transform pos: -279.5,58.5 parent: 1 - - uid: 44649 + - uid: 68445 components: - type: Transform pos: -279.5,59.5 parent: 1 - - uid: 44650 + - uid: 68446 components: - type: Transform pos: -279.5,60.5 parent: 1 - - uid: 44651 + - uid: 68447 components: - type: Transform pos: -279.5,61.5 parent: 1 - - uid: 44652 + - uid: 68448 components: - type: Transform pos: -279.5,62.5 parent: 1 - - uid: 44653 + - uid: 68449 components: - type: Transform pos: -279.5,63.5 parent: 1 - - uid: 44654 + - uid: 68450 components: - type: Transform pos: -279.5,64.5 parent: 1 - - uid: 44655 + - uid: 68451 components: - type: Transform pos: -279.5,65.5 parent: 1 - - uid: 44656 + - uid: 68452 components: - type: Transform pos: -279.5,66.5 parent: 1 - - uid: 44657 + - uid: 68453 components: - type: Transform pos: -279.5,67.5 parent: 1 - - uid: 44658 + - uid: 68454 components: - type: Transform pos: -279.5,68.5 parent: 1 - - uid: 44659 + - uid: 68455 components: - type: Transform pos: -279.5,69.5 parent: 1 - - uid: 44660 + - uid: 68456 components: - type: Transform pos: -279.5,70.5 parent: 1 - - uid: 44661 + - uid: 68457 components: - type: Transform pos: -279.5,71.5 parent: 1 - - uid: 44662 + - uid: 68458 components: - type: Transform pos: -279.5,72.5 parent: 1 - - uid: 44663 + - uid: 68459 components: - type: Transform pos: -279.5,73.5 parent: 1 - - uid: 44664 + - uid: 68460 components: - type: Transform pos: -279.5,74.5 parent: 1 - - uid: 44665 + - uid: 68461 components: - type: Transform pos: -279.5,75.5 parent: 1 - - uid: 44666 + - uid: 68462 components: - type: Transform pos: -279.5,76.5 parent: 1 - - uid: 44667 + - uid: 68463 components: - type: Transform pos: -279.5,77.5 parent: 1 - - uid: 44668 + - uid: 68464 components: - type: Transform pos: -279.5,78.5 parent: 1 - - uid: 44669 + - uid: 68465 components: - type: Transform pos: -279.5,79.5 parent: 1 - - uid: 44670 + - uid: 68466 components: - type: Transform pos: -279.5,80.5 parent: 1 - - uid: 44671 + - uid: 68467 components: - type: Transform pos: -279.5,81.5 parent: 1 - - uid: 44672 + - uid: 68468 components: - type: Transform pos: -279.5,82.5 parent: 1 - - uid: 44673 + - uid: 68469 components: - type: Transform pos: -279.5,83.5 parent: 1 - - uid: 44676 + - uid: 68470 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,86.5 parent: 1 - - uid: 44677 + - uid: 68471 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,85.5 parent: 1 - - uid: 44678 + - uid: 68472 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,87.5 parent: 1 - - uid: 44679 + - uid: 68473 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,89.5 parent: 1 - - uid: 44680 + - uid: 68474 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,88.5 parent: 1 - - uid: 44681 + - uid: 68475 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,90.5 parent: 1 - - uid: 44682 + - uid: 68476 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,24.5 parent: 1 - - uid: 44683 + - uid: 68477 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,27.5 parent: 1 - - uid: 44684 + - uid: 68478 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,93.5 parent: 1 - - uid: 44685 + - uid: 68479 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-3.5 parent: 1 - - uid: 44686 + - uid: 68480 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,48.5 parent: 1 - - uid: 44687 + - uid: 68481 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-15.5 parent: 1 - - uid: 44688 + - uid: 68482 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,43.5 parent: 1 - - uid: 44689 + - uid: 68483 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,46.5 parent: 1 - - uid: 44690 + - uid: 68484 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,37.5 parent: 1 - - uid: 44692 + - uid: 68485 components: - type: Transform rot: -1.5707963267948966 rad pos: -291.5,71.5 parent: 1 - - uid: 44693 + - uid: 68486 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,10.5 parent: 1 - - uid: 44694 + - uid: 68487 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-16.5 parent: 1 - - uid: 44696 + - uid: 68488 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,38.5 parent: 1 - - uid: 44699 + - uid: 68489 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-0.5 parent: 1 - - uid: 44700 + - uid: 68490 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,91.5 parent: 1 - - uid: 44701 + - uid: 68491 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,92.5 parent: 1 - - uid: 44702 + - uid: 68492 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,66.5 parent: 1 - - uid: 44703 + - uid: 68493 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,14.5 parent: 1 - - uid: 44704 + - uid: 68494 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,49.5 parent: 1 - - uid: 44706 + - uid: 68495 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,0.5 parent: 1 - - uid: 44707 + - uid: 68496 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,40.5 parent: 1 - - uid: 44709 + - uid: 68497 components: - type: Transform rot: -1.5707963267948966 rad pos: -292.5,81.5 parent: 1 - - uid: 44712 + - uid: 68498 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,53.5 parent: 1 - - uid: 44717 + - uid: 68499 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,25.5 parent: 1 - - uid: 44719 + - uid: 68500 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,84.5 parent: 1 - - uid: 44721 + - uid: 68501 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,84.5 parent: 1 - - uid: 44722 + - uid: 68502 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,85.5 parent: 1 - - uid: 44724 + - uid: 68503 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,89.5 parent: 1 - - uid: 44725 + - uid: 68504 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,90.5 parent: 1 - - uid: 44726 + - uid: 68505 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,86.5 parent: 1 - - uid: 44727 + - uid: 68506 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,85.5 parent: 1 - - uid: 44728 + - uid: 68507 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,87.5 parent: 1 - - uid: 44729 + - uid: 68508 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,87.5 parent: 1 - - uid: 44731 + - uid: 68509 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,33.5 parent: 1 - - uid: 44734 + - uid: 68510 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,1.5 parent: 1 - - uid: 44736 + - uid: 68511 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,12.5 parent: 1 - - uid: 44737 + - uid: 68512 components: - type: Transform rot: 1.5707963267948966 rad pos: -293.5,70.5 parent: 1 - - uid: 44739 + - uid: 68513 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,15.5 parent: 1 - - uid: 44740 + - uid: 68514 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,91.5 parent: 1 - - uid: 44741 + - uid: 68515 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,92.5 parent: 1 - - uid: 44742 + - uid: 68516 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,93.5 parent: 1 - - uid: 44743 + - uid: 68517 components: - type: Transform rot: 3.141592653589793 rad pos: -279.5,94.5 parent: 1 - - uid: 44744 + - uid: 68518 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,50.5 parent: 1 - - uid: 44745 + - uid: 68519 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,9.5 parent: 1 - - uid: 44746 + - uid: 68520 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,18.5 parent: 1 - - uid: 44747 + - uid: 68521 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-18.5 parent: 1 - - uid: 44748 + - uid: 68522 components: - type: Transform rot: 1.5707963267948966 rad pos: -296.5,71.5 parent: 1 - - uid: 44749 + - uid: 68523 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-5.5 parent: 1 - - uid: 44750 + - uid: 68524 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,30.5 parent: 1 - - uid: 44751 + - uid: 68525 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,23.5 parent: 1 - - uid: 44752 + - uid: 68526 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,63.5 parent: 1 - - uid: 44753 + - uid: 68527 components: - type: Transform rot: 1.5707963267948966 rad pos: -294.5,73.5 parent: 1 - - uid: 44754 + - uid: 68528 components: - type: Transform rot: 1.5707963267948966 rad pos: -292.5,69.5 parent: 1 - - uid: 44755 + - uid: 68529 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,50.5 parent: 1 - - uid: 44756 + - uid: 68530 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-1.5 parent: 1 - - uid: 44760 + - uid: 68531 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,8.5 parent: 1 - - uid: 44761 + - uid: 68532 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,63.5 parent: 1 - - uid: 44762 + - uid: 68533 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,21.5 parent: 1 - - uid: 44763 + - uid: 68534 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,39.5 parent: 1 - - uid: 44764 + - uid: 68535 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,51.5 parent: 1 - - uid: 44765 + - uid: 68536 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,44.5 parent: 1 - - uid: 44766 + - uid: 68537 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,56.5 parent: 1 - - uid: 44767 + - uid: 68538 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,20.5 parent: 1 - - uid: 44768 + - uid: 68539 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,62.5 parent: 1 - - uid: 44770 + - uid: 68540 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,62.5 parent: 1 - - uid: 44771 + - uid: 68541 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,52.5 parent: 1 - - uid: 44772 + - uid: 68542 components: - type: Transform rot: 3.141592653589793 rad pos: -294.5,81.5 parent: 1 - - uid: 44773 + - uid: 68543 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-7.5 parent: 1 - - uid: 44774 + - uid: 68544 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,11.5 parent: 1 - - uid: 44775 + - uid: 68545 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,32.5 parent: 1 - - uid: 44777 + - uid: 68546 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,65.5 parent: 1 - - uid: 44778 + - uid: 68547 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,34.5 parent: 1 - - uid: 44779 + - uid: 68548 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,35.5 parent: 1 - - uid: 44780 + - uid: 68549 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,61.5 parent: 1 - - uid: 44781 + - uid: 68550 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-16.5 parent: 1 - - uid: 44782 + - uid: 68551 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-9.5 parent: 1 - - uid: 44783 + - uid: 68552 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-8.5 parent: 1 - - uid: 44785 + - uid: 68553 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-18.5 parent: 1 - - uid: 44786 + - uid: 68554 components: - type: Transform rot: 1.5707963267948966 rad pos: -295.5,73.5 parent: 1 - - uid: 44787 + - uid: 68555 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,31.5 parent: 1 - - uid: 44788 + - uid: 68556 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-13.5 parent: 1 - - uid: 44789 + - uid: 68557 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-14.5 parent: 1 - - uid: 44790 + - uid: 68558 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-12.5 parent: 1 - - uid: 44792 + - uid: 68559 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-11.5 parent: 1 - - uid: 44797 + - uid: 68560 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,54.5 parent: 1 - - uid: 44798 + - uid: 68561 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,47.5 parent: 1 - - uid: 44799 + - uid: 68562 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,53.5 parent: 1 - - uid: 44800 + - uid: 68563 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-10.5 parent: 1 - - uid: 44801 + - uid: 68564 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-17.5 parent: 1 - - uid: 44804 + - uid: 68565 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,26.5 parent: 1 - - uid: 44805 + - uid: 68566 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,52.5 parent: 1 - - uid: 44806 + - uid: 68567 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,27.5 parent: 1 - - uid: 44807 + - uid: 68568 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,94.5 parent: 1 - - uid: 44808 + - uid: 68569 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,46.5 parent: 1 - - uid: 44812 + - uid: 68570 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,48.5 parent: 1 - - uid: 44813 + - uid: 68571 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,38.5 parent: 1 - - uid: 44814 + - uid: 68572 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,26.5 parent: 1 - - uid: 44815 + - uid: 68573 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,36.5 parent: 1 - - uid: 44816 + - uid: 68574 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,37.5 parent: 1 - - uid: 44817 + - uid: 68575 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,34.5 parent: 1 - - uid: 44818 + - uid: 68576 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,25.5 parent: 1 - - uid: 44819 + - uid: 68577 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,35.5 parent: 1 - - uid: 44820 + - uid: 68578 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,32.5 parent: 1 - - uid: 44821 + - uid: 68579 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,33.5 parent: 1 - - uid: 44822 + - uid: 68580 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,31.5 parent: 1 - - uid: 44823 + - uid: 68581 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,29.5 parent: 1 - - uid: 44824 + - uid: 68582 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,30.5 parent: 1 - - uid: 44825 + - uid: 68583 components: - type: Transform rot: 1.5707963267948966 rad pos: -292.5,68.5 parent: 1 - - uid: 44829 + - uid: 68584 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-10.5 parent: 1 - - uid: 44830 + - uid: 68585 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-9.5 parent: 1 - - uid: 44835 + - uid: 68586 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-8.5 parent: 1 - - uid: 44837 + - uid: 68587 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-17.5 parent: 1 - - uid: 44838 + - uid: 68588 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,0.5 parent: 1 - - uid: 44840 + - uid: 68589 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-2.5 parent: 1 - - uid: 44841 + - uid: 68590 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,12.5 parent: 1 - - uid: 44842 + - uid: 68591 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-3.5 parent: 1 - - uid: 44843 + - uid: 68592 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,29.5 parent: 1 - - uid: 44844 + - uid: 68593 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,14.5 parent: 1 - - uid: 44845 + - uid: 68594 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,15.5 parent: 1 - - uid: 44846 + - uid: 68595 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,11.5 parent: 1 - - uid: 44847 + - uid: 68596 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,13.5 parent: 1 - - uid: 44848 + - uid: 68597 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,10.5 parent: 1 - - uid: 44849 + - uid: 68598 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,5.5 parent: 1 - - uid: 44850 + - uid: 68599 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-0.5 parent: 1 - - uid: 44851 + - uid: 68600 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,3.5 parent: 1 - - uid: 44852 + - uid: 68601 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,4.5 parent: 1 - - uid: 44853 + - uid: 68602 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,9.5 parent: 1 - - uid: 44854 + - uid: 68603 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-1.5 parent: 1 - - uid: 44855 + - uid: 68604 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,2.5 parent: 1 - - uid: 44856 + - uid: 68605 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,7.5 parent: 1 - - uid: 44857 + - uid: 68606 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,8.5 parent: 1 - - uid: 44858 + - uid: 68607 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,6.5 parent: 1 - - uid: 44859 + - uid: 68608 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,1.5 parent: 1 - - uid: 44860 + - uid: 68609 components: - type: Transform rot: 1.5707963267948966 rad pos: -290.5,65.5 parent: 1 - - uid: 44861 + - uid: 68610 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-7.5 parent: 1 - - uid: 44862 + - uid: 68611 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,41.5 parent: 1 - - uid: 44863 + - uid: 68612 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,58.5 parent: 1 - - uid: 44864 + - uid: 68613 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,57.5 parent: 1 - - uid: 44865 + - uid: 68614 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,54.5 parent: 1 - - uid: 44866 + - uid: 68615 components: - type: Transform rot: 1.5707963267948966 rad pos: -290.5,63.5 parent: 1 - - uid: 44867 + - uid: 68616 components: - type: Transform rot: 1.5707963267948966 rad pos: -291.5,67.5 parent: 1 - - uid: 44869 + - uid: 68617 components: - type: Transform rot: 1.5707963267948966 rad pos: -292.5,67.5 parent: 1 - - uid: 44870 + - uid: 68618 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,40.5 parent: 1 - - uid: 44871 + - uid: 68619 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,42.5 parent: 1 - - uid: 44872 + - uid: 68620 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,-19.5 parent: 1 - - uid: 44873 + - uid: 68621 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-12.5 parent: 1 - - uid: 44874 + - uid: 68622 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-13.5 parent: 1 - - uid: 44876 + - uid: 68623 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-11.5 parent: 1 - - uid: 44880 + - uid: 68624 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,43.5 parent: 1 - - uid: 44881 + - uid: 68625 components: - type: Transform rot: 1.5707963267948966 rad pos: -291.5,65.5 parent: 1 - - uid: 44884 + - uid: 68626 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,68.5 parent: 1 - - uid: 44886 + - uid: 68627 components: - type: Transform rot: 3.141592653589793 rad pos: -294.5,83.5 parent: 1 - - uid: 44887 + - uid: 68628 components: - type: Transform rot: 3.141592653589793 rad pos: -293.5,84.5 parent: 1 - - uid: 44890 + - uid: 68629 components: - type: Transform rot: 1.5707963267948966 rad pos: -295.5,71.5 parent: 1 - - uid: 44891 + - uid: 68630 components: - type: Transform rot: 1.5707963267948966 rad pos: -296.5,73.5 parent: 1 - - uid: 44892 + - uid: 68631 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,60.5 parent: 1 - - uid: 44893 + - uid: 68632 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,49.5 parent: 1 - - uid: 44899 + - uid: 68633 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,92.5 parent: 1 - - uid: 44902 + - uid: 68634 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,47.5 parent: 1 - - uid: 44903 + - uid: 68635 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,45.5 parent: 1 - - uid: 44905 + - uid: 68636 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,28.5 parent: 1 - - uid: 44915 + - uid: 68637 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,74.5 parent: 1 - - uid: 44918 + - uid: 68638 components: - type: Transform rot: 3.141592653589793 rad pos: -295.5,83.5 parent: 1 - - uid: 44919 + - uid: 68639 components: - type: Transform rot: 3.141592653589793 rad pos: -295.5,81.5 parent: 1 - - uid: 44920 + - uid: 68640 components: - type: Transform rot: 3.141592653589793 rad pos: -292.5,85.5 parent: 1 - - uid: 44921 + - uid: 68641 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,88.5 parent: 1 - - uid: 44922 + - uid: 68642 components: - type: Transform rot: 3.141592653589793 rad pos: -292.5,86.5 parent: 1 - - uid: 44924 + - uid: 68643 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,91.5 parent: 1 - - uid: 44925 + - uid: 68644 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,91.5 parent: 1 - - uid: 44926 + - uid: 68645 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,90.5 parent: 1 - - uid: 44927 + - uid: 68646 components: - type: Transform rot: 3.141592653589793 rad pos: -294.5,84.5 parent: 1 - - uid: 44928 + - uid: 68647 components: - type: Transform rot: 3.141592653589793 rad pos: -293.5,85.5 parent: 1 - - uid: 44929 + - uid: 68648 components: - type: Transform rot: 3.141592653589793 rad pos: -292.5,87.5 parent: 1 - - uid: 44933 + - uid: 68649 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,55.5 parent: 1 - - uid: 44934 + - uid: 68650 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,57.5 parent: 1 - - uid: 44935 + - uid: 68651 components: - type: Transform rot: 1.5707963267948966 rad pos: -289.5,-5.5 parent: 1 - - uid: 44936 + - uid: 68652 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,58.5 parent: 1 - - uid: 44937 + - uid: 68653 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,59.5 parent: 1 - - uid: 44938 + - uid: 68654 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,56.5 parent: 1 - - uid: 44939 + - uid: 68655 components: - type: Transform rot: 1.5707963267948966 rad pos: -291.5,66.5 parent: 1 - - uid: 44940 + - uid: 68656 components: - type: Transform rot: 1.5707963267948966 rad pos: -290.5,64.5 parent: 1 - - uid: 44941 + - uid: 68657 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,73.5 parent: 1 - - uid: 44942 + - uid: 68658 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,72.5 parent: 1 - - uid: 44943 + - uid: 68659 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,75.5 parent: 1 - - uid: 44944 + - uid: 68660 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,78.5 parent: 1 - - uid: 44945 + - uid: 68661 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,77.5 parent: 1 - - uid: 44946 + - uid: 68662 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,76.5 parent: 1 - - uid: 44947 + - uid: 68663 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,79.5 parent: 1 - - uid: 44948 + - uid: 68664 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,80.5 parent: 1 - - uid: 44949 + - uid: 68665 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,70.5 parent: 1 - - uid: 44950 + - uid: 68666 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,71.5 parent: 1 - - uid: 44951 + - uid: 68667 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,81.5 parent: 1 - - uid: 44952 + - uid: 68668 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,82.5 parent: 1 - - uid: 44953 + - uid: 68669 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,83.5 parent: 1 - - uid: 44954 + - uid: 68670 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,84.5 parent: 1 - - uid: 44955 + - uid: 68671 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,85.5 parent: 1 - - uid: 44956 + - uid: 68672 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,86.5 parent: 1 - - uid: 44957 + - uid: 68673 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,87.5 parent: 1 - - uid: 44958 + - uid: 68674 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,88.5 parent: 1 - - uid: 44959 + - uid: 68675 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,89.5 parent: 1 - - uid: 44960 + - uid: 68676 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,90.5 parent: 1 - - uid: 44961 + - uid: 68677 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,91.5 parent: 1 - - uid: 44962 + - uid: 68678 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,92.5 parent: 1 - - uid: 44963 + - uid: 68679 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,93.5 parent: 1 - - uid: 44964 + - uid: 68680 components: - type: Transform rot: 1.5707963267948966 rad pos: -277.5,94.5 parent: 1 - - uid: 45060 + - uid: 68681 components: - type: Transform pos: -299.5,71.5 parent: 1 - - uid: 45061 - components: - - type: Transform - pos: -349.5,71.5 - parent: 1 - - uid: 45066 - components: - - type: Transform - pos: -349.5,72.5 - parent: 1 - - uid: 45095 - components: - - type: Transform - pos: -343.5,83.5 - parent: 1 - - uid: 45103 + - uid: 68682 components: - type: Transform pos: -302.5,81.5 parent: 1 - - uid: 45113 - components: - - type: Transform - pos: -349.5,83.5 - parent: 1 - - uid: 45121 - components: - - type: Transform - pos: -349.5,82.5 - parent: 1 - - uid: 45124 + - uid: 68683 components: - type: Transform pos: -298.5,71.5 parent: 1 - - uid: 45126 - components: - - type: Transform - pos: -345.5,83.5 - parent: 1 - - uid: 45127 - components: - - type: Transform - pos: -346.5,83.5 - parent: 1 - - uid: 45128 + - uid: 68684 components: - type: Transform pos: -297.5,81.5 parent: 1 - - uid: 45157 - components: - - type: Transform - pos: -349.5,73.5 - parent: 1 - - uid: 45168 + - uid: 68685 components: - type: Transform pos: -303.5,81.5 parent: 1 - - uid: 45172 + - uid: 68686 components: - type: Transform pos: -300.5,71.5 parent: 1 - - uid: 45173 + - uid: 68687 components: - type: Transform pos: -299.5,81.5 parent: 1 - - uid: 45175 + - uid: 68688 components: - type: Transform pos: -297.5,71.5 parent: 1 - - uid: 45180 - components: - - type: Transform - pos: -344.5,83.5 - parent: 1 - - uid: 45186 - components: - - type: Transform - pos: -349.5,81.5 - parent: 1 - - uid: 45187 + - uid: 68689 components: - type: Transform pos: -297.5,73.5 parent: 1 - - uid: 45190 + - uid: 68690 components: - type: Transform pos: -298.5,73.5 parent: 1 - - uid: 45193 + - uid: 68691 components: - type: Transform pos: -301.5,81.5 parent: 1 - - uid: 45194 + - uid: 68692 components: - type: Transform pos: -300.5,81.5 parent: 1 - - uid: 45197 + - uid: 68693 components: - type: Transform pos: -301.5,71.5 parent: 1 - - uid: 45206 + - uid: 68694 components: - type: Transform pos: -299.5,73.5 parent: 1 - - uid: 45207 + - uid: 68695 components: - type: Transform pos: -300.5,73.5 parent: 1 - - uid: 45208 + - uid: 68696 components: - type: Transform pos: -301.5,73.5 parent: 1 - - uid: 45209 + - uid: 68697 components: - type: Transform pos: -302.5,73.5 parent: 1 - - uid: 45210 + - uid: 68698 components: - type: Transform pos: -303.5,73.5 parent: 1 - - uid: 45211 + - uid: 68699 components: - type: Transform pos: -304.5,73.5 parent: 1 - - uid: 45212 + - uid: 68700 components: - type: Transform pos: -305.5,73.5 parent: 1 - - uid: 45213 + - uid: 68701 components: - type: Transform pos: -306.5,73.5 parent: 1 - - uid: 45214 + - uid: 68702 components: - type: Transform pos: -307.5,73.5 parent: 1 - - uid: 45215 + - uid: 68703 components: - type: Transform pos: -308.5,73.5 parent: 1 - - uid: 45216 + - uid: 68704 components: - type: Transform pos: -309.5,73.5 parent: 1 - - uid: 45217 + - uid: 68705 components: - type: Transform pos: -310.5,73.5 parent: 1 - - uid: 45218 + - uid: 68706 components: - type: Transform pos: -311.5,73.5 parent: 1 - - uid: 45219 + - uid: 68707 components: - type: Transform pos: -312.5,73.5 parent: 1 - - uid: 45220 + - uid: 68708 components: - type: Transform pos: -313.5,73.5 parent: 1 - - uid: 45221 + - uid: 68709 components: - type: Transform pos: -314.5,73.5 parent: 1 - - uid: 45222 + - uid: 68710 components: - type: Transform pos: -315.5,73.5 parent: 1 - - uid: 45223 + - uid: 68711 components: - type: Transform pos: -316.5,73.5 parent: 1 - - uid: 45224 + - uid: 68712 components: - type: Transform pos: -317.5,73.5 parent: 1 - - uid: 45225 + - uid: 68713 components: - type: Transform pos: -318.5,73.5 parent: 1 - - uid: 45226 + - uid: 68714 components: - type: Transform pos: -319.5,73.5 parent: 1 - - uid: 45227 + - uid: 68715 components: - type: Transform pos: -320.5,73.5 parent: 1 - - uid: 45228 + - uid: 68716 components: - type: Transform pos: -321.5,73.5 parent: 1 - - uid: 45229 + - uid: 68717 components: - type: Transform pos: -322.5,73.5 parent: 1 - - uid: 45230 + - uid: 68718 components: - type: Transform pos: -323.5,73.5 parent: 1 - - uid: 45231 + - uid: 68719 components: - type: Transform pos: -324.5,73.5 parent: 1 - - uid: 45232 + - uid: 68720 components: - type: Transform pos: -325.5,73.5 parent: 1 - - uid: 45233 + - uid: 68721 components: - type: Transform pos: -326.5,73.5 parent: 1 - - uid: 45234 - components: - - type: Transform - pos: -327.5,73.5 - parent: 1 - - uid: 45235 - components: - - type: Transform - pos: -328.5,73.5 - parent: 1 - - uid: 45236 - components: - - type: Transform - pos: -329.5,73.5 - parent: 1 - - uid: 45237 - components: - - type: Transform - pos: -330.5,73.5 - parent: 1 - - uid: 45238 - components: - - type: Transform - pos: -331.5,73.5 - parent: 1 - - uid: 45239 - components: - - type: Transform - pos: -332.5,73.5 - parent: 1 - - uid: 45240 - components: - - type: Transform - pos: -333.5,73.5 - parent: 1 - - uid: 45241 - components: - - type: Transform - pos: -334.5,73.5 - parent: 1 - - uid: 45246 - components: - - type: Transform - pos: -340.5,83.5 - parent: 1 - - uid: 45247 - components: - - type: Transform - pos: -302.5,71.5 - parent: 1 - - uid: 45248 - components: - - type: Transform - pos: -303.5,71.5 - parent: 1 - - uid: 45249 - components: - - type: Transform - pos: -304.5,71.5 - parent: 1 - - uid: 45250 - components: - - type: Transform - pos: -305.5,71.5 - parent: 1 - - uid: 45251 - components: - - type: Transform - pos: -306.5,71.5 - parent: 1 - - uid: 45252 - components: - - type: Transform - pos: -307.5,71.5 - parent: 1 - - uid: 45253 - components: - - type: Transform - pos: -308.5,71.5 - parent: 1 - - uid: 45254 - components: - - type: Transform - pos: -309.5,71.5 - parent: 1 - - uid: 45255 - components: - - type: Transform - pos: -310.5,71.5 - parent: 1 - - uid: 45256 - components: - - type: Transform - pos: -311.5,71.5 - parent: 1 - - uid: 45257 - components: - - type: Transform - pos: -312.5,71.5 - parent: 1 - - uid: 45258 - components: - - type: Transform - pos: -313.5,71.5 - parent: 1 - - uid: 45259 - components: - - type: Transform - pos: -314.5,71.5 - parent: 1 - - uid: 45260 - components: - - type: Transform - pos: -315.5,71.5 - parent: 1 - - uid: 45261 - components: - - type: Transform - pos: -316.5,71.5 - parent: 1 - - uid: 45262 - components: - - type: Transform - pos: -317.5,71.5 - parent: 1 - - uid: 45263 - components: - - type: Transform - pos: -318.5,71.5 - parent: 1 - - uid: 45264 - components: - - type: Transform - pos: -319.5,71.5 - parent: 1 - - uid: 45265 - components: - - type: Transform - pos: -320.5,71.5 - parent: 1 - - uid: 45266 - components: - - type: Transform - pos: -321.5,71.5 - parent: 1 - - uid: 45267 - components: - - type: Transform - pos: -322.5,71.5 - parent: 1 - - uid: 45268 - components: - - type: Transform - pos: -323.5,71.5 - parent: 1 - - uid: 45269 - components: - - type: Transform - pos: -324.5,71.5 - parent: 1 - - uid: 45270 - components: - - type: Transform - pos: -325.5,71.5 - parent: 1 - - uid: 45271 - components: - - type: Transform - pos: -326.5,71.5 - parent: 1 - - uid: 45272 - components: - - type: Transform - pos: -327.5,71.5 - parent: 1 - - uid: 45273 - components: - - type: Transform - pos: -328.5,71.5 - parent: 1 - - uid: 45274 - components: - - type: Transform - pos: -329.5,71.5 - parent: 1 - - uid: 45275 - components: - - type: Transform - pos: -330.5,71.5 - parent: 1 - - uid: 45276 - components: - - type: Transform - pos: -331.5,71.5 - parent: 1 - - uid: 45277 - components: - - type: Transform - pos: -332.5,71.5 - parent: 1 - - uid: 45278 - components: - - type: Transform - pos: -333.5,71.5 - parent: 1 - - uid: 45279 - components: - - type: Transform - pos: -334.5,71.5 - parent: 1 - - uid: 45287 - components: - - type: Transform - pos: -341.5,83.5 - parent: 1 - - uid: 45288 - components: - - type: Transform - pos: -342.5,83.5 - parent: 1 - - uid: 45293 - components: - - type: Transform - pos: -339.5,83.5 - parent: 1 - - uid: 45294 - components: - - type: Transform - pos: -338.5,83.5 - parent: 1 - - uid: 45300 - components: - - type: Transform - pos: -298.5,81.5 - parent: 1 - - uid: 45301 - components: - - type: Transform - pos: -296.5,81.5 - parent: 1 - - uid: 45302 - components: - - type: Transform - pos: -304.5,81.5 - parent: 1 - - uid: 45303 - components: - - type: Transform - pos: -305.5,81.5 - parent: 1 - - uid: 45304 - components: - - type: Transform - pos: -306.5,81.5 - parent: 1 - - uid: 45305 - components: - - type: Transform - pos: -307.5,81.5 - parent: 1 - - uid: 45306 - components: - - type: Transform - pos: -308.5,81.5 - parent: 1 - - uid: 45307 - components: - - type: Transform - pos: -309.5,81.5 - parent: 1 - - uid: 45308 - components: - - type: Transform - pos: -310.5,81.5 - parent: 1 - - uid: 45309 - components: - - type: Transform - pos: -311.5,81.5 - parent: 1 - - uid: 45310 - components: - - type: Transform - pos: -312.5,81.5 - parent: 1 - - uid: 45311 - components: - - type: Transform - pos: -313.5,81.5 - parent: 1 - - uid: 45312 - components: - - type: Transform - pos: -314.5,81.5 - parent: 1 - - uid: 45313 - components: - - type: Transform - pos: -315.5,81.5 - parent: 1 - - uid: 45314 - components: - - type: Transform - pos: -316.5,81.5 - parent: 1 - - uid: 45315 - components: - - type: Transform - pos: -317.5,81.5 - parent: 1 - - uid: 45316 - components: - - type: Transform - pos: -318.5,81.5 - parent: 1 - - uid: 45317 - components: - - type: Transform - pos: -319.5,81.5 - parent: 1 - - uid: 45318 - components: - - type: Transform - pos: -320.5,81.5 - parent: 1 - - uid: 45319 - components: - - type: Transform - pos: -321.5,81.5 - parent: 1 - - uid: 45320 - components: - - type: Transform - pos: -322.5,81.5 - parent: 1 - - uid: 45321 - components: - - type: Transform - pos: -323.5,81.5 - parent: 1 - - uid: 45322 - components: - - type: Transform - pos: -324.5,81.5 - parent: 1 - - uid: 45323 - components: - - type: Transform - pos: -325.5,81.5 - parent: 1 - - uid: 45324 - components: - - type: Transform - pos: -326.5,81.5 - parent: 1 - - uid: 45325 - components: - - type: Transform - pos: -327.5,81.5 - parent: 1 - - uid: 45326 - components: - - type: Transform - pos: -328.5,81.5 - parent: 1 - - uid: 45327 - components: - - type: Transform - pos: -329.5,81.5 - parent: 1 - - uid: 45328 - components: - - type: Transform - pos: -330.5,81.5 - parent: 1 - - uid: 45329 - components: - - type: Transform - pos: -331.5,81.5 - parent: 1 - - uid: 45330 - components: - - type: Transform - pos: -332.5,81.5 - parent: 1 - - uid: 45331 - components: - - type: Transform - pos: -333.5,81.5 - parent: 1 - - uid: 45332 - components: - - type: Transform - pos: -334.5,81.5 - parent: 1 - - uid: 45333 - components: - - type: Transform - pos: -335.5,81.5 - parent: 1 - - uid: 45334 - components: - - type: Transform - pos: -336.5,81.5 - parent: 1 - - uid: 45335 - components: - - type: Transform - pos: -337.5,81.5 - parent: 1 - - uid: 45336 - components: - - type: Transform - pos: -338.5,81.5 - parent: 1 - - uid: 45337 - components: - - type: Transform - pos: -339.5,81.5 - parent: 1 - - uid: 45338 - components: - - type: Transform - pos: -340.5,81.5 - parent: 1 - - uid: 45339 - components: - - type: Transform - pos: -341.5,81.5 - parent: 1 - - uid: 45340 - components: - - type: Transform - pos: -342.5,81.5 - parent: 1 - - uid: 45341 - components: - - type: Transform - pos: -343.5,81.5 - parent: 1 - - uid: 45342 + - uid: 68722 components: - type: Transform - pos: -344.5,81.5 + pos: -327.5,73.5 parent: 1 - - uid: 45343 + - uid: 68723 components: - type: Transform - pos: -345.5,81.5 + pos: -328.5,73.5 parent: 1 - - uid: 45344 + - uid: 68724 components: - type: Transform - pos: -348.5,83.5 + pos: -329.5,73.5 parent: 1 - - uid: 45345 + - uid: 68725 components: - type: Transform - pos: -347.5,81.5 + pos: -330.5,73.5 parent: 1 - - uid: 45346 + - uid: 68726 components: - type: Transform - pos: -348.5,81.5 + pos: -331.5,73.5 parent: 1 - - uid: 45347 + - uid: 68727 components: - type: Transform - pos: -335.5,73.5 + pos: -332.5,73.5 parent: 1 - - uid: 45348 + - uid: 68728 components: - type: Transform - pos: -336.5,73.5 + pos: -333.5,73.5 parent: 1 - - uid: 45349 + - uid: 68729 components: - type: Transform - pos: -337.5,73.5 + pos: -334.5,73.5 parent: 1 - - uid: 45350 + - uid: 68730 components: - type: Transform - pos: -338.5,73.5 + pos: -340.5,83.5 parent: 1 - - uid: 45351 + - uid: 68731 components: - type: Transform - pos: -339.5,73.5 + pos: -302.5,71.5 parent: 1 - - uid: 45352 + - uid: 68732 components: - type: Transform - pos: -340.5,73.5 + pos: -303.5,71.5 parent: 1 - - uid: 45353 + - uid: 68733 components: - type: Transform - pos: -341.5,73.5 + pos: -304.5,71.5 parent: 1 - - uid: 45354 + - uid: 68734 components: - type: Transform - pos: -342.5,73.5 + pos: -305.5,71.5 parent: 1 - - uid: 45355 + - uid: 68735 components: - type: Transform - pos: -343.5,73.5 + pos: -306.5,71.5 parent: 1 - - uid: 45356 + - uid: 68736 components: - type: Transform - pos: -344.5,73.5 + pos: -307.5,71.5 parent: 1 - - uid: 45357 + - uid: 68737 components: - type: Transform - pos: -345.5,73.5 + pos: -308.5,71.5 parent: 1 - - uid: 45358 + - uid: 68738 components: - type: Transform - pos: -347.5,83.5 + pos: -309.5,71.5 parent: 1 - - uid: 45359 + - uid: 68739 components: - type: Transform - pos: -347.5,73.5 + pos: -310.5,71.5 parent: 1 - - uid: 45360 + - uid: 68740 components: - type: Transform - pos: -348.5,73.5 + pos: -311.5,71.5 parent: 1 - - uid: 45361 + - uid: 68741 components: - type: Transform - pos: -348.5,71.5 + pos: -312.5,71.5 parent: 1 - - uid: 45362 + - uid: 68742 components: - type: Transform - pos: -347.5,71.5 + pos: -313.5,71.5 parent: 1 - - uid: 45363 + - uid: 68743 components: - type: Transform - pos: -346.5,71.5 + pos: -314.5,71.5 parent: 1 - - uid: 45364 + - uid: 68744 components: - type: Transform - pos: -345.5,71.5 + pos: -315.5,71.5 parent: 1 - - uid: 45365 + - uid: 68745 components: - type: Transform - pos: -344.5,71.5 + pos: -316.5,71.5 parent: 1 - - uid: 45366 + - uid: 68746 components: - type: Transform - pos: -343.5,71.5 + pos: -317.5,71.5 parent: 1 - - uid: 45367 + - uid: 68747 components: - type: Transform - pos: -342.5,71.5 + pos: -318.5,71.5 parent: 1 - - uid: 45368 + - uid: 68748 components: - type: Transform - pos: -341.5,71.5 + pos: -319.5,71.5 parent: 1 - - uid: 45369 + - uid: 68749 components: - type: Transform - pos: -340.5,71.5 + pos: -320.5,71.5 parent: 1 - - uid: 45370 + - uid: 68750 components: - type: Transform - pos: -339.5,71.5 + pos: -321.5,71.5 parent: 1 - - uid: 45371 + - uid: 68751 components: - type: Transform - pos: -338.5,71.5 + pos: -322.5,71.5 parent: 1 - - uid: 45372 + - uid: 68752 components: - type: Transform - pos: -337.5,71.5 + pos: -323.5,71.5 parent: 1 - - uid: 45373 + - uid: 68753 components: - type: Transform - pos: -336.5,71.5 + pos: -324.5,71.5 parent: 1 - - uid: 45374 + - uid: 68754 components: - type: Transform - pos: -335.5,71.5 + pos: -325.5,71.5 parent: 1 - - uid: 45381 + - uid: 68755 components: - type: Transform - pos: -337.5,83.5 + pos: -326.5,71.5 parent: 1 - - uid: 45382 + - uid: 68756 components: - type: Transform - pos: -336.5,83.5 + pos: -327.5,71.5 parent: 1 - - uid: 45383 + - uid: 68757 components: - type: Transform - pos: -335.5,83.5 + pos: -328.5,71.5 parent: 1 - - uid: 45384 + - uid: 68758 components: - type: Transform - pos: -334.5,83.5 + pos: -329.5,71.5 parent: 1 - - uid: 45385 + - uid: 68759 components: - type: Transform - pos: -333.5,83.5 + pos: -330.5,71.5 parent: 1 - - uid: 45386 + - uid: 68760 components: - type: Transform - pos: -332.5,83.5 + pos: -331.5,71.5 parent: 1 - - uid: 45387 + - uid: 68761 components: - type: Transform - pos: -331.5,83.5 + pos: -332.5,71.5 parent: 1 - - uid: 45388 + - uid: 68762 components: - type: Transform - pos: -330.5,83.5 + pos: -333.5,71.5 parent: 1 - - uid: 45389 + - uid: 68763 components: - type: Transform - pos: -329.5,83.5 + pos: -334.5,71.5 parent: 1 - - uid: 45390 + - uid: 68764 components: - type: Transform - pos: -328.5,83.5 + pos: -341.5,83.5 parent: 1 - - uid: 45391 + - uid: 68765 components: - type: Transform - pos: -327.5,83.5 + pos: -339.5,83.5 parent: 1 - - uid: 45392 + - uid: 68766 components: - type: Transform - pos: -326.5,83.5 + pos: -338.5,83.5 parent: 1 - - uid: 45393 + - uid: 68767 components: - type: Transform - pos: -325.5,83.5 + pos: -298.5,81.5 parent: 1 - - uid: 45394 + - uid: 68768 components: - type: Transform - pos: -324.5,83.5 + pos: -296.5,81.5 parent: 1 - - uid: 45395 + - uid: 68769 components: - type: Transform - pos: -323.5,83.5 + pos: -304.5,81.5 parent: 1 - - uid: 45396 + - uid: 68770 components: - type: Transform - pos: -322.5,83.5 + pos: -305.5,81.5 parent: 1 - - uid: 45397 + - uid: 68771 components: - type: Transform - pos: -321.5,83.5 + pos: -306.5,81.5 parent: 1 - - uid: 45398 + - uid: 68772 components: - type: Transform - pos: -320.5,83.5 + pos: -307.5,81.5 parent: 1 - - uid: 45399 + - uid: 68773 components: - type: Transform - pos: -319.5,83.5 + pos: -308.5,81.5 parent: 1 - - uid: 45400 + - uid: 68774 components: - type: Transform - pos: -318.5,83.5 + pos: -309.5,81.5 parent: 1 - - uid: 45401 + - uid: 68775 components: - type: Transform - pos: -317.5,83.5 + pos: -310.5,81.5 parent: 1 - - uid: 45402 + - uid: 68776 components: - type: Transform - pos: -316.5,83.5 + pos: -311.5,81.5 parent: 1 - - uid: 45403 + - uid: 68777 components: - type: Transform - pos: -315.5,83.5 + pos: -312.5,81.5 parent: 1 - - uid: 45404 + - uid: 68778 components: - type: Transform - pos: -314.5,83.5 + pos: -313.5,81.5 parent: 1 - - uid: 45405 + - uid: 68779 components: - type: Transform - pos: -313.5,83.5 + pos: -314.5,81.5 parent: 1 - - uid: 45406 + - uid: 68780 components: - type: Transform - pos: -312.5,83.5 + pos: -315.5,81.5 parent: 1 - - uid: 45407 + - uid: 68781 components: - type: Transform - pos: -311.5,83.5 + pos: -316.5,81.5 parent: 1 - - uid: 45408 + - uid: 68782 components: - type: Transform - pos: -310.5,83.5 + pos: -317.5,81.5 parent: 1 - - uid: 45409 + - uid: 68783 components: - type: Transform - pos: -309.5,83.5 + pos: -318.5,81.5 parent: 1 - - uid: 45410 + - uid: 68784 components: - type: Transform - pos: -308.5,83.5 + pos: -319.5,81.5 parent: 1 - - uid: 45411 + - uid: 68785 components: - type: Transform - pos: -307.5,83.5 + pos: -320.5,81.5 parent: 1 - - uid: 45412 + - uid: 68786 components: - type: Transform - pos: -306.5,83.5 + pos: -321.5,81.5 parent: 1 - - uid: 45413 + - uid: 68787 components: - type: Transform - pos: -305.5,83.5 + pos: -322.5,81.5 parent: 1 - - uid: 45414 + - uid: 68788 components: - type: Transform - pos: -304.5,83.5 + pos: -323.5,81.5 parent: 1 - - uid: 45415 + - uid: 68789 components: - type: Transform - pos: -303.5,83.5 + pos: -324.5,81.5 parent: 1 - - uid: 45416 + - uid: 68790 components: - type: Transform - pos: -302.5,83.5 + pos: -325.5,81.5 parent: 1 - - uid: 45417 + - uid: 68791 components: - type: Transform - pos: -301.5,83.5 + pos: -326.5,81.5 parent: 1 - - uid: 45418 + - uid: 68792 components: - type: Transform - pos: -300.5,83.5 + pos: -327.5,81.5 parent: 1 - - uid: 45419 + - uid: 68793 components: - type: Transform - pos: -299.5,83.5 + pos: -328.5,81.5 parent: 1 - - uid: 45420 + - uid: 68794 components: - type: Transform - pos: -298.5,83.5 + pos: -329.5,81.5 parent: 1 - - uid: 45421 + - uid: 68795 components: - type: Transform - pos: -297.5,83.5 + pos: -330.5,81.5 parent: 1 - - uid: 45422 + - uid: 68796 components: - type: Transform - pos: -296.5,83.5 + pos: -331.5,81.5 parent: 1 - - uid: 45606 + - uid: 68797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,109.5 + pos: -332.5,81.5 parent: 1 - - uid: 47002 + - uid: 68798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,102.5 + pos: -333.5,81.5 parent: 1 - - uid: 47049 + - uid: 68799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -387.5,109.5 + pos: -334.5,81.5 parent: 1 - - uid: 47116 + - uid: 68800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,100.5 + pos: -335.5,81.5 parent: 1 - - uid: 47117 + - uid: 68801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,101.5 + pos: -336.5,81.5 parent: 1 - - uid: 47121 + - uid: 68802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -388.5,109.5 + pos: -337.5,81.5 parent: 1 - - uid: 47137 + - uid: 68803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,109.5 + pos: -338.5,81.5 parent: 1 - - uid: 47138 + - uid: 68804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,108.5 + pos: -339.5,81.5 parent: 1 - - uid: 47139 + - uid: 68805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,107.5 + pos: -340.5,81.5 parent: 1 - - uid: 47153 + - uid: 68806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,98.5 + pos: -341.5,81.5 parent: 1 - - uid: 47155 + - uid: 68807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -386.5,109.5 + pos: -335.5,73.5 parent: 1 - - uid: 47159 + - uid: 68808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,109.5 + pos: -336.5,73.5 parent: 1 - - uid: 47161 + - uid: 68809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,102.5 + pos: -337.5,73.5 parent: 1 - - uid: 47163 + - uid: 68810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,104.5 + pos: -338.5,73.5 parent: 1 - - uid: 47164 + - uid: 68811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,101.5 + pos: -339.5,73.5 parent: 1 - - uid: 47165 + - uid: 68812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,99.5 + pos: -340.5,73.5 parent: 1 - - uid: 47166 + - uid: 68813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,103.5 + pos: -341.5,73.5 parent: 1 - - uid: 47167 + - uid: 68814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,100.5 + pos: -341.5,71.5 parent: 1 - - uid: 47168 + - uid: 68815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -385.5,98.5 + pos: -340.5,71.5 parent: 1 - - uid: 47169 + - uid: 68816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,99.5 + pos: -339.5,71.5 parent: 1 - - uid: 47170 + - uid: 68817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,98.5 + pos: -338.5,71.5 parent: 1 - - uid: 47173 + - uid: 68818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -387.5,98.5 + pos: -337.5,71.5 parent: 1 - - uid: 47174 + - uid: 68819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -386.5,98.5 + pos: -336.5,71.5 parent: 1 - - uid: 47178 + - uid: 68820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -391.5,98.5 + pos: -335.5,71.5 parent: 1 - - uid: 47179 + - uid: 68821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -384.5,106.5 + pos: -337.5,83.5 parent: 1 - - uid: 47181 + - uid: 68822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,106.5 + pos: -336.5,83.5 parent: 1 - - uid: 47182 + - uid: 68823 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,103.5 + pos: -335.5,83.5 parent: 1 - - uid: 47183 + - uid: 68824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,107.5 + pos: -334.5,83.5 parent: 1 - - uid: 47184 + - uid: 68825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -390.5,109.5 + pos: -333.5,83.5 parent: 1 - - uid: 47185 + - uid: 68826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,108.5 + pos: -332.5,83.5 parent: 1 - - uid: 47186 + - uid: 68827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,104.5 + pos: -331.5,83.5 parent: 1 - - uid: 47187 + - uid: 68828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -389.5,109.5 + pos: -330.5,83.5 parent: 1 - - uid: 47188 + - uid: 68829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -392.5,105.5 + pos: -329.5,83.5 parent: 1 - - uid: 47189 + - uid: 68830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -391.5,109.5 + pos: -328.5,83.5 parent: 1 -- proto: WallSolidDiagonal - entities: - - uid: 43730 + - uid: 68831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,-43.5 + pos: -327.5,83.5 parent: 1 - - uid: 43731 + - uid: 68832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,-30.5 + pos: -326.5,83.5 parent: 1 - - uid: 43732 + - uid: 68833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -291.5,-38.5 + pos: -325.5,83.5 parent: 1 - - uid: 43733 + - uid: 68834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,-41.5 + pos: -324.5,83.5 parent: 1 - - uid: 43734 + - uid: 68835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,-45.5 + pos: -323.5,83.5 parent: 1 - - uid: 43735 + - uid: 68836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,-39.5 + pos: -322.5,83.5 parent: 1 - - uid: 43736 + - uid: 68837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -199.5,-80.5 + pos: -321.5,83.5 parent: 1 - - uid: 43737 + - uid: 68838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,-29.5 + pos: -320.5,83.5 parent: 1 - - uid: 43738 + - uid: 68839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -288.5,-25.5 + pos: -319.5,83.5 parent: 1 - - uid: 43739 + - uid: 68840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,-23.5 + pos: -318.5,83.5 parent: 1 - - uid: 43740 + - uid: 68841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,-27.5 + pos: -317.5,83.5 parent: 1 - - uid: 43741 + - uid: 68842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -286.5,-77.5 + pos: -316.5,83.5 parent: 1 - - uid: 43742 + - uid: 68843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -282.5,-86.5 + pos: -315.5,83.5 parent: 1 - - uid: 43743 + - uid: 68844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -284.5,-83.5 + pos: -314.5,83.5 parent: 1 - - uid: 43744 + - uid: 68845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -279.5,-75.5 + pos: -313.5,83.5 parent: 1 - - uid: 43745 + - uid: 68846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -283.5,-85.5 + pos: -312.5,83.5 parent: 1 - - uid: 43746 + - uid: 68847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -277.5,-79.5 + pos: -311.5,83.5 parent: 1 - - uid: 43747 + - uid: 68848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -278.5,-77.5 + pos: -310.5,83.5 parent: 1 - - uid: 43748 + - uid: 68849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -276.5,-80.5 + pos: -309.5,83.5 parent: 1 - - uid: 43749 + - uid: 68850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -199.5,-88.5 + pos: -308.5,83.5 parent: 1 - - uid: 43750 + - uid: 68851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -280.5,-87.5 + pos: -307.5,83.5 parent: 1 - - uid: 43751 + - uid: 68852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -285.5,-81.5 + pos: -306.5,83.5 parent: 1 - - uid: 44350 + - uid: 68853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -287.5,88.5 + pos: -305.5,83.5 parent: 1 - - uid: 44420 + - uid: 68854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -287.5,66.5 + pos: -304.5,83.5 parent: 1 - - uid: 44449 + - uid: 68855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -288.5,68.5 + pos: -303.5,83.5 parent: 1 - - uid: 44491 + - uid: 68856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -290.5,82.5 + pos: -302.5,83.5 parent: 1 - - uid: 44498 + - uid: 68857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -291.5,81.5 + pos: -301.5,83.5 parent: 1 - - uid: 44556 + - uid: 68858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -289.5,70.5 + pos: -300.5,83.5 parent: 1 - - uid: 44637 + - uid: 68859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -290.5,72.5 + pos: -299.5,83.5 parent: 1 - - uid: 44697 + - uid: 68860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -291.5,73.5 + pos: -298.5,83.5 parent: 1 - - uid: 44705 + - uid: 68861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -289.5,84.5 + pos: -297.5,83.5 parent: 1 - - uid: 44708 + - uid: 68862 components: - type: Transform - rot: 3.141592653589793 rad - pos: -288.5,86.5 + pos: -296.5,83.5 parent: 1 - proto: WallSolidRust entities: - - uid: 10717 + - uid: 68863 + components: + - type: Transform + pos: 114.5,17.5 + parent: 1 + - uid: 68864 components: - type: Transform rot: 1.5707963267948966 rad pos: -181.5,-136.5 parent: 1 - - uid: 10720 + - uid: 68865 components: - type: Transform rot: 1.5707963267948966 rad pos: -181.5,-137.5 parent: 1 - - uid: 15096 + - uid: 68866 components: - type: Transform pos: 115.5,12.5 parent: 1 - - uid: 22315 + - uid: 68867 components: - type: Transform pos: -289.5,23.5 parent: 1 - - uid: 24091 + - uid: 68868 components: - type: Transform pos: -289.5,19.5 parent: 1 - - uid: 26039 + - uid: 68869 components: - type: Transform pos: -289.5,20.5 parent: 1 - - uid: 29706 + - uid: 68870 components: - type: Transform pos: -289.5,22.5 parent: 1 - - uid: 42899 + - uid: 68871 components: - type: Transform pos: 119.5,12.5 parent: 1 - - uid: 43752 + - uid: 68872 components: - type: Transform rot: 1.5707963267948966 rad pos: -220.5,-93.5 parent: 1 - - uid: 43753 + - uid: 68873 components: - type: Transform pos: 164.5,-95.5 parent: 1 - - uid: 43754 + - uid: 68874 components: - type: Transform pos: 157.5,-93.5 parent: 1 - - uid: 43755 + - uid: 68875 components: - type: Transform rot: 3.141592653589793 rad pos: -284.5,-86.5 parent: 1 - - uid: 43756 + - uid: 68876 components: - type: Transform rot: 3.141592653589793 rad pos: -285.5,-84.5 parent: 1 - - uid: 43757 + - uid: 68877 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-88.5 parent: 1 - - uid: 43758 + - uid: 68878 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,37.5 parent: 1 - - uid: 43759 + - uid: 68879 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,59.5 parent: 1 - - uid: 43760 + - uid: 68880 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,60.5 parent: 1 - - uid: 43761 + - uid: 68881 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,35.5 parent: 1 - - uid: 43762 + - uid: 68882 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,60.5 parent: 1 - - uid: 43763 + - uid: 68883 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,59.5 parent: 1 - - uid: 43764 + - uid: 68884 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,59.5 parent: 1 - - uid: 43765 + - uid: 68885 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,36.5 parent: 1 - - uid: 43766 + - uid: 68886 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,35.5 parent: 1 - - uid: 43767 + - uid: 68887 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,36.5 parent: 1 - - uid: 43768 + - uid: 68888 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,59.5 parent: 1 - - uid: 43769 + - uid: 68889 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,60.5 parent: 1 - - uid: 43770 + - uid: 68890 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,36.5 parent: 1 - - uid: 43771 + - uid: 68891 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,36.5 parent: 1 - - uid: 43772 + - uid: 68892 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,60.5 parent: 1 - - uid: 43773 + - uid: 68893 components: - type: Transform pos: 157.5,-92.5 parent: 1 - - uid: 43774 + - uid: 68894 components: - type: Transform pos: 162.5,-92.5 parent: 1 - - uid: 43775 + - uid: 68895 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,-90.5 parent: 1 - - uid: 43776 + - uid: 68896 components: - type: Transform rot: 3.141592653589793 rad pos: -284.5,-90.5 parent: 1 - - uid: 43777 + - uid: 68897 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-86.5 parent: 1 - - uid: 43778 + - uid: 68898 components: - type: Transform pos: -291.5,-85.5 parent: 1 - - uid: 43779 + - uid: 68899 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-86.5 parent: 1 - - uid: 43780 + - uid: 68900 components: - type: Transform rot: 3.141592653589793 rad pos: -284.5,-85.5 parent: 1 - - uid: 43781 + - uid: 68901 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-90.5 parent: 1 - - uid: 43782 + - uid: 68902 components: - type: Transform rot: 3.141592653589793 rad pos: -285.5,-90.5 parent: 1 - - uid: 43783 + - uid: 68903 components: - type: Transform pos: 157.5,-95.5 parent: 1 - - uid: 43784 + - uid: 68904 components: - type: Transform pos: 119.5,10.5 parent: 1 - - uid: 43785 + - uid: 68905 components: - type: Transform pos: 119.5,5.5 parent: 1 - - uid: 43787 + - uid: 68906 components: - type: Transform pos: 118.5,17.5 parent: 1 - - uid: 43788 + - uid: 68907 components: - type: Transform pos: 119.5,11.5 parent: 1 - - uid: 43789 + - uid: 68908 components: - type: Transform pos: 119.5,8.5 parent: 1 - - uid: 43793 + - uid: 68909 components: - type: Transform pos: 117.5,17.5 parent: 1 - - uid: 43794 + - uid: 68910 components: - type: Transform pos: 112.5,17.5 parent: 1 - - uid: 43795 + - uid: 68911 components: - type: Transform pos: 119.5,17.5 parent: 1 - - uid: 43796 + - uid: 68912 components: - type: Transform pos: 119.5,9.5 parent: 1 - - uid: 43797 + - uid: 68913 components: - type: Transform pos: 119.5,7.5 parent: 1 - - uid: 43798 + - uid: 68914 components: - type: Transform pos: 119.5,6.5 parent: 1 - - uid: 43799 + - uid: 68915 components: - type: Transform pos: 115.5,17.5 parent: 1 - - uid: 43800 + - uid: 68916 components: - type: Transform pos: 116.5,17.5 parent: 1 - - uid: 43801 + - uid: 68917 components: - type: Transform pos: 113.5,17.5 parent: 1 - - uid: 43802 - components: - - type: Transform - pos: 114.5,17.5 - parent: 1 - - uid: 43803 + - uid: 68918 components: - type: Transform pos: 111.5,17.5 parent: 1 - - uid: 43804 + - uid: 68919 components: - type: Transform pos: 115.5,16.5 parent: 1 - - uid: 43805 + - uid: 68920 components: - type: Transform pos: 119.5,16.5 parent: 1 - - uid: 43806 + - uid: 68921 components: - type: Transform pos: 118.5,9.5 parent: 1 - - uid: 43807 + - uid: 68922 components: - type: Transform pos: 116.5,9.5 parent: 1 - - uid: 43808 - components: - - type: Transform - pos: 117.5,4.5 - parent: 1 - - uid: 43809 - components: - - type: Transform - pos: 118.5,4.5 - parent: 1 - - uid: 43810 - components: - - type: Transform - pos: 118.5,3.5 - parent: 1 - - uid: 43811 + - uid: 68923 components: - type: Transform pos: 162.5,-95.5 parent: 1 - - uid: 43812 + - uid: 68924 components: - type: Transform pos: 158.5,-95.5 parent: 1 - - uid: 43813 + - uid: 68925 components: - type: Transform pos: 162.5,-94.5 parent: 1 - - uid: 43814 + - uid: 68926 components: - type: Transform pos: 168.5,-95.5 parent: 1 - - uid: 43815 + - uid: 68927 components: - type: Transform pos: 168.5,-93.5 parent: 1 - - uid: 43816 + - uid: 68928 components: - type: Transform pos: 160.5,-95.5 parent: 1 - - uid: 43817 + - uid: 68929 components: - type: Transform pos: 159.5,-95.5 parent: 1 - - uid: 43818 + - uid: 68930 components: - type: Transform pos: 157.5,-94.5 parent: 1 - - uid: 43819 + - uid: 68931 components: - type: Transform pos: 161.5,-95.5 parent: 1 - - uid: 43820 + - uid: 68932 components: - type: Transform pos: 163.5,-92.5 parent: 1 - - uid: 43821 + - uid: 68933 components: - type: Transform pos: 195.5,-90.5 parent: 1 - - uid: 43822 + - uid: 68934 components: - type: Transform pos: 163.5,-91.5 parent: 1 - - uid: 43823 + - uid: 68935 components: - type: Transform pos: 164.5,-91.5 parent: 1 - - uid: 43824 + - uid: 68936 components: - type: Transform pos: 163.5,-95.5 parent: 1 - - uid: 43825 + - uid: 68937 components: - type: Transform pos: 168.5,-92.5 parent: 1 - - uid: 43826 + - uid: 68938 components: - type: Transform pos: 166.5,-95.5 parent: 1 - - uid: 43827 + - uid: 68939 components: - type: Transform pos: 165.5,-95.5 parent: 1 - - uid: 43828 + - uid: 68940 components: - type: Transform pos: 167.5,-95.5 parent: 1 - - uid: 43829 + - uid: 68941 components: - type: Transform pos: 160.5,-91.5 parent: 1 - - uid: 43830 + - uid: 68942 components: - type: Transform pos: 168.5,-94.5 parent: 1 - - uid: 43831 + - uid: 68943 components: - type: Transform rot: 3.141592653589793 rad pos: -282.5,-90.5 parent: 1 - - uid: 43832 + - uid: 68944 components: - type: Transform rot: 3.141592653589793 rad pos: -288.5,-86.5 parent: 1 - - uid: 43833 + - uid: 68945 components: - type: Transform rot: 3.141592653589793 rad pos: -286.5,-86.5 parent: 1 - - uid: 43834 + - uid: 68946 components: - type: Transform rot: 3.141592653589793 rad pos: -286.5,-88.5 parent: 1 - - uid: 43835 + - uid: 68947 components: - type: Transform rot: 3.141592653589793 rad pos: -280.5,-90.5 parent: 1 - - uid: 43836 + - uid: 68948 components: - type: Transform rot: 3.141592653589793 rad pos: -283.5,-90.5 parent: 1 - - uid: 43837 + - uid: 68949 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-84.5 parent: 1 - - uid: 43838 + - uid: 68950 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-85.5 parent: 1 - - uid: 43839 + - uid: 68951 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-90.5 parent: 1 - - uid: 43840 + - uid: 68952 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,-90.5 parent: 1 - - uid: 43841 + - uid: 68953 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-87.5 parent: 1 - - uid: 43842 + - uid: 68954 components: - type: Transform rot: 3.141592653589793 rad pos: -286.5,-87.5 parent: 1 - - uid: 43843 + - uid: 68955 components: - type: Transform rot: 3.141592653589793 rad pos: -286.5,-90.5 parent: 1 - - uid: 43844 + - uid: 68956 components: - type: Transform rot: 3.141592653589793 rad pos: -287.5,-86.5 parent: 1 - - uid: 43845 + - uid: 68957 components: - type: Transform rot: 3.141592653589793 rad pos: -285.5,-88.5 parent: 1 - - uid: 43846 + - uid: 68958 components: - type: Transform rot: 3.141592653589793 rad pos: -289.5,-86.5 parent: 1 - - uid: 43847 + - uid: 68959 components: - type: Transform pos: -290.5,-85.5 parent: 1 - - uid: 43848 + - uid: 68960 components: - type: Transform pos: -292.5,-85.5 parent: 1 - - uid: 43849 + - uid: 68961 components: - type: Transform rot: 3.141592653589793 rad pos: -283.5,-87.5 parent: 1 - - uid: 43850 + - uid: 68962 components: - type: Transform rot: 3.141592653589793 rad pos: -290.5,-90.5 parent: 1 - - uid: 43851 + - uid: 68963 components: - type: Transform rot: 3.141592653589793 rad pos: -291.5,-89.5 parent: 1 - - uid: 43852 + - uid: 68964 components: - type: Transform pos: -293.5,-83.5 parent: 1 - - uid: 43853 + - uid: 68965 components: - type: Transform pos: -293.5,-85.5 parent: 1 - - uid: 43854 + - uid: 68966 components: - type: Transform pos: -293.5,-84.5 parent: 1 - - uid: 43855 + - uid: 68967 components: - type: Transform rot: 1.5707963267948966 rad pos: -227.5,-93.5 parent: 1 - - uid: 43856 + - uid: 68968 components: - type: Transform rot: 1.5707963267948966 rad pos: -221.5,-94.5 parent: 1 - - uid: 43857 + - uid: 68969 components: - type: Transform rot: 1.5707963267948966 rad pos: -227.5,-94.5 parent: 1 - - uid: 43858 + - uid: 68970 components: - type: Transform rot: 1.5707963267948966 rad pos: -227.5,-92.5 parent: 1 - - uid: 43859 + - uid: 68971 components: - type: Transform rot: 1.5707963267948966 rad pos: -225.5,-94.5 parent: 1 - - uid: 43860 + - uid: 68972 components: - type: Transform rot: 1.5707963267948966 rad pos: -220.5,-94.5 parent: 1 - - uid: 43861 + - uid: 68973 components: - type: Transform rot: 1.5707963267948966 rad pos: -226.5,-94.5 parent: 1 - - uid: 43862 + - uid: 68974 components: - type: Transform rot: 1.5707963267948966 rad pos: -224.5,-94.5 parent: 1 - - uid: 44402 + - uid: 68975 components: - type: Transform pos: -289.5,21.5 parent: 1 - - uid: 44418 + - uid: 68976 components: - type: Transform pos: -289.5,18.5 parent: 1 - - uid: 44710 + - uid: 68977 components: - type: Transform pos: -289.5,16.5 parent: 1 - - uid: 44769 + - uid: 68978 components: - type: Transform pos: -289.5,17.5 parent: 1 - - uid: 49365 + - uid: 68979 components: - type: Transform pos: 115.5,13.5 parent: 1 - - uid: 55315 + - uid: 68980 components: - type: Transform rot: 1.5707963267948966 rad pos: -181.5,-135.5 parent: 1 - - uid: 59389 + - uid: 68981 components: - type: Transform pos: 115.5,15.5 parent: 1 - proto: WallSpawnAsteroid entities: - - uid: 43863 + - uid: 68982 components: - type: Transform pos: 194.5,171.5 parent: 1 - - uid: 43864 + - uid: 68983 components: - type: Transform pos: 192.5,173.5 parent: 1 - - uid: 43865 + - uid: 68984 components: - type: Transform pos: 198.5,176.5 parent: 1 - - uid: 43866 + - uid: 68985 components: - type: Transform pos: 196.5,174.5 parent: 1 - - uid: 43867 + - uid: 68986 components: - type: Transform pos: 197.5,172.5 parent: 1 - proto: WallSpawnAsteroidUraniumCrab entities: - - uid: 43868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 211.5,210.5 - parent: 1 - - uid: 43869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 200.5,209.5 - parent: 1 - - uid: 43870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 210.5,203.5 - parent: 1 - - uid: 43871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 208.5,205.5 - parent: 1 - - uid: 43872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 184.5,212.5 - parent: 1 - - uid: 43873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 214.5,203.5 - parent: 1 - - uid: 43874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,211.5 - parent: 1 - - uid: 43875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,209.5 - parent: 1 - - uid: 43876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 186.5,213.5 - parent: 1 - - uid: 43877 + - uid: 68987 components: - type: Transform rot: 3.141592653589793 rad pos: 203.5,198.5 parent: 1 - - uid: 43878 + - uid: 68988 components: - type: Transform rot: 3.141592653589793 rad pos: 206.5,196.5 parent: 1 - - uid: 43879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 201.5,205.5 - parent: 1 - proto: WallWeaponCapacitorRecharger entities: - - uid: 62580 + - uid: 68989 components: - type: Transform pos: -189.5,23.5 parent: 1 - proto: WallWood entities: - - uid: 43880 + - uid: 68990 components: - type: Transform pos: -190.5,-187.5 parent: 1 - - uid: 43881 + - uid: 68991 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,73.5 parent: 1 - - uid: 43882 + - uid: 68992 components: - type: Transform pos: -187.5,-187.5 parent: 1 - - uid: 43883 + - uid: 68993 components: - type: Transform pos: -188.5,-187.5 parent: 1 - - uid: 43884 + - uid: 68994 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-184.5 parent: 1 - - uid: 43885 + - uid: 68995 components: - type: Transform pos: -196.5,-195.5 parent: 1 - - uid: 43886 + - uid: 68996 components: - type: Transform pos: -192.5,-196.5 parent: 1 - - uid: 43889 + - uid: 68997 components: - type: Transform pos: -196.5,-187.5 parent: 1 - - uid: 43890 + - uid: 68998 components: - type: Transform pos: -194.5,-196.5 parent: 1 - - uid: 43891 + - uid: 68999 components: - type: Transform pos: -196.5,-191.5 parent: 1 - - uid: 43892 + - uid: 69000 components: - type: Transform pos: -193.5,-196.5 parent: 1 - - uid: 43893 + - uid: 69001 components: - type: Transform pos: -196.5,-189.5 parent: 1 - - uid: 43894 + - uid: 69002 components: - type: Transform rot: 3.141592653589793 rad pos: -189.5,-183.5 parent: 1 - - uid: 43895 + - uid: 69003 components: - type: Transform rot: 3.141592653589793 rad pos: -193.5,-172.5 parent: 1 - - uid: 43896 + - uid: 69004 components: - type: Transform rot: 3.141592653589793 rad pos: -194.5,-167.5 parent: 1 - - uid: 43897 + - uid: 69005 components: - type: Transform rot: 3.141592653589793 rad pos: -194.5,-171.5 parent: 1 - - uid: 43898 + - uid: 69006 components: - type: Transform rot: 3.141592653589793 rad pos: -194.5,-172.5 parent: 1 - - uid: 43899 + - uid: 69007 components: - type: Transform rot: 3.141592653589793 rad pos: -188.5,-183.5 parent: 1 - - uid: 43900 + - uid: 69008 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-185.5 parent: 1 - - uid: 43901 + - uid: 69009 components: - type: Transform pos: -191.5,-196.5 parent: 1 - - uid: 43902 + - uid: 69010 components: - type: Transform rot: 3.141592653589793 rad pos: -192.5,-172.5 parent: 1 - - uid: 43903 + - uid: 69011 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-164.5 parent: 1 - - uid: 43904 + - uid: 69012 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-165.5 parent: 1 - - uid: 43905 + - uid: 69013 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-166.5 parent: 1 - - uid: 43906 + - uid: 69014 components: - type: Transform pos: -190.5,-196.5 parent: 1 - - uid: 43907 + - uid: 69015 components: - type: Transform pos: -186.5,-187.5 parent: 1 - - uid: 43908 + - uid: 69016 components: - type: Transform pos: -186.5,-194.5 parent: 1 - - uid: 43909 + - uid: 69017 components: - type: Transform pos: -186.5,-195.5 parent: 1 - - uid: 43910 + - uid: 69018 components: - type: Transform pos: -195.5,-187.5 parent: 1 - - uid: 43911 + - uid: 69019 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-186.5 parent: 1 - - uid: 43912 + - uid: 69020 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-185.5 parent: 1 - - uid: 43913 + - uid: 69021 components: - type: Transform rot: 3.141592653589793 rad pos: -184.5,-166.5 parent: 1 - - uid: 43914 + - uid: 69022 components: - type: Transform pos: -196.5,-188.5 parent: 1 - - uid: 43915 + - uid: 69023 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-172.5 parent: 1 - - uid: 43916 + - uid: 69024 components: - type: Transform rot: 3.141592653589793 rad pos: -190.5,-173.5 parent: 1 - - uid: 43917 + - uid: 69025 components: - type: Transform rot: 3.141592653589793 rad pos: -186.5,-164.5 parent: 1 - - uid: 43918 + - uid: 69026 components: - type: Transform rot: 3.141592653589793 rad pos: -184.5,-167.5 parent: 1 - - uid: 43919 + - uid: 69027 components: - type: Transform pos: -195.5,-196.5 parent: 1 - - uid: 43920 + - uid: 69028 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-167.5 parent: 1 - - uid: 43921 + - uid: 69029 components: - type: Transform pos: -186.5,-189.5 parent: 1 - - uid: 43922 + - uid: 69030 components: - type: Transform pos: -188.5,-196.5 parent: 1 - - uid: 43923 + - uid: 69031 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-183.5 parent: 1 - - uid: 43924 + - uid: 69032 components: - type: Transform pos: -186.5,-193.5 parent: 1 - - uid: 43925 + - uid: 69033 components: - type: Transform pos: -186.5,-192.5 parent: 1 - - uid: 43926 + - uid: 69034 components: - type: Transform pos: -192.5,-187.5 parent: 1 - - uid: 43927 + - uid: 69035 components: - type: Transform pos: -186.5,-188.5 parent: 1 - - uid: 43928 + - uid: 69036 components: - type: Transform rot: 3.141592653589793 rad pos: -190.5,-168.5 parent: 1 - - uid: 43929 + - uid: 69037 components: - type: Transform rot: 3.141592653589793 rad pos: -189.5,-173.5 parent: 1 - - uid: 43930 + - uid: 69038 components: - type: Transform pos: -196.5,-193.5 parent: 1 - - uid: 43931 + - uid: 69039 components: - type: Transform pos: -196.5,-194.5 parent: 1 - - uid: 43932 + - uid: 69040 components: - type: Transform pos: -196.5,-190.5 parent: 1 - - uid: 43933 + - uid: 69041 components: - type: Transform pos: -196.5,-192.5 parent: 1 - - uid: 43934 + - uid: 69042 components: - type: Transform pos: -194.5,-187.5 parent: 1 - - uid: 43935 + - uid: 69043 components: - type: Transform rot: -1.5707963267948966 rad pos: -179.5,-174.5 parent: 1 - - uid: 43936 + - uid: 69044 components: - type: Transform rot: 3.141592653589793 rad pos: -192.5,-167.5 parent: 1 - - uid: 43937 + - uid: 69045 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-186.5 parent: 1 - - uid: 43938 + - uid: 69046 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-184.5 parent: 1 - - uid: 43939 + - uid: 69047 components: - type: Transform rot: 3.141592653589793 rad pos: -180.5,-165.5 parent: 1 - - uid: 43940 + - uid: 69048 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-167.5 parent: 1 - - uid: 43941 + - uid: 69049 components: - type: Transform pos: -186.5,-196.5 parent: 1 - - uid: 43942 + - uid: 69050 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-164.5 parent: 1 - - uid: 43943 + - uid: 69051 components: - type: Transform rot: 3.141592653589793 rad pos: -188.5,-173.5 parent: 1 - - uid: 43944 + - uid: 69052 components: - type: Transform rot: 3.141592653589793 rad pos: 150.5,145.5 parent: 1 - - uid: 43945 + - uid: 69053 components: - type: Transform rot: 3.141592653589793 rad pos: -190.5,-183.5 parent: 1 - - uid: 43946 + - uid: 69054 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-173.5 parent: 1 - - uid: 43947 + - uid: 69055 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-172.5 parent: 1 - - uid: 43948 + - uid: 69056 components: - type: Transform pos: -189.5,-196.5 parent: 1 - - uid: 43949 + - uid: 69057 components: - type: Transform pos: -187.5,-196.5 parent: 1 - - uid: 43950 + - uid: 69058 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-169.5 parent: 1 - - uid: 43951 + - uid: 69059 components: - type: Transform rot: 3.141592653589793 rad pos: -191.5,-183.5 parent: 1 - - uid: 43952 + - uid: 69060 components: - type: Transform rot: 1.5707963267948966 rad pos: -184.5,-174.5 parent: 1 - - uid: 43953 + - uid: 69061 components: - type: Transform rot: 3.141592653589793 rad pos: -185.5,-168.5 parent: 1 - - uid: 43954 + - uid: 69062 components: - type: Transform rot: 3.141592653589793 rad pos: -185.5,-164.5 parent: 1 - - uid: 43955 + - uid: 69063 components: - type: Transform rot: 3.141592653589793 rad pos: -184.5,-168.5 parent: 1 - - uid: 43956 + - uid: 69064 components: - type: Transform rot: 3.141592653589793 rad pos: -184.5,-164.5 parent: 1 - - uid: 43957 + - uid: 69065 components: - type: Transform rot: 1.5707963267948966 rad pos: -182.5,-178.5 parent: 1 - - uid: 43958 + - uid: 69066 components: - type: Transform rot: 1.5707963267948966 rad pos: -183.5,-178.5 parent: 1 - - uid: 43959 + - uid: 69067 components: - type: Transform rot: 1.5707963267948966 rad pos: -183.5,-174.5 parent: 1 - - uid: 43960 + - uid: 69068 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-171.5 parent: 1 - - uid: 43961 + - uid: 69069 components: - type: Transform rot: 3.141592653589793 rad pos: -181.5,-165.5 parent: 1 - - uid: 43962 + - uid: 69070 components: - type: Transform rot: 1.5707963267948966 rad pos: -184.5,-178.5 parent: 1 - - uid: 43963 + - uid: 69071 components: - type: Transform rot: 3.141592653589793 rad pos: -184.5,-165.5 parent: 1 - - uid: 43964 + - uid: 69072 components: - type: Transform rot: 1.5707963267948966 rad pos: -181.5,-174.5 parent: 1 - - uid: 43965 + - uid: 69073 components: - type: Transform rot: 3.141592653589793 rad pos: -183.5,-165.5 parent: 1 - - uid: 43966 + - uid: 69074 components: - type: Transform rot: 3.141592653589793 rad pos: -182.5,-165.5 parent: 1 - - uid: 43967 + - uid: 69075 components: - type: Transform rot: -1.5707963267948966 rad pos: -179.5,-168.5 parent: 1 - - uid: 43968 + - uid: 69076 components: - type: Transform rot: -1.5707963267948966 rad pos: -179.5,-167.5 parent: 1 - - uid: 43969 + - uid: 69077 components: - type: Transform rot: -1.5707963267948966 rad pos: -179.5,-166.5 parent: 1 - - uid: 43970 + - uid: 69078 components: - type: Transform rot: -1.5707963267948966 rad pos: -179.5,-165.5 parent: 1 - - uid: 43971 + - uid: 69079 components: - type: Transform rot: 1.5707963267948966 rad pos: -178.5,-177.5 parent: 1 - - uid: 43972 + - uid: 69080 components: - type: Transform rot: 1.5707963267948966 rad pos: -178.5,-178.5 parent: 1 - - uid: 43973 + - uid: 69081 components: - type: Transform rot: -1.5707963267948966 rad pos: -178.5,-168.5 parent: 1 - - uid: 43974 + - uid: 69082 components: - type: Transform pos: -196.5,-196.5 parent: 1 - - uid: 43976 + - uid: 69083 components: - type: Transform rot: 3.141592653589793 rad pos: 150.5,146.5 parent: 1 - - uid: 43977 + - uid: 69084 components: - type: Transform pos: -191.5,-187.5 parent: 1 - - uid: 43978 + - uid: 69085 components: - type: Transform rot: 3.141592653589793 rad pos: 150.5,144.5 parent: 1 - - uid: 43979 + - uid: 69086 components: - type: Transform rot: 3.141592653589793 rad pos: 151.5,146.5 parent: 1 - - uid: 43980 + - uid: 69087 components: - type: Transform rot: 3.141592653589793 rad pos: 153.5,146.5 parent: 1 - - uid: 43981 + - uid: 69088 components: - type: Transform rot: 3.141592653589793 rad pos: 154.5,146.5 parent: 1 - - uid: 43982 + - uid: 69089 components: - type: Transform rot: 3.141592653589793 rad pos: 155.5,146.5 parent: 1 - - uid: 43983 + - uid: 69090 components: - type: Transform rot: 3.141592653589793 rad pos: 152.5,146.5 parent: 1 - - uid: 43984 + - uid: 69091 components: - type: Transform rot: 3.141592653589793 rad pos: 158.5,146.5 parent: 1 - - uid: 43985 + - uid: 69092 components: - type: Transform rot: 3.141592653589793 rad pos: 157.5,146.5 parent: 1 - - uid: 43986 + - uid: 69093 components: - type: Transform rot: 3.141592653589793 rad pos: 156.5,146.5 parent: 1 - - uid: 43987 + - uid: 69094 components: - type: Transform rot: 3.141592653589793 rad pos: 150.5,139.5 parent: 1 - - uid: 43988 + - uid: 69095 components: - type: Transform rot: 3.141592653589793 rad pos: 150.5,138.5 parent: 1 - - uid: 43989 + - uid: 69096 components: - type: Transform rot: 3.141592653589793 rad pos: 151.5,138.5 parent: 1 - - uid: 43990 + - uid: 69097 components: - type: Transform rot: 3.141592653589793 rad pos: 152.5,138.5 parent: 1 - - uid: 43991 + - uid: 69098 components: - type: Transform rot: 3.141592653589793 rad pos: 153.5,138.5 parent: 1 - - uid: 43992 + - uid: 69099 components: - type: Transform rot: 3.141592653589793 rad pos: 154.5,138.5 parent: 1 - - uid: 43993 + - uid: 69100 components: - type: Transform rot: 3.141592653589793 rad pos: 155.5,138.5 parent: 1 - - uid: 43994 + - uid: 69101 components: - type: Transform rot: 3.141592653589793 rad pos: 156.5,138.5 parent: 1 - - uid: 43995 + - uid: 69102 components: - type: Transform rot: 3.141592653589793 rad pos: 157.5,138.5 parent: 1 - - uid: 43996 + - uid: 69103 components: - type: Transform rot: 3.141592653589793 rad pos: 158.5,138.5 parent: 1 - - uid: 43997 + - uid: 69104 components: - type: Transform rot: 3.141592653589793 rad pos: 158.5,139.5 parent: 1 - - uid: 43998 + - uid: 69105 components: - type: Transform rot: 3.141592653589793 rad pos: 158.5,145.5 parent: 1 - - uid: 43999 + - uid: 69106 components: - type: Transform rot: 3.141592653589793 rad pos: 158.5,144.5 parent: 1 - - uid: 44000 + - uid: 69107 components: - type: Transform rot: 1.5707963267948966 rad pos: -187.5,-174.5 parent: 1 - - uid: 44001 + - uid: 69108 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-173.5 parent: 1 - - uid: 44002 + - uid: 69109 components: - type: Transform rot: 1.5707963267948966 rad pos: -185.5,-174.5 parent: 1 - - uid: 44003 + - uid: 69110 components: - type: Transform rot: 1.5707963267948966 rad pos: -186.5,-174.5 parent: 1 - - uid: 44004 + - uid: 69111 components: - type: Transform rot: 1.5707963267948966 rad pos: -185.5,-178.5 parent: 1 - - uid: 44005 + - uid: 69112 components: - type: Transform rot: 3.141592653589793 rad pos: -192.5,-163.5 parent: 1 - - uid: 44006 + - uid: 69113 components: - type: Transform rot: 3.141592653589793 rad pos: -193.5,-163.5 parent: 1 - - uid: 44007 + - uid: 69114 components: - type: Transform rot: 3.141592653589793 rad pos: -194.5,-163.5 parent: 1 - - uid: 44008 + - uid: 69115 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-163.5 parent: 1 - - uid: 44009 + - uid: 69116 components: - type: Transform rot: -1.5707963267948966 rad pos: -178.5,-174.5 parent: 1 - - uid: 44010 + - uid: 69117 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-166.5 parent: 1 - - uid: 44011 + - uid: 69118 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,79.5 parent: 1 - - uid: 44012 + - uid: 69119 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,79.5 parent: 1 - - uid: 44013 + - uid: 69120 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,73.5 parent: 1 - - uid: 44014 + - uid: 69121 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,79.5 parent: 1 - - uid: 44015 + - uid: 69122 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,79.5 parent: 1 - - uid: 44016 + - uid: 69123 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,79.5 parent: 1 - - uid: 44017 + - uid: 69124 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,74.5 parent: 1 - - uid: 44018 + - uid: 69125 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,78.5 parent: 1 - - uid: 44019 + - uid: 69126 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,72.5 parent: 1 - - uid: 44020 + - uid: 69127 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,73.5 parent: 1 - - uid: 44021 + - uid: 69128 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,78.5 parent: 1 - - uid: 44022 + - uid: 69129 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,76.5 parent: 1 - - uid: 44023 + - uid: 69130 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,77.5 parent: 1 - - uid: 44024 + - uid: 69131 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,79.5 parent: 1 - - uid: 44025 + - uid: 69132 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,79.5 parent: 1 - - uid: 44026 + - uid: 69133 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,75.5 parent: 1 - - uid: 44027 + - uid: 69134 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,75.5 parent: 1 - - uid: 44028 + - uid: 69135 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,77.5 parent: 1 - - uid: 44029 + - uid: 69136 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,76.5 parent: 1 - - uid: 44030 + - uid: 69137 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,75.5 parent: 1 - - uid: 44031 + - uid: 69138 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,74.5 parent: 1 - - uid: 44032 + - uid: 69139 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,73.5 parent: 1 - - uid: 44033 + - uid: 69140 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,73.5 parent: 1 - - uid: 44034 + - uid: 69141 components: - type: Transform rot: 3.141592653589793 rad pos: -194.5,-170.5 parent: 1 - - uid: 44035 + - uid: 69142 components: - type: Transform rot: 3.141592653589793 rad pos: -188.5,-168.5 parent: 1 - - uid: 44036 + - uid: 69143 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-165.5 parent: 1 - - uid: 44037 + - uid: 69144 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-168.5 parent: 1 - - uid: 44043 + - uid: 69145 components: - type: Transform rot: 3.141592653589793 rad pos: -195.5,-164.5 parent: 1 - - uid: 44044 + - uid: 69146 components: - type: Transform rot: 3.141592653589793 rad pos: -194.5,-169.5 parent: 1 - - uid: 44045 + - uid: 69147 components: - type: Transform rot: 3.141592653589793 rad pos: -186.5,-168.5 parent: 1 - - uid: 44046 + - uid: 69148 components: - type: Transform rot: 3.141592653589793 rad pos: -189.5,-168.5 parent: 1 - - uid: 44048 + - uid: 69149 components: - type: Transform rot: -1.5707963267948966 rad pos: 149.5,153.5 parent: 1 - - uid: 44049 + - uid: 69150 components: - type: Transform rot: -1.5707963267948966 rad pos: 152.5,153.5 parent: 1 - - uid: 44050 + - uid: 69151 components: - type: Transform rot: 1.5707963267948966 rad pos: 155.5,153.5 parent: 1 - - uid: 44051 + - uid: 69152 components: - type: Transform pos: -193.5,-183.5 parent: 1 - - uid: 44052 + - uid: 69153 components: - type: Transform pos: -194.5,-183.5 parent: 1 - - uid: 44053 + - uid: 69154 components: - type: Transform pos: -192.5,-183.5 parent: 1 - - uid: 44054 + - uid: 69155 components: - type: Transform pos: -195.5,-183.5 parent: 1 - - uid: 44055 + - uid: 69156 components: - type: Transform pos: -195.5,-186.5 parent: 1 - - uid: 44056 + - uid: 69157 components: - type: Transform pos: -195.5,-185.5 parent: 1 - - uid: 44057 + - uid: 69158 components: - type: Transform pos: -195.5,-184.5 parent: 1 - - uid: 44058 + - uid: 69159 components: - type: Transform pos: -187.5,-159.5 parent: 1 - - uid: 44059 - components: - - type: Transform - pos: -189.5,-159.5 - parent: 1 - - uid: 44060 + - uid: 69160 components: - type: Transform pos: -190.5,-159.5 parent: 1 - - uid: 44061 + - uid: 69161 components: - type: Transform pos: -187.5,-160.5 parent: 1 - - uid: 44062 + - uid: 69162 components: - type: Transform pos: -188.5,-159.5 parent: 1 - - uid: 44063 + - uid: 69163 components: - type: Transform pos: -191.5,-159.5 parent: 1 - - uid: 44064 + - uid: 69164 components: - type: Transform pos: -187.5,-161.5 parent: 1 - - uid: 44065 + - uid: 69165 components: - type: Transform pos: -191.5,-160.5 parent: 1 - - uid: 44066 + - uid: 69166 components: - type: Transform pos: -191.5,-161.5 parent: 1 - - uid: 44067 + - uid: 69167 components: - type: Transform pos: -191.5,-162.5 parent: 1 - - uid: 44068 + - uid: 69168 components: - type: Transform pos: -187.5,-162.5 parent: 1 - - uid: 44069 + - uid: 69169 components: - type: Transform pos: -186.5,-190.5 parent: 1 - - uid: 44070 + - uid: 69170 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,53.5 parent: 1 - - uid: 44071 + - uid: 69171 components: - type: Transform pos: 41.5,51.5 parent: 1 - - uid: 44072 + - uid: 69172 components: - type: Transform pos: 41.5,56.5 parent: 1 - - uid: 44073 + - uid: 69173 components: - type: Transform pos: 44.5,56.5 parent: 1 - - uid: 44074 + - uid: 69174 components: - type: Transform pos: 41.5,49.5 parent: 1 - - uid: 44075 + - uid: 69175 components: - type: Transform pos: 41.5,53.5 parent: 1 - - uid: 44076 + - uid: 69176 components: - type: Transform pos: 43.5,48.5 parent: 1 - - uid: 44077 + - uid: 69177 components: - type: Transform pos: 45.5,55.5 parent: 1 - - uid: 44078 + - uid: 69178 components: - type: Transform pos: 41.5,48.5 parent: 1 - - uid: 44079 + - uid: 69179 components: - type: Transform pos: 41.5,50.5 parent: 1 - - uid: 44080 + - uid: 69180 components: - type: Transform pos: 45.5,54.5 parent: 1 - - uid: 44081 + - uid: 69181 components: - type: Transform pos: 45.5,50.5 parent: 1 - - uid: 44082 + - uid: 69182 components: - type: Transform pos: 45.5,52.5 parent: 1 - - uid: 44083 + - uid: 69183 components: - type: Transform pos: 45.5,56.5 parent: 1 - - uid: 44084 + - uid: 69184 components: - type: Transform pos: 41.5,55.5 parent: 1 - - uid: 44085 + - uid: 69185 components: - type: Transform pos: 41.5,54.5 parent: 1 - - uid: 44086 + - uid: 69186 components: - type: Transform pos: 45.5,48.5 parent: 1 - - uid: 44087 + - uid: 69187 components: - type: Transform pos: 44.5,48.5 parent: 1 - - uid: 44088 + - uid: 69188 components: - type: Transform pos: 45.5,51.5 parent: 1 - - uid: 44089 + - uid: 69189 components: - type: Transform pos: 42.5,48.5 parent: 1 - - uid: 44090 + - uid: 69190 components: - type: Transform pos: 45.5,49.5 parent: 1 - - uid: 44091 + - uid: 69191 components: - type: Transform pos: 42.5,56.5 parent: 1 - - uid: 44092 + - uid: 69192 components: - type: Transform pos: 43.5,56.5 parent: 1 -- proto: WarningPlasma - entities: - - uid: 49670 + - uid: 69193 components: - type: Transform - pos: 190.5,221.5 + pos: -189.5,-159.5 parent: 1 - proto: WarpPoint entities: - - uid: 44093 + - uid: 69194 + components: + - type: MetaData + name: > + Vault Upper + - type: Transform + pos: -30.5,-186.5 + parent: 1 + - type: WarpPoint + id: Vault Upper + - uid: 69195 + components: + - type: MetaData + name: Washington BOS Entrance + - type: Transform + pos: 155.5,-200.5 + parent: 1 + - type: WarpPoint + id: bunkertop + - uid: 69196 + components: + - type: MetaData + name: Oasis Shop + - type: Transform + pos: 117.5,5.5 + parent: 1 + - type: WarpPoint + id: ShopkeepUpper + - uid: 69197 + components: + - type: MetaData + name: WBOSLower + - type: Transform + pos: 269.5,136.5 + parent: 1 + - type: WarpPoint + id: bunkerstoragespawn + location: bunkerstoragespawn + - uid: 69198 components: - type: MetaData desc: Oasis @@ -498948,7 +525950,7 @@ entities: rot: 1.5707963267948966 rad pos: 122.5,-21.5 parent: 1 - - uid: 44094 + - uid: 69199 components: - type: MetaData desc: Super Duper @@ -498957,7 +525959,7 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,-39.5 parent: 1 - - uid: 44095 + - uid: 69200 components: - type: MetaData name: Tribe Camp (NE) @@ -498966,14 +525968,14 @@ entities: parent: 1 - type: WarpPoint id: NE Town (placeholder) - - uid: 44096 + - uid: 69201 components: - type: MetaData name: Raider Base (SW) - type: Transform pos: -184.5,-191.5 parent: 1 - - uid: 44097 + - uid: 69202 components: - type: Transform pos: 87.5,92.5 @@ -498981,14 +525983,14 @@ entities: - type: WarpPoint id: N Farmhouse location: N Farmhouse - - uid: 44098 + - uid: 69203 components: - type: MetaData name: NCR Base (SW) - type: Transform pos: -175.5,-111.5 parent: 1 - - uid: 44099 + - uid: 69204 components: - type: MetaData name: Dog Food Factory @@ -498996,7 +525998,7 @@ entities: rot: -1.5707963267948966 rad pos: -103.5,-144.5 parent: 1 - - uid: 44100 + - uid: 69205 components: - type: MetaData name: Residential Ruins (S) @@ -499007,14 +526009,14 @@ entities: - type: WarpPoint id: Residential Ruins (S) location: Residential Ruins (S) - - uid: 44101 + - uid: 69206 components: - type: MetaData name: Power Plant (SE) - type: Transform pos: 177.5,-166.5 parent: 1 - - uid: 44102 + - uid: 69207 components: - type: Transform pos: 141.5,-84.5 @@ -499022,7 +526024,7 @@ entities: - type: WarpPoint id: Road Tunnel (E) location: Road Tunnel (E) - - uid: 44103 + - uid: 69208 components: - type: Transform pos: 209.5,-32.5 @@ -499030,7 +526032,7 @@ entities: - type: WarpPoint id: Ranger Outpost (E) location: Ranger Outpost (E) - - uid: 44104 + - uid: 69209 components: - type: Transform pos: -18.5,7.5 @@ -499038,14 +526040,14 @@ entities: - type: WarpPoint id: School (City) location: School (City) - - uid: 44105 + - uid: 69210 components: - type: MetaData name: Mining Village (N) - type: Transform pos: 42.5,157.5 parent: 1 - - uid: 44447 + - uid: 69211 components: - type: MetaData name: TestPoint TTT @@ -499053,15 +526055,7 @@ entities: rot: 1.5707963267948966 rad pos: -283.5,77.5 parent: 1 - - uid: 47349 - components: - - type: MetaData - name: Red-Caravan (NW) - - type: Transform - rot: 3.141592653589793 rad - pos: -398.5,77.5 - parent: 1 - - uid: 62502 + - uid: 69212 components: - type: Transform pos: -168.5,26.5 @@ -499069,88 +526063,84 @@ entities: - type: WarpPoint id: BOS Midwest Base location: BOS Midwest Base + - uid: 69213 + components: + - type: MetaData + name: Vault spawnpoints + - type: Transform + pos: 311.5,100.5 + parent: 1 + - type: WarpPoint + id: Vault Core + - uid: 69214 + components: + - type: MetaData + name: Drug Town + - type: Transform + pos: 94.5,-117.5 + parent: 1 - proto: WaterTank entities: - - uid: 44106 + - uid: 69215 components: - type: Transform pos: -84.5,-100.5 parent: 1 - - uid: 44107 + - uid: 69216 components: - type: Transform pos: -39.5,-105.5 parent: 1 - - uid: 44108 +- proto: WeaponCapacitorRecharger + entities: + - uid: 69217 components: - type: Transform - pos: 211.5,206.5 + rot: -1.5707963267948966 rad + pos: -184.5,-103.5 parent: 1 -- proto: WeaponCapacitorRecharger - entities: - - uid: 64057 + - uid: 69218 components: - type: Transform - pos: -153.5,66.5 + pos: -153.5,67.5 parent: 1 - - uid: 65086 + - uid: 69219 components: - type: Transform pos: -186.5,23.5 parent: 1 - proto: WeaponRifleBB entities: - - uid: 49971 + - uid: 69220 components: - type: Transform pos: -187.96413,-135.26393 parent: 1 -- proto: WeaponTurretSyndicate - entities: - - uid: 5916 - components: - - type: Transform - pos: 201.5,221.5 - parent: 1 - proto: WetFloorSign entities: - - uid: 44111 + - uid: 69221 components: - type: Transform pos: 36.695694,-61.715157 parent: 1 - - uid: 44112 + - uid: 69222 components: - type: Transform pos: 36.425365,-77.585785 parent: 1 - - uid: 44113 + - uid: 69223 components: - type: Transform pos: -54.52836,-105.62027 parent: 1 - - uid: 44114 + - uid: 69224 components: - type: Transform pos: 186.50261,53.639397 parent: 1 -- proto: Windoor - entities: - - uid: 44115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -179.5,-107.5 - parent: 1 - - uid: 44117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -182.5,-107.5 - parent: 1 - proto: WindoorSecureHeadOfPersonnelLocked entities: - - uid: 44119 + - uid: 69225 components: - type: Transform rot: 1.5707963267948966 rad @@ -499160,534 +526150,528 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -399096.97 + secondsUntilStateChange: -434803.38 state: Opening - proto: Window entities: - - uid: 21988 + - uid: 69226 components: - type: Transform pos: 169.5,-157.5 parent: 1 - - uid: 21989 + - uid: 69227 components: - type: Transform pos: 169.5,-156.5 parent: 1 - - uid: 48117 + - uid: 69228 components: - type: Transform pos: 179.5,-166.5 parent: 1 - - uid: 61636 + - uid: 69229 components: - type: Transform pos: -184.5,34.5 parent: 1 - - uid: 61694 + - uid: 69230 components: - type: Transform pos: -185.5,34.5 parent: 1 - - uid: 61696 + - uid: 69231 components: - type: Transform pos: -190.5,34.5 parent: 1 - - uid: 61699 + - uid: 69232 components: - type: Transform pos: -189.5,34.5 parent: 1 - - uid: 62919 + - uid: 69233 components: - type: Transform pos: 179.5,-165.5 parent: 1 - - uid: 62990 + - uid: 69234 components: - type: Transform pos: 179.5,-167.5 parent: 1 - - uid: 63251 + - uid: 69235 components: - type: Transform pos: 179.5,-175.5 parent: 1 - - uid: 63252 + - uid: 69236 components: - type: Transform pos: 179.5,-176.5 parent: 1 - - uid: 63341 + - uid: 69237 components: - type: Transform pos: 179.5,-177.5 parent: 1 - proto: WindowReinforcedDirectional entities: - - uid: 44122 + - uid: 69238 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-113.5 parent: 1 - - uid: 44123 + - uid: 69239 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-115.5 parent: 1 - - uid: 44124 + - uid: 69240 components: - type: Transform pos: -54.5,-49.5 parent: 1 - - uid: 44125 + - uid: 69241 components: - type: Transform pos: -55.5,-49.5 parent: 1 - - uid: 44126 + - uid: 69242 components: - type: Transform pos: -56.5,-49.5 parent: 1 +- proto: WoodblockInstrument + entities: + - uid: 69243 + components: + - type: Transform + pos: 112.59667,22.541698 + parent: 1 - proto: WoodenBench entities: - - uid: 44127 + - uid: 69244 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-109.5 parent: 1 - - uid: 44128 + - uid: 69245 components: - type: Transform rot: 3.141592653589793 rad pos: 155.5,141.5 parent: 1 - - uid: 44129 + - uid: 69246 components: - type: Transform rot: 3.141592653589793 rad pos: 157.5,141.5 parent: 1 - - uid: 44130 + - uid: 69247 components: - type: Transform rot: 3.141592653589793 rad pos: 156.5,141.5 parent: 1 - - uid: 44131 + - uid: 69248 components: - type: Transform rot: 3.141592653589793 rad pos: 157.5,139.5 parent: 1 - - uid: 44132 + - uid: 69249 components: - type: Transform rot: 3.141592653589793 rad pos: 156.5,139.5 parent: 1 - - uid: 44133 + - uid: 69250 components: - type: Transform rot: 3.141592653589793 rad pos: 155.5,139.5 parent: 1 - - uid: 44134 + - uid: 69251 components: - type: Transform rot: 3.141592653589793 rad pos: 152.5,139.5 parent: 1 - - uid: 44135 + - uid: 69252 components: - type: Transform rot: 3.141592653589793 rad pos: 151.5,139.5 parent: 1 - - uid: 44136 + - uid: 69253 components: - type: Transform rot: 3.141592653589793 rad pos: 153.5,139.5 parent: 1 - - uid: 44137 + - uid: 69254 components: - type: Transform rot: 3.141592653589793 rad pos: 153.5,141.5 parent: 1 - - uid: 44138 + - uid: 69255 components: - type: Transform rot: 3.141592653589793 rad pos: 152.5,141.5 parent: 1 - - uid: 44139 + - uid: 69256 components: - type: Transform rot: 3.141592653589793 rad pos: 151.5,141.5 parent: 1 - - uid: 44140 + - uid: 69257 components: - type: Transform rot: 3.141592653589793 rad pos: -190.5,-118.5 parent: 1 - - uid: 44141 + - uid: 69258 components: - type: Transform rot: 3.141592653589793 rad pos: -187.5,-118.5 parent: 1 - - uid: 44142 + - uid: 69259 components: - type: Transform pos: -188.5,-116.5 parent: 1 - - uid: 44143 + - uid: 69260 components: - type: Transform pos: -190.5,-116.5 parent: 1 - - uid: 44144 + - uid: 69261 components: - type: Transform pos: -187.5,-116.5 parent: 1 - - uid: 44145 + - uid: 69262 components: - type: Transform rot: 3.141592653589793 rad pos: -189.5,-118.5 parent: 1 - - uid: 44146 + - uid: 69263 components: - type: Transform pos: -189.5,-116.5 parent: 1 - - uid: 44147 + - uid: 69264 components: - type: Transform rot: 3.141592653589793 rad pos: -188.5,-118.5 parent: 1 - - uid: 44148 + - uid: 69265 components: - type: Transform rot: 3.141592653589793 rad pos: 122.5,24.5 parent: 1 - - uid: 44149 + - uid: 69266 components: - type: Transform rot: 3.141592653589793 rad pos: 124.5,24.5 parent: 1 - - uid: 44150 + - uid: 69267 components: - type: Transform rot: 3.141592653589793 rad pos: 125.5,24.5 parent: 1 - - uid: 44151 + - uid: 69268 components: - type: Transform rot: 3.141592653589793 rad pos: 121.5,24.5 parent: 1 - - uid: 44152 + - uid: 69269 components: - type: Transform rot: 3.141592653589793 rad pos: 122.5,26.5 parent: 1 - - uid: 44153 + - uid: 69270 components: - type: Transform rot: 3.141592653589793 rad pos: 125.5,26.5 parent: 1 - - uid: 44154 + - uid: 69271 components: - type: Transform rot: 3.141592653589793 rad pos: 124.5,26.5 parent: 1 - - uid: 44155 + - uid: 69272 components: - type: Transform rot: 3.141592653589793 rad pos: 121.5,26.5 parent: 1 - - uid: 44156 + - uid: 69273 components: - type: Transform rot: 3.141592653589793 rad pos: 124.5,28.5 parent: 1 - - uid: 44157 + - uid: 69274 components: - type: Transform rot: 3.141592653589793 rad pos: 122.5,28.5 parent: 1 - - uid: 44158 + - uid: 69275 components: - type: Transform rot: 3.141592653589793 rad pos: 121.5,28.5 parent: 1 - - uid: 44159 + - uid: 69276 components: - type: Transform rot: 3.141592653589793 rad pos: 125.5,28.5 parent: 1 - - uid: 44160 + - uid: 69277 components: - type: Transform pos: 19.5,-64.5 parent: 1 - - uid: 44161 + - uid: 69278 components: - type: Transform pos: 20.5,-64.5 parent: 1 - - uid: 44162 + - uid: 69279 components: - type: Transform pos: 179.5,192.5 parent: 1 - - uid: 44163 + - uid: 69280 components: - type: Transform pos: 182.5,192.5 parent: 1 - - uid: 44164 + - uid: 69281 components: - type: Transform rot: 3.141592653589793 rad pos: 171.5,161.5 parent: 1 - - uid: 44165 + - uid: 69282 components: - type: Transform pos: 171.5,164.5 parent: 1 - - uid: 44166 + - uid: 69283 components: - type: Transform rot: 3.141592653589793 rad pos: 170.5,161.5 parent: 1 - - uid: 44167 + - uid: 69284 components: - type: Transform pos: 84.5,93.5 parent: 1 - - uid: 45768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -408.5,56.5 - parent: 1 - - uid: 45774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -402.5,61.5 - parent: 1 - - uid: 45777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -408.5,61.5 - parent: 1 - proto: WoodenSupport entities: - - uid: 44168 + - uid: 69285 components: - type: Transform rot: -1.5707963267948966 rad pos: 205.5,169.5 parent: 1 - - uid: 44169 + - uid: 69286 components: - type: Transform rot: -1.5707963267948966 rad pos: 190.5,191.5 parent: 1 - - uid: 44170 + - uid: 69287 components: - type: Transform rot: -1.5707963267948966 rad pos: 184.5,94.5 parent: 1 - - uid: 44171 + - uid: 69288 components: - type: Transform rot: -1.5707963267948966 rad pos: 190.5,94.5 parent: 1 - - uid: 64119 + - uid: 69289 components: - type: Transform pos: -100.5,-33.5 parent: 1 - - uid: 64132 + - uid: 69290 components: - type: Transform pos: -110.5,-33.5 parent: 1 - - uid: 64172 + - uid: 69291 components: - type: Transform pos: -100.5,-26.5 parent: 1 - proto: WoodenSupportBeam entities: - - uid: 44172 + - uid: 69292 components: - type: Transform rot: -1.5707963267948966 rad pos: 209.5,184.5 parent: 1 - - uid: 44173 + - uid: 69293 components: - type: Transform rot: -1.5707963267948966 rad pos: 214.5,184.5 parent: 1 - - uid: 44174 + - uid: 69294 components: - type: Transform rot: -1.5707963267948966 rad pos: 214.5,180.5 parent: 1 - - uid: 44192 + - uid: 69295 components: - type: Transform rot: 3.141592653589793 rad pos: -242.5,-106.5 parent: 1 - - uid: 44261 + - uid: 69296 components: - type: Transform rot: 1.5707963267948966 rad pos: -245.5,-100.5 parent: 1 - - uid: 44326 + - uid: 69297 components: - type: Transform rot: 3.141592653589793 rad pos: -241.5,-106.5 parent: 1 - - uid: 64158 + - uid: 69298 components: - type: Transform pos: -105.5,-27.5 parent: 1 - - uid: 64176 + - uid: 69299 components: - type: Transform pos: -101.5,-26.5 parent: 1 - proto: WoodenSupportWall entities: - - uid: 17701 + - uid: 69300 components: - type: Transform rot: 1.5707963267948966 rad pos: -243.5,-100.5 parent: 1 - - uid: 44313 + - uid: 69301 components: - type: Transform rot: 1.5707963267948966 rad pos: -242.5,-100.5 parent: 1 - - uid: 64141 + - uid: 69302 components: - type: Transform pos: -106.5,-27.5 parent: 1 - - uid: 64170 + - uid: 69303 components: - type: Transform pos: -107.5,-27.5 parent: 1 - proto: WoodenSupportWallBroken entities: - - uid: 21654 + - uid: 69304 components: - type: Transform rot: 1.5707963267948966 rad pos: -244.5,-100.5 parent: 1 - - uid: 22623 + - uid: 69305 components: - type: Transform pos: 150.5,173.5 parent: 1 - - uid: 41664 + - uid: 69306 components: - type: Transform rot: 1.5707963267948966 rad pos: 201.5,192.5 parent: 1 - - uid: 44175 + - uid: 69307 components: - type: Transform pos: 207.5,192.5 parent: 1 - - uid: 44176 + - uid: 69308 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,69.5 parent: 1 - - uid: 44177 + - uid: 69309 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-104.5 parent: 1 - - uid: 44178 + - uid: 69310 components: - type: Transform pos: 162.5,-93.5 parent: 1 - - uid: 44179 + - uid: 69311 components: - type: Transform rot: 1.5707963267948966 rad pos: 164.5,13.5 parent: 1 - - uid: 44180 + - uid: 69312 components: - type: Transform pos: 204.5,187.5 parent: 1 - - uid: 49859 + - uid: 69313 components: - type: Transform rot: 1.5707963267948966 rad pos: 202.5,183.5 parent: 1 - - uid: 64166 + - uid: 69314 components: - type: Transform pos: -108.5,-27.5 parent: 1 - proto: Wrench entities: - - uid: 44182 + - uid: 69315 + components: + - type: Transform + pos: 134.57394,23.77927 + parent: 1 + - uid: 69316 components: - type: Transform rot: -1.5707963267948966 rad @@ -499695,25 +526679,25 @@ entities: parent: 1 - proto: Zipties entities: - - uid: 65706 + - uid: 69317 components: - type: Transform pos: 104.43157,-106.09005 parent: 1 - proto: ZiptiesBroken entities: - - uid: 7596 + - uid: 69318 components: - type: Transform pos: -184.90993,-110.17621 parent: 1 - - uid: 44183 + - uid: 69319 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.58688,-108.484634 parent: 1 - - uid: 44184 + - uid: 69320 components: - type: Transform rot: 3.141592653589793 rad diff --git a/Resources/Maps/N14/SunnyvaleUnderground.yml b/Resources/Maps/N14/SunnyvaleUnderground.yml new file mode 100644 index 00000000000..f307bd964d1 --- /dev/null +++ b/Resources/Maps/N14/SunnyvaleUnderground.yml @@ -0,0 +1,111661 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 27: FloorCave + 2: FloorCaveDrought + 5: FloorDirtIndoors + 1: FloorDirtNew + 75: FloorMS13CarpetBlue + 3: FloorMS13ConcreteIndustrial + 13: FloorMS13ConcreteIndustrialSplit + 18: FloorMS13MetalGrate + 8: FloorMS13MetalIndustrial + 17: FloorMS13MetalSolid + 90: FloorMS13TileBlack + 7: FloorMS13TileBlackFull + 14: FloorMS13TileCafe + 6: FloorMS13TileCheck + 11: FloorMS13TileGrey + 19: FloorMS13TileGreyLarge + 16: FloorMS13TileGreyLong + 10: FloorMS13TileLongBlue + 12: FloorMS13TileNavy + 107: FloorMS13TileNavyFull + 112: FloorMS13TileWhiteFull + 24: FloorMS13WoodCommon + 4: FloorMS13WoodFancy + 23: FloorMS13WoodWide + 21: FloorMetalGreyDark + 20: FloorMetalGreyDarkSolid + 22: FloorMetalRedSolid + 25: FloorMetalYellowSolid + 15: FloorWoodMaple + 258: WaterDeep + 259: WaterMedium + 9: WaterShallow +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + inherent: True + enabled: True + - type: MapAtmosphere + space: False + mixture: + volume: 2500 + immutable: True + temperature: 293.15 + moles: + - 21.82478 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 2 + components: + - type: MetaData + name: grid + - type: Transform + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AQAAAAAAAQAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABAgAAAAADAgAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAGAgAAAAAGAgAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACAgAAAAAFAQAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAAQAAAAAAAQAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACAgAAAAABAgAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGAgAAAAAFAgAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABAgAAAAADAgAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAAgAAAAAFAgAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGAgAAAAAGAgAAAAAHGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEAgAAAAADAgAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABAgAAAAAHAgAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADAgAAAAAAAgAAAAAHAgAAAAABAgAAAAAFAQAAAAAAWgAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACAQAAAAAAAgAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACAQAAAAAAAQAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEAgAAAAAAAQAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: GwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADAgAAAAACAgAAAAAHGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAADAgAAAAADAgAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAADAgAAAAAHAgAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGAQAAAAAAAgAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFAQAAAAAAAQAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAACAgAAAAAGAQAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAAgAAAAAAAgAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEAgAAAAAGAgAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACAgAAAAADAgAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFAQAAAAAAAgAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAE + version: 6 + -1,0: + ind: -1,0 + tiles: awAAAAAEawAAAAACawAAAAAFawAAAAAHawAAAAAEawAAAAAFawAAAAAGawAAAAAGawAAAAADawAAAAABawAAAAAFawAAAAAHawAAAAAEawAAAAADAwAAAAAAGwAAAAAEawAAAAAHawAAAAAHawAAAAAHawAAAAAEawAAAAAEawAAAAAEawAAAAAFawAAAAADawAAAAAEawAAAAACawAAAAADawAAAAAGawAAAAAFawAAAAAFAwAAAAAAGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAGawAAAAAEawAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAHAwAAAAAAAwAAAAAAGwAAAAAGAwAAAAAAGwAAAAAEAwAAAAAAawAAAAAHawAAAAADawAAAAAHAwAAAAAAawAAAAACawAAAAABawAAAAAFawAAAAADawAAAAADawAAAAAEawAAAAAHAwAAAAAAGwAAAAADAwAAAAAAGwAAAAAFAwAAAAAAawAAAAABcAAAAAAEawAAAAAEAwAAAAAABQAAAAAABQAAAAAABQAAAAAAawAAAAAHawAAAAAHawAAAAABawAAAAAGAwAAAAAAGwAAAAABAwAAAAAAGwAAAAAFAwAAAAAAawAAAAAHawAAAAADawAAAAAHAwAAAAAABQAAAAAABQAAAAAAawAAAAAHBQAAAAAAawAAAAAGawAAAAAGawAAAAACAwAAAAAAGwAAAAAAGwAAAAADGwAAAAADAwAAAAAAawAAAAAHawAAAAAGawAAAAAHAwAAAAAAawAAAAAGawAAAAACBQAAAAAAawAAAAAEawAAAAAHawAAAAAHawAAAAAGAwAAAAAAGwAAAAADGwAAAAAFAwAAAAAAAwAAAAAAawAAAAAEawAAAAACawAAAAAHAwAAAAAABQAAAAAABQAAAAAAawAAAAAHawAAAAAFawAAAAADawAAAAAEawAAAAADAwAAAAAAGwAAAAABGwAAAAAAAwAAAAAAAwAAAAAAawAAAAAHawAAAAAHawAAAAAHAwAAAAAABQAAAAAABQAAAAAAawAAAAAEawAAAAAFawAAAAACawAAAAABawAAAAACAwAAAAAAGwAAAAAEGwAAAAAEAwAAAAAAAwAAAAAAawAAAAADawAAAAAFawAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAFAwAAAAAAAwAAAAAAGwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAawAAAAADawAAAAACawAAAAAGawAAAAAGawAAAAAHawAAAAAEawAAAAAHawAAAAAGawAAAAAHawAAAAABAwAAAAAAAwAAAAAAGwAAAAAFawAAAAAHawAAAAAFawAAAAADawAAAAAHawAAAAADawAAAAADawAAAAADawAAAAADawAAAAACawAAAAAFawAAAAAHawAAAAAGawAAAAAGAwAAAAAAAwAAAAAAGwAAAAACawAAAAABawAAAAACawAAAAAGawAAAAAHawAAAAABawAAAAAGawAAAAAHawAAAAAFawAAAAAFawAAAAAFawAAAAADawAAAAADawAAAAAFAwAAAAAAAwAAAAAAGwAAAAAEawAAAAAGawAAAAAHawAAAAACawAAAAAGawAAAAAHawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABAAAAAABBAAAAAADBAAAAAABBAAAAAADBAAAAAADBAAAAAACAwAAAAAAGwAAAAAAGwAAAAAEAwAAAAAABAAAAAACBAAAAAADBAAAAAADBAAAAAABBAAAAAADAwAAAAAABAAAAAACBAAAAAACBAAAAAADBAAAAAACBAAAAAADBAAAAAACAwAAAAAAGwAAAAABAQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: GwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGWgAAAAAEWgAAAAACAQAAAAAAAQAAAAAAAgAAAAAGAgAAAAABAgAAAAACAgAAAAAHAgAAAAACAgAAAAABAgAAAAAEAQAAAAAAAQAAAAAAAgAAAAABAgAAAAAFAgAAAAAFWgAAAAAFWgAAAAAEWgAAAAAHAQAAAAAAAQAAAAAAAgAAAAADAgAAAAAFAgAAAAAEAgAAAAAFAgAAAAACAgAAAAAGAgAAAAAHAgAAAAADAQAAAAAAAgAAAAABAgAAAAAGAwAAAAAAGwAAAAAGGwAAAAAGAQAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEAQAAAAAAAQAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAAwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAAwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFAwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAAQAAAAAAAwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAABAwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAawAAAAAEawAAAAAHawAAAAAFawAAAAAHawAAAAADawAAAAAHawAAAAAHawAAAAABawAAAAAFawAAAAACawAAAAAHawAAAAAHawAAAAAFawAAAAAFAwAAAAAAGwAAAAAB + version: 6 + -3,0: + ind: -3,0 + tiles: awAAAAACawAAAAAHawAAAAAHAwAAAAAAawAAAAAFawAAAAADawAAAAAGAwAAAAAAawAAAAABawAAAAADawAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAGawAAAAAFawAAAAACAwAAAAAAawAAAAAGawAAAAAGawAAAAAHAwAAAAAAawAAAAAGawAAAAACawAAAAAHAwAAAAAAawAAAAAEawAAAAAHawAAAAAFawAAAAAEawAAAAAGawAAAAAHawAAAAAGcAAAAAAEawAAAAADawAAAAAFawAAAAAHcAAAAAAFawAAAAAHawAAAAAGawAAAAAEAwAAAAAAawAAAAAHawAAAAAFawAAAAAHawAAAAABawAAAAAGawAAAAAGawAAAAAHAwAAAAAAawAAAAAHawAAAAAEawAAAAAGAwAAAAAAawAAAAAFawAAAAAHawAAAAADAwAAAAAAawAAAAAEawAAAAAHawAAAAAGawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAADawAAAAAHawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAEawAAAAABawAAAAAGAwAAAAAAawAAAAAHawAAAAACawAAAAACawAAAAAFawAAAAAHawAAAAADawAAAAAEawAAAAAFawAAAAAEAwAAAAAAawAAAAAHawAAAAAHawAAAAADawAAAAAFawAAAAAHAwAAAAAAawAAAAAEawAAAAAGawAAAAAHawAAAAAGawAAAAAGawAAAAAFawAAAAAGawAAAAAEawAAAAAFcAAAAAAGawAAAAAGawAAAAAGawAAAAAFawAAAAAHawAAAAAHAwAAAAAAawAAAAAFawAAAAAHawAAAAAHawAAAAABawAAAAAGawAAAAAEawAAAAADawAAAAACawAAAAAHAwAAAAAAawAAAAAHawAAAAADawAAAAAHawAAAAAFawAAAAAFAwAAAAAAawAAAAAEawAAAAAHawAAAAAFawAAAAAEawAAAAADawAAAAAHawAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAGawAAAAAFawAAAAAHcAAAAAAGawAAAAACawAAAAAHawAAAAACawAAAAADawAAAAAHawAAAAAHawAAAAAFAwAAAAAAawAAAAAGawAAAAAGawAAAAAHAwAAAAAAawAAAAAFawAAAAAGawAAAAAGAwAAAAAAawAAAAAFawAAAAAEawAAAAADawAAAAAHawAAAAAHawAAAAADawAAAAAGAwAAAAAAawAAAAAHawAAAAAHawAAAAAGAwAAAAAAawAAAAAEawAAAAAGawAAAAAGAwAAAAAAawAAAAAGawAAAAAFawAAAAAFawAAAAAHawAAAAAGawAAAAAHawAAAAABcAAAAAAHawAAAAAGawAAAAAGawAAAAAHAwAAAAAAawAAAAAHawAAAAAGawAAAAAFcAAAAAAFawAAAAAFawAAAAAFawAAAAAGawAAAAAGawAAAAAFawAAAAAEawAAAAAGAwAAAAAAawAAAAADawAAAAAEawAAAAABAwAAAAAAawAAAAAHawAAAAAGawAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAHawAAAAAHawAAAAAGawAAAAAHawAAAAAFawAAAAAFawAAAAAFawAAAAACawAAAAAFawAAAAACawAAAAAHawAAAAAEAwAAAAAABgAAAAAEBgAAAAAGBgAAAAAGawAAAAADawAAAAAEawAAAAAHawAAAAAGawAAAAAGawAAAAAFawAAAAAFawAAAAACawAAAAAGawAAAAAFawAAAAAFawAAAAAGcAAAAAAHBgAAAAAGBgAAAAAHBgAAAAAE + version: 6 + 2,-2: + ind: 2,-2 + tiles: GwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAF + version: 6 + 1,-2: + ind: 1,-2 + tiles: GwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAD + version: 6 + 1,-1: + ind: 1,-1 + tiles: GwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAB + version: 6 + 1,0: + ind: 1,0 + tiles: GwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAD + version: 6 + 1,1: + ind: 1,1 + tiles: GwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAD + version: 6 + -2,-2: + ind: -2,-2 + tiles: GwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGBwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADBwAAAAAGGwAAAAADBwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACBwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADBwAAAAABBwAAAAAHGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAABBwAAAAAGBwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAACBwAAAAAHBwAAAAAGBwAAAAAFBwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAFBwAAAAAFBwAAAAAFBwAAAAAGBwAAAAAHGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGBwAAAAACBwAAAAAEBwAAAAAGBwAAAAAHGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEBwAAAAAGBwAAAAAEBwAAAAADBwAAAAAHGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEBwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABwAAAAAHGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADAwAAAAAABwAAAAAFawAAAAAHawAAAAAGawAAAAAHawAAAAAHBwAAAAAHAwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFAwAAAAAAawAAAAAHawAAAAADawAAAAACawAAAAAHawAAAAAHawAAAAAHAwAAAAAAGwAAAAACGwAAAAAAcAAAAAAGAwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAAwAAAAAAawAAAAAFawAAAAAHawAAAAAEawAAAAAEawAAAAAFawAAAAADAwAAAAAAGwAAAAACGwAAAAADAwEAAAAAawAAAAADBwAAAAAHGwAAAAAEGwAAAAAEGwAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEAwAAAAAAawAAAAAHawAAAAAHawAAAAAFawAAAAAHAwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: GwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAC + version: 6 + -1,-2: + ind: -1,-2 + tiles: GwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAF + version: 6 + 0,-2: + ind: 0,-2 + tiles: GwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: GwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAE + version: 6 + 2,1: + ind: 2,1 + tiles: GwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAB + version: 6 + -2,-1: + ind: -2,-1 + tiles: GwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAHawAAAAAFawAAAAAGawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGAwAAAAAAAwEAAAAAAwEAAAAAAwEAAAAAAwEAAAAACAAAAAAGCAAAAAAEAwEAAAAAAwEAAAAAAwEAAAAAAwEAAAAAAwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAAwAAAAAAAwEAAAAAAwEAAAAAAwEAAAAAAwEAAAAACAAAAAAHCAAAAAACAwEAAAAAAwEAAAAAAwEAAAAAAwEAAAAAAwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAAwAAAAAAAwEAAAAAAwEAAAAAAwEAAAAAAwEAAAAACAAAAAAECAAAAAAFAwEAAAAAAwEAAAAAAwEAAAAAAwEAAAAAAwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADAwAAAAAABwAAAAAFBwAAAAAHBwAAAAAHBwAAAAAHawAAAAAHawAAAAAFBwAAAAAFBwAAAAAFBwAAAAAGBwAAAAAFAwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGAwAAAAAAawAAAAAGawAAAAAHawAAAAAHawAAAAAFawAAAAADawAAAAAEawAAAAACawAAAAAHawAAAAAGawAAAAAHAwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEAwAAAAAAawAAAAAEawAAAAAGawAAAAAEawAAAAAFawAAAAACawAAAAAGawAAAAABawAAAAAFawAAAAAGawAAAAAHAwAAAAAAWgAAAAAEWgAAAAAGWgAAAAAFGwAAAAAFAwAAAAAAawAAAAAEawAAAAAEawAAAAAGawAAAAAHawAAAAAHawAAAAAHawAAAAAEawAAAAAHawAAAAAEawAAAAAEAwAAAAAAWgAAAAAGWgAAAAAFWgAAAAAGGwAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAADawAAAAAGawAAAAAHAwAAAAAAawAAAAAFawAAAAAGawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAGAwAAAAAAcAAAAAADcAAAAAAEcAAAAAAEawAAAAAGawAAAAADawAAAAAGAwAAAAAAawAAAAAGawAAAAACawAAAAAEawAAAAAGawAAAAAFawAAAAABawAAAAAEGwAAAAAGAwAAAAAAcAAAAAAFcAAAAAABcAAAAAACawAAAAAGawAAAAADawAAAAAFAwAAAAAAawAAAAADawAAAAAFawAAAAAGawAAAAADawAAAAAGawAAAAAGawAAAAAHGwAAAAADAwAAAAAAcAAAAAADcAAAAAAHcAAAAAAFawAAAAAGawAAAAAFawAAAAAFAwAAAAAAawAAAAAGawAAAAAFawAAAAAHawAAAAADawAAAAAEawAAAAAHawAAAAAHGwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAFAwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABAwAAAAAAawAAAAAGawAAAAAGawAAAAABawAAAAAGawAAAAAHawAAAAAEAwAAAAAAawAAAAAHawAAAAAGawAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFAwAAAAAAawAAAAAGawAAAAAHawAAAAAHawAAAAAHawAAAAAGawAAAAAHAwAAAAAAawAAAAABawAAAAACawAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAABGwAAAAAEAwAAAAAAawAAAAAEawAAAAAFawAAAAAHawAAAAAHawAAAAAFawAAAAAFAwAAAAAAawAAAAAHawAAAAAHawAAAAAH + version: 6 + -2,1: + ind: -2,1 + tiles: BgAAAAAGCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABgAAAAAHBgAAAAAEAwAAAAAAawAAAAAFawAAAAADawAAAAAHBgAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABgAAAAAFBgAAAAAFAwAAAAAAawAAAAABawAAAAAFawAAAAAFBgAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABgAAAAACBgAAAAAGAwAAAAAAawAAAAAFawAAAAAHawAAAAAHBgAAAAAHCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABgAAAAAEBgAAAAAFAwAAAAAAawAAAAAFawAAAAAHawAAAAAGBgAAAAAGBgAAAAAHBgAAAAAFBgAAAAAEBgAAAAAFBgAAAAAFBgAAAAAHBgAAAAADBgAAAAAEBgAAAAADBgAAAAAHBgAAAAAHAwAAAAAAawAAAAAEawAAAAAEawAAAAAGBgAAAAACBgAAAAAHBgAAAAABBgAAAAAEBgAAAAABBgAAAAADBgAAAAAEBgAAAAAHBgAAAAAEBgAAAAAGBgAAAAAHBgAAAAAEAwAAAAAAawAAAAAEawAAAAACawAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAFawAAAAAHawAAAAAGawAAAAAFawAAAAAGawAAAAAEawAAAAAFawAAAAAHawAAAAAHawAAAAABawAAAAAFAwAAAAAAawAAAAAHawAAAAACawAAAAAGawAAAAAFawAAAAAHawAAAAAEawAAAAAGawAAAAAHawAAAAAEawAAAAAEawAAAAAEawAAAAAEawAAAAAGawAAAAAFawAAAAAFcAAAAAAHawAAAAAEawAAAAAHawAAAAAGawAAAAAHawAAAAAGawAAAAACawAAAAAEawAAAAAGawAAAAAGawAAAAAEawAAAAAHawAAAAACawAAAAAHawAAAAAEawAAAAAHAwAAAAAAawAAAAACawAAAAAHawAAAAAGawAAAAAHawAAAAAHawAAAAAHawAAAAACAwAAAAAAAwAAAAAAcAAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADGwAAAAAEawAAAAAFawAAAAAEawAAAAAFawAAAAABawAAAAAEawAAAAAGawAAAAAFAwAAAAAAWgAAAAADWgAAAAAEWgAAAAAHWgAAAAAEWgAAAAAEAwAAAAAAGwAAAAACAwAAAAAAawAAAAADawAAAAAHawAAAAABawAAAAAGawAAAAAHawAAAAAEawAAAAAEAwAAAAAAWgAAAAAHWgAAAAAEWgAAAAAGWgAAAAADWgAAAAAHAwAAAAAAGwAAAAAGAwAAAAAAawAAAAAHawAAAAAEawAAAAAGawAAAAAHawAAAAAHawAAAAAHawAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAWgAAAAAGAwAAAAAAAwAAAAAAGwAAAAAEAwAAAAAAawAAAAADawAAAAAFawAAAAADawAAAAAHawAAAAAGawAAAAAEawAAAAAFawAAAAAFawAAAAAEawAAAAADawAAAAAFawAAAAAGawAAAAAFAwAAAAAAGwAAAAABAwAAAAAAawAAAAADawAAAAAEawAAAAACawAAAAACawAAAAAGawAAAAAHawAAAAAGawAAAAAFawAAAAADawAAAAADawAAAAAGawAAAAAEawAAAAAEAwAAAAAAGwAAAAACAwAAAAAAawAAAAAFawAAAAAD + version: 6 + -3,1: + ind: -3,1 + tiles: awAAAAAEawAAAAAGawAAAAADawAAAAAHawAAAAAEawAAAAAEawAAAAAFawAAAAAGawAAAAAFawAAAAAFawAAAAADawAAAAADAwAAAAAABgAAAAAFBgAAAAAFBgAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAEBgAAAAAHBgAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAACGwAAAAAGAwAAAAAABgAAAAAEBgAAAAAFBgAAAAAHGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADAwAAAAAABgAAAAAHBgAAAAADBgAAAAAHGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEAwAAAAAABgAAAAABBgAAAAAGBgAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAEBgAAAAAHBgAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAADawAAAAAFawAAAAAGawAAAAAFawAAAAAHawAAAAAGawAAAAAGawAAAAAFawAAAAAHawAAAAAFawAAAAADawAAAAAGawAAAAAHawAAAAAFawAAAAAHawAAAAACawAAAAAHawAAAAAGawAAAAAEawAAAAAHawAAAAADawAAAAADawAAAAADawAAAAAFawAAAAAFawAAAAABawAAAAACawAAAAADawAAAAAFawAAAAADawAAAAADawAAAAAFawAAAAADawAAAAADawAAAAAHawAAAAAHawAAAAAHawAAAAAHawAAAAACawAAAAAEawAAAAAFawAAAAADawAAAAAGawAAAAAEawAAAAAHawAAAAADawAAAAAEawAAAAAFawAAAAAHAwAAAAAAawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAawAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAEawAAAAAGawAAAAAEawAAAAAGawAAAAAGawAAAAAGawAAAAACawAAAAADAwAAAAAAawAAAAAHawAAAAAHawAAAAADBgAAAAAFBgAAAAAEBgAAAAADAwAAAAAAawAAAAAGawAAAAAGawAAAAAEawAAAAAEawAAAAADawAAAAAHawAAAAABawAAAAAGAwAAAAAAawAAAAAHawAAAAAFawAAAAAEBgAAAAAEBgAAAAAHBgAAAAAGAwAAAAAAawAAAAACawAAAAACawAAAAACawAAAAAGawAAAAAHawAAAAAFawAAAAAHawAAAAAHAwAAAAAAawAAAAADawAAAAAGawAAAAAFBgAAAAADBgAAAAAFBgAAAAAEAwAAAAAAawAAAAAFawAAAAAFawAAAAAHawAAAAAHawAAAAAGawAAAAADawAAAAAGawAAAAAGAwAAAAAAawAAAAADawAAAAADawAAAAAHBgAAAAACBgAAAAAGBgAAAAAEAwAAAAAAawAAAAABawAAAAAGawAAAAAGawAAAAAHawAAAAAEawAAAAAEawAAAAAEawAAAAAGAwAAAAAAawAAAAABawAAAAAHawAAAAAF + version: 6 + -2,0: + ind: -2,0 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAFawAAAAABawAAAAACawAAAAAHawAAAAAEawAAAAAEawAAAAADawAAAAAEawAAAAAGawAAAAADawAAAAAGawAAAAADawAAAAAHawAAAAAEawAAAAAEawAAAAAGawAAAAADawAAAAACawAAAAAFawAAAAAGawAAAAAHawAAAAAEawAAAAAEawAAAAACawAAAAADawAAAAAGawAAAAAHawAAAAAHawAAAAAGawAAAAAFawAAAAAFawAAAAAGawAAAAAFawAAAAAFawAAAAAFawAAAAADawAAAAAFawAAAAADawAAAAAHawAAAAAEawAAAAAHawAAAAAGawAAAAADawAAAAAHawAAAAAGawAAAAACawAAAAAHawAAAAAGawAAAAAHawAAAAAGawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAGawAAAAABAwAAAAAAAwAAAAAAcAAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAADCgAAAAACAwAAAAAACgAAAAAECgAAAAADAwAAAAAAcAAAAAADawAAAAAHAwAAAAAACgAAAAAFCgAAAAAGCgAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAACgAAAAAFAwAAAAAACgAAAAACAwAAAAAAAwAAAAAAcAAAAAAGcAAAAAABAwAAAAAACgAAAAADCgAAAAACCgAAAAAFAwAAAAAAGwAAAAAGGwAAAAADGwAAAAABcAAAAAAGcAAAAAAHcAAAAAADcAAAAAAHcAAAAAAFcAAAAAAEcAAAAAACcAAAAAAHawAAAAAGCgAAAAAHCgAAAAAFCgAAAAAHAwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGcAAAAAAFcAAAAAAGcAAAAAAFcAAAAAAHcAAAAAAHcAAAAAAEcAAAAAAFcAAAAAAEAwAAAAAACgAAAAAECgAAAAAHCgAAAAAFAwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAEcAAAAAAHAwAAAAAACgAAAAABCgAAAAAECgAAAAACAwAAAAAAGwAAAAAAGwAAAAABGwAAAAACcAAAAAAEcAAAAAAGcAAAAAAHcAAAAAAHcAAAAAAHcAAAAAAGcAAAAAAFcAAAAAAGawAAAAAFCgAAAAAHCgAAAAAHCgAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAADcAAAAAAGcAAAAAAEcAAAAAAHcAAAAAAFcAAAAAAFcAAAAAAGcAAAAAAFAwAAAAAACgAAAAAGCgAAAAABCgAAAAAGAwAAAAAAawAAAAAFawAAAAAHawAAAAACcAAAAAAGcAAAAAAHcAAAAAAGcAAAAAAHcAAAAAADcAAAAAAHcAAAAAAGcAAAAAAFAwAAAAAACgAAAAACCgAAAAAECgAAAAAHAwAAAAAAawAAAAACawAAAAAFawAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAHawAAAAAHawAAAAAEBgAAAAACBgAAAAAEBgAAAAAHBgAAAAAHBgAAAAAGBgAAAAABBgAAAAAEBgAAAAAHBgAAAAAHBgAAAAAHBgAAAAAFBgAAAAAFAwAAAAAAawAAAAAFawAAAAAFawAAAAAGBgAAAAAFBgAAAAAHBgAAAAAGBgAAAAAGBgAAAAAFBgAAAAADBgAAAAAEBgAAAAAHBgAAAAAHBgAAAAADBgAAAAABBgAAAAAEAwAAAAAAawAAAAAHawAAAAAEawAAAAAF + version: 6 + -1,1: + ind: -1,1 + tiles: AwAAAAAABAAAAAADBAAAAAABBAAAAAACBAAAAAADBAAAAAADcAAAAAAEBAAAAAADBAAAAAABBAAAAAADBAAAAAACBAAAAAADBAAAAAABAwAAAAAAGwAAAAACGwAAAAAGAwAAAAAABAAAAAACBAAAAAACBAAAAAABBAAAAAABBAAAAAABAwAAAAAABAAAAAADBAAAAAABBAAAAAACAwAAAAAAAwAAAAAAcAAAAAAHAwAAAAAAAwAAAAAAGwAAAAACAwAAAAAABAAAAAADBAAAAAADBAAAAAACBAAAAAADBAAAAAACAwAAAAAABAAAAAADBAAAAAADBAAAAAADAwAAAAAACgAAAAAFCgAAAAAECgAAAAAEAwAAAAAAWgAAAAADAwAAAAAABAAAAAADBAAAAAADBAAAAAACBAAAAAACAwAAAAAAAwAAAAAAcAAAAAADAwAAAAAAAwAAAAAAAwAAAAAACgAAAAAHCgAAAAAGCgAAAAAGAwAAAAAAWgAAAAADAwAAAAAABAAAAAACBAAAAAADBAAAAAADBAAAAAACAwAAAAAACwAAAAAHCwAAAAAFCwAAAAAGCwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADAwAAAAAABAAAAAADBAAAAAADBAAAAAACBAAAAAADAwAAAAAACwAAAAAHCwAAAAAFCwAAAAAECwAAAAAGAwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGAwAAAAAAAwAAAAAAcAAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAABawAAAAACawAAAAAEawAAAAAHawAAAAAFawAAAAAEAwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAACawAAAAAGawAAAAAFawAAAAAEawAAAAADawAAAAACAwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGawAAAAAGawAAAAAGawAAAAACawAAAAAGawAAAAAEAwAAAAAAGwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABDQAAAAAADAAAAAAHDAAAAAADDAAAAAACDAAAAAAHAwAAAAAADAAAAAAHDAAAAAAFDAAAAAAHDAAAAAAHawAAAAAGAwAAAAAADAAAAAAFDAAAAAAFDAAAAAAHDAAAAAAHDAAAAAAHDAAAAAAGDAAAAAAEDAAAAAAEDAAAAAAHAwAAAAAADAAAAAAEDAAAAAACDAAAAAAHDAAAAAAHawAAAAAHAwAAAAAADAAAAAAEDAAAAAAGDAAAAAAHAwAAAAAADAAAAAAEDAAAAAAGDAAAAAAFDAAAAAACDAAAAAADAwAAAAAADAAAAAAHDAAAAAABAwAAAAAADAAAAAADawAAAAAFawAAAAAHDAAAAAAGDAAAAAAGDAAAAAAGAwAAAAAADAAAAAAFDAAAAAAHDAAAAAAEDAAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAFawAAAAAEawAAAAAEcAAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAADawAAAAAGawAAAAAEAwAAAAAADAAAAAAEDAAAAAAEAwAAAAAADAAAAAAHDAAAAAADDAAAAAAEDAAAAAAHDAAAAAAGDAAAAAAHDAAAAAAGDAAAAAACAwAAAAAADAAAAAAB + version: 6 + 0,1: + ind: 0,1 + tiles: WgAAAAADAQAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGWgAAAAAHWgAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGWgAAAAAFWgAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAWgAAAAAEWgAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAADAAAAAAFDAAAAAAFAwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAGDAAAAAADDAAAAAAHAwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADDAAAAAAFDAAAAAAHAwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAADAAAAAAFDAAAAAAHAwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABDAAAAAAHDAAAAAADAwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAADAAAAAAEDAAAAAAGAwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAA + version: 6 + -3,-1: + ind: -3,-1 + tiles: GwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACAwAAAAAAawAAAAAGawAAAAADawAAAAADawAAAAABAwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFAwAAAAAAawAAAAAFawAAAAAEawAAAAAGawAAAAAFAwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGAwAAAAAAawAAAAAGawAAAAAEawAAAAAHawAAAAAEAwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAABawAAAAAGawAAAAAFawAAAAAHAwAAAAAAawAAAAAHawAAAAAHawAAAAAFAwAAAAAAawAAAAAEawAAAAADawAAAAAHAwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABawAAAAAFawAAAAAHawAAAAAGAwAAAAAAawAAAAAHawAAAAAHawAAAAAGAwAAAAAAawAAAAABawAAAAAEawAAAAAGAwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAawAAAAACawAAAAAHawAAAAADcAAAAAAEawAAAAACawAAAAAEawAAAAADcAAAAAAGawAAAAAGawAAAAAGawAAAAAHAwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGawAAAAAGawAAAAAEawAAAAAFAwAAAAAAawAAAAAFawAAAAAGawAAAAAFAwAAAAAAawAAAAADawAAAAAGawAAAAAGAwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAHawAAAAAHawAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAFAwAAAAAAAwAAAAAA + version: 6 + -3,-2: + ind: -3,-2 + tiles: GwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: GwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAB + version: 6 + 3,0: + ind: 3,0 + tiles: GwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: GwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAB + version: 6 + 3,-2: + ind: 3,-2 + tiles: GwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,-3: + ind: -3,-3 + tiles: GwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAB + version: 6 + -3,-4: + ind: -3,-4 + tiles: GwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAF + version: 6 + -2,-3: + ind: -2,-3 + tiles: GwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADEgAAAAADEgAAAAAFEgAAAAAGEgAAAAAEEgAAAAAHGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACEgAAAAAHEgAAAAACEgAAAAADEgAAAAAGEgAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFEgAAAAAEEgAAAAAHEgAAAAAGEgAAAAAGEgAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGEgAAAAADEgAAAAADEgAAAAAGEgAAAAAHEgAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAADEgAAAAAFEgAAAAAHEgAAAAAHEgAAAAAGEgAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGBwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAC + version: 6 + -2,-4: + ind: -2,-4 + tiles: GwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAG + version: 6 + -1,-3: + ind: -1,-3 + tiles: GwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAB + version: 6 + -1,-4: + ind: -1,-4 + tiles: GwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAD + version: 6 + 0,-3: + ind: 0,-3 + tiles: GwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAF + version: 6 + 0,-4: + ind: 0,-4 + tiles: GwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAD + version: 6 + 1,-3: + ind: 1,-3 + tiles: GwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAF + version: 6 + 1,-4: + ind: 1,-4 + tiles: GwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAA + version: 6 + 2,-3: + ind: 2,-3 + tiles: GwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAE + version: 6 + 2,-4: + ind: 2,-4 + tiles: GwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAE + version: 6 + 3,-3: + ind: 3,-3 + tiles: GwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-4: + ind: 3,-4 + tiles: GwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -4,-4: + ind: -4,-4 + tiles: GwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAB + version: 6 + -4,-3: + ind: -4,-3 + tiles: GwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAC + version: 6 + -4,-2: + ind: -4,-2 + tiles: GwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAD + version: 6 + -4,-1: + ind: -4,-1 + tiles: GwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFAwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFAwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFAwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAAwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABAwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEAwAAAAAA + version: 6 + -4,0: + ind: -4,0 + tiles: GwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFAwAAAAAAawAAAAAHawAAAAADawAAAAAEawAAAAAGAwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAADAwAAAAAAawAAAAAFawAAAAAEawAAAAAHawAAAAAEAwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABAwAAAAAAawAAAAAFawAAAAAFawAAAAAFawAAAAAGAwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAADAwAAAAAAAwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGAwAAAAAAawAAAAABawAAAAAHawAAAAAHawAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAAwAAAAAAawAAAAAHawAAAAAHawAAAAAEawAAAAAHGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACAwAAAAAAawAAAAAEawAAAAAGawAAAAAFawAAAAAHGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAAwAAAAAAawAAAAAFawAAAAAEawAAAAAEawAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAACAwAAAAAAawAAAAACawAAAAAHawAAAAAGawAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADAwAAAAAAawAAAAAGawAAAAAHawAAAAAHawAAAAAHGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEAwAAAAAAawAAAAAHawAAAAAHawAAAAACawAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAAwAAAAAAawAAAAAGawAAAAAHawAAAAAEawAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABAwAAAAAAawAAAAAGawAAAAAGawAAAAAGawAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAADawAAAAAEawAAAAABawAAAAAF + version: 6 + -4,1: + ind: -4,1 + tiles: GwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACAwAAAAAAawAAAAACawAAAAAEawAAAAAGAwAAAAAAawAAAAAGawAAAAACawAAAAACawAAAAAGawAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADAwAAAAAAawAAAAADawAAAAAHawAAAAAGcAAAAAAGawAAAAADawAAAAAFawAAAAAEawAAAAAHAwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACAwAAAAAAawAAAAAHawAAAAAHawAAAAAHAwAAAAAAawAAAAAGawAAAAAGawAAAAAFawAAAAADAwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAACawAAAAAGawAAAAAEAwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAABAwAAAAAAawAAAAAFawAAAAAFawAAAAAFAwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAGAwAAAAAAAwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAACAwAAAAAADgAAAAADDgAAAAAHDgAAAAACDgAAAAAGDgAAAAAHDgAAAAAGDgAAAAAEDgAAAAAHDgAAAAADDgAAAAAFAwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADAwAAAAAADgAAAAADDgAAAAAEDgAAAAAEDgAAAAAFDgAAAAAEAwAAAAAAAwAAAAAAAwAAAAAADgAAAAAGDgAAAAAFAwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACAwAAAAAADgAAAAAEDgAAAAACDgAAAAAFDgAAAAADDgAAAAAHDgAAAAAGDgAAAAAHDgAAAAADDgAAAAADDgAAAAAEcAAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGAwAAAAAADgAAAAAGDgAAAAAGDgAAAAACDgAAAAAHDgAAAAABDgAAAAACDgAAAAACDgAAAAAGDgAAAAAGDgAAAAAFAwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABAwAAAAAADgAAAAAGDgAAAAAHDgAAAAAFDgAAAAADDgAAAAAFDgAAAAAFDgAAAAAHDgAAAAAFDgAAAAABDgAAAAAGawAAAAAHGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFAwAAAAAADgAAAAAGDgAAAAADDgAAAAAHDgAAAAAGDgAAAAADDgAAAAAFDgAAAAAHDgAAAAAFDgAAAAABDgAAAAAEawAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABAwAAAAAADgAAAAAEDgAAAAAFDgAAAAACDgAAAAAGDgAAAAACDgAAAAAGDgAAAAAHDgAAAAAHDgAAAAAHDgAAAAAFawAAAAAHGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFAwAAAAAADwAAAAACDwAAAAABDwAAAAADDwAAAAACAwAAAAAAAwAAAAAABgAAAAAFAwAAAAAAcAAAAAAEAwAAAAAAawAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFAwAAAAAADwAAAAADDwAAAAADDwAAAAADDwAAAAADAwAAAAAABgAAAAAHBgAAAAAHBgAAAAAHBgAAAAAHBgAAAAADBgAAAAAHGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACAwAAAAAADwAAAAADDwAAAAABDwAAAAADDwAAAAACAwAAAAAABgAAAAAFBgAAAAAGBgAAAAAGBgAAAAADBgAAAAAHawAAAAAE + version: 6 + -5,-4: + ind: -5,-4 + tiles: FwAAAAADFwAAAAABFwAAAAACFwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFFwAAAAADFwAAAAADFwAAAAABFwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEFwAAAAADFwAAAAACFwAAAAADFwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEFwAAAAACFwAAAAABFwAAAAACFwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEFwAAAAADFwAAAAADFwAAAAACFwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAC + version: 6 + -5,-3: + ind: -5,-3 + tiles: GwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAE + version: 6 + -5,-2: + ind: -5,-2 + tiles: GwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAD + version: 6 + -5,-1: + ind: -5,-1 + tiles: GwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAD + version: 6 + -5,0: + ind: -5,0 + tiles: GwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAG + version: 6 + -5,1: + ind: -5,1 + tiles: GwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAE + version: 6 + -5,2: + ind: -5,2 + tiles: GwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAG + version: 6 + -5,3: + ind: -5,3 + tiles: GwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAF + version: 6 + -4,2: + ind: -4,2 + tiles: GwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGAwAAAAAADwAAAAADDwAAAAABDwAAAAACDwAAAAADAwAAAAAABgAAAAADBgAAAAAHBgAAAAAEBgAAAAAFBgAAAAAHawAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAG + version: 6 + -4,3: + ind: -4,3 + tiles: GwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAD + version: 6 + -3,2: + ind: -3,2 + tiles: BgAAAAAFBgAAAAAHBgAAAAADAwAAAAAAawAAAAACawAAAAAGawAAAAAFawAAAAAFawAAAAAFawAAAAACawAAAAAGawAAAAAEAwAAAAAAawAAAAAFawAAAAAHawAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAGawAAAAAHawAAAAAHawAAAAAHawAAAAABawAAAAADawAAAAAHawAAAAAHAwAAAAAAawAAAAAHawAAAAACawAAAAAGGwAAAAAFGwAAAAADGwAAAAADAwAAAAAAawAAAAAEawAAAAAFawAAAAADawAAAAAGawAAAAADawAAAAAGawAAAAAFawAAAAADAwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFawAAAAAHawAAAAAEawAAAAAFawAAAAAFawAAAAABAwAAAAAACwAAAAAHCwAAAAAECwAAAAAFCwAAAAAFCwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACawAAAAAFawAAAAAHawAAAAAFawAAAAAEawAAAAAFAwAAAAAACwAAAAAFCwAAAAAGCwAAAAAGCwAAAAAGCwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACawAAAAAHawAAAAAHawAAAAAHawAAAAAEawAAAAAFAwAAAAAACwAAAAAHCwAAAAAECwAAAAAECwAAAAAECwAAAAAHGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADawAAAAAFawAAAAAFawAAAAAHawAAAAAEawAAAAAFAwAAAAAACwAAAAAFCwAAAAAGCwAAAAADCwAAAAAGCwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABAwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACAwAAAAAACwAAAAAHCwAAAAAGCwAAAAAGCwAAAAAECwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAB + version: 6 + -3,3: + ind: -3,3 + tiles: GwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAG + version: 6 + -2,2: + ind: -2,2 + tiles: awAAAAAHawAAAAAGawAAAAAHawAAAAAEawAAAAAFAwAAAAAAWgAAAAACWgAAAAADAwAAAAAAWgAAAAAFAwAAAAAAAwAAAAAAGwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAawAAAAADawAAAAAGawAAAAAFawAAAAABawAAAAAEAwAAAAAAWgAAAAAHWgAAAAADWgAAAAAEWgAAAAAFWgAAAAAHAwAAAAAAGwAAAAACEAAAAAADEAAAAAAFEAAAAAAHGwAAAAAFawAAAAACawAAAAAFawAAAAAFawAAAAAHAwAAAAAAWgAAAAACWgAAAAAEWgAAAAAHWgAAAAAGWgAAAAAGAwAAAAAAGwAAAAAEEAAAAAAFEAAAAAAGEAAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAcAAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAAEEAAAAAAHEAAAAAAFEAAAAAAGCwAAAAAECwAAAAAHCwAAAAADCwAAAAAHCwAAAAAECwAAAAAFAwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAGEAAAAAAGEAAAAAAHEAAAAAABCwAAAAAHCwAAAAADCwAAAAAHCwAAAAAECwAAAAACCwAAAAADAwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABEAAAAAAEEAAAAAAGEAAAAAAGCwAAAAAECwAAAAAFCwAAAAAECwAAAAAHCwAAAAAFCwAAAAAFAwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAACEAAAAAACEAAAAAAHEAAAAAAGCwAAAAAECwAAAAACCwAAAAAECwAAAAADCwAAAAAECwAAAAAFAwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGEAAAAAACEAAAAAADEAAAAAAECwAAAAAGCwAAAAAECwAAAAAFCwAAAAAGCwAAAAAGCwAAAAAEAwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAA + version: 6 + -2,3: + ind: -2,3 + tiles: GwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAB + version: 6 + -1,2: + ind: -1,2 + tiles: AwAAAAAAAwAAAAAAAwAAAAAADAAAAAABDAAAAAAHAwAAAAAADAAAAAADDAAAAAAHDAAAAAACDAAAAAAGDAAAAAABDAAAAAAHDAAAAAAHDAAAAAAHAwAAAAAADAAAAAAHEAAAAAAEEAAAAAAHEAAAAAACEAAAAAAHDAAAAAAHAwAAAAAADAAAAAADDAAAAAAGDAAAAAAFDAAAAAAGDAAAAAAEDAAAAAAGDAAAAAABDAAAAAAEAwAAAAAADAAAAAAHEAAAAAAHEAAAAAAFEAAAAAAEEAAAAAAFEAAAAAAFAwAAAAAADAAAAAAGDAAAAAACDAAAAAAFDAAAAAAHDAAAAAADDAAAAAAHDAAAAAAGDAAAAAAFAwAAAAAADAAAAAACEAAAAAAFEAAAAAAFEAAAAAAHEAAAAAADDAAAAAADAwAAAAAADAAAAAAEDAAAAAAHDAAAAAAEAwAAAAAADAAAAAADDAAAAAACDAAAAAAEDAAAAAAHcAAAAAAHDAAAAAACEAAAAAAGEAAAAAAGEAAAAAAFEAAAAAAEDAAAAAAHAwAAAAAADAAAAAACDAAAAAAHDAAAAAAGAwAAAAAADAAAAAAFDAAAAAABDAAAAAAHDAAAAAAFAwAAAAAADAAAAAAGEAAAAAAFEAAAAAAHEAAAAAAFEAAAAAAGEAAAAAABAwAAAAAADAAAAAAHDAAAAAAFDAAAAAAEAwAAAAAADAAAAAAFDAAAAAAFDAAAAAAFDAAAAAABAwAAAAAADAAAAAAFEAAAAAAGEAAAAAAGEAAAAAAFEAAAAAAGDAAAAAAEAwAAAAAADAAAAAAEDAAAAAAHDAAAAAABAwAAAAAADAAAAAAGDAAAAAAGDAAAAAAGDAAAAAAEAwAAAAAADAAAAAAFEAAAAAADEAAAAAAFEAAAAAAEEAAAAAAGDAAAAAAGDAAAAAAHDAAAAAAEDAAAAAAFDAAAAAAEAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAAFDAAAAAAFDAAAAAAHDAAAAAACDAAAAAAGDAAAAAAEDAAAAAAFDAAAAAAFDAAAAAADDAAAAAADAwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: GwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAG + version: 6 + 0,2: + ind: 0,2 + tiles: DAAAAAAGDAAAAAACDAAAAAAEDAAAAAAGDAAAAAAGDAAAAAAGDAAAAAAHDAAAAAAFDAAAAAAGDAAAAAADDAAAAAADDAAAAAAEDAAAAAAEDAAAAAAGDAAAAAAEGwAAAAAGDAAAAAAGDAAAAAAFcAAAAAAHDAAAAAADDAAAAAAHDAAAAAAEDAAAAAAFDAAAAAAHDAAAAAAEDAAAAAAGDAAAAAAGDAAAAAAGDAAAAAAFDAAAAAAFDAAAAAAHGwAAAAAGDAAAAAADDAAAAAAEDAAAAAAFDAAAAAAGDAAAAAAEDAAAAAAHDAAAAAABDAAAAAAFDAAAAAAFDAAAAAAGDAAAAAAHDAAAAAAEDAAAAAAHDAAAAAAHDAAAAAAHGwAAAAAEDAAAAAAFDAAAAAAEDAAAAAAHDAAAAAAGDAAAAAAHDAAAAAAHDAAAAAACDAAAAAADDAAAAAADDAAAAAADDAAAAAAHDAAAAAAHDAAAAAAHDAAAAAAFDAAAAAAGGwAAAAACDAAAAAAGDAAAAAAEDAAAAAAEDAAAAAAHDAAAAAAGDAAAAAAHDAAAAAAFDAAAAAAHDAAAAAAEDAAAAAAGDAAAAAAFDAAAAAAFDAAAAAAEDAAAAAAFDAAAAAAEGwAAAAADDAAAAAAHDAAAAAAHDAAAAAAGDAAAAAACDAAAAAAFDAAAAAAHDAAAAAAGDAAAAAAFDAAAAAAEDAAAAAAHDAAAAAAHDAAAAAAGDAAAAAAGDAAAAAAEDAAAAAAEGwAAAAAGDAAAAAAGDAAAAAAFDAAAAAAGDAAAAAACDAAAAAAHDAAAAAAHDAAAAAAHDAAAAAAFDAAAAAAFDAAAAAADDAAAAAACDAAAAAAHDAAAAAAHDAAAAAAFDAAAAAACGwAAAAACDAAAAAAFDAAAAAACDAAAAAAHDAAAAAACDAAAAAAEDAAAAAADDAAAAAAGDAAAAAAFDAAAAAAFDAAAAAAEDAAAAAABDAAAAAAFDAAAAAADDAAAAAAEDAAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFDAAAAAAHDAAAAAAFDAAAAAAFDAAAAAADDAAAAAAHDAAAAAAEDAAAAAAGDAAAAAAHDAAAAAACDAAAAAAHDAAAAAAGDAAAAAAFDAAAAAAHGwAAAAAAGwAAAAAEGwAAAAADDAAAAAAHDAAAAAAFDAAAAAAHDAAAAAADDAAAAAAHDAAAAAADDAAAAAAHDAAAAAAGDAAAAAAGDAAAAAAHDAAAAAAEDAAAAAAGDAAAAAAHGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: GwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: GwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAC + version: 6 + 1,3: + ind: 1,3 + tiles: GwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: GwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAA + version: 6 + 2,3: + ind: 2,3 + tiles: GwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAC + version: 6 + 3,2: + ind: 3,2 + tiles: GwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAC + version: 6 + 3,3: + ind: 3,3 + tiles: GwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAG + version: 6 + -6,3: + ind: -6,3 + tiles: GwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAB + version: 6 + -6,2: + ind: -6,2 + tiles: GwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAA + version: 6 + -6,1: + ind: -6,1 + tiles: GwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAA + version: 6 + -6,0: + ind: -6,0 + tiles: GwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAD + version: 6 + -6,-1: + ind: -6,-1 + tiles: GwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAG + version: 6 + -6,-2: + ind: -6,-2 + tiles: GwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAE + version: 6 + -6,-3: + ind: -6,-3 + tiles: GwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAB + version: 6 + -6,-4: + ind: -6,-4 + tiles: GwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEFwAAAAACFwAAAAADFwAAAAACFwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEFwAAAAADFwAAAAADFwAAAAADFwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAFwAAAAACFwAAAAACFwAAAAADFwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABFwAAAAABFwAAAAABFwAAAAACFwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFFwAAAAABFwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAB + version: 6 + -7,3: + ind: -7,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAB + version: 6 + -7,2: + ind: -7,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAA + version: 6 + -7,1: + ind: -7,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAB + version: 6 + -7,0: + ind: -7,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAF + version: 6 + -7,-1: + ind: -7,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAA + version: 6 + -7,-2: + ind: -7,-2 + tiles: GwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAA + version: 6 + -7,-3: + ind: -7,-3 + tiles: GwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAB + version: 6 + -7,-4: + ind: -7,-4 + tiles: GwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAE + version: 6 + -7,-5: + ind: -7,-5 + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAB + version: 6 + -6,-5: + ind: -6,-5 + tiles: GwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABFwAAAAACFwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACFwAAAAABFwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACFwAAAAACFwAAAAADFwAAAAADFwAAAAAC + version: 6 + -5,-5: + ind: -5,-5 + tiles: GwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEFwAAAAADFwAAAAACFwAAAAACFwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAADFwAAAAADGwAAAAAGFwAAAAADFwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABFwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAF + version: 6 + -4,-5: + ind: -4,-5 + tiles: GwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAD + version: 6 + -3,-5: + ind: -3,-5 + tiles: GwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAA + version: 6 + -2,-5: + ind: -2,-5 + tiles: GwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAE + version: 6 + -1,-5: + ind: -1,-5 + tiles: GwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAD + version: 6 + 0,-5: + ind: 0,-5 + tiles: GwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAE + version: 6 + 1,-5: + ind: 1,-5 + tiles: GwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAE + version: 6 + 2,-5: + ind: 2,-5 + tiles: GwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAE + version: 6 + 3,-5: + ind: 3,-5 + tiles: GwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,4: + ind: 3,4 + tiles: GwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADCAAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAECAAAAAAHGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAECAAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADCAAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAECAAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAADCAAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAECAAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFCAAAAAAHGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAB + version: 6 + 3,5: + ind: 3,5 + tiles: CAAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADCAAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAABCAAAAAAFGwAAAAAEEgAAAAAGEgAAAAAGEgAAAAAEFAAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACCAAAAAAEEgAAAAAEEgAAAAAEEgAAAAAFEgAAAAADEgAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGCAAAAAAEGwAAAAACEgAAAAACEgAAAAAFEgAAAAADEgAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAABCAAAAAABGwAAAAAEEgAAAAADEgAAAAAHEgAAAAAFEgAAAAAHGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFCAAAAAAGGwAAAAADEgAAAAAHEgAAAAAEEgAAAAAHEgAAAAAHGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAACAAAAAAEGwAAAAAFEgAAAAAFEgAAAAACEgAAAAAHEgAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACCAAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAACAAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAECAAAAAAEGwAAAAAEEgAAAAADEgAAAAAFEgAAAAAHGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAECAAAAAAHGwAAAAADEgAAAAAHEgAAAAAGEgAAAAAHGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACCAAAAAAHCAAAAAAFCAAAAAAHCAAAAAAECAAAAAAGCAAAAAAHGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAECAAAAAAHEgAAAAAFEgAAAAAGEgAAAAAFEgAAAAAFEgAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABCAAAAAADFAAAAAAAEgAAAAAHEgAAAAAHEgAAAAAHEgAAAAAHGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAACAAAAAAHFAAAAAAAEgAAAAAGEgAAAAAFEgAAAAAHEgAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAB + version: 6 + 3,6: + ind: 3,6 + tiles: CAAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACCAAAAAAFCAAAAAAECAAAAAAFCAAAAAAHCAAAAAACCAAAAAAHFAAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAGCAAAAAACCAAAAAAGCAAAAAAFCAAAAAAHCAAAAAAFCAAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAABGwAAAAAAGwAAAAACCAAAAAACEQAAAAACEQAAAAADFAAAAAAAEgAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAADGwAAAAADGwAAAAADCAAAAAAHEQAAAAABEQAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAEGwAAAAAEGwAAAAADEQAAAAACEQAAAAACEQAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAABGwAAAAAEGwAAAAAACAAAAAAFCAAAAAACGwAAAAAFFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAECAAAAAAECAAAAAAGGwAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAAGwAAAAAGGwAAAAACCAAAAAACCAAAAAAGGwAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAADGwAAAAABGwAAAAAECAAAAAACCAAAAAABGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAEGwAAAAACGwAAAAAECAAAAAAGCAAAAAAEGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAECAAAAAACCAAAAAAFGwAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAABGwAAAAABGwAAAAAFCAAAAAAECAAAAAACGwAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAACQAAAAAACQAAAAAAGwAAAAACFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAACGwAAAAABGwAAAAAECQAAAAAACQAAAAAAGwAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAAGwAAAAACGwAAAAAGCQAAAAAACQAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAG + version: 6 + 3,7: + ind: 3,7 + tiles: EQAAAAABEQAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAEQAAAAADFgAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGEQAAAAACEQAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAACQAAAAAACQAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAEQAAAAADEQAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGQAAAAAAEQAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGQAAAAAAEQAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGQAAAAAAEQAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGQAAAAAAEQAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGQAAAAAAEQAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGQAAAAAAEQAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGQAAAAAAEQAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGQAAAAAAEQAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABEQAAAAADEQAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAC + version: 6 + 3,8: + ind: 3,8 + tiles: GwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,4: + ind: 2,4 + tiles: GwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEQAAAAACFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAGCAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAACFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAHFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAHFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAFCAAAAAADCAAAAAAHCAAAAAADCAAAAAAGCAAAAAAFCAAAAAADCAAAAAAGCAAAAAAECAAAAAAGCAAAAAAHCAAAAAAHCAAAAAAHCAAAAAAFCAAAAAAGCAAAAAAFCAAAAAAE + version: 6 + 2,5: + ind: 2,5 + tiles: CAAAAAAHCAAAAAABCAAAAAAHCAAAAAAFCAAAAAAHCAAAAAACCAAAAAAGCAAAAAADCAAAAAADCAAAAAAECAAAAAAHCAAAAAABCAAAAAAECAAAAAAFCAAAAAAHCAAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAFFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAHFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAHCAAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAFFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAHCAAAAAAHCAAAAAAFCAAAAAADCAAAAAAHCAAAAAAGCAAAAAAGCAAAAAACCAAAAAAHCAAAAAAHCAAAAAAFCAAAAAAGCAAAAAAGCAAAAAAHCAAAAAAECAAAAAAHCAAAAAAECAAAAAAHCAAAAAAGCAAAAAADCAAAAAAECAAAAAADCAAAAAACCAAAAAAECAAAAAAGCAAAAAAHCAAAAAADCAAAAAAFCAAAAAAFCAAAAAAGCAAAAAAHCAAAAAAGCAAAAAAFEgAAAAAFFAAAAAAAFAAAAAAAEgAAAAADFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAADFQAAAAAASwAAAAAASwAAAAAAEgAAAAACSwAAAAAASwAAAAAAFgAAAAAACAAAAAAGEgAAAAAFEgAAAAAHFAAAAAAAEgAAAAAFEgAAAAAEEgAAAAADEgAAAAAGEgAAAAAHFQAAAAAAEgAAAAAEEgAAAAAEEgAAAAAEEgAAAAAFEgAAAAAFFgAAAAAACAAAAAAEEgAAAAAGEgAAAAADFAAAAAAAEgAAAAAFEgAAAAAFEgAAAAAEEgAAAAACEgAAAAAGFQAAAAAAEgAAAAAHEgAAAAAEEgAAAAAHEgAAAAAFEgAAAAAEFgAAAAAACAAAAAAGEgAAAAAGEgAAAAAGFAAAAAAAEgAAAAAGEgAAAAAFEgAAAAADEgAAAAAEEgAAAAAFFQAAAAAAEgAAAAAGEgAAAAAGEgAAAAAFEgAAAAAFEgAAAAACFgAAAAAACAAAAAAEEgAAAAACEgAAAAACFAAAAAAAEgAAAAAGEgAAAAAFEgAAAAAHEgAAAAADEgAAAAAGFQAAAAAAEgAAAAAFEgAAAAAFEgAAAAAEEgAAAAAGEgAAAAAESwAAAAAACAAAAAAGEgAAAAAFEgAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFQAAAAAAEgAAAAAHEgAAAAAHEgAAAAAEEgAAAAAHEgAAAAAHSwAAAAAACAAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFQAAAAAAEgAAAAAFEgAAAAAFEgAAAAAGEgAAAAACEgAAAAADFgAAAAAACAAAAAAG + version: 6 + 2,6: + ind: 2,6 + tiles: GwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFEQAAAAADEQAAAAACEQAAAAACEQAAAAADEQAAAAADEQAAAAADEQAAAAACEQAAAAACFgAAAAAACAAAAAAHGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEEQAAAAADCAAAAAAHCAAAAAAECAAAAAAGCAAAAAADCAAAAAAHCAAAAAAGCAAAAAAGCAAAAAAGCAAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAACEQAAAAACCAAAAAAFCAAAAAABCAAAAAABFAAAAAAACAAAAAAECAAAAAAGCAAAAAAHCAAAAAAGCAAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADEQAAAAABCAAAAAADCAAAAAACCAAAAAACFAAAAAAACAAAAAAFCAAAAAAFCAAAAAAGCAAAAAADCAAAAAAHGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADEQAAAAADCAAAAAADCAAAAAADCAAAAAAFFAAAAAAACAAAAAAFCAAAAAAGCAAAAAACCAAAAAAFCAAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABEQAAAAADEQAAAAACEQAAAAADEQAAAAADEQAAAAACCAAAAAACCAAAAAAGEQAAAAADEQAAAAADEQAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABCAAAAAAHCAAAAAADCAAAAAACCAAAAAAECAAAAAAGCAAAAAAHCAAAAAAFCAAAAAACCAAAAAAHCAAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGCAAAAAAHCAAAAAAHCAAAAAAGCAAAAAAHCAAAAAAFCAAAAAAGCAAAAAADCAAAAAACCAAAAAAFCAAAAAAHGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGCAAAAAAHCAAAAAAHFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEQAAAAABEQAAAAACFAAAAAAAFAAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAGCAAAAAAECAAAAAAFFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEQAAAAABEQAAAAADFAAAAAAAFAAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFCAAAAAAGCAAAAAAFCAAAAAAGCAAAAAAFCAAAAAAHCAAAAAACCAAAAAAHCAAAAAADCAAAAAAHCAAAAAAHGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADCAAAAAAGCAAAAAACCAAAAAAHCAAAAAAHCAAAAAAGCAAAAAAECAAAAAAGCAAAAAAFCAAAAAACCAAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACCAAAAAAGCAAAAAAGCAAAAAAECAAAAAAFCAAAAAAHCAAAAAAECAAAAAACCAAAAAAGCAAAAAAHCAAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAGCQAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAAFCAAAAAAFCAAAAAACCAAAAAAHCQAAAAAACQAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGCQAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAABCAAAAAAFCAAAAAAHCAAAAAAGCQAAAAAACQAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAAECAAAAAAHCAAAAAABCAAAAAAGCQAAAAAACQAAAAAA + version: 6 + 2,7: + ind: 2,7 + tiles: GwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEEQAAAAACEQAAAAADCQAAAAAACQAAAAAACAAAAAAHCAAAAAAHCAAAAAAFCAAAAAABCQAAAAAACQAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAABFgAAAAAAEQAAAAABCQAAAAAACQAAAAAACAAAAAABCAAAAAAGCAAAAAACCAAAAAAHCQAAAAAACQAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADEQAAAAADEQAAAAADCQAAAAAACQAAAAAACAAAAAAGCAAAAAAFCAAAAAACCAAAAAADCQAAAAAACQAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACAAAAAAGCAAAAAAHCAAAAAADCAAAAAAFCQAAAAAACQAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAADEQAAAAADEQAAAAACEQAAAAADEQAAAAACCAAAAAAHCAAAAAAHCAAAAAAHCAAAAAADEQAAAAADEQAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGEQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFEQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABEQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAFEQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFEQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFEQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADEQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAABEQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFEQAAAAADEQAAAAABEQAAAAADEQAAAAACEQAAAAACEQAAAAABEQAAAAADEQAAAAACEQAAAAADEQAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAE + version: 6 + 2,8: + ind: 2,8 + tiles: GwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,4: + ind: 1,4 + tiles: GwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACEQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABBQAAAAAABQAAAAAABQAAAAAABQAAAAAAEQAAAAADEQAAAAADEQAAAAADCQAAAAAAEQAAAAADGwAAAAADGwAAAAACGwAAAAACFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAEBQAAAAAABQAAAAAABQAAAAAABQAAAAAAEQAAAAADEQAAAAADEQAAAAABEQAAAAACEQAAAAADGwAAAAACGwAAAAABGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAACGwAAAAAEGwAAAAABBQAAAAAAEQAAAAABEQAAAAACEQAAAAADEQAAAAACEQAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFBQAAAAAAEQAAAAABEQAAAAADEQAAAAACEQAAAAABGwAAAAAEGwAAAAAAGwAAAAAGEQAAAAADEQAAAAADFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGEQAAAAABBQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAEBQAAAAAACAAAAAAHFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAACAAAAAAGCAAAAAAHFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABCAAAAAADCAAAAAADCAAAAAAFCAAAAAADCAAAAAAFCAAAAAAHCAAAAAAHCAAAAAAHFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFFQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAACAAAAAAFCAAAAAAFCAAAAAAGCAAAAAAG + version: 6 + 1,5: + ind: 1,5 + tiles: GwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFFQAAAAAAEgAAAAABEgAAAAAFEgAAAAAEEgAAAAADEgAAAAAHCAAAAAAFCAAAAAAGCAAAAAAHCAAAAAAGCAAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAACFQAAAAAAEgAAAAAFEgAAAAAGEgAAAAAEEgAAAAAHEgAAAAAGFAAAAAAACAAAAAADCAAAAAAEFAAAAAAAFAAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEFQAAAAAAEgAAAAADEgAAAAAGEgAAAAAHEgAAAAAHEgAAAAAEFAAAAAAACAAAAAAECAAAAAADFAAAAAAAFAAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAACFQAAAAAAEgAAAAAEEgAAAAACEgAAAAAHEgAAAAAHEgAAAAAGFAAAAAAACAAAAAAHCAAAAAAHFAAAAAAAFAAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFFQAAAAAAEgAAAAAHEgAAAAAEEgAAAAAGEgAAAAAHEgAAAAAGFAAAAAAACAAAAAADCAAAAAACFAAAAAAAFAAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACFQAAAAAAEgAAAAADGAAAAAADGAAAAAABEgAAAAAGEgAAAAACFAAAAAAACAAAAAAHCAAAAAAHFAAAAAAAFAAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFFQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAGFAAAAAAACAAAAAAGCAAAAAAGFAAAAAAAFAAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAGCAAAAAAHCAAAAAAFCAAAAAAFCAAAAAAHCAAAAAAECAAAAAAGCAAAAAAHCAAAAAAGCAAAAAADCAAAAAAHCAAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFCAAAAAAHCAAAAAAHCAAAAAAGCAAAAAAECAAAAAAFCAAAAAAGCAAAAAAFCAAAAAACCAAAAAAHCAAAAAAFCAAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAEFAAAAAAAEgAAAAACFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAEgAAAAAFEgAAAAAGEgAAAAAFFAAAAAAAFAAAAAAAEgAAAAAFEgAAAAAHEgAAAAADEgAAAAAEEgAAAAAHEgAAAAAHEgAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADEgAAAAADEgAAAAAHEgAAAAAEFAAAAAAAFAAAAAAAEgAAAAADEgAAAAAHEgAAAAAHEgAAAAAFFAAAAAAAEgAAAAAEEgAAAAAHGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEEgAAAAADEgAAAAAHEgAAAAAHFAAAAAAAEgAAAAABEgAAAAAGEgAAAAADEgAAAAAEEgAAAAAGFAAAAAAAEgAAAAADEgAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAEgAAAAAEEgAAAAAFEgAAAAAGEgAAAAAGEgAAAAAFFAAAAAAAEgAAAAAFEgAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEFAAAAAAAEgAAAAAHEgAAAAAGEgAAAAAHEgAAAAAHFAAAAAAAEgAAAAAFEgAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAA + version: 6 + 1,6: + ind: 1,6 + tiles: GwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAD + version: 6 + 1,7: + ind: 1,7 + tiles: GwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAD + version: 6 + 1,8: + ind: 1,8 + tiles: GwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,4: + ind: 0,4 + tiles: GwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAC + version: 6 + 0,5: + ind: 0,5 + tiles: GwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAB + version: 6 + 0,6: + ind: 0,6 + tiles: GwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAC + version: 6 + 0,7: + ind: 0,7 + tiles: GwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAAG + version: 6 + 0,8: + ind: 0,8 + tiles: GwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,4: + ind: -1,4 + tiles: GwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAE + version: 6 + -1,5: + ind: -1,5 + tiles: GwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAD + version: 6 + -1,6: + ind: -1,6 + tiles: GwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAA + version: 6 + -1,7: + ind: -1,7 + tiles: GwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAD + version: 6 + -1,8: + ind: -1,8 + tiles: GwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,4: + ind: -2,4 + tiles: GwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAC + version: 6 + -2,5: + ind: -2,5 + tiles: GwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAC + version: 6 + -2,6: + ind: -2,6 + tiles: GwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAF + version: 6 + -2,7: + ind: -2,7 + tiles: GwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAA + version: 6 + -2,8: + ind: -2,8 + tiles: GwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,4: + ind: -3,4 + tiles: GwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAF + version: 6 + -3,5: + ind: -3,5 + tiles: GwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAA + version: 6 + -3,6: + ind: -3,6 + tiles: GwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAF + version: 6 + -3,7: + ind: -3,7 + tiles: GwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAE + version: 6 + -3,8: + ind: -3,8 + tiles: GwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -4,4: + ind: -4,4 + tiles: GwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAF + version: 6 + -4,5: + ind: -4,5 + tiles: GwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAG + version: 6 + -4,6: + ind: -4,6 + tiles: GwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAC + version: 6 + -4,7: + ind: -4,7 + tiles: GwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAE + version: 6 + -4,8: + ind: -4,8 + tiles: GwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -5,4: + ind: -5,4 + tiles: GwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAD + version: 6 + -5,5: + ind: -5,5 + tiles: GwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAD + version: 6 + -5,6: + ind: -5,6 + tiles: GwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAF + version: 6 + -5,7: + ind: -5,7 + tiles: GwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAE + version: 6 + -5,8: + ind: -5,8 + tiles: GwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,4: + ind: -6,4 + tiles: GwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAAG + version: 6 + -6,5: + ind: -6,5 + tiles: GwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAF + version: 6 + -6,6: + ind: -6,6 + tiles: GwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAE + version: 6 + -6,7: + ind: -6,7 + tiles: GwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAB + version: 6 + -6,8: + ind: -6,8 + tiles: GwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,4: + ind: -7,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAA + version: 6 + -7,5: + ind: -7,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAG + version: 6 + -7,6: + ind: -7,6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAC + version: 6 + -7,7: + ind: -7,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAG + version: 6 + -7,8: + ind: -7,8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,8: + ind: 4,8 + tiles: GwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,7: + ind: 4,7 + tiles: GwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,6: + ind: 4,6 + tiles: GwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,5: + ind: 4,5 + tiles: GwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,4: + ind: 4,4 + tiles: GwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,3: + ind: 4,3 + tiles: GwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,2: + ind: 4,2 + tiles: GwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,1: + ind: 4,1 + tiles: GwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,0: + ind: 4,0 + tiles: GwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-1: + ind: 4,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -8,-5: + ind: -8,-5 + tiles: GwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAB + version: 6 + -8,-4: + ind: -8,-4 + tiles: GwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAAC + version: 6 + -8,-3: + ind: -8,-3 + tiles: GwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAB + version: 6 + -8,-2: + ind: -8,-2 + tiles: GwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -9,-5: + ind: -9,-5 + tiles: GwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAA + version: 6 + -9,-4: + ind: -9,-4 + tiles: GwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAG + version: 6 + -9,-3: + ind: -9,-3 + tiles: GwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAG + version: 6 + -9,-2: + ind: -9,-2 + tiles: GwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -10,-5: + ind: -10,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAB + version: 6 + -10,-4: + ind: -10,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAA + version: 6 + -10,-3: + ind: -10,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAEGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAAA + version: 6 + -10,-2: + ind: -10,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -10,-6: + ind: -10,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAB + version: 6 + -10,-7: + ind: -10,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAD + version: 6 + -9,-6: + ind: -9,-6 + tiles: GwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAD + version: 6 + -9,-7: + ind: -9,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAF + version: 6 + -8,-6: + ind: -8,-6 + tiles: GwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAG + version: 6 + -8,-7: + ind: -8,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAAE + version: 6 + -7,-6: + ind: -7,-6 + tiles: GwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAF + version: 6 + -7,-7: + ind: -7,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAC + version: 6 + -6,-6: + ind: -6,-6 + tiles: GwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAF + version: 6 + -6,-7: + ind: -6,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAC + version: 6 + -5,-6: + ind: -5,-6 + tiles: GwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAA + version: 6 + -5,-7: + ind: -5,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAA + version: 6 + -4,-6: + ind: -4,-6 + tiles: GwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAF + version: 6 + -4,-7: + ind: -4,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAABGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAABGwAAAAADGwAAAAAE + version: 6 + -3,-6: + ind: -3,-6 + tiles: GwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAF + version: 6 + -3,-7: + ind: -3,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAD + version: 6 + -2,-6: + ind: -2,-6 + tiles: GwAAAAAFGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAAGGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAACGwAAAAADGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAE + version: 6 + -2,-7: + ind: -2,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAADGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAB + version: 6 + -1,-6: + ind: -1,-6 + tiles: GwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAACGwAAAAAGGwAAAAAFGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAF + version: 6 + -1,-7: + ind: -1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAABGwAAAAABGwAAAAABGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAACGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAABGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAGGwAAAAADGwAAAAADGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAFGwAAAAACGwAAAAABGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAAB + version: 6 + 0,-6: + ind: 0,-6 + tiles: GwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAADGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAACGwAAAAADGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAAB + version: 6 + 0,-7: + ind: 0,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAABGwAAAAADGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAABGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAABGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAADGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAEGwAAAAADGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAEGwAAAAACGwAAAAACGwAAAAAAGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAACGwAAAAACGwAAAAAD + version: 6 + 1,-6: + ind: 1,-6 + tiles: GwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAGGwAAAAADGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAADGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAAFGwAAAAAGGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAACGwAAAAAGGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAABGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAABGwAAAAABGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAABGwAAAAAFGwAAAAACGwAAAAABGwAAAAABGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADGwAAAAAFGwAAAAAAGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAAF + version: 6 + 1,-7: + ind: 1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAACGwAAAAAEGwAAAAADGwAAAAAAGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAABGwAAAAADGwAAAAADGwAAAAAFGwAAAAADGwAAAAAEGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAFGwAAAAADGwAAAAACGwAAAAAEGwAAAAAFGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAABGwAAAAACGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAADGwAAAAADGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAADGwAAAAAGGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAACGwAAAAAEGwAAAAADGwAAAAAEGwAAAAADGwAAAAAGGwAAAAADGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAF + version: 6 + 2,-6: + ind: 2,-6 + tiles: GwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAADGwAAAAADGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAABGwAAAAABGwAAAAABGwAAAAAGGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAACGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAAEGwAAAAABGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAACGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAABGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAABGwAAAAADGwAAAAAFGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAACGwAAAAADGwAAAAADGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAEGwAAAAABGwAAAAADGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAADGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAEGwAAAAACGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAABGwAAAAAEGwAAAAAFGwAAAAACGwAAAAABGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAACGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAACGwAAAAAFGwAAAAACGwAAAAACGwAAAAAGGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAABGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAAEGwAAAAABGwAAAAAA + version: 6 + 2,-7: + ind: 2,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAABGwAAAAAGGwAAAAAEGwAAAAABGwAAAAADGwAAAAAFGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAACGwAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAADGwAAAAACGwAAAAABGwAAAAAFGwAAAAADGwAAAAAGGwAAAAADGwAAAAACGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAADGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAEGwAAAAADGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAAEGwAAAAACGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAAGGwAAAAAEGwAAAAACGwAAAAABGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAACGwAAAAACGwAAAAAGGwAAAAADGwAAAAAFGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAFGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAFGwAAAAABGwAAAAABGwAAAAAEGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAAGwAAAAACGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAADGwAAAAACGwAAAAAGGwAAAAAEGwAAAAABGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAEGwAAAAADGwAAAAABGwAAAAAGGwAAAAACGwAAAAACGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAFGwAAAAADGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAFGwAAAAAEGwAAAAABGwAAAAAGGwAAAAAEGwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAAFGwAAAAAAGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAFGwAAAAAAGwAAAAAGGwAAAAAAGwAAAAAFGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAEGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAGGwAAAAACGwAAAAAEGwAAAAAGGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAAEGwAAAAACGwAAAAACGwAAAAAEGwAAAAADGwAAAAAGGwAAAAACGwAAAAABGwAAAAADGwAAAAAGGwAAAAABGwAAAAADGwAAAAAFGwAAAAAFGwAAAAAGGwAAAAABGwAAAAAFGwAAAAABGwAAAAADGwAAAAAGGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAD + version: 6 + 3,-6: + ind: 3,-6 + tiles: GwAAAAACGwAAAAAEGwAAAAAGGwAAAAABGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAFGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAAGGwAAAAADGwAAAAACGwAAAAABGwAAAAAEGwAAAAACGwAAAAABGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAGGwAAAAABGwAAAAADGwAAAAACGwAAAAAAGwAAAAAEGwAAAAAAGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAACGwAAAAAFGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAACGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAADGwAAAAAEGwAAAAAGGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAEGwAAAAADGwAAAAACGwAAAAAEGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAGGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAFGwAAAAAEGwAAAAAEGwAAAAABGwAAAAABGwAAAAAFGwAAAAAFGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAABGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAAGwAAAAAFGwAAAAAEGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGGwAAAAAGGwAAAAAGGwAAAAAEGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAFGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-7: + ind: 3,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAGGwAAAAADGwAAAAAFGwAAAAAGGwAAAAAFGwAAAAADGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAACGwAAAAADGwAAAAABGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAAEGwAAAAADGwAAAAADGwAAAAAFGwAAAAACGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAAAGwAAAAAEGwAAAAAEGwAAAAADGwAAAAAEGwAAAAAFGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAFGwAAAAABGwAAAAAGGwAAAAAAGwAAAAABGwAAAAAFGwAAAAADGwAAAAAEGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAAFGwAAAAAAGwAAAAABGwAAAAACGwAAAAAFGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAABGwAAAAACGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAACGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAAAGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAEGwAAAAAFGwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAEGwAAAAAGGwAAAAAAGwAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAFGwAAAAACGwAAAAAEGwAAAAABGwAAAAAEGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAEGwAAAAACGwAAAAAFGwAAAAAAGwAAAAAEGwAAAAACGwAAAAADGwAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAGGwAAAAABGwAAAAAAGwAAAAAFGwAAAAADGwAAAAAFGwAAAAADGwAAAAAAGwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAGGwAAAAACGwAAAAAFGwAAAAABGwAAAAAFGwAAAAAGGwAAAAAEGwAAAAAFGwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAFGwAAAAAGGwAAAAADGwAAAAAFGwAAAAACGwAAAAAGGwAAAAADGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAGGwAAAAAGGwAAAAABGwAAAAAGGwAAAAABGwAAAAADGwAAAAAEGwAAAAAAGwAAAAAEGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + inherent: True + enabled: True + - type: MapAtmosphere + space: False + mixture: + volume: 2500 + immutable: True + temperature: 293.15 + moles: + - 21.82478 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFA500FF' + id: 1 + decals: + 0: -30,20 + - node: + color: '#FFA500FF' + id: 2 + decals: + 1: -27,20 + - node: + color: '#FFFFFFFF' + id: 2 + decals: + 240: 9.78321,39.309414 + - node: + color: '#FFA500FF' + id: 3 + decals: + 2: -24,20 + - node: + color: '#FFFFFFFF' + id: BushCOne + decals: + 232: 19.034431,70.96524 + - node: + cleanable: True + color: '#635033D0' + id: Dirt + decals: + 688: -78,-67 + 689: -77,-67 + 690: -77,-66 + 691: -78,-66 + 692: -79,-67 + 693: -80,-67 + 694: -81,-67 + 695: -82,-67 + 696: -82,-66 + 697: -81,-66 + 698: -80,-66 + 699: -80,-65 + 700: -81,-65 + 701: -82,-65 + 702: -83,-65 + 703: -84,-65 + 704: -82,-64 + 705: -81,-64 + 706: -80,-64 + 707: -79,-64 + 708: -78,-64 + 709: -77,-64 + 710: -79,-63 + 711: -80,-63 + 712: -81,-63 + 713: -82,-63 + 714: -82,-62 + 715: -83,-62 + 716: -84,-62 + 717: -82,-61 + 718: -81,-62 + 719: -80,-62 + 720: -80,-61 + 721: -79,-62 + 722: -79,-61 + 723: -78,-61 + 724: -77,-61 + - node: + cleanable: True + angle: 0.7853981633974483 rad + color: '#635033D0' + id: Dirt + decals: + 725: -76.52086,-65.48612 + 726: -76.50523,-67.62675 + 727: -76.27086,-67.533 + 728: -76.30211,-67.79862 + 729: -76.56773,-59.642372 + 730: -76.67711,-59.517372 + 731: -76.36461,-59.689247 + 732: -76.28648,-59.564247 + 733: -76.38023,-59.486122 + 734: -76.19273,-59.329872 + 735: -76.64586,-64.39237 + 736: -76.63023,-64.42362 + 737: -76.47398,-64.43925 + 738: -76.33336,-64.45487 + 739: -84.4955,-65.73612 + 740: -84.27675,-65.62675 + 741: -84.65175,-65.48612 + 742: -83.91737,-65.95487 + 743: -84.308,-65.57987 + 744: -84.02675,-65.79862 + 745: -83.82362,-65.76737 + 746: -84.04237,-65.76737 + 747: -84.35487,-65.783 + 748: -84.22987,-65.54862 + 749: -84.65175,-65.43925 + 750: -82.38671,-67.10027 + 751: -82.058586,-67.44402 + 752: -82.44921,-67.52215 + 753: -82.51171,-67.13152 + 754: -82.121086,-67.5534 + 755: -82.44921,-67.28777 + 756: -82.246086,-67.69402 + 757: -82.57421,-67.58465 + 758: -82.527336,-67.78777 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 78: -26,-21 + 79: -25,-20 + 80: -24,-19 + 81: -24,-21 + 82: -23,-20 + 83: -26,-19 + 84: -27,-20 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Dirt + decals: + 70: -27,-21 + 71: -26,-20 + 72: -25,-19 + 73: -27,-19 + 74: -28,-20 + 75: -25,-21 + 76: -24,-20 + 77: -23,-19 + - node: + color: '#FFFFFFFF' + id: FloraTallGrass4 + decals: + 235: 19.254158,73.030396 + - node: + color: '#FFFFFFFF' + id: FloraTallGrass5 + decals: + 234: 17.785408,71.13977 + - node: + color: '#FFFFFFFF' + id: FloraTallGrass6 + decals: + 233: 18.785408,71.85852 + - node: + color: '#3C44AA7F' + id: RoadEdgeDouble1 + decals: + 94: -18,-4 + 95: -14,22 + 96: -9,19 + 97: -4,17 + 104: -24,0 + 105: -26,5 + 106: -25,13 + 107: -12,4 + 113: -4,9 + 114: -4,2 + 120: -22,4 + 121: -51,4 + 122: -43,-6 + - node: + angle: 1.5707963267948966 rad + color: '#3C44AA7F' + id: RoadEdgeDouble1 + decals: + 98: -10,16 + 115: -33,8 + 116: -33,11 + 125: -41,2 + 126: -41,-3 + 127: -45,-3 + 128: -45,2 + 129: -39,6 + 130: -41,11 + - node: + angle: 3.141592653589793 rad + color: '#3C44AA7F' + id: RoadEdgeDouble1 + decals: + 93: -18,-4 + 99: -4,17 + 100: -9,19 + 101: -14,22 + 103: -24,0 + 108: -25,13 + 109: -26,5 + 110: -12,4 + 111: -4,9 + 112: -4,2 + 119: -22,4 + 123: -43,-6 + 124: -51,4 + - node: + angle: 4.71238898038469 rad + color: '#3C44AA7F' + id: RoadEdgeDouble1 + decals: + 102: -10,16 + 117: -33,8 + 118: -33,11 + 131: -41,11 + 132: -39,6 + 133: -45,2 + 134: -41,2 + 135: -41,-3 + 136: -45,-3 + - node: + color: '#B02E267F' + id: RoadEdgeSingle1 + decals: + 89: -29,-5 + - node: + angle: 3.141592653589793 rad + color: '#B02E267F' + id: RoadEdgeSingle1 + decals: + 92: -29,-7 + - node: + color: '#FED83D3F' + id: RoadEdgeSingle1 + decals: + 4: -22,-5 + 14: -26,-5 + 15: -29,-9 + 17: -20,-5 + 18: -21,-5 + 35: -24,-9 + 52: -26,-16 + 58: -27,-19 + 59: -24,-19 + 195: -44,-7 + 197: -39,12 + 252: -25,-1 + 253: -23,-1 + 290: -45,7 + 291: -43,12 + 292: -51,12 + 293: -49,12 + 294: -48,12 + 297: -44,12 + 298: -50,12 + 318: -41,7 + 363: -40,16 + 364: -39,16 + 365: -49,16 + 366: -48,16 + 367: -46,16 + 368: -45,16 + 369: -44,16 + 373: -47,25 + 374: -46,25 + 375: -45,25 + 376: -40,25 + 377: -39,25 + 378: -38,25 + 379: -37,25 + 380: -36,25 + 381: -34,25 + 382: -33,25 + 383: -32,25 + 384: -27,25 + 385: -28,25 + 386: -26,25 + 397: -41,25 + 460: -29,3 + 461: -30,3 + 462: -31,3 + 463: -32,3 + 464: -35,12 + 465: -37,7 + 466: -24,3 + 467: -23,3 + 468: -20,3 + 469: -21,3 + 470: -19,3 + 472: -5,1 + 473: -6,1 + 474: -7,1 + 475: -9,1 + 476: -8,1 + 477: -10,1 + 481: -15,1 + 482: -14,1 + 577: -38,34 + 578: -39,34 + 579: -42,34 + 580: -43,34 + 584: -40,39 + 585: -42,39 + 596: -17,31 + 597: -16,31 + 607: -15,25 + 608: -14,25 + 609: -13,25 + 610: -19,25 + 611: -21,25 + 615: -12,13 + 616: -16,13 + 617: -15,13 + 618: -14,13 + 622: -8,12 + 623: -6,12 + 624: -5,12 + 625: -7,12 + 661: -4,8 + - node: + angle: 1.5707963267948966 rad + color: '#FED83D3F' + id: RoadEdgeSingle1 + decals: + 30: -27,-7 + 31: -27,-6 + 32: -23,-7 + 33: -23,-8 + 176: -40,-4 + 177: -40,2 + 178: -53,2 + 179: -48,-3 + 198: -40,10 + 251: -26,-2 + 261: -44,0 + 262: -44,-1 + 263: -44,-2 + 264: -44,-4 + 265: -44,4 + 266: -44,3 + 289: -44,9 + 305: -52,6 + 306: -52,10 + 307: -52,9 + 308: -52,7 + 351: -52,15 + 352: -52,19 + 353: -53,17 + 354: -57,17 + 395: -48,24 + 483: -13,2 + 484: -19,0 + 485: -19,-1 + 486: -19,-2 + 487: -36,2 + 488: -36,3 + 489: -36,4 + 490: -36,11 + 491: -36,10 + 492: -36,8 + 571: -44,28 + 572: -44,29 + 573: -44,32 + 574: -44,33 + 575: -44,31 + 576: -44,30 + 591: -18,30 + 592: -18,29 + 593: -18,28 + 594: -18,26 + 626: -19,13 + 627: -19,14 + 628: -19,15 + 629: -19,21 + 630: -19,20 + 631: -19,18 + 632: -19,22 + 637: -13,7 + 638: -13,8 + 639: -13,10 + 640: -13,6 + - node: + angle: 3.141592653589793 rad + color: '#FED83D3F' + id: RoadEdgeSingle1 + decals: + 25: -22,-11 + 26: -23,-11 + 27: -29,-11 + 28: -28,-11 + 29: -27,-11 + 53: -26,-17 + 54: -25,-17 + 68: -25,-21 + 168: -39,-5 + 169: -44,-9 + 170: -43,-9 + 171: -39,0 + 172: -47,0 + 173: -47,-5 + 174: -51,1 + 175: -52,1 + 201: -39,9 + 248: -22,-3 + 249: -25,-3 + 250: -23,-3 + 288: -45,10 + 302: -50,5 + 303: -49,5 + 304: -46,5 + 317: -41,5 + 341: -42,14 + 342: -40,14 + 343: -39,14 + 344: -38,14 + 345: -46,14 + 346: -47,14 + 347: -48,14 + 348: -51,14 + 349: -50,14 + 350: -49,14 + 404: -26,23 + 405: -27,23 + 406: -30,23 + 407: -31,23 + 408: -32,23 + 409: -34,23 + 410: -46,23 + 411: -44,23 + 412: -45,23 + 418: -38,23 + 419: -37,23 + 420: -39,23 + 421: -40,23 + 422: -42,23 + 423: -41,23 + 499: -33,1 + 500: -32,1 + 501: -34,1 + 502: -30,1 + 503: -31,1 + 504: -29,1 + 505: -27,1 + 506: -28,1 + 507: -24,1 + 508: -23,1 + 509: -22,1 + 510: -21,1 + 511: -4,-1 + 512: -5,-1 + 513: -6,-1 + 514: -15,-1 + 515: -16,-1 + 519: -7,-1 + 520: -12,-1 + 521: -13,-1 + 522: -14,-1 + 523: -11,-1 + 525: -18,-3 + 568: -40,27 + 569: -39,27 + 570: -38,27 + 586: -42,36 + 590: -40,36 + 603: -16,23 + 604: -15,23 + 605: -13,23 + 646: -16,11 + 647: -17,11 + 648: -15,11 + 649: -10,10 + 650: -9,10 + 651: -5,10 + 654: -6,10 + 662: -4,3 + 681: -22,23 + 682: -21,23 + 683: -20,23 + - node: + angle: 4.71238898038469 rad + color: '#FED83D3F' + id: RoadEdgeSingle1 + decals: + 36: -25,-7 + 37: -25,-6 + 46: -21,-9 + 47: -21,-10 + 162: -46,1 + 163: -38,2 + 164: -38,-4 + 165: -42,-8 + 166: -46,-3 + 167: -50,2 + 203: -38,10 + 247: -21,-2 + 267: -42,4 + 268: -42,2 + 269: -42,0 + 270: -42,-1 + 271: -42,1 + 272: -42,-3 + 273: -42,-4 + 287: -46,8 + 319: -42,8 + 320: -42,10 + 321: -42,9 + 372: -50,18 + 447: -34,10 + 448: -34,9 + 449: -34,6 + 450: -34,5 + 451: -34,4 + 524: -17,-2 + 526: -3,0 + 527: -11,2 + 528: -17,2 + 557: -39,38 + 558: -39,37 + 559: -37,33 + 560: -37,32 + 561: -37,31 + 562: -37,30 + 563: -37,29 + 598: -15,30 + 599: -16,28 + 600: -16,26 + 663: -3,4 + 664: -3,5 + 665: -3,6 + 666: -3,7 + 667: -11,7 + 668: -11,6 + 669: -11,9 + 674: -17,14 + 675: -17,15 + 676: -17,16 + 677: -17,22 + 678: -17,21 + 679: -17,20 + 680: -17,19 + - node: + angle: 1.5707963267948966 rad + color: '#B02E267F' + id: RoadEdgeSingle2 + decals: + 90: -30,-6 + - node: + color: '#FED83D3F' + id: RoadEdgeSingle2 + decals: + 5: -19,-5 + 16: -28,-9 + 55: -25,-16 + 56: -25,-19 + 185: -39,-2 + 186: -47,-2 + 187: -47,3 + 188: -39,3 + 189: -52,3 + 194: -43,-7 + 255: -24,-1 + 295: -47,12 + 296: -45,12 + 355: -56,18 + 359: -38,16 + 360: -41,16 + 362: -43,16 + 370: -47,16 + 387: -42,25 + 388: -44,25 + 390: -29,25 + 391: -31,25 + 393: -35,25 + 396: -51,20 + 456: -22,3 + 457: -33,3 + 458: -27,3 + 478: -4,1 + 479: -12,3 + 480: -16,1 + 582: -40,34 + 583: -41,39 + 613: -22,25 + 619: -13,13 + 620: -10,12 + 658: -5,8 + - node: + angle: 1.5707963267948966 rad + color: '#FED83D3F' + id: RoadEdgeSingle2 + decals: + 19: -27,-8 + 20: -23,-6 + 180: -48,-4 + 181: -48,2 + 258: -44,-3 + 259: -44,2 + 281: -52,11 + 309: -52,8 + 310: -44,8 + 493: -36,9 + 494: -38,6 + 587: -43,38 + 595: -18,27 + 633: -19,16 + 634: -19,19 + 643: -13,9 + - node: + angle: 3.141592653589793 rad + color: '#FED83D3F' + id: RoadEdgeSingle2 + decals: + 22: -18,-7 + 24: -24,-11 + 69: -26,-21 + 256: -24,-3 + 257: -43,-5 + 279: -51,5 + 280: -45,5 + 301: -48,5 + 338: -43,14 + 339: -45,14 + 340: -41,14 + 356: -56,16 + 403: -29,23 + 413: -47,23 + 414: -43,23 + 415: -33,23 + 416: -36,23 + 495: -35,1 + 496: -20,1 + 497: -25,1 + 517: -8,-1 + 518: -10,-1 + 565: -43,27 + 567: -41,27 + 589: -41,36 + 606: -14,23 + 642: -12,5 + 644: -18,11 + 652: -8,10 + 653: -7,10 + 657: -5,3 + - node: + angle: 4.71238898038469 rad + color: '#FED83D3F' + id: RoadEdgeSingle2 + decals: + 21: -21,-8 + 23: -17,-6 + 34: -25,-8 + 193: -46,-4 + 275: -42,-2 + 276: -42,3 + 277: -42,11 + 278: -40,6 + 311: -46,9 + 357: -55,17 + 358: -50,17 + 371: -50,19 + 452: -34,7 + 453: -34,11 + 564: -37,28 + 602: -16,27 + 670: -11,8 + 671: -4,11 + 672: -17,17 + - node: + angle: 4.71238898038469 rad + color: '#B02E267F' + id: RoadEdgeSingleBroken2 + decals: + 91: -28,-6 + - node: + color: '#FED83D3F' + id: RoadEdgeSingleBroken2 + decals: + 6: -18,-5 + 57: -26,-19 + 190: -51,3 + 254: -22,-1 + 299: -46,12 + 361: -42,16 + 389: -43,25 + 392: -30,25 + 459: -28,3 + 471: -18,3 + 581: -41,34 + 612: -20,25 + 621: -9,12 + 655: -6,8 + - node: + angle: 1.5707963267948966 rad + color: '#FED83D3F' + id: RoadEdgeSingleBroken2 + decals: + 182: -48,1 + 183: -40,-3 + 184: -45,-8 + 191: -40,1 + 199: -40,11 + 260: -44,1 + 588: -43,37 + 635: -19,17 + 636: -19,12 + - node: + angle: 3.141592653589793 rad + color: '#FED83D3F' + id: RoadEdgeSingleBroken2 + decals: + 300: -47,5 + 337: -44,14 + 402: -28,23 + 417: -35,23 + 498: -26,1 + 516: -9,-1 + 566: -42,27 + 645: -14,11 + 656: -6,3 + - node: + angle: 4.71238898038469 rad + color: '#FED83D3F' + id: RoadEdgeSingleBroken2 + decals: + 192: -46,2 + 204: -38,11 + 401: -25,24 + 454: -34,8 + 601: -12,24 + 673: -17,18 + - node: + color: '#FED83D3F' + id: RoadEdgeSingleCorner + decals: + 41: -25,-9 + 284: -46,7 + 312: -42,7 + 334: -50,16 + 437: -17,1 + 438: -11,1 + 439: -25,3 + 440: -34,3 + 541: -11,12 + 547: -16,25 + 614: -17,13 + - node: + angle: 1.5707963267948966 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner + decals: + 38: -27,-9 + 39: -23,-9 + 283: -44,7 + 335: -52,18 + 441: -36,7 + 442: -26,3 + 443: -13,1 + 546: -18,25 + - node: + angle: 3.141592653589793 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner + decals: + 44: -26,-11 + 66: -27,-20 + 285: -44,10 + 313: -44,5 + 336: -52,16 + 444: -19,1 + 445: -36,5 + 542: -13,11 + 545: -19,23 + - node: + angle: 4.71238898038469 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner + decals: + 40: -21,-7 + 45: -25,-11 + 67: -24,-20 + 286: -46,10 + 314: -42,5 + 446: -17,-1 + 543: -11,10 + 544: -17,23 + 548: -16,29 + - node: + color: '#B02E267F' + id: RoadEdgeSingleCorner2 + decals: + 86: -30,-5 + - node: + angle: 3.141592653589793 rad + color: '#B02E267F' + id: RoadEdgeSingleCorner2 + decals: + 87: -28,-7 + - node: + color: '#FED83D3F' + id: RoadEdgeSingleCorner2 + decals: + 3: -23,-5 + 51: -27,-16 + 60: -28,-19 + 137: -40,3 + 138: -48,3 + 243: -26,-1 + 327: -52,20 + 330: -57,18 + 539: -23,25 + - node: + angle: 1.5707963267948966 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner2 + decals: + 8: -30,-11 + 50: -27,-17 + 64: -27,-21 + 143: -40,-5 + 144: -48,-5 + 145: -45,-9 + 146: -53,1 + 147: -48,0 + 148: -40,0 + 149: -44,-5 + 200: -40,9 + 329: -53,16 + 399: -48,23 + 427: -36,1 + 428: -38,5 + 537: -23,23 + 538: -19,11 + 554: -44,27 + 641: -13,5 + - node: + angle: 3.141592653589793 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner2 + decals: + 9: -21,-11 + 10: -17,-7 + 43: -25,-12 + 49: -24,-17 + 65: -24,-21 + 150: -38,-5 + 151: -42,-9 + 152: -46,-5 + 153: -50,1 + 154: -46,0 + 155: -38,0 + 202: -38,9 + 245: -21,-3 + 274: -42,-5 + 316: -40,5 + 331: -55,16 + 424: -17,-3 + 534: -15,29 + 535: -4,10 + 536: -11,5 + 555: -37,27 + 659: -3,3 + - node: + angle: 4.71238898038469 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner2 + decals: + 63: -23,-19 + 158: -46,-2 + 159: -42,-7 + 160: -38,-2 + 161: -50,3 + 205: -38,12 + 322: -42,12 + 323: -37,16 + 332: -55,18 + 333: -50,20 + 400: -25,25 + 431: -34,12 + 432: -25,4 + 433: -17,3 + 434: -11,3 + 435: -3,1 + 531: -12,25 + 532: -15,31 + 549: -39,39 + 556: -37,34 + 660: -3,8 + - node: + angle: 1.5707963267948966 rad + color: '#B02E267F' + id: RoadEdgeSingleCorner3 + decals: + 85: -30,-7 + - node: + angle: 4.71238898038469 rad + color: '#B02E267F' + id: RoadEdgeSingleCorner3 + decals: + 88: -28,-5 + - node: + color: '#FED83D3F' + id: RoadEdgeSingleCorner3 + decals: + 7: -30,-9 + 13: -27,-5 + 139: -53,3 + 140: -48,-2 + 141: -40,-2 + 142: -45,-7 + 196: -40,12 + 328: -53,18 + 394: -48,25 + 429: -38,7 + 430: -36,12 + 436: -13,3 + 455: -26,4 + 540: -18,31 + 552: -43,39 + 553: -44,34 + - node: + angle: 1.5707963267948966 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner3 + decals: + 42: -26,-12 + 61: -28,-20 + 244: -26,-3 + 282: -52,5 + 325: -52,14 + 326: -57,16 + 426: -19,-3 + 551: -43,36 + - node: + angle: 3.141592653589793 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner3 + decals: + 62: -23,-20 + 324: -37,14 + 398: -25,23 + 425: -3,-1 + 533: -12,23 + 550: -39,36 + - node: + angle: 4.71238898038469 rad + color: '#FED83D3F' + id: RoadEdgeSingleCorner3 + decals: + 11: -17,-5 + 12: -25,-5 + 48: -24,-16 + 156: -38,3 + 157: -46,3 + 246: -21,-1 + 315: -40,7 + 529: -4,12 + 530: -11,13 + - node: + angle: 1.5707963267948966 rad + color: '#76282BC0' + id: RoadMiddleSolid2 + decals: + 206: -27.609652,32.009644 + 207: -27.609652,32.996758 + 208: -27.609652,33.9914 + 209: -27.587046,28.972958 + 210: -27.587046,27.993382 + 211: -27.56444,26.998734 + - node: + angle: 3.141592653589793 rad + color: '#76282BC0' + id: RoadMiddleSolid2 + decals: + 212: -27.018314,29.603952 + 213: -26.008596,29.596418 + 214: -25.006414,29.588882 + 215: -24.004232,29.588882 + 216: -23.00205,29.588882 + 217: -21.999868,29.588882 + 218: -26.995708,31.427473 + 219: -25.993526,31.435007 + 220: -24.998878,31.442543 + 221: -23.996696,31.435007 + 222: -23.009586,31.442543 + 223: -21.992332,31.442541 + - node: + angle: 4.71238898038469 rad + color: '#76282BC0' + id: RoadMiddleSolid2 + decals: + 224: -21.5727,31.019316 + 225: -21.566422,30.008343 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 226: 28.051168,75.766685 + 230: 19.112556,70.918365 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 231: 19.143806,70.99649 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 228: 19.190681,72.99649 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 229: 19.284431,72.74649 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Rock07 + decals: + 227: 27.016167,76.64419 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 687: 22,85 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 684: 23,85 + 685: 24,85 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 686: 25,85 + - node: + color: '#FFFFFFFF' + id: a + decals: + 236: 5.8655624,38.946453 + - node: + color: '#FFFFFFFF' + id: credit + decals: + 238: 8.901765,39.028164 + - node: + angle: -4.71238898038469 rad + color: '#5D0202C1' + id: danger + decals: + 241: 54.898293,109.16513 + 242: 54.954544,106.20263 + - node: + color: '#FFFFFFFF' + id: m + decals: + 237: 6.3343124,38.983955 + - node: + color: '#FFFFFFFF' + id: o + decals: + 239: 9.40821,39.028164 + - type: RadiationGridResistance + - type: GridAtmosphere + version: 2 + data: + chunkSize: 4 + - type: GasTileOverlay + - type: NavMap + - type: Shuttle +- proto: ActionToggleLight + entities: + - uid: 4 + components: + - type: Transform + parent: 3 + - type: InstantAction + container: 3 +- proto: AirAlarm + entities: + - uid: 5 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 2207 + - 2233 + - 2243 + - 2199 + - 2244 +- proto: AirCanister + entities: + - uid: 6 + components: + - type: Transform + anchored: True + pos: 3.5,39.5 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static + - uid: 7 + components: + - type: Transform + anchored: True + pos: 59.5,101.5 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static + - uid: 8 + components: + - type: Transform + pos: 59.5,100.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 59.5,104.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 59.5,103.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 11 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 +- proto: BeachBall + entities: + - uid: 12 + components: + - type: MetaData + desc: A rare beach ball. + - type: Transform + pos: -25.512203,19.280043 + parent: 2 +- proto: Beaker + entities: + - uid: 13 + components: + - type: Transform + pos: -51.57037,32.731518 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: BenchSofaCorpCorner + entities: + - uid: 14 + components: + - type: Transform + pos: -45.5,9.5 + parent: 2 +- proto: BenchSofaCorpLeft + entities: + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,8.5 + parent: 2 +- proto: BenchSofaCorpRight + entities: + - uid: 16 + components: + - type: Transform + pos: -46.5,9.5 + parent: 2 +- proto: BenchSteelLeft + entities: + - uid: 17 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,83.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 43.5,85.5 + parent: 2 +- proto: BenchSteelRight + entities: + - uid: 19 + components: + - type: Transform + pos: 44.5,85.5 + parent: 2 + - uid: 20 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,83.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 21 + components: + - type: Transform + pos: 39.5,112.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 22 + components: + - type: Transform + pos: 39.5,113.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 23 + components: + - type: Transform + pos: 38.5,112.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 24 + components: + - type: Transform + pos: 39.5,114.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 25 + components: + - type: Transform + pos: 48.5,113.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 26 + components: + - type: Transform + pos: 38.5,114.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 27 + components: + - type: Transform + pos: 49.5,114.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 28 + components: + - type: Transform + pos: 48.5,114.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 29 + components: + - type: Transform + pos: 48.5,112.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 30 + components: + - type: Transform + pos: 49.5,112.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2529 + - uid: 31 + components: + - type: Transform + pos: 43.5,101.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2528 + - uid: 32 + components: + - type: Transform + pos: 44.5,101.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2528 +- proto: BoozeDispenser + entities: + - uid: 33 + components: + - type: Transform + pos: -57.5,32.5 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.433733,-10.161783 + parent: 2 + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.517227,27.865124 + parent: 2 +- proto: BoxTrashbag + entities: + - uid: 36 + components: + - type: Transform + pos: -25.574902,-1.1652516 + parent: 2 +- proto: BriefcaseBrownFilled + entities: + - uid: 37 + components: + - type: Transform + pos: -47.183964,-2.956852 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: -22.574532,-7.001978 + parent: 2 +- proto: Brutepack + entities: + - uid: 40 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 41 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 42 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 43 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 44 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 45 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: Bucket + entities: + - uid: 60 + components: + - type: Transform + pos: -20.454607,-2.2993286 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: -1.9845933,26.809988 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: -2.5314684,26.841238 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 44.509365,77.65402 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 64 + components: + - type: Transform + pos: 40.46249,77.62277 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: CableApcExtension + entities: + - uid: 65 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: -38.5,33.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: -41.5,33.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: -5.5,30.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: -3.5,30.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: -1.5,32.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: -1.5,33.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: -9.5,30.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: -6.5,30.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: -11.5,30.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: -12.5,30.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: -13.5,30.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: -37.5,28.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: -1.5,35.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: -1.5,36.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -1.5,38.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -1.5,39.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: -5.5,39.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: -4.5,39.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: -3.5,39.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -42.5,30.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -42.5,32.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -5.5,40.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: -29.5,34.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -29.5,33.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -29.5,32.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: -29.5,31.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: -30.5,30.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: -31.5,30.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: -32.5,30.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: -33.5,30.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: -28.5,30.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: -27.5,30.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: -26.5,30.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: -25.5,30.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: -24.5,30.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: -23.5,30.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: -28.5,36.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: -28.5,37.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: -28.5,38.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: -29.5,38.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: -30.5,38.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: -31.5,38.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: -32.5,38.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: -33.5,38.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: -34.5,38.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: -39.5,33.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: -41.5,28.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: -42.5,28.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: -37.5,33.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: -42.5,33.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: -42.5,31.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -40.5,33.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: -42.5,29.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: -41.5,14.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: -39.5,36.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: -39.5,38.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: -39.5,34.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: -41.5,38.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: -39.5,37.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: -40.5,38.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: -53.5,23.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: -42.5,-4.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: -40.5,28.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: -37.5,29.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: -37.5,30.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -37.5,31.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: -39.5,30.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -40.5,31.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: -40.5,32.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: -50.5,26.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: -50.5,27.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: -50.5,28.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -50.5,29.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: -50.5,30.5 + parent: 2 + - uid: 212 + components: + - type: Transform + pos: -49.5,30.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: -48.5,30.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: -47.5,30.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: -46.5,30.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: -51.5,30.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: -52.5,30.5 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: -53.5,30.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: -55.5,30.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: -56.5,30.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: -57.5,30.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: -58.5,30.5 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: -58.5,29.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: -58.5,28.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: -58.5,27.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: -58.5,25.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -58.5,24.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -58.5,23.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: -55.5,23.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: -53.5,23.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -51.5,17.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -55.5,17.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: -56.5,17.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: -41.5,5.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -41.5,11.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -41.5,12.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -39.5,11.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: -38.5,11.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -22.5,-1.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: -41.5,9.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: -41.5,8.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -41.5,7.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -41.5,4.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -41.5,3.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -41.5,2.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -39.5,2.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: -42.5,5.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - uid: 268 + components: + - type: Transform + pos: -43.5,0.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - uid: 275 + components: + - type: Transform + pos: -46.5,-2.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: -41.5,1.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: -41.5,0.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: -41.5,-0.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: -41.5,-1.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: -41.5,-2.5 + parent: 2 + - uid: 281 + components: + - type: Transform + pos: -41.5,-3.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: -41.5,-4.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: -41.5,-6.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: -40.5,-2.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: -39.5,-2.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: -38.5,-2.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 290 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: -46.5,6.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -47.5,6.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: -48.5,6.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: -49.5,6.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: -50.5,6.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: -50.5,5.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: -50.5,3.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: -50.5,2.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: -50.5,7.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: -50.5,8.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -50.5,9.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: -50.5,10.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: -50.5,11.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: -50.5,12.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: -21.5,14.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: -20.5,18.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: -20.5,19.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -20.5,21.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: -20.5,21.5 + parent: 2 + - uid: 330 + components: + - type: Transform + pos: -21.5,21.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -22.5,21.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -23.5,21.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: -24.5,21.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: -25.5,21.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: -26.5,21.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: -27.5,21.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: -28.5,21.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: -34.5,21.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: -34.5,21.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: -34.5,20.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: -34.5,19.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: -34.5,18.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: -34.5,17.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: -34.5,16.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: -21.5,12.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: -21.5,8.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: -28.5,8.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: -29.5,8.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: -30.5,8.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -30.5,8.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: -30.5,7.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: -29.5,6.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: -28.5,6.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: -26.5,11.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: -31.5,12.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -39.5,6.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: -1.5,26.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: -23.5,0.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: -52.5,23.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: -51.5,23.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: -50.5,23.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: -4.5,8.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: -5.5,8.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: -6.5,8.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: -8.5,6.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: -8.5,5.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: -8.5,4.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: 0.5,26.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: -19.5,2.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -37.5,6.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: -26.5,2.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: -27.5,2.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: -29.5,2.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: -31.5,2.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: -32.5,2.5 + parent: 2 + - uid: 459 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: -34.5,8.5 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: -34.5,9.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: -16.5,28.5 + parent: 2 + - uid: 474 + components: + - type: Transform + pos: -16.5,27.5 + parent: 2 + - uid: 475 + components: + - type: Transform + pos: -16.5,26.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: -16.5,25.5 + parent: 2 + - uid: 477 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: -16.5,22.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: -16.5,18.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: -16.5,17.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: -16.5,16.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: -16.5,14.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: -21.5,24.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: -22.5,24.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: -11.5,12.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: -11.5,12.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: -4.5,11.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: -4.5,12.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: -2.5,26.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: -3.5,26.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: -11.5,12.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: -9.5,12.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: -7.5,12.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: -6.5,12.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: -5.5,12.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: -4.5,12.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: -28.5,14.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 513 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 520 + components: + - type: Transform + pos: -50.5,16.5 + parent: 2 + - uid: 521 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: -46.5,15.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 + - uid: 526 + components: + - type: Transform + pos: -44.5,15.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: -43.5,15.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: -42.5,15.5 + parent: 2 + - uid: 529 + components: + - type: Transform + pos: -41.5,15.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: -40.5,15.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: -39.5,15.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: -38.5,15.5 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: -37.5,15.5 + parent: 2 + - uid: 534 + components: + - type: Transform + pos: -36.5,15.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: -47.5,25.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - uid: 539 + components: + - type: Transform + pos: -12.5,19.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: -11.5,19.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: -11.5,18.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: -11.5,17.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 + - uid: 544 + components: + - type: Transform + pos: -12.5,16.5 + parent: 2 + - uid: 545 + components: + - type: Transform + pos: -13.5,16.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -13.5,24.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: -7.5,20.5 + parent: 2 + - uid: 556 + components: + - type: Transform + pos: -6.5,20.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: -3.5,18.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: -2.5,19.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - uid: 573 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 0.5,14.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 583 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 584 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 598 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 600 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 607 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 611 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 612 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 613 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 614 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 615 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 617 + components: + - type: Transform + pos: -23.5,2.5 + parent: 2 + - uid: 618 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 619 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 + - uid: 620 + components: + - type: Transform + pos: -19.5,2.5 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 624 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 625 + components: + - type: Transform + pos: -15.5,24.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: -14.5,24.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -13.5,24.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: -12.5,24.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -7.5,18.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 + - uid: 633 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 635 + components: + - type: Transform + pos: -43.5,24.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: -42.5,24.5 + parent: 2 + - uid: 637 + components: + - type: Transform + pos: -41.5,24.5 + parent: 2 + - uid: 638 + components: + - type: Transform + pos: -40.5,24.5 + parent: 2 + - uid: 639 + components: + - type: Transform + pos: -39.5,24.5 + parent: 2 + - uid: 640 + components: + - type: Transform + pos: -38.5,24.5 + parent: 2 + - uid: 641 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: -34.5,24.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: -35.5,24.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: -37.5,24.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: -14.5,30.5 + parent: 2 + - uid: 647 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 648 + components: + - type: Transform + pos: -28.5,24.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: -27.5,24.5 + parent: 2 + - uid: 650 + components: + - type: Transform + pos: -26.5,24.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: -25.5,24.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: -24.5,24.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: -23.5,24.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -15.5,30.5 + parent: 2 + - uid: 656 + components: + - type: Transform + pos: -20.5,24.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - uid: 658 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: -17.5,24.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - uid: 662 + components: + - type: Transform + pos: -31.5,24.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: -14.5,12.5 + parent: 2 + - uid: 665 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 666 + components: + - type: Transform + pos: -29.5,27.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -29.5,28.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: -29.5,29.5 + parent: 2 + - uid: 669 + components: + - type: Transform + pos: -29.5,30.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: -29.5,14.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: -30.5,14.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 673 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: 1.5,26.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: 1.5,30.5 + parent: 2 + - uid: 681 + components: + - type: Transform + pos: 1.5,31.5 + parent: 2 + - uid: 682 + components: + - type: Transform + pos: 49.5,83.5 + parent: 2 + - uid: 683 + components: + - type: Transform + pos: 32.5,84.5 + parent: 2 + - uid: 684 + components: + - type: Transform + pos: 34.5,85.5 + parent: 2 + - uid: 685 + components: + - type: Transform + pos: 33.5,83.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: 34.5,84.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: 34.5,83.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: 32.5,83.5 + parent: 2 + - uid: 689 + components: + - type: Transform + pos: 35.5,85.5 + parent: 2 + - uid: 690 + components: + - type: Transform + pos: 36.5,85.5 + parent: 2 + - uid: 691 + components: + - type: Transform + pos: 36.5,86.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: 36.5,87.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: 22.5,91.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: 22.5,90.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: 33.5,88.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: 31.5,93.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: 37.5,87.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: 38.5,87.5 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: 39.5,87.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: 40.5,87.5 + parent: 2 + - uid: 701 + components: + - type: Transform + pos: 41.5,87.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 42.5,87.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 43.5,87.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: 44.5,87.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: 45.5,87.5 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: 46.5,87.5 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: 47.5,87.5 + parent: 2 + - uid: 708 + components: + - type: Transform + pos: 47.5,86.5 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: 47.5,85.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: 47.5,84.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: 47.5,83.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: 47.5,82.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: 47.5,81.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: 47.5,80.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: 47.5,79.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: 47.5,78.5 + parent: 2 + - uid: 717 + components: + - type: Transform + pos: 47.5,77.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: 47.5,76.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: 47.5,75.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: 47.5,74.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: 47.5,73.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: 46.5,73.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: 45.5,73.5 + parent: 2 + - uid: 724 + components: + - type: Transform + pos: 44.5,73.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: 43.5,73.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: 42.5,73.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: 41.5,73.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: 40.5,73.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: 40.5,74.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: 40.5,75.5 + parent: 2 + - uid: 731 + components: + - type: Transform + pos: 44.5,74.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: 44.5,75.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: 44.5,76.5 + parent: 2 + - uid: 734 + components: + - type: Transform + pos: 40.5,76.5 + parent: 2 + - uid: 735 + components: + - type: Transform + pos: 36.5,88.5 + parent: 2 + - uid: 736 + components: + - type: Transform + pos: 34.5,88.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: 35.5,88.5 + parent: 2 + - uid: 738 + components: + - type: Transform + pos: 32.5,87.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: 31.5,87.5 + parent: 2 + - uid: 740 + components: + - type: Transform + pos: 30.5,87.5 + parent: 2 + - uid: 741 + components: + - type: Transform + pos: 29.5,87.5 + parent: 2 + - uid: 742 + components: + - type: Transform + pos: 28.5,87.5 + parent: 2 + - uid: 743 + components: + - type: Transform + pos: 27.5,87.5 + parent: 2 + - uid: 744 + components: + - type: Transform + pos: 26.5,87.5 + parent: 2 + - uid: 745 + components: + - type: Transform + pos: 29.5,86.5 + parent: 2 + - uid: 746 + components: + - type: Transform + pos: 29.5,85.5 + parent: 2 + - uid: 747 + components: + - type: Transform + pos: 29.5,84.5 + parent: 2 + - uid: 748 + components: + - type: Transform + pos: 29.5,83.5 + parent: 2 + - uid: 749 + components: + - type: Transform + pos: 29.5,82.5 + parent: 2 + - uid: 750 + components: + - type: Transform + pos: 29.5,81.5 + parent: 2 + - uid: 751 + components: + - type: Transform + pos: 29.5,80.5 + parent: 2 + - uid: 752 + components: + - type: Transform + pos: 26.5,87.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: 26.5,86.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: 26.5,85.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: 26.5,84.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 26.5,83.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: 25.5,82.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: 25.5,83.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: 25.5,81.5 + parent: 2 + - uid: 760 + components: + - type: Transform + pos: 25.5,80.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: 29.5,79.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: 30.5,79.5 + parent: 2 + - uid: 763 + components: + - type: Transform + pos: 31.5,79.5 + parent: 2 + - uid: 764 + components: + - type: Transform + pos: 32.5,79.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: 33.5,79.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: 34.5,79.5 + parent: 2 + - uid: 767 + components: + - type: Transform + pos: 35.5,79.5 + parent: 2 + - uid: 768 + components: + - type: Transform + pos: 36.5,79.5 + parent: 2 + - uid: 769 + components: + - type: Transform + pos: 36.5,78.5 + parent: 2 + - uid: 770 + components: + - type: Transform + pos: 36.5,77.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 47.5,87.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: 48.5,87.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: 35.5,77.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 34.5,77.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: 48.5,87.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: 48.5,88.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: 48.5,89.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: 48.5,90.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 48.5,91.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: 48.5,92.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: 48.5,93.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: 34.5,76.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: 34.5,75.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: 34.5,74.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: 33.5,74.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: 32.5,74.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: 31.5,74.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: 48.5,93.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: 49.5,93.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: 50.5,93.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: 51.5,93.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: 52.5,93.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: 31.5,75.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: 52.5,94.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: 31.5,76.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: 48.5,93.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: 47.5,93.5 + parent: 2 + - uid: 798 + components: + - type: Transform + pos: 46.5,93.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: 45.5,93.5 + parent: 2 + - uid: 800 + components: + - type: Transform + pos: 44.5,93.5 + parent: 2 + - uid: 801 + components: + - type: Transform + pos: 43.5,93.5 + parent: 2 + - uid: 802 + components: + - type: Transform + pos: 43.5,94.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: 43.5,92.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: 43.5,91.5 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: 46.5,83.5 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: 45.5,83.5 + parent: 2 + - uid: 807 + components: + - type: Transform + pos: 44.5,83.5 + parent: 2 + - uid: 808 + components: + - type: Transform + pos: 43.5,83.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: 42.5,83.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: 48.5,83.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: 48.5,93.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: 48.5,94.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: 48.5,95.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: 48.5,96.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: 48.5,97.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: 48.5,98.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: 48.5,99.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: 42.5,84.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: 48.5,99.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: 47.5,99.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: 46.5,99.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: 45.5,99.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: 44.5,99.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 40.5,84.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 39.5,84.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 39.5,83.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 41.5,84.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: 42.5,82.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: 44.5,84.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 48.5,99.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 48.5,100.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 48.5,102.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: 48.5,103.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: 48.5,104.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 48.5,105.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: 48.5,106.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 48.5,107.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: 42.5,81.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: 42.5,80.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 41.5,80.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: 40.5,80.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: 39.5,80.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: 50.5,83.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 51.5,83.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 44.5,99.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 44.5,100.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: 44.5,101.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: 44.5,102.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: 51.5,84.5 + parent: 2 + - uid: 850 + components: + - type: Transform + pos: 51.5,85.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: 51.5,86.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: 44.5,102.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 45.5,102.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 46.5,102.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: 47.5,102.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: 48.5,102.5 + parent: 2 + - uid: 857 + components: + - type: Transform + pos: 44.5,102.5 + parent: 2 + - uid: 858 + components: + - type: Transform + pos: 43.5,102.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: 42.5,102.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 41.5,102.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: 40.5,102.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 39.5,102.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: 52.5,85.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: 39.5,102.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: 39.5,103.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: 39.5,104.5 + parent: 2 + - uid: 867 + components: + - type: Transform + pos: 39.5,105.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: 39.5,106.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 44.5,98.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: 44.5,97.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: 43.5,97.5 + parent: 2 + - uid: 872 + components: + - type: Transform + pos: 42.5,97.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 41.5,97.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 40.5,97.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 40.5,98.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 40.5,99.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: 48.5,107.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: 47.5,107.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: 46.5,107.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 45.5,107.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: 45.5,116.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 39.5,107.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: 40.5,107.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 41.5,107.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: 42.5,107.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: 45.5,118.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: 45.5,117.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 45.5,120.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: 36.5,91.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 35.5,91.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: 38.5,91.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: 37.5,91.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: 37.5,92.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: 27.5,88.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 27.5,89.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 27.5,90.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 45.5,119.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 39.5,89.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 39.5,88.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 39.5,90.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 39.5,91.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 27.5,91.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: 27.5,92.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: 27.5,93.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: 26.5,92.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: 25.5,92.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: 27.5,88.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: 25.5,87.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 24.5,87.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: 23.5,87.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 22.5,87.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: 21.5,87.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: 21.5,88.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: 21.5,88.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 21.5,89.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 21.5,90.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: 32.5,88.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: 32.5,89.5 + parent: 2 + - uid: 919 + components: + - type: Transform + pos: 32.5,90.5 + parent: 2 + - uid: 920 + components: + - type: Transform + pos: 32.5,91.5 + parent: 2 + - uid: 921 + components: + - type: Transform + pos: 32.5,92.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: 32.5,93.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: 31.5,90.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: 30.5,90.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: 48.5,76.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: 28.5,79.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 28.5,78.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: 28.5,77.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: 28.5,76.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: 45.5,115.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: 45.5,114.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 45.5,113.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 45.5,112.5 + parent: 2 + - uid: 934 + components: + - type: Transform + pos: 45.5,111.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 45.5,110.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 45.5,109.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 45.5,108.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: 42.5,115.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: 42.5,114.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 42.5,113.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 42.5,112.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 42.5,111.5 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: 42.5,110.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 42.5,109.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 42.5,108.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 44.5,122.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: 42.5,119.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: 42.5,118.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: 42.5,117.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: 42.5,116.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: 42.5,121.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: 42.5,120.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: 45.5,121.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: 42.5,122.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: 43.5,122.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 45.5,122.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: -0.5,33.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 0.5,33.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: 3.5,33.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 13.5,33.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 13.5,33.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 13.5,34.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 13.5,35.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 13.5,36.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 13.5,38.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 13.5,39.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 13.5,39.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 10.5,39.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 9.5,39.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 981 + components: + - type: Transform + pos: 6.5,39.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 983 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 985 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 3.5,36.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 3.5,34.5 + parent: 2 + - uid: 990 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: 10.5,37.5 + parent: 2 + - uid: 992 + components: + - type: Transform + pos: 10.5,35.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: 10.5,34.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 9.5,34.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: 8.5,34.5 + parent: 2 + - uid: 996 + components: + - type: Transform + pos: 7.5,34.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 + - uid: 998 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: -51.5,12.5 + parent: 2 + - uid: 21034 + components: + - type: Transform + pos: 34.5,82.5 + parent: 2 + - uid: 21035 + components: + - type: Transform + pos: 33.5,82.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 1002 + components: + - type: Transform + parent: 1001 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1003 + components: + - type: Transform + parent: 1001 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1004 + components: + - type: Transform + parent: 1001 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1005 + components: + - type: Transform + parent: 1001 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: CableApcStack1 + entities: + - uid: 1006 + components: + - type: Transform + pos: -2.201078,33.463013 + parent: 2 +- proto: CableHV + entities: + - uid: 1007 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: -14.5,36.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 1021 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 1023 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 1024 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 1025 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + pos: -14.5,34.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 1036 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 1041 + components: + - type: Transform + pos: -11.5,35.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: -14.5,35.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: -12.5,35.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + pos: -14.5,35.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: -14.5,37.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + pos: 31.5,93.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: 30.5,94.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: 31.5,92.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: 31.5,94.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: -17.5,37.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: -14.5,35.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + pos: -17.5,34.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + pos: -15.5,35.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + pos: -16.5,35.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + pos: -17.5,36.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + pos: -17.5,35.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + pos: -17.5,35.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 1061 + components: + - type: Transform + parent: 1060 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1062 + components: + - type: Transform + parent: 1060 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: CableMV + entities: + - uid: 1065 + components: + - type: Transform + pos: -24.5,24.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - uid: 1067 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 1074 + components: + - type: Transform + pos: -20.5,24.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: -22.5,24.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: -17.5,24.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: -14.5,30.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: -16.5,25.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: -15.5,30.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: -13.5,30.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: -21.5,24.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: -25.5,24.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: -23.5,24.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: -12.5,30.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: -11.5,30.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: -5.5,40.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: -16.5,28.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: -16.5,26.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: -16.5,27.5 + parent: 2 + - uid: 1095 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: -26.5,24.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: -34.5,24.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + pos: -35.5,24.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 1106 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + pos: -11.5,18.5 + parent: 2 + - uid: 1109 + components: + - type: Transform + pos: -27.5,24.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: -31.5,24.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: -37.5,24.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: -40.5,24.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: -39.5,24.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: -38.5,24.5 + parent: 2 + - uid: 1118 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -11.5,19.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: -41.5,24.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: -42.5,24.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + pos: -7.5,18.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: -11.5,17.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 1136 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: -28.5,24.5 + parent: 2 + - uid: 1138 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 1139 + components: + - type: Transform + pos: -9.5,30.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: -6.5,30.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + pos: -5.5,30.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: -3.5,30.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 1147 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 1150 + components: + - type: Transform + pos: -1.5,32.5 + parent: 2 + - uid: 1151 + components: + - type: Transform + pos: -1.5,33.5 + parent: 2 + - uid: 1152 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 1153 + components: + - type: Transform + pos: -1.5,35.5 + parent: 2 + - uid: 1154 + components: + - type: Transform + pos: -1.5,36.5 + parent: 2 + - uid: 1155 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + pos: -1.5,38.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + pos: -1.5,39.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: -5.5,39.5 + parent: 2 + - uid: 1159 + components: + - type: Transform + pos: -4.5,39.5 + parent: 2 + - uid: 1160 + components: + - type: Transform + pos: -3.5,39.5 + parent: 2 + - uid: 1161 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 + - uid: 1162 + components: + - type: Transform + pos: -1.5,39.5 + parent: 2 + - uid: 1163 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - uid: 1164 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 + - uid: 1166 + components: + - type: Transform + pos: -29.5,27.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: -29.5,28.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + pos: -29.5,29.5 + parent: 2 + - uid: 1169 + components: + - type: Transform + pos: -29.5,30.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + pos: -29.5,31.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + pos: -29.5,32.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: -29.5,33.5 + parent: 2 + - uid: 1173 + components: + - type: Transform + pos: -29.5,34.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 1175 + components: + - type: Transform + pos: -13.5,23.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + pos: -13.5,21.5 + parent: 2 + - uid: 1177 + components: + - type: Transform + pos: -13.5,24.5 + parent: 2 + - uid: 1178 + components: + - type: Transform + pos: -14.5,24.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + pos: -11.5,20.5 + parent: 2 + - uid: 1180 + components: + - type: Transform + pos: -11.5,21.5 + parent: 2 + - uid: 1181 + components: + - type: Transform + pos: -12.5,21.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + pos: -13.5,22.5 + parent: 2 + - uid: 1183 + components: + - type: Transform + pos: -15.5,24.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: -16.5,22.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 1188 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 + - uid: 1189 + components: + - type: Transform + pos: -16.5,18.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + pos: -16.5,17.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + pos: -16.5,16.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: -16.5,14.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 1196 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 1197 + components: + - type: Transform + pos: -14.5,12.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + pos: -13.5,12.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: -12.5,12.5 + parent: 2 + - uid: 1200 + components: + - type: Transform + pos: -11.5,12.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 + - uid: 1202 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: -11.5,7.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + pos: -11.5,6.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 1210 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 1220 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - uid: 1222 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: -43.5,24.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: -50.5,22.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: -31.5,12.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: -50.5,19.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: -50.5,23.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + pos: -45.5,24.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: -44.5,24.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: -46.5,24.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + pos: -51.5,24.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: -50.5,21.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: -50.5,20.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: -50.5,16.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: -50.5,18.5 + parent: 2 + - uid: 1247 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: -46.5,15.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: -44.5,15.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: -43.5,15.5 + parent: 2 + - uid: 1252 + components: + - type: Transform + pos: -42.5,15.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + pos: -41.5,15.5 + parent: 2 + - uid: 1254 + components: + - type: Transform + pos: -40.5,15.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + pos: -39.5,15.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: -38.5,15.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: -37.5,15.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + pos: -36.5,15.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: -43.5,14.5 + parent: 2 + - uid: 1260 + components: + - type: Transform + pos: -43.5,13.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + pos: -43.5,12.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: -36.5,15.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: -35.5,15.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: -34.5,15.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: -33.5,15.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: -30.5,15.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: -29.5,15.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: -28.5,15.5 + parent: 2 + - uid: 1273 + components: + - type: Transform + pos: -27.5,15.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: -26.5,15.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: -26.5,15.5 + parent: 2 + - uid: 1276 + components: + - type: Transform + pos: -25.5,15.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: -24.5,12.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: -24.5,11.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: -25.5,7.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 + - uid: 1290 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 1291 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 + - uid: 1297 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 + - uid: 1298 + components: + - type: Transform + pos: -19.5,2.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 1301 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 1302 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 1303 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 1304 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 1312 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + pos: -23.5,2.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: -51.5,24.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: -52.5,24.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + pos: -53.5,24.5 + parent: 2 + - uid: 1319 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 + - uid: 1322 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 1328 + components: + - type: Transform + pos: -39.5,34.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: -39.5,33.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 + - uid: 1331 + components: + - type: Transform + pos: -39.5,31.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + pos: -39.5,30.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 1334 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - uid: 1336 + components: + - type: Transform + pos: -43.5,12.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + pos: -42.5,12.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + pos: -41.5,12.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 1346 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + pos: -4.5,8.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + pos: -24.5,11.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + pos: -26.5,11.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 + - uid: 1357 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - uid: 1358 + components: + - type: Transform + pos: 30.5,92.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: 32.5,87.5 + parent: 2 + - uid: 1360 + components: + - type: Transform + pos: 30.5,91.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: 30.5,90.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + pos: 32.5,90.5 + parent: 2 + - uid: 1363 + components: + - type: Transform + pos: 31.5,90.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + pos: 32.5,89.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + pos: 32.5,88.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + pos: 33.5,87.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: 34.5,87.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: 34.5,86.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + pos: 30.5,93.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + pos: 30.5,94.5 + parent: 2 + - uid: 1371 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 + - uid: 21036 + components: + - type: Transform + pos: 35.5,87.5 + parent: 2 + - uid: 21037 + components: + - type: Transform + pos: 36.5,87.5 + parent: 2 + - uid: 21038 + components: + - type: Transform + pos: 36.5,86.5 + parent: 2 + - uid: 21039 + components: + - type: Transform + pos: 36.5,85.5 + parent: 2 + - uid: 21040 + components: + - type: Transform + pos: 35.5,85.5 + parent: 2 + - uid: 21041 + components: + - type: Transform + pos: 34.5,85.5 + parent: 2 + - uid: 21042 + components: + - type: Transform + pos: 34.5,84.5 + parent: 2 + - uid: 21043 + components: + - type: Transform + pos: 34.5,83.5 + parent: 2 + - uid: 21044 + components: + - type: Transform + pos: 34.5,82.5 + parent: 2 + - uid: 21045 + components: + - type: Transform + pos: 33.5,82.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 1063 + components: + - type: Transform + parent: 1060 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1064 + components: + - type: Transform + parent: 1060 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: CarpetBlue + entities: + - uid: 1372 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 1374 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: -30.5,0.5 + parent: 2 + - uid: 1376 + components: + - type: Transform + pos: -31.5,0.5 + parent: 2 + - uid: 1377 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 1379 + components: + - type: Transform + pos: -17.5,4.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: -13.5,7.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + pos: -40.5,17.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: -39.5,17.5 + parent: 2 + - uid: 1388 + components: + - type: Transform + pos: -37.5,17.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 1390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,38.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + pos: -51.5,23.5 + parent: 2 + - uid: 1392 + components: + - type: Transform + pos: -46.5,26.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,23.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,34.5 + parent: 2 + - uid: 1395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,23.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,24.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,37.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,30.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,36.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,35.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,23.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: -41.5,17.5 + parent: 2 + - uid: 1403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,32.5 + parent: 2 + - uid: 1404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,31.5 + parent: 2 + - uid: 1405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,30.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,30.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,30.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,30.5 + parent: 2 + - uid: 1409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,30.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,30.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,30.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,30.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,30.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,34.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,33.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,32.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,29.5 + parent: 2 + - uid: 1418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,30.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,30.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,33.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,30.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,29.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,28.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,29.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,36.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,37.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,38.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,39.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,39.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,39.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,39.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,39.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,29.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 1438 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + pos: -1.5,28.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,26.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: -38.5,22.5 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: -37.5,22.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: -36.5,22.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,11.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: -13.5,9.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 38.5,115.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,113.5 + parent: 2 + - uid: 1451 + components: + - type: Transform + pos: 47.5,114.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,111.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,110.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,112.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,110.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,110.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,111.5 + parent: 2 + - uid: 1458 + components: + - type: Transform + pos: 39.5,115.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + pos: 46.5,115.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,110.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,109.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,112.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,109.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,109.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,114.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,109.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,115.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,114.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,113.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,113.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,112.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,113.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,111.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,111.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,109.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,110.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,112.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,111.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,110.5 + parent: 2 + - uid: 1480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,109.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + pos: 40.5,115.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: 48.5,115.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: 47.5,115.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,111.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,110.5 + parent: 2 + - uid: 1486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,109.5 + parent: 2 + - uid: 1487 + components: + - type: Transform + pos: 49.5,115.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,111.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,110.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,109.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: 39.5,111.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: 40.5,114.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,29.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,26.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,29.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,29.5 + parent: 2 +- proto: Chainsaw + entities: + - uid: 1497 + components: + - type: Transform + pos: -81.3804,-59.37593 + parent: 2 +- proto: Chair + entities: + - uid: 1498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,100.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,100.5 + parent: 2 +- proto: ChairGreyscale + entities: + - uid: 1500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,16.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,18.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: -25.5,21.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: -23.5,21.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: 35.5,84.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: 36.5,84.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,80.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,82.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,82.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,81.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,80.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,81.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,81.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,82.5 + parent: 2 +- proto: ClockworkGrille + entities: + - uid: 1515 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: 9.5,37.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: 56.5,107.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: 56.5,101.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: 56.5,104.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: 49.5,73.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: 49.5,76.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: 49.5,75.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: 49.5,74.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 42.5,100.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: 56.5,110.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: 42.5,99.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: 35.5,86.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: -19.5,19.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: -15.5,16.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: -15.5,17.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: -24.5,32.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: -25.5,29.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: -24.5,29.5 + parent: 2 + - uid: 1539 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: -26.5,28.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: -26.5,33.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: -26.5,34.5 + parent: 2 + - uid: 1544 + components: + - type: Transform + pos: -52.5,10.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: -52.5,8.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: -52.5,9.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: -52.5,7.5 + parent: 2 + - uid: 1548 + components: + - type: Transform + pos: -46.5,13.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: -52.5,11.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: -49.5,13.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: -48.5,13.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + pos: -47.5,13.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: -25.5,32.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: -19.5,18.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: -6.5,9.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 +- proto: ClosetSteelBase + entities: + - uid: 1562 + components: + - type: Transform + pos: 39.5,97.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: 31.5,82.5 + parent: 2 +- proto: ClothingBeltJanitorFilled + entities: + - uid: 1564 + components: + - type: Transform + pos: -25.278027,-1.4308766 + parent: 2 +- proto: ClothingHeadHatHardhatBlue + entities: + - uid: 1566 + components: + - type: Transform + parent: 1565 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatHardhatYellowDark + entities: + - uid: 1567 + components: + - type: Transform + parent: 1565 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1568 + components: + - type: Transform + parent: 1565 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1569 + components: + - type: Transform + parent: 1565 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1572 + components: + - type: Transform + pos: 11.425972,33.91913 + parent: 2 + - uid: 1573 + components: + - type: Transform + pos: 13.550972,35.091003 + parent: 2 +- proto: ClothingMaskGasMiner + entities: + - uid: 1575 + components: + - type: Transform + parent: 1574 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1576 + components: + - type: Transform + parent: 1574 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1577 + components: + - type: Transform + parent: 1574 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1578 + components: + - type: Transform + parent: 1574 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsLaceup + entities: + - uid: 1582 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ClothingShoesBootsWork + entities: + - uid: 1592 + components: + - type: MetaData + desc: Lace-up work boots for the especially blue-collar. + - type: Transform + pos: 44.89994,93.002686 + parent: 2 +- proto: Crowbar + entities: + - uid: 1594 + components: + - type: Transform + parent: 1593 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.550972,34.497253 + parent: 2 + - uid: 1596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.394722,34.16913 + parent: 2 + - uid: 1597 + components: + - type: Transform + pos: 52.500572,104.58302 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 1598 + components: + - type: Transform + pos: 1.5459759,31.105768 + parent: 2 +- proto: CurtainsBlue + entities: + - uid: 1599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,32.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,32.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,29.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,32.5 + parent: 2 + - uid: 1603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,32.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,29.5 + parent: 2 +- proto: DebugAPC + entities: + - uid: 1605 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 +- proto: DebugGenerator + entities: + - uid: 1606 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 +- proto: DebugSubstation + entities: + - uid: 1607 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 +- proto: Defibrillator + entities: + - uid: 1608 + components: + - type: Transform + pos: 36.453545,93.67197 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 1609 + components: + - type: Transform + pos: -41.5,35.5 + parent: 2 +- proto: DiceBag + entities: + - uid: 1610 + components: + - type: Transform + pos: -46.65221,8.622524 + parent: 2 +- proto: DrinkBeerCan + entities: + - uid: 1612 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1613 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: DrinkBottleWine + entities: + - uid: 1622 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1637 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1638 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1639 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1654 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1655 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: DrinkGlass + entities: + - uid: 1669 + components: + - type: Transform + pos: -33.422993,19.62325 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: DrinkMilkCartonMiniChocolate + entities: + - uid: 1670 + components: + - type: Transform + pos: -37.78755,3.8188436 + parent: 2 +- proto: DrinkMREFlask + entities: + - uid: 1672 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1673 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1674 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1675 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1676 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1677 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: DrinkMugBlue + entities: + - uid: 1701 + components: + - type: Transform + parent: 1700 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1702 + components: + - type: Transform + parent: 1700 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1703 + components: + - type: Transform + parent: 1700 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1704 + components: + - type: Transform + pos: -50.329422,26.72257 + parent: 2 + - uid: 1705 + components: + - type: Transform + pos: -58.390495,32.675766 + parent: 2 + - uid: 1706 + components: + - type: Transform + pos: -58.390495,32.519516 + parent: 2 + - uid: 1707 + components: + - type: Transform + pos: -58.605656,32.57478 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 1708 + components: + - type: Transform + pos: -43.21831,31.783339 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 1709 + components: + - type: Transform + pos: -58.454494,31.675768 + parent: 2 + - uid: 1710 + components: + - type: Transform + pos: -58.577995,31.878893 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: -58.359245,31.878893 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 1712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-37.5 + parent: 2 +- proto: filingCabinetDrawer + entities: + - uid: 1713 + components: + - type: Transform + pos: -30.5,40.5 + parent: 2 +- proto: FlashlightSeclite + entities: + - uid: 1714 + components: + - type: Transform + pos: -33.208694,36.76616 + parent: 2 + - uid: 1715 + components: + - type: Transform + pos: -32.583694,36.563034 + parent: 2 + - uid: 1716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.65504,73.50548 + parent: 2 + - uid: 1717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.115044,73.550476 + parent: 2 + - uid: 1718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.65504,73.79797 + parent: 2 + - uid: 1719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.777542,73.550476 + parent: 2 +- proto: Floodlight + entities: + - uid: 3 + components: + - type: Transform + pos: -27.346611,-30.412294 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - type: HandheldLight + toggleActionEntity: 4 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 4 + - type: ActionsContainer + - uid: 1720 + components: + - type: Transform + pos: -22.55488,-24.303694 + parent: 2 +- proto: FloorDrain + entities: + - uid: 1721 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1722 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1723 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1724 + components: + - type: Transform + pos: -3.5,18.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1725 + components: + - type: Transform + pos: 51.5,90.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FoodCondimentBottleHotsauce + entities: + - uid: 1727 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1728 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: FoodCondimentBottleKetchup + entities: + - uid: 1729 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1730 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: FoodMothVegetarianChili + entities: + - uid: 1747 + components: + - type: Transform + pos: -5.6679482,14.79661 + parent: 2 +- proto: FoodPlateSmallPlastic + entities: + - uid: 1748 + components: + - type: Transform + pos: -24.484657,21.708387 + parent: 2 +- proto: Fork + entities: + - uid: 1749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.333294,27.27053 + parent: 2 +- proto: GasAnalyzer + entities: + - uid: 1750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.629097,33.591003 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 52.469265,106.694214 + parent: 2 +- proto: GasFilter + entities: + - uid: 1752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,105.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,107.5 + parent: 2 + - uid: 1754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,104.5 + parent: 2 +- proto: GasFilterFlipped + entities: + - uid: 1755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,35.5 + parent: 2 + - uid: 1756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,35.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,35.5 + parent: 2 +- proto: GasOutletInjector + entities: + - uid: 1758 + components: + - type: Transform + pos: 6.5,38.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: 9.5,38.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,110.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,107.5 + parent: 2 +- proto: GasPassiveVent + entities: + - uid: 1762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,104.5 + parent: 2 +- proto: GasPipeBend + entities: + - uid: 1763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,31.5 + parent: 2 + - uid: 1764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,31.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,35.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,14.5 + parent: 2 + - uid: 1767 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,6.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 1770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,3.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,37.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,35.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,110.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,100.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,97.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,80.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,80.5 + parent: 2 + - uid: 1781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,104.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: 54.5,105.5 + parent: 2 + - uid: 1783 + components: + - type: Transform + pos: 48.5,88.5 + parent: 2 +- proto: GasPipeFourway + entities: + - uid: 1784 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -17.5,25.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: -42.5,6.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + pos: -28.5,32.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: 28.5,88.5 + parent: 2 +- proto: GasPipeStraight + entities: + - uid: 1791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,29.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,29.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,26.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,29.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,22.5 + parent: 2 + - uid: 1797 + components: + - type: Transform + pos: -1.5,28.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,23.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,17.5 + parent: 2 + - uid: 1800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,4.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,4.5 + parent: 2 + - uid: 1804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 2 + - uid: 1805 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 1806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,4.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 1808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,0.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,0.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,0.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,0.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,4.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: -4.5,5.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,7.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,8.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,9.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,29.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + pos: -10.5,23.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: -10.5,22.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,17.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,17.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,17.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,26.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,29.5 + parent: 2 + - uid: 1833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,26.5 + parent: 2 + - uid: 1834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,29.5 + parent: 2 + - uid: 1835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,23.5 + parent: 2 + - uid: 1836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,23.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,29.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,29.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,22.5 + parent: 2 + - uid: 1841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,22.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,11.5 + parent: 2 + - uid: 1843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 2 + - uid: 1844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,31.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,31.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,31.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,33.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,32.5 + parent: 2 + - uid: 1849 + components: + - type: Transform + pos: -9.5,32.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,29.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,30.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,27.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,28.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,26.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,31.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,31.5 + parent: 2 + - uid: 1857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,31.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,31.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,35.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,35.5 + parent: 2 + - uid: 1861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,35.5 + parent: 2 + - uid: 1862 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,35.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,35.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,35.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + pos: 9.5,37.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,35.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: -4.5,34.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,31.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,31.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,31.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,31.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,25.5 + parent: 2 + - uid: 1874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,26.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,25.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,25.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,25.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,26.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,25.5 + parent: 2 + - uid: 1880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,25.5 + parent: 2 + - uid: 1881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,25.5 + parent: 2 + - uid: 1882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,25.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,25.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,25.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,25.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,25.5 + parent: 2 + - uid: 1888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,25.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + pos: -28.5,27.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + pos: -28.5,29.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + pos: -28.5,30.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + pos: -28.5,31.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + pos: -28.5,34.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + pos: -28.5,36.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + pos: -32.5,22.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,25.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,25.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,25.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,25.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,25.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,25.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,25.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,25.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,26.5 + parent: 2 + - uid: 1909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,27.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,28.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,29.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,30.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,31.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,32.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,33.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,34.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,35.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,36.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,37.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,25.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,25.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,25.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,25.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,25.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,25.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,25.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,25.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,26.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + pos: -46.5,27.5 + parent: 2 + - uid: 1930 + components: + - type: Transform + pos: -46.5,28.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + pos: -46.5,29.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + pos: -46.5,30.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: -51.5,24.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + pos: -51.5,23.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: -51.5,22.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + pos: -51.5,21.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + pos: -51.5,20.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + pos: -51.5,19.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + pos: -51.5,18.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + pos: -51.5,17.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: -51.5,16.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + pos: -51.5,15.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,14.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,14.5 + parent: 2 + - uid: 1945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,14.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,14.5 + parent: 2 + - uid: 1947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,14.5 + parent: 2 + - uid: 1948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,14.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,13.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,12.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,11.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,10.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,9.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,8.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,7.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,6.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,6.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,6.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,6.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,6.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,6.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,6.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,6.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,6.5 + parent: 2 + - uid: 1965 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + pos: -33.5,4.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,3.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,3.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,3.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,3.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,3.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,3.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,3.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,3.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,3.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,3.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,3.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,3.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,3.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,1.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,1.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,1.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,1.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,1.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,1.5 + parent: 2 + - uid: 1994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: -4.5,8.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + pos: -4.5,11.5 + parent: 2 + - uid: 2003 + components: + - type: Transform + pos: -4.5,12.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + pos: -4.5,14.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + pos: -4.5,15.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,7.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,6.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,5.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,4.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + pos: -9.5,33.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: -9.5,34.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,36.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,36.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,35.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,35.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,87.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,86.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,85.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,99.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: 53.5,108.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + pos: 53.5,109.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,110.5 + parent: 2 + - uid: 2025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,110.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,110.5 + parent: 2 + - uid: 2027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,110.5 + parent: 2 + - uid: 2028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,107.5 + parent: 2 + - uid: 2029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,107.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,107.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,102.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,103.5 + parent: 2 + - uid: 2033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,97.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,88.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: 47.5,90.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,107.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,98.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + pos: 55.5,102.5 + parent: 2 + - uid: 2039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,102.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: 53.5,101.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + pos: 47.5,92.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: 47.5,96.5 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: 47.5,95.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: 47.5,89.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,103.5 + parent: 2 + - uid: 2046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,101.5 + parent: 2 + - uid: 2047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,97.5 + parent: 2 + - uid: 2048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,97.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,97.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: 47.5,91.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + pos: 47.5,94.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,82.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,88.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,88.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,88.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,88.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,88.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,88.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,88.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,88.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,81.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,88.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,88.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,88.5 + parent: 2 + - uid: 2065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,88.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,88.5 + parent: 2 + - uid: 2067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,88.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,88.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,88.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,88.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,88.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,101.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,101.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,104.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,106.5 + parent: 2 + - uid: 2076 + components: + - type: Transform + pos: 55.5,103.5 + parent: 2 + - uid: 2077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,88.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,83.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,80.5 + parent: 2 + - uid: 2080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,80.5 + parent: 2 + - uid: 2081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,80.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,80.5 + parent: 2 + - uid: 2083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,80.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,80.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,80.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: 36.5,79.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,80.5 + parent: 2 + - uid: 2088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,80.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,80.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,80.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,80.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,80.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,80.5 + parent: 2 + - uid: 2094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,80.5 + parent: 2 + - uid: 2095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,80.5 + parent: 2 + - uid: 2096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,80.5 + parent: 2 + - uid: 2097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,87.5 + parent: 2 + - uid: 2098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,86.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,85.5 + parent: 2 + - uid: 2100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,84.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,77.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,82.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,81.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,78.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: 40.5,87.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: 40.5,86.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + pos: 40.5,85.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,89.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,93.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,93.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,93.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,76.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,83.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,83.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: 44.5,79.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: 44.5,78.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + pos: 44.5,77.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: 44.5,76.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: 44.5,75.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: 44.5,74.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,87.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,86.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,89.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,84.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: 37.5,89.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 37.5,90.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: 37.5,91.5 + parent: 2 + - uid: 2128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,101.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,28.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,28.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,28.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,28.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,33.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,33.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,33.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,33.5 + parent: 2 +- proto: GasPipeTJunction + entities: + - uid: 2138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,28.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,33.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,101.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,88.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,20.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,25.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,0.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,31.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,25.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: -32.5,25.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,25.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,38.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,3.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,1.5 + parent: 2 + - uid: 2155 + components: + - type: Transform + pos: -12.5,1.5 + parent: 2 + - uid: 2156 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 2157 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: -28.5,37.5 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,36.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,25.5 + parent: 2 + - uid: 2162 + components: + - type: Transform + pos: -46.5,31.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-5.5 + parent: 2 + - uid: 2164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,35.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,36.5 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: 4.5,36.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 + - uid: 2168 + components: + - type: Transform + pos: 44.5,80.5 + parent: 2 + - uid: 2169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,100.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,97.5 + parent: 2 + - uid: 2171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,97.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,100.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,104.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,93.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,83.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,84.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,85.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,83.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: 36.5,80.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,75.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + pos: 34.5,88.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,84.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + pos: 37.5,92.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: 43.5,90.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,88.5 + parent: 2 + - uid: 2186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,93.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,83.5 + parent: 2 + - uid: 2188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,73.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: 40.5,88.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,90.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,88.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: -23.5,28.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,33.5 + parent: 2 +- proto: GasPort + entities: + - uid: 2194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,101.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 +- proto: GasPressurePump + entities: + - uid: 2196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,104.5 + parent: 2 + - uid: 2197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,101.5 + parent: 2 +- proto: GasRecycler + entities: + - uid: 2198 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 +- proto: GasVentPump + entities: + - uid: 2199 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 5 + - uid: 2200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,25.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,32.5 + parent: 2 + - uid: 2202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + pos: -41.5,39.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,37.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,16.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,0.5 + parent: 2 + - uid: 2207 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 5 + - uid: 2208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,8.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,37.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,20.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,24.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,31.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,5.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,23.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,84.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: 48.5,98.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,93.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,90.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,92.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,73.5 + parent: 2 + - uid: 2221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,75.5 + parent: 2 + - uid: 2222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,83.5 + parent: 2 + - uid: 2223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,90.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,83.5 + parent: 2 + - uid: 2225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,83.5 + parent: 2 + - uid: 2226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,27.5 + parent: 2 + - uid: 2227 + components: + - type: Transform + pos: -23.5,34.5 + parent: 2 +- proto: GasVentScrubber + entities: + - uid: 2228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,16.5 + parent: 2 + - uid: 2229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,7.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,0.5 + parent: 2 + - uid: 2231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,38.5 + parent: 2 + - uid: 2232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,37.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-6.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 5 + - uid: 2234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,8.5 + parent: 2 + - uid: 2235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,24.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,36.5 + parent: 2 + - uid: 2237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,20.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: -52.5,26.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,31.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + pos: -42.5,7.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,32.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,23.5 + parent: 2 + - uid: 2243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-6.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 5 + - uid: 2244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-6.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 5 + - uid: 2245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,92.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + pos: 28.5,91.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,84.5 + parent: 2 + - uid: 2248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,90.5 + parent: 2 + - uid: 2249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,85.5 + parent: 2 + - uid: 2250 + components: + - type: Transform + pos: 51.5,84.5 + parent: 2 + - uid: 2251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,74.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,84.5 + parent: 2 + - uid: 2253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,72.5 + parent: 2 + - uid: 2254 + components: + - type: Transform + pos: 51.5,94.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + pos: 47.5,98.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,28.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,33.5 + parent: 2 +- proto: GasVolumePump + entities: + - uid: 2258 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - type: GasVolumePump + transferRate: 0.1 +- proto: Gauze + entities: + - uid: 2259 + components: + - type: Transform + pos: -24.579021,-4.308525 + parent: 2 +- proto: GeigerCounter + entities: + - uid: 2260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.53924894,34.63317 + parent: 2 +- proto: GravityGeneratorMini + entities: + - uid: 2261 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 +- proto: HandheldHealthAnalyzer + entities: + - uid: 2262 + components: + - type: Transform + pos: -36.491875,34.660427 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: -43.53875,31.394802 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: -36.429375,28.254177 + parent: 2 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 2265 + components: + - type: Transform + pos: 38.478546,93.67197 + parent: 2 +- proto: HarmonicaInstrument + entities: + - uid: 2266 + components: + - type: Transform + pos: -24.57801,34.740288 + parent: 2 +- proto: IngotAluminum + entities: + - uid: 2268 + components: + - type: Transform + parent: 2267 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2269 + components: + - type: Transform + parent: 2267 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: KitchenMicrowave + entities: + - uid: 2274 + components: + - type: Transform + pos: -8.5,14.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + pos: -50.5,32.5 + parent: 2 +- proto: LadderBottom + entities: + - uid: 2276 + components: + - type: Transform + pos: -25.5,-38.5 + parent: 2 + - type: Warper + id: Vault Upper +- proto: LadderBottomMetalPaint1 + entities: + - uid: 2277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,120.5 + parent: 2 + - type: Warper + id: bunkertop +- proto: LadderBottomMetalPaint3 + entities: + - uid: 2278 + components: + - type: Transform + pos: -77.5,-65.5 + parent: 2 + - type: Warper + id: ShopkeepUpper +- proto: LadderTopMetal + entities: + - uid: 2279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,17.5 + parent: 2 + - type: Warper + id: Vault Core + - type: Fixtures + fixtures: {} +- proto: LadderTopMetalPaint3 + entities: + - uid: 2280 + components: + - type: Transform + pos: 21.5,91.5 + parent: 2 + - type: Warper + id: bunkerstoragespawn + - type: Fixtures + fixtures: {} +- proto: Lighter + entities: + - uid: 2281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.54024,12.7039995 + parent: 2 +- proto: LockerFreezerBase + entities: + - uid: 2282 + components: + - type: MetaData + desc: An ancient fridge in almost pristine condition. + name: fridge + - type: Transform + pos: -49.5,32.5 + parent: 2 +- proto: LuxuryPen + entities: + - uid: 2283 + components: + - type: Transform + pos: 41.17298,99.95227 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: Magazine556Rifle + entities: + - uid: 1640 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1641 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1642 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox10mm + entities: + - uid: 1643 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2285 + components: + - type: Transform + parent: 2284 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2286 + components: + - type: Transform + parent: 2284 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2287 + components: + - type: Transform + parent: 2284 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2288 + components: + - type: Transform + parent: 2284 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBox12 + entities: + - uid: 1623 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1644 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox12gauge + entities: + - uid: 2290 + components: + - type: Transform + parent: 2289 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBox308 + entities: + - uid: 1624 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1656 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox44 + entities: + - uid: 1645 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1657 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox556 + entities: + - uid: 1658 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1659 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox762 + entities: + - uid: 1625 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MagazineBox9mm + entities: + - uid: 1626 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1646 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MaterialCloth + entities: + - uid: 2270 + components: + - type: Transform + parent: 2267 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2271 + components: + - type: Transform + parent: 2267 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MaterialCloth1 + entities: + - uid: 2293 + components: + - type: Transform + pos: -33.531025,21.120377 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: -32.878525,16.845375 + parent: 2 +- proto: MaterialWoodPlank + entities: + - uid: 2296 + components: + - type: Transform + parent: 2295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2297 + components: + - type: Transform + parent: 2295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MedicatedSuture + entities: + - uid: 46 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 47 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: MopItem + entities: + - uid: 2302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.513786,93.69564 + parent: 2 +- proto: Morgue + entities: + - uid: 2303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,36.5 + parent: 2 + - uid: 2304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,38.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,37.5 + parent: 2 + - uid: 2306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,39.5 + parent: 2 +- proto: N14APCBreaker + entities: + - uid: 2307 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 2308 + components: + - type: Transform + pos: -5.5,40.5 + parent: 2 + - uid: 2309 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 2310 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 21033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,82.5 + parent: 2 +- proto: N14Bandage + entities: + - uid: 48 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 49 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 50 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 51 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 52 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 53 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14BarricadeSandbagSingle + entities: + - uid: 2317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,100.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,99.5 + parent: 2 + - uid: 2319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,100.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,99.5 + parent: 2 + - uid: 2321 + components: + - type: Transform + pos: -80.5,-64.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: -79.5,-64.5 + parent: 2 +- proto: N14Bed + entities: + - uid: 2323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,1.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-3.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + pos: -37.5,1.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,28.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: -37.5,-3.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,1.5 + parent: 2 + - uid: 2329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-8.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + pos: -37.5,10.5 + parent: 2 + - uid: 2331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,33.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: -36.5,30.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + pos: -36.5,33.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,33.5 + parent: 2 + - uid: 2335 + components: + - type: Transform + pos: 45.5,95.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,91.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,93.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,95.5 + parent: 2 + - uid: 2339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,93.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: 45.5,91.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: 39.5,93.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,85.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + pos: 45.5,93.5 + parent: 2 +- proto: N14Bedroll + entities: + - uid: 2344 + components: + - type: Transform + pos: 45.5,76.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: 45.5,77.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + pos: 43.5,77.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: 43.5,76.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: 39.5,76.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: 39.5,77.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: 41.5,76.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: 41.5,77.5 + parent: 2 +- proto: N14BedWood + entities: + - uid: 2352 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 +- proto: N14BuffoutCanisterFilled + entities: + - uid: 2354 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2355 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14CartridgePistol9 + entities: + - uid: 1647 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14CellBars + entities: + - uid: 2378 + components: + - type: Transform + pos: -29.5,38.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: -30.5,38.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,37.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,36.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + pos: -27.5,38.5 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: 35.5,76.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: 43.5,75.5 + parent: 2 + - uid: 2386 + components: + - type: Transform + pos: 45.5,75.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + pos: 37.5,76.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,77.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + pos: 41.5,75.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + pos: 39.5,75.5 + parent: 2 +- proto: N14CellBarsCorner + entities: + - uid: 2391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,76.5 + parent: 2 +- proto: N14CellBarsSlot + entities: + - uid: 2392 + components: + - type: Transform + pos: 36.5,76.5 + parent: 2 +- proto: N14ChairMetalBlue + entities: + - uid: 2393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,30.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,29.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,30.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,29.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,23.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,26.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,26.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,25.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,25.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,28.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,29.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,27.5 + parent: 2 + - uid: 2405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,30.5 + parent: 2 + - uid: 2406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,31.5 + parent: 2 +- proto: N14ChairMetalRed + entities: + - uid: 2407 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - uid: 2408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,20.5 + parent: 2 + - uid: 2409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,21.5 + parent: 2 + - uid: 2410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,23.5 + parent: 2 + - uid: 2411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-60.5 + parent: 2 +- proto: N14ChairOfficeBlue + entities: + - uid: 2412 + components: + - type: Transform + pos: -27.507095,-9.186435 + parent: 2 + - uid: 2413 + components: + - type: Transform + pos: -46.51131,3.500137 + parent: 2 + - uid: 2414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.448715,-1.4137075 + parent: 2 + - uid: 2415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.386215,-8.325348 + parent: 2 + - uid: 2416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.46434,2.7668328 + parent: 2 + - uid: 2417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.45767,2.6125016 + parent: 2 + - uid: 2418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.42624,11.7771225 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: -42.348854,30.836266 + parent: 2 + - uid: 2420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.536354,27.836266 + parent: 2 +- proto: N14ChairOfficeErgonomic + entities: + - uid: 2421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.670515,16.837023 + parent: 2 + - uid: 2422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.133026,83.03534 + parent: 2 + - uid: 2423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.35375,85.05122 + parent: 2 +- proto: N14ChairOfficeGreen + entities: + - uid: 2424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.63631,-2.3355825 + parent: 2 +- proto: N14ChairOfficeGreenBroken + entities: + - uid: 2425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.950558,75.491554 + parent: 2 +- proto: N14ChairPlastic + entities: + - uid: 2426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,-65.5 + parent: 2 +- proto: N14ChairStoolBarRed + entities: + - uid: 2427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,28.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,28.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,28.5 + parent: 2 +- proto: N14ChairStoolBarTan + entities: + - uid: 2430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,-63.5 + parent: 2 +- proto: N14ChairWood1 + entities: + - uid: 2431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.518776,26.710232 + parent: 2 +- proto: N14ChemicalSyringeAntidote + entities: + - uid: 2356 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2357 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14Cigarette + entities: + - uid: 2432 + components: + - type: Transform + pos: -34.462563,12.458857 + parent: 2 +- proto: N14CigarettePackKool + entities: + - uid: 2434 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2435 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2436 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2437 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2438 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2439 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2440 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2441 + components: + - type: Transform + parent: 2433 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14CigarettePackMarlboro + entities: + - uid: 2443 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2444 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2445 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2446 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2447 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2448 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2449 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2450 + components: + - type: Transform + parent: 2442 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14CigarettePackSalem + entities: + - uid: 2452 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2453 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2454 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2455 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2456 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2457 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2458 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2459 + components: + - type: Transform + parent: 2451 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2460 + components: + - type: Transform + pos: -32.53906,30.42885 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14CigarettePackWinston + entities: + - uid: 2462 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2463 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2464 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2465 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2466 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2467 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2468 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2469 + components: + - type: Transform + parent: 2461 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14CigaretteSalem + entities: + - uid: 2470 + components: + - type: Transform + pos: -32.335934,29.944475 + parent: 2 +- proto: N14CigaretteSpent + entities: + - uid: 2471 + components: + - type: Transform + pos: -30.213259,32.584114 + parent: 2 + - uid: 2472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.791384,32.021614 + parent: 2 + - uid: 2473 + components: + - type: Transform + pos: -31.7957,30.612457 + parent: 2 + - uid: 2474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.275759,32.052864 + parent: 2 +- proto: N14ClosetBaseW + entities: + - uid: 1565 + components: + - type: Transform + pos: -0.5,34.5 + parent: 2 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 1566 + - 1567 + - 1570 + - 1568 + - 1569 + - 1571 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 1574 + components: + - type: Transform + pos: 1.5,34.5 + parent: 2 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 1580 + - 1579 + - 1575 + - 1576 + - 1577 + - 1578 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2475 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static + - uid: 2476 + components: + - type: Transform + pos: -30.5,12.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2477 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2478 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2479 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2480 + components: + - type: Transform + pos: -28.5,12.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2481 + components: + - type: Transform + pos: -22.5,-4.5 + parent: 2 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2482 + - 2483 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2484 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2485 + components: + - type: Transform + pos: -26.5,12.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2486 + components: + - type: Transform + pos: -45.5,3.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2487 + components: + - type: Transform + pos: -41.5,-6.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2488 + components: + - type: Transform + pos: -39.5,-1.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2489 + components: + - type: Transform + pos: -45.5,-1.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2490 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2491 + components: + - type: Transform + pos: -39.5,3.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2492 + components: + - type: Transform + pos: -39.5,12.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2493 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2494 + components: + - type: Transform + pos: -21.5,30.5 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static + - uid: 2495 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static + - uid: 2496 + components: + - type: Transform + pos: 52.5,105.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 2497 + components: + - type: Transform + pos: 52.5,108.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: N14ClosetGunCabinet + entities: + - uid: 2284 + components: + - type: Transform + pos: -34.5,40.5 + parent: 2 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2285 + - 2286 + - 2287 + - 2288 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2289 + components: + - type: Transform + pos: -35.5,38.5 + parent: 2 + - type: Physics + bodyType: Static + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2290 + - 2291 + - 2292 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14ClothingBeltPlantFilled + entities: + - uid: 2498 + components: + - type: Transform + pos: -2.5001085,7.4835024 + parent: 2 +- proto: N14ClothingBeltUtilityFilled + entities: + - uid: 2499 + components: + - type: Transform + pos: -7.4267664,39.14451 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: -7.4455166,39.557007 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: 30.431587,92.75188 + parent: 2 +- proto: N14ClothingBootsBlack + entities: + - uid: 1583 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1584 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1585 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2503 + components: + - type: Transform + parent: 2502 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2504 + components: + - type: Transform + parent: 2502 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2505 + components: + - type: Transform + parent: 2502 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ClothingEyesGlassesWelding + entities: + - uid: 2509 + components: + - type: Transform + pos: 30.409088,92.36938 + parent: 2 +- proto: N14ClothingHeadHatCombatHelmet + entities: + - uid: 2510 + components: + - type: Transform + pos: 21.452837,72.673035 + parent: 2 +- proto: N14ClothingHeadHatVaultRiot + entities: + - uid: 2511 + components: + - type: Transform + pos: -36.56477,36.696156 + parent: 2 + - uid: 2512 + components: + - type: Transform + pos: -36.09602,36.571156 + parent: 2 +- proto: N14ClothingNeckCloakBrotherhoodWashington + entities: + - uid: 2513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.505304,84.56917 + parent: 2 +- proto: N14ClothingNeckMantleBrotherhoodWashington + entities: + - uid: 2514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.437805,83.80417 + parent: 2 +- proto: N14ClothingOuterOverseerCoat + entities: + - uid: 1586 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14ClothingOuterVaultSecVest + entities: + - uid: 2515 + components: + - type: Transform + pos: -35.080395,36.477406 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: -35.50227,36.602406 + parent: 2 +- proto: N14ClothingUniformJumpskirtSundress + entities: + - uid: 1587 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14ClothingUniformJumpsuitPreWarCasual + entities: + - uid: 1588 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14ClothingUniformJumpsuitVault + entities: + - uid: 1589 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1590 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1591 + components: + - type: Transform + parent: 1581 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14ClothingUniformJumpsuitVault14 + entities: + - uid: 2506 + components: + - type: Transform + parent: 2502 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2507 + components: + - type: Transform + parent: 2502 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2508 + components: + - type: Transform + parent: 2502 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14ComputerTerminal + entities: + - uid: 2517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-9.5 + parent: 2 + - uid: 2518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,3.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-1.5 + parent: 2 + - uid: 2520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,28.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: 36.5,83.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,100.5 + parent: 2 +- proto: N14ComputerTerminalBroken + entities: + - uid: 2523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-1.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: 50.5,82.5 + parent: 2 +- proto: N14ComputerTerminalWallDisplays + entities: + - uid: 2525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,20.5 + parent: 2 + - uid: 2526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,29.5 + parent: 2 +- proto: N14ControlTerminalButton + entities: + - uid: 2527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,21.5 + parent: 2 + - uid: 2528 + components: + - type: Transform + pos: 39.5,100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31: + - Pressed: Toggle + 32: + - Pressed: Toggle + - uid: 2529 + components: + - type: Transform + pos: 47.5,100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 30: + - Pressed: Toggle + 29: + - Pressed: Toggle + 25: + - Pressed: Toggle + 28: + - Pressed: Toggle + 27: + - Pressed: Toggle + 21: + - Pressed: Toggle + 23: + - Pressed: Toggle + 22: + - Pressed: Toggle + 24: + - Pressed: Toggle + 26: + - Pressed: Toggle +- proto: N14ControlTerminalVault + entities: + - uid: 2530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-8.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2669: + - Pressed: Toggle +- proto: N14CookingStove + entities: + - uid: 2531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,32.5 + parent: 2 +- proto: N14CookingStoveWide + entities: + - uid: 2532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,14.5 + parent: 2 + - uid: 2533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,82.5 + parent: 2 +- proto: N14CrateFootlocker + entities: + - uid: 2534 + components: + - type: Transform + pos: 42.5,91.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 42.5,95.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 44.5,91.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 42.5,93.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 44.5,95.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 44.5,93.5 + parent: 2 +- proto: N14CrateTrashcart + entities: + - uid: 2540 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 +- proto: N14CrateVault + entities: + - uid: 2502 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2506 + - 2503 + - 2507 + - 2508 + - 2504 + - 2505 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2541 + components: + - type: Transform + pos: -39.5,0.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: -39.5,-4.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: -39.5,9.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: -52.5,3.5 + parent: 2 +- proto: N14CrateVaultBig + entities: + - uid: 2547 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2550 + - 2549 + - 2548 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2551 + components: + - type: Transform + pos: -37.5,17.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + pos: -5.5,34.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2562 + - 2561 + - 2560 + - 2559 + - 2558 + - 2557 + - 2556 + - 2555 + - 2554 + - 2553 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2563 + components: + - type: Transform + pos: -5.5,32.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2564 + - 2565 + - 2566 + - 2567 + - 2568 + - 2569 + - 2570 + - 2571 + - 2572 + - 2573 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14CrateVaultBigRusted + entities: + - uid: 1593 + components: + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 1594 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: N14CrateVaultLong + entities: + - uid: 1700 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 1701 + - 1702 + - 1703 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2574 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 +- proto: N14CrateVaultStandard + entities: + - uid: 2575 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2576 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 2577 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 +- proto: N14CurrencyCap + entities: + - uid: 2578 + components: + - type: Transform + pos: -81.63117,-60.23033 + parent: 2 + - uid: 2579 + components: + - type: Transform + pos: -77.88117,-63.17408 + parent: 2 +- proto: N14CurrencyCap10 + entities: + - uid: 2580 + components: + - type: Transform + pos: -79.23117,-64.44908 + parent: 2 +- proto: N14DecorationFlagBrotherhoodWashington + entities: + - uid: 2581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,85.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 2582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,85.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 2583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,108.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 2584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,108.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass1 + entities: + - uid: 2585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -83.5,-64.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorGlass5 + entities: + - uid: 2586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-63.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorPaper2 + entities: + - uid: 2587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,40.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 2588 + components: + - type: Transform + pos: -31.5,39.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 2589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,40.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorSkeleton + entities: + - uid: 2590 + components: + - type: Transform + pos: 38.5,115.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 2591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,109.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorFloorSkeletonOver + entities: + - uid: 2592 + components: + - type: Transform + pos: 21.5,72.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14DecorStreetTrashbin + entities: + - uid: 2593 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - uid: 2594 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -41.5,9.5 + parent: 2 +- proto: N14DoctorSyringe + entities: + - uid: 2596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.488544,93.64946 + parent: 2 +- proto: N14DoorBunker + entities: + - uid: 2597 + components: + - type: Transform + pos: 42.5,97.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: 56.5,100.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + pos: 56.5,103.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,106.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: 43.5,89.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + pos: 56.5,109.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: 33.5,83.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: 36.5,78.5 + parent: 2 + - uid: 2605 + components: + - type: Transform + pos: 46.5,73.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + pos: 46.5,83.5 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: 49.5,83.5 + parent: 2 + - uid: 2608 + components: + - type: Transform + pos: 21.5,89.5 + parent: 2 + - uid: 2609 + components: + - type: Transform + pos: 32.5,89.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + pos: 27.5,89.5 + parent: 2 + - uid: 2611 + components: + - type: Transform + pos: 49.5,93.5 + parent: 2 +- proto: N14DoorBunkerGlass + entities: + - uid: 2612 + components: + - type: Transform + pos: 39.5,89.5 + parent: 2 + - uid: 2613 + components: + - type: Transform + pos: 36.5,86.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: 35.5,89.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: 52.5,99.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: 26.5,86.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + pos: 27.5,80.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: 42.5,81.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: 42.5,86.5 + parent: 2 +- proto: N14DoorBunkerLockedBoSWashington + entities: + - uid: 2620 + components: + - type: Transform + pos: 42.5,116.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: 45.5,116.5 + parent: 2 +- proto: N14DoorBunkerVault + entities: + - uid: 2622 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 + - uid: 2623 + components: + - type: Transform + pos: -40.5,-2.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: -41.5,26.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: -50.5,21.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: -43.5,13.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: -50.5,29.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + pos: -48.5,30.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 2636 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 2638 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: 10.5,37.5 + parent: 2 + - uid: 2640 + components: + - type: Transform + pos: -1.5,35.5 + parent: 2 + - uid: 2641 + components: + - type: Transform + pos: -13.5,30.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: -23.5,24.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: -8.5,19.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: -13.5,22.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: -22.5,32.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: -22.5,29.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: -23.5,0.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -32.5,8.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + pos: -32.5,11.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + pos: -35.5,15.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: -40.5,35.5 + parent: 2 +- proto: N14DoorCell + entities: + - uid: 2665 + components: + - type: Transform + pos: -28.5,38.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 40.5,75.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: 44.5,75.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: 34.5,76.5 + parent: 2 +- proto: N14DoorVault + entities: + - uid: 2669 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2670 + - 2530 + ports: + - Open + - Close + - Toggle +- proto: N14DoorVaultControlsLocked + entities: + - uid: 2670 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2669: + - Pressed: Toggle +- proto: N14DoorWoodHouseWhiteClean + entities: + - uid: 2671 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 2672 + components: + - type: Transform + pos: -28.5,6.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 2674 + components: + - type: Transform + pos: -23.5,7.5 + parent: 2 +- proto: N14DrinkNukaCola + entities: + - uid: 1614 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1615 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1616 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2548 + components: + - type: Transform + parent: 2547 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2549 + components: + - type: Transform + parent: 2547 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2550 + components: + - type: Transform + parent: 2547 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2675 + components: + - type: Transform + pos: -49.76151,1.6743181 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 2677 + components: + - type: Transform + parent: 2676 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2681 + components: + - type: Transform + pos: -57.641922,23.684164 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: 52.142513,82.79863 + parent: 2 + - uid: 2683 + components: + - type: Transform + pos: 51.850014,82.55113 + parent: 2 + - uid: 2684 + components: + - type: Transform + pos: 37.067574,93.87601 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: 38.403744,84.80786 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: 44.54624,84.60536 + parent: 2 +- proto: N14DrinkNukaColaBottleFull + entities: + - uid: 1678 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1679 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14DrinkNukaColaCherry + entities: + - uid: 1617 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2687 + components: + - type: Transform + pos: -49.570026,1.7748317 + parent: 2 +- proto: N14DrinkNukaColaGrape + entities: + - uid: 1618 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2688 + components: + - type: Transform + pos: -49.46735,1.8212259 + parent: 2 +- proto: N14DrinkNukaColaOrange + entities: + - uid: 1619 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2678 + components: + - type: Transform + parent: 2676 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14DrinkNukaColaWild + entities: + - uid: 2689 + components: + - type: Transform + pos: 31.13795,73.91786 + parent: 2 +- proto: N14DrinkVim + entities: + - uid: 2690 + components: + - type: Transform + pos: 41.851192,99.834335 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: 35.874664,83.98125 + parent: 2 + - uid: 2692 + components: + - type: Transform + pos: 50.329483,87.76125 + parent: 2 + - uid: 2693 + components: + - type: Transform + pos: 43.443768,84.86695 + parent: 2 + - uid: 2694 + components: + - type: Transform + pos: 44.20154,84.79919 + parent: 2 + - uid: 2695 + components: + - type: Transform + pos: 30.377623,91.98639 + parent: 2 + - uid: 2696 + components: + - type: Transform + pos: 30.643248,91.95514 + parent: 2 +- proto: N14DrinkVimCaptainsBlend + entities: + - uid: 2697 + components: + - type: Transform + pos: 43.77585,84.570076 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14DrinkVimQuartz + entities: + - uid: 2698 + components: + - type: Transform + pos: 35.589825,83.874306 + parent: 2 +- proto: N14DrinkVimRefresh + entities: + - uid: 2699 + components: + - type: Transform + pos: 30.553986,91.819534 + parent: 2 +- proto: N14DrinkWhisky + entities: + - uid: 1620 + components: + - type: Transform + parent: 1611 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14DrinkWine + entities: + - uid: 1627 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1628 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1648 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1660 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1661 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1662 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14filingCabinet + entities: + - uid: 2700 + components: + - type: Transform + pos: -31.5,40.5 + parent: 2 +- proto: N14FitnessWeightsBench1 + entities: + - uid: 2701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,11.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,11.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,11.5 + parent: 2 +- proto: N14FixerCanisterFilled + entities: + - uid: 2358 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2359 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FlagWallWashingtonBrotherhood + entities: + - uid: 2704 + components: + - type: Transform + pos: 45.5,101.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: 42.5,101.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: 42.5,96.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: 44.5,96.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: 44.5,86.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: 37.5,94.5 + parent: 2 + - uid: 2710 + components: + - type: Transform + pos: 47.5,116.5 + parent: 2 + - uid: 2711 + components: + - type: Transform + pos: 40.5,116.5 + parent: 2 +- proto: N14Flashlight + entities: + - uid: 1570 + components: + - type: Transform + parent: 1565 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1571 + components: + - type: Transform + parent: 1565 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14FloorWaterMedium + entities: + - uid: 2712 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: -22.5,-14.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 2722 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 2723 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 2725 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 + - uid: 2728 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 2 + - uid: 2729 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 +- proto: N14FloorWaterSewerShallow + entities: + - uid: 2737 + components: + - type: Transform + pos: -55.5,7.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: -56.5,8.5 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: -54.5,7.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + pos: 52.5,72.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: 51.5,72.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: 52.5,73.5 + parent: 2 + - uid: 2744 + components: + - type: Transform + pos: 53.5,73.5 + parent: 2 +- proto: N14FloorWaterShallow + entities: + - uid: 2745 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 + - uid: 2746 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 2747 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: -23.5,19.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: -23.5,18.5 + parent: 2 + - uid: 2751 + components: + - type: Transform + pos: -23.5,17.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 2753 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -22.5,19.5 + parent: 2 + - uid: 2755 + components: + - type: Transform + pos: -24.5,19.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: -24.5,18.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -25.5,17.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: -25.5,18.5 + parent: 2 + - uid: 2760 + components: + - type: Transform + pos: -25.5,19.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 2762 + components: + - type: Transform + pos: -26.5,17.5 + parent: 2 + - uid: 2763 + components: + - type: Transform + pos: -26.5,18.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: -26.5,19.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: -27.5,16.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -27.5,17.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -27.5,18.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: -27.5,19.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: -28.5,16.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -28.5,17.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: -28.5,18.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: -28.5,19.5 + parent: 2 + - uid: 2773 + components: + - type: Transform + pos: -29.5,16.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: -29.5,17.5 + parent: 2 + - uid: 2775 + components: + - type: Transform + pos: -29.5,18.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: -29.5,19.5 + parent: 2 +- proto: N14FloraProduceWildCaveFungus + entities: + - uid: 2777 + components: + - type: Transform + pos: -55.659393,12.674917 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: -53.628143,7.721792 + parent: 2 +- proto: N14FloraWildBrocFlowerClippingSeed + entities: + - uid: 2779 + components: + - type: Transform + pos: -2.5460634,5.9080024 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -2.8160634,5.953002 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: -2.2985635,5.9080024 + parent: 2 +- proto: N14FloraWildCabbageClippingSeed + entities: + - uid: 2782 + components: + - type: Transform + pos: -2.1410635,4.4905024 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -2.7710636,4.4905024 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: -2.4785635,4.4905024 + parent: 2 +- proto: N14FloraWildCarrotClippingSeed + entities: + - uid: 2785 + components: + - type: Transform + pos: -2.2760634,4.7155023 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -2.5460634,4.7155023 + parent: 2 + - uid: 2787 + components: + - type: Transform + pos: -2.8160634,4.693002 + parent: 2 +- proto: N14FloraWildJalapenoClippingSeed + entities: + - uid: 2788 + components: + - type: Transform + pos: -2.5325136,6.2663493 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 2789 + components: + - type: Transform + pos: -2.8137636,6.2507243 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 2790 + components: + - type: Transform + pos: -2.2981386,6.1882243 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14FloraWildMaizeClippingSeed + entities: + - uid: 2791 + components: + - type: Transform + pos: -2.2085636,5.0530024 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: -2.5235634,5.0530024 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -2.8160634,5.0080023 + parent: 2 +- proto: N14FloraWildOnionClippingSeed + entities: + - uid: 2794 + components: + - type: Transform + pos: -2.2085636,5.3455024 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -2.5010636,5.3455024 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: -2.7710636,5.3455024 + parent: 2 +- proto: N14FloraWildXanderRootClippingSeed + entities: + - uid: 2797 + components: + - type: Transform + pos: -2.7935636,5.683002 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: -2.5010636,5.683002 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: -2.2760634,5.683002 + parent: 2 +- proto: N14FoodCram + entities: + - uid: 2801 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2802 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2803 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2804 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2805 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2806 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodCrisps + entities: + - uid: 2679 + components: + - type: Transform + parent: 2676 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodInstamash + entities: + - uid: 2807 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2808 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2809 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2810 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2811 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2812 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2813 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2814 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodPorkBeans + entities: + - uid: 2815 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2816 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2817 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2818 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2819 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2820 + components: + - type: Transform + parent: 2800 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2821 + components: + - type: Transform + pos: -7.271463,14.897794 + parent: 2 +- proto: N14FoodSugarbombs + entities: + - uid: 2680 + components: + - type: Transform + parent: 2676 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2822 + components: + - type: Transform + pos: -37.422745,-1.6881151 + parent: 2 +- proto: N14FoodTinC3Open + entities: + - uid: 2823 + components: + - type: Transform + pos: -3.3025703,14.757765 + parent: 2 +- proto: N14FoodTinK + entities: + - uid: 1680 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1681 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1682 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1683 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1684 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1685 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1686 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1687 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FoodTinKCracker + entities: + - uid: 1688 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1689 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1690 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1691 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1692 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1693 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1694 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1695 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1696 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1697 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1698 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1699 + components: + - type: Transform + parent: 1671 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14FuelTankHandy + entities: + - uid: 2824 + components: + - type: Transform + pos: 33.204487,94.94717 + parent: 2 +- proto: N14GeneratorFusionMini + entities: + - uid: 2825 + components: + - type: Transform + pos: 31.5,93.5 + parent: 2 +- proto: N14GeneratorVaultTecReactor + entities: + - uid: 2826 + components: + - type: Transform + pos: -14.5,35.5 + parent: 2 + - uid: 2827 + components: + - type: Transform + pos: -17.5,37.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + pos: -17.5,35.5 + parent: 2 + - uid: 2829 + components: + - type: Transform + pos: -14.5,37.5 + parent: 2 +- proto: N14HolotapeBlue + entities: + - uid: 2830 + components: + - type: Transform + pos: -9.406035,20.73509 + parent: 2 + - uid: 2831 + components: + - type: Transform + pos: -47.531685,2.6661644 + parent: 2 +- proto: N14HolotapeGreen + entities: + - uid: 2832 + components: + - type: Transform + pos: -9.550401,21.790133 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 2833 + components: + - type: Transform + pos: -9.378526,21.665133 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14HolotapeYellow + entities: + - uid: 2834 + components: + - type: Transform + pos: -9.653536,20.69009 + parent: 2 +- proto: N14HydroponicsPlanter + entities: + - uid: 2835 + components: + - type: Transform + pos: -7.5,6.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 2837 + components: + - type: Transform + pos: -8.5,4.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: -8.5,6.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + pos: -6.5,8.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: -6.5,6.5 + parent: 2 +- proto: N14Junk8Ball + entities: + - uid: 2844 + components: + - type: Transform + pos: -49.636585,8.716274 + parent: 2 +- proto: N14JunkAbraxoCleaner + entities: + - uid: 2482 + components: + - type: Transform + parent: 2481 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2483 + components: + - type: Transform + parent: 2481 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14JunkComponentGearSmall + entities: + - uid: 2553 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2554 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2555 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2556 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2557 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2558 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2559 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2560 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2561 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2562 + components: + - type: Transform + parent: 2552 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14JunkComponentScrew + entities: + - uid: 2564 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2565 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2566 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2567 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2568 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2569 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2570 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2571 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2572 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2573 + components: + - type: Transform + parent: 2563 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14JunkCookpot + entities: + - uid: 2845 + components: + - type: Transform + pos: -6.6195703,14.953274 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14JunkCrutch + entities: + - uid: 2846 + components: + - type: Transform + pos: -43.765186,34.58104 + parent: 2 + - uid: 2847 + components: + - type: Transform + pos: -43.421436,34.76854 + parent: 2 +- proto: N14JunkDuctTape + entities: + - uid: 2848 + components: + - type: Transform + pos: -76.33594,-59.254185 + parent: 2 +- proto: N14JunkGunpartsBarrel + entities: + - uid: 2849 + components: + - type: Transform + pos: -77.337364,-60.097633 + parent: 2 +- proto: N14JunkGunpartsFramePistol + entities: + - uid: 2850 + components: + - type: Transform + pos: -80.37486,-64.20388 + parent: 2 +- proto: N14JunkGunpartsRifleStock + entities: + - uid: 2851 + components: + - type: Transform + pos: -79.399864,-59.38513 + parent: 2 +- proto: N14JunkLunchbox + entities: + - uid: 2852 + components: + - type: Transform + pos: 1.3782678,27.649427 + parent: 2 +- proto: N14JunkWonderglue + entities: + - uid: 2853 + components: + - type: Transform + pos: -78.02469,-59.415276 + parent: 2 +- proto: N14KitchenKnife + entities: + - uid: 2854 + components: + - type: Transform + pos: -37.45713,12.660457 + parent: 2 + - uid: 2855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,14.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: -51.431873,32.46904 + parent: 2 +- proto: N14LightSmall + entities: + - uid: 2857 + components: + - type: Transform + pos: 22.5,87.5 + parent: 2 + - uid: 2858 + components: + - type: Transform + pos: 21.5,91.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,26.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,26.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,32.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,32.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,23.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,6.5 + parent: 2 + - uid: 2865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,30.5 + parent: 2 + - uid: 2866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-9.5 + parent: 2 + - uid: 2867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 + parent: 2 + - uid: 2868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-9.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-19.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-3.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-2.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,2.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,1.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-7.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: -31.5,2.5 + parent: 2 + - uid: 2878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,8.5 + parent: 2 + - uid: 2879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,18.5 + parent: 2 + - uid: 2880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - uid: 2883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,9.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,6.5 + parent: 2 + - uid: 2885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,9.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,4.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 + - uid: 2888 + components: + - type: Transform + pos: -53.5,27.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,18.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,15.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,6.5 + parent: 2 + - uid: 2892 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: -32.5,3.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,2.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,0.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,8.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,3.5 + parent: 2 + - uid: 2898 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,16.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + pos: -2.5,18.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,12.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,20.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,24.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,30.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,2.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,17.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,26.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: -20.5,25.5 + parent: 2 + - uid: 2909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,31.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,34.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,34.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,28.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,28.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,15.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + pos: -35.5,24.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + pos: -40.5,38.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,24.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + pos: -9.5,38.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-1.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,21.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 2925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,19.5 + parent: 2 + - uid: 2926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,15.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,15.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,15.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,7.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,9.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,8.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,5.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,5.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,11.5 + parent: 2 + - uid: 2938 + components: + - type: Transform + pos: -23.5,33.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,28.5 + parent: 2 + - uid: 2940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,29.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,33.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + pos: -31.5,39.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,28.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,38.5 + parent: 2 + - uid: 2945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,39.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,19.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,16.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,28.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,32.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 4.5,38.5 + parent: 2 + - uid: 2952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,37.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: -6.5,33.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,27.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,27.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,32.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,37.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,39.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,6.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-1.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: 50.5,76.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,123.5 + parent: 2 + - uid: 2963 + components: + - type: Transform + pos: 43.5,102.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,123.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,118.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,118.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,107.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,107.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,99.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,91.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: 46.5,114.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,92.5 + parent: 2 + - uid: 2973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,80.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + pos: 46.5,99.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,94.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: 41.5,79.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,76.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,81.5 + parent: 2 + - uid: 2979 + components: + - type: Transform + pos: 31.5,87.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,95.5 + parent: 2 + - uid: 2981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,74.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,84.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,74.5 + parent: 2 + - uid: 2984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,73.5 + parent: 2 + - uid: 2985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,78.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,82.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,85.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,83.5 + parent: 2 + - uid: 2989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,92.5 + parent: 2 + - uid: 2990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,88.5 + parent: 2 + - uid: 2991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,83.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: 26.5,93.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,83.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,85.5 + parent: 2 + - uid: 2995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,76.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: 43.5,94.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,103.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + pos: -7.5,11.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + pos: -14.5,12.5 + parent: 2 + - uid: 3000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,36.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,34.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,34.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,12.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,103.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: 25.5,84.5 + parent: 2 + - uid: 3006 + components: + - type: Transform + pos: 22.5,84.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,91.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,91.5 + parent: 2 + - uid: 3009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,88.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,109.5 + parent: 2 + - uid: 3011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,103.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-5.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: 41.5,114.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: -44.5,15.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,15.5 + parent: 2 + - uid: 3017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-3.5 + parent: 2 + - uid: 3018 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: -38.5,11.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 + - uid: 3021 + components: + - type: Transform + pos: 13.5,38.5 + parent: 2 +- proto: N14LightSmallAlwayson + entities: + - uid: 3022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-13.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-13.5 + parent: 2 +- proto: N14LightSmallEmpty + entities: + - uid: 3024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-19.5 + parent: 2 +- proto: N14MachineRackCameraRouterVault + entities: + - uid: 3025 + components: + - type: Transform + pos: -7.5,21.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: 1.5,39.5 + parent: 2 +- proto: N14MachineRackElectronics + entities: + - uid: 3027 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 +- proto: N14MachineRackRecorder + entities: + - uid: 3028 + components: + - type: Transform + pos: -0.5,39.5 + parent: 2 +- proto: N14MachineRackServer + entities: + - uid: 3029 + components: + - type: Transform + pos: -6.5,21.5 + parent: 2 + - uid: 3030 + components: + - type: Transform + pos: -5.5,36.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + pos: -5.5,37.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: -2.5,37.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: -2.5,36.5 + parent: 2 +- proto: N14MachineWaterTreatment + entities: + - uid: 3034 + components: + - type: Transform + pos: -2.5,28.5 + parent: 2 +- proto: N14Magazine50AMR + entities: + - uid: 3035 + components: + - type: Transform + pos: -80.31371,-59.39296 + parent: 2 +- proto: N14MagazinePistol10mm + entities: + - uid: 1629 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1630 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1649 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1663 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 3036 + components: + - type: Transform + pos: -32.305622,40.83376 + parent: 2 + - uid: 3037 + components: + - type: Transform + pos: -35.352497,40.864056 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -32.524372,40.536884 + parent: 2 + - uid: 3039 + components: + - type: Transform + pos: -35.727497,40.78593 + parent: 2 + - uid: 3040 + components: + - type: Transform + pos: -35.555622,40.59843 + parent: 2 + - uid: 3041 + components: + - type: Transform + pos: -35.274372,40.53593 + parent: 2 + - uid: 3042 + components: + - type: Transform + pos: -32.274372,40.61501 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 3043 + components: + - type: Transform + pos: -32.664997,40.70876 + parent: 2 +- proto: N14MagazinePistol9mm + entities: + - uid: 1631 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1650 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1664 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14MagazineSMG10mm + entities: + - uid: 1632 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1665 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 3044 + components: + - type: Transform + pos: -33.587425,38.658844 + parent: 2 + - uid: 3045 + components: + - type: Transform + pos: -33.5718,38.533844 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: -33.368675,38.45572 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: -33.274925,38.64322 + parent: 2 +- proto: N14Med-X + entities: + - uid: 2360 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2361 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2362 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2363 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14MentatsCanisterFilled + entities: + - uid: 2364 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2365 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14Mop + entities: + - uid: 3048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.421415,-0.6478156 + parent: 2 +- proto: N14MopBucketFull + entities: + - uid: 3049 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: 53.5,93.5 + parent: 2 +- proto: N14MortarpestleGrinder + entities: + - uid: 3051 + components: + - type: Transform + pos: -51.494373,31.359667 + parent: 2 +- proto: N14Multitool + entities: + - uid: 3052 + components: + - type: Transform + pos: 13.503521,35.558525 + parent: 2 + - uid: 3053 + components: + - type: Transform + pos: -7.5555162,37.646114 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 3054 + components: + - type: Transform + pos: -7.4773912,37.208614 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: N14PlasmaCartridge + entities: + - uid: 3055 + components: + - type: Transform + pos: 32.253437,77.66008 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: 32.275936,75.63508 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 32.568436,75.50008 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: 32.680935,77.390076 + parent: 2 + - uid: 3059 + components: + - type: Transform + pos: 32.613434,77.70508 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: 32.365936,77.41258 + parent: 2 +- proto: N14PlasmaShell + entities: + - uid: 3061 + components: + - type: Transform + pos: 31.682611,77.39878 + parent: 2 +- proto: N14PoliceBaton + entities: + - uid: 3062 + components: + - type: Transform + pos: -26.480703,40.592106 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: -26.730703,40.57648 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: -26.355703,40.467106 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: 34.620407,73.53034 + parent: 2 + - uid: 3066 + components: + - type: Transform + pos: 34.912907,73.46284 + parent: 2 +- proto: N14PosterAdvertNukaCola2 + entities: + - uid: 3067 + components: + - type: Transform + pos: -52.5,4.5 + parent: 2 +- proto: N14PosterVaultTec02 + entities: + - uid: 3068 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 +- proto: N14PowerStorageBasic + entities: + - uid: 3069 + components: + - type: Transform + pos: 31.5,94.5 + parent: 2 +- proto: N14RadAwayBloodbag + entities: + - uid: 2366 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2367 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 3070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.360271,-5.339775 + parent: 2 +- proto: N14RadXCanisterFilled + entities: + - uid: 2368 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2369 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14RugBlue + entities: + - uid: 3071 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + pos: -50.5,2.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 +- proto: N14RugBlueShag + entities: + - uid: 3074 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: -38.5,-3.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: -56.5,31.5 + parent: 2 +- proto: N14RugBrownFancy + entities: + - uid: 3079 + components: + - type: Transform + pos: -38.5,1.5 + parent: 2 +- proto: N14RugMatRubber1 + entities: + - uid: 3080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,37.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: -4.5,38.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: -0.5,38.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,38.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,37.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,37.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,33.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,32.5 + parent: 2 + - uid: 3089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,32.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: -5.5,34.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,32.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,33.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + pos: -6.5,31.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + pos: -13.5,40.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,31.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,31.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,33.5 + parent: 2 + - uid: 3098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,34.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,34.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,38.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,37.5 + parent: 2 + - uid: 3102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,38.5 + parent: 2 +- proto: N14RugMatRubber2 + entities: + - uid: 3103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,33.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-12.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-13.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: -23.5,-1.5 + parent: 2 + - uid: 3109 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 3110 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + pos: -22.5,-1.5 + parent: 2 + - uid: 3112 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 3114 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + pos: -8.5,5.5 + parent: 2 + - uid: 3116 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 3118 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 3119 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 3120 + components: + - type: Transform + pos: -6.5,5.5 + parent: 2 + - uid: 3121 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 3122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,2.5 + parent: 2 + - uid: 3123 + components: + - type: Transform + pos: -42.5,0.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,1.5 + parent: 2 + - uid: 3125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,3.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,34.5 + parent: 2 + - uid: 3127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,34.5 + parent: 2 + - uid: 3128 + components: + - type: Transform + pos: -39.5,33.5 + parent: 2 +- proto: N14RugMatRubber3 + entities: + - uid: 3129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-14.5 + parent: 2 + - uid: 3130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-13.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 3132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-3.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-2.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 + - uid: 3135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-1.5 + parent: 2 +- proto: N14RugMatRubberLarge + entities: + - uid: 3136 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 3137 + components: + - type: Transform + pos: -49.5,11.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + pos: -47.5,11.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 + - uid: 3140 + components: + - type: Transform + pos: -42.5,30.5 + parent: 2 +- proto: N14RugMatRubberSingle + entities: + - uid: 3141 + components: + - type: Transform + pos: -40.5,27.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 +- proto: N14RugRed + entities: + - uid: 3143 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 +- proto: N14SackCompostFull + entities: + - uid: 3144 + components: + - type: Transform + pos: -2.281207,4.0916586 + parent: 2 +- proto: N14Saw + entities: + - uid: 3145 + components: + - type: Transform + pos: -36.483936,31.658339 + parent: 2 +- proto: N14Screwdriver + entities: + - uid: 3146 + components: + - type: Transform + pos: 50.088123,82.50435 + parent: 2 +- proto: N14SeedExtractor + entities: + - uid: 3147 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 +- proto: N14ShelfMetal + entities: + - uid: 1001 + components: + - type: Transform + pos: -3.5,34.5 + parent: 2 + - type: Storage + storedItems: + 1002: + position: 0,0 + _rotation: East + 1003: + position: 2,0 + _rotation: East + 1004: + position: 4,0 + _rotation: East + 1005: + position: 6,0 + _rotation: East + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1002 + - 1003 + - 1004 + - 1005 + - uid: 1060 + components: + - type: Transform + pos: -3.5,32.5 + parent: 2 + - type: Storage + storedItems: + 1063: + position: 0,0 + _rotation: East + 1064: + position: 2,0 + _rotation: East + 1061: + position: 4,0 + _rotation: East + 1062: + position: 6,0 + _rotation: East + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1063 + - 1064 + - 1061 + - 1062 + - uid: 1671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,29.5 + parent: 2 + - type: Storage + storedItems: + 1688: + position: 9,3 + _rotation: South + 1689: + position: 8,3 + _rotation: South + 1690: + position: 9,2 + _rotation: South + 1693: + position: 9,1 + _rotation: South + 1692: + position: 8,1 + _rotation: South + 1691: + position: 8,2 + _rotation: South + 1694: + position: 8,0 + _rotation: South + 1695: + position: 9,0 + _rotation: South + 1696: + position: 7,3 + _rotation: South + 1697: + position: 7,2 + _rotation: South + 1698: + position: 7,1 + _rotation: South + 1699: + position: 7,0 + _rotation: South + 1680: + position: 6,3 + _rotation: South + 1681: + position: 5,3 + _rotation: South + 1682: + position: 5,0 + _rotation: South + 1683: + position: 6,0 + _rotation: South + 1684: + position: 6,1 + _rotation: South + 1685: + position: 5,1 + _rotation: South + 1686: + position: 6,2 + _rotation: South + 1687: + position: 5,2 + _rotation: South + 1672: + position: 4,2 + _rotation: South + 1673: + position: 3,2 + _rotation: South + 1674: + position: 3,0 + _rotation: South + 1675: + position: 4,0 + _rotation: South + 1676: + position: 2,0 + _rotation: South + 1677: + position: 2,2 + _rotation: South + 1678: + position: 0,0 + _rotation: South + 1679: + position: 0,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1688 + - 1689 + - 1690 + - 1691 + - 1692 + - 1693 + - 1694 + - 1695 + - 1696 + - 1697 + - 1698 + - 1699 + - 1680 + - 1681 + - 1682 + - 1683 + - 1684 + - 1685 + - 1686 + - 1687 + - 1672 + - 1673 + - 1675 + - 1674 + - 1676 + - 1677 + - 1678 + - 1679 + - uid: 1726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,32.5 + parent: 2 + - type: Storage + storedItems: + 1733: + position: 0,0 + _rotation: South + 1734: + position: 1,0 + _rotation: South + 1735: + position: 1,2 + _rotation: South + 1736: + position: 0,2 + _rotation: South + 1731: + position: 2,0 + _rotation: South + 1732: + position: 2,2 + _rotation: South + 1739: + position: 3,0 + _rotation: South + 1740: + position: 4,0 + _rotation: South + 1741: + position: 3,2 + _rotation: South + 1742: + position: 4,2 + _rotation: South + 1743: + position: 5,0 + _rotation: South + 1744: + position: 6,0 + _rotation: South + 1745: + position: 5,2 + _rotation: South + 1746: + position: 6,2 + _rotation: South + 1737: + position: 7,0 + _rotation: South + 1738: + position: 7,2 + _rotation: South + 1727: + position: 8,0 + _rotation: South + 1728: + position: 8,2 + _rotation: South + 1729: + position: 9,0 + _rotation: South + 1730: + position: 9,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1733 + - 1734 + - 1735 + - 1736 + - 1731 + - 1732 + - 1739 + - 1740 + - 1741 + - 1742 + - 1743 + - 1744 + - 1745 + - 1746 + - 1737 + - 1738 + - 1727 + - 1728 + - 1729 + - 1730 + - uid: 2267 + components: + - type: Transform + pos: -8.5,34.5 + parent: 2 + - type: Storage + storedItems: + 2270: + position: 0,0 + _rotation: South + 2271: + position: 2,0 + _rotation: South + 2272: + position: 4,0 + _rotation: South + 2273: + position: 6,0 + _rotation: South + 2268: + position: 8,0 + _rotation: South + 2269: + position: 0,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2270 + - 2271 + - 2272 + - 2273 + - 2268 + - 2269 + - uid: 2295 + components: + - type: Transform + pos: -8.5,32.5 + parent: 2 + - type: Storage + storedItems: + 2296: + position: 0,0 + _rotation: South + 2297: + position: 2,0 + _rotation: South + 2300: + position: 4,0 + _rotation: South + 2301: + position: 6,0 + _rotation: South + 2298: + position: 8,0 + _rotation: South + 2299: + position: 0,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2296 + - 2297 + - 2300 + - 2301 + - 2298 + - 2299 + - uid: 2800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,32.5 + parent: 2 + - type: Storage + storedItems: + 2815: + position: 0,0 + _rotation: South + 2816: + position: 1,0 + _rotation: South + 2817: + position: 0,2 + _rotation: South + 2818: + position: 1,2 + _rotation: South + 2819: + position: 2,2 + _rotation: South + 2820: + position: 2,0 + _rotation: South + 2801: + position: 3,0 + _rotation: South + 2802: + position: 4,0 + _rotation: South + 2803: + position: 4,2 + _rotation: South + 2804: + position: 3,2 + _rotation: South + 2805: + position: 5,2 + _rotation: South + 2806: + position: 5,0 + _rotation: South + 2807: + position: 6,0 + _rotation: South + 2808: + position: 7,0 + _rotation: South + 2809: + position: 8,0 + _rotation: South + 2810: + position: 9,0 + _rotation: South + 2811: + position: 6,2 + _rotation: South + 2812: + position: 7,2 + _rotation: South + 2813: + position: 8,2 + _rotation: South + 2814: + position: 9,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2815 + - 2816 + - 2818 + - 2817 + - 2819 + - 2820 + - 2801 + - 2802 + - 2803 + - 2804 + - 2805 + - 2806 + - 2807 + - 2808 + - 2809 + - 2810 + - 2811 + - 2812 + - 2813 + - 2814 + - uid: 3148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,91.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,91.5 + parent: 2 + - uid: 3150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,92.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,91.5 + parent: 2 + - uid: 3152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,87.5 + parent: 2 + - uid: 3153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,86.5 + parent: 2 + - uid: 3154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,85.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,85.5 + parent: 2 +- proto: N14ShelfMetalMeds + entities: + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,37.5 + parent: 2 + - type: Storage + storedItems: + 48: + position: 0,0 + _rotation: South + 49: + position: 1,0 + _rotation: South + 50: + position: 2,0 + _rotation: South + 51: + position: 0,2 + _rotation: South + 52: + position: 1,2 + _rotation: South + 53: + position: 2,2 + _rotation: South + 46: + position: 5,2 + _rotation: South + 47: + position: 5,0 + _rotation: South + 54: + position: 3,0 + _rotation: South + 55: + position: 4,0 + _rotation: South + 56: + position: 3,2 + _rotation: South + 57: + position: 4,2 + _rotation: South + 58: + position: 9,2 + _rotation: South + 59: + position: 9,0 + _rotation: South + 40: + position: 6,0 + _rotation: South + 41: + position: 7,0 + _rotation: South + 42: + position: 6,2 + _rotation: South + 43: + position: 7,2 + _rotation: South + 44: + position: 8,0 + _rotation: South + 45: + position: 8,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 46 + - 47 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - uid: 1611 + components: + - type: MetaData + desc: A metal shelf for storing things. + name: metal shelf + - type: Transform + pos: -56.5,33.5 + parent: 2 + - type: Storage + storedItems: + 1614: + position: 0,0 + _rotation: South + 1615: + position: 1,0 + _rotation: South + 1616: + position: 2,0 + _rotation: South + 1618: + position: 0,2 + _rotation: South + 1619: + position: 1,2 + _rotation: South + 1617: + position: 2,2 + _rotation: South + 1612: + position: 8,2 + _rotation: South + 1613: + position: 9,2 + _rotation: South + 1620: + position: 8,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1614 + - 1615 + - 1616 + - 1620 + - 1612 + - 1613 + - 1617 + - 1619 + - 1618 + - uid: 2353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,39.5 + parent: 2 + - type: Storage + storedItems: + 2370: + position: 0,0 + _rotation: South + 2371: + position: 1,0 + _rotation: South + 2372: + position: 0,2 + _rotation: South + 2373: + position: 1,2 + _rotation: South + 2374: + position: 2,2 + _rotation: South + 2375: + position: 2,0 + _rotation: South + 2376: + position: 3,0 + _rotation: South + 2377: + position: 3,2 + _rotation: South + 2360: + position: 4,0 + _rotation: South + 2361: + position: 5,0 + _rotation: South + 2362: + position: 4,2 + _rotation: South + 2363: + position: 5,2 + _rotation: South + 2356: + position: 6,0 + _rotation: South + 2357: + position: 6,2 + _rotation: South + 2366: + position: 7,0 + _rotation: South + 2367: + position: 7,2 + _rotation: South + 2354: + position: 8,0 + _rotation: South + 2355: + position: 9,0 + _rotation: South + 2364: + position: 9,3 + _rotation: South + 2365: + position: 9,2 + _rotation: South + 2358: + position: 8,3 + _rotation: South + 2359: + position: 8,2 + _rotation: South + 2368: + position: 8,1 + _rotation: South + 2369: + position: 9,1 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2370 + - 2371 + - 2372 + - 2373 + - 2374 + - 2375 + - 2376 + - 2377 + - 2360 + - 2361 + - 2362 + - 2363 + - 2356 + - 2357 + - 2366 + - 2367 + - 2354 + - 2355 + - 2364 + - 2365 + - 2358 + - 2359 + - 2368 + - 2369 +- proto: N14ShelfWoodClothesRack + entities: + - uid: 1581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,18.5 + parent: 2 + - type: Storage + storedItems: + 1586: + position: 6,2 + _rotation: South + 1589: + position: 2,0 + _rotation: South + 1590: + position: 4,0 + _rotation: South + 1591: + position: 0,0 + _rotation: South + 1583: + position: 0,2 + _rotation: South + 1584: + position: 2,2 + _rotation: South + 1585: + position: 4,2 + _rotation: South + 1582: + position: 8,2 + _rotation: South + 1588: + position: 8,0 + _rotation: South + 1587: + position: 6,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1589 + - 1591 + - 1583 + - 1584 + - 1585 + - 1590 + - 1588 + - 1587 + - 1582 + - 1586 +- proto: N14ShelfWoodShowcase + entities: + - uid: 1621 + components: + - type: Transform + pos: -83.5,-63.5 + parent: 2 + - type: Storage + storedItems: + 1627: + position: 0,0 + _rotation: South + 1628: + position: 0,2 + _rotation: South + 1622: + position: 3,2 + _rotation: South + 1624: + position: 2,0 + _rotation: South + 1632: + position: 3,0 + _rotation: South + 1629: + position: 4,0 + _rotation: South + 1630: + position: 5,0 + _rotation: South + 1634: + position: 6,0 + _rotation: East + 1635: + position: 8,0 + _rotation: South + 1625: + position: 9,0 + _rotation: South + 1633: + position: 6,2 + _rotation: South + 1623: + position: 6,1 + _rotation: East + 1631: + position: 2,2 + _rotation: South + 1626: + position: 5,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1627 + - 1628 + - 1622 + - 1624 + - 1632 + - 1629 + - 1630 + - 1634 + - 1635 + - 1625 + - 1633 + - 1623 + - 1631 + - 1626 + - uid: 1636 + components: + - type: Transform + pos: -83.5,-60.5 + parent: 2 + - type: Storage + storedItems: + 1637: + position: 7,1 + _rotation: South + 1638: + position: 1,2 + _rotation: South + 1639: + position: 4,0 + _rotation: South + 1648: + position: 5,2 + _rotation: South + 1643: + position: 0,0 + _rotation: South + 1649: + position: 1,0 + _rotation: South + 1652: + position: 2,0 + _rotation: South + 1640: + position: 3,0 + _rotation: South + 1641: + position: 6,0 + _rotation: South + 1642: + position: 7,0 + _rotation: East + 1644: + position: 9,0 + _rotation: South + 1645: + position: 0,2 + _rotation: South + 1650: + position: 3,2 + _rotation: South + 1646: + position: 4,2 + _rotation: South + 1651: + position: 8,2 + _rotation: North + 1647: + position: 7,3 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1637 + - 1638 + - 1639 + - 1648 + - 1643 + - 1649 + - 1652 + - 1640 + - 1641 + - 1642 + - 1644 + - 1645 + - 1650 + - 1646 + - 1651 + - 1647 + - uid: 1653 + components: + - type: Transform + pos: -77.5,-62.5 + parent: 2 + - type: Storage + storedItems: + 1654: + position: 0,0 + _rotation: South + 1655: + position: 7,2 + _rotation: South + 1660: + position: 6,0 + _rotation: South + 1661: + position: 4,2 + _rotation: South + 1662: + position: 2,1 + _rotation: South + 1656: + position: 2,0 + _rotation: East + 1665: + position: 4,0 + _rotation: South + 1663: + position: 5,0 + _rotation: South + 1666: + position: 8,0 + _rotation: South + 1667: + position: 9,0 + _rotation: South + 1668: + position: 0,2 + _rotation: South + 1658: + position: 1,2 + _rotation: South + 1659: + position: 6,2 + _rotation: South + 1657: + position: 9,2 + _rotation: South + 1664: + position: 2,3 + _rotation: East + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1654 + - 1655 + - 1660 + - 1661 + - 1662 + - 1656 + - 1665 + - 1663 + - 1666 + - 1667 + - 1668 + - 1658 + - 1659 + - 1657 + - 1664 +- proto: N14Shower + entities: + - uid: 3156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-4.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-6.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,9.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,7.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,12.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,6.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-4.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-6.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,11.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,91.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,91.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SignNukaColaGirl + entities: + - uid: 3168 + components: + - type: Transform + pos: -14.5,2.5 + parent: 2 +- proto: N14SinkFilledWater + entities: + - uid: 3169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,19.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,28.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,34.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,31.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,31.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,30.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14SpawnMobGiantAnt + entities: + - uid: 3176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,10.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: -55.5,11.5 + parent: 2 +- proto: N14Stimpak + entities: + - uid: 2370 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2371 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2372 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2373 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2374 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2375 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 3178 + components: + - type: Transform + pos: -24.516521,-4.63665 + parent: 2 +- proto: N14StorageTankVatFullWater + entities: + - uid: 3179 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + pos: -3.5,27.5 + parent: 2 +- proto: N14StoreDeliCounter + entities: + - uid: 2676 + components: + - type: Transform + pos: -52.5,29.5 + parent: 2 + - type: Storage + storedItems: + 2680: + position: 0,0 + _rotation: South + 2679: + position: 1,0 + _rotation: South + 2677: + position: 4,0 + _rotation: South + 2678: + position: 5,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2680 + - 2679 + - 2677 + - 2678 + - uid: 3181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,83.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,82.5 + parent: 2 +- proto: N14SubstationBasic + entities: + - uid: 3183 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] +- proto: N14SubstationBasicRusty + entities: + - uid: 3184 + components: + - type: Transform + pos: 30.5,94.5 + parent: 2 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] +- proto: N14SuperStimpak + entities: + - uid: 2376 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2377 + components: + - type: Transform + parent: 2353 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14TableCasinoPool + entities: + - uid: 3185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,8.5 + parent: 2 +- proto: N14TableCounter + entities: + - uid: 3186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,14.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,14.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,14.5 + parent: 2 + - uid: 3189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,14.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,14.5 + parent: 2 +- proto: N14TableCounterBar + entities: + - uid: 3191 + components: + - type: Transform + pos: -58.5,29.5 + parent: 2 + - uid: 3192 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 3193 + components: + - type: Transform + pos: -56.5,29.5 + parent: 2 +- proto: N14TableCounterMetal + entities: + - uid: 3194 + components: + - type: Transform + pos: -36.5,34.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + pos: -36.5,31.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + pos: -33.5,36.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,40.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,40.5 + parent: 2 + - uid: 3199 + components: + - type: Transform + pos: -35.5,36.5 + parent: 2 + - uid: 3200 + components: + - type: Transform + pos: -32.5,36.5 + parent: 2 + - uid: 3201 + components: + - type: Transform + pos: -36.5,36.5 + parent: 2 + - uid: 3202 + components: + - type: Transform + pos: -34.5,36.5 + parent: 2 + - uid: 3203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,40.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,27.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,27.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,27.5 + parent: 2 + - uid: 3207 + components: + - type: Transform + pos: -43.5,34.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,31.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: -50.5,32.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,31.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + pos: -57.5,32.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,34.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,27.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,73.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,73.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,73.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,73.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,73.5 + parent: 2 + - uid: 3219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,73.5 + parent: 2 + - uid: 3220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,73.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,73.5 + parent: 2 + - uid: 3222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,82.5 + parent: 2 + - uid: 3223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,82.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,82.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,92.5 + parent: 2 + - uid: 3226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,91.5 + parent: 2 + - uid: 3227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,27.5 + parent: 2 +- proto: N14TableCounterMetalBend + entities: + - uid: 3228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,83.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,27.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,40.5 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: -51.5,32.5 + parent: 2 + - uid: 3232 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - uid: 3233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,34.5 + parent: 2 + - uid: 3234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,27.5 + parent: 2 + - uid: 3235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,84.5 + parent: 2 + - uid: 3236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,93.5 + parent: 2 +- proto: N14TableDeskMetal + entities: + - uid: 3237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,99.5 + parent: 2 + - uid: 3238 + components: + - type: Transform + pos: 35.5,83.5 + parent: 2 +- proto: N14TableDeskMetalDirty + entities: + - uid: 3239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,28.5 + parent: 2 + - uid: 3240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-9.5 + parent: 2 + - uid: 3241 + components: + - type: Transform + pos: -38.5,3.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + pos: -38.5,12.5 + parent: 2 + - uid: 3243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,1.5 + parent: 2 + - uid: 3244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,2.5 + parent: 2 + - uid: 3245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-2.5 + parent: 2 + - uid: 3246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-7.5 + parent: 2 +- proto: N14TableDeskMetalSmall + entities: + - uid: 3247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-9.5 + parent: 2 +- proto: N14TableDeskWood + entities: + - uid: 3248 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 +- proto: N14TableDeskWood2 + entities: + - uid: 3249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-1.5 + parent: 2 +- proto: N14TableMetalGrate + entities: + - uid: 3250 + components: + - type: Transform + pos: -43.5,30.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + pos: -43.5,31.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 3253 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 3255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-1.5 + parent: 2 + - uid: 3256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,5.5 + parent: 2 + - uid: 3257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,7.5 + parent: 2 + - uid: 3258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 2 + - uid: 3259 + components: + - type: Transform + pos: -32.5,29.5 + parent: 2 + - uid: 3260 + components: + - type: Transform + pos: -32.5,30.5 + parent: 2 + - uid: 3261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,36.5 + parent: 2 + - uid: 3262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,37.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,39.5 + parent: 2 + - uid: 3264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 2 + - uid: 3265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,29.5 + parent: 2 + - uid: 3266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,28.5 + parent: 2 + - uid: 3267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,27.5 + parent: 2 + - uid: 3268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,31.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,38.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + pos: -36.5,28.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + pos: -36.5,27.5 + parent: 2 + - uid: 3273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,93.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,93.5 + parent: 2 + - uid: 3275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,83.5 + parent: 2 + - uid: 3276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,84.5 + parent: 2 + - uid: 3277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,93.5 + parent: 2 + - uid: 3278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,35.5 + parent: 2 + - uid: 3279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,34.5 + parent: 2 + - uid: 3280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,33.5 + parent: 2 + - uid: 3281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,33.5 + parent: 2 + - uid: 3282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,33.5 + parent: 2 + - uid: 3283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,33.5 + parent: 2 + - uid: 3284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,33.5 + parent: 2 + - uid: 3285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,33.5 + parent: 2 + - uid: 3286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,33.5 + parent: 2 + - uid: 3287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,33.5 + parent: 2 + - uid: 3288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,104.5 + parent: 2 + - uid: 3289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,106.5 + parent: 2 + - uid: 3290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,103.5 + parent: 2 + - uid: 3291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,109.5 + parent: 2 + - uid: 3292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,110.5 + parent: 2 + - uid: 3293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,107.5 + parent: 2 + - uid: 3294 + components: + - type: Transform + pos: -13.5,39.5 + parent: 2 + - uid: 3295 + components: + - type: Transform + pos: -14.5,39.5 + parent: 2 + - uid: 3296 + components: + - type: Transform + pos: -17.5,39.5 + parent: 2 + - uid: 3297 + components: + - type: Transform + pos: -16.5,39.5 + parent: 2 + - uid: 3298 + components: + - type: Transform + pos: -15.5,39.5 + parent: 2 + - uid: 3299 + components: + - type: Transform + pos: -18.5,39.5 + parent: 2 +- proto: N14TableMetalRound + entities: + - uid: 3300 + components: + - type: Transform + pos: -57.5,25.5 + parent: 2 + - uid: 3301 + components: + - type: Transform + pos: -50.5,26.5 + parent: 2 + - uid: 3302 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 3303 + components: + - type: Transform + pos: -34.5,12.5 + parent: 2 +- proto: N14TableMetalWide + entities: + - uid: 3304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,20.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + pos: -43.5,27.5 + parent: 2 + - uid: 3306 + components: + - type: Transform + pos: 50.5,87.5 + parent: 2 + - uid: 3307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-59.5 + parent: 2 + - uid: 3308 + components: + - type: Transform + pos: -80.5,-64.5 + parent: 2 +- proto: N14TableWoodCabledrum + entities: + - uid: 3309 + components: + - type: Transform + pos: -81.5,-59.5 + parent: 2 +- proto: N14TableWoodEnd + entities: + - uid: 3310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,1.5 + parent: 2 + - uid: 3311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-8.5 + parent: 2 + - uid: 3312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-4.5 + parent: 2 + - uid: 3313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-4.5 + parent: 2 + - uid: 3314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,0.5 + parent: 2 + - uid: 3315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,0.5 + parent: 2 + - uid: 3316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,9.5 + parent: 2 +- proto: N14TableWoodRound + entities: + - uid: 3317 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 +- proto: N14ToiletWater + entities: + - uid: 3318 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 +- proto: N14Torch + entities: + - uid: 3319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,-63.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14TorchWall + entities: + - uid: 3320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-61.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-60.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-66.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 3323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-64.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14Trashbin + entities: + - uid: 3324 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 2 + - uid: 3325 + components: + - type: Transform + pos: -30.5,32.5 + parent: 2 + - uid: 3326 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 3327 + components: + - type: Transform + pos: 41.5,98.5 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: 50.5,94.5 + parent: 2 +- proto: N14VendingMachineCigarette + entities: + - uid: 2433 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - type: Storage + storedItems: + 2434: + position: 0,0 + _rotation: South + 2435: + position: 1,0 + _rotation: South + 2436: + position: 2,0 + _rotation: South + 2437: + position: 3,0 + _rotation: South + 2438: + position: 0,2 + _rotation: South + 2439: + position: 1,2 + _rotation: South + 2440: + position: 2,2 + _rotation: South + 2441: + position: 3,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2434 + - 2435 + - 2436 + - 2437 + - 2438 + - 2439 + - 2440 + - 2441 + - uid: 2442 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - type: Storage + storedItems: + 2443: + position: 0,0 + _rotation: South + 2444: + position: 1,0 + _rotation: South + 2445: + position: 2,0 + _rotation: South + 2446: + position: 3,0 + _rotation: South + 2447: + position: 0,2 + _rotation: South + 2448: + position: 1,2 + _rotation: South + 2449: + position: 2,2 + _rotation: South + 2450: + position: 3,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2443 + - 2444 + - 2445 + - 2446 + - 2447 + - 2448 + - 2449 + - 2450 + - uid: 2451 + components: + - type: Transform + pos: -32.5,32.5 + parent: 2 + - type: Storage + storedItems: + 2452: + position: 0,0 + _rotation: South + 2453: + position: 1,0 + _rotation: South + 2454: + position: 2,0 + _rotation: South + 2455: + position: 3,0 + _rotation: South + 2456: + position: 0,2 + _rotation: South + 2457: + position: 1,2 + _rotation: South + 2458: + position: 2,2 + _rotation: South + 2459: + position: 3,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2452 + - 2453 + - 2454 + - 2455 + - 2456 + - 2457 + - 2458 + - 2459 + - uid: 2461 + components: + - type: Transform + pos: -42.5,12.5 + parent: 2 + - type: Storage + storedItems: + 2462: + position: 0,0 + _rotation: South + 2463: + position: 1,0 + _rotation: South + 2464: + position: 2,0 + _rotation: South + 2465: + position: 3,0 + _rotation: South + 2466: + position: 0,2 + _rotation: South + 2467: + position: 1,2 + _rotation: South + 2468: + position: 2,2 + _rotation: South + 2469: + position: 3,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2462 + - 2463 + - 2464 + - 2465 + - 2466 + - 2467 + - 2468 + - 2469 + - uid: 3329 + components: + - type: Transform + pos: -27.5,21.5 + parent: 2 +- proto: N14VendingMachineNukaCola + entities: + - uid: 3330 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 3331 + components: + - type: Transform + pos: -35.5,12.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + pos: -33.5,32.5 + parent: 2 + - uid: 3333 + components: + - type: Transform + pos: -31.5,32.5 + parent: 2 + - uid: 3334 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 3335 + components: + - type: Transform + pos: -51.5,12.5 + parent: 2 + - uid: 3336 + components: + - type: Transform + pos: -58.5,22.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 +- proto: N14WallConcreteLight + entities: + - uid: 3338 + components: + - type: Transform + pos: -27.5,-40.5 + parent: 2 + - uid: 3339 + components: + - type: Transform + pos: -27.5,-36.5 + parent: 2 + - uid: 3340 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 3341 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 2 +- proto: N14WallmountVent + entities: + - uid: 3342 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 +- proto: N14WallRockBasalt + entities: + - uid: 3343 + components: + - type: Transform + pos: 22.5,78.5 + parent: 2 + - uid: 3344 + components: + - type: Transform + pos: 25.5,78.5 + parent: 2 + - uid: 3345 + components: + - type: Transform + pos: 21.5,78.5 + parent: 2 + - uid: 3346 + components: + - type: Transform + pos: 26.5,76.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + pos: 24.5,78.5 + parent: 2 + - uid: 3348 + components: + - type: Transform + pos: 23.5,78.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + pos: 26.5,77.5 + parent: 2 + - uid: 3350 + components: + - type: Transform + pos: 22.5,94.5 + parent: 2 + - uid: 3351 + components: + - type: Transform + pos: 21.5,94.5 + parent: 2 + - uid: 3352 + components: + - type: Transform + pos: 60.5,98.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: 59.5,98.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + pos: 58.5,98.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + pos: 57.5,98.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: 56.5,98.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: 55.5,97.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + pos: 55.5,98.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + pos: 20.5,119.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: 37.5,98.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 3362 + components: + - type: Transform + pos: -4.5,24.5 + parent: 2 + - uid: 3363 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 3364 + components: + - type: Transform + pos: -66.5,53.5 + parent: 2 + - uid: 3365 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 3366 + components: + - type: Transform + pos: -2.5,24.5 + parent: 2 + - uid: 3367 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 3368 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 3369 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 3370 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 3371 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 + - uid: 3373 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 3374 + components: + - type: Transform + pos: 1.5,24.5 + parent: 2 + - uid: 3375 + components: + - type: Transform + pos: 1.5,23.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + pos: 2.5,24.5 + parent: 2 + - uid: 3377 + components: + - type: Transform + pos: 2.5,23.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 3379 + components: + - type: Transform + pos: -61.5,34.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + pos: -7.5,23.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + pos: -6.5,24.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 3383 + components: + - type: Transform + pos: -61.5,44.5 + parent: 2 + - uid: 3384 + components: + - type: Transform + pos: -7.5,24.5 + parent: 2 + - uid: 3385 + components: + - type: Transform + pos: -5.5,24.5 + parent: 2 + - uid: 3386 + components: + - type: Transform + pos: -65.5,50.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + pos: -61.5,45.5 + parent: 2 + - uid: 3388 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 2 + - uid: 3389 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - uid: 3390 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 3392 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 2 + - uid: 3393 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 2 + - uid: 3397 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: -22.5,-25.5 + parent: 2 + - uid: 3401 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 2 + - uid: 3404 + components: + - type: Transform + pos: -29.5,-23.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + pos: -30.5,-23.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + pos: -28.5,-26.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + pos: -29.5,-25.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + pos: -27.5,-26.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + pos: 2.5,16.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: -0.5,16.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 3424 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 3427 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 3432 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 3436 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 3438 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 3440 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 3441 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 3445 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 3446 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 3450 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 3452 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 3453 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 3456 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 3458 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 3459 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 3460 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 3462 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 3464 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 3466 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - uid: 3467 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 3468 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 3469 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 3470 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - uid: 3471 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 + - uid: 3472 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 3473 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 3475 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 3481 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 3482 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 3505 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 3506 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 2 + - uid: 3509 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 3510 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - uid: 3511 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 3512 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 3513 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 3514 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 3515 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 3516 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 3518 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 3519 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 3520 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 3521 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 3522 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 3523 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 3526 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 3528 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 3529 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 3530 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 3531 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 3532 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 3533 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 3536 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 3545 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 3547 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 3548 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 3549 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 2 + - uid: 3550 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 3551 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 2 + - uid: 3552 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 2 + - uid: 3553 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 3554 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 2 + - uid: 3557 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 + - uid: 3560 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + pos: -17.5,-11.5 + parent: 2 + - uid: 3562 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 + - uid: 3563 + components: + - type: Transform + pos: -16.5,-11.5 + parent: 2 + - uid: 3564 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 3565 + components: + - type: Transform + pos: -15.5,-11.5 + parent: 2 + - uid: 3566 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 3567 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 3569 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 3570 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 3572 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - uid: 3574 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 3575 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 3577 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 3578 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 2 + - uid: 3580 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 3581 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 3583 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 3585 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 3586 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 3587 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 3589 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 3590 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - uid: 3591 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 3593 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 3594 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - uid: 3595 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 3596 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 3597 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 3598 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 3599 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 3600 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 3601 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 2 + - uid: 3602 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 2 + - uid: 3603 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 2 + - uid: 3607 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 2 + - uid: 3608 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 2 + - uid: 3609 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 2 + - uid: 3610 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 3611 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 3612 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 3613 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 3614 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 3615 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 3616 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 3617 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 3618 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 3619 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 3622 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 3623 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 3625 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 + - uid: 3627 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 3628 + components: + - type: Transform + pos: 4.5,12.5 + parent: 2 + - uid: 3629 + components: + - type: Transform + pos: 3.5,13.5 + parent: 2 + - uid: 3630 + components: + - type: Transform + pos: 3.5,14.5 + parent: 2 + - uid: 3631 + components: + - type: Transform + pos: 3.5,15.5 + parent: 2 + - uid: 3632 + components: + - type: Transform + pos: 3.5,16.5 + parent: 2 + - uid: 3633 + components: + - type: Transform + pos: 3.5,17.5 + parent: 2 + - uid: 3634 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 + - uid: 3635 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 3636 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 + - uid: 3637 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 + - uid: 3638 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 2 + - uid: 3642 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 2 + - uid: 3643 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 3644 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 3646 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 3647 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 3648 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 3649 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 3650 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 3652 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 3653 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 3658 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 3661 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 3662 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 3663 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: 4.5,14.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 3666 + components: + - type: Transform + pos: 4.5,16.5 + parent: 2 + - uid: 3667 + components: + - type: Transform + pos: 4.5,17.5 + parent: 2 + - uid: 3668 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 3670 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 + - uid: 3671 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 2 + - uid: 3672 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 3673 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 3674 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 3675 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 3677 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 3678 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 3682 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 3683 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 3684 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 3685 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 3687 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 3688 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 3689 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 + - uid: 3691 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 3693 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 3694 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 3696 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 3697 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 3699 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 3700 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - uid: 3701 + components: + - type: Transform + pos: 5.5,17.5 + parent: 2 + - uid: 3702 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 3703 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 3704 + components: + - type: Transform + pos: 5.5,20.5 + parent: 2 + - uid: 3705 + components: + - type: Transform + pos: 5.5,21.5 + parent: 2 + - uid: 3706 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 3707 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 + - uid: 3708 + components: + - type: Transform + pos: 4.5,22.5 + parent: 2 + - uid: 3709 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 + - uid: 3710 + components: + - type: Transform + pos: 3.5,22.5 + parent: 2 + - uid: 3711 + components: + - type: Transform + pos: 2.5,21.5 + parent: 2 + - uid: 3712 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 3715 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 3717 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 3718 + components: + - type: Transform + pos: -0.5,22.5 + parent: 2 + - uid: 3719 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 3720 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + pos: -2.5,21.5 + parent: 2 + - uid: 3722 + components: + - type: Transform + pos: -2.5,22.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + pos: -3.5,21.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: -4.5,21.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 3727 + components: + - type: Transform + pos: -30.5,-18.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: -30.5,-17.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: -29.5,-18.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: -29.5,-17.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: -56.5,7.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: -54.5,6.5 + parent: 2 + - uid: 3736 + components: + - type: Transform + pos: -53.5,5.5 + parent: 2 + - uid: 3737 + components: + - type: Transform + pos: -29.5,-20.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: -53.5,6.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: -55.5,6.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + pos: -56.5,6.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: -57.5,7.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + pos: -57.5,8.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: -57.5,9.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: -58.5,9.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: -58.5,10.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + pos: -58.5,11.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: -57.5,12.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: -56.5,13.5 + parent: 2 + - uid: 3751 + components: + - type: Transform + pos: -55.5,13.5 + parent: 2 + - uid: 3752 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + pos: -53.5,13.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + pos: -53.5,14.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: -55.5,14.5 + parent: 2 + - uid: 3757 + components: + - type: Transform + pos: -56.5,14.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: -57.5,14.5 + parent: 2 + - uid: 3759 + components: + - type: Transform + pos: -57.5,13.5 + parent: 2 + - uid: 3760 + components: + - type: Transform + pos: -58.5,15.5 + parent: 2 + - uid: 3761 + components: + - type: Transform + pos: -58.5,14.5 + parent: 2 + - uid: 3762 + components: + - type: Transform + pos: -58.5,13.5 + parent: 2 + - uid: 3763 + components: + - type: Transform + pos: -58.5,12.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + pos: -59.5,9.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: -60.5,9.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + pos: -61.5,9.5 + parent: 2 + - uid: 3767 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + pos: -61.5,12.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + pos: -60.5,12.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: -59.5,11.5 + parent: 2 + - uid: 3775 + components: + - type: Transform + pos: -59.5,12.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + pos: -59.5,13.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: -59.5,14.5 + parent: 2 + - uid: 3778 + components: + - type: Transform + pos: -60.5,14.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + pos: -61.5,8.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: -61.5,7.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + pos: -61.5,6.5 + parent: 2 + - uid: 3782 + components: + - type: Transform + pos: -60.5,8.5 + parent: 2 + - uid: 3783 + components: + - type: Transform + pos: -60.5,7.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + pos: -60.5,6.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + pos: -59.5,8.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + pos: -59.5,7.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: -59.5,6.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + pos: -58.5,8.5 + parent: 2 + - uid: 3789 + components: + - type: Transform + pos: -58.5,7.5 + parent: 2 + - uid: 3790 + components: + - type: Transform + pos: -58.5,6.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: -57.5,6.5 + parent: 2 + - uid: 3792 + components: + - type: Transform + pos: -60.5,5.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + pos: -59.5,5.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: -58.5,5.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: -57.5,5.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + pos: -56.5,5.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: -55.5,5.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: -54.5,5.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: -54.5,4.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + pos: -54.5,3.5 + parent: 2 + - uid: 3801 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: -55.5,4.5 + parent: 2 + - uid: 3803 + components: + - type: Transform + pos: -55.5,3.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: -55.5,2.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + pos: -56.5,4.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + pos: -56.5,3.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: -56.5,2.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + pos: -57.5,4.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + pos: -57.5,3.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + pos: -57.5,2.5 + parent: 2 + - uid: 3811 + components: + - type: Transform + pos: -58.5,4.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + pos: -58.5,3.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: -58.5,2.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + pos: -59.5,4.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + pos: -54.5,1.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + pos: -56.5,1.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + pos: -55.5,1.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: -59.5,10.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + pos: -62.5,11.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + pos: -62.5,9.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + pos: -62.5,10.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + pos: -62.5,8.5 + parent: 2 + - uid: 3823 + components: + - type: Transform + pos: -61.5,43.5 + parent: 2 + - uid: 3824 + components: + - type: Transform + pos: -61.5,36.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 3.5,26.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - uid: 3831 + components: + - type: Transform + pos: 3.5,23.5 + parent: 2 + - uid: 3832 + components: + - type: Transform + pos: 4.5,27.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 5.5,27.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + pos: -22.5,41.5 + parent: 2 + - uid: 3843 + components: + - type: Transform + pos: -22.5,42.5 + parent: 2 + - uid: 3844 + components: + - type: Transform + pos: -22.5,43.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + pos: -22.5,44.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: -22.5,45.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: -21.5,41.5 + parent: 2 + - uid: 3848 + components: + - type: Transform + pos: -21.5,42.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + pos: -21.5,43.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: -21.5,45.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + pos: -20.5,41.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: -20.5,42.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: -20.5,43.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: -20.5,44.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: -19.5,41.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + pos: -19.5,42.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: -19.5,43.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: -19.5,44.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: -18.5,41.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: -18.5,42.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: -18.5,43.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: -18.5,44.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: -17.5,41.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: -17.5,42.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: -17.5,43.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + pos: -17.5,44.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + pos: -16.5,41.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + pos: -16.5,42.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + pos: -16.5,44.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: -15.5,41.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: -15.5,42.5 + parent: 2 + - uid: 3874 + components: + - type: Transform + pos: -15.5,43.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: -15.5,44.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + pos: -14.5,41.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + pos: -14.5,42.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: -14.5,43.5 + parent: 2 + - uid: 3879 + components: + - type: Transform + pos: -14.5,44.5 + parent: 2 + - uid: 3880 + components: + - type: Transform + pos: -13.5,41.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + pos: -13.5,42.5 + parent: 2 + - uid: 3882 + components: + - type: Transform + pos: -13.5,43.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + pos: -13.5,44.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + pos: -12.5,41.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + pos: -12.5,42.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + pos: -12.5,43.5 + parent: 2 + - uid: 3887 + components: + - type: Transform + pos: -12.5,44.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + pos: -11.5,41.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + pos: -11.5,42.5 + parent: 2 + - uid: 3890 + components: + - type: Transform + pos: -11.5,43.5 + parent: 2 + - uid: 3891 + components: + - type: Transform + pos: -11.5,44.5 + parent: 2 + - uid: 3892 + components: + - type: Transform + pos: -10.5,41.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + pos: -10.5,43.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + pos: -10.5,44.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: -9.5,41.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + pos: -9.5,42.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + pos: -9.5,43.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: -9.5,44.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + pos: -8.5,41.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: -8.5,42.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: -8.5,43.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + pos: -8.5,44.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: -7.5,41.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: -7.5,42.5 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: -7.5,43.5 + parent: 2 + - uid: 3907 + components: + - type: Transform + pos: -7.5,44.5 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: -6.5,41.5 + parent: 2 + - uid: 3909 + components: + - type: Transform + pos: -6.5,42.5 + parent: 2 + - uid: 3910 + components: + - type: Transform + pos: -6.5,43.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: -6.5,44.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: -5.5,41.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: -5.5,42.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: -5.5,43.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: -5.5,44.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: -4.5,41.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: -4.5,42.5 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: -4.5,43.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: -4.5,44.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + pos: -3.5,41.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: -3.5,42.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + pos: -3.5,43.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: -3.5,44.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: -2.5,41.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: -2.5,42.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 3927 + components: + - type: Transform + pos: -2.5,44.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + pos: -1.5,41.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: -1.5,42.5 + parent: 2 + - uid: 3930 + components: + - type: Transform + pos: -1.5,43.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: -1.5,44.5 + parent: 2 + - uid: 3932 + components: + - type: Transform + pos: -0.5,41.5 + parent: 2 + - uid: 3933 + components: + - type: Transform + pos: -0.5,42.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: -0.5,43.5 + parent: 2 + - uid: 3935 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + pos: 0.5,41.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: 0.5,42.5 + parent: 2 + - uid: 3938 + components: + - type: Transform + pos: 0.5,43.5 + parent: 2 + - uid: 3939 + components: + - type: Transform + pos: 0.5,44.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: 1.5,41.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + pos: 1.5,42.5 + parent: 2 + - uid: 3942 + components: + - type: Transform + pos: 1.5,43.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + pos: 1.5,44.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + pos: 2.5,41.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + pos: 2.5,42.5 + parent: 2 + - uid: 3946 + components: + - type: Transform + pos: 2.5,43.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + pos: 2.5,44.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + pos: 3.5,41.5 + parent: 2 + - uid: 3949 + components: + - type: Transform + pos: 3.5,42.5 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: 3.5,43.5 + parent: 2 + - uid: 3951 + components: + - type: Transform + pos: 3.5,44.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: 4.5,41.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + pos: 4.5,42.5 + parent: 2 + - uid: 3954 + components: + - type: Transform + pos: 4.5,43.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + pos: 4.5,44.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + pos: 5.5,41.5 + parent: 2 + - uid: 3957 + components: + - type: Transform + pos: 5.5,42.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + pos: 5.5,43.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + pos: 5.5,44.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + pos: -23.5,42.5 + parent: 2 + - uid: 3961 + components: + - type: Transform + pos: -23.5,43.5 + parent: 2 + - uid: 3962 + components: + - type: Transform + pos: -23.5,44.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: -23.5,45.5 + parent: 2 + - uid: 3964 + components: + - type: Transform + pos: -24.5,42.5 + parent: 2 + - uid: 3965 + components: + - type: Transform + pos: -24.5,43.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + pos: -24.5,44.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: -24.5,45.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: -25.5,42.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: -25.5,43.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: -25.5,44.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + pos: -25.5,45.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + pos: -26.5,42.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + pos: -26.5,43.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + pos: -26.5,44.5 + parent: 2 + - uid: 3975 + components: + - type: Transform + pos: -26.5,45.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + pos: -27.5,42.5 + parent: 2 + - uid: 3977 + components: + - type: Transform + pos: -27.5,43.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + pos: -27.5,44.5 + parent: 2 + - uid: 3979 + components: + - type: Transform + pos: -27.5,45.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + pos: -28.5,42.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: -28.5,43.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: -28.5,44.5 + parent: 2 + - uid: 3983 + components: + - type: Transform + pos: -28.5,45.5 + parent: 2 + - uid: 3984 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 + - uid: 3985 + components: + - type: Transform + pos: -29.5,43.5 + parent: 2 + - uid: 3986 + components: + - type: Transform + pos: -29.5,44.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + pos: -29.5,45.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + pos: -30.5,42.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: -30.5,43.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: -30.5,44.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + pos: -30.5,45.5 + parent: 2 + - uid: 3992 + components: + - type: Transform + pos: -31.5,42.5 + parent: 2 + - uid: 3993 + components: + - type: Transform + pos: -31.5,43.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: -31.5,44.5 + parent: 2 + - uid: 3995 + components: + - type: Transform + pos: -31.5,45.5 + parent: 2 + - uid: 3996 + components: + - type: Transform + pos: -32.5,42.5 + parent: 2 + - uid: 3997 + components: + - type: Transform + pos: -32.5,43.5 + parent: 2 + - uid: 3998 + components: + - type: Transform + pos: -32.5,44.5 + parent: 2 + - uid: 3999 + components: + - type: Transform + pos: -32.5,45.5 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: -33.5,42.5 + parent: 2 + - uid: 4001 + components: + - type: Transform + pos: -33.5,43.5 + parent: 2 + - uid: 4002 + components: + - type: Transform + pos: -33.5,44.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: -33.5,45.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: -34.5,42.5 + parent: 2 + - uid: 4005 + components: + - type: Transform + pos: -34.5,43.5 + parent: 2 + - uid: 4006 + components: + - type: Transform + pos: -34.5,44.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + pos: -34.5,45.5 + parent: 2 + - uid: 4008 + components: + - type: Transform + pos: -35.5,42.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + pos: -35.5,43.5 + parent: 2 + - uid: 4010 + components: + - type: Transform + pos: -35.5,44.5 + parent: 2 + - uid: 4011 + components: + - type: Transform + pos: -35.5,45.5 + parent: 2 + - uid: 4012 + components: + - type: Transform + pos: -36.5,42.5 + parent: 2 + - uid: 4013 + components: + - type: Transform + pos: -36.5,43.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: -36.5,44.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: -36.5,45.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: -37.5,42.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: -37.5,43.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + pos: -37.5,44.5 + parent: 2 + - uid: 4019 + components: + - type: Transform + pos: -37.5,45.5 + parent: 2 + - uid: 4020 + components: + - type: Transform + pos: -38.5,41.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: -38.5,42.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + pos: -38.5,43.5 + parent: 2 + - uid: 4023 + components: + - type: Transform + pos: -38.5,44.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + pos: -38.5,45.5 + parent: 2 + - uid: 4025 + components: + - type: Transform + pos: -39.5,41.5 + parent: 2 + - uid: 4026 + components: + - type: Transform + pos: -39.5,42.5 + parent: 2 + - uid: 4027 + components: + - type: Transform + pos: -39.5,43.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + pos: -39.5,44.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + pos: -39.5,45.5 + parent: 2 + - uid: 4030 + components: + - type: Transform + pos: -40.5,41.5 + parent: 2 + - uid: 4031 + components: + - type: Transform + pos: -40.5,42.5 + parent: 2 + - uid: 4032 + components: + - type: Transform + pos: -40.5,43.5 + parent: 2 + - uid: 4033 + components: + - type: Transform + pos: -40.5,44.5 + parent: 2 + - uid: 4034 + components: + - type: Transform + pos: -40.5,45.5 + parent: 2 + - uid: 4035 + components: + - type: Transform + pos: -41.5,41.5 + parent: 2 + - uid: 4036 + components: + - type: Transform + pos: -41.5,42.5 + parent: 2 + - uid: 4037 + components: + - type: Transform + pos: -41.5,43.5 + parent: 2 + - uid: 4038 + components: + - type: Transform + pos: -41.5,44.5 + parent: 2 + - uid: 4039 + components: + - type: Transform + pos: -41.5,45.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: -44.5,36.5 + parent: 2 + - uid: 4041 + components: + - type: Transform + pos: -44.5,37.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: -44.5,38.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: -44.5,39.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: -44.5,40.5 + parent: 2 + - uid: 4045 + components: + - type: Transform + pos: -44.5,41.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: -44.5,42.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + pos: -44.5,43.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + pos: -44.5,44.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: -44.5,45.5 + parent: 2 + - uid: 4050 + components: + - type: Transform + pos: -43.5,41.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + pos: -43.5,42.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + pos: -43.5,43.5 + parent: 2 + - uid: 4053 + components: + - type: Transform + pos: -43.5,44.5 + parent: 2 + - uid: 4054 + components: + - type: Transform + pos: -43.5,45.5 + parent: 2 + - uid: 4055 + components: + - type: Transform + pos: -42.5,41.5 + parent: 2 + - uid: 4056 + components: + - type: Transform + pos: -42.5,42.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + pos: -42.5,43.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: -42.5,44.5 + parent: 2 + - uid: 4059 + components: + - type: Transform + pos: -42.5,45.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: -45.5,34.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: -45.5,35.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + pos: -45.5,36.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + pos: -45.5,37.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + pos: -45.5,38.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: -45.5,39.5 + parent: 2 + - uid: 4066 + components: + - type: Transform + pos: -45.5,40.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + pos: -45.5,41.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: -45.5,42.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + pos: -45.5,43.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: -45.5,44.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: -45.5,45.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: -46.5,34.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: -46.5,35.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: -46.5,36.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: -46.5,37.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: -46.5,38.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: -46.5,39.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + pos: -46.5,40.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: -46.5,41.5 + parent: 2 + - uid: 4080 + components: + - type: Transform + pos: -46.5,42.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: -46.5,43.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: -46.5,44.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: -46.5,45.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -47.5,34.5 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: -47.5,35.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: -47.5,36.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: -47.5,37.5 + parent: 2 + - uid: 4088 + components: + - type: Transform + pos: -47.5,38.5 + parent: 2 + - uid: 4089 + components: + - type: Transform + pos: -47.5,39.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: -47.5,40.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: -47.5,41.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: -47.5,42.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: -47.5,43.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: -47.5,44.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: -47.5,45.5 + parent: 2 + - uid: 4096 + components: + - type: Transform + pos: -48.5,34.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: -48.5,35.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: -48.5,36.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: -48.5,37.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: -48.5,38.5 + parent: 2 + - uid: 4101 + components: + - type: Transform + pos: -48.5,39.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: -48.5,40.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + pos: -48.5,41.5 + parent: 2 + - uid: 4104 + components: + - type: Transform + pos: -48.5,42.5 + parent: 2 + - uid: 4105 + components: + - type: Transform + pos: -48.5,43.5 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: -48.5,44.5 + parent: 2 + - uid: 4107 + components: + - type: Transform + pos: -48.5,45.5 + parent: 2 + - uid: 4108 + components: + - type: Transform + pos: -49.5,34.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: -49.5,35.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: -49.5,36.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + pos: -49.5,37.5 + parent: 2 + - uid: 4112 + components: + - type: Transform + pos: -49.5,38.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + pos: -49.5,39.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: -49.5,40.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: -49.5,41.5 + parent: 2 + - uid: 4116 + components: + - type: Transform + pos: -49.5,42.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: -49.5,43.5 + parent: 2 + - uid: 4118 + components: + - type: Transform + pos: -49.5,44.5 + parent: 2 + - uid: 4119 + components: + - type: Transform + pos: -49.5,45.5 + parent: 2 + - uid: 4120 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + pos: -50.5,36.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + pos: -50.5,37.5 + parent: 2 + - uid: 4124 + components: + - type: Transform + pos: -50.5,38.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: -50.5,39.5 + parent: 2 + - uid: 4126 + components: + - type: Transform + pos: -50.5,40.5 + parent: 2 + - uid: 4127 + components: + - type: Transform + pos: -50.5,41.5 + parent: 2 + - uid: 4128 + components: + - type: Transform + pos: -50.5,42.5 + parent: 2 + - uid: 4129 + components: + - type: Transform + pos: -50.5,43.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + pos: -50.5,44.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: -50.5,45.5 + parent: 2 + - uid: 4132 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: -51.5,35.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: -51.5,36.5 + parent: 2 + - uid: 4135 + components: + - type: Transform + pos: -51.5,37.5 + parent: 2 + - uid: 4136 + components: + - type: Transform + pos: -51.5,38.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + pos: -51.5,39.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: -51.5,40.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: -51.5,41.5 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: -51.5,42.5 + parent: 2 + - uid: 4141 + components: + - type: Transform + pos: -51.5,43.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + pos: -51.5,44.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + pos: -51.5,45.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + pos: -52.5,34.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: -52.5,35.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + pos: -52.5,36.5 + parent: 2 + - uid: 4147 + components: + - type: Transform + pos: -52.5,37.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: -52.5,38.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + pos: -52.5,39.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + pos: -52.5,40.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: -52.5,41.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + pos: -52.5,42.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: -52.5,43.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + pos: -52.5,44.5 + parent: 2 + - uid: 4155 + components: + - type: Transform + pos: -52.5,45.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: -53.5,34.5 + parent: 2 + - uid: 4157 + components: + - type: Transform + pos: -53.5,35.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + pos: -53.5,36.5 + parent: 2 + - uid: 4159 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 + - uid: 4160 + components: + - type: Transform + pos: -53.5,38.5 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: -53.5,39.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: -53.5,40.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: -53.5,41.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -53.5,42.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: -53.5,43.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + pos: -53.5,44.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: -53.5,45.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 4169 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + pos: -54.5,36.5 + parent: 2 + - uid: 4171 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - uid: 4172 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: -54.5,39.5 + parent: 2 + - uid: 4174 + components: + - type: Transform + pos: -54.5,40.5 + parent: 2 + - uid: 4175 + components: + - type: Transform + pos: -54.5,41.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + pos: -54.5,43.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + pos: -54.5,44.5 + parent: 2 + - uid: 4179 + components: + - type: Transform + pos: -54.5,45.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: -55.5,35.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + pos: -55.5,36.5 + parent: 2 + - uid: 4183 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: -55.5,38.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + pos: -55.5,39.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: -55.5,40.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + pos: -55.5,41.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: -55.5,42.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: -55.5,43.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: -55.5,44.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + pos: -55.5,45.5 + parent: 2 + - uid: 4192 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: -56.5,35.5 + parent: 2 + - uid: 4194 + components: + - type: Transform + pos: -56.5,36.5 + parent: 2 + - uid: 4195 + components: + - type: Transform + pos: -56.5,37.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + pos: -56.5,38.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + pos: -56.5,39.5 + parent: 2 + - uid: 4198 + components: + - type: Transform + pos: -56.5,40.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: -56.5,41.5 + parent: 2 + - uid: 4200 + components: + - type: Transform + pos: -56.5,42.5 + parent: 2 + - uid: 4201 + components: + - type: Transform + pos: -56.5,43.5 + parent: 2 + - uid: 4202 + components: + - type: Transform + pos: -56.5,44.5 + parent: 2 + - uid: 4203 + components: + - type: Transform + pos: -56.5,45.5 + parent: 2 + - uid: 4204 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + pos: -57.5,35.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: -57.5,36.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: -57.5,37.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: -57.5,38.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + pos: -57.5,39.5 + parent: 2 + - uid: 4210 + components: + - type: Transform + pos: -57.5,40.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + pos: -57.5,41.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + pos: -57.5,42.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + pos: -57.5,43.5 + parent: 2 + - uid: 4214 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 + - uid: 4215 + components: + - type: Transform + pos: -57.5,45.5 + parent: 2 + - uid: 4216 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: -58.5,35.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + pos: -58.5,36.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + pos: -58.5,37.5 + parent: 2 + - uid: 4220 + components: + - type: Transform + pos: -58.5,38.5 + parent: 2 + - uid: 4221 + components: + - type: Transform + pos: -58.5,39.5 + parent: 2 + - uid: 4222 + components: + - type: Transform + pos: -58.5,40.5 + parent: 2 + - uid: 4223 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: -58.5,42.5 + parent: 2 + - uid: 4225 + components: + - type: Transform + pos: -58.5,43.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + pos: -58.5,45.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: -59.5,35.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: -59.5,36.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: -59.5,37.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: -59.5,38.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: -59.5,39.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: -59.5,40.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: -59.5,41.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: -59.5,42.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: -59.5,43.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: -59.5,44.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: -59.5,45.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 + - uid: 4242 + components: + - type: Transform + pos: -60.5,36.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: -60.5,37.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + pos: -60.5,38.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: -60.5,39.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: -60.5,40.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: -60.5,41.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: -60.5,42.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + pos: -60.5,43.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: -60.5,44.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: -60.5,45.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: -60.5,31.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + pos: -60.5,30.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: -60.5,29.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: -60.5,28.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: -60.5,25.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: -60.5,24.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + pos: -60.5,22.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: -60.5,20.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: -60.5,19.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: -60.5,18.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: -60.5,17.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: -60.5,16.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: -60.5,15.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + pos: -59.5,15.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: -59.5,16.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: -58.5,16.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + pos: -59.5,20.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + pos: -59.5,19.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + pos: -59.5,18.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + pos: -59.5,17.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + pos: -58.5,18.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + pos: -58.5,17.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + pos: -65.5,-10.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: -61.5,33.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: -61.5,37.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: -61.5,42.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + pos: -61.5,41.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + pos: -61.5,40.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + pos: -61.5,39.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: -61.5,38.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: -61.5,35.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: -61.5,30.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + pos: -61.5,28.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + pos: -61.5,26.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: -61.5,22.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: -61.5,20.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + pos: -61.5,19.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + pos: -61.5,18.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + pos: -61.5,17.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + pos: -61.5,16.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + pos: -61.5,15.5 + parent: 2 + - uid: 4307 + components: + - type: Transform + pos: -61.5,14.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: -62.5,45.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: -62.5,44.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: -62.5,43.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: -62.5,42.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: -62.5,41.5 + parent: 2 + - uid: 4313 + components: + - type: Transform + pos: -62.5,40.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: -62.5,39.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: -62.5,38.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: -62.5,37.5 + parent: 2 + - uid: 4317 + components: + - type: Transform + pos: -62.5,36.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: -62.5,33.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: -62.5,32.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + pos: -62.5,31.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + pos: -62.5,30.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + pos: -62.5,29.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + pos: -62.5,28.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: -62.5,27.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + pos: -62.5,26.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: -62.5,24.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: -62.5,23.5 + parent: 2 + - uid: 4331 + components: + - type: Transform + pos: -62.5,22.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -62.5,21.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: -62.5,20.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + pos: -62.5,19.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: -62.5,18.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -62.5,17.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: -62.5,16.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: -62.5,15.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: -62.5,14.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: -63.5,45.5 + parent: 2 + - uid: 4341 + components: + - type: Transform + pos: -63.5,44.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + pos: -63.5,43.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + pos: -63.5,42.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + pos: -63.5,41.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + pos: -63.5,40.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: -63.5,39.5 + parent: 2 + - uid: 4347 + components: + - type: Transform + pos: -63.5,38.5 + parent: 2 + - uid: 4348 + components: + - type: Transform + pos: -63.5,37.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + pos: -63.5,36.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + pos: -63.5,35.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + pos: -63.5,33.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: -63.5,32.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: -63.5,31.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: -63.5,30.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + pos: -63.5,29.5 + parent: 2 + - uid: 4357 + components: + - type: Transform + pos: -63.5,28.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + pos: -63.5,27.5 + parent: 2 + - uid: 4359 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 + - uid: 4360 + components: + - type: Transform + pos: -63.5,25.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + pos: -63.5,24.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + pos: -63.5,23.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + pos: -63.5,22.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + pos: -63.5,21.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + pos: -63.5,20.5 + parent: 2 + - uid: 4366 + components: + - type: Transform + pos: -63.5,19.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + pos: -63.5,18.5 + parent: 2 + - uid: 4368 + components: + - type: Transform + pos: -63.5,17.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + pos: -63.5,16.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + pos: -63.5,15.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + pos: -64.5,45.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + pos: -64.5,44.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + pos: -64.5,43.5 + parent: 2 + - uid: 4375 + components: + - type: Transform + pos: -64.5,42.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + pos: -64.5,41.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + pos: -64.5,40.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + pos: -64.5,39.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + pos: -64.5,38.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + pos: -64.5,37.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + pos: -64.5,36.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 4384 + components: + - type: Transform + pos: -64.5,33.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + pos: -64.5,32.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + pos: -64.5,31.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + pos: -64.5,30.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + pos: -64.5,29.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + pos: -64.5,28.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + pos: -64.5,27.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: -64.5,26.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: -64.5,25.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: -64.5,23.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: -64.5,21.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + pos: -64.5,20.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + pos: -64.5,19.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + pos: -64.5,17.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + pos: -64.5,16.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + pos: -64.5,15.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + pos: -64.5,14.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + pos: -65.5,45.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + pos: -65.5,44.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + pos: -65.5,43.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + pos: -65.5,42.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + pos: -65.5,41.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + pos: -65.5,40.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + pos: -65.5,39.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + pos: -65.5,38.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + pos: -65.5,37.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + pos: -65.5,36.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + pos: -65.5,35.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: -65.5,34.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + pos: -65.5,33.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + pos: -65.5,32.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + pos: -65.5,31.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + pos: -65.5,30.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + pos: -65.5,29.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + pos: -65.5,28.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + pos: -65.5,27.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + pos: -65.5,25.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + pos: -65.5,24.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + pos: -65.5,23.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + pos: -65.5,22.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + pos: -65.5,21.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + pos: -65.5,20.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + pos: -65.5,19.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + pos: -65.5,17.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + pos: -65.5,15.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + pos: -62.5,12.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + pos: -63.5,13.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + pos: -63.5,12.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: -64.5,13.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + pos: -64.5,12.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + pos: -65.5,13.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + pos: -60.5,10.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + pos: -65.5,11.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + pos: -65.5,10.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + pos: -65.5,9.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + pos: -65.5,7.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + pos: -65.5,6.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + pos: -65.5,5.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + pos: -65.5,4.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + pos: -65.5,3.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + pos: -65.5,2.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + pos: -65.5,1.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + pos: -65.5,0.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + pos: -65.5,-0.5 + parent: 2 + - uid: 4458 + components: + - type: Transform + pos: -65.5,-1.5 + parent: 2 + - uid: 4459 + components: + - type: Transform + pos: -65.5,-2.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + pos: -65.5,-3.5 + parent: 2 + - uid: 4461 + components: + - type: Transform + pos: -65.5,-4.5 + parent: 2 + - uid: 4462 + components: + - type: Transform + pos: -65.5,-5.5 + parent: 2 + - uid: 4463 + components: + - type: Transform + pos: -65.5,-6.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: -65.5,-7.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + pos: -65.5,-8.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + pos: -64.5,11.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + pos: -64.5,9.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + pos: -64.5,7.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + pos: -64.5,5.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + pos: -64.5,4.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + pos: -64.5,3.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + pos: -64.5,2.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + pos: -64.5,1.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + pos: -64.5,0.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + pos: -64.5,-0.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + pos: -64.5,-1.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + pos: -64.5,-2.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + pos: -64.5,-3.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + pos: -64.5,-4.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + pos: -64.5,-5.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + pos: -64.5,-6.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + pos: -64.5,-7.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + pos: -63.5,11.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + pos: -63.5,10.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: -63.5,7.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + pos: -63.5,6.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + pos: -63.5,5.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + pos: -63.5,4.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + pos: -63.5,3.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + pos: -63.5,2.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + pos: -63.5,1.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + pos: -63.5,0.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: -63.5,-0.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + pos: -63.5,-1.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: -63.5,-2.5 + parent: 2 + - uid: 4502 + components: + - type: Transform + pos: -63.5,-3.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + pos: -63.5,-4.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + pos: -63.5,-5.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + pos: -63.5,-6.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: -63.5,-7.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: -63.5,-8.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + pos: -62.5,7.5 + parent: 2 + - uid: 4509 + components: + - type: Transform + pos: -62.5,6.5 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: -62.5,5.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + pos: -62.5,4.5 + parent: 2 + - uid: 4512 + components: + - type: Transform + pos: -62.5,3.5 + parent: 2 + - uid: 4513 + components: + - type: Transform + pos: -62.5,2.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + pos: -61.5,5.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: -61.5,4.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: -60.5,4.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: -61.5,3.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + pos: -61.5,2.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + pos: -60.5,3.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + pos: -60.5,2.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + pos: -59.5,3.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: -59.5,2.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + pos: -62.5,1.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + pos: -61.5,1.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: -60.5,1.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: -59.5,1.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: -58.5,1.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: -57.5,1.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: -62.5,0.5 + parent: 2 + - uid: 4531 + components: + - type: Transform + pos: -61.5,0.5 + parent: 2 + - uid: 4532 + components: + - type: Transform + pos: -60.5,0.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + pos: -59.5,0.5 + parent: 2 + - uid: 4534 + components: + - type: Transform + pos: -58.5,0.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + pos: -57.5,0.5 + parent: 2 + - uid: 4536 + components: + - type: Transform + pos: -56.5,0.5 + parent: 2 + - uid: 4537 + components: + - type: Transform + pos: -55.5,0.5 + parent: 2 + - uid: 4538 + components: + - type: Transform + pos: -54.5,0.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 + - uid: 4540 + components: + - type: Transform + pos: -49.5,-2.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: -49.5,-3.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: -49.5,-4.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: -49.5,-5.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: -49.5,-6.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: -49.5,-7.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + pos: -49.5,-8.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: -50.5,-1.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: -50.5,-2.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: -50.5,-4.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: -50.5,-5.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: -50.5,-6.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 2 + - uid: 4554 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: -51.5,-1.5 + parent: 2 + - uid: 4556 + components: + - type: Transform + pos: -51.5,-2.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + pos: -51.5,-4.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: -51.5,-7.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + pos: -51.5,-8.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: -52.5,-2.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: -52.5,-3.5 + parent: 2 + - uid: 4566 + components: + - type: Transform + pos: -52.5,-4.5 + parent: 2 + - uid: 4567 + components: + - type: Transform + pos: -52.5,-5.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + pos: -52.5,-6.5 + parent: 2 + - uid: 4569 + components: + - type: Transform + pos: -52.5,-7.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: -52.5,-8.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: -50.5,-0.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: -53.5,-2.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + pos: -53.5,-5.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + pos: -53.5,-6.5 + parent: 2 + - uid: 4578 + components: + - type: Transform + pos: -53.5,-7.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + pos: -53.5,-8.5 + parent: 2 + - uid: 4580 + components: + - type: Transform + pos: -54.5,-0.5 + parent: 2 + - uid: 4581 + components: + - type: Transform + pos: -54.5,-1.5 + parent: 2 + - uid: 4582 + components: + - type: Transform + pos: -54.5,-2.5 + parent: 2 + - uid: 4583 + components: + - type: Transform + pos: -54.5,-3.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: -54.5,-4.5 + parent: 2 + - uid: 4585 + components: + - type: Transform + pos: -54.5,-5.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + pos: -54.5,-6.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + pos: -54.5,-7.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + pos: -54.5,-8.5 + parent: 2 + - uid: 4589 + components: + - type: Transform + pos: -55.5,-0.5 + parent: 2 + - uid: 4590 + components: + - type: Transform + pos: -55.5,-1.5 + parent: 2 + - uid: 4591 + components: + - type: Transform + pos: -55.5,-2.5 + parent: 2 + - uid: 4592 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 4593 + components: + - type: Transform + pos: -55.5,-4.5 + parent: 2 + - uid: 4594 + components: + - type: Transform + pos: -55.5,-5.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + pos: -55.5,-6.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: -55.5,-7.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + pos: -55.5,-8.5 + parent: 2 + - uid: 4598 + components: + - type: Transform + pos: -56.5,-0.5 + parent: 2 + - uid: 4599 + components: + - type: Transform + pos: -56.5,-1.5 + parent: 2 + - uid: 4600 + components: + - type: Transform + pos: -56.5,-2.5 + parent: 2 + - uid: 4601 + components: + - type: Transform + pos: -56.5,-3.5 + parent: 2 + - uid: 4602 + components: + - type: Transform + pos: -56.5,-4.5 + parent: 2 + - uid: 4603 + components: + - type: Transform + pos: -56.5,-5.5 + parent: 2 + - uid: 4604 + components: + - type: Transform + pos: -56.5,-6.5 + parent: 2 + - uid: 4605 + components: + - type: Transform + pos: -56.5,-7.5 + parent: 2 + - uid: 4606 + components: + - type: Transform + pos: -56.5,-8.5 + parent: 2 + - uid: 4607 + components: + - type: Transform + pos: -57.5,-0.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 + - uid: 4609 + components: + - type: Transform + pos: -57.5,-2.5 + parent: 2 + - uid: 4610 + components: + - type: Transform + pos: -57.5,-3.5 + parent: 2 + - uid: 4611 + components: + - type: Transform + pos: -57.5,-4.5 + parent: 2 + - uid: 4612 + components: + - type: Transform + pos: -57.5,-5.5 + parent: 2 + - uid: 4613 + components: + - type: Transform + pos: -57.5,-6.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: -57.5,-7.5 + parent: 2 + - uid: 4615 + components: + - type: Transform + pos: -57.5,-8.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + pos: -58.5,-0.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + pos: -58.5,-1.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + pos: -58.5,-2.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: -58.5,-3.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + pos: -58.5,-4.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: -58.5,-5.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: -58.5,-6.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + pos: -58.5,-7.5 + parent: 2 + - uid: 4624 + components: + - type: Transform + pos: -58.5,-8.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: -59.5,-0.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + pos: -59.5,-1.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: -59.5,-2.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + pos: -59.5,-5.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + pos: -59.5,-8.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + pos: -60.5,-1.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: -60.5,-2.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: -60.5,-3.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + pos: -60.5,-4.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + pos: -60.5,-5.5 + parent: 2 + - uid: 4640 + components: + - type: Transform + pos: -60.5,-6.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + pos: -60.5,-7.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + pos: -60.5,-8.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + pos: -61.5,-0.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 4645 + components: + - type: Transform + pos: -61.5,-2.5 + parent: 2 + - uid: 4646 + components: + - type: Transform + pos: -61.5,-3.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + pos: -61.5,-4.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + pos: -61.5,-5.5 + parent: 2 + - uid: 4649 + components: + - type: Transform + pos: -61.5,-6.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + pos: -61.5,-7.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + pos: -61.5,-8.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + pos: -62.5,-0.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + pos: -62.5,-1.5 + parent: 2 + - uid: 4654 + components: + - type: Transform + pos: -62.5,-2.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + pos: -62.5,-3.5 + parent: 2 + - uid: 4656 + components: + - type: Transform + pos: -62.5,-4.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + pos: -62.5,-5.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: -62.5,-6.5 + parent: 2 + - uid: 4659 + components: + - type: Transform + pos: -62.5,-7.5 + parent: 2 + - uid: 4660 + components: + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 4661 + components: + - type: Transform + pos: -48.5,-6.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + pos: -48.5,-7.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + pos: -48.5,-8.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + pos: -47.5,-6.5 + parent: 2 + - uid: 4665 + components: + - type: Transform + pos: -47.5,-7.5 + parent: 2 + - uid: 4666 + components: + - type: Transform + pos: -47.5,-8.5 + parent: 2 + - uid: 4667 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: -46.5,-7.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + pos: -47.5,-9.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + pos: -48.5,-9.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + pos: -49.5,-9.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + pos: -52.5,-9.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + pos: -56.5,-9.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + pos: -57.5,-9.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + pos: -58.5,-9.5 + parent: 2 + - uid: 4683 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + pos: -60.5,-9.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: -63.5,-9.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 + - uid: 4689 + components: + - type: Transform + pos: -65.5,-9.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + pos: -35.5,-3.5 + parent: 2 + - uid: 4694 + components: + - type: Transform + pos: -35.5,-4.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + pos: -35.5,-5.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: -34.5,-4.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 4709 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + pos: -31.5,-1.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: -31.5,-4.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: -30.5,-2.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: -29.5,-1.5 + parent: 2 + - uid: 4720 + components: + - type: Transform + pos: -29.5,-2.5 + parent: 2 + - uid: 4721 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 4726 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: -31.5,-6.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: -31.5,-8.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 4733 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + pos: -33.5,-8.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 4740 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 4741 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: -35.5,-6.5 + parent: 2 + - uid: 4744 + components: + - type: Transform + pos: -35.5,-7.5 + parent: 2 + - uid: 4745 + components: + - type: Transform + pos: -35.5,-8.5 + parent: 2 + - uid: 4746 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 4747 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 2 + - uid: 4748 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 + - uid: 4749 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + pos: -37.5,-6.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: -37.5,-7.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: -37.5,-8.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: -39.5,-6.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: -39.5,-7.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 2 + - uid: 4766 + components: + - type: Transform + pos: -31.5,-14.5 + parent: 2 + - uid: 4767 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 + - uid: 4771 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 4773 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - uid: 4776 + components: + - type: Transform + pos: -33.5,-12.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: -33.5,-13.5 + parent: 2 + - uid: 4778 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 2 + - uid: 4779 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: -35.5,-10.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: -35.5,-14.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: -35.5,-15.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: -36.5,-12.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: -36.5,-13.5 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: -36.5,-14.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: -37.5,-10.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: -37.5,-11.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: -37.5,-13.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: -37.5,-14.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: -37.5,-15.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: -38.5,-11.5 + parent: 2 + - uid: 4806 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: -39.5,-10.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: -39.5,-11.5 + parent: 2 + - uid: 4812 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: -39.5,-15.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: -40.5,-10.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: -40.5,-11.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: -40.5,-15.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: -41.5,-14.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: -41.5,-15.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: -42.5,-15.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + pos: -43.5,-14.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: -43.5,-15.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: -44.5,-13.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + pos: -44.5,-14.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + pos: -44.5,-15.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: -45.5,-11.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + pos: -45.5,-13.5 + parent: 2 + - uid: 4848 + components: + - type: Transform + pos: -45.5,-14.5 + parent: 2 + - uid: 4849 + components: + - type: Transform + pos: -45.5,-15.5 + parent: 2 + - uid: 4850 + components: + - type: Transform + pos: -46.5,-10.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + pos: -46.5,-11.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -46.5,-15.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: -47.5,-10.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 + - uid: 4858 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: -47.5,-13.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: -47.5,-15.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: -48.5,-10.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: -48.5,-11.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: -48.5,-13.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: -48.5,-14.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: -48.5,-15.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: -49.5,-10.5 + parent: 2 + - uid: 4869 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: -49.5,-13.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: -49.5,-14.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 4875 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: -50.5,-13.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: -50.5,-14.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: -51.5,-10.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: -51.5,-11.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: -51.5,-13.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: -51.5,-14.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: -52.5,-11.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: -52.5,-15.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: -53.5,-10.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + pos: -53.5,-11.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - uid: 4896 + components: + - type: Transform + pos: -53.5,-14.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: -53.5,-15.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: -54.5,-10.5 + parent: 2 + - uid: 4899 + components: + - type: Transform + pos: -54.5,-11.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: -54.5,-13.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + pos: -54.5,-14.5 + parent: 2 + - uid: 4903 + components: + - type: Transform + pos: -54.5,-15.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - uid: 4905 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: -55.5,-15.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: -56.5,-10.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - uid: 4912 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: -56.5,-14.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: -56.5,-15.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: -57.5,-10.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: -57.5,-11.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: -57.5,-13.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 2 + - uid: 4921 + components: + - type: Transform + pos: -57.5,-15.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + pos: -58.5,-10.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: -58.5,-11.5 + parent: 2 + - uid: 4924 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: -58.5,-13.5 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: -58.5,-14.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: -58.5,-15.5 + parent: 2 + - uid: 4928 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: -59.5,-13.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: -59.5,-14.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: -59.5,-15.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: -60.5,-10.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: -60.5,-11.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: -60.5,-13.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: -60.5,-15.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: -61.5,-10.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + pos: -61.5,-11.5 + parent: 2 + - uid: 4942 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 4943 + components: + - type: Transform + pos: -61.5,-13.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + pos: -61.5,-14.5 + parent: 2 + - uid: 4945 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - uid: 4946 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 4947 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 4948 + components: + - type: Transform + pos: -62.5,-12.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + pos: -62.5,-13.5 + parent: 2 + - uid: 4950 + components: + - type: Transform + pos: -62.5,-14.5 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: -62.5,-15.5 + parent: 2 + - uid: 4952 + components: + - type: Transform + pos: -63.5,-10.5 + parent: 2 + - uid: 4953 + components: + - type: Transform + pos: -63.5,-11.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: -63.5,-12.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 + - uid: 4956 + components: + - type: Transform + pos: -63.5,-14.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + pos: -63.5,-15.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: -64.5,-10.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: -64.5,-11.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: -64.5,-12.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + pos: -64.5,-14.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: -31.5,-16.5 + parent: 2 + - uid: 4965 + components: + - type: Transform + pos: -31.5,-17.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: -31.5,-18.5 + parent: 2 + - uid: 4967 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: -31.5,-21.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + pos: -32.5,-17.5 + parent: 2 + - uid: 4973 + components: + - type: Transform + pos: -32.5,-18.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 4978 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 4981 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 4983 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 4984 + components: + - type: Transform + pos: -34.5,-17.5 + parent: 2 + - uid: 4985 + components: + - type: Transform + pos: -34.5,-18.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 4988 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 4989 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + pos: -35.5,-17.5 + parent: 2 + - uid: 4991 + components: + - type: Transform + pos: -35.5,-18.5 + parent: 2 + - uid: 4992 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 4993 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + pos: -36.5,-17.5 + parent: 2 + - uid: 4997 + components: + - type: Transform + pos: -36.5,-18.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + pos: -36.5,-19.5 + parent: 2 + - uid: 4999 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 5000 + components: + - type: Transform + pos: -36.5,-22.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: -37.5,-18.5 + parent: 2 + - uid: 5004 + components: + - type: Transform + pos: -37.5,-19.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: -37.5,-21.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + pos: -37.5,-22.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: -38.5,-16.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + pos: -38.5,-17.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: -38.5,-18.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + pos: -38.5,-21.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + pos: -38.5,-22.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + pos: -39.5,-16.5 + parent: 2 + - uid: 5014 + components: + - type: Transform + pos: -39.5,-17.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + pos: -39.5,-18.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + pos: -39.5,-19.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + pos: -39.5,-21.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: -40.5,-16.5 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: -40.5,-17.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + pos: -40.5,-18.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + pos: -40.5,-19.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + pos: -40.5,-22.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: -41.5,-16.5 + parent: 2 + - uid: 5026 + components: + - type: Transform + pos: -41.5,-17.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + pos: -41.5,-18.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: -41.5,-19.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + pos: -41.5,-22.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + pos: -42.5,-16.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - uid: 5033 + components: + - type: Transform + pos: -42.5,-18.5 + parent: 2 + - uid: 5034 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 2 + - uid: 5035 + components: + - type: Transform + pos: -42.5,-21.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + pos: -42.5,-22.5 + parent: 2 + - uid: 5037 + components: + - type: Transform + pos: -43.5,-16.5 + parent: 2 + - uid: 5038 + components: + - type: Transform + pos: -43.5,-17.5 + parent: 2 + - uid: 5039 + components: + - type: Transform + pos: -43.5,-18.5 + parent: 2 + - uid: 5040 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + pos: -43.5,-21.5 + parent: 2 + - uid: 5042 + components: + - type: Transform + pos: -43.5,-22.5 + parent: 2 + - uid: 5043 + components: + - type: Transform + pos: -44.5,-16.5 + parent: 2 + - uid: 5044 + components: + - type: Transform + pos: -44.5,-17.5 + parent: 2 + - uid: 5045 + components: + - type: Transform + pos: -44.5,-18.5 + parent: 2 + - uid: 5046 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 5047 + components: + - type: Transform + pos: -44.5,-21.5 + parent: 2 + - uid: 5048 + components: + - type: Transform + pos: -44.5,-22.5 + parent: 2 + - uid: 5049 + components: + - type: Transform + pos: -45.5,-16.5 + parent: 2 + - uid: 5050 + components: + - type: Transform + pos: -45.5,-17.5 + parent: 2 + - uid: 5051 + components: + - type: Transform + pos: -45.5,-18.5 + parent: 2 + - uid: 5052 + components: + - type: Transform + pos: -45.5,-19.5 + parent: 2 + - uid: 5053 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 2 + - uid: 5054 + components: + - type: Transform + pos: -45.5,-22.5 + parent: 2 + - uid: 5055 + components: + - type: Transform + pos: -46.5,-16.5 + parent: 2 + - uid: 5056 + components: + - type: Transform + pos: -46.5,-17.5 + parent: 2 + - uid: 5057 + components: + - type: Transform + pos: -46.5,-18.5 + parent: 2 + - uid: 5058 + components: + - type: Transform + pos: -46.5,-19.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + pos: -46.5,-21.5 + parent: 2 + - uid: 5060 + components: + - type: Transform + pos: -46.5,-22.5 + parent: 2 + - uid: 5061 + components: + - type: Transform + pos: -47.5,-16.5 + parent: 2 + - uid: 5062 + components: + - type: Transform + pos: -47.5,-17.5 + parent: 2 + - uid: 5063 + components: + - type: Transform + pos: -47.5,-18.5 + parent: 2 + - uid: 5064 + components: + - type: Transform + pos: -47.5,-19.5 + parent: 2 + - uid: 5065 + components: + - type: Transform + pos: -47.5,-21.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + pos: -47.5,-22.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + pos: -48.5,-16.5 + parent: 2 + - uid: 5068 + components: + - type: Transform + pos: -48.5,-17.5 + parent: 2 + - uid: 5069 + components: + - type: Transform + pos: -48.5,-18.5 + parent: 2 + - uid: 5070 + components: + - type: Transform + pos: -48.5,-19.5 + parent: 2 + - uid: 5071 + components: + - type: Transform + pos: -48.5,-21.5 + parent: 2 + - uid: 5072 + components: + - type: Transform + pos: -48.5,-22.5 + parent: 2 + - uid: 5073 + components: + - type: Transform + pos: -49.5,-16.5 + parent: 2 + - uid: 5074 + components: + - type: Transform + pos: -49.5,-17.5 + parent: 2 + - uid: 5075 + components: + - type: Transform + pos: -49.5,-18.5 + parent: 2 + - uid: 5076 + components: + - type: Transform + pos: -49.5,-19.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + pos: -49.5,-21.5 + parent: 2 + - uid: 5078 + components: + - type: Transform + pos: -49.5,-22.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: -50.5,-16.5 + parent: 2 + - uid: 5080 + components: + - type: Transform + pos: -50.5,-17.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: -50.5,-18.5 + parent: 2 + - uid: 5082 + components: + - type: Transform + pos: -50.5,-19.5 + parent: 2 + - uid: 5083 + components: + - type: Transform + pos: -51.5,-16.5 + parent: 2 + - uid: 5084 + components: + - type: Transform + pos: -51.5,-17.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + pos: -51.5,-18.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + pos: -51.5,-19.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 5090 + components: + - type: Transform + pos: -52.5,-16.5 + parent: 2 + - uid: 5091 + components: + - type: Transform + pos: -52.5,-17.5 + parent: 2 + - uid: 5092 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + pos: -52.5,-19.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + pos: -52.5,-20.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: -52.5,-21.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + pos: -52.5,-22.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 2 + - uid: 5098 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 2 + - uid: 5099 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 2 + - uid: 5101 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: -53.5,-21.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 + - uid: 5104 + components: + - type: Transform + pos: -54.5,-16.5 + parent: 2 + - uid: 5105 + components: + - type: Transform + pos: -54.5,-17.5 + parent: 2 + - uid: 5106 + components: + - type: Transform + pos: -54.5,-18.5 + parent: 2 + - uid: 5107 + components: + - type: Transform + pos: -54.5,-19.5 + parent: 2 + - uid: 5108 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 5110 + components: + - type: Transform + pos: -54.5,-22.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + pos: -55.5,-16.5 + parent: 2 + - uid: 5112 + components: + - type: Transform + pos: -55.5,-17.5 + parent: 2 + - uid: 5113 + components: + - type: Transform + pos: -55.5,-18.5 + parent: 2 + - uid: 5114 + components: + - type: Transform + pos: -55.5,-19.5 + parent: 2 + - uid: 5115 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 2 + - uid: 5116 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 5117 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - uid: 5118 + components: + - type: Transform + pos: -56.5,-16.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: -56.5,-17.5 + parent: 2 + - uid: 5120 + components: + - type: Transform + pos: -56.5,-18.5 + parent: 2 + - uid: 5121 + components: + - type: Transform + pos: -56.5,-19.5 + parent: 2 + - uid: 5122 + components: + - type: Transform + pos: -56.5,-20.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 + - uid: 5124 + components: + - type: Transform + pos: -56.5,-22.5 + parent: 2 + - uid: 5125 + components: + - type: Transform + pos: -57.5,-16.5 + parent: 2 + - uid: 5126 + components: + - type: Transform + pos: -57.5,-17.5 + parent: 2 + - uid: 5127 + components: + - type: Transform + pos: -57.5,-18.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: -57.5,-19.5 + parent: 2 + - uid: 5129 + components: + - type: Transform + pos: -57.5,-20.5 + parent: 2 + - uid: 5130 + components: + - type: Transform + pos: -57.5,-21.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + pos: -57.5,-22.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + pos: -58.5,-17.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: -58.5,-18.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + pos: -58.5,-19.5 + parent: 2 + - uid: 5136 + components: + - type: Transform + pos: -58.5,-20.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + pos: -58.5,-21.5 + parent: 2 + - uid: 5138 + components: + - type: Transform + pos: -58.5,-22.5 + parent: 2 + - uid: 5139 + components: + - type: Transform + pos: -59.5,-16.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: -59.5,-17.5 + parent: 2 + - uid: 5141 + components: + - type: Transform + pos: -59.5,-18.5 + parent: 2 + - uid: 5142 + components: + - type: Transform + pos: -59.5,-19.5 + parent: 2 + - uid: 5143 + components: + - type: Transform + pos: -59.5,-20.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: -59.5,-21.5 + parent: 2 + - uid: 5145 + components: + - type: Transform + pos: -59.5,-22.5 + parent: 2 + - uid: 5146 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 5147 + components: + - type: Transform + pos: -60.5,-17.5 + parent: 2 + - uid: 5148 + components: + - type: Transform + pos: -60.5,-18.5 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: -60.5,-19.5 + parent: 2 + - uid: 5150 + components: + - type: Transform + pos: -60.5,-20.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: -60.5,-21.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: -60.5,-22.5 + parent: 2 + - uid: 5153 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: -61.5,-17.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 5156 + components: + - type: Transform + pos: -61.5,-19.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + pos: -61.5,-20.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + pos: -61.5,-22.5 + parent: 2 + - uid: 5160 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 5161 + components: + - type: Transform + pos: -62.5,-17.5 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: -62.5,-18.5 + parent: 2 + - uid: 5163 + components: + - type: Transform + pos: -62.5,-19.5 + parent: 2 + - uid: 5164 + components: + - type: Transform + pos: -62.5,-20.5 + parent: 2 + - uid: 5165 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 5166 + components: + - type: Transform + pos: -62.5,-22.5 + parent: 2 + - uid: 5167 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 5168 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 5169 + components: + - type: Transform + pos: -63.5,-18.5 + parent: 2 + - uid: 5170 + components: + - type: Transform + pos: -63.5,-19.5 + parent: 2 + - uid: 5171 + components: + - type: Transform + pos: -63.5,-20.5 + parent: 2 + - uid: 5172 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 5173 + components: + - type: Transform + pos: -63.5,-22.5 + parent: 2 + - uid: 5174 + components: + - type: Transform + pos: -64.5,-16.5 + parent: 2 + - uid: 5175 + components: + - type: Transform + pos: -64.5,-17.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + pos: -64.5,-18.5 + parent: 2 + - uid: 5177 + components: + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 5178 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + pos: -64.5,-22.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 2 + - uid: 5182 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - uid: 5185 + components: + - type: Transform + pos: -20.5,-18.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + pos: -30.5,-20.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - uid: 5188 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - uid: 5189 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 5190 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 + - uid: 5191 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 5192 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 5193 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 5194 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 5195 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 2 + - uid: 5196 + components: + - type: Transform + pos: -17.5,-13.5 + parent: 2 + - uid: 5197 + components: + - type: Transform + pos: -17.5,-14.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - uid: 5199 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - uid: 5200 + components: + - type: Transform + pos: -17.5,-17.5 + parent: 2 + - uid: 5201 + components: + - type: Transform + pos: -17.5,-18.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 5208 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: -16.5,-18.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 2 + - uid: 5211 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + pos: -15.5,-13.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + pos: -15.5,-14.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 5217 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 2 + - uid: 5225 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 5228 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 5232 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 2 + - uid: 5242 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 2 + - uid: 5243 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 5244 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 5248 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 5249 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 5250 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - uid: 5251 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 5252 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 5253 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 5254 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 2 + - uid: 5255 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 5257 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 5258 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - uid: 5260 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 5261 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 5263 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 2 + - uid: 5264 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 2 + - uid: 5265 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 5266 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 5267 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 5268 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - uid: 5269 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 2 + - uid: 5270 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 5271 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 5272 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - uid: 5273 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 2 + - uid: 5274 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - uid: 5275 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 5276 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 5277 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 5279 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 5280 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 5281 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 5284 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 5285 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 5286 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 5287 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - uid: 5288 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 5289 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 2 + - uid: 5291 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 5292 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 + - uid: 5293 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 5295 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 5296 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 5298 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 5299 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 2 + - uid: 5301 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 5302 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 5303 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 5306 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 2 + - uid: 5307 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 5308 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 5309 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 5310 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 5311 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 5312 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 5314 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 5315 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 5316 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 2 + - uid: 5318 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 5324 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 + - uid: 5328 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 5329 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 5330 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 5333 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 + - uid: 5336 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 5339 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 5342 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 2 + - uid: 5344 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 5345 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 5346 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 5347 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 5352 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 5362 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 5365 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 5367 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 5368 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 5369 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 5370 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 5371 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 5372 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 5373 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 5374 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 5375 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 5376 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 5377 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 5378 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 2 + - uid: 5379 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 + - uid: 5380 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 2 + - uid: 5381 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 2 + - uid: 5382 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 5385 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 5386 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 5391 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - uid: 5392 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 5395 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 + - uid: 5398 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 5401 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 5403 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 5404 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 5406 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 5407 + components: + - type: Transform + pos: 6.5,44.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: 6.5,43.5 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: 6.5,42.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 6.5,41.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + pos: 6.5,27.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: 6.5,26.5 + parent: 2 + - uid: 5413 + components: + - type: Transform + pos: 6.5,25.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: 6.5,24.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + pos: 6.5,23.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + pos: 6.5,22.5 + parent: 2 + - uid: 5417 + components: + - type: Transform + pos: 6.5,21.5 + parent: 2 + - uid: 5418 + components: + - type: Transform + pos: 6.5,20.5 + parent: 2 + - uid: 5419 + components: + - type: Transform + pos: 6.5,19.5 + parent: 2 + - uid: 5420 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 5421 + components: + - type: Transform + pos: 6.5,17.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 5423 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 + - uid: 5424 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + pos: 6.5,13.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + pos: 6.5,12.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + pos: 6.5,10.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: 6.5,7.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: 6.5,6.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 + - uid: 5435 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 5450 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 5451 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 5452 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 5453 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 5460 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: 7.5,44.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: 7.5,43.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + pos: 7.5,42.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + pos: 7.5,41.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + pos: 7.5,24.5 + parent: 2 + - uid: 5469 + components: + - type: Transform + pos: 7.5,23.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + pos: 7.5,22.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: 7.5,20.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + pos: 7.5,15.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + pos: 7.5,13.5 + parent: 2 + - uid: 5480 + components: + - type: Transform + pos: 7.5,12.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + pos: 7.5,10.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 5487 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 5497 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 5500 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: 8.5,44.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + pos: 8.5,43.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: 8.5,42.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: 8.5,41.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + pos: 8.5,25.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: 8.5,24.5 + parent: 2 + - uid: 5523 + components: + - type: Transform + pos: 8.5,23.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: 8.5,22.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: 8.5,21.5 + parent: 2 + - uid: 5526 + components: + - type: Transform + pos: 8.5,20.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 8.5,18.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: 8.5,15.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + pos: 8.5,14.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: 8.5,12.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: 8.5,11.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: 8.5,10.5 + parent: 2 + - uid: 5537 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 5539 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: 8.5,6.5 + parent: 2 + - uid: 5541 + components: + - type: Transform + pos: 8.5,5.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + pos: 8.5,4.5 + parent: 2 + - uid: 5543 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 2 + - uid: 5552 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 5553 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 5561 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: 9.5,44.5 + parent: 2 + - uid: 5570 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: 9.5,42.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: 15.5,30.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: 16.5,34.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: 15.5,28.5 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: 17.5,32.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: 16.5,32.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + pos: 17.5,34.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + pos: 9.5,25.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + pos: 9.5,24.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + pos: 9.5,23.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + pos: 9.5,22.5 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - uid: 5586 + components: + - type: Transform + pos: 9.5,20.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + pos: 9.5,19.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + pos: 9.5,18.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 5591 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - uid: 5592 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 5594 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 + - uid: 5595 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: 9.5,10.5 + parent: 2 + - uid: 5597 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: 9.5,7.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 5605 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 5608 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 5622 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 5623 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 5624 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + pos: 10.5,42.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 5633 + components: + - type: Transform + pos: 16.5,30.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: 15.5,33.5 + parent: 2 + - uid: 5635 + components: + - type: Transform + pos: 15.5,31.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: 17.5,29.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: 17.5,30.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: 16.5,29.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: 16.5,31.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: 10.5,24.5 + parent: 2 + - uid: 5643 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: 10.5,20.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: 10.5,17.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + pos: 10.5,12.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 5675 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 5678 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: 11.5,44.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + pos: 11.5,43.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + pos: 11.5,42.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 5693 + components: + - type: Transform + pos: 15.5,35.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: 15.5,34.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + pos: 15.5,32.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 17.5,31.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: 17.5,28.5 + parent: 2 + - uid: 5698 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 5700 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + pos: 11.5,25.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: 11.5,24.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + pos: 11.5,23.5 + parent: 2 + - uid: 5704 + components: + - type: Transform + pos: 11.5,22.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: 11.5,21.5 + parent: 2 + - uid: 5706 + components: + - type: Transform + pos: 11.5,20.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 5708 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 5711 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - uid: 5712 + components: + - type: Transform + pos: 11.5,14.5 + parent: 2 + - uid: 5713 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 5714 + components: + - type: Transform + pos: 11.5,12.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + pos: 11.5,10.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + pos: 11.5,8.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 + - uid: 5737 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 + - uid: 5738 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - uid: 5740 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 5743 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 5745 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + pos: 11.5,46.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + pos: 11.5,47.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: 11.5,48.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: 11.5,49.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: 10.5,47.5 + parent: 2 + - uid: 5755 + components: + - type: Transform + pos: 10.5,48.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + pos: 10.5,49.5 + parent: 2 + - uid: 5757 + components: + - type: Transform + pos: 9.5,46.5 + parent: 2 + - uid: 5758 + components: + - type: Transform + pos: 9.5,47.5 + parent: 2 + - uid: 5759 + components: + - type: Transform + pos: 9.5,48.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + pos: 9.5,49.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + pos: 8.5,46.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + pos: 8.5,47.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + pos: 8.5,48.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + pos: 8.5,49.5 + parent: 2 + - uid: 5765 + components: + - type: Transform + pos: 7.5,46.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + pos: 7.5,47.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + pos: 7.5,48.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + pos: 7.5,49.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + pos: 6.5,46.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + pos: 6.5,47.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + pos: 6.5,48.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + pos: 6.5,49.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + pos: 5.5,46.5 + parent: 2 + - uid: 5774 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + pos: 5.5,48.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + pos: 5.5,49.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + pos: 4.5,46.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + pos: 4.5,47.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + pos: 4.5,48.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + pos: 4.5,49.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + pos: 3.5,46.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + pos: 3.5,47.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + pos: 3.5,48.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + pos: 3.5,49.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + pos: 2.5,46.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + pos: 2.5,47.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: 2.5,48.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: 2.5,49.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + pos: 1.5,46.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + pos: 1.5,47.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: 1.5,48.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + pos: 0.5,46.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + pos: 0.5,47.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: 0.5,48.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + pos: 0.5,49.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + pos: -0.5,46.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + pos: -0.5,47.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + pos: -0.5,48.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + pos: -0.5,49.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + pos: -1.5,46.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + pos: -1.5,47.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: -1.5,48.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: -1.5,49.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + pos: -2.5,46.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + pos: -2.5,47.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: -2.5,48.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: -2.5,49.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: -3.5,46.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: -3.5,47.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: -3.5,48.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + pos: -4.5,46.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + pos: -4.5,47.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + pos: -4.5,48.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: -4.5,49.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + pos: -5.5,46.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + pos: -5.5,47.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + pos: -5.5,48.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + pos: -5.5,49.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: -6.5,46.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: -6.5,47.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: -6.5,48.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + pos: -6.5,49.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: -7.5,46.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + pos: -7.5,47.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + pos: -7.5,48.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + pos: -7.5,49.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: -8.5,46.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: -8.5,47.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: -8.5,48.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: -8.5,49.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + pos: -9.5,46.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: -9.5,47.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + pos: -9.5,48.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: -9.5,49.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: -10.5,46.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: -10.5,47.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: -10.5,48.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: -10.5,49.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + pos: -11.5,46.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: -11.5,47.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + pos: -11.5,48.5 + parent: 2 + - uid: 5844 + components: + - type: Transform + pos: -11.5,49.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: -12.5,46.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: -12.5,47.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: -12.5,48.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: -12.5,49.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: -13.5,46.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -13.5,47.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + pos: -13.5,48.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + pos: -13.5,49.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -14.5,46.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: -14.5,47.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: -14.5,48.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: -14.5,49.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: -15.5,46.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: -15.5,47.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: -15.5,48.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: -15.5,49.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: -16.5,46.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + pos: -16.5,48.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + pos: -16.5,49.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + pos: -17.5,46.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: -17.5,47.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + pos: -17.5,48.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + pos: -17.5,49.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 + - uid: 5870 + components: + - type: Transform + pos: -18.5,47.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + pos: -18.5,48.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + pos: -18.5,49.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + pos: -19.5,46.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: -19.5,47.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: -19.5,48.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: -21.5,46.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: -21.5,47.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: -21.5,48.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - uid: 5881 + components: + - type: Transform + pos: -22.5,46.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + pos: -22.5,47.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + pos: -22.5,48.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + pos: -22.5,49.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + pos: -23.5,46.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + pos: -23.5,47.5 + parent: 2 + - uid: 5887 + components: + - type: Transform + pos: -23.5,48.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: -24.5,46.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + pos: -24.5,47.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + pos: -24.5,48.5 + parent: 2 + - uid: 5892 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + pos: -25.5,46.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + pos: -25.5,47.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: -25.5,48.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: -25.5,49.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + pos: -26.5,46.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: -26.5,47.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: -26.5,48.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: -27.5,46.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: -27.5,47.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: -27.5,48.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: -27.5,49.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + pos: -28.5,46.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: -28.5,47.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: -28.5,48.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: -28.5,49.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + pos: -29.5,46.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + pos: -29.5,47.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: -29.5,48.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: -29.5,49.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: -30.5,46.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: -30.5,47.5 + parent: 2 + - uid: 5915 + components: + - type: Transform + pos: -30.5,48.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + pos: -30.5,49.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: -31.5,46.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: -31.5,47.5 + parent: 2 + - uid: 5919 + components: + - type: Transform + pos: -31.5,48.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + pos: -31.5,49.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + pos: -32.5,46.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -32.5,47.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: -32.5,48.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: -32.5,49.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: -33.5,46.5 + parent: 2 + - uid: 5926 + components: + - type: Transform + pos: -33.5,47.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: -33.5,48.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -33.5,49.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -34.5,46.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: -34.5,47.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: -34.5,48.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + pos: -34.5,49.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + pos: -35.5,46.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + pos: -35.5,47.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: -35.5,48.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + pos: -35.5,49.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + pos: -36.5,46.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + pos: -36.5,47.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: -36.5,48.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: -36.5,49.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: -37.5,46.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + pos: -37.5,47.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: -37.5,48.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + pos: -37.5,49.5 + parent: 2 + - uid: 5945 + components: + - type: Transform + pos: -38.5,46.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + pos: -38.5,47.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: -38.5,48.5 + parent: 2 + - uid: 5948 + components: + - type: Transform + pos: -38.5,49.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + pos: -39.5,46.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: -39.5,47.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: -39.5,48.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + pos: -39.5,49.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: -40.5,46.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + pos: -40.5,47.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + pos: -40.5,48.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -40.5,49.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + pos: -41.5,46.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + pos: -41.5,47.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + pos: -41.5,48.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + pos: -41.5,49.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + pos: -42.5,46.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + pos: -42.5,47.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: -42.5,48.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: -42.5,49.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + pos: -43.5,46.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: -43.5,47.5 + parent: 2 + - uid: 5967 + components: + - type: Transform + pos: -43.5,48.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: -43.5,49.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + pos: -44.5,46.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: -44.5,47.5 + parent: 2 + - uid: 5971 + components: + - type: Transform + pos: -44.5,48.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + pos: -44.5,49.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: -45.5,46.5 + parent: 2 + - uid: 5974 + components: + - type: Transform + pos: -45.5,47.5 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: -45.5,48.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + pos: -45.5,49.5 + parent: 2 + - uid: 5977 + components: + - type: Transform + pos: -46.5,46.5 + parent: 2 + - uid: 5978 + components: + - type: Transform + pos: -46.5,47.5 + parent: 2 + - uid: 5979 + components: + - type: Transform + pos: -46.5,48.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + pos: -46.5,49.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + pos: -47.5,46.5 + parent: 2 + - uid: 5982 + components: + - type: Transform + pos: -47.5,47.5 + parent: 2 + - uid: 5983 + components: + - type: Transform + pos: -47.5,48.5 + parent: 2 + - uid: 5984 + components: + - type: Transform + pos: -47.5,49.5 + parent: 2 + - uid: 5985 + components: + - type: Transform + pos: -48.5,46.5 + parent: 2 + - uid: 5986 + components: + - type: Transform + pos: -48.5,47.5 + parent: 2 + - uid: 5987 + components: + - type: Transform + pos: -48.5,48.5 + parent: 2 + - uid: 5988 + components: + - type: Transform + pos: -48.5,49.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + pos: -49.5,46.5 + parent: 2 + - uid: 5990 + components: + - type: Transform + pos: -49.5,47.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + pos: -49.5,48.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + pos: -49.5,49.5 + parent: 2 + - uid: 5993 + components: + - type: Transform + pos: -50.5,46.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + pos: -50.5,47.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + pos: -50.5,48.5 + parent: 2 + - uid: 5996 + components: + - type: Transform + pos: -50.5,49.5 + parent: 2 + - uid: 5997 + components: + - type: Transform + pos: -51.5,46.5 + parent: 2 + - uid: 5998 + components: + - type: Transform + pos: -51.5,47.5 + parent: 2 + - uid: 5999 + components: + - type: Transform + pos: -51.5,48.5 + parent: 2 + - uid: 6000 + components: + - type: Transform + pos: -51.5,49.5 + parent: 2 + - uid: 6001 + components: + - type: Transform + pos: -52.5,46.5 + parent: 2 + - uid: 6002 + components: + - type: Transform + pos: -52.5,47.5 + parent: 2 + - uid: 6003 + components: + - type: Transform + pos: -52.5,48.5 + parent: 2 + - uid: 6004 + components: + - type: Transform + pos: -52.5,49.5 + parent: 2 + - uid: 6005 + components: + - type: Transform + pos: -53.5,46.5 + parent: 2 + - uid: 6006 + components: + - type: Transform + pos: -53.5,47.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + pos: -53.5,48.5 + parent: 2 + - uid: 6008 + components: + - type: Transform + pos: -53.5,49.5 + parent: 2 + - uid: 6009 + components: + - type: Transform + pos: -54.5,46.5 + parent: 2 + - uid: 6010 + components: + - type: Transform + pos: -54.5,47.5 + parent: 2 + - uid: 6011 + components: + - type: Transform + pos: -54.5,48.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + pos: -54.5,49.5 + parent: 2 + - uid: 6013 + components: + - type: Transform + pos: -55.5,46.5 + parent: 2 + - uid: 6014 + components: + - type: Transform + pos: -55.5,47.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + pos: -55.5,48.5 + parent: 2 + - uid: 6016 + components: + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: -56.5,46.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + pos: -56.5,48.5 + parent: 2 + - uid: 6020 + components: + - type: Transform + pos: -56.5,49.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: -57.5,46.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: -57.5,48.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: -58.5,46.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: -58.5,47.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: -58.5,48.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: -58.5,49.5 + parent: 2 + - uid: 6029 + components: + - type: Transform + pos: -59.5,46.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: -59.5,47.5 + parent: 2 + - uid: 6031 + components: + - type: Transform + pos: -59.5,48.5 + parent: 2 + - uid: 6032 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + pos: -60.5,46.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + pos: -60.5,48.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + pos: -61.5,46.5 + parent: 2 + - uid: 6038 + components: + - type: Transform + pos: -61.5,47.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + pos: -62.5,46.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + pos: -62.5,47.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + pos: -62.5,48.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: -62.5,49.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + pos: -63.5,46.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: -63.5,47.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: -63.5,48.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: -63.5,49.5 + parent: 2 + - uid: 6049 + components: + - type: Transform + pos: -64.5,46.5 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: -64.5,47.5 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: -64.5,48.5 + parent: 2 + - uid: 6052 + components: + - type: Transform + pos: -64.5,49.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: -65.5,46.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: -65.5,47.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: -65.5,48.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: -65.5,49.5 + parent: 2 + - uid: 6057 + components: + - type: Transform + pos: -65.5,-11.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + pos: -65.5,-12.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: -65.5,-13.5 + parent: 2 + - uid: 6060 + components: + - type: Transform + pos: -65.5,-14.5 + parent: 2 + - uid: 6061 + components: + - type: Transform + pos: -65.5,-15.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + pos: -65.5,-16.5 + parent: 2 + - uid: 6063 + components: + - type: Transform + pos: -65.5,-17.5 + parent: 2 + - uid: 6064 + components: + - type: Transform + pos: -65.5,-18.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + pos: -65.5,-19.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: -65.5,-20.5 + parent: 2 + - uid: 6067 + components: + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 6068 + components: + - type: Transform + pos: -65.5,-22.5 + parent: 2 + - uid: 6069 + components: + - type: Transform + pos: -65.5,-23.5 + parent: 2 + - uid: 6070 + components: + - type: Transform + pos: -65.5,-24.5 + parent: 2 + - uid: 6071 + components: + - type: Transform + pos: -65.5,-25.5 + parent: 2 + - uid: 6072 + components: + - type: Transform + pos: -65.5,-26.5 + parent: 2 + - uid: 6073 + components: + - type: Transform + pos: -65.5,-27.5 + parent: 2 + - uid: 6074 + components: + - type: Transform + pos: -64.5,-23.5 + parent: 2 + - uid: 6075 + components: + - type: Transform + pos: -64.5,-24.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + pos: -64.5,-25.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + pos: -64.5,-26.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + pos: -64.5,-27.5 + parent: 2 + - uid: 6079 + components: + - type: Transform + pos: -63.5,-23.5 + parent: 2 + - uid: 6080 + components: + - type: Transform + pos: -63.5,-24.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + pos: -63.5,-25.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: -63.5,-26.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + pos: -63.5,-27.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + pos: -62.5,-23.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + pos: -62.5,-24.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + pos: -62.5,-25.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + pos: -62.5,-26.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + pos: -62.5,-27.5 + parent: 2 + - uid: 6089 + components: + - type: Transform + pos: -61.5,-23.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + pos: -61.5,-24.5 + parent: 2 + - uid: 6091 + components: + - type: Transform + pos: -61.5,-25.5 + parent: 2 + - uid: 6092 + components: + - type: Transform + pos: -61.5,-26.5 + parent: 2 + - uid: 6093 + components: + - type: Transform + pos: -61.5,-27.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + pos: -60.5,-23.5 + parent: 2 + - uid: 6095 + components: + - type: Transform + pos: -60.5,-24.5 + parent: 2 + - uid: 6096 + components: + - type: Transform + pos: -60.5,-25.5 + parent: 2 + - uid: 6097 + components: + - type: Transform + pos: -60.5,-26.5 + parent: 2 + - uid: 6098 + components: + - type: Transform + pos: -60.5,-27.5 + parent: 2 + - uid: 6099 + components: + - type: Transform + pos: -59.5,-23.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: -59.5,-24.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: -59.5,-25.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: -59.5,-26.5 + parent: 2 + - uid: 6103 + components: + - type: Transform + pos: -59.5,-27.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: -58.5,-23.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 2 + - uid: 6106 + components: + - type: Transform + pos: -58.5,-25.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: -58.5,-26.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: -58.5,-27.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: -57.5,-23.5 + parent: 2 + - uid: 6110 + components: + - type: Transform + pos: -57.5,-24.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: -57.5,-25.5 + parent: 2 + - uid: 6112 + components: + - type: Transform + pos: -57.5,-26.5 + parent: 2 + - uid: 6113 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: -56.5,-23.5 + parent: 2 + - uid: 6115 + components: + - type: Transform + pos: -56.5,-24.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: -56.5,-25.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: -56.5,-26.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: -56.5,-27.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: -55.5,-23.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + pos: -55.5,-24.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + pos: -55.5,-25.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: -55.5,-26.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: -54.5,-23.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -54.5,-24.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + pos: -54.5,-25.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: -54.5,-26.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: -54.5,-27.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: -53.5,-23.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: -53.5,-25.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: -52.5,-23.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: -52.5,-25.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: -52.5,-26.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: -51.5,-23.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: -51.5,-24.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: -51.5,-25.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: -51.5,-26.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: -49.5,-23.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: -49.5,-24.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -49.5,-25.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: -49.5,-26.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: -48.5,-24.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: -48.5,-25.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 6153 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: -47.5,-23.5 + parent: 2 + - uid: 6155 + components: + - type: Transform + pos: -47.5,-24.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + pos: -47.5,-25.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: -47.5,-26.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: -47.5,-27.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: -46.5,-25.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + pos: -46.5,-26.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: -46.5,-27.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: -45.5,-23.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: -45.5,-24.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: -45.5,-25.5 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: -45.5,-27.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: -44.5,-25.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: -44.5,-26.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + pos: -44.5,-27.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: -43.5,-23.5 + parent: 2 + - uid: 6175 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: -43.5,-25.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: -43.5,-27.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: -42.5,-23.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: -42.5,-24.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: -42.5,-25.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + pos: -42.5,-26.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: -41.5,-23.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: -41.5,-24.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: -41.5,-25.5 + parent: 2 + - uid: 6187 + components: + - type: Transform + pos: -41.5,-26.5 + parent: 2 + - uid: 6188 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: -40.5,-23.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: -40.5,-24.5 + parent: 2 + - uid: 6191 + components: + - type: Transform + pos: -40.5,-25.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: -40.5,-26.5 + parent: 2 + - uid: 6193 + components: + - type: Transform + pos: -39.5,-23.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + pos: -39.5,-25.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: -39.5,-26.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: -38.5,-23.5 + parent: 2 + - uid: 6198 + components: + - type: Transform + pos: -38.5,-24.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: -38.5,-25.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + pos: -37.5,-23.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + pos: -37.5,-24.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: -37.5,-25.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: -36.5,-23.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: -36.5,-24.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: -36.5,-25.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + pos: -38.5,-30.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: -35.5,-23.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + pos: -34.5,-26.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: -35.5,-29.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + pos: -32.5,-25.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: -32.5,-26.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + pos: -31.5,-23.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -31.5,-24.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: -31.5,-25.5 + parent: 2 + - uid: 6234 + components: + - type: Transform + pos: -31.5,-26.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + pos: -39.5,-29.5 + parent: 2 + - uid: 6236 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 2 + - uid: 6239 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: -20.5,-27.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 + - uid: 6243 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 + - uid: 6247 + components: + - type: Transform + pos: -18.5,-25.5 + parent: 2 + - uid: 6248 + components: + - type: Transform + pos: -18.5,-24.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + pos: -17.5,-27.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: -17.5,-26.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 2 + - uid: 6255 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - uid: 6256 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 2 + - uid: 6257 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - uid: 6262 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 + - uid: 6263 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 6265 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + pos: -15.5,-24.5 + parent: 2 + - uid: 6267 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 6273 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 6274 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 6276 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 2 + - uid: 6280 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 6281 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 6282 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 + - uid: 6283 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 2 + - uid: 6284 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - uid: 6291 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 6295 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 + - uid: 6296 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - uid: 6300 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 6301 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 6302 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 6303 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 6305 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 2 + - uid: 6307 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 + - uid: 6313 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 6314 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 6317 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 6318 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 2 + - uid: 6319 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 6320 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - uid: 6321 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - uid: 6322 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 6325 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 6326 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 6331 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 6342 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 6344 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 6348 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 6350 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 6354 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 6355 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 6356 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 6357 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 6375 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 6376 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 6378 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 6380 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 6388 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 6389 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 6391 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 6400 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - uid: 6406 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 6411 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 2 + - uid: 6418 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: 11.5,-26.5 + parent: 2 + - uid: 6421 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 6422 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - uid: 6425 + components: + - type: Transform + pos: -65.5,51.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: -65.5,52.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: -65.5,53.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: -65.5,54.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: -65.5,55.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + pos: -64.5,50.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: -64.5,51.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: -64.5,52.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: -64.5,53.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: -64.5,54.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + pos: -64.5,55.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + pos: -63.5,50.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + pos: -63.5,51.5 + parent: 2 + - uid: 6438 + components: + - type: Transform + pos: -63.5,52.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + pos: -63.5,53.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + pos: -63.5,54.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + pos: -63.5,55.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + pos: -62.5,50.5 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: -62.5,51.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: -62.5,52.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: -62.5,53.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: -62.5,54.5 + parent: 2 + - uid: 6447 + components: + - type: Transform + pos: -62.5,55.5 + parent: 2 + - uid: 6448 + components: + - type: Transform + pos: -61.5,50.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + pos: -61.5,51.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: -61.5,52.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: -61.5,53.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: -61.5,54.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: -61.5,55.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: -60.5,50.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: -60.5,51.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: -60.5,52.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: -60.5,53.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: -60.5,55.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: -59.5,50.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: -59.5,51.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: -59.5,53.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - uid: 6465 + components: + - type: Transform + pos: -59.5,55.5 + parent: 2 + - uid: 6466 + components: + - type: Transform + pos: -58.5,50.5 + parent: 2 + - uid: 6467 + components: + - type: Transform + pos: -58.5,51.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: -58.5,52.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: -58.5,53.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + pos: -58.5,55.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + pos: -57.5,50.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + pos: -57.5,51.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: -57.5,52.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: -57.5,53.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + pos: -57.5,55.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: -56.5,50.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: -56.5,51.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: -56.5,52.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: -56.5,53.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + pos: -56.5,55.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + pos: -55.5,50.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: -55.5,51.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: -55.5,52.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: -55.5,53.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: -55.5,54.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: -55.5,55.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: -54.5,50.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -54.5,51.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: -54.5,52.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: -54.5,53.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: -54.5,55.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -53.5,50.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: -53.5,51.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + pos: -53.5,52.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: -53.5,53.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: -53.5,54.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + pos: -53.5,55.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: -52.5,50.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + pos: -52.5,51.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: -52.5,52.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + pos: -52.5,53.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: -52.5,54.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + pos: -52.5,55.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: -51.5,50.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + pos: -51.5,51.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -51.5,52.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: -51.5,53.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: -51.5,54.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: -51.5,55.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: -50.5,50.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -50.5,51.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -50.5,52.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + pos: -50.5,53.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: -50.5,54.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + pos: -50.5,55.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + pos: -49.5,50.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + pos: -49.5,51.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + pos: -49.5,52.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: -49.5,53.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -49.5,54.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + pos: -49.5,55.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -48.5,50.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -48.5,51.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: -48.5,52.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: -48.5,53.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + pos: -48.5,54.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: -48.5,55.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: -47.5,50.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: -47.5,51.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + pos: -47.5,52.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: -47.5,53.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: -47.5,54.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: -47.5,55.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + pos: -46.5,50.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: -46.5,51.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: -46.5,52.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: -46.5,53.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + pos: -46.5,54.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: -46.5,55.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + pos: -45.5,50.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: -45.5,51.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: -45.5,52.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: -45.5,53.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: -45.5,54.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: -45.5,55.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: -44.5,50.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + pos: -44.5,51.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: -44.5,52.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: -44.5,53.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: -44.5,54.5 + parent: 2 + - uid: 6555 + components: + - type: Transform + pos: -44.5,55.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: -43.5,50.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: -43.5,51.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: -43.5,52.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + pos: -43.5,53.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: -43.5,54.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: -43.5,55.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: -42.5,50.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + pos: -42.5,51.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + pos: -42.5,52.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + pos: -42.5,53.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: -42.5,54.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + pos: -42.5,55.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + pos: -41.5,50.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + pos: -41.5,51.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + pos: -41.5,52.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + pos: -41.5,53.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + pos: -41.5,54.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + pos: -41.5,55.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + pos: -40.5,50.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: -40.5,51.5 + parent: 2 + - uid: 6576 + components: + - type: Transform + pos: -40.5,52.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: -40.5,53.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: -40.5,54.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + pos: -40.5,55.5 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: -39.5,50.5 + parent: 2 + - uid: 6581 + components: + - type: Transform + pos: -39.5,51.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: -39.5,52.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: -39.5,53.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + pos: -39.5,54.5 + parent: 2 + - uid: 6585 + components: + - type: Transform + pos: -39.5,55.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + pos: -38.5,50.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + pos: -38.5,51.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: -38.5,52.5 + parent: 2 + - uid: 6589 + components: + - type: Transform + pos: -38.5,53.5 + parent: 2 + - uid: 6590 + components: + - type: Transform + pos: -38.5,54.5 + parent: 2 + - uid: 6591 + components: + - type: Transform + pos: -38.5,55.5 + parent: 2 + - uid: 6592 + components: + - type: Transform + pos: -37.5,50.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + pos: -37.5,51.5 + parent: 2 + - uid: 6594 + components: + - type: Transform + pos: -37.5,52.5 + parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -37.5,53.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: -37.5,54.5 + parent: 2 + - uid: 6597 + components: + - type: Transform + pos: -37.5,55.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: -36.5,50.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -36.5,51.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + pos: -36.5,52.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + pos: -36.5,53.5 + parent: 2 + - uid: 6602 + components: + - type: Transform + pos: -36.5,54.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + pos: -36.5,55.5 + parent: 2 + - uid: 6604 + components: + - type: Transform + pos: -35.5,50.5 + parent: 2 + - uid: 6605 + components: + - type: Transform + pos: -35.5,51.5 + parent: 2 + - uid: 6606 + components: + - type: Transform + pos: -35.5,52.5 + parent: 2 + - uid: 6607 + components: + - type: Transform + pos: -35.5,53.5 + parent: 2 + - uid: 6608 + components: + - type: Transform + pos: -35.5,54.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + pos: -35.5,55.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: -34.5,50.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: -34.5,51.5 + parent: 2 + - uid: 6612 + components: + - type: Transform + pos: -34.5,52.5 + parent: 2 + - uid: 6613 + components: + - type: Transform + pos: -34.5,53.5 + parent: 2 + - uid: 6614 + components: + - type: Transform + pos: -34.5,54.5 + parent: 2 + - uid: 6615 + components: + - type: Transform + pos: -34.5,55.5 + parent: 2 + - uid: 6616 + components: + - type: Transform + pos: -33.5,50.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: -33.5,51.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + pos: -33.5,52.5 + parent: 2 + - uid: 6619 + components: + - type: Transform + pos: -33.5,53.5 + parent: 2 + - uid: 6620 + components: + - type: Transform + pos: -33.5,54.5 + parent: 2 + - uid: 6621 + components: + - type: Transform + pos: -33.5,55.5 + parent: 2 + - uid: 6622 + components: + - type: Transform + pos: -32.5,50.5 + parent: 2 + - uid: 6623 + components: + - type: Transform + pos: -32.5,51.5 + parent: 2 + - uid: 6624 + components: + - type: Transform + pos: -32.5,52.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: -32.5,53.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: -32.5,54.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: -32.5,55.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: -31.5,50.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + pos: -31.5,51.5 + parent: 2 + - uid: 6630 + components: + - type: Transform + pos: -31.5,52.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + pos: -31.5,53.5 + parent: 2 + - uid: 6632 + components: + - type: Transform + pos: -31.5,54.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + pos: -31.5,55.5 + parent: 2 + - uid: 6634 + components: + - type: Transform + pos: -30.5,50.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + pos: -30.5,51.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + pos: -30.5,52.5 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: -30.5,53.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: -30.5,54.5 + parent: 2 + - uid: 6639 + components: + - type: Transform + pos: -30.5,55.5 + parent: 2 + - uid: 6640 + components: + - type: Transform + pos: -29.5,50.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: -29.5,51.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: -29.5,52.5 + parent: 2 + - uid: 6643 + components: + - type: Transform + pos: -29.5,53.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: -29.5,54.5 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: -29.5,55.5 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: -28.5,50.5 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: -28.5,51.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: -28.5,52.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: -28.5,53.5 + parent: 2 + - uid: 6650 + components: + - type: Transform + pos: -28.5,54.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: -28.5,55.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: -27.5,50.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + pos: -27.5,51.5 + parent: 2 + - uid: 6654 + components: + - type: Transform + pos: -27.5,52.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: -27.5,53.5 + parent: 2 + - uid: 6656 + components: + - type: Transform + pos: -27.5,54.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: -27.5,55.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: -26.5,50.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: -26.5,51.5 + parent: 2 + - uid: 6660 + components: + - type: Transform + pos: -26.5,52.5 + parent: 2 + - uid: 6661 + components: + - type: Transform + pos: -26.5,53.5 + parent: 2 + - uid: 6662 + components: + - type: Transform + pos: -26.5,54.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + pos: -26.5,55.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: -25.5,50.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: -25.5,51.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: -25.5,52.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: -25.5,53.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + pos: -25.5,54.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + pos: -25.5,55.5 + parent: 2 + - uid: 6670 + components: + - type: Transform + pos: -24.5,50.5 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: -24.5,51.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: -24.5,52.5 + parent: 2 + - uid: 6673 + components: + - type: Transform + pos: -24.5,53.5 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: -24.5,54.5 + parent: 2 + - uid: 6675 + components: + - type: Transform + pos: -24.5,55.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + pos: -23.5,50.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + pos: -23.5,51.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + pos: -23.5,52.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -23.5,53.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + pos: -23.5,54.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: -23.5,55.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + pos: -22.5,50.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + pos: -22.5,51.5 + parent: 2 + - uid: 6684 + components: + - type: Transform + pos: -22.5,52.5 + parent: 2 + - uid: 6685 + components: + - type: Transform + pos: -22.5,53.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: -22.5,54.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: -22.5,55.5 + parent: 2 + - uid: 6688 + components: + - type: Transform + pos: -21.5,50.5 + parent: 2 + - uid: 6689 + components: + - type: Transform + pos: -21.5,51.5 + parent: 2 + - uid: 6690 + components: + - type: Transform + pos: -21.5,52.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: -21.5,53.5 + parent: 2 + - uid: 6692 + components: + - type: Transform + pos: -21.5,54.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + pos: -21.5,55.5 + parent: 2 + - uid: 6694 + components: + - type: Transform + pos: -19.5,50.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: -19.5,51.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + pos: -19.5,52.5 + parent: 2 + - uid: 6697 + components: + - type: Transform + pos: -19.5,53.5 + parent: 2 + - uid: 6698 + components: + - type: Transform + pos: -19.5,54.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: -19.5,55.5 + parent: 2 + - uid: 6700 + components: + - type: Transform + pos: -18.5,50.5 + parent: 2 + - uid: 6701 + components: + - type: Transform + pos: -18.5,51.5 + parent: 2 + - uid: 6702 + components: + - type: Transform + pos: -18.5,52.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + pos: -18.5,53.5 + parent: 2 + - uid: 6704 + components: + - type: Transform + pos: -18.5,54.5 + parent: 2 + - uid: 6705 + components: + - type: Transform + pos: -18.5,55.5 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: -17.5,50.5 + parent: 2 + - uid: 6707 + components: + - type: Transform + pos: -17.5,51.5 + parent: 2 + - uid: 6708 + components: + - type: Transform + pos: -17.5,52.5 + parent: 2 + - uid: 6709 + components: + - type: Transform + pos: -17.5,53.5 + parent: 2 + - uid: 6710 + components: + - type: Transform + pos: -17.5,54.5 + parent: 2 + - uid: 6711 + components: + - type: Transform + pos: -17.5,55.5 + parent: 2 + - uid: 6712 + components: + - type: Transform + pos: -16.5,50.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + pos: -16.5,51.5 + parent: 2 + - uid: 6714 + components: + - type: Transform + pos: -16.5,52.5 + parent: 2 + - uid: 6715 + components: + - type: Transform + pos: -16.5,53.5 + parent: 2 + - uid: 6716 + components: + - type: Transform + pos: -16.5,54.5 + parent: 2 + - uid: 6717 + components: + - type: Transform + pos: -16.5,55.5 + parent: 2 + - uid: 6718 + components: + - type: Transform + pos: -15.5,50.5 + parent: 2 + - uid: 6719 + components: + - type: Transform + pos: -15.5,51.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: -15.5,52.5 + parent: 2 + - uid: 6721 + components: + - type: Transform + pos: -15.5,53.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + pos: -15.5,54.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: -15.5,55.5 + parent: 2 + - uid: 6724 + components: + - type: Transform + pos: -14.5,50.5 + parent: 2 + - uid: 6725 + components: + - type: Transform + pos: -14.5,51.5 + parent: 2 + - uid: 6726 + components: + - type: Transform + pos: -14.5,52.5 + parent: 2 + - uid: 6727 + components: + - type: Transform + pos: -14.5,53.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + pos: -14.5,54.5 + parent: 2 + - uid: 6729 + components: + - type: Transform + pos: -14.5,55.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + pos: -13.5,50.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + pos: -13.5,51.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + pos: -13.5,52.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + pos: -13.5,53.5 + parent: 2 + - uid: 6734 + components: + - type: Transform + pos: -13.5,54.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + pos: -13.5,55.5 + parent: 2 + - uid: 6736 + components: + - type: Transform + pos: -12.5,50.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: -12.5,51.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + pos: -12.5,52.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + pos: -12.5,53.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + pos: -12.5,54.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + pos: -12.5,55.5 + parent: 2 + - uid: 6742 + components: + - type: Transform + pos: -11.5,50.5 + parent: 2 + - uid: 6743 + components: + - type: Transform + pos: -11.5,51.5 + parent: 2 + - uid: 6744 + components: + - type: Transform + pos: -11.5,52.5 + parent: 2 + - uid: 6745 + components: + - type: Transform + pos: -11.5,53.5 + parent: 2 + - uid: 6746 + components: + - type: Transform + pos: -11.5,54.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: -11.5,55.5 + parent: 2 + - uid: 6748 + components: + - type: Transform + pos: -10.5,50.5 + parent: 2 + - uid: 6749 + components: + - type: Transform + pos: -10.5,51.5 + parent: 2 + - uid: 6750 + components: + - type: Transform + pos: -10.5,52.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + pos: -10.5,53.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + pos: -10.5,54.5 + parent: 2 + - uid: 6753 + components: + - type: Transform + pos: -10.5,55.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: -9.5,50.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + pos: -9.5,51.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + pos: -9.5,52.5 + parent: 2 + - uid: 6757 + components: + - type: Transform + pos: -9.5,53.5 + parent: 2 + - uid: 6758 + components: + - type: Transform + pos: -9.5,54.5 + parent: 2 + - uid: 6759 + components: + - type: Transform + pos: -9.5,55.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + pos: -8.5,50.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + pos: -8.5,51.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + pos: -8.5,52.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + pos: -8.5,53.5 + parent: 2 + - uid: 6764 + components: + - type: Transform + pos: -8.5,54.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + pos: -8.5,55.5 + parent: 2 + - uid: 6766 + components: + - type: Transform + pos: -7.5,50.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + pos: -7.5,51.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: -7.5,52.5 + parent: 2 + - uid: 6769 + components: + - type: Transform + pos: -7.5,53.5 + parent: 2 + - uid: 6770 + components: + - type: Transform + pos: -7.5,54.5 + parent: 2 + - uid: 6771 + components: + - type: Transform + pos: -7.5,55.5 + parent: 2 + - uid: 6772 + components: + - type: Transform + pos: -6.5,50.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + pos: -6.5,51.5 + parent: 2 + - uid: 6774 + components: + - type: Transform + pos: -6.5,52.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + pos: -6.5,53.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + pos: -6.5,54.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: -6.5,55.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + pos: -5.5,50.5 + parent: 2 + - uid: 6779 + components: + - type: Transform + pos: -5.5,51.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: -5.5,52.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + pos: -5.5,53.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + pos: -5.5,54.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + pos: -5.5,55.5 + parent: 2 + - uid: 6784 + components: + - type: Transform + pos: -4.5,50.5 + parent: 2 + - uid: 6785 + components: + - type: Transform + pos: -4.5,51.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + pos: -4.5,52.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: -4.5,53.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + pos: -4.5,54.5 + parent: 2 + - uid: 6789 + components: + - type: Transform + pos: -4.5,55.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + pos: -3.5,50.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: -3.5,51.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: -3.5,52.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: -3.5,53.5 + parent: 2 + - uid: 6794 + components: + - type: Transform + pos: -3.5,54.5 + parent: 2 + - uid: 6795 + components: + - type: Transform + pos: -3.5,55.5 + parent: 2 + - uid: 6796 + components: + - type: Transform + pos: -2.5,50.5 + parent: 2 + - uid: 6797 + components: + - type: Transform + pos: -2.5,51.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + pos: -2.5,52.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + pos: -2.5,53.5 + parent: 2 + - uid: 6800 + components: + - type: Transform + pos: -2.5,54.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + pos: -2.5,55.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + pos: -1.5,50.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + pos: -1.5,51.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + pos: -1.5,52.5 + parent: 2 + - uid: 6805 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + pos: -1.5,54.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - uid: 6808 + components: + - type: Transform + pos: -0.5,50.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + pos: -0.5,51.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + pos: -0.5,52.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + pos: -0.5,53.5 + parent: 2 + - uid: 6812 + components: + - type: Transform + pos: -0.5,54.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + pos: -0.5,55.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + pos: 0.5,50.5 + parent: 2 + - uid: 6815 + components: + - type: Transform + pos: 0.5,51.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + pos: 0.5,52.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + pos: 0.5,53.5 + parent: 2 + - uid: 6818 + components: + - type: Transform + pos: 0.5,54.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + pos: 0.5,55.5 + parent: 2 + - uid: 6820 + components: + - type: Transform + pos: 1.5,50.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + pos: 1.5,51.5 + parent: 2 + - uid: 6822 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 6823 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 6824 + components: + - type: Transform + pos: 1.5,54.5 + parent: 2 + - uid: 6825 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 6826 + components: + - type: Transform + pos: 2.5,50.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + pos: 2.5,51.5 + parent: 2 + - uid: 6828 + components: + - type: Transform + pos: 2.5,52.5 + parent: 2 + - uid: 6829 + components: + - type: Transform + pos: 2.5,53.5 + parent: 2 + - uid: 6830 + components: + - type: Transform + pos: 2.5,54.5 + parent: 2 + - uid: 6831 + components: + - type: Transform + pos: 2.5,55.5 + parent: 2 + - uid: 6832 + components: + - type: Transform + pos: 3.5,50.5 + parent: 2 + - uid: 6833 + components: + - type: Transform + pos: 3.5,51.5 + parent: 2 + - uid: 6834 + components: + - type: Transform + pos: 3.5,52.5 + parent: 2 + - uid: 6835 + components: + - type: Transform + pos: 3.5,53.5 + parent: 2 + - uid: 6836 + components: + - type: Transform + pos: 3.5,54.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + pos: 3.5,55.5 + parent: 2 + - uid: 6838 + components: + - type: Transform + pos: 4.5,50.5 + parent: 2 + - uid: 6839 + components: + - type: Transform + pos: 4.5,51.5 + parent: 2 + - uid: 6840 + components: + - type: Transform + pos: 4.5,52.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 4.5,53.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: 4.5,54.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + pos: 4.5,55.5 + parent: 2 + - uid: 6844 + components: + - type: Transform + pos: 5.5,50.5 + parent: 2 + - uid: 6845 + components: + - type: Transform + pos: 5.5,51.5 + parent: 2 + - uid: 6846 + components: + - type: Transform + pos: 5.5,52.5 + parent: 2 + - uid: 6847 + components: + - type: Transform + pos: 5.5,53.5 + parent: 2 + - uid: 6848 + components: + - type: Transform + pos: 5.5,54.5 + parent: 2 + - uid: 6849 + components: + - type: Transform + pos: 5.5,55.5 + parent: 2 + - uid: 6850 + components: + - type: Transform + pos: 6.5,50.5 + parent: 2 + - uid: 6851 + components: + - type: Transform + pos: 6.5,51.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + pos: 6.5,52.5 + parent: 2 + - uid: 6853 + components: + - type: Transform + pos: 6.5,53.5 + parent: 2 + - uid: 6854 + components: + - type: Transform + pos: 6.5,54.5 + parent: 2 + - uid: 6855 + components: + - type: Transform + pos: 6.5,55.5 + parent: 2 + - uid: 6856 + components: + - type: Transform + pos: 7.5,50.5 + parent: 2 + - uid: 6857 + components: + - type: Transform + pos: 7.5,51.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + pos: 7.5,52.5 + parent: 2 + - uid: 6859 + components: + - type: Transform + pos: 7.5,53.5 + parent: 2 + - uid: 6860 + components: + - type: Transform + pos: 7.5,54.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + pos: 7.5,55.5 + parent: 2 + - uid: 6862 + components: + - type: Transform + pos: 8.5,50.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + pos: 8.5,51.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + pos: 8.5,52.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + pos: 8.5,53.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + pos: 8.5,54.5 + parent: 2 + - uid: 6867 + components: + - type: Transform + pos: 8.5,55.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + pos: 9.5,50.5 + parent: 2 + - uid: 6869 + components: + - type: Transform + pos: 9.5,51.5 + parent: 2 + - uid: 6870 + components: + - type: Transform + pos: 9.5,52.5 + parent: 2 + - uid: 6871 + components: + - type: Transform + pos: 9.5,53.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: 9.5,54.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + pos: 9.5,55.5 + parent: 2 + - uid: 6874 + components: + - type: Transform + pos: 10.5,50.5 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: 10.5,51.5 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: 10.5,52.5 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: 10.5,53.5 + parent: 2 + - uid: 6878 + components: + - type: Transform + pos: 10.5,54.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + pos: 10.5,55.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + pos: 11.5,50.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + pos: 11.5,51.5 + parent: 2 + - uid: 6882 + components: + - type: Transform + pos: 11.5,52.5 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: 11.5,53.5 + parent: 2 + - uid: 6884 + components: + - type: Transform + pos: 11.5,54.5 + parent: 2 + - uid: 6885 + components: + - type: Transform + pos: 11.5,55.5 + parent: 2 + - uid: 6886 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 + - uid: 6887 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 + - uid: 6888 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 6890 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 6891 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 6895 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - uid: 6896 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 2 + - uid: 6897 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 + - uid: 6898 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 6900 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 6902 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 6903 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 6904 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 6905 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 6906 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 6907 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 6910 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 2 + - uid: 6912 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - uid: 6913 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 6915 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + pos: 4.5,-31.5 + parent: 2 + - uid: 6918 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 6923 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 6924 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 6925 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 6926 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 6927 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 6932 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 6937 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 6945 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 6953 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 6954 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 6955 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 6961 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 6962 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 6963 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 6965 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 6966 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 6967 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 6968 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 2 + - uid: 6972 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 2 + - uid: 6974 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 6976 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - uid: 6978 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 6980 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 2 + - uid: 6981 + components: + - type: Transform + pos: -11.5,-31.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 + - uid: 6984 + components: + - type: Transform + pos: -12.5,-30.5 + parent: 2 + - uid: 6985 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 6986 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 + - uid: 6987 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 6988 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - uid: 6989 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 2 + - uid: 6990 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 2 + - uid: 6991 + components: + - type: Transform + pos: -15.5,-29.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + pos: -15.5,-30.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 2 + - uid: 6994 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 6995 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 2 + - uid: 6996 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 + - uid: 6997 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 + - uid: 6999 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 + - uid: 7001 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 7002 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 2 + - uid: 7003 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 7004 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 7005 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 + - uid: 7007 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 7008 + components: + - type: Transform + pos: -19.5,-30.5 + parent: 2 + - uid: 7009 + components: + - type: Transform + pos: -19.5,-31.5 + parent: 2 + - uid: 7010 + components: + - type: Transform + pos: -20.5,-28.5 + parent: 2 + - uid: 7011 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 2 + - uid: 7012 + components: + - type: Transform + pos: -20.5,-30.5 + parent: 2 + - uid: 7013 + components: + - type: Transform + pos: -20.5,-31.5 + parent: 2 + - uid: 7014 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 2 + - uid: 7015 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 2 + - uid: 7016 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 2 + - uid: 7017 + components: + - type: Transform + pos: -21.5,-31.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + pos: -22.5,-30.5 + parent: 2 + - uid: 7019 + components: + - type: Transform + pos: -22.5,-31.5 + parent: 2 + - uid: 7020 + components: + - type: Transform + pos: -31.5,-28.5 + parent: 2 + - uid: 7021 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 7022 + components: + - type: Transform + pos: -33.5,-28.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: -32.5,-30.5 + parent: 2 + - uid: 7024 + components: + - type: Transform + pos: -33.5,-29.5 + parent: 2 + - uid: 7025 + components: + - type: Transform + pos: -28.5,-31.5 + parent: 2 + - uid: 7026 + components: + - type: Transform + pos: -29.5,-31.5 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: -30.5,-31.5 + parent: 2 + - uid: 7028 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 7029 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 + - uid: 7030 + components: + - type: Transform + pos: -39.5,-27.5 + parent: 2 + - uid: 7031 + components: + - type: Transform + pos: -31.5,-31.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: -34.5,-27.5 + parent: 2 + - uid: 7033 + components: + - type: Transform + pos: -40.5,-30.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + pos: -32.5,-31.5 + parent: 2 + - uid: 7035 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: -40.5,-29.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: -40.5,-28.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: -33.5,-31.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: -40.5,-27.5 + parent: 2 + - uid: 7041 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - uid: 7042 + components: + - type: Transform + pos: -34.5,-31.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + pos: -38.5,-29.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - uid: 7046 + components: + - type: Transform + pos: -35.5,-31.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + pos: -38.5,-27.5 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: -38.5,-28.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: -39.5,-30.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + pos: -36.5,-31.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + pos: -37.5,-31.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + pos: -36.5,-28.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + pos: -36.5,-29.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 + - uid: 7055 + components: + - type: Transform + pos: -38.5,-31.5 + parent: 2 + - uid: 7056 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 + - uid: 7057 + components: + - type: Transform + pos: -40.5,-31.5 + parent: 2 + - uid: 7058 + components: + - type: Transform + pos: -41.5,-28.5 + parent: 2 + - uid: 7059 + components: + - type: Transform + pos: -41.5,-29.5 + parent: 2 + - uid: 7060 + components: + - type: Transform + pos: -41.5,-30.5 + parent: 2 + - uid: 7061 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 7062 + components: + - type: Transform + pos: -42.5,-28.5 + parent: 2 + - uid: 7063 + components: + - type: Transform + pos: -42.5,-29.5 + parent: 2 + - uid: 7064 + components: + - type: Transform + pos: -42.5,-30.5 + parent: 2 + - uid: 7065 + components: + - type: Transform + pos: -42.5,-31.5 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 7067 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 + - uid: 7068 + components: + - type: Transform + pos: -43.5,-30.5 + parent: 2 + - uid: 7069 + components: + - type: Transform + pos: -43.5,-31.5 + parent: 2 + - uid: 7070 + components: + - type: Transform + pos: -44.5,-28.5 + parent: 2 + - uid: 7071 + components: + - type: Transform + pos: -44.5,-29.5 + parent: 2 + - uid: 7072 + components: + - type: Transform + pos: -44.5,-30.5 + parent: 2 + - uid: 7073 + components: + - type: Transform + pos: -44.5,-31.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + pos: -45.5,-28.5 + parent: 2 + - uid: 7075 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - uid: 7077 + components: + - type: Transform + pos: -45.5,-31.5 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: -46.5,-28.5 + parent: 2 + - uid: 7079 + components: + - type: Transform + pos: -46.5,-29.5 + parent: 2 + - uid: 7080 + components: + - type: Transform + pos: -46.5,-30.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: -46.5,-31.5 + parent: 2 + - uid: 7082 + components: + - type: Transform + pos: -47.5,-28.5 + parent: 2 + - uid: 7083 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 7084 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 7085 + components: + - type: Transform + pos: -47.5,-31.5 + parent: 2 + - uid: 7086 + components: + - type: Transform + pos: -48.5,-28.5 + parent: 2 + - uid: 7087 + components: + - type: Transform + pos: -48.5,-29.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: -48.5,-30.5 + parent: 2 + - uid: 7089 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + pos: -49.5,-28.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: -49.5,-29.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + pos: -49.5,-30.5 + parent: 2 + - uid: 7093 + components: + - type: Transform + pos: -49.5,-31.5 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: -50.5,-29.5 + parent: 2 + - uid: 7095 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 7096 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 7097 + components: + - type: Transform + pos: -51.5,-28.5 + parent: 2 + - uid: 7098 + components: + - type: Transform + pos: -51.5,-29.5 + parent: 2 + - uid: 7099 + components: + - type: Transform + pos: -51.5,-30.5 + parent: 2 + - uid: 7100 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 7101 + components: + - type: Transform + pos: -52.5,-28.5 + parent: 2 + - uid: 7102 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - uid: 7103 + components: + - type: Transform + pos: -52.5,-30.5 + parent: 2 + - uid: 7104 + components: + - type: Transform + pos: -52.5,-31.5 + parent: 2 + - uid: 7105 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 7106 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - uid: 7108 + components: + - type: Transform + pos: -53.5,-31.5 + parent: 2 + - uid: 7109 + components: + - type: Transform + pos: -54.5,-28.5 + parent: 2 + - uid: 7110 + components: + - type: Transform + pos: -54.5,-29.5 + parent: 2 + - uid: 7111 + components: + - type: Transform + pos: -54.5,-30.5 + parent: 2 + - uid: 7112 + components: + - type: Transform + pos: -54.5,-31.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: -55.5,-28.5 + parent: 2 + - uid: 7114 + components: + - type: Transform + pos: -55.5,-29.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + pos: -55.5,-30.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + pos: -55.5,-31.5 + parent: 2 + - uid: 7117 + components: + - type: Transform + pos: -56.5,-28.5 + parent: 2 + - uid: 7118 + components: + - type: Transform + pos: -56.5,-29.5 + parent: 2 + - uid: 7119 + components: + - type: Transform + pos: -56.5,-30.5 + parent: 2 + - uid: 7120 + components: + - type: Transform + pos: -56.5,-31.5 + parent: 2 + - uid: 7121 + components: + - type: Transform + pos: -57.5,-28.5 + parent: 2 + - uid: 7122 + components: + - type: Transform + pos: -57.5,-29.5 + parent: 2 + - uid: 7123 + components: + - type: Transform + pos: -57.5,-30.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + pos: -57.5,-31.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: -58.5,-28.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + pos: -58.5,-29.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + pos: -58.5,-30.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + pos: -58.5,-31.5 + parent: 2 + - uid: 7129 + components: + - type: Transform + pos: -59.5,-28.5 + parent: 2 + - uid: 7130 + components: + - type: Transform + pos: -59.5,-29.5 + parent: 2 + - uid: 7131 + components: + - type: Transform + pos: -59.5,-30.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + pos: -59.5,-31.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + pos: -60.5,-28.5 + parent: 2 + - uid: 7134 + components: + - type: Transform + pos: -60.5,-29.5 + parent: 2 + - uid: 7135 + components: + - type: Transform + pos: -60.5,-30.5 + parent: 2 + - uid: 7136 + components: + - type: Transform + pos: -60.5,-31.5 + parent: 2 + - uid: 7137 + components: + - type: Transform + pos: -61.5,-28.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + pos: -61.5,-29.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: -61.5,-30.5 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: -62.5,-28.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: -62.5,-29.5 + parent: 2 + - uid: 7143 + components: + - type: Transform + pos: -62.5,-30.5 + parent: 2 + - uid: 7144 + components: + - type: Transform + pos: -62.5,-31.5 + parent: 2 + - uid: 7145 + components: + - type: Transform + pos: -63.5,-28.5 + parent: 2 + - uid: 7146 + components: + - type: Transform + pos: -63.5,-29.5 + parent: 2 + - uid: 7147 + components: + - type: Transform + pos: -63.5,-30.5 + parent: 2 + - uid: 7148 + components: + - type: Transform + pos: -63.5,-31.5 + parent: 2 + - uid: 7149 + components: + - type: Transform + pos: -64.5,-28.5 + parent: 2 + - uid: 7150 + components: + - type: Transform + pos: -64.5,-29.5 + parent: 2 + - uid: 7151 + components: + - type: Transform + pos: -64.5,-30.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + pos: -64.5,-31.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: -65.5,-28.5 + parent: 2 + - uid: 7154 + components: + - type: Transform + pos: -65.5,-29.5 + parent: 2 + - uid: 7155 + components: + - type: Transform + pos: -65.5,-30.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: -65.5,-31.5 + parent: 2 + - uid: 7157 + components: + - type: Transform + pos: -66.5,54.5 + parent: 2 + - uid: 7158 + components: + - type: Transform + pos: -66.5,55.5 + parent: 2 + - uid: 7159 + components: + - type: Transform + pos: -66.5,52.5 + parent: 2 + - uid: 7160 + components: + - type: Transform + pos: -66.5,51.5 + parent: 2 + - uid: 7161 + components: + - type: Transform + pos: -66.5,50.5 + parent: 2 + - uid: 7162 + components: + - type: Transform + pos: -66.5,49.5 + parent: 2 + - uid: 7163 + components: + - type: Transform + pos: -66.5,48.5 + parent: 2 + - uid: 7164 + components: + - type: Transform + pos: -66.5,47.5 + parent: 2 + - uid: 7165 + components: + - type: Transform + pos: -66.5,46.5 + parent: 2 + - uid: 7166 + components: + - type: Transform + pos: -66.5,45.5 + parent: 2 + - uid: 7167 + components: + - type: Transform + pos: -66.5,44.5 + parent: 2 + - uid: 7168 + components: + - type: Transform + pos: -66.5,43.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: -66.5,42.5 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: -66.5,41.5 + parent: 2 + - uid: 7171 + components: + - type: Transform + pos: -66.5,40.5 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: -66.5,39.5 + parent: 2 + - uid: 7173 + components: + - type: Transform + pos: -66.5,38.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + pos: -66.5,37.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + pos: -66.5,36.5 + parent: 2 + - uid: 7176 + components: + - type: Transform + pos: -66.5,35.5 + parent: 2 + - uid: 7177 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 7178 + components: + - type: Transform + pos: -66.5,33.5 + parent: 2 + - uid: 7179 + components: + - type: Transform + pos: -66.5,32.5 + parent: 2 + - uid: 7180 + components: + - type: Transform + pos: -66.5,31.5 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: -66.5,30.5 + parent: 2 + - uid: 7182 + components: + - type: Transform + pos: -66.5,29.5 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: -66.5,28.5 + parent: 2 + - uid: 7184 + components: + - type: Transform + pos: -66.5,27.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + pos: -66.5,26.5 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: -66.5,25.5 + parent: 2 + - uid: 7187 + components: + - type: Transform + pos: -66.5,24.5 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: -66.5,23.5 + parent: 2 + - uid: 7189 + components: + - type: Transform + pos: -66.5,22.5 + parent: 2 + - uid: 7190 + components: + - type: Transform + pos: -66.5,21.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: -66.5,20.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + pos: -66.5,19.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: -66.5,18.5 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: -66.5,17.5 + parent: 2 + - uid: 7195 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 7196 + components: + - type: Transform + pos: -66.5,15.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + pos: -66.5,14.5 + parent: 2 + - uid: 7198 + components: + - type: Transform + pos: -66.5,13.5 + parent: 2 + - uid: 7199 + components: + - type: Transform + pos: -66.5,12.5 + parent: 2 + - uid: 7200 + components: + - type: Transform + pos: -66.5,11.5 + parent: 2 + - uid: 7201 + components: + - type: Transform + pos: -66.5,10.5 + parent: 2 + - uid: 7202 + components: + - type: Transform + pos: -66.5,9.5 + parent: 2 + - uid: 7203 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 7204 + components: + - type: Transform + pos: -66.5,7.5 + parent: 2 + - uid: 7205 + components: + - type: Transform + pos: -66.5,6.5 + parent: 2 + - uid: 7206 + components: + - type: Transform + pos: -66.5,5.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + pos: -66.5,4.5 + parent: 2 + - uid: 7208 + components: + - type: Transform + pos: -66.5,3.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + pos: -66.5,2.5 + parent: 2 + - uid: 7210 + components: + - type: Transform + pos: -66.5,1.5 + parent: 2 + - uid: 7211 + components: + - type: Transform + pos: -66.5,0.5 + parent: 2 + - uid: 7212 + components: + - type: Transform + pos: -66.5,-0.5 + parent: 2 + - uid: 7213 + components: + - type: Transform + pos: -66.5,-1.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + pos: -66.5,-2.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: -66.5,-4.5 + parent: 2 + - uid: 7217 + components: + - type: Transform + pos: -66.5,-5.5 + parent: 2 + - uid: 7218 + components: + - type: Transform + pos: -66.5,-6.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: -66.5,-7.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + pos: -66.5,-8.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + pos: -66.5,-9.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: -66.5,-10.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + pos: -66.5,-13.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: -66.5,-14.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + pos: -66.5,-15.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: -66.5,-16.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: -66.5,-17.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: -66.5,-18.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + pos: -66.5,-19.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + pos: -66.5,-20.5 + parent: 2 + - uid: 7233 + components: + - type: Transform + pos: -66.5,-21.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + pos: -66.5,-22.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + pos: -66.5,-23.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + pos: -66.5,-24.5 + parent: 2 + - uid: 7237 + components: + - type: Transform + pos: -66.5,-25.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + pos: -66.5,-26.5 + parent: 2 + - uid: 7239 + components: + - type: Transform + pos: -66.5,-27.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + pos: -66.5,-28.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + pos: -66.5,-29.5 + parent: 2 + - uid: 7242 + components: + - type: Transform + pos: -66.5,-30.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + pos: -66.5,-31.5 + parent: 2 + - uid: 7244 + components: + - type: Transform + pos: -67.5,55.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + pos: -67.5,54.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + pos: -67.5,53.5 + parent: 2 + - uid: 7247 + components: + - type: Transform + pos: -67.5,52.5 + parent: 2 + - uid: 7248 + components: + - type: Transform + pos: -67.5,51.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: -67.5,50.5 + parent: 2 + - uid: 7250 + components: + - type: Transform + pos: -67.5,49.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + pos: -67.5,48.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + pos: -67.5,47.5 + parent: 2 + - uid: 7253 + components: + - type: Transform + pos: -67.5,46.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + pos: -67.5,45.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: -67.5,44.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + pos: -67.5,43.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + pos: -67.5,42.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + pos: -67.5,41.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + pos: -67.5,40.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + pos: -67.5,39.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + pos: -67.5,38.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + pos: -67.5,37.5 + parent: 2 + - uid: 7263 + components: + - type: Transform + pos: -67.5,36.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + pos: -67.5,35.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + pos: -67.5,34.5 + parent: 2 + - uid: 7266 + components: + - type: Transform + pos: -67.5,33.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + pos: -67.5,32.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + pos: -67.5,31.5 + parent: 2 + - uid: 7269 + components: + - type: Transform + pos: -67.5,30.5 + parent: 2 + - uid: 7270 + components: + - type: Transform + pos: -67.5,29.5 + parent: 2 + - uid: 7271 + components: + - type: Transform + pos: -67.5,28.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + pos: -67.5,27.5 + parent: 2 + - uid: 7273 + components: + - type: Transform + pos: -67.5,26.5 + parent: 2 + - uid: 7274 + components: + - type: Transform + pos: -67.5,25.5 + parent: 2 + - uid: 7275 + components: + - type: Transform + pos: -67.5,24.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + pos: -67.5,23.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + pos: -67.5,22.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + pos: -67.5,21.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + pos: -67.5,20.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: -67.5,19.5 + parent: 2 + - uid: 7281 + components: + - type: Transform + pos: -67.5,18.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + pos: -67.5,17.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + pos: -67.5,16.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + pos: -67.5,15.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + pos: -67.5,14.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: -67.5,13.5 + parent: 2 + - uid: 7287 + components: + - type: Transform + pos: -67.5,12.5 + parent: 2 + - uid: 7288 + components: + - type: Transform + pos: -67.5,11.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: -67.5,10.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: -67.5,9.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + pos: -67.5,7.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: -67.5,6.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + pos: -67.5,5.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + pos: -67.5,4.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + pos: -67.5,3.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + pos: -67.5,2.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + pos: -67.5,1.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + pos: -67.5,0.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + pos: -67.5,-0.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + pos: -67.5,-1.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + pos: -67.5,-2.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + pos: -67.5,-4.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + pos: -67.5,-5.5 + parent: 2 + - uid: 7306 + components: + - type: Transform + pos: -67.5,-6.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + pos: -67.5,-7.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + pos: -67.5,-8.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + pos: -67.5,-9.5 + parent: 2 + - uid: 7310 + components: + - type: Transform + pos: -67.5,-10.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + pos: -67.5,-11.5 + parent: 2 + - uid: 7312 + components: + - type: Transform + pos: -67.5,-12.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + pos: -67.5,-13.5 + parent: 2 + - uid: 7314 + components: + - type: Transform + pos: -67.5,-14.5 + parent: 2 + - uid: 7315 + components: + - type: Transform + pos: -67.5,-15.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + pos: -67.5,-16.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + pos: -67.5,-17.5 + parent: 2 + - uid: 7318 + components: + - type: Transform + pos: -67.5,-18.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + pos: -67.5,-19.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + pos: -67.5,-20.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + pos: -67.5,-21.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + pos: -67.5,-22.5 + parent: 2 + - uid: 7323 + components: + - type: Transform + pos: -67.5,-23.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: -67.5,-24.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + pos: -67.5,-25.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + pos: -67.5,-26.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + pos: -67.5,-27.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + pos: -67.5,-28.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + pos: -67.5,-29.5 + parent: 2 + - uid: 7330 + components: + - type: Transform + pos: -67.5,-30.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + pos: -67.5,-31.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + pos: -68.5,55.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + pos: -68.5,54.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + pos: -68.5,53.5 + parent: 2 + - uid: 7335 + components: + - type: Transform + pos: -68.5,52.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + pos: -68.5,51.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + pos: -68.5,50.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + pos: -68.5,49.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + pos: -68.5,48.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + pos: -68.5,47.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + pos: -68.5,46.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + pos: -68.5,45.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + pos: -68.5,44.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + pos: -68.5,43.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + pos: -68.5,42.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + pos: -68.5,41.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: -68.5,40.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: -68.5,39.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + pos: -68.5,38.5 + parent: 2 + - uid: 7350 + components: + - type: Transform + pos: -68.5,37.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + pos: -68.5,36.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + pos: -68.5,35.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + pos: -68.5,34.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + pos: -68.5,33.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: -68.5,32.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: -68.5,31.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: -68.5,30.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + pos: -68.5,29.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: -68.5,28.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + pos: -68.5,27.5 + parent: 2 + - uid: 7361 + components: + - type: Transform + pos: -68.5,26.5 + parent: 2 + - uid: 7362 + components: + - type: Transform + pos: -68.5,25.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: -68.5,24.5 + parent: 2 + - uid: 7364 + components: + - type: Transform + pos: -68.5,23.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + pos: -68.5,22.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + pos: -68.5,21.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: -68.5,20.5 + parent: 2 + - uid: 7368 + components: + - type: Transform + pos: -68.5,19.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: -68.5,18.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: -68.5,17.5 + parent: 2 + - uid: 7371 + components: + - type: Transform + pos: -68.5,16.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + pos: -68.5,15.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + pos: -68.5,14.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: -68.5,13.5 + parent: 2 + - uid: 7375 + components: + - type: Transform + pos: -68.5,12.5 + parent: 2 + - uid: 7376 + components: + - type: Transform + pos: -68.5,11.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + pos: -68.5,10.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + pos: -68.5,9.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + pos: -68.5,8.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + pos: -68.5,7.5 + parent: 2 + - uid: 7381 + components: + - type: Transform + pos: -68.5,6.5 + parent: 2 + - uid: 7382 + components: + - type: Transform + pos: -68.5,5.5 + parent: 2 + - uid: 7383 + components: + - type: Transform + pos: -68.5,4.5 + parent: 2 + - uid: 7384 + components: + - type: Transform + pos: -68.5,3.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: -68.5,2.5 + parent: 2 + - uid: 7386 + components: + - type: Transform + pos: -68.5,1.5 + parent: 2 + - uid: 7387 + components: + - type: Transform + pos: -68.5,0.5 + parent: 2 + - uid: 7388 + components: + - type: Transform + pos: -68.5,-0.5 + parent: 2 + - uid: 7389 + components: + - type: Transform + pos: -68.5,-1.5 + parent: 2 + - uid: 7390 + components: + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 7391 + components: + - type: Transform + pos: -68.5,-3.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: -68.5,-4.5 + parent: 2 + - uid: 7393 + components: + - type: Transform + pos: -68.5,-5.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + pos: -68.5,-6.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: -68.5,-7.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + pos: -68.5,-8.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + pos: -68.5,-9.5 + parent: 2 + - uid: 7398 + components: + - type: Transform + pos: -68.5,-10.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + pos: -68.5,-11.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + pos: -68.5,-12.5 + parent: 2 + - uid: 7401 + components: + - type: Transform + pos: -68.5,-13.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + pos: -68.5,-14.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + pos: -68.5,-15.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + pos: -68.5,-16.5 + parent: 2 + - uid: 7405 + components: + - type: Transform + pos: -68.5,-17.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + pos: -68.5,-18.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + pos: -68.5,-19.5 + parent: 2 + - uid: 7408 + components: + - type: Transform + pos: -68.5,-20.5 + parent: 2 + - uid: 7409 + components: + - type: Transform + pos: -68.5,-21.5 + parent: 2 + - uid: 7410 + components: + - type: Transform + pos: -68.5,-22.5 + parent: 2 + - uid: 7411 + components: + - type: Transform + pos: -68.5,-23.5 + parent: 2 + - uid: 7412 + components: + - type: Transform + pos: -68.5,-24.5 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: -68.5,-25.5 + parent: 2 + - uid: 7414 + components: + - type: Transform + pos: -68.5,-26.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + pos: -68.5,-27.5 + parent: 2 + - uid: 7416 + components: + - type: Transform + pos: -68.5,-28.5 + parent: 2 + - uid: 7417 + components: + - type: Transform + pos: -68.5,-29.5 + parent: 2 + - uid: 7418 + components: + - type: Transform + pos: -68.5,-30.5 + parent: 2 + - uid: 7419 + components: + - type: Transform + pos: -68.5,-31.5 + parent: 2 + - uid: 7420 + components: + - type: Transform + pos: -69.5,55.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + pos: -69.5,54.5 + parent: 2 + - uid: 7422 + components: + - type: Transform + pos: -69.5,53.5 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: -69.5,52.5 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: -69.5,51.5 + parent: 2 + - uid: 7425 + components: + - type: Transform + pos: -69.5,50.5 + parent: 2 + - uid: 7426 + components: + - type: Transform + pos: -69.5,49.5 + parent: 2 + - uid: 7427 + components: + - type: Transform + pos: -69.5,48.5 + parent: 2 + - uid: 7428 + components: + - type: Transform + pos: -69.5,47.5 + parent: 2 + - uid: 7429 + components: + - type: Transform + pos: -69.5,46.5 + parent: 2 + - uid: 7430 + components: + - type: Transform + pos: -69.5,45.5 + parent: 2 + - uid: 7431 + components: + - type: Transform + pos: -69.5,44.5 + parent: 2 + - uid: 7432 + components: + - type: Transform + pos: -69.5,43.5 + parent: 2 + - uid: 7433 + components: + - type: Transform + pos: -69.5,42.5 + parent: 2 + - uid: 7434 + components: + - type: Transform + pos: -69.5,41.5 + parent: 2 + - uid: 7435 + components: + - type: Transform + pos: -69.5,40.5 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: -69.5,39.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + pos: -69.5,38.5 + parent: 2 + - uid: 7438 + components: + - type: Transform + pos: -69.5,37.5 + parent: 2 + - uid: 7439 + components: + - type: Transform + pos: -69.5,36.5 + parent: 2 + - uid: 7440 + components: + - type: Transform + pos: -69.5,35.5 + parent: 2 + - uid: 7441 + components: + - type: Transform + pos: -69.5,34.5 + parent: 2 + - uid: 7442 + components: + - type: Transform + pos: -69.5,33.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + pos: -69.5,32.5 + parent: 2 + - uid: 7444 + components: + - type: Transform + pos: -69.5,31.5 + parent: 2 + - uid: 7445 + components: + - type: Transform + pos: -69.5,30.5 + parent: 2 + - uid: 7446 + components: + - type: Transform + pos: -69.5,29.5 + parent: 2 + - uid: 7447 + components: + - type: Transform + pos: -69.5,28.5 + parent: 2 + - uid: 7448 + components: + - type: Transform + pos: -69.5,27.5 + parent: 2 + - uid: 7449 + components: + - type: Transform + pos: -69.5,26.5 + parent: 2 + - uid: 7450 + components: + - type: Transform + pos: -69.5,25.5 + parent: 2 + - uid: 7451 + components: + - type: Transform + pos: -69.5,24.5 + parent: 2 + - uid: 7452 + components: + - type: Transform + pos: -69.5,23.5 + parent: 2 + - uid: 7453 + components: + - type: Transform + pos: -69.5,22.5 + parent: 2 + - uid: 7454 + components: + - type: Transform + pos: -69.5,21.5 + parent: 2 + - uid: 7455 + components: + - type: Transform + pos: -69.5,20.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + pos: -69.5,19.5 + parent: 2 + - uid: 7457 + components: + - type: Transform + pos: -69.5,18.5 + parent: 2 + - uid: 7458 + components: + - type: Transform + pos: -69.5,17.5 + parent: 2 + - uid: 7459 + components: + - type: Transform + pos: -69.5,16.5 + parent: 2 + - uid: 7460 + components: + - type: Transform + pos: -69.5,15.5 + parent: 2 + - uid: 7461 + components: + - type: Transform + pos: -69.5,14.5 + parent: 2 + - uid: 7462 + components: + - type: Transform + pos: -69.5,13.5 + parent: 2 + - uid: 7463 + components: + - type: Transform + pos: -69.5,12.5 + parent: 2 + - uid: 7464 + components: + - type: Transform + pos: -69.5,11.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: -69.5,10.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + pos: -69.5,9.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + pos: -69.5,8.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: -69.5,7.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: -69.5,6.5 + parent: 2 + - uid: 7470 + components: + - type: Transform + pos: -69.5,5.5 + parent: 2 + - uid: 7471 + components: + - type: Transform + pos: -69.5,4.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: -69.5,3.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: -69.5,2.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -69.5,1.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: -69.5,0.5 + parent: 2 + - uid: 7476 + components: + - type: Transform + pos: -69.5,-0.5 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: -69.5,-1.5 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: -69.5,-2.5 + parent: 2 + - uid: 7479 + components: + - type: Transform + pos: -69.5,-3.5 + parent: 2 + - uid: 7480 + components: + - type: Transform + pos: -69.5,-4.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: -69.5,-5.5 + parent: 2 + - uid: 7482 + components: + - type: Transform + pos: -69.5,-6.5 + parent: 2 + - uid: 7483 + components: + - type: Transform + pos: -69.5,-7.5 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: -69.5,-8.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + pos: -69.5,-9.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: -69.5,-10.5 + parent: 2 + - uid: 7487 + components: + - type: Transform + pos: -69.5,-11.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: -69.5,-12.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + pos: -69.5,-13.5 + parent: 2 + - uid: 7490 + components: + - type: Transform + pos: -69.5,-14.5 + parent: 2 + - uid: 7491 + components: + - type: Transform + pos: -69.5,-15.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + pos: -69.5,-16.5 + parent: 2 + - uid: 7493 + components: + - type: Transform + pos: -69.5,-17.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: -69.5,-18.5 + parent: 2 + - uid: 7495 + components: + - type: Transform + pos: -69.5,-19.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: -69.5,-20.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + pos: -69.5,-21.5 + parent: 2 + - uid: 7498 + components: + - type: Transform + pos: -69.5,-22.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + pos: -69.5,-23.5 + parent: 2 + - uid: 7500 + components: + - type: Transform + pos: -69.5,-24.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + pos: -69.5,-25.5 + parent: 2 + - uid: 7502 + components: + - type: Transform + pos: -69.5,-26.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + pos: -69.5,-27.5 + parent: 2 + - uid: 7504 + components: + - type: Transform + pos: -69.5,-28.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: -69.5,-29.5 + parent: 2 + - uid: 7506 + components: + - type: Transform + pos: -69.5,-30.5 + parent: 2 + - uid: 7507 + components: + - type: Transform + pos: -69.5,-31.5 + parent: 2 + - uid: 7508 + components: + - type: Transform + pos: -70.5,55.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + pos: -70.5,54.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: -70.5,53.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: -70.5,52.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: -70.5,51.5 + parent: 2 + - uid: 7513 + components: + - type: Transform + pos: -70.5,50.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: -70.5,49.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: -70.5,48.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + pos: -70.5,47.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + pos: -70.5,46.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: -70.5,45.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: -70.5,44.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: -70.5,43.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: -70.5,42.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + pos: -70.5,41.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: -70.5,40.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: -70.5,39.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: -70.5,38.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: -70.5,37.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: -70.5,36.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: -70.5,35.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: -70.5,34.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: -70.5,33.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: -70.5,32.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: -70.5,31.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + pos: -70.5,30.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + pos: -70.5,29.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: -70.5,28.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: -70.5,27.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: -70.5,26.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: -70.5,25.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: -70.5,24.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: -70.5,23.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: -70.5,22.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: -70.5,21.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: -70.5,20.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: -70.5,19.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: -70.5,18.5 + parent: 2 + - uid: 7546 + components: + - type: Transform + pos: -70.5,17.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + pos: -70.5,16.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + pos: -70.5,15.5 + parent: 2 + - uid: 7549 + components: + - type: Transform + pos: -70.5,14.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + pos: -70.5,13.5 + parent: 2 + - uid: 7551 + components: + - type: Transform + pos: -70.5,12.5 + parent: 2 + - uid: 7552 + components: + - type: Transform + pos: -70.5,11.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + pos: -70.5,10.5 + parent: 2 + - uid: 7554 + components: + - type: Transform + pos: -70.5,9.5 + parent: 2 + - uid: 7555 + components: + - type: Transform + pos: -70.5,8.5 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: -70.5,7.5 + parent: 2 + - uid: 7557 + components: + - type: Transform + pos: -70.5,6.5 + parent: 2 + - uid: 7558 + components: + - type: Transform + pos: -70.5,5.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: -70.5,4.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: -70.5,3.5 + parent: 2 + - uid: 7561 + components: + - type: Transform + pos: -70.5,2.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: -70.5,1.5 + parent: 2 + - uid: 7563 + components: + - type: Transform + pos: -70.5,0.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + pos: -70.5,-0.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + pos: -70.5,-1.5 + parent: 2 + - uid: 7566 + components: + - type: Transform + pos: -70.5,-2.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + pos: -70.5,-3.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + pos: -70.5,-4.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: -70.5,-5.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + pos: -70.5,-6.5 + parent: 2 + - uid: 7571 + components: + - type: Transform + pos: -70.5,-7.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: -70.5,-8.5 + parent: 2 + - uid: 7573 + components: + - type: Transform + pos: -70.5,-9.5 + parent: 2 + - uid: 7574 + components: + - type: Transform + pos: -70.5,-10.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: -70.5,-11.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: -70.5,-12.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + pos: -70.5,-13.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + pos: -70.5,-14.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: -70.5,-15.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: -70.5,-16.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + pos: -70.5,-17.5 + parent: 2 + - uid: 7582 + components: + - type: Transform + pos: -70.5,-18.5 + parent: 2 + - uid: 7583 + components: + - type: Transform + pos: -70.5,-19.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: -70.5,-20.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: -70.5,-21.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + pos: -70.5,-22.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: -70.5,-23.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: -70.5,-24.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + pos: -70.5,-25.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + pos: -70.5,-26.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: -70.5,-27.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: -70.5,-28.5 + parent: 2 + - uid: 7593 + components: + - type: Transform + pos: -70.5,-29.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + pos: -70.5,-30.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + pos: -70.5,-31.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + pos: -71.5,55.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + pos: -71.5,54.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + pos: -71.5,53.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + pos: -71.5,52.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + pos: -71.5,51.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: -71.5,50.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: -71.5,49.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + pos: -71.5,48.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + pos: -71.5,47.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: -71.5,46.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + pos: -71.5,45.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + pos: -71.5,44.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + pos: -71.5,43.5 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: -71.5,42.5 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: -71.5,41.5 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: -71.5,40.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: -71.5,39.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: -71.5,38.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + pos: -71.5,37.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: -71.5,36.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + pos: -71.5,35.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: -71.5,34.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: -71.5,33.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: -71.5,32.5 + parent: 2 + - uid: 7620 + components: + - type: Transform + pos: -71.5,31.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + pos: -71.5,30.5 + parent: 2 + - uid: 7622 + components: + - type: Transform + pos: -71.5,29.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: -71.5,28.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: -71.5,27.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: -71.5,26.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: -71.5,25.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + pos: -71.5,24.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: -71.5,23.5 + parent: 2 + - uid: 7629 + components: + - type: Transform + pos: -71.5,22.5 + parent: 2 + - uid: 7630 + components: + - type: Transform + pos: -71.5,21.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + pos: -71.5,20.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: -71.5,19.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + pos: -71.5,18.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: -71.5,16.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: -71.5,15.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: -71.5,14.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: -71.5,13.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: -71.5,12.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: -71.5,11.5 + parent: 2 + - uid: 7641 + components: + - type: Transform + pos: -71.5,10.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + pos: -71.5,9.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: -71.5,8.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + pos: -71.5,7.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: -71.5,6.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: -71.5,5.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: -71.5,4.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + pos: -71.5,3.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: -71.5,2.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + pos: -71.5,1.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: -71.5,0.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: -71.5,-0.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: -71.5,-1.5 + parent: 2 + - uid: 7654 + components: + - type: Transform + pos: -71.5,-2.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + pos: -71.5,-3.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + pos: -71.5,-4.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + pos: -71.5,-5.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: -71.5,-6.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: -71.5,-7.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: -71.5,-8.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + pos: -71.5,-9.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + pos: -71.5,-10.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: -71.5,-11.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + pos: -71.5,-12.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: -71.5,-13.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: -71.5,-14.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + pos: -71.5,-15.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + pos: -71.5,-16.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: -71.5,-17.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + pos: -71.5,-18.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + pos: -71.5,-19.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + pos: -71.5,-20.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + pos: -71.5,-21.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + pos: -71.5,-22.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + pos: -71.5,-23.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + pos: -71.5,-24.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + pos: -71.5,-25.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: -71.5,-26.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + pos: -71.5,-27.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + pos: -71.5,-28.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + pos: -71.5,-29.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + pos: -71.5,-30.5 + parent: 2 + - uid: 7683 + components: + - type: Transform + pos: -71.5,-31.5 + parent: 2 + - uid: 7684 + components: + - type: Transform + pos: -71.5,-32.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + pos: -71.5,-33.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + pos: -71.5,-34.5 + parent: 2 + - uid: 7687 + components: + - type: Transform + pos: -71.5,-35.5 + parent: 2 + - uid: 7688 + components: + - type: Transform + pos: -71.5,-36.5 + parent: 2 + - uid: 7689 + components: + - type: Transform + pos: -70.5,-32.5 + parent: 2 + - uid: 7690 + components: + - type: Transform + pos: -70.5,-33.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + pos: -70.5,-34.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + pos: -70.5,-35.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + pos: -70.5,-36.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + pos: -69.5,-32.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + pos: -69.5,-33.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + pos: -69.5,-34.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: -69.5,-35.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + pos: -69.5,-36.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + pos: -68.5,-32.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + pos: -68.5,-33.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: -68.5,-34.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: -68.5,-35.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: -68.5,-36.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + pos: -67.5,-32.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: -67.5,-33.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: -67.5,-34.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: -67.5,-35.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: -67.5,-36.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: -66.5,-32.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: -66.5,-33.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: -66.5,-34.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: -66.5,-35.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: -66.5,-36.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: -65.5,-32.5 + parent: 2 + - uid: 7715 + components: + - type: Transform + pos: -65.5,-33.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: -65.5,-34.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + pos: -65.5,-35.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: -65.5,-36.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + pos: -64.5,-32.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: -64.5,-33.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + pos: -64.5,-34.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + pos: -64.5,-35.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: -64.5,-36.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + pos: -63.5,-32.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: -63.5,-33.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + pos: -63.5,-34.5 + parent: 2 + - uid: 7727 + components: + - type: Transform + pos: -63.5,-35.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + pos: -63.5,-36.5 + parent: 2 + - uid: 7729 + components: + - type: Transform + pos: -62.5,-32.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + pos: -62.5,-33.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + pos: -62.5,-34.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + pos: -62.5,-35.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + pos: -62.5,-36.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + pos: -61.5,-32.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + pos: -61.5,-33.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: -61.5,-34.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + pos: -61.5,-35.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + pos: -61.5,-36.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + pos: -60.5,-32.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: -60.5,-33.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + pos: -60.5,-34.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: -60.5,-35.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + pos: -60.5,-36.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + pos: -59.5,-32.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: -59.5,-33.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + pos: -59.5,-34.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + pos: -59.5,-35.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: -59.5,-36.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + pos: -58.5,-32.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: -58.5,-33.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + pos: -58.5,-34.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + pos: -58.5,-35.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + pos: -58.5,-36.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + pos: -57.5,-32.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: -57.5,-33.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: -57.5,-34.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: -57.5,-35.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: -57.5,-36.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: -56.5,-32.5 + parent: 2 + - uid: 7760 + components: + - type: Transform + pos: -56.5,-33.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + pos: -56.5,-34.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: -56.5,-35.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: -56.5,-36.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + pos: -55.5,-33.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: -55.5,-34.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + pos: -55.5,-35.5 + parent: 2 + - uid: 7768 + components: + - type: Transform + pos: -55.5,-36.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + pos: -54.5,-32.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: -54.5,-33.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + pos: -54.5,-34.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + pos: -54.5,-36.5 + parent: 2 + - uid: 7774 + components: + - type: Transform + pos: -53.5,-32.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + pos: -53.5,-33.5 + parent: 2 + - uid: 7776 + components: + - type: Transform + pos: -53.5,-34.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + pos: -53.5,-35.5 + parent: 2 + - uid: 7778 + components: + - type: Transform + pos: -53.5,-36.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + pos: -52.5,-32.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + pos: -52.5,-33.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + pos: -52.5,-34.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + pos: -52.5,-36.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: -51.5,-32.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - uid: 7786 + components: + - type: Transform + pos: -51.5,-34.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + pos: -51.5,-36.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: -50.5,-32.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + pos: -50.5,-34.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: -50.5,-36.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: -49.5,-32.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + pos: -49.5,-33.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + pos: -49.5,-34.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + pos: -49.5,-35.5 + parent: 2 + - uid: 7798 + components: + - type: Transform + pos: -49.5,-36.5 + parent: 2 + - uid: 7799 + components: + - type: Transform + pos: -48.5,-32.5 + parent: 2 + - uid: 7800 + components: + - type: Transform + pos: -48.5,-33.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + pos: -48.5,-34.5 + parent: 2 + - uid: 7802 + components: + - type: Transform + pos: -48.5,-35.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: -48.5,-36.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: -47.5,-32.5 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: -47.5,-33.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: -47.5,-34.5 + parent: 2 + - uid: 7807 + components: + - type: Transform + pos: -47.5,-35.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + pos: -47.5,-36.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: -46.5,-32.5 + parent: 2 + - uid: 7810 + components: + - type: Transform + pos: -46.5,-33.5 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: -46.5,-34.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 2 + - uid: 7813 + components: + - type: Transform + pos: -46.5,-36.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + pos: -45.5,-32.5 + parent: 2 + - uid: 7815 + components: + - type: Transform + pos: -45.5,-33.5 + parent: 2 + - uid: 7816 + components: + - type: Transform + pos: -45.5,-34.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 + - uid: 7819 + components: + - type: Transform + pos: -44.5,-32.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: -44.5,-33.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + pos: -44.5,-36.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + pos: -43.5,-32.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: -43.5,-33.5 + parent: 2 + - uid: 7826 + components: + - type: Transform + pos: -43.5,-34.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + pos: -43.5,-35.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: -43.5,-36.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: -42.5,-32.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + pos: -42.5,-33.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + pos: -42.5,-34.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: -42.5,-35.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: -42.5,-36.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + pos: -41.5,-32.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: -41.5,-33.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: -41.5,-34.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: -41.5,-36.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: -40.5,-33.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: -40.5,-36.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: -39.5,-32.5 + parent: 2 + - uid: 7845 + components: + - type: Transform + pos: -39.5,-33.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + pos: -39.5,-36.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + pos: -38.5,-32.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + pos: -38.5,-33.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: -38.5,-36.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + pos: -37.5,-32.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + pos: -37.5,-33.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + pos: -37.5,-34.5 + parent: 2 + - uid: 7857 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + pos: -37.5,-36.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: -36.5,-32.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: -36.5,-33.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: -36.5,-34.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + pos: -36.5,-36.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: -35.5,-32.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: -35.5,-33.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: -35.5,-34.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: -35.5,-35.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + pos: -35.5,-36.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + pos: -34.5,-33.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: -34.5,-34.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: -34.5,-36.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + pos: -32.5,-32.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + pos: -32.5,-33.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: -32.5,-34.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + pos: -32.5,-35.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 7885 + components: + - type: Transform + pos: -31.5,-33.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: -31.5,-34.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + pos: -31.5,-35.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: -31.5,-36.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + pos: -30.5,-42.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: -28.5,-29.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: -28.5,-28.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + pos: -32.5,-27.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + pos: -31.5,-27.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: -32.5,-28.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: -29.5,-28.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: -31.5,-29.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: -30.5,-28.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: -28.5,-30.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: -29.5,-29.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: -29.5,-42.5 + parent: 2 + - uid: 7913 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 2 + - uid: 7914 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + pos: -19.5,-35.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - uid: 7924 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: -17.5,-32.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: -16.5,-34.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: -16.5,-35.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + pos: -16.5,-36.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + pos: -11.5,-32.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 2 + - uid: 7952 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 + - uid: 7956 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + pos: -9.5,-36.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 7980 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 8003 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 8009 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 8031 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - uid: 8037 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 2 + - uid: 8038 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 8043 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 8044 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 8046 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 8047 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + pos: 9.5,-36.5 + parent: 2 + - uid: 8060 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 2 + - uid: 8061 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 8062 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 8065 + components: + - type: Transform + pos: 11.5,-32.5 + parent: 2 + - uid: 8066 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 + - uid: 8067 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 2 + - uid: 8068 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 2 + - uid: 8069 + components: + - type: Transform + pos: 11.5,-36.5 + parent: 2 + - uid: 8070 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 + - uid: 8071 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 8073 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 2 + - uid: 8077 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 8080 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 8081 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 8082 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 8083 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 8084 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 + - uid: 8085 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 8087 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 8089 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 8091 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 8095 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 8096 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 2 + - uid: 8097 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 2 + - uid: 8099 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 8100 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 8104 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: 12.5,5.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: 12.5,8.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 8124 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 8125 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - uid: 8126 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: 12.5,20.5 + parent: 2 + - uid: 8128 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 8129 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 8130 + components: + - type: Transform + pos: 12.5,23.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - uid: 8132 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 8133 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 8135 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + pos: 17.5,35.5 + parent: 2 + - uid: 8137 + components: + - type: Transform + pos: 18.5,72.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 8139 + components: + - type: Transform + pos: 12.5,42.5 + parent: 2 + - uid: 8140 + components: + - type: Transform + pos: 12.5,43.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + pos: 12.5,44.5 + parent: 2 + - uid: 8142 + components: + - type: Transform + pos: 12.5,46.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + pos: 12.5,47.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 + - uid: 8146 + components: + - type: Transform + pos: 12.5,50.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + pos: 12.5,51.5 + parent: 2 + - uid: 8148 + components: + - type: Transform + pos: 12.5,52.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + pos: 12.5,53.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + pos: 12.5,54.5 + parent: 2 + - uid: 8151 + components: + - type: Transform + pos: 12.5,55.5 + parent: 2 + - uid: 8152 + components: + - type: Transform + pos: 13.5,-36.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 8155 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - uid: 8157 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 2 + - uid: 8160 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 + - uid: 8161 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - uid: 8162 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - uid: 8164 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 8166 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 2 + - uid: 8167 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 2 + - uid: 8168 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 8169 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 8170 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 8172 + components: + - type: Transform + pos: 13.5,-16.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 8174 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 2 + - uid: 8176 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 8178 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 8181 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 8182 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 8190 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + pos: 13.5,5.5 + parent: 2 + - uid: 8195 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 8196 + components: + - type: Transform + pos: 13.5,7.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + pos: 13.5,8.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 + - uid: 8199 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 8200 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 8201 + components: + - type: Transform + pos: 13.5,12.5 + parent: 2 + - uid: 8202 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 8203 + components: + - type: Transform + pos: 13.5,14.5 + parent: 2 + - uid: 8204 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 8206 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - uid: 8207 + components: + - type: Transform + pos: 13.5,18.5 + parent: 2 + - uid: 8208 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 8209 + components: + - type: Transform + pos: 13.5,20.5 + parent: 2 + - uid: 8210 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - uid: 8211 + components: + - type: Transform + pos: 13.5,22.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + pos: 13.5,23.5 + parent: 2 + - uid: 8213 + components: + - type: Transform + pos: 13.5,24.5 + parent: 2 + - uid: 8214 + components: + - type: Transform + pos: 13.5,25.5 + parent: 2 + - uid: 8215 + components: + - type: Transform + pos: 13.5,26.5 + parent: 2 + - uid: 8216 + components: + - type: Transform + pos: 13.5,41.5 + parent: 2 + - uid: 8217 + components: + - type: Transform + pos: 13.5,42.5 + parent: 2 + - uid: 8218 + components: + - type: Transform + pos: 13.5,43.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + pos: 13.5,44.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + pos: 13.5,46.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: 13.5,47.5 + parent: 2 + - uid: 8222 + components: + - type: Transform + pos: 13.5,48.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + pos: 13.5,49.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + pos: 13.5,50.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + pos: 13.5,51.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + pos: 13.5,52.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + pos: 13.5,53.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + pos: 13.5,54.5 + parent: 2 + - uid: 8229 + components: + - type: Transform + pos: 13.5,55.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 8236 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 + - uid: 8242 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 8248 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 8249 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 8250 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 8253 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 2 + - uid: 8256 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 8258 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 2 + - uid: 8259 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 2 + - uid: 8261 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - uid: 8275 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: 14.5,17.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - uid: 8293 + components: + - type: Transform + pos: 14.5,26.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + pos: 14.5,41.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + pos: 14.5,42.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + pos: 14.5,43.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + pos: 14.5,44.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: 14.5,46.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: 14.5,47.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: 14.5,49.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + pos: 14.5,50.5 + parent: 2 + - uid: 8303 + components: + - type: Transform + pos: 14.5,51.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + pos: 14.5,52.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + pos: 14.5,53.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + pos: 14.5,54.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + pos: 14.5,55.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + pos: 15.5,-36.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 8310 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 8311 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 + - uid: 8312 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 8314 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 + - uid: 8315 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 2 + - uid: 8321 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 8333 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 8334 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 8335 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 8336 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 8337 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 8338 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 8339 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 8340 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 8341 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 8343 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 2 + - uid: 8345 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - uid: 8346 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 8347 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 8348 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 8350 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 8351 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 8353 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 8354 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 8355 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 8357 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - uid: 8358 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 + - uid: 8359 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 8361 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 8362 + components: + - type: Transform + pos: 15.5,17.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 8365 + components: + - type: Transform + pos: 15.5,20.5 + parent: 2 + - uid: 8366 + components: + - type: Transform + pos: 15.5,21.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - uid: 8369 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 8371 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + pos: 15.5,36.5 + parent: 2 + - uid: 8373 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 8374 + components: + - type: Transform + pos: 15.5,38.5 + parent: 2 + - uid: 8375 + components: + - type: Transform + pos: 15.5,39.5 + parent: 2 + - uid: 8376 + components: + - type: Transform + pos: 15.5,40.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: 15.5,41.5 + parent: 2 + - uid: 8378 + components: + - type: Transform + pos: 15.5,42.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + pos: 15.5,43.5 + parent: 2 + - uid: 8380 + components: + - type: Transform + pos: 15.5,44.5 + parent: 2 + - uid: 8381 + components: + - type: Transform + pos: 15.5,46.5 + parent: 2 + - uid: 8382 + components: + - type: Transform + pos: 15.5,47.5 + parent: 2 + - uid: 8383 + components: + - type: Transform + pos: 15.5,48.5 + parent: 2 + - uid: 8384 + components: + - type: Transform + pos: 15.5,49.5 + parent: 2 + - uid: 8385 + components: + - type: Transform + pos: 15.5,50.5 + parent: 2 + - uid: 8386 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - uid: 8387 + components: + - type: Transform + pos: 15.5,52.5 + parent: 2 + - uid: 8388 + components: + - type: Transform + pos: 15.5,53.5 + parent: 2 + - uid: 8389 + components: + - type: Transform + pos: 15.5,54.5 + parent: 2 + - uid: 8390 + components: + - type: Transform + pos: 15.5,55.5 + parent: 2 + - uid: 8391 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 + - uid: 8392 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 8393 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 8394 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 + - uid: 8395 + components: + - type: Transform + pos: 16.5,-32.5 + parent: 2 + - uid: 8396 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - uid: 8397 + components: + - type: Transform + pos: 16.5,-30.5 + parent: 2 + - uid: 8398 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 2 + - uid: 8399 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 2 + - uid: 8401 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 8402 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 2 + - uid: 8403 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 2 + - uid: 8404 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 + - uid: 8405 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 2 + - uid: 8406 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 8407 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 8409 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 2 + - uid: 8412 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 8414 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 + - uid: 8415 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 + - uid: 8416 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 + - uid: 8417 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 2 + - uid: 8418 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 2 + - uid: 8419 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 2 + - uid: 8420 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 8421 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 8422 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 8423 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 8425 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 2 + - uid: 8426 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 2 + - uid: 8427 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - uid: 8428 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 8429 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 + - uid: 8430 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - uid: 8431 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - uid: 8432 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - uid: 8434 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 8435 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - uid: 8436 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 8437 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - uid: 8438 + components: + - type: Transform + pos: 16.5,10.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 + - uid: 8440 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 8441 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 + - uid: 8442 + components: + - type: Transform + pos: 16.5,14.5 + parent: 2 + - uid: 8443 + components: + - type: Transform + pos: 16.5,15.5 + parent: 2 + - uid: 8444 + components: + - type: Transform + pos: 16.5,16.5 + parent: 2 + - uid: 8445 + components: + - type: Transform + pos: 16.5,17.5 + parent: 2 + - uid: 8446 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 8447 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 8448 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 8449 + components: + - type: Transform + pos: 16.5,21.5 + parent: 2 + - uid: 8450 + components: + - type: Transform + pos: 16.5,22.5 + parent: 2 + - uid: 8451 + components: + - type: Transform + pos: 16.5,23.5 + parent: 2 + - uid: 8452 + components: + - type: Transform + pos: 16.5,24.5 + parent: 2 + - uid: 8453 + components: + - type: Transform + pos: 16.5,25.5 + parent: 2 + - uid: 8454 + components: + - type: Transform + pos: 16.5,26.5 + parent: 2 + - uid: 8455 + components: + - type: Transform + pos: 16.5,36.5 + parent: 2 + - uid: 8456 + components: + - type: Transform + pos: 16.5,37.5 + parent: 2 + - uid: 8457 + components: + - type: Transform + pos: 16.5,38.5 + parent: 2 + - uid: 8458 + components: + - type: Transform + pos: 16.5,39.5 + parent: 2 + - uid: 8459 + components: + - type: Transform + pos: 16.5,40.5 + parent: 2 + - uid: 8460 + components: + - type: Transform + pos: 16.5,41.5 + parent: 2 + - uid: 8461 + components: + - type: Transform + pos: 16.5,42.5 + parent: 2 + - uid: 8462 + components: + - type: Transform + pos: 16.5,43.5 + parent: 2 + - uid: 8463 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + pos: 16.5,46.5 + parent: 2 + - uid: 8465 + components: + - type: Transform + pos: 16.5,47.5 + parent: 2 + - uid: 8466 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 + - uid: 8467 + components: + - type: Transform + pos: 16.5,49.5 + parent: 2 + - uid: 8468 + components: + - type: Transform + pos: 16.5,50.5 + parent: 2 + - uid: 8469 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - uid: 8470 + components: + - type: Transform + pos: 16.5,52.5 + parent: 2 + - uid: 8471 + components: + - type: Transform + pos: 16.5,53.5 + parent: 2 + - uid: 8472 + components: + - type: Transform + pos: 16.5,54.5 + parent: 2 + - uid: 8473 + components: + - type: Transform + pos: 16.5,55.5 + parent: 2 + - uid: 8474 + components: + - type: Transform + pos: 17.5,-36.5 + parent: 2 + - uid: 8475 + components: + - type: Transform + pos: 17.5,-35.5 + parent: 2 + - uid: 8476 + components: + - type: Transform + pos: 17.5,-34.5 + parent: 2 + - uid: 8477 + components: + - type: Transform + pos: 17.5,-33.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + pos: 17.5,-32.5 + parent: 2 + - uid: 8479 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 8481 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 2 + - uid: 8482 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 2 + - uid: 8483 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 8485 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: 17.5,-24.5 + parent: 2 + - uid: 8487 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - uid: 8488 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 + - uid: 8492 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 2 + - uid: 8495 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 + - uid: 8497 + components: + - type: Transform + pos: 17.5,-13.5 + parent: 2 + - uid: 8498 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 + - uid: 8500 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 + - uid: 8502 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 2 + - uid: 8503 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - uid: 8504 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 8505 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 8506 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 8507 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 8508 + components: + - type: Transform + pos: 17.5,-2.5 + parent: 2 + - uid: 8509 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - uid: 8510 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 + - uid: 8511 + components: + - type: Transform + pos: 17.5,0.5 + parent: 2 + - uid: 8512 + components: + - type: Transform + pos: 17.5,1.5 + parent: 2 + - uid: 8513 + components: + - type: Transform + pos: 17.5,2.5 + parent: 2 + - uid: 8514 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 8515 + components: + - type: Transform + pos: 17.5,4.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + pos: 17.5,5.5 + parent: 2 + - uid: 8517 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + pos: 17.5,7.5 + parent: 2 + - uid: 8519 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - uid: 8520 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 8521 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 8522 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 + - uid: 8523 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 8524 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 8525 + components: + - type: Transform + pos: 17.5,14.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 8527 + components: + - type: Transform + pos: 17.5,16.5 + parent: 2 + - uid: 8528 + components: + - type: Transform + pos: 17.5,17.5 + parent: 2 + - uid: 8529 + components: + - type: Transform + pos: 17.5,18.5 + parent: 2 + - uid: 8530 + components: + - type: Transform + pos: 17.5,19.5 + parent: 2 + - uid: 8531 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 8532 + components: + - type: Transform + pos: 17.5,21.5 + parent: 2 + - uid: 8533 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: 17.5,23.5 + parent: 2 + - uid: 8535 + components: + - type: Transform + pos: 17.5,24.5 + parent: 2 + - uid: 8536 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 + - uid: 8537 + components: + - type: Transform + pos: 17.5,26.5 + parent: 2 + - uid: 8538 + components: + - type: Transform + pos: 16.5,28.5 + parent: 2 + - uid: 8539 + components: + - type: Transform + pos: 14.5,31.5 + parent: 2 + - uid: 8540 + components: + - type: Transform + pos: 14.5,30.5 + parent: 2 + - uid: 8541 + components: + - type: Transform + pos: 14.5,29.5 + parent: 2 + - uid: 8542 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: 17.5,36.5 + parent: 2 + - uid: 8544 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: 17.5,38.5 + parent: 2 + - uid: 8546 + components: + - type: Transform + pos: 17.5,39.5 + parent: 2 + - uid: 8547 + components: + - type: Transform + pos: 17.5,40.5 + parent: 2 + - uid: 8548 + components: + - type: Transform + pos: 17.5,41.5 + parent: 2 + - uid: 8549 + components: + - type: Transform + pos: 17.5,42.5 + parent: 2 + - uid: 8550 + components: + - type: Transform + pos: 17.5,43.5 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: 17.5,44.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + pos: 17.5,46.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + pos: 17.5,47.5 + parent: 2 + - uid: 8554 + components: + - type: Transform + pos: 17.5,48.5 + parent: 2 + - uid: 8555 + components: + - type: Transform + pos: 17.5,49.5 + parent: 2 + - uid: 8556 + components: + - type: Transform + pos: 17.5,50.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 8558 + components: + - type: Transform + pos: 17.5,52.5 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: 17.5,53.5 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: 17.5,54.5 + parent: 2 + - uid: 8561 + components: + - type: Transform + pos: 17.5,55.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + pos: 18.5,-36.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: 18.5,-29.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: 18.5,-28.5 + parent: 2 + - uid: 8571 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 2 + - uid: 8572 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 8576 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: 18.5,-21.5 + parent: 2 + - uid: 8578 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - uid: 8581 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 + - uid: 8583 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 8587 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 8588 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 8589 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 8590 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 8591 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 8592 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 8593 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 2 + - uid: 8597 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 8598 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 8599 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 8600 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 8601 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 8602 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 8603 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 8604 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 8605 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 8606 + components: + - type: Transform + pos: 18.5,7.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 8608 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 + - uid: 8609 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: 18.5,11.5 + parent: 2 + - uid: 8611 + components: + - type: Transform + pos: 18.5,12.5 + parent: 2 + - uid: 8612 + components: + - type: Transform + pos: 18.5,13.5 + parent: 2 + - uid: 8613 + components: + - type: Transform + pos: 18.5,14.5 + parent: 2 + - uid: 8614 + components: + - type: Transform + pos: 18.5,15.5 + parent: 2 + - uid: 8615 + components: + - type: Transform + pos: 18.5,16.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + pos: 18.5,17.5 + parent: 2 + - uid: 8617 + components: + - type: Transform + pos: 18.5,18.5 + parent: 2 + - uid: 8618 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 8619 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 8620 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 8621 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 8622 + components: + - type: Transform + pos: 18.5,23.5 + parent: 2 + - uid: 8623 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 8624 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 8625 + components: + - type: Transform + pos: 18.5,26.5 + parent: 2 + - uid: 8626 + components: + - type: Transform + pos: 18.5,27.5 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - uid: 8628 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - uid: 8629 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - uid: 8630 + components: + - type: Transform + pos: 18.5,31.5 + parent: 2 + - uid: 8631 + components: + - type: Transform + pos: 18.5,32.5 + parent: 2 + - uid: 8632 + components: + - type: Transform + pos: 18.5,33.5 + parent: 2 + - uid: 8633 + components: + - type: Transform + pos: 18.5,35.5 + parent: 2 + - uid: 8634 + components: + - type: Transform + pos: 18.5,36.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + pos: 18.5,38.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + pos: 18.5,39.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + pos: 18.5,40.5 + parent: 2 + - uid: 8639 + components: + - type: Transform + pos: 18.5,41.5 + parent: 2 + - uid: 8640 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: 18.5,44.5 + parent: 2 + - uid: 8643 + components: + - type: Transform + pos: 18.5,46.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + pos: 18.5,48.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + pos: 18.5,49.5 + parent: 2 + - uid: 8647 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 8648 + components: + - type: Transform + pos: 18.5,51.5 + parent: 2 + - uid: 8649 + components: + - type: Transform + pos: 18.5,52.5 + parent: 2 + - uid: 8650 + components: + - type: Transform + pos: 18.5,53.5 + parent: 2 + - uid: 8651 + components: + - type: Transform + pos: 18.5,54.5 + parent: 2 + - uid: 8652 + components: + - type: Transform + pos: 18.5,55.5 + parent: 2 + - uid: 8653 + components: + - type: Transform + pos: 19.5,-36.5 + parent: 2 + - uid: 8654 + components: + - type: Transform + pos: 19.5,-35.5 + parent: 2 + - uid: 8655 + components: + - type: Transform + pos: 19.5,-34.5 + parent: 2 + - uid: 8656 + components: + - type: Transform + pos: 19.5,-33.5 + parent: 2 + - uid: 8657 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 8658 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 + - uid: 8659 + components: + - type: Transform + pos: 19.5,-30.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: 19.5,-29.5 + parent: 2 + - uid: 8661 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 2 + - uid: 8662 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 8664 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - uid: 8666 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 8667 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 2 + - uid: 8668 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 8669 + components: + - type: Transform + pos: 19.5,-20.5 + parent: 2 + - uid: 8670 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 8673 + components: + - type: Transform + pos: 19.5,-16.5 + parent: 2 + - uid: 8674 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 8675 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 2 + - uid: 8676 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 2 + - uid: 8677 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 8678 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 8679 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 8680 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 8681 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 8682 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 8683 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 8684 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 8685 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - uid: 8686 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 8687 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 8688 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 8689 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 8690 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 8691 + components: + - type: Transform + pos: 19.5,1.5 + parent: 2 + - uid: 8692 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 8693 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 8694 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 8695 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 8696 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 8697 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 + - uid: 8698 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 8699 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - uid: 8701 + components: + - type: Transform + pos: 19.5,11.5 + parent: 2 + - uid: 8702 + components: + - type: Transform + pos: 19.5,12.5 + parent: 2 + - uid: 8703 + components: + - type: Transform + pos: 19.5,13.5 + parent: 2 + - uid: 8704 + components: + - type: Transform + pos: 19.5,14.5 + parent: 2 + - uid: 8705 + components: + - type: Transform + pos: 19.5,15.5 + parent: 2 + - uid: 8706 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 8707 + components: + - type: Transform + pos: 19.5,17.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - uid: 8709 + components: + - type: Transform + pos: 19.5,19.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + pos: 19.5,20.5 + parent: 2 + - uid: 8711 + components: + - type: Transform + pos: 19.5,21.5 + parent: 2 + - uid: 8712 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 8713 + components: + - type: Transform + pos: 19.5,23.5 + parent: 2 + - uid: 8714 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 + - uid: 8716 + components: + - type: Transform + pos: 19.5,26.5 + parent: 2 + - uid: 8717 + components: + - type: Transform + pos: 19.5,27.5 + parent: 2 + - uid: 8718 + components: + - type: Transform + pos: 19.5,28.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + pos: 19.5,29.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + pos: 19.5,30.5 + parent: 2 + - uid: 8721 + components: + - type: Transform + pos: 19.5,31.5 + parent: 2 + - uid: 8722 + components: + - type: Transform + pos: 19.5,32.5 + parent: 2 + - uid: 8723 + components: + - type: Transform + pos: 19.5,33.5 + parent: 2 + - uid: 8724 + components: + - type: Transform + pos: 19.5,34.5 + parent: 2 + - uid: 8725 + components: + - type: Transform + pos: 19.5,35.5 + parent: 2 + - uid: 8726 + components: + - type: Transform + pos: 19.5,36.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 8728 + components: + - type: Transform + pos: 19.5,38.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + pos: 19.5,39.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + pos: 19.5,40.5 + parent: 2 + - uid: 8731 + components: + - type: Transform + pos: 19.5,41.5 + parent: 2 + - uid: 8732 + components: + - type: Transform + pos: 19.5,42.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 8734 + components: + - type: Transform + pos: 19.5,44.5 + parent: 2 + - uid: 8735 + components: + - type: Transform + pos: 19.5,46.5 + parent: 2 + - uid: 8736 + components: + - type: Transform + pos: 19.5,47.5 + parent: 2 + - uid: 8737 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 8738 + components: + - type: Transform + pos: 19.5,49.5 + parent: 2 + - uid: 8739 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 8740 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - uid: 8741 + components: + - type: Transform + pos: 19.5,52.5 + parent: 2 + - uid: 8742 + components: + - type: Transform + pos: 19.5,53.5 + parent: 2 + - uid: 8743 + components: + - type: Transform + pos: 19.5,54.5 + parent: 2 + - uid: 8744 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 + - uid: 8745 + components: + - type: Transform + pos: 20.5,-36.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 8747 + components: + - type: Transform + pos: 20.5,-34.5 + parent: 2 + - uid: 8748 + components: + - type: Transform + pos: 20.5,-33.5 + parent: 2 + - uid: 8749 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 + - uid: 8750 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 + - uid: 8751 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 8752 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 8753 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 8754 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 8755 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 8756 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 8757 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 2 + - uid: 8758 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 8759 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - uid: 8760 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 8761 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - uid: 8762 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 8763 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 + - uid: 8764 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 8765 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 + - uid: 8766 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 8767 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 + - uid: 8768 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 2 + - uid: 8769 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 8770 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - uid: 8774 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 8775 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 8776 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - uid: 8778 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 8779 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 2 + - uid: 8780 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 8781 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 8782 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 8783 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 + - uid: 8784 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 + - uid: 8785 + components: + - type: Transform + pos: 20.5,3.5 + parent: 2 + - uid: 8786 + components: + - type: Transform + pos: 20.5,4.5 + parent: 2 + - uid: 8787 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 8788 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 8789 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 8790 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 8791 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 8792 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 8793 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - uid: 8794 + components: + - type: Transform + pos: 20.5,12.5 + parent: 2 + - uid: 8795 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + pos: 20.5,14.5 + parent: 2 + - uid: 8797 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - uid: 8798 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + pos: 20.5,18.5 + parent: 2 + - uid: 8801 + components: + - type: Transform + pos: 20.5,19.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: 20.5,20.5 + parent: 2 + - uid: 8803 + components: + - type: Transform + pos: 20.5,21.5 + parent: 2 + - uid: 8804 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - uid: 8808 + components: + - type: Transform + pos: 20.5,26.5 + parent: 2 + - uid: 8809 + components: + - type: Transform + pos: 20.5,27.5 + parent: 2 + - uid: 8810 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 + - uid: 8811 + components: + - type: Transform + pos: 20.5,29.5 + parent: 2 + - uid: 8812 + components: + - type: Transform + pos: 20.5,30.5 + parent: 2 + - uid: 8813 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - uid: 8814 + components: + - type: Transform + pos: 20.5,32.5 + parent: 2 + - uid: 8815 + components: + - type: Transform + pos: 20.5,33.5 + parent: 2 + - uid: 8816 + components: + - type: Transform + pos: 20.5,34.5 + parent: 2 + - uid: 8817 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 8818 + components: + - type: Transform + pos: 20.5,36.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + pos: 20.5,37.5 + parent: 2 + - uid: 8820 + components: + - type: Transform + pos: 20.5,38.5 + parent: 2 + - uid: 8821 + components: + - type: Transform + pos: 20.5,39.5 + parent: 2 + - uid: 8822 + components: + - type: Transform + pos: 20.5,40.5 + parent: 2 + - uid: 8823 + components: + - type: Transform + pos: 20.5,41.5 + parent: 2 + - uid: 8824 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + pos: 20.5,43.5 + parent: 2 + - uid: 8826 + components: + - type: Transform + pos: 20.5,44.5 + parent: 2 + - uid: 8827 + components: + - type: Transform + pos: 20.5,46.5 + parent: 2 + - uid: 8828 + components: + - type: Transform + pos: 20.5,47.5 + parent: 2 + - uid: 8829 + components: + - type: Transform + pos: 20.5,48.5 + parent: 2 + - uid: 8830 + components: + - type: Transform + pos: 20.5,49.5 + parent: 2 + - uid: 8831 + components: + - type: Transform + pos: 20.5,50.5 + parent: 2 + - uid: 8832 + components: + - type: Transform + pos: 20.5,51.5 + parent: 2 + - uid: 8833 + components: + - type: Transform + pos: 20.5,52.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + pos: 20.5,53.5 + parent: 2 + - uid: 8835 + components: + - type: Transform + pos: 21.5,57.5 + parent: 2 + - uid: 8836 + components: + - type: Transform + pos: 21.5,58.5 + parent: 2 + - uid: 8837 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 + - uid: 8838 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 8839 + components: + - type: Transform + pos: 21.5,-34.5 + parent: 2 + - uid: 8840 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 2 + - uid: 8841 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 8842 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 8843 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - uid: 8844 + components: + - type: Transform + pos: 21.5,-29.5 + parent: 2 + - uid: 8845 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 2 + - uid: 8846 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - uid: 8847 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 + - uid: 8848 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 2 + - uid: 8849 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 + - uid: 8850 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - uid: 8852 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 8853 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 8854 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 8855 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - uid: 8856 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: 21.5,-16.5 + parent: 2 + - uid: 8858 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 8859 + components: + - type: Transform + pos: 21.5,-14.5 + parent: 2 + - uid: 8860 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 8861 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 8862 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 8863 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 8865 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 8866 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 8867 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - uid: 8868 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 8869 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 8870 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - uid: 8871 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 2 + - uid: 8872 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - uid: 8873 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 8874 + components: + - type: Transform + pos: 21.5,0.5 + parent: 2 + - uid: 8875 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 + - uid: 8876 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 8877 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 8878 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - uid: 8879 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - uid: 8880 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 8881 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - uid: 8882 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - uid: 8883 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 8884 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 8885 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 8886 + components: + - type: Transform + pos: 21.5,12.5 + parent: 2 + - uid: 8887 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 8889 + components: + - type: Transform + pos: 21.5,15.5 + parent: 2 + - uid: 8890 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 8891 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 8892 + components: + - type: Transform + pos: 21.5,18.5 + parent: 2 + - uid: 8893 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 8894 + components: + - type: Transform + pos: 21.5,20.5 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: 21.5,21.5 + parent: 2 + - uid: 8896 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 8897 + components: + - type: Transform + pos: 21.5,23.5 + parent: 2 + - uid: 8898 + components: + - type: Transform + pos: 21.5,24.5 + parent: 2 + - uid: 8899 + components: + - type: Transform + pos: 21.5,25.5 + parent: 2 + - uid: 8900 + components: + - type: Transform + pos: 21.5,26.5 + parent: 2 + - uid: 8901 + components: + - type: Transform + pos: 21.5,27.5 + parent: 2 + - uid: 8902 + components: + - type: Transform + pos: 21.5,28.5 + parent: 2 + - uid: 8903 + components: + - type: Transform + pos: 21.5,29.5 + parent: 2 + - uid: 8904 + components: + - type: Transform + pos: 21.5,30.5 + parent: 2 + - uid: 8905 + components: + - type: Transform + pos: 21.5,31.5 + parent: 2 + - uid: 8906 + components: + - type: Transform + pos: 21.5,32.5 + parent: 2 + - uid: 8907 + components: + - type: Transform + pos: 21.5,33.5 + parent: 2 + - uid: 8908 + components: + - type: Transform + pos: 21.5,34.5 + parent: 2 + - uid: 8909 + components: + - type: Transform + pos: 21.5,35.5 + parent: 2 + - uid: 8910 + components: + - type: Transform + pos: 21.5,36.5 + parent: 2 + - uid: 8911 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 8912 + components: + - type: Transform + pos: 21.5,38.5 + parent: 2 + - uid: 8913 + components: + - type: Transform + pos: 21.5,39.5 + parent: 2 + - uid: 8914 + components: + - type: Transform + pos: 21.5,40.5 + parent: 2 + - uid: 8915 + components: + - type: Transform + pos: 21.5,41.5 + parent: 2 + - uid: 8916 + components: + - type: Transform + pos: 21.5,42.5 + parent: 2 + - uid: 8917 + components: + - type: Transform + pos: 21.5,43.5 + parent: 2 + - uid: 8918 + components: + - type: Transform + pos: 21.5,44.5 + parent: 2 + - uid: 8919 + components: + - type: Transform + pos: 21.5,46.5 + parent: 2 + - uid: 8920 + components: + - type: Transform + pos: 21.5,47.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + pos: 21.5,48.5 + parent: 2 + - uid: 8922 + components: + - type: Transform + pos: 21.5,49.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + pos: 21.5,50.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: 21.5,51.5 + parent: 2 + - uid: 8925 + components: + - type: Transform + pos: 21.5,52.5 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: 21.5,53.5 + parent: 2 + - uid: 8927 + components: + - type: Transform + pos: 21.5,62.5 + parent: 2 + - uid: 8928 + components: + - type: Transform + pos: 21.5,55.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 8931 + components: + - type: Transform + pos: 22.5,-34.5 + parent: 2 + - uid: 8932 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 + - uid: 8933 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 8934 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 8935 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 8936 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 8937 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 8938 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 8939 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - uid: 8940 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 8941 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 8942 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 8943 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 8944 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 8945 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 8946 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 8947 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 2 + - uid: 8948 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 8949 + components: + - type: Transform + pos: 22.5,-16.5 + parent: 2 + - uid: 8950 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 8952 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 8953 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 2 + - uid: 8954 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 2 + - uid: 8955 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - uid: 8956 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 8957 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 8960 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 8961 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 8962 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 8963 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 8964 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 8965 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 8966 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 + - uid: 8967 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 8968 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 8969 + components: + - type: Transform + pos: 22.5,3.5 + parent: 2 + - uid: 8970 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - uid: 8971 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - uid: 8972 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 8973 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 + - uid: 8974 + components: + - type: Transform + pos: 22.5,8.5 + parent: 2 + - uid: 8975 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 8976 + components: + - type: Transform + pos: 22.5,10.5 + parent: 2 + - uid: 8977 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 8978 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 8980 + components: + - type: Transform + pos: 22.5,14.5 + parent: 2 + - uid: 8981 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 8982 + components: + - type: Transform + pos: 22.5,16.5 + parent: 2 + - uid: 8983 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 8984 + components: + - type: Transform + pos: 22.5,18.5 + parent: 2 + - uid: 8985 + components: + - type: Transform + pos: 22.5,19.5 + parent: 2 + - uid: 8986 + components: + - type: Transform + pos: 22.5,20.5 + parent: 2 + - uid: 8987 + components: + - type: Transform + pos: 22.5,21.5 + parent: 2 + - uid: 8988 + components: + - type: Transform + pos: 22.5,22.5 + parent: 2 + - uid: 8989 + components: + - type: Transform + pos: 22.5,23.5 + parent: 2 + - uid: 8990 + components: + - type: Transform + pos: 22.5,24.5 + parent: 2 + - uid: 8991 + components: + - type: Transform + pos: 22.5,25.5 + parent: 2 + - uid: 8992 + components: + - type: Transform + pos: 22.5,26.5 + parent: 2 + - uid: 8993 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 8994 + components: + - type: Transform + pos: 22.5,28.5 + parent: 2 + - uid: 8995 + components: + - type: Transform + pos: 22.5,29.5 + parent: 2 + - uid: 8996 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - uid: 8997 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 8998 + components: + - type: Transform + pos: 22.5,32.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: 22.5,33.5 + parent: 2 + - uid: 9000 + components: + - type: Transform + pos: 22.5,34.5 + parent: 2 + - uid: 9001 + components: + - type: Transform + pos: 22.5,35.5 + parent: 2 + - uid: 9002 + components: + - type: Transform + pos: 22.5,36.5 + parent: 2 + - uid: 9003 + components: + - type: Transform + pos: 22.5,37.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + pos: 22.5,38.5 + parent: 2 + - uid: 9005 + components: + - type: Transform + pos: 22.5,39.5 + parent: 2 + - uid: 9006 + components: + - type: Transform + pos: 22.5,40.5 + parent: 2 + - uid: 9007 + components: + - type: Transform + pos: 22.5,41.5 + parent: 2 + - uid: 9008 + components: + - type: Transform + pos: 22.5,42.5 + parent: 2 + - uid: 9009 + components: + - type: Transform + pos: 22.5,43.5 + parent: 2 + - uid: 9010 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 9011 + components: + - type: Transform + pos: 22.5,46.5 + parent: 2 + - uid: 9012 + components: + - type: Transform + pos: 22.5,47.5 + parent: 2 + - uid: 9013 + components: + - type: Transform + pos: 22.5,48.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: 22.5,49.5 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: 22.5,50.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: 22.5,51.5 + parent: 2 + - uid: 9017 + components: + - type: Transform + pos: 22.5,52.5 + parent: 2 + - uid: 9018 + components: + - type: Transform + pos: 22.5,53.5 + parent: 2 + - uid: 9019 + components: + - type: Transform + pos: 21.5,60.5 + parent: 2 + - uid: 9020 + components: + - type: Transform + pos: 21.5,56.5 + parent: 2 + - uid: 9021 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - uid: 9022 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 9023 + components: + - type: Transform + pos: 23.5,-34.5 + parent: 2 + - uid: 9024 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - uid: 9025 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 9026 + components: + - type: Transform + pos: 23.5,-31.5 + parent: 2 + - uid: 9027 + components: + - type: Transform + pos: 23.5,-30.5 + parent: 2 + - uid: 9028 + components: + - type: Transform + pos: 23.5,-29.5 + parent: 2 + - uid: 9029 + components: + - type: Transform + pos: 23.5,-28.5 + parent: 2 + - uid: 9030 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 9031 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - uid: 9032 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 2 + - uid: 9033 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 9034 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 9035 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 2 + - uid: 9036 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - uid: 9037 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 9038 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 9039 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 9040 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 9041 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 2 + - uid: 9042 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 9043 + components: + - type: Transform + pos: 23.5,-14.5 + parent: 2 + - uid: 9044 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 + - uid: 9045 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 2 + - uid: 9046 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 + - uid: 9047 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 9048 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 9049 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 9050 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 9051 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 9052 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 9053 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 9054 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 9055 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 9056 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 9057 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 9058 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 9060 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 9063 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - uid: 9064 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 9065 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - uid: 9066 + components: + - type: Transform + pos: 23.5,8.5 + parent: 2 + - uid: 9067 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 + - uid: 9068 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 + - uid: 9069 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 9070 + components: + - type: Transform + pos: 23.5,12.5 + parent: 2 + - uid: 9071 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 9072 + components: + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 9073 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 + - uid: 9074 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 9075 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 9076 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: 23.5,19.5 + parent: 2 + - uid: 9078 + components: + - type: Transform + pos: 23.5,20.5 + parent: 2 + - uid: 9079 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 9080 + components: + - type: Transform + pos: 23.5,22.5 + parent: 2 + - uid: 9081 + components: + - type: Transform + pos: 23.5,23.5 + parent: 2 + - uid: 9082 + components: + - type: Transform + pos: 23.5,24.5 + parent: 2 + - uid: 9083 + components: + - type: Transform + pos: 23.5,25.5 + parent: 2 + - uid: 9084 + components: + - type: Transform + pos: 23.5,26.5 + parent: 2 + - uid: 9085 + components: + - type: Transform + pos: 23.5,27.5 + parent: 2 + - uid: 9086 + components: + - type: Transform + pos: 23.5,28.5 + parent: 2 + - uid: 9087 + components: + - type: Transform + pos: 23.5,29.5 + parent: 2 + - uid: 9088 + components: + - type: Transform + pos: 23.5,30.5 + parent: 2 + - uid: 9089 + components: + - type: Transform + pos: 23.5,31.5 + parent: 2 + - uid: 9090 + components: + - type: Transform + pos: 23.5,32.5 + parent: 2 + - uid: 9091 + components: + - type: Transform + pos: 23.5,33.5 + parent: 2 + - uid: 9092 + components: + - type: Transform + pos: 23.5,34.5 + parent: 2 + - uid: 9093 + components: + - type: Transform + pos: 23.5,35.5 + parent: 2 + - uid: 9094 + components: + - type: Transform + pos: 23.5,36.5 + parent: 2 + - uid: 9095 + components: + - type: Transform + pos: 23.5,37.5 + parent: 2 + - uid: 9096 + components: + - type: Transform + pos: 23.5,38.5 + parent: 2 + - uid: 9097 + components: + - type: Transform + pos: 23.5,39.5 + parent: 2 + - uid: 9098 + components: + - type: Transform + pos: 23.5,40.5 + parent: 2 + - uid: 9099 + components: + - type: Transform + pos: 23.5,41.5 + parent: 2 + - uid: 9100 + components: + - type: Transform + pos: 23.5,42.5 + parent: 2 + - uid: 9101 + components: + - type: Transform + pos: 23.5,43.5 + parent: 2 + - uid: 9102 + components: + - type: Transform + pos: 23.5,44.5 + parent: 2 + - uid: 9103 + components: + - type: Transform + pos: 23.5,46.5 + parent: 2 + - uid: 9104 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 9105 + components: + - type: Transform + pos: 23.5,48.5 + parent: 2 + - uid: 9106 + components: + - type: Transform + pos: 23.5,49.5 + parent: 2 + - uid: 9107 + components: + - type: Transform + pos: 23.5,50.5 + parent: 2 + - uid: 9108 + components: + - type: Transform + pos: 23.5,51.5 + parent: 2 + - uid: 9109 + components: + - type: Transform + pos: 23.5,52.5 + parent: 2 + - uid: 9110 + components: + - type: Transform + pos: 23.5,53.5 + parent: 2 + - uid: 9111 + components: + - type: Transform + pos: 21.5,61.5 + parent: 2 + - uid: 9112 + components: + - type: Transform + pos: 21.5,54.5 + parent: 2 + - uid: 9113 + components: + - type: Transform + pos: 24.5,-36.5 + parent: 2 + - uid: 9114 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 2 + - uid: 9115 + components: + - type: Transform + pos: 24.5,-34.5 + parent: 2 + - uid: 9116 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 2 + - uid: 9117 + components: + - type: Transform + pos: 24.5,-32.5 + parent: 2 + - uid: 9118 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 + - uid: 9119 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 9120 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 9121 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 9122 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 9123 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 9124 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 2 + - uid: 9125 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 9126 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 9127 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - uid: 9128 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - uid: 9129 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 9130 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 9131 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 + - uid: 9132 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 2 + - uid: 9136 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: 24.5,-11.5 + parent: 2 + - uid: 9139 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 9141 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 + - uid: 9142 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 9143 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - uid: 9144 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - uid: 9145 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 9146 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 9147 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 2 + - uid: 9148 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 2 + - uid: 9149 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 9150 + components: + - type: Transform + pos: 24.5,0.5 + parent: 2 + - uid: 9151 + components: + - type: Transform + pos: 24.5,1.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 9153 + components: + - type: Transform + pos: 24.5,3.5 + parent: 2 + - uid: 9154 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + pos: 24.5,5.5 + parent: 2 + - uid: 9156 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 9157 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 9158 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 9159 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 9160 + components: + - type: Transform + pos: 24.5,10.5 + parent: 2 + - uid: 9161 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - uid: 9162 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 + - uid: 9163 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 9164 + components: + - type: Transform + pos: 24.5,14.5 + parent: 2 + - uid: 9165 + components: + - type: Transform + pos: 24.5,15.5 + parent: 2 + - uid: 9166 + components: + - type: Transform + pos: 24.5,16.5 + parent: 2 + - uid: 9167 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 9168 + components: + - type: Transform + pos: 24.5,18.5 + parent: 2 + - uid: 9169 + components: + - type: Transform + pos: 24.5,19.5 + parent: 2 + - uid: 9170 + components: + - type: Transform + pos: 24.5,20.5 + parent: 2 + - uid: 9171 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 9172 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 9173 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 + - uid: 9174 + components: + - type: Transform + pos: 24.5,24.5 + parent: 2 + - uid: 9175 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 9176 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 9177 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 9178 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 + - uid: 9179 + components: + - type: Transform + pos: 24.5,29.5 + parent: 2 + - uid: 9180 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 9181 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 9182 + components: + - type: Transform + pos: 24.5,32.5 + parent: 2 + - uid: 9183 + components: + - type: Transform + pos: 24.5,33.5 + parent: 2 + - uid: 9184 + components: + - type: Transform + pos: 24.5,34.5 + parent: 2 + - uid: 9185 + components: + - type: Transform + pos: 24.5,35.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: 24.5,36.5 + parent: 2 + - uid: 9187 + components: + - type: Transform + pos: 24.5,37.5 + parent: 2 + - uid: 9188 + components: + - type: Transform + pos: 24.5,38.5 + parent: 2 + - uid: 9189 + components: + - type: Transform + pos: 24.5,39.5 + parent: 2 + - uid: 9190 + components: + - type: Transform + pos: 24.5,40.5 + parent: 2 + - uid: 9191 + components: + - type: Transform + pos: 24.5,41.5 + parent: 2 + - uid: 9192 + components: + - type: Transform + pos: 24.5,42.5 + parent: 2 + - uid: 9193 + components: + - type: Transform + pos: 24.5,43.5 + parent: 2 + - uid: 9194 + components: + - type: Transform + pos: 24.5,44.5 + parent: 2 + - uid: 9195 + components: + - type: Transform + pos: 24.5,46.5 + parent: 2 + - uid: 9196 + components: + - type: Transform + pos: 24.5,47.5 + parent: 2 + - uid: 9197 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - uid: 9198 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - uid: 9199 + components: + - type: Transform + pos: 24.5,50.5 + parent: 2 + - uid: 9200 + components: + - type: Transform + pos: 24.5,51.5 + parent: 2 + - uid: 9201 + components: + - type: Transform + pos: 24.5,52.5 + parent: 2 + - uid: 9202 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - uid: 9203 + components: + - type: Transform + pos: 21.5,59.5 + parent: 2 + - uid: 9204 + components: + - type: Transform + pos: 25.5,-36.5 + parent: 2 + - uid: 9205 + components: + - type: Transform + pos: 25.5,-35.5 + parent: 2 + - uid: 9206 + components: + - type: Transform + pos: 25.5,-34.5 + parent: 2 + - uid: 9207 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 9208 + components: + - type: Transform + pos: 25.5,-32.5 + parent: 2 + - uid: 9209 + components: + - type: Transform + pos: 25.5,-31.5 + parent: 2 + - uid: 9210 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - uid: 9211 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 2 + - uid: 9212 + components: + - type: Transform + pos: 25.5,-28.5 + parent: 2 + - uid: 9213 + components: + - type: Transform + pos: 25.5,-27.5 + parent: 2 + - uid: 9214 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 9215 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - uid: 9216 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 2 + - uid: 9217 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 9218 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 2 + - uid: 9219 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 2 + - uid: 9220 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 9221 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 + - uid: 9222 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 2 + - uid: 9223 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 2 + - uid: 9224 + components: + - type: Transform + pos: 25.5,-16.5 + parent: 2 + - uid: 9225 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 + - uid: 9226 + components: + - type: Transform + pos: 25.5,-14.5 + parent: 2 + - uid: 9227 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 2 + - uid: 9228 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 9229 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 9230 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 9231 + components: + - type: Transform + pos: 25.5,-9.5 + parent: 2 + - uid: 9232 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 9233 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 9234 + components: + - type: Transform + pos: 25.5,-6.5 + parent: 2 + - uid: 9235 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 9236 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 2 + - uid: 9237 + components: + - type: Transform + pos: 25.5,-3.5 + parent: 2 + - uid: 9238 + components: + - type: Transform + pos: 25.5,-2.5 + parent: 2 + - uid: 9239 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 + - uid: 9240 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 9241 + components: + - type: Transform + pos: 25.5,0.5 + parent: 2 + - uid: 9242 + components: + - type: Transform + pos: 25.5,1.5 + parent: 2 + - uid: 9243 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 + - uid: 9244 + components: + - type: Transform + pos: 25.5,3.5 + parent: 2 + - uid: 9245 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - uid: 9246 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 + - uid: 9247 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 9248 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 9249 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 9250 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 9251 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 9252 + components: + - type: Transform + pos: 25.5,11.5 + parent: 2 + - uid: 9253 + components: + - type: Transform + pos: 25.5,12.5 + parent: 2 + - uid: 9254 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 9255 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 9256 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 9257 + components: + - type: Transform + pos: 25.5,16.5 + parent: 2 + - uid: 9258 + components: + - type: Transform + pos: 25.5,17.5 + parent: 2 + - uid: 9259 + components: + - type: Transform + pos: 25.5,18.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + pos: 25.5,19.5 + parent: 2 + - uid: 9261 + components: + - type: Transform + pos: 25.5,20.5 + parent: 2 + - uid: 9262 + components: + - type: Transform + pos: 25.5,21.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + pos: 25.5,22.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: 25.5,23.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: 25.5,24.5 + parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 25.5,25.5 + parent: 2 + - uid: 9267 + components: + - type: Transform + pos: 25.5,26.5 + parent: 2 + - uid: 9268 + components: + - type: Transform + pos: 25.5,27.5 + parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 25.5,28.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + pos: 25.5,29.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: 25.5,30.5 + parent: 2 + - uid: 9272 + components: + - type: Transform + pos: 25.5,31.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + pos: 25.5,32.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: 25.5,33.5 + parent: 2 + - uid: 9275 + components: + - type: Transform + pos: 25.5,34.5 + parent: 2 + - uid: 9276 + components: + - type: Transform + pos: 25.5,35.5 + parent: 2 + - uid: 9277 + components: + - type: Transform + pos: 25.5,36.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 25.5,37.5 + parent: 2 + - uid: 9279 + components: + - type: Transform + pos: 25.5,38.5 + parent: 2 + - uid: 9280 + components: + - type: Transform + pos: 25.5,39.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: 25.5,40.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: 25.5,41.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: 25.5,42.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: 25.5,43.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: 25.5,44.5 + parent: 2 + - uid: 9286 + components: + - type: Transform + pos: 25.5,46.5 + parent: 2 + - uid: 9287 + components: + - type: Transform + pos: 25.5,47.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + pos: 25.5,48.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: 25.5,49.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: 25.5,50.5 + parent: 2 + - uid: 9291 + components: + - type: Transform + pos: 25.5,51.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + pos: 25.5,53.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 9295 + components: + - type: Transform + pos: 12.5,64.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: 19.5,66.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: 13.5,65.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + pos: 21.5,65.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: 21.5,66.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + pos: 20.5,67.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + pos: 21.5,67.5 + parent: 2 + - uid: 9302 + components: + - type: Transform + pos: 23.5,67.5 + parent: 2 + - uid: 9303 + components: + - type: Transform + pos: 23.5,65.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + pos: 24.5,66.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + pos: 22.5,65.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + pos: 25.5,66.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + pos: 18.5,59.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + pos: 20.5,62.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: 20.5,58.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: 20.5,60.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 20.5,61.5 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: 14.5,63.5 + parent: 2 + - uid: 9313 + components: + - type: Transform + pos: 14.5,61.5 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: 14.5,62.5 + parent: 2 + - uid: 9315 + components: + - type: Transform + pos: 14.5,59.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: 15.5,62.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: 15.5,63.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: 17.5,59.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + pos: 20.5,57.5 + parent: 2 + - uid: 9321 + components: + - type: Transform + pos: 20.5,56.5 + parent: 2 + - uid: 9322 + components: + - type: Transform + pos: 19.5,61.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: 20.5,59.5 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: 11.5,60.5 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: 11.5,61.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: 11.5,59.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + pos: 11.5,62.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + pos: 16.5,66.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + pos: 12.5,63.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - uid: 9331 + components: + - type: Transform + pos: 18.5,61.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + pos: 20.5,55.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + pos: 11.5,63.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + pos: 13.5,59.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + pos: 16.5,64.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + pos: 16.5,65.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + pos: 17.5,61.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + pos: 18.5,62.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + pos: 20.5,54.5 + parent: 2 + - uid: 9341 + components: + - type: Transform + pos: 19.5,62.5 + parent: 2 + - uid: 9342 + components: + - type: Transform + pos: 19.5,59.5 + parent: 2 + - uid: 9343 + components: + - type: Transform + pos: 13.5,61.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + pos: 13.5,62.5 + parent: 2 + - uid: 9345 + components: + - type: Transform + pos: 13.5,60.5 + parent: 2 + - uid: 9346 + components: + - type: Transform + pos: 13.5,63.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + pos: 15.5,66.5 + parent: 2 + - uid: 9348 + components: + - type: Transform + pos: 17.5,60.5 + parent: 2 + - uid: 9349 + components: + - type: Transform + pos: 17.5,62.5 + parent: 2 + - uid: 9350 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 + - uid: 9351 + components: + - type: Transform + pos: 12.5,62.5 + parent: 2 + - uid: 9352 + components: + - type: Transform + pos: 12.5,61.5 + parent: 2 + - uid: 9353 + components: + - type: Transform + pos: 12.5,59.5 + parent: 2 + - uid: 9354 + components: + - type: Transform + pos: 12.5,60.5 + parent: 2 + - uid: 9355 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 9356 + components: + - type: Transform + pos: 15.5,65.5 + parent: 2 + - uid: 9357 + components: + - type: Transform + pos: 19.5,56.5 + parent: 2 + - uid: 9358 + components: + - type: Transform + pos: 19.5,57.5 + parent: 2 + - uid: 9359 + components: + - type: Transform + pos: 19.5,58.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + pos: 18.5,56.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + pos: 18.5,57.5 + parent: 2 + - uid: 9362 + components: + - type: Transform + pos: 18.5,58.5 + parent: 2 + - uid: 9363 + components: + - type: Transform + pos: 17.5,56.5 + parent: 2 + - uid: 9364 + components: + - type: Transform + pos: 17.5,57.5 + parent: 2 + - uid: 9365 + components: + - type: Transform + pos: 17.5,58.5 + parent: 2 + - uid: 9366 + components: + - type: Transform + pos: 25.5,55.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + pos: 25.5,56.5 + parent: 2 + - uid: 9368 + components: + - type: Transform + pos: 25.5,57.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + pos: 16.5,56.5 + parent: 2 + - uid: 9370 + components: + - type: Transform + pos: 16.5,57.5 + parent: 2 + - uid: 9371 + components: + - type: Transform + pos: 16.5,58.5 + parent: 2 + - uid: 9372 + components: + - type: Transform + pos: 25.5,54.5 + parent: 2 + - uid: 9373 + components: + - type: Transform + pos: 25.5,58.5 + parent: 2 + - uid: 9374 + components: + - type: Transform + pos: 15.5,56.5 + parent: 2 + - uid: 9375 + components: + - type: Transform + pos: 15.5,57.5 + parent: 2 + - uid: 9376 + components: + - type: Transform + pos: 15.5,58.5 + parent: 2 + - uid: 9377 + components: + - type: Transform + pos: 22.5,54.5 + parent: 2 + - uid: 9378 + components: + - type: Transform + pos: 22.5,56.5 + parent: 2 + - uid: 9379 + components: + - type: Transform + pos: 22.5,55.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + pos: 22.5,58.5 + parent: 2 + - uid: 9381 + components: + - type: Transform + pos: 22.5,57.5 + parent: 2 + - uid: 9382 + components: + - type: Transform + pos: 14.5,56.5 + parent: 2 + - uid: 9383 + components: + - type: Transform + pos: 14.5,57.5 + parent: 2 + - uid: 9384 + components: + - type: Transform + pos: 14.5,58.5 + parent: 2 + - uid: 9385 + components: + - type: Transform + pos: 23.5,60.5 + parent: 2 + - uid: 9386 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 9387 + components: + - type: Transform + pos: 24.5,54.5 + parent: 2 + - uid: 9388 + components: + - type: Transform + pos: 23.5,61.5 + parent: 2 + - uid: 9389 + components: + - type: Transform + pos: 24.5,62.5 + parent: 2 + - uid: 9390 + components: + - type: Transform + pos: 13.5,56.5 + parent: 2 + - uid: 9391 + components: + - type: Transform + pos: 13.5,57.5 + parent: 2 + - uid: 9392 + components: + - type: Transform + pos: 13.5,58.5 + parent: 2 + - uid: 9393 + components: + - type: Transform + pos: 22.5,62.5 + parent: 2 + - uid: 9394 + components: + - type: Transform + pos: 22.5,61.5 + parent: 2 + - uid: 9395 + components: + - type: Transform + pos: 23.5,57.5 + parent: 2 + - uid: 9396 + components: + - type: Transform + pos: 24.5,60.5 + parent: 2 + - uid: 9397 + components: + - type: Transform + pos: 24.5,61.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + pos: 12.5,56.5 + parent: 2 + - uid: 9399 + components: + - type: Transform + pos: 12.5,57.5 + parent: 2 + - uid: 9400 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 9402 + components: + - type: Transform + pos: 23.5,56.5 + parent: 2 + - uid: 9403 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 + - uid: 9404 + components: + - type: Transform + pos: 23.5,62.5 + parent: 2 + - uid: 9405 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 9406 + components: + - type: Transform + pos: 24.5,59.5 + parent: 2 + - uid: 9407 + components: + - type: Transform + pos: 11.5,56.5 + parent: 2 + - uid: 9408 + components: + - type: Transform + pos: 11.5,57.5 + parent: 2 + - uid: 9409 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 + - uid: 9410 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 9411 + components: + - type: Transform + pos: 23.5,54.5 + parent: 2 + - uid: 9412 + components: + - type: Transform + pos: 23.5,55.5 + parent: 2 + - uid: 9413 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 9414 + components: + - type: Transform + pos: 24.5,57.5 + parent: 2 + - uid: 9415 + components: + - type: Transform + pos: 24.5,56.5 + parent: 2 + - uid: 9416 + components: + - type: Transform + pos: 10.5,56.5 + parent: 2 + - uid: 9417 + components: + - type: Transform + pos: 10.5,57.5 + parent: 2 + - uid: 9418 + components: + - type: Transform + pos: 10.5,58.5 + parent: 2 + - uid: 9419 + components: + - type: Transform + pos: 10.5,59.5 + parent: 2 + - uid: 9420 + components: + - type: Transform + pos: 10.5,60.5 + parent: 2 + - uid: 9421 + components: + - type: Transform + pos: 10.5,61.5 + parent: 2 + - uid: 9422 + components: + - type: Transform + pos: 10.5,62.5 + parent: 2 + - uid: 9423 + components: + - type: Transform + pos: 10.5,63.5 + parent: 2 + - uid: 9424 + components: + - type: Transform + pos: 10.5,64.5 + parent: 2 + - uid: 9425 + components: + - type: Transform + pos: 10.5,65.5 + parent: 2 + - uid: 9426 + components: + - type: Transform + pos: 10.5,66.5 + parent: 2 + - uid: 9427 + components: + - type: Transform + pos: 9.5,56.5 + parent: 2 + - uid: 9428 + components: + - type: Transform + pos: 9.5,57.5 + parent: 2 + - uid: 9429 + components: + - type: Transform + pos: 9.5,58.5 + parent: 2 + - uid: 9430 + components: + - type: Transform + pos: 9.5,59.5 + parent: 2 + - uid: 9431 + components: + - type: Transform + pos: 9.5,60.5 + parent: 2 + - uid: 9432 + components: + - type: Transform + pos: 9.5,61.5 + parent: 2 + - uid: 9433 + components: + - type: Transform + pos: 9.5,62.5 + parent: 2 + - uid: 9434 + components: + - type: Transform + pos: 9.5,63.5 + parent: 2 + - uid: 9435 + components: + - type: Transform + pos: 9.5,64.5 + parent: 2 + - uid: 9436 + components: + - type: Transform + pos: 9.5,65.5 + parent: 2 + - uid: 9437 + components: + - type: Transform + pos: 9.5,66.5 + parent: 2 + - uid: 9438 + components: + - type: Transform + pos: 8.5,56.5 + parent: 2 + - uid: 9439 + components: + - type: Transform + pos: 8.5,57.5 + parent: 2 + - uid: 9440 + components: + - type: Transform + pos: 8.5,58.5 + parent: 2 + - uid: 9441 + components: + - type: Transform + pos: 8.5,59.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + pos: 8.5,60.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + pos: 8.5,61.5 + parent: 2 + - uid: 9444 + components: + - type: Transform + pos: 8.5,62.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + pos: 8.5,63.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + pos: 8.5,64.5 + parent: 2 + - uid: 9447 + components: + - type: Transform + pos: 8.5,65.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + pos: 8.5,66.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + pos: 7.5,56.5 + parent: 2 + - uid: 9450 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 9451 + components: + - type: Transform + pos: 7.5,58.5 + parent: 2 + - uid: 9452 + components: + - type: Transform + pos: 7.5,59.5 + parent: 2 + - uid: 9453 + components: + - type: Transform + pos: 7.5,60.5 + parent: 2 + - uid: 9454 + components: + - type: Transform + pos: 7.5,61.5 + parent: 2 + - uid: 9455 + components: + - type: Transform + pos: 7.5,62.5 + parent: 2 + - uid: 9456 + components: + - type: Transform + pos: 7.5,63.5 + parent: 2 + - uid: 9457 + components: + - type: Transform + pos: 7.5,64.5 + parent: 2 + - uid: 9458 + components: + - type: Transform + pos: 7.5,65.5 + parent: 2 + - uid: 9459 + components: + - type: Transform + pos: 7.5,66.5 + parent: 2 + - uid: 9460 + components: + - type: Transform + pos: 7.5,67.5 + parent: 2 + - uid: 9461 + components: + - type: Transform + pos: 6.5,56.5 + parent: 2 + - uid: 9462 + components: + - type: Transform + pos: 6.5,57.5 + parent: 2 + - uid: 9463 + components: + - type: Transform + pos: 6.5,58.5 + parent: 2 + - uid: 9464 + components: + - type: Transform + pos: 6.5,59.5 + parent: 2 + - uid: 9465 + components: + - type: Transform + pos: 6.5,60.5 + parent: 2 + - uid: 9466 + components: + - type: Transform + pos: 6.5,61.5 + parent: 2 + - uid: 9467 + components: + - type: Transform + pos: 6.5,62.5 + parent: 2 + - uid: 9468 + components: + - type: Transform + pos: 6.5,63.5 + parent: 2 + - uid: 9469 + components: + - type: Transform + pos: 6.5,64.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + pos: 6.5,65.5 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: 6.5,67.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + pos: 5.5,56.5 + parent: 2 + - uid: 9474 + components: + - type: Transform + pos: 5.5,57.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + pos: 5.5,58.5 + parent: 2 + - uid: 9476 + components: + - type: Transform + pos: 5.5,59.5 + parent: 2 + - uid: 9477 + components: + - type: Transform + pos: 5.5,60.5 + parent: 2 + - uid: 9478 + components: + - type: Transform + pos: 5.5,61.5 + parent: 2 + - uid: 9479 + components: + - type: Transform + pos: 5.5,62.5 + parent: 2 + - uid: 9480 + components: + - type: Transform + pos: 5.5,63.5 + parent: 2 + - uid: 9481 + components: + - type: Transform + pos: 5.5,64.5 + parent: 2 + - uid: 9482 + components: + - type: Transform + pos: 5.5,65.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + pos: 5.5,66.5 + parent: 2 + - uid: 9484 + components: + - type: Transform + pos: 5.5,67.5 + parent: 2 + - uid: 9485 + components: + - type: Transform + pos: 4.5,56.5 + parent: 2 + - uid: 9486 + components: + - type: Transform + pos: 4.5,57.5 + parent: 2 + - uid: 9487 + components: + - type: Transform + pos: 4.5,58.5 + parent: 2 + - uid: 9488 + components: + - type: Transform + pos: 4.5,59.5 + parent: 2 + - uid: 9489 + components: + - type: Transform + pos: 4.5,60.5 + parent: 2 + - uid: 9490 + components: + - type: Transform + pos: 4.5,61.5 + parent: 2 + - uid: 9491 + components: + - type: Transform + pos: 4.5,62.5 + parent: 2 + - uid: 9492 + components: + - type: Transform + pos: 4.5,63.5 + parent: 2 + - uid: 9493 + components: + - type: Transform + pos: 4.5,64.5 + parent: 2 + - uid: 9494 + components: + - type: Transform + pos: 4.5,65.5 + parent: 2 + - uid: 9495 + components: + - type: Transform + pos: 4.5,66.5 + parent: 2 + - uid: 9496 + components: + - type: Transform + pos: 4.5,67.5 + parent: 2 + - uid: 9497 + components: + - type: Transform + pos: 3.5,56.5 + parent: 2 + - uid: 9498 + components: + - type: Transform + pos: 3.5,57.5 + parent: 2 + - uid: 9499 + components: + - type: Transform + pos: 3.5,58.5 + parent: 2 + - uid: 9500 + components: + - type: Transform + pos: 3.5,59.5 + parent: 2 + - uid: 9501 + components: + - type: Transform + pos: 3.5,60.5 + parent: 2 + - uid: 9502 + components: + - type: Transform + pos: 3.5,61.5 + parent: 2 + - uid: 9503 + components: + - type: Transform + pos: 3.5,62.5 + parent: 2 + - uid: 9504 + components: + - type: Transform + pos: 3.5,63.5 + parent: 2 + - uid: 9505 + components: + - type: Transform + pos: 3.5,64.5 + parent: 2 + - uid: 9506 + components: + - type: Transform + pos: 3.5,65.5 + parent: 2 + - uid: 9507 + components: + - type: Transform + pos: 3.5,66.5 + parent: 2 + - uid: 9508 + components: + - type: Transform + pos: 3.5,67.5 + parent: 2 + - uid: 9509 + components: + - type: Transform + pos: 2.5,56.5 + parent: 2 + - uid: 9510 + components: + - type: Transform + pos: 2.5,57.5 + parent: 2 + - uid: 9511 + components: + - type: Transform + pos: 2.5,58.5 + parent: 2 + - uid: 9512 + components: + - type: Transform + pos: 2.5,59.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + pos: 2.5,60.5 + parent: 2 + - uid: 9514 + components: + - type: Transform + pos: 2.5,61.5 + parent: 2 + - uid: 9515 + components: + - type: Transform + pos: 2.5,62.5 + parent: 2 + - uid: 9516 + components: + - type: Transform + pos: 2.5,63.5 + parent: 2 + - uid: 9517 + components: + - type: Transform + pos: 2.5,64.5 + parent: 2 + - uid: 9518 + components: + - type: Transform + pos: 2.5,65.5 + parent: 2 + - uid: 9519 + components: + - type: Transform + pos: 2.5,66.5 + parent: 2 + - uid: 9520 + components: + - type: Transform + pos: 2.5,67.5 + parent: 2 + - uid: 9521 + components: + - type: Transform + pos: 1.5,56.5 + parent: 2 + - uid: 9522 + components: + - type: Transform + pos: 1.5,57.5 + parent: 2 + - uid: 9523 + components: + - type: Transform + pos: 1.5,58.5 + parent: 2 + - uid: 9524 + components: + - type: Transform + pos: 1.5,59.5 + parent: 2 + - uid: 9525 + components: + - type: Transform + pos: 1.5,60.5 + parent: 2 + - uid: 9526 + components: + - type: Transform + pos: 1.5,61.5 + parent: 2 + - uid: 9527 + components: + - type: Transform + pos: 1.5,62.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + pos: 1.5,63.5 + parent: 2 + - uid: 9529 + components: + - type: Transform + pos: 1.5,64.5 + parent: 2 + - uid: 9530 + components: + - type: Transform + pos: 1.5,65.5 + parent: 2 + - uid: 9531 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 9532 + components: + - type: Transform + pos: 1.5,67.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + pos: 0.5,56.5 + parent: 2 + - uid: 9534 + components: + - type: Transform + pos: 0.5,57.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + pos: 0.5,58.5 + parent: 2 + - uid: 9536 + components: + - type: Transform + pos: 0.5,59.5 + parent: 2 + - uid: 9537 + components: + - type: Transform + pos: 0.5,60.5 + parent: 2 + - uid: 9538 + components: + - type: Transform + pos: 0.5,61.5 + parent: 2 + - uid: 9539 + components: + - type: Transform + pos: 0.5,62.5 + parent: 2 + - uid: 9540 + components: + - type: Transform + pos: 0.5,63.5 + parent: 2 + - uid: 9541 + components: + - type: Transform + pos: 0.5,64.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + pos: 0.5,65.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: 0.5,66.5 + parent: 2 + - uid: 9544 + components: + - type: Transform + pos: 0.5,67.5 + parent: 2 + - uid: 9545 + components: + - type: Transform + pos: -0.5,56.5 + parent: 2 + - uid: 9546 + components: + - type: Transform + pos: -0.5,57.5 + parent: 2 + - uid: 9547 + components: + - type: Transform + pos: -0.5,58.5 + parent: 2 + - uid: 9548 + components: + - type: Transform + pos: -0.5,59.5 + parent: 2 + - uid: 9549 + components: + - type: Transform + pos: -0.5,60.5 + parent: 2 + - uid: 9550 + components: + - type: Transform + pos: -0.5,61.5 + parent: 2 + - uid: 9551 + components: + - type: Transform + pos: -0.5,62.5 + parent: 2 + - uid: 9552 + components: + - type: Transform + pos: -0.5,63.5 + parent: 2 + - uid: 9553 + components: + - type: Transform + pos: -0.5,64.5 + parent: 2 + - uid: 9554 + components: + - type: Transform + pos: -0.5,65.5 + parent: 2 + - uid: 9555 + components: + - type: Transform + pos: -0.5,66.5 + parent: 2 + - uid: 9556 + components: + - type: Transform + pos: -0.5,67.5 + parent: 2 + - uid: 9557 + components: + - type: Transform + pos: -1.5,56.5 + parent: 2 + - uid: 9558 + components: + - type: Transform + pos: -1.5,57.5 + parent: 2 + - uid: 9559 + components: + - type: Transform + pos: -1.5,58.5 + parent: 2 + - uid: 9560 + components: + - type: Transform + pos: -1.5,59.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: -1.5,60.5 + parent: 2 + - uid: 9562 + components: + - type: Transform + pos: -1.5,61.5 + parent: 2 + - uid: 9563 + components: + - type: Transform + pos: -1.5,62.5 + parent: 2 + - uid: 9564 + components: + - type: Transform + pos: -1.5,63.5 + parent: 2 + - uid: 9565 + components: + - type: Transform + pos: -1.5,64.5 + parent: 2 + - uid: 9566 + components: + - type: Transform + pos: -1.5,65.5 + parent: 2 + - uid: 9567 + components: + - type: Transform + pos: -1.5,66.5 + parent: 2 + - uid: 9568 + components: + - type: Transform + pos: -1.5,67.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: -2.5,56.5 + parent: 2 + - uid: 9570 + components: + - type: Transform + pos: -2.5,57.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: -2.5,58.5 + parent: 2 + - uid: 9572 + components: + - type: Transform + pos: -2.5,59.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: -2.5,60.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + pos: -2.5,61.5 + parent: 2 + - uid: 9575 + components: + - type: Transform + pos: -2.5,62.5 + parent: 2 + - uid: 9576 + components: + - type: Transform + pos: -2.5,63.5 + parent: 2 + - uid: 9577 + components: + - type: Transform + pos: -2.5,64.5 + parent: 2 + - uid: 9578 + components: + - type: Transform + pos: -2.5,65.5 + parent: 2 + - uid: 9579 + components: + - type: Transform + pos: -2.5,66.5 + parent: 2 + - uid: 9580 + components: + - type: Transform + pos: -2.5,67.5 + parent: 2 + - uid: 9581 + components: + - type: Transform + pos: -3.5,56.5 + parent: 2 + - uid: 9582 + components: + - type: Transform + pos: -3.5,57.5 + parent: 2 + - uid: 9583 + components: + - type: Transform + pos: -3.5,58.5 + parent: 2 + - uid: 9584 + components: + - type: Transform + pos: -3.5,59.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + pos: -3.5,60.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - uid: 9587 + components: + - type: Transform + pos: -3.5,62.5 + parent: 2 + - uid: 9588 + components: + - type: Transform + pos: -3.5,63.5 + parent: 2 + - uid: 9589 + components: + - type: Transform + pos: -3.5,64.5 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: -3.5,65.5 + parent: 2 + - uid: 9591 + components: + - type: Transform + pos: -3.5,66.5 + parent: 2 + - uid: 9592 + components: + - type: Transform + pos: -3.5,67.5 + parent: 2 + - uid: 9593 + components: + - type: Transform + pos: -4.5,56.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + pos: -4.5,57.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: -4.5,58.5 + parent: 2 + - uid: 9596 + components: + - type: Transform + pos: -4.5,59.5 + parent: 2 + - uid: 9597 + components: + - type: Transform + pos: -4.5,60.5 + parent: 2 + - uid: 9598 + components: + - type: Transform + pos: -4.5,61.5 + parent: 2 + - uid: 9599 + components: + - type: Transform + pos: -4.5,62.5 + parent: 2 + - uid: 9600 + components: + - type: Transform + pos: -4.5,63.5 + parent: 2 + - uid: 9601 + components: + - type: Transform + pos: -4.5,64.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: -4.5,65.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + pos: -4.5,66.5 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: -4.5,67.5 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: -5.5,56.5 + parent: 2 + - uid: 9606 + components: + - type: Transform + pos: -5.5,57.5 + parent: 2 + - uid: 9607 + components: + - type: Transform + pos: -5.5,58.5 + parent: 2 + - uid: 9608 + components: + - type: Transform + pos: -5.5,59.5 + parent: 2 + - uid: 9609 + components: + - type: Transform + pos: -5.5,60.5 + parent: 2 + - uid: 9610 + components: + - type: Transform + pos: -5.5,61.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + pos: -5.5,62.5 + parent: 2 + - uid: 9612 + components: + - type: Transform + pos: -5.5,63.5 + parent: 2 + - uid: 9613 + components: + - type: Transform + pos: -5.5,64.5 + parent: 2 + - uid: 9614 + components: + - type: Transform + pos: -5.5,65.5 + parent: 2 + - uid: 9615 + components: + - type: Transform + pos: -5.5,66.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + pos: -5.5,67.5 + parent: 2 + - uid: 9617 + components: + - type: Transform + pos: -6.5,56.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + pos: -6.5,57.5 + parent: 2 + - uid: 9619 + components: + - type: Transform + pos: -6.5,58.5 + parent: 2 + - uid: 9620 + components: + - type: Transform + pos: -6.5,59.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + pos: -6.5,60.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: -6.5,61.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: -6.5,62.5 + parent: 2 + - uid: 9624 + components: + - type: Transform + pos: -6.5,63.5 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: -6.5,64.5 + parent: 2 + - uid: 9626 + components: + - type: Transform + pos: -6.5,65.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: -6.5,66.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: -6.5,67.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: -7.5,56.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + pos: -7.5,57.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: -7.5,58.5 + parent: 2 + - uid: 9632 + components: + - type: Transform + pos: -7.5,59.5 + parent: 2 + - uid: 9633 + components: + - type: Transform + pos: -7.5,60.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + pos: -7.5,61.5 + parent: 2 + - uid: 9635 + components: + - type: Transform + pos: -7.5,62.5 + parent: 2 + - uid: 9636 + components: + - type: Transform + pos: -7.5,63.5 + parent: 2 + - uid: 9637 + components: + - type: Transform + pos: -7.5,64.5 + parent: 2 + - uid: 9638 + components: + - type: Transform + pos: -7.5,65.5 + parent: 2 + - uid: 9639 + components: + - type: Transform + pos: -7.5,66.5 + parent: 2 + - uid: 9640 + components: + - type: Transform + pos: -7.5,67.5 + parent: 2 + - uid: 9641 + components: + - type: Transform + pos: -8.5,56.5 + parent: 2 + - uid: 9642 + components: + - type: Transform + pos: -8.5,57.5 + parent: 2 + - uid: 9643 + components: + - type: Transform + pos: -8.5,58.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: -8.5,59.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: -8.5,60.5 + parent: 2 + - uid: 9646 + components: + - type: Transform + pos: -8.5,61.5 + parent: 2 + - uid: 9647 + components: + - type: Transform + pos: -8.5,62.5 + parent: 2 + - uid: 9648 + components: + - type: Transform + pos: -8.5,63.5 + parent: 2 + - uid: 9649 + components: + - type: Transform + pos: -8.5,64.5 + parent: 2 + - uid: 9650 + components: + - type: Transform + pos: -8.5,65.5 + parent: 2 + - uid: 9651 + components: + - type: Transform + pos: -8.5,66.5 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 + - uid: 9653 + components: + - type: Transform + pos: -9.5,56.5 + parent: 2 + - uid: 9654 + components: + - type: Transform + pos: -9.5,57.5 + parent: 2 + - uid: 9655 + components: + - type: Transform + pos: -9.5,58.5 + parent: 2 + - uid: 9656 + components: + - type: Transform + pos: -9.5,59.5 + parent: 2 + - uid: 9657 + components: + - type: Transform + pos: -9.5,60.5 + parent: 2 + - uid: 9658 + components: + - type: Transform + pos: -9.5,61.5 + parent: 2 + - uid: 9659 + components: + - type: Transform + pos: -9.5,62.5 + parent: 2 + - uid: 9660 + components: + - type: Transform + pos: -9.5,63.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + pos: -9.5,64.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: -9.5,65.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: -9.5,66.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: -9.5,67.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + pos: -10.5,56.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + pos: -10.5,57.5 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: -10.5,58.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: -10.5,59.5 + parent: 2 + - uid: 9669 + components: + - type: Transform + pos: -10.5,60.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + pos: -10.5,61.5 + parent: 2 + - uid: 9671 + components: + - type: Transform + pos: -10.5,62.5 + parent: 2 + - uid: 9672 + components: + - type: Transform + pos: -10.5,63.5 + parent: 2 + - uid: 9673 + components: + - type: Transform + pos: -10.5,64.5 + parent: 2 + - uid: 9674 + components: + - type: Transform + pos: -10.5,65.5 + parent: 2 + - uid: 9675 + components: + - type: Transform + pos: -10.5,66.5 + parent: 2 + - uid: 9676 + components: + - type: Transform + pos: -10.5,67.5 + parent: 2 + - uid: 9677 + components: + - type: Transform + pos: -11.5,56.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + pos: -11.5,57.5 + parent: 2 + - uid: 9679 + components: + - type: Transform + pos: -11.5,58.5 + parent: 2 + - uid: 9680 + components: + - type: Transform + pos: -11.5,59.5 + parent: 2 + - uid: 9681 + components: + - type: Transform + pos: -11.5,60.5 + parent: 2 + - uid: 9682 + components: + - type: Transform + pos: -11.5,61.5 + parent: 2 + - uid: 9683 + components: + - type: Transform + pos: -11.5,62.5 + parent: 2 + - uid: 9684 + components: + - type: Transform + pos: -11.5,63.5 + parent: 2 + - uid: 9685 + components: + - type: Transform + pos: -11.5,64.5 + parent: 2 + - uid: 9686 + components: + - type: Transform + pos: -11.5,65.5 + parent: 2 + - uid: 9687 + components: + - type: Transform + pos: -11.5,66.5 + parent: 2 + - uid: 9688 + components: + - type: Transform + pos: -11.5,67.5 + parent: 2 + - uid: 9689 + components: + - type: Transform + pos: -12.5,56.5 + parent: 2 + - uid: 9690 + components: + - type: Transform + pos: -12.5,57.5 + parent: 2 + - uid: 9691 + components: + - type: Transform + pos: -12.5,58.5 + parent: 2 + - uid: 9692 + components: + - type: Transform + pos: -12.5,59.5 + parent: 2 + - uid: 9693 + components: + - type: Transform + pos: -12.5,60.5 + parent: 2 + - uid: 9694 + components: + - type: Transform + pos: -12.5,61.5 + parent: 2 + - uid: 9695 + components: + - type: Transform + pos: -12.5,62.5 + parent: 2 + - uid: 9696 + components: + - type: Transform + pos: -12.5,63.5 + parent: 2 + - uid: 9697 + components: + - type: Transform + pos: -12.5,64.5 + parent: 2 + - uid: 9698 + components: + - type: Transform + pos: -12.5,65.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: -12.5,66.5 + parent: 2 + - uid: 9700 + components: + - type: Transform + pos: -12.5,67.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + pos: -13.5,56.5 + parent: 2 + - uid: 9702 + components: + - type: Transform + pos: -13.5,57.5 + parent: 2 + - uid: 9703 + components: + - type: Transform + pos: -13.5,58.5 + parent: 2 + - uid: 9704 + components: + - type: Transform + pos: -13.5,59.5 + parent: 2 + - uid: 9705 + components: + - type: Transform + pos: -13.5,60.5 + parent: 2 + - uid: 9706 + components: + - type: Transform + pos: -13.5,61.5 + parent: 2 + - uid: 9707 + components: + - type: Transform + pos: -13.5,62.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: -13.5,63.5 + parent: 2 + - uid: 9709 + components: + - type: Transform + pos: -13.5,64.5 + parent: 2 + - uid: 9710 + components: + - type: Transform + pos: -13.5,65.5 + parent: 2 + - uid: 9711 + components: + - type: Transform + pos: -13.5,66.5 + parent: 2 + - uid: 9712 + components: + - type: Transform + pos: -13.5,67.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + pos: -14.5,56.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + pos: -14.5,57.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + pos: -14.5,58.5 + parent: 2 + - uid: 9716 + components: + - type: Transform + pos: -14.5,59.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: -14.5,60.5 + parent: 2 + - uid: 9718 + components: + - type: Transform + pos: -14.5,61.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + pos: -14.5,62.5 + parent: 2 + - uid: 9720 + components: + - type: Transform + pos: -14.5,63.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + pos: -14.5,64.5 + parent: 2 + - uid: 9722 + components: + - type: Transform + pos: -14.5,65.5 + parent: 2 + - uid: 9723 + components: + - type: Transform + pos: -14.5,66.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + pos: -14.5,67.5 + parent: 2 + - uid: 9725 + components: + - type: Transform + pos: -15.5,56.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + pos: -15.5,57.5 + parent: 2 + - uid: 9727 + components: + - type: Transform + pos: -15.5,58.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + pos: -15.5,59.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + pos: -15.5,60.5 + parent: 2 + - uid: 9730 + components: + - type: Transform + pos: -15.5,61.5 + parent: 2 + - uid: 9731 + components: + - type: Transform + pos: -15.5,62.5 + parent: 2 + - uid: 9732 + components: + - type: Transform + pos: -15.5,63.5 + parent: 2 + - uid: 9733 + components: + - type: Transform + pos: -15.5,64.5 + parent: 2 + - uid: 9734 + components: + - type: Transform + pos: -15.5,65.5 + parent: 2 + - uid: 9735 + components: + - type: Transform + pos: -15.5,66.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + pos: -15.5,67.5 + parent: 2 + - uid: 9737 + components: + - type: Transform + pos: -16.5,56.5 + parent: 2 + - uid: 9738 + components: + - type: Transform + pos: -16.5,57.5 + parent: 2 + - uid: 9739 + components: + - type: Transform + pos: -16.5,58.5 + parent: 2 + - uid: 9740 + components: + - type: Transform + pos: -16.5,59.5 + parent: 2 + - uid: 9741 + components: + - type: Transform + pos: -16.5,60.5 + parent: 2 + - uid: 9742 + components: + - type: Transform + pos: -16.5,61.5 + parent: 2 + - uid: 9743 + components: + - type: Transform + pos: -16.5,62.5 + parent: 2 + - uid: 9744 + components: + - type: Transform + pos: -16.5,63.5 + parent: 2 + - uid: 9745 + components: + - type: Transform + pos: -16.5,64.5 + parent: 2 + - uid: 9746 + components: + - type: Transform + pos: -16.5,65.5 + parent: 2 + - uid: 9747 + components: + - type: Transform + pos: -16.5,66.5 + parent: 2 + - uid: 9748 + components: + - type: Transform + pos: -16.5,67.5 + parent: 2 + - uid: 9749 + components: + - type: Transform + pos: -17.5,56.5 + parent: 2 + - uid: 9750 + components: + - type: Transform + pos: -17.5,57.5 + parent: 2 + - uid: 9751 + components: + - type: Transform + pos: -17.5,58.5 + parent: 2 + - uid: 9752 + components: + - type: Transform + pos: -17.5,59.5 + parent: 2 + - uid: 9753 + components: + - type: Transform + pos: -17.5,60.5 + parent: 2 + - uid: 9754 + components: + - type: Transform + pos: -17.5,61.5 + parent: 2 + - uid: 9755 + components: + - type: Transform + pos: -17.5,62.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + pos: -17.5,63.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + pos: -17.5,64.5 + parent: 2 + - uid: 9758 + components: + - type: Transform + pos: -17.5,65.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + pos: -17.5,66.5 + parent: 2 + - uid: 9760 + components: + - type: Transform + pos: -17.5,67.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + pos: -18.5,56.5 + parent: 2 + - uid: 9762 + components: + - type: Transform + pos: -18.5,57.5 + parent: 2 + - uid: 9763 + components: + - type: Transform + pos: -18.5,58.5 + parent: 2 + - uid: 9764 + components: + - type: Transform + pos: -18.5,59.5 + parent: 2 + - uid: 9765 + components: + - type: Transform + pos: -18.5,60.5 + parent: 2 + - uid: 9766 + components: + - type: Transform + pos: -18.5,61.5 + parent: 2 + - uid: 9767 + components: + - type: Transform + pos: -18.5,62.5 + parent: 2 + - uid: 9768 + components: + - type: Transform + pos: -18.5,63.5 + parent: 2 + - uid: 9769 + components: + - type: Transform + pos: -18.5,64.5 + parent: 2 + - uid: 9770 + components: + - type: Transform + pos: -18.5,65.5 + parent: 2 + - uid: 9771 + components: + - type: Transform + pos: -18.5,66.5 + parent: 2 + - uid: 9772 + components: + - type: Transform + pos: -18.5,67.5 + parent: 2 + - uid: 9773 + components: + - type: Transform + pos: -19.5,56.5 + parent: 2 + - uid: 9774 + components: + - type: Transform + pos: -19.5,57.5 + parent: 2 + - uid: 9775 + components: + - type: Transform + pos: -19.5,58.5 + parent: 2 + - uid: 9776 + components: + - type: Transform + pos: -19.5,59.5 + parent: 2 + - uid: 9777 + components: + - type: Transform + pos: -19.5,60.5 + parent: 2 + - uid: 9778 + components: + - type: Transform + pos: -19.5,61.5 + parent: 2 + - uid: 9779 + components: + - type: Transform + pos: -19.5,62.5 + parent: 2 + - uid: 9780 + components: + - type: Transform + pos: -19.5,63.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + pos: -19.5,64.5 + parent: 2 + - uid: 9782 + components: + - type: Transform + pos: -19.5,65.5 + parent: 2 + - uid: 9783 + components: + - type: Transform + pos: -19.5,66.5 + parent: 2 + - uid: 9784 + components: + - type: Transform + pos: -19.5,67.5 + parent: 2 + - uid: 9785 + components: + - type: Transform + pos: -21.5,56.5 + parent: 2 + - uid: 9786 + components: + - type: Transform + pos: -21.5,57.5 + parent: 2 + - uid: 9787 + components: + - type: Transform + pos: -21.5,58.5 + parent: 2 + - uid: 9788 + components: + - type: Transform + pos: -21.5,59.5 + parent: 2 + - uid: 9789 + components: + - type: Transform + pos: -21.5,60.5 + parent: 2 + - uid: 9790 + components: + - type: Transform + pos: -21.5,61.5 + parent: 2 + - uid: 9791 + components: + - type: Transform + pos: -21.5,62.5 + parent: 2 + - uid: 9792 + components: + - type: Transform + pos: -21.5,63.5 + parent: 2 + - uid: 9793 + components: + - type: Transform + pos: -21.5,64.5 + parent: 2 + - uid: 9794 + components: + - type: Transform + pos: -21.5,65.5 + parent: 2 + - uid: 9795 + components: + - type: Transform + pos: -21.5,66.5 + parent: 2 + - uid: 9796 + components: + - type: Transform + pos: -21.5,67.5 + parent: 2 + - uid: 9797 + components: + - type: Transform + pos: -22.5,56.5 + parent: 2 + - uid: 9798 + components: + - type: Transform + pos: -22.5,57.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + pos: -22.5,58.5 + parent: 2 + - uid: 9800 + components: + - type: Transform + pos: -22.5,59.5 + parent: 2 + - uid: 9801 + components: + - type: Transform + pos: -22.5,60.5 + parent: 2 + - uid: 9802 + components: + - type: Transform + pos: -22.5,61.5 + parent: 2 + - uid: 9803 + components: + - type: Transform + pos: -22.5,62.5 + parent: 2 + - uid: 9804 + components: + - type: Transform + pos: -22.5,63.5 + parent: 2 + - uid: 9805 + components: + - type: Transform + pos: -22.5,64.5 + parent: 2 + - uid: 9806 + components: + - type: Transform + pos: -22.5,65.5 + parent: 2 + - uid: 9807 + components: + - type: Transform + pos: -22.5,66.5 + parent: 2 + - uid: 9808 + components: + - type: Transform + pos: -22.5,67.5 + parent: 2 + - uid: 9809 + components: + - type: Transform + pos: -23.5,56.5 + parent: 2 + - uid: 9810 + components: + - type: Transform + pos: -23.5,57.5 + parent: 2 + - uid: 9811 + components: + - type: Transform + pos: -23.5,58.5 + parent: 2 + - uid: 9812 + components: + - type: Transform + pos: -23.5,59.5 + parent: 2 + - uid: 9813 + components: + - type: Transform + pos: -23.5,60.5 + parent: 2 + - uid: 9814 + components: + - type: Transform + pos: -23.5,61.5 + parent: 2 + - uid: 9815 + components: + - type: Transform + pos: -23.5,62.5 + parent: 2 + - uid: 9816 + components: + - type: Transform + pos: -23.5,63.5 + parent: 2 + - uid: 9817 + components: + - type: Transform + pos: -23.5,64.5 + parent: 2 + - uid: 9818 + components: + - type: Transform + pos: -23.5,65.5 + parent: 2 + - uid: 9819 + components: + - type: Transform + pos: -23.5,66.5 + parent: 2 + - uid: 9820 + components: + - type: Transform + pos: -23.5,67.5 + parent: 2 + - uid: 9821 + components: + - type: Transform + pos: -24.5,56.5 + parent: 2 + - uid: 9822 + components: + - type: Transform + pos: -24.5,57.5 + parent: 2 + - uid: 9823 + components: + - type: Transform + pos: -24.5,58.5 + parent: 2 + - uid: 9824 + components: + - type: Transform + pos: -24.5,59.5 + parent: 2 + - uid: 9825 + components: + - type: Transform + pos: -24.5,60.5 + parent: 2 + - uid: 9826 + components: + - type: Transform + pos: -24.5,61.5 + parent: 2 + - uid: 9827 + components: + - type: Transform + pos: -24.5,62.5 + parent: 2 + - uid: 9828 + components: + - type: Transform + pos: -24.5,63.5 + parent: 2 + - uid: 9829 + components: + - type: Transform + pos: -24.5,64.5 + parent: 2 + - uid: 9830 + components: + - type: Transform + pos: -24.5,65.5 + parent: 2 + - uid: 9831 + components: + - type: Transform + pos: -24.5,66.5 + parent: 2 + - uid: 9832 + components: + - type: Transform + pos: -24.5,67.5 + parent: 2 + - uid: 9833 + components: + - type: Transform + pos: -25.5,56.5 + parent: 2 + - uid: 9834 + components: + - type: Transform + pos: -25.5,57.5 + parent: 2 + - uid: 9835 + components: + - type: Transform + pos: -25.5,58.5 + parent: 2 + - uid: 9836 + components: + - type: Transform + pos: -25.5,59.5 + parent: 2 + - uid: 9837 + components: + - type: Transform + pos: -25.5,60.5 + parent: 2 + - uid: 9838 + components: + - type: Transform + pos: -25.5,61.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + pos: -25.5,62.5 + parent: 2 + - uid: 9840 + components: + - type: Transform + pos: -25.5,63.5 + parent: 2 + - uid: 9841 + components: + - type: Transform + pos: -25.5,64.5 + parent: 2 + - uid: 9842 + components: + - type: Transform + pos: -25.5,65.5 + parent: 2 + - uid: 9843 + components: + - type: Transform + pos: -25.5,66.5 + parent: 2 + - uid: 9844 + components: + - type: Transform + pos: -25.5,67.5 + parent: 2 + - uid: 9845 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 9846 + components: + - type: Transform + pos: -26.5,57.5 + parent: 2 + - uid: 9847 + components: + - type: Transform + pos: -26.5,58.5 + parent: 2 + - uid: 9848 + components: + - type: Transform + pos: -26.5,59.5 + parent: 2 + - uid: 9849 + components: + - type: Transform + pos: -26.5,60.5 + parent: 2 + - uid: 9850 + components: + - type: Transform + pos: -26.5,61.5 + parent: 2 + - uid: 9851 + components: + - type: Transform + pos: -26.5,62.5 + parent: 2 + - uid: 9852 + components: + - type: Transform + pos: -26.5,63.5 + parent: 2 + - uid: 9853 + components: + - type: Transform + pos: -26.5,64.5 + parent: 2 + - uid: 9854 + components: + - type: Transform + pos: -26.5,65.5 + parent: 2 + - uid: 9855 + components: + - type: Transform + pos: -26.5,66.5 + parent: 2 + - uid: 9856 + components: + - type: Transform + pos: -26.5,67.5 + parent: 2 + - uid: 9857 + components: + - type: Transform + pos: -27.5,56.5 + parent: 2 + - uid: 9858 + components: + - type: Transform + pos: -27.5,57.5 + parent: 2 + - uid: 9859 + components: + - type: Transform + pos: -27.5,58.5 + parent: 2 + - uid: 9860 + components: + - type: Transform + pos: -27.5,59.5 + parent: 2 + - uid: 9861 + components: + - type: Transform + pos: -27.5,60.5 + parent: 2 + - uid: 9862 + components: + - type: Transform + pos: -27.5,61.5 + parent: 2 + - uid: 9863 + components: + - type: Transform + pos: -27.5,62.5 + parent: 2 + - uid: 9864 + components: + - type: Transform + pos: -27.5,63.5 + parent: 2 + - uid: 9865 + components: + - type: Transform + pos: -27.5,64.5 + parent: 2 + - uid: 9866 + components: + - type: Transform + pos: -27.5,65.5 + parent: 2 + - uid: 9867 + components: + - type: Transform + pos: -27.5,66.5 + parent: 2 + - uid: 9868 + components: + - type: Transform + pos: -27.5,67.5 + parent: 2 + - uid: 9869 + components: + - type: Transform + pos: -28.5,56.5 + parent: 2 + - uid: 9870 + components: + - type: Transform + pos: -28.5,57.5 + parent: 2 + - uid: 9871 + components: + - type: Transform + pos: -28.5,58.5 + parent: 2 + - uid: 9872 + components: + - type: Transform + pos: -28.5,59.5 + parent: 2 + - uid: 9873 + components: + - type: Transform + pos: -28.5,60.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + pos: -28.5,61.5 + parent: 2 + - uid: 9875 + components: + - type: Transform + pos: -28.5,62.5 + parent: 2 + - uid: 9876 + components: + - type: Transform + pos: -28.5,63.5 + parent: 2 + - uid: 9877 + components: + - type: Transform + pos: -28.5,64.5 + parent: 2 + - uid: 9878 + components: + - type: Transform + pos: -28.5,65.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + pos: -28.5,66.5 + parent: 2 + - uid: 9880 + components: + - type: Transform + pos: -28.5,67.5 + parent: 2 + - uid: 9881 + components: + - type: Transform + pos: -29.5,56.5 + parent: 2 + - uid: 9882 + components: + - type: Transform + pos: -29.5,57.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + pos: -29.5,58.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + pos: -29.5,59.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + pos: -29.5,60.5 + parent: 2 + - uid: 9886 + components: + - type: Transform + pos: -29.5,61.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + pos: -29.5,62.5 + parent: 2 + - uid: 9888 + components: + - type: Transform + pos: -29.5,63.5 + parent: 2 + - uid: 9889 + components: + - type: Transform + pos: -29.5,64.5 + parent: 2 + - uid: 9890 + components: + - type: Transform + pos: -29.5,65.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + pos: -29.5,66.5 + parent: 2 + - uid: 9892 + components: + - type: Transform + pos: -29.5,67.5 + parent: 2 + - uid: 9893 + components: + - type: Transform + pos: -30.5,56.5 + parent: 2 + - uid: 9894 + components: + - type: Transform + pos: -30.5,57.5 + parent: 2 + - uid: 9895 + components: + - type: Transform + pos: -30.5,58.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + pos: -30.5,59.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + pos: -30.5,60.5 + parent: 2 + - uid: 9898 + components: + - type: Transform + pos: -30.5,61.5 + parent: 2 + - uid: 9899 + components: + - type: Transform + pos: -30.5,62.5 + parent: 2 + - uid: 9900 + components: + - type: Transform + pos: -30.5,63.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + pos: -30.5,64.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + pos: -30.5,65.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + pos: -30.5,66.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: -30.5,67.5 + parent: 2 + - uid: 9905 + components: + - type: Transform + pos: -31.5,56.5 + parent: 2 + - uid: 9906 + components: + - type: Transform + pos: -31.5,57.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + pos: -31.5,58.5 + parent: 2 + - uid: 9908 + components: + - type: Transform + pos: -31.5,59.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + pos: -31.5,60.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + pos: -31.5,61.5 + parent: 2 + - uid: 9911 + components: + - type: Transform + pos: -31.5,62.5 + parent: 2 + - uid: 9912 + components: + - type: Transform + pos: -31.5,63.5 + parent: 2 + - uid: 9913 + components: + - type: Transform + pos: -31.5,64.5 + parent: 2 + - uid: 9914 + components: + - type: Transform + pos: -31.5,65.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + pos: -31.5,66.5 + parent: 2 + - uid: 9916 + components: + - type: Transform + pos: -31.5,67.5 + parent: 2 + - uid: 9917 + components: + - type: Transform + pos: -32.5,56.5 + parent: 2 + - uid: 9918 + components: + - type: Transform + pos: -32.5,57.5 + parent: 2 + - uid: 9919 + components: + - type: Transform + pos: -32.5,58.5 + parent: 2 + - uid: 9920 + components: + - type: Transform + pos: -32.5,59.5 + parent: 2 + - uid: 9921 + components: + - type: Transform + pos: -32.5,60.5 + parent: 2 + - uid: 9922 + components: + - type: Transform + pos: -32.5,61.5 + parent: 2 + - uid: 9923 + components: + - type: Transform + pos: -32.5,62.5 + parent: 2 + - uid: 9924 + components: + - type: Transform + pos: -32.5,63.5 + parent: 2 + - uid: 9925 + components: + - type: Transform + pos: -32.5,64.5 + parent: 2 + - uid: 9926 + components: + - type: Transform + pos: -32.5,65.5 + parent: 2 + - uid: 9927 + components: + - type: Transform + pos: -32.5,66.5 + parent: 2 + - uid: 9928 + components: + - type: Transform + pos: -32.5,67.5 + parent: 2 + - uid: 9929 + components: + - type: Transform + pos: -33.5,56.5 + parent: 2 + - uid: 9930 + components: + - type: Transform + pos: -33.5,57.5 + parent: 2 + - uid: 9931 + components: + - type: Transform + pos: -33.5,58.5 + parent: 2 + - uid: 9932 + components: + - type: Transform + pos: -33.5,59.5 + parent: 2 + - uid: 9933 + components: + - type: Transform + pos: -33.5,60.5 + parent: 2 + - uid: 9934 + components: + - type: Transform + pos: -33.5,61.5 + parent: 2 + - uid: 9935 + components: + - type: Transform + pos: -33.5,62.5 + parent: 2 + - uid: 9936 + components: + - type: Transform + pos: -33.5,63.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + pos: -33.5,64.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + pos: -33.5,65.5 + parent: 2 + - uid: 9939 + components: + - type: Transform + pos: -33.5,66.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + pos: -33.5,67.5 + parent: 2 + - uid: 9941 + components: + - type: Transform + pos: -34.5,56.5 + parent: 2 + - uid: 9942 + components: + - type: Transform + pos: -34.5,57.5 + parent: 2 + - uid: 9943 + components: + - type: Transform + pos: -34.5,58.5 + parent: 2 + - uid: 9944 + components: + - type: Transform + pos: -34.5,59.5 + parent: 2 + - uid: 9945 + components: + - type: Transform + pos: -34.5,60.5 + parent: 2 + - uid: 9946 + components: + - type: Transform + pos: -34.5,61.5 + parent: 2 + - uid: 9947 + components: + - type: Transform + pos: -34.5,62.5 + parent: 2 + - uid: 9948 + components: + - type: Transform + pos: -34.5,63.5 + parent: 2 + - uid: 9949 + components: + - type: Transform + pos: -34.5,64.5 + parent: 2 + - uid: 9950 + components: + - type: Transform + pos: -34.5,65.5 + parent: 2 + - uid: 9951 + components: + - type: Transform + pos: -34.5,66.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + pos: -34.5,67.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + pos: -35.5,56.5 + parent: 2 + - uid: 9954 + components: + - type: Transform + pos: -35.5,57.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + pos: -35.5,58.5 + parent: 2 + - uid: 9956 + components: + - type: Transform + pos: -35.5,59.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + pos: -35.5,60.5 + parent: 2 + - uid: 9958 + components: + - type: Transform + pos: -35.5,61.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + pos: -35.5,62.5 + parent: 2 + - uid: 9960 + components: + - type: Transform + pos: -35.5,63.5 + parent: 2 + - uid: 9961 + components: + - type: Transform + pos: -35.5,64.5 + parent: 2 + - uid: 9962 + components: + - type: Transform + pos: -35.5,65.5 + parent: 2 + - uid: 9963 + components: + - type: Transform + pos: -35.5,66.5 + parent: 2 + - uid: 9964 + components: + - type: Transform + pos: -35.5,67.5 + parent: 2 + - uid: 9965 + components: + - type: Transform + pos: -36.5,56.5 + parent: 2 + - uid: 9966 + components: + - type: Transform + pos: -36.5,57.5 + parent: 2 + - uid: 9967 + components: + - type: Transform + pos: -36.5,58.5 + parent: 2 + - uid: 9968 + components: + - type: Transform + pos: -36.5,59.5 + parent: 2 + - uid: 9969 + components: + - type: Transform + pos: -36.5,60.5 + parent: 2 + - uid: 9970 + components: + - type: Transform + pos: -36.5,61.5 + parent: 2 + - uid: 9971 + components: + - type: Transform + pos: -36.5,62.5 + parent: 2 + - uid: 9972 + components: + - type: Transform + pos: -36.5,63.5 + parent: 2 + - uid: 9973 + components: + - type: Transform + pos: -36.5,64.5 + parent: 2 + - uid: 9974 + components: + - type: Transform + pos: -36.5,65.5 + parent: 2 + - uid: 9975 + components: + - type: Transform + pos: -36.5,66.5 + parent: 2 + - uid: 9976 + components: + - type: Transform + pos: -36.5,67.5 + parent: 2 + - uid: 9977 + components: + - type: Transform + pos: -37.5,56.5 + parent: 2 + - uid: 9978 + components: + - type: Transform + pos: -37.5,57.5 + parent: 2 + - uid: 9979 + components: + - type: Transform + pos: -37.5,58.5 + parent: 2 + - uid: 9980 + components: + - type: Transform + pos: -37.5,59.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + pos: -37.5,60.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + pos: -37.5,61.5 + parent: 2 + - uid: 9983 + components: + - type: Transform + pos: -37.5,62.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + pos: -37.5,63.5 + parent: 2 + - uid: 9985 + components: + - type: Transform + pos: -37.5,64.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + pos: -37.5,65.5 + parent: 2 + - uid: 9987 + components: + - type: Transform + pos: -37.5,66.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + pos: -37.5,67.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + pos: -38.5,56.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + pos: -38.5,57.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + pos: -38.5,58.5 + parent: 2 + - uid: 9992 + components: + - type: Transform + pos: -38.5,59.5 + parent: 2 + - uid: 9993 + components: + - type: Transform + pos: -38.5,60.5 + parent: 2 + - uid: 9994 + components: + - type: Transform + pos: -38.5,61.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + pos: -38.5,62.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + pos: -38.5,63.5 + parent: 2 + - uid: 9997 + components: + - type: Transform + pos: -38.5,64.5 + parent: 2 + - uid: 9998 + components: + - type: Transform + pos: -38.5,65.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: -38.5,66.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + pos: -38.5,67.5 + parent: 2 + - uid: 10001 + components: + - type: Transform + pos: -39.5,56.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + pos: -39.5,57.5 + parent: 2 + - uid: 10003 + components: + - type: Transform + pos: -39.5,58.5 + parent: 2 + - uid: 10004 + components: + - type: Transform + pos: -39.5,59.5 + parent: 2 + - uid: 10005 + components: + - type: Transform + pos: -39.5,60.5 + parent: 2 + - uid: 10006 + components: + - type: Transform + pos: -39.5,61.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + pos: -39.5,62.5 + parent: 2 + - uid: 10008 + components: + - type: Transform + pos: -39.5,63.5 + parent: 2 + - uid: 10009 + components: + - type: Transform + pos: -39.5,64.5 + parent: 2 + - uid: 10010 + components: + - type: Transform + pos: -39.5,65.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + pos: -39.5,66.5 + parent: 2 + - uid: 10012 + components: + - type: Transform + pos: -39.5,67.5 + parent: 2 + - uid: 10013 + components: + - type: Transform + pos: -40.5,56.5 + parent: 2 + - uid: 10014 + components: + - type: Transform + pos: -40.5,57.5 + parent: 2 + - uid: 10015 + components: + - type: Transform + pos: -40.5,58.5 + parent: 2 + - uid: 10016 + components: + - type: Transform + pos: -40.5,59.5 + parent: 2 + - uid: 10017 + components: + - type: Transform + pos: -40.5,60.5 + parent: 2 + - uid: 10018 + components: + - type: Transform + pos: -40.5,61.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + pos: -40.5,62.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + pos: -40.5,63.5 + parent: 2 + - uid: 10021 + components: + - type: Transform + pos: -40.5,64.5 + parent: 2 + - uid: 10022 + components: + - type: Transform + pos: -40.5,65.5 + parent: 2 + - uid: 10023 + components: + - type: Transform + pos: -40.5,66.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + pos: -40.5,67.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + pos: -41.5,56.5 + parent: 2 + - uid: 10026 + components: + - type: Transform + pos: -41.5,57.5 + parent: 2 + - uid: 10027 + components: + - type: Transform + pos: -41.5,58.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: -41.5,59.5 + parent: 2 + - uid: 10029 + components: + - type: Transform + pos: -41.5,60.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: -41.5,61.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: -41.5,62.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: -41.5,63.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: -41.5,64.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: -41.5,65.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: -41.5,66.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: -41.5,67.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + pos: -42.5,56.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: -42.5,57.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: -42.5,58.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: -42.5,59.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + pos: -42.5,60.5 + parent: 2 + - uid: 10042 + components: + - type: Transform + pos: -42.5,61.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + pos: -42.5,62.5 + parent: 2 + - uid: 10044 + components: + - type: Transform + pos: -42.5,63.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: -42.5,64.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: -42.5,65.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + pos: -42.5,66.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: -42.5,67.5 + parent: 2 + - uid: 10049 + components: + - type: Transform + pos: -43.5,56.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: -43.5,57.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: -43.5,58.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + pos: -43.5,59.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: -43.5,60.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + pos: -43.5,61.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: -43.5,62.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + pos: -43.5,63.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + pos: -43.5,64.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: -43.5,65.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: -43.5,66.5 + parent: 2 + - uid: 10060 + components: + - type: Transform + pos: -43.5,67.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + pos: -44.5,56.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: -44.5,57.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: -44.5,58.5 + parent: 2 + - uid: 10064 + components: + - type: Transform + pos: -44.5,59.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + pos: -44.5,60.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + pos: -44.5,61.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: -44.5,62.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: -44.5,63.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: -44.5,64.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + pos: -44.5,65.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + pos: -44.5,66.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + pos: -44.5,67.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + pos: -45.5,56.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: -45.5,57.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + pos: -45.5,58.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: -45.5,59.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: -45.5,60.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + pos: -45.5,61.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: -45.5,62.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: -45.5,63.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + pos: -45.5,64.5 + parent: 2 + - uid: 10082 + components: + - type: Transform + pos: -45.5,65.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: -45.5,66.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: -45.5,67.5 + parent: 2 + - uid: 10085 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: -46.5,57.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + pos: -46.5,58.5 + parent: 2 + - uid: 10088 + components: + - type: Transform + pos: -46.5,59.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + pos: -46.5,60.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: -46.5,61.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: -46.5,62.5 + parent: 2 + - uid: 10092 + components: + - type: Transform + pos: -46.5,63.5 + parent: 2 + - uid: 10093 + components: + - type: Transform + pos: -46.5,64.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + pos: -46.5,65.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + pos: -46.5,66.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + pos: -47.5,56.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + pos: -47.5,57.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: -47.5,58.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: -47.5,59.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: -47.5,60.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + pos: -47.5,61.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: -47.5,62.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + pos: -47.5,63.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + pos: -47.5,64.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + pos: -47.5,65.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + pos: -47.5,66.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + pos: -47.5,67.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: -48.5,56.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + pos: -48.5,57.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + pos: -48.5,58.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + pos: -48.5,59.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: -48.5,60.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + pos: -48.5,61.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: -48.5,62.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: -48.5,63.5 + parent: 2 + - uid: 10117 + components: + - type: Transform + pos: -48.5,64.5 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: -48.5,65.5 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: -48.5,66.5 + parent: 2 + - uid: 10120 + components: + - type: Transform + pos: -48.5,67.5 + parent: 2 + - uid: 10121 + components: + - type: Transform + pos: -49.5,56.5 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: -49.5,57.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: -49.5,58.5 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: -49.5,59.5 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: -49.5,60.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: -49.5,61.5 + parent: 2 + - uid: 10127 + components: + - type: Transform + pos: -49.5,62.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: -49.5,63.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -49.5,64.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + pos: -49.5,65.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + pos: -49.5,66.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + pos: -49.5,67.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + pos: -50.5,56.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: -50.5,57.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + pos: -50.5,58.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: -50.5,59.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + pos: -50.5,60.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + pos: -50.5,61.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + pos: -50.5,62.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + pos: -50.5,63.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + pos: -50.5,64.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + pos: -50.5,65.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: -50.5,66.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + pos: -50.5,67.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + pos: -51.5,56.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + pos: -51.5,57.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + pos: -51.5,58.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + pos: -51.5,59.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: -51.5,60.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + pos: -51.5,61.5 + parent: 2 + - uid: 10151 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: -51.5,63.5 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: -51.5,64.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: -51.5,65.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: -51.5,66.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: -51.5,67.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: -52.5,56.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: -52.5,57.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: -52.5,58.5 + parent: 2 + - uid: 10160 + components: + - type: Transform + pos: -52.5,59.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: -52.5,60.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + pos: -52.5,61.5 + parent: 2 + - uid: 10163 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: -52.5,63.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: -52.5,64.5 + parent: 2 + - uid: 10166 + components: + - type: Transform + pos: -52.5,65.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: -52.5,66.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: -52.5,67.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: -53.5,56.5 + parent: 2 + - uid: 10170 + components: + - type: Transform + pos: -53.5,57.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: -53.5,58.5 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: -53.5,59.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: -53.5,60.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: -53.5,61.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: -53.5,63.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: -53.5,64.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: -53.5,65.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + pos: -53.5,66.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + pos: -53.5,67.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: -54.5,56.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: -54.5,57.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: -54.5,58.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + pos: -54.5,59.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: -54.5,60.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: -54.5,61.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: -54.5,63.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: -54.5,64.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: -54.5,65.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: -54.5,66.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: -54.5,67.5 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: -55.5,56.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: -55.5,57.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: -55.5,58.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: -55.5,59.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: -55.5,60.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: -55.5,61.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: -55.5,62.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: -55.5,63.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: -55.5,64.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: -55.5,65.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: -55.5,66.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: -55.5,67.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: -56.5,56.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: -56.5,57.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: -56.5,58.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: -56.5,59.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: -56.5,60.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: -56.5,61.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: -56.5,63.5 + parent: 2 + - uid: 10213 + components: + - type: Transform + pos: -56.5,64.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: -56.5,65.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: -56.5,66.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: -56.5,67.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: -57.5,56.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: -57.5,57.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: -57.5,58.5 + parent: 2 + - uid: 10220 + components: + - type: Transform + pos: -57.5,59.5 + parent: 2 + - uid: 10221 + components: + - type: Transform + pos: -57.5,60.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: -57.5,61.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: -57.5,63.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: -57.5,64.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: -57.5,65.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: -57.5,66.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: -57.5,67.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: -58.5,56.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + pos: -58.5,57.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + pos: -58.5,58.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + pos: -58.5,59.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + pos: -58.5,60.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: -58.5,61.5 + parent: 2 + - uid: 10235 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: -58.5,63.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: -58.5,64.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: -58.5,65.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: -58.5,66.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: -58.5,67.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: -59.5,56.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: -59.5,57.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: -59.5,58.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: -59.5,59.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: -59.5,60.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: -59.5,61.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: -59.5,63.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: -59.5,64.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: -59.5,65.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: -59.5,66.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: -59.5,67.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: -60.5,56.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: -60.5,57.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: -60.5,58.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: -60.5,59.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: -60.5,60.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: -60.5,61.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: -60.5,62.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: -60.5,63.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: -60.5,64.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: -60.5,65.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: -60.5,66.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: -60.5,67.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: -61.5,56.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: -61.5,62.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: -61.5,63.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: -61.5,64.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: -61.5,65.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: -61.5,66.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + pos: -61.5,67.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + pos: -62.5,56.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + pos: -62.5,57.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: -62.5,58.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: -62.5,59.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: -62.5,60.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: -62.5,61.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + pos: -62.5,62.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + pos: -62.5,63.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: -62.5,64.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: -62.5,65.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: -62.5,66.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: -62.5,67.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: -63.5,56.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: -63.5,57.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: -63.5,58.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + pos: -63.5,59.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: -63.5,60.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: -63.5,61.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: -63.5,62.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: -63.5,63.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: -63.5,64.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: -63.5,65.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: -63.5,66.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: -63.5,67.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: -64.5,56.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: -64.5,57.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: -64.5,58.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: -64.5,59.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: -64.5,60.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: -64.5,61.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + pos: -64.5,62.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: -64.5,63.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: -64.5,64.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: -64.5,65.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: -64.5,66.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: -64.5,67.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: -65.5,56.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: -65.5,57.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: -65.5,58.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: -65.5,59.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: -65.5,60.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: -65.5,61.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: -65.5,62.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: -65.5,63.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + pos: -65.5,65.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: -65.5,66.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: -65.5,67.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: -66.5,56.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: -66.5,57.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: -66.5,58.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + pos: -66.5,59.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: -66.5,60.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + pos: -66.5,61.5 + parent: 2 + - uid: 10331 + components: + - type: Transform + pos: -66.5,62.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: -66.5,63.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + pos: -66.5,64.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + pos: -66.5,65.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: -66.5,66.5 + parent: 2 + - uid: 10336 + components: + - type: Transform + pos: -66.5,67.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + pos: -67.5,56.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + pos: -67.5,57.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: -67.5,58.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: -67.5,59.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: -67.5,60.5 + parent: 2 + - uid: 10342 + components: + - type: Transform + pos: -67.5,61.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + pos: -67.5,62.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: -67.5,63.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: -67.5,64.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + pos: -67.5,65.5 + parent: 2 + - uid: 10347 + components: + - type: Transform + pos: -67.5,66.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: -67.5,67.5 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: -68.5,56.5 + parent: 2 + - uid: 10350 + components: + - type: Transform + pos: -68.5,57.5 + parent: 2 + - uid: 10351 + components: + - type: Transform + pos: -68.5,58.5 + parent: 2 + - uid: 10352 + components: + - type: Transform + pos: -68.5,59.5 + parent: 2 + - uid: 10353 + components: + - type: Transform + pos: -68.5,60.5 + parent: 2 + - uid: 10354 + components: + - type: Transform + pos: -68.5,61.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + pos: -68.5,62.5 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: -68.5,63.5 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: -68.5,64.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: -68.5,65.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + pos: -68.5,66.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + pos: -68.5,67.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: -69.5,56.5 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: -69.5,57.5 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: -69.5,58.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: -69.5,59.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: -69.5,60.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: -69.5,61.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + pos: -69.5,62.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: -69.5,63.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: -69.5,64.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: -69.5,65.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: -69.5,66.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: -69.5,67.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: -70.5,56.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: -70.5,57.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: -70.5,58.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: -70.5,59.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: -70.5,60.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: -70.5,61.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + pos: -70.5,62.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: -70.5,63.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: -70.5,64.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: -70.5,65.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: -70.5,66.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: -70.5,67.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: -71.5,56.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: -71.5,57.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: -71.5,58.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: -71.5,59.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + pos: -71.5,60.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: -71.5,61.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + pos: -71.5,62.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: -71.5,63.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: -71.5,64.5 + parent: 2 + - uid: 10394 + components: + - type: Transform + pos: -71.5,65.5 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: -71.5,66.5 + parent: 2 + - uid: 10396 + components: + - type: Transform + pos: -71.5,67.5 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: -72.5,67.5 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: -72.5,66.5 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: -72.5,65.5 + parent: 2 + - uid: 10400 + components: + - type: Transform + pos: -72.5,64.5 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: -72.5,63.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -72.5,62.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: -72.5,61.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: -72.5,60.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: -72.5,59.5 + parent: 2 + - uid: 10406 + components: + - type: Transform + pos: -72.5,58.5 + parent: 2 + - uid: 10407 + components: + - type: Transform + pos: -72.5,57.5 + parent: 2 + - uid: 10408 + components: + - type: Transform + pos: -72.5,56.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + pos: -72.5,55.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: -72.5,54.5 + parent: 2 + - uid: 10411 + components: + - type: Transform + pos: -72.5,53.5 + parent: 2 + - uid: 10412 + components: + - type: Transform + pos: -72.5,52.5 + parent: 2 + - uid: 10413 + components: + - type: Transform + pos: -72.5,51.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: -72.5,50.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: -72.5,49.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -72.5,48.5 + parent: 2 + - uid: 10417 + components: + - type: Transform + pos: -72.5,47.5 + parent: 2 + - uid: 10418 + components: + - type: Transform + pos: -72.5,46.5 + parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -72.5,45.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: -72.5,44.5 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -72.5,43.5 + parent: 2 + - uid: 10422 + components: + - type: Transform + pos: -72.5,42.5 + parent: 2 + - uid: 10423 + components: + - type: Transform + pos: -72.5,41.5 + parent: 2 + - uid: 10424 + components: + - type: Transform + pos: -72.5,40.5 + parent: 2 + - uid: 10425 + components: + - type: Transform + pos: -72.5,39.5 + parent: 2 + - uid: 10426 + components: + - type: Transform + pos: -72.5,38.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: -72.5,37.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + pos: -72.5,36.5 + parent: 2 + - uid: 10429 + components: + - type: Transform + pos: -72.5,35.5 + parent: 2 + - uid: 10430 + components: + - type: Transform + pos: -72.5,34.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: -72.5,33.5 + parent: 2 + - uid: 10432 + components: + - type: Transform + pos: -72.5,32.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: -72.5,31.5 + parent: 2 + - uid: 10434 + components: + - type: Transform + pos: -72.5,30.5 + parent: 2 + - uid: 10435 + components: + - type: Transform + pos: -72.5,29.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: -72.5,28.5 + parent: 2 + - uid: 10437 + components: + - type: Transform + pos: -72.5,27.5 + parent: 2 + - uid: 10438 + components: + - type: Transform + pos: -72.5,26.5 + parent: 2 + - uid: 10439 + components: + - type: Transform + pos: -72.5,25.5 + parent: 2 + - uid: 10440 + components: + - type: Transform + pos: -72.5,24.5 + parent: 2 + - uid: 10441 + components: + - type: Transform + pos: -72.5,23.5 + parent: 2 + - uid: 10442 + components: + - type: Transform + pos: -72.5,22.5 + parent: 2 + - uid: 10443 + components: + - type: Transform + pos: -72.5,21.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + pos: -72.5,20.5 + parent: 2 + - uid: 10445 + components: + - type: Transform + pos: -72.5,19.5 + parent: 2 + - uid: 10446 + components: + - type: Transform + pos: -72.5,18.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: -72.5,17.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: -72.5,16.5 + parent: 2 + - uid: 10449 + components: + - type: Transform + pos: -72.5,15.5 + parent: 2 + - uid: 10450 + components: + - type: Transform + pos: -72.5,14.5 + parent: 2 + - uid: 10451 + components: + - type: Transform + pos: -72.5,13.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + pos: -72.5,12.5 + parent: 2 + - uid: 10453 + components: + - type: Transform + pos: -72.5,11.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + pos: -72.5,10.5 + parent: 2 + - uid: 10455 + components: + - type: Transform + pos: -72.5,9.5 + parent: 2 + - uid: 10456 + components: + - type: Transform + pos: -72.5,8.5 + parent: 2 + - uid: 10457 + components: + - type: Transform + pos: -72.5,7.5 + parent: 2 + - uid: 10458 + components: + - type: Transform + pos: -72.5,6.5 + parent: 2 + - uid: 10459 + components: + - type: Transform + pos: -72.5,5.5 + parent: 2 + - uid: 10460 + components: + - type: Transform + pos: -72.5,4.5 + parent: 2 + - uid: 10461 + components: + - type: Transform + pos: -72.5,3.5 + parent: 2 + - uid: 10462 + components: + - type: Transform + pos: -72.5,2.5 + parent: 2 + - uid: 10463 + components: + - type: Transform + pos: -72.5,1.5 + parent: 2 + - uid: 10464 + components: + - type: Transform + pos: -72.5,0.5 + parent: 2 + - uid: 10465 + components: + - type: Transform + pos: -72.5,-0.5 + parent: 2 + - uid: 10466 + components: + - type: Transform + pos: -72.5,-1.5 + parent: 2 + - uid: 10467 + components: + - type: Transform + pos: -72.5,-2.5 + parent: 2 + - uid: 10468 + components: + - type: Transform + pos: -72.5,-3.5 + parent: 2 + - uid: 10469 + components: + - type: Transform + pos: -72.5,-4.5 + parent: 2 + - uid: 10470 + components: + - type: Transform + pos: -72.5,-5.5 + parent: 2 + - uid: 10471 + components: + - type: Transform + pos: -72.5,-6.5 + parent: 2 + - uid: 10472 + components: + - type: Transform + pos: -72.5,-7.5 + parent: 2 + - uid: 10473 + components: + - type: Transform + pos: -72.5,-8.5 + parent: 2 + - uid: 10474 + components: + - type: Transform + pos: -72.5,-9.5 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: -72.5,-10.5 + parent: 2 + - uid: 10476 + components: + - type: Transform + pos: -72.5,-11.5 + parent: 2 + - uid: 10477 + components: + - type: Transform + pos: -72.5,-12.5 + parent: 2 + - uid: 10478 + components: + - type: Transform + pos: -72.5,-13.5 + parent: 2 + - uid: 10479 + components: + - type: Transform + pos: -72.5,-14.5 + parent: 2 + - uid: 10480 + components: + - type: Transform + pos: -72.5,-15.5 + parent: 2 + - uid: 10481 + components: + - type: Transform + pos: -72.5,-16.5 + parent: 2 + - uid: 10482 + components: + - type: Transform + pos: -72.5,-17.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + pos: -72.5,-18.5 + parent: 2 + - uid: 10484 + components: + - type: Transform + pos: -72.5,-19.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + pos: -72.5,-20.5 + parent: 2 + - uid: 10486 + components: + - type: Transform + pos: -72.5,-21.5 + parent: 2 + - uid: 10487 + components: + - type: Transform + pos: -72.5,-22.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + pos: -72.5,-23.5 + parent: 2 + - uid: 10489 + components: + - type: Transform + pos: -72.5,-24.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + pos: -72.5,-25.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + pos: -72.5,-26.5 + parent: 2 + - uid: 10492 + components: + - type: Transform + pos: -72.5,-27.5 + parent: 2 + - uid: 10493 + components: + - type: Transform + pos: -72.5,-28.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + pos: -72.5,-29.5 + parent: 2 + - uid: 10495 + components: + - type: Transform + pos: -72.5,-30.5 + parent: 2 + - uid: 10496 + components: + - type: Transform + pos: -72.5,-31.5 + parent: 2 + - uid: 10497 + components: + - type: Transform + pos: -72.5,-32.5 + parent: 2 + - uid: 10498 + components: + - type: Transform + pos: -72.5,-33.5 + parent: 2 + - uid: 10499 + components: + - type: Transform + pos: -72.5,-34.5 + parent: 2 + - uid: 10500 + components: + - type: Transform + pos: -72.5,-35.5 + parent: 2 + - uid: 10501 + components: + - type: Transform + pos: -72.5,-36.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + pos: -73.5,67.5 + parent: 2 + - uid: 10503 + components: + - type: Transform + pos: -73.5,66.5 + parent: 2 + - uid: 10504 + components: + - type: Transform + pos: -73.5,65.5 + parent: 2 + - uid: 10505 + components: + - type: Transform + pos: -73.5,64.5 + parent: 2 + - uid: 10506 + components: + - type: Transform + pos: -73.5,63.5 + parent: 2 + - uid: 10507 + components: + - type: Transform + pos: -73.5,62.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + pos: -73.5,61.5 + parent: 2 + - uid: 10509 + components: + - type: Transform + pos: -73.5,60.5 + parent: 2 + - uid: 10510 + components: + - type: Transform + pos: -73.5,59.5 + parent: 2 + - uid: 10511 + components: + - type: Transform + pos: -73.5,58.5 + parent: 2 + - uid: 10512 + components: + - type: Transform + pos: -73.5,57.5 + parent: 2 + - uid: 10513 + components: + - type: Transform + pos: -73.5,56.5 + parent: 2 + - uid: 10514 + components: + - type: Transform + pos: -73.5,55.5 + parent: 2 + - uid: 10515 + components: + - type: Transform + pos: -73.5,54.5 + parent: 2 + - uid: 10516 + components: + - type: Transform + pos: -73.5,53.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + pos: -73.5,52.5 + parent: 2 + - uid: 10518 + components: + - type: Transform + pos: -73.5,51.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: -73.5,50.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: -73.5,49.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: -73.5,48.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: -73.5,47.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: -73.5,46.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + pos: -73.5,45.5 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: -73.5,44.5 + parent: 2 + - uid: 10526 + components: + - type: Transform + pos: -73.5,43.5 + parent: 2 + - uid: 10527 + components: + - type: Transform + pos: -73.5,42.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: -73.5,41.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + pos: -73.5,40.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + pos: -73.5,39.5 + parent: 2 + - uid: 10531 + components: + - type: Transform + pos: -73.5,38.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + pos: -73.5,37.5 + parent: 2 + - uid: 10533 + components: + - type: Transform + pos: -73.5,36.5 + parent: 2 + - uid: 10534 + components: + - type: Transform + pos: -73.5,35.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: -73.5,34.5 + parent: 2 + - uid: 10536 + components: + - type: Transform + pos: -73.5,33.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: -73.5,32.5 + parent: 2 + - uid: 10538 + components: + - type: Transform + pos: -73.5,31.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: -73.5,30.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: -73.5,29.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: -73.5,28.5 + parent: 2 + - uid: 10542 + components: + - type: Transform + pos: -73.5,27.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: -73.5,26.5 + parent: 2 + - uid: 10544 + components: + - type: Transform + pos: -73.5,25.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: -73.5,24.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: -73.5,23.5 + parent: 2 + - uid: 10547 + components: + - type: Transform + pos: -73.5,22.5 + parent: 2 + - uid: 10548 + components: + - type: Transform + pos: -73.5,21.5 + parent: 2 + - uid: 10549 + components: + - type: Transform + pos: -73.5,20.5 + parent: 2 + - uid: 10550 + components: + - type: Transform + pos: -73.5,19.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: -73.5,18.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: -73.5,17.5 + parent: 2 + - uid: 10553 + components: + - type: Transform + pos: -73.5,16.5 + parent: 2 + - uid: 10554 + components: + - type: Transform + pos: -73.5,15.5 + parent: 2 + - uid: 10555 + components: + - type: Transform + pos: -73.5,14.5 + parent: 2 + - uid: 10556 + components: + - type: Transform + pos: -73.5,13.5 + parent: 2 + - uid: 10557 + components: + - type: Transform + pos: -73.5,12.5 + parent: 2 + - uid: 10558 + components: + - type: Transform + pos: -73.5,11.5 + parent: 2 + - uid: 10559 + components: + - type: Transform + pos: -73.5,10.5 + parent: 2 + - uid: 10560 + components: + - type: Transform + pos: -73.5,9.5 + parent: 2 + - uid: 10561 + components: + - type: Transform + pos: -73.5,8.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + pos: -73.5,7.5 + parent: 2 + - uid: 10563 + components: + - type: Transform + pos: -73.5,6.5 + parent: 2 + - uid: 10564 + components: + - type: Transform + pos: -73.5,5.5 + parent: 2 + - uid: 10565 + components: + - type: Transform + pos: -73.5,4.5 + parent: 2 + - uid: 10566 + components: + - type: Transform + pos: -73.5,3.5 + parent: 2 + - uid: 10567 + components: + - type: Transform + pos: -73.5,2.5 + parent: 2 + - uid: 10568 + components: + - type: Transform + pos: -73.5,1.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + pos: -73.5,0.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: -73.5,-0.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + pos: -73.5,-1.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: -73.5,-2.5 + parent: 2 + - uid: 10573 + components: + - type: Transform + pos: -73.5,-3.5 + parent: 2 + - uid: 10574 + components: + - type: Transform + pos: -73.5,-4.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + pos: -73.5,-5.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + pos: -73.5,-6.5 + parent: 2 + - uid: 10577 + components: + - type: Transform + pos: -73.5,-7.5 + parent: 2 + - uid: 10578 + components: + - type: Transform + pos: -73.5,-8.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + pos: -73.5,-9.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + pos: -73.5,-10.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + pos: -73.5,-11.5 + parent: 2 + - uid: 10582 + components: + - type: Transform + pos: -73.5,-12.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: -73.5,-13.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: -73.5,-14.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: -73.5,-15.5 + parent: 2 + - uid: 10586 + components: + - type: Transform + pos: -73.5,-16.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + pos: -73.5,-17.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: -73.5,-18.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: -73.5,-19.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: -73.5,-20.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: -73.5,-21.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: -73.5,-22.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: -73.5,-23.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + pos: -73.5,-24.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + pos: -73.5,-25.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + pos: -73.5,-26.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + pos: -73.5,-27.5 + parent: 2 + - uid: 10598 + components: + - type: Transform + pos: -73.5,-28.5 + parent: 2 + - uid: 10599 + components: + - type: Transform + pos: -73.5,-29.5 + parent: 2 + - uid: 10600 + components: + - type: Transform + pos: -73.5,-30.5 + parent: 2 + - uid: 10601 + components: + - type: Transform + pos: -73.5,-31.5 + parent: 2 + - uid: 10602 + components: + - type: Transform + pos: -73.5,-32.5 + parent: 2 + - uid: 10603 + components: + - type: Transform + pos: -73.5,-33.5 + parent: 2 + - uid: 10604 + components: + - type: Transform + pos: -73.5,-34.5 + parent: 2 + - uid: 10605 + components: + - type: Transform + pos: -73.5,-35.5 + parent: 2 + - uid: 10606 + components: + - type: Transform + pos: -73.5,-36.5 + parent: 2 + - uid: 10607 + components: + - type: Transform + pos: -74.5,67.5 + parent: 2 + - uid: 10608 + components: + - type: Transform + pos: -74.5,66.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + pos: -74.5,65.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: -74.5,64.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: -74.5,63.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + pos: -74.5,62.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: -74.5,61.5 + parent: 2 + - uid: 10614 + components: + - type: Transform + pos: -74.5,60.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: -74.5,59.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: -74.5,58.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: -74.5,57.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: -74.5,56.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: -74.5,55.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: -74.5,54.5 + parent: 2 + - uid: 10621 + components: + - type: Transform + pos: -74.5,53.5 + parent: 2 + - uid: 10622 + components: + - type: Transform + pos: -74.5,52.5 + parent: 2 + - uid: 10623 + components: + - type: Transform + pos: -74.5,51.5 + parent: 2 + - uid: 10624 + components: + - type: Transform + pos: -74.5,50.5 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: -74.5,49.5 + parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -74.5,48.5 + parent: 2 + - uid: 10627 + components: + - type: Transform + pos: -74.5,47.5 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: -74.5,46.5 + parent: 2 + - uid: 10629 + components: + - type: Transform + pos: -74.5,45.5 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: -74.5,44.5 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: -74.5,43.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + pos: -74.5,42.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + pos: -74.5,41.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: -74.5,40.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: -74.5,39.5 + parent: 2 + - uid: 10636 + components: + - type: Transform + pos: -74.5,38.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + pos: -74.5,37.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + pos: -74.5,36.5 + parent: 2 + - uid: 10639 + components: + - type: Transform + pos: -74.5,35.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: -74.5,34.5 + parent: 2 + - uid: 10641 + components: + - type: Transform + pos: -74.5,33.5 + parent: 2 + - uid: 10642 + components: + - type: Transform + pos: -74.5,32.5 + parent: 2 + - uid: 10643 + components: + - type: Transform + pos: -74.5,31.5 + parent: 2 + - uid: 10644 + components: + - type: Transform + pos: -74.5,30.5 + parent: 2 + - uid: 10645 + components: + - type: Transform + pos: -74.5,29.5 + parent: 2 + - uid: 10646 + components: + - type: Transform + pos: -74.5,28.5 + parent: 2 + - uid: 10647 + components: + - type: Transform + pos: -74.5,27.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + pos: -74.5,26.5 + parent: 2 + - uid: 10649 + components: + - type: Transform + pos: -74.5,25.5 + parent: 2 + - uid: 10650 + components: + - type: Transform + pos: -74.5,24.5 + parent: 2 + - uid: 10651 + components: + - type: Transform + pos: -74.5,23.5 + parent: 2 + - uid: 10652 + components: + - type: Transform + pos: -74.5,22.5 + parent: 2 + - uid: 10653 + components: + - type: Transform + pos: -74.5,21.5 + parent: 2 + - uid: 10654 + components: + - type: Transform + pos: -74.5,20.5 + parent: 2 + - uid: 10655 + components: + - type: Transform + pos: -74.5,19.5 + parent: 2 + - uid: 10656 + components: + - type: Transform + pos: -74.5,18.5 + parent: 2 + - uid: 10657 + components: + - type: Transform + pos: -74.5,17.5 + parent: 2 + - uid: 10658 + components: + - type: Transform + pos: -74.5,16.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + pos: -74.5,15.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + pos: -74.5,14.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + pos: -74.5,13.5 + parent: 2 + - uid: 10662 + components: + - type: Transform + pos: -74.5,12.5 + parent: 2 + - uid: 10663 + components: + - type: Transform + pos: -74.5,11.5 + parent: 2 + - uid: 10664 + components: + - type: Transform + pos: -74.5,10.5 + parent: 2 + - uid: 10665 + components: + - type: Transform + pos: -74.5,9.5 + parent: 2 + - uid: 10666 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 10667 + components: + - type: Transform + pos: -74.5,7.5 + parent: 2 + - uid: 10668 + components: + - type: Transform + pos: -74.5,6.5 + parent: 2 + - uid: 10669 + components: + - type: Transform + pos: -74.5,5.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + pos: -74.5,4.5 + parent: 2 + - uid: 10671 + components: + - type: Transform + pos: -74.5,3.5 + parent: 2 + - uid: 10672 + components: + - type: Transform + pos: -74.5,2.5 + parent: 2 + - uid: 10673 + components: + - type: Transform + pos: -74.5,1.5 + parent: 2 + - uid: 10674 + components: + - type: Transform + pos: -74.5,0.5 + parent: 2 + - uid: 10675 + components: + - type: Transform + pos: -74.5,-0.5 + parent: 2 + - uid: 10676 + components: + - type: Transform + pos: -74.5,-1.5 + parent: 2 + - uid: 10677 + components: + - type: Transform + pos: -74.5,-2.5 + parent: 2 + - uid: 10678 + components: + - type: Transform + pos: -74.5,-3.5 + parent: 2 + - uid: 10679 + components: + - type: Transform + pos: -74.5,-4.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + pos: -74.5,-5.5 + parent: 2 + - uid: 10681 + components: + - type: Transform + pos: -74.5,-6.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + pos: -74.5,-7.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + pos: -74.5,-8.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + pos: -74.5,-9.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + pos: -74.5,-10.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + pos: -74.5,-11.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + pos: -74.5,-12.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + pos: -74.5,-13.5 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: -74.5,-14.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: -74.5,-15.5 + parent: 2 + - uid: 10691 + components: + - type: Transform + pos: -74.5,-16.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + pos: -74.5,-17.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + pos: -74.5,-18.5 + parent: 2 + - uid: 10694 + components: + - type: Transform + pos: -74.5,-19.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: -74.5,-20.5 + parent: 2 + - uid: 10696 + components: + - type: Transform + pos: -74.5,-21.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + pos: -74.5,-22.5 + parent: 2 + - uid: 10698 + components: + - type: Transform + pos: -74.5,-23.5 + parent: 2 + - uid: 10699 + components: + - type: Transform + pos: -74.5,-24.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + pos: -74.5,-25.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + pos: -74.5,-26.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: -74.5,-27.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + pos: -74.5,-28.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: -74.5,-29.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + pos: -74.5,-30.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + pos: -74.5,-31.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: -74.5,-32.5 + parent: 2 + - uid: 10708 + components: + - type: Transform + pos: -74.5,-33.5 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: -74.5,-34.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: -74.5,-35.5 + parent: 2 + - uid: 10711 + components: + - type: Transform + pos: -74.5,-36.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: -75.5,67.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + pos: -75.5,66.5 + parent: 2 + - uid: 10714 + components: + - type: Transform + pos: -75.5,65.5 + parent: 2 + - uid: 10715 + components: + - type: Transform + pos: -75.5,64.5 + parent: 2 + - uid: 10716 + components: + - type: Transform + pos: -75.5,63.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + pos: -75.5,62.5 + parent: 2 + - uid: 10718 + components: + - type: Transform + pos: -75.5,61.5 + parent: 2 + - uid: 10719 + components: + - type: Transform + pos: -75.5,60.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: -75.5,59.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + pos: -75.5,58.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + pos: -75.5,57.5 + parent: 2 + - uid: 10723 + components: + - type: Transform + pos: -75.5,56.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + pos: -75.5,55.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + pos: -75.5,54.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + pos: -75.5,53.5 + parent: 2 + - uid: 10727 + components: + - type: Transform + pos: -75.5,52.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + pos: -75.5,51.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: -75.5,50.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + pos: -75.5,49.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + pos: -75.5,48.5 + parent: 2 + - uid: 10732 + components: + - type: Transform + pos: -75.5,47.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: -75.5,46.5 + parent: 2 + - uid: 10734 + components: + - type: Transform + pos: -75.5,45.5 + parent: 2 + - uid: 10735 + components: + - type: Transform + pos: -75.5,44.5 + parent: 2 + - uid: 10736 + components: + - type: Transform + pos: -75.5,43.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: -75.5,42.5 + parent: 2 + - uid: 10738 + components: + - type: Transform + pos: -75.5,41.5 + parent: 2 + - uid: 10739 + components: + - type: Transform + pos: -75.5,40.5 + parent: 2 + - uid: 10740 + components: + - type: Transform + pos: -75.5,39.5 + parent: 2 + - uid: 10741 + components: + - type: Transform + pos: -75.5,38.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: -75.5,37.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: -75.5,36.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + pos: -75.5,35.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: -75.5,34.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + pos: -75.5,33.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: -75.5,32.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + pos: -75.5,31.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + pos: -75.5,30.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + pos: -75.5,29.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + pos: -75.5,28.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + pos: -75.5,27.5 + parent: 2 + - uid: 10753 + components: + - type: Transform + pos: -75.5,26.5 + parent: 2 + - uid: 10754 + components: + - type: Transform + pos: -75.5,25.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: -75.5,24.5 + parent: 2 + - uid: 10756 + components: + - type: Transform + pos: -75.5,23.5 + parent: 2 + - uid: 10757 + components: + - type: Transform + pos: -75.5,22.5 + parent: 2 + - uid: 10758 + components: + - type: Transform + pos: -75.5,21.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + pos: -75.5,20.5 + parent: 2 + - uid: 10760 + components: + - type: Transform + pos: -75.5,19.5 + parent: 2 + - uid: 10761 + components: + - type: Transform + pos: -75.5,18.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + pos: -75.5,17.5 + parent: 2 + - uid: 10763 + components: + - type: Transform + pos: -75.5,16.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: -75.5,15.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: -75.5,14.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + pos: -75.5,13.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: -75.5,12.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + pos: -75.5,11.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: -75.5,10.5 + parent: 2 + - uid: 10770 + components: + - type: Transform + pos: -75.5,9.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: -75.5,8.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: -75.5,7.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + pos: -75.5,6.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: -75.5,5.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + pos: -75.5,4.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: -75.5,3.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: -75.5,2.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -75.5,0.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: -75.5,-0.5 + parent: 2 + - uid: 10781 + components: + - type: Transform + pos: -75.5,-1.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: -75.5,-2.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -75.5,-3.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: -75.5,-4.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -75.5,-5.5 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: -75.5,-6.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + pos: -75.5,-7.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: -75.5,-8.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: -75.5,-9.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: -75.5,-10.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: -75.5,-11.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: -75.5,-12.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: -75.5,-13.5 + parent: 2 + - uid: 10794 + components: + - type: Transform + pos: -75.5,-14.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: -75.5,-15.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + pos: -75.5,-16.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + pos: -75.5,-17.5 + parent: 2 + - uid: 10798 + components: + - type: Transform + pos: -75.5,-18.5 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: -75.5,-19.5 + parent: 2 + - uid: 10800 + components: + - type: Transform + pos: -75.5,-20.5 + parent: 2 + - uid: 10801 + components: + - type: Transform + pos: -75.5,-21.5 + parent: 2 + - uid: 10802 + components: + - type: Transform + pos: -75.5,-22.5 + parent: 2 + - uid: 10803 + components: + - type: Transform + pos: -75.5,-23.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + pos: -75.5,-24.5 + parent: 2 + - uid: 10805 + components: + - type: Transform + pos: -75.5,-25.5 + parent: 2 + - uid: 10806 + components: + - type: Transform + pos: -75.5,-26.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: -75.5,-27.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -75.5,-28.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: -75.5,-29.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: -75.5,-30.5 + parent: 2 + - uid: 10811 + components: + - type: Transform + pos: -75.5,-31.5 + parent: 2 + - uid: 10812 + components: + - type: Transform + pos: -75.5,-32.5 + parent: 2 + - uid: 10813 + components: + - type: Transform + pos: -75.5,-33.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: -75.5,-34.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: -75.5,-35.5 + parent: 2 + - uid: 10816 + components: + - type: Transform + pos: -75.5,-36.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: -76.5,67.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: -76.5,66.5 + parent: 2 + - uid: 10819 + components: + - type: Transform + pos: -76.5,65.5 + parent: 2 + - uid: 10820 + components: + - type: Transform + pos: -76.5,64.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + pos: -76.5,63.5 + parent: 2 + - uid: 10822 + components: + - type: Transform + pos: -76.5,62.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + pos: -76.5,61.5 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: -76.5,60.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + pos: -76.5,59.5 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: -76.5,58.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: -76.5,57.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + pos: -76.5,56.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + pos: -76.5,55.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: -76.5,54.5 + parent: 2 + - uid: 10831 + components: + - type: Transform + pos: -76.5,53.5 + parent: 2 + - uid: 10832 + components: + - type: Transform + pos: -76.5,52.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + pos: -76.5,51.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + pos: -76.5,50.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: -76.5,49.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: -76.5,48.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: -76.5,47.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: -76.5,46.5 + parent: 2 + - uid: 10839 + components: + - type: Transform + pos: -76.5,45.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: -76.5,44.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + pos: -76.5,43.5 + parent: 2 + - uid: 10842 + components: + - type: Transform + pos: -76.5,42.5 + parent: 2 + - uid: 10843 + components: + - type: Transform + pos: -76.5,41.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: -76.5,40.5 + parent: 2 + - uid: 10845 + components: + - type: Transform + pos: -76.5,39.5 + parent: 2 + - uid: 10846 + components: + - type: Transform + pos: -76.5,38.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: -76.5,37.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: -76.5,36.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: -76.5,35.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: -76.5,34.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: -76.5,33.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + pos: -76.5,32.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: -76.5,31.5 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: -76.5,30.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: -76.5,29.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: -76.5,28.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: -76.5,27.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: -76.5,26.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: -76.5,25.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + pos: -76.5,24.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: -76.5,23.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: -76.5,22.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + pos: -76.5,21.5 + parent: 2 + - uid: 10864 + components: + - type: Transform + pos: -76.5,20.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: -76.5,19.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: -76.5,18.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: -76.5,17.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: -76.5,16.5 + parent: 2 + - uid: 10869 + components: + - type: Transform + pos: -76.5,15.5 + parent: 2 + - uid: 10870 + components: + - type: Transform + pos: -76.5,14.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: -76.5,13.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: -76.5,12.5 + parent: 2 + - uid: 10873 + components: + - type: Transform + pos: -76.5,11.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + pos: -76.5,10.5 + parent: 2 + - uid: 10875 + components: + - type: Transform + pos: -76.5,9.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: -76.5,8.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: -76.5,7.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: -76.5,6.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: -76.5,5.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: -76.5,4.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: -76.5,3.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: -76.5,2.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: -76.5,1.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + pos: -76.5,0.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: -76.5,-0.5 + parent: 2 + - uid: 10886 + components: + - type: Transform + pos: -76.5,-1.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: -76.5,-2.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: -76.5,-3.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: -76.5,-4.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + pos: -76.5,-5.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: -76.5,-6.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: -76.5,-7.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: -76.5,-8.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: -76.5,-9.5 + parent: 2 + - uid: 10895 + components: + - type: Transform + pos: -76.5,-10.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: -76.5,-11.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: -76.5,-12.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: -76.5,-13.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: -76.5,-14.5 + parent: 2 + - uid: 10900 + components: + - type: Transform + pos: -76.5,-15.5 + parent: 2 + - uid: 10901 + components: + - type: Transform + pos: -76.5,-16.5 + parent: 2 + - uid: 10902 + components: + - type: Transform + pos: -76.5,-17.5 + parent: 2 + - uid: 10903 + components: + - type: Transform + pos: -76.5,-18.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: -76.5,-19.5 + parent: 2 + - uid: 10905 + components: + - type: Transform + pos: -76.5,-20.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + pos: -76.5,-21.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: -76.5,-22.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: -76.5,-23.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: -76.5,-24.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: -76.5,-25.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: -76.5,-26.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: -76.5,-27.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + pos: -76.5,-28.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + pos: -76.5,-29.5 + parent: 2 + - uid: 10915 + components: + - type: Transform + pos: -76.5,-30.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: -76.5,-31.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + pos: -76.5,-32.5 + parent: 2 + - uid: 10918 + components: + - type: Transform + pos: -76.5,-33.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + pos: -76.5,-34.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: -76.5,-35.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + pos: -76.5,-36.5 + parent: 2 + - uid: 10922 + components: + - type: Transform + pos: -77.5,67.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + pos: -77.5,66.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + pos: -77.5,65.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: -77.5,64.5 + parent: 2 + - uid: 10926 + components: + - type: Transform + pos: -77.5,63.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + pos: -77.5,62.5 + parent: 2 + - uid: 10928 + components: + - type: Transform + pos: -77.5,61.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + pos: -77.5,60.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + pos: -77.5,59.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: -77.5,58.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + pos: -77.5,57.5 + parent: 2 + - uid: 10933 + components: + - type: Transform + pos: -77.5,56.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + pos: -77.5,55.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: -77.5,54.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: -77.5,53.5 + parent: 2 + - uid: 10937 + components: + - type: Transform + pos: -77.5,52.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + pos: -77.5,51.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: -77.5,50.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: -77.5,49.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: -77.5,48.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: -77.5,47.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + pos: -77.5,46.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + pos: -77.5,45.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: -77.5,44.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + pos: -77.5,43.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: -77.5,42.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + pos: -77.5,41.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: -77.5,40.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: -77.5,39.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + pos: -77.5,38.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + pos: -77.5,37.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: -77.5,36.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + pos: -77.5,35.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: -77.5,34.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: -77.5,33.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: -77.5,32.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: -77.5,31.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: -77.5,30.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: -77.5,29.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: -77.5,28.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: -77.5,27.5 + parent: 2 + - uid: 10963 + components: + - type: Transform + pos: -77.5,26.5 + parent: 2 + - uid: 10964 + components: + - type: Transform + pos: -77.5,25.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: -77.5,24.5 + parent: 2 + - uid: 10966 + components: + - type: Transform + pos: -77.5,23.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: -77.5,22.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: -77.5,21.5 + parent: 2 + - uid: 10969 + components: + - type: Transform + pos: -77.5,20.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + pos: -77.5,19.5 + parent: 2 + - uid: 10971 + components: + - type: Transform + pos: -77.5,18.5 + parent: 2 + - uid: 10972 + components: + - type: Transform + pos: -77.5,17.5 + parent: 2 + - uid: 10973 + components: + - type: Transform + pos: -77.5,16.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: -77.5,15.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: -77.5,14.5 + parent: 2 + - uid: 10976 + components: + - type: Transform + pos: -77.5,13.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + pos: -77.5,12.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: -77.5,11.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: -77.5,10.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + pos: -77.5,9.5 + parent: 2 + - uid: 10981 + components: + - type: Transform + pos: -77.5,8.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + pos: -77.5,7.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: -77.5,6.5 + parent: 2 + - uid: 10984 + components: + - type: Transform + pos: -77.5,5.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: -77.5,4.5 + parent: 2 + - uid: 10986 + components: + - type: Transform + pos: -77.5,3.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: -77.5,2.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: -77.5,1.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + pos: -77.5,0.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: -77.5,-0.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: -77.5,-1.5 + parent: 2 + - uid: 10992 + components: + - type: Transform + pos: -77.5,-2.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: -77.5,-3.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: -77.5,-4.5 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: -77.5,-5.5 + parent: 2 + - uid: 10996 + components: + - type: Transform + pos: -77.5,-6.5 + parent: 2 + - uid: 10997 + components: + - type: Transform + pos: -77.5,-7.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: -77.5,-8.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: -77.5,-9.5 + parent: 2 + - uid: 11000 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + pos: -77.5,-11.5 + parent: 2 + - uid: 11002 + components: + - type: Transform + pos: -77.5,-12.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: -77.5,-13.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: -77.5,-14.5 + parent: 2 + - uid: 11005 + components: + - type: Transform + pos: -77.5,-15.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: -77.5,-16.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + pos: -77.5,-17.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: -77.5,-18.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + pos: -77.5,-19.5 + parent: 2 + - uid: 11010 + components: + - type: Transform + pos: -77.5,-20.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: -77.5,-21.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: -77.5,-22.5 + parent: 2 + - uid: 11013 + components: + - type: Transform + pos: -77.5,-23.5 + parent: 2 + - uid: 11014 + components: + - type: Transform + pos: -77.5,-24.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: -77.5,-25.5 + parent: 2 + - uid: 11016 + components: + - type: Transform + pos: -77.5,-26.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: -77.5,-27.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -77.5,-28.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: -77.5,-29.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -77.5,-30.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: -77.5,-31.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: -77.5,-32.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: -77.5,-33.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: -77.5,-34.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: -77.5,-35.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: -77.5,-36.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + pos: -78.5,67.5 + parent: 2 + - uid: 11028 + components: + - type: Transform + pos: -78.5,66.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + pos: -78.5,65.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + pos: -78.5,64.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + pos: -78.5,63.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + pos: -78.5,62.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: -78.5,61.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: -78.5,60.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: -78.5,59.5 + parent: 2 + - uid: 11036 + components: + - type: Transform + pos: -78.5,58.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + pos: -78.5,57.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: -78.5,56.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: -78.5,55.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: -78.5,54.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: -78.5,53.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: -78.5,52.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + pos: -78.5,51.5 + parent: 2 + - uid: 11044 + components: + - type: Transform + pos: -78.5,50.5 + parent: 2 + - uid: 11045 + components: + - type: Transform + pos: -78.5,49.5 + parent: 2 + - uid: 11046 + components: + - type: Transform + pos: -78.5,48.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + pos: -78.5,47.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: -78.5,46.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -78.5,45.5 + parent: 2 + - uid: 11050 + components: + - type: Transform + pos: -78.5,44.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + pos: -78.5,43.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: -78.5,42.5 + parent: 2 + - uid: 11053 + components: + - type: Transform + pos: -78.5,41.5 + parent: 2 + - uid: 11054 + components: + - type: Transform + pos: -78.5,40.5 + parent: 2 + - uid: 11055 + components: + - type: Transform + pos: -78.5,39.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + pos: -78.5,38.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + pos: -78.5,37.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + pos: -78.5,36.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + pos: -78.5,35.5 + parent: 2 + - uid: 11060 + components: + - type: Transform + pos: -78.5,34.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + pos: -78.5,33.5 + parent: 2 + - uid: 11062 + components: + - type: Transform + pos: -78.5,32.5 + parent: 2 + - uid: 11063 + components: + - type: Transform + pos: -78.5,31.5 + parent: 2 + - uid: 11064 + components: + - type: Transform + pos: -78.5,30.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + pos: -78.5,29.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + pos: -78.5,28.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: -78.5,27.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + pos: -78.5,26.5 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: -78.5,25.5 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: -78.5,24.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + pos: -78.5,23.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + pos: -78.5,22.5 + parent: 2 + - uid: 11073 + components: + - type: Transform + pos: -78.5,21.5 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: -78.5,20.5 + parent: 2 + - uid: 11075 + components: + - type: Transform + pos: -78.5,19.5 + parent: 2 + - uid: 11076 + components: + - type: Transform + pos: -78.5,18.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: -78.5,17.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + pos: -78.5,16.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + pos: -78.5,15.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + pos: -78.5,14.5 + parent: 2 + - uid: 11081 + components: + - type: Transform + pos: -78.5,13.5 + parent: 2 + - uid: 11082 + components: + - type: Transform + pos: -78.5,12.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + pos: -78.5,11.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + pos: -78.5,10.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + pos: -78.5,9.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + pos: -78.5,8.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + pos: -78.5,7.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + pos: -78.5,6.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + pos: -78.5,5.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + pos: -78.5,4.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + pos: -78.5,3.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + pos: -78.5,2.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + pos: -78.5,1.5 + parent: 2 + - uid: 11094 + components: + - type: Transform + pos: -78.5,0.5 + parent: 2 + - uid: 11095 + components: + - type: Transform + pos: -78.5,-0.5 + parent: 2 + - uid: 11096 + components: + - type: Transform + pos: -78.5,-1.5 + parent: 2 + - uid: 11097 + components: + - type: Transform + pos: -78.5,-2.5 + parent: 2 + - uid: 11098 + components: + - type: Transform + pos: -78.5,-3.5 + parent: 2 + - uid: 11099 + components: + - type: Transform + pos: -78.5,-4.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + pos: -78.5,-5.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + pos: -78.5,-6.5 + parent: 2 + - uid: 11102 + components: + - type: Transform + pos: -78.5,-7.5 + parent: 2 + - uid: 11103 + components: + - type: Transform + pos: -78.5,-8.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + pos: -78.5,-9.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + pos: -78.5,-10.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + pos: -78.5,-11.5 + parent: 2 + - uid: 11107 + components: + - type: Transform + pos: -78.5,-12.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + pos: -78.5,-13.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + pos: -78.5,-14.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: -78.5,-15.5 + parent: 2 + - uid: 11111 + components: + - type: Transform + pos: -78.5,-16.5 + parent: 2 + - uid: 11112 + components: + - type: Transform + pos: -78.5,-17.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + pos: -78.5,-18.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + pos: -78.5,-19.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + pos: -78.5,-20.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: -78.5,-21.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: -78.5,-22.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: -78.5,-23.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + pos: -78.5,-24.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + pos: -78.5,-25.5 + parent: 2 + - uid: 11121 + components: + - type: Transform + pos: -78.5,-26.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + pos: -78.5,-27.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: -78.5,-28.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: -78.5,-29.5 + parent: 2 + - uid: 11125 + components: + - type: Transform + pos: -78.5,-30.5 + parent: 2 + - uid: 11126 + components: + - type: Transform + pos: -78.5,-31.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: -78.5,-32.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: -78.5,-33.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: -78.5,-34.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: -78.5,-35.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: -78.5,-36.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + pos: -79.5,67.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: -79.5,66.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + pos: -79.5,65.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + pos: -79.5,64.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + pos: -79.5,63.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + pos: -79.5,62.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: -79.5,61.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + pos: -79.5,60.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + pos: -79.5,59.5 + parent: 2 + - uid: 11141 + components: + - type: Transform + pos: -79.5,58.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + pos: -79.5,57.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + pos: -79.5,56.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + pos: -79.5,55.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + pos: -79.5,54.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + pos: -79.5,53.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + pos: -79.5,52.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + pos: -79.5,51.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + pos: -79.5,50.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + pos: -79.5,49.5 + parent: 2 + - uid: 11151 + components: + - type: Transform + pos: -79.5,48.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + pos: -79.5,47.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + pos: -79.5,46.5 + parent: 2 + - uid: 11154 + components: + - type: Transform + pos: -79.5,45.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + pos: -79.5,44.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + pos: -79.5,43.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + pos: -79.5,42.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + pos: -79.5,41.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + pos: -79.5,40.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + pos: -79.5,39.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + pos: -79.5,38.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + pos: -79.5,37.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + pos: -79.5,36.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + pos: -79.5,35.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + pos: -79.5,34.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + pos: -79.5,33.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + pos: -79.5,32.5 + parent: 2 + - uid: 11168 + components: + - type: Transform + pos: -79.5,31.5 + parent: 2 + - uid: 11169 + components: + - type: Transform + pos: -79.5,30.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + pos: -79.5,29.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + pos: -79.5,28.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + pos: -79.5,27.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + pos: -79.5,26.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + pos: -79.5,25.5 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: -79.5,24.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -79.5,23.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: -79.5,22.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: -79.5,21.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + pos: -79.5,20.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + pos: -79.5,19.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + pos: -79.5,18.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + pos: -79.5,17.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + pos: -79.5,16.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + pos: -79.5,15.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + pos: -79.5,14.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + pos: -79.5,13.5 + parent: 2 + - uid: 11187 + components: + - type: Transform + pos: -79.5,12.5 + parent: 2 + - uid: 11188 + components: + - type: Transform + pos: -79.5,11.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + pos: -79.5,10.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + pos: -79.5,9.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + pos: -79.5,8.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + pos: -79.5,7.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + pos: -79.5,6.5 + parent: 2 + - uid: 11194 + components: + - type: Transform + pos: -79.5,5.5 + parent: 2 + - uid: 11195 + components: + - type: Transform + pos: -79.5,4.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + pos: -79.5,3.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + pos: -79.5,2.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + pos: -79.5,0.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + pos: -79.5,-0.5 + parent: 2 + - uid: 11201 + components: + - type: Transform + pos: -79.5,-1.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + pos: -79.5,-2.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + pos: -79.5,-3.5 + parent: 2 + - uid: 11204 + components: + - type: Transform + pos: -79.5,-4.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + pos: -79.5,-5.5 + parent: 2 + - uid: 11206 + components: + - type: Transform + pos: -79.5,-6.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + pos: -79.5,-7.5 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: -79.5,-8.5 + parent: 2 + - uid: 11209 + components: + - type: Transform + pos: -79.5,-9.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: -79.5,-10.5 + parent: 2 + - uid: 11211 + components: + - type: Transform + pos: -79.5,-11.5 + parent: 2 + - uid: 11212 + components: + - type: Transform + pos: -79.5,-12.5 + parent: 2 + - uid: 11213 + components: + - type: Transform + pos: -79.5,-13.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + pos: -79.5,-14.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + pos: -79.5,-15.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + pos: -79.5,-16.5 + parent: 2 + - uid: 11217 + components: + - type: Transform + pos: -79.5,-17.5 + parent: 2 + - uid: 11218 + components: + - type: Transform + pos: -79.5,-18.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + pos: -79.5,-19.5 + parent: 2 + - uid: 11220 + components: + - type: Transform + pos: -79.5,-20.5 + parent: 2 + - uid: 11221 + components: + - type: Transform + pos: -79.5,-21.5 + parent: 2 + - uid: 11222 + components: + - type: Transform + pos: -79.5,-22.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: -79.5,-23.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + pos: -79.5,-24.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + pos: -79.5,-25.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + pos: -79.5,-26.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + pos: -79.5,-27.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + pos: -79.5,-28.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + pos: -79.5,-29.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + pos: -79.5,-30.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + pos: -79.5,-31.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + pos: -79.5,-32.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + pos: -79.5,-33.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: -79.5,-34.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + pos: -79.5,-35.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + pos: -79.5,-36.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + pos: -80.5,67.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + pos: -80.5,66.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + pos: -80.5,65.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + pos: -80.5,64.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + pos: -80.5,63.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + pos: -80.5,62.5 + parent: 2 + - uid: 11243 + components: + - type: Transform + pos: -80.5,61.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + pos: -80.5,60.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + pos: -80.5,59.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + pos: -80.5,58.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + pos: -80.5,57.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + pos: -80.5,56.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + pos: -80.5,55.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + pos: -80.5,54.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + pos: -80.5,53.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + pos: -80.5,52.5 + parent: 2 + - uid: 11253 + components: + - type: Transform + pos: -80.5,51.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + pos: -80.5,50.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + pos: -80.5,49.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + pos: -80.5,48.5 + parent: 2 + - uid: 11257 + components: + - type: Transform + pos: -80.5,47.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + pos: -80.5,46.5 + parent: 2 + - uid: 11259 + components: + - type: Transform + pos: -80.5,45.5 + parent: 2 + - uid: 11260 + components: + - type: Transform + pos: -80.5,44.5 + parent: 2 + - uid: 11261 + components: + - type: Transform + pos: -80.5,43.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + pos: -80.5,42.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + pos: -80.5,41.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + pos: -80.5,40.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + pos: -80.5,39.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + pos: -80.5,38.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + pos: -80.5,37.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + pos: -80.5,36.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: -80.5,35.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + pos: -80.5,34.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: -80.5,33.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: -80.5,32.5 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: -80.5,31.5 + parent: 2 + - uid: 11274 + components: + - type: Transform + pos: -80.5,30.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + pos: -80.5,29.5 + parent: 2 + - uid: 11276 + components: + - type: Transform + pos: -80.5,28.5 + parent: 2 + - uid: 11277 + components: + - type: Transform + pos: -80.5,27.5 + parent: 2 + - uid: 11278 + components: + - type: Transform + pos: -80.5,26.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + pos: -80.5,25.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + pos: -80.5,24.5 + parent: 2 + - uid: 11281 + components: + - type: Transform + pos: -80.5,23.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + pos: -80.5,22.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + pos: -80.5,21.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + pos: -80.5,20.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + pos: -80.5,19.5 + parent: 2 + - uid: 11286 + components: + - type: Transform + pos: -80.5,18.5 + parent: 2 + - uid: 11287 + components: + - type: Transform + pos: -80.5,17.5 + parent: 2 + - uid: 11288 + components: + - type: Transform + pos: -80.5,16.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + pos: -80.5,15.5 + parent: 2 + - uid: 11290 + components: + - type: Transform + pos: -80.5,14.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + pos: -80.5,13.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + pos: -80.5,12.5 + parent: 2 + - uid: 11293 + components: + - type: Transform + pos: -80.5,11.5 + parent: 2 + - uid: 11294 + components: + - type: Transform + pos: -80.5,10.5 + parent: 2 + - uid: 11295 + components: + - type: Transform + pos: -80.5,9.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + pos: -80.5,8.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + pos: -80.5,7.5 + parent: 2 + - uid: 11298 + components: + - type: Transform + pos: -80.5,6.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + pos: -80.5,5.5 + parent: 2 + - uid: 11300 + components: + - type: Transform + pos: -80.5,4.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + pos: -80.5,3.5 + parent: 2 + - uid: 11302 + components: + - type: Transform + pos: -80.5,2.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + pos: -80.5,1.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + pos: -80.5,0.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + pos: -80.5,-0.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + pos: -80.5,-1.5 + parent: 2 + - uid: 11307 + components: + - type: Transform + pos: -80.5,-2.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + pos: -80.5,-3.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + pos: -80.5,-4.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: -80.5,-5.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + pos: -80.5,-6.5 + parent: 2 + - uid: 11312 + components: + - type: Transform + pos: -80.5,-7.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + pos: -80.5,-8.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + pos: -80.5,-9.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + pos: -80.5,-10.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + pos: -80.5,-11.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + pos: -80.5,-12.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + pos: -80.5,-13.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + pos: -80.5,-14.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + pos: -80.5,-15.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + pos: -80.5,-16.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + pos: -80.5,-17.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: -80.5,-18.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + pos: -80.5,-19.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + pos: -80.5,-20.5 + parent: 2 + - uid: 11326 + components: + - type: Transform + pos: -80.5,-21.5 + parent: 2 + - uid: 11327 + components: + - type: Transform + pos: -80.5,-22.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + pos: -80.5,-23.5 + parent: 2 + - uid: 11329 + components: + - type: Transform + pos: -80.5,-24.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + pos: -80.5,-25.5 + parent: 2 + - uid: 11331 + components: + - type: Transform + pos: -80.5,-26.5 + parent: 2 + - uid: 11332 + components: + - type: Transform + pos: -80.5,-27.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + pos: -80.5,-28.5 + parent: 2 + - uid: 11334 + components: + - type: Transform + pos: -80.5,-29.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + pos: -80.5,-30.5 + parent: 2 + - uid: 11336 + components: + - type: Transform + pos: -80.5,-31.5 + parent: 2 + - uid: 11337 + components: + - type: Transform + pos: -80.5,-32.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + pos: -80.5,-33.5 + parent: 2 + - uid: 11339 + components: + - type: Transform + pos: -80.5,-34.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + pos: -80.5,-35.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + pos: -80.5,-36.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + pos: -81.5,67.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + pos: -81.5,66.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + pos: -81.5,65.5 + parent: 2 + - uid: 11345 + components: + - type: Transform + pos: -81.5,64.5 + parent: 2 + - uid: 11346 + components: + - type: Transform + pos: -81.5,63.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + pos: -81.5,62.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + pos: -81.5,61.5 + parent: 2 + - uid: 11349 + components: + - type: Transform + pos: -81.5,60.5 + parent: 2 + - uid: 11350 + components: + - type: Transform + pos: -81.5,59.5 + parent: 2 + - uid: 11351 + components: + - type: Transform + pos: -81.5,58.5 + parent: 2 + - uid: 11352 + components: + - type: Transform + pos: -81.5,57.5 + parent: 2 + - uid: 11353 + components: + - type: Transform + pos: -81.5,56.5 + parent: 2 + - uid: 11354 + components: + - type: Transform + pos: -81.5,55.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + pos: -81.5,54.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + pos: -81.5,53.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + pos: -81.5,52.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + pos: -81.5,51.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + pos: -81.5,50.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + pos: -81.5,49.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + pos: -81.5,48.5 + parent: 2 + - uid: 11362 + components: + - type: Transform + pos: -81.5,47.5 + parent: 2 + - uid: 11363 + components: + - type: Transform + pos: -81.5,46.5 + parent: 2 + - uid: 11364 + components: + - type: Transform + pos: -81.5,45.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + pos: -81.5,44.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + pos: -81.5,43.5 + parent: 2 + - uid: 11367 + components: + - type: Transform + pos: -81.5,42.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: -81.5,41.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + pos: -81.5,40.5 + parent: 2 + - uid: 11370 + components: + - type: Transform + pos: -81.5,39.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + pos: -81.5,38.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + pos: -81.5,37.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + pos: -81.5,36.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + pos: -81.5,35.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + pos: -81.5,34.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + pos: -81.5,33.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: -81.5,32.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: -81.5,31.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: -81.5,30.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + pos: -81.5,29.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + pos: -81.5,28.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + pos: -81.5,27.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + pos: -81.5,26.5 + parent: 2 + - uid: 11384 + components: + - type: Transform + pos: -81.5,25.5 + parent: 2 + - uid: 11385 + components: + - type: Transform + pos: -81.5,24.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + pos: -81.5,23.5 + parent: 2 + - uid: 11387 + components: + - type: Transform + pos: -81.5,22.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + pos: -81.5,21.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + pos: -81.5,20.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + pos: -81.5,19.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + pos: -81.5,18.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + pos: -81.5,17.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + pos: -81.5,16.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + pos: -81.5,15.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + pos: -81.5,14.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + pos: -81.5,13.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + pos: -81.5,12.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + pos: -81.5,11.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + pos: -81.5,10.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + pos: -81.5,9.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + pos: -81.5,8.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + pos: -81.5,7.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: -81.5,6.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: -81.5,5.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: -81.5,4.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: -81.5,3.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + pos: -81.5,2.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: -81.5,1.5 + parent: 2 + - uid: 11409 + components: + - type: Transform + pos: -81.5,0.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + pos: -81.5,-0.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: -81.5,-1.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + pos: -81.5,-2.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + pos: -81.5,-3.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + pos: -81.5,-4.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + pos: -81.5,-5.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + pos: -81.5,-6.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: -81.5,-7.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + pos: -81.5,-8.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + pos: -81.5,-9.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + pos: -81.5,-10.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + pos: -81.5,-11.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + pos: -81.5,-12.5 + parent: 2 + - uid: 11423 + components: + - type: Transform + pos: -81.5,-13.5 + parent: 2 + - uid: 11424 + components: + - type: Transform + pos: -81.5,-14.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + pos: -81.5,-15.5 + parent: 2 + - uid: 11426 + components: + - type: Transform + pos: -81.5,-16.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + pos: -81.5,-17.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + pos: -81.5,-18.5 + parent: 2 + - uid: 11429 + components: + - type: Transform + pos: -81.5,-19.5 + parent: 2 + - uid: 11430 + components: + - type: Transform + pos: -81.5,-20.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + pos: -81.5,-21.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + pos: -81.5,-22.5 + parent: 2 + - uid: 11433 + components: + - type: Transform + pos: -81.5,-23.5 + parent: 2 + - uid: 11434 + components: + - type: Transform + pos: -81.5,-24.5 + parent: 2 + - uid: 11435 + components: + - type: Transform + pos: -81.5,-25.5 + parent: 2 + - uid: 11436 + components: + - type: Transform + pos: -81.5,-26.5 + parent: 2 + - uid: 11437 + components: + - type: Transform + pos: -81.5,-27.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + pos: -81.5,-28.5 + parent: 2 + - uid: 11439 + components: + - type: Transform + pos: -81.5,-29.5 + parent: 2 + - uid: 11440 + components: + - type: Transform + pos: -81.5,-30.5 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: -81.5,-31.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: -81.5,-32.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: -81.5,-33.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + pos: -81.5,-34.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + pos: -81.5,-35.5 + parent: 2 + - uid: 11446 + components: + - type: Transform + pos: -81.5,-36.5 + parent: 2 + - uid: 11447 + components: + - type: Transform + pos: -82.5,67.5 + parent: 2 + - uid: 11448 + components: + - type: Transform + pos: -82.5,66.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + pos: -82.5,65.5 + parent: 2 + - uid: 11450 + components: + - type: Transform + pos: -82.5,64.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + pos: -82.5,63.5 + parent: 2 + - uid: 11452 + components: + - type: Transform + pos: -82.5,62.5 + parent: 2 + - uid: 11453 + components: + - type: Transform + pos: -82.5,61.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + pos: -82.5,60.5 + parent: 2 + - uid: 11455 + components: + - type: Transform + pos: -82.5,59.5 + parent: 2 + - uid: 11456 + components: + - type: Transform + pos: -82.5,58.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + pos: -82.5,57.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + pos: -82.5,56.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + pos: -82.5,55.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + pos: -82.5,54.5 + parent: 2 + - uid: 11461 + components: + - type: Transform + pos: -82.5,53.5 + parent: 2 + - uid: 11462 + components: + - type: Transform + pos: -82.5,52.5 + parent: 2 + - uid: 11463 + components: + - type: Transform + pos: -82.5,51.5 + parent: 2 + - uid: 11464 + components: + - type: Transform + pos: -82.5,50.5 + parent: 2 + - uid: 11465 + components: + - type: Transform + pos: -82.5,49.5 + parent: 2 + - uid: 11466 + components: + - type: Transform + pos: -82.5,48.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + pos: -82.5,47.5 + parent: 2 + - uid: 11468 + components: + - type: Transform + pos: -82.5,46.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + pos: -82.5,45.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + pos: -82.5,44.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + pos: -82.5,43.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + pos: -82.5,42.5 + parent: 2 + - uid: 11473 + components: + - type: Transform + pos: -82.5,41.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + pos: -82.5,40.5 + parent: 2 + - uid: 11475 + components: + - type: Transform + pos: -82.5,39.5 + parent: 2 + - uid: 11476 + components: + - type: Transform + pos: -82.5,38.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + pos: -82.5,37.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: -82.5,36.5 + parent: 2 + - uid: 11479 + components: + - type: Transform + pos: -82.5,35.5 + parent: 2 + - uid: 11480 + components: + - type: Transform + pos: -82.5,34.5 + parent: 2 + - uid: 11481 + components: + - type: Transform + pos: -82.5,33.5 + parent: 2 + - uid: 11482 + components: + - type: Transform + pos: -82.5,32.5 + parent: 2 + - uid: 11483 + components: + - type: Transform + pos: -82.5,31.5 + parent: 2 + - uid: 11484 + components: + - type: Transform + pos: -82.5,30.5 + parent: 2 + - uid: 11485 + components: + - type: Transform + pos: -82.5,29.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + pos: -82.5,28.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + pos: -82.5,27.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: -82.5,26.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + pos: -82.5,25.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + pos: -82.5,24.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + pos: -82.5,23.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + pos: -82.5,22.5 + parent: 2 + - uid: 11493 + components: + - type: Transform + pos: -82.5,21.5 + parent: 2 + - uid: 11494 + components: + - type: Transform + pos: -82.5,20.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + pos: -82.5,19.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + pos: -82.5,18.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + pos: -82.5,17.5 + parent: 2 + - uid: 11498 + components: + - type: Transform + pos: -82.5,16.5 + parent: 2 + - uid: 11499 + components: + - type: Transform + pos: -82.5,15.5 + parent: 2 + - uid: 11500 + components: + - type: Transform + pos: -82.5,14.5 + parent: 2 + - uid: 11501 + components: + - type: Transform + pos: -82.5,13.5 + parent: 2 + - uid: 11502 + components: + - type: Transform + pos: -82.5,12.5 + parent: 2 + - uid: 11503 + components: + - type: Transform + pos: -82.5,11.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + pos: -82.5,10.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + pos: -82.5,9.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + pos: -82.5,8.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + pos: -82.5,7.5 + parent: 2 + - uid: 11508 + components: + - type: Transform + pos: -82.5,6.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + pos: -82.5,5.5 + parent: 2 + - uid: 11510 + components: + - type: Transform + pos: -82.5,4.5 + parent: 2 + - uid: 11511 + components: + - type: Transform + pos: -82.5,3.5 + parent: 2 + - uid: 11512 + components: + - type: Transform + pos: -82.5,2.5 + parent: 2 + - uid: 11513 + components: + - type: Transform + pos: -82.5,1.5 + parent: 2 + - uid: 11514 + components: + - type: Transform + pos: -82.5,0.5 + parent: 2 + - uid: 11515 + components: + - type: Transform + pos: -82.5,-0.5 + parent: 2 + - uid: 11516 + components: + - type: Transform + pos: -82.5,-1.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: -82.5,-2.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + pos: -82.5,-3.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + pos: -82.5,-4.5 + parent: 2 + - uid: 11520 + components: + - type: Transform + pos: -82.5,-5.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: -82.5,-6.5 + parent: 2 + - uid: 11522 + components: + - type: Transform + pos: -82.5,-7.5 + parent: 2 + - uid: 11523 + components: + - type: Transform + pos: -82.5,-8.5 + parent: 2 + - uid: 11524 + components: + - type: Transform + pos: -82.5,-9.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + pos: -82.5,-10.5 + parent: 2 + - uid: 11526 + components: + - type: Transform + pos: -82.5,-11.5 + parent: 2 + - uid: 11527 + components: + - type: Transform + pos: -82.5,-12.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + pos: -82.5,-13.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + pos: -82.5,-14.5 + parent: 2 + - uid: 11530 + components: + - type: Transform + pos: -82.5,-15.5 + parent: 2 + - uid: 11531 + components: + - type: Transform + pos: -82.5,-16.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + pos: -82.5,-17.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + pos: -82.5,-18.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: -82.5,-19.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: -82.5,-20.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: -82.5,-21.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: -82.5,-22.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: -82.5,-23.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + pos: -82.5,-24.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + pos: -82.5,-25.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + pos: -82.5,-26.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: -82.5,-27.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + pos: -82.5,-28.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: -82.5,-29.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + pos: -82.5,-30.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + pos: -82.5,-31.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: -82.5,-32.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + pos: -82.5,-33.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + pos: -82.5,-34.5 + parent: 2 + - uid: 11550 + components: + - type: Transform + pos: -82.5,-35.5 + parent: 2 + - uid: 11551 + components: + - type: Transform + pos: -82.5,-36.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + pos: -83.5,67.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + pos: -83.5,66.5 + parent: 2 + - uid: 11554 + components: + - type: Transform + pos: -83.5,65.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + pos: -83.5,64.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + pos: -83.5,63.5 + parent: 2 + - uid: 11557 + components: + - type: Transform + pos: -83.5,62.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + pos: -83.5,61.5 + parent: 2 + - uid: 11559 + components: + - type: Transform + pos: -83.5,60.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + pos: -83.5,59.5 + parent: 2 + - uid: 11561 + components: + - type: Transform + pos: -83.5,58.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + pos: -83.5,57.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + pos: -83.5,56.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + pos: -83.5,55.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + pos: -83.5,54.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + pos: -83.5,53.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + pos: -83.5,52.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + pos: -83.5,51.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + pos: -83.5,50.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + pos: -83.5,49.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + pos: -83.5,48.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + pos: -83.5,47.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: -83.5,46.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + pos: -83.5,45.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + pos: -83.5,44.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + pos: -83.5,43.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + pos: -83.5,42.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + pos: -83.5,41.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + pos: -83.5,40.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + pos: -83.5,39.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + pos: -83.5,38.5 + parent: 2 + - uid: 11582 + components: + - type: Transform + pos: -83.5,37.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + pos: -83.5,36.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + pos: -83.5,35.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + pos: -83.5,34.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + pos: -83.5,33.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: -83.5,32.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + pos: -83.5,31.5 + parent: 2 + - uid: 11589 + components: + - type: Transform + pos: -83.5,30.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + pos: -83.5,29.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + pos: -83.5,28.5 + parent: 2 + - uid: 11592 + components: + - type: Transform + pos: -83.5,27.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: -83.5,26.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: -83.5,25.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + pos: -83.5,24.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + pos: -83.5,23.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + pos: -83.5,22.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: -83.5,21.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + pos: -83.5,20.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + pos: -83.5,19.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + pos: -83.5,18.5 + parent: 2 + - uid: 11602 + components: + - type: Transform + pos: -83.5,17.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + pos: -83.5,16.5 + parent: 2 + - uid: 11604 + components: + - type: Transform + pos: -83.5,15.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + pos: -83.5,14.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + pos: -83.5,13.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + pos: -83.5,12.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + pos: -83.5,11.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: -83.5,10.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + pos: -83.5,9.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + pos: -83.5,8.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + pos: -83.5,7.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + pos: -83.5,6.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + pos: -83.5,5.5 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: -83.5,4.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + pos: -83.5,3.5 + parent: 2 + - uid: 11617 + components: + - type: Transform + pos: -83.5,2.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: -83.5,1.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: -83.5,0.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + pos: -83.5,-0.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + pos: -83.5,-1.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + pos: -83.5,-2.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: -83.5,-3.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + pos: -83.5,-4.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + pos: -83.5,-5.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + pos: -83.5,-6.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + pos: -83.5,-7.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + pos: -83.5,-8.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + pos: -83.5,-9.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + pos: -83.5,-10.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + pos: -83.5,-11.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + pos: -83.5,-12.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + pos: -83.5,-13.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + pos: -83.5,-14.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + pos: -83.5,-15.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + pos: -83.5,-16.5 + parent: 2 + - uid: 11637 + components: + - type: Transform + pos: -83.5,-17.5 + parent: 2 + - uid: 11638 + components: + - type: Transform + pos: -83.5,-18.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: -83.5,-19.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + pos: -83.5,-20.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + pos: -83.5,-21.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: -83.5,-22.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: -83.5,-23.5 + parent: 2 + - uid: 11644 + components: + - type: Transform + pos: -83.5,-24.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: -83.5,-25.5 + parent: 2 + - uid: 11646 + components: + - type: Transform + pos: -83.5,-26.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + pos: -83.5,-27.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + pos: -83.5,-28.5 + parent: 2 + - uid: 11649 + components: + - type: Transform + pos: -83.5,-29.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + pos: -83.5,-30.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + pos: -83.5,-31.5 + parent: 2 + - uid: 11652 + components: + - type: Transform + pos: -83.5,-32.5 + parent: 2 + - uid: 11653 + components: + - type: Transform + pos: -83.5,-33.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: -83.5,-34.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: -83.5,-35.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + pos: -83.5,-36.5 + parent: 2 + - uid: 11657 + components: + - type: Transform + pos: -84.5,67.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + pos: -84.5,66.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + pos: -84.5,65.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + pos: -84.5,64.5 + parent: 2 + - uid: 11661 + components: + - type: Transform + pos: -84.5,63.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + pos: -84.5,62.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + pos: -84.5,61.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: -84.5,60.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + pos: -84.5,59.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: -84.5,58.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + pos: -84.5,57.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + pos: -84.5,56.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: -84.5,55.5 + parent: 2 + - uid: 11670 + components: + - type: Transform + pos: -84.5,54.5 + parent: 2 + - uid: 11671 + components: + - type: Transform + pos: -84.5,53.5 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: -84.5,52.5 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: -84.5,51.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: -84.5,50.5 + parent: 2 + - uid: 11675 + components: + - type: Transform + pos: -84.5,49.5 + parent: 2 + - uid: 11676 + components: + - type: Transform + pos: -84.5,48.5 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: -84.5,47.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + pos: -84.5,46.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: -84.5,45.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: -84.5,44.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: -84.5,43.5 + parent: 2 + - uid: 11682 + components: + - type: Transform + pos: -84.5,42.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + pos: -84.5,41.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: -84.5,40.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + pos: -84.5,39.5 + parent: 2 + - uid: 11686 + components: + - type: Transform + pos: -84.5,38.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + pos: -84.5,37.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + pos: -84.5,36.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + pos: -84.5,35.5 + parent: 2 + - uid: 11690 + components: + - type: Transform + pos: -84.5,34.5 + parent: 2 + - uid: 11691 + components: + - type: Transform + pos: -84.5,33.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + pos: -84.5,32.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + pos: -84.5,31.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + pos: -84.5,30.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + pos: -84.5,29.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + pos: -84.5,28.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + pos: -84.5,27.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: -84.5,26.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + pos: -84.5,25.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + pos: -84.5,24.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: -84.5,23.5 + parent: 2 + - uid: 11702 + components: + - type: Transform + pos: -84.5,22.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + pos: -84.5,21.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + pos: -84.5,20.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + pos: -84.5,19.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + pos: -84.5,18.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + pos: -84.5,17.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: -84.5,16.5 + parent: 2 + - uid: 11709 + components: + - type: Transform + pos: -84.5,15.5 + parent: 2 + - uid: 11710 + components: + - type: Transform + pos: -84.5,14.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + pos: -84.5,13.5 + parent: 2 + - uid: 11712 + components: + - type: Transform + pos: -84.5,12.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: -84.5,11.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: -84.5,10.5 + parent: 2 + - uid: 11715 + components: + - type: Transform + pos: -84.5,9.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + pos: -84.5,8.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + pos: -84.5,7.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + pos: -84.5,6.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + pos: -84.5,5.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + pos: -84.5,4.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + pos: -84.5,3.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + pos: -84.5,2.5 + parent: 2 + - uid: 11723 + components: + - type: Transform + pos: -84.5,1.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + pos: -84.5,0.5 + parent: 2 + - uid: 11725 + components: + - type: Transform + pos: -84.5,-0.5 + parent: 2 + - uid: 11726 + components: + - type: Transform + pos: -84.5,-1.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + pos: -84.5,-2.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + pos: -84.5,-3.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + pos: -84.5,-4.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: -84.5,-5.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + pos: -84.5,-6.5 + parent: 2 + - uid: 11732 + components: + - type: Transform + pos: -84.5,-7.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: -84.5,-8.5 + parent: 2 + - uid: 11734 + components: + - type: Transform + pos: -84.5,-9.5 + parent: 2 + - uid: 11735 + components: + - type: Transform + pos: -84.5,-10.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: -84.5,-11.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + pos: -84.5,-12.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + pos: -84.5,-13.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: -84.5,-14.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: -84.5,-15.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + pos: -84.5,-16.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + pos: -84.5,-17.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: -84.5,-18.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: -84.5,-19.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: -84.5,-20.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + pos: -84.5,-21.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + pos: -84.5,-22.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + pos: -84.5,-23.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + pos: -84.5,-24.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: -84.5,-25.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: -84.5,-26.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: -84.5,-27.5 + parent: 2 + - uid: 11753 + components: + - type: Transform + pos: -84.5,-28.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + pos: -84.5,-29.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + pos: -84.5,-30.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: -84.5,-31.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: -84.5,-32.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + pos: -84.5,-33.5 + parent: 2 + - uid: 11759 + components: + - type: Transform + pos: -84.5,-34.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + pos: -84.5,-35.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + pos: -84.5,-36.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: -85.5,67.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + pos: -85.5,66.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + pos: -85.5,65.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + pos: -85.5,64.5 + parent: 2 + - uid: 11766 + components: + - type: Transform + pos: -85.5,63.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + pos: -85.5,62.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + pos: -85.5,61.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + pos: -85.5,60.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + pos: -85.5,59.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: -85.5,58.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: -85.5,57.5 + parent: 2 + - uid: 11773 + components: + - type: Transform + pos: -85.5,56.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + pos: -85.5,55.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + pos: -85.5,54.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + pos: -85.5,53.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + pos: -85.5,52.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + pos: -85.5,51.5 + parent: 2 + - uid: 11779 + components: + - type: Transform + pos: -85.5,50.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: -85.5,49.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + pos: -85.5,48.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + pos: -85.5,47.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + pos: -85.5,46.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + pos: -85.5,45.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + pos: -85.5,44.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + pos: -85.5,43.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: -85.5,42.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + pos: -85.5,41.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -85.5,40.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + pos: -85.5,39.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + pos: -85.5,38.5 + parent: 2 + - uid: 11792 + components: + - type: Transform + pos: -85.5,37.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + pos: -85.5,36.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: -85.5,35.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + pos: -85.5,34.5 + parent: 2 + - uid: 11796 + components: + - type: Transform + pos: -85.5,33.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + pos: -85.5,32.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + pos: -85.5,31.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + pos: -85.5,30.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: -85.5,29.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + pos: -85.5,28.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: -85.5,27.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + pos: -85.5,26.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + pos: -85.5,25.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + pos: -85.5,24.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + pos: -85.5,23.5 + parent: 2 + - uid: 11807 + components: + - type: Transform + pos: -85.5,22.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: -85.5,21.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: -85.5,20.5 + parent: 2 + - uid: 11810 + components: + - type: Transform + pos: -85.5,19.5 + parent: 2 + - uid: 11811 + components: + - type: Transform + pos: -85.5,18.5 + parent: 2 + - uid: 11812 + components: + - type: Transform + pos: -85.5,17.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + pos: -85.5,16.5 + parent: 2 + - uid: 11814 + components: + - type: Transform + pos: -85.5,15.5 + parent: 2 + - uid: 11815 + components: + - type: Transform + pos: -85.5,14.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + pos: -85.5,13.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + pos: -85.5,12.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + pos: -85.5,11.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + pos: -85.5,10.5 + parent: 2 + - uid: 11820 + components: + - type: Transform + pos: -85.5,9.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + pos: -85.5,8.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + pos: -85.5,7.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: -85.5,6.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + pos: -85.5,5.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: -85.5,4.5 + parent: 2 + - uid: 11826 + components: + - type: Transform + pos: -85.5,3.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: -85.5,2.5 + parent: 2 + - uid: 11828 + components: + - type: Transform + pos: -85.5,1.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + pos: -85.5,0.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + pos: -85.5,-0.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + pos: -85.5,-1.5 + parent: 2 + - uid: 11832 + components: + - type: Transform + pos: -85.5,-2.5 + parent: 2 + - uid: 11833 + components: + - type: Transform + pos: -85.5,-3.5 + parent: 2 + - uid: 11834 + components: + - type: Transform + pos: -85.5,-4.5 + parent: 2 + - uid: 11835 + components: + - type: Transform + pos: -85.5,-5.5 + parent: 2 + - uid: 11836 + components: + - type: Transform + pos: -85.5,-6.5 + parent: 2 + - uid: 11837 + components: + - type: Transform + pos: -85.5,-7.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + pos: -85.5,-8.5 + parent: 2 + - uid: 11839 + components: + - type: Transform + pos: -85.5,-9.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + pos: -85.5,-10.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + pos: -85.5,-11.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + pos: -85.5,-12.5 + parent: 2 + - uid: 11843 + components: + - type: Transform + pos: -85.5,-13.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + pos: -85.5,-14.5 + parent: 2 + - uid: 11845 + components: + - type: Transform + pos: -85.5,-15.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: -85.5,-16.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: -85.5,-17.5 + parent: 2 + - uid: 11848 + components: + - type: Transform + pos: -85.5,-18.5 + parent: 2 + - uid: 11849 + components: + - type: Transform + pos: -85.5,-19.5 + parent: 2 + - uid: 11850 + components: + - type: Transform + pos: -85.5,-20.5 + parent: 2 + - uid: 11851 + components: + - type: Transform + pos: -85.5,-21.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: -85.5,-22.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: -85.5,-23.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: -85.5,-24.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + pos: -85.5,-25.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: -85.5,-26.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: -85.5,-27.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + pos: -85.5,-28.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: -85.5,-29.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + pos: -85.5,-30.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: -85.5,-31.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: -85.5,-32.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + pos: -85.5,-33.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: -85.5,-34.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: -85.5,-35.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: -85.5,-36.5 + parent: 2 + - uid: 11867 + components: + - type: Transform + pos: -85.5,-37.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + pos: -85.5,-38.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + pos: -85.5,-39.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + pos: -85.5,-40.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + pos: -85.5,-41.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + pos: -85.5,-42.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + pos: -85.5,-43.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: -85.5,-44.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + pos: -85.5,-45.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + pos: -85.5,-46.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + pos: -85.5,-47.5 + parent: 2 + - uid: 11878 + components: + - type: Transform + pos: -85.5,-48.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: -85.5,-49.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + pos: -85.5,-50.5 + parent: 2 + - uid: 11881 + components: + - type: Transform + pos: -85.5,-51.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + pos: -85.5,-52.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + pos: -85.5,-53.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + pos: -85.5,-54.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: -84.5,-58.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + pos: -85.5,-69.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: -85.5,-67.5 + parent: 2 + - uid: 11888 + components: + - type: Transform + pos: -85.5,-65.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + pos: -84.5,-56.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + pos: -85.5,-59.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + pos: -85.5,-58.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + pos: -83.5,-57.5 + parent: 2 + - uid: 11893 + components: + - type: Transform + pos: -85.5,-56.5 + parent: 2 + - uid: 11894 + components: + - type: Transform + pos: -84.5,-57.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + pos: -80.5,-55.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + pos: -79.5,-57.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + pos: -78.5,-57.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + pos: -76.5,-57.5 + parent: 2 + - uid: 11899 + components: + - type: Transform + pos: -76.5,-56.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + pos: -84.5,-37.5 + parent: 2 + - uid: 11901 + components: + - type: Transform + pos: -84.5,-38.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + pos: -84.5,-39.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + pos: -84.5,-40.5 + parent: 2 + - uid: 11904 + components: + - type: Transform + pos: -84.5,-41.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + pos: -84.5,-42.5 + parent: 2 + - uid: 11906 + components: + - type: Transform + pos: -84.5,-43.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + pos: -84.5,-44.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + pos: -84.5,-45.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: -84.5,-46.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + pos: -84.5,-47.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + pos: -84.5,-48.5 + parent: 2 + - uid: 11912 + components: + - type: Transform + pos: -84.5,-49.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + pos: -84.5,-50.5 + parent: 2 + - uid: 11914 + components: + - type: Transform + pos: -84.5,-51.5 + parent: 2 + - uid: 11915 + components: + - type: Transform + pos: -84.5,-52.5 + parent: 2 + - uid: 11916 + components: + - type: Transform + pos: -84.5,-53.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + pos: -84.5,-54.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + pos: -85.5,-64.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: -85.5,-63.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: -85.5,-70.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: -85.5,-66.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: -85.5,-68.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: -84.5,-55.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: -85.5,-57.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: -82.5,-57.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: -83.5,-56.5 + parent: 2 + - uid: 11927 + components: + - type: Transform + pos: -85.5,-55.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: -83.5,-55.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + pos: -79.5,-56.5 + parent: 2 + - uid: 11930 + components: + - type: Transform + pos: -79.5,-55.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: -78.5,-56.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: -76.5,-55.5 + parent: 2 + - uid: 11933 + components: + - type: Transform + pos: -75.5,-57.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: -83.5,-37.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: -83.5,-38.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: -83.5,-39.5 + parent: 2 + - uid: 11937 + components: + - type: Transform + pos: -83.5,-40.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + pos: -83.5,-41.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + pos: -83.5,-42.5 + parent: 2 + - uid: 11940 + components: + - type: Transform + pos: -83.5,-43.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: -83.5,-44.5 + parent: 2 + - uid: 11942 + components: + - type: Transform + pos: -83.5,-45.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: -83.5,-46.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + pos: -83.5,-47.5 + parent: 2 + - uid: 11945 + components: + - type: Transform + pos: -83.5,-48.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + pos: -83.5,-49.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + pos: -83.5,-50.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + pos: -83.5,-51.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + pos: -83.5,-52.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + pos: -83.5,-53.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + pos: -83.5,-54.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + pos: -85.5,-61.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: -85.5,-62.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + pos: -85.5,-60.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + pos: -75.5,-56.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + pos: -75.5,-55.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + pos: -82.5,-37.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: -82.5,-38.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: -82.5,-39.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + pos: -82.5,-40.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + pos: -82.5,-41.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + pos: -82.5,-42.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + pos: -82.5,-43.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: -82.5,-44.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + pos: -82.5,-45.5 + parent: 2 + - uid: 11966 + components: + - type: Transform + pos: -82.5,-46.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: -82.5,-47.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: -82.5,-48.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: -82.5,-49.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: -82.5,-50.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + pos: -82.5,-51.5 + parent: 2 + - uid: 11972 + components: + - type: Transform + pos: -82.5,-52.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + pos: -82.5,-53.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + pos: -82.5,-54.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + pos: -74.5,-62.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + pos: -74.5,-63.5 + parent: 2 + - uid: 11977 + components: + - type: Transform + pos: -74.5,-66.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: -80.5,-68.5 + parent: 2 + - uid: 11979 + components: + - type: Transform + pos: -80.5,-70.5 + parent: 2 + - uid: 11980 + components: + - type: Transform + pos: -80.5,-69.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: -82.5,-68.5 + parent: 2 + - uid: 11982 + components: + - type: Transform + pos: -82.5,-69.5 + parent: 2 + - uid: 11983 + components: + - type: Transform + pos: -83.5,-70.5 + parent: 2 + - uid: 11984 + components: + - type: Transform + pos: -74.5,-55.5 + parent: 2 + - uid: 11985 + components: + - type: Transform + pos: -74.5,-56.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: -81.5,-37.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: -81.5,-38.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + pos: -81.5,-39.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + pos: -81.5,-40.5 + parent: 2 + - uid: 11990 + components: + - type: Transform + pos: -81.5,-41.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: -81.5,-42.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: -81.5,-43.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: -81.5,-44.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + pos: -81.5,-45.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: -81.5,-46.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: -81.5,-47.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + pos: -81.5,-48.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: -81.5,-49.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: -81.5,-50.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: -81.5,-51.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + pos: -81.5,-52.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + pos: -81.5,-53.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: -81.5,-54.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: -74.5,-64.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: -74.5,-65.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: -74.5,-67.5 + parent: 2 + - uid: 12007 + components: + - type: Transform + pos: -79.5,-70.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: -81.5,-69.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: -81.5,-68.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: -82.5,-70.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: -81.5,-70.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: -83.5,-68.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + pos: -83.5,-69.5 + parent: 2 + - uid: 12014 + components: + - type: Transform + pos: -83.5,-67.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: -78.5,-55.5 + parent: 2 + - uid: 12016 + components: + - type: Transform + pos: -74.5,-58.5 + parent: 2 + - uid: 12017 + components: + - type: Transform + pos: -80.5,-37.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: -80.5,-38.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: -80.5,-39.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + pos: -80.5,-40.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + pos: -80.5,-41.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: -80.5,-42.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: -80.5,-43.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: -80.5,-44.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: -80.5,-45.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: -80.5,-46.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + pos: -80.5,-47.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + pos: -80.5,-48.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: -80.5,-49.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: -80.5,-50.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + pos: -80.5,-51.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: -80.5,-52.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: -80.5,-53.5 + parent: 2 + - uid: 12034 + components: + - type: Transform + pos: -80.5,-54.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: -73.5,-56.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: -83.5,-66.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: -84.5,-70.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: -83.5,-58.5 + parent: 2 + - uid: 12039 + components: + - type: Transform + pos: -73.5,-55.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: -74.5,-57.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: -79.5,-37.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: -79.5,-38.5 + parent: 2 + - uid: 12043 + components: + - type: Transform + pos: -79.5,-39.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: -79.5,-40.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: -79.5,-41.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + pos: -79.5,-42.5 + parent: 2 + - uid: 12047 + components: + - type: Transform + pos: -79.5,-43.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: -79.5,-44.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: -79.5,-45.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: -79.5,-46.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + pos: -79.5,-47.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + pos: -79.5,-48.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: -79.5,-49.5 + parent: 2 + - uid: 12054 + components: + - type: Transform + pos: -79.5,-50.5 + parent: 2 + - uid: 12055 + components: + - type: Transform + pos: -79.5,-51.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + pos: -79.5,-52.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + pos: -79.5,-53.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: -79.5,-54.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: -74.5,-68.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + pos: -74.5,-70.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: -73.5,-57.5 + parent: 2 + - uid: 12062 + components: + - type: Transform + pos: -76.5,-68.5 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: -76.5,-69.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + pos: -77.5,-68.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: -77.5,-56.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + pos: -74.5,-60.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: -78.5,-37.5 + parent: 2 + - uid: 12068 + components: + - type: Transform + pos: -78.5,-38.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: -78.5,-39.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: -78.5,-40.5 + parent: 2 + - uid: 12071 + components: + - type: Transform + pos: -78.5,-41.5 + parent: 2 + - uid: 12072 + components: + - type: Transform + pos: -78.5,-42.5 + parent: 2 + - uid: 12073 + components: + - type: Transform + pos: -78.5,-43.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: -78.5,-44.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: -78.5,-45.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: -78.5,-46.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: -78.5,-47.5 + parent: 2 + - uid: 12078 + components: + - type: Transform + pos: -78.5,-48.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: -78.5,-49.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: -78.5,-50.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: -78.5,-51.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: -78.5,-52.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + pos: -78.5,-53.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: -78.5,-54.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: -74.5,-69.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: -75.5,-69.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: -77.5,-70.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: -78.5,-68.5 + parent: 2 + - uid: 12089 + components: + - type: Transform + pos: -76.5,-70.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: -77.5,-57.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + pos: -74.5,-59.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: -77.5,-37.5 + parent: 2 + - uid: 12093 + components: + - type: Transform + pos: -77.5,-38.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + pos: -77.5,-39.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: -77.5,-40.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: -77.5,-41.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: -77.5,-42.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: -77.5,-43.5 + parent: 2 + - uid: 12099 + components: + - type: Transform + pos: -77.5,-44.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: -77.5,-45.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: -77.5,-46.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: -77.5,-47.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: -77.5,-48.5 + parent: 2 + - uid: 12104 + components: + - type: Transform + pos: -77.5,-49.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: -77.5,-50.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: -77.5,-51.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: -77.5,-52.5 + parent: 2 + - uid: 12108 + components: + - type: Transform + pos: -77.5,-53.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: -77.5,-54.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: -84.5,-68.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + pos: -84.5,-66.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: -84.5,-67.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: -75.5,-68.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + pos: -78.5,-69.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: -78.5,-70.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + pos: -77.5,-69.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: -77.5,-55.5 + parent: 2 + - uid: 12118 + components: + - type: Transform + pos: -82.5,-56.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: -76.5,-37.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: -76.5,-38.5 + parent: 2 + - uid: 12121 + components: + - type: Transform + pos: -76.5,-39.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: -76.5,-40.5 + parent: 2 + - uid: 12123 + components: + - type: Transform + pos: -76.5,-41.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: -76.5,-42.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: -76.5,-43.5 + parent: 2 + - uid: 12126 + components: + - type: Transform + pos: -76.5,-44.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: -76.5,-45.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: -76.5,-46.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: -76.5,-47.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + pos: -76.5,-48.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: -76.5,-49.5 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: -76.5,-50.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: -76.5,-51.5 + parent: 2 + - uid: 12134 + components: + - type: Transform + pos: -76.5,-52.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: -76.5,-53.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: -76.5,-54.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + pos: -84.5,-69.5 + parent: 2 + - uid: 12138 + components: + - type: Transform + pos: -75.5,-70.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: -79.5,-69.5 + parent: 2 + - uid: 12140 + components: + - type: Transform + pos: -79.5,-68.5 + parent: 2 + - uid: 12141 + components: + - type: Transform + pos: -74.5,-61.5 + parent: 2 + - uid: 12142 + components: + - type: Transform + pos: -75.5,-37.5 + parent: 2 + - uid: 12143 + components: + - type: Transform + pos: -75.5,-38.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: -75.5,-39.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: -75.5,-40.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + pos: -75.5,-41.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + pos: -75.5,-42.5 + parent: 2 + - uid: 12148 + components: + - type: Transform + pos: -75.5,-43.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: -75.5,-44.5 + parent: 2 + - uid: 12150 + components: + - type: Transform + pos: -75.5,-45.5 + parent: 2 + - uid: 12151 + components: + - type: Transform + pos: -75.5,-46.5 + parent: 2 + - uid: 12152 + components: + - type: Transform + pos: -75.5,-47.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + pos: -75.5,-48.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: -75.5,-49.5 + parent: 2 + - uid: 12155 + components: + - type: Transform + pos: -75.5,-50.5 + parent: 2 + - uid: 12156 + components: + - type: Transform + pos: -75.5,-51.5 + parent: 2 + - uid: 12157 + components: + - type: Transform + pos: -75.5,-52.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + pos: -75.5,-53.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + pos: -75.5,-54.5 + parent: 2 + - uid: 12160 + components: + - type: Transform + pos: -73.5,-60.5 + parent: 2 + - uid: 12161 + components: + - type: Transform + pos: -73.5,-59.5 + parent: 2 + - uid: 12162 + components: + - type: Transform + pos: -82.5,-55.5 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: -81.5,-57.5 + parent: 2 + - uid: 12164 + components: + - type: Transform + pos: -74.5,-37.5 + parent: 2 + - uid: 12165 + components: + - type: Transform + pos: -74.5,-38.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: -74.5,-39.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + pos: -74.5,-40.5 + parent: 2 + - uid: 12168 + components: + - type: Transform + pos: -74.5,-41.5 + parent: 2 + - uid: 12169 + components: + - type: Transform + pos: -74.5,-42.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: -74.5,-43.5 + parent: 2 + - uid: 12171 + components: + - type: Transform + pos: -74.5,-44.5 + parent: 2 + - uid: 12172 + components: + - type: Transform + pos: -74.5,-45.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: -74.5,-46.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: -74.5,-47.5 + parent: 2 + - uid: 12175 + components: + - type: Transform + pos: -74.5,-48.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: -74.5,-49.5 + parent: 2 + - uid: 12177 + components: + - type: Transform + pos: -74.5,-50.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: -74.5,-51.5 + parent: 2 + - uid: 12179 + components: + - type: Transform + pos: -74.5,-52.5 + parent: 2 + - uid: 12180 + components: + - type: Transform + pos: -74.5,-53.5 + parent: 2 + - uid: 12181 + components: + - type: Transform + pos: -74.5,-54.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: -73.5,-62.5 + parent: 2 + - uid: 12183 + components: + - type: Transform + pos: -73.5,-64.5 + parent: 2 + - uid: 12184 + components: + - type: Transform + pos: -73.5,-61.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + pos: -73.5,-66.5 + parent: 2 + - uid: 12186 + components: + - type: Transform + pos: -73.5,-63.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + pos: -73.5,-68.5 + parent: 2 + - uid: 12188 + components: + - type: Transform + pos: -73.5,-65.5 + parent: 2 + - uid: 12189 + components: + - type: Transform + pos: -73.5,-67.5 + parent: 2 + - uid: 12190 + components: + - type: Transform + pos: -73.5,-70.5 + parent: 2 + - uid: 12191 + components: + - type: Transform + pos: -73.5,-69.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: -81.5,-56.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: -81.5,-55.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: -73.5,-37.5 + parent: 2 + - uid: 12195 + components: + - type: Transform + pos: -73.5,-38.5 + parent: 2 + - uid: 12196 + components: + - type: Transform + pos: -73.5,-39.5 + parent: 2 + - uid: 12197 + components: + - type: Transform + pos: -73.5,-40.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: -73.5,-41.5 + parent: 2 + - uid: 12199 + components: + - type: Transform + pos: -73.5,-42.5 + parent: 2 + - uid: 12200 + components: + - type: Transform + pos: -73.5,-43.5 + parent: 2 + - uid: 12201 + components: + - type: Transform + pos: -73.5,-44.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + pos: -73.5,-45.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + pos: -73.5,-46.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: -73.5,-47.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: -73.5,-48.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: -73.5,-49.5 + parent: 2 + - uid: 12207 + components: + - type: Transform + pos: -73.5,-50.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: -73.5,-51.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: -73.5,-52.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: -73.5,-53.5 + parent: 2 + - uid: 12211 + components: + - type: Transform + pos: -73.5,-54.5 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: -73.5,-58.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: -80.5,-57.5 + parent: 2 + - uid: 12214 + components: + - type: Transform + pos: -80.5,-56.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + pos: -72.5,-37.5 + parent: 2 + - uid: 12216 + components: + - type: Transform + pos: -72.5,-38.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + pos: -72.5,-39.5 + parent: 2 + - uid: 12218 + components: + - type: Transform + pos: -72.5,-40.5 + parent: 2 + - uid: 12219 + components: + - type: Transform + pos: -72.5,-41.5 + parent: 2 + - uid: 12220 + components: + - type: Transform + pos: -72.5,-42.5 + parent: 2 + - uid: 12221 + components: + - type: Transform + pos: -72.5,-43.5 + parent: 2 + - uid: 12222 + components: + - type: Transform + pos: -72.5,-44.5 + parent: 2 + - uid: 12223 + components: + - type: Transform + pos: -72.5,-45.5 + parent: 2 + - uid: 12224 + components: + - type: Transform + pos: -72.5,-46.5 + parent: 2 + - uid: 12225 + components: + - type: Transform + pos: -72.5,-47.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + pos: -72.5,-48.5 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: -72.5,-49.5 + parent: 2 + - uid: 12228 + components: + - type: Transform + pos: -72.5,-50.5 + parent: 2 + - uid: 12229 + components: + - type: Transform + pos: -72.5,-51.5 + parent: 2 + - uid: 12230 + components: + - type: Transform + pos: -72.5,-52.5 + parent: 2 + - uid: 12231 + components: + - type: Transform + pos: -72.5,-53.5 + parent: 2 + - uid: 12232 + components: + - type: Transform + pos: -72.5,-54.5 + parent: 2 + - uid: 12233 + components: + - type: Transform + pos: -72.5,-55.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + pos: -72.5,-56.5 + parent: 2 + - uid: 12235 + components: + - type: Transform + pos: -72.5,-57.5 + parent: 2 + - uid: 12236 + components: + - type: Transform + pos: -72.5,-58.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + pos: -72.5,-59.5 + parent: 2 + - uid: 12238 + components: + - type: Transform + pos: -72.5,-60.5 + parent: 2 + - uid: 12239 + components: + - type: Transform + pos: -72.5,-61.5 + parent: 2 + - uid: 12240 + components: + - type: Transform + pos: -72.5,-62.5 + parent: 2 + - uid: 12241 + components: + - type: Transform + pos: -72.5,-63.5 + parent: 2 + - uid: 12242 + components: + - type: Transform + pos: -72.5,-64.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + pos: -72.5,-65.5 + parent: 2 + - uid: 12244 + components: + - type: Transform + pos: -72.5,-66.5 + parent: 2 + - uid: 12245 + components: + - type: Transform + pos: -72.5,-67.5 + parent: 2 + - uid: 12246 + components: + - type: Transform + pos: -72.5,-68.5 + parent: 2 + - uid: 12247 + components: + - type: Transform + pos: -72.5,-69.5 + parent: 2 + - uid: 12248 + components: + - type: Transform + pos: -72.5,-70.5 + parent: 2 + - uid: 12249 + components: + - type: Transform + pos: -71.5,-37.5 + parent: 2 + - uid: 12250 + components: + - type: Transform + pos: -71.5,-38.5 + parent: 2 + - uid: 12251 + components: + - type: Transform + pos: -71.5,-39.5 + parent: 2 + - uid: 12252 + components: + - type: Transform + pos: -71.5,-40.5 + parent: 2 + - uid: 12253 + components: + - type: Transform + pos: -71.5,-41.5 + parent: 2 + - uid: 12254 + components: + - type: Transform + pos: -71.5,-42.5 + parent: 2 + - uid: 12255 + components: + - type: Transform + pos: -71.5,-43.5 + parent: 2 + - uid: 12256 + components: + - type: Transform + pos: -71.5,-44.5 + parent: 2 + - uid: 12257 + components: + - type: Transform + pos: -71.5,-45.5 + parent: 2 + - uid: 12258 + components: + - type: Transform + pos: -71.5,-46.5 + parent: 2 + - uid: 12259 + components: + - type: Transform + pos: -71.5,-47.5 + parent: 2 + - uid: 12260 + components: + - type: Transform + pos: -71.5,-48.5 + parent: 2 + - uid: 12261 + components: + - type: Transform + pos: -71.5,-49.5 + parent: 2 + - uid: 12262 + components: + - type: Transform + pos: -71.5,-50.5 + parent: 2 + - uid: 12263 + components: + - type: Transform + pos: -71.5,-51.5 + parent: 2 + - uid: 12264 + components: + - type: Transform + pos: -71.5,-52.5 + parent: 2 + - uid: 12265 + components: + - type: Transform + pos: -71.5,-53.5 + parent: 2 + - uid: 12266 + components: + - type: Transform + pos: -71.5,-54.5 + parent: 2 + - uid: 12267 + components: + - type: Transform + pos: -71.5,-55.5 + parent: 2 + - uid: 12268 + components: + - type: Transform + pos: -71.5,-56.5 + parent: 2 + - uid: 12269 + components: + - type: Transform + pos: -71.5,-57.5 + parent: 2 + - uid: 12270 + components: + - type: Transform + pos: -71.5,-58.5 + parent: 2 + - uid: 12271 + components: + - type: Transform + pos: -71.5,-59.5 + parent: 2 + - uid: 12272 + components: + - type: Transform + pos: -71.5,-60.5 + parent: 2 + - uid: 12273 + components: + - type: Transform + pos: -71.5,-61.5 + parent: 2 + - uid: 12274 + components: + - type: Transform + pos: -71.5,-62.5 + parent: 2 + - uid: 12275 + components: + - type: Transform + pos: -71.5,-63.5 + parent: 2 + - uid: 12276 + components: + - type: Transform + pos: -71.5,-64.5 + parent: 2 + - uid: 12277 + components: + - type: Transform + pos: -71.5,-65.5 + parent: 2 + - uid: 12278 + components: + - type: Transform + pos: -71.5,-66.5 + parent: 2 + - uid: 12279 + components: + - type: Transform + pos: -71.5,-67.5 + parent: 2 + - uid: 12280 + components: + - type: Transform + pos: -71.5,-68.5 + parent: 2 + - uid: 12281 + components: + - type: Transform + pos: -71.5,-69.5 + parent: 2 + - uid: 12282 + components: + - type: Transform + pos: -71.5,-70.5 + parent: 2 + - uid: 12283 + components: + - type: Transform + pos: -70.5,-37.5 + parent: 2 + - uid: 12284 + components: + - type: Transform + pos: -70.5,-38.5 + parent: 2 + - uid: 12285 + components: + - type: Transform + pos: -70.5,-39.5 + parent: 2 + - uid: 12286 + components: + - type: Transform + pos: -70.5,-40.5 + parent: 2 + - uid: 12287 + components: + - type: Transform + pos: -70.5,-41.5 + parent: 2 + - uid: 12288 + components: + - type: Transform + pos: -70.5,-42.5 + parent: 2 + - uid: 12289 + components: + - type: Transform + pos: -70.5,-43.5 + parent: 2 + - uid: 12290 + components: + - type: Transform + pos: -70.5,-44.5 + parent: 2 + - uid: 12291 + components: + - type: Transform + pos: -70.5,-45.5 + parent: 2 + - uid: 12292 + components: + - type: Transform + pos: -70.5,-46.5 + parent: 2 + - uid: 12293 + components: + - type: Transform + pos: -70.5,-47.5 + parent: 2 + - uid: 12294 + components: + - type: Transform + pos: -70.5,-48.5 + parent: 2 + - uid: 12295 + components: + - type: Transform + pos: -70.5,-49.5 + parent: 2 + - uid: 12296 + components: + - type: Transform + pos: -70.5,-50.5 + parent: 2 + - uid: 12297 + components: + - type: Transform + pos: -70.5,-51.5 + parent: 2 + - uid: 12298 + components: + - type: Transform + pos: -70.5,-52.5 + parent: 2 + - uid: 12299 + components: + - type: Transform + pos: -70.5,-53.5 + parent: 2 + - uid: 12300 + components: + - type: Transform + pos: -70.5,-54.5 + parent: 2 + - uid: 12301 + components: + - type: Transform + pos: -70.5,-55.5 + parent: 2 + - uid: 12302 + components: + - type: Transform + pos: -70.5,-56.5 + parent: 2 + - uid: 12303 + components: + - type: Transform + pos: -70.5,-57.5 + parent: 2 + - uid: 12304 + components: + - type: Transform + pos: -70.5,-58.5 + parent: 2 + - uid: 12305 + components: + - type: Transform + pos: -70.5,-59.5 + parent: 2 + - uid: 12306 + components: + - type: Transform + pos: -70.5,-60.5 + parent: 2 + - uid: 12307 + components: + - type: Transform + pos: -70.5,-61.5 + parent: 2 + - uid: 12308 + components: + - type: Transform + pos: -70.5,-62.5 + parent: 2 + - uid: 12309 + components: + - type: Transform + pos: -70.5,-63.5 + parent: 2 + - uid: 12310 + components: + - type: Transform + pos: -70.5,-64.5 + parent: 2 + - uid: 12311 + components: + - type: Transform + pos: -70.5,-65.5 + parent: 2 + - uid: 12312 + components: + - type: Transform + pos: -70.5,-66.5 + parent: 2 + - uid: 12313 + components: + - type: Transform + pos: -70.5,-67.5 + parent: 2 + - uid: 12314 + components: + - type: Transform + pos: -70.5,-68.5 + parent: 2 + - uid: 12315 + components: + - type: Transform + pos: -70.5,-69.5 + parent: 2 + - uid: 12316 + components: + - type: Transform + pos: -70.5,-70.5 + parent: 2 + - uid: 12317 + components: + - type: Transform + pos: -69.5,-37.5 + parent: 2 + - uid: 12318 + components: + - type: Transform + pos: -69.5,-38.5 + parent: 2 + - uid: 12319 + components: + - type: Transform + pos: -69.5,-39.5 + parent: 2 + - uid: 12320 + components: + - type: Transform + pos: -69.5,-40.5 + parent: 2 + - uid: 12321 + components: + - type: Transform + pos: -69.5,-41.5 + parent: 2 + - uid: 12322 + components: + - type: Transform + pos: -69.5,-42.5 + parent: 2 + - uid: 12323 + components: + - type: Transform + pos: -69.5,-43.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + pos: -69.5,-44.5 + parent: 2 + - uid: 12325 + components: + - type: Transform + pos: -69.5,-45.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: -69.5,-46.5 + parent: 2 + - uid: 12327 + components: + - type: Transform + pos: -69.5,-47.5 + parent: 2 + - uid: 12328 + components: + - type: Transform + pos: -69.5,-48.5 + parent: 2 + - uid: 12329 + components: + - type: Transform + pos: -69.5,-49.5 + parent: 2 + - uid: 12330 + components: + - type: Transform + pos: -69.5,-50.5 + parent: 2 + - uid: 12331 + components: + - type: Transform + pos: -69.5,-51.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: -69.5,-52.5 + parent: 2 + - uid: 12333 + components: + - type: Transform + pos: -69.5,-53.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + pos: -69.5,-54.5 + parent: 2 + - uid: 12335 + components: + - type: Transform + pos: -69.5,-55.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + pos: -69.5,-56.5 + parent: 2 + - uid: 12337 + components: + - type: Transform + pos: -69.5,-57.5 + parent: 2 + - uid: 12338 + components: + - type: Transform + pos: -69.5,-58.5 + parent: 2 + - uid: 12339 + components: + - type: Transform + pos: -69.5,-59.5 + parent: 2 + - uid: 12340 + components: + - type: Transform + pos: -69.5,-60.5 + parent: 2 + - uid: 12341 + components: + - type: Transform + pos: -69.5,-61.5 + parent: 2 + - uid: 12342 + components: + - type: Transform + pos: -69.5,-62.5 + parent: 2 + - uid: 12343 + components: + - type: Transform + pos: -69.5,-63.5 + parent: 2 + - uid: 12344 + components: + - type: Transform + pos: -69.5,-64.5 + parent: 2 + - uid: 12345 + components: + - type: Transform + pos: -69.5,-65.5 + parent: 2 + - uid: 12346 + components: + - type: Transform + pos: -69.5,-66.5 + parent: 2 + - uid: 12347 + components: + - type: Transform + pos: -69.5,-67.5 + parent: 2 + - uid: 12348 + components: + - type: Transform + pos: -69.5,-68.5 + parent: 2 + - uid: 12349 + components: + - type: Transform + pos: -69.5,-69.5 + parent: 2 + - uid: 12350 + components: + - type: Transform + pos: -69.5,-70.5 + parent: 2 + - uid: 12351 + components: + - type: Transform + pos: -68.5,-37.5 + parent: 2 + - uid: 12352 + components: + - type: Transform + pos: -68.5,-38.5 + parent: 2 + - uid: 12353 + components: + - type: Transform + pos: -68.5,-39.5 + parent: 2 + - uid: 12354 + components: + - type: Transform + pos: -68.5,-40.5 + parent: 2 + - uid: 12355 + components: + - type: Transform + pos: -68.5,-41.5 + parent: 2 + - uid: 12356 + components: + - type: Transform + pos: -68.5,-42.5 + parent: 2 + - uid: 12357 + components: + - type: Transform + pos: -68.5,-43.5 + parent: 2 + - uid: 12358 + components: + - type: Transform + pos: -68.5,-44.5 + parent: 2 + - uid: 12359 + components: + - type: Transform + pos: -68.5,-45.5 + parent: 2 + - uid: 12360 + components: + - type: Transform + pos: -68.5,-46.5 + parent: 2 + - uid: 12361 + components: + - type: Transform + pos: -68.5,-47.5 + parent: 2 + - uid: 12362 + components: + - type: Transform + pos: -68.5,-48.5 + parent: 2 + - uid: 12363 + components: + - type: Transform + pos: -68.5,-49.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: -68.5,-50.5 + parent: 2 + - uid: 12365 + components: + - type: Transform + pos: -68.5,-51.5 + parent: 2 + - uid: 12366 + components: + - type: Transform + pos: -68.5,-52.5 + parent: 2 + - uid: 12367 + components: + - type: Transform + pos: -68.5,-53.5 + parent: 2 + - uid: 12368 + components: + - type: Transform + pos: -68.5,-54.5 + parent: 2 + - uid: 12369 + components: + - type: Transform + pos: -68.5,-55.5 + parent: 2 + - uid: 12370 + components: + - type: Transform + pos: -68.5,-56.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + pos: -68.5,-57.5 + parent: 2 + - uid: 12372 + components: + - type: Transform + pos: -68.5,-58.5 + parent: 2 + - uid: 12373 + components: + - type: Transform + pos: -68.5,-59.5 + parent: 2 + - uid: 12374 + components: + - type: Transform + pos: -68.5,-60.5 + parent: 2 + - uid: 12375 + components: + - type: Transform + pos: -68.5,-61.5 + parent: 2 + - uid: 12376 + components: + - type: Transform + pos: -68.5,-62.5 + parent: 2 + - uid: 12377 + components: + - type: Transform + pos: -68.5,-63.5 + parent: 2 + - uid: 12378 + components: + - type: Transform + pos: -68.5,-64.5 + parent: 2 + - uid: 12379 + components: + - type: Transform + pos: -68.5,-65.5 + parent: 2 + - uid: 12380 + components: + - type: Transform + pos: -68.5,-66.5 + parent: 2 + - uid: 12381 + components: + - type: Transform + pos: -68.5,-67.5 + parent: 2 + - uid: 12382 + components: + - type: Transform + pos: -68.5,-68.5 + parent: 2 + - uid: 12383 + components: + - type: Transform + pos: -68.5,-69.5 + parent: 2 + - uid: 12384 + components: + - type: Transform + pos: -68.5,-70.5 + parent: 2 + - uid: 12385 + components: + - type: Transform + pos: -67.5,-37.5 + parent: 2 + - uid: 12386 + components: + - type: Transform + pos: -67.5,-38.5 + parent: 2 + - uid: 12387 + components: + - type: Transform + pos: -67.5,-39.5 + parent: 2 + - uid: 12388 + components: + - type: Transform + pos: -67.5,-40.5 + parent: 2 + - uid: 12389 + components: + - type: Transform + pos: -67.5,-41.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: -67.5,-42.5 + parent: 2 + - uid: 12391 + components: + - type: Transform + pos: -67.5,-43.5 + parent: 2 + - uid: 12392 + components: + - type: Transform + pos: -67.5,-44.5 + parent: 2 + - uid: 12393 + components: + - type: Transform + pos: -67.5,-45.5 + parent: 2 + - uid: 12394 + components: + - type: Transform + pos: -67.5,-46.5 + parent: 2 + - uid: 12395 + components: + - type: Transform + pos: -67.5,-47.5 + parent: 2 + - uid: 12396 + components: + - type: Transform + pos: -67.5,-48.5 + parent: 2 + - uid: 12397 + components: + - type: Transform + pos: -67.5,-49.5 + parent: 2 + - uid: 12398 + components: + - type: Transform + pos: -67.5,-50.5 + parent: 2 + - uid: 12399 + components: + - type: Transform + pos: -67.5,-51.5 + parent: 2 + - uid: 12400 + components: + - type: Transform + pos: -67.5,-52.5 + parent: 2 + - uid: 12401 + components: + - type: Transform + pos: -67.5,-53.5 + parent: 2 + - uid: 12402 + components: + - type: Transform + pos: -67.5,-54.5 + parent: 2 + - uid: 12403 + components: + - type: Transform + pos: -67.5,-55.5 + parent: 2 + - uid: 12404 + components: + - type: Transform + pos: -67.5,-56.5 + parent: 2 + - uid: 12405 + components: + - type: Transform + pos: -67.5,-57.5 + parent: 2 + - uid: 12406 + components: + - type: Transform + pos: -67.5,-58.5 + parent: 2 + - uid: 12407 + components: + - type: Transform + pos: -67.5,-59.5 + parent: 2 + - uid: 12408 + components: + - type: Transform + pos: -67.5,-60.5 + parent: 2 + - uid: 12409 + components: + - type: Transform + pos: -67.5,-61.5 + parent: 2 + - uid: 12410 + components: + - type: Transform + pos: -67.5,-62.5 + parent: 2 + - uid: 12411 + components: + - type: Transform + pos: -67.5,-63.5 + parent: 2 + - uid: 12412 + components: + - type: Transform + pos: -67.5,-64.5 + parent: 2 + - uid: 12413 + components: + - type: Transform + pos: -67.5,-65.5 + parent: 2 + - uid: 12414 + components: + - type: Transform + pos: -67.5,-66.5 + parent: 2 + - uid: 12415 + components: + - type: Transform + pos: -67.5,-67.5 + parent: 2 + - uid: 12416 + components: + - type: Transform + pos: -67.5,-68.5 + parent: 2 + - uid: 12417 + components: + - type: Transform + pos: -67.5,-69.5 + parent: 2 + - uid: 12418 + components: + - type: Transform + pos: -67.5,-70.5 + parent: 2 + - uid: 12419 + components: + - type: Transform + pos: -66.5,-37.5 + parent: 2 + - uid: 12420 + components: + - type: Transform + pos: -66.5,-38.5 + parent: 2 + - uid: 12421 + components: + - type: Transform + pos: -66.5,-39.5 + parent: 2 + - uid: 12422 + components: + - type: Transform + pos: -66.5,-40.5 + parent: 2 + - uid: 12423 + components: + - type: Transform + pos: -66.5,-41.5 + parent: 2 + - uid: 12424 + components: + - type: Transform + pos: -66.5,-42.5 + parent: 2 + - uid: 12425 + components: + - type: Transform + pos: -66.5,-43.5 + parent: 2 + - uid: 12426 + components: + - type: Transform + pos: -66.5,-44.5 + parent: 2 + - uid: 12427 + components: + - type: Transform + pos: -66.5,-45.5 + parent: 2 + - uid: 12428 + components: + - type: Transform + pos: -66.5,-46.5 + parent: 2 + - uid: 12429 + components: + - type: Transform + pos: -66.5,-47.5 + parent: 2 + - uid: 12430 + components: + - type: Transform + pos: -66.5,-48.5 + parent: 2 + - uid: 12431 + components: + - type: Transform + pos: -66.5,-49.5 + parent: 2 + - uid: 12432 + components: + - type: Transform + pos: -66.5,-50.5 + parent: 2 + - uid: 12433 + components: + - type: Transform + pos: -66.5,-51.5 + parent: 2 + - uid: 12434 + components: + - type: Transform + pos: -66.5,-52.5 + parent: 2 + - uid: 12435 + components: + - type: Transform + pos: -66.5,-53.5 + parent: 2 + - uid: 12436 + components: + - type: Transform + pos: -66.5,-54.5 + parent: 2 + - uid: 12437 + components: + - type: Transform + pos: -66.5,-55.5 + parent: 2 + - uid: 12438 + components: + - type: Transform + pos: -66.5,-56.5 + parent: 2 + - uid: 12439 + components: + - type: Transform + pos: -66.5,-57.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: -66.5,-58.5 + parent: 2 + - uid: 12441 + components: + - type: Transform + pos: -66.5,-59.5 + parent: 2 + - uid: 12442 + components: + - type: Transform + pos: -66.5,-60.5 + parent: 2 + - uid: 12443 + components: + - type: Transform + pos: -66.5,-61.5 + parent: 2 + - uid: 12444 + components: + - type: Transform + pos: -66.5,-62.5 + parent: 2 + - uid: 12445 + components: + - type: Transform + pos: -66.5,-63.5 + parent: 2 + - uid: 12446 + components: + - type: Transform + pos: -66.5,-64.5 + parent: 2 + - uid: 12447 + components: + - type: Transform + pos: -66.5,-65.5 + parent: 2 + - uid: 12448 + components: + - type: Transform + pos: -66.5,-66.5 + parent: 2 + - uid: 12449 + components: + - type: Transform + pos: -66.5,-67.5 + parent: 2 + - uid: 12450 + components: + - type: Transform + pos: -66.5,-68.5 + parent: 2 + - uid: 12451 + components: + - type: Transform + pos: -66.5,-69.5 + parent: 2 + - uid: 12452 + components: + - type: Transform + pos: -66.5,-70.5 + parent: 2 + - uid: 12453 + components: + - type: Transform + pos: -65.5,-37.5 + parent: 2 + - uid: 12454 + components: + - type: Transform + pos: -65.5,-38.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + pos: -65.5,-39.5 + parent: 2 + - uid: 12456 + components: + - type: Transform + pos: -65.5,-40.5 + parent: 2 + - uid: 12457 + components: + - type: Transform + pos: -65.5,-41.5 + parent: 2 + - uid: 12458 + components: + - type: Transform + pos: -65.5,-42.5 + parent: 2 + - uid: 12459 + components: + - type: Transform + pos: -65.5,-43.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + pos: -65.5,-44.5 + parent: 2 + - uid: 12461 + components: + - type: Transform + pos: -65.5,-45.5 + parent: 2 + - uid: 12462 + components: + - type: Transform + pos: -65.5,-46.5 + parent: 2 + - uid: 12463 + components: + - type: Transform + pos: -65.5,-47.5 + parent: 2 + - uid: 12464 + components: + - type: Transform + pos: -65.5,-48.5 + parent: 2 + - uid: 12465 + components: + - type: Transform + pos: -65.5,-49.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: -65.5,-50.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: -65.5,-51.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: -65.5,-52.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + pos: -65.5,-53.5 + parent: 2 + - uid: 12470 + components: + - type: Transform + pos: -65.5,-54.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: -65.5,-55.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + pos: -65.5,-56.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: -65.5,-57.5 + parent: 2 + - uid: 12474 + components: + - type: Transform + pos: -65.5,-58.5 + parent: 2 + - uid: 12475 + components: + - type: Transform + pos: -65.5,-59.5 + parent: 2 + - uid: 12476 + components: + - type: Transform + pos: -65.5,-60.5 + parent: 2 + - uid: 12477 + components: + - type: Transform + pos: -65.5,-61.5 + parent: 2 + - uid: 12478 + components: + - type: Transform + pos: -65.5,-62.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + pos: -65.5,-63.5 + parent: 2 + - uid: 12480 + components: + - type: Transform + pos: -65.5,-64.5 + parent: 2 + - uid: 12481 + components: + - type: Transform + pos: -65.5,-65.5 + parent: 2 + - uid: 12482 + components: + - type: Transform + pos: -65.5,-66.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + pos: -65.5,-67.5 + parent: 2 + - uid: 12484 + components: + - type: Transform + pos: -65.5,-68.5 + parent: 2 + - uid: 12485 + components: + - type: Transform + pos: -65.5,-69.5 + parent: 2 + - uid: 12486 + components: + - type: Transform + pos: -65.5,-70.5 + parent: 2 + - uid: 12487 + components: + - type: Transform + pos: -64.5,-37.5 + parent: 2 + - uid: 12488 + components: + - type: Transform + pos: -64.5,-38.5 + parent: 2 + - uid: 12489 + components: + - type: Transform + pos: -64.5,-39.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + pos: -64.5,-40.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + pos: -64.5,-41.5 + parent: 2 + - uid: 12492 + components: + - type: Transform + pos: -64.5,-42.5 + parent: 2 + - uid: 12493 + components: + - type: Transform + pos: -64.5,-43.5 + parent: 2 + - uid: 12494 + components: + - type: Transform + pos: -64.5,-44.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: -64.5,-45.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: -64.5,-46.5 + parent: 2 + - uid: 12497 + components: + - type: Transform + pos: -64.5,-47.5 + parent: 2 + - uid: 12498 + components: + - type: Transform + pos: -64.5,-48.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + pos: -64.5,-49.5 + parent: 2 + - uid: 12500 + components: + - type: Transform + pos: -64.5,-50.5 + parent: 2 + - uid: 12501 + components: + - type: Transform + pos: -64.5,-51.5 + parent: 2 + - uid: 12502 + components: + - type: Transform + pos: -64.5,-52.5 + parent: 2 + - uid: 12503 + components: + - type: Transform + pos: -64.5,-53.5 + parent: 2 + - uid: 12504 + components: + - type: Transform + pos: -64.5,-54.5 + parent: 2 + - uid: 12505 + components: + - type: Transform + pos: -64.5,-55.5 + parent: 2 + - uid: 12506 + components: + - type: Transform + pos: -64.5,-56.5 + parent: 2 + - uid: 12507 + components: + - type: Transform + pos: -64.5,-57.5 + parent: 2 + - uid: 12508 + components: + - type: Transform + pos: -64.5,-58.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: -64.5,-59.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: -64.5,-60.5 + parent: 2 + - uid: 12511 + components: + - type: Transform + pos: -64.5,-61.5 + parent: 2 + - uid: 12512 + components: + - type: Transform + pos: -64.5,-62.5 + parent: 2 + - uid: 12513 + components: + - type: Transform + pos: -64.5,-63.5 + parent: 2 + - uid: 12514 + components: + - type: Transform + pos: -64.5,-64.5 + parent: 2 + - uid: 12515 + components: + - type: Transform + pos: -64.5,-65.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + pos: -64.5,-66.5 + parent: 2 + - uid: 12517 + components: + - type: Transform + pos: -64.5,-67.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: -64.5,-68.5 + parent: 2 + - uid: 12519 + components: + - type: Transform + pos: -64.5,-69.5 + parent: 2 + - uid: 12520 + components: + - type: Transform + pos: -64.5,-70.5 + parent: 2 + - uid: 12521 + components: + - type: Transform + pos: -63.5,-37.5 + parent: 2 + - uid: 12522 + components: + - type: Transform + pos: -63.5,-38.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + pos: -63.5,-39.5 + parent: 2 + - uid: 12524 + components: + - type: Transform + pos: -63.5,-40.5 + parent: 2 + - uid: 12525 + components: + - type: Transform + pos: -63.5,-41.5 + parent: 2 + - uid: 12526 + components: + - type: Transform + pos: -63.5,-42.5 + parent: 2 + - uid: 12527 + components: + - type: Transform + pos: -63.5,-43.5 + parent: 2 + - uid: 12528 + components: + - type: Transform + pos: -63.5,-44.5 + parent: 2 + - uid: 12529 + components: + - type: Transform + pos: -63.5,-45.5 + parent: 2 + - uid: 12530 + components: + - type: Transform + pos: -63.5,-46.5 + parent: 2 + - uid: 12531 + components: + - type: Transform + pos: -63.5,-47.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + pos: -63.5,-48.5 + parent: 2 + - uid: 12533 + components: + - type: Transform + pos: -63.5,-49.5 + parent: 2 + - uid: 12534 + components: + - type: Transform + pos: -63.5,-50.5 + parent: 2 + - uid: 12535 + components: + - type: Transform + pos: -63.5,-51.5 + parent: 2 + - uid: 12536 + components: + - type: Transform + pos: -63.5,-52.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + pos: -63.5,-53.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + pos: -63.5,-54.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + pos: -63.5,-55.5 + parent: 2 + - uid: 12540 + components: + - type: Transform + pos: -63.5,-56.5 + parent: 2 + - uid: 12541 + components: + - type: Transform + pos: -63.5,-57.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + pos: -63.5,-58.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + pos: -63.5,-59.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + pos: -63.5,-60.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + pos: -63.5,-61.5 + parent: 2 + - uid: 12546 + components: + - type: Transform + pos: -63.5,-62.5 + parent: 2 + - uid: 12547 + components: + - type: Transform + pos: -63.5,-63.5 + parent: 2 + - uid: 12548 + components: + - type: Transform + pos: -63.5,-64.5 + parent: 2 + - uid: 12549 + components: + - type: Transform + pos: -63.5,-65.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + pos: -63.5,-66.5 + parent: 2 + - uid: 12551 + components: + - type: Transform + pos: -63.5,-67.5 + parent: 2 + - uid: 12552 + components: + - type: Transform + pos: -63.5,-68.5 + parent: 2 + - uid: 12553 + components: + - type: Transform + pos: -63.5,-69.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + pos: -63.5,-70.5 + parent: 2 + - uid: 12555 + components: + - type: Transform + pos: -62.5,-37.5 + parent: 2 + - uid: 12556 + components: + - type: Transform + pos: -62.5,-38.5 + parent: 2 + - uid: 12557 + components: + - type: Transform + pos: -62.5,-39.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + pos: -62.5,-40.5 + parent: 2 + - uid: 12559 + components: + - type: Transform + pos: -62.5,-41.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + pos: -62.5,-42.5 + parent: 2 + - uid: 12561 + components: + - type: Transform + pos: -62.5,-43.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + pos: -62.5,-44.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + pos: -62.5,-45.5 + parent: 2 + - uid: 12564 + components: + - type: Transform + pos: -62.5,-46.5 + parent: 2 + - uid: 12565 + components: + - type: Transform + pos: -62.5,-47.5 + parent: 2 + - uid: 12566 + components: + - type: Transform + pos: -62.5,-48.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: -62.5,-49.5 + parent: 2 + - uid: 12568 + components: + - type: Transform + pos: -62.5,-50.5 + parent: 2 + - uid: 12569 + components: + - type: Transform + pos: -62.5,-51.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + pos: -62.5,-52.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + pos: -62.5,-53.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: -62.5,-54.5 + parent: 2 + - uid: 12573 + components: + - type: Transform + pos: -62.5,-55.5 + parent: 2 + - uid: 12574 + components: + - type: Transform + pos: -62.5,-56.5 + parent: 2 + - uid: 12575 + components: + - type: Transform + pos: -62.5,-57.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: -62.5,-58.5 + parent: 2 + - uid: 12577 + components: + - type: Transform + pos: -62.5,-59.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: -62.5,-60.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + pos: -62.5,-61.5 + parent: 2 + - uid: 12580 + components: + - type: Transform + pos: -62.5,-62.5 + parent: 2 + - uid: 12581 + components: + - type: Transform + pos: -62.5,-63.5 + parent: 2 + - uid: 12582 + components: + - type: Transform + pos: -62.5,-64.5 + parent: 2 + - uid: 12583 + components: + - type: Transform + pos: -62.5,-65.5 + parent: 2 + - uid: 12584 + components: + - type: Transform + pos: -62.5,-66.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: -62.5,-67.5 + parent: 2 + - uid: 12586 + components: + - type: Transform + pos: -62.5,-68.5 + parent: 2 + - uid: 12587 + components: + - type: Transform + pos: -62.5,-69.5 + parent: 2 + - uid: 12588 + components: + - type: Transform + pos: -62.5,-70.5 + parent: 2 + - uid: 12589 + components: + - type: Transform + pos: -61.5,-37.5 + parent: 2 + - uid: 12590 + components: + - type: Transform + pos: -61.5,-38.5 + parent: 2 + - uid: 12591 + components: + - type: Transform + pos: -61.5,-39.5 + parent: 2 + - uid: 12592 + components: + - type: Transform + pos: -61.5,-40.5 + parent: 2 + - uid: 12593 + components: + - type: Transform + pos: -61.5,-41.5 + parent: 2 + - uid: 12594 + components: + - type: Transform + pos: -61.5,-42.5 + parent: 2 + - uid: 12595 + components: + - type: Transform + pos: -61.5,-43.5 + parent: 2 + - uid: 12596 + components: + - type: Transform + pos: -61.5,-44.5 + parent: 2 + - uid: 12597 + components: + - type: Transform + pos: -61.5,-45.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + pos: -61.5,-46.5 + parent: 2 + - uid: 12599 + components: + - type: Transform + pos: -61.5,-47.5 + parent: 2 + - uid: 12600 + components: + - type: Transform + pos: -61.5,-48.5 + parent: 2 + - uid: 12601 + components: + - type: Transform + pos: -61.5,-49.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + pos: -61.5,-50.5 + parent: 2 + - uid: 12603 + components: + - type: Transform + pos: -61.5,-51.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + pos: -61.5,-52.5 + parent: 2 + - uid: 12605 + components: + - type: Transform + pos: -61.5,-53.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + pos: -61.5,-54.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + pos: -61.5,-55.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + pos: -61.5,-56.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + pos: -61.5,-57.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: -61.5,-58.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: -61.5,-59.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: -61.5,-60.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + pos: -61.5,-61.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: -61.5,-62.5 + parent: 2 + - uid: 12615 + components: + - type: Transform + pos: -61.5,-63.5 + parent: 2 + - uid: 12616 + components: + - type: Transform + pos: -61.5,-64.5 + parent: 2 + - uid: 12617 + components: + - type: Transform + pos: -61.5,-65.5 + parent: 2 + - uid: 12618 + components: + - type: Transform + pos: -61.5,-66.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + pos: -61.5,-67.5 + parent: 2 + - uid: 12620 + components: + - type: Transform + pos: -61.5,-68.5 + parent: 2 + - uid: 12621 + components: + - type: Transform + pos: -61.5,-69.5 + parent: 2 + - uid: 12622 + components: + - type: Transform + pos: -61.5,-70.5 + parent: 2 + - uid: 12623 + components: + - type: Transform + pos: -60.5,-37.5 + parent: 2 + - uid: 12624 + components: + - type: Transform + pos: -60.5,-38.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: -60.5,-39.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + pos: -60.5,-40.5 + parent: 2 + - uid: 12627 + components: + - type: Transform + pos: -60.5,-41.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + pos: -60.5,-42.5 + parent: 2 + - uid: 12629 + components: + - type: Transform + pos: -60.5,-43.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: -60.5,-44.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: -60.5,-45.5 + parent: 2 + - uid: 12632 + components: + - type: Transform + pos: -60.5,-46.5 + parent: 2 + - uid: 12633 + components: + - type: Transform + pos: -60.5,-47.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + pos: -60.5,-48.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + pos: -60.5,-49.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: -60.5,-50.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + pos: -60.5,-51.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: -60.5,-52.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: -60.5,-53.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + pos: -60.5,-54.5 + parent: 2 + - uid: 12641 + components: + - type: Transform + pos: -60.5,-55.5 + parent: 2 + - uid: 12642 + components: + - type: Transform + pos: -60.5,-56.5 + parent: 2 + - uid: 12643 + components: + - type: Transform + pos: -60.5,-57.5 + parent: 2 + - uid: 12644 + components: + - type: Transform + pos: -60.5,-58.5 + parent: 2 + - uid: 12645 + components: + - type: Transform + pos: -60.5,-59.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + pos: -60.5,-60.5 + parent: 2 + - uid: 12647 + components: + - type: Transform + pos: -60.5,-61.5 + parent: 2 + - uid: 12648 + components: + - type: Transform + pos: -60.5,-62.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: -60.5,-63.5 + parent: 2 + - uid: 12650 + components: + - type: Transform + pos: -60.5,-64.5 + parent: 2 + - uid: 12651 + components: + - type: Transform + pos: -60.5,-65.5 + parent: 2 + - uid: 12652 + components: + - type: Transform + pos: -60.5,-66.5 + parent: 2 + - uid: 12653 + components: + - type: Transform + pos: -60.5,-67.5 + parent: 2 + - uid: 12654 + components: + - type: Transform + pos: -60.5,-68.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + pos: -60.5,-69.5 + parent: 2 + - uid: 12656 + components: + - type: Transform + pos: -60.5,-70.5 + parent: 2 + - uid: 12657 + components: + - type: Transform + pos: -59.5,-37.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + pos: -59.5,-38.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: -59.5,-39.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + pos: -59.5,-40.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + pos: -59.5,-41.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -59.5,-42.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: -59.5,-43.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: -59.5,-44.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: -59.5,-45.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: -59.5,-46.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: -59.5,-47.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: -59.5,-48.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: -59.5,-49.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: -59.5,-50.5 + parent: 2 + - uid: 12671 + components: + - type: Transform + pos: -59.5,-51.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: -59.5,-52.5 + parent: 2 + - uid: 12673 + components: + - type: Transform + pos: -59.5,-53.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: -59.5,-54.5 + parent: 2 + - uid: 12675 + components: + - type: Transform + pos: -59.5,-55.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + pos: -59.5,-56.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: -59.5,-57.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: -59.5,-58.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: -59.5,-59.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: -59.5,-60.5 + parent: 2 + - uid: 12681 + components: + - type: Transform + pos: -59.5,-61.5 + parent: 2 + - uid: 12682 + components: + - type: Transform + pos: -59.5,-62.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + pos: -59.5,-63.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + pos: -59.5,-64.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + pos: -59.5,-65.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + pos: -59.5,-66.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + pos: -59.5,-67.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + pos: -59.5,-68.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -59.5,-69.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + pos: -59.5,-70.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + pos: -58.5,-37.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + pos: -58.5,-38.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + pos: -58.5,-39.5 + parent: 2 + - uid: 12694 + components: + - type: Transform + pos: -58.5,-40.5 + parent: 2 + - uid: 12695 + components: + - type: Transform + pos: -58.5,-41.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + pos: -58.5,-42.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + pos: -58.5,-43.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + pos: -58.5,-44.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + pos: -58.5,-45.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + pos: -58.5,-46.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + pos: -58.5,-47.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + pos: -58.5,-48.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + pos: -58.5,-49.5 + parent: 2 + - uid: 12704 + components: + - type: Transform + pos: -58.5,-50.5 + parent: 2 + - uid: 12705 + components: + - type: Transform + pos: -58.5,-51.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + pos: -58.5,-52.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: -58.5,-53.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: -58.5,-54.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: -58.5,-55.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: -58.5,-56.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: -58.5,-57.5 + parent: 2 + - uid: 12712 + components: + - type: Transform + pos: -58.5,-58.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + pos: -58.5,-59.5 + parent: 2 + - uid: 12714 + components: + - type: Transform + pos: -58.5,-60.5 + parent: 2 + - uid: 12715 + components: + - type: Transform + pos: -58.5,-61.5 + parent: 2 + - uid: 12716 + components: + - type: Transform + pos: -58.5,-62.5 + parent: 2 + - uid: 12717 + components: + - type: Transform + pos: -58.5,-63.5 + parent: 2 + - uid: 12718 + components: + - type: Transform + pos: -58.5,-64.5 + parent: 2 + - uid: 12719 + components: + - type: Transform + pos: -58.5,-65.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + pos: -58.5,-66.5 + parent: 2 + - uid: 12721 + components: + - type: Transform + pos: -58.5,-67.5 + parent: 2 + - uid: 12722 + components: + - type: Transform + pos: -58.5,-68.5 + parent: 2 + - uid: 12723 + components: + - type: Transform + pos: -58.5,-69.5 + parent: 2 + - uid: 12724 + components: + - type: Transform + pos: -58.5,-70.5 + parent: 2 + - uid: 12725 + components: + - type: Transform + pos: -57.5,-37.5 + parent: 2 + - uid: 12726 + components: + - type: Transform + pos: -57.5,-38.5 + parent: 2 + - uid: 12727 + components: + - type: Transform + pos: -57.5,-39.5 + parent: 2 + - uid: 12728 + components: + - type: Transform + pos: -57.5,-40.5 + parent: 2 + - uid: 12729 + components: + - type: Transform + pos: -57.5,-41.5 + parent: 2 + - uid: 12730 + components: + - type: Transform + pos: -57.5,-42.5 + parent: 2 + - uid: 12731 + components: + - type: Transform + pos: -57.5,-43.5 + parent: 2 + - uid: 12732 + components: + - type: Transform + pos: -57.5,-44.5 + parent: 2 + - uid: 12733 + components: + - type: Transform + pos: -57.5,-45.5 + parent: 2 + - uid: 12734 + components: + - type: Transform + pos: -57.5,-46.5 + parent: 2 + - uid: 12735 + components: + - type: Transform + pos: -57.5,-47.5 + parent: 2 + - uid: 12736 + components: + - type: Transform + pos: -57.5,-48.5 + parent: 2 + - uid: 12737 + components: + - type: Transform + pos: -57.5,-49.5 + parent: 2 + - uid: 12738 + components: + - type: Transform + pos: -57.5,-50.5 + parent: 2 + - uid: 12739 + components: + - type: Transform + pos: -57.5,-51.5 + parent: 2 + - uid: 12740 + components: + - type: Transform + pos: -57.5,-52.5 + parent: 2 + - uid: 12741 + components: + - type: Transform + pos: -57.5,-53.5 + parent: 2 + - uid: 12742 + components: + - type: Transform + pos: -57.5,-54.5 + parent: 2 + - uid: 12743 + components: + - type: Transform + pos: -57.5,-55.5 + parent: 2 + - uid: 12744 + components: + - type: Transform + pos: -57.5,-56.5 + parent: 2 + - uid: 12745 + components: + - type: Transform + pos: -57.5,-57.5 + parent: 2 + - uid: 12746 + components: + - type: Transform + pos: -57.5,-58.5 + parent: 2 + - uid: 12747 + components: + - type: Transform + pos: -57.5,-59.5 + parent: 2 + - uid: 12748 + components: + - type: Transform + pos: -57.5,-60.5 + parent: 2 + - uid: 12749 + components: + - type: Transform + pos: -57.5,-61.5 + parent: 2 + - uid: 12750 + components: + - type: Transform + pos: -57.5,-62.5 + parent: 2 + - uid: 12751 + components: + - type: Transform + pos: -57.5,-63.5 + parent: 2 + - uid: 12752 + components: + - type: Transform + pos: -57.5,-64.5 + parent: 2 + - uid: 12753 + components: + - type: Transform + pos: -57.5,-65.5 + parent: 2 + - uid: 12754 + components: + - type: Transform + pos: -57.5,-66.5 + parent: 2 + - uid: 12755 + components: + - type: Transform + pos: -57.5,-67.5 + parent: 2 + - uid: 12756 + components: + - type: Transform + pos: -57.5,-68.5 + parent: 2 + - uid: 12757 + components: + - type: Transform + pos: -57.5,-69.5 + parent: 2 + - uid: 12758 + components: + - type: Transform + pos: -57.5,-70.5 + parent: 2 + - uid: 12759 + components: + - type: Transform + pos: -56.5,-37.5 + parent: 2 + - uid: 12760 + components: + - type: Transform + pos: -56.5,-38.5 + parent: 2 + - uid: 12761 + components: + - type: Transform + pos: -56.5,-39.5 + parent: 2 + - uid: 12762 + components: + - type: Transform + pos: -56.5,-40.5 + parent: 2 + - uid: 12763 + components: + - type: Transform + pos: -56.5,-41.5 + parent: 2 + - uid: 12764 + components: + - type: Transform + pos: -56.5,-42.5 + parent: 2 + - uid: 12765 + components: + - type: Transform + pos: -56.5,-43.5 + parent: 2 + - uid: 12766 + components: + - type: Transform + pos: -56.5,-44.5 + parent: 2 + - uid: 12767 + components: + - type: Transform + pos: -56.5,-45.5 + parent: 2 + - uid: 12768 + components: + - type: Transform + pos: -56.5,-46.5 + parent: 2 + - uid: 12769 + components: + - type: Transform + pos: -56.5,-47.5 + parent: 2 + - uid: 12770 + components: + - type: Transform + pos: -56.5,-48.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + pos: -56.5,-49.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + pos: -56.5,-50.5 + parent: 2 + - uid: 12773 + components: + - type: Transform + pos: -56.5,-51.5 + parent: 2 + - uid: 12774 + components: + - type: Transform + pos: -56.5,-52.5 + parent: 2 + - uid: 12775 + components: + - type: Transform + pos: -56.5,-53.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + pos: -56.5,-54.5 + parent: 2 + - uid: 12777 + components: + - type: Transform + pos: -56.5,-55.5 + parent: 2 + - uid: 12778 + components: + - type: Transform + pos: -56.5,-56.5 + parent: 2 + - uid: 12779 + components: + - type: Transform + pos: -56.5,-57.5 + parent: 2 + - uid: 12780 + components: + - type: Transform + pos: -56.5,-58.5 + parent: 2 + - uid: 12781 + components: + - type: Transform + pos: -56.5,-59.5 + parent: 2 + - uid: 12782 + components: + - type: Transform + pos: -56.5,-60.5 + parent: 2 + - uid: 12783 + components: + - type: Transform + pos: -56.5,-61.5 + parent: 2 + - uid: 12784 + components: + - type: Transform + pos: -56.5,-62.5 + parent: 2 + - uid: 12785 + components: + - type: Transform + pos: -56.5,-63.5 + parent: 2 + - uid: 12786 + components: + - type: Transform + pos: -56.5,-64.5 + parent: 2 + - uid: 12787 + components: + - type: Transform + pos: -56.5,-65.5 + parent: 2 + - uid: 12788 + components: + - type: Transform + pos: -56.5,-66.5 + parent: 2 + - uid: 12789 + components: + - type: Transform + pos: -56.5,-67.5 + parent: 2 + - uid: 12790 + components: + - type: Transform + pos: -56.5,-68.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: -56.5,-69.5 + parent: 2 + - uid: 12792 + components: + - type: Transform + pos: -56.5,-70.5 + parent: 2 + - uid: 12793 + components: + - type: Transform + pos: -55.5,-37.5 + parent: 2 + - uid: 12794 + components: + - type: Transform + pos: -55.5,-38.5 + parent: 2 + - uid: 12795 + components: + - type: Transform + pos: -55.5,-39.5 + parent: 2 + - uid: 12796 + components: + - type: Transform + pos: -55.5,-40.5 + parent: 2 + - uid: 12797 + components: + - type: Transform + pos: -55.5,-41.5 + parent: 2 + - uid: 12798 + components: + - type: Transform + pos: -55.5,-42.5 + parent: 2 + - uid: 12799 + components: + - type: Transform + pos: -55.5,-43.5 + parent: 2 + - uid: 12800 + components: + - type: Transform + pos: -55.5,-44.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + pos: -55.5,-45.5 + parent: 2 + - uid: 12802 + components: + - type: Transform + pos: -55.5,-46.5 + parent: 2 + - uid: 12803 + components: + - type: Transform + pos: -55.5,-47.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: -55.5,-48.5 + parent: 2 + - uid: 12805 + components: + - type: Transform + pos: -55.5,-49.5 + parent: 2 + - uid: 12806 + components: + - type: Transform + pos: -55.5,-50.5 + parent: 2 + - uid: 12807 + components: + - type: Transform + pos: -55.5,-51.5 + parent: 2 + - uid: 12808 + components: + - type: Transform + pos: -55.5,-52.5 + parent: 2 + - uid: 12809 + components: + - type: Transform + pos: -55.5,-53.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: -55.5,-54.5 + parent: 2 + - uid: 12811 + components: + - type: Transform + pos: -55.5,-55.5 + parent: 2 + - uid: 12812 + components: + - type: Transform + pos: -55.5,-56.5 + parent: 2 + - uid: 12813 + components: + - type: Transform + pos: -55.5,-57.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + pos: -55.5,-58.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + pos: -55.5,-59.5 + parent: 2 + - uid: 12816 + components: + - type: Transform + pos: -55.5,-60.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + pos: -55.5,-61.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + pos: -55.5,-62.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + pos: -55.5,-63.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + pos: -55.5,-64.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + pos: -55.5,-65.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + pos: -55.5,-66.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + pos: -55.5,-67.5 + parent: 2 + - uid: 12824 + components: + - type: Transform + pos: -55.5,-68.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + pos: -55.5,-69.5 + parent: 2 + - uid: 12826 + components: + - type: Transform + pos: -55.5,-70.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + pos: -54.5,-37.5 + parent: 2 + - uid: 12828 + components: + - type: Transform + pos: -54.5,-38.5 + parent: 2 + - uid: 12829 + components: + - type: Transform + pos: -54.5,-39.5 + parent: 2 + - uid: 12830 + components: + - type: Transform + pos: -54.5,-40.5 + parent: 2 + - uid: 12831 + components: + - type: Transform + pos: -54.5,-41.5 + parent: 2 + - uid: 12832 + components: + - type: Transform + pos: -54.5,-42.5 + parent: 2 + - uid: 12833 + components: + - type: Transform + pos: -54.5,-43.5 + parent: 2 + - uid: 12834 + components: + - type: Transform + pos: -54.5,-44.5 + parent: 2 + - uid: 12835 + components: + - type: Transform + pos: -54.5,-45.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: -54.5,-46.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + pos: -54.5,-47.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: -54.5,-48.5 + parent: 2 + - uid: 12839 + components: + - type: Transform + pos: -54.5,-49.5 + parent: 2 + - uid: 12840 + components: + - type: Transform + pos: -54.5,-50.5 + parent: 2 + - uid: 12841 + components: + - type: Transform + pos: -54.5,-51.5 + parent: 2 + - uid: 12842 + components: + - type: Transform + pos: -54.5,-52.5 + parent: 2 + - uid: 12843 + components: + - type: Transform + pos: -54.5,-53.5 + parent: 2 + - uid: 12844 + components: + - type: Transform + pos: -54.5,-54.5 + parent: 2 + - uid: 12845 + components: + - type: Transform + pos: -54.5,-55.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + pos: -54.5,-56.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + pos: -54.5,-57.5 + parent: 2 + - uid: 12848 + components: + - type: Transform + pos: -54.5,-58.5 + parent: 2 + - uid: 12849 + components: + - type: Transform + pos: -54.5,-59.5 + parent: 2 + - uid: 12850 + components: + - type: Transform + pos: -54.5,-60.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + pos: -54.5,-61.5 + parent: 2 + - uid: 12852 + components: + - type: Transform + pos: -54.5,-62.5 + parent: 2 + - uid: 12853 + components: + - type: Transform + pos: -54.5,-63.5 + parent: 2 + - uid: 12854 + components: + - type: Transform + pos: -54.5,-64.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + pos: -54.5,-65.5 + parent: 2 + - uid: 12856 + components: + - type: Transform + pos: -54.5,-66.5 + parent: 2 + - uid: 12857 + components: + - type: Transform + pos: -54.5,-67.5 + parent: 2 + - uid: 12858 + components: + - type: Transform + pos: -54.5,-68.5 + parent: 2 + - uid: 12859 + components: + - type: Transform + pos: -54.5,-69.5 + parent: 2 + - uid: 12860 + components: + - type: Transform + pos: -54.5,-70.5 + parent: 2 + - uid: 12861 + components: + - type: Transform + pos: -53.5,-37.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: -53.5,-38.5 + parent: 2 + - uid: 12863 + components: + - type: Transform + pos: -53.5,-39.5 + parent: 2 + - uid: 12864 + components: + - type: Transform + pos: -53.5,-40.5 + parent: 2 + - uid: 12865 + components: + - type: Transform + pos: -53.5,-41.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: -53.5,-42.5 + parent: 2 + - uid: 12867 + components: + - type: Transform + pos: -53.5,-43.5 + parent: 2 + - uid: 12868 + components: + - type: Transform + pos: -53.5,-44.5 + parent: 2 + - uid: 12869 + components: + - type: Transform + pos: -53.5,-45.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + pos: -53.5,-46.5 + parent: 2 + - uid: 12871 + components: + - type: Transform + pos: -53.5,-47.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + pos: -53.5,-48.5 + parent: 2 + - uid: 12873 + components: + - type: Transform + pos: -53.5,-49.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + pos: -53.5,-50.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + pos: -53.5,-51.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + pos: -53.5,-52.5 + parent: 2 + - uid: 12877 + components: + - type: Transform + pos: -53.5,-53.5 + parent: 2 + - uid: 12878 + components: + - type: Transform + pos: -53.5,-54.5 + parent: 2 + - uid: 12879 + components: + - type: Transform + pos: -53.5,-55.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + pos: -53.5,-56.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: -53.5,-57.5 + parent: 2 + - uid: 12882 + components: + - type: Transform + pos: -53.5,-58.5 + parent: 2 + - uid: 12883 + components: + - type: Transform + pos: -53.5,-59.5 + parent: 2 + - uid: 12884 + components: + - type: Transform + pos: -53.5,-60.5 + parent: 2 + - uid: 12885 + components: + - type: Transform + pos: -53.5,-61.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: -53.5,-62.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: -53.5,-63.5 + parent: 2 + - uid: 12888 + components: + - type: Transform + pos: -53.5,-64.5 + parent: 2 + - uid: 12889 + components: + - type: Transform + pos: -53.5,-65.5 + parent: 2 + - uid: 12890 + components: + - type: Transform + pos: -53.5,-66.5 + parent: 2 + - uid: 12891 + components: + - type: Transform + pos: -53.5,-67.5 + parent: 2 + - uid: 12892 + components: + - type: Transform + pos: -53.5,-68.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: -53.5,-69.5 + parent: 2 + - uid: 12894 + components: + - type: Transform + pos: -53.5,-70.5 + parent: 2 + - uid: 12895 + components: + - type: Transform + pos: -52.5,-37.5 + parent: 2 + - uid: 12896 + components: + - type: Transform + pos: -52.5,-38.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: -52.5,-39.5 + parent: 2 + - uid: 12898 + components: + - type: Transform + pos: -52.5,-40.5 + parent: 2 + - uid: 12899 + components: + - type: Transform + pos: -52.5,-41.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: -52.5,-42.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: -52.5,-44.5 + parent: 2 + - uid: 12903 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - uid: 12904 + components: + - type: Transform + pos: -52.5,-46.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: -52.5,-48.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: -52.5,-49.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + pos: -52.5,-50.5 + parent: 2 + - uid: 12909 + components: + - type: Transform + pos: -52.5,-51.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + pos: -52.5,-52.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + pos: -52.5,-53.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + pos: -52.5,-54.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + pos: -52.5,-55.5 + parent: 2 + - uid: 12914 + components: + - type: Transform + pos: -52.5,-56.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: -52.5,-57.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + pos: -52.5,-58.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + pos: -52.5,-59.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + pos: -52.5,-60.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + pos: -52.5,-61.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + pos: -52.5,-62.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: -52.5,-63.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: -52.5,-64.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: -52.5,-65.5 + parent: 2 + - uid: 12924 + components: + - type: Transform + pos: -52.5,-66.5 + parent: 2 + - uid: 12925 + components: + - type: Transform + pos: -52.5,-67.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + pos: -52.5,-68.5 + parent: 2 + - uid: 12927 + components: + - type: Transform + pos: -52.5,-69.5 + parent: 2 + - uid: 12928 + components: + - type: Transform + pos: -52.5,-70.5 + parent: 2 + - uid: 12929 + components: + - type: Transform + pos: -51.5,-37.5 + parent: 2 + - uid: 12930 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 2 + - uid: 12931 + components: + - type: Transform + pos: -51.5,-39.5 + parent: 2 + - uid: 12932 + components: + - type: Transform + pos: -51.5,-40.5 + parent: 2 + - uid: 12933 + components: + - type: Transform + pos: -51.5,-41.5 + parent: 2 + - uid: 12934 + components: + - type: Transform + pos: -51.5,-42.5 + parent: 2 + - uid: 12935 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 12937 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 + - uid: 12938 + components: + - type: Transform + pos: -51.5,-46.5 + parent: 2 + - uid: 12939 + components: + - type: Transform + pos: -51.5,-47.5 + parent: 2 + - uid: 12940 + components: + - type: Transform + pos: -51.5,-48.5 + parent: 2 + - uid: 12941 + components: + - type: Transform + pos: -51.5,-49.5 + parent: 2 + - uid: 12942 + components: + - type: Transform + pos: -51.5,-50.5 + parent: 2 + - uid: 12943 + components: + - type: Transform + pos: -51.5,-51.5 + parent: 2 + - uid: 12944 + components: + - type: Transform + pos: -51.5,-52.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + pos: -51.5,-53.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + pos: -51.5,-54.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + pos: -51.5,-55.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + pos: -51.5,-56.5 + parent: 2 + - uid: 12949 + components: + - type: Transform + pos: -51.5,-57.5 + parent: 2 + - uid: 12950 + components: + - type: Transform + pos: -51.5,-58.5 + parent: 2 + - uid: 12951 + components: + - type: Transform + pos: -51.5,-59.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + pos: -51.5,-60.5 + parent: 2 + - uid: 12953 + components: + - type: Transform + pos: -51.5,-61.5 + parent: 2 + - uid: 12954 + components: + - type: Transform + pos: -51.5,-62.5 + parent: 2 + - uid: 12955 + components: + - type: Transform + pos: -51.5,-63.5 + parent: 2 + - uid: 12956 + components: + - type: Transform + pos: -51.5,-64.5 + parent: 2 + - uid: 12957 + components: + - type: Transform + pos: -51.5,-65.5 + parent: 2 + - uid: 12958 + components: + - type: Transform + pos: -51.5,-66.5 + parent: 2 + - uid: 12959 + components: + - type: Transform + pos: -51.5,-67.5 + parent: 2 + - uid: 12960 + components: + - type: Transform + pos: -51.5,-68.5 + parent: 2 + - uid: 12961 + components: + - type: Transform + pos: -51.5,-69.5 + parent: 2 + - uid: 12962 + components: + - type: Transform + pos: -51.5,-70.5 + parent: 2 + - uid: 12963 + components: + - type: Transform + pos: -50.5,-37.5 + parent: 2 + - uid: 12964 + components: + - type: Transform + pos: -50.5,-38.5 + parent: 2 + - uid: 12965 + components: + - type: Transform + pos: -50.5,-39.5 + parent: 2 + - uid: 12966 + components: + - type: Transform + pos: -50.5,-40.5 + parent: 2 + - uid: 12967 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - uid: 12968 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 12969 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 12970 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - uid: 12971 + components: + - type: Transform + pos: -50.5,-45.5 + parent: 2 + - uid: 12972 + components: + - type: Transform + pos: -50.5,-46.5 + parent: 2 + - uid: 12973 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - uid: 12974 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 12975 + components: + - type: Transform + pos: -50.5,-49.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + pos: -50.5,-50.5 + parent: 2 + - uid: 12977 + components: + - type: Transform + pos: -50.5,-51.5 + parent: 2 + - uid: 12978 + components: + - type: Transform + pos: -50.5,-52.5 + parent: 2 + - uid: 12979 + components: + - type: Transform + pos: -50.5,-53.5 + parent: 2 + - uid: 12980 + components: + - type: Transform + pos: -50.5,-54.5 + parent: 2 + - uid: 12981 + components: + - type: Transform + pos: -50.5,-55.5 + parent: 2 + - uid: 12982 + components: + - type: Transform + pos: -50.5,-56.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + pos: -50.5,-57.5 + parent: 2 + - uid: 12984 + components: + - type: Transform + pos: -50.5,-58.5 + parent: 2 + - uid: 12985 + components: + - type: Transform + pos: -50.5,-59.5 + parent: 2 + - uid: 12986 + components: + - type: Transform + pos: -50.5,-60.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + pos: -50.5,-61.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + pos: -50.5,-62.5 + parent: 2 + - uid: 12989 + components: + - type: Transform + pos: -50.5,-63.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + pos: -50.5,-64.5 + parent: 2 + - uid: 12991 + components: + - type: Transform + pos: -50.5,-65.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + pos: -50.5,-66.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + pos: -50.5,-67.5 + parent: 2 + - uid: 12994 + components: + - type: Transform + pos: -50.5,-68.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + pos: -50.5,-69.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + pos: -50.5,-70.5 + parent: 2 + - uid: 12997 + components: + - type: Transform + pos: -49.5,-37.5 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: -49.5,-38.5 + parent: 2 + - uid: 12999 + components: + - type: Transform + pos: -49.5,-39.5 + parent: 2 + - uid: 13000 + components: + - type: Transform + pos: -49.5,-40.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + pos: -49.5,-41.5 + parent: 2 + - uid: 13002 + components: + - type: Transform + pos: -49.5,-42.5 + parent: 2 + - uid: 13003 + components: + - type: Transform + pos: -49.5,-43.5 + parent: 2 + - uid: 13004 + components: + - type: Transform + pos: -49.5,-44.5 + parent: 2 + - uid: 13005 + components: + - type: Transform + pos: -49.5,-45.5 + parent: 2 + - uid: 13006 + components: + - type: Transform + pos: -49.5,-46.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: -49.5,-47.5 + parent: 2 + - uid: 13008 + components: + - type: Transform + pos: -49.5,-48.5 + parent: 2 + - uid: 13009 + components: + - type: Transform + pos: -49.5,-50.5 + parent: 2 + - uid: 13010 + components: + - type: Transform + pos: -49.5,-51.5 + parent: 2 + - uid: 13011 + components: + - type: Transform + pos: -49.5,-52.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + pos: -49.5,-53.5 + parent: 2 + - uid: 13013 + components: + - type: Transform + pos: -49.5,-54.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: -49.5,-55.5 + parent: 2 + - uid: 13015 + components: + - type: Transform + pos: -49.5,-56.5 + parent: 2 + - uid: 13016 + components: + - type: Transform + pos: -49.5,-57.5 + parent: 2 + - uid: 13017 + components: + - type: Transform + pos: -49.5,-58.5 + parent: 2 + - uid: 13018 + components: + - type: Transform + pos: -49.5,-59.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + pos: -49.5,-60.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + pos: -49.5,-61.5 + parent: 2 + - uid: 13021 + components: + - type: Transform + pos: -49.5,-62.5 + parent: 2 + - uid: 13022 + components: + - type: Transform + pos: -49.5,-63.5 + parent: 2 + - uid: 13023 + components: + - type: Transform + pos: -49.5,-64.5 + parent: 2 + - uid: 13024 + components: + - type: Transform + pos: -49.5,-65.5 + parent: 2 + - uid: 13025 + components: + - type: Transform + pos: -49.5,-66.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + pos: -49.5,-67.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + pos: -49.5,-68.5 + parent: 2 + - uid: 13028 + components: + - type: Transform + pos: -49.5,-69.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + pos: -49.5,-70.5 + parent: 2 + - uid: 13030 + components: + - type: Transform + pos: -48.5,-37.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + pos: -48.5,-38.5 + parent: 2 + - uid: 13032 + components: + - type: Transform + pos: -48.5,-39.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + pos: -48.5,-40.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + pos: -48.5,-41.5 + parent: 2 + - uid: 13035 + components: + - type: Transform + pos: -48.5,-42.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + pos: -48.5,-43.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + pos: -48.5,-44.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 13039 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 13040 + components: + - type: Transform + pos: -48.5,-47.5 + parent: 2 + - uid: 13041 + components: + - type: Transform + pos: -48.5,-48.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + pos: -48.5,-50.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + pos: -48.5,-51.5 + parent: 2 + - uid: 13044 + components: + - type: Transform + pos: -48.5,-52.5 + parent: 2 + - uid: 13045 + components: + - type: Transform + pos: -48.5,-53.5 + parent: 2 + - uid: 13046 + components: + - type: Transform + pos: -48.5,-54.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + pos: -48.5,-55.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: -48.5,-56.5 + parent: 2 + - uid: 13049 + components: + - type: Transform + pos: -48.5,-57.5 + parent: 2 + - uid: 13050 + components: + - type: Transform + pos: -48.5,-58.5 + parent: 2 + - uid: 13051 + components: + - type: Transform + pos: -48.5,-59.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + pos: -48.5,-60.5 + parent: 2 + - uid: 13053 + components: + - type: Transform + pos: -48.5,-61.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + pos: -48.5,-62.5 + parent: 2 + - uid: 13055 + components: + - type: Transform + pos: -48.5,-63.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + pos: -48.5,-64.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + pos: -48.5,-65.5 + parent: 2 + - uid: 13058 + components: + - type: Transform + pos: -48.5,-66.5 + parent: 2 + - uid: 13059 + components: + - type: Transform + pos: -48.5,-67.5 + parent: 2 + - uid: 13060 + components: + - type: Transform + pos: -48.5,-68.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + pos: -48.5,-69.5 + parent: 2 + - uid: 13062 + components: + - type: Transform + pos: -48.5,-70.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + pos: -47.5,-37.5 + parent: 2 + - uid: 13064 + components: + - type: Transform + pos: -47.5,-38.5 + parent: 2 + - uid: 13065 + components: + - type: Transform + pos: -47.5,-39.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + pos: -47.5,-40.5 + parent: 2 + - uid: 13067 + components: + - type: Transform + pos: -47.5,-41.5 + parent: 2 + - uid: 13068 + components: + - type: Transform + pos: -47.5,-42.5 + parent: 2 + - uid: 13069 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 13070 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - uid: 13071 + components: + - type: Transform + pos: -47.5,-45.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + pos: -47.5,-46.5 + parent: 2 + - uid: 13073 + components: + - type: Transform + pos: -47.5,-47.5 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: -47.5,-48.5 + parent: 2 + - uid: 13075 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - uid: 13076 + components: + - type: Transform + pos: -47.5,-51.5 + parent: 2 + - uid: 13077 + components: + - type: Transform + pos: -47.5,-52.5 + parent: 2 + - uid: 13078 + components: + - type: Transform + pos: -47.5,-53.5 + parent: 2 + - uid: 13079 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - uid: 13080 + components: + - type: Transform + pos: -47.5,-55.5 + parent: 2 + - uid: 13081 + components: + - type: Transform + pos: -47.5,-56.5 + parent: 2 + - uid: 13082 + components: + - type: Transform + pos: -47.5,-57.5 + parent: 2 + - uid: 13083 + components: + - type: Transform + pos: -47.5,-58.5 + parent: 2 + - uid: 13084 + components: + - type: Transform + pos: -47.5,-59.5 + parent: 2 + - uid: 13085 + components: + - type: Transform + pos: -47.5,-60.5 + parent: 2 + - uid: 13086 + components: + - type: Transform + pos: -47.5,-61.5 + parent: 2 + - uid: 13087 + components: + - type: Transform + pos: -47.5,-62.5 + parent: 2 + - uid: 13088 + components: + - type: Transform + pos: -47.5,-63.5 + parent: 2 + - uid: 13089 + components: + - type: Transform + pos: -47.5,-64.5 + parent: 2 + - uid: 13090 + components: + - type: Transform + pos: -47.5,-65.5 + parent: 2 + - uid: 13091 + components: + - type: Transform + pos: -47.5,-66.5 + parent: 2 + - uid: 13092 + components: + - type: Transform + pos: -47.5,-67.5 + parent: 2 + - uid: 13093 + components: + - type: Transform + pos: -47.5,-68.5 + parent: 2 + - uid: 13094 + components: + - type: Transform + pos: -47.5,-69.5 + parent: 2 + - uid: 13095 + components: + - type: Transform + pos: -47.5,-70.5 + parent: 2 + - uid: 13096 + components: + - type: Transform + pos: -46.5,-37.5 + parent: 2 + - uid: 13097 + components: + - type: Transform + pos: -46.5,-38.5 + parent: 2 + - uid: 13098 + components: + - type: Transform + pos: -46.5,-39.5 + parent: 2 + - uid: 13099 + components: + - type: Transform + pos: -46.5,-40.5 + parent: 2 + - uid: 13100 + components: + - type: Transform + pos: -46.5,-41.5 + parent: 2 + - uid: 13101 + components: + - type: Transform + pos: -46.5,-42.5 + parent: 2 + - uid: 13102 + components: + - type: Transform + pos: -46.5,-43.5 + parent: 2 + - uid: 13103 + components: + - type: Transform + pos: -46.5,-44.5 + parent: 2 + - uid: 13104 + components: + - type: Transform + pos: -46.5,-45.5 + parent: 2 + - uid: 13105 + components: + - type: Transform + pos: -46.5,-46.5 + parent: 2 + - uid: 13106 + components: + - type: Transform + pos: -46.5,-47.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + pos: -46.5,-48.5 + parent: 2 + - uid: 13108 + components: + - type: Transform + pos: -46.5,-50.5 + parent: 2 + - uid: 13109 + components: + - type: Transform + pos: -46.5,-51.5 + parent: 2 + - uid: 13110 + components: + - type: Transform + pos: -46.5,-52.5 + parent: 2 + - uid: 13111 + components: + - type: Transform + pos: -46.5,-53.5 + parent: 2 + - uid: 13112 + components: + - type: Transform + pos: -46.5,-54.5 + parent: 2 + - uid: 13113 + components: + - type: Transform + pos: -46.5,-55.5 + parent: 2 + - uid: 13114 + components: + - type: Transform + pos: -46.5,-56.5 + parent: 2 + - uid: 13115 + components: + - type: Transform + pos: -46.5,-57.5 + parent: 2 + - uid: 13116 + components: + - type: Transform + pos: -46.5,-58.5 + parent: 2 + - uid: 13117 + components: + - type: Transform + pos: -46.5,-59.5 + parent: 2 + - uid: 13118 + components: + - type: Transform + pos: -46.5,-60.5 + parent: 2 + - uid: 13119 + components: + - type: Transform + pos: -46.5,-61.5 + parent: 2 + - uid: 13120 + components: + - type: Transform + pos: -46.5,-62.5 + parent: 2 + - uid: 13121 + components: + - type: Transform + pos: -46.5,-63.5 + parent: 2 + - uid: 13122 + components: + - type: Transform + pos: -46.5,-64.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + pos: -46.5,-65.5 + parent: 2 + - uid: 13124 + components: + - type: Transform + pos: -46.5,-66.5 + parent: 2 + - uid: 13125 + components: + - type: Transform + pos: -46.5,-67.5 + parent: 2 + - uid: 13126 + components: + - type: Transform + pos: -46.5,-68.5 + parent: 2 + - uid: 13127 + components: + - type: Transform + pos: -46.5,-69.5 + parent: 2 + - uid: 13128 + components: + - type: Transform + pos: -46.5,-70.5 + parent: 2 + - uid: 13129 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 + - uid: 13130 + components: + - type: Transform + pos: -45.5,-38.5 + parent: 2 + - uid: 13131 + components: + - type: Transform + pos: -45.5,-39.5 + parent: 2 + - uid: 13132 + components: + - type: Transform + pos: -45.5,-40.5 + parent: 2 + - uid: 13133 + components: + - type: Transform + pos: -45.5,-41.5 + parent: 2 + - uid: 13134 + components: + - type: Transform + pos: -45.5,-42.5 + parent: 2 + - uid: 13135 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - uid: 13136 + components: + - type: Transform + pos: -45.5,-44.5 + parent: 2 + - uid: 13137 + components: + - type: Transform + pos: -45.5,-45.5 + parent: 2 + - uid: 13138 + components: + - type: Transform + pos: -45.5,-46.5 + parent: 2 + - uid: 13139 + components: + - type: Transform + pos: -45.5,-47.5 + parent: 2 + - uid: 13140 + components: + - type: Transform + pos: -45.5,-48.5 + parent: 2 + - uid: 13141 + components: + - type: Transform + pos: -45.5,-50.5 + parent: 2 + - uid: 13142 + components: + - type: Transform + pos: -45.5,-51.5 + parent: 2 + - uid: 13143 + components: + - type: Transform + pos: -45.5,-52.5 + parent: 2 + - uid: 13144 + components: + - type: Transform + pos: -45.5,-53.5 + parent: 2 + - uid: 13145 + components: + - type: Transform + pos: -45.5,-54.5 + parent: 2 + - uid: 13146 + components: + - type: Transform + pos: -45.5,-55.5 + parent: 2 + - uid: 13147 + components: + - type: Transform + pos: -45.5,-56.5 + parent: 2 + - uid: 13148 + components: + - type: Transform + pos: -45.5,-57.5 + parent: 2 + - uid: 13149 + components: + - type: Transform + pos: -45.5,-58.5 + parent: 2 + - uid: 13150 + components: + - type: Transform + pos: -45.5,-59.5 + parent: 2 + - uid: 13151 + components: + - type: Transform + pos: -45.5,-60.5 + parent: 2 + - uid: 13152 + components: + - type: Transform + pos: -45.5,-61.5 + parent: 2 + - uid: 13153 + components: + - type: Transform + pos: -45.5,-62.5 + parent: 2 + - uid: 13154 + components: + - type: Transform + pos: -45.5,-63.5 + parent: 2 + - uid: 13155 + components: + - type: Transform + pos: -45.5,-64.5 + parent: 2 + - uid: 13156 + components: + - type: Transform + pos: -45.5,-65.5 + parent: 2 + - uid: 13157 + components: + - type: Transform + pos: -45.5,-66.5 + parent: 2 + - uid: 13158 + components: + - type: Transform + pos: -45.5,-67.5 + parent: 2 + - uid: 13159 + components: + - type: Transform + pos: -45.5,-68.5 + parent: 2 + - uid: 13160 + components: + - type: Transform + pos: -45.5,-69.5 + parent: 2 + - uid: 13161 + components: + - type: Transform + pos: -45.5,-70.5 + parent: 2 + - uid: 13162 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 13163 + components: + - type: Transform + pos: -44.5,-38.5 + parent: 2 + - uid: 13164 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 13165 + components: + - type: Transform + pos: -44.5,-40.5 + parent: 2 + - uid: 13166 + components: + - type: Transform + pos: -44.5,-41.5 + parent: 2 + - uid: 13167 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 2 + - uid: 13168 + components: + - type: Transform + pos: -44.5,-43.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + pos: -44.5,-44.5 + parent: 2 + - uid: 13170 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - uid: 13171 + components: + - type: Transform + pos: -44.5,-46.5 + parent: 2 + - uid: 13172 + components: + - type: Transform + pos: -44.5,-47.5 + parent: 2 + - uid: 13173 + components: + - type: Transform + pos: -44.5,-48.5 + parent: 2 + - uid: 13174 + components: + - type: Transform + pos: -44.5,-50.5 + parent: 2 + - uid: 13175 + components: + - type: Transform + pos: -44.5,-51.5 + parent: 2 + - uid: 13176 + components: + - type: Transform + pos: -44.5,-52.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + pos: -44.5,-53.5 + parent: 2 + - uid: 13178 + components: + - type: Transform + pos: -44.5,-54.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + pos: -44.5,-55.5 + parent: 2 + - uid: 13180 + components: + - type: Transform + pos: -44.5,-56.5 + parent: 2 + - uid: 13181 + components: + - type: Transform + pos: -44.5,-57.5 + parent: 2 + - uid: 13182 + components: + - type: Transform + pos: -44.5,-58.5 + parent: 2 + - uid: 13183 + components: + - type: Transform + pos: -44.5,-59.5 + parent: 2 + - uid: 13184 + components: + - type: Transform + pos: -44.5,-60.5 + parent: 2 + - uid: 13185 + components: + - type: Transform + pos: -44.5,-61.5 + parent: 2 + - uid: 13186 + components: + - type: Transform + pos: -44.5,-62.5 + parent: 2 + - uid: 13187 + components: + - type: Transform + pos: -44.5,-63.5 + parent: 2 + - uid: 13188 + components: + - type: Transform + pos: -44.5,-64.5 + parent: 2 + - uid: 13189 + components: + - type: Transform + pos: -44.5,-65.5 + parent: 2 + - uid: 13190 + components: + - type: Transform + pos: -44.5,-66.5 + parent: 2 + - uid: 13191 + components: + - type: Transform + pos: -44.5,-67.5 + parent: 2 + - uid: 13192 + components: + - type: Transform + pos: -44.5,-68.5 + parent: 2 + - uid: 13193 + components: + - type: Transform + pos: -44.5,-69.5 + parent: 2 + - uid: 13194 + components: + - type: Transform + pos: -44.5,-70.5 + parent: 2 + - uid: 13195 + components: + - type: Transform + pos: -43.5,-37.5 + parent: 2 + - uid: 13196 + components: + - type: Transform + pos: -43.5,-38.5 + parent: 2 + - uid: 13197 + components: + - type: Transform + pos: -43.5,-39.5 + parent: 2 + - uid: 13198 + components: + - type: Transform + pos: -43.5,-40.5 + parent: 2 + - uid: 13199 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - uid: 13200 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 2 + - uid: 13201 + components: + - type: Transform + pos: -43.5,-43.5 + parent: 2 + - uid: 13202 + components: + - type: Transform + pos: -43.5,-44.5 + parent: 2 + - uid: 13203 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 13204 + components: + - type: Transform + pos: -43.5,-46.5 + parent: 2 + - uid: 13205 + components: + - type: Transform + pos: -43.5,-47.5 + parent: 2 + - uid: 13206 + components: + - type: Transform + pos: -43.5,-48.5 + parent: 2 + - uid: 13207 + components: + - type: Transform + pos: -43.5,-50.5 + parent: 2 + - uid: 13208 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 + - uid: 13209 + components: + - type: Transform + pos: -43.5,-52.5 + parent: 2 + - uid: 13210 + components: + - type: Transform + pos: -43.5,-53.5 + parent: 2 + - uid: 13211 + components: + - type: Transform + pos: -43.5,-54.5 + parent: 2 + - uid: 13212 + components: + - type: Transform + pos: -43.5,-55.5 + parent: 2 + - uid: 13213 + components: + - type: Transform + pos: -43.5,-56.5 + parent: 2 + - uid: 13214 + components: + - type: Transform + pos: -43.5,-57.5 + parent: 2 + - uid: 13215 + components: + - type: Transform + pos: -43.5,-58.5 + parent: 2 + - uid: 13216 + components: + - type: Transform + pos: -43.5,-59.5 + parent: 2 + - uid: 13217 + components: + - type: Transform + pos: -43.5,-60.5 + parent: 2 + - uid: 13218 + components: + - type: Transform + pos: -43.5,-61.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + pos: -43.5,-62.5 + parent: 2 + - uid: 13220 + components: + - type: Transform + pos: -43.5,-63.5 + parent: 2 + - uid: 13221 + components: + - type: Transform + pos: -43.5,-64.5 + parent: 2 + - uid: 13222 + components: + - type: Transform + pos: -43.5,-65.5 + parent: 2 + - uid: 13223 + components: + - type: Transform + pos: -43.5,-66.5 + parent: 2 + - uid: 13224 + components: + - type: Transform + pos: -43.5,-67.5 + parent: 2 + - uid: 13225 + components: + - type: Transform + pos: -43.5,-68.5 + parent: 2 + - uid: 13226 + components: + - type: Transform + pos: -43.5,-69.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + pos: -43.5,-70.5 + parent: 2 + - uid: 13228 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 13229 + components: + - type: Transform + pos: -42.5,-38.5 + parent: 2 + - uid: 13230 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 13231 + components: + - type: Transform + pos: -42.5,-40.5 + parent: 2 + - uid: 13232 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 2 + - uid: 13233 + components: + - type: Transform + pos: -42.5,-42.5 + parent: 2 + - uid: 13234 + components: + - type: Transform + pos: -42.5,-43.5 + parent: 2 + - uid: 13235 + components: + - type: Transform + pos: -42.5,-44.5 + parent: 2 + - uid: 13236 + components: + - type: Transform + pos: -42.5,-45.5 + parent: 2 + - uid: 13237 + components: + - type: Transform + pos: -42.5,-46.5 + parent: 2 + - uid: 13238 + components: + - type: Transform + pos: -42.5,-47.5 + parent: 2 + - uid: 13239 + components: + - type: Transform + pos: -42.5,-48.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + pos: -42.5,-50.5 + parent: 2 + - uid: 13241 + components: + - type: Transform + pos: -42.5,-51.5 + parent: 2 + - uid: 13242 + components: + - type: Transform + pos: -42.5,-52.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + pos: -42.5,-53.5 + parent: 2 + - uid: 13244 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 + - uid: 13245 + components: + - type: Transform + pos: -42.5,-55.5 + parent: 2 + - uid: 13246 + components: + - type: Transform + pos: -42.5,-56.5 + parent: 2 + - uid: 13247 + components: + - type: Transform + pos: -42.5,-57.5 + parent: 2 + - uid: 13248 + components: + - type: Transform + pos: -42.5,-58.5 + parent: 2 + - uid: 13249 + components: + - type: Transform + pos: -42.5,-59.5 + parent: 2 + - uid: 13250 + components: + - type: Transform + pos: -42.5,-60.5 + parent: 2 + - uid: 13251 + components: + - type: Transform + pos: -42.5,-61.5 + parent: 2 + - uid: 13252 + components: + - type: Transform + pos: -42.5,-62.5 + parent: 2 + - uid: 13253 + components: + - type: Transform + pos: -42.5,-63.5 + parent: 2 + - uid: 13254 + components: + - type: Transform + pos: -42.5,-64.5 + parent: 2 + - uid: 13255 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 2 + - uid: 13256 + components: + - type: Transform + pos: -42.5,-66.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + pos: -42.5,-67.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + pos: -42.5,-68.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: -42.5,-69.5 + parent: 2 + - uid: 13260 + components: + - type: Transform + pos: -42.5,-70.5 + parent: 2 + - uid: 13261 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: -41.5,-38.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: -41.5,-39.5 + parent: 2 + - uid: 13264 + components: + - type: Transform + pos: -41.5,-40.5 + parent: 2 + - uid: 13265 + components: + - type: Transform + pos: -41.5,-41.5 + parent: 2 + - uid: 13266 + components: + - type: Transform + pos: -41.5,-42.5 + parent: 2 + - uid: 13267 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - uid: 13268 + components: + - type: Transform + pos: -41.5,-44.5 + parent: 2 + - uid: 13269 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 13270 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 2 + - uid: 13271 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 + - uid: 13272 + components: + - type: Transform + pos: -41.5,-48.5 + parent: 2 + - uid: 13273 + components: + - type: Transform + pos: -41.5,-50.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: -41.5,-51.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + pos: -41.5,-52.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + pos: -41.5,-53.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: -41.5,-54.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + pos: -41.5,-55.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: -41.5,-56.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + pos: -41.5,-57.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + pos: -41.5,-58.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -41.5,-59.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: -41.5,-60.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: -41.5,-61.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: -41.5,-62.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + pos: -41.5,-63.5 + parent: 2 + - uid: 13287 + components: + - type: Transform + pos: -41.5,-64.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + pos: -41.5,-65.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + pos: -41.5,-66.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + pos: -41.5,-67.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + pos: -41.5,-68.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + pos: -41.5,-69.5 + parent: 2 + - uid: 13293 + components: + - type: Transform + pos: -41.5,-70.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + pos: -40.5,-38.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + pos: -40.5,-41.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + pos: -40.5,-42.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + pos: -40.5,-44.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -40.5,-45.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + pos: -40.5,-46.5 + parent: 2 + - uid: 13304 + components: + - type: Transform + pos: -40.5,-47.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + pos: -40.5,-48.5 + parent: 2 + - uid: 13306 + components: + - type: Transform + pos: -40.5,-50.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + pos: -40.5,-51.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + pos: -40.5,-52.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: -40.5,-53.5 + parent: 2 + - uid: 13310 + components: + - type: Transform + pos: -40.5,-54.5 + parent: 2 + - uid: 13311 + components: + - type: Transform + pos: -40.5,-55.5 + parent: 2 + - uid: 13312 + components: + - type: Transform + pos: -40.5,-56.5 + parent: 2 + - uid: 13313 + components: + - type: Transform + pos: -40.5,-57.5 + parent: 2 + - uid: 13314 + components: + - type: Transform + pos: -40.5,-58.5 + parent: 2 + - uid: 13315 + components: + - type: Transform + pos: -40.5,-59.5 + parent: 2 + - uid: 13316 + components: + - type: Transform + pos: -40.5,-60.5 + parent: 2 + - uid: 13317 + components: + - type: Transform + pos: -40.5,-61.5 + parent: 2 + - uid: 13318 + components: + - type: Transform + pos: -40.5,-62.5 + parent: 2 + - uid: 13319 + components: + - type: Transform + pos: -40.5,-63.5 + parent: 2 + - uid: 13320 + components: + - type: Transform + pos: -40.5,-64.5 + parent: 2 + - uid: 13321 + components: + - type: Transform + pos: -40.5,-65.5 + parent: 2 + - uid: 13322 + components: + - type: Transform + pos: -40.5,-66.5 + parent: 2 + - uid: 13323 + components: + - type: Transform + pos: -40.5,-67.5 + parent: 2 + - uid: 13324 + components: + - type: Transform + pos: -40.5,-68.5 + parent: 2 + - uid: 13325 + components: + - type: Transform + pos: -40.5,-69.5 + parent: 2 + - uid: 13326 + components: + - type: Transform + pos: -40.5,-70.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 13328 + components: + - type: Transform + pos: -39.5,-38.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + pos: -39.5,-40.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + pos: -39.5,-41.5 + parent: 2 + - uid: 13332 + components: + - type: Transform + pos: -39.5,-42.5 + parent: 2 + - uid: 13333 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - uid: 13334 + components: + - type: Transform + pos: -39.5,-44.5 + parent: 2 + - uid: 13335 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - uid: 13336 + components: + - type: Transform + pos: -39.5,-46.5 + parent: 2 + - uid: 13337 + components: + - type: Transform + pos: -39.5,-47.5 + parent: 2 + - uid: 13338 + components: + - type: Transform + pos: -39.5,-48.5 + parent: 2 + - uid: 13339 + components: + - type: Transform + pos: -39.5,-50.5 + parent: 2 + - uid: 13340 + components: + - type: Transform + pos: -39.5,-51.5 + parent: 2 + - uid: 13341 + components: + - type: Transform + pos: -39.5,-52.5 + parent: 2 + - uid: 13342 + components: + - type: Transform + pos: -39.5,-53.5 + parent: 2 + - uid: 13343 + components: + - type: Transform + pos: -39.5,-54.5 + parent: 2 + - uid: 13344 + components: + - type: Transform + pos: -39.5,-55.5 + parent: 2 + - uid: 13345 + components: + - type: Transform + pos: -39.5,-56.5 + parent: 2 + - uid: 13346 + components: + - type: Transform + pos: -39.5,-57.5 + parent: 2 + - uid: 13347 + components: + - type: Transform + pos: -39.5,-58.5 + parent: 2 + - uid: 13348 + components: + - type: Transform + pos: -39.5,-59.5 + parent: 2 + - uid: 13349 + components: + - type: Transform + pos: -39.5,-60.5 + parent: 2 + - uid: 13350 + components: + - type: Transform + pos: -39.5,-61.5 + parent: 2 + - uid: 13351 + components: + - type: Transform + pos: -39.5,-62.5 + parent: 2 + - uid: 13352 + components: + - type: Transform + pos: -39.5,-63.5 + parent: 2 + - uid: 13353 + components: + - type: Transform + pos: -39.5,-64.5 + parent: 2 + - uid: 13354 + components: + - type: Transform + pos: -39.5,-65.5 + parent: 2 + - uid: 13355 + components: + - type: Transform + pos: -39.5,-66.5 + parent: 2 + - uid: 13356 + components: + - type: Transform + pos: -39.5,-67.5 + parent: 2 + - uid: 13357 + components: + - type: Transform + pos: -39.5,-68.5 + parent: 2 + - uid: 13358 + components: + - type: Transform + pos: -39.5,-69.5 + parent: 2 + - uid: 13359 + components: + - type: Transform + pos: -39.5,-70.5 + parent: 2 + - uid: 13360 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - uid: 13361 + components: + - type: Transform + pos: -38.5,-38.5 + parent: 2 + - uid: 13362 + components: + - type: Transform + pos: -38.5,-39.5 + parent: 2 + - uid: 13363 + components: + - type: Transform + pos: -38.5,-40.5 + parent: 2 + - uid: 13364 + components: + - type: Transform + pos: -38.5,-41.5 + parent: 2 + - uid: 13365 + components: + - type: Transform + pos: -38.5,-42.5 + parent: 2 + - uid: 13366 + components: + - type: Transform + pos: -38.5,-43.5 + parent: 2 + - uid: 13367 + components: + - type: Transform + pos: -38.5,-44.5 + parent: 2 + - uid: 13368 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 13369 + components: + - type: Transform + pos: -38.5,-46.5 + parent: 2 + - uid: 13370 + components: + - type: Transform + pos: -38.5,-47.5 + parent: 2 + - uid: 13371 + components: + - type: Transform + pos: -38.5,-48.5 + parent: 2 + - uid: 13372 + components: + - type: Transform + pos: -38.5,-50.5 + parent: 2 + - uid: 13373 + components: + - type: Transform + pos: -38.5,-51.5 + parent: 2 + - uid: 13374 + components: + - type: Transform + pos: -38.5,-52.5 + parent: 2 + - uid: 13375 + components: + - type: Transform + pos: -38.5,-53.5 + parent: 2 + - uid: 13376 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 13377 + components: + - type: Transform + pos: -38.5,-55.5 + parent: 2 + - uid: 13378 + components: + - type: Transform + pos: -38.5,-56.5 + parent: 2 + - uid: 13379 + components: + - type: Transform + pos: -38.5,-57.5 + parent: 2 + - uid: 13380 + components: + - type: Transform + pos: -38.5,-58.5 + parent: 2 + - uid: 13381 + components: + - type: Transform + pos: -38.5,-59.5 + parent: 2 + - uid: 13382 + components: + - type: Transform + pos: -38.5,-60.5 + parent: 2 + - uid: 13383 + components: + - type: Transform + pos: -38.5,-61.5 + parent: 2 + - uid: 13384 + components: + - type: Transform + pos: -38.5,-62.5 + parent: 2 + - uid: 13385 + components: + - type: Transform + pos: -38.5,-63.5 + parent: 2 + - uid: 13386 + components: + - type: Transform + pos: -38.5,-64.5 + parent: 2 + - uid: 13387 + components: + - type: Transform + pos: -38.5,-65.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: -38.5,-66.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + pos: -38.5,-67.5 + parent: 2 + - uid: 13390 + components: + - type: Transform + pos: -38.5,-68.5 + parent: 2 + - uid: 13391 + components: + - type: Transform + pos: -38.5,-69.5 + parent: 2 + - uid: 13392 + components: + - type: Transform + pos: -38.5,-70.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + pos: -37.5,-37.5 + parent: 2 + - uid: 13394 + components: + - type: Transform + pos: -37.5,-38.5 + parent: 2 + - uid: 13395 + components: + - type: Transform + pos: -37.5,-39.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + pos: -37.5,-40.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + pos: -37.5,-41.5 + parent: 2 + - uid: 13398 + components: + - type: Transform + pos: -37.5,-42.5 + parent: 2 + - uid: 13399 + components: + - type: Transform + pos: -37.5,-43.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 13401 + components: + - type: Transform + pos: -37.5,-45.5 + parent: 2 + - uid: 13402 + components: + - type: Transform + pos: -37.5,-46.5 + parent: 2 + - uid: 13403 + components: + - type: Transform + pos: -37.5,-47.5 + parent: 2 + - uid: 13404 + components: + - type: Transform + pos: -37.5,-48.5 + parent: 2 + - uid: 13405 + components: + - type: Transform + pos: -37.5,-50.5 + parent: 2 + - uid: 13406 + components: + - type: Transform + pos: -37.5,-51.5 + parent: 2 + - uid: 13407 + components: + - type: Transform + pos: -37.5,-52.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + pos: -37.5,-53.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + pos: -37.5,-54.5 + parent: 2 + - uid: 13410 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + pos: -37.5,-56.5 + parent: 2 + - uid: 13412 + components: + - type: Transform + pos: -37.5,-57.5 + parent: 2 + - uid: 13413 + components: + - type: Transform + pos: -37.5,-58.5 + parent: 2 + - uid: 13414 + components: + - type: Transform + pos: -37.5,-59.5 + parent: 2 + - uid: 13415 + components: + - type: Transform + pos: -37.5,-60.5 + parent: 2 + - uid: 13416 + components: + - type: Transform + pos: -37.5,-61.5 + parent: 2 + - uid: 13417 + components: + - type: Transform + pos: -37.5,-62.5 + parent: 2 + - uid: 13418 + components: + - type: Transform + pos: -37.5,-63.5 + parent: 2 + - uid: 13419 + components: + - type: Transform + pos: -37.5,-64.5 + parent: 2 + - uid: 13420 + components: + - type: Transform + pos: -37.5,-65.5 + parent: 2 + - uid: 13421 + components: + - type: Transform + pos: -37.5,-66.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + pos: -37.5,-67.5 + parent: 2 + - uid: 13423 + components: + - type: Transform + pos: -37.5,-68.5 + parent: 2 + - uid: 13424 + components: + - type: Transform + pos: -37.5,-69.5 + parent: 2 + - uid: 13425 + components: + - type: Transform + pos: -37.5,-70.5 + parent: 2 + - uid: 13426 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 + - uid: 13427 + components: + - type: Transform + pos: -36.5,-38.5 + parent: 2 + - uid: 13428 + components: + - type: Transform + pos: -36.5,-39.5 + parent: 2 + - uid: 13429 + components: + - type: Transform + pos: -36.5,-40.5 + parent: 2 + - uid: 13430 + components: + - type: Transform + pos: -36.5,-41.5 + parent: 2 + - uid: 13431 + components: + - type: Transform + pos: -36.5,-42.5 + parent: 2 + - uid: 13432 + components: + - type: Transform + pos: -36.5,-43.5 + parent: 2 + - uid: 13433 + components: + - type: Transform + pos: -36.5,-44.5 + parent: 2 + - uid: 13434 + components: + - type: Transform + pos: -36.5,-45.5 + parent: 2 + - uid: 13435 + components: + - type: Transform + pos: -36.5,-46.5 + parent: 2 + - uid: 13436 + components: + - type: Transform + pos: -36.5,-47.5 + parent: 2 + - uid: 13437 + components: + - type: Transform + pos: -36.5,-48.5 + parent: 2 + - uid: 13438 + components: + - type: Transform + pos: -36.5,-50.5 + parent: 2 + - uid: 13439 + components: + - type: Transform + pos: -36.5,-51.5 + parent: 2 + - uid: 13440 + components: + - type: Transform + pos: -36.5,-52.5 + parent: 2 + - uid: 13441 + components: + - type: Transform + pos: -36.5,-53.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + pos: -36.5,-54.5 + parent: 2 + - uid: 13443 + components: + - type: Transform + pos: -36.5,-55.5 + parent: 2 + - uid: 13444 + components: + - type: Transform + pos: -36.5,-56.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + pos: -36.5,-57.5 + parent: 2 + - uid: 13446 + components: + - type: Transform + pos: -36.5,-58.5 + parent: 2 + - uid: 13447 + components: + - type: Transform + pos: -36.5,-59.5 + parent: 2 + - uid: 13448 + components: + - type: Transform + pos: -36.5,-60.5 + parent: 2 + - uid: 13449 + components: + - type: Transform + pos: -36.5,-61.5 + parent: 2 + - uid: 13450 + components: + - type: Transform + pos: -36.5,-62.5 + parent: 2 + - uid: 13451 + components: + - type: Transform + pos: -36.5,-63.5 + parent: 2 + - uid: 13452 + components: + - type: Transform + pos: -36.5,-64.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + pos: -36.5,-65.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + pos: -36.5,-66.5 + parent: 2 + - uid: 13455 + components: + - type: Transform + pos: -36.5,-67.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + pos: -36.5,-68.5 + parent: 2 + - uid: 13457 + components: + - type: Transform + pos: -36.5,-69.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + pos: -36.5,-70.5 + parent: 2 + - uid: 13459 + components: + - type: Transform + pos: -35.5,-37.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + pos: -35.5,-41.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + pos: -35.5,-42.5 + parent: 2 + - uid: 13465 + components: + - type: Transform + pos: -35.5,-43.5 + parent: 2 + - uid: 13466 + components: + - type: Transform + pos: -35.5,-44.5 + parent: 2 + - uid: 13467 + components: + - type: Transform + pos: -35.5,-45.5 + parent: 2 + - uid: 13468 + components: + - type: Transform + pos: -35.5,-46.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + pos: -35.5,-47.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + pos: -35.5,-48.5 + parent: 2 + - uid: 13471 + components: + - type: Transform + pos: -35.5,-50.5 + parent: 2 + - uid: 13472 + components: + - type: Transform + pos: -35.5,-51.5 + parent: 2 + - uid: 13473 + components: + - type: Transform + pos: -35.5,-52.5 + parent: 2 + - uid: 13474 + components: + - type: Transform + pos: -35.5,-53.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + pos: -35.5,-54.5 + parent: 2 + - uid: 13476 + components: + - type: Transform + pos: -35.5,-55.5 + parent: 2 + - uid: 13477 + components: + - type: Transform + pos: -35.5,-56.5 + parent: 2 + - uid: 13478 + components: + - type: Transform + pos: -35.5,-57.5 + parent: 2 + - uid: 13479 + components: + - type: Transform + pos: -35.5,-58.5 + parent: 2 + - uid: 13480 + components: + - type: Transform + pos: -35.5,-59.5 + parent: 2 + - uid: 13481 + components: + - type: Transform + pos: -35.5,-60.5 + parent: 2 + - uid: 13482 + components: + - type: Transform + pos: -35.5,-61.5 + parent: 2 + - uid: 13483 + components: + - type: Transform + pos: -35.5,-62.5 + parent: 2 + - uid: 13484 + components: + - type: Transform + pos: -35.5,-63.5 + parent: 2 + - uid: 13485 + components: + - type: Transform + pos: -35.5,-64.5 + parent: 2 + - uid: 13486 + components: + - type: Transform + pos: -35.5,-65.5 + parent: 2 + - uid: 13487 + components: + - type: Transform + pos: -35.5,-66.5 + parent: 2 + - uid: 13488 + components: + - type: Transform + pos: -35.5,-67.5 + parent: 2 + - uid: 13489 + components: + - type: Transform + pos: -35.5,-68.5 + parent: 2 + - uid: 13490 + components: + - type: Transform + pos: -35.5,-69.5 + parent: 2 + - uid: 13491 + components: + - type: Transform + pos: -35.5,-70.5 + parent: 2 + - uid: 13492 + components: + - type: Transform + pos: -34.5,-37.5 + parent: 2 + - uid: 13493 + components: + - type: Transform + pos: -34.5,-38.5 + parent: 2 + - uid: 13494 + components: + - type: Transform + pos: -34.5,-39.5 + parent: 2 + - uid: 13495 + components: + - type: Transform + pos: -34.5,-40.5 + parent: 2 + - uid: 13496 + components: + - type: Transform + pos: -34.5,-41.5 + parent: 2 + - uid: 13497 + components: + - type: Transform + pos: -34.5,-42.5 + parent: 2 + - uid: 13498 + components: + - type: Transform + pos: -34.5,-43.5 + parent: 2 + - uid: 13499 + components: + - type: Transform + pos: -34.5,-44.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + pos: -34.5,-45.5 + parent: 2 + - uid: 13501 + components: + - type: Transform + pos: -34.5,-46.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + pos: -34.5,-47.5 + parent: 2 + - uid: 13503 + components: + - type: Transform + pos: -34.5,-48.5 + parent: 2 + - uid: 13504 + components: + - type: Transform + pos: -34.5,-50.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + pos: -34.5,-51.5 + parent: 2 + - uid: 13506 + components: + - type: Transform + pos: -34.5,-52.5 + parent: 2 + - uid: 13507 + components: + - type: Transform + pos: -34.5,-53.5 + parent: 2 + - uid: 13508 + components: + - type: Transform + pos: -34.5,-54.5 + parent: 2 + - uid: 13509 + components: + - type: Transform + pos: -34.5,-55.5 + parent: 2 + - uid: 13510 + components: + - type: Transform + pos: -34.5,-56.5 + parent: 2 + - uid: 13511 + components: + - type: Transform + pos: -34.5,-57.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + pos: -34.5,-58.5 + parent: 2 + - uid: 13513 + components: + - type: Transform + pos: -34.5,-59.5 + parent: 2 + - uid: 13514 + components: + - type: Transform + pos: -34.5,-60.5 + parent: 2 + - uid: 13515 + components: + - type: Transform + pos: -34.5,-61.5 + parent: 2 + - uid: 13516 + components: + - type: Transform + pos: -34.5,-62.5 + parent: 2 + - uid: 13517 + components: + - type: Transform + pos: -34.5,-63.5 + parent: 2 + - uid: 13518 + components: + - type: Transform + pos: -34.5,-64.5 + parent: 2 + - uid: 13519 + components: + - type: Transform + pos: -34.5,-65.5 + parent: 2 + - uid: 13520 + components: + - type: Transform + pos: -34.5,-66.5 + parent: 2 + - uid: 13521 + components: + - type: Transform + pos: -34.5,-67.5 + parent: 2 + - uid: 13522 + components: + - type: Transform + pos: -34.5,-68.5 + parent: 2 + - uid: 13523 + components: + - type: Transform + pos: -34.5,-69.5 + parent: 2 + - uid: 13524 + components: + - type: Transform + pos: -34.5,-70.5 + parent: 2 + - uid: 13525 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 + - uid: 13526 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 + - uid: 13527 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 + - uid: 13528 + components: + - type: Transform + pos: -33.5,-40.5 + parent: 2 + - uid: 13529 + components: + - type: Transform + pos: -33.5,-41.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: -33.5,-42.5 + parent: 2 + - uid: 13531 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 13532 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 13533 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 13534 + components: + - type: Transform + pos: -33.5,-46.5 + parent: 2 + - uid: 13535 + components: + - type: Transform + pos: -33.5,-47.5 + parent: 2 + - uid: 13536 + components: + - type: Transform + pos: -33.5,-48.5 + parent: 2 + - uid: 13537 + components: + - type: Transform + pos: -33.5,-50.5 + parent: 2 + - uid: 13538 + components: + - type: Transform + pos: -33.5,-51.5 + parent: 2 + - uid: 13539 + components: + - type: Transform + pos: -33.5,-52.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + pos: -33.5,-53.5 + parent: 2 + - uid: 13541 + components: + - type: Transform + pos: -33.5,-54.5 + parent: 2 + - uid: 13542 + components: + - type: Transform + pos: -33.5,-55.5 + parent: 2 + - uid: 13543 + components: + - type: Transform + pos: -33.5,-56.5 + parent: 2 + - uid: 13544 + components: + - type: Transform + pos: -33.5,-57.5 + parent: 2 + - uid: 13545 + components: + - type: Transform + pos: -33.5,-58.5 + parent: 2 + - uid: 13546 + components: + - type: Transform + pos: -33.5,-59.5 + parent: 2 + - uid: 13547 + components: + - type: Transform + pos: -33.5,-60.5 + parent: 2 + - uid: 13548 + components: + - type: Transform + pos: -33.5,-61.5 + parent: 2 + - uid: 13549 + components: + - type: Transform + pos: -33.5,-62.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + pos: -33.5,-63.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + pos: -33.5,-64.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: -33.5,-65.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: -33.5,-66.5 + parent: 2 + - uid: 13554 + components: + - type: Transform + pos: -33.5,-67.5 + parent: 2 + - uid: 13555 + components: + - type: Transform + pos: -33.5,-68.5 + parent: 2 + - uid: 13556 + components: + - type: Transform + pos: -33.5,-69.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + pos: -33.5,-70.5 + parent: 2 + - uid: 13558 + components: + - type: Transform + pos: -32.5,-37.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: -32.5,-38.5 + parent: 2 + - uid: 13560 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 + - uid: 13561 + components: + - type: Transform + pos: -32.5,-40.5 + parent: 2 + - uid: 13562 + components: + - type: Transform + pos: -32.5,-41.5 + parent: 2 + - uid: 13563 + components: + - type: Transform + pos: -32.5,-42.5 + parent: 2 + - uid: 13564 + components: + - type: Transform + pos: -32.5,-43.5 + parent: 2 + - uid: 13565 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 2 + - uid: 13566 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 13567 + components: + - type: Transform + pos: -32.5,-46.5 + parent: 2 + - uid: 13568 + components: + - type: Transform + pos: -32.5,-47.5 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: -32.5,-48.5 + parent: 2 + - uid: 13570 + components: + - type: Transform + pos: -32.5,-50.5 + parent: 2 + - uid: 13571 + components: + - type: Transform + pos: -32.5,-51.5 + parent: 2 + - uid: 13572 + components: + - type: Transform + pos: -32.5,-52.5 + parent: 2 + - uid: 13573 + components: + - type: Transform + pos: -32.5,-53.5 + parent: 2 + - uid: 13574 + components: + - type: Transform + pos: -32.5,-54.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: -32.5,-55.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: -32.5,-56.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: -32.5,-57.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: -32.5,-58.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + pos: -32.5,-59.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 2 + - uid: 13581 + components: + - type: Transform + pos: -32.5,-61.5 + parent: 2 + - uid: 13582 + components: + - type: Transform + pos: -32.5,-62.5 + parent: 2 + - uid: 13583 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 2 + - uid: 13584 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 2 + - uid: 13585 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 2 + - uid: 13586 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + pos: -32.5,-67.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: -32.5,-68.5 + parent: 2 + - uid: 13589 + components: + - type: Transform + pos: -32.5,-69.5 + parent: 2 + - uid: 13590 + components: + - type: Transform + pos: -32.5,-70.5 + parent: 2 + - uid: 13591 + components: + - type: Transform + pos: -31.5,-37.5 + parent: 2 + - uid: 13592 + components: + - type: Transform + pos: -31.5,-38.5 + parent: 2 + - uid: 13593 + components: + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + pos: -31.5,-40.5 + parent: 2 + - uid: 13595 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: -31.5,-42.5 + parent: 2 + - uid: 13597 + components: + - type: Transform + pos: -31.5,-43.5 + parent: 2 + - uid: 13598 + components: + - type: Transform + pos: -31.5,-44.5 + parent: 2 + - uid: 13599 + components: + - type: Transform + pos: -31.5,-45.5 + parent: 2 + - uid: 13600 + components: + - type: Transform + pos: -31.5,-46.5 + parent: 2 + - uid: 13601 + components: + - type: Transform + pos: -31.5,-47.5 + parent: 2 + - uid: 13602 + components: + - type: Transform + pos: -31.5,-48.5 + parent: 2 + - uid: 13603 + components: + - type: Transform + pos: -31.5,-50.5 + parent: 2 + - uid: 13604 + components: + - type: Transform + pos: -31.5,-51.5 + parent: 2 + - uid: 13605 + components: + - type: Transform + pos: -31.5,-52.5 + parent: 2 + - uid: 13606 + components: + - type: Transform + pos: -31.5,-53.5 + parent: 2 + - uid: 13607 + components: + - type: Transform + pos: -31.5,-54.5 + parent: 2 + - uid: 13608 + components: + - type: Transform + pos: -31.5,-55.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 + - uid: 13610 + components: + - type: Transform + pos: -31.5,-57.5 + parent: 2 + - uid: 13611 + components: + - type: Transform + pos: -31.5,-58.5 + parent: 2 + - uid: 13612 + components: + - type: Transform + pos: -31.5,-59.5 + parent: 2 + - uid: 13613 + components: + - type: Transform + pos: -31.5,-60.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: -31.5,-61.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + pos: -31.5,-62.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + pos: -31.5,-63.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + pos: -31.5,-64.5 + parent: 2 + - uid: 13618 + components: + - type: Transform + pos: -31.5,-65.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: -31.5,-66.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: -31.5,-67.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: -31.5,-68.5 + parent: 2 + - uid: 13622 + components: + - type: Transform + pos: -31.5,-69.5 + parent: 2 + - uid: 13623 + components: + - type: Transform + pos: -31.5,-70.5 + parent: 2 + - uid: 13624 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 2 + - uid: 13625 + components: + - type: Transform + pos: -30.5,-44.5 + parent: 2 + - uid: 13626 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 + - uid: 13627 + components: + - type: Transform + pos: -30.5,-46.5 + parent: 2 + - uid: 13628 + components: + - type: Transform + pos: -30.5,-47.5 + parent: 2 + - uid: 13629 + components: + - type: Transform + pos: -30.5,-48.5 + parent: 2 + - uid: 13630 + components: + - type: Transform + pos: -30.5,-50.5 + parent: 2 + - uid: 13631 + components: + - type: Transform + pos: -30.5,-51.5 + parent: 2 + - uid: 13632 + components: + - type: Transform + pos: -30.5,-52.5 + parent: 2 + - uid: 13633 + components: + - type: Transform + pos: -30.5,-53.5 + parent: 2 + - uid: 13634 + components: + - type: Transform + pos: -30.5,-54.5 + parent: 2 + - uid: 13635 + components: + - type: Transform + pos: -30.5,-55.5 + parent: 2 + - uid: 13636 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + pos: -30.5,-57.5 + parent: 2 + - uid: 13638 + components: + - type: Transform + pos: -30.5,-58.5 + parent: 2 + - uid: 13639 + components: + - type: Transform + pos: -30.5,-59.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + pos: -30.5,-60.5 + parent: 2 + - uid: 13641 + components: + - type: Transform + pos: -30.5,-61.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + pos: -30.5,-62.5 + parent: 2 + - uid: 13643 + components: + - type: Transform + pos: -30.5,-63.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + pos: -30.5,-64.5 + parent: 2 + - uid: 13645 + components: + - type: Transform + pos: -30.5,-65.5 + parent: 2 + - uid: 13646 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 2 + - uid: 13647 + components: + - type: Transform + pos: -30.5,-67.5 + parent: 2 + - uid: 13648 + components: + - type: Transform + pos: -30.5,-68.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + pos: -30.5,-69.5 + parent: 2 + - uid: 13650 + components: + - type: Transform + pos: -30.5,-70.5 + parent: 2 + - uid: 13651 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 13652 + components: + - type: Transform + pos: -29.5,-44.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 + - uid: 13654 + components: + - type: Transform + pos: -29.5,-46.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + pos: -29.5,-47.5 + parent: 2 + - uid: 13656 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 + - uid: 13657 + components: + - type: Transform + pos: -29.5,-50.5 + parent: 2 + - uid: 13658 + components: + - type: Transform + pos: -29.5,-51.5 + parent: 2 + - uid: 13659 + components: + - type: Transform + pos: -29.5,-52.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + pos: -29.5,-53.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + pos: -29.5,-54.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + pos: -29.5,-55.5 + parent: 2 + - uid: 13663 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - uid: 13664 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - uid: 13665 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 + - uid: 13666 + components: + - type: Transform + pos: -29.5,-59.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + pos: -29.5,-60.5 + parent: 2 + - uid: 13668 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 2 + - uid: 13669 + components: + - type: Transform + pos: -29.5,-62.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + pos: -29.5,-63.5 + parent: 2 + - uid: 13671 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 2 + - uid: 13672 + components: + - type: Transform + pos: -29.5,-65.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + pos: -29.5,-66.5 + parent: 2 + - uid: 13674 + components: + - type: Transform + pos: -29.5,-67.5 + parent: 2 + - uid: 13675 + components: + - type: Transform + pos: -29.5,-68.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + pos: -29.5,-69.5 + parent: 2 + - uid: 13677 + components: + - type: Transform + pos: -29.5,-70.5 + parent: 2 + - uid: 13678 + components: + - type: Transform + pos: -30.5,-34.5 + parent: 2 + - uid: 13679 + components: + - type: Transform + pos: -30.5,-33.5 + parent: 2 + - uid: 13680 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 13681 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + pos: -28.5,-45.5 + parent: 2 + - uid: 13683 + components: + - type: Transform + pos: -28.5,-46.5 + parent: 2 + - uid: 13684 + components: + - type: Transform + pos: -28.5,-47.5 + parent: 2 + - uid: 13685 + components: + - type: Transform + pos: -28.5,-48.5 + parent: 2 + - uid: 13686 + components: + - type: Transform + pos: -28.5,-50.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + pos: -28.5,-51.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + pos: -28.5,-52.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + pos: -28.5,-53.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + pos: -28.5,-54.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + pos: -28.5,-55.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + pos: -28.5,-56.5 + parent: 2 + - uid: 13693 + components: + - type: Transform + pos: -28.5,-57.5 + parent: 2 + - uid: 13694 + components: + - type: Transform + pos: -28.5,-58.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + pos: -28.5,-59.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + pos: -28.5,-60.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + pos: -28.5,-61.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + pos: -28.5,-62.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + pos: -28.5,-63.5 + parent: 2 + - uid: 13700 + components: + - type: Transform + pos: -28.5,-64.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + pos: -28.5,-65.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + pos: -28.5,-66.5 + parent: 2 + - uid: 13703 + components: + - type: Transform + pos: -28.5,-67.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + pos: -28.5,-68.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + pos: -28.5,-69.5 + parent: 2 + - uid: 13706 + components: + - type: Transform + pos: -28.5,-70.5 + parent: 2 + - uid: 13707 + components: + - type: Transform + pos: -30.5,-35.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + pos: -27.5,-46.5 + parent: 2 + - uid: 13712 + components: + - type: Transform + pos: -27.5,-47.5 + parent: 2 + - uid: 13713 + components: + - type: Transform + pos: -27.5,-48.5 + parent: 2 + - uid: 13714 + components: + - type: Transform + pos: -27.5,-50.5 + parent: 2 + - uid: 13715 + components: + - type: Transform + pos: -27.5,-51.5 + parent: 2 + - uid: 13716 + components: + - type: Transform + pos: -27.5,-52.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + pos: -27.5,-53.5 + parent: 2 + - uid: 13718 + components: + - type: Transform + pos: -27.5,-54.5 + parent: 2 + - uid: 13719 + components: + - type: Transform + pos: -27.5,-55.5 + parent: 2 + - uid: 13720 + components: + - type: Transform + pos: -27.5,-56.5 + parent: 2 + - uid: 13721 + components: + - type: Transform + pos: -27.5,-57.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + pos: -27.5,-58.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + pos: -27.5,-59.5 + parent: 2 + - uid: 13724 + components: + - type: Transform + pos: -27.5,-60.5 + parent: 2 + - uid: 13725 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 13726 + components: + - type: Transform + pos: -27.5,-62.5 + parent: 2 + - uid: 13727 + components: + - type: Transform + pos: -27.5,-63.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + pos: -27.5,-64.5 + parent: 2 + - uid: 13729 + components: + - type: Transform + pos: -27.5,-65.5 + parent: 2 + - uid: 13730 + components: + - type: Transform + pos: -27.5,-66.5 + parent: 2 + - uid: 13731 + components: + - type: Transform + pos: -27.5,-67.5 + parent: 2 + - uid: 13732 + components: + - type: Transform + pos: -27.5,-68.5 + parent: 2 + - uid: 13733 + components: + - type: Transform + pos: -27.5,-69.5 + parent: 2 + - uid: 13734 + components: + - type: Transform + pos: -27.5,-70.5 + parent: 2 + - uid: 13735 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 13736 + components: + - type: Transform + pos: -20.5,-38.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + pos: -26.5,-43.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + pos: -26.5,-44.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + pos: -26.5,-45.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + pos: -26.5,-46.5 + parent: 2 + - uid: 13741 + components: + - type: Transform + pos: -26.5,-47.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + pos: -26.5,-48.5 + parent: 2 + - uid: 13743 + components: + - type: Transform + pos: -26.5,-50.5 + parent: 2 + - uid: 13744 + components: + - type: Transform + pos: -26.5,-51.5 + parent: 2 + - uid: 13745 + components: + - type: Transform + pos: -26.5,-52.5 + parent: 2 + - uid: 13746 + components: + - type: Transform + pos: -26.5,-53.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + pos: -26.5,-54.5 + parent: 2 + - uid: 13748 + components: + - type: Transform + pos: -26.5,-55.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + pos: -26.5,-56.5 + parent: 2 + - uid: 13750 + components: + - type: Transform + pos: -26.5,-57.5 + parent: 2 + - uid: 13751 + components: + - type: Transform + pos: -26.5,-58.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + pos: -26.5,-59.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + pos: -26.5,-60.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + pos: -26.5,-61.5 + parent: 2 + - uid: 13755 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 13757 + components: + - type: Transform + pos: -26.5,-64.5 + parent: 2 + - uid: 13758 + components: + - type: Transform + pos: -26.5,-65.5 + parent: 2 + - uid: 13759 + components: + - type: Transform + pos: -26.5,-66.5 + parent: 2 + - uid: 13760 + components: + - type: Transform + pos: -26.5,-67.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + pos: -26.5,-68.5 + parent: 2 + - uid: 13762 + components: + - type: Transform + pos: -26.5,-69.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + pos: -26.5,-70.5 + parent: 2 + - uid: 13764 + components: + - type: Transform + pos: -30.5,-40.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 13766 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + pos: -25.5,-43.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + pos: -25.5,-44.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + pos: -25.5,-46.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + pos: -25.5,-47.5 + parent: 2 + - uid: 13773 + components: + - type: Transform + pos: -25.5,-48.5 + parent: 2 + - uid: 13774 + components: + - type: Transform + pos: -25.5,-50.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + pos: -25.5,-51.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + pos: -25.5,-52.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + pos: -25.5,-53.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + pos: -25.5,-54.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + pos: -25.5,-55.5 + parent: 2 + - uid: 13780 + components: + - type: Transform + pos: -25.5,-56.5 + parent: 2 + - uid: 13781 + components: + - type: Transform + pos: -25.5,-57.5 + parent: 2 + - uid: 13782 + components: + - type: Transform + pos: -25.5,-58.5 + parent: 2 + - uid: 13783 + components: + - type: Transform + pos: -25.5,-59.5 + parent: 2 + - uid: 13784 + components: + - type: Transform + pos: -25.5,-60.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + pos: -25.5,-61.5 + parent: 2 + - uid: 13786 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 13787 + components: + - type: Transform + pos: -25.5,-63.5 + parent: 2 + - uid: 13788 + components: + - type: Transform + pos: -25.5,-64.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: -25.5,-65.5 + parent: 2 + - uid: 13790 + components: + - type: Transform + pos: -25.5,-66.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + pos: -25.5,-67.5 + parent: 2 + - uid: 13792 + components: + - type: Transform + pos: -25.5,-68.5 + parent: 2 + - uid: 13793 + components: + - type: Transform + pos: -25.5,-69.5 + parent: 2 + - uid: 13794 + components: + - type: Transform + pos: -25.5,-70.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: -20.5,-33.5 + parent: 2 + - uid: 13796 + components: + - type: Transform + pos: -30.5,-41.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: -20.5,-42.5 + parent: 2 + - uid: 13798 + components: + - type: Transform + pos: -21.5,-42.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: -23.5,-42.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + pos: -24.5,-43.5 + parent: 2 + - uid: 13801 + components: + - type: Transform + pos: -24.5,-44.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: -24.5,-45.5 + parent: 2 + - uid: 13803 + components: + - type: Transform + pos: -24.5,-46.5 + parent: 2 + - uid: 13804 + components: + - type: Transform + pos: -24.5,-47.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: -24.5,-48.5 + parent: 2 + - uid: 13806 + components: + - type: Transform + pos: -24.5,-50.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: -24.5,-51.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: -24.5,-52.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: -24.5,-53.5 + parent: 2 + - uid: 13810 + components: + - type: Transform + pos: -24.5,-54.5 + parent: 2 + - uid: 13811 + components: + - type: Transform + pos: -24.5,-55.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: -24.5,-56.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: -24.5,-57.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: -24.5,-58.5 + parent: 2 + - uid: 13815 + components: + - type: Transform + pos: -24.5,-59.5 + parent: 2 + - uid: 13816 + components: + - type: Transform + pos: -24.5,-60.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + pos: -24.5,-61.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 13819 + components: + - type: Transform + pos: -24.5,-63.5 + parent: 2 + - uid: 13820 + components: + - type: Transform + pos: -24.5,-64.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + pos: -24.5,-65.5 + parent: 2 + - uid: 13822 + components: + - type: Transform + pos: -24.5,-66.5 + parent: 2 + - uid: 13823 + components: + - type: Transform + pos: -24.5,-67.5 + parent: 2 + - uid: 13824 + components: + - type: Transform + pos: -24.5,-68.5 + parent: 2 + - uid: 13825 + components: + - type: Transform + pos: -24.5,-69.5 + parent: 2 + - uid: 13826 + components: + - type: Transform + pos: -24.5,-70.5 + parent: 2 + - uid: 13827 + components: + - type: Transform + pos: -20.5,-35.5 + parent: 2 + - uid: 13828 + components: + - type: Transform + pos: -22.5,-42.5 + parent: 2 + - uid: 13829 + components: + - type: Transform + pos: -24.5,-42.5 + parent: 2 + - uid: 13830 + components: + - type: Transform + pos: -23.5,-43.5 + parent: 2 + - uid: 13831 + components: + - type: Transform + pos: -23.5,-44.5 + parent: 2 + - uid: 13832 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 + - uid: 13833 + components: + - type: Transform + pos: -23.5,-46.5 + parent: 2 + - uid: 13834 + components: + - type: Transform + pos: -23.5,-47.5 + parent: 2 + - uid: 13835 + components: + - type: Transform + pos: -23.5,-48.5 + parent: 2 + - uid: 13836 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 + - uid: 13837 + components: + - type: Transform + pos: -23.5,-51.5 + parent: 2 + - uid: 13838 + components: + - type: Transform + pos: -23.5,-52.5 + parent: 2 + - uid: 13839 + components: + - type: Transform + pos: -23.5,-53.5 + parent: 2 + - uid: 13840 + components: + - type: Transform + pos: -23.5,-54.5 + parent: 2 + - uid: 13841 + components: + - type: Transform + pos: -23.5,-55.5 + parent: 2 + - uid: 13842 + components: + - type: Transform + pos: -23.5,-56.5 + parent: 2 + - uid: 13843 + components: + - type: Transform + pos: -23.5,-57.5 + parent: 2 + - uid: 13844 + components: + - type: Transform + pos: -23.5,-58.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + pos: -23.5,-59.5 + parent: 2 + - uid: 13846 + components: + - type: Transform + pos: -23.5,-60.5 + parent: 2 + - uid: 13847 + components: + - type: Transform + pos: -23.5,-61.5 + parent: 2 + - uid: 13848 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + pos: -23.5,-63.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + pos: -23.5,-64.5 + parent: 2 + - uid: 13851 + components: + - type: Transform + pos: -23.5,-65.5 + parent: 2 + - uid: 13852 + components: + - type: Transform + pos: -23.5,-66.5 + parent: 2 + - uid: 13853 + components: + - type: Transform + pos: -23.5,-67.5 + parent: 2 + - uid: 13854 + components: + - type: Transform + pos: -23.5,-68.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + pos: -23.5,-69.5 + parent: 2 + - uid: 13856 + components: + - type: Transform + pos: -23.5,-70.5 + parent: 2 + - uid: 13857 + components: + - type: Transform + pos: -20.5,-34.5 + parent: 2 + - uid: 13858 + components: + - type: Transform + pos: -26.5,-42.5 + parent: 2 + - uid: 13859 + components: + - type: Transform + pos: -25.5,-42.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + pos: -22.5,-44.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 13863 + components: + - type: Transform + pos: -22.5,-46.5 + parent: 2 + - uid: 13864 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 + - uid: 13865 + components: + - type: Transform + pos: -22.5,-48.5 + parent: 2 + - uid: 13866 + components: + - type: Transform + pos: -22.5,-50.5 + parent: 2 + - uid: 13867 + components: + - type: Transform + pos: -22.5,-51.5 + parent: 2 + - uid: 13868 + components: + - type: Transform + pos: -22.5,-52.5 + parent: 2 + - uid: 13869 + components: + - type: Transform + pos: -22.5,-53.5 + parent: 2 + - uid: 13870 + components: + - type: Transform + pos: -22.5,-54.5 + parent: 2 + - uid: 13871 + components: + - type: Transform + pos: -22.5,-55.5 + parent: 2 + - uid: 13872 + components: + - type: Transform + pos: -22.5,-56.5 + parent: 2 + - uid: 13873 + components: + - type: Transform + pos: -22.5,-57.5 + parent: 2 + - uid: 13874 + components: + - type: Transform + pos: -22.5,-58.5 + parent: 2 + - uid: 13875 + components: + - type: Transform + pos: -22.5,-59.5 + parent: 2 + - uid: 13876 + components: + - type: Transform + pos: -22.5,-60.5 + parent: 2 + - uid: 13877 + components: + - type: Transform + pos: -22.5,-61.5 + parent: 2 + - uid: 13878 + components: + - type: Transform + pos: -22.5,-62.5 + parent: 2 + - uid: 13879 + components: + - type: Transform + pos: -22.5,-63.5 + parent: 2 + - uid: 13880 + components: + - type: Transform + pos: -22.5,-64.5 + parent: 2 + - uid: 13881 + components: + - type: Transform + pos: -22.5,-65.5 + parent: 2 + - uid: 13882 + components: + - type: Transform + pos: -22.5,-66.5 + parent: 2 + - uid: 13883 + components: + - type: Transform + pos: -22.5,-67.5 + parent: 2 + - uid: 13884 + components: + - type: Transform + pos: -22.5,-68.5 + parent: 2 + - uid: 13885 + components: + - type: Transform + pos: -22.5,-69.5 + parent: 2 + - uid: 13886 + components: + - type: Transform + pos: -22.5,-70.5 + parent: 2 + - uid: 13887 + components: + - type: Transform + pos: -20.5,-37.5 + parent: 2 + - uid: 13888 + components: + - type: Transform + pos: -28.5,-42.5 + parent: 2 + - uid: 13889 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - uid: 13890 + components: + - type: Transform + pos: -21.5,-43.5 + parent: 2 + - uid: 13891 + components: + - type: Transform + pos: -21.5,-44.5 + parent: 2 + - uid: 13892 + components: + - type: Transform + pos: -21.5,-45.5 + parent: 2 + - uid: 13893 + components: + - type: Transform + pos: -21.5,-46.5 + parent: 2 + - uid: 13894 + components: + - type: Transform + pos: -21.5,-47.5 + parent: 2 + - uid: 13895 + components: + - type: Transform + pos: -21.5,-48.5 + parent: 2 + - uid: 13896 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 13897 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 13898 + components: + - type: Transform + pos: -21.5,-52.5 + parent: 2 + - uid: 13899 + components: + - type: Transform + pos: -21.5,-53.5 + parent: 2 + - uid: 13900 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 13901 + components: + - type: Transform + pos: -21.5,-55.5 + parent: 2 + - uid: 13902 + components: + - type: Transform + pos: -21.5,-56.5 + parent: 2 + - uid: 13903 + components: + - type: Transform + pos: -21.5,-57.5 + parent: 2 + - uid: 13904 + components: + - type: Transform + pos: -21.5,-58.5 + parent: 2 + - uid: 13905 + components: + - type: Transform + pos: -21.5,-59.5 + parent: 2 + - uid: 13906 + components: + - type: Transform + pos: -21.5,-60.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + pos: -21.5,-61.5 + parent: 2 + - uid: 13908 + components: + - type: Transform + pos: -21.5,-62.5 + parent: 2 + - uid: 13909 + components: + - type: Transform + pos: -21.5,-63.5 + parent: 2 + - uid: 13910 + components: + - type: Transform + pos: -21.5,-64.5 + parent: 2 + - uid: 13911 + components: + - type: Transform + pos: -21.5,-65.5 + parent: 2 + - uid: 13912 + components: + - type: Transform + pos: -21.5,-66.5 + parent: 2 + - uid: 13913 + components: + - type: Transform + pos: -21.5,-67.5 + parent: 2 + - uid: 13914 + components: + - type: Transform + pos: -21.5,-68.5 + parent: 2 + - uid: 13915 + components: + - type: Transform + pos: -21.5,-69.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + pos: -21.5,-70.5 + parent: 2 + - uid: 13917 + components: + - type: Transform + pos: -20.5,-36.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 13919 + components: + - type: Transform + pos: -20.5,-44.5 + parent: 2 + - uid: 13920 + components: + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 13921 + components: + - type: Transform + pos: -20.5,-46.5 + parent: 2 + - uid: 13922 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - uid: 13923 + components: + - type: Transform + pos: -20.5,-48.5 + parent: 2 + - uid: 13924 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 + - uid: 13925 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 13926 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - uid: 13927 + components: + - type: Transform + pos: -20.5,-53.5 + parent: 2 + - uid: 13928 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 13929 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 2 + - uid: 13930 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 2 + - uid: 13931 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 13932 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 13933 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 13934 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 13935 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + pos: -20.5,-63.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + pos: -20.5,-64.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + pos: -20.5,-65.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + pos: -20.5,-66.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + pos: -20.5,-67.5 + parent: 2 + - uid: 13942 + components: + - type: Transform + pos: -20.5,-68.5 + parent: 2 + - uid: 13943 + components: + - type: Transform + pos: -20.5,-69.5 + parent: 2 + - uid: 13944 + components: + - type: Transform + pos: -20.5,-70.5 + parent: 2 + - uid: 13945 + components: + - type: Transform + pos: -19.5,-37.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + pos: -19.5,-38.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 13948 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - uid: 13949 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 13950 + components: + - type: Transform + pos: -19.5,-42.5 + parent: 2 + - uid: 13951 + components: + - type: Transform + pos: -19.5,-43.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + pos: -19.5,-44.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + pos: -19.5,-45.5 + parent: 2 + - uid: 13954 + components: + - type: Transform + pos: -19.5,-46.5 + parent: 2 + - uid: 13955 + components: + - type: Transform + pos: -19.5,-47.5 + parent: 2 + - uid: 13956 + components: + - type: Transform + pos: -19.5,-48.5 + parent: 2 + - uid: 13957 + components: + - type: Transform + pos: -19.5,-50.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + pos: -19.5,-51.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + pos: -19.5,-52.5 + parent: 2 + - uid: 13960 + components: + - type: Transform + pos: -19.5,-53.5 + parent: 2 + - uid: 13961 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - uid: 13962 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + pos: -19.5,-56.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 13965 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 13966 + components: + - type: Transform + pos: -19.5,-59.5 + parent: 2 + - uid: 13967 + components: + - type: Transform + pos: -19.5,-60.5 + parent: 2 + - uid: 13968 + components: + - type: Transform + pos: -19.5,-61.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + pos: -19.5,-62.5 + parent: 2 + - uid: 13970 + components: + - type: Transform + pos: -19.5,-63.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + pos: -19.5,-64.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + pos: -19.5,-65.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + pos: -19.5,-66.5 + parent: 2 + - uid: 13974 + components: + - type: Transform + pos: -19.5,-67.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + pos: -19.5,-68.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + pos: -19.5,-69.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + pos: -19.5,-70.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + pos: -18.5,-37.5 + parent: 2 + - uid: 13979 + components: + - type: Transform + pos: -18.5,-38.5 + parent: 2 + - uid: 13980 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 13981 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 13982 + components: + - type: Transform + pos: -18.5,-41.5 + parent: 2 + - uid: 13983 + components: + - type: Transform + pos: -18.5,-42.5 + parent: 2 + - uid: 13984 + components: + - type: Transform + pos: -18.5,-43.5 + parent: 2 + - uid: 13985 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - uid: 13986 + components: + - type: Transform + pos: -18.5,-45.5 + parent: 2 + - uid: 13987 + components: + - type: Transform + pos: -18.5,-46.5 + parent: 2 + - uid: 13988 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - uid: 13989 + components: + - type: Transform + pos: -18.5,-48.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + pos: -18.5,-50.5 + parent: 2 + - uid: 13991 + components: + - type: Transform + pos: -18.5,-51.5 + parent: 2 + - uid: 13992 + components: + - type: Transform + pos: -18.5,-52.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: -18.5,-53.5 + parent: 2 + - uid: 13994 + components: + - type: Transform + pos: -18.5,-54.5 + parent: 2 + - uid: 13995 + components: + - type: Transform + pos: -18.5,-55.5 + parent: 2 + - uid: 13996 + components: + - type: Transform + pos: -18.5,-56.5 + parent: 2 + - uid: 13997 + components: + - type: Transform + pos: -18.5,-57.5 + parent: 2 + - uid: 13998 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 13999 + components: + - type: Transform + pos: -18.5,-59.5 + parent: 2 + - uid: 14000 + components: + - type: Transform + pos: -18.5,-60.5 + parent: 2 + - uid: 14001 + components: + - type: Transform + pos: -18.5,-61.5 + parent: 2 + - uid: 14002 + components: + - type: Transform + pos: -18.5,-62.5 + parent: 2 + - uid: 14003 + components: + - type: Transform + pos: -18.5,-63.5 + parent: 2 + - uid: 14004 + components: + - type: Transform + pos: -18.5,-64.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: -18.5,-65.5 + parent: 2 + - uid: 14006 + components: + - type: Transform + pos: -18.5,-66.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: -18.5,-67.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + pos: -18.5,-68.5 + parent: 2 + - uid: 14009 + components: + - type: Transform + pos: -18.5,-69.5 + parent: 2 + - uid: 14010 + components: + - type: Transform + pos: -18.5,-70.5 + parent: 2 + - uid: 14011 + components: + - type: Transform + pos: -17.5,-37.5 + parent: 2 + - uid: 14012 + components: + - type: Transform + pos: -17.5,-38.5 + parent: 2 + - uid: 14013 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + pos: -17.5,-40.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + pos: -17.5,-41.5 + parent: 2 + - uid: 14016 + components: + - type: Transform + pos: -17.5,-42.5 + parent: 2 + - uid: 14017 + components: + - type: Transform + pos: -17.5,-43.5 + parent: 2 + - uid: 14018 + components: + - type: Transform + pos: -17.5,-44.5 + parent: 2 + - uid: 14019 + components: + - type: Transform + pos: -17.5,-45.5 + parent: 2 + - uid: 14020 + components: + - type: Transform + pos: -17.5,-46.5 + parent: 2 + - uid: 14021 + components: + - type: Transform + pos: -17.5,-47.5 + parent: 2 + - uid: 14022 + components: + - type: Transform + pos: -17.5,-48.5 + parent: 2 + - uid: 14023 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - uid: 14024 + components: + - type: Transform + pos: -17.5,-51.5 + parent: 2 + - uid: 14025 + components: + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 14026 + components: + - type: Transform + pos: -17.5,-53.5 + parent: 2 + - uid: 14027 + components: + - type: Transform + pos: -17.5,-54.5 + parent: 2 + - uid: 14028 + components: + - type: Transform + pos: -17.5,-55.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + pos: -17.5,-56.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: -17.5,-57.5 + parent: 2 + - uid: 14031 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 14032 + components: + - type: Transform + pos: -17.5,-59.5 + parent: 2 + - uid: 14033 + components: + - type: Transform + pos: -17.5,-60.5 + parent: 2 + - uid: 14034 + components: + - type: Transform + pos: -17.5,-61.5 + parent: 2 + - uid: 14035 + components: + - type: Transform + pos: -17.5,-62.5 + parent: 2 + - uid: 14036 + components: + - type: Transform + pos: -17.5,-63.5 + parent: 2 + - uid: 14037 + components: + - type: Transform + pos: -17.5,-64.5 + parent: 2 + - uid: 14038 + components: + - type: Transform + pos: -17.5,-65.5 + parent: 2 + - uid: 14039 + components: + - type: Transform + pos: -17.5,-66.5 + parent: 2 + - uid: 14040 + components: + - type: Transform + pos: -17.5,-67.5 + parent: 2 + - uid: 14041 + components: + - type: Transform + pos: -17.5,-68.5 + parent: 2 + - uid: 14042 + components: + - type: Transform + pos: -17.5,-69.5 + parent: 2 + - uid: 14043 + components: + - type: Transform + pos: -17.5,-70.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + pos: -16.5,-37.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + pos: -16.5,-38.5 + parent: 2 + - uid: 14046 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 14047 + components: + - type: Transform + pos: -16.5,-40.5 + parent: 2 + - uid: 14048 + components: + - type: Transform + pos: -16.5,-41.5 + parent: 2 + - uid: 14049 + components: + - type: Transform + pos: -16.5,-42.5 + parent: 2 + - uid: 14050 + components: + - type: Transform + pos: -16.5,-43.5 + parent: 2 + - uid: 14051 + components: + - type: Transform + pos: -16.5,-44.5 + parent: 2 + - uid: 14052 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 14053 + components: + - type: Transform + pos: -16.5,-46.5 + parent: 2 + - uid: 14054 + components: + - type: Transform + pos: -16.5,-47.5 + parent: 2 + - uid: 14055 + components: + - type: Transform + pos: -16.5,-48.5 + parent: 2 + - uid: 14056 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 + - uid: 14057 + components: + - type: Transform + pos: -16.5,-51.5 + parent: 2 + - uid: 14058 + components: + - type: Transform + pos: -16.5,-52.5 + parent: 2 + - uid: 14059 + components: + - type: Transform + pos: -16.5,-53.5 + parent: 2 + - uid: 14060 + components: + - type: Transform + pos: -16.5,-54.5 + parent: 2 + - uid: 14061 + components: + - type: Transform + pos: -16.5,-55.5 + parent: 2 + - uid: 14062 + components: + - type: Transform + pos: -16.5,-56.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + pos: -16.5,-57.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + pos: -16.5,-59.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + pos: -16.5,-60.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + pos: -16.5,-61.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + pos: -16.5,-62.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + pos: -16.5,-63.5 + parent: 2 + - uid: 14070 + components: + - type: Transform + pos: -16.5,-64.5 + parent: 2 + - uid: 14071 + components: + - type: Transform + pos: -16.5,-65.5 + parent: 2 + - uid: 14072 + components: + - type: Transform + pos: -16.5,-66.5 + parent: 2 + - uid: 14073 + components: + - type: Transform + pos: -16.5,-67.5 + parent: 2 + - uid: 14074 + components: + - type: Transform + pos: -16.5,-68.5 + parent: 2 + - uid: 14075 + components: + - type: Transform + pos: -16.5,-69.5 + parent: 2 + - uid: 14076 + components: + - type: Transform + pos: -16.5,-70.5 + parent: 2 + - uid: 14077 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 14078 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 14079 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 14080 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 14081 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - uid: 14082 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - uid: 14083 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - uid: 14084 + components: + - type: Transform + pos: -15.5,-44.5 + parent: 2 + - uid: 14085 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 14086 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - uid: 14087 + components: + - type: Transform + pos: -15.5,-47.5 + parent: 2 + - uid: 14088 + components: + - type: Transform + pos: -15.5,-48.5 + parent: 2 + - uid: 14089 + components: + - type: Transform + pos: -15.5,-50.5 + parent: 2 + - uid: 14090 + components: + - type: Transform + pos: -15.5,-51.5 + parent: 2 + - uid: 14091 + components: + - type: Transform + pos: -15.5,-52.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + pos: -15.5,-53.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + pos: -15.5,-54.5 + parent: 2 + - uid: 14094 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - uid: 14095 + components: + - type: Transform + pos: -15.5,-56.5 + parent: 2 + - uid: 14096 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 14097 + components: + - type: Transform + pos: -15.5,-58.5 + parent: 2 + - uid: 14098 + components: + - type: Transform + pos: -15.5,-59.5 + parent: 2 + - uid: 14099 + components: + - type: Transform + pos: -15.5,-60.5 + parent: 2 + - uid: 14100 + components: + - type: Transform + pos: -15.5,-61.5 + parent: 2 + - uid: 14101 + components: + - type: Transform + pos: -15.5,-62.5 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: -15.5,-63.5 + parent: 2 + - uid: 14103 + components: + - type: Transform + pos: -15.5,-64.5 + parent: 2 + - uid: 14104 + components: + - type: Transform + pos: -15.5,-65.5 + parent: 2 + - uid: 14105 + components: + - type: Transform + pos: -15.5,-66.5 + parent: 2 + - uid: 14106 + components: + - type: Transform + pos: -15.5,-67.5 + parent: 2 + - uid: 14107 + components: + - type: Transform + pos: -15.5,-68.5 + parent: 2 + - uid: 14108 + components: + - type: Transform + pos: -15.5,-69.5 + parent: 2 + - uid: 14109 + components: + - type: Transform + pos: -15.5,-70.5 + parent: 2 + - uid: 14110 + components: + - type: Transform + pos: -14.5,-50.5 + parent: 2 + - uid: 14111 + components: + - type: Transform + pos: -14.5,-51.5 + parent: 2 + - uid: 14112 + components: + - type: Transform + pos: -14.5,-52.5 + parent: 2 + - uid: 14113 + components: + - type: Transform + pos: -14.5,-53.5 + parent: 2 + - uid: 14114 + components: + - type: Transform + pos: -14.5,-54.5 + parent: 2 + - uid: 14115 + components: + - type: Transform + pos: -14.5,-55.5 + parent: 2 + - uid: 14116 + components: + - type: Transform + pos: -14.5,-56.5 + parent: 2 + - uid: 14117 + components: + - type: Transform + pos: -14.5,-57.5 + parent: 2 + - uid: 14118 + components: + - type: Transform + pos: -14.5,-58.5 + parent: 2 + - uid: 14119 + components: + - type: Transform + pos: -14.5,-59.5 + parent: 2 + - uid: 14120 + components: + - type: Transform + pos: -14.5,-60.5 + parent: 2 + - uid: 14121 + components: + - type: Transform + pos: -14.5,-61.5 + parent: 2 + - uid: 14122 + components: + - type: Transform + pos: -14.5,-62.5 + parent: 2 + - uid: 14123 + components: + - type: Transform + pos: -14.5,-63.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + pos: -14.5,-64.5 + parent: 2 + - uid: 14125 + components: + - type: Transform + pos: -14.5,-65.5 + parent: 2 + - uid: 14126 + components: + - type: Transform + pos: -14.5,-66.5 + parent: 2 + - uid: 14127 + components: + - type: Transform + pos: -14.5,-67.5 + parent: 2 + - uid: 14128 + components: + - type: Transform + pos: -14.5,-68.5 + parent: 2 + - uid: 14129 + components: + - type: Transform + pos: -14.5,-69.5 + parent: 2 + - uid: 14130 + components: + - type: Transform + pos: -14.5,-70.5 + parent: 2 + - uid: 14131 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 14132 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 + - uid: 14133 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 14134 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 14135 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 14136 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - uid: 14137 + components: + - type: Transform + pos: -13.5,-43.5 + parent: 2 + - uid: 14138 + components: + - type: Transform + pos: -13.5,-44.5 + parent: 2 + - uid: 14139 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - uid: 14140 + components: + - type: Transform + pos: -13.5,-46.5 + parent: 2 + - uid: 14141 + components: + - type: Transform + pos: -13.5,-47.5 + parent: 2 + - uid: 14142 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 14143 + components: + - type: Transform + pos: -13.5,-49.5 + parent: 2 + - uid: 14144 + components: + - type: Transform + pos: -13.5,-50.5 + parent: 2 + - uid: 14145 + components: + - type: Transform + pos: -13.5,-51.5 + parent: 2 + - uid: 14146 + components: + - type: Transform + pos: -13.5,-52.5 + parent: 2 + - uid: 14147 + components: + - type: Transform + pos: -13.5,-53.5 + parent: 2 + - uid: 14148 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 14149 + components: + - type: Transform + pos: -13.5,-55.5 + parent: 2 + - uid: 14150 + components: + - type: Transform + pos: -13.5,-56.5 + parent: 2 + - uid: 14151 + components: + - type: Transform + pos: -13.5,-57.5 + parent: 2 + - uid: 14152 + components: + - type: Transform + pos: -13.5,-58.5 + parent: 2 + - uid: 14153 + components: + - type: Transform + pos: -13.5,-59.5 + parent: 2 + - uid: 14154 + components: + - type: Transform + pos: -13.5,-60.5 + parent: 2 + - uid: 14155 + components: + - type: Transform + pos: -13.5,-61.5 + parent: 2 + - uid: 14156 + components: + - type: Transform + pos: -13.5,-62.5 + parent: 2 + - uid: 14157 + components: + - type: Transform + pos: -13.5,-63.5 + parent: 2 + - uid: 14158 + components: + - type: Transform + pos: -13.5,-64.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: -13.5,-65.5 + parent: 2 + - uid: 14160 + components: + - type: Transform + pos: -13.5,-66.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + pos: -13.5,-67.5 + parent: 2 + - uid: 14162 + components: + - type: Transform + pos: -13.5,-68.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + pos: -13.5,-69.5 + parent: 2 + - uid: 14164 + components: + - type: Transform + pos: -13.5,-70.5 + parent: 2 + - uid: 14165 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - uid: 14166 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - uid: 14167 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 14169 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: -12.5,-42.5 + parent: 2 + - uid: 14171 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + pos: -12.5,-44.5 + parent: 2 + - uid: 14173 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - uid: 14174 + components: + - type: Transform + pos: -12.5,-46.5 + parent: 2 + - uid: 14175 + components: + - type: Transform + pos: -12.5,-47.5 + parent: 2 + - uid: 14176 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 14177 + components: + - type: Transform + pos: -12.5,-49.5 + parent: 2 + - uid: 14178 + components: + - type: Transform + pos: -12.5,-50.5 + parent: 2 + - uid: 14179 + components: + - type: Transform + pos: -12.5,-51.5 + parent: 2 + - uid: 14180 + components: + - type: Transform + pos: -12.5,-52.5 + parent: 2 + - uid: 14181 + components: + - type: Transform + pos: -12.5,-53.5 + parent: 2 + - uid: 14182 + components: + - type: Transform + pos: -12.5,-54.5 + parent: 2 + - uid: 14183 + components: + - type: Transform + pos: -12.5,-55.5 + parent: 2 + - uid: 14184 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 14185 + components: + - type: Transform + pos: -12.5,-57.5 + parent: 2 + - uid: 14186 + components: + - type: Transform + pos: -12.5,-58.5 + parent: 2 + - uid: 14187 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 + - uid: 14188 + components: + - type: Transform + pos: -12.5,-60.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + pos: -12.5,-61.5 + parent: 2 + - uid: 14190 + components: + - type: Transform + pos: -12.5,-62.5 + parent: 2 + - uid: 14191 + components: + - type: Transform + pos: -12.5,-63.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + pos: -12.5,-64.5 + parent: 2 + - uid: 14193 + components: + - type: Transform + pos: -12.5,-65.5 + parent: 2 + - uid: 14194 + components: + - type: Transform + pos: -12.5,-66.5 + parent: 2 + - uid: 14195 + components: + - type: Transform + pos: -12.5,-67.5 + parent: 2 + - uid: 14196 + components: + - type: Transform + pos: -12.5,-68.5 + parent: 2 + - uid: 14197 + components: + - type: Transform + pos: -12.5,-69.5 + parent: 2 + - uid: 14198 + components: + - type: Transform + pos: -12.5,-70.5 + parent: 2 + - uid: 14199 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 14200 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 14201 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 14202 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - uid: 14203 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 14204 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - uid: 14205 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 14206 + components: + - type: Transform + pos: -11.5,-44.5 + parent: 2 + - uid: 14207 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 + - uid: 14210 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 14211 + components: + - type: Transform + pos: -11.5,-49.5 + parent: 2 + - uid: 14212 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 + - uid: 14213 + components: + - type: Transform + pos: -11.5,-51.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + pos: -11.5,-52.5 + parent: 2 + - uid: 14215 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 14216 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 14217 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 14218 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - uid: 14219 + components: + - type: Transform + pos: -11.5,-57.5 + parent: 2 + - uid: 14220 + components: + - type: Transform + pos: -11.5,-58.5 + parent: 2 + - uid: 14221 + components: + - type: Transform + pos: -11.5,-59.5 + parent: 2 + - uid: 14222 + components: + - type: Transform + pos: -11.5,-60.5 + parent: 2 + - uid: 14223 + components: + - type: Transform + pos: -11.5,-61.5 + parent: 2 + - uid: 14224 + components: + - type: Transform + pos: -11.5,-62.5 + parent: 2 + - uid: 14225 + components: + - type: Transform + pos: -11.5,-63.5 + parent: 2 + - uid: 14226 + components: + - type: Transform + pos: -11.5,-64.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: -11.5,-65.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: -11.5,-66.5 + parent: 2 + - uid: 14229 + components: + - type: Transform + pos: -11.5,-67.5 + parent: 2 + - uid: 14230 + components: + - type: Transform + pos: -11.5,-68.5 + parent: 2 + - uid: 14231 + components: + - type: Transform + pos: -11.5,-69.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: -11.5,-70.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 14237 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 14238 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - uid: 14239 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 14240 + components: + - type: Transform + pos: -10.5,-44.5 + parent: 2 + - uid: 14241 + components: + - type: Transform + pos: -10.5,-45.5 + parent: 2 + - uid: 14242 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 + - uid: 14243 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 14245 + components: + - type: Transform + pos: -10.5,-49.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + pos: -10.5,-51.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + pos: -10.5,-52.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: -10.5,-53.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: -10.5,-54.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 14252 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 14253 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 14255 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + pos: -10.5,-65.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 14264 + components: + - type: Transform + pos: -10.5,-68.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + pos: -10.5,-69.5 + parent: 2 + - uid: 14266 + components: + - type: Transform + pos: -10.5,-70.5 + parent: 2 + - uid: 14267 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 14268 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 + - uid: 14270 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 + - uid: 14271 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + pos: -9.5,-42.5 + parent: 2 + - uid: 14273 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: -9.5,-44.5 + parent: 2 + - uid: 14275 + components: + - type: Transform + pos: -9.5,-45.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + pos: -9.5,-47.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + pos: -9.5,-48.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + pos: -9.5,-49.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 14283 + components: + - type: Transform + pos: -9.5,-53.5 + parent: 2 + - uid: 14284 + components: + - type: Transform + pos: -9.5,-54.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + pos: -9.5,-57.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + pos: -9.5,-58.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + pos: -9.5,-59.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + pos: -9.5,-60.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + pos: -9.5,-61.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + pos: -9.5,-62.5 + parent: 2 + - uid: 14293 + components: + - type: Transform + pos: -9.5,-63.5 + parent: 2 + - uid: 14294 + components: + - type: Transform + pos: -9.5,-64.5 + parent: 2 + - uid: 14295 + components: + - type: Transform + pos: -9.5,-65.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + pos: -9.5,-66.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + pos: -9.5,-67.5 + parent: 2 + - uid: 14298 + components: + - type: Transform + pos: -9.5,-68.5 + parent: 2 + - uid: 14299 + components: + - type: Transform + pos: -9.5,-69.5 + parent: 2 + - uid: 14300 + components: + - type: Transform + pos: -9.5,-70.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 14302 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 14305 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 14306 + components: + - type: Transform + pos: -8.5,-42.5 + parent: 2 + - uid: 14307 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + pos: -8.5,-44.5 + parent: 2 + - uid: 14309 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: -8.5,-47.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 2 + - uid: 14313 + components: + - type: Transform + pos: -8.5,-49.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 14316 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 14317 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 14318 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 14319 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 14321 + components: + - type: Transform + pos: -8.5,-57.5 + parent: 2 + - uid: 14322 + components: + - type: Transform + pos: -8.5,-58.5 + parent: 2 + - uid: 14323 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + pos: -8.5,-63.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + pos: -8.5,-64.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + pos: -8.5,-65.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + pos: -8.5,-66.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + pos: -8.5,-67.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + pos: -8.5,-68.5 + parent: 2 + - uid: 14333 + components: + - type: Transform + pos: -8.5,-69.5 + parent: 2 + - uid: 14334 + components: + - type: Transform + pos: -8.5,-70.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 14336 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 14337 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 + - uid: 14338 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 14341 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 14342 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 14343 + components: + - type: Transform + pos: -7.5,-45.5 + parent: 2 + - uid: 14344 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 2 + - uid: 14345 + components: + - type: Transform + pos: -7.5,-47.5 + parent: 2 + - uid: 14346 + components: + - type: Transform + pos: -7.5,-48.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: -7.5,-49.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - uid: 14349 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 14352 + components: + - type: Transform + pos: -7.5,-54.5 + parent: 2 + - uid: 14353 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 14354 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 14356 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 14357 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 14361 + components: + - type: Transform + pos: -7.5,-63.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 14363 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 14365 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 14367 + components: + - type: Transform + pos: -7.5,-69.5 + parent: 2 + - uid: 14368 + components: + - type: Transform + pos: -7.5,-70.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 14371 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 14378 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + pos: -6.5,-47.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 14381 + components: + - type: Transform + pos: -6.5,-49.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + pos: -6.5,-50.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + pos: -6.5,-51.5 + parent: 2 + - uid: 14384 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 14388 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 14389 + components: + - type: Transform + pos: -6.5,-57.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + pos: -6.5,-58.5 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + pos: -6.5,-60.5 + parent: 2 + - uid: 14393 + components: + - type: Transform + pos: -6.5,-61.5 + parent: 2 + - uid: 14394 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + pos: -6.5,-67.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: -6.5,-68.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: -6.5,-69.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: -6.5,-70.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 14410 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 14413 + components: + - type: Transform + pos: -5.5,-47.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + pos: -5.5,-48.5 + parent: 2 + - uid: 14415 + components: + - type: Transform + pos: -5.5,-49.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 14417 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 + - uid: 14418 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 14424 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 14425 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 14427 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 14428 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 14429 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + pos: -5.5,-64.5 + parent: 2 + - uid: 14431 + components: + - type: Transform + pos: -5.5,-65.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 14433 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 14434 + components: + - type: Transform + pos: -5.5,-68.5 + parent: 2 + - uid: 14435 + components: + - type: Transform + pos: -5.5,-69.5 + parent: 2 + - uid: 14436 + components: + - type: Transform + pos: -5.5,-70.5 + parent: 2 + - uid: 14437 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 14440 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 14441 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 14442 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 14443 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 14444 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 14445 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 14446 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 14447 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 + - uid: 14448 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + pos: -4.5,-49.5 + parent: 2 + - uid: 14450 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 14451 + components: + - type: Transform + pos: -4.5,-51.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: -4.5,-52.5 + parent: 2 + - uid: 14453 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 14455 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 14456 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 14457 + components: + - type: Transform + pos: -4.5,-57.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 + - uid: 14459 + components: + - type: Transform + pos: -4.5,-59.5 + parent: 2 + - uid: 14460 + components: + - type: Transform + pos: -4.5,-60.5 + parent: 2 + - uid: 14461 + components: + - type: Transform + pos: -4.5,-61.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + pos: -4.5,-62.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + pos: -4.5,-63.5 + parent: 2 + - uid: 14464 + components: + - type: Transform + pos: -4.5,-64.5 + parent: 2 + - uid: 14465 + components: + - type: Transform + pos: -4.5,-65.5 + parent: 2 + - uid: 14466 + components: + - type: Transform + pos: -4.5,-66.5 + parent: 2 + - uid: 14467 + components: + - type: Transform + pos: -4.5,-67.5 + parent: 2 + - uid: 14468 + components: + - type: Transform + pos: -4.5,-68.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: -4.5,-70.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - uid: 14472 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 14474 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 14475 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 14476 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 14477 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 14478 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 14479 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 14480 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 14481 + components: + - type: Transform + pos: -3.5,-47.5 + parent: 2 + - uid: 14482 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 14483 + components: + - type: Transform + pos: -3.5,-49.5 + parent: 2 + - uid: 14484 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 + - uid: 14487 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 14488 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 14489 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 + - uid: 14490 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - uid: 14491 + components: + - type: Transform + pos: -3.5,-57.5 + parent: 2 + - uid: 14492 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: -3.5,-59.5 + parent: 2 + - uid: 14494 + components: + - type: Transform + pos: -3.5,-60.5 + parent: 2 + - uid: 14495 + components: + - type: Transform + pos: -3.5,-61.5 + parent: 2 + - uid: 14496 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 14497 + components: + - type: Transform + pos: -3.5,-63.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: -3.5,-64.5 + parent: 2 + - uid: 14499 + components: + - type: Transform + pos: -3.5,-65.5 + parent: 2 + - uid: 14500 + components: + - type: Transform + pos: -3.5,-66.5 + parent: 2 + - uid: 14501 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 14502 + components: + - type: Transform + pos: -3.5,-68.5 + parent: 2 + - uid: 14503 + components: + - type: Transform + pos: -3.5,-69.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: -3.5,-70.5 + parent: 2 + - uid: 14505 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 14506 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 14507 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 14508 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 14509 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 + - uid: 14510 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 14511 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 14512 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 14513 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 14515 + components: + - type: Transform + pos: -2.5,-47.5 + parent: 2 + - uid: 14516 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 14517 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 + - uid: 14518 + components: + - type: Transform + pos: -2.5,-50.5 + parent: 2 + - uid: 14519 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 14520 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 14521 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 14522 + components: + - type: Transform + pos: -2.5,-54.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 14524 + components: + - type: Transform + pos: -2.5,-56.5 + parent: 2 + - uid: 14525 + components: + - type: Transform + pos: -2.5,-57.5 + parent: 2 + - uid: 14526 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 14527 + components: + - type: Transform + pos: -2.5,-59.5 + parent: 2 + - uid: 14528 + components: + - type: Transform + pos: -2.5,-60.5 + parent: 2 + - uid: 14529 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 + - uid: 14530 + components: + - type: Transform + pos: -2.5,-62.5 + parent: 2 + - uid: 14531 + components: + - type: Transform + pos: -2.5,-63.5 + parent: 2 + - uid: 14532 + components: + - type: Transform + pos: -2.5,-64.5 + parent: 2 + - uid: 14533 + components: + - type: Transform + pos: -2.5,-65.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + pos: -2.5,-66.5 + parent: 2 + - uid: 14535 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 14536 + components: + - type: Transform + pos: -2.5,-68.5 + parent: 2 + - uid: 14537 + components: + - type: Transform + pos: -2.5,-69.5 + parent: 2 + - uid: 14538 + components: + - type: Transform + pos: -2.5,-70.5 + parent: 2 + - uid: 14539 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - uid: 14540 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 2 + - uid: 14541 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 + - uid: 14543 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 + - uid: 14544 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 14545 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 14546 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 14547 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 14548 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 14549 + components: + - type: Transform + pos: -1.5,-47.5 + parent: 2 + - uid: 14550 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 14551 + components: + - type: Transform + pos: -1.5,-49.5 + parent: 2 + - uid: 14552 + components: + - type: Transform + pos: -1.5,-50.5 + parent: 2 + - uid: 14553 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 14554 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 14556 + components: + - type: Transform + pos: -1.5,-54.5 + parent: 2 + - uid: 14557 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 14559 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 14560 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + pos: -1.5,-59.5 + parent: 2 + - uid: 14562 + components: + - type: Transform + pos: -1.5,-60.5 + parent: 2 + - uid: 14563 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 14564 + components: + - type: Transform + pos: -1.5,-62.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + pos: -1.5,-63.5 + parent: 2 + - uid: 14566 + components: + - type: Transform + pos: -1.5,-64.5 + parent: 2 + - uid: 14567 + components: + - type: Transform + pos: -1.5,-65.5 + parent: 2 + - uid: 14568 + components: + - type: Transform + pos: -1.5,-66.5 + parent: 2 + - uid: 14569 + components: + - type: Transform + pos: -1.5,-67.5 + parent: 2 + - uid: 14570 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + pos: -1.5,-69.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + pos: -1.5,-70.5 + parent: 2 + - uid: 14573 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 14574 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 14575 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 14576 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 2 + - uid: 14577 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 2 + - uid: 14578 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 14581 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 14582 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 14583 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 14584 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 14585 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 14586 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 14587 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 14588 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 14589 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 14590 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 14591 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 14592 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 14593 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 14594 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 14595 + components: + - type: Transform + pos: -0.5,-59.5 + parent: 2 + - uid: 14596 + components: + - type: Transform + pos: -0.5,-60.5 + parent: 2 + - uid: 14597 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 14598 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - uid: 14599 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - uid: 14600 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 14601 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 2 + - uid: 14602 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - uid: 14603 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 14604 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 14605 + components: + - type: Transform + pos: -0.5,-69.5 + parent: 2 + - uid: 14606 + components: + - type: Transform + pos: -0.5,-70.5 + parent: 2 + - uid: 14607 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 14608 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 14609 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 14610 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 14611 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 14612 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 14613 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 14614 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 14615 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 14616 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 14617 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 14618 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 14619 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 14620 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - uid: 14621 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 14622 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 14623 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 14624 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 14625 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 14626 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 14627 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 14628 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 14629 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 14630 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 14631 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 14632 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - uid: 14633 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - uid: 14634 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 14635 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 14636 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 14637 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 14638 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 14639 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 14640 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 14641 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 14642 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 14643 + components: + - type: Transform + pos: 1.5,-39.5 + parent: 2 + - uid: 14644 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 14645 + components: + - type: Transform + pos: 1.5,-41.5 + parent: 2 + - uid: 14646 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - uid: 14647 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 14648 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 + - uid: 14649 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 14650 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 14651 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 14652 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 14653 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 14654 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 14655 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 14656 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 14657 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 14658 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 14659 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 14660 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 14661 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 14662 + components: + - type: Transform + pos: 1.5,-58.5 + parent: 2 + - uid: 14663 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 14664 + components: + - type: Transform + pos: 1.5,-60.5 + parent: 2 + - uid: 14665 + components: + - type: Transform + pos: 1.5,-61.5 + parent: 2 + - uid: 14666 + components: + - type: Transform + pos: 1.5,-62.5 + parent: 2 + - uid: 14667 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 14668 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 14669 + components: + - type: Transform + pos: 1.5,-65.5 + parent: 2 + - uid: 14670 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 14671 + components: + - type: Transform + pos: 1.5,-67.5 + parent: 2 + - uid: 14672 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 14673 + components: + - type: Transform + pos: 1.5,-69.5 + parent: 2 + - uid: 14674 + components: + - type: Transform + pos: 1.5,-70.5 + parent: 2 + - uid: 14675 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 14677 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - uid: 14678 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 14679 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 2 + - uid: 14680 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 14681 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 + - uid: 14682 + components: + - type: Transform + pos: 2.5,-44.5 + parent: 2 + - uid: 14683 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 2 + - uid: 14684 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 14685 + components: + - type: Transform + pos: 2.5,-47.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + pos: 2.5,-48.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + pos: 2.5,-49.5 + parent: 2 + - uid: 14688 + components: + - type: Transform + pos: 2.5,-50.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 14690 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 14691 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 14692 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 14693 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 14694 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 14695 + components: + - type: Transform + pos: 2.5,-57.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: 2.5,-58.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: 2.5,-59.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: 2.5,-60.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: 2.5,-62.5 + parent: 2 + - uid: 14701 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + pos: 2.5,-64.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + pos: 2.5,-65.5 + parent: 2 + - uid: 14704 + components: + - type: Transform + pos: 2.5,-66.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + pos: 2.5,-67.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + pos: 2.5,-69.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + pos: 2.5,-70.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: 3.5,-50.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 14727 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 14728 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 14730 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: 3.5,-59.5 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: 3.5,-61.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - uid: 14737 + components: + - type: Transform + pos: 3.5,-65.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 2 + - uid: 14739 + components: + - type: Transform + pos: 3.5,-67.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + pos: 3.5,-69.5 + parent: 2 + - uid: 14742 + components: + - type: Transform + pos: 3.5,-70.5 + parent: 2 + - uid: 14743 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 14744 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 14751 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 14755 + components: + - type: Transform + pos: 4.5,-49.5 + parent: 2 + - uid: 14756 + components: + - type: Transform + pos: 4.5,-50.5 + parent: 2 + - uid: 14757 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + pos: 4.5,-52.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 14760 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 14762 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 14763 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + pos: 4.5,-58.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 14766 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 + - uid: 14768 + components: + - type: Transform + pos: 4.5,-62.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 14770 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + pos: 4.5,-65.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + pos: 4.5,-67.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 14775 + components: + - type: Transform + pos: 4.5,-69.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + pos: 4.5,-70.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 14780 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 14783 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + pos: 5.5,-47.5 + parent: 2 + - uid: 14788 + components: + - type: Transform + pos: 5.5,-48.5 + parent: 2 + - uid: 14789 + components: + - type: Transform + pos: 5.5,-49.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + pos: 5.5,-50.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + pos: 5.5,-52.5 + parent: 2 + - uid: 14793 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 2 + - uid: 14794 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 14796 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + pos: 5.5,-58.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: 5.5,-59.5 + parent: 2 + - uid: 14800 + components: + - type: Transform + pos: 5.5,-60.5 + parent: 2 + - uid: 14801 + components: + - type: Transform + pos: 5.5,-61.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + pos: 5.5,-62.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + pos: 5.5,-64.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + pos: 5.5,-65.5 + parent: 2 + - uid: 14806 + components: + - type: Transform + pos: 5.5,-66.5 + parent: 2 + - uid: 14807 + components: + - type: Transform + pos: 5.5,-67.5 + parent: 2 + - uid: 14808 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + pos: 5.5,-69.5 + parent: 2 + - uid: 14810 + components: + - type: Transform + pos: 5.5,-70.5 + parent: 2 + - uid: 14811 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 + - uid: 14812 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + pos: 6.5,-41.5 + parent: 2 + - uid: 14816 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 2 + - uid: 14817 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 14818 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 14819 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 14820 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 14821 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 14822 + components: + - type: Transform + pos: 6.5,-48.5 + parent: 2 + - uid: 14823 + components: + - type: Transform + pos: 6.5,-49.5 + parent: 2 + - uid: 14824 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 14825 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 14826 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 14827 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 + - uid: 14828 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 14829 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 14830 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 2 + - uid: 14831 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 14832 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 14833 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 14834 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 14835 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 14836 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 14837 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 14838 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 14839 + components: + - type: Transform + pos: 6.5,-65.5 + parent: 2 + - uid: 14840 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 14841 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 14842 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 14843 + components: + - type: Transform + pos: 6.5,-69.5 + parent: 2 + - uid: 14844 + components: + - type: Transform + pos: 6.5,-70.5 + parent: 2 + - uid: 14845 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 14846 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 14847 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 14848 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + pos: 7.5,-47.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + pos: 7.5,-48.5 + parent: 2 + - uid: 14857 + components: + - type: Transform + pos: 7.5,-49.5 + parent: 2 + - uid: 14858 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - uid: 14859 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - uid: 14860 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - uid: 14861 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 14862 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 14863 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 14864 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 14865 + components: + - type: Transform + pos: 7.5,-57.5 + parent: 2 + - uid: 14866 + components: + - type: Transform + pos: 7.5,-58.5 + parent: 2 + - uid: 14867 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - uid: 14868 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 14869 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - uid: 14870 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 14871 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 14872 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 14873 + components: + - type: Transform + pos: 7.5,-65.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 14875 + components: + - type: Transform + pos: 7.5,-67.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - uid: 14877 + components: + - type: Transform + pos: 7.5,-69.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + pos: 7.5,-70.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 14880 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + pos: 8.5,-46.5 + parent: 2 + - uid: 14889 + components: + - type: Transform + pos: 8.5,-47.5 + parent: 2 + - uid: 14890 + components: + - type: Transform + pos: 8.5,-48.5 + parent: 2 + - uid: 14891 + components: + - type: Transform + pos: 8.5,-49.5 + parent: 2 + - uid: 14892 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 14894 + components: + - type: Transform + pos: 8.5,-52.5 + parent: 2 + - uid: 14895 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 14896 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 14897 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 14898 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 14899 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 14900 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 14901 + components: + - type: Transform + pos: 8.5,-59.5 + parent: 2 + - uid: 14902 + components: + - type: Transform + pos: 8.5,-60.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - uid: 14904 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 14905 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - uid: 14906 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + pos: 8.5,-65.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + pos: 8.5,-66.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + pos: 8.5,-70.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - uid: 14914 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 14915 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 14916 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 14919 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + pos: 9.5,-44.5 + parent: 2 + - uid: 14921 + components: + - type: Transform + pos: 9.5,-45.5 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: 9.5,-46.5 + parent: 2 + - uid: 14923 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + pos: 9.5,-48.5 + parent: 2 + - uid: 14925 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 + - uid: 14926 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 14927 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 14928 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 14929 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 14930 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 14931 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 14933 + components: + - type: Transform + pos: 9.5,-57.5 + parent: 2 + - uid: 14934 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 14935 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 14936 + components: + - type: Transform + pos: 9.5,-60.5 + parent: 2 + - uid: 14937 + components: + - type: Transform + pos: 9.5,-61.5 + parent: 2 + - uid: 14938 + components: + - type: Transform + pos: 9.5,-62.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + pos: 9.5,-65.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + pos: 9.5,-66.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + pos: 9.5,-68.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + pos: 9.5,-69.5 + parent: 2 + - uid: 14946 + components: + - type: Transform + pos: 9.5,-70.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 14950 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + pos: 10.5,-41.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + pos: 10.5,-44.5 + parent: 2 + - uid: 14955 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: 10.5,-48.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + pos: 10.5,-50.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + pos: 10.5,-52.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + pos: 10.5,-54.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + pos: 10.5,-58.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + pos: 10.5,-59.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + pos: 10.5,-60.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + pos: 10.5,-61.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + pos: 10.5,-62.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: 10.5,-63.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + pos: 10.5,-64.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + pos: 10.5,-65.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + pos: 10.5,-66.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + pos: 10.5,-67.5 + parent: 2 + - uid: 14978 + components: + - type: Transform + pos: 10.5,-68.5 + parent: 2 + - uid: 14979 + components: + - type: Transform + pos: 10.5,-69.5 + parent: 2 + - uid: 14980 + components: + - type: Transform + pos: 10.5,-70.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + pos: 11.5,-37.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + pos: 11.5,-38.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + pos: 11.5,-40.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + pos: 11.5,-41.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + pos: 11.5,-42.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + pos: 11.5,-44.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: 11.5,-45.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + pos: 11.5,-46.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: 11.5,-47.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: 11.5,-48.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: 11.5,-49.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: 11.5,-54.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 15001 + components: + - type: Transform + pos: 11.5,-57.5 + parent: 2 + - uid: 15002 + components: + - type: Transform + pos: 11.5,-58.5 + parent: 2 + - uid: 15003 + components: + - type: Transform + pos: 11.5,-59.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + pos: 11.5,-60.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: 11.5,-62.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + pos: 11.5,-65.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + pos: 11.5,-67.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + pos: 11.5,-68.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: 11.5,-69.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: 11.5,-70.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 15021 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: 12.5,-46.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: 12.5,-48.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: 12.5,-49.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: 12.5,-54.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: 12.5,-55.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - uid: 15036 + components: + - type: Transform + pos: 12.5,-58.5 + parent: 2 + - uid: 15037 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 15038 + components: + - type: Transform + pos: 12.5,-60.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + pos: 12.5,-61.5 + parent: 2 + - uid: 15040 + components: + - type: Transform + pos: 12.5,-62.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 + - uid: 15042 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 2 + - uid: 15043 + components: + - type: Transform + pos: 12.5,-65.5 + parent: 2 + - uid: 15044 + components: + - type: Transform + pos: 12.5,-66.5 + parent: 2 + - uid: 15045 + components: + - type: Transform + pos: 12.5,-67.5 + parent: 2 + - uid: 15046 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 + - uid: 15047 + components: + - type: Transform + pos: 12.5,-69.5 + parent: 2 + - uid: 15048 + components: + - type: Transform + pos: 12.5,-70.5 + parent: 2 + - uid: 15049 + components: + - type: Transform + pos: 13.5,-37.5 + parent: 2 + - uid: 15050 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 15051 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + pos: 13.5,-40.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + pos: 13.5,-41.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + pos: 13.5,-42.5 + parent: 2 + - uid: 15055 + components: + - type: Transform + pos: 13.5,-43.5 + parent: 2 + - uid: 15056 + components: + - type: Transform + pos: 13.5,-44.5 + parent: 2 + - uid: 15057 + components: + - type: Transform + pos: 13.5,-45.5 + parent: 2 + - uid: 15058 + components: + - type: Transform + pos: 13.5,-46.5 + parent: 2 + - uid: 15059 + components: + - type: Transform + pos: 13.5,-47.5 + parent: 2 + - uid: 15060 + components: + - type: Transform + pos: 13.5,-48.5 + parent: 2 + - uid: 15061 + components: + - type: Transform + pos: 13.5,-49.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + pos: 13.5,-50.5 + parent: 2 + - uid: 15063 + components: + - type: Transform + pos: 13.5,-51.5 + parent: 2 + - uid: 15064 + components: + - type: Transform + pos: 13.5,-52.5 + parent: 2 + - uid: 15065 + components: + - type: Transform + pos: 13.5,-53.5 + parent: 2 + - uid: 15066 + components: + - type: Transform + pos: 13.5,-54.5 + parent: 2 + - uid: 15067 + components: + - type: Transform + pos: 13.5,-55.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + pos: 13.5,-56.5 + parent: 2 + - uid: 15069 + components: + - type: Transform + pos: 13.5,-57.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + pos: 13.5,-58.5 + parent: 2 + - uid: 15071 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 15072 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 + - uid: 15075 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + pos: 13.5,-65.5 + parent: 2 + - uid: 15078 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 15079 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 15080 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 15081 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 15082 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 15083 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 + - uid: 15084 + components: + - type: Transform + pos: 14.5,-38.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 + - uid: 15086 + components: + - type: Transform + pos: 14.5,-40.5 + parent: 2 + - uid: 15087 + components: + - type: Transform + pos: 14.5,-41.5 + parent: 2 + - uid: 15088 + components: + - type: Transform + pos: 14.5,-42.5 + parent: 2 + - uid: 15089 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - uid: 15090 + components: + - type: Transform + pos: 14.5,-44.5 + parent: 2 + - uid: 15091 + components: + - type: Transform + pos: 14.5,-45.5 + parent: 2 + - uid: 15092 + components: + - type: Transform + pos: 14.5,-46.5 + parent: 2 + - uid: 15093 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 15094 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - uid: 15095 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 + - uid: 15096 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 + - uid: 15097 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 + - uid: 15098 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - uid: 15099 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 + - uid: 15100 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 2 + - uid: 15101 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 + - uid: 15102 + components: + - type: Transform + pos: 14.5,-56.5 + parent: 2 + - uid: 15103 + components: + - type: Transform + pos: 14.5,-57.5 + parent: 2 + - uid: 15104 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 + - uid: 15105 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 15106 + components: + - type: Transform + pos: 14.5,-60.5 + parent: 2 + - uid: 15107 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - uid: 15108 + components: + - type: Transform + pos: 14.5,-62.5 + parent: 2 + - uid: 15109 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 + - uid: 15110 + components: + - type: Transform + pos: 14.5,-64.5 + parent: 2 + - uid: 15111 + components: + - type: Transform + pos: 14.5,-65.5 + parent: 2 + - uid: 15112 + components: + - type: Transform + pos: 14.5,-66.5 + parent: 2 + - uid: 15113 + components: + - type: Transform + pos: 14.5,-67.5 + parent: 2 + - uid: 15114 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 15115 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 15116 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - uid: 15117 + components: + - type: Transform + pos: 15.5,-37.5 + parent: 2 + - uid: 15118 + components: + - type: Transform + pos: 15.5,-38.5 + parent: 2 + - uid: 15119 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 15120 + components: + - type: Transform + pos: 15.5,-40.5 + parent: 2 + - uid: 15121 + components: + - type: Transform + pos: 15.5,-41.5 + parent: 2 + - uid: 15122 + components: + - type: Transform + pos: 15.5,-42.5 + parent: 2 + - uid: 15123 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 15124 + components: + - type: Transform + pos: 15.5,-44.5 + parent: 2 + - uid: 15125 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - uid: 15126 + components: + - type: Transform + pos: 15.5,-46.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + pos: 15.5,-47.5 + parent: 2 + - uid: 15128 + components: + - type: Transform + pos: 15.5,-48.5 + parent: 2 + - uid: 15129 + components: + - type: Transform + pos: 15.5,-49.5 + parent: 2 + - uid: 15130 + components: + - type: Transform + pos: 15.5,-50.5 + parent: 2 + - uid: 15131 + components: + - type: Transform + pos: 15.5,-51.5 + parent: 2 + - uid: 15132 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - uid: 15133 + components: + - type: Transform + pos: 15.5,-53.5 + parent: 2 + - uid: 15134 + components: + - type: Transform + pos: 15.5,-54.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + pos: 15.5,-55.5 + parent: 2 + - uid: 15136 + components: + - type: Transform + pos: 15.5,-56.5 + parent: 2 + - uid: 15137 + components: + - type: Transform + pos: 15.5,-57.5 + parent: 2 + - uid: 15138 + components: + - type: Transform + pos: 15.5,-58.5 + parent: 2 + - uid: 15139 + components: + - type: Transform + pos: 15.5,-59.5 + parent: 2 + - uid: 15140 + components: + - type: Transform + pos: 15.5,-60.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + pos: 15.5,-62.5 + parent: 2 + - uid: 15143 + components: + - type: Transform + pos: 15.5,-63.5 + parent: 2 + - uid: 15144 + components: + - type: Transform + pos: 15.5,-64.5 + parent: 2 + - uid: 15145 + components: + - type: Transform + pos: 15.5,-65.5 + parent: 2 + - uid: 15146 + components: + - type: Transform + pos: 15.5,-66.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + pos: 15.5,-67.5 + parent: 2 + - uid: 15148 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 15152 + components: + - type: Transform + pos: 16.5,-38.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - uid: 15154 + components: + - type: Transform + pos: 16.5,-40.5 + parent: 2 + - uid: 15155 + components: + - type: Transform + pos: 16.5,-41.5 + parent: 2 + - uid: 15156 + components: + - type: Transform + pos: 16.5,-42.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + pos: 16.5,-44.5 + parent: 2 + - uid: 15159 + components: + - type: Transform + pos: 16.5,-45.5 + parent: 2 + - uid: 15160 + components: + - type: Transform + pos: 16.5,-46.5 + parent: 2 + - uid: 15161 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 15162 + components: + - type: Transform + pos: 16.5,-48.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 16.5,-49.5 + parent: 2 + - uid: 15164 + components: + - type: Transform + pos: 16.5,-50.5 + parent: 2 + - uid: 15165 + components: + - type: Transform + pos: 16.5,-51.5 + parent: 2 + - uid: 15166 + components: + - type: Transform + pos: 16.5,-52.5 + parent: 2 + - uid: 15167 + components: + - type: Transform + pos: 16.5,-53.5 + parent: 2 + - uid: 15168 + components: + - type: Transform + pos: 16.5,-54.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 2 + - uid: 15170 + components: + - type: Transform + pos: 16.5,-56.5 + parent: 2 + - uid: 15171 + components: + - type: Transform + pos: 16.5,-57.5 + parent: 2 + - uid: 15172 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 15173 + components: + - type: Transform + pos: 16.5,-59.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: 16.5,-60.5 + parent: 2 + - uid: 15175 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 15176 + components: + - type: Transform + pos: 16.5,-62.5 + parent: 2 + - uid: 15177 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 + - uid: 15178 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 15179 + components: + - type: Transform + pos: 16.5,-65.5 + parent: 2 + - uid: 15180 + components: + - type: Transform + pos: 16.5,-66.5 + parent: 2 + - uid: 15181 + components: + - type: Transform + pos: 16.5,-67.5 + parent: 2 + - uid: 15182 + components: + - type: Transform + pos: 16.5,-68.5 + parent: 2 + - uid: 15183 + components: + - type: Transform + pos: 16.5,-69.5 + parent: 2 + - uid: 15184 + components: + - type: Transform + pos: 16.5,-70.5 + parent: 2 + - uid: 15185 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 15186 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - uid: 15187 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 15188 + components: + - type: Transform + pos: 17.5,-40.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + pos: 17.5,-41.5 + parent: 2 + - uid: 15190 + components: + - type: Transform + pos: 17.5,-42.5 + parent: 2 + - uid: 15191 + components: + - type: Transform + pos: 17.5,-43.5 + parent: 2 + - uid: 15192 + components: + - type: Transform + pos: 17.5,-44.5 + parent: 2 + - uid: 15193 + components: + - type: Transform + pos: 17.5,-45.5 + parent: 2 + - uid: 15194 + components: + - type: Transform + pos: 17.5,-46.5 + parent: 2 + - uid: 15195 + components: + - type: Transform + pos: 17.5,-47.5 + parent: 2 + - uid: 15196 + components: + - type: Transform + pos: 17.5,-48.5 + parent: 2 + - uid: 15197 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 15198 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 + - uid: 15200 + components: + - type: Transform + pos: 17.5,-52.5 + parent: 2 + - uid: 15201 + components: + - type: Transform + pos: 17.5,-53.5 + parent: 2 + - uid: 15202 + components: + - type: Transform + pos: 17.5,-54.5 + parent: 2 + - uid: 15203 + components: + - type: Transform + pos: 17.5,-55.5 + parent: 2 + - uid: 15204 + components: + - type: Transform + pos: 17.5,-56.5 + parent: 2 + - uid: 15205 + components: + - type: Transform + pos: 17.5,-57.5 + parent: 2 + - uid: 15206 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 15207 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 15208 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 15209 + components: + - type: Transform + pos: 17.5,-61.5 + parent: 2 + - uid: 15210 + components: + - type: Transform + pos: 17.5,-62.5 + parent: 2 + - uid: 15211 + components: + - type: Transform + pos: 17.5,-63.5 + parent: 2 + - uid: 15212 + components: + - type: Transform + pos: 17.5,-64.5 + parent: 2 + - uid: 15213 + components: + - type: Transform + pos: 17.5,-65.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + pos: 17.5,-66.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + pos: 17.5,-67.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: 17.5,-68.5 + parent: 2 + - uid: 15217 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 15219 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + pos: 18.5,-38.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 15222 + components: + - type: Transform + pos: 18.5,-40.5 + parent: 2 + - uid: 15223 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 2 + - uid: 15224 + components: + - type: Transform + pos: 18.5,-42.5 + parent: 2 + - uid: 15225 + components: + - type: Transform + pos: 18.5,-43.5 + parent: 2 + - uid: 15226 + components: + - type: Transform + pos: 18.5,-44.5 + parent: 2 + - uid: 15227 + components: + - type: Transform + pos: 18.5,-45.5 + parent: 2 + - uid: 15228 + components: + - type: Transform + pos: 18.5,-46.5 + parent: 2 + - uid: 15229 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 15230 + components: + - type: Transform + pos: 18.5,-48.5 + parent: 2 + - uid: 15231 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 15232 + components: + - type: Transform + pos: 18.5,-50.5 + parent: 2 + - uid: 15233 + components: + - type: Transform + pos: 18.5,-51.5 + parent: 2 + - uid: 15234 + components: + - type: Transform + pos: 18.5,-52.5 + parent: 2 + - uid: 15235 + components: + - type: Transform + pos: 18.5,-53.5 + parent: 2 + - uid: 15236 + components: + - type: Transform + pos: 18.5,-54.5 + parent: 2 + - uid: 15237 + components: + - type: Transform + pos: 18.5,-55.5 + parent: 2 + - uid: 15238 + components: + - type: Transform + pos: 18.5,-56.5 + parent: 2 + - uid: 15239 + components: + - type: Transform + pos: 18.5,-57.5 + parent: 2 + - uid: 15240 + components: + - type: Transform + pos: 18.5,-58.5 + parent: 2 + - uid: 15241 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 + - uid: 15242 + components: + - type: Transform + pos: 18.5,-60.5 + parent: 2 + - uid: 15243 + components: + - type: Transform + pos: 18.5,-61.5 + parent: 2 + - uid: 15244 + components: + - type: Transform + pos: 18.5,-62.5 + parent: 2 + - uid: 15245 + components: + - type: Transform + pos: 18.5,-63.5 + parent: 2 + - uid: 15246 + components: + - type: Transform + pos: 18.5,-64.5 + parent: 2 + - uid: 15247 + components: + - type: Transform + pos: 18.5,-65.5 + parent: 2 + - uid: 15248 + components: + - type: Transform + pos: 18.5,-66.5 + parent: 2 + - uid: 15249 + components: + - type: Transform + pos: 18.5,-67.5 + parent: 2 + - uid: 15250 + components: + - type: Transform + pos: 18.5,-68.5 + parent: 2 + - uid: 15251 + components: + - type: Transform + pos: 18.5,-69.5 + parent: 2 + - uid: 15252 + components: + - type: Transform + pos: 18.5,-70.5 + parent: 2 + - uid: 15253 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 15254 + components: + - type: Transform + pos: 19.5,-38.5 + parent: 2 + - uid: 15255 + components: + - type: Transform + pos: 19.5,-39.5 + parent: 2 + - uid: 15256 + components: + - type: Transform + pos: 19.5,-40.5 + parent: 2 + - uid: 15257 + components: + - type: Transform + pos: 19.5,-41.5 + parent: 2 + - uid: 15258 + components: + - type: Transform + pos: 19.5,-42.5 + parent: 2 + - uid: 15259 + components: + - type: Transform + pos: 19.5,-43.5 + parent: 2 + - uid: 15260 + components: + - type: Transform + pos: 19.5,-44.5 + parent: 2 + - uid: 15261 + components: + - type: Transform + pos: 19.5,-45.5 + parent: 2 + - uid: 15262 + components: + - type: Transform + pos: 19.5,-46.5 + parent: 2 + - uid: 15263 + components: + - type: Transform + pos: 19.5,-47.5 + parent: 2 + - uid: 15264 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 15265 + components: + - type: Transform + pos: 19.5,-49.5 + parent: 2 + - uid: 15266 + components: + - type: Transform + pos: 19.5,-50.5 + parent: 2 + - uid: 15267 + components: + - type: Transform + pos: 19.5,-51.5 + parent: 2 + - uid: 15268 + components: + - type: Transform + pos: 19.5,-52.5 + parent: 2 + - uid: 15269 + components: + - type: Transform + pos: 19.5,-53.5 + parent: 2 + - uid: 15270 + components: + - type: Transform + pos: 19.5,-54.5 + parent: 2 + - uid: 15271 + components: + - type: Transform + pos: 19.5,-55.5 + parent: 2 + - uid: 15272 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 15273 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 15274 + components: + - type: Transform + pos: 19.5,-58.5 + parent: 2 + - uid: 15275 + components: + - type: Transform + pos: 19.5,-59.5 + parent: 2 + - uid: 15276 + components: + - type: Transform + pos: 19.5,-60.5 + parent: 2 + - uid: 15277 + components: + - type: Transform + pos: 19.5,-61.5 + parent: 2 + - uid: 15278 + components: + - type: Transform + pos: 19.5,-62.5 + parent: 2 + - uid: 15279 + components: + - type: Transform + pos: 19.5,-63.5 + parent: 2 + - uid: 15280 + components: + - type: Transform + pos: 19.5,-64.5 + parent: 2 + - uid: 15281 + components: + - type: Transform + pos: 19.5,-65.5 + parent: 2 + - uid: 15282 + components: + - type: Transform + pos: 19.5,-66.5 + parent: 2 + - uid: 15283 + components: + - type: Transform + pos: 19.5,-67.5 + parent: 2 + - uid: 15284 + components: + - type: Transform + pos: 19.5,-68.5 + parent: 2 + - uid: 15285 + components: + - type: Transform + pos: 19.5,-69.5 + parent: 2 + - uid: 15286 + components: + - type: Transform + pos: 19.5,-70.5 + parent: 2 + - uid: 15287 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 15288 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 2 + - uid: 15289 + components: + - type: Transform + pos: 20.5,-39.5 + parent: 2 + - uid: 15290 + components: + - type: Transform + pos: 20.5,-40.5 + parent: 2 + - uid: 15291 + components: + - type: Transform + pos: 20.5,-41.5 + parent: 2 + - uid: 15292 + components: + - type: Transform + pos: 20.5,-42.5 + parent: 2 + - uid: 15293 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 15294 + components: + - type: Transform + pos: 20.5,-44.5 + parent: 2 + - uid: 15295 + components: + - type: Transform + pos: 20.5,-45.5 + parent: 2 + - uid: 15296 + components: + - type: Transform + pos: 20.5,-46.5 + parent: 2 + - uid: 15297 + components: + - type: Transform + pos: 20.5,-47.5 + parent: 2 + - uid: 15298 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 15299 + components: + - type: Transform + pos: 20.5,-49.5 + parent: 2 + - uid: 15300 + components: + - type: Transform + pos: 20.5,-50.5 + parent: 2 + - uid: 15301 + components: + - type: Transform + pos: 20.5,-51.5 + parent: 2 + - uid: 15302 + components: + - type: Transform + pos: 20.5,-52.5 + parent: 2 + - uid: 15303 + components: + - type: Transform + pos: 20.5,-53.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + pos: 20.5,-54.5 + parent: 2 + - uid: 15305 + components: + - type: Transform + pos: 20.5,-55.5 + parent: 2 + - uid: 15306 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 15307 + components: + - type: Transform + pos: 20.5,-57.5 + parent: 2 + - uid: 15308 + components: + - type: Transform + pos: 20.5,-58.5 + parent: 2 + - uid: 15309 + components: + - type: Transform + pos: 20.5,-59.5 + parent: 2 + - uid: 15310 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 15311 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - uid: 15312 + components: + - type: Transform + pos: 20.5,-62.5 + parent: 2 + - uid: 15313 + components: + - type: Transform + pos: 20.5,-63.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: 20.5,-64.5 + parent: 2 + - uid: 15315 + components: + - type: Transform + pos: 20.5,-65.5 + parent: 2 + - uid: 15316 + components: + - type: Transform + pos: 20.5,-66.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: 20.5,-67.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: 20.5,-68.5 + parent: 2 + - uid: 15319 + components: + - type: Transform + pos: 20.5,-69.5 + parent: 2 + - uid: 15320 + components: + - type: Transform + pos: 20.5,-70.5 + parent: 2 + - uid: 15321 + components: + - type: Transform + pos: 21.5,-37.5 + parent: 2 + - uid: 15322 + components: + - type: Transform + pos: 21.5,-38.5 + parent: 2 + - uid: 15323 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 15324 + components: + - type: Transform + pos: 21.5,-40.5 + parent: 2 + - uid: 15325 + components: + - type: Transform + pos: 21.5,-41.5 + parent: 2 + - uid: 15326 + components: + - type: Transform + pos: 21.5,-42.5 + parent: 2 + - uid: 15327 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 15328 + components: + - type: Transform + pos: 21.5,-44.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + pos: 21.5,-45.5 + parent: 2 + - uid: 15330 + components: + - type: Transform + pos: 21.5,-46.5 + parent: 2 + - uid: 15331 + components: + - type: Transform + pos: 21.5,-47.5 + parent: 2 + - uid: 15332 + components: + - type: Transform + pos: 21.5,-48.5 + parent: 2 + - uid: 15333 + components: + - type: Transform + pos: 21.5,-49.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + pos: 21.5,-50.5 + parent: 2 + - uid: 15335 + components: + - type: Transform + pos: 21.5,-51.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: 21.5,-52.5 + parent: 2 + - uid: 15337 + components: + - type: Transform + pos: 21.5,-53.5 + parent: 2 + - uid: 15338 + components: + - type: Transform + pos: 21.5,-54.5 + parent: 2 + - uid: 15339 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - uid: 15340 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 15341 + components: + - type: Transform + pos: 21.5,-57.5 + parent: 2 + - uid: 15342 + components: + - type: Transform + pos: 21.5,-58.5 + parent: 2 + - uid: 15343 + components: + - type: Transform + pos: 21.5,-59.5 + parent: 2 + - uid: 15344 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 + - uid: 15345 + components: + - type: Transform + pos: 21.5,-61.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: 21.5,-62.5 + parent: 2 + - uid: 15347 + components: + - type: Transform + pos: 21.5,-63.5 + parent: 2 + - uid: 15348 + components: + - type: Transform + pos: 21.5,-64.5 + parent: 2 + - uid: 15349 + components: + - type: Transform + pos: 21.5,-65.5 + parent: 2 + - uid: 15350 + components: + - type: Transform + pos: 21.5,-66.5 + parent: 2 + - uid: 15351 + components: + - type: Transform + pos: 21.5,-67.5 + parent: 2 + - uid: 15352 + components: + - type: Transform + pos: 21.5,-68.5 + parent: 2 + - uid: 15353 + components: + - type: Transform + pos: 21.5,-69.5 + parent: 2 + - uid: 15354 + components: + - type: Transform + pos: 21.5,-70.5 + parent: 2 + - uid: 15355 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 15356 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 15357 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 15358 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 2 + - uid: 15359 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 15360 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - uid: 15361 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 15362 + components: + - type: Transform + pos: 22.5,-44.5 + parent: 2 + - uid: 15363 + components: + - type: Transform + pos: 22.5,-45.5 + parent: 2 + - uid: 15364 + components: + - type: Transform + pos: 22.5,-46.5 + parent: 2 + - uid: 15365 + components: + - type: Transform + pos: 22.5,-47.5 + parent: 2 + - uid: 15366 + components: + - type: Transform + pos: 22.5,-48.5 + parent: 2 + - uid: 15367 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + pos: 22.5,-50.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + pos: 22.5,-51.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: 22.5,-52.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + pos: 22.5,-53.5 + parent: 2 + - uid: 15372 + components: + - type: Transform + pos: 22.5,-54.5 + parent: 2 + - uid: 15373 + components: + - type: Transform + pos: 22.5,-55.5 + parent: 2 + - uid: 15374 + components: + - type: Transform + pos: 22.5,-56.5 + parent: 2 + - uid: 15375 + components: + - type: Transform + pos: 22.5,-57.5 + parent: 2 + - uid: 15376 + components: + - type: Transform + pos: 22.5,-58.5 + parent: 2 + - uid: 15377 + components: + - type: Transform + pos: 22.5,-59.5 + parent: 2 + - uid: 15378 + components: + - type: Transform + pos: 22.5,-60.5 + parent: 2 + - uid: 15379 + components: + - type: Transform + pos: 22.5,-61.5 + parent: 2 + - uid: 15380 + components: + - type: Transform + pos: 22.5,-62.5 + parent: 2 + - uid: 15381 + components: + - type: Transform + pos: 22.5,-63.5 + parent: 2 + - uid: 15382 + components: + - type: Transform + pos: 22.5,-64.5 + parent: 2 + - uid: 15383 + components: + - type: Transform + pos: 22.5,-65.5 + parent: 2 + - uid: 15384 + components: + - type: Transform + pos: 22.5,-66.5 + parent: 2 + - uid: 15385 + components: + - type: Transform + pos: 22.5,-67.5 + parent: 2 + - uid: 15386 + components: + - type: Transform + pos: 22.5,-68.5 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: 22.5,-69.5 + parent: 2 + - uid: 15388 + components: + - type: Transform + pos: 22.5,-70.5 + parent: 2 + - uid: 15389 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 15390 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 15391 + components: + - type: Transform + pos: 23.5,-39.5 + parent: 2 + - uid: 15392 + components: + - type: Transform + pos: 23.5,-40.5 + parent: 2 + - uid: 15393 + components: + - type: Transform + pos: 23.5,-41.5 + parent: 2 + - uid: 15394 + components: + - type: Transform + pos: 23.5,-42.5 + parent: 2 + - uid: 15395 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - uid: 15396 + components: + - type: Transform + pos: 23.5,-44.5 + parent: 2 + - uid: 15397 + components: + - type: Transform + pos: 23.5,-45.5 + parent: 2 + - uid: 15398 + components: + - type: Transform + pos: 23.5,-46.5 + parent: 2 + - uid: 15399 + components: + - type: Transform + pos: 23.5,-47.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + pos: 23.5,-48.5 + parent: 2 + - uid: 15401 + components: + - type: Transform + pos: 23.5,-49.5 + parent: 2 + - uid: 15402 + components: + - type: Transform + pos: 23.5,-50.5 + parent: 2 + - uid: 15403 + components: + - type: Transform + pos: 23.5,-51.5 + parent: 2 + - uid: 15404 + components: + - type: Transform + pos: 23.5,-52.5 + parent: 2 + - uid: 15405 + components: + - type: Transform + pos: 23.5,-53.5 + parent: 2 + - uid: 15406 + components: + - type: Transform + pos: 23.5,-54.5 + parent: 2 + - uid: 15407 + components: + - type: Transform + pos: 23.5,-55.5 + parent: 2 + - uid: 15408 + components: + - type: Transform + pos: 23.5,-56.5 + parent: 2 + - uid: 15409 + components: + - type: Transform + pos: 23.5,-57.5 + parent: 2 + - uid: 15410 + components: + - type: Transform + pos: 23.5,-58.5 + parent: 2 + - uid: 15411 + components: + - type: Transform + pos: 23.5,-59.5 + parent: 2 + - uid: 15412 + components: + - type: Transform + pos: 23.5,-60.5 + parent: 2 + - uid: 15413 + components: + - type: Transform + pos: 23.5,-61.5 + parent: 2 + - uid: 15414 + components: + - type: Transform + pos: 23.5,-62.5 + parent: 2 + - uid: 15415 + components: + - type: Transform + pos: 23.5,-63.5 + parent: 2 + - uid: 15416 + components: + - type: Transform + pos: 23.5,-64.5 + parent: 2 + - uid: 15417 + components: + - type: Transform + pos: 23.5,-65.5 + parent: 2 + - uid: 15418 + components: + - type: Transform + pos: 23.5,-66.5 + parent: 2 + - uid: 15419 + components: + - type: Transform + pos: 23.5,-67.5 + parent: 2 + - uid: 15420 + components: + - type: Transform + pos: 23.5,-68.5 + parent: 2 + - uid: 15421 + components: + - type: Transform + pos: 23.5,-69.5 + parent: 2 + - uid: 15422 + components: + - type: Transform + pos: 23.5,-70.5 + parent: 2 + - uid: 15423 + components: + - type: Transform + pos: 24.5,-37.5 + parent: 2 + - uid: 15424 + components: + - type: Transform + pos: 24.5,-38.5 + parent: 2 + - uid: 15425 + components: + - type: Transform + pos: 24.5,-39.5 + parent: 2 + - uid: 15426 + components: + - type: Transform + pos: 24.5,-40.5 + parent: 2 + - uid: 15427 + components: + - type: Transform + pos: 24.5,-41.5 + parent: 2 + - uid: 15428 + components: + - type: Transform + pos: 24.5,-42.5 + parent: 2 + - uid: 15429 + components: + - type: Transform + pos: 24.5,-43.5 + parent: 2 + - uid: 15430 + components: + - type: Transform + pos: 24.5,-44.5 + parent: 2 + - uid: 15431 + components: + - type: Transform + pos: 24.5,-45.5 + parent: 2 + - uid: 15432 + components: + - type: Transform + pos: 24.5,-46.5 + parent: 2 + - uid: 15433 + components: + - type: Transform + pos: 24.5,-47.5 + parent: 2 + - uid: 15434 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 + - uid: 15435 + components: + - type: Transform + pos: 24.5,-49.5 + parent: 2 + - uid: 15436 + components: + - type: Transform + pos: 24.5,-50.5 + parent: 2 + - uid: 15437 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 15438 + components: + - type: Transform + pos: 24.5,-52.5 + parent: 2 + - uid: 15439 + components: + - type: Transform + pos: 24.5,-53.5 + parent: 2 + - uid: 15440 + components: + - type: Transform + pos: 24.5,-54.5 + parent: 2 + - uid: 15441 + components: + - type: Transform + pos: 24.5,-55.5 + parent: 2 + - uid: 15442 + components: + - type: Transform + pos: 24.5,-56.5 + parent: 2 + - uid: 15443 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 15444 + components: + - type: Transform + pos: 24.5,-58.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 + - uid: 15446 + components: + - type: Transform + pos: 24.5,-60.5 + parent: 2 + - uid: 15447 + components: + - type: Transform + pos: 24.5,-61.5 + parent: 2 + - uid: 15448 + components: + - type: Transform + pos: 24.5,-62.5 + parent: 2 + - uid: 15449 + components: + - type: Transform + pos: 24.5,-63.5 + parent: 2 + - uid: 15450 + components: + - type: Transform + pos: 24.5,-64.5 + parent: 2 + - uid: 15451 + components: + - type: Transform + pos: 24.5,-65.5 + parent: 2 + - uid: 15452 + components: + - type: Transform + pos: 24.5,-66.5 + parent: 2 + - uid: 15453 + components: + - type: Transform + pos: 24.5,-67.5 + parent: 2 + - uid: 15454 + components: + - type: Transform + pos: 24.5,-68.5 + parent: 2 + - uid: 15455 + components: + - type: Transform + pos: 24.5,-69.5 + parent: 2 + - uid: 15456 + components: + - type: Transform + pos: 24.5,-70.5 + parent: 2 + - uid: 15457 + components: + - type: Transform + pos: 25.5,-37.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 + - uid: 15459 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 + - uid: 15460 + components: + - type: Transform + pos: 25.5,-40.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + pos: 25.5,-41.5 + parent: 2 + - uid: 15462 + components: + - type: Transform + pos: 25.5,-42.5 + parent: 2 + - uid: 15463 + components: + - type: Transform + pos: 25.5,-43.5 + parent: 2 + - uid: 15464 + components: + - type: Transform + pos: 25.5,-44.5 + parent: 2 + - uid: 15465 + components: + - type: Transform + pos: 25.5,-45.5 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: 25.5,-46.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + pos: 25.5,-47.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: 25.5,-48.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + pos: 25.5,-49.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: 25.5,-50.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: 25.5,-52.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + pos: 25.5,-53.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: 25.5,-54.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: 25.5,-55.5 + parent: 2 + - uid: 15476 + components: + - type: Transform + pos: 25.5,-56.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: 25.5,-57.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: 25.5,-58.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: 25.5,-59.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + pos: 25.5,-60.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: 25.5,-61.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: 25.5,-62.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + pos: 25.5,-63.5 + parent: 2 + - uid: 15484 + components: + - type: Transform + pos: 25.5,-64.5 + parent: 2 + - uid: 15485 + components: + - type: Transform + pos: 25.5,-65.5 + parent: 2 + - uid: 15486 + components: + - type: Transform + pos: 25.5,-66.5 + parent: 2 + - uid: 15487 + components: + - type: Transform + pos: 25.5,-67.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: 25.5,-68.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: 25.5,-69.5 + parent: 2 + - uid: 15490 + components: + - type: Transform + pos: 25.5,-70.5 + parent: 2 + - uid: 15491 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - uid: 15492 + components: + - type: Transform + pos: 12.5,66.5 + parent: 2 + - uid: 15493 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 15494 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 + - uid: 15495 + components: + - type: Transform + pos: 11.5,65.5 + parent: 2 + - uid: 15496 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 + - uid: 15497 + components: + - type: Transform + pos: 13.5,66.5 + parent: 2 + - uid: 15498 + components: + - type: Transform + pos: 16.5,63.5 + parent: 2 + - uid: 15499 + components: + - type: Transform + pos: 16.5,61.5 + parent: 2 + - uid: 15500 + components: + - type: Transform + pos: 15.5,61.5 + parent: 2 + - uid: 15501 + components: + - type: Transform + pos: 16.5,62.5 + parent: 2 + - uid: 15502 + components: + - type: Transform + pos: 15.5,59.5 + parent: 2 + - uid: 15503 + components: + - type: Transform + pos: 15.5,60.5 + parent: 2 + - uid: 15504 + components: + - type: Transform + pos: 51.5,71.5 + parent: 2 + - uid: 15505 + components: + - type: Transform + pos: 51.5,70.5 + parent: 2 + - uid: 15506 + components: + - type: Transform + pos: 54.5,73.5 + parent: 2 + - uid: 15507 + components: + - type: Transform + pos: 54.5,71.5 + parent: 2 + - uid: 15508 + components: + - type: Transform + pos: 52.5,71.5 + parent: 2 + - uid: 15509 + components: + - type: Transform + pos: 50.5,71.5 + parent: 2 + - uid: 15510 + components: + - type: Transform + pos: 50.5,70.5 + parent: 2 + - uid: 15511 + components: + - type: Transform + pos: 54.5,72.5 + parent: 2 + - uid: 15512 + components: + - type: Transform + pos: 53.5,71.5 + parent: 2 + - uid: 15513 + components: + - type: Transform + pos: 55.5,74.5 + parent: 2 + - uid: 15514 + components: + - type: Transform + pos: 52.5,76.5 + parent: 2 + - uid: 15515 + components: + - type: Transform + pos: 55.5,73.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + pos: 54.5,74.5 + parent: 2 + - uid: 15517 + components: + - type: Transform + pos: 52.5,77.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + pos: 53.5,72.5 + parent: 2 + - uid: 15519 + components: + - type: Transform + pos: 53.5,75.5 + parent: 2 + - uid: 15520 + components: + - type: Transform + pos: 51.5,77.5 + parent: 2 + - uid: 15521 + components: + - type: Transform + pos: 53.5,76.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + pos: 54.5,75.5 + parent: 2 + - uid: 15523 + components: + - type: Transform + pos: 52.5,70.5 + parent: 2 + - uid: 15524 + components: + - type: Transform + pos: 53.5,70.5 + parent: 2 + - uid: 15525 + components: + - type: Transform + pos: 55.5,72.5 + parent: 2 + - uid: 15526 + components: + - type: Transform + pos: 55.5,75.5 + parent: 2 + - uid: 15527 + components: + - type: Transform + pos: 54.5,76.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + pos: 53.5,77.5 + parent: 2 + - uid: 15529 + components: + - type: Transform + pos: 52.5,78.5 + parent: 2 + - uid: 15530 + components: + - type: Transform + pos: 51.5,78.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + pos: 50.5,78.5 + parent: 2 + - uid: 15532 + components: + - type: Transform + pos: 24.5,77.5 + parent: 2 + - uid: 15533 + components: + - type: Transform + pos: 24.5,76.5 + parent: 2 + - uid: 15534 + components: + - type: Transform + pos: 25.5,68.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + pos: 24.5,75.5 + parent: 2 + - uid: 15536 + components: + - type: Transform + pos: 21.5,76.5 + parent: 2 + - uid: 15537 + components: + - type: Transform + pos: 21.5,75.5 + parent: 2 + - uid: 15538 + components: + - type: Transform + pos: 25.5,77.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + pos: 21.5,68.5 + parent: 2 + - uid: 15540 + components: + - type: Transform + pos: 20.5,77.5 + parent: 2 + - uid: 15541 + components: + - type: Transform + pos: 20.5,76.5 + parent: 2 + - uid: 15542 + components: + - type: Transform + pos: 27.5,75.5 + parent: 2 + - uid: 15543 + components: + - type: Transform + pos: 28.5,73.5 + parent: 2 + - uid: 15544 + components: + - type: Transform + pos: 25.5,76.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + pos: 27.5,73.5 + parent: 2 + - uid: 15546 + components: + - type: Transform + pos: 28.5,72.5 + parent: 2 + - uid: 15547 + components: + - type: Transform + pos: 23.5,76.5 + parent: 2 + - uid: 15548 + components: + - type: Transform + pos: 23.5,68.5 + parent: 2 + - uid: 15549 + components: + - type: Transform + pos: 22.5,77.5 + parent: 2 + - uid: 15550 + components: + - type: Transform + pos: 27.5,72.5 + parent: 2 + - uid: 15551 + components: + - type: Transform + pos: 23.5,75.5 + parent: 2 + - uid: 15552 + components: + - type: Transform + pos: 24.5,68.5 + parent: 2 + - uid: 15553 + components: + - type: Transform + pos: 23.5,77.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + pos: 22.5,76.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + pos: 22.5,75.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + pos: 25.5,75.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + pos: 26.5,75.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + pos: 28.5,74.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + pos: 22.5,68.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + pos: 20.5,75.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + pos: 19.5,76.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + pos: 27.5,74.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + pos: 21.5,77.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + pos: 19.5,77.5 + parent: 2 + - uid: 15565 + components: + - type: Transform + pos: 19.5,75.5 + parent: 2 + - uid: 15566 + components: + - type: Transform + pos: 54.5,91.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + pos: 54.5,90.5 + parent: 2 + - uid: 15568 + components: + - type: Transform + pos: 54.5,89.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + pos: 18.5,77.5 + parent: 2 + - uid: 15570 + components: + - type: Transform + pos: 18.5,76.5 + parent: 2 + - uid: 15571 + components: + - type: Transform + pos: 18.5,75.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + pos: 17.5,77.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + pos: 17.5,76.5 + parent: 2 + - uid: 15574 + components: + - type: Transform + pos: 17.5,75.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + pos: 17.5,74.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + pos: 17.5,73.5 + parent: 2 + - uid: 15577 + components: + - type: Transform + pos: 17.5,72.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + pos: 17.5,71.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + pos: 17.5,70.5 + parent: 2 + - uid: 15580 + components: + - type: Transform + pos: 17.5,69.5 + parent: 2 + - uid: 15581 + components: + - type: Transform + pos: 16.5,77.5 + parent: 2 + - uid: 15582 + components: + - type: Transform + pos: 16.5,76.5 + parent: 2 + - uid: 15583 + components: + - type: Transform + pos: 16.5,75.5 + parent: 2 + - uid: 15584 + components: + - type: Transform + pos: 16.5,74.5 + parent: 2 + - uid: 15585 + components: + - type: Transform + pos: 16.5,73.5 + parent: 2 + - uid: 15586 + components: + - type: Transform + pos: 16.5,72.5 + parent: 2 + - uid: 15587 + components: + - type: Transform + pos: 16.5,71.5 + parent: 2 + - uid: 15588 + components: + - type: Transform + pos: 16.5,70.5 + parent: 2 + - uid: 15589 + components: + - type: Transform + pos: 16.5,69.5 + parent: 2 + - uid: 15590 + components: + - type: Transform + pos: 15.5,77.5 + parent: 2 + - uid: 15591 + components: + - type: Transform + pos: 15.5,76.5 + parent: 2 + - uid: 15592 + components: + - type: Transform + pos: 15.5,75.5 + parent: 2 + - uid: 15593 + components: + - type: Transform + pos: 15.5,74.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: 15.5,73.5 + parent: 2 + - uid: 15595 + components: + - type: Transform + pos: 15.5,72.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + pos: 15.5,71.5 + parent: 2 + - uid: 15597 + components: + - type: Transform + pos: 15.5,70.5 + parent: 2 + - uid: 15598 + components: + - type: Transform + pos: 15.5,69.5 + parent: 2 + - uid: 15599 + components: + - type: Transform + pos: 14.5,77.5 + parent: 2 + - uid: 15600 + components: + - type: Transform + pos: 14.5,76.5 + parent: 2 + - uid: 15601 + components: + - type: Transform + pos: 14.5,75.5 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: 14.5,74.5 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: 14.5,73.5 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: 14.5,72.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: 14.5,71.5 + parent: 2 + - uid: 15606 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 15607 + components: + - type: Transform + pos: 14.5,69.5 + parent: 2 + - uid: 15608 + components: + - type: Transform + pos: 13.5,77.5 + parent: 2 + - uid: 15609 + components: + - type: Transform + pos: 13.5,76.5 + parent: 2 + - uid: 15610 + components: + - type: Transform + pos: 13.5,75.5 + parent: 2 + - uid: 15611 + components: + - type: Transform + pos: 13.5,74.5 + parent: 2 + - uid: 15612 + components: + - type: Transform + pos: 13.5,73.5 + parent: 2 + - uid: 15613 + components: + - type: Transform + pos: 13.5,72.5 + parent: 2 + - uid: 15614 + components: + - type: Transform + pos: 13.5,71.5 + parent: 2 + - uid: 15615 + components: + - type: Transform + pos: 13.5,70.5 + parent: 2 + - uid: 15616 + components: + - type: Transform + pos: 13.5,69.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + pos: 12.5,77.5 + parent: 2 + - uid: 15618 + components: + - type: Transform + pos: 12.5,76.5 + parent: 2 + - uid: 15619 + components: + - type: Transform + pos: 12.5,75.5 + parent: 2 + - uid: 15620 + components: + - type: Transform + pos: 12.5,74.5 + parent: 2 + - uid: 15621 + components: + - type: Transform + pos: 12.5,73.5 + parent: 2 + - uid: 15622 + components: + - type: Transform + pos: 12.5,72.5 + parent: 2 + - uid: 15623 + components: + - type: Transform + pos: 12.5,71.5 + parent: 2 + - uid: 15624 + components: + - type: Transform + pos: 12.5,70.5 + parent: 2 + - uid: 15625 + components: + - type: Transform + pos: 12.5,69.5 + parent: 2 + - uid: 15626 + components: + - type: Transform + pos: 11.5,77.5 + parent: 2 + - uid: 15627 + components: + - type: Transform + pos: 11.5,76.5 + parent: 2 + - uid: 15628 + components: + - type: Transform + pos: 11.5,75.5 + parent: 2 + - uid: 15629 + components: + - type: Transform + pos: 11.5,74.5 + parent: 2 + - uid: 15630 + components: + - type: Transform + pos: 11.5,73.5 + parent: 2 + - uid: 15631 + components: + - type: Transform + pos: 11.5,72.5 + parent: 2 + - uid: 15632 + components: + - type: Transform + pos: 11.5,71.5 + parent: 2 + - uid: 15633 + components: + - type: Transform + pos: 11.5,70.5 + parent: 2 + - uid: 15634 + components: + - type: Transform + pos: 11.5,69.5 + parent: 2 + - uid: 15635 + components: + - type: Transform + pos: 10.5,77.5 + parent: 2 + - uid: 15636 + components: + - type: Transform + pos: 10.5,76.5 + parent: 2 + - uid: 15637 + components: + - type: Transform + pos: 10.5,75.5 + parent: 2 + - uid: 15638 + components: + - type: Transform + pos: 10.5,74.5 + parent: 2 + - uid: 15639 + components: + - type: Transform + pos: 10.5,73.5 + parent: 2 + - uid: 15640 + components: + - type: Transform + pos: 10.5,72.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + pos: 10.5,71.5 + parent: 2 + - uid: 15642 + components: + - type: Transform + pos: 10.5,70.5 + parent: 2 + - uid: 15643 + components: + - type: Transform + pos: 10.5,69.5 + parent: 2 + - uid: 15644 + components: + - type: Transform + pos: 26.5,68.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + pos: 25.5,65.5 + parent: 2 + - uid: 15646 + components: + - type: Transform + pos: 26.5,67.5 + parent: 2 + - uid: 15647 + components: + - type: Transform + pos: 24.5,65.5 + parent: 2 + - uid: 15648 + components: + - type: Transform + pos: 25.5,67.5 + parent: 2 + - uid: 15649 + components: + - type: Transform + pos: 23.5,66.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + pos: 20.5,66.5 + parent: 2 + - uid: 15651 + components: + - type: Transform + pos: 20.5,65.5 + parent: 2 + - uid: 15652 + components: + - type: Transform + pos: 22.5,67.5 + parent: 2 + - uid: 15653 + components: + - type: Transform + pos: 22.5,66.5 + parent: 2 + - uid: 15654 + components: + - type: Transform + pos: 11.5,64.5 + parent: 2 + - uid: 15655 + components: + - type: Transform + pos: 11.5,66.5 + parent: 2 + - uid: 15656 + components: + - type: Transform + pos: 12.5,65.5 + parent: 2 + - uid: 15657 + components: + - type: Transform + pos: 27.5,71.5 + parent: 2 + - uid: 15658 + components: + - type: Transform + pos: 27.5,70.5 + parent: 2 + - uid: 15659 + components: + - type: Transform + pos: 27.5,69.5 + parent: 2 + - uid: 15660 + components: + - type: Transform + pos: 27.5,68.5 + parent: 2 + - uid: 15661 + components: + - type: Transform + pos: 27.5,67.5 + parent: 2 + - uid: 15662 + components: + - type: Transform + pos: 27.5,66.5 + parent: 2 + - uid: 15663 + components: + - type: Transform + pos: 27.5,65.5 + parent: 2 + - uid: 15664 + components: + - type: Transform + pos: 27.5,64.5 + parent: 2 + - uid: 15665 + components: + - type: Transform + pos: 27.5,63.5 + parent: 2 + - uid: 15666 + components: + - type: Transform + pos: 27.5,62.5 + parent: 2 + - uid: 15667 + components: + - type: Transform + pos: 27.5,61.5 + parent: 2 + - uid: 15668 + components: + - type: Transform + pos: 27.5,60.5 + parent: 2 + - uid: 15669 + components: + - type: Transform + pos: 28.5,71.5 + parent: 2 + - uid: 15670 + components: + - type: Transform + pos: 28.5,70.5 + parent: 2 + - uid: 15671 + components: + - type: Transform + pos: 28.5,69.5 + parent: 2 + - uid: 15672 + components: + - type: Transform + pos: 28.5,68.5 + parent: 2 + - uid: 15673 + components: + - type: Transform + pos: 28.5,67.5 + parent: 2 + - uid: 15674 + components: + - type: Transform + pos: 28.5,66.5 + parent: 2 + - uid: 15675 + components: + - type: Transform + pos: 28.5,65.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + pos: 28.5,64.5 + parent: 2 + - uid: 15677 + components: + - type: Transform + pos: 28.5,63.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + pos: 28.5,62.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + pos: 28.5,61.5 + parent: 2 + - uid: 15680 + components: + - type: Transform + pos: 28.5,60.5 + parent: 2 + - uid: 15681 + components: + - type: Transform + pos: 55.5,77.5 + parent: 2 + - uid: 15682 + components: + - type: Transform + pos: 55.5,76.5 + parent: 2 + - uid: 15683 + components: + - type: Transform + pos: 54.5,81.5 + parent: 2 + - uid: 15684 + components: + - type: Transform + pos: 54.5,80.5 + parent: 2 + - uid: 15685 + components: + - type: Transform + pos: 54.5,79.5 + parent: 2 + - uid: 15686 + components: + - type: Transform + pos: 53.5,80.5 + parent: 2 + - uid: 15687 + components: + - type: Transform + pos: 53.5,79.5 + parent: 2 + - uid: 15688 + components: + - type: Transform + pos: 52.5,80.5 + parent: 2 + - uid: 15689 + components: + - type: Transform + pos: 52.5,79.5 + parent: 2 + - uid: 15690 + components: + - type: Transform + pos: 51.5,80.5 + parent: 2 + - uid: 15691 + components: + - type: Transform + pos: 51.5,79.5 + parent: 2 + - uid: 15692 + components: + - type: Transform + pos: 50.5,80.5 + parent: 2 + - uid: 15693 + components: + - type: Transform + pos: 50.5,79.5 + parent: 2 + - uid: 15694 + components: + - type: Transform + pos: 53.5,78.5 + parent: 2 + - uid: 15695 + components: + - type: Transform + pos: 54.5,78.5 + parent: 2 + - uid: 15696 + components: + - type: Transform + pos: 54.5,77.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + pos: 55.5,78.5 + parent: 2 + - uid: 15698 + components: + - type: Transform + pos: 55.5,79.5 + parent: 2 + - uid: 15699 + components: + - type: Transform + pos: 55.5,80.5 + parent: 2 + - uid: 15700 + components: + - type: Transform + pos: 55.5,81.5 + parent: 2 + - uid: 15701 + components: + - type: Transform + pos: 55.5,82.5 + parent: 2 + - uid: 15702 + components: + - type: Transform + pos: 55.5,83.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + pos: 55.5,84.5 + parent: 2 + - uid: 15704 + components: + - type: Transform + pos: 55.5,85.5 + parent: 2 + - uid: 15705 + components: + - type: Transform + pos: 55.5,86.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + pos: 55.5,87.5 + parent: 2 + - uid: 15707 + components: + - type: Transform + pos: 55.5,88.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + pos: 55.5,90.5 + parent: 2 + - uid: 15709 + components: + - type: Transform + pos: 55.5,91.5 + parent: 2 + - uid: 15710 + components: + - type: Transform + pos: 55.5,92.5 + parent: 2 + - uid: 15711 + components: + - type: Transform + pos: 55.5,93.5 + parent: 2 + - uid: 15712 + components: + - type: Transform + pos: 55.5,94.5 + parent: 2 + - uid: 15713 + components: + - type: Transform + pos: 55.5,95.5 + parent: 2 + - uid: 15714 + components: + - type: Transform + pos: 55.5,96.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + pos: 56.5,76.5 + parent: 2 + - uid: 15716 + components: + - type: Transform + pos: 56.5,77.5 + parent: 2 + - uid: 15717 + components: + - type: Transform + pos: 56.5,78.5 + parent: 2 + - uid: 15718 + components: + - type: Transform + pos: 56.5,79.5 + parent: 2 + - uid: 15719 + components: + - type: Transform + pos: 56.5,80.5 + parent: 2 + - uid: 15720 + components: + - type: Transform + pos: 56.5,81.5 + parent: 2 + - uid: 15721 + components: + - type: Transform + pos: 56.5,82.5 + parent: 2 + - uid: 15722 + components: + - type: Transform + pos: 56.5,83.5 + parent: 2 + - uid: 15723 + components: + - type: Transform + pos: 56.5,84.5 + parent: 2 + - uid: 15724 + components: + - type: Transform + pos: 56.5,85.5 + parent: 2 + - uid: 15725 + components: + - type: Transform + pos: 56.5,86.5 + parent: 2 + - uid: 15726 + components: + - type: Transform + pos: 56.5,87.5 + parent: 2 + - uid: 15727 + components: + - type: Transform + pos: 56.5,88.5 + parent: 2 + - uid: 15728 + components: + - type: Transform + pos: 56.5,89.5 + parent: 2 + - uid: 15729 + components: + - type: Transform + pos: 56.5,90.5 + parent: 2 + - uid: 15730 + components: + - type: Transform + pos: 56.5,91.5 + parent: 2 + - uid: 15731 + components: + - type: Transform + pos: 56.5,92.5 + parent: 2 + - uid: 15732 + components: + - type: Transform + pos: 56.5,93.5 + parent: 2 + - uid: 15733 + components: + - type: Transform + pos: 56.5,94.5 + parent: 2 + - uid: 15734 + components: + - type: Transform + pos: 56.5,95.5 + parent: 2 + - uid: 15735 + components: + - type: Transform + pos: 56.5,96.5 + parent: 2 + - uid: 15736 + components: + - type: Transform + pos: 57.5,76.5 + parent: 2 + - uid: 15737 + components: + - type: Transform + pos: 57.5,77.5 + parent: 2 + - uid: 15738 + components: + - type: Transform + pos: 57.5,78.5 + parent: 2 + - uid: 15739 + components: + - type: Transform + pos: 57.5,79.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + pos: 57.5,80.5 + parent: 2 + - uid: 15741 + components: + - type: Transform + pos: 57.5,81.5 + parent: 2 + - uid: 15742 + components: + - type: Transform + pos: 57.5,82.5 + parent: 2 + - uid: 15743 + components: + - type: Transform + pos: 57.5,83.5 + parent: 2 + - uid: 15744 + components: + - type: Transform + pos: 57.5,84.5 + parent: 2 + - uid: 15745 + components: + - type: Transform + pos: 57.5,85.5 + parent: 2 + - uid: 15746 + components: + - type: Transform + pos: 57.5,86.5 + parent: 2 + - uid: 15747 + components: + - type: Transform + pos: 57.5,87.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + pos: 57.5,88.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + pos: 57.5,89.5 + parent: 2 + - uid: 15750 + components: + - type: Transform + pos: 57.5,90.5 + parent: 2 + - uid: 15751 + components: + - type: Transform + pos: 57.5,91.5 + parent: 2 + - uid: 15752 + components: + - type: Transform + pos: 57.5,92.5 + parent: 2 + - uid: 15753 + components: + - type: Transform + pos: 57.5,93.5 + parent: 2 + - uid: 15754 + components: + - type: Transform + pos: 57.5,94.5 + parent: 2 + - uid: 15755 + components: + - type: Transform + pos: 57.5,95.5 + parent: 2 + - uid: 15756 + components: + - type: Transform + pos: 57.5,96.5 + parent: 2 + - uid: 15757 + components: + - type: Transform + pos: 58.5,76.5 + parent: 2 + - uid: 15758 + components: + - type: Transform + pos: 58.5,77.5 + parent: 2 + - uid: 15759 + components: + - type: Transform + pos: 58.5,78.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + pos: 58.5,79.5 + parent: 2 + - uid: 15761 + components: + - type: Transform + pos: 58.5,80.5 + parent: 2 + - uid: 15762 + components: + - type: Transform + pos: 58.5,81.5 + parent: 2 + - uid: 15763 + components: + - type: Transform + pos: 58.5,82.5 + parent: 2 + - uid: 15764 + components: + - type: Transform + pos: 58.5,83.5 + parent: 2 + - uid: 15765 + components: + - type: Transform + pos: 58.5,84.5 + parent: 2 + - uid: 15766 + components: + - type: Transform + pos: 58.5,85.5 + parent: 2 + - uid: 15767 + components: + - type: Transform + pos: 58.5,86.5 + parent: 2 + - uid: 15768 + components: + - type: Transform + pos: 58.5,87.5 + parent: 2 + - uid: 15769 + components: + - type: Transform + pos: 58.5,88.5 + parent: 2 + - uid: 15770 + components: + - type: Transform + pos: 58.5,89.5 + parent: 2 + - uid: 15771 + components: + - type: Transform + pos: 58.5,90.5 + parent: 2 + - uid: 15772 + components: + - type: Transform + pos: 58.5,91.5 + parent: 2 + - uid: 15773 + components: + - type: Transform + pos: 58.5,92.5 + parent: 2 + - uid: 15774 + components: + - type: Transform + pos: 58.5,93.5 + parent: 2 + - uid: 15775 + components: + - type: Transform + pos: 58.5,94.5 + parent: 2 + - uid: 15776 + components: + - type: Transform + pos: 58.5,95.5 + parent: 2 + - uid: 15777 + components: + - type: Transform + pos: 58.5,96.5 + parent: 2 + - uid: 15778 + components: + - type: Transform + pos: 59.5,76.5 + parent: 2 + - uid: 15779 + components: + - type: Transform + pos: 59.5,77.5 + parent: 2 + - uid: 15780 + components: + - type: Transform + pos: 59.5,78.5 + parent: 2 + - uid: 15781 + components: + - type: Transform + pos: 59.5,79.5 + parent: 2 + - uid: 15782 + components: + - type: Transform + pos: 59.5,80.5 + parent: 2 + - uid: 15783 + components: + - type: Transform + pos: 59.5,81.5 + parent: 2 + - uid: 15784 + components: + - type: Transform + pos: 59.5,82.5 + parent: 2 + - uid: 15785 + components: + - type: Transform + pos: 59.5,83.5 + parent: 2 + - uid: 15786 + components: + - type: Transform + pos: 59.5,84.5 + parent: 2 + - uid: 15787 + components: + - type: Transform + pos: 59.5,85.5 + parent: 2 + - uid: 15788 + components: + - type: Transform + pos: 59.5,86.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + pos: 59.5,87.5 + parent: 2 + - uid: 15790 + components: + - type: Transform + pos: 59.5,88.5 + parent: 2 + - uid: 15791 + components: + - type: Transform + pos: 59.5,89.5 + parent: 2 + - uid: 15792 + components: + - type: Transform + pos: 59.5,90.5 + parent: 2 + - uid: 15793 + components: + - type: Transform + pos: 59.5,91.5 + parent: 2 + - uid: 15794 + components: + - type: Transform + pos: 59.5,92.5 + parent: 2 + - uid: 15795 + components: + - type: Transform + pos: 59.5,93.5 + parent: 2 + - uid: 15796 + components: + - type: Transform + pos: 59.5,94.5 + parent: 2 + - uid: 15797 + components: + - type: Transform + pos: 59.5,95.5 + parent: 2 + - uid: 15798 + components: + - type: Transform + pos: 59.5,96.5 + parent: 2 + - uid: 15799 + components: + - type: Transform + pos: 60.5,76.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + pos: 60.5,77.5 + parent: 2 + - uid: 15801 + components: + - type: Transform + pos: 60.5,78.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + pos: 60.5,79.5 + parent: 2 + - uid: 15803 + components: + - type: Transform + pos: 60.5,80.5 + parent: 2 + - uid: 15804 + components: + - type: Transform + pos: 60.5,81.5 + parent: 2 + - uid: 15805 + components: + - type: Transform + pos: 60.5,82.5 + parent: 2 + - uid: 15806 + components: + - type: Transform + pos: 60.5,83.5 + parent: 2 + - uid: 15807 + components: + - type: Transform + pos: 60.5,84.5 + parent: 2 + - uid: 15808 + components: + - type: Transform + pos: 60.5,85.5 + parent: 2 + - uid: 15809 + components: + - type: Transform + pos: 60.5,86.5 + parent: 2 + - uid: 15810 + components: + - type: Transform + pos: 60.5,87.5 + parent: 2 + - uid: 15811 + components: + - type: Transform + pos: 60.5,88.5 + parent: 2 + - uid: 15812 + components: + - type: Transform + pos: 60.5,89.5 + parent: 2 + - uid: 15813 + components: + - type: Transform + pos: 60.5,90.5 + parent: 2 + - uid: 15814 + components: + - type: Transform + pos: 60.5,91.5 + parent: 2 + - uid: 15815 + components: + - type: Transform + pos: 60.5,92.5 + parent: 2 + - uid: 15816 + components: + - type: Transform + pos: 60.5,93.5 + parent: 2 + - uid: 15817 + components: + - type: Transform + pos: 60.5,94.5 + parent: 2 + - uid: 15818 + components: + - type: Transform + pos: 60.5,95.5 + parent: 2 + - uid: 15819 + components: + - type: Transform + pos: 60.5,96.5 + parent: 2 + - uid: 15820 + components: + - type: Transform + pos: 60.5,97.5 + parent: 2 + - uid: 15821 + components: + - type: Transform + pos: 55.5,124.5 + parent: 2 + - uid: 15822 + components: + - type: Transform + pos: 57.5,119.5 + parent: 2 + - uid: 15823 + components: + - type: Transform + pos: 57.5,121.5 + parent: 2 + - uid: 15824 + components: + - type: Transform + pos: 57.5,120.5 + parent: 2 + - uid: 15825 + components: + - type: Transform + pos: 60.5,115.5 + parent: 2 + - uid: 15826 + components: + - type: Transform + pos: 57.5,126.5 + parent: 2 + - uid: 15827 + components: + - type: Transform + pos: 60.5,117.5 + parent: 2 + - uid: 15828 + components: + - type: Transform + pos: 60.5,116.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + pos: 60.5,119.5 + parent: 2 + - uid: 15830 + components: + - type: Transform + pos: 59.5,97.5 + parent: 2 + - uid: 15831 + components: + - type: Transform + pos: 55.5,125.5 + parent: 2 + - uid: 15832 + components: + - type: Transform + pos: 58.5,115.5 + parent: 2 + - uid: 15833 + components: + - type: Transform + pos: 57.5,122.5 + parent: 2 + - uid: 15834 + components: + - type: Transform + pos: 57.5,123.5 + parent: 2 + - uid: 15835 + components: + - type: Transform + pos: 58.5,112.5 + parent: 2 + - uid: 15836 + components: + - type: Transform + pos: 60.5,120.5 + parent: 2 + - uid: 15837 + components: + - type: Transform + pos: 60.5,121.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + pos: 58.5,97.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + pos: 55.5,126.5 + parent: 2 + - uid: 15840 + components: + - type: Transform + pos: 58.5,123.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + pos: 57.5,124.5 + parent: 2 + - uid: 15842 + components: + - type: Transform + pos: 57.5,125.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + pos: 57.5,127.5 + parent: 2 + - uid: 15844 + components: + - type: Transform + pos: 60.5,118.5 + parent: 2 + - uid: 15845 + components: + - type: Transform + pos: 60.5,127.5 + parent: 2 + - uid: 15846 + components: + - type: Transform + pos: 57.5,97.5 + parent: 2 + - uid: 15847 + components: + - type: Transform + pos: 56.5,113.5 + parent: 2 + - uid: 15848 + components: + - type: Transform + pos: 58.5,116.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + pos: 58.5,118.5 + parent: 2 + - uid: 15850 + components: + - type: Transform + pos: 58.5,117.5 + parent: 2 + - uid: 15851 + components: + - type: Transform + pos: 58.5,113.5 + parent: 2 + - uid: 15852 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + pos: 60.5,122.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: 56.5,97.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + pos: 56.5,112.5 + parent: 2 + - uid: 15856 + components: + - type: Transform + pos: 58.5,125.5 + parent: 2 + - uid: 15857 + components: + - type: Transform + pos: 58.5,124.5 + parent: 2 + - uid: 15858 + components: + - type: Transform + pos: 58.5,119.5 + parent: 2 + - uid: 15859 + components: + - type: Transform + pos: 58.5,114.5 + parent: 2 + - uid: 15860 + components: + - type: Transform + pos: -15.5,9.5 + parent: 2 + - uid: 15861 + components: + - type: Transform + pos: 60.5,123.5 + parent: 2 + - uid: 15862 + components: + - type: Transform + pos: 60.5,124.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + pos: 56.5,122.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + pos: 59.5,114.5 + parent: 2 + - uid: 15865 + components: + - type: Transform + pos: 58.5,121.5 + parent: 2 + - uid: 15866 + components: + - type: Transform + pos: 58.5,120.5 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: 58.5,122.5 + parent: 2 + - uid: 15868 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 15869 + components: + - type: Transform + pos: 60.5,125.5 + parent: 2 + - uid: 15870 + components: + - type: Transform + pos: 60.5,126.5 + parent: 2 + - uid: 15871 + components: + - type: Transform + pos: 56.5,114.5 + parent: 2 + - uid: 15872 + components: + - type: Transform + pos: 58.5,126.5 + parent: 2 + - uid: 15873 + components: + - type: Transform + pos: 59.5,124.5 + parent: 2 + - uid: 15874 + components: + - type: Transform + pos: 58.5,127.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + pos: 59.5,122.5 + parent: 2 + - uid: 15876 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 15877 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 15879 + components: + - type: Transform + pos: 56.5,124.5 + parent: 2 + - uid: 15880 + components: + - type: Transform + pos: 56.5,123.5 + parent: 2 + - uid: 15881 + components: + - type: Transform + pos: 56.5,115.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: 56.5,127.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: 56.5,117.5 + parent: 2 + - uid: 15884 + components: + - type: Transform + pos: 56.5,116.5 + parent: 2 + - uid: 15885 + components: + - type: Transform + pos: 56.5,119.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + pos: 59.5,119.5 + parent: 2 + - uid: 15887 + components: + - type: Transform + pos: 59.5,112.5 + parent: 2 + - uid: 15888 + components: + - type: Transform + pos: 59.5,113.5 + parent: 2 + - uid: 15889 + components: + - type: Transform + pos: 59.5,123.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 15891 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 15892 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 15893 + components: + - type: Transform + pos: 55.5,127.5 + parent: 2 + - uid: 15894 + components: + - type: Transform + pos: 56.5,125.5 + parent: 2 + - uid: 15895 + components: + - type: Transform + pos: 57.5,112.5 + parent: 2 + - uid: 15896 + components: + - type: Transform + pos: 57.5,113.5 + parent: 2 + - uid: 15897 + components: + - type: Transform + pos: 56.5,118.5 + parent: 2 + - uid: 15898 + components: + - type: Transform + pos: 56.5,120.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + pos: 56.5,121.5 + parent: 2 + - uid: 15900 + components: + - type: Transform + pos: 59.5,117.5 + parent: 2 + - uid: 15901 + components: + - type: Transform + pos: 59.5,120.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + pos: 59.5,121.5 + parent: 2 + - uid: 15903 + components: + - type: Transform + pos: 59.5,126.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + pos: 59.5,125.5 + parent: 2 + - uid: 15905 + components: + - type: Transform + pos: 60.5,112.5 + parent: 2 + - uid: 15906 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 15908 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 15909 + components: + - type: Transform + pos: 56.5,126.5 + parent: 2 + - uid: 15910 + components: + - type: Transform + pos: 57.5,115.5 + parent: 2 + - uid: 15911 + components: + - type: Transform + pos: 57.5,114.5 + parent: 2 + - uid: 15912 + components: + - type: Transform + pos: 57.5,117.5 + parent: 2 + - uid: 15913 + components: + - type: Transform + pos: 57.5,116.5 + parent: 2 + - uid: 15914 + components: + - type: Transform + pos: 57.5,118.5 + parent: 2 + - uid: 15915 + components: + - type: Transform + pos: 59.5,115.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + pos: 59.5,118.5 + parent: 2 + - uid: 15917 + components: + - type: Transform + pos: 59.5,116.5 + parent: 2 + - uid: 15918 + components: + - type: Transform + pos: 59.5,127.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + pos: 60.5,113.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + pos: 60.5,114.5 + parent: 2 + - uid: 15921 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 15922 + components: + - type: Transform + pos: -18.5,9.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 15924 + components: + - type: Transform + pos: 31.5,123.5 + parent: 2 + - uid: 15925 + components: + - type: Transform + pos: 31.5,124.5 + parent: 2 + - uid: 15926 + components: + - type: Transform + pos: 31.5,126.5 + parent: 2 + - uid: 15927 + components: + - type: Transform + pos: 34.5,99.5 + parent: 2 + - uid: 15928 + components: + - type: Transform + pos: 33.5,124.5 + parent: 2 + - uid: 15929 + components: + - type: Transform + pos: 32.5,98.5 + parent: 2 + - uid: 15930 + components: + - type: Transform + pos: 32.5,107.5 + parent: 2 + - uid: 15931 + components: + - type: Transform + pos: 32.5,101.5 + parent: 2 + - uid: 15932 + components: + - type: Transform + pos: 32.5,99.5 + parent: 2 + - uid: 15933 + components: + - type: Transform + pos: 32.5,100.5 + parent: 2 + - uid: 15934 + components: + - type: Transform + pos: 51.5,118.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + pos: 28.5,105.5 + parent: 2 + - uid: 15936 + components: + - type: Transform + pos: 28.5,108.5 + parent: 2 + - uid: 15937 + components: + - type: Transform + pos: 20.5,98.5 + parent: 2 + - uid: 15938 + components: + - type: Transform + pos: 20.5,97.5 + parent: 2 + - uid: 15939 + components: + - type: Transform + pos: 20.5,99.5 + parent: 2 + - uid: 15940 + components: + - type: Transform + pos: 30.5,109.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: 30.5,116.5 + parent: 2 + - uid: 15942 + components: + - type: Transform + pos: 30.5,104.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + pos: 29.5,119.5 + parent: 2 + - uid: 15944 + components: + - type: Transform + pos: 30.5,97.5 + parent: 2 + - uid: 15945 + components: + - type: Transform + pos: 29.5,123.5 + parent: 2 + - uid: 15946 + components: + - type: Transform + pos: 29.5,120.5 + parent: 2 + - uid: 15947 + components: + - type: Transform + pos: 29.5,122.5 + parent: 2 + - uid: 15948 + components: + - type: Transform + pos: 29.5,121.5 + parent: 2 + - uid: 15949 + components: + - type: Transform + pos: 19.5,101.5 + parent: 2 + - uid: 15950 + components: + - type: Transform + pos: 19.5,113.5 + parent: 2 + - uid: 15951 + components: + - type: Transform + pos: 31.5,125.5 + parent: 2 + - uid: 15952 + components: + - type: Transform + pos: 31.5,127.5 + parent: 2 + - uid: 15953 + components: + - type: Transform + pos: 32.5,97.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + pos: 32.5,111.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + pos: 33.5,127.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + pos: 32.5,113.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + pos: 32.5,109.5 + parent: 2 + - uid: 15958 + components: + - type: Transform + pos: 32.5,103.5 + parent: 2 + - uid: 15959 + components: + - type: Transform + pos: 32.5,102.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + pos: 32.5,104.5 + parent: 2 + - uid: 15961 + components: + - type: Transform + pos: 51.5,119.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + pos: 31.5,122.5 + parent: 2 + - uid: 15963 + components: + - type: Transform + pos: 51.5,120.5 + parent: 2 + - uid: 15964 + components: + - type: Transform + pos: 51.5,121.5 + parent: 2 + - uid: 15965 + components: + - type: Transform + pos: 31.5,121.5 + parent: 2 + - uid: 15966 + components: + - type: Transform + pos: 51.5,122.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + pos: 31.5,120.5 + parent: 2 + - uid: 15968 + components: + - type: Transform + pos: 51.5,123.5 + parent: 2 + - uid: 15969 + components: + - type: Transform + pos: 51.5,124.5 + parent: 2 + - uid: 15970 + components: + - type: Transform + pos: 51.5,125.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + pos: 53.5,123.5 + parent: 2 + - uid: 15972 + components: + - type: Transform + pos: 31.5,118.5 + parent: 2 + - uid: 15973 + components: + - type: Transform + pos: 53.5,124.5 + parent: 2 + - uid: 15974 + components: + - type: Transform + pos: 53.5,125.5 + parent: 2 + - uid: 15975 + components: + - type: Transform + pos: 31.5,117.5 + parent: 2 + - uid: 15976 + components: + - type: Transform + pos: 53.5,126.5 + parent: 2 + - uid: 15977 + components: + - type: Transform + pos: 31.5,119.5 + parent: 2 + - uid: 15978 + components: + - type: Transform + pos: 53.5,127.5 + parent: 2 + - uid: 15979 + components: + - type: Transform + pos: 54.5,113.5 + parent: 2 + - uid: 15980 + components: + - type: Transform + pos: 54.5,112.5 + parent: 2 + - uid: 15981 + components: + - type: Transform + pos: 39.5,95.5 + parent: 2 + - uid: 15982 + components: + - type: Transform + pos: 38.5,95.5 + parent: 2 + - uid: 15983 + components: + - type: Transform + pos: 37.5,95.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + pos: 36.5,95.5 + parent: 2 + - uid: 15985 + components: + - type: Transform + pos: 35.5,95.5 + parent: 2 + - uid: 15986 + components: + - type: Transform + pos: 35.5,96.5 + parent: 2 + - uid: 15987 + components: + - type: Transform + pos: 28.5,101.5 + parent: 2 + - uid: 15988 + components: + - type: Transform + pos: 20.5,116.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: 28.5,97.5 + parent: 2 + - uid: 15990 + components: + - type: Transform + pos: 20.5,110.5 + parent: 2 + - uid: 15991 + components: + - type: Transform + pos: 36.5,96.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: 19.5,102.5 + parent: 2 + - uid: 15993 + components: + - type: Transform + pos: 26.5,96.5 + parent: 2 + - uid: 15994 + components: + - type: Transform + pos: 19.5,108.5 + parent: 2 + - uid: 15995 + components: + - type: Transform + pos: 19.5,103.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + pos: 37.5,96.5 + parent: 2 + - uid: 15997 + components: + - type: Transform + pos: 37.5,97.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + pos: 37.5,99.5 + parent: 2 + - uid: 15999 + components: + - type: Transform + pos: 37.5,100.5 + parent: 2 + - uid: 16000 + components: + - type: Transform + pos: 20.5,106.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + pos: 20.5,102.5 + parent: 2 + - uid: 16002 + components: + - type: Transform + pos: 20.5,108.5 + parent: 2 + - uid: 16003 + components: + - type: Transform + pos: 20.5,101.5 + parent: 2 + - uid: 16004 + components: + - type: Transform + pos: 20.5,100.5 + parent: 2 + - uid: 16005 + components: + - type: Transform + pos: 30.5,112.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + pos: 30.5,106.5 + parent: 2 + - uid: 16007 + components: + - type: Transform + pos: 30.5,105.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + pos: 30.5,114.5 + parent: 2 + - uid: 16009 + components: + - type: Transform + pos: 30.5,99.5 + parent: 2 + - uid: 16010 + components: + - type: Transform + pos: 29.5,125.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + pos: 29.5,124.5 + parent: 2 + - uid: 16012 + components: + - type: Transform + pos: 29.5,126.5 + parent: 2 + - uid: 16013 + components: + - type: Transform + pos: 29.5,127.5 + parent: 2 + - uid: 16014 + components: + - type: Transform + pos: 19.5,123.5 + parent: 2 + - uid: 16015 + components: + - type: Transform + pos: 19.5,115.5 + parent: 2 + - uid: 16016 + components: + - type: Transform + pos: 33.5,118.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + pos: 33.5,120.5 + parent: 2 + - uid: 16018 + components: + - type: Transform + pos: 33.5,125.5 + parent: 2 + - uid: 16019 + components: + - type: Transform + pos: 34.5,97.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + pos: 34.5,98.5 + parent: 2 + - uid: 16021 + components: + - type: Transform + pos: 32.5,112.5 + parent: 2 + - uid: 16022 + components: + - type: Transform + pos: 32.5,108.5 + parent: 2 + - uid: 16023 + components: + - type: Transform + pos: 32.5,105.5 + parent: 2 + - uid: 16024 + components: + - type: Transform + pos: 32.5,110.5 + parent: 2 + - uid: 16025 + components: + - type: Transform + pos: 32.5,106.5 + parent: 2 + - uid: 16026 + components: + - type: Transform + pos: 51.5,126.5 + parent: 2 + - uid: 16027 + components: + - type: Transform + pos: 34.5,96.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + pos: 28.5,102.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + pos: 27.5,127.5 + parent: 2 + - uid: 16030 + components: + - type: Transform + pos: 28.5,99.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + pos: 28.5,106.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + pos: 28.5,110.5 + parent: 2 + - uid: 16033 + components: + - type: Transform + pos: 20.5,104.5 + parent: 2 + - uid: 16034 + components: + - type: Transform + pos: 20.5,103.5 + parent: 2 + - uid: 16035 + components: + - type: Transform + pos: 20.5,105.5 + parent: 2 + - uid: 16036 + components: + - type: Transform + pos: 30.5,111.5 + parent: 2 + - uid: 16037 + components: + - type: Transform + pos: 30.5,107.5 + parent: 2 + - uid: 16038 + components: + - type: Transform + pos: 30.5,108.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + pos: 30.5,115.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + pos: 30.5,98.5 + parent: 2 + - uid: 16041 + components: + - type: Transform + pos: 30.5,101.5 + parent: 2 + - uid: 16042 + components: + - type: Transform + pos: 30.5,100.5 + parent: 2 + - uid: 16043 + components: + - type: Transform + pos: 30.5,102.5 + parent: 2 + - uid: 16044 + components: + - type: Transform + pos: 30.5,103.5 + parent: 2 + - uid: 16045 + components: + - type: Transform + pos: 19.5,121.5 + parent: 2 + - uid: 16046 + components: + - type: Transform + pos: 19.5,114.5 + parent: 2 + - uid: 16047 + components: + - type: Transform + pos: 33.5,122.5 + parent: 2 + - uid: 16048 + components: + - type: Transform + pos: 33.5,121.5 + parent: 2 + - uid: 16049 + components: + - type: Transform + pos: 34.5,100.5 + parent: 2 + - uid: 16050 + components: + - type: Transform + pos: 33.5,126.5 + parent: 2 + - uid: 16051 + components: + - type: Transform + pos: 34.5,103.5 + parent: 2 + - uid: 16052 + components: + - type: Transform + pos: 32.5,115.5 + parent: 2 + - uid: 16053 + components: + - type: Transform + pos: 32.5,114.5 + parent: 2 + - uid: 16054 + components: + - type: Transform + pos: 32.5,117.5 + parent: 2 + - uid: 16055 + components: + - type: Transform + pos: 32.5,116.5 + parent: 2 + - uid: 16056 + components: + - type: Transform + pos: 32.5,118.5 + parent: 2 + - uid: 16057 + components: + - type: Transform + pos: 51.5,127.5 + parent: 2 + - uid: 16058 + components: + - type: Transform + pos: 33.5,96.5 + parent: 2 + - uid: 16059 + components: + - type: Transform + pos: 28.5,103.5 + parent: 2 + - uid: 16060 + components: + - type: Transform + pos: 22.5,104.5 + parent: 2 + - uid: 16061 + components: + - type: Transform + pos: 28.5,98.5 + parent: 2 + - uid: 16062 + components: + - type: Transform + pos: 28.5,100.5 + parent: 2 + - uid: 16063 + components: + - type: Transform + pos: 28.5,107.5 + parent: 2 + - uid: 16064 + components: + - type: Transform + pos: 28.5,109.5 + parent: 2 + - uid: 16065 + components: + - type: Transform + pos: 29.5,101.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + pos: 28.5,111.5 + parent: 2 + - uid: 16067 + components: + - type: Transform + pos: 29.5,103.5 + parent: 2 + - uid: 16068 + components: + - type: Transform + pos: 30.5,113.5 + parent: 2 + - uid: 16069 + components: + - type: Transform + pos: 30.5,122.5 + parent: 2 + - uid: 16070 + components: + - type: Transform + pos: 30.5,118.5 + parent: 2 + - uid: 16071 + components: + - type: Transform + pos: 30.5,124.5 + parent: 2 + - uid: 16072 + components: + - type: Transform + pos: 30.5,123.5 + parent: 2 + - uid: 16073 + components: + - type: Transform + pos: 31.5,99.5 + parent: 2 + - uid: 16074 + components: + - type: Transform + pos: 30.5,125.5 + parent: 2 + - uid: 16075 + components: + - type: Transform + pos: 30.5,126.5 + parent: 2 + - uid: 16076 + components: + - type: Transform + pos: 30.5,127.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + pos: 19.5,126.5 + parent: 2 + - uid: 16078 + components: + - type: Transform + pos: 19.5,116.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + pos: 33.5,119.5 + parent: 2 + - uid: 16080 + components: + - type: Transform + pos: 33.5,123.5 + parent: 2 + - uid: 16081 + components: + - type: Transform + pos: 34.5,101.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: 34.5,102.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + pos: 34.5,105.5 + parent: 2 + - uid: 16084 + components: + - type: Transform + pos: 34.5,104.5 + parent: 2 + - uid: 16085 + components: + - type: Transform + pos: 34.5,107.5 + parent: 2 + - uid: 16086 + components: + - type: Transform + pos: 34.5,106.5 + parent: 2 + - uid: 16087 + components: + - type: Transform + pos: 34.5,109.5 + parent: 2 + - uid: 16088 + components: + - type: Transform + pos: 34.5,108.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + pos: 32.5,96.5 + parent: 2 + - uid: 16090 + components: + - type: Transform + pos: 28.5,104.5 + parent: 2 + - uid: 16091 + components: + - type: Transform + pos: 20.5,114.5 + parent: 2 + - uid: 16092 + components: + - type: Transform + pos: 22.5,115.5 + parent: 2 + - uid: 16093 + components: + - type: Transform + pos: 22.5,123.5 + parent: 2 + - uid: 16094 + components: + - type: Transform + pos: 23.5,119.5 + parent: 2 + - uid: 16095 + components: + - type: Transform + pos: 22.5,111.5 + parent: 2 + - uid: 16096 + components: + - type: Transform + pos: 23.5,121.5 + parent: 2 + - uid: 16097 + components: + - type: Transform + pos: 23.5,120.5 + parent: 2 + - uid: 16098 + components: + - type: Transform + pos: 24.5,98.5 + parent: 2 + - uid: 16099 + components: + - type: Transform + pos: 29.5,102.5 + parent: 2 + - uid: 16100 + components: + - type: Transform + pos: 28.5,112.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: 29.5,104.5 + parent: 2 + - uid: 16102 + components: + - type: Transform + pos: 28.5,114.5 + parent: 2 + - uid: 16103 + components: + - type: Transform + pos: 28.5,113.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + pos: 28.5,116.5 + parent: 2 + - uid: 16105 + components: + - type: Transform + pos: 28.5,115.5 + parent: 2 + - uid: 16106 + components: + - type: Transform + pos: 28.5,117.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + pos: 28.5,118.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + pos: 19.5,124.5 + parent: 2 + - uid: 16109 + components: + - type: Transform + pos: 19.5,100.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + pos: 33.5,114.5 + parent: 2 + - uid: 16111 + components: + - type: Transform + pos: 32.5,120.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + pos: 32.5,119.5 + parent: 2 + - uid: 16113 + components: + - type: Transform + pos: 33.5,98.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + pos: 32.5,126.5 + parent: 2 + - uid: 16115 + components: + - type: Transform + pos: 33.5,100.5 + parent: 2 + - uid: 16116 + components: + - type: Transform + pos: 33.5,99.5 + parent: 2 + - uid: 16117 + components: + - type: Transform + pos: 33.5,107.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + pos: 33.5,111.5 + parent: 2 + - uid: 16119 + components: + - type: Transform + pos: 33.5,108.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + pos: 52.5,112.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + pos: 31.5,96.5 + parent: 2 + - uid: 16122 + components: + - type: Transform + pos: 20.5,115.5 + parent: 2 + - uid: 16123 + components: + - type: Transform + pos: 20.5,120.5 + parent: 2 + - uid: 16124 + components: + - type: Transform + pos: 22.5,109.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: 22.5,125.5 + parent: 2 + - uid: 16126 + components: + - type: Transform + pos: 22.5,117.5 + parent: 2 + - uid: 16127 + components: + - type: Transform + pos: 22.5,113.5 + parent: 2 + - uid: 16128 + components: + - type: Transform + pos: 23.5,123.5 + parent: 2 + - uid: 16129 + components: + - type: Transform + pos: 24.5,100.5 + parent: 2 + - uid: 16130 + components: + - type: Transform + pos: 24.5,99.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + pos: 24.5,127.5 + parent: 2 + - uid: 16132 + components: + - type: Transform + pos: 24.5,104.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + pos: 25.5,98.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + pos: 25.5,97.5 + parent: 2 + - uid: 16135 + components: + - type: Transform + pos: 24.5,111.5 + parent: 2 + - uid: 16136 + components: + - type: Transform + pos: 25.5,117.5 + parent: 2 + - uid: 16137 + components: + - type: Transform + pos: 24.5,113.5 + parent: 2 + - uid: 16138 + components: + - type: Transform + pos: 24.5,112.5 + parent: 2 + - uid: 16139 + components: + - type: Transform + pos: 24.5,123.5 + parent: 2 + - uid: 16140 + components: + - type: Transform + pos: 19.5,119.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + pos: 19.5,122.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + pos: 33.5,115.5 + parent: 2 + - uid: 16143 + components: + - type: Transform + pos: 32.5,122.5 + parent: 2 + - uid: 16144 + components: + - type: Transform + pos: 32.5,121.5 + parent: 2 + - uid: 16145 + components: + - type: Transform + pos: 32.5,123.5 + parent: 2 + - uid: 16146 + components: + - type: Transform + pos: 32.5,127.5 + parent: 2 + - uid: 16147 + components: + - type: Transform + pos: 33.5,109.5 + parent: 2 + - uid: 16148 + components: + - type: Transform + pos: 33.5,101.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + pos: 33.5,102.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + pos: 33.5,112.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: 33.5,106.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + pos: 52.5,113.5 + parent: 2 + - uid: 16153 + components: + - type: Transform + pos: 30.5,96.5 + parent: 2 + - uid: 16154 + components: + - type: Transform + pos: 22.5,107.5 + parent: 2 + - uid: 16155 + components: + - type: Transform + pos: 19.5,106.5 + parent: 2 + - uid: 16156 + components: + - type: Transform + pos: 22.5,110.5 + parent: 2 + - uid: 16157 + components: + - type: Transform + pos: 22.5,124.5 + parent: 2 + - uid: 16158 + components: + - type: Transform + pos: 22.5,116.5 + parent: 2 + - uid: 16159 + components: + - type: Transform + pos: 22.5,112.5 + parent: 2 + - uid: 16160 + components: + - type: Transform + pos: 23.5,122.5 + parent: 2 + - uid: 16161 + components: + - type: Transform + pos: 23.5,126.5 + parent: 2 + - uid: 16162 + components: + - type: Transform + pos: 24.5,102.5 + parent: 2 + - uid: 16163 + components: + - type: Transform + pos: 24.5,106.5 + parent: 2 + - uid: 16164 + components: + - type: Transform + pos: 24.5,105.5 + parent: 2 + - uid: 16165 + components: + - type: Transform + pos: 25.5,100.5 + parent: 2 + - uid: 16166 + components: + - type: Transform + pos: 25.5,99.5 + parent: 2 + - uid: 16167 + components: + - type: Transform + pos: 25.5,102.5 + parent: 2 + - uid: 16168 + components: + - type: Transform + pos: 25.5,103.5 + parent: 2 + - uid: 16169 + components: + - type: Transform + pos: 24.5,115.5 + parent: 2 + - uid: 16170 + components: + - type: Transform + pos: 24.5,121.5 + parent: 2 + - uid: 16171 + components: + - type: Transform + pos: 24.5,122.5 + parent: 2 + - uid: 16172 + components: + - type: Transform + pos: 19.5,127.5 + parent: 2 + - uid: 16173 + components: + - type: Transform + pos: 19.5,117.5 + parent: 2 + - uid: 16174 + components: + - type: Transform + pos: 33.5,116.5 + parent: 2 + - uid: 16175 + components: + - type: Transform + pos: 34.5,123.5 + parent: 2 + - uid: 16176 + components: + - type: Transform + pos: 32.5,124.5 + parent: 2 + - uid: 16177 + components: + - type: Transform + pos: 32.5,125.5 + parent: 2 + - uid: 16178 + components: + - type: Transform + pos: 33.5,97.5 + parent: 2 + - uid: 16179 + components: + - type: Transform + pos: 33.5,110.5 + parent: 2 + - uid: 16180 + components: + - type: Transform + pos: 33.5,104.5 + parent: 2 + - uid: 16181 + components: + - type: Transform + pos: 33.5,103.5 + parent: 2 + - uid: 16182 + components: + - type: Transform + pos: 33.5,113.5 + parent: 2 + - uid: 16183 + components: + - type: Transform + pos: 33.5,105.5 + parent: 2 + - uid: 16184 + components: + - type: Transform + pos: 52.5,114.5 + parent: 2 + - uid: 16185 + components: + - type: Transform + pos: 29.5,96.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + pos: 22.5,108.5 + parent: 2 + - uid: 16187 + components: + - type: Transform + pos: 19.5,104.5 + parent: 2 + - uid: 16188 + components: + - type: Transform + pos: 22.5,105.5 + parent: 2 + - uid: 16189 + components: + - type: Transform + pos: 23.5,104.5 + parent: 2 + - uid: 16190 + components: + - type: Transform + pos: 22.5,119.5 + parent: 2 + - uid: 16191 + components: + - type: Transform + pos: 22.5,114.5 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: 23.5,124.5 + parent: 2 + - uid: 16193 + components: + - type: Transform + pos: 23.5,127.5 + parent: 2 + - uid: 16194 + components: + - type: Transform + pos: 24.5,101.5 + parent: 2 + - uid: 16195 + components: + - type: Transform + pos: 24.5,107.5 + parent: 2 + - uid: 16196 + components: + - type: Transform + pos: 24.5,108.5 + parent: 2 + - uid: 16197 + components: + - type: Transform + pos: 25.5,115.5 + parent: 2 + - uid: 16198 + components: + - type: Transform + pos: 25.5,101.5 + parent: 2 + - uid: 16199 + components: + - type: Transform + pos: 25.5,120.5 + parent: 2 + - uid: 16200 + components: + - type: Transform + pos: 25.5,118.5 + parent: 2 + - uid: 16201 + components: + - type: Transform + pos: 24.5,114.5 + parent: 2 + - uid: 16202 + components: + - type: Transform + pos: 24.5,118.5 + parent: 2 + - uid: 16203 + components: + - type: Transform + pos: 24.5,125.5 + parent: 2 + - uid: 16204 + components: + - type: Transform + pos: 19.5,110.5 + parent: 2 + - uid: 16205 + components: + - type: Transform + pos: 19.5,125.5 + parent: 2 + - uid: 16206 + components: + - type: Transform + pos: 33.5,117.5 + parent: 2 + - uid: 16207 + components: + - type: Transform + pos: 34.5,110.5 + parent: 2 + - uid: 16208 + components: + - type: Transform + pos: 34.5,125.5 + parent: 2 + - uid: 16209 + components: + - type: Transform + pos: 34.5,124.5 + parent: 2 + - uid: 16210 + components: + - type: Transform + pos: 34.5,113.5 + parent: 2 + - uid: 16211 + components: + - type: Transform + pos: 35.5,102.5 + parent: 2 + - uid: 16212 + components: + - type: Transform + pos: 34.5,118.5 + parent: 2 + - uid: 16213 + components: + - type: Transform + pos: 34.5,114.5 + parent: 2 + - uid: 16214 + components: + - type: Transform + pos: 34.5,115.5 + parent: 2 + - uid: 16215 + components: + - type: Transform + pos: 34.5,120.5 + parent: 2 + - uid: 16216 + components: + - type: Transform + pos: 52.5,117.5 + parent: 2 + - uid: 16217 + components: + - type: Transform + pos: 28.5,96.5 + parent: 2 + - uid: 16218 + components: + - type: Transform + pos: 22.5,102.5 + parent: 2 + - uid: 16219 + components: + - type: Transform + pos: 19.5,105.5 + parent: 2 + - uid: 16220 + components: + - type: Transform + pos: 22.5,126.5 + parent: 2 + - uid: 16221 + components: + - type: Transform + pos: 23.5,105.5 + parent: 2 + - uid: 16222 + components: + - type: Transform + pos: 22.5,118.5 + parent: 2 + - uid: 16223 + components: + - type: Transform + pos: 22.5,121.5 + parent: 2 + - uid: 16224 + components: + - type: Transform + pos: 23.5,125.5 + parent: 2 + - uid: 16225 + components: + - type: Transform + pos: 24.5,97.5 + parent: 2 + - uid: 16226 + components: + - type: Transform + pos: 24.5,103.5 + parent: 2 + - uid: 16227 + components: + - type: Transform + pos: 24.5,109.5 + parent: 2 + - uid: 16228 + components: + - type: Transform + pos: 24.5,110.5 + parent: 2 + - uid: 16229 + components: + - type: Transform + pos: 25.5,116.5 + parent: 2 + - uid: 16230 + components: + - type: Transform + pos: 25.5,121.5 + parent: 2 + - uid: 16231 + components: + - type: Transform + pos: 25.5,122.5 + parent: 2 + - uid: 16232 + components: + - type: Transform + pos: 25.5,119.5 + parent: 2 + - uid: 16233 + components: + - type: Transform + pos: 24.5,116.5 + parent: 2 + - uid: 16234 + components: + - type: Transform + pos: 24.5,119.5 + parent: 2 + - uid: 16235 + components: + - type: Transform + pos: 24.5,124.5 + parent: 2 + - uid: 16236 + components: + - type: Transform + pos: 19.5,120.5 + parent: 2 + - uid: 16237 + components: + - type: Transform + pos: 19.5,118.5 + parent: 2 + - uid: 16238 + components: + - type: Transform + pos: 34.5,111.5 + parent: 2 + - uid: 16239 + components: + - type: Transform + pos: 34.5,112.5 + parent: 2 + - uid: 16240 + components: + - type: Transform + pos: 35.5,99.5 + parent: 2 + - uid: 16241 + components: + - type: Transform + pos: 34.5,127.5 + parent: 2 + - uid: 16242 + components: + - type: Transform + pos: 35.5,100.5 + parent: 2 + - uid: 16243 + components: + - type: Transform + pos: 35.5,104.5 + parent: 2 + - uid: 16244 + components: + - type: Transform + pos: 34.5,116.5 + parent: 2 + - uid: 16245 + components: + - type: Transform + pos: 34.5,119.5 + parent: 2 + - uid: 16246 + components: + - type: Transform + pos: 34.5,117.5 + parent: 2 + - uid: 16247 + components: + - type: Transform + pos: 34.5,121.5 + parent: 2 + - uid: 16248 + components: + - type: Transform + pos: 52.5,118.5 + parent: 2 + - uid: 16249 + components: + - type: Transform + pos: 27.5,96.5 + parent: 2 + - uid: 16250 + components: + - type: Transform + pos: 22.5,103.5 + parent: 2 + - uid: 16251 + components: + - type: Transform + pos: 19.5,107.5 + parent: 2 + - uid: 16252 + components: + - type: Transform + pos: 22.5,106.5 + parent: 2 + - uid: 16253 + components: + - type: Transform + pos: 22.5,127.5 + parent: 2 + - uid: 16254 + components: + - type: Transform + pos: 22.5,120.5 + parent: 2 + - uid: 16255 + components: + - type: Transform + pos: 22.5,122.5 + parent: 2 + - uid: 16256 + components: + - type: Transform + pos: 20.5,117.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: 20.5,123.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + pos: 20.5,118.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: 25.5,104.5 + parent: 2 + - uid: 16260 + components: + - type: Transform + pos: 27.5,110.5 + parent: 2 + - uid: 16261 + components: + - type: Transform + pos: 25.5,107.5 + parent: 2 + - uid: 16262 + components: + - type: Transform + pos: 27.5,112.5 + parent: 2 + - uid: 16263 + components: + - type: Transform + pos: 27.5,111.5 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: 27.5,114.5 + parent: 2 + - uid: 16265 + components: + - type: Transform + pos: 24.5,117.5 + parent: 2 + - uid: 16266 + components: + - type: Transform + pos: 24.5,120.5 + parent: 2 + - uid: 16267 + components: + - type: Transform + pos: 24.5,126.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: 19.5,112.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: 19.5,111.5 + parent: 2 + - uid: 16270 + components: + - type: Transform + pos: 34.5,122.5 + parent: 2 + - uid: 16271 + components: + - type: Transform + pos: 34.5,126.5 + parent: 2 + - uid: 16272 + components: + - type: Transform + pos: 35.5,97.5 + parent: 2 + - uid: 16273 + components: + - type: Transform + pos: 35.5,98.5 + parent: 2 + - uid: 16274 + components: + - type: Transform + pos: 35.5,101.5 + parent: 2 + - uid: 16275 + components: + - type: Transform + pos: 35.5,103.5 + parent: 2 + - uid: 16276 + components: + - type: Transform + pos: 35.5,106.5 + parent: 2 + - uid: 16277 + components: + - type: Transform + pos: 35.5,105.5 + parent: 2 + - uid: 16278 + components: + - type: Transform + pos: 35.5,108.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: 35.5,107.5 + parent: 2 + - uid: 16280 + components: + - type: Transform + pos: 52.5,119.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: 19.5,109.5 + parent: 2 + - uid: 16282 + components: + - type: Transform + pos: 23.5,102.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: 23.5,108.5 + parent: 2 + - uid: 16284 + components: + - type: Transform + pos: 23.5,113.5 + parent: 2 + - uid: 16285 + components: + - type: Transform + pos: 23.5,97.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: 23.5,100.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: 20.5,121.5 + parent: 2 + - uid: 16288 + components: + - type: Transform + pos: 20.5,124.5 + parent: 2 + - uid: 16289 + components: + - type: Transform + pos: 20.5,125.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: 25.5,105.5 + parent: 2 + - uid: 16291 + components: + - type: Transform + pos: 25.5,108.5 + parent: 2 + - uid: 16292 + components: + - type: Transform + pos: 25.5,109.5 + parent: 2 + - uid: 16293 + components: + - type: Transform + pos: 27.5,113.5 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: 27.5,116.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + pos: 27.5,115.5 + parent: 2 + - uid: 16296 + components: + - type: Transform + pos: 27.5,123.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + pos: 27.5,117.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: 27.5,125.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + pos: 27.5,121.5 + parent: 2 + - uid: 16300 + components: + - type: Transform + pos: 27.5,120.5 + parent: 2 + - uid: 16301 + components: + - type: Transform + pos: 36.5,110.5 + parent: 2 + - uid: 16302 + components: + - type: Transform + pos: 36.5,108.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: 36.5,107.5 + parent: 2 + - uid: 16304 + components: + - type: Transform + pos: 36.5,101.5 + parent: 2 + - uid: 16305 + components: + - type: Transform + pos: 36.5,126.5 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: 36.5,103.5 + parent: 2 + - uid: 16307 + components: + - type: Transform + pos: 36.5,102.5 + parent: 2 + - uid: 16308 + components: + - type: Transform + pos: 36.5,105.5 + parent: 2 + - uid: 16309 + components: + - type: Transform + pos: 36.5,104.5 + parent: 2 + - uid: 16310 + components: + - type: Transform + pos: 36.5,106.5 + parent: 2 + - uid: 16311 + components: + - type: Transform + pos: 52.5,122.5 + parent: 2 + - uid: 16312 + components: + - type: Transform + pos: 25.5,96.5 + parent: 2 + - uid: 16313 + components: + - type: Transform + pos: 23.5,103.5 + parent: 2 + - uid: 16314 + components: + - type: Transform + pos: 23.5,107.5 + parent: 2 + - uid: 16315 + components: + - type: Transform + pos: 23.5,109.5 + parent: 2 + - uid: 16316 + components: + - type: Transform + pos: 23.5,106.5 + parent: 2 + - uid: 16317 + components: + - type: Transform + pos: 23.5,116.5 + parent: 2 + - uid: 16318 + components: + - type: Transform + pos: 23.5,101.5 + parent: 2 + - uid: 16319 + components: + - type: Transform + pos: 20.5,122.5 + parent: 2 + - uid: 16320 + components: + - type: Transform + pos: 20.5,126.5 + parent: 2 + - uid: 16321 + components: + - type: Transform + pos: 20.5,127.5 + parent: 2 + - uid: 16322 + components: + - type: Transform + pos: 25.5,106.5 + parent: 2 + - uid: 16323 + components: + - type: Transform + pos: 25.5,111.5 + parent: 2 + - uid: 16324 + components: + - type: Transform + pos: 25.5,110.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: 25.5,113.5 + parent: 2 + - uid: 16326 + components: + - type: Transform + pos: 25.5,112.5 + parent: 2 + - uid: 16327 + components: + - type: Transform + pos: 25.5,114.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: 27.5,118.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + pos: 27.5,124.5 + parent: 2 + - uid: 16330 + components: + - type: Transform + pos: 27.5,119.5 + parent: 2 + - uid: 16331 + components: + - type: Transform + pos: 27.5,122.5 + parent: 2 + - uid: 16332 + components: + - type: Transform + pos: 27.5,126.5 + parent: 2 + - uid: 16333 + components: + - type: Transform + pos: 36.5,111.5 + parent: 2 + - uid: 16334 + components: + - type: Transform + pos: 37.5,117.5 + parent: 2 + - uid: 16335 + components: + - type: Transform + pos: 36.5,109.5 + parent: 2 + - uid: 16336 + components: + - type: Transform + pos: 36.5,124.5 + parent: 2 + - uid: 16337 + components: + - type: Transform + pos: 37.5,120.5 + parent: 2 + - uid: 16338 + components: + - type: Transform + pos: 36.5,127.5 + parent: 2 + - uid: 16339 + components: + - type: Transform + pos: 37.5,122.5 + parent: 2 + - uid: 16340 + components: + - type: Transform + pos: 37.5,121.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + pos: 37.5,123.5 + parent: 2 + - uid: 16342 + components: + - type: Transform + pos: 52.5,123.5 + parent: 2 + - uid: 16343 + components: + - type: Transform + pos: 52.5,125.5 + parent: 2 + - uid: 16344 + components: + - type: Transform + pos: 36.5,112.5 + parent: 2 + - uid: 16345 + components: + - type: Transform + pos: 36.5,115.5 + parent: 2 + - uid: 16346 + components: + - type: Transform + pos: 36.5,118.5 + parent: 2 + - uid: 16347 + components: + - type: Transform + pos: 36.5,117.5 + parent: 2 + - uid: 16348 + components: + - type: Transform + pos: 37.5,124.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + pos: 36.5,122.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + pos: 37.5,126.5 + parent: 2 + - uid: 16351 + components: + - type: Transform + pos: 37.5,125.5 + parent: 2 + - uid: 16352 + components: + - type: Transform + pos: 38.5,126.5 + parent: 2 + - uid: 16353 + components: + - type: Transform + pos: 37.5,127.5 + parent: 2 + - uid: 16354 + components: + - type: Transform + pos: 26.5,121.5 + parent: 2 + - uid: 16355 + components: + - type: Transform + pos: 26.5,118.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + pos: 26.5,125.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + pos: 26.5,123.5 + parent: 2 + - uid: 16358 + components: + - type: Transform + pos: 26.5,127.5 + parent: 2 + - uid: 16359 + components: + - type: Transform + pos: 26.5,126.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + pos: 27.5,102.5 + parent: 2 + - uid: 16361 + components: + - type: Transform + pos: 27.5,100.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: 27.5,104.5 + parent: 2 + - uid: 16363 + components: + - type: Transform + pos: 27.5,103.5 + parent: 2 + - uid: 16364 + components: + - type: Transform + pos: 25.5,127.5 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: 27.5,108.5 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: 26.5,100.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: 25.5,123.5 + parent: 2 + - uid: 16368 + components: + - type: Transform + pos: 25.5,126.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + pos: 25.5,125.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + pos: 23.5,114.5 + parent: 2 + - uid: 16371 + components: + - type: Transform + pos: 23.5,110.5 + parent: 2 + - uid: 16372 + components: + - type: Transform + pos: 23.5,117.5 + parent: 2 + - uid: 16373 + components: + - type: Transform + pos: 23.5,112.5 + parent: 2 + - uid: 16374 + components: + - type: Transform + pos: 24.5,96.5 + parent: 2 + - uid: 16375 + components: + - type: Transform + pos: 24.5,95.5 + parent: 2 + - uid: 16376 + components: + - type: Transform + pos: 52.5,124.5 + parent: 2 + - uid: 16377 + components: + - type: Transform + pos: 36.5,113.5 + parent: 2 + - uid: 16378 + components: + - type: Transform + pos: 36.5,114.5 + parent: 2 + - uid: 16379 + components: + - type: Transform + pos: 36.5,120.5 + parent: 2 + - uid: 16380 + components: + - type: Transform + pos: 36.5,119.5 + parent: 2 + - uid: 16381 + components: + - type: Transform + pos: 36.5,121.5 + parent: 2 + - uid: 16382 + components: + - type: Transform + pos: 36.5,123.5 + parent: 2 + - uid: 16383 + components: + - type: Transform + pos: 37.5,118.5 + parent: 2 + - uid: 16384 + components: + - type: Transform + pos: 36.5,125.5 + parent: 2 + - uid: 16385 + components: + - type: Transform + pos: 37.5,119.5 + parent: 2 + - uid: 16386 + components: + - type: Transform + pos: 38.5,127.5 + parent: 2 + - uid: 16387 + components: + - type: Transform + pos: 26.5,119.5 + parent: 2 + - uid: 16388 + components: + - type: Transform + pos: 26.5,120.5 + parent: 2 + - uid: 16389 + components: + - type: Transform + pos: 26.5,122.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: 26.5,124.5 + parent: 2 + - uid: 16391 + components: + - type: Transform + pos: 27.5,98.5 + parent: 2 + - uid: 16392 + components: + - type: Transform + pos: 27.5,97.5 + parent: 2 + - uid: 16393 + components: + - type: Transform + pos: 27.5,99.5 + parent: 2 + - uid: 16394 + components: + - type: Transform + pos: 27.5,101.5 + parent: 2 + - uid: 16395 + components: + - type: Transform + pos: 27.5,106.5 + parent: 2 + - uid: 16396 + components: + - type: Transform + pos: 27.5,105.5 + parent: 2 + - uid: 16397 + components: + - type: Transform + pos: 27.5,107.5 + parent: 2 + - uid: 16398 + components: + - type: Transform + pos: 27.5,109.5 + parent: 2 + - uid: 16399 + components: + - type: Transform + pos: 26.5,102.5 + parent: 2 + - uid: 16400 + components: + - type: Transform + pos: 26.5,101.5 + parent: 2 + - uid: 16401 + components: + - type: Transform + pos: 26.5,103.5 + parent: 2 + - uid: 16402 + components: + - type: Transform + pos: 26.5,104.5 + parent: 2 + - uid: 16403 + components: + - type: Transform + pos: 23.5,98.5 + parent: 2 + - uid: 16404 + components: + - type: Transform + pos: 23.5,99.5 + parent: 2 + - uid: 16405 + components: + - type: Transform + pos: 23.5,111.5 + parent: 2 + - uid: 16406 + components: + - type: Transform + pos: 23.5,115.5 + parent: 2 + - uid: 16407 + components: + - type: Transform + pos: 23.5,96.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: 23.5,95.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + pos: 22.5,95.5 + parent: 2 + - uid: 16410 + components: + - type: Transform + pos: 22.5,96.5 + parent: 2 + - uid: 16411 + components: + - type: Transform + pos: 21.5,117.5 + parent: 2 + - uid: 16412 + components: + - type: Transform + pos: 21.5,100.5 + parent: 2 + - uid: 16413 + components: + - type: Transform + pos: 21.5,119.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + pos: 21.5,118.5 + parent: 2 + - uid: 16415 + components: + - type: Transform + pos: 21.5,104.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + pos: 22.5,98.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + pos: 21.5,106.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: 21.5,105.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + pos: 21.5,112.5 + parent: 2 + - uid: 16420 + components: + - type: Transform + pos: 25.5,124.5 + parent: 2 + - uid: 16421 + components: + - type: Transform + pos: 26.5,98.5 + parent: 2 + - uid: 16422 + components: + - type: Transform + pos: 26.5,97.5 + parent: 2 + - uid: 16423 + components: + - type: Transform + pos: 26.5,105.5 + parent: 2 + - uid: 16424 + components: + - type: Transform + pos: 26.5,99.5 + parent: 2 + - uid: 16425 + components: + - type: Transform + pos: 26.5,107.5 + parent: 2 + - uid: 16426 + components: + - type: Transform + pos: 26.5,106.5 + parent: 2 + - uid: 16427 + components: + - type: Transform + pos: 26.5,109.5 + parent: 2 + - uid: 16428 + components: + - type: Transform + pos: 26.5,108.5 + parent: 2 + - uid: 16429 + components: + - type: Transform + pos: 26.5,111.5 + parent: 2 + - uid: 16430 + components: + - type: Transform + pos: 26.5,110.5 + parent: 2 + - uid: 16431 + components: + - type: Transform + pos: 39.5,126.5 + parent: 2 + - uid: 16432 + components: + - type: Transform + pos: 35.5,120.5 + parent: 2 + - uid: 16433 + components: + - type: Transform + pos: 40.5,126.5 + parent: 2 + - uid: 16434 + components: + - type: Transform + pos: 39.5,127.5 + parent: 2 + - uid: 16435 + components: + - type: Transform + pos: 43.5,126.5 + parent: 2 + - uid: 16436 + components: + - type: Transform + pos: 42.5,126.5 + parent: 2 + - uid: 16437 + components: + - type: Transform + pos: 45.5,127.5 + parent: 2 + - uid: 16438 + components: + - type: Transform + pos: 43.5,127.5 + parent: 2 + - uid: 16439 + components: + - type: Transform + pos: 44.5,126.5 + parent: 2 + - uid: 16440 + components: + - type: Transform + pos: 46.5,127.5 + parent: 2 + - uid: 16441 + components: + - type: Transform + pos: 52.5,126.5 + parent: 2 + - uid: 16442 + components: + - type: Transform + pos: 21.5,95.5 + parent: 2 + - uid: 16443 + components: + - type: Transform + pos: 21.5,96.5 + parent: 2 + - uid: 16444 + components: + - type: Transform + pos: 21.5,98.5 + parent: 2 + - uid: 16445 + components: + - type: Transform + pos: 21.5,102.5 + parent: 2 + - uid: 16446 + components: + - type: Transform + pos: 21.5,124.5 + parent: 2 + - uid: 16447 + components: + - type: Transform + pos: 21.5,120.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + pos: 21.5,121.5 + parent: 2 + - uid: 16449 + components: + - type: Transform + pos: 22.5,100.5 + parent: 2 + - uid: 16450 + components: + - type: Transform + pos: 21.5,108.5 + parent: 2 + - uid: 16451 + components: + - type: Transform + pos: 21.5,114.5 + parent: 2 + - uid: 16452 + components: + - type: Transform + pos: 21.5,113.5 + parent: 2 + - uid: 16453 + components: + - type: Transform + pos: 29.5,108.5 + parent: 2 + - uid: 16454 + components: + - type: Transform + pos: 29.5,114.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + pos: 29.5,105.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + pos: 28.5,119.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + pos: 29.5,116.5 + parent: 2 + - uid: 16458 + components: + - type: Transform + pos: 28.5,123.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + pos: 28.5,120.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + pos: 28.5,122.5 + parent: 2 + - uid: 16461 + components: + - type: Transform + pos: 28.5,121.5 + parent: 2 + - uid: 16462 + components: + - type: Transform + pos: 26.5,113.5 + parent: 2 + - uid: 16463 + components: + - type: Transform + pos: 26.5,112.5 + parent: 2 + - uid: 16464 + components: + - type: Transform + pos: 35.5,118.5 + parent: 2 + - uid: 16465 + components: + - type: Transform + pos: 35.5,109.5 + parent: 2 + - uid: 16466 + components: + - type: Transform + pos: 41.5,126.5 + parent: 2 + - uid: 16467 + components: + - type: Transform + pos: 40.5,127.5 + parent: 2 + - uid: 16468 + components: + - type: Transform + pos: 41.5,127.5 + parent: 2 + - uid: 16469 + components: + - type: Transform + pos: 42.5,127.5 + parent: 2 + - uid: 16470 + components: + - type: Transform + pos: 44.5,127.5 + parent: 2 + - uid: 16471 + components: + - type: Transform + pos: 46.5,126.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + pos: 45.5,126.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + pos: 47.5,126.5 + parent: 2 + - uid: 16474 + components: + - type: Transform + pos: 52.5,127.5 + parent: 2 + - uid: 16475 + components: + - type: Transform + pos: 20.5,78.5 + parent: 2 + - uid: 16476 + components: + - type: Transform + pos: 20.5,79.5 + parent: 2 + - uid: 16477 + components: + - type: Transform + pos: 20.5,80.5 + parent: 2 + - uid: 16478 + components: + - type: Transform + pos: 20.5,81.5 + parent: 2 + - uid: 16479 + components: + - type: Transform + pos: 20.5,82.5 + parent: 2 + - uid: 16480 + components: + - type: Transform + pos: 20.5,83.5 + parent: 2 + - uid: 16481 + components: + - type: Transform + pos: 20.5,84.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + pos: 20.5,85.5 + parent: 2 + - uid: 16483 + components: + - type: Transform + pos: 20.5,94.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + pos: 20.5,95.5 + parent: 2 + - uid: 16485 + components: + - type: Transform + pos: 20.5,96.5 + parent: 2 + - uid: 16486 + components: + - type: Transform + pos: 21.5,97.5 + parent: 2 + - uid: 16487 + components: + - type: Transform + pos: 21.5,101.5 + parent: 2 + - uid: 16488 + components: + - type: Transform + pos: 21.5,126.5 + parent: 2 + - uid: 16489 + components: + - type: Transform + pos: 21.5,122.5 + parent: 2 + - uid: 16490 + components: + - type: Transform + pos: 21.5,123.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: 22.5,99.5 + parent: 2 + - uid: 16492 + components: + - type: Transform + pos: 21.5,107.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + pos: 21.5,110.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: 21.5,115.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: 29.5,109.5 + parent: 2 + - uid: 16496 + components: + - type: Transform + pos: 29.5,106.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + pos: 29.5,107.5 + parent: 2 + - uid: 16498 + components: + - type: Transform + pos: 29.5,111.5 + parent: 2 + - uid: 16499 + components: + - type: Transform + pos: 29.5,117.5 + parent: 2 + - uid: 16500 + components: + - type: Transform + pos: 28.5,127.5 + parent: 2 + - uid: 16501 + components: + - type: Transform + pos: 28.5,124.5 + parent: 2 + - uid: 16502 + components: + - type: Transform + pos: 28.5,126.5 + parent: 2 + - uid: 16503 + components: + - type: Transform + pos: 28.5,125.5 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: 26.5,116.5 + parent: 2 + - uid: 16505 + components: + - type: Transform + pos: 26.5,115.5 + parent: 2 + - uid: 16506 + components: + - type: Transform + pos: 35.5,119.5 + parent: 2 + - uid: 16507 + components: + - type: Transform + pos: 35.5,122.5 + parent: 2 + - uid: 16508 + components: + - type: Transform + pos: 35.5,111.5 + parent: 2 + - uid: 16509 + components: + - type: Transform + pos: 35.5,110.5 + parent: 2 + - uid: 16510 + components: + - type: Transform + pos: 35.5,113.5 + parent: 2 + - uid: 16511 + components: + - type: Transform + pos: 35.5,112.5 + parent: 2 + - uid: 16512 + components: + - type: Transform + pos: 35.5,115.5 + parent: 2 + - uid: 16513 + components: + - type: Transform + pos: 35.5,114.5 + parent: 2 + - uid: 16514 + components: + - type: Transform + pos: 35.5,117.5 + parent: 2 + - uid: 16515 + components: + - type: Transform + pos: 52.5,120.5 + parent: 2 + - uid: 16516 + components: + - type: Transform + pos: 19.5,78.5 + parent: 2 + - uid: 16517 + components: + - type: Transform + pos: 19.5,79.5 + parent: 2 + - uid: 16518 + components: + - type: Transform + pos: 19.5,80.5 + parent: 2 + - uid: 16519 + components: + - type: Transform + pos: 19.5,81.5 + parent: 2 + - uid: 16520 + components: + - type: Transform + pos: 19.5,82.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: 19.5,83.5 + parent: 2 + - uid: 16522 + components: + - type: Transform + pos: 19.5,84.5 + parent: 2 + - uid: 16523 + components: + - type: Transform + pos: 19.5,85.5 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: 19.5,88.5 + parent: 2 + - uid: 16525 + components: + - type: Transform + pos: 19.5,87.5 + parent: 2 + - uid: 16526 + components: + - type: Transform + pos: 19.5,86.5 + parent: 2 + - uid: 16527 + components: + - type: Transform + pos: 19.5,94.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: 19.5,95.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + pos: 19.5,96.5 + parent: 2 + - uid: 16530 + components: + - type: Transform + pos: 21.5,99.5 + parent: 2 + - uid: 16531 + components: + - type: Transform + pos: 21.5,103.5 + parent: 2 + - uid: 16532 + components: + - type: Transform + pos: 21.5,125.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + pos: 21.5,127.5 + parent: 2 + - uid: 16534 + components: + - type: Transform + pos: 22.5,97.5 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: 22.5,101.5 + parent: 2 + - uid: 16536 + components: + - type: Transform + pos: 21.5,109.5 + parent: 2 + - uid: 16537 + components: + - type: Transform + pos: 21.5,111.5 + parent: 2 + - uid: 16538 + components: + - type: Transform + pos: 21.5,116.5 + parent: 2 + - uid: 16539 + components: + - type: Transform + pos: 29.5,110.5 + parent: 2 + - uid: 16540 + components: + - type: Transform + pos: 29.5,115.5 + parent: 2 + - uid: 16541 + components: + - type: Transform + pos: 29.5,112.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + pos: 29.5,113.5 + parent: 2 + - uid: 16543 + components: + - type: Transform + pos: 29.5,118.5 + parent: 2 + - uid: 16544 + components: + - type: Transform + pos: 29.5,98.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + pos: 29.5,97.5 + parent: 2 + - uid: 16546 + components: + - type: Transform + pos: 29.5,99.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + pos: 29.5,100.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + pos: 26.5,114.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: 26.5,117.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + pos: 35.5,121.5 + parent: 2 + - uid: 16551 + components: + - type: Transform + pos: 35.5,124.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + pos: 35.5,123.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + pos: 35.5,126.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + pos: 35.5,125.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: 36.5,97.5 + parent: 2 + - uid: 16556 + components: + - type: Transform + pos: 35.5,127.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: 36.5,100.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: 36.5,98.5 + parent: 2 + - uid: 16559 + components: + - type: Transform + pos: 36.5,99.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: 52.5,121.5 + parent: 2 + - uid: 16561 + components: + - type: Transform + pos: 18.5,78.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: 18.5,79.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: 18.5,80.5 + parent: 2 + - uid: 16564 + components: + - type: Transform + pos: 18.5,81.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + pos: 18.5,82.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: 18.5,83.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + pos: 18.5,84.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: 18.5,85.5 + parent: 2 + - uid: 16569 + components: + - type: Transform + pos: 18.5,86.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + pos: 18.5,87.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + pos: 18.5,88.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + pos: 18.5,89.5 + parent: 2 + - uid: 16573 + components: + - type: Transform + pos: 18.5,90.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + pos: 18.5,91.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: 18.5,92.5 + parent: 2 + - uid: 16576 + components: + - type: Transform + pos: 18.5,93.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + pos: 18.5,94.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: 18.5,95.5 + parent: 2 + - uid: 16579 + components: + - type: Transform + pos: 18.5,96.5 + parent: 2 + - uid: 16580 + components: + - type: Transform + pos: 18.5,97.5 + parent: 2 + - uid: 16581 + components: + - type: Transform + pos: 18.5,98.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + pos: 18.5,99.5 + parent: 2 + - uid: 16583 + components: + - type: Transform + pos: 18.5,100.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + pos: 18.5,101.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + pos: 18.5,102.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + pos: 18.5,103.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + pos: 18.5,104.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + pos: 18.5,105.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + pos: 18.5,106.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + pos: 18.5,107.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + pos: 18.5,108.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + pos: 18.5,109.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + pos: 18.5,110.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + pos: 18.5,111.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + pos: 18.5,112.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + pos: 18.5,113.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + pos: 18.5,114.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + pos: 18.5,115.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + pos: 18.5,116.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + pos: 18.5,117.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + pos: 18.5,118.5 + parent: 2 + - uid: 16602 + components: + - type: Transform + pos: 18.5,119.5 + parent: 2 + - uid: 16603 + components: + - type: Transform + pos: 18.5,120.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: 18.5,121.5 + parent: 2 + - uid: 16605 + components: + - type: Transform + pos: 18.5,122.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: 18.5,123.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + pos: 18.5,124.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: 18.5,125.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: 18.5,126.5 + parent: 2 + - uid: 16610 + components: + - type: Transform + pos: 18.5,127.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: 17.5,78.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: 17.5,79.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + pos: 17.5,80.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: 17.5,81.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + pos: 17.5,82.5 + parent: 2 + - uid: 16616 + components: + - type: Transform + pos: 17.5,83.5 + parent: 2 + - uid: 16617 + components: + - type: Transform + pos: 17.5,84.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + pos: 17.5,85.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + pos: 17.5,86.5 + parent: 2 + - uid: 16620 + components: + - type: Transform + pos: 17.5,87.5 + parent: 2 + - uid: 16621 + components: + - type: Transform + pos: 17.5,88.5 + parent: 2 + - uid: 16622 + components: + - type: Transform + pos: 17.5,89.5 + parent: 2 + - uid: 16623 + components: + - type: Transform + pos: 17.5,90.5 + parent: 2 + - uid: 16624 + components: + - type: Transform + pos: 17.5,91.5 + parent: 2 + - uid: 16625 + components: + - type: Transform + pos: 17.5,92.5 + parent: 2 + - uid: 16626 + components: + - type: Transform + pos: 17.5,93.5 + parent: 2 + - uid: 16627 + components: + - type: Transform + pos: 17.5,94.5 + parent: 2 + - uid: 16628 + components: + - type: Transform + pos: 17.5,95.5 + parent: 2 + - uid: 16629 + components: + - type: Transform + pos: 17.5,96.5 + parent: 2 + - uid: 16630 + components: + - type: Transform + pos: 17.5,97.5 + parent: 2 + - uid: 16631 + components: + - type: Transform + pos: 17.5,98.5 + parent: 2 + - uid: 16632 + components: + - type: Transform + pos: 17.5,99.5 + parent: 2 + - uid: 16633 + components: + - type: Transform + pos: 17.5,100.5 + parent: 2 + - uid: 16634 + components: + - type: Transform + pos: 17.5,101.5 + parent: 2 + - uid: 16635 + components: + - type: Transform + pos: 17.5,102.5 + parent: 2 + - uid: 16636 + components: + - type: Transform + pos: 17.5,103.5 + parent: 2 + - uid: 16637 + components: + - type: Transform + pos: 17.5,104.5 + parent: 2 + - uid: 16638 + components: + - type: Transform + pos: 17.5,105.5 + parent: 2 + - uid: 16639 + components: + - type: Transform + pos: 17.5,106.5 + parent: 2 + - uid: 16640 + components: + - type: Transform + pos: 17.5,107.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + pos: 17.5,108.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + pos: 17.5,109.5 + parent: 2 + - uid: 16643 + components: + - type: Transform + pos: 17.5,110.5 + parent: 2 + - uid: 16644 + components: + - type: Transform + pos: 17.5,111.5 + parent: 2 + - uid: 16645 + components: + - type: Transform + pos: 17.5,112.5 + parent: 2 + - uid: 16646 + components: + - type: Transform + pos: 17.5,113.5 + parent: 2 + - uid: 16647 + components: + - type: Transform + pos: 17.5,114.5 + parent: 2 + - uid: 16648 + components: + - type: Transform + pos: 17.5,115.5 + parent: 2 + - uid: 16649 + components: + - type: Transform + pos: 17.5,116.5 + parent: 2 + - uid: 16650 + components: + - type: Transform + pos: 17.5,117.5 + parent: 2 + - uid: 16651 + components: + - type: Transform + pos: 17.5,118.5 + parent: 2 + - uid: 16652 + components: + - type: Transform + pos: 17.5,119.5 + parent: 2 + - uid: 16653 + components: + - type: Transform + pos: 17.5,120.5 + parent: 2 + - uid: 16654 + components: + - type: Transform + pos: 17.5,121.5 + parent: 2 + - uid: 16655 + components: + - type: Transform + pos: 17.5,122.5 + parent: 2 + - uid: 16656 + components: + - type: Transform + pos: 17.5,123.5 + parent: 2 + - uid: 16657 + components: + - type: Transform + pos: 17.5,124.5 + parent: 2 + - uid: 16658 + components: + - type: Transform + pos: 17.5,125.5 + parent: 2 + - uid: 16659 + components: + - type: Transform + pos: 17.5,126.5 + parent: 2 + - uid: 16660 + components: + - type: Transform + pos: 17.5,127.5 + parent: 2 + - uid: 16661 + components: + - type: Transform + pos: 16.5,78.5 + parent: 2 + - uid: 16662 + components: + - type: Transform + pos: 16.5,79.5 + parent: 2 + - uid: 16663 + components: + - type: Transform + pos: 16.5,80.5 + parent: 2 + - uid: 16664 + components: + - type: Transform + pos: 16.5,81.5 + parent: 2 + - uid: 16665 + components: + - type: Transform + pos: 16.5,82.5 + parent: 2 + - uid: 16666 + components: + - type: Transform + pos: 16.5,83.5 + parent: 2 + - uid: 16667 + components: + - type: Transform + pos: 16.5,84.5 + parent: 2 + - uid: 16668 + components: + - type: Transform + pos: 16.5,85.5 + parent: 2 + - uid: 16669 + components: + - type: Transform + pos: 16.5,86.5 + parent: 2 + - uid: 16670 + components: + - type: Transform + pos: 16.5,87.5 + parent: 2 + - uid: 16671 + components: + - type: Transform + pos: 16.5,88.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: 16.5,89.5 + parent: 2 + - uid: 16673 + components: + - type: Transform + pos: 16.5,90.5 + parent: 2 + - uid: 16674 + components: + - type: Transform + pos: 16.5,91.5 + parent: 2 + - uid: 16675 + components: + - type: Transform + pos: 16.5,92.5 + parent: 2 + - uid: 16676 + components: + - type: Transform + pos: 16.5,93.5 + parent: 2 + - uid: 16677 + components: + - type: Transform + pos: 16.5,94.5 + parent: 2 + - uid: 16678 + components: + - type: Transform + pos: 16.5,95.5 + parent: 2 + - uid: 16679 + components: + - type: Transform + pos: 16.5,96.5 + parent: 2 + - uid: 16680 + components: + - type: Transform + pos: 16.5,97.5 + parent: 2 + - uid: 16681 + components: + - type: Transform + pos: 16.5,98.5 + parent: 2 + - uid: 16682 + components: + - type: Transform + pos: 16.5,99.5 + parent: 2 + - uid: 16683 + components: + - type: Transform + pos: 16.5,100.5 + parent: 2 + - uid: 16684 + components: + - type: Transform + pos: 16.5,101.5 + parent: 2 + - uid: 16685 + components: + - type: Transform + pos: 16.5,102.5 + parent: 2 + - uid: 16686 + components: + - type: Transform + pos: 16.5,103.5 + parent: 2 + - uid: 16687 + components: + - type: Transform + pos: 16.5,104.5 + parent: 2 + - uid: 16688 + components: + - type: Transform + pos: 16.5,105.5 + parent: 2 + - uid: 16689 + components: + - type: Transform + pos: 16.5,106.5 + parent: 2 + - uid: 16690 + components: + - type: Transform + pos: 16.5,107.5 + parent: 2 + - uid: 16691 + components: + - type: Transform + pos: 16.5,108.5 + parent: 2 + - uid: 16692 + components: + - type: Transform + pos: 16.5,109.5 + parent: 2 + - uid: 16693 + components: + - type: Transform + pos: 16.5,110.5 + parent: 2 + - uid: 16694 + components: + - type: Transform + pos: 16.5,111.5 + parent: 2 + - uid: 16695 + components: + - type: Transform + pos: 16.5,112.5 + parent: 2 + - uid: 16696 + components: + - type: Transform + pos: 16.5,113.5 + parent: 2 + - uid: 16697 + components: + - type: Transform + pos: 16.5,114.5 + parent: 2 + - uid: 16698 + components: + - type: Transform + pos: 16.5,115.5 + parent: 2 + - uid: 16699 + components: + - type: Transform + pos: 16.5,116.5 + parent: 2 + - uid: 16700 + components: + - type: Transform + pos: 16.5,117.5 + parent: 2 + - uid: 16701 + components: + - type: Transform + pos: 16.5,118.5 + parent: 2 + - uid: 16702 + components: + - type: Transform + pos: 16.5,119.5 + parent: 2 + - uid: 16703 + components: + - type: Transform + pos: 16.5,120.5 + parent: 2 + - uid: 16704 + components: + - type: Transform + pos: 16.5,121.5 + parent: 2 + - uid: 16705 + components: + - type: Transform + pos: 16.5,122.5 + parent: 2 + - uid: 16706 + components: + - type: Transform + pos: 16.5,123.5 + parent: 2 + - uid: 16707 + components: + - type: Transform + pos: 16.5,124.5 + parent: 2 + - uid: 16708 + components: + - type: Transform + pos: 16.5,125.5 + parent: 2 + - uid: 16709 + components: + - type: Transform + pos: 16.5,126.5 + parent: 2 + - uid: 16710 + components: + - type: Transform + pos: 16.5,127.5 + parent: 2 + - uid: 16711 + components: + - type: Transform + pos: 15.5,78.5 + parent: 2 + - uid: 16712 + components: + - type: Transform + pos: 15.5,79.5 + parent: 2 + - uid: 16713 + components: + - type: Transform + pos: 15.5,80.5 + parent: 2 + - uid: 16714 + components: + - type: Transform + pos: 15.5,81.5 + parent: 2 + - uid: 16715 + components: + - type: Transform + pos: 15.5,82.5 + parent: 2 + - uid: 16716 + components: + - type: Transform + pos: 15.5,83.5 + parent: 2 + - uid: 16717 + components: + - type: Transform + pos: 15.5,84.5 + parent: 2 + - uid: 16718 + components: + - type: Transform + pos: 15.5,85.5 + parent: 2 + - uid: 16719 + components: + - type: Transform + pos: 15.5,86.5 + parent: 2 + - uid: 16720 + components: + - type: Transform + pos: 15.5,87.5 + parent: 2 + - uid: 16721 + components: + - type: Transform + pos: 15.5,88.5 + parent: 2 + - uid: 16722 + components: + - type: Transform + pos: 15.5,89.5 + parent: 2 + - uid: 16723 + components: + - type: Transform + pos: 15.5,90.5 + parent: 2 + - uid: 16724 + components: + - type: Transform + pos: 15.5,91.5 + parent: 2 + - uid: 16725 + components: + - type: Transform + pos: 15.5,92.5 + parent: 2 + - uid: 16726 + components: + - type: Transform + pos: 15.5,93.5 + parent: 2 + - uid: 16727 + components: + - type: Transform + pos: 15.5,94.5 + parent: 2 + - uid: 16728 + components: + - type: Transform + pos: 15.5,95.5 + parent: 2 + - uid: 16729 + components: + - type: Transform + pos: 15.5,96.5 + parent: 2 + - uid: 16730 + components: + - type: Transform + pos: 15.5,97.5 + parent: 2 + - uid: 16731 + components: + - type: Transform + pos: 15.5,98.5 + parent: 2 + - uid: 16732 + components: + - type: Transform + pos: 15.5,99.5 + parent: 2 + - uid: 16733 + components: + - type: Transform + pos: 15.5,100.5 + parent: 2 + - uid: 16734 + components: + - type: Transform + pos: 15.5,101.5 + parent: 2 + - uid: 16735 + components: + - type: Transform + pos: 15.5,102.5 + parent: 2 + - uid: 16736 + components: + - type: Transform + pos: 15.5,103.5 + parent: 2 + - uid: 16737 + components: + - type: Transform + pos: 15.5,104.5 + parent: 2 + - uid: 16738 + components: + - type: Transform + pos: 15.5,105.5 + parent: 2 + - uid: 16739 + components: + - type: Transform + pos: 15.5,106.5 + parent: 2 + - uid: 16740 + components: + - type: Transform + pos: 15.5,107.5 + parent: 2 + - uid: 16741 + components: + - type: Transform + pos: 15.5,108.5 + parent: 2 + - uid: 16742 + components: + - type: Transform + pos: 15.5,109.5 + parent: 2 + - uid: 16743 + components: + - type: Transform + pos: 15.5,110.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + pos: 15.5,111.5 + parent: 2 + - uid: 16745 + components: + - type: Transform + pos: 15.5,112.5 + parent: 2 + - uid: 16746 + components: + - type: Transform + pos: 15.5,113.5 + parent: 2 + - uid: 16747 + components: + - type: Transform + pos: 15.5,114.5 + parent: 2 + - uid: 16748 + components: + - type: Transform + pos: 15.5,115.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + pos: 15.5,116.5 + parent: 2 + - uid: 16750 + components: + - type: Transform + pos: 15.5,117.5 + parent: 2 + - uid: 16751 + components: + - type: Transform + pos: 15.5,118.5 + parent: 2 + - uid: 16752 + components: + - type: Transform + pos: 15.5,119.5 + parent: 2 + - uid: 16753 + components: + - type: Transform + pos: 15.5,120.5 + parent: 2 + - uid: 16754 + components: + - type: Transform + pos: 15.5,121.5 + parent: 2 + - uid: 16755 + components: + - type: Transform + pos: 15.5,122.5 + parent: 2 + - uid: 16756 + components: + - type: Transform + pos: 15.5,123.5 + parent: 2 + - uid: 16757 + components: + - type: Transform + pos: 15.5,124.5 + parent: 2 + - uid: 16758 + components: + - type: Transform + pos: 15.5,125.5 + parent: 2 + - uid: 16759 + components: + - type: Transform + pos: 15.5,126.5 + parent: 2 + - uid: 16760 + components: + - type: Transform + pos: 15.5,127.5 + parent: 2 + - uid: 16761 + components: + - type: Transform + pos: 14.5,78.5 + parent: 2 + - uid: 16762 + components: + - type: Transform + pos: 14.5,79.5 + parent: 2 + - uid: 16763 + components: + - type: Transform + pos: 14.5,80.5 + parent: 2 + - uid: 16764 + components: + - type: Transform + pos: 14.5,81.5 + parent: 2 + - uid: 16765 + components: + - type: Transform + pos: 14.5,82.5 + parent: 2 + - uid: 16766 + components: + - type: Transform + pos: 14.5,83.5 + parent: 2 + - uid: 16767 + components: + - type: Transform + pos: 14.5,84.5 + parent: 2 + - uid: 16768 + components: + - type: Transform + pos: 14.5,85.5 + parent: 2 + - uid: 16769 + components: + - type: Transform + pos: 14.5,86.5 + parent: 2 + - uid: 16770 + components: + - type: Transform + pos: 14.5,87.5 + parent: 2 + - uid: 16771 + components: + - type: Transform + pos: 14.5,88.5 + parent: 2 + - uid: 16772 + components: + - type: Transform + pos: 14.5,89.5 + parent: 2 + - uid: 16773 + components: + - type: Transform + pos: 14.5,90.5 + parent: 2 + - uid: 16774 + components: + - type: Transform + pos: 14.5,91.5 + parent: 2 + - uid: 16775 + components: + - type: Transform + pos: 14.5,92.5 + parent: 2 + - uid: 16776 + components: + - type: Transform + pos: 14.5,93.5 + parent: 2 + - uid: 16777 + components: + - type: Transform + pos: 14.5,94.5 + parent: 2 + - uid: 16778 + components: + - type: Transform + pos: 14.5,95.5 + parent: 2 + - uid: 16779 + components: + - type: Transform + pos: 14.5,96.5 + parent: 2 + - uid: 16780 + components: + - type: Transform + pos: 14.5,97.5 + parent: 2 + - uid: 16781 + components: + - type: Transform + pos: 14.5,98.5 + parent: 2 + - uid: 16782 + components: + - type: Transform + pos: 14.5,99.5 + parent: 2 + - uid: 16783 + components: + - type: Transform + pos: 14.5,100.5 + parent: 2 + - uid: 16784 + components: + - type: Transform + pos: 14.5,101.5 + parent: 2 + - uid: 16785 + components: + - type: Transform + pos: 14.5,102.5 + parent: 2 + - uid: 16786 + components: + - type: Transform + pos: 14.5,103.5 + parent: 2 + - uid: 16787 + components: + - type: Transform + pos: 14.5,104.5 + parent: 2 + - uid: 16788 + components: + - type: Transform + pos: 14.5,105.5 + parent: 2 + - uid: 16789 + components: + - type: Transform + pos: 14.5,106.5 + parent: 2 + - uid: 16790 + components: + - type: Transform + pos: 14.5,107.5 + parent: 2 + - uid: 16791 + components: + - type: Transform + pos: 14.5,108.5 + parent: 2 + - uid: 16792 + components: + - type: Transform + pos: 14.5,109.5 + parent: 2 + - uid: 16793 + components: + - type: Transform + pos: 14.5,110.5 + parent: 2 + - uid: 16794 + components: + - type: Transform + pos: 14.5,111.5 + parent: 2 + - uid: 16795 + components: + - type: Transform + pos: 14.5,112.5 + parent: 2 + - uid: 16796 + components: + - type: Transform + pos: 14.5,113.5 + parent: 2 + - uid: 16797 + components: + - type: Transform + pos: 14.5,114.5 + parent: 2 + - uid: 16798 + components: + - type: Transform + pos: 14.5,115.5 + parent: 2 + - uid: 16799 + components: + - type: Transform + pos: 14.5,116.5 + parent: 2 + - uid: 16800 + components: + - type: Transform + pos: 14.5,117.5 + parent: 2 + - uid: 16801 + components: + - type: Transform + pos: 14.5,118.5 + parent: 2 + - uid: 16802 + components: + - type: Transform + pos: 14.5,119.5 + parent: 2 + - uid: 16803 + components: + - type: Transform + pos: 14.5,120.5 + parent: 2 + - uid: 16804 + components: + - type: Transform + pos: 14.5,121.5 + parent: 2 + - uid: 16805 + components: + - type: Transform + pos: 14.5,122.5 + parent: 2 + - uid: 16806 + components: + - type: Transform + pos: 14.5,123.5 + parent: 2 + - uid: 16807 + components: + - type: Transform + pos: 14.5,124.5 + parent: 2 + - uid: 16808 + components: + - type: Transform + pos: 14.5,125.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + pos: 14.5,126.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + pos: 14.5,127.5 + parent: 2 + - uid: 16811 + components: + - type: Transform + pos: 13.5,78.5 + parent: 2 + - uid: 16812 + components: + - type: Transform + pos: 13.5,79.5 + parent: 2 + - uid: 16813 + components: + - type: Transform + pos: 13.5,80.5 + parent: 2 + - uid: 16814 + components: + - type: Transform + pos: 13.5,81.5 + parent: 2 + - uid: 16815 + components: + - type: Transform + pos: 13.5,82.5 + parent: 2 + - uid: 16816 + components: + - type: Transform + pos: 13.5,83.5 + parent: 2 + - uid: 16817 + components: + - type: Transform + pos: 13.5,84.5 + parent: 2 + - uid: 16818 + components: + - type: Transform + pos: 13.5,85.5 + parent: 2 + - uid: 16819 + components: + - type: Transform + pos: 13.5,86.5 + parent: 2 + - uid: 16820 + components: + - type: Transform + pos: 13.5,87.5 + parent: 2 + - uid: 16821 + components: + - type: Transform + pos: 13.5,88.5 + parent: 2 + - uid: 16822 + components: + - type: Transform + pos: 13.5,89.5 + parent: 2 + - uid: 16823 + components: + - type: Transform + pos: 13.5,90.5 + parent: 2 + - uid: 16824 + components: + - type: Transform + pos: 13.5,91.5 + parent: 2 + - uid: 16825 + components: + - type: Transform + pos: 13.5,92.5 + parent: 2 + - uid: 16826 + components: + - type: Transform + pos: 13.5,93.5 + parent: 2 + - uid: 16827 + components: + - type: Transform + pos: 13.5,94.5 + parent: 2 + - uid: 16828 + components: + - type: Transform + pos: 13.5,95.5 + parent: 2 + - uid: 16829 + components: + - type: Transform + pos: 13.5,96.5 + parent: 2 + - uid: 16830 + components: + - type: Transform + pos: 13.5,97.5 + parent: 2 + - uid: 16831 + components: + - type: Transform + pos: 13.5,98.5 + parent: 2 + - uid: 16832 + components: + - type: Transform + pos: 13.5,99.5 + parent: 2 + - uid: 16833 + components: + - type: Transform + pos: 13.5,100.5 + parent: 2 + - uid: 16834 + components: + - type: Transform + pos: 13.5,101.5 + parent: 2 + - uid: 16835 + components: + - type: Transform + pos: 13.5,102.5 + parent: 2 + - uid: 16836 + components: + - type: Transform + pos: 13.5,103.5 + parent: 2 + - uid: 16837 + components: + - type: Transform + pos: 13.5,104.5 + parent: 2 + - uid: 16838 + components: + - type: Transform + pos: 13.5,105.5 + parent: 2 + - uid: 16839 + components: + - type: Transform + pos: 13.5,106.5 + parent: 2 + - uid: 16840 + components: + - type: Transform + pos: 13.5,107.5 + parent: 2 + - uid: 16841 + components: + - type: Transform + pos: 13.5,108.5 + parent: 2 + - uid: 16842 + components: + - type: Transform + pos: 13.5,109.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + pos: 13.5,110.5 + parent: 2 + - uid: 16844 + components: + - type: Transform + pos: 13.5,111.5 + parent: 2 + - uid: 16845 + components: + - type: Transform + pos: 13.5,112.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + pos: 13.5,113.5 + parent: 2 + - uid: 16847 + components: + - type: Transform + pos: 13.5,114.5 + parent: 2 + - uid: 16848 + components: + - type: Transform + pos: 13.5,115.5 + parent: 2 + - uid: 16849 + components: + - type: Transform + pos: 13.5,116.5 + parent: 2 + - uid: 16850 + components: + - type: Transform + pos: 13.5,117.5 + parent: 2 + - uid: 16851 + components: + - type: Transform + pos: 13.5,118.5 + parent: 2 + - uid: 16852 + components: + - type: Transform + pos: 13.5,119.5 + parent: 2 + - uid: 16853 + components: + - type: Transform + pos: 13.5,120.5 + parent: 2 + - uid: 16854 + components: + - type: Transform + pos: 13.5,121.5 + parent: 2 + - uid: 16855 + components: + - type: Transform + pos: 13.5,122.5 + parent: 2 + - uid: 16856 + components: + - type: Transform + pos: 13.5,123.5 + parent: 2 + - uid: 16857 + components: + - type: Transform + pos: 13.5,124.5 + parent: 2 + - uid: 16858 + components: + - type: Transform + pos: 13.5,125.5 + parent: 2 + - uid: 16859 + components: + - type: Transform + pos: 13.5,126.5 + parent: 2 + - uid: 16860 + components: + - type: Transform + pos: 13.5,127.5 + parent: 2 + - uid: 16861 + components: + - type: Transform + pos: 12.5,78.5 + parent: 2 + - uid: 16862 + components: + - type: Transform + pos: 12.5,79.5 + parent: 2 + - uid: 16863 + components: + - type: Transform + pos: 12.5,80.5 + parent: 2 + - uid: 16864 + components: + - type: Transform + pos: 12.5,81.5 + parent: 2 + - uid: 16865 + components: + - type: Transform + pos: 12.5,82.5 + parent: 2 + - uid: 16866 + components: + - type: Transform + pos: 12.5,83.5 + parent: 2 + - uid: 16867 + components: + - type: Transform + pos: 12.5,84.5 + parent: 2 + - uid: 16868 + components: + - type: Transform + pos: 12.5,85.5 + parent: 2 + - uid: 16869 + components: + - type: Transform + pos: 12.5,86.5 + parent: 2 + - uid: 16870 + components: + - type: Transform + pos: 12.5,87.5 + parent: 2 + - uid: 16871 + components: + - type: Transform + pos: 12.5,88.5 + parent: 2 + - uid: 16872 + components: + - type: Transform + pos: 12.5,89.5 + parent: 2 + - uid: 16873 + components: + - type: Transform + pos: 12.5,90.5 + parent: 2 + - uid: 16874 + components: + - type: Transform + pos: 12.5,91.5 + parent: 2 + - uid: 16875 + components: + - type: Transform + pos: 12.5,92.5 + parent: 2 + - uid: 16876 + components: + - type: Transform + pos: 12.5,93.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + pos: 12.5,94.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + pos: 12.5,95.5 + parent: 2 + - uid: 16879 + components: + - type: Transform + pos: 12.5,96.5 + parent: 2 + - uid: 16880 + components: + - type: Transform + pos: 12.5,97.5 + parent: 2 + - uid: 16881 + components: + - type: Transform + pos: 12.5,98.5 + parent: 2 + - uid: 16882 + components: + - type: Transform + pos: 12.5,99.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + pos: 12.5,100.5 + parent: 2 + - uid: 16884 + components: + - type: Transform + pos: 12.5,101.5 + parent: 2 + - uid: 16885 + components: + - type: Transform + pos: 12.5,102.5 + parent: 2 + - uid: 16886 + components: + - type: Transform + pos: 12.5,103.5 + parent: 2 + - uid: 16887 + components: + - type: Transform + pos: 12.5,104.5 + parent: 2 + - uid: 16888 + components: + - type: Transform + pos: 12.5,105.5 + parent: 2 + - uid: 16889 + components: + - type: Transform + pos: 12.5,106.5 + parent: 2 + - uid: 16890 + components: + - type: Transform + pos: 12.5,107.5 + parent: 2 + - uid: 16891 + components: + - type: Transform + pos: 12.5,108.5 + parent: 2 + - uid: 16892 + components: + - type: Transform + pos: 12.5,109.5 + parent: 2 + - uid: 16893 + components: + - type: Transform + pos: 12.5,110.5 + parent: 2 + - uid: 16894 + components: + - type: Transform + pos: 12.5,111.5 + parent: 2 + - uid: 16895 + components: + - type: Transform + pos: 12.5,112.5 + parent: 2 + - uid: 16896 + components: + - type: Transform + pos: 12.5,113.5 + parent: 2 + - uid: 16897 + components: + - type: Transform + pos: 12.5,114.5 + parent: 2 + - uid: 16898 + components: + - type: Transform + pos: 12.5,115.5 + parent: 2 + - uid: 16899 + components: + - type: Transform + pos: 12.5,116.5 + parent: 2 + - uid: 16900 + components: + - type: Transform + pos: 12.5,117.5 + parent: 2 + - uid: 16901 + components: + - type: Transform + pos: 12.5,118.5 + parent: 2 + - uid: 16902 + components: + - type: Transform + pos: 12.5,119.5 + parent: 2 + - uid: 16903 + components: + - type: Transform + pos: 12.5,120.5 + parent: 2 + - uid: 16904 + components: + - type: Transform + pos: 12.5,121.5 + parent: 2 + - uid: 16905 + components: + - type: Transform + pos: 12.5,122.5 + parent: 2 + - uid: 16906 + components: + - type: Transform + pos: 12.5,123.5 + parent: 2 + - uid: 16907 + components: + - type: Transform + pos: 12.5,124.5 + parent: 2 + - uid: 16908 + components: + - type: Transform + pos: 12.5,125.5 + parent: 2 + - uid: 16909 + components: + - type: Transform + pos: 12.5,126.5 + parent: 2 + - uid: 16910 + components: + - type: Transform + pos: 12.5,127.5 + parent: 2 + - uid: 16911 + components: + - type: Transform + pos: 11.5,78.5 + parent: 2 + - uid: 16912 + components: + - type: Transform + pos: 11.5,79.5 + parent: 2 + - uid: 16913 + components: + - type: Transform + pos: 11.5,80.5 + parent: 2 + - uid: 16914 + components: + - type: Transform + pos: 11.5,81.5 + parent: 2 + - uid: 16915 + components: + - type: Transform + pos: 11.5,82.5 + parent: 2 + - uid: 16916 + components: + - type: Transform + pos: 11.5,83.5 + parent: 2 + - uid: 16917 + components: + - type: Transform + pos: 11.5,84.5 + parent: 2 + - uid: 16918 + components: + - type: Transform + pos: 11.5,85.5 + parent: 2 + - uid: 16919 + components: + - type: Transform + pos: 11.5,86.5 + parent: 2 + - uid: 16920 + components: + - type: Transform + pos: 11.5,87.5 + parent: 2 + - uid: 16921 + components: + - type: Transform + pos: 11.5,88.5 + parent: 2 + - uid: 16922 + components: + - type: Transform + pos: 11.5,89.5 + parent: 2 + - uid: 16923 + components: + - type: Transform + pos: 11.5,90.5 + parent: 2 + - uid: 16924 + components: + - type: Transform + pos: 11.5,91.5 + parent: 2 + - uid: 16925 + components: + - type: Transform + pos: 11.5,92.5 + parent: 2 + - uid: 16926 + components: + - type: Transform + pos: 11.5,93.5 + parent: 2 + - uid: 16927 + components: + - type: Transform + pos: 11.5,94.5 + parent: 2 + - uid: 16928 + components: + - type: Transform + pos: 11.5,95.5 + parent: 2 + - uid: 16929 + components: + - type: Transform + pos: 11.5,96.5 + parent: 2 + - uid: 16930 + components: + - type: Transform + pos: 11.5,97.5 + parent: 2 + - uid: 16931 + components: + - type: Transform + pos: 11.5,98.5 + parent: 2 + - uid: 16932 + components: + - type: Transform + pos: 11.5,99.5 + parent: 2 + - uid: 16933 + components: + - type: Transform + pos: 11.5,100.5 + parent: 2 + - uid: 16934 + components: + - type: Transform + pos: 11.5,101.5 + parent: 2 + - uid: 16935 + components: + - type: Transform + pos: 11.5,102.5 + parent: 2 + - uid: 16936 + components: + - type: Transform + pos: 11.5,103.5 + parent: 2 + - uid: 16937 + components: + - type: Transform + pos: 11.5,104.5 + parent: 2 + - uid: 16938 + components: + - type: Transform + pos: 11.5,105.5 + parent: 2 + - uid: 16939 + components: + - type: Transform + pos: 11.5,106.5 + parent: 2 + - uid: 16940 + components: + - type: Transform + pos: 11.5,107.5 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: 11.5,108.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: 11.5,109.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: 11.5,110.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + pos: 11.5,111.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + pos: 11.5,112.5 + parent: 2 + - uid: 16946 + components: + - type: Transform + pos: 11.5,113.5 + parent: 2 + - uid: 16947 + components: + - type: Transform + pos: 11.5,114.5 + parent: 2 + - uid: 16948 + components: + - type: Transform + pos: 11.5,115.5 + parent: 2 + - uid: 16949 + components: + - type: Transform + pos: 11.5,116.5 + parent: 2 + - uid: 16950 + components: + - type: Transform + pos: 11.5,117.5 + parent: 2 + - uid: 16951 + components: + - type: Transform + pos: 11.5,118.5 + parent: 2 + - uid: 16952 + components: + - type: Transform + pos: 11.5,119.5 + parent: 2 + - uid: 16953 + components: + - type: Transform + pos: 11.5,120.5 + parent: 2 + - uid: 16954 + components: + - type: Transform + pos: 11.5,121.5 + parent: 2 + - uid: 16955 + components: + - type: Transform + pos: 11.5,122.5 + parent: 2 + - uid: 16956 + components: + - type: Transform + pos: 11.5,123.5 + parent: 2 + - uid: 16957 + components: + - type: Transform + pos: 11.5,124.5 + parent: 2 + - uid: 16958 + components: + - type: Transform + pos: 11.5,125.5 + parent: 2 + - uid: 16959 + components: + - type: Transform + pos: 11.5,126.5 + parent: 2 + - uid: 16960 + components: + - type: Transform + pos: 11.5,127.5 + parent: 2 + - uid: 16961 + components: + - type: Transform + pos: 10.5,78.5 + parent: 2 + - uid: 16962 + components: + - type: Transform + pos: 10.5,79.5 + parent: 2 + - uid: 16963 + components: + - type: Transform + pos: 10.5,80.5 + parent: 2 + - uid: 16964 + components: + - type: Transform + pos: 10.5,81.5 + parent: 2 + - uid: 16965 + components: + - type: Transform + pos: 10.5,82.5 + parent: 2 + - uid: 16966 + components: + - type: Transform + pos: 10.5,83.5 + parent: 2 + - uid: 16967 + components: + - type: Transform + pos: 10.5,84.5 + parent: 2 + - uid: 16968 + components: + - type: Transform + pos: 10.5,85.5 + parent: 2 + - uid: 16969 + components: + - type: Transform + pos: 10.5,86.5 + parent: 2 + - uid: 16970 + components: + - type: Transform + pos: 10.5,87.5 + parent: 2 + - uid: 16971 + components: + - type: Transform + pos: 10.5,88.5 + parent: 2 + - uid: 16972 + components: + - type: Transform + pos: 10.5,89.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + pos: 10.5,90.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + pos: 10.5,91.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + pos: 10.5,92.5 + parent: 2 + - uid: 16976 + components: + - type: Transform + pos: 10.5,93.5 + parent: 2 + - uid: 16977 + components: + - type: Transform + pos: 10.5,94.5 + parent: 2 + - uid: 16978 + components: + - type: Transform + pos: 10.5,95.5 + parent: 2 + - uid: 16979 + components: + - type: Transform + pos: 10.5,96.5 + parent: 2 + - uid: 16980 + components: + - type: Transform + pos: 10.5,97.5 + parent: 2 + - uid: 16981 + components: + - type: Transform + pos: 10.5,98.5 + parent: 2 + - uid: 16982 + components: + - type: Transform + pos: 10.5,99.5 + parent: 2 + - uid: 16983 + components: + - type: Transform + pos: 10.5,100.5 + parent: 2 + - uid: 16984 + components: + - type: Transform + pos: 10.5,101.5 + parent: 2 + - uid: 16985 + components: + - type: Transform + pos: 10.5,102.5 + parent: 2 + - uid: 16986 + components: + - type: Transform + pos: 10.5,103.5 + parent: 2 + - uid: 16987 + components: + - type: Transform + pos: 10.5,104.5 + parent: 2 + - uid: 16988 + components: + - type: Transform + pos: 10.5,105.5 + parent: 2 + - uid: 16989 + components: + - type: Transform + pos: 10.5,106.5 + parent: 2 + - uid: 16990 + components: + - type: Transform + pos: 10.5,107.5 + parent: 2 + - uid: 16991 + components: + - type: Transform + pos: 10.5,108.5 + parent: 2 + - uid: 16992 + components: + - type: Transform + pos: 10.5,109.5 + parent: 2 + - uid: 16993 + components: + - type: Transform + pos: 10.5,110.5 + parent: 2 + - uid: 16994 + components: + - type: Transform + pos: 10.5,111.5 + parent: 2 + - uid: 16995 + components: + - type: Transform + pos: 10.5,112.5 + parent: 2 + - uid: 16996 + components: + - type: Transform + pos: 10.5,113.5 + parent: 2 + - uid: 16997 + components: + - type: Transform + pos: 10.5,114.5 + parent: 2 + - uid: 16998 + components: + - type: Transform + pos: 10.5,115.5 + parent: 2 + - uid: 16999 + components: + - type: Transform + pos: 10.5,116.5 + parent: 2 + - uid: 17000 + components: + - type: Transform + pos: 10.5,117.5 + parent: 2 + - uid: 17001 + components: + - type: Transform + pos: 10.5,118.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + pos: 10.5,119.5 + parent: 2 + - uid: 17003 + components: + - type: Transform + pos: 10.5,120.5 + parent: 2 + - uid: 17004 + components: + - type: Transform + pos: 10.5,121.5 + parent: 2 + - uid: 17005 + components: + - type: Transform + pos: 10.5,122.5 + parent: 2 + - uid: 17006 + components: + - type: Transform + pos: 10.5,123.5 + parent: 2 + - uid: 17007 + components: + - type: Transform + pos: 10.5,124.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + pos: 10.5,125.5 + parent: 2 + - uid: 17009 + components: + - type: Transform + pos: 10.5,126.5 + parent: 2 + - uid: 17010 + components: + - type: Transform + pos: 10.5,127.5 + parent: 2 + - uid: 17011 + components: + - type: Transform + pos: 37.5,71.5 + parent: 2 + - uid: 17012 + components: + - type: Transform + pos: 36.5,71.5 + parent: 2 + - uid: 17013 + components: + - type: Transform + pos: 35.5,71.5 + parent: 2 + - uid: 17014 + components: + - type: Transform + pos: 34.5,71.5 + parent: 2 + - uid: 17015 + components: + - type: Transform + pos: 33.5,71.5 + parent: 2 + - uid: 17016 + components: + - type: Transform + pos: 32.5,71.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + pos: 31.5,71.5 + parent: 2 + - uid: 17018 + components: + - type: Transform + pos: 30.5,71.5 + parent: 2 + - uid: 17019 + components: + - type: Transform + pos: 29.5,71.5 + parent: 2 + - uid: 17020 + components: + - type: Transform + pos: 60.5,75.5 + parent: 2 + - uid: 17021 + components: + - type: Transform + pos: 60.5,74.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + pos: 60.5,73.5 + parent: 2 + - uid: 17023 + components: + - type: Transform + pos: 60.5,72.5 + parent: 2 + - uid: 17024 + components: + - type: Transform + pos: 60.5,71.5 + parent: 2 + - uid: 17025 + components: + - type: Transform + pos: 60.5,70.5 + parent: 2 + - uid: 17026 + components: + - type: Transform + pos: 59.5,75.5 + parent: 2 + - uid: 17027 + components: + - type: Transform + pos: 59.5,74.5 + parent: 2 + - uid: 17028 + components: + - type: Transform + pos: 59.5,73.5 + parent: 2 + - uid: 17029 + components: + - type: Transform + pos: 59.5,72.5 + parent: 2 + - uid: 17030 + components: + - type: Transform + pos: 59.5,71.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + pos: 59.5,70.5 + parent: 2 + - uid: 17032 + components: + - type: Transform + pos: 58.5,75.5 + parent: 2 + - uid: 17033 + components: + - type: Transform + pos: 58.5,74.5 + parent: 2 + - uid: 17034 + components: + - type: Transform + pos: 58.5,73.5 + parent: 2 + - uid: 17035 + components: + - type: Transform + pos: 58.5,72.5 + parent: 2 + - uid: 17036 + components: + - type: Transform + pos: 58.5,71.5 + parent: 2 + - uid: 17037 + components: + - type: Transform + pos: 58.5,70.5 + parent: 2 + - uid: 17038 + components: + - type: Transform + pos: 57.5,75.5 + parent: 2 + - uid: 17039 + components: + - type: Transform + pos: 57.5,74.5 + parent: 2 + - uid: 17040 + components: + - type: Transform + pos: 57.5,73.5 + parent: 2 + - uid: 17041 + components: + - type: Transform + pos: 57.5,72.5 + parent: 2 + - uid: 17042 + components: + - type: Transform + pos: 57.5,71.5 + parent: 2 + - uid: 17043 + components: + - type: Transform + pos: 57.5,70.5 + parent: 2 + - uid: 17044 + components: + - type: Transform + pos: 56.5,75.5 + parent: 2 + - uid: 17045 + components: + - type: Transform + pos: 56.5,74.5 + parent: 2 + - uid: 17046 + components: + - type: Transform + pos: 56.5,73.5 + parent: 2 + - uid: 17047 + components: + - type: Transform + pos: 56.5,72.5 + parent: 2 + - uid: 17048 + components: + - type: Transform + pos: 56.5,71.5 + parent: 2 + - uid: 17049 + components: + - type: Transform + pos: 56.5,70.5 + parent: 2 + - uid: 17050 + components: + - type: Transform + pos: 55.5,70.5 + parent: 2 + - uid: 17051 + components: + - type: Transform + pos: 55.5,71.5 + parent: 2 + - uid: 17052 + components: + - type: Transform + pos: 54.5,70.5 + parent: 2 + - uid: 17053 + components: + - type: Transform + pos: 60.5,69.5 + parent: 2 + - uid: 17054 + components: + - type: Transform + pos: 60.5,68.5 + parent: 2 + - uid: 17055 + components: + - type: Transform + pos: 60.5,67.5 + parent: 2 + - uid: 17056 + components: + - type: Transform + pos: 60.5,66.5 + parent: 2 + - uid: 17057 + components: + - type: Transform + pos: 60.5,65.5 + parent: 2 + - uid: 17058 + components: + - type: Transform + pos: 60.5,64.5 + parent: 2 + - uid: 17059 + components: + - type: Transform + pos: 60.5,63.5 + parent: 2 + - uid: 17060 + components: + - type: Transform + pos: 60.5,62.5 + parent: 2 + - uid: 17061 + components: + - type: Transform + pos: 60.5,61.5 + parent: 2 + - uid: 17062 + components: + - type: Transform + pos: 60.5,60.5 + parent: 2 + - uid: 17063 + components: + - type: Transform + pos: 59.5,69.5 + parent: 2 + - uid: 17064 + components: + - type: Transform + pos: 59.5,68.5 + parent: 2 + - uid: 17065 + components: + - type: Transform + pos: 59.5,67.5 + parent: 2 + - uid: 17066 + components: + - type: Transform + pos: 59.5,66.5 + parent: 2 + - uid: 17067 + components: + - type: Transform + pos: 59.5,65.5 + parent: 2 + - uid: 17068 + components: + - type: Transform + pos: 59.5,64.5 + parent: 2 + - uid: 17069 + components: + - type: Transform + pos: 59.5,63.5 + parent: 2 + - uid: 17070 + components: + - type: Transform + pos: 59.5,62.5 + parent: 2 + - uid: 17071 + components: + - type: Transform + pos: 59.5,61.5 + parent: 2 + - uid: 17072 + components: + - type: Transform + pos: 59.5,60.5 + parent: 2 + - uid: 17073 + components: + - type: Transform + pos: 58.5,69.5 + parent: 2 + - uid: 17074 + components: + - type: Transform + pos: 58.5,68.5 + parent: 2 + - uid: 17075 + components: + - type: Transform + pos: 58.5,67.5 + parent: 2 + - uid: 17076 + components: + - type: Transform + pos: 58.5,66.5 + parent: 2 + - uid: 17077 + components: + - type: Transform + pos: 58.5,65.5 + parent: 2 + - uid: 17078 + components: + - type: Transform + pos: 58.5,64.5 + parent: 2 + - uid: 17079 + components: + - type: Transform + pos: 58.5,63.5 + parent: 2 + - uid: 17080 + components: + - type: Transform + pos: 58.5,62.5 + parent: 2 + - uid: 17081 + components: + - type: Transform + pos: 58.5,61.5 + parent: 2 + - uid: 17082 + components: + - type: Transform + pos: 58.5,60.5 + parent: 2 + - uid: 17083 + components: + - type: Transform + pos: 57.5,69.5 + parent: 2 + - uid: 17084 + components: + - type: Transform + pos: 57.5,68.5 + parent: 2 + - uid: 17085 + components: + - type: Transform + pos: 57.5,67.5 + parent: 2 + - uid: 17086 + components: + - type: Transform + pos: 57.5,66.5 + parent: 2 + - uid: 17087 + components: + - type: Transform + pos: 57.5,65.5 + parent: 2 + - uid: 17088 + components: + - type: Transform + pos: 57.5,64.5 + parent: 2 + - uid: 17089 + components: + - type: Transform + pos: 57.5,63.5 + parent: 2 + - uid: 17090 + components: + - type: Transform + pos: 57.5,62.5 + parent: 2 + - uid: 17091 + components: + - type: Transform + pos: 57.5,61.5 + parent: 2 + - uid: 17092 + components: + - type: Transform + pos: 57.5,60.5 + parent: 2 + - uid: 17093 + components: + - type: Transform + pos: 56.5,69.5 + parent: 2 + - uid: 17094 + components: + - type: Transform + pos: 56.5,68.5 + parent: 2 + - uid: 17095 + components: + - type: Transform + pos: 56.5,67.5 + parent: 2 + - uid: 17096 + components: + - type: Transform + pos: 56.5,66.5 + parent: 2 + - uid: 17097 + components: + - type: Transform + pos: 56.5,65.5 + parent: 2 + - uid: 17098 + components: + - type: Transform + pos: 56.5,64.5 + parent: 2 + - uid: 17099 + components: + - type: Transform + pos: 56.5,63.5 + parent: 2 + - uid: 17100 + components: + - type: Transform + pos: 56.5,62.5 + parent: 2 + - uid: 17101 + components: + - type: Transform + pos: 56.5,61.5 + parent: 2 + - uid: 17102 + components: + - type: Transform + pos: 56.5,60.5 + parent: 2 + - uid: 17103 + components: + - type: Transform + pos: 55.5,69.5 + parent: 2 + - uid: 17104 + components: + - type: Transform + pos: 55.5,68.5 + parent: 2 + - uid: 17105 + components: + - type: Transform + pos: 55.5,67.5 + parent: 2 + - uid: 17106 + components: + - type: Transform + pos: 55.5,66.5 + parent: 2 + - uid: 17107 + components: + - type: Transform + pos: 55.5,65.5 + parent: 2 + - uid: 17108 + components: + - type: Transform + pos: 55.5,64.5 + parent: 2 + - uid: 17109 + components: + - type: Transform + pos: 55.5,63.5 + parent: 2 + - uid: 17110 + components: + - type: Transform + pos: 55.5,62.5 + parent: 2 + - uid: 17111 + components: + - type: Transform + pos: 55.5,61.5 + parent: 2 + - uid: 17112 + components: + - type: Transform + pos: 55.5,60.5 + parent: 2 + - uid: 17113 + components: + - type: Transform + pos: 54.5,69.5 + parent: 2 + - uid: 17114 + components: + - type: Transform + pos: 54.5,68.5 + parent: 2 + - uid: 17115 + components: + - type: Transform + pos: 54.5,67.5 + parent: 2 + - uid: 17116 + components: + - type: Transform + pos: 54.5,66.5 + parent: 2 + - uid: 17117 + components: + - type: Transform + pos: 54.5,65.5 + parent: 2 + - uid: 17118 + components: + - type: Transform + pos: 54.5,64.5 + parent: 2 + - uid: 17119 + components: + - type: Transform + pos: 54.5,63.5 + parent: 2 + - uid: 17120 + components: + - type: Transform + pos: 54.5,62.5 + parent: 2 + - uid: 17121 + components: + - type: Transform + pos: 54.5,61.5 + parent: 2 + - uid: 17122 + components: + - type: Transform + pos: 54.5,60.5 + parent: 2 + - uid: 17123 + components: + - type: Transform + pos: 53.5,69.5 + parent: 2 + - uid: 17124 + components: + - type: Transform + pos: 53.5,68.5 + parent: 2 + - uid: 17125 + components: + - type: Transform + pos: 53.5,67.5 + parent: 2 + - uid: 17126 + components: + - type: Transform + pos: 53.5,66.5 + parent: 2 + - uid: 17127 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 + - uid: 17128 + components: + - type: Transform + pos: 53.5,64.5 + parent: 2 + - uid: 17129 + components: + - type: Transform + pos: 53.5,63.5 + parent: 2 + - uid: 17130 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 + - uid: 17131 + components: + - type: Transform + pos: 53.5,61.5 + parent: 2 + - uid: 17132 + components: + - type: Transform + pos: 53.5,60.5 + parent: 2 + - uid: 17133 + components: + - type: Transform + pos: 52.5,69.5 + parent: 2 + - uid: 17134 + components: + - type: Transform + pos: 52.5,68.5 + parent: 2 + - uid: 17135 + components: + - type: Transform + pos: 52.5,67.5 + parent: 2 + - uid: 17136 + components: + - type: Transform + pos: 52.5,66.5 + parent: 2 + - uid: 17137 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 + - uid: 17138 + components: + - type: Transform + pos: 52.5,64.5 + parent: 2 + - uid: 17139 + components: + - type: Transform + pos: 52.5,63.5 + parent: 2 + - uid: 17140 + components: + - type: Transform + pos: 52.5,62.5 + parent: 2 + - uid: 17141 + components: + - type: Transform + pos: 52.5,61.5 + parent: 2 + - uid: 17142 + components: + - type: Transform + pos: 52.5,60.5 + parent: 2 + - uid: 17143 + components: + - type: Transform + pos: 51.5,69.5 + parent: 2 + - uid: 17144 + components: + - type: Transform + pos: 51.5,68.5 + parent: 2 + - uid: 17145 + components: + - type: Transform + pos: 51.5,67.5 + parent: 2 + - uid: 17146 + components: + - type: Transform + pos: 51.5,66.5 + parent: 2 + - uid: 17147 + components: + - type: Transform + pos: 51.5,65.5 + parent: 2 + - uid: 17148 + components: + - type: Transform + pos: 51.5,64.5 + parent: 2 + - uid: 17149 + components: + - type: Transform + pos: 51.5,63.5 + parent: 2 + - uid: 17150 + components: + - type: Transform + pos: 51.5,62.5 + parent: 2 + - uid: 17151 + components: + - type: Transform + pos: 51.5,61.5 + parent: 2 + - uid: 17152 + components: + - type: Transform + pos: 51.5,60.5 + parent: 2 + - uid: 17153 + components: + - type: Transform + pos: 50.5,69.5 + parent: 2 + - uid: 17154 + components: + - type: Transform + pos: 50.5,68.5 + parent: 2 + - uid: 17155 + components: + - type: Transform + pos: 50.5,67.5 + parent: 2 + - uid: 17156 + components: + - type: Transform + pos: 50.5,66.5 + parent: 2 + - uid: 17157 + components: + - type: Transform + pos: 50.5,65.5 + parent: 2 + - uid: 17158 + components: + - type: Transform + pos: 50.5,64.5 + parent: 2 + - uid: 17159 + components: + - type: Transform + pos: 50.5,63.5 + parent: 2 + - uid: 17160 + components: + - type: Transform + pos: 50.5,62.5 + parent: 2 + - uid: 17161 + components: + - type: Transform + pos: 50.5,61.5 + parent: 2 + - uid: 17162 + components: + - type: Transform + pos: 50.5,60.5 + parent: 2 + - uid: 17163 + components: + - type: Transform + pos: 49.5,70.5 + parent: 2 + - uid: 17164 + components: + - type: Transform + pos: 49.5,69.5 + parent: 2 + - uid: 17165 + components: + - type: Transform + pos: 49.5,68.5 + parent: 2 + - uid: 17166 + components: + - type: Transform + pos: 49.5,67.5 + parent: 2 + - uid: 17167 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 + - uid: 17168 + components: + - type: Transform + pos: 49.5,65.5 + parent: 2 + - uid: 17169 + components: + - type: Transform + pos: 49.5,64.5 + parent: 2 + - uid: 17170 + components: + - type: Transform + pos: 49.5,63.5 + parent: 2 + - uid: 17171 + components: + - type: Transform + pos: 49.5,62.5 + parent: 2 + - uid: 17172 + components: + - type: Transform + pos: 49.5,61.5 + parent: 2 + - uid: 17173 + components: + - type: Transform + pos: 49.5,60.5 + parent: 2 + - uid: 17174 + components: + - type: Transform + pos: 48.5,70.5 + parent: 2 + - uid: 17175 + components: + - type: Transform + pos: 48.5,69.5 + parent: 2 + - uid: 17176 + components: + - type: Transform + pos: 48.5,68.5 + parent: 2 + - uid: 17177 + components: + - type: Transform + pos: 48.5,67.5 + parent: 2 + - uid: 17178 + components: + - type: Transform + pos: 48.5,66.5 + parent: 2 + - uid: 17179 + components: + - type: Transform + pos: 48.5,65.5 + parent: 2 + - uid: 17180 + components: + - type: Transform + pos: 48.5,64.5 + parent: 2 + - uid: 17181 + components: + - type: Transform + pos: 48.5,63.5 + parent: 2 + - uid: 17182 + components: + - type: Transform + pos: 48.5,62.5 + parent: 2 + - uid: 17183 + components: + - type: Transform + pos: 48.5,61.5 + parent: 2 + - uid: 17184 + components: + - type: Transform + pos: 48.5,60.5 + parent: 2 + - uid: 17185 + components: + - type: Transform + pos: 47.5,70.5 + parent: 2 + - uid: 17186 + components: + - type: Transform + pos: 47.5,69.5 + parent: 2 + - uid: 17187 + components: + - type: Transform + pos: 47.5,68.5 + parent: 2 + - uid: 17188 + components: + - type: Transform + pos: 47.5,67.5 + parent: 2 + - uid: 17189 + components: + - type: Transform + pos: 47.5,66.5 + parent: 2 + - uid: 17190 + components: + - type: Transform + pos: 47.5,65.5 + parent: 2 + - uid: 17191 + components: + - type: Transform + pos: 47.5,64.5 + parent: 2 + - uid: 17192 + components: + - type: Transform + pos: 47.5,63.5 + parent: 2 + - uid: 17193 + components: + - type: Transform + pos: 47.5,62.5 + parent: 2 + - uid: 17194 + components: + - type: Transform + pos: 47.5,61.5 + parent: 2 + - uid: 17195 + components: + - type: Transform + pos: 47.5,60.5 + parent: 2 + - uid: 17196 + components: + - type: Transform + pos: 46.5,70.5 + parent: 2 + - uid: 17197 + components: + - type: Transform + pos: 46.5,69.5 + parent: 2 + - uid: 17198 + components: + - type: Transform + pos: 46.5,68.5 + parent: 2 + - uid: 17199 + components: + - type: Transform + pos: 46.5,67.5 + parent: 2 + - uid: 17200 + components: + - type: Transform + pos: 46.5,66.5 + parent: 2 + - uid: 17201 + components: + - type: Transform + pos: 46.5,65.5 + parent: 2 + - uid: 17202 + components: + - type: Transform + pos: 46.5,64.5 + parent: 2 + - uid: 17203 + components: + - type: Transform + pos: 46.5,63.5 + parent: 2 + - uid: 17204 + components: + - type: Transform + pos: 46.5,62.5 + parent: 2 + - uid: 17205 + components: + - type: Transform + pos: 46.5,61.5 + parent: 2 + - uid: 17206 + components: + - type: Transform + pos: 46.5,60.5 + parent: 2 + - uid: 17207 + components: + - type: Transform + pos: 45.5,70.5 + parent: 2 + - uid: 17208 + components: + - type: Transform + pos: 45.5,69.5 + parent: 2 + - uid: 17209 + components: + - type: Transform + pos: 45.5,68.5 + parent: 2 + - uid: 17210 + components: + - type: Transform + pos: 45.5,67.5 + parent: 2 + - uid: 17211 + components: + - type: Transform + pos: 45.5,66.5 + parent: 2 + - uid: 17212 + components: + - type: Transform + pos: 45.5,65.5 + parent: 2 + - uid: 17213 + components: + - type: Transform + pos: 45.5,64.5 + parent: 2 + - uid: 17214 + components: + - type: Transform + pos: 45.5,63.5 + parent: 2 + - uid: 17215 + components: + - type: Transform + pos: 45.5,62.5 + parent: 2 + - uid: 17216 + components: + - type: Transform + pos: 45.5,61.5 + parent: 2 + - uid: 17217 + components: + - type: Transform + pos: 45.5,60.5 + parent: 2 + - uid: 17218 + components: + - type: Transform + pos: 44.5,70.5 + parent: 2 + - uid: 17219 + components: + - type: Transform + pos: 44.5,69.5 + parent: 2 + - uid: 17220 + components: + - type: Transform + pos: 44.5,68.5 + parent: 2 + - uid: 17221 + components: + - type: Transform + pos: 44.5,67.5 + parent: 2 + - uid: 17222 + components: + - type: Transform + pos: 44.5,66.5 + parent: 2 + - uid: 17223 + components: + - type: Transform + pos: 44.5,65.5 + parent: 2 + - uid: 17224 + components: + - type: Transform + pos: 44.5,64.5 + parent: 2 + - uid: 17225 + components: + - type: Transform + pos: 44.5,63.5 + parent: 2 + - uid: 17226 + components: + - type: Transform + pos: 44.5,62.5 + parent: 2 + - uid: 17227 + components: + - type: Transform + pos: 44.5,61.5 + parent: 2 + - uid: 17228 + components: + - type: Transform + pos: 44.5,60.5 + parent: 2 + - uid: 17229 + components: + - type: Transform + pos: 43.5,70.5 + parent: 2 + - uid: 17230 + components: + - type: Transform + pos: 43.5,69.5 + parent: 2 + - uid: 17231 + components: + - type: Transform + pos: 43.5,68.5 + parent: 2 + - uid: 17232 + components: + - type: Transform + pos: 43.5,67.5 + parent: 2 + - uid: 17233 + components: + - type: Transform + pos: 43.5,66.5 + parent: 2 + - uid: 17234 + components: + - type: Transform + pos: 43.5,65.5 + parent: 2 + - uid: 17235 + components: + - type: Transform + pos: 43.5,64.5 + parent: 2 + - uid: 17236 + components: + - type: Transform + pos: 43.5,63.5 + parent: 2 + - uid: 17237 + components: + - type: Transform + pos: 43.5,62.5 + parent: 2 + - uid: 17238 + components: + - type: Transform + pos: 43.5,61.5 + parent: 2 + - uid: 17239 + components: + - type: Transform + pos: 43.5,60.5 + parent: 2 + - uid: 17240 + components: + - type: Transform + pos: 42.5,70.5 + parent: 2 + - uid: 17241 + components: + - type: Transform + pos: 42.5,69.5 + parent: 2 + - uid: 17242 + components: + - type: Transform + pos: 42.5,68.5 + parent: 2 + - uid: 17243 + components: + - type: Transform + pos: 42.5,67.5 + parent: 2 + - uid: 17244 + components: + - type: Transform + pos: 42.5,66.5 + parent: 2 + - uid: 17245 + components: + - type: Transform + pos: 42.5,65.5 + parent: 2 + - uid: 17246 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 17247 + components: + - type: Transform + pos: 42.5,63.5 + parent: 2 + - uid: 17248 + components: + - type: Transform + pos: 42.5,62.5 + parent: 2 + - uid: 17249 + components: + - type: Transform + pos: 42.5,61.5 + parent: 2 + - uid: 17250 + components: + - type: Transform + pos: 42.5,60.5 + parent: 2 + - uid: 17251 + components: + - type: Transform + pos: 41.5,70.5 + parent: 2 + - uid: 17252 + components: + - type: Transform + pos: 41.5,69.5 + parent: 2 + - uid: 17253 + components: + - type: Transform + pos: 41.5,68.5 + parent: 2 + - uid: 17254 + components: + - type: Transform + pos: 41.5,67.5 + parent: 2 + - uid: 17255 + components: + - type: Transform + pos: 41.5,66.5 + parent: 2 + - uid: 17256 + components: + - type: Transform + pos: 41.5,65.5 + parent: 2 + - uid: 17257 + components: + - type: Transform + pos: 41.5,64.5 + parent: 2 + - uid: 17258 + components: + - type: Transform + pos: 41.5,63.5 + parent: 2 + - uid: 17259 + components: + - type: Transform + pos: 41.5,62.5 + parent: 2 + - uid: 17260 + components: + - type: Transform + pos: 41.5,61.5 + parent: 2 + - uid: 17261 + components: + - type: Transform + pos: 41.5,60.5 + parent: 2 + - uid: 17262 + components: + - type: Transform + pos: 40.5,70.5 + parent: 2 + - uid: 17263 + components: + - type: Transform + pos: 40.5,69.5 + parent: 2 + - uid: 17264 + components: + - type: Transform + pos: 40.5,68.5 + parent: 2 + - uid: 17265 + components: + - type: Transform + pos: 40.5,67.5 + parent: 2 + - uid: 17266 + components: + - type: Transform + pos: 40.5,66.5 + parent: 2 + - uid: 17267 + components: + - type: Transform + pos: 40.5,65.5 + parent: 2 + - uid: 17268 + components: + - type: Transform + pos: 40.5,64.5 + parent: 2 + - uid: 17269 + components: + - type: Transform + pos: 40.5,63.5 + parent: 2 + - uid: 17270 + components: + - type: Transform + pos: 40.5,62.5 + parent: 2 + - uid: 17271 + components: + - type: Transform + pos: 40.5,61.5 + parent: 2 + - uid: 17272 + components: + - type: Transform + pos: 40.5,60.5 + parent: 2 + - uid: 17273 + components: + - type: Transform + pos: 39.5,70.5 + parent: 2 + - uid: 17274 + components: + - type: Transform + pos: 39.5,69.5 + parent: 2 + - uid: 17275 + components: + - type: Transform + pos: 39.5,68.5 + parent: 2 + - uid: 17276 + components: + - type: Transform + pos: 39.5,67.5 + parent: 2 + - uid: 17277 + components: + - type: Transform + pos: 39.5,66.5 + parent: 2 + - uid: 17278 + components: + - type: Transform + pos: 39.5,65.5 + parent: 2 + - uid: 17279 + components: + - type: Transform + pos: 39.5,64.5 + parent: 2 + - uid: 17280 + components: + - type: Transform + pos: 39.5,63.5 + parent: 2 + - uid: 17281 + components: + - type: Transform + pos: 39.5,62.5 + parent: 2 + - uid: 17282 + components: + - type: Transform + pos: 39.5,61.5 + parent: 2 + - uid: 17283 + components: + - type: Transform + pos: 39.5,60.5 + parent: 2 + - uid: 17284 + components: + - type: Transform + pos: 38.5,70.5 + parent: 2 + - uid: 17285 + components: + - type: Transform + pos: 38.5,69.5 + parent: 2 + - uid: 17286 + components: + - type: Transform + pos: 38.5,68.5 + parent: 2 + - uid: 17287 + components: + - type: Transform + pos: 38.5,67.5 + parent: 2 + - uid: 17288 + components: + - type: Transform + pos: 38.5,66.5 + parent: 2 + - uid: 17289 + components: + - type: Transform + pos: 38.5,65.5 + parent: 2 + - uid: 17290 + components: + - type: Transform + pos: 38.5,64.5 + parent: 2 + - uid: 17291 + components: + - type: Transform + pos: 38.5,63.5 + parent: 2 + - uid: 17292 + components: + - type: Transform + pos: 38.5,62.5 + parent: 2 + - uid: 17293 + components: + - type: Transform + pos: 38.5,61.5 + parent: 2 + - uid: 17294 + components: + - type: Transform + pos: 38.5,60.5 + parent: 2 + - uid: 17295 + components: + - type: Transform + pos: 37.5,70.5 + parent: 2 + - uid: 17296 + components: + - type: Transform + pos: 37.5,69.5 + parent: 2 + - uid: 17297 + components: + - type: Transform + pos: 37.5,68.5 + parent: 2 + - uid: 17298 + components: + - type: Transform + pos: 37.5,67.5 + parent: 2 + - uid: 17299 + components: + - type: Transform + pos: 37.5,66.5 + parent: 2 + - uid: 17300 + components: + - type: Transform + pos: 37.5,65.5 + parent: 2 + - uid: 17301 + components: + - type: Transform + pos: 37.5,64.5 + parent: 2 + - uid: 17302 + components: + - type: Transform + pos: 37.5,63.5 + parent: 2 + - uid: 17303 + components: + - type: Transform + pos: 37.5,62.5 + parent: 2 + - uid: 17304 + components: + - type: Transform + pos: 37.5,61.5 + parent: 2 + - uid: 17305 + components: + - type: Transform + pos: 37.5,60.5 + parent: 2 + - uid: 17306 + components: + - type: Transform + pos: 36.5,70.5 + parent: 2 + - uid: 17307 + components: + - type: Transform + pos: 36.5,69.5 + parent: 2 + - uid: 17308 + components: + - type: Transform + pos: 36.5,68.5 + parent: 2 + - uid: 17309 + components: + - type: Transform + pos: 36.5,67.5 + parent: 2 + - uid: 17310 + components: + - type: Transform + pos: 36.5,66.5 + parent: 2 + - uid: 17311 + components: + - type: Transform + pos: 36.5,65.5 + parent: 2 + - uid: 17312 + components: + - type: Transform + pos: 36.5,64.5 + parent: 2 + - uid: 17313 + components: + - type: Transform + pos: 36.5,63.5 + parent: 2 + - uid: 17314 + components: + - type: Transform + pos: 36.5,62.5 + parent: 2 + - uid: 17315 + components: + - type: Transform + pos: 36.5,61.5 + parent: 2 + - uid: 17316 + components: + - type: Transform + pos: 36.5,60.5 + parent: 2 + - uid: 17317 + components: + - type: Transform + pos: 35.5,70.5 + parent: 2 + - uid: 17318 + components: + - type: Transform + pos: 35.5,69.5 + parent: 2 + - uid: 17319 + components: + - type: Transform + pos: 35.5,68.5 + parent: 2 + - uid: 17320 + components: + - type: Transform + pos: 35.5,67.5 + parent: 2 + - uid: 17321 + components: + - type: Transform + pos: 35.5,66.5 + parent: 2 + - uid: 17322 + components: + - type: Transform + pos: 35.5,65.5 + parent: 2 + - uid: 17323 + components: + - type: Transform + pos: 35.5,64.5 + parent: 2 + - uid: 17324 + components: + - type: Transform + pos: 35.5,63.5 + parent: 2 + - uid: 17325 + components: + - type: Transform + pos: 35.5,62.5 + parent: 2 + - uid: 17326 + components: + - type: Transform + pos: 35.5,61.5 + parent: 2 + - uid: 17327 + components: + - type: Transform + pos: 35.5,60.5 + parent: 2 + - uid: 17328 + components: + - type: Transform + pos: 34.5,70.5 + parent: 2 + - uid: 17329 + components: + - type: Transform + pos: 34.5,69.5 + parent: 2 + - uid: 17330 + components: + - type: Transform + pos: 34.5,68.5 + parent: 2 + - uid: 17331 + components: + - type: Transform + pos: 34.5,67.5 + parent: 2 + - uid: 17332 + components: + - type: Transform + pos: 34.5,66.5 + parent: 2 + - uid: 17333 + components: + - type: Transform + pos: 34.5,65.5 + parent: 2 + - uid: 17334 + components: + - type: Transform + pos: 34.5,64.5 + parent: 2 + - uid: 17335 + components: + - type: Transform + pos: 34.5,63.5 + parent: 2 + - uid: 17336 + components: + - type: Transform + pos: 34.5,62.5 + parent: 2 + - uid: 17337 + components: + - type: Transform + pos: 34.5,61.5 + parent: 2 + - uid: 17338 + components: + - type: Transform + pos: 34.5,60.5 + parent: 2 + - uid: 17339 + components: + - type: Transform + pos: 33.5,70.5 + parent: 2 + - uid: 17340 + components: + - type: Transform + pos: 33.5,69.5 + parent: 2 + - uid: 17341 + components: + - type: Transform + pos: 33.5,68.5 + parent: 2 + - uid: 17342 + components: + - type: Transform + pos: 33.5,67.5 + parent: 2 + - uid: 17343 + components: + - type: Transform + pos: 33.5,66.5 + parent: 2 + - uid: 17344 + components: + - type: Transform + pos: 33.5,65.5 + parent: 2 + - uid: 17345 + components: + - type: Transform + pos: 33.5,64.5 + parent: 2 + - uid: 17346 + components: + - type: Transform + pos: 33.5,63.5 + parent: 2 + - uid: 17347 + components: + - type: Transform + pos: 33.5,62.5 + parent: 2 + - uid: 17348 + components: + - type: Transform + pos: 33.5,61.5 + parent: 2 + - uid: 17349 + components: + - type: Transform + pos: 33.5,60.5 + parent: 2 + - uid: 17350 + components: + - type: Transform + pos: 32.5,70.5 + parent: 2 + - uid: 17351 + components: + - type: Transform + pos: 32.5,69.5 + parent: 2 + - uid: 17352 + components: + - type: Transform + pos: 32.5,68.5 + parent: 2 + - uid: 17353 + components: + - type: Transform + pos: 32.5,67.5 + parent: 2 + - uid: 17354 + components: + - type: Transform + pos: 32.5,66.5 + parent: 2 + - uid: 17355 + components: + - type: Transform + pos: 32.5,65.5 + parent: 2 + - uid: 17356 + components: + - type: Transform + pos: 32.5,64.5 + parent: 2 + - uid: 17357 + components: + - type: Transform + pos: 32.5,63.5 + parent: 2 + - uid: 17358 + components: + - type: Transform + pos: 32.5,62.5 + parent: 2 + - uid: 17359 + components: + - type: Transform + pos: 32.5,61.5 + parent: 2 + - uid: 17360 + components: + - type: Transform + pos: 32.5,60.5 + parent: 2 + - uid: 17361 + components: + - type: Transform + pos: 31.5,70.5 + parent: 2 + - uid: 17362 + components: + - type: Transform + pos: 31.5,69.5 + parent: 2 + - uid: 17363 + components: + - type: Transform + pos: 31.5,68.5 + parent: 2 + - uid: 17364 + components: + - type: Transform + pos: 31.5,67.5 + parent: 2 + - uid: 17365 + components: + - type: Transform + pos: 31.5,66.5 + parent: 2 + - uid: 17366 + components: + - type: Transform + pos: 31.5,65.5 + parent: 2 + - uid: 17367 + components: + - type: Transform + pos: 31.5,64.5 + parent: 2 + - uid: 17368 + components: + - type: Transform + pos: 31.5,63.5 + parent: 2 + - uid: 17369 + components: + - type: Transform + pos: 31.5,62.5 + parent: 2 + - uid: 17370 + components: + - type: Transform + pos: 31.5,61.5 + parent: 2 + - uid: 17371 + components: + - type: Transform + pos: 31.5,60.5 + parent: 2 + - uid: 17372 + components: + - type: Transform + pos: 30.5,70.5 + parent: 2 + - uid: 17373 + components: + - type: Transform + pos: 30.5,69.5 + parent: 2 + - uid: 17374 + components: + - type: Transform + pos: 30.5,68.5 + parent: 2 + - uid: 17375 + components: + - type: Transform + pos: 30.5,67.5 + parent: 2 + - uid: 17376 + components: + - type: Transform + pos: 30.5,66.5 + parent: 2 + - uid: 17377 + components: + - type: Transform + pos: 30.5,65.5 + parent: 2 + - uid: 17378 + components: + - type: Transform + pos: 30.5,64.5 + parent: 2 + - uid: 17379 + components: + - type: Transform + pos: 30.5,63.5 + parent: 2 + - uid: 17380 + components: + - type: Transform + pos: 30.5,62.5 + parent: 2 + - uid: 17381 + components: + - type: Transform + pos: 30.5,61.5 + parent: 2 + - uid: 17382 + components: + - type: Transform + pos: 30.5,60.5 + parent: 2 + - uid: 17383 + components: + - type: Transform + pos: 29.5,70.5 + parent: 2 + - uid: 17384 + components: + - type: Transform + pos: 29.5,69.5 + parent: 2 + - uid: 17385 + components: + - type: Transform + pos: 29.5,68.5 + parent: 2 + - uid: 17386 + components: + - type: Transform + pos: 29.5,67.5 + parent: 2 + - uid: 17387 + components: + - type: Transform + pos: 29.5,66.5 + parent: 2 + - uid: 17388 + components: + - type: Transform + pos: 29.5,65.5 + parent: 2 + - uid: 17389 + components: + - type: Transform + pos: 29.5,64.5 + parent: 2 + - uid: 17390 + components: + - type: Transform + pos: 29.5,63.5 + parent: 2 + - uid: 17391 + components: + - type: Transform + pos: 29.5,62.5 + parent: 2 + - uid: 17392 + components: + - type: Transform + pos: 29.5,61.5 + parent: 2 + - uid: 17393 + components: + - type: Transform + pos: 29.5,60.5 + parent: 2 + - uid: 17394 + components: + - type: Transform + pos: 20.5,68.5 + parent: 2 + - uid: 17395 + components: + - type: Transform + pos: 19.5,68.5 + parent: 2 + - uid: 17396 + components: + - type: Transform + pos: 19.5,67.5 + parent: 2 + - uid: 17397 + components: + - type: Transform + pos: 19.5,65.5 + parent: 2 + - uid: 17398 + components: + - type: Transform + pos: 24.5,67.5 + parent: 2 + - uid: 17399 + components: + - type: Transform + pos: 26.5,65.5 + parent: 2 + - uid: 17400 + components: + - type: Transform + pos: 26.5,66.5 + parent: 2 + - uid: 17401 + components: + - type: Transform + pos: 24.5,74.5 + parent: 2 + - uid: 17402 + components: + - type: Transform + pos: 25.5,74.5 + parent: 2 + - uid: 17403 + components: + - type: Transform + pos: 26.5,74.5 + parent: 2 + - uid: 17404 + components: + - type: Transform + pos: 26.5,73.5 + parent: 2 + - uid: 17405 + components: + - type: Transform + pos: 25.5,73.5 + parent: 2 + - uid: 17406 + components: + - type: Transform + pos: 26.5,72.5 + parent: 2 + - uid: 17407 + components: + - type: Transform + pos: 26.5,71.5 + parent: 2 + - uid: 17408 + components: + - type: Transform + pos: 19.5,74.5 + parent: 2 + - uid: 17409 + components: + - type: Transform + pos: 18.5,74.5 + parent: 2 + - uid: 17410 + components: + - type: Transform + pos: 18.5,73.5 + parent: 2 + - uid: 17411 + components: + - type: Transform + pos: 18.5,70.5 + parent: 2 + - uid: 17412 + components: + - type: Transform + pos: 18.5,69.5 + parent: 2 + - uid: 17413 + components: + - type: Transform + pos: 19.5,69.5 + parent: 2 + - uid: 17414 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 17415 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 17416 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 17417 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 17418 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 + - uid: 17419 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 17420 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 17421 + components: + - type: Transform + pos: 16.5,27.5 + parent: 2 + - uid: 17422 + components: + - type: Transform + pos: 17.5,27.5 + parent: 2 + - uid: 17423 + components: + - type: Transform + pos: 23.5,118.5 + parent: 2 + - uid: 17424 + components: + - type: Transform + pos: 3.5,31.5 + parent: 2 + - uid: 17425 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 + - uid: 17426 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 17427 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 17428 + components: + - type: Transform + pos: 4.5,31.5 + parent: 2 + - uid: 17429 + components: + - type: Transform + pos: 4.5,30.5 + parent: 2 + - uid: 17430 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - uid: 17431 + components: + - type: Transform + pos: 4.5,28.5 + parent: 2 + - uid: 17432 + components: + - type: Transform + pos: 5.5,31.5 + parent: 2 + - uid: 17433 + components: + - type: Transform + pos: 5.5,30.5 + parent: 2 + - uid: 17434 + components: + - type: Transform + pos: 5.5,29.5 + parent: 2 + - uid: 17435 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 17436 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 + - uid: 17437 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 + - uid: 17438 + components: + - type: Transform + pos: 6.5,29.5 + parent: 2 + - uid: 17439 + components: + - type: Transform + pos: 6.5,28.5 + parent: 2 + - uid: 17440 + components: + - type: Transform + pos: 7.5,31.5 + parent: 2 + - uid: 17441 + components: + - type: Transform + pos: 7.5,30.5 + parent: 2 + - uid: 17442 + components: + - type: Transform + pos: 7.5,29.5 + parent: 2 + - uid: 17443 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 17444 + components: + - type: Transform + pos: 8.5,31.5 + parent: 2 + - uid: 17445 + components: + - type: Transform + pos: 8.5,30.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + pos: 8.5,29.5 + parent: 2 + - uid: 17447 + components: + - type: Transform + pos: 8.5,28.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + pos: 9.5,31.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + pos: 9.5,30.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + pos: 10.5,31.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: 10.5,30.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 17455 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + pos: 11.5,31.5 + parent: 2 + - uid: 17457 + components: + - type: Transform + pos: 11.5,30.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + pos: 11.5,29.5 + parent: 2 + - uid: 17459 + components: + - type: Transform + pos: 11.5,28.5 + parent: 2 + - uid: 17460 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 17461 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - uid: 17462 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 17463 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 17464 + components: + - type: Transform + pos: 13.5,31.5 + parent: 2 + - uid: 17465 + components: + - type: Transform + pos: 13.5,30.5 + parent: 2 + - uid: 17466 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - uid: 17467 + components: + - type: Transform + pos: 13.5,28.5 + parent: 2 + - uid: 17468 + components: + - type: Transform + pos: 19.5,98.5 + parent: 2 + - uid: 17469 + components: + - type: Transform + pos: 19.5,99.5 + parent: 2 + - uid: 17470 + components: + - type: Transform + pos: 31.5,104.5 + parent: 2 + - uid: 17471 + components: + - type: Transform + pos: 31.5,105.5 + parent: 2 + - uid: 17472 + components: + - type: Transform + pos: 31.5,106.5 + parent: 2 + - uid: 17473 + components: + - type: Transform + pos: 31.5,107.5 + parent: 2 + - uid: 17474 + components: + - type: Transform + pos: 31.5,108.5 + parent: 2 + - uid: 17475 + components: + - type: Transform + pos: 31.5,109.5 + parent: 2 + - uid: 17476 + components: + - type: Transform + pos: 31.5,110.5 + parent: 2 + - uid: 17477 + components: + - type: Transform + pos: 31.5,111.5 + parent: 2 + - uid: 17478 + components: + - type: Transform + pos: 31.5,112.5 + parent: 2 + - uid: 17479 + components: + - type: Transform + pos: 31.5,113.5 + parent: 2 + - uid: 17480 + components: + - type: Transform + pos: 31.5,114.5 + parent: 2 + - uid: 17481 + components: + - type: Transform + pos: 31.5,115.5 + parent: 2 + - uid: 17482 + components: + - type: Transform + pos: 31.5,116.5 + parent: 2 + - uid: 17483 + components: + - type: Transform + pos: 50.5,122.5 + parent: 2 + - uid: 17484 + components: + - type: Transform + pos: 50.5,124.5 + parent: 2 + - uid: 17485 + components: + - type: Transform + pos: 47.5,127.5 + parent: 2 + - uid: 17486 + components: + - type: Transform + pos: 50.5,120.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + pos: 48.5,127.5 + parent: 2 + - uid: 17488 + components: + - type: Transform + pos: 48.5,126.5 + parent: 2 + - uid: 17489 + components: + - type: Transform + pos: 49.5,127.5 + parent: 2 + - uid: 17490 + components: + - type: Transform + pos: 49.5,126.5 + parent: 2 + - uid: 17491 + components: + - type: Transform + pos: 50.5,127.5 + parent: 2 + - uid: 17492 + components: + - type: Transform + pos: 50.5,126.5 + parent: 2 + - uid: 17493 + components: + - type: Transform + pos: 53.5,112.5 + parent: 2 + - uid: 17494 + components: + - type: Transform + pos: 20.5,107.5 + parent: 2 + - uid: 17495 + components: + - type: Transform + pos: 20.5,109.5 + parent: 2 + - uid: 17496 + components: + - type: Transform + pos: 20.5,113.5 + parent: 2 + - uid: 17497 + components: + - type: Transform + pos: 20.5,112.5 + parent: 2 + - uid: 17498 + components: + - type: Transform + pos: 30.5,110.5 + parent: 2 + - uid: 17499 + components: + - type: Transform + pos: 30.5,120.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: 30.5,117.5 + parent: 2 + - uid: 17501 + components: + - type: Transform + pos: 30.5,119.5 + parent: 2 + - uid: 17502 + components: + - type: Transform + pos: 30.5,121.5 + parent: 2 + - uid: 17503 + components: + - type: Transform + pos: 31.5,97.5 + parent: 2 + - uid: 17504 + components: + - type: Transform + pos: 31.5,100.5 + parent: 2 + - uid: 17505 + components: + - type: Transform + pos: 31.5,98.5 + parent: 2 + - uid: 17506 + components: + - type: Transform + pos: 31.5,101.5 + parent: 2 + - uid: 17507 + components: + - type: Transform + pos: 31.5,103.5 + parent: 2 + - uid: 17508 + components: + - type: Transform + pos: 31.5,102.5 + parent: 2 + - uid: 17509 + components: + - type: Transform + pos: 50.5,125.5 + parent: 2 + - uid: 17510 + components: + - type: Transform + pos: 50.5,123.5 + parent: 2 + - uid: 17511 + components: + - type: Transform + pos: 50.5,121.5 + parent: 2 + - uid: 17512 + components: + - type: Transform + pos: 50.5,118.5 + parent: 2 + - uid: 17513 + components: + - type: Transform + pos: 50.5,119.5 + parent: 2 + - uid: 17514 + components: + - type: Transform + pos: 51.5,112.5 + parent: 2 + - uid: 17515 + components: + - type: Transform + pos: 50.5,117.5 + parent: 2 + - uid: 17516 + components: + - type: Transform + pos: 51.5,114.5 + parent: 2 + - uid: 17517 + components: + - type: Transform + pos: 51.5,113.5 + parent: 2 + - uid: 17518 + components: + - type: Transform + pos: 51.5,115.5 + parent: 2 + - uid: 17519 + components: + - type: Transform + pos: 53.5,121.5 + parent: 2 + - uid: 17520 + components: + - type: Transform + pos: 53.5,122.5 + parent: 2 + - uid: 17521 + components: + - type: Transform + pos: 53.5,116.5 + parent: 2 + - uid: 17522 + components: + - type: Transform + pos: 53.5,114.5 + parent: 2 + - uid: 17523 + components: + - type: Transform + pos: 53.5,113.5 + parent: 2 + - uid: 17524 + components: + - type: Transform + pos: 53.5,115.5 + parent: 2 + - uid: 17525 + components: + - type: Transform + pos: 53.5,117.5 + parent: 2 + - uid: 17526 + components: + - type: Transform + pos: 53.5,119.5 + parent: 2 + - uid: 17527 + components: + - type: Transform + pos: 53.5,118.5 + parent: 2 + - uid: 17528 + components: + - type: Transform + pos: 53.5,120.5 + parent: 2 + - uid: 17529 + components: + - type: Transform + pos: 52.5,115.5 + parent: 2 + - uid: 17530 + components: + - type: Transform + pos: 51.5,117.5 + parent: 2 + - uid: 17531 + components: + - type: Transform + pos: 54.5,114.5 + parent: 2 + - uid: 17532 + components: + - type: Transform + pos: 54.5,125.5 + parent: 2 + - uid: 17533 + components: + - type: Transform + pos: 54.5,124.5 + parent: 2 + - uid: 17534 + components: + - type: Transform + pos: 54.5,127.5 + parent: 2 + - uid: 17535 + components: + - type: Transform + pos: 54.5,123.5 + parent: 2 + - uid: 17536 + components: + - type: Transform + pos: 54.5,117.5 + parent: 2 + - uid: 17537 + components: + - type: Transform + pos: 54.5,115.5 + parent: 2 + - uid: 17538 + components: + - type: Transform + pos: 54.5,119.5 + parent: 2 + - uid: 17539 + components: + - type: Transform + pos: 54.5,118.5 + parent: 2 + - uid: 17540 + components: + - type: Transform + pos: 54.5,121.5 + parent: 2 + - uid: 17541 + components: + - type: Transform + pos: 54.5,120.5 + parent: 2 + - uid: 17542 + components: + - type: Transform + pos: 54.5,116.5 + parent: 2 + - uid: 17543 + components: + - type: Transform + pos: 54.5,122.5 + parent: 2 + - uid: 17544 + components: + - type: Transform + pos: 54.5,126.5 + parent: 2 + - uid: 17545 + components: + - type: Transform + pos: 55.5,113.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + pos: 55.5,112.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + pos: 55.5,115.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + pos: 55.5,114.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + pos: 55.5,117.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + pos: 55.5,116.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + pos: 55.5,119.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + pos: 55.5,118.5 + parent: 2 + - uid: 17553 + components: + - type: Transform + pos: 55.5,121.5 + parent: 2 + - uid: 17554 + components: + - type: Transform + pos: 55.5,120.5 + parent: 2 + - uid: 17555 + components: + - type: Transform + pos: 55.5,122.5 + parent: 2 + - uid: 17556 + components: + - type: Transform + pos: 55.5,123.5 + parent: 2 + - uid: 17557 + components: + - type: Transform + pos: 20.5,111.5 + parent: 2 + - uid: 17558 + components: + - type: Transform + pos: 19.5,97.5 + parent: 2 + - uid: 17559 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 17560 + components: + - type: Transform + pos: 55.5,89.5 + parent: 2 + - uid: 17561 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 17562 + components: + - type: Transform + pos: -41.5,-10.5 + parent: 2 + - uid: 17563 + components: + - type: Transform + pos: -51.5,-0.5 + parent: 2 + - uid: 17564 + components: + - type: Transform + pos: -52.5,-0.5 + parent: 2 + - uid: 17565 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 + - uid: 17566 + components: + - type: Transform + pos: -49.5,-0.5 + parent: 2 + - uid: 17567 + components: + - type: Transform + pos: -24.5,41.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + pos: -20.5,40.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + pos: -20.5,39.5 + parent: 2 + - uid: 17570 + components: + - type: Transform + pos: -20.5,38.5 + parent: 2 + - uid: 17571 + components: + - type: Transform + pos: -20.5,37.5 + parent: 2 + - uid: 17572 + components: + - type: Transform + pos: -20.5,36.5 + parent: 2 + - uid: 17573 + components: + - type: Transform + pos: -24.5,40.5 + parent: 2 + - uid: 17574 + components: + - type: Transform + pos: -24.5,39.5 + parent: 2 + - uid: 17575 + components: + - type: Transform + pos: -24.5,38.5 + parent: 2 + - uid: 17576 + components: + - type: Transform + pos: -24.5,37.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + pos: -24.5,36.5 + parent: 2 + - uid: 17578 + components: + - type: Transform + pos: -23.5,41.5 + parent: 2 + - uid: 17579 + components: + - type: Transform + pos: -23.5,40.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + pos: -23.5,39.5 + parent: 2 + - uid: 17581 + components: + - type: Transform + pos: -23.5,38.5 + parent: 2 + - uid: 17582 + components: + - type: Transform + pos: -23.5,37.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + pos: -23.5,36.5 + parent: 2 + - uid: 17584 + components: + - type: Transform + pos: -22.5,40.5 + parent: 2 + - uid: 17585 + components: + - type: Transform + pos: -22.5,39.5 + parent: 2 + - uid: 17586 + components: + - type: Transform + pos: -22.5,38.5 + parent: 2 + - uid: 17587 + components: + - type: Transform + pos: -22.5,37.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + pos: -22.5,36.5 + parent: 2 + - uid: 17589 + components: + - type: Transform + pos: -21.5,40.5 + parent: 2 + - uid: 17590 + components: + - type: Transform + pos: -21.5,39.5 + parent: 2 + - uid: 17591 + components: + - type: Transform + pos: -21.5,38.5 + parent: 2 + - uid: 17592 + components: + - type: Transform + pos: -21.5,37.5 + parent: 2 + - uid: 17593 + components: + - type: Transform + pos: -21.5,36.5 + parent: 2 + - uid: 17594 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 +- proto: N14WallRockIndestructible + entities: + - uid: 17595 + components: + - type: Transform + pos: -72.5,-70.5 + parent: 2 + - uid: 17596 + components: + - type: Transform + pos: -72.5,-69.5 + parent: 2 + - uid: 17597 + components: + - type: Transform + pos: -71.5,-66.5 + parent: 2 + - uid: 17598 + components: + - type: Transform + pos: -71.5,-67.5 + parent: 2 + - uid: 17599 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 2 + - uid: 17600 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 17601 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 17602 + components: + - type: Transform + pos: -50.5,-45.5 + parent: 2 + - uid: 17603 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 17604 + components: + - type: Transform + pos: -56.5,-29.5 + parent: 2 + - uid: 17605 + components: + - type: Transform + pos: -50.5,-49.5 + parent: 2 + - uid: 17606 + components: + - type: Transform + pos: -50.5,-51.5 + parent: 2 + - uid: 17607 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - uid: 17608 + components: + - type: Transform + pos: -50.5,-46.5 + parent: 2 + - uid: 17609 + components: + - type: Transform + pos: -50.5,-50.5 + parent: 2 + - uid: 17610 + components: + - type: Transform + pos: -50.5,-52.5 + parent: 2 + - uid: 17611 + components: + - type: Transform + pos: -20.5,45.5 + parent: 2 + - uid: 17612 + components: + - type: Transform + pos: -19.5,45.5 + parent: 2 + - uid: 17613 + components: + - type: Transform + pos: -18.5,45.5 + parent: 2 + - uid: 17614 + components: + - type: Transform + pos: -17.5,45.5 + parent: 2 + - uid: 17615 + components: + - type: Transform + pos: 7.5,45.5 + parent: 2 + - uid: 17616 + components: + - type: Transform + pos: -0.5,45.5 + parent: 2 + - uid: 17617 + components: + - type: Transform + pos: -1.5,45.5 + parent: 2 + - uid: 17618 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 17619 + components: + - type: Transform + pos: 0.5,45.5 + parent: 2 + - uid: 17620 + components: + - type: Transform + pos: 2.5,45.5 + parent: 2 + - uid: 17621 + components: + - type: Transform + pos: 10.5,45.5 + parent: 2 + - uid: 17622 + components: + - type: Transform + pos: 8.5,45.5 + parent: 2 + - uid: 17623 + components: + - type: Transform + pos: 9.5,45.5 + parent: 2 + - uid: 17624 + components: + - type: Transform + pos: 3.5,45.5 + parent: 2 + - uid: 17625 + components: + - type: Transform + pos: 5.5,45.5 + parent: 2 + - uid: 17626 + components: + - type: Transform + pos: 4.5,45.5 + parent: 2 + - uid: 17627 + components: + - type: Transform + pos: 6.5,45.5 + parent: 2 + - uid: 17628 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 + - uid: 17629 + components: + - type: Transform + pos: 11.5,45.5 + parent: 2 + - uid: 17630 + components: + - type: Transform + pos: 12.5,45.5 + parent: 2 + - uid: 17631 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 17632 + components: + - type: Transform + pos: 14.5,45.5 + parent: 2 + - uid: 17633 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 17634 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - uid: 17635 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 17636 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - uid: 17637 + components: + - type: Transform + pos: 20.5,45.5 + parent: 2 + - uid: 17638 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 2 + - uid: 17639 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 17640 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 2 + - uid: 17641 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 2 + - uid: 17642 + components: + - type: Transform + pos: -45.5,-20.5 + parent: 2 + - uid: 17643 + components: + - type: Transform + pos: -42.5,-20.5 + parent: 2 + - uid: 17644 + components: + - type: Transform + pos: -43.5,-20.5 + parent: 2 + - uid: 17645 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 2 + - uid: 17646 + components: + - type: Transform + pos: -50.5,-20.5 + parent: 2 + - uid: 17647 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 2 + - uid: 17648 + components: + - type: Transform + pos: -48.5,-20.5 + parent: 2 + - uid: 17649 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 + - uid: 17650 + components: + - type: Transform + pos: -37.5,-20.5 + parent: 2 + - uid: 17651 + components: + - type: Transform + pos: -35.5,-20.5 + parent: 2 + - uid: 17652 + components: + - type: Transform + pos: -36.5,-20.5 + parent: 2 + - uid: 17653 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 2 + - uid: 17654 + components: + - type: Transform + pos: -41.5,-20.5 + parent: 2 + - uid: 17655 + components: + - type: Transform + pos: -39.5,-20.5 + parent: 2 + - uid: 17656 + components: + - type: Transform + pos: -40.5,-20.5 + parent: 2 + - uid: 17657 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - uid: 17658 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - uid: 17660 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - uid: 17661 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 17662 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 2 + - uid: 17663 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 17664 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 17665 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + pos: 21.5,45.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + pos: 22.5,45.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + pos: 24.5,45.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + pos: 23.5,45.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + pos: -16.5,45.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + pos: -15.5,45.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + pos: -20.5,63.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + pos: -20.5,65.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + pos: -20.5,66.5 + parent: 2 + - uid: 17675 + components: + - type: Transform + pos: -20.5,64.5 + parent: 2 + - uid: 17676 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 17677 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 2 + - uid: 17678 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - uid: 17679 + components: + - type: Transform + pos: -50.5,-25.5 + parent: 2 + - uid: 17680 + components: + - type: Transform + pos: -50.5,-24.5 + parent: 2 + - uid: 17681 + components: + - type: Transform + pos: -56.5,-30.5 + parent: 2 + - uid: 17682 + components: + - type: Transform + pos: -58.5,-30.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + pos: -62.5,-30.5 + parent: 2 + - uid: 17684 + components: + - type: Transform + pos: -52.5,-30.5 + parent: 2 + - uid: 17685 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - uid: 17686 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - uid: 17687 + components: + - type: Transform + pos: -50.5,-23.5 + parent: 2 + - uid: 17688 + components: + - type: Transform + pos: -50.5,-22.5 + parent: 2 + - uid: 17689 + components: + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 17690 + components: + - type: Transform + pos: -14.5,-47.5 + parent: 2 + - uid: 17691 + components: + - type: Transform + pos: -14.5,-46.5 + parent: 2 + - uid: 17692 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 17693 + components: + - type: Transform + pos: -20.5,59.5 + parent: 2 + - uid: 17694 + components: + - type: Transform + pos: -20.5,61.5 + parent: 2 + - uid: 17695 + components: + - type: Transform + pos: -20.5,62.5 + parent: 2 + - uid: 17696 + components: + - type: Transform + pos: -20.5,60.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + pos: -20.5,58.5 + parent: 2 + - uid: 17698 + components: + - type: Transform + pos: -20.5,56.5 + parent: 2 + - uid: 17699 + components: + - type: Transform + pos: -14.5,-44.5 + parent: 2 + - uid: 17700 + components: + - type: Transform + pos: -14.5,-48.5 + parent: 2 + - uid: 17701 + components: + - type: Transform + pos: -14.5,-43.5 + parent: 2 + - uid: 17702 + components: + - type: Transform + pos: -14.5,-42.5 + parent: 2 + - uid: 17703 + components: + - type: Transform + pos: -14.5,-40.5 + parent: 2 + - uid: 17704 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 17705 + components: + - type: Transform + pos: -50.5,-53.5 + parent: 2 + - uid: 17706 + components: + - type: Transform + pos: -50.5,-39.5 + parent: 2 + - uid: 17707 + components: + - type: Transform + pos: -50.5,-40.5 + parent: 2 + - uid: 17708 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 17709 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - uid: 17710 + components: + - type: Transform + pos: -50.5,-37.5 + parent: 2 + - uid: 17711 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - uid: 17712 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 17713 + components: + - type: Transform + pos: -50.5,-36.5 + parent: 2 + - uid: 17714 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 17715 + components: + - type: Transform + pos: -50.5,-38.5 + parent: 2 + - uid: 17716 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - uid: 17717 + components: + - type: Transform + pos: -54.5,-30.5 + parent: 2 + - uid: 17718 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 17719 + components: + - type: Transform + pos: -50.5,-32.5 + parent: 2 + - uid: 17720 + components: + - type: Transform + pos: -55.5,-30.5 + parent: 2 + - uid: 17721 + components: + - type: Transform + pos: -50.5,-34.5 + parent: 2 + - uid: 17722 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 17723 + components: + - type: Transform + pos: -55.5,-29.5 + parent: 2 + - uid: 17724 + components: + - type: Transform + pos: -51.5,-30.5 + parent: 2 + - uid: 17725 + components: + - type: Transform + pos: -51.5,-29.5 + parent: 2 + - uid: 17726 + components: + - type: Transform + pos: -54.5,-29.5 + parent: 2 + - uid: 17727 + components: + - type: Transform + pos: -50.5,-29.5 + parent: 2 + - uid: 17728 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - uid: 17729 + components: + - type: Transform + pos: -60.5,-30.5 + parent: 2 + - uid: 17730 + components: + - type: Transform + pos: -61.5,-30.5 + parent: 2 + - uid: 17731 + components: + - type: Transform + pos: -62.5,-29.5 + parent: 2 + - uid: 17732 + components: + - type: Transform + pos: -61.5,-29.5 + parent: 2 + - uid: 17733 + components: + - type: Transform + pos: -60.5,-29.5 + parent: 2 + - uid: 17734 + components: + - type: Transform + pos: -59.5,-29.5 + parent: 2 + - uid: 17735 + components: + - type: Transform + pos: -59.5,-30.5 + parent: 2 + - uid: 17736 + components: + - type: Transform + pos: -58.5,-29.5 + parent: 2 + - uid: 17737 + components: + - type: Transform + pos: -57.5,-29.5 + parent: 2 + - uid: 17738 + components: + - type: Transform + pos: -57.5,-30.5 + parent: 2 + - uid: 17739 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 17740 + components: + - type: Transform + pos: -74.5,-29.5 + parent: 2 + - uid: 17741 + components: + - type: Transform + pos: -77.5,-30.5 + parent: 2 + - uid: 17742 + components: + - type: Transform + pos: -78.5,-30.5 + parent: 2 + - uid: 17743 + components: + - type: Transform + pos: -66.5,-29.5 + parent: 2 + - uid: 17744 + components: + - type: Transform + pos: -74.5,-30.5 + parent: 2 + - uid: 17745 + components: + - type: Transform + pos: -77.5,-29.5 + parent: 2 + - uid: 17746 + components: + - type: Transform + pos: -78.5,-29.5 + parent: 2 + - uid: 17747 + components: + - type: Transform + pos: -67.5,-29.5 + parent: 2 + - uid: 17748 + components: + - type: Transform + pos: -75.5,-29.5 + parent: 2 + - uid: 17749 + components: + - type: Transform + pos: -79.5,-30.5 + parent: 2 + - uid: 17750 + components: + - type: Transform + pos: -79.5,-29.5 + parent: 2 + - uid: 17751 + components: + - type: Transform + pos: -66.5,-30.5 + parent: 2 + - uid: 17752 + components: + - type: Transform + pos: -68.5,-29.5 + parent: 2 + - uid: 17753 + components: + - type: Transform + pos: -67.5,-30.5 + parent: 2 + - uid: 17754 + components: + - type: Transform + pos: -69.5,-29.5 + parent: 2 + - uid: 17755 + components: + - type: Transform + pos: -68.5,-30.5 + parent: 2 + - uid: 17756 + components: + - type: Transform + pos: -70.5,-29.5 + parent: 2 + - uid: 17757 + components: + - type: Transform + pos: -75.5,-30.5 + parent: 2 + - uid: 17758 + components: + - type: Transform + pos: -81.5,-29.5 + parent: 2 + - uid: 17759 + components: + - type: Transform + pos: -80.5,-30.5 + parent: 2 + - uid: 17760 + components: + - type: Transform + pos: -69.5,-30.5 + parent: 2 + - uid: 17761 + components: + - type: Transform + pos: -76.5,-29.5 + parent: 2 + - uid: 17762 + components: + - type: Transform + pos: -80.5,-29.5 + parent: 2 + - uid: 17763 + components: + - type: Transform + pos: -81.5,-30.5 + parent: 2 + - uid: 17764 + components: + - type: Transform + pos: -71.5,-29.5 + parent: 2 + - uid: 17765 + components: + - type: Transform + pos: -76.5,-30.5 + parent: 2 + - uid: 17766 + components: + - type: Transform + pos: -82.5,-30.5 + parent: 2 + - uid: 17767 + components: + - type: Transform + pos: -82.5,-29.5 + parent: 2 + - uid: 17768 + components: + - type: Transform + pos: -70.5,-30.5 + parent: 2 + - uid: 17769 + components: + - type: Transform + pos: -50.5,-28.5 + parent: 2 + - uid: 17770 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 + - uid: 17771 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 + - uid: 17772 + components: + - type: Transform + pos: -14.5,45.5 + parent: 2 + - uid: 17773 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 17774 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 17775 + components: + - type: Transform + pos: -2.5,45.5 + parent: 2 + - uid: 17776 + components: + - type: Transform + pos: -13.5,45.5 + parent: 2 + - uid: 17777 + components: + - type: Transform + pos: -12.5,45.5 + parent: 2 + - uid: 17778 + components: + - type: Transform + pos: -11.5,45.5 + parent: 2 + - uid: 17779 + components: + - type: Transform + pos: -10.5,45.5 + parent: 2 + - uid: 17780 + components: + - type: Transform + pos: -8.5,45.5 + parent: 2 + - uid: 17781 + components: + - type: Transform + pos: -9.5,45.5 + parent: 2 + - uid: 17782 + components: + - type: Transform + pos: -7.5,45.5 + parent: 2 + - uid: 17783 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 17784 + components: + - type: Transform + pos: -6.5,45.5 + parent: 2 + - uid: 17785 + components: + - type: Transform + pos: 25.5,45.5 + parent: 2 + - uid: 17786 + components: + - type: Transform + pos: -20.5,57.5 + parent: 2 + - uid: 17787 + components: + - type: Transform + pos: -20.5,55.5 + parent: 2 + - uid: 17788 + components: + - type: Transform + pos: -20.5,54.5 + parent: 2 + - uid: 17789 + components: + - type: Transform + pos: -20.5,50.5 + parent: 2 + - uid: 17790 + components: + - type: Transform + pos: -20.5,51.5 + parent: 2 + - uid: 17791 + components: + - type: Transform + pos: -20.5,53.5 + parent: 2 + - uid: 17792 + components: + - type: Transform + pos: -20.5,52.5 + parent: 2 + - uid: 17793 + components: + - type: Transform + pos: -20.5,46.5 + parent: 2 + - uid: 17794 + components: + - type: Transform + pos: -20.5,48.5 + parent: 2 + - uid: 17795 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 + - uid: 17796 + components: + - type: Transform + pos: -20.5,47.5 + parent: 2 + - uid: 17797 + components: + - type: Transform + pos: -20.5,67.5 + parent: 2 + - uid: 17798 + components: + - type: Transform + pos: -14.5,-36.5 + parent: 2 + - uid: 17799 + components: + - type: Transform + pos: -14.5,-35.5 + parent: 2 + - uid: 17800 + components: + - type: Transform + pos: -14.5,-34.5 + parent: 2 + - uid: 17801 + components: + - type: Transform + pos: -49.5,-49.5 + parent: 2 + - uid: 17802 + components: + - type: Transform + pos: -47.5,-49.5 + parent: 2 + - uid: 17803 + components: + - type: Transform + pos: -48.5,-49.5 + parent: 2 + - uid: 17804 + components: + - type: Transform + pos: -46.5,-49.5 + parent: 2 + - uid: 17805 + components: + - type: Transform + pos: -45.5,-49.5 + parent: 2 + - uid: 17806 + components: + - type: Transform + pos: -39.5,-49.5 + parent: 2 + - uid: 17807 + components: + - type: Transform + pos: -44.5,-49.5 + parent: 2 + - uid: 17808 + components: + - type: Transform + pos: -43.5,-49.5 + parent: 2 + - uid: 17809 + components: + - type: Transform + pos: -38.5,-49.5 + parent: 2 + - uid: 17810 + components: + - type: Transform + pos: -42.5,-49.5 + parent: 2 + - uid: 17811 + components: + - type: Transform + pos: -41.5,-49.5 + parent: 2 + - uid: 17812 + components: + - type: Transform + pos: -40.5,-49.5 + parent: 2 + - uid: 17813 + components: + - type: Transform + pos: -36.5,-49.5 + parent: 2 + - uid: 17814 + components: + - type: Transform + pos: -35.5,-49.5 + parent: 2 + - uid: 17815 + components: + - type: Transform + pos: -34.5,-49.5 + parent: 2 + - uid: 17816 + components: + - type: Transform + pos: -33.5,-49.5 + parent: 2 + - uid: 17817 + components: + - type: Transform + pos: -63.5,-29.5 + parent: 2 + - uid: 17818 + components: + - type: Transform + pos: -84.5,-30.5 + parent: 2 + - uid: 17819 + components: + - type: Transform + pos: -83.5,-29.5 + parent: 2 + - uid: 17820 + components: + - type: Transform + pos: -37.5,-49.5 + parent: 2 + - uid: 17821 + components: + - type: Transform + pos: -64.5,-29.5 + parent: 2 + - uid: 17822 + components: + - type: Transform + pos: -85.5,-30.5 + parent: 2 + - uid: 17823 + components: + - type: Transform + pos: -84.5,-29.5 + parent: 2 + - uid: 17824 + components: + - type: Transform + pos: -85.5,-29.5 + parent: 2 + - uid: 17825 + components: + - type: Transform + pos: -83.5,-30.5 + parent: 2 + - uid: 17826 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 2 + - uid: 17827 + components: + - type: Transform + pos: -63.5,-30.5 + parent: 2 + - uid: 17828 + components: + - type: Transform + pos: -32.5,-49.5 + parent: 2 + - uid: 17829 + components: + - type: Transform + pos: -65.5,-29.5 + parent: 2 + - uid: 17830 + components: + - type: Transform + pos: -30.5,-49.5 + parent: 2 + - uid: 17831 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 17832 + components: + - type: Transform + pos: -29.5,-49.5 + parent: 2 + - uid: 17833 + components: + - type: Transform + pos: -64.5,-30.5 + parent: 2 + - uid: 17834 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 17835 + components: + - type: Transform + pos: -65.5,-30.5 + parent: 2 + - uid: 17836 + components: + - type: Transform + pos: -28.5,-49.5 + parent: 2 + - uid: 17837 + components: + - type: Transform + pos: -71.5,-30.5 + parent: 2 + - uid: 17838 + components: + - type: Transform + pos: -27.5,-49.5 + parent: 2 + - uid: 17839 + components: + - type: Transform + pos: -72.5,-30.5 + parent: 2 + - uid: 17840 + components: + - type: Transform + pos: -26.5,-49.5 + parent: 2 + - uid: 17841 + components: + - type: Transform + pos: -72.5,-29.5 + parent: 2 + - uid: 17842 + components: + - type: Transform + pos: -25.5,-49.5 + parent: 2 + - uid: 17843 + components: + - type: Transform + pos: -73.5,-30.5 + parent: 2 + - uid: 17844 + components: + - type: Transform + pos: -24.5,-49.5 + parent: 2 + - uid: 17845 + components: + - type: Transform + pos: -73.5,-29.5 + parent: 2 + - uid: 17846 + components: + - type: Transform + pos: -23.5,-49.5 + parent: 2 + - uid: 17847 + components: + - type: Transform + pos: -22.5,-49.5 + parent: 2 + - uid: 17848 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 17849 + components: + - type: Transform + pos: -19.5,-49.5 + parent: 2 + - uid: 17850 + components: + - type: Transform + pos: -18.5,-49.5 + parent: 2 + - uid: 17851 + components: + - type: Transform + pos: -17.5,-49.5 + parent: 2 + - uid: 17852 + components: + - type: Transform + pos: -16.5,-49.5 + parent: 2 + - uid: 17853 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - uid: 17854 + components: + - type: Transform + pos: -14.5,-24.5 + parent: 2 + - uid: 17855 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 + - uid: 17856 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 17857 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 + - uid: 17858 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 17859 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 2 + - uid: 17860 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 2 + - uid: 17861 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 2 + - uid: 17862 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 2 + - uid: 17863 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 2 + - uid: 17864 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 17865 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 2 + - uid: 17866 + components: + - type: Transform + pos: -50.5,-67.5 + parent: 2 + - uid: 17867 + components: + - type: Transform + pos: -50.5,-69.5 + parent: 2 + - uid: 17868 + components: + - type: Transform + pos: -50.5,-68.5 + parent: 2 + - uid: 17869 + components: + - type: Transform + pos: -51.5,-34.5 + parent: 2 + - uid: 17870 + components: + - type: Transform + pos: -51.5,-39.5 + parent: 2 + - uid: 17871 + components: + - type: Transform + pos: -50.5,-70.5 + parent: 2 + - uid: 17872 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 17873 + components: + - type: Transform + pos: -51.5,-36.5 + parent: 2 + - uid: 17874 + components: + - type: Transform + pos: -50.5,-58.5 + parent: 2 + - uid: 17875 + components: + - type: Transform + pos: -51.5,-47.5 + parent: 2 + - uid: 17876 + components: + - type: Transform + pos: -51.5,-32.5 + parent: 2 + - uid: 17877 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - uid: 17878 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 17879 + components: + - type: Transform + pos: -51.5,-40.5 + parent: 2 + - uid: 17880 + components: + - type: Transform + pos: -51.5,-42.5 + parent: 2 + - uid: 17881 + components: + - type: Transform + pos: -51.5,-41.5 + parent: 2 + - uid: 17882 + components: + - type: Transform + pos: -51.5,-37.5 + parent: 2 + - uid: 17883 + components: + - type: Transform + pos: -50.5,-61.5 + parent: 2 + - uid: 17884 + components: + - type: Transform + pos: -50.5,-60.5 + parent: 2 + - uid: 17885 + components: + - type: Transform + pos: -51.5,-49.5 + parent: 2 + - uid: 17886 + components: + - type: Transform + pos: -51.5,-48.5 + parent: 2 + - uid: 17887 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - uid: 17888 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 2 + - uid: 17889 + components: + - type: Transform + pos: -50.5,-63.5 + parent: 2 + - uid: 17890 + components: + - type: Transform + pos: -50.5,-56.5 + parent: 2 + - uid: 17891 + components: + - type: Transform + pos: -50.5,-57.5 + parent: 2 + - uid: 17892 + components: + - type: Transform + pos: -50.5,-59.5 + parent: 2 + - uid: 17893 + components: + - type: Transform + pos: -51.5,-51.5 + parent: 2 + - uid: 17894 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 + - uid: 17895 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 17896 + components: + - type: Transform + pos: -51.5,-46.5 + parent: 2 + - uid: 17897 + components: + - type: Transform + pos: -50.5,-62.5 + parent: 2 + - uid: 17898 + components: + - type: Transform + pos: -50.5,-65.5 + parent: 2 + - uid: 17899 + components: + - type: Transform + pos: -50.5,-64.5 + parent: 2 + - uid: 17900 + components: + - type: Transform + pos: -50.5,-66.5 + parent: 2 + - uid: 17901 + components: + - type: Transform + pos: -51.5,-50.5 + parent: 2 + - uid: 17902 + components: + - type: Transform + pos: -51.5,-53.5 + parent: 2 + - uid: 17903 + components: + - type: Transform + pos: -51.5,-52.5 + parent: 2 + - uid: 17904 + components: + - type: Transform + pos: -51.5,-55.5 + parent: 2 + - uid: 17905 + components: + - type: Transform + pos: -51.5,-54.5 + parent: 2 + - uid: 17906 + components: + - type: Transform + pos: -51.5,-56.5 + parent: 2 + - uid: 17907 + components: + - type: Transform + pos: -51.5,-58.5 + parent: 2 + - uid: 17908 + components: + - type: Transform + pos: -50.5,-54.5 + parent: 2 + - uid: 17909 + components: + - type: Transform + pos: -50.5,-55.5 + parent: 2 + - uid: 17910 + components: + - type: Transform + pos: -71.5,-64.5 + parent: 2 + - uid: 17911 + components: + - type: Transform + pos: -71.5,-62.5 + parent: 2 + - uid: 17912 + components: + - type: Transform + pos: -71.5,-63.5 + parent: 2 + - uid: 17913 + components: + - type: Transform + pos: -71.5,-60.5 + parent: 2 + - uid: 17914 + components: + - type: Transform + pos: -71.5,-61.5 + parent: 2 + - uid: 17915 + components: + - type: Transform + pos: -71.5,-56.5 + parent: 2 + - uid: 17916 + components: + - type: Transform + pos: -71.5,-59.5 + parent: 2 + - uid: 17917 + components: + - type: Transform + pos: -71.5,-57.5 + parent: 2 + - uid: 17918 + components: + - type: Transform + pos: -71.5,-58.5 + parent: 2 + - uid: 17919 + components: + - type: Transform + pos: -71.5,-65.5 + parent: 2 + - uid: 17920 + components: + - type: Transform + pos: -71.5,-53.5 + parent: 2 + - uid: 17921 + components: + - type: Transform + pos: -71.5,-55.5 + parent: 2 + - uid: 17922 + components: + - type: Transform + pos: -71.5,-54.5 + parent: 2 + - uid: 17923 + components: + - type: Transform + pos: 29.5,58.5 + parent: 2 + - uid: 17924 + components: + - type: Transform + pos: 28.5,58.5 + parent: 2 + - uid: 17925 + components: + - type: Transform + pos: 27.5,58.5 + parent: 2 + - uid: 17926 + components: + - type: Transform + pos: 8.5,67.5 + parent: 2 + - uid: 17927 + components: + - type: Transform + pos: 10.5,67.5 + parent: 2 + - uid: 17928 + components: + - type: Transform + pos: 9.5,98.5 + parent: 2 + - uid: 17929 + components: + - type: Transform + pos: 11.5,68.5 + parent: 2 + - uid: 17930 + components: + - type: Transform + pos: 10.5,68.5 + parent: 2 + - uid: 17931 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - uid: 17932 + components: + - type: Transform + pos: 26.5,60.5 + parent: 2 + - uid: 17933 + components: + - type: Transform + pos: 26.5,58.5 + parent: 2 + - uid: 17934 + components: + - type: Transform + pos: 24.5,64.5 + parent: 2 + - uid: 17935 + components: + - type: Transform + pos: 26.5,55.5 + parent: 2 + - uid: 17936 + components: + - type: Transform + pos: 26.5,56.5 + parent: 2 + - uid: 17937 + components: + - type: Transform + pos: 9.5,99.5 + parent: 2 + - uid: 17938 + components: + - type: Transform + pos: 13.5,68.5 + parent: 2 + - uid: 17939 + components: + - type: Transform + pos: 12.5,68.5 + parent: 2 + - uid: 17940 + components: + - type: Transform + pos: 26.5,63.5 + parent: 2 + - uid: 17941 + components: + - type: Transform + pos: 26.5,59.5 + parent: 2 + - uid: 17942 + components: + - type: Transform + pos: 26.5,61.5 + parent: 2 + - uid: 17943 + components: + - type: Transform + pos: 26.5,64.5 + parent: 2 + - uid: 17944 + components: + - type: Transform + pos: 26.5,62.5 + parent: 2 + - uid: 17945 + components: + - type: Transform + pos: 25.5,64.5 + parent: 2 + - uid: 17946 + components: + - type: Transform + pos: 9.5,91.5 + parent: 2 + - uid: 17947 + components: + - type: Transform + pos: 15.5,68.5 + parent: 2 + - uid: 17948 + components: + - type: Transform + pos: 14.5,68.5 + parent: 2 + - uid: 17949 + components: + - type: Transform + pos: 26.5,54.5 + parent: 2 + - uid: 17950 + components: + - type: Transform + pos: 9.5,93.5 + parent: 2 + - uid: 17951 + components: + - type: Transform + pos: 17.5,68.5 + parent: 2 + - uid: 17952 + components: + - type: Transform + pos: 16.5,68.5 + parent: 2 + - uid: 17953 + components: + - type: Transform + pos: 9.5,94.5 + parent: 2 + - uid: 17954 + components: + - type: Transform + pos: 18.5,68.5 + parent: 2 + - uid: 17955 + components: + - type: Transform + pos: 18.5,64.5 + parent: 2 + - uid: 17956 + components: + - type: Transform + pos: 9.5,106.5 + parent: 2 + - uid: 17957 + components: + - type: Transform + pos: 20.5,64.5 + parent: 2 + - uid: 17958 + components: + - type: Transform + pos: 18.5,65.5 + parent: 2 + - uid: 17959 + components: + - type: Transform + pos: 9.5,100.5 + parent: 2 + - uid: 17960 + components: + - type: Transform + pos: 21.5,64.5 + parent: 2 + - uid: 17961 + components: + - type: Transform + pos: 19.5,64.5 + parent: 2 + - uid: 17962 + components: + - type: Transform + pos: 9.5,103.5 + parent: 2 + - uid: 17963 + components: + - type: Transform + pos: 22.5,64.5 + parent: 2 + - uid: 17964 + components: + - type: Transform + pos: 18.5,67.5 + parent: 2 + - uid: 17965 + components: + - type: Transform + pos: 9.5,105.5 + parent: 2 + - uid: 17966 + components: + - type: Transform + pos: 23.5,64.5 + parent: 2 + - uid: 17967 + components: + - type: Transform + pos: 18.5,66.5 + parent: 2 + - uid: 17968 + components: + - type: Transform + pos: 9.5,104.5 + parent: 2 + - uid: 17969 + components: + - type: Transform + pos: 9.5,101.5 + parent: 2 + - uid: 17970 + components: + - type: Transform + pos: 26.5,-71.5 + parent: 2 + - uid: 17971 + components: + - type: Transform + pos: 26.5,-70.5 + parent: 2 + - uid: 17972 + components: + - type: Transform + pos: 26.5,-69.5 + parent: 2 + - uid: 17973 + components: + - type: Transform + pos: 26.5,-68.5 + parent: 2 + - uid: 17974 + components: + - type: Transform + pos: 26.5,-67.5 + parent: 2 + - uid: 17975 + components: + - type: Transform + pos: 26.5,-66.5 + parent: 2 + - uid: 17976 + components: + - type: Transform + pos: 26.5,-65.5 + parent: 2 + - uid: 17977 + components: + - type: Transform + pos: 26.5,-64.5 + parent: 2 + - uid: 17978 + components: + - type: Transform + pos: 26.5,-63.5 + parent: 2 + - uid: 17979 + components: + - type: Transform + pos: 26.5,-62.5 + parent: 2 + - uid: 17980 + components: + - type: Transform + pos: 26.5,-61.5 + parent: 2 + - uid: 17981 + components: + - type: Transform + pos: 26.5,-60.5 + parent: 2 + - uid: 17982 + components: + - type: Transform + pos: 26.5,-59.5 + parent: 2 + - uid: 17983 + components: + - type: Transform + pos: 26.5,-58.5 + parent: 2 + - uid: 17984 + components: + - type: Transform + pos: 26.5,-57.5 + parent: 2 + - uid: 17985 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 17986 + components: + - type: Transform + pos: 26.5,-55.5 + parent: 2 + - uid: 17987 + components: + - type: Transform + pos: 26.5,-54.5 + parent: 2 + - uid: 17988 + components: + - type: Transform + pos: 26.5,-53.5 + parent: 2 + - uid: 17989 + components: + - type: Transform + pos: 26.5,-52.5 + parent: 2 + - uid: 17990 + components: + - type: Transform + pos: 26.5,-51.5 + parent: 2 + - uid: 17991 + components: + - type: Transform + pos: 26.5,-50.5 + parent: 2 + - uid: 17992 + components: + - type: Transform + pos: 26.5,-49.5 + parent: 2 + - uid: 17993 + components: + - type: Transform + pos: 26.5,-48.5 + parent: 2 + - uid: 17994 + components: + - type: Transform + pos: 26.5,-47.5 + parent: 2 + - uid: 17995 + components: + - type: Transform + pos: 26.5,-46.5 + parent: 2 + - uid: 17996 + components: + - type: Transform + pos: 26.5,-45.5 + parent: 2 + - uid: 17997 + components: + - type: Transform + pos: 26.5,-44.5 + parent: 2 + - uid: 17998 + components: + - type: Transform + pos: 26.5,-43.5 + parent: 2 + - uid: 17999 + components: + - type: Transform + pos: 26.5,-42.5 + parent: 2 + - uid: 18000 + components: + - type: Transform + pos: 26.5,-41.5 + parent: 2 + - uid: 18001 + components: + - type: Transform + pos: 26.5,-40.5 + parent: 2 + - uid: 18002 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 + - uid: 18003 + components: + - type: Transform + pos: 26.5,-38.5 + parent: 2 + - uid: 18004 + components: + - type: Transform + pos: 26.5,-37.5 + parent: 2 + - uid: 18005 + components: + - type: Transform + pos: 26.5,-36.5 + parent: 2 + - uid: 18006 + components: + - type: Transform + pos: 26.5,-35.5 + parent: 2 + - uid: 18007 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 + - uid: 18008 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 2 + - uid: 18009 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 2 + - uid: 18010 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 2 + - uid: 18011 + components: + - type: Transform + pos: 26.5,-30.5 + parent: 2 + - uid: 18012 + components: + - type: Transform + pos: 26.5,-29.5 + parent: 2 + - uid: 18013 + components: + - type: Transform + pos: 26.5,-28.5 + parent: 2 + - uid: 18014 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 18015 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 18016 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - uid: 18017 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 18018 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 18019 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 18020 + components: + - type: Transform + pos: 26.5,-21.5 + parent: 2 + - uid: 18021 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 18022 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 18023 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 18024 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 18025 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 18026 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 18027 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 2 + - uid: 18028 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 18029 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 2 + - uid: 18030 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 2 + - uid: 18031 + components: + - type: Transform + pos: 26.5,-10.5 + parent: 2 + - uid: 18032 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 2 + - uid: 18033 + components: + - type: Transform + pos: 26.5,-8.5 + parent: 2 + - uid: 18034 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 + - uid: 18035 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 2 + - uid: 18036 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 18037 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 2 + - uid: 18038 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 18039 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 2 + - uid: 18040 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 18041 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 18042 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 18043 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 18044 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - uid: 18045 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 18046 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 18047 + components: + - type: Transform + pos: 26.5,5.5 + parent: 2 + - uid: 18048 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 18049 + components: + - type: Transform + pos: 26.5,7.5 + parent: 2 + - uid: 18050 + components: + - type: Transform + pos: 26.5,8.5 + parent: 2 + - uid: 18051 + components: + - type: Transform + pos: 26.5,9.5 + parent: 2 + - uid: 18052 + components: + - type: Transform + pos: 26.5,10.5 + parent: 2 + - uid: 18053 + components: + - type: Transform + pos: 26.5,11.5 + parent: 2 + - uid: 18054 + components: + - type: Transform + pos: 26.5,12.5 + parent: 2 + - uid: 18055 + components: + - type: Transform + pos: 26.5,13.5 + parent: 2 + - uid: 18056 + components: + - type: Transform + pos: 26.5,14.5 + parent: 2 + - uid: 18057 + components: + - type: Transform + pos: 26.5,15.5 + parent: 2 + - uid: 18058 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 18059 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 18060 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 18061 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 18062 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 + - uid: 18063 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 18064 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 18065 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 18066 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 18067 + components: + - type: Transform + pos: 26.5,25.5 + parent: 2 + - uid: 18068 + components: + - type: Transform + pos: 26.5,26.5 + parent: 2 + - uid: 18069 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 18070 + components: + - type: Transform + pos: 26.5,28.5 + parent: 2 + - uid: 18071 + components: + - type: Transform + pos: 26.5,29.5 + parent: 2 + - uid: 18072 + components: + - type: Transform + pos: 26.5,30.5 + parent: 2 + - uid: 18073 + components: + - type: Transform + pos: 26.5,31.5 + parent: 2 + - uid: 18074 + components: + - type: Transform + pos: 26.5,32.5 + parent: 2 + - uid: 18075 + components: + - type: Transform + pos: 26.5,33.5 + parent: 2 + - uid: 18076 + components: + - type: Transform + pos: 26.5,34.5 + parent: 2 + - uid: 18077 + components: + - type: Transform + pos: 26.5,35.5 + parent: 2 + - uid: 18078 + components: + - type: Transform + pos: 26.5,36.5 + parent: 2 + - uid: 18079 + components: + - type: Transform + pos: 26.5,37.5 + parent: 2 + - uid: 18080 + components: + - type: Transform + pos: 26.5,38.5 + parent: 2 + - uid: 18081 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - uid: 18082 + components: + - type: Transform + pos: 26.5,40.5 + parent: 2 + - uid: 18083 + components: + - type: Transform + pos: 26.5,41.5 + parent: 2 + - uid: 18084 + components: + - type: Transform + pos: 26.5,42.5 + parent: 2 + - uid: 18085 + components: + - type: Transform + pos: 26.5,43.5 + parent: 2 + - uid: 18086 + components: + - type: Transform + pos: 26.5,44.5 + parent: 2 + - uid: 18087 + components: + - type: Transform + pos: 26.5,45.5 + parent: 2 + - uid: 18088 + components: + - type: Transform + pos: 26.5,46.5 + parent: 2 + - uid: 18089 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - uid: 18090 + components: + - type: Transform + pos: 26.5,48.5 + parent: 2 + - uid: 18091 + components: + - type: Transform + pos: 26.5,49.5 + parent: 2 + - uid: 18092 + components: + - type: Transform + pos: 26.5,50.5 + parent: 2 + - uid: 18093 + components: + - type: Transform + pos: 26.5,51.5 + parent: 2 + - uid: 18094 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - uid: 18095 + components: + - type: Transform + pos: 26.5,53.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + pos: 9.5,88.5 + parent: 2 + - uid: 18097 + components: + - type: Transform + pos: 9.5,87.5 + parent: 2 + - uid: 18098 + components: + - type: Transform + pos: 9.5,79.5 + parent: 2 + - uid: 18099 + components: + - type: Transform + pos: 9.5,90.5 + parent: 2 + - uid: 18100 + components: + - type: Transform + pos: 9.5,81.5 + parent: 2 + - uid: 18101 + components: + - type: Transform + pos: 9.5,80.5 + parent: 2 + - uid: 18102 + components: + - type: Transform + pos: 9.5,83.5 + parent: 2 + - uid: 18103 + components: + - type: Transform + pos: 9.5,82.5 + parent: 2 + - uid: 18104 + components: + - type: Transform + pos: 9.5,85.5 + parent: 2 + - uid: 18105 + components: + - type: Transform + pos: 9.5,84.5 + parent: 2 + - uid: 18106 + components: + - type: Transform + pos: 9.5,86.5 + parent: 2 + - uid: 18107 + components: + - type: Transform + pos: 9.5,68.5 + parent: 2 + - uid: 18108 + components: + - type: Transform + pos: 8.5,68.5 + parent: 2 + - uid: 18109 + components: + - type: Transform + pos: 7.5,68.5 + parent: 2 + - uid: 18110 + components: + - type: Transform + pos: 6.5,68.5 + parent: 2 + - uid: 18111 + components: + - type: Transform + pos: 5.5,68.5 + parent: 2 + - uid: 18112 + components: + - type: Transform + pos: 4.5,68.5 + parent: 2 + - uid: 18113 + components: + - type: Transform + pos: 3.5,68.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + pos: 2.5,68.5 + parent: 2 + - uid: 18115 + components: + - type: Transform + pos: 1.5,68.5 + parent: 2 + - uid: 18116 + components: + - type: Transform + pos: 0.5,68.5 + parent: 2 + - uid: 18117 + components: + - type: Transform + pos: -0.5,68.5 + parent: 2 + - uid: 18118 + components: + - type: Transform + pos: -1.5,68.5 + parent: 2 + - uid: 18119 + components: + - type: Transform + pos: -2.5,68.5 + parent: 2 + - uid: 18120 + components: + - type: Transform + pos: -3.5,68.5 + parent: 2 + - uid: 18121 + components: + - type: Transform + pos: -4.5,68.5 + parent: 2 + - uid: 18122 + components: + - type: Transform + pos: -5.5,68.5 + parent: 2 + - uid: 18123 + components: + - type: Transform + pos: -6.5,68.5 + parent: 2 + - uid: 18124 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 + - uid: 18125 + components: + - type: Transform + pos: -8.5,68.5 + parent: 2 + - uid: 18126 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 + - uid: 18127 + components: + - type: Transform + pos: -10.5,68.5 + parent: 2 + - uid: 18128 + components: + - type: Transform + pos: -11.5,68.5 + parent: 2 + - uid: 18129 + components: + - type: Transform + pos: -12.5,68.5 + parent: 2 + - uid: 18130 + components: + - type: Transform + pos: -13.5,68.5 + parent: 2 + - uid: 18131 + components: + - type: Transform + pos: -14.5,68.5 + parent: 2 + - uid: 18132 + components: + - type: Transform + pos: -15.5,68.5 + parent: 2 + - uid: 18133 + components: + - type: Transform + pos: -16.5,68.5 + parent: 2 + - uid: 18134 + components: + - type: Transform + pos: -17.5,68.5 + parent: 2 + - uid: 18135 + components: + - type: Transform + pos: -18.5,68.5 + parent: 2 + - uid: 18136 + components: + - type: Transform + pos: -19.5,68.5 + parent: 2 + - uid: 18137 + components: + - type: Transform + pos: -20.5,68.5 + parent: 2 + - uid: 18138 + components: + - type: Transform + pos: -21.5,68.5 + parent: 2 + - uid: 18139 + components: + - type: Transform + pos: -22.5,68.5 + parent: 2 + - uid: 18140 + components: + - type: Transform + pos: -23.5,68.5 + parent: 2 + - uid: 18141 + components: + - type: Transform + pos: -24.5,68.5 + parent: 2 + - uid: 18142 + components: + - type: Transform + pos: -25.5,68.5 + parent: 2 + - uid: 18143 + components: + - type: Transform + pos: -26.5,68.5 + parent: 2 + - uid: 18144 + components: + - type: Transform + pos: -27.5,68.5 + parent: 2 + - uid: 18145 + components: + - type: Transform + pos: -28.5,68.5 + parent: 2 + - uid: 18146 + components: + - type: Transform + pos: -29.5,68.5 + parent: 2 + - uid: 18147 + components: + - type: Transform + pos: -30.5,68.5 + parent: 2 + - uid: 18148 + components: + - type: Transform + pos: -31.5,68.5 + parent: 2 + - uid: 18149 + components: + - type: Transform + pos: -32.5,68.5 + parent: 2 + - uid: 18150 + components: + - type: Transform + pos: -33.5,68.5 + parent: 2 + - uid: 18151 + components: + - type: Transform + pos: -34.5,68.5 + parent: 2 + - uid: 18152 + components: + - type: Transform + pos: -35.5,68.5 + parent: 2 + - uid: 18153 + components: + - type: Transform + pos: -36.5,68.5 + parent: 2 + - uid: 18154 + components: + - type: Transform + pos: -37.5,68.5 + parent: 2 + - uid: 18155 + components: + - type: Transform + pos: -38.5,68.5 + parent: 2 + - uid: 18156 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 18157 + components: + - type: Transform + pos: -40.5,68.5 + parent: 2 + - uid: 18158 + components: + - type: Transform + pos: -41.5,68.5 + parent: 2 + - uid: 18159 + components: + - type: Transform + pos: -42.5,68.5 + parent: 2 + - uid: 18160 + components: + - type: Transform + pos: -43.5,68.5 + parent: 2 + - uid: 18161 + components: + - type: Transform + pos: -44.5,68.5 + parent: 2 + - uid: 18162 + components: + - type: Transform + pos: -45.5,68.5 + parent: 2 + - uid: 18163 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 + - uid: 18164 + components: + - type: Transform + pos: -47.5,68.5 + parent: 2 + - uid: 18165 + components: + - type: Transform + pos: -48.5,68.5 + parent: 2 + - uid: 18166 + components: + - type: Transform + pos: -49.5,68.5 + parent: 2 + - uid: 18167 + components: + - type: Transform + pos: -50.5,68.5 + parent: 2 + - uid: 18168 + components: + - type: Transform + pos: -51.5,68.5 + parent: 2 + - uid: 18169 + components: + - type: Transform + pos: -52.5,68.5 + parent: 2 + - uid: 18170 + components: + - type: Transform + pos: -53.5,68.5 + parent: 2 + - uid: 18171 + components: + - type: Transform + pos: -54.5,68.5 + parent: 2 + - uid: 18172 + components: + - type: Transform + pos: -55.5,68.5 + parent: 2 + - uid: 18173 + components: + - type: Transform + pos: -56.5,68.5 + parent: 2 + - uid: 18174 + components: + - type: Transform + pos: -57.5,68.5 + parent: 2 + - uid: 18175 + components: + - type: Transform + pos: -58.5,68.5 + parent: 2 + - uid: 18176 + components: + - type: Transform + pos: -59.5,68.5 + parent: 2 + - uid: 18177 + components: + - type: Transform + pos: -60.5,68.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + pos: -61.5,68.5 + parent: 2 + - uid: 18179 + components: + - type: Transform + pos: -62.5,68.5 + parent: 2 + - uid: 18180 + components: + - type: Transform + pos: -63.5,68.5 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: -64.5,68.5 + parent: 2 + - uid: 18182 + components: + - type: Transform + pos: -65.5,68.5 + parent: 2 + - uid: 18183 + components: + - type: Transform + pos: -66.5,68.5 + parent: 2 + - uid: 18184 + components: + - type: Transform + pos: -67.5,68.5 + parent: 2 + - uid: 18185 + components: + - type: Transform + pos: -68.5,68.5 + parent: 2 + - uid: 18186 + components: + - type: Transform + pos: -69.5,68.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + pos: -70.5,68.5 + parent: 2 + - uid: 18188 + components: + - type: Transform + pos: -71.5,68.5 + parent: 2 + - uid: 18189 + components: + - type: Transform + pos: -72.5,68.5 + parent: 2 + - uid: 18190 + components: + - type: Transform + pos: -73.5,68.5 + parent: 2 + - uid: 18191 + components: + - type: Transform + pos: -74.5,68.5 + parent: 2 + - uid: 18192 + components: + - type: Transform + pos: -75.5,68.5 + parent: 2 + - uid: 18193 + components: + - type: Transform + pos: -76.5,68.5 + parent: 2 + - uid: 18194 + components: + - type: Transform + pos: -77.5,68.5 + parent: 2 + - uid: 18195 + components: + - type: Transform + pos: -78.5,68.5 + parent: 2 + - uid: 18196 + components: + - type: Transform + pos: -79.5,68.5 + parent: 2 + - uid: 18197 + components: + - type: Transform + pos: -80.5,68.5 + parent: 2 + - uid: 18198 + components: + - type: Transform + pos: -81.5,68.5 + parent: 2 + - uid: 18199 + components: + - type: Transform + pos: -82.5,68.5 + parent: 2 + - uid: 18200 + components: + - type: Transform + pos: -83.5,68.5 + parent: 2 + - uid: 18201 + components: + - type: Transform + pos: -84.5,68.5 + parent: 2 + - uid: 18202 + components: + - type: Transform + pos: -85.5,68.5 + parent: 2 + - uid: 18203 + components: + - type: Transform + pos: -86.5,68.5 + parent: 2 + - uid: 18204 + components: + - type: Transform + pos: -86.5,67.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + pos: -86.5,66.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: -86.5,65.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: -86.5,64.5 + parent: 2 + - uid: 18208 + components: + - type: Transform + pos: -86.5,63.5 + parent: 2 + - uid: 18209 + components: + - type: Transform + pos: -86.5,62.5 + parent: 2 + - uid: 18210 + components: + - type: Transform + pos: -86.5,61.5 + parent: 2 + - uid: 18211 + components: + - type: Transform + pos: -86.5,60.5 + parent: 2 + - uid: 18212 + components: + - type: Transform + pos: -86.5,59.5 + parent: 2 + - uid: 18213 + components: + - type: Transform + pos: -86.5,58.5 + parent: 2 + - uid: 18214 + components: + - type: Transform + pos: -86.5,57.5 + parent: 2 + - uid: 18215 + components: + - type: Transform + pos: -86.5,56.5 + parent: 2 + - uid: 18216 + components: + - type: Transform + pos: -86.5,55.5 + parent: 2 + - uid: 18217 + components: + - type: Transform + pos: -86.5,54.5 + parent: 2 + - uid: 18218 + components: + - type: Transform + pos: -86.5,53.5 + parent: 2 + - uid: 18219 + components: + - type: Transform + pos: -86.5,52.5 + parent: 2 + - uid: 18220 + components: + - type: Transform + pos: -86.5,51.5 + parent: 2 + - uid: 18221 + components: + - type: Transform + pos: -86.5,50.5 + parent: 2 + - uid: 18222 + components: + - type: Transform + pos: -86.5,49.5 + parent: 2 + - uid: 18223 + components: + - type: Transform + pos: -86.5,48.5 + parent: 2 + - uid: 18224 + components: + - type: Transform + pos: -86.5,47.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + pos: -86.5,46.5 + parent: 2 + - uid: 18226 + components: + - type: Transform + pos: -86.5,45.5 + parent: 2 + - uid: 18227 + components: + - type: Transform + pos: -86.5,44.5 + parent: 2 + - uid: 18228 + components: + - type: Transform + pos: -86.5,43.5 + parent: 2 + - uid: 18229 + components: + - type: Transform + pos: -86.5,42.5 + parent: 2 + - uid: 18230 + components: + - type: Transform + pos: -86.5,41.5 + parent: 2 + - uid: 18231 + components: + - type: Transform + pos: -86.5,40.5 + parent: 2 + - uid: 18232 + components: + - type: Transform + pos: -86.5,39.5 + parent: 2 + - uid: 18233 + components: + - type: Transform + pos: -86.5,38.5 + parent: 2 + - uid: 18234 + components: + - type: Transform + pos: -86.5,37.5 + parent: 2 + - uid: 18235 + components: + - type: Transform + pos: -86.5,36.5 + parent: 2 + - uid: 18236 + components: + - type: Transform + pos: -86.5,35.5 + parent: 2 + - uid: 18237 + components: + - type: Transform + pos: -86.5,34.5 + parent: 2 + - uid: 18238 + components: + - type: Transform + pos: -86.5,33.5 + parent: 2 + - uid: 18239 + components: + - type: Transform + pos: -86.5,32.5 + parent: 2 + - uid: 18240 + components: + - type: Transform + pos: -86.5,31.5 + parent: 2 + - uid: 18241 + components: + - type: Transform + pos: -86.5,30.5 + parent: 2 + - uid: 18242 + components: + - type: Transform + pos: -86.5,29.5 + parent: 2 + - uid: 18243 + components: + - type: Transform + pos: -86.5,28.5 + parent: 2 + - uid: 18244 + components: + - type: Transform + pos: -86.5,27.5 + parent: 2 + - uid: 18245 + components: + - type: Transform + pos: -86.5,26.5 + parent: 2 + - uid: 18246 + components: + - type: Transform + pos: -86.5,25.5 + parent: 2 + - uid: 18247 + components: + - type: Transform + pos: -86.5,24.5 + parent: 2 + - uid: 18248 + components: + - type: Transform + pos: -86.5,23.5 + parent: 2 + - uid: 18249 + components: + - type: Transform + pos: -86.5,22.5 + parent: 2 + - uid: 18250 + components: + - type: Transform + pos: -86.5,21.5 + parent: 2 + - uid: 18251 + components: + - type: Transform + pos: -86.5,20.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + pos: -86.5,19.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: -86.5,18.5 + parent: 2 + - uid: 18254 + components: + - type: Transform + pos: -86.5,17.5 + parent: 2 + - uid: 18255 + components: + - type: Transform + pos: -86.5,16.5 + parent: 2 + - uid: 18256 + components: + - type: Transform + pos: -86.5,15.5 + parent: 2 + - uid: 18257 + components: + - type: Transform + pos: -86.5,14.5 + parent: 2 + - uid: 18258 + components: + - type: Transform + pos: -86.5,13.5 + parent: 2 + - uid: 18259 + components: + - type: Transform + pos: -86.5,12.5 + parent: 2 + - uid: 18260 + components: + - type: Transform + pos: -86.5,11.5 + parent: 2 + - uid: 18261 + components: + - type: Transform + pos: -86.5,10.5 + parent: 2 + - uid: 18262 + components: + - type: Transform + pos: -86.5,9.5 + parent: 2 + - uid: 18263 + components: + - type: Transform + pos: -86.5,8.5 + parent: 2 + - uid: 18264 + components: + - type: Transform + pos: -86.5,7.5 + parent: 2 + - uid: 18265 + components: + - type: Transform + pos: -86.5,6.5 + parent: 2 + - uid: 18266 + components: + - type: Transform + pos: -86.5,5.5 + parent: 2 + - uid: 18267 + components: + - type: Transform + pos: -86.5,4.5 + parent: 2 + - uid: 18268 + components: + - type: Transform + pos: -86.5,3.5 + parent: 2 + - uid: 18269 + components: + - type: Transform + pos: -86.5,2.5 + parent: 2 + - uid: 18270 + components: + - type: Transform + pos: -86.5,1.5 + parent: 2 + - uid: 18271 + components: + - type: Transform + pos: -86.5,0.5 + parent: 2 + - uid: 18272 + components: + - type: Transform + pos: -86.5,-0.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + pos: -86.5,-1.5 + parent: 2 + - uid: 18274 + components: + - type: Transform + pos: -86.5,-2.5 + parent: 2 + - uid: 18275 + components: + - type: Transform + pos: -86.5,-3.5 + parent: 2 + - uid: 18276 + components: + - type: Transform + pos: -86.5,-4.5 + parent: 2 + - uid: 18277 + components: + - type: Transform + pos: -86.5,-5.5 + parent: 2 + - uid: 18278 + components: + - type: Transform + pos: -86.5,-6.5 + parent: 2 + - uid: 18279 + components: + - type: Transform + pos: -86.5,-7.5 + parent: 2 + - uid: 18280 + components: + - type: Transform + pos: -86.5,-8.5 + parent: 2 + - uid: 18281 + components: + - type: Transform + pos: -86.5,-9.5 + parent: 2 + - uid: 18282 + components: + - type: Transform + pos: -86.5,-10.5 + parent: 2 + - uid: 18283 + components: + - type: Transform + pos: -86.5,-11.5 + parent: 2 + - uid: 18284 + components: + - type: Transform + pos: -86.5,-12.5 + parent: 2 + - uid: 18285 + components: + - type: Transform + pos: -86.5,-13.5 + parent: 2 + - uid: 18286 + components: + - type: Transform + pos: -86.5,-14.5 + parent: 2 + - uid: 18287 + components: + - type: Transform + pos: -86.5,-15.5 + parent: 2 + - uid: 18288 + components: + - type: Transform + pos: -86.5,-16.5 + parent: 2 + - uid: 18289 + components: + - type: Transform + pos: -86.5,-17.5 + parent: 2 + - uid: 18290 + components: + - type: Transform + pos: -86.5,-18.5 + parent: 2 + - uid: 18291 + components: + - type: Transform + pos: -86.5,-19.5 + parent: 2 + - uid: 18292 + components: + - type: Transform + pos: -86.5,-20.5 + parent: 2 + - uid: 18293 + components: + - type: Transform + pos: -86.5,-21.5 + parent: 2 + - uid: 18294 + components: + - type: Transform + pos: -86.5,-22.5 + parent: 2 + - uid: 18295 + components: + - type: Transform + pos: -86.5,-23.5 + parent: 2 + - uid: 18296 + components: + - type: Transform + pos: -86.5,-24.5 + parent: 2 + - uid: 18297 + components: + - type: Transform + pos: -86.5,-25.5 + parent: 2 + - uid: 18298 + components: + - type: Transform + pos: -86.5,-26.5 + parent: 2 + - uid: 18299 + components: + - type: Transform + pos: -86.5,-27.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: -86.5,-28.5 + parent: 2 + - uid: 18301 + components: + - type: Transform + pos: -86.5,-29.5 + parent: 2 + - uid: 18302 + components: + - type: Transform + pos: -86.5,-30.5 + parent: 2 + - uid: 18303 + components: + - type: Transform + pos: -86.5,-31.5 + parent: 2 + - uid: 18304 + components: + - type: Transform + pos: -86.5,-32.5 + parent: 2 + - uid: 18305 + components: + - type: Transform + pos: -86.5,-33.5 + parent: 2 + - uid: 18306 + components: + - type: Transform + pos: -86.5,-34.5 + parent: 2 + - uid: 18307 + components: + - type: Transform + pos: -86.5,-35.5 + parent: 2 + - uid: 18308 + components: + - type: Transform + pos: -86.5,-36.5 + parent: 2 + - uid: 18309 + components: + - type: Transform + pos: -86.5,-37.5 + parent: 2 + - uid: 18310 + components: + - type: Transform + pos: -86.5,-38.5 + parent: 2 + - uid: 18311 + components: + - type: Transform + pos: -86.5,-39.5 + parent: 2 + - uid: 18312 + components: + - type: Transform + pos: -86.5,-40.5 + parent: 2 + - uid: 18313 + components: + - type: Transform + pos: -86.5,-41.5 + parent: 2 + - uid: 18314 + components: + - type: Transform + pos: -86.5,-42.5 + parent: 2 + - uid: 18315 + components: + - type: Transform + pos: -86.5,-43.5 + parent: 2 + - uid: 18316 + components: + - type: Transform + pos: -86.5,-44.5 + parent: 2 + - uid: 18317 + components: + - type: Transform + pos: -86.5,-45.5 + parent: 2 + - uid: 18318 + components: + - type: Transform + pos: -86.5,-46.5 + parent: 2 + - uid: 18319 + components: + - type: Transform + pos: -86.5,-47.5 + parent: 2 + - uid: 18320 + components: + - type: Transform + pos: -86.5,-48.5 + parent: 2 + - uid: 18321 + components: + - type: Transform + pos: -86.5,-49.5 + parent: 2 + - uid: 18322 + components: + - type: Transform + pos: -86.5,-50.5 + parent: 2 + - uid: 18323 + components: + - type: Transform + pos: -86.5,-51.5 + parent: 2 + - uid: 18324 + components: + - type: Transform + pos: -86.5,-52.5 + parent: 2 + - uid: 18325 + components: + - type: Transform + pos: -86.5,-53.5 + parent: 2 + - uid: 18326 + components: + - type: Transform + pos: -86.5,-54.5 + parent: 2 + - uid: 18327 + components: + - type: Transform + pos: -86.5,-55.5 + parent: 2 + - uid: 18328 + components: + - type: Transform + pos: -86.5,-56.5 + parent: 2 + - uid: 18329 + components: + - type: Transform + pos: -86.5,-57.5 + parent: 2 + - uid: 18330 + components: + - type: Transform + pos: -86.5,-58.5 + parent: 2 + - uid: 18331 + components: + - type: Transform + pos: -86.5,-59.5 + parent: 2 + - uid: 18332 + components: + - type: Transform + pos: -86.5,-60.5 + parent: 2 + - uid: 18333 + components: + - type: Transform + pos: -86.5,-61.5 + parent: 2 + - uid: 18334 + components: + - type: Transform + pos: -86.5,-62.5 + parent: 2 + - uid: 18335 + components: + - type: Transform + pos: -86.5,-63.5 + parent: 2 + - uid: 18336 + components: + - type: Transform + pos: -86.5,-64.5 + parent: 2 + - uid: 18337 + components: + - type: Transform + pos: -86.5,-65.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: -86.5,-66.5 + parent: 2 + - uid: 18339 + components: + - type: Transform + pos: -86.5,-67.5 + parent: 2 + - uid: 18340 + components: + - type: Transform + pos: -86.5,-68.5 + parent: 2 + - uid: 18341 + components: + - type: Transform + pos: -86.5,-69.5 + parent: 2 + - uid: 18342 + components: + - type: Transform + pos: -86.5,-70.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + pos: -86.5,-71.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: -85.5,-71.5 + parent: 2 + - uid: 18345 + components: + - type: Transform + pos: -84.5,-71.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + pos: -83.5,-71.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: -82.5,-71.5 + parent: 2 + - uid: 18348 + components: + - type: Transform + pos: -81.5,-71.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + pos: -80.5,-71.5 + parent: 2 + - uid: 18350 + components: + - type: Transform + pos: -79.5,-71.5 + parent: 2 + - uid: 18351 + components: + - type: Transform + pos: -78.5,-71.5 + parent: 2 + - uid: 18352 + components: + - type: Transform + pos: -77.5,-71.5 + parent: 2 + - uid: 18353 + components: + - type: Transform + pos: -76.5,-71.5 + parent: 2 + - uid: 18354 + components: + - type: Transform + pos: -75.5,-71.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + pos: -74.5,-71.5 + parent: 2 + - uid: 18356 + components: + - type: Transform + pos: -73.5,-71.5 + parent: 2 + - uid: 18357 + components: + - type: Transform + pos: -72.5,-71.5 + parent: 2 + - uid: 18358 + components: + - type: Transform + pos: -71.5,-71.5 + parent: 2 + - uid: 18359 + components: + - type: Transform + pos: -70.5,-71.5 + parent: 2 + - uid: 18360 + components: + - type: Transform + pos: -69.5,-71.5 + parent: 2 + - uid: 18361 + components: + - type: Transform + pos: -68.5,-71.5 + parent: 2 + - uid: 18362 + components: + - type: Transform + pos: -67.5,-71.5 + parent: 2 + - uid: 18363 + components: + - type: Transform + pos: -66.5,-71.5 + parent: 2 + - uid: 18364 + components: + - type: Transform + pos: -65.5,-71.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + pos: -64.5,-71.5 + parent: 2 + - uid: 18366 + components: + - type: Transform + pos: -63.5,-71.5 + parent: 2 + - uid: 18367 + components: + - type: Transform + pos: -62.5,-71.5 + parent: 2 + - uid: 18368 + components: + - type: Transform + pos: -61.5,-71.5 + parent: 2 + - uid: 18369 + components: + - type: Transform + pos: -60.5,-71.5 + parent: 2 + - uid: 18370 + components: + - type: Transform + pos: -59.5,-71.5 + parent: 2 + - uid: 18371 + components: + - type: Transform + pos: -58.5,-71.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: -57.5,-71.5 + parent: 2 + - uid: 18373 + components: + - type: Transform + pos: -56.5,-71.5 + parent: 2 + - uid: 18374 + components: + - type: Transform + pos: -55.5,-71.5 + parent: 2 + - uid: 18375 + components: + - type: Transform + pos: -54.5,-71.5 + parent: 2 + - uid: 18376 + components: + - type: Transform + pos: -53.5,-71.5 + parent: 2 + - uid: 18377 + components: + - type: Transform + pos: -52.5,-71.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + pos: -51.5,-71.5 + parent: 2 + - uid: 18379 + components: + - type: Transform + pos: -50.5,-71.5 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: -49.5,-71.5 + parent: 2 + - uid: 18381 + components: + - type: Transform + pos: -48.5,-71.5 + parent: 2 + - uid: 18382 + components: + - type: Transform + pos: -47.5,-71.5 + parent: 2 + - uid: 18383 + components: + - type: Transform + pos: -46.5,-71.5 + parent: 2 + - uid: 18384 + components: + - type: Transform + pos: -45.5,-71.5 + parent: 2 + - uid: 18385 + components: + - type: Transform + pos: -44.5,-71.5 + parent: 2 + - uid: 18386 + components: + - type: Transform + pos: -43.5,-71.5 + parent: 2 + - uid: 18387 + components: + - type: Transform + pos: -42.5,-71.5 + parent: 2 + - uid: 18388 + components: + - type: Transform + pos: -41.5,-71.5 + parent: 2 + - uid: 18389 + components: + - type: Transform + pos: -40.5,-71.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + pos: -39.5,-71.5 + parent: 2 + - uid: 18391 + components: + - type: Transform + pos: -38.5,-71.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + pos: -37.5,-71.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + pos: -36.5,-71.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + pos: -35.5,-71.5 + parent: 2 + - uid: 18395 + components: + - type: Transform + pos: -34.5,-71.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + pos: -33.5,-71.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + pos: -32.5,-71.5 + parent: 2 + - uid: 18398 + components: + - type: Transform + pos: -31.5,-71.5 + parent: 2 + - uid: 18399 + components: + - type: Transform + pos: -30.5,-71.5 + parent: 2 + - uid: 18400 + components: + - type: Transform + pos: -29.5,-71.5 + parent: 2 + - uid: 18401 + components: + - type: Transform + pos: -28.5,-71.5 + parent: 2 + - uid: 18402 + components: + - type: Transform + pos: -27.5,-71.5 + parent: 2 + - uid: 18403 + components: + - type: Transform + pos: -26.5,-71.5 + parent: 2 + - uid: 18404 + components: + - type: Transform + pos: -25.5,-71.5 + parent: 2 + - uid: 18405 + components: + - type: Transform + pos: -24.5,-71.5 + parent: 2 + - uid: 18406 + components: + - type: Transform + pos: -23.5,-71.5 + parent: 2 + - uid: 18407 + components: + - type: Transform + pos: -22.5,-71.5 + parent: 2 + - uid: 18408 + components: + - type: Transform + pos: -21.5,-71.5 + parent: 2 + - uid: 18409 + components: + - type: Transform + pos: -20.5,-71.5 + parent: 2 + - uid: 18410 + components: + - type: Transform + pos: -19.5,-71.5 + parent: 2 + - uid: 18411 + components: + - type: Transform + pos: -18.5,-71.5 + parent: 2 + - uid: 18412 + components: + - type: Transform + pos: -17.5,-71.5 + parent: 2 + - uid: 18413 + components: + - type: Transform + pos: -16.5,-71.5 + parent: 2 + - uid: 18414 + components: + - type: Transform + pos: -15.5,-71.5 + parent: 2 + - uid: 18415 + components: + - type: Transform + pos: -14.5,-71.5 + parent: 2 + - uid: 18416 + components: + - type: Transform + pos: -13.5,-71.5 + parent: 2 + - uid: 18417 + components: + - type: Transform + pos: -12.5,-71.5 + parent: 2 + - uid: 18418 + components: + - type: Transform + pos: -11.5,-71.5 + parent: 2 + - uid: 18419 + components: + - type: Transform + pos: -10.5,-71.5 + parent: 2 + - uid: 18420 + components: + - type: Transform + pos: -9.5,-71.5 + parent: 2 + - uid: 18421 + components: + - type: Transform + pos: -8.5,-71.5 + parent: 2 + - uid: 18422 + components: + - type: Transform + pos: -7.5,-71.5 + parent: 2 + - uid: 18423 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 18424 + components: + - type: Transform + pos: -5.5,-71.5 + parent: 2 + - uid: 18425 + components: + - type: Transform + pos: -4.5,-71.5 + parent: 2 + - uid: 18426 + components: + - type: Transform + pos: -3.5,-71.5 + parent: 2 + - uid: 18427 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 18429 + components: + - type: Transform + pos: -0.5,-71.5 + parent: 2 + - uid: 18430 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 18431 + components: + - type: Transform + pos: 1.5,-71.5 + parent: 2 + - uid: 18432 + components: + - type: Transform + pos: 2.5,-71.5 + parent: 2 + - uid: 18433 + components: + - type: Transform + pos: 3.5,-71.5 + parent: 2 + - uid: 18434 + components: + - type: Transform + pos: 4.5,-71.5 + parent: 2 + - uid: 18435 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 18436 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 18437 + components: + - type: Transform + pos: 7.5,-71.5 + parent: 2 + - uid: 18438 + components: + - type: Transform + pos: 8.5,-71.5 + parent: 2 + - uid: 18439 + components: + - type: Transform + pos: 9.5,-71.5 + parent: 2 + - uid: 18440 + components: + - type: Transform + pos: 10.5,-71.5 + parent: 2 + - uid: 18441 + components: + - type: Transform + pos: 11.5,-71.5 + parent: 2 + - uid: 18442 + components: + - type: Transform + pos: 12.5,-71.5 + parent: 2 + - uid: 18443 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 + - uid: 18444 + components: + - type: Transform + pos: 14.5,-71.5 + parent: 2 + - uid: 18445 + components: + - type: Transform + pos: 15.5,-71.5 + parent: 2 + - uid: 18446 + components: + - type: Transform + pos: 16.5,-71.5 + parent: 2 + - uid: 18447 + components: + - type: Transform + pos: 17.5,-71.5 + parent: 2 + - uid: 18448 + components: + - type: Transform + pos: 18.5,-71.5 + parent: 2 + - uid: 18449 + components: + - type: Transform + pos: 19.5,-71.5 + parent: 2 + - uid: 18450 + components: + - type: Transform + pos: 20.5,-71.5 + parent: 2 + - uid: 18451 + components: + - type: Transform + pos: 21.5,-71.5 + parent: 2 + - uid: 18452 + components: + - type: Transform + pos: 22.5,-71.5 + parent: 2 + - uid: 18453 + components: + - type: Transform + pos: 23.5,-71.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + pos: 24.5,-71.5 + parent: 2 + - uid: 18455 + components: + - type: Transform + pos: 25.5,-71.5 + parent: 2 + - uid: 18456 + components: + - type: Transform + pos: 22.5,129.5 + parent: 2 + - uid: 18457 + components: + - type: Transform + pos: 21.5,128.5 + parent: 2 + - uid: 18458 + components: + - type: Transform + pos: 22.5,128.5 + parent: 2 + - uid: 18459 + components: + - type: Transform + pos: 36.5,128.5 + parent: 2 + - uid: 18460 + components: + - type: Transform + pos: 19.5,128.5 + parent: 2 + - uid: 18461 + components: + - type: Transform + pos: 24.5,129.5 + parent: 2 + - uid: 18462 + components: + - type: Transform + pos: 31.5,129.5 + parent: 2 + - uid: 18463 + components: + - type: Transform + pos: 33.5,129.5 + parent: 2 + - uid: 18464 + components: + - type: Transform + pos: 11.5,129.5 + parent: 2 + - uid: 18465 + components: + - type: Transform + pos: 25.5,128.5 + parent: 2 + - uid: 18466 + components: + - type: Transform + pos: 25.5,129.5 + parent: 2 + - uid: 18467 + components: + - type: Transform + pos: 32.5,128.5 + parent: 2 + - uid: 18468 + components: + - type: Transform + pos: 31.5,128.5 + parent: 2 + - uid: 18469 + components: + - type: Transform + pos: 29.5,129.5 + parent: 2 + - uid: 18470 + components: + - type: Transform + pos: 36.5,129.5 + parent: 2 + - uid: 18471 + components: + - type: Transform + pos: 30.5,128.5 + parent: 2 + - uid: 18472 + components: + - type: Transform + pos: 9.5,96.5 + parent: 2 + - uid: 18473 + components: + - type: Transform + pos: 26.5,128.5 + parent: 2 + - uid: 18474 + components: + - type: Transform + pos: 11.5,128.5 + parent: 2 + - uid: 18475 + components: + - type: Transform + pos: -51.5,-60.5 + parent: 2 + - uid: 18476 + components: + - type: Transform + pos: 16.5,128.5 + parent: 2 + - uid: 18477 + components: + - type: Transform + pos: 18.5,129.5 + parent: 2 + - uid: 18478 + components: + - type: Transform + pos: 33.5,128.5 + parent: 2 + - uid: 18479 + components: + - type: Transform + pos: -51.5,-59.5 + parent: 2 + - uid: 18480 + components: + - type: Transform + pos: 27.5,129.5 + parent: 2 + - uid: 18481 + components: + - type: Transform + pos: 29.5,128.5 + parent: 2 + - uid: 18482 + components: + - type: Transform + pos: 35.5,128.5 + parent: 2 + - uid: 18483 + components: + - type: Transform + pos: 24.5,128.5 + parent: 2 + - uid: 18484 + components: + - type: Transform + pos: 35.5,129.5 + parent: 2 + - uid: 18485 + components: + - type: Transform + pos: 10.5,129.5 + parent: 2 + - uid: 18486 + components: + - type: Transform + pos: 34.5,129.5 + parent: 2 + - uid: 18487 + components: + - type: Transform + pos: 10.5,128.5 + parent: 2 + - uid: 18488 + components: + - type: Transform + pos: 23.5,129.5 + parent: 2 + - uid: 18489 + components: + - type: Transform + pos: 32.5,129.5 + parent: 2 + - uid: 18490 + components: + - type: Transform + pos: 34.5,128.5 + parent: 2 + - uid: 18491 + components: + - type: Transform + pos: 30.5,129.5 + parent: 2 + - uid: 18492 + components: + - type: Transform + pos: 13.5,128.5 + parent: 2 + - uid: 18493 + components: + - type: Transform + pos: 14.5,129.5 + parent: 2 + - uid: 18494 + components: + - type: Transform + pos: 13.5,129.5 + parent: 2 + - uid: 18495 + components: + - type: Transform + pos: 28.5,128.5 + parent: 2 + - uid: 18496 + components: + - type: Transform + pos: 23.5,128.5 + parent: 2 + - uid: 18497 + components: + - type: Transform + pos: 12.5,129.5 + parent: 2 + - uid: 18498 + components: + - type: Transform + pos: 19.5,129.5 + parent: 2 + - uid: 18499 + components: + - type: Transform + pos: 15.5,129.5 + parent: 2 + - uid: 18500 + components: + - type: Transform + pos: 28.5,129.5 + parent: 2 + - uid: 18501 + components: + - type: Transform + pos: 9.5,121.5 + parent: 2 + - uid: 18502 + components: + - type: Transform + pos: 9.5,122.5 + parent: 2 + - uid: 18503 + components: + - type: Transform + pos: 9.5,119.5 + parent: 2 + - uid: 18504 + components: + - type: Transform + pos: -51.5,-62.5 + parent: 2 + - uid: 18505 + components: + - type: Transform + pos: -51.5,-61.5 + parent: 2 + - uid: 18506 + components: + - type: Transform + pos: -51.5,-64.5 + parent: 2 + - uid: 18507 + components: + - type: Transform + pos: -51.5,-63.5 + parent: 2 + - uid: 18508 + components: + - type: Transform + pos: -51.5,-66.5 + parent: 2 + - uid: 18509 + components: + - type: Transform + pos: -51.5,-65.5 + parent: 2 + - uid: 18510 + components: + - type: Transform + pos: -51.5,-68.5 + parent: 2 + - uid: 18511 + components: + - type: Transform + pos: -51.5,-67.5 + parent: 2 + - uid: 18512 + components: + - type: Transform + pos: -51.5,-70.5 + parent: 2 + - uid: 18513 + components: + - type: Transform + pos: -51.5,-69.5 + parent: 2 + - uid: 18514 + components: + - type: Transform + pos: -71.5,-69.5 + parent: 2 + - uid: 18515 + components: + - type: Transform + pos: -71.5,-70.5 + parent: 2 + - uid: 18516 + components: + - type: Transform + pos: -71.5,-68.5 + parent: 2 + - uid: 18517 + components: + - type: Transform + pos: 16.5,129.5 + parent: 2 + - uid: 18518 + components: + - type: Transform + pos: 17.5,128.5 + parent: 2 + - uid: 18519 + components: + - type: Transform + pos: 12.5,128.5 + parent: 2 + - uid: 18520 + components: + - type: Transform + pos: 9.5,97.5 + parent: 2 + - uid: 18521 + components: + - type: Transform + pos: 20.5,128.5 + parent: 2 + - uid: 18522 + components: + - type: Transform + pos: 20.5,129.5 + parent: 2 + - uid: 18523 + components: + - type: Transform + pos: 15.5,128.5 + parent: 2 + - uid: 18524 + components: + - type: Transform + pos: 17.5,129.5 + parent: 2 + - uid: 18525 + components: + - type: Transform + pos: 18.5,128.5 + parent: 2 + - uid: 18526 + components: + - type: Transform + pos: 14.5,128.5 + parent: 2 + - uid: 18527 + components: + - type: Transform + pos: 9.5,89.5 + parent: 2 + - uid: 18528 + components: + - type: Transform + pos: 9.5,95.5 + parent: 2 + - uid: 18529 + components: + - type: Transform + pos: 9.5,92.5 + parent: 2 + - uid: 18530 + components: + - type: Transform + pos: 9.5,107.5 + parent: 2 + - uid: 18531 + components: + - type: Transform + pos: 9.5,108.5 + parent: 2 + - uid: 18532 + components: + - type: Transform + pos: 9.5,110.5 + parent: 2 + - uid: 18533 + components: + - type: Transform + pos: 9.5,109.5 + parent: 2 + - uid: 18534 + components: + - type: Transform + pos: 9.5,111.5 + parent: 2 + - uid: 18535 + components: + - type: Transform + pos: 9.5,102.5 + parent: 2 + - uid: 18536 + components: + - type: Transform + pos: 26.5,129.5 + parent: 2 + - uid: 18537 + components: + - type: Transform + pos: 27.5,128.5 + parent: 2 + - uid: 18538 + components: + - type: Transform + pos: 21.5,129.5 + parent: 2 + - uid: 18539 + components: + - type: Transform + pos: 9.5,112.5 + parent: 2 + - uid: 18540 + components: + - type: Transform + pos: 9.5,114.5 + parent: 2 + - uid: 18541 + components: + - type: Transform + pos: 9.5,113.5 + parent: 2 + - uid: 18542 + components: + - type: Transform + pos: 9.5,115.5 + parent: 2 + - uid: 18543 + components: + - type: Transform + pos: 9.5,116.5 + parent: 2 + - uid: 18544 + components: + - type: Transform + pos: 9.5,117.5 + parent: 2 + - uid: 18545 + components: + - type: Transform + pos: 9.5,118.5 + parent: 2 + - uid: 18546 + components: + - type: Transform + pos: 9.5,120.5 + parent: 2 + - uid: 18547 + components: + - type: Transform + pos: 9.5,69.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: 9.5,71.5 + parent: 2 + - uid: 18549 + components: + - type: Transform + pos: 9.5,70.5 + parent: 2 + - uid: 18550 + components: + - type: Transform + pos: 9.5,73.5 + parent: 2 + - uid: 18551 + components: + - type: Transform + pos: 9.5,72.5 + parent: 2 + - uid: 18552 + components: + - type: Transform + pos: 9.5,75.5 + parent: 2 + - uid: 18553 + components: + - type: Transform + pos: 9.5,74.5 + parent: 2 + - uid: 18554 + components: + - type: Transform + pos: 9.5,77.5 + parent: 2 + - uid: 18555 + components: + - type: Transform + pos: 9.5,76.5 + parent: 2 + - uid: 18556 + components: + - type: Transform + pos: 9.5,78.5 + parent: 2 + - uid: 18557 + components: + - type: Transform + pos: 9.5,123.5 + parent: 2 + - uid: 18558 + components: + - type: Transform + pos: 9.5,125.5 + parent: 2 + - uid: 18559 + components: + - type: Transform + pos: 9.5,124.5 + parent: 2 + - uid: 18560 + components: + - type: Transform + pos: 9.5,127.5 + parent: 2 + - uid: 18561 + components: + - type: Transform + pos: 9.5,126.5 + parent: 2 + - uid: 18562 + components: + - type: Transform + pos: 37.5,128.5 + parent: 2 + - uid: 18563 + components: + - type: Transform + pos: 9.5,128.5 + parent: 2 + - uid: 18564 + components: + - type: Transform + pos: 38.5,128.5 + parent: 2 + - uid: 18565 + components: + - type: Transform + pos: 37.5,129.5 + parent: 2 + - uid: 18566 + components: + - type: Transform + pos: 38.5,129.5 + parent: 2 + - uid: 18567 + components: + - type: Transform + pos: 39.5,128.5 + parent: 2 + - uid: 18568 + components: + - type: Transform + pos: 39.5,129.5 + parent: 2 + - uid: 18569 + components: + - type: Transform + pos: 40.5,128.5 + parent: 2 + - uid: 18570 + components: + - type: Transform + pos: 40.5,129.5 + parent: 2 + - uid: 18571 + components: + - type: Transform + pos: 41.5,128.5 + parent: 2 + - uid: 18572 + components: + - type: Transform + pos: 41.5,129.5 + parent: 2 + - uid: 18573 + components: + - type: Transform + pos: 42.5,128.5 + parent: 2 + - uid: 18574 + components: + - type: Transform + pos: 42.5,129.5 + parent: 2 + - uid: 18575 + components: + - type: Transform + pos: 43.5,128.5 + parent: 2 + - uid: 18576 + components: + - type: Transform + pos: 43.5,129.5 + parent: 2 + - uid: 18577 + components: + - type: Transform + pos: 44.5,128.5 + parent: 2 + - uid: 18578 + components: + - type: Transform + pos: 44.5,129.5 + parent: 2 + - uid: 18579 + components: + - type: Transform + pos: 45.5,128.5 + parent: 2 + - uid: 18580 + components: + - type: Transform + pos: 45.5,129.5 + parent: 2 + - uid: 18581 + components: + - type: Transform + pos: 46.5,128.5 + parent: 2 + - uid: 18582 + components: + - type: Transform + pos: 46.5,129.5 + parent: 2 + - uid: 18583 + components: + - type: Transform + pos: 47.5,128.5 + parent: 2 + - uid: 18584 + components: + - type: Transform + pos: 47.5,129.5 + parent: 2 + - uid: 18585 + components: + - type: Transform + pos: 48.5,128.5 + parent: 2 + - uid: 18586 + components: + - type: Transform + pos: 48.5,129.5 + parent: 2 + - uid: 18587 + components: + - type: Transform + pos: 49.5,128.5 + parent: 2 + - uid: 18588 + components: + - type: Transform + pos: 49.5,129.5 + parent: 2 + - uid: 18589 + components: + - type: Transform + pos: 50.5,128.5 + parent: 2 + - uid: 18590 + components: + - type: Transform + pos: 50.5,129.5 + parent: 2 + - uid: 18591 + components: + - type: Transform + pos: 51.5,128.5 + parent: 2 + - uid: 18592 + components: + - type: Transform + pos: 51.5,129.5 + parent: 2 + - uid: 18593 + components: + - type: Transform + pos: 52.5,128.5 + parent: 2 + - uid: 18594 + components: + - type: Transform + pos: 52.5,129.5 + parent: 2 + - uid: 18595 + components: + - type: Transform + pos: 53.5,128.5 + parent: 2 + - uid: 18596 + components: + - type: Transform + pos: 53.5,129.5 + parent: 2 + - uid: 18597 + components: + - type: Transform + pos: 54.5,128.5 + parent: 2 + - uid: 18598 + components: + - type: Transform + pos: 54.5,129.5 + parent: 2 + - uid: 18599 + components: + - type: Transform + pos: 55.5,128.5 + parent: 2 + - uid: 18600 + components: + - type: Transform + pos: 55.5,129.5 + parent: 2 + - uid: 18601 + components: + - type: Transform + pos: 56.5,128.5 + parent: 2 + - uid: 18602 + components: + - type: Transform + pos: 56.5,129.5 + parent: 2 + - uid: 18603 + components: + - type: Transform + pos: 57.5,128.5 + parent: 2 + - uid: 18604 + components: + - type: Transform + pos: 57.5,129.5 + parent: 2 + - uid: 18605 + components: + - type: Transform + pos: 58.5,128.5 + parent: 2 + - uid: 18606 + components: + - type: Transform + pos: 58.5,129.5 + parent: 2 + - uid: 18607 + components: + - type: Transform + pos: 59.5,128.5 + parent: 2 + - uid: 18608 + components: + - type: Transform + pos: 59.5,129.5 + parent: 2 + - uid: 18609 + components: + - type: Transform + pos: 60.5,128.5 + parent: 2 + - uid: 18610 + components: + - type: Transform + pos: 60.5,129.5 + parent: 2 + - uid: 18611 + components: + - type: Transform + pos: 61.5,128.5 + parent: 2 + - uid: 18612 + components: + - type: Transform + pos: 61.5,129.5 + parent: 2 + - uid: 18613 + components: + - type: Transform + pos: 61.5,127.5 + parent: 2 + - uid: 18614 + components: + - type: Transform + pos: 61.5,126.5 + parent: 2 + - uid: 18615 + components: + - type: Transform + pos: 61.5,125.5 + parent: 2 + - uid: 18616 + components: + - type: Transform + pos: 61.5,124.5 + parent: 2 + - uid: 18617 + components: + - type: Transform + pos: 61.5,123.5 + parent: 2 + - uid: 18618 + components: + - type: Transform + pos: 61.5,122.5 + parent: 2 + - uid: 18619 + components: + - type: Transform + pos: 61.5,121.5 + parent: 2 + - uid: 18620 + components: + - type: Transform + pos: 61.5,120.5 + parent: 2 + - uid: 18621 + components: + - type: Transform + pos: 61.5,119.5 + parent: 2 + - uid: 18622 + components: + - type: Transform + pos: 61.5,118.5 + parent: 2 + - uid: 18623 + components: + - type: Transform + pos: 61.5,117.5 + parent: 2 + - uid: 18624 + components: + - type: Transform + pos: 61.5,116.5 + parent: 2 + - uid: 18625 + components: + - type: Transform + pos: 61.5,115.5 + parent: 2 + - uid: 18626 + components: + - type: Transform + pos: 61.5,114.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: 61.5,113.5 + parent: 2 + - uid: 18628 + components: + - type: Transform + pos: 61.5,112.5 + parent: 2 + - uid: 18629 + components: + - type: Transform + pos: 61.5,111.5 + parent: 2 + - uid: 18630 + components: + - type: Transform + pos: 61.5,110.5 + parent: 2 + - uid: 18631 + components: + - type: Transform + pos: 61.5,109.5 + parent: 2 + - uid: 18632 + components: + - type: Transform + pos: 61.5,108.5 + parent: 2 + - uid: 18633 + components: + - type: Transform + pos: 61.5,107.5 + parent: 2 + - uid: 18634 + components: + - type: Transform + pos: 61.5,106.5 + parent: 2 + - uid: 18635 + components: + - type: Transform + pos: 61.5,105.5 + parent: 2 + - uid: 18636 + components: + - type: Transform + pos: 61.5,104.5 + parent: 2 + - uid: 18637 + components: + - type: Transform + pos: 61.5,103.5 + parent: 2 + - uid: 18638 + components: + - type: Transform + pos: 61.5,102.5 + parent: 2 + - uid: 18639 + components: + - type: Transform + pos: 61.5,101.5 + parent: 2 + - uid: 18640 + components: + - type: Transform + pos: 61.5,100.5 + parent: 2 + - uid: 18641 + components: + - type: Transform + pos: 61.5,99.5 + parent: 2 + - uid: 18642 + components: + - type: Transform + pos: 61.5,98.5 + parent: 2 + - uid: 18643 + components: + - type: Transform + pos: 61.5,97.5 + parent: 2 + - uid: 18644 + components: + - type: Transform + pos: 61.5,96.5 + parent: 2 + - uid: 18645 + components: + - type: Transform + pos: 61.5,95.5 + parent: 2 + - uid: 18646 + components: + - type: Transform + pos: 61.5,94.5 + parent: 2 + - uid: 18647 + components: + - type: Transform + pos: 61.5,93.5 + parent: 2 + - uid: 18648 + components: + - type: Transform + pos: 61.5,92.5 + parent: 2 + - uid: 18649 + components: + - type: Transform + pos: 61.5,91.5 + parent: 2 + - uid: 18650 + components: + - type: Transform + pos: 61.5,90.5 + parent: 2 + - uid: 18651 + components: + - type: Transform + pos: 61.5,89.5 + parent: 2 + - uid: 18652 + components: + - type: Transform + pos: 61.5,88.5 + parent: 2 + - uid: 18653 + components: + - type: Transform + pos: 61.5,87.5 + parent: 2 + - uid: 18654 + components: + - type: Transform + pos: 61.5,86.5 + parent: 2 + - uid: 18655 + components: + - type: Transform + pos: 61.5,85.5 + parent: 2 + - uid: 18656 + components: + - type: Transform + pos: 61.5,84.5 + parent: 2 + - uid: 18657 + components: + - type: Transform + pos: 61.5,83.5 + parent: 2 + - uid: 18658 + components: + - type: Transform + pos: 61.5,82.5 + parent: 2 + - uid: 18659 + components: + - type: Transform + pos: 61.5,81.5 + parent: 2 + - uid: 18660 + components: + - type: Transform + pos: 61.5,80.5 + parent: 2 + - uid: 18661 + components: + - type: Transform + pos: 61.5,79.5 + parent: 2 + - uid: 18662 + components: + - type: Transform + pos: 61.5,78.5 + parent: 2 + - uid: 18663 + components: + - type: Transform + pos: 61.5,77.5 + parent: 2 + - uid: 18664 + components: + - type: Transform + pos: 61.5,76.5 + parent: 2 + - uid: 18665 + components: + - type: Transform + pos: 61.5,75.5 + parent: 2 + - uid: 18666 + components: + - type: Transform + pos: 61.5,74.5 + parent: 2 + - uid: 18667 + components: + - type: Transform + pos: 61.5,73.5 + parent: 2 + - uid: 18668 + components: + - type: Transform + pos: 61.5,72.5 + parent: 2 + - uid: 18669 + components: + - type: Transform + pos: 61.5,71.5 + parent: 2 + - uid: 18670 + components: + - type: Transform + pos: 61.5,70.5 + parent: 2 + - uid: 18671 + components: + - type: Transform + pos: 61.5,69.5 + parent: 2 + - uid: 18672 + components: + - type: Transform + pos: 61.5,68.5 + parent: 2 + - uid: 18673 + components: + - type: Transform + pos: 61.5,67.5 + parent: 2 + - uid: 18674 + components: + - type: Transform + pos: 61.5,66.5 + parent: 2 + - uid: 18675 + components: + - type: Transform + pos: 61.5,65.5 + parent: 2 + - uid: 18676 + components: + - type: Transform + pos: 61.5,64.5 + parent: 2 + - uid: 18677 + components: + - type: Transform + pos: 61.5,63.5 + parent: 2 + - uid: 18678 + components: + - type: Transform + pos: 61.5,62.5 + parent: 2 + - uid: 18679 + components: + - type: Transform + pos: 61.5,61.5 + parent: 2 + - uid: 18680 + components: + - type: Transform + pos: 61.5,60.5 + parent: 2 + - uid: 18681 + components: + - type: Transform + pos: 61.5,59.5 + parent: 2 + - uid: 18682 + components: + - type: Transform + pos: 60.5,59.5 + parent: 2 + - uid: 18683 + components: + - type: Transform + pos: 59.5,59.5 + parent: 2 + - uid: 18684 + components: + - type: Transform + pos: 58.5,59.5 + parent: 2 + - uid: 18685 + components: + - type: Transform + pos: 57.5,59.5 + parent: 2 + - uid: 18686 + components: + - type: Transform + pos: 56.5,59.5 + parent: 2 + - uid: 18687 + components: + - type: Transform + pos: 55.5,59.5 + parent: 2 + - uid: 18688 + components: + - type: Transform + pos: 54.5,59.5 + parent: 2 + - uid: 18689 + components: + - type: Transform + pos: 53.5,59.5 + parent: 2 + - uid: 18690 + components: + - type: Transform + pos: 52.5,59.5 + parent: 2 + - uid: 18691 + components: + - type: Transform + pos: 51.5,59.5 + parent: 2 + - uid: 18692 + components: + - type: Transform + pos: 50.5,59.5 + parent: 2 + - uid: 18693 + components: + - type: Transform + pos: 49.5,59.5 + parent: 2 + - uid: 18694 + components: + - type: Transform + pos: 48.5,59.5 + parent: 2 + - uid: 18695 + components: + - type: Transform + pos: 47.5,59.5 + parent: 2 + - uid: 18696 + components: + - type: Transform + pos: 46.5,59.5 + parent: 2 + - uid: 18697 + components: + - type: Transform + pos: 45.5,59.5 + parent: 2 + - uid: 18698 + components: + - type: Transform + pos: 44.5,59.5 + parent: 2 + - uid: 18699 + components: + - type: Transform + pos: 43.5,59.5 + parent: 2 + - uid: 18700 + components: + - type: Transform + pos: 42.5,59.5 + parent: 2 + - uid: 18701 + components: + - type: Transform + pos: 41.5,59.5 + parent: 2 + - uid: 18702 + components: + - type: Transform + pos: 40.5,59.5 + parent: 2 + - uid: 18703 + components: + - type: Transform + pos: 39.5,59.5 + parent: 2 + - uid: 18704 + components: + - type: Transform + pos: 38.5,59.5 + parent: 2 + - uid: 18705 + components: + - type: Transform + pos: 37.5,59.5 + parent: 2 + - uid: 18706 + components: + - type: Transform + pos: 36.5,59.5 + parent: 2 + - uid: 18707 + components: + - type: Transform + pos: 35.5,59.5 + parent: 2 + - uid: 18708 + components: + - type: Transform + pos: 34.5,59.5 + parent: 2 + - uid: 18709 + components: + - type: Transform + pos: 33.5,59.5 + parent: 2 + - uid: 18710 + components: + - type: Transform + pos: 32.5,59.5 + parent: 2 + - uid: 18711 + components: + - type: Transform + pos: 31.5,59.5 + parent: 2 + - uid: 18712 + components: + - type: Transform + pos: 30.5,59.5 + parent: 2 + - uid: 18713 + components: + - type: Transform + pos: 29.5,59.5 + parent: 2 + - uid: 18714 + components: + - type: Transform + pos: 28.5,59.5 + parent: 2 + - uid: 18715 + components: + - type: Transform + pos: 27.5,59.5 + parent: 2 + - uid: 18716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,27.5 + parent: 2 + - uid: 18717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,26.5 + parent: 2 + - uid: 18718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,26.5 + parent: 2 + - uid: 18719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,26.5 + parent: 2 + - uid: 18720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,26.5 + parent: 2 + - uid: 18721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,26.5 + parent: 2 + - uid: 18722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,26.5 + parent: 2 + - uid: 18723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,26.5 + parent: 2 + - uid: 18724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,26.5 + parent: 2 + - uid: 18725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,26.5 + parent: 2 + - uid: 18726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,26.5 + parent: 2 + - uid: 18727 + components: + - type: Transform + pos: 31.5,58.5 + parent: 2 + - uid: 18728 + components: + - type: Transform + pos: 32.5,58.5 + parent: 2 + - uid: 18729 + components: + - type: Transform + pos: 30.5,58.5 + parent: 2 + - uid: 18730 + components: + - type: Transform + pos: 33.5,58.5 + parent: 2 + - uid: 18731 + components: + - type: Transform + pos: 34.5,58.5 + parent: 2 + - uid: 18732 + components: + - type: Transform + pos: 35.5,58.5 + parent: 2 + - uid: 18733 + components: + - type: Transform + pos: 36.5,58.5 + parent: 2 + - uid: 18734 + components: + - type: Transform + pos: 37.5,58.5 + parent: 2 + - uid: 18735 + components: + - type: Transform + pos: 38.5,58.5 + parent: 2 + - uid: 18736 + components: + - type: Transform + pos: 39.5,58.5 + parent: 2 + - uid: 18737 + components: + - type: Transform + pos: 40.5,58.5 + parent: 2 + - uid: 18738 + components: + - type: Transform + pos: 41.5,58.5 + parent: 2 + - uid: 18739 + components: + - type: Transform + pos: 42.5,58.5 + parent: 2 + - uid: 18740 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 18741 + components: + - type: Transform + pos: 44.5,58.5 + parent: 2 + - uid: 18742 + components: + - type: Transform + pos: 45.5,58.5 + parent: 2 + - uid: 18743 + components: + - type: Transform + pos: 46.5,58.5 + parent: 2 + - uid: 18744 + components: + - type: Transform + pos: 47.5,58.5 + parent: 2 + - uid: 18745 + components: + - type: Transform + pos: 48.5,58.5 + parent: 2 + - uid: 18746 + components: + - type: Transform + pos: 49.5,58.5 + parent: 2 + - uid: 18747 + components: + - type: Transform + pos: 50.5,58.5 + parent: 2 + - uid: 18748 + components: + - type: Transform + pos: 51.5,58.5 + parent: 2 + - uid: 18749 + components: + - type: Transform + pos: 52.5,58.5 + parent: 2 + - uid: 18750 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - uid: 18751 + components: + - type: Transform + pos: 54.5,58.5 + parent: 2 + - uid: 18752 + components: + - type: Transform + pos: 55.5,58.5 + parent: 2 + - uid: 18753 + components: + - type: Transform + pos: 56.5,58.5 + parent: 2 + - uid: 18754 + components: + - type: Transform + pos: 57.5,58.5 + parent: 2 + - uid: 18755 + components: + - type: Transform + pos: 58.5,58.5 + parent: 2 + - uid: 18756 + components: + - type: Transform + pos: 59.5,58.5 + parent: 2 + - uid: 18757 + components: + - type: Transform + pos: 60.5,58.5 + parent: 2 + - uid: 18758 + components: + - type: Transform + pos: 61.5,58.5 + parent: 2 + - uid: 18759 + components: + - type: Transform + pos: 62.5,58.5 + parent: 2 + - uid: 18760 + components: + - type: Transform + pos: 62.5,59.5 + parent: 2 + - uid: 18761 + components: + - type: Transform + pos: 62.5,60.5 + parent: 2 + - uid: 18762 + components: + - type: Transform + pos: 62.5,61.5 + parent: 2 + - uid: 18763 + components: + - type: Transform + pos: 62.5,62.5 + parent: 2 + - uid: 18764 + components: + - type: Transform + pos: 62.5,63.5 + parent: 2 + - uid: 18765 + components: + - type: Transform + pos: 62.5,64.5 + parent: 2 + - uid: 18766 + components: + - type: Transform + pos: 62.5,65.5 + parent: 2 + - uid: 18767 + components: + - type: Transform + pos: 62.5,66.5 + parent: 2 + - uid: 18768 + components: + - type: Transform + pos: 62.5,67.5 + parent: 2 + - uid: 18769 + components: + - type: Transform + pos: 62.5,68.5 + parent: 2 + - uid: 18770 + components: + - type: Transform + pos: 62.5,69.5 + parent: 2 + - uid: 18771 + components: + - type: Transform + pos: 62.5,70.5 + parent: 2 + - uid: 18772 + components: + - type: Transform + pos: 62.5,71.5 + parent: 2 + - uid: 18773 + components: + - type: Transform + pos: 62.5,72.5 + parent: 2 + - uid: 18774 + components: + - type: Transform + pos: 62.5,73.5 + parent: 2 + - uid: 18775 + components: + - type: Transform + pos: 62.5,74.5 + parent: 2 + - uid: 18776 + components: + - type: Transform + pos: 62.5,75.5 + parent: 2 + - uid: 18777 + components: + - type: Transform + pos: 62.5,76.5 + parent: 2 + - uid: 18778 + components: + - type: Transform + pos: 62.5,77.5 + parent: 2 + - uid: 18779 + components: + - type: Transform + pos: 62.5,78.5 + parent: 2 + - uid: 18780 + components: + - type: Transform + pos: 62.5,79.5 + parent: 2 + - uid: 18781 + components: + - type: Transform + pos: 62.5,80.5 + parent: 2 + - uid: 18782 + components: + - type: Transform + pos: 62.5,81.5 + parent: 2 + - uid: 18783 + components: + - type: Transform + pos: 62.5,82.5 + parent: 2 + - uid: 18784 + components: + - type: Transform + pos: 62.5,83.5 + parent: 2 + - uid: 18785 + components: + - type: Transform + pos: 62.5,84.5 + parent: 2 + - uid: 18786 + components: + - type: Transform + pos: 62.5,85.5 + parent: 2 + - uid: 18787 + components: + - type: Transform + pos: 62.5,86.5 + parent: 2 + - uid: 18788 + components: + - type: Transform + pos: 62.5,87.5 + parent: 2 + - uid: 18789 + components: + - type: Transform + pos: 62.5,88.5 + parent: 2 + - uid: 18790 + components: + - type: Transform + pos: 62.5,89.5 + parent: 2 + - uid: 18791 + components: + - type: Transform + pos: 62.5,90.5 + parent: 2 + - uid: 18792 + components: + - type: Transform + pos: 62.5,91.5 + parent: 2 + - uid: 18793 + components: + - type: Transform + pos: 62.5,92.5 + parent: 2 + - uid: 18794 + components: + - type: Transform + pos: 62.5,93.5 + parent: 2 + - uid: 18795 + components: + - type: Transform + pos: 62.5,94.5 + parent: 2 + - uid: 18796 + components: + - type: Transform + pos: 62.5,95.5 + parent: 2 + - uid: 18797 + components: + - type: Transform + pos: 62.5,96.5 + parent: 2 + - uid: 18798 + components: + - type: Transform + pos: 62.5,97.5 + parent: 2 + - uid: 18799 + components: + - type: Transform + pos: 62.5,98.5 + parent: 2 + - uid: 18800 + components: + - type: Transform + pos: 62.5,99.5 + parent: 2 + - uid: 18801 + components: + - type: Transform + pos: 62.5,100.5 + parent: 2 + - uid: 18802 + components: + - type: Transform + pos: 62.5,101.5 + parent: 2 + - uid: 18803 + components: + - type: Transform + pos: 62.5,102.5 + parent: 2 + - uid: 18804 + components: + - type: Transform + pos: 62.5,103.5 + parent: 2 + - uid: 18805 + components: + - type: Transform + pos: 62.5,104.5 + parent: 2 + - uid: 18806 + components: + - type: Transform + pos: 62.5,105.5 + parent: 2 + - uid: 18807 + components: + - type: Transform + pos: 62.5,106.5 + parent: 2 + - uid: 18808 + components: + - type: Transform + pos: 62.5,107.5 + parent: 2 + - uid: 18809 + components: + - type: Transform + pos: 62.5,108.5 + parent: 2 + - uid: 18810 + components: + - type: Transform + pos: 62.5,109.5 + parent: 2 + - uid: 18811 + components: + - type: Transform + pos: 62.5,110.5 + parent: 2 + - uid: 18812 + components: + - type: Transform + pos: 62.5,111.5 + parent: 2 + - uid: 18813 + components: + - type: Transform + pos: 62.5,112.5 + parent: 2 + - uid: 18814 + components: + - type: Transform + pos: 62.5,113.5 + parent: 2 + - uid: 18815 + components: + - type: Transform + pos: 62.5,114.5 + parent: 2 + - uid: 18816 + components: + - type: Transform + pos: 62.5,115.5 + parent: 2 + - uid: 18817 + components: + - type: Transform + pos: 62.5,116.5 + parent: 2 + - uid: 18818 + components: + - type: Transform + pos: 62.5,117.5 + parent: 2 + - uid: 18819 + components: + - type: Transform + pos: 62.5,118.5 + parent: 2 + - uid: 18820 + components: + - type: Transform + pos: 62.5,119.5 + parent: 2 + - uid: 18821 + components: + - type: Transform + pos: 62.5,120.5 + parent: 2 + - uid: 18822 + components: + - type: Transform + pos: 62.5,121.5 + parent: 2 + - uid: 18823 + components: + - type: Transform + pos: 62.5,122.5 + parent: 2 + - uid: 18824 + components: + - type: Transform + pos: 62.5,123.5 + parent: 2 + - uid: 18825 + components: + - type: Transform + pos: 62.5,124.5 + parent: 2 + - uid: 18826 + components: + - type: Transform + pos: 62.5,125.5 + parent: 2 + - uid: 18827 + components: + - type: Transform + pos: 62.5,126.5 + parent: 2 + - uid: 18828 + components: + - type: Transform + pos: 62.5,127.5 + parent: 2 + - uid: 18829 + components: + - type: Transform + pos: 62.5,128.5 + parent: 2 + - uid: 18830 + components: + - type: Transform + pos: 62.5,129.5 + parent: 2 + - uid: 18831 + components: + - type: Transform + pos: 9.5,129.5 + parent: 2 + - uid: 18832 + components: + - type: Transform + pos: 8.5,129.5 + parent: 2 + - uid: 18833 + components: + - type: Transform + pos: 8.5,128.5 + parent: 2 + - uid: 18834 + components: + - type: Transform + pos: 8.5,127.5 + parent: 2 + - uid: 18835 + components: + - type: Transform + pos: 8.5,126.5 + parent: 2 + - uid: 18836 + components: + - type: Transform + pos: 8.5,125.5 + parent: 2 + - uid: 18837 + components: + - type: Transform + pos: 8.5,124.5 + parent: 2 + - uid: 18838 + components: + - type: Transform + pos: 8.5,123.5 + parent: 2 + - uid: 18839 + components: + - type: Transform + pos: 8.5,122.5 + parent: 2 + - uid: 18840 + components: + - type: Transform + pos: 8.5,121.5 + parent: 2 + - uid: 18841 + components: + - type: Transform + pos: 8.5,120.5 + parent: 2 + - uid: 18842 + components: + - type: Transform + pos: 8.5,119.5 + parent: 2 + - uid: 18843 + components: + - type: Transform + pos: 8.5,118.5 + parent: 2 + - uid: 18844 + components: + - type: Transform + pos: 8.5,117.5 + parent: 2 + - uid: 18845 + components: + - type: Transform + pos: 8.5,116.5 + parent: 2 + - uid: 18846 + components: + - type: Transform + pos: 8.5,115.5 + parent: 2 + - uid: 18847 + components: + - type: Transform + pos: 8.5,114.5 + parent: 2 + - uid: 18848 + components: + - type: Transform + pos: 8.5,113.5 + parent: 2 + - uid: 18849 + components: + - type: Transform + pos: 8.5,112.5 + parent: 2 + - uid: 18850 + components: + - type: Transform + pos: 8.5,111.5 + parent: 2 + - uid: 18851 + components: + - type: Transform + pos: 8.5,110.5 + parent: 2 + - uid: 18852 + components: + - type: Transform + pos: 8.5,109.5 + parent: 2 + - uid: 18853 + components: + - type: Transform + pos: 8.5,108.5 + parent: 2 + - uid: 18854 + components: + - type: Transform + pos: 8.5,107.5 + parent: 2 + - uid: 18855 + components: + - type: Transform + pos: 8.5,106.5 + parent: 2 + - uid: 18856 + components: + - type: Transform + pos: 8.5,105.5 + parent: 2 + - uid: 18857 + components: + - type: Transform + pos: 8.5,104.5 + parent: 2 + - uid: 18858 + components: + - type: Transform + pos: 8.5,103.5 + parent: 2 + - uid: 18859 + components: + - type: Transform + pos: 8.5,102.5 + parent: 2 + - uid: 18860 + components: + - type: Transform + pos: 8.5,101.5 + parent: 2 + - uid: 18861 + components: + - type: Transform + pos: 8.5,100.5 + parent: 2 + - uid: 18862 + components: + - type: Transform + pos: 8.5,99.5 + parent: 2 + - uid: 18863 + components: + - type: Transform + pos: 8.5,98.5 + parent: 2 + - uid: 18864 + components: + - type: Transform + pos: 8.5,97.5 + parent: 2 + - uid: 18865 + components: + - type: Transform + pos: 8.5,96.5 + parent: 2 + - uid: 18866 + components: + - type: Transform + pos: 8.5,95.5 + parent: 2 + - uid: 18867 + components: + - type: Transform + pos: 8.5,94.5 + parent: 2 + - uid: 18868 + components: + - type: Transform + pos: 8.5,93.5 + parent: 2 + - uid: 18869 + components: + - type: Transform + pos: 8.5,92.5 + parent: 2 + - uid: 18870 + components: + - type: Transform + pos: 8.5,91.5 + parent: 2 + - uid: 18871 + components: + - type: Transform + pos: 8.5,90.5 + parent: 2 + - uid: 18872 + components: + - type: Transform + pos: 8.5,89.5 + parent: 2 + - uid: 18873 + components: + - type: Transform + pos: 8.5,88.5 + parent: 2 + - uid: 18874 + components: + - type: Transform + pos: 8.5,87.5 + parent: 2 + - uid: 18875 + components: + - type: Transform + pos: 8.5,86.5 + parent: 2 + - uid: 18876 + components: + - type: Transform + pos: 8.5,85.5 + parent: 2 + - uid: 18877 + components: + - type: Transform + pos: 8.5,84.5 + parent: 2 + - uid: 18878 + components: + - type: Transform + pos: 8.5,83.5 + parent: 2 + - uid: 18879 + components: + - type: Transform + pos: 8.5,82.5 + parent: 2 + - uid: 18880 + components: + - type: Transform + pos: 8.5,81.5 + parent: 2 + - uid: 18881 + components: + - type: Transform + pos: 8.5,80.5 + parent: 2 + - uid: 18882 + components: + - type: Transform + pos: 8.5,79.5 + parent: 2 + - uid: 18883 + components: + - type: Transform + pos: 8.5,78.5 + parent: 2 + - uid: 18884 + components: + - type: Transform + pos: 8.5,77.5 + parent: 2 + - uid: 18885 + components: + - type: Transform + pos: 8.5,76.5 + parent: 2 + - uid: 18886 + components: + - type: Transform + pos: 8.5,75.5 + parent: 2 + - uid: 18887 + components: + - type: Transform + pos: 8.5,74.5 + parent: 2 + - uid: 18888 + components: + - type: Transform + pos: 8.5,73.5 + parent: 2 + - uid: 18889 + components: + - type: Transform + pos: 8.5,72.5 + parent: 2 + - uid: 18890 + components: + - type: Transform + pos: 8.5,71.5 + parent: 2 + - uid: 18891 + components: + - type: Transform + pos: 8.5,70.5 + parent: 2 + - uid: 18892 + components: + - type: Transform + pos: 8.5,69.5 + parent: 2 + - uid: 18893 + components: + - type: Transform + pos: 7.5,69.5 + parent: 2 + - uid: 18894 + components: + - type: Transform + pos: 6.5,69.5 + parent: 2 + - uid: 18895 + components: + - type: Transform + pos: 5.5,69.5 + parent: 2 + - uid: 18896 + components: + - type: Transform + pos: 4.5,69.5 + parent: 2 + - uid: 18897 + components: + - type: Transform + pos: 3.5,69.5 + parent: 2 + - uid: 18898 + components: + - type: Transform + pos: 2.5,69.5 + parent: 2 + - uid: 18899 + components: + - type: Transform + pos: 1.5,69.5 + parent: 2 + - uid: 18900 + components: + - type: Transform + pos: 0.5,69.5 + parent: 2 + - uid: 18901 + components: + - type: Transform + pos: -0.5,69.5 + parent: 2 + - uid: 18902 + components: + - type: Transform + pos: -1.5,69.5 + parent: 2 + - uid: 18903 + components: + - type: Transform + pos: -2.5,69.5 + parent: 2 + - uid: 18904 + components: + - type: Transform + pos: -3.5,69.5 + parent: 2 + - uid: 18905 + components: + - type: Transform + pos: -4.5,69.5 + parent: 2 + - uid: 18906 + components: + - type: Transform + pos: -5.5,69.5 + parent: 2 + - uid: 18907 + components: + - type: Transform + pos: -6.5,69.5 + parent: 2 + - uid: 18908 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 18909 + components: + - type: Transform + pos: -8.5,69.5 + parent: 2 + - uid: 18910 + components: + - type: Transform + pos: -9.5,69.5 + parent: 2 + - uid: 18911 + components: + - type: Transform + pos: -10.5,69.5 + parent: 2 + - uid: 18912 + components: + - type: Transform + pos: -11.5,69.5 + parent: 2 + - uid: 18913 + components: + - type: Transform + pos: -12.5,69.5 + parent: 2 + - uid: 18914 + components: + - type: Transform + pos: -13.5,69.5 + parent: 2 + - uid: 18915 + components: + - type: Transform + pos: -14.5,69.5 + parent: 2 + - uid: 18916 + components: + - type: Transform + pos: -15.5,69.5 + parent: 2 + - uid: 18917 + components: + - type: Transform + pos: -16.5,69.5 + parent: 2 + - uid: 18918 + components: + - type: Transform + pos: -17.5,69.5 + parent: 2 + - uid: 18919 + components: + - type: Transform + pos: -18.5,69.5 + parent: 2 + - uid: 18920 + components: + - type: Transform + pos: -19.5,69.5 + parent: 2 + - uid: 18921 + components: + - type: Transform + pos: -20.5,69.5 + parent: 2 + - uid: 18922 + components: + - type: Transform + pos: -21.5,69.5 + parent: 2 + - uid: 18923 + components: + - type: Transform + pos: -22.5,69.5 + parent: 2 + - uid: 18924 + components: + - type: Transform + pos: -23.5,69.5 + parent: 2 + - uid: 18925 + components: + - type: Transform + pos: -24.5,69.5 + parent: 2 + - uid: 18926 + components: + - type: Transform + pos: -25.5,69.5 + parent: 2 + - uid: 18927 + components: + - type: Transform + pos: -26.5,69.5 + parent: 2 + - uid: 18928 + components: + - type: Transform + pos: -27.5,69.5 + parent: 2 + - uid: 18929 + components: + - type: Transform + pos: -28.5,69.5 + parent: 2 + - uid: 18930 + components: + - type: Transform + pos: -29.5,69.5 + parent: 2 + - uid: 18931 + components: + - type: Transform + pos: -30.5,69.5 + parent: 2 + - uid: 18932 + components: + - type: Transform + pos: -31.5,69.5 + parent: 2 + - uid: 18933 + components: + - type: Transform + pos: -32.5,69.5 + parent: 2 + - uid: 18934 + components: + - type: Transform + pos: -33.5,69.5 + parent: 2 + - uid: 18935 + components: + - type: Transform + pos: -34.5,69.5 + parent: 2 + - uid: 18936 + components: + - type: Transform + pos: -35.5,69.5 + parent: 2 + - uid: 18937 + components: + - type: Transform + pos: -36.5,69.5 + parent: 2 + - uid: 18938 + components: + - type: Transform + pos: -37.5,69.5 + parent: 2 + - uid: 18939 + components: + - type: Transform + pos: -38.5,69.5 + parent: 2 + - uid: 18940 + components: + - type: Transform + pos: -39.5,69.5 + parent: 2 + - uid: 18941 + components: + - type: Transform + pos: -40.5,69.5 + parent: 2 + - uid: 18942 + components: + - type: Transform + pos: -41.5,69.5 + parent: 2 + - uid: 18943 + components: + - type: Transform + pos: -42.5,69.5 + parent: 2 + - uid: 18944 + components: + - type: Transform + pos: -43.5,69.5 + parent: 2 + - uid: 18945 + components: + - type: Transform + pos: -44.5,69.5 + parent: 2 + - uid: 18946 + components: + - type: Transform + pos: -45.5,69.5 + parent: 2 + - uid: 18947 + components: + - type: Transform + pos: -46.5,69.5 + parent: 2 + - uid: 18948 + components: + - type: Transform + pos: -47.5,69.5 + parent: 2 + - uid: 18949 + components: + - type: Transform + pos: -48.5,69.5 + parent: 2 + - uid: 18950 + components: + - type: Transform + pos: -49.5,69.5 + parent: 2 + - uid: 18951 + components: + - type: Transform + pos: -50.5,69.5 + parent: 2 + - uid: 18952 + components: + - type: Transform + pos: -51.5,69.5 + parent: 2 + - uid: 18953 + components: + - type: Transform + pos: -52.5,69.5 + parent: 2 + - uid: 18954 + components: + - type: Transform + pos: -53.5,69.5 + parent: 2 + - uid: 18955 + components: + - type: Transform + pos: -54.5,69.5 + parent: 2 + - uid: 18956 + components: + - type: Transform + pos: -55.5,69.5 + parent: 2 + - uid: 18957 + components: + - type: Transform + pos: -56.5,69.5 + parent: 2 + - uid: 18958 + components: + - type: Transform + pos: -57.5,69.5 + parent: 2 + - uid: 18959 + components: + - type: Transform + pos: -58.5,69.5 + parent: 2 + - uid: 18960 + components: + - type: Transform + pos: -59.5,69.5 + parent: 2 + - uid: 18961 + components: + - type: Transform + pos: -60.5,69.5 + parent: 2 + - uid: 18962 + components: + - type: Transform + pos: -61.5,69.5 + parent: 2 + - uid: 18963 + components: + - type: Transform + pos: -62.5,69.5 + parent: 2 + - uid: 18964 + components: + - type: Transform + pos: -63.5,69.5 + parent: 2 + - uid: 18965 + components: + - type: Transform + pos: -64.5,69.5 + parent: 2 + - uid: 18966 + components: + - type: Transform + pos: -65.5,69.5 + parent: 2 + - uid: 18967 + components: + - type: Transform + pos: -66.5,69.5 + parent: 2 + - uid: 18968 + components: + - type: Transform + pos: -67.5,69.5 + parent: 2 + - uid: 18969 + components: + - type: Transform + pos: -68.5,69.5 + parent: 2 + - uid: 18970 + components: + - type: Transform + pos: -69.5,69.5 + parent: 2 + - uid: 18971 + components: + - type: Transform + pos: -70.5,69.5 + parent: 2 + - uid: 18972 + components: + - type: Transform + pos: -71.5,69.5 + parent: 2 + - uid: 18973 + components: + - type: Transform + pos: -72.5,69.5 + parent: 2 + - uid: 18974 + components: + - type: Transform + pos: -73.5,69.5 + parent: 2 + - uid: 18975 + components: + - type: Transform + pos: -74.5,69.5 + parent: 2 + - uid: 18976 + components: + - type: Transform + pos: -75.5,69.5 + parent: 2 + - uid: 18977 + components: + - type: Transform + pos: -76.5,69.5 + parent: 2 + - uid: 18978 + components: + - type: Transform + pos: -77.5,69.5 + parent: 2 + - uid: 18979 + components: + - type: Transform + pos: -78.5,69.5 + parent: 2 + - uid: 18980 + components: + - type: Transform + pos: -79.5,69.5 + parent: 2 + - uid: 18981 + components: + - type: Transform + pos: -80.5,69.5 + parent: 2 + - uid: 18982 + components: + - type: Transform + pos: -81.5,69.5 + parent: 2 + - uid: 18983 + components: + - type: Transform + pos: -82.5,69.5 + parent: 2 + - uid: 18984 + components: + - type: Transform + pos: -83.5,69.5 + parent: 2 + - uid: 18985 + components: + - type: Transform + pos: -84.5,69.5 + parent: 2 + - uid: 18986 + components: + - type: Transform + pos: -85.5,69.5 + parent: 2 + - uid: 18987 + components: + - type: Transform + pos: -86.5,69.5 + parent: 2 + - uid: 18988 + components: + - type: Transform + pos: -87.5,69.5 + parent: 2 + - uid: 18989 + components: + - type: Transform + pos: -87.5,68.5 + parent: 2 + - uid: 18990 + components: + - type: Transform + pos: -87.5,67.5 + parent: 2 + - uid: 18991 + components: + - type: Transform + pos: -87.5,66.5 + parent: 2 + - uid: 18992 + components: + - type: Transform + pos: -87.5,65.5 + parent: 2 + - uid: 18993 + components: + - type: Transform + pos: -87.5,64.5 + parent: 2 + - uid: 18994 + components: + - type: Transform + pos: -87.5,63.5 + parent: 2 + - uid: 18995 + components: + - type: Transform + pos: -87.5,62.5 + parent: 2 + - uid: 18996 + components: + - type: Transform + pos: -87.5,61.5 + parent: 2 + - uid: 18997 + components: + - type: Transform + pos: -87.5,60.5 + parent: 2 + - uid: 18998 + components: + - type: Transform + pos: -87.5,59.5 + parent: 2 + - uid: 18999 + components: + - type: Transform + pos: -87.5,58.5 + parent: 2 + - uid: 19000 + components: + - type: Transform + pos: -87.5,57.5 + parent: 2 + - uid: 19001 + components: + - type: Transform + pos: -87.5,56.5 + parent: 2 + - uid: 19002 + components: + - type: Transform + pos: -87.5,55.5 + parent: 2 + - uid: 19003 + components: + - type: Transform + pos: -87.5,54.5 + parent: 2 + - uid: 19004 + components: + - type: Transform + pos: -87.5,53.5 + parent: 2 + - uid: 19005 + components: + - type: Transform + pos: -87.5,52.5 + parent: 2 + - uid: 19006 + components: + - type: Transform + pos: -87.5,51.5 + parent: 2 + - uid: 19007 + components: + - type: Transform + pos: -87.5,50.5 + parent: 2 + - uid: 19008 + components: + - type: Transform + pos: -87.5,49.5 + parent: 2 + - uid: 19009 + components: + - type: Transform + pos: -87.5,48.5 + parent: 2 + - uid: 19010 + components: + - type: Transform + pos: -87.5,47.5 + parent: 2 + - uid: 19011 + components: + - type: Transform + pos: -87.5,46.5 + parent: 2 + - uid: 19012 + components: + - type: Transform + pos: -87.5,45.5 + parent: 2 + - uid: 19013 + components: + - type: Transform + pos: -87.5,44.5 + parent: 2 + - uid: 19014 + components: + - type: Transform + pos: -87.5,43.5 + parent: 2 + - uid: 19015 + components: + - type: Transform + pos: -87.5,42.5 + parent: 2 + - uid: 19016 + components: + - type: Transform + pos: -87.5,41.5 + parent: 2 + - uid: 19017 + components: + - type: Transform + pos: -87.5,40.5 + parent: 2 + - uid: 19018 + components: + - type: Transform + pos: -87.5,39.5 + parent: 2 + - uid: 19019 + components: + - type: Transform + pos: -87.5,38.5 + parent: 2 + - uid: 19020 + components: + - type: Transform + pos: -87.5,37.5 + parent: 2 + - uid: 19021 + components: + - type: Transform + pos: -87.5,36.5 + parent: 2 + - uid: 19022 + components: + - type: Transform + pos: -87.5,35.5 + parent: 2 + - uid: 19023 + components: + - type: Transform + pos: -87.5,34.5 + parent: 2 + - uid: 19024 + components: + - type: Transform + pos: -87.5,33.5 + parent: 2 + - uid: 19025 + components: + - type: Transform + pos: -87.5,32.5 + parent: 2 + - uid: 19026 + components: + - type: Transform + pos: -87.5,31.5 + parent: 2 + - uid: 19027 + components: + - type: Transform + pos: -87.5,30.5 + parent: 2 + - uid: 19028 + components: + - type: Transform + pos: -87.5,29.5 + parent: 2 + - uid: 19029 + components: + - type: Transform + pos: -87.5,28.5 + parent: 2 + - uid: 19030 + components: + - type: Transform + pos: -87.5,27.5 + parent: 2 + - uid: 19031 + components: + - type: Transform + pos: -87.5,26.5 + parent: 2 + - uid: 19032 + components: + - type: Transform + pos: -87.5,25.5 + parent: 2 + - uid: 19033 + components: + - type: Transform + pos: -87.5,24.5 + parent: 2 + - uid: 19034 + components: + - type: Transform + pos: -87.5,23.5 + parent: 2 + - uid: 19035 + components: + - type: Transform + pos: -87.5,22.5 + parent: 2 + - uid: 19036 + components: + - type: Transform + pos: -87.5,21.5 + parent: 2 + - uid: 19037 + components: + - type: Transform + pos: -87.5,20.5 + parent: 2 + - uid: 19038 + components: + - type: Transform + pos: -87.5,19.5 + parent: 2 + - uid: 19039 + components: + - type: Transform + pos: -87.5,18.5 + parent: 2 + - uid: 19040 + components: + - type: Transform + pos: -87.5,17.5 + parent: 2 + - uid: 19041 + components: + - type: Transform + pos: -87.5,16.5 + parent: 2 + - uid: 19042 + components: + - type: Transform + pos: -87.5,15.5 + parent: 2 + - uid: 19043 + components: + - type: Transform + pos: -87.5,14.5 + parent: 2 + - uid: 19044 + components: + - type: Transform + pos: -87.5,13.5 + parent: 2 + - uid: 19045 + components: + - type: Transform + pos: -87.5,12.5 + parent: 2 + - uid: 19046 + components: + - type: Transform + pos: -87.5,11.5 + parent: 2 + - uid: 19047 + components: + - type: Transform + pos: -87.5,10.5 + parent: 2 + - uid: 19048 + components: + - type: Transform + pos: -87.5,9.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: -87.5,8.5 + parent: 2 + - uid: 19050 + components: + - type: Transform + pos: -87.5,7.5 + parent: 2 + - uid: 19051 + components: + - type: Transform + pos: -87.5,6.5 + parent: 2 + - uid: 19052 + components: + - type: Transform + pos: -87.5,5.5 + parent: 2 + - uid: 19053 + components: + - type: Transform + pos: -87.5,4.5 + parent: 2 + - uid: 19054 + components: + - type: Transform + pos: -87.5,3.5 + parent: 2 + - uid: 19055 + components: + - type: Transform + pos: -87.5,2.5 + parent: 2 + - uid: 19056 + components: + - type: Transform + pos: -87.5,1.5 + parent: 2 + - uid: 19057 + components: + - type: Transform + pos: -87.5,0.5 + parent: 2 + - uid: 19058 + components: + - type: Transform + pos: -87.5,-0.5 + parent: 2 + - uid: 19059 + components: + - type: Transform + pos: -87.5,-1.5 + parent: 2 + - uid: 19060 + components: + - type: Transform + pos: -87.5,-2.5 + parent: 2 + - uid: 19061 + components: + - type: Transform + pos: -87.5,-3.5 + parent: 2 + - uid: 19062 + components: + - type: Transform + pos: -87.5,-4.5 + parent: 2 + - uid: 19063 + components: + - type: Transform + pos: -87.5,-5.5 + parent: 2 + - uid: 19064 + components: + - type: Transform + pos: -87.5,-6.5 + parent: 2 + - uid: 19065 + components: + - type: Transform + pos: -87.5,-7.5 + parent: 2 + - uid: 19066 + components: + - type: Transform + pos: -87.5,-8.5 + parent: 2 + - uid: 19067 + components: + - type: Transform + pos: -87.5,-9.5 + parent: 2 + - uid: 19068 + components: + - type: Transform + pos: -87.5,-10.5 + parent: 2 + - uid: 19069 + components: + - type: Transform + pos: -87.5,-11.5 + parent: 2 + - uid: 19070 + components: + - type: Transform + pos: -87.5,-12.5 + parent: 2 + - uid: 19071 + components: + - type: Transform + pos: -87.5,-13.5 + parent: 2 + - uid: 19072 + components: + - type: Transform + pos: -87.5,-14.5 + parent: 2 + - uid: 19073 + components: + - type: Transform + pos: -87.5,-15.5 + parent: 2 + - uid: 19074 + components: + - type: Transform + pos: -87.5,-16.5 + parent: 2 + - uid: 19075 + components: + - type: Transform + pos: -87.5,-17.5 + parent: 2 + - uid: 19076 + components: + - type: Transform + pos: -87.5,-18.5 + parent: 2 + - uid: 19077 + components: + - type: Transform + pos: -87.5,-19.5 + parent: 2 + - uid: 19078 + components: + - type: Transform + pos: -87.5,-20.5 + parent: 2 + - uid: 19079 + components: + - type: Transform + pos: -87.5,-21.5 + parent: 2 + - uid: 19080 + components: + - type: Transform + pos: -87.5,-22.5 + parent: 2 + - uid: 19081 + components: + - type: Transform + pos: -87.5,-23.5 + parent: 2 + - uid: 19082 + components: + - type: Transform + pos: -87.5,-24.5 + parent: 2 + - uid: 19083 + components: + - type: Transform + pos: -87.5,-25.5 + parent: 2 + - uid: 19084 + components: + - type: Transform + pos: -87.5,-26.5 + parent: 2 + - uid: 19085 + components: + - type: Transform + pos: -87.5,-27.5 + parent: 2 + - uid: 19086 + components: + - type: Transform + pos: -87.5,-28.5 + parent: 2 + - uid: 19087 + components: + - type: Transform + pos: -87.5,-29.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + pos: -87.5,-30.5 + parent: 2 + - uid: 19089 + components: + - type: Transform + pos: -87.5,-31.5 + parent: 2 + - uid: 19090 + components: + - type: Transform + pos: -87.5,-32.5 + parent: 2 + - uid: 19091 + components: + - type: Transform + pos: -87.5,-33.5 + parent: 2 + - uid: 19092 + components: + - type: Transform + pos: -87.5,-34.5 + parent: 2 + - uid: 19093 + components: + - type: Transform + pos: -87.5,-35.5 + parent: 2 + - uid: 19094 + components: + - type: Transform + pos: -87.5,-36.5 + parent: 2 + - uid: 19095 + components: + - type: Transform + pos: -87.5,-37.5 + parent: 2 + - uid: 19096 + components: + - type: Transform + pos: -87.5,-38.5 + parent: 2 + - uid: 19097 + components: + - type: Transform + pos: -87.5,-39.5 + parent: 2 + - uid: 19098 + components: + - type: Transform + pos: -87.5,-40.5 + parent: 2 + - uid: 19099 + components: + - type: Transform + pos: -87.5,-41.5 + parent: 2 + - uid: 19100 + components: + - type: Transform + pos: -87.5,-42.5 + parent: 2 + - uid: 19101 + components: + - type: Transform + pos: -87.5,-43.5 + parent: 2 + - uid: 19102 + components: + - type: Transform + pos: -87.5,-44.5 + parent: 2 + - uid: 19103 + components: + - type: Transform + pos: -87.5,-45.5 + parent: 2 + - uid: 19104 + components: + - type: Transform + pos: -87.5,-46.5 + parent: 2 + - uid: 19105 + components: + - type: Transform + pos: -87.5,-47.5 + parent: 2 + - uid: 19106 + components: + - type: Transform + pos: -87.5,-48.5 + parent: 2 + - uid: 19107 + components: + - type: Transform + pos: -87.5,-49.5 + parent: 2 + - uid: 19108 + components: + - type: Transform + pos: -87.5,-50.5 + parent: 2 + - uid: 19109 + components: + - type: Transform + pos: -87.5,-51.5 + parent: 2 + - uid: 19110 + components: + - type: Transform + pos: -87.5,-52.5 + parent: 2 + - uid: 19111 + components: + - type: Transform + pos: -87.5,-53.5 + parent: 2 + - uid: 19112 + components: + - type: Transform + pos: -87.5,-54.5 + parent: 2 + - uid: 19113 + components: + - type: Transform + pos: -87.5,-55.5 + parent: 2 + - uid: 19114 + components: + - type: Transform + pos: -87.5,-56.5 + parent: 2 + - uid: 19115 + components: + - type: Transform + pos: -87.5,-57.5 + parent: 2 + - uid: 19116 + components: + - type: Transform + pos: -87.5,-58.5 + parent: 2 + - uid: 19117 + components: + - type: Transform + pos: -87.5,-59.5 + parent: 2 + - uid: 19118 + components: + - type: Transform + pos: -87.5,-60.5 + parent: 2 + - uid: 19119 + components: + - type: Transform + pos: -87.5,-61.5 + parent: 2 + - uid: 19120 + components: + - type: Transform + pos: -87.5,-62.5 + parent: 2 + - uid: 19121 + components: + - type: Transform + pos: -87.5,-63.5 + parent: 2 + - uid: 19122 + components: + - type: Transform + pos: -87.5,-64.5 + parent: 2 + - uid: 19123 + components: + - type: Transform + pos: -87.5,-65.5 + parent: 2 + - uid: 19124 + components: + - type: Transform + pos: -87.5,-66.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + pos: -87.5,-67.5 + parent: 2 + - uid: 19126 + components: + - type: Transform + pos: -87.5,-68.5 + parent: 2 + - uid: 19127 + components: + - type: Transform + pos: -87.5,-69.5 + parent: 2 + - uid: 19128 + components: + - type: Transform + pos: -87.5,-70.5 + parent: 2 + - uid: 19129 + components: + - type: Transform + pos: -87.5,-71.5 + parent: 2 + - uid: 19130 + components: + - type: Transform + pos: -87.5,-72.5 + parent: 2 + - uid: 19131 + components: + - type: Transform + pos: -86.5,-72.5 + parent: 2 + - uid: 19132 + components: + - type: Transform + pos: -85.5,-72.5 + parent: 2 + - uid: 19133 + components: + - type: Transform + pos: -84.5,-72.5 + parent: 2 + - uid: 19134 + components: + - type: Transform + pos: -83.5,-72.5 + parent: 2 + - uid: 19135 + components: + - type: Transform + pos: -82.5,-72.5 + parent: 2 + - uid: 19136 + components: + - type: Transform + pos: -81.5,-72.5 + parent: 2 + - uid: 19137 + components: + - type: Transform + pos: -80.5,-72.5 + parent: 2 + - uid: 19138 + components: + - type: Transform + pos: -79.5,-72.5 + parent: 2 + - uid: 19139 + components: + - type: Transform + pos: -78.5,-72.5 + parent: 2 + - uid: 19140 + components: + - type: Transform + pos: -77.5,-72.5 + parent: 2 + - uid: 19141 + components: + - type: Transform + pos: -76.5,-72.5 + parent: 2 + - uid: 19142 + components: + - type: Transform + pos: -75.5,-72.5 + parent: 2 + - uid: 19143 + components: + - type: Transform + pos: -74.5,-72.5 + parent: 2 + - uid: 19144 + components: + - type: Transform + pos: -73.5,-72.5 + parent: 2 + - uid: 19145 + components: + - type: Transform + pos: -72.5,-72.5 + parent: 2 + - uid: 19146 + components: + - type: Transform + pos: -71.5,-72.5 + parent: 2 + - uid: 19147 + components: + - type: Transform + pos: -70.5,-72.5 + parent: 2 + - uid: 19148 + components: + - type: Transform + pos: -69.5,-72.5 + parent: 2 + - uid: 19149 + components: + - type: Transform + pos: -68.5,-72.5 + parent: 2 + - uid: 19150 + components: + - type: Transform + pos: -67.5,-72.5 + parent: 2 + - uid: 19151 + components: + - type: Transform + pos: -66.5,-72.5 + parent: 2 + - uid: 19152 + components: + - type: Transform + pos: -65.5,-72.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + pos: -64.5,-72.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + pos: -63.5,-72.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + pos: -62.5,-72.5 + parent: 2 + - uid: 19156 + components: + - type: Transform + pos: -61.5,-72.5 + parent: 2 + - uid: 19157 + components: + - type: Transform + pos: -60.5,-72.5 + parent: 2 + - uid: 19158 + components: + - type: Transform + pos: -59.5,-72.5 + parent: 2 + - uid: 19159 + components: + - type: Transform + pos: -58.5,-72.5 + parent: 2 + - uid: 19160 + components: + - type: Transform + pos: -57.5,-72.5 + parent: 2 + - uid: 19161 + components: + - type: Transform + pos: -56.5,-72.5 + parent: 2 + - uid: 19162 + components: + - type: Transform + pos: -55.5,-72.5 + parent: 2 + - uid: 19163 + components: + - type: Transform + pos: -54.5,-72.5 + parent: 2 + - uid: 19164 + components: + - type: Transform + pos: -53.5,-72.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + pos: -52.5,-72.5 + parent: 2 + - uid: 19166 + components: + - type: Transform + pos: -51.5,-72.5 + parent: 2 + - uid: 19167 + components: + - type: Transform + pos: -50.5,-72.5 + parent: 2 + - uid: 19168 + components: + - type: Transform + pos: -49.5,-72.5 + parent: 2 + - uid: 19169 + components: + - type: Transform + pos: -48.5,-72.5 + parent: 2 + - uid: 19170 + components: + - type: Transform + pos: -47.5,-72.5 + parent: 2 + - uid: 19171 + components: + - type: Transform + pos: -46.5,-72.5 + parent: 2 + - uid: 19172 + components: + - type: Transform + pos: -45.5,-72.5 + parent: 2 + - uid: 19173 + components: + - type: Transform + pos: -44.5,-72.5 + parent: 2 + - uid: 19174 + components: + - type: Transform + pos: -43.5,-72.5 + parent: 2 + - uid: 19175 + components: + - type: Transform + pos: -42.5,-72.5 + parent: 2 + - uid: 19176 + components: + - type: Transform + pos: -41.5,-72.5 + parent: 2 + - uid: 19177 + components: + - type: Transform + pos: -40.5,-72.5 + parent: 2 + - uid: 19178 + components: + - type: Transform + pos: -39.5,-72.5 + parent: 2 + - uid: 19179 + components: + - type: Transform + pos: -38.5,-72.5 + parent: 2 + - uid: 19180 + components: + - type: Transform + pos: -37.5,-72.5 + parent: 2 + - uid: 19181 + components: + - type: Transform + pos: -36.5,-72.5 + parent: 2 + - uid: 19182 + components: + - type: Transform + pos: -35.5,-72.5 + parent: 2 + - uid: 19183 + components: + - type: Transform + pos: -34.5,-72.5 + parent: 2 + - uid: 19184 + components: + - type: Transform + pos: -33.5,-72.5 + parent: 2 + - uid: 19185 + components: + - type: Transform + pos: -32.5,-72.5 + parent: 2 + - uid: 19186 + components: + - type: Transform + pos: -31.5,-72.5 + parent: 2 + - uid: 19187 + components: + - type: Transform + pos: -30.5,-72.5 + parent: 2 + - uid: 19188 + components: + - type: Transform + pos: -29.5,-72.5 + parent: 2 + - uid: 19189 + components: + - type: Transform + pos: -28.5,-72.5 + parent: 2 + - uid: 19190 + components: + - type: Transform + pos: -27.5,-72.5 + parent: 2 + - uid: 19191 + components: + - type: Transform + pos: -26.5,-72.5 + parent: 2 + - uid: 19192 + components: + - type: Transform + pos: -25.5,-72.5 + parent: 2 + - uid: 19193 + components: + - type: Transform + pos: -24.5,-72.5 + parent: 2 + - uid: 19194 + components: + - type: Transform + pos: -23.5,-72.5 + parent: 2 + - uid: 19195 + components: + - type: Transform + pos: -22.5,-72.5 + parent: 2 + - uid: 19196 + components: + - type: Transform + pos: -21.5,-72.5 + parent: 2 + - uid: 19197 + components: + - type: Transform + pos: -20.5,-72.5 + parent: 2 + - uid: 19198 + components: + - type: Transform + pos: -19.5,-72.5 + parent: 2 + - uid: 19199 + components: + - type: Transform + pos: -18.5,-72.5 + parent: 2 + - uid: 19200 + components: + - type: Transform + pos: -17.5,-72.5 + parent: 2 + - uid: 19201 + components: + - type: Transform + pos: -16.5,-72.5 + parent: 2 + - uid: 19202 + components: + - type: Transform + pos: -15.5,-72.5 + parent: 2 + - uid: 19203 + components: + - type: Transform + pos: -14.5,-72.5 + parent: 2 + - uid: 19204 + components: + - type: Transform + pos: -13.5,-72.5 + parent: 2 + - uid: 19205 + components: + - type: Transform + pos: -12.5,-72.5 + parent: 2 + - uid: 19206 + components: + - type: Transform + pos: -11.5,-72.5 + parent: 2 + - uid: 19207 + components: + - type: Transform + pos: -10.5,-72.5 + parent: 2 + - uid: 19208 + components: + - type: Transform + pos: -9.5,-72.5 + parent: 2 + - uid: 19209 + components: + - type: Transform + pos: -8.5,-72.5 + parent: 2 + - uid: 19210 + components: + - type: Transform + pos: -7.5,-72.5 + parent: 2 + - uid: 19211 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 19212 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 + - uid: 19213 + components: + - type: Transform + pos: -4.5,-72.5 + parent: 2 + - uid: 19214 + components: + - type: Transform + pos: -3.5,-72.5 + parent: 2 + - uid: 19215 + components: + - type: Transform + pos: -2.5,-72.5 + parent: 2 + - uid: 19216 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 19217 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 19218 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 19219 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 19220 + components: + - type: Transform + pos: 2.5,-72.5 + parent: 2 + - uid: 19221 + components: + - type: Transform + pos: 3.5,-72.5 + parent: 2 + - uid: 19222 + components: + - type: Transform + pos: 4.5,-72.5 + parent: 2 + - uid: 19223 + components: + - type: Transform + pos: 5.5,-72.5 + parent: 2 + - uid: 19224 + components: + - type: Transform + pos: 6.5,-72.5 + parent: 2 + - uid: 19225 + components: + - type: Transform + pos: 7.5,-72.5 + parent: 2 + - uid: 19226 + components: + - type: Transform + pos: 8.5,-72.5 + parent: 2 + - uid: 19227 + components: + - type: Transform + pos: 9.5,-72.5 + parent: 2 + - uid: 19228 + components: + - type: Transform + pos: 10.5,-72.5 + parent: 2 + - uid: 19229 + components: + - type: Transform + pos: 11.5,-72.5 + parent: 2 + - uid: 19230 + components: + - type: Transform + pos: 12.5,-72.5 + parent: 2 + - uid: 19231 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - uid: 19232 + components: + - type: Transform + pos: 14.5,-72.5 + parent: 2 + - uid: 19233 + components: + - type: Transform + pos: 15.5,-72.5 + parent: 2 + - uid: 19234 + components: + - type: Transform + pos: 16.5,-72.5 + parent: 2 + - uid: 19235 + components: + - type: Transform + pos: 17.5,-72.5 + parent: 2 + - uid: 19236 + components: + - type: Transform + pos: 18.5,-72.5 + parent: 2 + - uid: 19237 + components: + - type: Transform + pos: 19.5,-72.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + pos: 20.5,-72.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + pos: 21.5,-72.5 + parent: 2 + - uid: 19240 + components: + - type: Transform + pos: 22.5,-72.5 + parent: 2 + - uid: 19241 + components: + - type: Transform + pos: 23.5,-72.5 + parent: 2 + - uid: 19242 + components: + - type: Transform + pos: 24.5,-72.5 + parent: 2 + - uid: 19243 + components: + - type: Transform + pos: 25.5,-72.5 + parent: 2 + - uid: 19244 + components: + - type: Transform + pos: 26.5,-72.5 + parent: 2 + - uid: 19245 + components: + - type: Transform + pos: 27.5,-72.5 + parent: 2 + - uid: 19246 + components: + - type: Transform + pos: 27.5,-71.5 + parent: 2 + - uid: 19247 + components: + - type: Transform + pos: 27.5,-70.5 + parent: 2 + - uid: 19248 + components: + - type: Transform + pos: 27.5,-69.5 + parent: 2 + - uid: 19249 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 2 + - uid: 19250 + components: + - type: Transform + pos: 27.5,-67.5 + parent: 2 + - uid: 19251 + components: + - type: Transform + pos: 27.5,-66.5 + parent: 2 + - uid: 19252 + components: + - type: Transform + pos: 27.5,-65.5 + parent: 2 + - uid: 19253 + components: + - type: Transform + pos: 27.5,-64.5 + parent: 2 + - uid: 19254 + components: + - type: Transform + pos: 27.5,-63.5 + parent: 2 + - uid: 19255 + components: + - type: Transform + pos: 27.5,-62.5 + parent: 2 + - uid: 19256 + components: + - type: Transform + pos: 27.5,-61.5 + parent: 2 + - uid: 19257 + components: + - type: Transform + pos: 27.5,-60.5 + parent: 2 + - uid: 19258 + components: + - type: Transform + pos: 27.5,-59.5 + parent: 2 + - uid: 19259 + components: + - type: Transform + pos: 27.5,-58.5 + parent: 2 + - uid: 19260 + components: + - type: Transform + pos: 27.5,-57.5 + parent: 2 + - uid: 19261 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 2 + - uid: 19262 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 19263 + components: + - type: Transform + pos: 27.5,-54.5 + parent: 2 + - uid: 19264 + components: + - type: Transform + pos: 27.5,-53.5 + parent: 2 + - uid: 19265 + components: + - type: Transform + pos: 27.5,-52.5 + parent: 2 + - uid: 19266 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 19267 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 19268 + components: + - type: Transform + pos: 27.5,-49.5 + parent: 2 + - uid: 19269 + components: + - type: Transform + pos: 27.5,-48.5 + parent: 2 + - uid: 19270 + components: + - type: Transform + pos: 27.5,-47.5 + parent: 2 + - uid: 19271 + components: + - type: Transform + pos: 27.5,-46.5 + parent: 2 + - uid: 19272 + components: + - type: Transform + pos: 27.5,-45.5 + parent: 2 + - uid: 19273 + components: + - type: Transform + pos: 27.5,-44.5 + parent: 2 + - uid: 19274 + components: + - type: Transform + pos: 27.5,-43.5 + parent: 2 + - uid: 19275 + components: + - type: Transform + pos: 27.5,-42.5 + parent: 2 + - uid: 19276 + components: + - type: Transform + pos: 27.5,-41.5 + parent: 2 + - uid: 19277 + components: + - type: Transform + pos: 27.5,-40.5 + parent: 2 + - uid: 19278 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 + - uid: 19279 + components: + - type: Transform + pos: 27.5,-38.5 + parent: 2 + - uid: 19280 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 + - uid: 19281 + components: + - type: Transform + pos: 27.5,-36.5 + parent: 2 + - uid: 19282 + components: + - type: Transform + pos: 27.5,-35.5 + parent: 2 + - uid: 19283 + components: + - type: Transform + pos: 27.5,-34.5 + parent: 2 + - uid: 19284 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 19285 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 19286 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 19287 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 19288 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 2 + - uid: 19289 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 2 + - uid: 19290 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 + - uid: 19291 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 2 + - uid: 19292 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 + - uid: 19293 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 + - uid: 19294 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 19295 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 19296 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 2 + - uid: 19297 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 2 + - uid: 19298 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 2 + - uid: 19299 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 + - uid: 19300 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 19301 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 2 + - uid: 19302 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 19303 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 2 + - uid: 19304 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 2 + - uid: 19305 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - uid: 19306 + components: + - type: Transform + pos: 27.5,-11.5 + parent: 2 + - uid: 19307 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 2 + - uid: 19308 + components: + - type: Transform + pos: 27.5,-9.5 + parent: 2 + - uid: 19309 + components: + - type: Transform + pos: 27.5,-8.5 + parent: 2 + - uid: 19310 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 2 + - uid: 19311 + components: + - type: Transform + pos: 27.5,-6.5 + parent: 2 + - uid: 19312 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 2 + - uid: 19313 + components: + - type: Transform + pos: 27.5,-4.5 + parent: 2 + - uid: 19314 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 2 + - uid: 19315 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 2 + - uid: 19316 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 19317 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 2 + - uid: 19318 + components: + - type: Transform + pos: 27.5,0.5 + parent: 2 + - uid: 19319 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 + - uid: 19320 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - uid: 19321 + components: + - type: Transform + pos: 27.5,3.5 + parent: 2 + - uid: 19322 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 19323 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - uid: 19324 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 19325 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - uid: 19326 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 19327 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - uid: 19328 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - uid: 19329 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - uid: 19330 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - uid: 19331 + components: + - type: Transform + pos: 27.5,13.5 + parent: 2 + - uid: 19332 + components: + - type: Transform + pos: 27.5,14.5 + parent: 2 + - uid: 19333 + components: + - type: Transform + pos: 27.5,15.5 + parent: 2 + - uid: 19334 + components: + - type: Transform + pos: 27.5,16.5 + parent: 2 + - uid: 19335 + components: + - type: Transform + pos: 27.5,17.5 + parent: 2 + - uid: 19336 + components: + - type: Transform + pos: 27.5,18.5 + parent: 2 + - uid: 19337 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 19338 + components: + - type: Transform + pos: 27.5,20.5 + parent: 2 + - uid: 19339 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 + - uid: 19340 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 19341 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 19342 + components: + - type: Transform + pos: 27.5,24.5 + parent: 2 + - uid: 19343 + components: + - type: Transform + pos: 27.5,25.5 + parent: 2 + - uid: 19344 + components: + - type: Transform + pos: 27.5,26.5 + parent: 2 + - uid: 19345 + components: + - type: Transform + pos: 27.5,27.5 + parent: 2 + - uid: 19346 + components: + - type: Transform + pos: 27.5,28.5 + parent: 2 + - uid: 19347 + components: + - type: Transform + pos: 27.5,29.5 + parent: 2 + - uid: 19348 + components: + - type: Transform + pos: 27.5,30.5 + parent: 2 + - uid: 19349 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - uid: 19350 + components: + - type: Transform + pos: 27.5,32.5 + parent: 2 + - uid: 19351 + components: + - type: Transform + pos: 27.5,33.5 + parent: 2 + - uid: 19352 + components: + - type: Transform + pos: 27.5,34.5 + parent: 2 + - uid: 19353 + components: + - type: Transform + pos: 27.5,35.5 + parent: 2 + - uid: 19354 + components: + - type: Transform + pos: 27.5,36.5 + parent: 2 + - uid: 19355 + components: + - type: Transform + pos: 27.5,37.5 + parent: 2 + - uid: 19356 + components: + - type: Transform + pos: 27.5,38.5 + parent: 2 + - uid: 19357 + components: + - type: Transform + pos: 27.5,39.5 + parent: 2 + - uid: 19358 + components: + - type: Transform + pos: 27.5,40.5 + parent: 2 + - uid: 19359 + components: + - type: Transform + pos: 27.5,41.5 + parent: 2 + - uid: 19360 + components: + - type: Transform + pos: 27.5,42.5 + parent: 2 + - uid: 19361 + components: + - type: Transform + pos: 27.5,43.5 + parent: 2 + - uid: 19362 + components: + - type: Transform + pos: 27.5,44.5 + parent: 2 + - uid: 19363 + components: + - type: Transform + pos: 27.5,45.5 + parent: 2 + - uid: 19364 + components: + - type: Transform + pos: 27.5,46.5 + parent: 2 + - uid: 19365 + components: + - type: Transform + pos: 27.5,47.5 + parent: 2 + - uid: 19366 + components: + - type: Transform + pos: 27.5,48.5 + parent: 2 + - uid: 19367 + components: + - type: Transform + pos: 27.5,49.5 + parent: 2 + - uid: 19368 + components: + - type: Transform + pos: 27.5,50.5 + parent: 2 + - uid: 19369 + components: + - type: Transform + pos: 27.5,51.5 + parent: 2 + - uid: 19370 + components: + - type: Transform + pos: 27.5,52.5 + parent: 2 + - uid: 19371 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 19372 + components: + - type: Transform + pos: 27.5,54.5 + parent: 2 + - uid: 19373 + components: + - type: Transform + pos: 27.5,55.5 + parent: 2 + - uid: 19374 + components: + - type: Transform + pos: 27.5,56.5 + parent: 2 + - uid: 19375 + components: + - type: Transform + pos: 27.5,57.5 + parent: 2 + - uid: 19376 + components: + - type: Transform + pos: 9.5,67.5 + parent: 2 + - uid: 19377 + components: + - type: Transform + pos: 11.5,67.5 + parent: 2 + - uid: 19378 + components: + - type: Transform + pos: 12.5,67.5 + parent: 2 + - uid: 19379 + components: + - type: Transform + pos: 13.5,67.5 + parent: 2 + - uid: 19380 + components: + - type: Transform + pos: 14.5,67.5 + parent: 2 + - uid: 19381 + components: + - type: Transform + pos: 15.5,67.5 + parent: 2 + - uid: 19382 + components: + - type: Transform + pos: 16.5,67.5 + parent: 2 + - uid: 19383 + components: + - type: Transform + pos: 17.5,67.5 + parent: 2 + - uid: 19384 + components: + - type: Transform + pos: 17.5,66.5 + parent: 2 + - uid: 19385 + components: + - type: Transform + pos: 17.5,65.5 + parent: 2 + - uid: 19386 + components: + - type: Transform + pos: 17.5,64.5 + parent: 2 + - uid: 19387 + components: + - type: Transform + pos: 17.5,63.5 + parent: 2 + - uid: 19388 + components: + - type: Transform + pos: 18.5,63.5 + parent: 2 + - uid: 19389 + components: + - type: Transform + pos: 19.5,63.5 + parent: 2 + - uid: 19390 + components: + - type: Transform + pos: 20.5,63.5 + parent: 2 + - uid: 19391 + components: + - type: Transform + pos: 21.5,63.5 + parent: 2 + - uid: 19392 + components: + - type: Transform + pos: 22.5,63.5 + parent: 2 + - uid: 19393 + components: + - type: Transform + pos: 23.5,63.5 + parent: 2 + - uid: 19394 + components: + - type: Transform + pos: 24.5,63.5 + parent: 2 + - uid: 19395 + components: + - type: Transform + pos: 25.5,63.5 + parent: 2 + - uid: 19396 + components: + - type: Transform + pos: 25.5,62.5 + parent: 2 + - uid: 19397 + components: + - type: Transform + pos: 25.5,61.5 + parent: 2 + - uid: 19398 + components: + - type: Transform + pos: 25.5,60.5 + parent: 2 + - uid: 19399 + components: + - type: Transform + pos: 25.5,59.5 + parent: 2 + - uid: 19400 + components: + - type: Transform + pos: -51.5,-57.5 + parent: 2 + - uid: 19401 + components: + - type: Transform + pos: -72.5,-68.5 + parent: 2 + - uid: 19402 + components: + - type: Transform + pos: -72.5,-67.5 + parent: 2 + - uid: 19403 + components: + - type: Transform + pos: -72.5,-66.5 + parent: 2 + - uid: 19404 + components: + - type: Transform + pos: -72.5,-65.5 + parent: 2 + - uid: 19405 + components: + - type: Transform + pos: -72.5,-64.5 + parent: 2 + - uid: 19406 + components: + - type: Transform + pos: -72.5,-63.5 + parent: 2 + - uid: 19407 + components: + - type: Transform + pos: -72.5,-62.5 + parent: 2 + - uid: 19408 + components: + - type: Transform + pos: -72.5,-61.5 + parent: 2 + - uid: 19409 + components: + - type: Transform + pos: -72.5,-60.5 + parent: 2 + - uid: 19410 + components: + - type: Transform + pos: -72.5,-59.5 + parent: 2 + - uid: 19411 + components: + - type: Transform + pos: -72.5,-58.5 + parent: 2 + - uid: 19412 + components: + - type: Transform + pos: -72.5,-57.5 + parent: 2 + - uid: 19413 + components: + - type: Transform + pos: -72.5,-56.5 + parent: 2 + - uid: 19414 + components: + - type: Transform + pos: -72.5,-55.5 + parent: 2 + - uid: 19415 + components: + - type: Transform + pos: -72.5,-54.5 + parent: 2 + - uid: 19416 + components: + - type: Transform + pos: -72.5,-53.5 + parent: 2 + - uid: 19417 + components: + - type: Transform + pos: -73.5,-53.5 + parent: 2 + - uid: 19418 + components: + - type: Transform + pos: -73.5,-54.5 + parent: 2 + - uid: 19419 + components: + - type: Transform + pos: -74.5,-53.5 + parent: 2 + - uid: 19420 + components: + - type: Transform + pos: -74.5,-54.5 + parent: 2 + - uid: 19421 + components: + - type: Transform + pos: -75.5,-53.5 + parent: 2 + - uid: 19422 + components: + - type: Transform + pos: -75.5,-54.5 + parent: 2 + - uid: 19423 + components: + - type: Transform + pos: -76.5,-53.5 + parent: 2 + - uid: 19424 + components: + - type: Transform + pos: -76.5,-54.5 + parent: 2 + - uid: 19425 + components: + - type: Transform + pos: -77.5,-53.5 + parent: 2 + - uid: 19426 + components: + - type: Transform + pos: -77.5,-54.5 + parent: 2 + - uid: 19427 + components: + - type: Transform + pos: -78.5,-53.5 + parent: 2 + - uid: 19428 + components: + - type: Transform + pos: -78.5,-54.5 + parent: 2 + - uid: 19429 + components: + - type: Transform + pos: -79.5,-53.5 + parent: 2 + - uid: 19430 + components: + - type: Transform + pos: -79.5,-54.5 + parent: 2 + - uid: 19431 + components: + - type: Transform + pos: -80.5,-53.5 + parent: 2 + - uid: 19432 + components: + - type: Transform + pos: -80.5,-54.5 + parent: 2 + - uid: 19433 + components: + - type: Transform + pos: -81.5,-53.5 + parent: 2 + - uid: 19434 + components: + - type: Transform + pos: -81.5,-54.5 + parent: 2 + - uid: 19435 + components: + - type: Transform + pos: -82.5,-53.5 + parent: 2 + - uid: 19436 + components: + - type: Transform + pos: -82.5,-54.5 + parent: 2 + - uid: 19437 + components: + - type: Transform + pos: -83.5,-53.5 + parent: 2 + - uid: 19438 + components: + - type: Transform + pos: -83.5,-54.5 + parent: 2 + - uid: 19439 + components: + - type: Transform + pos: -84.5,-53.5 + parent: 2 + - uid: 19440 + components: + - type: Transform + pos: -84.5,-54.5 + parent: 2 + - uid: 19441 + components: + - type: Transform + pos: -85.5,-53.5 + parent: 2 + - uid: 19442 + components: + - type: Transform + pos: -85.5,-54.5 + parent: 2 +- proto: N14WallRuins + entities: + - uid: 19443 + components: + - type: Transform + pos: -14.5,3.5 + parent: 2 + - uid: 19444 + components: + - type: Transform + pos: -14.5,5.5 + parent: 2 + - uid: 19445 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 19446 + components: + - type: Transform + pos: -32.5,34.5 + parent: 2 + - uid: 19447 + components: + - type: Transform + pos: -36.5,19.5 + parent: 2 + - uid: 19448 + components: + - type: Transform + pos: -36.5,20.5 + parent: 2 + - uid: 19449 + components: + - type: Transform + pos: -37.5,19.5 + parent: 2 + - uid: 19450 + components: + - type: Transform + pos: -37.5,20.5 + parent: 2 + - uid: 19451 + components: + - type: Transform + pos: -38.5,19.5 + parent: 2 + - uid: 19452 + components: + - type: Transform + pos: -38.5,20.5 + parent: 2 + - uid: 19453 + components: + - type: Transform + pos: -39.5,19.5 + parent: 2 + - uid: 19454 + components: + - type: Transform + pos: -39.5,20.5 + parent: 2 + - uid: 19455 + components: + - type: Transform + pos: -40.5,19.5 + parent: 2 + - uid: 19456 + components: + - type: Transform + pos: -40.5,20.5 + parent: 2 + - uid: 19457 + components: + - type: Transform + pos: -40.5,21.5 + parent: 2 + - uid: 19458 + components: + - type: Transform + pos: -41.5,19.5 + parent: 2 + - uid: 19459 + components: + - type: Transform + pos: -41.5,20.5 + parent: 2 + - uid: 19460 + components: + - type: Transform + pos: -41.5,21.5 + parent: 2 + - uid: 19461 + components: + - type: Transform + pos: -42.5,19.5 + parent: 2 + - uid: 19462 + components: + - type: Transform + pos: -42.5,20.5 + parent: 2 + - uid: 19463 + components: + - type: Transform + pos: -42.5,21.5 + parent: 2 + - uid: 19464 + components: + - type: Transform + pos: -43.5,21.5 + parent: 2 + - uid: 19465 + components: + - type: Transform + pos: -43.5,20.5 + parent: 2 + - uid: 19466 + components: + - type: Transform + pos: -43.5,19.5 + parent: 2 + - uid: 19467 + components: + - type: Transform + pos: -43.5,18.5 + parent: 2 + - uid: 19468 + components: + - type: Transform + pos: -44.5,21.5 + parent: 2 + - uid: 19469 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 + - uid: 19470 + components: + - type: Transform + pos: -44.5,19.5 + parent: 2 + - uid: 19471 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 19472 + components: + - type: Transform + pos: -45.5,21.5 + parent: 2 + - uid: 19473 + components: + - type: Transform + pos: -45.5,20.5 + parent: 2 + - uid: 19474 + components: + - type: Transform + pos: -45.5,19.5 + parent: 2 + - uid: 19475 + components: + - type: Transform + pos: -45.5,18.5 + parent: 2 + - uid: 19476 + components: + - type: Transform + pos: -46.5,21.5 + parent: 2 + - uid: 19477 + components: + - type: Transform + pos: -46.5,20.5 + parent: 2 + - uid: 19478 + components: + - type: Transform + pos: -46.5,19.5 + parent: 2 + - uid: 19479 + components: + - type: Transform + pos: -46.5,18.5 + parent: 2 + - uid: 19480 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 19481 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - uid: 19482 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 19483 + components: + - type: Transform + pos: -47.5,21.5 + parent: 2 + - uid: 19484 + components: + - type: Transform + pos: -57.5,20.5 + parent: 2 + - uid: 19485 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 19486 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - uid: 19487 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 19488 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - uid: 19489 + components: + - type: Transform + pos: -19.5,30.5 + parent: 2 + - uid: 19490 + components: + - type: Transform + pos: -19.5,31.5 + parent: 2 + - uid: 19491 + components: + - type: Transform + pos: -19.5,28.5 + parent: 2 + - uid: 19492 + components: + - type: Transform + pos: -19.5,29.5 + parent: 2 + - uid: 19493 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - uid: 19494 + components: + - type: Transform + pos: -31.5,34.5 + parent: 2 + - uid: 19495 + components: + - type: Transform + pos: -34.5,34.5 + parent: 2 + - uid: 19496 + components: + - type: Transform + pos: -33.5,34.5 + parent: 2 +- proto: N14WastelandFloraWildCaveFungus + entities: + - uid: 19497 + components: + - type: Transform + pos: -54.5,11.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14WastelandFloraWildCaveFungusRad + entities: + - uid: 19498 + components: + - type: Transform + pos: -56.5,9.5 + parent: 2 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: N14weapon10mmpipe + entities: + - uid: 19499 + components: + - type: Transform + pos: -79.75279,-64.27158 + parent: 2 +- proto: N14weapon12mmpipe + entities: + - uid: 1633 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14WeaponLeverCarbine + entities: + - uid: 19500 + components: + - type: Transform + pos: -80.72365,-60.16147 + parent: 2 + - uid: 19501 + components: + - type: Transform + pos: -80.28615,-60.208344 + parent: 2 +- proto: N14WeaponLeverRifle + entities: + - uid: 19502 + components: + - type: Transform + pos: -79.45352,-64.209335 + parent: 2 +- proto: N14WeaponPistol10mm + entities: + - uid: 19503 + components: + - type: Transform + pos: -36.58453,40.66093 + parent: 2 + - uid: 19504 + components: + - type: Transform + pos: -33.58453,40.676556 + parent: 2 + - uid: 19505 + components: + - type: Transform + pos: -33.318905,40.37968 + parent: 2 + - uid: 19506 + components: + - type: Transform + pos: -36.318905,40.364056 + parent: 2 +- proto: N14WeaponPistol9mm + entities: + - uid: 19507 + components: + - type: Transform + pos: -78.55177,-59.34897 + parent: 2 + - uid: 19508 + components: + - type: Transform + pos: -80.53615,-59.739594 + parent: 2 + - uid: 19509 + components: + - type: Transform + pos: 22.31923,72.35216 + parent: 2 +- proto: N14WeaponPlasmaCaster + entities: + - uid: 19510 + components: + - type: Transform + pos: 31.480112,77.691284 + parent: 2 +- proto: N14WeaponPlasmaPistol + entities: + - uid: 19511 + components: + - type: Transform + pos: 30.588436,75.38758 + parent: 2 + - uid: 19512 + components: + - type: Transform + pos: 30.273436,75.65758 + parent: 2 +- proto: N14WeaponPlasmaRifle + entities: + - uid: 19513 + components: + - type: Transform + pos: 30.678436,77.47475 + parent: 2 + - uid: 19514 + components: + - type: Transform + pos: 30.453436,77.78975 + parent: 2 +- proto: N14WeaponRevolver10mm + entities: + - uid: 19515 + components: + - type: Transform + pos: -77.0705,-59.36558 + parent: 2 + - uid: 19516 + components: + - type: Transform + pos: -4.5550575,14.651476 + parent: 2 +- proto: N14WeaponRevolver9mm + entities: + - uid: 1651 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: N14WeaponShotgun + entities: + - uid: 2291 + components: + - type: Transform + parent: 2289 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 2292 + components: + - type: Transform + parent: 2289 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: N14WeaponSubMachineGun10mm + entities: + - uid: 19517 + components: + - type: Transform + pos: -34.5093,38.627594 + parent: 2 + - uid: 19518 + components: + - type: Transform + pos: -34.399925,38.42447 + parent: 2 +- proto: N14WeaponTurretBrotherhoodWashington + entities: + - uid: 19519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,113.5 + parent: 2 + - uid: 19520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,113.5 + parent: 2 +- proto: N14WorkbenchAmmobench + entities: + - uid: 19521 + components: + - type: Transform + pos: -79.5,-59.5 + parent: 2 + - uid: 19522 + components: + - type: Transform + pos: -7.5,28.5 + parent: 2 + - uid: 19523 + components: + - type: Transform + pos: 24.5,93.5 + parent: 2 +- proto: N14WorkbenchArmorbench + entities: + - uid: 19524 + components: + - type: Transform + pos: -11.5,39.5 + parent: 2 + - uid: 19525 + components: + - type: Transform + pos: 27.5,94.5 + parent: 2 +- proto: N14WorkbenchChemistryset + entities: + - uid: 19526 + components: + - type: Transform + pos: -42.5,27.5 + parent: 2 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} + - uid: 19527 + components: + - type: Transform + pos: 51.5,87.5 + parent: 2 + - type: ContainerContainer + containers: + beakerSlot: !type:ContainerSlot {} + outputSlot: !type:ContainerSlot {} +- proto: N14WorkbenchMetal + entities: + - uid: 19528 + components: + - type: Transform + pos: -9.5,39.5 + parent: 2 + - uid: 19529 + components: + - type: Transform + pos: 32.5,94.5 + parent: 2 +- proto: N14WorkbenchTinkerbench + entities: + - uid: 19530 + components: + - type: Transform + pos: 0.5,37.5 + parent: 2 + - uid: 19531 + components: + - type: Transform + pos: 52.5,85.5 + parent: 2 +- proto: N14WorkbenchWeaponbench + entities: + - uid: 19532 + components: + - type: Transform + pos: -77.5,-59.5 + parent: 2 + - uid: 19533 + components: + - type: Transform + pos: 27.5,92.5 + parent: 2 +- proto: N14Wrench + entities: + - uid: 19534 + components: + - type: Transform + pos: -7.4455166,38.48826 + parent: 2 + - uid: 19535 + components: + - type: Transform + pos: -7.3517666,38.150757 + parent: 2 + - uid: 19536 + components: + - type: Transform + pos: 12.222847,33.66913 + parent: 2 + - uid: 19537 + components: + - type: Transform + pos: 12.769722,33.622253 + parent: 2 +- proto: Ointment + entities: + - uid: 54 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 55 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 56 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 57 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: Paper + entities: + - uid: 19538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.487427,27.924585 + parent: 2 +- proto: PaperBin20 + entities: + - uid: 19539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-9.5 + parent: 2 + - uid: 19540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-7.5 + parent: 2 + - uid: 19541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.55738,99.82206 + parent: 2 +- proto: PaperOffice + entities: + - uid: 19542 + components: + - type: Transform + pos: -47.518948,-2.1319351 + parent: 2 +- proto: PartRodMetal + entities: + - uid: 2272 + components: + - type: Transform + parent: 2267 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2273 + components: + - type: Transform + parent: 2267 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: Pen + entities: + - uid: 19543 + components: + - type: Transform + pos: -29.620304,-9.644215 + parent: 2 + - uid: 19544 + components: + - type: Transform + pos: -47.581448,-2.2725601 + parent: 2 + - uid: 19545 + components: + - type: Transform + pos: -41.659573,-7.67881 + parent: 2 + - uid: 19546 + components: + - type: Transform + pos: -39.579727,27.684015 + parent: 2 +- proto: PianoInstrument + entities: + - uid: 19547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,26.5 + parent: 2 +- proto: Pickaxe + entities: + - uid: 1579 + components: + - type: Transform + parent: 1574 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 1580 + components: + - type: Transform + parent: 1574 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage + - uid: 19548 + components: + - type: Transform + pos: 27.603231,77.00026 + parent: 2 +- proto: PlantBag + entities: + - uid: 19549 + components: + - type: Transform + pos: -2.4193172,6.754206 + parent: 2 + - uid: 19550 + components: + - type: Transform + pos: -2.6668172,7.024206 + parent: 2 + - uid: 19551 + components: + - type: Transform + pos: -2.1043172,7.069206 + parent: 2 +- proto: PlastitaniumWindow + entities: + - uid: 19552 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 19553 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 19554 + components: + - type: Transform + pos: 9.5,37.5 + parent: 2 + - uid: 19555 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 19556 + components: + - type: Transform + pos: -15.5,17.5 + parent: 2 + - uid: 19557 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 19558 + components: + - type: Transform + pos: -24.5,29.5 + parent: 2 + - uid: 19559 + components: + - type: Transform + pos: -25.5,29.5 + parent: 2 + - uid: 19560 + components: + - type: Transform + pos: -25.5,32.5 + parent: 2 + - uid: 19561 + components: + - type: Transform + pos: -24.5,32.5 + parent: 2 + - uid: 19562 + components: + - type: Transform + pos: -26.5,33.5 + parent: 2 + - uid: 19563 + components: + - type: Transform + pos: -26.5,34.5 + parent: 2 + - uid: 19564 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 19565 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 19566 + components: + - type: Transform + pos: -15.5,16.5 + parent: 2 + - uid: 19567 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 19568 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 19569 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 19570 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 19571 + components: + - type: Transform + pos: -19.5,18.5 + parent: 2 + - uid: 19572 + components: + - type: Transform + pos: -19.5,19.5 + parent: 2 + - uid: 19573 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 19574 + components: + - type: Transform + pos: -26.5,28.5 + parent: 2 + - uid: 19575 + components: + - type: Transform + pos: -46.5,13.5 + parent: 2 + - uid: 19576 + components: + - type: Transform + pos: -47.5,13.5 + parent: 2 + - uid: 19577 + components: + - type: Transform + pos: -48.5,13.5 + parent: 2 + - uid: 19578 + components: + - type: Transform + pos: -49.5,13.5 + parent: 2 + - uid: 19579 + components: + - type: Transform + pos: -52.5,11.5 + parent: 2 + - uid: 19580 + components: + - type: Transform + pos: -52.5,10.5 + parent: 2 + - uid: 19581 + components: + - type: Transform + pos: -52.5,9.5 + parent: 2 + - uid: 19582 + components: + - type: Transform + pos: -52.5,8.5 + parent: 2 + - uid: 19583 + components: + - type: Transform + pos: -52.5,7.5 + parent: 2 + - uid: 19584 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 19585 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 19586 + components: + - type: Transform + pos: -6.5,9.5 + parent: 2 + - uid: 19587 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 +- proto: PottedPlant18 + entities: + - uid: 19588 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 +- proto: PottedPlant21 + entities: + - uid: 19589 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 +- proto: PowerCellHigh + entities: + - uid: 19590 + components: + - type: Transform + pos: -28.293377,40.656784 + parent: 2 + - uid: 19591 + components: + - type: Transform + pos: 1.4386659,30.093979 + parent: 2 + - uid: 19592 + components: + - type: Transform + pos: 1.7667909,30.031479 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 19593 + components: + - type: Transform + pos: -43.376225,30.7948 + parent: 2 + - uid: 19594 + components: + - type: Transform + pos: -29.168377,40.60991 + parent: 2 + - uid: 19595 + components: + - type: Transform + pos: -29.090252,40.813034 + parent: 2 + - uid: 19596 + components: + - type: Transform + pos: 1.7282052,29.250523 + parent: 2 + - uid: 19597 + components: + - type: Transform + pos: 1.4469552,29.063023 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 19598 + components: + - type: Transform + pos: -28.5,40.5 + parent: 2 + - uid: 19599 + components: + - type: Transform + pos: -43.5,30.5 + parent: 2 + - uid: 19600 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 19601 + components: + - type: Transform + pos: 37.5,73.5 + parent: 2 + - uid: 19602 + components: + - type: Transform + pos: 32.5,73.5 + parent: 2 +- proto: PowerCellSmall + entities: + - uid: 19603 + components: + - type: Transform + pos: -29.496502,40.844284 + parent: 2 + - uid: 19604 + components: + - type: Transform + pos: -29.590252,40.594284 + parent: 2 + - uid: 19605 + components: + - type: Transform + pos: -43.376225,31.122925 + parent: 2 + - uid: 19606 + components: + - type: Transform + pos: -43.657475,31.060425 + parent: 2 + - uid: 19607 + components: + - type: Transform + pos: 1.72207,28.828566 + parent: 2 + - uid: 19608 + components: + - type: Transform + pos: 1.4245198,28.67298 + parent: 2 + - uid: 19609 + components: + - type: Transform + pos: 1.8307698,28.51673 + parent: 2 +- proto: Rack + entities: + - uid: 19610 + components: + - type: Transform + pos: -32.5,40.5 + parent: 2 + - uid: 19611 + components: + - type: Transform + pos: -33.5,38.5 + parent: 2 + - uid: 19612 + components: + - type: Transform + pos: -34.5,38.5 + parent: 2 + - uid: 19613 + components: + - type: Transform + pos: -36.5,40.5 + parent: 2 + - uid: 19614 + components: + - type: Transform + pos: -35.5,40.5 + parent: 2 + - uid: 19615 + components: + - type: Transform + pos: -33.5,40.5 + parent: 2 + - uid: 19616 + components: + - type: Transform + pos: 32.5,77.5 + parent: 2 + - uid: 19617 + components: + - type: Transform + pos: 30.5,75.5 + parent: 2 + - uid: 19618 + components: + - type: Transform + pos: 30.5,77.5 + parent: 2 + - uid: 19619 + components: + - type: Transform + pos: 31.5,77.5 + parent: 2 + - uid: 19620 + components: + - type: Transform + pos: 32.5,75.5 + parent: 2 +- proto: Railing + entities: + - uid: 19621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,84.5 + parent: 2 + - uid: 19622 + components: + - type: Transform + pos: -26.5,-40.5 + parent: 2 + - uid: 19623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-39.5 + parent: 2 + - uid: 19624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-37.5 + parent: 2 + - uid: 19625 + components: + - type: Transform + pos: -24.5,-40.5 + parent: 2 + - uid: 19626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-36.5 + parent: 2 + - uid: 19627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-39.5 + parent: 2 + - uid: 19628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-36.5 + parent: 2 + - uid: 19629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-37.5 + parent: 2 + - uid: 19630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,84.5 + parent: 2 + - uid: 19631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,85.5 + parent: 2 + - uid: 19632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,85.5 + parent: 2 + - uid: 19633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-14.5 + parent: 2 + - uid: 19634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-14.5 + parent: 2 + - uid: 19635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-12.5 + parent: 2 + - uid: 19636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-12.5 + parent: 2 + - uid: 19637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-12.5 + parent: 2 + - uid: 19638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-13.5 + parent: 2 + - uid: 19639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 19640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-11.5 + parent: 2 + - uid: 19641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-15.5 + parent: 2 + - uid: 19642 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 +- proto: RailingYellow + entities: + - uid: 19643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,38.5 + parent: 2 + - uid: 19644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,37.5 + parent: 2 + - uid: 19645 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 19646 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - uid: 19647 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 + - uid: 19648 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 + - uid: 19649 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 19650 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 19651 + components: + - type: Transform + pos: -11.5,34.5 + parent: 2 + - uid: 19652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,39.5 + parent: 2 +- proto: RailingYellowCorner + entities: + - uid: 19653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-20.5 + parent: 2 + - uid: 19654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-20.5 + parent: 2 + - uid: 19655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,37.5 + parent: 2 + - uid: 19656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,34.5 + parent: 2 + - uid: 19657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,33.5 + parent: 2 + - uid: 19658 + components: + - type: Transform + pos: -12.5,33.5 + parent: 2 +- proto: RailingYellowEnd + entities: + - uid: 19659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-11.5 + parent: 2 + - uid: 19660 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 19661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-11.5 + parent: 2 + - uid: 19662 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 2 +- proto: ReagentContainerCornmeal + entities: + - uid: 1731 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1732 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ReagentContainerFlour + entities: + - uid: 1733 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1734 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1735 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1736 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ReagentContainerOliveoil + entities: + - uid: 1737 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1738 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ReagentContainerRice + entities: + - uid: 1739 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1740 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1741 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1742 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ReagentContainerSugar + entities: + - uid: 1743 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1744 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1745 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1746 + components: + - type: Transform + parent: 1726 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: RegenerativeMesh + entities: + - uid: 58 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 59 + components: + - type: Transform + parent: 39 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: ReinforcedWindow + entities: + - uid: 19663 + components: + - type: Transform + pos: 35.5,86.5 + parent: 2 + - uid: 19664 + components: + - type: Transform + pos: 56.5,101.5 + parent: 2 + - uid: 19665 + components: + - type: Transform + pos: 42.5,100.5 + parent: 2 + - uid: 19666 + components: + - type: Transform + pos: 42.5,99.5 + parent: 2 + - uid: 19667 + components: + - type: Transform + pos: 56.5,104.5 + parent: 2 + - uid: 19668 + components: + - type: Transform + pos: 56.5,107.5 + parent: 2 + - uid: 19669 + components: + - type: Transform + pos: 49.5,74.5 + parent: 2 + - uid: 19670 + components: + - type: Transform + pos: 49.5,75.5 + parent: 2 + - uid: 19671 + components: + - type: Transform + pos: 49.5,76.5 + parent: 2 + - uid: 19672 + components: + - type: Transform + pos: 49.5,73.5 + parent: 2 + - uid: 19673 + components: + - type: Transform + pos: 56.5,110.5 + parent: 2 +- proto: RollerBed + entities: + - uid: 19674 + components: + - type: Transform + pos: -40.503456,39.678642 + parent: 2 +- proto: ScalpelAdvanced + entities: + - uid: 19675 + components: + - type: Transform + pos: -36.56206,31.675255 + parent: 2 +- proto: SheetGlass + entities: + - uid: 2298 + components: + - type: Transform + parent: 2295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2299 + components: + - type: Transform + parent: 2295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: SheetPaper1 + entities: + - uid: 2576 + components: + - type: Transform + parent: 2575 + - type: Stack + count: 15 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: InsideEntityStorage +- proto: SheetSteel + entities: + - uid: 2300 + components: + - type: Transform + parent: 2295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 2301 + components: + - type: Transform + parent: 2295 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False +- proto: SheetSteel1 + entities: + - uid: 19676 + components: + - type: Transform + pos: -8.560133,33.15758 + parent: 2 +- proto: SinkWide + entities: + - uid: 19677 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 19678 + components: + - type: Transform + pos: -29.5,8.5 + parent: 2 + - uid: 19679 + components: + - type: Transform + pos: 51.5,95.5 + parent: 2 +- proto: Soap + entities: + - uid: 19680 + components: + - type: Transform + pos: -21.524204,11.004126 + parent: 2 +- proto: SpeedLoader10 + entities: + - uid: 1634 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1635 + components: + - type: Transform + parent: 1621 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1652 + components: + - type: Transform + parent: 1636 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1666 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1667 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1668 + components: + - type: Transform + parent: 1653 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 19681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.8675575,14.542101 + parent: 2 +- proto: Spoon + entities: + - uid: 19682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.413296,27.40553 + parent: 2 +- proto: StairDark + entities: + - uid: 19683 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 19684 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 19685 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 + - uid: 19686 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 19687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,36.5 + parent: 2 + - uid: 19688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,35.5 + parent: 2 + - uid: 19689 + components: + - type: Transform + pos: 23.5,84.5 + parent: 2 + - uid: 19690 + components: + - type: Transform + pos: 24.5,84.5 + parent: 2 +- proto: StairStageDark + entities: + - uid: 19691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,16.5 + parent: 2 + - uid: 19692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,18.5 + parent: 2 + - uid: 19693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,19.5 + parent: 2 + - uid: 19694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,17.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 19695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,9.5 + parent: 2 + - uid: 19696 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 19697 + components: + - type: Transform + pos: -29.5,10.5 + parent: 2 + - uid: 19698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,12.5 + parent: 2 + - uid: 19699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-4.5 + parent: 2 + - uid: 19700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,12.5 + parent: 2 + - uid: 19701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,5.5 + parent: 2 + - uid: 19702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,12.5 + parent: 2 + - uid: 19703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 2 +- proto: Stunbaton + entities: + - uid: 19704 + components: + - type: Transform + pos: -27.402578,40.60773 + parent: 2 + - uid: 19705 + components: + - type: Transform + pos: -27.824453,40.67023 + parent: 2 + - uid: 19706 + components: + - type: Transform + pos: 34.305405,73.66534 + parent: 2 +- proto: TableGlass + entities: + - uid: 19707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,19.5 + parent: 2 + - uid: 19708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,17.5 + parent: 2 + - uid: 19709 + components: + - type: Transform + pos: -28.5,21.5 + parent: 2 + - uid: 19710 + components: + - type: Transform + pos: -24.5,21.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 19711 + components: + - type: Transform + pos: 44.5,84.5 + parent: 2 + - uid: 19712 + components: + - type: Transform + pos: 43.5,84.5 + parent: 2 +- proto: TelecomServerFilled + entities: + - uid: 19713 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 19714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,5.5 + parent: 2 + - uid: 19715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 2 + - uid: 19716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,27.5 + parent: 2 + - uid: 19717 + components: + - type: Transform + pos: -22.5,34.5 + parent: 2 + - uid: 19718 + components: + - type: Transform + pos: 53.5,95.5 + parent: 2 +- proto: ToolboxMechanical + entities: + - uid: 19719 + components: + - type: Transform + pos: 52.514263,109.84735 + parent: 2 + - uid: 19720 + components: + - type: Transform + pos: 52.514263,110.522354 + parent: 2 + - uid: 19721 + components: + - type: Transform + pos: -11.325203,34.163666 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 19722 + components: + - type: Transform + pos: 1.5221465,32.418686 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 19723 + components: + - type: Transform + pos: 4.457222,33.778503 + parent: 2 + - uid: 19724 + components: + - type: Transform + pos: 5.410347,33.76288 + parent: 2 +- proto: ToyRubberDuck + entities: + - uid: 19725 + components: + - type: Transform + pos: -28.612911,17.058435 + parent: 2 +- proto: trayScanner + entities: + - uid: 19726 + components: + - type: Transform + pos: 52.379265,107.63921 + parent: 2 + - uid: 19727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.582222,33.716003 + parent: 2 + - uid: 19728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.457222,33.716003 + parent: 2 +- proto: WallPlastitanium + entities: + - uid: 19729 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 19730 + components: + - type: Transform + pos: -48.5,2.5 + parent: 2 + - uid: 19731 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 19732 + components: + - type: Transform + pos: -0.5,20.5 + parent: 2 + - uid: 19733 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 + - uid: 19734 + components: + - type: Transform + pos: 2.5,20.5 + parent: 2 + - uid: 19735 + components: + - type: Transform + pos: 2.5,19.5 + parent: 2 + - uid: 19736 + components: + - type: Transform + pos: -0.5,17.5 + parent: 2 + - uid: 19737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,9.5 + parent: 2 + - uid: 19738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 2 + - uid: 19739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 2 + - uid: 19740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 2 + - uid: 19741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-7.5 + parent: 2 + - uid: 19742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-7.5 + parent: 2 + - uid: 19743 + components: + - type: Transform + pos: -58.5,20.5 + parent: 2 + - uid: 19744 + components: + - type: Transform + pos: -58.5,19.5 + parent: 2 + - uid: 19745 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - uid: 19746 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - uid: 19747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-37.5 + parent: 2 + - uid: 19748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-36.5 + parent: 2 + - uid: 19749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-29.5 + parent: 2 + - uid: 19750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-28.5 + parent: 2 + - uid: 19751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-27.5 + parent: 2 + - uid: 19752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 2 + - uid: 19753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 19754 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 19755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 2 + - uid: 19756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,8.5 + parent: 2 + - uid: 19757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,17.5 + parent: 2 + - uid: 19758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,18.5 + parent: 2 + - uid: 19759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 2 + - uid: 19760 + components: + - type: Transform + pos: -13.5,6.5 + parent: 2 + - uid: 19761 + components: + - type: Transform + pos: 3.5,40.5 + parent: 2 + - uid: 19762 + components: + - type: Transform + pos: 4.5,40.5 + parent: 2 + - uid: 19763 + components: + - type: Transform + pos: 5.5,40.5 + parent: 2 + - uid: 19764 + components: + - type: Transform + pos: 6.5,40.5 + parent: 2 + - uid: 19765 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 19766 + components: + - type: Transform + pos: 7.5,40.5 + parent: 2 + - uid: 19767 + components: + - type: Transform + pos: 8.5,40.5 + parent: 2 + - uid: 19768 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 19769 + components: + - type: Transform + pos: 11.5,38.5 + parent: 2 + - uid: 19770 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 19771 + components: + - type: Transform + pos: 9.5,40.5 + parent: 2 + - uid: 19772 + components: + - type: Transform + pos: 5.5,38.5 + parent: 2 + - uid: 19773 + components: + - type: Transform + pos: 14.5,37.5 + parent: 2 + - uid: 19774 + components: + - type: Transform + pos: 10.5,40.5 + parent: 2 + - uid: 19775 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 19776 + components: + - type: Transform + pos: 14.5,36.5 + parent: 2 + - uid: 19777 + components: + - type: Transform + pos: 11.5,40.5 + parent: 2 + - uid: 19778 + components: + - type: Transform + pos: 14.5,32.5 + parent: 2 + - uid: 19779 + components: + - type: Transform + pos: 12.5,40.5 + parent: 2 + - uid: 19780 + components: + - type: Transform + pos: 14.5,35.5 + parent: 2 + - uid: 19781 + components: + - type: Transform + pos: 11.5,37.5 + parent: 2 + - uid: 19782 + components: + - type: Transform + pos: 13.5,40.5 + parent: 2 + - uid: 19783 + components: + - type: Transform + pos: 14.5,34.5 + parent: 2 + - uid: 19784 + components: + - type: Transform + pos: 14.5,38.5 + parent: 2 + - uid: 19785 + components: + - type: Transform + pos: 14.5,39.5 + parent: 2 + - uid: 19786 + components: + - type: Transform + pos: 14.5,40.5 + parent: 2 + - uid: 19787 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 19788 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 + - uid: 19789 + components: + - type: Transform + pos: 8.5,37.5 + parent: 2 + - uid: 19790 + components: + - type: Transform + pos: -36.5,26.5 + parent: 2 + - uid: 19791 + components: + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 19792 + components: + - type: Transform + pos: -7.5,35.5 + parent: 2 + - uid: 19793 + components: + - type: Transform + pos: -8.5,35.5 + parent: 2 + - uid: 19794 + components: + - type: Transform + pos: -44.5,26.5 + parent: 2 + - uid: 19795 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 19796 + components: + - type: Transform + pos: -56.5,19.5 + parent: 2 + - uid: 19797 + components: + - type: Transform + pos: -56.5,15.5 + parent: 2 + - uid: 19798 + components: + - type: Transform + pos: -55.5,15.5 + parent: 2 + - uid: 19799 + components: + - type: Transform + pos: -53.5,15.5 + parent: 2 + - uid: 19800 + components: + - type: Transform + pos: -57.5,15.5 + parent: 2 + - uid: 19801 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 19802 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 19803 + components: + - type: Transform + pos: -57.5,18.5 + parent: 2 + - uid: 19804 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 + - uid: 19805 + components: + - type: Transform + pos: -6.5,40.5 + parent: 2 + - uid: 19806 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 19807 + components: + - type: Transform + pos: -59.5,29.5 + parent: 2 + - uid: 19808 + components: + - type: Transform + pos: -6.5,36.5 + parent: 2 + - uid: 19809 + components: + - type: Transform + pos: -39.5,26.5 + parent: 2 + - uid: 19810 + components: + - type: Transform + pos: -9.5,24.5 + parent: 2 + - uid: 19811 + components: + - type: Transform + pos: 2.5,35.5 + parent: 2 + - uid: 19812 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 19813 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 19814 + components: + - type: Transform + pos: -5.5,40.5 + parent: 2 + - uid: 19815 + components: + - type: Transform + pos: -0.5,35.5 + parent: 2 + - uid: 19816 + components: + - type: Transform + pos: -3.5,40.5 + parent: 2 + - uid: 19817 + components: + - type: Transform + pos: 0.5,35.5 + parent: 2 + - uid: 19818 + components: + - type: Transform + pos: -59.5,27.5 + parent: 2 + - uid: 19819 + components: + - type: Transform + pos: -48.5,21.5 + parent: 2 + - uid: 19820 + components: + - type: Transform + pos: -48.5,22.5 + parent: 2 + - uid: 19821 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 19822 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 19823 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - uid: 19824 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 19825 + components: + - type: Transform + pos: -19.5,13.5 + parent: 2 + - uid: 19826 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 19827 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 19828 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 19829 + components: + - type: Transform + pos: -19.5,9.5 + parent: 2 + - uid: 19830 + components: + - type: Transform + pos: -19.5,12.5 + parent: 2 + - uid: 19831 + components: + - type: Transform + pos: -29.5,13.5 + parent: 2 + - uid: 19832 + components: + - type: Transform + pos: -32.5,9.5 + parent: 2 + - uid: 19833 + components: + - type: Transform + pos: -42.5,13.5 + parent: 2 + - uid: 19834 + components: + - type: Transform + pos: -19.5,-1.5 + parent: 2 + - uid: 19835 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 19836 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 19837 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 19838 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 19839 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 19840 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 19841 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 19842 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 + - uid: 19843 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 + - uid: 19844 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 19845 + components: + - type: Transform + pos: -23.5,12.5 + parent: 2 + - uid: 19846 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 19847 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 19848 + components: + - type: Transform + pos: -32.5,7.5 + parent: 2 + - uid: 19849 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 19850 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 19851 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - uid: 19852 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 + - uid: 19853 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 19854 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 19855 + components: + - type: Transform + pos: -31.5,9.5 + parent: 2 + - uid: 19856 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 19857 + components: + - type: Transform + pos: -19.5,5.5 + parent: 2 + - uid: 19858 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 19859 + components: + - type: Transform + pos: -10.5,21.5 + parent: 2 + - uid: 19860 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 19861 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 19862 + components: + - type: Transform + pos: -28.5,9.5 + parent: 2 + - uid: 19863 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 19864 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 19865 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 19866 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 19867 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 2 + - uid: 19868 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 19869 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 19870 + components: + - type: Transform + pos: -32.5,10.5 + parent: 2 + - uid: 19871 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 19872 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 19873 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 19874 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 + - uid: 19875 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 19876 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - uid: 19877 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 19878 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 19879 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 19880 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 19881 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - uid: 19882 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - uid: 19883 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 19884 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 + - uid: 19885 + components: + - type: Transform + pos: -29.5,-7.5 + parent: 2 + - uid: 19886 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 2 + - uid: 19887 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 19888 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 2 + - uid: 19889 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 19890 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 19891 + components: + - type: Transform + pos: -26.5,-1.5 + parent: 2 + - uid: 19892 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 + - uid: 19893 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 19894 + components: + - type: Transform + pos: -36.5,11.5 + parent: 2 + - uid: 19895 + components: + - type: Transform + pos: -19.5,-14.5 + parent: 2 + - uid: 19896 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - uid: 19897 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 19898 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 19899 + components: + - type: Transform + pos: -14.5,14.5 + parent: 2 + - uid: 19900 + components: + - type: Transform + pos: -24.5,0.5 + parent: 2 + - uid: 19901 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - uid: 19902 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 19903 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 2 + - uid: 19904 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 19905 + components: + - type: Transform + pos: -29.5,6.5 + parent: 2 + - uid: 19906 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 2 + - uid: 19907 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 19908 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 19909 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 19910 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 19911 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - uid: 19912 + components: + - type: Transform + pos: -32.5,4.5 + parent: 2 + - uid: 19913 + components: + - type: Transform + pos: -29.5,9.5 + parent: 2 + - uid: 19914 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 19915 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 19916 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 2 + - uid: 19917 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - uid: 19918 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 19919 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 19920 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 19921 + components: + - type: Transform + pos: -22.5,-3.5 + parent: 2 + - uid: 19922 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 19923 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 19924 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 19925 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 19926 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - uid: 19927 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - uid: 19928 + components: + - type: Transform + pos: -19.5,-13.5 + parent: 2 + - uid: 19929 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 2 + - uid: 19930 + components: + - type: Transform + pos: -23.5,5.5 + parent: 2 + - uid: 19931 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 19932 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 19933 + components: + - type: Transform + pos: -9.5,22.5 + parent: 2 + - uid: 19934 + components: + - type: Transform + pos: -26.5,13.5 + parent: 2 + - uid: 19935 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 19936 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - uid: 19937 + components: + - type: Transform + pos: -13.5,14.5 + parent: 2 + - uid: 19938 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 19939 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 19940 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - uid: 19941 + components: + - type: Transform + pos: -15.5,15.5 + parent: 2 + - uid: 19942 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - uid: 19943 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 19944 + components: + - type: Transform + pos: -15.5,21.5 + parent: 2 + - uid: 19945 + components: + - type: Transform + pos: -15.5,22.5 + parent: 2 + - uid: 19946 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - uid: 19947 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - uid: 19948 + components: + - type: Transform + pos: -15.5,14.5 + parent: 2 + - uid: 19949 + components: + - type: Transform + pos: -12.5,14.5 + parent: 2 + - uid: 19950 + components: + - type: Transform + pos: -10.5,14.5 + parent: 2 + - uid: 19951 + components: + - type: Transform + pos: -11.5,14.5 + parent: 2 + - uid: 19952 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 19953 + components: + - type: Transform + pos: -10.5,20.5 + parent: 2 + - uid: 19954 + components: + - type: Transform + pos: -23.5,6.5 + parent: 2 + - uid: 19955 + components: + - type: Transform + pos: -11.5,22.5 + parent: 2 + - uid: 19956 + components: + - type: Transform + pos: -10.5,22.5 + parent: 2 + - uid: 19957 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 19958 + components: + - type: Transform + pos: -19.5,14.5 + parent: 2 + - uid: 19959 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 19960 + components: + - type: Transform + pos: -9.5,19.5 + parent: 2 + - uid: 19961 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 19962 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 19963 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 + - uid: 19964 + components: + - type: Transform + pos: -9.5,15.5 + parent: 2 + - uid: 19965 + components: + - type: Transform + pos: -5.5,18.5 + parent: 2 + - uid: 19966 + components: + - type: Transform + pos: -5.5,19.5 + parent: 2 + - uid: 19967 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 19968 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 + - uid: 19969 + components: + - type: Transform + pos: -9.5,17.5 + parent: 2 + - uid: 19970 + components: + - type: Transform + pos: -9.5,6.5 + parent: 2 + - uid: 19971 + components: + - type: Transform + pos: -5.5,20.5 + parent: 2 + - uid: 19972 + components: + - type: Transform + pos: -5.5,17.5 + parent: 2 + - uid: 19973 + components: + - type: Transform + pos: -3.5,20.5 + parent: 2 + - uid: 19974 + components: + - type: Transform + pos: -2.5,20.5 + parent: 2 + - uid: 19975 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - uid: 19976 + components: + - type: Transform + pos: -2.5,17.5 + parent: 2 + - uid: 19977 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 19978 + components: + - type: Transform + pos: -2.5,14.5 + parent: 2 + - uid: 19979 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - uid: 19980 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 19981 + components: + - type: Transform + pos: -9.5,13.5 + parent: 2 + - uid: 19982 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 19983 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 19984 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 19985 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 19986 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 19987 + components: + - type: Transform + pos: -5.5,21.5 + parent: 2 + - uid: 19988 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 19989 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 19990 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 19991 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 19992 + components: + - type: Transform + pos: -21.5,32.5 + parent: 2 + - uid: 19993 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 19994 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 + - uid: 19995 + components: + - type: Transform + pos: -9.5,8.5 + parent: 2 + - uid: 19996 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 19997 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 + - uid: 19998 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 19999 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 20000 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - uid: 20001 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - uid: 20002 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - uid: 20003 + components: + - type: Transform + pos: -14.5,2.5 + parent: 2 + - uid: 20004 + components: + - type: Transform + pos: -13.5,2.5 + parent: 2 + - uid: 20005 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 20006 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - uid: 20007 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 20008 + components: + - type: Transform + pos: -14.5,6.5 + parent: 2 + - uid: 20009 + components: + - type: Transform + pos: -14.5,9.5 + parent: 2 + - uid: 20010 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 20011 + components: + - type: Transform + pos: -14.5,10.5 + parent: 2 + - uid: 20012 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 20013 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 20014 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 20015 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 20016 + components: + - type: Transform + pos: -33.5,41.5 + parent: 2 + - uid: 20017 + components: + - type: Transform + pos: -12.5,4.5 + parent: 2 + - uid: 20018 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 20019 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - uid: 20020 + components: + - type: Transform + pos: -14.5,7.5 + parent: 2 + - uid: 20021 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 20022 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 20023 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 20024 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 20025 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 20026 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 20027 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 20028 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 20029 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 20030 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 20031 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 20032 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 20033 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 20034 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 20035 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 20036 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 20037 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 20038 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 20039 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 + - uid: 20040 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 20041 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 20042 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 20043 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 20044 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 20045 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 2 + - uid: 20046 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 20047 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 + - uid: 20048 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 20049 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 20050 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 20051 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 20052 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 20053 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 20054 + components: + - type: Transform + pos: -29.5,0.5 + parent: 2 + - uid: 20055 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 20056 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 20057 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 20058 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 20059 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 20060 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 + - uid: 20061 + components: + - type: Transform + pos: -34.5,0.5 + parent: 2 + - uid: 20062 + components: + - type: Transform + pos: -35.5,0.5 + parent: 2 + - uid: 20063 + components: + - type: Transform + pos: -36.5,0.5 + parent: 2 + - uid: 20064 + components: + - type: Transform + pos: -34.5,22.5 + parent: 2 + - uid: 20065 + components: + - type: Transform + pos: -35.5,22.5 + parent: 2 + - uid: 20066 + components: + - type: Transform + pos: -35.5,16.5 + parent: 2 + - uid: 20067 + components: + - type: Transform + pos: -35.5,17.5 + parent: 2 + - uid: 20068 + components: + - type: Transform + pos: -35.5,18.5 + parent: 2 + - uid: 20069 + components: + - type: Transform + pos: -35.5,21.5 + parent: 2 + - uid: 20070 + components: + - type: Transform + pos: -19.5,21.5 + parent: 2 + - uid: 20071 + components: + - type: Transform + pos: -35.5,19.5 + parent: 2 + - uid: 20072 + components: + - type: Transform + pos: -35.5,20.5 + parent: 2 + - uid: 20073 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 20074 + components: + - type: Transform + pos: -33.5,22.5 + parent: 2 + - uid: 20075 + components: + - type: Transform + pos: -32.5,22.5 + parent: 2 + - uid: 20076 + components: + - type: Transform + pos: -31.5,22.5 + parent: 2 + - uid: 20077 + components: + - type: Transform + pos: -30.5,22.5 + parent: 2 + - uid: 20078 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 20079 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 20080 + components: + - type: Transform + pos: -27.5,22.5 + parent: 2 + - uid: 20081 + components: + - type: Transform + pos: -26.5,22.5 + parent: 2 + - uid: 20082 + components: + - type: Transform + pos: -25.5,22.5 + parent: 2 + - uid: 20083 + components: + - type: Transform + pos: -24.5,22.5 + parent: 2 + - uid: 20084 + components: + - type: Transform + pos: -23.5,22.5 + parent: 2 + - uid: 20085 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 20086 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 20087 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 20088 + components: + - type: Transform + pos: -20.5,26.5 + parent: 2 + - uid: 20089 + components: + - type: Transform + pos: -23.5,26.5 + parent: 2 + - uid: 20090 + components: + - type: Transform + pos: -22.5,26.5 + parent: 2 + - uid: 20091 + components: + - type: Transform + pos: -23.5,35.5 + parent: 2 + - uid: 20092 + components: + - type: Transform + pos: -37.5,36.5 + parent: 2 + - uid: 20093 + components: + - type: Transform + pos: -26.5,26.5 + parent: 2 + - uid: 20094 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 20095 + components: + - type: Transform + pos: -23.5,32.5 + parent: 2 + - uid: 20096 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 20097 + components: + - type: Transform + pos: -20.5,33.5 + parent: 2 + - uid: 20098 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 20099 + components: + - type: Transform + pos: -20.5,31.5 + parent: 2 + - uid: 20100 + components: + - type: Transform + pos: -20.5,30.5 + parent: 2 + - uid: 20101 + components: + - type: Transform + pos: -20.5,29.5 + parent: 2 + - uid: 20102 + components: + - type: Transform + pos: -20.5,28.5 + parent: 2 + - uid: 20103 + components: + - type: Transform + pos: -20.5,27.5 + parent: 2 + - uid: 20104 + components: + - type: Transform + pos: -25.5,36.5 + parent: 2 + - uid: 20105 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 20106 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 20107 + components: + - type: Transform + pos: -43.5,35.5 + parent: 2 + - uid: 20108 + components: + - type: Transform + pos: -42.5,35.5 + parent: 2 + - uid: 20109 + components: + - type: Transform + pos: -32.5,35.5 + parent: 2 + - uid: 20110 + components: + - type: Transform + pos: 2.5,39.5 + parent: 2 + - uid: 20111 + components: + - type: Transform + pos: -30.5,35.5 + parent: 2 + - uid: 20112 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 20113 + components: + - type: Transform + pos: -27.5,35.5 + parent: 2 + - uid: 20114 + components: + - type: Transform + pos: -26.5,35.5 + parent: 2 + - uid: 20115 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 20116 + components: + - type: Transform + pos: -24.5,35.5 + parent: 2 + - uid: 20117 + components: + - type: Transform + pos: -22.5,35.5 + parent: 2 + - uid: 20118 + components: + - type: Transform + pos: -21.5,35.5 + parent: 2 + - uid: 20119 + components: + - type: Transform + pos: -20.5,35.5 + parent: 2 + - uid: 20120 + components: + - type: Transform + pos: -41.5,35.5 + parent: 2 + - uid: 20121 + components: + - type: Transform + pos: -31.5,26.5 + parent: 2 + - uid: 20122 + components: + - type: Transform + pos: -38.5,35.5 + parent: 2 + - uid: 20123 + components: + - type: Transform + pos: -32.5,26.5 + parent: 2 + - uid: 20124 + components: + - type: Transform + pos: -34.5,35.5 + parent: 2 + - uid: 20125 + components: + - type: Transform + pos: -34.5,26.5 + parent: 2 + - uid: 20126 + components: + - type: Transform + pos: -33.5,35.5 + parent: 2 + - uid: 20127 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 20128 + components: + - type: Transform + pos: -20.5,34.5 + parent: 2 + - uid: 20129 + components: + - type: Transform + pos: -6.5,13.5 + parent: 2 + - uid: 20130 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 + - uid: 20131 + components: + - type: Transform + pos: -37.5,37.5 + parent: 2 + - uid: 20132 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 20133 + components: + - type: Transform + pos: -21.5,29.5 + parent: 2 + - uid: 20134 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - uid: 20135 + components: + - type: Transform + pos: -37.5,40.5 + parent: 2 + - uid: 20136 + components: + - type: Transform + pos: -27.5,26.5 + parent: 2 + - uid: 20137 + components: + - type: Transform + pos: -37.5,35.5 + parent: 2 + - uid: 20138 + components: + - type: Transform + pos: -35.5,35.5 + parent: 2 + - uid: 20139 + components: + - type: Transform + pos: -36.5,35.5 + parent: 2 + - uid: 20140 + components: + - type: Transform + pos: -37.5,39.5 + parent: 2 + - uid: 20141 + components: + - type: Transform + pos: -37.5,38.5 + parent: 2 + - uid: 20142 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 20143 + components: + - type: Transform + pos: -25.5,26.5 + parent: 2 + - uid: 20144 + components: + - type: Transform + pos: -30.5,34.5 + parent: 2 + - uid: 20145 + components: + - type: Transform + pos: -25.5,41.5 + parent: 2 + - uid: 20146 + components: + - type: Transform + pos: -27.5,41.5 + parent: 2 + - uid: 20147 + components: + - type: Transform + pos: -26.5,41.5 + parent: 2 + - uid: 20148 + components: + - type: Transform + pos: -37.5,41.5 + parent: 2 + - uid: 20149 + components: + - type: Transform + pos: -36.5,41.5 + parent: 2 + - uid: 20150 + components: + - type: Transform + pos: -25.5,37.5 + parent: 2 + - uid: 20151 + components: + - type: Transform + pos: -38.5,4.5 + parent: 2 + - uid: 20152 + components: + - type: Transform + pos: -37.5,4.5 + parent: 2 + - uid: 20153 + components: + - type: Transform + pos: -40.5,4.5 + parent: 2 + - uid: 20154 + components: + - type: Transform + pos: -40.5,3.5 + parent: 2 + - uid: 20155 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 20156 + components: + - type: Transform + pos: -36.5,3.5 + parent: 2 + - uid: 20157 + components: + - type: Transform + pos: -36.5,2.5 + parent: 2 + - uid: 20158 + components: + - type: Transform + pos: -36.5,1.5 + parent: 2 + - uid: 20159 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 20160 + components: + - type: Transform + pos: -36.5,13.5 + parent: 2 + - uid: 20161 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 + - uid: 20162 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 + - uid: 20163 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 + - uid: 20164 + components: + - type: Transform + pos: -39.5,8.5 + parent: 2 + - uid: 20165 + components: + - type: Transform + pos: -40.5,8.5 + parent: 2 + - uid: 20166 + components: + - type: Transform + pos: -39.5,13.5 + parent: 2 + - uid: 20167 + components: + - type: Transform + pos: -44.5,13.5 + parent: 2 + - uid: 20168 + components: + - type: Transform + pos: -51.5,13.5 + parent: 2 + - uid: 20169 + components: + - type: Transform + pos: -50.5,13.5 + parent: 2 + - uid: 20170 + components: + - type: Transform + pos: -38.5,8.5 + parent: 2 + - uid: 20171 + components: + - type: Transform + pos: -37.5,8.5 + parent: 2 + - uid: 20172 + components: + - type: Transform + pos: -36.5,10.5 + parent: 2 + - uid: 20173 + components: + - type: Transform + pos: -36.5,9.5 + parent: 2 + - uid: 20174 + components: + - type: Transform + pos: -36.5,12.5 + parent: 2 + - uid: 20175 + components: + - type: Transform + pos: -38.5,5.5 + parent: 2 + - uid: 20176 + components: + - type: Transform + pos: -40.5,1.5 + parent: 2 + - uid: 20177 + components: + - type: Transform + pos: -40.5,0.5 + parent: 2 + - uid: 20178 + components: + - type: Transform + pos: -40.5,-0.5 + parent: 2 + - uid: 20179 + components: + - type: Transform + pos: -40.5,-1.5 + parent: 2 + - uid: 20180 + components: + - type: Transform + pos: -38.5,-0.5 + parent: 2 + - uid: 20181 + components: + - type: Transform + pos: -37.5,-0.5 + parent: 2 + - uid: 20182 + components: + - type: Transform + pos: -36.5,-0.5 + parent: 2 + - uid: 20183 + components: + - type: Transform + pos: -36.5,-1.5 + parent: 2 + - uid: 20184 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 + - uid: 20185 + components: + - type: Transform + pos: -36.5,-3.5 + parent: 2 + - uid: 20186 + components: + - type: Transform + pos: -36.5,-4.5 + parent: 2 + - uid: 20187 + components: + - type: Transform + pos: -36.5,-5.5 + parent: 2 + - uid: 20188 + components: + - type: Transform + pos: -37.5,-5.5 + parent: 2 + - uid: 20189 + components: + - type: Transform + pos: -38.5,-5.5 + parent: 2 + - uid: 20190 + components: + - type: Transform + pos: -39.5,-5.5 + parent: 2 + - uid: 20191 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 + - uid: 20192 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 20193 + components: + - type: Transform + pos: -40.5,-3.5 + parent: 2 + - uid: 20194 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 + - uid: 20195 + components: + - type: Transform + pos: -45.5,-0.5 + parent: 2 + - uid: 20196 + components: + - type: Transform + pos: -44.5,-1.5 + parent: 2 + - uid: 20197 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 20198 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 20199 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 20200 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - uid: 20201 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 + - uid: 20202 + components: + - type: Transform + pos: -48.5,1.5 + parent: 2 + - uid: 20203 + components: + - type: Transform + pos: -48.5,3.5 + parent: 2 + - uid: 20204 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 + - uid: 20205 + components: + - type: Transform + pos: -49.5,4.5 + parent: 2 + - uid: 20206 + components: + - type: Transform + pos: -47.5,4.5 + parent: 2 + - uid: 20207 + components: + - type: Transform + pos: -48.5,0.5 + parent: 2 + - uid: 20208 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 20209 + components: + - type: Transform + pos: -48.5,-0.5 + parent: 2 + - uid: 20210 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 + - uid: 20211 + components: + - type: Transform + pos: -45.5,-5.5 + parent: 2 + - uid: 20212 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 + - uid: 20213 + components: + - type: Transform + pos: -41.5,-5.5 + parent: 2 + - uid: 20214 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 20215 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 + - uid: 20216 + components: + - type: Transform + pos: -45.5,-7.5 + parent: 2 + - uid: 20217 + components: + - type: Transform + pos: -45.5,-8.5 + parent: 2 + - uid: 20218 + components: + - type: Transform + pos: -45.5,-9.5 + parent: 2 + - uid: 20219 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 + - uid: 20220 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 20221 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 20222 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 20223 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 20224 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 20225 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 20226 + components: + - type: Transform + pos: -48.5,-4.5 + parent: 2 + - uid: 20227 + components: + - type: Transform + pos: -48.5,-3.5 + parent: 2 + - uid: 20228 + components: + - type: Transform + pos: -48.5,-2.5 + parent: 2 + - uid: 20229 + components: + - type: Transform + pos: -48.5,-1.5 + parent: 2 + - uid: 20230 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 2 + - uid: 20231 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 + - uid: 20232 + components: + - type: Transform + pos: -49.5,0.5 + parent: 2 + - uid: 20233 + components: + - type: Transform + pos: -50.5,0.5 + parent: 2 + - uid: 20234 + components: + - type: Transform + pos: -51.5,0.5 + parent: 2 + - uid: 20235 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 + - uid: 20236 + components: + - type: Transform + pos: -52.5,0.5 + parent: 2 + - uid: 20237 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - uid: 20238 + components: + - type: Transform + pos: -25.5,39.5 + parent: 2 + - uid: 20239 + components: + - type: Transform + pos: -25.5,40.5 + parent: 2 + - uid: 20240 + components: + - type: Transform + pos: -30.5,33.5 + parent: 2 + - uid: 20241 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 20242 + components: + - type: Transform + pos: -33.5,33.5 + parent: 2 + - uid: 20243 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - uid: 20244 + components: + - type: Transform + pos: -40.5,9.5 + parent: 2 + - uid: 20245 + components: + - type: Transform + pos: -34.5,33.5 + parent: 2 + - uid: 20246 + components: + - type: Transform + pos: -40.5,10.5 + parent: 2 + - uid: 20247 + components: + - type: Transform + pos: -19.5,26.5 + parent: 2 + - uid: 20248 + components: + - type: Transform + pos: -32.5,33.5 + parent: 2 + - uid: 20249 + components: + - type: Transform + pos: -31.5,33.5 + parent: 2 + - uid: 20250 + components: + - type: Transform + pos: -18.5,28.5 + parent: 2 + - uid: 20251 + components: + - type: Transform + pos: -26.5,29.5 + parent: 2 + - uid: 20252 + components: + - type: Transform + pos: -35.5,41.5 + parent: 2 + - uid: 20253 + components: + - type: Transform + pos: -18.5,29.5 + parent: 2 + - uid: 20254 + components: + - type: Transform + pos: -18.5,26.5 + parent: 2 + - uid: 20255 + components: + - type: Transform + pos: -21.5,26.5 + parent: 2 + - uid: 20256 + components: + - type: Transform + pos: -28.5,41.5 + parent: 2 + - uid: 20257 + components: + - type: Transform + pos: -33.5,26.5 + parent: 2 + - uid: 20258 + components: + - type: Transform + pos: -30.5,41.5 + parent: 2 + - uid: 20259 + components: + - type: Transform + pos: -31.5,35.5 + parent: 2 + - uid: 20260 + components: + - type: Transform + pos: -26.5,32.5 + parent: 2 + - uid: 20261 + components: + - type: Transform + pos: -31.5,41.5 + parent: 2 + - uid: 20262 + components: + - type: Transform + pos: -34.5,41.5 + parent: 2 + - uid: 20263 + components: + - type: Transform + pos: -29.5,41.5 + parent: 2 + - uid: 20264 + components: + - type: Transform + pos: -14.5,26.5 + parent: 2 + - uid: 20265 + components: + - type: Transform + pos: -12.5,26.5 + parent: 2 + - uid: 20266 + components: + - type: Transform + pos: -13.5,26.5 + parent: 2 + - uid: 20267 + components: + - type: Transform + pos: -32.5,41.5 + parent: 2 + - uid: 20268 + components: + - type: Transform + pos: -11.5,26.5 + parent: 2 + - uid: 20269 + components: + - type: Transform + pos: -9.5,23.5 + parent: 2 + - uid: 20270 + components: + - type: Transform + pos: -18.5,27.5 + parent: 2 + - uid: 20271 + components: + - type: Transform + pos: -35.5,34.5 + parent: 2 + - uid: 20272 + components: + - type: Transform + pos: -35.5,33.5 + parent: 2 + - uid: 20273 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 + - uid: 20274 + components: + - type: Transform + pos: -35.5,31.5 + parent: 2 + - uid: 20275 + components: + - type: Transform + pos: -35.5,30.5 + parent: 2 + - uid: 20276 + components: + - type: Transform + pos: -35.5,28.5 + parent: 2 + - uid: 20277 + components: + - type: Transform + pos: -35.5,26.5 + parent: 2 + - uid: 20278 + components: + - type: Transform + pos: -35.5,27.5 + parent: 2 + - uid: 20279 + components: + - type: Transform + pos: -35.5,29.5 + parent: 2 + - uid: 20280 + components: + - type: Transform + pos: -23.5,29.5 + parent: 2 + - uid: 20281 + components: + - type: Transform + pos: -18.5,30.5 + parent: 2 + - uid: 20282 + components: + - type: Transform + pos: -18.5,31.5 + parent: 2 + - uid: 20283 + components: + - type: Transform + pos: -18.5,32.5 + parent: 2 + - uid: 20284 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 20285 + components: + - type: Transform + pos: -16.5,32.5 + parent: 2 + - uid: 20286 + components: + - type: Transform + pos: -15.5,32.5 + parent: 2 + - uid: 20287 + components: + - type: Transform + pos: -14.5,32.5 + parent: 2 + - uid: 20288 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - uid: 20289 + components: + - type: Transform + pos: -13.5,31.5 + parent: 2 + - uid: 20290 + components: + - type: Transform + pos: -13.5,29.5 + parent: 2 + - uid: 20291 + components: + - type: Transform + pos: -13.5,28.5 + parent: 2 + - uid: 20292 + components: + - type: Transform + pos: -14.5,28.5 + parent: 2 + - uid: 20293 + components: + - type: Transform + pos: -14.5,27.5 + parent: 2 + - uid: 20294 + components: + - type: Transform + pos: -52.5,5.5 + parent: 2 + - uid: 20295 + components: + - type: Transform + pos: -52.5,15.5 + parent: 2 + - uid: 20296 + components: + - type: Transform + pos: -52.5,13.5 + parent: 2 + - uid: 20297 + components: + - type: Transform + pos: -40.5,26.5 + parent: 2 + - uid: 20298 + components: + - type: Transform + pos: -37.5,21.5 + parent: 2 + - uid: 20299 + components: + - type: Transform + pos: -36.5,21.5 + parent: 2 + - uid: 20300 + components: + - type: Transform + pos: -38.5,21.5 + parent: 2 + - uid: 20301 + components: + - type: Transform + pos: -39.5,21.5 + parent: 2 + - uid: 20302 + components: + - type: Transform + pos: -39.5,22.5 + parent: 2 + - uid: 20303 + components: + - type: Transform + pos: -40.5,22.5 + parent: 2 + - uid: 20304 + components: + - type: Transform + pos: -41.5,22.5 + parent: 2 + - uid: 20305 + components: + - type: Transform + pos: -42.5,22.5 + parent: 2 + - uid: 20306 + components: + - type: Transform + pos: -43.5,22.5 + parent: 2 + - uid: 20307 + components: + - type: Transform + pos: -44.5,22.5 + parent: 2 + - uid: 20308 + components: + - type: Transform + pos: -45.5,22.5 + parent: 2 + - uid: 20309 + components: + - type: Transform + pos: -46.5,22.5 + parent: 2 + - uid: 20310 + components: + - type: Transform + pos: -47.5,22.5 + parent: 2 + - uid: 20311 + components: + - type: Transform + pos: -36.5,17.5 + parent: 2 + - uid: 20312 + components: + - type: Transform + pos: -38.5,17.5 + parent: 2 + - uid: 20313 + components: + - type: Transform + pos: -38.5,18.5 + parent: 2 + - uid: 20314 + components: + - type: Transform + pos: -39.5,18.5 + parent: 2 + - uid: 20315 + components: + - type: Transform + pos: -41.5,18.5 + parent: 2 + - uid: 20316 + components: + - type: Transform + pos: -42.5,18.5 + parent: 2 + - uid: 20317 + components: + - type: Transform + pos: -42.5,17.5 + parent: 2 + - uid: 20318 + components: + - type: Transform + pos: -43.5,17.5 + parent: 2 + - uid: 20319 + components: + - type: Transform + pos: -44.5,17.5 + parent: 2 + - uid: 20320 + components: + - type: Transform + pos: -45.5,17.5 + parent: 2 + - uid: 20321 + components: + - type: Transform + pos: -46.5,17.5 + parent: 2 + - uid: 20322 + components: + - type: Transform + pos: -47.5,17.5 + parent: 2 + - uid: 20323 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 + - uid: 20324 + components: + - type: Transform + pos: -48.5,18.5 + parent: 2 + - uid: 20325 + components: + - type: Transform + pos: -57.5,17.5 + parent: 2 + - uid: 20326 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 + - uid: 20327 + components: + - type: Transform + pos: -44.5,27.5 + parent: 2 + - uid: 20328 + components: + - type: Transform + pos: -44.5,28.5 + parent: 2 + - uid: 20329 + components: + - type: Transform + pos: -44.5,29.5 + parent: 2 + - uid: 20330 + components: + - type: Transform + pos: -44.5,30.5 + parent: 2 + - uid: 20331 + components: + - type: Transform + pos: -44.5,31.5 + parent: 2 + - uid: 20332 + components: + - type: Transform + pos: -44.5,32.5 + parent: 2 + - uid: 20333 + components: + - type: Transform + pos: -44.5,33.5 + parent: 2 + - uid: 20334 + components: + - type: Transform + pos: -44.5,34.5 + parent: 2 + - uid: 20335 + components: + - type: Transform + pos: -44.5,35.5 + parent: 2 + - uid: 20336 + components: + - type: Transform + pos: -49.5,21.5 + parent: 2 + - uid: 20337 + components: + - type: Transform + pos: -38.5,40.5 + parent: 2 + - uid: 20338 + components: + - type: Transform + pos: -23.5,25.5 + parent: 2 + - uid: 20339 + components: + - type: Transform + pos: -23.5,23.5 + parent: 2 + - uid: 20340 + components: + - type: Transform + pos: -51.5,21.5 + parent: 2 + - uid: 20341 + components: + - type: Transform + pos: -39.5,40.5 + parent: 2 + - uid: 20342 + components: + - type: Transform + pos: -48.5,23.5 + parent: 2 + - uid: 20343 + components: + - type: Transform + pos: -52.5,4.5 + parent: 2 + - uid: 20344 + components: + - type: Transform + pos: -51.5,4.5 + parent: 2 + - uid: 20345 + components: + - type: Transform + pos: -41.5,40.5 + parent: 2 + - uid: 20346 + components: + - type: Transform + pos: -40.5,40.5 + parent: 2 + - uid: 20347 + components: + - type: Transform + pos: -44.5,9.5 + parent: 2 + - uid: 20348 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 + - uid: 20349 + components: + - type: Transform + pos: -53.5,3.5 + parent: 2 + - uid: 20350 + components: + - type: Transform + pos: -53.5,4.5 + parent: 2 + - uid: 20351 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 20352 + components: + - type: Transform + pos: -6.5,38.5 + parent: 2 + - uid: 20353 + components: + - type: Transform + pos: -4.5,35.5 + parent: 2 + - uid: 20354 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 20355 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 20356 + components: + - type: Transform + pos: -59.5,33.5 + parent: 2 + - uid: 20357 + components: + - type: Transform + pos: -19.5,39.5 + parent: 2 + - uid: 20358 + components: + - type: Transform + pos: -19.5,38.5 + parent: 2 + - uid: 20359 + components: + - type: Transform + pos: -59.5,21.5 + parent: 2 + - uid: 20360 + components: + - type: Transform + pos: -58.5,21.5 + parent: 2 + - uid: 20361 + components: + - type: Transform + pos: -57.5,21.5 + parent: 2 + - uid: 20362 + components: + - type: Transform + pos: -56.5,21.5 + parent: 2 + - uid: 20363 + components: + - type: Transform + pos: -55.5,21.5 + parent: 2 + - uid: 20364 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 20365 + components: + - type: Transform + pos: -53.5,21.5 + parent: 2 + - uid: 20366 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 + - uid: 20367 + components: + - type: Transform + pos: -48.5,25.5 + parent: 2 + - uid: 20368 + components: + - type: Transform + pos: 2.5,31.5 + parent: 2 + - uid: 20369 + components: + - type: Transform + pos: 2.5,32.5 + parent: 2 + - uid: 20370 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 20371 + components: + - type: Transform + pos: -59.5,31.5 + parent: 2 + - uid: 20372 + components: + - type: Transform + pos: -53.5,33.5 + parent: 2 + - uid: 20373 + components: + - type: Transform + pos: -6.5,35.5 + parent: 2 + - uid: 20374 + components: + - type: Transform + pos: 2.5,34.5 + parent: 2 + - uid: 20375 + components: + - type: Transform + pos: -4.5,40.5 + parent: 2 + - uid: 20376 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 20377 + components: + - type: Transform + pos: -59.5,22.5 + parent: 2 + - uid: 20378 + components: + - type: Transform + pos: -49.5,29.5 + parent: 2 + - uid: 20379 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - uid: 20380 + components: + - type: Transform + pos: -48.5,20.5 + parent: 2 + - uid: 20381 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 20382 + components: + - type: Transform + pos: -19.5,37.5 + parent: 2 + - uid: 20383 + components: + - type: Transform + pos: -48.5,26.5 + parent: 2 + - uid: 20384 + components: + - type: Transform + pos: -48.5,33.5 + parent: 2 + - uid: 20385 + components: + - type: Transform + pos: -48.5,31.5 + parent: 2 + - uid: 20386 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 20387 + components: + - type: Transform + pos: -48.5,29.5 + parent: 2 + - uid: 20388 + components: + - type: Transform + pos: -48.5,27.5 + parent: 2 + - uid: 20389 + components: + - type: Transform + pos: -48.5,28.5 + parent: 2 + - uid: 20390 + components: + - type: Transform + pos: -56.5,33.5 + parent: 2 + - uid: 20391 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - uid: 20392 + components: + - type: Transform + pos: -55.5,33.5 + parent: 2 + - uid: 20393 + components: + - type: Transform + pos: -59.5,30.5 + parent: 2 + - uid: 20394 + components: + - type: Transform + pos: -59.5,25.5 + parent: 2 + - uid: 20395 + components: + - type: Transform + pos: -6.5,39.5 + parent: 2 + - uid: 20396 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 20397 + components: + - type: Transform + pos: -52.5,33.5 + parent: 2 + - uid: 20398 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 + - uid: 20399 + components: + - type: Transform + pos: -59.5,32.5 + parent: 2 + - uid: 20400 + components: + - type: Transform + pos: -59.5,23.5 + parent: 2 + - uid: 20401 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 20402 + components: + - type: Transform + pos: -57.5,33.5 + parent: 2 + - uid: 20403 + components: + - type: Transform + pos: -59.5,28.5 + parent: 2 + - uid: 20404 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 20405 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 20406 + components: + - type: Transform + pos: -6.5,25.5 + parent: 2 + - uid: 20407 + components: + - type: Transform + pos: 2.5,30.5 + parent: 2 + - uid: 20408 + components: + - type: Transform + pos: 2.5,26.5 + parent: 2 + - uid: 20409 + components: + - type: Transform + pos: -7.5,25.5 + parent: 2 + - uid: 20410 + components: + - type: Transform + pos: 2.5,27.5 + parent: 2 + - uid: 20411 + components: + - type: Transform + pos: 2.5,40.5 + parent: 2 + - uid: 20412 + components: + - type: Transform + pos: 1.5,25.5 + parent: 2 + - uid: 20413 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 20414 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 + - uid: 20415 + components: + - type: Transform + pos: -59.5,24.5 + parent: 2 + - uid: 20416 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 20417 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 20418 + components: + - type: Transform + pos: -5.5,25.5 + parent: 2 + - uid: 20419 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 20420 + components: + - type: Transform + pos: 0.5,25.5 + parent: 2 + - uid: 20421 + components: + - type: Transform + pos: -16.5,40.5 + parent: 2 + - uid: 20422 + components: + - type: Transform + pos: -19.5,36.5 + parent: 2 + - uid: 20423 + components: + - type: Transform + pos: -2.5,25.5 + parent: 2 + - uid: 20424 + components: + - type: Transform + pos: -51.5,29.5 + parent: 2 + - uid: 20425 + components: + - type: Transform + pos: -1.5,40.5 + parent: 2 + - uid: 20426 + components: + - type: Transform + pos: -6.5,37.5 + parent: 2 + - uid: 20427 + components: + - type: Transform + pos: -14.5,40.5 + parent: 2 + - uid: 20428 + components: + - type: Transform + pos: -7.5,40.5 + parent: 2 + - uid: 20429 + components: + - type: Transform + pos: -13.5,40.5 + parent: 2 + - uid: 20430 + components: + - type: Transform + pos: -9.5,40.5 + parent: 2 + - uid: 20431 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 20432 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 20433 + components: + - type: Transform + pos: -12.5,40.5 + parent: 2 + - uid: 20434 + components: + - type: Transform + pos: 0.5,40.5 + parent: 2 + - uid: 20435 + components: + - type: Transform + pos: 1.5,40.5 + parent: 2 + - uid: 20436 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 + - uid: 20437 + components: + - type: Transform + pos: 2.5,37.5 + parent: 2 + - uid: 20438 + components: + - type: Transform + pos: 2.5,36.5 + parent: 2 + - uid: 20439 + components: + - type: Transform + pos: -49.5,33.5 + parent: 2 + - uid: 20440 + components: + - type: Transform + pos: -8.5,40.5 + parent: 2 + - uid: 20441 + components: + - type: Transform + pos: -15.5,40.5 + parent: 2 + - uid: 20442 + components: + - type: Transform + pos: -46.5,33.5 + parent: 2 + - uid: 20443 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 20444 + components: + - type: Transform + pos: -19.5,40.5 + parent: 2 + - uid: 20445 + components: + - type: Transform + pos: -19.5,35.5 + parent: 2 + - uid: 20446 + components: + - type: Transform + pos: -19.5,34.5 + parent: 2 + - uid: 20447 + components: + - type: Transform + pos: -18.5,40.5 + parent: 2 + - uid: 20448 + components: + - type: Transform + pos: -19.5,33.5 + parent: 2 + - uid: 20449 + components: + - type: Transform + pos: -17.5,40.5 + parent: 2 + - uid: 20450 + components: + - type: Transform + pos: -19.5,32.5 + parent: 2 + - uid: 20451 + components: + - type: Transform + pos: -43.5,26.5 + parent: 2 + - uid: 20452 + components: + - type: Transform + pos: -43.5,39.5 + parent: 2 + - uid: 20453 + components: + - type: Transform + pos: -43.5,37.5 + parent: 2 + - uid: 20454 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 + - uid: 20455 + components: + - type: Transform + pos: -43.5,40.5 + parent: 2 + - uid: 20456 + components: + - type: Transform + pos: -43.5,38.5 + parent: 2 + - uid: 20457 + components: + - type: Transform + pos: -57.5,16.5 + parent: 2 + - uid: 20458 + components: + - type: Transform + pos: -53.5,18.5 + parent: 2 + - uid: 20459 + components: + - type: Transform + pos: -55.5,19.5 + parent: 2 + - uid: 20460 + components: + - type: Transform + pos: -57.5,19.5 + parent: 2 + - uid: 20461 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 20462 + components: + - type: Transform + pos: -53.5,16.5 + parent: 2 + - uid: 20463 + components: + - type: Transform + pos: -42.5,40.5 + parent: 2 + - uid: 20464 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 20465 + components: + - type: Transform + pos: -14.5,22.5 + parent: 2 + - uid: 20466 + components: + - type: Transform + pos: -25.5,13.5 + parent: 2 + - uid: 20467 + components: + - type: Transform + pos: -0.5,25.5 + parent: 2 + - uid: 20468 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 20469 + components: + - type: Transform + pos: 3.5,32.5 + parent: 2 + - uid: 20470 + components: + - type: Transform + pos: 4.5,32.5 + parent: 2 + - uid: 20471 + components: + - type: Transform + pos: 5.5,32.5 + parent: 2 + - uid: 20472 + components: + - type: Transform + pos: 6.5,32.5 + parent: 2 + - uid: 20473 + components: + - type: Transform + pos: 7.5,32.5 + parent: 2 + - uid: 20474 + components: + - type: Transform + pos: 8.5,32.5 + parent: 2 + - uid: 20475 + components: + - type: Transform + pos: 9.5,32.5 + parent: 2 + - uid: 20476 + components: + - type: Transform + pos: 10.5,32.5 + parent: 2 + - uid: 20477 + components: + - type: Transform + pos: 11.5,32.5 + parent: 2 + - uid: 20478 + components: + - type: Transform + pos: 12.5,32.5 + parent: 2 + - uid: 20479 + components: + - type: Transform + pos: 13.5,32.5 + parent: 2 + - uid: 20480 + components: + - type: Transform + pos: -42.5,26.5 + parent: 2 + - uid: 20481 + components: + - type: Transform + pos: -37.5,26.5 + parent: 2 + - uid: 20482 + components: + - type: Transform + pos: -0.5,40.5 + parent: 2 + - uid: 20483 + components: + - type: Transform + pos: -36.5,18.5 + parent: 2 + - uid: 20484 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 20485 + components: + - type: Transform + pos: -40.5,18.5 + parent: 2 + - uid: 20486 + components: + - type: Transform + pos: -17.5,5.5 + parent: 2 + - uid: 20487 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 20488 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 20489 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 20490 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - uid: 20491 + components: + - type: Transform + pos: -29.5,4.5 + parent: 2 + - uid: 20492 + components: + - type: Transform + pos: -26.5,9.5 + parent: 2 + - uid: 20493 + components: + - type: Transform + pos: -21.5,0.5 + parent: 2 + - uid: 20494 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 20495 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 20496 + components: + - type: Transform + pos: -10.5,19.5 + parent: 2 + - uid: 20497 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 20498 + components: + - type: Transform + pos: -4.5,20.5 + parent: 2 + - uid: 20499 + components: + - type: Transform + pos: -36.5,8.5 + parent: 2 + - uid: 20500 + components: + - type: Transform + pos: -39.5,4.5 + parent: 2 + - uid: 20501 + components: + - type: Transform + pos: -39.5,-0.5 + parent: 2 + - uid: 20502 + components: + - type: Transform + pos: -48.5,-5.5 + parent: 2 + - uid: 20503 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 20504 + components: + - type: Transform + pos: -45.5,13.5 + parent: 2 + - uid: 20505 + components: + - type: Transform + pos: -53.5,1.5 + parent: 2 + - uid: 20506 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 + - uid: 20507 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 + - uid: 20508 + components: + - type: Transform + pos: -52.5,14.5 + parent: 2 + - uid: 20509 + components: + - type: Transform + pos: -52.5,12.5 + parent: 2 + - uid: 20510 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 + - uid: 20511 + components: + - type: Transform + pos: -46.5,27.5 + parent: 2 + - uid: 20512 + components: + - type: Transform + pos: -10.5,40.5 + parent: 2 + - uid: 20513 + components: + - type: Transform + pos: -11.5,40.5 + parent: 2 + - uid: 20514 + components: + - type: Transform + pos: -45.5,33.5 + parent: 2 + - uid: 20515 + components: + - type: Transform + pos: -47.5,33.5 + parent: 2 + - uid: 20516 + components: + - type: Transform + pos: -37.5,18.5 + parent: 2 + - uid: 20517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-38.5 + parent: 2 + - uid: 20518 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - uid: 20519 + components: + - type: Transform + pos: -33.5,13.5 + parent: 2 + - uid: 20520 + components: + - type: Transform + pos: -34.5,13.5 + parent: 2 + - uid: 20521 + components: + - type: Transform + pos: -35.5,13.5 + parent: 2 + - uid: 20522 + components: + - type: Transform + pos: -35.5,14.5 + parent: 2 + - uid: 20523 + components: + - type: Transform + pos: -32.5,12.5 + parent: 2 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 20524 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 20525 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 20526 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 20527 + components: + - type: Transform + pos: -27.5,-17.5 + parent: 2 + - uid: 20528 + components: + - type: Transform + pos: -22.5,-17.5 + parent: 2 + - uid: 20529 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 20530 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 20531 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 20532 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - uid: 20533 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 20534 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 20535 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 20536 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 2 + - uid: 20537 + components: + - type: Transform + pos: -27.5,-16.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 20538 + components: + - type: Transform + pos: 43.5,116.5 + parent: 2 + - uid: 20539 + components: + - type: Transform + pos: 29.5,77.5 + parent: 2 + - uid: 20540 + components: + - type: Transform + pos: 50.5,77.5 + parent: 2 + - uid: 20541 + components: + - type: Transform + pos: 29.5,74.5 + parent: 2 + - uid: 20542 + components: + - type: Transform + pos: 29.5,76.5 + parent: 2 + - uid: 20543 + components: + - type: Transform + pos: 29.5,75.5 + parent: 2 + - uid: 20544 + components: + - type: Transform + pos: 29.5,72.5 + parent: 2 + - uid: 20545 + components: + - type: Transform + pos: 29.5,73.5 + parent: 2 + - uid: 20546 + components: + - type: Transform + pos: 36.5,72.5 + parent: 2 + - uid: 20547 + components: + - type: Transform + pos: 33.5,72.5 + parent: 2 + - uid: 20548 + components: + - type: Transform + pos: 34.5,72.5 + parent: 2 + - uid: 20549 + components: + - type: Transform + pos: 50.5,101.5 + parent: 2 + - uid: 20550 + components: + - type: Transform + pos: 50.5,100.5 + parent: 2 + - uid: 20551 + components: + - type: Transform + pos: 32.5,72.5 + parent: 2 + - uid: 20552 + components: + - type: Transform + pos: 35.5,72.5 + parent: 2 + - uid: 20553 + components: + - type: Transform + pos: 31.5,72.5 + parent: 2 + - uid: 20554 + components: + - type: Transform + pos: 37.5,72.5 + parent: 2 + - uid: 20555 + components: + - type: Transform + pos: 30.5,72.5 + parent: 2 + - uid: 20556 + components: + - type: Transform + pos: 26.5,78.5 + parent: 2 + - uid: 20557 + components: + - type: Transform + pos: 54.5,88.5 + parent: 2 + - uid: 20558 + components: + - type: Transform + pos: 52.5,88.5 + parent: 2 + - uid: 20559 + components: + - type: Transform + pos: 51.5,88.5 + parent: 2 + - uid: 20560 + components: + - type: Transform + pos: 53.5,88.5 + parent: 2 + - uid: 20561 + components: + - type: Transform + pos: 50.5,88.5 + parent: 2 + - uid: 20562 + components: + - type: Transform + pos: 53.5,81.5 + parent: 2 + - uid: 20563 + components: + - type: Transform + pos: 54.5,82.5 + parent: 2 + - uid: 20564 + components: + - type: Transform + pos: 20.5,86.5 + parent: 2 + - uid: 20565 + components: + - type: Transform + pos: 50.5,99.5 + parent: 2 + - uid: 20566 + components: + - type: Transform + pos: 42.5,105.5 + parent: 2 + - uid: 20567 + components: + - type: Transform + pos: 43.5,105.5 + parent: 2 + - uid: 20568 + components: + - type: Transform + pos: 44.5,105.5 + parent: 2 + - uid: 20569 + components: + - type: Transform + pos: 45.5,105.5 + parent: 2 + - uid: 20570 + components: + - type: Transform + pos: 41.5,105.5 + parent: 2 + - uid: 20571 + components: + - type: Transform + pos: 46.5,105.5 + parent: 2 + - uid: 20572 + components: + - type: Transform + pos: 46.5,125.5 + parent: 2 + - uid: 20573 + components: + - type: Transform + pos: 42.5,76.5 + parent: 2 + - uid: 20574 + components: + - type: Transform + pos: 41.5,104.5 + parent: 2 + - uid: 20575 + components: + - type: Transform + pos: 42.5,104.5 + parent: 2 + - uid: 20576 + components: + - type: Transform + pos: 43.5,104.5 + parent: 2 + - uid: 20577 + components: + - type: Transform + pos: 44.5,104.5 + parent: 2 + - uid: 20578 + components: + - type: Transform + pos: 45.5,104.5 + parent: 2 + - uid: 20579 + components: + - type: Transform + pos: 46.5,104.5 + parent: 2 + - uid: 20580 + components: + - type: Transform + pos: 42.5,101.5 + parent: 2 + - uid: 20581 + components: + - type: Transform + pos: 41.5,101.5 + parent: 2 + - uid: 20582 + components: + - type: Transform + pos: 40.5,101.5 + parent: 2 + - uid: 20583 + components: + - type: Transform + pos: 38.5,101.5 + parent: 2 + - uid: 20584 + components: + - type: Transform + pos: 45.5,101.5 + parent: 2 + - uid: 20585 + components: + - type: Transform + pos: 46.5,101.5 + parent: 2 + - uid: 20586 + components: + - type: Transform + pos: 47.5,101.5 + parent: 2 + - uid: 20587 + components: + - type: Transform + pos: 49.5,101.5 + parent: 2 + - uid: 20588 + components: + - type: Transform + pos: 38.5,100.5 + parent: 2 + - uid: 20589 + components: + - type: Transform + pos: 38.5,99.5 + parent: 2 + - uid: 20590 + components: + - type: Transform + pos: 38.5,97.5 + parent: 2 + - uid: 20591 + components: + - type: Transform + pos: 38.5,96.5 + parent: 2 + - uid: 20592 + components: + - type: Transform + pos: 39.5,96.5 + parent: 2 + - uid: 20593 + components: + - type: Transform + pos: 40.5,96.5 + parent: 2 + - uid: 20594 + components: + - type: Transform + pos: 41.5,96.5 + parent: 2 + - uid: 20595 + components: + - type: Transform + pos: 42.5,96.5 + parent: 2 + - uid: 20596 + components: + - type: Transform + pos: 43.5,96.5 + parent: 2 + - uid: 20597 + components: + - type: Transform + pos: 44.5,96.5 + parent: 2 + - uid: 20598 + components: + - type: Transform + pos: 45.5,96.5 + parent: 2 + - uid: 20599 + components: + - type: Transform + pos: 46.5,96.5 + parent: 2 + - uid: 20600 + components: + - type: Transform + pos: 46.5,94.5 + parent: 2 + - uid: 20601 + components: + - type: Transform + pos: 46.5,92.5 + parent: 2 + - uid: 20602 + components: + - type: Transform + pos: 46.5,91.5 + parent: 2 + - uid: 20603 + components: + - type: Transform + pos: 41.5,116.5 + parent: 2 + - uid: 20604 + components: + - type: Transform + pos: 46.5,89.5 + parent: 2 + - uid: 20605 + components: + - type: Transform + pos: 38.5,116.5 + parent: 2 + - uid: 20606 + components: + - type: Transform + pos: 38.5,117.5 + parent: 2 + - uid: 20607 + components: + - type: Transform + pos: 46.5,86.5 + parent: 2 + - uid: 20608 + components: + - type: Transform + pos: 38.5,119.5 + parent: 2 + - uid: 20609 + components: + - type: Transform + pos: 38.5,120.5 + parent: 2 + - uid: 20610 + components: + - type: Transform + pos: 29.5,93.5 + parent: 2 + - uid: 20611 + components: + - type: Transform + pos: 30.5,95.5 + parent: 2 + - uid: 20612 + components: + - type: Transform + pos: 36.5,81.5 + parent: 2 + - uid: 20613 + components: + - type: Transform + pos: 49.5,117.5 + parent: 2 + - uid: 20614 + components: + - type: Transform + pos: 44.5,71.5 + parent: 2 + - uid: 20615 + components: + - type: Transform + pos: 29.5,92.5 + parent: 2 + - uid: 20616 + components: + - type: Transform + pos: 38.5,94.5 + parent: 2 + - uid: 20617 + components: + - type: Transform + pos: 23.5,92.5 + parent: 2 + - uid: 20618 + components: + - type: Transform + pos: 37.5,83.5 + parent: 2 + - uid: 20619 + components: + - type: Transform + pos: 37.5,84.5 + parent: 2 + - uid: 20620 + components: + - type: Transform + pos: 32.5,95.5 + parent: 2 + - uid: 20621 + components: + - type: Transform + pos: 29.5,94.5 + parent: 2 + - uid: 20622 + components: + - type: Transform + pos: 40.5,89.5 + parent: 2 + - uid: 20623 + components: + - type: Transform + pos: 41.5,89.5 + parent: 2 + - uid: 20624 + components: + - type: Transform + pos: 42.5,89.5 + parent: 2 + - uid: 20625 + components: + - type: Transform + pos: 46.5,93.5 + parent: 2 + - uid: 20626 + components: + - type: Transform + pos: 44.5,89.5 + parent: 2 + - uid: 20627 + components: + - type: Transform + pos: 45.5,89.5 + parent: 2 + - uid: 20628 + components: + - type: Transform + pos: 47.5,125.5 + parent: 2 + - uid: 20629 + components: + - type: Transform + pos: 30.5,83.5 + parent: 2 + - uid: 20630 + components: + - type: Transform + pos: 34.5,91.5 + parent: 2 + - uid: 20631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,82.5 + parent: 2 + - uid: 20632 + components: + - type: Transform + pos: 35.5,81.5 + parent: 2 + - uid: 20633 + components: + - type: Transform + pos: 33.5,85.5 + parent: 2 + - uid: 20634 + components: + - type: Transform + pos: 38.5,71.5 + parent: 2 + - uid: 20635 + components: + - type: Transform + pos: 45.5,125.5 + parent: 2 + - uid: 20636 + components: + - type: Transform + pos: 49.5,125.5 + parent: 2 + - uid: 20637 + components: + - type: Transform + pos: 41.5,125.5 + parent: 2 + - uid: 20638 + components: + - type: Transform + pos: 40.5,125.5 + parent: 2 + - uid: 20639 + components: + - type: Transform + pos: 38.5,118.5 + parent: 2 + - uid: 20640 + components: + - type: Transform + pos: 38.5,125.5 + parent: 2 + - uid: 20641 + components: + - type: Transform + pos: 42.5,125.5 + parent: 2 + - uid: 20642 + components: + - type: Transform + pos: 38.5,122.5 + parent: 2 + - uid: 20643 + components: + - type: Transform + pos: 31.5,81.5 + parent: 2 + - uid: 20644 + components: + - type: Transform + pos: 42.5,71.5 + parent: 2 + - uid: 20645 + components: + - type: Transform + pos: 34.5,89.5 + parent: 2 + - uid: 20646 + components: + - type: Transform + pos: 42.5,75.5 + parent: 2 + - uid: 20647 + components: + - type: Transform + pos: 30.5,81.5 + parent: 2 + - uid: 20648 + components: + - type: Transform + pos: 34.5,94.5 + parent: 2 + - uid: 20649 + components: + - type: Transform + pos: 47.5,71.5 + parent: 2 + - uid: 20650 + components: + - type: Transform + pos: 49.5,123.5 + parent: 2 + - uid: 20651 + components: + - type: Transform + pos: 49.5,121.5 + parent: 2 + - uid: 20652 + components: + - type: Transform + pos: 32.5,86.5 + parent: 2 + - uid: 20653 + components: + - type: Transform + pos: 33.5,84.5 + parent: 2 + - uid: 20654 + components: + - type: Transform + pos: 30.5,86.5 + parent: 2 + - uid: 20655 + components: + - type: Transform + pos: 49.5,94.5 + parent: 2 + - uid: 20656 + components: + - type: Transform + pos: 29.5,89.5 + parent: 2 + - uid: 20657 + components: + - type: Transform + pos: 46.5,84.5 + parent: 2 + - uid: 20658 + components: + - type: Transform + pos: 29.5,95.5 + parent: 2 + - uid: 20659 + components: + - type: Transform + pos: 41.5,71.5 + parent: 2 + - uid: 20660 + components: + - type: Transform + pos: 45.5,71.5 + parent: 2 + - uid: 20661 + components: + - type: Transform + pos: 37.5,86.5 + parent: 2 + - uid: 20662 + components: + - type: Transform + pos: 38.5,86.5 + parent: 2 + - uid: 20663 + components: + - type: Transform + pos: 40.5,81.5 + parent: 2 + - uid: 20664 + components: + - type: Transform + pos: 44.5,86.5 + parent: 2 + - uid: 20665 + components: + - type: Transform + pos: 45.5,86.5 + parent: 2 + - uid: 20666 + components: + - type: Transform + pos: 43.5,86.5 + parent: 2 + - uid: 20667 + components: + - type: Transform + pos: 37.5,89.5 + parent: 2 + - uid: 20668 + components: + - type: Transform + pos: 40.5,93.5 + parent: 2 + - uid: 20669 + components: + - type: Transform + pos: 36.5,94.5 + parent: 2 + - uid: 20670 + components: + - type: Transform + pos: 38.5,89.5 + parent: 2 + - uid: 20671 + components: + - type: Transform + pos: 30.5,84.5 + parent: 2 + - uid: 20672 + components: + - type: Transform + pos: 34.5,92.5 + parent: 2 + - uid: 20673 + components: + - type: Transform + pos: 30.5,85.5 + parent: 2 + - uid: 20674 + components: + - type: Transform + pos: 49.5,71.5 + parent: 2 + - uid: 20675 + components: + - type: Transform + pos: 46.5,81.5 + parent: 2 + - uid: 20676 + components: + - type: Transform + pos: 49.5,120.5 + parent: 2 + - uid: 20677 + components: + - type: Transform + pos: 38.5,81.5 + parent: 2 + - uid: 20678 + components: + - type: Transform + pos: 39.5,71.5 + parent: 2 + - uid: 20679 + components: + - type: Transform + pos: 49.5,96.5 + parent: 2 + - uid: 20680 + components: + - type: Transform + pos: 49.5,122.5 + parent: 2 + - uid: 20681 + components: + - type: Transform + pos: 48.5,125.5 + parent: 2 + - uid: 20682 + components: + - type: Transform + pos: 49.5,124.5 + parent: 2 + - uid: 20683 + components: + - type: Transform + pos: 49.5,119.5 + parent: 2 + - uid: 20684 + components: + - type: Transform + pos: 42.5,77.5 + parent: 2 + - uid: 20685 + components: + - type: Transform + pos: 49.5,118.5 + parent: 2 + - uid: 20686 + components: + - type: Transform + pos: 42.5,98.5 + parent: 2 + - uid: 20687 + components: + - type: Transform + pos: 49.5,77.5 + parent: 2 + - uid: 20688 + components: + - type: Transform + pos: 46.5,77.5 + parent: 2 + - uid: 20689 + components: + - type: Transform + pos: 46.5,76.5 + parent: 2 + - uid: 20690 + components: + - type: Transform + pos: 46.5,75.5 + parent: 2 + - uid: 20691 + components: + - type: Transform + pos: 37.5,82.5 + parent: 2 + - uid: 20692 + components: + - type: Transform + pos: 46.5,95.5 + parent: 2 + - uid: 20693 + components: + - type: Transform + pos: 33.5,95.5 + parent: 2 + - uid: 20694 + components: + - type: Transform + pos: 38.5,74.5 + parent: 2 + - uid: 20695 + components: + - type: Transform + pos: 39.5,81.5 + parent: 2 + - uid: 20696 + components: + - type: Transform + pos: 37.5,81.5 + parent: 2 + - uid: 20697 + components: + - type: Transform + pos: 37.5,85.5 + parent: 2 + - uid: 20698 + components: + - type: Transform + pos: 39.5,94.5 + parent: 2 + - uid: 20699 + components: + - type: Transform + pos: 40.5,94.5 + parent: 2 + - uid: 20700 + components: + - type: Transform + pos: 38.5,72.5 + parent: 2 + - uid: 20701 + components: + - type: Transform + pos: 42.5,74.5 + parent: 2 + - uid: 20702 + components: + - type: Transform + pos: 46.5,90.5 + parent: 2 + - uid: 20703 + components: + - type: Transform + pos: 33.5,81.5 + parent: 2 + - uid: 20704 + components: + - type: Transform + pos: 37.5,94.5 + parent: 2 + - uid: 20705 + components: + - type: Transform + pos: 46.5,74.5 + parent: 2 + - uid: 20706 + components: + - type: Transform + pos: 34.5,90.5 + parent: 2 + - uid: 20707 + components: + - type: Transform + pos: 40.5,90.5 + parent: 2 + - uid: 20708 + components: + - type: Transform + pos: 46.5,71.5 + parent: 2 + - uid: 20709 + components: + - type: Transform + pos: 49.5,100.5 + parent: 2 + - uid: 20710 + components: + - type: Transform + pos: 49.5,99.5 + parent: 2 + - uid: 20711 + components: + - type: Transform + pos: 33.5,78.5 + parent: 2 + - uid: 20712 + components: + - type: Transform + pos: 38.5,78.5 + parent: 2 + - uid: 20713 + components: + - type: Transform + pos: 39.5,78.5 + parent: 2 + - uid: 20714 + components: + - type: Transform + pos: 40.5,78.5 + parent: 2 + - uid: 20715 + components: + - type: Transform + pos: 31.5,95.5 + parent: 2 + - uid: 20716 + components: + - type: Transform + pos: 43.5,71.5 + parent: 2 + - uid: 20717 + components: + - type: Transform + pos: 40.5,91.5 + parent: 2 + - uid: 20718 + components: + - type: Transform + pos: 38.5,77.5 + parent: 2 + - uid: 20719 + components: + - type: Transform + pos: 40.5,95.5 + parent: 2 + - uid: 20720 + components: + - type: Transform + pos: 38.5,75.5 + parent: 2 + - uid: 20721 + components: + - type: Transform + pos: 38.5,123.5 + parent: 2 + - uid: 20722 + components: + - type: Transform + pos: 40.5,71.5 + parent: 2 + - uid: 20723 + components: + - type: Transform + pos: 40.5,92.5 + parent: 2 + - uid: 20724 + components: + - type: Transform + pos: 48.5,116.5 + parent: 2 + - uid: 20725 + components: + - type: Transform + pos: 46.5,116.5 + parent: 2 + - uid: 20726 + components: + - type: Transform + pos: 38.5,76.5 + parent: 2 + - uid: 20727 + components: + - type: Transform + pos: 49.5,116.5 + parent: 2 + - uid: 20728 + components: + - type: Transform + pos: 47.5,116.5 + parent: 2 + - uid: 20729 + components: + - type: Transform + pos: 38.5,121.5 + parent: 2 + - uid: 20730 + components: + - type: Transform + pos: 34.5,95.5 + parent: 2 + - uid: 20731 + components: + - type: Transform + pos: 49.5,72.5 + parent: 2 + - uid: 20732 + components: + - type: Transform + pos: 39.5,125.5 + parent: 2 + - uid: 20733 + components: + - type: Transform + pos: 40.5,116.5 + parent: 2 + - uid: 20734 + components: + - type: Transform + pos: 33.5,82.5 + parent: 2 + - uid: 20735 + components: + - type: Transform + pos: 39.5,116.5 + parent: 2 + - uid: 20736 + components: + - type: Transform + pos: 35.5,94.5 + parent: 2 + - uid: 20737 + components: + - type: Transform + pos: 40.5,86.5 + parent: 2 + - uid: 20738 + components: + - type: Transform + pos: 41.5,86.5 + parent: 2 + - uid: 20739 + components: + - type: Transform + pos: 39.5,86.5 + parent: 2 + - uid: 20740 + components: + - type: Transform + pos: 31.5,89.5 + parent: 2 + - uid: 20741 + components: + - type: Transform + pos: 30.5,89.5 + parent: 2 + - uid: 20742 + components: + - type: Transform + pos: 34.5,93.5 + parent: 2 + - uid: 20743 + components: + - type: Transform + pos: 31.5,86.5 + parent: 2 + - uid: 20744 + components: + - type: Transform + pos: 49.5,88.5 + parent: 2 + - uid: 20745 + components: + - type: Transform + pos: 34.5,86.5 + parent: 2 + - uid: 20746 + components: + - type: Transform + pos: 40.5,105.5 + parent: 2 + - uid: 20747 + components: + - type: Transform + pos: 49.5,87.5 + parent: 2 + - uid: 20748 + components: + - type: Transform + pos: 32.5,81.5 + parent: 2 + - uid: 20749 + components: + - type: Transform + pos: 34.5,81.5 + parent: 2 + - uid: 20750 + components: + - type: Transform + pos: 49.5,86.5 + parent: 2 + - uid: 20751 + components: + - type: Transform + pos: 36.5,89.5 + parent: 2 + - uid: 20752 + components: + - type: Transform + pos: 30.5,78.5 + parent: 2 + - uid: 20753 + components: + - type: Transform + pos: 49.5,85.5 + parent: 2 + - uid: 20754 + components: + - type: Transform + pos: 34.5,78.5 + parent: 2 + - uid: 20755 + components: + - type: Transform + pos: 31.5,78.5 + parent: 2 + - uid: 20756 + components: + - type: Transform + pos: 35.5,78.5 + parent: 2 + - uid: 20757 + components: + - type: Transform + pos: 38.5,124.5 + parent: 2 + - uid: 20758 + components: + - type: Transform + pos: 49.5,91.5 + parent: 2 + - uid: 20759 + components: + - type: Transform + pos: 37.5,78.5 + parent: 2 + - uid: 20760 + components: + - type: Transform + pos: 48.5,71.5 + parent: 2 + - uid: 20761 + components: + - type: Transform + pos: 49.5,92.5 + parent: 2 + - uid: 20762 + components: + - type: Transform + pos: 42.5,78.5 + parent: 2 + - uid: 20763 + components: + - type: Transform + pos: 29.5,78.5 + parent: 2 + - uid: 20764 + components: + - type: Transform + pos: 49.5,90.5 + parent: 2 + - uid: 20765 + components: + - type: Transform + pos: 43.5,78.5 + parent: 2 + - uid: 20766 + components: + - type: Transform + pos: 41.5,78.5 + parent: 2 + - uid: 20767 + components: + - type: Transform + pos: 32.5,78.5 + parent: 2 + - uid: 20768 + components: + - type: Transform + pos: 49.5,89.5 + parent: 2 + - uid: 20769 + components: + - type: Transform + pos: 46.5,82.5 + parent: 2 + - uid: 20770 + components: + - type: Transform + pos: 45.5,81.5 + parent: 2 + - uid: 20771 + components: + - type: Transform + pos: 44.5,81.5 + parent: 2 + - uid: 20772 + components: + - type: Transform + pos: 44.5,78.5 + parent: 2 + - uid: 20773 + components: + - type: Transform + pos: 45.5,78.5 + parent: 2 + - uid: 20774 + components: + - type: Transform + pos: 46.5,78.5 + parent: 2 + - uid: 20775 + components: + - type: Transform + pos: 46.5,85.5 + parent: 2 + - uid: 20776 + components: + - type: Transform + pos: 43.5,81.5 + parent: 2 + - uid: 20777 + components: + - type: Transform + pos: 49.5,84.5 + parent: 2 + - uid: 20778 + components: + - type: Transform + pos: 49.5,82.5 + parent: 2 + - uid: 20779 + components: + - type: Transform + pos: 49.5,80.5 + parent: 2 + - uid: 20780 + components: + - type: Transform + pos: 41.5,81.5 + parent: 2 + - uid: 20781 + components: + - type: Transform + pos: 49.5,81.5 + parent: 2 + - uid: 20782 + components: + - type: Transform + pos: 49.5,79.5 + parent: 2 + - uid: 20783 + components: + - type: Transform + pos: 49.5,78.5 + parent: 2 + - uid: 20784 + components: + - type: Transform + pos: 38.5,73.5 + parent: 2 + - uid: 20785 + components: + - type: Transform + pos: 33.5,86.5 + parent: 2 + - uid: 20786 + components: + - type: Transform + pos: 33.5,89.5 + parent: 2 + - uid: 20787 + components: + - type: Transform + pos: 28.5,89.5 + parent: 2 + - uid: 20788 + components: + - type: Transform + pos: 24.5,89.5 + parent: 2 + - uid: 20789 + components: + - type: Transform + pos: 21.5,81.5 + parent: 2 + - uid: 20790 + components: + - type: Transform + pos: 25.5,95.5 + parent: 2 + - uid: 20791 + components: + - type: Transform + pos: 27.5,95.5 + parent: 2 + - uid: 20792 + components: + - type: Transform + pos: 24.5,90.5 + parent: 2 + - uid: 20793 + components: + - type: Transform + pos: 22.5,89.5 + parent: 2 + - uid: 20794 + components: + - type: Transform + pos: 27.5,81.5 + parent: 2 + - uid: 20795 + components: + - type: Transform + pos: 25.5,94.5 + parent: 2 + - uid: 20796 + components: + - type: Transform + pos: 25.5,89.5 + parent: 2 + - uid: 20797 + components: + - type: Transform + pos: 21.5,82.5 + parent: 2 + - uid: 20798 + components: + - type: Transform + pos: 28.5,95.5 + parent: 2 + - uid: 20799 + components: + - type: Transform + pos: 26.5,79.5 + parent: 2 + - uid: 20800 + components: + - type: Transform + pos: 23.5,86.5 + parent: 2 + - uid: 20801 + components: + - type: Transform + pos: 21.5,83.5 + parent: 2 + - uid: 20802 + components: + - type: Transform + pos: 27.5,86.5 + parent: 2 + - uid: 20803 + components: + - type: Transform + pos: 25.5,86.5 + parent: 2 + - uid: 20804 + components: + - type: Transform + pos: 23.5,94.5 + parent: 2 + - uid: 20805 + components: + - type: Transform + pos: 23.5,93.5 + parent: 2 + - uid: 20806 + components: + - type: Transform + pos: 24.5,86.5 + parent: 2 + - uid: 20807 + components: + - type: Transform + pos: 23.5,91.5 + parent: 2 + - uid: 20808 + components: + - type: Transform + pos: 21.5,85.5 + parent: 2 + - uid: 20809 + components: + - type: Transform + pos: 21.5,84.5 + parent: 2 + - uid: 20810 + components: + - type: Transform + pos: 21.5,86.5 + parent: 2 + - uid: 20811 + components: + - type: Transform + pos: 24.5,94.5 + parent: 2 + - uid: 20812 + components: + - type: Transform + pos: 24.5,91.5 + parent: 2 + - uid: 20813 + components: + - type: Transform + pos: 27.5,82.5 + parent: 2 + - uid: 20814 + components: + - type: Transform + pos: 27.5,83.5 + parent: 2 + - uid: 20815 + components: + - type: Transform + pos: 27.5,84.5 + parent: 2 + - uid: 20816 + components: + - type: Transform + pos: 27.5,85.5 + parent: 2 + - uid: 20817 + components: + - type: Transform + pos: 21.5,80.5 + parent: 2 + - uid: 20818 + components: + - type: Transform + pos: 21.5,79.5 + parent: 2 + - uid: 20819 + components: + - type: Transform + pos: 29.5,91.5 + parent: 2 + - uid: 20820 + components: + - type: Transform + pos: 26.5,89.5 + parent: 2 + - uid: 20821 + components: + - type: Transform + pos: 27.5,79.5 + parent: 2 + - uid: 20822 + components: + - type: Transform + pos: 22.5,86.5 + parent: 2 + - uid: 20823 + components: + - type: Transform + pos: 50.5,81.5 + parent: 2 + - uid: 20824 + components: + - type: Transform + pos: 51.5,81.5 + parent: 2 + - uid: 20825 + components: + - type: Transform + pos: 52.5,81.5 + parent: 2 + - uid: 20826 + components: + - type: Transform + pos: 53.5,82.5 + parent: 2 + - uid: 20827 + components: + - type: Transform + pos: 54.5,87.5 + parent: 2 + - uid: 20828 + components: + - type: Transform + pos: 54.5,83.5 + parent: 2 + - uid: 20829 + components: + - type: Transform + pos: 54.5,84.5 + parent: 2 + - uid: 20830 + components: + - type: Transform + pos: 54.5,85.5 + parent: 2 + - uid: 20831 + components: + - type: Transform + pos: 54.5,86.5 + parent: 2 + - uid: 20832 + components: + - type: Transform + pos: 52.5,92.5 + parent: 2 + - uid: 20833 + components: + - type: Transform + pos: 50.5,92.5 + parent: 2 + - uid: 20834 + components: + - type: Transform + pos: 53.5,92.5 + parent: 2 + - uid: 20835 + components: + - type: Transform + pos: 54.5,96.5 + parent: 2 + - uid: 20836 + components: + - type: Transform + pos: 54.5,95.5 + parent: 2 + - uid: 20837 + components: + - type: Transform + pos: 54.5,94.5 + parent: 2 + - uid: 20838 + components: + - type: Transform + pos: 50.5,96.5 + parent: 2 + - uid: 20839 + components: + - type: Transform + pos: 51.5,96.5 + parent: 2 + - uid: 20840 + components: + - type: Transform + pos: 52.5,96.5 + parent: 2 + - uid: 20841 + components: + - type: Transform + pos: 53.5,96.5 + parent: 2 + - uid: 20842 + components: + - type: Transform + pos: 49.5,95.5 + parent: 2 + - uid: 20843 + components: + - type: Transform + pos: 54.5,93.5 + parent: 2 + - uid: 20844 + components: + - type: Transform + pos: 54.5,92.5 + parent: 2 + - uid: 20845 + components: + - type: Transform + pos: 24.5,79.5 + parent: 2 + - uid: 20846 + components: + - type: Transform + pos: 25.5,79.5 + parent: 2 + - uid: 20847 + components: + - type: Transform + pos: 23.5,79.5 + parent: 2 + - uid: 20848 + components: + - type: Transform + pos: 22.5,79.5 + parent: 2 + - uid: 20849 + components: + - type: Transform + pos: 37.5,106.5 + parent: 2 + - uid: 20850 + components: + - type: Transform + pos: 37.5,107.5 + parent: 2 + - uid: 20851 + components: + - type: Transform + pos: 23.5,90.5 + parent: 2 + - uid: 20852 + components: + - type: Transform + pos: 22.5,93.5 + parent: 2 + - uid: 20853 + components: + - type: Transform + pos: 21.5,93.5 + parent: 2 + - uid: 20854 + components: + - type: Transform + pos: 20.5,89.5 + parent: 2 + - uid: 20855 + components: + - type: Transform + pos: 20.5,88.5 + parent: 2 + - uid: 20856 + components: + - type: Transform + pos: 20.5,87.5 + parent: 2 + - uid: 20857 + components: + - type: Transform + pos: 20.5,93.5 + parent: 2 + - uid: 20858 + components: + - type: Transform + pos: 19.5,89.5 + parent: 2 + - uid: 20859 + components: + - type: Transform + pos: 19.5,90.5 + parent: 2 + - uid: 20860 + components: + - type: Transform + pos: 19.5,91.5 + parent: 2 + - uid: 20861 + components: + - type: Transform + pos: 19.5,92.5 + parent: 2 + - uid: 20862 + components: + - type: Transform + pos: 19.5,93.5 + parent: 2 + - uid: 20863 + components: + - type: Transform + pos: 46.5,72.5 + parent: 2 + - uid: 20864 + components: + - type: Transform + pos: 40.5,104.5 + parent: 2 + - uid: 20865 + components: + - type: Transform + pos: 47.5,105.5 + parent: 2 + - uid: 20866 + components: + - type: Transform + pos: 47.5,104.5 + parent: 2 + - uid: 20867 + components: + - type: Transform + pos: 39.5,101.5 + parent: 2 + - uid: 20868 + components: + - type: Transform + pos: 48.5,101.5 + parent: 2 + - uid: 20869 + components: + - type: Transform + pos: 38.5,98.5 + parent: 2 + - uid: 20870 + components: + - type: Transform + pos: 26.5,95.5 + parent: 2 + - uid: 20871 + components: + - type: Transform + pos: 44.5,125.5 + parent: 2 + - uid: 20872 + components: + - type: Transform + pos: 43.5,125.5 + parent: 2 + - uid: 20873 + components: + - type: Transform + pos: 23.5,89.5 + parent: 2 + - uid: 20874 + components: + - type: Transform + pos: 55.5,99.5 + parent: 2 + - uid: 20875 + components: + - type: Transform + pos: 60.5,100.5 + parent: 2 + - uid: 20876 + components: + - type: Transform + pos: 60.5,99.5 + parent: 2 + - uid: 20877 + components: + - type: Transform + pos: 60.5,102.5 + parent: 2 + - uid: 20878 + components: + - type: Transform + pos: 60.5,101.5 + parent: 2 + - uid: 20879 + components: + - type: Transform + pos: 60.5,104.5 + parent: 2 + - uid: 20880 + components: + - type: Transform + pos: 60.5,103.5 + parent: 2 + - uid: 20881 + components: + - type: Transform + pos: 60.5,106.5 + parent: 2 + - uid: 20882 + components: + - type: Transform + pos: 60.5,105.5 + parent: 2 + - uid: 20883 + components: + - type: Transform + pos: 60.5,108.5 + parent: 2 + - uid: 20884 + components: + - type: Transform + pos: 51.5,100.5 + parent: 2 + - uid: 20885 + components: + - type: Transform + pos: 60.5,107.5 + parent: 2 + - uid: 20886 + components: + - type: Transform + pos: 51.5,101.5 + parent: 2 + - uid: 20887 + components: + - type: Transform + pos: 59.5,99.5 + parent: 2 + - uid: 20888 + components: + - type: Transform + pos: 57.5,99.5 + parent: 2 + - uid: 20889 + components: + - type: Transform + pos: 59.5,102.5 + parent: 2 + - uid: 20890 + components: + - type: Transform + pos: 57.5,108.5 + parent: 2 + - uid: 20891 + components: + - type: Transform + pos: 54.5,97.5 + parent: 2 + - uid: 20892 + components: + - type: Transform + pos: 54.5,98.5 + parent: 2 + - uid: 20893 + components: + - type: Transform + pos: 58.5,99.5 + parent: 2 + - uid: 20894 + components: + - type: Transform + pos: 56.5,108.5 + parent: 2 + - uid: 20895 + components: + - type: Transform + pos: 60.5,110.5 + parent: 2 + - uid: 20896 + components: + - type: Transform + pos: 51.5,99.5 + parent: 2 + - uid: 20897 + components: + - type: Transform + pos: 60.5,109.5 + parent: 2 + - uid: 20898 + components: + - type: Transform + pos: 51.5,104.5 + parent: 2 + - uid: 20899 + components: + - type: Transform + pos: 60.5,111.5 + parent: 2 + - uid: 20900 + components: + - type: Transform + pos: 51.5,105.5 + parent: 2 + - uid: 20901 + components: + - type: Transform + pos: 59.5,105.5 + parent: 2 + - uid: 20902 + components: + - type: Transform + pos: 51.5,106.5 + parent: 2 + - uid: 20903 + components: + - type: Transform + pos: 51.5,107.5 + parent: 2 + - uid: 20904 + components: + - type: Transform + pos: 56.5,99.5 + parent: 2 + - uid: 20905 + components: + - type: Transform + pos: 51.5,108.5 + parent: 2 + - uid: 20906 + components: + - type: Transform + pos: 57.5,102.5 + parent: 2 + - uid: 20907 + components: + - type: Transform + pos: 51.5,102.5 + parent: 2 + - uid: 20908 + components: + - type: Transform + pos: 57.5,105.5 + parent: 2 + - uid: 20909 + components: + - type: Transform + pos: 58.5,105.5 + parent: 2 + - uid: 20910 + components: + - type: Transform + pos: 56.5,105.5 + parent: 2 + - uid: 20911 + components: + - type: Transform + pos: 59.5,108.5 + parent: 2 + - uid: 20912 + components: + - type: Transform + pos: 58.5,102.5 + parent: 2 + - uid: 20913 + components: + - type: Transform + pos: 58.5,108.5 + parent: 2 + - uid: 20914 + components: + - type: Transform + pos: 56.5,102.5 + parent: 2 + - uid: 20915 + components: + - type: Transform + pos: 51.5,103.5 + parent: 2 + - uid: 20916 + components: + - type: Transform + pos: 51.5,109.5 + parent: 2 + - uid: 20917 + components: + - type: Transform + pos: 51.5,111.5 + parent: 2 + - uid: 20918 + components: + - type: Transform + pos: 51.5,110.5 + parent: 2 + - uid: 20919 + components: + - type: Transform + pos: 52.5,111.5 + parent: 2 + - uid: 20920 + components: + - type: Transform + pos: 53.5,111.5 + parent: 2 + - uid: 20921 + components: + - type: Transform + pos: 54.5,111.5 + parent: 2 + - uid: 20922 + components: + - type: Transform + pos: 56.5,111.5 + parent: 2 + - uid: 20923 + components: + - type: Transform + pos: 55.5,111.5 + parent: 2 + - uid: 20924 + components: + - type: Transform + pos: 58.5,111.5 + parent: 2 + - uid: 20925 + components: + - type: Transform + pos: 59.5,111.5 + parent: 2 + - uid: 20926 + components: + - type: Transform + pos: 57.5,111.5 + parent: 2 + - uid: 20927 + components: + - type: Transform + pos: 54.5,99.5 + parent: 2 + - uid: 20928 + components: + - type: Transform + pos: 53.5,99.5 + parent: 2 + - uid: 20929 + components: + - type: Transform + pos: 53.5,91.5 + parent: 2 + - uid: 20930 + components: + - type: Transform + pos: 53.5,90.5 + parent: 2 + - uid: 20931 + components: + - type: Transform + pos: 53.5,89.5 + parent: 2 + - uid: 20932 + components: + - type: Transform + pos: 52.5,89.5 + parent: 2 + - uid: 20933 + components: + - type: Transform + pos: 51.5,89.5 + parent: 2 + - uid: 20934 + components: + - type: Transform + pos: 50.5,89.5 + parent: 2 + - uid: 20935 + components: + - type: Transform + pos: 37.5,101.5 + parent: 2 + - uid: 20936 + components: + - type: Transform + pos: 37.5,102.5 + parent: 2 + - uid: 20937 + components: + - type: Transform + pos: 37.5,103.5 + parent: 2 + - uid: 20938 + components: + - type: Transform + pos: 37.5,104.5 + parent: 2 + - uid: 20939 + components: + - type: Transform + pos: 37.5,105.5 + parent: 2 + - uid: 20940 + components: + - type: Transform + pos: 37.5,108.5 + parent: 2 + - uid: 20941 + components: + - type: Transform + pos: 37.5,109.5 + parent: 2 + - uid: 20942 + components: + - type: Transform + pos: 37.5,110.5 + parent: 2 + - uid: 20943 + components: + - type: Transform + pos: 37.5,111.5 + parent: 2 + - uid: 20944 + components: + - type: Transform + pos: 37.5,112.5 + parent: 2 + - uid: 20945 + components: + - type: Transform + pos: 37.5,113.5 + parent: 2 + - uid: 20946 + components: + - type: Transform + pos: 37.5,114.5 + parent: 2 + - uid: 20947 + components: + - type: Transform + pos: 37.5,115.5 + parent: 2 + - uid: 20948 + components: + - type: Transform + pos: 37.5,116.5 + parent: 2 + - uid: 20949 + components: + - type: Transform + pos: 50.5,102.5 + parent: 2 + - uid: 20950 + components: + - type: Transform + pos: 50.5,103.5 + parent: 2 + - uid: 20951 + components: + - type: Transform + pos: 50.5,104.5 + parent: 2 + - uid: 20952 + components: + - type: Transform + pos: 50.5,115.5 + parent: 2 + - uid: 20953 + components: + - type: Transform + pos: 50.5,116.5 + parent: 2 + - uid: 20954 + components: + - type: Transform + pos: 52.5,116.5 + parent: 2 + - uid: 20955 + components: + - type: Transform + pos: 36.5,116.5 + parent: 2 + - uid: 20956 + components: + - type: Transform + pos: 35.5,116.5 + parent: 2 + - uid: 20957 + components: + - type: Transform + pos: 50.5,114.5 + parent: 2 + - uid: 20958 + components: + - type: Transform + pos: 50.5,108.5 + parent: 2 + - uid: 20959 + components: + - type: Transform + pos: 50.5,110.5 + parent: 2 + - uid: 20960 + components: + - type: Transform + pos: 50.5,109.5 + parent: 2 + - uid: 20961 + components: + - type: Transform + pos: 50.5,111.5 + parent: 2 + - uid: 20962 + components: + - type: Transform + pos: 50.5,112.5 + parent: 2 + - uid: 20963 + components: + - type: Transform + pos: 50.5,113.5 + parent: 2 + - uid: 20964 + components: + - type: Transform + pos: 50.5,107.5 + parent: 2 + - uid: 20965 + components: + - type: Transform + pos: 51.5,116.5 + parent: 2 + - uid: 20966 + components: + - type: Transform + pos: 50.5,105.5 + parent: 2 + - uid: 20967 + components: + - type: Transform + pos: 50.5,106.5 + parent: 2 + - uid: 20968 + components: + - type: Transform + pos: 44.5,116.5 + parent: 2 +- proto: WallWood + entities: + - uid: 20969 + components: + - type: Transform + pos: -84.5,-59.5 + parent: 2 + - uid: 20970 + components: + - type: Transform + pos: -84.5,-61.5 + parent: 2 + - uid: 20971 + components: + - type: Transform + pos: -84.5,-62.5 + parent: 2 + - uid: 20972 + components: + - type: Transform + pos: -83.5,-65.5 + parent: 2 + - uid: 20973 + components: + - type: Transform + pos: -77.5,-61.5 + parent: 2 + - uid: 20974 + components: + - type: Transform + pos: -83.5,-62.5 + parent: 2 + - uid: 20975 + components: + - type: Transform + pos: -83.5,-59.5 + parent: 2 + - uid: 20976 + components: + - type: Transform + pos: -84.5,-60.5 + parent: 2 + - uid: 20977 + components: + - type: Transform + pos: -78.5,-65.5 + parent: 2 + - uid: 20978 + components: + - type: Transform + pos: -75.5,-60.5 + parent: 2 + - uid: 20979 + components: + - type: Transform + pos: -75.5,-59.5 + parent: 2 + - uid: 20980 + components: + - type: Transform + pos: -75.5,-63.5 + parent: 2 + - uid: 20981 + components: + - type: Transform + pos: -75.5,-62.5 + parent: 2 + - uid: 20982 + components: + - type: Transform + pos: -75.5,-61.5 + parent: 2 + - uid: 20983 + components: + - type: Transform + pos: -75.5,-64.5 + parent: 2 + - uid: 20984 + components: + - type: Transform + pos: -84.5,-64.5 + parent: 2 + - uid: 20985 + components: + - type: Transform + pos: -84.5,-65.5 + parent: 2 + - uid: 20986 + components: + - type: Transform + pos: -84.5,-63.5 + parent: 2 + - uid: 20987 + components: + - type: Transform + pos: -75.5,-58.5 + parent: 2 + - uid: 20988 + components: + - type: Transform + pos: -82.5,-58.5 + parent: 2 + - uid: 20989 + components: + - type: Transform + pos: -75.5,-65.5 + parent: 2 + - uid: 20990 + components: + - type: Transform + pos: -75.5,-67.5 + parent: 2 + - uid: 20991 + components: + - type: Transform + pos: -75.5,-66.5 + parent: 2 + - uid: 20992 + components: + - type: Transform + pos: -76.5,-61.5 + parent: 2 + - uid: 20993 + components: + - type: Transform + pos: -82.5,-65.5 + parent: 2 + - uid: 20994 + components: + - type: Transform + pos: -82.5,-66.5 + parent: 2 + - uid: 20995 + components: + - type: Transform + pos: -76.5,-58.5 + parent: 2 + - uid: 20996 + components: + - type: Transform + pos: -77.5,-58.5 + parent: 2 + - uid: 20997 + components: + - type: Transform + pos: -79.5,-67.5 + parent: 2 + - uid: 20998 + components: + - type: Transform + pos: -77.5,-64.5 + parent: 2 + - uid: 20999 + components: + - type: Transform + pos: -78.5,-58.5 + parent: 2 + - uid: 21000 + components: + - type: Transform + pos: -79.5,-58.5 + parent: 2 + - uid: 21001 + components: + - type: Transform + pos: -80.5,-67.5 + parent: 2 + - uid: 21002 + components: + - type: Transform + pos: -81.5,-67.5 + parent: 2 + - uid: 21003 + components: + - type: Transform + pos: -82.5,-59.5 + parent: 2 + - uid: 21004 + components: + - type: Transform + pos: -76.5,-64.5 + parent: 2 + - uid: 21005 + components: + - type: Transform + pos: -82.5,-62.5 + parent: 2 + - uid: 21006 + components: + - type: Transform + pos: -76.5,-67.5 + parent: 2 + - uid: 21007 + components: + - type: Transform + pos: -77.5,-67.5 + parent: 2 + - uid: 21008 + components: + - type: Transform + pos: -82.5,-67.5 + parent: 2 + - uid: 21009 + components: + - type: Transform + pos: -78.5,-64.5 + parent: 2 + - uid: 21010 + components: + - type: Transform + pos: -78.5,-67.5 + parent: 2 + - uid: 21011 + components: + - type: Transform + pos: -80.5,-58.5 + parent: 2 + - uid: 21012 + components: + - type: Transform + pos: -81.5,-58.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 21013 + components: + - type: MetaData + name: Oasis Shopkeep Basement + - type: Transform + pos: -77.5,-65.5 + parent: 2 + - type: WarpPoint + id: ShopkeepLower + - uid: 21014 + components: + - type: MetaData + name: Bunker Bottom + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,120.5 + parent: 2 + - type: WarpPoint + id: bunkerbottom + location: Bunker Bottom + - uid: 21015 + components: + - type: MetaData + name: Vault Spawnpoint Upper + - type: Transform + pos: -55.5,17.5 + parent: 2 + - type: WarpPoint + id: Vault Spawnpoint Upper + - uid: 21016 + components: + - type: MetaData + name: Vault Ladder Lower + - type: Transform + pos: -25.5,-38.5 + parent: 2 + - type: WarpPoint + id: Vault Lower + - uid: 21017 + components: + - type: MetaData + name: Bunker Storage + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,91.5 + parent: 2 + - type: WarpPoint + id: bunkerstorage + location: Bunker Storage +- proto: WeaponCapacitorRecharger + entities: + - uid: 21018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,36.5 + parent: 2 + - uid: 21019 + components: + - type: Transform + pos: 30.5,73.5 + parent: 2 + - uid: 21020 + components: + - type: Transform + pos: 35.5,73.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 21021 + components: + - type: Transform + pos: -7.5106544,36.737217 + parent: 2 +- proto: WoodenSupport + entities: + - uid: 21022 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 21023 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 21024 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 21025 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 21026 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 21027 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 21028 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 21029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,78.5 + parent: 2 + - uid: 21030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,72.5 + parent: 2 + - uid: 21031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,72.5 + parent: 2 +- proto: Wrench + entities: + - uid: 21032 + components: + - type: Transform + pos: 52.455574,103.75052 + parent: 2 +... diff --git a/Resources/Migrations/N14Migrations.yml b/Resources/Migrations/N14Migrations.yml new file mode 100644 index 00000000000..48c2ce45741 --- /dev/null +++ b/Resources/Migrations/N14Migrations.yml @@ -0,0 +1,11 @@ +# This is a basic dictionary that maps old entity prototype ids to new ids. This only works for entity prototypes, and +# is intended to allow maps to load without having to manually edit them. An empty or "null" string results in the +# entity getting deleted. + +# e.g., you can swap all walls with windows and delete all tables by adding lines like: +# +# Window: WallSolid +# WallSolid: Window +# Table: null + +# DD/MM/YYYY like a real human being. diff --git a/Resources/Prototypes/Maps/N14/sunnyvale.yml b/Resources/Prototypes/Maps/N14/sunnyvale.yml index 6153761726e..2dec3cc3919 100644 --- a/Resources/Prototypes/Maps/N14/sunnyvale.yml +++ b/Resources/Prototypes/Maps/N14/sunnyvale.yml @@ -1,7 +1,7 @@ - type: gameMap id: Sunnyvale mapName: 'Sunnyvale' - mapPath: /Maps/N14/sunnyvale2.yml + mapPath: /Maps/N14/SunnyvaleSurface.yml minPlayers: 0 stations: Sunnyvale: @@ -9,6 +9,9 @@ components: - type: StationNameSetup mapNameTemplate: 'Sunnyvale' + - type: CP14StationAdditionalMap + mapPaths: + - /Maps/N14/SunnyvaleUnderground.yml - type: StationJobs overflowJobs: - Wastelander @@ -59,3 +62,8 @@ CaesarLegionLegionnaireVeteran: [ 0, 3 ] # Corvax-Legion CaesarLegionLegionnaireWarrior: [ 0, 4 ] # Corvax-Legion CaesarLegionLegionnaireRecruit: [ 0, 6 ] # Corvax-Legion + Overseer: [ 1, 1 ] + VaultDoctor: [ 1, 1 ] + VaultDweller: [ 3, 3 ] + VaultEngineer: [ 1, 1 ] + VaultSecurity: [ 1, 1 ] \ No newline at end of file diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml index c1146c97e9f..e1654827618 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml @@ -1,450 +1,511 @@ -# #MARK: NCR -# - type: entity - # parent: N14DoorWoodSecureNCR - # id: N14DoorWoodSecureLockedNCR - # suffix: NCR, Locked - # components: - # - type: AccessReader - # access: [["NCR"]] - # - type: Wires - # layoutId: AirlockSecurity - -# - type: entity - # parent: N14DoorWoodSecureNCR - # id: N14DoorWoodSecureLockedNCRNCO - # suffix: NCR, Locked, NCO - # components: - # - type: AccessReader - # access: [["NCRNCO"]] - # - type: Wires - # layoutId: AirlockSecurity - -# - type: entity - # parent: N14DoorWoodSecureNCR - # id: N14DoorWoodSecureLockedNCRMedic - # suffix: NCR, Locked, Medic - # components: - # - type: AccessReader - # access: [["NCRMedic"]] - # - type: Wires - # layoutId: AirlockSecurity - -# - type: entity - # parent: N14DoorWoodSecureNCR - # id: N14DoorWoodSecureLockedNCRMP - # suffix: NCR, Locked, MP - # components: - # - type: AccessReader - # access: [["NCRMP"]] - # - type: Wires - # layoutId: AirlockSecurity - -# - type: entity - # parent: N14DoorCellMetal - # id: N14DoorCellMetalLockedNCRMP - # suffix: NCR, Locked, MP - # components: - # - type: AccessReader - # access: [["NCRMP"]] - # - type: Wires - # layoutId: AirlockSecurity - -# - type: entity - # parent: N14DoorWoodSecureNCR - # id: N14DoorWoodSecureLockedNCROfficer - # suffix: NCR, Locked, Officer - # components: - # - type: AccessReader - # access: [["NCROfficer"]] - # - type: Wires - # layoutId: AirlockSecurity - -# - type: entity - # parent: N14DoorWoodSecureNCR - # id: N14DoorWoodSecureLockedNCRRanger - # suffix: NCR, Locked, Ranger - # components: - # - type: AccessReader - # access: [["NCRRanger"]] - # - type: Wires - # layoutId: HighSec - -# #MARK: BoS Midwest -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSMidwest - # suffix: BoSMidwest, Locked - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestGeneral ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSMidwest - # suffix: BoSMidwest, Locked - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestGeneral ] - # - type: Wires - # layoutId: HighSec +#MARK: NCR +- type: entity + parent: N14DoorWoodSecureNCR + id: N14DoorWoodSecureLockedNCR + suffix: NCR, Locked + components: + - type: AccessReader + access: [["NCR"]] + - type: Wires + layoutId: AirlockSecurity + +- type: entity + parent: N14DoorWoodSecureNCR + id: N14DoorWoodSecureLockedNCRNCO + suffix: NCR, Locked, NCO + components: + - type: AccessReader + access: [["NCRNCO"]] + - type: Wires + layoutId: AirlockSecurity + +- type: entity + parent: N14DoorWoodSecureNCR + id: N14DoorWoodSecureLockedNCRMedic + suffix: NCR, Locked, Medic + components: + - type: AccessReader + access: [["NCRMedic"]] + - type: Wires + layoutId: AirlockSecurity + +- type: entity + parent: N14DoorWoodSecureNCR + id: N14DoorWoodSecureLockedNCRMP + suffix: NCR, Locked, MP + components: + - type: AccessReader + access: [["NCRMP"]] + - type: Wires + layoutId: AirlockSecurity + +- type: entity + parent: N14DoorCellMetal + id: N14DoorCellMetalLockedNCRMP + suffix: NCR, Locked, MP + components: + - type: AccessReader + access: [["NCRMP"]] + - type: Wires + layoutId: AirlockSecurity + +- type: entity + parent: N14DoorWoodSecureNCR + id: N14DoorWoodSecureLockedNCROfficer + suffix: NCR, Locked, Officer + components: + - type: AccessReader + access: [["NCROfficer"]] + - type: Wires + layoutId: AirlockSecurity + +- type: entity + parent: N14DoorWoodSecureNCR + id: N14DoorWoodSecureLockedNCRRanger + suffix: NCR, Locked, Ranger + components: + - type: AccessReader + access: [["NCRRanger"]] + - type: Wires + layoutId: HighSec + +#MARK: BoS Midwest +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSMidwest + suffix: BoSMidwest, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestGeneral ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSMidwest + suffix: BoSMidwest, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestGeneral ] + - type: Wires + layoutId: HighSec -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSMidwestScribe - # suffix: BoSMidwest, Locked, Scribe - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestScribe ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSMidwestScribe - # suffix: BoSMidwest, Locked, Scribe - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestScribe ] - # - type: Wires - # layoutId: HighSec +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSMidwestScribe + suffix: BoSMidwest, Locked, Scribe + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestScribe ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSMidwestScribe + suffix: BoSMidwest, Locked, Scribe + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestScribe ] + - type: Wires + layoutId: HighSec -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSMidwestKnight - # suffix: BoSMidwest, Locked, Knight - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestKnight ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSMidwestKnight - # suffix: BoSMidwest, Locked, Knight - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestKnight ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSPaladin - # suffix: BoSMidwest, Locked, Paladin - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestPaladin ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSPaladin - # suffix: BoSMidwest, Locked, Paladin - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestPaladin ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSCommander - # suffix: BOSMidwest, Locked, Commander - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestPaladinCommander ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSCommander - # suffix: BOSMidwest, Locked, Commander - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSMidwestPaladinCommander ] - # - type: Wires - # layoutId: HighSec +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSMidwestKnight + suffix: BoSMidwest, Locked, Knight + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestKnight ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSMidwestKnight + suffix: BoSMidwest, Locked, Knight + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestKnight ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSPaladin + suffix: BoSMidwest, Locked, Paladin + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestPaladin ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSPaladin + suffix: BoSMidwest, Locked, Paladin + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestPaladin ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSCommander + suffix: BOSMidwest, Locked, Commander + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestPaladinCommander ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSCommander + suffix: BOSMidwest, Locked, Commander + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSMidwestPaladinCommander ] + - type: Wires + layoutId: HighSec -# #MARK: BoS Washington -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSWashingtonInitiate - # suffix: BoSWashinton, Locked, Initiate - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonInitiate ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSMidwestInitiate - # suffix: BoSWashinton, Locked, Initiate - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonInitiate ] - # - type: Wires - # layoutId: HighSec +#MARK: BoS Washington +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSWashington + suffix: BoSWashinton, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashington ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSWashington + suffix: BoSWashinton, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashington ] + - type: Wires + layoutId: HighSec -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSWashingtonScribe - # suffix: BoSWashinton, Locked, Scribe - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonScribe ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSWashingtonScribe - # suffix: BoSWashinton, Locked, Scribe - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonScribe ] - # - type: Wires - # layoutId: HighSec +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSWashingtonScribe + suffix: BoSWashinton, Locked, Scribe + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonScribe ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSWashingtonScribe + suffix: BoSWashinton, Locked, Scribe + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonScribe ] + - type: Wires + layoutId: HighSec -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSWashingtonKnight - # suffix: BoSWashinton, Locked, Knight - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonKnight ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSWashingtonKnight - # suffix: BoSWashinton, Locked, Knight - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonKnight ] - # - type: Wires - # layoutId: HighSec +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSWashingtonKnight + suffix: BoSWashinton, Locked, Knight + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonKnight ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSWashingtonKnight + suffix: BoSWashinton, Locked, Knight + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonKnight ] + - type: Wires + layoutId: HighSec -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSWashingtonPaladin - # suffix: BoSWashinton, Locked, Paladin - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonPaladin ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSMidwestPaladin - # suffix: BoSWashinton, Locked, Paladin - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonPaladin ] - # - type: Wires - # layoutId: HighSec +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSWashingtonPaladin + suffix: BoSWashinton, Locked, Paladin + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonPaladin ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSMidwestPaladin + suffix: BoSWashinton, Locked, Paladin + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonPaladin ] + - type: Wires + layoutId: HighSec -# - type: entity - # parent: N14DoorBunker - # id: N14DoorBunkerLockedBoSWashingtonElder - # suffix: BoSWashinton, Locked, Elder - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonElder ] - # - type: Wires - # layoutId: HighSec - -# - type: entity - # parent: N14DoorBunkerGlass - # id: N14DoorBunkerGlassLockedBoSMidwestElder - # suffix: BoSWashinton, Locked, Elder - # components: - # - type: ContainerFill - # containers: - # board: [ DoorElectronicsBOSWashingtonElder ] - # - type: Wires - # layoutId: HighSec - -# #MARK: Oasis - -# - type: entity - # parent: N14DoorWoodSecure - # id: N14DoorWoodSecureLockedSheriff - # suffix: Oasis, Locked, Sheriff - # components: - # - type: AccessReader - # access: [["OasisSheriff"]] - # - type: Wires - # layoutId: AirlockService - -# - type: entity - # parent: N14DoorCellMetal - # id: N14DoorCellMetalLockedSheriff - # suffix: Oasis, Locked, Sheriff - # components: - # - type: AccessReader - # access: [["OasisSheriff"]] - # - type: Wires - # layoutId: AirlockService - -# - type: entity - # parent: N14DoorWoodSecure - # id: N14DoorWoodSecureLockedMayor - # suffix: Oasis, Locked, Mayor - # components: - # - type: AccessReader - # access: [["OasisMayor"]] - # - type: Wires - # layoutId: AirlockService - -# #MARK: Keylocked - -# #IronKey -# - type: entity - # parent: N14DoorWoodSecure - # id: N14DoorWoodSecureLockedIron - # suffix: Locked, IronKey - # components: - # - type: AccessReader - # access: [["IronKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorMetalSecure - # id: N14DoorMetalSecureLockedIron - # suffix: Locked, IronKey - # components: - # - type: AccessReader - # access: [["IronKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorCellMetal - # id: N14DoorCellMetalLockedIron - # suffix: Locked, IronKey - # components: - # - type: AccessReader - # access: [["IronKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# #BronzeKey -# - type: entity - # parent: N14DoorWoodSecure - # id: N14DoorWoodSecureLockedBronze - # suffix: Locked, BronzeKey - # components: - # - type: AccessReader - # access: [["BronzeKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorMetalSecure - # id: N14DoorMetalSecureLockedBronze - # suffix: Locked, BronzeKey - # components: - # - type: AccessReader - # access: [["BronzeKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorCellMetal - # id: N14DoorCellMetalLockedBronze - # suffix: Locked, BronzeKey - # components: - # - type: AccessReader - # access: [["BronzeKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# #BrassKey -# - type: entity - # parent: N14DoorWoodSecure - # id: N14DoorWoodSecureLockedBrass - # suffix: Locked, BrassKey - # components: - # - type: AccessReader - # access: [["BrassKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorMetalSecure - # id: N14DoorMetalSecureLockedBrass - # suffix: Locked, BrassKey - # components: - # - type: AccessReader - # access: [["BrassKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorCellMetal - # id: N14DoorCellMetalLockedBrass - # suffix: Locked, BrassKey - # components: - # - type: AccessReader - # access: [["BrassKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# #SilverKey -# - type: entity - # parent: N14DoorWoodSecure - # id: N14DoorWoodSecureLockedSilver - # suffix: Locked, SilverKey - # components: - # - type: AccessReader - # access: [["SilverKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorMetalSecure - # id: N14DoorMetalSecureLockedSilver - # suffix: Locked, SilverKey - # components: - # - type: AccessReader - # access: [["SilverKey"]] - # - type: Wires - # layoutId: AirlockCargo - -# - type: entity - # parent: N14DoorCellMetal - # id: N14DoorCellMetalLockedSilver - # suffix: Locked, SilverKey - # components: - # - type: AccessReader - # access: [["SilverKey"]] - # - type: Wires - # layoutId: AirlockCargo +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedBoSWashingtonElder + suffix: BoSWashinton, Locked, Elder + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonElder ] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunkerGlass + id: N14DoorBunkerGlassLockedBoSMidwestElder + suffix: BoSWashinton, Locked, Elder + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBOSWashingtonElder ] + - type: Wires + layoutId: HighSec + +#MARK: Oasis + +- type: entity + parent: N14DoorWoodSecure + id: N14DoorWoodSecureLockedSheriff + suffix: Oasis, Locked, Sheriff + components: + - type: AccessReader + access: [["OasisSheriff"]] + - type: Wires + layoutId: AirlockService + +- type: entity + parent: N14DoorCellMetal + id: N14DoorCellMetalLockedSheriff + suffix: Oasis, Locked, Sheriff + components: + - type: AccessReader + access: [["OasisSheriff"]] + - type: Wires + layoutId: AirlockService + +- type: entity + parent: N14DoorWoodSecure + id: N14DoorWoodSecureLockedMayor + suffix: Oasis, Locked, Mayor + components: + - type: AccessReader + access: [["OasisMayor"]] + - type: Wires + layoutId: AirlockService + +#MARK: Vault +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedVaultDweller + suffix: Vault Dweller, Locked + components: + - type: AccessReader + access: [["VaultDweller"]] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedVaultEngineer + suffix: Vault Engineer, Locked + components: + - type: AccessReader + access: [["VaultEngineer"]] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedVaultMedical + suffix: Vault Medical, Locked + components: + - type: AccessReader + access: [["VaultMedical"]] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedVaultSecurity + suffix: Vault Security, Locked + components: + - type: AccessReader + access: [["VaultSecurity"]] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedVaultGatekeeper + suffix: Vault Gatekeeper, Locked + components: + - type: AccessReader + access: [["VaultGatekeeper"]] + - type: Wires + layoutId: HighSec + +- type: entity + parent: N14DoorBunker + id: N14DoorBunkerLockedVaultOverseer + suffix: Vault Overseer, Locked + components: + - type: AccessReader + access: [["VaultOverseer"]] + - type: Wires + layoutId: HighSec + +#MARK: Keylocked + +#IronKey +- type: entity + parent: N14DoorWoodSecure + id: N14DoorWoodSecureLockedIron + suffix: Locked, IronKey + components: + - type: AccessReader + access: [["IronKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorMetalSecure + id: N14DoorMetalSecureLockedIron + suffix: Locked, IronKey + components: + - type: AccessReader + access: [["IronKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorCellMetal + id: N14DoorCellMetalLockedIron + suffix: Locked, IronKey + components: + - type: AccessReader + access: [["IronKey"]] + - type: Wires + layoutId: AirlockCargo + +#BronzeKey +- type: entity + parent: N14DoorWoodSecure + id: N14DoorWoodSecureLockedBronze + suffix: Locked, BronzeKey + components: + - type: AccessReader + access: [["BronzeKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorMetalSecure + id: N14DoorMetalSecureLockedBronze + suffix: Locked, BronzeKey + components: + - type: AccessReader + access: [["BronzeKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorCellMetal + id: N14DoorCellMetalLockedBronze + suffix: Locked, BronzeKey + components: + - type: AccessReader + access: [["BronzeKey"]] + - type: Wires + layoutId: AirlockCargo + +#BrassKey +- type: entity + parent: N14DoorWoodSecure + id: N14DoorWoodSecureLockedBrass + suffix: Locked, BrassKey + components: + - type: AccessReader + access: [["BrassKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorMetalSecure + id: N14DoorMetalSecureLockedBrass + suffix: Locked, BrassKey + components: + - type: AccessReader + access: [["BrassKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorCellMetal + id: N14DoorCellMetalLockedBrass + suffix: Locked, BrassKey + components: + - type: AccessReader + access: [["BrassKey"]] + - type: Wires + layoutId: AirlockCargo + +#SilverKey +- type: entity + parent: N14DoorWoodSecure + id: N14DoorWoodSecureLockedSilver + suffix: Locked, SilverKey + components: + - type: AccessReader + access: [["SilverKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorMetalSecure + id: N14DoorMetalSecureLockedSilver + suffix: Locked, SilverKey + components: + - type: AccessReader + access: [["SilverKey"]] + - type: Wires + layoutId: AirlockCargo + +- type: entity + parent: N14DoorCellMetal + id: N14DoorCellMetalLockedSilver + suffix: Locked, SilverKey + components: + - type: AccessReader + access: [["SilverKey"]] + - type: Wires + layoutId: AirlockCargo diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml index fbe82386235..e16441338a0 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml @@ -1,7 +1,7 @@ #MARK: NCR - type: entity parent: N14DoorMetalRedTall - id: N14DoorWoodSecureLockedNCR + id: N14DoorWoodSecureLockedNCRTall suffix: NCR, Locked components: - type: AccessReader @@ -11,7 +11,7 @@ - type: entity parent: N14DoorMetalRedTall - id: N14DoorWoodSecureLockedNCRNCO + id: N14DoorWoodSecureLockedNCRNCOTall suffix: NCR, Locked, NCO components: - type: AccessReader @@ -21,7 +21,7 @@ - type: entity parent: N14DoorMetalRedTall - id: N14DoorWoodSecureLockedNCRMedic + id: N14DoorWoodSecureLockedNCRMedicTall suffix: NCR, Locked, Medic components: - type: AccessReader @@ -31,7 +31,7 @@ - type: entity parent: N14DoorMetalRedTall - id: N14DoorWoodSecureLockedNCRMP + id: N14DoorWoodSecureLockedNCRMPTall suffix: NCR, Locked, MP components: - type: AccessReader @@ -41,7 +41,7 @@ - type: entity parent: N14DoorMetalBarTall - id: N14DoorCellMetalLockedNCRMP + id: N14DoorCellMetalLockedNCRMPTall suffix: NCR, Locked, MP components: - type: AccessReader @@ -51,7 +51,7 @@ - type: entity parent: N14DoorMetalRedTall - id: N14DoorWoodSecureLockedNCROfficer + id: N14DoorWoodSecureLockedNCROfficerTall suffix: NCR, Locked, Officer components: - type: AccessReader @@ -61,7 +61,7 @@ - type: entity parent: N14DoorMetalRedTall - id: N14DoorWoodSecureLockedNCRRanger + id: N14DoorWoodSecureLockedNCRRangerTall suffix: NCR, Locked, Ranger components: - type: AccessReader @@ -72,7 +72,7 @@ #MARK: BoS Midwest - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSMidwest + id: N14DoorBunkerLockedBoSMidwestTall suffix: BoSMidwest, Locked components: - type: ContainerFill @@ -83,7 +83,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSMidwest + id: N14DoorBunkerGlassLockedBoSMidwestTall suffix: BoSMidwest, Locked noSpawn: true components: @@ -95,7 +95,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSPaladin + id: N14DoorBunkerLockedBoSPaladinTall suffix: BoSMidwest, Locked, Paladin components: - type: ContainerFill @@ -106,7 +106,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSPaladin + id: N14DoorBunkerGlassLockedBoSPaladinTall suffix: BoSMidwest, Locked, Paladin noSpawn: true components: @@ -118,7 +118,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSCommander + id: N14DoorBunkerLockedBoSCommanderTall suffix: BOSMidwest, Locked, Commander components: - type: ContainerFill @@ -129,7 +129,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSCommander + id: N14DoorBunkerGlassLockedBoSCommanderTall suffix: BOSMidwest, Locked, Commander noSpawn: true components: @@ -142,7 +142,7 @@ #MARK: BoS Washington - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSWashington + id: N14DoorBunkerLockedBoSWashingtonTall suffix: BoSWashington, Locked components: - type: ContainerFill @@ -153,7 +153,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSWashington + id: N14DoorBunkerGlassLockedBoSWashingtonTall suffix: BoSWashington, Locked noSpawn: true components: @@ -165,7 +165,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSWashingtonScribe + id: N14DoorBunkerLockedBoSWashingtonScribeTall suffix: BoSWashington, Locked, Scribe components: - type: ContainerFill @@ -176,7 +176,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSWashingtonScribe + id: N14DoorBunkerGlassLockedBoSWashingtonScribeTall suffix: BoSWashington, Locked, Scribe noSpawn: true components: @@ -188,7 +188,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSWashingtonKnight + id: N14DoorBunkerLockedBoSWashingtonKnightTall suffix: BoSWashington, Locked, Knight components: - type: ContainerFill @@ -199,7 +199,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSWashingtonKnight + id: N14DoorBunkerGlassLockedBoSWashingtonKnightTall suffix: BoSWashington, Locked, Knight noSpawn: true components: @@ -211,8 +211,8 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSWashingtonPaladin - suffix: BoSWashington, Locked, Paladin + id: N14DoorBunkerLockedBoSWashingtonPaladinTall + suffix: BoSWashington, Locked, PaladinTall components: - type: ContainerFill containers: @@ -222,7 +222,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSWashingtonPaladin + id: N14DoorBunkerGlassLockedBoSWashingtonPaladinTall suffix: BoSWashington, Locked, Paladin noSpawn: true components: @@ -234,7 +234,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSWashingtonElder + id: N14DoorBunkerLockedBoSWashingtonElderTall suffix: BOSWashington, Locked, Elder components: - type: ContainerFill @@ -245,7 +245,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSWashingtonElder + id: N14DoorBunkerGlassLockedBoSWashingtonElderTall suffix: BOSWashington, Locked, Elder noSpawn: true components: @@ -259,7 +259,7 @@ - type: entity parent: N14DoorWoodWhiteTall - id: N14DoorWoodSecureLockedSheriff + id: N14DoorWoodSecureLockedSheriffTall suffix: Oasis, Locked, Sheriff components: - type: AccessReader @@ -269,7 +269,7 @@ - type: entity parent: N14DoorMetalBarTall - id: N14DoorCellMetalLockedSheriff + id: N14DoorCellMetalLockedSheriffTall suffix: Oasis, Locked, Sheriff components: - type: AccessReader @@ -279,7 +279,7 @@ - type: entity parent: N14DoorWoodWhiteTall - id: N14DoorWoodSecureLockedMayor + id: N14DoorWoodSecureLockedMayorTall suffix: Oasis, Locked, Mayor components: - type: AccessReader @@ -290,7 +290,7 @@ #MARK: Vault - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedVaultDweller + id: N14DoorBunkerLockedVaultDwellerTall suffix: Vault Dweller, Locked components: - type: AccessReader @@ -300,7 +300,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedVaultEngineer + id: N14DoorBunkerLockedVaultEngineerTall suffix: Vault Engineer, Locked components: - type: AccessReader @@ -310,7 +310,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedVaultMedical + id: N14DoorBunkerLockedVaultMedicalTall suffix: Vault Medical, Locked components: - type: AccessReader @@ -320,7 +320,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedVaultSecurity + id: N14DoorBunkerLockedVaultSecurityTall suffix: Vault Security, Locked components: - type: AccessReader @@ -330,7 +330,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedVaultGatekeeper + id: N14DoorBunkerLockedVaultGatekeeperTall suffix: Vault Gatekeeper, Locked components: - type: AccessReader @@ -340,7 +340,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedVaultOverseer + id: N14DoorBunkerLockedVaultOverseerTall suffix: Vault Overseer, Locked components: - type: AccessReader @@ -353,7 +353,7 @@ #IronKey - type: entity parent: N14DoorWoodGreenTall - id: N14DoorWoodSecureLockedIron + id: N14DoorWoodSecureLockedIronTall suffix: Locked, IronKey components: - type: AccessReader @@ -363,7 +363,7 @@ - type: entity parent: N14DoorWoodGreenTall - id: N14DoorMetalSecureLockedIron + id: N14DoorMetalSecureLockedIronTall suffix: Locked, IronKey components: - type: AccessReader @@ -373,7 +373,7 @@ - type: entity parent: N14DoorMetalBarTall - id: N14DoorCellMetalLockedIron + id: N14DoorCellMetalLockedIronTall suffix: Locked, IronKey components: - type: AccessReader @@ -384,7 +384,7 @@ #BronzeKey - type: entity parent: N14DoorWoodBlueTall - id: N14DoorWoodSecureLockedBronze + id: N14DoorWoodSecureLockedBronzeTall suffix: Locked, BronzeKey components: - type: AccessReader @@ -394,7 +394,7 @@ - type: entity parent: N14DoorWoodBlueTall - id: N14DoorMetalSecureLockedBronze + id: N14DoorMetalSecureLockedBronzeTall suffix: Locked, BronzeKey components: - type: AccessReader @@ -404,7 +404,7 @@ - type: entity parent: N14DoorMetalBarTall - id: N14DoorCellMetalLockedBronze + id: N14DoorCellMetalLockedBronzeTall suffix: Locked, BronzeKey components: - type: AccessReader @@ -415,7 +415,7 @@ #BrassKey - type: entity parent: N14DoorWoodTall - id: N14DoorWoodSecureLockedBrass + id: N14DoorWoodSecureLockedBrassTall suffix: Locked, BrassKey components: - type: AccessReader @@ -425,7 +425,7 @@ - type: entity parent: N14DoorWoodTall - id: N14DoorMetalSecureLockedBrass + id: N14DoorMetalSecureLockedBrassTall suffix: Locked, BrassKey components: - type: AccessReader @@ -435,7 +435,7 @@ - type: entity parent: N14DoorMetalBarTall - id: N14DoorCellMetalLockedBrass + id: N14DoorCellMetalLockedBrassTall suffix: Locked, BrassKey components: - type: AccessReader @@ -446,7 +446,7 @@ #SilverKey - type: entity parent: N14DoorMetalBlueAltTall - id: N14DoorWoodSecureLockedSilver + id: N14DoorWoodSecureLockedSilverTall suffix: Locked, SilverKey components: - type: AccessReader @@ -456,7 +456,7 @@ - type: entity parent: N14DoorMetalBlueAltTall - id: N14DoorMetalSecureLockedSilver + id: N14DoorMetalSecureLockedSilverTall suffix: Locked, SilverKey components: - type: AccessReader @@ -466,7 +466,7 @@ - type: entity parent: N14DoorMetalBarTall - id: N14DoorCellMetalLockedSilver + id: N14DoorCellMetalLockedSilverTall suffix: Locked, SilverKey components: - type: AccessReader diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/talldoors.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/talldoors.yml index 5a648bb12cf..9478da0767d 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/talldoors.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/talldoors.yml @@ -271,6 +271,19 @@ layers: - state: closed map: ["enum.DoorVisualLayers.Base"] + - state: closed_unlit + shader: unshaded + map: ["enum.DoorVisualLayers.BaseUnlit"] + - state: welded + map: ["enum.WeldableLayers.BaseWelded"] + - state: bolted_unlit + shader: unshaded + map: ["enum.DoorVisualLayers.BaseBolted"] + - state: emergency_unlit + map: ["enum.DoorVisualLayers.BaseEmergencyAccess"] + shader: unshaded + - state: panel_open + map: ["enum.WiresVisualLayers.MaintenancePanel"] - type: Door bumpOpen: false clickOpen: true @@ -311,6 +324,12 @@ powerLoad: 10 - type: ExtensionCableReceiver - type: Airlock + - type: DoorBolt + - type: LayerChangeOnWeld + unWeldedLayer: AirlockLayer + weldedLayer: WallLayer + - type: Weldable + time: 8 - type: entity parent: BaseStructure diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/barricades.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/barricades.yml index 7f09a3ec225..8dd3dc343d0 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/barricades.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/barricades.yml @@ -219,7 +219,7 @@ available: - body: concrete_barrier_alt: "" - concrete_barrier_alt_2: "" + concrete_barrier_alt_1: "" - type: entity parent: N14DecorConcreteBarrier diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/bolted_unlit.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/bolted_unlit.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/bolted_unlit.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/closed_unlit.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/closed_unlit.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/closed_unlit.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/closing_unlit.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/closing_unlit.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/closing_unlit.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/deny_unlit.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/deny_unlit.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/deny_unlit.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/emergency_unlit.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/emergency_unlit.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/emergency_unlit.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/meta.json index 0195329698e..7fd64f4e548 100644 --- a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/meta.json @@ -98,6 +98,48 @@ 0.2 ] ] + }, + { + "name": "bolted_unlit" + }, + { + "name": "welded" + }, + { + "name": "closed_unlit" + }, + { + "name": "closing_unlit" + }, + { + "name": "deny_unlit" + }, + { + "name": "emergency_unlit" + }, + { + "name": "opening_unlit" + }, + { + "name": "panel_closing" + }, + { + "name": "panel_open" + }, + { + "name": "panel_opening" + }, + { + "name": "sparks" + }, + { + "name": "sparks_open" + }, + { + "name": "sparks_broken" + }, + { + "name": "sparks_damaged" } ] } \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/opening_unlit.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/opening_unlit.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/opening_unlit.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_closing.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_closing.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_closing.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_open.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_open.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_open.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_opening.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_opening.png new file mode 100644 index 00000000000..7ee539f29da Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/panel_opening.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks.png new file mode 100644 index 00000000000..1209b20b502 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_broken.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_broken.png new file mode 100644 index 00000000000..db1db857183 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_broken.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_damaged.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_damaged.png new file mode 100644 index 00000000000..e70b4ac46e9 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_damaged.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_open.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_open.png new file mode 100644 index 00000000000..b6074724d71 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/sparks_open.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/welded.png b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/welded.png new file mode 100644 index 00000000000..7deca3d2d67 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Doors/TallDoors/airlock.rsi/welded.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/full.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/full.png new file mode 100644 index 00000000000..af2904176b1 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/full.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/meta.json new file mode 100644 index 00000000000..8bf6fdc1415 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 64 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from MS13 and modified for SS14 by Kill_Me_I_Noobs and Peptide90", + "states": [ + { + "name": "full" + }, + { + "name": "slantedrustmetal0", + "directions": 4 + }, + { + "name": "slantedrustmetal1", + "directions": 4 + }, + { + "name": "slantedrustmetal2", + "directions": 4 + }, + { + "name": "slantedrustmetal3", + "directions": 4 + }, + { + "name": "slantedrustmetal4", + "directions": 4 + }, + { + "name": "slantedrustmetal5", + "directions": 4 + }, + { + "name": "slantedrustmetal6", + "directions": 4 + }, + { + "name": "slantedrustmetal7", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal0.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal0.png new file mode 100644 index 00000000000..96a6e39e176 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal0.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal1.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal1.png new file mode 100644 index 00000000000..03dbdb175d6 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal1.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal2.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal2.png new file mode 100644 index 00000000000..abfebc35c94 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal2.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal3.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal3.png new file mode 100644 index 00000000000..03dbdb175d6 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal3.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal4.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal4.png new file mode 100644 index 00000000000..638ff524325 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal4.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal5.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal5.png new file mode 100644 index 00000000000..b9cd4c05753 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal5.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal6.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal6.png new file mode 100644 index 00000000000..638ff524325 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal6.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal7.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal7.png new file mode 100644 index 00000000000..b9cd4c05753 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi/slantedrustmetal7.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/full.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/full.png new file mode 100644 index 00000000000..1d9f2f45a33 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/full.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/meta.json new file mode 100644 index 00000000000..78560247528 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 64 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from MS13 and modified for SS14 by Kill_Me_I_Noobs and Peptide90", + "states": [ + { + "name": "full" + }, + { + "name": "slantedrustreinfmetal0", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal1", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal2", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal3", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal4", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal5", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal6", + "directions": 4 + }, + { + "name": "slantedrustreinfmetal7", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal0.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal0.png new file mode 100644 index 00000000000..6a4b062a76e Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal0.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal1.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal1.png new file mode 100644 index 00000000000..59ab1b3a394 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal1.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal2.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal2.png new file mode 100644 index 00000000000..6a4b062a76e Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal2.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal3.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal3.png new file mode 100644 index 00000000000..59ab1b3a394 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal3.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal4.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal4.png new file mode 100644 index 00000000000..9e9df9d9d2b Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal4.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal5.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal5.png new file mode 100644 index 00000000000..d05485b81e8 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal5.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal6.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal6.png new file mode 100644 index 00000000000..9e9df9d9d2b Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal6.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal7.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal7.png new file mode 100644 index 00000000000..d05485b81e8 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustreinfmetal.rsi/slantedrustreinfmetal7.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/full.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/full.png new file mode 100644 index 00000000000..e2cdfbb5d50 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/full.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/meta.json new file mode 100644 index 00000000000..05fcb89bbf4 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 64 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from MS13 and modified for SS14 by Kill_Me_I_Noobs and Peptide90", + "states": [ + { + "name": "full" + }, + { + "name": "slantedrustvault0", + "directions": 4 + }, + { + "name": "slantedrustvault1", + "directions": 4 + }, + { + "name": "slantedrustvault2", + "directions": 4 + }, + { + "name": "slantedrustvault3", + "directions": 4 + }, + { + "name": "slantedrustvault4", + "directions": 4 + }, + { + "name": "slantedrustvault5", + "directions": 4 + }, + { + "name": "slantedrustvault6", + "directions": 4 + }, + { + "name": "slantedrustvault7", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault0.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault0.png new file mode 100644 index 00000000000..448222955c1 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault0.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault1.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault1.png new file mode 100644 index 00000000000..ffca0f6cca0 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault1.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault2.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault2.png new file mode 100644 index 00000000000..3578f94cb67 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault2.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault3.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault3.png new file mode 100644 index 00000000000..320a07fa2d9 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault3.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault4.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault4.png new file mode 100644 index 00000000000..d19dcca234e Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault4.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault5.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault5.png new file mode 100644 index 00000000000..ed006cc65eb Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault5.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault6.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault6.png new file mode 100644 index 00000000000..828b75408e3 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault6.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault7.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault7.png new file mode 100644 index 00000000000..ed006cc65eb Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvault.rsi/slantedrustvault7.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvaultvent.rsi/full.png b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvaultvent.rsi/full.png new file mode 100644 index 00000000000..07b52ab8061 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Walls/ms13/slanted/rustvaultvent.rsi/full.png differ